From ddfd23cfb428c745d46a5be9ef25b341114c7063 Mon Sep 17 00:00:00 2001 From: Vito Albano Date: Mon, 13 Nov 2023 18:01:05 +0000 Subject: [PATCH] Migration to NG15 - step 1 --- .browserslistrc | 17 - .eslintrc.js | 8 +- .eslintrc.json | 191 +- .storybook/main.js | 4 +- angular.json | 1153 - demo-shell/project.json | 200 + demo-shell/src/app/app.module.ts | 2 +- .../form-demo/cloud-form-demo.component.scss | 2 +- .../cloud/cloud-layout.component.scss | 2 + .../shared/cloud-settings.component.html | 8 +- demo-shell/src/custom-style-dev.scss | 1 + .../documents/text/a_vsd_file.vsd | Bin 54784 -> 120732 bytes .../documents/word/a_dotx_file.dotx | Bin 153106 -> 276531 bytes .../documents/word/a_sxw_file.sxw | Bin 8095 -> 12190 bytes lib/cli/.eslintrc.json | 4 +- lib/cli/project.json | 70 + lib/content-services/.eslintrc.json | 6 +- lib/content-services/.storybook/main.js | 2 +- lib/content-services/project.json | 111 + .../aspect-list-dialog.component.scss | 4 +- .../lib/breadcrumb/breadcrumb.component.scss | 2 +- .../dropdown-breadcrumb.component.scss | 8 +- .../categories-management.component.scss | 12 +- .../content-metadata-card.component.html | 2 +- .../content-metadata-card.component.scss | 6 +- ...content-node-selector-panel.component.scss | 6 +- .../content-node-selector.component.scss | 12 +- .../content-node-share.dialog.scss | 18 +- .../content-user-info.component.html | 8 +- .../content-user-info.component.scss | 16 +- .../src/lib/dialogs/confirm.dialog.scss | 2 + .../download-zip/download-zip.dialog.scss | 3 + .../src/lib/dialogs/folder.dialog.scss | 12 +- .../lib/dialogs/library/library.dialog.scss | 8 +- .../new-version-uploader.dialog.scss | 9 +- .../add-permission-dialog.component.scss | 11 +- .../add-permission-panel.component.scss | 3 +- .../permission-list.component.html | 2 +- .../permission-list.component.scss | 2 +- .../user-role-column.component.ts | 26 +- .../search-check-list.component.scss | 8 +- ...rch-chip-autocomplete-input.component.html | 8 +- ...rch-chip-autocomplete-input.component.scss | 17 +- .../search-chip-list.component.html | 12 +- .../search-chip-list.component.scss | 5 +- .../components/search-control.component.ts | 2 +- .../search-facet-field.component.html | 2 +- .../search-facet-field.component.scss | 21 +- .../search-facet-chip-tabbed.component.html | 4 +- .../search-facet-chip-tabbed.component.scss | 2 + .../search-facet-chip.component.html | 4 +- .../search-filter-chips.component.html | 4 +- .../search-filter-chips.component.scss | 11 +- .../search-widget-chip.component.html | 4 +- .../search-widget-chip.component.ts | 8 +- .../search-filter-container.component.scss | 2 +- .../search-filter-tabbed.component.scss | 11 +- .../search-filter.component.scss | 3 +- .../search-form/search-form.component.scss | 9 +- .../search-properties.component.scss | 23 +- .../search-radio/search-radio.component.scss | 9 +- .../search-slider.component.html | 7 +- .../search-slider.component.scss | 2 +- .../search-sorting-picker.component.scss | 2 +- .../search-text/search-text.component.scss | 2 +- .../sites-dropdown.component.scss | 2 +- .../src/lib/social/rating.component.scss | 3 +- .../src/lib/tag/tag-list.component.html | 8 +- .../src/lib/tag/tag-list.component.scss | 2 +- .../src/lib/tag/tag-node-list.component.html | 8 +- .../tags-creator/tags-creator.component.scss | 9 +- .../file-uploading-list-row.component.html | 4 +- .../version-list.component.scss | 2 + .../version-manager.component.scss | 5 +- lib/content-services/src/test.ts | 19 +- lib/content-services/tsconfig.lib.json | 4 +- lib/content-services/tsconfig.lib.prod.json | 4 +- lib/content-services/tsconfig.spec.json | 4 +- lib/core/.eslintrc.json | 6 +- lib/core/.storybook/main.js | 21 +- .../src/lib/adf-http-client.service.spec.ts | 206 +- .../api/src/lib/adf-http-client.service.ts | 101 +- .../alfresco-api.param-encoder.ts | 8 +- .../alfresco-api.response-error.ts | 2 +- .../alfresco-api/alfresco-api.utils.spec.ts | 22 +- .../lib/alfresco-api/alfresco-api.utils.ts | 1 - .../authentication.interceptor.spec.ts | 6 +- .../authentication.interceptor.ts | 8 +- .../src/_stories/breadcrumb.stories.ts | 29 +- .../src/_stories/demo-breadcrumb.component.ts | 4 +- .../breadcrumb-item.component.ts | 8 +- .../breadcrumb/breadcrumb.component.ts | 24 +- .../directives/breadcrumb-focus.directive.ts | 14 +- lib/core/custom-theme/theme/typography.scss | 48 +- lib/core/project.json | 150 + .../components/shell/shell.component.spec.ts | 56 +- .../lib/components/shell/shell.component.ts | 26 +- lib/core/shell/src/lib/shell.module.ts | 22 +- lib/core/shell/src/lib/shell.routes.ts | 8 +- .../about-extension-list.component.ts | 20 +- .../about-github-link.component.html | 2 +- .../about-github-link.component.spec.ts | 2 +- .../about-github-link.component.ts | 8 +- .../about-license-list.component.ts | 22 +- .../module-list.component.ts | 20 +- .../about-package/package-list.component.ts | 26 +- .../src/lib/about/about-panel.directive.ts | 2 +- .../about-platform-version.component.ts | 16 +- .../about-repository-info.component.ts | 18 +- .../about-server-settings.component.html | 2 +- .../about-server-settings.component.spec.ts | 6 +- .../about-server-settings.component.ts | 10 +- .../about-status-list.component.ts | 20 +- .../src/lib/about/about.component.stories.ts | 62 +- lib/core/src/lib/about/about.component.ts | 8 +- lib/core/src/lib/about/about.mock.ts | 140 +- lib/core/src/lib/about/about.module.ts | 6 +- .../lib/about/services/aae-info.service.ts | 12 +- .../alfresco-api-no-auth.service.ts | 6 +- .../alfresco-api-v2-loader.service.ts | 35 +- .../src/lib/app-config/app-config.loader.ts | 3 +- .../src/lib/app-config/app-config.module.ts | 6 +- .../src/lib/app-config/app-config.pipe.ts | 6 +- .../lib/app-config/app-config.service.spec.ts | 46 +- .../src/lib/app-config/app-config.service.ts | 52 +- .../app-config/debug-app-config.service.ts | 5 +- .../auth-bearer.interceptor.spec.ts | 6 +- .../auth-bearer.interceptor.ts | 12 +- .../basic-auth/basic-alfresco-auth.service.ts | 75 +- .../src/lib/auth/basic-auth/content-auth.ts | 45 +- .../src/lib/auth/basic-auth/process-auth.ts | 49 +- .../src/lib/auth/guard/auth-guard-base.ts | 28 +- .../auth/guard/auth-guard-bpm.service.spec.ts | 62 +- .../lib/auth/guard/auth-guard-bpm.service.ts | 6 +- .../auth/guard/auth-guard-ecm.service.spec.ts | 60 +- .../lib/auth/guard/auth-guard-ecm.service.ts | 6 +- .../guard/auth-guard-sso-role.service.spec.ts | 49 +- .../auth/guard/auth-guard-sso-role.service.ts | 12 +- .../lib/auth/guard/auth-guard.service.spec.ts | 24 +- .../src/lib/auth/guard/auth-guard.service.ts | 10 +- .../auth/mock/authentication.service.mock.ts | 18 +- .../src/lib/auth/mock/identity-group.mock.ts | 34 +- .../auth/mock/identity-group.service.mock.ts | 42 +- .../src/lib/auth/mock/identity-user.mock.ts | 32 +- .../auth/mock/identity-user.service.mock.ts | 68 +- .../src/lib/auth/mock/oauth2.service.mock.ts | 76 +- .../lib/auth/models/identity-role.model.ts | 2 +- .../src/lib/auth/models/redirection.model.ts | 2 +- .../lib/auth/oidc/auth-config.service.spec.ts | 142 +- .../src/lib/auth/oidc/auth-config.service.ts | 33 +- .../src/lib/auth/oidc/auth-routing.module.ts | 6 +- lib/core/src/lib/auth/oidc/auth.module.ts | 37 +- lib/core/src/lib/auth/oidc/auth.service.ts | 2 - .../src/lib/auth/oidc/oidc-auth.guard.spec.ts | 16 +- lib/core/src/lib/auth/oidc/oidc-auth.guard.ts | 8 +- .../lib/auth/oidc/redirect-auth.service.ts | 25 +- .../authentication-confirmation.component.ts | 8 +- .../services/authentication.service.spec.ts | 102 +- .../auth/services/authentication.service.ts | 52 +- .../services/base-authentication.service.ts | 20 +- .../services/identity-group.service.spec.ts | 38 +- .../auth/services/identity-group.service.ts | 82 +- .../services/identity-role.service.spec.ts | 42 +- .../auth/services/identity-role.service.ts | 32 +- .../services/identity-user.service.spec.ts | 76 +- .../auth/services/identity-user.service.ts | 126 +- .../auth/services/jwt-helper.service.spec.ts | 18 +- .../lib/auth/services/jwt-helper.service.ts | 45 +- .../src/lib/auth/services/oauth2.service.ts | 28 +- .../services/oidc-authentication.service.ts | 54 +- .../auth/services/user-access.service.spec.ts | 34 +- .../lib/auth/services/user-access.service.ts | 26 +- .../lib/blank-page/blank-page.component.ts | 4 +- .../src/lib/blank-page/blank-page.module.ts | 4 +- .../buttons-menu.component.spec.ts | 22 +- .../buttons-menu.component.stories.ts | 68 +- .../buttons-menu/buttons-menu.component.ts | 12 +- .../lib/buttons-menu/buttons-menu.module.ts | 6 +- .../src/lib/card-view/card-view.module.ts | 6 +- .../card-view/components/base-card-view.ts | 4 +- .../card-view-arrayitem.component.html | 26 +- .../card-view-arrayitem.component.scss | 7 +- .../card-view-arrayitem.component.spec.ts | 46 +- .../card-view-arrayitem.component.stories.ts | 44 +- .../card-view-arrayitem.component.ts | 18 +- .../card-view-boolitem.component.spec.ts | 18 +- .../card-view-boolitem.component.stories.ts | 46 +- .../card-view-boolitem.component.ts | 8 +- .../card-view-dateitem.component.html | 9 +- .../card-view-dateitem.component.scss | 2 +- .../card-view-dateitem.component.spec.ts | 94 +- .../card-view-dateitem.component.stories.ts | 132 +- .../card-view-dateitem.component.ts | 46 +- ...ard-view-item-dispatcher.component.spec.ts | 36 +- .../card-view-item-dispatcher.component.ts | 14 +- ...card-view-keyvaluepairsitem.component.scss | 12 +- ...d-view-keyvaluepairsitem.component.spec.ts | 22 +- ...iew-keyvaluepairsitem.component.stories.ts | 48 +- .../card-view-keyvaluepairsitem.component.ts | 24 +- .../card-view-mapitem.component.spec.ts | 40 +- .../card-view-mapitem.component.stories.ts | 58 +- .../card-view-mapitem.component.ts | 12 +- .../card-view-selectitem.component.spec.ts | 56 +- .../card-view-selectitem.component.stories.ts | 92 +- .../card-view-selectitem.component.ts | 32 +- .../select-filter-input.component.scss | 4 +- .../select-filter-input.component.spec.ts | 6 +- .../select-filter-input.component.ts | 24 +- .../card-view-textitem.component.html | 20 +- .../card-view-textitem.component.scss | 27 +- .../card-view-textitem.component.spec.ts | 218 +- .../card-view-textitem.component.stories.ts | 198 +- .../card-view-textitem.component.ts | 64 +- .../card-view/card-view.component.scss | 4 +- .../card-view/card-view.component.spec.ts | 101 +- .../card-view/card-view.component.stories.ts | 70 +- .../card-view/card-view.component.ts | 8 +- .../card-view-content-proxy.directive.ts | 4 +- .../card-view/mock/card-view-content.mock.ts | 224 +- .../models/card-view-arrayitem.model.ts | 4 +- .../models/card-view-baseitem.model.spec.ts | 36 +- .../models/card-view-baseitem.model.ts | 8 +- .../models/card-view-boolitem.model.spec.ts | 6 +- .../models/card-view-boolitem.model.ts | 4 +- .../models/card-view-dateitem.model.ts | 6 +- .../models/card-view-datetimeitem.model.ts | 2 +- .../models/card-view-floatitem.model.spec.ts | 22 +- .../models/card-view-floatitem.model.ts | 4 +- .../models/card-view-intitem.model.spec.ts | 22 +- .../models/card-view-intitem.model.ts | 4 +- .../models/card-view-keyvaluepairs.model.ts | 4 +- .../models/card-view-mapitem.model.ts | 2 +- .../models/card-view-selectitem.model.spec.ts | 12 +- .../models/card-view-selectitem.model.ts | 6 +- .../models/card-view-textitem.model.spec.ts | 34 +- .../models/card-view-textitem.model.ts | 6 +- .../services/card-item-types.service.ts | 22 +- .../services/card-view-update.service.spec.ts | 12 +- .../services/card-view-update.service.ts | 15 +- .../card-view-item-float.validator.ts | 4 +- .../card-view-item-int.validator.ts | 6 +- .../card-view-item-length.valiator.ts | 4 +- .../card-view-item-match.valiator.ts | 4 +- .../card-view-item-minmax.valiator.ts | 4 +- .../card-view/validators/validators.map.ts | 6 +- .../lib/clipboard/clipboard.directive.spec.ts | 20 +- .../src/lib/clipboard/clipboard.directive.ts | 22 +- .../src/lib/clipboard/clipboard.module.ts | 6 +- .../lib/clipboard/clipboard.service.spec.ts | 2 +- .../src/lib/clipboard/clipboard.service.ts | 15 +- .../comment-list.component.spec.ts | 8 +- .../comment-list.component.stories.ts | 50 +- .../comment-list/comment-list.component.ts | 12 +- .../comment-list/comment-list.module.ts | 6 +- .../comment-list/mocks/comment-list.mock.ts | 62 +- .../mocks/comment-list.service.mock.ts | 2 +- .../src/lib/comments/comments.component.scss | 2 +- .../lib/comments/comments.component.spec.ts | 24 +- .../comments/comments.component.stories.ts | 86 +- .../src/lib/comments/comments.component.ts | 30 +- lib/core/src/lib/comments/comments.module.ts | 6 +- .../comments/mocks/comments.service.mock.ts | 58 +- .../mocks/comments.service.stories.mock.ts | 58 +- .../comments/mocks/comments.stories.mock.ts | 196 +- .../common/mock/app-config.service.mock.ts | 16 +- .../src/lib/common/models/log-levels.model.ts | 12 +- .../src/lib/common/services/cookie.service.ts | 18 +- .../services/directionality-config-factory.ts | 3 +- .../directionality-config.service.spec.ts | 2 +- .../services/directionality-config.service.ts | 4 +- .../common/services/download.service.spec.ts | 2 +- .../lib/common/services/download.service.ts | 23 +- .../dynamic-component-mapper.service.ts | 14 +- .../services/highlight-transform.service.ts | 11 +- .../lib/common/services/log.service.spec.ts | 26 +- .../src/lib/common/services/log.service.ts | 40 +- .../lib/common/services/page-title.service.ts | 11 +- .../services/sort-by-category.service.spec.ts | 50 +- .../services/sort-by-category.service.ts | 16 +- .../common/services/storage.service.spec.ts | 12 +- .../lib/common/services/storage.service.ts | 24 +- .../lib/common/services/thumbnail.service.ts | 24 +- .../src/lib/common/services/url.service.ts | 7 +- .../services/user-preferences.service.spec.ts | 20 +- .../services/user-preferences.service.ts | 63 +- .../src/lib/common/utils/date-fns-adapter.ts | 27 +- .../src/lib/common/utils/date-fns-utils.ts | 43 +- .../lib/common/utils/datetime-fns-adapter.ts | 60 +- lib/core/src/lib/common/utils/file-utils.ts | 8 +- .../lib/common/utils/moment-date-adapter.ts | 58 +- .../common/utils/moment-date-formats.model.ts | 14 +- .../src/lib/common/utils/object-utils.spec.ts | 94 +- lib/core/src/lib/common/utils/object-utils.ts | 15 +- .../src/lib/common/utils/string-utils.spec.ts | 4 +- lib/core/src/lib/common/utils/string-utils.ts | 8 +- lib/core/src/lib/context-menu/animations.ts | 14 +- .../context-menu-list.component.ts | 24 +- .../context-menu-overlay.service.spec.ts | 12 +- .../context-menu-overlay.service.ts | 50 +- .../lib/context-menu/context-menu-overlay.ts | 4 +- .../context-menu/context-menu.directive.ts | 10 +- .../lib/context-menu/context-menu.module.ts | 6 +- .../src/lib/context-menu/context-menu.spec.ts | 62 +- lib/core/src/lib/core.module.ts | 54 +- .../amount-cell/amount-cell.component.spec.ts | 14 +- .../amount-cell/amount-cell.component.ts | 24 +- .../boolean-cell.component.spec.ts | 8 +- .../boolean-cell/boolean-cell.component.ts | 16 +- .../columns-selector.component.spec.ts | 66 +- .../columns-selector.component.ts | 22 +- .../datatable/components/data-cell.event.ts | 4 +- .../components/data-row-action.event.ts | 6 +- .../datatable-cell.component.spec.ts | 32 +- .../datatable-cell.component.ts | 22 +- .../datatable-row.component.spec.ts | 12 +- .../datatable-row/datatable-row.component.ts | 28 +- .../datatable/datatable.component.scss | 3 + .../datatable/datatable.component.spec.ts | 484 +- .../datatable/datatable.component.stories.ts | 550 +- .../datatable/datatable.component.ts | 190 +- .../date-cell/date-cell.component.spec.ts | 46 +- .../date-cell/date-cell.component.ts | 26 +- .../empty-list/empty-list.component.spec.ts | 2 +- .../empty-list/empty-list.component.ts | 14 +- .../filesize-cell/filesize-cell.component.ts | 10 +- .../json-cell/json-cell.component.spec.ts | 14 +- .../json-cell/json-cell.component.ts | 28 +- .../location-cell.component.spec.ts | 24 +- .../location-cell/location-cell.component.ts | 19 +- .../components/mocks/datatable.mock.ts | 190 +- .../number-cell/number-cell.component.spec.ts | 10 +- .../number-cell/number-cell.component.ts | 20 +- .../data-column-header.component.ts | 8 +- .../data-column/data-column-list.component.ts | 4 +- .../data-column/data-column.component.spec.ts | 2 +- .../data-column.component.stories.ts | 520 +- .../data-column/data-column.component.ts | 6 +- .../data-column/data-column.module.ts | 6 +- .../datatable/data/data-row-event.model.ts | 2 +- .../lib/datatable/data/data-sorting.model.ts | 2 +- .../lib/datatable/data/data-table.schema.ts | 30 +- .../datatable/data/object-datacolumn.model.ts | 2 +- .../datatable/data/object-datarow.model.ts | 8 +- .../data/object-datatable-adapter.spec.ts | 74 +- .../data/object-datatable-adapter.ts | 28 +- .../src/lib/datatable/datatable.module.ts | 6 +- ...custom-empty-content-template.directive.ts | 2 +- .../custom-loading-template.directive.ts | 2 +- ...custom-no-permission-template.directive.ts | 2 +- .../directives/drop-zone.directive.ts | 28 +- .../header-filter-template.directive.spec.ts | 2 +- .../header-filter-template.directive.ts | 6 +- .../loading-template.directive.spec.ts | 2 +- .../directives/loading-template.directive.ts | 6 +- ...in-data-table-action-template.directive.ts | 6 +- .../no-content-template.directive.spec.ts | 2 +- .../no-content-template.directive.ts | 6 +- .../no-permission-template.directive.spec.ts | 2 +- .../no-permission-template.directive.ts | 6 +- .../resizable/resizable.directive.spec.ts | 54 +- .../resizable/resizable.directive.ts | 32 +- .../directives/resizable/resizable.module.ts | 4 +- .../resizable/resize-handle.directive.spec.ts | 12 +- .../resizable/resize-handle.directive.ts | 16 +- .../edit-json/edit-json.dialog.module.ts | 6 +- .../dialogs/edit-json/edit-json.dialog.scss | 2 +- .../edit-json.dialog.stories.component.ts | 36 +- .../edit-json/edit-json.dialog.stories.ts | 88 +- .../lib/dialogs/edit-json/edit-json.dialog.ts | 12 +- .../src/lib/directives/directive.module.ts | 6 +- .../directives/highlight.directive.spec.ts | 8 +- .../src/lib/directives/highlight.directive.ts | 8 +- .../infinite-select-scroll.directive.spec.ts | 16 +- .../infinite-select-scroll.directive.ts | 14 +- .../lib/directives/logout.directive.spec.ts | 24 +- .../src/lib/directives/logout.directive.ts | 12 +- .../tooltip-card/tooltip-card.component.ts | 18 +- .../tooltip-card.directive.spec.ts | 10 +- .../tooltip-card/tooltip-card.directive.ts | 24 +- .../lib/directives/upload.directive.spec.ts | 12 +- .../src/lib/directives/upload.directive.ts | 62 +- lib/core/src/lib/events/base.event.ts | 4 +- .../form/components/form-base.component.ts | 17 +- .../form-custom-button.directive.ts | 2 +- .../form-field/form-field.component.spec.ts | 104 +- .../form-field/form-field.component.ts | 28 +- .../components/form-renderer.component.scss | 34 +- .../form-renderer.component.spec.ts | 6 +- .../components/form-renderer.component.ts | 38 +- .../inplace-form-input.component.scss | 7 +- .../inplace-form-input.component.spec.ts | 6 +- .../inplace-form-input.component.ts | 8 +- .../form/components/mock/cloud-form.mock.ts | 1992 +- .../mock/form-renderer.component.mock.ts | 3078 +- .../src/lib/form/components/mock/form.mock.ts | 1992 +- .../widgets/amount/amount.widget.spec.ts | 144 +- .../widgets/amount/amount.widget.ts | 16 +- .../base-viewer/base-viewer.widget.spec.ts | 35 +- .../widgets/base-viewer/base-viewer.widget.ts | 14 +- .../widgets/checkbox/checkbox.widget.spec.ts | 24 +- .../widgets/checkbox/checkbox.widget.ts | 10 +- .../widgets/core/container-column.model.ts | 2 +- .../widgets/core/container.model.ts | 10 +- .../widgets/core/content-link.model.ts | 14 +- .../widgets/core/error-message.model.ts | 6 +- .../widgets/core/form-field-types.ts | 4 +- .../widgets/core/form-field-validator.spec.ts | 470 +- .../widgets/core/form-field-validator.ts | 84 +- .../widgets/core/form-field.model.spec.ts | 798 +- .../widgets/core/form-field.model.ts | 53 +- .../widgets/core/form-outcome-event.model.ts | 8 +- .../widgets/core/form-outcome.model.spec.ts | 20 +- .../widgets/core/form-outcome.model.ts | 2 +- .../widgets/core/form-widget.model.spec.ts | 2 +- .../widgets/core/form-widget.model.ts | 2 +- .../widgets/core/form.model.spec.ts | 204 +- .../components/widgets/core/form.model.ts | 77 +- .../components/widgets/core/tab.model.spec.ts | 6 +- .../form/components/widgets/core/tab.model.ts | 4 +- .../core/upload-widget-content-link.model.ts | 2 +- .../widgets/date-time/date-time.widget.scss | 10 +- .../date-time/date-time.widget.spec.ts | 180 +- .../widgets/date-time/date-time.widget.ts | 26 +- .../widgets/date/date.widget.spec.ts | 94 +- .../components/widgets/date/date.widget.ts | 22 +- .../display-text/display-text.widget.ts | 12 +- .../widgets/error/error.component.spec.ts | 6 +- .../widgets/error/error.component.ts | 20 +- .../form/components/widgets/form.theme.scss | 15 +- .../hyperlink/hyperlink.widget.spec.ts | 46 +- .../widgets/hyperlink/hyperlink.widget.ts | 18 +- .../components/widgets/json/json.widget.ts | 20 +- .../multiline-text/multiline-text.widget.scss | 2 +- .../multiline-text.widget.spec.ts | 14 +- .../multiline-text/multiline-text.widget.ts | 12 +- .../widgets/number/number.widget.scss | 2 +- .../widgets/number/number.widget.spec.ts | 56 +- .../widgets/number/number.widget.ts | 14 +- .../widgets/text/text-mask.component.ts | 52 +- .../components/widgets/text/text.widget.scss | 2 +- .../widgets/text/text.widget.spec.ts | 170 +- .../components/widgets/text/text.widget.ts | 14 +- .../widgets/unknown/unknown.widget.ts | 12 +- .../widgets/widget.component.spec.ts | 12 +- .../components/widgets/widget.component.ts | 32 +- .../src/lib/form/events/form-error.event.ts | 2 +- .../src/lib/form/events/form-field.event.ts | 2 +- .../src/lib/form/events/form-rules.event.ts | 2 +- lib/core/src/lib/form/events/form.event.ts | 6 +- .../form/events/validate-form-field.event.ts | 2 +- .../lib/form/events/validate-form.event.ts | 2 +- lib/core/src/lib/form/form-base.module.ts | 6 +- .../lib/form/models/form-rules.model.spec.ts | 18 +- .../src/lib/form/models/form-rules.model.ts | 13 +- .../form/models/widget-visibility.model.ts | 18 +- .../form/services/form-rendering.service.ts | 2 +- .../lib/form/services/form.service.spec.ts | 2 +- .../src/lib/form/services/form.service.ts | 13 +- .../widget-visibility-cloud.service.spec.ts | 256 +- .../widget-visibility.service.spec.ts | 104 +- .../services/widget-visibility.service.ts | 58 +- .../src/lib/icon/icon.component.stories.ts | 54 +- lib/core/src/lib/icon/icon.component.ts | 18 +- lib/core/src/lib/icon/icon.module.ts | 6 +- .../identity-user-info.component.html | 4 +- .../identity-user-info.component.scss | 18 +- .../identity-user-info.component.spec.ts | 8 +- .../identity-user-info.component.stories.ts | 128 +- .../identity-user-info.component.ts | 20 +- .../identity-user-info.module.ts | 6 +- .../info-drawer-layout.component.scss | 8 +- .../info-drawer-layout.component.ts | 16 +- .../info-drawer/info-drawer.component.scss | 21 +- .../info-drawer/info-drawer.component.spec.ts | 20 +- .../info-drawer.component.stories.ts | 324 +- .../lib/info-drawer/info-drawer.component.ts | 26 +- .../src/lib/info-drawer/info-drawer.module.ts | 6 +- .../language-menu.component.spec.ts | 16 +- .../language-menu.component.stories.ts | 42 +- .../language-menu/language-menu.component.ts | 8 +- .../lib/language-menu/language-menu.module.ts | 6 +- .../language-picker.component.stories.ts | 32 +- .../language-picker.component.ts | 4 +- .../language-menu/service/language.service.ts | 42 +- .../header/header.component.spec.ts | 10 +- .../header/header.component.stories.ts | 152 +- .../components/header/header.component.ts | 16 +- .../layout-container.component.spec.ts | 34 +- .../layout-container.component.ts | 60 +- .../sidebar-action-menu.component.scss | 6 +- .../sidebar-action-menu.component.spec.ts | 8 +- .../sidebar-action-menu.component.ts | 20 +- .../sidebar-action.component.stories.ts | 64 +- .../sidenav-layout.component.spec.ts | 42 +- .../sidenav-layout.component.stories.ts | 174 +- .../sidenav-layout.component.ts | 42 +- .../sidenav-layout-content.directive.ts | 2 +- .../sidenav-layout-header.directive.ts | 2 +- .../sidenav-layout-navigation.directive.ts | 2 +- lib/core/src/lib/layout/helpers/animations.ts | 8 +- lib/core/src/lib/layout/layout.module.ts | 6 +- .../login-dialog-panel.component.scss | 2 +- .../login-dialog-panel.component.spec.ts | 8 +- .../login-dialog-panel.component.ts | 16 +- .../login-dialog.component.stories.ts | 102 +- .../components/login-dialog.component.ts | 20 +- .../login-dialog.stories.component.ts | 18 +- .../lib/login/components/login.component.html | 2 +- .../lib/login/components/login.component.scss | 18 +- .../login/components/login.component.spec.ts | 56 +- .../components/login.component.stories.ts | 224 +- .../lib/login/components/login.component.ts | 90 +- .../directives/login-footer.directive.spec.ts | 6 +- .../directives/login-footer.directive.ts | 6 +- .../directives/login-header.directive.spec.ts | 6 +- .../directives/login-header.directive.ts | 6 +- lib/core/src/lib/login/login.module.ts | 6 +- .../src/lib/login/models/login-error.event.ts | 2 +- .../lib/login/models/login-submit.event.ts | 8 +- .../lib/login/models/login-success.event.ts | 2 +- lib/core/src/lib/material.module.ts | 4 +- lib/core/src/lib/mock/alfresco-api.mock.ts | 6 +- .../src/lib/mock/alfresco-api.service.mock.ts | 4 +- lib/core/src/lib/mock/cloud-form.mock.ts | 1992 +- lib/core/src/lib/mock/cookie.service.mock.ts | 12 +- lib/core/src/lib/mock/data-column.mock.ts | 108 +- lib/core/src/lib/mock/dom-sanitizer-mock.ts | 2 +- lib/core/src/lib/mock/event.mock.ts | 6 +- lib/core/src/lib/mock/form/demo-form.mock.ts | 3246 +- .../form/form-definition-readonly.mock.ts | 380 +- .../form/form-definition-visibility.mock.ts | 564 +- .../src/lib/mock/form/form-definition.mock.ts | 660 +- .../src/lib/mock/form/form.component.mock.ts | 436 +- .../src/lib/mock/form/form.service.mock.ts | 410 +- .../mock/form/start-form.component.mock.ts | 1664 +- .../widget-visibility-cloud.service.mock.ts | 1814 +- .../form/widget-visibility.service.mock.ts | 3164 +- .../src/lib/mock/language.service.mock.ts | 38 +- .../src/lib/mock/mat-icon-registry-mock.ts | 2 +- .../src/lib/mock/translation.service.mock.ts | 14 +- lib/core/src/lib/mock/user-access.mock.ts | 18 +- lib/core/src/lib/models/comment.model.ts | 8 +- lib/core/src/lib/models/component.model.ts | 2 +- .../src/lib/models/decimal-number.model.ts | 2 +- lib/core/src/lib/models/general-user.model.ts | 2 +- lib/core/src/lib/models/pagination.model.ts | 2 +- .../src/lib/models/product-version.model.ts | 2 +- .../lib/models/request-pagination.model.ts | 2 +- .../add-notification.stories.component.ts | 8 +- .../notification-history.component.scss | 8 +- .../notification-history.component.spec.ts | 40 +- .../notification-history.component.stories.ts | 70 +- .../notification-history.component.ts | 46 +- .../helpers/notification.factory.ts | 34 +- .../notification-history.module.ts | 6 +- .../services/notification.service.spec.ts | 40 +- .../services/notification.service.ts | 58 +- .../infinite-pagination.component.spec.ts | 50 +- .../infinite-pagination.component.ts | 36 +- .../pagination/pagination.component.spec.ts | 38 +- .../pagination.component.stories.ts | 90 +- .../lib/pagination/pagination.component.ts | 72 +- .../src/lib/pagination/pagination.module.ts | 6 +- lib/core/src/lib/pipes/boolean.pipe.spec.ts | 2 +- lib/core/src/lib/pipes/boolean.pipe.ts | 8 +- lib/core/src/lib/pipes/date-time.pipe.spec.ts | 4 +- lib/core/src/lib/pipes/date-time.pipe.ts | 4 +- .../src/lib/pipes/decimal-number.pipe.spec.ts | 20 +- lib/core/src/lib/pipes/decimal-number.pipe.ts | 10 +- lib/core/src/lib/pipes/file-size.pipe.spec.ts | 18 +- lib/core/src/lib/pipes/file-size.pipe.ts | 8 +- lib/core/src/lib/pipes/file-type.pipe.ts | 6 +- ...lter-out-every-object-by-prop.pipe.spec.ts | 16 +- .../filter-out-every-object-by-prop.pipe.ts | 4 +- lib/core/src/lib/pipes/filter-string.pipe.ts | 4 +- lib/core/src/lib/pipes/format-space.pipe.ts | 4 +- lib/core/src/lib/pipes/full-name.pipe.spec.ts | 10 +- lib/core/src/lib/pipes/full-name.pipe.ts | 8 +- .../src/lib/pipes/localized-date.pipe.spec.ts | 2 +- lib/core/src/lib/pipes/localized-date.pipe.ts | 12 +- lib/core/src/lib/pipes/localized-role.pipe.ts | 6 +- lib/core/src/lib/pipes/mime-type-icon.pipe.ts | 6 +- lib/core/src/lib/pipes/moment-date.pipe.ts | 4 +- .../src/lib/pipes/moment-datetime.pipe.ts | 4 +- .../src/lib/pipes/multi-value.pipe.spec.ts | 2 +- lib/core/src/lib/pipes/multi-value.pipe.ts | 4 +- lib/core/src/lib/pipes/pipe.module.ts | 8 +- lib/core/src/lib/pipes/text-highlight.pipe.ts | 6 +- lib/core/src/lib/pipes/time-ago.pipe.spec.ts | 2 +- lib/core/src/lib/pipes/time-ago.pipe.ts | 12 +- .../src/lib/pipes/user-initial.pipe.spec.ts | 16 +- lib/core/src/lib/pipes/user-initial.pipe.ts | 8 +- lib/core/src/lib/search-text/animations.ts | 10 +- .../search-text-input.component.scss | 5 +- .../search-text-input.component.spec.ts | 10 +- .../search-text-input.component.ts | 82 +- .../search-text/search-text-input.module.ts | 6 +- .../search-text/search-trigger.directive.ts | 48 +- .../src/lib/services/alfresco-api.service.ts | 46 +- .../lib/services/startup-service-factory.ts | 3 +- .../snackbar-content.component.scss | 2 +- .../snackbar-content.component.spec.ts | 44 +- .../snackbar-content.component.ts | 16 +- .../snackbar-content.module.ts | 6 +- .../mock/sorting-picker.mock.ts | 6 +- .../sorting-picker.component.spec.ts | 2 +- .../sorting-picker.component.stories.ts | 90 +- .../sorting-picker.component.ts | 12 +- .../sorting-picker/sorting-picker.module.ts | 6 +- lib/core/src/lib/styles/_index.scss | 28 +- lib/core/src/lib/styles/_typography.scss | 25 +- .../lib/styles/prebuilt/adf-blue-orange.scss | 1 + .../empty-content.component.spec.ts | 8 +- .../empty-content.component.stories.ts | 84 +- .../empty-content/empty-content.component.ts | 12 +- .../error-content.component.spec.ts | 8 +- .../error-content.component.stories.ts | 64 +- .../error-content/error-content.component.ts | 18 +- lib/core/src/lib/templates/template.module.ts | 6 +- .../src/lib/testing/automation.service.ts | 6 +- lib/core/src/lib/testing/core.story.module.ts | 4 +- .../src/lib/testing/core.testing.module.ts | 24 +- .../lib/toolbar/toolbar-divider.component.ts | 12 +- .../lib/toolbar/toolbar-title.component.ts | 6 +- .../src/lib/toolbar/toolbar.component.spec.ts | 2 +- .../lib/toolbar/toolbar.component.stories.ts | 110 +- lib/core/src/lib/toolbar/toolbar.component.ts | 12 +- lib/core/src/lib/toolbar/toolbar.module.ts | 6 +- .../translation/translate-loader.service.ts | 22 +- .../lib/translation/translate-loader.spec.ts | 6 +- .../translation/translation.service.spec.ts | 26 +- .../lib/translation/translation.service.ts | 37 +- .../download-prompt-dialog.component.spec.ts | 10 +- .../download-prompt-dialog.component.ts | 4 +- .../components/img-viewer.component.spec.ts | 12 +- .../viewer/components/img-viewer.component.ts | 62 +- .../components/media-player.component.ts | 16 +- ...r-container-more-actions.component.mock.ts | 4 +- ...ewer-container-open-with.component.mock.ts | 4 +- ...viewer-container-sidebar.component.mock.ts | 4 +- ...ontainer-toolbar-actions.component.mock.ts | 4 +- ...viewer-container-toolbar.component.mock.ts | 4 +- .../pdf-viewer-password-dialog.spec.ts | 16 +- .../components/pdf-viewer-password-dialog.ts | 18 +- .../pdf-viewer-thumb.component.spec.ts | 20 +- .../components/pdf-viewer-thumb.component.ts | 24 +- .../pdf-viewer-thumbnails.component.spec.ts | 42 +- .../pdf-viewer-thumbnails.component.ts | 58 +- .../components/pdf-viewer.component.scss | 2 +- .../components/pdf-viewer.component.spec.ts | 62 +- .../viewer/components/pdf-viewer.component.ts | 109 +- .../components/txt-viewer.component.spec.ts | 8 +- .../viewer/components/txt-viewer.component.ts | 20 +- .../unknown-format.component.ts | 8 +- .../viewer-more-actions.component.ts | 10 +- .../components/viewer-open-with.component.ts | 10 +- .../components/viewer-render.component.scss | 2 +- .../viewer-render.component.spec.ts | 38 +- .../components/viewer-render.component.ts | 42 +- .../components/viewer-sidebar.component.ts | 14 +- .../viewer-toolbar-actions.component.ts | 10 +- ...viewer-toolbar-custom-actions.component.ts | 10 +- .../components/viewer-toolbar.component.ts | 10 +- .../components/viewer.component.spec.ts | 56 +- .../lib/viewer/components/viewer.component.ts | 60 +- .../viewer-extension.directive.spec.ts | 14 +- .../directives/viewer-extension.directive.ts | 13 +- .../services/rendering-queue.services.ts | 33 +- .../lib/viewer/services/view-util.service.ts | 42 +- lib/core/src/lib/viewer/viewer.module.ts | 6 +- lib/core/test.ts | 21 +- lib/core/tsconfig.lib.json | 7 +- lib/core/tsconfig.lib.prod.json | 4 +- lib/core/tsconfig.spec.json | 4 +- lib/eslint-angular/project.json | 63 + lib/extensions/.eslintrc.json | 4 +- lib/extensions/project.json | 54 + .../dynamic-column.component.ts | 12 +- lib/extensions/src/test.ts | 18 +- lib/extensions/tsconfig.lib.json | 4 +- lib/extensions/tsconfig.lib.prod.json | 4 +- lib/extensions/tsconfig.spec.json | 4 +- lib/insights/.eslintrc.json | 22 +- lib/insights/project.json | 65 + .../analytics-report-list.component.html | 2 +- .../analytics-report-list.component.scss | 5 +- ...analytics-report-parameters.component.scss | 4 +- .../widgets/duration/duration.widget.scss | 2 +- .../widgets/number/number.widget.scss | 2 +- lib/insights/src/test.ts | 19 +- lib/insights/tsconfig.lib.json | 4 +- lib/insights/tsconfig.lib.prod.json | 4 +- lib/insights/tsconfig.spec.json | 4 +- lib/process-services-cloud/.eslintrc.json | 9 +- lib/process-services-cloud/.storybook/main.js | 21 +- lib/process-services-cloud/project.json | 121 + .../app-details-cloud.component.html | 1 + .../app-details-cloud.component.scss | 2 +- .../components/app-list-cloud.component.scss | 2 +- .../form/components/form-cloud.component.html | 2 +- .../attach-file-cloud-widget.component.scss | 11 +- ...file-properties-table-cloud.component.scss | 10 +- .../widgets/date/date-cloud.widget.scss | 10 +- .../dropdown/dropdown-cloud.widget.scss | 3 +- .../components/group-cloud.component.html | 8 +- .../components/group-cloud.component.scss | 9 +- .../components/group-cloud.component.spec.ts | 6 +- .../components/people-cloud.component.html | 8 +- .../components/people-cloud.component.spec.ts | 6 +- ...process-filter-dialog-cloud.component.html | 2 +- ...process-filter-dialog-cloud.component.scss | 7 +- .../process-header-cloud.component.html | 2 +- .../start-process-cloud.component.html | 2 +- .../start-process-cloud.component.scss | 5 +- .../start-task-cloud.component.html | 2 +- .../start-task-cloud.component.scss | 4 +- .../task-filter-dialog-cloud.component.html | 2 +- .../task-filter-dialog-cloud.component.scss | 7 +- .../components/task-form-cloud.component.html | 2 +- .../components/task-form-cloud.component.scss | 5 +- .../task-header-cloud.component.html | 2 +- lib/process-services-cloud/src/test.ts | 18 +- lib/process-services-cloud/tsconfig.lib.json | 4 +- .../tsconfig.lib.prod.json | 4 +- lib/process-services-cloud/tsconfig.spec.json | 4 +- lib/process-services/.eslintrc.json | 6 +- lib/process-services/project.json | 65 + .../src/lib/app-list/apps-list.component.html | 2 +- .../src/lib/app-list/apps-list.component.scss | 4 +- .../src/lib/form/form.component.html | 2 +- .../src/lib/form/start-form.component.html | 2 +- .../src/lib/form/start-form.component.scss | 20 +- .../src/lib/form/start-form.component.spec.ts | 2 +- .../attach-file-widget-dialog.component.scss | 2 +- .../attach-file-widget.component.scss | 10 +- .../form/widgets/document/content.widget.html | 2 +- .../widgets/dropdown/dropdown.widget.scss | 3 +- .../form/widgets/people/people.widget.scss | 2 +- .../components/people/people.component.html | 2 +- .../components/people/people.component.scss | 2 +- .../process-instance-details.component.html | 6 +- .../process-instance-header.component.html | 2 +- .../process-instance-tasks.component.html | 12 +- .../components/start-process.component.scss | 6 +- .../start-process.component.spec.ts | 2 +- .../process-user-info.component.html | 8 +- .../process-user-info.component.scss | 16 +- .../components/attach-form.component.html | 2 +- .../components/attach-form.component.scss | 2 +- .../components/checklist.component.html | 14 +- .../components/checklist.component.scss | 2 +- .../components/start-task.component.html | 2 +- .../components/start-task.component.scss | 16 +- .../components/task-details.component.html | 2 +- .../components/task-details.component.scss | 5 +- .../task-form/task-form.component.html | 2 +- .../task-form/task-form.component.scss | 5 +- .../components/task-header.component.html | 2 +- .../components/task-standalone.component.html | 2 +- .../components/task-standalone.component.scss | 9 +- lib/process-services/src/test.ts | 19 +- lib/process-services/tsconfig.lib.json | 4 +- lib/process-services/tsconfig.lib.prod.json | 4 +- lib/process-services/tsconfig.spec.json | 4 +- lib/stories/.storybook/main.js | 32 +- lib/stories/project.json | 54 + lib/testing/.eslintrc.json | 4 +- lib/testing/project.json | 86 + .../content-node-selector-dialog.page.ts | 2 +- nx.json | 44 +- package-lock.json | 38667 ++++++++-------- package.json | 111 +- stylelint-config.json | 10 - tsconfig.dev.json | 9 +- 774 files changed, 40921 insertions(+), 41335 deletions(-) delete mode 100644 .browserslistrc delete mode 100644 angular.json create mode 100644 demo-shell/project.json create mode 100644 lib/cli/project.json create mode 100644 lib/content-services/project.json create mode 100644 lib/core/project.json create mode 100644 lib/eslint-angular/project.json create mode 100644 lib/extensions/project.json create mode 100644 lib/insights/project.json create mode 100644 lib/process-services-cloud/project.json create mode 100644 lib/process-services/project.json create mode 100644 lib/stories/project.json create mode 100644 lib/testing/project.json diff --git a/.browserslistrc b/.browserslistrc deleted file mode 100644 index fb92325c6e..0000000000 --- a/.browserslistrc +++ /dev/null @@ -1,17 +0,0 @@ -# This file is used by the build system to adjust CSS and JS output to support the specified browsers below. -# For additional information regarding the format and rule options, please see: -# https://github.com/browserslist/browserslist#queries - -# For the full list of supported browsers by the Angular framework, please see: -# https://angular.io/guide/browser-support - -# You can see what browsers were selected by your queries by running: -# npx browserslist - -last 1 Chrome version -last 1 Firefox version -last 2 Edge major versions -last 2 Safari major version -last 2 iOS major versions -Firefox ESR -not IE 9-11 # For IE 9-11 support, remove 'not'. diff --git a/.eslintrc.js b/.eslintrc.js index e05c7e3899..ff098a708e 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -10,7 +10,7 @@ module.exports = { '**/scripts', '**/docs' ], - plugins: ['@nrwl/nx'], + plugins: ['@nx'], overrides: [ { files: ['*.ts'], @@ -19,11 +19,9 @@ module.exports = { createDefaultProgram: true }, extends: [ - 'plugin:@nrwl/nx/typescript', - 'plugin:@nrwl/nx/angular', + 'plugin:@nx/typescript', + 'plugin:@nx/angular', 'plugin:@cspell/recommended', - 'plugin:@angular-eslint/ng-cli-compat', - 'plugin:@angular-eslint/ng-cli-compat--formatting-add-on', 'plugin:@angular-eslint/template/process-inline-templates', 'plugin:jsdoc/recommended-typescript-error' ], diff --git a/.eslintrc.json b/.eslintrc.json index e05c7e3899..4bcc6cb1a0 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -1,188 +1,3 @@ -module.exports = { - root: true, - ignorePatterns: [ - 'projects/**/*', - '**/node_modules/**/*', - 'lib/cli/node_modules/**/*', - '**/node_modules', - '**/docker', - '**/assets', - '**/scripts', - '**/docs' - ], - plugins: ['@nrwl/nx'], - overrides: [ - { - files: ['*.ts'], - parserOptions: { - project: ['tsconfig.json', 'e2e/tsconfig.e2e.json'], - createDefaultProgram: true - }, - extends: [ - 'plugin:@nrwl/nx/typescript', - 'plugin:@nrwl/nx/angular', - 'plugin:@cspell/recommended', - 'plugin:@angular-eslint/ng-cli-compat', - 'plugin:@angular-eslint/ng-cli-compat--formatting-add-on', - 'plugin:@angular-eslint/template/process-inline-templates', - 'plugin:jsdoc/recommended-typescript-error' - ], - plugins: [ - 'eslint-plugin-unicorn', - 'eslint-plugin-rxjs', - 'prettier', - 'ban', - 'license-header', - '@cspell', - 'eslint-plugin-import', - '@angular-eslint/eslint-plugin', - '@typescript-eslint', - 'jsdoc' - ], - rules: { - // Uncomment this to enable prettier checks as part of the ESLint - // 'prettier/prettier': 'error', - 'ban/ban': [ - 'error', - { name: 'eval', message: 'Calls to eval is not allowed.' }, - { name: 'fdescribe', message: 'Calls to fdescribe is not allowed' }, - { name: 'fit', message: 'Calls to fit is not allowed' }, - { name: 'xit', message: 'Calls to xit is not allowed' }, - { name: 'xdescribe', message: 'Calls to xdescribe is not allowed' }, - { name: ['test', 'only'], message: 'Calls to test.only is not allowed' }, - { name: ['describe', 'only'], message: 'Calls to describe.only is not allowed' } - ], - '@angular-eslint/component-selector': [ - 'error', - { - type: 'element', - prefix: ['adf', 'app'], - style: 'kebab-case' - } - ], - '@angular-eslint/directive-selector': [ - 'error', - { - type: ['element', 'attribute'], - prefix: ['adf', 'app'], - style: 'kebab-case' - } - ], - '@angular-eslint/no-host-metadata-property': 'off', - '@angular-eslint/no-input-prefix': 'error', - '@typescript-eslint/consistent-type-definitions': 'error', - '@typescript-eslint/dot-notation': 'off', - '@typescript-eslint/explicit-member-accessibility': [ - 'off', - { - accessibility: 'explicit' - } - ], - '@typescript-eslint/await-thenable': 'error', - '@typescript-eslint/prefer-optional-chain': 'warn', - '@typescript-eslint/no-inferrable-types': 'off', - '@typescript-eslint/no-require-imports': 'off', - '@typescript-eslint/no-var-requires': 'error', - '@typescript-eslint/naming-convention': [ - 'error', - { - selector: [ - 'classProperty', - 'objectLiteralProperty', - 'typeProperty', - 'classMethod', - 'objectLiteralMethod', - 'typeMethod', - 'accessor', - 'enumMember' - ], - format: null, - modifiers: ['requiresQuotes'] - } - ], - '@typescript-eslint/member-ordering': 'off', - 'prefer-arrow/prefer-arrow-functions': 'off', - 'prefer-promise-reject-errors': 'error', - 'brace-style': 'off', - '@typescript-eslint/brace-style': 'error', - 'comma-dangle': 'error', - 'default-case': 'error', - 'import/order': 'off', - 'max-len': [ - 'error', - { - code: 240 - } - ], - 'no-bitwise': 'off', - 'no-console': [ - 'error', - { - allow: [ - 'warn', - 'dir', - 'timeLog', - 'assert', - 'clear', - 'count', - 'countReset', - 'group', - 'groupEnd', - 'table', - 'dirxml', - 'error', - 'groupCollapsed', - 'Console', - 'profile', - 'profileEnd', - 'timeStamp', - 'context' - ] - } - ], - 'no-duplicate-imports': 'error', - 'no-multiple-empty-lines': 'error', - 'no-redeclare': 'error', - 'no-return-await': 'error', - 'rxjs/no-create': 'error', - 'rxjs/no-subject-unsubscribe': 'error', - 'rxjs/no-subject-value': 'error', - 'rxjs/no-unsafe-takeuntil': 'error', - 'unicorn/filename-case': 'error', - '@typescript-eslint/no-unused-expressions': [ - 'error', - { - allowShortCircuit: true, - allowTernary: true - } - ], - 'license-header/header': [ - 'error', - [ - '/*!', - ' * @license', - ' * Copyright © 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.', - ' *', - ' * Licensed under the Apache License, Version 2.0 (the "License");', - ' * you may not use this file except in compliance with the License.', - ' * You may obtain a copy of the License at', - ' *', - ' * http://www.apache.org/licenses/LICENSE-2.0', - ' *', - ' * Unless required by applicable law or agreed to in writing, software', - ' * distributed under the License is distributed on an "AS IS" BASIS,', - ' * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.', - ' * See the License for the specific language governing permissions and', - ' * limitations under the License.', - ' */' - ] - ] - } - }, - { - files: ['*.html'], - extends: ['plugin:@angular-eslint/template/recommended'], - rules: {} - } - ] -}; +{ + "extends": ["../../.eslintrc.js"] +} diff --git a/.storybook/main.js b/.storybook/main.js index 51d3372dc5..801822372b 100644 --- a/.storybook/main.js +++ b/.storybook/main.js @@ -1,7 +1,5 @@ module.exports = { - stories: [], - addons: ['@storybook/addon-essentials'], framework: '@storybook/angular', - staticDirs: [ { from: '../../../demo-shell/src/app.config.json', to: 'app.config.json' } ], + staticDirs: [{ from: '../../../demo-shell/src/app.config.json', to: 'app.config.json' }], core: { builder: 'webpack5' } }; diff --git a/angular.json b/angular.json deleted file mode 100644 index 3ffa67f349..0000000000 --- a/angular.json +++ /dev/null @@ -1,1153 +0,0 @@ -{ - "$schema": "./node_modules/@angular/cli/lib/config/schema.json", - "version": 1, - "newProjectRoot": "lib", - "projects": { - "demoshell": { - "root": "demo-shell", - "sourceRoot": "demo-shell/src", - "projectType": "application", - "architect": { - "build": { - "builder": "@angular-devkit/build-angular:browser", - "options": { - "allowedCommonJsDependencies": [ - "minimatch", - "minimatch-browser", - "superagent", - "event-emitter", - "brace-expansion", - "zen-observable", - "subscriptions-transport-ws", - "d", - "chart.js" - ], - "outputPath": "dist/demo-shell", - "index": "demo-shell/src/index.html", - "main": "demo-shell/src/main.ts", - "tsConfig": "tsconfig.dev.json", - "polyfills": "demo-shell/src/polyfills.ts", - "stylePreprocessorOptions": { - "includePaths": [ - "lib", "lib/core/src/lib" - ] - }, - "assets": [ - "demo-shell/src/assets", - "demo-shell/src/favicon-96x96.png", - "demo-shell/src/app.config.json", - { - "glob": "**/*", - "input": "demo-shell/src/assets", - "output": "/assets" - }, - { - "glob": "app.config.json", - "input": "demo-shell/src", - "output": "/" - }, - { - "glob": "**/*", - "input": "demo-shell/resources", - "output": "/resources" - }, - { - "glob": "**/*", - "input": "lib/core/src/lib/assets", - "output": "/assets" - }, - { - "glob": "**/*", - "input": "lib/process-services/src/lib/assets", - "output": "/assets" - }, - { - "glob": "**/*", - "input": "lib/process-services-cloud/src/lib/assets", - "output": "/assets" - }, - { - "glob": "**/*", - "input": "lib/content-services/src/lib/assets", - "output": "/assets" - }, - { - "glob": "**/*", - "input": "lib/core/src/lib/i18n", - "output": "/assets/adf-core/i18n" - }, - { - "glob": "**/*", - "input": "lib/content-services/src/lib/i18n", - "output": "/assets/adf-content-services/i18n" - }, - { - "glob": "**/*", - "input": "lib/process-services/src/lib/i18n", - "output": "/assets/adf-process-services/i18n" - }, - { - "glob": "**/*", - "input": "lib/process-services-cloud/src/lib/i18n", - "output": "/assets/adf-process-services-cloud/i18n" - }, - { - "glob": "**/*", - "input": "lib/insights/src/lib/i18n", - "output": "/assets/adf-insights/i18n" - }, - { - "glob": "pdf.worker.min.js", - "input": "node_modules/pdfjs-dist/build", - "output": "/" - }, - { - "glob": "**/*", - "input": "node_modules/monaco-editor", - "output": "/assets/monaco/" - } - ], - "styles": [ - "demo-shell/src/styles.scss", - "demo-shell/src/custom-style-dev.scss", - "node_modules/cropperjs/dist/cropper.min.css", - "node_modules/pdfjs-dist/web/pdf_viewer.css" - ], - "scripts": [ - "node_modules/pdfjs-dist/build/pdf.js", - "node_modules/pdfjs-dist/web/pdf_viewer.js", - "node_modules/raphael/raphael.min.js" - ], - "vendorChunk": true, - "extractLicenses": false, - "buildOptimizer": false, - "sourceMap": true, - "optimization": false, - "namedChunks": true - }, - "configurations": { - "production": { - "budgets": [ - { - "type": "anyComponentStyle", - "maximumWarning": "12kb" - } - ], - "optimization": true, - "outputHashing": "all", - "sourceMap": false, - "namedChunks": false, - "extractLicenses": true, - "buildOptimizer": true, - "verbose": false, - "fileReplacements": [ - { - "replace": "demo-shell/src/environments/environment.ts", - "with": "demo-shell/src/environments/environment.prod.ts" - } - ] - }, - "canary": { - "fileReplacements": [ - { - "replace": "demo-shell/src/environments/environment.ts", - "with": "demo-shell/src/environments/environment.canary.ts" - } - ] - }, - "e2e": { - "budgets": [ - { - "type": "anyComponentStyle", - "maximumWarning": "6kb" - } - ], - "optimization": true, - "outputHashing": "all", - "sourceMap": false, - "namedChunks": false, - "extractLicenses": true, - "buildOptimizer": true, - "verbose": false, - "fileReplacements": [ - { - "replace": "demo-shell/src/environments/environment.ts", - "with": "demo-shell/src/environments/environment.e2e.ts" - } - ] - } - }, - "defaultConfiguration": "" - }, - "serve": { - "builder": "@angular-devkit/build-angular:dev-server", - "options": { - "browserTarget": "demoshell:build", - "host": "0.0.0.0", - "port": 3000, - "proxyConfig": "demo-shell/proxy.conf.js", - "disableHostCheck": true - }, - "configurations": { - "production": { - "browserTarget": "demoshell:build:production" - }, - "canary": { - "browserTarget": "demoshell:build:canary" - }, - "e2e": { - "browserTarget": "demoshell:build:e2e" - } - } - }, - "lint": { - "builder": "@nrwl/linter:eslint", - "options": { - "lintFilePatterns": [ - "demo-shell/**/*.ts", - "demo-shell/**/*.html" - ] - } - } - } - }, - "demoshell-e2e": { - "root": "demo-shell", - "sourceRoot": "./demo-shell", - "projectType": "application", - "architect": { - "serve": { - "builder": "@angular-devkit/build-angular:dev-server", - "options": { - "proxyConfig": "./e2e/proxy.conf.js", - "browserTarget": "dev:build", - "port": 3000 - }, - "configurations": { - "production": { - "browserTarget": "dev:build:production" - } - } - }, - "e2e": { - "builder": "@angular-devkit/build-angular:protractor", - "options": { - "protractorConfig": "./e2e/protractor.conf.js", - "devServerTarget": "lib-e2e-test:serve" - } - } - } - }, - "core": { - "projectType": "library", - "root": "lib/core", - "sourceRoot": "lib/core", - "prefix": "adf", - "architect": { - "build": { - "builder": "@angular-devkit/build-angular:ng-packagr", - "options": { - "tsConfig": "lib/core/tsconfig.lib.json", - "project": "lib/core/ng-package.json" - }, - "dependsOn": ["^build", "license"], - "configurations": { - "production": { - "project": "lib/core/ng-package.json", - "tsConfig": "lib/core/tsconfig.lib.prod.json" - }, - "development": { - "tsConfig": "lib/core/tsconfig.lib.json" - } - }, - "defaultConfiguration": "production" - }, - "test": { - "builder": "@angular-devkit/build-angular:karma", - "options": { - "main": "lib/core/test.ts", - "tsConfig": "lib/core/tsconfig.spec.json", - "karmaConfig": "lib/core/karma.conf.js", - "sourceMap": true, - "codeCoverage": true, - "stylePreprocessorOptions": { - "includePaths": [ - "lib", "lib/core/src/lib" - ] - }, - "styles": [ - "demo-shell/src/styles.scss" - ] - } - }, - "lint": { - "builder": "@nrwl/linter:eslint", - "options": { - "lintFilePatterns": [ - "lib/core/**/*.ts", - "lib/core/**/*.html", - "lib/core/api/**/*.ts", - "lib/core/api/**/*.html", - "lib/core/auth/**/*.ts", - "lib/core/auth/**/*.html", - "lib/core/shell/**/*.ts", - "lib/core/shell/**/*.html", - "lib/core/breadcrumbs/**/*.ts", - "lib/core/breadcrumbs/**/*.html" - ] - } - }, - "storybook": { - "builder": "@storybook/angular:start-storybook", - "options": { - "port": 4400, - "browserTarget": "core:storybook", - "configDir": "lib/core/.storybook", - "compodoc": false, - "styles": [ - "demo-shell/src/styles.scss", - "demo-shell/src/custom-style-dev.scss", - "node_modules/cropperjs/dist/cropper.min.css", - "node_modules/pdfjs-dist/web/pdf_viewer.css" - ], - "stylePreprocessorOptions": { - "includePaths": [ - "lib", "lib/core/src/lib" - ] - } - }, - "configurations": { - "ci": { - "quiet": true - } - } - }, - "build-storybook": { - "builder": "@storybook/angular:build-storybook", - "options": { - "browserTarget": "core:build-storybook", - "configDir": "lib/core/.storybook", - "outputDir": "dist/storybook/core", - "compodoc": false, - "styles": [ - "demo-shell/src/styles.scss", - "demo-shell/src/custom-style-dev.scss", - "node_modules/cropperjs/dist/cropper.min.css", - "node_modules/pdfjs-dist/web/pdf_viewer.css" - ], - "stylePreprocessorOptions": { - "includePaths": [ - "lib", "lib/core/src/lib" - ] - } - }, - "configurations": { - "ci": { - "quiet": true - } - } - }, - "stylelint": { - "executor": "nx:run-commands", - "options": { - "commands": [ - { - "command": "npx stylelint lib/core/**/*.scss --config stylelint-config.json" - } - ] - } - }, - "license": { - "executor": "nx:run-commands", - "options": { - "commands": [ - { - "command": "npx license-checker --production --failOn 'GPL;GPL-2.0' > licenses.txt" - } - ] - } - }, - "pretheme": { - "executor": "nx:run-commands", - "options": { - "commands": [ - { - "command": "npx webpack -- --config ./lib/config/webpack.style.js --progress --profile --bail" - } - ] - } - }, - "npm-publish": { - "executor": "nx:run-commands", - "dependsOn": [ - "build" - ], - "options": { - "cwd": "dist/libs/core", - "commands": [ - { - "command": "npm publish --tag {args.tag}", - "forwardAllArgs": true - } - ], - "stylePreprocessorOptions": { - "includePaths": [ - "lib", "lib/core/src/lib" - ] - } - } - } - } - }, - "content-services": { - "root": "lib/content-services", - "sourceRoot": "lib/content-services/src", - "projectType": "library", - "prefix": "adf", - "architect": { - "build": { - "builder": "@angular-devkit/build-angular:ng-packagr", - "options": { - "tsConfig": "lib/content-services/tsconfig.lib.json", - "project": "lib/content-services/ng-package.json" - }, - "configurations": { - "production": { - "project": "lib/content-services/ng-package.json", - "tsConfig": "lib/content-services/tsconfig.lib.prod.json" - } - }, - "defaultConfiguration": "production" - }, - "test": { - "builder": "@angular-devkit/build-angular:karma", - "options": { - "main": "lib/content-services/src/test.ts", - "tsConfig": "lib/content-services/tsconfig.spec.json", - "karmaConfig": "lib/content-services/karma.conf.js", - "sourceMap": true, - "codeCoverage": true, - "stylePreprocessorOptions": { - "includePaths": [ - "lib", "lib/core/src/lib" - ] - } - } - }, - "lint": { - "builder": "@nrwl/linter:eslint", - "options": { - "lintFilePatterns": [ - "lib/content-services/**/*.ts", - "lib/content-services/**/*.html" - ] - } - }, - "storybook": { - "builder": "@storybook/angular:start-storybook", - "options": { - "port": 4400, - "browserTarget": "content-services:storybook", - "configDir": "lib/content-services/.storybook", - "compodoc": false, - "styles": [ - "demo-shell/src/styles.scss", - "demo-shell/src/custom-style-dev.scss", - "node_modules/cropperjs/dist/cropper.min.css", - "node_modules/pdfjs-dist/web/pdf_viewer.css" - ], - "stylePreprocessorOptions": { - "includePaths": [ - "lib", "lib/core/src/lib" - ] - } - }, - "configurations": { - "ci": { - "quiet": true - } - } - }, - "build-storybook": { - "builder": "@storybook/angular:build-storybook", - "options": { - "browserTarget": "content-services:build-storybook", - "configDir": "lib/content-services/.storybook", - "outputDir": "dist/storybook/content-services", - "compodoc": false, - "styles": [ - "demo-shell/src/styles.scss", - "demo-shell/src/custom-style-dev.scss", - "node_modules/cropperjs/dist/cropper.min.css", - "node_modules/pdfjs-dist/web/pdf_viewer.css" - ], - "stylePreprocessorOptions": { - "includePaths": [ - "lib", "lib/core/src/lib" - ] - } - }, - "configurations": { - "ci": { - "quiet": true - } - } - }, - "stylelint": { - "executor": "nx:run-commands", - "options": { - "commands": [ - { - "command": "npx stylelint lib/content-services/**/*.scss --config stylelint-config.json" - } - ] - } - }, - "npm-publish": { - "executor": "nx:run-commands", - "dependsOn": [ - "build" - ], - "options": { - "cwd": "dist/libs/content-services", - "commands": [ - { - "command": "npm publish --tag {args.tag}", - "forwardAllArgs": true - } - ] - } - } - } - }, - "process-services": { - "root": "lib/process-services", - "sourceRoot": "lib/process-services", - "projectType": "library", - "prefix": "adf", - "architect": { - "build": { - "builder": "@angular-devkit/build-angular:ng-packagr", - "options": { - "tsConfig": "lib/process-services/tsconfig.lib.json", - "project": "lib/process-services/ng-package.json" - }, - "configurations": { - "production": { - "project": "lib/process-services/ng-package.json", - "tsConfig": "lib/process-services/tsconfig.lib.prod.json" - } - }, - "defaultConfiguration": "production" - }, - "test": { - "builder": "@angular-devkit/build-angular:karma", - "options": { - "main": "lib/process-services/src/test.ts", - "tsConfig": "lib/process-services/tsconfig.spec.json", - "karmaConfig": "lib/process-services/karma.conf.js", - "sourceMap": true, - "codeCoverage": true, - "stylePreprocessorOptions": { - "includePaths": [ - "lib", "lib/core/src/lib" - ] - } - } - }, - "lint": { - "builder": "@nrwl/linter:eslint", - "options": { - "lintFilePatterns": [ - "lib/process-services/**/*.ts", - "lib/process-services/**/*.html" - ] - } - }, - "stylelint": { - "executor": "nx:run-commands", - "options": { - "commands": [ - { - "command": "npx stylelint lib/process-services-cloud/**/*.scss --config stylelint-config.json" - } - ] - } - }, - "npm-publish": { - "executor": "nx:run-commands", - "dependsOn": [ - "build" - ], - "options": { - "cwd": "dist/libs/process-services", - "commands": [ - { - "command": "npm publish --tag {args.tag}", - "forwardAllArgs": true - } - ] - } - } - } - }, - "process-services-cloud": { - "root": "lib/process-services-cloud", - "sourceRoot": "lib/process-services-cloud/src", - "projectType": "library", - "prefix": "adf-cloud", - "architect": { - "build": { - "builder": "@angular-devkit/build-angular:ng-packagr", - "options": { - "tsConfig": "lib/process-services-cloud/tsconfig.lib.json", - "project": "lib/process-services-cloud/ng-package.json" - }, - "configurations": { - "production": { - "project": "lib/process-services-cloud/ng-package.json", - "tsConfig": "lib/process-services-cloud/tsconfig.lib.prod.json" - } - }, - "defaultConfiguration": "production" - }, - "test": { - "builder": "@angular-devkit/build-angular:karma", - "options": { - "main": "lib/process-services-cloud/src/test.ts", - "tsConfig": "lib/process-services-cloud/tsconfig.spec.json", - "karmaConfig": "lib/process-services-cloud/karma.conf.js", - "sourceMap": true, - "codeCoverage": true, - "stylePreprocessorOptions": { - "includePaths": [ - "lib", "lib/core/src/lib" - ] - } - } - }, - "lint": { - "builder": "@nrwl/linter:eslint", - "options": { - "lintFilePatterns": [ - "lib/process-services-cloud/**/*.ts", - "lib/process-services-cloud/**/*.html" - ] - } - }, - "storybook": { - "builder": "@storybook/angular:start-storybook", - "options": { - "port": 4400, - "browserTarget": "process-services-cloud:storybook", - "configDir": "lib/process-services-cloud/.storybook", - "compodoc": false, - "styles": [ - "demo-shell/src/styles.scss", - "demo-shell/src/custom-style-dev.scss", - "node_modules/cropperjs/dist/cropper.min.css", - "node_modules/pdfjs-dist/web/pdf_viewer.css" - ], - "stylePreprocessorOptions": { - "includePaths": [ - "lib", "lib/core/src/lib" - ] - } - }, - "configurations": { - "ci": { - "quiet": true - } - } - }, - "build-storybook": { - "builder": "@storybook/angular:build-storybook", - "options": { - "browserTarget": "process-services-cloud:build-storybook", - "configDir": "lib/process-services-cloud/.storybook", - "outputDir": "dist/storybook/process-services-cloud", - "compodoc": false, - "styles": [ - "demo-shell/src/styles.scss", - "demo-shell/src/custom-style-dev.scss", - "node_modules/cropperjs/dist/cropper.min.css", - "node_modules/pdfjs-dist/web/pdf_viewer.css" - ], - "stylePreprocessorOptions": { - "includePaths": [ - "lib", "lib/core/src/lib" - ] - } - }, - "configurations": { - "ci": { - "quiet": true - } - } - }, - - "e2e-playwright": { - "executor": "nx:run-commands", - "options": { - "commands": [ - { - "command": "npx playwright test --config='e2e-playwright/playwright.config.ts'" - } - ] - } - }, - "stylelint": { - "executor": "nx:run-commands", - "options": { - "commands": [ - { - "command": "npx stylelint lib/process-services-cloud/**/*.scss --config stylelint-config.json" - } - ] - } - }, - "npm-publish": { - "executor": "nx:run-commands", - "dependsOn": [ - "build" - ], - "options": { - "cwd": "dist/libs/process-services-cloud", - "commands": [ - { - "command": "npm publish --tag {args.tag}", - "forwardAllArgs": true - } - ] - } - } - } - }, - "insights": { - "root": "lib/insights", - "sourceRoot": "lib/insights/src", - "projectType": "library", - "prefix": "adf", - "architect": { - "build": { - "builder": "@angular-devkit/build-angular:ng-packagr", - "options": { - "tsConfig": "lib/insights/tsconfig.lib.json", - "project": "lib/insights/ng-package.json" - }, - "configurations": { - "production": { - "project": "lib/insights/ng-package.json", - "tsConfig": "lib/insights/tsconfig.lib.prod.json" - } - }, - "defaultConfiguration": "production" - }, - "test": { - "builder": "@angular-devkit/build-angular:karma", - "options": { - "main": "lib/insights/src/test.ts", - "tsConfig": "lib/insights/tsconfig.spec.json", - "karmaConfig": "lib/insights/karma.conf.js", - "sourceMap": true, - "codeCoverage": true, - "stylePreprocessorOptions": { - "includePaths": [ - "lib", "lib/core/src/lib" - ] - } - } - }, - "lint": { - "builder": "@nrwl/linter:eslint", - "options": { - "lintFilePatterns": [ - "lib/insights/**/*.ts", - "lib/insights/**/*.html" - ] - } - }, - "stylelint": { - "executor": "nx:run-commands", - "options": { - "commands": [ - { - "command": "npx stylelint lib/insights/**/*.scss --config stylelint-config.json" - } - ] - } - }, - "npm-publish": { - "executor": "nx:run-commands", - "dependsOn": [ - "build" - ], - "options": { - "cwd": "dist/libs/insights", - "commands": [ - { - "command": "npm publish --tag {args.tag}", - "forwardAllArgs": true - } - ] - } - } - } - }, - "extensions": { - "root": "lib/extensions", - "sourceRoot": "lib/extensions/src", - "projectType": "library", - "prefix": "adf", - "architect": { - "build": { - "builder": "@angular-devkit/build-angular:ng-packagr", - "options": { - "tsConfig": "lib/extensions/tsconfig.lib.json", - "project": "lib/extensions/ng-package.json" - }, - "configurations": { - "production": { - "tsConfig": "lib/extensions/tsconfig.lib.prod.json" - } - }, - "defaultConfiguration": "production" - }, - "test": { - "builder": "@angular-devkit/build-angular:karma", - "options": { - "main": "lib/extensions/src/test.ts", - "tsConfig": "lib/extensions/tsconfig.spec.json", - "karmaConfig": "lib/extensions/karma.conf.js", - "sourceMap": true, - "codeCoverage": true, - "stylePreprocessorOptions": { - "includePaths": [ - "lib", "lib/core/src/lib" - ] - } - } - }, - "lint": { - "builder": "@nrwl/linter:eslint", - "options": { - "lintFilePatterns": [ - "lib/extensions/**/*.ts", - "lib/extensions/**/*.html" - ] - } - }, - "npm-publish": { - "executor": "nx:run-commands", - "dependsOn": [ - "build" - ], - "options": { - "cwd": "dist/libs/extensions", - "commands": [ - { - "command": "npm publish --tag {args.tag}", - "forwardAllArgs": true - } - ] - } - } - } - }, - "testing": { - "root": "lib/testing", - "sourceRoot": "lib/testing/src", - "projectType": "library", - "prefix": "adf", - "architect": { - "build": { - "builder": "@nrwl/node:webpack", - "options": { - "projectRoot": "lib/testing", - "outputPath": "dist/libs/testing", - "main": "lib/testing/index.ts", - "generatePackageJson" : true, - "tsConfig": "lib/testing/tsconfig.lib.prod.json", - "additionalEntryPoints": [ - { - "entryName": "shared", - "entryPath": "/lib/testing/src/lib/shared/index.ts" - } - ], - "stylePreprocessorOptions": { - "includePaths": [ - "lib", "lib/core/src/lib" - ] - } - }, - "configurations": { - "production": { - "projectRoot": "lib/testing", - "outputPath": "dist/libs/testing", - "main": "lib/testing/index.ts", - "generatePackageJson" : true, - "tsConfig": "lib/testing/tsconfig.lib.prod.json" - } - }, - "defaultConfiguration": "production" - }, - "lint": { - "builder": "@nrwl/linter:eslint", - "options": { - "lintFilePatterns": [ - "lib/testing/**/*.ts", - "lib/testing/**/*.html" - ] - } - }, - "bundle": { - "executor": "nx:run-commands", - "options": { - "commands": [ - { - "command": "echo testing bundle created" - } - ] - }, - "dependsOn": [ - "copyToNodeModules" - ] - }, - "copyToNodeModules": { - "executor": "nx:run-commands", - "options": { - "commands": [ - { - "command": "rm -rf ./node_modules/@alfresco/adf-testing/ && mkdir -p ./node_modules/@alfresco/adf-testing/ && cp -R ./dist/libs/testing/* ./node_modules/@alfresco/adf-testing/" - } - ] - }, - "dependsOn": [ - { - "projects": "self", - "target": "build" - } - ] - }, - "npm-publish": { - "executor": "nx:run-commands", - "dependsOn": [ - "build" - ], - "options": { - "cwd": "dist/libs/testing", - "commands": [ - { - "command": "npm publish --tag {args.tag}", - "forwardAllArgs": true - } - ] - } - } - } - }, - "eslint-angular": { - "root": "lib/eslint-angular", - "sourceRoot": "lib/eslint-angular/src", - "projectType": "library", - "prefix": "adf", - "architect": { - "build": { - "builder": "@nrwl/node:webpack", - "options": { - "projectRoot": "lib/eslint-angular", - "outputPath": "dist/libs/eslint-plugin-eslint-angular", - "main": "lib/eslint-angular/index.ts", - "generatePackageJson" : true, - "tsConfig": "lib/eslint-angular/tsconfig.lib.prod.json", - "stylePreprocessorOptions": { - "includePaths": [ - "lib", "lib/core/src/lib" - ] - } - }, - "configurations": { - "production": { - "projectRoot": "lib/eslint-angular", - "outputPath": "dist/libs/eslint-plugin-eslint-angular", - "main": "lib/eslint-angular/index.ts", - "generatePackageJson" : true, - "tsConfig": "lib/eslint-angular/tsconfig.lib.prod.json" - } - }, - "defaultConfiguration": "production" - }, - "lint": { - "builder": "@nrwl/linter:eslint", - "options": { - "lintFilePatterns": [ - "lib/eslint-angular/**/*.ts" - ] - } - }, - "bundle": { - "executor": "nx:run-commands", - "options": { - "commands": [ - { - "command": "echo testing bundle created" - } - ] - } - }, - "npm-publish": { - "executor": "nx:run-commands", - "dependsOn": [ - "build" - ], - "options": { - "cwd": "dist/libs/eslint-plugin-eslint-angular", - "commands": [ - { - "command": "npm publish --tag {args.tag}", - "forwardAllArgs": true - } - ] - } - } - } - }, - "cli": { - "root": "lib/cli", - "sourceRoot": "lib/cli", - "projectType": "library", - "prefix": "adf", - "architect": { - "build": { - "builder": "nx:run-commands", - "options": { - "command": - "cd lib/cli && npm i && npm run dist", - "stylePreprocessorOptions": { - "includePaths": [ - "lib", "lib/core/src/lib" - ] - } - }, - "configurations": { - "production": { - "tsConfig": "lib/cli/tsconfig.json" - } - }, - "defaultConfiguration": "production" - }, - "bundle": { - "executor": "nx:run-commands", - "options": { - "commands": [ - { - "command": "echo cli bundle created" - } - ] - }, - "dependsOn": [ - "copyToNodeModules" - ] - }, - "copyToNodeModules": { - "executor": "nx:run-commands", - "options": { - "commands": [ - { - "command": "rm -rf ./node_modules/@alfresco/adf-cli/ && mkdir -p ./node_modules/@alfresco/adf-cli/ && cp -R ./dist/libs/cli/* ./node_modules/@alfresco/adf-cli/" - } - ] - }, - "dependsOn": [ - { - "projects": "self", - "target": "build" - } - ] - }, - "lint": { - "builder": "@nrwl/linter:eslint", - "options": { - "lintFilePatterns": [ - "lib/cli/**/*.ts", - "lib/cli/**/*.html" - ] - } - }, - "npm-publish": { - "executor": "nx:run-commands", - "dependsOn": [ - "build" - ], - "options": { - "cwd": "dist/libs/cli", - "commands": [ - { - "command": "npm publish --tag {args.tag}", - "forwardAllArgs": true - } - ] - } - } - } - }, - "stories": { - "root": "lib/stories", - "sourceRoot": "lib/stories", - "projectType": "library", - "architect": { - "storybook": { - "builder": "@storybook/angular:start-storybook", - "options": { - "port": 4400, - "browserTarget": "stories:storybook", - "configDir": "lib/stories/.storybook", - "compodoc": false, - "stylePreprocessorOptions": { - "includePaths": [ - "lib", "lib/core/src/lib" - ] - }, - "styles": [ - "demo-shell/src/styles.scss", - "demo-shell/src/custom-style-dev.scss", - "node_modules/cropperjs/dist/cropper.min.css", - "node_modules/pdfjs-dist/web/pdf_viewer.css" - ] - }, - "configurations": { - "ci": { - "quiet": true - } - } - }, - "build-storybook": { - "builder": "@storybook/angular:build-storybook", - "options": { - "browserTarget": "stories:build-storybook", - "configDir": "lib/stories/.storybook", - "outputDir": "dist/storybook/stories", - "compodoc": false, - "styles": [ - "demo-shell/src/styles.scss", - "demo-shell/src/custom-style-dev.scss", - "node_modules/cropperjs/dist/cropper.min.css", - "node_modules/pdfjs-dist/web/pdf_viewer.css" - ], - "stylePreprocessorOptions": { - "includePaths": [ - "lib", "lib/core/src/lib" - ] - } - }, - "configurations": { - "ci": { - "quiet": true - } - } - } - } - } - }, - "defaultProject": "demoshell" -} diff --git a/demo-shell/project.json b/demo-shell/project.json new file mode 100644 index 0000000000..344a052dd9 --- /dev/null +++ b/demo-shell/project.json @@ -0,0 +1,200 @@ +{ + "name": "demoshell", + "$schema": "../node_modules/nx/schemas/project-schema.json", + "sourceRoot": "demo-shell/src", + "projectType": "application", + "targets": { + "build": { + "executor": "@angular-devkit/build-angular:browser", + "options": { + "allowedCommonJsDependencies": [ + "minimatch", + "minimatch-browser", + "superagent", + "event-emitter", + "brace-expansion", + "zen-observable", + "subscriptions-transport-ws", + "d", + "chart.js" + ], + "outputPath": "dist/demo-shell", + "index": "demo-shell/src/index.html", + "main": "demo-shell/src/main.ts", + "tsConfig": "tsconfig.dev.json", + "polyfills": "demo-shell/src/polyfills.ts", + "stylePreprocessorOptions": { + "includePaths": ["lib", "lib/core/src/lib"] + }, + "assets": [ + "demo-shell/src/assets", + "demo-shell/src/favicon-96x96.png", + "demo-shell/src/app.config.json", + { + "glob": "**/*", + "input": "demo-shell/src/assets", + "output": "/assets" + }, + { + "glob": "app.config.json", + "input": "demo-shell/src", + "output": "/" + }, + { + "glob": "**/*", + "input": "demo-shell/resources", + "output": "/resources" + }, + { + "glob": "**/*", + "input": "lib/core/src/lib/assets", + "output": "/assets" + }, + { + "glob": "**/*", + "input": "lib/process-services/src/lib/assets", + "output": "/assets" + }, + { + "glob": "**/*", + "input": "lib/process-services-cloud/src/lib/assets", + "output": "/assets" + }, + { + "glob": "**/*", + "input": "lib/content-services/src/lib/assets", + "output": "/assets" + }, + { + "glob": "**/*", + "input": "lib/core/src/lib/i18n", + "output": "/assets/adf-core/i18n" + }, + { + "glob": "**/*", + "input": "lib/content-services/src/lib/i18n", + "output": "/assets/adf-content-services/i18n" + }, + { + "glob": "**/*", + "input": "lib/process-services/src/lib/i18n", + "output": "/assets/adf-process-services/i18n" + }, + { + "glob": "**/*", + "input": "lib/process-services-cloud/src/lib/i18n", + "output": "/assets/adf-process-services-cloud/i18n" + }, + { + "glob": "**/*", + "input": "lib/insights/src/lib/i18n", + "output": "/assets/adf-insights/i18n" + }, + { + "glob": "pdf.worker.min.js", + "input": "node_modules/pdfjs-dist/build", + "output": "/" + }, + { + "glob": "**/*", + "input": "node_modules/monaco-editor", + "output": "/assets/monaco/" + } + ], + "styles": [ + "demo-shell/src/styles.scss", + "demo-shell/src/custom-style-dev.scss", + "node_modules/cropperjs/dist/cropper.min.css", + "node_modules/pdfjs-dist/web/pdf_viewer.css" + ], + "scripts": ["node_modules/pdfjs-dist/build/pdf.js", "node_modules/pdfjs-dist/web/pdf_viewer.js", "node_modules/raphael/raphael.min.js"], + "vendorChunk": true, + "extractLicenses": false, + "buildOptimizer": false, + "sourceMap": true, + "optimization": false, + "namedChunks": true + }, + "configurations": { + "production": { + "budgets": [ + { + "type": "anyComponentStyle", + "maximumWarning": "12kb" + } + ], + "optimization": true, + "outputHashing": "all", + "sourceMap": false, + "namedChunks": false, + "extractLicenses": true, + "buildOptimizer": true, + "verbose": false, + "fileReplacements": [ + { + "replace": "demo-shell/src/environments/environment.ts", + "with": "demo-shell/src/environments/environment.prod.ts" + } + ] + }, + "canary": { + "fileReplacements": [ + { + "replace": "demo-shell/src/environments/environment.ts", + "with": "demo-shell/src/environments/environment.canary.ts" + } + ] + }, + "e2e": { + "budgets": [ + { + "type": "anyComponentStyle", + "maximumWarning": "6kb" + } + ], + "optimization": true, + "outputHashing": "all", + "sourceMap": false, + "namedChunks": false, + "extractLicenses": true, + "buildOptimizer": true, + "verbose": false, + "fileReplacements": [ + { + "replace": "demo-shell/src/environments/environment.ts", + "with": "demo-shell/src/environments/environment.e2e.ts" + } + ] + } + }, + "defaultConfiguration": "" + }, + "serve": { + "executor": "@angular-devkit/build-angular:dev-server", + "options": { + "browserTarget": "demoshell:build", + "host": "0.0.0.0", + "port": 3000, + "proxyConfig": "demo-shell/proxy.conf.js", + "disableHostCheck": true + }, + "configurations": { + "production": { + "browserTarget": "demoshell:build:production" + }, + "canary": { + "browserTarget": "demoshell:build:canary" + }, + "e2e": { + "browserTarget": "demoshell:build:e2e" + } + } + }, + "lint": { + "executor": "@nrwl/linter:eslint", + "options": { + "lintFilePatterns": ["demo-shell/**/*.ts", "demo-shell/**/*.html"] + } + } + } +} diff --git a/demo-shell/src/app/app.module.ts b/demo-shell/src/app/app.module.ts index 2822b58c51..46d85528db 100644 --- a/demo-shell/src/app/app.module.ts +++ b/demo-shell/src/app/app.module.ts @@ -73,7 +73,7 @@ import { UserInfoComponent } from './components/app-layout/user-info/user-info.c BrowserModule, environment.e2e ? NoopAnimationsModule : BrowserAnimationsModule, ReactiveFormsModule, - RouterModule.forRoot(appRoutes, { useHash: true, relativeLinkResolution: 'legacy' }), + RouterModule.forRoot(appRoutes, { useHash: true }), AuthModule.forRoot({ useHash: true }), FormsModule, HttpClientModule, diff --git a/demo-shell/src/app/components/app-layout/cloud/form-demo/cloud-form-demo.component.scss b/demo-shell/src/app/components/app-layout/cloud/form-demo/cloud-form-demo.component.scss index 1e8697df81..a65c71f1ec 100644 --- a/demo-shell/src/app/components/app-layout/cloud/form-demo/cloud-form-demo.component.scss +++ b/demo-shell/src/app/components/app-layout/cloud/form-demo/cloud-form-demo.component.scss @@ -31,7 +31,7 @@ } .app-form-editor-buttons { - & > .mat-raised-button { + & > .mat-mdc-raised-button { margin-right: 5px; } } diff --git a/demo-shell/src/app/components/cloud/cloud-layout.component.scss b/demo-shell/src/app/components/cloud/cloud-layout.component.scss index 7457ba1a16..79dda9ffb5 100644 --- a/demo-shell/src/app/components/cloud/cloud-layout.component.scss +++ b/demo-shell/src/app/components/cloud/cloud-layout.component.scss @@ -2,6 +2,8 @@ overflow: auto; } +/* TODO(mdc-migration): The following rule targets internal classes of tabs that may no longer apply for the MDC version. */ +/* TODO(mdc-migration): The following rule targets internal classes of tabs that may no longer apply for the MDC version. */ .app-cloud-layout-tab-body .mat-tab-body-wrapper { height: 100%; } diff --git a/demo-shell/src/app/components/cloud/shared/cloud-settings.component.html b/demo-shell/src/app/components/cloud/shared/cloud-settings.component.html index 62f74a56fc..bdc8ab70be 100644 --- a/demo-shell/src/app/components/cloud/shared/cloud-settings.component.html +++ b/demo-shell/src/app/components/cloud/shared/cloud-settings.component.html @@ -43,11 +43,11 @@
- - + + {{action.title}} cancel - - + +
diff --git a/demo-shell/src/custom-style-dev.scss b/demo-shell/src/custom-style-dev.scss index 7249e1c884..dd76693b35 100644 --- a/demo-shell/src/custom-style-dev.scss +++ b/demo-shell/src/custom-style-dev.scss @@ -1,6 +1,7 @@ @use '@angular/material' as mat; @import '../../lib/core/src/lib/styles/index'; @import '../../lib/core/src/lib/styles/typography'; +@include mat.all-component-typographies; @include mat.core; $primary: mat.define-palette($alfresco-accent-orange); diff --git a/e2e/resources/adf/allFileTypes/documents/text/a_vsd_file.vsd b/e2e/resources/adf/allFileTypes/documents/text/a_vsd_file.vsd index 457995406e7a51f5ead253325572b7b1a60d1b04..a317c805231ca4c720792dbe2df3b44d9ac6191b 100644 GIT binary patch literal 120732 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 literal 54784 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 aS%;_>)n5s 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 diff --git a/e2e/resources/adf/allFileTypes/documents/word/a_dotx_file.dotx b/e2e/resources/adf/allFileTypes/documents/word/a_dotx_file.dotx index 87f95e892d73eec19ea00f60ac22d4bc35f46bc4..de91a4055ca65bb7936adfcb995272fa6a3c3ca7 100644 GIT binary patch literal 276531 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 z zmm6p21enJq4xhX=!QIaC36%4}?Hv#esbIxyAxpKq&|wgJjdEJ;``QN>p1wQ%+k0Pv zIq^g_!_N)ru+M@TAVXGH>C`v3(lsn5Rc!&x#;A=gbspWY4a#D7{`|LKJpR=0coZ-Q z@&<9y;UIwXg1-IV>UT;u@ebxib!(X(3aQB+%gnG@VBXjA>{3vhOfoz=xKqFmw58tg zpsENdpN_%8wic5Z%Z@}}0iGZ?vfNBCrmPb$VBn?x8R0yVTj^n9a*HdVgNW|LXxXuh zK0jW#9>Q%UcbNmu-{;Oy2n@_;9s6Ha*sxvP^y!abR$F5_@_n>`%>?NFFS3!Q0T4R{ z1FwU7Kc$8fy7CUd-kiu@h;LqI?27ikLkYSGRMQW3@i{OZ$}I=hz|#SGTfoY{_){?T z>=vstMCSYV&bF`FIr~lwu#+vQ9x)|HoXCf)+yy)Ehu`$vmdp=A%v+vAVm!!IX1@O` z7_Cz*Nw(I})v_J}W8JD@VaXDMbo0ENo&&)hWixTD-@Q?+bgoGS`UHEzGRPw+NM>1T zMz#=uS;n@d_ET1xK2qUsEOM9Gbe?w*+)sC;SlnCum6A#G@HfAZ;b*_E6lG>Xr0`h= zw-^*-ilE!v-T(b(uSP)G2L1WvlPS}oPz19gszvPo@x_Gl5-%jMiRmnaRlo|=IZav+W0JRmwv>fU@d2%HD9nQx(>#+pX4 zd9XHSeG0&}Z>te2I2TZ6!)+V^8A{a#p?~?%doM!JkwfbXnOTs$m};MWjPCs!gVe$}I!>EJa=3Z147t?2SW`%LP z(~<}4SEhS9_= zS)NuHj9q=Q$Y@_U-nbW(h@pUc*d9#d%>?lfs)ve!s}=Cc22_ALLCivc4+iFz4jO=Y zGj|7EbG1ZxLG!i>OsF?ZfXZ`jk(CWN`HDO?p?1;8ZUI;o zuCtuD7s2i!T{X;xfB6;>w8EvSaDUhvtV9dIL8A93Yr@FFh183cGaMRj$uKk(Xu zIPGhd2kmzw)P@c0;4F+){TP+gOkTjXSA{Y2-RC>!#Fokv3X)uxWXMZRfuiZu88*5T zph4D5ziQk0%AhbEar@5eo2_7#N!~aVXcMtgEPj8b&DCh7I4lwi!Ocw3+ z%4h1rDGW~87&`^b8I$darBng0I7-3>>bpl!N1 z9M`9z%0*&#yn)CKKQdU%m;>OL(ic8pWvhx>!PkArCqKd`)y~Jpv`;H)62oXZB)dEP^v7SSr85pJxXwl}60i+AcIG!S z_-D>Nt%r)8)dg_zvwZvj`JiO&7kP8d?0HA+Tiw5U9Ez&9cmA;a?F+XtpgA6XNi0+W zEdmyi%Qj1F*jYttQ=b%tdr}*PR=NRZ=mXBR2PB;_m{5>t7{}@t*8Jbb%%OTuAqwd;wvU>Gdzw@Jcb6qG*OoD^p z8Sg*$_3IFptz*EO=5tqE(Ete0{yaw1GziP3*zDrYpLCHq;mo3`DDOyiziO3Q_Rtv` zruX|dgV}=U7=ec;{Wc5ARcl$@;Z_7O7nuS5GT{9MyiY0@nLMasqfg~QE6HPaI)WN1 z`pquioP_2N^2^KOsyPwNYSMn13<_CwLa8N~i#AEAO6+S?p8A}w(QPZ0PAKjlHgCbJsP7AHj>Jq_a6hR2C2>u zO=bE@hVm^;fHR2Y!WRc%z5WG=t)l{EqZ?(XScVvbJVS=00zp!-; zgFY44((ux841;&Ucn+`4)qnIH*g?>*DPg7b)}eZ41CY_u+9}#`5#Tkvm3<@_@4(Ea z`{qHRm$;LZLNFj2R4ppFo7OhMpjl#$K_~qOFv!h@;9X|NaJ%b{SUoIJV1@8L+F$(# zH+=fC9KqwYC*{~iStg%!fEP$*+~S8fEOgGOR}GjA0eu6PUxJdsb!UVv%)a+rQ|y<& z#NbE?ORtW{s*|}-fbEV~?l?Ys`Eeez*3WFBAFsnO3t&k%YX3s`&RZC(s$muJN(=>q zIi)g+z69z&|G6l$t&n_%39S7XgUkw>uV183Ine&Go>>o+(+9<(J8acjjXRfVKc!P4 z#Doe6_tV5Y-Qqfd&<$4UZfdU#KfAws2pS^^B!KGIRRH*^weabSG6TMzUV4bTU<0oL zEn9-BiZBIM-i9&D1EqrK*IaKf?#&N01_Bm`O2&CR0Wa|3Jz(kiVpz<8q)R&0wZ#n1 z$JT1S19Jl?EnN-ZZGm_mnZ5?5eOoM~6$tp?ey}=&f4&3cayQrxs7w1)J1EAO_)i~( zTss102bwGf<8pzJ39#J=u+jmra1d(-V0@3lAc*)V$0N>!= zh3I^TVvL$I9q3TIDHl#{&U!%PhOiR@Obfv>L|G}XQznL0E}QMyl29_yl(c1J*ce6n z$~rGEW?QDf7ePCTGRzALh2mDI{T#vDmoMG|Z8}OUYyt=I;Tv@_q`Uud|DCU} zN`MLx!q5M9g&D2tMQp*r`VqVtGegi=4B1e{KmuyJBY>!BwKTe4f~$g{CHrfdoDEX)63|6fLRL^8grQAyakX1vJPSn zIf~)!yF`{;xEIP!!7gvk`Bm+=Sr5-a{qi=jqeEbZj1cBg4a-jl2TeA$;3^N8Ex;y- zon63k1Bw$*-@`VT0!r>-wAU^_2kvLBBAN3M~3F>L0GlTdIW41_J3W6X#r%2 z@Pa54HRsgJP>j{ek4sDsL18=Ox{6|hR)$;C^b=4FVq0(lHGnz~Z^VQ_e)AS*1ckaL z%7T+_=sXH_wiC=B!$+aKPb{cxt)6_S~- z!Q}x4J4=L8#niF3$D@i0>63#v{T4>rA6xiaS|Lo@AC*r*Nf_mcI_NNfQJwG9zWtCP zXziHElZjaqB+CI{A|*$NJ^-QG8MHla=^&yvRNE0_Om2ZbOJ}f%g0|Ui>ENRMKfdQS z>1}%^j<=`J@G!FvFgS1bst|~Qc6A4}xXl(7){y9lceG!Kk|SAh;lbA6^ggi5q@vD6 z90mbw5p==1TZ6;^&ee@yy{qP$mPDHz5g*-6*RVX94!i=-0IVCpxDCV7F8HAK2`xdE zK(UiIf&g1kjd_-FQL7jGtT&|Drsv%^d7v)~UdPqDXado7z=Flo+Ls)(iuoX~Q+r_P zeD~5T`qYkH72N}j&_VH_|EHzFr-Qw(sGHRdjDWT_{`}UXXKy+ZkknX~eDk@CFmnvVIu>yf3l?C1ZSR_;WN;*Aj6ODOf4I4UD{%-1Z;16 zpmoqHm*)Wjl0hu0v>+yZ|8cO6Wg7Xs?gLqY1ZRH?nfb|!tGY#3*by$>wS7$%!sPFt z=MOQhA14a8z#L>f1%Rdol%MA?a1Q~aQH0L@<5R{%FTH^A)kj!5Up@*J#^3`hpkPp> z48fBYnJ=b%F=*d93pEdv0*bG04G5K~B-SNR61lzb$(!NO_?7{vCls{li%){PaH+ug zd%t>hR849>Lb8O68C=YJ0B)chQNim#46kWf`G_|Hn6HtYbKDT1vWXXWO*?lILaiTK zFQdnx@mP8l$l;z1yl!_Ym`dbgr~vbUk@b`zcyx@YY#nwWua8c$F&z=Ba5ey*rQ?$y zL0wz~TV2wPX;*&TqkXa7cO*vil} z4;kH`3vOb)YajaFrG45W>} z(d8Sz``L?L>W10cTVrGe?B*21vPwscV(6M}R`14oD?_N#oUReD^8rV^z$QgshX`e_ z0;)li9c^JwrA1-@zx)80nTaKc*M3iB#?;7^>e9^zm8~uM5IEjikzJlU*2!HZfw&c5 zi#r88N5R7Vrb@I=lVix0fA>8Ei@LG$hFTT{TWuiy>%~=_ z;wH1#@pOz6&fTXfL?(OK7Y{S`_F~|&527CfBhLg{j`|Eka5Zdu2FM;aTEd0__kJ>>rFoM8# zA@g1k{mIF?1WVY>5iqBMK6#Fdb*y*$?wRMHlsQEe4YB7`?uCI1>U53!0azhS5D)Fc zLe#b}ZUiw2i)LrJOzjJeAk`|k&_m;+3lPl6WK%|5N9HPr+UI)m`5TMu`HK5q84_^w19 z5ay4Wj+z$6u*ygK#!_hUAm&kGi351>9@up#nWT@Zxm_UQAAfk{7RWRgFzwG`#2zQ2 zSj2UlH)yK~it2-0eD4NE7zp4SLA4E7$an=82Y8CmIYS1RK%@De-Uwk#v8-`L1!m88 zB~}gu@0}Xgbx~6MvW6$Mf9$~6mPx1;vP`;~SoeMTG71z?%9R>HZj2S+4$2d?FioUz zwHVHMGFI&%Cu7Y1Csol)EN{D(ac<3D`_VrX;LwK4=|^HNz8PJ!7%CRwe2fK%8Vo^a zsm--#B)4E>zP{72&;aHVp9H`+zp*%}S4`lnen4%>k15EyFoX90lnW|-TCot2`2GWJ zYRAl_W`8Geo8w@BR>_dZYnZM8y9QAC-hJwv%~i2*o;?;=1`X1YzyP1VIZS%ibIzaM z{5gaU?pvL-Q3*YUy^DqhkTodTxc^%y7YAy7}UdS78K^nmEbDvPJPRA;sdzIjPk^S4(nJob-Y{oxMX(xTFMYsDY7k<+1QaBqV!c3^y0sRs$# z{UGV)>%fN;5XP`pUwj!nlzS_V+wp~96JQAe5g@uPG?rOd0{ZkRFpsb9*zNOZ`RpVs zGwkS!3e;bIeq$VcngmkrI5wJ)mBogB^_O5kcp7tp*O~=JR}i40L*H21OQ=2%rH6}SYMEVA!IgKR0gSL=COmgGc=hU2wsav^ z0>n+Yy7w@CKv!OFo=rj5aT%!qV!-hI{gE5N+hq!zTlCEXTL97Qx=N=ubNgNFM{Lf8 z{$M&%M2jpFISG-kLS+qoz7;G_CD2Dte#J711Zlr=(cZ*0`fY;QgT~9%grDCg>A(2o-EgHATbN zNS6XO)@AI!Ts_Tn;rp+H0V=PdsmwXXP;+H!YoSmXou*x$_VMjz<_z-*Pk)EaSSWy9 zr^sRv;JgC2IbM9`F72yDxIaS}7_%fJ$OL{Qke58+>OH9a-yahZ81K9KCWI=XY^aGz z0pRovVBg3Z19&dO!e+pO-C5fLJF~9Ry4s({2g{OP6uX zN+jh)(SUEQUFs}t|5Zoc~@&2m?bX7kx5jiN57p4oBPIPL& zyEw*O2vnOeu$ik3XSe9H+!FWy@hf!~e+7B!)=j!bodgX?UdRMDuwc0pV5yWI+LeJ? z0tVW*aDM*!{17`rL>PnHQAB-kaDdB>cH!-~Lk5C5!%dIIFsFLBT|ruw_6Z|0;9S0& zJ|{{k4>oCEXA_;!lU9+V&+~#Em0-ir^K*d01R0MkVKLU9>_ z=ZkjXg@9tw78p|Hr*Scju}cGon#!tKLcBUKCqgY@Mn*BY%jzk{Yn*)?EEMD+vz--P zP%i!$?1Y_|girG->l0txUL<4H%9Pi`>E}>;@Bu)&4T^J(K02y=U)eVqif95FYfx=9qb=zSu-sVoiZnU zuO|@-{lsV;MEKYMTTQI*3Gi^x9>`J^7yyTrT}J&71)-vYr-F>iH-5Ucb!iB?_ERoM z-Zi;oS7y0m?W4nG2+m|m1MPW&g=@dQsJ4mm-yi!v_^da}uVLzwUqT3MAb1nNNZ)6G z+-1y~2e$jbn39PbVc;qWK6nIr6G*@t0}M#9sHc7-(pv<$mv>esw>UHg#-oBk^puY2 zZLTq;Qo(VR@h3215a8memGSf>b^I z=aWyrR695_KOC}04{(#;+yu4^3IH+xra{0CNF|wBYZ@4Do_z|OuUXulfTbuf*ls}C zK2AnAFbjh~f<=hFdayOF4Tuy0-XdDhsaGfYU~1DR#<$f$fBGRq$&CQpyya)?hQKO_ zwOeQG-Gs>2{+N6RT7sIOlX@$o!Rx55IkDpCP8K0us)Of${u`#;aTeXB2d`ox%7jW4DQ}(|+H~8WvyB_B^YRIWO2| zH5(kci&4HH0&H zIRww|@ z$0ab3+K*JSPe21w&3}61w~)?E?W49}PF;1}Cp%~-9S^X40~1G?2_HPhItP{pxgEDc zCcDZ6?s%M`Pg@+Fo!34gn-Qk@?b}pELHFKX0q3)cCHndEV4uDPmL1IX4}zA};wHT@ z0LHx=MG;=q0ZHGK^U}cRvEGmF80Xn6_RFtiQ#MzEk1Oi;ph zeAvVprd?MNSii|s-A6CBZ7;xGLUYyh;&Z2}Ajvy5I! z>}!~Hg^X-rs*dvXki-o}1z-_`Pl&GbZLS4az1V_x!nnm= zZXo@O8^D39&oCv{WB{)HBH2jf{>OLh$i(g>B#Ua+YdgX0A;vHf;40EwM59w+9i7{2 z26F_p@YR5)4uP^jK!u-3@IBGe)Qy@=rEH8qAdb`Z=L<*z2FUcCV_ zOSb}C$zPs(fj(kdOf1sg@7`?B&}$zQ5y7Y?1hXOX;2w?`e_(u8BsjIpul(CnH)-F9 z5`9>icH{t+yBM&}2i<1GJY4|U%|{qO!9;YL&4i3?X8O?)F`?p6_OXSjSd#YXBRH_HWma%r7RwHAOPoUNgZ7 zpac{HYWAAsJ*Geh(SbokB3BF~m#B@0sipqo_TN3g_8>4MYj1c=N0VtTCB~c?ALGhv zbK?_^pZ!t}^U57}7cDiKaRRDATu(obw%`xXLEqu^m>#R+KKc~PpUxKS`I=YVc+I-$ zq9HCZC5v$ZjMr?Nbw5SM`vFb7EO6oHCUAdHXnR=lFl6|tSHN>XCq8^cZ5jh^q}Rk7 zw}7%iWv)xwNBVVIA7Oh1Yz-_69V_459L9B<1G>bPDnixC8pZ_Y8g0dB z?;6D91NKtF<005qfF4l0)_-Mu>Lp%(aVdxmzAfOLr*kPvYk5=i>+ z4*Lzr_`+p2}Lq$rA+a5bPoXm1%4hyJ8tv4HhHqyOr5vfF-(T3RG?1!Rs?A zHv@SwAR>85Wzo4CFtiq{&Z}5(+LzS_ee^TkI?>DPL}hRKR%*YZG>MV+yU@G~V8=W# zz4L1sfkzIi68`iL|MTHL+_3nU+n>vZnOTs$)=y2Z+%VV#Br62cplb=iIY1b@T#V!xMQE zqd9Ud^_|E0AYKA(fdHPaeSX1S9kd*^njGlWmYSVT#<-u?Hl~09?Molt2(c|AgV#DU zfKK8CTs(qUmx2+9c@URjTov1u``Us(d{uOw#Go;P3p3OPK|MQQz~z&wN60XRM+xj9 zVyBNYnfVOK59<~C&J{L!268uiyPAHgr{4kYX9W~9IC}nZNcMB!>PxB>9G7wHx?@aB zBt6Ft1ndSf&DFC>Ou`TR>t@aPaIqNMA=H(*qAaowe=x4nH8YA`iMw1(tN;fX+%QqW zS*!qijjHm7FiRlfWVUHcBz+ezs`h`Cg`)d#@h+l+dwh4_OAzW&R}egh0ngN7V5(dP zrZ;o&FV86`uP_wvRATOgTRV+S0~J{eb`!yvr>Wzyqmz&WpRKQW?~<* zyZURCup=?{3yxvJ*K(bw?*^lby}H3N)`Gzq7)l_G z`Jf6#trrHhmZsc*Kwd*|WULeluMhBPPJaz)-?t_<;kF|BblYKQ|M})yKP%$852A;i z#tFph0tSzMt`Sh3qF6>MyJVnqH)t$5FO%Juk1$^%v~L2Hd6h{e&g{dx$xYf1req4- zvXJh}CoyI|b#yp;P58A!<1_8p?%BIos7E@z!AmE~k1ypwQG4T#m?(1~)|zn!Ou!7u z%S=#-vU~AgxB#FXr2R6b+H0MdSw6tIo5Au$7tU;-&<&ST|lnl(~N92=hJM1*}9p7u7ytnZA4* zIIsd@IIcXUq6nQ!O$T{_GC+VolQ4|e5-`tLB$>JeN@(|L7ylo~(8!D|E(bG$CdYQb z3z`1FHYl8W$;43(RW_?xE~f{S<78=+bP^*SHU$P$c!&hQ`ZN>L3bZl!$LER3JeFvmij!Np|zRA$z87$RdMd>e?#!>>imt$mwUct!0q!xu1hK zfq)%WXs77HgR&u4LHp^zaInF9G4kyo-UwjiZBzioqVqj`WreqlO6Z|A(5h)iEGHm7 zdLE3quA`HY6L_C~I@X+=P}t%)B8J@Kdr-9Z12(liUV4dF3u1%l;evtVW2_~B0R*@{ z#*wOHJ~;Ewr60_oDvXcmT9BZCLm=^*b$KzMIbHvH7oEn`2?qtz6|Nw_(I>Okc6}5in>{!-G9FF^xcvDunjNS zH>x&aXlD_rD=k6=mYR4XU|X7LvT9ts^6SQu;oi1sSo%t0!A%X!P#qU;8;_I$`@qqd zd2kysv@}njSbg^y4EhG^Mz0BTYP5=etH%H{)^)PD+HI>+&Z{*tb@o&Mp)yi{_HkN} zAHG$jvRC_3m#}4-7M|uArxLW>VTy?WXrFKm$x;|)YLg8IJyED z=>qfOtq%uqxyql=+Cgj%f_@RFpUU)sw*T>XP@`nR3WCn*jHeF@1^>IM~gwYe}qV0ctO(hrcv`+!?B)d-&FPm`oK>e!1U(R z?1&|*YK6sy(qov=zV89D0R&X=U}o~n<_LJ(-Y__zA`Q)>v1)dz)Je>ylvI{quaUQ_ z2xJ{ISb*9+G_HE9=h7Q3c2IUeCLS`*%X60;^UQBjCwJ)_67}`|t z;kD@}AQW`wdxtFk$Jnbz<}SXp-8sTtg|>km7i0Ai4=BE&KH7KGSATjZQ}1tg-4Cup z18oPyHBQxoc_f1gY}6YNMziz)cmiNh_>Ov^g^aq;L; z3Sa_MPM-s7BHnvwQk2kmk-{5Aumdid!PFY*_*$8|a2FNZQ7|hI&n^Mc2YDdXH=zN$ zpbAjaAu#U6>M$4(DgylUYq}~*Q@d%+xEh%3(~I#Y7h(;fH#g@enY!BNBd9tE%8lJs zkzu9K)d#W7Xb*}doRRV7^-^2g%-N8&9ZVlXv>Q(am@Db7s^jyly&16m)1eBKf!hI! zm?K6|2k7)~E41&*fGX%|81>Z$qNqy5z|p!Ym}h%|wA(>)(`N0f;7ZtPfFx}b%wAKf zSZ0Dgel%26@X1kYvz32ZjM?mLE5;>=O!sa52=_MbIv4KSdsfl={r2UDSd_Q$&(2M3reD}yQEBO}@$oVx%0(bqWw z0cy#m!3;<#$cw%Vt^)%;JqZ>nIyg(`-Iuc2jp_=nd=KJ-o4~$$WD7jE5)AOHt>tdi zh!^7SOPPk2E79#oLBO7fgM5108$-W3pSZu@{3bIkCo4wg*}u5*V=5G4H3V(2;)6h^ z9^U`Zt(Asl?SDv%IFlJ{3X@~QKYRlUgTo4nm=kL^*O;#Tt3=2^1C9Q@-n<^bXAqDk zVy}=%sZJBq5XAZ@*;U8q85;2PAvp_y30(<*se zwa>pbOf{HnVO3EKvSA8wB{ACXFR;5gjgNx^%5z0bM(T8%fVm{N^eQCpa9qYE%qM|i zs=IV5P4qPggDS0$naZz?n)=CJ116WV+|b5WE+}8*SxV zr_9Ht#&vm{&)%9n)6yQua9Q_M@p%K3?tjn*vs<|r+B=VM7b&cG`!9Y44w$F3&+dU1 z3ku;q**WYo{ewqq5}^qO=nKHVm8k|yuYCDD1dCL_TP1Sq(-n1lgO{EXt9z9%lrt}Y zF{a!3V03A?&zZ*{fUKi#;A?aQBT>sGwz-4l8C}4EtB-NA@E90RKM2N)CCM$ds>9u5 z*p-s2!GOB$3?2|=2IEquJ;`YSX`k!gq`hpaT7&Vh>X3OUa-hm18GsjqnqdRVeL4UB0ssIp@X zJZ?F1wK;G&auIqaH_{3kj{^$@sbW0=l_3_?{^OpED21>k7KYx?R(t7UrqTM`MtqPwUDmv?3$e{?CF!xQ>5DuL>9MUakB$IwQvo zLKKMV&khtJdW8sZdIQK6ars{$!$tq@weLgW+Ek-pf&xsru@oQhh!C)|w}R8~y8x1jH*nyaJ5S{0hGnRZJF;;+`2=EorvLG&A zvz%h>Uw38JR>VO*IvI@Nh&@;f$Z!86qM>JObJujmb_1C9x9F@amg?X%m<}eDfKF6p zpUE@R*C&r~t$8xdshR1mOFWuxYF$%}!ID}V%dq>Mm<12H^neqD(Y6s>`@iHb?mcrS zbf=EMX4cR~Lcbj z7EnM}WMBRPx1GHIN2YZj{6uEKIS+6bj-cr91g3Pk$r-#yZ4qje_In;s1l*hU@0Tn# zpl|TpFCbVEbp^cjNB55wWkN1QI;29pe>WJQ?gs7H;-&i`425Qy0bc?g7-FRTJ{rwx zH_!wO9>CCCqbU!pYtQ`6)Q%cgO!tq1(QP`e8O*k^5A%vcAg-_s1YCS2C9=aUpgQ2n z?=fFUcn777e zLOj+jNhB?Ywf`+AcVPg+_MLR;7WLp^LC$e=DXm~SR4e8U zhC?!WmZv_)Tatm*mN*rhEkj6&pgM8*zw982*=`nnFt;I_Mt}) z&8g$}zrKm72T+tUH@o_nmjR&Y%&3GGNWi3(9alC4Ql*hLUlKd5g-{MkYv0W7@;>mL zSz-q76ss~Foe7C4NxAce^u@#FbQq@^L68mFt&i!l3EVYJ1h42$NV7qF1q1h+Wh)HC=Q_gKs|m32CN*b zxXMb1gV28IiuLSjapSZ)@%%$n5{ki8QdWF)N8+)T9XcQwBxw5NF!kV?_He2)e-fN%!+(<${JzzMXy47LbL26cky_&#qiLByu6)mdYWzWn;`K&GL23Hq6*!5AU|Yp%Hb%LkbgYl}XPdu#hYQy+8p@hVYWgc+FB z#pTp2Yd=_K{sSx8zd;_!4|w~9HnD&^FvLC!V0$3#>q3g446HSQ1KNj#Wo~CdtrQD5 zx2PjXJq{9d3lwe$;6i74-aC)Fx-x)Q?gazVLFevU##SSz8+FPJ0%`_)Noxk(oHE#o4wM|%e z+g1rXf%an)NTppB9aen$6bc>>}PZ$7C{1=ttzZbaB=*<&(Q0R#oE) z(dTug`vijrc%Ocyxm$ZLG_D5sz@VyxYh!Q7UAyu<)oz2AhhX3#4ZL#&i)^Cy$5$()wu>d>RqyW@3MODy;xT7vQ)!hdzUMjb))`@P*LvQv-+kts zz2A1m*36k_nCBs8upUrzvmtucF^5T6od*W&6Vagk(bP18Q76b|v6}sbEoWR6NG$X* zuazE3HilVGW@csv7!%2cLGzde0~iQ^3+kKMSEO#z&0^h#XfM=0?aYnTRYh#d1bBh= zj(&^lWf=opwm-WD3DEvq3X)zDr~)x8&bLfl{2gpuFvDL08U_Je0rw{O_#Vh|kP4Hv zS~kT|8v|c6Sq#<&0=5glmPIdFfjkEK^cgTmPn72B4J5H^|15%oy&4_DEhv3o!AdKy*z0nD+Hw8GI*eU``11*MYO)M~*)g|zy zc=MhK-H@&FmAfAS?eB^Q?}(+_?RaD14FyQ!0(o{Fe8r_Vg9Efbhw%!=HItjn^2Om( zto}(cj8-Q?;X(F+VB0*=`PaCgsd})_-v#4M2si}d5}LIy;+Vwp)t{ClC`c_ zgOT=AePZQRlKRiQ4zb?>%rAKDPY?dGt1U>TxvJsADw|k$?P6cp5~*|5UYRMkeg&5M z(bM3@F(xcvC`ufwitvJ_l3mQ;TkOEWGBoEgGS^Rh_%cM(x1W*~l?>bGC*?r8B@|T1 z%N_u6=_+&2{RTR~dY|Ev1=mkN8jH?7VhhP-0%w2anN`30{bssxFBsqCOD{7NDko#E zJ=Tv=NjPg_FaG-8y)rBnv6TrK0h$`{2T$eF*HuW&Z8;bLUviTIcCp-};anAWMsG0Z zW*pd|07e~H2DN~AvjC<+Npn8Czbmn1;?vPLFA96{qN&XJq)c6)DXm-n-;+U?SrV0Din5Ku=A@muj_Q+q;f3XnUSAhY|Nq?+eV#?dgLn3~B@uQq}TY;xrS)Cz9z9Qv}8yA*dFyAfhR_ z0t#ER%0E@O?XalVwDvNS05%gHySH>0YCwag77u5cEbRQ-qtDdo2QoCHpoV@iaWxEn z$yw>BdBLNA&g~OOT$b|0fPc$v0b_Z&^4iANfW_%`HT9O-#-S$H%dk+ zuI@YqUr_)mUF6!zGIR5_r%PRZlM4ch%u^q+%&y(xJvSK?0L{3*z2rp&IJ_S$pb?C_ zIsFzG&;+7enN(n+~pn>4=4vs655M zG9T5>!K~!EqFksPC%wR}90@eW%)X+}(R<4`#^s z!mW(0C+%3c*A8=*RW$aE ztuo8Vph_kf!<|#li;;=L2n(9JAT#t~Bil2eq72QBtrr*#&r0p-NQcJarbC=h{~BDq zzktThXEJUvIM-gZ1l%3tnvha1|MQo@bZ~F=GD`UW9)BI0wT!qz0i%`XzBR5Jc9diL zVM&=y8H4!CYfpk_vW@_zA;2^J`PqL1XL9kqS@_3KfyaZU2VIMKV!ncVVV>A9&$N$q za79<20n>5RgZTtd7?`kO)~#D&@?z$wF1a=^&4LB4yquE+(ZF^$2vD(=NS4qP$m7|k_iSJSp-uz*P5L^rngGlWvJYl&!?!s31$8=h7?0|8uo7)-^P z(WU97{-)_{(bZ-!;B~z!^1;!sA?wo_#EUG5X)Qmr zi7k$CzJ7nPc~tG01EPahO;BF~SQH&}C<;s^eW}y_nj#Es zyj1i{FaWrdP|)Sqz!E_K_pLOpogw;~CD0EVU1u?=%|ZjJM1UXj6t$TFZUlwO*jGef zUVC4i%Cx@Xv9#P0v4hiX1^TEH+WIooUMWzo3OII`CG_7 zrsIMYvuKei3N(uV|NGD0)OArN@#Ij^LPabH<%9tg7WXFG}A&r5##C>Sdi zsA876YX4|$5({_{7b^%8kt4#EuI&W%)~q?TyNrjrvuW#Ke*{!~pheM(K)IdB0y@#X znhDDmE4XkMv!h!EOgn%l84wD-MGm`I6kJPKGpPz%lt1Cby$r0Si*L@tHi0t~9N(S-o(gt@^L`LZ$J zhNBoafIfYXS^ep|`gBU!pPqXhBc4E|)K#wA#3-Z&q(!Vj3dVKqAm2_1Y9hGSkDh4r z_t_T9Aqd8;MTR%t6A9kOJWXQHx^d##+g)AUZV8C);$?rrvqW|j`BfmN(b zdKq~g)$U8_G@y3B$Y4e>Nc3U4;LJlz(Bu^F)W#_0A`^|T%>>a6DIH)c)uHXh;NC$~ z*(%ct7(e|!xDP|^Ef#R?2N57QV!*mU(_FfaG5R+Yqpt3qJ!L^e`P;UN4Hw@;uvPc2t;Ul~#qxfBX^j_2!SDCWSNb3j|t!x^y z47A$I3{p9f$6WC%;tHmBa(RvG_k-1C`LSAwGWQSd?ok2DLVN2^&f+0)~Hreaf^jt=gG_kdUz_vozA=s^f#bh=tF(Gf__~yxARC~XQLRL3%d<1&M>H6 zQgP)(376Ol+AqiD)Gae>H+j?u>oSiM%$i(oU;#uyf9!>EP@NJ+x{0^a8PE>%cp0R< z>8pa`zIF5aN$TK4POvO;L4XU0xd3Q?`xAAmO{8*8n7<5#k3bkfe!7wEcY@CBivWxM z`pzXokG0Hp7}(NSasXGAB`S~p{B5w(&mIL=*JE55I3~}&(P*|AL9)Bb1kM8g{KI1` z)xGG#pdl@-65>BkymIl)Z8m5ioEaeCT?t?mt+=(b>h99OXjr%8eZmFJfq+PwL}f9S zDkl}Fa)fDZi;Wa8rSbJ?Ms~!Q+?B)rNtlZi7N!_V$S-sR^>Ia+{asor-f| zAUBYXLUk~6o#hxsceNIR6-9y7#LrL{R6y9PS35!HQt7}iUrh!V1VeD|-vy8C;5mV+ zl$d&k(S?~A8vfU(zE?=c0>P%hH0_yLGUVC;Q~O6Rk1=$6!PY+x>W?fRg4ojMvI4r) z*>qE5G3&32<)$)8b4!0a3^{3qs`Fsb0czs049&;tez2~6r`T#ei_PGMGC~Eo0H937 zk*Uo@wGI}`n&o~j^Od#^3<@LKarq^1x{8ZB21;NjPX_^9KXbjVN9B+)P9}KvvV&_a z5N_9hxE0Q(!92h4;wLXatY(7kMdksFW-}Xe&%d#5=a&(9{?0_kAd0aQ&>uJ7H}o;1 zTS1LuVrM;4b>J3Hzv$#R)_3d>RMv?~#cim9S_qz!>k{-$2kAOb+gZu{GceEC)CH9` zkp3Uu=LJ#4@>C~gs8vgX*2bdLQD*9QIKAgH$;%TmmD8XfLQ9%H62(7;@e9-b zCDKj@ku23>wS-|QcMmYa{o^b$ASH}mq6=+7m+uD?FnR@`45kj?sb0OSj`tl@Il#*d zpLq+MrRU-Hw?`h-KKDG$s5UUXY9V#LOh16h?*>vg80|y_0V7Ny1`5cpXI<#v<^VP~ zfZ5?MDv#>lR#mZz!B!r(XGsqX>_I?r;Zi?DXBXIFHcLa`!@hfFN(rdiC2Hvwm4B91l%0CpW182~ z!G6e!Yv4)zs@K4^&p$Ji0MqL1bBo|kamgRu%bu!|V(!eV7yt|*4-?S$2mHW#2EbxL zZVP*U^lJtNODSN$ywKhu4;GiIzSY4t%JS)NH<{*Azqt=8z;_u-6<UUC`?INtdX%4?3hJ*LTuKA6i!0^?c@VuWB?f9ZC9`==C^>0EoEe5{8zwL zRZn$!88NcqE+<%-I+(lG^rFC$VHoos1DyR8*w*+m_}}jPRg)NVm^p%@oVoFU_GJg3 zz~Od%B4drG`^Wdb$ISsPTQgy5r7Dwn>cpjoX2cZL6g5z8&J?RKyVF1-2 z6(?w{#DQ=1aTpGQOmpgb&;`7LU@1pep=h62Is5*{KODuN9#qU%YG0OVh61ojRf-Be z%H*0Z1siUe0M~xv01_w>q4O;j;G8CgprNFQ$!AR!WCG)gJ?-Mjh7F|GC(#DX zgA%L2zIjVEZ0Ke53S$a{Y-fuC&T@A7*0x~a8np&h0VTN@3@GOr1l$u-wl?{nFQ4S@ zTl}~owuygzNn8xPt{>u&F}!(R2{tqU%vm*1-hS8 zz@P|*puc9%2kW|Wh%7(o|AGUKNG9*FW!sLUmAtAun= z$IsAH_H!~T+`M<7t_xEHU9t+QlX-@nDXh z>1si&q38(~$yX0#`a?La`%fJD@-9XV;7;jv0rRyP)Cnr&DrP`z?|boIKff14r^90N zcYx$Y0Ip{*4$44#Vj0v_o{fj{+S+fiLM9pl!VWf*WWAeRFa`4B&~|W3$d-_Rw0_I~3Q{f{ zkA%v8Hp{zBE69H$FdrfUGzFC3LaVzr+9Cv`}(0(T1#xF27e)zlLqPg==-Fl=W zKf1`C7w%pz=4F7IFW*cnV`;K_dz72cwA7kr6z%4%Fy#$zVWy%7P zT@l)+ReCrM?Y#BeD0}$I78rArZqBm-3*Q72(2FA=wi#cL%f+Y65X=i8QG~0A{63M4 zEn~@32|~XWEp9QjrNlA9%5s3)26WYfpfQ$QPA?s=gJA|j=uSV7_Shavov}b`>H2Mu z+5%UY3S2RO00GB9Dp2E`6CA$$6J4ikuD+`eMPYMGupGZ^jj>s# zY;7S~n)C%Q&~Z3iG;rt6arY0KG`B0JDdb2blysA&}q9fHGiVRwZI`Hl?Wm_UDU* zf$Ym-hGmNZyr(jMboZa=x=|E&GbFRFj_*8-AVYjzFq6jh;zQtoLkWYe0?wrjYLE9z zqd$NZ`sCu1U%lZT9L`;n=xq5vC{tVL>~l$1lwV2 zx*i72zd?ISRj}IX&39pA>_Sp`yGZ7mTz$YI_Ti^o7Pfd{9juj7mWU2@of0qAc`=dI zW5d7z2SKH-lkq%fS)!*QxocLvxNfwL>3>~$tPP;ITBOVM zXGH;T04;<1D^maY>ies7jbI&O>f>kXqP%>%3V30G9WSMW{q~5Awr9J1S?`@P+<~AU zqU)J5W-h666%24wodD|f2YF8hxzn6{@B5GrjQP%G{90ea5*2oo@iGqwrGgv4$)ceK;`GpfwLg~_`6q&4?*^; z0)YDA{Y=O<&~4!P4ui&PhGphhnW|;F${kb&+N$&Y&nI53?kb0VWnIDcgKzM+F&UTThB1Y#RxzN2})R@EHg(^!riZ8qkolGv}!~wHRvL~{p zj55shjf#Ml2MTPj0iOu>(>@jxHRt&Wod#GOUuBzFHOv#n4|IC=Hw5wp&T^3dwoNHC zm6@yC1!AT@uD=OJ1^5?k&by$lQzVCgH^hO_XSL@jF}o{;q-41yS+mPq6PXtAUKTn>V1PvZ4+{Kvb$EE>qa!X8lV3APAQi-JanyMWALV8EyMIQtYb>t}hM zKizkia+p#3o()XN)~Xj3jj+x0!a!=uHWLK!1*uIzyTPCWDSV;dXM79WA6 zTO+CL#rWBGFx*aNYhagP@jDx}hq}2!rLT4PKx3-taO{UluQFMHGHyrvJ%R?0Tla2qm1OI5?d#3*kSY#wxQ-+E^a z1f!^<+Y&j$xL7wtFpKG#SWqQs4Rk04OmJA&CX)w}7Mv@NiD8-H7NooQ@Ttj`zDaa3f{Z|MS6D!0kZkpqwmb$iab`iI~yTPfuuHtVqab)(WmZKAsme2c6zn z2JL=r=~!nDM)e?ox6#|M%^m5;8(@{Ph$!qUe-jm)B}(_N zbE`~EfC(??Q@w?*0vIo@)31OjDPZJ7Ogv3N{ugf=Rmsx_E&J#?0oPH(8UvVl@k68F z`C^FT%G5rgMTON|cnC72Xsx+kdkjbmy`|OwO_0ItybW|%%cWnK;viYAY|geIWAain z7jJRz@VGPI{jSkj%zoZDI*MAs*?7uKbM)snNWj$<`-4?%l}$4nfGPh{wgu&i2JL6> z=pBI*L_q^s7TxL1X2FwOc|hg2WxqU~=UN&#FAwktx-N;QpAH547c~fLo+DWN!Gp|j zz{znWoE}wY-sTG}L+uxx+n9(qUIF7vnL5j7f8V1T))0oOAGP^H2be|%GRIoGc?kE8 zrTXrkys+_Yh7V|=$A=brkKTGj3?&e`qJr;wN({D4es|GpLNX$tImGeo0MFN#EV?T* zL=ee{;32lp$XO4bwB(D!q7--4CgL`~n8X31@H}am9;ecwPXs9$pntZ*Mow-N~Z);8$V=pWUykCd(dR^F3e+ z<=P!Wje!n~0c|2mn;?5Pv!^{|9K)R1cjU{5R$P*x{m%pM-UqRfRO$_p38KeKj}?Lg zbaeuVrKLT@FjJid!7&4>m$IjewKzRZN8{WkM z-bs_Lob1_@A^0luu3q~gqyZLb8i*y$BTF(J7`%ii?2>OzR@n>2%8zU?@p?e#kAta|e)wty z28m&f;0zrrTeSr4OM5%TL<5+!*&wSgzE@MssF}H5RcOpx;2?+*VU;le<*i_6eghT) z5-{UWzjy%L4YXh>HM+Soe#1VMq2yve%%(km>{( zXBpcLOvB(G&Ubg+pit0-2ULjHVldLN46O__a_JSnYO(UQrZ0abgMU8$UZz7EbdvG{ zw2lRr?iB6cv2_?lfwDlV&F3C5FdJs$zIi^ovuLgQDuYk}ipvN4E~*w8c>$Mv8&+kk zZlf5ad2i*L4neuWMUHwK`yrUQT0??V>r_t5ZiFejtCXH#p5;x9HPfj(Oh-X+X!zL& zL|qN%nVMAmq1uDAr_41#$r}0e(ZvXQh*@5o$P&#AV3ZHD84gUA&Orz)iM7E6hJ$)l zx(}+;9|~;R{iLA0CJ};}1<>I-cvhC4P4;Rhx5L~DZ)V|UXL|%ew19xptTk})p6NDUxD_A58Zd(ZZYC1s zA;S&sKZHw3IkwJ@Rrtv}jGllOrRRVW5W4_S-wwu*wK2E?tA#-*EI7bMgwr-(e;fKg zeQl}86UNEXewiv})cML0m6<(a?@=_6Inj6m`%Dsy~`nZ^M9&h*>p z0y|d1vvZ9OAc5O@Z#T5bEg4QPK;C+94%}ybPPHNo7~yYz1QrkK2MJu)7`AO1fdbIP zXYa{?J7ls7c+oQta&^YugDOf+7$vxZF-w3o+RwiK`C~E!SG{B>ILEX}Zv)FMd|58Y z{Kq@r5}VFfnFxa1FMln{;+bc3BRl6l8EL(N4A==}zv0Ek&poQHQye|U8BpbB_Qne2 z%-MUvwU4z!G71?Wr80wibC{Y;JMGt`m-`~1Hs^h=R=LWP>DVkw3QVo-?G0yIY#08| z9p8IF<^}`$n?lr?{TBKP`?%Lx?YWS0Kp%w7Tvw#gwienbXm$68OG>#6mE*hzCGoa# zh&9cnG{%7CfdHPQZ+L5y-sn)}0hN31)&7%v(1)oVT4A}tVF)a-7`geFEHS8HCR=iT zRz)HAmhwD3t9?ZrlDlzbsc?NjTYW5e%GGBahQt7#I#R_WLd8%df*Axw#8QP9Ugyy%W6a?D4*xX(PA0`}OA%=qbe>Aq##zF)QN?Tser> zXZH{5iUu$C1p|6lMS}OJE_B$eo1n0~fNxIjSGNGWh;WQmFOtc4Q6(jIWmmc*98fO4-nj-lJCLent>LP6^@V3Ce3wprQ-K$uqcAZ9b5J?EE| zpq9Cy_AszfDF=XO7L;XWn;fC#a%mMbsog^bxE~$7rhsee0db9C9p@i%=DEF#cpnj@ zXY8}lp446455uOqmqXoR>V&g@Oo0A&-!H-EK|ngs$V~v92YKZx?W1dASzxlxB!Ja} zI_g=T!5~4YuKo8Mn&HTV_OC-R76q3oTo^_2r17*xwHHwRGV#FiAd0ic^a={R= z#v%Yp8OmjzI1WUqJs=2@!{B4ugEC|^y*wNh&;2m#%GdL3E%AV1j#~z}Ghjf(moI*~ z`~USYbPuX!$RxOdt_CQ$07`YDX@&`4y8PDNqH)oI3%jpNeWrdx0Ng)Kt$X9oI$ zHb8~jpF9Qul=^^8pM8>T+Q$)~b%FrLOK*VJ{ns-OLj=_&Xg{-bQ0BgP zHI^$-_n{!x?{=bju?TW@*)$ZM+heJc{cEr?%eZ)y zaDBp^A+B!#D`60OWx}~GKC|V+pGC_EoI$6Pt3cJaPJ(|I&U;Pt*Miw+WfhXG&bJGU zx0B3JFztDJ)uR!kRw`9ke}cc?|8nh&K7z6gDrI^CId%aTn1kCgEVC|SMbJ3_SIdlU z$ph2AsyDzT0||_lj;@A7>_%P_-1rPexsN3B$G# zu%=I*08e6~0`YWA3Qzy>gS-oIc>dR5%ncnp7bD6SsrLeTyt4x;?5E!_%ea~OyS%x^ zdqxA}TLs7q`zBY;p5;53|N(y7(+)mHt{ z4g~>F1itKw+7CiP4#v%af6YXWV~PM;R}+<^?W^xx`!N)H(ky1xIya6Tz?k`>mLao| zZX&;WX^v^J!+ok-q3K&uf}P8Aq!0Q){}<@j9njhwH%0Bc;2qHglv)pF2vSLI;^y2z z05j7i^voj=Dssiz=fDRVv~POILGyL2Yp$|bdsYHn!VxKvrYyplt-uw; zmcdI43|>=Ew09L3ES0<##r7!R@xUzoCOH4FEflX@8ClY$H&`s1v+T5o>WD#j=*sW} zi%Icl$#r&>nD zpYMJRGpul6Q~S_Z6N|8zxe^%7b##LS-XaPhk}Osy?V}rqmTgosTurcL)NK8fbG4tG z4PEMJPGyMLoCGS59WY|iad*6T3LNaI2iv%ML1<4K;c=?#K;s&L>BY+NXmz3tF@c|Z zsVhkzK*{CnhTOZD1VBTBvCLo8)dlUz@Qke~_*fh3U67mUz*8(Tc85UPUkf2?Kt>R- zu(~V?Zx%hLe&fcrY;Vg5HiFzi09y-Cdq5>052_*qv>*Knz4|KDda)cn#~Nk=Gx>E? zef(WSzh&qLh{mHeHs)t1!keisTO-d=Pph-UESGFu8d zk3d+B9Xxg1G2hkZm`tugu+QB%A>%}d^j6W6RWVpaY9IW7v1CbRz_ z(qu#j(s#;{(afc;)$tp@h>ursk>kL#t~_>{Rjvx+@As%ghKXkg>||Oje)!}7-6BwX zQW;P8*WOPo*ZSQ&5<0fO7FSENVcVLk7aPASRi?3~=VYP4MPIutqiozKtw0-~4p0IJm=d9Li@QR_cChH`kA1mx-kj*9 zy|C<2w_bm`3py)GV7b7U_81jUro_k$-MPBVYlMKteZO_4s5;&a*=GRnz>y=pkla9P z>HH2iFmFF)#rOWpxD1;PA=45Es7XY#53_ zf(l)Oa$Oy#+I28Y`FrO@ck`;^rAnE5?Ds$d!!*-Z!189|0o#6H$2@Fg1m4rY^8w2> z+RxQO`{*?=dYW$K&a3GV4glVtn44kNG6q*CfEFjVd}bO;1)guRff9tHpLLy14{$Q#hj}BW$gA6 z)L+1o5ismPUYFIWd%5&PzGj5k4QO9Qf}}S9rj=lekz+p5e@3wdstjJjaMem|;Hn$D zDo2*)%FKY(^+&>)DnN~hWe8RSU>IuPUIe^GJcxHn9Z?=jspY&$uM7vOm}TgbqA)E6 zn`TveVQ@D=+$7h~mgx=4n=*^(~b1#LAvT1V-0L#$Kya28}7r5{&he63SKJqj{|7#jie){psv)sHBh6eWE!7)TjkU$6AI|^yZkzY$8^s1M9f{l}D zcKzh?x~hwYV&3L=rlRV2l?Lx>aG)H-?XxE0BelDWkis_Ul zhR9L~lZ=Z$C<+8DF_|Km6~X2Ez&+>7|M2^e#Nv6 zb7ImmJ4~Ov2kvPE6T}Dd0D5jx```eRckIINd3+xT7#idez*Y^N%{}Jzsz@6D_Sh>J zPco0S4|=Nv8o_w8U}XO`mu#utqFZyFm^sx4xg&6>31PLV^zu61pxbcyeZD%Bo)BDDm7yDQL{sGvfe}kqFuWF-8^kP|3l+ns{~mv|VV*v9 zWuh{SeGW&;gCVbL*{)lcO_|Io=#$2%oc&MvD8JWU8q&C z+?0=?30N&a5HGm@gS(6KWGp-zf^T)dIw4~fVi`na*+c25D9e>@qLB%??HMyh0#cv0^`e>N*!14W!AFRkAZwGZ%X!c#?$#M_z!vRIgkS= z1$29=xWJ~|XbC@TYQViP!PB+J7C`}8{g1BN(bmkM#(|s}{UKEnYW1)H1D-v_JQWw` zIcZ9VXaEW7nGFd+_NRWxxHT{fl0kXQcEHkoskw2ZT+T#bF1R3H`>?1TD+b8W?Jew* zgPt<(J9r36zZ!@DH*WB>>LO|M0hc45CeFj_K$D1nce>}gMIgJe<|8e&NHobge2-JlziKy5gRcu zdFc4!HW>?NehZu+!bic_5LH>xD=c6jP{dcyRcQaBAFy18xdX5WfCUjVbIUEzhSd3c zvZpth`V1Zr4KlPO`^gA=MKorMiOsO9j7>|23X}GgU#_QCW&#TSe&Q8__J43NSnG$2 zvil=;maD)Xd}RNZzm@r67Y0FXPfQu=Mv+}o`U&5dB(rRozG~ecz6O1hw*GE&D zSe%EJW5J7ySmJ{I>{cip`dE9;Y66DKVq)kW>1@Fkj|Nza%V}Ua|9t2fF{O7_h|&_i zzi#B#<1!dK(h|zh3^0RLD4`wWP3$&kk4=tkW}2@D7B4~Y?s0V3k|!7*@@TsDMkf>< z#a-LiA8o?0ZhRj&T?MoxtT`}W)0>M{152QM`p~jUtnuOC^$b{c7!vM*{jz2NOu+0h z|M}lB431Y zrUyzFCP{$@B{yO;YY0(C9aX7f z-8+}jEidTZFH-0KeD+oP7r6eLHSNbBWuz{wA16u=-)(5W^Ekdz;h;8q@h%wSRoY$o ziF)NWvk`Ec3igaNRF!T=P3s;5K!AlM!N-+}CL2yVpbTe%|B zsU9;>w7&!~oLrDf_uwIB$p4=BIUNLST6wrK+`D^~h+$2*Wd9#Q+rdOoIbg zA5RyB%LjOw8Wo4GPsROV(yoD)Pe4E6nuW|9M!DgM_QFFp&YK8&E}`fAAVuQr;I&i>)|W zLnk6yFEf zTDSGA+Sx$+^3gv(%=ou_`4~7*%3X5_yw!25bQD(~2y!|1`lXlu@%->M@Q$$yRkU_DCX-3=C!Bp;3q&@Trqdz}?FL?e@ zIiTK>JvU#3$yBt=_m4mZXnte4L`F{BMe$S_{Tet876A$wQ29X@2u?rC;@ARtsWLW< z(T(Xhju%BkDwlS2Lys8&6Y%WHf7~;N&N2hedIY9KY(mh-Rx-4#KT-_B7tY-A`6FiN zMeD)!yrlp;3<6NfwxB~@woCiIC#<_aDCe#pu~*r@chDh&%_F+8dJt;73oPXsf2m(`3WwH zo)#=HZ41u6pe|LpHm&_$O0CKdW>Om?=CL%L+5$Pe9zEe3rH)==1Sahy|M{IqL<8sjx4_~Jj8>T|ejv46XmdeeZG~V!gZ9+QSQ!ZShTxLaKEJ%j za#!aL`wxNf6fA2X#>K3H;)BuGG&!?}aIxGGFzvJG?dN%LYWL^6#Y)G0@DAgn;s{Nh z)3jqrD_B|oX~R?Cz=dCbE2Jeb(V4X}tM!fTQ5i&!RSxppWgQJ-=o3*R0$d%akD)Ap zcw7Q#*<2W&w8g^bhQm^(16Cjf>)K-{MQ0gS&4Qge{+APX_i?@D+@9blMA?75|06oC zj9CU0o_+aa#*Lw2z-Dv7toEruEG0yQ*ufA8^5TMkGLZH~7|0;yabA~~4d(vLAVB+n zL!R=FKe!vb^sqH}0SIuWf$>$_7~lnfED{+unSQ*w&$8-mu93W=x}`$X z(b>*-Wq_9@S;SBlE>fj}40L|!6;?n%^|JQ=-=S$uoop{zNkvt>qAFyzsd!Z|JbJvd z&lQqh2K-et^Ze%5F^o|SKG~pFbPz_?4B)M{AtUf(Az)`uZo3WXCMZmbs=WrL0zjv? z)^fr00!w5mBZ59U%&rXBaPc=7R-j7+yE%i*lCHEB8{0#BzUac4y@{YDyTsanRw(M# zG7GK(CgaZDFnvOlX^2WuGa+_=t6oJ_ZM#K#i^nyztA#MLEdf(UtGcHbbkN^|kv6^v zu*$3!<%@q~M$zqt;RtuJl}f*{)DLAGybsc0g&zC#M~+7`WBZ|*WKQR4{#z3=80NWj zghFfRR)v4#w-{-Uz%I&$7R;Qe%(4S#%6YA%vCsi~5mh4k2DzdQ^MCx|9WexnIM6r( zg{!X%X2e=+oRYufx;lw1UODfUP@&u_+(PSXc3h#7N~f zv^egN2{s5~1_SFkV9a2De`Pg!iRg8fI&}uLH$zJ%Bac4;&l?ZIUD!KRT z2l_)(J06N$!oYOu$KYYSV;*Ft=m`GS1^Aj`b>lGq@t)sdct&s8Oqyk?=|p-lv~T)XhvsfKvsGrGVWXumLf7s#ybZcFl_ckU&6w8Kbn36Y6^q zk`WrHZ{(?JW~^Ki?M!E0gAVwPh71>9`^nmDc&`|QAKTc5!qjpC<%?10Oq$)V5!5A% znL(x#t<`#2SfzC`7udm~70gHH3`4u|L*0_1eIwH?NqKQDcm`8EYnU7|4Z%Pi$aNHh zaF4WQDB4%2J;XApqKXkO%zJHLeG#=a>%Q3%i@y`E|Ioxm&@CmPh9;)+^1r0)ZtDl&L5;^S_S&!g}HIy%<-0@(MU$oQM@gcnn0j zZV2XmElM9kq0?(wCGJhyGgRiFMuT|JVlVp&M?i+b%2~w~BQGb0&5}DAauE22uZkb^ zuvioCZy6y;CFh>nh+XxPqv&-YcgJtuz)Kg6i{b0vPZzV=xj*{&!b$o@M;o-o!>O4I zkVBRWMzKAs?1L72G_03N49wbiEmn8&95$d!uYJx6-HWu2zA_mb=vNjKdra16$E~7O z@_V%nz|z?XrlVea4Dqe^*Tk}O>&_#q?&XYqXbJaQz`Le^by+2<7Uy*69Sz*U__rTI zrY<*7$5%|rD;BsY!S#DohS4{Id=`fj&DxLD&Q~wdL4%c(Ymrx;hNk^Y#|{(*u@7X~ z!;uh{0nlC74{qp+ZQqC# z3vZl$(TpK)6ehlyw=Fx6xArFE=G{3T?yac>n6Z0b`*Ske^ za*V1$OqE&2i#fEKt9|Jen&(CBx3!@$&$2;)gZElG{d!~yA zbS_-`CMu*a7oI#1R>d00;H#K8K%t0$5SBcUxuFtUhB{Xjg|S&|J+I#j?3WH+SZ2t5?!7|O*kNv}N!2CQcB zyn?U32bpcn^cAq+Sr>az#G1MdY-X`t8{kHVViuYM$SQ&<#|r!W*$ME2pquaSJN?3B z5{*CysDPnkUJ6>`w7(4$xnh`c>2)T)_T4_0$yhIz8U5uC(qYiDBY9H{T_Ttt3||C@ zosU&^_!yXg8?0;Q#zH~G<2D6qK{CCZ)D#wz%ws^kAluP$8;1ZlnQapRKHcK!F{zKB zWDd6%fAv-d>w7Qgmpp%e)@pL2OoWJFh*&X!pvJE0ZzU9O0{NT-vb#lsN7#ay+EqTr z==S0+mEf_XV$(iE0F@g^W*}ECKL9?Qs>&I9VaO1;pueWyi=hy>&e~}I5y`*;aiIJy zOC~S{GPs8U?dQ>UD#KDDF}nUV7|_Z2K$TZ)1ULVU2M^m^KdwE!Ci}yeFf0O99#x)b z$mPWY#*eTMcggXSXE*}SH zV*-4ZT0$0+=o{Wt`u2%cbsr|2;G27H{JdddZFn*@rpu8>0=Cv%d!-D(8OXYTo8NC> z8cm3qEueS3%ioQAP)i$BNxGEK2cw~`5!^LJdwL7By-360;%~s#R3SliD|S+^*Pc!Y zOG807c&PVEu6LRvG@cc(0<|=WE?oOr=q-Bg(+9;eT+;?6C3P^H=NuDbi`nL*-;3IP z^`t0)EOvm|o__YeEg7+7!QNT-)w)1OxMeZmDh&wL!Ot!ixgAB_XAWkU^kL(C$YVpz1J*<_4jXfE@uS z6#>55rad5-*NzmUX&;YWQw0b$tQgF7?0`qdf4urYFEbekF^dFeI&M{rX0hJ6G2pMi zKF%Blm<>zH0WsS9JF(MUK&cJb0nx$F{Ti%k5zL_6s!u^-HZtt$1}jqxJ`kpkPli4` zU8>e`_6fR3$Cfwq2k6vIqBwK6>7c{8t7eGmT(E%1CPtrk0zq9Hb7w_+j zo-*XpeY~ZpbcF_Zi@1%)VoXPsl$QBS=dqbydRGo{<;}4Q6wNIK*UxdgbPvD|86U25Z*o5dp`R08sFlC^afX~L;mg2N5GjKf*y!f*AeaM zGXuGfxwc0#9hq~iePAiMq#k0_bf`%T;AUML*8Wr_LmtL<;{{6lpF8h8QMQl$*q9Q2 z=CLim#VLR7cNkz1RI}{>Cgs3=f%Gi%bKm)A_wUAylWwfFZ4f}e0F@%>&}(mlEd=|y zIg1V4mtBIVkKV^bFJcmEUkc3r<__;^4(JG=k*5o9NKr|lRx|Nw(JUA-1<*bqyJKCvTOCLKG-rDZZ3 zzkXQz8BVsmWnZv!-vjeyfI~ol->CJ~dtA@FRLqKS0wr&AcbpNy9y14;P*-f?W&&ld zT7+;{eZUjs({<`FXqGoZy(}Bxc3+vwU<_wa)J_JVax?ukyx$yMQ1A9)JwmoeR8@}J z*U)Q+nI2y2`QSRzp>?g8P2Z~Dv}_Ll_t!5l<5URb70VFXhq6sfQ+5jh9aqb3@H&7s zh>dAz%vUAK7)HEu6bPu=UoHwbx2QcSRb{8aew$w3Vy^L5KtSM_=fMwJV z5}bb;at$;eQO^MFg@JVvM&RFSGy%F6&3-x4W2J41zDhT4Bv zs4B_l7D}!59^EkL!p^E=plLD5%xiaom<)x@GS^Z_AEmE1H`7N2%MmT^qYUPzGd;O& z`KLlQh61$(eLTfD1%+z+ zx*-i(w^@cvzk?v=#~~26;{oC(;z5zcE0ZiBfYGesMLv3`ok_w4CV(>7FNTu9l0iCD z2gGWdQN9mYSH3mc0O!-o%J^`f^#GL}Xgd?x596T^sje(kU@Ya5#69$#Vi>L1> zsyoj>Z>+L*fjkgz7-M6GF8@%Uwa?N)PQ`MDB&O-1-eF$ z0&xo}7xf8Up*NIA=GEQ6XzO(#mKQ8#_5h3n(C;LYmY&Xzi$8_ZuA87lgVsUXXPW-} zvmeS_jMpH&))e*eeGofhEN7Ezw&%?VC=v0eH}6{%jX9Uf8*yuC|Ct|`G?z3NlR&IGGhf5+P8)E zVZZUix9u=ub;brqf@iqNq@(unorQiGRV4A`#-l7Z6`)?I%l0xo;df}yqrl?A=Ed9v zQCi21WQxJSEOD;RkMmGPeJsLUR5uA@@kj5khRQ+U1GUY}^Nm^N>Ux}^^ZGqdBIzzc z1B6-{mk(6Ya^}58h-wBASaqfAfHlzAbQ9abUtfM1ytnhKA3)?gf&pvW#!v{>ntdtD zx4jQ+9OTP-zxh6IP&)RpriK~h{|j2xVlrF~D1j*CjhA@}@SMB=;H^EGUGzXp=c=j~)h=^h{Y2S}w`0hR=yQe*+DYDv9j?V;=$b9^@eWF|L6 z^Mw0B^D0w9v|o^628CF>jgfNlFjQbNx|EtPFE!6%0aSnQ;%nFHd0wX5AAffoTy1an zho7v<1KTsL;<(o$&?k3+HRXQ!@HAhM!VJp;sag!l-TCtE+OR{#Fb&50g=qh$5aGI* zZvz96(!?BNe2h)pEXzPJ!8LZ8^)Xuw;Gn9^zD0SLTD02AOk56QQwy0fUPrK4M{>hBEyCwiKX!04!Z}`iAA6KBzrZziwE2 zBiwBZ6EDoE3J?$sn%6!a%#CG$ra=I`HK=``hYmb8@5p;p8%XD1 zf4=cjQl0jJe;IQ%t@Y_^Ts;@d&U=XWV@BSRh6~;p?nSUiAmgZmx#c?qro8;sEA86< z9r9E_Y793u+&R>-B?eai*UyL!&dYPbGa%z?$QWY__=;eesa%4_WA-ALyLT(DqIXOl z%4yJZoWjAEKKWr9grIa$ZK=ikfQy(MssfGkqaFGoP(D8yst=jvxpd%48RM?DGd#?d zoqG%{Zv{-C+8lF-Q2^9k)=oxF`%2Af`^HsG6J_O83SHU$C)P^ z^Cr0vznR5Y5%M}w7C~As};2wch(88AJ;3_iFDQ91Z#n69>Q%n(nS2T*6Bw|d2 z@a(Ui+ngBGEyvbNBQW5l)cdDm-cIH?*tq(KFL}RG;cA1bBM@4@jChqK9&hC{RFfb! z?dx=OIj|$bFn#fR>bg7H!%%snP}hV;uUkUykCBPK;l{eyUbT;hWM$TcKwpgl`^O7E z3a6jOx4{5Li%tz=MY4MV9^qO;OpE&DR}5NL%B0VwpPf3vur<0YWp@rm^Ho5Jh*}7z zZHA8us8rN0h#*nHy$ZSe|9tNa@L3R-zDg&5atAHUGQR-VW(b}Sn227?6-`|ypO?rN zQ^+`9psLq&^92mTW)nF+20Enj1S+7Cs`%&v1}Pw>RAU1x47hqX;~qzE0S7>%eU361 zW=rn}sjeIhwRDHKiE&kvP}>=vK5luEm#_8gSL??>65yGRdo#bX3cRv-ich1(j zQicqIpxhxko`o#fAKb$jm2B#ky^2~KU8y}bQlG2VwP01=x}o1zbqiSN{{Wd`w!13# z=9cA%v8$J^0KBifYAYIeFyo{mGYZwZhJmG#?|GD~q1l7>ff_&n?{_IHCU+U>ylvR+ zA8#>j1Wk!E6Q4hv$(_*)nOxq2D&eI@IVNvX)#mi5N<7$uCp|MEE`1-Yo%=662nNK1 zYMie=A|v5O6?%-S={l!$q zyq%ER%c+A4%ijtJBM@l=7B&_$A3kXX&5nx?2LYbbz2Ms4p6Oo|A84%{GU0U;L0e_k zrqfHe-W!>Q(7w}O9J$ODPqHHjcm<{vpiY?~BYVEq8PoyV=f70TO3if52!k-i_6n zV?J08i~rzFD9xZ$P_eIC!5jt#@4BIMNFaMKJMDwxw$Q$MKrCIu1}J$)xLHA&%T~oE zz zC)V=%VcOgMKfUqjxktOWHh`!5n98&-80&-Gam@_27ct{8>iV!&fZS}Dih-RuTpy6# zlnDOm{b2vR?`PoU!K^w!wV#D=WvWcoLYRiP954R>%5s6FXL=MIQJ352abPj&#sg_M zU{YRm$eAmg0C64amauG+$Dq}@R531{+(;y;FQb5=VSL>|KqrU+-F=7z)EE%JECal5 zKCBcgzHIjNgWx>tw=&ASUqymRaSQ}7^?)L#U%c0m5R;7QS->MlWWNXoB-gkM9&+HL zH%AV$9E>2|PqiN@h6LtSDp)$9*zo}}=1f8r7+*HnR}-l66Qf4^ydwrDD6JsFJ}|9@ zs-aA-mVu{n&vBsW^lIZq1QcLKW#ERo^T5RQ0pIXif_4aXvr@O4I=V>^yaAbRP%&pN z3f6K(4&*V4pZ@L$IF~V}J-^7+I*W~(PM-;)*+|(~M!JrMe*6X$kL*nC zGLy>%iFp`nA7ogmb&O$bv_GHDLJ0z0)^5^FLV)L>S<(hpPo?_To&K8BS z5~$Rc!JG<-5^ipnekv2Iyg0xOs+&zTDNG&kE8AD(=|< zcLV{87v2H)XX*e2V>g}^4cuT2rj}fzZpAX$m!;BMKh}lOAOWiQZ#*B$NV0Vl*W?s1 z2xhkl@Mia!vve`gP*QqSwAH`9_8_#Q20F`nO^kc_m<+-p=y@RRphyNkQu~b!uK<=V zpgh9NJGv<*oj1^}EB0WqUAhsy~luNNxr+9~lJ{)o4EnSBT+$e=y~az6u_c zAP0e0(-S~h9JhAkJsBlJB#qWj%BZuyWXs}Bt`(r8-I7HIXI%*5mbg2{YQw#1^ow_= zpcy}Yz30O3WqvQuv|(HN?_b_~FN80M?@m01!2oq3E}|3U4$5VtQyBtnj&~CvZrV$G zu$zp)vzd@UzlZ?dpwmIQp!gXv8Y&>2Y?;RFa+BJ_BvhBgc=r>*qfG-`nA+cRgh?H5 zn5S!j51!+T=siwx1AvMGG^SCYa`M;81$2;FVRgRti$gF3^D---|DUe+aF44x*TqMc ztX`~MN8OUud+(Ojt!k@lRIIMisP`KBp~Uo(Kp+VLLTCvX9Lj~~0b_%WX*PCTfJ+)T zhkJ5P&hH=iz3={(_6RuldET$AZ|&K8t*`B|HM57kJ5&4iO?3`bz`{C<2JO5}i7jFO z`|6D%+wYa`A)Z)!4EZz{pqhJ!@5T^Dy*&4s`@tApdUV~ltBrRZCy=0u<$dgX{R#$a z*^D-+jm5P&>n~apEfRwM6?By)K%w9Fr7`tmic6Kh4BE5)nT0GW?bod!>!*#E?}O|F z{f~&KOKHMHyQ(uerfK%CuO0VbdS872EZQwZ1s8+hgU4Db)1A)VC5O5jAlZ5vvx3C3 z$dU(2)CQpLAE(cPRS=#1hVTTY?=@6cShSthF(7;q3kT?D z?c|Tz&8@i(T>LF`we)bAX3#siIbhb332w>`1ZQiuG1l&>D}+KF#G1)v(OkHx=c`{p zc7ci+hHp;Tb^mqXw!`LEI;~puMte(!7}HD zthIu{QBeLcJ9!9iUQRr|cWs9HZd8sZvXlW{Idu~(c%BZc00B`Vz%3#4p0#poOSy$$PsVmR-O>9^f!E0ymQUWGSil~Q0eDw#Bn-ENiz_ft?h@=Bx+8?kvs$#0L z-vY%Q^clbr9Pi_5;?RfVm=Ie~KOn^O&fG z!iWnPCqd~)tP_?&DQ|*t$$P}^aO#mBX!ITZ0?ewF_Ca5?fQ>d}%ghh>f{fQ7-g^Qp zpH9><4XrVYtz)x0b!7jw*IJna2AP(N!>mD}hD`sjazLyVZU z$FD){m7&2!tx1285n4B>qbkZo#|YdZG8pFRVX#?{XG3Q+dyMwqnI(hUhWF^wPafyO z-+wmi^b2c+W%K?R2(%wl?;pjWFV)vgY}(CH`;g+o*`LF-!2}T~AD()`bA{Ce?D|vu za=Vy(=DSYazrubP$bR5|cy9~+ucBBg2hsHoATJr}+`oUJUzFO*k%^v5CpTk zocAHij2OXVK6n~DSjHQcHr{t@%{967pJ1G~5rL`ss3^@BUV^gB1<<2Keqe_|I=YMU z+0Yo^q}DbuGac)z8HUzg<~@+%y9sWueEtPjQu7c2#PKK%fy7l>&q0X~+O@g?vBv61iSj6FxjxQd70;IUA z9c^OZ<-|qIj0Ui;2pYe-3rY`rk%`3zXz!Io1=oJ9Hb0p$;#v)DTdb^fkbs#FZ0iP2 z2gqon_|mJ;4%V$K@P>ElUiQpYW(g}42n2EYkw&n7PcUFag`(JggI5GB1*%A)v$c8k z{p05kUirODf~y#+1QBzbh>zZcWSa1#+QUsC4aJNSb5rF$PpXpn{kLr~XaoUtJD`pl zis90SK+Fih$wuV4S44uBy?c{&t-AHc3YR>kPE!KCuU?LEyyvw3ZyRFwjA>(p%wZ+#G$fUAg{Ebgv+_su?6cA8msF;Gk8cKB1G&o>{PG?By3UOY zY62mxC1^X%2EyjElFR4;A@sr6*S}{509+*Z6DC7&x4JBFbEX%#YK4Ier(h0(j$4`v z(QWGTpTENl-MgXcUZxMRmQ=V^%=FiBr%?$3iGJ48zkl=gX6Z(n$3h0?;wR`^!S`}A zS5+UT)VjT)I)Sv`IEGw}W~*oPm~ud9S;0}Rn}J*esUm{L-V(%|;LVUlGzDr|iKpwc zLGF&UZScK?4tk6y_NtoBIDN9S#l+4as1{KRv69tTBcsD2bl#X>WwU`%6No1c2XPBP zBTGN7pts>a9=i`37juO9sbef*dguAelPnHVk+$0eeZJQumQh{|`1lQx=N{DF ziD582m&fFAioJfXX+$O&{5H@Bj}P>vI5#+QflQ^*yj+TqbuhlB3pCRR#_>3lqo7bm zRg8?+W`TRFt)u(5Hlh22a#@W47YlfZ5Z*S^u@SGzAXVwSQb<@2&z1`+1qtXJHk3VF_W`l><{a=VHZ8!+S-5icRm?$MyR{ND62(s;XoTmsdb&ud5Yc;_iK+r3LIHB z%zvPO?$UnIq;7@j7pI?u9 zoho4Z0N514F5z7t2HxJw_Zl4j%2dY!+!@E6qIphK$(aa?}xNVghHE0+^<&5%erj(U%Th53-)0 z-GGj@Y|xVcT`ri07^n9EUQyt3?cbOxNr!a{l!TpTDaLRS=U>;4F}OgT0QonFZEpP9 z3(&rP4J_xvufzz>-DK(`C_B&mq^jGkQRKo3Kw%Zx+$*~vz~rz4O-6F9K&NUONx}1C zU>WdyzFT0u$zo(!>5wkQl4s@-Mc!b`oa$!L0bC<6!E^KQgiiAA4{iguxJ7~wgZLh$ z-?5lpECD5DfdMS?1>-vS*FOPsi?6mAnHYj)h)A#K<+|`qF{E96`v}uh<&_wxH@JM2 z4csd)0C2h1NYUU4Htr4vu(FwGI#k5f!eCA>Z3EZ-_|grhrxBC0Q`nXfA}PVQl< z2$)8rARY*8bAd7Ras|D#Lbn3(%4ISVZi(%M!p_WU3pVwEcYvZmK$k@%9p}Fq08VG= zVCa3CnQsE_Sw$UMF@v=moDTCb(+_KmYLbUO8(G7!r-fvIkMU}G$D){~1^r+;3e2Jw z{NdIx%$6y|NW(3 zH^9MG=?o;?CJ{8bS0Hu*DNGgXjl3jPt8Z^5y0paG+BJ_^Ic>=yDdH%?Pzi zFN}qTUw#zY5#~b8!UA*2#Ipci$-!JtQZ!g>>gq%rYrjDIYEUW*h=s&G3ohLW$(IAs z`2{_yD7d}E^oB;hR|I@pqj}-bZm=0|)u*g&O%4Jd0x{Rj7mvreI(ab-{_CFSZ*6sf z!i}zi((AXt1+gCENk>HGG_V2s@I@65wWHR{cf(p#4aTTkzo!J8?U}oGWS;AoGC}q2 zJnC-K!ng2MGnvJaJuLPFkP$Qm60q)g5`fD#g9>S5O#`ih`B3{YISkIc;~EaZ?fm_vXU9H&vWHbE@cZZ? zraOIolnbgC^B#z+_iudmteO2t?Sq$NWWIgqQC|qwBs&1#@I-J&W?nkPyiluK2WcE+q^;`P+R>RK(ri!c=DpQ8% zP`6xY$|xH6-nxJo83b$39xSW08)741_;Wn2jcQ4#&%Jcy2KZAk^!L9=@O>^|KJg~xh=azO?`ErJxCOiehpWLQ_x`oR-Wn%Gxl^0P{L^z_L_|MLkxmC4t@S0 z7Z=a06l^o61kr6G3y)aCAeJuu7*PhxA%{V#ekK`wpv88uke7BH>^;(R{mpKu+Hd?o zsX@usk6*$A3<&G_}3G+-?y$kd(Cy5F=zlygZ}i;3=dvPXHGC~`!c|I#BOL0 ztx-nq5O8kuqrlykb>2*v@Zd(4+4^ z1}5NnOS{s+c_QG52qOeN%4G+!zW1|NUiibrwATm}9Zk^of*4fhnfnS~$y87Ym+^^yb`fhW7>xX57VFMSwsOI(cmbv6cr_BUKFy7-`~z1+hX zFhpEDkZBUBJ%5n<*I}n?PvW#>K$-KLHn8L%FueKIUs;%qTd-z11|_@g(NC7(acv)&rc_$j&6Q-Lizr!YvwTlr=Ko|0IId`j6z}R0PI@Ryp#{S z+c6$ocjhD)am41!`y38JSz=T400Bwb@2ylpJND&6DmMA97?OY{PVuS^GUm>KbB`?) zK=34Op)7@I5IrO)gisk6+)yeu*9J#sD@W!Su+vZ0b}yzUX@4TGPwnJFfm#vZ2LHkt zcG^(g(t8-Hsu^gJGQqG0iYlDx#yEF`@|>L@dIInQrT2C-&iViQ#N80pzAQs)=i*5F zh}$96Einc@y?d0qNtV%j&ziMoff~Ys=Q^t$=3w>e2jf4A0qs}EMeW$&Zi@r!4yfF~ zC{m@jNe*dUg5;inrp)p#7Il1QcF+oI9m|xBY2REh@LcuWDAO}8^7NAsto<^O4!_t#t4(w%z!c+pccXC< zqw{xyt-EPor5p4zV$fCoUI}61C`d*6B zHj%`L>fj)VorZO|Ka|~b9CVn)2k^wkR_>_D4@~>o31s`hR=&Zj^>M1)&dMx-%CrF( zmP;qSnLx_B(88Kb;Bjp#Cu`3=*v6%i@}>e7Aoy0mFyR934cZFnQ+dt@e&|6S)Mo@c^Eh9xqptN| zx7_;Bh(0cWHZ?Rp46*a6s&7yJ5u-z(O2)hu1ngbi1~2AY7lFsWZoBdASURKXo0onD z;nzI`o(+n002A;uMoJqFCB6{mUC*QDRsfp6cu;h_%VuL8u3e3)xZ=?VhF-$p8#3ita@x#6s&-G zJ;dIIiQCSwYM)@&{s&BEqefPs^njRS>Lk`&Wh?mLHNIC|VoKNZfN@(e;N3rn99x29 zZv6n+D`9F0(fUkQl8T7xw=!|zX2wOWTR(OdTD1Xh#7d5C(DMaF+r2W$TPM$Hlp&oV zU`+s=2hv6Oh?wY;F&N5Vyc3tD8Zg`GC0>aqW|J=l>4?)c zC@iTTpyR!t!m_;2Q8kof441V~5-_s%>n+bq&%n?CGJ>@4Mw^+5N2-D|Dc=m@Jp#xPA)NghSZ9Bq12xSp*NJIfgzzd61_-9)mJD@X$DKuhy6Wp#3OWu} z8_zyE>s2`j%aJuPA1a3oJOWlC2Jn>3lmPD7>SqiJQ}p@KV^9NJGQk_^xj)^L!;Btj zWdd||kF%#PtI)bY2e?iFSG^l7onBBE$jB30zPwZA9oL{XM~iZ|waYP;R>D{%%(CQ| zP99;+>+-`G(#=c=R}i31XTwMU#U5_zu3J|-D<7Izj!{9~f6* zz^G^nOfdiPGhLbVEmK0RvUojApVyUyKL4r^jF`&mn)KMU-+>kQa%0?kbt_oIg&V+u zViDkc6;Piv0M1L*gP7CYIl!fBzfu6nq*WQDW?|5A@bX(GeX#ldi_pVCo5!?AgST$} z`(3}>6EF|U^?U5A`%A5broRXZT~Qn)7AC%+osnZzFgw{2_9&N~dOQsy0drhXVP0?7 z2cqzX$lOV=mf#PLXrj}&EgKMTt$?ahdN<_UaYJ}|wPUU?2CP&854`k-_MoCf>jKzX zI{L5PtZH>+l`j&g)C^%{1@;i9Z>2lTIc;s+p{o}I;hCuY#~m~dmPGD@=mvE zF6Mz{cPLEA2|qB_)$)OyH2Y(D>PF*{$_q2Yd0-Dn$9|RFFqm?bZj@OSC^q?h`Yr0Bm5X^a4}$X>jFPws!u2#`0yJ0<$8`7?O!EwyWI7hux#auY{PV%Yg?hi!dk@ghv6AZ^_t%irDg1O|qlP&&K; z#Pf%!l7R}a`Fqe0Tf885YG8u?0NhbssBsgbD;$h&0bC+nmzC?p(8ZICg0{Cly&1w! z%+3&v?xOo;TY|Nu%utn=_Q^?R?^c-1*FsG1?<}39kLWsH8;CcL`aq0R1)X{jY-OX@ zK8V*~h&w^tzvE!jaw;T1Hvxt;?H_VR7FIK8JQ8dL6aYG=4uZ-Y1^TKsroTAR-Ds`z z&;B4YI`?M%8hJ%Qp|0sli>bXOdtXmC0XZuC-eiobisvj4X7d)7>aI{CeOVBB&|1j{?uK#_|o>HOQT!U$q6$x=E z$ru4!pcYY+Aed6~OJMa2LB6ZZS<)tHx`6H<$RQcBdC(bMUR%QlzrJ6L;7sRT-$B5r&blw_rI{KvlS^S%zictHzP=Gmz-G~` zk91{q=ZoCBB{m_^dK~-k&SxPQmYjIs>TNl6JmuQM&_dmd*;xT!&~k<7!dJEmn6F1= z^u>!J_d{3@>-1nGy1UNa$8raznEq`bmL~A$DQvyyy|?WmWoY z0-LB{!XJ`5t#4TYXVmlPgra}G!0ml?`xZ0A-RgOje#@|O2ADtn4sRH&s)-<8WP|HZ z0qsT?T{i+!ouVJAM+_UeC;dhz`R{20{{alifyLIW4#8}g-4=y~{e<=37r@M8hK*f% zm`-7a3Fro(H%qrD@5>iRhZsGkO*;IcXD{k5N#SEvnOsxfxK zTEG}Lu>wOXCL5UmfO6~jrXL2XX-$3m;Lk8}qJIP-+$oR{yq*Bz#(bt9=A+fu7%YGQZfX+b96a{k^Q^;ikigFMZ?C<@Q&q9Y0K?8;2ZO=p4}&r3 z&%Xd>&2l)YDvnmO2%^S zJXafL%iEX1iGc-_Z=fxKhC%cV@X4+}`U0{y=*hzTxGkdc+d<(JB6Q@794`3IK4 zs>K$yFrZKB3gar^a!cGA7a@AZ((7N&Hq6E!@Xtq{b%|y@``Cg-@J!mby&<`jP8vbL z;-*rd+f9ir5JG$I^3eIabD+=goGLM{yi8{}On|wmN=&N5z@N1dRj=C9p%(fZ2seQp zv{_>8eJAO2r;t$gZtk+O8;oair~o?#0+j2Av?ua&3(Rr)H!g@>0SN80c8-Dgj*#S# zxiy%J8CEWdwFIct`r;Mng>ftyz!Ri`RcB9IX;||Az3GqM(Dp9ovkHKYDh5OQ(==o( zPqYmJyqJLLL!9PI;y~J$v+~%qflZM1tq{l@CVeMYPYF8r7+9-v8eNeA610j)oHL|D zJHX-c&LfyYWlraoDPG<(yZ7QfOg}*p#78H$*3)(#h@{Wt7)7)8NKSpsvjsy zN@8ZK=kAE!3u`q_!yRtF5|t35Vg%HQd}&`X%sb|4)F8=fM6 zoQv{H@9EMfzWj}-+|Qw@KyZ~&&>R@x=rAzB_$T+7pwW||ZLEiKmfDf3P4IOdyBo|} zfEo7*Ga{fMi1%2487}BvAGC+IvAC+H4(e09^|?iX(d4h2q4+lYuYYhWS2@RdwxOPE zFw3ecfdY?YOLjnXC2R*B!Bn36vS1hr0iDMZvxXFd@!lk+7|`Z>@S}T0Wxb|W?)=dv zwQ7qE5>N%otOJ_bz*ts-6%p(PCQ+M|(^D~IMP!tRho^B(KnEyX)a)9rk%3_Ku|cFa ze0CzTE&V;safSm6Go3Ix7WVVpHF*KxXYMTq2beidELPsWfZ(aU;Pxd97LW#F^!oP} z@!!WT)A&>dry+0HVdqJK7@9#UiJ@tKOyrrGK#rkw5D@s~jm6quu(S+UeMg0(ymACb z41zpzZRtOt&T9{NK1cltzDJ0!LiLn4uK&7CDuinxgQkm++fK-E2P}w7Z z`oUB8*DYF$!ep9+^~@voGR^A)vCLmU`(1T+C`B^nKIoNs8S;XqhJX$43&-;}b{?t5 zd}CnNEnQ3j&z$OO_d3uZ2w=pS7e*QPiWnBL0MQv8-`c=v2pn<)vbb+SZl@=dwaX97 zFh_ejTRgi)V1F>UYlwFDiG@0+eX0=(Jps&2d7nGJ0_9+6&*_`QHX5I+eUMmf2u6!t zADzo!@O-31?SYy0T)2*0T^rkg`pv6s62M-*P{7XZP8R_gB6{aopP36 zI|IFP%b3D5lU|kEg@fPy{O4}@%q$(1qS=Vp?-|X-0!4LnU6c&KIRdnA@k7#Sbb1Gf z4W(s8?S>m?+75+k?-Zf^0A<#sj^t+M-K(b@xciizeKQGhKkS?OtNox^cPQp!<~1A6 z7SH5iC)QS4eG_>ml?7tgxsxF|bJ6pY!c zlC$-w_6q`0=`1>4jnlbvj)i`OGN?NL*ubKwovN9#mHWX)9N=rF*1$L`Se}9W=;=%+ z8CJ9OqDB9Y8*bJ9HYy`x;x6Oa@El{! z#mvt$e*~jL837;}_51lP20Aj*;RBD&5#2SxjU zYtMxfEq*)ysUoxBTpU-y)p5l-RN;>XG6@pRVy7tasggn8IP0`q2CiJ0y~>Mb=;2&J z_{^$I&xfh=VfgJ`&#MYpW0C@tAATDpu3ye5guO9T~y zRBvhGc+@B6z!x_|@#D5vbM3%^5H7HHs=J{HGI-p$#yt2x@4N^Oc!JoaYAmWkm>7l< zup=PA_v0r-5q?;Ekh$pJJ#-QZcL+p*=pE+|9}9=4 zxXRZS3QE)++bc8G3Z<+Fv*~^f~xz#v@d(+r8+T&jp-^y zWBUGi&#N%-<_K)>+X(#ZEhfHTzX*mIsLNPo($EhXD*=b-J;0!SzRE#%y+lO5Th=xyu%u85scjF=AnI6EpoSh*^zPNn>XFHGwMI zmo^~&@{8Z3$uYAK-8PLz86}x>rt4KJN?e;_!U~E+g!vWHnYJo}pfVK!dyqBhOrnY^N`BqY~AN z48Hvx8>|N)TKn$r>4!IE2u|E$1HtExt`$Q7RhD5M zCSX=4dNEl8hIJ!tj7-=%m_rCy!l%ClKMMLWoX+1R#+oDAKMyg8`oU2}7((0(1s5y3BWqF;;Do444i%YbGu|&8aph5(AmXmUZ34`?o-44a# z?#ng0?h&JlS|gVv2<91egq;4p=;LjjKAHzH9E$Lt+|Um>*v%*lR65I`M+7q%U^)uA zA?WBX6PPuTgI79Z!&hM%taJwl9C8ap0Uu!6am&s}z*rfS^`J{PWr1IPvIrdD-9iT| zqCO~D#-#^>O3OM^quR=t9VU=vF)(wJTUV(BO)c~4Q_ySFn;4dupq2-Zfwaf=SAFzL zCcC<#_vdf%at0@EDais>X4eM38$EPJRv%a{=6fC{1_!X z#Y81f3G4@rD&qYKaCZRn1hw~WIV(>TVW@p{m8%4nXvlY61gC3wvPclH?OlBKHAvU& z)Jlf=04Nbux(Rj+BrsU}cp}fD{HfB~PkYMN+LmcM9&=n{tGrCO_D{~(SZ-u5Xv=o0 z<IW$ayEcU912;@1vBQ0FHkZ!T7zPS!e-T?!eC(WsT@}V z2JMk1kXwUb06jL72i6Pv?(x?w?5gEEkAtCcH$u&|r5Lw6TQjbN=bm=!U~$!qvDE>- z{vu17KY2;CG7+(=Zmb125`r0f=D?*F1EQH*^`H)rAb|75pvw;*3Apz12zS+3IS;;a z%n#gJ=@yj`48AIHXqQf?utEnqox!wcZtk=yo;wOO{`qsAfnC+qZ0+d<9Z`itLp4={GY%1JP8OOOf?%v|1$Rpl1l#*hM)m+p_%exB>{T^>EWA~5YT25#!9F+*sd zEQ1_i*|2+_dW>GpE8HsdhTQa1<>4_KgP{(l7{J8yuh6Yf+Ut}56TYnUP`hoLdacB2G?O)+#hv5a^N8&|m^ zcJOV#jn4mi=J+q6PA!_l80a1m~23x2vs6sEKpA|f!pmoHJu%kGZ*jULPiJZ zV08j$j2}~k1ZcnfbLCZNE{zvoV11N>jOT9w_iCKvYYSRg2?8cwR6kR(7j!_aHF#rx zF>iK&%D0M(k8^d!z7F7i^V8FV%-pf*{oq{w%BdGZ=vaXMiPpYJIl@$QVp0jV8SxU-KK4*2u059mId+=e@Vp8f(m4 z%!Kv_F;>egdl^vK_vOzZLYQnJY^ef9N&8Az=|+xNcK!DT3~RAstzZKrn-FNf{{0w(C!IZy*Asjqtx!o2<7WA)kx=`bkq+{)~O1WNz)_OmZB z3mAJHi>%24R(CvzEk+%#_6tMXk^lb1OMip{_^UMXQ+L`S*cQhlWb({|kgPbtFpDG` zWQ~|3GuK_Fg){fLZ>BMiV-x|J0qqk$#Zb)bQ6D~C0?y24RcI|~#D*!MV!)iTMttXY z8`!k7Qh3p65TK6skr8-!TSnK;mxHY(jtN%2fIY*y4Y7HyEOs-Mb#P_P`iN^}P2`z; zH%ySs3?0ns^=U534Rqy&k-<#+D2C!dc*Y(G7C|2f*lGpa6kX>`dLxK_(tZe&dk1V% z!5B?|&H`#h?B>eJ#d$C?(X2NB6;|zUbDXJ}1uIh?gQ|n~GQrSc?dN+8sa)^nUx5W( z`jtv{zEG{Eh?&s!6&|rt}r`X zzPtMbM5Ft6k3Ja)Wj55?;AdyCjVZ@qHwtBt3(>L$#+Iv6)!=S!XuvSL2uyJ9X_4PM z3pd;H^^4%15lo=J{^U(L3cMS{^>AT8F}KM!v-2&^HnCSje0C#Wd@#n5oywp}gP9!e z1@>d)>n0T~jAwM4D3K5<>P(=VNqt^(u#Bpd4@&6A^Uv0>V~nzz)UArevC6an$~~Fa zfQ<;6Kn;6jIGhy~!kpv91l<#hoo6419>QW%HhLou28(ckWn7mneU@+tQ-aq)g|Y8QEt1(0BV1#(0+#3tyTAf6~y zdva-fI#hv8g2>h|Nc+0YS{4MLJsgW!+QoX!?%Bu82y_N>1kHkyKu5SGSJ0NKMX1cG za$XNm!dFIn*>m>K&GG7`AbT-)if9+X3~mLTJ=s$?QwD`c0y9h6gKpeqB)qEr!UNrT zM_1Ju24T$rW$DL!_72o|khc%_8MZJN2%)0=`KvsTFXBQj-N&%(w*v!s#)jZy;0MHz z2jRd>1r`^%5rB(X6%|~yIi8R?!OH>;%caWOVf4)Do5d{LD8iqYUg2hKLE6L7>E#gD zkWdOxcg;FDFmEkB72YXW83x8iz!wSFSz18aeOF9b?Tw-cA7osaEx_dT0C*aRuLG9p z4F|eRU}<4=fGKV=MaBHH=P~G)iN?GDzJ{x(#{hp3!kGxXSawBKN<{bO*4dd?X_iGnB-Vo8nRfJxhydaRQf0Mvl$GQpV8YQF|Li0j`+Wf7FemuPE9^8M?p$EP!FIRF@R z0XMRy{akpE7?PPVf+(NTm>P|0J;f|#H#30*|M!k(Ev|jsQQEcND>q}1YZwM+ItjQlE*U8N>djh+oU~3C zmOvplY+xCvGK2=y4;}_*usq~#-NCXXxfnPRQ@Eq74kibG)r#=+L zh4a~!b1FGh=EC;HORU^|pbC&xOy@-N;(+!w-`r?bdoY+mhc7+9s{Ozl^#A?J6W}ax z;Ny43RFGmZs@l{ZS?-e)WRYpLlZ<-vTtkB|Y_3cx7E52 z(Yb#h(Y=o61)4AldrR%FN|uVF)AXJ_eDfQ+Cq&@h*q3*t=y2wf=>r5|FY zk2m(B2C;m6CtWSbhS)#E6R1`v=0FF?`3rY}FNkGzHeJ<_j7QxdXETzwmt_pjJ9|{2 z^&JL=wIJS}l`o-9`1@;r(=NICT6q-rSr1~;M$d!If^=}3qwn1bZWddQNqbO9wSEK? zR$H?6cM7qp%QKP27$JbkV`-yd%6aGi5(;xL4rm7BJ`zAXcUrE61-2W7F2R-$ReT&~ zFjH9*7(J>oZPY*6oWyJF26xp9T3M&(nGjW={qA7h+P_qn+x~jPO&G0z_FL`SUuui6 z=&&#>fVD5voi>$adsjo|4(Nxm);n26yAd;>;>jx(gIG0}U*IBEiU+`J%oE^d?pCn4 zI>O${2<)R%fjOth=n>xA-+gY;kj3O;ECH3urm1z7HK3{s8qcxoZ3ISZ$zVV=>!b

(Y_4wkeC=E_J1=LhB-Xp>)yGGGkse1#8cG>FIZG}@N{!dxc2($77Ep+87){W$B- zk?sK4v8J=tsaP1Pxp~F(LRS_T+s>x9>3d0GtvO!C+zO`S-M99q=!1X0@RH~Z)Av6b zY$FrVX^?Rn$*R;HFmhYxN=v-Vq3T53bq}uuM2e^!iy2puYjoM$VsjW~#%7usEntk* zy|hFuu@&0iaHbh(CSoP`R@~JXn9Iy^+<)z12*CX>KYda()w40M1=WcWe0?^!izSnu zDW)caI~_MHBk%wRd+^!Cu#^H;t6*!ix3Br^FJ!Qxo0odI)N8*1s{%3hz=yAh1ZUb< z^ikX%sPX3>ixSJZpRjSWDIINRZMJ>)+7sSeEGf2(glRg@2$}@_0Cev%y>_gQ9v8$y zuyAOnTL7lz|4`Gb{!`3%W}FVy?G1F7z**Oz1Z{$?=@z<|FK5pJB0x=ZV1-PMP%3~Rm+FSgBYsdF|Sp=YL9nFi{-^h#q2WL zZ<4Aop87ou0wyUid1w%P+1}u~?Z+jC?R>I3l&=L0s$`7^%|?@$z=Nw?8NPE5f~h#p zu-v#+_A?!HXIBB3KNCTRiZo+fJs;ZKsvO9j3I-rleL!&GKsLpo!)$Uxk?6cl{wY-~!JE!!#sN1gcEe zo(RkASpcQ+I@us@Nf2tyz@tolUCW#b2p~B8)tGWQR1`zK*z{0tosfAb*HHbMjVC^K{-WYS*uyN+NdAFkEQ=ry&~C6Cc{=SI`okm87|kJ2r@Mm}5?FnU`P%D~eqyFG zcO#*jof0sXhKxe6zzQtU`4BZ~A5eifu1PQ@f38_$C9!ZrihIF_8E#cmd-&36P!Xe| za+!|TvAvJ8`Y`I#SJRk1+|Gt7a+z#zuWI_>kFFhbML?n0z`1vUj|i8f_aBRlgU(0| z9&%;$yHTKyQ7^?5Hx4j5^o~3G;NRbR3ETn1Jf_7O=_s}6eoCf&DlaYA z$8HEXSY61;hHn;{ev!wMVCuhK9!Wi=_a98)mpt%c8)wf4i_h9tH(Y)0w-G zUE;5<)(W$0aID*>cgcLP9i0>k(kfFqua4dm7*p(V8SwHTe51wNz!$95J zsk{txDAvlA32?jum`wDnDsHlWZdOSHL5~8m5`X3~!?DZRwSi?3;K3^`1!FTZ4EyAdYkp9fpxpXya4!IF zGsXTZeFX!`Am(cBjegb<0IgFW(F+0|$aQj=%o#_}x;c>5D_}~k>LXEFAZCZH>EoE@ z>XkaT&JeA;27%)ta7@!6-?6Sj_V-N?Fs=O*kUf){c_CPAUkaWI4PZ*M>pAj;0LOIV zZWLnB#tLJV8}*r~{$ZEcqP1Bum?zeuuzPKStc&!=D9DBT6SN%>$@u1NaqrQgn~jCe zVqJttnH)`6&77NdHenDD!Zfa=QxEb20DV`)3SeX6>w>j!X&p_2DrhK!EZpSrTsCVe z1q7%F_+Me+1+tz5b`bQVeNFDSkG~4#V5Us$=IREjuCspr&9I!a&)|TM@3{6y2wrXz z#Jj5CJk0`bce65B`x<9E^bg)Na%r@RV4Y^GHz;8%VgtYQgbG>qMDnp>m7%;6j~7&W zCRRY(C!+)giTfAS)Bhjeq>okkbc^BCLn4>Crw&kkrr&_}lUc#37^xLPORpRP|LZ-s zwk+}dK(Xh_wrJLssFRm3e)H%fF_=uV_*{BL4iZim11cEaP(zt9g1H>X1|}oBLN5>M zVz>MAolk=U=bo8p@1l2AnT#WwRC$O!(J&y7BS$ZR?CiTD<<%*{0VUOxxc-Aw{F!H zE-&NC+o$gHUJurdP?X0wT`G3oNj8{e083J!!q%)C@{(u@OWNM*)jmfo6CPYHGqP32 z?$z#Fz5c_iYFjFJ>wIUB&ua?IY_)7+45~nTN?R6m?JD~=nAKhSY%%xE#WjM|(mJ%S zo8Gu=-MsW}6wqA3f+{8}50nwncgfdpW4hCr7k_>ww_KWHS!SqcADK9}|zb&a} zDCil0nSZ!b`?HG)or_hew9PTFo|l}GoEexXBQ_X-F4i7q0m(}_MRR|uj@XQVKoP=O z653B4(sR3E+FECqWwK7R@+2w*&>FdEwjAYD?NhB7`ho!MYdMT_qpB#bErh%2PAs1E z%J}T2HKvURd+u5zn1D_bWUJR*{5d1r!A5-LcvVGSd|+De76v_PBXV@rsXstb(KOA8 zF}POya*_L>v5MjyupaR?-s%iU8Bjd@(eZKt@zRmcpT zZRpZ|#K@X%uvs@$F9&kff}?}p^(@wp?f}dE;t}uzAV1!)0F^%OGi9n2ipBo_;@#tz zNv}@)>@GPXmW_KEtb60Z2{b!7Dr&x4Z@d+!h-|(Yfk880Ud(Tl5JibUt7KSu-yVqlm9>2py71c3kZ@ z(HL3Fpe0(&A?d*#qHT%*Kg1Gt4B!IadnJ^GHVFFLt1qORnTUW|yLmj|Fx_edz56_v zwf5K2nlWZ8)8Piq%q$kDTR^VLX{IS%wFKf_$Y3pe?U`f_dtd~Lxt}~$_`a&17#Aj7 z4@gik0D0CgCzRbTiE?Ol)9aL^b`6eX2hp)6B@&gwrmtqhCGAxJBtjk0_M8`*u z(|rs%P{Shxj3RLD_vzhK59Y>#GlO&_e|P)i7>sc-Tya`I_r*~ZNTB^4PR0KcQ;M#r zroULHUpxQ?tk_hxL!^QlFTbNIylEA~L6>Z9$G3XW&UMs!E7bnusA74I#boRTJM&X8 zfo12}L|kwo=<4tExon06uu&;Pq5W=U5MAgAasb7EehgJCn21)dhWe+QkEO|>m8(Xk zmmq>g9o;8`pk?*a@|H1Jrg?7_r~_oc!~_}(N5QRIrDp*z5!arDWK+*h5Gs1S5t6CSI2jxYRi^NCouHti?LBlW zz{a3`tz3q!5Idhm?l@|%)~`JhLJnZOb4x^LemGCGb9I>@Eds1J0|*#i=59Tv)WyYE zLbv$ysK1;%DJF1}u0dIq0j~s<90rT~{sRMxWokFy+&xgW2ovizmsQci(*W)*VSMXziGK_qR}Oxo-#Ut5Px0l4TZL z?N1+z;;GhG!F^4Dl;f+zxdos)Po($fzZQkHpFgB3-p?rj!)4IHDW+e1b78#_?Y&KXB$x0L2HU2*nt5qYOErp4?^WeGt`f72g?Kj^um8W^_C34 zy+Kub{Hq~&D5VpKo}>HYwI3g0)%LIzaXDNi@b}-|nk1TVkDin+(Tq{&ADo@?bMp7# zSwi%Ks-SJlh$}AzF<~yA42x$onJNDIiG~tYDC|{&NVp=MBsP3$mU;Zryo`Y(%zYe5PxaS7ad#j(`b94I-HyfyxQJV(O{m$-|Q9<<@>% zU)6q@CR`Jfaoagcd-_libRYx7GyxbARs|!w0s_>PxPG7=RAbs=9{d;^Fwt#HDrcSw zP>bv28GitGt_7fQ0L{7c#dg`&o~M1X47TWz_%_}WLM&kZ<6wM^_FPH&P{7sX{}6zG-19sO+$cw>m8l!4*m6aHYkyUNTw-&s;B8=Dp5FzHC#hs% zFz=W)H1MLlrb+{7K%WTk3-1hq7pjdwJ@wF~Hz4vG!Pw{kzv=7Ghz9=Y9m!GMGqbKx zBN%n2W;!d91%LD)mjy6)|NI0UN0;Z%UTWMix98jAH;V~8 ztac*}B1ktt;fv}R9tNR4sK(gIa$G$IwoEqzQ7Y3N68El(CAc248N@MP2zd8qUU&|& zq6aKFwR=37HRh1$4=&)A7?3l^gO9Sj2L0P*BABPjKF?SG08zob!Vyq_%*5*lY%%sg zgMY>96r_PZ*$V7Y=5>tfv%omT0@E?;shkPRl_!=$W#aJVH&^sS0yEuQSkWxr6rM1V z>*gw>`;xy@4((9Brb`ckit@l5d6G&{Z+F$K_SZ_Qx1-u4O2gVFxfotF5cC76CIBn_ zvm3z}&=sD#@$9`&ovW4i8@c;o(6RW>pR_tjKbr1iaxyJ|Z(h1N)DM!k*NiH$f%jfJ z3I6S?FUN_glxN)yV}iObM{oJ+cGWZX&%r`J@$!~{@L4&4D`w*gk>PIs?cL8~$b13L zy$BW*n4&Tq1654XP+dU47Rcz^kV{WDiV2+8)X~n=G=sFS`9s?E?_*3Fxtt z5Z{e8gMcE?&c~vlYTwR|g<|vqV|B*{nl94wfcEU@Difz!o+jnXt;6YQhqNc~!>E0G zXOH&46^s^12_^Pr>W$>CZ@MO8YVNaV>9Dk;whVesJm2WBJtoj!R0R2_PtpJcG1Z+w zDqk+V)LR;8#Q00*;s{7E&2r-o+WooOPG+>A+9a|@6{NatGp+)65!WBlErYry3SA4R z1OIXIUJO(*{`)QeX3sms3}YPMIg|_0H=Eag`W+~R4ory@Pq5^j4=(#z%IHcRs$#-z z9bn=~Z9y|)%U#1q+mw~UFL>^J7TUs4#0B4$*uf7cqy!#y3 z%C^6YPui*DV%p8iy)oiKfK=8Bg8^hU+K-DSoEzOJ5`A%zuIiu@0Ny8UI=OD;elZ{D zR7J-Oz4#DVEnU9a0JaSh@a+L_2|C>3bXAnPGl;CG*LvQv-~E-n-}a5IDaA4X zAB!C9g_xSrEuvJWMML?&_uO@hj9D0|%c3vwF_T%y^Qf4!)W3)OE6zWAJcCzad)A)0 zy=#$BKRE@){*(^#?Ti6mNYnoP!uFL3ic)Q77CLbL_P@P+H)LMhuuAhcpG{+)@c8_` zY4Cpu%avyf9Zm)v+@4-`!~rHbs2sw=eREv75F4pNO>sgq%w`KRe)Mv zejdac+6OAU%s2r-B4Sir+29+2UZANAqGIjS`> z-K#hY+KV*RbxT!xC8@;4F(V0bptoqe*TEt~$gT~}YdTEx) z2(Z=Y@CuIN^$jZRn9v{mp%0vQS5b$S2J!{51q+x8$3RSLZ!t|}y#3geTD46~;6=Lj z`EyV&J*bZ@(7IKyioDv481ghWW55jBSX3FBfdSX1BX8BDJgl~J{l}MH!|Z~m9Adih z1e9s^DHVS0i`p8wwYJNr!DB%!+5hXl`~KI_o{LAssG>4=SluwfrY2;Xc?hVk42@|AFsI;d$3a~@4A@ye(7nMOvOs`Y5xmDZXlPw!gP2vw zF;H#zojb#Lt2)s8^d8ea00gjX(?wP8lmUCZj<+9mf*xiS1N|$|{s_Yhd4z`Y2p!wd z_GPlyT>p)3bcEK(%GS{iZHr4^<7R<_0Zl4Nx-s(f_xCrmIO-Nt>bB&F3DfR(Lh@t* zV_ZrHee=pYf|N!B)(^ zqajoL$!zfXEPi_U;+{*7r~=1zryo(KcOH~G=L6V z{KgWPMJyIz|L0GG+rE70_meGChRG8c%rF}7-wsv-0@%vC=fOJtkH$cJBhI^DTI#>H zScN&j>c}$TMUHZRDPhKjsm-XvbzEfU0N6ngP{r$niVn_O=a16WC1E?@T_wKYd%=cd z)mk>MvK(${Vb1bK0)JhDk_d{*Fdu;k29@W{X{~`vYv+ZJkd>rtu_^`Lx;B0Fj`lf> zSglo#b(1oo{mNX;`7;|b{P#zG17%PKIxmS7RTcEvdogTZ9-+qt-AlF)pVEF53gfY4 z-L85yvt}98CKK9!`B&=)L19G~ib4AV6{vsuB{zHh8D<+j17v_wjbL%*V&F4NN4ERG zrH3)f%>^44b7@8p6lVvpGO<`)MJBRqs_sydDz?3RC&!!_evbL_EwI}#19+Wxp90$| zWEKIoc~%9>5Xcr0#)1!=R!2ZziCAFC18RxxAxv<##lk7DJsvKsmW~ z9lB}~Of!LJXtl@5Oz1q#9;R@US{*x^=7FPOy-){co$OstC2u7Qgn*1`cd$ z|6K+}Y_%ObJcd6%Eck@Tjv%La|BEWkaQ_Q?~ z0%(=jG}#k`5i@{3dR+U55VTLvFe!j(5$)XZl;~6ib5?6p^N`8;+E1h6^Ig@WPNw=@ z+Vd|ys~`E#%B)ehxmlp5J5C0fbQ6^IkeC@4F$6=jfEvrS@1&@MYOeqcymP<=37zfZ z(7IXBz)5S~S3h_GippJRGxY5&NI(zSK*gX!kYB?-RZJKhoC{Q`wjRPOw(>|uVkdxi zp)b3at9F7ryP>f}j)DMB5yF`$^QyT(jRBR@+d%L)@-p_rJC%zmy3)Pp*cG@`c8mZJ zz%=9~)D_0W3eIq5=_Bo1DM$IdE_w4=chhu99n|nvuxoe8LE4wk91)!xPXW#H$~qQ; zSiW4j@1Q~ZZz6N6VWCkaYl3P4nC7!gz_iO91pDAAuq}FW^WA&F{aFgNhX&c8YK&ky zxW=%av`&b&e?0Kr?WT-laWxpIgoehY174s6TImfJZoKp(-UaAsRPj#ZPFl=7RPY&d z&>iFn^07IqYyIgl4CzXMrwH=G;zeo8hkWyq6mG{q4UDf&1Ut?jKa>bH611Z-B_(Xr zcB~qP7-oc^wT4GE@#GU~E8P1sC=BF$?uV-3u$-)#<0mT8?fzG(k4bcEulru(v}DSl4{oZG*z2e3-IXAK%7BJ8?sYKmgro*QWFl6mBwbRksxU z>A_a*qbjAIu(k70W8HC?W(hLWbsQBfL^rf@eSp7m2m4$oC_H!DdukX;qIsS-)Db8e zx1<`cdYqI7z*Ne+)g^4TL#T3IOSNENa^PCnGw530U)?Y?f}RJ?zU~Wd;bEO*0Nn%} z^fV16t>;I`sF?BJ{X!9_pZtI~1I9{t+R`UKl%enih;4P|AvOenzU4)1pjJ>}1DGIV zrXgoo9loerXVrR+r^7TY=23|Ef6*a>aMlLknqLAwzr_Uec>CGiPw^#U$Ru*_RWAde zzxS%GF*0xBnD$9~jHj6hIwDr+A}$h`{QHZyd+1XKd0<&{NuX^biaSZ{Tmqk}lLJ(( zU=Yjo&nYkSO4@&#Tjj73h*t9n?#tKUP{5&}Ed!E$T-6~o<%hgA?UTbU^~Ydix&lQ9 zz*N(__EKC04^^)4=cX+we?I*vq(EB))DBQMXkvAEOJ*9vc|qENrT!`K3qJ%?nO8fK zg@GpQvBjJQu6FE=*PSoF5X`h)Nsze=s}nN-VBz*%c$6crqNwaE zw~3jz1-NGBPQxOP(}C}|2|Rb3YEf__6IWYW!g*0ZD4a6=8 zB(f;jdKk@4P_N;H&qA3IT7k{>Uyu9&$~MR!#KqTw0JG_%?=(WT$*}DJWSQvT%&7~% zk)bOD^D1E|1w6iGwk5$>QUtZL57!v4-XT<^xHy3*C*QH%zx%|*nIkfzRroa8;VW3`RsH*uH_-zT!r1-vr_bb_a!F1WZk{_b~Q; zAn!MS1pdZ%!5H&=Ryt1yVtYldiP+0op+F}cHO)n6f0{{!k~!uG{x30+{NBB}d@RHl z@s#L&p7nEijE^rP0~m&4hUpq0EE|k5S^45QwyL5nFdtX0NUaLm#ul$5Xe+6KvaQ|S zOs^NV?(Bz9b-~kB#&$y$>}NeWiEdAIuJG;Ofqnhd{or*nFFfim_dcR7V-!oxW#&V* z$8nZ5FjAVyBtPKOSxz^OftZK@lY-@O7-XgW>Z@Q)bO4J=Wf3&GAPOYlb+=eQDyfp| zsN|<8pDC*|Y;!|qCg>1X<`@U2gDIl@7$@X%as@p_-?C8s{e7Da)w9rmo(QmLrs8^4 ztjAdC?Rn-qMNaTriO!^a` zM$kgLVRMXYU*sxWxo<(*J5OdZ!HqIx^C;K8Dlg!@U-n~=3hMdfG4KJ93+NdxE1LI1+-nmr#DoVrcE7-BLdJAMOkv#{kIJx+D^d+i z`>~c{b7p4O&Eya4ggkg7>FyMadqV0Y<~a#Bz_jl(vK)d&?`S_n!H%v1`Tlch(eWln zM>^f`-*^80!VlDe5a}kS4>vuSo5Cb2v;!Xj!0c<#Cx{ zdf6LOEJmE>rX3Q&w&xndAzT=GV2YCr{)mjhGd;m7L3LuPW7L4C2G?Gngmbr)#B1+j zg(aIu1h>gFIGqNV*fAYJj07`IFy5c9y*ooU>{SBWSvT7t|Lwu^56$gBn+NsIOm(G0 z7EC1eX@7zF&s*=u5MaXq*sW&&e)^1z0$IQx{6+>kPu%YogaHd>ALy7&s8C>VTnzMn zX|U+R`TVhg>^`5*iaeT_bQCu2KNLe5Ibd1@_{!g2co{;Kav1L^@Uie}ZqZDR_4Foy*LI2$6bUv&V?%*Y<-on)#2OCpRS zvO{_Nsv|w9!wRiTMvQFjyHB@5a1qP_V^Zs9KUe)|q=iX%?q;?!0kfDZV)i(%FkfSn_R(BY_zu)owm_&97^Pzh1g_B@h zoS=A!-uahEJj9-+W1O8FNUC9rD`YkargV+bC@vX)>psZ!Wj1QwS4X~y)%e~`A>gWn zJtLU0;Vxi(!Bcd-fVbe@(gJueuOt{qqMHO;BD{5jDDx1uy|zU9`qJqlaFssLcvhYR zn85M8-O1rFvAq5C*<6<0zeIRuve@TG4nkpB11j6?71%)E_45&sz(*6nh%p~|I`fYQ zy!mv=(FI5@YbBq~1pe!e?|?goSJ{iS6b28_`=`NxqG`6l^FII!R8E1q+8;Pg0cy2p z%ntJtxbOfNZyqG$#;sgFh@CmjC2Ic+X1H{WL1PugQW0<=I=CZXE??y&b9pwPs}jPj z{jiVBgY&YP=?v=H3YZDB4${Gpn?eo!5O1+?zOf9xMDt);F-3HA_{{k_7CB-Z2nyBh zx?&8j9OrgBwf{sE^NqVhS5tgXR4=GN#j*1U>YdoxGOE7#k&NkX9bB{x#KWgp(!1aC zH_O9JW-uMO(74jnJg~Arash)5tnPll1vjn3ke5^w;?)?f@|8DY19Z|45G8VqsXZtI z`WuMj>Ms164Rje)3EGSCg65?8tc5f;7>Bek>|_u0UoQqP=3bbTqbzB*bAT}(oS6UU z!Bu*9Esvb*x%e8GAa>8I7qNtzAXU<>8TA9XsLvi!)xkr6iKMRX4oEA=1yp_c-m;>2 zC_tpIdLo)Bx ze`UnQFc?AlB=ZIcxONM8`iHNBM}ua}i}M~`+0cMqP=u($S6sP4)ySEYj7Bss4y5dP zO~ZK6Rb`I$v}Ldb<6fJ}Q5e%3o;jwXA+I-ooC7`0-BpfKE5tx)yl7ph3mbUS92hs` zvwJjjAeAkc1r4+WG2&nS{5HC7_xrD8N;vHepn2WcMGubF>tn_iXwwZwXxlQHE^>x4 zO9S&xM?90O*gM|qk=vNt_d)RP#Q;S zoxyKC7^(d@(T-|jDjsrt;e@v+D(jMDR235+Iuyz*iXH9@7n{06&$zlHtN~H~e&+U~ z_@PDUtop4^ITZZreRlP`s!y`p9tCM%c}cIi@S1+00njQa>Ij$)w<7u|6{KDn%FKbD z?%w+KNDQ3X78vC`UY`nZ?x)wE5)GWb<}H|uKt_c2ZwqMkwUgk-#Qc{BILWyAf*9^` zdzD}WSd|Z$GNT|SHoe2Bund69KNksJ0LsmvJ*H4MLdo;5-g2XhoO*btHTpsaEvg6T zwk*-YyCCOB<32sbi~x#3qwQd!mu?1+C~Q9*R9p?s5fsH8lPW>cps+2L1EB8569G;O z9E~FDnU;d!#ggm4o^bcDbX05qv!)vS3CzyQ5i=<YfLn z@Con3rx>s}l(3kuPQ`FXxlbmSnVfZ-SvH%DlUw-GjcG2Jh6rI{erosj*tpCcZr7UI zZmuz{CX6z*9_Jv6ftgSu`fv#wX;CFz1cW4keSAs=Tq|qwFgH6K#i>Y;KPa{p%mU)d zSe&&nqsb7!)I@LQ#pjj2v&aBYEUVw(KqZc%(D>@LWFiA!V60o(wfwhxV^45*t@tbsbYzTR>$ z)})tekWlxV>l;HMb$rfrF;DGqgFqH&HjLX@sAb$OAo`ZggO>yNTD4zP;q*t0sHxh2 z(dH=oXgQy)eQM2RR_9Hx1>XZO9pf7NjGzBe4vc+^6(%^q4exMQExVmG+RI-h0<0$w zgSB>Yoi?t7kGD|TfN2qpB7`&50hJ$~A=(#mPKfbH9YgRfIF~oUvY#$Xtk>t%gC{gu zx0poZ8UTk_x<0;a_k{%p6Z^opclr_FvRp*{7FW5iTNh>y(+f4ANik}F3pAv$l)r_| zHZkn})CxvjwNuHgJZ7)<|8(|6!=m=Cl991vkOT}%GS`@|(oM{(Turm+_Jc9rYysn< zV%S~)vU(cZeJ|cR<^Pn(61*T=g0bY?EiaoOcr23`#4JKM-^f)h{UHjE5FQr2PhM2$6 z*Z!cbHp$0^5x1hE4vl^3>Zwhp9rq?!5aFmB`i%7X8ml9jhq~)C9*lk|{s?p;oc$Z{ z1(k5sTiSf<9|H;e4e2G?0iq)DN{n`_ULy){ypw$Be1&W2(&MK;gmtmD>O3(ZMR;RMX_Cg8y^Z znHQ3wcIGpBhd=wtCPbXfMX!i#ZxPuR$*k7?KQ&7%|2XwaC{dsg5WUv}5~PRlzN@@3 z4_LqSFssNy6+a)$TFU?(P4!ArdDxc6JuoAmor6=`Aa)Dod?xFcuRI3+_36jSR7tYF1k0M4MU@+9>Z1#tg z4c739xF(1JR(WO+lidZ>)?DMrI0={(VWJ-S_;&4wt$B_P`V6R_*Da!`9kUZKAGs{R zPlRw*ntjJ&%cDy|LFb9G!e-zB?L+pEY8~3& zJ^bU({X&(BA%g)wF2@>rI1se5cH2QL0 zEZ=CB(H2A$W3S3Vtl&%^!Frqbg!b+M2aJ_Fc^WsyfS0+rloxlDA$T5$XZ_{5)8O>9m3L(+bb;6c1O=+1GKQGz z!QNnVT<#YSfCc8W=ycGLhIcr@GRLd>Mzg?t{Wi5b!=gjc#y) z#%TxJ(trK%2`+Ch*qMNk7Tp*r8aI3O*7qM`!{x0%ex??jYjkp$;IcX|eV>;W6gK4U z7p;-!GmF*3##+Wiv%9Xd3PV?Jyv;QNoZiSV(_@=zvs`*%V&XSey1;@HutWu$t&m4o z(!mpBz&NA!ov(d%GVgyLydO5-05Bk5^=cUjpWOXZt7F>oO3xOI)h;E|OrI-1X4V94 z$Z_D@`>L}HJs3&41qjsMUa7t1iE$BV9|!2>QS<4I8F?xyO&F_}33AwB5!(NUib}UB z*NH*hMF!woS59yFU3@)5H$bVgxr9TgU=Bg;{L@ds89X44xk4(ki2*zqR1R7LG59)k82`?X^b!sCv(;fD7^C9>uKDuAU^_Avu6>OvJ7);1bP>eV z5-`Ez^pPm55SGbcRZHbH){B4Ss%oc=GOx1H)v&J;2KJj=P|-K;S<0ybkd75-CuQ{c zT_PFTSreGIzkf#W2{Bf2Nh&}6dGYq`vE?wx{JI-=_cH&rpWU@`iut2f<87}i)xlZb zKrx>WfNFwt-}JIYHJIYY2980j`%nLoHK-y>3f>S08CU013uj9C_Q$&t0(N_FwC ze|D+^re!18TaPoYAKwRdk(CeBw1V~SXD$0P-vv<+Z#@LIXxy7r|3(qVlA$S<%7SAqCtVV9^bgmD$iMm_0xb zsQSh&{`5vy^=OgygtsZjsE9Z~rzV|Y{YzS8YaK)fh4rJy56Z0a$={Fz`RME}cUloJrNM(e} zjh|?r%7EoBPv0qa@W|2$bvbo=*oF>(vC`Lgx8UAfaAt4NrF(`4Tf(7fU+U}$Wn|Pj z#EZ?rc>QJ-aQ4ccpi<>r3?eVT4j#{T#TO9ln=T-Ox?vI5f93aEOi+NMKE43fasDOd zYY3=Y)qqU#6(}#{cI}P`M=|Y);H?Bkl_nUmvFK=i>vsu^>l%nPco4+(M0BLis+*sz z!?^ad$G`<&+zuI*(hSZvL65MYm@?dx$}pPGpH>T5DpvQmz^a2cq>BOWHaWzjoV#OR z-F7W`Lw{>K#)3$0uU#J|?$|d7V_Z|FOl6$AOFxFMt63BkzJn?QP49E|&yUsd)aiwNcd5E%&e;p1bTX6A{&t~qAG!a7r_1x@>PdDqoe zhLVA!<1H0=Uq5m;U!nl&HqffMV8d8G554j$Eid@kI}F;3)u0s_(#2VuT>6`jh$W`K zUli~%lhN76NAm&3voynvXO;c^wP&yW6pHqKBS^tiF=Ru>MjpgwJ+D~EK++2Mu@E;F zn5TX0DT{Bt0Iq``7g$8l{Vr+iak^cUx@rqk2%v{sMHRlF52zUz!77J0eIU|7B?mq| zZEs^!umEj&+S`xDpe7Zlnlm4lIq>ZRbT%*8;kP+>&5qpIjok9bFB?1oxT)&Kst7k}&r945Ffr&qoQxah{?bw4E+L_X0+cygr?lb zqRarPCY+*9?PJ*mfq;Plkv;q3dK|P5ykJ}gs+yFERT0X0@4bd$8#kvO4bTp9850+O z;Wk)!aQBbUH1V#LAi;{`l-eRo0;qeJ%~0^p-61LhBTk24a`^Z=*M3pBp2X0kT{`6p z!5q5r3RpOI!Ce6x)nuYGAs8_2JJAdO^2(ij&AdKuor4J5;`)z*Sn?K-T9^Y=f%d_r zVAs&79M)flZckvsef%(3BWU2$Q{eVIzyQd|tej!s=N7bg>U6VSqgRT-&;AbV@*lt= zKmfNHv?%(NJ0!hSDq|jU;pr2;y}T16{|5Uk;9=yR8L_Ea?T4WH%Nj>|Fr49&rr6V- zq8L^sWlT>%0uyxFHYkoOiUQ?D41$M%wEwnXBEzdF@;(15I1t*OrxarW_p80*=aWagqpm)Jku&`P9AzN@&4zQo+uRQ1 z%>>Lg?vssEkWdI|SO#;Y_ua%AC<1(iUC9di>-S#6;Jv83OMF6FveBRX3Bg{WGnI(`Q zn0MNX`V21@dZ?lnOob0xz8v%If`HY~x6ZUw#R=`Rr&4ADS$;sb2wrC(UUa5G2Z%#% zTd)qX;{&!@l)w=3ay%=)NYxN@n)+Ns(f$LDOUz!rb~}WBJD8Oo2N)3n*PEezI=okV zXXm*y240<|E?8nXfG!Z-6xl0d?MXX9Khf)hpz`Dha5gHn5oiGSe)bNqxD%FsF319M zS}2JbJkG-ScpT7=+N*G30K>qe0B)Jx6iBu)?e?OE)d8figaB58Dl%wsVgzSd&oqG@ zEYfXIxQ0zoT|Jog2GF9!h-x+opk=~z=$%(RSmtU+jL66gdmWd_y=h+u*xc5_X4_rN z6cI42+n_j=p2zwY^VU@m`e3IgdcJ<;0f;#eFb0|swF4p?)Xl4oh>f{y&5KSe|V|P zQP+O`g#d_-v0)hRJ`^N?BZT5H5=f>;WVFfAR9t6MS(Ks89+ zWQOTMoem70V1lXw;EnSg!5H{K&@oUA1K)hq^?!bR6OIjS%pnWyr7#HcFuEGndix)7tfC6?R zz%we@h2^y@!-^1*I%lO8%SihnMc%G$gXxvA)&l{mV#JNPQd#5#%;6J1{{s`8mj8@=QO$`gCuD8nycG5hKx ziv&@FV=a`PQn!^WXd8J1`!LWQPFM&Y^{v7)SwKItm(K-U>dtiE(fAs#`7AZBUx(>1qZQ zV3G=wyl6I9!S;g&*R*Gf&%DeEXLV-lhN*5F^hhT$#6ukY;78yp@~vX8gkT>73=wor zyL!aeZm}5oJZbG_5tM>Tk}UKpH>1NF+RO*f$`3lsh`p~0 z0mKYmELt*e^7SvC0Qa|7YchtOasaoUqr$=)3s@?|4}K2L!Hh}>h9pL1Zj1*H(f^3$ zdmMVPZ*QVAWFo2xzzjNAy0lR}>dm6Gj4vcNekRaAowpT!P!*_OhTugYUc|8x z?Bm~q0c>GGZ1T)6AWH-|<8ZuiVAVml#PjSTRX04oT%W4oUDd`CTFZ1h6a%PP4Cx|R zhJY9QiF<|&z{^Z(f|u?+kZDp6@bvvoS<^1s{}{ytV6+$WQ`*;I!PH~^`z^07v02xEHVwsc7~|hv z5yU)S77I8ZH*+H_D#m2k7w-~)1X@Jo@&TZ|23ZjUINdJTf(WnP{Zk_bY?vyf(4vlk zeRbQf!BwL=3Ka;B9umbdv_uruMRsHa&cJ;51X#s!mKRVgg8Pd4@RWIqQPsiZVqA`k zB}x0Vy;`VM`?F_*%&2|&$q1bFqng8lU)%L3QhuT>R8*X3d;eb7oFH49vv>yVDCW1WcE1X4>Y=u=Lncv$TRTefo@(PpJpS zfIU^)#2}o31)}$-fiHp>+}P;&X$TcSXaH~8%#I?cJ=g&yCB_1t+s`iO+Ux>Or#5i? zOCVsrpop zb07qLQSPRaFGA%`Xi*HzYLWF*+?5f;_!Z{*RlKuX%zpu0J~J1`%5idV*LF0wG0f}+c>doX`@Rf> zzk8oPsWOvq&D0E#1^CGEc=7t*)(<_+Tqa1Vl3T|0I-6ngM%BY3a&jadv9wz}%Tp#GwKpx&m+c@RFme{WR0iOSmmgI9 z5QBJL{GXxyVjaw^3E;}pU={U=BumvEJq9pa7!*L|i?6Q?!R?X6pmLUt zECIwk60AGM7&cb2uG~!j?FCB-VDg9TxVtUbtLE~f%A*W}@-`Rw5hD#K2S8KT=n;Dz z!>eNw+8g(PsrZ=!S)$7_-3&1B;4OsJLFB z=S20u2qe2)NA<|yBBT+-D*)Sc_#C?hm59|gaDX{A2wHTTDV{4cL~`{4dva!lcf-VM ztJg<-e)*@!VU8iCbPe}#q-RWQY0F=HUodolyo+uX-)i+#{Q{5PU+JOK1=_dXTSPapfDeM~$&3Ma4xIbp=qIPM zU7Mzc7L&xXvL7-MG#uWS3Ne(<2D0M;2BeFiC8%%Qo(WqPo=#`CSBG27%pbu_Y;Sx% z+pzYornWh{)_HL!q;$NnFx6i_EQe3uw@$^Z(q*~()l2%=iV6&4HGi1|52B5aHhbD&Km(BCE>d{zTMv0Gd#c=La6bCpK*WCckv9Dxb&Y5T zhRxyZttZ@+ALIx=R{$T-n?I|Yk&*WQN}_&?+c4&_*Y3V}Yu5slEBEd_;_Y9p$*^)* zWRz_iN?Xg?EQD$V&^kbT472f9Gy6I428DAEya`|t5!@^ieEiaF;4D>u+b9Mx#{{fT zx?&8p<5S60O8|8r1!Fl0c$*u~fqA6)q&YZ?(SHJxZG-WvU8dGmIQAKD2UtNRgJ8^d z<-WW?=qb6Ls#utsI!aoCCt78+vflXLcRr$hMU84J%(TNJU{NKbTw;?P*uk3&=Yu)= z^@_=8uL}kyrnxaQ{D3MiIif1hu~;<6Pk#VqXB=#drTz9jV$Yg{WOF~*^UhPon7k3* zZi$^D{mQ?swlfPEA;ED7mG-JShI3(Bq{s8}!{@41qWLuNoF-MBtI+*H058DC2V`@h zJIgWvZ)jv3c>$)zH&VWY&R+;lNZWxFeDN6F`{z4IenteQ+We}j(T6HAx)|r)-X8XA(JKjbD}h`qDw$a zAnnV*`_%eAc;)i*u;sA+1Zu^OY@I+z#FELN$_T^pejZ6j0(LV7+zMb60p7YkqZ-lQ z{`i7exxt`l(fdV!t0c+@cf`OIln#mj0Y%-1!MzrHEvhtFp4T3V%6;!)!!}d~{j2Xi z8XUK=TT!PPE<9jn6jZ3j*_Z@uJwRXDi9Co;9tP_Y6ZrY>f@wdHAtu%Uz_^9{^_iy& zW!M0*xol(HfyqMVBf#s`fJ)}2XJ2JV z0T=Ci`Jm(<2fKC#jE_R*8ej1NR7rs?_8Y(Xi zFo(>QS6&X3A^7}$U7c|{A-X|CkHa9a(T#*gbG8C~~4as-|YueBJ ziVohu+E9BbfSLuGTpoJ+ajl=SxR@(I09UoXK&NZ}F-f1Qg6d?Fb650TJP1(r0PT}U z66v$%T!)M~*WShfUel8O!S^BNK)^h2S|s{juKm9!x2ydDOJaR2#$3aNTl5Ji)eYL$T0*N| zEU^b^NodR1}BM*{PBZN5$cn1o(m{_YtF9=aFB7^sY(ujok*lRzO6kqca^ zsu#v>$_T2{7kSo&~Ui+0pLo6Y$b@H5dO`?}IPx9Gr zk%^O0A{!gSY<$VU^e~C(TihSxLJ%EmWWjL5tgL#_(&d-w{!JbL^nfg&lzh`Hb)d1? zJgx4<$Ku9GE{R3+&rp%tJHaQ-ptbVEUK{k!Zr^KYuCZa*38J^@8R~#?uak^~bGZh0 zK9qna5tUp%^Xg;}*zT8_6hl{;k^(g=H)kHA8^p9=zVqlIUWyG$9okGchqior7sQs? zx&r|)XUvp%g&z*dhzqoz#wz>rxjQgq2GhH|2R+Su0IUuHYrTl)1GT{-TZb~4866Bs zM9N7Q6~&$o^OJ`CF~U_eIo=r`79RH2etdvarZSZtQca!Z}4 z^ftq&W0Pku^Uixw=hNV8QfC{Sxjg!`m9Lz2sQO@FkAn>3owXi(Q~<0BhqO(G*A)~4 z(!pL*%Sa7r?{TMdneOsYzOU~5nGpl#U}{Qs4uo=@y-H!zq56^|U8#eC20nb$eRum} z`0}pP`Z2oVt@4CTN~toZN-)HW4|TK2nUQ4HTzDL8CjtymjS5-^h{@$=3Dtf{n&~(W z(otse7X7O;FO`&9MQ7szY!zT_BeNNNaSrg&B#79bw#L{;g6KuYiLMA?=Sl@NGJkoz zTD%1+tEm~V%Bc9ARoMmRP((moRN4JX0~WL9~J;&=1_lp>Hi*@xr(yWh0m zIxL6LMki^%b_|(0s|o=6NuCX)ftW9VBdA?eaM!j?XFdf(c`+szw-v&Qa|7*u8gcip zpP}1_r>f~1;3SBZbQGjw4h@I~@#L{$8#q(=>b+n=?91yQ&aq9hIC4Ri^yU$e`HiQ* z`?tWF-n$2!nZ}?+X&>E%0&Jz0fU9lozSnFZkuN$}RDv2^gEIf=&3lJa9vCq$Q&Wd) znFGUKjSSv$C>RT8V^Q@TCWZ+Fa23lgU@OPK{1VeG*S-_6l)1z&jpf>RwfFy0pkKG+bG z&$C?vc^{xygz&S!>)1PlUKU=ba^~8D=KTM@^AvZuCI>aEg&R|*7=XQqaB#JojOmy< zp-+!NO9An9iQsQ%p6%2JZ$BeyOl;qv4Jzwexr24$drV!}8G}W3o^Qc(APklO(A<8O zBftA@i;e<)RodcJDbMduho0_y$WHZHE639Tc zc_H9{%HKk$1!4i$e*RD&L0O%yRVjo4Jpwd=xGSI(6?JZZ3D%%;!vfVEphpuBr`|nN}zImU>dJ*}|k&&J_CV&nV zWsKLj7FMocc9EHE=`Kvt-p2twg?-g&!KJ!zxtOO-f_nYHbg+>DnIPX#3pm@WN^892NK7Bk6 zd01SunTUHX7eC(kf_VZ*K+zq5H9Ws=wY4-I2r;}@Tn8ttw)WuE=_%;+5Cl2&O zyZjrm@K)8`Oy7Jl2sae4#^^ll8}Ia~MbU=;dee_f)$X$y?r-!(j4g+_hO1A3O>;O_ z#G_exKsu=J!=H9>Lp$6W5D?T8$O{b>7jA5@dFY@U8$s;PZ{NxU|KNEr?LS4MBfCq! zeE3-mBN$5$5WxC#KL1M@e2X(D_#i(j_Jj`}gVI;T6k=>m{qMfK4p{>#o?8on0MxGC zR9xEaReSO7_a9r9gKA7MYA-V8<)XRc#vU<%v!G)^n~cp|wf2TnzQj?5K7Zv=e~jLF zsRf(_Y@5Ljuc;%J1~8(ZfFwSb=^a6R7n4Z)RvAc_$*?xDS3+nXYnCB6YYi|R18V@W zvwaJ6;rc8))Lv{c4!xjkv6gl~(p`dl-iqm}!>JjnNBLGJgw=IoNG8H*-A%w$=sne{ zqSY#B6e6adCpzY6Ss{ zBEC_h^rJm59WXlV9?f$ZDjoDOp9P(u;DFd7(`4#$iatAgbX_f9Ok)r`qB8fUtZqAu zZtv3Z6#66{#Xv3a&lAbZ{4F-=*JzGg$#?a3wFP7IKs!a zST$Wxo2@*AsiD>*#dIj$!H#PI>8NEsH@$m%oq1JlPBlaF%y}&l6d~`r& z>ee8KMOQAvparB_9yC`v#0+ABFqvBmz^GOG$W`;aObW}2rpSgeOdfOocmsY9SK zb+|41zkR`-wEzqr4T`$Qj~~!SY%+oiuRz9%KD!-0zL*MqISXuy zw*=hy;MoB=MsJt)PKXg)rFR$|$Ba`osB$LBgDwzguYjR8SJD()Dli$j~u`r=kPp>BK&d=bQfh_`>Xk2^}`(JCut!W|+sZr5iQ9~?@` z34*7$EXQ-F@kck%89}By~YngXpaFNG2R}{2#a83=Xt_B0x3!n8*Tp zLkHtHEu&Eg<-GkqEP7xl80_%>z2&AmhQ6^xRgNQ=WtN8JH#z%k9c9sqqTU^~V~t zuj}ESbrg>!sHCaT-to?OaMu8@x>=uloEcv`#S#SColUjf+Gn#dsGDQNwUKADh0nYW z5WqWY%i}c!v1~uUIBULRgxLwON`b8kFotF-gJ)Q0yupFU6MS?C*w|wieCdU_;(2wo zc$EkY7Ux0rqsraU$LrsCFvP#48AfKqURWmkE<7oQ$V8E&>mut*L~dN>WJ zf6tzBba*FYe|5>~iI#~x-jZGbDnZNy?VtMb%d2V=E;1`TzBF3(v{CJIEo=JZ!ge}z z`@vJTEsS}8VE5;mnrAVX4B{eII1QAESQ1fxSo@!0b!*tz;sATzV-N~r8qTS^tun(y zwU1{t(Xq}TKsjwf6*}vMDF@`{mT(~{0TbZ{T+iV&R%&So#M* zM{>bNYoiMp{arss<>WanV;tp7cYg33x%TcCmc5SYyh3^lpxCcgYFPX5F|l%Wbke3x zMN`b3H`F}u2v|U+pixg5gFBjLgR{COa#>h{t9!oR_w&caR#d<)Z<+~Mka5Clq$tc% z9WnDzOPHeNPP&ngLKQ5o&=)kMPl|GqZ4l@au_1z+eDe&KOs~_&Ss)!b|M}F*JcNPu z+1%FcHfYYRG91^fY<1%`ET%>6%gIzWx76VYN79>KdWUin>>_IJA; z3|8u7#&F2g&@O7X%A$iET})191g}*H3LFl{_g|Jl1LB+__yU8;z-R+qbur9acaIvr zV9|b~B}`_f**ZvRr>S)4lUGLS63wMK5#GvAQov$}sx`vxX@$ye2q{Z>5e z$}hmq->3FeQRcxkYoAfkTvZH6KyUI`9hJ~Z z^br>_UBDbs1+UMD;t3I&vf?_|1eSU=UcH z_uh{nJwVlF*UP6M(-#LaY>)>*K&{K}|Ag#*5wZ6BU;p*s_b|zX>9$zp$cYh=*YEXq z>+axsKKNceIEx5ijCyz@`yLZ9V*kyp0uz`a=!nJu?fuv*P-UMN2RM^KFbzgQY%b7*Z8JRfZ^? z{l)dTwV6po9||&Tja*7H9Xgpak!hY9;SvEe==y0e2O0NA8K}K^({b1zs**l6vQSOw%;w>BiWwzf=9WUoWXlRVKTMRBXXWymC3c; zdlG#2x97BekJZCTwP9!~4Z@FQIXP&5 z9Eb=EF%@D0h;LX9Yp8=V!%S7#K(GA&K)>YalhLBFAFPmBx9T0=dD0VF$nap_g&&T~ zJb1XSKO}d5wq3_R-m&Z30ie63z{Qu7HR}jON92()7t0F zmF-wVu1zfi7Vcd+EjcNphe0%`hE#L*evAMU58x9DV2*KrO(3?1|9R<7jv_<$n`qvP zN^L2j+CLy*pLFB#V_a^A_TdpIF*{(u0g$8D{%{p&HW|R*h24au&Q)r^eL0Xuj|+xX z|H*S=A~G+4NKk?HZS+mGY9G75w^W*;{d6}Dh^Yqa2MN^H7!-hIclo}6_3dRDgFCtO ztN8g~q`E_q3Q1CS-0pA9V$wjja~s>!OK;FMmwy4q=+YZ(!pcpm^0#1Vjw@Y?T<3{p zpdJuQF9;;~$L&usA(!&{OD7?j#n)bs57mCpTDz563GAhZ!I)W7pES`Jd7?J_Td#-)_~bmAG5M!?(+rC#+`e zzIiz%*T8BNtZ1L@f&S%-rxJK$fFY*8xaAx7f*C;Sxpfe#S_e0h+tv);Q&$ZB_j_*w zw}7HR+^j=J!rQ-r& zM(3_`2{{?po*(4y3w`?-(>BoZg+HEqsGWWVc0>rT?wTBhRv;tp6kyAn6IB_w9{O-g z##0sa1;8q-cDvSe^f#A+8^4VY)G+=*bw^4_nYxi-&(kL4E^ z@Tz<|*4b2DCG-?c(#XwfAJi&{yzvBdVEgj3%>Mtr``J7$*mU)e&fBxcm3v^|X+bNO z?&g#6&{4XnAd&~NikJ?-C%*$zj$aC9gcIpJz_cJTTLd_lrM;=WdXs4m90#q73a&1B zMEmMGhkat_U5|*WS}1!A6R|U=;GHLe-F$i?9Av&>raDF|Hne0=U0-`g228+yCQG0tfX9np_h&9 zc>8k5rw{!7yY>)|xUa8s-8a4qX7vD5w_G?1eWjK;E?~o125qw-1wkU1!vb!8X7Fg; z0Z6(J$OXBI8XEJLC(b}+s<3_p=6Q9bEA4c)BLi2)pj~|)4A}j8{;K0yN3WT69Se$LW3*E(OX>KwDUM8Bi_BFvtM|m93rhPRvly*MgjFohwYWp1%`!N8z zMS$1F47QrMgp6alEe{$U(x{Gx+6UtG*T(5Lz{>LKOY1uO8%SPmVZT4SU1!8FIKarh z`Q&m0H!>5`2);#UY2QOz0i}7fdt%tfDVf)q0s*u8MDG4cR(n*GGoG`GWS*x0RoVyV z{TU1{tx)YBYNGZ_$rqpFssS#K%P=g`x!kN1NO0|ShKGBfuP;A$uUZL)Q;Sh@1bAfT zU(VcFu%nMtv!RyyO}6DgvcbLc2QbeA>1Dwxd;x4ILo?hcP|s7NB9mm~A_BZq*QQwW zA*#HgdL~Bi`{I5mY5DK{LHi4my6_g8sGw$ZXaBhN&t5JeEudVVF<$>eEPIndw{$_< z;+ohhfOrs{D&RJXMV*5n?caBZj$KU~0qQ+AGje#3np7R&n zD4_i{>^PKakROO0;p5Z0|NDVKkq?;j=vsB7@77_cADjkbqGwFgpY%FAS>_fPn@``w z=v)nCe*l;>t-vP_h)jh@v~}}kZqm%s>RO7Jh0{Ubf*YR-d!fQtI_}9b(jHCRr2R1F z)wdAy)r0plW#<~I=G$bh1tPhacW36j^Rs4fwx>nTZ!kPNleWyWFG4Z1SL*0wv|B;+ zKtrSUv0G^6%nl&QaP3uyK0Xbq{`}AnH{Ln}EeNEd7z-81JLumZ14%~!^H**H-q_KK+-9 za5me=ehdBJ!i*knn;R2k7mH-l04kEnV>0aNDTBfV4)O*go9ib6J)tmF_F}G{wQNs= zFJ4@c=}GH>upOvxy}tKwn?9(GKCt_@NZ1z4VD9=P{Se7q1Gp_9x$@nYMaxbsOrLV1 zH?4C!%+GZ`3O4AP>hgYG2%u+xE8klZMR*}ZoTzLU>JFbjDkf)$g?$MP`T3pDm`;I= z%ZycJ5OYf~rfZ_Gu;YfmW&G!%is!OEqY|Lu0M9*qlvxZcGPmOIMP8W%b^BwR*E;^=_;8-gPBP8VQ(^04bCt)Pxv9 zH5d=91vWMY;}|!vF`o3{Tk|E~%=`nt=Q;1zxiXpcTkCnteox!`ZRgs$_Z(ZsogXgU zSQkJvNChKLEW9vP?XM<*ydIkmDV|rI29<&UUZ0t|B17TI{k(U&xg_u2BD(gP#ovMcySH!u>1Qv`SXzv7jrP~8B-VAoQ2hDVAd9v*k326q)&XLCzIaSVbngZzbi^0@ z7TbaelmQY%-h2XzjSSZNROm2de`A6)$R_RUtsfoZ$dh|}(`kaENg{ddP?IOU;J2}@ z*1c#cvSw^x&u1!!+J5uaNl1Vmn*o_+=q&;~{?-rnum$y&*~CN4=D2|Ofi|P668`e` zThNBvz*3IzW;}AB-5mn>pK(YoA1GT@OCOf8@agGKo{m+%uNn@6u`jyB zao~pbt*!<)jBh-f>D%Tfdoxq^FeBnX%s0cKE&9a~#A9_Vr$S|Hbj)<9PPCE(TUnO+ zM5QVSrnG$O{;j;GsyoJOpLa>R%`y~~K+`GEXY(D5x9@?H5I5b)E|-5~=jEHW7_EZ< zv-V>rC{`ft-y}@oy_`Fc=H5*gR~-PO=Z9>k0*0AF0Q07TI&)n|)a7TOFEH3=o@rL0 zm#v{2V@>L+V(^bV^Bd9rSI#T%hNleX&%It1#Ctg~7@pL`G8QmZ0J;^Z?uY;%W;mt{ zs*gbT2O0LT7dbG0n-kZ-_bN|A-6#bEhKj)2qYkJc1}s6h%{hArpRa!l4wyM$_W*q9 z5#W=@*Yav0?dUZ?O^{QjtEO(gAogwcuJM#Fjzg@@SFWUAI0cPvPEszdcb)YPVGavw zGeX$&F8x5aEOqg2#F+v;pby^eSEB`tNJlxV&gQjbruhJfHKzTjVwO%26fr?>+@rdJ zpWogE-gxXlTb#0v&dUzFIir6N#N!35?UwYbk3tl(4nBUV zTPqZ(tstP-t6UWA%dk7ojfSbxG)-UZ20I3@2%^7pV{MPxuPH~!CUDkfQ;)Oqv~K?3 zSynXQYB4>Lus*^$8|%__qbOCXkYrT0w0soW!AW|UZHHGE)VGLixnRk-Yrhy9gms09 z;jx^)7zBCwn$OLX7y+sTpf&SicTAumav#&u$lV;-r`UNY!_1^nkQb{pS9YpXc{GDzx0q}O%utFCjqF=7({FoKk&Z83IMKk#@Opwao>B)R z0$k=)m;uIQ7O-HUnC;Rl{0~2tu|rUoKMTz;o5VUu(e5;{vJIT6#aj361EbgdkFvB< zTr2uIV@mjOpb(^rgnjqSTVQ|->rIuwp-$-D%f{Tsj!f1W;2B!LZs`SL{CNU3YiJW7 zfD;9_D!^zm-~Mqp1am<9@!grX80LRPm3H5?GHL&B65ER%RAbiO#4srb*hJC!`&(|j z%>V?0Hnb0`7a!PW{P%(wMP3ZJ{^P0{Kgi*wT02H4i4CVn`^66wBgh)0f-rWNeSkAA z8!=7tGKukOrc7wjF!z;e=vI%@G`%lMTfTS~l?TnzM`O*<)BhV#6c*knE#~;)*+n7zmAO^*QjcKL8 z=h`W^IcRHB+80f07@E_MeDz2PB*64ZvGdP5{p6~Zl|z8NSiy~{P2imOk#;6yBR#fI zHo+KF1b_i;v*8ImH;}@`ss-odiw&HaIir0SxhlLwOT9|V9Zek?#7u3?vLvv6G?W|` zK~9fuqC-4DL1jDts~D`Ev9a>z+k*$`nH2i?2uQ&DF-ZvC8BJn0bp~e|qn28G^^M%K^)} zMOU1r)HbnbPczK;&xapLso&yU=x-gIui*1HbybuZZ)Yg`*hr0_0fxx#>bu~A*&4`{ z41Mf0w8WMHu-57(YC>fcH?Q^y!k9gasT%g@yPmazECq2wF;|(80I!+NIIt?{0)Pn| zpdAH;SqM0Y5FWGXf9XA_tbBlhS^}vkXg>*dZ(O!cu{~Ot%+w??klM3#j8HZ`ysFGI z>Cgl@PU=Rw^AFA*rt<8HyOXiX$g8NC$==Lb#vyOLk83LY@^OAp0k|08(lbX^x>6$P zz?77B9-7_CgggWScxu5QL?eh5u&+EcrJT1-QaF9opY32f$XzV+!~m$JgA+lV2*4Bu zI=HV6I-?!*_4jSXmM6kv%P0zXa)PK#YanflH-|}IwL@#aLk!03wMp~I;2u4kY!s-0 zF8>yMFfITs=9f%aPh>+gn(S)SN8&mRm)XR%kCoFUE8|H{nHkvEXg6Rl`rd$=o z00w)e$~GPeY=GQG13!B%8j90?W+%W^a@If?!x0>u;V(ngW4y2#R3`pNbC!!b$(~Am<7)Vz zuBSnpo;v+71YMWGEe*+)#+CJHE`N(h_p;?*dmqdl1Pm=rI5wtq%RprwQ;T_Oa4!zq zcD?niZ0y`psWZ(Bb%5ykP0$($C{F}QQ9Imw1IPw%t~ zj2E`R*t^TKz#?}Z=b6vc?4_rHy$eh)VCSuNG6ElC4l<-be~>?yAHd}{i)lmqv7=AZ zB8JRbz;mdcdjYwWo&kCJb{D=Q7U$kIwkv+}*bSq~GQ-BwZnLg)1;8Lkxp9yS1Ogng zY#{v4zRx0YTXmqjI2nN9)7HZ{3>9?6aT&EUp5W|@v7lKxOnc)2p1_13y7N+k2};`bB49av(P)TaCRv1p{} zc>>hqWhCK;^VI+SIjFbATxl1dKU%o_{ztDG#dh4z&4-PwrW`{ffzp zB~Irt6RM100>)BxlCm#;hk@bDT}9#AckuFAKx_xqpp207&-Owlfp#7>F_DV_;0>yc zwX>=^|B?&TV9)?)oHa0=&Yd_^xyiKK2XcvW?1lj1+`yQd6EX(R2Qd<=(kA;?7Gp}8 zqFh)K=erIPq(bm$AYO#<)xG+N-45V91U5L>zJy zIhk8t1?}=vGF)ezRFP0+;s}foD!FwV6kgGdd-{MFnTAUbPeM#H(>FnYza1FQ^gj=t zd;y{d#BNGo0!)=n7E_0e!I@g!wQToZ8MfddDi14axu46Qe#q%YgHp4uJgAcVkB>jX zFeNOPn|L6Q;$S0+a=?a7b3doZO`tMS!Ef$-V+y+V!4~rKcfmMIL3=k_*D|PN(hSbD z2jWD4vwBEOEnvKl2?X?jGU<^tdO-!7xff|=DYZb1fpIP+rg2Dn^;=eHK1M6Pb=-J_ z*=-nz1?QTyn|BD5Grwnm0qvhiqQ<&sb!X&2Z;`R^EuJQ#=V&X0_J8wR|MwS}{$sd3aL>DaJW;8o-MIJULy) zBAqP>%7)-6&2%6;46xeH?4-A}hwnpH@zUph0mg*py7CJd!SyIG<04abfLj1nX7e`N z9vJcTbY%)ds-g{TIRH#R2LmmmBI(?q%A!gW&tr*IHWL6afTEfE+>et2mYBJ0DodfP zv{v84EZuyNT2Dx^2?If}u8A@&!bt=tQ^349xO^xS!U5Ejk_FyN{}g?Giqi_7(cT>m z4Jb{j8cdl{r!8o_egd{8&?nD>O|!&!r{iUYK?05<^W0OI8vvaYe3%ERq&JJbQH1b+ z|K0uThoJ_KC4y^TN87#GE})mE0g6FBAXDI!7IcS{3W7rrT&;j{ z4(8Qz7K5*x=w%BKup0VWvIJNa6>OQH zG!WpVX4ZL-R{-)w2w#m6dG#?!w(=esGuSLOAV@?puft47#cnO85n?b0a#+deE5#v zoyEY5s$F=T#obH8x8AEU!!*009Hvr8jG!R9DSS>YvSKjrFg~rVw_Ygv4-gmG)u>S6L5@ zJ!hj$-*8y_%Bc)TAo$5fhx)`JV|D|U3ZVV%`_gYGlDjcb7w35e%KMxQXKD#l4?|$$ zj2qjI`bID??EEvJ1|H5N2X+F+UgJBpvNflgsBC5SI%c;W80?xY7&0wtk49mpZpmiw zuU{S52>?9$7eTbU1-U}EuL`C64@c#I=E3BWn=O#Ptnzye0400c1W%^>BQ ziT!J;N!s&L0DGmN-aON*Zp)p+Fbxb1u)}e}cdU{Z;ZXwtR^U#1l9*Kt3**5_1KMK* zMFnRTMT24@{lItLAfZ(O#yYx7hte`titaD(*1lGtT6L|5?3Fx`I==J&CakWmmGdv^ z$3yXw0gqy`2zXIoNVx>6rIE`fa8E|s+pfN&T}&+^PCuChr7fQc3dGW%K)Ut|SkbvM zK#2f5?@ci{MP~2Wc?=UQ+JiJ9=~`e#1o)z8-Vha+eh1Dy`Xl_>{QUeH^TrdWK6!l> z788hRbn6K)>try1XECreHaYzU?XwX(;!(EB6p#zZKe#}9%4~ka=coEvpPhfd_Y_Z1 znU^{Z;oD|?;W#h4m)8K4dr}jMWDH)Vx0=2hroj{VG^oNgke1~zWI%aD`at5+D72fef^k7z9|__hyp%hjy4lhnI{dUh zvUstb({m)#(AbbOo1i<0i4HKYfo|RwVnQ95klMEqcs=@ql{j-0Y{S3Fo1WNe9%Kue zK1%ocaY@BT=X#BC2@wl)mX6SmpID-k0WLEy5{#2MeG*LI2ayqxtB*yw^(G|K0nnaL znz441Ccq|8&6&c9qFR|n`Y&`-?abkS)v567G-ZOXS4a!D`fPA}R zsPqufeeGv?5Gqd_Pyd?11#UeNBMLZI54cZ!c8U%atV5i69Bi77C|8H6^T0wYQ?wS; z58CPm^P9;B2WA$*IM3{TV$eAQbr6)785!UN$#W!v0Dn-Gs7H*Djr8npWH)zz^}KFq z&^0K`72a6^rVP`kG(g5I0ASj{jQ7lDD+5;PuL-YG8G#2fL?-8nGO>7k_RJ)-$`%{7 z0(xoPMK*qO@<~y^jiPPL?E16Q>9@p~?B7}u&e~>E0~i?KgOl-U@;+h^KGn);GhBQ9 zN89O`j~}O-1$43tnMx(G($7F)>_4A-g~6dqzn#glOQ!bb_qvq{CY@iS7#$&)u?e8e z=ovAF(M4IH&JdNp4SpW&7{^w~4$bU2f}K~MXPd6yefjthv+j>i-7VWx*NDf+%>-ru znV4brMXZ8xkU)6{g9zOQ#S$Cc+6t{PEjsU?_q`774o~n3^qKZ-{eUQFtZwe2eNAg6 z78-pEP27H9%39r^G3AN&avZ?W+% zk)6k07RZAI6_z^&410CEuBe>HIGrK%%hUd{Ws|MCL(eylKhAzO$3$kZI0&f8&FrV4 zpkMn>2DkBi41ntKp0qYm!MQtAh=CgqVF6614e)p)NC&f^k|zVS=a;J)FY9|i;ZcHV ze=avN++bg+ib>z3LS9$zF%ztsFSgNtYz8YT!R%M8=TlsnVS+uJCeQ`SH8B?lK&<{` zP&+ij3UxSM6~fN_QDfHOgMO#ohMM=q7=sg37JM;sG%- z#d`eu&6$A-dX+^KZrRf#+(CQB2CRZ+5yhcN0nG2hp%NxqCi~G0$lx+`073^nT*qV+ zu!}I?@9?Unm{~*Ft)c9fKyVr2;myhJjtH8rAt^UMi0dmu`C5a-g)A3x6C zRTQMQVB_uAue?W>#4app566PaQU-25DpELOHIqaiF=w=&hW3v^qh+(k7aU++=OsIX zvp?9gKG}@9VC_%si_}`PT(%k^1q{WdpD;~;@tMPZqNzm``e|{cv*^iT*_b#R5u$cT zj{W$Q7{L#%hVlMO0wSiEGS}~A7*csJQ+e2U^E<8>c~l!!#FH>8W`VOjdO`K|Nm*`? zp$=VtI`$xxv3WKE_NH!ibAbw2(HDUBe9QgHHso)U)$c6>6~@H0p62b5Z;t;4Rx`UE z5U0Hp21-XIConeO!zDQd>}#pC^?}w$&p72wx0Y|S&!m9>I`G;lRbO;+&zL&jL z2@2>iRnY-Kv$JfhDwfcgN5HIz!1#ZhdU>;qtpYGaFBJ@M_ZWNCaK-LF#Kg1|VFpGK zpc$Jg^N?zZ7}~M)dzCl49h`%LU8c22z_X^1DN8aN5RxAI6JmQo~me))Ar8- zQx}}IfexrCt>!GI(>25qCjxaNn`gMg{K4q206Rn8BBT>Y@E>ozrjDtGVRAUa z(kpqx*^Rd4SsT`xj-?*Ur9+*&5hnf?8 zROKiJ*PqF$*|vuw2-*4Xs2<(a361GCvJ|? z^h^*4xO(3j&%;0qqO@lhun2)Rp2-&!Vws$5VFc<#tw@AC1d5e$HiSV`rvC;v0})qV zSyI8BX#LU?Szk_s}p7Y+&wS9y1GI5P(>gsz7@L1KVeBZ9Mq$jF{6PxO7fjum|GGqcLuFyS|OejK2LF zuxn%+fB*g|9#;rT2Q8nal~u*$^e+wb*B-2xd;XJ^jbYe ztRjIkM1ekH>C-^~{Z(Tpy6_%|urL-PKxY8jXQoQgnWw6Ybnzk#IB7E(3@~{g>ZmVg zyzTm}^6S^Kf^rzsiA4IG&ih~Cvdnbl<{bN=o#z}Y3&ep{Fo0)joZ!eEzHA1Fj8M%c{{OT#T8bDPDG>^O{6T6*`(jaSH7p1@G z#tVk|C=3`ehDX4bdO?e6EfKEMc?R<#_H$;RN~YOi8Ep2M-A3&MDYcYvtAXs4o;L1;OpxFf0P{6j%d z{{HY2;D3JnO>jZ$7r$X5Fj0mh#FVeK1L$A8k?Bci@m|1bww%7-5V>Fj4alPV83tgJ z7tR#De#4iSyzsCL!ByJYsGYe)fDu_VDfb2>jAi-C(@<|G6KpS)2AjUR4y{&qO6Z-m0>B-z!`t7cFS2;l6N zMD1sBauzN!2A>7B&F%%?^-IBmEJn;QrP3gm=>o*2hy2VE^mGm*nw*@^~BccRM# z-~9BL&vG|(h6UjCcfDvpjNrjtZQw^`%$-zFEG4(9oZFRwt<0qwOWgcpF!s#x@z7I;W%VMJkJLJ_i#Jlnu5PKDi$vB--QrBRh|;Sb(7)1ca%e(WBcFHth9mWI*?g zN23y)paisA^8ii<$e9iv@e$RqH^{64%lezXE z*i7wiv0^IWEnUE$nH6OMQAo;M!LJ^q|CI@!7)4%8x6ZojEC8R;6cMh1C zvSFJ`jBYiEF#`6g95xJK(A7g1X}^KWW`ANO&9C(H`d%P_r?Sub%TrG@^#!X7*#4P1<9`948OzjKc0IH(ydm^-t4f-y_R*B zTNaAVXYU8w22Fv0jUyt3b1EGfX-yDqvHAvEPJHE`KYSlzTC5)&XD+ORF1;a^V0U(b z`T80IvtC-fi(79Tf^{@9pNy0Hy$tCj$InGd;s;IN7q> zG3&Niot8y)vMB){zL2BNGE%dmy$UwhDma#HEUQ5F0MBvzzYqTsQv3UnSb1`uBD3Sj zF#8q9x9(9n=Z}HqzIFC#4EsR9W@fr5+}|v!&go>qhj;mKs+=-AU}XEXC+I3?5DN-m zf$3<~H7GnFloQ$X+6ZQpfw;px;Pfw3XU%u5e=aC(5-QNOoWl#}J4Uiw0oJ_qm(R-J z3U7&}Anl*k?6VHrU<`twUWCaaEJdU5B+3_eLvkWK1Hg>EeT>mgQLBPl!1=eca0GS` zsjO$ePabAx0<c4R(5!aZ#9+2Cy0-&zReN!sA2ikLFW;|<4JM{H%>fKT z*Z+Irhi^avquhlX0WM2N(KjcaXUUR`Ah$l*#H1V+^>4p>uZTJ3IJj2~;01?84c>xe zk^r1LP$MFKtufTI5;|wfWXVia`2ju5mDdyS41mG;Ki_y7k`=V`;lh&HM=C9Tt-AQj z0N${<#7s5EsRiwal}u?tVb+W&|MEc&<_Z_bTaVgm-vUz3C}VdusPcz8E(g;K0E>@l z<6tXeaFz8c1h>D_2wRW#5bZj;x*x>FTk4qJnLqm~`1Y5_!I>+-hwrVqM(Z7=vLJ+uK51VC7WSVV%k%io9M(#jbFb%i3AM8q~h z1{TI{MKi$yL(e=JRzrUlo4V7ELKc7k?cw*%qJz^jyTNld^lZ?v2mQ1kw#Zf{hW4(2 z>LP~QI-E;OY38-B{}Sw`c4udjsM)C+@l1{V=#evT`dL9LB&hD5;#g19ZIRwJa!QV%u2Dzwj6{Nqd+|;Q?s$yqn5xHL*U~ z8N9|tWh?g_nm2-nfhr@xba+9V0I`Vyk=r7DuYN~$mrG3Xx*jkVKC_H<3K&@OouU^) zFf3_Y3!U3u$B+X|9(FmV6~Ni~iV9v1;t?^-o-a>;S<;JpE-$B+3_ynVk8%Ql@>L2{ zRc8*efsNzP)zJpcnU~=znBD41^rt{AWh+LvFj#_Q2s_aEx4;6Uz(RAu zb|V9WHl}zkugmP--&--DYMIVR42kBNJTLx+Q#68N84kcOrIc)A;cy<^>b6?0K5qnK zG?jAeC$gt9w#~~B+)6a%7u}r4Ah0|HaihKap&gb{UkZJfcj0#d)nd>&!wb;o?1a%O z%cno*x_5)#yZYL0OJSJyFGR+{qmT_&kf3W&sz7W_VKpo-V499Kw95cIoD<_(=(iw{ zAT2PqA`PlphWlzJ4thXU&dolwvh&hD7ug|e8?sH}Tz5=}XDvpBe}fC<*L z0yZSuHh5Ct{C7msGc0#Oj;>WPd${!0s2=d;(zVnxz*`-PSF4gZ3P2nL~s|6zduBGXn(vBtInC$p`e|$ zah5u+9*3IE+wpL2f47(&%KV`eMujdwMCLP=0?uqq)EaiAH13cyR$ytW`L?i3PRTyt zyq__NxSoTK{oXv+OgLDs2fMX^ODgca{%aXI>-Iy?*be|trjGVZ>I8GeVdyILp&5?U zG1IC>7wK&sJk7OdO9Gh>v$_=uujXoCm!+9)1K5ff%Y-Ocl3|kwa1|ZK_%vNL$)*S} z6I>mseDlO}7L#Z!6M!`;ptE@U*3n%<*Xdw7e+&EQGUZ67wqd{s?pi*_Q08SZsB~@_ z2w)w%I5BKM=;Bo5^(RCxU}1g>)%h8)sFkt9s&dzNY@%r)i#?{0x09olawF)9Up`b*smg;jm=H(;If zD%i~ZzF06o`?*n}=zR>rqPc=AYF`S7`^%f(fi_>0$_O&R1&8e;7a@m004s2VH39Tq zdM}b!y7qY7de4QQLu(IkX3dB1wcH|>7)_?UDclu27z7lsE(YpW)a=B_sR+7SAZ=%B zg6AN8xxR7PpmTfgRMA%%U7ihK%b-`|WeCnz<7m={;g?Q9=XKaI4v1Z)+q??Z0bYAc zHVLnXSmQzqK;59Opx$T*fHlSjucki53>0)9^fuX=p$B->FY8t)(W-@~Z8R8Hd7WmE z>MiVh>>UhLTV+2uvy7Y_!_*E^@1(HG+V+wMg(tGOj}Pi{*9bbo#dTjMh-?SC*Sw zGq9wwT!2ati%Jkn_W>#t1%VlZCB{4$R1B1dI90|IFkE>YJm<4tfscW>@Sd`n0o8=q zv!_8tpsoJWX*1-q@Olo5yCbWPhfxJMf z2STf$*#^{l7_55{j6w9~r58W|X96%{1}4ZAhE)*y6&v`FKIVJ`xe!bk?d#k9Dw&$J zS3hkWz4l1gI78GS`}#5=sL$IZ#}sJ~5ek(pW^MrrcmC&Xt6gmkn6B?7Yth22pAp@TlN7RW@t|;y(kfJ$8ic zfU8ex^8n|PbGF^WlZ{Dk>~1=`piT9Cdf$=5y2;EPGS# z)Np~$b8)KD_pt-SO(aJ_@Kc|y5iHskY$YGe8U(1TLTd09y(JWKWTFo|<<`sK45x33ll!s_Pa!aMyD~uqmJ&6?;00m_V+-D7U~SgcoY_sr zSqiNKV8$LW=2{BV42aJ21m`jVRp) zt1^tKL}ze$?n8%ik`kc++8=Cqe(gO&Exuv}r=OMgdZB6$4WD8cS<(JC>g?l;7!aqu zz0Z#eSz>x02IaW~f^+S_DtA=f6dJvmP3P)xbl!yij|X06YG#AD60^&u_LccP(3`IO zx(6bNMKDE$j1>lif$TtZZBpzoIN-7pxb6d)KGe<{j)-OEG1me1RR((hq>Mi~W*5Vr zvcXjXwJJbR*^}5f04GqDsGO0ic6!SXl*_gzC<@6E#la!!^M@*!lfZNxmn|sVt39a) zgYJrz5#}A>4Qkr?;i{Oxt+^_I^98g!4t@NuICK00Yi}n10C+3&Uq>$ss+`wn-k3nF zaUE+%R8}=yIVDDR9>8*!`0z2?1crzS4KPb%*1)pHuRjLCdUN=ubPDdTzoQ&fuk$?LB;ghEGr!N>b-PuCQS%uUaU?JwR)dAebpeB0%TK;iVki) z0T#FEW9DjAp#3RJIkD>OaA=u z{onx44=^z*XG8~YX60~#Y|JX#>l?2;VuhjVOg2y}l`l;pp-#OP|6mI@8soWpGKhZK z56VcevRWCmHhgpM6B!r^nB9Q7iVVu*X&s_XdqwZgKeVb6lI-j0@!2w!tg`>KDu6`{ zs}q`9Axiq3=own*;SCVYZ6HCkharrMpu3nMK!ynLZW0UAET$;-n>NRx_yEY@jjKOV znSoJ#xua2b3K78s74Txrm0VC2T`4GnnDQg1+jTUubugvl{_xJg|2*>U&sl@pUR;G` zVi=rzV4Zz}IntHj%6mh7M-dwukX^D4K43}%-}x=DYyrRVDwwgNU^D`f3rMfYpJ7uH zRElV$GroK%){w;LhNvmp@j31;7 zmkQwns%-{SI)r6vVpbEEfzB&9!yNX4LEQ$0(;B4}2u(^5#bi~!!YKlD=ptyM0W1du zaDgpq*E<@9@;Nq_l-JYMt{^VH?Z$7w6H5KZ*dtn(!_}S@eO&!NAHEBm&CwZ@YmCc{KZ*rh@W%iR}7)m#oB6BV@3`}tL zJ0gw${_dO5DptX!4}!Tnd$PKL;{Jt8uZ!9VVGr7@17qF-Dm3a=1_Lh&>>FNQQ8nL9 z6Ke#pSKVJm+gwx$sCa|>IBWm6n9?X4!ReH$xPL!MZ!kCWg1Ib408n>Y83<=Y({)3K zb-A(BEp^y=nn(46Y&T_NSF*lSkgj<_qkDLgJTidQ#-T|iJv*IwxC6W)aj~370EHs< z`3FD==5>JFi6gA93Z{zS^4o6bei9YbaN!+p0Q~dWJb(~ek(<6Eg>#v4B}{Qaf%e~& zbTn(5?f_IzQWeO>jQoB^7G&+%)~Zk@R;et`%I%Yc2m&92BUVqQ-u*-7t5Bw)9p>j&xZhf zQbdAZ{9bN1Z-Z{iNl<&a#<4uk=-f##?U~{#g?IjF(4tZRn{_Y?EX{0ubzPqput#D;1A?S)}Bh{Yl(5YZj98Y7zj zkjF=_v4?cViecfupFIAQsKQy-x7jOzmK*f5flKAOu6`E`P^}D_j~LFrwLcG9Qp-9c zzzMo>-W{OpKT6lWP{;YJHQ4jM8*NZ&4n2ha)*gcjse^$AxW+Az*7#J=8LCh32LnR* zvB(69spySmC){!eGl1$pejj{tGP0vodkNUgp=B=^=uK7V(15Y)&qVJ02E=-C{Lb&# zCWOV$%&qa5bN3f9|7JpYFek54nVAX1yMP5TOW00;1kPjM9`0RqV8zEFSj^zjpk9zF z82XHNk6<=I&uP}+&YQ-qp(-T=JOdmD0%BW4g0m~q zfr9eHASYKp(YqjwJid2a48ncSJVj5tUbxRm42zqoJW2hhPiU{oD;xaenekprH{{v; z)zXra8!|C0j!t%zW6%63iund?^;chit|?gtRfUkuqXs4xZ=B;>vD%N6xI+&Jxbcd} z80I+_$n^>)Avklvx`+%BYtthC`fsOh{@Tx@4x`o&-UD~jerJ{2FuS1rdx?>5m0iID zyB+`XIt!0?nItif43)=O?Yr`L;S!U{Wv^Jlqn9|HT`#neEvz_pQ0?b&+hXgl7YTld zYg_8p$J6NtVp!b32=`Xat4ZGh%0fHX5qfH=u7X>xJ`1)RtWJO>S1xKnYj03+NJVd! z4284l#da|5s#ySl^Kh2ukzD#$(#KF`+U^-yce3#43{<=+E@uyp?(nhxS!yI*Z2U43&=b%`8~81q1x(8}5EFY5zus%AI*x9jqkd-c?^QjQ1L$grENrI8!3={4c>fcHT1tojy>Nw@rV4 za2%}u;N&c;8%VzWgec%Gpv=+#ICav?WoQt(x-cD+vCSJz*u?AyZ$YwZ>QsN5EMdM2 ziXgPFL>NMH7rK-~Kim~YW3l$6KA%e2e^fsbN@41<4B5JX!w13Ec~6>30UIG>j;I8j zhbmC_2N`^G|G)Vf`B|_{#%h*n7^(RbLX89kv*#p%m?1VGRzrUu-3WZmb?R_9IH&8X zd$Q1geV{hB3mpS%+TUC-R;SWFn3QAO5N6c(f}(vJ6w;tFtoF)dL3IJL$Mlq{IUgo+ z(KcOE9K=@s)z8>jlR^FkoIRUQ>5B5kje9VfVh*uS4&7q@?#4=ICWg$uy>Xn~*(brG z_khs}swU_cwa7zIRh4RAT3_UCupb2Y#`J7MSgMMbR6d3_L6-+HQv@9LGo7;nifVkq zmOPWS&qgZPuooD?n5r4;W^llgSpFEPgsmNB@&w5q!V9upy7uaZUR{Gy#T_T&wC~D8 zvwXrS!6-Wmj6Ih0ub_A7hY8RC=<0o7f-WQESU{MJxFaXUA@gl0XUXIX*;K{3(Br^J zQ@d*)!w77F`t1Jv_QM00p5e0G#eDV!E?>2dvh^;p3jgp8NFUMXj!b4lTUYTCBe;`j zDt0RvG1qlOK`T&cCB~QuGplOw^W!qs-mTV}!L}RF{&LFQ*(ZQLG7N4zl`qp%?cw+Ko4@U?aP(+4WNd4s}WefPudj-Vs*AuVkTcA`c zkMP>IX}VD&RbV? z%ak2dgA99F06-!rZ3B$A3!uWoEQ)Zt4e+d1Ww#te|LfSZo>8tcBD4n9ORp{J+n{8) zGuWe(U=w5Z4D9WD*hSOnV&-@|NQGGSn+jNTTz*Sep(LuwK<(LW7yW==Q&k*P_7WSm z20#f$hf8O10$gbUcNL5=i3|&Lyy`V$SDs}du!&Zlf3Xol(4akE3Hq3f`zo~GV5nHS zB{7IR8Q>WM#;LF?*bZ@>s~~{+bWr<5M2E$H`LLM5=cW?^iXeCX+YD+9+Z&*QGi;b1 z>ip}|C#L2*VdSOa{lMx#z!y*R5|)KwP&p)f~8a zm(D#HG?>dQ*m=Ziife|;i1s|(Cayg^);g6D7tDTj7Zh8=d}X+eSh_DfB?^~x?zdoE zx(+rFbvcF{h+@DZ&Kv_z7YhT)-VJE~bLY<~YcFME1nDloMtkR1G|vZQs@@K@W4*^m zj5pqfJjlMx%DwbdEx3CX7+?^gJ+4T5CDHh$H$Q!t&QL8anYVU8bvtO-<2 zBo|fN+$;v+Oub@|k*#BDR*b^uZv1r6g&6{PTeJIKzo*iaTV$g>{#DIkUAFURfEUOU z6`aljLZfb;(7ujF2Q&AyukY-Ga{GsiT@#Qxtf4V+049pow`|n82R&e+e-@g+fP{bo z@W7hX;pmP_+BY{+=qGQL6lUmWPgu1FHh=yLs6Byfg#wQYzk;H!oI_8A%Le7E5X-Kx zbFj4ymcHa1>%rM1gK|Iu&Iu^r1Ezg>JRu$pDi!BL_SYz74Q90B7&D=rLoLpS5g@ztMqjWN7Bn6MEk zli-D3ccf76A$^~aMp1*3~O`XA0A5ur}p{1DkrKj=m60_O;cn0ve?`heK$}B zNJlTv0~GQ|x&xSCtD4&cQ-vVr*y%w=zM6Zw@(S7Y3@XsIkGaN+sWb3ct$HR?y32Ty z+z2Odpr=S=QnqbIDcze5Vlgs`g4^H!>w71ls)*+ttjRC8Q5CktLv-9RfK~fNvi8Rf zHfz<0n5n8CKwC%~Px-Ic9(a)}0fwDL8sZ?;6ve_N0G4p~X+Qd9lC<{8wr}yXFTl`M zt0uM3U23`NoWWCew(q~g`}!FQ3KF1S`!3i=$Bd=jkQd(p+xheeH4h}9L!(Vm?z%yg zSP>}@`>QK%y!gpe2^p$DdkThWwk!sNfo>+6Y7*QEREVJG9F_Z~rYoB8%Vt;@sYThr zd3lUY!U3fHV)4q|&^~+WMh|mx8ezoS1=!ytc2L9Qy1X)+G=_n_(;syetWfv+n^h@dd26{fR7A zb^{>RN2PDhczr#_sD<5oZn@^;U`u!2?seKmQT^arSkwu`**m zK3-qKpsv@6aY_4Q+7kWU7~Ez_Mb6XNCDkts(vq=ZhZhU?!ZJ%AD-YT(crq9OTbCf3 zQB;<^ufA)VG?;SrEYvnm?B)T#Bgh6sN7Ad! zW-uNiXlQ`E{r-f-ag8uAQ;nb?wNR)5jJ5r~4sgNI9LNU$O~cl-ZWASLiHkfc1265< z69_Fp^^rt4efnR$i~Kn+JPLxb{~r?bp4Wt{|sLk+04=bl0<+TuRieE&tP=M%gHwX#{XCI-;O$t8#5hYE;+LH$xfh?cwQ0q^2ZBTnaYKi^! zD;W$wCrSxuuf2nG>g@*C{u$v1r3hpMRf57myOGW7W#_b6*Fb9DB53K&hf3Er)iW7& z&|R!?F1CbCVf)(S-~#Ozzfc!vTyz^0`gVbBU^U6!@0k%Ere^P zlRUXE9Z7>gIhwAr*M644Wn0U(o^i+xhD|Wdo9MZpdw{2Ko-F+abpjLbL&4Uw&JciK z9at)_-vaWXr+_bB0b}m~RICkIHr{l=S1+(_0&c1m_3f4MJbR&F0D?Kp)2hoRn~WIP zWPv%*hk#*EA@c;_908t~IZNvo_vf-eH$a>{P)PmS@!Q{nXa%XuvD2;%4Oj4*z91m` z(ENwTL9(MzJryE5v{oLe zg0=*TPNLSf;M@4k+bp&mm+MbM@Dw@%^HlTWjTm6#VZ;Vi457w@n4a1j(rh_Z=H!Gs z7;r>H75AvxA9wn(!R4Tx&ohiEz19ZG9hn2?xqw@z3TD2%2g;%U{?+48iLKrYS+VmF zspfvMg7fGe&`69sZ#8+$qT8>60h>OX;DIs#r_*$F>)L!L)3V54d�VV2!00{ahz`6t(aB(Vao-z5BuKy^@v@i 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≦=P8oi{<#zQ7(b2IO0kEp6Tqd7@@A3+kAFR>W5xbRB>mr#&4`OaJlV zCqij|x(K(jNm&l+Q5ua|V)*>SoyrAJ0vHH>gIQ7lPuMitJ?T$RXo*2@gtEy&%k#%~ zY&2tJ$P#flhechhFIR zZ(sWt$iv-W`>r#^n?V8w5}*=!0@M~dYKXkJz@k*5mhRwbpkKfIW3NKBf70L)^8QnLml9}Apkqbs^TEA(1C%gk z4M2OpGJbmtbXqmDV`EpX6xBYts>3b^wOl>0>Qt>#FPF)N;p7VK`(IVYal8E5w7N{L zDF5_(qUe0BP1HjWiFEdi;$(2I?YYXq@em&B+jfgmW6)iua<_LO9nl+sE2HG48bXP9-Mh zhAHq-Is4ych#F#SX2v!>W0QB4caMP~fLxxavOJgFld*-WaV*oL|7@5x`ba#c0TFI6 z1lwl<&4e1wLbeHu6_44HXWDlQ&-rP8v4$1;bqEMX5x#RE)a_G4SuLZJ!|9XO;c-iL z+U)eWEX_U?x&rPZBDCSaZyB!R*5R@~XSjxA8}xn$gK!vl+aDTcZyhQ#?f9%kP0jAx zyFXxJA13awFg26csMpj}VL?jGybr!9AkQlv)N@$}{H zF>ZY<$v%d`uyMrEaLYqVyN9^-aR~bm5oKF8(I1Z3efd9nX=5Kivk@X+pM`p<)6(Dq Uf91;{e}gAJ?*pr~B0m`Z3pD04n*aa+ literal 153106 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 literal 8095 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 I!b*Jm52hWEssI20 diff --git a/lib/cli/.eslintrc.json b/lib/cli/.eslintrc.json index d8d4e2cd05..df8b556bd1 100644 --- a/lib/cli/.eslintrc.json +++ b/lib/cli/.eslintrc.json @@ -4,7 +4,7 @@ "overrides": [ { "files": ["*.ts"], - "extends": ["plugin:@nrwl/nx/angular", "plugin:@angular-eslint/template/process-inline-templates"], + "extends": ["plugin:@nx/angular", "plugin:@angular-eslint/template/process-inline-templates"], "rules": { "prefer-arrow/prefer-arrow-functions": "off", "@typescript-eslint/no-var-requires": "off", @@ -37,7 +37,7 @@ }, { "files": ["*.html"], - "extends": ["plugin:@nrwl/nx/angular-template"], + "extends": ["plugin:@nx/angular-template"], "rules": {} } ] diff --git a/lib/cli/project.json b/lib/cli/project.json new file mode 100644 index 0000000000..2ed7642cc1 --- /dev/null +++ b/lib/cli/project.json @@ -0,0 +1,70 @@ +{ + "name": "cli", + "$schema": "../../node_modules/nx/schemas/project-schema.json", + "sourceRoot": "lib/cli", + "projectType": "library", + "prefix": "adf", + "targets": { + "build": { + "executor": "nx:run-commands", + "options": { + "command": "cd lib/cli && npm i && npm run dist", + "stylePreprocessorOptions": { + "includePaths": ["lib", "lib/core/src/lib"] + } + }, + "configurations": { + "production": { + "tsConfig": "lib/cli/tsconfig.json" + } + }, + "defaultConfiguration": "production" + }, + "bundle": { + "executor": "nx:run-commands", + "options": { + "commands": [ + { + "command": "echo cli bundle created" + } + ] + }, + "dependsOn": ["copyToNodeModules"] + }, + "copyToNodeModules": { + "executor": "nx:run-commands", + "options": { + "commands": [ + { + "command": "rm -rf ./node_modules/@alfresco/adf-cli/ && mkdir -p ./node_modules/@alfresco/adf-cli/ && cp -R ./dist/libs/cli/* ./node_modules/@alfresco/adf-cli/" + } + ] + }, + "dependsOn": [ + { + "projects": "self", + "target": "build" + } + ] + }, + "lint": { + "executor": "@nrwl/linter:eslint", + "options": { + "lintFilePatterns": ["lib/cli/**/*.ts", "lib/cli/**/*.html"] + } + }, + "npm-publish": { + "executor": "nx:run-commands", + "dependsOn": ["build"], + "options": { + "cwd": "dist/libs/cli", + "commands": [ + { + "command": "npm publish --tag {args.tag}", + "forwardAllArgs": true + } + ] + } + } + } +} diff --git a/lib/content-services/.eslintrc.json b/lib/content-services/.eslintrc.json index 77aa1ad8f1..6b259770a0 100644 --- a/lib/content-services/.eslintrc.json +++ b/lib/content-services/.eslintrc.json @@ -4,9 +4,9 @@ "overrides": [ { "files": ["*.ts"], - "extends": ["plugin:@nrwl/nx/angular", "plugin:@angular-eslint/template/process-inline-templates"], + "extends": ["plugin:@nx/angular", "plugin:@angular-eslint/template/process-inline-templates"], "rules": { - "jsdoc/newline-after-description": "warn", + "@typescript-eslint/naming-convention": "warn", "@typescript-eslint/consistent-type-assertions": "warn", "@typescript-eslint/prefer-for-of": "warn", @@ -73,7 +73,7 @@ }, { "files": ["*.html"], - "extends": ["plugin:@nrwl/nx/angular-template"], + "extends": ["plugin:@nx/angular-template"], "rules": { "@angular-eslint/template/no-autofocus": "error", "@angular-eslint/template/no-positive-tabindex": "error" diff --git a/lib/content-services/.storybook/main.js b/lib/content-services/.storybook/main.js index dfbcb477ba..a96a8dc199 100644 --- a/lib/content-services/.storybook/main.js +++ b/lib/content-services/.storybook/main.js @@ -5,5 +5,5 @@ module.exports = { core: { ...rootMain.core, builder: 'webpack5' }, stories: [...rootMain.stories, '../**/*.stories.@(js|jsx|ts|tsx)'], staticDirs: [...rootMain.staticDirs, { from: __dirname + '/../src/lib/i18n', to: 'assets/adf-content-services/i18n' }], - addons: [...rootMain.addons] + addons: ['@storybook/addon-essentials', ...rootMain.addons] }; diff --git a/lib/content-services/project.json b/lib/content-services/project.json new file mode 100644 index 0000000000..f76d12a311 --- /dev/null +++ b/lib/content-services/project.json @@ -0,0 +1,111 @@ +{ + "name": "content-services", + "$schema": "../../node_modules/nx/schemas/project-schema.json", + "sourceRoot": "lib/content-services/src", + "projectType": "library", + "prefix": "adf", + "targets": { + "build": { + "executor": "@angular-devkit/build-angular:ng-packagr", + "options": { + "tsConfig": "lib/content-services/tsconfig.lib.json", + "project": "lib/content-services/ng-package.json" + }, + "configurations": { + "production": { + "project": "lib/content-services/ng-package.json", + "tsConfig": "lib/content-services/tsconfig.lib.prod.json" + } + }, + "defaultConfiguration": "production" + }, + "test": { + "executor": "@angular-devkit/build-angular:karma", + "options": { + "main": "lib/content-services/src/test.ts", + "tsConfig": "lib/content-services/tsconfig.spec.json", + "karmaConfig": "lib/content-services/karma.conf.js", + "sourceMap": true, + "codeCoverage": true, + "stylePreprocessorOptions": { + "includePaths": ["lib", "lib/core/src/lib"] + } + } + }, + "lint": { + "executor": "@nrwl/linter:eslint", + "options": { + "lintFilePatterns": ["lib/content-services/**/*.ts", "lib/content-services/**/*.html"] + } + }, + "storybook": { + "executor": "@storybook/angular:start-storybook", + "options": { + "port": 4400, + "browserTarget": "content-services:storybook", + "configDir": "lib/content-services/.storybook", + "compodoc": false, + "styles": [ + "demo-shell/src/styles.scss", + "demo-shell/src/custom-style-dev.scss", + "node_modules/cropperjs/dist/cropper.min.css", + "node_modules/pdfjs-dist/web/pdf_viewer.css" + ], + "stylePreprocessorOptions": { + "includePaths": ["lib", "lib/core/src/lib"] + } + }, + "configurations": { + "ci": { + "quiet": true + } + } + }, + "build-storybook": { + "executor": "@storybook/angular:build-storybook", + "options": { + "browserTarget": "content-services:build-storybook", + "configDir": "lib/content-services/.storybook", + "outputDir": "dist/storybook/content-services", + "compodoc": false, + "styles": [ + "demo-shell/src/styles.scss", + "demo-shell/src/custom-style-dev.scss", + "node_modules/cropperjs/dist/cropper.min.css", + "node_modules/pdfjs-dist/web/pdf_viewer.css" + ], + "stylePreprocessorOptions": { + "includePaths": ["lib", "lib/core/src/lib"] + } + }, + "configurations": { + "ci": { + "quiet": true + } + } + }, + "stylelint": { + "executor": "nx:run-commands", + "options": { + "commands": [ + { + "command": "npx stylelint lib/content-services/**/*.scss --config stylelint-config.json" + } + ] + } + }, + "npm-publish": { + "executor": "nx:run-commands", + "dependsOn": ["build"], + "options": { + "cwd": "dist/libs/content-services", + "commands": [ + { + "command": "npm publish --tag {args.tag}", + "forwardAllArgs": true + } + ] + } + } + } +} diff --git a/lib/content-services/src/lib/aspect-list/aspect-list-dialog.component.scss b/lib/content-services/src/lib/aspect-list/aspect-list-dialog.component.scss index f24ec5004c..492fd66717 100644 --- a/lib/content-services/src/lib/aspect-list/aspect-list-dialog.component.scss +++ b/lib/content-services/src/lib/aspect-list/aspect-list-dialog.component.scss @@ -19,7 +19,7 @@ } &-aspect-list-dialog { - .mat-dialog-actions { + .mat-mdc-dialog-actions { justify-content: space-between; } } @@ -28,7 +28,7 @@ padding-top: 3px; .adf-aspect-property-table { - .mat-cell { + .mat-mdc-cell { font-size: smaller; } diff --git a/lib/content-services/src/lib/breadcrumb/breadcrumb.component.scss b/lib/content-services/src/lib/breadcrumb/breadcrumb.component.scss index 66134e3782..b08958ee03 100644 --- a/lib/content-services/src/lib/breadcrumb/breadcrumb.component.scss +++ b/lib/content-services/src/lib/breadcrumb/breadcrumb.component.scss @@ -24,7 +24,7 @@ overflow: hidden; margin-top: 35px; - &.mat-select { + &.mat-mdc-select { width: 0; } } diff --git a/lib/content-services/src/lib/breadcrumb/dropdown-breadcrumb.component.scss b/lib/content-services/src/lib/breadcrumb/dropdown-breadcrumb.component.scss index 6ef1aee8d2..e07689295b 100644 --- a/lib/content-services/src/lib/breadcrumb/dropdown-breadcrumb.component.scss +++ b/lib/content-services/src/lib/breadcrumb/dropdown-breadcrumb.component.scss @@ -49,7 +49,7 @@ $dropdown-horizontal-offset: 30px; overflow: hidden; margin-top: 35px; - &.mat-select { + &.mat-mdc-select { width: 0; } } @@ -63,18 +63,18 @@ $dropdown-horizontal-offset: 30px; color: var(--adf-theme-foreground-text-color); } - &-dropdown-breadcrumb-path-option.mat-option { + &-dropdown-breadcrumb-path-option.mat-mdc-option { height: 28px; line-height: 28px; padding: 0 12px; font-size: var(--theme-caption-font-size); } - &-dropdown-breadcrumb-path-option.mat-option:first-child { + &-dropdown-breadcrumb-path-option.mat-mdc-option:first-child { padding-top: 4px; } - &-dropdown-breadcrumb-path-option.mat-option:last-child { + &-dropdown-breadcrumb-path-option.mat-mdc-option:last-child { padding-bottom: 4px; } } diff --git a/lib/content-services/src/lib/category/categories-management/categories-management.component.scss b/lib/content-services/src/lib/category/categories-management/categories-management.component.scss index 31911029be..01341cc304 100644 --- a/lib/content-services/src/lib/category/categories-management/categories-management.component.scss +++ b/lib/content-services/src/lib/category/categories-management/categories-management.component.scss @@ -35,20 +35,22 @@ .adf-categories-list { padding-bottom: 10px; - - .mat-list-base .mat-list-item, - .mat-list-base .mat-list-option { + /* TODO(mdc-migration): The following rule targets internal classes of list that may no longer apply for the MDC version. */ + .mat-mdc-list-base .mat-mdc-list-item, + .mat-mdc-list-base .mat-list-option { display: flex; height: 100%; overflow-wrap: anywhere; padding: 5px 0; font-size: 14px; - + /* TODO(mdc-migration): The following rule targets internal classes of list that may no longer apply for the MDC version. */ + /* TODO(mdc-migration): The following rule targets internal classes of list that may no longer apply for the MDC version. */ &.mat-list-item-disabled { background-color: inherit; color: inherit; } - + /* TODO(mdc-migration): The following rule targets internal classes of list that may no longer apply for the MDC version. */ + /* TODO(mdc-migration): The following rule targets internal classes of list that may no longer apply for the MDC version. */ .mat-list-item-content, .mat-list-item-content-reverse { padding: 0; diff --git a/lib/content-services/src/lib/content-metadata/components/content-metadata-card/content-metadata-card.component.html b/lib/content-services/src/lib/content-metadata/components/content-metadata-card/content-metadata-card.component.html index 3b9930e3b9..630d55654f 100644 --- a/lib/content-services/src/lib/content-metadata/components/content-metadata-card/content-metadata-card.component.html +++ b/lib/content-services/src/lib/content-metadata/components/content-metadata-card/content-metadata-card.component.html @@ -1,4 +1,4 @@ - + - +

-
{{ecmUser | fullName}}
+
{{ecmUser | fullName}}
@@ -77,7 +77,7 @@ - +
-
{{identityUser | fullName}}
+
{{identityUser | fullName}}
diff --git a/lib/content-services/src/lib/content-user-info/content-user-info.component.scss b/lib/content-services/src/lib/content-user-info/content-user-info.component.scss index 8d458c8f6e..032758af14 100644 --- a/lib/content-services/src/lib/content-user-info/content-user-info.component.scss +++ b/lib/content-services/src/lib/content-user-info/content-user-info.component.scss @@ -49,7 +49,7 @@ display: inline-block; } - &-userinfo-menu_button.mat-button { + &-userinfo-menu_button.mat-mdc-button { margin-right: 0; border-radius: 90%; padding: 0; @@ -57,12 +57,13 @@ height: 40px; } - &-userinfo-tab .mat-tab-header { + &-userinfo-tab .mat-mdc-tab-header { align-self: center; width: 100%; min-width: 250px; } - + /* TODO(mdc-migration): The following rule targets internal classes of tabs that may no longer apply for the MDC version. */ + /* TODO(mdc-migration): The following rule targets internal classes of tabs that may no longer apply for the MDC version. */ &-userinfo-tab .mat-tab-label { flex: auto; font-weight: 500; @@ -81,7 +82,7 @@ box-sizing: border-box; } - &-userinfo-card.mat-card { + &-userinfo-card.mat-mdc-card { padding: 0; } @@ -146,14 +147,15 @@ &-userinfo-detail { text-align: left; } - + /* TODO(mdc-migration): The following rule targets internal classes of tabs that may no longer apply for the MDC version. */ + /* TODO(mdc-migration): The following rule targets internal classes of tabs that may no longer apply for the MDC version. */ &-hide-tab .mat-tab-label-active { display: none !important; } } @media only screen and (min-device-width: 480px) { - .mat-menu-panel.adf-userinfo-menu { + .mat-mdc-menu-panel.adf-userinfo-menu { max-height: 450px; min-width: 450px; overflow: auto; @@ -161,6 +163,6 @@ } } -.mat-menu-panel.adf-userinfo-menu .mat-menu-content { +.mat-mdc-menu-panel.adf-userinfo-menu .mat-mdc-menu-content { padding: 0; } diff --git a/lib/content-services/src/lib/dialogs/confirm.dialog.scss b/lib/content-services/src/lib/dialogs/confirm.dialog.scss index 2475496a16..7c787c2fd9 100644 --- a/lib/content-services/src/lib/dialogs/confirm.dialog.scss +++ b/lib/content-services/src/lib/dialogs/confirm.dialog.scss @@ -2,6 +2,8 @@ flex: 1 1 auto; } +/* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version. */ +/* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version. */ .adf-confirm-dialog .mat-dialog-actions .mat-button-wrapper { text-transform: uppercase; } diff --git a/lib/content-services/src/lib/dialogs/download-zip/download-zip.dialog.scss b/lib/content-services/src/lib/dialogs/download-zip/download-zip.dialog.scss index b21782e6b9..78a946a2b5 100755 --- a/lib/content-services/src/lib/dialogs/download-zip/download-zip.dialog.scss +++ b/lib/content-services/src/lib/dialogs/download-zip/download-zip.dialog.scss @@ -1,3 +1,6 @@ + +/* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version. */ +/* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version. */ .adf-download-zip-dialog .mat-dialog-actions .mat-button-wrapper { text-transform: uppercase; } diff --git a/lib/content-services/src/lib/dialogs/folder.dialog.scss b/lib/content-services/src/lib/dialogs/folder.dialog.scss index c046663901..e38b35095b 100644 --- a/lib/content-services/src/lib/dialogs/folder.dialog.scss +++ b/lib/content-services/src/lib/dialogs/folder.dialog.scss @@ -7,15 +7,19 @@ } .adf-lock-file-name { + /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version. */ + /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version. */ .mat-checkbox-layout { width: 100%; } - + /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version. */ + /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version. */ .mat-checkbox-label { text-overflow: ellipsis; overflow: hidden; } - + /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version. */ + /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version. */ .mat-checkbox-inner-container { margin: auto 8px auto 0; } @@ -34,11 +38,11 @@ } @media screen and (max-width: 380px) { - .mat-form-field { + .mat-mdc-form-field { font-size: 6px; } - .mat-dialog-title { + .mat-mdc-dialog-title { margin: 0; } diff --git a/lib/content-services/src/lib/dialogs/library/library.dialog.scss b/lib/content-services/src/lib/dialogs/library/library.dialog.scss index f8ddbcc305..945a3e4fce 100644 --- a/lib/content-services/src/lib/dialogs/library/library.dialog.scss +++ b/lib/content-services/src/lib/dialogs/library/library.dialog.scss @@ -1,15 +1,15 @@ .adf-library-dialog { - .mat-radio-group { + .mat-mdc-radio-group { display: flex; flex-direction: column; margin: 0 0 20px; } - .mat-radio-group .mat-radio-button { + .mat-mdc-radio-group .mat-mdc-radio-button { margin: 10px 0; } - .mat-form-field { + .mat-mdc-form-field { width: 100%; } @@ -22,7 +22,7 @@ flex-direction: row; justify-content: flex-end; - .mat-button { + .mat-mdc-button { text-transform: uppercase; } } diff --git a/lib/content-services/src/lib/new-version-uploader/new-version-uploader.dialog.scss b/lib/content-services/src/lib/new-version-uploader/new-version-uploader.dialog.scss index f994ff9cec..2bd3c3734e 100644 --- a/lib/content-services/src/lib/new-version-uploader/new-version-uploader.dialog.scss +++ b/lib/content-services/src/lib/new-version-uploader/new-version-uploader.dialog.scss @@ -24,7 +24,7 @@ height: 500px; } - .mat-dialog { + .mat-mdc-dialog { &-title { flex: 0 0 auto; font-size: 20px; @@ -59,7 +59,10 @@ } } } - + /*TODO(mdc-migration): The following rule targets internal classes of list that may no longer apply for the MDC version. + */ + /*TODO(mdc-migration): The following rule targets internal classes of list that may no longer apply for the MDC version. + */ .mat-list-item-content { padding: 0; margin: 0 16px; @@ -72,7 +75,7 @@ padding: 0; } - .mat-list.adf-version-list { + .mat-mdc-list.adf-version-list { overflow: auto; } } diff --git a/lib/content-services/src/lib/permission-manager/components/add-permission/add-permission-dialog.component.scss b/lib/content-services/src/lib/permission-manager/components/add-permission/add-permission-dialog.component.scss index 5b4ed96024..4a44496dc0 100644 --- a/lib/content-services/src/lib/permission-manager/components/add-permission/add-permission-dialog.component.scss +++ b/lib/content-services/src/lib/permission-manager/components/add-permission/add-permission-dialog.component.scss @@ -1,5 +1,5 @@ .adf-add-permission-dialog { - .mat-dialog-title { + .mat-mdc-dialog-title { margin-left: 24px; margin-right: 24px; font-size: var(--theme-title-font-size); @@ -11,12 +11,12 @@ color: var(--adf-theme-foreground-text-color-087); } - .mat-dialog-container { + .mat-mdc-dialog-container { padding-left: 0; padding-right: 0; } - .mat-dialog-content { + .mat-mdc-dialog-content { margin: 0; overflow: hidden; flex-grow: 1; @@ -31,7 +31,7 @@ } } - .mat-dialog-actions { + .mat-mdc-dialog-actions { padding: 0 24px; background-color: var(--theme-background-color); display: flex; @@ -57,7 +57,8 @@ .adf { &-search-user-button { width: 100%; - + /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version. */ + /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version. */ .mat-button-wrapper { display: flex; align-items: center; diff --git a/lib/content-services/src/lib/permission-manager/components/add-permission/add-permission-panel.component.scss b/lib/content-services/src/lib/permission-manager/components/add-permission/add-permission-panel.component.scss index e43fd3378c..b893d408e8 100644 --- a/lib/content-services/src/lib/permission-manager/components/add-permission/add-permission-panel.component.scss +++ b/lib/content-services/src/lib/permission-manager/components/add-permission/add-permission-panel.component.scss @@ -51,7 +51,8 @@ $search-result-height: calc(100% - 75px); mat-pseudo-checkbox { display: none; } - + /* TODO(mdc-migration): The following rule targets internal classes of list that may no longer apply for the MDC version. */ + /* TODO(mdc-migration): The following rule targets internal classes of list that may no longer apply for the MDC version. */ .mat-list-text { display: flex; flex-direction: row !important; diff --git a/lib/content-services/src/lib/permission-manager/components/permission-list/permission-list.component.html b/lib/content-services/src/lib/permission-manager/components/permission-list/permission-list.component.html index 78dc2b8464..2f3ac115db 100644 --- a/lib/content-services/src/lib/permission-manager/components/permission-list/permission-list.component.html +++ b/lib/content-services/src/lib/permission-manager/components/permission-list/permission-list.component.html @@ -1,4 +1,4 @@ - +
diff --git a/lib/content-services/src/lib/permission-manager/components/permission-list/permission-list.component.scss b/lib/content-services/src/lib/permission-manager/components/permission-list/permission-list.component.scss index b003800781..b4dbe033f9 100644 --- a/lib/content-services/src/lib/permission-manager/components/permission-list/permission-list.component.scss +++ b/lib/content-services/src/lib/permission-manager/components/permission-list/permission-list.component.scss @@ -51,7 +51,7 @@ position: relative !important; height: 40px; - .mat-form-field-infix { + .mat-mdc-form-field-infix { border: none; } } diff --git a/lib/content-services/src/lib/permission-manager/components/user-role-column/user-role-column.component.ts b/lib/content-services/src/lib/permission-manager/components/user-role-column/user-role-column.component.ts index 600dd90420..077df92be1 100644 --- a/lib/content-services/src/lib/permission-manager/components/user-role-column/user-role-column.component.ts +++ b/lib/content-services/src/lib/permission-manager/components/user-role-column/user-role-column.component.ts @@ -21,7 +21,7 @@ import { RoleModel } from '../../models/role.model'; @Component({ selector: 'adf-user-role-column', template: ` - + - - + @@ -14,7 +14,7 @@ [attr.aria-label]="('SEARCH.FILTER.BUTTONS.REMOVE' | translate) + ' ' + option.value"> close - + - + diff --git a/lib/content-services/src/lib/search/components/search-chip-autocomplete-input/search-chip-autocomplete-input.component.scss b/lib/content-services/src/lib/search/components/search-chip-autocomplete-input/search-chip-autocomplete-input.component.scss index ced2a9d4a1..82c554cd23 100644 --- a/lib/content-services/src/lib/search/components/search-chip-autocomplete-input/search-chip-autocomplete-input.component.scss +++ b/lib/content-services/src/lib/search/components/search-chip-autocomplete-input/search-chip-autocomplete-input.component.scss @@ -3,15 +3,15 @@ adf-search-chip-autocomplete-input { width: 100%; } - .mat-form-field-appearance-outline .mat-form-field-outline { + .mat-mdc-form-field-appearance-outline .mat-mdc-form-field-outline { top: 0; } - .mat-form-field-infix { + .mat-mdc-form-field-infix { border: none; } - .mat-chip.adf-option-chips { + .mat-mdc-chip.adf-option-chips { border: 1px solid var(--theme-text-color); border-radius: 10px; background-color: var(--theme-primary-color-default-contrast); @@ -19,7 +19,7 @@ adf-search-chip-autocomplete-input { word-break: break-word; } - .mat-chip-remove.adf-option-chips-delete-button { + .mat-mdc-chip-remove.adf-option-chips-delete-button { font-size: 13px; height: 13px; width: 13px; @@ -31,20 +31,19 @@ adf-search-chip-autocomplete-input { } } - .mat-chip-list-wrapper { + .mat-mdc-chip-list-wrapper { min-height: 40px; } - .mat-form-field-wrapper { + .mat-mdc-form-field-wrapper { padding: 0; } } - -.mat-tooltip-hide { +.mat-mdc-tooltip-hide { display: none; } -.mat-option.adf-autocomplete-added-option { +.mat-mdc-option.adf-autocomplete-added-option { background: var(--adf-theme-mat-grey-color-a200); color: var(--adf-theme-primary-300); } diff --git a/lib/content-services/src/lib/search/components/search-chip-list/search-chip-list.component.html b/lib/content-services/src/lib/search/components/search-chip-list/search-chip-list.component.html index 1090d59cec..ef272a9e2f 100644 --- a/lib/content-services/src/lib/search/components/search-chip-list/search-chip-list.component.html +++ b/lib/content-services/src/lib/search/components/search-chip-list/search-chip-list.component.html @@ -1,6 +1,6 @@ - + - {{ 'SEARCH.FILTER.BUTTONS.CLEAR-ALL.LABEL' | translate }} - + - {{ (selection.bucket.display || selection.bucket.label) | translate }} cancel - + - + diff --git a/lib/content-services/src/lib/search/components/search-chip-list/search-chip-list.component.scss b/lib/content-services/src/lib/search/components/search-chip-list/search-chip-list.component.scss index d1e581d6a9..ac25669388 100644 --- a/lib/content-services/src/lib/search/components/search-chip-list/search-chip-list.component.scss +++ b/lib/content-services/src/lib/search/components/search-chip-list/search-chip-list.component.scss @@ -1,7 +1,8 @@ -.mat-chip:focus { +.mat-mdc-chip:focus { color: var(--theme-accent-color-default-contrast); background-color: var(--theme-accent-color); - + /* TODO(mdc-migration): The following rule targets internal classes of chips that may no longer apply for the MDC version. */ + /* TODO(mdc-migration): The following rule targets internal classes of chips that may no longer apply for the MDC version. */ .mat-chip-remove { color: var(--theme-accent-color-default-contrast); opacity: 1; diff --git a/lib/content-services/src/lib/search/components/search-control.component.ts b/lib/content-services/src/lib/search/components/search-control.component.ts index 8556b3dce4..a5bc9a4833 100644 --- a/lib/content-services/src/lib/search/components/search-control.component.ts +++ b/lib/content-services/src/lib/search/components/search-control.component.ts @@ -167,7 +167,7 @@ export class SearchControlComponent implements OnDestroy { if (this.listResultElement && this.listResultElement.length > 0) { const firstElement = this.listResultElement.first as MatListItem; // eslint-disable-next-line no-underscore-dangle - firstElement._getHostElement().focus(); + firstElement._hostElement.focus(); } } diff --git a/lib/content-services/src/lib/search/components/search-facet-field/search-facet-field.component.html b/lib/content-services/src/lib/search/components/search-facet-field/search-facet-field.component.html index 1b0de7df58..d8faf9b0bb 100644 --- a/lib/content-services/src/lib/search/components/search-facet-field/search-facet-field.component.html +++ b/lib/content-services/src/lib/search/components/search-facet-field/search-facet-field.component.html @@ -4,7 +4,7 @@ - + @@ -32,38 +32,38 @@ import { EditJsonDialogComponent, EditJsonDialogSettings } from '../../../dialog `, - styleUrls: ['./json-cell.component.scss'], - encapsulation: ViewEncapsulation.None, - host: { class: 'adf-datatable-content-cell' } + "styleUrls": ['./json-cell.component.scss'], + "encapsulation": ViewEncapsulation.None, + "host": { "class": 'adf-datatable-content-cell' } }) export class JsonCellComponent extends DataTableCellComponent implements OnInit { /** Editable JSON. */ @Input() editable: boolean = false; - constructor(private dialog: MatDialog) { + constructor (private dialog: MatDialog) { super(); } - ngOnInit() { + ngOnInit () { super.ngOnInit(); } - view() { + view () { const rawValue: string | any = this.data.getValue(this.row, this.column, this.resolverFn); const value = typeof rawValue === 'object' ? JSON.stringify(rawValue || {}, null, 2) : rawValue; const settings: EditJsonDialogSettings = { - title: this.column.title, - editable: this.editable, + "title": this.column.title, + "editable": this.editable, value }; this.dialog .open(EditJsonDialogComponent, { - data: settings, - minWidth: '50%', - minHeight: '50%' + "data": settings, + "minWidth": '50%', + "minHeight": '50%' }) .afterClosed() .subscribe((/*result: string*/) => { diff --git a/lib/core/src/lib/datatable/components/location-cell/location-cell.component.spec.ts b/lib/core/src/lib/datatable/components/location-cell/location-cell.component.spec.ts index 79cc25cc27..a3fa98f7e9 100644 --- a/lib/core/src/lib/datatable/components/location-cell/location-cell.component.spec.ts +++ b/lib/core/src/lib/datatable/components/location-cell/location-cell.component.spec.ts @@ -30,7 +30,7 @@ describe('LocationCellComponent', () => { beforeEach(() => { TestBed.configureTestingModule({ - imports: [ + "imports": [ LocationCellComponent, CoreTestingModule ] @@ -41,18 +41,18 @@ describe('LocationCellComponent', () => { beforeEach(() => { rowData = { - name: '1', - path: { - elements: [ - { id: '1', name: 'User files', nodeType: 'folder' }, - { id: '2', name: 'Favorite', nodeType: 'folder' }, - { id: '3', name: 'Movies', nodeType: 'folder' } + "name": '1', + "path": { + "elements": [ + { "id": '1', "name": 'User files', "nodeType": 'folder' }, + { "id": '2', "name": 'Favorite', "nodeType": 'folder' }, + { "id": '3', "name": 'Movies', "nodeType": 'folder' } ], - name: '/User files/Favorite/Movies' + "name": '/User files/Favorite/Movies' } }; - columnData = { format: '/files', type: 'location', key: 'path'}; + columnData = { "format": '/files', "type": 'location', "key": 'path'}; dataTableAdapter = new ObjectDataTableAdapter( [rowData], @@ -102,7 +102,7 @@ describe('LocationCellComponent', () => { }); it('should not setup cell when path is missing required properties', (done) => { - rowData.path = { someProp: '' }; + rowData.path = { "someProp": '' }; fixture.detectChanges(); @@ -117,7 +117,7 @@ describe('LocationCellComponent', () => { it('should not setup cell when path data is missing one of the property', () => { rowData.path = { - name: 'some-name' + "name": 'some-name' }; let value = ''; @@ -133,7 +133,7 @@ describe('LocationCellComponent', () => { expect(component.link).toEqual([]); rowData.path = { - elements: [] + "elements": [] }; fixture.detectChanges(); diff --git a/lib/core/src/lib/datatable/components/location-cell/location-cell.component.ts b/lib/core/src/lib/datatable/components/location-cell/location-cell.component.ts index e82f1d3aad..db279c343d 100644 --- a/lib/core/src/lib/datatable/components/location-cell/location-cell.component.ts +++ b/lib/core/src/lib/datatable/components/location-cell/location-cell.component.ts @@ -22,30 +22,29 @@ import { RouterModule } from '@angular/router'; import { PathInfo } from '@alfresco/js-api'; @Component({ - standalone: true, - imports: [AsyncPipe, RouterModule], - selector: 'adf-location-cell', - changeDetection: ChangeDetectionStrategy.OnPush, - template: ` + "standalone": true, + "imports": [AsyncPipe, RouterModule], + "selector": 'adf-location-cell', + "changeDetection": ChangeDetectionStrategy.OnPush, + "template": ` {{ value$ | async }} `, - encapsulation: ViewEncapsulation.None, - host: { class: 'adf-location-cell adf-datatable-content-cell' } + "encapsulation": ViewEncapsulation.None, + "host": { "class": 'adf-location-cell adf-datatable-content-cell' } }) export class LocationCellComponent extends DataTableCellComponent implements OnInit { @Input() link: any[]; - ngOnInit() { + ngOnInit () { super.ngOnInit(); } - /** @override */ - protected updateValue(): void { + protected updateValue (): void { if (this.column?.key && this.column?.format && this.row && this.data) { const path: PathInfo = this.data.getValue(this.row, this.column, this.resolverFn); diff --git a/lib/core/src/lib/datatable/components/mocks/datatable.mock.ts b/lib/core/src/lib/datatable/components/mocks/datatable.mock.ts index 5778d2c3ab..cefe8d2770 100644 --- a/lib/core/src/lib/datatable/components/mocks/datatable.mock.ts +++ b/lib/core/src/lib/datatable/components/mocks/datatable.mock.ts @@ -20,139 +20,139 @@ import { DataColumn } from '../../data/data-column.model'; export const mockCarsData: any = [ { - car_id: 1, - car_name: 'Fiat 126p (Process)', - car_price: 599.00, - fuel_consumption: 5.25789, - is_available: 'false', - production_start: '1972-04-23', - description: 'The Fiat 126 (Type 126) is a four-passenger, rear-engine, city car manufactured and marketed by Fiat over a twenty-eight year production run from 1972 until 2000, over a single generation.', - icon: 'airport_shuttle', - wikipedia_link: 'https://en.wikipedia.org/wiki/Fiat_126' + "car_id": 1, + "car_name": 'Fiat 126p (Process)', + "car_price": 599.00, + "fuel_consumption": 5.25789, + "is_available": 'false', + "production_start": '1972-04-23', + "description": 'The Fiat 126 (Type 126) is a four-passenger, rear-engine, city car manufactured and marketed by Fiat over a twenty-eight year production run from 1972 until 2000, over a single generation.', + "icon": 'airport_shuttle', + "wikipedia_link": 'https://en.wikipedia.org/wiki/Fiat_126' }, { - car_id: 2, - car_name: 'Citroen Xsara Picasso (Process)', - car_price: 10000, - fuel_consumption: 4.9, - is_available: 'true', - production_start: '2004-02-10T12:25:43.511Z', - description: 'The Citroën Xsara Picasso is a car produced by Citroën from 1999 to 2012. It has a five-seater five-door compact MPV design.', - icon: 'local_shipping', - wikipedia_link: 'https://en.wikipedia.org/wiki/Citro%C3%ABn_Xsara_Picasso' + "car_id": 2, + "car_name": 'Citroen Xsara Picasso (Process)', + "car_price": 10000, + "fuel_consumption": 4.9, + "is_available": 'true', + "production_start": '2004-02-10T12:25:43.511Z', + "description": 'The Citroën Xsara Picasso is a car produced by Citroën from 1999 to 2012. It has a five-seater five-door compact MPV design.', + "icon": 'local_shipping', + "wikipedia_link": 'https://en.wikipedia.org/wiki/Citro%C3%ABn_Xsara_Picasso' }, { - car_id: 3, - car_name: 'Audi A3 (Process)', - car_price: 15000.12345, - fuel_consumption: 6, - is_available: 'true', - production_start: '1998-06-25T12:25:20', - description: 'The Audi A3 is a subcompact executive/small family car (C-segment) manufactured and marketed by the German automaker Audi AG since September 1996, currently in its fourth generation.', - icon: 'directions_car', - wikipedia_link: 'https://en.wikipedia.org/wiki/Audi_A3' + "car_id": 3, + "car_name": 'Audi A3 (Process)', + "car_price": 15000.12345, + "fuel_consumption": 6, + "is_available": 'true', + "production_start": '1998-06-25T12:25:20', + "description": 'The Audi A3 is a subcompact executive/small family car (C-segment) manufactured and marketed by the German automaker Audi AG since September 1996, currently in its fourth generation.', + "icon": 'directions_car', + "wikipedia_link": 'https://en.wikipedia.org/wiki/Audi_A3' } ]; export const mockCarsSchemaDefinition: DataColumn[] = [ { - type: 'icon', - key: 'icon', - title: '', - sortable: true, - draggable: true + "type": 'icon', + "key": 'icon', + "title": '', + "sortable": true, + "draggable": true }, { - type: 'text', - key: 'car_id', - title: 'Car ID', - sortable: true, - draggable: true + "type": 'text', + "key": 'car_id', + "title": 'Car ID', + "sortable": true, + "draggable": true }, { - type: 'text', - key: 'car_name', - title: 'Car Name', - sortable: true, - draggable: true + "type": 'text', + "key": 'car_name', + "title": 'Car Name', + "sortable": true, + "draggable": true }, { - type: 'amount', - key: 'car_price', - title: 'Car Price', - sortable: true, - draggable: true, - currencyConfig: { - code: 'USA', - display: 'code', - digitsInfo: '1.0-2', - locale: 'en-US' + "type": 'amount', + "key": 'car_price', + "title": 'Car Price', + "sortable": true, + "draggable": true, + "currencyConfig": { + "code": 'USA', + "display": 'code', + "digitsInfo": '1.0-2', + "locale": 'en-US' } }, { - type: 'number', - key: 'fuel_consumption', - title: 'Fuel Consumption (l/100km)', - sortable: true, - draggable: true, - decimalConfig: { - digitsInfo: '1.0-3', - locale: 'en-US' + "type": 'number', + "key": 'fuel_consumption', + "title": 'Fuel Consumption (l/100km)', + "sortable": true, + "draggable": true, + "decimalConfig": { + "digitsInfo": '1.0-3', + "locale": 'en-US' } }, { - type: 'boolean', - key: 'is_available', - title: 'Available?', - sortable: true, - draggable: true + "type": 'boolean', + "key": 'is_available', + "title": 'Available?', + "sortable": true, + "draggable": true }, { - type: 'date', - key: 'production_start', - title: 'Production Start', - sortable: true, - draggable: true + "type": 'date', + "key": 'production_start', + "title": 'Production Start', + "sortable": true, + "draggable": true }, { - type: 'json', - key: 'description', - title: 'Description', - sortable: true, - draggable: true + "type": 'json', + "key": 'description', + "title": 'Description', + "sortable": true, + "draggable": true }, { - type: 'location', - format: '/somewhere', - key: 'wikipedia_link', - title: 'Wikipedia', - sortable: true, - draggable: true + "type": 'location', + "format": '/somewhere', + "key": 'wikipedia_link', + "title": 'Wikipedia', + "sortable": true, + "draggable": true } ]; export const mockPathInfos: PathInfo[] = [ { - elements: [ - { id: '1', name: 'User files', nodeType: 'folder' }, - { id: '2', name: 'Favorite', nodeType: 'folder' }, - { id: '3', name: 'Movies', nodeType: 'folder' } + "elements": [ + { "id": '1', "name": 'User files', "nodeType": 'folder' }, + { "id": '2', "name": 'Favorite', "nodeType": 'folder' }, + { "id": '3', "name": 'Movies', "nodeType": 'folder' } ], - name: '/User files/Favorite/Movies' + "name": '/User files/Favorite/Movies' }, { - elements: [ - { id: '1', name: 'User files', nodeType: 'folder' }, - { id: '4', name: 'Photos', nodeType: 'folder' } + "elements": [ + { "id": '1', "name": 'User files', "nodeType": 'folder' }, + { "id": '4', "name": 'Photos', "nodeType": 'folder' } ], - name: '/User files/Photos' + "name": '/User files/Photos' }, { - elements: [ - { id: '1', name: 'User files', nodeType: 'folder' }, - { id: '2', name: 'Favorite', nodeType: 'folder' }, - { id: '5', name: 'Series', nodeType: 'folder' } + "elements": [ + { "id": '1', "name": 'User files', "nodeType": 'folder' }, + { "id": '2', "name": 'Favorite', "nodeType": 'folder' }, + { "id": '5', "name": 'Series', "nodeType": 'folder' } ], - name: '/User files/Favorite/Series' + "name": '/User files/Favorite/Series' } ]; diff --git a/lib/core/src/lib/datatable/components/number-cell/number-cell.component.spec.ts b/lib/core/src/lib/datatable/components/number-cell/number-cell.component.spec.ts index 265c5ab0c5..a1220d1f5d 100644 --- a/lib/core/src/lib/datatable/components/number-cell/number-cell.component.spec.ts +++ b/lib/core/src/lib/datatable/components/number-cell/number-cell.component.spec.ts @@ -40,7 +40,7 @@ describe('NumberCellComponent', () => { beforeEach(() => { TestBed.configureTestingModule({ - imports: [NumberCellComponent] + "imports": [NumberCellComponent] }); fixture = TestBed.createComponent(NumberCellComponent); component = fixture.componentInstance; @@ -56,7 +56,7 @@ describe('NumberCellComponent', () => { }); it('should render decimal value with custom digitsInfo', () => { - renderAndCheckNumberValue({ digitsInfo: '1.2-2' }, 123.456789, '123.46'); + renderAndCheckNumberValue({ "digitsInfo": '1.2-2' }, 123.456789, '123.46'); }); }); @@ -66,8 +66,8 @@ describe('NumberCellComponent locale', () => { it('should render decimal value with custom locale', () => { TestBed.configureTestingModule({ - imports: [NumberCellComponent], - providers: [{ provide: LOCALE_ID, useValue: 'pl-PL' }] + "imports": [NumberCellComponent], + "providers": [{ "provide": LOCALE_ID, "useValue": 'pl-PL' }] }); fixture = TestBed.createComponent(NumberCellComponent); @@ -75,7 +75,7 @@ describe('NumberCellComponent locale', () => { registerLocaleData(localePL); component.value$ = new BehaviorSubject(123.45); - component.decimalConfig = { locale: 'pl-PL' }; + component.decimalConfig = { "locale": 'pl-PL' }; fixture.detectChanges(); const displayedNumber = fixture.nativeElement.querySelector('span'); diff --git a/lib/core/src/lib/datatable/components/number-cell/number-cell.component.ts b/lib/core/src/lib/datatable/components/number-cell/number-cell.component.ts index 66ace781c3..fc09357796 100644 --- a/lib/core/src/lib/datatable/components/number-cell/number-cell.component.ts +++ b/lib/core/src/lib/datatable/components/number-cell/number-cell.component.ts @@ -27,13 +27,13 @@ import { DecimalConfig } from '../../data/data-column.model'; import { CommonModule } from '@angular/common'; @Component({ - standalone: true, - imports: [CommonModule], - selector: 'adf-number-cell', - templateUrl: './number-cell.component.html', - host: { class: 'adf-datatable-content-cell' }, - encapsulation: ViewEncapsulation.None, - changeDetection: ChangeDetectionStrategy.OnPush + "standalone": true, + "imports": [CommonModule], + "selector": 'adf-number-cell', + "templateUrl": './number-cell.component.html', + "host": { "class": 'adf-datatable-content-cell' }, + "encapsulation": ViewEncapsulation.None, + "changeDetection": ChangeDetectionStrategy.OnPush }) export class NumberCellComponent extends DataTableCellComponent implements OnInit { @@ -41,11 +41,11 @@ export class NumberCellComponent extends DataTableCellComponent implements OnIni decimalConfig: DecimalConfig; readonly defaultDecimalConfig: DecimalConfig = { - digitsInfo: undefined, - locale: undefined + "digitsInfo": undefined, + "locale": undefined }; - ngOnInit() { + ngOnInit () { super.ngOnInit(); } } diff --git a/lib/core/src/lib/datatable/data-column/data-column-header.component.ts b/lib/core/src/lib/datatable/data-column/data-column-header.component.ts index e79c357072..76f9c855aa 100644 --- a/lib/core/src/lib/datatable/data-column/data-column-header.component.ts +++ b/lib/core/src/lib/datatable/data-column/data-column-header.component.ts @@ -21,17 +21,17 @@ import { AfterContentInit, Component, ContentChild, TemplateRef } from '@angular import { DataColumnComponent } from './data-column.component'; @Component({ - selector: 'adf-data-column-header', - template: '' + "selector": 'adf-data-column-header', + "template": '' }) export class DateColumnHeaderComponent implements AfterContentInit { @ContentChild(TemplateRef) public header: TemplateRef; - constructor(private columnComponent: DataColumnComponent) {} + constructor (private columnComponent: DataColumnComponent) {} - ngAfterContentInit() { + ngAfterContentInit () { if (this.columnComponent) { this.columnComponent.header = this.header; } diff --git a/lib/core/src/lib/datatable/data-column/data-column-list.component.ts b/lib/core/src/lib/datatable/data-column/data-column-list.component.ts index 7149453e21..556d5d4c2e 100644 --- a/lib/core/src/lib/datatable/data-column/data-column-list.component.ts +++ b/lib/core/src/lib/datatable/data-column/data-column-list.component.ts @@ -21,8 +21,8 @@ import { Component, ContentChildren, QueryList } from '@angular/core'; import { DataColumnComponent } from './data-column.component'; @Component({ - selector: 'data-columns', - template: '' + "selector": 'data-columns', + "template": '' }) export class DataColumnListComponent { diff --git a/lib/core/src/lib/datatable/data-column/data-column.component.spec.ts b/lib/core/src/lib/datatable/data-column/data-column.component.spec.ts index 1386966e97..f6fe2a789e 100644 --- a/lib/core/src/lib/datatable/data-column/data-column.component.spec.ts +++ b/lib/core/src/lib/datatable/data-column/data-column.component.spec.ts @@ -23,7 +23,7 @@ import { TestBed } from '@angular/core/testing'; describe('DataColumnListComponent', () => { beforeEach(() => { TestBed.configureTestingModule({ - imports: [ + "imports": [ TranslateModule.forRoot(), CoreTestingModule ] diff --git a/lib/core/src/lib/datatable/data-column/data-column.component.stories.ts b/lib/core/src/lib/datatable/data-column/data-column.component.stories.ts index 6be7ac94c9..1183551519 100644 --- a/lib/core/src/lib/datatable/data-column/data-column.component.stories.ts +++ b/lib/core/src/lib/datatable/data-column/data-column.component.stories.ts @@ -24,210 +24,210 @@ import { RouterTestingModule } from '@angular/router/testing'; import { DataRow } from '../index'; export default { - component: DataColumnComponent, - title: 'Core/Data Column/Data Column', - decorators: [ + "component": DataColumnComponent, + "title": 'Core/Data Column/Data Column', + "decorators": [ moduleMetadata({ - imports: [ + "imports": [ CoreStoryModule, DataTableModule, RouterTestingModule ] }) ], - argTypes: { - copyContent: { - description: + "argTypes": { + "copyContent": { + "description": 'Enables/disables a Clipboard directive to allow copying of cell contents.', - control: { type: 'boolean' }, - defaultValue: false, - table: { - category: 'Component Inputs', - type: { - summary: 'boolean' + "control": { "type": 'boolean' }, + "defaultValue": false, + "table": { + "category": 'Component Inputs', + "type": { + "summary": 'boolean' } } }, - cssClass: { - description: + "cssClass": { + "description": 'Additional CSS class to be applied to column (header and cells).', - control: { type: 'text' }, - defaultValue: '', - table: { - category: 'Component Inputs', - type: { - summary: 'string' + "control": { "type": 'text' }, + "defaultValue": '', + "table": { + "category": 'Component Inputs', + "type": { + "summary": 'string' } } }, - customData: { - description: + "customData": { + "description": 'You can specify any custom data which can be used by any specific feature', - control: { disable: true }, - table: { - category: 'Component Inputs', - type: { - summary: 'any' + "control": { "disable": true }, + "table": { + "category": 'Component Inputs', + "type": { + "summary": 'any' } } }, - draggable: { - description: 'Toggles drag and drop for header column.', - control: { type: 'boolean' }, - defaultValue: false, - table: { - category: 'Component Inputs', - type: { - summary: 'boolean' + "draggable": { + "description": 'Toggles drag and drop for header column.', + "control": { "type": 'boolean' }, + "defaultValue": false, + "table": { + "category": 'Component Inputs', + "type": { + "summary": 'boolean' }, - defaultValue: { - summary: false + "defaultValue": { + "summary": false } } }, - editable: { - description: 'Toggles the editing support of the column data.', - control: { type: 'boolean', disable: true }, - defaultValue: false, - table: { - category: 'Component Inputs', - type: { - summary: 'boolean' + "editable": { + "description": 'Toggles the editing support of the column data.', + "control": { "type": 'boolean', "disable": true }, + "defaultValue": false, + "table": { + "category": 'Component Inputs', + "type": { + "summary": 'boolean' }, - defaultValue: { - summary: false + "defaultValue": { + "summary": false } } }, - focus: { - description: 'Enable or disable cell focus', - control: { disable: true }, - table: { - category: 'Component Inputs', - type: { - summary: 'boolean' + "focus": { + "description": 'Enable or disable cell focus', + "control": { "disable": true }, + "table": { + "category": 'Component Inputs', + "type": { + "summary": 'boolean' }, - defaultValue: { - summary: true + "defaultValue": { + "summary": true } } }, - format: { - description: + "format": { + "description": 'Used for location type. Setups root path for router navigation.', - control: { type: 'text', disable: true }, - table: { - category: 'Component Inputs', - type: { - summary: 'string' + "control": { "type": 'text', "disable": true }, + "table": { + "category": 'Component Inputs', + "type": { + "summary": 'string' } } }, - formatTooltip: { - description: 'Custom tooltip formatter function.', - control: { disable: true }, - table: { - category: 'Component Inputs', - type: { - summary: 'Function' + "formatTooltip": { + "description": 'Custom tooltip formatter function.', + "control": { "disable": true }, + "table": { + "category": 'Component Inputs', + "type": { + "summary": 'Function' } } }, - id: { - description: 'Column identifier.', - control: { disable: true }, - table: { - category: 'Component Inputs', - type: { - summary: 'string' + "id": { + "description": 'Column identifier.', + "control": { "disable": true }, + "table": { + "category": 'Component Inputs', + "type": { + "summary": 'string' }, - defaultValue: { - summary: '' + "defaultValue": { + "summary": '' } } }, - isHidden: { - description: 'Hides columns', - control: { type: 'boolean' }, - defaultValue: false, - table: { - category: 'Component Inputs', - type: { - summary: 'boolean' + "isHidden": { + "description": 'Hides columns', + "control": { "type": 'boolean' }, + "defaultValue": false, + "table": { + "category": 'Component Inputs', + "type": { + "summary": 'boolean' }, - defaultValue: { - summary: 'false' + "defaultValue": { + "summary": 'false' } } }, - key: { - description: + "key": { + "description": 'Data source key. Can be either a column/property key like title or a property path like `createdBy.name`.', - control: { type: 'text', disable: false }, - table: { - category: 'Component Inputs', - type: { - summary: 'string' + "control": { "type": 'text', "disable": false }, + "table": { + "category": 'Component Inputs', + "type": { + "summary": 'string' } } }, - sortable: { - description: + "sortable": { + "description": 'Toggles ability to sort by this column, for example by clicking the column header.', - control: { type: 'boolean' }, - defaultValue: true, - table: { - category: 'Component Inputs', - type: { - summary: 'boolean' + "control": { "type": 'boolean' }, + "defaultValue": true, + "table": { + "category": 'Component Inputs', + "type": { + "summary": 'boolean' }, - defaultValue: { - summary: true + "defaultValue": { + "summary": true } } }, - sortingKey: { - description: + "sortingKey": { + "description": 'When using server side sorting the column used by the api call where the sorting will be performed', - control: { disable: true }, - table: { - category: 'Component Inputs', - type: { - summary: 'string' + "control": { "disable": true }, + "table": { + "category": 'Component Inputs', + "type": { + "summary": 'string' } } }, - srTitle: { - description: 'Title to be used for screen readers.', - control: { type: 'text' }, - defaultValue: '', - table: { - category: 'Component Inputs', - type: { - summary: 'string' + "srTitle": { + "description": 'Title to be used for screen readers.', + "control": { "type": 'text' }, + "defaultValue": '', + "table": { + "category": 'Component Inputs', + "type": { + "summary": 'string' } } }, - title: { - description: + "title": { + "description": 'Display title of the column, typically used for column headers. You can use the i18n resource key to get it translated automatically.', - control: { type: 'text' }, - defaultValue: '', - table: { - category: 'Component Inputs', - type: { - summary: 'string' + "control": { "type": 'text' }, + "defaultValue": '', + "table": { + "category": 'Component Inputs', + "type": { + "summary": 'string' }, - defaultValue: { - summary: '' + "defaultValue": { + "summary": '' } } }, - type: { - description: + "type": { + "description": 'Value type for the column. Possible settings are: `text`, `icon`, `image`, `date`, `fileSize`, `location`, `boolean`, `amount`, `number` and `json`.', - control: { type: 'select', disable: false }, - options: [ + "control": { "type": 'select', "disable": false }, + "options": [ 'text', 'icon', 'image', @@ -239,81 +239,81 @@ export default { 'number', 'json' ], - table: { - category: 'Component Inputs', - type: { - summary: 'DataColumnType' + "table": { + "category": 'Component Inputs', + "type": { + "summary": 'DataColumnType' }, - defaultValue: { - summary: 'text' + "defaultValue": { + "summary": 'text' } }, - defaultValue: 'text' + "defaultValue": 'text' }, - currencyConfig: { - description: + "currencyConfig": { + "description": `The currencyConfig input allows you to customize the formatting and display of currency values within the component.`, - control: { type: 'object', disable: true }, - table: { - category: 'Component Inputs', - type: { - summary: 'CurrencyConfig' + "control": { "type": 'object', "disable": true }, + "table": { + "category": 'Component Inputs', + "type": { + "summary": 'CurrencyConfig' }, - defaultValue: { - summary: `{ code: 'USD', display: 'symbol' }` + "defaultValue": { + "summary": `{ code: 'USD', display: 'symbol' }` } }, - defaultValue: { - code: 'USD', - display: 'symbol', - digitsInfo: undefined, - locale: undefined + "defaultValue": { + "code": 'USD', + "display": 'symbol', + "digitsInfo": undefined, + "locale": undefined } }, - decimalConfig: { - description: + "decimalConfig": { + "description": `The decimalConfig input allows you to customize the formatting and display of decimal values within the component.`, - control: { type: 'object', disable: true }, - table: { - category: 'Component Inputs', - type: { - summary: 'DecimalConfig' + "control": { "type": 'object', "disable": true }, + "table": { + "category": 'Component Inputs', + "type": { + "summary": 'DecimalConfig' }, - defaultValue: { - summary: `{}` + "defaultValue": { + "summary": `{}` } }, - defaultValue: { - digitsInfo: '2.4-5', - locale: undefined + "defaultValue": { + "digitsInfo": '2.4-5', + "locale": undefined } }, - dateConfig: { - description: + "dateConfig": { + "description": `The dateConfig input allows you to configure date formatting and localization for a component.`, - control: { type: 'object', disable: true }, - table: { - category: 'Component Inputs', - type: { - summary: 'DateConfig' + "control": { "type": 'object', "disable": true }, + "table": { + "category": 'Component Inputs', + "type": { + "summary": 'DateConfig' }, - defaultValue: { - summary: `{ format: 'medium', tooltipFormat: 'medium' }` + "defaultValue": { + "summary": `{ format: 'medium', tooltipFormat: 'medium' }` } }, - defaultValue: { - format: 'medium', - tooltipFormat: 'medium', - locale: undefined + "defaultValue": { + "format": 'medium', + "tooltipFormat": 'medium', + "locale": undefined } }, - rows: { - description: 'Provides rows for DataTable component', - control: { disable: false }, - table: { - category: 'Component data', - type: { - summary: 'array' + "rows": { + "description": 'Provides rows for DataTable component', + "control": { "disable": false }, + "table": { + "category": 'Component data', + "type": { + "summary": 'array' } } } @@ -324,8 +324,8 @@ const formatCustomTooltip = (row: DataRow): string => row ? 'This is ' + row.getValue('firstname') : null; const template: Story = (args: DataColumnComponent & { rows: DataRow[] }) => ({ - props: args, - template: ` + "props": args, + "template": ` = (args: DataColumnComponent & { rows // Text Column export const textColumn: Story = template.bind({}); textColumn.args = { - rows: mockData.textColumnRows, - key: 'firstname', - type: 'text', - title: 'Text Column' + "rows": mockData.textColumnRows, + "key": 'firstname', + "type": 'text', + "title": 'Text Column' }; // Text Column With Custom Tooltip export const textColumnWithCustomTooltip: Story = template.bind({}); textColumnWithCustomTooltip.argTypes = { - formatTooltip: { control: { disable: false } } + "formatTooltip": { "control": { "disable": false } } }; textColumnWithCustomTooltip.args = { - rows: mockData.textColumnRows, - key: 'firstname', - type: 'text', - title: 'Custom Tooltip Column', - formatTooltip: formatCustomTooltip + "rows": mockData.textColumnRows, + "key": 'firstname', + "type": 'text', + "title": 'Custom Tooltip Column', + "formatTooltip": formatCustomTooltip }; // Icon Column export const iconColumn: Story = template.bind({}); iconColumn.argTypes = { - copyContent: { control: { disable: true } } + "copyContent": { "control": { "disable": true } } }; iconColumn.args = { - rows: mockData.iconColumnRows, - key: 'icon', - type: 'icon', - title: 'Icon Column' + "rows": mockData.iconColumnRows, + "key": 'icon', + "type": 'icon', + "title": 'Icon Column' }; // Image Column export const imageColumn: Story = template.bind({}); imageColumn.argTypes = { - copyContent: { control: { disable: true } } + "copyContent": { "control": { "disable": true } } }; imageColumn.args = { - rows: mockData.imageColumnRows, - key: 'image', - type: 'image', - title: 'Image Column' + "rows": mockData.imageColumnRows, + "key": 'image', + "type": 'image', + "title": 'Image Column' }; // Date Column export const dateColumn: Story = template.bind({}); dateColumn.argTypes = { - copyContent: { control: { disable: true } }, - dateConfig: { control: { disable: false } } + "copyContent": { "control": { "disable": true } }, + "dateConfig": { "control": { "disable": false } } }; dateColumn.args = { - rows: mockData.dateColumnRows, - key: 'createdOn', - type: 'date', - title: 'Date Column' + "rows": mockData.dateColumnRows, + "key": 'createdOn', + "type": 'date', + "title": 'Date Column' }; // Date Column Time Ago export const dateColumnTimeAgo: Story = template.bind({}); dateColumnTimeAgo.argTypes = { - copyContent: { control: { disable: true } }, - dateConfig: { control: { disable: false } } + "copyContent": { "control": { "disable": true } }, + "dateConfig": { "control": { "disable": false } } }; dateColumnTimeAgo.args = { - rows: mockData.dateColumnTimeAgoRows, - key: 'modifiedOn', - type: 'date', - title: 'Date Column Time Ago', - dateConfig: { format: 'timeAgo' } + "rows": mockData.dateColumnTimeAgoRows, + "key": 'modifiedOn', + "type": 'date', + "title": 'Date Column Time Ago', + "dateConfig": { "format": 'timeAgo' } }; // File Size Column export const fileSizeColumn: Story = template.bind({}); fileSizeColumn.argTypes = { - copyContent: { control: { disable: true } } + "copyContent": { "control": { "disable": true } } }; fileSizeColumn.args = { - rows: mockData.fileSizeColumnRows, - key: 'size', - type: 'fileSize', - title: 'File Size Column' + "rows": mockData.fileSizeColumnRows, + "key": 'size', + "type": 'fileSize', + "title": 'File Size Column' }; // Location Column export const locationColumn: Story = template.bind({}); locationColumn.argTypes = { - copyContent: { control: { disable: true } }, - format: { control: { disable: false }}, - sortable: { control: { disable: true }} + "copyContent": { "control": { "disable": true } }, + "format": { "control": { "disable": false }}, + "sortable": { "control": { "disable": true }} }; locationColumn.args = { - rows: mockData.locationColumnRows, - format: '/files', - key: 'path', - type: 'location', - title: 'Location Column' + "rows": mockData.locationColumnRows, + "format": '/files', + "key": 'path', + "type": 'location', + "title": 'Location Column' }; // Boolean Column export const booleanColumn: Story = template.bind({}); booleanColumn.argTypes = { - copyContent: { control: { disable: true } } + "copyContent": { "control": { "disable": true } } }; booleanColumn.args = { - rows: mockData.booleanColumnRows, - key: 'bool', - type: 'boolean', - title: 'Boolean Column' + "rows": mockData.booleanColumnRows, + "key": 'bool', + "type": 'boolean', + "title": 'Boolean Column' }; // Json Column export const jsonColumn: Story = template.bind({}); jsonColumn.argTypes = { - editable: { control: { disable: false } }, - copyContent: { control: { disable: true } } + "editable": { "control": { "disable": false } }, + "copyContent": { "control": { "disable": true } } }; jsonColumn.args = { - rows: mockData.jsonColumnRows, - key: 'rowInfo', - type: 'json', - title: 'JSON Column' + "rows": mockData.jsonColumnRows, + "key": 'rowInfo', + "type": 'json', + "title": 'JSON Column' }; // Amount Column export const amountColumn: Story = template.bind({}); amountColumn.argTypes = { - copyContent: { control: { disable: true } }, - currencyConfig: { control: { disable: false } } + "copyContent": { "control": { "disable": true } }, + "currencyConfig": { "control": { "disable": false } } }; amountColumn.args = { - rows: mockData.amountColumnRows, - key: 'price', - type: 'amount', - title: 'Amount Column' + "rows": mockData.amountColumnRows, + "key": 'price', + "type": 'amount', + "title": 'Amount Column' }; // Number Column export const numberColumn: Story = template.bind({}); numberColumn.argTypes = { - decimalConfig: { control: { disable: false } }, - copyContent: { control: { disable: true } } + "decimalConfig": { "control": { "disable": false } }, + "copyContent": { "control": { "disable": true } } }; numberColumn.args = { - rows: mockData.amountColumnRows, - key: 'price', - type: 'number', - title: 'Number Column' + "rows": mockData.amountColumnRows, + "key": 'price', + "type": 'number', + "title": 'Number Column' }; diff --git a/lib/core/src/lib/datatable/data-column/data-column.component.ts b/lib/core/src/lib/datatable/data-column/data-column.component.ts index aa07d756de..a055da8482 100644 --- a/lib/core/src/lib/datatable/data-column/data-column.component.ts +++ b/lib/core/src/lib/datatable/data-column/data-column.component.ts @@ -22,8 +22,8 @@ import { DataColumnType } from '@alfresco/adf-extensions'; import { CurrencyConfig, DateConfig, DecimalConfig } from '../data/data-column.model'; @Component({ - selector: 'data-column', - template: '' + "selector": 'data-column', + "template": '' }) export class DataColumnComponent implements OnInit { @@ -122,7 +122,7 @@ export class DataColumnComponent implements OnInit { /** Data column header template */ header?: TemplateRef; - ngOnInit() { + ngOnInit () { if (!this.srTitle && this.key === '$thumbnail') { this.srTitle = 'Thumbnail'; } diff --git a/lib/core/src/lib/datatable/data-column/data-column.module.ts b/lib/core/src/lib/datatable/data-column/data-column.module.ts index cec5d048a2..3607a8e93d 100644 --- a/lib/core/src/lib/datatable/data-column/data-column.module.ts +++ b/lib/core/src/lib/datatable/data-column/data-column.module.ts @@ -23,15 +23,15 @@ import { DataColumnComponent } from './data-column.component'; import { DateColumnHeaderComponent } from './data-column-header.component'; @NgModule({ - imports: [ + "imports": [ CommonModule ], - declarations: [ + "declarations": [ DataColumnComponent, DataColumnListComponent, DateColumnHeaderComponent ], - exports: [ + "exports": [ DataColumnComponent, DataColumnListComponent, DateColumnHeaderComponent diff --git a/lib/core/src/lib/datatable/data/data-row-event.model.ts b/lib/core/src/lib/datatable/data/data-row-event.model.ts index d969f889fd..4079d9109d 100644 --- a/lib/core/src/lib/datatable/data/data-row-event.model.ts +++ b/lib/core/src/lib/datatable/data/data-row-event.model.ts @@ -22,7 +22,7 @@ export class DataRowEvent extends BaseUIEvent { sender: any; - constructor(value: DataRow, domEvent: Event, sender?: any) { + constructor (value: DataRow, domEvent: Event, sender?: any) { super(); this.value = value; this.event = domEvent; diff --git a/lib/core/src/lib/datatable/data/data-sorting.model.ts b/lib/core/src/lib/datatable/data/data-sorting.model.ts index 626f8dcf30..0bd9c327c9 100644 --- a/lib/core/src/lib/datatable/data/data-sorting.model.ts +++ b/lib/core/src/lib/datatable/data/data-sorting.model.ts @@ -16,7 +16,7 @@ */ export class DataSorting { - constructor( + constructor ( public key?: string, public direction?: string) { } diff --git a/lib/core/src/lib/datatable/data/data-table.schema.ts b/lib/core/src/lib/datatable/data/data-table.schema.ts index 693d753441..fc02b8fc83 100644 --- a/lib/core/src/lib/datatable/data/data-table.schema.ts +++ b/lib/core/src/lib/datatable/data/data-table.schema.ts @@ -45,9 +45,9 @@ export abstract class DataTableSchema { private columnsSchemaSubject$ = new ReplaySubject(); isColumnSchemaCreated$ = this.columnsSchemaSubject$.asObservable(); - constructor(private appConfigService: AppConfigService, protected presetKey: string, protected presetsModel: any) {} + constructor (private appConfigService: AppConfigService, protected presetKey: string, protected presetsModel: any) {} - public createDatatableSchema(): void { + public createDatatableSchema (): void { this.loadLayoutPresets(); if (!this.columns || this.columns.length === 0) { this.createColumns(); @@ -57,14 +57,14 @@ export abstract class DataTableSchema { } } - public createColumns(): void { + public createColumns (): void { const allColumns = this.mergeJsonAndHtmlSchema(); const allColumnsWithWidth = this.setColumnsWidth(allColumns); const columns = this.setHiddenColumns(allColumnsWithWidth); this.columns = this.sortColumnsByKey(columns); } - public loadLayoutPresets(): void { + public loadLayoutPresets (): void { const externalSettings = this.appConfigService.get(this.presetKey, null); if (externalSettings) { this.layoutPresets = Object.assign({}, this.presetsModel, externalSettings); @@ -73,7 +73,7 @@ export abstract class DataTableSchema { } } - public mergeJsonAndHtmlSchema(): any { + public mergeJsonAndHtmlSchema (): any { const configSchemaColumns = this.getSchemaFromConfig(this.presetColumn); const htmlSchemaColumns = this.getSchemaFromHtml(this.columnList); @@ -88,7 +88,7 @@ export abstract class DataTableSchema { return customSchemaColumns; } - public getSchemaFromHtml(columnList: DataColumnListComponent): DataColumn[] { + public getSchemaFromHtml (columnList: DataColumnListComponent): DataColumn[] { let schema = []; if (columnList?.columns?.length > 0) { schema = columnList.columns.map((c) => c as DataColumn); @@ -96,23 +96,23 @@ export abstract class DataTableSchema { return schema; } - public getSchemaFromConfig(presetColumn: string): DataColumn[] { + public getSchemaFromConfig (presetColumn: string): DataColumn[] { return presetColumn && this.layoutPresets[presetColumn] ? this.layoutPresets[presetColumn].map((col) => new ObjectDataColumn(col)) : []; } - private getDefaultLayoutPreset(): DataColumn[] { + private getDefaultLayoutPreset (): DataColumn[] { return this.layoutPresets['default'].map((col) => new ObjectDataColumn(col)); } - public setPresetKey(presetKey: string) { + public setPresetKey (presetKey: string) { this.presetKey = presetKey; } - public setPresetsModel(presetsModel: any) { + public setPresetsModel (presetsModel: any) { this.presetsModel = presetsModel; } - private sortColumnsByKey(columns: any[]): any[] { + private sortColumnsByKey (columns: any[]): any[] { const defaultColumns = [...columns]; const columnsWithProperOrder = []; @@ -128,23 +128,23 @@ export abstract class DataTableSchema { return [...columnsWithProperOrder, ...defaultColumns]; } - private setHiddenColumns(columns: DataColumn[]): DataColumn[] { + private setHiddenColumns (columns: DataColumn[]): DataColumn[] { if (this.columnsVisibility) { return columns.map((column) => { const isColumnVisible = this.columnsVisibility[column.id]; - return isColumnVisible === undefined ? column : { ...column, isHidden: !isColumnVisible }; + return isColumnVisible === undefined ? column : { ...column, "isHidden": !isColumnVisible }; }); } return columns; } - private setColumnsWidth(columns: DataColumn[]): DataColumn[] { + private setColumnsWidth (columns: DataColumn[]): DataColumn[] { if (this.columnsWidths) { return columns.map((column) => { const columnWidth = this.columnsWidths[column.id]; - return columnWidth === undefined ? column : { ...column, width: columnWidth }; + return columnWidth === undefined ? column : { ...column, "width": columnWidth }; }); } return columns; diff --git a/lib/core/src/lib/datatable/data/object-datacolumn.model.ts b/lib/core/src/lib/datatable/data/object-datacolumn.model.ts index c9bf0d6296..ab2f27d9af 100644 --- a/lib/core/src/lib/datatable/data/object-datacolumn.model.ts +++ b/lib/core/src/lib/datatable/data/object-datacolumn.model.ts @@ -43,7 +43,7 @@ export class ObjectDataColumn implements DataColumn { decimalConfig?: DecimalConfig; dateConfig?: DateConfig; - constructor(input: any) { + constructor (input: any) { this.id = input.id ?? ''; this.key = input.key; this.type = input.type || 'text'; diff --git a/lib/core/src/lib/datatable/data/object-datarow.model.ts b/lib/core/src/lib/datatable/data/object-datarow.model.ts index 93a03a6152..f5d40d8b8d 100644 --- a/lib/core/src/lib/datatable/data/object-datarow.model.ts +++ b/lib/core/src/lib/datatable/data/object-datarow.model.ts @@ -21,22 +21,22 @@ import { DataRow } from './data-row.model'; // Simple implementation of the DataRow interface. export class ObjectDataRow implements DataRow { - constructor(private obj: any, public isSelected: boolean = false) { + constructor (private obj: any, public isSelected: boolean = false) { if (!obj) { throw new Error('Object source not found'); } } - getValue(key: string): any { + getValue (key: string): any { return ObjectUtils.getValue(this.obj, key); } - hasValue(key: string): boolean { + hasValue (key: string): boolean { return this.getValue(key) !== undefined; } - imageErrorResolver(): string { + imageErrorResolver (): string { return ''; } } diff --git a/lib/core/src/lib/datatable/data/object-datatable-adapter.spec.ts b/lib/core/src/lib/datatable/data/object-datatable-adapter.spec.ts index a6d5642ac1..93f412f652 100644 --- a/lib/core/src/lib/datatable/data/object-datatable-adapter.spec.ts +++ b/lib/core/src/lib/datatable/data/object-datatable-adapter.spec.ts @@ -149,7 +149,7 @@ describe('ObjectDataTableAdapter', () => { row.getValue.and.returnValue(value); const adapter = new ObjectDataTableAdapter([], []); - const result = adapter.getValue(row, { key: 'col1' } as DataColumn); + const result = adapter.getValue(row, { "key": 'col1' } as DataColumn); expect(row.getValue).toHaveBeenCalledWith('col1'); expect(result).toBe(value); @@ -185,11 +185,11 @@ describe('ObjectDataTableAdapter', () => { it('should sort by first column by default', () => { const adapter = new ObjectDataTableAdapter( [ - { id: 2, name: 'abs' }, - { id: 1, name: 'xyz' } + { "id": 2, "name": 'abs' }, + { "id": 1, "name": 'xyz' } ], [ - new ObjectDataColumn({ key: 'id', sortable: true }) + new ObjectDataColumn({ "key": 'id', "sortable": true }) ] ); @@ -200,14 +200,14 @@ describe('ObjectDataTableAdapter', () => { it('should take first sortable column by default', () => { const adapter = new ObjectDataTableAdapter([], [ - { key: 'icon' } as DataColumn, - new ObjectDataColumn({ key: 'id', sortable: true }) + { "key": 'icon' } as DataColumn, + new ObjectDataColumn({ "key": 'id', "sortable": true }) ]); expect(adapter.getSorting()).toEqual( jasmine.objectContaining({ - key: 'id', - direction: 'asc' + "key": 'id', + "direction": 'asc' }) ); }); @@ -215,12 +215,12 @@ describe('ObjectDataTableAdapter', () => { it('should sort by dates', () => { const adapter = new ObjectDataTableAdapter( [ - { id: 1, created: new Date(2016, 7, 6, 15, 7, 2) }, - { id: 2, created: new Date(2016, 7, 6, 15, 7, 1) } + { "id": 1, "created": new Date(2016, 7, 6, 15, 7, 2) }, + { "id": 2, "created": new Date(2016, 7, 6, 15, 7, 1) } ], [ - { key: 'id' } as DataColumn, - { key: 'created' } as DataColumn + { "key": 'id' } as DataColumn, + { "key": 'created' } as DataColumn ] ); @@ -233,10 +233,10 @@ describe('ObjectDataTableAdapter', () => { it('should sort by numbers', () => { const adapter = new ObjectDataTableAdapter([ - { id: 123 }, - { id: 38 }, - { id: 50 } - ],[{key: 'id'} as DataColumn]); + { "id": 123 }, + { "id": 38 }, + { "id": 50 } + ],[{"key": 'id'} as DataColumn]); adapter.setSorting(new DataSorting('id', 'asc')); @@ -249,12 +249,12 @@ describe('ObjectDataTableAdapter', () => { it('should be sorting undefined if no sortable found', () => { const adapter = new ObjectDataTableAdapter( [ - { id: 2, name: 'abs' }, - { id: 1, name: 'xyz' } + { "id": 2, "name": 'abs' }, + { "id": 1, "name": 'xyz' } ], [ - new ObjectDataColumn({ key: 'id' }), - new ObjectDataColumn({ key: 'name' }) + new ObjectDataColumn({ "key": 'id' }), + new ObjectDataColumn({ "key": 'name' }) ] ); @@ -264,11 +264,11 @@ describe('ObjectDataTableAdapter', () => { it('should sort asc and desc', () => { const adapter = new ObjectDataTableAdapter( [ - { id: 2, name: 'abs' }, - { id: 1, name: 'xyz' } + { "id": 2, "name": 'abs' }, + { "id": 1, "name": 'xyz' } ], [ - new ObjectDataColumn({ key: 'id', sortable: true }) + new ObjectDataColumn({ "key": 'id', "sortable": true }) ] ); @@ -289,8 +289,8 @@ describe('ObjectDataTableAdapter', () => { adapter.sort('id', null); expect(adapter.getSorting()).toEqual( jasmine.objectContaining({ - key: 'id', - direction: 'asc' + "key": 'id', + "direction": 'asc' }) ); }); @@ -303,8 +303,8 @@ describe('ObjectDataTableAdapter', () => { adapter.sort('id', 'desc'); expect(adapter.getSorting()).toEqual( jasmine.objectContaining({ - key: 'id', - direction: 'desc' + "key": 'id', + "direction": 'desc' }) ); }); @@ -318,7 +318,7 @@ describe('ObjectDataRow', () => { it('should get top level property value', () => { const row = new ObjectDataRow({ - id: 1 + "id": 1 }); expect(row.getValue('id')).toBe(1); }); @@ -330,9 +330,9 @@ describe('ObjectDataRow', () => { it('should get nested property value', () => { const row = new ObjectDataRow({ - name: { - firstName: 'John', - lastName: 'Doe' + "name": { + "firstName": 'John', + "lastName": 'Doe' } }); @@ -345,7 +345,7 @@ describe('ObjectDataRow', () => { }); it('should check top level value exists', () => { - const row = new ObjectDataRow({ id: 1 }); + const row = new ObjectDataRow({ "id": 1 }); expect(row.hasValue('id')).toBeTruthy(); expect(row.hasValue('other')).toBeFalsy(); @@ -353,9 +353,9 @@ describe('ObjectDataRow', () => { it('should check nested value exists', () => { const row = new ObjectDataRow({ - name: { - firstName: 'John', - lastName: 'Doe' + "name": { + "firstName": 'John', + "lastName": 'Doe' } }); @@ -366,8 +366,8 @@ describe('ObjectDataRow', () => { it('should generateSchema generate a schema from data', () => { const data = [ - { id: 2, name: 'abs' }, - { id: 1, name: 'xyz' } + { "id": 2, "name": 'abs' }, + { "id": 1, "name": 'xyz' } ]; const schema = ObjectDataTableAdapter.generateSchema(data); diff --git a/lib/core/src/lib/datatable/data/object-datatable-adapter.ts b/lib/core/src/lib/datatable/data/object-datatable-adapter.ts index 07c01fe4d3..6d1ef69e5e 100644 --- a/lib/core/src/lib/datatable/data/object-datatable-adapter.ts +++ b/lib/core/src/lib/datatable/data/object-datatable-adapter.ts @@ -32,7 +32,7 @@ export class ObjectDataTableAdapter implements DataTableAdapter { selectedRow: DataRow; rowsChanged: Subject>; - static generateSchema(data: any[]) { + static generateSchema (data: any[]) { const schema = []; if (data?.length) { @@ -42,10 +42,10 @@ export class ObjectDataTableAdapter implements DataTableAdapter { for (const key in rowToExamine) { if (Object.prototype.hasOwnProperty.call(rowToExamine, key)) { schema.push({ - type: 'text', + "type": 'text', key, - title: key, - sortable: false + "title": key, + "sortable": false }); } } @@ -54,7 +54,7 @@ export class ObjectDataTableAdapter implements DataTableAdapter { return schema; } - constructor(data: any[] = [], schema: DataColumn[] = []) { + constructor (data: any[] = [], schema: DataColumn[] = []) { this._rows = []; this._columns = []; @@ -75,29 +75,29 @@ export class ObjectDataTableAdapter implements DataTableAdapter { this.rowsChanged = new Subject>(); } - getColumnType(_row: DataRow, col: DataColumn): string { + getColumnType (_row: DataRow, col: DataColumn): string { return col.type; } - getRows(): Array { + getRows (): Array { return this._rows; } - setRows(rows: Array) { + setRows (rows: Array) { this._rows = rows || []; this.sort(); this.rowsChanged.next(this._rows); } - getColumns(): Array { + getColumns (): Array { return this._columns; } - setColumns(columns: Array) { + setColumns (columns: Array) { this._columns = columns || []; } - getValue(row: DataRow, col: DataColumn, resolver?: (_row: DataRow, _col: DataColumn) => any): any { + getValue (row: DataRow, col: DataColumn, resolver?: (_row: DataRow, _col: DataColumn) => any): any { if (!row) { throw new Error('Row not found'); } @@ -112,11 +112,11 @@ export class ObjectDataTableAdapter implements DataTableAdapter { return row.getValue(col.key); } - getSorting(): DataSorting { + getSorting (): DataSorting { return this._sorting; } - setSorting(sorting: DataSorting): void { + setSorting (sorting: DataSorting): void { this._sorting = sorting; if (sorting?.key) { @@ -145,7 +145,7 @@ export class ObjectDataTableAdapter implements DataTableAdapter { } } - sort(key?: string, direction?: string): void { + sort (key?: string, direction?: string): void { const sorting = this._sorting || new DataSorting(); if (key) { sorting.key = key; diff --git a/lib/core/src/lib/datatable/datatable.module.ts b/lib/core/src/lib/datatable/datatable.module.ts index 1808142d9d..504879f13e 100644 --- a/lib/core/src/lib/datatable/datatable.module.ts +++ b/lib/core/src/lib/datatable/datatable.module.ts @@ -59,7 +59,7 @@ import { NumberCellComponent } from './components/number-cell/number-cell.compon import { LocalizedDatePipe } from '../pipes'; @NgModule({ - imports: [ + "imports": [ RouterModule, MaterialModule, CommonModule, @@ -81,7 +81,7 @@ import { LocalizedDatePipe } from '../pipes'; DateCellComponent, LocalizedDatePipe ], - declarations: [ + "declarations": [ DataTableComponent, EmptyListComponent, EmptyListHeaderDirective, @@ -102,7 +102,7 @@ import { LocalizedDatePipe } from '../pipes'; MainMenuDataTableTemplateDirective, DropZoneDirective ], - exports: [ + "exports": [ DataTableComponent, EmptyListComponent, EmptyListHeaderDirective, diff --git a/lib/core/src/lib/datatable/directives/custom-empty-content-template.directive.ts b/lib/core/src/lib/datatable/directives/custom-empty-content-template.directive.ts index 6172161db0..c555732729 100644 --- a/lib/core/src/lib/datatable/directives/custom-empty-content-template.directive.ts +++ b/lib/core/src/lib/datatable/directives/custom-empty-content-template.directive.ts @@ -23,7 +23,7 @@ import { Directive } from '@angular/core'; * adf-custom-empty-content-template. */ @Directive({ - selector: 'adf-custom-empty-content-template, empty-folder-content' + "selector": 'adf-custom-empty-content-template, empty-folder-content' }) export class CustomEmptyContentTemplateDirective {} diff --git a/lib/core/src/lib/datatable/directives/custom-loading-template.directive.ts b/lib/core/src/lib/datatable/directives/custom-loading-template.directive.ts index 47d78dabee..82dbc4e925 100644 --- a/lib/core/src/lib/datatable/directives/custom-loading-template.directive.ts +++ b/lib/core/src/lib/datatable/directives/custom-loading-template.directive.ts @@ -18,6 +18,6 @@ import { Directive } from '@angular/core'; @Directive({ - selector: 'adf-custom-loading-content-template' + "selector": 'adf-custom-loading-content-template' }) export class CustomLoadingContentTemplateDirective {} diff --git a/lib/core/src/lib/datatable/directives/custom-no-permission-template.directive.ts b/lib/core/src/lib/datatable/directives/custom-no-permission-template.directive.ts index 87584e0e05..74c45dfa29 100644 --- a/lib/core/src/lib/datatable/directives/custom-no-permission-template.directive.ts +++ b/lib/core/src/lib/datatable/directives/custom-no-permission-template.directive.ts @@ -23,6 +23,6 @@ import { Directive } from '@angular/core'; * adf-custom-no-permission-template. */ @Directive({ - selector: 'adf-custom-no-permission-template, no-permission-content' + "selector": 'adf-custom-no-permission-template, no-permission-content' }) export class CustomNoPermissionTemplateDirective {} diff --git a/lib/core/src/lib/datatable/directives/drop-zone.directive.ts b/lib/core/src/lib/datatable/directives/drop-zone.directive.ts index e298ec8c8c..2459a95afc 100644 --- a/lib/core/src/lib/datatable/directives/drop-zone.directive.ts +++ b/lib/core/src/lib/datatable/directives/drop-zone.directive.ts @@ -20,7 +20,7 @@ import { DataRow } from '../data/data-row.model'; import { DataColumn } from '../data/data-column.model'; @Directive({ - selector: '[adf-drop-zone]' + "selector": '[adf-drop-zone]' }) export class DropZoneDirective implements OnInit, OnDestroy { private element: HTMLElement; @@ -34,11 +34,11 @@ export class DropZoneDirective implements OnInit, OnDestroy { @Input() dropColumn: DataColumn; - constructor(elementRef: ElementRef, private ngZone: NgZone) { + constructor (elementRef: ElementRef, private ngZone: NgZone) { this.element = elementRef.nativeElement; } - ngOnInit() { + ngOnInit () { this.ngZone.runOutsideAngular(() => { this.element.addEventListener('dragenter', this.onDragEnter.bind(this)); this.element.addEventListener('dragover', this.onDragOver.bind(this)); @@ -46,13 +46,13 @@ export class DropZoneDirective implements OnInit, OnDestroy { }); } - ngOnDestroy() { + ngOnDestroy () { this.element.removeEventListener('dragenter', this.onDragEnter); this.element.removeEventListener('dragover', this.onDragOver); this.element.removeEventListener('drop', this.onDrop); } - onDragEnter(event: DragEvent) { + onDragEnter (event: DragEvent) { const domEvent = this.dispatchDomEvent(event, 'dragenter'); if (domEvent.defaultPrevented) { @@ -62,7 +62,7 @@ export class DropZoneDirective implements OnInit, OnDestroy { } } - onDragOver(event: DragEvent) { + onDragOver (event: DragEvent) { const domEvent = this.dispatchDomEvent(event, 'dragover'); if (domEvent.defaultPrevented) { @@ -72,7 +72,7 @@ export class DropZoneDirective implements OnInit, OnDestroy { } } - onDrop(event: Event) { + onDrop (event: Event) { const domEvent = this.dispatchDomEvent(event, 'drop'); if (domEvent.defaultPrevented) { @@ -81,15 +81,15 @@ export class DropZoneDirective implements OnInit, OnDestroy { } } - private dispatchDomEvent(originalEvent: Event, eventName: string): CustomEvent { + private dispatchDomEvent (originalEvent: Event, eventName: string): CustomEvent { const domEvent = new CustomEvent(`${this.dropTarget}-${eventName}`, { - detail: { - target: this.dropTarget, - event: originalEvent, - column: this.dropColumn, - row: this.dropRow + "detail": { + "target": this.dropTarget, + "event": originalEvent, + "column": this.dropColumn, + "row": this.dropRow }, - bubbles: true + "bubbles": true }); this.element.dispatchEvent(domEvent); diff --git a/lib/core/src/lib/datatable/directives/header-filter-template.directive.spec.ts b/lib/core/src/lib/datatable/directives/header-filter-template.directive.spec.ts index 820c734966..13d46ac8b5 100644 --- a/lib/core/src/lib/datatable/directives/header-filter-template.directive.spec.ts +++ b/lib/core/src/lib/datatable/directives/header-filter-template.directive.spec.ts @@ -29,7 +29,7 @@ describe('HeaderFilterTemplateDirective', () => { beforeEach(() => { TestBed.configureTestingModule({ - imports: [ + "imports": [ TranslateModule.forRoot(), CoreTestingModule ] diff --git a/lib/core/src/lib/datatable/directives/header-filter-template.directive.ts b/lib/core/src/lib/datatable/directives/header-filter-template.directive.ts index 1076ddd27d..e0d3d11d3d 100644 --- a/lib/core/src/lib/datatable/directives/header-filter-template.directive.ts +++ b/lib/core/src/lib/datatable/directives/header-filter-template.directive.ts @@ -19,17 +19,17 @@ import { AfterContentInit, ContentChild, Directive, TemplateRef } from '@angular import { DataTableComponent } from '../components/datatable/datatable.component'; @Directive({ - selector: 'adf-header-filter-template' + "selector": 'adf-header-filter-template' }) export class HeaderFilterTemplateDirective implements AfterContentInit { @ContentChild(TemplateRef) template: any; - constructor(private dataTable: DataTableComponent) { + constructor (private dataTable: DataTableComponent) { } - ngAfterContentInit() { + ngAfterContentInit () { if (this.dataTable) { this.dataTable.headerFilterTemplate = this.template; } diff --git a/lib/core/src/lib/datatable/directives/loading-template.directive.spec.ts b/lib/core/src/lib/datatable/directives/loading-template.directive.spec.ts index 96fb35b29c..bf6645f220 100644 --- a/lib/core/src/lib/datatable/directives/loading-template.directive.spec.ts +++ b/lib/core/src/lib/datatable/directives/loading-template.directive.spec.ts @@ -29,7 +29,7 @@ describe('LoadingContentTemplateDirective', () => { beforeEach(() => { TestBed.configureTestingModule({ - imports: [ + "imports": [ TranslateModule.forRoot(), CoreTestingModule ] diff --git a/lib/core/src/lib/datatable/directives/loading-template.directive.ts b/lib/core/src/lib/datatable/directives/loading-template.directive.ts index 7863c161bf..3d96e5cf18 100644 --- a/lib/core/src/lib/datatable/directives/loading-template.directive.ts +++ b/lib/core/src/lib/datatable/directives/loading-template.directive.ts @@ -22,17 +22,17 @@ import { DataTableComponent } from '../components/datatable/datatable.component' * Directive selectors without adf- prefix will be deprecated on 3.0.0 */ @Directive({ - selector: 'adf-loading-content-template, loading-content-template' + "selector": 'adf-loading-content-template, loading-content-template' }) export class LoadingContentTemplateDirective implements AfterContentInit { @ContentChild(TemplateRef) template: any; - constructor(private dataTable: DataTableComponent) { + constructor (private dataTable: DataTableComponent) { } - ngAfterContentInit() { + ngAfterContentInit () { if (this.dataTable) { this.dataTable.loadingTemplate = this.template; } diff --git a/lib/core/src/lib/datatable/directives/main-data-table-action-template.directive.ts b/lib/core/src/lib/datatable/directives/main-data-table-action-template.directive.ts index 79f0465eae..cd3740b02d 100644 --- a/lib/core/src/lib/datatable/directives/main-data-table-action-template.directive.ts +++ b/lib/core/src/lib/datatable/directives/main-data-table-action-template.directive.ts @@ -19,16 +19,16 @@ import { AfterContentInit, ContentChild, Directive, TemplateRef } from '@angular import { DataTableComponent } from '../components/datatable/datatable.component'; @Directive({ - selector: 'adf-main-menu-datatable-template' + "selector": 'adf-main-menu-datatable-template' }) export class MainMenuDataTableTemplateDirective implements AfterContentInit { @ContentChild(TemplateRef) template: any; - constructor(private dataTable: DataTableComponent) {} + constructor (private dataTable: DataTableComponent) {} - ngAfterContentInit() { + ngAfterContentInit () { if (this.dataTable) { this.dataTable.mainActionTemplate = this.template; } diff --git a/lib/core/src/lib/datatable/directives/no-content-template.directive.spec.ts b/lib/core/src/lib/datatable/directives/no-content-template.directive.spec.ts index c55f09cd05..2ee1f6a2bf 100644 --- a/lib/core/src/lib/datatable/directives/no-content-template.directive.spec.ts +++ b/lib/core/src/lib/datatable/directives/no-content-template.directive.spec.ts @@ -29,7 +29,7 @@ describe('NoContentTemplateDirective', () => { beforeEach(() => { TestBed.configureTestingModule({ - imports: [ + "imports": [ TranslateModule.forRoot(), CoreTestingModule ] diff --git a/lib/core/src/lib/datatable/directives/no-content-template.directive.ts b/lib/core/src/lib/datatable/directives/no-content-template.directive.ts index d69db468be..812af07069 100644 --- a/lib/core/src/lib/datatable/directives/no-content-template.directive.ts +++ b/lib/core/src/lib/datatable/directives/no-content-template.directive.ts @@ -22,17 +22,17 @@ import { DataTableComponent } from '../components/datatable/datatable.component' * Directive selectors without adf- prefix will be deprecated on 3.0.0 */ @Directive({ - selector: 'adf-no-content-template, no-content-template' + "selector": 'adf-no-content-template, no-content-template' }) export class NoContentTemplateDirective implements AfterContentInit { @ContentChild(TemplateRef) template: any; - constructor(private dataTable: DataTableComponent) { + constructor (private dataTable: DataTableComponent) { } - ngAfterContentInit() { + ngAfterContentInit () { if (this.dataTable) { this.dataTable.noContentTemplate = this.template; } diff --git a/lib/core/src/lib/datatable/directives/no-permission-template.directive.spec.ts b/lib/core/src/lib/datatable/directives/no-permission-template.directive.spec.ts index 6afaf68077..071ed81ce1 100644 --- a/lib/core/src/lib/datatable/directives/no-permission-template.directive.spec.ts +++ b/lib/core/src/lib/datatable/directives/no-permission-template.directive.spec.ts @@ -29,7 +29,7 @@ describe('NoPermissionTemplateDirective', () => { beforeEach(() => { TestBed.configureTestingModule({ - imports: [ + "imports": [ TranslateModule.forRoot(), CoreTestingModule ] diff --git a/lib/core/src/lib/datatable/directives/no-permission-template.directive.ts b/lib/core/src/lib/datatable/directives/no-permission-template.directive.ts index c99008a7fa..0e8db9055d 100644 --- a/lib/core/src/lib/datatable/directives/no-permission-template.directive.ts +++ b/lib/core/src/lib/datatable/directives/no-permission-template.directive.ts @@ -22,17 +22,17 @@ import { DataTableComponent } from '../components/datatable/datatable.component' * Directive selectors without adf- prefix will be deprecated on 3.0.0 */ @Directive({ - selector: 'adf-no-permission-template, no-permission-template' + "selector": 'adf-no-permission-template, no-permission-template' }) export class NoPermissionTemplateDirective implements AfterContentInit { @ContentChild(TemplateRef) template: any; - constructor(private dataTable: DataTableComponent) { + constructor (private dataTable: DataTableComponent) { } - ngAfterContentInit() { + ngAfterContentInit () { if (this.dataTable) { this.dataTable.noPermissionTemplate = this.template; } diff --git a/lib/core/src/lib/datatable/directives/resizable/resizable.directive.spec.ts b/lib/core/src/lib/datatable/directives/resizable/resizable.directive.spec.ts index a3ba81d6b6..ee70906aee 100644 --- a/lib/core/src/lib/datatable/directives/resizable/resizable.directive.spec.ts +++ b/lib/core/src/lib/datatable/directives/resizable/resizable.directive.spec.ts @@ -29,35 +29,35 @@ describe('ResizableDirective', () => { const scrollLeft = 0; const boundingClientRectMock = { - top: 0, - left: 0, - right: 0, - width: 150, - height: 0, - bottom: 0, + "top": 0, + "left": 0, + "right": 0, + "width": 150, + "height": 0, + "bottom": 0, scrollTop, scrollLeft }; const rendererMock = { - listen: jasmine.createSpy('listen'), - setStyle: jasmine.createSpy('setStyle') + "listen": jasmine.createSpy('listen'), + "setStyle": jasmine.createSpy('setStyle') }; const elementRefMock = { - nativeElement: { + "nativeElement": { scrollTop, scrollLeft, - getBoundingClientRect: () => boundingClientRectMock + "getBoundingClientRect": () => boundingClientRectMock } }; beforeEach(() => { TestBed.configureTestingModule({ - declarations: [ResizableDirective], - providers: [ - { provide: Renderer2, useValue: rendererMock }, - { provide: ElementRef, useValue: elementRefMock } + "declarations": [ResizableDirective], + "providers": [ + { "provide": Renderer2, "useValue": rendererMock }, + { "provide": ElementRef, "useValue": elementRefMock } ] }); @@ -78,7 +78,7 @@ describe('ResizableDirective', () => { it('should attach mousemove event to document', () => { const mouseDownEvent = new MouseEvent('mousedown'); - directive.mousedown.next({ ...mouseDownEvent, resize: true }); + directive.mousedown.next({ ...mouseDownEvent, "resize": true }); expect(renderer.listen).toHaveBeenCalledWith('document', 'mousemove', jasmine.any(Function)); }); @@ -91,7 +91,7 @@ describe('ResizableDirective', () => { spyOn(directive.resizeStart, 'emit'); const mouseDownEvent = new MouseEvent('mousedown'); - directive.mousedown.next({ ...mouseDownEvent, resize: true }); + directive.mousedown.next({ ...mouseDownEvent, "resize": true }); expect(renderer.setStyle).toHaveBeenCalledWith(document.body, 'cursor', 'col-resize'); }); @@ -101,16 +101,16 @@ describe('ResizableDirective', () => { directive.resizeStart.subscribe(); const mouseDownEvent = new MouseEvent('mousedown'); - directive.mousedown.next({ ...mouseDownEvent, resize: true }); + directive.mousedown.next({ ...mouseDownEvent, "resize": true }); - expect(directive.resizeStart.emit).toHaveBeenCalledWith({ rectangle: { top: 0, left: 0, bottom: 0, right: 0, width: 0 } }); + expect(directive.resizeStart.emit).toHaveBeenCalledWith({ "rectangle": { "top": 0, "left": 0, "bottom": 0, "right": 0, "width": 0 } }); }); it('should unset cursor on mouseup', () => { const mouseDownEvent = new MouseEvent('mousedown'); const mouseUpEvent = new MouseEvent('mouseup'); - directive.mousedown.next({ ...mouseDownEvent, resize: true }); + directive.mousedown.next({ ...mouseDownEvent, "resize": true }); directive.mouseup.next(mouseUpEvent); expect(renderer.setStyle).toHaveBeenCalledWith(document.body, 'cursor', ''); @@ -122,22 +122,22 @@ describe('ResizableDirective', () => { const mouseDownEvent = new MouseEvent('mousedown'); const mouseUpEvent = new MouseEvent('mouseup'); - directive.mousedown.next({ ...mouseDownEvent, resize: true }); + directive.mousedown.next({ ...mouseDownEvent, "resize": true }); directive.mouseup.next(mouseUpEvent); - expect(directive.resizeEnd.emit).toHaveBeenCalledWith({ rectangle: { top: 0, left: 0, right: 0, width: 150, height: 0, bottom: 0, scrollTop: 0, scrollLeft: 0 } }); + expect(directive.resizeEnd.emit).toHaveBeenCalledWith({ "rectangle": { "top": 0, "left": 0, "right": 0, "width": 150, "height": 0, "bottom": 0, "scrollTop": 0, "scrollLeft": 0 } }); }); it('should emit resizing on mousemove', () => { spyOn(directive.resizing, 'emit'); directive.resizing.subscribe(); const mouseDownEvent = new MouseEvent('mousedown'); - const mouseMoveEvent = new MouseEvent('mousemove', { clientX: 120 }); + const mouseMoveEvent = new MouseEvent('mousemove', { "clientX": 120 }); - directive.mousedown.next({ ...mouseDownEvent, resize: true }); + directive.mousedown.next({ ...mouseDownEvent, "resize": true }); directive.mousemove.next(mouseMoveEvent); - expect(directive.resizing.emit).toHaveBeenCalledWith({ rectangle: { top: 0, left: 0, bottom: 0, right: 120, width: 120 } }); + expect(directive.resizing.emit).toHaveBeenCalledWith({ "rectangle": { "top": 0, "left": 0, "bottom": 0, "right": 120, "width": 120 } }); }); it('should emit resizing on mousemove considering cover padding', () => { @@ -146,11 +146,11 @@ describe('ResizableDirective', () => { directive.resizing.subscribe(); const mouseDownEvent = new MouseEvent('mousedown'); - const mouseMoveEvent = new MouseEvent('mousemove', { clientX: 120 }); + const mouseMoveEvent = new MouseEvent('mousemove', { "clientX": 120 }); - directive.mousedown.next({ ...mouseDownEvent, resize: true }); + directive.mousedown.next({ ...mouseDownEvent, "resize": true }); directive.mousemove.next(mouseMoveEvent); - expect(directive.resizing.emit).toHaveBeenCalledWith({ rectangle: { top: 0, left: 0, bottom: 0, right: 130, width: 130 } }); + expect(directive.resizing.emit).toHaveBeenCalledWith({ "rectangle": { "top": 0, "left": 0, "bottom": 0, "right": 130, "width": 130 } }); }); }); diff --git a/lib/core/src/lib/datatable/directives/resizable/resizable.directive.ts b/lib/core/src/lib/datatable/directives/resizable/resizable.directive.ts index 4d6058c1bc..380860ec0a 100644 --- a/lib/core/src/lib/datatable/directives/resizable/resizable.directive.ts +++ b/lib/core/src/lib/datatable/directives/resizable/resizable.directive.ts @@ -21,8 +21,8 @@ import { map, take, share, filter, pairwise, mergeMap, takeUntil } from 'rxjs/op import { OnInit, Output, NgZone, OnDestroy, Directive, Renderer2, ElementRef, EventEmitter, Input } from '@angular/core'; @Directive({ - selector: '[adf-resizable]', - exportAs: 'adf-resizable' + "selector": '[adf-resizable]', + "exportAs": 'adf-resizable' }) export class ResizableDirective implements OnInit, OnDestroy { /** @@ -65,7 +65,7 @@ export class ResizableDirective implements OnInit, OnDestroy { private destroy$ = new Subject(); - constructor(private readonly renderer: Renderer2, private readonly element: ElementRef, private readonly zone: NgZone) { + constructor (private readonly renderer: Renderer2, private readonly element: ElementRef, private readonly zone: NgZone) { this.pointerDown = new Observable((observer: Observer) => { zone.runOutsideAngular(() => { this.unsubscribeMouseDown = renderer.listen('document', 'mousedown', (event: MouseEvent) => { @@ -91,7 +91,7 @@ export class ResizableDirective implements OnInit, OnDestroy { }).pipe(share()); } - ngOnInit(): void { + ngOnInit (): void { const mousedown$ = merge(this.pointerDown, this.mousedown); const mousemove$ = merge(this.pointerMove, this.mousemove); const mouseup$ = merge(this.pointerUp, this.mouseup); @@ -102,14 +102,14 @@ export class ResizableDirective implements OnInit, OnDestroy { merge(mousemove$.pipe(take(1)).pipe(map((coords) => [undefined, coords])), mousemove$.pipe(pairwise())) .pipe( map(([previousCoords = {}, newCoords = {}]) => [ - { clientX: previousCoords.clientX - clientX }, - { clientX: newCoords.clientX - clientX } + { "clientX": previousCoords.clientX - clientX }, + { "clientX": newCoords.clientX - clientX } ]) ) .pipe(filter(([previousCoords = {}, newCoords = {}]) => Math.ceil(previousCoords.clientX) !== Math.ceil(newCoords.clientX))) .pipe( map(([, newCoords]) => ({ - clientX: Math.round(newCoords.clientX) + "clientX": Math.round(newCoords.clientX) })) ) .pipe(takeUntil(merge(mouseup$, mousedown$))) @@ -144,7 +144,7 @@ export class ResizableDirective implements OnInit, OnDestroy { if (this.resizeStart.observers.length > 0) { this.zone.run(() => { this.resizeStart.emit({ - rectangle: this.getNewBoundingRectangle(this.startingRect, 0) + "rectangle": this.getNewBoundingRectangle(this.startingRect, 0) }); }); } @@ -155,7 +155,7 @@ export class ResizableDirective implements OnInit, OnDestroy { this.renderer.setStyle(document.body, 'cursor', ''); if (this.resizeEnd.observers.length > 0) { this.zone.run(() => { - this.resizeEnd.emit({ rectangle: this.currentRect }); + this.resizeEnd.emit({ "rectangle": this.currentRect }); }); } this.startingRect = null; @@ -164,7 +164,7 @@ export class ResizableDirective implements OnInit, OnDestroy { }); } - ngOnDestroy(): void { + ngOnDestroy (): void { this.mousedown.complete(); this.mousemove.complete(); this.mouseup.complete(); @@ -174,19 +174,19 @@ export class ResizableDirective implements OnInit, OnDestroy { this.destroy$.next(); } - private getNewBoundingRectangle({ top, bottom, left, right }: BoundingRectangle, clientX: number): BoundingRectangle { + private getNewBoundingRectangle ({ top, bottom, left, right }: BoundingRectangle, clientX: number): BoundingRectangle { const updatedRight = Math.round(right + clientX); return { top, left, bottom, - right: updatedRight, - width: updatedRight - left + "right": updatedRight, + "width": updatedRight - left }; } - private getElementRect({ nativeElement }: ElementRef): BoundingRectangle { + private getElementRect ({ nativeElement }: ElementRef): BoundingRectangle { const { height = 0, width = 0, top = 0, bottom = 0, right = 0, left = 0 }: BoundingRectangle = nativeElement.getBoundingClientRect(); return { @@ -196,8 +196,8 @@ export class ResizableDirective implements OnInit, OnDestroy { width, height, bottom, - scrollTop: nativeElement.scrollTop, - scrollLeft: nativeElement.scrollLeft + "scrollTop": nativeElement.scrollTop, + "scrollLeft": nativeElement.scrollLeft }; } } diff --git a/lib/core/src/lib/datatable/directives/resizable/resizable.module.ts b/lib/core/src/lib/datatable/directives/resizable/resizable.module.ts index d201e82dbd..9fde04f775 100644 --- a/lib/core/src/lib/datatable/directives/resizable/resizable.module.ts +++ b/lib/core/src/lib/datatable/directives/resizable/resizable.module.ts @@ -20,7 +20,7 @@ import { ResizableDirective } from './resizable.directive'; import { ResizeHandleDirective } from './resize-handle.directive'; @NgModule({ - declarations: [ResizableDirective, ResizeHandleDirective], - exports: [ResizableDirective, ResizeHandleDirective] + "declarations": [ResizableDirective, ResizeHandleDirective], + "exports": [ResizableDirective, ResizeHandleDirective] }) export class ResizableModule {} diff --git a/lib/core/src/lib/datatable/directives/resizable/resize-handle.directive.spec.ts b/lib/core/src/lib/datatable/directives/resizable/resize-handle.directive.spec.ts index bc95b60cc8..d851d64598 100644 --- a/lib/core/src/lib/datatable/directives/resizable/resize-handle.directive.spec.ts +++ b/lib/core/src/lib/datatable/directives/resizable/resize-handle.directive.spec.ts @@ -26,19 +26,19 @@ describe('ResizeHandleDirective', () => { let directive: ResizeHandleDirective; const rendererMock = { - listen: jasmine.createSpy('listen') + "listen": jasmine.createSpy('listen') }; const elementRefMock = { - nativeElement: { dispatchEvent: () => { } } + "nativeElement": { "dispatchEvent": () => { } } }; beforeEach(() => { TestBed.configureTestingModule({ - declarations: [ResizeHandleDirective], - providers: [ - { provide: Renderer2, useValue: rendererMock }, - { provide: ElementRef, useValue: elementRefMock } + "declarations": [ResizeHandleDirective], + "providers": [ + { "provide": Renderer2, "useValue": rendererMock }, + { "provide": ElementRef, "useValue": elementRefMock } ] }); diff --git a/lib/core/src/lib/datatable/directives/resizable/resize-handle.directive.ts b/lib/core/src/lib/datatable/directives/resizable/resize-handle.directive.ts index 0b88ac004b..2bb67aa10f 100644 --- a/lib/core/src/lib/datatable/directives/resizable/resize-handle.directive.ts +++ b/lib/core/src/lib/datatable/directives/resizable/resize-handle.directive.ts @@ -20,7 +20,7 @@ import { ResizableDirective } from './resizable.directive'; import { Input, OnInit, Directive, Renderer2, ElementRef, OnDestroy, NgZone } from '@angular/core'; @Directive({ - selector: '[adf-resize-handle]' + "selector": '[adf-resize-handle]' }) export class ResizeHandleDirective implements OnInit, OnDestroy { /** @@ -34,9 +34,9 @@ export class ResizeHandleDirective implements OnInit, OnDestroy { private destroy$ = new Subject(); - constructor(private readonly renderer: Renderer2, private readonly element: ElementRef, private readonly zone: NgZone) {} + constructor (private readonly renderer: Renderer2, private readonly element: ElementRef, private readonly zone: NgZone) {} - ngOnInit(): void { + ngOnInit (): void { this.zone.runOutsideAngular(() => { this.unlistenMouseDown = this.renderer.listen(this.element.nativeElement, 'mousedown', (mouseDownEvent: MouseEvent) => { this.onMousedown(mouseDownEvent); @@ -44,14 +44,14 @@ export class ResizeHandleDirective implements OnInit, OnDestroy { }); } - ngOnDestroy(): void { + ngOnDestroy (): void { this.unlistenMouseDown?.(); this.unlistenMouseMove?.(); this.unlistenMouseUp?.(); this.destroy$.next(); } - private onMousedown(event: MouseEvent): void { + private onMousedown (event: MouseEvent): void { if (event.cancelable) { event.preventDefault(); } @@ -66,16 +66,16 @@ export class ResizeHandleDirective implements OnInit, OnDestroy { this.onMouseup(mouseUpEvent); }); - this.resizableContainer.mousedown.next({ ...event, resize: true }); + this.resizableContainer.mousedown.next({ ...event, "resize": true }); } - private onMouseup(event: MouseEvent): void { + private onMouseup (event: MouseEvent): void { this.unlistenMouseMove?.(); this.unlistenMouseUp(); this.resizableContainer.mouseup.next(event); } - private onMousemove(event: MouseEvent): void { + private onMousemove (event: MouseEvent): void { this.resizableContainer.mousemove.next(event); } } diff --git a/lib/core/src/lib/dialogs/edit-json/edit-json.dialog.module.ts b/lib/core/src/lib/dialogs/edit-json/edit-json.dialog.module.ts index a0edcee367..996231a90e 100644 --- a/lib/core/src/lib/dialogs/edit-json/edit-json.dialog.module.ts +++ b/lib/core/src/lib/dialogs/edit-json/edit-json.dialog.module.ts @@ -23,8 +23,8 @@ import { TranslateModule } from '@ngx-translate/core'; import { MatDialogModule } from '@angular/material/dialog'; import { MatButtonModule } from '@angular/material/button'; @NgModule({ - declarations: [EditJsonDialogComponent], - imports: [ + "declarations": [EditJsonDialogComponent], + "imports": [ CommonModule, FormsModule, ReactiveFormsModule, @@ -32,6 +32,6 @@ import { MatButtonModule } from '@angular/material/button'; MatDialogModule, MatButtonModule ], - exports: [EditJsonDialogComponent] + "exports": [EditJsonDialogComponent] }) export class EditJsonDialogModule {} diff --git a/lib/core/src/lib/dialogs/edit-json/edit-json.dialog.scss b/lib/core/src/lib/dialogs/edit-json/edit-json.dialog.scss index 30b270d47b..cea70c054f 100644 --- a/lib/core/src/lib/dialogs/edit-json/edit-json.dialog.scss +++ b/lib/core/src/lib/dialogs/edit-json/edit-json.dialog.scss @@ -1,5 +1,5 @@ .adf-edit-json-dialog { - .mat-dialog-content { + .mat-mdc-dialog-content { height: 300px; overflow: hidden; } diff --git a/lib/core/src/lib/dialogs/edit-json/edit-json.dialog.stories.component.ts b/lib/core/src/lib/dialogs/edit-json/edit-json.dialog.stories.component.ts index 0a65e25e0b..7c2696c894 100644 --- a/lib/core/src/lib/dialogs/edit-json/edit-json.dialog.stories.component.ts +++ b/lib/core/src/lib/dialogs/edit-json/edit-json.dialog.stories.component.ts @@ -23,8 +23,8 @@ import { } from './edit-json.dialog'; @Component({ - selector: 'adf-edit-json-dialog-storybook', - template: `` }) @@ -40,37 +40,37 @@ export class EditJsonDialogStorybookComponent implements OnInit, OnChanges { private _settings: EditJsonDialogSettings; - set settings(newSettings: EditJsonDialogSettings) { + set settings (newSettings: EditJsonDialogSettings) { this._settings = { - title: newSettings.title, - editable: newSettings.editable, - value: JSON.stringify(newSettings.value, null, ' ') + "title": newSettings.title, + "editable": newSettings.editable, + "value": JSON.stringify(newSettings.value, null, ' ') }; } - constructor(private dialog: MatDialog) {} + constructor (private dialog: MatDialog) {} - ngOnInit() { + ngOnInit () { this.settings = { - title: this.title, - editable: this.editable, - value: this.value + "title": this.title, + "editable": this.editable, + "value": this.value }; } - ngOnChanges() { + ngOnChanges () { this.settings = { - title: this.title, - editable: this.editable, - value: this.value + "title": this.title, + "editable": this.editable, + "value": this.value }; } - openDialog() { + openDialog () { this.dialog .open(EditJsonDialogComponent, { - data: this._settings, - minWidth: `50%` + "data": this._settings, + "minWidth": `50%` }) .afterClosed() .subscribe((value: string) => { diff --git a/lib/core/src/lib/dialogs/edit-json/edit-json.dialog.stories.ts b/lib/core/src/lib/dialogs/edit-json/edit-json.dialog.stories.ts index 05df07e361..b9c7a70ede 100644 --- a/lib/core/src/lib/dialogs/edit-json/edit-json.dialog.stories.ts +++ b/lib/core/src/lib/dialogs/edit-json/edit-json.dialog.stories.ts @@ -22,66 +22,66 @@ import { EditJsonDialogStorybookComponent } from './edit-json.dialog.stories.com import { MatButtonModule } from '@angular/material/button'; const jsonData = { - maxValue: 50, - minValue: 10, - values: [10, 15, 14, 27, 35, 23, 49, 38], - measurementId: 'm_10001', - researcherId: 's_10002' + "maxValue": 50, + "minValue": 10, + "values": [10, 15, 14, 27, 35, 23, 49, 38], + "measurementId": 'm_10001', + "researcherId": 's_10002' }; export default { - component: EditJsonDialogStorybookComponent, - title: 'Core/Dialog/Edit JSON Dialog', - decorators: [ + "component": EditJsonDialogStorybookComponent, + "title": 'Core/Dialog/Edit JSON Dialog', + "decorators": [ moduleMetadata({ - imports: [CoreStoryModule, EditJsonDialogModule, MatButtonModule] + "imports": [CoreStoryModule, EditJsonDialogModule, MatButtonModule] }) ], - argTypes: { - value: { - description: 'Displayed text', - control: { - type: 'object' + "argTypes": { + "value": { + "description": 'Displayed text', + "control": { + "type": 'object' }, - defaultValue: jsonData, - table: { - category: 'Provider settings', - type: { - summary: 'string' + "defaultValue": jsonData, + "table": { + "category": 'Provider settings', + "type": { + "summary": 'string' }, - defaultValue: { - summary: '' + "defaultValue": { + "summary": '' } } }, - editable: { - description: 'Defines if component is editable', - control: { - type: 'boolean' + "editable": { + "description": 'Defines if component is editable', + "control": { + "type": 'boolean' }, - defaultValue: false, - table: { - category: 'Provider settings', - type: { - summary: 'boolean' + "defaultValue": false, + "table": { + "category": 'Provider settings', + "type": { + "summary": 'boolean' }, - defaultValue: { - summary: false + "defaultValue": { + "summary": false } } }, - title: { - control: { - type: 'text' + "title": { + "control": { + "type": 'text' }, - defaultValue: 'JSON Dialog Title', - table: { - category: 'Provider settings', - type: { - summary: 'string' + "defaultValue": 'JSON Dialog Title', + "table": { + "category": 'Provider settings', + "type": { + "summary": 'string' }, - defaultValue: { - summary: 'JSON' + "defaultValue": { + "summary": 'JSON' } } } @@ -89,8 +89,8 @@ export default { } as Meta; const template: Story = (args: EditJsonDialogStorybookComponent) => ({ - props: args + "props": args }); export const editJSONDialog = template.bind({}); -editJSONDialog.parameters = { layout: 'centered' }; +editJSONDialog.parameters = { "layout": 'centered' }; diff --git a/lib/core/src/lib/dialogs/edit-json/edit-json.dialog.ts b/lib/core/src/lib/dialogs/edit-json/edit-json.dialog.ts index 4855529930..df02e9acca 100644 --- a/lib/core/src/lib/dialogs/edit-json/edit-json.dialog.ts +++ b/lib/core/src/lib/dialogs/edit-json/edit-json.dialog.ts @@ -25,10 +25,10 @@ export interface EditJsonDialogSettings { } @Component({ - templateUrl: './edit-json.dialog.html', - styleUrls: ['./edit-json.dialog.scss'], - encapsulation: ViewEncapsulation.None, - host: { class: 'adf-edit-json-dialog' } + "templateUrl": './edit-json.dialog.html', + "styleUrls": ['./edit-json.dialog.scss'], + "encapsulation": ViewEncapsulation.None, + "host": { "class": 'adf-edit-json-dialog' } }) export class EditJsonDialogComponent implements OnInit { @@ -38,11 +38,11 @@ export class EditJsonDialogComponent implements OnInit { @Input() value: string = ''; - constructor( + constructor ( @Inject(MAT_DIALOG_DATA) private settings: EditJsonDialogSettings ) {} - ngOnInit() { + ngOnInit () { if (this.settings) { this.editable = this.settings.editable; this.value = this.settings.value || ''; diff --git a/lib/core/src/lib/directives/directive.module.ts b/lib/core/src/lib/directives/directive.module.ts index 72029bd730..33dfe14c1a 100644 --- a/lib/core/src/lib/directives/directive.module.ts +++ b/lib/core/src/lib/directives/directive.module.ts @@ -28,12 +28,12 @@ import { TooltipCardComponent } from './tooltip-card/tooltip-card.component'; import { InfiniteSelectScrollDirective } from './infinite-select-scroll.directive'; @NgModule({ - imports: [ + "imports": [ CommonModule, MaterialModule, OverlayModule ], - declarations: [ + "declarations": [ HighlightDirective, LogoutDirective, UploadDirective, @@ -41,7 +41,7 @@ import { InfiniteSelectScrollDirective } from './infinite-select-scroll.directiv TooltipCardComponent, InfiniteSelectScrollDirective ], - exports: [ + "exports": [ HighlightDirective, LogoutDirective, UploadDirective, diff --git a/lib/core/src/lib/directives/highlight.directive.spec.ts b/lib/core/src/lib/directives/highlight.directive.spec.ts index bc586d36af..4e7b6c07e2 100644 --- a/lib/core/src/lib/directives/highlight.directive.spec.ts +++ b/lib/core/src/lib/directives/highlight.directive.spec.ts @@ -35,7 +35,7 @@ const template: string = `
Lorem ipsum salana-eyong-aysis dolor sit amet
`; -@Component({ selector: 'adf-test-component', template }) +@Component({ "selector": 'adf-test-component', template }) class TestComponent { @ViewChildren(HighlightDirective) public highlightDirectives; } @@ -47,11 +47,11 @@ describe('HighlightDirective', () => { beforeEach(() => { TestBed.configureTestingModule({ - imports: [ + "imports": [ TranslateModule.forRoot(), CoreTestingModule ], - declarations: [ + "declarations": [ TestComponent ] }); @@ -92,7 +92,7 @@ describe('HighlightDirective', () => { it('should NOT reinsert the same text to the innerText if there was no change at all (search string is not found)', () => { const highlighter = TestBed.inject(HighlightTransformService); - spyOn(highlighter, 'highlight').and.returnValue({ changed: false, text: 'Modified text' }); + spyOn(highlighter, 'highlight').and.returnValue({ "changed": false, "text": 'Modified text' }); component.highlightDirectives.first.highlight('salana-eyong-aysis'); fixture.detectChanges(); diff --git a/lib/core/src/lib/directives/highlight.directive.ts b/lib/core/src/lib/directives/highlight.directive.ts index 273fac1d63..4fcac62b9a 100644 --- a/lib/core/src/lib/directives/highlight.directive.ts +++ b/lib/core/src/lib/directives/highlight.directive.ts @@ -21,7 +21,7 @@ import { Directive, ElementRef, Input, Renderer2, AfterViewChecked } from '@angu import { HighlightTransformService, HighlightTransformResult } from '../common/services/highlight-transform.service'; @Directive({ - selector: '[adf-highlight]' + "selector": '[adf-highlight]' }) export class HighlightDirective implements AfterViewChecked { @@ -37,17 +37,17 @@ export class HighlightDirective implements AfterViewChecked { @Input('adf-highlight-class') classToApply: string = 'adf-highlight'; - constructor( + constructor ( private el: ElementRef, private renderer: Renderer2, private highlightTransformService: HighlightTransformService) { } - ngAfterViewChecked() { + ngAfterViewChecked () { this.highlight(); } - public highlight(search = this.search, selector = this.selector, classToApply = this.classToApply) { + public highlight (search = this.search, selector = this.selector, classToApply = this.classToApply) { if (search && selector) { const elements = this.el.nativeElement.querySelectorAll(selector); diff --git a/lib/core/src/lib/directives/infinite-select-scroll.directive.spec.ts b/lib/core/src/lib/directives/infinite-select-scroll.directive.spec.ts index a1a98c49a8..bb1d1f36d6 100644 --- a/lib/core/src/lib/directives/infinite-select-scroll.directive.spec.ts +++ b/lib/core/src/lib/directives/infinite-select-scroll.directive.spec.ts @@ -22,7 +22,7 @@ import { MatSelect, MatSelectModule } from '@angular/material/select'; import { NoopAnimationsModule } from '@angular/platform-browser/animations'; @Component({ - template: ` + "template": ` {{ option.text }} @@ -30,17 +30,17 @@ import { NoopAnimationsModule } from '@angular/platform-browser/animations'; ` }) class TestComponent { - options = new Array(50).fill({text: 'dummy'}); + options = new Array(50).fill({"text": 'dummy'}); - @ViewChild(MatSelect, { static: true }) + @ViewChild(MatSelect, { "static": true }) matSelect: MatSelect; - open() { + open () { this.matSelect.open(); } - load() { - this.options.push(...new Array(10).fill({text: 'dummy'})); + load () { + this.options.push(...new Array(10).fill({"text": 'dummy'})); } } @@ -50,11 +50,11 @@ describe('InfiniteSelectScrollDirective', () => { beforeEach(() => { TestBed.configureTestingModule({ - imports: [ + "imports": [ MatSelectModule, NoopAnimationsModule ], - declarations: [ + "declarations": [ TestComponent, InfiniteSelectScrollDirective ] diff --git a/lib/core/src/lib/directives/infinite-select-scroll.directive.ts b/lib/core/src/lib/directives/infinite-select-scroll.directive.ts index ab59aaf451..de61484660 100644 --- a/lib/core/src/lib/directives/infinite-select-scroll.directive.ts +++ b/lib/core/src/lib/directives/infinite-select-scroll.directive.ts @@ -23,7 +23,7 @@ import { takeUntil } from 'rxjs/operators'; const SELECT_ITEM_HEIGHT_EM = 3; @Directive({ - selector: '[adf-infinite-select-scroll]' + "selector": '[adf-infinite-select-scroll]' }) export class InfiniteSelectScrollDirective implements AfterViewInit, OnDestroy { static readonly MAX_ITEMS = 50; @@ -34,9 +34,9 @@ export class InfiniteSelectScrollDirective implements AfterViewInit, OnDestroy { private onDestroy$ = new Subject(); private itemHeightToWaitBeforeLoadNext = 0; - constructor(@Inject(MatSelect) private matSelect: MatSelect) {} + constructor (@Inject(MatSelect) private matSelect: MatSelect) {} - ngAfterViewInit() { + ngAfterViewInit () { this.matSelect.openedChange .pipe(takeUntil(this.onDestroy$)) .subscribe((opened: boolean) => { @@ -47,23 +47,23 @@ export class InfiniteSelectScrollDirective implements AfterViewInit, OnDestroy { }); } - ngOnDestroy() { + ngOnDestroy () { this.onDestroy$.next(true); this.onDestroy$.complete(); } - private handleScrollEvent(event: Event) { + private handleScrollEvent (event: Event) { if (this.isScrollInNextFetchArea(event)) { this.scrollEnd.emit(event); } } - private isScrollInNextFetchArea(event: Event): boolean { + private isScrollInNextFetchArea (event: Event): boolean { const target = event.target as HTMLElement; return target.scrollTop >= (target.scrollHeight - target.offsetHeight - this.itemHeightToWaitBeforeLoadNext); } - private getItemHeight(): number { + private getItemHeight (): number { return parseFloat(getComputedStyle(this.matSelect.panel.nativeElement).fontSize || '0') * SELECT_ITEM_HEIGHT_EM; } } diff --git a/lib/core/src/lib/directives/logout.directive.spec.ts b/lib/core/src/lib/directives/logout.directive.spec.ts index 705f150aef..52676355b8 100644 --- a/lib/core/src/lib/directives/logout.directive.spec.ts +++ b/lib/core/src/lib/directives/logout.directive.spec.ts @@ -30,8 +30,8 @@ describe('LogoutDirective', () => { describe('No input', () => { @Component({ - selector: 'adf-test-component', - template: '' + "selector": 'adf-test-component', + "template": '' }) class TestComponent { @ContentChildren(LogoutDirective) @@ -45,11 +45,11 @@ describe('LogoutDirective', () => { beforeEach(() => { TestBed.configureTestingModule({ - imports: [ + "imports": [ TranslateModule.forRoot(), CoreTestingModule ], - declarations: [ + "declarations": [ TestComponent ] }); @@ -112,8 +112,8 @@ describe('LogoutDirective', () => { describe('redirectUri', () => { @Component({ - selector: 'adf-test-component', - template: '' + "selector": 'adf-test-component', + "template": '' }) class TestComponent { @ContentChildren(LogoutDirective) @@ -126,11 +126,11 @@ describe('LogoutDirective', () => { beforeEach(() => { TestBed.configureTestingModule({ - imports: [ + "imports": [ TranslateModule.forRoot(), CoreTestingModule ], - declarations: [ + "declarations": [ TestComponent ] }); @@ -155,8 +155,8 @@ describe('LogoutDirective', () => { describe('enableRedirect', () => { @Component({ - selector: 'adf-test-component', - template: '' + "selector": 'adf-test-component', + "template": '' }) class TestComponent { @ContentChildren(LogoutDirective) @@ -169,11 +169,11 @@ describe('LogoutDirective', () => { beforeEach(() => { TestBed.configureTestingModule({ - imports: [ + "imports": [ TranslateModule.forRoot(), CoreTestingModule ], - declarations: [ + "declarations": [ TestComponent ] }); diff --git a/lib/core/src/lib/directives/logout.directive.ts b/lib/core/src/lib/directives/logout.directive.ts index e4d446abaf..a220b57f5e 100644 --- a/lib/core/src/lib/directives/logout.directive.ts +++ b/lib/core/src/lib/directives/logout.directive.ts @@ -21,7 +21,7 @@ import { AppConfigService } from '../app-config/app-config.service'; import { AuthenticationService } from '../auth/services/authentication.service'; @Directive({ - selector: '[adf-logout]' + "selector": '[adf-logout]' }) export class LogoutDirective implements OnInit { @@ -33,14 +33,14 @@ export class LogoutDirective implements OnInit { @Input() enableRedirect: boolean = true; - constructor(private elementRef: ElementRef, + constructor (private elementRef: ElementRef, private renderer: Renderer2, private router: Router, private appConfig: AppConfigService, private authenticationService: AuthenticationService) { } - ngOnInit() { + ngOnInit () { if (this.elementRef.nativeElement) { this.renderer.listen(this.elementRef.nativeElement, 'click', (evt) => { @@ -50,21 +50,21 @@ export class LogoutDirective implements OnInit { } } - getRedirectUri() { + getRedirectUri () { if (this.redirectUri === undefined ) { return this.appConfig.get('loginRoute', '/login'); } return this.redirectUri; } - logout() { + logout () { this.authenticationService.logout().subscribe( () => this.redirectToUri(), () => this.redirectToUri() ); } - redirectToUri() { + redirectToUri () { if (this.enableRedirect && !this.authenticationService.isOauth()) { const redirectRoute = this.getRedirectUri(); this.router.navigate([redirectRoute]); diff --git a/lib/core/src/lib/directives/tooltip-card/tooltip-card.component.ts b/lib/core/src/lib/directives/tooltip-card/tooltip-card.component.ts index 0cb52ecf4d..ea98e06104 100644 --- a/lib/core/src/lib/directives/tooltip-card/tooltip-card.component.ts +++ b/lib/core/src/lib/directives/tooltip-card/tooltip-card.component.ts @@ -20,17 +20,17 @@ import { animate, style, transition, trigger } from '@angular/animations'; import { DomSanitizer } from '@angular/platform-browser'; @Component({ - selector: 'adf-tooltip-card-component', - templateUrl: './tooltip-card.component.html', - styleUrls: ['./tooltip-card.component.scss'], - animations: [ + "selector": 'adf-tooltip-card-component', + "templateUrl": './tooltip-card.component.html', + "styleUrls": ['./tooltip-card.component.scss'], + "animations": [ trigger('tooltip', [ transition(':enter', [ - style({ opacity: 0 }), - animate(200, style({ opacity: 1 })) + style({ "opacity": 0 }), + animate(200, style({ "opacity": 1 })) ]), transition(':leave', [ - animate(200, style({ opacity: 0 })) + animate(200, style({ "opacity": 0 })) ]) ]) @@ -42,9 +42,9 @@ export class TooltipCardComponent { @Input() htmlContent = ''; @Input() width = '300'; - constructor(private sanitizer: DomSanitizer) { } + constructor (private sanitizer: DomSanitizer) { } - sanitizedHtmlContent(): string { + sanitizedHtmlContent (): string { return this.sanitizer.sanitize(SecurityContext.HTML, this.htmlContent); } } diff --git a/lib/core/src/lib/directives/tooltip-card/tooltip-card.directive.spec.ts b/lib/core/src/lib/directives/tooltip-card/tooltip-card.directive.spec.ts index c59a2a0ffb..9c45891c34 100644 --- a/lib/core/src/lib/directives/tooltip-card/tooltip-card.directive.spec.ts +++ b/lib/core/src/lib/directives/tooltip-card/tooltip-card.directive.spec.ts @@ -27,13 +27,13 @@ import { TooltipCardComponent } from './tooltip-card.component'; const IMAGE_URL = 'alfresco-logo.svg'; @Component({ - template: `` + "template": `` }) class TestComponent { - @ViewChild(TooltipCardDirective, { static: true }) + @ViewChild(TooltipCardDirective, { "static": true }) directive: TooltipCardDirective; - @ViewChild('span', { static: true }) + @ViewChild('span', { "static": true }) span: ElementRef; } @@ -44,12 +44,12 @@ describe('TooltipCardDirective', () => { beforeEach((() => { TestBed.configureTestingModule({ - imports: [ + "imports": [ CommonModule, OverlayModule, NoopAnimationsModule ], - declarations: [ + "declarations": [ TooltipCardDirective, TooltipCardComponent, TestComponent diff --git a/lib/core/src/lib/directives/tooltip-card/tooltip-card.directive.ts b/lib/core/src/lib/directives/tooltip-card/tooltip-card.directive.ts index 8faecd9001..87a2953814 100644 --- a/lib/core/src/lib/directives/tooltip-card/tooltip-card.directive.ts +++ b/lib/core/src/lib/directives/tooltip-card/tooltip-card.directive.ts @@ -20,7 +20,7 @@ import { Overlay, OverlayPositionBuilder, OverlayRef } from '@angular/cdk/overla import { ComponentPortal } from '@angular/cdk/portal'; import { TooltipCardComponent } from './tooltip-card.component'; -@Directive({ selector: '[adf-tooltip-card]' }) +@Directive({ "selector": '[adf-tooltip-card]' }) export class TooltipCardDirective implements OnInit, OnDestroy { @Input('adf-tooltip-card') text = ''; @@ -36,33 +36,33 @@ export class TooltipCardDirective implements OnInit, OnDestroy { private overlayRef: OverlayRef; - constructor( + constructor ( private overlay: Overlay, private overlayPositionBuilder: OverlayPositionBuilder, private elementRef: ElementRef) { } - ngOnDestroy(): void { + ngOnDestroy (): void { this.hide(); } - ngOnInit(): void { + ngOnInit (): void { const positionStrategy = this.overlayPositionBuilder .flexibleConnectedTo(this.elementRef) .withPositions([{ - originX: this.originX, - originY: this.originY, - overlayX: this.overlayX, - overlayY: this.overlayY, - offsetY: this.offsetY, - offsetX: this.offsetX + "originX": this.originX, + "originY": this.originY, + "overlayX": this.overlayX, + "overlayY": this.overlayY, + "offsetY": this.offsetY, + "offsetX": this.offsetX }]); this.overlayRef = this.overlay.create({ positionStrategy }); } @HostListener('mouseenter') - show() { + show () { const tooltipRef: ComponentRef = this.overlayRef.attach(new ComponentPortal(TooltipCardComponent)); tooltipRef.instance.text = this.text; @@ -72,7 +72,7 @@ export class TooltipCardDirective implements OnInit, OnDestroy { } @HostListener('mouseleave') - hide() { + hide () { this.overlayRef.detach(); } } diff --git a/lib/core/src/lib/directives/upload.directive.spec.ts b/lib/core/src/lib/directives/upload.directive.spec.ts index abc42aa6f3..05f60992ef 100644 --- a/lib/core/src/lib/directives/upload.directive.spec.ts +++ b/lib/core/src/lib/directives/upload.directive.spec.ts @@ -26,8 +26,8 @@ describe('UploadDirective', () => { beforeEach(() => { nativeElement = { - classList: jasmine.createSpyObj('classList', ['add', 'remove']), - dispatchEvent: () => {} + "classList": jasmine.createSpyObj('classList', ['add', 'remove']), + "dispatchEvent": () => {} }; directive = new UploadDirective(new ElementRef(nativeElement), null, null); }); @@ -39,7 +39,7 @@ describe('UploadDirective', () => { it('should update drag status on dragenter', () => { expect(directive.isDragging).toBeFalsy(); directive.enabled = true; - directive.onDragEnter(new DragEvent('dragenter', { dataTransfer: new DataTransfer() })); + directive.onDragEnter(new DragEvent('dragenter', { "dataTransfer": new DataTransfer() })); expect(directive.isDragging).toBeTruthy(); }); @@ -53,12 +53,12 @@ describe('UploadDirective', () => { it('should update drag status on dragover', () => { expect(directive.isDragging).toBeFalsy(); directive.enabled = true; - directive.onDragOver(new DragEvent('dragover', { dataTransfer: new DataTransfer() })); + directive.onDragOver(new DragEvent('dragover', { "dataTransfer": new DataTransfer() })); expect(directive.isDragging).toBeTruthy(); }); it('should prevent default event on dragover', () => { - const event = new DragEvent('dragover', { dataTransfer: new DataTransfer() }); + const event = new DragEvent('dragover', { "dataTransfer": new DataTransfer() }); spyOn(event, 'preventDefault').and.stub(); directive.enabled = true; directive.onDragOver(event); @@ -139,7 +139,7 @@ describe('UploadDirective', () => { directive.enabled = true; directive.mode = ['click']; const files = [{}]; - const event = {currentTarget: {files}, target: {value: '/testpath/document.pdf'}}; + const event = {"currentTarget": {files}, "target": {"value": '/testpath/document.pdf'}}; directive.onSelectFiles(event); expect(event.target.value).toBe(''); diff --git a/lib/core/src/lib/directives/upload.directive.ts b/lib/core/src/lib/directives/upload.directive.ts index a4cc8a9860..67738b0970 100644 --- a/lib/core/src/lib/directives/upload.directive.ts +++ b/lib/core/src/lib/directives/upload.directive.ts @@ -21,7 +21,7 @@ import { Directive, ElementRef, HostListener, Input, NgZone, OnDestroy, OnInit, import { FileInfo, FileUtils } from '../common/utils/file-utils'; @Directive({ - selector: '[adf-upload]' + "selector": '[adf-upload]' }) export class UploadDirective implements OnInit, OnDestroy { /** Enables/disables uploading. */ @@ -57,11 +57,11 @@ export class UploadDirective implements OnInit, OnDestroy { private upload: HTMLInputElement; private element: HTMLElement; - constructor(private el: ElementRef, private renderer: Renderer2, private ngZone: NgZone) { + constructor (private el: ElementRef, private renderer: Renderer2, private ngZone: NgZone) { this.element = el.nativeElement; } - ngOnInit() { + ngOnInit () { if (this.isClickMode() && this.renderer) { const inputUpload = this.renderer.createElement('input'); this.upload = this.el.nativeElement.parentElement.appendChild(inputUpload); @@ -93,7 +93,7 @@ export class UploadDirective implements OnInit, OnDestroy { } } - ngOnDestroy() { + ngOnDestroy () { this.element.removeEventListener('dragenter', this.onDragEnter); this.element.removeEventListener('dragover', this.onDragOver); this.element.removeEventListener('dragleave', this.onDragLeave); @@ -101,14 +101,14 @@ export class UploadDirective implements OnInit, OnDestroy { } @HostListener('click', ['$event']) - onClick(event: Event) { + onClick (event: Event) { if (this.isClickMode() && this.upload) { event.preventDefault(); this.upload.click(); } } - onDragEnter(event: DragEvent) { + onDragEnter (event: DragEvent) { if (this.isDropMode()) { event.dataTransfer.dropEffect = 'copy'; this.element.classList.add(this.cssClassName); @@ -116,7 +116,7 @@ export class UploadDirective implements OnInit, OnDestroy { } } - onDragOver(event: DragEvent) { + onDragOver (event: DragEvent) { event.preventDefault(); if (this.isDropMode()) { event.dataTransfer.dropEffect = 'copy'; @@ -126,14 +126,14 @@ export class UploadDirective implements OnInit, OnDestroy { return false; } - onDragLeave() { + onDragLeave () { if (this.isDropMode()) { this.element.classList.remove(this.cssClassName); this.isDragging = false; } } - onDrop(event: Event) { + onDrop (event: Event) { if (this.isDropMode()) { event.stopPropagation(); event.preventDefault(); @@ -151,34 +151,34 @@ export class UploadDirective implements OnInit, OnDestroy { return false; } - onUploadFiles(files: FileInfo[]) { + onUploadFiles (files: FileInfo[]) { if (this.enabled && files.length > 0) { const customEvent = new CustomEvent('upload-files', { - detail: { - sender: this, - data: this.data, + "detail": { + "sender": this, + "data": this.data, files }, - bubbles: true + "bubbles": true }); this.el.nativeElement.dispatchEvent(customEvent); } } - protected hasMode(mode: string): boolean { + protected hasMode (mode: string): boolean { return this.enabled && mode && this.mode && this.mode.indexOf(mode) > -1; } - protected isDropMode(): boolean { + protected isDropMode (): boolean { return this.hasMode('drop'); } - protected isClickMode(): boolean { + protected isClickMode (): boolean { return this.hasMode('click'); } - getDataTransfer(event: Event | any): DataTransfer { + getDataTransfer (event: Event | any): DataTransfer { if (event?.dataTransfer) { return event.dataTransfer; } @@ -190,11 +190,10 @@ export class UploadDirective implements OnInit, OnDestroy { /** * Extract files from the DataTransfer object used to hold the data that is being dragged during a drag and drop operation. - * * @param dataTransfer DataTransfer object * @returns a list of file info objects */ - getFilesDropped(dataTransfer: DataTransfer): Promise { + getFilesDropped (dataTransfer: DataTransfer): Promise { return new Promise((resolve) => { const iterations = []; @@ -208,9 +207,9 @@ export class UploadDirective implements OnInit, OnDestroy { if (item.isFile) { iterations.push( Promise.resolve({ - entry: item, - file: items[i].getAsFile(), - relativeFolder: '/' + "entry": item, + "file": items[i].getAsFile(), + "relativeFolder": '/' }) ); } else if (item.isDirectory) { @@ -224,9 +223,9 @@ export class UploadDirective implements OnInit, OnDestroy { } else { iterations.push( Promise.resolve({ - entry: null, - file: items[i].getAsFile(), - relativeFolder: '/' + "entry": null, + "file": items[i].getAsFile(), + "relativeFolder": '/' }) ); } @@ -234,9 +233,9 @@ export class UploadDirective implements OnInit, OnDestroy { } else { // safari or FF const files = FileUtils.toFileArray(dataTransfer.files).map((file) => ({ - entry: null, + "entry": null, file, - relativeFolder: '/' + "relativeFolder": '/' })); iterations.push(Promise.resolve(files)); @@ -251,18 +250,17 @@ export class UploadDirective implements OnInit, OnDestroy { /** * Invoked when user selects files or folders by means of File Dialog - * * @param event DOM event */ - onSelectFiles(event: any): void { + onSelectFiles (event: any): void { if (this.isClickMode()) { const input = event.currentTarget; const files = FileUtils.toFileArray(input.files); this.onUploadFiles( files.map((file) => ({ - entry: null, + "entry": null, file, - relativeFolder: '/' + "relativeFolder": '/' })) ); event.target.value = ''; diff --git a/lib/core/src/lib/events/base.event.ts b/lib/core/src/lib/events/base.event.ts index 74877e5697..f00152a3dd 100644 --- a/lib/core/src/lib/events/base.event.ts +++ b/lib/core/src/lib/events/base.event.ts @@ -22,11 +22,11 @@ export class BaseEvent { value: T; - get defaultPrevented() { + get defaultPrevented () { return this.isDefaultPrevented; } - preventDefault() { + preventDefault () { this.isDefaultPrevented = true; } diff --git a/lib/core/src/lib/form/components/form-base.component.ts b/lib/core/src/lib/form/components/form-base.component.ts index 7240efd50d..fca29fd882 100644 --- a/lib/core/src/lib/form/components/form-base.component.ts +++ b/lib/core/src/lib/form/components/form-base.component.ts @@ -96,15 +96,15 @@ export abstract class FormBaseComponent { form: FormModel; - getParsedFormDefinition(): FormBaseComponent { + getParsedFormDefinition (): FormBaseComponent { return this; } - hasForm(): boolean { + hasForm (): boolean { return !!this.form; } - isTitleEnabled(): boolean { + isTitleEnabled (): boolean { let titleEnabled = false; if (this.showTitle && this.form) { titleEnabled = true; @@ -112,11 +112,11 @@ export abstract class FormBaseComponent { return titleEnabled; } - getColorForOutcome(outcomeName: string): ThemePalette { + getColorForOutcome (outcomeName: string): ThemePalette { return outcomeName === FormBaseComponent.COMPLETE_OUTCOME_NAME ? FormBaseComponent.COMPLETE_BUTTON_COLOR : null; } - isOutcomeButtonEnabled(outcome: FormOutcomeModel): boolean { + isOutcomeButtonEnabled (outcome: FormOutcomeModel): boolean { if (this.form.readOnly) { return false; } @@ -136,7 +136,7 @@ export abstract class FormBaseComponent { return false; } - isOutcomeButtonVisible(outcome: FormOutcomeModel, isFormReadOnly: boolean): boolean { + isOutcomeButtonVisible (outcome: FormOutcomeModel, isFormReadOnly: boolean): boolean { if (outcome?.name) { if (outcome.name === FormOutcomeModel.COMPLETE_ACTION) { return this.showCompleteButton; @@ -157,11 +157,10 @@ export abstract class FormBaseComponent { /** * Invoked when user clicks outcome button. - * * @param outcome Form outcome model * @returns `true` if outcome button was clicked, otherwise `false` */ - onOutcomeClicked(outcome: FormOutcomeModel): boolean { + onOutcomeClicked (outcome: FormOutcomeModel): boolean { if (!this.readOnly && outcome && this.form) { if (!this.onExecuteOutcome(outcome)) { return false; @@ -203,7 +202,7 @@ export abstract class FormBaseComponent { return false; } - handleError(err: any): any { + handleError (err: any): any { this.disableSaveButton = false; this.disableCompleteButton = false; this.error.emit(err); diff --git a/lib/core/src/lib/form/components/form-custom-button.directive.ts b/lib/core/src/lib/form/components/form-custom-button.directive.ts index b20a8b9d50..bc1125efcc 100644 --- a/lib/core/src/lib/form/components/form-custom-button.directive.ts +++ b/lib/core/src/lib/form/components/form-custom-button.directive.ts @@ -20,4 +20,4 @@ import { Directive } from '@angular/core'; /** * Directive selectors without adf- prefix will be deprecated on 3.0.0 */ -@Directive({ selector: '[adf-form-custom-button], [form-custom-button]' }) export class StartFormCustomButtonDirective {} +@Directive({ "selector": '[adf-form-custom-button], [form-custom-button]' }) export class StartFormCustomButtonDirective {} diff --git a/lib/core/src/lib/form/components/form-field/form-field.component.spec.ts b/lib/core/src/lib/form/components/form-field/form-field.component.spec.ts index 7cd79802ed..7bd9025588 100644 --- a/lib/core/src/lib/form/components/form-field/form-field.component.spec.ts +++ b/lib/core/src/lib/form/components/form-field/form-field.component.spec.ts @@ -34,7 +34,7 @@ describe('FormFieldComponent', () => { beforeEach(() => { TestBed.configureTestingModule({ - imports: [ + "imports": [ TranslateModule.forRoot(), CoreTestingModule, FormBaseModule @@ -52,8 +52,8 @@ describe('FormFieldComponent', () => { it('should create default component instance', (done) => { const field = new FormFieldModel(form, { - type: FormFieldTypes.TEXT, - id: 'FAKE-TXT-WIDGET' + "type": FormFieldTypes.TEXT, + "id": 'FAKE-TXT-WIDGET' }); component.field = field; @@ -70,8 +70,8 @@ describe('FormFieldComponent', () => { formRenderingService.setComponentTypeResolver(FormFieldTypes.AMOUNT, () => CheckboxWidgetComponent, true); const field = new FormFieldModel(form, { - type: FormFieldTypes.AMOUNT, - id: 'FAKE-TXT-WIDGET' + "type": FormFieldTypes.AMOUNT, + "id": 'FAKE-TXT-WIDGET' }); component.field = field; @@ -86,8 +86,8 @@ describe('FormFieldComponent', () => { it('should require component type to be resolved', (done) => { const field = new FormFieldModel(form, { - type: FormFieldTypes.TEXT, - id: 'FAKE-TXT-WIDGET' + "type": FormFieldTypes.TEXT, + "id": 'FAKE-TXT-WIDGET' }); spyOn(formRenderingService, 'resolveComponentType').and.returnValue(null); @@ -103,8 +103,8 @@ describe('FormFieldComponent', () => { it('should hide the field when it is not visible', (done) => { const field = new FormFieldModel(form, { - type: FormFieldTypes.TEXT, - id: 'FAKE-TXT-WIDGET' + "type": FormFieldTypes.TEXT, + "id": 'FAKE-TXT-WIDGET' }); component.field = field; @@ -120,8 +120,8 @@ describe('FormFieldComponent', () => { it('should show the field when it is visible', (done) => { const field = new FormFieldModel(form, { - type: FormFieldTypes.TEXT, - id: 'FAKE-TXT-WIDGET' + "type": FormFieldTypes.TEXT, + "id": 'FAKE-TXT-WIDGET' }); component.field = field; @@ -136,8 +136,8 @@ describe('FormFieldComponent', () => { it('should hide a visible element', () => { const field = new FormFieldModel(form, { - type: FormFieldTypes.TEXT, - id: 'FAKE-TXT-WIDGET' + "type": FormFieldTypes.TEXT, + "id": 'FAKE-TXT-WIDGET' }); component.field = field; @@ -152,47 +152,47 @@ describe('FormFieldComponent', () => { it('[C213878] - Should fields be correctly rendered when filled with process variables', async () => { const field = new FormFieldModel(form, { - fieldType: 'HyperlinkRepresentation', - id: 'label2', - name: 'Label2', - type: 'hyperlink', - value: null, - required: false, - readOnly: false, - overrideId: false, - colspan: 1, - placeholder: null, - minLength: 0, - maxLength: 0, - minValue: null, - maxValue: null, - regexPattern: null, - optionType: null, - hasEmptyValue: null, - options: null, - restUrl: null, - restResponsePath: null, - restIdProperty: null, - restLabelProperty: null, - tab: null, - className: null, - params: { - existingColspan: 1, - maxColspan: 2 + "fieldType": 'HyperlinkRepresentation', + "id": 'label2', + "name": 'Label2', + "type": 'hyperlink', + "value": null, + "required": false, + "readOnly": false, + "overrideId": false, + "colspan": 1, + "placeholder": null, + "minLength": 0, + "maxLength": 0, + "minValue": null, + "maxValue": null, + "regexPattern": null, + "optionType": null, + "hasEmptyValue": null, + "options": null, + "restUrl": null, + "restResponsePath": null, + "restIdProperty": null, + "restLabelProperty": null, + "tab": null, + "className": null, + "params": { + "existingColspan": 1, + "maxColspan": 2 }, - dateDisplayFormat: null, - layout: { - row: -1, - column: -1, - colspan: 1 + "dateDisplayFormat": null, + "layout": { + "row": -1, + "column": -1, + "colspan": 1 }, - sizeX: 1, - sizeY: 1, - row: -1, - col: -1, - visibilityCondition: null, - hyperlinkUrl: 'testtest', - displayText: null + "sizeX": 1, + "sizeY": 1, + "row": -1, + "col": -1, + "visibilityCondition": null, + "hyperlinkUrl": 'testtest', + "displayText": null }); component.field = field; diff --git a/lib/core/src/lib/form/components/form-field/form-field.component.ts b/lib/core/src/lib/form/components/form-field/form-field.component.ts index f52d275a08..af557b63a9 100644 --- a/lib/core/src/lib/form/components/form-field/form-field.component.ts +++ b/lib/core/src/lib/form/components/form-field/form-field.component.ts @@ -38,8 +38,8 @@ import { FormFieldModel } from '../widgets/core/form-field.model'; declare const adf: any; @Component({ - selector: 'adf-form-field', - template: ` + "selector": 'adf-form-field', + "template": `
`, - encapsulation: ViewEncapsulation.None + "encapsulation": ViewEncapsulation.None }) export class FormFieldComponent implements OnInit, OnDestroy { - @ViewChild('container', { read: ViewContainerRef, static: true }) + @ViewChild('container', { "read": ViewContainerRef, "static": true }) container: ViewContainerRef; /** @@ -70,14 +70,14 @@ export class FormFieldComponent implements OnInit, OnDestroy { focus: boolean = false; - constructor( + constructor ( private formRenderingService: FormRenderingService, private componentFactoryResolver: ComponentFactoryResolver, private visibilityService: WidgetVisibilityService, private compiler: Compiler ) {} - ngOnInit() { + ngOnInit () { const w: any = window; if (w.adf === undefined) { w.adf = {}; @@ -110,14 +110,14 @@ export class FormFieldComponent implements OnInit, OnDestroy { } } - ngOnDestroy() { + ngOnDestroy () { if (this.componentRef) { this.componentRef.destroy(); this.componentRef = null; } } - private getField(): FormFieldModel { + private getField (): FormFieldModel { if (this.field?.params) { const wrappedField = this.field.params.field; if (wrappedField?.type) { @@ -127,11 +127,11 @@ export class FormFieldComponent implements OnInit, OnDestroy { return this.field; } - private hasController(type: string): boolean { + private hasController (type: string): boolean { return adf?.components?.[type]; } - private getComponentFactorySync(type: string, template: string): ComponentFactory { + private getComponentFactorySync (type: string, template: string): ComponentFactory { const componentInfo = adf.components[type]; if (componentInfo.factory) { @@ -139,7 +139,7 @@ export class FormFieldComponent implements OnInit, OnDestroy { } const metadata = { - selector: `runtime-component-${type}`, + "selector": `runtime-component-${type}`, template }; @@ -148,17 +148,17 @@ export class FormFieldComponent implements OnInit, OnDestroy { return factory; } - private createComponentFactorySync(compiler: Compiler, metadata: Component, componentClass: any): ComponentFactory { + private createComponentFactorySync (compiler: Compiler, metadata: Component, componentClass: any): ComponentFactory { const cmpClass = componentClass || class RuntimeComponent {}; const decoratedCmp = Component(metadata)(cmpClass); const moduleClass = class RuntimeComponentModule {}; - const decoratedNgModule = NgModule({ imports: [], declarations: [decoratedCmp] })(moduleClass); + const decoratedNgModule = NgModule({ "imports": [], "declarations": [decoratedCmp] })(moduleClass); const module: ModuleWithComponentFactories = compiler.compileModuleAndAllComponentsSync(decoratedNgModule); return module.componentFactories.find((x) => x.componentType === decoratedCmp); } - focusToggle() { + focusToggle () { setTimeout(() => { this.focus = !this.focus; }); diff --git a/lib/core/src/lib/form/components/form-renderer.component.scss b/lib/core/src/lib/form/components/form-renderer.component.scss index 5254c61089..8b42a9c588 100644 --- a/lib/core/src/lib/form/components/form-renderer.component.scss +++ b/lib/core/src/lib/form/components/form-renderer.component.scss @@ -76,14 +76,16 @@ } } - .mat-form-field { + .mat-mdc-form-field { width: 100%; } mat-form-field { width: 100%; } - + /* TODO(mdc-migration): The following rule targets internal classes of input that may no longer apply for the MDC version. */ + /* TODO(mdc-migration): The following rule targets internal classes of input that may no longer apply for the MDC version. */ + /* TODO(mdc-migration): The following rule targets internal classes of input that may no longer apply for the MDC version. */ .mat-input-placeholder { top: 1.8em !important; } @@ -96,7 +98,7 @@ color: var(--theme-primary-color); } - .mat-form-field-prefix { + .mat-mdc-form-field-prefix { color: var(--theme-primary-color); } } @@ -116,19 +118,25 @@ max-width: 100% !important; max-height: 100% !important; - & .mat-card { + & .mat-mdc-card { padding: 16px 24px; overflow: hidden; } - + /* TODO(mdc-migration): The following rule targets internal classes of card that may no longer apply for the MDC version. */ + /* TODO(mdc-migration): The following rule targets internal classes of card that may no longer apply for the MDC version. */ + /* TODO(mdc-migration): The following rule targets internal classes of card that may no longer apply for the MDC version. */ & .mat-card-header-text { margin: 0 !important; } - + /* TODO(mdc-migration): The following rule targets internal classes of tabs that may no longer apply for the MDC version. */ + /* TODO(mdc-migration): The following rule targets internal classes of tabs that may no longer apply for the MDC version. */ + /* TODO(mdc-migration): The following rule targets internal classes of tabs that may no longer apply for the MDC version. */ & .mat-tab-body-content { overflow: hidden; } - + /* TODO(mdc-migration): The following rule targets internal classes of tabs that may no longer apply for the MDC version. */ + /* TODO(mdc-migration): The following rule targets internal classes of tabs that may no longer apply for the MDC version. */ + /* TODO(mdc-migration): The following rule targets internal classes of tabs that may no longer apply for the MDC version. */ & .mat-tab-label { font-size: var(--theme-subheading-2-font-size); line-height: var(--theme-headline-line-height); @@ -142,7 +150,7 @@ height: 4px; } - & .mat-form-field-wrapper { + & .mat-mdc-form-field-wrapper { margin: 0 12px 0 0; } } @@ -206,11 +214,13 @@ padding-bottom: 25px !important; padding-right: 25px !important; - & .mat-button { + & .mat-mdc-button { height: 36px; border-radius: 5px; } - + /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version. */ + /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version. */ + /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version. */ & .mat-button-wrapper { width: 58px; height: 20px; @@ -228,7 +238,7 @@ } } - &-left-label-input-container .mat-form-field-label-wrapper { + &-left-label-input-container .mat-mdc-form-field-label-wrapper { top: auto; bottom: 0; } @@ -242,7 +252,7 @@ form-field { width: 100%; - .mat-input-element { + .mat-mdc-input-element { font-size: var(--theme-body-2-font-size); padding-top: 8px; line-height: normal; diff --git a/lib/core/src/lib/form/components/form-renderer.component.spec.ts b/lib/core/src/lib/form/components/form-renderer.component.spec.ts index dd8f789afe..e9d4551266 100644 --- a/lib/core/src/lib/form/components/form-renderer.component.spec.ts +++ b/lib/core/src/lib/form/components/form-renderer.component.spec.ts @@ -87,7 +87,7 @@ describe('Form Renderer Component', () => { beforeEach(() => { TestBed.configureTestingModule({ - imports: [TranslateModule.forRoot(), CoreTestingModule, FormBaseModule] + "imports": [TranslateModule.forRoot(), CoreTestingModule, FormBaseModule] }); fixture = TestBed.createComponent(FormRendererComponent); formRendererComponent = fixture.componentInstance; @@ -653,7 +653,7 @@ describe('Form Renderer Component', () => { describe('Custom Widget', () => { it('Should be able to correctly display a custom process cloud widget', async () => { - formRenderingService.register({ bananaforevah: () => TextWidgetComponent }, true); + formRenderingService.register({ "bananaforevah": () => TextWidgetComponent }, true); formRendererComponent.formDefinition = formService.parseForm(customWidgetForm.formRepresentation.formDefinition); fixture.detectChanges(); await fixture.whenStable(); @@ -664,7 +664,7 @@ describe('Form Renderer Component', () => { }); it('Should be able to correctly use visibility in a custom process cloud widget ', async () => { - formRenderingService.register({ bananaforevah: () => TextWidgetComponent }, true); + formRenderingService.register({ "bananaforevah": () => TextWidgetComponent }, true); formRendererComponent.formDefinition = formService.parseForm(customWidgetFormWithVisibility.formRepresentation.formDefinition); fixture.detectChanges(); await fixture.whenStable(); diff --git a/lib/core/src/lib/form/components/form-renderer.component.ts b/lib/core/src/lib/form/components/form-renderer.component.ts index cd8cda70a6..79ca4db4d8 100644 --- a/lib/core/src/lib/form/components/form-renderer.component.ts +++ b/lib/core/src/lib/form/components/form-renderer.component.ts @@ -22,17 +22,17 @@ import { ContainerModel, FormFieldModel, TabModel } from './widgets'; import { FormService } from '../services/form.service'; @Component({ - selector: 'adf-form-renderer', - templateUrl: './form-renderer.component.html', - styleUrls: ['./form-renderer.component.scss'], - providers: [ + "selector": 'adf-form-renderer', + "templateUrl": './form-renderer.component.html', + "styleUrls": ['./form-renderer.component.scss'], + "providers": [ { - provide: FormRulesManager, - useFactory: formRulesManagerFactory, - deps: [Injector] + "provide": FormRulesManager, + "useFactory": formRulesManagerFactory, + "deps": [Injector] } ], - encapsulation: ViewEncapsulation.None + "encapsulation": ViewEncapsulation.None }) export class FormRendererComponent implements OnChanges, OnDestroy { /** Toggle debug options. */ @@ -46,31 +46,31 @@ export class FormRendererComponent implements OnChanges, OnDestroy { fields: FormFieldModel[]; - constructor(public formService: FormService, private formRulesManager: FormRulesManager) {} + constructor (public formService: FormService, private formRulesManager: FormRulesManager) {} - ngOnChanges(): void { + ngOnChanges (): void { this.formRulesManager.initialize(this.formDefinition); } - ngOnDestroy() { + ngOnDestroy () { this.formRulesManager.destroy(); } - hasTabs(): boolean { + hasTabs (): boolean { return this.formDefinition.tabs && this.formDefinition.tabs.length > 0; } - visibleTabs(): TabModel[] { + visibleTabs (): TabModel[] { return this.formDefinition.tabs.filter((tab) => tab.isVisible); } - onExpanderClicked(content: ContainerModel) { + onExpanderClicked (content: ContainerModel) { if (content?.isCollapsible()) { content.isExpanded = !content.isExpanded; } } - getNumberOfColumns(content: ContainerModel): number { + getNumberOfColumns (content: ContainerModel): number { return (content.json?.numberOfColumns || 1) > (content.columns?.length || 1) ? content.json?.numberOfColumns || 1 : content.columns?.length || 1; @@ -78,11 +78,10 @@ export class FormRendererComponent implements OnChanges, OnDestroy { /** * Serializes column fields - * * @param content container model * @returns a list of form field models */ - getContainerFields(content: ContainerModel): FormFieldModel[] { + getContainerFields (content: ContainerModel): FormFieldModel[] { const serialisedFormFields: FormFieldModel[] = []; const maxColumnFieldsSize = this.getMaxColumnFieldSize(content); for (let rowIndex = 0; rowIndex < maxColumnFieldsSize; rowIndex++) { @@ -103,7 +102,7 @@ export class FormRendererComponent implements OnChanges, OnDestroy { return serialisedFormFields; } - private getMaxColumnFieldSize(content: ContainerModel): number { + private getMaxColumnFieldSize (content: ContainerModel): number { let maxFieldSize = 0; if (content?.columns?.length > 0) { maxFieldSize = content?.columns?.reduce((prevColumn, currentColumn) => @@ -115,11 +114,10 @@ export class FormRendererComponent implements OnChanges, OnDestroy { /** * Calculate the column width based on the numberOfColumns and current field's colspan property - * * @param container container model * @returns the column width for the given model */ - getColumnWith(container: ContainerModel): string { + getColumnWith (container: ContainerModel): string { const colspan = container ? container.field.colspan : 1; return (100 / container.field.numberOfColumns) * colspan + ''; } diff --git a/lib/core/src/lib/form/components/inplace-form-input/inplace-form-input.component.scss b/lib/core/src/lib/form/components/inplace-form-input/inplace-form-input.component.scss index 2e60e7605d..49fb4559e3 100644 --- a/lib/core/src/lib/form/components/inplace-form-input/inplace-form-input.component.scss +++ b/lib/core/src/lib/form/components/inplace-form-input/inplace-form-input.component.scss @@ -1,16 +1,17 @@ $adf-inplace-input-padding: 7px; .adf-inplace-input-container { - .mat-form-field-underline { + + .mat-mdc-form-field-underline { display: none; } - .mat-form-field-infix { + .mat-mdc-form-field-infix { display: flex; border-top: 0; } - .mat-form-field-label { + .mat-mdc-form-field-label { padding: $adf-inplace-input-padding; } diff --git a/lib/core/src/lib/form/components/inplace-form-input/inplace-form-input.component.spec.ts b/lib/core/src/lib/form/components/inplace-form-input/inplace-form-input.component.spec.ts index 7c2ca33f3d..21a811d3cb 100644 --- a/lib/core/src/lib/form/components/inplace-form-input/inplace-form-input.component.spec.ts +++ b/lib/core/src/lib/form/components/inplace-form-input/inplace-form-input.component.spec.ts @@ -28,11 +28,11 @@ describe('InplaceFormInputComponent', () => { beforeEach(async () => { await TestBed.configureTestingModule({ - imports: [ + "imports": [ TranslateModule.forRoot(), CoreTestingModule ], - declarations: [InplaceFormInputComponent] + "declarations": [InplaceFormInputComponent] }).compileComponents(); }); @@ -56,7 +56,7 @@ describe('InplaceFormInputComponent', () => { }); it('should show error', () => { - formControl.setValidators(() => ({ error: 'error' })); + formControl.setValidators(() => ({ "error": 'error' })); formControl.setValue('value'); formControl.markAsTouched(); formControl.updateValueAndValidity(); diff --git a/lib/core/src/lib/form/components/inplace-form-input/inplace-form-input.component.ts b/lib/core/src/lib/form/components/inplace-form-input/inplace-form-input.component.ts index 33e7203063..04b3fee87f 100644 --- a/lib/core/src/lib/form/components/inplace-form-input/inplace-form-input.component.ts +++ b/lib/core/src/lib/form/components/inplace-form-input/inplace-form-input.component.ts @@ -23,10 +23,10 @@ import { import { UntypedFormControl } from '@angular/forms'; @Component({ - selector: 'adf-inplace-form-input', - templateUrl: './inplace-form-input.component.html', - styleUrls: ['./inplace-form-input.component.scss'], - encapsulation: ViewEncapsulation.None + "selector": 'adf-inplace-form-input', + "templateUrl": './inplace-form-input.component.html', + "styleUrls": ['./inplace-form-input.component.scss'], + "encapsulation": ViewEncapsulation.None }) export class InplaceFormInputComponent { @Input() diff --git a/lib/core/src/lib/form/components/mock/cloud-form.mock.ts b/lib/core/src/lib/form/components/mock/cloud-form.mock.ts index 3b36788a28..cb3c3db811 100644 --- a/lib/core/src/lib/form/components/mock/cloud-form.mock.ts +++ b/lib/core/src/lib/form/components/mock/cloud-form.mock.ts @@ -16,582 +16,582 @@ */ export const cloudFormMock = { - id: 'form-b661635a-dc3e-4557-914a-3498ed47189c', - name: 'form-with-all-fields', - description: '', - version: 0, - tabs: [], - fields: [ + "id": 'form-b661635a-dc3e-4557-914a-3498ed47189c', + "name": 'form-with-all-fields', + "description": '', + "version": 0, + "tabs": [], + "fields": [ { - fieldType: 'ContainerRepresentation', - id: '26b10e64-0403-4686-a75b-0d45279ce3a8', - name: 'Label', - type: 'container', - tab: null, - numberOfColumns: 2, - fields: { - 1: [ + "fieldType": 'ContainerRepresentation', + "id": '26b10e64-0403-4686-a75b-0d45279ce3a8', + "name": 'Label', + "type": 'container', + "tab": null, + "numberOfColumns": 2, + "fields": { + "1": [ { - fieldType: 'FormFieldRepresentation', - id: 'text1', - name: 'Text1', - type: 'text', - value: null, - required: false, - readOnly: true, - overrideId: false, - colspan: 1, - placeholder: null, - minLength: 0, - maxLength: 0, - minValue: null, - maxValue: null, - regexPattern: null, - visibilityCondition: null, - params: { - existingColspan: 1, - maxColspan: 2 + "fieldType": 'FormFieldRepresentation', + "id": 'text1', + "name": 'Text1', + "type": 'text', + "value": null, + "required": false, + "readOnly": true, + "overrideId": false, + "colspan": 1, + "placeholder": null, + "minLength": 0, + "maxLength": 0, + "minValue": null, + "maxValue": null, + "regexPattern": null, + "visibilityCondition": null, + "params": { + "existingColspan": 1, + "maxColspan": 2 } } ], - 2: [ + "2": [ { - fieldType: 'FormFieldRepresentation', - id: 'text2', - name: 'Text2', - type: 'text', - value: null, - required: false, - readOnly: true, - overrideId: false, - colspan: 1, - placeholder: null, - minLength: 0, - maxLength: 0, - minValue: null, - maxValue: null, - regexPattern: null, - visibilityCondition: null, - params: { - existingColspan: 1, - maxColspan: 2 + "fieldType": 'FormFieldRepresentation', + "id": 'text2', + "name": 'Text2', + "type": 'text', + "value": null, + "required": false, + "readOnly": true, + "overrideId": false, + "colspan": 1, + "placeholder": null, + "minLength": 0, + "maxLength": 0, + "minValue": null, + "maxValue": null, + "regexPattern": null, + "visibilityCondition": null, + "params": { + "existingColspan": 1, + "maxColspan": 2 } } ] } }, { - fieldType: 'ContainerRepresentation', - id: '69c1390a-8d8d-423c-8efb-8e43401efa42', - name: 'Label', - type: 'container', - tab: null, - numberOfColumns: 2, - fields: { - 1: [ + "fieldType": 'ContainerRepresentation', + "id": '69c1390a-8d8d-423c-8efb-8e43401efa42', + "name": 'Label', + "type": 'container', + "tab": null, + "numberOfColumns": 2, + "fields": { + "1": [ { - fieldType: 'FormFieldRepresentation', - id: 'multilinetext1', - name: 'Multiline text1', - type: 'multi-line-text', - overrideId: false, - colspan: 1, - placeholder: null, - minLength: 0, - maxLength: 0, - regexPattern: null, - required: false, - readOnly: true, - visibilityCondition: null, - params: { - existingColspan: 1, - maxColspan: 2 + "fieldType": 'FormFieldRepresentation', + "id": 'multilinetext1', + "name": 'Multiline text1', + "type": 'multi-line-text', + "overrideId": false, + "colspan": 1, + "placeholder": null, + "minLength": 0, + "maxLength": 0, + "regexPattern": null, + "required": false, + "readOnly": true, + "visibilityCondition": null, + "params": { + "existingColspan": 1, + "maxColspan": 2 } } ], - 2: [ + "2": [ { - fieldType: 'FormFieldRepresentation', - id: 'multilinetext2', - name: 'Multiline text2', - type: 'multi-line-text', - overrideId: false, - colspan: 1, - placeholder: null, - minLength: 0, - maxLength: 0, - regexPattern: null, - required: false, - readOnly: true, - visibilityCondition: null, - params: { - existingColspan: 1, - maxColspan: 2 + "fieldType": 'FormFieldRepresentation', + "id": 'multilinetext2', + "name": 'Multiline text2', + "type": 'multi-line-text', + "overrideId": false, + "colspan": 1, + "placeholder": null, + "minLength": 0, + "maxLength": 0, + "regexPattern": null, + "required": false, + "readOnly": true, + "visibilityCondition": null, + "params": { + "existingColspan": 1, + "maxColspan": 2 } } ] } }, { - fieldType: 'ContainerRepresentation', - id: 'df046463-2d65-4388-9ee1-0e1517985215', - name: 'Label', - type: 'container', - tab: null, - numberOfColumns: 2, - fields: { - 1: [ + "fieldType": 'ContainerRepresentation', + "id": 'df046463-2d65-4388-9ee1-0e1517985215', + "name": 'Label', + "type": 'container', + "tab": null, + "numberOfColumns": 2, + "fields": { + "1": [ { - fieldType: 'FormFieldRepresentation', - id: 'number1', - overrideId: false, - name: 'Number1', - type: 'integer', - colspan: 1, - placeholder: null, - readOnly: true, - minValue: null, - maxValue: null, - required: false, - visibilityCondition: null, - params: { - existingColspan: 1, - maxColspan: 2 + "fieldType": 'FormFieldRepresentation', + "id": 'number1', + "overrideId": false, + "name": 'Number1', + "type": 'integer', + "colspan": 1, + "placeholder": null, + "readOnly": true, + "minValue": null, + "maxValue": null, + "required": false, + "visibilityCondition": null, + "params": { + "existingColspan": 1, + "maxColspan": 2 } } ], - 2: [ + "2": [ { - fieldType: 'FormFieldRepresentation', - id: 'number2', - overrideId: false, - name: 'Number2', - type: 'integer', - colspan: 1, - placeholder: null, - readOnly: true, - minValue: null, - maxValue: null, - required: false, - visibilityCondition: null, - params: { - existingColspan: 1, - maxColspan: 2 + "fieldType": 'FormFieldRepresentation', + "id": 'number2', + "overrideId": false, + "name": 'Number2', + "type": 'integer', + "colspan": 1, + "placeholder": null, + "readOnly": true, + "minValue": null, + "maxValue": null, + "required": false, + "visibilityCondition": null, + "params": { + "existingColspan": 1, + "maxColspan": 2 } } ] } }, { - fieldType: 'ContainerRepresentation', - id: '9672cc7b-1959-49c9-96be-3816e57bdfc1', - name: 'Label', - type: 'container', - tab: null, - numberOfColumns: 2, - fields: { - 1: [ + "fieldType": 'ContainerRepresentation', + "id": '9672cc7b-1959-49c9-96be-3816e57bdfc1', + "name": 'Label', + "type": 'container', + "tab": null, + "numberOfColumns": 2, + "fields": { + "1": [ { - fieldType: 'FormFieldRepresentation', - id: 'checkbox1', - name: 'Checkbox1', - type: 'boolean', - required: false, - readOnly: true, - colspan: 1, - overrideId: false, - visibilityCondition: null, - params: { - existingColspan: 1, - maxColspan: 2 + "fieldType": 'FormFieldRepresentation', + "id": 'checkbox1', + "name": 'Checkbox1', + "type": 'boolean', + "required": false, + "readOnly": true, + "colspan": 1, + "overrideId": false, + "visibilityCondition": null, + "params": { + "existingColspan": 1, + "maxColspan": 2 } } ], - 2: [ + "2": [ { - fieldType: 'FormFieldRepresentation', - id: 'checkbox2', - name: 'Checkbox2', - type: 'boolean', - required: false, - readOnly: true, - colspan: 1, - overrideId: false, - visibilityCondition: null, - params: { - existingColspan: 1, - maxColspan: 2 + "fieldType": 'FormFieldRepresentation', + "id": 'checkbox2', + "name": 'Checkbox2', + "type": 'boolean', + "required": false, + "readOnly": true, + "colspan": 1, + "overrideId": false, + "visibilityCondition": null, + "params": { + "existingColspan": 1, + "maxColspan": 2 } } ] } }, { - fieldType: 'ContainerRepresentation', - id: '054d193e-a899-4494-9a3e-b489315b7d57', - name: 'Label', - type: 'container', - tab: null, - numberOfColumns: 2, - fields: { - 1: [ + "fieldType": 'ContainerRepresentation', + "id": '054d193e-a899-4494-9a3e-b489315b7d57', + "name": 'Label', + "type": 'container', + "tab": null, + "numberOfColumns": 2, + "fields": { + "1": [ { - fieldType: 'FormFieldRepresentation', - id: 'dropdown1', - name: 'Dropdown1', - type: 'dropdown', - value: null, - required: false, - readOnly: true, - overrideId: false, - colspan: 1, - placeholder: null, - optionType: 'manual', - options: [], - endpoint: null, - requestHeaders: null, - restUrl: null, - restResponsePath: null, - restIdProperty: null, - restLabelProperty: null, - visibilityCondition: null, - params: { - existingColspan: 1, - maxColspan: 2 + "fieldType": 'FormFieldRepresentation', + "id": 'dropdown1', + "name": 'Dropdown1', + "type": 'dropdown', + "value": null, + "required": false, + "readOnly": true, + "overrideId": false, + "colspan": 1, + "placeholder": null, + "optionType": 'manual', + "options": [], + "endpoint": null, + "requestHeaders": null, + "restUrl": null, + "restResponsePath": null, + "restIdProperty": null, + "restLabelProperty": null, + "visibilityCondition": null, + "params": { + "existingColspan": 1, + "maxColspan": 2 } } ], - 2: [ + "2": [ { - fieldType: 'FormFieldRepresentation', - id: 'dropdown2', - name: 'Dropdown2', - type: 'dropdown', - value: null, - required: false, - readOnly: true, - overrideId: false, - colspan: 1, - placeholder: null, - optionType: 'manual', - options: [], - endpoint: null, - requestHeaders: null, - restUrl: null, - restResponsePath: null, - restIdProperty: null, - restLabelProperty: null, - visibilityCondition: null, - params: { - existingColspan: 1, - maxColspan: 2 + "fieldType": 'FormFieldRepresentation', + "id": 'dropdown2', + "name": 'Dropdown2', + "type": 'dropdown', + "value": null, + "required": false, + "readOnly": true, + "overrideId": false, + "colspan": 1, + "placeholder": null, + "optionType": 'manual', + "options": [], + "endpoint": null, + "requestHeaders": null, + "restUrl": null, + "restResponsePath": null, + "restIdProperty": null, + "restLabelProperty": null, + "visibilityCondition": null, + "params": { + "existingColspan": 1, + "maxColspan": 2 } } ] } }, { - fieldType: 'ContainerRepresentation', - id: '1f8f0b66-e022-4667-91b4-bbbf2ddc36fb', - name: 'Label', - type: 'container', - tab: null, - numberOfColumns: 2, - fields: { - 1: [ + "fieldType": 'ContainerRepresentation', + "id": '1f8f0b66-e022-4667-91b4-bbbf2ddc36fb', + "name": 'Label', + "type": 'container', + "tab": null, + "numberOfColumns": 2, + "fields": { + "1": [ { - fieldType: 'FormFieldRepresentation', - id: 'amount1', - name: 'Amount1', - type: 'amount', - value: null, - required: false, - readOnly: true, - overrideId: false, - colspan: 1, - placeholder: '123', - minValue: null, - maxValue: null, - visibilityCondition: null, - params: { - existingColspan: 1, - maxColspan: 2 + "fieldType": 'FormFieldRepresentation', + "id": 'amount1', + "name": 'Amount1', + "type": 'amount', + "value": null, + "required": false, + "readOnly": true, + "overrideId": false, + "colspan": 1, + "placeholder": '123', + "minValue": null, + "maxValue": null, + "visibilityCondition": null, + "params": { + "existingColspan": 1, + "maxColspan": 2 }, - enableFractions: false, - currency: '$' + "enableFractions": false, + "currency": '$' } ], - 2: [ + "2": [ { - fieldType: 'FormFieldRepresentation', - id: 'amount2', - name: 'Amount2', - type: 'amount', - value: null, - required: false, - readOnly: true, - overrideId: false, - colspan: 1, - placeholder: '123', - minValue: null, - maxValue: null, - visibilityCondition: null, - params: { - existingColspan: 1, - maxColspan: 2 + "fieldType": 'FormFieldRepresentation', + "id": 'amount2', + "name": 'Amount2', + "type": 'amount', + "value": null, + "required": false, + "readOnly": true, + "overrideId": false, + "colspan": 1, + "placeholder": '123', + "minValue": null, + "maxValue": null, + "visibilityCondition": null, + "params": { + "existingColspan": 1, + "maxColspan": 2 }, - enableFractions: false, - currency: '$' + "enableFractions": false, + "currency": '$' } ] } }, { - fieldType: 'ContainerRepresentation', - id: '541a368b-67ee-4a7c-ae7e-232c050b9e24', - name: 'Label', - type: 'container', - tab: null, - numberOfColumns: 2, - fields: { - 1: [ + "fieldType": 'ContainerRepresentation', + "id": '541a368b-67ee-4a7c-ae7e-232c050b9e24', + "name": 'Label', + "type": 'container', + "tab": null, + "numberOfColumns": 2, + "fields": { + "1": [ { - fieldType: 'FormFieldRepresentation', - id: 'date1', - name: 'Date1', - type: 'date', - overrideId: false, - required: false, - readOnly: true, - colspan: 1, - placeholder: null, - minValue: null, - maxValue: null, - visibilityCondition: null, - params: { - existingColspan: 1, - maxColspan: 2 + "fieldType": 'FormFieldRepresentation', + "id": 'date1', + "name": 'Date1', + "type": 'date', + "overrideId": false, + "required": false, + "readOnly": true, + "colspan": 1, + "placeholder": null, + "minValue": null, + "maxValue": null, + "visibilityCondition": null, + "params": { + "existingColspan": 1, + "maxColspan": 2 }, - dateDisplayFormat: 'D-M-YYYY' + "dateDisplayFormat": 'D-M-YYYY' } ], - 2: [ + "2": [ { - fieldType: 'FormFieldRepresentation', - id: 'date2', - name: 'Date2', - type: 'date', - overrideId: false, - required: false, - readOnly: true, - colspan: 1, - placeholder: null, - minValue: null, - maxValue: null, - visibilityCondition: null, - params: { - existingColspan: 1, - maxColspan: 2 + "fieldType": 'FormFieldRepresentation', + "id": 'date2', + "name": 'Date2', + "type": 'date', + "overrideId": false, + "required": false, + "readOnly": true, + "colspan": 1, + "placeholder": null, + "minValue": null, + "maxValue": null, + "visibilityCondition": null, + "params": { + "existingColspan": 1, + "maxColspan": 2 }, - dateDisplayFormat: 'D-M-YYYY' + "dateDisplayFormat": 'D-M-YYYY' } ] } }, { - fieldType: 'ContainerRepresentation', - id: 'e79cb7e2-3dc1-4c79-8158-28662c28a9f3', - name: 'Label', - type: 'container', - tab: null, - numberOfColumns: 2, - fields: { - 1: [ + "fieldType": 'ContainerRepresentation', + "id": 'e79cb7e2-3dc1-4c79-8158-28662c28a9f3', + "name": 'Label', + "type": 'container', + "tab": null, + "numberOfColumns": 2, + "fields": { + "1": [ { - fieldType: 'FormFieldRepresentation', - id: 'radiobuttons1', - name: 'Radio buttons1', - type: 'radio-buttons', - value: null, - required: false, - readOnly: true, - overrideId: false, - colspan: 1, - placeholder: null, - optionType: 'manual', - options: [ + "fieldType": 'FormFieldRepresentation', + "id": 'radiobuttons1', + "name": 'Radio buttons1', + "type": 'radio-buttons', + "value": null, + "required": false, + "readOnly": true, + "overrideId": false, + "colspan": 1, + "placeholder": null, + "optionType": 'manual', + "options": [ { - id: 'option_1', - name: 'Option 1' + "id": 'option_1', + "name": 'Option 1' }, { - id: 'option_2', - name: 'Option 2' + "id": 'option_2', + "name": 'Option 2' } ], - endpoint: null, - requestHeaders: null, - restUrl: null, - restResponsePath: null, - restIdProperty: null, - restLabelProperty: null, - visibilityCondition: null, - params: { - existingColspan: 1, - maxColspan: 2 + "endpoint": null, + "requestHeaders": null, + "restUrl": null, + "restResponsePath": null, + "restIdProperty": null, + "restLabelProperty": null, + "visibilityCondition": null, + "params": { + "existingColspan": 1, + "maxColspan": 2 } } ], - 2: [ + "2": [ { - fieldType: 'FormFieldRepresentation', - id: 'radiobuttons2', - name: 'Radio buttons2', - type: 'radio-buttons', - value: null, - required: false, - readOnly: true, - overrideId: false, - colspan: 1, - placeholder: null, - optionType: 'manual', - options: [ + "fieldType": 'FormFieldRepresentation', + "id": 'radiobuttons2', + "name": 'Radio buttons2', + "type": 'radio-buttons', + "value": null, + "required": false, + "readOnly": true, + "overrideId": false, + "colspan": 1, + "placeholder": null, + "optionType": 'manual', + "options": [ { - id: 'option_1', - name: 'Option 1' + "id": 'option_1', + "name": 'Option 1' }, { - id: 'option_2', - name: 'Option 2' + "id": 'option_2', + "name": 'Option 2' } ], - endpoint: null, - requestHeaders: null, - restUrl: null, - restResponsePath: null, - restIdProperty: null, - restLabelProperty: null, - visibilityCondition: null, - params: { - existingColspan: 1, - maxColspan: 2 + "endpoint": null, + "requestHeaders": null, + "restUrl": null, + "restResponsePath": null, + "restIdProperty": null, + "restLabelProperty": null, + "visibilityCondition": null, + "params": { + "existingColspan": 1, + "maxColspan": 2 } } ] } }, { - fieldType: 'ContainerRepresentation', - id: '7c01ed35-be86-4be7-9c28-ed640a5a2ae1', - name: 'Label', - type: 'container', - tab: null, - numberOfColumns: 2, - fields: { - 1: [ + "fieldType": 'ContainerRepresentation', + "id": '7c01ed35-be86-4be7-9c28-ed640a5a2ae1', + "name": 'Label', + "type": 'container', + "tab": null, + "numberOfColumns": 2, + "fields": { + "1": [ { - fieldType: 'AttachFileFieldRepresentation', - id: 'attachfile1', - name: 'Attach file1', - type: 'upload', - value: null, - required: false, - readOnly: true, - overrideId: false, - colspan: 1, - placeholder: null, - visibilityCondition: null, - params: { - existingColspan: 1, - maxColspan: 2, - fileSource: { - serviceId: 'all-file-sources', - name: 'All file sources' + "fieldType": 'AttachFileFieldRepresentation', + "id": 'attachfile1', + "name": 'Attach file1', + "type": 'upload', + "value": null, + "required": false, + "readOnly": true, + "overrideId": false, + "colspan": 1, + "placeholder": null, + "visibilityCondition": null, + "params": { + "existingColspan": 1, + "maxColspan": 2, + "fileSource": { + "serviceId": 'all-file-sources', + "name": 'All file sources' }, - multiple: false, - link: false + "multiple": false, + "link": false } } ], - 2: [ + "2": [ { - fieldType: 'AttachFileFieldRepresentation', - id: 'attachfile2', - name: 'Attach file2', - type: 'upload', - value: null, - required: false, - readOnly: true, - overrideId: false, - colspan: 1, - placeholder: null, - visibilityCondition: null, - params: { - existingColspan: 1, - maxColspan: 2, - fileSource: { - serviceId: 'all-file-sources', - name: 'All file sources' + "fieldType": 'AttachFileFieldRepresentation', + "id": 'attachfile2', + "name": 'Attach file2', + "type": 'upload', + "value": null, + "required": false, + "readOnly": true, + "overrideId": false, + "colspan": 1, + "placeholder": null, + "visibilityCondition": null, + "params": { + "existingColspan": 1, + "maxColspan": 2, + "fileSource": { + "serviceId": 'all-file-sources', + "name": 'All file sources' }, - multiple: false, - link: false + "multiple": false, + "link": false } } ] } }, { - fieldType: 'ContainerRepresentation', - id: '07b13b96-d469-4a1e-8a9a-9bb957c68869', - name: 'Label', - type: 'container', - tab: null, - numberOfColumns: 2, - fields: { - 1: [ + "fieldType": 'ContainerRepresentation', + "id": '07b13b96-d469-4a1e-8a9a-9bb957c68869', + "name": 'Label', + "type": 'container', + "tab": null, + "numberOfColumns": 2, + "fields": { + "1": [ { - fieldType: 'FormFieldRepresentation', - id: 'displayvalue1', - name: 'Display value1', - type: 'readonly', - value: 'No field selected', - readOnly: true, - required: false, - overrideId: false, - colspan: 1, - visibilityCondition: null, - params: { - existingColspan: 1, - maxColspan: 2, - field: { - id: 'displayvalue', - name: 'Display value', - type: 'text', - responseVariable: true + "fieldType": 'FormFieldRepresentation', + "id": 'displayvalue1', + "name": 'Display value1', + "type": 'readonly', + "value": 'No field selected', + "readOnly": true, + "required": false, + "overrideId": false, + "colspan": 1, + "visibilityCondition": null, + "params": { + "existingColspan": 1, + "maxColspan": 2, + "field": { + "id": 'displayvalue', + "name": 'Display value', + "type": 'text', + "responseVariable": true } } } ], - 2: [ + "2": [ { - fieldType: 'FormFieldRepresentation', - id: 'displayvalue2', - name: 'Display value2', - type: 'readonly', - value: 'No field selected', - readOnly: true, - required: false, - overrideId: false, - colspan: 1, - visibilityCondition: null, - params: { - existingColspan: 1, - maxColspan: 2, - field: { - id: 'displayvalue', - name: 'Display value', - type: 'text', - responseVariable: true + "fieldType": 'FormFieldRepresentation', + "id": 'displayvalue2', + "name": 'Display value2', + "type": 'readonly', + "value": 'No field selected', + "readOnly": true, + "required": false, + "overrideId": false, + "colspan": 1, + "visibilityCondition": null, + "params": { + "existingColspan": 1, + "maxColspan": 2, + "field": { + "id": 'displayvalue', + "name": 'Display value', + "type": 'text', + "responseVariable": true } } } @@ -599,733 +599,733 @@ export const cloudFormMock = { } }, { - fieldType: 'ContainerRepresentation', - id: '1576ef25-c842-494c-ab84-265a1e3bf68d', - name: 'Label', - type: 'container', - tab: null, - numberOfColumns: 2, - fields: { - 1: [ + "fieldType": 'ContainerRepresentation', + "id": '1576ef25-c842-494c-ab84-265a1e3bf68d', + "name": 'Label', + "type": 'container', + "tab": null, + "numberOfColumns": 2, + "fields": { + "1": [ { - fieldType: 'FormFieldRepresentation', - id: 'displaytext1', - name: 'Display text1', - type: 'readonly-text', - value: 'Display text as part of the form', - readOnly: true, - required: false, - overrideId: false, - colspan: 1, - visibilityCondition: null, - params: { - existingColspan: 1, - maxColspan: 2 + "fieldType": 'FormFieldRepresentation', + "id": 'displaytext1', + "name": 'Display text1', + "type": 'readonly-text', + "value": 'Display text as part of the form', + "readOnly": true, + "required": false, + "overrideId": false, + "colspan": 1, + "visibilityCondition": null, + "params": { + "existingColspan": 1, + "maxColspan": 2 } } ], - 2: [ + "2": [ { - fieldType: 'FormFieldRepresentation', - id: 'displaytext2', - name: 'Display text2', - type: 'readonly-text', - value: 'Display text as part of the form', - readOnly: true, - required: false, - overrideId: false, - colspan: 1, - visibilityCondition: null, - params: { - existingColspan: 1, - maxColspan: 2 + "fieldType": 'FormFieldRepresentation', + "id": 'displaytext2', + "name": 'Display text2', + "type": 'readonly-text', + "value": 'Display text as part of the form', + "readOnly": true, + "required": false, + "overrideId": false, + "colspan": 1, + "visibilityCondition": null, + "params": { + "existingColspan": 1, + "maxColspan": 2 } } ] } } ], - outcomes: [], - metadata: {}, - variables: [ + "outcomes": [], + "metadata": {}, + "variables": [ { - name: 'FormVarStr', - type: 'string', - value: '' + "name": 'FormVarStr', + "type": 'string', + "value": '' }, { - name: 'FormVarInt', - type: 'integer', - value: '' + "name": 'FormVarInt', + "type": 'integer', + "value": '' }, { - name: 'FormVarBool', - type: 'boolean', - value: '' + "name": 'FormVarBool', + "type": 'boolean', + "value": '' }, { - name: 'FormVarDate', - type: 'date', - value: '' + "name": 'FormVarDate', + "type": 'date', + "value": '' }, { - name: 'NewVar', - type: 'string', - value: '' + "name": 'NewVar', + "type": 'string', + "value": '' } ] }; export const fakeCloudForm = { - formRepresentation: { - id: 'form-de8895be-d0d7-4434-beef-559b15305d72', - name: 'StartEventForm', - description: '', - version: 0, - formDefinition: { - tabs: [], - fields: [ + "formRepresentation": { + "id": 'form-de8895be-d0d7-4434-beef-559b15305d72', + "name": 'StartEventForm', + "description": '', + "version": 0, + "formDefinition": { + "tabs": [], + "fields": [ { - type: 'container', - id: '5a6b24c1-db2b-45e9-9aff-142395433d23', - name: 'Label', - tab: null, - fields: { - 1: [ + "type": 'container', + "id": '5a6b24c1-db2b-45e9-9aff-142395433d23', + "name": 'Label', + "tab": null, + "fields": { + "1": [ { - type: 'text', - id: 'firstName', - name: 'firstName', - colspan: 1, - params: { - existingColspan: 1, - maxColspan: 2 + "type": 'text', + "id": 'firstName', + "name": 'firstName', + "colspan": 1, + "params": { + "existingColspan": 1, + "maxColspan": 2 }, - visibilityCondition: null, - placeholder: null, - value: null, - required: false, - minLength: 0, - maxLength: 0, - regexPattern: null + "visibilityCondition": null, + "placeholder": null, + "value": null, + "required": false, + "minLength": 0, + "maxLength": 0, + "regexPattern": null } ], - 2: [ + "2": [ { - type: 'text', - id: 'lastName', - name: 'lastName', - colspan: 1, - params: { - existingColspan: 1, - maxColspan: 2 + "type": 'text', + "id": 'lastName', + "name": 'lastName', + "colspan": 1, + "params": { + "existingColspan": 1, + "maxColspan": 2 }, - visibilityCondition: null, - placeholder: null, - value: null, - required: false, - minLength: 0, - maxLength: 0, - regexPattern: null + "visibilityCondition": null, + "placeholder": null, + "value": null, + "required": false, + "minLength": 0, + "maxLength": 0, + "regexPattern": null } ] }, - numberOfColumns: 2 + "numberOfColumns": 2 } ], - outcomes: [], - metadata: {}, - variables: [] + "outcomes": [], + "metadata": {}, + "variables": [] } } }; export const emptyFormRepresentationJSON = { - description: '', - fields: [], - id: 'form-3de070b6-63df-4058-8028-ac82283d64fa', - metadata: {}, - name: 'form', - outcomes: [], - length: 0, - processDefinitionId: 'ed4a6233-0ad8-11ea-8616-e6267bbdb057', - processInstanceId: 'ec921948-0ad9-11ea-8616-e6267bbdb057', - processVariables: [], - standAlone: true, - tabs: [], - taskId: 'ec92194b-0ad9-11ea-8616-e6267bbdb057', - taskName: null, - variables: [], - version: 0 + "description": '', + "fields": [], + "id": 'form-3de070b6-63df-4058-8028-ac82283d64fa', + "metadata": {}, + "name": 'form', + "outcomes": [], + "length": 0, + "processDefinitionId": 'ed4a6233-0ad8-11ea-8616-e6267bbdb057', + "processInstanceId": 'ec921948-0ad9-11ea-8616-e6267bbdb057', + "processVariables": [], + "standAlone": true, + "tabs": [], + "taskId": 'ec92194b-0ad9-11ea-8616-e6267bbdb057', + "taskName": null, + "variables": [], + "version": 0 }; export const conditionalUploadWidgetsMock: any = { - formRepresentation: { - id: 'form-fb7858f7-5cf6-4afe-b462-c15a5dc0c34c', - name: 'AttachVisibility', - description: '', - version: 0, - formDefinition: { - tabs: [], - fields: [ + "formRepresentation": { + "id": 'form-fb7858f7-5cf6-4afe-b462-c15a5dc0c34c', + "name": 'AttachVisibility', + "description": '', + "version": 0, + "formDefinition": { + "tabs": [], + "fields": [ { - id: '1dc63387-aa9d-4f06-adfa-37817e8fd394', - name: 'Label', - type: 'container', - tab: null, - numberOfColumns: 2, - fields: { - 1: [ + "id": '1dc63387-aa9d-4f06-adfa-37817e8fd394', + "name": 'Label', + "type": 'container', + "tab": null, + "numberOfColumns": 2, + "fields": { + "1": [ { - id: 'Text0xlk8n', - name: 'Text', - type: 'text', - required: false, - colspan: 1, - placeholder: null, - minLength: 0, - maxLength: 0, - regexPattern: null, - visibilityCondition: null, - params: { - existingColspan: 1, - maxColspan: 2 + "id": 'Text0xlk8n', + "name": 'Text', + "type": 'text', + "required": false, + "colspan": 1, + "placeholder": null, + "minLength": 0, + "maxLength": 0, + "regexPattern": null, + "visibilityCondition": null, + "params": { + "existingColspan": 1, + "maxColspan": 2 } } ], - 2: [ + "2": [ { - id: 'Attachfile0h9fr1', - name: 'Attach file', - type: 'upload', - required: false, - colspan: 1, - visibilityCondition: { - leftFormFieldId: 'Text0xlk8n', - leftRestResponseId: '', - operator: '==', - rightValue: 'Attach', - rightType: null, - rightFormFieldId: '', - rightRestResponseId: '', - nextConditionOperator: '', - nextCondition: null + "id": 'Attachfile0h9fr1', + "name": 'Attach file', + "type": 'upload', + "required": false, + "colspan": 1, + "visibilityCondition": { + "leftFormFieldId": 'Text0xlk8n', + "leftRestResponseId": '', + "operator": '==', + "rightValue": 'Attach', + "rightType": null, + "rightFormFieldId": '', + "rightRestResponseId": '', + "nextConditionOperator": '', + "nextCondition": null }, - params: { - existingColspan: 1, - maxColspan: 2, - fileSource: { - serviceId: 'alfresco-content', - name: 'Alfresco Content' + "params": { + "existingColspan": 1, + "maxColspan": 2, + "fileSource": { + "serviceId": 'alfresco-content', + "name": 'Alfresco Content' }, - multiple: false, - link: false + "multiple": false, + "link": false } } ] } } ], - outcomes: [ + "outcomes": [ { - id: '5f2f1c2d-5a79-4ed1-a262-4fef190d41eb', - name: 'Custom Outcome', - visibilityCondition: { - leftType: 'field', - leftValue: 'Text0xlk8n', - operator: '==', - rightValue: 'hi', - rightType: 'value', - nextConditionOperator: '', - nextCondition: null + "id": '5f2f1c2d-5a79-4ed1-a262-4fef190d41eb', + "name": 'Custom Outcome', + "visibilityCondition": { + "leftType": 'field', + "leftValue": 'Text0xlk8n', + "operator": '==', + "rightValue": 'hi', + "rightType": 'value', + "nextConditionOperator": '', + "nextCondition": null } } ], - metadata: {}, - variables: [] + "metadata": {}, + "variables": [] } } }; export const multilingualForm: any = { - formRepresentation: { - id: 'form-2aaaf20e-43d3-46bf-89be-859d5f512dd2', - name: 'multilingualform', - description: '', - version: 0, - formDefinition: { - tabs: [], - fields: [ + "formRepresentation": { + "id": 'form-2aaaf20e-43d3-46bf-89be-859d5f512dd2', + "name": 'multilingualform', + "description": '', + "version": 0, + "formDefinition": { + "tabs": [], + "fields": [ { - id: '451e2235-3310-4c2d-9b4a-08b53ae1640c', - name: 'Label', - type: 'container', - tab: null, - numberOfColumns: 2, - fields: { - 1: [ + "id": '451e2235-3310-4c2d-9b4a-08b53ae1640c', + "name": 'Label', + "type": 'container', + "tab": null, + "numberOfColumns": 2, + "fields": { + "1": [ { - id: 'textField', - name: 'TEXT_FIELD.TITLE', - type: 'text', - required: false, - colspan: 1, - placeholder: null, - minLength: 0, - maxLength: 0, - regexPattern: null, - visibilityCondition: null, - params: { - existingColspan: 1, - maxColspan: 2 + "id": 'textField', + "name": 'TEXT_FIELD.TITLE', + "type": 'text', + "required": false, + "colspan": 1, + "placeholder": null, + "minLength": 0, + "maxLength": 0, + "regexPattern": null, + "visibilityCondition": null, + "params": { + "existingColspan": 1, + "maxColspan": 2 } } ], - 2: [] + "2": [] } }, { - id: '1c87df6c-514e-45a7-96bc-508562683bb3', - name: 'Label', - type: 'container', - tab: null, - numberOfColumns: 2, - fields: { - 1: [ + "id": '1c87df6c-514e-45a7-96bc-508562683bb3', + "name": 'Label', + "type": 'container', + "tab": null, + "numberOfColumns": 2, + "fields": { + "1": [ { - id: 'fildUploadField', - name: 'FILE_UPLOAD_FIELD.TITLE', - type: 'multi-line-text', - colspan: 1, - placeholder: null, - minLength: 0, - maxLength: 0, - regexPattern: null, - required: false, - visibilityCondition: null, - params: { - existingColspan: 1, - maxColspan: 2 + "id": 'fildUploadField', + "name": 'FILE_UPLOAD_FIELD.TITLE', + "type": 'multi-line-text', + "colspan": 1, + "placeholder": null, + "minLength": 0, + "maxLength": 0, + "regexPattern": null, + "required": false, + "visibilityCondition": null, + "params": { + "existingColspan": 1, + "maxColspan": 2 } } ], - 2: [ + "2": [ { - id: 'amountField', - name: 'AMOUNT_FIELD.TITLE', - type: 'amount', - required: false, - colspan: 1, - placeholder: '123', - minValue: null, - maxValue: null, - visibilityCondition: null, - params: { - existingColspan: 1, - maxColspan: 2 + "id": 'amountField', + "name": 'AMOUNT_FIELD.TITLE', + "type": 'amount', + "required": false, + "colspan": 1, + "placeholder": '123', + "minValue": null, + "maxValue": null, + "visibilityCondition": null, + "params": { + "existingColspan": 1, + "maxColspan": 2 }, - enableFractions: false, - currency: '$' + "enableFractions": false, + "currency": '$' } ] } }, { - id: '33138eea-130f-4bba-b5a5-29ea60f31786', - name: 'Label', - type: 'container', - tab: null, - numberOfColumns: 2, - fields: { - 1: [ + "id": '33138eea-130f-4bba-b5a5-29ea60f31786', + "name": 'Label', + "type": 'container', + "tab": null, + "numberOfColumns": 2, + "fields": { + "1": [ { - id: 'dateField', - name: 'DATE_FIELD.TITLE', - type: 'date', - required: false, - colspan: 1, - placeholder: null, - minValue: null, - maxValue: null, - visibilityCondition: null, - params: { - existingColspan: 1, - maxColspan: 2 + "id": 'dateField', + "name": 'DATE_FIELD.TITLE', + "type": 'date', + "required": false, + "colspan": 1, + "placeholder": null, + "minValue": null, + "maxValue": null, + "visibilityCondition": null, + "params": { + "existingColspan": 1, + "maxColspan": 2 }, - dateDisplayFormat: 'D-M-YYYY' + "dateDisplayFormat": 'D-M-YYYY' } ], - 2: [] + "2": [] } } ], - outcomes: [], - metadata: {}, - variables: [] + "outcomes": [], + "metadata": {}, + "variables": [] } } }; export const fakeMetadataForm = { - id: 'form-de8895be-d0d7-4434-beef-559b15305d72', - name: 'StartEventForm', - description: '', - version: 0, - formDefinition: { - tabs: [], - fields: [ + "id": 'form-de8895be-d0d7-4434-beef-559b15305d72', + "name": 'StartEventForm', + "description": '', + "version": 0, + "formDefinition": { + "tabs": [], + "fields": [ { - type: 'container', - id: '5a6b24c1-db2b-45e9-9aff-142395433d23', - name: 'Label', - tab: null, - fields: { - 1: [ + "type": 'container', + "id": '5a6b24c1-db2b-45e9-9aff-142395433d23', + "name": 'Label', + "tab": null, + "fields": { + "1": [ { - type: 'text', - id: 'pfx_property_one', - name: 'pfx_property_one', - colspan: 1, - params: { - existingColspan: 1, - maxColspan: 2 + "type": 'text', + "id": 'pfx_property_one', + "name": 'pfx_property_one', + "colspan": 1, + "params": { + "existingColspan": 1, + "maxColspan": 2 }, - visibilityCondition: null, - placeholder: null, - value: null, - required: false, - minLength: 0, - maxLength: 0, - regexPattern: null + "visibilityCondition": null, + "placeholder": null, + "value": null, + "required": false, + "minLength": 0, + "maxLength": 0, + "regexPattern": null } ], - 2: [ + "2": [ { - type: 'boolean', - id: 'pfx_property_two', - name: 'pfx_property_two', - colspan: 1, - params: { - existingColspan: 1, - maxColspan: 2 + "type": 'boolean', + "id": 'pfx_property_two', + "name": 'pfx_property_two', + "colspan": 1, + "params": { + "existingColspan": 1, + "maxColspan": 2 }, - visibilityCondition: null, - placeholder: null, - value: null, - required: false, - minLength: 0, - maxLength: 0, - regexPattern: null + "visibilityCondition": null, + "placeholder": null, + "value": null, + "required": false, + "minLength": 0, + "maxLength": 0, + "regexPattern": null } ], - 3: [ + "3": [ { - id: 'content_form_nodes', - name: 'Nodes', - type: 'upload', - readOnly: false, - required: true, - colspan: 1, - visibilityCondition: null, - params: { - existingColspan: 1, - maxColspan: 2, - fileSource: { - serviceId: 'alfresco-content', - name: 'Alfresco Content', - metadataAllowed: true + "id": 'content_form_nodes', + "name": 'Nodes', + "type": 'upload', + "readOnly": false, + "required": true, + "colspan": 1, + "visibilityCondition": null, + "params": { + "existingColspan": 1, + "maxColspan": 2, + "fileSource": { + "serviceId": 'alfresco-content', + "name": 'Alfresco Content', + "metadataAllowed": true }, - multiple: true, - menuOptions: { - show: true, - download: true, - retrieveMetadata: true, - remove: true + "multiple": true, + "menuOptions": { + "show": true, + "download": true, + "retrieveMetadata": true, + "remove": true }, - link: false + "link": false } } ], - 4: [ + "4": [ { - id: 'pfx_property_three', - name: 'pfx_property_three', - required: false, - readOnly: false, - colspan: 1, - params: { - existingColspan: 1, - maxColspan: 2 + "id": 'pfx_property_three', + "name": 'pfx_property_three', + "required": false, + "readOnly": false, + "colspan": 1, + "params": { + "existingColspan": 1, + "maxColspan": 2 }, - visibilityCondition: null, - type: 'dropdown', - optionType: 'manual', - options: [ + "visibilityCondition": null, + "type": 'dropdown', + "optionType": 'manual', + "options": [ { - id: 'empty', - name: 'Choose one...' + "id": 'empty', + "name": 'Choose one...' }, { - id: 'opt_1', - name: 'Option 1' + "id": 'opt_1', + "name": 'Option 1' }, { - id: 'opt_2', - name: 'Option 2' + "id": 'opt_2', + "name": 'Option 2' } ], - value: 'empty', - restUrl: null, - restResponsePath: null, - restIdProperty: null, - restLabelProperty: null + "value": 'empty', + "restUrl": null, + "restResponsePath": null, + "restIdProperty": null, + "restLabelProperty": null } ], - 5: [ + "5": [ { - id: 'pfx_property_four', - name: 'pfx_property_four', - required: false, - readOnly: false, - colspan: 1, - params: { - existingColspan: 1, - maxColspan: 2 + "id": 'pfx_property_four', + "name": 'pfx_property_four', + "required": false, + "readOnly": false, + "colspan": 1, + "params": { + "existingColspan": 1, + "maxColspan": 2 }, - visibilityCondition: null, - type: 'dropdown', - optionType: 'manual', - options: [ + "visibilityCondition": null, + "type": 'dropdown', + "optionType": 'manual', + "options": [ { - id: 'empty', - name: 'Choose one...' + "id": 'empty', + "name": 'Choose one...' }, { - id: 'option_1', - name: 'Option: 1' + "id": 'option_1', + "name": 'Option: 1' }, { - id: 'option_2', - name: 'Option: 2' + "id": 'option_2', + "name": 'Option: 2' } ], - value: 'empty', - restUrl: null, - restResponsePath: null, - restIdProperty: null, - restLabelProperty: null + "value": 'empty', + "restUrl": null, + "restResponsePath": null, + "restIdProperty": null, + "restLabelProperty": null } ], - 6: [ + "6": [ { - id: 'pfx_property_five', - name: 'pfx_property_five', - required: false, - readOnly: false, - colspan: 1, - params: { - existingColspan: 1, - maxColspan: 2 + "id": 'pfx_property_five', + "name": 'pfx_property_five', + "required": false, + "readOnly": false, + "colspan": 1, + "params": { + "existingColspan": 1, + "maxColspan": 2 }, - visibilityCondition: null, - type: 'dropdown', - optionType: 'manual', - options: [ + "visibilityCondition": null, + "type": 'dropdown', + "optionType": 'manual', + "options": [ { - id: 'empty', - name: 'Choose one...' + "id": 'empty', + "name": 'Choose one...' }, { - id: 'green', - name: 'Colour green' + "id": 'green', + "name": 'Colour green' }, { - id: 'orange', - name: 'Colour orange' + "id": 'orange', + "name": 'Colour orange' } ], - value: 'empty', - restUrl: null, - restResponsePath: null, - restIdProperty: null, - restLabelProperty: null + "value": 'empty', + "restUrl": null, + "restResponsePath": null, + "restIdProperty": null, + "restLabelProperty": null } ], - 7: [ + "7": [ { - id: 'cmfb85b2a7295ba41209750bca176ccaf9a', - name: 'File viewer', - type: 'file-viewer', - readOnly: false, - required: false, - colspan: 1, - visibilityCondition: null, - params: { - existingColspan: 1, - maxColspan: 2, - uploadWidget: 'content_form_nodes' + "id": 'cmfb85b2a7295ba41209750bca176ccaf9a', + "name": 'File viewer', + "type": 'file-viewer', + "readOnly": false, + "required": false, + "colspan": 1, + "visibilityCondition": null, + "params": { + "existingColspan": 1, + "maxColspan": 2, + "uploadWidget": 'content_form_nodes' } } ], - 8: [ + "8": [ { - type: 'text', - id: 'pfx_property_six', - name: 'pfx_property_six', - colspan: 1, - params: { - existingColspan: 1, - maxColspan: 2 + "type": 'text', + "id": 'pfx_property_six', + "name": 'pfx_property_six', + "colspan": 1, + "params": { + "existingColspan": 1, + "maxColspan": 2 }, - visibilityCondition: null, - placeholder: null, - value: null, - required: false, - minLength: 0, - maxLength: 0, - regexPattern: null + "visibilityCondition": null, + "placeholder": null, + "value": null, + "required": false, + "minLength": 0, + "maxLength": 0, + "regexPattern": null } ], - 9: [ + "9": [ { - type: 'text', - id: 'pfx_property_seven', - name: 'pfx_property_seven', - colspan: 1, - params: { - existingColspan: 1, - maxColspan: 2 + "type": 'text', + "id": 'pfx_property_seven', + "name": 'pfx_property_seven', + "colspan": 1, + "params": { + "existingColspan": 1, + "maxColspan": 2 }, - visibilityCondition: null, - placeholder: null, - value: null, - required: false, - minLength: 0, - maxLength: 0, - regexPattern: null + "visibilityCondition": null, + "placeholder": null, + "value": null, + "required": false, + "minLength": 0, + "maxLength": 0, + "regexPattern": null } ], - 10: [ + "10": [ { - type: 'text', - id: 'pfx_property_eight', - name: 'pfx_property_eight', - colspan: 1, - params: { - existingColspan: 1, - maxColspan: 2 + "type": 'text', + "id": 'pfx_property_eight', + "name": 'pfx_property_eight', + "colspan": 1, + "params": { + "existingColspan": 1, + "maxColspan": 2 }, - visibilityCondition: null, - placeholder: null, - value: null, - required: false, - minLength: 0, - maxLength: 0, - regexPattern: null + "visibilityCondition": null, + "placeholder": null, + "value": null, + "required": false, + "minLength": 0, + "maxLength": 0, + "regexPattern": null } ] }, - numberOfColumns: 2 + "numberOfColumns": 2 } ], - outcomes: [], - metadata: {}, - variables: [] + "outcomes": [], + "metadata": {}, + "variables": [] } }; export const fakeViewerForm = { - id: 'form-de8895be-d0d7-4434-beef-559b15305d72', - name: 'StartEventForm', - description: '', - version: 0, - formDefinition: { - tabs: [], - fields: [ + "id": 'form-de8895be-d0d7-4434-beef-559b15305d72', + "name": 'StartEventForm', + "description": '', + "version": 0, + "formDefinition": { + "tabs": [], + "fields": [ { - type: 'container', - id: '5a6b24c1-db2b-45e9-9aff-142395433d23', - name: 'Label', - tab: null, - fields: { - 1: [ + "type": 'container', + "id": '5a6b24c1-db2b-45e9-9aff-142395433d23', + "name": 'Label', + "tab": null, + "fields": { + "1": [ { - id: 'content_form_nodes', - name: 'Nodes', - type: 'upload', - readOnly: false, - required: true, - colspan: 1, - visibilityCondition: null, - params: { - existingColspan: 1, - maxColspan: 2, - fileSource: { - serviceId: 'alfresco-content', - name: 'Alfresco Content', - metadataAllowed: true + "id": 'content_form_nodes', + "name": 'Nodes', + "type": 'upload', + "readOnly": false, + "required": true, + "colspan": 1, + "visibilityCondition": null, + "params": { + "existingColspan": 1, + "maxColspan": 2, + "fileSource": { + "serviceId": 'alfresco-content', + "name": 'Alfresco Content', + "metadataAllowed": true }, - multiple: true, - menuOptions: { - show: true, - download: true, - retrieveMetadata: true, - remove: true + "multiple": true, + "menuOptions": { + "show": true, + "download": true, + "retrieveMetadata": true, + "remove": true }, - link: false + "link": false } } ], - 2: [ + "2": [ { - id: 'upload_widget', - name: 'Nodes', - type: 'upload', - readOnly: false, - required: true, - colspan: 1, - visibilityCondition: null, - params: { - existingColspan: 1, - maxColspan: 2, - fileSource: { - serviceId: 'alfresco-content', - name: 'Alfresco Content', - metadataAllowed: true + "id": 'upload_widget', + "name": 'Nodes', + "type": 'upload', + "readOnly": false, + "required": true, + "colspan": 1, + "visibilityCondition": null, + "params": { + "existingColspan": 1, + "maxColspan": 2, + "fileSource": { + "serviceId": 'alfresco-content', + "name": 'Alfresco Content', + "metadataAllowed": true }, - multiple: true, - menuOptions: { - show: true, - download: true, - retrieveMetadata: true, - remove: true + "multiple": true, + "menuOptions": { + "show": true, + "download": true, + "retrieveMetadata": true, + "remove": true }, - link: false + "link": false } } ], - 3: [ + "3": [ { - id: 'cmfb85b2a7295ba41209750bca176ccaf9a', - name: 'File viewer', - type: 'file-viewer', - readOnly: false, - required: false, - colspan: 1, - visibilityCondition: null, - params: { - existingColspan: 1, - maxColspan: 2, - uploadWidget: 'content_form_nodes' + "id": 'cmfb85b2a7295ba41209750bca176ccaf9a', + "name": 'File viewer', + "type": 'file-viewer', + "readOnly": false, + "required": false, + "colspan": 1, + "visibilityCondition": null, + "params": { + "existingColspan": 1, + "maxColspan": 2, + "uploadWidget": 'content_form_nodes' } } ] }, - numberOfColumns: 2 + "numberOfColumns": 2 } ], - outcomes: [], - metadata: {}, - variables: [] + "outcomes": [], + "metadata": {}, + "variables": [] } }; diff --git a/lib/core/src/lib/form/components/mock/form-renderer.component.mock.ts b/lib/core/src/lib/form/components/mock/form-renderer.component.mock.ts index 1f952b8049..46f72c8132 100644 --- a/lib/core/src/lib/form/components/mock/form-renderer.component.mock.ts +++ b/lib/core/src/lib/form/components/mock/form-renderer.component.mock.ts @@ -16,291 +16,291 @@ */ export const formDisplayValueVisibility = { - formRepresentation: { - id: 'form-3175b074-53c6-4b5b-92df-246b62108db3', - name: 'displayValueVisibility', - description: '', - version: 0, - standAlone: true, - formDefinition: { - tabs: [], - fields: [ + "formRepresentation": { + "id": 'form-3175b074-53c6-4b5b-92df-246b62108db3', + "name": 'displayValueVisibility', + "description": '', + "version": 0, + "standAlone": true, + "formDefinition": { + "tabs": [], + "fields": [ { - id: '65ba00e6-a669-4710-9a97-0a6e19b429d8', - name: 'Label', - type: 'container', - tab: null, - numberOfColumns: 2, - fields: { - 1: [ + "id": '65ba00e6-a669-4710-9a97-0a6e19b429d8', + "name": 'Label', + "type": 'container', + "tab": null, + "numberOfColumns": 2, + "fields": { + "1": [ { - id: 'Text0bq3ar', - name: 'Text', - type: 'text', - required: false, - colspan: 1, - placeholder: null, - minLength: 0, - maxLength: 0, - regexPattern: null, - visibilityCondition: null, - params: { existingColspan: 1, maxColspan: 2 } + "id": 'Text0bq3ar', + "name": 'Text', + "type": 'text', + "required": false, + "colspan": 1, + "placeholder": null, + "minLength": 0, + "maxLength": 0, + "regexPattern": null, + "visibilityCondition": null, + "params": { "existingColspan": 1, "maxColspan": 2 } } ], - 2: [ + "2": [ { - id: 'Displayvalue0g6092', - name: 'Display value', - type: 'readonly', - value: 'No field selected', - colspan: 1, - visibilityCondition: { - leftType: 'field', - leftValue: 'Text0bq3ar', - operator: '==', - rightValue: 'DisplayValue', - rightType: 'value', - nextConditionOperator: '', - nextCondition: null + "id": 'Displayvalue0g6092', + "name": 'Display value', + "type": 'readonly', + "value": 'No field selected', + "colspan": 1, + "visibilityCondition": { + "leftType": 'field', + "leftValue": 'Text0bq3ar', + "operator": '==', + "rightValue": 'DisplayValue', + "rightType": 'value', + "nextConditionOperator": '', + "nextCondition": null }, - params: { - existingColspan: 1, - maxColspan: 2, - field: { - id: 'Displayvalue0g6092', - name: 'Display value', - type: 'text' + "params": { + "existingColspan": 1, + "maxColspan": 2, + "field": { + "id": 'Displayvalue0g6092', + "name": 'Display value', + "type": 'text' }, - responseVariable: true + "responseVariable": true } } ] } } ], - outcomes: [], - metadata: {}, - variables: [] + "outcomes": [], + "metadata": {}, + "variables": [] } } }; export const formDisplayValueForm = { - formRepresentation: { - id: 'form-3dd0f2a3-c20a-4195-a760-1db42ec7dcd4', - name: 'displayValue', - description: '', - version: 0, - formDefinition: { - tabs: [], - fields: [ + "formRepresentation": { + "id": 'form-3dd0f2a3-c20a-4195-a760-1db42ec7dcd4', + "name": 'displayValue', + "description": '', + "version": 0, + "formDefinition": { + "tabs": [], + "fields": [ { - id: 'c54f6956-bcf9-4109-a6c1-1daff773936b', - name: 'Label', - type: 'container', - tab: null, - numberOfColumns: 2, - fields: { - 1: [ + "id": 'c54f6956-bcf9-4109-a6c1-1daff773936b', + "name": 'Label', + "type": 'container', + "tab": null, + "numberOfColumns": 2, + "fields": { + "1": [ { - id: 'DisplayValueColspan', - name: 'DisplayValueColspan', - type: 'readonly', - value: 'No field selected', - colspan: 2, - visibilityCondition: null, - params: { - existingColspan: 1, - maxColspan: 2, - field: { - id: 'Displayvalue0hwgvb', - name: 'Display value', - type: 'text' + "id": 'DisplayValueColspan', + "name": 'DisplayValueColspan', + "type": 'readonly', + "value": 'No field selected', + "colspan": 2, + "visibilityCondition": null, + "params": { + "existingColspan": 1, + "maxColspan": 2, + "field": { + "id": 'Displayvalue0hwgvb', + "name": 'Display value', + "type": 'text' } } }, { - id: 'DisplayValueFieldValue', - name: 'DisplayValueFieldValue', - type: 'readonly', - value: 'No field selected', - colspan: 1, - visibilityCondition: { - leftFormFieldId: 'TextOne', - leftRestResponseId: '', - operator: '==', - rightValue: 'aaa', - rightType: null, - rightFormFieldId: '', - rightRestResponseId: '', - nextConditionOperator: '', - nextCondition: null + "id": 'DisplayValueFieldValue', + "name": 'DisplayValueFieldValue', + "type": 'readonly', + "value": 'No field selected', + "colspan": 1, + "visibilityCondition": { + "leftFormFieldId": 'TextOne', + "leftRestResponseId": '', + "operator": '==', + "rightValue": 'aaa', + "rightType": null, + "rightFormFieldId": '', + "rightRestResponseId": '', + "nextConditionOperator": '', + "nextCondition": null }, - params: { - existingColspan: 1, - maxColspan: 2, - field: { - id: 'Displayvalue0pjsfi', - name: 'Display value', - type: 'text' + "params": { + "existingColspan": 1, + "maxColspan": 2, + "field": { + "id": 'Displayvalue0pjsfi', + "name": 'Display value', + "type": 'text' } } }, { - id: 'DisplayValueVariableField', - name: 'DisplayValueVariableField', - type: 'readonly', - value: 'No field selected', - colspan: 1, - visibilityCondition: { - leftFormFieldId: '', - leftRestResponseId: 'bcdfe3af-d635-40ee-b9fd-4f9d3655d77b', - operator: '==', - rightValue: '', - rightType: null, - rightFormFieldId: 'TextOne', - rightRestResponseId: '', - nextConditionOperator: '', - nextCondition: null + "id": 'DisplayValueVariableField', + "name": 'DisplayValueVariableField', + "type": 'readonly', + "value": 'No field selected', + "colspan": 1, + "visibilityCondition": { + "leftFormFieldId": '', + "leftRestResponseId": 'bcdfe3af-d635-40ee-b9fd-4f9d3655d77b', + "operator": '==', + "rightValue": '', + "rightType": null, + "rightFormFieldId": 'TextOne', + "rightRestResponseId": '', + "nextConditionOperator": '', + "nextCondition": null }, - params: { - existingColspan: 1, - maxColspan: 2, - field: { - id: 'Displayvalue0sss8o', - name: 'Display value', - type: 'text' + "params": { + "existingColspan": 1, + "maxColspan": 2, + "field": { + "id": 'Displayvalue0sss8o', + "name": 'Display value', + "type": 'text' } } }, { - id: 'DisplayValueFieldVariable', - name: 'DisplayValueFieldVariable', - type: 'readonly', - value: 'No field selected', - colspan: 1, - visibilityCondition: { - leftFormFieldId: 'TextOne', - leftRestResponseId: '', - operator: '==', - rightValue: '', - rightType: null, - rightFormFieldId: '', - rightRestResponseId: 'bcdfe3af-d635-40ee-b9fd-4f9d3655d77b', - nextConditionOperator: '', - nextCondition: null + "id": 'DisplayValueFieldVariable', + "name": 'DisplayValueFieldVariable', + "type": 'readonly', + "value": 'No field selected', + "colspan": 1, + "visibilityCondition": { + "leftFormFieldId": 'TextOne', + "leftRestResponseId": '', + "operator": '==', + "rightValue": '', + "rightType": null, + "rightFormFieldId": '', + "rightRestResponseId": 'bcdfe3af-d635-40ee-b9fd-4f9d3655d77b', + "nextConditionOperator": '', + "nextCondition": null }, - params: { - existingColspan: 1, - maxColspan: 2, - field: { - id: 'Displayvalue0mkrml', - name: 'Display value', - type: 'text' + "params": { + "existingColspan": 1, + "maxColspan": 2, + "field": { + "id": 'Displayvalue0mkrml', + "name": 'Display value', + "type": 'text' } } }, { - id: 'DisplayValueOne', - name: 'DisplayValueOne', - type: 'readonly', - value: 'No field selected', - colspan: 1, - visibilityCondition: { - leftFormFieldId: 'Text0howrc', - leftRestResponseId: '', - operator: '==', - rightValue: 'aaa', - rightType: null, - rightFormFieldId: '', - rightRestResponseId: '', - nextConditionOperator: 'and', - nextCondition: { - leftFormFieldId: 'TextTwo', - leftRestResponseId: '', - operator: '!=', - rightValue: 'aaa', - rightType: null, - rightFormFieldId: '', - rightRestResponseId: '', - nextConditionOperator: '', - nextCondition: null + "id": 'DisplayValueOne', + "name": 'DisplayValueOne', + "type": 'readonly', + "value": 'No field selected', + "colspan": 1, + "visibilityCondition": { + "leftFormFieldId": 'Text0howrc', + "leftRestResponseId": '', + "operator": '==', + "rightValue": 'aaa', + "rightType": null, + "rightFormFieldId": '', + "rightRestResponseId": '', + "nextConditionOperator": 'and', + "nextCondition": { + "leftFormFieldId": 'TextTwo', + "leftRestResponseId": '', + "operator": '!=', + "rightValue": 'aaa', + "rightType": null, + "rightFormFieldId": '', + "rightRestResponseId": '', + "nextConditionOperator": '', + "nextCondition": null } }, - params: { - existingColspan: 1, - maxColspan: 2, - field: { - id: 'Displayvalue00ldqe', - name: 'Display value', - type: 'text' + "params": { + "existingColspan": 1, + "maxColspan": 2, + "field": { + "id": 'Displayvalue00ldqe', + "name": 'Display value', + "type": 'text' } } } ], - 2: [ + "2": [ { - id: 'Text0howrc', - name: 'Text', - type: 'text', - required: false, - colspan: 1, - placeholder: null, - minLength: 0, - maxLength: 0, - regexPattern: null, - visibilityCondition: null, - params: { - existingColspan: 1, - maxColspan: 2 + "id": 'Text0howrc', + "name": 'Text', + "type": 'text', + "required": false, + "colspan": 1, + "placeholder": null, + "minLength": 0, + "maxLength": 0, + "regexPattern": null, + "visibilityCondition": null, + "params": { + "existingColspan": 1, + "maxColspan": 2 } }, { - id: 'TextOne', - name: 'TextOne', - type: 'text', - required: false, - colspan: 1, - placeholder: null, - minLength: 0, - maxLength: 0, - regexPattern: null, - visibilityCondition: null, - params: { - existingColspan: 1, - maxColspan: 2 + "id": 'TextOne', + "name": 'TextOne', + "type": 'text', + "required": false, + "colspan": 1, + "placeholder": null, + "minLength": 0, + "maxLength": 0, + "regexPattern": null, + "visibilityCondition": null, + "params": { + "existingColspan": 1, + "maxColspan": 2 } }, { - id: 'TextTwo', - name: 'TextTwo', - type: 'text', - required: false, - colspan: 1, - placeholder: null, - minLength: 0, - maxLength: 0, - regexPattern: null, - visibilityCondition: null, - params: { - existingColspan: 1, - maxColspan: 2 + "id": 'TextTwo', + "name": 'TextTwo', + "type": 'text', + "required": false, + "colspan": 1, + "placeholder": null, + "minLength": 0, + "maxLength": 0, + "regexPattern": null, + "visibilityCondition": null, + "params": { + "existingColspan": 1, + "maxColspan": 2 } }, { - id: 'bcdfe3af-d635-40ee-b9fd-4f9d3655d77b', - name: 'vstring', - type: 'readonly', - value: 'Show value of vstring', - colspan: 1, - visibilityCondition: null, - params: { - existingColspan: 1, - maxColspan: 2, - field: { - id: 'bcdfe3af-d635-40ee-b9fd-4f9d3655d77b', - name: 'vstring', - type: 'string' + "id": 'bcdfe3af-d635-40ee-b9fd-4f9d3655d77b', + "name": 'vstring', + "type": 'readonly', + "value": 'Show value of vstring', + "colspan": 1, + "visibilityCondition": null, + "params": { + "existingColspan": 1, + "maxColspan": 2, + "field": { + "id": 'bcdfe3af-d635-40ee-b9fd-4f9d3655d77b', + "name": 'vstring', + "type": 'string' } } } @@ -308,14 +308,14 @@ export const formDisplayValueForm = { } } ], - outcomes: [], - metadata: {}, - variables: [ + "outcomes": [], + "metadata": {}, + "variables": [ { - id: 'bcdfe3af-d635-40ee-b9fd-4f9d3655d77b', - name: 'vstring', - type: 'string', - value: 'aaa' + "id": 'bcdfe3af-d635-40ee-b9fd-4f9d3655d77b', + "name": 'vstring', + "type": 'string', + "value": 'aaa' } ] } @@ -323,178 +323,178 @@ export const formDisplayValueForm = { }; export const formDisplayValueCombinedVisibility = { - formRepresentation: { - id: 'form-3175b074-53c6-4b5b-92df-246b62108db3', - name: 'displayValueVisibility', - description: '', - version: 0, - standAlone: true, - formDefinition: { - tabs: [], - fields: [ + "formRepresentation": { + "id": 'form-3175b074-53c6-4b5b-92df-246b62108db3', + "name": 'displayValueVisibility', + "description": '', + "version": 0, + "standAlone": true, + "formDefinition": { + "tabs": [], + "fields": [ { - id: '65ba00e6-a669-4710-9a97-0a6e19b429d8', - name: 'Label', - type: 'container', - tab: null, - numberOfColumns: 2, - fields: { - 1: [ + "id": '65ba00e6-a669-4710-9a97-0a6e19b429d8', + "name": 'Label', + "type": 'container', + "tab": null, + "numberOfColumns": 2, + "fields": { + "1": [ { - id: 'Text0bq3ar', - name: 'Text', - type: 'text', - required: false, - colspan: 1, - placeholder: null, - minLength: 0, - maxLength: 0, - regexPattern: null, - visibilityCondition: null, - params: { existingColspan: 1, maxColspan: 2 } + "id": 'Text0bq3ar', + "name": 'Text', + "type": 'text', + "required": false, + "colspan": 1, + "placeholder": null, + "minLength": 0, + "maxLength": 0, + "regexPattern": null, + "visibilityCondition": null, + "params": { "existingColspan": 1, "maxColspan": 2 } } ], - 2: [ + "2": [ { - id: 'Displayvalue0g6092', - name: 'Display value', - type: 'readonly', - value: 'No field selected', - colspan: 1, - visibilityCondition: { - leftType: 'field', - leftValue: 'Text0bq3ar', - operator: '==', - rightValue: 'aaa', - rightType: 'value', - nextConditionOperator: 'and', - nextCondition: { - leftType: 'field', - leftValue: 'TextTwo', - operator: '!=', - rightValue: 'aaa', - rightType: 'value', - nextConditionOperator: '', - nextCondition: null + "id": 'Displayvalue0g6092', + "name": 'Display value', + "type": 'readonly', + "value": 'No field selected', + "colspan": 1, + "visibilityCondition": { + "leftType": 'field', + "leftValue": 'Text0bq3ar', + "operator": '==', + "rightValue": 'aaa', + "rightType": 'value', + "nextConditionOperator": 'and', + "nextCondition": { + "leftType": 'field', + "leftValue": 'TextTwo', + "operator": '!=', + "rightValue": 'aaa', + "rightType": 'value', + "nextConditionOperator": '', + "nextCondition": null } }, - params: { - existingColspan: 1, - maxColspan: 2, - field: { - id: 'Displayvalue0g6092', - name: 'Display value', - type: 'text' + "params": { + "existingColspan": 1, + "maxColspan": 2, + "field": { + "id": 'Displayvalue0g6092', + "name": 'Display value', + "type": 'text' }, - responseVariable: true + "responseVariable": true } } ] } }, { - id: 'b2162507-2204-4fda-a8cb-003dd5d032ef', - name: 'Label', - type: 'container', - tab: null, - numberOfColumns: 2, - fields: { - 1: [ + "id": 'b2162507-2204-4fda-a8cb-003dd5d032ef', + "name": 'Label', + "type": 'container', + "tab": null, + "numberOfColumns": 2, + "fields": { + "1": [ { - id: 'TextTwo', - name: 'TextTwo', - type: 'text', - required: false, - colspan: 1, - placeholder: null, - minLength: 0, - maxLength: 0, - regexPattern: null, - visibilityCondition: null, - params: { existingColspan: 1, maxColspan: 2 } + "id": 'TextTwo', + "name": 'TextTwo', + "type": 'text', + "required": false, + "colspan": 1, + "placeholder": null, + "minLength": 0, + "maxLength": 0, + "regexPattern": null, + "visibilityCondition": null, + "params": { "existingColspan": 1, "maxColspan": 2 } } ], - 2: [] + "2": [] } } ], - outcomes: [], - metadata: {}, - variables: [] + "outcomes": [], + "metadata": {}, + "variables": [] } } }; export const formNumberWidgetVisibility = { - formRepresentation: { - id: 'form-00dc42c7-b075-404b-a57c-a8b2adca9abe', - name: 'number_field', - description: '', - version: 0, - standAlone: true, - formDefinition: { - tabs: [], - fields: [ + "formRepresentation": { + "id": 'form-00dc42c7-b075-404b-a57c-a8b2adca9abe', + "name": 'number_field', + "description": '', + "version": 0, + "standAlone": true, + "formDefinition": { + "tabs": [], + "fields": [ { - id: '182eef06-d245-4388-b3f7-8e08d90fb07a', - name: 'Label', - type: 'container', - tab: null, - numberOfColumns: 2, - fields: { - 1: [ + "id": '182eef06-d245-4388-b3f7-8e08d90fb07a', + "name": 'Label', + "type": 'container', + "tab": null, + "numberOfColumns": 2, + "fields": { + "1": [ { - id: 'Number1', - name: 'Number1', - type: 'integer', - colspan: 1, - placeholder: null, - minValue: null, - maxValue: null, - required: false, - visibilityCondition: null, - params: { - existingColspan: 1, - maxColspan: 2 + "id": 'Number1', + "name": 'Number1', + "type": 'integer', + "colspan": 1, + "placeholder": null, + "minValue": null, + "maxValue": null, + "required": false, + "visibilityCondition": null, + "params": { + "existingColspan": 1, + "maxColspan": 2 } } ], - 2: [ + "2": [ { - id: 'Number2', - name: 'Number2', - type: 'integer', - colspan: 1, - placeholder: null, - minValue: null, - maxValue: null, - required: false, - visibilityCondition: { - leftType: 'field', - leftValue: 'Number1', - operator: '==', - rightValue: 'integerVariable', - rightType: 'variable', - nextConditionOperator: '', - nextCondition: null + "id": 'Number2', + "name": 'Number2', + "type": 'integer', + "colspan": 1, + "placeholder": null, + "minValue": null, + "maxValue": null, + "required": false, + "visibilityCondition": { + "leftType": 'field', + "leftValue": 'Number1', + "operator": '==', + "rightValue": 'integerVariable', + "rightType": 'variable', + "nextConditionOperator": '', + "nextCondition": null }, - params: { - existingColspan: 1, - maxColspan: 2 + "params": { + "existingColspan": 1, + "maxColspan": 2 } } ] } } ], - outcomes: [], - metadata: {}, - variables: [ + "outcomes": [], + "metadata": {}, + "variables": [ { - id: 'f9f6d1ae-374a-49f9-b664-5286c558abaa', - name: 'integerVariable', - type: 'integer', - value: 5 + "id": 'f9f6d1ae-374a-49f9-b664-5286c558abaa', + "name": 'integerVariable', + "type": 'integer', + "value": 5 } ] } @@ -502,238 +502,238 @@ export const formNumberWidgetVisibility = { }; export const formNumberTextJson = { - formRepresentation: { - id: 'form-ed98955c-3e18-4689-a669-377ab801ad0e', - name: 'number', - description: '', - version: 0, - formDefinition: { - tabs: [], - fields: [ + "formRepresentation": { + "id": 'form-ed98955c-3e18-4689-a669-377ab801ad0e', + "name": 'number', + "description": '', + "version": 0, + "formDefinition": { + "tabs": [], + "fields": [ { - id: 'fa0df048-3d73-4922-8b62-71a204b086b2', - name: 'Label', - type: 'container', - tab: null, - numberOfColumns: 2, - fields: { - 1: [ + "id": 'fa0df048-3d73-4922-8b62-71a204b086b2', + "name": 'Label', + "type": 'container', + "tab": null, + "numberOfColumns": 2, + "fields": { + "1": [ { - id: 'NumberColspan', - name: 'NumberColspan', - type: 'integer', - colspan: 2, - placeholder: null, - minValue: null, - maxValue: null, - required: false, - visibilityCondition: null, - params: { - existingColspan: 1, - maxColspan: 2 + "id": 'NumberColspan', + "name": 'NumberColspan', + "type": 'integer', + "colspan": 2, + "placeholder": null, + "minValue": null, + "maxValue": null, + "required": false, + "visibilityCondition": null, + "params": { + "existingColspan": 1, + "maxColspan": 2 } }, { - id: 'NumberReq', - name: 'NumberReq', - type: 'integer', - colspan: 1, - placeholder: null, - minValue: null, - maxValue: null, - required: true, - visibilityCondition: null, - params: { - existingColspan: 1, - maxColspan: 2 + "id": 'NumberReq', + "name": 'NumberReq', + "type": 'integer', + "colspan": 1, + "placeholder": null, + "minValue": null, + "maxValue": null, + "required": true, + "visibilityCondition": null, + "params": { + "existingColspan": 1, + "maxColspan": 2 } }, { - id: 'NumberNotReq', - name: 'NumberNotReq', - type: 'integer', - colspan: 1, - placeholder: null, - minValue: null, - maxValue: null, - required: false, - visibilityCondition: null, - params: { - existingColspan: 1, - maxColspan: 2 + "id": 'NumberNotReq', + "name": 'NumberNotReq', + "type": 'integer', + "colspan": 1, + "placeholder": null, + "minValue": null, + "maxValue": null, + "required": false, + "visibilityCondition": null, + "params": { + "existingColspan": 1, + "maxColspan": 2 } }, { - id: 'NumberAdvanced', - name: 'NumberAdvanced', - type: 'integer', - colspan: 1, - placeholder: null, - minValue: 10, - maxValue: 50, - required: false, - visibilityCondition: null, - params: { - existingColspan: 1, - maxColspan: 2 + "id": 'NumberAdvanced', + "name": 'NumberAdvanced', + "type": 'integer', + "colspan": 1, + "placeholder": null, + "minValue": 10, + "maxValue": 50, + "required": false, + "visibilityCondition": null, + "params": { + "existingColspan": 1, + "maxColspan": 2 } } ], - 2: [ + "2": [ { - id: 'Text', - name: 'Text', - type: 'text', - required: false, - colspan: 1, - placeholder: null, - minLength: 0, - maxLength: 0, - regexPattern: null, - visibilityCondition: null, - params: { - existingColspan: 1, - maxColspan: 2 + "id": 'Text', + "name": 'Text', + "type": 'text', + "required": false, + "colspan": 1, + "placeholder": null, + "minLength": 0, + "maxLength": 0, + "regexPattern": null, + "visibilityCondition": null, + "params": { + "existingColspan": 1, + "maxColspan": 2 } }, { - id: 'TextTwo', - name: 'TextTwo', - type: 'text', - required: false, - colspan: 1, - placeholder: null, - minLength: 0, - maxLength: 0, - regexPattern: null, - visibilityCondition: null, - params: { - existingColspan: 1, - maxColspan: 2 + "id": 'TextTwo', + "name": 'TextTwo', + "type": 'text', + "required": false, + "colspan": 1, + "placeholder": null, + "minLength": 0, + "maxLength": 0, + "regexPattern": null, + "visibilityCondition": null, + "params": { + "existingColspan": 1, + "maxColspan": 2 } }, { - id: 'NumberFieldValue', - name: 'NumberFieldValue', - type: 'integer', - colspan: 1, - placeholder: null, - minValue: null, - maxValue: null, - required: false, - visibilityCondition: { - leftFormFieldId: 'Text', - leftRestResponseId: '', - operator: '==', - rightValue: 'aaa', - rightType: null, - rightFormFieldId: '', - rightRestResponseId: '', - nextConditionOperator: '', - nextCondition: null + "id": 'NumberFieldValue', + "name": 'NumberFieldValue', + "type": 'integer', + "colspan": 1, + "placeholder": null, + "minValue": null, + "maxValue": null, + "required": false, + "visibilityCondition": { + "leftFormFieldId": 'Text', + "leftRestResponseId": '', + "operator": '==', + "rightValue": 'aaa', + "rightType": null, + "rightFormFieldId": '', + "rightRestResponseId": '', + "nextConditionOperator": '', + "nextCondition": null }, - params: { - existingColspan: 1, - maxColspan: 2 + "params": { + "existingColspan": 1, + "maxColspan": 2 } }, { - id: 'NumberVariableField', - name: 'NumberVariableField', - type: 'integer', - colspan: 1, - placeholder: null, - minValue: null, - maxValue: null, - required: false, - visibilityCondition: { - leftFormFieldId: '', - leftRestResponseId: '3b316e21-3632-4dde-ba19-b27dca09a83b', - operator: '==', - rightValue: 'aaa', - rightType: null, - rightFormFieldId: '', - rightRestResponseId: '', - nextConditionOperator: '', - nextCondition: null + "id": 'NumberVariableField', + "name": 'NumberVariableField', + "type": 'integer', + "colspan": 1, + "placeholder": null, + "minValue": null, + "maxValue": null, + "required": false, + "visibilityCondition": { + "leftFormFieldId": '', + "leftRestResponseId": '3b316e21-3632-4dde-ba19-b27dca09a83b', + "operator": '==', + "rightValue": 'aaa', + "rightType": null, + "rightFormFieldId": '', + "rightRestResponseId": '', + "nextConditionOperator": '', + "nextCondition": null }, - params: { - existingColspan: 1, - maxColspan: 2 + "params": { + "existingColspan": 1, + "maxColspan": 2 } }, { - id: 'NumberFieldVariable', - name: 'NumberFieldVariable', - type: 'integer', - colspan: 1, - placeholder: null, - minValue: null, - maxValue: null, - required: false, - visibilityCondition: { - leftFormFieldId: 'Text', - leftRestResponseId: '', - operator: '==', - rightValue: '', - rightType: null, - rightFormFieldId: '', - rightRestResponseId: '3b316e21-3632-4dde-ba19-b27dca09a83b', - nextConditionOperator: '', - nextCondition: null + "id": 'NumberFieldVariable', + "name": 'NumberFieldVariable', + "type": 'integer', + "colspan": 1, + "placeholder": null, + "minValue": null, + "maxValue": null, + "required": false, + "visibilityCondition": { + "leftFormFieldId": 'Text', + "leftRestResponseId": '', + "operator": '==', + "rightValue": '', + "rightType": null, + "rightFormFieldId": '', + "rightRestResponseId": '3b316e21-3632-4dde-ba19-b27dca09a83b', + "nextConditionOperator": '', + "nextCondition": null }, - params: { - existingColspan: 1, - maxColspan: 2 + "params": { + "existingColspan": 1, + "maxColspan": 2 } }, { - id: 'NumberOne', - name: 'NumberOne', - type: 'integer', - colspan: 1, - placeholder: null, - minValue: null, - maxValue: null, - required: false, - visibilityCondition: { - leftFormFieldId: 'Text', - leftRestResponseId: '', - operator: '==', - rightValue: 'aaa', - rightType: null, - rightFormFieldId: '', - rightRestResponseId: '', - nextConditionOperator: 'and', - nextCondition: { - leftFormFieldId: 'TextTwo', - leftRestResponseId: '', - operator: 'not equal', - rightValue: 'aaa', - rightType: null, - rightFormFieldId: '', - rightRestResponseId: '', - nextConditionOperator: '', - nextCondition: null + "id": 'NumberOne', + "name": 'NumberOne', + "type": 'integer', + "colspan": 1, + "placeholder": null, + "minValue": null, + "maxValue": null, + "required": false, + "visibilityCondition": { + "leftFormFieldId": 'Text', + "leftRestResponseId": '', + "operator": '==', + "rightValue": 'aaa', + "rightType": null, + "rightFormFieldId": '', + "rightRestResponseId": '', + "nextConditionOperator": 'and', + "nextCondition": { + "leftFormFieldId": 'TextTwo', + "leftRestResponseId": '', + "operator": 'not equal', + "rightValue": 'aaa', + "rightType": null, + "rightFormFieldId": '', + "rightRestResponseId": '', + "nextConditionOperator": '', + "nextCondition": null } }, - params: { - existingColspan: 1, - maxColspan: 2 + "params": { + "existingColspan": 1, + "maxColspan": 2 } } ] } } ], - outcomes: [], - metadata: {}, - variables: [ + "outcomes": [], + "metadata": {}, + "variables": [ { - id: '3b316e21-3632-4dde-ba19-b27dca09a83b', - name: 'name', - type: 'string', - value: 'aaa' + "id": '3b316e21-3632-4dde-ba19-b27dca09a83b', + "name": 'name', + "type": 'string', + "value": 'aaa' } ] } @@ -741,75 +741,75 @@ export const formNumberTextJson = { }; export const formRequiredNumberWidget = { - formRepresentation: { - id: 'form-00dc42c7-b075-404b-a57c-a8b2adca9abe', - name: 'number_field', - description: '', - version: 0, - standAlone: true, - formDefinition: { - tabs: [], - fields: [ + "formRepresentation": { + "id": 'form-00dc42c7-b075-404b-a57c-a8b2adca9abe', + "name": 'number_field', + "description": '', + "version": 0, + "standAlone": true, + "formDefinition": { + "tabs": [], + "fields": [ { - id: '182eef06-d245-4388-b3f7-8e08d90fb07a', - name: 'Label', - type: 'container', - tab: null, - numberOfColumns: 2, - fields: { - 1: [ + "id": '182eef06-d245-4388-b3f7-8e08d90fb07a', + "name": 'Label', + "type": 'container', + "tab": null, + "numberOfColumns": 2, + "fields": { + "1": [ { - id: 'Number1', - name: 'Number1', - type: 'integer', - colspan: 1, - placeholder: null, - minValue: 5, - maxValue: 7, - required: true, - visibilityCondition: null, - params: { - existingColspan: 1, - maxColspan: 2 + "id": 'Number1', + "name": 'Number1', + "type": 'integer', + "colspan": 1, + "placeholder": null, + "minValue": 5, + "maxValue": 7, + "required": true, + "visibilityCondition": null, + "params": { + "existingColspan": 1, + "maxColspan": 2 } } ], - 2: [ + "2": [ { - id: 'Number2', - name: 'Number2', - type: 'integer', - colspan: 1, - placeholder: null, - minValue: null, - maxValue: null, - required: false, - visibilityCondition: { - leftType: 'field', - leftValue: 'Number1', - operator: '==', - rightValue: 'integerVariable', - rightType: 'variable', - nextConditionOperator: '', - nextCondition: null + "id": 'Number2', + "name": 'Number2', + "type": 'integer', + "colspan": 1, + "placeholder": null, + "minValue": null, + "maxValue": null, + "required": false, + "visibilityCondition": { + "leftType": 'field', + "leftValue": 'Number1', + "operator": '==', + "rightValue": 'integerVariable', + "rightType": 'variable', + "nextConditionOperator": '', + "nextCondition": null }, - params: { - existingColspan: 1, - maxColspan: 2 + "params": { + "existingColspan": 1, + "maxColspan": 2 } } ] } } ], - outcomes: [], - metadata: {}, - variables: [ + "outcomes": [], + "metadata": {}, + "variables": [ { - id: 'f9f6d1ae-374a-49f9-b664-5286c558abaa', - name: 'integerVariable', - type: 'integer', - value: 5 + "id": 'f9f6d1ae-374a-49f9-b664-5286c558abaa', + "name": 'integerVariable', + "type": 'integer', + "value": 5 } ] } @@ -817,1130 +817,1130 @@ export const formRequiredNumberWidget = { }; export const colspanForm = { - formRepresentation: { - id: 'form-a6af80b9-d200-4a00-b17a-b1309691493d', - name: 'regresion', - description: '', - version: 0, - standAlone: true, - formDefinition: { - tabs: [], - fields: [ + "formRepresentation": { + "id": 'form-a6af80b9-d200-4a00-b17a-b1309691493d', + "name": 'regresion', + "description": '', + "version": 0, + "standAlone": true, + "formDefinition": { + "tabs": [], + "fields": [ { - id: 'd52ada4e-cbdc-4f0c-a480-5b85fa00e4f8', - name: 'Label', - type: 'container', - tab: null, - numberOfColumns: 2, - fields: { - 1: [ + "id": 'd52ada4e-cbdc-4f0c-a480-5b85fa00e4f8', + "name": 'Label', + "type": 'container', + "tab": null, + "numberOfColumns": 2, + "fields": { + "1": [ { - id: 'Number0u0kiv', - name: 'NumberColspan', - type: 'integer', - readOnly: false, - colspan: 2, - placeholder: null, - minValue: null, - maxValue: null, - required: false, - visibilityCondition: null, - params: { - existingColspan: 1, - maxColspan: 2 + "id": 'Number0u0kiv', + "name": 'NumberColspan', + "type": 'integer', + "readOnly": false, + "colspan": 2, + "placeholder": null, + "minValue": null, + "maxValue": null, + "required": false, + "visibilityCondition": null, + "params": { + "existingColspan": 1, + "maxColspan": 2 } } ] } }, { - id: '2bc275fb-e113-4d7d-885f-6e74a7332d40', - name: 'Label', - type: 'container', - tab: null, - numberOfColumns: 2, - fields: { - 1: [ + "id": '2bc275fb-e113-4d7d-885f-6e74a7332d40', + "name": 'Label', + "type": 'container', + "tab": null, + "numberOfColumns": 2, + "fields": { + "1": [ { - id: 'Number00fuuk', - name: 'Number', - type: 'integer', - readOnly: false, - colspan: 1, - placeholder: null, - minValue: null, - maxValue: null, - required: false, - visibilityCondition: null, - params: { - existingColspan: 1, - maxColspan: 2 + "id": 'Number00fuuk', + "name": 'Number', + "type": 'integer', + "readOnly": false, + "colspan": 1, + "placeholder": null, + "minValue": null, + "maxValue": null, + "required": false, + "visibilityCondition": null, + "params": { + "existingColspan": 1, + "maxColspan": 2 } } ], - 2: [ + "2": [ { - id: 'Number03u9d4', - name: 'Number', - type: 'integer', - readOnly: false, - colspan: 1, - placeholder: null, - minValue: null, - maxValue: null, - required: false, - visibilityCondition: null, - params: { - existingColspan: 1, - maxColspan: 2 + "id": 'Number03u9d4', + "name": 'Number', + "type": 'integer', + "readOnly": false, + "colspan": 1, + "placeholder": null, + "minValue": null, + "maxValue": null, + "required": false, + "visibilityCondition": null, + "params": { + "existingColspan": 1, + "maxColspan": 2 } } ] } }, { - id: '1ff21afc-7df4-4607-8363-1dc8576e1c8e', - name: 'Label', - type: 'container', - tab: null, - numberOfColumns: 2, - fields: { - 1: [ + "id": '1ff21afc-7df4-4607-8363-1dc8576e1c8e', + "name": 'Label', + "type": 'container', + "tab": null, + "numberOfColumns": 2, + "fields": { + "1": [ { - id: 'Text04sjhr', - name: 'Text', - type: 'text', - readOnly: false, - required: false, - colspan: 2, - placeholder: null, - minLength: 0, - maxLength: 0, - regexPattern: null, - visibilityCondition: null, - params: { - existingColspan: 1, - maxColspan: 2 + "id": 'Text04sjhr', + "name": 'Text', + "type": 'text', + "readOnly": false, + "required": false, + "colspan": 2, + "placeholder": null, + "minLength": 0, + "maxLength": 0, + "regexPattern": null, + "visibilityCondition": null, + "params": { + "existingColspan": 1, + "maxColspan": 2 } } ] } } ], - outcomes: [], - metadata: {}, - variables: [] + "outcomes": [], + "metadata": {}, + "variables": [] } } }; export const numberNotRequiredForm = { - formRepresentation: { - id: 'form-d4c462db-3838-442e-a006-171e6ccafe61', - name: 'number-not-required', - description: '', - version: 0, - standAlone: true, - formDefinition: { - tabs: [], - fields: [ + "formRepresentation": { + "id": 'form-d4c462db-3838-442e-a006-171e6ccafe61', + "name": 'number-not-required', + "description": '', + "version": 0, + "standAlone": true, + "formDefinition": { + "tabs": [], + "fields": [ { - id: '159d0d89-555c-40db-9e69-6c75692061c1', - name: 'Label', - type: 'container', - tab: null, - numberOfColumns: 2, - fields: { - 1: [ + "id": '159d0d89-555c-40db-9e69-6c75692061c1', + "name": 'Label', + "type": 'container', + "tab": null, + "numberOfColumns": 2, + "fields": { + "1": [ { - id: 'Number0x8cbv', - name: 'Number', - type: 'integer', - colspan: 1, - placeholder: null, - minValue: null, - maxValue: null, - required: true, - visibilityCondition: null, - params: { existingColspan: 1, maxColspan: 2 } + "id": 'Number0x8cbv', + "name": 'Number', + "type": 'integer', + "colspan": 1, + "placeholder": null, + "minValue": null, + "maxValue": null, + "required": true, + "visibilityCondition": null, + "params": { "existingColspan": 1, "maxColspan": 2 } } ], - 2: [] + "2": [] } } ], - outcomes: [], - metadata: {}, - variables: [] + "outcomes": [], + "metadata": {}, + "variables": [] } } }; export const numberMinMaxForm = { - formRepresentation: { - id: 'form-f1e1a17c-d4a2-40dc-b15a-6a9c08afb26f', - name: 'numbercol', - description: '', - version: 0, - standAlone: true, - formDefinition: { - tabs: [], - fields: [ + "formRepresentation": { + "id": 'form-f1e1a17c-d4a2-40dc-b15a-6a9c08afb26f', + "name": 'numbercol', + "description": '', + "version": 0, + "standAlone": true, + "formDefinition": { + "tabs": [], + "fields": [ { - id: '530d73c8-9600-4d11-a1b7-20ad6b60a31a', - name: 'Label', - type: 'container', - tab: null, - numberOfColumns: 2, - fields: { - 1: [ + "id": '530d73c8-9600-4d11-a1b7-20ad6b60a31a', + "name": 'Label', + "type": 'container', + "tab": null, + "numberOfColumns": 2, + "fields": { + "1": [ { - id: 'Number0him2z', - name: 'Number', - type: 'integer', - colspan: 2, - placeholder: null, - minValue: 10, - maxValue: 60, - required: false, - visibilityCondition: null, - params: { - existingColspan: 1, - maxColspan: 2 + "id": 'Number0him2z', + "name": 'Number', + "type": 'integer', + "colspan": 2, + "placeholder": null, + "minValue": 10, + "maxValue": 60, + "required": false, + "visibilityCondition": null, + "params": { + "existingColspan": 1, + "maxColspan": 2 } } ], - 2: [] + "2": [] } } ], - outcomes: [], - metadata: {}, - variables: [] + "outcomes": [], + "metadata": {}, + "variables": [] } } }; export const textWidgetVisibility = { - formRepresentation: { - id: 'form-2604b12b-f0b9-4633-9eae-aa24b659f98e', - name: 'TextVisibility', - description: '', - version: 0, - formDefinition: { - tabs: [], - fields: [ + "formRepresentation": { + "id": 'form-2604b12b-f0b9-4633-9eae-aa24b659f98e', + "name": 'TextVisibility', + "description": '', + "version": 0, + "formDefinition": { + "tabs": [], + "fields": [ { - id: 'c5fa3358-c6b6-46b1-81cf-c8909150ed4c', - name: 'Label', - type: 'container', - tab: null, - numberOfColumns: 2, - fields: { - 1: [ + "id": 'c5fa3358-c6b6-46b1-81cf-c8909150ed4c', + "name": 'Label', + "type": 'container', + "tab": null, + "numberOfColumns": 2, + "fields": { + "1": [ { - id: 'textOne', - name: 'textOne', - type: 'text', - required: false, - colspan: 1, - placeholder: null, - minLength: 0, - maxLength: 0, - regexPattern: null, - visibilityCondition: {}, - params: { existingColspan: 1, maxColspan: 2 } + "id": 'textOne', + "name": 'textOne', + "type": 'text', + "required": false, + "colspan": 1, + "placeholder": null, + "minLength": 0, + "maxLength": 0, + "regexPattern": null, + "visibilityCondition": {}, + "params": { "existingColspan": 1, "maxColspan": 2 } } ], - 2: [ + "2": [ { - id: 'textTwo', - name: 'textTwo', - type: 'text', - required: false, - colspan: 1, - placeholder: null, - minLength: 0, - maxLength: 0, - regexPattern: null, - visibilityCondition: { - leftFormFieldId: 'textOne', - leftRestResponseId: '', - operator: '==', - rightValue: 'Test', - rightType: null, - rightFormFieldId: '', - rightRestResponseId: '', - nextConditionOperator: '' + "id": 'textTwo', + "name": 'textTwo', + "type": 'text', + "required": false, + "colspan": 1, + "placeholder": null, + "minLength": 0, + "maxLength": 0, + "regexPattern": null, + "visibilityCondition": { + "leftFormFieldId": 'textOne', + "leftRestResponseId": '', + "operator": '==', + "rightValue": 'Test', + "rightType": null, + "rightFormFieldId": '', + "rightRestResponseId": '', + "nextConditionOperator": '' }, - params: { existingColspan: 1, maxColspan: 2 } + "params": { "existingColspan": 1, "maxColspan": 2 } } ] } }, { - id: '7a7734e1-af6c-4ea4-adcb-76725c0544db', - name: 'Label', - type: 'container', - tab: null, - numberOfColumns: 2, - fields: { - 1: [ + "id": '7a7734e1-af6c-4ea4-adcb-76725c0544db', + "name": 'Label', + "type": 'container', + "tab": null, + "numberOfColumns": 2, + "fields": { + "1": [ { - id: 'textThree', - name: 'textThree', - type: 'text', - required: false, - colspan: 1, - placeholder: null, - minLength: 0, - maxLength: 0, - regexPattern: null, - visibilityCondition: { - leftFormFieldId: 'textOne', - leftRestResponseId: '', - operator: '==', - rightValue: 'Test', - rightType: null, - rightFormFieldId: '', - rightRestResponseId: '', - nextConditionOperator: 'and', - nextCondition: { - leftFormFieldId: 'textTwo', - leftRestResponseId: '', - operator: 'empty', - rightValue: '', - rightType: null, - rightFormFieldId: '', - rightRestResponseId: '', - nextConditionOperator: '' + "id": 'textThree', + "name": 'textThree', + "type": 'text', + "required": false, + "colspan": 1, + "placeholder": null, + "minLength": 0, + "maxLength": 0, + "regexPattern": null, + "visibilityCondition": { + "leftFormFieldId": 'textOne', + "leftRestResponseId": '', + "operator": '==', + "rightValue": 'Test', + "rightType": null, + "rightFormFieldId": '', + "rightRestResponseId": '', + "nextConditionOperator": 'and', + "nextCondition": { + "leftFormFieldId": 'textTwo', + "leftRestResponseId": '', + "operator": 'empty', + "rightValue": '', + "rightType": null, + "rightFormFieldId": '', + "rightRestResponseId": '', + "nextConditionOperator": '' } }, - params: { existingColspan: 1, maxColspan: 2 } + "params": { "existingColspan": 1, "maxColspan": 2 } } ], - 2: [ + "2": [ { - id: 'textFour', - name: 'textFour', - type: 'text', - required: false, - colspan: 1, - placeholder: null, - minLength: 0, - maxLength: 0, - regexPattern: null, - visibilityCondition: { - leftFormFieldId: 'textOne', - leftRestResponseId: '', - operator: 'empty', - rightValue: '', - rightType: null, - rightFormFieldId: '', - rightRestResponseId: '', - nextConditionOperator: 'or', - nextCondition: { - leftFormFieldId: 'textTwo', - leftRestResponseId: '', - operator: '==', - rightValue: '', - rightType: null, - rightFormFieldId: 'textOne', - rightRestResponseId: '', - nextConditionOperator: '', - nextCondition: null + "id": 'textFour', + "name": 'textFour', + "type": 'text', + "required": false, + "colspan": 1, + "placeholder": null, + "minLength": 0, + "maxLength": 0, + "regexPattern": null, + "visibilityCondition": { + "leftFormFieldId": 'textOne', + "leftRestResponseId": '', + "operator": 'empty', + "rightValue": '', + "rightType": null, + "rightFormFieldId": '', + "rightRestResponseId": '', + "nextConditionOperator": 'or', + "nextCondition": { + "leftFormFieldId": 'textTwo', + "leftRestResponseId": '', + "operator": '==', + "rightValue": '', + "rightType": null, + "rightFormFieldId": 'textOne', + "rightRestResponseId": '', + "nextConditionOperator": '', + "nextCondition": null } }, - params: { existingColspan: 1, maxColspan: 2 } + "params": { "existingColspan": 1, "maxColspan": 2 } } ] } } ], - outcomes: [], - metadata: {}, - variables: [] + "outcomes": [], + "metadata": {}, + "variables": [] } } }; export const numberWidgetVisibilityForm = { - formRepresentation: { - id: 'form-22c19b74-c954-43d7-9fbb-6a6d03a4bce0', - name: 'numbervisb', - description: '', - version: 0, - standAlone: true, - formDefinition: { - tabs: [], - fields: [ + "formRepresentation": { + "id": 'form-22c19b74-c954-43d7-9fbb-6a6d03a4bce0', + "name": 'numbervisb', + "description": '', + "version": 0, + "standAlone": true, + "formDefinition": { + "tabs": [], + "fields": [ { - id: '78728404-ebab-4507-8986-c7f64e4b4d2a', - name: 'Label', - type: 'container', - tab: null, - numberOfColumns: 2, - fields: { - 1: [ + "id": '78728404-ebab-4507-8986-c7f64e4b4d2a', + "name": 'Label', + "type": 'container', + "tab": null, + "numberOfColumns": 2, + "fields": { + "1": [ { - id: 'Text0hs0gt', - name: 'TextOne', - type: 'text', - required: false, - colspan: 1, - placeholder: null, - minLength: 0, - maxLength: 0, - regexPattern: null, - visibilityCondition: null, - params: { - existingColspan: 1, - maxColspan: 2 + "id": 'Text0hs0gt', + "name": 'TextOne', + "type": 'text', + "required": false, + "colspan": 1, + "placeholder": null, + "minLength": 0, + "maxLength": 0, + "regexPattern": null, + "visibilityCondition": null, + "params": { + "existingColspan": 1, + "maxColspan": 2 } }, { - id: 'Number0wxaur', - name: 'Number', - type: 'integer', - colspan: 2, - placeholder: null, - minValue: null, - maxValue: null, - required: false, - visibilityCondition: { - leftType: 'field', - leftValue: 'Text0hs0gt', - operator: '==', - rightValue: 'aaa', - rightType: 'value', - nextConditionOperator: 'and', - nextCondition: { - leftType: 'field', - leftValue: 'Text0cuqet', - operator: '!=', - rightValue: 'aaa', - rightType: 'value', - nextConditionOperator: '', - nextCondition: null + "id": 'Number0wxaur', + "name": 'Number', + "type": 'integer', + "colspan": 2, + "placeholder": null, + "minValue": null, + "maxValue": null, + "required": false, + "visibilityCondition": { + "leftType": 'field', + "leftValue": 'Text0hs0gt', + "operator": '==', + "rightValue": 'aaa', + "rightType": 'value', + "nextConditionOperator": 'and', + "nextCondition": { + "leftType": 'field', + "leftValue": 'Text0cuqet', + "operator": '!=', + "rightValue": 'aaa', + "rightType": 'value', + "nextConditionOperator": '', + "nextCondition": null } }, - params: { - existingColspan: 1, - maxColspan: 2 + "params": { + "existingColspan": 1, + "maxColspan": 2 } } ], - 2: [ + "2": [ { - id: 'Text0cuqet', - name: 'TextTwo', - type: 'text', - required: false, - colspan: 1, - placeholder: null, - minLength: 0, - maxLength: 0, - regexPattern: null, - visibilityCondition: null, - params: { - existingColspan: 1, - maxColspan: 2 + "id": 'Text0cuqet', + "name": 'TextTwo', + "type": 'text', + "required": false, + "colspan": 1, + "placeholder": null, + "minLength": 0, + "maxLength": 0, + "regexPattern": null, + "visibilityCondition": null, + "params": { + "existingColspan": 1, + "maxColspan": 2 } } ] } } ], - outcomes: [], - metadata: {}, - variables: [] + "outcomes": [], + "metadata": {}, + "variables": [] } } }; export const radioWidgetVisibilityForm = { - formRepresentation: { - id: 'form-e0d77062-9b04-40d6-beed-6b63045f63b4', - name: 'RadioVisibility', - description: '', - version: 0, - formDefinition: { - tabs: [], - fields: [ + "formRepresentation": { + "id": 'form-e0d77062-9b04-40d6-beed-6b63045f63b4', + "name": 'RadioVisibility', + "description": '', + "version": 0, + "formDefinition": { + "tabs": [], + "fields": [ { - id: 'dd7c7415-2f00-4a91-a2b9-c4afcd8a4a8a', - name: 'Label', - type: 'container', - tab: null, - numberOfColumns: 2, - fields: { - 1: [ + "id": 'dd7c7415-2f00-4a91-a2b9-c4afcd8a4a8a', + "name": 'Label', + "type": 'container', + "tab": null, + "numberOfColumns": 2, + "fields": { + "1": [ { - id: 'Text0cee7g', - name: 'Text', - type: 'text', - required: false, - colspan: 1, - placeholder: null, - minLength: 0, - maxLength: 0, - regexPattern: null, - visibilityCondition: null, - params: { existingColspan: 1, maxColspan: 2 } + "id": 'Text0cee7g', + "name": 'Text', + "type": 'text', + "required": false, + "colspan": 1, + "placeholder": null, + "minLength": 0, + "maxLength": 0, + "regexPattern": null, + "visibilityCondition": null, + "params": { "existingColspan": 1, "maxColspan": 2 } } ], - 2: [ + "2": [ { - id: 'Radiobuttons03rkbo', - name: 'Radio buttons', - type: 'radio-buttons', - required: false, - colspan: 1, - optionType: 'manual', - options: [ - { id: 'option_1', name: 'Option 1' }, - { id: 'option_2', name: 'Option 2' } + "id": 'Radiobuttons03rkbo', + "name": 'Radio buttons', + "type": 'radio-buttons', + "required": false, + "colspan": 1, + "optionType": 'manual', + "options": [ + { "id": 'option_1', "name": 'Option 1' }, + { "id": 'option_2', "name": 'Option 2' } ], - restUrl: null, - restResponsePath: null, - restIdProperty: null, - restLabelProperty: null, - visibilityCondition: { - leftFormFieldId: 'Text0cee7g', - leftRestResponseId: '', - operator: '==', - rightValue: 'Radio', - rightType: null, - rightFormFieldId: '', - rightRestResponseId: '', - nextConditionOperator: '', - nextCondition: null + "restUrl": null, + "restResponsePath": null, + "restIdProperty": null, + "restLabelProperty": null, + "visibilityCondition": { + "leftFormFieldId": 'Text0cee7g', + "leftRestResponseId": '', + "operator": '==', + "rightValue": 'Radio', + "rightType": null, + "rightFormFieldId": '', + "rightRestResponseId": '', + "nextConditionOperator": '', + "nextCondition": null }, - params: { existingColspan: 1, maxColspan: 2 } + "params": { "existingColspan": 1, "maxColspan": 2 } } ] } } ], - outcomes: [], - metadata: {}, - variables: [] + "outcomes": [], + "metadata": {}, + "variables": [] } } }; export const customWidgetForm = { - formRepresentation: { - id: 'form-bf7fe50b-c193-41c0-b835-637bf6593e41', - name: 'formformformformbananaform', - description: 'Read it while you sing banana phone please', - version: 0, - standAlone: true, - formDefinition: { - tabs: [], - fields: [ + "formRepresentation": { + "id": 'form-bf7fe50b-c193-41c0-b835-637bf6593e41', + "name": 'formformformformbananaform', + "description": 'Read it while you sing banana phone please', + "version": 0, + "standAlone": true, + "formDefinition": { + "tabs": [], + "fields": [ { - id: '07672e71-2f3d-4e3a-a0c6-ccaf76a8d3a1', - name: 'Label', - type: 'container', - tab: null, - numberOfColumns: 2, - fields: { - 1: [ + "id": '07672e71-2f3d-4e3a-a0c6-ccaf76a8d3a1', + "name": 'Label', + "type": 'container', + "tab": null, + "numberOfColumns": 2, + "fields": { + "1": [ { - id: 'Text0vdi18', - name: 'herejustoshowstandardones', - type: 'text', - readOnly: false, - required: false, - colspan: 1, - placeholder: null, - minLength: 0, - maxLength: 0, - regexPattern: null, - visibilityCondition: null, - params: { - existingColspan: 1, - maxColspan: 2 + "id": 'Text0vdi18', + "name": 'herejustoshowstandardones', + "type": 'text', + "readOnly": false, + "required": false, + "colspan": 1, + "placeholder": null, + "minLength": 0, + "maxLength": 0, + "regexPattern": null, + "visibilityCondition": null, + "params": { + "existingColspan": 1, + "maxColspan": 2 } } ], - 2: [ + "2": [ { - id: 'bananaforevah0k8gui', - name: 'bananaforevah', - type: 'bananaforevah', - required: true, - readOnly: false, - isCustomType: true, - valueType: 'json', - widgetId: '72f32b8b-505c-4f55-a08c-e2d0edd5bc9d', - colspan: 1, - visibilityCondition: null, - params: { - existingColspan: 1, - maxColspan: 2 + "id": 'bananaforevah0k8gui', + "name": 'bananaforevah', + "type": 'bananaforevah', + "required": true, + "readOnly": false, + "isCustomType": true, + "valueType": 'json', + "widgetId": '72f32b8b-505c-4f55-a08c-e2d0edd5bc9d', + "colspan": 1, + "visibilityCondition": null, + "params": { + "existingColspan": 1, + "maxColspan": 2 } } ] } } ], - outcomes: [], - metadata: {}, - variables: [] + "outcomes": [], + "metadata": {}, + "variables": [] } } }; export const customWidgetFormWithVisibility = { - formRepresentation: { - id: 'form-bf7fe50b-c193-41c0-b835-637bf6593e41', - name: 'formformformformbananaform', - description: 'Read it while you sing banana phone please', - version: 0, - standAlone: true, - formDefinition: { - tabs: [], - fields: [ + "formRepresentation": { + "id": 'form-bf7fe50b-c193-41c0-b835-637bf6593e41', + "name": 'formformformformbananaform', + "description": 'Read it while you sing banana phone please', + "version": 0, + "standAlone": true, + "formDefinition": { + "tabs": [], + "fields": [ { - id: '07672e71-2f3d-4e3a-a0c6-ccaf76a8d3a1', - name: 'Label', - type: 'container', - tab: null, - numberOfColumns: 2, - fields: { - 1: [ + "id": '07672e71-2f3d-4e3a-a0c6-ccaf76a8d3a1', + "name": 'Label', + "type": 'container', + "tab": null, + "numberOfColumns": 2, + "fields": { + "1": [ { - id: 'Text0vdi18', - name: 'herejustoshowstandardones', - type: 'text', - readOnly: false, - required: false, - colspan: 1, - placeholder: null, - minLength: 0, - maxLength: 0, - regexPattern: null, - visibilityCondition: null, - params: { - existingColspan: 1, - maxColspan: 2 + "id": 'Text0vdi18', + "name": 'herejustoshowstandardones', + "type": 'text', + "readOnly": false, + "required": false, + "colspan": 1, + "placeholder": null, + "minLength": 0, + "maxLength": 0, + "regexPattern": null, + "visibilityCondition": null, + "params": { + "existingColspan": 1, + "maxColspan": 2 } } ], - 2: [ + "2": [ { - id: 'bananaforevah0k8gui', - name: 'bananaforevah', - type: 'bananaforevah', - required: true, - readOnly: false, - isCustomType: true, - valueType: 'json', - widgetId: '72f32b8b-505c-4f55-a08c-e2d0edd5bc9d', - colspan: 1, - visibilityCondition: { - leftType: 'field', - leftValue: 'Text0vdi18', - operator: '==', - rightValue: 'no', - rightType: 'value', - nextConditionOperator: '', - nextCondition: null + "id": 'bananaforevah0k8gui', + "name": 'bananaforevah', + "type": 'bananaforevah', + "required": true, + "readOnly": false, + "isCustomType": true, + "valueType": 'json', + "widgetId": '72f32b8b-505c-4f55-a08c-e2d0edd5bc9d', + "colspan": 1, + "visibilityCondition": { + "leftType": 'field', + "leftValue": 'Text0vdi18', + "operator": '==', + "rightValue": 'no', + "rightType": 'value', + "nextConditionOperator": '', + "nextCondition": null }, - params: { - existingColspan: 1, - maxColspan: 2 + "params": { + "existingColspan": 1, + "maxColspan": 2 } } ] } } ], - outcomes: [], - metadata: {}, - variables: [] + "outcomes": [], + "metadata": {}, + "variables": [] } } }; export const formDateVisibility = { - formRepresentation: { - id: 'form-f0d926e0-0cb9-46fc-a10e-705547fb0318', - name: 'form', - description: '', - version: 0, - standAlone: true, - formDefinition: { - tabs: [], - fields: [ + "formRepresentation": { + "id": 'form-f0d926e0-0cb9-46fc-a10e-705547fb0318', + "name": 'form', + "description": '', + "version": 0, + "standAlone": true, + "formDefinition": { + "tabs": [], + "fields": [ { - id: 'be820e5c-ee59-40df-bca2-03a5a1e1e29c', - name: 'Label', - type: 'container', - tab: null, - numberOfColumns: 2, - fields: { - 1: [ + "id": 'be820e5c-ee59-40df-bca2-03a5a1e1e29c', + "name": 'Label', + "type": 'container', + "tab": null, + "numberOfColumns": 2, + "fields": { + "1": [ { - id: 'Date0hwq20', - name: 'Date', - type: 'date', - readOnly: false, - required: false, - colspan: 1, - rowspan: 1, - placeholder: null, - minValue: null, - maxValue: null, - visibilityCondition: null, - params: { - existingColspan: 1, - maxColspan: 2 + "id": 'Date0hwq20', + "name": 'Date', + "type": 'date', + "readOnly": false, + "required": false, + "colspan": 1, + "rowspan": 1, + "placeholder": null, + "minValue": null, + "maxValue": null, + "visibilityCondition": null, + "params": { + "existingColspan": 1, + "maxColspan": 2 }, - dateDisplayFormat: 'YYYY-MM-DD' + "dateDisplayFormat": 'YYYY-MM-DD' } ], - 2: [ + "2": [ { - id: 'Text0pqd1u', - name: 'Text', - type: 'text', - readOnly: false, - required: false, - colspan: 1, - rowspan: 1, - placeholder: null, - minLength: 0, - maxLength: 0, - regexPattern: null, - visibilityCondition: { - leftType: 'field', - leftValue: 'Date0hwq20', - operator: '==', - rightValue: '2019-11-19', - rightType: 'value', - nextConditionOperator: '', - nextCondition: null + "id": 'Text0pqd1u', + "name": 'Text', + "type": 'text', + "readOnly": false, + "required": false, + "colspan": 1, + "rowspan": 1, + "placeholder": null, + "minLength": 0, + "maxLength": 0, + "regexPattern": null, + "visibilityCondition": { + "leftType": 'field', + "leftValue": 'Date0hwq20', + "operator": '==', + "rightValue": '2019-11-19', + "rightType": 'value', + "nextConditionOperator": '', + "nextCondition": null }, - params: { - existingColspan: 1, - maxColspan: 2 + "params": { + "existingColspan": 1, + "maxColspan": 2 } } ] } }, { - id: 'ff5ebab0-99a0-42ca-b2e7-416af9fe713a', - name: 'Label', - type: 'container', - tab: null, - numberOfColumns: 2, - fields: { - 1: [ + "id": 'ff5ebab0-99a0-42ca-b2e7-416af9fe713a', + "name": 'Label', + "type": 'container', + "tab": null, + "numberOfColumns": 2, + "fields": { + "1": [ { - id: 'Text0uyqd3', - name: 'Text', - type: 'text', - readOnly: false, - required: false, - colspan: 1, - rowspan: 1, - placeholder: null, - minLength: 0, - maxLength: 0, - regexPattern: null, - visibilityCondition: { - leftType: 'field', - leftValue: 'Date0hwq20', - operator: '!=', - rightValue: '2019-11-19', - rightType: 'value', - nextConditionOperator: '', - nextCondition: null + "id": 'Text0uyqd3', + "name": 'Text', + "type": 'text', + "readOnly": false, + "required": false, + "colspan": 1, + "rowspan": 1, + "placeholder": null, + "minLength": 0, + "maxLength": 0, + "regexPattern": null, + "visibilityCondition": { + "leftType": 'field', + "leftValue": 'Date0hwq20', + "operator": '!=', + "rightValue": '2019-11-19', + "rightType": 'value', + "nextConditionOperator": '', + "nextCondition": null }, - params: { - existingColspan: 1, - maxColspan: 2 + "params": { + "existingColspan": 1, + "maxColspan": 2 } } ], - 2: [] + "2": [] } } ], - outcomes: [], - metadata: {}, - variables: [] + "outcomes": [], + "metadata": {}, + "variables": [] } } }; export const amountWidgetFormVisibilityMock = { - formRepresentation: { - id: 'form-48577532-6d9d-485e-9fe6-b8b9b005f53b', - name: 'amountVisibility', - description: '', - version: 0, - formDefinition: { - tabs: [], - fields: [ + "formRepresentation": { + "id": 'form-48577532-6d9d-485e-9fe6-b8b9b005f53b', + "name": 'amountVisibility', + "description": '', + "version": 0, + "formDefinition": { + "tabs": [], + "fields": [ { - id: 'ce32844c-20b2-4361-88b5-a56f28219aef', - name: 'Label', - type: 'container', - tab: null, - numberOfColumns: 2, - fields: { - 1: [], - 2: [ + "id": 'ce32844c-20b2-4361-88b5-a56f28219aef', + "name": 'Label', + "type": 'container', + "tab": null, + "numberOfColumns": 2, + "fields": { + "1": [], + "2": [ { - id: 'Text0id3ic', - name: 'Text', - type: 'text', - required: false, - colspan: 1, - placeholder: null, - minLength: 0, - maxLength: 0, - regexPattern: null, - visibilityCondition: null, - params: { - existingColspan: 1, - maxColspan: 2 + "id": 'Text0id3ic', + "name": 'Text', + "type": 'text', + "required": false, + "colspan": 1, + "placeholder": null, + "minLength": 0, + "maxLength": 0, + "regexPattern": null, + "visibilityCondition": null, + "params": { + "existingColspan": 1, + "maxColspan": 2 } } ] } }, { - id: 'd8b8c021-1920-4f81-af28-fd5d0c31395b', - name: 'Label', - type: 'container', - tab: null, - numberOfColumns: 2, - fields: { - 1: [ + "id": 'd8b8c021-1920-4f81-af28-fd5d0c31395b', + "name": 'Label', + "type": 'container', + "tab": null, + "numberOfColumns": 2, + "fields": { + "1": [ { - id: 'Amount0kceqc', - name: 'Amount', - type: 'amount', - required: false, - colspan: 1, - placeholder: '123', - minValue: null, - maxValue: null, - visibilityCondition: { - leftFormFieldId: 'Text0id3ic', - leftRestResponseId: '', - operator: '==', - rightValue: 'text1', - rightType: null, - rightFormFieldId: '', - rightRestResponseId: '', - nextConditionOperator: 'and', - nextCondition: { - leftFormFieldId: 'Number0yggl7', - leftRestResponseId: '', - operator: '!empty', - rightValue: '', - rightType: null, - rightFormFieldId: '', - rightRestResponseId: '', - nextConditionOperator: '' + "id": 'Amount0kceqc', + "name": 'Amount', + "type": 'amount', + "required": false, + "colspan": 1, + "placeholder": '123', + "minValue": null, + "maxValue": null, + "visibilityCondition": { + "leftFormFieldId": 'Text0id3ic', + "leftRestResponseId": '', + "operator": '==', + "rightValue": 'text1', + "rightType": null, + "rightFormFieldId": '', + "rightRestResponseId": '', + "nextConditionOperator": 'and', + "nextCondition": { + "leftFormFieldId": 'Number0yggl7', + "leftRestResponseId": '', + "operator": '!empty', + "rightValue": '', + "rightType": null, + "rightFormFieldId": '', + "rightRestResponseId": '', + "nextConditionOperator": '' } }, - params: { - existingColspan: 1, - maxColspan: 2 + "params": { + "existingColspan": 1, + "maxColspan": 2 }, - enableFractions: false, - currency: '$' + "enableFractions": false, + "currency": '$' } ], - 2: [ + "2": [ { - id: 'Number0yggl7', - name: 'Number', - type: 'integer', - colspan: 1, - placeholder: null, - minValue: null, - maxValue: null, - required: false, - visibilityCondition: null, - params: { - existingColspan: 1, - maxColspan: 2 + "id": 'Number0yggl7', + "name": 'Number', + "type": 'integer', + "colspan": 1, + "placeholder": null, + "minValue": null, + "maxValue": null, + "required": false, + "visibilityCondition": null, + "params": { + "existingColspan": 1, + "maxColspan": 2 } } ] } } ], - outcomes: [], - metadata: {}, - variables: [] + "outcomes": [], + "metadata": {}, + "variables": [] } } }; export const checkboxWidgetFormVisibilityMock = { - formRepresentation: { - id: 'form-a6af80b9-d200-4a00-b17a-b1309691493d', - name: 'regresion', - description: '', - version: 0, - standAlone: true, - formDefinition: { - tabs: [], - fields: [ + "formRepresentation": { + "id": 'form-a6af80b9-d200-4a00-b17a-b1309691493d', + "name": 'regresion', + "description": '', + "version": 0, + "standAlone": true, + "formDefinition": { + "tabs": [], + "fields": [ { - id: '09913af9-f91a-4ba5-ae4c-8e6ff3e21b6f', - name: 'Label', - type: 'container', - tab: null, - numberOfColumns: 2, - fields: { - 1: [ + "id": '09913af9-f91a-4ba5-ae4c-8e6ff3e21b6f', + "name": 'Label', + "type": 'container', + "tab": null, + "numberOfColumns": 2, + "fields": { + "1": [ { - id: 'Checkbox0pr51m', - name: 'Checkbox1', - type: 'boolean', - readOnly: false, - required: true, - colspan: 1, - visibilityCondition: null, - params: { - existingColspan: 1, - maxColspan: 2 + "id": 'Checkbox0pr51m', + "name": 'Checkbox1', + "type": 'boolean', + "readOnly": false, + "required": true, + "colspan": 1, + "visibilityCondition": null, + "params": { + "existingColspan": 1, + "maxColspan": 2 } } ], - 2: [ + "2": [ { - id: 'Checkbox0fp0zf', - name: 'Checkbox2', - type: 'boolean', - readOnly: false, - required: false, - colspan: 1, - visibilityCondition: null, - params: { - existingColspan: 1, - maxColspan: 2 + "id": 'Checkbox0fp0zf', + "name": 'Checkbox2', + "type": 'boolean', + "readOnly": false, + "required": false, + "colspan": 1, + "visibilityCondition": null, + "params": { + "existingColspan": 1, + "maxColspan": 2 } } ] } }, { - id: '45086850-c83d-4bfc-bd94-eccd9634c4ce', - name: 'Label', - type: 'container', - tab: null, - numberOfColumns: 2, - fields: { - 1: [ + "id": '45086850-c83d-4bfc-bd94-eccd9634c4ce', + "name": 'Label', + "type": 'container', + "tab": null, + "numberOfColumns": 2, + "fields": { + "1": [ { - id: 'Checkbox0lb7ze', - name: 'Checkbox', - type: 'boolean', - readOnly: false, - required: false, - colspan: 1, - visibilityCondition: { - leftType: 'field', - leftValue: 'Checkbox0pr51m', - operator: '==', - rightValue: 'Checkbox0fp0zf', - rightType: 'field', - nextConditionOperator: '', - nextCondition: null + "id": 'Checkbox0lb7ze', + "name": 'Checkbox', + "type": 'boolean', + "readOnly": false, + "required": false, + "colspan": 1, + "visibilityCondition": { + "leftType": 'field', + "leftValue": 'Checkbox0pr51m', + "operator": '==', + "rightValue": 'Checkbox0fp0zf', + "rightType": 'field', + "nextConditionOperator": '', + "nextCondition": null }, - params: { - existingColspan: 1, - maxColspan: 2 + "params": { + "existingColspan": 1, + "maxColspan": 2 } } ], - 2: [] + "2": [] } } ], - outcomes: [], - metadata: {}, - variables: [] + "outcomes": [], + "metadata": {}, + "variables": [] } } }; export const dateWidgetFormVisibilityMock = { - formRepresentation: { - id: 'form-7376baca-c855-473f-9d1f-508ceac9e8e5', - name: 'DateVisibility', - description: '', - version: 0, - formDefinition: { - tabs: [], - fields: [ + "formRepresentation": { + "id": 'form-7376baca-c855-473f-9d1f-508ceac9e8e5', + "name": 'DateVisibility', + "description": '', + "version": 0, + "formDefinition": { + "tabs": [], + "fields": [ { - id: 'f8b5b91f-77b9-48dc-8316-f084db369012', - name: 'Label', - type: 'container', - tab: null, - numberOfColumns: 2, - fields: { - 1: [ + "id": 'f8b5b91f-77b9-48dc-8316-f084db369012', + "name": 'Label', + "type": 'container', + "tab": null, + "numberOfColumns": 2, + "fields": { + "1": [ { - id: 'Text5asd0a', - name: 'Text', - type: 'text', - required: false, - colspan: 1, - placeholder: null, - minLength: 0, - maxLength: 0, - regexPattern: null, - visibilityCondition: null, - params: { - existingColspan: 1, - maxColspan: 2 + "id": 'Text5asd0a', + "name": 'Text', + "type": 'text', + "required": false, + "colspan": 1, + "placeholder": null, + "minLength": 0, + "maxLength": 0, + "regexPattern": null, + "visibilityCondition": null, + "params": { + "existingColspan": 1, + "maxColspan": 2 } } ], - 2: [ + "2": [ { - id: 'Date8wbe3d', - name: 'Date', - type: 'date', - required: false, - colspan: 1, - placeholder: null, - minValue: null, - maxValue: null, - visibilityCondition: { - leftFormFieldId: 'Text5asd0a', - leftRestResponseId: '', - operator: '==', - rightValue: 'Date', - rightType: null, - rightFormFieldId: '', - rightRestResponseId: '', - nextConditionOperator: '', - nextCondition: null + "id": 'Date8wbe3d', + "name": 'Date', + "type": 'date', + "required": false, + "colspan": 1, + "placeholder": null, + "minValue": null, + "maxValue": null, + "visibilityCondition": { + "leftFormFieldId": 'Text5asd0a', + "leftRestResponseId": '', + "operator": '==', + "rightValue": 'Date', + "rightType": null, + "rightFormFieldId": '', + "rightRestResponseId": '', + "nextConditionOperator": '', + "nextCondition": null }, - params: { - existingColspan: 1, - maxColspan: 2 + "params": { + "existingColspan": 1, + "maxColspan": 2 }, - dateDisplayFormat: 'D-M-YYYY' + "dateDisplayFormat": 'D-M-YYYY' } ] } } ], - outcomes: [], - metadata: {}, - variables: [] + "outcomes": [], + "metadata": {}, + "variables": [] } } }; export const multilineWidgetFormVisibilityMock = { - formRepresentation: { - id: 'form-af31c6e7-8cd1-4737-8555-43ed7ecf82bb', - name: 'Mulktilinetextwidget', - description: 'Multi Line Text Widget Description', - version: 0, - formDefinition: { - tabs: [], - fields: [ + "formRepresentation": { + "id": 'form-af31c6e7-8cd1-4737-8555-43ed7ecf82bb', + "name": 'Mulktilinetextwidget', + "description": 'Multi Line Text Widget Description', + "version": 0, + "formDefinition": { + "tabs": [], + "fields": [ { - id: 'a99d8eca-bff1-432c-bbd5-cccb60b54a82', - name: 'Label', - type: 'container', - tab: null, - numberOfColumns: 2, - fields: { - 1: [ + "id": 'a99d8eca-bff1-432c-bbd5-cccb60b54a82', + "name": 'Label', + "type": 'container', + "tab": null, + "numberOfColumns": 2, + "fields": { + "1": [ { - id: 'MultilineTextId', - name: 'Multi Line Label', - type: 'multi-line-text', - colspan: 2, - placeholder: 'Some Placeholder Text', - minLength: 2, - maxLength: 10, - regexPattern: '[a-z]+[0-9]', - required: true, - visibilityCondition: { - leftFormFieldId: 'Text', - leftRestResponseId: '', - operator: '==', - rightValue: 'text', - rightType: null, - rightFormFieldId: '', - rightRestResponseId: '', - nextConditionOperator: 'or', - nextCondition: { - leftFormFieldId: 'Text', - leftRestResponseId: '', - operator: '==', - rightValue: 'text1', - rightType: null, - rightFormFieldId: '', - rightRestResponseId: '', - nextConditionOperator: 'or', - nextCondition: { - leftFormFieldId: 'Text', - leftRestResponseId: '', - operator: 'empty', - rightValue: '', - rightType: null, - rightFormFieldId: '', - rightRestResponseId: '', - nextConditionOperator: '', - nextCondition: null + "id": 'MultilineTextId', + "name": 'Multi Line Label', + "type": 'multi-line-text', + "colspan": 2, + "placeholder": 'Some Placeholder Text', + "minLength": 2, + "maxLength": 10, + "regexPattern": '[a-z]+[0-9]', + "required": true, + "visibilityCondition": { + "leftFormFieldId": 'Text', + "leftRestResponseId": '', + "operator": '==', + "rightValue": 'text', + "rightType": null, + "rightFormFieldId": '', + "rightRestResponseId": '', + "nextConditionOperator": 'or', + "nextCondition": { + "leftFormFieldId": 'Text', + "leftRestResponseId": '', + "operator": '==', + "rightValue": 'text1', + "rightType": null, + "rightFormFieldId": '', + "rightRestResponseId": '', + "nextConditionOperator": 'or', + "nextCondition": { + "leftFormFieldId": 'Text', + "leftRestResponseId": '', + "operator": 'empty', + "rightValue": '', + "rightType": null, + "rightFormFieldId": '', + "rightRestResponseId": '', + "nextConditionOperator": '', + "nextCondition": null } } }, - params: { - existingColspan: 1, - maxColspan: 2 + "params": { + "existingColspan": 1, + "maxColspan": 2 } }, { - id: 'Text', - name: 'Text', - type: 'text', - required: false, - colspan: 1, - placeholder: null, - minLength: 0, - maxLength: 0, - regexPattern: null, - visibilityCondition: null, - params: { - existingColspan: 1, - maxColspan: 2 + "id": 'Text', + "name": 'Text', + "type": 'text', + "required": false, + "colspan": 1, + "placeholder": null, + "minLength": 0, + "maxLength": 0, + "regexPattern": null, + "visibilityCondition": null, + "params": { + "existingColspan": 1, + "maxColspan": 2 } } ], - 2: [] + "2": [] } } ], - outcomes: [], - metadata: {}, - variables: [ + "outcomes": [], + "metadata": {}, + "variables": [ { - id: '946ed79c-c7cf-4373-b741-4e9d8d8b7f36', - name: 'name', - type: 'string', - value: 'stringValue' + "id": '946ed79c-c7cf-4373-b741-4e9d8d8b7f36', + "name": 'name', + "type": 'string', + "value": 'stringValue' } ] } @@ -1948,94 +1948,94 @@ export const multilineWidgetFormVisibilityMock = { }; export const displayTextWidgetFormVisibilityMock = { - formRepresentation: { - id: 'form-620756a5-64ce-4c3a-8aa2-81dabc9a88b6', - name: 'displayTextForm', - description: '', - version: 0, - standAlone: true, - formDefinition: { - tabs: [], - fields: [ + "formRepresentation": { + "id": 'form-620756a5-64ce-4c3a-8aa2-81dabc9a88b6', + "name": 'displayTextForm', + "description": '', + "version": 0, + "standAlone": true, + "formDefinition": { + "tabs": [], + "fields": [ { - id: '45269202-5f2a-438e-b14c-fe13eb4b2aa1', - name: 'Label', - type: 'container', - tab: null, - numberOfColumns: 2, - fields: { - 1: [ + "id": '45269202-5f2a-438e-b14c-fe13eb4b2aa1', + "name": 'Label', + "type": 'container', + "tab": null, + "numberOfColumns": 2, + "fields": { + "1": [ { - id: 'Text0tzu53', - name: 'Text', - type: 'text', - required: false, - colspan: 1, - placeholder: null, - minLength: 0, - maxLength: 0, - regexPattern: null, - visibilityCondition: null, - params: { - existingColspan: 1, - maxColspan: 2 + "id": 'Text0tzu53', + "name": 'Text', + "type": 'text', + "required": false, + "colspan": 1, + "placeholder": null, + "minLength": 0, + "maxLength": 0, + "regexPattern": null, + "visibilityCondition": null, + "params": { + "existingColspan": 1, + "maxColspan": 2 } } ], - 2: [ + "2": [ { - id: 'Displaytext0q4w02', - name: 'Display text', - type: 'readonly-text', - value: 'Display text as part of the form', - colspan: 1, - visibilityCondition: { - leftType: 'field', - leftValue: 'Text0tzu53', - operator: '==', - rightValue: 'aaa-value', - rightType: 'value', - nextConditionOperator: '', - nextCondition: null + "id": 'Displaytext0q4w02', + "name": 'Display text', + "type": 'readonly-text', + "value": 'Display text as part of the form', + "colspan": 1, + "visibilityCondition": { + "leftType": 'field', + "leftValue": 'Text0tzu53', + "operator": '==', + "rightValue": 'aaa-value', + "rightType": 'value', + "nextConditionOperator": '', + "nextCondition": null }, - params: { - existingColspan: 1, - maxColspan: 2 + "params": { + "existingColspan": 1, + "maxColspan": 2 } } ], - 3: [ + "3": [ { - id: 'Displaytext8bac2e', - name: 'Display text', - type: 'readonly-text', - value: 'Display text as part of the form', - colspan: 1, - visibilityCondition: { - leftType: 'field', - leftValue: 'Text0tzu53', - operator: '==', - rightValue: 'variable', - rightType: 'variable', - nextConditionOperator: '' + "id": 'Displaytext8bac2e', + "name": 'Display text', + "type": 'readonly-text', + "value": 'Display text as part of the form', + "colspan": 1, + "visibilityCondition": { + "leftType": 'field', + "leftValue": 'Text0tzu53', + "operator": '==', + "rightValue": 'variable', + "rightType": 'variable', + "nextConditionOperator": '' }, - params: { - existingColspan: 1, - maxColspan: 2 + "params": { + "existingColspan": 1, + "maxColspan": 2 } } ] } } ], - outcomes: [], - metadata: {}, - variables: [ + "outcomes": [], + "metadata": {}, + "variables": [ { - id: '8a8537a6-cfca-45d3-bd42-80ffc48a26f8', - name: 'variable', - type: 'string', - value: 'aaa-variable' + "id": '8a8537a6-cfca-45d3-bd42-80ffc48a26f8', + "name": 'variable', + "type": 'string', + "value": 'aaa-variable' } ] } diff --git a/lib/core/src/lib/form/components/mock/form.mock.ts b/lib/core/src/lib/form/components/mock/form.mock.ts index 3b36788a28..cb3c3db811 100644 --- a/lib/core/src/lib/form/components/mock/form.mock.ts +++ b/lib/core/src/lib/form/components/mock/form.mock.ts @@ -16,582 +16,582 @@ */ export const cloudFormMock = { - id: 'form-b661635a-dc3e-4557-914a-3498ed47189c', - name: 'form-with-all-fields', - description: '', - version: 0, - tabs: [], - fields: [ + "id": 'form-b661635a-dc3e-4557-914a-3498ed47189c', + "name": 'form-with-all-fields', + "description": '', + "version": 0, + "tabs": [], + "fields": [ { - fieldType: 'ContainerRepresentation', - id: '26b10e64-0403-4686-a75b-0d45279ce3a8', - name: 'Label', - type: 'container', - tab: null, - numberOfColumns: 2, - fields: { - 1: [ + "fieldType": 'ContainerRepresentation', + "id": '26b10e64-0403-4686-a75b-0d45279ce3a8', + "name": 'Label', + "type": 'container', + "tab": null, + "numberOfColumns": 2, + "fields": { + "1": [ { - fieldType: 'FormFieldRepresentation', - id: 'text1', - name: 'Text1', - type: 'text', - value: null, - required: false, - readOnly: true, - overrideId: false, - colspan: 1, - placeholder: null, - minLength: 0, - maxLength: 0, - minValue: null, - maxValue: null, - regexPattern: null, - visibilityCondition: null, - params: { - existingColspan: 1, - maxColspan: 2 + "fieldType": 'FormFieldRepresentation', + "id": 'text1', + "name": 'Text1', + "type": 'text', + "value": null, + "required": false, + "readOnly": true, + "overrideId": false, + "colspan": 1, + "placeholder": null, + "minLength": 0, + "maxLength": 0, + "minValue": null, + "maxValue": null, + "regexPattern": null, + "visibilityCondition": null, + "params": { + "existingColspan": 1, + "maxColspan": 2 } } ], - 2: [ + "2": [ { - fieldType: 'FormFieldRepresentation', - id: 'text2', - name: 'Text2', - type: 'text', - value: null, - required: false, - readOnly: true, - overrideId: false, - colspan: 1, - placeholder: null, - minLength: 0, - maxLength: 0, - minValue: null, - maxValue: null, - regexPattern: null, - visibilityCondition: null, - params: { - existingColspan: 1, - maxColspan: 2 + "fieldType": 'FormFieldRepresentation', + "id": 'text2', + "name": 'Text2', + "type": 'text', + "value": null, + "required": false, + "readOnly": true, + "overrideId": false, + "colspan": 1, + "placeholder": null, + "minLength": 0, + "maxLength": 0, + "minValue": null, + "maxValue": null, + "regexPattern": null, + "visibilityCondition": null, + "params": { + "existingColspan": 1, + "maxColspan": 2 } } ] } }, { - fieldType: 'ContainerRepresentation', - id: '69c1390a-8d8d-423c-8efb-8e43401efa42', - name: 'Label', - type: 'container', - tab: null, - numberOfColumns: 2, - fields: { - 1: [ + "fieldType": 'ContainerRepresentation', + "id": '69c1390a-8d8d-423c-8efb-8e43401efa42', + "name": 'Label', + "type": 'container', + "tab": null, + "numberOfColumns": 2, + "fields": { + "1": [ { - fieldType: 'FormFieldRepresentation', - id: 'multilinetext1', - name: 'Multiline text1', - type: 'multi-line-text', - overrideId: false, - colspan: 1, - placeholder: null, - minLength: 0, - maxLength: 0, - regexPattern: null, - required: false, - readOnly: true, - visibilityCondition: null, - params: { - existingColspan: 1, - maxColspan: 2 + "fieldType": 'FormFieldRepresentation', + "id": 'multilinetext1', + "name": 'Multiline text1', + "type": 'multi-line-text', + "overrideId": false, + "colspan": 1, + "placeholder": null, + "minLength": 0, + "maxLength": 0, + "regexPattern": null, + "required": false, + "readOnly": true, + "visibilityCondition": null, + "params": { + "existingColspan": 1, + "maxColspan": 2 } } ], - 2: [ + "2": [ { - fieldType: 'FormFieldRepresentation', - id: 'multilinetext2', - name: 'Multiline text2', - type: 'multi-line-text', - overrideId: false, - colspan: 1, - placeholder: null, - minLength: 0, - maxLength: 0, - regexPattern: null, - required: false, - readOnly: true, - visibilityCondition: null, - params: { - existingColspan: 1, - maxColspan: 2 + "fieldType": 'FormFieldRepresentation', + "id": 'multilinetext2', + "name": 'Multiline text2', + "type": 'multi-line-text', + "overrideId": false, + "colspan": 1, + "placeholder": null, + "minLength": 0, + "maxLength": 0, + "regexPattern": null, + "required": false, + "readOnly": true, + "visibilityCondition": null, + "params": { + "existingColspan": 1, + "maxColspan": 2 } } ] } }, { - fieldType: 'ContainerRepresentation', - id: 'df046463-2d65-4388-9ee1-0e1517985215', - name: 'Label', - type: 'container', - tab: null, - numberOfColumns: 2, - fields: { - 1: [ + "fieldType": 'ContainerRepresentation', + "id": 'df046463-2d65-4388-9ee1-0e1517985215', + "name": 'Label', + "type": 'container', + "tab": null, + "numberOfColumns": 2, + "fields": { + "1": [ { - fieldType: 'FormFieldRepresentation', - id: 'number1', - overrideId: false, - name: 'Number1', - type: 'integer', - colspan: 1, - placeholder: null, - readOnly: true, - minValue: null, - maxValue: null, - required: false, - visibilityCondition: null, - params: { - existingColspan: 1, - maxColspan: 2 + "fieldType": 'FormFieldRepresentation', + "id": 'number1', + "overrideId": false, + "name": 'Number1', + "type": 'integer', + "colspan": 1, + "placeholder": null, + "readOnly": true, + "minValue": null, + "maxValue": null, + "required": false, + "visibilityCondition": null, + "params": { + "existingColspan": 1, + "maxColspan": 2 } } ], - 2: [ + "2": [ { - fieldType: 'FormFieldRepresentation', - id: 'number2', - overrideId: false, - name: 'Number2', - type: 'integer', - colspan: 1, - placeholder: null, - readOnly: true, - minValue: null, - maxValue: null, - required: false, - visibilityCondition: null, - params: { - existingColspan: 1, - maxColspan: 2 + "fieldType": 'FormFieldRepresentation', + "id": 'number2', + "overrideId": false, + "name": 'Number2', + "type": 'integer', + "colspan": 1, + "placeholder": null, + "readOnly": true, + "minValue": null, + "maxValue": null, + "required": false, + "visibilityCondition": null, + "params": { + "existingColspan": 1, + "maxColspan": 2 } } ] } }, { - fieldType: 'ContainerRepresentation', - id: '9672cc7b-1959-49c9-96be-3816e57bdfc1', - name: 'Label', - type: 'container', - tab: null, - numberOfColumns: 2, - fields: { - 1: [ + "fieldType": 'ContainerRepresentation', + "id": '9672cc7b-1959-49c9-96be-3816e57bdfc1', + "name": 'Label', + "type": 'container', + "tab": null, + "numberOfColumns": 2, + "fields": { + "1": [ { - fieldType: 'FormFieldRepresentation', - id: 'checkbox1', - name: 'Checkbox1', - type: 'boolean', - required: false, - readOnly: true, - colspan: 1, - overrideId: false, - visibilityCondition: null, - params: { - existingColspan: 1, - maxColspan: 2 + "fieldType": 'FormFieldRepresentation', + "id": 'checkbox1', + "name": 'Checkbox1', + "type": 'boolean', + "required": false, + "readOnly": true, + "colspan": 1, + "overrideId": false, + "visibilityCondition": null, + "params": { + "existingColspan": 1, + "maxColspan": 2 } } ], - 2: [ + "2": [ { - fieldType: 'FormFieldRepresentation', - id: 'checkbox2', - name: 'Checkbox2', - type: 'boolean', - required: false, - readOnly: true, - colspan: 1, - overrideId: false, - visibilityCondition: null, - params: { - existingColspan: 1, - maxColspan: 2 + "fieldType": 'FormFieldRepresentation', + "id": 'checkbox2', + "name": 'Checkbox2', + "type": 'boolean', + "required": false, + "readOnly": true, + "colspan": 1, + "overrideId": false, + "visibilityCondition": null, + "params": { + "existingColspan": 1, + "maxColspan": 2 } } ] } }, { - fieldType: 'ContainerRepresentation', - id: '054d193e-a899-4494-9a3e-b489315b7d57', - name: 'Label', - type: 'container', - tab: null, - numberOfColumns: 2, - fields: { - 1: [ + "fieldType": 'ContainerRepresentation', + "id": '054d193e-a899-4494-9a3e-b489315b7d57', + "name": 'Label', + "type": 'container', + "tab": null, + "numberOfColumns": 2, + "fields": { + "1": [ { - fieldType: 'FormFieldRepresentation', - id: 'dropdown1', - name: 'Dropdown1', - type: 'dropdown', - value: null, - required: false, - readOnly: true, - overrideId: false, - colspan: 1, - placeholder: null, - optionType: 'manual', - options: [], - endpoint: null, - requestHeaders: null, - restUrl: null, - restResponsePath: null, - restIdProperty: null, - restLabelProperty: null, - visibilityCondition: null, - params: { - existingColspan: 1, - maxColspan: 2 + "fieldType": 'FormFieldRepresentation', + "id": 'dropdown1', + "name": 'Dropdown1', + "type": 'dropdown', + "value": null, + "required": false, + "readOnly": true, + "overrideId": false, + "colspan": 1, + "placeholder": null, + "optionType": 'manual', + "options": [], + "endpoint": null, + "requestHeaders": null, + "restUrl": null, + "restResponsePath": null, + "restIdProperty": null, + "restLabelProperty": null, + "visibilityCondition": null, + "params": { + "existingColspan": 1, + "maxColspan": 2 } } ], - 2: [ + "2": [ { - fieldType: 'FormFieldRepresentation', - id: 'dropdown2', - name: 'Dropdown2', - type: 'dropdown', - value: null, - required: false, - readOnly: true, - overrideId: false, - colspan: 1, - placeholder: null, - optionType: 'manual', - options: [], - endpoint: null, - requestHeaders: null, - restUrl: null, - restResponsePath: null, - restIdProperty: null, - restLabelProperty: null, - visibilityCondition: null, - params: { - existingColspan: 1, - maxColspan: 2 + "fieldType": 'FormFieldRepresentation', + "id": 'dropdown2', + "name": 'Dropdown2', + "type": 'dropdown', + "value": null, + "required": false, + "readOnly": true, + "overrideId": false, + "colspan": 1, + "placeholder": null, + "optionType": 'manual', + "options": [], + "endpoint": null, + "requestHeaders": null, + "restUrl": null, + "restResponsePath": null, + "restIdProperty": null, + "restLabelProperty": null, + "visibilityCondition": null, + "params": { + "existingColspan": 1, + "maxColspan": 2 } } ] } }, { - fieldType: 'ContainerRepresentation', - id: '1f8f0b66-e022-4667-91b4-bbbf2ddc36fb', - name: 'Label', - type: 'container', - tab: null, - numberOfColumns: 2, - fields: { - 1: [ + "fieldType": 'ContainerRepresentation', + "id": '1f8f0b66-e022-4667-91b4-bbbf2ddc36fb', + "name": 'Label', + "type": 'container', + "tab": null, + "numberOfColumns": 2, + "fields": { + "1": [ { - fieldType: 'FormFieldRepresentation', - id: 'amount1', - name: 'Amount1', - type: 'amount', - value: null, - required: false, - readOnly: true, - overrideId: false, - colspan: 1, - placeholder: '123', - minValue: null, - maxValue: null, - visibilityCondition: null, - params: { - existingColspan: 1, - maxColspan: 2 + "fieldType": 'FormFieldRepresentation', + "id": 'amount1', + "name": 'Amount1', + "type": 'amount', + "value": null, + "required": false, + "readOnly": true, + "overrideId": false, + "colspan": 1, + "placeholder": '123', + "minValue": null, + "maxValue": null, + "visibilityCondition": null, + "params": { + "existingColspan": 1, + "maxColspan": 2 }, - enableFractions: false, - currency: '$' + "enableFractions": false, + "currency": '$' } ], - 2: [ + "2": [ { - fieldType: 'FormFieldRepresentation', - id: 'amount2', - name: 'Amount2', - type: 'amount', - value: null, - required: false, - readOnly: true, - overrideId: false, - colspan: 1, - placeholder: '123', - minValue: null, - maxValue: null, - visibilityCondition: null, - params: { - existingColspan: 1, - maxColspan: 2 + "fieldType": 'FormFieldRepresentation', + "id": 'amount2', + "name": 'Amount2', + "type": 'amount', + "value": null, + "required": false, + "readOnly": true, + "overrideId": false, + "colspan": 1, + "placeholder": '123', + "minValue": null, + "maxValue": null, + "visibilityCondition": null, + "params": { + "existingColspan": 1, + "maxColspan": 2 }, - enableFractions: false, - currency: '$' + "enableFractions": false, + "currency": '$' } ] } }, { - fieldType: 'ContainerRepresentation', - id: '541a368b-67ee-4a7c-ae7e-232c050b9e24', - name: 'Label', - type: 'container', - tab: null, - numberOfColumns: 2, - fields: { - 1: [ + "fieldType": 'ContainerRepresentation', + "id": '541a368b-67ee-4a7c-ae7e-232c050b9e24', + "name": 'Label', + "type": 'container', + "tab": null, + "numberOfColumns": 2, + "fields": { + "1": [ { - fieldType: 'FormFieldRepresentation', - id: 'date1', - name: 'Date1', - type: 'date', - overrideId: false, - required: false, - readOnly: true, - colspan: 1, - placeholder: null, - minValue: null, - maxValue: null, - visibilityCondition: null, - params: { - existingColspan: 1, - maxColspan: 2 + "fieldType": 'FormFieldRepresentation', + "id": 'date1', + "name": 'Date1', + "type": 'date', + "overrideId": false, + "required": false, + "readOnly": true, + "colspan": 1, + "placeholder": null, + "minValue": null, + "maxValue": null, + "visibilityCondition": null, + "params": { + "existingColspan": 1, + "maxColspan": 2 }, - dateDisplayFormat: 'D-M-YYYY' + "dateDisplayFormat": 'D-M-YYYY' } ], - 2: [ + "2": [ { - fieldType: 'FormFieldRepresentation', - id: 'date2', - name: 'Date2', - type: 'date', - overrideId: false, - required: false, - readOnly: true, - colspan: 1, - placeholder: null, - minValue: null, - maxValue: null, - visibilityCondition: null, - params: { - existingColspan: 1, - maxColspan: 2 + "fieldType": 'FormFieldRepresentation', + "id": 'date2', + "name": 'Date2', + "type": 'date', + "overrideId": false, + "required": false, + "readOnly": true, + "colspan": 1, + "placeholder": null, + "minValue": null, + "maxValue": null, + "visibilityCondition": null, + "params": { + "existingColspan": 1, + "maxColspan": 2 }, - dateDisplayFormat: 'D-M-YYYY' + "dateDisplayFormat": 'D-M-YYYY' } ] } }, { - fieldType: 'ContainerRepresentation', - id: 'e79cb7e2-3dc1-4c79-8158-28662c28a9f3', - name: 'Label', - type: 'container', - tab: null, - numberOfColumns: 2, - fields: { - 1: [ + "fieldType": 'ContainerRepresentation', + "id": 'e79cb7e2-3dc1-4c79-8158-28662c28a9f3', + "name": 'Label', + "type": 'container', + "tab": null, + "numberOfColumns": 2, + "fields": { + "1": [ { - fieldType: 'FormFieldRepresentation', - id: 'radiobuttons1', - name: 'Radio buttons1', - type: 'radio-buttons', - value: null, - required: false, - readOnly: true, - overrideId: false, - colspan: 1, - placeholder: null, - optionType: 'manual', - options: [ + "fieldType": 'FormFieldRepresentation', + "id": 'radiobuttons1', + "name": 'Radio buttons1', + "type": 'radio-buttons', + "value": null, + "required": false, + "readOnly": true, + "overrideId": false, + "colspan": 1, + "placeholder": null, + "optionType": 'manual', + "options": [ { - id: 'option_1', - name: 'Option 1' + "id": 'option_1', + "name": 'Option 1' }, { - id: 'option_2', - name: 'Option 2' + "id": 'option_2', + "name": 'Option 2' } ], - endpoint: null, - requestHeaders: null, - restUrl: null, - restResponsePath: null, - restIdProperty: null, - restLabelProperty: null, - visibilityCondition: null, - params: { - existingColspan: 1, - maxColspan: 2 + "endpoint": null, + "requestHeaders": null, + "restUrl": null, + "restResponsePath": null, + "restIdProperty": null, + "restLabelProperty": null, + "visibilityCondition": null, + "params": { + "existingColspan": 1, + "maxColspan": 2 } } ], - 2: [ + "2": [ { - fieldType: 'FormFieldRepresentation', - id: 'radiobuttons2', - name: 'Radio buttons2', - type: 'radio-buttons', - value: null, - required: false, - readOnly: true, - overrideId: false, - colspan: 1, - placeholder: null, - optionType: 'manual', - options: [ + "fieldType": 'FormFieldRepresentation', + "id": 'radiobuttons2', + "name": 'Radio buttons2', + "type": 'radio-buttons', + "value": null, + "required": false, + "readOnly": true, + "overrideId": false, + "colspan": 1, + "placeholder": null, + "optionType": 'manual', + "options": [ { - id: 'option_1', - name: 'Option 1' + "id": 'option_1', + "name": 'Option 1' }, { - id: 'option_2', - name: 'Option 2' + "id": 'option_2', + "name": 'Option 2' } ], - endpoint: null, - requestHeaders: null, - restUrl: null, - restResponsePath: null, - restIdProperty: null, - restLabelProperty: null, - visibilityCondition: null, - params: { - existingColspan: 1, - maxColspan: 2 + "endpoint": null, + "requestHeaders": null, + "restUrl": null, + "restResponsePath": null, + "restIdProperty": null, + "restLabelProperty": null, + "visibilityCondition": null, + "params": { + "existingColspan": 1, + "maxColspan": 2 } } ] } }, { - fieldType: 'ContainerRepresentation', - id: '7c01ed35-be86-4be7-9c28-ed640a5a2ae1', - name: 'Label', - type: 'container', - tab: null, - numberOfColumns: 2, - fields: { - 1: [ + "fieldType": 'ContainerRepresentation', + "id": '7c01ed35-be86-4be7-9c28-ed640a5a2ae1', + "name": 'Label', + "type": 'container', + "tab": null, + "numberOfColumns": 2, + "fields": { + "1": [ { - fieldType: 'AttachFileFieldRepresentation', - id: 'attachfile1', - name: 'Attach file1', - type: 'upload', - value: null, - required: false, - readOnly: true, - overrideId: false, - colspan: 1, - placeholder: null, - visibilityCondition: null, - params: { - existingColspan: 1, - maxColspan: 2, - fileSource: { - serviceId: 'all-file-sources', - name: 'All file sources' + "fieldType": 'AttachFileFieldRepresentation', + "id": 'attachfile1', + "name": 'Attach file1', + "type": 'upload', + "value": null, + "required": false, + "readOnly": true, + "overrideId": false, + "colspan": 1, + "placeholder": null, + "visibilityCondition": null, + "params": { + "existingColspan": 1, + "maxColspan": 2, + "fileSource": { + "serviceId": 'all-file-sources', + "name": 'All file sources' }, - multiple: false, - link: false + "multiple": false, + "link": false } } ], - 2: [ + "2": [ { - fieldType: 'AttachFileFieldRepresentation', - id: 'attachfile2', - name: 'Attach file2', - type: 'upload', - value: null, - required: false, - readOnly: true, - overrideId: false, - colspan: 1, - placeholder: null, - visibilityCondition: null, - params: { - existingColspan: 1, - maxColspan: 2, - fileSource: { - serviceId: 'all-file-sources', - name: 'All file sources' + "fieldType": 'AttachFileFieldRepresentation', + "id": 'attachfile2', + "name": 'Attach file2', + "type": 'upload', + "value": null, + "required": false, + "readOnly": true, + "overrideId": false, + "colspan": 1, + "placeholder": null, + "visibilityCondition": null, + "params": { + "existingColspan": 1, + "maxColspan": 2, + "fileSource": { + "serviceId": 'all-file-sources', + "name": 'All file sources' }, - multiple: false, - link: false + "multiple": false, + "link": false } } ] } }, { - fieldType: 'ContainerRepresentation', - id: '07b13b96-d469-4a1e-8a9a-9bb957c68869', - name: 'Label', - type: 'container', - tab: null, - numberOfColumns: 2, - fields: { - 1: [ + "fieldType": 'ContainerRepresentation', + "id": '07b13b96-d469-4a1e-8a9a-9bb957c68869', + "name": 'Label', + "type": 'container', + "tab": null, + "numberOfColumns": 2, + "fields": { + "1": [ { - fieldType: 'FormFieldRepresentation', - id: 'displayvalue1', - name: 'Display value1', - type: 'readonly', - value: 'No field selected', - readOnly: true, - required: false, - overrideId: false, - colspan: 1, - visibilityCondition: null, - params: { - existingColspan: 1, - maxColspan: 2, - field: { - id: 'displayvalue', - name: 'Display value', - type: 'text', - responseVariable: true + "fieldType": 'FormFieldRepresentation', + "id": 'displayvalue1', + "name": 'Display value1', + "type": 'readonly', + "value": 'No field selected', + "readOnly": true, + "required": false, + "overrideId": false, + "colspan": 1, + "visibilityCondition": null, + "params": { + "existingColspan": 1, + "maxColspan": 2, + "field": { + "id": 'displayvalue', + "name": 'Display value', + "type": 'text', + "responseVariable": true } } } ], - 2: [ + "2": [ { - fieldType: 'FormFieldRepresentation', - id: 'displayvalue2', - name: 'Display value2', - type: 'readonly', - value: 'No field selected', - readOnly: true, - required: false, - overrideId: false, - colspan: 1, - visibilityCondition: null, - params: { - existingColspan: 1, - maxColspan: 2, - field: { - id: 'displayvalue', - name: 'Display value', - type: 'text', - responseVariable: true + "fieldType": 'FormFieldRepresentation', + "id": 'displayvalue2', + "name": 'Display value2', + "type": 'readonly', + "value": 'No field selected', + "readOnly": true, + "required": false, + "overrideId": false, + "colspan": 1, + "visibilityCondition": null, + "params": { + "existingColspan": 1, + "maxColspan": 2, + "field": { + "id": 'displayvalue', + "name": 'Display value', + "type": 'text', + "responseVariable": true } } } @@ -599,733 +599,733 @@ export const cloudFormMock = { } }, { - fieldType: 'ContainerRepresentation', - id: '1576ef25-c842-494c-ab84-265a1e3bf68d', - name: 'Label', - type: 'container', - tab: null, - numberOfColumns: 2, - fields: { - 1: [ + "fieldType": 'ContainerRepresentation', + "id": '1576ef25-c842-494c-ab84-265a1e3bf68d', + "name": 'Label', + "type": 'container', + "tab": null, + "numberOfColumns": 2, + "fields": { + "1": [ { - fieldType: 'FormFieldRepresentation', - id: 'displaytext1', - name: 'Display text1', - type: 'readonly-text', - value: 'Display text as part of the form', - readOnly: true, - required: false, - overrideId: false, - colspan: 1, - visibilityCondition: null, - params: { - existingColspan: 1, - maxColspan: 2 + "fieldType": 'FormFieldRepresentation', + "id": 'displaytext1', + "name": 'Display text1', + "type": 'readonly-text', + "value": 'Display text as part of the form', + "readOnly": true, + "required": false, + "overrideId": false, + "colspan": 1, + "visibilityCondition": null, + "params": { + "existingColspan": 1, + "maxColspan": 2 } } ], - 2: [ + "2": [ { - fieldType: 'FormFieldRepresentation', - id: 'displaytext2', - name: 'Display text2', - type: 'readonly-text', - value: 'Display text as part of the form', - readOnly: true, - required: false, - overrideId: false, - colspan: 1, - visibilityCondition: null, - params: { - existingColspan: 1, - maxColspan: 2 + "fieldType": 'FormFieldRepresentation', + "id": 'displaytext2', + "name": 'Display text2', + "type": 'readonly-text', + "value": 'Display text as part of the form', + "readOnly": true, + "required": false, + "overrideId": false, + "colspan": 1, + "visibilityCondition": null, + "params": { + "existingColspan": 1, + "maxColspan": 2 } } ] } } ], - outcomes: [], - metadata: {}, - variables: [ + "outcomes": [], + "metadata": {}, + "variables": [ { - name: 'FormVarStr', - type: 'string', - value: '' + "name": 'FormVarStr', + "type": 'string', + "value": '' }, { - name: 'FormVarInt', - type: 'integer', - value: '' + "name": 'FormVarInt', + "type": 'integer', + "value": '' }, { - name: 'FormVarBool', - type: 'boolean', - value: '' + "name": 'FormVarBool', + "type": 'boolean', + "value": '' }, { - name: 'FormVarDate', - type: 'date', - value: '' + "name": 'FormVarDate', + "type": 'date', + "value": '' }, { - name: 'NewVar', - type: 'string', - value: '' + "name": 'NewVar', + "type": 'string', + "value": '' } ] }; export const fakeCloudForm = { - formRepresentation: { - id: 'form-de8895be-d0d7-4434-beef-559b15305d72', - name: 'StartEventForm', - description: '', - version: 0, - formDefinition: { - tabs: [], - fields: [ + "formRepresentation": { + "id": 'form-de8895be-d0d7-4434-beef-559b15305d72', + "name": 'StartEventForm', + "description": '', + "version": 0, + "formDefinition": { + "tabs": [], + "fields": [ { - type: 'container', - id: '5a6b24c1-db2b-45e9-9aff-142395433d23', - name: 'Label', - tab: null, - fields: { - 1: [ + "type": 'container', + "id": '5a6b24c1-db2b-45e9-9aff-142395433d23', + "name": 'Label', + "tab": null, + "fields": { + "1": [ { - type: 'text', - id: 'firstName', - name: 'firstName', - colspan: 1, - params: { - existingColspan: 1, - maxColspan: 2 + "type": 'text', + "id": 'firstName', + "name": 'firstName', + "colspan": 1, + "params": { + "existingColspan": 1, + "maxColspan": 2 }, - visibilityCondition: null, - placeholder: null, - value: null, - required: false, - minLength: 0, - maxLength: 0, - regexPattern: null + "visibilityCondition": null, + "placeholder": null, + "value": null, + "required": false, + "minLength": 0, + "maxLength": 0, + "regexPattern": null } ], - 2: [ + "2": [ { - type: 'text', - id: 'lastName', - name: 'lastName', - colspan: 1, - params: { - existingColspan: 1, - maxColspan: 2 + "type": 'text', + "id": 'lastName', + "name": 'lastName', + "colspan": 1, + "params": { + "existingColspan": 1, + "maxColspan": 2 }, - visibilityCondition: null, - placeholder: null, - value: null, - required: false, - minLength: 0, - maxLength: 0, - regexPattern: null + "visibilityCondition": null, + "placeholder": null, + "value": null, + "required": false, + "minLength": 0, + "maxLength": 0, + "regexPattern": null } ] }, - numberOfColumns: 2 + "numberOfColumns": 2 } ], - outcomes: [], - metadata: {}, - variables: [] + "outcomes": [], + "metadata": {}, + "variables": [] } } }; export const emptyFormRepresentationJSON = { - description: '', - fields: [], - id: 'form-3de070b6-63df-4058-8028-ac82283d64fa', - metadata: {}, - name: 'form', - outcomes: [], - length: 0, - processDefinitionId: 'ed4a6233-0ad8-11ea-8616-e6267bbdb057', - processInstanceId: 'ec921948-0ad9-11ea-8616-e6267bbdb057', - processVariables: [], - standAlone: true, - tabs: [], - taskId: 'ec92194b-0ad9-11ea-8616-e6267bbdb057', - taskName: null, - variables: [], - version: 0 + "description": '', + "fields": [], + "id": 'form-3de070b6-63df-4058-8028-ac82283d64fa', + "metadata": {}, + "name": 'form', + "outcomes": [], + "length": 0, + "processDefinitionId": 'ed4a6233-0ad8-11ea-8616-e6267bbdb057', + "processInstanceId": 'ec921948-0ad9-11ea-8616-e6267bbdb057', + "processVariables": [], + "standAlone": true, + "tabs": [], + "taskId": 'ec92194b-0ad9-11ea-8616-e6267bbdb057', + "taskName": null, + "variables": [], + "version": 0 }; export const conditionalUploadWidgetsMock: any = { - formRepresentation: { - id: 'form-fb7858f7-5cf6-4afe-b462-c15a5dc0c34c', - name: 'AttachVisibility', - description: '', - version: 0, - formDefinition: { - tabs: [], - fields: [ + "formRepresentation": { + "id": 'form-fb7858f7-5cf6-4afe-b462-c15a5dc0c34c', + "name": 'AttachVisibility', + "description": '', + "version": 0, + "formDefinition": { + "tabs": [], + "fields": [ { - id: '1dc63387-aa9d-4f06-adfa-37817e8fd394', - name: 'Label', - type: 'container', - tab: null, - numberOfColumns: 2, - fields: { - 1: [ + "id": '1dc63387-aa9d-4f06-adfa-37817e8fd394', + "name": 'Label', + "type": 'container', + "tab": null, + "numberOfColumns": 2, + "fields": { + "1": [ { - id: 'Text0xlk8n', - name: 'Text', - type: 'text', - required: false, - colspan: 1, - placeholder: null, - minLength: 0, - maxLength: 0, - regexPattern: null, - visibilityCondition: null, - params: { - existingColspan: 1, - maxColspan: 2 + "id": 'Text0xlk8n', + "name": 'Text', + "type": 'text', + "required": false, + "colspan": 1, + "placeholder": null, + "minLength": 0, + "maxLength": 0, + "regexPattern": null, + "visibilityCondition": null, + "params": { + "existingColspan": 1, + "maxColspan": 2 } } ], - 2: [ + "2": [ { - id: 'Attachfile0h9fr1', - name: 'Attach file', - type: 'upload', - required: false, - colspan: 1, - visibilityCondition: { - leftFormFieldId: 'Text0xlk8n', - leftRestResponseId: '', - operator: '==', - rightValue: 'Attach', - rightType: null, - rightFormFieldId: '', - rightRestResponseId: '', - nextConditionOperator: '', - nextCondition: null + "id": 'Attachfile0h9fr1', + "name": 'Attach file', + "type": 'upload', + "required": false, + "colspan": 1, + "visibilityCondition": { + "leftFormFieldId": 'Text0xlk8n', + "leftRestResponseId": '', + "operator": '==', + "rightValue": 'Attach', + "rightType": null, + "rightFormFieldId": '', + "rightRestResponseId": '', + "nextConditionOperator": '', + "nextCondition": null }, - params: { - existingColspan: 1, - maxColspan: 2, - fileSource: { - serviceId: 'alfresco-content', - name: 'Alfresco Content' + "params": { + "existingColspan": 1, + "maxColspan": 2, + "fileSource": { + "serviceId": 'alfresco-content', + "name": 'Alfresco Content' }, - multiple: false, - link: false + "multiple": false, + "link": false } } ] } } ], - outcomes: [ + "outcomes": [ { - id: '5f2f1c2d-5a79-4ed1-a262-4fef190d41eb', - name: 'Custom Outcome', - visibilityCondition: { - leftType: 'field', - leftValue: 'Text0xlk8n', - operator: '==', - rightValue: 'hi', - rightType: 'value', - nextConditionOperator: '', - nextCondition: null + "id": '5f2f1c2d-5a79-4ed1-a262-4fef190d41eb', + "name": 'Custom Outcome', + "visibilityCondition": { + "leftType": 'field', + "leftValue": 'Text0xlk8n', + "operator": '==', + "rightValue": 'hi', + "rightType": 'value', + "nextConditionOperator": '', + "nextCondition": null } } ], - metadata: {}, - variables: [] + "metadata": {}, + "variables": [] } } }; export const multilingualForm: any = { - formRepresentation: { - id: 'form-2aaaf20e-43d3-46bf-89be-859d5f512dd2', - name: 'multilingualform', - description: '', - version: 0, - formDefinition: { - tabs: [], - fields: [ + "formRepresentation": { + "id": 'form-2aaaf20e-43d3-46bf-89be-859d5f512dd2', + "name": 'multilingualform', + "description": '', + "version": 0, + "formDefinition": { + "tabs": [], + "fields": [ { - id: '451e2235-3310-4c2d-9b4a-08b53ae1640c', - name: 'Label', - type: 'container', - tab: null, - numberOfColumns: 2, - fields: { - 1: [ + "id": '451e2235-3310-4c2d-9b4a-08b53ae1640c', + "name": 'Label', + "type": 'container', + "tab": null, + "numberOfColumns": 2, + "fields": { + "1": [ { - id: 'textField', - name: 'TEXT_FIELD.TITLE', - type: 'text', - required: false, - colspan: 1, - placeholder: null, - minLength: 0, - maxLength: 0, - regexPattern: null, - visibilityCondition: null, - params: { - existingColspan: 1, - maxColspan: 2 + "id": 'textField', + "name": 'TEXT_FIELD.TITLE', + "type": 'text', + "required": false, + "colspan": 1, + "placeholder": null, + "minLength": 0, + "maxLength": 0, + "regexPattern": null, + "visibilityCondition": null, + "params": { + "existingColspan": 1, + "maxColspan": 2 } } ], - 2: [] + "2": [] } }, { - id: '1c87df6c-514e-45a7-96bc-508562683bb3', - name: 'Label', - type: 'container', - tab: null, - numberOfColumns: 2, - fields: { - 1: [ + "id": '1c87df6c-514e-45a7-96bc-508562683bb3', + "name": 'Label', + "type": 'container', + "tab": null, + "numberOfColumns": 2, + "fields": { + "1": [ { - id: 'fildUploadField', - name: 'FILE_UPLOAD_FIELD.TITLE', - type: 'multi-line-text', - colspan: 1, - placeholder: null, - minLength: 0, - maxLength: 0, - regexPattern: null, - required: false, - visibilityCondition: null, - params: { - existingColspan: 1, - maxColspan: 2 + "id": 'fildUploadField', + "name": 'FILE_UPLOAD_FIELD.TITLE', + "type": 'multi-line-text', + "colspan": 1, + "placeholder": null, + "minLength": 0, + "maxLength": 0, + "regexPattern": null, + "required": false, + "visibilityCondition": null, + "params": { + "existingColspan": 1, + "maxColspan": 2 } } ], - 2: [ + "2": [ { - id: 'amountField', - name: 'AMOUNT_FIELD.TITLE', - type: 'amount', - required: false, - colspan: 1, - placeholder: '123', - minValue: null, - maxValue: null, - visibilityCondition: null, - params: { - existingColspan: 1, - maxColspan: 2 + "id": 'amountField', + "name": 'AMOUNT_FIELD.TITLE', + "type": 'amount', + "required": false, + "colspan": 1, + "placeholder": '123', + "minValue": null, + "maxValue": null, + "visibilityCondition": null, + "params": { + "existingColspan": 1, + "maxColspan": 2 }, - enableFractions: false, - currency: '$' + "enableFractions": false, + "currency": '$' } ] } }, { - id: '33138eea-130f-4bba-b5a5-29ea60f31786', - name: 'Label', - type: 'container', - tab: null, - numberOfColumns: 2, - fields: { - 1: [ + "id": '33138eea-130f-4bba-b5a5-29ea60f31786', + "name": 'Label', + "type": 'container', + "tab": null, + "numberOfColumns": 2, + "fields": { + "1": [ { - id: 'dateField', - name: 'DATE_FIELD.TITLE', - type: 'date', - required: false, - colspan: 1, - placeholder: null, - minValue: null, - maxValue: null, - visibilityCondition: null, - params: { - existingColspan: 1, - maxColspan: 2 + "id": 'dateField', + "name": 'DATE_FIELD.TITLE', + "type": 'date', + "required": false, + "colspan": 1, + "placeholder": null, + "minValue": null, + "maxValue": null, + "visibilityCondition": null, + "params": { + "existingColspan": 1, + "maxColspan": 2 }, - dateDisplayFormat: 'D-M-YYYY' + "dateDisplayFormat": 'D-M-YYYY' } ], - 2: [] + "2": [] } } ], - outcomes: [], - metadata: {}, - variables: [] + "outcomes": [], + "metadata": {}, + "variables": [] } } }; export const fakeMetadataForm = { - id: 'form-de8895be-d0d7-4434-beef-559b15305d72', - name: 'StartEventForm', - description: '', - version: 0, - formDefinition: { - tabs: [], - fields: [ + "id": 'form-de8895be-d0d7-4434-beef-559b15305d72', + "name": 'StartEventForm', + "description": '', + "version": 0, + "formDefinition": { + "tabs": [], + "fields": [ { - type: 'container', - id: '5a6b24c1-db2b-45e9-9aff-142395433d23', - name: 'Label', - tab: null, - fields: { - 1: [ + "type": 'container', + "id": '5a6b24c1-db2b-45e9-9aff-142395433d23', + "name": 'Label', + "tab": null, + "fields": { + "1": [ { - type: 'text', - id: 'pfx_property_one', - name: 'pfx_property_one', - colspan: 1, - params: { - existingColspan: 1, - maxColspan: 2 + "type": 'text', + "id": 'pfx_property_one', + "name": 'pfx_property_one', + "colspan": 1, + "params": { + "existingColspan": 1, + "maxColspan": 2 }, - visibilityCondition: null, - placeholder: null, - value: null, - required: false, - minLength: 0, - maxLength: 0, - regexPattern: null + "visibilityCondition": null, + "placeholder": null, + "value": null, + "required": false, + "minLength": 0, + "maxLength": 0, + "regexPattern": null } ], - 2: [ + "2": [ { - type: 'boolean', - id: 'pfx_property_two', - name: 'pfx_property_two', - colspan: 1, - params: { - existingColspan: 1, - maxColspan: 2 + "type": 'boolean', + "id": 'pfx_property_two', + "name": 'pfx_property_two', + "colspan": 1, + "params": { + "existingColspan": 1, + "maxColspan": 2 }, - visibilityCondition: null, - placeholder: null, - value: null, - required: false, - minLength: 0, - maxLength: 0, - regexPattern: null + "visibilityCondition": null, + "placeholder": null, + "value": null, + "required": false, + "minLength": 0, + "maxLength": 0, + "regexPattern": null } ], - 3: [ + "3": [ { - id: 'content_form_nodes', - name: 'Nodes', - type: 'upload', - readOnly: false, - required: true, - colspan: 1, - visibilityCondition: null, - params: { - existingColspan: 1, - maxColspan: 2, - fileSource: { - serviceId: 'alfresco-content', - name: 'Alfresco Content', - metadataAllowed: true + "id": 'content_form_nodes', + "name": 'Nodes', + "type": 'upload', + "readOnly": false, + "required": true, + "colspan": 1, + "visibilityCondition": null, + "params": { + "existingColspan": 1, + "maxColspan": 2, + "fileSource": { + "serviceId": 'alfresco-content', + "name": 'Alfresco Content', + "metadataAllowed": true }, - multiple: true, - menuOptions: { - show: true, - download: true, - retrieveMetadata: true, - remove: true + "multiple": true, + "menuOptions": { + "show": true, + "download": true, + "retrieveMetadata": true, + "remove": true }, - link: false + "link": false } } ], - 4: [ + "4": [ { - id: 'pfx_property_three', - name: 'pfx_property_three', - required: false, - readOnly: false, - colspan: 1, - params: { - existingColspan: 1, - maxColspan: 2 + "id": 'pfx_property_three', + "name": 'pfx_property_three', + "required": false, + "readOnly": false, + "colspan": 1, + "params": { + "existingColspan": 1, + "maxColspan": 2 }, - visibilityCondition: null, - type: 'dropdown', - optionType: 'manual', - options: [ + "visibilityCondition": null, + "type": 'dropdown', + "optionType": 'manual', + "options": [ { - id: 'empty', - name: 'Choose one...' + "id": 'empty', + "name": 'Choose one...' }, { - id: 'opt_1', - name: 'Option 1' + "id": 'opt_1', + "name": 'Option 1' }, { - id: 'opt_2', - name: 'Option 2' + "id": 'opt_2', + "name": 'Option 2' } ], - value: 'empty', - restUrl: null, - restResponsePath: null, - restIdProperty: null, - restLabelProperty: null + "value": 'empty', + "restUrl": null, + "restResponsePath": null, + "restIdProperty": null, + "restLabelProperty": null } ], - 5: [ + "5": [ { - id: 'pfx_property_four', - name: 'pfx_property_four', - required: false, - readOnly: false, - colspan: 1, - params: { - existingColspan: 1, - maxColspan: 2 + "id": 'pfx_property_four', + "name": 'pfx_property_four', + "required": false, + "readOnly": false, + "colspan": 1, + "params": { + "existingColspan": 1, + "maxColspan": 2 }, - visibilityCondition: null, - type: 'dropdown', - optionType: 'manual', - options: [ + "visibilityCondition": null, + "type": 'dropdown', + "optionType": 'manual', + "options": [ { - id: 'empty', - name: 'Choose one...' + "id": 'empty', + "name": 'Choose one...' }, { - id: 'option_1', - name: 'Option: 1' + "id": 'option_1', + "name": 'Option: 1' }, { - id: 'option_2', - name: 'Option: 2' + "id": 'option_2', + "name": 'Option: 2' } ], - value: 'empty', - restUrl: null, - restResponsePath: null, - restIdProperty: null, - restLabelProperty: null + "value": 'empty', + "restUrl": null, + "restResponsePath": null, + "restIdProperty": null, + "restLabelProperty": null } ], - 6: [ + "6": [ { - id: 'pfx_property_five', - name: 'pfx_property_five', - required: false, - readOnly: false, - colspan: 1, - params: { - existingColspan: 1, - maxColspan: 2 + "id": 'pfx_property_five', + "name": 'pfx_property_five', + "required": false, + "readOnly": false, + "colspan": 1, + "params": { + "existingColspan": 1, + "maxColspan": 2 }, - visibilityCondition: null, - type: 'dropdown', - optionType: 'manual', - options: [ + "visibilityCondition": null, + "type": 'dropdown', + "optionType": 'manual', + "options": [ { - id: 'empty', - name: 'Choose one...' + "id": 'empty', + "name": 'Choose one...' }, { - id: 'green', - name: 'Colour green' + "id": 'green', + "name": 'Colour green' }, { - id: 'orange', - name: 'Colour orange' + "id": 'orange', + "name": 'Colour orange' } ], - value: 'empty', - restUrl: null, - restResponsePath: null, - restIdProperty: null, - restLabelProperty: null + "value": 'empty', + "restUrl": null, + "restResponsePath": null, + "restIdProperty": null, + "restLabelProperty": null } ], - 7: [ + "7": [ { - id: 'cmfb85b2a7295ba41209750bca176ccaf9a', - name: 'File viewer', - type: 'file-viewer', - readOnly: false, - required: false, - colspan: 1, - visibilityCondition: null, - params: { - existingColspan: 1, - maxColspan: 2, - uploadWidget: 'content_form_nodes' + "id": 'cmfb85b2a7295ba41209750bca176ccaf9a', + "name": 'File viewer', + "type": 'file-viewer', + "readOnly": false, + "required": false, + "colspan": 1, + "visibilityCondition": null, + "params": { + "existingColspan": 1, + "maxColspan": 2, + "uploadWidget": 'content_form_nodes' } } ], - 8: [ + "8": [ { - type: 'text', - id: 'pfx_property_six', - name: 'pfx_property_six', - colspan: 1, - params: { - existingColspan: 1, - maxColspan: 2 + "type": 'text', + "id": 'pfx_property_six', + "name": 'pfx_property_six', + "colspan": 1, + "params": { + "existingColspan": 1, + "maxColspan": 2 }, - visibilityCondition: null, - placeholder: null, - value: null, - required: false, - minLength: 0, - maxLength: 0, - regexPattern: null + "visibilityCondition": null, + "placeholder": null, + "value": null, + "required": false, + "minLength": 0, + "maxLength": 0, + "regexPattern": null } ], - 9: [ + "9": [ { - type: 'text', - id: 'pfx_property_seven', - name: 'pfx_property_seven', - colspan: 1, - params: { - existingColspan: 1, - maxColspan: 2 + "type": 'text', + "id": 'pfx_property_seven', + "name": 'pfx_property_seven', + "colspan": 1, + "params": { + "existingColspan": 1, + "maxColspan": 2 }, - visibilityCondition: null, - placeholder: null, - value: null, - required: false, - minLength: 0, - maxLength: 0, - regexPattern: null + "visibilityCondition": null, + "placeholder": null, + "value": null, + "required": false, + "minLength": 0, + "maxLength": 0, + "regexPattern": null } ], - 10: [ + "10": [ { - type: 'text', - id: 'pfx_property_eight', - name: 'pfx_property_eight', - colspan: 1, - params: { - existingColspan: 1, - maxColspan: 2 + "type": 'text', + "id": 'pfx_property_eight', + "name": 'pfx_property_eight', + "colspan": 1, + "params": { + "existingColspan": 1, + "maxColspan": 2 }, - visibilityCondition: null, - placeholder: null, - value: null, - required: false, - minLength: 0, - maxLength: 0, - regexPattern: null + "visibilityCondition": null, + "placeholder": null, + "value": null, + "required": false, + "minLength": 0, + "maxLength": 0, + "regexPattern": null } ] }, - numberOfColumns: 2 + "numberOfColumns": 2 } ], - outcomes: [], - metadata: {}, - variables: [] + "outcomes": [], + "metadata": {}, + "variables": [] } }; export const fakeViewerForm = { - id: 'form-de8895be-d0d7-4434-beef-559b15305d72', - name: 'StartEventForm', - description: '', - version: 0, - formDefinition: { - tabs: [], - fields: [ + "id": 'form-de8895be-d0d7-4434-beef-559b15305d72', + "name": 'StartEventForm', + "description": '', + "version": 0, + "formDefinition": { + "tabs": [], + "fields": [ { - type: 'container', - id: '5a6b24c1-db2b-45e9-9aff-142395433d23', - name: 'Label', - tab: null, - fields: { - 1: [ + "type": 'container', + "id": '5a6b24c1-db2b-45e9-9aff-142395433d23', + "name": 'Label', + "tab": null, + "fields": { + "1": [ { - id: 'content_form_nodes', - name: 'Nodes', - type: 'upload', - readOnly: false, - required: true, - colspan: 1, - visibilityCondition: null, - params: { - existingColspan: 1, - maxColspan: 2, - fileSource: { - serviceId: 'alfresco-content', - name: 'Alfresco Content', - metadataAllowed: true + "id": 'content_form_nodes', + "name": 'Nodes', + "type": 'upload', + "readOnly": false, + "required": true, + "colspan": 1, + "visibilityCondition": null, + "params": { + "existingColspan": 1, + "maxColspan": 2, + "fileSource": { + "serviceId": 'alfresco-content', + "name": 'Alfresco Content', + "metadataAllowed": true }, - multiple: true, - menuOptions: { - show: true, - download: true, - retrieveMetadata: true, - remove: true + "multiple": true, + "menuOptions": { + "show": true, + "download": true, + "retrieveMetadata": true, + "remove": true }, - link: false + "link": false } } ], - 2: [ + "2": [ { - id: 'upload_widget', - name: 'Nodes', - type: 'upload', - readOnly: false, - required: true, - colspan: 1, - visibilityCondition: null, - params: { - existingColspan: 1, - maxColspan: 2, - fileSource: { - serviceId: 'alfresco-content', - name: 'Alfresco Content', - metadataAllowed: true + "id": 'upload_widget', + "name": 'Nodes', + "type": 'upload', + "readOnly": false, + "required": true, + "colspan": 1, + "visibilityCondition": null, + "params": { + "existingColspan": 1, + "maxColspan": 2, + "fileSource": { + "serviceId": 'alfresco-content', + "name": 'Alfresco Content', + "metadataAllowed": true }, - multiple: true, - menuOptions: { - show: true, - download: true, - retrieveMetadata: true, - remove: true + "multiple": true, + "menuOptions": { + "show": true, + "download": true, + "retrieveMetadata": true, + "remove": true }, - link: false + "link": false } } ], - 3: [ + "3": [ { - id: 'cmfb85b2a7295ba41209750bca176ccaf9a', - name: 'File viewer', - type: 'file-viewer', - readOnly: false, - required: false, - colspan: 1, - visibilityCondition: null, - params: { - existingColspan: 1, - maxColspan: 2, - uploadWidget: 'content_form_nodes' + "id": 'cmfb85b2a7295ba41209750bca176ccaf9a', + "name": 'File viewer', + "type": 'file-viewer', + "readOnly": false, + "required": false, + "colspan": 1, + "visibilityCondition": null, + "params": { + "existingColspan": 1, + "maxColspan": 2, + "uploadWidget": 'content_form_nodes' } } ] }, - numberOfColumns: 2 + "numberOfColumns": 2 } ], - outcomes: [], - metadata: {}, - variables: [] + "outcomes": [], + "metadata": {}, + "variables": [] } }; diff --git a/lib/core/src/lib/form/components/widgets/amount/amount.widget.spec.ts b/lib/core/src/lib/form/components/widgets/amount/amount.widget.spec.ts index db9040c8d0..1dc28b08c3 100644 --- a/lib/core/src/lib/form/components/widgets/amount/amount.widget.spec.ts +++ b/lib/core/src/lib/form/components/widgets/amount/amount.widget.spec.ts @@ -37,7 +37,7 @@ describe('AmountWidgetComponent', () => { beforeEach(() => { TestBed.configureTestingModule({ - imports: [TranslateModule.forRoot(), CoreTestingModule, FormBaseModule] + "imports": [TranslateModule.forRoot(), CoreTestingModule, FormBaseModule] }); fixture = TestBed.createComponent(AmountWidgetComponent); widget = fixture.componentInstance; @@ -63,8 +63,8 @@ describe('AmountWidgetComponent', () => { it('should setup empty placeholder in readOnly mode', () => { widget.field = new FormFieldModel(null, { - readOnly: true, - placeholder: '1234' + "readOnly": true, + "placeholder": '1234' }); widget.ngOnInit(); @@ -73,8 +73,8 @@ describe('AmountWidgetComponent', () => { it('should setup placeholder when readOnly is false', () => { widget.field = new FormFieldModel(null, { - readOnly: false, - placeholder: '1234' + "readOnly": false, + "placeholder": '1234' }); widget.ngOnInit(); @@ -83,9 +83,9 @@ describe('AmountWidgetComponent', () => { describe('when tooltip is set', () => { beforeEach(() => { - widget.field = new FormFieldModel(new FormModel({ taskId: '' }), { - type: FormFieldTypes.AMOUNT, - tooltip: 'my custom tooltip' + widget.field = new FormFieldModel(new FormModel({ "taskId": '' }), { + "type": FormFieldTypes.AMOUNT, + "tooltip": 'my custom tooltip' }); fixture.detectChanges(); }); @@ -110,9 +110,9 @@ describe('AmountWidgetComponent', () => { describe('when is required', () => { beforeEach(() => { - widget.field = new FormFieldModel(new FormModel({ taskId: '' }), { - type: FormFieldTypes.AMOUNT, - required: true + widget.field = new FormFieldModel(new FormModel({ "taskId": '' }), { + "type": FormFieldTypes.AMOUNT, + "required": true }); }); @@ -145,7 +145,7 @@ describe('AmountWidgetComponent - rendering', () => { beforeEach(() => { TestBed.configureTestingModule({ - imports: [TranslateModule.forRoot(), CoreTestingModule, FormBaseModule] + "imports": [TranslateModule.forRoot(), CoreTestingModule, FormBaseModule] }); fixture = TestBed.createComponent(AmountWidgetComponent); widget = fixture.componentInstance; @@ -155,10 +155,10 @@ describe('AmountWidgetComponent - rendering', () => { it('[C289915] - Should be able to display different currency icons', async () => { widget.field = new FormFieldModel(new FormModel(), { - id: 'TestAmount1', - name: 'Test Amount', - type: 'amount', - currency: '$' + "id": 'TestAmount1', + "name": 'Test Amount', + "type": 'amount', + "currency": '$' }); fixture.detectChanges(); @@ -180,21 +180,21 @@ describe('AmountWidgetComponent - rendering', () => { it('[C309692] - Should be possible to set the General Properties for Amount Widget', async () => { widget.field = new FormFieldModel(new FormModel(), { - id: 'TestAmount1', - name: 'Test Amount', - type: 'amount', - required: true, - colspan: 2, - placeholder: 'Check Placeholder Text', - minValue: null, - maxValue: null, - visibilityCondition: null, - params: { - existingColspan: 1, - maxColspan: 2 + "id": 'TestAmount1', + "name": 'Test Amount', + "type": 'amount', + "required": true, + "colspan": 2, + "placeholder": 'Check Placeholder Text', + "minValue": null, + "maxValue": null, + "visibilityCondition": null, + "params": { + "existingColspan": 1, + "maxColspan": 2 }, - enableFractions: false, - currency: '$' + "enableFractions": false, + "currency": '$' }); fixture.detectChanges(); await fixture.whenStable(); @@ -220,21 +220,21 @@ describe('AmountWidgetComponent - rendering', () => { it('[C309693] - Should be possible to set the Advanced Properties for Amount Widget', async () => { widget.field = new FormFieldModel(new FormModel(), { - id: 'TestAmount1', - name: 'Test Amount', - type: 'amount', - required: true, - colspan: 2, - placeholder: 'Check Placeholder Text', - minValue: 10, - maxValue: 90, - visibilityCondition: null, - params: { - existingColspan: 1, - maxColspan: 2 + "id": 'TestAmount1', + "name": 'Test Amount', + "type": 'amount', + "required": true, + "colspan": 2, + "placeholder": 'Check Placeholder Text', + "minValue": 10, + "maxValue": 90, + "visibilityCondition": null, + "params": { + "existingColspan": 1, + "maxColspan": 2 }, - enableFractions: true, - currency: '£' + "enableFractions": true, + "currency": '£' }); fixture.detectChanges(); await fixture.whenStable(); @@ -273,13 +273,13 @@ describe('AmountWidgetComponent - rendering', () => { describe('when form model has left labels', () => { it('should have left labels classes on leftLabels true', async () => { - widget.field = new FormFieldModel(new FormModel({ taskId: 'fake-task-id', leftLabels: true }), { - id: 'amount-id', - name: 'amount-name', - value: '', - type: FormFieldTypes.AMOUNT, - readOnly: false, - required: true + widget.field = new FormFieldModel(new FormModel({ "taskId": 'fake-task-id', "leftLabels": true }), { + "id": 'amount-id', + "name": 'amount-name', + "value": '', + "type": FormFieldTypes.AMOUNT, + "readOnly": false, + "required": true }); fixture.detectChanges(); @@ -293,13 +293,13 @@ describe('AmountWidgetComponent - rendering', () => { }); it('should not have left labels classes on leftLabels false', async () => { - widget.field = new FormFieldModel(new FormModel({ taskId: 'fake-task-id', leftLabels: false }), { - id: 'amount-id', - name: 'amount-name', - value: '', - type: FormFieldTypes.AMOUNT, - readOnly: false, - required: true + widget.field = new FormFieldModel(new FormModel({ "taskId": 'fake-task-id', "leftLabels": false }), { + "id": 'amount-id', + "name": 'amount-name', + "value": '', + "type": FormFieldTypes.AMOUNT, + "readOnly": false, + "required": true }); fixture.detectChanges(); @@ -313,13 +313,13 @@ describe('AmountWidgetComponent - rendering', () => { }); it('should not have left labels classes on leftLabels not present', async () => { - widget.field = new FormFieldModel(new FormModel({ taskId: 'fake-task-id' }), { - id: 'amount-id', - name: 'amount-name', - value: '', - type: FormFieldTypes.AMOUNT, - readOnly: false, - required: true + widget.field = new FormFieldModel(new FormModel({ "taskId": 'fake-task-id' }), { + "id": 'amount-id', + "name": 'amount-name', + "value": '', + "type": FormFieldTypes.AMOUNT, + "readOnly": false, + "required": true }); fixture.detectChanges(); @@ -340,12 +340,12 @@ describe('AmountWidgetComponent settings', () => { beforeEach(() => { TestBed.configureTestingModule({ - imports: [TranslateModule.forRoot(), CoreTestingModule, FormBaseModule], - providers: [ + "imports": [TranslateModule.forRoot(), CoreTestingModule, FormBaseModule], + "providers": [ { - provide: ADF_AMOUNT_SETTINGS, - useValue: { - showReadonlyPlaceholder: true + "provide": ADF_AMOUNT_SETTINGS, + "useValue": { + "showReadonlyPlaceholder": true } } ] @@ -357,8 +357,8 @@ describe('AmountWidgetComponent settings', () => { it('should display placeholder via injected settings', () => { const field: any = { - readOnly: true, - placeholder: 'some placeholder' + "readOnly": true, + "placeholder": 'some placeholder' }; widget.field = field; expect(widget.placeholder).toBe('some placeholder'); diff --git a/lib/core/src/lib/form/components/widgets/amount/amount.widget.ts b/lib/core/src/lib/form/components/widgets/amount/amount.widget.ts index b7992921cb..06a1de4186 100644 --- a/lib/core/src/lib/form/components/widgets/amount/amount.widget.ts +++ b/lib/core/src/lib/form/components/widgets/amount/amount.widget.ts @@ -28,10 +28,10 @@ export interface AmountWidgetSettings { export const ADF_AMOUNT_SETTINGS = new InjectionToken('adf-amount-settings'); @Component({ - selector: 'amount-widget', - templateUrl: './amount.widget.html', - styleUrls: ['./amount.widget.scss'], - host: { + "selector": 'amount-widget', + "templateUrl": './amount.widget.html', + "styleUrls": ['./amount.widget.scss'], + "host": { '(click)': 'event($event)', '(blur)': 'event($event)', '(change)': 'event($event)', @@ -42,7 +42,7 @@ export const ADF_AMOUNT_SETTINGS = new InjectionToken('adf '(invalid)': 'event($event)', '(select)': 'event($event)' }, - encapsulation: ViewEncapsulation.None + "encapsulation": ViewEncapsulation.None }) export class AmountWidgetComponent extends WidgetComponent implements OnInit { static DEFAULT_CURRENCY: string = '$'; @@ -50,11 +50,11 @@ export class AmountWidgetComponent extends WidgetComponent implements OnInit { currency: string = AmountWidgetComponent.DEFAULT_CURRENCY; - get placeholder(): string { + get placeholder (): string { return this.showPlaceholder ? this.field.placeholder : ''; } - constructor( + constructor ( public formService: FormService, @Inject(ADF_AMOUNT_SETTINGS) @Optional() @@ -63,7 +63,7 @@ export class AmountWidgetComponent extends WidgetComponent implements OnInit { super(formService); } - ngOnInit() { + ngOnInit () { if (this.field) { if (this.field.currency) { this.currency = this.field.currency; diff --git a/lib/core/src/lib/form/components/widgets/base-viewer/base-viewer.widget.spec.ts b/lib/core/src/lib/form/components/widgets/base-viewer/base-viewer.widget.spec.ts index 92c8247cba..238800754f 100644 --- a/lib/core/src/lib/form/components/widgets/base-viewer/base-viewer.widget.spec.ts +++ b/lib/core/src/lib/form/components/widgets/base-viewer/base-viewer.widget.spec.ts @@ -30,28 +30,28 @@ describe('BaseViewerWidgetComponent', () => { let fixture: ComponentFixture; const fakePngAnswer: any = { - id: '1933', - link: false, - isExternal: false, - relatedContent: false, - contentAvailable: true, - name: 'a_png_file.png', - simpleType: 'image', - mimeType: 'image/png', - previewStatus: 'queued', - thumbnailStatus: 'queued', - created: '2022-10-14T17:17:37.099Z', - createdBy: { id: 1001, firstName: 'Admin', lastName: 'admin', email: 'admin@example.com' } + "id": '1933', + "link": false, + "isExternal": false, + "relatedContent": false, + "contentAvailable": true, + "name": 'a_png_file.png', + "simpleType": 'image', + "mimeType": 'image/png', + "previewStatus": 'queued', + "thumbnailStatus": 'queued', + "created": '2022-10-14T17:17:37.099Z', + "createdBy": { "id": 1001, "firstName": 'Admin', "lastName": 'admin', "email": 'admin@example.com' } }; beforeEach(() => { TestBed.configureTestingModule({ - imports: [ + "imports": [ CoreTestingModule, TranslateModule.forRoot() ], - declarations: [ BaseViewerWidgetComponent ], - providers: [ { provide: FormService, useValue: formServiceStub } ] + "declarations": [ BaseViewerWidgetComponent ], + "providers": [ { "provide": FormService, "useValue": formServiceStub } ] }); formServiceStub = TestBed.inject(FormService); @@ -74,7 +74,6 @@ describe('BaseViewerWidgetComponent', () => { /** * Assert the field value - * * @param value field value * @param expectedFileId field id * @param fakeForm form model @@ -82,8 +81,8 @@ describe('BaseViewerWidgetComponent', () => { * @param fixture test fixture * @param done callback */ -function assertFileId(value: any, expectedFileId: string, fakeForm: FormModel, widget: BaseViewerWidgetComponent, fixture: ComponentFixture, done: DoneFn) { - const fakeField = new FormFieldModel(fakeForm, { id: 'fakeField', value }); +function assertFileId (value: any, expectedFileId: string, fakeForm: FormModel, widget: BaseViewerWidgetComponent, fixture: ComponentFixture, done: DoneFn) { + const fakeField = new FormFieldModel(fakeForm, { "id": 'fakeField', value }); widget.field = fakeField; fixture.detectChanges(); diff --git a/lib/core/src/lib/form/components/widgets/base-viewer/base-viewer.widget.ts b/lib/core/src/lib/form/components/widgets/base-viewer/base-viewer.widget.ts index 93b0ddcee9..30225fb9eb 100644 --- a/lib/core/src/lib/form/components/widgets/base-viewer/base-viewer.widget.ts +++ b/lib/core/src/lib/form/components/widgets/base-viewer/base-viewer.widget.ts @@ -22,10 +22,10 @@ import { WidgetComponent } from '../widget.component'; /* eslint-disable @angular-eslint/component-selector */ @Component({ - selector: 'base-viewer-widget', - templateUrl: './base-viewer.widget.html', - styleUrls: ['./base-viewer.widget.scss'], - host: { + "selector": 'base-viewer-widget', + "templateUrl": './base-viewer.widget.html', + "styleUrls": ['./base-viewer.widget.scss'], + "host": { '(click)': 'event($event)', '(blur)': 'event($event)', '(change)': 'event($event)', @@ -36,14 +36,14 @@ import { WidgetComponent } from '../widget.component'; '(invalid)': 'event($event)', '(select)': 'event($event)' }, - encapsulation: ViewEncapsulation.None + "encapsulation": ViewEncapsulation.None }) export class BaseViewerWidgetComponent extends WidgetComponent implements OnInit { - constructor(formService: FormService) { + constructor (formService: FormService) { super(formService); } - ngOnInit(): void { + ngOnInit (): void { if (this.field?.value) { if (Array.isArray(this.field.value) && this.field.value.length > 0) { const file = this.field.value[0]; diff --git a/lib/core/src/lib/form/components/widgets/checkbox/checkbox.widget.spec.ts b/lib/core/src/lib/form/components/widgets/checkbox/checkbox.widget.spec.ts index db2ea90384..04db4e2226 100644 --- a/lib/core/src/lib/form/components/widgets/checkbox/checkbox.widget.spec.ts +++ b/lib/core/src/lib/form/components/widgets/checkbox/checkbox.widget.spec.ts @@ -39,8 +39,8 @@ describe('CheckboxWidgetComponent', () => { beforeEach(() => { TestBed.configureTestingModule({ - imports: [TranslateModule.forRoot(), CoreTestingModule, FormBaseModule, MatCheckboxModule, MatTooltipModule], - providers: [{ provide: TranslateLoader, useClass: TranslateLoaderService }] + "imports": [TranslateModule.forRoot(), CoreTestingModule, FormBaseModule, MatCheckboxModule, MatTooltipModule], + "providers": [{ "provide": TranslateLoader, "useClass": TranslateLoaderService }] }); fixture = TestBed.createComponent(CheckboxWidgetComponent); @@ -54,13 +54,13 @@ describe('CheckboxWidgetComponent', () => { describe('when template is ready', () => { beforeEach(() => { - widget.field = new FormFieldModel(new FormModel({ taskId: 'fake-task-id' }), { - id: 'check-id', - name: 'check-name', - value: '', - type: FormFieldTypes.BOOLEAN, - readOnly: false, - required: true + widget.field = new FormFieldModel(new FormModel({ "taskId": 'fake-task-id' }), { + "id": 'check-id', + "name": 'check-name', + "value": '', + "type": FormFieldTypes.BOOLEAN, + "readOnly": false, + "required": true }); }); @@ -102,9 +102,9 @@ describe('CheckboxWidgetComponent', () => { describe('when tooltip is set', () => { beforeEach(() => { - widget.field = new FormFieldModel(new FormModel({ taskId: '' }), { - type: FormFieldTypes.BOOLEAN, - tooltip: 'my custom tooltip' + widget.field = new FormFieldModel(new FormModel({ "taskId": '' }), { + "type": FormFieldTypes.BOOLEAN, + "tooltip": 'my custom tooltip' }); fixture.detectChanges(); }); diff --git a/lib/core/src/lib/form/components/widgets/checkbox/checkbox.widget.ts b/lib/core/src/lib/form/components/widgets/checkbox/checkbox.widget.ts index d231519fde..3d41252e56 100644 --- a/lib/core/src/lib/form/components/widgets/checkbox/checkbox.widget.ts +++ b/lib/core/src/lib/form/components/widgets/checkbox/checkbox.widget.ts @@ -22,9 +22,9 @@ import { FormService } from '../../../services/form.service'; import { WidgetComponent } from '../widget.component'; @Component({ - selector: 'checkbox-widget', - templateUrl: './checkbox.widget.html', - host: { + "selector": 'checkbox-widget', + "templateUrl": './checkbox.widget.html', + "host": { '(click)': 'event($event)', '(blur)': 'event($event)', '(change)': 'event($event)', @@ -35,12 +35,12 @@ import { WidgetComponent } from '../widget.component'; '(invalid)': 'event($event)', '(select)': 'event($event)' }, - encapsulation: ViewEncapsulation.None + "encapsulation": ViewEncapsulation.None }) export class CheckboxWidgetComponent extends WidgetComponent { checkboxValue: boolean; - constructor(public formService: FormService) { + constructor (public formService: FormService) { super(formService); } } diff --git a/lib/core/src/lib/form/components/widgets/core/container-column.model.ts b/lib/core/src/lib/form/components/widgets/core/container-column.model.ts index c888e04c59..dbed153690 100644 --- a/lib/core/src/lib/form/components/widgets/core/container-column.model.ts +++ b/lib/core/src/lib/form/components/widgets/core/container-column.model.ts @@ -24,7 +24,7 @@ export class ContainerColumnModel { colspan: number = 1; rowspan: number = 1; - hasFields(): boolean { + hasFields (): boolean { return this.fields && this.fields.length > 0; } } diff --git a/lib/core/src/lib/form/components/widgets/core/container.model.ts b/lib/core/src/lib/form/components/widgets/core/container.model.ts index de198b4283..7963422e33 100644 --- a/lib/core/src/lib/form/components/widgets/core/container.model.ts +++ b/lib/core/src/lib/form/components/widgets/core/container.model.ts @@ -31,11 +31,11 @@ export class ContainerModel extends FormWidgetModel { readonly rowspan: number = 1; readonly colspan: number = 1; - get isVisible(): boolean { + get isVisible (): boolean { return this.field.isVisible; } - constructor(field: FormFieldModel) { + constructor (field: FormFieldModel) { super(field.form, field.json); if (field) { @@ -47,11 +47,11 @@ export class ContainerModel extends FormWidgetModel { } } - isGroup(): boolean { + isGroup (): boolean { return this.type === FormFieldTypes.GROUP; } - isCollapsible(): boolean { + isCollapsible (): boolean { let allowCollapse = false; if (this.isGroup() && this.field.params['allowCollapse']) { @@ -61,7 +61,7 @@ export class ContainerModel extends FormWidgetModel { return allowCollapse; } - isCollapsedByDefault(): boolean { + isCollapsedByDefault (): boolean { let collapseByDefault = false; if (this.isCollapsible() && this.field.params['collapseByDefault']) { diff --git a/lib/core/src/lib/form/components/widgets/core/content-link.model.ts b/lib/core/src/lib/form/components/widgets/core/content-link.model.ts index c496d2b2cc..61ffac6cb0 100644 --- a/lib/core/src/lib/form/components/widgets/core/content-link.model.ts +++ b/lib/core/src/lib/form/components/widgets/core/content-link.model.ts @@ -34,7 +34,7 @@ export class ContentLinkModel { contentBlob: Blob; thumbnailStatus: string; - constructor(obj?: any) { + constructor (obj?: any) { this.contentAvailable = obj?.contentAvailable; this.created = obj?.created; this.createdBy = obj?.createdBy || {}; @@ -49,27 +49,27 @@ export class ContentLinkModel { this.nodeId = obj?.nodeId; } - hasPreviewStatus(): boolean { + hasPreviewStatus (): boolean { return this.previewStatus === 'supported'; } - isTypeImage(): boolean { + isTypeImage (): boolean { return this.simpleType === 'image'; } - isTypePdf(): boolean { + isTypePdf (): boolean { return this.simpleType === 'pdf'; } - isTypeDoc(): boolean { + isTypeDoc (): boolean { return this.simpleType === 'word' || this.simpleType === 'content'; } - isThumbnailReady(): boolean { + isThumbnailReady (): boolean { return this.thumbnailStatus === 'created'; } - isThumbnailSupported(): boolean { + isThumbnailSupported (): boolean { return this.isTypeImage() || ((this.isTypePdf() || this.isTypeDoc()) && this.isThumbnailReady()); } } diff --git a/lib/core/src/lib/form/components/widgets/core/error-message.model.ts b/lib/core/src/lib/form/components/widgets/core/error-message.model.ts index 009336f66e..930b7dc12a 100644 --- a/lib/core/src/lib/form/components/widgets/core/error-message.model.ts +++ b/lib/core/src/lib/form/components/widgets/core/error-message.model.ts @@ -21,16 +21,16 @@ export class ErrorMessageModel { message: string = ''; attributes: Map = null; - constructor(obj?: any) { + constructor (obj?: any) { this.message = obj?.message || ''; this.attributes = new Map(); } - isActive(): boolean { + isActive (): boolean { return !!this.message; } - getAttributesAsJsonObj() { + getAttributesAsJsonObj () { let result = {}; if (this.attributes.size > 0) { const obj = Object.create(null); diff --git a/lib/core/src/lib/form/components/widgets/core/form-field-types.ts b/lib/core/src/lib/form/components/widgets/core/form-field-types.ts index 2af8a706c6..402952ce4d 100644 --- a/lib/core/src/lib/form/components/widgets/core/form-field-types.ts +++ b/lib/core/src/lib/form/components/widgets/core/form-field-types.ts @@ -55,11 +55,11 @@ export class FormFieldTypes { FormFieldTypes.GROUP ]; - static isReadOnlyType(type: string) { + static isReadOnlyType (type: string) { return FormFieldTypes.READONLY_TYPES.includes(type); } - static isContainerType(type: string) { + static isContainerType (type: string) { return type === FormFieldTypes.CONTAINER || type === FormFieldTypes.GROUP; } } diff --git a/lib/core/src/lib/form/components/widgets/core/form-field-validator.spec.ts b/lib/core/src/lib/form/components/widgets/core/form-field-validator.spec.ts index 50e6aebcb1..029a89fc54 100644 --- a/lib/core/src/lib/form/components/widgets/core/form-field-validator.spec.ts +++ b/lib/core/src/lib/form/components/widgets/core/form-field-validator.spec.ts @@ -46,8 +46,8 @@ describe('FormFieldValidator', () => { it('should require [required] setting', () => { const field = new FormFieldModel(new FormModel(), { - type: FormFieldTypes.TEXT, - value: '' + "type": FormFieldTypes.TEXT, + "value": '' }); field.required = false; @@ -60,20 +60,20 @@ describe('FormFieldValidator', () => { }); it('should skip unsupported type', () => { - const field = new FormFieldModel(new FormModel(), { type: 'wrong-type' }); + const field = new FormFieldModel(new FormModel(), { "type": 'wrong-type' }); expect(validator.validate(field)).toBeTruthy(); }); it('should fail for dropdown with empty value', () => { const field = new FormFieldModel(new FormModel(), { - type: FormFieldTypes.DROPDOWN, - value: '', - options: [{ id: 'empty', name: 'Choose option...' }], - hasEmptyValue: true, - required: true + "type": FormFieldTypes.DROPDOWN, + "value": '', + "options": [{ "id": 'empty', "name": 'Choose option...' }], + "hasEmptyValue": true, + "required": true }); - field.emptyOption = { id: '' } as FormFieldOption; + field.emptyOption = { "id": '' } as FormFieldOption; expect(validator.validate(field)).toBeFalsy(); field.value = ''; @@ -82,14 +82,14 @@ describe('FormFieldValidator', () => { it('should fail for dropdown with zero selection', () => { const field = new FormFieldModel(new FormModel(), { - type: FormFieldTypes.DROPDOWN, - value: [], - hasEmptyValue: true, - required: true, - selectionType: 'multiple' + "type": FormFieldTypes.DROPDOWN, + "value": [], + "hasEmptyValue": true, + "required": true, + "selectionType": 'multiple' }); - field.emptyOption = { id: 'empty' } as FormFieldOption; + field.emptyOption = { "id": 'empty' } as FormFieldOption; expect(validator.validate(field)).toBeFalsy(); field.value = []; @@ -98,11 +98,11 @@ describe('FormFieldValidator', () => { it('should fail for dropdown with null value', () => { const field = new FormFieldModel(new FormModel(), { - type: FormFieldTypes.DROPDOWN, - value: null, - required: true, - options: [{ id: 'one', name: 'one' }], - selectionType: 'multiple' + "type": FormFieldTypes.DROPDOWN, + "value": null, + "required": true, + "options": [{ "id": 'one', "name": 'one' }], + "selectionType": 'multiple' }); expect(validator.validate(field)).toBe(false); @@ -110,11 +110,11 @@ describe('FormFieldValidator', () => { it('should fail for dropdown with empty object', () => { const field = new FormFieldModel(new FormModel(), { - type: FormFieldTypes.DROPDOWN, - value: {}, - required: true, - options: [{ id: 'one', name: 'one' }], - selectionType: 'multiple' + "type": FormFieldTypes.DROPDOWN, + "value": {}, + "required": true, + "options": [{ "id": 'one', "name": 'one' }], + "selectionType": 'multiple' }); expect(validator.validate(field)).toBe(false); @@ -122,9 +122,9 @@ describe('FormFieldValidator', () => { it('should fail for radio buttons', () => { const field = new FormFieldModel(new FormModel(), { - type: FormFieldTypes.RADIO_BUTTONS, - required: true, - options: [{ id: 'two', name: 'two' }] + "type": FormFieldTypes.RADIO_BUTTONS, + "required": true, + "options": [{ "id": 'two', "name": 'two' }] }); field.value = 'one'; @@ -133,10 +133,10 @@ describe('FormFieldValidator', () => { it('should succeed for radio buttons', () => { const field = new FormFieldModel(new FormModel(), { - type: FormFieldTypes.RADIO_BUTTONS, - required: true, - value: 'two', - options: [{ id: 'two', name: 'two' }] + "type": FormFieldTypes.RADIO_BUTTONS, + "required": true, + "value": 'two', + "options": [{ "id": 'two', "name": 'two' }] }); expect(validator.validate(field)).toBeTruthy(); @@ -144,9 +144,9 @@ describe('FormFieldValidator', () => { it('should fail for upload', () => { const field = new FormFieldModel(new FormModel(), { - type: FormFieldTypes.UPLOAD, - value: null, - required: true + "type": FormFieldTypes.UPLOAD, + "value": null, + "required": true }); field.value = null; @@ -158,9 +158,9 @@ describe('FormFieldValidator', () => { it('should succeed for upload', () => { const field = new FormFieldModel(new FormModel(), { - type: FormFieldTypes.UPLOAD, - value: [{}], - required: true + "type": FormFieldTypes.UPLOAD, + "value": [{}], + "required": true }); expect(validator.validate(field)).toBeTruthy(); @@ -168,9 +168,9 @@ describe('FormFieldValidator', () => { it('should fail for text', () => { const field = new FormFieldModel(new FormModel(), { - type: FormFieldTypes.TEXT, - value: null, - required: true + "type": FormFieldTypes.TEXT, + "value": null, + "required": true }); field.value = null; @@ -182,9 +182,9 @@ describe('FormFieldValidator', () => { it('should succeed for date', () => { const field = new FormFieldModel(new FormModel(), { - type: FormFieldTypes.DATE, - value: '2016-12-31', - required: true + "type": FormFieldTypes.DATE, + "value": '2016-12-31', + "required": true }); expect(validator.validate(field)).toBeTruthy(); @@ -192,9 +192,9 @@ describe('FormFieldValidator', () => { it('should fail for date', () => { const field = new FormFieldModel(new FormModel(), { - type: FormFieldTypes.DATE, - value: null, - required: true + "type": FormFieldTypes.DATE, + "value": null, + "required": true }); field.value = null; @@ -206,9 +206,9 @@ describe('FormFieldValidator', () => { it('should succeed for text', () => { const field = new FormFieldModel(new FormModel(), { - type: FormFieldTypes.TEXT, - value: '', - required: true + "type": FormFieldTypes.TEXT, + "value": '', + "required": true }); expect(validator.validate(field)).toBeTruthy(); @@ -216,10 +216,10 @@ describe('FormFieldValidator', () => { it('should succeed for check box', () => { const field = new FormFieldModel(new FormModel(), { - type: FormFieldTypes.BOOLEAN, - required: true, - value: true, - options: [{ id: 'two', name: 'two' }] + "type": FormFieldTypes.BOOLEAN, + "required": true, + "value": true, + "options": [{ "id": 'two', "name": 'two' }] }); expect(validator.validate(field)).toBeTruthy(); @@ -227,10 +227,10 @@ describe('FormFieldValidator', () => { it('should fail for check box', () => { const field = new FormFieldModel(new FormModel(), { - type: FormFieldTypes.BOOLEAN, - required: true, - value: false, - options: [{ id: 'two', name: 'two' }] + "type": FormFieldTypes.BOOLEAN, + "required": true, + "value": false, + "options": [{ "id": 'two', "name": 'two' }] }); field.value = false; @@ -264,8 +264,8 @@ describe('FormFieldValidator', () => { it('should allow empty number value', () => { const field = new FormFieldModel(new FormModel(), { - type: FormFieldTypes.NUMBER, - value: null + "type": FormFieldTypes.NUMBER, + "value": null }); expect(validator.validate(field)).toBeTruthy(); @@ -273,8 +273,8 @@ describe('FormFieldValidator', () => { it('should allow number value', () => { const field = new FormFieldModel(new FormModel(), { - type: FormFieldTypes.NUMBER, - value: 44 + "type": FormFieldTypes.NUMBER, + "value": 44 }); expect(validator.validate(field)).toBeTruthy(); @@ -282,8 +282,8 @@ describe('FormFieldValidator', () => { it('should allow zero number value', () => { const field = new FormFieldModel(new FormModel(), { - type: FormFieldTypes.NUMBER, - value: 0 + "type": FormFieldTypes.NUMBER, + "value": 0 }); expect(validator.validate(field)).toBeTruthy(); @@ -291,8 +291,8 @@ describe('FormFieldValidator', () => { it('should fail for wrong number value', () => { const field = new FormFieldModel(new FormModel(), { - type: FormFieldTypes.NUMBER, - value: '' + "type": FormFieldTypes.NUMBER, + "value": '' }); field.validationSummary = new ErrorMessageModel(); @@ -310,7 +310,7 @@ describe('FormFieldValidator', () => { it('should require minLength defined', () => { const field = new FormFieldModel(new FormModel(), { - type: FormFieldTypes.TEXT + "type": FormFieldTypes.TEXT }); expect(validator.isSupported(field)).toBeFalsy(); @@ -321,9 +321,9 @@ describe('FormFieldValidator', () => { it('should allow empty values', () => { const field = new FormFieldModel(new FormModel(), { - type: FormFieldTypes.TEXT, - minLength: 10, - value: null + "type": FormFieldTypes.TEXT, + "minLength": 10, + "value": null }); expect(validator.validate(field)).toBeTruthy(); @@ -331,9 +331,9 @@ describe('FormFieldValidator', () => { it('should succeed text validation', () => { const field = new FormFieldModel(new FormModel(), { - type: FormFieldTypes.TEXT, - minLength: 3, - value: '1234' + "type": FormFieldTypes.TEXT, + "minLength": 3, + "value": '1234' }); expect(validator.validate(field)).toBeTruthy(); @@ -341,9 +341,9 @@ describe('FormFieldValidator', () => { it('should fail text validation', () => { const field = new FormFieldModel(new FormModel(), { - type: FormFieldTypes.TEXT, - minLength: 3, - value: '12' + "type": FormFieldTypes.TEXT, + "minLength": 3, + "value": '12' }); field.validationSummary = new ErrorMessageModel(); @@ -361,7 +361,7 @@ describe('FormFieldValidator', () => { it('should require maxLength defined', () => { const field = new FormFieldModel(new FormModel(), { - type: FormFieldTypes.TEXT + "type": FormFieldTypes.TEXT }); expect(validator.isSupported(field)).toBeFalsy(); @@ -372,9 +372,9 @@ describe('FormFieldValidator', () => { it('should allow empty values', () => { const field = new FormFieldModel(new FormModel(), { - type: FormFieldTypes.TEXT, - maxLength: 10, - value: null + "type": FormFieldTypes.TEXT, + "maxLength": 10, + "value": null }); expect(validator.validate(field)).toBeTruthy(); @@ -382,9 +382,9 @@ describe('FormFieldValidator', () => { it('should succeed text validation', () => { const field = new FormFieldModel(new FormModel(), { - type: FormFieldTypes.TEXT, - maxLength: 3, - value: '123' + "type": FormFieldTypes.TEXT, + "maxLength": 3, + "value": '123' }); expect(validator.validate(field)).toBeTruthy(); @@ -392,9 +392,9 @@ describe('FormFieldValidator', () => { it('should fail text validation', () => { const field = new FormFieldModel(new FormModel(), { - type: FormFieldTypes.TEXT, - maxLength: 3, - value: '1234' + "type": FormFieldTypes.TEXT, + "maxLength": 3, + "value": '1234' }); field.validationSummary = new ErrorMessageModel(); @@ -412,7 +412,7 @@ describe('FormFieldValidator', () => { it('should require minValue defined', () => { const field = new FormFieldModel(new FormModel(), { - type: FormFieldTypes.NUMBER + "type": FormFieldTypes.NUMBER }); expect(validator.isSupported(field)).toBeFalsy(); @@ -422,8 +422,8 @@ describe('FormFieldValidator', () => { it('should support numeric widgets only', () => { const field = new FormFieldModel(new FormModel(), { - type: FormFieldTypes.NUMBER, - minValue: '1' + "type": FormFieldTypes.NUMBER, + "minValue": '1' }); expect(validator.isSupported(field)).toBeTruthy(); @@ -434,9 +434,9 @@ describe('FormFieldValidator', () => { it('should allow empty values', () => { const field = new FormFieldModel(new FormModel(), { - type: FormFieldTypes.NUMBER, - value: null, - minValue: '1' + "type": FormFieldTypes.NUMBER, + "value": null, + "minValue": '1' }); expect(validator.validate(field)).toBeTruthy(); @@ -444,7 +444,7 @@ describe('FormFieldValidator', () => { it('should succeed for unsupported types', () => { const field = new FormFieldModel(new FormModel(), { - type: FormFieldTypes.TEXT + "type": FormFieldTypes.TEXT }); expect(validator.validate(field)).toBeTruthy(); @@ -452,9 +452,9 @@ describe('FormFieldValidator', () => { it('should succeed validating value', () => { const field = new FormFieldModel(new FormModel(), { - type: FormFieldTypes.NUMBER, - value: '10', - minValue: '10' + "type": FormFieldTypes.NUMBER, + "value": '10', + "minValue": '10' }); expect(validator.validate(field)).toBeTruthy(); @@ -462,9 +462,9 @@ describe('FormFieldValidator', () => { it('should fail validating value', () => { const field = new FormFieldModel(new FormModel(), { - type: FormFieldTypes.NUMBER, - value: '9', - minValue: '10' + "type": FormFieldTypes.NUMBER, + "value": '9', + "minValue": '10' }); field.validationSummary = new ErrorMessageModel(); @@ -482,7 +482,7 @@ describe('FormFieldValidator', () => { it('should require maxValue defined', () => { const field = new FormFieldModel(new FormModel(), { - type: FormFieldTypes.NUMBER + "type": FormFieldTypes.NUMBER }); expect(validator.isSupported(field)).toBeFalsy(); @@ -492,8 +492,8 @@ describe('FormFieldValidator', () => { it('should support numeric widgets only', () => { const field = new FormFieldModel(new FormModel(), { - type: FormFieldTypes.NUMBER, - maxValue: '1' + "type": FormFieldTypes.NUMBER, + "maxValue": '1' }); expect(validator.isSupported(field)).toBeTruthy(); @@ -504,9 +504,9 @@ describe('FormFieldValidator', () => { it('should allow empty values', () => { const field = new FormFieldModel(new FormModel(), { - type: FormFieldTypes.NUMBER, - value: null, - maxValue: '1' + "type": FormFieldTypes.NUMBER, + "value": null, + "maxValue": '1' }); expect(validator.validate(field)).toBeTruthy(); @@ -514,7 +514,7 @@ describe('FormFieldValidator', () => { it('should succeed for unsupported types', () => { const field = new FormFieldModel(new FormModel(), { - type: FormFieldTypes.TEXT + "type": FormFieldTypes.TEXT }); expect(validator.validate(field)).toBeTruthy(); @@ -522,9 +522,9 @@ describe('FormFieldValidator', () => { it('should succeed validating value', () => { const field = new FormFieldModel(new FormModel(), { - type: FormFieldTypes.NUMBER, - value: '10', - maxValue: '10' + "type": FormFieldTypes.NUMBER, + "value": '10', + "maxValue": '10' }); expect(validator.validate(field)).toBeTruthy(); @@ -532,9 +532,9 @@ describe('FormFieldValidator', () => { it('should fail validating value', () => { const field = new FormFieldModel(new FormModel(), { - type: FormFieldTypes.NUMBER, - value: '11', - maxValue: '10' + "type": FormFieldTypes.NUMBER, + "value": '11', + "maxValue": '10' }); field.validationSummary = new ErrorMessageModel(); @@ -552,7 +552,7 @@ describe('FormFieldValidator', () => { it('should require regex pattern to be defined', () => { const field = new FormFieldModel(new FormModel(), { - type: FormFieldTypes.TEXT + "type": FormFieldTypes.TEXT }); expect(validator.isSupported(field)).toBeFalsy(); @@ -562,9 +562,9 @@ describe('FormFieldValidator', () => { it('should allow empty values', () => { const field = new FormFieldModel(new FormModel(), { - type: FormFieldTypes.TEXT, - value: null, - regexPattern: 'pattern' + "type": FormFieldTypes.TEXT, + "value": null, + "regexPattern": 'pattern' }); expect(validator.validate(field)).toBeTruthy(); @@ -572,9 +572,9 @@ describe('FormFieldValidator', () => { it('should allow empty string values', () => { const field = new FormFieldModel(new FormModel(), { - type: FormFieldTypes.TEXT, - value: '', - regexPattern: 'pattern' + "type": FormFieldTypes.TEXT, + "value": '', + "regexPattern": 'pattern' }); expect(validator.validate(field)).toBeTruthy(); @@ -582,9 +582,9 @@ describe('FormFieldValidator', () => { it('should succeed validating regex', () => { const field = new FormFieldModel(new FormModel(), { - type: FormFieldTypes.TEXT, - value: 'pattern', - regexPattern: 'pattern' + "type": FormFieldTypes.TEXT, + "value": 'pattern', + "regexPattern": 'pattern' }); expect(validator.validate(field)).toBeTruthy(); @@ -592,9 +592,9 @@ describe('FormFieldValidator', () => { it('should fail validating regex', () => { const field = new FormFieldModel(new FormModel(), { - type: FormFieldTypes.TEXT, - value: 'some value', - regexPattern: 'pattern' + "type": FormFieldTypes.TEXT, + "value": 'some value', + "regexPattern": 'pattern' }); expect(validator.validate(field)).toBeFalsy(); @@ -610,12 +610,12 @@ describe('FormFieldValidator', () => { it('should support only typeahead field', () => { let field = new FormFieldModel(new FormModel(), { - type: FormFieldTypes.TEXT + "type": FormFieldTypes.TEXT }); expect(validator.isSupported(field)).toBeFalsy(); field = new FormFieldModel(new FormModel(), { - type: FormFieldTypes.TYPEAHEAD + "type": FormFieldTypes.TYPEAHEAD }); expect(validator.isSupported(field)).toBeTruthy(); @@ -623,9 +623,9 @@ describe('FormFieldValidator', () => { it('should allow empty values', () => { const field = new FormFieldModel(new FormModel(), { - type: FormFieldTypes.TYPEAHEAD, - value: null, - regexPattern: 'pattern' + "type": FormFieldTypes.TYPEAHEAD, + "value": null, + "regexPattern": 'pattern' }); expect(validator.validate(field)).toBeTruthy(); @@ -633,11 +633,11 @@ describe('FormFieldValidator', () => { it('should succeed for a valid input value in options', () => { const field = new FormFieldModel(new FormModel(), { - type: FormFieldTypes.TYPEAHEAD, - value: '1', - options: [ - { id: '1', name: 'Leanne Graham' }, - { id: '2', name: 'Ervin Howell' } + "type": FormFieldTypes.TYPEAHEAD, + "value": '1', + "options": [ + { "id": '1', "name": 'Leanne Graham' }, + { "id": '2', "name": 'Ervin Howell' } ] }); @@ -646,11 +646,11 @@ describe('FormFieldValidator', () => { it('should fail for an invalid input value in options', () => { const field = new FormFieldModel(new FormModel(), { - type: FormFieldTypes.TYPEAHEAD, - value: 'Lean', - options: [ - { id: '1', name: 'Leanne Graham' }, - { id: '2', name: 'Ervin Howell' } + "type": FormFieldTypes.TYPEAHEAD, + "value": 'Lean', + "options": [ + { "id": '1', "name": 'Leanne Graham' }, + { "id": '2', "name": 'Ervin Howell' } ] }); @@ -667,7 +667,7 @@ describe('FormFieldValidator', () => { it('should require maxValue defined', () => { const field = new FormFieldModel(new FormModel(), { - type: FormFieldTypes.DATETIME + "type": FormFieldTypes.DATETIME }); expect(validator.isSupported(field)).toBeFalsy(); @@ -677,8 +677,8 @@ describe('FormFieldValidator', () => { it('should support date time widgets only', () => { const field = new FormFieldModel(new FormModel(), { - type: FormFieldTypes.DATETIME, - maxValue: '9999-02-08 10:10 AM' + "type": FormFieldTypes.DATETIME, + "maxValue": '9999-02-08 10:10 AM' }); expect(validator.isSupported(field)).toBeTruthy(); @@ -689,9 +689,9 @@ describe('FormFieldValidator', () => { it('should allow empty values', () => { const field = new FormFieldModel(new FormModel(), { - type: FormFieldTypes.DATETIME, - value: null, - maxValue: '9999-02-08 10:10 AM' + "type": FormFieldTypes.DATETIME, + "value": null, + "maxValue": '9999-02-08 10:10 AM' }); expect(validator.validate(field)).toBeTruthy(); @@ -699,7 +699,7 @@ describe('FormFieldValidator', () => { it('should succeed for unsupported types', () => { const field = new FormFieldModel(new FormModel(), { - type: FormFieldTypes.TEXT + "type": FormFieldTypes.TEXT }); expect(validator.validate(field)).toBeTruthy(); @@ -709,9 +709,9 @@ describe('FormFieldValidator', () => { const localValidValue = '2018-03-30T22:59:00.000Z'; const field = new FormFieldModel(new FormModel(), { - type: FormFieldTypes.DATETIME, - value: localValidValue, - maxValue: '2018-03-31T23:00:00.000Z' + "type": FormFieldTypes.DATETIME, + "value": localValidValue, + "maxValue": '2018-03-31T23:00:00.000Z' }); expect(validator.validate(field)).toBeTruthy(); @@ -721,9 +721,9 @@ describe('FormFieldValidator', () => { const localInvalidValue = '2018-03-30T23:01:00.000Z'; const field = new FormFieldModel(new FormModel(), { - type: FormFieldTypes.DATETIME, - value: localInvalidValue, - maxValue: `2018-03-30T23:00:00.000Z` + "type": FormFieldTypes.DATETIME, + "value": localInvalidValue, + "maxValue": `2018-03-30T23:00:00.000Z` }); field.validationSummary = new ErrorMessageModel(); @@ -734,9 +734,9 @@ describe('FormFieldValidator', () => { it('should succeed validating value checking the time', () => { const field = new FormFieldModel(new FormModel(), { - type: FormFieldTypes.DATETIME, - value: '9999-02-08T09:10:00.000Z', - maxValue: '9999-02-08T10:10:00.000Z' + "type": FormFieldTypes.DATETIME, + "value": '9999-02-08T09:10:00.000Z', + "maxValue": '9999-02-08T10:10:00.000Z' }); expect(validator.validate(field)).toBeTruthy(); @@ -744,9 +744,9 @@ describe('FormFieldValidator', () => { it('should fail validating value checking the time', () => { const field = new FormFieldModel(new FormModel(), { - type: FormFieldTypes.DATETIME, - value: '9999-02-08T11:10:00.000Z', - maxValue: '9999-02-08T10:10:00.000Z' + "type": FormFieldTypes.DATETIME, + "value": '9999-02-08T11:10:00.000Z', + "maxValue": '9999-02-08T10:10:00.000Z' }); field.validationSummary = new ErrorMessageModel(); @@ -756,9 +756,9 @@ describe('FormFieldValidator', () => { it('should succeed validating value checking the date', () => { const field = new FormFieldModel(new FormModel(), { - type: FormFieldTypes.DATETIME, - value: '9999-02-08T09:10:00.000Z', - maxValue: '9999-02-08T10:10:00.000Z' + "type": FormFieldTypes.DATETIME, + "value": '9999-02-08T09:10:00.000Z', + "maxValue": '9999-02-08T10:10:00.000Z' }); expect(validator.validate(field)).toBeTruthy(); @@ -766,9 +766,9 @@ describe('FormFieldValidator', () => { it('should fail validating value checking the date', () => { const field = new FormFieldModel(new FormModel(), { - type: FormFieldTypes.DATETIME, - value: '08-02-9999 12:10 AM', - maxValue: '9999-02-07 10:10 AM' + "type": FormFieldTypes.DATETIME, + "value": '08-02-9999 12:10 AM', + "maxValue": '9999-02-07 10:10 AM' }); field.validationSummary = new ErrorMessageModel(); @@ -786,7 +786,7 @@ describe('FormFieldValidator', () => { it('should require minValue defined', () => { const field = new FormFieldModel(new FormModel(), { - type: FormFieldTypes.DATETIME + "type": FormFieldTypes.DATETIME }); expect(validator.isSupported(field)).toBeFalsy(); @@ -796,8 +796,8 @@ describe('FormFieldValidator', () => { it('should support date time widgets only', () => { const field = new FormFieldModel(new FormModel(), { - type: FormFieldTypes.DATETIME, - minValue: '9999-02-08 09:10 AM' + "type": FormFieldTypes.DATETIME, + "minValue": '9999-02-08 09:10 AM' }); expect(validator.isSupported(field)).toBeTruthy(); @@ -808,9 +808,9 @@ describe('FormFieldValidator', () => { it('should allow empty values', () => { const field = new FormFieldModel(new FormModel(), { - type: FormFieldTypes.DATETIME, - value: null, - minValue: '9999-02-08 09:10 AM' + "type": FormFieldTypes.DATETIME, + "value": null, + "minValue": '9999-02-08 09:10 AM' }); expect(validator.validate(field)).toBeTruthy(); @@ -818,7 +818,7 @@ describe('FormFieldValidator', () => { it('should succeed for unsupported types', () => { const field = new FormFieldModel(new FormModel(), { - type: FormFieldTypes.TEXT + "type": FormFieldTypes.TEXT }); expect(validator.validate(field)).toBeTruthy(); @@ -828,9 +828,9 @@ describe('FormFieldValidator', () => { const localValidValue = '2018-03-02T06:01:00.000Z'; const field = new FormFieldModel(new FormModel(), { - type: FormFieldTypes.DATETIME, - value: localValidValue, - minValue: '2018-03-02T06:00:00.000Z' + "type": FormFieldTypes.DATETIME, + "value": localValidValue, + "minValue": '2018-03-02T06:00:00.000Z' }); expect(validator.validate(field)).toBeTruthy(); @@ -840,9 +840,9 @@ describe('FormFieldValidator', () => { const localInvalidValue = '2018-3-02 05:59 AM'; const field = new FormFieldModel(new FormModel(), { - type: FormFieldTypes.DATETIME, - value: localInvalidValue, - minValue: '2018-03-02T06:00:00+00:00' + "type": FormFieldTypes.DATETIME, + "value": localInvalidValue, + "minValue": '2018-03-02T06:00:00+00:00' }); field.validationSummary = new ErrorMessageModel(); @@ -853,9 +853,9 @@ describe('FormFieldValidator', () => { it('should succeed validating value by time', () => { const field = new FormFieldModel(new FormModel(), { - type: FormFieldTypes.DATETIME, - value: '08-02-9999 09:10 AM', - minValue: '9999-02-08 09:00 AM' + "type": FormFieldTypes.DATETIME, + "value": '08-02-9999 09:10 AM', + "minValue": '9999-02-08 09:00 AM' }); expect(validator.validate(field)).toBeTruthy(); @@ -863,9 +863,9 @@ describe('FormFieldValidator', () => { it('should succeed validating value by date', () => { const field = new FormFieldModel(new FormModel(), { - type: FormFieldTypes.DATETIME, - value: '09-02-9999 09:10 AM', - minValue: '9999-02-08 09:10 AM' + "type": FormFieldTypes.DATETIME, + "value": '09-02-9999 09:10 AM', + "minValue": '9999-02-08 09:10 AM' }); expect(validator.validate(field)).toBeTruthy(); @@ -873,9 +873,9 @@ describe('FormFieldValidator', () => { it('should fail validating value by time', () => { const field = new FormFieldModel(new FormModel(), { - type: FormFieldTypes.DATETIME, - value: '9999-08-02T08:10:00.000Z', - minValue: '9999-08-02T08:11:00.000Z' + "type": FormFieldTypes.DATETIME, + "value": '9999-08-02T08:10:00.000Z', + "minValue": '9999-08-02T08:11:00.000Z' }); field.validationSummary = new ErrorMessageModel(); @@ -885,9 +885,9 @@ describe('FormFieldValidator', () => { it('should fail validating value by date', () => { const field = new FormFieldModel(new FormModel(), { - type: FormFieldTypes.DATETIME, - value: '9999-02-07T09:10:00.000Z', - minValue: '9999-02-08T09:10:00.000Z' + "type": FormFieldTypes.DATETIME, + "value": '9999-02-07T09:10:00.000Z', + "minValue": '9999-02-08T09:10:00.000Z' }); field.validationSummary = new ErrorMessageModel(); @@ -905,7 +905,7 @@ describe('FormFieldValidator', () => { it('should require maxValue defined', () => { const field = new FormFieldModel(new FormModel(), { - type: FormFieldTypes.DATE + "type": FormFieldTypes.DATE }); expect(validator.isSupported(field)).toBeFalsy(); @@ -915,8 +915,8 @@ describe('FormFieldValidator', () => { it('should support date widgets only', () => { const field = new FormFieldModel(new FormModel(), { - type: FormFieldTypes.DATE, - maxValue: '9999-02-08' + "type": FormFieldTypes.DATE, + "maxValue": '9999-02-08' }); expect(validator.isSupported(field)).toBeTruthy(); @@ -927,9 +927,9 @@ describe('FormFieldValidator', () => { it('should allow empty values', () => { const field = new FormFieldModel(new FormModel(), { - type: FormFieldTypes.DATE, - value: null, - maxValue: '9999-02-08' + "type": FormFieldTypes.DATE, + "value": null, + "maxValue": '9999-02-08' }); expect(validator.validate(field)).toBeTruthy(); @@ -937,7 +937,7 @@ describe('FormFieldValidator', () => { it('should succeed for unsupported types', () => { const field = new FormFieldModel(new FormModel(), { - type: FormFieldTypes.TEXT + "type": FormFieldTypes.TEXT }); expect(validator.validate(field)).toBeTruthy(); @@ -945,9 +945,9 @@ describe('FormFieldValidator', () => { it('should succeed validating value checking the date', () => { const field = new FormFieldModel(new FormModel(), { - type: FormFieldTypes.DATE, - value: '9999-02-08T00:00:00', - maxValue: '9999-02-09' + "type": FormFieldTypes.DATE, + "value": '9999-02-08T00:00:00', + "maxValue": '9999-02-09' }); expect(validator.validate(field)).toBeTruthy(); @@ -955,9 +955,9 @@ describe('FormFieldValidator', () => { it('should fail validating value checking the date', () => { const field = new FormFieldModel(new FormModel(), { - type: FormFieldTypes.DATE, - value: '9999-02-08T00:00:00', - maxValue: '9999-02-07' + "type": FormFieldTypes.DATE, + "value": '9999-02-08T00:00:00', + "maxValue": '9999-02-07' }); field.validationSummary = new ErrorMessageModel(); @@ -967,9 +967,9 @@ describe('FormFieldValidator', () => { it('should validate with APS1 format', () => { const field = new FormFieldModel(new FormModel(), { - type: FormFieldTypes.DATE, - value: '9999-02-08T00:00:00', - maxValue: '09-02-9999' + "type": FormFieldTypes.DATE, + "value": '9999-02-08T00:00:00', + "maxValue": '09-02-9999' }); expect(validator.validate(field)).toBeTruthy(); @@ -977,9 +977,9 @@ describe('FormFieldValidator', () => { it('should fail validating with APS1 format', () => { const field = new FormFieldModel(new FormModel(), { - type: FormFieldTypes.DATE, - value: '9999-02-08T00:00:00', - maxValue: '07-02-9999' + "type": FormFieldTypes.DATE, + "value": '9999-02-08T00:00:00', + "maxValue": '07-02-9999' }); field.validationSummary = new ErrorMessageModel(); @@ -997,7 +997,7 @@ describe('FormFieldValidator', () => { it('should require maxValue defined', () => { const field = new FormFieldModel(new FormModel(), { - type: FormFieldTypes.DATE + "type": FormFieldTypes.DATE }); expect(validator.isSupported(field)).toBeFalsy(); @@ -1007,8 +1007,8 @@ describe('FormFieldValidator', () => { it('should support date widgets only', () => { const field = new FormFieldModel(new FormModel(), { - type: FormFieldTypes.DATE, - minValue: '9999-02-08' + "type": FormFieldTypes.DATE, + "minValue": '9999-02-08' }); expect(validator.isSupported(field)).toBeTruthy(); @@ -1019,9 +1019,9 @@ describe('FormFieldValidator', () => { it('should allow empty values', () => { const field = new FormFieldModel(new FormModel(), { - type: FormFieldTypes.DATE, - value: null, - minValue: '9999-02-08' + "type": FormFieldTypes.DATE, + "value": null, + "minValue": '9999-02-08' }); expect(validator.validate(field)).toBeTruthy(); @@ -1029,7 +1029,7 @@ describe('FormFieldValidator', () => { it('should succeed for unsupported types', () => { const field = new FormFieldModel(new FormModel(), { - type: FormFieldTypes.TEXT + "type": FormFieldTypes.TEXT }); expect(validator.validate(field)).toBeTruthy(); @@ -1037,9 +1037,9 @@ describe('FormFieldValidator', () => { it('should succeed validating value checking the date', () => { const field = new FormFieldModel(new FormModel(), { - type: FormFieldTypes.DATE, - value: '9999-02-08T00:00:00', - minValue: '9999-02-07' + "type": FormFieldTypes.DATE, + "value": '9999-02-08T00:00:00', + "minValue": '9999-02-07' }); expect(validator.validate(field)).toBeTruthy(); @@ -1047,9 +1047,9 @@ describe('FormFieldValidator', () => { it('should fail validating value checking the date', () => { const field = new FormFieldModel(new FormModel(), { - type: FormFieldTypes.DATE, - value: '9999-02-08T00:00:00', - minValue: '9999-02-09' + "type": FormFieldTypes.DATE, + "value": '9999-02-08T00:00:00', + "minValue": '9999-02-09' }); field.validationSummary = new ErrorMessageModel(); @@ -1059,9 +1059,9 @@ describe('FormFieldValidator', () => { it('should validate with APS1 format', () => { const field = new FormFieldModel(new FormModel(), { - type: FormFieldTypes.DATE, - value: '9999-02-08T00:00:00', - minValue: '07-02-9999' + "type": FormFieldTypes.DATE, + "value": '9999-02-08T00:00:00', + "minValue": '07-02-9999' }); expect(validator.validate(field)).toBeTruthy(); @@ -1069,9 +1069,9 @@ describe('FormFieldValidator', () => { it('should fail validating with APS1 format', () => { const field = new FormFieldModel(new FormModel(), { - type: FormFieldTypes.DATE, - value: '9999-02-08T00:00:00', - minValue: '09-02-9999' + "type": FormFieldTypes.DATE, + "value": '9999-02-08T00:00:00', + "minValue": '09-02-9999' }); field.validationSummary = new ErrorMessageModel(); @@ -1089,9 +1089,9 @@ describe('FormFieldValidator', () => { it('should validate dateTime format with dateDisplayFormat', () => { const field = new FormFieldModel(new FormModel(), { - type: FormFieldTypes.DATETIME, - value: '2021-06-09 14:10', - dateDisplayFormat: 'YYYY-MM-DD HH:mm' + "type": FormFieldTypes.DATETIME, + "value": '2021-06-09 14:10', + "dateDisplayFormat": 'YYYY-MM-DD HH:mm' }); expect(validator.validate(field)).toBeTruthy(); @@ -1099,8 +1099,8 @@ describe('FormFieldValidator', () => { it('should validate dateTime format with default format', () => { const field = new FormFieldModel(new FormModel(), { - type: FormFieldTypes.DATETIME, - value: '9-6-2021 11:10 AM' + "type": FormFieldTypes.DATETIME, + "value": '9-6-2021 11:10 AM' }); expect(field.value).toBe('9-6-2021 11:10 AM'); expect(field.dateDisplayFormat).toBe('D-M-YYYY hh:mm A'); @@ -1109,8 +1109,8 @@ describe('FormFieldValidator', () => { it('should not validate dateTime format with default format', () => { const field = new FormFieldModel(new FormModel(), { - type: FormFieldTypes.DATETIME, - value: '2021-06-09 14:10 AM' // 14:10 does not conform to A + "type": FormFieldTypes.DATETIME, + "value": '2021-06-09 14:10 AM' // 14:10 does not conform to A }); expect(field.value).toBe('2021-06-09 14:10 AM'); expect(field.dateDisplayFormat).toBe('D-M-YYYY hh:mm A'); diff --git a/lib/core/src/lib/form/components/widgets/core/form-field-validator.ts b/lib/core/src/lib/form/components/widgets/core/form-field-validator.ts index 574eca70b8..cfd63f8b46 100644 --- a/lib/core/src/lib/form/components/widgets/core/form-field-validator.ts +++ b/lib/core/src/lib/form/components/widgets/core/form-field-validator.ts @@ -51,13 +51,13 @@ export class RequiredFieldValidator implements FormFieldValidator { FormFieldTypes.ATTACH_FOLDER ]; - isSupported(field: FormFieldModel): boolean { + isSupported (field: FormFieldModel): boolean { return field && this.supportedTypes.indexOf(field.type) > -1 && field.required; } - validate(field: FormFieldModel): boolean { + validate (field: FormFieldModel): boolean { if (this.isSupported(field) && field.isVisible) { if (field.type === FormFieldTypes.DROPDOWN) { @@ -109,15 +109,15 @@ export class NumberFieldValidator implements FormFieldValidator { FormFieldTypes.AMOUNT ]; - static isNumber(value: any): boolean { + static isNumber (value: any): boolean { return isNumberValue(value); } - isSupported(field: FormFieldModel): boolean { + isSupported (field: FormFieldModel): boolean { return field && this.supportedTypes.indexOf(field.type) > -1; } - validate(field: FormFieldModel): boolean { + validate (field: FormFieldModel): boolean { if (this.isSupported(field) && field.isVisible) { if (field.value === null || field.value === undefined || @@ -146,15 +146,15 @@ export class DateFieldValidator implements FormFieldValidator { ]; // Validates that the input string is a valid date formatted as (default D-M-YYYY) - static isValidDate(inputDate: string, dateFormat: string = 'D-M-YYYY'): boolean { + static isValidDate (inputDate: string, dateFormat: string = 'D-M-YYYY'): boolean { return DateFnsUtils.isValidDate(inputDate, dateFormat); } - isSupported(field: FormFieldModel): boolean { + isSupported (field: FormFieldModel): boolean { return field && this.supportedTypes.indexOf(field.type) > -1; } - validate(field: FormFieldModel): boolean { + validate (field: FormFieldModel): boolean { if (this.isSupported(field) && field.value && field.isVisible) { if (DateFieldValidator.isValidDate(field.value, field.dateDisplayFormat)) { return true; @@ -172,16 +172,16 @@ export class DateTimeFieldValidator implements FormFieldValidator { FormFieldTypes.DATETIME ]; - isSupported(field: FormFieldModel): boolean { + isSupported (field: FormFieldModel): boolean { return field && this.supportedTypes.indexOf(field.type) > -1; } - static isValidDateTime(input: string): boolean { + static isValidDateTime (input: string): boolean { const date = new Date(input); return isDateValid(date); } - validate(field: FormFieldModel): boolean { + validate (field: FormFieldModel): boolean { if (this.isSupported(field) && field.value && field.isVisible) { if (DateTimeFieldValidator.isValidDateTime(field.value)) { return true; @@ -202,7 +202,7 @@ export abstract class BoundaryDateFieldValidator implements FormFieldValidator { FormFieldTypes.DATE ]; - validate(field: FormFieldModel): boolean { + validate (field: FormFieldModel): boolean { let isValid = true; if (this.isSupported(field) && field.value && field.isVisible) { const dateFormat = field.dateDisplayFormat; @@ -217,7 +217,7 @@ export abstract class BoundaryDateFieldValidator implements FormFieldValidator { return isValid; } - extractDateFormat(date: string): string { + extractDateFormat (date: string): string { const brokenDownDate = date.split('-'); return brokenDownDate[0].length === 4 ? this.DATE_FORMAT_CLOUD : this.DATE_FORMAT; } @@ -229,9 +229,9 @@ export abstract class BoundaryDateFieldValidator implements FormFieldValidator { export class MinDateFieldValidator extends BoundaryDateFieldValidator { - checkDate(field: FormFieldModel, dateFormat: string): boolean { + checkDate (field: FormFieldModel, dateFormat: string): boolean { let isValid = true; - const fieldValueData = DateFnsUtils.parseDate(field.value, dateFormat, { dateOnly: true }); + const fieldValueData = DateFnsUtils.parseDate(field.value, dateFormat, { "dateOnly": true }); const minValueDateFormat = this.extractDateFormat(field.minValue); const min = DateFnsUtils.parseDate(field.minValue, minValueDateFormat); @@ -246,7 +246,7 @@ export class MinDateFieldValidator extends BoundaryDateFieldValidator { return isValid; } - isSupported(field: FormFieldModel): boolean { + isSupported (field: FormFieldModel): boolean { return field && this.supportedTypes.indexOf(field.type) > -1 && !!field.minValue; } @@ -254,9 +254,9 @@ export class MinDateFieldValidator extends BoundaryDateFieldValidator { export class MaxDateFieldValidator extends BoundaryDateFieldValidator { - checkDate(field: FormFieldModel, dateFormat: string): boolean { + checkDate (field: FormFieldModel, dateFormat: string): boolean { let isValid = true; - const fieldValueData = DateFnsUtils.parseDate(field.value, dateFormat, { dateOnly: true }); + const fieldValueData = DateFnsUtils.parseDate(field.value, dateFormat, { "dateOnly": true }); const maxValueDateFormat = this.extractDateFormat(field.maxValue); const max = DateFnsUtils.parseDate(field.maxValue, maxValueDateFormat); @@ -271,7 +271,7 @@ export class MaxDateFieldValidator extends BoundaryDateFieldValidator { return isValid; } - isSupported(field: FormFieldModel): boolean { + isSupported (field: FormFieldModel): boolean { return field && this.supportedTypes.indexOf(field.type) > -1 && !!field.maxValue; } @@ -291,12 +291,12 @@ export class MinDateTimeFieldValidator implements FormFieldValidator { FormFieldTypes.DATETIME ]; - isSupported(field: FormFieldModel): boolean { + isSupported (field: FormFieldModel): boolean { return field && this.supportedTypes.indexOf(field.type) > -1 && !!field.minValue; } - validate(field: FormFieldModel): boolean { + validate (field: FormFieldModel): boolean { let isValid = true; if (this.isSupported(field) && field.value && field.isVisible) { if (!DateTimeFieldValidator.isValidDateTime(field.value)) { @@ -309,7 +309,7 @@ export class MinDateTimeFieldValidator implements FormFieldValidator { return isValid; } - private checkDateTime(field: FormFieldModel): boolean { + private checkDateTime (field: FormFieldModel): boolean { let isValid = true; const fieldValueDate = new Date(field.value); const min = new Date(field.minValue); @@ -340,12 +340,12 @@ export class MaxDateTimeFieldValidator implements FormFieldValidator { FormFieldTypes.DATETIME ]; - isSupported(field: FormFieldModel): boolean { + isSupported (field: FormFieldModel): boolean { return field && this.supportedTypes.indexOf(field.type) > -1 && !!field.maxValue; } - validate(field: FormFieldModel): boolean { + validate (field: FormFieldModel): boolean { let isValid = true; if (this.isSupported(field) && field.value && field.isVisible) { if (!DateTimeFieldValidator.isValidDateTime(field.value)) { @@ -358,7 +358,7 @@ export class MaxDateTimeFieldValidator implements FormFieldValidator { return isValid; } - private checkDateTime(field: FormFieldModel): boolean { + private checkDateTime (field: FormFieldModel): boolean { let isValid = true; const fieldValueDate = new Date(field.value); const max = new Date(field.maxValue); @@ -382,13 +382,13 @@ export class MinLengthFieldValidator implements FormFieldValidator { FormFieldTypes.MULTILINE_TEXT ]; - isSupported(field: FormFieldModel): boolean { + isSupported (field: FormFieldModel): boolean { return field && this.supportedTypes.indexOf(field.type) > -1 && field.minLength > 0; } - validate(field: FormFieldModel): boolean { + validate (field: FormFieldModel): boolean { if (this.isSupported(field) && field.value && field.isVisible) { if (field.value.length >= field.minLength) { return true; @@ -408,13 +408,13 @@ export class MaxLengthFieldValidator implements FormFieldValidator { FormFieldTypes.MULTILINE_TEXT ]; - isSupported(field: FormFieldModel): boolean { + isSupported (field: FormFieldModel): boolean { return field && this.supportedTypes.indexOf(field.type) > -1 && field.maxLength > 0; } - validate(field: FormFieldModel): boolean { + validate (field: FormFieldModel): boolean { if (this.isSupported(field) && field.value && field.isVisible) { if (field.value.length <= field.maxLength) { return true; @@ -434,13 +434,13 @@ export class MinValueFieldValidator implements FormFieldValidator { FormFieldTypes.AMOUNT ]; - isSupported(field: FormFieldModel): boolean { + isSupported (field: FormFieldModel): boolean { return field && this.supportedTypes.indexOf(field.type) > -1 && NumberFieldValidator.isNumber(field.minValue); } - validate(field: FormFieldModel): boolean { + validate (field: FormFieldModel): boolean { if (this.isSupported(field) && field.value && field.isVisible) { const value: number = +field.value; const minValue: number = +field.minValue; @@ -464,13 +464,13 @@ export class MaxValueFieldValidator implements FormFieldValidator { FormFieldTypes.AMOUNT ]; - isSupported(field: FormFieldModel): boolean { + isSupported (field: FormFieldModel): boolean { return field && this.supportedTypes.indexOf(field.type) > -1 && NumberFieldValidator.isNumber(field.maxValue); } - validate(field: FormFieldModel): boolean { + validate (field: FormFieldModel): boolean { if (this.isSupported(field) && field.value && field.isVisible) { const value: number = +field.value; const maxValue: number = +field.maxValue; @@ -494,12 +494,12 @@ export class RegExFieldValidator implements FormFieldValidator { FormFieldTypes.MULTILINE_TEXT ]; - isSupported(field: FormFieldModel): boolean { + isSupported (field: FormFieldModel): boolean { return field && this.supportedTypes.indexOf(field.type) > -1 && !!field.regexPattern; } - validate(field: FormFieldModel): boolean { + validate (field: FormFieldModel): boolean { if (this.isSupported(field) && field.value && field.isVisible) { if (field.value.length > 0 && field.value.match(new RegExp('^' + field.regexPattern + '$'))) { return true; @@ -518,31 +518,31 @@ export class FixedValueFieldValidator implements FormFieldValidator { FormFieldTypes.TYPEAHEAD ]; - isSupported(field: FormFieldModel): boolean { + isSupported (field: FormFieldModel): boolean { return field && this.supportedTypes.indexOf(field.type) > -1; } - hasValidNameOrValidId(field: FormFieldModel): boolean { + hasValidNameOrValidId (field: FormFieldModel): boolean { return this.hasValidName(field) || this.hasValidId(field); } - hasValidName(field: FormFieldModel) { + hasValidName (field: FormFieldModel) { return field.options.find((item) => item.name && item.name.toLocaleLowerCase() === field.value.toLocaleLowerCase()) ? true : false; } - hasValidId(field: FormFieldModel): boolean { + hasValidId (field: FormFieldModel): boolean { return field.options.find((item) => item.id === field.value) ? true : false; } - hasStringValue(field: FormFieldModel) { + hasStringValue (field: FormFieldModel) { return field.value && typeof field.value === 'string'; } - hasOptions(field: FormFieldModel) { + hasOptions (field: FormFieldModel) { return field.options && field.options.length > 0; } - validate(field: FormFieldModel): boolean { + validate (field: FormFieldModel): boolean { if (this.isSupported(field) && field.isVisible) { if (this.hasStringValue(field) && this.hasOptions(field) && !this.hasValidNameOrValidId(field)) { field.validationSummary.message = 'FORM.FIELD.VALIDATOR.INVALID_VALUE'; diff --git a/lib/core/src/lib/form/components/widgets/core/form-field.model.spec.ts b/lib/core/src/lib/form/components/widgets/core/form-field.model.spec.ts index eb82b7bd39..7e48b62a8b 100644 --- a/lib/core/src/lib/form/components/widgets/core/form-field.model.spec.ts +++ b/lib/core/src/lib/form/components/widgets/core/form-field.model.spec.ts @@ -36,27 +36,27 @@ describe('FormFieldModel', () => { it('should setup with json config', () => { const json = { - fieldType: '', - id: '', - name: '', - type: '', - required: true, - readOnly: true, - overrideId: true, - tab: '', - restUrl: '', - restResponsePath: '', - restIdProperty: '', - restLabelProperty: '', - colspan: 1, - options: [], - hasEmptyValue: true, - className: '', - optionType: '', - params: {}, - hyperlinkUrl: '', - displayText: '', - value: '' + "fieldType": '', + "id": '', + "name": '', + "type": '', + "required": true, + "readOnly": true, + "overrideId": true, + "tab": '', + "restUrl": '', + "restResponsePath": '', + "restIdProperty": '', + "restLabelProperty": '', + "colspan": 1, + "options": [], + "hasEmptyValue": true, + "className": '', + "optionType": '', + "params": {}, + "hyperlinkUrl": '', + "displayText": '', + "value": '' }; const field = new FormFieldModel(new FormModel(), json); Object.keys(json).forEach((key) => { @@ -69,7 +69,7 @@ describe('FormFieldModel', () => { expect(field.options).toBeDefined(); expect(field.options.length).toBe(0); - field = new FormFieldModel(new FormModel(), {options: null}); + field = new FormFieldModel(new FormModel(), {"options": null}); expect(field.options).toBeDefined(); expect(field.options.length).toBe(0); }); @@ -78,13 +78,13 @@ describe('FormFieldModel', () => { let field = new FormFieldModel(new FormModel(), null); expect(field.params).toEqual({}); - field = new FormFieldModel(new FormModel(), {params: null}); + field = new FormFieldModel(new FormModel(), {"params": null}); expect(field.params).toEqual({}); }); it('should update form on every value change', () => { const form = new FormModel(); - const field = new FormFieldModel(form, {id: 'field1'}); + const field = new FormFieldModel(form, {"id": 'field1'}); const value = 10; spyOn(field, 'updateForm').and.callThrough(); @@ -106,7 +106,7 @@ describe('FormFieldModel', () => { it('should take own readonly state if form is writable', () => { const form = new FormModel(); - const field = new FormFieldModel(form, {readOnly: true}); + const field = new FormFieldModel(form, {"readOnly": true}); expect(form.readOnly).toBeFalsy(); expect(field.readOnly).toBeTruthy(); @@ -114,9 +114,9 @@ describe('FormFieldModel', () => { it('should parse and leave dropdown value as is', () => { const field = new FormFieldModel(new FormModel(), { - type: FormFieldTypes.DROPDOWN, - options: [], - value: 'deferred' + "type": FormFieldTypes.DROPDOWN, + "options": [], + "value": 'deferred' }); expect(field.value).toBe('deferred'); @@ -125,21 +125,21 @@ describe('FormFieldModel', () => { it('should parse the date with the default format (D-M-YYYY) if the display format is missing', () => { const form = new FormModel(); const field = new FormFieldModel(form, { - fieldType: 'FormFieldRepresentation', - id: 'mmddyyyy', - name: 'MM-DD-YYYY', - type: 'date', - value: '2017-04-28T00:00:00.000+0000', - required: false, - readOnly: false, - params: { - field: { - id: 'mmddyyyy', - name: 'MM-DD-YYYY', - type: 'date', - value: null, - required: false, - readOnly: false + "fieldType": 'FormFieldRepresentation', + "id": 'mmddyyyy', + "name": 'MM-DD-YYYY', + "type": 'date', + "value": '2017-04-28T00:00:00.000+0000', + "required": false, + "readOnly": false, + "params": { + "field": { + "id": 'mmddyyyy', + "name": 'MM-DD-YYYY', + "type": 'date', + "value": null, + "required": false, + "readOnly": false } } }); @@ -150,24 +150,24 @@ describe('FormFieldModel', () => { it('should parse the date with the format MM-DD-YYYY', () => { const form = new FormModel(); const field = new FormFieldModel(form, { - fieldType: 'FormFieldRepresentation', - id: 'mmddyyyy', - name: 'MM-DD-YYYY', - type: 'date', - value: '2017-04-28T00:00:00.000+0000', - required: false, - readOnly: false, - params: { - field: { - id: 'mmddyyyy', - name: 'MM-DD-YYYY', - type: 'date', - value: null, - required: false, - readOnly: false + "fieldType": 'FormFieldRepresentation', + "id": 'mmddyyyy', + "name": 'MM-DD-YYYY', + "type": 'date', + "value": '2017-04-28T00:00:00.000+0000', + "required": false, + "readOnly": false, + "params": { + "field": { + "id": 'mmddyyyy', + "name": 'MM-DD-YYYY', + "type": 'date', + "value": null, + "required": false, + "readOnly": false } }, - dateDisplayFormat: 'MM-DD-YYYY' + "dateDisplayFormat": 'MM-DD-YYYY' }); expect(field.value).toBe('04-28-2017'); expect(form.values['mmddyyyy']).toEqual('2017-04-28T00:00:00.000Z'); @@ -176,24 +176,24 @@ describe('FormFieldModel', () => { it('should parse the date with the format MM-YY-DD', () => { const form = new FormModel(); const field = new FormFieldModel(form, { - fieldType: 'FormFieldRepresentation', - id: 'mmyydd', - name: 'MM-YY-DD', - type: 'date', - value: '2017-04-28T00:00:00.000+0000', - required: false, - readOnly: false, - params: { - field: { - id: 'mmyydd', - name: 'MM-YY-DD', - type: 'date', - value: null, - required: false, - readOnly: false + "fieldType": 'FormFieldRepresentation', + "id": 'mmyydd', + "name": 'MM-YY-DD', + "type": 'date', + "value": '2017-04-28T00:00:00.000+0000', + "required": false, + "readOnly": false, + "params": { + "field": { + "id": 'mmyydd', + "name": 'MM-YY-DD', + "type": 'date', + "value": null, + "required": false, + "readOnly": false } }, - dateDisplayFormat: 'MM-YY-DD' + "dateDisplayFormat": 'MM-YY-DD' }); expect(field.value).toBe('04-17-28'); expect(form.values['mmyydd']).toEqual('2017-04-28T00:00:00.000Z'); @@ -202,24 +202,24 @@ describe('FormFieldModel', () => { it('should parse the date with the format DD-MM-YYYY', () => { const form = new FormModel(); const field = new FormFieldModel(form, { - fieldType: 'FormFieldRepresentation', - id: 'ddmmyyy', - name: 'DD-MM-YYYY', - type: 'date', - value: '2017-04-28T00:00:00.000+0000', - required: false, - readOnly: false, - params: { - field: { - id: 'ddmmyyy', - name: 'DD-MM-YYYY', - type: 'date', - value: null, - required: false, - readOnly: false + "fieldType": 'FormFieldRepresentation', + "id": 'ddmmyyy', + "name": 'DD-MM-YYYY', + "type": 'date', + "value": '2017-04-28T00:00:00.000+0000', + "required": false, + "readOnly": false, + "params": { + "field": { + "id": 'ddmmyyy', + "name": 'DD-MM-YYYY', + "type": 'date', + "value": null, + "required": false, + "readOnly": false } }, - dateDisplayFormat: 'DD-MM-YYYY' + "dateDisplayFormat": 'DD-MM-YYYY' }); expect(field.value).toBe('28-04-2017'); expect(form.values['ddmmyyy']).toEqual('2017-04-28T00:00:00.000Z'); @@ -228,24 +228,24 @@ describe('FormFieldModel', () => { it('should parse the date with the format DD-MM-YYYY when it is readonly', () => { const form = new FormModel(); const field = new FormFieldModel(form, { - fieldType: 'FormFieldRepresentation', - id: 'ddmmyyy', - name: 'DD-MM-YYYY', - type: 'readonly', - value: '2017-04-28T00:00:00.000+0000', - required: false, - readOnly: true, - params: { - field: { - id: 'ddmmyyy', - name: 'DD-MM-YYYY', - type: 'date', - value: null, - required: false, - readOnly: false + "fieldType": 'FormFieldRepresentation', + "id": 'ddmmyyy', + "name": 'DD-MM-YYYY', + "type": 'readonly', + "value": '2017-04-28T00:00:00.000+0000', + "required": false, + "readOnly": true, + "params": { + "field": { + "id": 'ddmmyyy', + "name": 'DD-MM-YYYY', + "type": 'date', + "value": null, + "required": false, + "readOnly": false } }, - dateDisplayFormat: 'DD-MM-YYYY' + "dateDisplayFormat": 'DD-MM-YYYY' }); expect(field.value).toBe('28-04-2017'); }); @@ -253,24 +253,24 @@ describe('FormFieldModel', () => { it('should set the value to today\'s date when the value is today', () => { const form = new FormModel(); const field = new FormFieldModel(form, { - fieldType: 'FormFieldRepresentation', - id: 'ddmmyyy', - name: 'DD-MM-YYYY', - type: 'date', - value: 'today', - required: false, - readOnly: false, - params: { - field: { - id: 'ddmmyyy', - name: 'DD-MM-YYYY', - type: 'date', - value: 'today', - required: false, - readOnly: false + "fieldType": 'FormFieldRepresentation', + "id": 'ddmmyyy', + "name": 'DD-MM-YYYY', + "type": 'date', + "value": 'today', + "required": false, + "readOnly": false, + "params": { + "field": { + "id": 'ddmmyyy', + "name": 'DD-MM-YYYY', + "type": 'date', + "value": 'today', + "required": false, + "readOnly": false } }, - dateDisplayFormat: 'DD-MM-YYYY' + "dateDisplayFormat": 'DD-MM-YYYY' }); const currentDate = new Date(); @@ -284,24 +284,24 @@ describe('FormFieldModel', () => { it('should set the value to now date time when the value is now', () => { const form = new FormModel(); const field = new FormFieldModel(form, { - fieldType: 'FormFieldRepresentation', - id: 'datetime', - name: 'date and time', - type: 'datetime', - value: 'now', - required: false, - readOnly: false, - params: { - field: { - id: 'datetime', - name: 'date and time', - type: 'datetime', - value: 'now', - required: false, - readOnly: false + "fieldType": 'FormFieldRepresentation', + "id": 'datetime', + "name": 'date and time', + "type": 'datetime', + "value": 'now', + "required": false, + "readOnly": false, + "params": { + "field": { + "id": 'datetime', + "name": 'date and time', + "type": 'datetime', + "value": 'now', + "required": false, + "readOnly": false } }, - dateDisplayFormat: 'YYYY-MM-DD HH:mm' + "dateDisplayFormat": 'YYYY-MM-DD HH:mm' }); const currentDateTime = new Date(); @@ -315,21 +315,21 @@ describe('FormFieldModel', () => { it('should parse the checkbox set to "true" when it is readonly', () => { const form = new FormModel(); const field = new FormFieldModel(form, { - fieldType: 'FormFieldRepresentation', - id: 'checkbox', - name: 'Checkbox', - type: 'readonly', - value: 'true', - required: false, - readOnly: true, - params: { - field: { - id: 'checkbox', - name: 'Checkbox', - type: 'boolean', - value: null, - required: false, - readOnly: false + "fieldType": 'FormFieldRepresentation', + "id": 'checkbox', + "name": 'Checkbox', + "type": 'readonly', + "value": 'true', + "required": false, + "readOnly": true, + "params": { + "field": { + "id": 'checkbox', + "name": 'Checkbox', + "type": 'boolean', + "value": null, + "required": false, + "readOnly": false } } }); @@ -339,21 +339,21 @@ describe('FormFieldModel', () => { it('should parse the checkbox set to null when it is readonly', () => { const form = new FormModel(); const field = new FormFieldModel(form, { - fieldType: 'FormFieldRepresentation', - id: 'checkbox', - name: 'Checkbox', - type: 'readonly', - value: null, - required: false, - readOnly: true, - params: { - field: { - id: 'checkbox', - name: 'Checkbox', - type: 'boolean', - value: null, - required: false, - readOnly: false + "fieldType": 'FormFieldRepresentation', + "id": 'checkbox', + "name": 'Checkbox', + "type": 'readonly', + "value": null, + "required": false, + "readOnly": true, + "params": { + "field": { + "id": 'checkbox', + "name": 'Checkbox', + "type": 'boolean', + "value": null, + "required": false, + "readOnly": false } } }); @@ -363,21 +363,21 @@ describe('FormFieldModel', () => { it('should parse the checkbox set to "false" when it is readonly', () => { const form = new FormModel(); const field = new FormFieldModel(form, { - fieldType: 'FormFieldRepresentation', - id: 'checkbox', - name: 'Checkbox', - type: 'readonly', - value: 'false', - required: false, - readOnly: true, - params: { - field: { - id: 'checkbox', - name: 'Checkbox', - type: 'boolean', - value: null, - required: false, - readOnly: false + "fieldType": 'FormFieldRepresentation', + "id": 'checkbox', + "name": 'Checkbox', + "type": 'readonly', + "value": 'false', + "required": false, + "readOnly": true, + "params": { + "field": { + "id": 'checkbox', + "name": 'Checkbox', + "type": 'boolean', + "value": null, + "required": false, + "readOnly": false } } }); @@ -387,21 +387,21 @@ describe('FormFieldModel', () => { it('should parse the checkbox set to "true" when it is editable', () => { const form = new FormModel(); const field = new FormFieldModel(form, { - fieldType: 'FormFieldRepresentation', - id: 'checkbox', - name: 'Checkbox', - type: 'boolean', - value: 'true', - required: false, - readOnly: true, - params: { - field: { - id: 'checkbox', - name: 'Checkbox', - type: 'boolean', - value: null, - required: false, - readOnly: false + "fieldType": 'FormFieldRepresentation', + "id": 'checkbox', + "name": 'Checkbox', + "type": 'boolean', + "value": 'true', + "required": false, + "readOnly": true, + "params": { + "field": { + "id": 'checkbox', + "name": 'Checkbox', + "type": 'boolean', + "value": null, + "required": false, + "readOnly": false } } }); @@ -411,21 +411,21 @@ describe('FormFieldModel', () => { it('should parse the checkbox set to null when it is editable', () => { const form = new FormModel(); const field = new FormFieldModel(form, { - fieldType: 'FormFieldRepresentation', - id: 'checkbox', - name: 'Checkbox', - type: 'boolean', - value: null, - required: false, - readOnly: true, - params: { - field: { - id: 'checkbox', - name: 'Checkbox', - type: 'boolean', - value: null, - required: false, - readOnly: false + "fieldType": 'FormFieldRepresentation', + "id": 'checkbox', + "name": 'Checkbox', + "type": 'boolean', + "value": null, + "required": false, + "readOnly": true, + "params": { + "field": { + "id": 'checkbox', + "name": 'Checkbox', + "type": 'boolean', + "value": null, + "required": false, + "readOnly": false } } }); @@ -435,21 +435,21 @@ describe('FormFieldModel', () => { it('should parse the checkbox set to "false" when it is editable', () => { const form = new FormModel(); const field = new FormFieldModel(form, { - fieldType: 'FormFieldRepresentation', - id: 'checkbox', - name: 'Checkbox', - type: 'boolean', - value: 'false', - required: false, - readOnly: true, - params: { - field: { - id: 'checkbox', - name: 'Checkbox', - type: 'boolean', - value: null, - required: false, - readOnly: false + "fieldType": 'FormFieldRepresentation', + "id": 'checkbox', + "name": 'Checkbox', + "type": 'boolean', + "value": 'false', + "required": false, + "readOnly": true, + "params": { + "field": { + "id": 'checkbox', + "name": 'Checkbox', + "type": 'boolean', + "value": null, + "required": false, + "readOnly": false } } }); @@ -458,13 +458,13 @@ describe('FormFieldModel', () => { it('should return the label of selected dropdown value ', () => { const field = new FormFieldModel(new FormModel(), { - type: FormFieldTypes.DROPDOWN, - options: [ - {id: 'empty', name: 'Choose option...'}, - {id: 'fake-option-2', name: 'fake label 2'}, - {id: 'fake-option-3', name: 'fake label 3'} + "type": FormFieldTypes.DROPDOWN, + "options": [ + {"id": 'empty', "name": 'Choose option...'}, + {"id": 'fake-option-2', "name": 'fake label 2'}, + {"id": 'fake-option-3', "name": 'fake label 3'} ], - value: 'fake-option-2' + "value": 'fake-option-2' }); expect(field.getOptionName()).toBe('fake label 2'); expect(field.hasEmptyValue).toBe(true); @@ -472,14 +472,14 @@ describe('FormFieldModel', () => { it('should parse dropdown with multiple options', () => { const field = new FormFieldModel(new FormModel(), { - type: FormFieldTypes.DROPDOWN, - options: [ - {id: 'fake-option-1', name: 'fake label 1'}, - {id: 'fake-option-2', name: 'fake label 2'}, - {id: 'fake-option-3', name: 'fake label 3'} + "type": FormFieldTypes.DROPDOWN, + "options": [ + {"id": 'fake-option-1', "name": 'fake label 1'}, + {"id": 'fake-option-2', "name": 'fake label 2'}, + {"id": 'fake-option-3', "name": 'fake label 3'} ], - value: [], - selectionType: 'multiple' + "value": [], + "selectionType": 'multiple' }); expect(field.hasMultipleValues).toBe(true); expect(field.hasEmptyValue).toBe(false); @@ -487,12 +487,12 @@ describe('FormFieldModel', () => { it('should parse and resolve radio button value', () => { const field = new FormFieldModel(new FormModel(), { - type: FormFieldTypes.RADIO_BUTTONS, - options: [ - {id: 'opt1', name: 'Option 1'}, - {id: 'opt2', name: 'Option 2'} + "type": FormFieldTypes.RADIO_BUTTONS, + "options": [ + {"id": 'opt1', "name": 'Option 1'}, + {"id": 'opt2', "name": 'Option 2'} ], - value: 'opt2' + "value": 'opt2' }); expect(field.value).toBe('opt2'); @@ -500,33 +500,33 @@ describe('FormFieldModel', () => { it('should parse and leave radio button value as is', () => { const field = new FormFieldModel(new FormModel(), { - type: FormFieldTypes.RADIO_BUTTONS, - options: [], - value: 'deferred-radio' + "type": FormFieldTypes.RADIO_BUTTONS, + "options": [], + "value": 'deferred-radio' }); expect(field.value).toBe('deferred-radio'); }); it('should parse boolean value when set to "true"', () => { const field = new FormFieldModel(new FormModel(), { - type: FormFieldTypes.BOOLEAN, - value: 'true' + "type": FormFieldTypes.BOOLEAN, + "value": 'true' }); expect(field.value).toBe(true); }); it('should parse boolean value when set to "false"', () => { const field = new FormFieldModel(new FormModel(), { - type: FormFieldTypes.BOOLEAN, - value: 'false' + "type": FormFieldTypes.BOOLEAN, + "value": 'false' }); expect(field.value).toBe(false); }); it('should parse boolean value to false when set to null', () => { const field = new FormFieldModel(new FormModel(), { - type: FormFieldTypes.BOOLEAN, - value: null + "type": FormFieldTypes.BOOLEAN, + "value": null }); expect(field.value).toBe(false); }); @@ -534,8 +534,8 @@ describe('FormFieldModel', () => { it('should set the value as null for a dropdown field that has the None value selected', () => { const form = new FormModel(); const field = new FormFieldModel(form, { - id: 'dropdown-1', - type: FormFieldTypes.DROPDOWN + "id": 'dropdown-1', + "type": FormFieldTypes.DROPDOWN }); field.value = 'empty'; @@ -551,11 +551,11 @@ describe('FormFieldModel', () => { it('should update form with dropdown value', () => { const form = new FormModel(); const field = new FormFieldModel(form, { - id: 'dropdown-2', - type: FormFieldTypes.DROPDOWN, - options: [ - {id: 'opt1', name: 'Option 1'}, - {id: 'opt2', name: 'Option 2'} + "id": 'dropdown-2', + "type": FormFieldTypes.DROPDOWN, + "options": [ + {"id": 'opt1', "name": 'Option 1'}, + {"id": 'opt2', "name": 'Option 2'} ] }); @@ -566,11 +566,11 @@ describe('FormFieldModel', () => { it('should update form with radio button value', () => { const form = new FormModel(); const field = new FormFieldModel(form, { - id: 'radio-1', - type: FormFieldTypes.RADIO_BUTTONS, - options: [ - {id: 'opt1', name: 'Option 1'}, - {id: 'opt2', name: 'Option 2'} + "id": 'radio-1', + "type": FormFieldTypes.RADIO_BUTTONS, + "options": [ + {"id": 'opt1', "name": 'Option 1'}, + {"id": 'opt2', "name": 'Option 2'} ] }); @@ -581,11 +581,11 @@ describe('FormFieldModel', () => { it('radio button value should be null when no default is set', () => { const form = new FormModel(); const field = new FormFieldModel(form, { - id: 'radio-2', - type: FormFieldTypes.RADIO_BUTTONS, - options: [ - {id: 'opt1', name: 'Option 1'}, - {id: 'opt2', name: 'Option 2'} + "id": 'radio-2', + "type": FormFieldTypes.RADIO_BUTTONS, + "options": [ + {"id": 'opt1', "name": 'Option 1'}, + {"id": 'opt2', "name": 'Option 2'} ] }); @@ -598,8 +598,8 @@ describe('FormFieldModel', () => { FormFieldTypes.READONLY_TYPES.forEach((typeName) => { const field = new FormFieldModel(form, { - id: typeName, - type: typeName + "id": typeName, + "type": typeName }); field.value = ''; @@ -610,11 +610,11 @@ describe('FormFieldModel', () => { it('should be able to check if the field has options available', () => { const form = new FormModel(); const field = new FormFieldModel(form, { - id: 'dropdown-happy', - type: FormFieldTypes.DROPDOWN, - options: [ - {id: 'opt1', name: 'Option 1'}, - {id: 'opt2', name: 'Option 2'} + "id": 'dropdown-happy', + "type": FormFieldTypes.DROPDOWN, + "options": [ + {"id": 'opt1', "name": 'Option 1'}, + {"id": 'opt2', "name": 'Option 2'} ] }); @@ -624,8 +624,8 @@ describe('FormFieldModel', () => { it('should return false if field has no options', () => { const form = new FormModel(); const field = new FormFieldModel(form, { - id: 'dropdown-sad', - type: FormFieldTypes.DROPDOWN + "id": 'dropdown-sad', + "type": FormFieldTypes.DROPDOWN }); expect(field.hasOptions()).toBeFalsy(); @@ -634,8 +634,8 @@ describe('FormFieldModel', () => { it('should calculate the columns in case of container type', () => { const form = new FormModel(); const field = new FormFieldModel(form, { - type: FormFieldTypes.CONTAINER, - numberOfColumns: 888 + "type": FormFieldTypes.CONTAINER, + "numberOfColumns": 888 }); expect(field.numberOfColumns).toBe(888); @@ -644,8 +644,8 @@ describe('FormFieldModel', () => { it('should calculate the columns in case of group type', () => { const form = new FormModel(); const field = new FormFieldModel(form, { - type: FormFieldTypes.GROUP, - numberOfColumns: 999 + "type": FormFieldTypes.GROUP, + "numberOfColumns": 999 }); expect(field.numberOfColumns).toBe(999); @@ -654,7 +654,7 @@ describe('FormFieldModel', () => { it('should instantiate FormField when has no variable', () => { const form = new FormModel({}); form.json = { - variables: undefined + "variables": undefined }; const field = new FormFieldModel(form, {}); expect(field).toBeDefined(); @@ -663,13 +663,13 @@ describe('FormFieldModel', () => { it('header field type should not appear into form values', () => { const form = new FormModel(); const field = new FormFieldModel(form, { - fieldType: 'HeaderFieldtype', - id: 'header_field', - name: 'header', - type: FormFieldTypes.GROUP, - value: '', - required: false, - readOnly: true + "fieldType": 'HeaderFieldtype', + "id": 'header_field', + "name": 'header', + "type": FormFieldTypes.GROUP, + "value": '', + "required": false, + "readOnly": true }); field.updateForm(); expect(form.values['header_field']).not.toBeDefined(); @@ -678,16 +678,16 @@ describe('FormFieldModel', () => { it('dropdown field type should appear into form values', () => { const form = new FormModel(); const field = new FormFieldModel(form, { - fieldType: 'HeaderFieldtype', - id: 'dropdown_field', - name: 'header', - type: FormFieldTypes.DROPDOWN, - value: 'opt1', - required: false, - readOnly: true, - options: [ - {id: 'opt1', name: 'Option 1'}, - {id: 'opt2', name: 'Option 2'} + "fieldType": 'HeaderFieldtype', + "id": 'dropdown_field', + "name": 'header', + "type": FormFieldTypes.DROPDOWN, + "value": 'opt1', + "required": false, + "readOnly": true, + "options": [ + {"id": 'opt1', "name": 'Option 1'}, + {"id": 'opt2', "name": 'Option 2'} ] }); field.updateForm(); @@ -697,20 +697,20 @@ describe('FormFieldModel', () => { it('dropdown field type should be formatted on rest properties', () => { const form = new FormModel(); const field = new FormFieldModel(form, { - fieldType: 'HeaderFieldtype', - id: 'dropdown_field', - name: 'header', - type: FormFieldTypes.DROPDOWN, - value: 'opt1', - required: false, - readOnly: true, - restUrl: 'fake-url-just-to-show', - optionType: 'rest', - restIdProperty: 'fake-id-property', - restLabelProperty: 'fake-label-property', - options: [ - {id: 'opt1', name: 'Option 1'}, - {id: 'opt2', name: 'Option 2'} + "fieldType": 'HeaderFieldtype', + "id": 'dropdown_field', + "name": 'header', + "type": FormFieldTypes.DROPDOWN, + "value": 'opt1', + "required": false, + "readOnly": true, + "restUrl": 'fake-url-just-to-show', + "optionType": 'rest', + "restIdProperty": 'fake-id-property', + "restLabelProperty": 'fake-label-property', + "options": [ + {"id": 'opt1', "name": 'Option 1'}, + {"id": 'opt2', "name": 'Option 2'} ] }); field.updateForm(); @@ -721,18 +721,18 @@ describe('FormFieldModel', () => { it('dropdown field type should be formatted on id and name properties if rest properties are not set', () => { const form = new FormModel(); const field = new FormFieldModel(form, { - fieldType: 'HeaderFieldtype', - id: 'dropdown_field', - name: 'header', - type: FormFieldTypes.DROPDOWN, - value: 'opt1', - required: false, - readOnly: true, - restUrl: 'fake-url-just-to-show', - optionType: 'rest', - options: [ - {id: 'opt1', name: 'Option 1'}, - {id: 'opt2', name: 'Option 2'} + "fieldType": 'HeaderFieldtype', + "id": 'dropdown_field', + "name": 'header', + "type": FormFieldTypes.DROPDOWN, + "value": 'opt1', + "required": false, + "readOnly": true, + "restUrl": 'fake-url-just-to-show', + "optionType": 'rest', + "options": [ + {"id": 'opt1', "name": 'Option 1'}, + {"id": 'opt2', "name": 'Option 2'} ] }); field.updateForm(); @@ -743,20 +743,20 @@ describe('FormFieldModel', () => { it('radio button field rest type should appear with its configured label and id into the rest values', () => { const form = new FormModel(); const field = new FormFieldModel(form, { - fieldType: 'HeaderFieldtype', - id: 'radio_bananan_field', - name: 'banana', - type: FormFieldTypes.RADIO_BUTTONS, - value: 'opt1', - required: false, - readOnly: true, - restUrl: '', - restIdProperty: 'banana', - restLabelProperty: 'banLabel', - optionType: 'rest', - options: [ - {id: 'opt1', name: 'Option 1'}, - {id: 'opt2', name: 'Option 2'} + "fieldType": 'HeaderFieldtype', + "id": 'radio_bananan_field', + "name": 'banana', + "type": FormFieldTypes.RADIO_BUTTONS, + "value": 'opt1', + "required": false, + "readOnly": true, + "restUrl": '', + "restIdProperty": 'banana', + "restLabelProperty": 'banLabel', + "optionType": 'rest', + "options": [ + {"id": 'opt1', "name": 'Option 1'}, + {"id": 'opt2', "name": 'Option 2'} ] }); field.updateForm(); @@ -767,18 +767,18 @@ describe('FormFieldModel', () => { it('radio button field rest type should appear with id / name properties when rest properties are not configured', () => { const form = new FormModel(); const field = new FormFieldModel(form, { - fieldType: 'HeaderFieldtype', - id: 'radio_bananan_field', - name: 'banana', - type: FormFieldTypes.RADIO_BUTTONS, - value: 'opt1', - required: false, - readOnly: true, - restUrl: '', - optionType: 'rest', - options: [ - {id: 'opt1', name: 'Option 1'}, - {id: 'opt2', name: 'Option 2'} + "fieldType": 'HeaderFieldtype', + "id": 'radio_bananan_field', + "name": 'banana', + "type": FormFieldTypes.RADIO_BUTTONS, + "value": 'opt1', + "required": false, + "readOnly": true, + "restUrl": '', + "optionType": 'rest', + "options": [ + {"id": 'opt1', "name": 'Option 1'}, + {"id": 'opt2', "name": 'Option 2'} ] }); field.updateForm(); @@ -788,8 +788,8 @@ describe('FormFieldModel', () => { it('should parse and resolve people null value as null', () => { const field = new FormFieldModel(new FormModel(), { - type: FormFieldTypes.PEOPLE, - value: null + "type": FormFieldTypes.PEOPLE, + "value": null }); field.updateForm(); @@ -799,11 +799,11 @@ describe('FormFieldModel', () => { it('should parse and resolve people undefined value as null', () => { const field = new FormFieldModel(new FormModel(), { - fieldType: 'HeaderFieldtype', - id: 'people_field', - name: 'people', - type: FormFieldTypes.PEOPLE, - value: undefined + "fieldType": 'HeaderFieldtype', + "id": 'people_field', + "name": 'people', + "type": FormFieldTypes.PEOPLE, + "value": undefined }); field.updateForm(); @@ -817,33 +817,33 @@ describe('FormFieldModel', () => { beforeEach(() => { form = new FormModel({ - variables: [ + "variables": [ { - id: 'bfca9766-7bc1-45cc-8ecf-cdad551e36e2', - name: 'name2', - type: 'string', - value: 'default hello' + "id": 'bfca9766-7bc1-45cc-8ecf-cdad551e36e2', + "name": 'name2', + "type": 'string', + "value": 'default hello' } ], - processVariables: [ + "processVariables": [ { - serviceName: 'denys-variable-mapping-rb', - serviceFullName: 'denys-variable-mapping-rb', - serviceVersion: '', - appName: 'denys-variable-mapping', - appVersion: '', - serviceType: null, - id: 3, - type: 'string', - name: 'variables.name1', - createTime: 1566989626284, - lastUpdatedTime: 1566989626284, - executionId: null, - value: 'hello', - markedAsDeleted: false, - processInstanceId: '1be4785f-c982-11e9-bdd8-96d6903e4e44', - taskId: '1beab9f6-c982-11e9-bdd8-96d6903e4e44', - taskVariable: true + "serviceName": 'denys-variable-mapping-rb', + "serviceFullName": 'denys-variable-mapping-rb', + "serviceVersion": '', + "appName": 'denys-variable-mapping', + "appVersion": '', + "serviceType": null, + "id": 3, + "type": 'string', + "name": 'variables.name1', + "createTime": 1566989626284, + "lastUpdatedTime": 1566989626284, + "executionId": null, + "value": 'hello', + "markedAsDeleted": false, + "processInstanceId": '1be4785f-c982-11e9-bdd8-96d6903e4e44', + "taskId": '1beab9f6-c982-11e9-bdd8-96d6903e4e44', + "taskVariable": true } ] }); @@ -851,12 +851,12 @@ describe('FormFieldModel', () => { it('it should get a process value for readonly field', () => { const field = new FormFieldModel(form, { - type: FormFieldTypes.DISPLAY_VALUE, - params: { - field: { - id: 'name1', - name: 'name1', - type: 'string' + "type": FormFieldTypes.DISPLAY_VALUE, + "params": { + "field": { + "id": 'name1', + "name": 'name1', + "type": 'string' } } }); @@ -866,13 +866,13 @@ describe('FormFieldModel', () => { it('it should fallback to a form variable for readonly field', () => { const field = new FormFieldModel(form, { - type: FormFieldTypes.DISPLAY_VALUE, - params: { - responseVariable: true, - field: { - id: 'name2', - name: 'name2', - type: 'string' + "type": FormFieldTypes.DISPLAY_VALUE, + "params": { + "responseVariable": true, + "field": { + "id": 'name2', + "name": 'name2', + "type": 'string' } } }); diff --git a/lib/core/src/lib/form/components/widgets/core/form-field.model.ts b/lib/core/src/lib/form/components/widgets/core/form-field.model.ts index 118e7ea069..985a78657c 100644 --- a/lib/core/src/lib/form/components/widgets/core/form-field.model.ts +++ b/lib/core/src/lib/form/components/widgets/core/form-field.model.ts @@ -95,49 +95,49 @@ export class FormFieldModel extends FormWidgetModel { emptyOption: FormFieldOption; validationSummary: ErrorMessageModel; - get value(): any { + get value (): any { return this._value; } - set value(v: any) { + set value (v: any) { this._value = v; this.updateForm(); } - get readOnly(): boolean { + get readOnly (): boolean { if (this.form?.readOnly) { return true; } return this._readOnly; } - set readOnly(readOnly: boolean) { + set readOnly (readOnly: boolean) { this._readOnly = readOnly; this.updateForm(); } - get required(): boolean { + get required (): boolean { return this._required; } - set required(value: boolean) { + set required (value: boolean) { this._required = value; this.updateForm(); } - get isValid(): boolean { + get isValid (): boolean { return this._isValid; } - get hasMultipleValues() { + get hasMultipleValues () { return this.selectionType === 'multiple'; } - markAsInvalid() { + markAsInvalid () { this._isValid = false; } - validate(): boolean { + validate (): boolean { this.validationSummary = new ErrorMessageModel(); if (!this.readOnly) { @@ -153,7 +153,7 @@ export class FormFieldModel extends FormWidgetModel { return this._isValid; } - constructor(form: any, json?: any) { + constructor (form: any, json?: any) { super(form, json); if (json) { this.fieldType = json.fieldType; @@ -232,30 +232,30 @@ export class FormFieldModel extends FormWidgetModel { this.updateForm(); } - private setValueForReadonlyType(form: any) { + private setValueForReadonlyType (form: any) { const value = this.getProcessVariableValue(this.params.field, form); if (value) { this.value = value; } } - private getDefaultDateFormat(jsonField: any): string { + private getDefaultDateFormat (jsonField: any): string { let originalType = jsonField.type; - if (FormFieldTypes.isReadOnlyType(jsonField.type) && jsonField.params && jsonField.params.field) { + if (FormFieldTypes.isReadOnlyType(jsonField.type) && jsonField.params?.field) { originalType = jsonField.params.field.type; } return originalType === FormFieldTypes.DATETIME ? this.defaultDateTimeFormat : this.defaultDateFormat; } - private isTypeaheadFieldType(type: string): boolean { + private isTypeaheadFieldType (type: string): boolean { return type === 'typeahead'; } - private getFieldNameWithLabel(name: string): string { + private getFieldNameWithLabel (name: string): string { return name + '_LABEL'; } - private getProcessVariableValue(field: any, form: ProcessFormModel): any { + private getProcessVariableValue (field: any, form: ProcessFormModel): any { let fieldName = field.name; if (this.isTypeaheadFieldType(field.type)) { fieldName = this.getFieldNameWithLabel(field.id); @@ -263,7 +263,7 @@ export class FormFieldModel extends FormWidgetModel { return form.getProcessVariableValue(fieldName); } - private containerFactory(json: any, form: any): void { + private containerFactory (json: any, form: any): void { this.numberOfColumns = json.numberOfColumns || 1; this.fields = json.fields; @@ -290,7 +290,7 @@ export class FormFieldModel extends FormWidgetModel { } } - parseValue(json: any): any { + parseValue (json: any): any { let value = Object.prototype.hasOwnProperty.call(json, 'value') && json.value !== undefined ? json.value : null; /* @@ -361,7 +361,7 @@ export class FormFieldModel extends FormWidgetModel { return value; } - updateForm() { + updateForm () { if (!this.form) { return; } @@ -482,32 +482,31 @@ export class FormFieldModel extends FormWidgetModel { /** * Check if the field type is invalid, requires a type to be a `container` - * * @param type field type * @returns `true` if type is a `container`, otherwise `false` */ - isInvalidFieldType(type: string): boolean { + isInvalidFieldType (type: string): boolean { return type === 'container'; } - getOptionName(): string { + getOptionName (): string { const option: FormFieldOption = this.options.find((opt) => opt.id === this.value); return option ? option.name : null; } - hasOptions() { + hasOptions () { return this.options?.length > 0; } - private isDateField(json: any) { + private isDateField (json: any) { return json.params?.field?.type === FormFieldTypes.DATE || json.type === FormFieldTypes.DATE; } - private isDateTimeField(json: any): boolean { + private isDateTimeField (json: any): boolean { return json.params?.field?.type === FormFieldTypes.DATETIME || json.type === FormFieldTypes.DATETIME; } - private isCheckboxField(json: any): boolean { + private isCheckboxField (json: any): boolean { return json.params?.field?.type === FormFieldTypes.BOOLEAN || json.type === FormFieldTypes.BOOLEAN; } } diff --git a/lib/core/src/lib/form/components/widgets/core/form-outcome-event.model.ts b/lib/core/src/lib/form/components/widgets/core/form-outcome-event.model.ts index 28fff6fde2..9ecdd2ffd7 100644 --- a/lib/core/src/lib/form/components/widgets/core/form-outcome-event.model.ts +++ b/lib/core/src/lib/form/components/widgets/core/form-outcome-event.model.ts @@ -24,19 +24,19 @@ export class FormOutcomeEvent { private readonly _outcome: FormOutcomeModel; private _defaultPrevented: boolean = false; - get outcome(): FormOutcomeModel { + get outcome (): FormOutcomeModel { return this._outcome; } - get defaultPrevented() { + get defaultPrevented () { return this._defaultPrevented; } - constructor(outcome: FormOutcomeModel) { + constructor (outcome: FormOutcomeModel) { this._outcome = outcome; } - preventDefault() { + preventDefault () { this._defaultPrevented = true; } diff --git a/lib/core/src/lib/form/components/widgets/core/form-outcome.model.spec.ts b/lib/core/src/lib/form/components/widgets/core/form-outcome.model.spec.ts index 72a990ecb0..507381533d 100644 --- a/lib/core/src/lib/form/components/widgets/core/form-outcome.model.spec.ts +++ b/lib/core/src/lib/form/components/widgets/core/form-outcome.model.spec.ts @@ -22,16 +22,16 @@ describe('FormOutcomeModel', () => { it('should setup with json config', () => { const json = { - id: '', - name: '', - visibilityCondition: { - leftType: 'field', - leftValue: 'TextOne', - operator: '==', - rightValue: 'showTab', - rightType: 'value', - nextConditionOperator: '', - nextCondition: null + "id": '', + "name": '', + "visibilityCondition": { + "leftType": 'field', + "leftValue": 'TextOne', + "operator": '==', + "rightValue": 'showTab', + "rightType": 'value', + "nextConditionOperator": '', + "nextCondition": null } }; const model = new FormOutcomeModel(null, json); diff --git a/lib/core/src/lib/form/components/widgets/core/form-outcome.model.ts b/lib/core/src/lib/form/components/widgets/core/form-outcome.model.ts index 5ed31a9dd1..782a126344 100644 --- a/lib/core/src/lib/form/components/widgets/core/form-outcome.model.ts +++ b/lib/core/src/lib/form/components/widgets/core/form-outcome.model.ts @@ -31,7 +31,7 @@ export class FormOutcomeModel extends FormWidgetModel { isVisible: boolean = true; visibilityCondition: WidgetVisibilityModel; - constructor(form: any, json?: any) { + constructor (form: any, json?: any) { super(form, json); if (json) { diff --git a/lib/core/src/lib/form/components/widgets/core/form-widget.model.spec.ts b/lib/core/src/lib/form/components/widgets/core/form-widget.model.spec.ts index fbb27766f3..7d2e50c7f4 100644 --- a/lib/core/src/lib/form/components/widgets/core/form-widget.model.spec.ts +++ b/lib/core/src/lib/form/components/widgets/core/form-widget.model.spec.ts @@ -21,7 +21,7 @@ import { FormModel } from './form.model'; describe('FormWidgetModel', () => { class FormWidgetModelMock extends FormWidgetModel { - constructor(form: FormModel, json: any) { + constructor (form: FormModel, json: any) { super(form, json); } } diff --git a/lib/core/src/lib/form/components/widgets/core/form-widget.model.ts b/lib/core/src/lib/form/components/widgets/core/form-widget.model.ts index 63d5a71bcd..b476aa86eb 100644 --- a/lib/core/src/lib/form/components/widgets/core/form-widget.model.ts +++ b/lib/core/src/lib/form/components/widgets/core/form-widget.model.ts @@ -29,7 +29,7 @@ export abstract class FormWidgetModel { readonly json: any; readonly field: any; - protected constructor(form: any, json: any) { + protected constructor (form: any, json: any) { this.form = form; this.json = json; diff --git a/lib/core/src/lib/form/components/widgets/core/form.model.spec.ts b/lib/core/src/lib/form/components/widgets/core/form.model.spec.ts index d79f9d6713..2589f19a31 100644 --- a/lib/core/src/lib/form/components/widgets/core/form.model.spec.ts +++ b/lib/core/src/lib/form/components/widgets/core/form.model.spec.ts @@ -33,7 +33,7 @@ describe('FormModel', () => { beforeEach(() => { TestBed.configureTestingModule({ - imports: [ + "imports": [ CoreTestingModule ] }); @@ -42,8 +42,8 @@ describe('FormModel', () => { it('should store original json', () => { const json = { - id: '', - name: '' + "id": '', + "name": '' }; const form = new FormModel(json); expect(form.json).toBe(json); @@ -51,10 +51,10 @@ describe('FormModel', () => { it('should setup properties with json', () => { const json = { - id: '', - name: '', - taskId: '', - taskName: '' + "id": '', + "name": '', + "taskId": '', + "taskName": '' }; const form = new FormModel(json); @@ -65,8 +65,8 @@ describe('FormModel', () => { it('should take form name when task name is missing', () => { const json = { - id: '', - name: '' + "id": '', + "name": '' }; const form = new FormModel(json); expect(form.taskName).toBe(json.name); @@ -84,7 +84,7 @@ describe('FormModel', () => { it('should set form values when variable value is 0', () => { const variables = { - pfx_property_one: 0 + "pfx_property_one": 0 }; const form = new FormModel(fakeMetadataForm, variables, true); expect(form.getFormFields()[0].fields[1][0].value).toEqual(0); @@ -132,9 +132,9 @@ describe('FormModel', () => { it('should parse tabs', () => { const json = { - tabs: [ - { id: 'tab1' }, - { id: 'tab2' } + "tabs": [ + { "id": 'tab1' }, + { "id": 'tab2' } ] }; @@ -146,14 +146,14 @@ describe('FormModel', () => { it('should parse fields', () => { const json = { - fields: [ + "fields": [ { - id: 'field1', - type: FormFieldTypes.CONTAINER + "id": 'field1', + "type": FormFieldTypes.CONTAINER }, { - id: 'field2', - type: FormFieldTypes.CONTAINER + "id": 'field2', + "type": FormFieldTypes.CONTAINER } ] }; @@ -166,16 +166,16 @@ describe('FormModel', () => { it('should parse fields from the definition', () => { const json = { - fields: null, - formDefinition: { - fields: [ + "fields": null, + "formDefinition": { + "fields": [ { - id: 'field1', - type: FormFieldTypes.CONTAINER + "id": 'field1', + "type": FormFieldTypes.CONTAINER }, { - id: 'field2', - type: FormFieldTypes.CONTAINER + "id": 'field2', + "type": FormFieldTypes.CONTAINER } ] } @@ -189,7 +189,7 @@ describe('FormModel', () => { it('should convert missing fields to empty collection', () => { const json = { - fields: null + "fields": null }; const form = new FormModel(json); @@ -199,15 +199,15 @@ describe('FormModel', () => { it('should put fields into corresponding tabs', () => { const json = { - tabs: [ - { id: 'tab1' }, - { id: 'tab2' } + "tabs": [ + { "id": 'tab1' }, + { "id": 'tab2' } ], - fields: [ - { id: 'field1', tab: 'tab1', type: FormFieldTypes.CONTAINER }, - { id: 'field2', tab: 'tab2', type: FormFieldTypes.CONTAINER }, - { id: 'field3', tab: 'tab1', type: FormFieldTypes.DYNAMIC_TABLE }, - { id: 'field4', tab: 'missing-tab', type: FormFieldTypes.DYNAMIC_TABLE } + "fields": [ + { "id": 'field1', "tab": 'tab1', "type": FormFieldTypes.CONTAINER }, + { "id": 'field2', "tab": 'tab2', "type": FormFieldTypes.CONTAINER }, + { "id": 'field3', "tab": 'tab1', "type": FormFieldTypes.DYNAMIC_TABLE }, + { "id": 'field4', "tab": 'missing-tab', "type": FormFieldTypes.DYNAMIC_TABLE } ] }; @@ -227,8 +227,8 @@ describe('FormModel', () => { it('should create standard form outcomes', () => { const json = { - fields: [ - { id: 'container1' } + "fields": [ + { "id": 'container1' } ] }; @@ -247,7 +247,7 @@ describe('FormModel', () => { it('should create outcomes only when fields available', () => { const json = { - fields: null + "fields": null }; const form = new FormModel(json); expect(form.outcomes.length).toBe(0); @@ -255,11 +255,11 @@ describe('FormModel', () => { it('should use custom form outcomes', () => { const json = { - fields: [ - { id: 'container1' } + "fields": [ + { "id": 'container1' } ], - outcomes: [ - { id: 'custom-1', name: 'custom 1' } + "outcomes": [ + { "id": 'custom-1', "name": 'custom 1' } ] }; @@ -356,7 +356,7 @@ describe('FormModel', () => { }); const field: any = { - validate: () => true + "validate": () => true }; form.validateField(field); @@ -393,14 +393,14 @@ describe('FormModel', () => { it('should use custom field validator', () => { const form = new FormModel({}, null, false, formService); const testField = new FormFieldModel(form, { - id: 'test-field-1' + "id": 'test-field-1' }); form.fieldsCache = [testField]; const validator = { - isSupported: (): boolean => true, - validate: (): boolean => true + "isSupported": (): boolean => true, + "validate": (): boolean => true } as FormFieldValidator; spyOn(validator, 'validate').and.callThrough(); @@ -414,8 +414,8 @@ describe('FormModel', () => { it('should re-validate the field when required attribute changes', () => { const form = new FormModel({}, null, false, formService); const testField = new FormFieldModel(form, { - id: 'test-field-1', - required: false + "id": 'test-field-1', + "required": false }); spyOn(form, 'getFormFields').and.returnValue([testField]); @@ -446,63 +446,63 @@ describe('FormModel', () => { beforeEach(() => { const variables = [ { - id: 'bfca9766-7bc1-45cc-8ecf-cdad551e36e2', - name: 'name1', - type: 'string', - value: 'hello' + "id": 'bfca9766-7bc1-45cc-8ecf-cdad551e36e2', + "name": 'name1', + "type": 'string', + "value": 'hello' }, { - id: '3ed9f28a-dbae-463f-b991-47ef06658bb6', - name: 'name2', - type: 'date', - value: '29.09.2019' + "id": '3ed9f28a-dbae-463f-b991-47ef06658bb6', + "name": 'name2', + "type": 'date', + "value": '29.09.2019' }, { - id: 'booleanVar', - name: 'bool', - type: 'boolean', - value: 'true' + "id": 'booleanVar', + "name": 'bool', + "type": 'boolean', + "value": 'true' } ]; const processVariables = [ { - serviceName: 'denys-variable-mapping-rb', - serviceFullName: 'denys-variable-mapping-rb', - serviceVersion: '', - appName: 'denys-variable-mapping', - appVersion: '', - serviceType: null, - id: 3, - type: 'string', - name: 'variables.name1', - createTime: 1566989626284, - lastUpdatedTime: 1566989626284, - executionId: null, - value: 'hello', - markedAsDeleted: false, - processInstanceId: '1be4785f-c982-11e9-bdd8-96d6903e4e44', - taskId: '1beab9f6-c982-11e9-bdd8-96d6903e4e44', - taskVariable: true + "serviceName": 'denys-variable-mapping-rb', + "serviceFullName": 'denys-variable-mapping-rb', + "serviceVersion": '', + "appName": 'denys-variable-mapping', + "appVersion": '', + "serviceType": null, + "id": 3, + "type": 'string', + "name": 'variables.name1', + "createTime": 1566989626284, + "lastUpdatedTime": 1566989626284, + "executionId": null, + "value": 'hello', + "markedAsDeleted": false, + "processInstanceId": '1be4785f-c982-11e9-bdd8-96d6903e4e44', + "taskId": '1beab9f6-c982-11e9-bdd8-96d6903e4e44', + "taskVariable": true }, { - serviceName: 'denys-variable-mapping-rb', - serviceFullName: 'denys-variable-mapping-rb', - serviceVersion: '', - appName: 'denys-variable-mapping', - appVersion: '', - serviceType: null, - id: 1, - type: 'boolean', - name: 'booleanVar', - createTime: 1566989626283, - lastUpdatedTime: 1566989626283, - executionId: null, - value: 'true', - markedAsDeleted: false, - processInstanceId: '1be4785f-c982-11e9-bdd8-96d6903e4e44', - taskId: '1beab9f6-c982-11e9-bdd8-96d6903e4e44', - taskVariable: true + "serviceName": 'denys-variable-mapping-rb', + "serviceFullName": 'denys-variable-mapping-rb', + "serviceVersion": '', + "appName": 'denys-variable-mapping', + "appVersion": '', + "serviceType": null, + "id": 1, + "type": 'boolean', + "name": 'booleanVar', + "createTime": 1566989626283, + "lastUpdatedTime": 1566989626283, + "executionId": null, + "value": 'true', + "markedAsDeleted": false, + "processInstanceId": '1be4785f-c982-11e9-bdd8-96d6903e4e44', + "taskId": '1beab9f6-c982-11e9-bdd8-96d6903e4e44', + "taskVariable": true } ]; @@ -585,21 +585,21 @@ describe('FormModel', () => { it('should add values to form that are not already present', () => { const values = { - pfx_property_one: 'testValue', - pfx_property_two: true, - pfx_property_three: 'opt_1', - pfx_property_four: 'option_2', - pfx_property_five: 'orange', - pfx_property_six: 'other-value', - pfx_property_none: 'no_form_field' + "pfx_property_one": 'testValue', + "pfx_property_two": true, + "pfx_property_three": 'opt_1', + "pfx_property_four": 'option_2', + "pfx_property_five": 'orange', + "pfx_property_six": 'other-value', + "pfx_property_none": 'no_form_field' }; form.addValuesNotPresent(values); expect(form.values['pfx_property_one']).toBe('testValue'); expect(form.values['pfx_property_two']).toBe(true); - expect(form.values['pfx_property_three']).toEqual({ id: 'opt_1', name: 'Option 1' }); - expect(form.values['pfx_property_four']).toEqual({ id: 'option_2', name: 'Option: 2' }); + expect(form.values['pfx_property_three']).toEqual({ "id": 'opt_1', "name": 'Option 1' }); + expect(form.values['pfx_property_four']).toEqual({ "id": 'option_2', "name": 'Option: 2' }); expect(form.values['pfx_property_five']).toEqual('green'); expect(form.values['pfx_property_six']).toEqual('text-value'); expect(form.values['pfx_property_seven']).toBeNull(); diff --git a/lib/core/src/lib/form/components/widgets/core/form.model.ts b/lib/core/src/lib/form/components/widgets/core/form.model.ts index c98600bdf0..2ce9d9a4d1 100644 --- a/lib/core/src/lib/form/components/widgets/core/form.model.ts +++ b/lib/core/src/lib/form/components/widgets/core/form.model.ts @@ -90,7 +90,7 @@ export class FormModel implements ProcessFormModel { processVariables: ProcessVariableModel[] = []; variables: FormVariableModel[] = []; - constructor( + constructor ( json?: any, formValues?: FormValues, readOnly: boolean = false, @@ -129,7 +129,7 @@ export class FormModel implements ProcessFormModel { this.validateForm(); } - onFormFieldChanged(field: FormFieldModel) { + onFormFieldChanged (field: FormFieldModel) { this.validateField(field); if (this.formService) { @@ -139,10 +139,8 @@ export class FormModel implements ProcessFormModel { /** * Validates entire form and all form fields. - * - * @memberof FormModel */ - validateForm(): void { + validateForm (): void { const validateFormEvent: any = new ValidateFormEvent(this); const errorsField: FormFieldModel[] = []; @@ -164,11 +162,9 @@ export class FormModel implements ProcessFormModel { /** * Validates a specific form field, triggers form validation. - * * @param field Form field to validate. - * @memberof FormModel */ - validateField(field: FormFieldModel): void { + validateField (field: FormFieldModel): void { if (!field) { return; } @@ -196,7 +192,7 @@ export class FormModel implements ProcessFormModel { } // Activiti supports 3 types of root fields: container|group|dynamic-table - private parseRootFields(json: any): (ContainerModel | FormFieldModel)[] { + private parseRootFields (json: any): (ContainerModel | FormFieldModel)[] { let fields = []; if (json.fields) { @@ -229,7 +225,7 @@ export class FormModel implements ProcessFormModel { // Loads external data and overrides field values // Typically used when form definition and form data coming from different sources - private loadData(formValues: FormValues) { + private loadData (formValues: FormValues) { for (const field of this.fieldsCache) { const variableId = `variables.${field.name}`; @@ -240,17 +236,16 @@ export class FormModel implements ProcessFormModel { } } - private isDefined(value: string): boolean { + private isDefined (value: string): boolean { return value !== undefined && value !== null; } /** * Returns a form variable that matches the identifier. - * * @param identifier The `name` or `id` value. * @returns form variable model */ - getFormVariable(identifier: string): FormVariableModel { + getFormVariable (identifier: string): FormVariableModel { if (identifier) { return this.variables.find((variable) => variable.name === identifier || variable.id === identifier); } @@ -260,11 +255,10 @@ export class FormModel implements ProcessFormModel { /** * Returns a value of the form variable that matches the identifier. * Provides additional conversion of types (date, boolean). - * * @param identifier The `name` or `id` value * @returns form variable value */ - getDefaultFormVariableValue(identifier: string): any { + getDefaultFormVariableValue (identifier: string): any { const variable = this.getFormVariable(identifier); if (variable && Object.prototype.hasOwnProperty.call(variable, 'value')) { @@ -278,11 +272,10 @@ export class FormModel implements ProcessFormModel { * Returns a process variable value. * When mapping a process variable with a form variable the mapping * is already resolved by the rest API with the name of variables.formVariableName - * * @param name Variable name * @returns process variable value */ - getProcessVariableValue(name: string): any { + getProcessVariableValue (name: string): any { let value; if (this.processVariables?.length) { const names = [`variables.${name}`, name]; @@ -301,7 +294,7 @@ export class FormModel implements ProcessFormModel { return value; } - protected parseValue(type: string, value: any): any { + protected parseValue (type: string, value: any): any { if (type && value) { switch (type) { case 'date': @@ -316,23 +309,23 @@ export class FormModel implements ProcessFormModel { return value; } - hasTabs(): boolean { + hasTabs (): boolean { return this.tabs && this.tabs.length > 0; } - hasFields(): boolean { + hasFields (): boolean { return this.fields && this.fields.length > 0; } - hasOutcomes(): boolean { + hasOutcomes (): boolean { return this.outcomes && this.outcomes.length > 0; } - getFieldById(fieldId: string): FormFieldModel { + getFieldById (fieldId: string): FormFieldModel { return this.fieldsCache.find((field) => field.id === fieldId); } - getFormFields(): FormFieldModel[] { + getFormFields (): FormFieldModel[] { if (this.fieldsCache.length > 0) { return this.fieldsCache; } else { @@ -356,26 +349,26 @@ export class FormModel implements ProcessFormModel { } } - markAsInvalid(): void { + markAsInvalid (): void { this.isValid = false; } - protected parseOutcomes() { + protected parseOutcomes () { if (this.json.fields) { const saveOutcome = new FormOutcomeModel(this, { - id: FormModel.SAVE_OUTCOME, - name: 'SAVE', - isSystem: true + "id": FormModel.SAVE_OUTCOME, + "name": 'SAVE', + "isSystem": true }); const completeOutcome = new FormOutcomeModel(this, { - id: FormModel.COMPLETE_OUTCOME, - name: 'COMPLETE', - isSystem: true + "id": FormModel.COMPLETE_OUTCOME, + "name": 'COMPLETE', + "isSystem": true }); const startProcessOutcome = new FormOutcomeModel(this, { - id: FormModel.START_PROCESS_OUTCOME, - name: 'START PROCESS', - isSystem: true + "id": FormModel.START_PROCESS_OUTCOME, + "name": 'START PROCESS', + "isSystem": true }); const customOutcomes = (this.json.outcomes || []).map((obj) => new FormOutcomeModel(this, obj)); @@ -384,7 +377,7 @@ export class FormModel implements ProcessFormModel { } } - addValuesNotPresent(valuesToSetIfNotPresent: FormValues) { + addValuesNotPresent (valuesToSetIfNotPresent: FormValues) { this.fieldsCache.forEach((field) => { if (valuesToSetIfNotPresent[field.id] && (!this.values[field.id] || this.isValidDropDown(field.id))) { this.values[field.id] = valuesToSetIfNotPresent[field.id]; @@ -394,7 +387,7 @@ export class FormModel implements ProcessFormModel { }); } - private isValidDropDown(key: string): boolean { + private isValidDropDown (key: string): boolean { const field = this.getFieldById(key); if (field.type === FormFieldTypes.DROPDOWN) { if (field.hasMultipleValues) { @@ -405,7 +398,7 @@ export class FormModel implements ProcessFormModel { return false; } - setNodeIdValueForViewersLinkedToUploadWidget(linkedUploadWidgetContentSelected: UploadWidgetContentLinkModel) { + setNodeIdValueForViewersLinkedToUploadWidget (linkedUploadWidgetContentSelected: UploadWidgetContentLinkModel) { const linkedWidgetType = linkedUploadWidgetContentSelected?.options?.linkedWidgetType ?? 'uploadWidget'; const subscribedViewers = this.fieldsCache.filter( @@ -419,7 +412,7 @@ export class FormModel implements ProcessFormModel { }); } - changeFieldVisibility(fieldId: string, visibility: boolean): void { + changeFieldVisibility (fieldId: string, visibility: boolean): void { const visibilityRule: WidgetVisibilityModel = new WidgetVisibilityModel(); const field = this.getFieldById(fieldId); @@ -431,28 +424,28 @@ export class FormModel implements ProcessFormModel { } } - changeFieldDisabled(fieldId: string, disabled: boolean): void { + changeFieldDisabled (fieldId: string, disabled: boolean): void { const field = this.getFieldById(fieldId); if (field) { field.readOnly = this.readOnly || disabled; } } - changeFieldRequired(fieldId: string, required: boolean): void { + changeFieldRequired (fieldId: string, required: boolean): void { const field = this.getFieldById(fieldId); if (field) { field.required = required; } } - changeFieldValue(fieldId: string, value: any): void { + changeFieldValue (fieldId: string, value: any): void { const field = this.getFieldById(fieldId); if (field) { field.value = value; } } - changeVariableValue(variableId: string, value: any): void { + changeVariableValue (variableId: string, value: any): void { const variable = this.getFormVariable(variableId); if (variable) { variable.value = value; diff --git a/lib/core/src/lib/form/components/widgets/core/tab.model.spec.ts b/lib/core/src/lib/form/components/widgets/core/tab.model.spec.ts index 7532158af7..8c2f344398 100644 --- a/lib/core/src/lib/form/components/widgets/core/tab.model.spec.ts +++ b/lib/core/src/lib/form/components/widgets/core/tab.model.spec.ts @@ -24,9 +24,9 @@ describe('TabModel', () => { it('should setup with json config', () => { const json = { - id: '', - title: '', - visibilityCondition: '<condition>' + "id": '<id>', + "title": '<title>', + "visibilityCondition": '<condition>' }; const model = new TabModel(null, json); diff --git a/lib/core/src/lib/form/components/widgets/core/tab.model.ts b/lib/core/src/lib/form/components/widgets/core/tab.model.ts index 483bccabdf..136a56ff30 100644 --- a/lib/core/src/lib/form/components/widgets/core/tab.model.ts +++ b/lib/core/src/lib/form/components/widgets/core/tab.model.ts @@ -28,11 +28,11 @@ export class TabModel extends FormWidgetModel { fields: FormWidgetModel[] = []; - hasContent(): boolean { + hasContent (): boolean { return this.fields && this.fields.length > 0; } - constructor(form: any, json?: any) { + constructor (form: any, json?: any) { super(form, json); if (json) { diff --git a/lib/core/src/lib/form/components/widgets/core/upload-widget-content-link.model.ts b/lib/core/src/lib/form/components/widgets/core/upload-widget-content-link.model.ts index 2fd26d234f..cf4fb8cd39 100644 --- a/lib/core/src/lib/form/components/widgets/core/upload-widget-content-link.model.ts +++ b/lib/core/src/lib/form/components/widgets/core/upload-widget-content-link.model.ts @@ -22,7 +22,7 @@ export class UploadWidgetContentLinkModelOptions { export class UploadWidgetContentLinkModel extends ContentLinkModel { uploadWidgetId: string; - constructor(obj?: any, uploadWidgetId?: string, public options?: UploadWidgetContentLinkModelOptions) { + constructor (obj?: any, uploadWidgetId?: string, public options?: UploadWidgetContentLinkModelOptions) { super(obj); this.uploadWidgetId = uploadWidgetId; } diff --git a/lib/core/src/lib/form/components/widgets/date-time/date-time.widget.scss b/lib/core/src/lib/form/components/widgets/date-time/date-time.widget.scss index ce89bbcb49..bfdd4d18dc 100644 --- a/lib/core/src/lib/form/components/widgets/date-time/date-time.widget.scss +++ b/lib/core/src/lib/form/components/widgets/date-time/date-time.widget.scss @@ -1,20 +1,22 @@ .adf { &-date-time-widget { - .mat-form-field-suffix { + + .mat-mdc-form-field-suffix { top: 26px; } - .mat-form-field-label-wrapper { + .mat-mdc-form-field-label-wrapper { top: 20px; } } &-left-label-input-datepicker { - .mat-form-field-suffix { + + .mat-mdc-form-field-suffix { top: 0; } - .mat-form-field-infix { + .mat-mdc-form-field-infix { width: 100%; } } diff --git a/lib/core/src/lib/form/components/widgets/date-time/date-time.widget.spec.ts b/lib/core/src/lib/form/components/widgets/date-time/date-time.widget.spec.ts index d2b26da973..06f77426d8 100644 --- a/lib/core/src/lib/form/components/widgets/date-time/date-time.widget.spec.ts +++ b/lib/core/src/lib/form/components/widgets/date-time/date-time.widget.spec.ts @@ -38,7 +38,7 @@ describe('DateTimeWidgetComponent', () => { beforeEach(() => { TestBed.configureTestingModule({ - imports: [TranslateModule.forRoot(), CoreTestingModule, MatTooltipModule] + "imports": [TranslateModule.forRoot(), CoreTestingModule, MatTooltipModule] }); fixture = TestBed.createComponent(DateTimeWidgetComponent); @@ -58,9 +58,9 @@ describe('DateTimeWidgetComponent', () => { it('should setup min value for date picker', async () => { const minValue = '1982-03-13T10:00:00Z'; widget.field = new FormFieldModel(form, { - id: 'date-id', - name: 'date-name', - type: 'datetime', + "id": 'date-id', + "name": 'date-name', + "type": 'datetime', minValue }); @@ -72,9 +72,9 @@ describe('DateTimeWidgetComponent', () => { it('should date field be present', () => { widget.field = new FormFieldModel(form, { - id: 'date-id', - name: 'date-name', - type: 'datetime' + "id": 'date-id', + "name": 'date-name', + "type": 'datetime' }); fixture.detectChanges(); @@ -97,24 +97,24 @@ describe('DateTimeWidgetComponent', () => { spyOn(widget, 'onFieldChanged').and.callThrough(); const field = new FormFieldModel(form, { - id: 'date-field-id', - name: 'date-name', - value: '9999-09-12T09:00:00.000Z', - type: 'datetime' + "id": 'date-field-id', + "name": 'date-name', + "value": '9999-09-12T09:00:00.000Z', + "type": 'datetime' }); widget.field = field; - widget.onDateChanged({ value: new Date('1982-03-13T10:00:00.000Z') } as any); + widget.onDateChanged({ "value": new Date('1982-03-13T10:00:00.000Z') } as any); expect(widget.onFieldChanged).toHaveBeenCalledWith(field); }); it('should validate the initial datetime value', async () => { const field = new FormFieldModel(form, { - id: 'date-field-id', - name: 'date-name', - value: '9999-09-12T09:00:00.000Z', - type: 'datetime' + "id": 'date-field-id', + "name": 'date-name', + "value": '9999-09-12T09:00:00.000Z', + "type": 'datetime' }); widget.field = field; @@ -127,10 +127,10 @@ describe('DateTimeWidgetComponent', () => { it('should validate the updated datetime value', async () => { const field = new FormFieldModel(form, { - id: 'date-field-id', - name: 'date-name', - value: '9999-09-12T09:00:00.000Z', - type: 'datetime' + "id": 'date-field-id', + "name": 'date-name', + "value": '9999-09-12T09:00:00.000Z', + "type": 'datetime' }); widget.field = field; @@ -138,7 +138,7 @@ describe('DateTimeWidgetComponent', () => { fixture.whenStable(); await fixture.whenStable(); - widget.onDateChanged({ value: new Date('9999-09-12T09:10:00.000Z') } as any); + widget.onDateChanged({ "value": new Date('9999-09-12T09:10:00.000Z') } as any); expect(field.value).toBe('9999-09-12T09:10:00.000Z'); expect(field.isValid).toBeTrue(); @@ -146,10 +146,10 @@ describe('DateTimeWidgetComponent', () => { it('should forwad the incorrect datetime input for further validation', async () => { const field = new FormFieldModel(form, { - id: 'date-field-id', - name: 'date-name', - value: '9999-09-12T09:00:00.000Z', - type: 'datetime' + "id": 'date-field-id', + "name": 'date-name', + "value": '9999-09-12T09:00:00.000Z', + "type": 'datetime' }); widget.field = field; @@ -158,9 +158,9 @@ describe('DateTimeWidgetComponent', () => { await fixture.whenStable(); widget.onDateChanged({ - value: null, - targetElement: { - value: '123abc' + "value": null, + "targetElement": { + "value": '123abc' } } as any); @@ -174,10 +174,10 @@ describe('DateTimeWidgetComponent', () => { it('should process direct keyboard input', async () => { const field = new FormFieldModel(form, { - id: 'date-field-id', - name: 'date-name', - value: '9999-09-12T09:00:00.000Z', - type: 'datetime' + "id": 'date-field-id', + "name": 'date-name', + "value": '9999-09-12T09:00:00.000Z', + "type": 'datetime' }); widget.field = field; @@ -185,7 +185,7 @@ describe('DateTimeWidgetComponent', () => { fixture.whenStable(); await fixture.whenStable(); - widget.onValueChanged({ target: { value: '9999-09-12T09:10:00.000Z' } } as any); + widget.onValueChanged({ "target": { "value": '9999-09-12T09:10:00.000Z' } } as any); expect(field.value).toBe('9999-09-12T09:10:00.000Z'); expect(field.isValid).toBeTrue(); @@ -193,10 +193,10 @@ describe('DateTimeWidgetComponent', () => { it('should fail validating incorrect keyboard input', async () => { const field = new FormFieldModel(form, { - id: 'date-field-id', - name: 'date-name', - value: '9999-09-12T09:00:00.000Z', - type: 'datetime' + "id": 'date-field-id', + "name": 'date-name', + "value": '9999-09-12T09:00:00.000Z', + "type": 'datetime' }); widget.field = field; @@ -205,8 +205,8 @@ describe('DateTimeWidgetComponent', () => { await fixture.whenStable(); widget.onValueChanged({ - target: { - value: '123abc' + "target": { + "value": '123abc' } } as any); @@ -220,10 +220,10 @@ describe('DateTimeWidgetComponent', () => { it('should allow empty dates when not required', async () => { const field = new FormFieldModel(form, { - id: 'date-field-id', - name: 'date-name', - value: '9999-09-12T09:00:00.000Z', - type: 'datetime' + "id": 'date-field-id', + "name": 'date-name', + "value": '9999-09-12T09:00:00.000Z', + "type": 'datetime' }); widget.field = field; @@ -231,7 +231,7 @@ describe('DateTimeWidgetComponent', () => { fixture.whenStable(); await fixture.whenStable(); - widget.onDateChanged({ value: null, targetElement: { value: '' } } as any); + widget.onDateChanged({ "value": null, "targetElement": { "value": '' } } as any); expect(field.value).toBe(''); expect(field.isValid).toBeTrue(); @@ -239,9 +239,9 @@ describe('DateTimeWidgetComponent', () => { describe('when tooltip is set', () => { beforeEach(() => { - widget.field = new FormFieldModel(new FormModel({ taskId: '<id>' }), { - type: FormFieldTypes.DATETIME, - tooltip: 'my custom tooltip' + widget.field = new FormFieldModel(new FormModel({ "taskId": '<id>' }), { + "type": FormFieldTypes.DATETIME, + "tooltip": 'my custom tooltip' }); fixture.detectChanges(); }); @@ -266,9 +266,9 @@ describe('DateTimeWidgetComponent', () => { describe('when is required', () => { beforeEach(() => { - widget.field = new FormFieldModel(new FormModel({ taskId: '<id>' }), { - type: FormFieldTypes.DATETIME, - required: true + widget.field = new FormFieldModel(new FormModel({ "taskId": '<id>' }), { + "type": FormFieldTypes.DATETIME, + "required": true }); }); @@ -296,10 +296,10 @@ describe('DateTimeWidgetComponent', () => { describe('template check', () => { it('should show visible date widget', async () => { widget.field = new FormFieldModel(form, { - id: 'date-field-id', - name: 'date-name', - value: '9999-11-30T10:30:00.000Z', - type: 'datetime' + "id": 'date-field-id', + "name": 'date-name', + "value": '9999-11-30T10:30:00.000Z', + "type": 'datetime' }); fixture.detectChanges(); @@ -311,11 +311,11 @@ describe('DateTimeWidgetComponent', () => { it('should show the correct format type', async () => { widget.field = new FormFieldModel(form, { - id: 'date-field-id', - name: 'date-name', - value: '9999-12-30T10:30:00.000Z', - dateDisplayFormat: 'MM-DD-YYYY HH:mm A', - type: 'datetime' + "id": 'date-field-id', + "name": 'date-name', + "value": '9999-12-30T10:30:00.000Z', + "dateDisplayFormat": 'MM-DD-YYYY HH:mm A', + "type": 'datetime' }); fixture.detectChanges(); @@ -327,11 +327,11 @@ describe('DateTimeWidgetComponent', () => { it('should disable date button when is readonly', () => { widget.field = new FormFieldModel(form, { - id: 'date-field-id', - name: 'date-name', - value: '9999-12-30T10:30:00.000Z', - dateDisplayFormat: 'MM-DD-YYYY HH:mm A', - type: 'datetime' + "id": 'date-field-id', + "name": 'date-name', + "value": '9999-12-30T10:30:00.000Z', + "dateDisplayFormat": 'MM-DD-YYYY HH:mm A', + "type": 'datetime' }); fixture.detectChanges(); @@ -350,11 +350,11 @@ describe('DateTimeWidgetComponent', () => { it('should display always the json value', async () => { const field = new FormFieldModel(form, { - id: 'date-field-id', - name: 'datetime-field-name', - value: '9999-12-30T10:30:00.000Z', - type: 'datetime', - dateDisplayFormat: 'MM-DD-YYYY HH:mm A' + "id": 'date-field-id', + "name": 'datetime-field-name', + "value": '9999-12-30T10:30:00.000Z', + "type": 'datetime', + "dateDisplayFormat": 'MM-DD-YYYY HH:mm A' }); widget.field = field; @@ -375,13 +375,13 @@ describe('DateTimeWidgetComponent', () => { describe('when form model has left labels', () => { it('should have left labels classes on leftLabels true', () => { - widget.field = new FormFieldModel(new FormModel({ taskId: 'fake-task-id', leftLabels: true }), { - id: 'datetime-id', - name: 'datetime-name', - value: '', - type: FormFieldTypes.DATETIME, - readOnly: false, - required: true + widget.field = new FormFieldModel(new FormModel({ "taskId": 'fake-task-id', "leftLabels": true }), { + "id": 'datetime-id', + "name": 'datetime-name', + "value": '', + "type": FormFieldTypes.DATETIME, + "readOnly": false, + "required": true }); fixture.detectChanges(); @@ -397,13 +397,13 @@ describe('DateTimeWidgetComponent', () => { }); it('should not have left labels classes on leftLabels false', () => { - widget.field = new FormFieldModel(new FormModel({ taskId: 'fake-task-id', leftLabels: false }), { - id: 'datetime-id', - name: 'datetime-name', - value: '', - type: FormFieldTypes.DATETIME, - readOnly: false, - required: true + widget.field = new FormFieldModel(new FormModel({ "taskId": 'fake-task-id', "leftLabels": false }), { + "id": 'datetime-id', + "name": 'datetime-name', + "value": '', + "type": FormFieldTypes.DATETIME, + "readOnly": false, + "required": true }); fixture.detectChanges(); @@ -419,13 +419,13 @@ describe('DateTimeWidgetComponent', () => { }); it('should not have left labels classes on leftLabels not present', () => { - widget.field = new FormFieldModel(new FormModel({ taskId: 'fake-task-id' }), { - id: 'datetime-id', - name: 'datetime-name', - value: '', - type: FormFieldTypes.DATETIME, - readOnly: false, - required: true + widget.field = new FormFieldModel(new FormModel({ "taskId": 'fake-task-id' }), { + "id": 'datetime-id', + "name": 'datetime-name', + "value": '', + "type": FormFieldTypes.DATETIME, + "readOnly": false, + "required": true }); fixture.detectChanges(); diff --git a/lib/core/src/lib/form/components/widgets/date-time/date-time.widget.ts b/lib/core/src/lib/form/components/widgets/date-time/date-time.widget.ts index 0762b7afaa..cab79a5059 100644 --- a/lib/core/src/lib/form/components/widgets/date-time/date-time.widget.ts +++ b/lib/core/src/lib/form/components/widgets/date-time/date-time.widget.ts @@ -28,16 +28,16 @@ import { DateFnsUtils } from '../../../../common'; import { isValid } from 'date-fns'; @Component({ - providers: [ - { provide: MAT_DATE_FORMATS, useValue: ADF_DATE_FORMATS }, - { provide: MAT_DATETIME_FORMATS, useValue: ADF_DATETIME_FORMATS }, - { provide: DateAdapter, useClass: AdfDateFnsAdapter }, - { provide: DatetimeAdapter, useClass: AdfDateTimeFnsAdapter } + "providers": [ + { "provide": MAT_DATE_FORMATS, "useValue": ADF_DATE_FORMATS }, + { "provide": MAT_DATETIME_FORMATS, "useValue": ADF_DATETIME_FORMATS }, + { "provide": DateAdapter, "useClass": AdfDateFnsAdapter }, + { "provide": DatetimeAdapter, "useClass": AdfDateTimeFnsAdapter } ], - selector: 'date-time-widget', - templateUrl: './date-time.widget.html', - styleUrls: ['./date-time.widget.scss'], - encapsulation: ViewEncapsulation.None + "selector": 'date-time-widget', + "templateUrl": './date-time.widget.html', + "styleUrls": ['./date-time.widget.scss'], + "encapsulation": ViewEncapsulation.None }) export class DateTimeWidgetComponent extends WidgetComponent implements OnInit { minDate: Date; @@ -46,13 +46,13 @@ export class DateTimeWidgetComponent extends WidgetComponent implements OnInit { @Input() value: any = null; - constructor(public formService: FormService, + constructor (public formService: FormService, private dateAdapter: DateAdapter<Date>, private dateTimeAdapter: DatetimeAdapter<Date>) { super(formService); } - ngOnInit() { + ngOnInit () { if (this.field.dateDisplayFormat) { const dateAdapter = this.dateAdapter as AdfDateFnsAdapter; dateAdapter.displayFormat = this.field.dateDisplayFormat; @@ -76,7 +76,7 @@ export class DateTimeWidgetComponent extends WidgetComponent implements OnInit { } } - onValueChanged(event: Event) { + onValueChanged (event: Event) { const input = event.target as HTMLInputElement; const newValue = this.dateTimeAdapter.parse(input.value, this.field.dateDisplayFormat); @@ -89,7 +89,7 @@ export class DateTimeWidgetComponent extends WidgetComponent implements OnInit { this.onFieldChanged(this.field); } - onDateChanged(event: MatDatetimepickerInputEvent<Date>) { + onDateChanged (event: MatDatetimepickerInputEvent<Date>) { const newValue = event.value; const input = event.targetElement as HTMLInputElement; diff --git a/lib/core/src/lib/form/components/widgets/date/date.widget.spec.ts b/lib/core/src/lib/form/components/widgets/date/date.widget.spec.ts index 98bb017c23..0e08058687 100644 --- a/lib/core/src/lib/form/components/widgets/date/date.widget.spec.ts +++ b/lib/core/src/lib/form/components/widgets/date/date.widget.spec.ts @@ -34,7 +34,7 @@ describe('DateWidgetComponent', () => { beforeEach(() => { TestBed.configureTestingModule({ - imports: [ + "imports": [ TranslateModule.forRoot(), CoreTestingModule ] @@ -52,9 +52,9 @@ describe('DateWidgetComponent', () => { it('[C310333] - should be able to set a placeholder', () => { widget.field = new FormFieldModel(form, { - id: 'date-id', - name: 'date-name', - placeholder: 'My Placeholder' + "id": 'date-id', + "name": 'date-name', + "placeholder": 'My Placeholder' }); expect(widget.field.placeholder).toBe('My Placeholder'); @@ -63,8 +63,8 @@ describe('DateWidgetComponent', () => { it('should setup min value for date picker', () => { const minValue = '13-03-1982'; widget.field = new FormFieldModel(form, { - id: 'date-id', - name: 'date-name', + "id": 'date-id', + "name": 'date-name', minValue }); @@ -78,10 +78,10 @@ describe('DateWidgetComponent', () => { const minValue = '13-03-1982'; const field = new FormFieldModel(form, { - id: 'date-id', - type: 'date', - name: 'date-name', - dateDisplayFormat: 'DD-MM-YYYY', + "id": 'date-id', + "type": 'date', + "name": 'date-name', + "dateDisplayFormat": 'DD-MM-YYYY', minValue }); @@ -89,7 +89,7 @@ describe('DateWidgetComponent', () => { widget.ngOnInit(); widget.onDateChange({ - value: new Date('1982/03/12') + "value": new Date('1982/03/12') } as any); fixture.detectChanges(); @@ -104,10 +104,10 @@ describe('DateWidgetComponent', () => { const maxValue = '13-03-1982'; const field = new FormFieldModel(form, { - id: 'date-id', - type: 'date', - name: 'date-name', - dateDisplayFormat: 'DD-MM-YYYY', + "id": 'date-id', + "type": 'date', + "name": 'date-name', + "dateDisplayFormat": 'DD-MM-YYYY', maxValue }); @@ -115,7 +115,7 @@ describe('DateWidgetComponent', () => { widget.ngOnInit(); widget.onDateChange({ - value: new Date('2023/03/13') + "value": new Date('2023/03/13') } as any); fixture.detectChanges(); @@ -153,15 +153,15 @@ describe('DateWidgetComponent', () => { spyOn(widget, 'onFieldChanged').and.callThrough(); const field = new FormFieldModel(form, { - id: 'date-field-id', - name: 'date-name', - value: '9-9-9999', - type: 'date' + "id": 'date-field-id', + "name": 'date-name', + "value": '9-9-9999', + "type": 'date' }); widget.field = field; widget.onDateChange({ - value: new Date('12/12/2012') + "value": new Date('12/12/2012') } as any); expect(widget.onFieldChanged).toHaveBeenCalledWith(field); @@ -170,9 +170,9 @@ describe('DateWidgetComponent', () => { describe('when is required', () => { beforeEach(() => { - widget.field = new FormFieldModel( new FormModel({ taskId: '<id>' }), { - type: FormFieldTypes.DATE, - required: true + widget.field = new FormFieldModel( new FormModel({ "taskId": '<id>' }), { + "type": FormFieldTypes.DATE, + "required": true }); fixture.detectChanges(); @@ -198,10 +198,10 @@ describe('DateWidgetComponent', () => { it('should show visible date widget', async () => { widget.field = new FormFieldModel(form, { - id: 'date-field-id', - name: 'date-name', - value: '9-9-9999', - type: 'date' + "id": 'date-field-id', + "name": 'date-name', + "value": '9-9-9999', + "type": 'date' }); fixture.detectChanges(); @@ -215,11 +215,11 @@ describe('DateWidgetComponent', () => { it('[C310335] - Should be able to change display format for Date widget', async () => { widget.field = new FormFieldModel(form, { - id: 'date-field-id', - name: 'date-name', - value: '30-12-9999', - type: 'date', - dateDisplayFormat: 'MM-DD-YYYY' + "id": 'date-field-id', + "name": 'date-name', + "value": '30-12-9999', + "type": 'date', + "dateDisplayFormat": 'MM-DD-YYYY' }); fixture.detectChanges(); @@ -241,10 +241,10 @@ describe('DateWidgetComponent', () => { it('should disable date button when is readonly', () => { widget.field = new FormFieldModel(form, { - id: 'date-field-id', - name: 'date-name', - value: '9-9-9999', - type: 'date' + "id": 'date-field-id', + "name": 'date-name', + "value": '9-9-9999', + "type": 'date' }); fixture.detectChanges(); @@ -263,11 +263,11 @@ describe('DateWidgetComponent', () => { it('should set isValid to false when the value is not a correct date value', () => { widget.field = new FormFieldModel(form, { - id: 'date-field-id', - name: 'date-name', - value: 'aa', - type: 'date', - readOnly: 'false' + "id": 'date-field-id', + "name": 'date-name', + "value": 'aa', + "type": 'date', + "readOnly": 'false' }); widget.field.isVisible = true; widget.field.readOnly = false; @@ -279,11 +279,11 @@ describe('DateWidgetComponent', () => { it('should display always the json value', async () => { const field = new FormFieldModel(form, { - id: 'date-field-id', - name: 'date-name', - value: '30-12-9999', - type: 'date', - dateDisplayFormat: 'MM-DD-YYYY' + "id": 'date-field-id', + "name": 'date-name', + "value": '30-12-9999', + "type": 'date', + "dateDisplayFormat": 'MM-DD-YYYY' }); widget.field = field; diff --git a/lib/core/src/lib/form/components/widgets/date/date.widget.ts b/lib/core/src/lib/form/components/widgets/date/date.widget.ts index 1ba6105f51..1c46109e3c 100644 --- a/lib/core/src/lib/form/components/widgets/date/date.widget.ts +++ b/lib/core/src/lib/form/components/widgets/date/date.widget.ts @@ -26,13 +26,13 @@ import { MatDatepickerInputEvent } from '@angular/material/datepicker'; import { ADF_DATE_FORMATS, AdfDateFnsAdapter } from '../../../../common/utils/date-fns-adapter'; @Component({ - selector: 'date-widget', - providers: [ - { provide: MAT_DATE_FORMATS, useValue: ADF_DATE_FORMATS }, - { provide: DateAdapter, useClass: AdfDateFnsAdapter } + "selector": 'date-widget', + "providers": [ + { "provide": MAT_DATE_FORMATS, "useValue": ADF_DATE_FORMATS }, + { "provide": DateAdapter, "useClass": AdfDateFnsAdapter } ], - templateUrl: './date.widget.html', - host: { + "templateUrl": './date.widget.html', + "host": { '(click)': 'event($event)', '(blur)': 'event($event)', '(change)': 'event($event)', @@ -43,7 +43,7 @@ import { ADF_DATE_FORMATS, AdfDateFnsAdapter } from '../../../../common/utils/da '(invalid)': 'event($event)', '(select)': 'event($event)' }, - encapsulation: ViewEncapsulation.None + "encapsulation": ViewEncapsulation.None }) export class DateWidgetComponent extends WidgetComponent implements OnInit, OnDestroy { DATE_FORMAT = 'dd-MM-yyyy'; @@ -57,11 +57,11 @@ export class DateWidgetComponent extends WidgetComponent implements OnInit, OnDe private onDestroy$ = new Subject<boolean>(); - constructor(public formService: FormService, private dateAdapter: DateAdapter<Date>) { + constructor (public formService: FormService, private dateAdapter: DateAdapter<Date>) { super(formService); } - ngOnInit() { + ngOnInit () { if (this.field.dateDisplayFormat) { const adapter = this.dateAdapter as AdfDateFnsAdapter; adapter.displayFormat = this.field.dateDisplayFormat; @@ -83,12 +83,12 @@ export class DateWidgetComponent extends WidgetComponent implements OnInit, OnDe } } - ngOnDestroy() { + ngOnDestroy () { this.onDestroy$.next(true); this.onDestroy$.complete(); } - onDateChange(event: MatDatepickerInputEvent<Date>) { + onDateChange (event: MatDatepickerInputEvent<Date>) { const value = event.value; const input = event.targetElement as HTMLInputElement; diff --git a/lib/core/src/lib/form/components/widgets/display-text/display-text.widget.ts b/lib/core/src/lib/form/components/widgets/display-text/display-text.widget.ts index 54a77c2540..7887a5e226 100644 --- a/lib/core/src/lib/form/components/widgets/display-text/display-text.widget.ts +++ b/lib/core/src/lib/form/components/widgets/display-text/display-text.widget.ts @@ -22,10 +22,10 @@ import { FormService } from '../../../services/form.service'; import { WidgetComponent } from '../widget.component'; @Component({ - selector: 'display-text-widget', - templateUrl: './display-text.widget.html', - styleUrls: ['./display-text.widget.scss'], - host: { + "selector": 'display-text-widget', + "templateUrl": './display-text.widget.html', + "styleUrls": ['./display-text.widget.scss'], + "host": { '(click)': 'event($event)', '(blur)': 'event($event)', '(change)': 'event($event)', @@ -36,11 +36,11 @@ import { WidgetComponent } from '../widget.component'; '(invalid)': 'event($event)', '(select)': 'event($event)' }, - encapsulation: ViewEncapsulation.None + "encapsulation": ViewEncapsulation.None }) export class DisplayTextWidgetComponent extends WidgetComponent { - constructor(public formService: FormService) { + constructor (public formService: FormService) { super(formService); } diff --git a/lib/core/src/lib/form/components/widgets/error/error.component.spec.ts b/lib/core/src/lib/form/components/widgets/error/error.component.spec.ts index eeb45f3749..cfd611de3c 100644 --- a/lib/core/src/lib/form/components/widgets/error/error.component.spec.ts +++ b/lib/core/src/lib/form/components/widgets/error/error.component.spec.ts @@ -29,7 +29,7 @@ describe('ErrorWidgetComponent', () => { beforeEach(() => { TestBed.configureTestingModule({ - imports: [ + "imports": [ CoreTestingModule ] }); @@ -38,9 +38,9 @@ describe('ErrorWidgetComponent', () => { element = fixture.nativeElement; }); const errorMessage: string = 'fake-error'; - const errorMessageModel: ErrorMessageModel = new ErrorMessageModel({message: errorMessage}); + const errorMessageModel: ErrorMessageModel = new ErrorMessageModel({"message": errorMessage}); const errorChanges: SimpleChanges = { - error: new SimpleChange(errorMessageModel, errorMessageModel, false) + "error": new SimpleChange(errorMessageModel, errorMessageModel, false) }; it('should display proper error icon', async () => { diff --git a/lib/core/src/lib/form/components/widgets/error/error.component.ts b/lib/core/src/lib/form/components/widgets/error/error.component.ts index 2454b992d0..c2b2a54e77 100644 --- a/lib/core/src/lib/form/components/widgets/error/error.component.ts +++ b/lib/core/src/lib/form/components/widgets/error/error.component.ts @@ -24,16 +24,16 @@ import { FormService } from '../../../services/form.service'; import { WidgetComponent } from '../widget.component'; @Component({ - selector: 'error-widget', - templateUrl: './error.component.html', - styleUrls: ['./error.component.scss'], - animations: [ + "selector": 'error-widget', + "templateUrl": './error.component.html', + "styleUrls": ['./error.component.scss'], + "animations": [ trigger('transitionMessages', [ - state('enter', style({ opacity: 1, transform: 'translateY(0%)' })), - transition('void => enter', [style({ opacity: 0, transform: 'translateY(-100%)' }), animate('300ms cubic-bezier(0.55, 0, 0.55, 0.2)')]) + state('enter', style({ "opacity": 1, "transform": 'translateY(0%)' })), + transition('void => enter', [style({ "opacity": 0, "transform": 'translateY(-100%)' }), animate('300ms cubic-bezier(0.55, 0, 0.55, 0.2)')]) ]) ], - host: { + "host": { '(click)': 'event($event)', '(blur)': 'event($event)', '(change)': 'event($event)', @@ -44,7 +44,7 @@ import { WidgetComponent } from '../widget.component'; '(invalid)': 'event($event)', '(select)': 'event($event)' }, - encapsulation: ViewEncapsulation.None + "encapsulation": ViewEncapsulation.None }) export class ErrorWidgetComponent extends WidgetComponent implements OnChanges { @Input() @@ -57,11 +57,11 @@ export class ErrorWidgetComponent extends WidgetComponent implements OnChanges { subscriptAnimationState: string = ''; - constructor(public formService: FormService) { + constructor (public formService: FormService) { super(formService); } - ngOnChanges(changes: SimpleChanges) { + ngOnChanges (changes: SimpleChanges) { if (changes['required']) { this.required = changes.required.currentValue; this.subscriptAnimationState = 'enter'; diff --git a/lib/core/src/lib/form/components/widgets/form.theme.scss b/lib/core/src/lib/form/components/widgets/form.theme.scss index 1bd8d5673c..6db4d9afcb 100644 --- a/lib/core/src/lib/form/components/widgets/form.theme.scss +++ b/lib/core/src/lib/form/components/widgets/form.theme.scss @@ -34,15 +34,16 @@ ul > li > form-field > .adf-focus { } &-invalid { - .mat-checkbox-layout { + + .mat-mdc-checkbox-layout { padding-bottom: 12px; } - .mat-form-field-underline { + .mat-mdc-form-field-underline { background-color: var(--theme-warn-color) !important; } - .mat-select { + .mat-mdc-select { &-arrow { color: var(--adf-theme-foreground-secondary-text-color) !important; } @@ -52,7 +53,7 @@ ul > li > form-field > .adf-focus { border-color: var(--theme-warn-color); } - .mat-form-field-prefix { + .mat-mdc-form-field-prefix { color: var(--adf-theme-foreground-secondary-text-color); } @@ -69,9 +70,9 @@ ul > li > form-field > .adf-focus { /* query for Microsoft IE 11 */ @media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) { adf-form-field { - .mat-input-element, - .mat-select, - .mat-form-field { + .mat-mdc-input-element, + .mat-mdc-select, + .mat-mdc-form-field { display: block !important; } } diff --git a/lib/core/src/lib/form/components/widgets/hyperlink/hyperlink.widget.spec.ts b/lib/core/src/lib/form/components/widgets/hyperlink/hyperlink.widget.spec.ts index 9b9e2b2f92..fa1fc8b1b2 100644 --- a/lib/core/src/lib/form/components/widgets/hyperlink/hyperlink.widget.spec.ts +++ b/lib/core/src/lib/form/components/widgets/hyperlink/hyperlink.widget.spec.ts @@ -32,7 +32,7 @@ describe('HyperlinkWidgetComponent', () => { beforeEach(() => { TestBed.configureTestingModule({ - imports: [ + "imports": [ TranslateModule.forRoot(), CoreTestingModule, MatTooltipModule @@ -47,7 +47,7 @@ describe('HyperlinkWidgetComponent', () => { const text = 'hello world'; widget.field = new FormFieldModel(new FormModel(), { - displayText: text + "displayText": text }); widget.ngOnInit(); @@ -58,8 +58,8 @@ describe('HyperlinkWidgetComponent', () => { const url = 'http://<address>'; widget.field = new FormFieldModel(new FormModel(), { - displayText: null, - hyperlinkUrl: url + "displayText": null, + "hyperlinkUrl": url }); widget.ngOnInit(); @@ -75,8 +75,8 @@ describe('HyperlinkWidgetComponent', () => { it('should not return link text', () => { widget.field = new FormFieldModel(new FormModel(), { - displayText: null, - hyperlinkUrl: null + "displayText": null, + "hyperlinkUrl": null }); widget.ngOnInit(); @@ -92,7 +92,7 @@ describe('HyperlinkWidgetComponent', () => { it('should return default url for missing field property', () => { widget.field = new FormFieldModel(new FormModel(), { - hyperlinkUrl: null + "hyperlinkUrl": null }); widget.ngOnInit(); @@ -102,7 +102,7 @@ describe('HyperlinkWidgetComponent', () => { it('should prepend url with scheme', () => { const url = 'www.alfresco.com'; widget.field = new FormFieldModel(new FormModel(), { - hyperlinkUrl: url + "hyperlinkUrl": url }); widget.ngOnInit(); @@ -112,7 +112,7 @@ describe('HyperlinkWidgetComponent', () => { it('should not prepend url with scheme', () => { const url = 'https://<secure/address>'; widget.field = new FormFieldModel(new FormModel(), { - hyperlinkUrl: url + "hyperlinkUrl": url }); widget.ngOnInit(); @@ -123,7 +123,7 @@ describe('HyperlinkWidgetComponent', () => { const url = 'www.alfresco.com'; widget.field = new FormFieldModel(new FormModel(), { - value: url + "value": url }); widget.ngOnInit(); @@ -134,8 +134,8 @@ describe('HyperlinkWidgetComponent', () => { const url = 'www.alfresco.com'; widget.field = new FormFieldModel(new FormModel(), { - value: url, - hyperlinkUrl: 'www.alfresco-test.com' + "value": url, + "hyperlinkUrl": 'www.alfresco-test.com' }); widget.ngOnInit(); @@ -146,7 +146,7 @@ describe('HyperlinkWidgetComponent', () => { const url = 'www.alfresco.com'; widget.field = new FormFieldModel(new FormModel(), { - displayText: url + "displayText": url }); widget.ngOnInit(); @@ -158,8 +158,8 @@ describe('HyperlinkWidgetComponent', () => { it('should be able to set label property', () => { const label = 'Label'; widget.field = new FormFieldModel(new FormModel(), { - name: label, - type: FormFieldTypes.HYPERLINK + "name": label, + "type": FormFieldTypes.HYPERLINK }); fixture.detectChanges(); @@ -170,8 +170,8 @@ describe('HyperlinkWidgetComponent', () => { it('should be able to set URL', () => { const url = 'https://www.alfresco.com/'; widget.field = new FormFieldModel(new FormModel(), { - hyperlinkUrl: url, - type: FormFieldTypes.HYPERLINK + "hyperlinkUrl": url, + "type": FormFieldTypes.HYPERLINK }); fixture.detectChanges(); @@ -183,9 +183,9 @@ describe('HyperlinkWidgetComponent', () => { const displayText = 'displayText'; const url = 'https://www.alfresco.com/'; widget.field = new FormFieldModel(new FormModel(), { - hyperlinkUrl: url, + "hyperlinkUrl": url, displayText, - type: FormFieldTypes.HYPERLINK + "type": FormFieldTypes.HYPERLINK }); fixture.detectChanges(); @@ -198,11 +198,11 @@ describe('HyperlinkWidgetComponent', () => { const displayText = 'displayText'; const url = 'https://www.alfresco.com/'; widget.field = new FormFieldModel(new FormModel(), { - id: 'hyperlink', - hyperlinkUrl: url, + "id": 'hyperlink', + "hyperlinkUrl": url, displayText, - type: FormFieldTypes.HYPERLINK, - tooltip: 'hyperlink widget' + "type": FormFieldTypes.HYPERLINK, + "tooltip": 'hyperlink widget' }); fixture.detectChanges(); diff --git a/lib/core/src/lib/form/components/widgets/hyperlink/hyperlink.widget.ts b/lib/core/src/lib/form/components/widgets/hyperlink/hyperlink.widget.ts index 993915047d..2ecd79929d 100644 --- a/lib/core/src/lib/form/components/widgets/hyperlink/hyperlink.widget.ts +++ b/lib/core/src/lib/form/components/widgets/hyperlink/hyperlink.widget.ts @@ -23,10 +23,10 @@ import { WidgetComponent } from '../widget.component'; import { FormFieldModel } from '../core'; @Component({ - selector: 'hyperlink-widget', - templateUrl: './hyperlink.widget.html', - styleUrls: ['./hyperlink.widget.scss'], - host: { + "selector": 'hyperlink-widget', + "templateUrl": './hyperlink.widget.html', + "styleUrls": ['./hyperlink.widget.scss'], + "host": { '(click)': 'event($event)', '(blur)': 'event($event)', '(change)': 'event($event)', @@ -37,7 +37,7 @@ import { FormFieldModel } from '../core'; '(invalid)': 'event($event)', '(select)': 'event($event)' }, - encapsulation: ViewEncapsulation.None + "encapsulation": ViewEncapsulation.None }) export class HyperlinkWidgetComponent extends WidgetComponent implements OnInit { @@ -47,18 +47,18 @@ export class HyperlinkWidgetComponent extends WidgetComponent implements OnInit linkUrl: string = '#'; linkText: string = null; - constructor(public formService: FormService) { + constructor (public formService: FormService) { super(formService); } - ngOnInit() { + ngOnInit () { if (this.field) { this.linkUrl = this.getHyperlinkUrl(this.field); this.linkText = this.getHyperlinkText(this.field); } } - protected getHyperlinkUrl(field: FormFieldModel) { + protected getHyperlinkUrl (field: FormFieldModel) { let value = field.value || field.hyperlinkUrl; if (value && !/^https?:\/\//i.test(value)) { @@ -68,7 +68,7 @@ export class HyperlinkWidgetComponent extends WidgetComponent implements OnInit return value || HyperlinkWidgetComponent.DEFAULT_HYPERLINK_URL; } - protected getHyperlinkText(field: FormFieldModel) { + protected getHyperlinkText (field: FormFieldModel) { if (field) { return field.displayText || field.hyperlinkUrl || field.value; } diff --git a/lib/core/src/lib/form/components/widgets/json/json.widget.ts b/lib/core/src/lib/form/components/widgets/json/json.widget.ts index 502f2c6503..e090362ceb 100644 --- a/lib/core/src/lib/form/components/widgets/json/json.widget.ts +++ b/lib/core/src/lib/form/components/widgets/json/json.widget.ts @@ -22,10 +22,10 @@ import { MatDialog } from '@angular/material/dialog'; import { EditJsonDialogSettings, EditJsonDialogComponent } from '../../../../dialogs/edit-json/edit-json.dialog'; @Component({ - template: ` + "template": ` <button mat-raised-button color="primary" (click)="view()">json</button> `, - host: { + "host": { '(click)': 'event($event)', '(blur)': 'event($event)', '(change)': 'event($event)', @@ -36,14 +36,14 @@ import { EditJsonDialogSettings, EditJsonDialogComponent } from '../../../../dia '(invalid)': 'event($event)', '(select)': 'event($event)' }, - encapsulation: ViewEncapsulation.None + "encapsulation": ViewEncapsulation.None }) export class JsonWidgetComponent extends WidgetComponent { - constructor(public formService: FormService, private dialog: MatDialog) { + constructor (public formService: FormService, private dialog: MatDialog) { super(formService); } - view() { + view () { const rawValue = this.field.value; const value = typeof rawValue === 'object' @@ -51,16 +51,16 @@ export class JsonWidgetComponent extends WidgetComponent { : rawValue; const settings: EditJsonDialogSettings = { - title: this.field.name, - editable: false, + "title": this.field.name, + "editable": false, value }; this.dialog .open(EditJsonDialogComponent, { - data: settings, - minWidth: '50%', - minHeight: '50%' + "data": settings, + "minWidth": '50%', + "minHeight": '50%' }); } } diff --git a/lib/core/src/lib/form/components/widgets/multiline-text/multiline-text.widget.scss b/lib/core/src/lib/form/components/widgets/multiline-text/multiline-text.widget.scss index 326f144b55..21c21197ae 100644 --- a/lib/core/src/lib/form/components/widgets/multiline-text/multiline-text.widget.scss +++ b/lib/core/src/lib/form/components/widgets/multiline-text/multiline-text.widget.scss @@ -2,7 +2,7 @@ &-multiline-text-widget { width: 100%; - .mat-form-field-label-wrapper { + .mat-mdc-form-field-label-wrapper { top: 20px; } } diff --git a/lib/core/src/lib/form/components/widgets/multiline-text/multiline-text.widget.spec.ts b/lib/core/src/lib/form/components/widgets/multiline-text/multiline-text.widget.spec.ts index 533057a3d9..37ed812e47 100644 --- a/lib/core/src/lib/form/components/widgets/multiline-text/multiline-text.widget.spec.ts +++ b/lib/core/src/lib/form/components/widgets/multiline-text/multiline-text.widget.spec.ts @@ -35,7 +35,7 @@ describe('MultilineTextWidgetComponentComponent', () => { beforeEach(() => { TestBed.configureTestingModule({ - imports: [TranslateModule.forRoot(), CoreTestingModule] + "imports": [TranslateModule.forRoot(), CoreTestingModule] }); fixture = TestBed.createComponent(MultilineTextWidgetComponentComponent); widget = fixture.componentInstance; @@ -45,9 +45,9 @@ describe('MultilineTextWidgetComponentComponent', () => { describe('when tooltip is set', () => { beforeEach(() => { - widget.field = new FormFieldModel(new FormModel({ taskId: '<id>' }), { - type: FormFieldTypes.MULTILINE_TEXT, - tooltip: 'my custom tooltip' + widget.field = new FormFieldModel(new FormModel({ "taskId": '<id>' }), { + "type": FormFieldTypes.MULTILINE_TEXT, + "tooltip": 'my custom tooltip' }); fixture.detectChanges(); }); @@ -72,9 +72,9 @@ describe('MultilineTextWidgetComponentComponent', () => { describe('when is required', () => { beforeEach(() => { - widget.field = new FormFieldModel(new FormModel({ taskId: '<id>' }), { - type: FormFieldTypes.MULTILINE_TEXT, - required: true + widget.field = new FormFieldModel(new FormModel({ "taskId": '<id>' }), { + "type": FormFieldTypes.MULTILINE_TEXT, + "required": true }); fixture.detectChanges(); }); diff --git a/lib/core/src/lib/form/components/widgets/multiline-text/multiline-text.widget.ts b/lib/core/src/lib/form/components/widgets/multiline-text/multiline-text.widget.ts index 1469533d5f..c98c0d5eeb 100644 --- a/lib/core/src/lib/form/components/widgets/multiline-text/multiline-text.widget.ts +++ b/lib/core/src/lib/form/components/widgets/multiline-text/multiline-text.widget.ts @@ -22,10 +22,10 @@ import { FormService } from '../../../services/form.service'; import { WidgetComponent } from '../widget.component'; @Component({ - selector: 'multiline-text-widget', - templateUrl: './multiline-text.widget.html', - styleUrls: ['./multiline-text.widget.scss'], - host: { + "selector": 'multiline-text-widget', + "templateUrl": './multiline-text.widget.html', + "styleUrls": ['./multiline-text.widget.scss'], + "host": { '(click)': 'event($event)', '(blur)': 'event($event)', '(change)': 'event($event)', @@ -36,11 +36,11 @@ import { WidgetComponent } from '../widget.component'; '(invalid)': 'event($event)', '(select)': 'event($event)' }, - encapsulation: ViewEncapsulation.None + "encapsulation": ViewEncapsulation.None }) export class MultilineTextWidgetComponentComponent extends WidgetComponent { - constructor(public formService: FormService) { + constructor (public formService: FormService) { super(formService); } diff --git a/lib/core/src/lib/form/components/widgets/number/number.widget.scss b/lib/core/src/lib/form/components/widgets/number/number.widget.scss index 9a5867bb6b..34f63d37aa 100644 --- a/lib/core/src/lib/form/components/widgets/number/number.widget.scss +++ b/lib/core/src/lib/form/components/widgets/number/number.widget.scss @@ -2,7 +2,7 @@ &-number-widget { width: 100%; - .mat-form-field-label-wrapper { + .mat-mdc-form-field-label-wrapper { top: 20px; } } diff --git a/lib/core/src/lib/form/components/widgets/number/number.widget.spec.ts b/lib/core/src/lib/form/components/widgets/number/number.widget.spec.ts index 96841b829c..88be99ae2e 100644 --- a/lib/core/src/lib/form/components/widgets/number/number.widget.spec.ts +++ b/lib/core/src/lib/form/components/widgets/number/number.widget.spec.ts @@ -36,7 +36,7 @@ describe('NumberWidgetComponent', () => { beforeEach(() => { TestBed.configureTestingModule({ - imports: [TranslateModule.forRoot(), CoreTestingModule, MatInputModule, FormsModule, MatIconModule] + "imports": [TranslateModule.forRoot(), CoreTestingModule, MatInputModule, FormsModule, MatIconModule] }); fixture = TestBed.createComponent(NumberWidgetComponent); widget = fixture.componentInstance; @@ -46,9 +46,9 @@ describe('NumberWidgetComponent', () => { describe('when tooltip is set', () => { beforeEach(() => { - widget.field = new FormFieldModel(new FormModel({ taskId: '<id>' }), { - type: FormFieldTypes.NUMBER, - tooltip: 'my custom tooltip' + widget.field = new FormFieldModel(new FormModel({ "taskId": '<id>' }), { + "type": FormFieldTypes.NUMBER, + "tooltip": 'my custom tooltip' }); fixture.detectChanges(); }); @@ -73,9 +73,9 @@ describe('NumberWidgetComponent', () => { describe('when is required', () => { beforeEach(() => { - widget.field = new FormFieldModel(new FormModel({ taskId: '<id>' }), { - type: FormFieldTypes.NUMBER, - required: true + widget.field = new FormFieldModel(new FormModel({ "taskId": '<id>' }), { + "type": FormFieldTypes.NUMBER, + "required": true }); fixture.detectChanges(); }); @@ -99,13 +99,13 @@ describe('NumberWidgetComponent', () => { describe('when form model has left labels', () => { it('should have left labels classes on leftLabels true', async () => { - widget.field = new FormFieldModel(new FormModel({ taskId: 'fake-task-id', leftLabels: true }), { - id: 'number-id', - name: 'number-name', - value: '', - type: FormFieldTypes.NUMBER, - readOnly: false, - required: true + widget.field = new FormFieldModel(new FormModel({ "taskId": 'fake-task-id', "leftLabels": true }), { + "id": 'number-id', + "name": 'number-name', + "value": '', + "type": FormFieldTypes.NUMBER, + "readOnly": false, + "required": true }); fixture.detectChanges(); @@ -119,13 +119,13 @@ describe('NumberWidgetComponent', () => { }); it('should not have left labels classes on leftLabels false', async () => { - widget.field = new FormFieldModel(new FormModel({ taskId: 'fake-task-id', leftLabels: false }), { - id: 'number-id', - name: 'number-name', - value: '', - type: FormFieldTypes.NUMBER, - readOnly: false, - required: true + widget.field = new FormFieldModel(new FormModel({ "taskId": 'fake-task-id', "leftLabels": false }), { + "id": 'number-id', + "name": 'number-name', + "value": '', + "type": FormFieldTypes.NUMBER, + "readOnly": false, + "required": true }); fixture.detectChanges(); @@ -139,13 +139,13 @@ describe('NumberWidgetComponent', () => { }); it('should not have left labels classes on leftLabels not present', async () => { - widget.field = new FormFieldModel(new FormModel({ taskId: 'fake-task-id' }), { - id: 'number-id', - name: 'number-name', - value: '', - type: FormFieldTypes.NUMBER, - readOnly: false, - required: true + widget.field = new FormFieldModel(new FormModel({ "taskId": 'fake-task-id' }), { + "id": 'number-id', + "name": 'number-name', + "value": '', + "type": FormFieldTypes.NUMBER, + "readOnly": false, + "required": true }); fixture.detectChanges(); diff --git a/lib/core/src/lib/form/components/widgets/number/number.widget.ts b/lib/core/src/lib/form/components/widgets/number/number.widget.ts index 18b502f943..bee1b2f067 100644 --- a/lib/core/src/lib/form/components/widgets/number/number.widget.ts +++ b/lib/core/src/lib/form/components/widgets/number/number.widget.ts @@ -23,10 +23,10 @@ import { WidgetComponent } from '../widget.component'; import { DecimalNumberPipe } from '../../../../pipes/decimal-number.pipe'; @Component({ - selector: 'number-widget', - templateUrl: './number.widget.html', - styleUrls: ['./number.widget.scss'], - host: { + "selector": 'number-widget', + "templateUrl": './number.widget.html', + "styleUrls": ['./number.widget.scss'], + "host": { '(click)': 'event($event)', '(blur)': 'event($event)', '(change)': 'event($event)', @@ -37,18 +37,18 @@ import { DecimalNumberPipe } from '../../../../pipes/decimal-number.pipe'; '(invalid)': 'event($event)', '(select)': 'event($event)' }, - encapsulation: ViewEncapsulation.None + "encapsulation": ViewEncapsulation.None }) export class NumberWidgetComponent extends WidgetComponent implements OnInit { displayValue: number; - constructor(public formService: FormService, + constructor (public formService: FormService, private decimalNumberPipe: DecimalNumberPipe) { super(formService); } - ngOnInit() { + ngOnInit () { if (this.field.readOnly) { this.displayValue = this.decimalNumberPipe.transform(this.field.value); } else { diff --git a/lib/core/src/lib/form/components/widgets/text/text-mask.component.ts b/lib/core/src/lib/form/components/widgets/text/text-mask.component.ts index 1cf7948404..e87bd3f597 100644 --- a/lib/core/src/lib/form/components/widgets/text/text-mask.component.ts +++ b/lib/core/src/lib/form/components/widgets/text/text-mask.component.ts @@ -21,17 +21,17 @@ import { Directive, ElementRef, forwardRef, HostListener, Input, OnChanges, Rend import { ControlValueAccessor, NG_VALUE_ACCESSOR } from '@angular/forms'; export const CUSTOM_INPUT_CONTROL_VALUE_ACCESSOR: any = { - provide: NG_VALUE_ACCESSOR, - useExisting: forwardRef(() => InputMaskDirective), - multi: true + "provide": NG_VALUE_ACCESSOR, + "useExisting": forwardRef(() => InputMaskDirective), + "multi": true }; /** * Directive selectors without adf- prefix will be deprecated on 3.0.0 */ @Directive({ - selector: '[adf-text-mask], [textMask]', - providers: [CUSTOM_INPUT_CONTROL_VALUE_ACCESSOR] + "selector": '[adf-text-mask], [textMask]', + "providers": [CUSTOM_INPUT_CONTROL_VALUE_ACCESSOR] }) export class InputMaskDirective implements OnChanges, ControlValueAccessor { /** Object defining mask and "reversed" status. */ @@ -41,18 +41,18 @@ export class InputMaskDirective implements OnChanges, ControlValueAccessor { }; private translationMask = { - 0: { pattern: /\d/ }, - 9: { pattern: /\d/, optional: true }, - '#': { pattern: /\d/, recursive: true }, - A: { pattern: /[a-zA-Z0-9]/ }, - S: { pattern: /[a-zA-Z]/ } + "0": { "pattern": /\d/ }, + "9": { "pattern": /\d/, "optional": true }, + '#': { "pattern": /\d/, "recursive": true }, + "A": { "pattern": /[a-zA-Z0-9]/ }, + "S": { "pattern": /[a-zA-Z]/ } }; private byPassKeys = [9, 16, 17, 18, 36, 37, 38, 39, 40, 91]; private value; private invalidCharacters = []; - constructor(private el: ElementRef, private render: Renderer2) {} + constructor (private el: ElementRef, private render: Renderer2) {} _onChange = (_: any) => {}; @@ -60,7 +60,7 @@ export class InputMaskDirective implements OnChanges, ControlValueAccessor { @HostListener('input', ['$event']) @HostListener('keyup', ['$event']) - onTextInput(event: KeyboardEvent) { + onTextInput (event: KeyboardEvent) { if (this.inputMask?.mask) { this.maskValue( this.el.nativeElement.value, @@ -74,25 +74,25 @@ export class InputMaskDirective implements OnChanges, ControlValueAccessor { } } - ngOnChanges(changes: SimpleChanges) { + ngOnChanges (changes: SimpleChanges) { if (changes['inputMask']?.currentValue['mask']) { this.inputMask = changes['inputMask'].currentValue; } } - writeValue(value: any) { + writeValue (value: any) { this.el.nativeElement.value = value; } - registerOnChange(fn: any) { + registerOnChange (fn: any) { this._onChange = fn; } - registerOnTouched(fn: () => any): void { + registerOnTouched (fn: () => any): void { this._onTouched = fn; } - private maskValue(actualValue: string, startCaret: number, maskToApply: string, isMaskReversed: boolean, keyCode: number) { + private maskValue (actualValue: string, startCaret: number, maskToApply: string, isMaskReversed: boolean, keyCode: number) { if (this.byPassKeys.indexOf(keyCode) === -1) { const value = this.getMasked(false, actualValue, maskToApply, isMaskReversed); const calculatedCaret = this.calculateCaretPosition(startCaret, actualValue, keyCode); @@ -104,12 +104,12 @@ export class InputMaskDirective implements OnChanges, ControlValueAccessor { } } - private setCaretPosition(caretPosition: number) { + private setCaretPosition (caretPosition: number) { this.el.nativeElement.moveStart = caretPosition; this.el.nativeElement.moveEnd = caretPosition; } - calculateCaretPosition(caretPosition: number, newValue: string, keyCode: number): number { + calculateCaretPosition (caretPosition: number, newValue: string, keyCode: number): number { const newValueLength = newValue.length; const oldValue = this.getValue() || ''; const oldValueLength = oldValue.length; @@ -126,7 +126,7 @@ export class InputMaskDirective implements OnChanges, ControlValueAccessor { return caretPosition; } - getMasked(skipMaskChars: boolean, val: string, mask: string, isReversed = false) { + getMasked (skipMaskChars: boolean, val: string, mask: string, isReversed = false) { const buf = []; const value = val; let maskIndex = 0; @@ -176,9 +176,9 @@ export class InputMaskDirective implements OnChanges, ControlValueAccessor { valueIndex -= offset; } else { this.invalidCharacters.push({ - index: valueIndex, - digit: valDigit, - translated: translation.pattern + "index": valueIndex, + "digit": valDigit, + "translated": translation.pattern }); } valueIndex += offset; @@ -204,7 +204,7 @@ export class InputMaskDirective implements OnChanges, ControlValueAccessor { return buf.join(''); } - private isToCheck(isReversed: boolean, maskIndex: number, maskLen: number, valueIndex: number, valueLength: number): boolean { + private isToCheck (isReversed: boolean, maskIndex: number, maskLen: number, valueIndex: number, valueLength: number): boolean { let check = false; if (isReversed) { check = maskIndex > -1 && valueIndex > -1; @@ -214,11 +214,11 @@ export class InputMaskDirective implements OnChanges, ControlValueAccessor { return check; } - private setValue(value) { + private setValue (value) { this.value = value; } - private getValue() { + private getValue () { return this.value; } } diff --git a/lib/core/src/lib/form/components/widgets/text/text.widget.scss b/lib/core/src/lib/form/components/widgets/text/text.widget.scss index f6c64e84df..9e4169ca96 100644 --- a/lib/core/src/lib/form/components/widgets/text/text.widget.scss +++ b/lib/core/src/lib/form/components/widgets/text/text.widget.scss @@ -2,7 +2,7 @@ &-text-widget { width: 100%; - .mat-form-field-label-wrapper { + .mat-mdc-form-field-label-wrapper { top: 20px; } } diff --git a/lib/core/src/lib/form/components/widgets/text/text.widget.spec.ts b/lib/core/src/lib/form/components/widgets/text/text.widget.spec.ts index 1c4fa226cc..fae85d165e 100644 --- a/lib/core/src/lib/form/components/widgets/text/text.widget.spec.ts +++ b/lib/core/src/lib/form/components/widgets/text/text.widget.spec.ts @@ -32,7 +32,7 @@ import { MatFormFieldHarness } from '@angular/material/form-field/testing'; import { MatTooltipHarness } from '@angular/material/tooltip/testing'; describe('TextWidgetComponent', () => { - const form = new FormModel({ taskId: 'fake-task-id' }); + const form = new FormModel({ "taskId": 'fake-task-id' }); let loader: HarnessLoader; let widget: TextWidgetComponent; @@ -42,7 +42,7 @@ describe('TextWidgetComponent', () => { beforeEach(() => { TestBed.configureTestingModule({ - imports: [TranslateModule.forRoot(), CoreTestingModule, MatInputModule, FormsModule, MatIconModule] + "imports": [TranslateModule.forRoot(), CoreTestingModule, MatInputModule, FormsModule, MatIconModule] }); fixture = TestBed.createComponent(TextWidgetComponent); widget = fixture.componentInstance; @@ -54,11 +54,11 @@ describe('TextWidgetComponent', () => { describe('and no mask is configured on text element', () => { it('should raise ngModelChange event', async () => { widget.field = new FormFieldModel(form, { - id: 'text-id', - name: 'text-name', - value: '', - type: FormFieldTypes.TEXT, - readOnly: false + "id": 'text-id', + "name": 'text-name', + "value": '', + "type": FormFieldTypes.TEXT, + "readOnly": false }); fixture.detectChanges(); @@ -72,11 +72,11 @@ describe('TextWidgetComponent', () => { it('should be able to set label property', () => { widget.field = new FormFieldModel(form, { - id: 'text-id', - name: 'text-name', - value: '', - type: FormFieldTypes.TEXT, - readOnly: false + "id": 'text-id', + "name": 'text-name', + "value": '', + "type": FormFieldTypes.TEXT, + "readOnly": false }); fixture.detectChanges(); @@ -86,12 +86,12 @@ describe('TextWidgetComponent', () => { it('should be able to set a placeholder for Text widget', async () => { widget.field = new FormFieldModel(form, { - id: 'text-id', - name: 'text-name', - value: '', - type: FormFieldTypes.TEXT, - readOnly: false, - placeholder: 'Your name here' + "id": 'text-id', + "name": 'text-name', + "value": '', + "type": FormFieldTypes.TEXT, + "readOnly": false, + "placeholder": 'Your name here' }); fixture.detectChanges(); await fixture.whenStable(); @@ -102,13 +102,13 @@ describe('TextWidgetComponent', () => { it('should be able to set min/max length properties for Text widget', async () => { widget.field = new FormFieldModel(form, { - id: 'text-id', - name: 'text-name', - value: '', - type: FormFieldTypes.TEXT, - readOnly: false, - minLength: 5, - maxLength: 10 + "id": 'text-id', + "name": 'text-name', + "value": '', + "type": FormFieldTypes.TEXT, + "readOnly": false, + "minLength": 5, + "maxLength": 10 }); fixture.detectChanges(); @@ -133,12 +133,12 @@ describe('TextWidgetComponent', () => { it('should be able to set regex pattern property for Text widget', async () => { widget.field = new FormFieldModel(form, { - id: 'text-id', - name: 'text-name', - value: '', - type: FormFieldTypes.TEXT, - readOnly: false, - regexPattern: '[0-9]' + "id": 'text-id', + "name": 'text-name', + "value": '', + "type": FormFieldTypes.TEXT, + "readOnly": false, + "regexPattern": '[0-9]' }); fixture.detectChanges(); @@ -156,9 +156,9 @@ describe('TextWidgetComponent', () => { describe('when tooltip is set', () => { beforeEach(() => { - widget.field = new FormFieldModel(new FormModel({ taskId: '<id>' }), { - type: FormFieldTypes.TEXT, - tooltip: 'my custom tooltip' + widget.field = new FormFieldModel(new FormModel({ "taskId": '<id>' }), { + "type": FormFieldTypes.TEXT, + "tooltip": 'my custom tooltip' }); fixture.detectChanges(); }); @@ -184,12 +184,12 @@ describe('TextWidgetComponent', () => { describe('when is required', () => { beforeEach(() => { widget.field = new FormFieldModel(form, { - id: 'text-id', - name: 'text-name', - value: '', - type: FormFieldTypes.TEXT, - readOnly: false, - required: true + "id": 'text-id', + "name": 'text-name', + "value": '', + "type": FormFieldTypes.TEXT, + "readOnly": false, + "required": true }); }); @@ -216,11 +216,11 @@ describe('TextWidgetComponent', () => { describe('and no mask is configured on text element', () => { beforeEach(() => { widget.field = new FormFieldModel(form, { - id: 'text-id', - name: 'text-name', - value: '', - type: FormFieldTypes.TEXT, - readOnly: true + "id": 'text-id', + "name": 'text-name', + "value": '', + "type": FormFieldTypes.TEXT, + "readOnly": true }); fixture.detectChanges(); @@ -237,13 +237,13 @@ describe('TextWidgetComponent', () => { beforeEach(() => { widget.field = new FormFieldModel(form, { - id: 'text-id', - name: 'text-name', - value: '', - params: { inputMask: '##-##0,00%' }, - type: FormFieldTypes.TEXT, - readOnly: false, - placeholder: 'simple placeholder' + "id": 'text-id', + "name": 'text-name', + "value": '', + "params": { "inputMask": '##-##0,00%' }, + "type": FormFieldTypes.TEXT, + "readOnly": false, + "placeholder": 'simple placeholder' }); fixture.detectChanges(); @@ -341,12 +341,12 @@ describe('TextWidgetComponent', () => { beforeEach(() => { widget.field = new FormFieldModel(form, { - id: 'text-id', - name: 'text-name', - value: '', - params: { existingColspan: 1, maxColspan: 2, inputMask: '#.##0,00%', inputMaskReversed: true }, - type: FormFieldTypes.TEXT, - readOnly: false + "id": 'text-id', + "name": 'text-name', + "value": '', + "params": { "existingColspan": 1, "maxColspan": 2, "inputMask": '#.##0,00%', "inputMaskReversed": true }, + "type": FormFieldTypes.TEXT, + "readOnly": false }); fixture.detectChanges(); @@ -381,13 +381,13 @@ describe('TextWidgetComponent', () => { describe('and a mask placeholder is configured', () => { beforeEach(() => { widget.field = new FormFieldModel(form, { - id: 'text-id', - name: 'text-name', - value: '', - params: { inputMask: '##-##0,00%', inputMaskPlaceholder: 'Phone : (__) ___-___' }, - type: FormFieldTypes.TEXT, - readOnly: false, - placeholder: 'simple placeholder' + "id": 'text-id', + "name": 'text-name', + "value": '', + "params": { "inputMask": '##-##0,00%', "inputMaskPlaceholder": 'Phone : (__) ___-___' }, + "type": FormFieldTypes.TEXT, + "readOnly": false, + "placeholder": 'simple placeholder' }); fixture.detectChanges(); @@ -409,13 +409,13 @@ describe('TextWidgetComponent', () => { describe('when form model has left labels', () => { it('should have left labels classes on leftLabels true', async () => { - widget.field = new FormFieldModel(new FormModel({ taskId: 'fake-task-id', leftLabels: true }), { - id: 'text-id', - name: 'text-name', - value: '', - type: FormFieldTypes.TEXT, - readOnly: false, - required: true + widget.field = new FormFieldModel(new FormModel({ "taskId": 'fake-task-id', "leftLabels": true }), { + "id": 'text-id', + "name": 'text-name', + "value": '', + "type": FormFieldTypes.TEXT, + "readOnly": false, + "required": true }); fixture.detectChanges(); @@ -429,13 +429,13 @@ describe('TextWidgetComponent', () => { }); it('should not have left labels classes on leftLabels false', async () => { - widget.field = new FormFieldModel(new FormModel({ taskId: 'fake-task-id', leftLabels: false }), { - id: 'text-id', - name: 'text-name', - value: '', - type: FormFieldTypes.TEXT, - readOnly: false, - required: true + widget.field = new FormFieldModel(new FormModel({ "taskId": 'fake-task-id', "leftLabels": false }), { + "id": 'text-id', + "name": 'text-name', + "value": '', + "type": FormFieldTypes.TEXT, + "readOnly": false, + "required": true }); fixture.detectChanges(); @@ -450,12 +450,12 @@ describe('TextWidgetComponent', () => { it('should not have left labels classes on leftLabels not present', async () => { widget.field = new FormFieldModel(form, { - id: 'text-id', - name: 'text-name', - value: '', - type: FormFieldTypes.TEXT, - readOnly: false, - required: true + "id": 'text-id', + "name": 'text-name', + "value": '', + "type": FormFieldTypes.TEXT, + "readOnly": false, + "required": true }); fixture.detectChanges(); diff --git a/lib/core/src/lib/form/components/widgets/text/text.widget.ts b/lib/core/src/lib/form/components/widgets/text/text.widget.ts index 6c0bae8afc..b810195b1c 100644 --- a/lib/core/src/lib/form/components/widgets/text/text.widget.ts +++ b/lib/core/src/lib/form/components/widgets/text/text.widget.ts @@ -22,10 +22,10 @@ import { FormService } from '../../../services/form.service'; import { WidgetComponent } from '../widget.component'; @Component({ - selector: 'text-widget', - templateUrl: './text.widget.html', - styleUrls: ['./text.widget.scss'], - host: { + "selector": 'text-widget', + "templateUrl": './text.widget.html', + "styleUrls": ['./text.widget.scss'], + "host": { '(click)': 'event($event)', '(blur)': 'event($event)', '(change)': 'event($event)', @@ -36,7 +36,7 @@ import { WidgetComponent } from '../widget.component'; '(invalid)': 'event($event)', '(select)': 'event($event)' }, - encapsulation: ViewEncapsulation.None + "encapsulation": ViewEncapsulation.None }) export class TextWidgetComponent extends WidgetComponent implements OnInit { @@ -44,11 +44,11 @@ export class TextWidgetComponent extends WidgetComponent implements OnInit { placeholder: string; isMaskReversed: boolean; - constructor(public formService: FormService) { + constructor (public formService: FormService) { super(formService); } - ngOnInit() { + ngOnInit () { if (this.field.params) { this.mask = this.field.params['inputMask']; this.placeholder = this.field.params['inputMask'] && this.field.params['inputMaskPlaceholder'] ? this.field.params['inputMaskPlaceholder'] : this.field.placeholder; diff --git a/lib/core/src/lib/form/components/widgets/unknown/unknown.widget.ts b/lib/core/src/lib/form/components/widgets/unknown/unknown.widget.ts index ba9e06ce43..8ee1ae18fe 100644 --- a/lib/core/src/lib/form/components/widgets/unknown/unknown.widget.ts +++ b/lib/core/src/lib/form/components/widgets/unknown/unknown.widget.ts @@ -22,8 +22,8 @@ import { FormService } from '../../../services/form.service'; import { WidgetComponent } from '../widget.component'; @Component({ - selector: 'unknown-widget', - template: ` + "selector": 'unknown-widget', + "template": ` <mat-list class="adf-unknown-widget"> <mat-list-item> <mat-icon class="mat-24">error_outline</mat-icon> @@ -32,8 +32,8 @@ import { WidgetComponent } from '../widget.component'; </mat-list> `, - styleUrls: ['./unknown.widget.scss'], - host: { + "styleUrls": ['./unknown.widget.scss'], + "host": { '(click)': 'event($event)', '(blur)': 'event($event)', '(change)': 'event($event)', @@ -44,11 +44,11 @@ import { WidgetComponent } from '../widget.component'; '(invalid)': 'event($event)', '(select)': 'event($event)' }, - encapsulation: ViewEncapsulation.None + "encapsulation": ViewEncapsulation.None }) export class UnknownWidgetComponent extends WidgetComponent { - constructor(public formService: FormService) { + constructor (public formService: FormService) { super(formService); } } diff --git a/lib/core/src/lib/form/components/widgets/widget.component.spec.ts b/lib/core/src/lib/form/components/widgets/widget.component.spec.ts index 0147069749..e22f9f62e9 100644 --- a/lib/core/src/lib/form/components/widgets/widget.component.spec.ts +++ b/lib/core/src/lib/form/components/widgets/widget.component.spec.ts @@ -32,7 +32,7 @@ describe('WidgetComponent', () => { beforeEach(() => { TestBed.configureTestingModule({ - imports: [ + "imports": [ TranslateModule.forRoot(), CoreTestingModule ] @@ -72,7 +72,7 @@ describe('WidgetComponent', () => { it('should send an event after view init', () => { const fakeForm = new FormModel(); - const fakeField = new FormFieldModel(fakeForm, { id: 'fakeField', value: 'fakeValue' }); + const fakeField = new FormFieldModel(fakeForm, { "id": 'fakeField', "value": 'fakeValue' }); widget.field = fakeField; let lastValue: FormFieldModel; @@ -87,7 +87,7 @@ describe('WidgetComponent', () => { it('should send an event when a field is changed', () => { const fakeForm = new FormModel(); - const fakeField = new FormFieldModel(fakeForm, { id: 'fakeField', value: 'fakeValue' }); + const fakeField = new FormFieldModel(fakeForm, { "id": 'fakeField', "value": 'fakeValue' }); let lastValue: FormFieldModel; widget.fieldChanged.subscribe((field) => lastValue = field); @@ -100,7 +100,7 @@ describe('WidgetComponent', () => { it('should send a rule event when a field is changed', () => { const fakeForm = new FormModel(); - const fakeField = new FormFieldModel(fakeForm, { id: 'fakeField', value: 'fakeValue' }); + const fakeField = new FormFieldModel(fakeForm, { "id": 'fakeField', "value": 'fakeValue' }); let lastValue: FormRulesEvent; widget.formService.formRulesEvent.subscribe((event) => lastValue = event); @@ -115,10 +115,10 @@ describe('WidgetComponent', () => { widget.field = new FormFieldModel(null); expect(widget.isRequired()).toBeFalsy(); - widget.field = new FormFieldModel(null, { required: false }); + widget.field = new FormFieldModel(null, { "required": false }); expect(widget.isRequired()).toBeFalsy(); - widget.field = new FormFieldModel(null, { required: true }); + widget.field = new FormFieldModel(null, { "required": true }); expect(widget.isRequired()).toBeTruthy(); }); }); diff --git a/lib/core/src/lib/form/components/widgets/widget.component.ts b/lib/core/src/lib/form/components/widgets/widget.component.ts index d6799923a8..137ec8e4b3 100644 --- a/lib/core/src/lib/form/components/widgets/widget.component.ts +++ b/lib/core/src/lib/form/components/widgets/widget.component.ts @@ -27,9 +27,9 @@ import { FormFieldModel } from './core'; * Base widget component. */ @Component({ - selector: 'base-widget', - template: '', - host: { + "selector": 'base-widget', + "template": '', + "host": { '(click)': 'event($event)', '(blur)': 'event($event)', '(change)': 'event($event)', @@ -40,7 +40,7 @@ import { FormFieldModel } from './core'; '(invalid)': 'event($event)', '(select)': 'event($event)' }, - encapsulation: ViewEncapsulation.None + "encapsulation": ViewEncapsulation.None }) export class WidgetComponent implements AfterViewInit { /** Does the widget show a read-only value? (ie, can't be edited) */ @@ -59,56 +59,56 @@ export class WidgetComponent implements AfterViewInit { touched: boolean = false; - constructor(public formService?: FormService) {} + constructor (public formService?: FormService) {} - hasField(): boolean { + hasField (): boolean { return !!this.field; } // Note for developers: // returns <any> object to be able binding it to the <element required="required"> attribute - isRequired(): any { + isRequired (): any { if (this.field?.required) { return true; } return null; } - isValid(): boolean { + isValid (): boolean { return !!this.field.validationSummary; } - isTouched(): boolean { + isTouched (): boolean { return this.touched; } - hasValue(): boolean { + hasValue (): boolean { return this.field?.value !== null && this.field?.value !== undefined; } - isInvalidFieldRequired() { + isInvalidFieldRequired () { return !this.field.isValid && (!this.field.validationSummary || !this.field.value) && this.isRequired(); } - ngAfterViewInit() { + ngAfterViewInit () { this.fieldChanged.emit(this.field); } - checkVisibility(field: FormFieldModel) { + checkVisibility (field: FormFieldModel) { this.fieldChanged.emit(field); } - onFieldChanged(field: FormFieldModel) { + onFieldChanged (field: FormFieldModel) { this.fieldChanged.emit(field); this.formService.formRulesEvent.next(new FormRulesEvent('fieldValueChanged', new FormFieldEvent(this.field?.form, this.field), null)); } - event(event: Event): void { + event (event: Event): void { this.formService.formEvents.next(event); this.formService.formRulesEvent.next(new FormRulesEvent(event?.type, new FormFieldEvent(this.field?.form, this.field), event)); } - markAsTouched() { + markAsTouched () { this.touched = true; } } diff --git a/lib/core/src/lib/form/events/form-error.event.ts b/lib/core/src/lib/form/events/form-error.event.ts index d46ed70b47..84bb229e3a 100644 --- a/lib/core/src/lib/form/events/form-error.event.ts +++ b/lib/core/src/lib/form/events/form-error.event.ts @@ -22,7 +22,7 @@ export class FormErrorEvent extends FormEvent { readonly error: any; - constructor(form: FormModel, error: any) { + constructor (form: FormModel, error: any) { super(form); this.error = error; } diff --git a/lib/core/src/lib/form/events/form-field.event.ts b/lib/core/src/lib/form/events/form-field.event.ts index f5244f28fd..06b60cfd8f 100644 --- a/lib/core/src/lib/form/events/form-field.event.ts +++ b/lib/core/src/lib/form/events/form-field.event.ts @@ -22,7 +22,7 @@ export class FormFieldEvent extends FormEvent { readonly field: FormFieldModel; - constructor(form: any, field: FormFieldModel) { + constructor (form: any, field: FormFieldModel) { super(form); this.field = field; } diff --git a/lib/core/src/lib/form/events/form-rules.event.ts b/lib/core/src/lib/form/events/form-rules.event.ts index 8cfb641823..5b84194128 100644 --- a/lib/core/src/lib/form/events/form-rules.event.ts +++ b/lib/core/src/lib/form/events/form-rules.event.ts @@ -23,7 +23,7 @@ export class FormRulesEvent extends FormFieldEvent { readonly type: string; readonly event: Event; - constructor(type: string, formEvent: FormEvent, event?: Event) { + constructor (type: string, formEvent: FormEvent, event?: Event) { super(formEvent.form, formEvent['field']); this.type = type; this.event = event; diff --git a/lib/core/src/lib/form/events/form.event.ts b/lib/core/src/lib/form/events/form.event.ts index ae97ebf6bd..e45180803e 100644 --- a/lib/core/src/lib/form/events/form.event.ts +++ b/lib/core/src/lib/form/events/form.event.ts @@ -21,15 +21,15 @@ export class FormEvent { readonly form: any; - constructor(form: any) { + constructor (form: any) { this.form = form; } - get defaultPrevented() { + get defaultPrevented () { return this.isDefaultPrevented; } - preventDefault() { + preventDefault () { this.isDefaultPrevented = true; } } diff --git a/lib/core/src/lib/form/events/validate-form-field.event.ts b/lib/core/src/lib/form/events/validate-form-field.event.ts index 540dfc0523..a21c10e8a2 100644 --- a/lib/core/src/lib/form/events/validate-form-field.event.ts +++ b/lib/core/src/lib/form/events/validate-form-field.event.ts @@ -22,7 +22,7 @@ export class ValidateFormFieldEvent extends FormFieldEvent { isValid = true; - constructor(form: any, field: FormFieldModel) { + constructor (form: any, field: FormFieldModel) { super(form, field); } diff --git a/lib/core/src/lib/form/events/validate-form.event.ts b/lib/core/src/lib/form/events/validate-form.event.ts index 1f5e85f074..f1c648533d 100644 --- a/lib/core/src/lib/form/events/validate-form.event.ts +++ b/lib/core/src/lib/form/events/validate-form.event.ts @@ -23,7 +23,7 @@ export class ValidateFormEvent extends FormEvent { isValid = true; errorsField: FormFieldModel[] = []; - constructor(form: any) { + constructor (form: any) { super(form); } } diff --git a/lib/core/src/lib/form/form-base.module.ts b/lib/core/src/lib/form/form-base.module.ts index 03bddbe70b..501fb6d61c 100644 --- a/lib/core/src/lib/form/form-base.module.ts +++ b/lib/core/src/lib/form/form-base.module.ts @@ -39,7 +39,7 @@ import { ViewerModule } from '../viewer/viewer.module'; import { InplaceFormInputComponent } from './components/inplace-form-input/inplace-form-input.component'; @NgModule({ - imports: [ + "imports": [ CommonModule, A11yModule, DataTableModule, @@ -54,7 +54,7 @@ import { InplaceFormInputComponent } from './components/inplace-form-input/inpla EditJsonDialogModule, ViewerModule ], - declarations: [ + "declarations": [ FormFieldComponent, FormRendererComponent, StartFormCustomButtonDirective, @@ -63,7 +63,7 @@ import { InplaceFormInputComponent } from './components/inplace-form-input/inpla WidgetComponent, InplaceFormInputComponent ], - exports: [ + "exports": [ FormFieldComponent, FormRendererComponent, StartFormCustomButtonDirective, diff --git a/lib/core/src/lib/form/models/form-rules.model.spec.ts b/lib/core/src/lib/form/models/form-rules.model.spec.ts index 50b2595c89..87754ca480 100644 --- a/lib/core/src/lib/form/models/form-rules.model.spec.ts +++ b/lib/core/src/lib/form/models/form-rules.model.spec.ts @@ -28,10 +28,10 @@ import { FormService } from '../services/form.service'; import { getTestScheduler } from 'jasmine-marbles'; class CustomRuleManager extends FormRulesManager<any> { - protected getRules() { + protected getRules () { return null; } - protected handleRuleEvent(): void { + protected handleRuleEvent (): void { return; } @@ -46,15 +46,15 @@ describe('Form Rules', () => { describe('Injection token provided', () => { beforeEach(() => { TestBed.configureTestingModule({ - imports: [ + "imports": [ TranslateModule.forRoot(), CoreTestingModule, FormBaseModule ], - providers: [ + "providers": [ { - provide: FORM_RULES_MANAGER, - useValue: customRuleManager + "provide": FORM_RULES_MANAGER, + "useValue": customRuleManager } ] }); @@ -79,7 +79,7 @@ describe('Form Rules', () => { const rulesManager = new CustomRuleManager(formService); const getRulesSpy = spyOn<any>(rulesManager, 'getRules').and.returnValue({}); const handleRuleEventSpy = spyOn<any>(rulesManager, 'handleRuleEvent'); - const formModel = new FormModel({ id: 'mock' }, {}, false); + const formModel = new FormModel({ "id": 'mock' }, {}, false); const formEvent = new FormEvent(formModel); const event = new FormRulesEvent('formLoaded', formEvent); @@ -94,7 +94,7 @@ describe('Form Rules', () => { const rulesManager = new CustomRuleManager(formService); spyOn<any>(rulesManager, 'getRules').and.returnValue({}); const handleRuleEventSpy = spyOn<any>(rulesManager, 'handleRuleEvent'); - const formModel = new FormModel({ id: 'mock' }, {}, false); + const formModel = new FormModel({ "id": 'mock' }, {}, false); const formEvent = new FormEvent(new FormModel(null)); const event = new FormRulesEvent('formLoaded', formEvent); @@ -115,7 +115,7 @@ describe('Form Rules', () => { beforeEach(() => { TestBed.configureTestingModule({ - imports: [ + "imports": [ TranslateModule.forRoot(), CoreTestingModule, FormBaseModule diff --git a/lib/core/src/lib/form/models/form-rules.model.ts b/lib/core/src/lib/form/models/form-rules.model.ts index 93e76833e6..9861ef1caf 100644 --- a/lib/core/src/lib/form/models/form-rules.model.ts +++ b/lib/core/src/lib/form/models/form-rules.model.ts @@ -26,11 +26,10 @@ export const FORM_RULES_MANAGER = new InjectionToken<FormRulesManager<any>>('for /** * A factory for forms rule manager - * * @param injector Angular injector * @returns FormsRuleManager instance */ -export function formRulesManagerFactory<T>(injector: Injector): FormRulesManager<T> { +export function formRulesManagerFactory<T> (injector: Injector): FormRulesManager<T> { try { return injector.get(FORM_RULES_MANAGER); } catch { @@ -39,13 +38,13 @@ export function formRulesManagerFactory<T>(injector: Injector): FormRulesManager } export abstract class FormRulesManager<T> { - constructor(private formService: FormService) {} + constructor (private formService: FormService) {} protected formModel: FormModel; private onDestroy$ = new Subject<boolean>(); private initialized = false; - initialize(formModel: FormModel) { + initialize (formModel: FormModel) { if (this.initialized) { this.destroy(); this.onDestroy$ = new Subject<boolean>(); @@ -76,18 +75,18 @@ export abstract class FormRulesManager<T> { protected abstract getRules(): T; protected abstract handleRuleEvent(event: FormRulesEvent, rules: T): void; - destroy() { + destroy () { this.onDestroy$.next(true); this.onDestroy$.complete(); } } export class ByPassFormRuleManager<T> extends FormRulesManager<T> { - protected getRules(): T { + protected getRules (): T { return null; } - protected handleRuleEvent(): void { + protected handleRuleEvent (): void { return; } } diff --git a/lib/core/src/lib/form/models/widget-visibility.model.ts b/lib/core/src/lib/form/models/widget-visibility.model.ts index fce444e152..24e3f539ee 100644 --- a/lib/core/src/lib/form/models/widget-visibility.model.ts +++ b/lib/core/src/lib/form/models/widget-visibility.model.ts @@ -24,7 +24,7 @@ export class WidgetVisibilityModel { nextCondition?: WidgetVisibilityModel; nextConditionOperator: string; - constructor(private json?: any) { + constructor (private json?: any) { if (json) { this.operator = json.operator; this.nextCondition = new WidgetVisibilityModel(json.nextCondition); @@ -38,7 +38,7 @@ export class WidgetVisibilityModel { } } - get leftType(): string { + get leftType (): string { if (this.leftFormFieldId) { return WidgetTypeEnum.field; } else if (this.leftRestResponseId) { @@ -49,11 +49,11 @@ export class WidgetVisibilityModel { return null; } - set leftType(leftType: string) { + set leftType (leftType: string) { this.json.leftType = leftType; } - get leftValue(): any { + get leftValue (): any { if (this.json.leftValue) { return this.json.leftValue; } else if (this.leftFormFieldId) { @@ -63,11 +63,11 @@ export class WidgetVisibilityModel { } } - set leftValue(leftValue: any) { + set leftValue (leftValue: any) { this.json.leftValue = leftValue; } - get rightType(): string { + get rightType (): string { if (this.json.rightType) { return this.json.rightType; } else if (this.json.rightValue) { @@ -81,11 +81,11 @@ export class WidgetVisibilityModel { return null; } - set rightType(rightType: string | null) { + set rightType (rightType: string | null) { this.json.rightType = rightType; } - get rightValue(): any { + get rightValue (): any { if (this.json.rightValue) { return this.json.rightValue; } else if (this.rightFormFieldId) { @@ -95,7 +95,7 @@ export class WidgetVisibilityModel { } } - set rightValue(rightValue: any) { + set rightValue (rightValue: any) { this.json.rightValue = rightValue; } } diff --git a/lib/core/src/lib/form/services/form-rendering.service.ts b/lib/core/src/lib/form/services/form-rendering.service.ts index f8f05737d6..a4f048e147 100644 --- a/lib/core/src/lib/form/services/form-rendering.service.ts +++ b/lib/core/src/lib/form/services/form-rendering.service.ts @@ -26,7 +26,7 @@ import { FormFieldTypes } from '../components/widgets'; /* eslint-disable id-blacklist */ @Injectable({ - providedIn: 'root' + "providedIn": 'root' }) export class FormRenderingService extends DynamicComponentMapper { diff --git a/lib/core/src/lib/form/services/form.service.spec.ts b/lib/core/src/lib/form/services/form.service.spec.ts index 792e83ad63..7bec7a9079 100644 --- a/lib/core/src/lib/form/services/form.service.spec.ts +++ b/lib/core/src/lib/form/services/form.service.spec.ts @@ -26,7 +26,7 @@ describe('Form service', () => { beforeEach(() => { TestBed.configureTestingModule({ - imports: [ + "imports": [ TranslateModule.forRoot(), CoreTestingModule ] diff --git a/lib/core/src/lib/form/services/form.service.ts b/lib/core/src/lib/form/services/form.service.ts index 5505fb7ec4..b78e2fdfa2 100644 --- a/lib/core/src/lib/form/services/form.service.ts +++ b/lib/core/src/lib/form/services/form.service.ts @@ -31,7 +31,7 @@ import { FormValidationService } from './form-validation-service.interface'; import { FormRulesEvent } from '../events/form-rules.event'; @Injectable({ - providedIn: 'root' + "providedIn": 'root' }) export class FormService implements FormValidationService { @@ -55,27 +55,26 @@ export class FormService implements FormValidationService { formRulesEvent = new Subject<FormRulesEvent>(); - constructor() { + constructor () { } /** * Parses JSON data to create a corresponding Form model. - * * @param json JSON to create the form * @param data Values for the form fields * @param readOnly Should the form fields be read-only? * @param fixedSpace use fixed space * @returns Form model created from input data */ - parseForm(json: any, data?: FormValues, readOnly: boolean = false, fixedSpace?: boolean): FormModel { + parseForm (json: any, data?: FormValues, readOnly: boolean = false, fixedSpace?: boolean): FormModel { if (json) { const form = new FormModel(json, data, readOnly, this, fixedSpace); if (!json.fields) { form.outcomes = [ new FormOutcomeModel(form, { - id: '$save', - name: FormOutcomeModel.SAVE_ACTION, - isSystem: true + "id": '$save', + "name": FormOutcomeModel.SAVE_ACTION, + "isSystem": true }) ]; } diff --git a/lib/core/src/lib/form/services/widget-visibility-cloud.service.spec.ts b/lib/core/src/lib/form/services/widget-visibility-cloud.service.spec.ts index 1326519f87..4d4595fd67 100644 --- a/lib/core/src/lib/form/services/widget-visibility-cloud.service.spec.ts +++ b/lib/core/src/lib/form/services/widget-visibility-cloud.service.spec.ts @@ -45,7 +45,7 @@ describe('WidgetVisibilityCloudService', () => { beforeEach(() => { TestBed.configureTestingModule({ - imports: [ + "imports": [ TranslateModule.forRoot(), CoreTestingModule ] @@ -157,16 +157,16 @@ describe('WidgetVisibilityCloudService', () => { let visibilityObjTest: WidgetVisibilityModel; let fakeFormWithField = new FormModel(fakeFormJson); const jsonFieldFake: { id: string; value: string; visibilityCondition?: WidgetVisibilityModel } = { - id: 'FAKE_FORM_FIELD_ID', - value: 'FAKE_FORM_FIELD_VALUE', - visibilityCondition: undefined + "id": 'FAKE_FORM_FIELD_ID', + "value": 'FAKE_FORM_FIELD_VALUE', + "visibilityCondition": undefined }; const fakeForm = new FormModel({ - variables: [ + "variables": [ { - name: 'FORM_VARIABLE_TEST', - type: 'string', - value: 'form_value_test' + "name": 'FORM_VARIABLE_TEST', + "type": 'string', + "value": 'form_value_test' }] }); @@ -454,9 +454,9 @@ describe('WidgetVisibilityCloudService', () => { visibilityObjTest.operator = '!='; visibilityObjTest.rightValue = 'RIGHT_FORM_FIELD_VALUE'; const tab = new TabModel(fakeFormWithField, { - id: 'fake-tab-id', - title: 'fake-tab-title', - isVisible: true + "id": 'fake-tab-id', + "title": 'fake-tab-title', + "isVisible": true }); tab.visibilityCondition = visibilityObjTest; fakeFormWithField.tabs.push(tab); @@ -471,9 +471,9 @@ describe('WidgetVisibilityCloudService', () => { visibilityObjTest.operator = '!='; visibilityObjTest.rightValue = 'RIGHT_FORM_FIELD_VALUE'; const outcome = new FormOutcomeModel(fakeFormWithField, { - isSystem: false, - isSelected: false, - isVisible: true + "isSystem": false, + "isSelected": false, + "isVisible": true }); outcome.visibilityCondition = visibilityObjTest; @@ -492,40 +492,40 @@ describe('WidgetVisibilityCloudService', () => { visibilityObjTest.rightValue = 'PROCESS_RIGHT_FORM_FIELD_VALUE'; const myForm = new FormModel({ - id: '9999', - name: 'FORM_PROCESS_VARIABLE_VISIBILITY', - processDefinitionId: 'PROCESS_TEST:9:9999', - processDefinitionName: 'PROCESS_TEST', - processDefinitionKey: 'PROCESS_TEST', - taskId: '999', - taskName: 'TEST', - fields: [ + "id": '9999', + "name": 'FORM_PROCESS_VARIABLE_VISIBILITY', + "processDefinitionId": 'PROCESS_TEST:9:9999', + "processDefinitionName": 'PROCESS_TEST', + "processDefinitionKey": 'PROCESS_TEST', + "taskId": '999', + "taskName": 'TEST', + "fields": [ { - fieldType: 'ContainerRepresentation', - id: '000000000000000000', - name: 'Label', - type: 'container', - value: null, - numberOfColumns: 2, - fields: { - 1: [ + "fieldType": 'ContainerRepresentation', + "id": '000000000000000000', + "name": 'Label', + "type": 'container', + "value": null, + "numberOfColumns": 2, + "fields": { + "1": [ { - fieldType: 'FormFieldRepresentation', - id: 'FIELD_FORM_EMPTY', - name: 'FIELD_FORM_EMPTY', - type: 'text', - value: '', - visibilityCondition: null, - isVisible: true + "fieldType": 'FormFieldRepresentation', + "id": 'FIELD_FORM_EMPTY', + "name": 'FIELD_FORM_EMPTY', + "type": 'text', + "value": '', + "visibilityCondition": null, + "isVisible": true }, { - fieldType: 'FormFieldRepresentation', - id: 'FIELD_FORM_WITH_CONDITION', - name: 'FIELD_FORM_WITH_CONDITION', - type: 'text', - value: 'field_form_with_condition_value', - visibilityCondition: visibilityObjTest, - isVisible: false + "fieldType": 'FormFieldRepresentation', + "id": 'FIELD_FORM_WITH_CONDITION', + "name": 'FIELD_FORM_WITH_CONDITION', + "type": 'text', + "value": 'field_form_with_condition_value', + "visibilityCondition": visibilityObjTest, + "isVisible": false } ] } @@ -533,7 +533,7 @@ describe('WidgetVisibilityCloudService', () => { ] }); - service.refreshVisibility(myForm, [{ id: 'FIELD_FORM_EMPTY', type: 'string', value: 'PROCESS_RIGHT_FORM_FIELD_VALUE' }]); + service.refreshVisibility(myForm, [{ "id": 'FIELD_FORM_EMPTY', "type": 'string', "value": 'PROCESS_RIGHT_FORM_FIELD_VALUE' }]); const fieldWithVisibilityAttached = myForm.getFieldById('FIELD_FORM_WITH_CONDITION'); expect(fieldWithVisibilityAttached.isVisible).toBeTruthy(); @@ -546,9 +546,9 @@ describe('WidgetVisibilityCloudService', () => { visibilityObjTest.rightType = WidgetTypeEnum.field; visibilityObjTest.rightValue = 'RIGHT_FORM_FIELD_ID'; const tab = new TabModel(fakeFormWithField, { - id: 'fake-tab-id', - title: 'fake-tab-title', - isVisible: true + "id": 'fake-tab-id', + "title": 'fake-tab-title', + "isVisible": true }); tab.visibilityCondition = visibilityObjTest; service.refreshEntityVisibility(tab); @@ -561,11 +561,11 @@ describe('WidgetVisibilityCloudService', () => { visibilityObjTest.operator = '=='; visibilityObjTest.rightType = 'LEFT_FORM_FIELD_ID'; const contModel = new ContainerModel(new FormFieldModel(fakeFormWithField, { - id: 'fake-container-id', - type: FormFieldTypes.GROUP, - name: 'fake-container-name', - isVisible: true, - visibilityCondition: visibilityObjTest + "id": 'fake-container-id', + "type": FormFieldTypes.GROUP, + "name": 'fake-container-name', + "isVisible": true, + "visibilityCondition": visibilityObjTest })); fakeFormWithField.fieldsCache.push(contModel.field); @@ -580,11 +580,11 @@ describe('WidgetVisibilityCloudService', () => { visibilityObjTest.rightType = WidgetTypeEnum.field; visibilityObjTest.rightValue = 'RIGHT_FORM_FIELD_ID'; const contModel = new ContainerModel(new FormFieldModel(fakeFormWithField, { - id: 'fake-container-id', - type: FormFieldTypes.GROUP, - name: 'fake-container-name', - isVisible: true, - visibilityCondition: visibilityObjTest + "id": 'fake-container-id', + "type": FormFieldTypes.GROUP, + "name": 'fake-container-name', + "isVisible": true, + "visibilityCondition": visibilityObjTest })); service.refreshEntityVisibility(contModel.field); expect(contModel.isVisible).toBeFalsy(); @@ -602,42 +602,42 @@ describe('WidgetVisibilityCloudService', () => { visibilityObjTest.nextCondition = undefined; const radioBoxForm = new FormModel({ - id: '9999', - name: 'CHECKBOX_VISIBILITY', - processDefinitionId: 'PROCESS_TEST:9:9999', - processDefinitionName: 'PROCESS_TEST', - processDefinitionKey: 'PROCESS_TEST', - taskId: '999', - taskName: 'TEST', - fields: [ + "id": '9999', + "name": 'CHECKBOX_VISIBILITY', + "processDefinitionId": 'PROCESS_TEST:9:9999', + "processDefinitionName": 'PROCESS_TEST', + "processDefinitionKey": 'PROCESS_TEST', + "taskId": '999', + "taskName": 'TEST', + "fields": [ { - fieldType: 'ContainerRepresentation', - id: '000000000000000000', - name: 'Label', - type: 'container', - value: null, - numberOfColumns: 2, - fields: { - 1: [ + "fieldType": 'ContainerRepresentation', + "id": '000000000000000000', + "name": 'Label', + "type": 'container', + "value": null, + "numberOfColumns": 2, + "fields": { + "1": [ { - id: 'radioboxField', - name: 'radioboxField test', - type: 'radio-buttons', - options: [ + "id": 'radioboxField', + "name": 'radioboxField test', + "type": 'radio-buttons', + "options": [ { - id: 'radioBoxYes', - name: 'Yes' + "id": 'radioBoxYes', + "name": 'Yes' }, { - id: 'radioBoxNo', - name: 'No' + "id": 'radioBoxNo', + "name": 'No' } ] }, { - id: 'textBoxTest', - name: 'textbox test', - type: 'people', - visibilityCondition: visibilityObjTest + "id": 'textBoxTest', + "name": 'textbox test', + "type": 'people', + "visibilityCondition": visibilityObjTest } ] } @@ -762,61 +762,61 @@ describe('WidgetVisibilityCloudService', () => { visibilityObjTest.rightValue = 'var2'; const checkboxForm = new FormModel({ - id: '9999', - name: 'CHECKBOX_VISIBILITY', - processDefinitionId: 'PROCESS_TEST:9:9999', - processDefinitionName: 'PROCESS_TEST', - processDefinitionKey: 'PROCESS_TEST', - taskId: '999', - taskName: 'TEST', - fields: [ + "id": '9999', + "name": 'CHECKBOX_VISIBILITY', + "processDefinitionId": 'PROCESS_TEST:9:9999', + "processDefinitionName": 'PROCESS_TEST', + "processDefinitionKey": 'PROCESS_TEST', + "taskId": '999', + "taskName": 'TEST', + "fields": [ { - fieldType: 'ContainerRepresentation', - id: '000000000000000000', - name: 'Label', - type: 'container', - value: null, - numberOfColumns: 2, - fields: { - 1: [ + "fieldType": 'ContainerRepresentation', + "id": '000000000000000000', + "name": 'Label', + "type": 'container', + "value": null, + "numberOfColumns": 2, + "fields": { + "1": [ { - id: 'CheckboxOne', - name: 'CheckboxOne', - type: 'boolean', - required: false, - value: false, - colspan: 1, - visibilityCondition: null + "id": 'CheckboxOne', + "name": 'CheckboxOne', + "type": 'boolean', + "required": false, + "value": false, + "colspan": 1, + "visibilityCondition": null }, { - id: 'CheckboxTwo', - name: 'CheckboxTwo', - type: 'boolean', - required: false, - value: false, - colspan: 1, - visibilityCondition: null + "id": 'CheckboxTwo', + "name": 'CheckboxTwo', + "type": 'boolean', + "required": false, + "value": false, + "colspan": 1, + "visibilityCondition": null } ], - 2: [ + "2": [ { - id: 'CheckboxThree', - name: 'CheckboxThree', - type: 'boolean', - required: false, - colspan: 1, - visibilityCondition: visibilityObjTest + "id": 'CheckboxThree', + "name": 'CheckboxThree', + "type": 'boolean', + "required": false, + "colspan": 1, + "visibilityCondition": visibilityObjTest } ] } } ], - variables: [ + "variables": [ { - id: 'id', - name: 'var2', - type: 'boolean', - value: false + "id": 'id', + "name": 'var2', + "type": 'boolean', + "value": false } ] }); diff --git a/lib/core/src/lib/form/services/widget-visibility.service.spec.ts b/lib/core/src/lib/form/services/widget-visibility.service.spec.ts index 2740809f55..544dc2cc93 100644 --- a/lib/core/src/lib/form/services/widget-visibility.service.spec.ts +++ b/lib/core/src/lib/form/services/widget-visibility.service.spec.ts @@ -44,7 +44,7 @@ describe('WidgetVisibilityService', () => { beforeEach(() => { TestBed.configureTestingModule({ - imports: [ + "imports": [ TranslateModule.forRoot(), CoreTestingModule ] @@ -155,16 +155,16 @@ describe('WidgetVisibilityService', () => { let fakeFormWithField: FormModel; const jsonFieldFake: { id: string; value: string; visibilityCondition?: WidgetVisibilityModel } = { - id: 'FAKE_FORM_FIELD_ID', - value: 'FAKE_FORM_FIELD_VALUE', - visibilityCondition: undefined + "id": 'FAKE_FORM_FIELD_ID', + "value": 'FAKE_FORM_FIELD_VALUE', + "visibilityCondition": undefined }; const fakeForm = new FormModel({ - variables: [ + "variables": [ { - name: 'FORM_VARIABLE_TEST', - type: 'string', - value: 'form_value_test' + "name": 'FORM_VARIABLE_TEST', + "type": 'string', + "value": 'form_value_test' }] }); @@ -473,9 +473,9 @@ describe('WidgetVisibilityService', () => { visibilityObjTest.operator = '!='; visibilityObjTest.rightFormFieldId = 'RIGHT_FORM_FIELD_ID'; const tab = new TabModel(fakeFormWithField, { - id: 'fake-tab-id', - title: 'fake-tab-title', - isVisible: true + "id": 'fake-tab-id', + "title": 'fake-tab-title', + "isVisible": true }); tab.visibilityCondition = visibilityObjTest; fakeFormWithField.tabs.push(tab); @@ -488,9 +488,9 @@ describe('WidgetVisibilityService', () => { visibilityObjTest.operator = '!='; visibilityObjTest.rightFormFieldId = 'RIGHT_FORM_FIELD_ID'; const tab = new TabModel(fakeFormWithField, { - id: 'fake-tab-id', - title: 'fake-tab-title', - isVisible: true + "id": 'fake-tab-id', + "title": 'fake-tab-title', + "isVisible": true }); tab.visibilityCondition = visibilityObjTest; service.refreshEntityVisibility(tab); @@ -503,11 +503,11 @@ describe('WidgetVisibilityService', () => { visibilityObjTest.operator = '=='; visibilityObjTest.rightFormFieldId = 'LEFT_FORM_FIELD_ID'; const contModel = new ContainerModel(new FormFieldModel(fakeFormWithField, { - id: 'fake-container-id', - type: FormFieldTypes.GROUP, - name: 'fake-container-name', - isVisible: true, - visibilityCondition: visibilityObjTest + "id": 'fake-container-id', + "type": FormFieldTypes.GROUP, + "name": 'fake-container-name', + "isVisible": true, + "visibilityCondition": visibilityObjTest })); fakeFormWithField.fieldsCache.push(contModel.field); @@ -520,11 +520,11 @@ describe('WidgetVisibilityService', () => { visibilityObjTest.operator = '!='; visibilityObjTest.rightFormFieldId = 'RIGHT_FORM_FIELD_ID'; const contModel = new ContainerModel(new FormFieldModel(fakeFormWithField, { - id: 'fake-container-id', - type: FormFieldTypes.GROUP, - name: 'fake-container-name', - isVisible: true, - visibilityCondition: visibilityObjTest + "id": 'fake-container-id', + "type": FormFieldTypes.GROUP, + "name": 'fake-container-name', + "isVisible": true, + "visibilityCondition": visibilityObjTest })); service.refreshEntityVisibility(contModel.field); expect(contModel.isVisible).toBeFalsy(); @@ -553,42 +553,42 @@ describe('WidgetVisibilityService', () => { visibilityObjTest.nextCondition = undefined; const radioBoxForm = new FormModel({ - id: '9999', - name: 'CHECKBOX_VISIBILITY', - processDefinitionId: 'PROCESS_TEST:9:9999', - processDefinitionName: 'PROCESS_TEST', - processDefinitionKey: 'PROCESS_TEST', - taskId: '999', - taskName: 'TEST', - fields: [ + "id": '9999', + "name": 'CHECKBOX_VISIBILITY', + "processDefinitionId": 'PROCESS_TEST:9:9999', + "processDefinitionName": 'PROCESS_TEST', + "processDefinitionKey": 'PROCESS_TEST', + "taskId": '999', + "taskName": 'TEST', + "fields": [ { - fieldType: 'ContainerRepresentation', - id: '000000000000000000', - name: 'Label', - type: 'container', - value: null, - numberOfColumns: 2, - fields: { - 1: [ + "fieldType": 'ContainerRepresentation', + "id": '000000000000000000', + "name": 'Label', + "type": 'container', + "value": null, + "numberOfColumns": 2, + "fields": { + "1": [ { - id: 'radioboxField', - name: 'radioboxField test', - type: 'radio-buttons', - options: [ + "id": 'radioboxField', + "name": 'radioboxField test', + "type": 'radio-buttons', + "options": [ { - id: 'radioBoxYes', - name: 'Yes' + "id": 'radioBoxYes', + "name": 'Yes' }, { - id: 'radioBoxNo', - name: 'No' + "id": 'radioBoxNo', + "name": 'No' } ] }, { - id: 'textBoxTest', - name: 'textbox test', - type: 'people', - visibilityCondition: visibilityObjTest + "id": 'textBoxTest', + "name": 'textbox test', + "type": 'people', + "visibilityCondition": visibilityObjTest } ] } diff --git a/lib/core/src/lib/form/services/widget-visibility.service.ts b/lib/core/src/lib/form/services/widget-visibility.service.ts index db9bfab869..340f464a46 100644 --- a/lib/core/src/lib/form/services/widget-visibility.service.ts +++ b/lib/core/src/lib/form/services/widget-visibility.service.ts @@ -22,13 +22,13 @@ import { WidgetVisibilityModel, WidgetTypeEnum } from '../models/widget-visibili import { format, isValid, parse } from 'date-fns'; @Injectable({ - providedIn: 'root' + "providedIn": 'root' }) export class WidgetVisibilityService { private processVarList: TaskProcessVariableModel[]; private form: FormModel; - public refreshVisibility(form: FormModel, processVarList?: TaskProcessVariableModel[]) { + public refreshVisibility (form: FormModel, processVarList?: TaskProcessVariableModel[]) { this.form = form; if (processVarList) { @@ -48,15 +48,15 @@ export class WidgetVisibilityService { } } - public refreshEntityVisibility(element: FormFieldModel | TabModel) { + public refreshEntityVisibility (element: FormFieldModel | TabModel) { element.isVisible = this.isParentTabVisible(this.form, element) && this.evaluateVisibility(element.form, element.visibilityCondition); } - private refreshOutcomeVisibility(element: FormOutcomeModel) { + private refreshOutcomeVisibility (element: FormOutcomeModel) { element.isVisible = this.evaluateVisibility(element.form, element.visibilityCondition); } - public evaluateVisibility(form: FormModel, visibilityObj: WidgetVisibilityModel): boolean { + public evaluateVisibility (form: FormModel, visibilityObj: WidgetVisibilityModel): boolean { const isLeftFieldPresent = visibilityObj && (visibilityObj.leftType || visibilityObj.leftValue); if (!isLeftFieldPresent || isLeftFieldPresent === 'null') { return true; @@ -65,12 +65,12 @@ export class WidgetVisibilityService { } } - public isFieldVisible(form: FormModel, visibilityObj: WidgetVisibilityModel, accumulator: any[] = [], result?: boolean): boolean { + public isFieldVisible (form: FormModel, visibilityObj: WidgetVisibilityModel, accumulator: any[] = [], result?: boolean): boolean { const leftValue = this.getLeftValue(form, visibilityObj); const rightValue = this.getRightValue(form, visibilityObj); const actualResult = this.evaluateCondition(leftValue, rightValue, visibilityObj.operator); - accumulator.push({ value: actualResult, operator: visibilityObj.nextConditionOperator }); + accumulator.push({ "value": actualResult, "operator": visibilityObj.nextConditionOperator }); if (this.isValidCondition(visibilityObj.nextCondition)) { result = this.isFieldVisible(form, visibilityObj.nextCondition, accumulator); @@ -84,12 +84,12 @@ export class WidgetVisibilityService { return !!result; } - private transformToLiteralExpression(currentExpression: { value: any; operator: string }): string { + private transformToLiteralExpression (currentExpression: { value: any; operator: string }): string { const currentTransformedValue = currentExpression.value ? 'true' : 'false'; return currentTransformedValue.concat(this.transformToLiteralOperator(currentExpression.operator)); } - private transformToLiteralOperator(currentOperator: string): string { + private transformToLiteralOperator (currentOperator: string): string { switch (currentOperator) { case 'and': return '&&'; @@ -104,7 +104,7 @@ export class WidgetVisibilityService { } } - getLeftValue(form: FormModel, visibilityObj: WidgetVisibilityModel): string { + getLeftValue (form: FormModel, visibilityObj: WidgetVisibilityModel): string { let leftValue = ''; if (visibilityObj.leftType === WidgetTypeEnum.variable) { leftValue = this.getVariableValue(form, visibilityObj.leftValue, this.processVarList); @@ -118,7 +118,7 @@ export class WidgetVisibilityService { return leftValue; } - getRightValue(form: FormModel, visibilityObj: WidgetVisibilityModel): string { + getRightValue (form: FormModel, visibilityObj: WidgetVisibilityModel): string { let valueFound = ''; if (visibilityObj.rightType === WidgetTypeEnum.variable) { @@ -137,7 +137,7 @@ export class WidgetVisibilityService { return valueFound; } - public getFormValue(form: FormModel, fieldId: string): any { + public getFormValue (form: FormModel, fieldId: string): any { const formField = this.getFormFieldById(form, fieldId); let value; @@ -151,11 +151,11 @@ export class WidgetVisibilityService { return value; } - public isFormFieldValid(formField: FormFieldModel): boolean { + public isFormFieldValid (formField: FormFieldModel): boolean { return formField?.isValid; } - public getFieldValue(valueList: any, fieldId: string): any { + public getFieldValue (valueList: any, fieldId: string): any { let labelFilterByName: string; let valueFound: any; if (fieldId && fieldId.indexOf('_LABEL') > 0) { @@ -177,15 +177,15 @@ export class WidgetVisibilityService { return valueFound; } - private isInvalidValue(value: any): boolean { + private isInvalidValue (value: any): boolean { return value === undefined || value === null; } - public getFormFieldById(form: FormModel, fieldId: string): FormFieldModel { + public getFormFieldById (form: FormModel, fieldId: string): FormFieldModel { return form.getFormFields().find((formField: FormFieldModel) => this.isSearchedField(formField, fieldId)); } - public searchValueInForm(formField: FormFieldModel, fieldId: string): string { + public searchValueInForm (formField: FormFieldModel, fieldId: string): string { let fieldValue = ''; if (formField) { @@ -202,7 +202,7 @@ export class WidgetVisibilityService { return fieldValue; } - private isParentTabVisible(form: FormModel, currentFormField: FormFieldModel | TabModel): boolean { + private isParentTabVisible (form: FormModel, currentFormField: FormFieldModel | TabModel): boolean { const containers = this.getFormTabContainers(form); let isVisible: boolean = true; containers.map((container: ContainerModel) => { @@ -216,7 +216,7 @@ export class WidgetVisibilityService { return isVisible; } - private getCurrentFieldFromTabById(container: ContainerModel, fieldId: string): FormFieldModel { + private getCurrentFieldFromTabById (container: ContainerModel, fieldId: string): FormFieldModel { const tabFields: FormFieldModel[][] = Object.keys(container.field.fields).map((key) => container.field.fields[key]); let currentField: FormFieldModel; @@ -229,14 +229,14 @@ export class WidgetVisibilityService { return null; } - private getFormTabContainers(form: FormModel): ContainerModel[] { + private getFormTabContainers (form: FormModel): ContainerModel[] { if (form) { return form.fields.filter((field) => field.type === 'container' && field.tab) as ContainerModel[]; } return []; } - private getObjectValue(field: FormFieldModel, fieldId: string): string { + private getObjectValue (field: FormFieldModel, fieldId: string): string { let value = ''; if (field.value?.name) { value = field.value.name; @@ -249,7 +249,7 @@ export class WidgetVisibilityService { return value; } - private getValueFromOption(fieldId: string, option): string { + private getValueFromOption (fieldId: string, option): string { let optionValue = ''; if (fieldId && fieldId.indexOf('_LABEL') > 0) { optionValue = option.name; @@ -259,19 +259,19 @@ export class WidgetVisibilityService { return optionValue; } - private isSearchedField(field: FormFieldModel, fieldId: string): boolean { + private isSearchedField (field: FormFieldModel, fieldId: string): boolean { const fieldToFind = fieldId?.indexOf('_LABEL') > 0 ? fieldId.replace('_LABEL', '') : fieldId; return field.id && fieldToFind ? field.id.toUpperCase() === fieldToFind.toUpperCase() : false; } - public getVariableValue(form: FormModel, name: string, processVarList: TaskProcessVariableModel[]): string { + public getVariableValue (form: FormModel, name: string, processVarList: TaskProcessVariableModel[]): string { const processVariableValue = this.getProcessVariableValue(name, processVarList); const variableDefaultValue = form.getDefaultFormVariableValue(name); return processVariableValue === undefined ? variableDefaultValue : processVariableValue; } - private getProcessVariableValue(name: string, processVarList: TaskProcessVariableModel[]): string { + private getProcessVariableValue (name: string, processVarList: TaskProcessVariableModel[]): string { if (processVarList) { const processVariable = processVarList.find((variable) => variable.id === name || variable.id === `variables.${name}`); @@ -282,7 +282,7 @@ export class WidgetVisibilityService { return undefined; } - public evaluateCondition(leftValue: any, rightValue: any, operator: string): boolean | undefined { + public evaluateCondition (leftValue: any, rightValue: any, operator: string): boolean | undefined { switch (operator) { case '==': return leftValue + '' === rightValue + ''; @@ -309,15 +309,15 @@ export class WidgetVisibilityService { } } - private contains(leftValue: any, rightValue: any) { + private contains (leftValue: any, rightValue: any) { return Array.isArray(leftValue) && Array.isArray(rightValue) && rightValue.every((element) => leftValue.includes(element)); } - cleanProcessVariable() { + cleanProcessVariable () { this.processVarList = []; } - private isValidCondition(condition: WidgetVisibilityModel): boolean { + private isValidCondition (condition: WidgetVisibilityModel): boolean { return !!condition?.operator; } } diff --git a/lib/core/src/lib/icon/icon.component.stories.ts b/lib/core/src/lib/icon/icon.component.stories.ts index c895a184d3..c223c3c74b 100644 --- a/lib/core/src/lib/icon/icon.component.stories.ts +++ b/lib/core/src/lib/icon/icon.component.stories.ts @@ -21,53 +21,53 @@ import { IconComponent } from './icon.component'; import { IconModule } from './icon.module'; export default { - component: IconComponent, - title: 'Core/Icon/Icon', - decorators: [ + "component": IconComponent, + "title": 'Core/Icon/Icon', + "decorators": [ moduleMetadata({ - imports: [CoreStoryModule, IconModule] + "imports": [CoreStoryModule, IconModule] }) ], - parameters: { - docs: { - description: { - component: `Provides a universal way of rendering registered and named icons.` + "parameters": { + "docs": { + "description": { + "component": `Provides a universal way of rendering registered and named icons.` } } }, - argTypes: { - color: { - control: 'radio', - options: ['primary', 'accent', 'warn', undefined], - description: 'icon color', - defaultValue: undefined, - table: { - type: { summary: 'ThemePalette' }, - defaultValue: { summary: 'undefined' } + "argTypes": { + "color": { + "control": 'radio', + "options": ['primary', 'accent', 'warn', undefined], + "description": 'icon color', + "defaultValue": undefined, + "table": { + "type": { "summary": 'ThemePalette' }, + "defaultValue": { "summary": 'undefined' } } }, - value: { - description: 'icon name', - table: { - type: { summary: 'string' }, - defaultValue: { summary: 'settings' } + "value": { + "description": 'icon name', + "table": { + "type": { "summary": 'string' }, + "defaultValue": { "summary": 'settings' } } } } } as Meta; const template: Story<IconComponent> = (args: IconComponent) => ({ - props: args + "props": args }); export const defaultIcon = template.bind({}); defaultIcon.args = { - value: '' + "value": '' }; -defaultIcon.parameters = { layout: 'centered' }; +defaultIcon.parameters = { "layout": 'centered' }; export const customIcon = template.bind({}); customIcon.args = { - value: 'cloud_download' + "value": 'cloud_download' }; -customIcon.parameters = { layout: 'centered' }; +customIcon.parameters = { "layout": 'centered' }; diff --git a/lib/core/src/lib/icon/icon.component.ts b/lib/core/src/lib/icon/icon.component.ts index f9a5a3db26..c6cfcd86e2 100644 --- a/lib/core/src/lib/icon/icon.component.ts +++ b/lib/core/src/lib/icon/icon.component.ts @@ -24,12 +24,12 @@ import { import { ThemePalette } from '@angular/material/core'; @Component({ - selector: 'adf-icon', - templateUrl: './icon.component.html', - styleUrls: ['./icon.component.scss'], - encapsulation: ViewEncapsulation.None, - changeDetection: ChangeDetectionStrategy.OnPush, - host: { class: 'adf-icon' } + "selector": 'adf-icon', + "templateUrl": './icon.component.html', + "styleUrls": ['./icon.component.scss'], + "encapsulation": ViewEncapsulation.None, + "changeDetection": ChangeDetectionStrategy.OnPush, + "host": { "class": 'adf-icon' } }) export class IconComponent { private _value = ''; @@ -43,18 +43,18 @@ export class IconComponent { @Input() fontSet: string; - get value(): string { + get value (): string { return this._value; } /** Icon value, which can be either a ligature name or a custom icon in the format `[namespace]:[name]`. */ @Input() - set value(value: string) { + set value (value: string) { this._value = value || 'settings'; this._isCustom = this._value.includes(':'); } - get isCustom(): boolean { + get isCustom (): boolean { return this._isCustom; } } diff --git a/lib/core/src/lib/icon/icon.module.ts b/lib/core/src/lib/icon/icon.module.ts index a50abcee51..d8caeb2615 100644 --- a/lib/core/src/lib/icon/icon.module.ts +++ b/lib/core/src/lib/icon/icon.module.ts @@ -21,14 +21,14 @@ import { MatIconModule } from '@angular/material/icon'; import { CommonModule } from '@angular/common'; @NgModule({ - imports: [ + "imports": [ CommonModule, MatIconModule ], - declarations: [ + "declarations": [ IconComponent ], - exports: [ + "exports": [ IconComponent ] }) diff --git a/lib/core/src/lib/identity-user-info/identity-user-info.component.html b/lib/core/src/lib/identity-user-info/identity-user-info.component.html index ee782b9fc3..3ad23c6a78 100644 --- a/lib/core/src/lib/identity-user-info/identity-user-info.component.html +++ b/lib/core/src/lib/identity-user-info/identity-user-info.component.html @@ -21,10 +21,10 @@ <mat-tab-group id="tab-group-env" (click)="stopClosing($event)" selectedIndex="0" role="menuitem" class="adf-userinfo-tab adf-hide-tab"> <mat-tab id="identity-panel" role="dialog"> - <mat-card class="adf-userinfo-card"> + <mat-card appearance="outlined" class="adf-userinfo-card"> <mat-card-header class="adf-userinfo-card-header" [style.background-image]="'url(' + bpmBackgroundImage + ')'"> - <div class="mat-title" id="identity-username">{{identityUser | fullName}}</div> + <div class="mat-headline-6" id="identity-username">{{identityUser | fullName}}</div> </mat-card-header> <mat-card-content> <div class="adf-userinfo-supporting-text"> diff --git a/lib/core/src/lib/identity-user-info/identity-user-info.component.scss b/lib/core/src/lib/identity-user-info/identity-user-info.component.scss index 7beb2ac4f4..b6843970ef 100644 --- a/lib/core/src/lib/identity-user-info/identity-user-info.component.scss +++ b/lib/core/src/lib/identity-user-info/identity-user-info.component.scss @@ -36,7 +36,7 @@ display: inline-block; } - &-userinfo-menu_button.mat-button { + &-userinfo-menu_button.mat-mdc-button { margin-right: 0; border-radius: 90%; padding: 0; @@ -44,12 +44,14 @@ height: 40px; } - &-userinfo-tab .mat-tab-header { + &-userinfo-tab .mat-mdc-tab-header { align-self: center; width: 100%; min-width: 250px; } - + /* TODO(mdc-migration): The following rule targets internal classes of tabs that may no longer apply for the MDC version. */ + /* TODO(mdc-migration): The following rule targets internal classes of tabs that may no longer apply for the MDC version. */ + /* TODO(mdc-migration): The following rule targets internal classes of tabs that may no longer apply for the MDC version. */ &-userinfo-tab .mat-tab-label { flex: auto; font-weight: 500; @@ -68,7 +70,7 @@ box-sizing: border-box; } - &-userinfo-card.mat-card { + &-userinfo-card.mat-mdc-card { padding: 0; } @@ -103,14 +105,16 @@ border: 0; vertical-align: middle; } - + /* TODO(mdc-migration): The following rule targets internal classes of tabs that may no longer apply for the MDC version. */ + /* TODO(mdc-migration): The following rule targets internal classes of tabs that may no longer apply for the MDC version. */ + /* TODO(mdc-migration): The following rule targets internal classes of tabs that may no longer apply for the MDC version. */ &-hide-tab .mat-tab-label-active { display: none; } } @media only screen and (min-device-width: 480px) { - .mat-menu-panel.adf-userinfo-menu { + .mat-mdc-menu-panel.adf-userinfo-menu { max-height: 450px; min-width: 450px; overflow: auto; @@ -118,6 +122,6 @@ } } -.mat-menu-panel.adf-userinfo-menu .mat-menu-content { +.mat-mdc-menu-panel.adf-userinfo-menu .mat-mdc-menu-content { padding: 0; } diff --git a/lib/core/src/lib/identity-user-info/identity-user-info.component.spec.ts b/lib/core/src/lib/identity-user-info/identity-user-info.component.spec.ts index 703a8ea1da..62eb619cc9 100644 --- a/lib/core/src/lib/identity-user-info/identity-user-info.component.spec.ts +++ b/lib/core/src/lib/identity-user-info/identity-user-info.component.spec.ts @@ -28,9 +28,9 @@ describe('IdentityUserInfoComponent', () => { let fixture: ComponentFixture<IdentityUserInfoComponent>; let element: HTMLElement; - const identityUserMock = { firstName: 'fake-identity-first-name', lastName: 'fake-identity-last-name', email: 'fakeIdentity@email.com' } as unknown as IdentityUserModel; - const identityUserWithOutFirstNameMock = { firstName: null, lastName: 'fake-identity-last-name', email: 'fakeIdentity@email.com' } as unknown as IdentityUserModel; - const identityUserWithOutLastNameMock = { firstName: 'fake-identity-first-name', lastName: null, email: 'fakeIdentity@email.com' } as unknown as IdentityUserModel; + const identityUserMock = { "firstName": 'fake-identity-first-name', "lastName": 'fake-identity-last-name', "email": 'fakeIdentity@email.com' } as unknown as IdentityUserModel; + const identityUserWithOutFirstNameMock = { "firstName": null, "lastName": 'fake-identity-last-name', "email": 'fakeIdentity@email.com' } as unknown as IdentityUserModel; + const identityUserWithOutLastNameMock = { "firstName": 'fake-identity-first-name', "lastName": null, "email": 'fakeIdentity@email.com' } as unknown as IdentityUserModel; const whenFixtureReady = async () => { fixture.detectChanges(); @@ -40,7 +40,7 @@ describe('IdentityUserInfoComponent', () => { beforeEach(() => { TestBed.configureTestingModule({ - imports: [ + "imports": [ TranslateModule.forRoot(), CoreTestingModule, MatMenuModule diff --git a/lib/core/src/lib/identity-user-info/identity-user-info.component.stories.ts b/lib/core/src/lib/identity-user-info/identity-user-info.component.stories.ts index 0ee66c43fe..7535633566 100644 --- a/lib/core/src/lib/identity-user-info/identity-user-info.component.stories.ts +++ b/lib/core/src/lib/identity-user-info/identity-user-info.component.stories.ts @@ -25,92 +25,92 @@ import { IdentityUserInfoComponent } from './identity-user-info.component'; import { IdentityUserInfoModule } from './identity-user-info.module'; const fakeIdentityUser = { - familyName: 'Identity', - givenName: 'John', - email: 'john.identity@gmail.com', - username: 'johnyIdentity99' + "familyName": 'Identity', + "givenName": 'John', + "email": 'john.identity@gmail.com', + "username": 'johnyIdentity99' }; export default { - component: IdentityUserInfoComponent, - title: 'Core/Identity User Info/Identity User Info', - decorators: [ + "component": IdentityUserInfoComponent, + "title": 'Core/Identity User Info/Identity User Info', + "decorators": [ moduleMetadata({ - imports: [CoreStoryModule, IdentityUserInfoModule] + "imports": [CoreStoryModule, IdentityUserInfoModule] }) ], - argTypes: { - isLoggedIn: { - description: + "argTypes": { + "isLoggedIn": { + "description": 'Determines if user is logged in', - control: 'boolean', - defaultValue: true, - table: { - type: { summary: 'boolean' }, - defaultValue: { summary: true } + "control": 'boolean', + "defaultValue": true, + "table": { + "type": { "summary": 'boolean' }, + "defaultValue": { "summary": true } } }, - identityUser: { - description: + "identityUser": { + "description": 'Identity User Info', - control: 'object', - table: { - type: { summary: 'IdentityUserModel' } + "control": 'object', + "table": { + "type": { "summary": 'IdentityUserModel' } } }, - menuPositionX: { - description: + "menuPositionX": { + "description": 'Material Angular menu horizontal position in regard to User Info', - control: 'radio', - options: ['before', 'after'], - defaultValue: 'after', - table: { - type: { summary: 'MenuPositionX' }, - defaultValue: { summary: 'after' } + "control": 'radio', + "options": ['before', 'after'], + "defaultValue": 'after', + "table": { + "type": { "summary": 'MenuPositionX' }, + "defaultValue": { "summary": 'after' } } }, - menuPositionY: { - description: + "menuPositionY": { + "description": 'Material Angular menu vertical position in regard to User Info', - control: 'radio', - options: ['above', 'below'], - defaultValue: 'below', - table: { - type: { summary: 'MenuPositionY' }, - defaultValue: { summary: 'below' } + "control": 'radio', + "options": ['above', 'below'], + "defaultValue": 'below', + "table": { + "type": { "summary": 'MenuPositionY' }, + "defaultValue": { "summary": 'below' } } }, - showName: { - description: + "showName": { + "description": 'Determines if name should be shown next to user avatar', - control: 'boolean', - defaultValue: true, - table: { - type: { summary: 'boolean' }, - defaultValue: { summary: true } + "control": 'boolean', + "defaultValue": true, + "table": { + "type": { "summary": 'boolean' }, + "defaultValue": { "summary": true } } }, - namePosition: { - description: 'User name position in regard to avatar', - control: 'radio', - options: ['left', 'right'], - defaultValue: 'right', - table: { - type: { summary: 'string' }, - defaultValue: { summary: 'right' } + "namePosition": { + "description": 'User name position in regard to avatar', + "control": 'radio', + "options": ['left', 'right'], + "defaultValue": 'right', + "table": { + "type": { "summary": 'string' }, + "defaultValue": { "summary": 'right' } } }, - bpmBackgroundImage: { - description: 'Menu background banner image for APS users', - control: { - disable: true + "bpmBackgroundImage": { + "description": 'Menu background banner image for APS users', + "control": { + "disable": true }, - table: { - type: { - summary: 'string' + "table": { + "type": { + "summary": 'string' }, - defaultValue: { - summary: './assets/images/bpm-background.png' + "defaultValue": { + "summary": './assets/images/bpm-background.png' } } } @@ -118,11 +118,11 @@ export default { } as Meta; const template: Story<IdentityUserInfoComponent> = (args: IdentityUserInfoComponent) => ({ - props: args + "props": args }); export const loginWithSSO = template.bind({}); loginWithSSO.args = { - identityUser: fakeIdentityUser + "identityUser": fakeIdentityUser }; -loginWithSSO.parameters = { layout: 'centered' }; +loginWithSSO.parameters = { "layout": 'centered' }; diff --git a/lib/core/src/lib/identity-user-info/identity-user-info.component.ts b/lib/core/src/lib/identity-user-info/identity-user-info.component.ts index e42ec0674c..25f4ddd970 100644 --- a/lib/core/src/lib/identity-user-info/identity-user-info.component.ts +++ b/lib/core/src/lib/identity-user-info/identity-user-info.component.ts @@ -21,10 +21,10 @@ import { IdentityUserModel } from '../auth/models/identity-user.model'; import { Subject } from 'rxjs'; @Component({ - selector: 'adf-identity-user-info', - templateUrl: './identity-user-info.component.html', - styleUrls: ['./identity-user-info.component.scss'], - encapsulation: ViewEncapsulation.None + "selector": 'adf-identity-user-info', + "templateUrl": './identity-user-info.component.html', + "styleUrls": ['./identity-user-info.component.scss'], + "encapsulation": ViewEncapsulation.None }) export class IdentityUserInfoComponent implements OnDestroy { @@ -63,30 +63,30 @@ export class IdentityUserInfoComponent implements OnDestroy { private destroy$ = new Subject(); - ngOnDestroy(): void { + ngOnDestroy (): void { this.destroy$.next(true); this.destroy$.complete(); } - onKeyPress(event: KeyboardEvent) { + onKeyPress (event: KeyboardEvent) { this.closeUserModal(event); } - private closeUserModal($event: KeyboardEvent) { + private closeUserModal ($event: KeyboardEvent) { if ($event.keyCode === 27) { this.trigger.closeMenu(); } } - stopClosing(event: Event) { + stopClosing (event: Event) { event.stopPropagation(); } - get showOnRight(): boolean { + get showOnRight (): boolean { return this.namePosition === 'right'; } - get canShow(): boolean { + get canShow (): boolean { return this.isLoggedIn && !!this.identityUser; } } diff --git a/lib/core/src/lib/identity-user-info/identity-user-info.module.ts b/lib/core/src/lib/identity-user-info/identity-user-info.module.ts index 9f5d86162f..e6fd565964 100644 --- a/lib/core/src/lib/identity-user-info/identity-user-info.module.ts +++ b/lib/core/src/lib/identity-user-info/identity-user-info.module.ts @@ -26,8 +26,8 @@ import { TranslateModule } from '@ngx-translate/core'; import { PipeModule } from '../pipes/pipe.module'; @NgModule({ - declarations: [IdentityUserInfoComponent], - imports: [ + "declarations": [IdentityUserInfoComponent], + "imports": [ CommonModule, MatButtonModule, MatMenuModule, @@ -36,6 +36,6 @@ import { PipeModule } from '../pipes/pipe.module'; TranslateModule, PipeModule ], - exports: [IdentityUserInfoComponent] + "exports": [IdentityUserInfoComponent] }) export class IdentityUserInfoModule {} diff --git a/lib/core/src/lib/info-drawer/info-drawer-layout.component.scss b/lib/core/src/lib/info-drawer/info-drawer-layout.component.scss index 1c59e361d4..aa07a7e8db 100644 --- a/lib/core/src/lib/info-drawer/info-drawer-layout.component.scss +++ b/lib/core/src/lib/info-drawer/info-drawer-layout.component.scss @@ -16,7 +16,9 @@ $adf-info-drawer-icon-size-half: 24px !default; width: 100%; background-color: var(--theme-background-color); box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.27); - + /* TODO(mdc-migration): The following rule targets internal classes of tabs that may no longer apply for the MDC version. */ + /* TODO(mdc-migration): The following rule targets internal classes of tabs that may no longer apply for the MDC version. */ + /* TODO(mdc-migration): The following rule targets internal classes of tabs that may no longer apply for the MDC version. */ & .mat-tab-label { font-weight: bold; text-align: left; @@ -67,7 +69,9 @@ $adf-info-drawer-icon-size-half: 24px !default; > *:last-child { margin-bottom: 0; } - + /* TODO(mdc-migration): The following rule targets internal classes of tabs that may no longer apply for the MDC version. */ + /* TODO(mdc-migration): The following rule targets internal classes of tabs that may no longer apply for the MDC version. */ + /* TODO(mdc-migration): The following rule targets internal classes of tabs that may no longer apply for the MDC version. */ .adf-info-drawer-tabs .mat-tab-body-content { .adf-manage-versions-empty, .adf-manage-versions-no-permission { diff --git a/lib/core/src/lib/info-drawer/info-drawer-layout.component.ts b/lib/core/src/lib/info-drawer/info-drawer-layout.component.ts index 8f785c2ce6..393ab8ae5d 100644 --- a/lib/core/src/lib/info-drawer/info-drawer-layout.component.ts +++ b/lib/core/src/lib/info-drawer/info-drawer-layout.component.ts @@ -18,11 +18,11 @@ import { Component, Directive, Input, ViewEncapsulation } from '@angular/core'; @Component({ - selector: 'adf-info-drawer-layout', - templateUrl: './info-drawer-layout.component.html', - styleUrls: ['./info-drawer-layout.component.scss'], - encapsulation: ViewEncapsulation.None, - host: { class: 'adf-info-drawer-layout' } + "selector": 'adf-info-drawer-layout', + "templateUrl": './info-drawer-layout.component.html', + "styleUrls": ['./info-drawer-layout.component.scss'], + "encapsulation": ViewEncapsulation.None, + "host": { "class": 'adf-info-drawer-layout' } }) export class InfoDrawerLayoutComponent { /** The visibility of the header. */ @@ -33,6 +33,6 @@ export class InfoDrawerLayoutComponent { /** * Directive selectors without adf- prefix will be deprecated on 3.0.0 */ -@Directive({ selector: '[adf-info-drawer-title], [info-drawer-title]' }) export class InfoDrawerTitleDirective {} -@Directive({ selector: '[adf-info-drawer-buttons], [info-drawer-buttons]' }) export class InfoDrawerButtonsDirective {} -@Directive({ selector: '[adf-info-drawer-content], [info-drawer-content]' }) export class InfoDrawerContentDirective {} +@Directive({ "selector": '[adf-info-drawer-title], [info-drawer-title]' }) export class InfoDrawerTitleDirective {} +@Directive({ "selector": '[adf-info-drawer-buttons], [info-drawer-buttons]' }) export class InfoDrawerButtonsDirective {} +@Directive({ "selector": '[adf-info-drawer-content], [info-drawer-content]' }) export class InfoDrawerContentDirective {} diff --git a/lib/core/src/lib/info-drawer/info-drawer.component.scss b/lib/core/src/lib/info-drawer/info-drawer.component.scss index f9c50f4955..a07667a4f7 100644 --- a/lib/core/src/lib/info-drawer/info-drawer.component.scss +++ b/lib/core/src/lib/info-drawer/info-drawer.component.scss @@ -1,7 +1,9 @@ .adf { &-info-drawer { display: block; - + /* TODO(mdc-migration): The following rule targets internal classes of tabs that may no longer apply for the MDC version. */ + /* TODO(mdc-migration): The following rule targets internal classes of tabs that may no longer apply for the MDC version. */ + /* TODO(mdc-migration): The following rule targets internal classes of tabs that may no longer apply for the MDC version. */ .mat-tab-label { min-width: 0; } @@ -20,15 +22,22 @@ } .adf-info-drawer-tabs { + /* TODO(mdc-migration): The following rule targets internal classes of tabs that may no longer apply for the MDC version. */ + /* TODO(mdc-migration): The following rule targets internal classes of tabs that may no longer apply for the MDC version. */ + /* TODO(mdc-migration): The following rule targets internal classes of tabs that may no longer apply for the MDC version. */ & .mat-tab-body-content > * { margin-bottom: 20px; display: block; } - + /* TODO(mdc-migration): The following rule targets internal classes of tabs that may no longer apply for the MDC version. */ + /* TODO(mdc-migration): The following rule targets internal classes of tabs that may no longer apply for the MDC version. */ + /* TODO(mdc-migration): The following rule targets internal classes of tabs that may no longer apply for the MDC version. */ & .mat-tab-body-content > *:last-child { margin-bottom: 0; } - + /* TODO(mdc-migration): The following rule targets internal classes of tabs that may no longer apply for the MDC version. */ + /* TODO(mdc-migration): The following rule targets internal classes of tabs that may no longer apply for the MDC version. */ + /* TODO(mdc-migration): The following rule targets internal classes of tabs that may no longer apply for the MDC version. */ .mat-tab-label { flex-grow: 1; @@ -41,10 +50,12 @@ height: 4px; } - .mat-tab-body { + .mat-mdc-tab-body { padding: 10px; } - + /* TODO(mdc-migration): The following rule targets internal classes of tabs that may no longer apply for the MDC version. */ + /* TODO(mdc-migration): The following rule targets internal classes of tabs that may no longer apply for the MDC version. */ + /* TODO(mdc-migration): The following rule targets internal classes of tabs that may no longer apply for the MDC version. */ .mat-tab-body-content { /* stylelint-disable */ overflow: initial; diff --git a/lib/core/src/lib/info-drawer/info-drawer.component.spec.ts b/lib/core/src/lib/info-drawer/info-drawer.component.spec.ts index 6dcac48287..8bb7df5c11 100644 --- a/lib/core/src/lib/info-drawer/info-drawer.component.spec.ts +++ b/lib/core/src/lib/info-drawer/info-drawer.component.spec.ts @@ -33,7 +33,7 @@ describe('InfoDrawerComponent', () => { beforeEach(() => { TestBed.configureTestingModule({ - imports: [ + "imports": [ TranslateModule.forRoot(), CoreTestingModule ] @@ -53,7 +53,7 @@ describe('InfoDrawerComponent', () => { it('should emit when tab is changed', () => { const tabEmitSpy = spyOn(component.currentTab, 'emit'); - const event = {index: 1, tab: {textLabel: 'DETAILS'}} as MatTabChangeEvent; + const event = {"index": 1, "tab": {"textLabel": 'DETAILS'}} as MatTabChangeEvent; component.onTabChange(event); expect(tabEmitSpy).toHaveBeenCalledWith(1); }); @@ -67,7 +67,7 @@ describe('InfoDrawerComponent', () => { }); it('should stop propagation on keydown event', () => { - const escapeKeyboardEvent = new KeyboardEvent('keydown', { key: ESCAPE.toString() }); + const escapeKeyboardEvent = new KeyboardEvent('keydown', { "key": ESCAPE.toString() }); const stopPropagationSpy = spyOn(escapeKeyboardEvent, 'stopPropagation'); fixture.debugElement.triggerEventHandler('keydown', escapeKeyboardEvent); @@ -76,7 +76,7 @@ describe('InfoDrawerComponent', () => { }); it('should stop propagation on keyup event', () => { - const escapeKeyboardEvent = new KeyboardEvent('keyup', { key: ESCAPE.toString() }); + const escapeKeyboardEvent = new KeyboardEvent('keyup', { "key": ESCAPE.toString() }); const stopPropagationSpy = spyOn(escapeKeyboardEvent, 'stopPropagation'); fixture.debugElement.triggerEventHandler('keyup', escapeKeyboardEvent); @@ -86,7 +86,7 @@ describe('InfoDrawerComponent', () => { }); @Component({ - template: ` + "template": ` <adf-info-drawer [selectedIndex]="tabIndex" title="Fake Title Custom"> <adf-info-drawer-tab label="Tab1"> </adf-info-drawer-tab> @@ -108,11 +108,11 @@ describe('Custom InfoDrawer', () => { beforeEach(() => { TestBed.configureTestingModule({ - imports: [ + "imports": [ TranslateModule.forRoot(), CoreTestingModule ], - declarations: [ + "declarations": [ CustomInfoDrawerComponent ] }); @@ -160,7 +160,7 @@ describe('Custom InfoDrawer', () => { }); @Component({ - template: ` + "template": ` <adf-info-drawer [showHeader]="showHeader" title="Fake Visibility Info Drawer Title"> </adf-info-drawer> ` @@ -175,11 +175,11 @@ describe('Header visibility InfoDrawer', () => { beforeEach(() => { TestBed.configureTestingModule({ - imports: [ + "imports": [ TranslateModule.forRoot(), CoreTestingModule ], - declarations: [ + "declarations": [ VisibilityInfoDrawerComponent ] }); diff --git a/lib/core/src/lib/info-drawer/info-drawer.component.stories.ts b/lib/core/src/lib/info-drawer/info-drawer.component.stories.ts index b558b82732..ee4f766a1c 100644 --- a/lib/core/src/lib/info-drawer/info-drawer.component.stories.ts +++ b/lib/core/src/lib/info-drawer/info-drawer.component.stories.ts @@ -22,187 +22,187 @@ import { InfoDrawerModule } from './info-drawer.module'; import { mockTabText, mockCardText } from './mock/info-drawer.mock'; export default { - component: InfoDrawerComponent, - title: 'Core/Info Drawer/Info Drawer', - decorators: [ + "component": InfoDrawerComponent, + "title": 'Core/Info Drawer/Info Drawer', + "decorators": [ moduleMetadata({ - imports: [CoreStoryModule, InfoDrawerModule] + "imports": [CoreStoryModule, InfoDrawerModule] }) ], - parameters: { - docs: { - description: { - component: `Displays a sidebar-style information panel in single layout or using tabs.` + "parameters": { + "docs": { + "description": { + "component": `Displays a sidebar-style information panel in single layout or using tabs.` } } }, - argTypes: { - selectedIndex: { - control: 'select', - options: [0, 1, 2], - defaultValue: 0, - description: 'The selected index tab (Tab Layout only)', - table: { - type: { summary: 'number' }, - defaultValue: { summary: '0' } + "argTypes": { + "selectedIndex": { + "control": 'select', + "options": [0, 1, 2], + "defaultValue": 0, + "description": 'The selected index tab (Tab Layout only)', + "table": { + "type": { "summary": 'number' }, + "defaultValue": { "summary": '0' } } }, - title: { - control: 'text', - description: 'The title of the info drawer', - defaultValue: null, - table: { - type: { summary: 'string' }, - defaultValue: { summary: 'null' } + "title": { + "control": 'text', + "description": 'The title of the info drawer', + "defaultValue": null, + "table": { + "type": { "summary": 'string' }, + "defaultValue": { "summary": 'null' } }, - if: { arg: 'showHeader', truthy: true } + "if": { "arg": 'showHeader', "truthy": true } }, - showHeader: { - control: 'boolean', - description: 'Visibility of the header', - defaultValue: true, - table: { - type: { summary: 'boolean' }, - defaultValue: { summary: 'true' } + "showHeader": { + "control": 'boolean', + "description": 'Visibility of the header', + "defaultValue": true, + "table": { + "type": { "summary": 'boolean' }, + "defaultValue": { "summary": 'true' } } }, - showSecondTab: { - control: 'boolean', - description: 'Visibility of the second tab (Tab Layout only)', - defaultValue: true, - table: { - type: { summary: 'boolean' }, - defaultValue: { summary: 'true' } + "showSecondTab": { + "control": 'boolean', + "description": 'Visibility of the second tab (Tab Layout only)', + "defaultValue": true, + "table": { + "type": { "summary": 'boolean' }, + "defaultValue": { "summary": 'true' } } }, - showThirdTab: { - control: 'boolean', - description: 'Visibility of the third tab (Tab Layout only)', - defaultValue: true, - table: { - type: { summary: 'boolean' }, - defaultValue: { summary: 'true' } + "showThirdTab": { + "control": 'boolean', + "description": 'Visibility of the third tab (Tab Layout only)', + "defaultValue": true, + "table": { + "type": { "summary": 'boolean' }, + "defaultValue": { "summary": 'true' } } }, - label1: { - control: 'text', - description: 'Label of the first tab (Tab Layout only)', - defaultValue: undefined, - table: { - type: { summary: 'string' }, - defaultValue: { summary: 'undefined' }, - category: 'Labels' + "label1": { + "control": 'text', + "description": 'Label of the first tab (Tab Layout only)', + "defaultValue": undefined, + "table": { + "type": { "summary": 'string' }, + "defaultValue": { "summary": 'undefined' }, + "category": 'Labels' } }, - label2: { - control: 'text', - description: 'Label of the second tab (Tab Layout only)', - defaultValue: undefined, - table: { - type: { summary: 'string' }, - defaultValue: { summary: 'undefined' }, - category: 'Labels' + "label2": { + "control": 'text', + "description": 'Label of the second tab (Tab Layout only)', + "defaultValue": undefined, + "table": { + "type": { "summary": 'string' }, + "defaultValue": { "summary": 'undefined' }, + "category": 'Labels' }, - if: { arg: 'showSecondTab', truthy: true } + "if": { "arg": 'showSecondTab', "truthy": true } }, - label3: { - control: 'text', - description: 'Label of the third tab (Tab Layout only)', - defaultValue: undefined, - table: { - type: { summary: 'string' }, - defaultValue: { summary: 'undefined' }, - category: 'Labels' + "label3": { + "control": 'text', + "description": 'Label of the third tab (Tab Layout only)', + "defaultValue": undefined, + "table": { + "type": { "summary": 'string' }, + "defaultValue": { "summary": 'undefined' }, + "category": 'Labels' }, - if: { arg: 'showThirdTab', truthy: true } + "if": { "arg": 'showThirdTab', "truthy": true } }, - icon1: { - control: 'text', - description: 'Icon of the first tab (Tab Layout only)', - defaultValue: undefined, - table: { - type: { summary: 'string' }, - defaultValue: { summary: 'undefined' }, - category: 'Icons' + "icon1": { + "control": 'text', + "description": 'Icon of the first tab (Tab Layout only)', + "defaultValue": undefined, + "table": { + "type": { "summary": 'string' }, + "defaultValue": { "summary": 'undefined' }, + "category": 'Icons' } }, - icon2: { - control: 'text', - description: 'Icon of the second tab (Tab Layout only)', - defaultValue: undefined, - table: { - type: { summary: 'string' }, - defaultValue: { summary: 'undefined' }, - category: 'Icons' + "icon2": { + "control": 'text', + "description": 'Icon of the second tab (Tab Layout only)', + "defaultValue": undefined, + "table": { + "type": { "summary": 'string' }, + "defaultValue": { "summary": 'undefined' }, + "category": 'Icons' }, - if: { arg: 'showSecondTab', truthy: true } + "if": { "arg": 'showSecondTab', "truthy": true } }, - icon3: { - control: 'text', - description: 'Icon of the third tab (Tab Layout only)', - defaultValue: undefined, - table: { - type: { summary: 'string' }, - defaultValue: { summary: 'undefined' }, - category: 'Icons' + "icon3": { + "control": 'text', + "description": 'Icon of the third tab (Tab Layout only)', + "defaultValue": undefined, + "table": { + "type": { "summary": 'string' }, + "defaultValue": { "summary": 'undefined' }, + "category": 'Icons' }, - if: { arg: 'showThirdTab', truthy: true } + "if": { "arg": 'showThirdTab', "truthy": true } }, - tab1Text: { - control: 'text', - description: 'Text content of the first tab (Tab Layout only)', - defaultValue: undefined, - table: { - type: { summary: 'string' }, - defaultValue: { summary: 'undefined' }, - category: 'Tab Content' + "tab1Text": { + "control": 'text', + "description": 'Text content of the first tab (Tab Layout only)', + "defaultValue": undefined, + "table": { + "type": { "summary": 'string' }, + "defaultValue": { "summary": 'undefined' }, + "category": 'Tab Content' } }, - tab2Text: { - control: 'text', - description: 'Text content of the second tab (Tab Layout only)', - defaultValue: undefined, - table: { - type: { summary: 'string' }, - defaultValue: { summary: 'undefined' }, - category: 'Tab Content' + "tab2Text": { + "control": 'text', + "description": 'Text content of the second tab (Tab Layout only)', + "defaultValue": undefined, + "table": { + "type": { "summary": 'string' }, + "defaultValue": { "summary": 'undefined' }, + "category": 'Tab Content' }, - if: { arg: 'showSecondTab', truthy: true } + "if": { "arg": 'showSecondTab', "truthy": true } }, - tab3Text: { - control: 'text', - description: 'Text content of the third tab (Tab Layout only)', - defaultValue: undefined, - table: { - type: { summary: 'string' }, - defaultValue: { summary: 'undefined' }, - category: 'Tab Content' + "tab3Text": { + "control": 'text', + "description": 'Text content of the third tab (Tab Layout only)', + "defaultValue": undefined, + "table": { + "type": { "summary": 'string' }, + "defaultValue": { "summary": 'undefined' }, + "category": 'Tab Content' }, - if: { arg: 'showThirdTab', truthy: true } + "if": { "arg": 'showThirdTab', "truthy": true } }, - cardText: { - control: 'text', - description: 'The content of the single card (Single Layout only)', - defaultValue: undefined, - table: { - type: { summary: 'string' }, - defaultValue: { summary: 'undefined' } + "cardText": { + "control": 'text', + "description": 'The content of the single card (Single Layout only)', + "defaultValue": undefined, + "table": { + "type": { "summary": 'string' }, + "defaultValue": { "summary": 'undefined' } } }, - currentTab: { - action: 'currentTab', - description: 'Emitted when the currently active tab changes', - table: { - type: { summary: 'EventEmitter <number>' }, - category: 'Actions' + "currentTab": { + "action": 'currentTab', + "description": 'Emitted when the currently active tab changes', + "table": { + "type": { "summary": 'EventEmitter <number>' }, + "category": 'Actions' } } } } as Meta; const tabLayoutTemplate: Story<InfoDrawerModule> = (args: InfoDrawerComponent) => ({ - props: args, - template: + "props": args, + "template": `<adf-info-drawer title="{{ title }}" [showHeader]="showHeader" (currentTab)="currentTab($event)" selectedIndex="{{ selectedIndex }}"> <div info-drawer-buttons> <mat-icon>clear</mat-icon> @@ -224,8 +224,8 @@ const tabLayoutTemplate: Story<InfoDrawerModule> = (args: InfoDrawerComponent) = }); const singleLayoutTemplate: Story<InfoDrawerModule> = (args: InfoDrawerComponent) => ({ - props: args, - template: + "props": args, + "template": `<adf-info-drawer title="{{ title }}" [showHeader]="showHeader"> <div info-drawer-title>File info</div> @@ -243,39 +243,39 @@ const singleLayoutTemplate: Story<InfoDrawerModule> = (args: InfoDrawerComponent export const tabLayoutWithTextLabels = tabLayoutTemplate.bind({}); tabLayoutWithTextLabels.args = { - title: 'Activities', - label1: 'Activity', - label2: 'Details', - label3: 'More Info', - tab1Text: `This is a variant of the Info Drawer Layout component that displays information in tabs. ${mockTabText}`, - tab2Text: mockTabText, - tab3Text: mockTabText + "title": 'Activities', + "label1": 'Activity', + "label2": 'Details', + "label3": 'More Info', + "tab1Text": `This is a variant of the Info Drawer Layout component that displays information in tabs. ${mockTabText}`, + "tab2Text": mockTabText, + "tab3Text": mockTabText }; tabLayoutWithTextLabels.parameters = { - controls: { exclude: ['cardText'] } + "controls": { "exclude": ['cardText'] } }; export const tabLayoutWithIconLabels = tabLayoutTemplate.bind({}); tabLayoutWithIconLabels.args = { - title: 'Activities', - icon1: 'people', - icon2: 'android', - icon3: 'comment', - tab1Text: `This is a variant of the Info Drawer Layout component that displays information in tabs. ${mockTabText}`, - tab2Text: mockTabText, - tab3Text: mockTabText + "title": 'Activities', + "icon1": 'people', + "icon2": 'android', + "icon3": 'comment', + "tab1Text": `This is a variant of the Info Drawer Layout component that displays information in tabs. ${mockTabText}`, + "tab2Text": mockTabText, + "tab3Text": mockTabText }; tabLayoutWithIconLabels.parameters = { - controls: { exclude: ['cardText'] } + "controls": { "exclude": ['cardText'] } }; export const singleLayout = singleLayoutTemplate.bind({}); singleLayout.args = { - title: 'Single Activities', - cardText: mockCardText, - showHeader: true, - showSecondTab: false, - showThirdTab: false + "title": 'Single Activities', + "cardText": mockCardText, + "showHeader": true, + "showSecondTab": false, + "showThirdTab": false }; diff --git a/lib/core/src/lib/info-drawer/info-drawer.component.ts b/lib/core/src/lib/info-drawer/info-drawer.component.ts index 1c7d4cfead..c195eb780a 100644 --- a/lib/core/src/lib/info-drawer/info-drawer.component.ts +++ b/lib/core/src/lib/info-drawer/info-drawer.component.ts @@ -18,9 +18,9 @@ import { Component, ContentChildren, EventEmitter, HostListener, Input, Output, QueryList, TemplateRef, ViewChild, ViewEncapsulation } from '@angular/core'; import { MatTabChangeEvent } from '@angular/material/tabs'; @Component({ - selector: 'adf-info-drawer-tab', - template: '<ng-template><ng-content></ng-content></ng-template>', - encapsulation: ViewEncapsulation.None + "selector": 'adf-info-drawer-tab', + "template": '<ng-template><ng-content></ng-content></ng-template>', + "encapsulation": ViewEncapsulation.None }) export class InfoDrawerTabComponent { /** The title of the tab (string or translation key). */ @@ -31,16 +31,16 @@ export class InfoDrawerTabComponent { @Input() icon: string = null; - @ViewChild(TemplateRef, { static: true }) + @ViewChild(TemplateRef, { "static": true }) content: TemplateRef<any>; } @Component({ - selector: 'adf-info-drawer', - templateUrl: './info-drawer.component.html', - styleUrls: ['./info-drawer.component.scss'], - encapsulation: ViewEncapsulation.None, - host: { class: 'adf-info-drawer' } + "selector": 'adf-info-drawer', + "templateUrl": './info-drawer.component.html', + "styleUrls": ['./info-drawer.component.scss'], + "encapsulation": ViewEncapsulation.None, + "host": { "class": 'adf-info-drawer' } }) export class InfoDrawerComponent { /** The title of the info drawer (string or translation key). */ @@ -63,20 +63,20 @@ export class InfoDrawerComponent { contentBlocks: QueryList<InfoDrawerTabComponent>; @HostListener('keydown', ['$event']) - onKeyDown(event: KeyboardEvent): void { + onKeyDown (event: KeyboardEvent): void { event.stopPropagation(); } @HostListener('keyup', ['$event']) - onKeyUp(event: KeyboardEvent): void { + onKeyUp (event: KeyboardEvent): void { event.stopPropagation(); } - showTabLayout(): boolean { + showTabLayout (): boolean { return this.contentBlocks.length > 0; } - onTabChange(event: MatTabChangeEvent) { + onTabChange (event: MatTabChangeEvent) { this.currentTab.emit(event.index); } } diff --git a/lib/core/src/lib/info-drawer/info-drawer.module.ts b/lib/core/src/lib/info-drawer/info-drawer.module.ts index b12fb3aba4..96c99bbdd4 100644 --- a/lib/core/src/lib/info-drawer/info-drawer.module.ts +++ b/lib/core/src/lib/info-drawer/info-drawer.module.ts @@ -25,14 +25,14 @@ import { MatTabsModule } from '@angular/material/tabs'; import { MatCardModule } from '@angular/material/card'; @NgModule({ - imports: [ + "imports": [ CommonModule, MatTabsModule, MatIconModule, MatCardModule, TranslateModule ], - declarations: [ + "declarations": [ InfoDrawerLayoutComponent, InfoDrawerTabComponent, InfoDrawerComponent, @@ -40,7 +40,7 @@ import { MatCardModule } from '@angular/material/card'; InfoDrawerButtonsDirective, InfoDrawerContentDirective ], - exports: [ + "exports": [ InfoDrawerLayoutComponent, InfoDrawerTabComponent, InfoDrawerComponent, diff --git a/lib/core/src/lib/language-menu/language-menu.component.spec.ts b/lib/core/src/lib/language-menu/language-menu.component.spec.ts index a2bcb7d96e..db7ce38dc9 100644 --- a/lib/core/src/lib/language-menu/language-menu.component.spec.ts +++ b/lib/core/src/lib/language-menu/language-menu.component.spec.ts @@ -33,23 +33,23 @@ describe('LanguageMenuComponent', () => { const languages = [ { - key: 'fake-key-1', - label: 'fake-label-1' + "key": 'fake-key-1', + "label": 'fake-label-1' }, { - key: 'fake-key-2', - label: 'fake-label-2' + "key": 'fake-key-2', + "label": 'fake-label-2' }, { - key: 'fake-key-3', - label: 'fake-label-3', - direction: 'rtl' + "key": 'fake-key-3', + "label": 'fake-label-3', + "direction": 'rtl' } ] as any[]; beforeEach(() => { TestBed.configureTestingModule({ - imports: [ + "imports": [ TranslateModule.forRoot(), CoreTestingModule ] diff --git a/lib/core/src/lib/language-menu/language-menu.component.stories.ts b/lib/core/src/lib/language-menu/language-menu.component.stories.ts index 968ff78c3c..03dde7c13d 100644 --- a/lib/core/src/lib/language-menu/language-menu.component.stories.ts +++ b/lib/core/src/lib/language-menu/language-menu.component.stories.ts @@ -25,39 +25,39 @@ import { LanguageService } from './service/language.service'; import { LanguageServiceMock } from '../mock/language.service.mock'; export default { - component: LanguageMenuComponent, - title: 'Core/Language Menu/Language Menu', - decorators: [ + "component": LanguageMenuComponent, + "title": 'Core/Language Menu/Language Menu', + "decorators": [ moduleMetadata({ - imports: [CoreStoryModule, LanguageMenuModule], - providers: [ - { provide: LanguageService, useClass: LanguageServiceMock } + "imports": [CoreStoryModule, LanguageMenuModule], + "providers": [ + { "provide": LanguageService, "useClass": LanguageServiceMock } ] }) ], - parameters: { - docs: { - description: { - component: `Displays all the languages that are present in "app.config.json" and the default (EN).` + "parameters": { + "docs": { + "description": { + "component": `Displays all the languages that are present in "app.config.json" and the default (EN).` } } }, - argTypes: { - changedLanguage: { - action: 'changedLanguage', - description: 'Emitted when the user clicks on one of the language buttons.', - table: { - category: 'Actions', - type: { summary: 'EventEmitter <LanguageItem>' } + "argTypes": { + "changedLanguage": { + "action": 'changedLanguage', + "description": 'Emitted when the user clicks on one of the language buttons.', + "table": { + "category": 'Actions', + "type": { "summary": 'EventEmitter <LanguageItem>' } } } } } as Meta; const languageMenuComponentTemplate: Story<LanguageMenuComponent> = (args: LanguageMenuComponent) => ({ - props: args + "props": args }); -languageMenuComponentTemplate.parameters = { layout: 'centered' }; +languageMenuComponentTemplate.parameters = { "layout": 'centered' }; export const asMainMenu = languageMenuComponentTemplate.bind({}); asMainMenu.decorators = [ @@ -72,7 +72,7 @@ asMainMenu.decorators = [ </mat-menu> `) ]; -asMainMenu.parameters = { layout: 'centered' }; +asMainMenu.parameters = { "layout": 'centered' }; export const asNestedMenu = languageMenuComponentTemplate.bind({}); asNestedMenu.decorators = [ @@ -95,4 +95,4 @@ asNestedMenu.decorators = [ </mat-menu> `) ]; -asNestedMenu.parameters = { layout: 'centered' }; +asNestedMenu.parameters = { "layout": 'centered' }; diff --git a/lib/core/src/lib/language-menu/language-menu.component.ts b/lib/core/src/lib/language-menu/language-menu.component.ts index 33adcde8eb..6c1187c514 100644 --- a/lib/core/src/lib/language-menu/language-menu.component.ts +++ b/lib/core/src/lib/language-menu/language-menu.component.ts @@ -21,8 +21,8 @@ import { Observable } from 'rxjs'; import { LanguageItem } from '../common/services/language-item.interface'; @Component({ - selector: 'adf-language-menu', - template: ` + "selector": 'adf-language-menu', + "template": ` <button mat-menu-item *ngFor="let language of languages$ | async" @@ -38,11 +38,11 @@ export class LanguageMenuComponent { languages$: Observable<LanguageItem[]>; - constructor(private languageService: LanguageService) { + constructor (private languageService: LanguageService) { this.languages$ = languageService.languages$; } - changeLanguage(language: LanguageItem) { + changeLanguage (language: LanguageItem) { this.changedLanguage.emit(language); this.languageService.changeLanguage(language); } diff --git a/lib/core/src/lib/language-menu/language-menu.module.ts b/lib/core/src/lib/language-menu/language-menu.module.ts index b19a837714..936ac6d3d4 100644 --- a/lib/core/src/lib/language-menu/language-menu.module.ts +++ b/lib/core/src/lib/language-menu/language-menu.module.ts @@ -27,18 +27,18 @@ import { LanguageMenuComponent } from './language-menu.component'; import { LanguagePickerComponent } from './language-picker.component'; @NgModule({ - imports: [ + "imports": [ CommonModule, MatMenuModule, MatIconModule, MatButtonModule, TranslateModule ], - declarations: [ + "declarations": [ LanguageMenuComponent, LanguagePickerComponent ], - exports: [ + "exports": [ LanguageMenuComponent, LanguagePickerComponent, MatMenuModule, diff --git a/lib/core/src/lib/language-menu/language-picker.component.stories.ts b/lib/core/src/lib/language-menu/language-picker.component.stories.ts index 6100476e4f..e9a1ed7ef2 100644 --- a/lib/core/src/lib/language-menu/language-picker.component.stories.ts +++ b/lib/core/src/lib/language-menu/language-picker.component.stories.ts @@ -25,34 +25,34 @@ import { LanguageService } from './service/language.service'; import { LanguageServiceMock } from '../mock/language.service.mock'; export default { - component: LanguagePickerComponent, - title: 'Core/Language Menu/Language Picker', - decorators: [ + "component": LanguagePickerComponent, + "title": 'Core/Language Menu/Language Picker', + "decorators": [ moduleMetadata({ - imports: [CoreStoryModule, LanguageMenuModule], - providers: [ - { provide: LanguageService, useClass: LanguageServiceMock } + "imports": [CoreStoryModule, LanguageMenuModule], + "providers": [ + { "provide": LanguageService, "useClass": LanguageServiceMock } ] }) ], - argTypes: { - changedLanguage: { - action: 'changedLanguage', - description: 'Emitted when the user clicks on one of the language buttons.', - table: { - category: 'Actions', - type: { summary: 'EventEmitter <LanguageItem>' } + "argTypes": { + "changedLanguage": { + "action": 'changedLanguage', + "description": 'Emitted when the user clicks on one of the language buttons.', + "table": { + "category": 'Actions', + "type": { "summary": 'EventEmitter <LanguageItem>' } } } } } as Meta; const languagePickerComponentTemplate: Story<LanguagePickerComponent> = (args: LanguagePickerComponent) => ({ - props: args + "props": args }); export const primary = languagePickerComponentTemplate.bind({}); -primary.parameters = { layout: 'centered' }; +primary.parameters = { "layout": 'centered' }; export const asNestedMenu = languagePickerComponentTemplate.bind({}); asNestedMenu.decorators = [ @@ -65,4 +65,4 @@ asNestedMenu.decorators = [ </mat-menu> `) ]; -asNestedMenu.parameters = { layout: 'centered' }; +asNestedMenu.parameters = { "layout": 'centered' }; diff --git a/lib/core/src/lib/language-menu/language-picker.component.ts b/lib/core/src/lib/language-menu/language-picker.component.ts index 20b3e22076..8ae00e1a19 100644 --- a/lib/core/src/lib/language-menu/language-picker.component.ts +++ b/lib/core/src/lib/language-menu/language-picker.component.ts @@ -19,8 +19,8 @@ import { Component, EventEmitter, Output } from '@angular/core'; import { LanguageItem } from '../common/services/language-item.interface'; @Component({ - selector: 'adf-picker-button', - template: ` + "selector": 'adf-picker-button', + "template": ` <button mat-menu-item [matMenuTriggerFor]="langMenu"> <mat-icon>language</mat-icon> {{ 'ADF.LANGUAGE' | translate }} diff --git a/lib/core/src/lib/language-menu/service/language.service.ts b/lib/core/src/lib/language-menu/service/language.service.ts index d513f2c750..bc08afb328 100644 --- a/lib/core/src/lib/language-menu/service/language.service.ts +++ b/lib/core/src/lib/language-menu/service/language.service.ts @@ -22,32 +22,32 @@ import { AppConfigService, AppConfigValues } from '../../app-config/app-config.s import { LanguageItem } from '../../common/services/language-item.interface'; import { UserPreferencesService } from '../../common/services/user-preferences.service'; -@Injectable({providedIn: 'root'}) +@Injectable({"providedIn": 'root'}) export class LanguageService implements LanguageServiceInterface { private languages = new BehaviorSubject<LanguageItem[]>([ - {key: 'de', label: 'Deutsch'}, - {key: 'en', label: 'English'}, - {key: 'es', label: 'Español'}, - {key: 'fr', label: 'Français'}, - {key: 'it', label: 'Italiano'}, - {key: 'ja', label: '日本語'}, - {key: 'nb', label: 'Bokmål'}, - {key: 'nl', label: 'Nederlands'}, - {key: 'pt-BR', label: 'Português (Brasil)'}, - {key: 'ru', label: 'Русский'}, - {key: 'zh-CN', label: '中文简体'}, - {key: 'cs', label: 'Čeština'}, - {key: 'da', label: 'Dansk'}, - {key: 'fi', label: 'Suomi'}, - {key: 'pl', label: 'Polski'}, - {key: 'sv', label: 'Svenska'}, - {key: 'ar', label: 'العربية', direction: 'rtl'} + {"key": 'de', "label": 'Deutsch'}, + {"key": 'en', "label": 'English'}, + {"key": 'es', "label": 'Español'}, + {"key": 'fr', "label": 'Français'}, + {"key": 'it', "label": 'Italiano'}, + {"key": 'ja', "label": '日本語'}, + {"key": 'nb', "label": 'Bokmål'}, + {"key": 'nl', "label": 'Nederlands'}, + {"key": 'pt-BR', "label": 'Português (Brasil)'}, + {"key": 'ru', "label": 'Русский'}, + {"key": 'zh-CN', "label": '中文简体'}, + {"key": 'cs', "label": 'Čeština'}, + {"key": 'da', "label": 'Dansk'}, + {"key": 'fi', "label": 'Suomi'}, + {"key": 'pl', "label": 'Polski'}, + {"key": 'sv', "label": 'Svenska'}, + {"key": 'ar', "label": 'العربية', "direction": 'rtl'} ]); languages$ = this.languages.asObservable(); - constructor( + constructor ( appConfigService: AppConfigService, private userPreferencesService: UserPreferencesService) { @@ -55,12 +55,12 @@ export class LanguageService implements LanguageServiceInterface { this.setLanguages(customLanguages); } - changeLanguage(language: LanguageItem) { + changeLanguage (language: LanguageItem) { this.userPreferencesService.locale = language.key; this.userPreferencesService.set('textOrientation', language.direction || 'ltr'); } - setLanguages(items: LanguageItem[]) { + setLanguages (items: LanguageItem[]) { if (items?.length > 0) { this.languages.next(items); } diff --git a/lib/core/src/lib/layout/components/header/header.component.spec.ts b/lib/core/src/lib/layout/components/header/header.component.spec.ts index 40d86c4138..698fd8a5fc 100644 --- a/lib/core/src/lib/layout/components/header/header.component.spec.ts +++ b/lib/core/src/lib/layout/components/header/header.component.spec.ts @@ -35,7 +35,7 @@ describe('HeaderLayoutComponent', () => { describe('Input parameters', () => { beforeEach(() => { TestBed.configureTestingModule({ - imports: [ + "imports": [ TranslateModule.forRoot(), CoreTestingModule ] @@ -256,8 +256,8 @@ describe('HeaderLayoutComponent', () => { describe('Template transclusion', () => { @Component({ - selector: 'adf-test-layout-header', - template: ` + "selector": 'adf-test-layout-header', + "template": ` <adf-layout-header title="test" color="primary"> <p>Test text</p> <p></p> @@ -267,8 +267,8 @@ describe('HeaderLayoutComponent', () => { beforeEach(() => { TestBed.configureTestingModule({ - imports: [TranslateModule.forRoot(), CoreTestingModule, SidenavLayoutModule, MaterialModule], - declarations: [HeaderLayoutTesterComponent] + "imports": [TranslateModule.forRoot(), CoreTestingModule, SidenavLayoutModule, MaterialModule], + "declarations": [HeaderLayoutTesterComponent] }); }); diff --git a/lib/core/src/lib/layout/components/header/header.component.stories.ts b/lib/core/src/lib/layout/components/header/header.component.stories.ts index bb8b54ee0c..65356a9413 100644 --- a/lib/core/src/lib/layout/components/header/header.component.stories.ts +++ b/lib/core/src/lib/layout/components/header/header.component.stories.ts @@ -22,115 +22,115 @@ import { HeaderLayoutComponent } from './header.component'; import { RouterTestingModule } from '@angular/router/testing'; export default { - component: HeaderLayoutComponent, - title: 'Core/Layout/Header', - decorators: [ + "component": HeaderLayoutComponent, + "title": 'Core/Layout/Header', + "decorators": [ moduleMetadata({ - imports: [CoreStoryModule, SidenavLayoutModule, RouterTestingModule] + "imports": [CoreStoryModule, SidenavLayoutModule, RouterTestingModule] }) ], - parameters: { - docs: { - description: { - component: `This component displays a customizable header for Alfresco applications that can be reused. + "parameters": { + "docs": { + "description": { + "component": `This component displays a customizable header for Alfresco applications that can be reused. Use the input properties to configure the left side (title, button) and the primary color of the header. The right part of the header can contain other components which are transcluded in the header component.` } } }, - argTypes: { - color: { - control: 'radio', - options: ['primary', 'accent', 'warn', '#42f57e', undefined], - defaultValue: undefined, - description: `Background color for the header. + "argTypes": { + "color": { + "control": 'radio', + "options": ['primary', 'accent', 'warn', '#42f57e', undefined], + "defaultValue": undefined, + "description": `Background color for the header. It can be any hex color code or one of the Material theme colors: 'primary', 'accent' or 'warn'`, - table: { - type: { summary: 'ThemePalette' }, - defaultValue: { summary: 'undefined' } + "table": { + "type": { "summary": 'ThemePalette' }, + "defaultValue": { "summary": 'undefined' } } }, - expandedSidenav: { - control: 'boolean', - description: 'Toggles the expanded state of the component', - defaultValue: true, - table: { - type: { summary: 'boolean' }, - defaultValue: { summary: 'true' } + "expandedSidenav": { + "control": 'boolean', + "description": 'Toggles the expanded state of the component', + "defaultValue": true, + "table": { + "type": { "summary": 'boolean' }, + "defaultValue": { "summary": 'true' } } }, - showSidenavToggle: { - control: 'boolean', - description: 'Toggles whether the sidenav button will be displayed in the header or not', - defaultValue: true, - table: { - type: { summary: 'boolean' }, - defaultValue: { summary: 'true' } + "showSidenavToggle": { + "control": 'boolean', + "description": 'Toggles whether the sidenav button will be displayed in the header or not', + "defaultValue": true, + "table": { + "type": { "summary": 'boolean' }, + "defaultValue": { "summary": 'true' } } }, - logo: { - control: 'text', - description: 'Path to an image file for the application logo', - defaultValue: undefined, - table: { - type: { summary: 'string' }, - defaultValue: { summary: 'undefined' } + "logo": { + "control": 'text', + "description": 'Path to an image file for the application logo', + "defaultValue": undefined, + "table": { + "type": { "summary": 'string' }, + "defaultValue": { "summary": 'undefined' } } }, - title: { - control: 'text', - description: 'Title of the application', - defaultValue: undefined, - table: { - type: { summary: 'string' }, - defaultValue: { summary: 'undefined' } + "title": { + "control": 'text', + "description": 'Title of the application', + "defaultValue": undefined, + "table": { + "type": { "summary": 'string' }, + "defaultValue": { "summary": 'undefined' } } }, - tooltip: { - control: 'text', - description: 'The tooltip text for the application logo', - defaultValue: undefined, - table: { - type: { summary: 'string' }, - defaultValue: { summary: 'undefined' } + "tooltip": { + "control": 'text', + "description": 'The tooltip text for the application logo', + "defaultValue": undefined, + "table": { + "type": { "summary": 'string' }, + "defaultValue": { "summary": 'undefined' } } }, - position: { - control: 'radio', - options: ['start', 'end'], - description: `The side of the page that the drawer is attached to (can be 'start' or 'end')`, - defaultValue: 'start', - table: { - type: { summary: 'string' }, - defaultValue: { summary: 'start' } + "position": { + "control": 'radio', + "options": ['start', 'end'], + "description": `The side of the page that the drawer is attached to (can be 'start' or 'end')`, + "defaultValue": 'start', + "table": { + "type": { "summary": 'string' }, + "defaultValue": { "summary": 'start' } } }, - redirectUrl: { - control: 'text', - description: 'The router link for the application logo, when clicked', - defaultValue: '/', - table: { - type: { summary: 'string | any[]' }, - defaultValue: { summary: '/' } + "redirectUrl": { + "control": 'text', + "description": 'The router link for the application logo, when clicked', + "defaultValue": '/', + "table": { + "type": { "summary": 'string | any[]' }, + "defaultValue": { "summary": '/' } } }, - clicked: { - action: 'clicked', - description: 'Emitted when the sidenav button is clicked', - table: { - type: { summary: 'EventEmitter <boolean>' }, - category: 'Actions' + "clicked": { + "action": 'clicked', + "description": 'Emitted when the sidenav button is clicked', + "table": { + "type": { "summary": 'EventEmitter <boolean>' }, + "category": 'Actions' } } } } as Meta; const template: Story<SidenavLayoutModule> = (args: HeaderLayoutComponent) => ({ - props: args + "props": args }); export const header = template.bind({}); header.args = { - title: 'Hello from Header!', - tooltip: 'Default Tooltip text' + "title": 'Hello from Header!', + "tooltip": 'Default Tooltip text' }; diff --git a/lib/core/src/lib/layout/components/header/header.component.ts b/lib/core/src/lib/layout/components/header/header.component.ts index c0fbcf30e9..f1a827d300 100644 --- a/lib/core/src/lib/layout/components/header/header.component.ts +++ b/lib/core/src/lib/layout/components/header/header.component.ts @@ -20,11 +20,11 @@ import { ThemePalette } from '@angular/material/core'; import { AppConfigService } from '../../../app-config/app-config.service'; @Component({ - selector: 'adf-layout-header', - templateUrl: './header.component.html', - styleUrls: ['./header.component.scss'], - encapsulation: ViewEncapsulation.None, - host: { class: 'adf-layout-header' } + "selector": 'adf-layout-header', + "templateUrl": './header.component.html', + "styleUrls": ['./header.component.scss'], + "encapsulation": ViewEncapsulation.None, + "host": { "class": 'adf-layout-header' } }) export class HeaderLayoutComponent implements OnInit { /** Title of the application. */ @@ -69,17 +69,17 @@ export class HeaderLayoutComponent implements OnInit { /** The side of the page that the drawer is attached to (can be 'start' or 'end') */ @Input() position = 'start'; - constructor( + constructor ( private appConfigService: AppConfigService ) { } - toggleMenu() { + toggleMenu () { this.clicked.emit(true); this.expandedSidenav = !this.expandedSidenav; } - ngOnInit() { + ngOnInit () { const textColor = this.appConfigService.get<string | undefined>('headerTextColor'); if (textColor) { document.documentElement.style.setProperty('--theme-header-text-color', textColor); diff --git a/lib/core/src/lib/layout/components/layout-container/layout-container.component.spec.ts b/lib/core/src/lib/layout/components/layout-container/layout-container.component.spec.ts index f5673668a9..53537d61e9 100644 --- a/lib/core/src/lib/layout/components/layout-container/layout-container.component.spec.ts +++ b/lib/core/src/lib/layout/components/layout-container/layout-container.component.spec.ts @@ -26,9 +26,9 @@ describe('LayoutContainerComponent', () => { layoutContainerComponent.sidenavMin = 70; layoutContainerComponent.sidenavMax = 200; layoutContainerComponent.mediaQueryList = { - matches: false, - addListener: () => {}, - removeListener: () => {} + "matches": false, + "addListener": () => {}, + "removeListener": () => {} }; }); @@ -48,7 +48,7 @@ describe('LayoutContainerComponent', () => { layoutContainerComponent.ngOnInit(); expect(layoutContainerComponent.contentAnimationState).toEqual({ - value: 'compact', params: { 'margin-left': layoutContainerComponent.sidenavMax} + "value": 'compact', "params": { 'margin-left': layoutContainerComponent.sidenavMax} }); }); @@ -57,7 +57,7 @@ describe('LayoutContainerComponent', () => { layoutContainerComponent.ngOnInit(); expect(layoutContainerComponent.contentAnimationState).toEqual({ - value: 'compact', params: { 'margin-right': layoutContainerComponent.sidenavMax} + "value": 'compact', "params": { 'margin-right': layoutContainerComponent.sidenavMax} }); }); }); @@ -72,7 +72,7 @@ describe('LayoutContainerComponent', () => { layoutContainerComponent.ngOnInit(); expect(layoutContainerComponent.contentAnimationState).toEqual({ - value: 'compact', params: { 'margin-right': layoutContainerComponent.sidenavMax} + "value": 'compact', "params": { 'margin-right': layoutContainerComponent.sidenavMax} }); }); @@ -81,7 +81,7 @@ describe('LayoutContainerComponent', () => { layoutContainerComponent.ngOnInit(); expect(layoutContainerComponent.contentAnimationState).toEqual({ - value: 'compact', params: { 'margin-left': layoutContainerComponent.sidenavMax} + "value": 'compact', "params": { 'margin-left': layoutContainerComponent.sidenavMax} }); }); }); @@ -102,7 +102,7 @@ describe('LayoutContainerComponent', () => { layoutContainerComponent.ngOnInit(); expect(layoutContainerComponent.contentAnimationState).toEqual({ - value: 'expanded', params: { 'margin-left': layoutContainerComponent.sidenavMin} + "value": 'expanded', "params": { 'margin-left': layoutContainerComponent.sidenavMin} }); }); @@ -111,7 +111,7 @@ describe('LayoutContainerComponent', () => { layoutContainerComponent.ngOnInit(); expect(layoutContainerComponent.contentAnimationState).toEqual({ - value: 'expanded', params: { 'margin-right': layoutContainerComponent.sidenavMin} + "value": 'expanded', "params": { 'margin-right': layoutContainerComponent.sidenavMin} }); }); }); @@ -126,7 +126,7 @@ describe('LayoutContainerComponent', () => { layoutContainerComponent.ngOnInit(); expect(layoutContainerComponent.contentAnimationState).toEqual({ - value: 'expanded', params: { 'margin-right': layoutContainerComponent.sidenavMin} + "value": 'expanded', "params": { 'margin-right': layoutContainerComponent.sidenavMin} }); }); @@ -135,7 +135,7 @@ describe('LayoutContainerComponent', () => { layoutContainerComponent.ngOnInit(); expect(layoutContainerComponent.contentAnimationState).toEqual({ - value: 'expanded', params: { 'margin-left': layoutContainerComponent.sidenavMin} + "value": 'expanded', "params": { 'margin-left': layoutContainerComponent.sidenavMin} }); }); }); @@ -150,14 +150,14 @@ describe('LayoutContainerComponent', () => { it('should set `margin-left` when current direction is `ltr`', () => { layoutContainerComponent.direction = 'ltr'; - layoutContainerComponent.ngOnChanges({ direction: new SimpleChange('', '', false) }); + layoutContainerComponent.ngOnChanges({ "direction": new SimpleChange('', '', false) }); expect(layoutContainerComponent.contentAnimationState.params['margin-left']).not.toBeNull(); }); it('should set `margin-right` when current direction is `rtl`', () => { layoutContainerComponent.direction = 'rtl'; - layoutContainerComponent.ngOnChanges({ direction: new SimpleChange('', '', false) }); + layoutContainerComponent.ngOnChanges({ "direction": new SimpleChange('', '', false) }); expect(layoutContainerComponent.contentAnimationState.params['margin-right']).not.toBeNull(); }); @@ -170,14 +170,14 @@ describe('LayoutContainerComponent', () => { it('should set `margin-right` when current direction is `ltr`', () => { layoutContainerComponent.direction = 'ltr'; - layoutContainerComponent.ngOnChanges({ direction: new SimpleChange('', '', false) }); + layoutContainerComponent.ngOnChanges({ "direction": new SimpleChange('', '', false) }); expect(layoutContainerComponent.contentAnimationState.params['margin-right']).not.toBeNull(); }); it('should set `margin-left` when current direction is `rtl`', () => { layoutContainerComponent.direction = 'rtl'; - layoutContainerComponent.ngOnChanges({ direction: new SimpleChange('', '', false) }); + layoutContainerComponent.ngOnChanges({ "direction": new SimpleChange('', '', false) }); expect(layoutContainerComponent.contentAnimationState.params['margin-left']).not.toBeNull(); }); @@ -192,7 +192,7 @@ describe('LayoutContainerComponent', () => { layoutContainerComponent.toggleMenu(); expect(layoutContainerComponent.sidenavAnimationState).toEqual({ - value: 'compact', params: { width: layoutContainerComponent.sidenavMin } + "value": 'compact', "params": { "width": layoutContainerComponent.sidenavMin } }); }); @@ -203,7 +203,7 @@ describe('LayoutContainerComponent', () => { layoutContainerComponent.toggleMenu(); expect(layoutContainerComponent.sidenavAnimationState).toEqual({ - value: 'expanded', params: { width: layoutContainerComponent.sidenavMax } + "value": 'expanded', "params": { "width": layoutContainerComponent.sidenavMax } }); }); }); diff --git a/lib/core/src/lib/layout/components/layout-container/layout-container.component.ts b/lib/core/src/lib/layout/components/layout-container/layout-container.component.ts index 5592548817..c0c0ba1a77 100644 --- a/lib/core/src/lib/layout/components/layout-container/layout-container.component.ts +++ b/lib/core/src/lib/layout/components/layout-container/layout-container.component.ts @@ -21,11 +21,11 @@ import { sidenavAnimation, contentAnimation } from '../../helpers/animations'; import { Direction } from '@angular/cdk/bidi'; @Component({ - selector: 'adf-layout-container', - templateUrl: './layout-container.component.html', - styleUrls: ['./layout-container.component.scss'], - encapsulation: ViewEncapsulation.None, - animations: [sidenavAnimation, contentAnimation] + "selector": 'adf-layout-container', + "templateUrl": './layout-container.component.html', + "styleUrls": ['./layout-container.component.scss'], + "encapsulation": ViewEncapsulation.None, + "animations": [sidenavAnimation, contentAnimation] }) export class LayoutContainerComponent implements OnInit, OnDestroy, OnChanges { @Input() sidenavMin: number; @@ -43,24 +43,24 @@ export class LayoutContainerComponent implements OnInit, OnDestroy, OnChanges { /** Layout text orientation 'ltr' | 'rtl' */ @Input() direction: Direction = 'ltr'; - @ViewChild(MatSidenav, { static: true }) sidenav: MatSidenav; + @ViewChild(MatSidenav, { "static": true }) sidenav: MatSidenav; sidenavAnimationState: any; contentAnimationState: any; - SIDENAV_STATES = { MOBILE: {}, EXPANDED: {}, COMPACT: {} }; - CONTENT_STATES = { MOBILE: {}, EXPANDED: {}, COMPACT: {} }; + SIDENAV_STATES = { "MOBILE": {}, "EXPANDED": {}, "COMPACT": {} }; + CONTENT_STATES = { "MOBILE": {}, "EXPANDED": {}, "COMPACT": {} }; - constructor() { + constructor () { this.onMediaQueryChange = this.onMediaQueryChange.bind(this); } - ngOnInit() { - this.SIDENAV_STATES.MOBILE = { value: 'expanded', params: { width: this.sidenavMax } }; - this.SIDENAV_STATES.EXPANDED = { value: 'expanded', params: { width: this.sidenavMax } }; - this.SIDENAV_STATES.COMPACT = { value: 'compact', params: { width: this.sidenavMin } }; + ngOnInit () { + this.SIDENAV_STATES.MOBILE = { "value": 'expanded', "params": { "width": this.sidenavMax } }; + this.SIDENAV_STATES.EXPANDED = { "value": 'expanded', "params": { "width": this.sidenavMax } }; + this.SIDENAV_STATES.COMPACT = { "value": 'compact', "params": { "width": this.sidenavMin } }; - this.CONTENT_STATES.MOBILE = { value: 'expanded' }; + this.CONTENT_STATES.MOBILE = { "value": 'expanded' }; this.mediaQueryList.addListener(this.onMediaQueryChange); @@ -76,17 +76,17 @@ export class LayoutContainerComponent implements OnInit, OnDestroy, OnChanges { } } - ngOnDestroy(): void { + ngOnDestroy (): void { this.mediaQueryList.removeListener(this.onMediaQueryChange); } - ngOnChanges(changes: SimpleChanges) { + ngOnChanges (changes: SimpleChanges) { if (changes?.direction) { this.contentAnimationState = this.toggledContentAnimation; } } - toggleMenu(): void { + toggleMenu (): void { if (this.isMobileScreenSize) { this.sidenav.toggle(); } else { @@ -95,59 +95,59 @@ export class LayoutContainerComponent implements OnInit, OnDestroy, OnChanges { } } - get isMobileScreenSize(): boolean { + get isMobileScreenSize (): boolean { return this.mediaQueryList.matches; } - getContentAnimationState(): any { + getContentAnimationState (): any { return this.contentAnimationState; } - private get toggledSidenavAnimation(): any { + private get toggledSidenavAnimation (): any { return this.sidenavAnimationState === this.SIDENAV_STATES.EXPANDED ? this.SIDENAV_STATES.COMPACT : this.SIDENAV_STATES.EXPANDED; } - private get toggledContentAnimation(): any { + private get toggledContentAnimation (): any { if (this.isMobileScreenSize) { return this.CONTENT_STATES.MOBILE; } if (this.sidenavAnimationState === this.SIDENAV_STATES.EXPANDED) { if (this.position === 'start' && this.direction === 'ltr') { - return { value: 'compact', params: { 'margin-left': this.sidenavMax } }; + return { "value": 'compact', "params": { 'margin-left': this.sidenavMax } }; } if (this.position === 'start' && this.direction === 'rtl') { - return { value: 'compact', params: { 'margin-right': this.sidenavMax } }; + return { "value": 'compact', "params": { 'margin-right': this.sidenavMax } }; } if (this.position === 'end' && this.direction === 'ltr') { - return { value: 'compact', params: { 'margin-right': this.sidenavMax } }; + return { "value": 'compact', "params": { 'margin-right': this.sidenavMax } }; } if (this.position === 'end' && this.direction === 'rtl') { - return { value: 'compact', params: { 'margin-left': this.sidenavMax } }; + return { "value": 'compact', "params": { 'margin-left': this.sidenavMax } }; } } else { if (this.position === 'start' && this.direction === 'ltr') { - return { value: 'expanded', params: { 'margin-left': this.sidenavMin } }; + return { "value": 'expanded', "params": { 'margin-left': this.sidenavMin } }; } if (this.position === 'start' && this.direction === 'rtl') { - return { value: 'expanded', params: { 'margin-right': this.sidenavMin } }; + return { "value": 'expanded', "params": { 'margin-right': this.sidenavMin } }; } if (this.position === 'end' && this.direction === 'ltr') { - return { value: 'expanded', params: { 'margin-right': this.sidenavMin } }; + return { "value": 'expanded', "params": { 'margin-right': this.sidenavMin } }; } if (this.position === 'end' && this.direction === 'rtl') { - return { value: 'expanded', params: { 'margin-left': this.sidenavMin } }; + return { "value": 'expanded', "params": { 'margin-left': this.sidenavMin } }; } } } - private onMediaQueryChange(): void { + private onMediaQueryChange (): void { this.sidenavAnimationState = this.SIDENAV_STATES.EXPANDED; this.contentAnimationState = this.toggledContentAnimation; } diff --git a/lib/core/src/lib/layout/components/sidebar-action/sidebar-action-menu.component.scss b/lib/core/src/lib/layout/components/sidebar-action/sidebar-action-menu.component.scss index c38c42290a..b9eb1f5597 100644 --- a/lib/core/src/lib/layout/components/sidebar-action/sidebar-action-menu.component.scss +++ b/lib/core/src/lib/layout/components/sidebar-action/sidebar-action-menu.component.scss @@ -2,7 +2,7 @@ .adf { &-sidebar-action-menu { - & .mat-raised-button { + & .mat-mdc-raised-button { width: 100%; display: block; box-shadow: none !important; @@ -40,7 +40,7 @@ text-align: left; letter-spacing: -0.4px; - .mat-menu-item { + .mat-mdc-menu-item { font-size: var(--theme-body-1-font-size); color: var(--adf-theme-foreground-text-color-087); text-align: left; @@ -48,7 +48,7 @@ letter-spacing: -0.4px; } - .mat-menu-item:hover { + .mat-mdc-menu-item:hover { color: var(--theme-primary-color); opacity: inherit; } diff --git a/lib/core/src/lib/layout/components/sidebar-action/sidebar-action-menu.component.spec.ts b/lib/core/src/lib/layout/components/sidebar-action/sidebar-action-menu.component.spec.ts index ac94814de9..72605004c3 100644 --- a/lib/core/src/lib/layout/components/sidebar-action/sidebar-action-menu.component.spec.ts +++ b/lib/core/src/lib/layout/components/sidebar-action/sidebar-action-menu.component.spec.ts @@ -30,7 +30,7 @@ describe('SidebarActionMenuComponent', () => { beforeEach(() => { TestBed.configureTestingModule({ - imports: [ + "imports": [ TranslateModule.forRoot(), CoreTestingModule ] @@ -55,7 +55,7 @@ describe('SidebarActionMenuComponent', () => { }); @Component({ - template: ` + "template": ` <adf-sidebar-action-menu [expanded]="expanded" [title]="title"> <mat-icon adf-sidebar-menu-title-icon>arrow_drop_down</mat-icon> <div adf-sidebar-menu-expand-icon> @@ -86,11 +86,11 @@ describe('Custom SidebarActionMenuComponent', () => { beforeEach(() => { TestBed.configureTestingModule({ - declarations: [ + "declarations": [ SidebarActionMenuComponent, CustomSidebarActionMenuComponent ], - imports: [ + "imports": [ MaterialModule, NoopAnimationsModule ] diff --git a/lib/core/src/lib/layout/components/sidebar-action/sidebar-action-menu.component.ts b/lib/core/src/lib/layout/components/sidebar-action/sidebar-action-menu.component.ts index 2ed9804054..6b8aa7d068 100644 --- a/lib/core/src/lib/layout/components/sidebar-action/sidebar-action-menu.component.ts +++ b/lib/core/src/lib/layout/components/sidebar-action/sidebar-action-menu.component.ts @@ -18,12 +18,12 @@ import { ChangeDetectionStrategy, Component, Directive, Input, ViewEncapsulation } from '@angular/core'; @Component({ - selector: 'adf-sidebar-action-menu', - templateUrl: './sidebar-action-menu.component.html', - styleUrls: ['./sidebar-action-menu.component.scss'], - changeDetection: ChangeDetectionStrategy.OnPush, - encapsulation: ViewEncapsulation.None, - host: { class: 'adf-sidebar-action-menu' } + "selector": 'adf-sidebar-action-menu', + "templateUrl": './sidebar-action-menu.component.html', + "styleUrls": ['./sidebar-action-menu.component.scss'], + "changeDetection": ChangeDetectionStrategy.OnPush, + "encapsulation": ViewEncapsulation.None, + "host": { "class": 'adf-sidebar-action-menu' } }) export class SidebarActionMenuComponent { @@ -40,7 +40,7 @@ export class SidebarActionMenuComponent { @Input() width: number = 272; - isExpanded(): boolean { + isExpanded (): boolean { return this.expanded; } } @@ -48,6 +48,6 @@ export class SidebarActionMenuComponent { /** * Directive selectors without adf- prefix will be deprecated on 3.0.0 */ -@Directive({ selector: '[adf-sidebar-menu-options], [sidebar-menu-options]' }) export class SidebarMenuDirective {} -@Directive({ selector: '[adf-sidebar-menu-title-icon], [sidebar-menu-title-icon]' }) export class SidebarMenuTitleIconDirective {} -@Directive({ selector: '[adf-sidebar-menu-expand-icon], [sidebar-menu-expand-icon]' }) export class SidebarMenuExpandIconDirective {} +@Directive({ "selector": '[adf-sidebar-menu-options], [sidebar-menu-options]' }) export class SidebarMenuDirective {} +@Directive({ "selector": '[adf-sidebar-menu-title-icon], [sidebar-menu-title-icon]' }) export class SidebarMenuTitleIconDirective {} +@Directive({ "selector": '[adf-sidebar-menu-expand-icon], [sidebar-menu-expand-icon]' }) export class SidebarMenuExpandIconDirective {} diff --git a/lib/core/src/lib/layout/components/sidebar-action/sidebar-action.component.stories.ts b/lib/core/src/lib/layout/components/sidebar-action/sidebar-action.component.stories.ts index 1c6c532c72..48ce426c44 100644 --- a/lib/core/src/lib/layout/components/sidebar-action/sidebar-action.component.stories.ts +++ b/lib/core/src/lib/layout/components/sidebar-action/sidebar-action.component.stories.ts @@ -21,56 +21,56 @@ import { SidenavLayoutModule } from '../../layout.module'; import { SidebarActionMenuComponent } from './sidebar-action-menu.component'; export default { - component: SidebarActionMenuComponent, - title: 'Core/Layout/Sidebar Action Menu', - decorators: [ + "component": SidebarActionMenuComponent, + "title": 'Core/Layout/Sidebar Action Menu', + "decorators": [ moduleMetadata({ - imports: [CoreStoryModule, SidenavLayoutModule] + "imports": [CoreStoryModule, SidenavLayoutModule] }) ], - parameters: { - docs: { - description: { - component: `Displays a sidebar-action menu information panel.` + "parameters": { + "docs": { + "description": { + "component": `Displays a sidebar-action menu information panel.` } } }, - argTypes: { - expanded: { - control: 'boolean', - description: 'Toggle the sidebar action menu on expand', - defaultValue: true, - table: { - type: { summary: 'boolean' }, - defaultValue: { summary: 'true' } + "argTypes": { + "expanded": { + "control": 'boolean', + "description": 'Toggle the sidebar action menu on expand', + "defaultValue": true, + "table": { + "type": { "summary": 'boolean' }, + "defaultValue": { "summary": 'true' } } }, - title: { - control: 'text', - description: 'The title of the sidebar action', - defaultValue: undefined, - table: { - type: { summary: 'string' }, - defaultValue: { summary: 'undefined' } + "title": { + "control": 'text', + "description": 'The title of the sidebar action', + "defaultValue": undefined, + "table": { + "type": { "summary": 'string' }, + "defaultValue": { "summary": 'undefined' } } }, - width: { - control: 'number', - description: 'Width in pixels for sidebar action menu options', - defaultValue: 272, - table: { - type: { summary: 'number' }, - defaultValue: { summary: '272' } + "width": { + "control": 'number', + "description": 'Width in pixels for sidebar action menu options', + "defaultValue": 272, + "table": { + "type": { "summary": 'number' }, + "defaultValue": { "summary": '272' } } } } } as Meta; const template: Story<SidenavLayoutModule> = (args: SidebarActionMenuComponent) => ({ - props: args + "props": args }); export const sidebarActionMenu = template.bind({}); sidebarActionMenu.args = { - title: 'Hello from Sidebar Action Menu!' + "title": 'Hello from Sidebar Action Menu!' }; diff --git a/lib/core/src/lib/layout/components/sidenav-layout/sidenav-layout.component.spec.ts b/lib/core/src/lib/layout/components/sidenav-layout/sidenav-layout.component.spec.ts index 8174c4db04..8682b781c9 100644 --- a/lib/core/src/lib/layout/components/sidenav-layout/sidenav-layout.component.spec.ts +++ b/lib/core/src/lib/layout/components/sidenav-layout/sidenav-layout.component.spec.ts @@ -31,8 +31,8 @@ import { Direction } from '@angular/cdk/bidi'; import { of } from 'rxjs'; @Component({ - selector: 'adf-layout-container', - template: ` + "selector": 'adf-layout-container', + "template": ` <ng-content select="[app-layout-navigation]"></ng-content> <ng-content select="[app-layout-content]"></ng-content>` }) @@ -44,12 +44,12 @@ export class DummyLayoutContainerComponent { @Input() mediaQueryList: MediaQueryList; @Input() hideSidenav: boolean; @Input() expandedSidenav: boolean; - toggleMenu() {} + toggleMenu () {} } @Component({ - selector: 'adf-test-component-for-sidenav', - template: ` + "selector": 'adf-test-component-for-sidenav', + "template": ` <adf-sidenav-layout [sidenavMin]="70" [sidenavMax]="320" [stepOver]="600" [hideSidenav]="false"> <adf-sidenav-layout-header> @@ -82,34 +82,34 @@ describe('SidenavLayoutComponent', () => { beforeEach(() => { TestBed.configureTestingModule({ - imports: [ + "imports": [ CommonModule, PlatformModule, LayoutModule, MaterialModule ], - declarations: [ + "declarations": [ DummyLayoutContainerComponent, SidenavLayoutComponent, SidenavLayoutContentDirective, SidenavLayoutHeaderDirective, SidenavLayoutNavigationDirective ], - providers: [ + "providers": [ MediaMatcher, - { provide: UserPreferencesService, useValue: { select: () => of() } } + { "provide": UserPreferencesService, "useValue": { "select": () => of() } } ], - schemas: [ + "schemas": [ CUSTOM_ELEMENTS_SCHEMA ] }); mediaQueryList = { - mediaFn: null, - matches: false, - addListener(mediaFn) { + "mediaFn": null, + "matches": false, + addListener (mediaFn) { this.mediaFn = mediaFn; }, - removeListener: () => {} + "removeListener": () => {} }; mediaMatcher = TestBed.inject(MediaMatcher); @@ -232,20 +232,20 @@ describe('Template transclusion', () => { let fixture: ComponentFixture<any>; let mediaMatcher: MediaMatcher; const mediaQueryList: any = { - matches: false, - addListener: () => {}, - removeListener: () => {} + "matches": false, + "addListener": () => {}, + "removeListener": () => {} }; beforeEach(() => { TestBed.configureTestingModule({ - imports: [ + "imports": [ CommonModule, PlatformModule, LayoutModule, MaterialModule ], - declarations: [ + "declarations": [ DummyLayoutContainerComponent, SidenavLayoutTesterComponent, SidenavLayoutComponent, @@ -253,9 +253,9 @@ describe('Template transclusion', () => { SidenavLayoutHeaderDirective, SidenavLayoutNavigationDirective ], - providers: [ + "providers": [ MediaMatcher, - { provide: UserPreferencesService, useValue: { select: () => of() } } + { "provide": UserPreferencesService, "useValue": { "select": () => of() } } ] }); mediaMatcher = TestBed.inject(MediaMatcher); diff --git a/lib/core/src/lib/layout/components/sidenav-layout/sidenav-layout.component.stories.ts b/lib/core/src/lib/layout/components/sidenav-layout/sidenav-layout.component.stories.ts index 30c4725afd..464cd41261 100644 --- a/lib/core/src/lib/layout/components/sidenav-layout/sidenav-layout.component.stories.ts +++ b/lib/core/src/lib/layout/components/sidenav-layout/sidenav-layout.component.stories.ts @@ -24,117 +24,117 @@ import { MatIconModule } from '@angular/material/icon'; import { RouterTestingModule } from '@angular/router/testing'; export default { - component: SidenavLayoutComponent, - title: 'Core/Layout/Sidenav Layout', - decorators: [ + "component": SidenavLayoutComponent, + "title": 'Core/Layout/Sidenav Layout', + "decorators": [ moduleMetadata({ - imports: [CoreStoryModule, SidenavLayoutModule, RouterTestingModule, MatIconModule, MatListModule] + "imports": [CoreStoryModule, SidenavLayoutModule, RouterTestingModule, MatIconModule, MatListModule] }) ], - parameters: { - docs: { - description: { - component: `Displays the standard three-region ADF application layout.` + "parameters": { + "docs": { + "description": { + "component": `Displays the standard three-region ADF application layout.` } } }, - argTypes: { - expandedSidenav: { - control: 'boolean', - description: 'Toggles the expand of navigation region', - defaultValue: true, - table: { - type: { summary: 'boolean' }, - defaultValue: { summary: 'true' }, - category: 'Navigation' + "argTypes": { + "expandedSidenav": { + "control": 'boolean', + "description": 'Toggles the expand of navigation region', + "defaultValue": true, + "table": { + "type": { "summary": 'boolean' }, + "defaultValue": { "summary": 'true' }, + "category": 'Navigation' } }, - hideSidenav: { - control: 'boolean', - description: 'Toggles showing/hiding the navigation region', - defaultValue: false, - table: { - type: { summary: 'boolean' }, - defaultValue: { summary: 'false' }, - category: 'Navigation' + "hideSidenav": { + "control": 'boolean', + "description": 'Toggles showing/hiding the navigation region', + "defaultValue": false, + "table": { + "type": { "summary": 'boolean' }, + "defaultValue": { "summary": 'false' }, + "category": 'Navigation' } }, - position: { - control: 'radio', - options: ['start', 'end'], - description: `The side of the page that the drawer is attached to (can be 'start' or 'end')`, - defaultValue: 'start', - table: { - type: { summary: 'string' }, - defaultValue: { summary: 'start' }, - category: 'Navigation' + "position": { + "control": 'radio', + "options": ['start', 'end'], + "description": `The side of the page that the drawer is attached to (can be 'start' or 'end')`, + "defaultValue": 'start', + "table": { + "type": { "summary": 'string' }, + "defaultValue": { "summary": 'start' }, + "category": 'Navigation' } }, - sidenavMax: { - control: 'number', - description: 'Maximum size of the navigation region', - defaultValue: undefined, - table: { - type: { summary: 'number' }, - defaultValue: { summary: 'undefined' }, - category: 'Navigation' + "sidenavMax": { + "control": 'number', + "description": 'Maximum size of the navigation region', + "defaultValue": undefined, + "table": { + "type": { "summary": 'number' }, + "defaultValue": { "summary": 'undefined' }, + "category": 'Navigation' } }, - sidenavMin: { - control: 'number', - description: 'Minimum size of the navigation region', - defaultValue: undefined, - table: { - type: { summary: 'number' }, - defaultValue: { summary: 'undefined' }, - category: 'Navigation' + "sidenavMin": { + "control": 'number', + "description": 'Minimum size of the navigation region', + "defaultValue": undefined, + "table": { + "type": { "summary": 'number' }, + "defaultValue": { "summary": 'undefined' }, + "category": 'Navigation' } }, - stepOver: { - control: 'number', - description: 'Screen size at which display switches from small screen to large screen configuration', - defaultValue: undefined, - table: { - type: { summary: 'number' }, - defaultValue: { summary: 'undefined' } + "stepOver": { + "control": 'number', + "description": 'Screen size at which display switches from small screen to large screen configuration', + "defaultValue": undefined, + "table": { + "type": { "summary": 'number' }, + "defaultValue": { "summary": 'undefined' } } }, - title: { - control: 'text', - description: 'Title of the application', - defaultValue: undefined, - table: { - type: { summary: 'string' }, - defaultValue: { summary: 'undefined' }, - category: 'Header' + "title": { + "control": 'text', + "description": 'Title of the application', + "defaultValue": undefined, + "table": { + "type": { "summary": 'string' }, + "defaultValue": { "summary": 'undefined' }, + "category": 'Header' } }, - color: { - control: 'radio', - options: ['primary', 'accent', 'warn', undefined], - defaultValue: undefined, - description: `Background color for the header. + "color": { + "control": 'radio', + "options": ['primary', 'accent', 'warn', undefined], + "defaultValue": undefined, + "description": `Background color for the header. It can be any hex color code or one of the Material theme colors: 'primary', 'accent' or 'warn'`, - table: { - type: { summary: 'ThemePalette' }, - defaultValue: { summary: 'undefined' }, - category: 'Header' + "table": { + "type": { "summary": 'ThemePalette' }, + "defaultValue": { "summary": 'undefined' }, + "category": 'Header' } }, - clicked: { - action: 'expanded', - description: 'Emitted when the menu toggle and the collapsed/expanded state of the sideNav changes', - table: { - type: { summary: 'EventEmitter <boolean>' }, - category: 'Actions' + "clicked": { + "action": 'expanded', + "description": 'Emitted when the menu toggle and the collapsed/expanded state of the sideNav changes', + "table": { + "type": { "summary": 'EventEmitter <boolean>' }, + "category": 'Actions' } } } } as Meta; const template: Story<SidenavLayoutModule> = (args: SidenavLayoutComponent) => ({ - props: args, - template: ` + "props": args, + "template": ` <adf-sidenav-layout [sidenavMin]="sidenavMin" [sidenavMax]="sidenavMax" @@ -222,9 +222,9 @@ const template: Story<SidenavLayoutModule> = (args: SidenavLayoutComponent) => ( export const sidenavLayout = template.bind({}); sidenavLayout.args = { - sidenavMin: 85, - sidenavMax: 250, - stepOver: 600, - position: 'start', - title: 'Hello from Sidenav Layout!' + "sidenavMin": 85, + "sidenavMax": 250, + "stepOver": 600, + "position": 'start', + "title": 'Hello from Sidenav Layout!' }; diff --git a/lib/core/src/lib/layout/components/sidenav-layout/sidenav-layout.component.ts b/lib/core/src/lib/layout/components/sidenav-layout/sidenav-layout.component.ts index e5a5013113..bfb9449c7e 100644 --- a/lib/core/src/lib/layout/components/sidenav-layout/sidenav-layout.component.ts +++ b/lib/core/src/lib/layout/components/sidenav-layout/sidenav-layout.component.ts @@ -38,11 +38,11 @@ import { Direction } from '@angular/cdk/bidi'; import { takeUntil } from 'rxjs/operators'; @Component({ - selector: 'adf-sidenav-layout', - templateUrl: './sidenav-layout.component.html', - styleUrls: ['./sidenav-layout.component.scss'], - encapsulation: ViewEncapsulation.None, - host: { class: 'adf-sidenav-layout' } + "selector": 'adf-sidenav-layout', + "templateUrl": './sidenav-layout.component.html', + "styleUrls": ['./sidenav-layout.component.scss'], + "encapsulation": ViewEncapsulation.None, + "host": { "class": 'adf-sidenav-layout' } }) export class SidenavLayoutComponent implements OnInit, AfterViewInit, OnDestroy { static STEP_OVER = 600; @@ -83,24 +83,24 @@ export class SidenavLayoutComponent implements OnInit, AfterViewInit, OnDestroy private menuOpenStateSubject: BehaviorSubject<boolean>; public menuOpenState$: Observable<boolean>; - @ViewChild('container', { static: true }) container: any; - @ViewChild('emptyTemplate', { static: true }) emptyTemplate: any; + @ViewChild('container', { "static": true }) container: any; + @ViewChild('emptyTemplate', { "static": true }) emptyTemplate: any; mediaQueryList: MediaQueryList; _isMenuMinimized; templateContext = { - toggleMenu: () => {}, - isMenuMinimized: () => this.isMenuMinimized + "toggleMenu": () => {}, + "isMenuMinimized": () => this.isMenuMinimized }; private onDestroy$ = new Subject<boolean>(); - constructor(private mediaMatcher: MediaMatcher, private userPreferencesService: UserPreferencesService ) { + constructor (private mediaMatcher: MediaMatcher, private userPreferencesService: UserPreferencesService ) { this.onMediaQueryChange = this.onMediaQueryChange.bind(this); } - ngOnInit() { + ngOnInit () { const initialMenuState = !this.expandedSidenav; this.menuOpenStateSubject = new BehaviorSubject<boolean>(initialMenuState); @@ -120,17 +120,17 @@ export class SidenavLayoutComponent implements OnInit, AfterViewInit, OnDestroy }); } - ngAfterViewInit() { + ngAfterViewInit () { this.templateContext.toggleMenu = this.toggleMenu.bind(this); } - ngOnDestroy(): void { + ngOnDestroy (): void { this.mediaQueryList.removeListener(this.onMediaQueryChange); this.onDestroy$.next(true); this.onDestroy$.complete(); } - toggleMenu() { + toggleMenu () { if (!this.mediaQueryList.matches) { this.isMenuMinimized = !this.isMenuMinimized; } else { @@ -141,32 +141,32 @@ export class SidenavLayoutComponent implements OnInit, AfterViewInit, OnDestroy this.expanded.emit(!this.isMenuMinimized); } - get isMenuMinimized() { + get isMenuMinimized () { return this._isMenuMinimized; } - set isMenuMinimized(menuState: boolean) { + set isMenuMinimized (menuState: boolean) { this._isMenuMinimized = menuState; this.menuOpenStateSubject.next(!menuState); } - get isHeaderInside() { + get isHeaderInside () { return this.mediaQueryList.matches; } - get headerTemplate(): TemplateRef<any> { + get headerTemplate (): TemplateRef<any> { return this?.headerDirective?.template || this.emptyTemplate; } - get navigationTemplate(): TemplateRef<any> { + get navigationTemplate (): TemplateRef<any> { return this?.navigationDirective?.template || this.emptyTemplate; } - get contentTemplate(): TemplateRef<any> { + get contentTemplate (): TemplateRef<any> { return this?.contentDirective?.template || this.emptyTemplate; } - onMediaQueryChange() { + onMediaQueryChange () { this.isMenuMinimized = false; this.expanded.emit(!this.isMenuMinimized); } diff --git a/lib/core/src/lib/layout/directives/sidenav-layout-content.directive.ts b/lib/core/src/lib/layout/directives/sidenav-layout-content.directive.ts index bdcd245668..888efed7e9 100644 --- a/lib/core/src/lib/layout/directives/sidenav-layout-content.directive.ts +++ b/lib/core/src/lib/layout/directives/sidenav-layout-content.directive.ts @@ -18,7 +18,7 @@ import { ContentChild, Directive, TemplateRef } from '@angular/core'; @Directive({ - selector: 'adf-sidenav-layout-content' + "selector": 'adf-sidenav-layout-content' }) export class SidenavLayoutContentDirective { @ContentChild(TemplateRef) diff --git a/lib/core/src/lib/layout/directives/sidenav-layout-header.directive.ts b/lib/core/src/lib/layout/directives/sidenav-layout-header.directive.ts index 3a267419d3..be8f14e615 100644 --- a/lib/core/src/lib/layout/directives/sidenav-layout-header.directive.ts +++ b/lib/core/src/lib/layout/directives/sidenav-layout-header.directive.ts @@ -18,7 +18,7 @@ import { ContentChild, Directive, TemplateRef } from '@angular/core'; @Directive({ - selector: 'adf-sidenav-layout-header' + "selector": 'adf-sidenav-layout-header' }) export class SidenavLayoutHeaderDirective { @ContentChild(TemplateRef) diff --git a/lib/core/src/lib/layout/directives/sidenav-layout-navigation.directive.ts b/lib/core/src/lib/layout/directives/sidenav-layout-navigation.directive.ts index 478882908e..5ec40eff51 100644 --- a/lib/core/src/lib/layout/directives/sidenav-layout-navigation.directive.ts +++ b/lib/core/src/lib/layout/directives/sidenav-layout-navigation.directive.ts @@ -18,7 +18,7 @@ import { ContentChild, Directive, TemplateRef } from '@angular/core'; @Directive({ - selector: 'adf-sidenav-layout-navigation' + "selector": 'adf-sidenav-layout-navigation' }) export class SidenavLayoutNavigationDirective { @ContentChild(TemplateRef) diff --git a/lib/core/src/lib/layout/helpers/animations.ts b/lib/core/src/lib/layout/helpers/animations.ts index 6372a6ffb2..c7f587d223 100644 --- a/lib/core/src/lib/layout/helpers/animations.ts +++ b/lib/core/src/lib/layout/helpers/animations.ts @@ -18,8 +18,8 @@ import { trigger, transition, animate, style, state, AnimationTriggerMetadata } from '@angular/animations'; export const sidenavAnimation: AnimationTriggerMetadata = trigger('sidenavAnimation', [ - state('expanded', style({ width: '{{ width }}px' }), { params : { width: 0 } }), - state('compact', style({ width: '{{ width }}px' }), { params : { width: 0 } }), + state('expanded', style({ "width": '{{ width }}px' }), { "params" : { "width": 0 } }), + state('compact', style({ "width": '{{ width }}px' }), { "params" : { "width": 0 } }), transition('compact <=> expanded', animate('0.4s cubic-bezier(0.25, 0.8, 0.25, 1)')) ]); @@ -27,10 +27,10 @@ export const contentAnimation: AnimationTriggerMetadata = trigger('contentAnimat state('expanded', style({ 'margin-left': '{{ margin-left }}px', 'margin-right': '{{ margin-right }}px' - }), { params: { 'margin-left': 0, 'margin-right': 0 } }), + }), { "params": { 'margin-left': 0, 'margin-right': 0 } }), state('compact', style({ 'margin-left': '{{ margin-left }}px', 'margin-right': '{{ margin-right }}px' - }), { params: { 'margin-left': 0, 'margin-right': 0 } }), + }), { "params": { 'margin-left': 0, 'margin-right': 0 } }), transition('expanded <=> compact', animate('400ms cubic-bezier(0.25, 0.8, 0.25, 1)')) ]); diff --git a/lib/core/src/lib/layout/layout.module.ts b/lib/core/src/lib/layout/layout.module.ts index 95fd89b3d3..33356d3132 100644 --- a/lib/core/src/lib/layout/layout.module.ts +++ b/lib/core/src/lib/layout/layout.module.ts @@ -29,13 +29,13 @@ import { SidebarActionMenuComponent, SidebarMenuDirective, import { HeaderLayoutComponent } from './components/header/header.component'; import { TranslateModule } from '@ngx-translate/core'; @NgModule({ - imports: [ + "imports": [ CommonModule, MaterialModule, RouterModule, TranslateModule ], - exports: [ + "exports": [ SidenavLayoutHeaderDirective, SidenavLayoutContentDirective, SidenavLayoutNavigationDirective, @@ -47,7 +47,7 @@ import { TranslateModule } from '@ngx-translate/core'; SidebarMenuTitleIconDirective, HeaderLayoutComponent ], - declarations: [ + "declarations": [ SidenavLayoutHeaderDirective, SidenavLayoutContentDirective, SidenavLayoutNavigationDirective, diff --git a/lib/core/src/lib/login/components/login-dialog-panel.component.scss b/lib/core/src/lib/login/components/login-dialog-panel.component.scss index 2c04c315b1..00c0391d91 100644 --- a/lib/core/src/lib/login/components/login-dialog-panel.component.scss +++ b/lib/core/src/lib/login/components/login-dialog-panel.component.scss @@ -1,5 +1,5 @@ .adf-panel-login-dialog-component .adf-login-content { - .mat-card-actions, + .mat-mdc-card-actions, .adf-login-button, .adf-login__remember-me, .adf-copyright { diff --git a/lib/core/src/lib/login/components/login-dialog-panel.component.spec.ts b/lib/core/src/lib/login/components/login-dialog-panel.component.spec.ts index 8d6d12a338..dd6d9c47ef 100644 --- a/lib/core/src/lib/login/components/login-dialog-panel.component.spec.ts +++ b/lib/core/src/lib/login/components/login-dialog-panel.component.spec.ts @@ -33,12 +33,12 @@ describe('LoginDialogPanelComponent', () => { beforeEach(async () => { TestBed.configureTestingModule({ - imports: [ + "imports": [ TranslateModule.forRoot(), CoreTestingModule ], - providers: [ - { provide: OidcAuthenticationService, useValue: {}} + "providers": [ + { "provide": OidcAuthenticationService, "useValue": {}} ] }); fixture = TestBed.createComponent(LoginDialogPanelComponent); @@ -81,7 +81,7 @@ describe('LoginDialogPanelComponent', () => { expect(event.token.ticket).toBe('ticket'); done(); }); - spyOn(basicAlfrescoAuthService, 'login').and.returnValue(of({ type: 'type', ticket: 'ticket' })); + spyOn(basicAlfrescoAuthService, 'login').and.returnValue(of({ "type": 'type', "ticket": 'ticket' })); loginWithCredentials('fake-username', 'fake-password'); }); diff --git a/lib/core/src/lib/login/components/login-dialog-panel.component.ts b/lib/core/src/lib/login/components/login-dialog-panel.component.ts index f9c5967a46..96e8087284 100644 --- a/lib/core/src/lib/login/components/login-dialog-panel.component.ts +++ b/lib/core/src/lib/login/components/login-dialog-panel.component.ts @@ -20,28 +20,28 @@ import { LoginComponent } from './login.component'; import { LoginSuccessEvent } from '../models/login-success.event'; @Component({ - selector: 'adf-login-dialog-panel', - templateUrl: './login-dialog-panel.component.html', - styleUrls: ['./login-dialog-panel.component.scss'], - encapsulation: ViewEncapsulation.None + "selector": 'adf-login-dialog-panel', + "templateUrl": './login-dialog-panel.component.html', + "styleUrls": ['./login-dialog-panel.component.scss'], + "encapsulation": ViewEncapsulation.None }) export class LoginDialogPanelComponent { /** Emitted when the login succeeds. */ @Output() success = new EventEmitter<LoginSuccessEvent>(); - @ViewChild('adfLogin', { static: true }) + @ViewChild('adfLogin', { "static": true }) login: LoginComponent; - submitForm(): void { + submitForm (): void { this.login.submit(); } - onLoginSuccess(event: LoginSuccessEvent) { + onLoginSuccess (event: LoginSuccessEvent) { this.success.emit(event); } - isValid() { + isValid () { return this.login?.form ? this.login.form.valid : false; } } diff --git a/lib/core/src/lib/login/components/login-dialog.component.stories.ts b/lib/core/src/lib/login/components/login-dialog.component.stories.ts index 550c79971a..5570a881b2 100644 --- a/lib/core/src/lib/login/components/login-dialog.component.stories.ts +++ b/lib/core/src/lib/login/components/login-dialog.component.stories.ts @@ -25,78 +25,78 @@ import { AuthenticationService } from '../../auth/services/authentication.servic import { AuthenticationMock } from '../../auth/mock/authentication.service.mock'; export default { - component: LoginDialogStorybookComponent, - title: 'Core/Login/Login Dialog', - decorators: [ + "component": LoginDialogStorybookComponent, + "title": 'Core/Login/Login Dialog', + "decorators": [ moduleMetadata({ - imports: [CoreStoryModule, LoginModule, RouterTestingModule, MatButtonModule], - providers: [ - { provide: AuthenticationService, useClass: AuthenticationMock } + "imports": [CoreStoryModule, LoginModule, RouterTestingModule, MatButtonModule], + "providers": [ + { "provide": AuthenticationService, "useClass": AuthenticationMock } ] }) ], - parameters: { - docs: { - description: { - component: `Allows a user to perform a login via a dialog.` + "parameters": { + "docs": { + "description": { + "component": `Allows a user to perform a login via a dialog.` } } }, - argTypes: { - correct: { - control: 'none', - name: 'To test correct functionality:', - description: 'Use `fake-username` and `fake-password`.', - table: { category: 'Storybook Info' } + "argTypes": { + "correct": { + "control": 'none', + "name": 'To test correct functionality:', + "description": 'Use `fake-username` and `fake-password`.', + "table": { "category": 'Storybook Info' } }, - corsError: { - control: 'none', - name: 'To test CORS error:', - description: 'Use `fake-username-CORS-error` and `fake-password`.', - table: { category: 'Storybook Info' } + "corsError": { + "control": 'none', + "name": 'To test CORS error:', + "description": 'Use `fake-username-CORS-error` and `fake-password`.', + "table": { "category": 'Storybook Info' } }, - csrfError: { - control: 'none', - name: 'To test CSRF error:', - description: 'Use `fake-username-CSRF-error` and `fake-password`.', - table: { category: 'Storybook Info' } + "csrfError": { + "control": 'none', + "name": 'To test CSRF error:', + "description": 'Use `fake-username-CSRF-error` and `fake-password`.', + "table": { "category": 'Storybook Info' } }, - ecmAccessError: { - control: 'none', - name: 'To test ECM access error:', - description: 'Use `fake-username-ECM-access-error` and `fake-password`.', - table: { category: 'Storybook Info' } + "ecmAccessError": { + "control": 'none', + "name": 'To test ECM access error:', + "description": 'Use `fake-username-ECM-access-error` and `fake-password`.', + "table": { "category": 'Storybook Info' } }, - closed: { - action: 'closed', - description: 'Emitted when the dialog is closed.', - table: { - type: { summary: 'EventEmitter <any>' }, - category: 'Actions' + "closed": { + "action": 'closed', + "description": 'Emitted when the dialog is closed.', + "table": { + "type": { "summary": 'EventEmitter <any>' }, + "category": 'Actions' } }, - error: { - action: 'error', - description: 'Emitted when the login fails.', - table: { - type: { summary: 'EventEmitter <any>' }, - category: 'Actions' + "error": { + "action": 'error', + "description": 'Emitted when the login fails.', + "table": { + "type": { "summary": 'EventEmitter <any>' }, + "category": 'Actions' } }, - executeSubmit: { - action: 'executeSubmit', - description: 'Emitted when the login form is submitted.', - table: { - type: { summary: 'EventEmitter <any>' }, - category: 'Actions' + "executeSubmit": { + "action": 'executeSubmit', + "description": 'Emitted when the login form is submitted.', + "table": { + "type": { "summary": 'EventEmitter <any>' }, + "category": 'Actions' } } } } as Meta; const template: Story<LoginDialogStorybookComponent> = (args: LoginDialogStorybookComponent) => ({ - props: args + "props": args }); export const loginDialog = template.bind({}); -loginDialog.parameters = { layout: 'centered' }; +loginDialog.parameters = { "layout": 'centered' }; diff --git a/lib/core/src/lib/login/components/login-dialog.component.ts b/lib/core/src/lib/login/components/login-dialog.component.ts index 4952db14c5..1d497827e9 100644 --- a/lib/core/src/lib/login/components/login-dialog.component.ts +++ b/lib/core/src/lib/login/components/login-dialog.component.ts @@ -20,36 +20,36 @@ import { MAT_DIALOG_DATA } from '@angular/material/dialog'; import { LoginDialogComponentData } from './login-dialog-component-data.interface'; import { LoginDialogPanelComponent } from './login-dialog-panel.component'; @Component({ - selector: 'adf-login-dialog', - templateUrl: './login-dialog.component.html', - styleUrls: ['./login-dialog.component.scss'], - encapsulation: ViewEncapsulation.None + "selector": 'adf-login-dialog', + "templateUrl": './login-dialog.component.html', + "styleUrls": ['./login-dialog.component.scss'], + "encapsulation": ViewEncapsulation.None }) export class LoginDialogComponent { - @ViewChild('adfLoginPanel', { static: true }) + @ViewChild('adfLoginPanel', { "static": true }) loginPanel: LoginDialogPanelComponent; buttonActionName = ''; - constructor(@Inject(MAT_DIALOG_DATA) public data: LoginDialogComponentData) { + constructor (@Inject(MAT_DIALOG_DATA) public data: LoginDialogComponentData) { this.buttonActionName = data.actionName ? `LOGIN.DIALOG.${data.actionName.toUpperCase()}` : 'LOGIN.DIALOG.CHOOSE'; } - close() { + close () { this.data.logged.complete(); } - submitForm(): void { + submitForm (): void { this.loginPanel.submitForm(); } - onLoginSuccess(event: any) { + onLoginSuccess (event: any) { this.data.logged.next(event); this.close(); } - isFormValid() { + isFormValid () { return this.loginPanel ? this.loginPanel.isValid() : false; } } diff --git a/lib/core/src/lib/login/components/login-dialog.stories.component.ts b/lib/core/src/lib/login/components/login-dialog.stories.component.ts index 011f40958d..2f1beeaae2 100644 --- a/lib/core/src/lib/login/components/login-dialog.stories.component.ts +++ b/lib/core/src/lib/login/components/login-dialog.stories.component.ts @@ -22,8 +22,8 @@ import { LoginDialogComponent } from './login-dialog.component'; import { LoginDialogComponentData } from './login-dialog-component-data.interface'; @Component({ - selector: 'adf-login-dialog-storybook', - template: `<button mat-raised-button (click)="openLoginDialog()"> + "selector": 'adf-login-dialog-storybook', + "template": `<button mat-raised-button (click)="openLoginDialog()"> Open dialog </button>` }) @@ -33,21 +33,21 @@ export class LoginDialogStorybookComponent { @Output() error = new EventEmitter<string>(); @Output() closed = new EventEmitter<string>(); - constructor(private dialog: MatDialog) { } + constructor (private dialog: MatDialog) { } - openLoginDialog() { + openLoginDialog () { const data: LoginDialogComponentData = { - title: 'Perform a Login', - actionName: 'LOGIN', - logged: new Subject<any>() + "title": 'Perform a Login', + "actionName": 'LOGIN', + "logged": new Subject<any>() }; this.dialog.open( LoginDialogComponent, { data, - panelClass: 'adf-login-dialog', - width: '630px' + "panelClass": 'adf-login-dialog', + "width": '630px' } ); diff --git a/lib/core/src/lib/login/components/login.component.html b/lib/core/src/lib/login/components/login.component.html index 18144998b7..61c4bcbca5 100644 --- a/lib/core/src/lib/login/components/login.component.html +++ b/lib/core/src/lib/login/components/login.component.html @@ -2,7 +2,7 @@ <div class="adf-ie11FixerParent"> <div class="adf-ie11FixerChild"> - <mat-card class="adf-login-card-wide"> + <mat-card appearance="outlined" class="adf-login-card-wide"> <form id="adf-login-form" [formGroup]="form" diff --git a/lib/core/src/lib/login/components/login.component.scss b/lib/core/src/lib/login/components/login.component.scss index 5ec0416a47..110eadf153 100644 --- a/lib/core/src/lib/login/components/login.component.scss +++ b/lib/core/src/lib/login/components/login.component.scss @@ -94,7 +94,9 @@ .adf-error-message .adf-error-icon { margin-right: 10px; } - + /* TODO(mdc-migration): The following rule targets internal classes of card that may no longer apply for the MDC version.*/ + /* TODO(mdc-migration): The following rule targets internal classes of card that may no longer apply for the MDC version.*/ + /* TODO(mdc-migration): The following rule targets internal classes of card that may no longer apply for the MDC version.*/ .mat-card-header-text { margin: 0 auto; } @@ -119,7 +121,9 @@ line-height: normal; box-shadow: none; } - + /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/ + /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/ + /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version.*/ .adf-login-button .mat-button-wrapper { display: inline-flex; } @@ -195,10 +199,12 @@ opacity: 0.54; } - .mat-form-field .adf-login-password-icon.mat-icon { + .mat-mdc-form-field .adf-login-password-icon.mat-icon { color: var(--adf-theme-foreground-text-color); } - + /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/ + /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/ + /* TODO(mdc-migration): The following rule targets internal classes of form-field that may no longer apply for the MDC version.*/ .adf-login__field .mat-form-field-wrapper { margin: 1em 0 0; font-size: var(--theme-subheading-2-font-size); @@ -232,7 +238,9 @@ .adf-login__remember-me { padding-top: 22px; } - + /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/ + /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/ + /* TODO(mdc-migration): The following rule targets internal classes of checkbox that may no longer apply for the MDC version.*/ .adf-login__remember-me .mat-checkbox-label { opacity: 0.87; } diff --git a/lib/core/src/lib/login/components/login.component.spec.ts b/lib/core/src/lib/login/components/login.component.spec.ts index 40cdcd4bd1..0b091297d9 100644 --- a/lib/core/src/lib/login/components/login.component.spec.ts +++ b/lib/core/src/lib/login/components/login.component.spec.ts @@ -59,16 +59,16 @@ describe('LoginComponent', () => { beforeEach(fakeAsync(() => { TestBed.configureTestingModule({ - imports: [ + "imports": [ CoreTestingModule ], - providers: [ + "providers": [ { - provide: OidcAuthenticationService, useValue: { - ssoImplicitLogin: () => { }, - isPublicUrl: () => false, - hasValidIdToken: () => false, - isLoggedIn: () => false + "provide": OidcAuthenticationService, "useValue": { + "ssoImplicitLogin": () => { }, + "isPublicUrl": () => false, + "hasValidIdToken": () => false, + "isLoggedIn": () => false } } ] @@ -123,7 +123,7 @@ describe('LoginComponent', () => { it('should redirect to route on successful login', () => { spyOn(basicAlfrescoAuthService, 'login').and.returnValue( - of({ type: 'type', ticket: 'ticket' }) + of({ "type": 'type', "ticket": 'ticket' }) ); const redirect = '/home'; component.successRoute = redirect; @@ -172,10 +172,10 @@ describe('LoginComponent', () => { appConfigService.config = {}; appConfigService.config.providers = 'ECM'; - spyOn(basicAlfrescoAuthService, 'login').and.returnValue(of({ type: 'type', ticket: 'ticket' })); + spyOn(basicAlfrescoAuthService, 'login').and.returnValue(of({ "type": 'type', "ticket": 'ticket' })); const redirect = '/home'; component.successRoute = redirect; - basicAlfrescoAuthService.setRedirect({ provider: 'ECM', url: 'some-route' }); + basicAlfrescoAuthService.setRedirect({ "provider": 'ECM', "url": 'some-route' }); spyOn(router, 'navigateByUrl'); @@ -185,7 +185,7 @@ describe('LoginComponent', () => { it('should update user preferences upon login', async () => { spyOn(userPreferences, 'setStoragePrefix').and.callThrough(); - spyOn(basicAlfrescoAuthService, 'login').and.returnValue(of({ type: 'type', ticket: 'ticket' })); + spyOn(basicAlfrescoAuthService, 'login').and.returnValue(of({ "type": 'type', "ticket": 'ticket' })); component.success.subscribe(() => { expect(userPreferences.setStoragePrefix).toHaveBeenCalledWith('fake-username'); @@ -223,7 +223,7 @@ describe('LoginComponent', () => { }); it('should be changed to the "welcome key" after a successful login attempt', () => { - spyOn(basicAlfrescoAuthService, 'login').and.returnValue(of({ type: 'type', ticket: 'ticket' })); + spyOn(basicAlfrescoAuthService, 'login').and.returnValue(of({ "type": 'type', "ticket": 'ticket' })); loginWithCredentials('fake-username', 'fake-password'); expect(getLoginButtonText()).toEqual('LOGIN.BUTTON.WELCOME'); @@ -305,7 +305,7 @@ describe('LoginComponent', () => { }); it('should be taken into consideration during login attempt', fakeAsync(() => { - spyOn(basicAlfrescoAuthService, 'login').and.returnValue(of({ type: 'type', ticket: 'ticket' })); + spyOn(basicAlfrescoAuthService, 'login').and.returnValue(of({ "type": 'type', "ticket": 'ticket' })); component.rememberMe = false; loginWithCredentials('fake-username', 'fake-password'); @@ -376,8 +376,8 @@ describe('LoginComponent', () => { it('should render validation min-length error when the username is just 1 character with a custom validation Validators.minLength(3)', () => { component.fieldsValidation = { - username: ['', Validators.compose([Validators.required, Validators.minLength(3)])], - password: ['', Validators.required] + "username": ['', Validators.compose([Validators.required, Validators.minLength(3)])], + "password": ['', Validators.required] }; component.addCustomValidationError('username', 'minlength', 'LOGIN.MESSAGES.USERNAME-MIN'); component.ngOnInit(); @@ -412,8 +412,8 @@ describe('LoginComponent', () => { it('should render validation min-length error when the username is lower than 3 characters with a custom validation Validators.minLength(3)', () => { component.fieldsValidation = { - username: ['', Validators.compose([Validators.required, Validators.minLength(3)])], - password: ['', Validators.required] + "username": ['', Validators.compose([Validators.required, Validators.minLength(3)])], + "password": ['', Validators.required] }; component.addCustomValidationError('username', 'minlength', 'LOGIN.MESSAGES.USERNAME-MIN'); component.ngOnInit(); @@ -527,9 +527,9 @@ describe('LoginComponent', () => { it('should return CORS error when server CORS error occurs', (done) => { spyOn(basicAlfrescoAuthService, 'login').and.returnValue(throwError({ - error: { - crossDomain: true, - message: 'ERROR: the network is offline, Origin is not allowed by Access-Control-Allow-Origin' + "error": { + "crossDomain": true, + "message": 'ERROR: the network is offline, Origin is not allowed by Access-Control-Allow-Origin' } })); @@ -548,7 +548,7 @@ describe('LoginComponent', () => { it('should return CSRF error when server CSRF error occurs', fakeAsync(() => { spyOn(basicAlfrescoAuthService, 'login') - .and.returnValue(throwError({ message: 'ERROR: Invalid CSRF-token', status: 403 })); + .and.returnValue(throwError({ "message": 'ERROR: Invalid CSRF-token', "status": 403 })); component.error.subscribe(() => { fixture.detectChanges(); @@ -566,8 +566,8 @@ describe('LoginComponent', () => { .and.returnValue( throwError( { - message: 'ERROR: 00170728 Access Denied. The system is currently in read-only mode', - status: 403 + "message": 'ERROR: 00170728 Access Denied. The system is currently in read-only mode', + "status": 403 } )); @@ -610,7 +610,7 @@ describe('LoginComponent', () => { }); it('should return success event after the login have succeeded', (done) => { - spyOn(basicAlfrescoAuthService, 'login').and.returnValue(of({ type: 'type', ticket: 'ticket' })); + spyOn(basicAlfrescoAuthService, 'login').and.returnValue(of({ "type": 'type', "ticket": 'ticket' })); expect(component.isError).toBe(false); @@ -626,14 +626,14 @@ describe('LoginComponent', () => { }); it('should emit success event after the login has succeeded and discard password', fakeAsync(() => { - spyOn(basicAlfrescoAuthService, 'login').and.returnValue(of({ type: 'type', ticket: 'ticket' })); + spyOn(basicAlfrescoAuthService, 'login').and.returnValue(of({ "type": 'type', "ticket": 'ticket' })); component.success.subscribe((event) => { fixture.detectChanges(); expect(component.isError).toBe(false); expect(event).toEqual( - new LoginSuccessEvent({ type: 'type', ticket: 'ticket' }, 'fake-username', null) + new LoginSuccessEvent({ "type": 'type', "ticket": 'ticket' }, 'fake-username', null) ); }); @@ -696,7 +696,7 @@ describe('LoginComponent', () => { describe('implicitFlow ', () => { beforeEach(() => { - appConfigService.config.oauth2 = { implicitFlow: true, silentLogin: false }; + appConfigService.config.oauth2 = { "implicitFlow": true, "silentLogin": false }; appConfigService.load(); }); @@ -713,7 +713,7 @@ describe('LoginComponent', () => { it('should not render the implicitFlow button in case silentLogin is enabled', fakeAsync(() => { spyOn(authService, 'isOauth').and.returnValue(true); - appConfigService.config.oauth2 = { implicitFlow: true, silentLogin: true }; + appConfigService.config.oauth2 = { "implicitFlow": true, "silentLogin": true }; spyOn(component, 'redirectToImplicitLogin').and.stub(); diff --git a/lib/core/src/lib/login/components/login.component.stories.ts b/lib/core/src/lib/login/components/login.component.stories.ts index c9d9c07013..7ba8063587 100644 --- a/lib/core/src/lib/login/components/login.component.stories.ts +++ b/lib/core/src/lib/login/components/login.component.stories.ts @@ -24,157 +24,157 @@ import { AuthenticationService } from './../../auth/services/authentication.serv import { AuthenticationMock } from '../../auth/mock/authentication.service.mock'; export default { - component: LoginComponent, - title: 'Core/Login/Login', - decorators: [ + "component": LoginComponent, + "title": 'Core/Login/Login', + "decorators": [ moduleMetadata({ - imports: [CoreStoryModule, LoginModule, RouterModule.forRoot([], { useHash: true })], - providers: [ - { provide: AuthenticationService, useClass: AuthenticationMock } + "imports": [CoreStoryModule, LoginModule, RouterModule.forRoot([], { "useHash": true })], + "providers": [ + { "provide": AuthenticationService, "useClass": AuthenticationMock } ] }) ], - parameters: { - docs: { - description: { - component: `Authenticates to Alfresco Content Services and Alfresco Process Services.` + "parameters": { + "docs": { + "description": { + "component": `Authenticates to Alfresco Content Services and Alfresco Process Services.` } } }, - argTypes: { - correct: { - control: 'none', - name: 'To test correct functionality:', - description: 'Use `fake-username` and `fake-password`.', - table: { category: 'Storybook Info' } + "argTypes": { + "correct": { + "control": 'none', + "name": 'To test correct functionality:', + "description": 'Use `fake-username` and `fake-password`.', + "table": { "category": 'Storybook Info' } }, - corsError: { - control: 'none', - name: 'To test CORS error:', - description: 'Use `fake-username-CORS-error` and `fake-password`.', - table: { category: 'Storybook Info' } + "corsError": { + "control": 'none', + "name": 'To test CORS error:', + "description": 'Use `fake-username-CORS-error` and `fake-password`.', + "table": { "category": 'Storybook Info' } }, - csrfError: { - control: 'none', - name: 'To test CSRF error:', - description: 'Use `fake-username-CSRF-error` and `fake-password`.', - table: { category: 'Storybook Info' } + "csrfError": { + "control": 'none', + "name": 'To test CSRF error:', + "description": 'Use `fake-username-CSRF-error` and `fake-password`.', + "table": { "category": 'Storybook Info' } }, - ecmAccessError: { - control: 'none', - name: 'To test ECM access error:', - description: 'Use `fake-username-ECM-access-error` and `fake-password`.', - table: { category: 'Storybook Info' } + "ecmAccessError": { + "control": 'none', + "name": 'To test ECM access error:', + "description": 'Use `fake-username-ECM-access-error` and `fake-password`.', + "table": { "category": 'Storybook Info' } }, - showRememberMe: { - control: 'boolean', - description: 'Should the `Remember me` checkbox be shown? When selected, this option will remember the logged-in user after the browser is closed to avoid logging in repeatedly.', - defaultValue: true, - table: { - type: { summary: 'boolean' }, - defaultValue: { summary: 'true' } + "showRememberMe": { + "control": 'boolean', + "description": 'Should the `Remember me` checkbox be shown? When selected, this option will remember the logged-in user after the browser is closed to avoid logging in repeatedly.', + "defaultValue": true, + "table": { + "type": { "summary": 'boolean' }, + "defaultValue": { "summary": 'true' } } }, - showLoginActions: { - control: 'boolean', - description: 'Should the extra actions (`Need Help`, `Register`, etc) be shown?', - defaultValue: true, - table: { - type: { summary: 'boolean' }, - defaultValue: { summary: 'true' } + "showLoginActions": { + "control": 'boolean', + "description": 'Should the extra actions (`Need Help`, `Register`, etc) be shown?', + "defaultValue": true, + "table": { + "type": { "summary": 'boolean' }, + "defaultValue": { "summary": 'true' } } }, - needHelpLink: { - control: 'text', - description: 'Sets the URL of the NEED HELP link in the footer.', - defaultValue: '/?path=/story/core-login-login--login', - table: { - type: { summary: 'string' }, - defaultValue: { summary: '' } + "needHelpLink": { + "control": 'text', + "description": 'Sets the URL of the NEED HELP link in the footer.', + "defaultValue": '/?path=/story/core-login-login--login', + "table": { + "type": { "summary": 'string' }, + "defaultValue": { "summary": '' } } }, - registerLink: { - control: 'text', - description: 'Sets the URL of the REGISTER link in the footer.', - defaultValue: '/?path=/story/core-login-login--login', - table: { - type: { summary: 'string' }, - defaultValue: { summary: '' } + "registerLink": { + "control": 'text', + "description": 'Sets the URL of the REGISTER link in the footer.', + "defaultValue": '/?path=/story/core-login-login--login', + "table": { + "type": { "summary": 'string' }, + "defaultValue": { "summary": '' } } }, - logoImageUrl: { - control: 'text', - description: 'Path to a custom logo image.', - defaultValue: './assets/images/alfresco-logo.svg', - table: { - type: { summary: 'string' }, - defaultValue: { summary: './assets/images/alfresco-logo.svg' } + "logoImageUrl": { + "control": 'text', + "description": 'Path to a custom logo image.', + "defaultValue": './assets/images/alfresco-logo.svg', + "table": { + "type": { "summary": 'string' }, + "defaultValue": { "summary": './assets/images/alfresco-logo.svg' } } }, - backgroundImageUrl: { - control: 'text', - description: 'Path to a custom background image.', - defaultValue: './assets/images/background.svg', - table: { - type: { summary: 'string' }, - defaultValue: { summary: './assets/images/background.svg' } + "backgroundImageUrl": { + "control": 'text', + "description": 'Path to a custom background image.', + "defaultValue": './assets/images/background.svg', + "table": { + "type": { "summary": 'string' }, + "defaultValue": { "summary": './assets/images/background.svg' } } }, - copyrightText: { - control: 'text', - description: 'The copyright text below the login box.', - defaultValue: '\u00A9 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.', - table: { - type: { summary: 'string' }, - defaultValue: { summary: '\u00A9 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.' } + "copyrightText": { + "control": 'text', + "description": 'The copyright text below the login box.', + "defaultValue": '\u00A9 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.', + "table": { + "type": { "summary": 'string' }, + "defaultValue": { "summary": '\u00A9 2005-2023 Hyland Software, Inc. and its affiliates. All rights reserved.' } } }, - fieldsValidation: { - control: 'object', - description: 'Custom validation rules for the login form.', - table: { - type: { summary: 'any' }, - defaultValue: { summary: 'undefined' } + "fieldsValidation": { + "control": 'object', + "description": 'Custom validation rules for the login form.', + "table": { + "type": { "summary": 'any' }, + "defaultValue": { "summary": 'undefined' } } }, - successRoute: { - control: 'text', - description: 'Route to redirect to on successful login.', - defaultValue: '.', - table: { - type: { summary: 'string' }, - defaultValue: { summary: 'null' } + "successRoute": { + "control": 'text', + "description": 'Route to redirect to on successful login.', + "defaultValue": '.', + "table": { + "type": { "summary": 'string' }, + "defaultValue": { "summary": 'null' } } }, - success: { - action: 'success', - description: 'Emitted when the login is successful.', - table: { - type: { summary: 'EventEmitter <LoginSuccessEvent>' }, - category: 'Actions' + "success": { + "action": 'success', + "description": 'Emitted when the login is successful.', + "table": { + "type": { "summary": 'EventEmitter <LoginSuccessEvent>' }, + "category": 'Actions' } }, - error: { - action: 'error', - description: 'Emitted when the login fails.', - table: { - type: { summary: 'EventEmitter <LoginErrorEvent>' }, - category: 'Actions' + "error": { + "action": 'error', + "description": 'Emitted when the login fails.', + "table": { + "type": { "summary": 'EventEmitter <LoginErrorEvent>' }, + "category": 'Actions' } }, - executeSubmit: { - action: 'executeSubmit', - description: 'Emitted when the login form is submitted.', - table: { - type: { summary: 'EventEmitter <LoginSubmitEvent>' }, - category: 'Actions' + "executeSubmit": { + "action": 'executeSubmit', + "description": 'Emitted when the login form is submitted.', + "table": { + "type": { "summary": 'EventEmitter <LoginSubmitEvent>' }, + "category": 'Actions' } } } } as Meta; const template: Story<LoginComponent> = (args: LoginComponent) => ({ - props: args + "props": args }); export const login = template.bind({}); diff --git a/lib/core/src/lib/login/components/login.component.ts b/lib/core/src/lib/login/components/login.component.ts index 222d84bc86..29064f9eed 100644 --- a/lib/core/src/lib/login/components/login.component.ts +++ b/lib/core/src/lib/login/components/login.component.ts @@ -50,11 +50,11 @@ interface LoginFormValues { }; @Component({ - selector: 'adf-login', - templateUrl: './login.component.html', - styleUrls: ['./login.component.scss'], - encapsulation: ViewEncapsulation.None, - host: {class: 'adf-login'} + "selector": 'adf-login', + "templateUrl": './login.component.html', + "styleUrls": ['./login.component.scss'], + "encapsulation": ViewEncapsulation.None, + "host": {"class": 'adf-login'} }) export class LoginComponent implements OnInit, OnDestroy { isPasswordShow: boolean = false; @@ -128,7 +128,7 @@ export class LoginComponent implements OnInit, OnDestroy { private _message: { [id: string]: { [id: string]: ValidationMessage } }; private onDestroy$ = new Subject<boolean>(); - constructor( + constructor ( private _fb: UntypedFormBuilder, private authService: AuthenticationService, private basicAlfrescoAuthService: BasicAlfrescoAuthService, @@ -141,7 +141,7 @@ export class LoginComponent implements OnInit, OnDestroy { private sanitizer: DomSanitizer ) {} - ngOnInit() { + ngOnInit () { this.initFormError(); this.initFormFieldsDefault(); this.initFormFieldsMessages(); @@ -175,29 +175,28 @@ export class LoginComponent implements OnInit, OnDestroy { this.form.valueChanges.pipe(takeUntil(this.onDestroy$)).subscribe((data) => this.onValueChanged(data)); } - ngOnDestroy() { + ngOnDestroy () { this.onDestroy$.next(true); this.onDestroy$.complete(); } - submit() { + submit () { this.onSubmit(this.form.value); } - redirectToImplicitLogin() { + redirectToImplicitLogin () { this.oidcAuthenticationService.ssoImplicitLogin(); } /** * Method called on submit form - * * @param values login form values */ - onSubmit(values: LoginFormValues): void { + onSubmit (values: LoginFormValues): void { this.disableError(); const args = new LoginSubmitEvent({ - controls: {username: this.form.controls.username} + "controls": {"username": this.form.controls.username} }); this.executeSubmit.emit(args); @@ -208,7 +207,7 @@ export class LoginComponent implements OnInit, OnDestroy { } } - implicitLogin() { + implicitLogin () { if (this.authService.isLoggedIn()) { this.router.navigate([this.successRoute]); } @@ -217,10 +216,9 @@ export class LoginComponent implements OnInit, OnDestroy { /** * The method check the error in the form and push the error in the formError object - * * @param data form data */ - onValueChanged(data: any) { + onValueChanged (data: any) { this.disableError(); for (const field in this.formError) { if (field) { @@ -242,7 +240,7 @@ export class LoginComponent implements OnInit, OnDestroy { } } - performLogin(values: { username: string; password: string }) { + performLogin (values: { username: string; password: string }) { this.authService.login(values.username, values.password, this.rememberMe) .subscribe( async (token: any) => { @@ -271,10 +269,9 @@ export class LoginComponent implements OnInit, OnDestroy { /** * Check and display the right error message in the UI - * * @param err error object */ - private displayErrorMessage(err: any): void { + private displayErrorMessage (err: any): void { if (err.error?.crossDomain && err.error.message.indexOf('Access-Control-Allow-Origin') !== -1) { this.errorMsg = err.error.message; } else if (err.status === 403 && err.message.indexOf('Invalid CSRF-token') !== -1) { @@ -288,26 +285,24 @@ export class LoginComponent implements OnInit, OnDestroy { /** * Add a custom form error for a field - * * @param field field * @param msg error message */ - public addCustomFormError(field: string, msg: string) { + public addCustomFormError (field: string, msg: string) { this.formError[field] += msg; } /** * Add a custom validation rule error for a field - * * @param field field * @param ruleId - i.e. required | minlength | maxlength * @param msg message * @param params parameters */ - addCustomValidationError(field: string, ruleId: string, msg: string, params?: any) { + addCustomValidationError (field: string, ruleId: string, msg: string, params?: any) { if (field !== '__proto__' && field !== 'constructor' && field !== 'prototype') { this._message[field][ruleId] = { - value: msg, + "value": msg, params }; } @@ -315,82 +310,79 @@ export class LoginComponent implements OnInit, OnDestroy { /** * Display and hide the password value. - * * @param event input event */ - toggleShowPassword(event: Event) { + toggleShowPassword (event: Event) { event.stopPropagation(); this.isPasswordShow = !this.isPasswordShow; } /** * The method return if a field is valid or not - * * @param field form field to check * @returns `true` if form field should display an error, otherwise `false` */ - isErrorStyle(field: AbstractControl): boolean { + isErrorStyle (field: AbstractControl): boolean { return !field.valid && field.dirty && !field.pristine; } /** * Trim username - * * @param event event */ - trimUsername(event: any) { + trimUsername (event: any) { event.target.value = event.target.value.trim(); } - getBackgroundUrlImageUrl(): SafeStyle { + getBackgroundUrlImageUrl (): SafeStyle { return this.sanitizer.bypassSecurityTrustStyle(`url(${this.backgroundImageUrl})`); } /** * Default formError values */ - private initFormError() { + private initFormError () { this.formError = { - username: '', - password: '' + "username": '', + "password": '' }; } /** * Init form fields messages */ - private initFormFieldsMessages() { + private initFormFieldsMessages () { this._message = { - username: { - required: { - value: 'LOGIN.MESSAGES.USERNAME-REQUIRED' + "username": { + "required": { + "value": 'LOGIN.MESSAGES.USERNAME-REQUIRED' }, - minlength: { - value: 'LOGIN.MESSAGES.USERNAME-MIN', - params: { - minLength: this.minLength + "minlength": { + "value": 'LOGIN.MESSAGES.USERNAME-MIN', + "params": { + "minLength": this.minLength } } }, - password: { - required: { - value: 'LOGIN.MESSAGES.PASSWORD-REQUIRED' + "password": { + "required": { + "value": 'LOGIN.MESSAGES.PASSWORD-REQUIRED' } } }; } - private initFormFieldsDefault() { + private initFormFieldsDefault () { this.form = this._fb.group({ - username: ['', Validators.compose([Validators.required, Validators.minLength(this.minLength)])], - password: ['', Validators.required] + "username": ['', Validators.compose([Validators.required, Validators.minLength(this.minLength)])], + "password": ['', Validators.required] }); } /** * Disable the error flag */ - private disableError() { + private disableError () { this.isError = false; this.initFormError(); } diff --git a/lib/core/src/lib/login/directives/login-footer.directive.spec.ts b/lib/core/src/lib/login/directives/login-footer.directive.spec.ts index bde2728e77..fbc0202dde 100644 --- a/lib/core/src/lib/login/directives/login-footer.directive.spec.ts +++ b/lib/core/src/lib/login/directives/login-footer.directive.spec.ts @@ -29,13 +29,13 @@ describe('LoginFooterDirective', () => { beforeEach(() => { TestBed.configureTestingModule({ - imports: [ + "imports": [ TranslateModule.forRoot(), CoreTestingModule ], - providers: [ + "providers": [ { - provide: OidcAuthenticationService, useValue: {} + "provide": OidcAuthenticationService, "useValue": {} } ] }); diff --git a/lib/core/src/lib/login/directives/login-footer.directive.ts b/lib/core/src/lib/login/directives/login-footer.directive.ts index 76e00cb045..589e36e141 100644 --- a/lib/core/src/lib/login/directives/login-footer.directive.ts +++ b/lib/core/src/lib/login/directives/login-footer.directive.ts @@ -27,18 +27,18 @@ import { LoginComponent } from '../components/login.component'; * Directive selectors without adf- prefix will be deprecated on 3.0.0 */ @Directive({ - selector: 'adf-login-footer, login-footer' + "selector": 'adf-login-footer, login-footer' }) export class LoginFooterDirective implements AfterContentInit { @ContentChild(TemplateRef) template: any; - constructor( + constructor ( private alfrescoLoginComponent: LoginComponent) { } - ngAfterContentInit() { + ngAfterContentInit () { this.alfrescoLoginComponent.footerTemplate = this.template; } } diff --git a/lib/core/src/lib/login/directives/login-header.directive.spec.ts b/lib/core/src/lib/login/directives/login-header.directive.spec.ts index c255e4c9ed..3295003350 100644 --- a/lib/core/src/lib/login/directives/login-header.directive.spec.ts +++ b/lib/core/src/lib/login/directives/login-header.directive.spec.ts @@ -29,12 +29,12 @@ describe('LoginHeaderDirective', () => { beforeEach(() => { TestBed.configureTestingModule({ - imports: [ + "imports": [ TranslateModule.forRoot(), CoreTestingModule ], - providers: [ - { provide: OidcAuthenticationService, useValue: {} } + "providers": [ + { "provide": OidcAuthenticationService, "useValue": {} } ] }); fixture = TestBed.createComponent(LoginComponent); diff --git a/lib/core/src/lib/login/directives/login-header.directive.ts b/lib/core/src/lib/login/directives/login-header.directive.ts index cdfe6f2b36..ac125d71b7 100644 --- a/lib/core/src/lib/login/directives/login-header.directive.ts +++ b/lib/core/src/lib/login/directives/login-header.directive.ts @@ -27,18 +27,18 @@ import { LoginComponent } from '../components/login.component'; * Directive selectors without adf- prefix will be deprecated on 3.0.0 */ @Directive({ - selector: 'adf-login-header, login-header' + "selector": 'adf-login-header, login-header' }) export class LoginHeaderDirective implements AfterContentInit { @ContentChild(TemplateRef) template: any; - constructor( + constructor ( private alfrescoLoginComponent: LoginComponent) { } - ngAfterContentInit() { + ngAfterContentInit () { this.alfrescoLoginComponent.headerTemplate = this.template; } } diff --git a/lib/core/src/lib/login/login.module.ts b/lib/core/src/lib/login/login.module.ts index a7047b0b68..865f8709a4 100644 --- a/lib/core/src/lib/login/login.module.ts +++ b/lib/core/src/lib/login/login.module.ts @@ -29,7 +29,7 @@ import { LoginDialogComponent } from './components/login-dialog.component'; import { LoginDialogPanelComponent } from './components/login-dialog-panel.component'; @NgModule({ - imports: [ + "imports": [ RouterModule, MaterialModule, FormsModule, @@ -37,14 +37,14 @@ import { LoginDialogPanelComponent } from './components/login-dialog-panel.compo CommonModule, TranslateModule ], - declarations: [ + "declarations": [ LoginComponent, LoginFooterDirective, LoginHeaderDirective, LoginDialogComponent, LoginDialogPanelComponent ], - exports: [ + "exports": [ LoginComponent, LoginFooterDirective, LoginHeaderDirective, diff --git a/lib/core/src/lib/login/models/login-error.event.ts b/lib/core/src/lib/login/models/login-error.event.ts index c26b4f5770..be2905172d 100644 --- a/lib/core/src/lib/login/models/login-error.event.ts +++ b/lib/core/src/lib/login/models/login-error.event.ts @@ -16,5 +16,5 @@ */ export class LoginErrorEvent { - constructor(public err: any) {} + constructor (public err: any) {} } diff --git a/lib/core/src/lib/login/models/login-submit.event.ts b/lib/core/src/lib/login/models/login-submit.event.ts index b860e62574..eda1a3dc97 100644 --- a/lib/core/src/lib/login/models/login-submit.event.ts +++ b/lib/core/src/lib/login/models/login-submit.event.ts @@ -20,19 +20,19 @@ export class LoginSubmitEvent { private readonly _values: any; private _defaultPrevented: boolean = false; - get values(): any { + get values (): any { return this._values; } - get defaultPrevented() { + get defaultPrevented () { return this._defaultPrevented; } - constructor(_values: any) { + constructor (_values: any) { this._values = _values; } - preventDefault() { + preventDefault () { this._defaultPrevented = true; } diff --git a/lib/core/src/lib/login/models/login-success.event.ts b/lib/core/src/lib/login/models/login-success.event.ts index 06e110290d..c964fe93f3 100644 --- a/lib/core/src/lib/login/models/login-success.event.ts +++ b/lib/core/src/lib/login/models/login-success.event.ts @@ -16,7 +16,7 @@ */ export class LoginSuccessEvent { - constructor( + constructor ( public token: any, public username: string, public password: string) { diff --git a/lib/core/src/lib/material.module.ts b/lib/core/src/lib/material.module.ts index d836fa365a..5162cbf470 100644 --- a/lib/core/src/lib/material.module.ts +++ b/lib/core/src/lib/material.module.ts @@ -46,7 +46,7 @@ import { MatTooltipModule } from '@angular/material/tooltip'; import { MatBadgeModule } from '@angular/material/badge'; @NgModule({ - imports: [ + "imports": [ MatAutocompleteModule, MatButtonModule, MatCardModule, MatCheckboxModule, MatChipsModule, MatDatepickerModule, MatDialogModule, MatGridListModule, MatIconModule, MatInputModule, MatListModule, MatNativeDateModule, MatOptionModule, MatProgressSpinnerModule, MatRadioModule, @@ -54,7 +54,7 @@ import { MatBadgeModule } from '@angular/material/badge'; MatMenuModule, MatProgressBarModule, MatSidenavModule, MatSnackBarModule, MatToolbarModule, MatTooltipModule, MatDatetimepickerModule, MatNativeDatetimeModule, MatExpansionModule, MatBadgeModule ], - exports: [ + "exports": [ MatAutocompleteModule, MatButtonModule, MatCardModule, MatCheckboxModule, MatChipsModule, MatDatepickerModule, MatDialogModule, MatGridListModule, MatIconModule, MatInputModule, MatListModule, MatNativeDateModule, MatOptionModule, MatProgressSpinnerModule, MatRadioModule, diff --git a/lib/core/src/lib/mock/alfresco-api.mock.ts b/lib/core/src/lib/mock/alfresco-api.mock.ts index 469cc2443d..a9a4aadf7d 100644 --- a/lib/core/src/lib/mock/alfresco-api.mock.ts +++ b/lib/core/src/lib/mock/alfresco-api.mock.ts @@ -16,13 +16,13 @@ */ export class AlfrescoApiMock { - login() { + login () { return Promise.resolve('TICKET_4479f4d3bb155195879bfbb8d5206f433488a1b1'); } - logout() { + logout () { return Promise.resolve('logout'); } - changeConfig() {} + changeConfig () {} } diff --git a/lib/core/src/lib/mock/alfresco-api.service.mock.ts b/lib/core/src/lib/mock/alfresco-api.service.mock.ts index fc1d221798..45c162448b 100644 --- a/lib/core/src/lib/mock/alfresco-api.service.mock.ts +++ b/lib/core/src/lib/mock/alfresco-api.service.mock.ts @@ -23,7 +23,7 @@ import { StorageService } from '../common/services/storage.service'; @Injectable() export class AlfrescoApiServiceMock extends AlfrescoApiService { - constructor(protected appConfig: AppConfigService, + constructor (protected appConfig: AppConfigService, protected storageService: StorageService) { super(appConfig, storageService); if (!this.alfrescoApi) { @@ -31,7 +31,7 @@ export class AlfrescoApiServiceMock extends AlfrescoApiService { } } - initialize(): Promise<any> { + initialize (): Promise<any> { return new Promise((resolve) => { this.alfrescoApiInitialized.next(true); resolve({}); diff --git a/lib/core/src/lib/mock/cloud-form.mock.ts b/lib/core/src/lib/mock/cloud-form.mock.ts index 3b36788a28..cb3c3db811 100644 --- a/lib/core/src/lib/mock/cloud-form.mock.ts +++ b/lib/core/src/lib/mock/cloud-form.mock.ts @@ -16,582 +16,582 @@ */ export const cloudFormMock = { - id: 'form-b661635a-dc3e-4557-914a-3498ed47189c', - name: 'form-with-all-fields', - description: '', - version: 0, - tabs: [], - fields: [ + "id": 'form-b661635a-dc3e-4557-914a-3498ed47189c', + "name": 'form-with-all-fields', + "description": '', + "version": 0, + "tabs": [], + "fields": [ { - fieldType: 'ContainerRepresentation', - id: '26b10e64-0403-4686-a75b-0d45279ce3a8', - name: 'Label', - type: 'container', - tab: null, - numberOfColumns: 2, - fields: { - 1: [ + "fieldType": 'ContainerRepresentation', + "id": '26b10e64-0403-4686-a75b-0d45279ce3a8', + "name": 'Label', + "type": 'container', + "tab": null, + "numberOfColumns": 2, + "fields": { + "1": [ { - fieldType: 'FormFieldRepresentation', - id: 'text1', - name: 'Text1', - type: 'text', - value: null, - required: false, - readOnly: true, - overrideId: false, - colspan: 1, - placeholder: null, - minLength: 0, - maxLength: 0, - minValue: null, - maxValue: null, - regexPattern: null, - visibilityCondition: null, - params: { - existingColspan: 1, - maxColspan: 2 + "fieldType": 'FormFieldRepresentation', + "id": 'text1', + "name": 'Text1', + "type": 'text', + "value": null, + "required": false, + "readOnly": true, + "overrideId": false, + "colspan": 1, + "placeholder": null, + "minLength": 0, + "maxLength": 0, + "minValue": null, + "maxValue": null, + "regexPattern": null, + "visibilityCondition": null, + "params": { + "existingColspan": 1, + "maxColspan": 2 } } ], - 2: [ + "2": [ { - fieldType: 'FormFieldRepresentation', - id: 'text2', - name: 'Text2', - type: 'text', - value: null, - required: false, - readOnly: true, - overrideId: false, - colspan: 1, - placeholder: null, - minLength: 0, - maxLength: 0, - minValue: null, - maxValue: null, - regexPattern: null, - visibilityCondition: null, - params: { - existingColspan: 1, - maxColspan: 2 + "fieldType": 'FormFieldRepresentation', + "id": 'text2', + "name": 'Text2', + "type": 'text', + "value": null, + "required": false, + "readOnly": true, + "overrideId": false, + "colspan": 1, + "placeholder": null, + "minLength": 0, + "maxLength": 0, + "minValue": null, + "maxValue": null, + "regexPattern": null, + "visibilityCondition": null, + "params": { + "existingColspan": 1, + "maxColspan": 2 } } ] } }, { - fieldType: 'ContainerRepresentation', - id: '69c1390a-8d8d-423c-8efb-8e43401efa42', - name: 'Label', - type: 'container', - tab: null, - numberOfColumns: 2, - fields: { - 1: [ + "fieldType": 'ContainerRepresentation', + "id": '69c1390a-8d8d-423c-8efb-8e43401efa42', + "name": 'Label', + "type": 'container', + "tab": null, + "numberOfColumns": 2, + "fields": { + "1": [ { - fieldType: 'FormFieldRepresentation', - id: 'multilinetext1', - name: 'Multiline text1', - type: 'multi-line-text', - overrideId: false, - colspan: 1, - placeholder: null, - minLength: 0, - maxLength: 0, - regexPattern: null, - required: false, - readOnly: true, - visibilityCondition: null, - params: { - existingColspan: 1, - maxColspan: 2 + "fieldType": 'FormFieldRepresentation', + "id": 'multilinetext1', + "name": 'Multiline text1', + "type": 'multi-line-text', + "overrideId": false, + "colspan": 1, + "placeholder": null, + "minLength": 0, + "maxLength": 0, + "regexPattern": null, + "required": false, + "readOnly": true, + "visibilityCondition": null, + "params": { + "existingColspan": 1, + "maxColspan": 2 } } ], - 2: [ + "2": [ { - fieldType: 'FormFieldRepresentation', - id: 'multilinetext2', - name: 'Multiline text2', - type: 'multi-line-text', - overrideId: false, - colspan: 1, - placeholder: null, - minLength: 0, - maxLength: 0, - regexPattern: null, - required: false, - readOnly: true, - visibilityCondition: null, - params: { - existingColspan: 1, - maxColspan: 2 + "fieldType": 'FormFieldRepresentation', + "id": 'multilinetext2', + "name": 'Multiline text2', + "type": 'multi-line-text', + "overrideId": false, + "colspan": 1, + "placeholder": null, + "minLength": 0, + "maxLength": 0, + "regexPattern": null, + "required": false, + "readOnly": true, + "visibilityCondition": null, + "params": { + "existingColspan": 1, + "maxColspan": 2 } } ] } }, { - fieldType: 'ContainerRepresentation', - id: 'df046463-2d65-4388-9ee1-0e1517985215', - name: 'Label', - type: 'container', - tab: null, - numberOfColumns: 2, - fields: { - 1: [ + "fieldType": 'ContainerRepresentation', + "id": 'df046463-2d65-4388-9ee1-0e1517985215', + "name": 'Label', + "type": 'container', + "tab": null, + "numberOfColumns": 2, + "fields": { + "1": [ { - fieldType: 'FormFieldRepresentation', - id: 'number1', - overrideId: false, - name: 'Number1', - type: 'integer', - colspan: 1, - placeholder: null, - readOnly: true, - minValue: null, - maxValue: null, - required: false, - visibilityCondition: null, - params: { - existingColspan: 1, - maxColspan: 2 + "fieldType": 'FormFieldRepresentation', + "id": 'number1', + "overrideId": false, + "name": 'Number1', + "type": 'integer', + "colspan": 1, + "placeholder": null, + "readOnly": true, + "minValue": null, + "maxValue": null, + "required": false, + "visibilityCondition": null, + "params": { + "existingColspan": 1, + "maxColspan": 2 } } ], - 2: [ + "2": [ { - fieldType: 'FormFieldRepresentation', - id: 'number2', - overrideId: false, - name: 'Number2', - type: 'integer', - colspan: 1, - placeholder: null, - readOnly: true, - minValue: null, - maxValue: null, - required: false, - visibilityCondition: null, - params: { - existingColspan: 1, - maxColspan: 2 + "fieldType": 'FormFieldRepresentation', + "id": 'number2', + "overrideId": false, + "name": 'Number2', + "type": 'integer', + "colspan": 1, + "placeholder": null, + "readOnly": true, + "minValue": null, + "maxValue": null, + "required": false, + "visibilityCondition": null, + "params": { + "existingColspan": 1, + "maxColspan": 2 } } ] } }, { - fieldType: 'ContainerRepresentation', - id: '9672cc7b-1959-49c9-96be-3816e57bdfc1', - name: 'Label', - type: 'container', - tab: null, - numberOfColumns: 2, - fields: { - 1: [ + "fieldType": 'ContainerRepresentation', + "id": '9672cc7b-1959-49c9-96be-3816e57bdfc1', + "name": 'Label', + "type": 'container', + "tab": null, + "numberOfColumns": 2, + "fields": { + "1": [ { - fieldType: 'FormFieldRepresentation', - id: 'checkbox1', - name: 'Checkbox1', - type: 'boolean', - required: false, - readOnly: true, - colspan: 1, - overrideId: false, - visibilityCondition: null, - params: { - existingColspan: 1, - maxColspan: 2 + "fieldType": 'FormFieldRepresentation', + "id": 'checkbox1', + "name": 'Checkbox1', + "type": 'boolean', + "required": false, + "readOnly": true, + "colspan": 1, + "overrideId": false, + "visibilityCondition": null, + "params": { + "existingColspan": 1, + "maxColspan": 2 } } ], - 2: [ + "2": [ { - fieldType: 'FormFieldRepresentation', - id: 'checkbox2', - name: 'Checkbox2', - type: 'boolean', - required: false, - readOnly: true, - colspan: 1, - overrideId: false, - visibilityCondition: null, - params: { - existingColspan: 1, - maxColspan: 2 + "fieldType": 'FormFieldRepresentation', + "id": 'checkbox2', + "name": 'Checkbox2', + "type": 'boolean', + "required": false, + "readOnly": true, + "colspan": 1, + "overrideId": false, + "visibilityCondition": null, + "params": { + "existingColspan": 1, + "maxColspan": 2 } } ] } }, { - fieldType: 'ContainerRepresentation', - id: '054d193e-a899-4494-9a3e-b489315b7d57', - name: 'Label', - type: 'container', - tab: null, - numberOfColumns: 2, - fields: { - 1: [ + "fieldType": 'ContainerRepresentation', + "id": '054d193e-a899-4494-9a3e-b489315b7d57', + "name": 'Label', + "type": 'container', + "tab": null, + "numberOfColumns": 2, + "fields": { + "1": [ { - fieldType: 'FormFieldRepresentation', - id: 'dropdown1', - name: 'Dropdown1', - type: 'dropdown', - value: null, - required: false, - readOnly: true, - overrideId: false, - colspan: 1, - placeholder: null, - optionType: 'manual', - options: [], - endpoint: null, - requestHeaders: null, - restUrl: null, - restResponsePath: null, - restIdProperty: null, - restLabelProperty: null, - visibilityCondition: null, - params: { - existingColspan: 1, - maxColspan: 2 + "fieldType": 'FormFieldRepresentation', + "id": 'dropdown1', + "name": 'Dropdown1', + "type": 'dropdown', + "value": null, + "required": false, + "readOnly": true, + "overrideId": false, + "colspan": 1, + "placeholder": null, + "optionType": 'manual', + "options": [], + "endpoint": null, + "requestHeaders": null, + "restUrl": null, + "restResponsePath": null, + "restIdProperty": null, + "restLabelProperty": null, + "visibilityCondition": null, + "params": { + "existingColspan": 1, + "maxColspan": 2 } } ], - 2: [ + "2": [ { - fieldType: 'FormFieldRepresentation', - id: 'dropdown2', - name: 'Dropdown2', - type: 'dropdown', - value: null, - required: false, - readOnly: true, - overrideId: false, - colspan: 1, - placeholder: null, - optionType: 'manual', - options: [], - endpoint: null, - requestHeaders: null, - restUrl: null, - restResponsePath: null, - restIdProperty: null, - restLabelProperty: null, - visibilityCondition: null, - params: { - existingColspan: 1, - maxColspan: 2 + "fieldType": 'FormFieldRepresentation', + "id": 'dropdown2', + "name": 'Dropdown2', + "type": 'dropdown', + "value": null, + "required": false, + "readOnly": true, + "overrideId": false, + "colspan": 1, + "placeholder": null, + "optionType": 'manual', + "options": [], + "endpoint": null, + "requestHeaders": null, + "restUrl": null, + "restResponsePath": null, + "restIdProperty": null, + "restLabelProperty": null, + "visibilityCondition": null, + "params": { + "existingColspan": 1, + "maxColspan": 2 } } ] } }, { - fieldType: 'ContainerRepresentation', - id: '1f8f0b66-e022-4667-91b4-bbbf2ddc36fb', - name: 'Label', - type: 'container', - tab: null, - numberOfColumns: 2, - fields: { - 1: [ + "fieldType": 'ContainerRepresentation', + "id": '1f8f0b66-e022-4667-91b4-bbbf2ddc36fb', + "name": 'Label', + "type": 'container', + "tab": null, + "numberOfColumns": 2, + "fields": { + "1": [ { - fieldType: 'FormFieldRepresentation', - id: 'amount1', - name: 'Amount1', - type: 'amount', - value: null, - required: false, - readOnly: true, - overrideId: false, - colspan: 1, - placeholder: '123', - minValue: null, - maxValue: null, - visibilityCondition: null, - params: { - existingColspan: 1, - maxColspan: 2 + "fieldType": 'FormFieldRepresentation', + "id": 'amount1', + "name": 'Amount1', + "type": 'amount', + "value": null, + "required": false, + "readOnly": true, + "overrideId": false, + "colspan": 1, + "placeholder": '123', + "minValue": null, + "maxValue": null, + "visibilityCondition": null, + "params": { + "existingColspan": 1, + "maxColspan": 2 }, - enableFractions: false, - currency: '$' + "enableFractions": false, + "currency": '$' } ], - 2: [ + "2": [ { - fieldType: 'FormFieldRepresentation', - id: 'amount2', - name: 'Amount2', - type: 'amount', - value: null, - required: false, - readOnly: true, - overrideId: false, - colspan: 1, - placeholder: '123', - minValue: null, - maxValue: null, - visibilityCondition: null, - params: { - existingColspan: 1, - maxColspan: 2 + "fieldType": 'FormFieldRepresentation', + "id": 'amount2', + "name": 'Amount2', + "type": 'amount', + "value": null, + "required": false, + "readOnly": true, + "overrideId": false, + "colspan": 1, + "placeholder": '123', + "minValue": null, + "maxValue": null, + "visibilityCondition": null, + "params": { + "existingColspan": 1, + "maxColspan": 2 }, - enableFractions: false, - currency: '$' + "enableFractions": false, + "currency": '$' } ] } }, { - fieldType: 'ContainerRepresentation', - id: '541a368b-67ee-4a7c-ae7e-232c050b9e24', - name: 'Label', - type: 'container', - tab: null, - numberOfColumns: 2, - fields: { - 1: [ + "fieldType": 'ContainerRepresentation', + "id": '541a368b-67ee-4a7c-ae7e-232c050b9e24', + "name": 'Label', + "type": 'container', + "tab": null, + "numberOfColumns": 2, + "fields": { + "1": [ { - fieldType: 'FormFieldRepresentation', - id: 'date1', - name: 'Date1', - type: 'date', - overrideId: false, - required: false, - readOnly: true, - colspan: 1, - placeholder: null, - minValue: null, - maxValue: null, - visibilityCondition: null, - params: { - existingColspan: 1, - maxColspan: 2 + "fieldType": 'FormFieldRepresentation', + "id": 'date1', + "name": 'Date1', + "type": 'date', + "overrideId": false, + "required": false, + "readOnly": true, + "colspan": 1, + "placeholder": null, + "minValue": null, + "maxValue": null, + "visibilityCondition": null, + "params": { + "existingColspan": 1, + "maxColspan": 2 }, - dateDisplayFormat: 'D-M-YYYY' + "dateDisplayFormat": 'D-M-YYYY' } ], - 2: [ + "2": [ { - fieldType: 'FormFieldRepresentation', - id: 'date2', - name: 'Date2', - type: 'date', - overrideId: false, - required: false, - readOnly: true, - colspan: 1, - placeholder: null, - minValue: null, - maxValue: null, - visibilityCondition: null, - params: { - existingColspan: 1, - maxColspan: 2 + "fieldType": 'FormFieldRepresentation', + "id": 'date2', + "name": 'Date2', + "type": 'date', + "overrideId": false, + "required": false, + "readOnly": true, + "colspan": 1, + "placeholder": null, + "minValue": null, + "maxValue": null, + "visibilityCondition": null, + "params": { + "existingColspan": 1, + "maxColspan": 2 }, - dateDisplayFormat: 'D-M-YYYY' + "dateDisplayFormat": 'D-M-YYYY' } ] } }, { - fieldType: 'ContainerRepresentation', - id: 'e79cb7e2-3dc1-4c79-8158-28662c28a9f3', - name: 'Label', - type: 'container', - tab: null, - numberOfColumns: 2, - fields: { - 1: [ + "fieldType": 'ContainerRepresentation', + "id": 'e79cb7e2-3dc1-4c79-8158-28662c28a9f3', + "name": 'Label', + "type": 'container', + "tab": null, + "numberOfColumns": 2, + "fields": { + "1": [ { - fieldType: 'FormFieldRepresentation', - id: 'radiobuttons1', - name: 'Radio buttons1', - type: 'radio-buttons', - value: null, - required: false, - readOnly: true, - overrideId: false, - colspan: 1, - placeholder: null, - optionType: 'manual', - options: [ + "fieldType": 'FormFieldRepresentation', + "id": 'radiobuttons1', + "name": 'Radio buttons1', + "type": 'radio-buttons', + "value": null, + "required": false, + "readOnly": true, + "overrideId": false, + "colspan": 1, + "placeholder": null, + "optionType": 'manual', + "options": [ { - id: 'option_1', - name: 'Option 1' + "id": 'option_1', + "name": 'Option 1' }, { - id: 'option_2', - name: 'Option 2' + "id": 'option_2', + "name": 'Option 2' } ], - endpoint: null, - requestHeaders: null, - restUrl: null, - restResponsePath: null, - restIdProperty: null, - restLabelProperty: null, - visibilityCondition: null, - params: { - existingColspan: 1, - maxColspan: 2 + "endpoint": null, + "requestHeaders": null, + "restUrl": null, + "restResponsePath": null, + "restIdProperty": null, + "restLabelProperty": null, + "visibilityCondition": null, + "params": { + "existingColspan": 1, + "maxColspan": 2 } } ], - 2: [ + "2": [ { - fieldType: 'FormFieldRepresentation', - id: 'radiobuttons2', - name: 'Radio buttons2', - type: 'radio-buttons', - value: null, - required: false, - readOnly: true, - overrideId: false, - colspan: 1, - placeholder: null, - optionType: 'manual', - options: [ + "fieldType": 'FormFieldRepresentation', + "id": 'radiobuttons2', + "name": 'Radio buttons2', + "type": 'radio-buttons', + "value": null, + "required": false, + "readOnly": true, + "overrideId": false, + "colspan": 1, + "placeholder": null, + "optionType": 'manual', + "options": [ { - id: 'option_1', - name: 'Option 1' + "id": 'option_1', + "name": 'Option 1' }, { - id: 'option_2', - name: 'Option 2' + "id": 'option_2', + "name": 'Option 2' } ], - endpoint: null, - requestHeaders: null, - restUrl: null, - restResponsePath: null, - restIdProperty: null, - restLabelProperty: null, - visibilityCondition: null, - params: { - existingColspan: 1, - maxColspan: 2 + "endpoint": null, + "requestHeaders": null, + "restUrl": null, + "restResponsePath": null, + "restIdProperty": null, + "restLabelProperty": null, + "visibilityCondition": null, + "params": { + "existingColspan": 1, + "maxColspan": 2 } } ] } }, { - fieldType: 'ContainerRepresentation', - id: '7c01ed35-be86-4be7-9c28-ed640a5a2ae1', - name: 'Label', - type: 'container', - tab: null, - numberOfColumns: 2, - fields: { - 1: [ + "fieldType": 'ContainerRepresentation', + "id": '7c01ed35-be86-4be7-9c28-ed640a5a2ae1', + "name": 'Label', + "type": 'container', + "tab": null, + "numberOfColumns": 2, + "fields": { + "1": [ { - fieldType: 'AttachFileFieldRepresentation', - id: 'attachfile1', - name: 'Attach file1', - type: 'upload', - value: null, - required: false, - readOnly: true, - overrideId: false, - colspan: 1, - placeholder: null, - visibilityCondition: null, - params: { - existingColspan: 1, - maxColspan: 2, - fileSource: { - serviceId: 'all-file-sources', - name: 'All file sources' + "fieldType": 'AttachFileFieldRepresentation', + "id": 'attachfile1', + "name": 'Attach file1', + "type": 'upload', + "value": null, + "required": false, + "readOnly": true, + "overrideId": false, + "colspan": 1, + "placeholder": null, + "visibilityCondition": null, + "params": { + "existingColspan": 1, + "maxColspan": 2, + "fileSource": { + "serviceId": 'all-file-sources', + "name": 'All file sources' }, - multiple: false, - link: false + "multiple": false, + "link": false } } ], - 2: [ + "2": [ { - fieldType: 'AttachFileFieldRepresentation', - id: 'attachfile2', - name: 'Attach file2', - type: 'upload', - value: null, - required: false, - readOnly: true, - overrideId: false, - colspan: 1, - placeholder: null, - visibilityCondition: null, - params: { - existingColspan: 1, - maxColspan: 2, - fileSource: { - serviceId: 'all-file-sources', - name: 'All file sources' + "fieldType": 'AttachFileFieldRepresentation', + "id": 'attachfile2', + "name": 'Attach file2', + "type": 'upload', + "value": null, + "required": false, + "readOnly": true, + "overrideId": false, + "colspan": 1, + "placeholder": null, + "visibilityCondition": null, + "params": { + "existingColspan": 1, + "maxColspan": 2, + "fileSource": { + "serviceId": 'all-file-sources', + "name": 'All file sources' }, - multiple: false, - link: false + "multiple": false, + "link": false } } ] } }, { - fieldType: 'ContainerRepresentation', - id: '07b13b96-d469-4a1e-8a9a-9bb957c68869', - name: 'Label', - type: 'container', - tab: null, - numberOfColumns: 2, - fields: { - 1: [ + "fieldType": 'ContainerRepresentation', + "id": '07b13b96-d469-4a1e-8a9a-9bb957c68869', + "name": 'Label', + "type": 'container', + "tab": null, + "numberOfColumns": 2, + "fields": { + "1": [ { - fieldType: 'FormFieldRepresentation', - id: 'displayvalue1', - name: 'Display value1', - type: 'readonly', - value: 'No field selected', - readOnly: true, - required: false, - overrideId: false, - colspan: 1, - visibilityCondition: null, - params: { - existingColspan: 1, - maxColspan: 2, - field: { - id: 'displayvalue', - name: 'Display value', - type: 'text', - responseVariable: true + "fieldType": 'FormFieldRepresentation', + "id": 'displayvalue1', + "name": 'Display value1', + "type": 'readonly', + "value": 'No field selected', + "readOnly": true, + "required": false, + "overrideId": false, + "colspan": 1, + "visibilityCondition": null, + "params": { + "existingColspan": 1, + "maxColspan": 2, + "field": { + "id": 'displayvalue', + "name": 'Display value', + "type": 'text', + "responseVariable": true } } } ], - 2: [ + "2": [ { - fieldType: 'FormFieldRepresentation', - id: 'displayvalue2', - name: 'Display value2', - type: 'readonly', - value: 'No field selected', - readOnly: true, - required: false, - overrideId: false, - colspan: 1, - visibilityCondition: null, - params: { - existingColspan: 1, - maxColspan: 2, - field: { - id: 'displayvalue', - name: 'Display value', - type: 'text', - responseVariable: true + "fieldType": 'FormFieldRepresentation', + "id": 'displayvalue2', + "name": 'Display value2', + "type": 'readonly', + "value": 'No field selected', + "readOnly": true, + "required": false, + "overrideId": false, + "colspan": 1, + "visibilityCondition": null, + "params": { + "existingColspan": 1, + "maxColspan": 2, + "field": { + "id": 'displayvalue', + "name": 'Display value', + "type": 'text', + "responseVariable": true } } } @@ -599,733 +599,733 @@ export const cloudFormMock = { } }, { - fieldType: 'ContainerRepresentation', - id: '1576ef25-c842-494c-ab84-265a1e3bf68d', - name: 'Label', - type: 'container', - tab: null, - numberOfColumns: 2, - fields: { - 1: [ + "fieldType": 'ContainerRepresentation', + "id": '1576ef25-c842-494c-ab84-265a1e3bf68d', + "name": 'Label', + "type": 'container', + "tab": null, + "numberOfColumns": 2, + "fields": { + "1": [ { - fieldType: 'FormFieldRepresentation', - id: 'displaytext1', - name: 'Display text1', - type: 'readonly-text', - value: 'Display text as part of the form', - readOnly: true, - required: false, - overrideId: false, - colspan: 1, - visibilityCondition: null, - params: { - existingColspan: 1, - maxColspan: 2 + "fieldType": 'FormFieldRepresentation', + "id": 'displaytext1', + "name": 'Display text1', + "type": 'readonly-text', + "value": 'Display text as part of the form', + "readOnly": true, + "required": false, + "overrideId": false, + "colspan": 1, + "visibilityCondition": null, + "params": { + "existingColspan": 1, + "maxColspan": 2 } } ], - 2: [ + "2": [ { - fieldType: 'FormFieldRepresentation', - id: 'displaytext2', - name: 'Display text2', - type: 'readonly-text', - value: 'Display text as part of the form', - readOnly: true, - required: false, - overrideId: false, - colspan: 1, - visibilityCondition: null, - params: { - existingColspan: 1, - maxColspan: 2 + "fieldType": 'FormFieldRepresentation', + "id": 'displaytext2', + "name": 'Display text2', + "type": 'readonly-text', + "value": 'Display text as part of the form', + "readOnly": true, + "required": false, + "overrideId": false, + "colspan": 1, + "visibilityCondition": null, + "params": { + "existingColspan": 1, + "maxColspan": 2 } } ] } } ], - outcomes: [], - metadata: {}, - variables: [ + "outcomes": [], + "metadata": {}, + "variables": [ { - name: 'FormVarStr', - type: 'string', - value: '' + "name": 'FormVarStr', + "type": 'string', + "value": '' }, { - name: 'FormVarInt', - type: 'integer', - value: '' + "name": 'FormVarInt', + "type": 'integer', + "value": '' }, { - name: 'FormVarBool', - type: 'boolean', - value: '' + "name": 'FormVarBool', + "type": 'boolean', + "value": '' }, { - name: 'FormVarDate', - type: 'date', - value: '' + "name": 'FormVarDate', + "type": 'date', + "value": '' }, { - name: 'NewVar', - type: 'string', - value: '' + "name": 'NewVar', + "type": 'string', + "value": '' } ] }; export const fakeCloudForm = { - formRepresentation: { - id: 'form-de8895be-d0d7-4434-beef-559b15305d72', - name: 'StartEventForm', - description: '', - version: 0, - formDefinition: { - tabs: [], - fields: [ + "formRepresentation": { + "id": 'form-de8895be-d0d7-4434-beef-559b15305d72', + "name": 'StartEventForm', + "description": '', + "version": 0, + "formDefinition": { + "tabs": [], + "fields": [ { - type: 'container', - id: '5a6b24c1-db2b-45e9-9aff-142395433d23', - name: 'Label', - tab: null, - fields: { - 1: [ + "type": 'container', + "id": '5a6b24c1-db2b-45e9-9aff-142395433d23', + "name": 'Label', + "tab": null, + "fields": { + "1": [ { - type: 'text', - id: 'firstName', - name: 'firstName', - colspan: 1, - params: { - existingColspan: 1, - maxColspan: 2 + "type": 'text', + "id": 'firstName', + "name": 'firstName', + "colspan": 1, + "params": { + "existingColspan": 1, + "maxColspan": 2 }, - visibilityCondition: null, - placeholder: null, - value: null, - required: false, - minLength: 0, - maxLength: 0, - regexPattern: null + "visibilityCondition": null, + "placeholder": null, + "value": null, + "required": false, + "minLength": 0, + "maxLength": 0, + "regexPattern": null } ], - 2: [ + "2": [ { - type: 'text', - id: 'lastName', - name: 'lastName', - colspan: 1, - params: { - existingColspan: 1, - maxColspan: 2 + "type": 'text', + "id": 'lastName', + "name": 'lastName', + "colspan": 1, + "params": { + "existingColspan": 1, + "maxColspan": 2 }, - visibilityCondition: null, - placeholder: null, - value: null, - required: false, - minLength: 0, - maxLength: 0, - regexPattern: null + "visibilityCondition": null, + "placeholder": null, + "value": null, + "required": false, + "minLength": 0, + "maxLength": 0, + "regexPattern": null } ] }, - numberOfColumns: 2 + "numberOfColumns": 2 } ], - outcomes: [], - metadata: {}, - variables: [] + "outcomes": [], + "metadata": {}, + "variables": [] } } }; export const emptyFormRepresentationJSON = { - description: '', - fields: [], - id: 'form-3de070b6-63df-4058-8028-ac82283d64fa', - metadata: {}, - name: 'form', - outcomes: [], - length: 0, - processDefinitionId: 'ed4a6233-0ad8-11ea-8616-e6267bbdb057', - processInstanceId: 'ec921948-0ad9-11ea-8616-e6267bbdb057', - processVariables: [], - standAlone: true, - tabs: [], - taskId: 'ec92194b-0ad9-11ea-8616-e6267bbdb057', - taskName: null, - variables: [], - version: 0 + "description": '', + "fields": [], + "id": 'form-3de070b6-63df-4058-8028-ac82283d64fa', + "metadata": {}, + "name": 'form', + "outcomes": [], + "length": 0, + "processDefinitionId": 'ed4a6233-0ad8-11ea-8616-e6267bbdb057', + "processInstanceId": 'ec921948-0ad9-11ea-8616-e6267bbdb057', + "processVariables": [], + "standAlone": true, + "tabs": [], + "taskId": 'ec92194b-0ad9-11ea-8616-e6267bbdb057', + "taskName": null, + "variables": [], + "version": 0 }; export const conditionalUploadWidgetsMock: any = { - formRepresentation: { - id: 'form-fb7858f7-5cf6-4afe-b462-c15a5dc0c34c', - name: 'AttachVisibility', - description: '', - version: 0, - formDefinition: { - tabs: [], - fields: [ + "formRepresentation": { + "id": 'form-fb7858f7-5cf6-4afe-b462-c15a5dc0c34c', + "name": 'AttachVisibility', + "description": '', + "version": 0, + "formDefinition": { + "tabs": [], + "fields": [ { - id: '1dc63387-aa9d-4f06-adfa-37817e8fd394', - name: 'Label', - type: 'container', - tab: null, - numberOfColumns: 2, - fields: { - 1: [ + "id": '1dc63387-aa9d-4f06-adfa-37817e8fd394', + "name": 'Label', + "type": 'container', + "tab": null, + "numberOfColumns": 2, + "fields": { + "1": [ { - id: 'Text0xlk8n', - name: 'Text', - type: 'text', - required: false, - colspan: 1, - placeholder: null, - minLength: 0, - maxLength: 0, - regexPattern: null, - visibilityCondition: null, - params: { - existingColspan: 1, - maxColspan: 2 + "id": 'Text0xlk8n', + "name": 'Text', + "type": 'text', + "required": false, + "colspan": 1, + "placeholder": null, + "minLength": 0, + "maxLength": 0, + "regexPattern": null, + "visibilityCondition": null, + "params": { + "existingColspan": 1, + "maxColspan": 2 } } ], - 2: [ + "2": [ { - id: 'Attachfile0h9fr1', - name: 'Attach file', - type: 'upload', - required: false, - colspan: 1, - visibilityCondition: { - leftFormFieldId: 'Text0xlk8n', - leftRestResponseId: '', - operator: '==', - rightValue: 'Attach', - rightType: null, - rightFormFieldId: '', - rightRestResponseId: '', - nextConditionOperator: '', - nextCondition: null + "id": 'Attachfile0h9fr1', + "name": 'Attach file', + "type": 'upload', + "required": false, + "colspan": 1, + "visibilityCondition": { + "leftFormFieldId": 'Text0xlk8n', + "leftRestResponseId": '', + "operator": '==', + "rightValue": 'Attach', + "rightType": null, + "rightFormFieldId": '', + "rightRestResponseId": '', + "nextConditionOperator": '', + "nextCondition": null }, - params: { - existingColspan: 1, - maxColspan: 2, - fileSource: { - serviceId: 'alfresco-content', - name: 'Alfresco Content' + "params": { + "existingColspan": 1, + "maxColspan": 2, + "fileSource": { + "serviceId": 'alfresco-content', + "name": 'Alfresco Content' }, - multiple: false, - link: false + "multiple": false, + "link": false } } ] } } ], - outcomes: [ + "outcomes": [ { - id: '5f2f1c2d-5a79-4ed1-a262-4fef190d41eb', - name: 'Custom Outcome', - visibilityCondition: { - leftType: 'field', - leftValue: 'Text0xlk8n', - operator: '==', - rightValue: 'hi', - rightType: 'value', - nextConditionOperator: '', - nextCondition: null + "id": '5f2f1c2d-5a79-4ed1-a262-4fef190d41eb', + "name": 'Custom Outcome', + "visibilityCondition": { + "leftType": 'field', + "leftValue": 'Text0xlk8n', + "operator": '==', + "rightValue": 'hi', + "rightType": 'value', + "nextConditionOperator": '', + "nextCondition": null } } ], - metadata: {}, - variables: [] + "metadata": {}, + "variables": [] } } }; export const multilingualForm: any = { - formRepresentation: { - id: 'form-2aaaf20e-43d3-46bf-89be-859d5f512dd2', - name: 'multilingualform', - description: '', - version: 0, - formDefinition: { - tabs: [], - fields: [ + "formRepresentation": { + "id": 'form-2aaaf20e-43d3-46bf-89be-859d5f512dd2', + "name": 'multilingualform', + "description": '', + "version": 0, + "formDefinition": { + "tabs": [], + "fields": [ { - id: '451e2235-3310-4c2d-9b4a-08b53ae1640c', - name: 'Label', - type: 'container', - tab: null, - numberOfColumns: 2, - fields: { - 1: [ + "id": '451e2235-3310-4c2d-9b4a-08b53ae1640c', + "name": 'Label', + "type": 'container', + "tab": null, + "numberOfColumns": 2, + "fields": { + "1": [ { - id: 'textField', - name: 'TEXT_FIELD.TITLE', - type: 'text', - required: false, - colspan: 1, - placeholder: null, - minLength: 0, - maxLength: 0, - regexPattern: null, - visibilityCondition: null, - params: { - existingColspan: 1, - maxColspan: 2 + "id": 'textField', + "name": 'TEXT_FIELD.TITLE', + "type": 'text', + "required": false, + "colspan": 1, + "placeholder": null, + "minLength": 0, + "maxLength": 0, + "regexPattern": null, + "visibilityCondition": null, + "params": { + "existingColspan": 1, + "maxColspan": 2 } } ], - 2: [] + "2": [] } }, { - id: '1c87df6c-514e-45a7-96bc-508562683bb3', - name: 'Label', - type: 'container', - tab: null, - numberOfColumns: 2, - fields: { - 1: [ + "id": '1c87df6c-514e-45a7-96bc-508562683bb3', + "name": 'Label', + "type": 'container', + "tab": null, + "numberOfColumns": 2, + "fields": { + "1": [ { - id: 'fildUploadField', - name: 'FILE_UPLOAD_FIELD.TITLE', - type: 'multi-line-text', - colspan: 1, - placeholder: null, - minLength: 0, - maxLength: 0, - regexPattern: null, - required: false, - visibilityCondition: null, - params: { - existingColspan: 1, - maxColspan: 2 + "id": 'fildUploadField', + "name": 'FILE_UPLOAD_FIELD.TITLE', + "type": 'multi-line-text', + "colspan": 1, + "placeholder": null, + "minLength": 0, + "maxLength": 0, + "regexPattern": null, + "required": false, + "visibilityCondition": null, + "params": { + "existingColspan": 1, + "maxColspan": 2 } } ], - 2: [ + "2": [ { - id: 'amountField', - name: 'AMOUNT_FIELD.TITLE', - type: 'amount', - required: false, - colspan: 1, - placeholder: '123', - minValue: null, - maxValue: null, - visibilityCondition: null, - params: { - existingColspan: 1, - maxColspan: 2 + "id": 'amountField', + "name": 'AMOUNT_FIELD.TITLE', + "type": 'amount', + "required": false, + "colspan": 1, + "placeholder": '123', + "minValue": null, + "maxValue": null, + "visibilityCondition": null, + "params": { + "existingColspan": 1, + "maxColspan": 2 }, - enableFractions: false, - currency: '$' + "enableFractions": false, + "currency": '$' } ] } }, { - id: '33138eea-130f-4bba-b5a5-29ea60f31786', - name: 'Label', - type: 'container', - tab: null, - numberOfColumns: 2, - fields: { - 1: [ + "id": '33138eea-130f-4bba-b5a5-29ea60f31786', + "name": 'Label', + "type": 'container', + "tab": null, + "numberOfColumns": 2, + "fields": { + "1": [ { - id: 'dateField', - name: 'DATE_FIELD.TITLE', - type: 'date', - required: false, - colspan: 1, - placeholder: null, - minValue: null, - maxValue: null, - visibilityCondition: null, - params: { - existingColspan: 1, - maxColspan: 2 + "id": 'dateField', + "name": 'DATE_FIELD.TITLE', + "type": 'date', + "required": false, + "colspan": 1, + "placeholder": null, + "minValue": null, + "maxValue": null, + "visibilityCondition": null, + "params": { + "existingColspan": 1, + "maxColspan": 2 }, - dateDisplayFormat: 'D-M-YYYY' + "dateDisplayFormat": 'D-M-YYYY' } ], - 2: [] + "2": [] } } ], - outcomes: [], - metadata: {}, - variables: [] + "outcomes": [], + "metadata": {}, + "variables": [] } } }; export const fakeMetadataForm = { - id: 'form-de8895be-d0d7-4434-beef-559b15305d72', - name: 'StartEventForm', - description: '', - version: 0, - formDefinition: { - tabs: [], - fields: [ + "id": 'form-de8895be-d0d7-4434-beef-559b15305d72', + "name": 'StartEventForm', + "description": '', + "version": 0, + "formDefinition": { + "tabs": [], + "fields": [ { - type: 'container', - id: '5a6b24c1-db2b-45e9-9aff-142395433d23', - name: 'Label', - tab: null, - fields: { - 1: [ + "type": 'container', + "id": '5a6b24c1-db2b-45e9-9aff-142395433d23', + "name": 'Label', + "tab": null, + "fields": { + "1": [ { - type: 'text', - id: 'pfx_property_one', - name: 'pfx_property_one', - colspan: 1, - params: { - existingColspan: 1, - maxColspan: 2 + "type": 'text', + "id": 'pfx_property_one', + "name": 'pfx_property_one', + "colspan": 1, + "params": { + "existingColspan": 1, + "maxColspan": 2 }, - visibilityCondition: null, - placeholder: null, - value: null, - required: false, - minLength: 0, - maxLength: 0, - regexPattern: null + "visibilityCondition": null, + "placeholder": null, + "value": null, + "required": false, + "minLength": 0, + "maxLength": 0, + "regexPattern": null } ], - 2: [ + "2": [ { - type: 'boolean', - id: 'pfx_property_two', - name: 'pfx_property_two', - colspan: 1, - params: { - existingColspan: 1, - maxColspan: 2 + "type": 'boolean', + "id": 'pfx_property_two', + "name": 'pfx_property_two', + "colspan": 1, + "params": { + "existingColspan": 1, + "maxColspan": 2 }, - visibilityCondition: null, - placeholder: null, - value: null, - required: false, - minLength: 0, - maxLength: 0, - regexPattern: null + "visibilityCondition": null, + "placeholder": null, + "value": null, + "required": false, + "minLength": 0, + "maxLength": 0, + "regexPattern": null } ], - 3: [ + "3": [ { - id: 'content_form_nodes', - name: 'Nodes', - type: 'upload', - readOnly: false, - required: true, - colspan: 1, - visibilityCondition: null, - params: { - existingColspan: 1, - maxColspan: 2, - fileSource: { - serviceId: 'alfresco-content', - name: 'Alfresco Content', - metadataAllowed: true + "id": 'content_form_nodes', + "name": 'Nodes', + "type": 'upload', + "readOnly": false, + "required": true, + "colspan": 1, + "visibilityCondition": null, + "params": { + "existingColspan": 1, + "maxColspan": 2, + "fileSource": { + "serviceId": 'alfresco-content', + "name": 'Alfresco Content', + "metadataAllowed": true }, - multiple: true, - menuOptions: { - show: true, - download: true, - retrieveMetadata: true, - remove: true + "multiple": true, + "menuOptions": { + "show": true, + "download": true, + "retrieveMetadata": true, + "remove": true }, - link: false + "link": false } } ], - 4: [ + "4": [ { - id: 'pfx_property_three', - name: 'pfx_property_three', - required: false, - readOnly: false, - colspan: 1, - params: { - existingColspan: 1, - maxColspan: 2 + "id": 'pfx_property_three', + "name": 'pfx_property_three', + "required": false, + "readOnly": false, + "colspan": 1, + "params": { + "existingColspan": 1, + "maxColspan": 2 }, - visibilityCondition: null, - type: 'dropdown', - optionType: 'manual', - options: [ + "visibilityCondition": null, + "type": 'dropdown', + "optionType": 'manual', + "options": [ { - id: 'empty', - name: 'Choose one...' + "id": 'empty', + "name": 'Choose one...' }, { - id: 'opt_1', - name: 'Option 1' + "id": 'opt_1', + "name": 'Option 1' }, { - id: 'opt_2', - name: 'Option 2' + "id": 'opt_2', + "name": 'Option 2' } ], - value: 'empty', - restUrl: null, - restResponsePath: null, - restIdProperty: null, - restLabelProperty: null + "value": 'empty', + "restUrl": null, + "restResponsePath": null, + "restIdProperty": null, + "restLabelProperty": null } ], - 5: [ + "5": [ { - id: 'pfx_property_four', - name: 'pfx_property_four', - required: false, - readOnly: false, - colspan: 1, - params: { - existingColspan: 1, - maxColspan: 2 + "id": 'pfx_property_four', + "name": 'pfx_property_four', + "required": false, + "readOnly": false, + "colspan": 1, + "params": { + "existingColspan": 1, + "maxColspan": 2 }, - visibilityCondition: null, - type: 'dropdown', - optionType: 'manual', - options: [ + "visibilityCondition": null, + "type": 'dropdown', + "optionType": 'manual', + "options": [ { - id: 'empty', - name: 'Choose one...' + "id": 'empty', + "name": 'Choose one...' }, { - id: 'option_1', - name: 'Option: 1' + "id": 'option_1', + "name": 'Option: 1' }, { - id: 'option_2', - name: 'Option: 2' + "id": 'option_2', + "name": 'Option: 2' } ], - value: 'empty', - restUrl: null, - restResponsePath: null, - restIdProperty: null, - restLabelProperty: null + "value": 'empty', + "restUrl": null, + "restResponsePath": null, + "restIdProperty": null, + "restLabelProperty": null } ], - 6: [ + "6": [ { - id: 'pfx_property_five', - name: 'pfx_property_five', - required: false, - readOnly: false, - colspan: 1, - params: { - existingColspan: 1, - maxColspan: 2 + "id": 'pfx_property_five', + "name": 'pfx_property_five', + "required": false, + "readOnly": false, + "colspan": 1, + "params": { + "existingColspan": 1, + "maxColspan": 2 }, - visibilityCondition: null, - type: 'dropdown', - optionType: 'manual', - options: [ + "visibilityCondition": null, + "type": 'dropdown', + "optionType": 'manual', + "options": [ { - id: 'empty', - name: 'Choose one...' + "id": 'empty', + "name": 'Choose one...' }, { - id: 'green', - name: 'Colour green' + "id": 'green', + "name": 'Colour green' }, { - id: 'orange', - name: 'Colour orange' + "id": 'orange', + "name": 'Colour orange' } ], - value: 'empty', - restUrl: null, - restResponsePath: null, - restIdProperty: null, - restLabelProperty: null + "value": 'empty', + "restUrl": null, + "restResponsePath": null, + "restIdProperty": null, + "restLabelProperty": null } ], - 7: [ + "7": [ { - id: 'cmfb85b2a7295ba41209750bca176ccaf9a', - name: 'File viewer', - type: 'file-viewer', - readOnly: false, - required: false, - colspan: 1, - visibilityCondition: null, - params: { - existingColspan: 1, - maxColspan: 2, - uploadWidget: 'content_form_nodes' + "id": 'cmfb85b2a7295ba41209750bca176ccaf9a', + "name": 'File viewer', + "type": 'file-viewer', + "readOnly": false, + "required": false, + "colspan": 1, + "visibilityCondition": null, + "params": { + "existingColspan": 1, + "maxColspan": 2, + "uploadWidget": 'content_form_nodes' } } ], - 8: [ + "8": [ { - type: 'text', - id: 'pfx_property_six', - name: 'pfx_property_six', - colspan: 1, - params: { - existingColspan: 1, - maxColspan: 2 + "type": 'text', + "id": 'pfx_property_six', + "name": 'pfx_property_six', + "colspan": 1, + "params": { + "existingColspan": 1, + "maxColspan": 2 }, - visibilityCondition: null, - placeholder: null, - value: null, - required: false, - minLength: 0, - maxLength: 0, - regexPattern: null + "visibilityCondition": null, + "placeholder": null, + "value": null, + "required": false, + "minLength": 0, + "maxLength": 0, + "regexPattern": null } ], - 9: [ + "9": [ { - type: 'text', - id: 'pfx_property_seven', - name: 'pfx_property_seven', - colspan: 1, - params: { - existingColspan: 1, - maxColspan: 2 + "type": 'text', + "id": 'pfx_property_seven', + "name": 'pfx_property_seven', + "colspan": 1, + "params": { + "existingColspan": 1, + "maxColspan": 2 }, - visibilityCondition: null, - placeholder: null, - value: null, - required: false, - minLength: 0, - maxLength: 0, - regexPattern: null + "visibilityCondition": null, + "placeholder": null, + "value": null, + "required": false, + "minLength": 0, + "maxLength": 0, + "regexPattern": null } ], - 10: [ + "10": [ { - type: 'text', - id: 'pfx_property_eight', - name: 'pfx_property_eight', - colspan: 1, - params: { - existingColspan: 1, - maxColspan: 2 + "type": 'text', + "id": 'pfx_property_eight', + "name": 'pfx_property_eight', + "colspan": 1, + "params": { + "existingColspan": 1, + "maxColspan": 2 }, - visibilityCondition: null, - placeholder: null, - value: null, - required: false, - minLength: 0, - maxLength: 0, - regexPattern: null + "visibilityCondition": null, + "placeholder": null, + "value": null, + "required": false, + "minLength": 0, + "maxLength": 0, + "regexPattern": null } ] }, - numberOfColumns: 2 + "numberOfColumns": 2 } ], - outcomes: [], - metadata: {}, - variables: [] + "outcomes": [], + "metadata": {}, + "variables": [] } }; export const fakeViewerForm = { - id: 'form-de8895be-d0d7-4434-beef-559b15305d72', - name: 'StartEventForm', - description: '', - version: 0, - formDefinition: { - tabs: [], - fields: [ + "id": 'form-de8895be-d0d7-4434-beef-559b15305d72', + "name": 'StartEventForm', + "description": '', + "version": 0, + "formDefinition": { + "tabs": [], + "fields": [ { - type: 'container', - id: '5a6b24c1-db2b-45e9-9aff-142395433d23', - name: 'Label', - tab: null, - fields: { - 1: [ + "type": 'container', + "id": '5a6b24c1-db2b-45e9-9aff-142395433d23', + "name": 'Label', + "tab": null, + "fields": { + "1": [ { - id: 'content_form_nodes', - name: 'Nodes', - type: 'upload', - readOnly: false, - required: true, - colspan: 1, - visibilityCondition: null, - params: { - existingColspan: 1, - maxColspan: 2, - fileSource: { - serviceId: 'alfresco-content', - name: 'Alfresco Content', - metadataAllowed: true + "id": 'content_form_nodes', + "name": 'Nodes', + "type": 'upload', + "readOnly": false, + "required": true, + "colspan": 1, + "visibilityCondition": null, + "params": { + "existingColspan": 1, + "maxColspan": 2, + "fileSource": { + "serviceId": 'alfresco-content', + "name": 'Alfresco Content', + "metadataAllowed": true }, - multiple: true, - menuOptions: { - show: true, - download: true, - retrieveMetadata: true, - remove: true + "multiple": true, + "menuOptions": { + "show": true, + "download": true, + "retrieveMetadata": true, + "remove": true }, - link: false + "link": false } } ], - 2: [ + "2": [ { - id: 'upload_widget', - name: 'Nodes', - type: 'upload', - readOnly: false, - required: true, - colspan: 1, - visibilityCondition: null, - params: { - existingColspan: 1, - maxColspan: 2, - fileSource: { - serviceId: 'alfresco-content', - name: 'Alfresco Content', - metadataAllowed: true + "id": 'upload_widget', + "name": 'Nodes', + "type": 'upload', + "readOnly": false, + "required": true, + "colspan": 1, + "visibilityCondition": null, + "params": { + "existingColspan": 1, + "maxColspan": 2, + "fileSource": { + "serviceId": 'alfresco-content', + "name": 'Alfresco Content', + "metadataAllowed": true }, - multiple: true, - menuOptions: { - show: true, - download: true, - retrieveMetadata: true, - remove: true + "multiple": true, + "menuOptions": { + "show": true, + "download": true, + "retrieveMetadata": true, + "remove": true }, - link: false + "link": false } } ], - 3: [ + "3": [ { - id: 'cmfb85b2a7295ba41209750bca176ccaf9a', - name: 'File viewer', - type: 'file-viewer', - readOnly: false, - required: false, - colspan: 1, - visibilityCondition: null, - params: { - existingColspan: 1, - maxColspan: 2, - uploadWidget: 'content_form_nodes' + "id": 'cmfb85b2a7295ba41209750bca176ccaf9a', + "name": 'File viewer', + "type": 'file-viewer', + "readOnly": false, + "required": false, + "colspan": 1, + "visibilityCondition": null, + "params": { + "existingColspan": 1, + "maxColspan": 2, + "uploadWidget": 'content_form_nodes' } } ] }, - numberOfColumns: 2 + "numberOfColumns": 2 } ], - outcomes: [], - metadata: {}, - variables: [] + "outcomes": [], + "metadata": {}, + "variables": [] } }; diff --git a/lib/core/src/lib/mock/cookie.service.mock.ts b/lib/core/src/lib/mock/cookie.service.mock.ts index 110a61c333..b4e8486789 100644 --- a/lib/core/src/lib/mock/cookie.service.mock.ts +++ b/lib/core/src/lib/mock/cookie.service.mock.ts @@ -20,23 +20,19 @@ import { CookieService } from '../common/services/cookie.service'; @Injectable() export class CookieServiceMock extends CookieService { - /** @override */ - isEnabled(): boolean { + isEnabled (): boolean { return true; } - /** @override */ - getItem(key: string): string | null { + getItem (key: string): string | null { return this[key]?.data || null; } - /** @override */ - setItem(key: string, data: string, expiration: Date | null, path: string | null): void { + setItem (key: string, data: string, expiration: Date | null, path: string | null): void { this[key] = { data, expiration, path }; } - /** @override */ - clear() { + clear () { Object.keys(this).forEach((key) => { if (Object.prototype.hasOwnProperty.call(this, key) && typeof this[key] !== 'function') { this[key] = undefined; diff --git a/lib/core/src/lib/mock/data-column.mock.ts b/lib/core/src/lib/mock/data-column.mock.ts index de7636a58a..151f821573 100644 --- a/lib/core/src/lib/mock/data-column.mock.ts +++ b/lib/core/src/lib/mock/data-column.mock.ts @@ -21,37 +21,37 @@ import { mockPathInfos } from '../datatable/components/mocks/datatable.mock'; export const getDataColumnMock = <T = unknown>( column: Partial<DataColumn<T>> = {} ): DataColumn<T> => ({ - id: 'columnId', - key: 'key', - type: 'text', - format: 'format', - sortable: false, - title: 'title', - srTitle: 'srTitle', - cssClass: 'cssClass', - template: undefined, - copyContent: false, - editable: false, - focus: false, - sortingKey: 'sortingKey', - header: undefined, - draggable: false, - isHidden: false, - customData: undefined, + "id": 'columnId', + "key": 'key', + "type": 'text', + "format": 'format', + "sortable": false, + "title": 'title', + "srTitle": 'srTitle', + "cssClass": 'cssClass', + "template": undefined, + "copyContent": false, + "editable": false, + "focus": false, + "sortingKey": 'sortingKey', + "header": undefined, + "draggable": false, + "isHidden": false, + "customData": undefined, ...column }); export const textColumnRows = [ - { firstname: 'John' }, - { firstname: 'Henry' }, - { firstname: 'David' }, - { firstname: 'Thomas' } + { "firstname": 'John' }, + { "firstname": 'Henry' }, + { "firstname": 'David' }, + { "firstname": 'Thomas' } ]; export const dateColumnRows = [ - { createdOn: new Date(2016, 6, 1, 11, 8, 4) }, - { createdOn: new Date(2018, 4, 3, 12, 8, 4) }, - { createdOn: new Date(2021, 2, 3, 9, 8, 4) } + { "createdOn": new Date(2016, 6, 1, 11, 8, 4) }, + { "createdOn": new Date(2018, 4, 3, 12, 8, 4) }, + { "createdOn": new Date(2021, 2, 3, 9, 8, 4) } ]; const aMinuteInMilliseconds = 60 * 1000; @@ -59,61 +59,61 @@ const anHourInMilliseconds = 60 * aMinuteInMilliseconds; const aDayInMilliseconds = 24 * anHourInMilliseconds; export const dateColumnTimeAgoRows = [ - { modifiedOn: new Date() }, - { modifiedOn: new Date(Date.now() - 44 * aMinuteInMilliseconds) }, - { modifiedOn: new Date(Date.now() - 45 * aMinuteInMilliseconds) }, - { modifiedOn: new Date(Date.now() - 23 * anHourInMilliseconds) }, - { modifiedOn: new Date(Date.now() - 7 * aDayInMilliseconds) }, - { modifiedOn: new Date(Date.now() - 8 * aDayInMilliseconds) } + { "modifiedOn": new Date() }, + { "modifiedOn": new Date(Date.now() - 44 * aMinuteInMilliseconds) }, + { "modifiedOn": new Date(Date.now() - 45 * aMinuteInMilliseconds) }, + { "modifiedOn": new Date(Date.now() - 23 * anHourInMilliseconds) }, + { "modifiedOn": new Date(Date.now() - 7 * aDayInMilliseconds) }, + { "modifiedOn": new Date(Date.now() - 8 * aDayInMilliseconds) } ]; export const locationColumnRows = [ { - path: mockPathInfos[0] + "path": mockPathInfos[0] }, { - path: mockPathInfos[1] + "path": mockPathInfos[1] }, { - path: mockPathInfos[2] + "path": mockPathInfos[2] } ]; export const booleanColumnRows = [ - { bool: 'true' }, - { bool: 'false' }, - { bool: true }, - { bool: false } + { "bool": 'true' }, + { "bool": 'false' }, + { "bool": true }, + { "bool": false } ]; export const iconColumnRows = [ - { icon: 'alarm' }, - { icon: 'folder_open' }, - { icon: 'accessibility' } + { "icon": 'alarm' }, + { "icon": 'folder_open' }, + { "icon": 'accessibility' } ]; export const imageColumnRows = [ - { image: 'material-icons://image' }, - { image: 'material-icons://image' }, - { image: 'material-icons://image' } + { "image": 'material-icons://image' }, + { "image": 'material-icons://image' }, + { "image": 'material-icons://image' } ]; export const fileSizeColumnRows = [ - { size: 12313 }, - { size: 23 }, - { size: 42421412421 } + { "size": 12313 }, + { "size": 23 }, + { "size": 42421412421 } ]; export const amountColumnRows = [ - { price: 1230 }, - { price: 422.55 }, - { price: 50000.7855332 }, - { price: 0.123 }, - { price: -2022.3321 } + { "price": 1230 }, + { "price": 422.55 }, + { "price": 50000.7855332 }, + { "price": 0.123 }, + { "price": -2022.3321 } ]; export const jsonColumnRows = [ - { rowInfo: { id: 1, name: 'row1' } }, - { rowInfo: { id: 2, name: 'row2' } }, - { rowInfo: { id: 3, name: 'row3' } } + { "rowInfo": { "id": 1, "name": 'row1' } }, + { "rowInfo": { "id": 2, "name": 'row2' } }, + { "rowInfo": { "id": 3, "name": 'row3' } } ]; diff --git a/lib/core/src/lib/mock/dom-sanitizer-mock.ts b/lib/core/src/lib/mock/dom-sanitizer-mock.ts index c20af6f41d..5a3ce595bd 100644 --- a/lib/core/src/lib/mock/dom-sanitizer-mock.ts +++ b/lib/core/src/lib/mock/dom-sanitizer-mock.ts @@ -18,5 +18,5 @@ import { DomSanitizer } from '@angular/platform-browser'; export const domSanitizerMock = { - bypassSecurityTrustResourceUrl: () => {} + "bypassSecurityTrustResourceUrl": () => {} } as any as DomSanitizer; diff --git a/lib/core/src/lib/mock/event.mock.ts b/lib/core/src/lib/mock/event.mock.ts index 23fa42d31c..8cd7e38c99 100644 --- a/lib/core/src/lib/mock/event.mock.ts +++ b/lib/core/src/lib/mock/event.mock.ts @@ -17,21 +17,21 @@ export class EventMock { - static keyDown(key: any) { + static keyDown (key: any) { const event: any = document.createEvent('Event'); event.keyCode = key; event.initEvent('keydown'); document.dispatchEvent(event); } - static keyUp(key: any) { + static keyUp (key: any) { const event: any = document.createEvent('Event'); event.keyCode = key; event.initEvent('keyup'); document.dispatchEvent(event); } - static resizeMobileView() { + static resizeMobileView () { // todo: no longer compiles with TS 2.0.2 as innerWidth/innerHeight are readonly fields /* window.innerWidth = 320; diff --git a/lib/core/src/lib/mock/form/demo-form.mock.ts b/lib/core/src/lib/mock/form/demo-form.mock.ts index 25d9c69b58..c63645fa2e 100644 --- a/lib/core/src/lib/mock/form/demo-form.mock.ts +++ b/lib/core/src/lib/mock/form/demo-form.mock.ts @@ -17,1848 +17,1848 @@ export class DemoForm { easyForm: any = { - formRepresentation: { - id: 1001, - name: 'ISSUE_FORM', - tabs: [], - fields: [ + "formRepresentation": { + "id": 1001, + "name": 'ISSUE_FORM', + "tabs": [], + "fields": [ { - fieldType: 'ContainerRepresentation', - id: '1498212398417', - name: 'Label', - type: 'container', - value: null, - required: false, - readOnly: false, - overrideId: false, - colspan: 1, - placeholder: null, - minLength: 0, - maxLength: 0, - minValue: null, - maxValue: null, - regexPattern: null, - optionType: null, - hasEmptyValue: false, - options: null, - restUrl: null, - restResponsePath: null, - restIdProperty: null, - restLabelProperty: null, - tab: null, - className: null, - dateDisplayFormat: null, - sizeX: 2, - sizeY: 1, - row: -1, - col: -1, - numberOfColumns: 2, - fields: { - 1: [ + "fieldType": 'ContainerRepresentation', + "id": '1498212398417', + "name": 'Label', + "type": 'container', + "value": null, + "required": false, + "readOnly": false, + "overrideId": false, + "colspan": 1, + "placeholder": null, + "minLength": 0, + "maxLength": 0, + "minValue": null, + "maxValue": null, + "regexPattern": null, + "optionType": null, + "hasEmptyValue": false, + "options": null, + "restUrl": null, + "restResponsePath": null, + "restIdProperty": null, + "restLabelProperty": null, + "tab": null, + "className": null, + "dateDisplayFormat": null, + "sizeX": 2, + "sizeY": 1, + "row": -1, + "col": -1, + "numberOfColumns": 2, + "fields": { + "1": [ { - fieldType: 'RestFieldRepresentation', - id: 'label', - name: 'Label', - type: 'dropdown', - value: 'Choose one...', - required: false, - readOnly: false, - overrideId: false, - colspan: 1, - placeholder: null, - minLength: 0, - maxLength: 0, - minValue: null, - maxValue: null, - regexPattern: null, - optionType: null, - hasEmptyValue: true, - options: [ + "fieldType": 'RestFieldRepresentation', + "id": 'label', + "name": 'Label', + "type": 'dropdown', + "value": 'Choose one...', + "required": false, + "readOnly": false, + "overrideId": false, + "colspan": 1, + "placeholder": null, + "minLength": 0, + "maxLength": 0, + "minValue": null, + "maxValue": null, + "regexPattern": null, + "optionType": null, + "hasEmptyValue": true, + "options": [ { - id: 'empty', - name: 'Choose one...' + "id": 'empty', + "name": 'Choose one...' }, { - id: 'option_1', - name: 'test1' + "id": 'option_1', + "name": 'test1' }, { - id: 'option_2', - name: 'test2' + "id": 'option_2', + "name": 'test2' }, { - id: 'option_3', - name: 'test3' + "id": 'option_3', + "name": 'test3' } ], - restUrl: null, - restResponsePath: null, - restIdProperty: null, - restLabelProperty: null, - tab: null, - className: null, - params: { - existingColspan: 1, - maxColspan: 2 + "restUrl": null, + "restResponsePath": null, + "restIdProperty": null, + "restLabelProperty": null, + "tab": null, + "className": null, + "params": { + "existingColspan": 1, + "maxColspan": 2 }, - dateDisplayFormat: null, - layout: { - row: -1, - column: -1, - colspan: 1 + "dateDisplayFormat": null, + "layout": { + "row": -1, + "column": -1, + "colspan": 1 }, - sizeX: 1, - sizeY: 1, - row: -1, - col: -1, - visibilityCondition: null, - endpoint: null, - requestHeaders: null + "sizeX": 1, + "sizeY": 1, + "row": -1, + "col": -1, + "visibilityCondition": null, + "endpoint": null, + "requestHeaders": null }, { - fieldType: 'FormFieldRepresentation', - id: 'Date', - name: 'Date', - type: 'date', - value: null, - required: false, - readOnly: false, - overrideId: false, - colspan: 1, - placeholder: null, - minLength: 0, - maxLength: 0, - minValue: null, - maxValue: null, - regexPattern: null, - optionType: null, - hasEmptyValue: null, - options: null, - restUrl: null, - restResponsePath: null, - restIdProperty: null, - restLabelProperty: null, - tab: 'tab1', - className: null, - params: { - existingColspan: 1, - maxColspan: 2 + "fieldType": 'FormFieldRepresentation', + "id": 'Date', + "name": 'Date', + "type": 'date', + "value": null, + "required": false, + "readOnly": false, + "overrideId": false, + "colspan": 1, + "placeholder": null, + "minLength": 0, + "maxLength": 0, + "minValue": null, + "maxValue": null, + "regexPattern": null, + "optionType": null, + "hasEmptyValue": null, + "options": null, + "restUrl": null, + "restResponsePath": null, + "restIdProperty": null, + "restLabelProperty": null, + "tab": 'tab1', + "className": null, + "params": { + "existingColspan": 1, + "maxColspan": 2 }, - dateDisplayFormat: null, - layout: { - row: -1, - column: -1, - colspan: 1 + "dateDisplayFormat": null, + "layout": { + "row": -1, + "column": -1, + "colspan": 1 }, - sizeX: 1, - sizeY: 1, - row: -1, - col: -1, - visibilityCondition: null + "sizeX": 1, + "sizeY": 1, + "row": -1, + "col": -1, + "visibilityCondition": null }, { - fieldType: 'FormFieldRepresentation', - id: 'label5', - name: 'Label5', - type: 'boolean', - value: null, - required: false, - readOnly: false, - overrideId: false, - colspan: 1, - placeholder: null, - minLength: 0, - maxLength: 0, - minValue: null, - maxValue: null, - regexPattern: null, - optionType: null, - hasEmptyValue: null, - options: null, - restUrl: null, - restResponsePath: null, - restIdProperty: null, - restLabelProperty: null, - tab: 'tab1', - className: null, - params: { - existingColspan: 1, - maxColspan: 1 + "fieldType": 'FormFieldRepresentation', + "id": 'label5', + "name": 'Label5', + "type": 'boolean', + "value": null, + "required": false, + "readOnly": false, + "overrideId": false, + "colspan": 1, + "placeholder": null, + "minLength": 0, + "maxLength": 0, + "minValue": null, + "maxValue": null, + "regexPattern": null, + "optionType": null, + "hasEmptyValue": null, + "options": null, + "restUrl": null, + "restResponsePath": null, + "restIdProperty": null, + "restLabelProperty": null, + "tab": 'tab1', + "className": null, + "params": { + "existingColspan": 1, + "maxColspan": 1 }, - dateDisplayFormat: null, - layout: { - row: -1, - column: -1, - colspan: 1 + "dateDisplayFormat": null, + "layout": { + "row": -1, + "column": -1, + "colspan": 1 }, - sizeX: 1, - sizeY: 1, - row: -1, - col: -1, - visibilityCondition: null + "sizeX": 1, + "sizeY": 1, + "row": -1, + "col": -1, + "visibilityCondition": null }, { - fieldType: 'FormFieldRepresentation', - id: 'label6', - name: 'Label6', - type: 'boolean', - value: null, - required: false, - readOnly: false, - overrideId: false, - colspan: 1, - placeholder: null, - minLength: 0, - maxLength: 0, - minValue: null, - maxValue: null, - regexPattern: null, - optionType: null, - hasEmptyValue: null, - options: null, - restUrl: null, - restResponsePath: null, - restIdProperty: null, - restLabelProperty: null, - tab: 'tab1', - className: null, - params: { - existingColspan: 1, - maxColspan: 1 + "fieldType": 'FormFieldRepresentation', + "id": 'label6', + "name": 'Label6', + "type": 'boolean', + "value": null, + "required": false, + "readOnly": false, + "overrideId": false, + "colspan": 1, + "placeholder": null, + "minLength": 0, + "maxLength": 0, + "minValue": null, + "maxValue": null, + "regexPattern": null, + "optionType": null, + "hasEmptyValue": null, + "options": null, + "restUrl": null, + "restResponsePath": null, + "restIdProperty": null, + "restLabelProperty": null, + "tab": 'tab1', + "className": null, + "params": { + "existingColspan": 1, + "maxColspan": 1 }, - dateDisplayFormat: null, - layout: { - row: -1, - column: -1, - colspan: 1 + "dateDisplayFormat": null, + "layout": { + "row": -1, + "column": -1, + "colspan": 1 }, - sizeX: 1, - sizeY: 1, - row: -1, - col: -1, - visibilityCondition: null + "sizeX": 1, + "sizeY": 1, + "row": -1, + "col": -1, + "visibilityCondition": null }, { - fieldType: 'FormFieldRepresentation', - id: 'label4', - name: 'Label4', - type: 'integer', - value: null, - required: false, - readOnly: false, - overrideId: false, - colspan: 1, - placeholder: null, - minLength: 0, - maxLength: 0, - minValue: null, - maxValue: null, - regexPattern: null, - optionType: null, - hasEmptyValue: null, - options: null, - restUrl: null, - restResponsePath: null, - restIdProperty: null, - restLabelProperty: null, - tab: 'tab1', - className: null, - params: { - existingColspan: 1, - maxColspan: 2 + "fieldType": 'FormFieldRepresentation', + "id": 'label4', + "name": 'Label4', + "type": 'integer', + "value": null, + "required": false, + "readOnly": false, + "overrideId": false, + "colspan": 1, + "placeholder": null, + "minLength": 0, + "maxLength": 0, + "minValue": null, + "maxValue": null, + "regexPattern": null, + "optionType": null, + "hasEmptyValue": null, + "options": null, + "restUrl": null, + "restResponsePath": null, + "restIdProperty": null, + "restLabelProperty": null, + "tab": 'tab1', + "className": null, + "params": { + "existingColspan": 1, + "maxColspan": 2 }, - dateDisplayFormat: null, - layout: { - row: -1, - column: -1, - colspan: 1 + "dateDisplayFormat": null, + "layout": { + "row": -1, + "column": -1, + "colspan": 1 }, - sizeX: 1, - sizeY: 1, - row: -1, - col: -1, - visibilityCondition: null + "sizeX": 1, + "sizeY": 1, + "row": -1, + "col": -1, + "visibilityCondition": null }, { - fieldType: 'RestFieldRepresentation', - id: 'label12', - name: 'Label12', - type: 'radio-buttons', - value: null, - required: false, - readOnly: false, - overrideId: false, - colspan: 1, - placeholder: null, - minLength: 0, - maxLength: 0, - minValue: null, - maxValue: null, - regexPattern: null, - optionType: null, - hasEmptyValue: null, - options: [ + "fieldType": 'RestFieldRepresentation', + "id": 'label12', + "name": 'Label12', + "type": 'radio-buttons', + "value": null, + "required": false, + "readOnly": false, + "overrideId": false, + "colspan": 1, + "placeholder": null, + "minLength": 0, + "maxLength": 0, + "minValue": null, + "maxValue": null, + "regexPattern": null, + "optionType": null, + "hasEmptyValue": null, + "options": [ { - id: 'option_1', - name: 'Option 1' + "id": 'option_1', + "name": 'Option 1' }, { - id: 'option_2', - name: 'Option 2' + "id": 'option_2', + "name": 'Option 2' } ], - restUrl: null, - restResponsePath: null, - restIdProperty: null, - restLabelProperty: null, - tab: 'tab1', - className: null, - params: { - existingColspan: 1, - maxColspan: 2 + "restUrl": null, + "restResponsePath": null, + "restIdProperty": null, + "restLabelProperty": null, + "tab": 'tab1', + "className": null, + "params": { + "existingColspan": 1, + "maxColspan": 2 }, - dateDisplayFormat: null, - layout: { - row: -1, - column: -1, - colspan: 1 + "dateDisplayFormat": null, + "layout": { + "row": -1, + "column": -1, + "colspan": 1 }, - sizeX: 1, - sizeY: 1, - row: -1, - col: -1, - visibilityCondition: null, - endpoint: null, - requestHeaders: null + "sizeX": 1, + "sizeY": 1, + "row": -1, + "col": -1, + "visibilityCondition": null, + "endpoint": null, + "requestHeaders": null } ] } } ], - outcomes: [], - javascriptEvents: [], - className: '', - style: '', - customFieldTemplates: {}, - metadata: {}, - variables: [ + "outcomes": [], + "javascriptEvents": [], + "className": '', + "style": '', + "customFieldTemplates": {}, + "metadata": {}, + "variables": [ { - id: 'bfca9766-7bc1-45cc-8ecf-cdad551e36e2', - name: 'name1', - type: 'string', - value: '' + "id": 'bfca9766-7bc1-45cc-8ecf-cdad551e36e2', + "name": 'name1', + "type": 'string', + "value": '' }, { - id: '3ed9f28a-dbae-463f-b991-47ef06658bb6', - name: 'name2', - type: 'string', - value: '' + "id": '3ed9f28a-dbae-463f-b991-47ef06658bb6', + "name": 'name2', + "type": 'string', + "value": '' }, { - id: 'a7710978-1e9c-4b54-a19c-c6267d2b19a2', - name: 'input02', - type: 'integer' + "id": 'a7710978-1e9c-4b54-a19c-c6267d2b19a2', + "name": 'input02', + "type": 'integer' } ], - customFieldsValueInfo: {}, - gridsterForm: false, - globalDateFormat: 'D-M-YYYY' + "customFieldsValueInfo": {}, + "gridsterForm": false, + "globalDateFormat": 'D-M-YYYY' } }; formDefinition: any = { - formRepresentation: { - id: 3003, - name: 'demo-01', - taskId: '7501', - taskName: 'Demo Form 01', - tabs: [ + "formRepresentation": { + "id": 3003, + "name": 'demo-01', + "taskId": '7501', + "taskName": 'Demo Form 01', + "tabs": [ { - id: 'tab1', - title: 'Text', - visibilityCondition: null + "id": 'tab1', + "title": 'Text', + "visibilityCondition": null }, { - id: 'tab2', - title: 'Misc', - visibilityCondition: null + "id": 'tab2', + "title": 'Misc', + "visibilityCondition": null } ], - fields: [ + "fields": [ { - fieldType: 'ContainerRepresentation', - id: '1488274019966', - name: 'Label', - type: 'container', - value: null, - required: false, - readOnly: false, - overrideId: false, - colspan: 1, - placeholder: null, - minLength: 0, - maxLength: 0, - minValue: null, - maxValue: null, - regexPattern: null, - optionType: null, - hasEmptyValue: null, - options: null, - restUrl: null, - restResponsePath: null, - restIdProperty: null, - restLabelProperty: null, - tab: null, - className: null, - dateDisplayFormat: null, - layout: null, - sizeX: 2, - sizeY: 1, - row: -1, - col: -1, - visibilityCondition: null, - numberOfColumns: 2, - fields: { - 1: [], - 2: [] + "fieldType": 'ContainerRepresentation', + "id": '1488274019966', + "name": 'Label', + "type": 'container', + "value": null, + "required": false, + "readOnly": false, + "overrideId": false, + "colspan": 1, + "placeholder": null, + "minLength": 0, + "maxLength": 0, + "minValue": null, + "maxValue": null, + "regexPattern": null, + "optionType": null, + "hasEmptyValue": null, + "options": null, + "restUrl": null, + "restResponsePath": null, + "restIdProperty": null, + "restLabelProperty": null, + "tab": null, + "className": null, + "dateDisplayFormat": null, + "layout": null, + "sizeX": 2, + "sizeY": 1, + "row": -1, + "col": -1, + "visibilityCondition": null, + "numberOfColumns": 2, + "fields": { + "1": [], + "2": [] } }, { - fieldType: 'ContainerRepresentation', - id: 'section4', - name: 'Section 4', - type: 'group', - value: null, - required: false, - readOnly: false, - overrideId: false, - colspan: 1, - placeholder: null, - minLength: 0, - maxLength: 0, - minValue: null, - maxValue: null, - regexPattern: null, - optionType: null, - hasEmptyValue: null, - options: null, - restUrl: null, - restResponsePath: null, - restIdProperty: null, - restLabelProperty: null, - tab: 'tab2', - className: null, - dateDisplayFormat: null, - layout: { - row: -1, - column: -1, - colspan: 2 + "fieldType": 'ContainerRepresentation', + "id": 'section4', + "name": 'Section 4', + "type": 'group', + "value": null, + "required": false, + "readOnly": false, + "overrideId": false, + "colspan": 1, + "placeholder": null, + "minLength": 0, + "maxLength": 0, + "minValue": null, + "maxValue": null, + "regexPattern": null, + "optionType": null, + "hasEmptyValue": null, + "options": null, + "restUrl": null, + "restResponsePath": null, + "restIdProperty": null, + "restLabelProperty": null, + "tab": 'tab2', + "className": null, + "dateDisplayFormat": null, + "layout": { + "row": -1, + "column": -1, + "colspan": 2 }, - sizeX: 2, - sizeY: 1, - row: -1, - col: -1, - visibilityCondition: null, - numberOfColumns: 2, - fields: { - 1: [ + "sizeX": 2, + "sizeY": 1, + "row": -1, + "col": -1, + "visibilityCondition": null, + "numberOfColumns": 2, + "fields": { + "1": [ { - fieldType: 'FormFieldRepresentation', - id: 'label8', - name: 'Label8', - type: 'people', - value: null, - required: false, - readOnly: false, - overrideId: false, - colspan: 1, - placeholder: null, - minLength: 0, - maxLength: 0, - minValue: null, - maxValue: null, - regexPattern: null, - optionType: null, - hasEmptyValue: null, - options: null, - restUrl: null, - restResponsePath: null, - restIdProperty: null, - restLabelProperty: null, - tab: 'tab2', - className: null, - params: { - existingColspan: 1, - maxColspan: 2 + "fieldType": 'FormFieldRepresentation', + "id": 'label8', + "name": 'Label8', + "type": 'people', + "value": null, + "required": false, + "readOnly": false, + "overrideId": false, + "colspan": 1, + "placeholder": null, + "minLength": 0, + "maxLength": 0, + "minValue": null, + "maxValue": null, + "regexPattern": null, + "optionType": null, + "hasEmptyValue": null, + "options": null, + "restUrl": null, + "restResponsePath": null, + "restIdProperty": null, + "restLabelProperty": null, + "tab": 'tab2', + "className": null, + "params": { + "existingColspan": 1, + "maxColspan": 2 }, - dateDisplayFormat: null, - layout: { - row: -1, - column: -1, - colspan: 1 + "dateDisplayFormat": null, + "layout": { + "row": -1, + "column": -1, + "colspan": 1 }, - sizeX: 1, - sizeY: 1, - row: -1, - col: -1, - visibilityCondition: null + "sizeX": 1, + "sizeY": 1, + "row": -1, + "col": -1, + "visibilityCondition": null }, { - fieldType: 'FormFieldRepresentation', - id: 'label13', - name: 'Label13', - type: 'functional-group', - value: null, - required: false, - readOnly: false, - overrideId: false, - colspan: 1, - placeholder: null, - minLength: 0, - maxLength: 0, - minValue: null, - maxValue: null, - regexPattern: null, - optionType: null, - hasEmptyValue: null, - options: null, - restUrl: null, - restResponsePath: null, - restIdProperty: null, - restLabelProperty: null, - tab: 'tab2', - className: null, - params: { - existingColspan: 1, - maxColspan: 2 + "fieldType": 'FormFieldRepresentation', + "id": 'label13', + "name": 'Label13', + "type": 'functional-group', + "value": null, + "required": false, + "readOnly": false, + "overrideId": false, + "colspan": 1, + "placeholder": null, + "minLength": 0, + "maxLength": 0, + "minValue": null, + "maxValue": null, + "regexPattern": null, + "optionType": null, + "hasEmptyValue": null, + "options": null, + "restUrl": null, + "restResponsePath": null, + "restIdProperty": null, + "restLabelProperty": null, + "tab": 'tab2', + "className": null, + "params": { + "existingColspan": 1, + "maxColspan": 2 }, - dateDisplayFormat: null, - layout: { - row: -1, - column: -1, - colspan: 1 + "dateDisplayFormat": null, + "layout": { + "row": -1, + "column": -1, + "colspan": 1 }, - sizeX: 1, - sizeY: 1, - row: -1, - col: -1, - visibilityCondition: null + "sizeX": 1, + "sizeY": 1, + "row": -1, + "col": -1, + "visibilityCondition": null }, { - fieldType: 'FormFieldRepresentation', - id: 'label18', - name: 'Label18', - type: 'readonly', - value: null, - required: false, - readOnly: false, - overrideId: false, - colspan: 1, - placeholder: null, - minLength: 0, - maxLength: 0, - minValue: null, - maxValue: null, - regexPattern: null, - optionType: null, - hasEmptyValue: null, - options: null, - restUrl: null, - restResponsePath: null, - restIdProperty: null, - restLabelProperty: null, - tab: 'tab2', - className: null, - params: { - existingColspan: 1, - maxColspan: 2 + "fieldType": 'FormFieldRepresentation', + "id": 'label18', + "name": 'Label18', + "type": 'readonly', + "value": null, + "required": false, + "readOnly": false, + "overrideId": false, + "colspan": 1, + "placeholder": null, + "minLength": 0, + "maxLength": 0, + "minValue": null, + "maxValue": null, + "regexPattern": null, + "optionType": null, + "hasEmptyValue": null, + "options": null, + "restUrl": null, + "restResponsePath": null, + "restIdProperty": null, + "restLabelProperty": null, + "tab": 'tab2', + "className": null, + "params": { + "existingColspan": 1, + "maxColspan": 2 }, - dateDisplayFormat: null, - layout: { - row: -1, - column: -1, - colspan: 1 + "dateDisplayFormat": null, + "layout": { + "row": -1, + "column": -1, + "colspan": 1 }, - sizeX: 1, - sizeY: 1, - row: -1, - col: -1, - visibilityCondition: null + "sizeX": 1, + "sizeY": 1, + "row": -1, + "col": -1, + "visibilityCondition": null }, { - fieldType: 'FormFieldRepresentation', - id: 'label19', - name: 'Label19', - type: 'readonly-text', - value: 'Display text as part of the form', - required: false, - readOnly: false, - overrideId: false, - colspan: 1, - placeholder: null, - minLength: 0, - maxLength: 0, - minValue: null, - maxValue: null, - regexPattern: null, - optionType: null, - hasEmptyValue: null, - options: null, - restUrl: null, - restResponsePath: null, - restIdProperty: null, - restLabelProperty: null, - tab: 'tab2', - className: null, - params: { - existingColspan: 1, - maxColspan: 2 + "fieldType": 'FormFieldRepresentation', + "id": 'label19', + "name": 'Label19', + "type": 'readonly-text', + "value": 'Display text as part of the form', + "required": false, + "readOnly": false, + "overrideId": false, + "colspan": 1, + "placeholder": null, + "minLength": 0, + "maxLength": 0, + "minValue": null, + "maxValue": null, + "regexPattern": null, + "optionType": null, + "hasEmptyValue": null, + "options": null, + "restUrl": null, + "restResponsePath": null, + "restIdProperty": null, + "restLabelProperty": null, + "tab": 'tab2', + "className": null, + "params": { + "existingColspan": 1, + "maxColspan": 2 }, - dateDisplayFormat: null, - layout: { - row: -1, - column: -1, - colspan: 1 + "dateDisplayFormat": null, + "layout": { + "row": -1, + "column": -1, + "colspan": 1 }, - sizeX: 1, - sizeY: 1, - row: -1, - col: -1, - visibilityCondition: null + "sizeX": 1, + "sizeY": 1, + "row": -1, + "col": -1, + "visibilityCondition": null } ], - 2: [ + "2": [ { - fieldType: 'HyperlinkRepresentation', - id: 'label15', - name: 'Label15', - type: 'hyperlink', - value: null, - required: false, - readOnly: false, - overrideId: false, - colspan: 1, - placeholder: null, - minLength: 0, - maxLength: 0, - minValue: null, - maxValue: null, - regexPattern: null, - optionType: null, - hasEmptyValue: null, - options: null, - restUrl: null, - restResponsePath: null, - restIdProperty: null, - restLabelProperty: null, - tab: 'tab2', - className: null, - params: { - existingColspan: 1, - maxColspan: 1 + "fieldType": 'HyperlinkRepresentation', + "id": 'label15', + "name": 'Label15', + "type": 'hyperlink', + "value": null, + "required": false, + "readOnly": false, + "overrideId": false, + "colspan": 1, + "placeholder": null, + "minLength": 0, + "maxLength": 0, + "minValue": null, + "maxValue": null, + "regexPattern": null, + "optionType": null, + "hasEmptyValue": null, + "options": null, + "restUrl": null, + "restResponsePath": null, + "restIdProperty": null, + "restLabelProperty": null, + "tab": 'tab2', + "className": null, + "params": { + "existingColspan": 1, + "maxColspan": 1 }, - dateDisplayFormat: null, - layout: { - row: -1, - column: -1, - colspan: 1 + "dateDisplayFormat": null, + "layout": { + "row": -1, + "column": -1, + "colspan": 1 }, - sizeX: 1, - sizeY: 1, - row: -1, - col: -1, - visibilityCondition: null, - hyperlinkUrl: 'www.google.com', - displayText: null + "sizeX": 1, + "sizeY": 1, + "row": -1, + "col": -1, + "visibilityCondition": null, + "hyperlinkUrl": 'www.google.com', + "displayText": null }, { - fieldType: 'AttachFileFieldRepresentation', - id: 'label16', - name: 'Label16', - type: 'upload', - value: [], - required: false, - readOnly: false, - overrideId: false, - colspan: 1, - placeholder: null, - minLength: 0, - maxLength: 0, - minValue: null, - maxValue: null, - regexPattern: null, - optionType: null, - hasEmptyValue: null, - options: null, - restUrl: null, - restResponsePath: null, - restIdProperty: null, - restLabelProperty: null, - tab: 'tab2', - className: null, - params: { - existingColspan: 1, - maxColspan: 1, - fileSource: { - serviceId: 'all-file-sources', - name: 'All file sources' + "fieldType": 'AttachFileFieldRepresentation', + "id": 'label16', + "name": 'Label16', + "type": 'upload', + "value": [], + "required": false, + "readOnly": false, + "overrideId": false, + "colspan": 1, + "placeholder": null, + "minLength": 0, + "maxLength": 0, + "minValue": null, + "maxValue": null, + "regexPattern": null, + "optionType": null, + "hasEmptyValue": null, + "options": null, + "restUrl": null, + "restResponsePath": null, + "restIdProperty": null, + "restLabelProperty": null, + "tab": 'tab2', + "className": null, + "params": { + "existingColspan": 1, + "maxColspan": 1, + "fileSource": { + "serviceId": 'all-file-sources', + "name": 'All file sources' } }, - dateDisplayFormat: null, - layout: { - row: -1, - column: -1, - colspan: 1 + "dateDisplayFormat": null, + "layout": { + "row": -1, + "column": -1, + "colspan": 1 }, - sizeX: 1, - sizeY: 1, - row: -1, - col: -1, - visibilityCondition: null, - metaDataColumnDefinitions: null + "sizeX": 1, + "sizeY": 1, + "row": -1, + "col": -1, + "visibilityCondition": null, + "metaDataColumnDefinitions": null }, { - fieldType: 'FormFieldRepresentation', - id: 'label17', - name: 'Label17', - type: 'select-folder', - value: null, - required: false, - readOnly: false, - overrideId: false, - colspan: 1, - placeholder: null, - minLength: 0, - maxLength: 0, - minValue: null, - maxValue: null, - regexPattern: null, - optionType: null, - hasEmptyValue: null, - options: null, - restUrl: null, - restResponsePath: null, - restIdProperty: null, - restLabelProperty: null, - tab: 'tab2', - className: null, - params: { - existingColspan: 1, - maxColspan: 1, - folderSource: { - serviceId: 'alfresco-1', - name: 'Alfresco 5.2 Local', - metaDataAllowed: true + "fieldType": 'FormFieldRepresentation', + "id": 'label17', + "name": 'Label17', + "type": 'select-folder', + "value": null, + "required": false, + "readOnly": false, + "overrideId": false, + "colspan": 1, + "placeholder": null, + "minLength": 0, + "maxLength": 0, + "minValue": null, + "maxValue": null, + "regexPattern": null, + "optionType": null, + "hasEmptyValue": null, + "options": null, + "restUrl": null, + "restResponsePath": null, + "restIdProperty": null, + "restLabelProperty": null, + "tab": 'tab2', + "className": null, + "params": { + "existingColspan": 1, + "maxColspan": 1, + "folderSource": { + "serviceId": 'alfresco-1', + "name": 'Alfresco 5.2 Local', + "metaDataAllowed": true } }, - dateDisplayFormat: null, - layout: { - row: -1, - column: -1, - colspan: 1 + "dateDisplayFormat": null, + "layout": { + "row": -1, + "column": -1, + "colspan": 1 }, - sizeX: 1, - sizeY: 1, - row: -1, - col: -1, - visibilityCondition: null + "sizeX": 1, + "sizeY": 1, + "row": -1, + "col": -1, + "visibilityCondition": null } ] } }, { - fieldType: 'DynamicTableRepresentation', - id: 'label14', - name: 'Label14', - type: 'dynamic-table', - value: null, - required: false, - readOnly: false, - overrideId: false, - colspan: 1, - placeholder: null, - minLength: 0, - maxLength: 0, - minValue: null, - maxValue: null, - regexPattern: null, - optionType: null, - hasEmptyValue: null, - options: null, - restUrl: null, - restResponsePath: null, - restIdProperty: null, - restLabelProperty: null, - tab: 'tab2', - className: null, - params: { - existingColspan: 1, - maxColspan: 1 + "fieldType": 'DynamicTableRepresentation', + "id": 'label14', + "name": 'Label14', + "type": 'dynamic-table', + "value": null, + "required": false, + "readOnly": false, + "overrideId": false, + "colspan": 1, + "placeholder": null, + "minLength": 0, + "maxLength": 0, + "minValue": null, + "maxValue": null, + "regexPattern": null, + "optionType": null, + "hasEmptyValue": null, + "options": null, + "restUrl": null, + "restResponsePath": null, + "restIdProperty": null, + "restLabelProperty": null, + "tab": 'tab2', + "className": null, + "params": { + "existingColspan": 1, + "maxColspan": 1 }, - dateDisplayFormat: null, - layout: { - row: -1, - column: -1, - colspan: 2 + "dateDisplayFormat": null, + "layout": { + "row": -1, + "column": -1, + "colspan": 2 }, - sizeX: 2, - sizeY: 2, - row: -1, - col: -1, - visibilityCondition: null, - columnDefinitions: [ + "sizeX": 2, + "sizeY": 2, + "row": -1, + "col": -1, + "visibilityCondition": null, + "columnDefinitions": [ { - id: 'id', - name: 'id', - type: 'String', - value: null, - optionType: null, - options: null, - restResponsePath: null, - restUrl: null, - restIdProperty: null, - restLabelProperty: null, - amountCurrency: null, - amountEnableFractions: false, - required: true, - editable: true, - sortable: true, - visible: true, - endpoint: null, - requestHeaders: null + "id": 'id', + "name": 'id', + "type": 'String', + "value": null, + "optionType": null, + "options": null, + "restResponsePath": null, + "restUrl": null, + "restIdProperty": null, + "restLabelProperty": null, + "amountCurrency": null, + "amountEnableFractions": false, + "required": true, + "editable": true, + "sortable": true, + "visible": true, + "endpoint": null, + "requestHeaders": null }, { - id: 'name', - name: 'name', - type: 'String', - value: null, - optionType: null, - options: null, - restResponsePath: null, - restUrl: null, - restIdProperty: null, - restLabelProperty: null, - amountCurrency: null, - amountEnableFractions: false, - required: true, - editable: true, - sortable: true, - visible: true, - endpoint: null, - requestHeaders: null + "id": 'name', + "name": 'name', + "type": 'String', + "value": null, + "optionType": null, + "options": null, + "restResponsePath": null, + "restUrl": null, + "restIdProperty": null, + "restLabelProperty": null, + "amountCurrency": null, + "amountEnableFractions": false, + "required": true, + "editable": true, + "sortable": true, + "visible": true, + "endpoint": null, + "requestHeaders": null } ] }, { - fieldType: 'ContainerRepresentation', - id: 'section1', - name: 'Section 1', - type: 'group', - value: null, - required: false, - readOnly: false, - overrideId: false, - colspan: 1, - placeholder: null, - minLength: 0, - maxLength: 0, - minValue: null, - maxValue: null, - regexPattern: null, - optionType: null, - hasEmptyValue: null, - options: null, - restUrl: null, - restResponsePath: null, - restIdProperty: null, - restLabelProperty: null, - tab: 'tab1', - className: null, - dateDisplayFormat: null, - layout: { - row: -1, - column: -1, - colspan: 2 + "fieldType": 'ContainerRepresentation', + "id": 'section1', + "name": 'Section 1', + "type": 'group', + "value": null, + "required": false, + "readOnly": false, + "overrideId": false, + "colspan": 1, + "placeholder": null, + "minLength": 0, + "maxLength": 0, + "minValue": null, + "maxValue": null, + "regexPattern": null, + "optionType": null, + "hasEmptyValue": null, + "options": null, + "restUrl": null, + "restResponsePath": null, + "restIdProperty": null, + "restLabelProperty": null, + "tab": 'tab1', + "className": null, + "dateDisplayFormat": null, + "layout": { + "row": -1, + "column": -1, + "colspan": 2 }, - sizeX: 2, - sizeY: 1, - row: -1, - col: -1, - visibilityCondition: null, - numberOfColumns: 2, - fields: { - 1: [ + "sizeX": 2, + "sizeY": 1, + "row": -1, + "col": -1, + "visibilityCondition": null, + "numberOfColumns": 2, + "fields": { + "1": [ { - fieldType: 'FormFieldRepresentation', - id: 'label1', - name: 'Label1', - type: 'text', - value: null, - required: false, - readOnly: false, - overrideId: false, - colspan: 1, - placeholder: null, - minLength: 0, - maxLength: 0, - minValue: null, - maxValue: null, - regexPattern: null, - optionType: null, - hasEmptyValue: null, - options: null, - restUrl: null, - restResponsePath: null, - restIdProperty: null, - restLabelProperty: null, - tab: 'tab1', - className: null, - params: { - existingColspan: 1, - maxColspan: 2 + "fieldType": 'FormFieldRepresentation', + "id": 'label1', + "name": 'Label1', + "type": 'text', + "value": null, + "required": false, + "readOnly": false, + "overrideId": false, + "colspan": 1, + "placeholder": null, + "minLength": 0, + "maxLength": 0, + "minValue": null, + "maxValue": null, + "regexPattern": null, + "optionType": null, + "hasEmptyValue": null, + "options": null, + "restUrl": null, + "restResponsePath": null, + "restIdProperty": null, + "restLabelProperty": null, + "tab": 'tab1', + "className": null, + "params": { + "existingColspan": 1, + "maxColspan": 2 }, - dateDisplayFormat: null, - layout: { - row: -1, - column: -1, - colspan: 1 + "dateDisplayFormat": null, + "layout": { + "row": -1, + "column": -1, + "colspan": 1 }, - sizeX: 1, - sizeY: 1, - row: -1, - col: -1, - visibilityCondition: null + "sizeX": 1, + "sizeY": 1, + "row": -1, + "col": -1, + "visibilityCondition": null }, { - fieldType: 'FormFieldRepresentation', - id: 'label3', - name: 'Label3', - type: 'text', - value: null, - required: false, - readOnly: false, - overrideId: false, - colspan: 1, - placeholder: null, - minLength: 0, - maxLength: 0, - minValue: null, - maxValue: null, - regexPattern: null, - optionType: null, - hasEmptyValue: null, - options: null, - restUrl: null, - restResponsePath: null, - restIdProperty: null, - restLabelProperty: null, - tab: 'tab1', - className: null, - params: { - existingColspan: 1, - maxColspan: 2 + "fieldType": 'FormFieldRepresentation', + "id": 'label3', + "name": 'Label3', + "type": 'text', + "value": null, + "required": false, + "readOnly": false, + "overrideId": false, + "colspan": 1, + "placeholder": null, + "minLength": 0, + "maxLength": 0, + "minValue": null, + "maxValue": null, + "regexPattern": null, + "optionType": null, + "hasEmptyValue": null, + "options": null, + "restUrl": null, + "restResponsePath": null, + "restIdProperty": null, + "restLabelProperty": null, + "tab": 'tab1', + "className": null, + "params": { + "existingColspan": 1, + "maxColspan": 2 }, - dateDisplayFormat: null, - layout: { - row: -1, - column: -1, - colspan: 1 + "dateDisplayFormat": null, + "layout": { + "row": -1, + "column": -1, + "colspan": 1 }, - sizeX: 1, - sizeY: 1, - row: -1, - col: -1, - visibilityCondition: null + "sizeX": 1, + "sizeY": 1, + "row": -1, + "col": -1, + "visibilityCondition": null } ], - 2: [ + "2": [ { - fieldType: 'FormFieldRepresentation', - id: 'label2', - name: 'Label2', - type: 'multi-line-text', - value: null, - required: false, - readOnly: false, - overrideId: false, - colspan: 1, - placeholder: null, - minLength: 0, - maxLength: 0, - minValue: null, - maxValue: null, - regexPattern: null, - optionType: null, - hasEmptyValue: null, - options: null, - restUrl: null, - restResponsePath: null, - restIdProperty: null, - restLabelProperty: null, - tab: 'tab1', - className: null, - params: { - existingColspan: 1, - maxColspan: 1 + "fieldType": 'FormFieldRepresentation', + "id": 'label2', + "name": 'Label2', + "type": 'multi-line-text', + "value": null, + "required": false, + "readOnly": false, + "overrideId": false, + "colspan": 1, + "placeholder": null, + "minLength": 0, + "maxLength": 0, + "minValue": null, + "maxValue": null, + "regexPattern": null, + "optionType": null, + "hasEmptyValue": null, + "options": null, + "restUrl": null, + "restResponsePath": null, + "restIdProperty": null, + "restLabelProperty": null, + "tab": 'tab1', + "className": null, + "params": { + "existingColspan": 1, + "maxColspan": 1 }, - dateDisplayFormat: null, - layout: { - row: -1, - column: -1, - colspan: 1 + "dateDisplayFormat": null, + "layout": { + "row": -1, + "column": -1, + "colspan": 1 }, - sizeX: 1, - sizeY: 2, - row: -1, - col: -1, - visibilityCondition: null + "sizeX": 1, + "sizeY": 2, + "row": -1, + "col": -1, + "visibilityCondition": null } ] } }, { - fieldType: 'ContainerRepresentation', - id: 'section2', - name: 'Section 2', - type: 'group', - value: null, - required: false, - readOnly: false, - overrideId: false, - colspan: 1, - placeholder: null, - minLength: 0, - maxLength: 0, - minValue: null, - maxValue: null, - regexPattern: null, - optionType: null, - hasEmptyValue: null, - options: null, - restUrl: null, - restResponsePath: null, - restIdProperty: null, - restLabelProperty: null, - tab: 'tab1', - className: null, - dateDisplayFormat: null, - layout: { - row: -1, - column: -1, - colspan: 2 + "fieldType": 'ContainerRepresentation', + "id": 'section2', + "name": 'Section 2', + "type": 'group', + "value": null, + "required": false, + "readOnly": false, + "overrideId": false, + "colspan": 1, + "placeholder": null, + "minLength": 0, + "maxLength": 0, + "minValue": null, + "maxValue": null, + "regexPattern": null, + "optionType": null, + "hasEmptyValue": null, + "options": null, + "restUrl": null, + "restResponsePath": null, + "restIdProperty": null, + "restLabelProperty": null, + "tab": 'tab1', + "className": null, + "dateDisplayFormat": null, + "layout": { + "row": -1, + "column": -1, + "colspan": 2 }, - sizeX: 2, - sizeY: 1, - row: -1, - col: -1, - visibilityCondition: null, - numberOfColumns: 2, - fields: { - 1: [ + "sizeX": 2, + "sizeY": 1, + "row": -1, + "col": -1, + "visibilityCondition": null, + "numberOfColumns": 2, + "fields": { + "1": [ { - fieldType: 'FormFieldRepresentation', - id: 'label4', - name: 'Label4', - type: 'integer', - value: null, - required: false, - readOnly: false, - overrideId: false, - colspan: 1, - placeholder: null, - minLength: 0, - maxLength: 0, - minValue: null, - maxValue: null, - regexPattern: null, - optionType: null, - hasEmptyValue: null, - options: null, - restUrl: null, - restResponsePath: null, - restIdProperty: null, - restLabelProperty: null, - tab: 'tab1', - className: null, - params: { - existingColspan: 1, - maxColspan: 2 + "fieldType": 'FormFieldRepresentation', + "id": 'label4', + "name": 'Label4', + "type": 'integer', + "value": null, + "required": false, + "readOnly": false, + "overrideId": false, + "colspan": 1, + "placeholder": null, + "minLength": 0, + "maxLength": 0, + "minValue": null, + "maxValue": null, + "regexPattern": null, + "optionType": null, + "hasEmptyValue": null, + "options": null, + "restUrl": null, + "restResponsePath": null, + "restIdProperty": null, + "restLabelProperty": null, + "tab": 'tab1', + "className": null, + "params": { + "existingColspan": 1, + "maxColspan": 2 }, - dateDisplayFormat: null, - layout: { - row: -1, - column: -1, - colspan: 1 + "dateDisplayFormat": null, + "layout": { + "row": -1, + "column": -1, + "colspan": 1 }, - sizeX: 1, - sizeY: 1, - row: -1, - col: -1, - visibilityCondition: null + "sizeX": 1, + "sizeY": 1, + "row": -1, + "col": -1, + "visibilityCondition": null }, { - fieldType: 'FormFieldRepresentation', - id: 'label7', - name: 'Label7', - type: 'date', - value: null, - required: false, - readOnly: false, - overrideId: false, - colspan: 1, - placeholder: null, - minLength: 0, - maxLength: 0, - minValue: null, - maxValue: null, - regexPattern: null, - optionType: null, - hasEmptyValue: null, - options: null, - restUrl: null, - restResponsePath: null, - restIdProperty: null, - restLabelProperty: null, - tab: 'tab1', - className: null, - params: { - existingColspan: 1, - maxColspan: 2 + "fieldType": 'FormFieldRepresentation', + "id": 'label7', + "name": 'Label7', + "type": 'date', + "value": null, + "required": false, + "readOnly": false, + "overrideId": false, + "colspan": 1, + "placeholder": null, + "minLength": 0, + "maxLength": 0, + "minValue": null, + "maxValue": null, + "regexPattern": null, + "optionType": null, + "hasEmptyValue": null, + "options": null, + "restUrl": null, + "restResponsePath": null, + "restIdProperty": null, + "restLabelProperty": null, + "tab": 'tab1', + "className": null, + "params": { + "existingColspan": 1, + "maxColspan": 2 }, - dateDisplayFormat: null, - layout: { - row: -1, - column: -1, - colspan: 1 + "dateDisplayFormat": null, + "layout": { + "row": -1, + "column": -1, + "colspan": 1 }, - sizeX: 1, - sizeY: 1, - row: -1, - col: -1, - visibilityCondition: null + "sizeX": 1, + "sizeY": 1, + "row": -1, + "col": -1, + "visibilityCondition": null } ], - 2: [ + "2": [ { - fieldType: 'FormFieldRepresentation', - id: 'label5', - name: 'Label5', - type: 'boolean', - value: null, - required: false, - readOnly: false, - overrideId: false, - colspan: 1, - placeholder: null, - minLength: 0, - maxLength: 0, - minValue: null, - maxValue: null, - regexPattern: null, - optionType: null, - hasEmptyValue: null, - options: null, - restUrl: null, - restResponsePath: null, - restIdProperty: null, - restLabelProperty: null, - tab: 'tab1', - className: null, - params: { - existingColspan: 1, - maxColspan: 1 + "fieldType": 'FormFieldRepresentation', + "id": 'label5', + "name": 'Label5', + "type": 'boolean', + "value": null, + "required": false, + "readOnly": false, + "overrideId": false, + "colspan": 1, + "placeholder": null, + "minLength": 0, + "maxLength": 0, + "minValue": null, + "maxValue": null, + "regexPattern": null, + "optionType": null, + "hasEmptyValue": null, + "options": null, + "restUrl": null, + "restResponsePath": null, + "restIdProperty": null, + "restLabelProperty": null, + "tab": 'tab1', + "className": null, + "params": { + "existingColspan": 1, + "maxColspan": 1 }, - dateDisplayFormat: null, - layout: { - row: -1, - column: -1, - colspan: 1 + "dateDisplayFormat": null, + "layout": { + "row": -1, + "column": -1, + "colspan": 1 }, - sizeX: 1, - sizeY: 1, - row: -1, - col: -1, - visibilityCondition: null + "sizeX": 1, + "sizeY": 1, + "row": -1, + "col": -1, + "visibilityCondition": null }, { - fieldType: 'FormFieldRepresentation', - id: 'label6', - name: 'Label6', - type: 'boolean', - value: null, - required: false, - readOnly: false, - overrideId: false, - colspan: 1, - placeholder: null, - minLength: 0, - maxLength: 0, - minValue: null, - maxValue: null, - regexPattern: null, - optionType: null, - hasEmptyValue: null, - options: null, - restUrl: null, - restResponsePath: null, - restIdProperty: null, - restLabelProperty: null, - tab: 'tab1', - className: null, - params: { - existingColspan: 1, - maxColspan: 1 + "fieldType": 'FormFieldRepresentation', + "id": 'label6', + "name": 'Label6', + "type": 'boolean', + "value": null, + "required": false, + "readOnly": false, + "overrideId": false, + "colspan": 1, + "placeholder": null, + "minLength": 0, + "maxLength": 0, + "minValue": null, + "maxValue": null, + "regexPattern": null, + "optionType": null, + "hasEmptyValue": null, + "options": null, + "restUrl": null, + "restResponsePath": null, + "restIdProperty": null, + "restLabelProperty": null, + "tab": 'tab1', + "className": null, + "params": { + "existingColspan": 1, + "maxColspan": 1 }, - dateDisplayFormat: null, - layout: { - row: -1, - column: -1, - colspan: 1 + "dateDisplayFormat": null, + "layout": { + "row": -1, + "column": -1, + "colspan": 1 }, - sizeX: 1, - sizeY: 1, - row: -1, - col: -1, - visibilityCondition: null + "sizeX": 1, + "sizeY": 1, + "row": -1, + "col": -1, + "visibilityCondition": null }, { - fieldType: 'AmountFieldRepresentation', - id: 'label11', - name: 'Label11', - type: 'amount', - value: null, - required: false, - readOnly: false, - overrideId: false, - colspan: 1, - placeholder: '10', - minLength: 0, - maxLength: 0, - minValue: null, - maxValue: null, - regexPattern: null, - optionType: null, - hasEmptyValue: null, - options: null, - restUrl: null, - restResponsePath: null, - restIdProperty: null, - restLabelProperty: null, - tab: 'tab1', - className: null, - params: { - existingColspan: 1, - maxColspan: 1 + "fieldType": 'AmountFieldRepresentation', + "id": 'label11', + "name": 'Label11', + "type": 'amount', + "value": null, + "required": false, + "readOnly": false, + "overrideId": false, + "colspan": 1, + "placeholder": '10', + "minLength": 0, + "maxLength": 0, + "minValue": null, + "maxValue": null, + "regexPattern": null, + "optionType": null, + "hasEmptyValue": null, + "options": null, + "restUrl": null, + "restResponsePath": null, + "restIdProperty": null, + "restLabelProperty": null, + "tab": 'tab1', + "className": null, + "params": { + "existingColspan": 1, + "maxColspan": 1 }, - dateDisplayFormat: null, - layout: { - row: -1, - column: -1, - colspan: 1 + "dateDisplayFormat": null, + "layout": { + "row": -1, + "column": -1, + "colspan": 1 }, - sizeX: 1, - sizeY: 1, - row: -1, - col: -1, - visibilityCondition: null, - enableFractions: false, - currency: null + "sizeX": 1, + "sizeY": 1, + "row": -1, + "col": -1, + "visibilityCondition": null, + "enableFractions": false, + "currency": null } ] } }, { - fieldType: 'ContainerRepresentation', - id: 'section3', - name: 'Section 3', - type: 'group', - value: null, - required: false, - readOnly: false, - overrideId: false, - colspan: 1, - placeholder: null, - minLength: 0, - maxLength: 0, - minValue: null, - maxValue: null, - regexPattern: null, - optionType: null, - hasEmptyValue: null, - options: null, - restUrl: null, - restResponsePath: null, - restIdProperty: null, - restLabelProperty: null, - tab: 'tab1', - className: null, - dateDisplayFormat: null, - layout: { - row: -1, - column: -1, - colspan: 2 + "fieldType": 'ContainerRepresentation', + "id": 'section3', + "name": 'Section 3', + "type": 'group', + "value": null, + "required": false, + "readOnly": false, + "overrideId": false, + "colspan": 1, + "placeholder": null, + "minLength": 0, + "maxLength": 0, + "minValue": null, + "maxValue": null, + "regexPattern": null, + "optionType": null, + "hasEmptyValue": null, + "options": null, + "restUrl": null, + "restResponsePath": null, + "restIdProperty": null, + "restLabelProperty": null, + "tab": 'tab1', + "className": null, + "dateDisplayFormat": null, + "layout": { + "row": -1, + "column": -1, + "colspan": 2 }, - sizeX: 2, - sizeY: 1, - row: -1, - col: -1, - visibilityCondition: null, - numberOfColumns: 2, - fields: { - 1: [ + "sizeX": 2, + "sizeY": 1, + "row": -1, + "col": -1, + "visibilityCondition": null, + "numberOfColumns": 2, + "fields": { + "1": [ { - fieldType: 'RestFieldRepresentation', - id: 'label9', - name: 'Label9', - type: 'dropdown', - value: 'Choose one...', - required: false, - readOnly: false, - overrideId: false, - colspan: 1, - placeholder: null, - minLength: 0, - maxLength: 0, - minValue: null, - maxValue: null, - regexPattern: null, - optionType: null, - hasEmptyValue: true, - options: [ + "fieldType": 'RestFieldRepresentation', + "id": 'label9', + "name": 'Label9', + "type": 'dropdown', + "value": 'Choose one...', + "required": false, + "readOnly": false, + "overrideId": false, + "colspan": 1, + "placeholder": null, + "minLength": 0, + "maxLength": 0, + "minValue": null, + "maxValue": null, + "regexPattern": null, + "optionType": null, + "hasEmptyValue": true, + "options": [ { - id: 'empty', - name: 'Choose one...' + "id": 'empty', + "name": 'Choose one...' } ], - restUrl: null, - restResponsePath: null, - restIdProperty: null, - restLabelProperty: null, - tab: 'tab1', - className: null, - params: { - existingColspan: 1, - maxColspan: 2 + "restUrl": null, + "restResponsePath": null, + "restIdProperty": null, + "restLabelProperty": null, + "tab": 'tab1', + "className": null, + "params": { + "existingColspan": 1, + "maxColspan": 2 }, - dateDisplayFormat: null, - layout: { - row: -1, - column: -1, - colspan: 1 + "dateDisplayFormat": null, + "layout": { + "row": -1, + "column": -1, + "colspan": 1 }, - sizeX: 1, - sizeY: 1, - row: -1, - col: -1, - visibilityCondition: null, - endpoint: null, - requestHeaders: null + "sizeX": 1, + "sizeY": 1, + "row": -1, + "col": -1, + "visibilityCondition": null, + "endpoint": null, + "requestHeaders": null }, { - fieldType: 'RestFieldRepresentation', - id: 'label12', - name: 'Label12', - type: 'radio-buttons', - value: null, - required: false, - readOnly: false, - overrideId: false, - colspan: 1, - placeholder: null, - minLength: 0, - maxLength: 0, - minValue: null, - maxValue: null, - regexPattern: null, - optionType: null, - hasEmptyValue: null, - options: [ + "fieldType": 'RestFieldRepresentation', + "id": 'label12', + "name": 'Label12', + "type": 'radio-buttons', + "value": null, + "required": false, + "readOnly": false, + "overrideId": false, + "colspan": 1, + "placeholder": null, + "minLength": 0, + "maxLength": 0, + "minValue": null, + "maxValue": null, + "regexPattern": null, + "optionType": null, + "hasEmptyValue": null, + "options": [ { - id: 'option_1', - name: 'Option 1' + "id": 'option_1', + "name": 'Option 1' }, { - id: 'option_2', - name: 'Option 2' + "id": 'option_2', + "name": 'Option 2' } ], - restUrl: null, - restResponsePath: null, - restIdProperty: null, - restLabelProperty: null, - tab: 'tab1', - className: null, - params: { - existingColspan: 1, - maxColspan: 2 + "restUrl": null, + "restResponsePath": null, + "restIdProperty": null, + "restLabelProperty": null, + "tab": 'tab1', + "className": null, + "params": { + "existingColspan": 1, + "maxColspan": 2 }, - dateDisplayFormat: null, - layout: { - row: -1, - column: -1, - colspan: 1 + "dateDisplayFormat": null, + "layout": { + "row": -1, + "column": -1, + "colspan": 1 }, - sizeX: 1, - sizeY: 1, - row: -1, - col: -1, - visibilityCondition: null, - endpoint: null, - requestHeaders: null + "sizeX": 1, + "sizeY": 1, + "row": -1, + "col": -1, + "visibilityCondition": null, + "endpoint": null, + "requestHeaders": null } ], - 2: [ + "2": [ { - fieldType: 'RestFieldRepresentation', - id: 'label10', - name: 'Label10', - type: 'typeahead', - value: null, - required: false, - readOnly: false, - overrideId: false, - colspan: 1, - placeholder: null, - minLength: 0, - maxLength: 0, - minValue: null, - maxValue: null, - regexPattern: null, - optionType: null, - hasEmptyValue: null, - options: null, - restUrl: null, - restResponsePath: null, - restIdProperty: null, - restLabelProperty: null, - tab: 'tab1', - className: null, - params: { - existingColspan: 1, - maxColspan: 1 + "fieldType": 'RestFieldRepresentation', + "id": 'label10', + "name": 'Label10', + "type": 'typeahead', + "value": null, + "required": false, + "readOnly": false, + "overrideId": false, + "colspan": 1, + "placeholder": null, + "minLength": 0, + "maxLength": 0, + "minValue": null, + "maxValue": null, + "regexPattern": null, + "optionType": null, + "hasEmptyValue": null, + "options": null, + "restUrl": null, + "restResponsePath": null, + "restIdProperty": null, + "restLabelProperty": null, + "tab": 'tab1', + "className": null, + "params": { + "existingColspan": 1, + "maxColspan": 1 }, - dateDisplayFormat: null, - layout: { - row: -1, - column: -1, - colspan: 1 + "dateDisplayFormat": null, + "layout": { + "row": -1, + "column": -1, + "colspan": 1 }, - sizeX: 1, - sizeY: 1, - row: -1, - col: -1, - visibilityCondition: null, - endpoint: null, - requestHeaders: null + "sizeX": 1, + "sizeY": 1, + "row": -1, + "col": -1, + "visibilityCondition": null, + "endpoint": null, + "requestHeaders": null } ] } } ], - outcomes: [], - javascriptEvents: [], - className: '', - style: '', - customFieldTemplates: {}, - metadata: {}, - variables: [ + "outcomes": [], + "javascriptEvents": [], + "className": '', + "style": '', + "customFieldTemplates": {}, + "metadata": {}, + "variables": [ { - id: 'bfca9766-7bc1-45cc-8ecf-cdad551e36e2', - name: 'name1', - type: 'string', - value: '' + "id": 'bfca9766-7bc1-45cc-8ecf-cdad551e36e2', + "name": 'name1', + "type": 'string', + "value": '' }, { - id: '3ed9f28a-dbae-463f-b991-47ef06658bb6', - name: 'name2', - type: 'string', - value: '' + "id": '3ed9f28a-dbae-463f-b991-47ef06658bb6', + "name": 'name2', + "type": 'string', + "value": '' }, { - id: 'a7710978-1e9c-4b54-a19c-c6267d2b19a2', - name: 'input02', - type: 'integer' + "id": 'a7710978-1e9c-4b54-a19c-c6267d2b19a2', + "name": 'input02', + "type": 'integer' } ], - gridsterForm: false, - globalDateFormat: 'D-M-YYYY' + "gridsterForm": false, + "globalDateFormat": 'D-M-YYYY' } }; simpleFormDefinition: any = { - formRepresentation: { - id: 1001, - name: 'SIMPLE_FORM_EXAMPLE', - description: '', - version: 1, - lastUpdatedBy: 2, - lastUpdatedByFullName: 'Test01 01Test', - lastUpdated: '2018-02-26T17:44:04.543+0000', - stencilSetId: 0, - referenceId: null, - taskId: '9999', - formDefinition: { - tabs: [], - fields: [ + "formRepresentation": { + "id": 1001, + "name": 'SIMPLE_FORM_EXAMPLE', + "description": '', + "version": 1, + "lastUpdatedBy": 2, + "lastUpdatedByFullName": 'Test01 01Test', + "lastUpdated": '2018-02-26T17:44:04.543+0000', + "stencilSetId": 0, + "referenceId": null, + "taskId": '9999', + "formDefinition": { + "tabs": [], + "fields": [ { - fieldType: 'ContainerRepresentation', - id: '1519666726245', - name: 'Label', - type: 'container', - value: null, - required: false, - readOnly: false, - overrideId: false, - colspan: 1, - placeholder: null, - minLength: 0, - maxLength: 0, - minValue: null, - maxValue: null, - regexPattern: null, - optionType: null, - hasEmptyValue: null, - options: null, - restUrl: null, - restResponsePath: null, - restIdProperty: null, - restLabelProperty: null, - tab: null, - className: null, - dateDisplayFormat: null, - layout: null, - sizeX: 2, - sizeY: 1, - row: -1, - col: -1, - visibilityCondition: null, - numberOfColumns: 2, - fields: { - 1: [ + "fieldType": 'ContainerRepresentation', + "id": '1519666726245', + "name": 'Label', + "type": 'container', + "value": null, + "required": false, + "readOnly": false, + "overrideId": false, + "colspan": 1, + "placeholder": null, + "minLength": 0, + "maxLength": 0, + "minValue": null, + "maxValue": null, + "regexPattern": null, + "optionType": null, + "hasEmptyValue": null, + "options": null, + "restUrl": null, + "restResponsePath": null, + "restIdProperty": null, + "restLabelProperty": null, + "tab": null, + "className": null, + "dateDisplayFormat": null, + "layout": null, + "sizeX": 2, + "sizeY": 1, + "row": -1, + "col": -1, + "visibilityCondition": null, + "numberOfColumns": 2, + "fields": { + "1": [ { - fieldType: 'RestFieldRepresentation', - id: 'typeaheadField', - name: 'TypeaheadField', - type: 'typeahead', - value: null, - required: false, - readOnly: false, - overrideId: false, - colspan: 1, - placeholder: null, - minLength: 0, - maxLength: 0, - minValue: null, - maxValue: null, - regexPattern: null, - optionType: null, - hasEmptyValue: null, - options: null, - restUrl: 'https://jsonplaceholder.typicode.com/users', - restResponsePath: null, - restIdProperty: 'id', - restLabelProperty: 'name', - tab: null, - className: null, - params: { - existingColspan: 1, - maxColspan: 2 + "fieldType": 'RestFieldRepresentation', + "id": 'typeaheadField', + "name": 'TypeaheadField', + "type": 'typeahead', + "value": null, + "required": false, + "readOnly": false, + "overrideId": false, + "colspan": 1, + "placeholder": null, + "minLength": 0, + "maxLength": 0, + "minValue": null, + "maxValue": null, + "regexPattern": null, + "optionType": null, + "hasEmptyValue": null, + "options": null, + "restUrl": 'https://jsonplaceholder.typicode.com/users', + "restResponsePath": null, + "restIdProperty": 'id', + "restLabelProperty": 'name', + "tab": null, + "className": null, + "params": { + "existingColspan": 1, + "maxColspan": 2 }, - dateDisplayFormat: null, - layout: { - row: -1, - column: -1, - colspan: 1 + "dateDisplayFormat": null, + "layout": { + "row": -1, + "column": -1, + "colspan": 1 }, - sizeX: 1, - sizeY: 1, - row: -1, - col: -1, - visibilityCondition: null, - endpoint: null, - requestHeaders: null + "sizeX": 1, + "sizeY": 1, + "row": -1, + "col": -1, + "visibilityCondition": null, + "endpoint": null, + "requestHeaders": null } ], - 2: [ + "2": [ { - fieldType: 'RestFieldRepresentation', - id: 'radioButton', - name: 'RadioButtons', - type: 'radio-buttons', - value: null, - required: false, - readOnly: false, - overrideId: false, - colspan: 1, - placeholder: null, - minLength: 0, - maxLength: 0, - minValue: null, - maxValue: null, - regexPattern: null, - optionType: null, - hasEmptyValue: null, - options: [ + "fieldType": 'RestFieldRepresentation', + "id": 'radioButton', + "name": 'RadioButtons', + "type": 'radio-buttons', + "value": null, + "required": false, + "readOnly": false, + "overrideId": false, + "colspan": 1, + "placeholder": null, + "minLength": 0, + "maxLength": 0, + "minValue": null, + "maxValue": null, + "regexPattern": null, + "optionType": null, + "hasEmptyValue": null, + "options": [ { - id: 'option_1', - name: 'Option 1' + "id": 'option_1', + "name": 'Option 1' }, { - id: 'option_2', - name: 'Option 2' + "id": 'option_2', + "name": 'Option 2' }, { - id: 'option_3', - name: 'Option 3' + "id": 'option_3', + "name": 'Option 3' } ], - restUrl: null, - restResponsePath: null, - restIdProperty: null, - restLabelProperty: null, - tab: null, - className: null, - params: { - existingColspan: 1, - maxColspan: 1 + "restUrl": null, + "restResponsePath": null, + "restIdProperty": null, + "restLabelProperty": null, + "tab": null, + "className": null, + "params": { + "existingColspan": 1, + "maxColspan": 1 }, - dateDisplayFormat: null, - layout: { - row: -1, - column: -1, - colspan: 1 + "dateDisplayFormat": null, + "layout": { + "row": -1, + "column": -1, + "colspan": 1 }, - sizeX: 1, - sizeY: 2, - row: -1, - col: -1, - visibilityCondition: null, - endpoint: null, - requestHeaders: null + "sizeX": 1, + "sizeY": 2, + "row": -1, + "col": -1, + "visibilityCondition": null, + "endpoint": null, + "requestHeaders": null } ] } }, { - fieldType: 'ContainerRepresentation', - id: '1519666735185', - name: 'Label', - type: 'container', - value: null, - required: false, - readOnly: false, - overrideId: false, - colspan: 1, - placeholder: null, - minLength: 0, - maxLength: 0, - minValue: null, - maxValue: null, - regexPattern: null, - optionType: null, - hasEmptyValue: null, - options: null, - restUrl: null, - restResponsePath: null, - restIdProperty: null, - restLabelProperty: null, - tab: null, - className: null, - dateDisplayFormat: null, - layout: null, - sizeX: 2, - sizeY: 1, - row: -1, - col: -1, - visibilityCondition: null, - numberOfColumns: 2, - fields: { - 1: [ + "fieldType": 'ContainerRepresentation', + "id": '1519666735185', + "name": 'Label', + "type": 'container', + "value": null, + "required": false, + "readOnly": false, + "overrideId": false, + "colspan": 1, + "placeholder": null, + "minLength": 0, + "maxLength": 0, + "minValue": null, + "maxValue": null, + "regexPattern": null, + "optionType": null, + "hasEmptyValue": null, + "options": null, + "restUrl": null, + "restResponsePath": null, + "restIdProperty": null, + "restLabelProperty": null, + "tab": null, + "className": null, + "dateDisplayFormat": null, + "layout": null, + "sizeX": 2, + "sizeY": 1, + "row": -1, + "col": -1, + "visibilityCondition": null, + "numberOfColumns": 2, + "fields": { + "1": [ { - fieldType: 'RestFieldRepresentation', - id: 'selectBox', - name: 'SelectBox', - type: 'dropdown', - value: 'Choose one...', - required: false, - readOnly: false, - overrideId: false, - colspan: 1, - placeholder: null, - minLength: 0, - maxLength: 0, - minValue: null, - maxValue: null, - regexPattern: null, - optionType: 'manual', - hasEmptyValue: true, - options: [ + "fieldType": 'RestFieldRepresentation', + "id": 'selectBox', + "name": 'SelectBox', + "type": 'dropdown', + "value": 'Choose one...', + "required": false, + "readOnly": false, + "overrideId": false, + "colspan": 1, + "placeholder": null, + "minLength": 0, + "maxLength": 0, + "minValue": null, + "maxValue": null, + "regexPattern": null, + "optionType": 'manual', + "hasEmptyValue": true, + "options": [ { - id: 'empty', - name: 'Choose one...' + "id": 'empty', + "name": 'Choose one...' }, { - id: 'option_1', - name: '1' + "id": 'option_1', + "name": '1' }, { - id: 'option_2', - name: '2' + "id": 'option_2', + "name": '2' }, { - id: 'option_3', - name: '3' + "id": 'option_3', + "name": '3' } ], - restUrl: null, - restResponsePath: null, - restIdProperty: null, - restLabelProperty: null, - tab: null, - className: null, - params: { - existingColspan: 1, - maxColspan: 2 + "restUrl": null, + "restResponsePath": null, + "restIdProperty": null, + "restLabelProperty": null, + "tab": null, + "className": null, + "params": { + "existingColspan": 1, + "maxColspan": 2 }, - dateDisplayFormat: null, - layout: { - row: -1, - column: -1, - colspan: 1 + "dateDisplayFormat": null, + "layout": { + "row": -1, + "column": -1, + "colspan": 1 }, - sizeX: 1, - sizeY: 1, - row: -1, - col: -1, - visibilityCondition: null, - endpoint: null, - requestHeaders: null + "sizeX": 1, + "sizeY": 1, + "row": -1, + "col": -1, + "visibilityCondition": null, + "endpoint": null, + "requestHeaders": null } ], - 2: [] + "2": [] } } ], - outcomes: [], - javascriptEvents: [], - className: '', - style: '', - customFieldTemplates: {}, - metadata: {}, - variables: [ + "outcomes": [], + "javascriptEvents": [], + "className": '', + "style": '', + "customFieldTemplates": {}, + "metadata": {}, + "variables": [ { - id: 'bfca9766-7bc1-45cc-8ecf-cdad551e36e2', - name: 'name1', - type: 'string', - value: '' + "id": 'bfca9766-7bc1-45cc-8ecf-cdad551e36e2', + "name": 'name1', + "type": 'string', + "value": '' }, { - id: '3ed9f28a-dbae-463f-b991-47ef06658bb6', - name: 'name2', - type: 'string', - value: '' + "id": '3ed9f28a-dbae-463f-b991-47ef06658bb6', + "name": 'name2', + "type": 'string', + "value": '' }, { - id: 'a7710978-1e9c-4b54-a19c-c6267d2b19a2', - name: 'input02', - type: 'integer' + "id": 'a7710978-1e9c-4b54-a19c-c6267d2b19a2', + "name": 'input02', + "type": 'integer' } ], - customFieldsValueInfo: {}, - gridsterForm: false + "customFieldsValueInfo": {}, + "gridsterForm": false } } }; cloudFormDefinition: any = { - formRepresentation: { - id: 'text-form', - name: 'test-start-form', - version: 0, - description: '', - formDefinition: { - tabs: [], - fields: [ + "formRepresentation": { + "id": 'text-form', + "name": 'test-start-form', + "version": 0, + "description": '', + "formDefinition": { + "tabs": [], + "fields": [ { - id: '1511517333638', - type: 'container', - fieldType: 'ContainerRepresentation', - name: 'Label', - tab: null, - numberOfColumns: 2, - fields: { - 1: [ + "id": '1511517333638', + "type": 'container', + "fieldType": 'ContainerRepresentation', + "name": 'Label', + "tab": null, + "numberOfColumns": 2, + "fields": { + "1": [ { - fieldType: 'FormFieldRepresentation', - id: 'texttest', - name: 'texttest', - type: 'text', - value: null, - required: false, - placeholder: 'text', - params: { - existingColspan: 2, - maxColspan: 6, - inputMaskReversed: true, - inputMask: '0#', - inputMaskPlaceholder: '(0-9)' + "fieldType": 'FormFieldRepresentation', + "id": 'texttest', + "name": 'texttest', + "type": 'text', + "value": null, + "required": false, + "placeholder": 'text', + "params": { + "existingColspan": 2, + "maxColspan": 6, + "inputMaskReversed": true, + "inputMask": '0#', + "inputMaskPlaceholder": '(0-9)' } } ], - 2: [ + "2": [ { - fieldType: 'AttachFileFieldRepresentation', - id: 'attachfiletest', - name: 'attachfiletest', - type: 'upload', - required: true, - colspan: 2, - placeholder: 'attachfile', - params: { - existingColspan: 2, - maxColspan: 2, - fileSource: { - serviceId: 'local-file', - name: 'Local File' + "fieldType": 'AttachFileFieldRepresentation', + "id": 'attachfiletest', + "name": 'attachfiletest', + "type": 'upload', + "required": true, + "colspan": 2, + "placeholder": 'attachfile', + "params": { + "existingColspan": 2, + "maxColspan": 2, + "fileSource": { + "serviceId": 'local-file', + "name": 'Local File' }, - multiple: true, - link: false, - displayableCMProperties: [] + "multiple": true, + "link": false, + "displayableCMProperties": [] }, - visibilityCondition: {} + "visibilityCondition": {} } ] } }, { - id: 'c23bf7e8-d43c-48b6-86b9-56d174faec4f', - name: 'Label', - type: 'container', - tab: null, - numberOfColumns: 2, - fields: { - 1: [ + "id": 'c23bf7e8-d43c-48b6-86b9-56d174faec4f', + "name": 'Label', + "type": 'container', + "tab": null, + "numberOfColumns": 2, + "fields": { + "1": [ { - id: 'DisplayRichtext06jsjb', - name: 'Display Rich text', - type: 'display-rich-text', - readOnly: false, - value: { - time: 1658423394276, - blocks: [ + "id": 'DisplayRichtext06jsjb', + "name": 'Display Rich text', + "type": 'display-rich-text', + "readOnly": false, + "value": { + "time": 1658423394276, + "blocks": [ { - id: 'dry4RE17v_', - type: 'header', - data: { - text: 'Display Rich Text widget example', - level: 1 + "id": 'dry4RE17v_', + "type": 'header', + "data": { + "text": 'Display Rich Text widget example', + "level": 1 } }, { - id: 'my1r7YmMOs', - type: 'paragraph', - data: { - text: `<font color="#000000">Is simply a readonly</font><mark class="cdx-marker"> + "id": 'my1r7YmMOs', + "type": 'paragraph', + "data": { + "text": `<font color="#000000">Is simply a readonly</font><mark class="cdx-marker"> <font color="#000000">dummy </font><b>text</b></mark><b></b><font color="#000000"> of the </font><i>printing and typesetting</i><font color="#000000"> industry.\n </font><b><i>Lorem</i></b><font color="#000000"> Ipsum has been the industry's standard du</font><b> @@ -1875,79 +1875,79 @@ export class DemoForm { } }, { - id: 'vgpY3obXS7', - type: 'list', - data: { - style: 'unordered', - items: ['Unordered list example', 'Unordered list example'] + "id": 'vgpY3obXS7', + "type": 'list', + "data": { + "style": 'unordered', + "items": ['Unordered list example', 'Unordered list example'] } }, { - id: 'lWR9x3OF1M', - type: 'list', - data: { - style: 'ordered', - items: ['Ordered list example', 'Ordered list example'] + "id": 'lWR9x3OF1M', + "type": 'list', + "data": { + "style": 'ordered', + "items": ['Ordered list example', 'Ordered list example'] } }, { - id: 'aeZV7M8sU1', - type: 'code', - data: { - code: '// Code Block Example\ncatch(Exception ex){\n // Houston, we have a problem\n}' + "id": 'aeZV7M8sU1', + "type": 'code', + "data": { + "code": '// Code Block Example\ncatch(Exception ex){\n // Houston, we have a problem\n}' } } ], - version: '2.25.0' + "version": '2.25.0' }, - isCustomType: false, - colspan: 1, - rowspan: 1, - visibilityCondition: null, - params: { - existingColspan: 1, - maxColspan: 2 + "isCustomType": false, + "colspan": 1, + "rowspan": 1, + "visibilityCondition": null, + "params": { + "existingColspan": 1, + "maxColspan": 2 } } ], - 2: [] + "2": [] } } ], - outcomes: [], - metadata: { - property1: 'value1', - property2: 'value2' + "outcomes": [], + "metadata": { + "property1": 'value1', + "property2": 'value2' }, - variables: [ + "variables": [ { - name: 'variable1', - type: 'string', - value: 'value1' + "name": 'variable1', + "type": 'string', + "value": 'value1' }, { - name: 'variable2', - type: 'string', - value: 'value2' + "name": 'variable2', + "type": 'string', + "value": 'value2' } ] } } }; - getEasyForm(): any { + getEasyForm (): any { return this.easyForm; } - getFormDefinition(): any { + getFormDefinition (): any { return this.formDefinition; } - getSimpleFormDefinition(): any { + getSimpleFormDefinition (): any { return this.simpleFormDefinition; } - getFormCloudDefinition(): any { + getFormCloudDefinition (): any { return this.cloudFormDefinition; } } diff --git a/lib/core/src/lib/mock/form/form-definition-readonly.mock.ts b/lib/core/src/lib/mock/form/form-definition-readonly.mock.ts index fab7832b4e..0ecd249f17 100644 --- a/lib/core/src/lib/mock/form/form-definition-readonly.mock.ts +++ b/lib/core/src/lib/mock/form/form-definition-readonly.mock.ts @@ -16,210 +16,210 @@ */ export const formReadonlyTwoTextFields: any = { - id: 22, - name: 'formTextDefinition', - processDefinitionId: 'textDefinition:3:182', - processDefinitionName: 'textDefinition', - processDefinitionKey: 'textDefinition', - taskId: '188', - taskDefinitionKey: 'sid-D941F49F-2B04-4FBB-9B49-9E95991993E8', - tabs: [], - fields: [ + "id": 22, + "name": 'formTextDefinition', + "processDefinitionId": 'textDefinition:3:182', + "processDefinitionName": 'textDefinition', + "processDefinitionKey": 'textDefinition', + "taskId": '188', + "taskDefinitionKey": 'sid-D941F49F-2B04-4FBB-9B49-9E95991993E8', + "tabs": [], + "fields": [ { - fieldType: 'ContainerRepresentation', - id: '1507044399260', - name: 'Label', - type: 'container', - value: null, - required: false, - readOnly: false, - overrideId: false, - colspan: 1, - placeholder: null, - minLength: 0, - maxLength: 0, - minValue: null, - maxValue: null, - regexPattern: null, - optionType: null, - hasEmptyValue: null, - options: null, - restUrl: null, - restResponsePath: null, - restIdProperty: null, - restLabelProperty: null, - tab: null, - className: null, - dateDisplayFormat: null, - layout: null, - sizeX: 2, - sizeY: 1, - row: -1, - col: -1, - visibilityCondition: null, - numberOfColumns: 2, - fields: { - 1: [ + "fieldType": 'ContainerRepresentation', + "id": '1507044399260', + "name": 'Label', + "type": 'container', + "value": null, + "required": false, + "readOnly": false, + "overrideId": false, + "colspan": 1, + "placeholder": null, + "minLength": 0, + "maxLength": 0, + "minValue": null, + "maxValue": null, + "regexPattern": null, + "optionType": null, + "hasEmptyValue": null, + "options": null, + "restUrl": null, + "restResponsePath": null, + "restIdProperty": null, + "restLabelProperty": null, + "tab": null, + "className": null, + "dateDisplayFormat": null, + "layout": null, + "sizeX": 2, + "sizeY": 1, + "row": -1, + "col": -1, + "visibilityCondition": null, + "numberOfColumns": 2, + "fields": { + "1": [ { - fieldType: 'FormFieldRepresentation', - id: 'firstname', - name: 'firstName', - type: 'readonly', - value: 'fakeFirstName', - required: false, - readOnly: false, - overrideId: false, - colspan: 1, - placeholder: null, - minLength: 0, - maxLength: 0, - minValue: null, - maxValue: null, - regexPattern: null, - optionType: null, - hasEmptyValue: null, - options: null, - restUrl: null, - restResponsePath: null, - restIdProperty: null, - restLabelProperty: null, - tab: null, - className: null, - params: { - existingColspan: 1, - maxColspan: 2, - field: { - id: 'firstname', - name: 'firstName', - type: 'text', - value: null, - required: false, - readOnly: false, - overrideId: false, - colspan: 1, - placeholder: null, - minLength: 0, - maxLength: 0, - minValue: null, - maxValue: null, - regexPattern: null, - optionType: null, - hasEmptyValue: null, - options: null, - restUrl: null, - restResponsePath: null, - restIdProperty: null, - restLabelProperty: null, - tab: null, - className: null, - dateDisplayFormat: null, - layout: null, - sizeX: 0, - sizeY: 0, - row: 0, - col: 0, - visibilityCondition: null + "fieldType": 'FormFieldRepresentation', + "id": 'firstname', + "name": 'firstName', + "type": 'readonly', + "value": 'fakeFirstName', + "required": false, + "readOnly": false, + "overrideId": false, + "colspan": 1, + "placeholder": null, + "minLength": 0, + "maxLength": 0, + "minValue": null, + "maxValue": null, + "regexPattern": null, + "optionType": null, + "hasEmptyValue": null, + "options": null, + "restUrl": null, + "restResponsePath": null, + "restIdProperty": null, + "restLabelProperty": null, + "tab": null, + "className": null, + "params": { + "existingColspan": 1, + "maxColspan": 2, + "field": { + "id": 'firstname', + "name": 'firstName', + "type": 'text', + "value": null, + "required": false, + "readOnly": false, + "overrideId": false, + "colspan": 1, + "placeholder": null, + "minLength": 0, + "maxLength": 0, + "minValue": null, + "maxValue": null, + "regexPattern": null, + "optionType": null, + "hasEmptyValue": null, + "options": null, + "restUrl": null, + "restResponsePath": null, + "restIdProperty": null, + "restLabelProperty": null, + "tab": null, + "className": null, + "dateDisplayFormat": null, + "layout": null, + "sizeX": 0, + "sizeY": 0, + "row": 0, + "col": 0, + "visibilityCondition": null } }, - dateDisplayFormat: null, - layout: { - row: -1, - column: -1, - colspan: 1 + "dateDisplayFormat": null, + "layout": { + "row": -1, + "column": -1, + "colspan": 1 }, - sizeX: 1, - sizeY: 1, - row: -1, - col: -1, - visibilityCondition: null + "sizeX": 1, + "sizeY": 1, + "row": -1, + "col": -1, + "visibilityCondition": null } ], - 2: [ + "2": [ { - fieldType: 'FormFieldRepresentation', - id: 'lastname', - name: 'lastName', - type: 'readonly', - value: 'fakeLastName', - required: false, - readOnly: false, - overrideId: false, - colspan: 1, - placeholder: null, - minLength: 0, - maxLength: 0, - minValue: null, - maxValue: null, - regexPattern: null, - optionType: null, - hasEmptyValue: null, - options: null, - restUrl: null, - restResponsePath: null, - restIdProperty: null, - restLabelProperty: null, - tab: null, - className: null, - params: { - existingColspan: 1, - maxColspan: 1, - field: { - id: 'lastname', - name: 'lastName', - type: 'text', - value: null, - required: false, - readOnly: false, - overrideId: false, - colspan: 1, - placeholder: null, - minLength: 0, - maxLength: 0, - minValue: null, - maxValue: null, - regexPattern: null, - optionType: null, - hasEmptyValue: null, - options: null, - restUrl: null, - restResponsePath: null, - restIdProperty: null, - restLabelProperty: null, - tab: null, - className: null, - dateDisplayFormat: null, - layout: null, - sizeX: 0, - sizeY: 0, - row: 0, - col: 0, - visibilityCondition: null + "fieldType": 'FormFieldRepresentation', + "id": 'lastname', + "name": 'lastName', + "type": 'readonly', + "value": 'fakeLastName', + "required": false, + "readOnly": false, + "overrideId": false, + "colspan": 1, + "placeholder": null, + "minLength": 0, + "maxLength": 0, + "minValue": null, + "maxValue": null, + "regexPattern": null, + "optionType": null, + "hasEmptyValue": null, + "options": null, + "restUrl": null, + "restResponsePath": null, + "restIdProperty": null, + "restLabelProperty": null, + "tab": null, + "className": null, + "params": { + "existingColspan": 1, + "maxColspan": 1, + "field": { + "id": 'lastname', + "name": 'lastName', + "type": 'text', + "value": null, + "required": false, + "readOnly": false, + "overrideId": false, + "colspan": 1, + "placeholder": null, + "minLength": 0, + "maxLength": 0, + "minValue": null, + "maxValue": null, + "regexPattern": null, + "optionType": null, + "hasEmptyValue": null, + "options": null, + "restUrl": null, + "restResponsePath": null, + "restIdProperty": null, + "restLabelProperty": null, + "tab": null, + "className": null, + "dateDisplayFormat": null, + "layout": null, + "sizeX": 0, + "sizeY": 0, + "row": 0, + "col": 0, + "visibilityCondition": null } }, - dateDisplayFormat: null, - layout: { - row: -1, - column: -1, - colspan: 1 + "dateDisplayFormat": null, + "layout": { + "row": -1, + "column": -1, + "colspan": 1 }, - sizeX: 1, - sizeY: 1, - row: -1, - col: -1, - visibilityCondition: null + "sizeX": 1, + "sizeY": 1, + "row": -1, + "col": -1, + "visibilityCondition": null } ] } } ], - outcomes: [], - javascriptEvents: [], - className: '', - style: '', - customFieldTemplates: {}, - metadata: {}, - variables: [], - customFieldsValueInfo: {}, - gridsterForm: false, - globalDateFormat: 'D-M-YYYY' + "outcomes": [], + "javascriptEvents": [], + "className": '', + "style": '', + "customFieldTemplates": {}, + "metadata": {}, + "variables": [], + "customFieldsValueInfo": {}, + "gridsterForm": false, + "globalDateFormat": 'D-M-YYYY' }; diff --git a/lib/core/src/lib/mock/form/form-definition-visibility.mock.ts b/lib/core/src/lib/mock/form/form-definition-visibility.mock.ts index 01e101f586..c2f36f5976 100644 --- a/lib/core/src/lib/mock/form/form-definition-visibility.mock.ts +++ b/lib/core/src/lib/mock/form/form-definition-visibility.mock.ts @@ -16,333 +16,333 @@ */ export const formDefVisibilityFieldDependsOnNextOne: any = { - id: 19, - processDefinitionId: 'visibility:1:148', - processDefinitionName: 'visibility', - processDefinitionKey: 'visibility', - tabs: [], - fields: [ + "id": 19, + "processDefinitionId": 'visibility:1:148', + "processDefinitionName": 'visibility', + "processDefinitionKey": 'visibility', + "tabs": [], + "fields": [ { - fieldType: 'ContainerRepresentation', - id: '1506960847579', - name: 'Label', - type: 'container', - value: null, - required: false, - readOnly: false, - overrideId: false, - colspan: 1, - placeholder: null, - minLength: 0, - maxLength: 0, - minValue: null, - maxValue: null, - regexPattern: null, - optionType: null, - hasEmptyValue: null, - options: null, - restUrl: null, - restResponsePath: null, - restIdProperty: null, - restLabelProperty: null, - tab: null, - className: null, - dateDisplayFormat: null, - layout: null, - sizeX: 2, - sizeY: 1, - row: -1, - col: -1, - visibilityCondition: null, - numberOfColumns: 2, - fields: { - 1: [ + "fieldType": 'ContainerRepresentation', + "id": '1506960847579', + "name": 'Label', + "type": 'container', + "value": null, + "required": false, + "readOnly": false, + "overrideId": false, + "colspan": 1, + "placeholder": null, + "minLength": 0, + "maxLength": 0, + "minValue": null, + "maxValue": null, + "regexPattern": null, + "optionType": null, + "hasEmptyValue": null, + "options": null, + "restUrl": null, + "restResponsePath": null, + "restIdProperty": null, + "restLabelProperty": null, + "tab": null, + "className": null, + "dateDisplayFormat": null, + "layout": null, + "sizeX": 2, + "sizeY": 1, + "row": -1, + "col": -1, + "visibilityCondition": null, + "numberOfColumns": 2, + "fields": { + "1": [ { - fieldType: 'RestFieldRepresentation', - id: 'country', - name: 'country', - type: 'dropdown', - value: 'Choose one...', - required: false, - readOnly: false, - overrideId: false, - colspan: 1, - placeholder: null, - minLength: 0, - maxLength: 0, - minValue: null, - maxValue: null, - regexPattern: null, - optionType: null, - hasEmptyValue: true, - options: [ + "fieldType": 'RestFieldRepresentation', + "id": 'country', + "name": 'country', + "type": 'dropdown', + "value": 'Choose one...', + "required": false, + "readOnly": false, + "overrideId": false, + "colspan": 1, + "placeholder": null, + "minLength": 0, + "maxLength": 0, + "minValue": null, + "maxValue": null, + "regexPattern": null, + "optionType": null, + "hasEmptyValue": true, + "options": [ { - id: 'empty', - name: 'Choose one...' + "id": 'empty', + "name": 'Choose one...' }, { - id: 'option_1', - name: 'france' + "id": 'option_1', + "name": 'france' }, { - id: 'option_2', - name: 'uk' + "id": 'option_2', + "name": 'uk' } ], - restUrl: null, - restResponsePath: null, - restIdProperty: null, - restLabelProperty: null, - tab: null, - className: null, - params: { - existingColspan: 1, - maxColspan: 2 + "restUrl": null, + "restResponsePath": null, + "restIdProperty": null, + "restLabelProperty": null, + "tab": null, + "className": null, + "params": { + "existingColspan": 1, + "maxColspan": 2 }, - dateDisplayFormat: null, - layout: { - row: -1, - column: -1, - colspan: 1 + "dateDisplayFormat": null, + "layout": { + "row": -1, + "column": -1, + "colspan": 1 }, - sizeX: 1, - sizeY: 1, - row: -1, - col: -1, - visibilityCondition: { - leftType: 'field', - leftValue: 'name', - operator: '==', - rightValue: 'italy', - rightFormFieldId: '', - rightRestResponseId: '', - nextConditionOperator: '', - nextCondition: null + "sizeX": 1, + "sizeY": 1, + "row": -1, + "col": -1, + "visibilityCondition": { + "leftType": 'field', + "leftValue": 'name', + "operator": '==', + "rightValue": 'italy', + "rightFormFieldId": '', + "rightRestResponseId": '', + "nextConditionOperator": '', + "nextCondition": null }, - endpoint: null, - requestHeaders: null + "endpoint": null, + "requestHeaders": null } ], - 2: [ + "2": [ { - fieldType: 'FormFieldRepresentation', - id: 'name', - name: 'name', - type: 'text', - value: null, - required: false, - readOnly: false, - overrideId: false, - colspan: 1, - placeholder: null, - minLength: 0, - maxLength: 0, - minValue: null, - maxValue: null, - regexPattern: null, - optionType: null, - hasEmptyValue: null, - options: null, - restUrl: null, - restResponsePath: null, - restIdProperty: null, - restLabelProperty: null, - tab: null, - className: null, - params: { - existingColspan: 1, - maxColspan: 1 + "fieldType": 'FormFieldRepresentation', + "id": 'name', + "name": 'name', + "type": 'text', + "value": null, + "required": false, + "readOnly": false, + "overrideId": false, + "colspan": 1, + "placeholder": null, + "minLength": 0, + "maxLength": 0, + "minValue": null, + "maxValue": null, + "regexPattern": null, + "optionType": null, + "hasEmptyValue": null, + "options": null, + "restUrl": null, + "restResponsePath": null, + "restIdProperty": null, + "restLabelProperty": null, + "tab": null, + "className": null, + "params": { + "existingColspan": 1, + "maxColspan": 1 }, - dateDisplayFormat: null, - layout: { - row: -1, - column: -1, - colspan: 1 + "dateDisplayFormat": null, + "layout": { + "row": -1, + "column": -1, + "colspan": 1 }, - sizeX: 1, - sizeY: 1, - row: -1, - col: -1, - visibilityCondition: null + "sizeX": 1, + "sizeY": 1, + "row": -1, + "col": -1, + "visibilityCondition": null } ] } } ], - outcomes: [], - javascriptEvents: [], - className: '', - style: '', - customFieldTemplates: {}, - metadata: {}, - variables: [], - customFieldsValueInfo: {}, - gridsterForm: false, - globalDateFormat: 'D-M-YYYY' + "outcomes": [], + "javascriptEvents": [], + "className": '', + "style": '', + "customFieldTemplates": {}, + "metadata": {}, + "variables": [], + "customFieldsValueInfo": {}, + "gridsterForm": false, + "globalDateFormat": 'D-M-YYYY' }; export const formDefVisibilitiFieldDependsOnPreviousOne: any = { - id: 19, - processDefinitionId: 'visibility:1:148', - processDefinitionName: 'visibility', - processDefinitionKey: 'visibility', - tabs: [], - fields: [ + "id": 19, + "processDefinitionId": 'visibility:1:148', + "processDefinitionName": 'visibility', + "processDefinitionKey": 'visibility', + "tabs": [], + "fields": [ { - fieldType: 'ContainerRepresentation', - id: '1506960847579', - name: 'Label', - type: 'container', - value: null, - required: false, - readOnly: false, - overrideId: false, - colspan: 1, - placeholder: null, - minLength: 0, - maxLength: 0, - minValue: null, - maxValue: null, - regexPattern: null, - optionType: null, - hasEmptyValue: null, - options: null, - restUrl: null, - restResponsePath: null, - restIdProperty: null, - restLabelProperty: null, - tab: null, - className: null, - dateDisplayFormat: null, - layout: null, - sizeX: 2, - sizeY: 1, - row: -1, - col: -1, - visibilityCondition: null, - numberOfColumns: 2, - fields: { - 1: [ + "fieldType": 'ContainerRepresentation', + "id": '1506960847579', + "name": 'Label', + "type": 'container', + "value": null, + "required": false, + "readOnly": false, + "overrideId": false, + "colspan": 1, + "placeholder": null, + "minLength": 0, + "maxLength": 0, + "minValue": null, + "maxValue": null, + "regexPattern": null, + "optionType": null, + "hasEmptyValue": null, + "options": null, + "restUrl": null, + "restResponsePath": null, + "restIdProperty": null, + "restLabelProperty": null, + "tab": null, + "className": null, + "dateDisplayFormat": null, + "layout": null, + "sizeX": 2, + "sizeY": 1, + "row": -1, + "col": -1, + "visibilityCondition": null, + "numberOfColumns": 2, + "fields": { + "1": [ { - fieldType: 'FormFieldRepresentation', - id: 'name', - name: 'name', - type: 'text', - value: null, - required: false, - readOnly: false, - overrideId: false, - colspan: 1, - placeholder: null, - minLength: 0, - maxLength: 0, - minValue: null, - maxValue: null, - regexPattern: null, - optionType: null, - hasEmptyValue: null, - options: null, - restUrl: null, - restResponsePath: null, - restIdProperty: null, - restLabelProperty: null, - tab: null, - className: null, - params: { - existingColspan: 1, - maxColspan: 1 + "fieldType": 'FormFieldRepresentation', + "id": 'name', + "name": 'name', + "type": 'text', + "value": null, + "required": false, + "readOnly": false, + "overrideId": false, + "colspan": 1, + "placeholder": null, + "minLength": 0, + "maxLength": 0, + "minValue": null, + "maxValue": null, + "regexPattern": null, + "optionType": null, + "hasEmptyValue": null, + "options": null, + "restUrl": null, + "restResponsePath": null, + "restIdProperty": null, + "restLabelProperty": null, + "tab": null, + "className": null, + "params": { + "existingColspan": 1, + "maxColspan": 1 }, - dateDisplayFormat: null, - layout: { - row: -1, - column: -1, - colspan: 1 + "dateDisplayFormat": null, + "layout": { + "row": -1, + "column": -1, + "colspan": 1 }, - sizeX: 1, - sizeY: 1, - row: -1, - col: -1, - visibilityCondition: null + "sizeX": 1, + "sizeY": 1, + "row": -1, + "col": -1, + "visibilityCondition": null } ], - 2: [ + "2": [ { - fieldType: 'RestFieldRepresentation', - id: 'country', - name: 'country', - type: 'dropdown', - value: 'Choose one...', - required: false, - readOnly: false, - overrideId: false, - colspan: 1, - placeholder: null, - minLength: 0, - maxLength: 0, - minValue: null, - maxValue: null, - regexPattern: null, - optionType: null, - hasEmptyValue: true, - options: [ + "fieldType": 'RestFieldRepresentation', + "id": 'country', + "name": 'country', + "type": 'dropdown', + "value": 'Choose one...', + "required": false, + "readOnly": false, + "overrideId": false, + "colspan": 1, + "placeholder": null, + "minLength": 0, + "maxLength": 0, + "minValue": null, + "maxValue": null, + "regexPattern": null, + "optionType": null, + "hasEmptyValue": true, + "options": [ { - id: 'empty', - name: 'Choose one...' + "id": 'empty', + "name": 'Choose one...' }, { - id: 'option_1', - name: 'france' + "id": 'option_1', + "name": 'france' }, { - id: 'option_2', - name: 'uk' + "id": 'option_2', + "name": 'uk' } ], - restUrl: null, - restResponsePath: null, - restIdProperty: null, - restLabelProperty: null, - tab: null, - className: null, - params: { - existingColspan: 1, - maxColspan: 2 + "restUrl": null, + "restResponsePath": null, + "restIdProperty": null, + "restLabelProperty": null, + "tab": null, + "className": null, + "params": { + "existingColspan": 1, + "maxColspan": 2 }, - dateDisplayFormat: null, - layout: { - row: -1, - column: -1, - colspan: 1 + "dateDisplayFormat": null, + "layout": { + "row": -1, + "column": -1, + "colspan": 1 }, - sizeX: 1, - sizeY: 1, - row: -1, - col: -1, - visibilityCondition: { - leftType: 'field', - leftValue: 'name', - operator: '==', - rightValue: 'italy', - rightFormFieldId: '', - rightRestResponseId: '', - nextConditionOperator: '', - nextCondition: null + "sizeX": 1, + "sizeY": 1, + "row": -1, + "col": -1, + "visibilityCondition": { + "leftType": 'field', + "leftValue": 'name', + "operator": '==', + "rightValue": 'italy', + "rightFormFieldId": '', + "rightRestResponseId": '', + "nextConditionOperator": '', + "nextCondition": null }, - endpoint: null, - requestHeaders: null + "endpoint": null, + "requestHeaders": null } ] } } ], - outcomes: [], - javascriptEvents: [], - className: '', - style: '', - customFieldTemplates: {}, - metadata: {}, - variables: [], - customFieldsValueInfo: {}, - gridsterForm: false, - globalDateFormat: 'D-M-YYYY' + "outcomes": [], + "javascriptEvents": [], + "className": '', + "style": '', + "customFieldTemplates": {}, + "metadata": {}, + "variables": [], + "customFieldsValueInfo": {}, + "gridsterForm": false, + "globalDateFormat": 'D-M-YYYY' }; diff --git a/lib/core/src/lib/mock/form/form-definition.mock.ts b/lib/core/src/lib/mock/form/form-definition.mock.ts index f2e90d87c8..7fd7afaafe 100644 --- a/lib/core/src/lib/mock/form/form-definition.mock.ts +++ b/lib/core/src/lib/mock/form/form-definition.mock.ts @@ -16,390 +16,390 @@ */ export const formDefinitionTwoTextFields: any = { - id: 20, - name: 'formTextDefinition', - processDefinitionId: 'textDefinition:1:153', - processDefinitionName: 'textDefinition', - processDefinitionKey: 'textDefinition', - taskId: '159', - taskDefinitionKey: 'sid-D941F49F-2B04-4FBB-9B49-9E95991993E8', - tabs: [], - fields: [ + "id": 20, + "name": 'formTextDefinition', + "processDefinitionId": 'textDefinition:1:153', + "processDefinitionName": 'textDefinition', + "processDefinitionKey": 'textDefinition', + "taskId": '159', + "taskDefinitionKey": 'sid-D941F49F-2B04-4FBB-9B49-9E95991993E8', + "tabs": [], + "fields": [ { - fieldType: 'ContainerRepresentation', - id: '1507044399260', - name: 'Label', - type: 'container', - value: null, - required: false, - readOnly: false, - overrideId: false, - colspan: 1, - placeholder: null, - minLength: 0, - maxLength: 0, - minValue: null, - maxValue: null, - regexPattern: null, - optionType: null, - hasEmptyValue: null, - options: null, - restUrl: null, - restResponsePath: null, - restIdProperty: null, - restLabelProperty: null, - tab: null, - className: null, - dateDisplayFormat: null, - layout: null, - sizeX: 2, - sizeY: 1, - row: -1, - col: -1, - visibilityCondition: null, - numberOfColumns: 2, - fields: { - 1: [ + "fieldType": 'ContainerRepresentation', + "id": '1507044399260', + "name": 'Label', + "type": 'container', + "value": null, + "required": false, + "readOnly": false, + "overrideId": false, + "colspan": 1, + "placeholder": null, + "minLength": 0, + "maxLength": 0, + "minValue": null, + "maxValue": null, + "regexPattern": null, + "optionType": null, + "hasEmptyValue": null, + "options": null, + "restUrl": null, + "restResponsePath": null, + "restIdProperty": null, + "restLabelProperty": null, + "tab": null, + "className": null, + "dateDisplayFormat": null, + "layout": null, + "sizeX": 2, + "sizeY": 1, + "row": -1, + "col": -1, + "visibilityCondition": null, + "numberOfColumns": 2, + "fields": { + "1": [ { - fieldType: 'FormFieldRepresentation', - id: 'firstname', - name: 'firstName', - type: 'text', - value: null, - required: false, - readOnly: false, - overrideId: false, - colspan: 1, - placeholder: null, - minLength: 0, - maxLength: 0, - minValue: null, - maxValue: null, - regexPattern: null, - optionType: null, - hasEmptyValue: null, - options: null, - restUrl: null, - restResponsePath: null, - restIdProperty: null, - restLabelProperty: null, - tab: null, - className: null, - params: { - existingColspan: 1, - maxColspan: 2 + "fieldType": 'FormFieldRepresentation', + "id": 'firstname', + "name": 'firstName', + "type": 'text', + "value": null, + "required": false, + "readOnly": false, + "overrideId": false, + "colspan": 1, + "placeholder": null, + "minLength": 0, + "maxLength": 0, + "minValue": null, + "maxValue": null, + "regexPattern": null, + "optionType": null, + "hasEmptyValue": null, + "options": null, + "restUrl": null, + "restResponsePath": null, + "restIdProperty": null, + "restLabelProperty": null, + "tab": null, + "className": null, + "params": { + "existingColspan": 1, + "maxColspan": 2 }, - dateDisplayFormat: null, - layout: { - row: -1, - column: -1, - colspan: 1 + "dateDisplayFormat": null, + "layout": { + "row": -1, + "column": -1, + "colspan": 1 }, - sizeX: 1, - sizeY: 1, - row: -1, - col: -1, - visibilityCondition: null + "sizeX": 1, + "sizeY": 1, + "row": -1, + "col": -1, + "visibilityCondition": null } ], - 2: [ + "2": [ { - fieldType: 'FormFieldRepresentation', - id: 'lastname', - name: 'lastName', - type: 'text', - value: null, - required: false, - readOnly: false, - overrideId: false, - colspan: 1, - placeholder: null, - minLength: 0, - maxLength: 0, - minValue: null, - maxValue: null, - regexPattern: null, - optionType: null, - hasEmptyValue: null, - options: null, - restUrl: null, - restResponsePath: null, - restIdProperty: null, - restLabelProperty: null, - tab: null, - className: null, - params: { - existingColspan: 1, - maxColspan: 1 + "fieldType": 'FormFieldRepresentation', + "id": 'lastname', + "name": 'lastName', + "type": 'text', + "value": null, + "required": false, + "readOnly": false, + "overrideId": false, + "colspan": 1, + "placeholder": null, + "minLength": 0, + "maxLength": 0, + "minValue": null, + "maxValue": null, + "regexPattern": null, + "optionType": null, + "hasEmptyValue": null, + "options": null, + "restUrl": null, + "restResponsePath": null, + "restIdProperty": null, + "restLabelProperty": null, + "tab": null, + "className": null, + "params": { + "existingColspan": 1, + "maxColspan": 1 }, - dateDisplayFormat: null, - layout: { - row: -1, - column: -1, - colspan: 1 + "dateDisplayFormat": null, + "layout": { + "row": -1, + "column": -1, + "colspan": 1 }, - sizeX: 1, - sizeY: 1, - row: -1, - col: -1, - visibilityCondition: null + "sizeX": 1, + "sizeY": 1, + "row": -1, + "col": -1, + "visibilityCondition": null } ] } } ], - outcomes: [], - javascriptEvents: [], - className: '', - style: '', - customFieldTemplates: {}, - metadata: {}, - variables: [], - customFieldsValueInfo: {}, - gridsterForm: false, - globalDateFormat: 'D-M-YYYY' + "outcomes": [], + "javascriptEvents": [], + "className": '', + "style": '', + "customFieldTemplates": {}, + "metadata": {}, + "variables": [], + "customFieldsValueInfo": {}, + "gridsterForm": false, + "globalDateFormat": 'D-M-YYYY' }; export const formDefinitionDropdownField: any = { - id: 21, - name: 'dropdownDefinition', - processDefinitionId: 'textDefinition:2:163', - processDefinitionName: 'textDefinition', - processDefinitionKey: 'textDefinition', - taskId: '169', - taskDefinitionKey: 'sid-D941F49F-2B04-4FBB-9B49-9E95991993E8', - tabs: [], - fields: [ + "id": 21, + "name": 'dropdownDefinition', + "processDefinitionId": 'textDefinition:2:163', + "processDefinitionName": 'textDefinition', + "processDefinitionKey": 'textDefinition', + "taskId": '169', + "taskDefinitionKey": 'sid-D941F49F-2B04-4FBB-9B49-9E95991993E8', + "tabs": [], + "fields": [ { - fieldType: 'ContainerRepresentation', - id: '1507046026940', - name: 'Label', - type: 'container', - value: null, - required: false, - readOnly: false, - overrideId: false, - colspan: 1, - placeholder: null, - minLength: 0, - maxLength: 0, - minValue: null, - maxValue: null, - regexPattern: null, - optionType: null, - hasEmptyValue: null, - options: null, - restUrl: null, - restResponsePath: null, - restIdProperty: null, - restLabelProperty: null, - tab: null, - className: null, - dateDisplayFormat: null, - layout: null, - sizeX: 2, - sizeY: 1, - row: -1, - col: -1, - visibilityCondition: null, - numberOfColumns: 2, - fields: { - 1: [ + "fieldType": 'ContainerRepresentation', + "id": '1507046026940', + "name": 'Label', + "type": 'container', + "value": null, + "required": false, + "readOnly": false, + "overrideId": false, + "colspan": 1, + "placeholder": null, + "minLength": 0, + "maxLength": 0, + "minValue": null, + "maxValue": null, + "regexPattern": null, + "optionType": null, + "hasEmptyValue": null, + "options": null, + "restUrl": null, + "restResponsePath": null, + "restIdProperty": null, + "restLabelProperty": null, + "tab": null, + "className": null, + "dateDisplayFormat": null, + "layout": null, + "sizeX": 2, + "sizeY": 1, + "row": -1, + "col": -1, + "visibilityCondition": null, + "numberOfColumns": 2, + "fields": { + "1": [ { - fieldType: 'RestFieldRepresentation', - id: 'country', - name: 'country', - type: 'dropdown', - value: 'Choose one...', - required: false, - readOnly: false, - overrideId: false, - colspan: 1, - placeholder: null, - minLength: 0, - maxLength: 0, - minValue: null, - maxValue: null, - regexPattern: null, - optionType: null, - hasEmptyValue: true, - options: [ + "fieldType": 'RestFieldRepresentation', + "id": 'country', + "name": 'country', + "type": 'dropdown', + "value": 'Choose one...', + "required": false, + "readOnly": false, + "overrideId": false, + "colspan": 1, + "placeholder": null, + "minLength": 0, + "maxLength": 0, + "minValue": null, + "maxValue": null, + "regexPattern": null, + "optionType": null, + "hasEmptyValue": true, + "options": [ { - id: 'empty', - name: 'Choose one...' + "id": 'empty', + "name": 'Choose one...' }, { - id: 'option_1', - name: 'united kingdom' + "id": 'option_1', + "name": 'united kingdom' }, { - id: 'option_2', - name: 'italy' + "id": 'option_2', + "name": 'italy' }, { - id: 'option_3', - name: 'france' + "id": 'option_3', + "name": 'france' } ], - restUrl: null, - restResponsePath: null, - restIdProperty: null, - restLabelProperty: null, - tab: null, - className: null, - params: { - existingColspan: 1, - maxColspan: 2 + "restUrl": null, + "restResponsePath": null, + "restIdProperty": null, + "restLabelProperty": null, + "tab": null, + "className": null, + "params": { + "existingColspan": 1, + "maxColspan": 2 }, - dateDisplayFormat: null, - layout: { - row: -1, - column: -1, - colspan: 1 + "dateDisplayFormat": null, + "layout": { + "row": -1, + "column": -1, + "colspan": 1 }, - sizeX: 1, - sizeY: 1, - row: -1, - col: -1, - visibilityCondition: null, - endpoint: null, - requestHeaders: null + "sizeX": 1, + "sizeY": 1, + "row": -1, + "col": -1, + "visibilityCondition": null, + "endpoint": null, + "requestHeaders": null } ], - 2: [] + "2": [] } } ], - outcomes: [], - javascriptEvents: [], - className: '', - style: '', - customFieldTemplates: {}, - metadata: {}, - variables: [], - customFieldsValueInfo: {}, - gridsterForm: false, - globalDateFormat: 'D-M-YYYY' + "outcomes": [], + "javascriptEvents": [], + "className": '', + "style": '', + "customFieldTemplates": {}, + "metadata": {}, + "variables": [], + "customFieldsValueInfo": {}, + "gridsterForm": false, + "globalDateFormat": 'D-M-YYYY' }; export const formDefinitionRequiredField: any = { - id: 21, - name: 'dropdownDefinition', - processDefinitionId: 'textDefinition:2:163', - processDefinitionName: 'textDefinition', - processDefinitionKey: 'textDefinition', - taskId: '169', - taskDefinitionKey: 'sid-D941F49F-2B04-4FBB-9B49-9E95991993E8', - tabs: [], - fields: [ + "id": 21, + "name": 'dropdownDefinition', + "processDefinitionId": 'textDefinition:2:163', + "processDefinitionName": 'textDefinition', + "processDefinitionKey": 'textDefinition', + "taskId": '169', + "taskDefinitionKey": 'sid-D941F49F-2B04-4FBB-9B49-9E95991993E8', + "tabs": [], + "fields": [ { - fieldType: 'ContainerRepresentation', - id: '1507046026940', - name: 'Label', - type: 'container', - value: null, - required: false, - readOnly: false, - overrideId: false, - colspan: 1, - placeholder: null, - minLength: 0, - maxLength: 0, - minValue: null, - maxValue: null, - regexPattern: null, - optionType: null, - hasEmptyValue: null, - options: null, - restUrl: null, - restResponsePath: null, - restIdProperty: null, - restLabelProperty: null, - tab: null, - className: null, - dateDisplayFormat: null, - layout: null, - sizeX: 2, - sizeY: 1, - row: -1, - col: -1, - visibilityCondition: null, - numberOfColumns: 2, - fields: { - 1: [ + "fieldType": 'ContainerRepresentation', + "id": '1507046026940', + "name": 'Label', + "type": 'container', + "value": null, + "required": false, + "readOnly": false, + "overrideId": false, + "colspan": 1, + "placeholder": null, + "minLength": 0, + "maxLength": 0, + "minValue": null, + "maxValue": null, + "regexPattern": null, + "optionType": null, + "hasEmptyValue": null, + "options": null, + "restUrl": null, + "restResponsePath": null, + "restIdProperty": null, + "restLabelProperty": null, + "tab": null, + "className": null, + "dateDisplayFormat": null, + "layout": null, + "sizeX": 2, + "sizeY": 1, + "row": -1, + "col": -1, + "visibilityCondition": null, + "numberOfColumns": 2, + "fields": { + "1": [ { - fieldType: 'RestFieldRepresentation', - id: 'country', - name: 'country', - type: 'dropdown', - value: 'Choose one...', - required: true, - readOnly: false, - overrideId: false, - colspan: 1, - placeholder: null, - minLength: 0, - maxLength: 0, - minValue: null, - maxValue: null, - regexPattern: null, - optionType: null, - hasEmptyValue: true, - options: [ + "fieldType": 'RestFieldRepresentation', + "id": 'country', + "name": 'country', + "type": 'dropdown', + "value": 'Choose one...', + "required": true, + "readOnly": false, + "overrideId": false, + "colspan": 1, + "placeholder": null, + "minLength": 0, + "maxLength": 0, + "minValue": null, + "maxValue": null, + "regexPattern": null, + "optionType": null, + "hasEmptyValue": true, + "options": [ { - id: 'empty', - name: 'Choose one...' + "id": 'empty', + "name": 'Choose one...' }, { - id: 'option_1', - name: 'united kingdom' + "id": 'option_1', + "name": 'united kingdom' }, { - id: 'option_2', - name: 'italy' + "id": 'option_2', + "name": 'italy' }, { - id: 'option_3', - name: 'france' + "id": 'option_3', + "name": 'france' } ], - restUrl: null, - restResponsePath: null, - restIdProperty: null, - restLabelProperty: null, - tab: null, - className: null, - params: { - existingColspan: 1, - maxColspan: 2 + "restUrl": null, + "restResponsePath": null, + "restIdProperty": null, + "restLabelProperty": null, + "tab": null, + "className": null, + "params": { + "existingColspan": 1, + "maxColspan": 2 }, - dateDisplayFormat: null, - layout: { - row: -1, - column: -1, - colspan: 1 + "dateDisplayFormat": null, + "layout": { + "row": -1, + "column": -1, + "colspan": 1 }, - sizeX: 1, - sizeY: 1, - row: -1, - col: -1, - visibilityCondition: null, - endpoint: null, - requestHeaders: null + "sizeX": 1, + "sizeY": 1, + "row": -1, + "col": -1, + "visibilityCondition": null, + "endpoint": null, + "requestHeaders": null } ], - 2: [] + "2": [] } } ], - outcomes: [], - javascriptEvents: [], - className: '', - style: '', - customFieldTemplates: {}, - metadata: {}, - variables: [], - customFieldsValueInfo: {}, - gridsterForm: false, - globalDateFormat: 'D-M-YYYY' + "outcomes": [], + "javascriptEvents": [], + "className": '', + "style": '', + "customFieldTemplates": {}, + "metadata": {}, + "variables": [], + "customFieldsValueInfo": {}, + "gridsterForm": false, + "globalDateFormat": 'D-M-YYYY' }; diff --git a/lib/core/src/lib/mock/form/form.component.mock.ts b/lib/core/src/lib/mock/form/form.component.mock.ts index a9f64a3725..17610938ba 100644 --- a/lib/core/src/lib/mock/form/form.component.mock.ts +++ b/lib/core/src/lib/mock/form/form.component.mock.ts @@ -16,260 +16,260 @@ */ export const fakeForm: any = { - id: 1001, - name: 'ISSUE_FORM', - processDefinitionId: 'ISSUE_APP:1:2504', - processDefinitionName: 'ISSUE_APP', - processDefinitionKey: 'ISSUE_APP', - taskId: '7506', - taskDefinitionKey: 'sid-F67A2996-1684-4774-855A-4591490081FD', - tabs: [], - fields: [ + "id": 1001, + "name": 'ISSUE_FORM', + "processDefinitionId": 'ISSUE_APP:1:2504', + "processDefinitionName": 'ISSUE_APP', + "processDefinitionKey": 'ISSUE_APP', + "taskId": '7506', + "taskDefinitionKey": 'sid-F67A2996-1684-4774-855A-4591490081FD', + "tabs": [], + "fields": [ { - fieldType: 'ContainerRepresentation', - id: '1498212398417', - name: 'Label', - type: 'container', - value: null, - required: false, - readOnly: false, - overrideId: false, - colspan: 1, - placeholder: null, - minLength: 0, - maxLength: 0, - minValue: null, - maxValue: null, - regexPattern: null, - optionType: null, - hasEmptyValue: null, - options: null, - restUrl: null, - restResponsePath: null, - restIdProperty: null, - restLabelProperty: null, - tab: null, - className: null, - dateDisplayFormat: null, - layout: null, - sizeX: 2, - sizeY: 1, - row: -1, - col: -1, - visibilityCondition: null, - numberOfColumns: 2, - fields: { - 1: [ + "fieldType": 'ContainerRepresentation', + "id": '1498212398417', + "name": 'Label', + "type": 'container', + "value": null, + "required": false, + "readOnly": false, + "overrideId": false, + "colspan": 1, + "placeholder": null, + "minLength": 0, + "maxLength": 0, + "minValue": null, + "maxValue": null, + "regexPattern": null, + "optionType": null, + "hasEmptyValue": null, + "options": null, + "restUrl": null, + "restResponsePath": null, + "restIdProperty": null, + "restLabelProperty": null, + "tab": null, + "className": null, + "dateDisplayFormat": null, + "layout": null, + "sizeX": 2, + "sizeY": 1, + "row": -1, + "col": -1, + "visibilityCondition": null, + "numberOfColumns": 2, + "fields": { + "1": [ { - fieldType: 'RestFieldRepresentation', - id: 'dropdownId', - name: 'Label', - type: 'dropdown', - value: 'Choose one...', - required: false, - readOnly: false, - overrideId: false, - colspan: 1, - placeholder: null, - minLength: 0, - maxLength: 0, - minValue: null, - maxValue: null, - regexPattern: null, - optionType: null, - hasEmptyValue: true, - options: [ + "fieldType": 'RestFieldRepresentation', + "id": 'dropdownId', + "name": 'Label', + "type": 'dropdown', + "value": 'Choose one...', + "required": false, + "readOnly": false, + "overrideId": false, + "colspan": 1, + "placeholder": null, + "minLength": 0, + "maxLength": 0, + "minValue": null, + "maxValue": null, + "regexPattern": null, + "optionType": null, + "hasEmptyValue": true, + "options": [ { - id: 'empty', - name: 'Choose one...' + "id": 'empty', + "name": 'Choose one...' }, { - id: 'option_1', - name: 'test1' + "id": 'option_1', + "name": 'test1' }, { - id: 'option_2', - name: 'test2' + "id": 'option_2', + "name": 'test2' }, { - id: 'option_3', - name: 'test3' + "id": 'option_3', + "name": 'test3' } ], - restUrl: null, - restResponsePath: null, - restIdProperty: null, - restLabelProperty: null, - tab: null, - className: null, - params: { - existingColspan: 1, - maxColspan: 2 + "restUrl": null, + "restResponsePath": null, + "restIdProperty": null, + "restLabelProperty": null, + "tab": null, + "className": null, + "params": { + "existingColspan": 1, + "maxColspan": 2 }, - dateDisplayFormat: null, - layout: { - row: -1, - column: -1, - colspan: 1 + "dateDisplayFormat": null, + "layout": { + "row": -1, + "column": -1, + "colspan": 1 }, - sizeX: 1, - sizeY: 1, - row: -1, - col: -1, - visibilityCondition: null, - endpoint: null, - requestHeaders: null + "sizeX": 1, + "sizeY": 1, + "row": -1, + "col": -1, + "visibilityCondition": null, + "endpoint": null, + "requestHeaders": null } ], - 2: [ + "2": [ { - fieldType: 'RestFieldRepresentation', - id: 'radio', - name: 'radio', - type: 'radio-buttons', - value: null, - required: false, - readOnly: false, - overrideId: false, - colspan: 1, - placeholder: null, - minLength: 0, - maxLength: 0, - minValue: null, - maxValue: null, - regexPattern: null, - optionType: null, - hasEmptyValue: null, - options: [ + "fieldType": 'RestFieldRepresentation', + "id": 'radio', + "name": 'radio', + "type": 'radio-buttons', + "value": null, + "required": false, + "readOnly": false, + "overrideId": false, + "colspan": 1, + "placeholder": null, + "minLength": 0, + "maxLength": 0, + "minValue": null, + "maxValue": null, + "regexPattern": null, + "optionType": null, + "hasEmptyValue": null, + "options": [ { - id: 'option_1', - name: 'Option 1' + "id": 'option_1', + "name": 'Option 1' }, { - id: 'option_2', - name: 'Option 2' + "id": 'option_2', + "name": 'Option 2' }, { - id: 'option_3', - name: 'Option 3' + "id": 'option_3', + "name": 'Option 3' } ], - restUrl: null, - restResponsePath: null, - restIdProperty: null, - restLabelProperty: null, - tab: null, - className: null, - params: { - existingColspan: 1, - maxColspan: 1 + "restUrl": null, + "restResponsePath": null, + "restIdProperty": null, + "restLabelProperty": null, + "tab": null, + "className": null, + "params": { + "existingColspan": 1, + "maxColspan": 1 }, - dateDisplayFormat: null, - layout: { - row: -1, - column: -1, - colspan: 1 + "dateDisplayFormat": null, + "layout": { + "row": -1, + "column": -1, + "colspan": 1 }, - sizeX: 1, - sizeY: 2, - row: -1, - col: -1, - visibilityCondition: null, - endpoint: null, - requestHeaders: null + "sizeX": 1, + "sizeY": 2, + "row": -1, + "col": -1, + "visibilityCondition": null, + "endpoint": null, + "requestHeaders": null } ] } }, { - fieldType: 'ContainerRepresentation', - id: '1498212413062', - name: 'Label', - type: 'container', - value: null, - required: false, - readOnly: false, - overrideId: false, - colspan: 1, - placeholder: null, - minLength: 0, - maxLength: 0, - minValue: null, - maxValue: null, - regexPattern: null, - optionType: null, - hasEmptyValue: null, - options: null, - restUrl: null, - restResponsePath: null, - restIdProperty: null, - restLabelProperty: null, - tab: null, - className: null, - dateDisplayFormat: null, - layout: null, - sizeX: 2, - sizeY: 1, - row: -1, - col: -1, - visibilityCondition: null, - numberOfColumns: 2, - fields: { - 1: [ + "fieldType": 'ContainerRepresentation', + "id": '1498212413062', + "name": 'Label', + "type": 'container', + "value": null, + "required": false, + "readOnly": false, + "overrideId": false, + "colspan": 1, + "placeholder": null, + "minLength": 0, + "maxLength": 0, + "minValue": null, + "maxValue": null, + "regexPattern": null, + "optionType": null, + "hasEmptyValue": null, + "options": null, + "restUrl": null, + "restResponsePath": null, + "restIdProperty": null, + "restLabelProperty": null, + "tab": null, + "className": null, + "dateDisplayFormat": null, + "layout": null, + "sizeX": 2, + "sizeY": 1, + "row": -1, + "col": -1, + "visibilityCondition": null, + "numberOfColumns": 2, + "fields": { + "1": [ { - fieldType: 'FormFieldRepresentation', - id: 'date', - name: 'date', - type: 'date', - value: null, - required: false, - readOnly: false, - overrideId: false, - colspan: 1, - placeholder: null, - minLength: 0, - maxLength: 0, - minValue: null, - maxValue: null, - regexPattern: null, - optionType: null, - hasEmptyValue: null, - options: null, - restUrl: null, - restResponsePath: null, - restIdProperty: null, - restLabelProperty: null, - tab: null, - className: null, - params: { - existingColspan: 1, - maxColspan: 2 + "fieldType": 'FormFieldRepresentation', + "id": 'date', + "name": 'date', + "type": 'date', + "value": null, + "required": false, + "readOnly": false, + "overrideId": false, + "colspan": 1, + "placeholder": null, + "minLength": 0, + "maxLength": 0, + "minValue": null, + "maxValue": null, + "regexPattern": null, + "optionType": null, + "hasEmptyValue": null, + "options": null, + "restUrl": null, + "restResponsePath": null, + "restIdProperty": null, + "restLabelProperty": null, + "tab": null, + "className": null, + "params": { + "existingColspan": 1, + "maxColspan": 2 }, - dateDisplayFormat: null, - layout: { - row: -1, - column: -1, - colspan: 1 + "dateDisplayFormat": null, + "layout": { + "row": -1, + "column": -1, + "colspan": 1 }, - sizeX: 1, - sizeY: 1, - row: -1, - col: -1, - visibilityCondition: null + "sizeX": 1, + "sizeY": 1, + "row": -1, + "col": -1, + "visibilityCondition": null } ], - 2: [] + "2": [] } } ], - outcomes: [], - javascriptEvents: [], - className: '', - style: '', - customFieldTemplates: {}, - metadata: {}, - variables: [], - customFieldsValueInfo: {}, - gridsterForm: false, - globalDateFormat: 'D-M-YYYY' + "outcomes": [], + "javascriptEvents": [], + "className": '', + "style": '', + "customFieldTemplates": {}, + "metadata": {}, + "variables": [], + "customFieldsValueInfo": {}, + "gridsterForm": false, + "globalDateFormat": 'D-M-YYYY' }; diff --git a/lib/core/src/lib/mock/form/form.service.mock.ts b/lib/core/src/lib/mock/form/form.service.mock.ts index 61ea56bfe2..d886222c52 100644 --- a/lib/core/src/lib/mock/form/form.service.mock.ts +++ b/lib/core/src/lib/mock/form/form.service.mock.ts @@ -16,233 +16,233 @@ */ export const formModelTabs: any = { - formRepresentation: { - id: 16, - name: 'start event', - description: '', - version: 2, - lastUpdatedBy: 4, - lastUpdatedByFullName: 'User Test', - lastUpdated: '2017-10-04T13:00:03.030+0000', - stencilSetId: null, - referenceId: null, - formDefinition: { - tabs: [], - fields: [ + "formRepresentation": { + "id": 16, + "name": 'start event', + "description": '', + "version": 2, + "lastUpdatedBy": 4, + "lastUpdatedByFullName": 'User Test', + "lastUpdated": '2017-10-04T13:00:03.030+0000', + "stencilSetId": null, + "referenceId": null, + "formDefinition": { + "tabs": [], + "fields": [ { - fieldType: 'ContainerRepresentation', - id: '1507037668653', - name: 'Label', - type: 'container', - value: null, - required: false, - readOnly: false, - overrideId: false, - colspan: 1, - placeholder: null, - minLength: 0, - maxLength: 0, - minValue: null, - maxValue: null, - regexPattern: null, - optionType: null, - hasEmptyValue: null, - options: null, - restUrl: null, - restResponsePath: null, - restIdProperty: null, - restLabelProperty: null, - tab: null, - className: null, - dateDisplayFormat: null, - layout: null, - sizeX: 2, - sizeY: 1, - row: -1, - col: -1, - visibilityCondition: null, - numberOfColumns: 2, - fields: { - 1: [ + "fieldType": 'ContainerRepresentation', + "id": '1507037668653', + "name": 'Label', + "type": 'container', + "value": null, + "required": false, + "readOnly": false, + "overrideId": false, + "colspan": 1, + "placeholder": null, + "minLength": 0, + "maxLength": 0, + "minValue": null, + "maxValue": null, + "regexPattern": null, + "optionType": null, + "hasEmptyValue": null, + "options": null, + "restUrl": null, + "restResponsePath": null, + "restIdProperty": null, + "restLabelProperty": null, + "tab": null, + "className": null, + "dateDisplayFormat": null, + "layout": null, + "sizeX": 2, + "sizeY": 1, + "row": -1, + "col": -1, + "visibilityCondition": null, + "numberOfColumns": 2, + "fields": { + "1": [ { - fieldType: 'AmountFieldRepresentation', - id: 'label', - name: 'Label', - type: 'amount', - value: null, - required: false, - readOnly: false, - overrideId: false, - colspan: 1, - placeholder: null, - minLength: 0, - maxLength: 0, - minValue: null, - maxValue: null, - regexPattern: null, - optionType: null, - hasEmptyValue: null, - options: null, - restUrl: null, - restResponsePath: null, - restIdProperty: null, - restLabelProperty: null, - tab: null, - className: null, - params: { - existingColspan: 1, - maxColspan: 2 + "fieldType": 'AmountFieldRepresentation', + "id": 'label', + "name": 'Label', + "type": 'amount', + "value": null, + "required": false, + "readOnly": false, + "overrideId": false, + "colspan": 1, + "placeholder": null, + "minLength": 0, + "maxLength": 0, + "minValue": null, + "maxValue": null, + "regexPattern": null, + "optionType": null, + "hasEmptyValue": null, + "options": null, + "restUrl": null, + "restResponsePath": null, + "restIdProperty": null, + "restLabelProperty": null, + "tab": null, + "className": null, + "params": { + "existingColspan": 1, + "maxColspan": 2 }, - dateDisplayFormat: null, - layout: { - row: -1, - column: -1, - colspan: 1 + "dateDisplayFormat": null, + "layout": { + "row": -1, + "column": -1, + "colspan": 1 }, - sizeX: 1, - sizeY: 1, - row: -1, - col: -1, - visibilityCondition: null, - enableFractions: false, - currency: null + "sizeX": 1, + "sizeY": 1, + "row": -1, + "col": -1, + "visibilityCondition": null, + "enableFractions": false, + "currency": null } ], - 2: [ + "2": [ { - fieldType: 'FormFieldRepresentation', - id: 'label1', - name: 'Label1', - type: 'date', - value: null, - required: false, - readOnly: false, - overrideId: false, - colspan: 1, - placeholder: null, - minLength: 0, - maxLength: 0, - minValue: null, - maxValue: null, - regexPattern: null, - optionType: null, - hasEmptyValue: null, - options: null, - restUrl: null, - restResponsePath: null, - restIdProperty: null, - restLabelProperty: null, - tab: null, - className: null, - params: { - existingColspan: 1, - maxColspan: 1 + "fieldType": 'FormFieldRepresentation', + "id": 'label1', + "name": 'Label1', + "type": 'date', + "value": null, + "required": false, + "readOnly": false, + "overrideId": false, + "colspan": 1, + "placeholder": null, + "minLength": 0, + "maxLength": 0, + "minValue": null, + "maxValue": null, + "regexPattern": null, + "optionType": null, + "hasEmptyValue": null, + "options": null, + "restUrl": null, + "restResponsePath": null, + "restIdProperty": null, + "restLabelProperty": null, + "tab": null, + "className": null, + "params": { + "existingColspan": 1, + "maxColspan": 1 }, - dateDisplayFormat: null, - layout: { - row: -1, - column: -1, - colspan: 1 + "dateDisplayFormat": null, + "layout": { + "row": -1, + "column": -1, + "colspan": 1 }, - sizeX: 1, - sizeY: 1, - row: -1, - col: -1, - visibilityCondition: null + "sizeX": 1, + "sizeY": 1, + "row": -1, + "col": -1, + "visibilityCondition": null } ] } }, { - fieldType: 'ContainerRepresentation', - id: '1507037670167', - name: 'Label', - type: 'container', - value: null, - required: false, - readOnly: false, - overrideId: false, - colspan: 1, - placeholder: null, - minLength: 0, - maxLength: 0, - minValue: null, - maxValue: null, - regexPattern: null, - optionType: null, - hasEmptyValue: null, - options: null, - restUrl: null, - restResponsePath: null, - restIdProperty: null, - restLabelProperty: null, - tab: null, - className: null, - dateDisplayFormat: null, - layout: null, - sizeX: 2, - sizeY: 1, - row: -1, - col: -1, - visibilityCondition: null, - numberOfColumns: 2, - fields: { - 1: [ + "fieldType": 'ContainerRepresentation', + "id": '1507037670167', + "name": 'Label', + "type": 'container', + "value": null, + "required": false, + "readOnly": false, + "overrideId": false, + "colspan": 1, + "placeholder": null, + "minLength": 0, + "maxLength": 0, + "minValue": null, + "maxValue": null, + "regexPattern": null, + "optionType": null, + "hasEmptyValue": null, + "options": null, + "restUrl": null, + "restResponsePath": null, + "restIdProperty": null, + "restLabelProperty": null, + "tab": null, + "className": null, + "dateDisplayFormat": null, + "layout": null, + "sizeX": 2, + "sizeY": 1, + "row": -1, + "col": -1, + "visibilityCondition": null, + "numberOfColumns": 2, + "fields": { + "1": [ { - fieldType: 'FormFieldRepresentation', - id: 'label2', - name: 'Label2', - type: 'boolean', - value: null, - required: false, - readOnly: false, - overrideId: false, - colspan: 1, - placeholder: null, - minLength: 0, - maxLength: 0, - minValue: null, - maxValue: null, - regexPattern: null, - optionType: null, - hasEmptyValue: null, - options: null, - restUrl: null, - restResponsePath: null, - restIdProperty: null, - restLabelProperty: null, - tab: null, - className: null, - params: { - existingColspan: 1, - maxColspan: 2 + "fieldType": 'FormFieldRepresentation', + "id": 'label2', + "name": 'Label2', + "type": 'boolean', + "value": null, + "required": false, + "readOnly": false, + "overrideId": false, + "colspan": 1, + "placeholder": null, + "minLength": 0, + "maxLength": 0, + "minValue": null, + "maxValue": null, + "regexPattern": null, + "optionType": null, + "hasEmptyValue": null, + "options": null, + "restUrl": null, + "restResponsePath": null, + "restIdProperty": null, + "restLabelProperty": null, + "tab": null, + "className": null, + "params": { + "existingColspan": 1, + "maxColspan": 2 }, - dateDisplayFormat: null, - layout: { - row: -1, - column: -1, - colspan: 1 + "dateDisplayFormat": null, + "layout": { + "row": -1, + "column": -1, + "colspan": 1 }, - sizeX: 1, - sizeY: 1, - row: -1, - col: -1, - visibilityCondition: null + "sizeX": 1, + "sizeY": 1, + "row": -1, + "col": -1, + "visibilityCondition": null } ], - 2: [] + "2": [] } } ], - outcomes: [], - javascriptEvents: [], - className: '', - style: '', - customFieldTemplates: {}, - metadata: {}, - variables: [], - customFieldsValueInfo: {}, - gridsterForm: false + "outcomes": [], + "javascriptEvents": [], + "className": '', + "style": '', + "customFieldTemplates": {}, + "metadata": {}, + "variables": [], + "customFieldsValueInfo": {}, + "gridsterForm": false } } }; diff --git a/lib/core/src/lib/mock/form/start-form.component.mock.ts b/lib/core/src/lib/mock/form/start-form.component.mock.ts index 756509893c..cd08917e07 100644 --- a/lib/core/src/lib/mock/form/start-form.component.mock.ts +++ b/lib/core/src/lib/mock/form/start-form.component.mock.ts @@ -16,163 +16,163 @@ */ export const startFormDateWidgetMock: any = { - id: 4, - name: 'Claim Review Process', - processDefinitionId: 'ClaimReviewProcess:2: 93', - fields: [ + "id": 4, + "name": 'Claim Review Process', + "processDefinitionId": 'ClaimReviewProcess:2: 93', + "fields": [ { - fieldType: 'ContainerRepresentation', - id: 1497953253784, - name: 'Label', - type: 'container', - value: null, - readOnly: false, - fields: { - 1: [{ - fieldType: 'FormFieldRepresentation', - id: 'date', - name: 'date', - type: 'date', - value: null + "fieldType": 'ContainerRepresentation', + "id": 1497953253784, + "name": 'Label', + "type": 'container', + "value": null, + "readOnly": false, + "fields": { + "1": [{ + "fieldType": 'FormFieldRepresentation', + "id": 'date', + "name": 'date', + "type": 'date', + "value": null }]} }] }; export const startFormNumberWidgetMock: any = { - id: 4, - name: 'Claim Review Process', - processDefinitionId: 'ClaimReviewProcess:2: 93', - fields: [ + "id": 4, + "name": 'Claim Review Process', + "processDefinitionId": 'ClaimReviewProcess:2: 93', + "fields": [ { - fieldType: 'ContainerRepresentation', - id: 1497953253784, - name: 'Label', - type: 'container', - value: null, - readOnly: false, - fields: { - 1: [{ - fieldType: 'FormFieldRepresentation', - id: 'number', - name: 'number widget', - type: 'integer', - value: null + "fieldType": 'ContainerRepresentation', + "id": 1497953253784, + "name": 'Label', + "type": 'container', + "value": null, + "readOnly": false, + "fields": { + "1": [{ + "fieldType": 'FormFieldRepresentation', + "id": 'number', + "name": 'number widget', + "type": 'integer', + "value": null }]} }] }; export const startFormAmountWidgetMock: any = { - id: 4, - name: 'Claim Review Process', - processDefinitionId: 'ClaimReviewProcess:2: 93', - fields: [ + "id": 4, + "name": 'Claim Review Process', + "processDefinitionId": 'ClaimReviewProcess:2: 93', + "fields": [ { - fieldType: 'ContainerRepresentation', - id: 1497953253784, - name: 'Label', - type: 'container', - value: null, - readOnly: false, - fields: { - 1: [{ - fieldType: 'FormFieldRepresentation', - id: 'amount', - name: 'amount widget', - type: 'amount', - value: null + "fieldType": 'ContainerRepresentation', + "id": 1497953253784, + "name": 'Label', + "type": 'container', + "value": null, + "readOnly": false, + "fields": { + "1": [{ + "fieldType": 'FormFieldRepresentation', + "id": 'amount', + "name": 'amount widget', + "type": 'amount', + "value": null }]} }] }; export const startFormRadioButtonWidgetMock: any = { - id: 4, - name: 'Claim Review Process', - processDefinitionId: 'ClaimReviewProcess:2: 93', - fields: [ + "id": 4, + "name": 'Claim Review Process', + "processDefinitionId": 'ClaimReviewProcess:2: 93', + "fields": [ { - fieldType: 'ContainerRepresentation', - id: 1497953253784, - name: 'Label', - type: 'container', - value: null, - readOnly: false, - fields: { - 1: [{ - fieldType: 'RestFieldRepresentation', - id: 'radio-but', - name: 'radio-buttons', - type: 'radio-buttons', - value: null + "fieldType": 'ContainerRepresentation', + "id": 1497953253784, + "name": 'Label', + "type": 'container', + "value": null, + "readOnly": false, + "fields": { + "1": [{ + "fieldType": 'RestFieldRepresentation', + "id": 'radio-but', + "name": 'radio-buttons', + "type": 'radio-buttons', + "value": null }]} }] }; export const startFormTextDefinitionMock: any = { - id: 4, - name: 'Claim Review Process', - processDefinitionId: 'ClaimReviewProcess:2: 93', - fields: [ + "id": 4, + "name": 'Claim Review Process', + "processDefinitionId": 'ClaimReviewProcess:2: 93', + "fields": [ { - fieldType: 'ContainerRepresentation', - id: 1497953253784, - name: 'Label', - type: 'container', - value: null, - readOnly: false, - fields: { - 1: [{ - fieldType: 'FormFieldRepresentation', - id: 'mocktext', - name: 'mockText', - type: 'text', - value: null + "fieldType": 'ContainerRepresentation', + "id": 1497953253784, + "name": 'Label', + "type": 'container', + "value": null, + "readOnly": false, + "fields": { + "1": [{ + "fieldType": 'FormFieldRepresentation', + "id": 'mocktext', + "name": 'mockText', + "type": 'text', + "value": null }]} }] }; export const startFormDropdownDefinitionMock: any = { - id: 4, - name: 'Claim Review Process', - processDefinitionId: 'ClaimReviewProcess:2: 93', - fields: [ + "id": 4, + "name": 'Claim Review Process', + "processDefinitionId": 'ClaimReviewProcess:2: 93', + "fields": [ { - fieldType: 'ContainerRepresentation', - id: 1497953253784, - name: 'Label', - type: 'container', - value: null, - readOnly: false, - fields: { - 1: [{ + "fieldType": 'ContainerRepresentation', + "id": 1497953253784, + "name": 'Label', + "type": 'container', + "value": null, + "readOnly": false, + "fields": { + "1": [{ - fieldType: 'RestFieldRepresentation', - id: 'mockTypeDropDown', - name: 'mock DropDown', - type: 'dropdown', - value: 'Chooseone...', - required: false, - readOnly: false, - overrideId: false, - options: [ + "fieldType": 'RestFieldRepresentation', + "id": 'mockTypeDropDown', + "name": 'mock DropDown', + "type": 'dropdown', + "value": 'Chooseone...', + "required": false, + "readOnly": false, + "overrideId": false, + "options": [ { - id: 'empty', - name: 'Chooseone...' + "id": 'empty', + "name": 'Chooseone...' }, { - id: 'opt1', - name: 'Option-1' + "id": 'opt1', + "name": 'Option-1' }, { - id: 'opt2', - name: 'Option-2' + "id": 'opt2', + "name": 'Option-2' }, { - id: 'opt3', - name: 'Option-3' + "id": 'opt3', + "name": 'Option-3' }, { - id: 'opt2', - name: 'Option-3' + "id": 'opt2', + "name": 'Option-3' } ] }]} @@ -180,834 +180,834 @@ export const startFormDropdownDefinitionMock: any = { }; export const startMockForm: any = { - id: 4, - name: 'Claim Review Process', - processDefinitionId: 'ClaimReviewProcess:2: 93', - processDefinitionName: 'ClaimReviewProcess', - processDefinitionKey: 'ClaimReviewProcess', - tabs: [], - fields: [ + "id": 4, + "name": 'Claim Review Process', + "processDefinitionId": 'ClaimReviewProcess:2: 93', + "processDefinitionName": 'ClaimReviewProcess', + "processDefinitionKey": 'ClaimReviewProcess', + "tabs": [], + "fields": [ { - fieldType: 'ContainerRepresentation', - id: 1497953253784, - name: 'Label', - type: 'container', - value: null, - required: false, - readOnly: false, - overrideId: false, - colspan: 1, - placeholder: null, - minLength: 0, - maxLength: 0, - minValue: null, - maxValue: null, - regexPattern: null, - optionType: null, - hasEmptyValue: null, - options: null, - restUrl: null, - restResponsePath: null, - restIdProperty: null, - restLabelProperty: null, - tab: null, - className: null, - dateDisplayFormat: null, - layout: null, - sizeX: 2, - sizeY: 1, - row: -1, - col: -1, - visibilityCondition: null, - numberOfColumns: 2, - fields: { - 1: [ + "fieldType": 'ContainerRepresentation', + "id": 1497953253784, + "name": 'Label', + "type": 'container', + "value": null, + "required": false, + "readOnly": false, + "overrideId": false, + "colspan": 1, + "placeholder": null, + "minLength": 0, + "maxLength": 0, + "minValue": null, + "maxValue": null, + "regexPattern": null, + "optionType": null, + "hasEmptyValue": null, + "options": null, + "restUrl": null, + "restResponsePath": null, + "restIdProperty": null, + "restLabelProperty": null, + "tab": null, + "className": null, + "dateDisplayFormat": null, + "layout": null, + "sizeX": 2, + "sizeY": 1, + "row": -1, + "col": -1, + "visibilityCondition": null, + "numberOfColumns": 2, + "fields": { + "1": [ { - fieldType: 'FormFieldRepresentation', - id: 'clientname', - name: 'ClientName', - type: 'text', - value: null, - required: true, - readOnly: false, - overrideId: false, - colspan: 1, - placeholder: null, - minLength: 0, - maxLength: 0, - minValue: null, - maxValue: null, - regexPattern: null, - optionType: null, - hasEmptyValue: null, - options: null, - restUrl: null, - restResponsePath: null, - restIdProperty: null, - restLabelProperty: null, - tab: null, - className: null, - params: { - existingColspan: 1, - maxColspan: 2 + "fieldType": 'FormFieldRepresentation', + "id": 'clientname', + "name": 'ClientName', + "type": 'text', + "value": null, + "required": true, + "readOnly": false, + "overrideId": false, + "colspan": 1, + "placeholder": null, + "minLength": 0, + "maxLength": 0, + "minValue": null, + "maxValue": null, + "regexPattern": null, + "optionType": null, + "hasEmptyValue": null, + "options": null, + "restUrl": null, + "restResponsePath": null, + "restIdProperty": null, + "restLabelProperty": null, + "tab": null, + "className": null, + "params": { + "existingColspan": 1, + "maxColspan": 2 }, - dateDisplayFormat: null, - layout: { - row: -1, - column: -1, - colspan: 1 + "dateDisplayFormat": null, + "layout": { + "row": -1, + "column": -1, + "colspan": 1 }, - sizeX: 1, - sizeY: 1, - row: -1, - col: -1, - visibilityCondition: null + "sizeX": 1, + "sizeY": 1, + "row": -1, + "col": -1, + "visibilityCondition": null } ], - 2: [ + "2": [ { - fieldType: 'FormFieldRepresentation', - id: 'policyno', - name: 'PolicyNo', - type: 'integer', - value: null, - required: true, - readOnly: false, - overrideId: false, - colspan: 1, - placeholder: 'EnterPolicyName', - minLength: 0, - maxLength: 0, - minValue: null, - maxValue: null, - regexPattern: null, - optionType: null, - hasEmptyValue: null, - options: null, - restUrl: null, - restResponsePath: null, - restIdProperty: null, - restLabelProperty: null, - tab: null, - className: null, - params: { - existingColspan: 1, - maxColspan: 1 + "fieldType": 'FormFieldRepresentation', + "id": 'policyno', + "name": 'PolicyNo', + "type": 'integer', + "value": null, + "required": true, + "readOnly": false, + "overrideId": false, + "colspan": 1, + "placeholder": 'EnterPolicyName', + "minLength": 0, + "maxLength": 0, + "minValue": null, + "maxValue": null, + "regexPattern": null, + "optionType": null, + "hasEmptyValue": null, + "options": null, + "restUrl": null, + "restResponsePath": null, + "restIdProperty": null, + "restLabelProperty": null, + "tab": null, + "className": null, + "params": { + "existingColspan": 1, + "maxColspan": 1 }, - dateDisplayFormat: null, - layout: { - row: -1, - column: -1, - colspan: 1 + "dateDisplayFormat": null, + "layout": { + "row": -1, + "column": -1, + "colspan": 1 }, - sizeX: 1, - sizeY: 1, - row: -1, - col: -1, - visibilityCondition: null + "sizeX": 1, + "sizeY": 1, + "row": -1, + "col": -1, + "visibilityCondition": null } ] } }, { - fieldType: 'ContainerRepresentation', - id: 1497953270269, - name: 'Label', - type: 'container', - value: null, - required: false, - readOnly: false, - overrideId: false, - colspan: 1, - placeholder: null, - minLength: 0, - maxLength: 0, - minValue: null, - maxValue: null, - regexPattern: null, - optionType: null, - hasEmptyValue: null, - options: null, - restUrl: null, - restResponsePath: null, - restIdProperty: null, - restLabelProperty: null, - tab: null, - className: null, - dateDisplayFormat: null, - layout: null, - sizeX: 2, - sizeY: 1, - row: -1, - col: -1, - visibilityCondition: null, - numberOfColumns: 2, - fields: { - 1: [ + "fieldType": 'ContainerRepresentation', + "id": 1497953270269, + "name": 'Label', + "type": 'container', + "value": null, + "required": false, + "readOnly": false, + "overrideId": false, + "colspan": 1, + "placeholder": null, + "minLength": 0, + "maxLength": 0, + "minValue": null, + "maxValue": null, + "regexPattern": null, + "optionType": null, + "hasEmptyValue": null, + "options": null, + "restUrl": null, + "restResponsePath": null, + "restIdProperty": null, + "restLabelProperty": null, + "tab": null, + "className": null, + "dateDisplayFormat": null, + "layout": null, + "sizeX": 2, + "sizeY": 1, + "row": -1, + "col": -1, + "visibilityCondition": null, + "numberOfColumns": 2, + "fields": { + "1": [ { - fieldType: 'FormFieldRepresentation', - id: 'billAmount', - name: 'BillAmount', - type: 'integer', - value: null, - required: true, - readOnly: false, - overrideId: false, - colspan: 1, - placeholder: 'EnterBillAmount', - minLength: 0, - maxLength: 0, - minValue: null, - maxValue: null, - regexPattern: null, - optionType: null, - hasEmptyValue: null, - options: null, - restUrl: null, - restResponsePath: null, - restIdProperty: null, - restLabelProperty: null, - tab: null, - className: null, - params: { - existingColspan: 1, - maxColspan: 2 + "fieldType": 'FormFieldRepresentation', + "id": 'billAmount', + "name": 'BillAmount', + "type": 'integer', + "value": null, + "required": true, + "readOnly": false, + "overrideId": false, + "colspan": 1, + "placeholder": 'EnterBillAmount', + "minLength": 0, + "maxLength": 0, + "minValue": null, + "maxValue": null, + "regexPattern": null, + "optionType": null, + "hasEmptyValue": null, + "options": null, + "restUrl": null, + "restResponsePath": null, + "restIdProperty": null, + "restLabelProperty": null, + "tab": null, + "className": null, + "params": { + "existingColspan": 1, + "maxColspan": 2 }, - dateDisplayFormat: null, - layout: { - row: -1, - column: -1, - colspan: 1 + "dateDisplayFormat": null, + "layout": { + "row": -1, + "column": -1, + "colspan": 1 }, - sizeX: 1, - sizeY: 1, - row: -1, - col: -1, - visibilityCondition: null + "sizeX": 1, + "sizeY": 1, + "row": -1, + "col": -1, + "visibilityCondition": null } ], - 2: [ + "2": [ { - fieldType: 'FormFieldRepresentation', - id: 'billdate', - name: 'BillDate', - type: 'date', - value: null, - required: false, - readOnly: false, - overrideId: false, - colspan: 1, - placeholder: null, - minLength: 0, - maxLength: 0, - minValue: null, - maxValue: null, - regexPattern: null, - optionType: null, - hasEmptyValue: null, - options: null, - restUrl: null, - restResponsePath: null, - restIdProperty: null, - restLabelProperty: null, - tab: null, - className: 'billdate', - params: { - existingColspan: 1, - maxColspan: 1 + "fieldType": 'FormFieldRepresentation', + "id": 'billdate', + "name": 'BillDate', + "type": 'date', + "value": null, + "required": false, + "readOnly": false, + "overrideId": false, + "colspan": 1, + "placeholder": null, + "minLength": 0, + "maxLength": 0, + "minValue": null, + "maxValue": null, + "regexPattern": null, + "optionType": null, + "hasEmptyValue": null, + "options": null, + "restUrl": null, + "restResponsePath": null, + "restIdProperty": null, + "restLabelProperty": null, + "tab": null, + "className": 'billdate', + "params": { + "existingColspan": 1, + "maxColspan": 1 }, - dateDisplayFormat: null, - layout: { - row: -1, - column: -1, - colspan: 1 + "dateDisplayFormat": null, + "layout": { + "row": -1, + "column": -1, + "colspan": 1 }, - sizeX: 1, - sizeY: 1, - row: -1, - col: -1, - visibilityCondition: null + "sizeX": 1, + "sizeY": 1, + "row": -1, + "col": -1, + "visibilityCondition": null } ] } }, { - fieldType: 'ContainerRepresentation', - id: 1497953280930, - name: 'Label', - type: 'container', - value: null, - required: false, - readOnly: false, - overrideId: false, - colspan: 1, - placeholder: null, - minLength: 0, - maxLength: 0, - minValue: null, - maxValue: null, - regexPattern: null, - optionType: null, - hasEmptyValue: null, - options: null, - restUrl: null, - restResponsePath: null, - restIdProperty: null, - restLabelProperty: null, - tab: null, - className: null, - dateDisplayFormat: null, - layout: null, - sizeX: 2, - sizeY: 1, - row: -1, - col: -1, - visibilityCondition: null, - numberOfColumns: 2, - fields: { - 1: [ + "fieldType": 'ContainerRepresentation', + "id": 1497953280930, + "name": 'Label', + "type": 'container', + "value": null, + "required": false, + "readOnly": false, + "overrideId": false, + "colspan": 1, + "placeholder": null, + "minLength": 0, + "maxLength": 0, + "minValue": null, + "maxValue": null, + "regexPattern": null, + "optionType": null, + "hasEmptyValue": null, + "options": null, + "restUrl": null, + "restResponsePath": null, + "restIdProperty": null, + "restLabelProperty": null, + "tab": null, + "className": null, + "dateDisplayFormat": null, + "layout": null, + "sizeX": 2, + "sizeY": 1, + "row": -1, + "col": -1, + "visibilityCondition": null, + "numberOfColumns": 2, + "fields": { + "1": [ { - fieldType: 'RestFieldRepresentation', - id: 'claimtype', - name: 'ClaimType', - type: 'dropdown', - value: 'Chooseone...', - required: false, - readOnly: false, - overrideId: false, - colspan: 1, - placeholder: null, - minLength: 0, - maxLength: 0, - minValue: null, - maxValue: null, - regexPattern: null, - optionType: null, - hasEmptyValue: true, - options: [ + "fieldType": 'RestFieldRepresentation', + "id": 'claimtype', + "name": 'ClaimType', + "type": 'dropdown', + "value": 'Chooseone...', + "required": false, + "readOnly": false, + "overrideId": false, + "colspan": 1, + "placeholder": null, + "minLength": 0, + "maxLength": 0, + "minValue": null, + "maxValue": null, + "regexPattern": null, + "optionType": null, + "hasEmptyValue": true, + "options": [ { - id: 'empty', - name: 'Chooseone...' + "id": 'empty', + "name": 'Chooseone...' }, { - id: 'cashless', - name: 'Cashless' + "id": 'cashless', + "name": 'Cashless' }, { - id: 'reimbursement', - name: 'Reimbursement' + "id": 'reimbursement', + "name": 'Reimbursement' } ], - restUrl: null, - restResponsePath: null, - restIdProperty: null, - restLabelProperty: null, - tab: null, - className: null, - params: { - existingColspan: 1, - maxColspan: 2 + "restUrl": null, + "restResponsePath": null, + "restIdProperty": null, + "restLabelProperty": null, + "tab": null, + "className": null, + "params": { + "existingColspan": 1, + "maxColspan": 2 }, - dateDisplayFormat: null, - layout: { - row: -1, - column: -1, - colspan: 1 + "dateDisplayFormat": null, + "layout": { + "row": -1, + "column": -1, + "colspan": 1 }, - sizeX: 1, - sizeY: 1, - row: -1, - col: -1, - visibilityCondition: null, - endpoint: null, - requestHeaders: null + "sizeX": 1, + "sizeY": 1, + "row": -1, + "col": -1, + "visibilityCondition": null, + "endpoint": null, + "requestHeaders": null } ], - 2: [ + "2": [ { - fieldType: 'FormFieldRepresentation', - id: 'hospitalName', - name: 'HospitalName', - type: 'text', - value: null, - required: false, - readOnly: false, - overrideId: false, - colspan: 1, - placeholder: 'EnterHospitalName', - minLength: 0, - maxLength: 0, - minValue: null, - maxValue: null, - regexPattern: null, - optionType: null, - hasEmptyValue: null, - options: null, - restUrl: null, - restResponsePath: null, - restIdProperty: null, - restLabelProperty: null, - tab: null, - className: null, - params: { - existingColspan: 1, - maxColspan: 1 + "fieldType": 'FormFieldRepresentation', + "id": 'hospitalName', + "name": 'HospitalName', + "type": 'text', + "value": null, + "required": false, + "readOnly": false, + "overrideId": false, + "colspan": 1, + "placeholder": 'EnterHospitalName', + "minLength": 0, + "maxLength": 0, + "minValue": null, + "maxValue": null, + "regexPattern": null, + "optionType": null, + "hasEmptyValue": null, + "options": null, + "restUrl": null, + "restResponsePath": null, + "restIdProperty": null, + "restLabelProperty": null, + "tab": null, + "className": null, + "params": { + "existingColspan": 1, + "maxColspan": 1 }, - dateDisplayFormat: null, - layout: { - row: -1, - column: -1, - colspan: 1 + "dateDisplayFormat": null, + "layout": { + "row": -1, + "column": -1, + "colspan": 1 }, - sizeX: 1, - sizeY: 1, - row: -1, - col: -1, - visibilityCondition: null + "sizeX": 1, + "sizeY": 1, + "row": -1, + "col": -1, + "visibilityCondition": null } ] } } ], - outcomes: [ + "outcomes": [ { - id: 'approve', - name: 'Approve' + "id": 'approve', + "name": 'Approve' }, { - id: 'complete', - name: 'Complete' + "id": 'complete', + "name": 'Complete' }, { - id: 'start_process', - name: 'Start Process' + "id": 'start_process', + "name": 'Start Process' } ], - javascriptEvents: [], - className: '', - style: '', - metadata: {}, - variables: [], - customFieldsValueInfo: {}, - gridsterForm: false, - globalDateFormat: 'D - M - YYYY' + "javascriptEvents": [], + "className": '', + "style": '', + "metadata": {}, + "variables": [], + "customFieldsValueInfo": {}, + "gridsterForm": false, + "globalDateFormat": 'D - M - YYYY' }; export const startMockFormWithTab: any = { - id: 4, - taskName: 'Mock Title', - processDefinitionId: 'ClaimReviewProcess:2: 93', - processDefinitionName: 'ClaimReviewProcess', - processDefinitionKey: 'ClaimReviewProcess', - tabs: [ + "id": 4, + "taskName": 'Mock Title', + "processDefinitionId": 'ClaimReviewProcess:2: 93', + "processDefinitionName": 'ClaimReviewProcess', + "processDefinitionKey": 'ClaimReviewProcess', + "tabs": [ { - id: 'form1', - name: 'Tab 1' + "id": 'form1', + "name": 'Tab 1' }, { - id: 'form2', - name: 'Tab 2' + "id": 'form2', + "name": 'Tab 2' } ], - fields: [ + "fields": [ { - fieldType: 'ContainerRepresentation', - id: 1497953253784, - name: 'Label', - type: 'container', - value: null, - required: false, - readOnly: false, - overrideId: false, - colspan: 1, - placeholder: null, - minLength: 0, - maxLength: 0, - minValue: null, - maxValue: null, - regexPattern: null, - optionType: null, - hasEmptyValue: null, - options: null, - restUrl: null, - restResponsePath: null, - restIdProperty: null, - restLabelProperty: null, - tab: null, - className: null, - dateDisplayFormat: null, - layout: null, - sizeX: 2, - sizeY: 1, - row: -1, - col: -1, - visibilityCondition: null, - numberOfColumns: 2, - fields: { - 1: [ + "fieldType": 'ContainerRepresentation', + "id": 1497953253784, + "name": 'Label', + "type": 'container', + "value": null, + "required": false, + "readOnly": false, + "overrideId": false, + "colspan": 1, + "placeholder": null, + "minLength": 0, + "maxLength": 0, + "minValue": null, + "maxValue": null, + "regexPattern": null, + "optionType": null, + "hasEmptyValue": null, + "options": null, + "restUrl": null, + "restResponsePath": null, + "restIdProperty": null, + "restLabelProperty": null, + "tab": null, + "className": null, + "dateDisplayFormat": null, + "layout": null, + "sizeX": 2, + "sizeY": 1, + "row": -1, + "col": -1, + "visibilityCondition": null, + "numberOfColumns": 2, + "fields": { + "1": [ { - fieldType: 'FormFieldRepresentation', - id: 'clientname', - name: 'ClientName', - type: 'text', - value: null, - required: true, - readOnly: false, - overrideId: false, - colspan: 1, - placeholder: null, - minLength: 0, - maxLength: 0, - minValue: null, - maxValue: null, - regexPattern: null, - optionType: null, - hasEmptyValue: null, - options: null, - restUrl: null, - restResponsePath: null, - restIdProperty: null, - restLabelProperty: null, - tab: null, - className: null, - params: { - existingColspan: 1, - maxColspan: 2 + "fieldType": 'FormFieldRepresentation', + "id": 'clientname', + "name": 'ClientName', + "type": 'text', + "value": null, + "required": true, + "readOnly": false, + "overrideId": false, + "colspan": 1, + "placeholder": null, + "minLength": 0, + "maxLength": 0, + "minValue": null, + "maxValue": null, + "regexPattern": null, + "optionType": null, + "hasEmptyValue": null, + "options": null, + "restUrl": null, + "restResponsePath": null, + "restIdProperty": null, + "restLabelProperty": null, + "tab": null, + "className": null, + "params": { + "existingColspan": 1, + "maxColspan": 2 }, - dateDisplayFormat: null, - layout: { - row: -1, - column: -1, - colspan: 1 + "dateDisplayFormat": null, + "layout": { + "row": -1, + "column": -1, + "colspan": 1 }, - sizeX: 1, - sizeY: 1, - row: -1, - col: -1, - visibilityCondition: null + "sizeX": 1, + "sizeY": 1, + "row": -1, + "col": -1, + "visibilityCondition": null } ], - 2: [ + "2": [ { - fieldType: 'FormFieldRepresentation', - id: 'policyno', - name: 'PolicyNo', - type: 'integer', - value: null, - required: true, - readOnly: false, - overrideId: false, - colspan: 1, - placeholder: 'EnterPolicyName', - minLength: 0, - maxLength: 0, - minValue: null, - maxValue: null, - regexPattern: null, - optionType: null, - hasEmptyValue: null, - options: null, - restUrl: null, - restResponsePath: null, - restIdProperty: null, - restLabelProperty: null, - tab: null, - className: null, - params: { - existingColspan: 1, - maxColspan: 1 + "fieldType": 'FormFieldRepresentation', + "id": 'policyno', + "name": 'PolicyNo', + "type": 'integer', + "value": null, + "required": true, + "readOnly": false, + "overrideId": false, + "colspan": 1, + "placeholder": 'EnterPolicyName', + "minLength": 0, + "maxLength": 0, + "minValue": null, + "maxValue": null, + "regexPattern": null, + "optionType": null, + "hasEmptyValue": null, + "options": null, + "restUrl": null, + "restResponsePath": null, + "restIdProperty": null, + "restLabelProperty": null, + "tab": null, + "className": null, + "params": { + "existingColspan": 1, + "maxColspan": 1 }, - dateDisplayFormat: null, - layout: { - row: -1, - column: -1, - colspan: 1 + "dateDisplayFormat": null, + "layout": { + "row": -1, + "column": -1, + "colspan": 1 }, - sizeX: 1, - sizeY: 1, - row: -1, - col: -1, - visibilityCondition: null + "sizeX": 1, + "sizeY": 1, + "row": -1, + "col": -1, + "visibilityCondition": null } ] } }, { - fieldType: 'ContainerRepresentation', - id: 1497953270269, - name: 'Label', - type: 'container', - value: null, - required: false, - readOnly: false, - overrideId: false, - colspan: 1, - placeholder: null, - minLength: 0, - maxLength: 0, - minValue: null, - maxValue: null, - regexPattern: null, - optionType: null, - hasEmptyValue: null, - options: null, - restUrl: null, - restResponsePath: null, - restIdProperty: null, - restLabelProperty: null, - tab: null, - className: null, - dateDisplayFormat: null, - layout: null, - sizeX: 2, - sizeY: 1, - row: -1, - col: -1, - visibilityCondition: null, - numberOfColumns: 2, - fields: { - 1: [ + "fieldType": 'ContainerRepresentation', + "id": 1497953270269, + "name": 'Label', + "type": 'container', + "value": null, + "required": false, + "readOnly": false, + "overrideId": false, + "colspan": 1, + "placeholder": null, + "minLength": 0, + "maxLength": 0, + "minValue": null, + "maxValue": null, + "regexPattern": null, + "optionType": null, + "hasEmptyValue": null, + "options": null, + "restUrl": null, + "restResponsePath": null, + "restIdProperty": null, + "restLabelProperty": null, + "tab": null, + "className": null, + "dateDisplayFormat": null, + "layout": null, + "sizeX": 2, + "sizeY": 1, + "row": -1, + "col": -1, + "visibilityCondition": null, + "numberOfColumns": 2, + "fields": { + "1": [ { - fieldType: 'FormFieldRepresentation', - id: 'billAmount', - name: 'BillAmount', - type: 'integer', - value: null, - required: true, - readOnly: false, - overrideId: false, - colspan: 1, - placeholder: 'EnterBillAmount', - minLength: 0, - maxLength: 0, - minValue: null, - maxValue: null, - regexPattern: null, - optionType: null, - hasEmptyValue: null, - options: null, - restUrl: null, - restResponsePath: null, - restIdProperty: null, - restLabelProperty: null, - tab: null, - className: null, - params: { - existingColspan: 1, - maxColspan: 2 + "fieldType": 'FormFieldRepresentation', + "id": 'billAmount', + "name": 'BillAmount', + "type": 'integer', + "value": null, + "required": true, + "readOnly": false, + "overrideId": false, + "colspan": 1, + "placeholder": 'EnterBillAmount', + "minLength": 0, + "maxLength": 0, + "minValue": null, + "maxValue": null, + "regexPattern": null, + "optionType": null, + "hasEmptyValue": null, + "options": null, + "restUrl": null, + "restResponsePath": null, + "restIdProperty": null, + "restLabelProperty": null, + "tab": null, + "className": null, + "params": { + "existingColspan": 1, + "maxColspan": 2 }, - dateDisplayFormat: null, - layout: { - row: -1, - column: -1, - colspan: 1 + "dateDisplayFormat": null, + "layout": { + "row": -1, + "column": -1, + "colspan": 1 }, - sizeX: 1, - sizeY: 1, - row: -1, - col: -1, - visibilityCondition: null + "sizeX": 1, + "sizeY": 1, + "row": -1, + "col": -1, + "visibilityCondition": null } ], - 2: [ + "2": [ { - fieldType: 'FormFieldRepresentation', - id: 'billdate', - name: 'BillDate', - type: 'date', - value: null, - required: false, - readOnly: false, - overrideId: false, - colspan: 1, - placeholder: null, - minLength: 0, - maxLength: 0, - minValue: null, - maxValue: null, - regexPattern: null, - optionType: null, - hasEmptyValue: null, - options: null, - restUrl: null, - restResponsePath: null, - restIdProperty: null, - restLabelProperty: null, - tab: null, - className: 'billdate', - params: { - existingColspan: 1, - maxColspan: 1 + "fieldType": 'FormFieldRepresentation', + "id": 'billdate', + "name": 'BillDate', + "type": 'date', + "value": null, + "required": false, + "readOnly": false, + "overrideId": false, + "colspan": 1, + "placeholder": null, + "minLength": 0, + "maxLength": 0, + "minValue": null, + "maxValue": null, + "regexPattern": null, + "optionType": null, + "hasEmptyValue": null, + "options": null, + "restUrl": null, + "restResponsePath": null, + "restIdProperty": null, + "restLabelProperty": null, + "tab": null, + "className": 'billdate', + "params": { + "existingColspan": 1, + "maxColspan": 1 }, - dateDisplayFormat: null, - layout: { - row: -1, - column: -1, - colspan: 1 + "dateDisplayFormat": null, + "layout": { + "row": -1, + "column": -1, + "colspan": 1 }, - sizeX: 1, - sizeY: 1, - row: -1, - col: -1, - visibilityCondition: null + "sizeX": 1, + "sizeY": 1, + "row": -1, + "col": -1, + "visibilityCondition": null } ] } }, { - fieldType: 'ContainerRepresentation', - id: 1497953280930, - name: 'Label', - type: 'container', - value: null, - required: false, - readOnly: false, - overrideId: false, - colspan: 1, - placeholder: null, - minLength: 0, - maxLength: 0, - minValue: null, - maxValue: null, - regexPattern: null, - optionType: null, - hasEmptyValue: null, - options: null, - restUrl: null, - restResponsePath: null, - restIdProperty: null, - restLabelProperty: null, - tab: null, - className: null, - dateDisplayFormat: null, - layout: null, - sizeX: 2, - sizeY: 1, - row: -1, - col: -1, - visibilityCondition: null, - numberOfColumns: 2, - fields: { - 1: [ + "fieldType": 'ContainerRepresentation', + "id": 1497953280930, + "name": 'Label', + "type": 'container', + "value": null, + "required": false, + "readOnly": false, + "overrideId": false, + "colspan": 1, + "placeholder": null, + "minLength": 0, + "maxLength": 0, + "minValue": null, + "maxValue": null, + "regexPattern": null, + "optionType": null, + "hasEmptyValue": null, + "options": null, + "restUrl": null, + "restResponsePath": null, + "restIdProperty": null, + "restLabelProperty": null, + "tab": null, + "className": null, + "dateDisplayFormat": null, + "layout": null, + "sizeX": 2, + "sizeY": 1, + "row": -1, + "col": -1, + "visibilityCondition": null, + "numberOfColumns": 2, + "fields": { + "1": [ { - fieldType: 'RestFieldRepresentation', - id: 'claimtype', - name: 'ClaimType', - type: 'dropdown', - value: 'Chooseone...', - required: false, - readOnly: false, - overrideId: false, - colspan: 1, - placeholder: null, - minLength: 0, - maxLength: 0, - minValue: null, - maxValue: null, - regexPattern: null, - optionType: null, - hasEmptyValue: true, - options: [ + "fieldType": 'RestFieldRepresentation', + "id": 'claimtype', + "name": 'ClaimType', + "type": 'dropdown', + "value": 'Chooseone...', + "required": false, + "readOnly": false, + "overrideId": false, + "colspan": 1, + "placeholder": null, + "minLength": 0, + "maxLength": 0, + "minValue": null, + "maxValue": null, + "regexPattern": null, + "optionType": null, + "hasEmptyValue": true, + "options": [ { - id: 'empty', - name: 'Chooseone...' + "id": 'empty', + "name": 'Chooseone...' }, { - id: 'cashless', - name: 'Cashless' + "id": 'cashless', + "name": 'Cashless' }, { - id: 'reimbursement', - name: 'Reimbursement' + "id": 'reimbursement', + "name": 'Reimbursement' } ], - restUrl: null, - restResponsePath: null, - restIdProperty: null, - restLabelProperty: null, - tab: null, - className: null, - params: { - existingColspan: 1, - maxColspan: 2 + "restUrl": null, + "restResponsePath": null, + "restIdProperty": null, + "restLabelProperty": null, + "tab": null, + "className": null, + "params": { + "existingColspan": 1, + "maxColspan": 2 }, - dateDisplayFormat: null, - layout: { - row: -1, - column: -1, - colspan: 1 + "dateDisplayFormat": null, + "layout": { + "row": -1, + "column": -1, + "colspan": 1 }, - sizeX: 1, - sizeY: 1, - row: -1, - col: -1, - visibilityCondition: null, - endpoint: null, - requestHeaders: null + "sizeX": 1, + "sizeY": 1, + "row": -1, + "col": -1, + "visibilityCondition": null, + "endpoint": null, + "requestHeaders": null } ], - 2: [ + "2": [ { - fieldType: 'FormFieldRepresentation', - id: 'hospitalName', - name: 'HospitalName', - type: 'text', - value: null, - required: false, - readOnly: false, - overrideId: false, - colspan: 1, - placeholder: 'EnterHospitalName', - minLength: 0, - maxLength: 0, - minValue: null, - maxValue: null, - regexPattern: null, - optionType: null, - hasEmptyValue: null, - options: null, - restUrl: null, - restResponsePath: null, - restIdProperty: null, - restLabelProperty: null, - tab: null, - className: null, - params: { - existingColspan: 1, - maxColspan: 1 + "fieldType": 'FormFieldRepresentation', + "id": 'hospitalName', + "name": 'HospitalName', + "type": 'text', + "value": null, + "required": false, + "readOnly": false, + "overrideId": false, + "colspan": 1, + "placeholder": 'EnterHospitalName', + "minLength": 0, + "maxLength": 0, + "minValue": null, + "maxValue": null, + "regexPattern": null, + "optionType": null, + "hasEmptyValue": null, + "options": null, + "restUrl": null, + "restResponsePath": null, + "restIdProperty": null, + "restLabelProperty": null, + "tab": null, + "className": null, + "params": { + "existingColspan": 1, + "maxColspan": 1 }, - dateDisplayFormat: null, - layout: { - row: -1, - column: -1, - colspan: 1 + "dateDisplayFormat": null, + "layout": { + "row": -1, + "column": -1, + "colspan": 1 }, - sizeX: 1, - sizeY: 1, - row: -1, - col: -1, - visibilityCondition: null + "sizeX": 1, + "sizeY": 1, + "row": -1, + "col": -1, + "visibilityCondition": null } ] } } ], - outcomes: [ + "outcomes": [ { - id: 'approve', - name: 'Approve' + "id": 'approve', + "name": 'Approve' }, { - id: 'complete', - name: 'Complete' + "id": 'complete', + "name": 'Complete' } ], - javascriptEvents: [], - className: '', - style: '', - metadata: {}, - variables: [], - customFieldsValueInfo: {}, - gridsterForm: false, - globalDateFormat: 'D - M - YYYY' + "javascriptEvents": [], + "className": '', + "style": '', + "metadata": {}, + "variables": [], + "customFieldsValueInfo": {}, + "gridsterForm": false, + "globalDateFormat": 'D - M - YYYY' }; diff --git a/lib/core/src/lib/mock/form/widget-visibility-cloud.service.mock.ts b/lib/core/src/lib/mock/form/widget-visibility-cloud.service.mock.ts index 88e4fdc604..c9562da693 100644 --- a/lib/core/src/lib/mock/form/widget-visibility-cloud.service.mock.ts +++ b/lib/core/src/lib/mock/form/widget-visibility-cloud.service.mock.ts @@ -20,449 +20,449 @@ import { FormModel, FormValues } from '../../form/components/widgets/core'; export const formTest = new FormModel({}); export const fakeTaskProcessVariableModels = [ - { id: 'TEST_VAR_1', type: 'string', value: 'test_value_1' }, - { id: 'TEST_VAR_2', type: 'string', value: 'test_value_2' }, - { id: 'TEST_VAR_3', type: 'string', value: 'test_value_3' } + { "id": 'TEST_VAR_1', "type": 'string', "value": 'test_value_1' }, + { "id": 'TEST_VAR_2', "type": 'string', "value": 'test_value_2' }, + { "id": 'TEST_VAR_3', "type": 'string', "value": 'test_value_3' } ]; export const formValues: FormValues = { - test_1: 'value_1', - test_2: 'value_2', - test_3: 'value_1', - test_4: 'dropdown_id', - test_5: 'dropdown_label', - dropdown: { id: 'dropdown_id', name: 'dropdown_label' } + "test_1": 'value_1', + "test_2": 'value_2', + "test_3": 'value_1', + "test_4": 'dropdown_id', + "test_5": 'dropdown_label', + "dropdown": { "id": 'dropdown_id', "name": 'dropdown_label' } }; export const fakeFormJson: any = { - id: '9999', - name: 'FORM_VISIBILITY', - processDefinitionId: 'PROCESS_TEST:9:9999', - processDefinitionName: 'PROCESS_TEST', - processDefinitionKey: 'PROCESS_TEST', - taskId: '999', - taskName: 'TEST', - fields: [ + "id": '9999', + "name": 'FORM_VISIBILITY', + "processDefinitionId": 'PROCESS_TEST:9:9999', + "processDefinitionName": 'PROCESS_TEST', + "processDefinitionKey": 'PROCESS_TEST', + "taskId": '999', + "taskName": 'TEST', + "fields": [ { - fieldType: 'ContainerRepresentation', - id: '000000000000000000', - name: 'Label', - type: 'container', - value: null, - numberOfColumns: 2, - fields: { - 1: [ + "fieldType": 'ContainerRepresentation', + "id": '000000000000000000', + "name": 'Label', + "type": 'container', + "value": null, + "numberOfColumns": 2, + "fields": { + "1": [ { - fieldType: 'FormFieldRepresentation', - id: 'FIELD_TEST', - name: 'FIELD_TEST', - type: 'text', - value: 'RIGHT_FORM_FIELD_VALUE', - visibilityCondition: null, - isVisible: true + "fieldType": 'FormFieldRepresentation', + "id": 'FIELD_TEST', + "name": 'FIELD_TEST', + "type": 'text', + "value": 'RIGHT_FORM_FIELD_VALUE', + "visibilityCondition": null, + "isVisible": true }, { - fieldType: 'FormFieldRepresentation', - id: 'FIELD_WITH_CONDITION', - name: 'FIELD_WITH_CONDITION', - type: 'text', - value: 'field_with_condition_value', - visibilityCondition: null, - isVisible: true + "fieldType": 'FormFieldRepresentation', + "id": 'FIELD_WITH_CONDITION', + "name": 'FIELD_WITH_CONDITION', + "type": 'text', + "value": 'field_with_condition_value', + "visibilityCondition": null, + "isVisible": true }, { - fieldType: 'FormFieldRepresentation', - id: 'LEFT_FORM_FIELD_ID', - name: 'LEFT_FORM_FIELD_NAME', - type: 'text', - value: 'LEFT_FORM_FIELD_VALUE', - visibilityCondition: null, - isVisible: true + "fieldType": 'FormFieldRepresentation', + "id": 'LEFT_FORM_FIELD_ID', + "name": 'LEFT_FORM_FIELD_NAME', + "type": 'text', + "value": 'LEFT_FORM_FIELD_VALUE', + "visibilityCondition": null, + "isVisible": true } ], - 2: [ + "2": [ { - fieldType: 'FormFieldRepresentation', - id: 'RIGHT_FORM_FIELD_ID', - name: 'RIGHT_FORM_FIELD_NAME', - type: 'text', - value: 'RIGHT_FORM_FIELD_VALUE', - visibilityCondition: null, - isVisible: true + "fieldType": 'FormFieldRepresentation', + "id": 'RIGHT_FORM_FIELD_ID', + "name": 'RIGHT_FORM_FIELD_NAME', + "type": 'text', + "value": 'RIGHT_FORM_FIELD_VALUE', + "visibilityCondition": null, + "isVisible": true } ] } } ], - variables: [ + "variables": [ { - id: 'e621e8ff-42a6-499c-8121-33c7c35d8641', - name: 'age', - type: 'integer', - value: 11 + "id": 'e621e8ff-42a6-499c-8121-33c7c35d8641', + "name": 'age', + "type": 'integer', + "value": 11 }, { - id: '4f8aa99e-8526-429c-9d99-809978489d96', - name: 'name', - type: 'string', - value: 'abc' + "id": '4f8aa99e-8526-429c-9d99-809978489d96', + "name": 'name', + "type": 'string', + "value": 'abc' }, { - id: '0207b649-ff07-4f3a-a589-d10afa507b9b', - name: 'dob', - type: 'date', - value: '2019-05-13' + "id": '0207b649-ff07-4f3a-a589-d10afa507b9b', + "name": 'dob', + "type": 'date', + "value": '2019-05-13' } ] }; export const complexVisibilityJsonVisible: any = { - id: 47591, - name: 'Test-visibility', - description: '', - version: 4, - lastUpdatedBy: 13, - lastUpdatedByFullName: 'romano romano', - lastUpdated: '2019-06-11T11:04:36.870+0000', - stencilSetId: 0, - referenceId: null, - formDefinition: { - tabs: [], - fields: [{ - fieldType: 'ContainerRepresentation', - id: '1560246123312', - name: 'Label', - type: 'container', - value: null, - required: false, - readOnly: false, - overrideId: false, - colspan: 1, - placeholder: null, - minLength: 0, - maxLength: 0, - minValue: null, - maxValue: null, - regexPattern: null, - optionType: null, - hasEmptyValue: null, - options: null, - restUrl: null, - restResponsePath: null, - restIdProperty: null, - restLabelProperty: null, - tab: null, - className: null, - dateDisplayFormat: null, - layout: null, - sizeX: 2, - sizeY: 1, - row: -1, - col: -1, - visibilityCondition: null, - numberOfColumns: 2, - fields: { - 1: [{ - fieldType: 'FormFieldRepresentation', - id: 'label', - name: 'Label', - type: 'text', - value: null, - required: false, - readOnly: false, - overrideId: false, - colspan: 1, - placeholder: null, - minLength: 0, - maxLength: 0, - minValue: null, - maxValue: null, - regexPattern: null, - optionType: null, - hasEmptyValue: null, - options: null, - restUrl: null, - restResponsePath: null, - restIdProperty: null, - restLabelProperty: null, - tab: null, - className: null, - params: { existingColspan: 1, maxColspan: 2 }, - dateDisplayFormat: null, - layout: { row: -1, column: -1, colspan: 1 }, - sizeX: 1, - sizeY: 1, - row: -1, - col: -1, - visibilityCondition: null + "id": 47591, + "name": 'Test-visibility', + "description": '', + "version": 4, + "lastUpdatedBy": 13, + "lastUpdatedByFullName": 'romano romano', + "lastUpdated": '2019-06-11T11:04:36.870+0000', + "stencilSetId": 0, + "referenceId": null, + "formDefinition": { + "tabs": [], + "fields": [{ + "fieldType": 'ContainerRepresentation', + "id": '1560246123312', + "name": 'Label', + "type": 'container', + "value": null, + "required": false, + "readOnly": false, + "overrideId": false, + "colspan": 1, + "placeholder": null, + "minLength": 0, + "maxLength": 0, + "minValue": null, + "maxValue": null, + "regexPattern": null, + "optionType": null, + "hasEmptyValue": null, + "options": null, + "restUrl": null, + "restResponsePath": null, + "restIdProperty": null, + "restLabelProperty": null, + "tab": null, + "className": null, + "dateDisplayFormat": null, + "layout": null, + "sizeX": 2, + "sizeY": 1, + "row": -1, + "col": -1, + "visibilityCondition": null, + "numberOfColumns": 2, + "fields": { + "1": [{ + "fieldType": 'FormFieldRepresentation', + "id": 'label', + "name": 'Label', + "type": 'text', + "value": null, + "required": false, + "readOnly": false, + "overrideId": false, + "colspan": 1, + "placeholder": null, + "minLength": 0, + "maxLength": 0, + "minValue": null, + "maxValue": null, + "regexPattern": null, + "optionType": null, + "hasEmptyValue": null, + "options": null, + "restUrl": null, + "restResponsePath": null, + "restIdProperty": null, + "restLabelProperty": null, + "tab": null, + "className": null, + "params": { "existingColspan": 1, "maxColspan": 2 }, + "dateDisplayFormat": null, + "layout": { "row": -1, "column": -1, "colspan": 1 }, + "sizeX": 1, + "sizeY": 1, + "row": -1, + "col": -1, + "visibilityCondition": null }], - 2: [{ - fieldType: 'FormFieldRepresentation', - id: 'label1', - name: 'Label1', - type: 'text', - value: null, - required: false, - readOnly: false, - overrideId: false, - colspan: 1, - placeholder: null, - minLength: 0, - maxLength: 0, - minValue: null, - maxValue: null, - regexPattern: null, - optionType: null, - hasEmptyValue: null, - options: null, - restUrl: null, - restResponsePath: null, - restIdProperty: null, - restLabelProperty: null, - tab: null, - className: null, - params: { existingColspan: 1, maxColspan: 1 }, - dateDisplayFormat: null, - layout: { row: -1, column: -1, colspan: 1 }, - sizeX: 1, - sizeY: 1, - row: -1, - col: -1, - visibilityCondition: null + "2": [{ + "fieldType": 'FormFieldRepresentation', + "id": 'label1', + "name": 'Label1', + "type": 'text', + "value": null, + "required": false, + "readOnly": false, + "overrideId": false, + "colspan": 1, + "placeholder": null, + "minLength": 0, + "maxLength": 0, + "minValue": null, + "maxValue": null, + "regexPattern": null, + "optionType": null, + "hasEmptyValue": null, + "options": null, + "restUrl": null, + "restResponsePath": null, + "restIdProperty": null, + "restLabelProperty": null, + "tab": null, + "className": null, + "params": { "existingColspan": 1, "maxColspan": 1 }, + "dateDisplayFormat": null, + "layout": { "row": -1, "column": -1, "colspan": 1 }, + "sizeX": 1, + "sizeY": 1, + "row": -1, + "col": -1, + "visibilityCondition": null }] } }, { - fieldType: 'ContainerRepresentation', - id: '1560246128696', - name: 'Label', - type: 'container', - value: null, - required: false, - readOnly: false, - overrideId: false, - colspan: 1, - placeholder: null, - minLength: 0, - maxLength: 0, - minValue: null, - maxValue: null, - regexPattern: null, - optionType: null, - hasEmptyValue: null, - options: null, - restUrl: null, - restResponsePath: null, - restIdProperty: null, - restLabelProperty: null, - tab: null, - className: null, - dateDisplayFormat: null, - layout: null, - sizeX: 2, - sizeY: 1, - row: -1, - col: -1, - visibilityCondition: null, - numberOfColumns: 2, - fields: { - 1: [{ - fieldType: 'FormFieldRepresentation', - id: 'label4', - name: 'Label4', - type: 'text', - value: null, - required: false, - readOnly: false, - overrideId: false, - colspan: 1, - placeholder: null, - minLength: 0, - maxLength: 0, - minValue: null, - maxValue: null, - regexPattern: null, - optionType: null, - hasEmptyValue: null, - options: null, - restUrl: null, - restResponsePath: null, - restIdProperty: null, - restLabelProperty: null, - tab: null, - className: null, - params: { existingColspan: 1, maxColspan: 2 }, - dateDisplayFormat: null, - layout: { row: -1, column: -1, colspan: 1 }, - sizeX: 1, - sizeY: 1, - row: -1, - col: -1, - visibilityCondition: null + "fieldType": 'ContainerRepresentation', + "id": '1560246128696', + "name": 'Label', + "type": 'container', + "value": null, + "required": false, + "readOnly": false, + "overrideId": false, + "colspan": 1, + "placeholder": null, + "minLength": 0, + "maxLength": 0, + "minValue": null, + "maxValue": null, + "regexPattern": null, + "optionType": null, + "hasEmptyValue": null, + "options": null, + "restUrl": null, + "restResponsePath": null, + "restIdProperty": null, + "restLabelProperty": null, + "tab": null, + "className": null, + "dateDisplayFormat": null, + "layout": null, + "sizeX": 2, + "sizeY": 1, + "row": -1, + "col": -1, + "visibilityCondition": null, + "numberOfColumns": 2, + "fields": { + "1": [{ + "fieldType": 'FormFieldRepresentation', + "id": 'label4', + "name": 'Label4', + "type": 'text', + "value": null, + "required": false, + "readOnly": false, + "overrideId": false, + "colspan": 1, + "placeholder": null, + "minLength": 0, + "maxLength": 0, + "minValue": null, + "maxValue": null, + "regexPattern": null, + "optionType": null, + "hasEmptyValue": null, + "options": null, + "restUrl": null, + "restResponsePath": null, + "restIdProperty": null, + "restLabelProperty": null, + "tab": null, + "className": null, + "params": { "existingColspan": 1, "maxColspan": 2 }, + "dateDisplayFormat": null, + "layout": { "row": -1, "column": -1, "colspan": 1 }, + "sizeX": 1, + "sizeY": 1, + "row": -1, + "col": -1, + "visibilityCondition": null }], - 2: [{ - fieldType: 'FormFieldRepresentation', - id: 'label3', - name: 'Label3', - type: 'text', - value: '', - required: false, - readOnly: false, - overrideId: false, - colspan: 1, - placeholder: null, - minLength: 0, - maxLength: 0, - minValue: null, - maxValue: null, - regexPattern: null, - optionType: null, - hasEmptyValue: null, - options: null, - restUrl: null, - restResponsePath: null, - restIdProperty: null, - restLabelProperty: null, - tab: null, - className: null, - params: { existingColspan: 1, maxColspan: 1 }, - dateDisplayFormat: null, - layout: { row: -1, column: -1, colspan: 1 }, - sizeX: 1, - sizeY: 1, - row: -1, - col: -1, - visibilityCondition: null + "2": [{ + "fieldType": 'FormFieldRepresentation', + "id": 'label3', + "name": 'Label3', + "type": 'text', + "value": '', + "required": false, + "readOnly": false, + "overrideId": false, + "colspan": 1, + "placeholder": null, + "minLength": 0, + "maxLength": 0, + "minValue": null, + "maxValue": null, + "regexPattern": null, + "optionType": null, + "hasEmptyValue": null, + "options": null, + "restUrl": null, + "restResponsePath": null, + "restIdProperty": null, + "restLabelProperty": null, + "tab": null, + "className": null, + "params": { "existingColspan": 1, "maxColspan": 1 }, + "dateDisplayFormat": null, + "layout": { "row": -1, "column": -1, "colspan": 1 }, + "sizeX": 1, + "sizeY": 1, + "row": -1, + "col": -1, + "visibilityCondition": null }] } }, { - fieldType: 'ContainerRepresentation', - id: '1560246126964', - name: 'Label', - type: 'container', - value: null, - required: false, - readOnly: false, - overrideId: false, - colspan: 1, - placeholder: null, - minLength: 0, - maxLength: 0, - minValue: null, - maxValue: null, - regexPattern: null, - optionType: null, - hasEmptyValue: null, - options: null, - restUrl: null, - restResponsePath: null, - restIdProperty: null, - restLabelProperty: null, - tab: null, - className: null, - dateDisplayFormat: null, - layout: null, - sizeX: 2, - sizeY: 1, - row: -1, - col: -1, - visibilityCondition: null, - numberOfColumns: 2, - fields: { - 1: [{ - fieldType: 'FormFieldRepresentation', - id: 'label2', - name: 'Label2', - type: 'text', - value: null, - required: false, - readOnly: false, - overrideId: false, - colspan: 1, - placeholder: null, - minLength: 0, - maxLength: 0, - minValue: null, - maxValue: null, - regexPattern: null, - optionType: null, - hasEmptyValue: null, - options: null, - restUrl: null, - restResponsePath: null, - restIdProperty: null, - restLabelProperty: null, - tab: null, - className: null, - params: { existingColspan: 1, maxColspan: 2 }, - dateDisplayFormat: null, - layout: { row: -1, column: -1, colspan: 1 }, - sizeX: 1, - sizeY: 1, - row: -1, - col: -1, - visibilityCondition: null + "fieldType": 'ContainerRepresentation', + "id": '1560246126964', + "name": 'Label', + "type": 'container', + "value": null, + "required": false, + "readOnly": false, + "overrideId": false, + "colspan": 1, + "placeholder": null, + "minLength": 0, + "maxLength": 0, + "minValue": null, + "maxValue": null, + "regexPattern": null, + "optionType": null, + "hasEmptyValue": null, + "options": null, + "restUrl": null, + "restResponsePath": null, + "restIdProperty": null, + "restLabelProperty": null, + "tab": null, + "className": null, + "dateDisplayFormat": null, + "layout": null, + "sizeX": 2, + "sizeY": 1, + "row": -1, + "col": -1, + "visibilityCondition": null, + "numberOfColumns": 2, + "fields": { + "1": [{ + "fieldType": 'FormFieldRepresentation', + "id": 'label2', + "name": 'Label2', + "type": 'text', + "value": null, + "required": false, + "readOnly": false, + "overrideId": false, + "colspan": 1, + "placeholder": null, + "minLength": 0, + "maxLength": 0, + "minValue": null, + "maxValue": null, + "regexPattern": null, + "optionType": null, + "hasEmptyValue": null, + "options": null, + "restUrl": null, + "restResponsePath": null, + "restIdProperty": null, + "restLabelProperty": null, + "tab": null, + "className": null, + "params": { "existingColspan": 1, "maxColspan": 2 }, + "dateDisplayFormat": null, + "layout": { "row": -1, "column": -1, "colspan": 1 }, + "sizeX": 1, + "sizeY": 1, + "row": -1, + "col": -1, + "visibilityCondition": null }], - 2: [{ - fieldType: 'FormFieldRepresentation', - id: 'label5', - name: 'Label5', - type: 'boolean', - value: null, - required: false, - readOnly: false, - overrideId: false, - colspan: 1, - placeholder: null, - minLength: 0, - maxLength: 0, - minValue: null, - maxValue: null, - regexPattern: null, - optionType: null, - hasEmptyValue: null, - options: null, - restUrl: null, - restResponsePath: null, - restIdProperty: null, - restLabelProperty: null, - tab: null, - className: null, - params: { existingColspan: 1, maxColspan: 1 }, - dateDisplayFormat: null, - layout: { row: -1, column: -1, colspan: 1 }, - sizeX: 1, - sizeY: 1, - row: -1, - col: -1, - visibilityCondition: { - leftType: 'label', - leftValue: null, - operator: '==', - rightValue: 'aaa', - rightType: null, - nextConditionOperator: 'and', - nextCondition: { - leftType: 'label1', - leftValue: null, - operator: '!=', - rightValue: 'aaa', - rightType: null, - nextConditionOperator: 'and', - nextCondition: { - leftType: 'label2', - leftValue: null, - operator: '!empty', - rightValue: null, - rightType: null, - nextConditionOperator: 'or', - nextCondition: { - leftType: 'label3', - leftValue: null, - operator: 'empty', - rightValue: null, - rightType: null, - nextConditionOperator: null, - nextCondition: null + "2": [{ + "fieldType": 'FormFieldRepresentation', + "id": 'label5', + "name": 'Label5', + "type": 'boolean', + "value": null, + "required": false, + "readOnly": false, + "overrideId": false, + "colspan": 1, + "placeholder": null, + "minLength": 0, + "maxLength": 0, + "minValue": null, + "maxValue": null, + "regexPattern": null, + "optionType": null, + "hasEmptyValue": null, + "options": null, + "restUrl": null, + "restResponsePath": null, + "restIdProperty": null, + "restLabelProperty": null, + "tab": null, + "className": null, + "params": { "existingColspan": 1, "maxColspan": 1 }, + "dateDisplayFormat": null, + "layout": { "row": -1, "column": -1, "colspan": 1 }, + "sizeX": 1, + "sizeY": 1, + "row": -1, + "col": -1, + "visibilityCondition": { + "leftType": 'label', + "leftValue": null, + "operator": '==', + "rightValue": 'aaa', + "rightType": null, + "nextConditionOperator": 'and', + "nextCondition": { + "leftType": 'label1', + "leftValue": null, + "operator": '!=', + "rightValue": 'aaa', + "rightType": null, + "nextConditionOperator": 'and', + "nextCondition": { + "leftType": 'label2', + "leftValue": null, + "operator": '!empty', + "rightValue": null, + "rightType": null, + "nextConditionOperator": 'or', + "nextCondition": { + "leftType": 'label3', + "leftValue": null, + "operator": 'empty', + "rightValue": null, + "rightType": null, + "nextConditionOperator": null, + "nextCondition": null } } } @@ -470,364 +470,364 @@ export const complexVisibilityJsonVisible: any = { }] } }], - outcomes: [], - javascriptEvents: [], - className: '', - style: '', - customFieldTemplates: {}, - metadata: {}, - variables: [], - customFieldsValueInfo: {}, - gridsterForm: false + "outcomes": [], + "javascriptEvents": [], + "className": '', + "style": '', + "customFieldTemplates": {}, + "metadata": {}, + "variables": [], + "customFieldsValueInfo": {}, + "gridsterForm": false } }; export const complexVisibilityJsonNotVisible: any = { - id: 47591, - name: 'Test-visibility', - description: '', - version: 4, - lastUpdatedBy: 13, - lastUpdatedByFullName: 'romano romano', - lastUpdated: '2019-06-11T11:04:36.870+0000', - stencilSetId: 0, - referenceId: null, - formDefinition: { - tabs: [], - fields: [{ - fieldType: 'ContainerRepresentation', - id: '1560246123312', - name: 'Label', - type: 'container', - value: null, - required: false, - readOnly: false, - overrideId: false, - colspan: 1, - placeholder: null, - minLength: 0, - maxLength: 0, - minValue: null, - maxValue: null, - regexPattern: null, - optionType: null, - hasEmptyValue: null, - options: null, - restUrl: null, - restResponsePath: null, - restIdProperty: null, - restLabelProperty: null, - tab: null, - className: null, - dateDisplayFormat: null, - layout: null, - sizeX: 2, - sizeY: 1, - row: -1, - col: -1, - visibilityCondition: null, - numberOfColumns: 2, - fields: { - 1: [{ - fieldType: 'FormFieldRepresentation', - id: 'label', - name: 'Label', - type: 'text', - value: null, - required: false, - readOnly: false, - overrideId: false, - colspan: 1, - placeholder: null, - minLength: 0, - maxLength: 0, - minValue: null, - maxValue: null, - regexPattern: null, - optionType: null, - hasEmptyValue: null, - options: null, - restUrl: null, - restResponsePath: null, - restIdProperty: null, - restLabelProperty: null, - tab: null, - className: null, - params: { existingColspan: 1, maxColspan: 2 }, - dateDisplayFormat: null, - layout: { row: -1, column: -1, colspan: 1 }, - sizeX: 1, - sizeY: 1, - row: -1, - col: -1, - visibilityCondition: null + "id": 47591, + "name": 'Test-visibility', + "description": '', + "version": 4, + "lastUpdatedBy": 13, + "lastUpdatedByFullName": 'romano romano', + "lastUpdated": '2019-06-11T11:04:36.870+0000', + "stencilSetId": 0, + "referenceId": null, + "formDefinition": { + "tabs": [], + "fields": [{ + "fieldType": 'ContainerRepresentation', + "id": '1560246123312', + "name": 'Label', + "type": 'container', + "value": null, + "required": false, + "readOnly": false, + "overrideId": false, + "colspan": 1, + "placeholder": null, + "minLength": 0, + "maxLength": 0, + "minValue": null, + "maxValue": null, + "regexPattern": null, + "optionType": null, + "hasEmptyValue": null, + "options": null, + "restUrl": null, + "restResponsePath": null, + "restIdProperty": null, + "restLabelProperty": null, + "tab": null, + "className": null, + "dateDisplayFormat": null, + "layout": null, + "sizeX": 2, + "sizeY": 1, + "row": -1, + "col": -1, + "visibilityCondition": null, + "numberOfColumns": 2, + "fields": { + "1": [{ + "fieldType": 'FormFieldRepresentation', + "id": 'label', + "name": 'Label', + "type": 'text', + "value": null, + "required": false, + "readOnly": false, + "overrideId": false, + "colspan": 1, + "placeholder": null, + "minLength": 0, + "maxLength": 0, + "minValue": null, + "maxValue": null, + "regexPattern": null, + "optionType": null, + "hasEmptyValue": null, + "options": null, + "restUrl": null, + "restResponsePath": null, + "restIdProperty": null, + "restLabelProperty": null, + "tab": null, + "className": null, + "params": { "existingColspan": 1, "maxColspan": 2 }, + "dateDisplayFormat": null, + "layout": { "row": -1, "column": -1, "colspan": 1 }, + "sizeX": 1, + "sizeY": 1, + "row": -1, + "col": -1, + "visibilityCondition": null }], - 2: [{ - fieldType: 'FormFieldRepresentation', - id: 'label1', - name: 'Label1', - type: 'text', - value: null, - required: false, - readOnly: false, - overrideId: false, - colspan: 1, - placeholder: null, - minLength: 0, - maxLength: 0, - minValue: null, - maxValue: null, - regexPattern: null, - optionType: null, - hasEmptyValue: null, - options: null, - restUrl: null, - restResponsePath: null, - restIdProperty: null, - restLabelProperty: null, - tab: null, - className: null, - params: { existingColspan: 1, maxColspan: 1 }, - dateDisplayFormat: null, - layout: { row: -1, column: -1, colspan: 1 }, - sizeX: 1, - sizeY: 1, - row: -1, - col: -1, - visibilityCondition: null + "2": [{ + "fieldType": 'FormFieldRepresentation', + "id": 'label1', + "name": 'Label1', + "type": 'text', + "value": null, + "required": false, + "readOnly": false, + "overrideId": false, + "colspan": 1, + "placeholder": null, + "minLength": 0, + "maxLength": 0, + "minValue": null, + "maxValue": null, + "regexPattern": null, + "optionType": null, + "hasEmptyValue": null, + "options": null, + "restUrl": null, + "restResponsePath": null, + "restIdProperty": null, + "restLabelProperty": null, + "tab": null, + "className": null, + "params": { "existingColspan": 1, "maxColspan": 1 }, + "dateDisplayFormat": null, + "layout": { "row": -1, "column": -1, "colspan": 1 }, + "sizeX": 1, + "sizeY": 1, + "row": -1, + "col": -1, + "visibilityCondition": null }] } }, { - fieldType: 'ContainerRepresentation', - id: '1560246128696', - name: 'Label', - type: 'container', - value: null, - required: false, - readOnly: false, - overrideId: false, - colspan: 1, - placeholder: null, - minLength: 0, - maxLength: 0, - minValue: null, - maxValue: null, - regexPattern: null, - optionType: null, - hasEmptyValue: null, - options: null, - restUrl: null, - restResponsePath: null, - restIdProperty: null, - restLabelProperty: null, - tab: null, - className: null, - dateDisplayFormat: null, - layout: null, - sizeX: 2, - sizeY: 1, - row: -1, - col: -1, - visibilityCondition: null, - numberOfColumns: 2, - fields: { - 1: [{ - fieldType: 'FormFieldRepresentation', - id: 'label4', - name: 'Label4', - type: 'text', - value: null, - required: false, - readOnly: false, - overrideId: false, - colspan: 1, - placeholder: null, - minLength: 0, - maxLength: 0, - minValue: null, - maxValue: null, - regexPattern: null, - optionType: null, - hasEmptyValue: null, - options: null, - restUrl: null, - restResponsePath: null, - restIdProperty: null, - restLabelProperty: null, - tab: null, - className: null, - params: { existingColspan: 1, maxColspan: 2 }, - dateDisplayFormat: null, - layout: { row: -1, column: -1, colspan: 1 }, - sizeX: 1, - sizeY: 1, - row: -1, - col: -1, - visibilityCondition: null + "fieldType": 'ContainerRepresentation', + "id": '1560246128696', + "name": 'Label', + "type": 'container', + "value": null, + "required": false, + "readOnly": false, + "overrideId": false, + "colspan": 1, + "placeholder": null, + "minLength": 0, + "maxLength": 0, + "minValue": null, + "maxValue": null, + "regexPattern": null, + "optionType": null, + "hasEmptyValue": null, + "options": null, + "restUrl": null, + "restResponsePath": null, + "restIdProperty": null, + "restLabelProperty": null, + "tab": null, + "className": null, + "dateDisplayFormat": null, + "layout": null, + "sizeX": 2, + "sizeY": 1, + "row": -1, + "col": -1, + "visibilityCondition": null, + "numberOfColumns": 2, + "fields": { + "1": [{ + "fieldType": 'FormFieldRepresentation', + "id": 'label4', + "name": 'Label4', + "type": 'text', + "value": null, + "required": false, + "readOnly": false, + "overrideId": false, + "colspan": 1, + "placeholder": null, + "minLength": 0, + "maxLength": 0, + "minValue": null, + "maxValue": null, + "regexPattern": null, + "optionType": null, + "hasEmptyValue": null, + "options": null, + "restUrl": null, + "restResponsePath": null, + "restIdProperty": null, + "restLabelProperty": null, + "tab": null, + "className": null, + "params": { "existingColspan": 1, "maxColspan": 2 }, + "dateDisplayFormat": null, + "layout": { "row": -1, "column": -1, "colspan": 1 }, + "sizeX": 1, + "sizeY": 1, + "row": -1, + "col": -1, + "visibilityCondition": null }], - 2: [{ - fieldType: 'FormFieldRepresentation', - id: 'label3', - name: 'Label3', - type: 'text', - value: 'OPSSS', - required: false, - readOnly: false, - overrideId: false, - colspan: 1, - placeholder: null, - minLength: 0, - maxLength: 0, - minValue: null, - maxValue: null, - regexPattern: null, - optionType: null, - hasEmptyValue: null, - options: null, - restUrl: null, - restResponsePath: null, - restIdProperty: null, - restLabelProperty: null, - tab: null, - className: null, - params: { existingColspan: 1, maxColspan: 1 }, - dateDisplayFormat: null, - layout: { row: -1, column: -1, colspan: 1 }, - sizeX: 1, - sizeY: 1, - row: -1, - col: -1, - visibilityCondition: null + "2": [{ + "fieldType": 'FormFieldRepresentation', + "id": 'label3', + "name": 'Label3', + "type": 'text', + "value": 'OPSSS', + "required": false, + "readOnly": false, + "overrideId": false, + "colspan": 1, + "placeholder": null, + "minLength": 0, + "maxLength": 0, + "minValue": null, + "maxValue": null, + "regexPattern": null, + "optionType": null, + "hasEmptyValue": null, + "options": null, + "restUrl": null, + "restResponsePath": null, + "restIdProperty": null, + "restLabelProperty": null, + "tab": null, + "className": null, + "params": { "existingColspan": 1, "maxColspan": 1 }, + "dateDisplayFormat": null, + "layout": { "row": -1, "column": -1, "colspan": 1 }, + "sizeX": 1, + "sizeY": 1, + "row": -1, + "col": -1, + "visibilityCondition": null }] } }, { - fieldType: 'ContainerRepresentation', - id: '1560246126964', - name: 'Label', - type: 'container', - value: null, - required: false, - readOnly: false, - overrideId: false, - colspan: 1, - placeholder: null, - minLength: 0, - maxLength: 0, - minValue: null, - maxValue: null, - regexPattern: null, - optionType: null, - hasEmptyValue: null, - options: null, - restUrl: null, - restResponsePath: null, - restIdProperty: null, - restLabelProperty: null, - tab: null, - className: null, - dateDisplayFormat: null, - layout: null, - sizeX: 2, - sizeY: 1, - row: -1, - col: -1, - visibilityCondition: null, - numberOfColumns: 2, - fields: { - 1: [{ - fieldType: 'FormFieldRepresentation', - id: 'label2', - name: 'Label2', - type: 'text', - value: null, - required: false, - readOnly: false, - overrideId: false, - colspan: 1, - placeholder: null, - minLength: 0, - maxLength: 0, - minValue: null, - maxValue: null, - regexPattern: null, - optionType: null, - hasEmptyValue: null, - options: null, - restUrl: null, - restResponsePath: null, - restIdProperty: null, - restLabelProperty: null, - tab: null, - className: null, - params: { existingColspan: 1, maxColspan: 2 }, - dateDisplayFormat: null, - layout: { row: -1, column: -1, colspan: 1 }, - sizeX: 1, - sizeY: 1, - row: -1, - col: -1, - visibilityCondition: null + "fieldType": 'ContainerRepresentation', + "id": '1560246126964', + "name": 'Label', + "type": 'container', + "value": null, + "required": false, + "readOnly": false, + "overrideId": false, + "colspan": 1, + "placeholder": null, + "minLength": 0, + "maxLength": 0, + "minValue": null, + "maxValue": null, + "regexPattern": null, + "optionType": null, + "hasEmptyValue": null, + "options": null, + "restUrl": null, + "restResponsePath": null, + "restIdProperty": null, + "restLabelProperty": null, + "tab": null, + "className": null, + "dateDisplayFormat": null, + "layout": null, + "sizeX": 2, + "sizeY": 1, + "row": -1, + "col": -1, + "visibilityCondition": null, + "numberOfColumns": 2, + "fields": { + "1": [{ + "fieldType": 'FormFieldRepresentation', + "id": 'label2', + "name": 'Label2', + "type": 'text', + "value": null, + "required": false, + "readOnly": false, + "overrideId": false, + "colspan": 1, + "placeholder": null, + "minLength": 0, + "maxLength": 0, + "minValue": null, + "maxValue": null, + "regexPattern": null, + "optionType": null, + "hasEmptyValue": null, + "options": null, + "restUrl": null, + "restResponsePath": null, + "restIdProperty": null, + "restLabelProperty": null, + "tab": null, + "className": null, + "params": { "existingColspan": 1, "maxColspan": 2 }, + "dateDisplayFormat": null, + "layout": { "row": -1, "column": -1, "colspan": 1 }, + "sizeX": 1, + "sizeY": 1, + "row": -1, + "col": -1, + "visibilityCondition": null }], - 2: [{ - fieldType: 'FormFieldRepresentation', - id: 'label5', - name: 'Label5', - type: 'boolean', - value: null, - required: false, - readOnly: false, - overrideId: false, - colspan: 1, - placeholder: null, - minLength: 0, - maxLength: 0, - minValue: null, - maxValue: null, - regexPattern: null, - optionType: null, - hasEmptyValue: null, - options: null, - restUrl: null, - restResponsePath: null, - restIdProperty: null, - restLabelProperty: null, - tab: null, - className: null, - params: { existingColspan: 1, maxColspan: 1 }, - dateDisplayFormat: null, - layout: { row: -1, column: -1, colspan: 1 }, - sizeX: 1, - sizeY: 1, - row: -1, - col: -1, - visibilityCondition: { - leftType: 'label', - leftValue: 'label', - operator: '==', - rightValue: 'aaa', - rightType: 'variable', - nextConditionOperator: 'and', - nextCondition: { - leftType: 'field', - leftValue: 'label1', - operator: '!=', - rightValue: 'aaa', - rightType: 'variable', - nextConditionOperator: 'and', - nextCondition: { - leftType: 'field', - leftValue: 'label2', - operator: '!empty', - rightValue: null, - rightType: 'variable', - nextConditionOperator: 'or', - nextCondition: { - leftType: 'field', - leftValue: 'label3', - operator: 'empty', - rightValue: 'variable', - rightType: null, - nextConditionOperator: null, - nextCondition: null + "2": [{ + "fieldType": 'FormFieldRepresentation', + "id": 'label5', + "name": 'Label5', + "type": 'boolean', + "value": null, + "required": false, + "readOnly": false, + "overrideId": false, + "colspan": 1, + "placeholder": null, + "minLength": 0, + "maxLength": 0, + "minValue": null, + "maxValue": null, + "regexPattern": null, + "optionType": null, + "hasEmptyValue": null, + "options": null, + "restUrl": null, + "restResponsePath": null, + "restIdProperty": null, + "restLabelProperty": null, + "tab": null, + "className": null, + "params": { "existingColspan": 1, "maxColspan": 1 }, + "dateDisplayFormat": null, + "layout": { "row": -1, "column": -1, "colspan": 1 }, + "sizeX": 1, + "sizeY": 1, + "row": -1, + "col": -1, + "visibilityCondition": { + "leftType": 'label', + "leftValue": 'label', + "operator": '==', + "rightValue": 'aaa', + "rightType": 'variable', + "nextConditionOperator": 'and', + "nextCondition": { + "leftType": 'field', + "leftValue": 'label1', + "operator": '!=', + "rightValue": 'aaa', + "rightType": 'variable', + "nextConditionOperator": 'and', + "nextCondition": { + "leftType": 'field', + "leftValue": 'label2', + "operator": '!empty', + "rightValue": null, + "rightType": 'variable', + "nextConditionOperator": 'or', + "nextCondition": { + "leftType": 'field', + "leftValue": 'label3', + "operator": 'empty', + "rightValue": 'variable', + "rightType": null, + "nextConditionOperator": null, + "nextCondition": null } } } @@ -835,118 +835,118 @@ export const complexVisibilityJsonNotVisible: any = { }] } }], - outcomes: [], - javascriptEvents: [], - className: '', - style: '', - customFieldTemplates: {}, - metadata: {}, - variables: [], - customFieldsValueInfo: {}, - gridsterForm: false + "outcomes": [], + "javascriptEvents": [], + "className": '', + "style": '', + "customFieldTemplates": {}, + "metadata": {}, + "variables": [], + "customFieldsValueInfo": {}, + "gridsterForm": false } }; export const nextConditionForm: any = { - id: '9999', - name: 'FORM_PROCESS_VARIABLE_VISIBILITY', - processDefinitionId: 'PROCESS_TEST:9:9999', - processDefinitionName: 'PROCESS_TEST', - processDefinitionKey: 'PROCESS_TEST', - taskId: '999', - taskName: 'TEST', - fields: [ + "id": '9999', + "name": 'FORM_PROCESS_VARIABLE_VISIBILITY', + "processDefinitionId": 'PROCESS_TEST:9:9999', + "processDefinitionName": 'PROCESS_TEST', + "processDefinitionKey": 'PROCESS_TEST', + "taskId": '999', + "taskName": 'TEST', + "fields": [ { - id: '60114002-0da2-4513-ab65-845b4e55d3c8', - name: 'Label', - type: 'container', - tab: null, - numberOfColumns: 2, - fields: { - 1: [ + "id": '60114002-0da2-4513-ab65-845b4e55d3c8', + "name": 'Label', + "type": 'container', + "tab": null, + "numberOfColumns": 2, + "fields": { + "1": [ { - id: 'Text1', - name: 'Text1', - type: 'text', - required: false, - colspan: 1, - placeholder: null, - minLength: 0, - maxLength: 0, - regexPattern: null, - visibilityCondition: null, - params: { - existingColspan: 1, - maxColspan: 2 + "id": 'Text1', + "name": 'Text1', + "type": 'text', + "required": false, + "colspan": 1, + "placeholder": null, + "minLength": 0, + "maxLength": 0, + "regexPattern": null, + "visibilityCondition": null, + "params": { + "existingColspan": 1, + "maxColspan": 2 }, - value: 'multiline' + "value": 'multiline' }, { - id: 'Text3', - name: 'Text3', - type: 'text', - required: false, - colspan: 1, - placeholder: null, - minLength: 0, - maxLength: 0, - regexPattern: null, - visibilityCondition: null, - params: { - existingColspan: 1, - maxColspan: 2 + "id": 'Text3', + "name": 'Text3', + "type": 'text', + "required": false, + "colspan": 1, + "placeholder": null, + "minLength": 0, + "maxLength": 0, + "regexPattern": null, + "visibilityCondition": null, + "params": { + "existingColspan": 1, + "maxColspan": 2 }, - value: 'one' + "value": 'one' } ], - 2: [ + "2": [ { - id: 'Text2', - name: 'Text2', - type: 'text', - required: false, - colspan: 1, - placeholder: null, - minLength: 0, - maxLength: 0, - regexPattern: null, - visibilityCondition: null, - params: { - existingColspan: 1, - maxColspan: 2 + "id": 'Text2', + "name": 'Text2', + "type": 'text', + "required": false, + "colspan": 1, + "placeholder": null, + "minLength": 0, + "maxLength": 0, + "regexPattern": null, + "visibilityCondition": null, + "params": { + "existingColspan": 1, + "maxColspan": 2 }, - value: 'one' + "value": 'one' }, { - id: 'Text4', - name: 'Text4', - type: 'text', - required: false, - colspan: 1, - placeholder: null, - minLength: 0, - maxLength: 0, - regexPattern: null, - visibilityCondition: { - leftType: 'field', - leftValue: 'Text1', - operator: '==', - rightValue: 'multiline', - rightType: 'value', - nextConditionOperator: 'and', - nextCondition: { - leftType: 'field', - leftValue: 'Text2', - operator: '==', - rightValue: 'Text3', - rightType: 'field', - nextConditionOperator: '', - nextCondition: null + "id": 'Text4', + "name": 'Text4', + "type": 'text', + "required": false, + "colspan": 1, + "placeholder": null, + "minLength": 0, + "maxLength": 0, + "regexPattern": null, + "visibilityCondition": { + "leftType": 'field', + "leftValue": 'Text1', + "operator": '==', + "rightValue": 'multiline', + "rightType": 'value', + "nextConditionOperator": 'and', + "nextCondition": { + "leftType": 'field', + "leftValue": 'Text2', + "operator": '==', + "rightValue": 'Text3', + "rightType": 'field', + "nextConditionOperator": '', + "nextCondition": null } }, - params: { - existingColspan: 1, - maxColspan: 2 + "params": { + "existingColspan": 1, + "maxColspan": 2 } } ] @@ -956,85 +956,85 @@ export const nextConditionForm: any = { }; export const headerVisibilityCond: any = { - id: 'form-f0823c05-51eb-4703-8634-75a6d5e15df5', - name: 'text_form', - description: '', - version: 0, - standalone: true, - formDefinition: { - tabs: [], - fields: [ + "id": 'form-f0823c05-51eb-4703-8634-75a6d5e15df5', + "name": 'text_form', + "description": '', + "version": 0, + "standalone": true, + "formDefinition": { + "tabs": [], + "fields": [ { - id: 'Header0hm6n0', - name: 'Header', - type: 'group', - tab: null, - params: { - allowCollapse: false, - collapseByDefault: false + "id": 'Header0hm6n0', + "name": 'Header', + "type": 'group', + "tab": null, + "params": { + "allowCollapse": false, + "collapseByDefault": false }, - numberOfColumns: 1, - fields: { - 1: [] + "numberOfColumns": 1, + "fields": { + "1": [] }, - visibilityCondition: { - leftType: 'field', - leftValue: 'Text1', - operator: '==', - rightValue: 'Text2', - rightType: 'field', - nextConditionOperator: '', - nextCondition: null + "visibilityCondition": { + "leftType": 'field', + "leftValue": 'Text1', + "operator": '==', + "rightValue": 'Text2', + "rightType": 'field', + "nextConditionOperator": '', + "nextCondition": null } }, { - id: '19c3a066-c1bf-47f1-97f2-2b9420be3566', - name: 'Label', - type: 'container', - tab: null, - numberOfColumns: 2, - fields: { - 1: [ + "id": '19c3a066-c1bf-47f1-97f2-2b9420be3566', + "name": 'Label', + "type": 'container', + "tab": null, + "numberOfColumns": 2, + "fields": { + "1": [ { - id: 'Text1', - name: 'Text1', - type: 'text', - required: false, - colspan: 1, - placeholder: null, - minLength: 0, - maxLength: 0, - regexPattern: null, - visibilityCondition: null, - params: { - existingColspan: 1, - maxColspan: 2 + "id": 'Text1', + "name": 'Text1', + "type": 'text', + "required": false, + "colspan": 1, + "placeholder": null, + "minLength": 0, + "maxLength": 0, + "regexPattern": null, + "visibilityCondition": null, + "params": { + "existingColspan": 1, + "maxColspan": 2 } } ], - 2: [ + "2": [ { - id: 'Text2', - name: 'Text2', - type: 'text', - required: false, - colspan: 1, - placeholder: null, - minLength: 0, - maxLength: 0, - regexPattern: null, - visibilityCondition: null, - params: { - existingColspan: 1, - maxColspan: 2 + "id": 'Text2', + "name": 'Text2', + "type": 'text', + "required": false, + "colspan": 1, + "placeholder": null, + "minLength": 0, + "maxLength": 0, + "regexPattern": null, + "visibilityCondition": null, + "params": { + "existingColspan": 1, + "maxColspan": 2 } } ] } } ], - outcomes: [], - metadata: {}, - variables: [] + "outcomes": [], + "metadata": {}, + "variables": [] } }; diff --git a/lib/core/src/lib/mock/form/widget-visibility.service.mock.ts b/lib/core/src/lib/mock/form/widget-visibility.service.mock.ts index f8a8882f19..42464435fc 100644 --- a/lib/core/src/lib/mock/form/widget-visibility.service.mock.ts +++ b/lib/core/src/lib/mock/form/widget-visibility.service.mock.ts @@ -20,762 +20,762 @@ import { FormModel, FormValues } from '../../form/components/widgets/core'; export const formTest = new FormModel({}); export const fakeTaskProcessVariableModels = [ - { id: 'TEST_VAR_1', type: 'string', value: 'test_value_1' }, - { id: 'TEST_VAR_2', type: 'string', value: 'test_value_2' }, - { id: 'TEST_VAR_3', type: 'string', value: 'test_value_3' } + { "id": 'TEST_VAR_1', "type": 'string', "value": 'test_value_1' }, + { "id": 'TEST_VAR_2', "type": 'string', "value": 'test_value_2' }, + { "id": 'TEST_VAR_3', "type": 'string', "value": 'test_value_3' } ]; export const formValues: FormValues = { - test_1: 'value_1', - test_2: 'value_2', - test_3: 'value_1', - test_4: 'dropdown_id', - test_5: 'dropdown_label', - dropdown: { id: 'dropdown_id', name: 'dropdown_label' } + "test_1": 'value_1', + "test_2": 'value_2', + "test_3": 'value_1', + "test_4": 'dropdown_id', + "test_5": 'dropdown_label', + "dropdown": { "id": 'dropdown_id', "name": 'dropdown_label' } }; export const fakeFormJson: any = { - id: '9999', - name: 'FORM_VISIBILITY', - processDefinitionId: 'PROCESS_TEST: 9: 9999', - processDefinitionName: 'PROCESS_TEST', - processDefinitionKey: 'PROCESS_TEST', - taskId: '999', - taskName: 'TEST', - fields: [ + "id": '9999', + "name": 'FORM_VISIBILITY', + "processDefinitionId": 'PROCESS_TEST: 9: 9999', + "processDefinitionName": 'PROCESS_TEST', + "processDefinitionKey": 'PROCESS_TEST', + "taskId": '999', + "taskName": 'TEST', + "fields": [ { - fieldType: 'ContainerRepresentation', - id: '000000000000000000', - name: 'Label', - type: 'container', - value: null, - numberOfColumns: 2, - fields: { - 1: [ + "fieldType": 'ContainerRepresentation', + "id": '000000000000000000', + "name": 'Label', + "type": 'container', + "value": null, + "numberOfColumns": 2, + "fields": { + "1": [ { - fieldType: 'FormFieldRepresentation', - id: 'FIELD_TEST', - name: 'FIELD_TEST', - type: 'text', - value: 'RIGHT_FORM_FIELD_VALUE', - visibilityCondition: null, - isVisible: true + "fieldType": 'FormFieldRepresentation', + "id": 'FIELD_TEST', + "name": 'FIELD_TEST', + "type": 'text', + "value": 'RIGHT_FORM_FIELD_VALUE', + "visibilityCondition": null, + "isVisible": true }, { - fieldType: 'FormFieldRepresentation', - id: 'FIELD_WITH_CONDITION', - name: 'FIELD_WITH_CONDITION', - type: 'text', - value: 'field_with_condition_value', - visibilityCondition: null, - isVisible: true + "fieldType": 'FormFieldRepresentation', + "id": 'FIELD_WITH_CONDITION', + "name": 'FIELD_WITH_CONDITION', + "type": 'text', + "value": 'field_with_condition_value', + "visibilityCondition": null, + "isVisible": true }, { - fieldType: 'FormFieldRepresentation', - id: 'LEFT_FORM_FIELD_ID', - name: 'LEFT_FORM_FIELD_NAME', - type: 'text', - value: 'LEFT_FORM_FIELD_VALUE', - visibilityCondition: null, - isVisible: true + "fieldType": 'FormFieldRepresentation', + "id": 'LEFT_FORM_FIELD_ID', + "name": 'LEFT_FORM_FIELD_NAME', + "type": 'text', + "value": 'LEFT_FORM_FIELD_VALUE', + "visibilityCondition": null, + "isVisible": true } ], - 2: [ + "2": [ { - fieldType: 'FormFieldRepresentation', - id: 'RIGHT_FORM_FIELD_ID', - name: 'RIGHT_FORM_FIELD_NAME', - type: 'text', - value: 'RIGHT_FORM_FIELD_VALUE', - visibilityCondition: null, - isVisible: true + "fieldType": 'FormFieldRepresentation', + "id": 'RIGHT_FORM_FIELD_ID', + "name": 'RIGHT_FORM_FIELD_NAME', + "type": 'text', + "value": 'RIGHT_FORM_FIELD_VALUE', + "visibilityCondition": null, + "isVisible": true } ] } } ], - variables: [ + "variables": [ { - id: 'e621e8ff-42a6-499c-8121-33c7c35d8641', - name: 'age', - type: 'integer', - value: 11 + "id": 'e621e8ff-42a6-499c-8121-33c7c35d8641', + "name": 'age', + "type": 'integer', + "value": 11 }, { - id: '4f8aa99e-8526-429c-9d99-809978489d96', - name: 'name', - type: 'string', - value: 'abc' + "id": '4f8aa99e-8526-429c-9d99-809978489d96', + "name": 'name', + "type": 'string', + "value": 'abc' }, { - id: '0207b649-ff07-4f3a-a589-d10afa507b9b', - name: 'dob', - type: 'date', - value: '2019-05-13' + "id": '0207b649-ff07-4f3a-a589-d10afa507b9b', + "name": 'dob', + "type": 'date', + "value": '2019-05-13' } ] }; export const fakeFormCheckBoxVisibilityJson: any = { - referenceId: '33033', - name: 'test_condition_form', - description: '', - tabs: [], - fields: [ + "referenceId": '33033', + "name": 'test_condition_form', + "description": '', + "tabs": [], + "fields": [ { - fieldType: 'ContainerRepresentation', - id: '1623514352532', - name: 'Label', - type: 'container', - value: 'null', - required: 'false', - readOnly: 'false', - overrideId: 'false', - colspan: '1', - placeholder: 'null', - minLength: '0', - maxLength: '0', - minValue: 'null', - maxValue: 'null', - regexPattern: 'null', - optionType: 'null', - hasEmptyValue: 'null', - options: 'null', - restUrl: 'null', - restResponsePath: 'null', - restIdProperty: 'null', - restLabelProperty: 'null', - tab: 'null', - className: 'null', - dateDisplayFormat: 'null', - layout: 'null', - sizeX: '2', - sizeY: '1', - row: '-1', - col: '-1', - visibilityCondition: 'null', - numberOfColumns: '2', - fields: { - 1: [ + "fieldType": 'ContainerRepresentation', + "id": '1623514352532', + "name": 'Label', + "type": 'container', + "value": 'null', + "required": 'false', + "readOnly": 'false', + "overrideId": 'false', + "colspan": '1', + "placeholder": 'null', + "minLength": '0', + "maxLength": '0', + "minValue": 'null', + "maxValue": 'null', + "regexPattern": 'null', + "optionType": 'null', + "hasEmptyValue": 'null', + "options": 'null', + "restUrl": 'null', + "restResponsePath": 'null', + "restIdProperty": 'null', + "restLabelProperty": 'null', + "tab": 'null', + "className": 'null', + "dateDisplayFormat": 'null', + "layout": 'null', + "sizeX": '2', + "sizeY": '1', + "row": '-1', + "col": '-1', + "visibilityCondition": 'null', + "numberOfColumns": '2', + "fields": { + "1": [ { - fieldType: 'FormFieldRepresentation', - id: 'a', - name: 'A', - type: 'boolean', - value: 'null', - required: 'false', - readOnly: 'false', - overrideId: 'false', - colspan: '1', - placeholder: 'null', - minLength: '0', - maxLength: '0', - minValue: 'null', - maxValue: 'null', - regexPattern: 'null', - optionType: 'null', - hasEmptyValue: 'null', - options: 'null', - restUrl: 'null', - restResponsePath: 'null', - restIdProperty: 'null', - restLabelProperty: 'null', - tab: 'null', - className: 'null', - params: { - existingColspan: '1', - maxColspan: '2' + "fieldType": 'FormFieldRepresentation', + "id": 'a', + "name": 'A', + "type": 'boolean', + "value": 'null', + "required": 'false', + "readOnly": 'false', + "overrideId": 'false', + "colspan": '1', + "placeholder": 'null', + "minLength": '0', + "maxLength": '0', + "minValue": 'null', + "maxValue": 'null', + "regexPattern": 'null', + "optionType": 'null', + "hasEmptyValue": 'null', + "options": 'null', + "restUrl": 'null', + "restResponsePath": 'null', + "restIdProperty": 'null', + "restLabelProperty": 'null', + "tab": 'null', + "className": 'null', + "params": { + "existingColspan": '1', + "maxColspan": '2' }, - dateDisplayFormat: 'null', - layout: { - row: '-1', - column: '-1', - colspan: '1' + "dateDisplayFormat": 'null', + "layout": { + "row": '-1', + "column": '-1', + "colspan": '1' }, - sizeX: '1', - sizeY: '1', - row: '-1', - col: '-1', - visibilityCondition: 'null' + "sizeX": '1', + "sizeY": '1', + "row": '-1', + "col": '-1', + "visibilityCondition": 'null' } ], - 2: [ + "2": [ { - fieldType: 'FormFieldRepresentation', - id: 'b', - name: 'B', - type: 'boolean', - value: 'null', - required: 'false', - readOnly: 'false', - overrideId: 'false', - colspan: '1', - placeholder: 'null', - minLength: '0', - maxLength: '0', - minValue: 'null', - maxValue: 'null', - regexPattern: 'null', - optionType: 'null', - hasEmptyValue: 'null', - options: 'null', - restUrl: 'null', - restResponsePath: 'null', - restIdProperty: 'null', - restLabelProperty: 'null', - tab: 'null', - className: 'null', - params: { - existingColspan: '1', - maxColspan: '1' + "fieldType": 'FormFieldRepresentation', + "id": 'b', + "name": 'B', + "type": 'boolean', + "value": 'null', + "required": 'false', + "readOnly": 'false', + "overrideId": 'false', + "colspan": '1', + "placeholder": 'null', + "minLength": '0', + "maxLength": '0', + "minValue": 'null', + "maxValue": 'null', + "regexPattern": 'null', + "optionType": 'null', + "hasEmptyValue": 'null', + "options": 'null', + "restUrl": 'null', + "restResponsePath": 'null', + "restIdProperty": 'null', + "restLabelProperty": 'null', + "tab": 'null', + "className": 'null', + "params": { + "existingColspan": '1', + "maxColspan": '1' }, - dateDisplayFormat: 'null', - layout: { - row: '-1', - column: '-1', - colspan: '1' + "dateDisplayFormat": 'null', + "layout": { + "row": '-1', + "column": '-1', + "colspan": '1' }, - sizeX: '1', - sizeY: '1', - row: '-1', - col: '-1', - visibilityCondition: 'null' + "sizeX": '1', + "sizeY": '1', + "row": '-1', + "col": '-1', + "visibilityCondition": 'null' } ] } }, { - fieldType: 'ContainerRepresentation', - id: '1623514356352', - name: 'Label', - type: 'container', - value: 'null', - required: 'false', - readOnly: 'false', - overrideId: 'false', - colspan: '1', - placeholder: 'null', - minLength: '0', - maxLength: '0', - minValue: 'null', - maxValue: 'null', - regexPattern: 'null', - optionType: 'null', - hasEmptyValue: 'null', - options: 'null', - restUrl: 'null', - restResponsePath: 'null', - restIdProperty: 'null', - restLabelProperty: 'null', - tab: 'null', - className: 'null', - dateDisplayFormat: 'null', - layout: 'null', - sizeX: '2', - sizeY: '1', - row: '-1', - col: '-1', - visibilityCondition: 'null', - numberOfColumns: '2', - fields: { - 1: [ + "fieldType": 'ContainerRepresentation', + "id": '1623514356352', + "name": 'Label', + "type": 'container', + "value": 'null', + "required": 'false', + "readOnly": 'false', + "overrideId": 'false', + "colspan": '1', + "placeholder": 'null', + "minLength": '0', + "maxLength": '0', + "minValue": 'null', + "maxValue": 'null', + "regexPattern": 'null', + "optionType": 'null', + "hasEmptyValue": 'null', + "options": 'null', + "restUrl": 'null', + "restResponsePath": 'null', + "restIdProperty": 'null', + "restLabelProperty": 'null', + "tab": 'null', + "className": 'null', + "dateDisplayFormat": 'null', + "layout": 'null', + "sizeX": '2', + "sizeY": '1', + "row": '-1', + "col": '-1', + "visibilityCondition": 'null', + "numberOfColumns": '2', + "fields": { + "1": [ { - fieldType: 'FormFieldRepresentation', - id: 'c', - name: 'C', - type: 'boolean', - value: 'null', - required: 'false', - readOnly: 'false', - overrideId: 'false', - colspan: '1', - placeholder: 'null', - minLength: '0', - maxLength: '0', - minValue: 'null', - maxValue: 'null', - regexPattern: 'null', - optionType: 'null', - hasEmptyValue: 'null', - options: 'null', - restUrl: 'null', - restResponsePath: 'null', - restIdProperty: 'null', - restLabelProperty: 'null', - tab: 'null', - className: 'null', - params: { - existingColspan: '1', - maxColspan: '2' + "fieldType": 'FormFieldRepresentation', + "id": 'c', + "name": 'C', + "type": 'boolean', + "value": 'null', + "required": 'false', + "readOnly": 'false', + "overrideId": 'false', + "colspan": '1', + "placeholder": 'null', + "minLength": '0', + "maxLength": '0', + "minValue": 'null', + "maxValue": 'null', + "regexPattern": 'null', + "optionType": 'null', + "hasEmptyValue": 'null', + "options": 'null', + "restUrl": 'null', + "restResponsePath": 'null', + "restIdProperty": 'null', + "restLabelProperty": 'null', + "tab": 'null', + "className": 'null', + "params": { + "existingColspan": '1', + "maxColspan": '2' }, - dateDisplayFormat: 'null', - layout: { - row: '-1', - column: '-1', - colspan: '1' + "dateDisplayFormat": 'null', + "layout": { + "row": '-1', + "column": '-1', + "colspan": '1' }, - sizeX: '1', - sizeY: '1', - row: '-1', - col: '-1', - visibilityCondition: 'null' + "sizeX": '1', + "sizeY": '1', + "row": '-1', + "col": '-1', + "visibilityCondition": 'null' }], - 2: [ + "2": [ { - fieldType: 'FormFieldRepresentation', - id: 'd', - name: 'D', - type: 'boolean', - value: 'null', - required: 'false', - readOnly: 'false', - overrideId: 'false', - colspan: '1', - placeholder: 'null', - minLength: '0', - maxLength: '0', - minValue: 'null', - maxValue: 'null', - regexPattern: 'null', - optionType: 'null', - hasEmptyValue: 'null', - options: 'null', - restUrl: 'null', - restResponsePath: 'null', - restIdProperty: 'null', - restLabelProperty: 'null', - tab: 'null', - className: 'null', - params: { - existingColspan: '1', - maxColspan: '1' + "fieldType": 'FormFieldRepresentation', + "id": 'd', + "name": 'D', + "type": 'boolean', + "value": 'null', + "required": 'false', + "readOnly": 'false', + "overrideId": 'false', + "colspan": '1', + "placeholder": 'null', + "minLength": '0', + "maxLength": '0', + "minValue": 'null', + "maxValue": 'null', + "regexPattern": 'null', + "optionType": 'null', + "hasEmptyValue": 'null', + "options": 'null', + "restUrl": 'null', + "restResponsePath": 'null', + "restIdProperty": 'null', + "restLabelProperty": 'null', + "tab": 'null', + "className": 'null', + "params": { + "existingColspan": '1', + "maxColspan": '1' }, - dateDisplayFormat: 'null', - layout: { - row: '-1', - column: '-1', - colspan: '1' + "dateDisplayFormat": 'null', + "layout": { + "row": '-1', + "column": '-1', + "colspan": '1' }, - sizeX: '1', - sizeY: '1', - row: '-1', - col: '-1', - visibilityCondition: 'null' + "sizeX": '1', + "sizeY": '1', + "row": '-1', + "col": '-1', + "visibilityCondition": 'null' } ] } }, { - fieldType: 'ContainerRepresentation', - id: '1623514409166', - name: 'Label', - type: 'container', - value: 'null', - required: 'false', - readOnly: 'false', - overrideId: 'false', - colspan: '1', - placeholder: 'null', - minLength: '0', - maxLength: '0', - minValue: 'null', - maxValue: 'null', - regexPattern: 'null', - optionType: 'null', - hasEmptyValue: 'null', - options: 'null', - restUrl: 'null', - restResponsePath: 'null', - restIdProperty: 'null', - restLabelProperty: 'null', - tab: 'null', - className: 'null', - dateDisplayFormat: 'null', - layout: 'null', - sizeX: '2', - sizeY: '1', - row: '-1', - col: '-1', - visibilityCondition: 'null', - numberOfColumns: '2', - fields: { - 1: [ + "fieldType": 'ContainerRepresentation', + "id": '1623514409166', + "name": 'Label', + "type": 'container', + "value": 'null', + "required": 'false', + "readOnly": 'false', + "overrideId": 'false', + "colspan": '1', + "placeholder": 'null', + "minLength": '0', + "maxLength": '0', + "minValue": 'null', + "maxValue": 'null', + "regexPattern": 'null', + "optionType": 'null', + "hasEmptyValue": 'null', + "options": 'null', + "restUrl": 'null', + "restResponsePath": 'null', + "restIdProperty": 'null', + "restLabelProperty": 'null', + "tab": 'null', + "className": 'null', + "dateDisplayFormat": 'null', + "layout": 'null', + "sizeX": '2', + "sizeY": '1', + "row": '-1', + "col": '-1', + "visibilityCondition": 'null', + "numberOfColumns": '2', + "fields": { + "1": [ { - fieldType: 'FormFieldRepresentation', - id: 'a_b_c_d', - name: 'Textfield ( A && B || C && D)', - type: 'text', - value: 'null', - required: 'false', - readOnly: 'false', - overrideId: 'true', - colspan: '1', - placeholder: 'null', - minLength: '0', - maxLength: '0', - minValue: 'null', - maxValue: 'null', - regexPattern: 'null', - optionType: 'null', - hasEmptyValue: 'null', - options: 'null', - restUrl: 'null', - restResponsePath: 'null', - restIdProperty: 'null', - restLabelProperty: 'null', - tab: 'null', - className: 'null', - params: { - existingColspan: '1', - maxColspan: '2' + "fieldType": 'FormFieldRepresentation', + "id": 'a_b_c_d', + "name": 'Textfield ( A && B || C && D)', + "type": 'text', + "value": 'null', + "required": 'false', + "readOnly": 'false', + "overrideId": 'true', + "colspan": '1', + "placeholder": 'null', + "minLength": '0', + "maxLength": '0', + "minValue": 'null', + "maxValue": 'null', + "regexPattern": 'null', + "optionType": 'null', + "hasEmptyValue": 'null', + "options": 'null', + "restUrl": 'null', + "restResponsePath": 'null', + "restIdProperty": 'null', + "restLabelProperty": 'null', + "tab": 'null', + "className": 'null', + "params": { + "existingColspan": '1', + "maxColspan": '2' }, - dateDisplayFormat: 'null', - layout: { - row: '-1', - column: '-1', - colspan: '1' + "dateDisplayFormat": 'null', + "layout": { + "row": '-1', + "column": '-1', + "colspan": '1' }, - sizeX: '1', - sizeY: '1', - row: '-1', - col: '-1', - visibilityCondition: { - leftFormFieldId: 'a', - leftRestResponseId: 'null', - operator: '==', - rightValue: 'true', - rightType: 'null', - rightFormFieldId: '', - rightRestResponseId: '', - nextConditionOperator: 'and', - nextCondition: { - leftFormFieldId: 'b', - leftRestResponseId: 'null', - operator: '==', - rightValue: 'true', - rightType: 'null', - rightFormFieldId: '', - rightRestResponseId: '', - nextConditionOperator: 'or', - nextCondition: { - leftFormFieldId: 'c', - leftRestResponseId: 'null', - operator: '==', - rightValue: 'true', - rightType: 'null', - rightFormFieldId: '', - rightRestResponseId: '', - nextConditionOperator: 'and', - nextCondition: { - leftFormFieldId: 'd', - leftRestResponseId: 'null', - operator: '==', - rightValue: 'true', - rightType: 'null', - rightFormFieldId: '', - rightRestResponseId: '', - nextConditionOperator: '', - nextCondition: 'null' + "sizeX": '1', + "sizeY": '1', + "row": '-1', + "col": '-1', + "visibilityCondition": { + "leftFormFieldId": 'a', + "leftRestResponseId": 'null', + "operator": '==', + "rightValue": 'true', + "rightType": 'null', + "rightFormFieldId": '', + "rightRestResponseId": '', + "nextConditionOperator": 'and', + "nextCondition": { + "leftFormFieldId": 'b', + "leftRestResponseId": 'null', + "operator": '==', + "rightValue": 'true', + "rightType": 'null', + "rightFormFieldId": '', + "rightRestResponseId": '', + "nextConditionOperator": 'or', + "nextCondition": { + "leftFormFieldId": 'c', + "leftRestResponseId": 'null', + "operator": '==', + "rightValue": 'true', + "rightType": 'null', + "rightFormFieldId": '', + "rightRestResponseId": '', + "nextConditionOperator": 'and', + "nextCondition": { + "leftFormFieldId": 'd', + "leftRestResponseId": 'null', + "operator": '==', + "rightValue": 'true', + "rightType": 'null', + "rightFormFieldId": '', + "rightRestResponseId": '', + "nextConditionOperator": '', + "nextCondition": 'null' } } } } } ], - 2: [] + "2": [] } } ], - outcomes: [], - javascriptEvents: [], - className: '', - style: '', - customFieldTemplates: {}, - metadata: {}, - variables: [], - customFieldsValueInfo: {}, - gridsterForm: 'false' + "outcomes": [], + "javascriptEvents": [], + "className": '', + "style": '', + "customFieldTemplates": {}, + "metadata": {}, + "variables": [], + "customFieldsValueInfo": {}, + "gridsterForm": 'false' }; export const fakeFormChainedVisibilityJson: any = { - id: '8800', - name: 'FORM_VISIBILITYl_CHAIN', - processDefinitionId: 'PROCESS_TEST: 9: 9999', - processDefinitionName: 'PROCESS_TEST', - processDefinitionKey: 'PROCESS_TEST', - taskId: '999', - taskName: 'TEST', - fields: [ + "id": '8800', + "name": 'FORM_VISIBILITYl_CHAIN', + "processDefinitionId": 'PROCESS_TEST: 9: 9999', + "processDefinitionName": 'PROCESS_TEST', + "processDefinitionKey": 'PROCESS_TEST', + "taskId": '999', + "taskName": 'TEST', + "fields": [ { - fieldType: 'ContainerRepresentation', - id: '1615506402205', - name: 'Label', - type: 'container', - value: null, - required: false, - readOnly: false, - overrideId: false, - colspan: 1, - placeholder: null, - minLength: 0, - maxLength: 0, - minValue: null, - maxValue: null, - regexPattern: null, - optionType: null, - hasEmptyValue: null, - options: null, - restUrl: null, - restResponsePath: null, - restIdProperty: null, - restLabelProperty: null, - tab: null, - className: null, - dateDisplayFormat: null, - layout: null, - sizeX: 2, - sizeY: 1, - row: -1, - col: -1, - visibilityCondition: null, - numberOfColumns: 2, - fields: { - 1: [ + "fieldType": 'ContainerRepresentation', + "id": '1615506402205', + "name": 'Label', + "type": 'container', + "value": null, + "required": false, + "readOnly": false, + "overrideId": false, + "colspan": 1, + "placeholder": null, + "minLength": 0, + "maxLength": 0, + "minValue": null, + "maxValue": null, + "regexPattern": null, + "optionType": null, + "hasEmptyValue": null, + "options": null, + "restUrl": null, + "restResponsePath": null, + "restIdProperty": null, + "restLabelProperty": null, + "tab": null, + "className": null, + "dateDisplayFormat": null, + "layout": null, + "sizeX": 2, + "sizeY": 1, + "row": -1, + "col": -1, + "visibilityCondition": null, + "numberOfColumns": 2, + "fields": { + "1": [ { - fieldType: 'FormFieldRepresentation', - id: 'installments', - name: 'Installments', - type: 'integer', - value: null, - required: true, - readOnly: false, - overrideId: false, - colspan: 1, - placeholder: null, - minLength: 0, - maxLength: 0, - minValue: null, - maxValue: null, - regexPattern: null, - optionType: null, - hasEmptyValue: null, - options: null, - restUrl: null, - restResponsePath: null, - restIdProperty: null, - restLabelProperty: null, - tab: null, - className: null, - params: { - existingColspan: 1, - maxColspan: 2 + "fieldType": 'FormFieldRepresentation', + "id": 'installments', + "name": 'Installments', + "type": 'integer', + "value": null, + "required": true, + "readOnly": false, + "overrideId": false, + "colspan": 1, + "placeholder": null, + "minLength": 0, + "maxLength": 0, + "minValue": null, + "maxValue": null, + "regexPattern": null, + "optionType": null, + "hasEmptyValue": null, + "options": null, + "restUrl": null, + "restResponsePath": null, + "restIdProperty": null, + "restLabelProperty": null, + "tab": null, + "className": null, + "params": { + "existingColspan": 1, + "maxColspan": 2 }, - dateDisplayFormat: null, - layout: { - row: -1, - column: -1, - colspan: 1 + "dateDisplayFormat": null, + "layout": { + "row": -1, + "column": -1, + "colspan": 1 }, - sizeX: 1, - sizeY: 1, - row: -1, - col: -1, - visibilityCondition: null + "sizeX": 1, + "sizeY": 1, + "row": -1, + "col": -1, + "visibilityCondition": null } ], - 2: [ + "2": [ { - fieldType: 'RestFieldRepresentation', - id: 'schedule', - name: 'Schedule', - type: 'dropdown', - value: 'Choose one...', - required: false, - readOnly: false, - overrideId: false, - colspan: 1, - placeholder: null, - minLength: 0, - maxLength: 0, - minValue: null, - maxValue: null, - regexPattern: null, - optionType: null, - hasEmptyValue: true, - options: [ + "fieldType": 'RestFieldRepresentation', + "id": 'schedule', + "name": 'Schedule', + "type": 'dropdown', + "value": 'Choose one...', + "required": false, + "readOnly": false, + "overrideId": false, + "colspan": 1, + "placeholder": null, + "minLength": 0, + "maxLength": 0, + "minValue": null, + "maxValue": null, + "regexPattern": null, + "optionType": null, + "hasEmptyValue": true, + "options": [ { - id: 'empty', - name: 'Choose one...' + "id": 'empty', + "name": 'Choose one...' }, { - id: 'ANNUAL', - name: 'Annual' + "id": 'ANNUAL', + "name": 'Annual' }, { - id: 'QUARTERLY', - name: 'Quarterly' + "id": 'QUARTERLY', + "name": 'Quarterly' }, { - id: 'MONTHLY', - name: 'Monthly' + "id": 'MONTHLY', + "name": 'Monthly' } ], - restUrl: null, - restResponsePath: null, - restIdProperty: null, - restLabelProperty: null, - tab: null, - className: null, - params: { - existingColspan: 1, - maxColspan: 1 + "restUrl": null, + "restResponsePath": null, + "restIdProperty": null, + "restLabelProperty": null, + "tab": null, + "className": null, + "params": { + "existingColspan": 1, + "maxColspan": 1 }, - dateDisplayFormat: null, - layout: { - row: -1, - column: -1, - colspan: 1 + "dateDisplayFormat": null, + "layout": { + "row": -1, + "column": -1, + "colspan": 1 }, - sizeX: 1, - sizeY: 1, - row: -1, - col: -1, - visibilityCondition: null, - endpoint: null, - requestHeaders: null + "sizeX": 1, + "sizeY": 1, + "row": -1, + "col": -1, + "visibilityCondition": null, + "endpoint": null, + "requestHeaders": null } ] } }, { - fieldType: 'ContainerRepresentation', - id: 1615506384790, - name: 'Label', - type: 'container', - value: null, - required: false, - readOnly: false, - overrideId: false, - colspan: 1, - placeholder: null, - minLength: 0, - maxLength: 0, - minValue: null, - maxValue: null, - regexPattern: null, - optionType: null, - hasEmptyValue: null, - options: null, - restUrl: null, - restResponsePath: null, - restIdProperty: null, - restLabelProperty: null, - tab: null, - className: null, - dateDisplayFormat: null, - layout: null, - sizeX: 2, - sizeY: 1, - row: -1, - col: -1, - visibilityCondition: null, - numberOfColumns: 2, - fields: { - 1: [ + "fieldType": 'ContainerRepresentation', + "id": 1615506384790, + "name": 'Label', + "type": 'container', + "value": null, + "required": false, + "readOnly": false, + "overrideId": false, + "colspan": 1, + "placeholder": null, + "minLength": 0, + "maxLength": 0, + "minValue": null, + "maxValue": null, + "regexPattern": null, + "optionType": null, + "hasEmptyValue": null, + "options": null, + "restUrl": null, + "restResponsePath": null, + "restIdProperty": null, + "restLabelProperty": null, + "tab": null, + "className": null, + "dateDisplayFormat": null, + "layout": null, + "sizeX": 2, + "sizeY": 1, + "row": -1, + "col": -1, + "visibilityCondition": null, + "numberOfColumns": 2, + "fields": { + "1": [ { - fieldType: 'FormFieldRepresentation', - id: 'showtext', - name: 'Show text', - type: 'readonly-text', - value: 'This test is shown when the visibility logic is displayed.\nThis should only show under the following conditions:\nAnnual and installment > 5\nQuarterly and installment > 20\nMonthly and installment > 60', - required: false, - readOnly: false, - overrideId: false, - colspan: 1, - placeholder: null, - minLength: 0, - maxLength: 0, - minValue: null, - maxValue: null, - regexPattern: null, - optionType: null, - hasEmptyValue: null, - options: null, - restUrl: null, - restResponsePath: null, - restIdProperty: null, - restLabelProperty: null, - tab: null, - className: null, - params: { - existingColspan: 1, - maxColspan: 2 + "fieldType": 'FormFieldRepresentation', + "id": 'showtext', + "name": 'Show text', + "type": 'readonly-text', + "value": 'This test is shown when the visibility logic is displayed.\nThis should only show under the following conditions:\nAnnual and installment > 5\nQuarterly and installment > 20\nMonthly and installment > 60', + "required": false, + "readOnly": false, + "overrideId": false, + "colspan": 1, + "placeholder": null, + "minLength": 0, + "maxLength": 0, + "minValue": null, + "maxValue": null, + "regexPattern": null, + "optionType": null, + "hasEmptyValue": null, + "options": null, + "restUrl": null, + "restResponsePath": null, + "restIdProperty": null, + "restLabelProperty": null, + "tab": null, + "className": null, + "params": { + "existingColspan": 1, + "maxColspan": 2 }, - dateDisplayFormat: null, - layout: { - row: -1, - column: -1, - colspan: 1 + "dateDisplayFormat": null, + "layout": { + "row": -1, + "column": -1, + "colspan": 1 }, - sizeX: 1, - sizeY: 1, - row: -1, - col: -1, - visibilityCondition: { - leftFormFieldId: 'schedule', - leftRestResponseId: null, - operator: '==', - rightValue: 'ANNUAL', - rightType: null, - rightFormFieldId: '', - rightRestResponseId: '', - nextConditionOperator: 'and', - nextCondition: { - leftFormFieldId: 'installments', - leftRestResponseId: null, - operator: '>', - rightValue: 5, - rightType: null, - rightFormFieldId: '', - rightRestResponseId: '', - nextConditionOperator: 'or', - nextCondition: { - leftFormFieldId: 'schedule', - leftRestResponseId: null, - operator: '==', - rightValue: 'QUARTERLY', - rightType: null, - rightFormFieldId: '', - rightRestResponseId: '', - nextConditionOperator: 'and', - nextCondition: { - leftFormFieldId: 'installments', - leftRestResponseId: null, - operator: '>', - rightValue: 20, - rightType: null, - rightFormFieldId: '', - rightRestResponseId: '', - nextConditionOperator: 'or', - nextCondition: { - leftFormFieldId: 'schedule', - leftRestResponseId: null, - operator: '==', - rightValue: 'MONTHLY', - rightType: null, - rightFormFieldId: '', - rightRestResponseId: '', - nextConditionOperator: 'and', - nextCondition: { - leftFormFieldId: 'installments', - leftRestResponseId: null, - operator: '>', - rightValue: 60, - rightType: null, - rightFormFieldId: '', - rightRestResponseId: '', - nextConditionOperator: '', - nextCondition: null + "sizeX": 1, + "sizeY": 1, + "row": -1, + "col": -1, + "visibilityCondition": { + "leftFormFieldId": 'schedule', + "leftRestResponseId": null, + "operator": '==', + "rightValue": 'ANNUAL', + "rightType": null, + "rightFormFieldId": '', + "rightRestResponseId": '', + "nextConditionOperator": 'and', + "nextCondition": { + "leftFormFieldId": 'installments', + "leftRestResponseId": null, + "operator": '>', + "rightValue": 5, + "rightType": null, + "rightFormFieldId": '', + "rightRestResponseId": '', + "nextConditionOperator": 'or', + "nextCondition": { + "leftFormFieldId": 'schedule', + "leftRestResponseId": null, + "operator": '==', + "rightValue": 'QUARTERLY', + "rightType": null, + "rightFormFieldId": '', + "rightRestResponseId": '', + "nextConditionOperator": 'and', + "nextCondition": { + "leftFormFieldId": 'installments', + "leftRestResponseId": null, + "operator": '>', + "rightValue": 20, + "rightType": null, + "rightFormFieldId": '', + "rightRestResponseId": '', + "nextConditionOperator": 'or', + "nextCondition": { + "leftFormFieldId": 'schedule', + "leftRestResponseId": null, + "operator": '==', + "rightValue": 'MONTHLY', + "rightType": null, + "rightFormFieldId": '', + "rightRestResponseId": '', + "nextConditionOperator": 'and', + "nextCondition": { + "leftFormFieldId": 'installments', + "leftRestResponseId": null, + "operator": '>', + "rightValue": 60, + "rightType": null, + "rightFormFieldId": '', + "rightRestResponseId": '', + "nextConditionOperator": '', + "nextCondition": null } } } @@ -784,387 +784,387 @@ export const fakeFormChainedVisibilityJson: any = { } } ], - 2: [] + "2": [] } } ], - variables: [ + "variables": [ { - id: 'e621e8ff-42a6-499c-8121-33c7c35d8641', - name: 'age', - type: 'integer', - value: 11 + "id": 'e621e8ff-42a6-499c-8121-33c7c35d8641', + "name": 'age', + "type": 'integer', + "value": 11 }, { - id: '4f8aa99e-8526-429c-9d99-809978489d96', - name: 'name', - type: 'string', - value: 'abc' + "id": '4f8aa99e-8526-429c-9d99-809978489d96', + "name": 'name', + "type": 'string', + "value": 'abc' }, { - id: '0207b649-ff07-4f3a-a589-d10afa507b9b', - name: 'dob', - type: 'date', - value: '2019-05-13' + "id": '0207b649-ff07-4f3a-a589-d10afa507b9b', + "name": 'dob', + "type": 'date', + "value": '2019-05-13' } ] }; export const complexVisibilityJsonVisible: any = { - id: 47591, - name: 'Test-visibility', - description: '', - version: 4, - lastUpdatedBy: 13, - lastUpdatedByFullName: 'romano romano', - lastUpdated: '2019-06-11T11: 04: 36.870+0000', - stencilSetId: 0, - referenceId: null, - formDefinition: { - tabs: [], - fields: [{ - fieldType: 'ContainerRepresentation', - id: '1560246123312', - name: 'Label', - type: 'container', - value: null, - required: false, - readOnly: false, - overrideId: false, - colspan: 1, - placeholder: null, - minLength: 0, - maxLength: 0, - minValue: null, - maxValue: null, - regexPattern: null, - optionType: null, - hasEmptyValue: null, - options: null, - restUrl: null, - restResponsePath: null, - restIdProperty: null, - restLabelProperty: null, - tab: null, - className: null, - dateDisplayFormat: null, - layout: null, - sizeX: 2, - sizeY: 1, - row: -1, - col: -1, - visibilityCondition: null, - numberOfColumns: 2, - fields: { - 1: [{ - fieldType: 'FormFieldRepresentation', - id: 'label', - name: 'Label', - type: 'text', - value: null, - required: false, - readOnly: false, - overrideId: false, - colspan: 1, - placeholder: null, - minLength: 0, - maxLength: 0, - minValue: null, - maxValue: null, - regexPattern: null, - optionType: null, - hasEmptyValue: null, - options: null, - restUrl: null, - restResponsePath: null, - restIdProperty: null, - restLabelProperty: null, - tab: null, - className: null, - params: { existingColspan: 1, maxColspan: 2 }, - dateDisplayFormat: null, - layout: { row: -1, column: -1, colspan: 1 }, - sizeX: 1, - sizeY: 1, - row: -1, - col: -1, - visibilityCondition: null + "id": 47591, + "name": 'Test-visibility', + "description": '', + "version": 4, + "lastUpdatedBy": 13, + "lastUpdatedByFullName": 'romano romano', + "lastUpdated": '2019-06-11T11: 04: 36.870+0000', + "stencilSetId": 0, + "referenceId": null, + "formDefinition": { + "tabs": [], + "fields": [{ + "fieldType": 'ContainerRepresentation', + "id": '1560246123312', + "name": 'Label', + "type": 'container', + "value": null, + "required": false, + "readOnly": false, + "overrideId": false, + "colspan": 1, + "placeholder": null, + "minLength": 0, + "maxLength": 0, + "minValue": null, + "maxValue": null, + "regexPattern": null, + "optionType": null, + "hasEmptyValue": null, + "options": null, + "restUrl": null, + "restResponsePath": null, + "restIdProperty": null, + "restLabelProperty": null, + "tab": null, + "className": null, + "dateDisplayFormat": null, + "layout": null, + "sizeX": 2, + "sizeY": 1, + "row": -1, + "col": -1, + "visibilityCondition": null, + "numberOfColumns": 2, + "fields": { + "1": [{ + "fieldType": 'FormFieldRepresentation', + "id": 'label', + "name": 'Label', + "type": 'text', + "value": null, + "required": false, + "readOnly": false, + "overrideId": false, + "colspan": 1, + "placeholder": null, + "minLength": 0, + "maxLength": 0, + "minValue": null, + "maxValue": null, + "regexPattern": null, + "optionType": null, + "hasEmptyValue": null, + "options": null, + "restUrl": null, + "restResponsePath": null, + "restIdProperty": null, + "restLabelProperty": null, + "tab": null, + "className": null, + "params": { "existingColspan": 1, "maxColspan": 2 }, + "dateDisplayFormat": null, + "layout": { "row": -1, "column": -1, "colspan": 1 }, + "sizeX": 1, + "sizeY": 1, + "row": -1, + "col": -1, + "visibilityCondition": null }], - 2: [{ - fieldType: 'FormFieldRepresentation', - id: 'label1', - name: 'Label1', - type: 'text', - value: null, - required: false, - readOnly: false, - overrideId: false, - colspan: 1, - placeholder: null, - minLength: 0, - maxLength: 0, - minValue: null, - maxValue: null, - regexPattern: null, - optionType: null, - hasEmptyValue: null, - options: null, - restUrl: null, - restResponsePath: null, - restIdProperty: null, - restLabelProperty: null, - tab: null, - className: null, - params: { existingColspan: 1, maxColspan: 1 }, - dateDisplayFormat: null, - layout: { row: -1, column: -1, colspan: 1 }, - sizeX: 1, - sizeY: 1, - row: -1, - col: -1, - visibilityCondition: null + "2": [{ + "fieldType": 'FormFieldRepresentation', + "id": 'label1', + "name": 'Label1', + "type": 'text', + "value": null, + "required": false, + "readOnly": false, + "overrideId": false, + "colspan": 1, + "placeholder": null, + "minLength": 0, + "maxLength": 0, + "minValue": null, + "maxValue": null, + "regexPattern": null, + "optionType": null, + "hasEmptyValue": null, + "options": null, + "restUrl": null, + "restResponsePath": null, + "restIdProperty": null, + "restLabelProperty": null, + "tab": null, + "className": null, + "params": { "existingColspan": 1, "maxColspan": 1 }, + "dateDisplayFormat": null, + "layout": { "row": -1, "column": -1, "colspan": 1 }, + "sizeX": 1, + "sizeY": 1, + "row": -1, + "col": -1, + "visibilityCondition": null }] } }, { - fieldType: 'ContainerRepresentation', - id: '1560246128696', - name: 'Label', - type: 'container', - value: null, - required: false, - readOnly: false, - overrideId: false, - colspan: 1, - placeholder: null, - minLength: 0, - maxLength: 0, - minValue: null, - maxValue: null, - regexPattern: null, - optionType: null, - hasEmptyValue: null, - options: null, - restUrl: null, - restResponsePath: null, - restIdProperty: null, - restLabelProperty: null, - tab: null, - className: null, - dateDisplayFormat: null, - layout: null, - sizeX: 2, - sizeY: 1, - row: -1, - col: -1, - visibilityCondition: null, - numberOfColumns: 2, - fields: { - 1: [{ - fieldType: 'FormFieldRepresentation', - id: 'label4', - name: 'Label4', - type: 'text', - value: null, - required: false, - readOnly: false, - overrideId: false, - colspan: 1, - placeholder: null, - minLength: 0, - maxLength: 0, - minValue: null, - maxValue: null, - regexPattern: null, - optionType: null, - hasEmptyValue: null, - options: null, - restUrl: null, - restResponsePath: null, - restIdProperty: null, - restLabelProperty: null, - tab: null, - className: null, - params: { existingColspan: 1, maxColspan: 2 }, - dateDisplayFormat: null, - layout: { row: -1, column: -1, colspan: 1 }, - sizeX: 1, - sizeY: 1, - row: -1, - col: -1, - visibilityCondition: null + "fieldType": 'ContainerRepresentation', + "id": '1560246128696', + "name": 'Label', + "type": 'container', + "value": null, + "required": false, + "readOnly": false, + "overrideId": false, + "colspan": 1, + "placeholder": null, + "minLength": 0, + "maxLength": 0, + "minValue": null, + "maxValue": null, + "regexPattern": null, + "optionType": null, + "hasEmptyValue": null, + "options": null, + "restUrl": null, + "restResponsePath": null, + "restIdProperty": null, + "restLabelProperty": null, + "tab": null, + "className": null, + "dateDisplayFormat": null, + "layout": null, + "sizeX": 2, + "sizeY": 1, + "row": -1, + "col": -1, + "visibilityCondition": null, + "numberOfColumns": 2, + "fields": { + "1": [{ + "fieldType": 'FormFieldRepresentation', + "id": 'label4', + "name": 'Label4', + "type": 'text', + "value": null, + "required": false, + "readOnly": false, + "overrideId": false, + "colspan": 1, + "placeholder": null, + "minLength": 0, + "maxLength": 0, + "minValue": null, + "maxValue": null, + "regexPattern": null, + "optionType": null, + "hasEmptyValue": null, + "options": null, + "restUrl": null, + "restResponsePath": null, + "restIdProperty": null, + "restLabelProperty": null, + "tab": null, + "className": null, + "params": { "existingColspan": 1, "maxColspan": 2 }, + "dateDisplayFormat": null, + "layout": { "row": -1, "column": -1, "colspan": 1 }, + "sizeX": 1, + "sizeY": 1, + "row": -1, + "col": -1, + "visibilityCondition": null }], - 2: [{ - fieldType: 'FormFieldRepresentation', - id: 'label3', - name: 'Label3', - type: 'text', - value: '', - required: false, - readOnly: false, - overrideId: false, - colspan: 1, - placeholder: null, - minLength: 0, - maxLength: 0, - minValue: null, - maxValue: null, - regexPattern: null, - optionType: null, - hasEmptyValue: null, - options: null, - restUrl: null, - restResponsePath: null, - restIdProperty: null, - restLabelProperty: null, - tab: null, - className: null, - params: { existingColspan: 1, maxColspan: 1 }, - dateDisplayFormat: null, - layout: { row: -1, column: -1, colspan: 1 }, - sizeX: 1, - sizeY: 1, - row: -1, - col: -1, - visibilityCondition: null + "2": [{ + "fieldType": 'FormFieldRepresentation', + "id": 'label3', + "name": 'Label3', + "type": 'text', + "value": '', + "required": false, + "readOnly": false, + "overrideId": false, + "colspan": 1, + "placeholder": null, + "minLength": 0, + "maxLength": 0, + "minValue": null, + "maxValue": null, + "regexPattern": null, + "optionType": null, + "hasEmptyValue": null, + "options": null, + "restUrl": null, + "restResponsePath": null, + "restIdProperty": null, + "restLabelProperty": null, + "tab": null, + "className": null, + "params": { "existingColspan": 1, "maxColspan": 1 }, + "dateDisplayFormat": null, + "layout": { "row": -1, "column": -1, "colspan": 1 }, + "sizeX": 1, + "sizeY": 1, + "row": -1, + "col": -1, + "visibilityCondition": null }] } }, { - fieldType: 'ContainerRepresentation', - id: '1560246126964', - name: 'Label', - type: 'container', - value: null, - required: false, - readOnly: false, - overrideId: false, - colspan: 1, - placeholder: null, - minLength: 0, - maxLength: 0, - minValue: null, - maxValue: null, - regexPattern: null, - optionType: null, - hasEmptyValue: null, - options: null, - restUrl: null, - restResponsePath: null, - restIdProperty: null, - restLabelProperty: null, - tab: null, - className: null, - dateDisplayFormat: null, - layout: null, - sizeX: 2, - sizeY: 1, - row: -1, - col: -1, - visibilityCondition: null, - numberOfColumns: 2, - fields: { - 1: [{ - fieldType: 'FormFieldRepresentation', - id: 'label2', - name: 'Label2', - type: 'text', - value: null, - required: false, - readOnly: false, - overrideId: false, - colspan: 1, - placeholder: null, - minLength: 0, - maxLength: 0, - minValue: null, - maxValue: null, - regexPattern: null, - optionType: null, - hasEmptyValue: null, - options: null, - restUrl: null, - restResponsePath: null, - restIdProperty: null, - restLabelProperty: null, - tab: null, - className: null, - params: { existingColspan: 1, maxColspan: 2 }, - dateDisplayFormat: null, - layout: { row: -1, column: -1, colspan: 1 }, - sizeX: 1, - sizeY: 1, - row: -1, - col: -1, - visibilityCondition: null + "fieldType": 'ContainerRepresentation', + "id": '1560246126964', + "name": 'Label', + "type": 'container', + "value": null, + "required": false, + "readOnly": false, + "overrideId": false, + "colspan": 1, + "placeholder": null, + "minLength": 0, + "maxLength": 0, + "minValue": null, + "maxValue": null, + "regexPattern": null, + "optionType": null, + "hasEmptyValue": null, + "options": null, + "restUrl": null, + "restResponsePath": null, + "restIdProperty": null, + "restLabelProperty": null, + "tab": null, + "className": null, + "dateDisplayFormat": null, + "layout": null, + "sizeX": 2, + "sizeY": 1, + "row": -1, + "col": -1, + "visibilityCondition": null, + "numberOfColumns": 2, + "fields": { + "1": [{ + "fieldType": 'FormFieldRepresentation', + "id": 'label2', + "name": 'Label2', + "type": 'text', + "value": null, + "required": false, + "readOnly": false, + "overrideId": false, + "colspan": 1, + "placeholder": null, + "minLength": 0, + "maxLength": 0, + "minValue": null, + "maxValue": null, + "regexPattern": null, + "optionType": null, + "hasEmptyValue": null, + "options": null, + "restUrl": null, + "restResponsePath": null, + "restIdProperty": null, + "restLabelProperty": null, + "tab": null, + "className": null, + "params": { "existingColspan": 1, "maxColspan": 2 }, + "dateDisplayFormat": null, + "layout": { "row": -1, "column": -1, "colspan": 1 }, + "sizeX": 1, + "sizeY": 1, + "row": -1, + "col": -1, + "visibilityCondition": null }], - 2: [{ - fieldType: 'FormFieldRepresentation', - id: 'label5', - name: 'Label5', - type: 'boolean', - value: null, - required: false, - readOnly: false, - overrideId: false, - colspan: 1, - placeholder: null, - minLength: 0, - maxLength: 0, - minValue: null, - maxValue: null, - regexPattern: null, - optionType: null, - hasEmptyValue: null, - options: null, - restUrl: null, - restResponsePath: null, - restIdProperty: null, - restLabelProperty: null, - tab: null, - className: null, - params: { existingColspan: 1, maxColspan: 1 }, - dateDisplayFormat: null, - layout: { row: -1, column: -1, colspan: 1 }, - sizeX: 1, - sizeY: 1, - row: -1, - col: -1, - visibilityCondition: { - leftFormFieldId: 'label', - leftRestResponseId: null, - operator: '==', - rightValue: 'aaa', - rightType: null, - rightFormFieldId: '', - rightRestResponseId: '', - nextConditionOperator: 'and', - nextCondition: { - leftFormFieldId: 'label1', - leftRestResponseId: null, - operator: '!=', - rightValue: 'aaa', - rightType: null, - rightFormFieldId: '', - rightRestResponseId: '', - nextConditionOperator: 'and', - nextCondition: { - leftFormFieldId: 'label2', - leftRestResponseId: null, - operator: '!empty', - rightValue: null, - rightType: null, - rightFormFieldId: '', - rightRestResponseId: '', - nextConditionOperator: 'or', - nextCondition: { - leftFormFieldId: 'label3', - leftRestResponseId: null, - operator: 'empty', - rightValue: null, - rightType: null, - rightFormFieldId: '', - rightRestResponseId: '', - nextConditionOperator: null, - nextCondition: null + "2": [{ + "fieldType": 'FormFieldRepresentation', + "id": 'label5', + "name": 'Label5', + "type": 'boolean', + "value": null, + "required": false, + "readOnly": false, + "overrideId": false, + "colspan": 1, + "placeholder": null, + "minLength": 0, + "maxLength": 0, + "minValue": null, + "maxValue": null, + "regexPattern": null, + "optionType": null, + "hasEmptyValue": null, + "options": null, + "restUrl": null, + "restResponsePath": null, + "restIdProperty": null, + "restLabelProperty": null, + "tab": null, + "className": null, + "params": { "existingColspan": 1, "maxColspan": 1 }, + "dateDisplayFormat": null, + "layout": { "row": -1, "column": -1, "colspan": 1 }, + "sizeX": 1, + "sizeY": 1, + "row": -1, + "col": -1, + "visibilityCondition": { + "leftFormFieldId": 'label', + "leftRestResponseId": null, + "operator": '==', + "rightValue": 'aaa', + "rightType": null, + "rightFormFieldId": '', + "rightRestResponseId": '', + "nextConditionOperator": 'and', + "nextCondition": { + "leftFormFieldId": 'label1', + "leftRestResponseId": null, + "operator": '!=', + "rightValue": 'aaa', + "rightType": null, + "rightFormFieldId": '', + "rightRestResponseId": '', + "nextConditionOperator": 'and', + "nextCondition": { + "leftFormFieldId": 'label2', + "leftRestResponseId": null, + "operator": '!empty', + "rightValue": null, + "rightType": null, + "rightFormFieldId": '', + "rightRestResponseId": '', + "nextConditionOperator": 'or', + "nextCondition": { + "leftFormFieldId": 'label3', + "leftRestResponseId": null, + "operator": 'empty', + "rightValue": null, + "rightType": null, + "rightFormFieldId": '', + "rightRestResponseId": '', + "nextConditionOperator": null, + "nextCondition": null } } } @@ -1172,369 +1172,369 @@ export const complexVisibilityJsonVisible: any = { }] } }], - outcomes: [], - javascriptEvents: [], - className: '', - style: '', - customFieldTemplates: {}, - metadata: {}, - variables: [], - customFieldsValueInfo: {}, - gridsterForm: false + "outcomes": [], + "javascriptEvents": [], + "className": '', + "style": '', + "customFieldTemplates": {}, + "metadata": {}, + "variables": [], + "customFieldsValueInfo": {}, + "gridsterForm": false } }; export const complexVisibilityJsonNotVisible: any = { - id: 47591, - name: 'Test-visibility', - description: '', - version: 4, - lastUpdatedBy: 13, - lastUpdatedByFullName: 'romano romano', - lastUpdated: '2019-06-11T11: 04: 36.870+0000', - stencilSetId: 0, - referenceId: null, - formDefinition: { - tabs: [], - fields: [{ - fieldType: 'ContainerRepresentation', - id: '1560246123312', - name: 'Label', - type: 'container', - value: null, - required: false, - readOnly: false, - overrideId: false, - colspan: 1, - placeholder: null, - minLength: 0, - maxLength: 0, - minValue: null, - maxValue: null, - regexPattern: null, - optionType: null, - hasEmptyValue: null, - options: null, - restUrl: null, - restResponsePath: null, - restIdProperty: null, - restLabelProperty: null, - tab: null, - className: null, - dateDisplayFormat: null, - layout: null, - sizeX: 2, - sizeY: 1, - row: -1, - col: -1, - visibilityCondition: null, - numberOfColumns: 2, - fields: { - 1: [{ - fieldType: 'FormFieldRepresentation', - id: 'label', - name: 'Label', - type: 'text', - value: null, - required: false, - readOnly: false, - overrideId: false, - colspan: 1, - placeholder: null, - minLength: 0, - maxLength: 0, - minValue: null, - maxValue: null, - regexPattern: null, - optionType: null, - hasEmptyValue: null, - options: null, - restUrl: null, - restResponsePath: null, - restIdProperty: null, - restLabelProperty: null, - tab: null, - className: null, - params: { existingColspan: 1, maxColspan: 2 }, - dateDisplayFormat: null, - layout: { row: -1, column: -1, colspan: 1 }, - sizeX: 1, - sizeY: 1, - row: -1, - col: -1, - visibilityCondition: null + "id": 47591, + "name": 'Test-visibility', + "description": '', + "version": 4, + "lastUpdatedBy": 13, + "lastUpdatedByFullName": 'romano romano', + "lastUpdated": '2019-06-11T11: 04: 36.870+0000', + "stencilSetId": 0, + "referenceId": null, + "formDefinition": { + "tabs": [], + "fields": [{ + "fieldType": 'ContainerRepresentation', + "id": '1560246123312', + "name": 'Label', + "type": 'container', + "value": null, + "required": false, + "readOnly": false, + "overrideId": false, + "colspan": 1, + "placeholder": null, + "minLength": 0, + "maxLength": 0, + "minValue": null, + "maxValue": null, + "regexPattern": null, + "optionType": null, + "hasEmptyValue": null, + "options": null, + "restUrl": null, + "restResponsePath": null, + "restIdProperty": null, + "restLabelProperty": null, + "tab": null, + "className": null, + "dateDisplayFormat": null, + "layout": null, + "sizeX": 2, + "sizeY": 1, + "row": -1, + "col": -1, + "visibilityCondition": null, + "numberOfColumns": 2, + "fields": { + "1": [{ + "fieldType": 'FormFieldRepresentation', + "id": 'label', + "name": 'Label', + "type": 'text', + "value": null, + "required": false, + "readOnly": false, + "overrideId": false, + "colspan": 1, + "placeholder": null, + "minLength": 0, + "maxLength": 0, + "minValue": null, + "maxValue": null, + "regexPattern": null, + "optionType": null, + "hasEmptyValue": null, + "options": null, + "restUrl": null, + "restResponsePath": null, + "restIdProperty": null, + "restLabelProperty": null, + "tab": null, + "className": null, + "params": { "existingColspan": 1, "maxColspan": 2 }, + "dateDisplayFormat": null, + "layout": { "row": -1, "column": -1, "colspan": 1 }, + "sizeX": 1, + "sizeY": 1, + "row": -1, + "col": -1, + "visibilityCondition": null }], - 2: [{ - fieldType: 'FormFieldRepresentation', - id: 'label1', - name: 'Label1', - type: 'text', - value: null, - required: false, - readOnly: false, - overrideId: false, - colspan: 1, - placeholder: null, - minLength: 0, - maxLength: 0, - minValue: null, - maxValue: null, - regexPattern: null, - optionType: null, - hasEmptyValue: null, - options: null, - restUrl: null, - restResponsePath: null, - restIdProperty: null, - restLabelProperty: null, - tab: null, - className: null, - params: { existingColspan: 1, maxColspan: 1 }, - dateDisplayFormat: null, - layout: { row: -1, column: -1, colspan: 1 }, - sizeX: 1, - sizeY: 1, - row: -1, - col: -1, - visibilityCondition: null + "2": [{ + "fieldType": 'FormFieldRepresentation', + "id": 'label1', + "name": 'Label1', + "type": 'text', + "value": null, + "required": false, + "readOnly": false, + "overrideId": false, + "colspan": 1, + "placeholder": null, + "minLength": 0, + "maxLength": 0, + "minValue": null, + "maxValue": null, + "regexPattern": null, + "optionType": null, + "hasEmptyValue": null, + "options": null, + "restUrl": null, + "restResponsePath": null, + "restIdProperty": null, + "restLabelProperty": null, + "tab": null, + "className": null, + "params": { "existingColspan": 1, "maxColspan": 1 }, + "dateDisplayFormat": null, + "layout": { "row": -1, "column": -1, "colspan": 1 }, + "sizeX": 1, + "sizeY": 1, + "row": -1, + "col": -1, + "visibilityCondition": null }] } }, { - fieldType: 'ContainerRepresentation', - id: '1560246128696', - name: 'Label', - type: 'container', - value: null, - required: false, - readOnly: false, - overrideId: false, - colspan: 1, - placeholder: null, - minLength: 0, - maxLength: 0, - minValue: null, - maxValue: null, - regexPattern: null, - optionType: null, - hasEmptyValue: null, - options: null, - restUrl: null, - restResponsePath: null, - restIdProperty: null, - restLabelProperty: null, - tab: null, - className: null, - dateDisplayFormat: null, - layout: null, - sizeX: 2, - sizeY: 1, - row: -1, - col: -1, - visibilityCondition: null, - numberOfColumns: 2, - fields: { - 1: [{ - fieldType: 'FormFieldRepresentation', - id: 'label4', - name: 'Label4', - type: 'text', - value: null, - required: false, - readOnly: false, - overrideId: false, - colspan: 1, - placeholder: null, - minLength: 0, - maxLength: 0, - minValue: null, - maxValue: null, - regexPattern: null, - optionType: null, - hasEmptyValue: null, - options: null, - restUrl: null, - restResponsePath: null, - restIdProperty: null, - restLabelProperty: null, - tab: null, - className: null, - params: { existingColspan: 1, maxColspan: 2 }, - dateDisplayFormat: null, - layout: { row: -1, column: -1, colspan: 1 }, - sizeX: 1, - sizeY: 1, - row: -1, - col: -1, - visibilityCondition: null + "fieldType": 'ContainerRepresentation', + "id": '1560246128696', + "name": 'Label', + "type": 'container', + "value": null, + "required": false, + "readOnly": false, + "overrideId": false, + "colspan": 1, + "placeholder": null, + "minLength": 0, + "maxLength": 0, + "minValue": null, + "maxValue": null, + "regexPattern": null, + "optionType": null, + "hasEmptyValue": null, + "options": null, + "restUrl": null, + "restResponsePath": null, + "restIdProperty": null, + "restLabelProperty": null, + "tab": null, + "className": null, + "dateDisplayFormat": null, + "layout": null, + "sizeX": 2, + "sizeY": 1, + "row": -1, + "col": -1, + "visibilityCondition": null, + "numberOfColumns": 2, + "fields": { + "1": [{ + "fieldType": 'FormFieldRepresentation', + "id": 'label4', + "name": 'Label4', + "type": 'text', + "value": null, + "required": false, + "readOnly": false, + "overrideId": false, + "colspan": 1, + "placeholder": null, + "minLength": 0, + "maxLength": 0, + "minValue": null, + "maxValue": null, + "regexPattern": null, + "optionType": null, + "hasEmptyValue": null, + "options": null, + "restUrl": null, + "restResponsePath": null, + "restIdProperty": null, + "restLabelProperty": null, + "tab": null, + "className": null, + "params": { "existingColspan": 1, "maxColspan": 2 }, + "dateDisplayFormat": null, + "layout": { "row": -1, "column": -1, "colspan": 1 }, + "sizeX": 1, + "sizeY": 1, + "row": -1, + "col": -1, + "visibilityCondition": null }], - 2: [{ - fieldType: 'FormFieldRepresentation', - id: 'label3', - name: 'Label3', - type: 'text', - value: 'OPSSS', - required: false, - readOnly: false, - overrideId: false, - colspan: 1, - placeholder: null, - minLength: 0, - maxLength: 0, - minValue: null, - maxValue: null, - regexPattern: null, - optionType: null, - hasEmptyValue: null, - options: null, - restUrl: null, - restResponsePath: null, - restIdProperty: null, - restLabelProperty: null, - tab: null, - className: null, - params: { existingColspan: 1, maxColspan: 1 }, - dateDisplayFormat: null, - layout: { row: -1, column: -1, colspan: 1 }, - sizeX: 1, - sizeY: 1, - row: -1, - col: -1, - visibilityCondition: null + "2": [{ + "fieldType": 'FormFieldRepresentation', + "id": 'label3', + "name": 'Label3', + "type": 'text', + "value": 'OPSSS', + "required": false, + "readOnly": false, + "overrideId": false, + "colspan": 1, + "placeholder": null, + "minLength": 0, + "maxLength": 0, + "minValue": null, + "maxValue": null, + "regexPattern": null, + "optionType": null, + "hasEmptyValue": null, + "options": null, + "restUrl": null, + "restResponsePath": null, + "restIdProperty": null, + "restLabelProperty": null, + "tab": null, + "className": null, + "params": { "existingColspan": 1, "maxColspan": 1 }, + "dateDisplayFormat": null, + "layout": { "row": -1, "column": -1, "colspan": 1 }, + "sizeX": 1, + "sizeY": 1, + "row": -1, + "col": -1, + "visibilityCondition": null }] } }, { - fieldType: 'ContainerRepresentation', - id: '1560246126964', - name: 'Label', - type: 'container', - value: null, - required: false, - readOnly: false, - overrideId: false, - colspan: 1, - placeholder: null, - minLength: 0, - maxLength: 0, - minValue: null, - maxValue: null, - regexPattern: null, - optionType: null, - hasEmptyValue: null, - options: null, - restUrl: null, - restResponsePath: null, - restIdProperty: null, - restLabelProperty: null, - tab: null, - className: null, - dateDisplayFormat: null, - layout: null, - sizeX: 2, - sizeY: 1, - row: -1, - col: -1, - visibilityCondition: null, - numberOfColumns: 2, - fields: { - 1: [{ - fieldType: 'FormFieldRepresentation', - id: 'label2', - name: 'Label2', - type: 'text', - value: null, - required: false, - readOnly: false, - overrideId: false, - colspan: 1, - placeholder: null, - minLength: 0, - maxLength: 0, - minValue: null, - maxValue: null, - regexPattern: null, - optionType: null, - hasEmptyValue: null, - options: null, - restUrl: null, - restResponsePath: null, - restIdProperty: null, - restLabelProperty: null, - tab: null, - className: null, - params: { existingColspan: 1, maxColspan: 2 }, - dateDisplayFormat: null, - layout: { row: -1, column: -1, colspan: 1 }, - sizeX: 1, - sizeY: 1, - row: -1, - col: -1, - visibilityCondition: null + "fieldType": 'ContainerRepresentation', + "id": '1560246126964', + "name": 'Label', + "type": 'container', + "value": null, + "required": false, + "readOnly": false, + "overrideId": false, + "colspan": 1, + "placeholder": null, + "minLength": 0, + "maxLength": 0, + "minValue": null, + "maxValue": null, + "regexPattern": null, + "optionType": null, + "hasEmptyValue": null, + "options": null, + "restUrl": null, + "restResponsePath": null, + "restIdProperty": null, + "restLabelProperty": null, + "tab": null, + "className": null, + "dateDisplayFormat": null, + "layout": null, + "sizeX": 2, + "sizeY": 1, + "row": -1, + "col": -1, + "visibilityCondition": null, + "numberOfColumns": 2, + "fields": { + "1": [{ + "fieldType": 'FormFieldRepresentation', + "id": 'label2', + "name": 'Label2', + "type": 'text', + "value": null, + "required": false, + "readOnly": false, + "overrideId": false, + "colspan": 1, + "placeholder": null, + "minLength": 0, + "maxLength": 0, + "minValue": null, + "maxValue": null, + "regexPattern": null, + "optionType": null, + "hasEmptyValue": null, + "options": null, + "restUrl": null, + "restResponsePath": null, + "restIdProperty": null, + "restLabelProperty": null, + "tab": null, + "className": null, + "params": { "existingColspan": 1, "maxColspan": 2 }, + "dateDisplayFormat": null, + "layout": { "row": -1, "column": -1, "colspan": 1 }, + "sizeX": 1, + "sizeY": 1, + "row": -1, + "col": -1, + "visibilityCondition": null }], - 2: [{ - fieldType: 'FormFieldRepresentation', - id: 'label5', - name: 'Label5', - type: 'boolean', - value: null, - required: false, - readOnly: false, - overrideId: false, - colspan: 1, - placeholder: null, - minLength: 0, - maxLength: 0, - minValue: null, - maxValue: null, - regexPattern: null, - optionType: null, - hasEmptyValue: null, - options: null, - restUrl: null, - restResponsePath: null, - restIdProperty: null, - restLabelProperty: null, - tab: null, - className: null, - params: { existingColspan: 1, maxColspan: 1 }, - dateDisplayFormat: null, - layout: { row: -1, column: -1, colspan: 1 }, - sizeX: 1, - sizeY: 1, - row: -1, - col: -1, - visibilityCondition: { - leftFormFieldId: 'label', - leftRestResponseId: null, - operator: '==', - rightValue: 'aaa', - rightFormFieldId: '', - rightRestResponseId: '', - nextConditionOperator: 'and', - nextCondition: { - leftFormFieldId: 'label1', - leftRestResponseId: null, - operator: '!=', - rightValue: 'aaa', - rightFormFieldId: '', - rightRestResponseId: '', - nextConditionOperator: 'and', - nextCondition: { - leftFormFieldId: 'label2', - leftRestResponseId: null, - operator: '!empty', - rightValue: null, - rightFormFieldId: '', - rightRestResponseId: '', - nextConditionOperator: 'or', - nextCondition: { - leftFormFieldId: 'label3', - leftRestResponseId: null, - operator: 'empty', - rightValue: null, - rightFormFieldId: '', - rightRestResponseId: '', - nextConditionOperator: null, - nextCondition: null + "2": [{ + "fieldType": 'FormFieldRepresentation', + "id": 'label5', + "name": 'Label5', + "type": 'boolean', + "value": null, + "required": false, + "readOnly": false, + "overrideId": false, + "colspan": 1, + "placeholder": null, + "minLength": 0, + "maxLength": 0, + "minValue": null, + "maxValue": null, + "regexPattern": null, + "optionType": null, + "hasEmptyValue": null, + "options": null, + "restUrl": null, + "restResponsePath": null, + "restIdProperty": null, + "restLabelProperty": null, + "tab": null, + "className": null, + "params": { "existingColspan": 1, "maxColspan": 1 }, + "dateDisplayFormat": null, + "layout": { "row": -1, "column": -1, "colspan": 1 }, + "sizeX": 1, + "sizeY": 1, + "row": -1, + "col": -1, + "visibilityCondition": { + "leftFormFieldId": 'label', + "leftRestResponseId": null, + "operator": '==', + "rightValue": 'aaa', + "rightFormFieldId": '', + "rightRestResponseId": '', + "nextConditionOperator": 'and', + "nextCondition": { + "leftFormFieldId": 'label1', + "leftRestResponseId": null, + "operator": '!=', + "rightValue": 'aaa', + "rightFormFieldId": '', + "rightRestResponseId": '', + "nextConditionOperator": 'and', + "nextCondition": { + "leftFormFieldId": 'label2', + "leftRestResponseId": null, + "operator": '!empty', + "rightValue": null, + "rightFormFieldId": '', + "rightRestResponseId": '', + "nextConditionOperator": 'or', + "nextCondition": { + "leftFormFieldId": 'label3', + "leftRestResponseId": null, + "operator": 'empty', + "rightValue": null, + "rightFormFieldId": '', + "rightRestResponseId": '', + "nextConditionOperator": null, + "nextCondition": null } } } @@ -1542,285 +1542,285 @@ export const complexVisibilityJsonNotVisible: any = { }] } }], - outcomes: [], - javascriptEvents: [], - className: '', - style: '', - customFieldTemplates: {}, - metadata: {}, - variables: [], - customFieldsValueInfo: {}, - gridsterForm: false + "outcomes": [], + "javascriptEvents": [], + "className": '', + "style": '', + "customFieldTemplates": {}, + "metadata": {}, + "variables": [], + "customFieldsValueInfo": {}, + "gridsterForm": false } }; export const tabVisibilityJsonMock: any = { - id: 45231, - name: 'visibility-form', - description: '', - version: 2, - lastUpdatedBy: 4255, - lastUpdatedByFullName: 'first last', - lastUpdated: '2019-08-26T08: 04: 02.091+0000', - stencilSetId: null, - referenceId: null, - tabs: [ + "id": 45231, + "name": 'visibility-form', + "description": '', + "version": 2, + "lastUpdatedBy": 4255, + "lastUpdatedByFullName": 'first last', + "lastUpdated": '2019-08-26T08: 04: 02.091+0000', + "stencilSetId": null, + "referenceId": null, + "tabs": [ { - id: 'tab1', - title: 'tab1', - visibilityCondition: null + "id": 'tab1', + "title": 'tab1', + "visibilityCondition": null }, { - id: 'tab2', - title: 'Tab2', - visibilityCondition: { - leftFormFieldId: 'label', - leftRestResponseId: null, - operator: '==', - rightValue: 'text', - rightType: null, - rightFormFieldId: '', - rightRestResponseId: '', - nextConditionOperator: '', - nextCondition: null + "id": 'tab2', + "title": 'Tab2', + "visibilityCondition": { + "leftFormFieldId": 'label', + "leftRestResponseId": null, + "operator": '==', + "rightValue": 'text', + "rightType": null, + "rightFormFieldId": '', + "rightRestResponseId": '', + "nextConditionOperator": '', + "nextCondition": null } } ], - formDefinition: { - fields: [ + "formDefinition": { + "fields": [ { - fieldType: 'ContainerRepresentation', - id: '1566806229182', - name: 'Label', - type: 'container', - value: null, - required: false, - readOnly: false, - overrideId: false, - colspan: 1, - placeholder: null, - minLength: 0, - maxLength: 0, - minValue: null, - maxValue: null, - regexPattern: null, - optionType: null, - hasEmptyValue: null, - options: null, - restUrl: null, - restResponsePath: null, - restIdProperty: null, - restLabelProperty: null, - tab: 'tab1', - className: null, - dateDisplayFormat: null, - layout: null, - sizeX: 2, - sizeY: 1, - row: -1, - col: -1, - visibilityCondition: null, - numberOfColumns: 2, - fields: { - 1: [ + "fieldType": 'ContainerRepresentation', + "id": '1566806229182', + "name": 'Label', + "type": 'container', + "value": null, + "required": false, + "readOnly": false, + "overrideId": false, + "colspan": 1, + "placeholder": null, + "minLength": 0, + "maxLength": 0, + "minValue": null, + "maxValue": null, + "regexPattern": null, + "optionType": null, + "hasEmptyValue": null, + "options": null, + "restUrl": null, + "restResponsePath": null, + "restIdProperty": null, + "restLabelProperty": null, + "tab": 'tab1', + "className": null, + "dateDisplayFormat": null, + "layout": null, + "sizeX": 2, + "sizeY": 1, + "row": -1, + "col": -1, + "visibilityCondition": null, + "numberOfColumns": 2, + "fields": { + "1": [ { - fieldType: 'FormFieldRepresentation', - id: 'label', - name: 'Label', - type: 'text', - value: null, - required: false, - readOnly: false, - overrideId: false, - colspan: 1, - placeholder: null, - minLength: 0, - maxLength: 0, - minValue: null, - maxValue: null, - regexPattern: null, - optionType: null, - hasEmptyValue: null, - options: null, - restUrl: null, - restResponsePath: null, - restIdProperty: null, - restLabelProperty: null, - tab: 'tab1', - className: null, - params: { - existingColspan: 1, - maxColspan: 2 + "fieldType": 'FormFieldRepresentation', + "id": 'label', + "name": 'Label', + "type": 'text', + "value": null, + "required": false, + "readOnly": false, + "overrideId": false, + "colspan": 1, + "placeholder": null, + "minLength": 0, + "maxLength": 0, + "minValue": null, + "maxValue": null, + "regexPattern": null, + "optionType": null, + "hasEmptyValue": null, + "options": null, + "restUrl": null, + "restResponsePath": null, + "restIdProperty": null, + "restLabelProperty": null, + "tab": 'tab1', + "className": null, + "params": { + "existingColspan": 1, + "maxColspan": 2 }, - dateDisplayFormat: null, - layout: { - row: -1, - column: -1, - colspan: 1 + "dateDisplayFormat": null, + "layout": { + "row": -1, + "column": -1, + "colspan": 1 }, - sizeX: 1, - sizeY: 1, - row: -1, - col: -1, - visibilityCondition: null + "sizeX": 1, + "sizeY": 1, + "row": -1, + "col": -1, + "visibilityCondition": null } ], - 2: [ + "2": [ ] } } ], - outcomes: [ + "outcomes": [ ], - javascriptEvents: [ + "javascriptEvents": [ ], - className: '', - style: '', - customFieldTemplates: { + "className": '', + "style": '', + "customFieldTemplates": { }, - metadata: { + "metadata": { }, - variables: [ + "variables": [ ], - customFieldsValueInfo: { + "customFieldsValueInfo": { }, - gridsterForm: false + "gridsterForm": false } }; export const tabInvalidFormVisibility: any = { - id: 'form-0668939d-34b2-440c-ab4d-01ab8b05a881', - name: 'tab-visibility', - description: '', - version: 0, - standalone: true, - tabs: [ + "id": 'form-0668939d-34b2-440c-ab4d-01ab8b05a881', + "name": 'tab-visibility', + "description": '', + "version": 0, + "standalone": true, + "tabs": [ { - id: 'a8a4718d-5019-4852-9645-bba9b8253d86', - title: 'tab1', - visibilityCondition: { - leftType: 'field', - leftValue: 'Text1', - operator: '==', - rightValue: 'showtab', - rightType: 'value', - nextConditionOperator: '', - nextCondition: null + "id": 'a8a4718d-5019-4852-9645-bba9b8253d86', + "title": 'tab1', + "visibilityCondition": { + "leftType": 'field', + "leftValue": 'Text1', + "operator": '==', + "rightValue": 'showtab', + "rightType": 'value', + "nextConditionOperator": '', + "nextCondition": null } }, { - id: 'bb9033ca-55ef-432a-8120-bffc8a179ebb', - title: 'tab2', - visibilityCondition: null + "id": 'bb9033ca-55ef-432a-8120-bffc8a179ebb', + "title": 'tab2', + "visibilityCondition": null } ], - formDefinition: { - fields: [ + "formDefinition": { + "fields": [ { - id: '093270a5-6e28-4cf0-a72a-09731c0d59fd', - name: 'Label', - type: 'container', - tab: 'a8a4718d-5019-4852-9645-bba9b8253d86', - numberOfColumns: 2, - fields: { - 1: [ + "id": '093270a5-6e28-4cf0-a72a-09731c0d59fd', + "name": 'Label', + "type": 'container', + "tab": 'a8a4718d-5019-4852-9645-bba9b8253d86', + "numberOfColumns": 2, + "fields": { + "1": [ { - id: 'Number1', - name: 'Number1', - type: 'integer', - colspan: 1, - placeholder: null, - minValue: null, - maxValue: null, - required: false, - visibilityCondition: null, - params: { - existingColspan: 1, - maxColspan: 2 + "id": 'Number1', + "name": 'Number1', + "type": 'integer', + "colspan": 1, + "placeholder": null, + "minValue": null, + "maxValue": null, + "required": false, + "visibilityCondition": null, + "params": { + "existingColspan": 1, + "maxColspan": 2 } }, { - id: 'Number2', - name: 'Number2', - type: 'integer', - colspan: 1, - placeholder: null, - minValue: null, - maxValue: null, - required: false, - visibilityCondition: { - leftType: 'field', - leftValue: 'Text2', - operator: '==', - rightValue: 'shownumber', - rightType: 'value', - nextConditionOperator: '', - nextCondition: null + "id": 'Number2', + "name": 'Number2', + "type": 'integer', + "colspan": 1, + "placeholder": null, + "minValue": null, + "maxValue": null, + "required": false, + "visibilityCondition": { + "leftType": 'field', + "leftValue": 'Text2', + "operator": '==', + "rightValue": 'shownumber', + "rightType": 'value', + "nextConditionOperator": '', + "nextCondition": null }, - params: { - existingColspan: 1, - maxColspan: 2 + "params": { + "existingColspan": 1, + "maxColspan": 2 } } ], - 2: [ + "2": [ { - id: 'Text2', - name: 'Text2', - type: 'text', - required: false, - colspan: 1, - placeholder: null, - minLength: 0, - maxLength: 0, - regexPattern: null, - visibilityCondition: null, - params: { - existingColspan: 1, - maxColspan: 2 + "id": 'Text2', + "name": 'Text2', + "type": 'text', + "required": false, + "colspan": 1, + "placeholder": null, + "minLength": 0, + "maxLength": 0, + "regexPattern": null, + "visibilityCondition": null, + "params": { + "existingColspan": 1, + "maxColspan": 2 } } ] } }, { - id: 'c33579eb-3514-42cc-832d-2998d06a3eab', - name: 'Label', - type: 'container', - tab: 'bb9033ca-55ef-432a-8120-bffc8a179ebb', - numberOfColumns: 2, - fields: { - 1: [ + "id": 'c33579eb-3514-42cc-832d-2998d06a3eab', + "name": 'Label', + "type": 'container', + "tab": 'bb9033ca-55ef-432a-8120-bffc8a179ebb', + "numberOfColumns": 2, + "fields": { + "1": [ { - id: 'Text1', - name: 'Text1', - type: 'text', - required: false, - colspan: 1, - placeholder: null, - minLength: 0, - maxLength: 0, - regexPattern: null, - visibilityCondition: null, - params: { - existingColspan: 1, - maxColspan: 2 + "id": 'Text1', + "name": 'Text1', + "type": 'text', + "required": false, + "colspan": 1, + "placeholder": null, + "minLength": 0, + "maxLength": 0, + "regexPattern": null, + "visibilityCondition": null, + "params": { + "existingColspan": 1, + "maxColspan": 2 } } ], - 2: [] + "2": [] } } ], - outcomes: [], - metadata: {}, - variables: [] + "outcomes": [], + "metadata": {}, + "variables": [] } }; diff --git a/lib/core/src/lib/mock/language.service.mock.ts b/lib/core/src/lib/mock/language.service.mock.ts index cab8021db1..7d4ca5ea6b 100644 --- a/lib/core/src/lib/mock/language.service.mock.ts +++ b/lib/core/src/lib/mock/language.service.mock.ts @@ -24,31 +24,31 @@ import { LanguageItem } from '../common/services/language-item.interface'; export class LanguageServiceMock implements LanguageServiceInterface { private languages = new BehaviorSubject<LanguageItem[]>([ - {key: 'de', label: 'Deutsch'}, - {key: 'en', label: 'English'}, - {key: 'es', label: 'Español'}, - {key: 'fr', label: 'Français'}, - {key: 'it', label: 'Italiano'}, - {key: 'ja', label: '日本語'}, - {key: 'nb', label: 'Bokmål'}, - {key: 'nl', label: 'Nederlands'}, - {key: 'pt-BR', label: 'Português (Brasil)'}, - {key: 'ru', label: 'Русский'}, - {key: 'zh-CN', label: '中文简体'}, - {key: 'cs', label: 'Čeština'}, - {key: 'da', label: 'Dansk'}, - {key: 'fi', label: 'Suomi'}, - {key: 'pl', label: 'Polski'}, - {key: 'sv', label: 'Svenska'}, - {key: 'ar', label: 'العربية', direction: 'rtl'} + {"key": 'de', "label": 'Deutsch'}, + {"key": 'en', "label": 'English'}, + {"key": 'es', "label": 'Español'}, + {"key": 'fr', "label": 'Français'}, + {"key": 'it', "label": 'Italiano'}, + {"key": 'ja', "label": '日本語'}, + {"key": 'nb', "label": 'Bokmål'}, + {"key": 'nl', "label": 'Nederlands'}, + {"key": 'pt-BR', "label": 'Português (Brasil)'}, + {"key": 'ru', "label": 'Русский'}, + {"key": 'zh-CN', "label": '中文简体'}, + {"key": 'cs', "label": 'Čeština'}, + {"key": 'da', "label": 'Dansk'}, + {"key": 'fi', "label": 'Suomi'}, + {"key": 'pl', "label": 'Polski'}, + {"key": 'sv', "label": 'Svenska'}, + {"key": 'ar', "label": 'العربية', "direction": 'rtl'} ]); languages$ = this.languages.asObservable(); - changeLanguage(_language: LanguageItem): void { + changeLanguage (_language: LanguageItem): void { } - setLanguages(items: LanguageItem[]): void { + setLanguages (items: LanguageItem[]): void { if (items?.length > 0) { this.languages.next(items); } diff --git a/lib/core/src/lib/mock/mat-icon-registry-mock.ts b/lib/core/src/lib/mock/mat-icon-registry-mock.ts index a00b65f41a..e3a399c998 100644 --- a/lib/core/src/lib/mock/mat-icon-registry-mock.ts +++ b/lib/core/src/lib/mock/mat-icon-registry-mock.ts @@ -18,5 +18,5 @@ import { MatIconRegistry } from '@angular/material/icon'; export const matIconRegistryMock = { - addSvgIconInNamespace: () => {} + "addSvgIconInNamespace": () => {} } as any as MatIconRegistry; diff --git a/lib/core/src/lib/mock/translation.service.mock.ts b/lib/core/src/lib/mock/translation.service.mock.ts index 162f59db7c..df99b2b1f0 100644 --- a/lib/core/src/lib/mock/translation.service.mock.ts +++ b/lib/core/src/lib/mock/translation.service.mock.ts @@ -32,22 +32,22 @@ export class TranslationMock implements TranslationService { customLoader: any; translate: any = { - onLangChange: new EventEmitter<LangChangeEvent>() + "onLangChange": new EventEmitter<LangChangeEvent>() }; - addTranslationFolder() {} + addTranslationFolder () {} - onTranslationChanged() {} + onTranslationChanged () {} - use(): any {} + use (): any {} - loadTranslation() {} + loadTranslation () {} - get(key: string | Array<string>): Observable<string | any> { + get (key: string | Array<string>): Observable<string | any> { return of(key); } - instant(key: string | Array<string>): string | any { + instant (key: string | Array<string>): string | any { return key; } diff --git a/lib/core/src/lib/mock/user-access.mock.ts b/lib/core/src/lib/mock/user-access.mock.ts index ad09eb2de0..b305408d5f 100644 --- a/lib/core/src/lib/mock/user-access.mock.ts +++ b/lib/core/src/lib/mock/user-access.mock.ts @@ -16,27 +16,27 @@ */ export const userAccessMock = { - globalAccess: { - roles: [ + "globalAccess": { + "roles": [ 'MOCK_GLOBAL_USER_ROLE' ] }, - applicationAccess: [ + "applicationAccess": [ { - name: 'mockApp1', - roles: [ + "name": 'mockApp1', + "roles": [ 'MOCK_USER_ROLE_APP_1' ] }, { - name: 'mockApp2', - roles: [ + "name": 'mockApp2', + "roles": [ 'MOCK_USER_ROLE_APP_2' ] }, { - name: 'mockApp3', - roles: [ + "name": 'mockApp3', + "roles": [ 'MOCK_USER_ROLE_APP_3', 'MOCK_ADMIN_ROLE_APP_3' ] diff --git a/lib/core/src/lib/models/comment.model.ts b/lib/core/src/lib/models/comment.model.ts index b2763b76d2..3a09df3901 100644 --- a/lib/core/src/lib/models/comment.model.ts +++ b/lib/core/src/lib/models/comment.model.ts @@ -24,11 +24,11 @@ export class CommentModel { createdBy: User; isSelected: boolean; - get hasAvatarPicture(): boolean { + get hasAvatarPicture (): boolean { return !!this.createdBy && !!(this.createdBy['pictureId'] || this.createdBy['avatarId']); } - get userDisplayName(): string { + get userDisplayName (): string { let result = ''; if (this.createdBy) { @@ -38,7 +38,7 @@ export class CommentModel { return result.trim(); } - get userInitials(): string { + get userInitials (): string { let result = ''; if (this.createdBy) { if (this.createdBy.firstName) { @@ -51,7 +51,7 @@ export class CommentModel { return result.toUpperCase(); } - constructor(obj?: Partial<CommentModel>) { + constructor (obj?: Partial<CommentModel>) { if (obj) { this.id = obj.id; this.message = obj.message; diff --git a/lib/core/src/lib/models/component.model.ts b/lib/core/src/lib/models/component.model.ts index c973278e4f..e0e930a16a 100644 --- a/lib/core/src/lib/models/component.model.ts +++ b/lib/core/src/lib/models/component.model.ts @@ -20,7 +20,7 @@ export class ComponentTranslationModel { path: string; json: string[]; - constructor(obj?: any) { + constructor (obj?: any) { this.name = obj?.name; this.path = obj?.path; this.json = obj?.json || []; diff --git a/lib/core/src/lib/models/decimal-number.model.ts b/lib/core/src/lib/models/decimal-number.model.ts index 85807977ae..e0dc386260 100644 --- a/lib/core/src/lib/models/decimal-number.model.ts +++ b/lib/core/src/lib/models/decimal-number.model.ts @@ -20,7 +20,7 @@ export class DecimalNumberModel { minFractionDigits: number; maxFractionDigits: number; - constructor(obj?: any) { + constructor (obj?: any) { if (obj) { this.minIntegerDigits = obj.minIntegerDigits; this.minFractionDigits = obj.minFractionDigits; diff --git a/lib/core/src/lib/models/general-user.model.ts b/lib/core/src/lib/models/general-user.model.ts index 05eff49d28..09e814cef9 100644 --- a/lib/core/src/lib/models/general-user.model.ts +++ b/lib/core/src/lib/models/general-user.model.ts @@ -29,7 +29,7 @@ export class User { pictureId?: number; avatarId: string; - constructor(user?: Partial<User>) { + constructor (user?: Partial<User>) { if (user) { Object.assign(this, user); } diff --git a/lib/core/src/lib/models/pagination.model.ts b/lib/core/src/lib/models/pagination.model.ts index 689acde2d2..4409b85bf5 100644 --- a/lib/core/src/lib/models/pagination.model.ts +++ b/lib/core/src/lib/models/pagination.model.ts @@ -24,7 +24,7 @@ export class PaginationModel { skipCount?: number; maxItems?: number; - constructor(input?: any) { + constructor (input?: any) { if (input) { this.count = input.count; this.hasMoreItems = input.hasMoreItems ? input.hasMoreItems : false; diff --git a/lib/core/src/lib/models/product-version.model.ts b/lib/core/src/lib/models/product-version.model.ts index 8c58e52b92..ee05796694 100644 --- a/lib/core/src/lib/models/product-version.model.ts +++ b/lib/core/src/lib/models/product-version.model.ts @@ -22,7 +22,7 @@ export class BpmProductVersionModel { minorVersion: string; type: string; - constructor(obj?: any) { + constructor (obj?: any) { if (obj) { this.edition = obj.edition || null; this.majorVersion = obj.majorVersion || null; diff --git a/lib/core/src/lib/models/request-pagination.model.ts b/lib/core/src/lib/models/request-pagination.model.ts index bce29450a7..d465ab572a 100644 --- a/lib/core/src/lib/models/request-pagination.model.ts +++ b/lib/core/src/lib/models/request-pagination.model.ts @@ -23,7 +23,7 @@ export class RequestPaginationModel { merge?: boolean = false; - constructor(input?: any) { + constructor (input?: any) { if (input) { Object.assign(this, input); } diff --git a/lib/core/src/lib/notifications/components/add-notification.stories.component.ts b/lib/core/src/lib/notifications/components/add-notification.stories.component.ts index c3416ce5e0..6ad64faadf 100644 --- a/lib/core/src/lib/notifications/components/add-notification.stories.component.ts +++ b/lib/core/src/lib/notifications/components/add-notification.stories.component.ts @@ -19,16 +19,16 @@ import { Component } from '@angular/core'; import { NotificationService } from '../services/notification.service'; @Component({ - selector: 'adf-add-notification-storybook', - template: `<button mat-raised-button (click)="showInfo()">Add Notification</button>` + "selector": 'adf-add-notification-storybook', + "template": `<button mat-raised-button (click)="showInfo()">Add Notification</button>` }) export class AddNotificationStorybookComponent { infoCounter: number = 1; - constructor(private notificationService: NotificationService) { } + constructor (private notificationService: NotificationService) { } - showInfo() { + showInfo () { this.notificationService.showInfo(`Example notification ${this.infoCounter}`); this.infoCounter++; } diff --git a/lib/core/src/lib/notifications/components/notification-history.component.scss b/lib/core/src/lib/notifications/components/notification-history.component.scss index 0e5f997874..736f89705a 100644 --- a/lib/core/src/lib/notifications/components/notification-history.component.scss +++ b/lib/core/src/lib/notifications/components/notification-history.component.scss @@ -1,5 +1,5 @@ .adf { - &-notification-history-menu_button.mat-button { + &-notification-history-menu_button.mat-mdc-button { margin-right: 0; border-radius: 90%; padding: 0; @@ -7,7 +7,7 @@ height: 40px; } - &-notification-history-list .mat-subheader { + &-notification-history-list .mat-mdc-subheader { justify-content: space-between; } @@ -61,11 +61,11 @@ } } -.mat-menu-panel.adf-notification-history-menu { +.mat-mdc-menu-panel.adf-notification-history-menu { min-width: 320px; max-height: 500px; - .mat-menu-content { + .mat-mdc-menu-content { padding: 0; } } diff --git a/lib/core/src/lib/notifications/components/notification-history.component.spec.ts b/lib/core/src/lib/notifications/components/notification-history.component.spec.ts index 19758543bf..dafa4cf13c 100644 --- a/lib/core/src/lib/notifications/components/notification-history.component.spec.ts +++ b/lib/core/src/lib/notifications/components/notification-history.component.spec.ts @@ -43,7 +43,7 @@ describe('Notification History Component', () => { beforeEach(() => { TestBed.configureTestingModule({ - imports: [ + "imports": [ TranslateModule.forRoot(), CoreTestingModule ] @@ -59,20 +59,20 @@ describe('Notification History Component', () => { testNotifications = [ { - type: NOTIFICATION_TYPE.INFO, - icon: 'info', - datetime: new Date(), - initiator: { key: '*', displayName: 'SYSTEM' }, - messages: ['Moved 1 item.'], - read: false + "type": NOTIFICATION_TYPE.INFO, + "icon": 'info', + "datetime": new Date(), + "initiator": { "key": '*', "displayName": 'SYSTEM' }, + "messages": ['Moved 1 item.'], + "read": false }, { - type: NOTIFICATION_TYPE.INFO, - icon: 'info', - datetime: new Date(), - initiator: { key: '*', displayName: 'SYSTEM' }, - messages: ['Copied 1 item.'], - read: false + "type": NOTIFICATION_TYPE.INFO, + "icon": 'info', + "datetime": new Date(), + "initiator": { "key": '*', "displayName": 'SYSTEM' }, + "messages": ['Copied 1 item.'], + "read": false } ]; }); @@ -131,10 +131,10 @@ describe('Notification History Component', () => { fixture.detectChanges(); notificationService.pushToNotificationHistory( { - clickCallBack: callBackSpy, - messages: ['My new message'], - datetime: new Date(), - type: NOTIFICATION_TYPE.RECURSIVE + "clickCallBack": callBackSpy, + "messages": ['My new message'], + "datetime": new Date(), + "type": NOTIFICATION_TYPE.RECURSIVE } as NotificationModel ); @@ -169,9 +169,9 @@ describe('Notification History Component', () => { it('should read notifications from local storage', (done) => { storage.setItem(NOTIFICATION_STORAGE, JSON.stringify([{ - messages: ['My new message'], - datetime: new Date(), - type: NOTIFICATION_TYPE.RECURSIVE + "messages": ['My new message'], + "datetime": new Date(), + "type": NOTIFICATION_TYPE.RECURSIVE } as NotificationModel])); fixture.detectChanges(); diff --git a/lib/core/src/lib/notifications/components/notification-history.component.stories.ts b/lib/core/src/lib/notifications/components/notification-history.component.stories.ts index bb8c4669d0..e956176888 100644 --- a/lib/core/src/lib/notifications/components/notification-history.component.stories.ts +++ b/lib/core/src/lib/notifications/components/notification-history.component.stories.ts @@ -21,56 +21,56 @@ import { NotificationHistoryComponent } from './notification-history.component'; import { NotificationHistoryModule } from '../notification-history.module'; export default { - component: NotificationHistoryComponent, - title: 'Core/Notification History/Notification History', - decorators: [ + "component": NotificationHistoryComponent, + "title": 'Core/Notification History/Notification History', + "decorators": [ moduleMetadata({ - imports: [CoreStoryModule, NotificationHistoryModule] + "imports": [CoreStoryModule, NotificationHistoryModule] }) ], - parameters: { - docs: { - description: { - component: `Lists notifications received in the current session. The notifications disappear from the list after refresh.` + "parameters": { + "docs": { + "description": { + "component": `Lists notifications received in the current session. The notifications disappear from the list after refresh.` } } }, - argTypes: { - menuPositionX: { - control: 'inline-radio', - options: ['before', 'after'], - description: 'Custom choice for opening the menu at the bottom.', - defaultValue: 'after', - table: { - type: { summary: 'MenuPositionX' }, - defaultValue: { summary: 'after' } + "argTypes": { + "menuPositionX": { + "control": 'inline-radio', + "options": ['before', 'after'], + "description": 'Custom choice for opening the menu at the bottom.', + "defaultValue": 'after', + "table": { + "type": { "summary": 'MenuPositionX' }, + "defaultValue": { "summary": 'after' } } }, - menuPositionY: { - control: 'inline-radio', - options: ['below', 'above'], - description: 'Custom choice for opening the menu at the bottom.', - defaultValue: 'below', - table: { - type: { summary: 'MenuPositionY' }, - defaultValue: { summary: 'below' } + "menuPositionY": { + "control": 'inline-radio', + "options": ['below', 'above'], + "description": 'Custom choice for opening the menu at the bottom.', + "defaultValue": 'below', + "table": { + "type": { "summary": 'MenuPositionY' }, + "defaultValue": { "summary": 'below' } } }, - maxNotifications: { - control: 'number', - defaultValue: 5, - description: 'Maximum number of notifications to display. The rest will remain hidden until load more is clicked.', - table: { - type: { summary: 'number' }, - defaultValue: { summary: '5' } + "maxNotifications": { + "control": 'number', + "defaultValue": 5, + "description": 'Maximum number of notifications to display. The rest will remain hidden until load more is clicked.', + "table": { + "type": { "summary": 'number' }, + "defaultValue": { "summary": '5' } } } } } as Meta; const template: Story<NotificationHistoryComponent> = (args: NotificationHistoryComponent) => ({ - props: args, - template: ` + "props": args, + "template": ` <div style="display:flex;flex-direction:column;align-items:center;"> <adf-notification-history [menuPositionX]=menuPositionX @@ -83,4 +83,4 @@ const template: Story<NotificationHistoryComponent> = (args: NotificationHistory }); export const notificationHistory = template.bind({}); -notificationHistory.parameters = { layout: 'centered' }; +notificationHistory.parameters = { "layout": 'centered' }; diff --git a/lib/core/src/lib/notifications/components/notification-history.component.ts b/lib/core/src/lib/notifications/components/notification-history.component.ts index 8eea1db056..6c3f9c6204 100644 --- a/lib/core/src/lib/notifications/components/notification-history.component.ts +++ b/lib/core/src/lib/notifications/components/notification-history.component.ts @@ -25,16 +25,16 @@ import { StorageService } from '../../common/services/storage.service'; import { PaginationModel } from '../../models/pagination.model'; @Component({ - selector: 'adf-notification-history', - templateUrl: 'notification-history.component.html', - styleUrls: ['./notification-history.component.scss'], - encapsulation: ViewEncapsulation.None + "selector": 'adf-notification-history', + "templateUrl": 'notification-history.component.html', + "styleUrls": ['./notification-history.component.scss'], + "encapsulation": ViewEncapsulation.None }) export class NotificationHistoryComponent implements OnDestroy, OnInit, AfterViewInit { public static MAX_NOTIFICATION_STACK_LENGTH = 100; - @ViewChild(MatMenuTrigger, { static: true }) + @ViewChild(MatMenuTrigger, { "static": true }) trigger: MatMenuTrigger; /** Custom choice for opening the menu at the bottom. Can be `before` or `after`. */ @@ -55,9 +55,9 @@ export class NotificationHistoryComponent implements OnDestroy, OnInit, AfterVie unreadNotifications: NotificationModel[] = []; pagination: PaginationModel; - constructor(private notificationService: NotificationService, public storageService: StorageService, public cd: ChangeDetectorRef) {} + constructor (private notificationService: NotificationService, public storageService: StorageService, public cd: ChangeDetectorRef) {} - ngOnInit() { + ngOnInit () { this.notifications = JSON.parse(this.storageService.getItem(NOTIFICATION_STORAGE)) || []; this.unreadNotifications = JSON.parse(this.storageService.getItem(NOTIFICATION_STORAGE))?.filter( @@ -65,7 +65,7 @@ export class NotificationHistoryComponent implements OnDestroy, OnInit, AfterVie ) || []; } - ngAfterViewInit(): void { + ngAfterViewInit (): void { this.notificationService.notifications$ .pipe(takeUntil(this.onDestroy$)) .subscribe((notification: NotificationModel) => { @@ -74,12 +74,12 @@ export class NotificationHistoryComponent implements OnDestroy, OnInit, AfterVie }); } - ngOnDestroy() { + ngOnDestroy () { this.onDestroy$.next(true); this.onDestroy$.complete(); } - addNewNotification(notification: NotificationModel) { + addNewNotification (notification: NotificationModel) { this.unreadNotifications.unshift(notification); if (this.unreadNotifications.length > NotificationHistoryComponent.MAX_NOTIFICATION_STACK_LENGTH) { @@ -90,7 +90,7 @@ export class NotificationHistoryComponent implements OnDestroy, OnInit, AfterVie this.createPagination(); } - saveNotifications() { + saveNotifications () { this.unreadNotifications.forEach((notification: NotificationModel) => { this.notifications.push(notification); }); @@ -98,21 +98,21 @@ export class NotificationHistoryComponent implements OnDestroy, OnInit, AfterVie this.storageService.setItem(NOTIFICATION_STORAGE, JSON.stringify(this.notifications)); } - onMenuOpened() { + onMenuOpened () { this.createPagination(); } - onKeyPress(event: KeyboardEvent) { + onKeyPress (event: KeyboardEvent) { this.closeUserModal(event); } - private closeUserModal($event: KeyboardEvent) { + private closeUserModal ($event: KeyboardEvent) { if ($event.keyCode === 27) { this.trigger.closeMenu(); } } - markAsRead() { + markAsRead () { this.unreadNotifications = []; this.notifications.forEach((notification: NotificationModel) => { notification.read = true; @@ -124,27 +124,27 @@ export class NotificationHistoryComponent implements OnDestroy, OnInit, AfterVie this.trigger.closeMenu(); } - createPagination() { + createPagination () { this.pagination = { - skipCount: this.maxNotifications, - maxItems: this.maxNotifications, - totalItems: this.unreadNotifications.length, - hasMoreItems: this.unreadNotifications.length > this.maxNotifications + "skipCount": this.maxNotifications, + "maxItems": this.maxNotifications, + "totalItems": this.unreadNotifications.length, + "hasMoreItems": this.unreadNotifications.length > this.maxNotifications }; this.paginatedNotifications = this.unreadNotifications.slice(0, this.pagination.skipCount); } - loadMore() { + loadMore () { this.pagination.skipCount = this.pagination.maxItems + this.pagination.skipCount; this.pagination.hasMoreItems = this.unreadNotifications.length > this.pagination.skipCount; this.paginatedNotifications = this.unreadNotifications.slice(0, this.pagination.skipCount); } - hasMoreNotifications(): boolean { + hasMoreNotifications (): boolean { return this.pagination?.hasMoreItems; } - onNotificationClick(notification: NotificationModel) { + onNotificationClick (notification: NotificationModel) { if (notification.clickCallBack) { notification.clickCallBack(notification.args); this.trigger.closeMenu(); diff --git a/lib/core/src/lib/notifications/helpers/notification.factory.ts b/lib/core/src/lib/notifications/helpers/notification.factory.ts index d3a51d335e..1aabffff80 100644 --- a/lib/core/src/lib/notifications/helpers/notification.factory.ts +++ b/lib/core/src/lib/notifications/helpers/notification.factory.ts @@ -22,33 +22,33 @@ import { } from '../models/notification.model'; export const rootInitiator: NotificationInitiator = { - key: '*', - displayName: 'SYSTEM' + "key": '*', + "displayName": 'SYSTEM' }; export const info = (messages: string | string[], initiator: NotificationInitiator = rootInitiator): NotificationModel => ({ - type: NOTIFICATION_TYPE.INFO, - icon: 'info', - datetime: new Date(), + "type": NOTIFICATION_TYPE.INFO, + "icon": 'info', + "datetime": new Date(), initiator, - messages: [].concat(messages), - read: false + "messages": [].concat(messages), + "read": false }); export const warning = (messages: string | string[], initiator: NotificationInitiator = rootInitiator): NotificationModel => ({ - type: NOTIFICATION_TYPE.WARN, - icon: 'warning', - datetime: new Date(), + "type": NOTIFICATION_TYPE.WARN, + "icon": 'warning', + "datetime": new Date(), initiator, - messages: [].concat(messages), - read: false + "messages": [].concat(messages), + "read": false }); export const error = (messages: string | string[], initiator: NotificationInitiator = rootInitiator): NotificationModel => ({ - type: NOTIFICATION_TYPE.ERROR, - icon: 'error', - datetime: new Date(), + "type": NOTIFICATION_TYPE.ERROR, + "icon": 'error', + "datetime": new Date(), initiator, - messages: [].concat(messages), - read: false + "messages": [].concat(messages), + "read": false }); diff --git a/lib/core/src/lib/notifications/notification-history.module.ts b/lib/core/src/lib/notifications/notification-history.module.ts index 351c490a97..fcad2315e7 100644 --- a/lib/core/src/lib/notifications/notification-history.module.ts +++ b/lib/core/src/lib/notifications/notification-history.module.ts @@ -25,18 +25,18 @@ import { PaginationModule } from '../pagination/pagination.module'; import { AddNotificationStorybookComponent } from './components/add-notification.stories.component'; @NgModule({ - imports: [ + "imports": [ CommonModule, MaterialModule, TranslateModule, PipeModule, PaginationModule ], - declarations: [ + "declarations": [ NotificationHistoryComponent, AddNotificationStorybookComponent ], - exports: [ + "exports": [ NotificationHistoryComponent, AddNotificationStorybookComponent ] diff --git a/lib/core/src/lib/notifications/services/notification.service.spec.ts b/lib/core/src/lib/notifications/services/notification.service.spec.ts index 94ada59f58..b163257b0f 100644 --- a/lib/core/src/lib/notifications/services/notification.service.spec.ts +++ b/lib/core/src/lib/notifications/services/notification.service.spec.ts @@ -28,58 +28,58 @@ import { MatIconHarness } from '@angular/material/icon/testing'; import { MatSnackBarHarness } from '@angular/material/snack-bar/testing'; @Component({ - template: '', - providers: [NotificationService] + "template": '', + "providers": [NotificationService] }) class ProvidesNotificationServiceComponent { - constructor(public notificationService: NotificationService) {} + constructor (public notificationService: NotificationService) {} - sendMessageWithoutConfig() { + sendMessageWithoutConfig () { return this.notificationService.openSnackMessage('Test notification', 1000); } - sendMessage() { + sendMessage () { return this.notificationService.openSnackMessage('Test notification', 1000); } - sendMessageWithArgs() { - return this.notificationService.openSnackMessage('Test notification {{ arg }}', 1000, { arg: 'arg' }); + sendMessageWithArgs () { + return this.notificationService.openSnackMessage('Test notification {{ arg }}', 1000, { "arg": 'arg' }); } - sendCustomMessage() { + sendCustomMessage () { const matSnackBarConfig = new MatSnackBarConfig(); matSnackBarConfig.duration = 1000; return this.notificationService.openSnackMessage('Test notification', matSnackBarConfig); } - sendMessageActionWithoutConfig() { + sendMessageActionWithoutConfig () { return this.notificationService.openSnackMessageAction('Test notification', 'TestWarn', 1000); } - sendMessageAction() { + sendMessageAction () { return this.notificationService.openSnackMessageAction('Test notification', 'TestWarn', 1000); } - sendCustomMessageAction() { + sendCustomMessageAction () { const matSnackBarConfig = new MatSnackBarConfig(); matSnackBarConfig.duration = 1000; return this.notificationService.openSnackMessageAction('Test notification', 'TestWarn', matSnackBarConfig); } - sendMessageWithDecorativeIcon() { + sendMessageWithDecorativeIcon () { const notificationConfig = new MatSnackBarConfig(); notificationConfig.duration = 1000; - notificationConfig.data = { decorativeIcon: 'info' }; + notificationConfig.data = { "decorativeIcon": 'info' }; return this.notificationService.openSnackMessage('with decorative icon', notificationConfig); } - sendMessageWithDecorativeIconAndAction() { + sendMessageWithDecorativeIconAndAction () { const notificationConfig = new MatSnackBarConfig(); notificationConfig.duration = 1000; - notificationConfig.data = { decorativeIcon: 'folder' }; + notificationConfig.data = { "decorativeIcon": 'folder' }; return this.notificationService.openSnackMessageAction('with decorative icon', 'TestWarn', notificationConfig); } @@ -92,8 +92,8 @@ describe('NotificationService', () => { beforeEach(() => { TestBed.configureTestingModule({ - imports: [TranslateModule.forRoot(), CoreTestingModule, MatSnackBarModule], - declarations: [ProvidesNotificationServiceComponent] + "imports": [TranslateModule.forRoot(), CoreTestingModule, MatSnackBarModule], + "declarations": [ProvidesNotificationServiceComponent] }); translationService = TestBed.inject(TranslationService); fixture = TestBed.createComponent(ProvidesNotificationServiceComponent); @@ -116,7 +116,7 @@ describe('NotificationService', () => { fixture.componentInstance.sendMessageWithArgs(); fixture.detectChanges(); - expect(translationService.instant).toHaveBeenCalledWith('Test notification {{ arg }}', { arg: 'arg' }); + expect(translationService.instant).toHaveBeenCalledWith('Test notification {{ arg }}', { "arg": 'arg' }); }); it('should translate the action', () => { @@ -169,11 +169,11 @@ describe('NotificationService', () => { it('should open a message notification bar with a decorative icon', async () => { fixture.componentInstance.sendMessageWithDecorativeIcon(); - expect(await loader.hasHarness(MatIconHarness.with({ ancestor: `[data-automation-id="adf-snackbar-message-content"]` }))).toBe(true); + expect(await loader.hasHarness(MatIconHarness.with({ "ancestor": `[data-automation-id="adf-snackbar-message-content"]` }))).toBe(true); }); it('should open a message notification bar with action and a decorative icon', async () => { fixture.componentInstance.sendMessageWithDecorativeIconAndAction(); - expect(await loader.hasHarness(MatIconHarness.with({ ancestor: `[data-automation-id="adf-snackbar-message-content"]` }))).toBe(true); + expect(await loader.hasHarness(MatIconHarness.with({ "ancestor": `[data-automation-id="adf-snackbar-message-content"]` }))).toBe(true); }); }); diff --git a/lib/core/src/lib/notifications/services/notification.service.ts b/lib/core/src/lib/notifications/services/notification.service.ts index 1d47f45863..605f9b38ad 100644 --- a/lib/core/src/lib/notifications/services/notification.service.ts +++ b/lib/core/src/lib/notifications/services/notification.service.ts @@ -29,53 +29,50 @@ const WARN_SNACK_CLASS = 'adf-warning-snackbar'; const ERROR_SNACK_CLASS = 'adf-error-snackbar'; @Injectable({ - providedIn: 'root' + "providedIn": 'root' }) export class NotificationService { notifications$: Subject<NotificationModel> = new Subject(); - constructor(private snackBar: MatSnackBar, + constructor (private snackBar: MatSnackBar, private translationService: TranslationService) { } /** * Opens a SnackBar notification to show a message. - * * @param message The message (or resource key) to show. * @param config Time before notification disappears after being shown or MatSnackBarConfig object * @param interpolateArgs The interpolation parameters to add for the translation * @returns Information/control object for the SnackBar */ - openSnackMessage(message: string, config?: number | MatSnackBarConfig<Omit<SnackBarData, 'actionLabel' | 'message'>>, interpolateArgs?: any): MatSnackBarRef<any> { + openSnackMessage (message: string, config?: number | MatSnackBarConfig<Omit<SnackBarData, 'actionLabel' | 'message'>>, interpolateArgs?: any): MatSnackBarRef<any> { return this.dispatchNotification(message, null, config, interpolateArgs); } /** * Opens a SnackBar notification with a message and a response button. - * * @param message The message (or resource key) to show. * @param action Caption for the response button * @param config Time before notification disappears after being shown or MatSnackBarConfig object * @param interpolateArgs The interpolation parameters to add for the translation * @returns Information/control object for the SnackBar */ - openSnackMessageAction(message: string, action: string, config?: number | MatSnackBarConfig<Omit<SnackBarData, 'actionLabel' | 'message'>>, interpolateArgs?: any): MatSnackBarRef<any> { + openSnackMessageAction (message: string, action: string, config?: number | MatSnackBarConfig<Omit<SnackBarData, 'actionLabel' | 'message'>>, interpolateArgs?: any): MatSnackBarRef<any> { return this.dispatchNotification(message, action, config, interpolateArgs); } /** * Rase error message - * * @param message Text message or translation key for the message. * @param action Action name * @param interpolateArgs The interpolation parameters to add for the translation * @param showAction True if action should be visible, false if not. Default: true. * @returns snackbar reference */ - showError(message: string, action?: string, interpolateArgs?: any, showAction = true): MatSnackBarRef<any> { + showError (message: string, action?: string, interpolateArgs?: any, showAction = true): MatSnackBarRef<any> { return this.dispatchNotification(message, action, { - panelClass: ERROR_SNACK_CLASS, - data: { + "panelClass": ERROR_SNACK_CLASS, + "data": { showAction } }, interpolateArgs); @@ -83,17 +80,16 @@ export class NotificationService { /** * Rase info message - * * @param message Text message or translation key for the message. * @param action Action name * @param interpolateArgs The interpolation parameters to add for the translation * @param showAction True if action should be visible, false if not. Default: true. * @returns snackbar reference */ - showInfo(message: string, action?: string, interpolateArgs?: any, showAction = true): MatSnackBarRef<any> { + showInfo (message: string, action?: string, interpolateArgs?: any, showAction = true): MatSnackBarRef<any> { return this.dispatchNotification(message, action, { - panelClass: INFO_SNACK_CLASS, - data: { + "panelClass": INFO_SNACK_CLASS, + "data": { showAction } }, interpolateArgs); @@ -101,17 +97,16 @@ export class NotificationService { /** * Rase warning message - * * @param message Text message or translation key for the message. * @param action Action name * @param interpolateArgs The interpolation parameters to add for the translation * @param showAction True if action should be visible, false if not. Default: true. * @returns snackbar reference */ - showWarning(message: string, action?: string, interpolateArgs?: any, showAction = true): MatSnackBarRef<any> { + showWarning (message: string, action?: string, interpolateArgs?: any, showAction = true): MatSnackBarRef<any> { return this.dispatchNotification(message, action, { - panelClass: WARN_SNACK_CLASS, - data: { + "panelClass": WARN_SNACK_CLASS, + "data": { showAction } }, interpolateArgs); @@ -120,41 +115,40 @@ export class NotificationService { /** * dismiss the notification snackbar */ - dismissSnackMessageAction(): void { + dismissSnackMessageAction (): void { this.snackBar.dismiss(); } /** * Push new notification to Notification History - * * @param notification - Notification model to be pushed. */ - pushToNotificationHistory(notification: NotificationModel) { + pushToNotificationHistory (notification: NotificationModel) { this.notifications$.next(notification); } - private dispatchNotification(message: string, action?: string, config?: number | MatSnackBarConfig<Omit<SnackBarData, 'actionLabel' | 'message'>>, interpolateArgs?: any): MatSnackBarRef<any> { + private dispatchNotification (message: string, action?: string, config?: number | MatSnackBarConfig<Omit<SnackBarData, 'actionLabel' | 'message'>>, interpolateArgs?: any): MatSnackBarRef<any> { const translatedMessage: string = this.translationService.instant(message, interpolateArgs); const translatedAction: string = this.translationService.instant(action, interpolateArgs); const createNotification = this.getNotificationCreator(config); this.notifications$.next(createNotification(translatedMessage)); return this.snackBar.openFromComponent<SnackbarContentComponent, SnackBarData>(SnackbarContentComponent, { - ...(typeof config === 'number' && {duration: config}), - panelClass: INFO_SNACK_CLASS, + ...(typeof config === 'number' && {"duration": config}), + "panelClass": INFO_SNACK_CLASS, ...( (typeof config === 'object') ? config : {} ), - data: { - actionLabel: translatedAction, - actionIcon: 'close', - actionIconAriaLabel: 'CLOSE', - message: translatedMessage, - showAction: true, - callActionOnIconClick: false, + "data": { + "actionLabel": translatedAction, + "actionIcon": 'close', + "actionIconAriaLabel": 'CLOSE', + "message": translatedMessage, + "showAction": true, + "callActionOnIconClick": false, ...( (typeof config === 'object') ? config.data : {} ) } }); } - private getNotificationCreator(config?: number | MatSnackBarConfig<Omit<SnackBarData, 'actionLabel' | 'message'>>) { + private getNotificationCreator (config?: number | MatSnackBarConfig<Omit<SnackBarData, 'actionLabel' | 'message'>>) { let panelClass: string = null; if (typeof config === 'object') { panelClass = Array.isArray(config.panelClass) ? config.panelClass[0] : config.panelClass; diff --git a/lib/core/src/lib/pagination/infinite-pagination.component.spec.ts b/lib/core/src/lib/pagination/infinite-pagination.component.spec.ts index 5921212140..fd70c5ec26 100644 --- a/lib/core/src/lib/pagination/infinite-pagination.component.spec.ts +++ b/lib/core/src/lib/pagination/infinite-pagination.component.spec.ts @@ -27,26 +27,26 @@ import { RequestPaginationModel } from '../models/request-pagination.model'; import { TranslateModule } from '@ngx-translate/core'; @Component({ - template: `` + "template": `` }) class TestPaginatedComponent implements PaginatedComponent { private _pagination: BehaviorSubject<PaginationModel>; - get pagination(): BehaviorSubject<PaginationModel> { + get pagination (): BehaviorSubject<PaginationModel> { if (!this._pagination) { const defaultPagination = { - maxItems: 10, - skipCount: 0, - totalItems: 0, - hasMoreItems: false + "maxItems": 10, + "skipCount": 0, + "totalItems": 0, + "hasMoreItems": false }; this._pagination = new BehaviorSubject<PaginationModel>(defaultPagination); } return this._pagination; } - updatePagination(pagination: PaginationModel) { + updatePagination (pagination: PaginationModel) { this.pagination.next(pagination); } } @@ -60,11 +60,11 @@ describe('InfinitePaginationComponent', () => { beforeEach(() => { TestBed.configureTestingModule({ - imports: [ + "imports": [ TranslateModule.forRoot(), CoreTestingModule ], - declarations: [ + "declarations": [ TestPaginatedComponent ] }); @@ -74,8 +74,8 @@ describe('InfinitePaginationComponent', () => { component.target = TestBed.createComponent(TestPaginatedComponent).componentInstance; pagination = { - skipCount: 0, - hasMoreItems: false + "skipCount": 0, + "hasMoreItems": false }; }); @@ -116,7 +116,7 @@ describe('InfinitePaginationComponent', () => { }); it('should NOT show the load more button if there are no more elements to load', (done) => { - pagination = {maxItems: 444, skipCount: 25, totalItems: 30, hasMoreItems: false}; + pagination = {"maxItems": 444, "skipCount": 25, "totalItems": 30, "hasMoreItems": false}; component.target.pagination.next(pagination); @@ -132,7 +132,7 @@ describe('InfinitePaginationComponent', () => { }); it('should show the load more button if there are more elements to load', (done) => { - pagination = {maxItems: 444, skipCount: 25, totalItems: 55, hasMoreItems: true}; + pagination = {"maxItems": 444, "skipCount": 25, "totalItems": 55, "hasMoreItems": true}; component.target.pagination.next(pagination); @@ -157,7 +157,7 @@ describe('InfinitePaginationComponent', () => { }); it('should trigger the loadMore event with skipcount 0 to reload all the elements', (done) => { - pagination = {maxItems: 444, skipCount: 25, totalItems: 55, hasMoreItems: true}; + pagination = {"maxItems": 444, "skipCount": 25, "totalItems": 55, "hasMoreItems": true}; component.target.pagination.next(pagination); @@ -175,7 +175,7 @@ describe('InfinitePaginationComponent', () => { }); it('should trigger the loadMore event with merge true to reload all the elements', (done) => { - pagination = {maxItems: 444, skipCount: 25, totalItems: 55, hasMoreItems: true}; + pagination = {"maxItems": 444, "skipCount": 25, "totalItems": 55, "hasMoreItems": true}; component.target.pagination.next(pagination); @@ -198,7 +198,7 @@ describe('InfinitePaginationComponent', () => { let spyTarget; beforeEach(() => { - pagination = {maxItems: 444, skipCount: 0, totalItems: 888, hasMoreItems: true}; + pagination = {"maxItems": 444, "skipCount": 0, "totalItems": 888, "hasMoreItems": true}; spyTarget = spyOn(component.target, 'updatePagination').and.callThrough(); }); @@ -219,10 +219,10 @@ describe('InfinitePaginationComponent', () => { component.onLoadMore(); expect(spyTarget).toHaveBeenCalledWith({ - skipCount: 0, - maxItems: 50, - hasMoreItems: false, - merge: true + "skipCount": 0, + "maxItems": 50, + "hasMoreItems": false, + "merge": true }); }); @@ -234,10 +234,10 @@ describe('InfinitePaginationComponent', () => { component.onLoadMore(); expect(spyTarget).toHaveBeenCalledWith({ - maxItems: 14, - skipCount: 0, - hasMoreItems: false, - merge: true + "maxItems": 14, + "skipCount": 0, + "hasMoreItems": false, + "merge": true }); }); @@ -246,7 +246,7 @@ describe('InfinitePaginationComponent', () => { fixture.destroy(); const emitNewPaginationEvent = () => { - const newPagination = {maxItems: 1, skipCount: 0, totalItems: 2, hasMoreItems: true}; + const newPagination = {"maxItems": 1, "skipCount": 0, "totalItems": 2, "hasMoreItems": true}; component.target.pagination.next(newPagination); }; diff --git a/lib/core/src/lib/pagination/infinite-pagination.component.ts b/lib/core/src/lib/pagination/infinite-pagination.component.ts index 32a61ce8f7..01ec572905 100644 --- a/lib/core/src/lib/pagination/infinite-pagination.component.ts +++ b/lib/core/src/lib/pagination/infinite-pagination.component.ts @@ -32,19 +32,19 @@ import { PaginationModel } from '../models/pagination.model'; import { takeUntil } from 'rxjs/operators'; @Component({ - selector: 'adf-infinite-pagination', - host: { class: 'infinite-adf-pagination' }, - templateUrl: './infinite-pagination.component.html', - styleUrls: ['./infinite-pagination.component.scss'], - changeDetection: ChangeDetectionStrategy.OnPush, - encapsulation: ViewEncapsulation.None + "selector": 'adf-infinite-pagination', + "host": { "class": 'infinite-adf-pagination' }, + "templateUrl": './infinite-pagination.component.html', + "styleUrls": ['./infinite-pagination.component.scss'], + "changeDetection": ChangeDetectionStrategy.OnPush, + "encapsulation": ViewEncapsulation.None }) export class InfinitePaginationComponent implements OnInit, OnDestroy, PaginationComponentInterface { static DEFAULT_PAGINATION: PaginationModel = new PaginationModel({ - skipCount: 0, - maxItems: 25, - totalItems: 0 + "skipCount": 0, + "maxItems": 25, + "totalItems": 0 }); _target: PaginatedComponent; @@ -52,7 +52,7 @@ export class InfinitePaginationComponent implements OnInit, OnDestroy, Paginatio /** Component that provides custom pagination support. */ @Input() - set target(target: PaginatedComponent) { + set target (target: PaginatedComponent) { if (target) { this._target = target; target.pagination @@ -70,7 +70,7 @@ export class InfinitePaginationComponent implements OnInit, OnDestroy, Paginatio } } - get target() { + get target () { return this._target; } @@ -89,15 +89,15 @@ export class InfinitePaginationComponent implements OnInit, OnDestroy, Paginatio pagination: PaginationModel = InfinitePaginationComponent.DEFAULT_PAGINATION; requestPaginationModel: RequestPaginationModel = { - skipCount: 0, - merge: true + "skipCount": 0, + "merge": true }; - constructor(private cdr: ChangeDetectorRef, + constructor (private cdr: ChangeDetectorRef, private userPreferencesService: UserPreferencesService) { } - ngOnInit() { + ngOnInit () { this.userPreferencesService .select(UserPreferenceValues.PaginationSize) .pipe(takeUntil(this.onDestroy$)) @@ -107,7 +107,7 @@ export class InfinitePaginationComponent implements OnInit, OnDestroy, Paginatio }); } - onLoadMore() { + onLoadMore () { this.requestPaginationModel.skipCount = 0; this.requestPaginationModel.merge = true; @@ -121,7 +121,7 @@ export class InfinitePaginationComponent implements OnInit, OnDestroy, Paginatio } } - reset() { + reset () { this.pagination.skipCount = 0; this.pagination.maxItems = this.pageSize; @@ -130,7 +130,7 @@ export class InfinitePaginationComponent implements OnInit, OnDestroy, Paginatio } } - ngOnDestroy() { + ngOnDestroy () { this.onDestroy$.next(true); this.onDestroy$.complete(); } diff --git a/lib/core/src/lib/pagination/pagination.component.spec.ts b/lib/core/src/lib/pagination/pagination.component.spec.ts index a8cab5df57..f69c6211bb 100644 --- a/lib/core/src/lib/pagination/pagination.component.spec.ts +++ b/lib/core/src/lib/pagination/pagination.component.spec.ts @@ -32,7 +32,7 @@ class FakePaginationInput implements PaginationModel { skipCount = 0; maxItems = 25; - constructor(pagesCount: number, currentPage: number, lastPageItems: number) { + constructor (pagesCount: number, currentPage: number, lastPageItems: number) { this.totalItems = ((pagesCount - 1) * this.maxItems) + lastPageItems; this.skipCount = (currentPage - 1) * this.maxItems; } @@ -44,11 +44,11 @@ describe('PaginationComponent', () => { let component: PaginationComponent; setupTestBed({ - imports: [ + "imports": [ TranslateModule.forRoot(), CoreTestingModule ], - schemas: [ NO_ERRORS_SCHEMA ] + "schemas": [ NO_ERRORS_SCHEMA ] }); beforeEach(() => { @@ -260,7 +260,7 @@ describe('PaginationComponent', () => { const pagination: PaginationModel = {}; const customComponent = { - pagination: new BehaviorSubject<PaginationModel>({}) + "pagination": new BehaviorSubject<PaginationModel>({}) } as PaginatedComponent; component.target = customComponent; @@ -275,7 +275,7 @@ describe('PaginationComponent', () => { const pagination2: PaginationModel = {}; const customComponent = { - pagination: new BehaviorSubject<PaginationModel>({}) + "pagination": new BehaviorSubject<PaginationModel>({}) } as PaginatedComponent; component.target = customComponent; @@ -290,10 +290,10 @@ describe('PaginationComponent', () => { it('should send pagination event to paginated component', () => { const customComponent = { - pagination: new BehaviorSubject<PaginationModel>({}), - updatePagination: () => {}, - supportedPageSizes: [], - rows: [] + "pagination": new BehaviorSubject<PaginationModel>({}), + "updatePagination": () => {}, + "supportedPageSizes": [], + "rows": [] } as PaginatedComponent; spyOn(customComponent, 'updatePagination').and.stub(); @@ -310,26 +310,26 @@ describe('PaginationComponent', () => { it('should go to previous page if current page has 0 items', () => { const customComponent = { - updatePagination: () => {}, - pagination: new BehaviorSubject<PaginationModel>({}), - rows: [] + "updatePagination": () => {}, + "pagination": new BehaviorSubject<PaginationModel>({}), + "rows": [] } as PaginatedComponent; component.target = customComponent; component.ngOnInit(); customComponent.pagination.next({ - count: 2, - skipCount: 5, - maxItems: 5 + "count": 2, + "skipCount": 5, + "maxItems": 5 }); expect(component.current).toBe(2); customComponent.pagination.next({ - count: 0, - totalItems: 5, - maxItems: 5 + "count": 0, + "totalItems": 5, + "maxItems": 5 }); expect(component.current).toBe(1); @@ -338,7 +338,7 @@ describe('PaginationComponent', () => { it('should not show pagination when external component count is zero', () => { const pagination: PaginationModel = {}; const customComponent = { - pagination: new BehaviorSubject<PaginationModel>({ count: 0, maxItems: 5, totalItems: 5 }) + "pagination": new BehaviorSubject<PaginationModel>({ "count": 0, "maxItems": 5, "totalItems": 5 }) } as PaginatedComponent; component.target = customComponent; component.ngOnInit(); diff --git a/lib/core/src/lib/pagination/pagination.component.stories.ts b/lib/core/src/lib/pagination/pagination.component.stories.ts index 88f72be90c..75ef7e5320 100644 --- a/lib/core/src/lib/pagination/pagination.component.stories.ts +++ b/lib/core/src/lib/pagination/pagination.component.stories.ts @@ -21,34 +21,34 @@ import { PaginationModule } from './pagination.module'; import { PaginationComponent } from './pagination.component'; export default { - component: PaginationComponent, - title: 'Core/Pagination/Pagination', - decorators: [ + "component": PaginationComponent, + "title": 'Core/Pagination/Pagination', + "decorators": [ moduleMetadata({ - imports: [CoreStoryModule, PaginationModule] + "imports": [CoreStoryModule, PaginationModule] }) ], - argTypes: { - target: { - control: 'object', - description: 'Component that provides custom pagination support.', - table: { type: { summary: 'PaginatedComponent' } } + "argTypes": { + "target": { + "control": 'object', + "description": 'Component that provides custom pagination support.', + "table": { "type": { "summary": 'PaginatedComponent' } } }, - supportedPageSizes: { - control: 'object', - defaultValue: [5, 10, 15, 20], - description: 'An array of page sizes.', - table: { type: { summary: 'number[]' } } + "supportedPageSizes": { + "control": 'object', + "defaultValue": [5, 10, 15, 20], + "description": 'An array of page sizes.', + "table": { "type": { "summary": 'number[]' } } }, - pagination: { - control: 'object', - description: 'Pagination object.', - defaultValue: { skipCount: 0, maxItems: 25, totalItems: 100, count: 100, hasMoreItems: false }, - table: { - type: { summary: 'PaginationModel' }, - defaultValue: { - summary: 'PaginationModel', - detail: '{\n skipCount: 0 /* How many entities exist in the collection before those included in this list? */,' + + "pagination": { + "control": 'object', + "description": 'Pagination object.', + "defaultValue": { "skipCount": 0, "maxItems": 25, "totalItems": 100, "count": 100, "hasMoreItems": false }, + "table": { + "type": { "summary": 'PaginationModel' }, + "defaultValue": { + "summary": 'PaginationModel', + "detail": '{\n skipCount: 0 /* How many entities exist in the collection before those included in this list? */,' + '\n maxItems: 25 /* The value of the maxItems parameter used to generate this list. The default value is 100. */,' + '\n totalItems: 0 /* An integer describing the total number of entities in the collection. */,' + '\n count: 0, /* The number of objects in the entries array. */' + @@ -56,37 +56,37 @@ export default { } } }, - change: { - action: 'change', - description: 'Emitted when pagination changes in any way.', - table: { category: 'Actions' } + "change": { + "action": 'change', + "description": 'Emitted when pagination changes in any way.', + "table": { "category": 'Actions' } }, - changePageNumber: { - action: 'changePageNumber', - description: 'Emitted when the page number changes.', - table: { category: 'Actions' } + "changePageNumber": { + "action": 'changePageNumber', + "description": 'Emitted when the page number changes.', + "table": { "category": 'Actions' } }, - changePageSize: { - action: 'changePageSize', - description: 'Emitted when the page size changes.', - table: { category: 'Actions' } + "changePageSize": { + "action": 'changePageSize', + "description": 'Emitted when the page size changes.', + "table": { "category": 'Actions' } }, - nextPage: { - action: 'nextPage', - description: 'Emitted when the next page is requested.', - table: { category: 'Actions' } + "nextPage": { + "action": 'nextPage', + "description": 'Emitted when the next page is requested.', + "table": { "category": 'Actions' } }, - prevPage: { - action: 'prevPage', - description: 'Emitted when the previous page is requested.', - table: { category: 'Actions' } + "prevPage": { + "action": 'prevPage', + "description": 'Emitted when the previous page is requested.', + "table": { "category": 'Actions' } } } } as Meta; const template: Story<PaginationComponent> = (args: PaginationComponent) => ({ - props: args + "props": args }); export const pagination = template.bind({}); -pagination.parameters = { layout: 'centered' }; +pagination.parameters = { "layout": 'centered' }; diff --git a/lib/core/src/lib/pagination/pagination.component.ts b/lib/core/src/lib/pagination/pagination.component.ts index 5d2d8821d9..8411feadcb 100644 --- a/lib/core/src/lib/pagination/pagination.component.ts +++ b/lib/core/src/lib/pagination/pagination.component.ts @@ -31,20 +31,20 @@ export type PaginationAction = | 'CHANGE_PAGE_NUMBER'; export const DEFAULT_PAGINATION: PaginationModel = { - skipCount: 0, - maxItems: 25, - totalItems: 0, - count: 0, - hasMoreItems: false + "skipCount": 0, + "maxItems": 25, + "totalItems": 0, + "count": 0, + "hasMoreItems": false }; @Component({ - selector: 'adf-pagination', - host: { class: 'adf-pagination' }, - templateUrl: './pagination.component.html', - styleUrls: ['./pagination.component.scss'], - changeDetection: ChangeDetectionStrategy.OnPush, - encapsulation: ViewEncapsulation.None + "selector": 'adf-pagination', + "host": { "class": 'adf-pagination' }, + "templateUrl": './pagination.component.html', + "styleUrls": ['./pagination.component.scss'], + "changeDetection": ChangeDetectionStrategy.OnPush, + "encapsulation": ViewEncapsulation.None }) export class PaginationComponent implements OnInit, OnDestroy, PaginationComponentInterface { private _pagination: PaginationModel; @@ -59,13 +59,13 @@ export class PaginationComponent implements OnInit, OnDestroy, PaginationCompone @Input() supportedPageSizes: number[]; - get pagination(): PaginationModel { + get pagination (): PaginationModel { return this._pagination; } /** Pagination object. */ @Input() - set pagination(value: PaginationModel) { + set pagination (value: PaginationModel) { value = value || DEFAULT_PAGINATION; this._pagination = value; @@ -105,7 +105,7 @@ export class PaginationComponent implements OnInit, OnDestroy, PaginationCompone private onDestroy$ = new Subject<boolean>(); - constructor( + constructor ( private elementRef: ElementRef, private renderer: Renderer2, private cdr: ChangeDetectorRef, @@ -113,7 +113,7 @@ export class PaginationComponent implements OnInit, OnDestroy, PaginationCompone private translate: TranslateService) { } - ngOnInit() { + ngOnInit () { this.userPreferencesService .select(UserPreferenceValues.PaginationSize) .pipe(takeUntil(this.onDestroy$)) @@ -150,7 +150,7 @@ export class PaginationComponent implements OnInit, OnDestroy, PaginationCompone } } - get lastPage(): number { + get lastPage (): number { const { maxItems, totalItems } = this.pagination; return (totalItems && maxItems) @@ -158,7 +158,7 @@ export class PaginationComponent implements OnInit, OnDestroy, PaginationCompone : 1; } - get current(): number { + get current (): number { const { maxItems, skipCount } = this.pagination; return (skipCount && maxItems) @@ -166,36 +166,36 @@ export class PaginationComponent implements OnInit, OnDestroy, PaginationCompone : 1; } - get isLastPage(): boolean { + get isLastPage (): boolean { if (!this.pagination.totalItems && this.pagination.hasMoreItems) { return false; } return this.current === this.lastPage; } - get isFirstPage(): boolean { + get isFirstPage (): boolean { return this.current === 1; } - get next(): number { + get next (): number { return this.isLastPage ? this.current : this.current + 1; } - get previous(): number { + get previous (): number { return this.isFirstPage ? 1 : this.current - 1; } - get hasItems(): boolean { + get hasItems (): boolean { return this._hasItems; } // TODO: not working correctly in Angular 10 // @HostBinding('class.adf-pagination__empty') - get isEmpty(): boolean { + get isEmpty (): boolean { return this._isEmpty; } - get range(): number[] { + get range (): number[] { const { skipCount, maxItems, totalItems } = this.pagination; let start = 0; @@ -208,13 +208,13 @@ export class PaginationComponent implements OnInit, OnDestroy, PaginationCompone return [start, end]; } - get pages(): number[] { + get pages (): number[] { return Array(this.lastPage) .fill('n') .map((_, index) => (index + 1)); } - get limitedPages(): number[] { + get limitedPages (): number[] { if (this.lastPage <= 100) { return this.pages; } @@ -228,12 +228,12 @@ export class PaginationComponent implements OnInit, OnDestroy, PaginationCompone ].filter((value: number, index: number, array: number[]) => value > 0 && value <= this.lastPage && !array.slice(0, index).includes(value)); } - get itemRangeText(): string { + get itemRangeText (): string { const rangeString = this.range.join('-'); let translation = this.translate.instant('CORE.PAGINATION.ITEMS_RANGE', { - range: rangeString, - total: this.pagination.totalItems + "range": rangeString, + "total": this.pagination.totalItems }); if (!this.pagination.totalItems) { @@ -243,7 +243,7 @@ export class PaginationComponent implements OnInit, OnDestroy, PaginationCompone return translation; } - goNext() { + goNext () { if (this.hasItems) { const maxItems = this.pagination.maxItems; const skipCount = (this.next - 1) * maxItems; @@ -257,7 +257,7 @@ export class PaginationComponent implements OnInit, OnDestroy, PaginationCompone } } - goPrevious() { + goPrevious () { if (this.hasItems) { const maxItems = this.pagination.maxItems; const skipCount = (this.previous - 1) * maxItems; @@ -271,7 +271,7 @@ export class PaginationComponent implements OnInit, OnDestroy, PaginationCompone } } - onChangePageNumber(pageNumber: number) { + onChangePageNumber (pageNumber: number) { if (this.hasItems) { const maxItems = this.pagination.maxItems; const skipCount = (pageNumber - 1) * maxItems; @@ -285,10 +285,10 @@ export class PaginationComponent implements OnInit, OnDestroy, PaginationCompone } } - onChangePageSize(maxItems: number) { + onChangePageSize (maxItems: number) { this.pagination = { ...this.pagination, - skipCount: 0, + "skipCount": 0, maxItems }; @@ -296,12 +296,12 @@ export class PaginationComponent implements OnInit, OnDestroy, PaginationCompone this.handlePaginationEvent('CHANGE_PAGE_SIZE'); } - ngOnDestroy() { + ngOnDestroy () { this.onDestroy$.next(true); this.onDestroy$.complete(); } - handlePaginationEvent(action: PaginationAction) { + handlePaginationEvent (action: PaginationAction) { const paginationModel = { ...this.pagination }; if (action === 'NEXT_PAGE') { diff --git a/lib/core/src/lib/pagination/pagination.module.ts b/lib/core/src/lib/pagination/pagination.module.ts index e89e91431f..bf30237b4b 100644 --- a/lib/core/src/lib/pagination/pagination.module.ts +++ b/lib/core/src/lib/pagination/pagination.module.ts @@ -23,16 +23,16 @@ import { InfinitePaginationComponent } from './infinite-pagination.component'; import { PaginationComponent } from './pagination.component'; @NgModule({ - imports: [ + "imports": [ CommonModule, MaterialModule, TranslateModule ], - declarations: [ + "declarations": [ InfinitePaginationComponent, PaginationComponent ], - exports: [ + "exports": [ InfinitePaginationComponent, PaginationComponent ] diff --git a/lib/core/src/lib/pipes/boolean.pipe.spec.ts b/lib/core/src/lib/pipes/boolean.pipe.spec.ts index 438e027352..99c3efdec6 100644 --- a/lib/core/src/lib/pipes/boolean.pipe.spec.ts +++ b/lib/core/src/lib/pipes/boolean.pipe.spec.ts @@ -79,7 +79,7 @@ describe('BooleanPipe', () => { it('object', () => { expect(pipe.transform({})).toBe(''); - expect(pipe.transform({ value: 'true'})).toBe(''); + expect(pipe.transform({ "value": 'true'})).toBe(''); }); }); }); diff --git a/lib/core/src/lib/pipes/boolean.pipe.ts b/lib/core/src/lib/pipes/boolean.pipe.ts index 459987d52f..246ee6cd4c 100644 --- a/lib/core/src/lib/pipes/boolean.pipe.ts +++ b/lib/core/src/lib/pipes/boolean.pipe.ts @@ -18,18 +18,18 @@ import { Pipe, PipeTransform } from '@angular/core'; @Pipe({ - name: 'adfBoolean', - standalone: true + "name": 'adfBoolean', + "standalone": true }) export class BooleanPipe implements PipeTransform { - transform(value: any): string { + transform (value: any): string { if (typeof value === 'boolean') { return value ? 'true' : 'false'; } return this.isRecognizedAsBoolean(value) ? value : ''; } - private isRecognizedAsBoolean(value: any): boolean { + private isRecognizedAsBoolean (value: any): boolean { return value === 'true' || value === 'false'; } } diff --git a/lib/core/src/lib/pipes/date-time.pipe.spec.ts b/lib/core/src/lib/pipes/date-time.pipe.spec.ts index 51b65ae236..0afcadbbb6 100644 --- a/lib/core/src/lib/pipes/date-time.pipe.spec.ts +++ b/lib/core/src/lib/pipes/date-time.pipe.spec.ts @@ -26,8 +26,8 @@ describe('DateTimePipe', () => { beforeEach(() => { TestBed.configureTestingModule({ - imports: [TranslateModule.forRoot(), CoreTestingModule], - providers: [DateTimePipe] + "imports": [TranslateModule.forRoot(), CoreTestingModule], + "providers": [DateTimePipe] }); pipe = new DateTimePipe(); diff --git a/lib/core/src/lib/pipes/date-time.pipe.ts b/lib/core/src/lib/pipes/date-time.pipe.ts index 81462cb6ef..6be4f136bd 100644 --- a/lib/core/src/lib/pipes/date-time.pipe.ts +++ b/lib/core/src/lib/pipes/date-time.pipe.ts @@ -18,9 +18,9 @@ import { Pipe, PipeTransform } from '@angular/core'; import { addMinutes, fromUnixTime, parse } from 'date-fns'; -@Pipe({ name: 'adfDateTime' }) +@Pipe({ "name": 'adfDateTime' }) export class DateTimePipe implements PipeTransform { - transform(value: string | Date | number, dateFormat: string): Date { + transform (value: string | Date | number, dateFormat: string): Date { let parsedValue: Date; if (typeof value === 'string') { diff --git a/lib/core/src/lib/pipes/decimal-number.pipe.spec.ts b/lib/core/src/lib/pipes/decimal-number.pipe.spec.ts index ffb1d2c5f6..54a64a1700 100644 --- a/lib/core/src/lib/pipes/decimal-number.pipe.spec.ts +++ b/lib/core/src/lib/pipes/decimal-number.pipe.spec.ts @@ -30,7 +30,7 @@ describe('DecimalNumberPipe', () => { beforeEach(() => { TestBed.configureTestingModule({ - imports: [ + "imports": [ TranslateModule.forRoot(), CoreTestingModule ] @@ -46,9 +46,9 @@ describe('DecimalNumberPipe', () => { it('should return number with at least the minimum of digints in the integer part', () => { const decimalValues = { - minIntegerDigits: 6, - minFractionDigits: undefined, - maxFractionDigits: undefined + "minIntegerDigits": 6, + "minFractionDigits": undefined, + "maxFractionDigits": undefined }; expect(pipe.transform(1234.567, decimalValues)).toBe('001,234.57'); @@ -56,9 +56,9 @@ describe('DecimalNumberPipe', () => { it('should return number with at least the minimum of digints in the integer part', () => { const decimalValues = { - minIntegerDigits: undefined, - minFractionDigits: 4, - maxFractionDigits: 10 + "minIntegerDigits": undefined, + "minFractionDigits": 4, + "maxFractionDigits": 10 }; expect(pipe.transform(1234.567, decimalValues)).toBe('1,234.5670'); @@ -66,9 +66,9 @@ describe('DecimalNumberPipe', () => { it('should return number with at least the minimum of digints in the integer part', () => { const decimalValues = { - minIntegerDigits: undefined, - minFractionDigits: 0, - maxFractionDigits: 1 + "minIntegerDigits": undefined, + "minFractionDigits": 0, + "maxFractionDigits": 1 }; expect(pipe.transform(1234.567, decimalValues)).toBe('1,234.6'); diff --git a/lib/core/src/lib/pipes/decimal-number.pipe.ts b/lib/core/src/lib/pipes/decimal-number.pipe.ts index 15b747294d..36f160643b 100644 --- a/lib/core/src/lib/pipes/decimal-number.pipe.ts +++ b/lib/core/src/lib/pipes/decimal-number.pipe.ts @@ -24,8 +24,8 @@ import { Subject } from 'rxjs'; import { takeUntil } from 'rxjs/operators'; @Pipe({ - name: 'adfDecimalNumber', - pure: false + "name": 'adfDecimalNumber', + "pure": false }) export class DecimalNumberPipe implements PipeTransform, OnDestroy { static DEFAULT_LOCALE = 'en-US'; @@ -40,7 +40,7 @@ export class DecimalNumberPipe implements PipeTransform, OnDestroy { onDestroy$: Subject<boolean> = new Subject<boolean>(); - constructor(public userPreferenceService?: UserPreferencesService, public appConfig?: AppConfigService) { + constructor (public userPreferenceService?: UserPreferencesService, public appConfig?: AppConfigService) { if (this.userPreferenceService) { this.userPreferenceService .select(UserPreferenceValues.Locale) @@ -65,7 +65,7 @@ export class DecimalNumberPipe implements PipeTransform, OnDestroy { } } - transform(value: any, digitsInfo?: DecimalNumberModel, locale?: string): any { + transform (value: any, digitsInfo?: DecimalNumberModel, locale?: string): any { const actualMinIntegerDigits: number = digitsInfo?.minIntegerDigits ? digitsInfo.minIntegerDigits : this.defaultMinIntegerDigits; const actualMinFractionDigits: number = digitsInfo?.minFractionDigits ? digitsInfo.minFractionDigits : this.defaultMinFractionDigits; const actualMaxFractionDigits: number = digitsInfo?.maxFractionDigits ? digitsInfo.maxFractionDigits : this.defaultMaxFractionDigits; @@ -77,7 +77,7 @@ export class DecimalNumberPipe implements PipeTransform, OnDestroy { return decimalPipe.transform(value, actualDigitsInfo); } - ngOnDestroy(): void { + ngOnDestroy (): void { this.onDestroy$.next(true); this.onDestroy$.complete(); } diff --git a/lib/core/src/lib/pipes/file-size.pipe.spec.ts b/lib/core/src/lib/pipes/file-size.pipe.spec.ts index 9ae98b65da..4a06cf1836 100644 --- a/lib/core/src/lib/pipes/file-size.pipe.spec.ts +++ b/lib/core/src/lib/pipes/file-size.pipe.spec.ts @@ -23,7 +23,7 @@ describe('FileSizePipe', () => { beforeEach(() => { const translation: any = { - instant: (key: string) => { + "instant": (key: string) => { const enUs = { 'CORE.FILE_SIZE.BYTES': 'Bytes', 'CORE.FILE_SIZE.KB': 'KB', @@ -74,14 +74,14 @@ describe('FileSizePipe', () => { it('should convert value with custom precision', () => { const tests = [ - { size: 10, precision: 2, expectancy: '10 Bytes'}, - { size: 1023, precision: 1, expectancy: '1023 Bytes'}, - { size: 1025, precision: 2, expectancy: '1 KB'}, - { size: 1499, precision: 0, expectancy: '1.46 KB'}, - { size: 1999, precision: 0, expectancy: '1.95 KB'}, - { size: 2000, precision: 2, expectancy: '1.95 KB'}, - { size: 5000000, precision: 4, expectancy: '4.7684 MB'}, - { size: 12345678901234, precision: 3, expectancy: '11.228 TB'} + { "size": 10, "precision": 2, "expectancy": '10 Bytes'}, + { "size": 1023, "precision": 1, "expectancy": '1023 Bytes'}, + { "size": 1025, "precision": 2, "expectancy": '1 KB'}, + { "size": 1499, "precision": 0, "expectancy": '1.46 KB'}, + { "size": 1999, "precision": 0, "expectancy": '1.95 KB'}, + { "size": 2000, "precision": 2, "expectancy": '1.95 KB'}, + { "size": 5000000, "precision": 4, "expectancy": '4.7684 MB'}, + { "size": 12345678901234, "precision": 3, "expectancy": '11.228 TB'} ]; tests.forEach(({ size, precision, expectancy }) => { diff --git a/lib/core/src/lib/pipes/file-size.pipe.ts b/lib/core/src/lib/pipes/file-size.pipe.ts index f1337c128a..32a221867f 100644 --- a/lib/core/src/lib/pipes/file-size.pipe.ts +++ b/lib/core/src/lib/pipes/file-size.pipe.ts @@ -19,15 +19,15 @@ import { Pipe, PipeTransform } from '@angular/core'; import { TranslationService } from '../translation/translation.service'; @Pipe({ - name: 'adfFileSize', - pure: false + "name": 'adfFileSize', + "pure": false }) export class FileSizePipe implements PipeTransform { - constructor(private translation: TranslationService) { + constructor (private translation: TranslationService) { } - transform(paramByte: any, decimals: number = 2): string { + transform (paramByte: any, decimals: number = 2): string { if (paramByte == null) { return ''; } diff --git a/lib/core/src/lib/pipes/file-type.pipe.ts b/lib/core/src/lib/pipes/file-type.pipe.ts index 5b1c55f002..9e5ad2ee3e 100644 --- a/lib/core/src/lib/pipes/file-type.pipe.ts +++ b/lib/core/src/lib/pipes/file-type.pipe.ts @@ -18,12 +18,12 @@ import { PipeTransform, Pipe } from '@angular/core'; @Pipe({ - name: 'fileType', - pure: true + "name": 'fileType', + "pure": true }) export class FileTypePipe implements PipeTransform { - transform(value: string) { + transform (value: string) { if ( value == null ) { return ''; diff --git a/lib/core/src/lib/pipes/filter-out-every-object-by-prop.pipe.spec.ts b/lib/core/src/lib/pipes/filter-out-every-object-by-prop.pipe.spec.ts index 30bbc28d89..655c0abdd1 100644 --- a/lib/core/src/lib/pipes/filter-out-every-object-by-prop.pipe.spec.ts +++ b/lib/core/src/lib/pipes/filter-out-every-object-by-prop.pipe.spec.ts @@ -26,11 +26,11 @@ describe('FilterOutArrayObjectsByPropPipe', () => { it('should filter out object', () => { const testArray = [{ - id: 1 + "id": 1 }, { - id: 2 + "id": 2 }, { - id: 3 + "id": 3 }]; const result = pipe.transform(testArray, 'id', 3); @@ -42,13 +42,13 @@ describe('FilterOutArrayObjectsByPropPipe', () => { it('should filter out multiple objects', () => { const testArray = [{ - isHidden: true + "isHidden": true }, { - isHidden: true + "isHidden": true }, { - isHidden: true + "isHidden": true }, { - isHidden: false + "isHidden": false }]; const result = pipe.transform(testArray, 'isHidden', true); @@ -66,7 +66,7 @@ describe('FilterOutArrayObjectsByPropPipe', () => { }); it('should work with non existing prop', () => { - const testArray = [{ prop: 1 }]; + const testArray = [{ "prop": 1 }]; const result = pipe.transform(testArray, 'nonExistionProp', 1); diff --git a/lib/core/src/lib/pipes/filter-out-every-object-by-prop.pipe.ts b/lib/core/src/lib/pipes/filter-out-every-object-by-prop.pipe.ts index f4e3311f0a..7d4e54117d 100644 --- a/lib/core/src/lib/pipes/filter-out-every-object-by-prop.pipe.ts +++ b/lib/core/src/lib/pipes/filter-out-every-object-by-prop.pipe.ts @@ -17,9 +17,9 @@ import { Pipe, PipeTransform } from '@angular/core'; -@Pipe({ name: 'filterOutEvery' }) +@Pipe({ "name": 'filterOutEvery' }) export class FilterOutArrayObjectsByPropPipe<T> implements PipeTransform { - transform(values: T[], filterKey: string, filterValue: any): T[] { + transform (values: T[], filterKey: string, filterValue: any): T[] { return (values ?? []).filter(value => value[filterKey] !== filterValue); } } diff --git a/lib/core/src/lib/pipes/filter-string.pipe.ts b/lib/core/src/lib/pipes/filter-string.pipe.ts index fd6f3a1f7b..49f1cfb760 100644 --- a/lib/core/src/lib/pipes/filter-string.pipe.ts +++ b/lib/core/src/lib/pipes/filter-string.pipe.ts @@ -17,10 +17,10 @@ import { Pipe, PipeTransform } from '@angular/core'; -@Pipe({ name: 'filterString' }) +@Pipe({ "name": 'filterString' }) export class FilterStringPipe implements PipeTransform { - transform(value: string = '', filterBy: string = ''): string { + transform (value: string = '', filterBy: string = ''): string { const testResult = filterBy ? value.toLowerCase().indexOf(filterBy.toLowerCase()) > -1 : true; diff --git a/lib/core/src/lib/pipes/format-space.pipe.ts b/lib/core/src/lib/pipes/format-space.pipe.ts index 2761699638..d774cf91c3 100644 --- a/lib/core/src/lib/pipes/format-space.pipe.ts +++ b/lib/core/src/lib/pipes/format-space.pipe.ts @@ -18,11 +18,11 @@ import { Pipe, PipeTransform } from '@angular/core'; @Pipe({ - name: 'formatSpace' + "name": 'formatSpace' }) export class FormatSpacePipe implements PipeTransform { - transform(inputValue: string, replaceChar: string = '_', lowerCase: boolean = true): string { + transform (inputValue: string, replaceChar: string = '_', lowerCase: boolean = true): string { let transformedString = ''; if (inputValue) { transformedString = lowerCase ? inputValue.trim().split(' ').join(replaceChar).toLocaleLowerCase() : diff --git a/lib/core/src/lib/pipes/full-name.pipe.spec.ts b/lib/core/src/lib/pipes/full-name.pipe.spec.ts index cb45540138..4c9ea446a7 100644 --- a/lib/core/src/lib/pipes/full-name.pipe.spec.ts +++ b/lib/core/src/lib/pipes/full-name.pipe.spec.ts @@ -31,27 +31,27 @@ describe('FullNamePipe', () => { }); it('should return only firstName as fullName when there is no lastName ', () => { - const user = {firstName : 'Abc'}; + const user = {"firstName" : 'Abc'}; expect(pipe.transform(user)).toBe('Abc'); }); it('should return only lastName as fullName when there is no firstName ', () => { - const user = {lastName : 'Xyz'}; + const user = {"lastName" : 'Xyz'}; expect(pipe.transform(user)).toBe('Xyz'); }); it('should return fullName when firstName and lastName are available', () => { - const user = {firstName : 'Abc', lastName : 'Xyz'}; + const user = {"firstName" : 'Abc', "lastName" : 'Xyz'}; expect(pipe.transform(user)).toBe('Abc Xyz'); }); it('should return username when firstName and lastName are not available', () => { - const user = {firstName : '', lastName : '', username: 'username'}; + const user = {"firstName" : '', "lastName" : '', "username": 'username'}; expect(pipe.transform(user)).toBe('username'); }); it('should return user eamil when firstName, lastName and username are not available', () => { - const user = {firstName : '', lastName : '', username: '', email: 'abcXyz@gmail.com'}; + const user = {"firstName" : '', "lastName" : '', "username": '', "email": 'abcXyz@gmail.com'}; expect(pipe.transform(user)).toBe('abcXyz@gmail.com'); }); }); diff --git a/lib/core/src/lib/pipes/full-name.pipe.ts b/lib/core/src/lib/pipes/full-name.pipe.ts index d2af5a3e52..55316ad046 100644 --- a/lib/core/src/lib/pipes/full-name.pipe.ts +++ b/lib/core/src/lib/pipes/full-name.pipe.ts @@ -18,14 +18,14 @@ import { Pipe, PipeTransform } from '@angular/core'; import { UserLike } from './user-like.interface'; -@Pipe({ name: 'fullName' }) +@Pipe({ "name": 'fullName' }) export class FullNamePipe implements PipeTransform { - transform(user: UserLike): string { + transform (user: UserLike): string { return this.buildFullName(user) ? this.buildFullName(user) : this.buildFromUsernameOrEmail(user); } - buildFullName(user: UserLike): string { + buildFullName (user: UserLike): string { const fullName: string[] = []; fullName.push(user?.firstName); @@ -34,7 +34,7 @@ export class FullNamePipe implements PipeTransform { return fullName.join(' ').trim(); } - buildFromUsernameOrEmail(user: UserLike): string { + buildFromUsernameOrEmail (user: UserLike): string { return (user?.username || user?.email) ?? '' ; } } diff --git a/lib/core/src/lib/pipes/localized-date.pipe.spec.ts b/lib/core/src/lib/pipes/localized-date.pipe.spec.ts index 8269776807..56e07a1c75 100644 --- a/lib/core/src/lib/pipes/localized-date.pipe.spec.ts +++ b/lib/core/src/lib/pipes/localized-date.pipe.spec.ts @@ -33,7 +33,7 @@ describe('LocalizedDatePipe', () => { beforeEach(() => { TestBed.configureTestingModule({ - imports: [ + "imports": [ TranslateModule.forRoot(), CoreTestingModule ] diff --git a/lib/core/src/lib/pipes/localized-date.pipe.ts b/lib/core/src/lib/pipes/localized-date.pipe.ts index 49b21cfd7b..4d392303db 100644 --- a/lib/core/src/lib/pipes/localized-date.pipe.ts +++ b/lib/core/src/lib/pipes/localized-date.pipe.ts @@ -23,9 +23,9 @@ import { Subject } from 'rxjs'; import { takeUntil } from 'rxjs/operators'; @Pipe({ - standalone: true, - name: 'adfLocalizedDate', - pure: false + "standalone": true, + "name": 'adfLocalizedDate', + "pure": false }) export class LocalizedDatePipe implements PipeTransform, OnDestroy { @@ -37,7 +37,7 @@ export class LocalizedDatePipe implements PipeTransform, OnDestroy { private onDestroy$ = new Subject<boolean>(); - constructor(public userPreferenceService?: UserPreferencesService, + constructor (public userPreferenceService?: UserPreferencesService, public appConfig?: AppConfigService) { if (this.userPreferenceService) { @@ -56,14 +56,14 @@ export class LocalizedDatePipe implements PipeTransform, OnDestroy { } } - transform(value: Date | string | number, format?: string, locale?: string): string { + transform (value: Date | string | number, format?: string, locale?: string): string { const actualFormat = format || this.defaultFormat; const actualLocale = locale || this.defaultLocale; const datePipe = new DatePipe(actualLocale); return datePipe.transform(value, actualFormat); } - ngOnDestroy() { + ngOnDestroy () { this.onDestroy$.next(true); this.onDestroy$.complete(); } diff --git a/lib/core/src/lib/pipes/localized-role.pipe.ts b/lib/core/src/lib/pipes/localized-role.pipe.ts index ef15957a3d..93d8508e59 100644 --- a/lib/core/src/lib/pipes/localized-role.pipe.ts +++ b/lib/core/src/lib/pipes/localized-role.pipe.ts @@ -19,13 +19,13 @@ import { Pipe, PipeTransform } from '@angular/core'; import { TranslationService } from '../translation/translation.service'; @Pipe({ - name: 'adfLocalizedRole' + "name": 'adfLocalizedRole' }) export class LocalizedRolePipe implements PipeTransform { - constructor(private translationService: TranslationService) { + constructor (private translationService: TranslationService) { } - transform(value: string): any { + transform (value: string): any { if (value) { const key = `ADF.ROLES.${value.toUpperCase()}`; const translation = this.translationService.instant(key); diff --git a/lib/core/src/lib/pipes/mime-type-icon.pipe.ts b/lib/core/src/lib/pipes/mime-type-icon.pipe.ts index 44411611e7..0e31b3e19a 100644 --- a/lib/core/src/lib/pipes/mime-type-icon.pipe.ts +++ b/lib/core/src/lib/pipes/mime-type-icon.pipe.ts @@ -19,13 +19,13 @@ import { Pipe, PipeTransform } from '@angular/core'; import { ThumbnailService } from '../common/services/thumbnail.service'; @Pipe({ - name: 'adfMimeTypeIcon' + "name": 'adfMimeTypeIcon' }) export class MimeTypeIconPipe implements PipeTransform { - constructor(private thumbnailService: ThumbnailService) { } + constructor (private thumbnailService: ThumbnailService) { } - transform(text: string): string { + transform (text: string): string { return this.thumbnailService.getMimeTypeIcon(text); } } diff --git a/lib/core/src/lib/pipes/moment-date.pipe.ts b/lib/core/src/lib/pipes/moment-date.pipe.ts index 012c510349..7428b71ad0 100644 --- a/lib/core/src/lib/pipes/moment-date.pipe.ts +++ b/lib/core/src/lib/pipes/moment-date.pipe.ts @@ -22,9 +22,9 @@ declare let moment: any; /** * @deprecated this pipe is deprecated and should no longer be used */ -@Pipe({ name: 'adfMomentDate' }) +@Pipe({ "name": 'adfMomentDate' }) export class MomentDatePipe implements PipeTransform { - transform(value: any, dateFormat: string): any { + transform (value: any, dateFormat: string): any { return moment(value, dateFormat); } } diff --git a/lib/core/src/lib/pipes/moment-datetime.pipe.ts b/lib/core/src/lib/pipes/moment-datetime.pipe.ts index 4c2eba9b18..bc84075a8f 100644 --- a/lib/core/src/lib/pipes/moment-datetime.pipe.ts +++ b/lib/core/src/lib/pipes/moment-datetime.pipe.ts @@ -21,9 +21,9 @@ declare let moment: any; /** * @deprecated this pipe is deprecated and should no longer be used */ -@Pipe({ name: 'adfMomentDateTime' }) +@Pipe({ "name": 'adfMomentDateTime' }) export class MomentDateTimePipe implements PipeTransform { - transform(value: any, dateFormat: string): any { + transform (value: any, dateFormat: string): any { return moment(value, dateFormat).add(moment(value, dateFormat).utcOffset(), 'minutes'); } } diff --git a/lib/core/src/lib/pipes/multi-value.pipe.spec.ts b/lib/core/src/lib/pipes/multi-value.pipe.spec.ts index 5977cb180a..02147f96fc 100644 --- a/lib/core/src/lib/pipes/multi-value.pipe.spec.ts +++ b/lib/core/src/lib/pipes/multi-value.pipe.spec.ts @@ -26,7 +26,7 @@ describe('FullNamePipe', () => { beforeEach(() => { TestBed.configureTestingModule({ - imports: [ + "imports": [ TranslateModule.forRoot(), CoreTestingModule ] diff --git a/lib/core/src/lib/pipes/multi-value.pipe.ts b/lib/core/src/lib/pipes/multi-value.pipe.ts index 40c16b0845..d7b285f44c 100644 --- a/lib/core/src/lib/pipes/multi-value.pipe.ts +++ b/lib/core/src/lib/pipes/multi-value.pipe.ts @@ -17,12 +17,12 @@ import { Pipe, PipeTransform } from '@angular/core'; -@Pipe({ name: 'multiValue' }) +@Pipe({ "name": 'multiValue' }) export class MultiValuePipe implements PipeTransform { static DEFAULT_SEPARATOR = ', '; - transform(values: any | any[], valueSeparator: string = MultiValuePipe.DEFAULT_SEPARATOR): string { + transform (values: any | any[], valueSeparator: string = MultiValuePipe.DEFAULT_SEPARATOR): string { if (values && values instanceof Array) { return values.join(valueSeparator); diff --git a/lib/core/src/lib/pipes/pipe.module.ts b/lib/core/src/lib/pipes/pipe.module.ts index 5719ce2e6f..a60268b655 100644 --- a/lib/core/src/lib/pipes/pipe.module.ts +++ b/lib/core/src/lib/pipes/pipe.module.ts @@ -38,13 +38,13 @@ import { FilterOutArrayObjectsByPropPipe } from './filter-out-every-object-by-pr import { DateTimePipe } from './date-time.pipe'; @NgModule({ - imports: [ + "imports": [ CommonModule, TranslateModule, LocalizedDatePipe, TimeAgoPipe ], - declarations: [ + "declarations": [ FileSizePipe, HighlightPipe, MimeTypeIconPipe, @@ -61,7 +61,7 @@ import { DateTimePipe } from './date-time.pipe'; FilterStringPipe, FilterOutArrayObjectsByPropPipe ], - providers: [ + "providers": [ FileSizePipe, HighlightPipe, TimeAgoPipe, @@ -79,7 +79,7 @@ import { DateTimePipe } from './date-time.pipe'; FilterOutArrayObjectsByPropPipe, LocalizedDatePipe ], - exports: [ + "exports": [ FileSizePipe, HighlightPipe, TimeAgoPipe, diff --git a/lib/core/src/lib/pipes/text-highlight.pipe.ts b/lib/core/src/lib/pipes/text-highlight.pipe.ts index a3cc024d9a..50be8d8c6e 100644 --- a/lib/core/src/lib/pipes/text-highlight.pipe.ts +++ b/lib/core/src/lib/pipes/text-highlight.pipe.ts @@ -19,13 +19,13 @@ import { Pipe, PipeTransform } from '@angular/core'; import { HighlightTransformService, HighlightTransformResult } from '../common/services/highlight-transform.service'; @Pipe({ - name: 'highlight' + "name": 'highlight' }) export class HighlightPipe implements PipeTransform { - constructor(private highlightTransformService: HighlightTransformService) { } + constructor (private highlightTransformService: HighlightTransformService) { } - transform(text: string, search: string): string { + transform (text: string, search: string): string { const highlightTransformResult: HighlightTransformResult = this.highlightTransformService.highlight(text, search); return highlightTransformResult.text; } diff --git a/lib/core/src/lib/pipes/time-ago.pipe.spec.ts b/lib/core/src/lib/pipes/time-ago.pipe.spec.ts index f3fc7b63ab..74b18b1a9b 100644 --- a/lib/core/src/lib/pipes/time-ago.pipe.spec.ts +++ b/lib/core/src/lib/pipes/time-ago.pipe.spec.ts @@ -30,7 +30,7 @@ describe('TimeAgoPipe', () => { beforeEach(() => { TestBed.configureTestingModule({ - imports: [ + "imports": [ TranslateModule.forRoot(), CoreTestingModule ] diff --git a/lib/core/src/lib/pipes/time-ago.pipe.ts b/lib/core/src/lib/pipes/time-ago.pipe.ts index 9119a18d6f..3c8f9b941a 100644 --- a/lib/core/src/lib/pipes/time-ago.pipe.ts +++ b/lib/core/src/lib/pipes/time-ago.pipe.ts @@ -25,8 +25,8 @@ import { differenceInDays, formatDistance } from 'date-fns'; import * as Locales from 'date-fns/locale'; @Pipe({ - standalone: true, - name: 'adfTimeAgo' + "standalone": true, + "name": 'adfTimeAgo' }) export class TimeAgoPipe implements PipeTransform, OnDestroy { @@ -38,7 +38,7 @@ export class TimeAgoPipe implements PipeTransform, OnDestroy { private onDestroy$ = new Subject<boolean>(); - constructor(public userPreferenceService: UserPreferencesService, + constructor (public userPreferenceService: UserPreferencesService, public appConfig: AppConfigService) { this.userPreferenceService .select(UserPreferenceValues.Locale) @@ -49,7 +49,7 @@ export class TimeAgoPipe implements PipeTransform, OnDestroy { this.defaultDateTimeFormat = this.appConfig.get<string>('dateValues.defaultDateTimeFormat', TimeAgoPipe.DEFAULT_DATE_TIME_FORMAT); } - transform(value: Date, locale?: string) { + transform (value: Date, locale?: string) { if (value !== null && value !== undefined ) { const actualLocale = locale || this.defaultLocale; const diff = differenceInDays(new Date(), new Date(value)); @@ -57,13 +57,13 @@ export class TimeAgoPipe implements PipeTransform, OnDestroy { const datePipe: DatePipe = new DatePipe(actualLocale); return datePipe.transform(value, this.defaultDateTimeFormat); } else { - return formatDistance(new Date(value) , new Date(), { addSuffix: true , locale: Locales[actualLocale] }); + return formatDistance(new Date(value) , new Date(), { "addSuffix": true , "locale": Locales[actualLocale] }); } } return ''; } - ngOnDestroy() { + ngOnDestroy () { this.onDestroy$.next(true); this.onDestroy$.complete(); } diff --git a/lib/core/src/lib/pipes/user-initial.pipe.spec.ts b/lib/core/src/lib/pipes/user-initial.pipe.spec.ts index e286640a4f..000df33918 100644 --- a/lib/core/src/lib/pipes/user-initial.pipe.spec.ts +++ b/lib/core/src/lib/pipes/user-initial.pipe.spec.ts @@ -21,31 +21,31 @@ import { InitialUsernamePipe } from './user-initial.pipe'; class FakeSanitizer extends DomSanitizer { - constructor() { + constructor () { super(); } - sanitize(html) { + sanitize (html) { return html; } - bypassSecurityTrustHtml(value: string): any { + bypassSecurityTrustHtml (value: string): any { return value; } - bypassSecurityTrustStyle(): any { + bypassSecurityTrustStyle (): any { return null; } - bypassSecurityTrustScript(): any { + bypassSecurityTrustScript (): any { return null; } - bypassSecurityTrustUrl(): any { + bypassSecurityTrustUrl (): any { return null; } - bypassSecurityTrustResourceUrl(): any { + bypassSecurityTrustResourceUrl (): any { return null; } } @@ -57,7 +57,7 @@ describe('UserInitialPipe', () => { beforeEach(() => { pipe = new InitialUsernamePipe(new FakeSanitizer()); - fakeUser = { username: '' } as User; + fakeUser = { "username": '' } as User; }); it('should return a div with the user initials', () => { diff --git a/lib/core/src/lib/pipes/user-initial.pipe.ts b/lib/core/src/lib/pipes/user-initial.pipe.ts index 41ce157dae..d26b604f61 100644 --- a/lib/core/src/lib/pipes/user-initial.pipe.ts +++ b/lib/core/src/lib/pipes/user-initial.pipe.ts @@ -20,14 +20,14 @@ import { DomSanitizer, SafeHtml } from '@angular/platform-browser'; import { UserLike } from './user-like.interface'; @Pipe({ - name: 'usernameInitials' + "name": 'usernameInitials' }) export class InitialUsernamePipe implements PipeTransform { - constructor(private sanitized: DomSanitizer) { + constructor (private sanitized: DomSanitizer) { } - transform(user: UserLike & { displayName?: string }, className: string = '', delimiter: string = ''): SafeHtml { + transform (user: UserLike & { displayName?: string }, className: string = '', delimiter: string = ''): SafeHtml { let safeHtml: SafeHtml = ''; if (user) { const initialResult = this.getInitialUserName(user.firstName || user.displayName || user.username, user.lastName, delimiter); @@ -41,7 +41,7 @@ export class InitialUsernamePipe implements PipeTransform { return safeHtml; } - getInitialUserName(firstName: string, lastName: string, delimiter: string): string { + getInitialUserName (firstName: string, lastName: string, delimiter: string): string { firstName = (firstName ? firstName[0] : ''); lastName = (lastName ? lastName[0] : ''); return firstName + delimiter + lastName; diff --git a/lib/core/src/lib/search-text/animations.ts b/lib/core/src/lib/search-text/animations.ts index 9a0b846ac9..92c719ef8c 100644 --- a/lib/core/src/lib/search-text/animations.ts +++ b/lib/core/src/lib/search-text/animations.ts @@ -21,13 +21,13 @@ export const searchAnimation: AnimationTriggerMetadata = trigger('transitionMess state('active', style({ 'margin-left': '{{ margin-left }}px', 'margin-right': '{{ margin-right }}px', - transform: '{{ transform }}' - }), { params: { 'margin-left': 0, 'margin-right': 0, transform: 'translateX(0%)' } }), + "transform": '{{ transform }}' + }), { "params": { 'margin-left': 0, 'margin-right': 0, "transform": 'translateX(0%)' } }), state('inactive', style({ 'margin-left': '{{ margin-left }}px', 'margin-right': '{{ margin-right }}px', - transform: '{{ transform }}' - }), { params: { 'margin-left': 0, 'margin-right': 0, transform: 'translateX(0%)' } }), - state('no-animation', style({ transform: 'translateX(0%)', width: '100%' })), + "transform": '{{ transform }}' + }), { "params": { 'margin-left': 0, 'margin-right': 0, "transform": 'translateX(0%)' } }), + state('no-animation', style({ "transform": 'translateX(0%)', "width": '100%' })), transition('active <=> inactive', animate('400ms cubic-bezier(0.25, 0.8, 0.25, 1)')) ]); diff --git a/lib/core/src/lib/search-text/search-text-input.component.scss b/lib/core/src/lib/search-text/search-text-input.component.scss index 7620424a0c..0835f0bf05 100644 --- a/lib/core/src/lib/search-text/search-text-input.component.scss +++ b/lib/core/src/lib/search-text/search-text-input.component.scss @@ -20,10 +20,11 @@ } &-input-form-field-divider { - .mat-form-field-underline { + + .mat-mdc-form-field-underline { background-color: var(--adf-theme-primary-50); - .mat-form-field-ripple { + .mat-mdc-form-field-ripple { background-color: var(--adf-theme-primary-50); } } diff --git a/lib/core/src/lib/search-text/search-text-input.component.spec.ts b/lib/core/src/lib/search-text/search-text-input.component.spec.ts index 52ebe15843..2ecada48c8 100644 --- a/lib/core/src/lib/search-text/search-text-input.component.spec.ts +++ b/lib/core/src/lib/search-text/search-text-input.component.spec.ts @@ -34,7 +34,7 @@ describe('SearchTextInputComponent', () => { beforeEach(() => { TestBed.configureTestingModule({ - imports: [ + "imports": [ TranslateModule.forRoot(), CoreTestingModule ] @@ -214,7 +214,7 @@ describe('SearchTextInputComponent', () => { fixture.detectChanges(); tick(100); - expect(component.subscriptAnimationState.params).toEqual({ transform: 'translateX(82%)' }); + expect(component.subscriptAnimationState.params).toEqual({ "transform": 'translateX(82%)' }); discardPeriodicTasks(); })); @@ -245,7 +245,7 @@ describe('SearchTextInputComponent', () => { fixture.detectChanges(); tick(100); - expect(component.subscriptAnimationState.params).toEqual({ transform: 'translateX(-82%)' }); + expect(component.subscriptAnimationState.params).toEqual({ "transform": 'translateX(-82%)' }); discardPeriodicTasks(); })); @@ -360,7 +360,7 @@ describe('SearchTextInputComponent', () => { const resetEmitSpy = spyOn(component.reset, 'emit'); component.collapseOnBlur = true; component.searchTerm = 'fake-search-term'; - component.onBlur({ relatedTarget: null }); + component.onBlur({ "relatedTarget": null }); tick(200); expect(searchVisibilityChangeSpy).toHaveBeenCalledWith(false); @@ -373,7 +373,7 @@ describe('SearchTextInputComponent', () => { const searchVisibilityChangeSpy = spyOn(component.searchVisibility, 'emit'); component.searchTerm = 'fake-search-term'; component.collapseOnBlur = false; - component.onBlur({ relatedTarget: null }); + component.onBlur({ "relatedTarget": null }); expect(searchVisibilityChangeSpy).not.toHaveBeenCalled(); expect(component.subscriptAnimationState.value).toEqual('active'); diff --git a/lib/core/src/lib/search-text/search-text-input.component.ts b/lib/core/src/lib/search-text/search-text-input.component.ts index 547223e83a..affe01553a 100644 --- a/lib/core/src/lib/search-text/search-text-input.component.ts +++ b/lib/core/src/lib/search-text/search-text-input.component.ts @@ -24,13 +24,13 @@ import { UserPreferencesService } from '../common/services/user-preferences.serv import { SearchTextStateEnum, SearchAnimationState, SearchAnimationDirection } from './models/search-text-input.model'; @Component({ - selector: 'adf-search-text-input', - templateUrl: './search-text-input.component.html', - styleUrls: ['./search-text-input.component.scss'], - animations: [searchAnimation], - encapsulation: ViewEncapsulation.None, - host: { - class: 'adf-search-text-input' + "selector": 'adf-search-text-input', + "templateUrl": './search-text-input.component.html', + "styleUrls": ['./search-text-input.component.scss'], + "animations": [searchAnimation], + "encapsulation": ViewEncapsulation.None, + "host": { + "class": 'adf-search-text-input' } }) export class SearchTextInputComponent implements OnInit, OnDestroy { @@ -122,19 +122,19 @@ export class SearchTextInputComponent implements OnInit, OnDestroy { @Output() searchVisibility: EventEmitter<boolean> = new EventEmitter<boolean>(); - @ViewChild('searchInput', { static: true }) + @ViewChild('searchInput', { "static": true }) searchInput: ElementRef; subscriptAnimationState: any; animationStates: SearchAnimationDirection = { - ltr : { - active: { value: 'active', params: { 'margin-left': 13 } }, - inactive: { value: 'inactive', params: { transform: 'translateX(82%)' } } + "ltr" : { + "active": { "value": 'active', "params": { 'margin-left': 13 } }, + "inactive": { "value": 'inactive', "params": { "transform": 'translateX(82%)' } } }, - rtl: { - active: { value: 'active', params: { 'margin-right': 13 } }, - inactive: { value: 'inactive', params: { transform: 'translateX(-82%)' } } + "rtl": { + "active": { "value": 'active', "params": { 'margin-right': 13 } }, + "inactive": { "value": 'inactive', "params": { "transform": 'translateX(-82%)' } } } }; @@ -144,7 +144,7 @@ export class SearchTextInputComponent implements OnInit, OnDestroy { private focusSubscription: Subscription; private valueChange = new Subject<string>(); - constructor( + constructor ( private userPreferencesService: UserPreferencesService ) { this.toggleSearch @@ -167,7 +167,7 @@ export class SearchTextInputComponent implements OnInit, OnDestroy { }); } - ngOnInit() { + ngOnInit () { this.userPreferencesService .select('textOrientation') .pipe(takeUntil(this.onDestroy$)) @@ -181,46 +181,46 @@ export class SearchTextInputComponent implements OnInit, OnDestroy { this.setupFocusEventHandlers(); } - applySearchFocus(animationDoneEvent) { + applySearchFocus (animationDoneEvent) { if (animationDoneEvent.toState === 'active' && this.isDefaultStateCollapsed()) { this.searchInput.nativeElement.focus(); } } - getAutoComplete(): string { + getAutoComplete (): string { return this.autocomplete ? 'on' : 'off'; } - private toggleAnimation() { + private toggleAnimation () { if (this.dir === 'ltr') { return this.subscriptAnimationState.value === 'inactive' ? - { value: 'active', params: { 'margin-left': 13 } } : - { value: 'inactive', params: { transform: 'translateX(82%)' } }; + { "value": 'active', "params": { 'margin-left': 13 } } : + { "value": 'inactive', "params": { "transform": 'translateX(82%)' } }; } else { return this.subscriptAnimationState.value === 'inactive' ? - { value: 'active', params: { 'margin-right': 13 } } : - { value: 'inactive', params: { transform: 'translateX(-82%)' } }; + { "value": 'active', "params": { 'margin-right': 13 } } : + { "value": 'inactive', "params": { "transform": 'translateX(-82%)' } }; } } - private getDefaultState(dir: string): SearchAnimationState { + private getDefaultState (dir: string): SearchAnimationState { if (this.dir) { return this.getAnimationState(dir); } return this.animationStates.ltr.inactive; } - private getAnimationState(dir: string): SearchAnimationState { + private getAnimationState (dir: string): SearchAnimationState { if (this.expandable && this.isDefaultStateExpanded()) { return this.animationStates[dir].active; } else if ( this.expandable ) { return this.animationStates[dir].inactive; } else { - return { value: 'no-animation' }; + return { "value": 'no-animation' }; } } - private setupFocusEventHandlers() { + private setupFocusEventHandlers () { if ( this.focusListener ) { const focusEvents: Observable<FocusEvent> = this.focusListener .pipe( @@ -239,7 +239,7 @@ export class SearchTextInputComponent implements OnInit, OnDestroy { } } - private setValueChangeHandler() { + private setValueChangeHandler () { this.valueChange.pipe( debounceTime(this.debounceTime), takeUntil(this.onDestroy$) @@ -248,45 +248,45 @@ export class SearchTextInputComponent implements OnInit, OnDestroy { }); } - selectFirstResult($event) { + selectFirstResult ($event) { this.selectResult.emit($event); } - onBlur($event) { + onBlur ($event) { if (this.collapseOnBlur && !$event.relatedTarget) { this.resetSearch(); } } - inputChange($event: any) { + inputChange ($event: any) { this.valueChange.next($event); } - toggleSearchBar() { + toggleSearchBar () { if (this.toggleSearch) { this.toggleSearch.next({}); } } - searchSubmit(event: any) { + searchSubmit (event: any) { this.submit.emit(event); if (this.collapseOnSubmit) { this.toggleSearchBar(); } } - activateToolbar(): boolean { + activateToolbar (): boolean { if (!this.isSearchBarActive()) { this.toggleSearchBar(); } return false; } - isSearchBarActive(): boolean { + isSearchBarActive (): boolean { return this.subscriptAnimationState.value === 'active'; } - ngOnDestroy() { + ngOnDestroy () { if (this.toggleSearch) { this.toggleSearch.complete(); this.toggleSearch = null; @@ -302,25 +302,25 @@ export class SearchTextInputComponent implements OnInit, OnDestroy { this.onDestroy$.complete(); } - canShowClearSearch(): boolean { + canShowClearSearch (): boolean { return this.showClearButton && this.isSearchBarActive(); } - resetSearch() { + resetSearch () { if (this.isSearchBarActive()) { this.toggleSearchBar(); } } - private isDefaultStateCollapsed(): boolean { + private isDefaultStateCollapsed (): boolean { return this.defaultState === SearchTextStateEnum.collapsed; } - private isDefaultStateExpanded(): boolean { + private isDefaultStateExpanded (): boolean { return this.defaultState === SearchTextStateEnum.expanded; } - private emitVisibilitySearch() { + private emitVisibilitySearch () { this.searchVisibility.emit(this.isSearchBarActive()); } } diff --git a/lib/core/src/lib/search-text/search-text-input.module.ts b/lib/core/src/lib/search-text/search-text-input.module.ts index d60a3cf8f7..511c2f87fa 100644 --- a/lib/core/src/lib/search-text/search-text-input.module.ts +++ b/lib/core/src/lib/search-text/search-text-input.module.ts @@ -24,17 +24,17 @@ import { SearchTriggerDirective } from './search-trigger.directive'; import { MaterialModule } from '../material.module'; @NgModule({ - declarations: [ + "declarations": [ SearchTextInputComponent, SearchTriggerDirective ], - imports: [ + "imports": [ CommonModule, TranslateModule, MaterialModule, FormsModule ], - exports: [ + "exports": [ SearchTextInputComponent, SearchTriggerDirective ] diff --git a/lib/core/src/lib/search-text/search-trigger.directive.ts b/lib/core/src/lib/search-text/search-trigger.directive.ts index 838dbe55e2..8e179b5f91 100644 --- a/lib/core/src/lib/search-text/search-trigger.directive.ts +++ b/lib/core/src/lib/search-text/search-trigger.directive.ts @@ -26,9 +26,9 @@ import { filter, switchMap, takeUntil } from 'rxjs/operators'; import { SearchComponentInterface } from '../common/interface/search-component.interface'; export const SEARCH_AUTOCOMPLETE_VALUE_ACCESSOR: any = { - provide: NG_VALUE_ACCESSOR, - useExisting: forwardRef(() => SearchTriggerDirective), - multi: true + "provide": NG_VALUE_ACCESSOR, + "useExisting": forwardRef(() => SearchTriggerDirective), + "multi": true }; /** @@ -36,9 +36,9 @@ export const SEARCH_AUTOCOMPLETE_VALUE_ACCESSOR: any = { */ @Directive({ // eslint-disable-next-line @angular-eslint/directive-selector - selector: `input[searchAutocomplete], textarea[searchAutocomplete]`, - host: { - role: 'combobox', + "selector": `input[searchAutocomplete], textarea[searchAutocomplete]`, + "host": { + "role": 'combobox', '[attr.autocomplete]': 'autocomplete', 'aria-autocomplete': 'list', '[attr.aria-expanded]': 'panelOpen.toString()', @@ -46,7 +46,7 @@ export const SEARCH_AUTOCOMPLETE_VALUE_ACCESSOR: any = { '(input)': 'handleInput($event)', '(keydown)': 'handleKeydown($event)' }, - providers: [SEARCH_AUTOCOMPLETE_VALUE_ACCESSOR] + "providers": [SEARCH_AUTOCOMPLETE_VALUE_ACCESSOR] }) export class SearchTriggerDirective implements ControlValueAccessor, OnDestroy { private onDestroy$: Subject<boolean> = new Subject<boolean>(); @@ -65,14 +65,14 @@ export class SearchTriggerDirective implements ControlValueAccessor, OnDestroy { onTouched = () => {}; - constructor( + constructor ( private element: ElementRef, private ngZone: NgZone, private changeDetectorRef: ChangeDetectorRef, @Optional() @Inject(DOCUMENT) private document: any ) {} - ngOnDestroy() { + ngOnDestroy () { this.onDestroy$.next(true); this.onDestroy$.complete(); @@ -84,16 +84,16 @@ export class SearchTriggerDirective implements ControlValueAccessor, OnDestroy { } } - get panelOpen(): boolean { + get panelOpen (): boolean { return this._panelOpen && this.searchPanel.showPanel; } - openPanel(): void { + openPanel (): void { this.searchPanel.isOpen = this._panelOpen = true; this.closingActionsSubscription = this.subscribeToClosingActions(); } - closePanel(): void { + closePanel (): void { if (this._panelOpen) { this.closingActionsSubscription.unsubscribe(); this._panelOpen = false; @@ -103,11 +103,11 @@ export class SearchTriggerDirective implements ControlValueAccessor, OnDestroy { } } - get panelClosingActions(): Observable<any> { + get panelClosingActions (): Observable<any> { return merge(this.escapeEventStream, this.outsideClickStream); } - private get outsideClickStream(): Observable<any> { + private get outsideClickStream (): Observable<any> { if (!this.document) { return of(null); } @@ -121,19 +121,19 @@ export class SearchTriggerDirective implements ControlValueAccessor, OnDestroy { ); } - writeValue(value: any): void { + writeValue (value: any): void { Promise.resolve(null).then(() => this.setTriggerValue(value)); } - registerOnChange(fn: (value: any) => any): void { + registerOnChange (fn: (value: any) => any): void { this.onChange = fn; } - registerOnTouched(fn: () => any) { + registerOnTouched (fn: () => any) { this.onTouched = fn; } - handleKeydown(event: KeyboardEvent): void { + handleKeydown (event: KeyboardEvent): void { const keyCode = event.keyCode; if (keyCode === ESCAPE && this.panelOpen) { @@ -145,7 +145,7 @@ export class SearchTriggerDirective implements ControlValueAccessor, OnDestroy { } } - handleInput(event: KeyboardEvent): void { + handleInput (event: KeyboardEvent): void { if (document.activeElement === event.target) { const inputValue: string = (event.target as HTMLInputElement).value; this.onChange(inputValue); @@ -159,7 +159,7 @@ export class SearchTriggerDirective implements ControlValueAccessor, OnDestroy { } } - private isPanelOptionClicked(event: MouseEvent) { + private isPanelOptionClicked (event: MouseEvent) { let isPanelOption: boolean = false; if (event && this.searchPanel) { const clickTarget = event.target as HTMLElement; @@ -168,11 +168,11 @@ export class SearchTriggerDirective implements ControlValueAccessor, OnDestroy { return isPanelOption; } - private isNoResultOption(): boolean { + private isNoResultOption (): boolean { return this.searchPanel?.results?.list ? this.searchPanel.results.list.entries.length === 0 : true; } - private subscribeToClosingActions(): Subscription { + private subscribeToClosingActions (): Subscription { const firstStable = this.ngZone.onStable.asObservable(); const optionChanges = this.searchPanel.keyPressedStream.asObservable(); @@ -187,13 +187,13 @@ export class SearchTriggerDirective implements ControlValueAccessor, OnDestroy { .subscribe((event) => this.setValueAndClose(event)); } - private setTriggerValue(value: any): void { + private setTriggerValue (value: any): void { const toDisplay = this.searchPanel?.displayWith ? this.searchPanel.displayWith(value) : value; const inputValue = toDisplay != null ? toDisplay : ''; this.element.nativeElement.value = inputValue; } - private setValueAndClose(event: any | null): void { + private setValueAndClose (event: any | null): void { if (this.isPanelOptionClicked(event) && !event.defaultPrevented) { this.setTriggerValue(event.target.textContent.trim()); this.onChange(event.target.textContent.trim()); diff --git a/lib/core/src/lib/services/alfresco-api.service.ts b/lib/core/src/lib/services/alfresco-api.service.ts index 6973de3c61..43eb1340cd 100644 --- a/lib/core/src/lib/services/alfresco-api.service.ts +++ b/lib/core/src/lib/services/alfresco-api.service.ts @@ -27,7 +27,7 @@ import { AlfrescoApiFactory } from './alfresco-api.interface'; export const ALFRESCO_API_FACTORY = new InjectionToken('ALFRESCO_API_FACTORY'); @Injectable({ - providedIn: 'root' + "providedIn": 'root' }) export class AlfrescoApiService { @@ -42,18 +42,18 @@ export class AlfrescoApiService { private excludedErrorUrl: string[] = ['api/enterprise/system/properties']; - getInstance(): AlfrescoApi { + getInstance (): AlfrescoApi { return this.alfrescoApi; } - constructor( + constructor ( protected appConfig: AppConfigService, protected storageService: StorageService, @Optional() @Inject(ALFRESCO_API_FACTORY) private alfrescoApiFactory?: AlfrescoApiFactory ) {} - async load(config: AlfrescoApiConfig): Promise<void> { + async load (config: AlfrescoApiConfig): Promise<void> { this.currentAppConfig = config; if (config.authType === 'OAUTH') { @@ -64,7 +64,7 @@ export class AlfrescoApiService { this.alfrescoApiInitialized.next(true); } - async reset() { + async reset () { this.getCurrentAppConfig(); if (this.currentAppConfig.authType === 'OAUTH') { await this.mapAlfrescoApiOpenIdConfig(); @@ -72,7 +72,7 @@ export class AlfrescoApiService { this.initAlfrescoApiWithConfig(); } - private getAuthWithFixedOriginLocation(): OauthConfigModel { + private getAuthWithFixedOriginLocation (): OauthConfigModel { const oauth = this.appConfig.oauth2; if (oauth) { @@ -82,7 +82,7 @@ export class AlfrescoApiService { return oauth; } - private async mapAlfrescoApiOpenIdConfig() { + private async mapAlfrescoApiOpenIdConfig () { this.idpConfig = await this.appConfig.loadWellKnown(this.currentAppConfig.oauth2.host); this.currentAppConfig.oauth2.tokenUrl = this.idpConfig.token_endpoint; this.currentAppConfig.oauth2.authorizationUrl = this.idpConfig.authorization_endpoint; @@ -90,29 +90,29 @@ export class AlfrescoApiService { this.currentAppConfig.oauth2.userinfoEndpoint = this.idpConfig.userinfo_endpoint; } - private getCurrentAppConfig() { + private getCurrentAppConfig () { const oauth = this.getAuthWithFixedOriginLocation(); this.currentAppConfig = new AlfrescoApiConfig({ - provider: this.appConfig.get<string>(AppConfigValues.PROVIDERS), - hostEcm: this.appConfig.get<string>(AppConfigValues.ECMHOST), - hostBpm: this.appConfig.get<string>(AppConfigValues.BPMHOST), - authType: this.appConfig.get<string>(AppConfigValues.AUTHTYPE, 'BASIC'), - contextRootBpm: this.appConfig.get<string>(AppConfigValues.CONTEXTROOTBPM), - contextRoot: this.appConfig.get<string>(AppConfigValues.CONTEXTROOTECM), - disableCsrf: this.appConfig.get<boolean>(AppConfigValues.DISABLECSRF), - withCredentials: this.appConfig.get<boolean>(AppConfigValues.AUTH_WITH_CREDENTIALS, false), - domainPrefix: this.appConfig.get<string>(AppConfigValues.STORAGE_PREFIX), - oauth2: oauth + "provider": this.appConfig.get<string>(AppConfigValues.PROVIDERS), + "hostEcm": this.appConfig.get<string>(AppConfigValues.ECMHOST), + "hostBpm": this.appConfig.get<string>(AppConfigValues.BPMHOST), + "authType": this.appConfig.get<string>(AppConfigValues.AUTHTYPE, 'BASIC'), + "contextRootBpm": this.appConfig.get<string>(AppConfigValues.CONTEXTROOTBPM), + "contextRoot": this.appConfig.get<string>(AppConfigValues.CONTEXTROOTECM), + "disableCsrf": this.appConfig.get<boolean>(AppConfigValues.DISABLECSRF), + "withCredentials": this.appConfig.get<boolean>(AppConfigValues.AUTH_WITH_CREDENTIALS, false), + "domainPrefix": this.appConfig.get<string>(AppConfigValues.STORAGE_PREFIX), + "oauth2": oauth }); } - protected initAlfrescoApi() { + protected initAlfrescoApi () { this.getCurrentAppConfig(); this.initAlfrescoApiWithConfig(); } - private initAlfrescoApiWithConfig() { + private initAlfrescoApiWithConfig () { if (this.alfrescoApi && this.isDifferentConfig(this.lastConfig, this.currentAppConfig)) { this.alfrescoApi.setConfig(this.currentAppConfig); } else { @@ -121,18 +121,18 @@ export class AlfrescoApiService { this.lastConfig = this.currentAppConfig; } - createInstance(config: AlfrescoApiConfig): AlfrescoApi { + createInstance (config: AlfrescoApiConfig): AlfrescoApi { if (this.alfrescoApiFactory) { return this.alfrescoApiFactory.createAlfrescoApi(config); } return new AlfrescoApi(config); } - isDifferentConfig(lastConfig: AlfrescoApiConfig, newConfig: AlfrescoApiConfig) { + isDifferentConfig (lastConfig: AlfrescoApiConfig, newConfig: AlfrescoApiConfig) { return JSON.stringify(lastConfig) !== JSON.stringify(newConfig); } - isExcludedErrorListener(currentFullPath: string): boolean { + isExcludedErrorListener (currentFullPath: string): boolean { const formattedPath = currentFullPath.replace(this.lastConfig.hostBpm + '/' + this.lastConfig.contextRootBpm, ''); return this.excludedErrorUrl.includes(formattedPath); } diff --git a/lib/core/src/lib/services/startup-service-factory.ts b/lib/core/src/lib/services/startup-service-factory.ts index b55da498c6..3c3a2d2423 100644 --- a/lib/core/src/lib/services/startup-service-factory.ts +++ b/lib/core/src/lib/services/startup-service-factory.ts @@ -20,12 +20,11 @@ import { StorageService } from '../common/services/storage.service'; /** * Loads application config file - * * @param appConfigService configuration service * @param storageService storage service * @returns a factory to load application config */ -export function loadAppConfig(appConfigService: AppConfigService, storageService: StorageService) { +export function loadAppConfig (appConfigService: AppConfigService, storageService: StorageService) { return () => appConfigService.load().then(() => { storageService.prefix = appConfigService.get<string>(AppConfigValues.STORAGE_PREFIX, ''); diff --git a/lib/core/src/lib/snackbar-content/snackbar-content.component.scss b/lib/core/src/lib/snackbar-content/snackbar-content.component.scss index c1f0a6cc5f..f3260fca7d 100644 --- a/lib/core/src/lib/snackbar-content/snackbar-content.component.scss +++ b/lib/core/src/lib/snackbar-content/snackbar-content.component.scss @@ -16,7 +16,7 @@ .adf-snackbar-message-content-action { margin-left: 24px; - .mat-button { + .mat-mdc-button { min-width: 0; margin: -8px; diff --git a/lib/core/src/lib/snackbar-content/snackbar-content.component.spec.ts b/lib/core/src/lib/snackbar-content/snackbar-content.component.spec.ts index d9bff92a83..e85b258375 100644 --- a/lib/core/src/lib/snackbar-content/snackbar-content.component.spec.ts +++ b/lib/core/src/lib/snackbar-content/snackbar-content.component.spec.ts @@ -29,22 +29,22 @@ describe('SnackbarContentComponent', () => { beforeEach(async () => { await TestBed.configureTestingModule({ - declarations: [SnackbarContentComponent], - imports: [ + "declarations": [SnackbarContentComponent], + "imports": [ MatIconModule, MatSnackBarModule, MatButtonModule, TranslateModule.forRoot() ], - providers: [{ - provide: MatSnackBarRef, - useValue: { - dismissWithAction() { + "providers": [{ + "provide": MatSnackBarRef, + "useValue": { + dismissWithAction () { } } }, { - provide: MAT_SNACK_BAR_DATA, - useValue: {} + "provide": MAT_SNACK_BAR_DATA, + "useValue": {} }] }) .compileComponents(); @@ -55,7 +55,7 @@ describe('SnackbarContentComponent', () => { it('should display message if message in data is set', () => { component.data = { - message: 'Some message' + "message": 'Some message' }; fixture.detectChanges(); expect(fixture.nativeElement.querySelector('.adf-snackbar-message-content').innerText).toBe(component.data.message); @@ -68,9 +68,9 @@ describe('SnackbarContentComponent', () => { it('should call snackBarRef.dismissWithAction() when button is clicked', () => { component.data = { - message: '', - showAction: true, - actionLabel: 'Some action' + "message": '', + "showAction": true, + "actionLabel": 'Some action' }; spyOn(component.snackBarRef, 'dismissWithAction'); fixture.detectChanges(); @@ -80,9 +80,9 @@ describe('SnackbarContentComponent', () => { it('should display actionLabel if actionLabel in data is set', () => { component.data = { - message: '', - showAction: true, - actionLabel: 'Some action action' + "message": '', + "showAction": true, + "actionLabel": 'Some action action' }; fixture.detectChanges(); expect(fixture.nativeElement.querySelector('.adf-snackbar-message-content-action-button').innerText).toBe(component.data.actionLabel); @@ -90,8 +90,8 @@ describe('SnackbarContentComponent', () => { it('should not display actionLabel if actionLabel in data is not set', () => { component.data = { - message: '', - showAction: true + "message": '', + "showAction": true }; fixture.detectChanges(); expect(fixture.nativeElement.querySelector('.adf-snackbar-message-content-action-button')).toBeNull(); @@ -99,9 +99,9 @@ describe('SnackbarContentComponent', () => { it('should render icon if actionIcon in data is set', () => { component.data = { - message: '', - showAction: true, - actionIcon: 'close' + "message": '', + "showAction": true, + "actionIcon": 'close' }; fixture.detectChanges(); expect(fixture.debugElement.query(By.directive(MatIcon))).toBeDefined(); @@ -109,8 +109,8 @@ describe('SnackbarContentComponent', () => { it('should not render icon if actionIcon in data is not set', () => { component.data = { - message: '', - showAction: true + "message": '', + "showAction": true }; fixture.detectChanges(); expect(fixture.debugElement.query(By.directive(MatIcon))).toBeNull(); diff --git a/lib/core/src/lib/snackbar-content/snackbar-content.component.ts b/lib/core/src/lib/snackbar-content/snackbar-content.component.ts index e89fdc1e9e..e1b0c2475d 100644 --- a/lib/core/src/lib/snackbar-content/snackbar-content.component.ts +++ b/lib/core/src/lib/snackbar-content/snackbar-content.component.ts @@ -20,24 +20,24 @@ import { MAT_SNACK_BAR_DATA, MatSnackBarRef } from '@angular/material/snack-bar' import { SnackBarData } from './snack-bar-data'; @Component({ - selector: 'adf-snackbar-content', - templateUrl: './snackbar-content.component.html', - styleUrls: ['./snackbar-content.component.scss'], - host: { - class: 'mat-simple-snackbar' + "selector": 'adf-snackbar-content', + "templateUrl": './snackbar-content.component.html', + "styleUrls": ['./snackbar-content.component.scss'], + "host": { + "class": 'mat-simple-snackbar' } }) export class SnackbarContentComponent { - constructor( + constructor ( public snackBarRef: MatSnackBarRef<SnackbarContentComponent>, @Inject(MAT_SNACK_BAR_DATA) public data: SnackBarData ) { if (!data) { - this.data = {message: ''}; + this.data = {"message": ''}; } } - onIconClicked(): void { + onIconClicked (): void { this.data.callActionOnIconClick ? this.snackBarRef.dismissWithAction() : this.snackBarRef.dismiss(); } } diff --git a/lib/core/src/lib/snackbar-content/snackbar-content.module.ts b/lib/core/src/lib/snackbar-content/snackbar-content.module.ts index 957672c886..dcf77a9dd9 100644 --- a/lib/core/src/lib/snackbar-content/snackbar-content.module.ts +++ b/lib/core/src/lib/snackbar-content/snackbar-content.module.ts @@ -24,17 +24,17 @@ import { MatButtonModule } from '@angular/material/button'; import { TranslateModule } from '@ngx-translate/core'; @NgModule({ - imports: [ + "imports": [ CommonModule, MatIconModule, MatSnackBarModule, MatButtonModule, TranslateModule ], - declarations: [ + "declarations": [ SnackbarContentComponent ], - exports: [ + "exports": [ SnackbarContentComponent ] }) diff --git a/lib/core/src/lib/sorting-picker/mock/sorting-picker.mock.ts b/lib/core/src/lib/sorting-picker/mock/sorting-picker.mock.ts index fc3526b66e..360f443057 100644 --- a/lib/core/src/lib/sorting-picker/mock/sorting-picker.mock.ts +++ b/lib/core/src/lib/sorting-picker/mock/sorting-picker.mock.ts @@ -16,9 +16,9 @@ */ export const initialSortingTypes: Array<{key: string; label: string}> = [ - { key: 'sortByFirstName', label: 'First Name' }, - { key: 'sortByLastName', label: 'Last Name' }, - { key: 'sortByBirthDate', label: 'Birth Date' } + { "key": 'sortByFirstName', "label": 'First Name' }, + { "key": 'sortByLastName', "label": 'Last Name' }, + { "key": 'sortByBirthDate', "label": 'Birth Date' } ]; export const initialOptionKeys = [...initialSortingTypes.map((type) => type.key.toString())]; diff --git a/lib/core/src/lib/sorting-picker/sorting-picker.component.spec.ts b/lib/core/src/lib/sorting-picker/sorting-picker.component.spec.ts index ea9e5843ca..ce8d53e9f5 100644 --- a/lib/core/src/lib/sorting-picker/sorting-picker.component.spec.ts +++ b/lib/core/src/lib/sorting-picker/sorting-picker.component.spec.ts @@ -32,7 +32,7 @@ describe('SortingPickerComponent', () => { expect(key).toBe('key2'); done(); }); - component.onOptionChanged({ value: 'key2' } as any); + component.onOptionChanged({ "value": 'key2' } as any); }); it('should raise changed event on changing direction', (done) => { diff --git a/lib/core/src/lib/sorting-picker/sorting-picker.component.stories.ts b/lib/core/src/lib/sorting-picker/sorting-picker.component.stories.ts index 3f07c67f0e..f4fe894cb2 100644 --- a/lib/core/src/lib/sorting-picker/sorting-picker.component.stories.ts +++ b/lib/core/src/lib/sorting-picker/sorting-picker.component.stories.ts @@ -22,75 +22,75 @@ import { SortingPickerComponent } from './sorting-picker.component'; import { initialOptionKeys, initialSortingTypes } from './mock/sorting-picker.mock'; export default { - component: SortingPickerComponent, - title: 'Core/Sorting Picker/Sorting Picker', - decorators: [ + "component": SortingPickerComponent, + "title": 'Core/Sorting Picker/Sorting Picker', + "decorators": [ moduleMetadata({ - imports: [CoreStoryModule, SortingPickerModule] + "imports": [CoreStoryModule, SortingPickerModule] }) ], - parameters: { - docs: { - description: { - component: `The picker shows the user a menu of sorting options (which could be data columns to sort on alphabetical vs numerical search, etc) + "parameters": { + "docs": { + "description": { + "component": `The picker shows the user a menu of sorting options (which could be data columns to sort on alphabetical vs numerical search, etc) and the choice of ascending vs descending sort order. Note that picker only implements the menu, so you are responsible for implementing the sorting options yourself.` } } }, - argTypes: { - selected: { - control: 'select', - options: initialOptionKeys, - description: 'Currently selected option key', - defaultValue: undefined, - table: { - type: { summary: 'string' }, - defaultValue: { summary: 'undefined' } + "argTypes": { + "selected": { + "control": 'select', + "options": initialOptionKeys, + "description": 'Currently selected option key', + "defaultValue": undefined, + "table": { + "type": { "summary": 'string' }, + "defaultValue": { "summary": 'undefined' } } }, - ascending: { - control: 'boolean', - description: 'Current sorting direction', - defaultValue: true, - table: { - type: { summary: 'boolean' }, - defaultValue: { summary: 'true' } + "ascending": { + "control": 'boolean', + "description": 'Current sorting direction', + "defaultValue": true, + "table": { + "type": { "summary": 'boolean' }, + "defaultValue": { "summary": 'true' } } }, - options: { - description: 'Available sorting options', - defaultValue: [], - table: { - type: { summary: 'Array<{key: string; label: string}>' }, - defaultValue: { summary: '[]' } + "options": { + "description": 'Available sorting options', + "defaultValue": [], + "table": { + "type": { "summary": 'Array<{key: string; label: string}>' }, + "defaultValue": { "summary": '[]' } } }, - valueChange: { - action: 'valueChange', - description: 'Raised each time sorting key gets changed', - table: { - type: { summary: 'EventEmitter <string>' }, - category: 'Actions' + "valueChange": { + "action": 'valueChange', + "description": 'Raised each time sorting key gets changed', + "table": { + "type": { "summary": 'EventEmitter <string>' }, + "category": 'Actions' } }, - sortingChange: { - action: 'sortingChange', - description: 'Raised each time direction gets changed', - table: { - type: { summary: 'EventEmitter <boolean>' }, - category: 'Actions' + "sortingChange": { + "action": 'sortingChange', + "description": 'Raised each time direction gets changed', + "table": { + "type": { "summary": 'EventEmitter <boolean>' }, + "category": 'Actions' } } } } as Meta; const template: Story<SortingPickerModule> = (args: SortingPickerComponent) => ({ - props: args + "props": args }); export const sortingPicker = template.bind({}); sortingPicker.args = { - options: initialSortingTypes + "options": initialSortingTypes }; -sortingPicker.parameters = { layout: 'centered' }; +sortingPicker.parameters = { "layout": 'centered' }; diff --git a/lib/core/src/lib/sorting-picker/sorting-picker.component.ts b/lib/core/src/lib/sorting-picker/sorting-picker.component.ts index 72d09ea8fa..f07acdcb87 100644 --- a/lib/core/src/lib/sorting-picker/sorting-picker.component.ts +++ b/lib/core/src/lib/sorting-picker/sorting-picker.component.ts @@ -19,10 +19,10 @@ import { Component, ViewEncapsulation, Input, EventEmitter, Output } from '@angu import { MatSelectChange } from '@angular/material/select'; @Component({ - selector: 'adf-sorting-picker', - templateUrl: './sorting-picker.component.html', - encapsulation: ViewEncapsulation.None, - host: { class: 'adf-sorting-picker' } + "selector": 'adf-sorting-picker', + "templateUrl": './sorting-picker.component.html', + "encapsulation": ViewEncapsulation.None, + "host": { "class": 'adf-sorting-picker' } }) export class SortingPickerComponent { @@ -46,12 +46,12 @@ export class SortingPickerComponent { @Output() sortingChange = new EventEmitter<boolean>(); - onOptionChanged(event: MatSelectChange) { + onOptionChanged (event: MatSelectChange) { this.selected = event.value; this.valueChange.emit(this.selected); } - toggleSortDirection() { + toggleSortDirection () { this.ascending = !this.ascending; this.sortingChange.emit(this.ascending); } diff --git a/lib/core/src/lib/sorting-picker/sorting-picker.module.ts b/lib/core/src/lib/sorting-picker/sorting-picker.module.ts index 51f6fd49ac..ef13ff3916 100644 --- a/lib/core/src/lib/sorting-picker/sorting-picker.module.ts +++ b/lib/core/src/lib/sorting-picker/sorting-picker.module.ts @@ -24,17 +24,17 @@ import { MatButtonModule } from '@angular/material/button'; import { MatSelectModule } from '@angular/material/select'; @NgModule({ - imports: [ + "imports": [ CommonModule, MatButtonModule, MatIconModule, MatSelectModule, TranslateModule ], - declarations: [ + "declarations": [ SortingPickerComponent ], - exports: [ + "exports": [ SortingPickerComponent ] }) diff --git a/lib/core/src/lib/styles/_index.scss b/lib/core/src/lib/styles/_index.scss index 6b3286a8f1..2ee540ebc8 100644 --- a/lib/core/src/lib/styles/_index.scss +++ b/lib/core/src/lib/styles/_index.scss @@ -1,9 +1,3 @@ -/* stylelint-disable value-keyword-case */ -@use '@angular/material' as mat; -/* stylelint-disable value-list-max-empty-lines */ -/* stylelint-disable scss/no-global-function-names */ -/* stylelint-disable scss/at-import-partial-extension */ -@import './default-class'; @import '../styles/colors'; @import '../styles/mixins'; @import '../form/components/widgets/form.theme'; @@ -75,19 +69,19 @@ // typography --theme-font-family: mat.font-family($typography), - --theme-body-1-font-size: mat.font-size($typography, body-1), - --theme-body-2-font-size: mat.font-size($typography, body-2), - --theme-body-1-line-height: mat.line-height($typography, body-1), - --theme-display-1-font-size: mat.font-size($typography, display-1), - --theme-display-3-font-size: mat.font-size($typography, display-3), - --theme-display-4-font-size: mat.font-size($typography, display-4), + --theme-body-1-font-size: mat.font-size($typography, body-2), + --theme-body-2-font-size: mat.font-size($typography, subtitle-2), + --theme-body-1-line-height: mat.line-height($typography, body-2), + --theme-display-1-font-size: mat.font-size($typography, headline-4), + --theme-display-3-font-size: mat.font-size($typography, headline-2), + --theme-display-4-font-size: mat.font-size($typography, headline-1), --theme-caption-font-size: mat.font-size($typography, caption), - --theme-title-font-size: mat.font-size($typography, title), - --theme-subheading-1-font-size: mat.font-size($typography, subheading-1), - --theme-subheading-2-font-size: mat.font-size($typography, subheading-2), + --theme-title-font-size: mat.font-size($typography, headline-6), + --theme-subheading-1-font-size: mat.font-size($typography, body-1), + --theme-subheading-2-font-size: mat.font-size($typography, subtitle-1), --theme-button-font-size: mat.font-size($typography, button), - --theme-headline-font-size: mat.font-size($typography, headline), - --theme-headline-line-height: mat.line-height($typography, headline), + --theme-headline-font-size: mat.font-size($typography, headline-5), + --theme-headline-line-height: mat.line-height($typography, headline-5), --theme-adf-icon-1-font-size: map-get($custom-css-variables, 'theme-adf-icon-1-font-size'), --theme-adf-picture-1-font-size: map-get($custom-css-variables, 'theme-adf-picture-1-font-size'), diff --git a/lib/core/src/lib/styles/_typography.scss b/lib/core/src/lib/styles/_typography.scss index 43b6244fa0..e655ed8964 100644 --- a/lib/core/src/lib/styles/_typography.scss +++ b/lib/core/src/lib/styles/_typography.scss @@ -2,18 +2,17 @@ $alfresco-typography: mat.define-typography-config( $font-family: 'Muli, Roboto, "Helvetica Neue", sans-serif', - $display-4: mat.define-typography-level(112px, 112px, 300), - $display-3: mat.define-typography-level(56px, 56px, 400), - $display-2: mat.define-typography-level(45px, 48px, 400), - $display-1: mat.define-typography-level(34px, 40px, 400), - $headline: mat.define-typography-level(24px, 32px, 400), - $title: mat.define-typography-level(20px, 32px, 500), - $subheading-2: mat.define-typography-level(16px, 28px, 400), - $subheading-1: mat.define-typography-level(15px, 24px, 400), - $body-2: mat.define-typography-level(14px, 24px, 500), - $body-1: mat.define-typography-level(14px, 20px, 400), - $caption: mat.define-typography-level(12px, 20px, 400), - $button: mat.define-typography-level(14px, 14px, 500), + $headline-1: mat.define-typography-level(112px, 112px, 300), + $headline-2: mat.define-typography-level(56px, 56px, 400), + $headline-3: mat.define-typography-level(45px, 48px, 400), + $headline-4: mat.define-typography-level(34px, 40px, 400), + $headline-5: mat.define-typography-level(24px, 32px, 400), + $headline-6: mat.define-typography-level(20px, 32px, 500), + $subtitle-1: mat.define-typography-level(16px, 28px, 400), + $body-1: mat.define-typography-level(15px, 24px, 400), + $subtitle-2: mat.define-typography-level(14px, 24px, 500), + $body-2: mat.define-typography-level(14px, 20px, 400), + $caption: mat.define-typography-level(12px, 20px, 400), + $button: mat.define-typography-level(14px, 14px, 500), // Line-height must be unit-less fraction of the font-size. - $input: mat.define-typography-level(16px, 1.25, 400) ); diff --git a/lib/core/src/lib/styles/prebuilt/adf-blue-orange.scss b/lib/core/src/lib/styles/prebuilt/adf-blue-orange.scss index 34fddc4c59..df4e36d397 100644 --- a/lib/core/src/lib/styles/prebuilt/adf-blue-orange.scss +++ b/lib/core/src/lib/styles/prebuilt/adf-blue-orange.scss @@ -11,6 +11,7 @@ $theme: mat.define-light-theme( color: ( primary: $primary, accent: $accent, + warn: $warn ), typography: $alfresco-typography ) diff --git a/lib/core/src/lib/templates/empty-content/empty-content.component.spec.ts b/lib/core/src/lib/templates/empty-content/empty-content.component.spec.ts index 6797c3eb91..7179a294e8 100644 --- a/lib/core/src/lib/templates/empty-content/empty-content.component.spec.ts +++ b/lib/core/src/lib/templates/empty-content/empty-content.component.spec.ts @@ -23,8 +23,8 @@ import { of } from 'rxjs'; import { CoreTestingModule } from '../../testing/core.testing.module'; @Component({ - selector: 'adf-test-component', - template: ` + "selector": 'adf-test-component', + "template": ` <adf-empty-content icon="delete" [title]="'CUSTOM_TITLE'" @@ -44,11 +44,11 @@ describe('EmptyContentComponent', () => { beforeEach(() => { TestBed.configureTestingModule({ - imports: [ + "imports": [ TranslateModule.forRoot(), CoreTestingModule ], - declarations: [ + "declarations": [ TestComponent ] }); diff --git a/lib/core/src/lib/templates/empty-content/empty-content.component.stories.ts b/lib/core/src/lib/templates/empty-content/empty-content.component.stories.ts index d75115d2e0..00e3498b21 100644 --- a/lib/core/src/lib/templates/empty-content/empty-content.component.stories.ts +++ b/lib/core/src/lib/templates/empty-content/empty-content.component.stories.ts @@ -21,66 +21,66 @@ import { CoreStoryModule } from '../../testing/core.story.module'; import { TemplateModule } from '../template.module'; export default { - component: EmptyContentComponent, - title: 'Core/Template/Empty Content', - decorators: [ + "component": EmptyContentComponent, + "title": 'Core/Template/Empty Content', + "decorators": [ moduleMetadata({ - imports: [CoreStoryModule, TemplateModule] + "imports": [CoreStoryModule, TemplateModule] }) ], - parameters: { - docs: { - description: { - component: `Provides a generic "Empty Content" placeholder for components.` + "parameters": { + "docs": { + "description": { + "component": `Provides a generic "Empty Content" placeholder for components.` } } }, - argTypes: { - icon: { - control: 'text', - description: 'Material Icon to use.', - defaultValue: 'cake', - table: { - type: { summary: 'string' }, - defaultValue: { summary: 'cake' } + "argTypes": { + "icon": { + "control": 'text', + "description": 'Material Icon to use.', + "defaultValue": 'cake', + "table": { + "type": { "summary": 'string' }, + "defaultValue": { "summary": 'cake' } } }, - title: { - control: 'text', - description: 'String or Resource Key for the title.', - defaultValue: 'title', - table: { - type: { summary: 'string' } + "title": { + "control": 'text', + "description": 'String or Resource Key for the title.', + "defaultValue": 'title', + "table": { + "type": { "summary": 'string' } } }, - subtitle: { - control: 'text', - description: 'String or Resource Key for the subtitle.', - defaultValue: 'subtitle', - table: { - type: { summary: 'string' } + "subtitle": { + "control": 'text', + "description": 'String or Resource Key for the subtitle.', + "defaultValue": 'subtitle', + "table": { + "type": { "summary": 'string' } } }, - anyContentProjection: { - name: 'with any component / selector', - control: 'boolean', - description: 'Showcase content projection with any component / selector', - defaultValue: false, - table: { - category: 'Content Projection', - type: { - summary: 'code', - detail: '<div style="color:red">\n projected content\n</div>' + "anyContentProjection": { + "name": 'with any component / selector', + "control": 'boolean', + "description": 'Showcase content projection with any component / selector', + "defaultValue": false, + "table": { + "category": 'Content Projection', + "type": { + "summary": 'code', + "detail": '<div style="color:red">\n projected content\n</div>' }, - defaultValue: { summary: false } + "defaultValue": { "summary": false } } } } } as Meta; const template: Story<EmptyContentComponent> = (args: EmptyContentComponent & { anyContentProjection: boolean }) => ({ - props: args, - template: ` + "props": args, + "template": ` <adf-empty-content icon="${args.icon}" title="${args.title}" subtitle="${args.subtitle}"> <div *ngIf="${args.anyContentProjection}" style="color:red"> projected content @@ -89,4 +89,4 @@ const template: Story<EmptyContentComponent> = (args: EmptyContentComponent & { }); export const emptyContent = template.bind({}); -emptyContent.parameters = { layout: 'centered' }; +emptyContent.parameters = { "layout": 'centered' }; diff --git a/lib/core/src/lib/templates/empty-content/empty-content.component.ts b/lib/core/src/lib/templates/empty-content/empty-content.component.ts index df774cd206..24affc1d68 100644 --- a/lib/core/src/lib/templates/empty-content/empty-content.component.ts +++ b/lib/core/src/lib/templates/empty-content/empty-content.component.ts @@ -18,12 +18,12 @@ import { Component, ChangeDetectionStrategy, ViewEncapsulation, Input } from '@angular/core'; @Component({ - selector: 'adf-empty-content', - templateUrl: './empty-content.component.html', - styleUrls: ['./empty-content.component.scss'], - changeDetection: ChangeDetectionStrategy.OnPush, - encapsulation: ViewEncapsulation.None, - host: { class: 'adf-empty-content' } + "selector": 'adf-empty-content', + "templateUrl": './empty-content.component.html', + "styleUrls": ['./empty-content.component.scss'], + "changeDetection": ChangeDetectionStrategy.OnPush, + "encapsulation": ViewEncapsulation.None, + "host": { "class": 'adf-empty-content' } }) export class EmptyContentComponent { diff --git a/lib/core/src/lib/templates/error-content/error-content.component.spec.ts b/lib/core/src/lib/templates/error-content/error-content.component.spec.ts index 8d5b738673..f9567ccccc 100644 --- a/lib/core/src/lib/templates/error-content/error-content.component.spec.ts +++ b/lib/core/src/lib/templates/error-content/error-content.component.spec.ts @@ -32,12 +32,12 @@ describe('ErrorContentComponent', () => { beforeEach(() => { TestBed.configureTestingModule({ - imports: [ + "imports": [ TranslateModule.forRoot(), CoreTestingModule ], - providers: [ - { provide: ActivatedRoute, useValue: { params: of() } } + "providers": [ + { "provide": ActivatedRoute, "useValue": { "params": of() } } ] }); fixture = TestBed.createComponent(ErrorContentComponent); @@ -108,7 +108,7 @@ describe('ErrorContentComponent', () => { describe(' with a specific error', () => { it('should navigate to an error given by the route params', async () => { const route = TestBed.inject(ActivatedRoute); - route.params = of({ id: '404' }); + route.params = of({ "id": '404' }); spyOn(translateService, 'instant').and.returnValue(of('404')); fixture.detectChanges(); await fixture.whenStable(); diff --git a/lib/core/src/lib/templates/error-content/error-content.component.stories.ts b/lib/core/src/lib/templates/error-content/error-content.component.stories.ts index 8db67a4248..97fce6afd4 100644 --- a/lib/core/src/lib/templates/error-content/error-content.component.stories.ts +++ b/lib/core/src/lib/templates/error-content/error-content.component.stories.ts @@ -23,53 +23,53 @@ import { ActivatedRoute } from '@angular/router'; import { of } from 'rxjs'; export default { - component: ErrorContentComponent, - title: 'Core/Template/Error Content', - decorators: [ + "component": ErrorContentComponent, + "title": 'Core/Template/Error Content', + "decorators": [ moduleMetadata({ - imports: [CoreStoryModule, TemplateModule], - providers: [ - { provide: ActivatedRoute, useValue: { params: of({}) } } + "imports": [CoreStoryModule, TemplateModule], + "providers": [ + { "provide": ActivatedRoute, "useValue": { "params": of({}) } } ] }) ], - parameters: { - docs: { - description: { - component: `Displays information about a specific error.` + "parameters": { + "docs": { + "description": { + "component": `Displays information about a specific error.` } } }, - argTypes: { - errorCode: { - control: 'text', - description: 'Error code associated with this error.', - defaultValue: 'UNKNOWN', - table: { - type: { summary: 'string' }, - defaultValue: { summary: 'UNKNOWN' } + "argTypes": { + "errorCode": { + "control": 'text', + "description": 'Error code associated with this error.', + "defaultValue": 'UNKNOWN', + "table": { + "type": { "summary": 'string' }, + "defaultValue": { "summary": 'UNKNOWN' } } }, - errorContentActions: { - name: 'with adf-error-content-actions selector', - control: 'boolean', - description: 'Showcase content projection with <span style="color:red">adf-error-content-actions</span> selector', - defaultValue: false, - table: { - category: 'Content Projection', - type: { - summary: 'code', - detail: '<div adf-error-content-actions>\n <button>MyAction</button>\n</div>' + "errorContentActions": { + "name": 'with adf-error-content-actions selector', + "control": 'boolean', + "description": 'Showcase content projection with <span style="color:red">adf-error-content-actions</span> selector', + "defaultValue": false, + "table": { + "category": 'Content Projection', + "type": { + "summary": 'code', + "detail": '<div adf-error-content-actions>\n <button>MyAction</button>\n</div>' }, - defaultValue: { summary: false } + "defaultValue": { "summary": false } } } } } as Meta; const template: Story<ErrorContentComponent> = (args: ErrorContentComponent & { errorContentActions: boolean }) => ({ - props: args, - template: ` + "props": args, + "template": ` <adf-error-content errorCode="${args.errorCode}"> <div adf-error-content-actions *ngIf="${args.errorContentActions}"> <button mat-raised-button type="button">MyAction</button> @@ -78,4 +78,4 @@ const template: Story<ErrorContentComponent> = (args: ErrorContentComponent & { }); export const errorContent = template.bind({}); -errorContent.parameters = { layout: 'centered' }; +errorContent.parameters = { "layout": 'centered' }; diff --git a/lib/core/src/lib/templates/error-content/error-content.component.ts b/lib/core/src/lib/templates/error-content/error-content.component.ts index 49e16ded64..8291dee2a8 100644 --- a/lib/core/src/lib/templates/error-content/error-content.component.ts +++ b/lib/core/src/lib/templates/error-content/error-content.component.ts @@ -29,12 +29,12 @@ import { BreakpointObserver, Breakpoints } from '@angular/cdk/layout'; import { map } from 'rxjs/operators'; @Component({ - selector: 'adf-error-content', - templateUrl: './error-content.component.html', - styleUrls: ['./error-content.component.scss'], - changeDetection: ChangeDetectionStrategy.OnPush, - encapsulation: ViewEncapsulation.None, - host: { class: 'adf-error-content' } + "selector": 'adf-error-content', + "templateUrl": './error-content.component.html', + "styleUrls": ['./error-content.component.scss'], + "changeDetection": ChangeDetectionStrategy.OnPush, + "encapsulation": ViewEncapsulation.None, + "host": { "class": 'adf-error-content' } }) export class ErrorContentComponent implements OnInit { @@ -47,13 +47,13 @@ export class ErrorContentComponent implements OnInit { errorCodeTranslated: string; isSmallScreen$: Observable<boolean>; - constructor(private route: ActivatedRoute, + constructor (private route: ActivatedRoute, private translateService: TranslationService, private breakpointObserver: BreakpointObserver ) { } - ngOnInit() { + ngOnInit () { if (this.route) { this.route.params.subscribe(params => { const code = params['id'] || this.errorCode; @@ -65,7 +65,7 @@ export class ErrorContentComponent implements OnInit { this.isSmallScreen$ = this.breakpointObserver.observe([Breakpoints.XSmall, Breakpoints.Small]).pipe(map(({ matches }) => matches)); } - checkErrorExists(errorCode: string ) { + checkErrorExists (errorCode: string ) { const errorMessage = this.translateService.instant('ERROR_CONTENT.' + errorCode); return errorMessage !== ('ERROR_CONTENT.' + errorCode); } diff --git a/lib/core/src/lib/templates/template.module.ts b/lib/core/src/lib/templates/template.module.ts index b47a4db3c9..db434a0f1c 100644 --- a/lib/core/src/lib/templates/template.module.ts +++ b/lib/core/src/lib/templates/template.module.ts @@ -24,8 +24,8 @@ import { IconModule } from '../icon/icon.module'; import { MatButtonModule } from '@angular/material/button'; @NgModule({ - imports: [CommonModule, TranslateModule, IconModule], - declarations: [ErrorContentComponent, EmptyContentComponent], - exports: [ErrorContentComponent, EmptyContentComponent, MatButtonModule] + "imports": [CommonModule, TranslateModule, IconModule], + "declarations": [ErrorContentComponent, EmptyContentComponent], + "exports": [ErrorContentComponent, EmptyContentComponent, MatButtonModule] }) export class TemplateModule {} diff --git a/lib/core/src/lib/testing/automation.service.ts b/lib/core/src/lib/testing/automation.service.ts index 33acfba051..e3c127d4ff 100644 --- a/lib/core/src/lib/testing/automation.service.ts +++ b/lib/core/src/lib/testing/automation.service.ts @@ -24,13 +24,13 @@ import { DemoForm } from '../mock/form/demo-form.mock'; import { AuthenticationService } from '../auth/services/authentication.service'; @Injectable({ - providedIn: 'root' + "providedIn": 'root' }) export class CoreAutomationService { public forms = new DemoForm(); - constructor( + constructor ( private appConfigService: AppConfigService, private alfrescoApiService: AlfrescoApiService, private userPreferencesService: UserPreferencesService, @@ -39,7 +39,7 @@ export class CoreAutomationService { ) { } - setup() { + setup () { const adfProxy = window['adf'] || {}; adfProxy.getConfigField = (field: string): any => this.appConfigService.get(field); diff --git a/lib/core/src/lib/testing/core.story.module.ts b/lib/core/src/lib/testing/core.story.module.ts index 516804b03f..7cd4d7767e 100644 --- a/lib/core/src/lib/testing/core.story.module.ts +++ b/lib/core/src/lib/testing/core.story.module.ts @@ -23,13 +23,13 @@ import { provideTranslations } from '../translation/translation.service'; import { AuthModule } from '../../../src/lib/auth/oidc/auth.module'; @NgModule({ - imports: [ + "imports": [ AuthModule.forRoot(), TranslateModule.forRoot(), CoreModule.forRoot(), BrowserAnimationsModule ], - providers: [ + "providers": [ provideTranslations('adf-core', 'assets/adf-core') ] }) diff --git a/lib/core/src/lib/testing/core.testing.module.ts b/lib/core/src/lib/testing/core.testing.module.ts index 6226ae618a..971cd34833 100644 --- a/lib/core/src/lib/testing/core.testing.module.ts +++ b/lib/core/src/lib/testing/core.testing.module.ts @@ -35,28 +35,28 @@ import { DirectionalityConfigService } from '../common/services/directionality-c import { AuthModule } from '../auth'; @NgModule({ - imports: [ - AuthModule.forRoot({ useHash: true }), + "imports": [ + AuthModule.forRoot({ "useHash": true }), NoopAnimationsModule, RouterTestingModule, HttpClientModule, TranslateModule.forRoot(), CoreModule.forRoot() ], - providers: [ + "providers": [ DatePipe, - { provide: AlfrescoApiService, useClass: AlfrescoApiServiceMock }, - { provide: AppConfigService, useClass: AppConfigServiceMock }, - { provide: TranslationService, useClass: TranslationMock }, - { provide: CookieService, useClass: CookieServiceMock }, + { "provide": AlfrescoApiService, "useClass": AlfrescoApiServiceMock }, + { "provide": AppConfigService, "useClass": AppConfigServiceMock }, + { "provide": TranslationService, "useClass": TranslationMock }, + { "provide": CookieService, "useClass": CookieServiceMock }, { - provide: APP_INITIALIZER, - useFactory: directionalityConfigFactory, - deps: [ DirectionalityConfigService ], - multi: true + "provide": APP_INITIALIZER, + "useFactory": directionalityConfigFactory, + "deps": [ DirectionalityConfigService ], + "multi": true } ], - exports: [ + "exports": [ NoopAnimationsModule, CoreModule, TranslateModule, diff --git a/lib/core/src/lib/toolbar/toolbar-divider.component.ts b/lib/core/src/lib/toolbar/toolbar-divider.component.ts index 36dee0cf9b..25d92c492e 100644 --- a/lib/core/src/lib/toolbar/toolbar-divider.component.ts +++ b/lib/core/src/lib/toolbar/toolbar-divider.component.ts @@ -18,10 +18,10 @@ import { Component, ViewEncapsulation, ChangeDetectionStrategy } from '@angular/core'; @Component({ - selector: 'adf-toolbar-divider', - template: '<div></div>', - host: { class: 'adf-toolbar-divider' }, - styles: [` + "selector": 'adf-toolbar-divider', + "template": '<div></div>', + "host": { "class": 'adf-toolbar-divider' }, + "styles": [` .adf-toolbar-divider > div { height: 24px; width: 1px; @@ -30,7 +30,7 @@ import { Component, ViewEncapsulation, ChangeDetectionStrategy } from '@angular/ margin-right: 5px; } `], - encapsulation: ViewEncapsulation.None, - changeDetection: ChangeDetectionStrategy.OnPush + "encapsulation": ViewEncapsulation.None, + "changeDetection": ChangeDetectionStrategy.OnPush }) export class ToolbarDividerComponent {} diff --git a/lib/core/src/lib/toolbar/toolbar-title.component.ts b/lib/core/src/lib/toolbar/toolbar-title.component.ts index d856b4a127..b49a554573 100644 --- a/lib/core/src/lib/toolbar/toolbar-title.component.ts +++ b/lib/core/src/lib/toolbar/toolbar-title.component.ts @@ -18,8 +18,8 @@ import { Component } from '@angular/core'; @Component({ - selector: 'adf-toolbar-title', - template: '<ng-content></ng-content>', - host: { class: 'adf-toolbar-title' } + "selector": 'adf-toolbar-title', + "template": '<ng-content></ng-content>', + "host": { "class": 'adf-toolbar-title' } }) export class ToolbarTitleComponent {} diff --git a/lib/core/src/lib/toolbar/toolbar.component.spec.ts b/lib/core/src/lib/toolbar/toolbar.component.spec.ts index 0ab5188972..480f5c3483 100644 --- a/lib/core/src/lib/toolbar/toolbar.component.spec.ts +++ b/lib/core/src/lib/toolbar/toolbar.component.spec.ts @@ -26,7 +26,7 @@ describe('ToolbarComponent', () => { beforeEach(() => { TestBed.configureTestingModule({ - imports: [ + "imports": [ TranslateModule.forRoot(), CoreTestingModule, ToolbarModule diff --git a/lib/core/src/lib/toolbar/toolbar.component.stories.ts b/lib/core/src/lib/toolbar/toolbar.component.stories.ts index cb1fc7f673..d20848a216 100644 --- a/lib/core/src/lib/toolbar/toolbar.component.stories.ts +++ b/lib/core/src/lib/toolbar/toolbar.component.stories.ts @@ -21,81 +21,81 @@ import { ToolbarComponent } from './toolbar.component'; import { ToolbarModule } from './toolbar.module'; export default { - component: ToolbarComponent, - title: 'Core/Toolbar/Toolbar', - decorators: [ + "component": ToolbarComponent, + "title": 'Core/Toolbar/Toolbar', + "decorators": [ moduleMetadata({ - imports: [CoreStoryModule, ToolbarModule] + "imports": [CoreStoryModule, ToolbarModule] }) ], - argTypes: { - color: { - control: 'radio', - options: ['primary', 'accent', 'warn', undefined], - description: 'Toolbar color.', - defaultValue: undefined, - table: { - type: { summary: 'ThemePalette' }, - defaultValue: { summary: 'undefined' } + "argTypes": { + "color": { + "control": 'radio', + "options": ['primary', 'accent', 'warn', undefined], + "description": 'Toolbar color.', + "defaultValue": undefined, + "table": { + "type": { "summary": 'ThemePalette' }, + "defaultValue": { "summary": 'undefined' } } }, - title: { - control: 'text', - description: 'Toolbar title.', - defaultValue: '', - table: { - type: { summary: 'string' }, - defaultValue: { summary: '' } + "title": { + "control": 'text', + "description": 'Toolbar title.', + "defaultValue": '', + "table": { + "type": { "summary": 'string' }, + "defaultValue": { "summary": '' } } }, - toolbarTitle: { - name: 'with adf-toolbar-title component', - control: 'boolean', - description: 'Showcase content projection with <span style="color:red">adf-toolbar-title</span> component', - defaultValue: false, - table: { - category: 'Content Projection', - type: { - summary: 'code', - detail: '<adf-toolbar-title>Projected Title</adf-toolbar-title>' + "toolbarTitle": { + "name": 'with adf-toolbar-title component', + "control": 'boolean', + "description": 'Showcase content projection with <span style="color:red">adf-toolbar-title</span> component', + "defaultValue": false, + "table": { + "category": 'Content Projection', + "type": { + "summary": 'code', + "detail": '<adf-toolbar-title>Projected Title</adf-toolbar-title>' }, - defaultValue: { summary: false } + "defaultValue": { "summary": false } } }, - toolbarDivider: { - name: 'with adf-toolbar-divider component', - control: 'boolean', - description: 'Showcase content projection with <span style="color:red">adf-toolbar-divider</span> component', - defaultValue: false, - table: { - category: 'Content Projection', - type: { - summary: 'code', - detail: 'left<adf-toolbar-divider></adf-toolbar-divider>right' + "toolbarDivider": { + "name": 'with adf-toolbar-divider component', + "control": 'boolean', + "description": 'Showcase content projection with <span style="color:red">adf-toolbar-divider</span> component', + "defaultValue": false, + "table": { + "category": 'Content Projection', + "type": { + "summary": 'code', + "detail": 'left<adf-toolbar-divider></adf-toolbar-divider>right' }, - defaultValue: { summary: false } + "defaultValue": { "summary": false } } }, - anyContentProjection: { - name: 'with any component / selector', - control: 'boolean', - description: 'Showcase content projection with any component / selector', - defaultValue: false, - table: { - category: 'Content Projection', - type: { - summary: 'code', - detail: '<span style="color:red">projected content</span>' + "anyContentProjection": { + "name": 'with any component / selector', + "control": 'boolean', + "description": 'Showcase content projection with any component / selector', + "defaultValue": false, + "table": { + "category": 'Content Projection', + "type": { + "summary": 'code', + "detail": '<span style="color:red">projected content</span>' }, - defaultValue: { summary: false } + "defaultValue": { "summary": false } } } } } as Meta; const template: Story<ToolbarComponent> = (args: ToolbarComponent & { anyContentProjection: boolean } & { toolbarDivider: boolean } & { toolbarTitle: boolean } ) => ({ - props: args, - template: ` + "props": args, + "template": ` <adf-toolbar color="${args.color}" title="${args.title}"> <ng-container *ngIf="${args.toolbarTitle}"><adf-toolbar-title>Projected Title</adf-toolbar-title></ng-container> <ng-container *ngIf="${args.anyContentProjection}"> diff --git a/lib/core/src/lib/toolbar/toolbar.component.ts b/lib/core/src/lib/toolbar/toolbar.component.ts index 11c56e0e27..2d7e3d68ef 100644 --- a/lib/core/src/lib/toolbar/toolbar.component.ts +++ b/lib/core/src/lib/toolbar/toolbar.component.ts @@ -19,12 +19,12 @@ import { ChangeDetectionStrategy, Component, Input, ViewEncapsulation } from '@a import { ThemePalette } from '@angular/material/core'; @Component({ - selector: 'adf-toolbar', - templateUrl: './toolbar.component.html', - styleUrls: ['./toolbar.component.scss'], - changeDetection: ChangeDetectionStrategy.OnPush, - encapsulation: ViewEncapsulation.None, - host: { class: 'adf-toolbar' } + "selector": 'adf-toolbar', + "templateUrl": './toolbar.component.html', + "styleUrls": ['./toolbar.component.scss'], + "changeDetection": ChangeDetectionStrategy.OnPush, + "encapsulation": ViewEncapsulation.None, + "host": { "class": 'adf-toolbar' } }) export class ToolbarComponent { diff --git a/lib/core/src/lib/toolbar/toolbar.module.ts b/lib/core/src/lib/toolbar/toolbar.module.ts index a1ded95556..2e4e11f688 100644 --- a/lib/core/src/lib/toolbar/toolbar.module.ts +++ b/lib/core/src/lib/toolbar/toolbar.module.ts @@ -25,17 +25,17 @@ import { ToolbarTitleComponent } from './toolbar-title.component'; import { ToolbarComponent } from './toolbar.component'; @NgModule({ - imports: [ + "imports": [ CommonModule, MaterialModule, TranslateModule ], - declarations: [ + "declarations": [ ToolbarComponent, ToolbarTitleComponent, ToolbarDividerComponent ], - exports: [ + "exports": [ ToolbarComponent, ToolbarTitleComponent, ToolbarDividerComponent diff --git a/lib/core/src/lib/translation/translate-loader.service.ts b/lib/core/src/lib/translation/translate-loader.service.ts index e5839113ef..e4670300ea 100644 --- a/lib/core/src/lib/translation/translate-loader.service.ts +++ b/lib/core/src/lib/translation/translate-loader.service.ts @@ -24,7 +24,7 @@ import { ObjectUtils } from '../common/utils/object-utils'; import { map, catchError, retry } from 'rxjs/operators'; @Injectable({ - providedIn: 'root' + "providedIn": 'root' }) export class TranslateLoaderService implements TranslateLoader { private prefix: string = 'i18n'; @@ -33,13 +33,13 @@ export class TranslateLoaderService implements TranslateLoader { private queue: string[][] = []; private defaultLang: string = 'en'; - constructor(private http: HttpClient) {} + constructor (private http: HttpClient) {} - setDefaultLang(value: string) { + setDefaultLang (value: string) { this.defaultLang = value || 'en'; } - registerProvider(name: string, path: string) { + registerProvider (name: string, path: string) { const registered = this.providers.find((provider) => provider.name === name); if (registered) { registered.path = path; @@ -48,11 +48,11 @@ export class TranslateLoaderService implements TranslateLoader { } } - providerRegistered(name: string): boolean { + providerRegistered (name: string): boolean { return !!this.providers.find((x) => x.name === name); } - fetchLanguageFile(lang: string, component: ComponentTranslationModel, fallbackUrl?: string): Observable<void> { + fetchLanguageFile (lang: string, component: ComponentTranslationModel, fallbackUrl?: string): Observable<void> { const translationUrl = fallbackUrl || `${component.path}/${this.prefix}/${lang}${this.suffix}?v=${Date.now()}`; return this.http.get(translationUrl).pipe( @@ -75,7 +75,7 @@ export class TranslateLoaderService implements TranslateLoader { ); } - getComponentToFetch(lang: string): Array<Observable<any>> { + getComponentToFetch (lang: string): Array<Observable<any>> { const observableBatch = []; if (!this.queue[lang]) { this.queue[lang] = []; @@ -91,17 +91,17 @@ export class TranslateLoaderService implements TranslateLoader { return observableBatch; } - init(lang: string) { + init (lang: string) { if (this.queue[lang] === undefined) { this.queue[lang] = []; } } - isComponentInQueue(lang: string, name: string) { + isComponentInQueue (lang: string, name: string) { return !!(this.queue[lang] || []).find((x) => x === name); } - getFullTranslationJSON(lang: string): any { + getFullTranslationJSON (lang: string): any { let result = {}; this.providers @@ -124,7 +124,7 @@ export class TranslateLoaderService implements TranslateLoader { return result; } - getTranslation(lang: string): Observable<any> { + getTranslation (lang: string): Observable<any> { let hasFailures = false; const batch = [ ...this.getComponentToFetch(lang).map((observable) => diff --git a/lib/core/src/lib/translation/translate-loader.spec.ts b/lib/core/src/lib/translation/translate-loader.spec.ts index 8325d45692..557e3bea3d 100644 --- a/lib/core/src/lib/translation/translate-loader.spec.ts +++ b/lib/core/src/lib/translation/translate-loader.spec.ts @@ -30,12 +30,12 @@ describe('TranslateLoader', () => { beforeEach(() => { TestBed.configureTestingModule({ - imports: [ - AuthModule.forRoot({ useHash: true }), + "imports": [ + AuthModule.forRoot({ "useHash": true }), TranslateModule.forRoot(), CoreModule.forRoot() ], - providers: [ + "providers": [ TranslationService ] }); diff --git a/lib/core/src/lib/translation/translation.service.spec.ts b/lib/core/src/lib/translation/translation.service.spec.ts index 74b900d87d..e8bdc17989 100644 --- a/lib/core/src/lib/translation/translation.service.spec.ts +++ b/lib/core/src/lib/translation/translation.service.spec.ts @@ -35,18 +35,18 @@ describe('TranslationService', () => { beforeEach(() => { TestBed.configureTestingModule({ - imports: [ + "imports": [ HttpClientModule, TranslateModule.forRoot({ - loader: { - provide: TranslateLoader, - useClass: TranslateLoaderService + "loader": { + "provide": TranslateLoader, + "useClass": TranslateLoaderService } }) ], - providers: [ - { provide: AlfrescoApiService, useClass: AlfrescoApiServiceMock }, - { provide: AppConfigService, useClass: AppConfigServiceMock }, + "providers": [ + { "provide": AlfrescoApiService, "useClass": AlfrescoApiServiceMock }, + { "provide": AppConfigService, "useClass": AppConfigServiceMock }, provideTranslations('@alfresco/adf-core', 'assets/ng2-alfresco-core') ] }); @@ -68,9 +68,9 @@ describe('TranslationService', () => { }); jasmine.Ajax.requests.mostRecent().respondWith({ - status: 200, - contentType: 'application/json', - responseText: JSON.stringify({TEST: 'This is a test', TEST2: 'This is another test'}) + "status": 200, + "contentType": 'application/json', + "responseText": JSON.stringify({"TEST": 'This is a test', "TEST2": 'This is another test'}) }); }); @@ -80,9 +80,9 @@ describe('TranslationService', () => { }); jasmine.Ajax.requests.mostRecent().respondWith({ - status: 200, - contentType: 'application/json', - responseText: JSON.stringify({TEST: 'This is a test', TEST2: 'This is another test'}) + "status": 200, + "contentType": 'application/json', + "responseText": JSON.stringify({"TEST": 'This is a test', "TEST2": 'This is another test'}) }); }); diff --git a/lib/core/src/lib/translation/translation.service.ts b/lib/core/src/lib/translation/translation.service.ts index a3e5bef236..0e5fe853f8 100644 --- a/lib/core/src/lib/translation/translation.service.ts +++ b/lib/core/src/lib/translation/translation.service.ts @@ -30,31 +30,30 @@ export interface TranslationProvider { /** * Generate translation provider - * * @param id Unique identifier * @param path Path to translation files * @returns Provider */ -export function provideTranslations(id: string, path: string) { +export function provideTranslations (id: string, path: string) { return { - provide: TRANSLATION_PROVIDER, - multi: true, - useValue: { - name: id, - source: path + "provide": TRANSLATION_PROVIDER, + "multi": true, + "useValue": { + "name": id, + "source": path } }; } @Injectable({ - providedIn: 'root' + "providedIn": 'root' }) export class TranslationService { defaultLang: string; userLang: string; customLoader: TranslateLoaderService; - constructor(public translate: TranslateService, + constructor (public translate: TranslateService, userPreferencesService: UserPreferencesService, @Optional() @Inject(TRANSLATION_PROVIDER) providers: TranslationProvider[]) { this.customLoader = this.translate.currentLoader as TranslateLoaderService; @@ -79,11 +78,10 @@ export class TranslationService { /** * Adds a new folder of translation source files. - * * @param name Name for the translation provider * @param path Path to the folder */ - addTranslationFolder(name: string = '', path: string = '') { + addTranslationFolder (name: string = '', path: string = '') { if (!this.customLoader.providerRegistered(name)) { this.customLoader.registerProvider(name, path); @@ -97,11 +95,10 @@ export class TranslationService { /** * Loads a translation file. - * * @param lang Language code for the language to load * @param fallback Language code to fall back to if the first one was unavailable */ - loadTranslation(lang: string, fallback?: string) { + loadTranslation (lang: string, fallback?: string) { this.translate.getTranslation(lang).subscribe( () => { this.translate.use(lang); @@ -117,46 +114,42 @@ export class TranslationService { /** * Triggers a notification callback when the translation language changes. - * * @param lang The new language code */ - onTranslationChanged(lang: string): void { + onTranslationChanged (lang: string): void { this.translate.onTranslationChange.next({ lang, - translations: this.customLoader.getFullTranslationJSON(lang) + "translations": this.customLoader.getFullTranslationJSON(lang) }); } /** * Sets the target language for translations. - * * @param lang Code name for the language * @returns Translations available for the language */ - use(lang: string): Observable<any> { + use (lang: string): Observable<any> { this.customLoader.init(lang); return this.translate.use(lang); } /** * Gets the translation for the supplied key. - * * @param key Key to translate * @param interpolateParams String(s) to be interpolated into the main message * @returns Translated text */ - get(key: string | Array<string>, interpolateParams?: any): Observable<string | any> { + get (key: string | Array<string>, interpolateParams?: any): Observable<string | any> { return this.translate.get(key, interpolateParams); } /** * Directly returns the translation for the supplied key. - * * @param key Key to translate * @param interpolateParams String(s) to be interpolated into the main message * @returns Translated text */ - instant(key: string | Array<string>, interpolateParams?: any): string | any { + instant (key: string | Array<string>, interpolateParams?: any): string | any { return key ? this.translate.instant(key, interpolateParams) : ''; } } diff --git a/lib/core/src/lib/viewer/components/download-prompt-dialog/download-prompt-dialog.component.spec.ts b/lib/core/src/lib/viewer/components/download-prompt-dialog/download-prompt-dialog.component.spec.ts index ab1e645ccc..7e1396f51c 100644 --- a/lib/core/src/lib/viewer/components/download-prompt-dialog/download-prompt-dialog.component.spec.ts +++ b/lib/core/src/lib/viewer/components/download-prompt-dialog/download-prompt-dialog.component.spec.ts @@ -25,7 +25,7 @@ import { CoreTestingModule } from '../../../testing/core.testing.module'; import { DownloadPromptActions } from '../../models/download-prompt.actions'; const mockDialog = { - close: jasmine.createSpy('close') + "close": jasmine.createSpy('close') }; describe('DownloadPromptDialogComponent', () => { @@ -36,13 +36,13 @@ describe('DownloadPromptDialogComponent', () => { beforeEach(() => { TestBed.configureTestingModule({ - declarations: [DownloadPromptDialogComponent], - imports: [ + "declarations": [DownloadPromptDialogComponent], + "imports": [ TranslateModule.forRoot(), CoreTestingModule ], - providers: [ - { provide: MatDialogRef, useValue: mockDialog } + "providers": [ + { "provide": MatDialogRef, "useValue": mockDialog } ] }); matDialogRef = TestBed.inject(MatDialogRef); diff --git a/lib/core/src/lib/viewer/components/download-prompt-dialog/download-prompt-dialog.component.ts b/lib/core/src/lib/viewer/components/download-prompt-dialog/download-prompt-dialog.component.ts index d81b8e7ca2..eecdf3bc4a 100644 --- a/lib/core/src/lib/viewer/components/download-prompt-dialog/download-prompt-dialog.component.ts +++ b/lib/core/src/lib/viewer/components/download-prompt-dialog/download-prompt-dialog.component.ts @@ -19,8 +19,8 @@ import { Component } from '@angular/core'; import { DownloadPromptActions } from '../../models/download-prompt.actions'; @Component({ - selector: 'adf-download-prompt-dialog', - templateUrl: './download-prompt-dialog.component.html' + "selector": 'adf-download-prompt-dialog', + "templateUrl": './download-prompt-dialog.component.html' }) export class DownloadPromptDialogComponent { DownloadPromptActions = DownloadPromptActions; diff --git a/lib/core/src/lib/viewer/components/img-viewer.component.spec.ts b/lib/core/src/lib/viewer/components/img-viewer.component.spec.ts index 9e15ec85d4..3beb0cb1d4 100644 --- a/lib/core/src/lib/viewer/components/img-viewer.component.spec.ts +++ b/lib/core/src/lib/viewer/components/img-viewer.component.spec.ts @@ -33,12 +33,12 @@ describe('Test Img viewer component ', () => { const createFakeBlob = () => { const data = atob('iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAADUlEQVR42mNk+M9QDwADhgGAWjR9awAAAABJRU5ErkJggg=='); - return new Blob([data], { type: 'image/png' }); + return new Blob([data], { "type": 'image/png' }); }; beforeEach(() => { TestBed.configureTestingModule({ - imports: [ + "imports": [ TranslateModule.forRoot(), CoreTestingModule ] @@ -128,7 +128,7 @@ describe('Test Img viewer component ', () => { it('If no url or blob are passed should thrown an error', () => { const change = new SimpleChange(null, null, true); expect(() => { - component.ngOnChanges({ blobFile: change, urlFile: change }); + component.ngOnChanges({ "blobFile": change, "urlFile": change }); }).toThrow(new Error('Attribute urlFile or blobFile is required')); }); @@ -164,7 +164,7 @@ describe('Test Img viewer component ', () => { spyOn(urlService, 'createTrustedUrl').and.returnValue('fake-blob-url'); const change = new SimpleChange(null, blob, true); expect(() => { - component.ngOnChanges({ blobFile: change }); + component.ngOnChanges({ "blobFile": change }); }).not.toThrow(new Error('Attribute urlFile or blobFile is required')); expect(component.urlFile).toEqual('fake-blob-url'); }); @@ -178,7 +178,7 @@ describe('Test Img viewer component ', () => { component = fixture.componentInstance; component.blobFile = createFakeBlob(); const change = new SimpleChange(null, component.blobFile, true); - component.ngOnChanges({ blobFile: change }); + component.ngOnChanges({ "blobFile": change }); fixture.detectChanges(); }); @@ -374,7 +374,7 @@ describe('Test Img viewer component ', () => { it('should reset the viewer after going to full screen mode', () => { Object.defineProperty(document, 'fullscreenElement', { - value: true + "value": true }); spyOn(component, 'reset'); diff --git a/lib/core/src/lib/viewer/components/img-viewer.component.ts b/lib/core/src/lib/viewer/components/img-viewer.component.ts index d7c3bc1dec..a48203bb3f 100644 --- a/lib/core/src/lib/viewer/components/img-viewer.component.ts +++ b/lib/core/src/lib/viewer/components/img-viewer.component.ts @@ -34,11 +34,11 @@ import { UrlService } from '../../common/services/url.service'; import Cropper from 'cropperjs'; @Component({ - selector: 'adf-img-viewer', - templateUrl: './img-viewer.component.html', - styleUrls: ['./img-viewer.component.scss'], - host: { class: 'adf-image-viewer' }, - encapsulation: ViewEncapsulation.None + "selector": 'adf-img-viewer', + "templateUrl": './img-viewer.component.html', + "styleUrls": ['./img-viewer.component.scss'], + "host": { "class": 'adf-image-viewer' }, + "encapsulation": ViewEncapsulation.None }) export class ImgViewerComponent implements AfterViewInit, OnChanges, OnDestroy { @Input() @@ -67,50 +67,50 @@ export class ImgViewerComponent implements AfterViewInit, OnChanges, OnDestroy { @Output() isSaving = new EventEmitter<boolean>(); - @ViewChild('image', { static: false }) + @ViewChild('image', { "static": false }) public imageElement: ElementRef; public scale: number = 1.0; public cropper: Cropper; public isEditing: boolean = false; - get currentScaleText(): string { + get currentScaleText (): string { return Math.round(this.scale * 100) + '%'; } - constructor(private appConfigService: AppConfigService, private urlService: UrlService) { + constructor (private appConfigService: AppConfigService, private urlService: UrlService) { this.initializeScaling(); } - initializeScaling() { + initializeScaling () { const scaling = this.appConfigService.get<number>('adf-viewer-render.image-viewer-scaling', undefined) / 100; if (scaling) { this.scale = scaling; } } - ngAfterViewInit() { + ngAfterViewInit () { this.cropper = new Cropper(this.imageElement.nativeElement, { - autoCrop: false, - dragMode: 'move', - background: false, - scalable: true, - zoomOnWheel: false, - toggleDragModeOnDblclick: false, - viewMode: 1, - checkCrossOrigin: false, - ready: () => { + "autoCrop": false, + "dragMode": 'move', + "background": false, + "scalable": true, + "zoomOnWheel": false, + "toggleDragModeOnDblclick": false, + "viewMode": 1, + "checkCrossOrigin": false, + "ready": () => { this.updateCanvasContainer(); } }); } - ngOnDestroy() { + ngOnDestroy () { this.cropper.destroy(); } @HostListener('document:keydown', ['$event']) - onKeyDown(event: KeyboardEvent) { + onKeyDown (event: KeyboardEvent) { switch (event.key) { case 'ArrowLeft': event.preventDefault(); @@ -142,13 +142,13 @@ export class ImgViewerComponent implements AfterViewInit, OnChanges, OnDestroy { } @HostListener('document:fullscreenchange') - fullScreenChangeHandler() { + fullScreenChangeHandler () { if (document.fullscreenElement) { this.reset(); } } - ngOnChanges(changes: SimpleChanges) { + ngOnChanges (changes: SimpleChanges) { const blobFile = changes['blobFile']; if (blobFile?.currentValue) { this.urlFile = this.urlService.createTrustedUrl(this.blobFile); @@ -166,30 +166,30 @@ export class ImgViewerComponent implements AfterViewInit, OnChanges, OnDestroy { } } - zoomIn() { + zoomIn () { this.cropper.zoom(0.2); this.scale = +(this.scale + 0.2).toFixed(1); } - zoomOut() { + zoomOut () { if (this.scale > 0.2) { this.cropper.zoom(-0.2); this.scale = +(this.scale - 0.2).toFixed(1); } } - rotateImage() { + rotateImage () { this.isEditing = true; this.cropper.rotate(-90); } - cropImage() { + cropImage () { this.isEditing = true; this.cropper.setDragMode('crop'); this.cropper.crop(); } - save() { + save () { this.isSaving.emit(true); this.isEditing = false; this.cropper.setDragMode('move'); @@ -201,7 +201,7 @@ export class ImgViewerComponent implements AfterViewInit, OnChanges, OnDestroy { }); } - reset() { + reset () { this.isEditing = false; this.cropper.clear(); this.cropper.reset(); @@ -210,7 +210,7 @@ export class ImgViewerComponent implements AfterViewInit, OnChanges, OnDestroy { this.updateCanvasContainer(); } - updateCanvasContainer() { + updateCanvasContainer () { if (this.imageElement.nativeElement.width < this.cropper.getContainerData().width) { const width = this.imageElement.nativeElement.width; const height = this.imageElement.nativeElement.height; @@ -226,7 +226,7 @@ export class ImgViewerComponent implements AfterViewInit, OnChanges, OnDestroy { } } - onImageError() { + onImageError () { this.error.emit(); } } diff --git a/lib/core/src/lib/viewer/components/media-player.component.ts b/lib/core/src/lib/viewer/components/media-player.component.ts index 5ed1fbf097..29e8f4d72a 100644 --- a/lib/core/src/lib/viewer/components/media-player.component.ts +++ b/lib/core/src/lib/viewer/components/media-player.component.ts @@ -20,11 +20,11 @@ import { Track } from '../models/viewer.model'; import { UrlService } from '../../common/services/url.service'; @Component({ - selector: 'adf-media-player', - templateUrl: './media-player.component.html', - styleUrls: ['./media-player.component.scss'], - host: { class: 'adf-media-player' }, - encapsulation: ViewEncapsulation.None + "selector": 'adf-media-player', + "templateUrl": './media-player.component.html', + "styleUrls": ['./media-player.component.scss'], + "host": { "class": 'adf-media-player' }, + "encapsulation": ViewEncapsulation.None }) export class MediaPlayerComponent implements OnChanges { @Input() @@ -46,9 +46,9 @@ export class MediaPlayerComponent implements OnChanges { @Output() error = new EventEmitter<any>(); - constructor(private urlService: UrlService) {} + constructor (private urlService: UrlService) {} - ngOnChanges(changes: SimpleChanges) { + ngOnChanges (changes: SimpleChanges) { const blobFile = changes['blobFile']; if (blobFile?.currentValue) { @@ -61,7 +61,7 @@ export class MediaPlayerComponent implements OnChanges { } } - onMediaPlayerError(event: any) { + onMediaPlayerError (event: any) { this.error.emit(event); } } diff --git a/lib/core/src/lib/viewer/components/mock/adf-viewer-container-more-actions.component.mock.ts b/lib/core/src/lib/viewer/components/mock/adf-viewer-container-more-actions.component.mock.ts index d45eefb63f..a1f121e22d 100644 --- a/lib/core/src/lib/viewer/components/mock/adf-viewer-container-more-actions.component.mock.ts +++ b/lib/core/src/lib/viewer/components/mock/adf-viewer-container-more-actions.component.mock.ts @@ -18,8 +18,8 @@ import { Component } from '@angular/core'; @Component({ - selector: 'adf-viewer-container-more-actions', - template: ` + "selector": 'adf-viewer-container-more-actions', + "template": ` <adf-viewer> <adf-viewer-more-actions> <button mat-menu-item> diff --git a/lib/core/src/lib/viewer/components/mock/adf-viewer-container-open-with.component.mock.ts b/lib/core/src/lib/viewer/components/mock/adf-viewer-container-open-with.component.mock.ts index dfb7957561..163a36dcb6 100644 --- a/lib/core/src/lib/viewer/components/mock/adf-viewer-container-open-with.component.mock.ts +++ b/lib/core/src/lib/viewer/components/mock/adf-viewer-container-open-with.component.mock.ts @@ -18,8 +18,8 @@ import { Component } from '@angular/core'; @Component({ - selector: 'adf-viewer-container-open-with', - template: ` + "selector": 'adf-viewer-container-open-with', + "template": ` <adf-viewer> <adf-viewer-open-with> <button mat-menu-item> diff --git a/lib/core/src/lib/viewer/components/mock/adf-viewer-container-sidebar.component.mock.ts b/lib/core/src/lib/viewer/components/mock/adf-viewer-container-sidebar.component.mock.ts index 0353408f41..26eb3063cb 100644 --- a/lib/core/src/lib/viewer/components/mock/adf-viewer-container-sidebar.component.mock.ts +++ b/lib/core/src/lib/viewer/components/mock/adf-viewer-container-sidebar.component.mock.ts @@ -18,8 +18,8 @@ import { Component } from '@angular/core'; @Component({ - selector: 'adf-viewer-container-sidebar', - template: ` + "selector": 'adf-viewer-container-sidebar', + "template": ` <adf-viewer> <adf-viewer-sidebar> <div class="custom-sidebar"></div> diff --git a/lib/core/src/lib/viewer/components/mock/adf-viewer-container-toolbar-actions.component.mock.ts b/lib/core/src/lib/viewer/components/mock/adf-viewer-container-toolbar-actions.component.mock.ts index 18fd220cbe..a5ad2e7f4e 100644 --- a/lib/core/src/lib/viewer/components/mock/adf-viewer-container-toolbar-actions.component.mock.ts +++ b/lib/core/src/lib/viewer/components/mock/adf-viewer-container-toolbar-actions.component.mock.ts @@ -18,8 +18,8 @@ import { Component } from '@angular/core'; @Component({ - selector: 'adf-viewer-container-toolbar-actions', - template: ` + "selector": 'adf-viewer-container-toolbar-actions', + "template": ` <adf-viewer> <adf-viewer-toolbar-actions> <button mat-icon-button id="custom-button"> diff --git a/lib/core/src/lib/viewer/components/mock/adf-viewer-container-toolbar.component.mock.ts b/lib/core/src/lib/viewer/components/mock/adf-viewer-container-toolbar.component.mock.ts index 507afbef94..9f2c259a46 100644 --- a/lib/core/src/lib/viewer/components/mock/adf-viewer-container-toolbar.component.mock.ts +++ b/lib/core/src/lib/viewer/components/mock/adf-viewer-container-toolbar.component.mock.ts @@ -18,8 +18,8 @@ import { Component } from '@angular/core'; @Component({ - selector: 'adf-viewer-container-toolbar', - template: ` + "selector": 'adf-viewer-container-toolbar', + "template": ` <adf-viewer> <adf-viewer-toolbar> <div class="custom-toolbar-element"></div> diff --git a/lib/core/src/lib/viewer/components/pdf-viewer-password-dialog.spec.ts b/lib/core/src/lib/viewer/components/pdf-viewer-password-dialog.spec.ts index b4302e533f..69b959bfff 100644 --- a/lib/core/src/lib/viewer/components/pdf-viewer-password-dialog.spec.ts +++ b/lib/core/src/lib/viewer/components/pdf-viewer-password-dialog.spec.ts @@ -30,21 +30,21 @@ describe('PdfPasswordDialogComponent', () => { beforeEach(() => { TestBed.configureTestingModule({ - imports: [ + "imports": [ TranslateModule.forRoot(), CoreTestingModule ], - providers: [ + "providers": [ { - provide: MAT_DIALOG_DATA, - useValue: { - reason: null + "provide": MAT_DIALOG_DATA, + "useValue": { + "reason": null } }, { - provide: MatDialogRef, - useValue: { - close: jasmine.createSpy('open') + "provide": MatDialogRef, + "useValue": { + "close": jasmine.createSpy('open') } } ] diff --git a/lib/core/src/lib/viewer/components/pdf-viewer-password-dialog.ts b/lib/core/src/lib/viewer/components/pdf-viewer-password-dialog.ts index 4d63ac0d18..c03f0ca496 100644 --- a/lib/core/src/lib/viewer/components/pdf-viewer-password-dialog.ts +++ b/lib/core/src/lib/viewer/components/pdf-viewer-password-dialog.ts @@ -22,32 +22,32 @@ import { UntypedFormControl, Validators } from '@angular/forms'; declare const pdfjsLib: any; @Component({ - selector: 'adf-pdf-viewer-password-dialog', - templateUrl: './pdf-viewer-password-dialog.html', - styleUrls: ['./pdf-viewer-password-dialog.scss'], - encapsulation: ViewEncapsulation.None + "selector": 'adf-pdf-viewer-password-dialog', + "templateUrl": './pdf-viewer-password-dialog.html', + "styleUrls": ['./pdf-viewer-password-dialog.scss'], + "encapsulation": ViewEncapsulation.None }) export class PdfPasswordDialogComponent implements OnInit { passwordFormControl: UntypedFormControl; - constructor( + constructor ( private dialogRef: MatDialogRef<PdfPasswordDialogComponent>, @Inject(MAT_DIALOG_DATA) public data: any ) {} - ngOnInit() { + ngOnInit () { this.passwordFormControl = new UntypedFormControl('', [Validators.required]); } - isError(): boolean { + isError (): boolean { return this.data.reason === pdfjsLib.PasswordResponses.INCORRECT_PASSWORD; } - isValid(): boolean { + isValid (): boolean { return !this.passwordFormControl.hasError('required'); } - submit(): void { + submit (): void { this.dialogRef.close(this.passwordFormControl.value); } } diff --git a/lib/core/src/lib/viewer/components/pdf-viewer-thumb.component.spec.ts b/lib/core/src/lib/viewer/components/pdf-viewer-thumb.component.spec.ts index e94a38adee..6ecbc983b8 100644 --- a/lib/core/src/lib/viewer/components/pdf-viewer-thumb.component.spec.ts +++ b/lib/core/src/lib/viewer/components/pdf-viewer-thumb.component.spec.ts @@ -26,29 +26,29 @@ describe('PdfThumbComponent', () => { let fixture: ComponentFixture<PdfThumbComponent>; let component: PdfThumbComponent; const domSanitizer = { - bypassSecurityTrustUrl: () => 'image-data' + "bypassSecurityTrustUrl": () => 'image-data' }; const width = 91; const height = 119; const page = { - id: 'pageId', - getPage: jasmine.createSpy('getPage').and.returnValue(Promise.resolve({ - getViewport: () => ({ height: width, width: height }), - render: jasmine.createSpy('render').and.returnValue({ promise: Promise.resolve() }) + "id": 'pageId', + "getPage": jasmine.createSpy('getPage').and.returnValue(Promise.resolve({ + "getViewport": () => ({ "height": width, "width": height }), + "render": jasmine.createSpy('render').and.returnValue({ "promise": Promise.resolve() }) })), - getWidth: jasmine.createSpy('getWidth').and.returnValue(width), - getHeight: jasmine.createSpy('getHeight').and.returnValue(height) + "getWidth": jasmine.createSpy('getWidth').and.returnValue(width), + "getHeight": jasmine.createSpy('getHeight').and.returnValue(height) }; beforeEach(() => { TestBed.configureTestingModule({ - imports: [ + "imports": [ TranslateModule.forRoot(), CoreTestingModule ], - providers: [ - { provide: DomSanitizer, useValue: domSanitizer } + "providers": [ + { "provide": DomSanitizer, "useValue": domSanitizer } ] }); fixture = TestBed.createComponent(PdfThumbComponent); diff --git a/lib/core/src/lib/viewer/components/pdf-viewer-thumb.component.ts b/lib/core/src/lib/viewer/components/pdf-viewer-thumb.component.ts index 682a54f387..0f14a7029a 100644 --- a/lib/core/src/lib/viewer/components/pdf-viewer-thumb.component.ts +++ b/lib/core/src/lib/viewer/components/pdf-viewer-thumb.component.ts @@ -20,10 +20,10 @@ import { DomSanitizer } from '@angular/platform-browser'; import { FocusableOption } from '@angular/cdk/a11y'; @Component({ - selector: 'adf-pdf-thumb', - templateUrl: './pdf-viewer-thumb.component.html', - encapsulation: ViewEncapsulation.None, - host: { tabindex: '0'} + "selector": 'adf-pdf-thumb', + "templateUrl": './pdf-viewer-thumb.component.html', + "encapsulation": ViewEncapsulation.None, + "host": { "tabindex": '0'} }) export class PdfThumbComponent implements OnInit, FocusableOption { @@ -32,33 +32,33 @@ export class PdfThumbComponent implements OnInit, FocusableOption { image$: Promise<string>; - constructor(private sanitizer: DomSanitizer, private element: ElementRef) { + constructor (private sanitizer: DomSanitizer, private element: ElementRef) { } - ngOnInit() { + ngOnInit () { this.image$ = this.page.getPage().then((page) => this.getThumb(page)); } - focus() { + focus () { this.element.nativeElement.focus(); } - private getThumb(page): Promise<string> { - const viewport = page.getViewport({ scale: 1 }); + private getThumb (page): Promise<string> { + const viewport = page.getViewport({ "scale": 1 }); const canvas = this.getCanvas(); const scale = Math.min((canvas.height / viewport.height), (canvas.width / viewport.width)); return page.render({ - canvasContext: canvas.getContext('2d'), - viewport: page.getViewport({ scale }) + "canvasContext": canvas.getContext('2d'), + "viewport": page.getViewport({ scale }) }).promise.then(() => { const imageSource = canvas.toDataURL(); return this.sanitizer.bypassSecurityTrustUrl(imageSource); }); } - private getCanvas(): HTMLCanvasElement { + private getCanvas (): HTMLCanvasElement { const canvas = document.createElement('canvas'); canvas.width = this.page.getWidth(); canvas.height = this.page.getHeight(); diff --git a/lib/core/src/lib/viewer/components/pdf-viewer-thumbnails.component.spec.ts b/lib/core/src/lib/viewer/components/pdf-viewer-thumbnails.component.spec.ts index 896b663698..3c5457b76a 100644 --- a/lib/core/src/lib/viewer/components/pdf-viewer-thumbnails.component.spec.ts +++ b/lib/core/src/lib/viewer/components/pdf-viewer-thumbnails.component.spec.ts @@ -31,37 +31,37 @@ describe('PdfThumbListComponent', () => { const page = (id) => ({ id, - getPage: Promise.resolve() + "getPage": Promise.resolve() }); const viewerMock = { - _currentPageNumber: null, - set currentPageNumber(pageNum) { + "_currentPageNumber": null, + set "currentPageNumber" (pageNum) { this._currentPageNumber = pageNum; /* cspell:disable-next-line */ - this.eventBus.dispatch('pagechanging', { pageNumber: pageNum }); + this.eventBus.dispatch('pagechanging', { "pageNumber": pageNum }); }, - get currentPageNumber() { + get "currentPageNumber" () { return this._currentPageNumber; }, - pdfDocument: { - getPage: () => Promise.resolve({ - getViewport: () => ({ height: 421, width: 335 }), - render: jasmine.createSpy('render').and.returnValue({ promise: Promise.resolve() }) + "pdfDocument": { + "getPage": () => Promise.resolve({ + "getViewport": () => ({ "height": 421, "width": 335 }), + "render": jasmine.createSpy('render').and.returnValue({ "promise": Promise.resolve() }) }) }, - _pages: [ + "_pages": [ page(1), page(2), page(3), page(4), page(5), page(6), page(7), page(8), page(9), page(10), page(11), page(12), page(13), page(14), page(15), page(16) ], - eventBus: new pdfjsViewer.EventBus() + "eventBus": new pdfjsViewer.EventBus() }; beforeEach(() => { TestBed.configureTestingModule({ - imports: [ + "imports": [ TranslateModule.forRoot(), CoreTestingModule ] @@ -127,7 +127,7 @@ describe('PdfThumbListComponent', () => { expect(renderedIds).toContain(12); /* cspell:disable-next-line */ - viewerMock.eventBus.dispatch('pagechanging', { pageNumber: 12 }); + viewerMock.eventBus.dispatch('pagechanging', { "pageNumber": 12 }); const newRenderedIds = component.renderItems.map((item) => item.id); @@ -141,7 +141,7 @@ describe('PdfThumbListComponent', () => { expect(component.renderItems[component.renderItems.length - 1].id).toBe(6); expect(fixture.debugElement.nativeElement.scrollTop).toBe(0); - component.pdfViewer.eventBus.dispatch('pagechanging', { pageNumber: 6 }); + component.pdfViewer.eventBus.dispatch('pagechanging', { "pageNumber": 6 }); expect(component.scrollInto).not.toHaveBeenCalled(); expect(fixture.debugElement.nativeElement.scrollTop).toBe(0); @@ -149,7 +149,7 @@ describe('PdfThumbListComponent', () => { it('should set active current page on onPageChange event', () => { fixture.detectChanges(); - component.pdfViewer.eventBus.dispatch('pagechanging', { pageNumber: 6 }); + component.pdfViewer.eventBus.dispatch('pagechanging', { "pageNumber": 6 }); expect(document.activeElement.id).toBe('6'); }); @@ -173,7 +173,7 @@ describe('PdfThumbListComponent', () => { describe('Keyboard events', () => { it('should select next page in the list on DOWN_ARROW event', () => { - const event = new KeyboardEvent('keydown', {keyCode: DOWN_ARROW} as KeyboardEventInit); + const event = new KeyboardEvent('keydown', {"keyCode": DOWN_ARROW} as KeyboardEventInit); fixture.detectChanges(); component.goTo(1); expect(document.activeElement.id).toBe('1'); @@ -183,7 +183,7 @@ describe('PdfThumbListComponent', () => { }); it('should select previous page in the list on UP_ARROW event', () => { - const event = new KeyboardEvent('keydown', {keyCode: UP_ARROW} as KeyboardEventInit); + const event = new KeyboardEvent('keydown', {"keyCode": UP_ARROW} as KeyboardEventInit); fixture.detectChanges(); component.goTo(2); expect(document.activeElement.id).toBe('2'); @@ -193,7 +193,7 @@ describe('PdfThumbListComponent', () => { }); it('should not select previous page if it is the first page', () => { - const event = new KeyboardEvent('keydown', {keyCode: UP_ARROW} as KeyboardEventInit); + const event = new KeyboardEvent('keydown', {"keyCode": UP_ARROW} as KeyboardEventInit); fixture.detectChanges(); component.goTo(1); expect(document.activeElement.id).toBe('1'); @@ -203,12 +203,12 @@ describe('PdfThumbListComponent', () => { }); it('should not select next item if it is the last page', () => { - const event = new KeyboardEvent('keydown', {keyCode: DOWN_ARROW} as KeyboardEventInit); + const event = new KeyboardEvent('keydown', {"keyCode": DOWN_ARROW} as KeyboardEventInit); fixture.detectChanges(); component.scrollInto(16); fixture.detectChanges(); - component.pdfViewer.eventBus.dispatch('pagechanging', { pageNumber: 16 }); + component.pdfViewer.eventBus.dispatch('pagechanging', { "pageNumber": 16 }); expect(document.activeElement.id).toBe('16'); fixture.debugElement.nativeElement.dispatchEvent(event); @@ -216,7 +216,7 @@ describe('PdfThumbListComponent', () => { }); it('should emit on ESCAPE event', () => { - const event = new KeyboardEvent('keydown', {keyCode: ESCAPE} as KeyboardEventInit); + const event = new KeyboardEvent('keydown', {"keyCode": ESCAPE} as KeyboardEventInit); spyOn(component.close, 'emit'); fixture.detectChanges(); diff --git a/lib/core/src/lib/viewer/components/pdf-viewer-thumbnails.component.ts b/lib/core/src/lib/viewer/components/pdf-viewer-thumbnails.component.ts index 884efc7131..1083dccb3e 100644 --- a/lib/core/src/lib/viewer/components/pdf-viewer-thumbnails.component.ts +++ b/lib/core/src/lib/viewer/components/pdf-viewer-thumbnails.component.ts @@ -26,11 +26,11 @@ import { PdfThumbComponent } from './pdf-viewer-thumb.component'; import { delay } from 'rxjs/operators'; @Component({ - selector: 'adf-pdf-thumbnails', - templateUrl: './pdf-viewer-thumbnails.component.html', - styleUrls: ['./pdf-viewer-thumbnails.component.scss'], - host: { class: 'adf-pdf-thumbnails' }, - encapsulation: ViewEncapsulation.None + "selector": 'adf-pdf-thumbnails', + "templateUrl": './pdf-viewer-thumbnails.component.html', + "styleUrls": ['./pdf-viewer-thumbnails.component.scss'], + "host": { "class": 'adf-pdf-thumbnails' }, + "encapsulation": ViewEncapsulation.None }) export class PdfThumbListComponent implements OnInit, AfterViewInit, OnDestroy { @Input() pdfViewer: any; @@ -57,7 +57,7 @@ export class PdfThumbListComponent implements OnInit, AfterViewInit, OnDestroy { thumbsList: QueryList<PdfThumbComponent>; @HostListener('keydown', ['$event']) - onKeydown(event: KeyboardEvent): void { + onKeydown (event: KeyboardEvent): void { const keyCode = event.keyCode; if (keyCode === UP_ARROW && this.canSelectPreviousItem()) { @@ -85,16 +85,16 @@ export class PdfThumbListComponent implements OnInit, AfterViewInit, OnDestroy { } @HostListener('window:resize') - onResize() { + onResize () { this.calculateItems(); } - constructor(private element: ElementRef, @Inject(DOCUMENT) private document: any) { + constructor (private element: ElementRef, @Inject(DOCUMENT) private document: any) { this.calculateItems = this.calculateItems.bind(this); this.onPageChange = this.onPageChange.bind(this); } - ngOnInit() { + ngOnInit () { /* cspell:disable-next-line */ this.pdfViewer.eventBus.on('pagechanging', this.onPageChange); this.element.nativeElement.addEventListener('scroll', this.calculateItems, true); @@ -106,7 +106,7 @@ export class PdfThumbListComponent implements OnInit, AfterViewInit, OnDestroy { this.previouslyFocusedElement = this.document.activeElement as HTMLElement; } - ngAfterViewInit() { + ngAfterViewInit () { this.keyManager = new FocusKeyManager(this.thumbsList); this.thumbsList.changes @@ -119,7 +119,7 @@ export class PdfThumbListComponent implements OnInit, AfterViewInit, OnDestroy { }, 0); } - ngOnDestroy() { + ngOnDestroy () { this.element.nativeElement.removeEventListener('scroll', this.calculateItems, true); /* cspell:disable-next-line */ this.pdfViewer.eventBus.on('pagechanging', this.onPageChange); @@ -130,19 +130,19 @@ export class PdfThumbListComponent implements OnInit, AfterViewInit, OnDestroy { } } - trackByFn(_: number, item: any): number { + trackByFn (_: number, item: any): number { return item.id; } - isSelected(pageNumber: number) { + isSelected (pageNumber: number) { return this.pdfViewer.currentPageNumber === pageNumber; } - goTo(pageNumber: number) { + goTo (pageNumber: number) { this.pdfViewer.currentPageNumber = pageNumber; } - scrollInto(pageNumber: number) { + scrollInto (pageNumber: number) { if (this.items.length) { const index: number = this.items.findIndex((element) => element.id === pageNumber); @@ -156,23 +156,23 @@ export class PdfThumbListComponent implements OnInit, AfterViewInit, OnDestroy { } } - getPages() { + getPages () { // eslint-disable-next-line no-underscore-dangle return this.pdfViewer._pages.map((page) => ({ - id: page.id, - getWidth: () => this.width, - getHeight: () => this.currentHeight, - getPage: () => this.pdfViewer.pdfDocument.getPage(page.id) + "id": page.id, + "getWidth": () => this.width, + "getHeight": () => this.currentHeight, + "getPage": () => this.pdfViewer.pdfDocument.getPage(page.id) })); } - private setHeight(id): number { + private setHeight (id): number { const height = this.pdfViewer.pdfDocument.getPage(id).then((page) => this.calculateHeight(page)); return height; } - private calculateHeight(page) { - const viewport = page.getViewport({ scale: 1 }); + private calculateHeight (page) { + const viewport = page.getViewport({ "scale": 1 }); const pageRatio = viewport.width / viewport.height; const height = Math.floor(this.width / pageRatio); @@ -180,7 +180,7 @@ export class PdfThumbListComponent implements OnInit, AfterViewInit, OnDestroy { this.itemHeight = height + this.margin; } - private calculateItems() { + private calculateItems () { const { element, viewPort, itemsInView } = this.getContainerSetup(); const indexByScrollTop = element.scrollTop / viewPort * this.items.length / itemsInView; @@ -194,7 +194,7 @@ export class PdfThumbListComponent implements OnInit, AfterViewInit, OnDestroy { this.renderItems = this.items.slice(start, end); } - private getContainerSetup() { + private getContainerSetup () { const element = this.element.nativeElement; const elementRec = element.getBoundingClientRect(); const itemsInView = Math.ceil(elementRec.height / this.itemHeight); @@ -207,7 +207,7 @@ export class PdfThumbListComponent implements OnInit, AfterViewInit, OnDestroy { }; } - private onPageChange(event) { + private onPageChange (event) { const index = this.renderItems.findIndex((element) => element.id === event.pageNumber); if (index < 0) { @@ -221,16 +221,16 @@ export class PdfThumbListComponent implements OnInit, AfterViewInit, OnDestroy { this.keyManager.setActiveItem(this.getPageIndex(event.pageNumber)); } - private getPageIndex(pageNumber: number): number { + private getPageIndex (pageNumber: number): number { const thumbsListArray = this.thumbsList.toArray(); return thumbsListArray.findIndex(el => el.page.id === pageNumber); } - private canSelectNextItem(): boolean { + private canSelectNextItem (): boolean { return this.pdfViewer.currentPageNumber !== this.pdfViewer.pagesCount; } - private canSelectPreviousItem(): boolean { + private canSelectPreviousItem (): boolean { return this.pdfViewer.currentPageNumber !== 1; } } diff --git a/lib/core/src/lib/viewer/components/pdf-viewer.component.scss b/lib/core/src/lib/viewer/components/pdf-viewer.component.scss index bb0412c754..f76d952dff 100644 --- a/lib/core/src/lib/viewer/components/pdf-viewer.component.scss +++ b/lib/core/src/lib/viewer/components/pdf-viewer.component.scss @@ -77,7 +77,7 @@ max-height: 100px; max-width: 300px; - .mat-progress-bar { + .mat-mdc-progress-bar { max-width: 300px; margin: 0; position: absolute; diff --git a/lib/core/src/lib/viewer/components/pdf-viewer.component.spec.ts b/lib/core/src/lib/viewer/components/pdf-viewer.component.spec.ts index a3361d0837..78274f46c5 100644 --- a/lib/core/src/lib/viewer/components/pdf-viewer.component.spec.ts +++ b/lib/core/src/lib/viewer/components/pdf-viewer.component.spec.ts @@ -31,14 +31,14 @@ import { TranslateModule } from '@ngx-translate/core'; declare const pdfjsLib: any; @Component({ - selector: 'adf-test-dialog-component', - template: '' + "selector": 'adf-test-dialog-component', + "template": '' }) class TestDialogComponent { } @Component({ - template: ` + "template": ` <adf-pdf-viewer [allowThumbnails]="true" [showToolbar]="true" [urlFile]="urlFile"> @@ -47,18 +47,18 @@ class TestDialogComponent { }) class UrlTestComponent { - @ViewChild(PdfViewerComponent, { static: true }) + @ViewChild(PdfViewerComponent, { "static": true }) pdfViewerComponent: PdfViewerComponent; urlFile: any; - constructor() { + constructor () { this.urlFile = './fake-test-file.pdf'; } } @Component({ - template: ` + "template": ` <adf-pdf-viewer [allowThumbnails]="true" [showToolbar]="true" [urlFile]="urlFile"> @@ -67,18 +67,18 @@ class UrlTestComponent { }) class UrlTestPasswordComponent { - @ViewChild(PdfViewerComponent, { static: true }) + @ViewChild(PdfViewerComponent, { "static": true }) pdfViewerComponent: PdfViewerComponent; urlFile: any; - constructor() { + constructor () { this.urlFile = './fake-test-password-file.pdf'; } } @Component({ - template: ` + "template": ` <adf-pdf-viewer [allowThumbnails]="true" [showToolbar]="true" [blobFile]="blobFile"> @@ -87,16 +87,16 @@ class UrlTestPasswordComponent { }) class BlobTestComponent { - @ViewChild(PdfViewerComponent, { static: true }) + @ViewChild(PdfViewerComponent, { "static": true }) pdfViewerComponent: PdfViewerComponent; blobFile: any; - constructor() { + constructor () { this.blobFile = this.createFakeBlob(); } - createFakeBlob(): Blob { + createFakeBlob (): Blob { const pdfData = atob( 'JVBERi0xLjcKCjEgMCBvYmogICUgZW50cnkgcG9pbnQKPDwKICAvVHlwZSAvQ2F0YWxvZwog' + 'IC9QYWdlcyAyIDAgUgo+PgplbmRvYmoKCjIgMCBvYmoKPDwKICAvVHlwZSAvUGFnZXMKICAv' + @@ -111,7 +111,7 @@ class BlobTestComponent { 'CjAwMDAwMDAwNzkgMDAwMDAgbiAKMDAwMDAwMDE3MyAwMDAwMCBuIAowMDAwMDAwMzAxIDAw' + 'MDAwIG4gCjAwMDAwMDAzODAgMDAwMDAgbiAKdHJhaWxlcgo8PAogIC9TaXplIDYKICAvUm9v' + 'dCAxIDAgUgo+PgpzdGFydHhyZWYKNDkyCiUlRU9G'); - return new Blob([pdfData], { type: 'application/pdf' }); + return new Blob([pdfData], { "type": 'application/pdf' }); } } @@ -126,20 +126,20 @@ describe('Test PdfViewer component', () => { beforeEach((done) => { TestBed.configureTestingModule({ - imports: [ + "imports": [ TranslateModule.forRoot(), CoreTestingModule ], - declarations: [ + "declarations": [ TestDialogComponent, UrlTestComponent, UrlTestPasswordComponent, BlobTestComponent ], - providers: [ + "providers": [ { - provide: MatDialog, useValue: { - open: () => { + "provide": MatDialog, "useValue": { + "open": () => { } } }, @@ -362,9 +362,9 @@ describe('Test PdfViewer component', () => { fixtureUrlTestComponent.detectChanges(); fixtureUrlTestComponent.whenStable().then(() => { const args = { - pageNumber: 6, - source: { - container: document.getElementById(`${componentUrlTestComponent.pdfViewerComponent.randomPdfId}-viewer-pdf-viewer`) + "pageNumber": 6, + "source": { + "container": document.getElementById(`${componentUrlTestComponent.pdfViewerComponent.randomPdfId}-viewer-pdf-viewer`) } }; @@ -386,9 +386,9 @@ describe('Test PdfViewer component', () => { expect(componentUrlTestComponent.pdfViewerComponent.isPanelDisabled).toBeFalsy(); const args = { - pagesCount: 10, - source: { - container: document.getElementById(`${componentUrlTestComponent.pdfViewerComponent.randomPdfId}-viewer-pdf-viewer`) + "pagesCount": 10, + "source": { + "container": document.getElementById(`${componentUrlTestComponent.pdfViewerComponent.randomPdfId}-viewer-pdf-viewer`) } }; @@ -559,7 +559,7 @@ describe('Test PdfViewer component', () => { change = new SimpleChange(null, null, true); expect(() => { - component.ngOnChanges({ urlFile: change }); + component.ngOnChanges({ "urlFile": change }); }).toThrow(new Error('Attribute urlFile or blobFile is required')); }); @@ -567,7 +567,7 @@ describe('Test PdfViewer component', () => { change = new SimpleChange(null, null, true); expect(() => { - component.ngOnChanges({ blobFile: change }); + component.ngOnChanges({ "blobFile": change }); }).toThrow(new Error('Attribute urlFile or blobFile is required')); }); }); @@ -709,13 +709,13 @@ describe('Test PdfViewer component', () => { spyOn(dialog, 'open').and.callFake((_: any, context: any) => { if (context.data.reason === pdfjsLib.PasswordResponses.NEED_PASSWORD) { return { - afterClosed: () => of('wrong_password') + "afterClosed": () => of('wrong_password') } as any; } if (context.data.reason === pdfjsLib.PasswordResponses.INCORRECT_PASSWORD) { return { - afterClosed: () => of('password') + "afterClosed": () => of('password') } as any; } @@ -747,7 +747,7 @@ describe('Test PdfViewer component', () => { fixture.whenStable().then(() => { fixture.detectChanges(); expect(dialog.open['calls'].all()[0].args[1].data).toEqual({ - reason: pdfjsLib.PasswordResponses.NEED_PASSWORD + "reason": pdfjsLib.PasswordResponses.NEED_PASSWORD }); done(); }); @@ -759,7 +759,7 @@ describe('Test PdfViewer component', () => { fixture.whenStable().then(() => { fixture.detectChanges(); expect(dialog.open['calls'].all()[0].args[1].data).toEqual({ - reason: pdfjsLib.PasswordResponses.INCORRECT_PASSWORD + "reason": pdfjsLib.PasswordResponses.INCORRECT_PASSWORD }); done(); }); @@ -772,7 +772,7 @@ describe('Test PdfViewer component', () => { componentUrlTestPasswordComponent = fixtureUrlTestPasswordComponent.componentInstance; spyOn(dialog, 'open').and.callFake(() => ({ - afterClosed: () => of('') + "afterClosed": () => of('') } as any)); spyOn(componentUrlTestPasswordComponent.pdfViewerComponent.close, 'emit'); diff --git a/lib/core/src/lib/viewer/components/pdf-viewer.component.ts b/lib/core/src/lib/viewer/components/pdf-viewer.component.ts index 63893ac3f9..7819c95428 100644 --- a/lib/core/src/lib/viewer/components/pdf-viewer.component.ts +++ b/lib/core/src/lib/viewer/components/pdf-viewer.component.ts @@ -44,12 +44,12 @@ declare const pdfjsLib: any; declare const pdfjsViewer: any; @Component({ - selector: 'adf-pdf-viewer', - templateUrl: './pdf-viewer.component.html', - styleUrls: ['./pdf-viewer-host.component.scss', './pdf-viewer.component.scss'], - providers: [RenderingQueueServices], - host: { class: 'adf-pdf-viewer' }, - encapsulation: ViewEncapsulation.None + "selector": 'adf-pdf-viewer', + "templateUrl": './pdf-viewer.component.html', + "styleUrls": ['./pdf-viewer-host.component.scss', './pdf-viewer.component.scss'], + "providers": [RenderingQueueServices], + "host": { "class": 'adf-pdf-viewer' }, + "encapsulation": ViewEncapsulation.None }) export class PdfViewerComponent implements OnChanges, OnDestroy { @Input() @@ -97,25 +97,25 @@ export class PdfViewerComponent implements OnChanges, OnDestroy { loadingTask: any; isPanelDisabled = true; showThumbnails: boolean = false; - pdfThumbnailsContext: { viewer: any } = { viewer: null }; + pdfThumbnailsContext: { viewer: any } = { "viewer": null }; randomPdfId: string; documentOverflow = false; - get currentScaleText(): string { + get currentScaleText (): string { return this.pdfViewer?.currentScaleValue ? Math.round(this.pdfViewer.currentScaleValue * 100) + '%' : ''; } private eventBus = new pdfjsViewer.EventBus(); private pdfjsDefaultOptions = { - disableAutoFetch: true, - disableStream: true, - cMapUrl: './cmaps/', - cMapPacked: true + "disableAutoFetch": true, + "disableStream": true, + "cMapUrl": './cmaps/', + "cMapPacked": true }; private pdfjsWorkerDestroy$ = new Subject<boolean>(); private onDestroy$ = new Subject<boolean>(); - constructor( + constructor ( private dialog: MatDialog, private renderingQueueServices: RenderingQueueServices, private logService: LogService, @@ -134,7 +134,7 @@ export class PdfViewerComponent implements OnChanges, OnDestroy { .subscribe(() => this.destroyPdJsWorker()); } - getUserScaling(): number { + getUserScaling (): number { let scaleConfig = this.appConfigService.get<number>('adf-viewer.pdf-viewer-scaling', undefined); if (scaleConfig) { @@ -145,7 +145,7 @@ export class PdfViewerComponent implements OnChanges, OnDestroy { return scaleConfig; } - checkLimits(scaleConfig: number): number { + checkLimits (scaleConfig: number): number { if (scaleConfig > this.MAX_SCALE) { return this.MAX_SCALE; } else if (scaleConfig < this.MIN_SCALE) { @@ -155,7 +155,7 @@ export class PdfViewerComponent implements OnChanges, OnDestroy { } } - ngOnChanges(changes: SimpleChanges) { + ngOnChanges (changes: SimpleChanges) { const blobFile = changes['blobFile']; if (blobFile?.currentValue) { @@ -163,8 +163,8 @@ export class PdfViewerComponent implements OnChanges, OnDestroy { reader.onload = async () => { const pdfOptions = { ...this.pdfjsDefaultOptions, - data: reader.result, - withCredentials: this.appConfigService.get<boolean>('auth.withCredentials', undefined) + "data": reader.result, + "withCredentials": this.appConfigService.get<boolean>('auth.withCredentials', undefined) }; this.executePdf(pdfOptions); }; @@ -175,8 +175,8 @@ export class PdfViewerComponent implements OnChanges, OnDestroy { if (urlFile?.currentValue) { const pdfOptions: any = { ...this.pdfjsDefaultOptions, - url: urlFile.currentValue, - withCredentials: this.appConfigService.get<boolean>('auth.withCredentials', undefined) + "url": urlFile.currentValue, + "withCredentials": this.appConfigService.get<boolean>('auth.withCredentials', undefined) }; if (this.cacheType) { pdfOptions.httpHeaders = { @@ -191,7 +191,7 @@ export class PdfViewerComponent implements OnChanges, OnDestroy { } } - executePdf(pdfOptions: any) { + executePdf (pdfOptions: any) { pdfjsLib.GlobalWorkerOptions.workerSrc = 'pdf.worker.min.js'; this.loadingTask = pdfjsLib.getDocument(pdfOptions); @@ -218,7 +218,7 @@ export class PdfViewerComponent implements OnChanges, OnDestroy { .catch(() => this.error.emit()); } - initPDFViewer(pdfDocument: PDFDocumentProxy) { + initPDFViewer (pdfDocument: PDFDocumentProxy) { const viewer: any = this.getViewer(); const container = this.getDocumentContainer(); @@ -226,8 +226,8 @@ export class PdfViewerComponent implements OnChanges, OnDestroy { this.pdfViewer = new pdfjsViewer.PDFViewer({ container, viewer, - renderingQueue: this.renderingQueueServices, - eventBus: this.eventBus + "renderingQueue": this.renderingQueueServices, + "eventBus": this.eventBus }); // cspell: disable-next @@ -243,7 +243,7 @@ export class PdfViewerComponent implements OnChanges, OnDestroy { } } - ngOnDestroy() { + ngOnDestroy () { if (this.pdfViewer) { // cspell: disable-next this.eventBus.off('pagechanging'); @@ -261,21 +261,20 @@ export class PdfViewerComponent implements OnChanges, OnDestroy { this.onDestroy$.complete(); } - private destroyPdJsWorker() { + private destroyPdJsWorker () { this.loadingTask.destroy(); this.loadingTask = null; } - toggleThumbnails() { + toggleThumbnails () { this.showThumbnails = !this.showThumbnails; } /** * Method to scale the page current support implementation - * * @param scaleMode - new scale mode */ - scalePage(scaleMode) { + scalePage (scaleMode) { this.currentScaleMode = scaleMode; const viewerContainer = document.getElementById(`${this.randomPdfId}-viewer-main-container`); @@ -335,7 +334,7 @@ export class PdfViewerComponent implements OnChanges, OnDestroy { } } - private autoScaling(pageHeightScale: number, pageWidthScale: number) { + private autoScaling (pageHeightScale: number, pageWidthScale: number) { let horizontalScale: number; if (this.isLandscape) { horizontalScale = Math.min(pageHeightScale, pageWidthScale); @@ -347,15 +346,15 @@ export class PdfViewerComponent implements OnChanges, OnDestroy { return this.checkPageFitInContainer(scale); } - private getDocumentContainer() { + private getDocumentContainer () { return document.getElementById(`${this.randomPdfId}-viewer-pdf-viewer`); } - private getViewer() { + private getViewer () { return document.getElementById(`${this.randomPdfId}-viewer-viewerPdf`); } - checkPageFitInContainer(scale: number): number { + checkPageFitInContainer (scale: number): number { const documentContainerSize = this.getDocumentContainer(); const page = this.pdfViewer._pages[this.pdfViewer._currentPageNumber - 1]; @@ -369,7 +368,7 @@ export class PdfViewerComponent implements OnChanges, OnDestroy { return scale; } - setDocumentOverflow() { + setDocumentOverflow () { const documentContainerSize = this.getDocumentContainer(); const page = this.pdfViewer._pages[this.pdfViewer._currentPageNumber - 1]; @@ -378,10 +377,9 @@ export class PdfViewerComponent implements OnChanges, OnDestroy { /** * Update all the pages with the newScale scale - * * @param newScale - new scale page */ - setScaleUpdatePages(newScale: number) { + setScaleUpdatePages (newScale: number) { if (this.pdfViewer) { if (!this.isSameScale(this.pdfViewer.currentScaleValue, newScale)) { this.pdfViewer.currentScaleValue = newScale; @@ -394,37 +392,35 @@ export class PdfViewerComponent implements OnChanges, OnDestroy { /** * Check if the request scale of the page is the same for avoid useless re-rendering - * * @param oldScale - old scale page * @param newScale - new scale page * @returns `true` if the scale is the same, otherwise `false` */ - isSameScale(oldScale: number, newScale: number): boolean { + isSameScale (oldScale: number, newScale: number): boolean { return newScale === oldScale; } /** * Check if is a land scape view - * * @param width target width * @param height target height * @returns `true` if the target is in the landscape mode, otherwise `false` */ - isLandscape(width: number, height: number): boolean { + isLandscape (width: number, height: number): boolean { return width > height; } /** * Method triggered when the page is resized */ - onResize() { + onResize () { this.scalePage(this.currentScaleMode); } /** * toggle the fit page pdf */ - pageFit() { + pageFit () { if (this.currentScaleMode !== 'page-fit') { this.scalePage('page-fit'); } else { @@ -434,10 +430,9 @@ export class PdfViewerComponent implements OnChanges, OnDestroy { /** * zoom in page pdf - * * @param ticks number of ticks to zoom */ - zoomIn(ticks?: number): void { + zoomIn (ticks?: number): void { let newScale: any = this.pdfViewer.currentScaleValue; do { newScale = (newScale * this.DEFAULT_SCALE_DELTA).toFixed(2); @@ -450,10 +445,9 @@ export class PdfViewerComponent implements OnChanges, OnDestroy { /** * zoom out page pdf - * * @param ticks number of ticks to scale */ - zoomOut(ticks?: number): void { + zoomOut (ticks?: number): void { let newScale: any = this.pdfViewer.currentScaleValue; do { newScale = (newScale / this.DEFAULT_SCALE_DELTA).toFixed(2); @@ -467,7 +461,7 @@ export class PdfViewerComponent implements OnChanges, OnDestroy { /** * load the previous page */ - previousPage() { + previousPage () { if (this.pdfViewer && this.page > 1) { this.page--; this.displayPage = this.page; @@ -479,7 +473,7 @@ export class PdfViewerComponent implements OnChanges, OnDestroy { /** * load the next page */ - nextPage() { + nextPage () { if (this.pdfViewer && this.page < this.totalPages) { this.page++; this.displayPage = this.page; @@ -490,10 +484,9 @@ export class PdfViewerComponent implements OnChanges, OnDestroy { /** * load the page in input - * * @param page to load */ - inputPage(page: string) { + inputPage (page: string) { const pageInput = parseInt(page, 10); if (!isNaN(pageInput) && pageInput > 0 && pageInput <= this.totalPages) { @@ -507,21 +500,20 @@ export class PdfViewerComponent implements OnChanges, OnDestroy { /** * Page Change Event - * * @param event event */ - onPageChange(event: any) { + onPageChange (event: any) { if (event.source && event.source.container.id === `${this.randomPdfId}-viewer-pdf-viewer`) { this.page = event.pageNumber; this.displayPage = event.pageNumber; } } - onPdfPassword(callback, reason) { + onPdfPassword (callback, reason) { this.dialog .open(PdfPasswordDialogComponent, { - width: '400px', - data: { reason } + "width": '400px', + "data": { reason } }) .afterClosed() .subscribe((password) => { @@ -536,7 +528,7 @@ export class PdfViewerComponent implements OnChanges, OnDestroy { /** * Page Rendered Event */ - onPageRendered() { + onPageRendered () { this.rendered.emit(); } @@ -544,17 +536,16 @@ export class PdfViewerComponent implements OnChanges, OnDestroy { * Pages Loaded Event * */ - onPagesLoaded() { + onPagesLoaded () { this.isPanelDisabled = false; } /** * Keyboard Event Listener - * * @param event KeyboardEvent */ @HostListener('document:keydown', ['$event']) - handleKeyboardEvent(event: KeyboardEvent) { + handleKeyboardEvent (event: KeyboardEvent) { const key = event.keyCode; if (key === 39) { // right arrow diff --git a/lib/core/src/lib/viewer/components/txt-viewer.component.spec.ts b/lib/core/src/lib/viewer/components/txt-viewer.component.spec.ts index ef361aae3a..d9976127e7 100644 --- a/lib/core/src/lib/viewer/components/txt-viewer.component.spec.ts +++ b/lib/core/src/lib/viewer/components/txt-viewer.component.spec.ts @@ -29,7 +29,7 @@ describe('Text View component', () => { beforeEach(() => { TestBed.configureTestingModule({ - imports: [ + "imports": [ TranslateModule.forRoot(), CoreTestingModule ] @@ -47,7 +47,7 @@ describe('Text View component', () => { const urlFile = './fake-test-file.txt'; const change = new SimpleChange(null, urlFile, true); - component.ngOnChanges({ urlFile: change }).then(() => { + component.ngOnChanges({ "urlFile": change }).then(() => { fixture.detectChanges(); fixture.whenStable().then(() => { expect(element.querySelector('.adf-txt-viewer-content').textContent).toContain('example'); @@ -57,11 +57,11 @@ describe('Text View component', () => { }); it('Should text container be present with Blob file', (done) => { - const blobFile = new Blob(['text example'], {type: 'text/txt'}); + const blobFile = new Blob(['text example'], {"type": 'text/txt'}); const change = new SimpleChange(null, blobFile, true); - component.ngOnChanges({ blobFile: change }).then(() => { + component.ngOnChanges({ "blobFile": change }).then(() => { fixture.detectChanges(); fixture.whenStable().then(() => { expect(element.querySelector('.adf-txt-viewer-content').textContent).toContain('example'); diff --git a/lib/core/src/lib/viewer/components/txt-viewer.component.ts b/lib/core/src/lib/viewer/components/txt-viewer.component.ts index 74a1d831d9..1742bdd099 100644 --- a/lib/core/src/lib/viewer/components/txt-viewer.component.ts +++ b/lib/core/src/lib/viewer/components/txt-viewer.component.ts @@ -20,11 +20,11 @@ import { Component, Input, OnChanges, ViewEncapsulation, SimpleChanges } from '@ import { AppConfigService } from '../../app-config/app-config.service'; @Component({ - selector: 'adf-txt-viewer', - templateUrl: './txt-viewer.component.html', - styleUrls: ['./txt-viewer.component.scss'], - host: { class: 'adf-txt-viewer' }, - encapsulation: ViewEncapsulation.None + "selector": 'adf-txt-viewer', + "templateUrl": './txt-viewer.component.html', + "styleUrls": ['./txt-viewer.component.scss'], + "host": { "class": 'adf-txt-viewer' }, + "encapsulation": ViewEncapsulation.None }) export class TxtViewerComponent implements OnChanges { @Input() @@ -35,9 +35,9 @@ export class TxtViewerComponent implements OnChanges { content: string | ArrayBuffer; - constructor(private http: HttpClient, private appConfigService: AppConfigService) {} + constructor (private http: HttpClient, private appConfigService: AppConfigService) {} - ngOnChanges(changes: SimpleChanges): Promise<void> { + ngOnChanges (changes: SimpleChanges): Promise<void> { const blobFile = changes['blobFile']; if (blobFile?.currentValue) { return this.readBlob(blobFile.currentValue); @@ -55,11 +55,11 @@ export class TxtViewerComponent implements OnChanges { return Promise.resolve(); } - private getUrlContent(url: string): Promise<void> { + private getUrlContent (url: string): Promise<void> { const withCredentialsMode = this.appConfigService.get<boolean>('auth.withCredentials', false); return new Promise((resolve, reject) => { - this.http.get(url, { responseType: 'text', withCredentials: withCredentialsMode }).subscribe( + this.http.get(url, { "responseType": 'text', "withCredentials": withCredentialsMode }).subscribe( (res) => { this.content = res; resolve(); @@ -71,7 +71,7 @@ export class TxtViewerComponent implements OnChanges { }); } - private readBlob(blob: Blob): Promise<void> { + private readBlob (blob: Blob): Promise<void> { return new Promise((resolve, reject) => { const reader = new FileReader(); diff --git a/lib/core/src/lib/viewer/components/unknown-format/unknown-format.component.ts b/lib/core/src/lib/viewer/components/unknown-format/unknown-format.component.ts index 5f5bf6f7e2..244f74b16d 100644 --- a/lib/core/src/lib/viewer/components/unknown-format/unknown-format.component.ts +++ b/lib/core/src/lib/viewer/components/unknown-format/unknown-format.component.ts @@ -18,10 +18,10 @@ import { Component, ViewEncapsulation } from '@angular/core'; @Component({ - selector: 'adf-viewer-unknown-format', - templateUrl: './unknown-format.component.html', - styleUrls: ['./unknown-format.component.scss'], - encapsulation: ViewEncapsulation.None + "selector": 'adf-viewer-unknown-format', + "templateUrl": './unknown-format.component.html', + "styleUrls": ['./unknown-format.component.scss'], + "encapsulation": ViewEncapsulation.None }) export class UnknownFormatComponent { } diff --git a/lib/core/src/lib/viewer/components/viewer-more-actions.component.ts b/lib/core/src/lib/viewer/components/viewer-more-actions.component.ts index c9ecfd1ff7..83f42c3e66 100644 --- a/lib/core/src/lib/viewer/components/viewer-more-actions.component.ts +++ b/lib/core/src/lib/viewer/components/viewer-more-actions.component.ts @@ -18,11 +18,11 @@ import { ChangeDetectionStrategy, Component, ViewEncapsulation } from '@angular/core'; @Component({ - selector: 'adf-viewer-more-actions', - encapsulation: ViewEncapsulation.None, - changeDetection: ChangeDetectionStrategy.OnPush, - host: { class: 'adf-viewer-more-actions' }, - template: `<ng-content></ng-content>` + "selector": 'adf-viewer-more-actions', + "encapsulation": ViewEncapsulation.None, + "changeDetection": ChangeDetectionStrategy.OnPush, + "host": { "class": 'adf-viewer-more-actions' }, + "template": `<ng-content></ng-content>` }) export class ViewerMoreActionsComponent { } diff --git a/lib/core/src/lib/viewer/components/viewer-open-with.component.ts b/lib/core/src/lib/viewer/components/viewer-open-with.component.ts index 223bc51d0f..605e4cc364 100644 --- a/lib/core/src/lib/viewer/components/viewer-open-with.component.ts +++ b/lib/core/src/lib/viewer/components/viewer-open-with.component.ts @@ -18,11 +18,11 @@ import { ChangeDetectionStrategy, Component, ViewEncapsulation } from '@angular/core'; @Component({ - selector: 'adf-viewer-open-with', - encapsulation: ViewEncapsulation.None, - changeDetection: ChangeDetectionStrategy.OnPush, - host: { class: 'adf-viewer-open-with' }, - template: `<ng-content></ng-content>` + "selector": 'adf-viewer-open-with', + "encapsulation": ViewEncapsulation.None, + "changeDetection": ChangeDetectionStrategy.OnPush, + "host": { "class": 'adf-viewer-open-with' }, + "template": `<ng-content></ng-content>` }) export class ViewerOpenWithComponent { } diff --git a/lib/core/src/lib/viewer/components/viewer-render.component.scss b/lib/core/src/lib/viewer/components/viewer-render.component.scss index 801eceb5fa..50129017a8 100644 --- a/lib/core/src/lib/viewer/components/viewer-render.component.scss +++ b/lib/core/src/lib/viewer/components/viewer-render.component.scss @@ -56,7 +56,7 @@ flex-direction: column; height: 85vh; - .mat-spinner { + .mat-mdc-progress-spinner { margin: 0 auto; } } diff --git a/lib/core/src/lib/viewer/components/viewer-render.component.spec.ts b/lib/core/src/lib/viewer/components/viewer-render.component.spec.ts index 183cb48af3..4af93f3d22 100644 --- a/lib/core/src/lib/viewer/components/viewer-render.component.spec.ts +++ b/lib/core/src/lib/viewer/components/viewer-render.component.spec.ts @@ -31,8 +31,8 @@ import { MatIconModule } from '@angular/material/icon'; import { By } from '@angular/platform-browser'; @Component({ - selector: 'adf-double-viewer', - template: ` + "selector": 'adf-double-viewer', + "template": ` <adf-viewer-render [urlFile]="urlFileViewer1" #viewer1></adf-viewer-render> <adf-viewer-render [urlFile]="urlFileViewer2" #viewer2></adf-viewer-render> ` @@ -60,19 +60,19 @@ describe('ViewerComponent', () => { beforeEach(() => { TestBed.configureTestingModule({ - imports: [ + "imports": [ NoopAnimationsModule, TranslateModule.forRoot(), CoreTestingModule, MatButtonModule, MatIconModule ], - declarations: [ + "declarations": [ DoubleViewerComponent ], - providers: [ + "providers": [ RenderingQueueServices, - {provide: Location, useClass: SpyLocation}, + {"provide": Location, "useClass": SpyLocation}, MatDialog ] }); @@ -124,9 +124,9 @@ describe('ViewerComponent', () => { describe('Extension Type Test', () => { it('should display pdf external viewer via wildcard notation', async () => { const extension: ViewerExtensionRef = { - component: 'custom.component', - id: 'custom.component.id', - fileExtension: '*' + "component": 'custom.component', + "id": 'custom.component.id', + "fileExtension": '*' }; spyOn(extensionService, 'getViewerExtensions').and.returnValue([extension]); @@ -149,14 +149,14 @@ describe('ViewerComponent', () => { it('should display pdf with the first external viewer provided', async () => { const extensions: ViewerExtensionRef[] = [ { - component: 'custom.component.1', - id: 'custom.component.id', - fileExtension: '*' + "component": 'custom.component.1', + "id": 'custom.component.id', + "fileExtension": '*' }, { - component: 'custom.component.2', - id: 'custom.component.id', - fileExtension: '*' + "component": 'custom.component.2', + "id": 'custom.component.id', + "fileExtension": '*' } ]; spyOn(extensionService, 'getViewerExtensions').and.returnValue(extensions); @@ -177,9 +177,9 @@ describe('ViewerComponent', () => { it('should display url with the external viewer provided', async () => { const extension: ViewerExtensionRef = { - component: 'custom.component', - id: 'custom.component.id', - fileExtension: '*' + "component": 'custom.component', + "id": 'custom.component.id', + "fileExtension": '*' }; spyOn(extensionService, 'getViewerExtensions').and.returnValue([extension]); @@ -443,7 +443,7 @@ describe('ViewerComponent', () => { it('should fileName override the name if is present and blobFile is set', () => { component.fileName = 'blob file display name'; - component.blobFile = new Blob(['This is my blob content'], {type: 'text/plain'}); + component.blobFile = new Blob(['This is my blob content'], {"type": 'text/plain'}); fixture.detectChanges(); component.ngOnChanges(); diff --git a/lib/core/src/lib/viewer/components/viewer-render.component.ts b/lib/core/src/lib/viewer/components/viewer-render.component.ts index 20c4846db6..189de52b47 100644 --- a/lib/core/src/lib/viewer/components/viewer-render.component.ts +++ b/lib/core/src/lib/viewer/components/viewer-render.component.ts @@ -27,12 +27,12 @@ import { MatDialog } from '@angular/material/dialog'; import { Track } from '../models/viewer.model'; @Component({ - selector: 'adf-viewer-render', - templateUrl: './viewer-render.component.html', - styleUrls: ['./viewer-render.component.scss'], - host: {class: 'adf-viewer-render'}, - encapsulation: ViewEncapsulation.None, - providers: [ViewUtilService] + "selector": 'adf-viewer-render', + "templateUrl": './viewer-render.component.html', + "styleUrls": ['./viewer-render.component.scss'], + "host": {"class": 'adf-viewer-render'}, + "encapsulation": ViewEncapsulation.None, + "providers": [ViewUtilService] }) export class ViewerRenderComponent implements OnChanges, OnInit, OnDestroy { @@ -102,24 +102,22 @@ export class ViewerRenderComponent implements OnChanges, OnInit, OnDestroy { /** * Returns a list of the active Viewer content extensions. - * * @returns list of extension references */ - get viewerExtensions(): ViewerExtensionRef[] { + get viewerExtensions (): ViewerExtensionRef[] { return this.extensionService.getViewerExtensions(); } /** * Provides a list of file extensions supported by external plugins. - * * @returns list of extensions */ - get externalExtensions(): string[] { + get externalExtensions (): string[] { return this.viewerExtensions.map(ext => ext.fileExtension); } private _externalViewer: ViewerExtensionRef; - get externalViewer(): ViewerExtensionRef { + get externalViewer (): ViewerExtensionRef { if (!this._externalViewer) { this._externalViewer = this.viewerExtensions.find(ext => ext.fileExtension === '*'); } @@ -131,21 +129,21 @@ export class ViewerRenderComponent implements OnChanges, OnInit, OnDestroy { private onDestroy$ = new Subject<boolean>(); - constructor(private viewUtilService: ViewUtilService, + constructor (private viewUtilService: ViewUtilService, private extensionService: AppExtensionService, public dialog: MatDialog) { } - ngOnInit() { + ngOnInit () { this.cacheTypeForContent = ''; } - ngOnDestroy() { + ngOnDestroy () { this.onDestroy$.next(true); this.onDestroy$.complete(); } - ngOnChanges() { + ngOnChanges () { this.isLoading = !this.blobFile && !this.urlFile; if (this.blobFile) { @@ -155,7 +153,7 @@ export class ViewerRenderComponent implements OnChanges, OnInit, OnDestroy { } } - private setUpBlobData() { + private setUpBlobData () { this.internalFileName = this.fileName; this.viewerType = this.viewUtilService.getViewerTypeByMimeType(this.blobFile.type); @@ -163,7 +161,7 @@ export class ViewerRenderComponent implements OnChanges, OnInit, OnDestroy { this.scrollTop(); } - private setUpUrlFile() { + private setUpUrlFile () { this.internalFileName = this.fileName ? this.fileName : this.viewUtilService.getFilenameFromUrl(this.urlFile); this.extension = this.viewUtilService.getFileExtension(this.internalFileName); this.viewerType = this.viewUtilService.getViewerType(this.extension, this.mimeType); @@ -172,11 +170,11 @@ export class ViewerRenderComponent implements OnChanges, OnInit, OnDestroy { this.scrollTop(); } - scrollTop() { + scrollTop () { window.scrollTo(0, 1); } - checkExtensions(extensionAllowed) { + checkExtensions (extensionAllowed) { if (typeof extensionAllowed === 'string') { return this.extension.toLowerCase() === extensionAllowed.toLowerCase(); } else if (extensionAllowed.length > 0) { @@ -184,15 +182,15 @@ export class ViewerRenderComponent implements OnChanges, OnInit, OnDestroy { } } - onSubmitFile(newImageBlob: Blob) { + onSubmitFile (newImageBlob: Blob) { this.submitFile.next(newImageBlob); } - onUnsupportedFile() { + onUnsupportedFile () { this.viewerType = 'unknown'; } - onClose() { + onClose () { this.close.next(true); } diff --git a/lib/core/src/lib/viewer/components/viewer-sidebar.component.ts b/lib/core/src/lib/viewer/components/viewer-sidebar.component.ts index 10ec1353c2..91489fdecf 100644 --- a/lib/core/src/lib/viewer/components/viewer-sidebar.component.ts +++ b/lib/core/src/lib/viewer/components/viewer-sidebar.component.ts @@ -18,20 +18,20 @@ import { ChangeDetectionStrategy, Component, HostListener, ViewEncapsulation } from '@angular/core'; @Component({ - selector: 'adf-viewer-sidebar', - encapsulation: ViewEncapsulation.None, - changeDetection: ChangeDetectionStrategy.OnPush, - host: { class: 'adf-viewer-sidebar' }, - template: `<ng-content></ng-content>` + "selector": 'adf-viewer-sidebar', + "encapsulation": ViewEncapsulation.None, + "changeDetection": ChangeDetectionStrategy.OnPush, + "host": { "class": 'adf-viewer-sidebar' }, + "template": `<ng-content></ng-content>` }) export class ViewerSidebarComponent { @HostListener('keydown', ['$event']) - onKeyDown(event: KeyboardEvent): void { + onKeyDown (event: KeyboardEvent): void { event.stopPropagation(); } @HostListener('keyup', ['$event']) - onKeyUp(event: KeyboardEvent): void { + onKeyUp (event: KeyboardEvent): void { event.stopPropagation(); } } diff --git a/lib/core/src/lib/viewer/components/viewer-toolbar-actions.component.ts b/lib/core/src/lib/viewer/components/viewer-toolbar-actions.component.ts index cb1eb976d5..c4877b46e9 100644 --- a/lib/core/src/lib/viewer/components/viewer-toolbar-actions.component.ts +++ b/lib/core/src/lib/viewer/components/viewer-toolbar-actions.component.ts @@ -18,11 +18,11 @@ import { ChangeDetectionStrategy, Component, ViewEncapsulation } from '@angular/core'; @Component({ - selector: 'adf-viewer-toolbar-actions', - encapsulation: ViewEncapsulation.None, - changeDetection: ChangeDetectionStrategy.OnPush, - host: { class: 'adf-viewer-toolbar-actions' }, - template: `<ng-content></ng-content>` + "selector": 'adf-viewer-toolbar-actions', + "encapsulation": ViewEncapsulation.None, + "changeDetection": ChangeDetectionStrategy.OnPush, + "host": { "class": 'adf-viewer-toolbar-actions' }, + "template": `<ng-content></ng-content>` }) export class ViewerToolbarActionsComponent { } diff --git a/lib/core/src/lib/viewer/components/viewer-toolbar-custom-actions.component.ts b/lib/core/src/lib/viewer/components/viewer-toolbar-custom-actions.component.ts index f823aa6c43..a266f5edd0 100644 --- a/lib/core/src/lib/viewer/components/viewer-toolbar-custom-actions.component.ts +++ b/lib/core/src/lib/viewer/components/viewer-toolbar-custom-actions.component.ts @@ -22,11 +22,11 @@ import { } from '@angular/core'; @Component({ - selector: 'adf-viewer-toolbar-custom-actions', - encapsulation: ViewEncapsulation.None, - changeDetection: ChangeDetectionStrategy.OnPush, - host: { class: 'adf-viewer-toolbar-custom-actions' }, - template: `<ng-content></ng-content>` + "selector": 'adf-viewer-toolbar-custom-actions', + "encapsulation": ViewEncapsulation.None, + "changeDetection": ChangeDetectionStrategy.OnPush, + "host": { "class": 'adf-viewer-toolbar-custom-actions' }, + "template": `<ng-content></ng-content>` }) export class ViewerToolbarCustomActionsComponent{ } diff --git a/lib/core/src/lib/viewer/components/viewer-toolbar.component.ts b/lib/core/src/lib/viewer/components/viewer-toolbar.component.ts index 20862f94c4..7daa80ba54 100644 --- a/lib/core/src/lib/viewer/components/viewer-toolbar.component.ts +++ b/lib/core/src/lib/viewer/components/viewer-toolbar.component.ts @@ -18,11 +18,11 @@ import { ChangeDetectionStrategy, Component, ViewEncapsulation } from '@angular/core'; @Component({ - selector: 'adf-viewer-toolbar', - encapsulation: ViewEncapsulation.None, - changeDetection: ChangeDetectionStrategy.OnPush, - host: { class: 'adf-viewer-toolbar' }, - template: `<ng-content></ng-content>` + "selector": 'adf-viewer-toolbar', + "encapsulation": ViewEncapsulation.None, + "changeDetection": ChangeDetectionStrategy.OnPush, + "host": { "class": 'adf-viewer-toolbar' }, + "template": `<ng-content></ng-content>` }) export class ViewerToolbarComponent { } diff --git a/lib/core/src/lib/viewer/components/viewer.component.spec.ts b/lib/core/src/lib/viewer/components/viewer.component.spec.ts index 7a44cf1c6c..a4fc308209 100644 --- a/lib/core/src/lib/viewer/components/viewer.component.spec.ts +++ b/lib/core/src/lib/viewer/components/viewer.component.spec.ts @@ -41,8 +41,8 @@ import { Component } from '@angular/core'; import { By } from '@angular/platform-browser'; @Component({ - selector: 'adf-dialog-dummy', - template: `` + "selector": 'adf-dialog-dummy', + "template": `` }) class DummyDialogComponent { } @@ -58,23 +58,23 @@ describe('ViewerComponent', () => { beforeEach(() => { TestBed.configureTestingModule({ - imports: [ + "imports": [ NoopAnimationsModule, TranslateModule.forRoot(), CoreTestingModule, MatButtonModule, MatIconModule ], - declarations: [ + "declarations": [ ViewerWithCustomToolbarComponent, ViewerWithCustomSidebarComponent, ViewerWithCustomOpenWithComponent, ViewerWithCustomMoreActionsComponent, ViewerWithCustomToolbarActionsComponent ], - providers: [ + "providers": [ MatDialog, - { provide: DownloadPromptDialogComponent, useClass: DummyDialogComponent} + { "provide": DownloadPromptDialogComponent, "useClass": DummyDialogComponent} ] }); @@ -89,11 +89,11 @@ describe('ViewerComponent', () => { appConfigService.config = { ...appConfigService.config, - viewer: { - enableDownloadPrompt: false, - enableDownloadPromptReminder: false, - downloadPromptDelay: 3, - downloadPromptReminderDelay: 2 + "viewer": { + "enableDownloadPrompt": false, + "enableDownloadPromptReminder": false, + "downloadPromptDelay": 3, + "downloadPromptReminderDelay": 2 } }; }); @@ -106,7 +106,7 @@ describe('ViewerComponent', () => { describe('Mime Type Test', () => { it('should mimeType change when blobFile changes', () => { - const mockSimpleChanges: any = { blobFile: {currentValue: { type: 'image/png'}}}; + const mockSimpleChanges: any = { "blobFile": {"currentValue": { "type": 'image/png'}}}; component.ngOnChanges(mockSimpleChanges); @@ -120,7 +120,7 @@ describe('ViewerComponent', () => { it('should fileName be set by urlFile input if the fileName is not provided as Input', () => { component.fileName = ''; spyOn(viewUtilService, 'getFilenameFromUrl').and.returnValue('fakeFileName.jpeg'); - const mockSimpleChanges: any = { urlFile: {currentValue: 'https://fakefile.url/fakeFileName.jpeg'}}; + const mockSimpleChanges: any = { "urlFile": {"currentValue": 'https://fakefile.url/fakeFileName.jpeg'}}; component.ngOnChanges(mockSimpleChanges); fixture.detectChanges(); @@ -131,7 +131,7 @@ describe('ViewerComponent', () => { it('should set fileName providing fileName input', () => { component.fileName = 'testFileName.jpg'; spyOn(viewUtilService, 'getFilenameFromUrl').and.returnValue('fakeFileName.jpeg'); - const mockSimpleChanges: any = { urlFile: {currentValue: 'https://fakefile.url/fakeFileName.jpeg'}}; + const mockSimpleChanges: any = { "urlFile": {"currentValue": 'https://fakefile.url/fakeFileName.jpeg'}}; component.ngOnChanges(mockSimpleChanges); fixture.detectChanges();fixture.detectChanges(); @@ -405,7 +405,7 @@ describe('ViewerComponent', () => { }); it('should file name be present if is overlay mode ', async () => { - const mockSimpleChanges: any = { blobFile: {currentValue: { type: 'image/png'}}}; + const mockSimpleChanges: any = { "blobFile": {"currentValue": { "type": 'image/png'}}}; component.ngOnChanges(mockSimpleChanges); fixture.detectChanges(); await fixture.whenStable(); @@ -438,8 +438,8 @@ describe('ViewerComponent', () => { it('should not close the viewer on Escape event if dialog was opened', (done) => { const event = new KeyboardEvent('keydown', { - bubbles: true, - keyCode: 27 + "bubbles": true, + "keyCode": 27 } as KeyboardEventInit); const dialogRef = dialog.open(DummyDialogComponent); @@ -556,14 +556,14 @@ describe('ViewerComponent', () => { beforeEach(() => { appConfigService.config = { ...appConfigService.config, - viewer: { - enableDownloadPrompt: true, - enableDownloadPromptReminder: true, - downloadPromptDelay: 3, - downloadPromptReminderDelay: 2 + "viewer": { + "enableDownloadPrompt": true, + "enableDownloadPromptReminder": true, + "downloadPromptDelay": 3, + "downloadPromptReminderDelay": 2 } }; - dialogOpenSpy = spyOn(dialog, 'open').and.returnValue({afterClosed: () => of(null)} as any); + dialogOpenSpy = spyOn(dialog, 'open').and.returnValue({"afterClosed": () => of(null)} as any); component.urlFile = undefined; component.clearDownloadPromptTimeouts(); }); @@ -574,11 +574,11 @@ describe('ViewerComponent', () => { })); it('should configure reminder timeout to display non responsive dialog after initial dialog', fakeAsync( () => { - dialogOpenSpy.and.returnValue({ afterClosed: () => of(DownloadPromptActions.WAIT) } as any); + dialogOpenSpy.and.returnValue({ "afterClosed": () => of(DownloadPromptActions.WAIT) } as any); fixture.detectChanges(); tick(3000); expect(component.downloadPromptReminderTimer).toBeDefined(); - dialogOpenSpy.and.returnValue({ afterClosed: () => of(null) } as any); + dialogOpenSpy.and.returnValue({ "afterClosed": () => of(null) } as any); flush(); discardPeriodicTasks(); })); @@ -591,12 +591,12 @@ describe('ViewerComponent', () => { })); it('should show reminder non responsive dialog after initial dialog', fakeAsync( () => { - dialogOpenSpy.and.returnValue({ afterClosed: () => of(DownloadPromptActions.WAIT) } as any); + dialogOpenSpy.and.returnValue({ "afterClosed": () => of(DownloadPromptActions.WAIT) } as any); fixture.detectChanges(); tick(3000); expect(dialogOpenSpy).toHaveBeenCalled(); - dialogOpenSpy.and.returnValue({ afterClosed: () => of(null) } as any); + dialogOpenSpy.and.returnValue({ "afterClosed": () => of(null) } as any); tick(2000); expect(dialogOpenSpy).toHaveBeenCalledTimes(2); @@ -605,7 +605,7 @@ describe('ViewerComponent', () => { })); it('should emit downloadFileEvent when DownloadPromptDialog return DownloadPromptActions.DOWNLOAD on close', fakeAsync( () => { - dialogOpenSpy.and.returnValue({ afterClosed: () => of(DownloadPromptActions.DOWNLOAD) } as any); + dialogOpenSpy.and.returnValue({ "afterClosed": () => of(DownloadPromptActions.DOWNLOAD) } as any); spyOn(component.downloadFile, 'emit'); fixture.detectChanges(); tick(3000); diff --git a/lib/core/src/lib/viewer/components/viewer.component.ts b/lib/core/src/lib/viewer/components/viewer.component.ts index 75955ceec7..40590c6ba9 100644 --- a/lib/core/src/lib/viewer/components/viewer.component.ts +++ b/lib/core/src/lib/viewer/components/viewer.component.ts @@ -44,19 +44,19 @@ import { AppConfigService } from '../../app-config'; import { DownloadPromptActions } from '../models/download-prompt.actions'; const DEFAULT_NON_PREVIEW_CONFIG = { - enableDownloadPrompt: false, - enableDownloadPromptReminder: false, - downloadPromptDelay: 50, - downloadPromptReminderDelay: 30 + "enableDownloadPrompt": false, + "enableDownloadPromptReminder": false, + "downloadPromptDelay": 50, + "downloadPromptReminderDelay": 30 }; @Component({ - selector: 'adf-viewer', - templateUrl: './viewer.component.html', - styleUrls: ['./viewer.component.scss'], - host: { class: 'adf-viewer' }, - encapsulation: ViewEncapsulation.None, - providers: [ViewUtilService] + "selector": 'adf-viewer', + "templateUrl": './viewer.component.html', + "styleUrls": ['./viewer.component.scss'], + "host": { "class": 'adf-viewer' }, + "encapsulation": ViewEncapsulation.None, + "providers": [ViewUtilService] }) export class ViewerComponent<T> implements OnDestroy, OnInit, OnChanges { @ContentChild(ViewerToolbarComponent) @@ -222,14 +222,14 @@ export class ViewerComponent<T> implements OnDestroy, OnInit, OnChanges { public downloadPromptTimer: number; public downloadPromptReminderTimer: number; - constructor( + constructor ( private el: ElementRef, public dialog: MatDialog, private viewUtilsService: ViewUtilService, private appConfigService: AppConfigService ) {} - ngOnChanges(changes: SimpleChanges) { + ngOnChanges (changes: SimpleChanges) { const { blobFile, urlFile } = changes; if (blobFile?.currentValue) { @@ -241,12 +241,12 @@ export class ViewerComponent<T> implements OnDestroy, OnInit, OnChanges { } } - ngOnInit(): void { + ngOnInit (): void { this.closeOverlayManager(); this.configureAndInitDownloadPrompt(); } - private closeOverlayManager() { + private closeOverlayManager () { this.dialog.afterOpened .pipe( skipWhile(() => !this.overlayMode), @@ -276,32 +276,32 @@ export class ViewerComponent<T> implements OnDestroy, OnInit, OnChanges { }); } - onNavigateBeforeClick(event: MouseEvent | KeyboardEvent) { + onNavigateBeforeClick (event: MouseEvent | KeyboardEvent) { this.navigateBefore.next(event); } - onNavigateNextClick(event: MouseEvent | KeyboardEvent) { + onNavigateNextClick (event: MouseEvent | KeyboardEvent) { this.navigateNext.next(event); } /** * close the viewer */ - onClose() { + onClose () { this.showViewer = false; this.showViewerChange.emit(this.showViewer); } - toggleRightSidebar() { + toggleRightSidebar () { this.showRightSidebar = !this.showRightSidebar; } - toggleLeftSidebar() { + toggleLeftSidebar () { this.showLeftSidebar = !this.showLeftSidebar; } @HostListener('document:keyup', ['$event']) - handleKeyboardEvent(event: KeyboardEvent) { + handleKeyboardEvent (event: KeyboardEvent) { if (event?.defaultPrevented) { return; } @@ -330,7 +330,7 @@ export class ViewerComponent<T> implements OnDestroy, OnInit, OnChanges { /** * Triggers full screen mode with a main content area displayed. */ - enterFullScreen(): void { + enterFullScreen (): void { if (this.allowFullScreen) { const container = this.el.nativeElement.querySelector('.adf-viewer__fullscreen-container'); if (container) { @@ -347,24 +347,24 @@ export class ViewerComponent<T> implements OnDestroy, OnInit, OnChanges { } } - onSubmitFile(newImageBlob: Blob) { + onSubmitFile (newImageBlob: Blob) { this.submitFile.emit(newImageBlob); } - ngOnDestroy() { + ngOnDestroy () { this.clearDownloadPromptTimeouts(); this.onDestroy$.next(true); this.onDestroy$.complete(); } - private configureAndInitDownloadPrompt() { + private configureAndInitDownloadPrompt () { this.configureDownloadPromptProperties(); if (this.enableDownloadPrompt) { this.initDownloadPrompt(); } } - private configureDownloadPromptProperties() { + private configureDownloadPromptProperties () { const nonResponsivePreviewConfig = this.appConfigService.get('viewer', DEFAULT_NON_PREVIEW_CONFIG); this.enableDownloadPrompt = nonResponsivePreviewConfig.enableDownloadPrompt; @@ -373,13 +373,13 @@ export class ViewerComponent<T> implements OnDestroy, OnInit, OnChanges { this.downloadPromptReminderDelay = nonResponsivePreviewConfig.downloadPromptReminderDelay; } - private initDownloadPrompt() { + private initDownloadPrompt () { this.downloadPromptTimer = window.setTimeout(() => { this.showOrClearDownloadPrompt(); }, this.downloadPromptDelay * 1000); } - private showOrClearDownloadPrompt() { + private showOrClearDownloadPrompt () { if (!this.urlFile) { this.showDownloadPrompt(); } else { @@ -387,7 +387,7 @@ export class ViewerComponent<T> implements OnDestroy, OnInit, OnChanges { } } - public clearDownloadPromptTimeouts() { + public clearDownloadPromptTimeouts () { if (this.downloadPromptTimer) { clearTimeout(this.downloadPromptTimer); } @@ -396,11 +396,11 @@ export class ViewerComponent<T> implements OnDestroy, OnInit, OnChanges { } } - private showDownloadPrompt() { + private showDownloadPrompt () { if (!this.isDialogVisible) { this.isDialogVisible = true; this.dialog - .open(DownloadPromptDialogComponent, { disableClose: true }) + .open(DownloadPromptDialogComponent, { "disableClose": true }) .afterClosed() .pipe(first()) .subscribe((result: DownloadPromptActions) => { diff --git a/lib/core/src/lib/viewer/directives/viewer-extension.directive.spec.ts b/lib/core/src/lib/viewer/directives/viewer-extension.directive.spec.ts index 10fc39a265..513442b793 100644 --- a/lib/core/src/lib/viewer/directives/viewer-extension.directive.spec.ts +++ b/lib/core/src/lib/viewer/directives/viewer-extension.directive.spec.ts @@ -28,27 +28,27 @@ describe('ExtensionViewerDirective', () => { let extensionViewerDirective: ViewerExtensionDirective; class MockElementRef extends ElementRef { - constructor() { + constructor () { super(null); } } beforeEach(() => { TestBed.configureTestingModule({ - imports: [ + "imports": [ TranslateModule.forRoot(), CoreTestingModule ], - providers: [ - { provide: Location, useClass: SpyLocation }, + "providers": [ + { "provide": Location, "useClass": SpyLocation }, ViewerExtensionDirective, - {provide: ElementRef, useClass: MockElementRef}, + {"provide": ElementRef, "useClass": MockElementRef}, ViewerRenderComponent, - { provide: ChangeDetectorRef, useValue: { detectChanges: () => {} } } + { "provide": ChangeDetectorRef, "useValue": { "detectChanges": () => {} } } ] }); extensionViewerDirective = TestBed.inject(ViewerExtensionDirective); - extensionViewerDirective.templateModel = {template: '', isVisible: false}; + extensionViewerDirective.templateModel = {"template": '', "isVisible": false}; }); it('is defined', () => { diff --git a/lib/core/src/lib/viewer/directives/viewer-extension.directive.ts b/lib/core/src/lib/viewer/directives/viewer-extension.directive.ts index e992d4aae9..0676926bcf 100644 --- a/lib/core/src/lib/viewer/directives/viewer-extension.directive.ts +++ b/lib/core/src/lib/viewer/directives/viewer-extension.directive.ts @@ -21,7 +21,7 @@ import { Subject } from 'rxjs'; import { takeUntil } from 'rxjs/operators'; @Directive({ - selector: 'adf-viewer-extension' + "selector": 'adf-viewer-extension' }) export class ViewerExtensionDirective implements AfterContentInit, OnDestroy { @@ -41,11 +41,11 @@ export class ViewerExtensionDirective implements AfterContentInit, OnDestroy { private onDestroy$ = new Subject<boolean>(); - constructor(private viewerComponent: ViewerRenderComponent) { + constructor (private viewerComponent: ViewerRenderComponent) { } - ngAfterContentInit() { - this.templateModel = { template: this.template, isVisible: false }; + ngAfterContentInit () { + this.templateModel = { "template": this.template, "isVisible": false }; this.viewerComponent.extensionTemplates.push(this.templateModel); @@ -62,18 +62,17 @@ export class ViewerExtensionDirective implements AfterContentInit, OnDestroy { } } - ngOnDestroy() { + ngOnDestroy () { this.onDestroy$.next(true); this.onDestroy$.complete(); } /** * Check if the current extension in the viewer is compatible with this extension checking against `supportedExtensions` - * * @param fileExtension file extension to check * @returns `true` if file extension is compatible, otherwise `false` */ - isVisible(fileExtension: string): boolean { + isVisible (fileExtension: string): boolean { let supportedExtension: string; if (this.supportedExtensions && (this.supportedExtensions instanceof Array)) { diff --git a/lib/core/src/lib/viewer/services/rendering-queue.services.ts b/lib/core/src/lib/viewer/services/rendering-queue.services.ts index 82612d1d7a..0d2d61048b 100644 --- a/lib/core/src/lib/viewer/services/rendering-queue.services.ts +++ b/lib/core/src/lib/viewer/services/rendering-queue.services.ts @@ -25,16 +25,16 @@ import { Injectable } from '@angular/core'; @Injectable() export class RenderingQueueServices { renderingStates = { - INITIAL: 0, - RUNNING: 1, - PAUSED: 2, - FINISHED: 3 + "INITIAL": 0, + "RUNNING": 1, + "PAUSED": 2, + "FINISHED": 3 }; CLEANUP_TIMEOUT: number = 30000; - pdfViewer: any = null; - pdfThumbnailViewer: any = null; + pdfViewer = null; + pdfThumbnailViewer = null; onIdle: any = null; highestPriorityPage: any = null; @@ -44,33 +44,30 @@ export class RenderingQueueServices { /** * Set the instance of the PDF Viewer - * * @param pdfViewer viewer instance */ - setViewer(pdfViewer): void { + setViewer (pdfViewer): void { this.pdfViewer = pdfViewer; } /** * Sets the instance of the PDF Thumbnail Viewer - * * @param pdfThumbnailViewer viewer instance */ - setThumbnailViewer(pdfThumbnailViewer): void { + setThumbnailViewer (pdfThumbnailViewer): void { this.pdfThumbnailViewer = pdfThumbnailViewer; } /** * Check if the view has highest rendering priority - * * @param view view to render * @returns `true` if the view has higher priority, otherwise `false` */ - isHighestPriority(view: any): boolean { + isHighestPriority (view: any): boolean { return this.highestPriorityPage === view.renderingId; } - renderHighestPriority(currentlyVisiblePages) { + renderHighestPriority (currentlyVisiblePages) { if (this.idleTimeout) { clearTimeout(this.idleTimeout); this.idleTimeout = null; @@ -97,7 +94,7 @@ export class RenderingQueueServices { } } - getHighestPriority(visible, views, scrolledDown) { + getHighestPriority (visible, views, scrolledDown) { // The state has changed figure out which page has the highest priority to // render next (if any). // Priority: @@ -134,17 +131,16 @@ export class RenderingQueueServices { return null; } - hasViewer(): boolean { + hasViewer (): boolean { return !!this.pdfViewer; } /** * Checks if the view rendering is finished - * * @param view the View instance to check * @returns `true` if rendering is finished, otherwise `false` */ - isViewFinished(view): boolean { + isViewFinished (view): boolean { return view.renderingState === this.renderingStates.FINISHED; } @@ -152,11 +148,10 @@ export class RenderingQueueServices { * Render a page or thumbnail view. This calls the appropriate function * based on the views state. If the view is already rendered it will return * false. - * * @param view View instance to render * @returns the rendered state of the view */ - renderView(view: any): boolean { + renderView (view: any): boolean { const state = view.renderingState; switch (state) { case this.renderingStates.FINISHED: { diff --git a/lib/core/src/lib/viewer/services/view-util.service.ts b/lib/core/src/lib/viewer/services/view-util.service.ts index 6e2e497f58..ea4c695fbd 100644 --- a/lib/core/src/lib/viewer/services/view-util.service.ts +++ b/lib/core/src/lib/viewer/services/view-util.service.ts @@ -19,52 +19,49 @@ import { Injectable } from '@angular/core'; import { AppExtensionService, ViewerExtensionRef } from '@alfresco/adf-extensions'; @Injectable({ - providedIn: 'root' + "providedIn": 'root' }) export class ViewUtilService { // Extensions that are supported by the Viewer without conversion private extensions = { - image: ['png', 'jpg', 'jpeg', 'gif', 'bpm', 'svg'], - media: ['wav', 'mp4', 'mp3', 'webm', 'ogg'], - text: ['txt', 'xml', 'html', 'json', 'ts', 'css', 'md'], - pdf: ['pdf'] + "image": ['png', 'jpg', 'jpeg', 'gif', 'bpm', 'svg'], + "media": ['wav', 'mp4', 'mp3', 'webm', 'ogg'], + "text": ['txt', 'xml', 'html', 'json', 'ts', 'css', 'md'], + "pdf": ['pdf'] }; // Mime types that are supported by the Viewer without conversion private mimeTypes = { - text: ['text/plain', 'text/csv', 'text/xml', 'text/html', 'application/x-javascript'], - pdf: ['application/pdf'], - image: ['image/png', 'image/jpeg', 'image/gif', 'image/bmp', 'image/svg+xml'], - media: ['video/mp4', 'video/webm', 'video/ogg', 'audio/mpeg', 'audio/mp3', 'audio/ogg', 'audio/wav'] + "text": ['text/plain', 'text/csv', 'text/xml', 'text/html', 'application/x-javascript'], + "pdf": ['application/pdf'], + "image": ['image/png', 'image/jpeg', 'image/gif', 'image/bmp', 'image/svg+xml'], + "media": ['video/mp4', 'video/webm', 'video/ogg', 'audio/mpeg', 'audio/mp3', 'audio/ogg', 'audio/wav'] }; /** * Returns a list of the active Viewer content extensions. - * * @returns list of extension references */ - get viewerExtensions(): ViewerExtensionRef[] { + get viewerExtensions (): ViewerExtensionRef[] { return this.extensionService.getViewerExtensions(); } /** * Provides a list of file extensions supported by external plugins. - * * @returns list of extensions */ - get externalExtensions(): string[] { + get externalExtensions (): string[] { return this.viewerExtensions.map((ext) => ext.fileExtension); } - constructor(private extensionService: AppExtensionService) {} + constructor (private extensionService: AppExtensionService) {} /** * get File name from url - * * @param url - url file * @returns file name portion of the url */ - getFilenameFromUrl(url: string): string { + getFilenameFromUrl (url: string): string { const anchor = url.indexOf('#'); const query = url.indexOf('?'); const end = Math.min(anchor > 0 ? anchor : url.length, query > 0 ? query : url.length); @@ -76,11 +73,10 @@ export class ViewUtilService { * Supports the URL formats like: * http://localhost/test.jpg?cache=1000 * http://localhost/test.jpg#cache=1000 - * * @param fileName - file name * @returns file extension */ - getFileExtension(fileName: string): string { + getFileExtension (fileName: string): string { if (fileName) { const match = fileName.match(/\.([^./?#]+)($|\?|#)/); return match ? match[1] : null; @@ -88,7 +84,7 @@ export class ViewUtilService { return null; } - getViewerType(extension: string, mimeType: string): string { + getViewerType (extension: string, mimeType: string): string { let viewerType = this.getViewerTypeByExtension(extension); if (viewerType === 'unknown') { @@ -98,7 +94,7 @@ export class ViewUtilService { return viewerType; } - getViewerTypeByMimeType(mimeType: string) { + getViewerTypeByMimeType (mimeType: string) { if (mimeType) { mimeType = mimeType.toLowerCase(); @@ -112,7 +108,7 @@ export class ViewUtilService { return 'unknown'; } - private getViewerTypeByExtension(extension: string): string { + private getViewerTypeByExtension (extension: string): string { if (extension) { extension = extension.toLowerCase(); } @@ -144,11 +140,11 @@ export class ViewUtilService { return 'unknown'; } - private isExternalViewer(): boolean { + private isExternalViewer (): boolean { return !!this.viewerExtensions.find((ext) => ext.fileExtension === '*'); } - isCustomViewerExtension(extension: string): boolean { + isCustomViewerExtension (extension: string): boolean { const extensions = this.externalExtensions || []; if (extension && extensions.length > 0) { diff --git a/lib/core/src/lib/viewer/viewer.module.ts b/lib/core/src/lib/viewer/viewer.module.ts index 9ee62d97b4..1bd09961b4 100644 --- a/lib/core/src/lib/viewer/viewer.module.ts +++ b/lib/core/src/lib/viewer/viewer.module.ts @@ -47,7 +47,7 @@ import { ViewerToolbarCustomActionsComponent } from './components/viewer-toolbar import { DownloadPromptDialogComponent } from './components/download-prompt-dialog/download-prompt-dialog.component'; @NgModule({ - imports: [ + "imports": [ CommonModule, MaterialModule, TranslateModule, @@ -59,7 +59,7 @@ import { DownloadPromptDialogComponent } from './components/download-prompt-dial A11yModule, ExtensionsModule ], - declarations: [ + "declarations": [ PdfPasswordDialogComponent, ViewerRenderComponent, ImgViewerComponent, @@ -79,7 +79,7 @@ import { DownloadPromptDialogComponent } from './components/download-prompt-dial ViewerToolbarCustomActionsComponent, DownloadPromptDialogComponent ], - exports: [ + "exports": [ ViewerRenderComponent, ImgViewerComponent, TxtViewerComponent, diff --git a/lib/core/test.ts b/lib/core/test.ts index 078f950596..5bfddc5d5e 100644 --- a/lib/core/test.ts +++ b/lib/core/test.ts @@ -18,22 +18,9 @@ import 'zone.js'; import 'zone.js/testing'; import { getTestBed } from '@angular/core/testing'; -import { - BrowserDynamicTestingModule, - platformBrowserDynamicTesting -} from '@angular/platform-browser-dynamic/testing'; - -declare const require: any; +import { BrowserDynamicTestingModule, platformBrowserDynamicTesting } from '@angular/platform-browser-dynamic/testing'; // First, initialize the Angular testing environment. -getTestBed().initTestEnvironment( - BrowserDynamicTestingModule, - platformBrowserDynamicTesting(), { - teardown: { destroyAfterEach: false } -} -); - -// Then we find all the tests. -const context = require.context('./', true, /\.spec\.ts$/); -// And load the modules. -context.keys().map(context); +getTestBed().initTestEnvironment(BrowserDynamicTestingModule, platformBrowserDynamicTesting(), { + "teardown": { "destroyAfterEach": false } +}); diff --git a/lib/core/tsconfig.lib.json b/lib/core/tsconfig.lib.json index 985607d7d6..78044420a6 100644 --- a/lib/core/tsconfig.lib.json +++ b/lib/core/tsconfig.lib.json @@ -9,9 +9,10 @@ "@alfresco/adf-extensions/*": ["../../../dist/libs/extensions/*"], "@alfresco/adf-core/auth": ["../auth/src/index.ts"], "@alfresco/adf-core/shell": ["../shell/src/index.ts"], - "@alfresco/adf-core/api": ["../api/src/index.ts"], - - } + "@alfresco/adf-core/api": ["../api/src/index.ts"] + }, + "target": "ES2022", + "useDefineForClassFields": false }, "exclude": ["./test.ts", "**/*.spec.ts", "**/*.test.ts"], "include": ["**/*.ts"] diff --git a/lib/core/tsconfig.lib.prod.json b/lib/core/tsconfig.lib.prod.json index 2a2faa884c..0e06848ce5 100644 --- a/lib/core/tsconfig.lib.prod.json +++ b/lib/core/tsconfig.lib.prod.json @@ -1,7 +1,9 @@ { "extends": "./tsconfig.lib.json", "compilerOptions": { - "declarationMap": false + "declarationMap": false, + "target": "ES2022", + "useDefineForClassFields": false }, "angularCompilerOptions": { "compilationMode": "partial" diff --git a/lib/core/tsconfig.spec.json b/lib/core/tsconfig.spec.json index 237e652525..b15e441b37 100644 --- a/lib/core/tsconfig.spec.json +++ b/lib/core/tsconfig.spec.json @@ -1,7 +1,9 @@ { "extends": "../../tsconfig.json", "compilerOptions": { - "outDir": "../../dist/out-tsc" + "outDir": "../../dist/out-tsc", + "target": "ES2022", + "useDefineForClassFields": false }, "files": ["./test.ts"], "include": ["**/*.spec.ts", "**/*.test.ts", "**/*.d.ts"] diff --git a/lib/eslint-angular/project.json b/lib/eslint-angular/project.json new file mode 100644 index 0000000000..01755b2c2d --- /dev/null +++ b/lib/eslint-angular/project.json @@ -0,0 +1,63 @@ +{ + "name": "eslint-angular", + "$schema": "../../node_modules/nx/schemas/project-schema.json", + "sourceRoot": "lib/eslint-angular/src", + "projectType": "library", + "prefix": "adf", + "targets": { + "build": { + "executor": "@nrwl/webpack:webpack", + "options": { + "projectRoot": "lib/eslint-angular", + "outputPath": "dist/libs/eslint-plugin-eslint-angular", + "main": "lib/eslint-angular/index.ts", + "generatePackageJson": true, + "tsConfig": "lib/eslint-angular/tsconfig.lib.prod.json", + "stylePreprocessorOptions": { + "includePaths": ["lib", "lib/core/src/lib"] + }, + "target": "node", + "compiler": "tsc" + }, + "configurations": { + "production": { + "projectRoot": "lib/eslint-angular", + "outputPath": "dist/libs/eslint-plugin-eslint-angular", + "main": "lib/eslint-angular/index.ts", + "generatePackageJson": true, + "tsConfig": "lib/eslint-angular/tsconfig.lib.prod.json" + } + }, + "defaultConfiguration": "production" + }, + "lint": { + "executor": "@nrwl/linter:eslint", + "options": { + "lintFilePatterns": ["lib/eslint-angular/**/*.ts"] + } + }, + "bundle": { + "executor": "nx:run-commands", + "options": { + "commands": [ + { + "command": "echo testing bundle created" + } + ] + } + }, + "npm-publish": { + "executor": "nx:run-commands", + "dependsOn": ["build"], + "options": { + "cwd": "dist/libs/eslint-plugin-eslint-angular", + "commands": [ + { + "command": "npm publish --tag {args.tag}", + "forwardAllArgs": true + } + ] + } + } + } +} diff --git a/lib/extensions/.eslintrc.json b/lib/extensions/.eslintrc.json index 11e989a37f..554202f249 100644 --- a/lib/extensions/.eslintrc.json +++ b/lib/extensions/.eslintrc.json @@ -4,7 +4,7 @@ "overrides": [ { "files": ["*.ts"], - "extends": ["plugin:@nrwl/nx/angular", "plugin:@angular-eslint/template/process-inline-templates"], + "extends": ["plugin:@nx/angular", "plugin:@angular-eslint/template/process-inline-templates"], "rules": { "no-underscore-dangle": ["error", { "allowAfterThis": true }], @@ -61,7 +61,7 @@ }, { "files": ["*.html"], - "extends": ["plugin:@nrwl/nx/angular-template"], + "extends": ["plugin:@nx/angular-template"], "rules": { "@angular-eslint/template/no-autofocus": "error", "@angular-eslint/template/no-positive-tabindex": "error" diff --git a/lib/extensions/project.json b/lib/extensions/project.json new file mode 100644 index 0000000000..c1b38600be --- /dev/null +++ b/lib/extensions/project.json @@ -0,0 +1,54 @@ +{ + "name": "extensions", + "$schema": "../../node_modules/nx/schemas/project-schema.json", + "sourceRoot": "lib/extensions/src", + "projectType": "library", + "prefix": "adf", + "targets": { + "build": { + "executor": "@angular-devkit/build-angular:ng-packagr", + "options": { + "tsConfig": "lib/extensions/tsconfig.lib.json", + "project": "lib/extensions/ng-package.json" + }, + "configurations": { + "production": { + "tsConfig": "lib/extensions/tsconfig.lib.prod.json" + } + }, + "defaultConfiguration": "production" + }, + "test": { + "executor": "@angular-devkit/build-angular:karma", + "options": { + "main": "lib/extensions/src/test.ts", + "tsConfig": "lib/extensions/tsconfig.spec.json", + "karmaConfig": "lib/extensions/karma.conf.js", + "sourceMap": true, + "codeCoverage": true, + "stylePreprocessorOptions": { + "includePaths": ["lib", "lib/core/src/lib"] + } + } + }, + "lint": { + "executor": "@nrwl/linter:eslint", + "options": { + "lintFilePatterns": ["lib/extensions/**/*.ts", "lib/extensions/**/*.html"] + } + }, + "npm-publish": { + "executor": "nx:run-commands", + "dependsOn": ["build"], + "options": { + "cwd": "dist/libs/extensions", + "commands": [ + { + "command": "npm publish --tag {args.tag}", + "forwardAllArgs": true + } + ] + } + } + } +} diff --git a/lib/extensions/src/lib/components/dynamic-column/dynamic-column.component.ts b/lib/extensions/src/lib/components/dynamic-column/dynamic-column.component.ts index a22a3e9b4c..6c6d09efee 100644 --- a/lib/extensions/src/lib/components/dynamic-column/dynamic-column.component.ts +++ b/lib/extensions/src/lib/components/dynamic-column/dynamic-column.component.ts @@ -41,12 +41,12 @@ import { ExtensionService } from '../../services/extension.service'; host: { class: 'adf-dynamic-column' }, styles: [ ` - .adf-dynamic-column { - display: flex; - align-items: center; - width: inherit; - } - ` + .adf-dynamic-column { + display: flex; + align-items: center; + width: inherit; + } + ` ] }) export class DynamicColumnComponent implements OnInit, OnChanges, OnDestroy { diff --git a/lib/extensions/src/test.ts b/lib/extensions/src/test.ts index 5082681ab7..0b53c0eb93 100644 --- a/lib/extensions/src/test.ts +++ b/lib/extensions/src/test.ts @@ -20,21 +20,9 @@ import 'zone.js'; import 'zone.js/testing'; import { getTestBed } from '@angular/core/testing'; -import { - BrowserDynamicTestingModule, - platformBrowserDynamicTesting -} from '@angular/platform-browser-dynamic/testing'; - -declare const require: any; +import { BrowserDynamicTestingModule, platformBrowserDynamicTesting } from '@angular/platform-browser-dynamic/testing'; // First, initialize the Angular testing environment. -getTestBed().initTestEnvironment( - BrowserDynamicTestingModule, - platformBrowserDynamicTesting(), { +getTestBed().initTestEnvironment(BrowserDynamicTestingModule, platformBrowserDynamicTesting(), { teardown: { destroyAfterEach: false } -} -); -// Then we find all the tests. -const context = require.context('./', true, /\.spec\.ts$/); -// And load the modules. -context.keys().map(context); +}); diff --git a/lib/extensions/tsconfig.lib.json b/lib/extensions/tsconfig.lib.json index 7818c7e9f7..a13fd5321d 100644 --- a/lib/extensions/tsconfig.lib.json +++ b/lib/extensions/tsconfig.lib.json @@ -3,6 +3,8 @@ "compilerOptions": { "outDir": "../../dist/out-tsc", "declaration": true, - "declarationMap": true + "declarationMap": true, + "target": "ES2022", + "useDefineForClassFields": false } } diff --git a/lib/extensions/tsconfig.lib.prod.json b/lib/extensions/tsconfig.lib.prod.json index 2a2faa884c..0e06848ce5 100644 --- a/lib/extensions/tsconfig.lib.prod.json +++ b/lib/extensions/tsconfig.lib.prod.json @@ -1,7 +1,9 @@ { "extends": "./tsconfig.lib.json", "compilerOptions": { - "declarationMap": false + "declarationMap": false, + "target": "ES2022", + "useDefineForClassFields": false }, "angularCompilerOptions": { "compilationMode": "partial" diff --git a/lib/extensions/tsconfig.spec.json b/lib/extensions/tsconfig.spec.json index 8e8cc9494b..7d643cc4b8 100644 --- a/lib/extensions/tsconfig.spec.json +++ b/lib/extensions/tsconfig.spec.json @@ -1,7 +1,9 @@ { "extends": "../../tsconfig.json", "compilerOptions": { - "outDir": "../../dist/out-tsc" + "outDir": "../../dist/out-tsc", + "target": "ES2022", + "useDefineForClassFields": false }, "files": ["src/test.ts"], "include": ["**/*.spec.ts", "**/*.test.ts", "**/*.d.ts"] diff --git a/lib/insights/.eslintrc.json b/lib/insights/.eslintrc.json index af22c1bab3..9dd335ac6d 100644 --- a/lib/insights/.eslintrc.json +++ b/lib/insights/.eslintrc.json @@ -4,10 +4,7 @@ "overrides": [ { "files": ["*.ts"], - "extends": [ - "plugin:@nrwl/nx/angular", - "plugin:@angular-eslint/template/process-inline-templates" - ], + "extends": ["plugin:@nx/angular", "plugin:@angular-eslint/template/process-inline-templates"], "rules": { "no-underscore-dangle": ["error", { "allowAfterThis": true }], "@angular-eslint/no-output-native": "off", @@ -16,24 +13,15 @@ "error", { "type": "element", - "prefix": [ - "adf", - "app" - ], + "prefix": ["adf", "app"], "style": "kebab-case" } ], "@angular-eslint/directive-selector": [ "error", { - "type": [ - "element", - "attribute" - ], - "prefix": [ - "adf", - "app" - ], + "type": ["element", "attribute"], + "prefix": ["adf", "app"], "style": "kebab-case" } ], @@ -75,7 +63,7 @@ }, { "files": ["*.html"], - "extends": ["plugin:@nrwl/nx/angular-template"], + "extends": ["plugin:@nx/angular-template"], "rules": { "@angular-eslint/template/no-autofocus": "error", "@angular-eslint/template/no-positive-tabindex": "error" diff --git a/lib/insights/project.json b/lib/insights/project.json new file mode 100644 index 0000000000..f9385723b1 --- /dev/null +++ b/lib/insights/project.json @@ -0,0 +1,65 @@ +{ + "name": "insights", + "$schema": "../../node_modules/nx/schemas/project-schema.json", + "sourceRoot": "lib/insights/src", + "projectType": "library", + "prefix": "adf", + "targets": { + "build": { + "executor": "@angular-devkit/build-angular:ng-packagr", + "options": { + "tsConfig": "lib/insights/tsconfig.lib.json", + "project": "lib/insights/ng-package.json" + }, + "configurations": { + "production": { + "project": "lib/insights/ng-package.json", + "tsConfig": "lib/insights/tsconfig.lib.prod.json" + } + }, + "defaultConfiguration": "production" + }, + "test": { + "executor": "@angular-devkit/build-angular:karma", + "options": { + "main": "lib/insights/src/test.ts", + "tsConfig": "lib/insights/tsconfig.spec.json", + "karmaConfig": "lib/insights/karma.conf.js", + "sourceMap": true, + "codeCoverage": true, + "stylePreprocessorOptions": { + "includePaths": ["lib", "lib/core/src/lib"] + } + } + }, + "lint": { + "executor": "@nrwl/linter:eslint", + "options": { + "lintFilePatterns": ["lib/insights/**/*.ts", "lib/insights/**/*.html"] + } + }, + "stylelint": { + "executor": "nx:run-commands", + "options": { + "commands": [ + { + "command": "npx stylelint lib/insights/**/*.scss --config stylelint-config.json" + } + ] + } + }, + "npm-publish": { + "executor": "nx:run-commands", + "dependsOn": ["build"], + "options": { + "cwd": "dist/libs/insights", + "commands": [ + { + "command": "npm publish --tag {args.tag}", + "forwardAllArgs": true + } + ] + } + } + } +} diff --git a/lib/insights/src/lib/analytics-process/components/analytics-report-list.component.html b/lib/insights/src/lib/analytics-process/components/analytics-report-list.component.html index 35ffc95265..4a2b9fc593 100644 --- a/lib/insights/src/lib/analytics-process/components/analytics-report-list.component.html +++ b/lib/insights/src/lib/analytics-process/components/analytics-report-list.component.html @@ -14,7 +14,7 @@ </mat-list-item> </mat-nav-list> <div class="adf-report-card-grids" *ngIf="isGrid()"> - <mat-card (click)="selectReport(report)" class="adf-report-card" *ngFor="let report of reports"> + <mat-card appearance="outlined" (click)="selectReport(report)" class="adf-report-card" *ngFor="let report of reports"> <div class="adf-report-card-logo logo"> <mat-icon class="adf-report-card-logo-icon">equalizer</mat-icon> </div> diff --git a/lib/insights/src/lib/analytics-process/components/analytics-report-list.component.scss b/lib/insights/src/lib/analytics-process/components/analytics-report-list.component.scss index f4be333007..4f6735592c 100644 --- a/lib/insights/src/lib/analytics-process/components/analytics-report-list.component.scss +++ b/lib/insights/src/lib/analytics-process/components/analytics-report-list.component.scss @@ -12,8 +12,9 @@ white-space: nowrap; overflow: hidden; } - - .mat-nav-list .mat-list-item .mat-list-item-content { + /* TODO(mdc-migration): The following rule targets internal classes of list that may no longer apply for the MDC version. */ + /* TODO(mdc-migration): The following rule targets internal classes of list that may no longer apply for the MDC version. */ + .mat-nav-list .mat-mdc-list-item .mat-list-item-content { line-height: 48px; } diff --git a/lib/insights/src/lib/analytics-process/components/analytics-report-parameters.component.scss b/lib/insights/src/lib/analytics-process/components/analytics-report-parameters.component.scss index e1b9223ac5..4d4edc8936 100644 --- a/lib/insights/src/lib/analytics-process/components/analytics-report-parameters.component.scss +++ b/lib/insights/src/lib/analytics-process/components/analytics-report-parameters.component.scss @@ -92,11 +92,11 @@ } .adf-report-dialog { - .mat-form-field { + .mat-mdc-form-field { width: 100%; } - .mat-dialog-actions { + .mat-mdc-dialog-actions { justify-content: flex-end; } } diff --git a/lib/insights/src/lib/analytics-process/components/widgets/duration/duration.widget.scss b/lib/insights/src/lib/analytics-process/components/widgets/duration/duration.widget.scss index 6b57ab8d93..eb2c86ca7c 100644 --- a/lib/insights/src/lib/analytics-process/components/widgets/duration/duration.widget.scss +++ b/lib/insights/src/lib/analytics-process/components/widgets/duration/duration.widget.scss @@ -10,7 +10,7 @@ .adf-number-widget { width: 100%; - .mat-form-field { + .mat-mdc-form-field { width: 100%; } } diff --git a/lib/insights/src/lib/analytics-process/components/widgets/number/number.widget.scss b/lib/insights/src/lib/analytics-process/components/widgets/number/number.widget.scss index 8ce9397af3..391833fa73 100644 --- a/lib/insights/src/lib/analytics-process/components/widgets/number/number.widget.scss +++ b/lib/insights/src/lib/analytics-process/components/widgets/number/number.widget.scss @@ -1,7 +1,7 @@ .adf-number-widget { width: 100%; - .mat-form-field { + .mat-mdc-form-field { width: 100%; } } diff --git a/lib/insights/src/test.ts b/lib/insights/src/test.ts index 83997b8083..0b53c0eb93 100644 --- a/lib/insights/src/test.ts +++ b/lib/insights/src/test.ts @@ -20,22 +20,9 @@ import 'zone.js'; import 'zone.js/testing'; import { getTestBed } from '@angular/core/testing'; -import { - BrowserDynamicTestingModule, - platformBrowserDynamicTesting -} from '@angular/platform-browser-dynamic/testing'; - -declare const require: any; +import { BrowserDynamicTestingModule, platformBrowserDynamicTesting } from '@angular/platform-browser-dynamic/testing'; // First, initialize the Angular testing environment. -getTestBed().initTestEnvironment( - BrowserDynamicTestingModule, - platformBrowserDynamicTesting(), { +getTestBed().initTestEnvironment(BrowserDynamicTestingModule, platformBrowserDynamicTesting(), { teardown: { destroyAfterEach: false } -} -); - -// Then we find all the tests. -const context = require.context('./', true, /\.spec\.ts$/); -// And load the modules. -context.keys().map(context); +}); diff --git a/lib/insights/tsconfig.lib.json b/lib/insights/tsconfig.lib.json index e44edfc3ff..5c2617ddfb 100644 --- a/lib/insights/tsconfig.lib.json +++ b/lib/insights/tsconfig.lib.json @@ -9,6 +9,8 @@ "@alfresco/adf-extensions/*": ["../../../dist/libs/extensions/*"], "@alfresco/adf-core": ["../../../dist/libs/core"], "@alfresco/adf-core/*": ["../../../dist/libs/core/*"] - } + }, + "target": "ES2022", + "useDefineForClassFields": false } } diff --git a/lib/insights/tsconfig.lib.prod.json b/lib/insights/tsconfig.lib.prod.json index 2a2faa884c..0e06848ce5 100644 --- a/lib/insights/tsconfig.lib.prod.json +++ b/lib/insights/tsconfig.lib.prod.json @@ -1,7 +1,9 @@ { "extends": "./tsconfig.lib.json", "compilerOptions": { - "declarationMap": false + "declarationMap": false, + "target": "ES2022", + "useDefineForClassFields": false }, "angularCompilerOptions": { "compilationMode": "partial" diff --git a/lib/insights/tsconfig.spec.json b/lib/insights/tsconfig.spec.json index 8e8cc9494b..7d643cc4b8 100644 --- a/lib/insights/tsconfig.spec.json +++ b/lib/insights/tsconfig.spec.json @@ -1,7 +1,9 @@ { "extends": "../../tsconfig.json", "compilerOptions": { - "outDir": "../../dist/out-tsc" + "outDir": "../../dist/out-tsc", + "target": "ES2022", + "useDefineForClassFields": false }, "files": ["src/test.ts"], "include": ["**/*.spec.ts", "**/*.test.ts", "**/*.d.ts"] diff --git a/lib/process-services-cloud/.eslintrc.json b/lib/process-services-cloud/.eslintrc.json index b46499ae09..d41a0375fa 100644 --- a/lib/process-services-cloud/.eslintrc.json +++ b/lib/process-services-cloud/.eslintrc.json @@ -4,12 +4,9 @@ "overrides": [ { "files": ["*.ts"], - "extends": [ - "plugin:@nrwl/nx/angular", - "plugin:@angular-eslint/template/process-inline-templates" - ], + "extends": ["plugin:@nx/angular", "plugin:@angular-eslint/template/process-inline-templates"], "rules": { - "jsdoc/newline-after-description": "warn", + "@typescript-eslint/naming-convention": "warn", "@typescript-eslint/consistent-type-assertions": "warn", "@typescript-eslint/prefer-for-of": "warn", @@ -76,7 +73,7 @@ }, { "files": ["*.html"], - "extends": ["plugin:@nrwl/nx/angular-template"], + "extends": ["plugin:@nx/angular-template"], "rules": { "@angular-eslint/template/no-autofocus": "error", "@angular-eslint/template/no-positive-tabindex": "error" diff --git a/lib/process-services-cloud/.storybook/main.js b/lib/process-services-cloud/.storybook/main.js index 18bec00a00..8404eae4bc 100644 --- a/lib/process-services-cloud/.storybook/main.js +++ b/lib/process-services-cloud/.storybook/main.js @@ -1,16 +1,13 @@ const rootMain = require('../../../.storybook/main'); module.exports = { - ...rootMain, - core: { ...rootMain.core, builder: 'webpack5' }, - stories: [ - ...rootMain.stories, - '../src/lib/**/*.stories.@(js|jsx|ts|tsx)' - ], - staticDirs: [ - ...rootMain.staticDirs, - { from: '../../core/src/lib/i18n', to: 'assets/adf-core/i18n' }, - { from: __dirname + '/../src/lib/i18n', to: 'assets/adf-process-services-cloud/i18n' } - ], - addons: [...rootMain.addons ] + ...rootMain, + core: { ...rootMain.core, builder: 'webpack5' }, + stories: [...rootMain.stories, '../src/lib/**/*.stories.@(js|jsx|ts|tsx)'], + staticDirs: [ + ...rootMain.staticDirs, + { from: '../../core/src/lib/i18n', to: 'assets/adf-core/i18n' }, + { from: __dirname + '/../src/lib/i18n', to: 'assets/adf-process-services-cloud/i18n' } + ], + addons: ['@storybook/addon-essentials', ...rootMain.addons] }; diff --git a/lib/process-services-cloud/project.json b/lib/process-services-cloud/project.json new file mode 100644 index 0000000000..ec8c8c9d39 --- /dev/null +++ b/lib/process-services-cloud/project.json @@ -0,0 +1,121 @@ +{ + "name": "process-services-cloud", + "$schema": "../../node_modules/nx/schemas/project-schema.json", + "sourceRoot": "lib/process-services-cloud/src", + "projectType": "library", + "prefix": "adf-cloud", + "targets": { + "build": { + "executor": "@angular-devkit/build-angular:ng-packagr", + "options": { + "tsConfig": "lib/process-services-cloud/tsconfig.lib.json", + "project": "lib/process-services-cloud/ng-package.json" + }, + "configurations": { + "production": { + "project": "lib/process-services-cloud/ng-package.json", + "tsConfig": "lib/process-services-cloud/tsconfig.lib.prod.json" + } + }, + "defaultConfiguration": "production" + }, + "test": { + "executor": "@angular-devkit/build-angular:karma", + "options": { + "main": "lib/process-services-cloud/src/test.ts", + "tsConfig": "lib/process-services-cloud/tsconfig.spec.json", + "karmaConfig": "lib/process-services-cloud/karma.conf.js", + "sourceMap": true, + "codeCoverage": true, + "stylePreprocessorOptions": { + "includePaths": ["lib", "lib/core/src/lib"] + } + } + }, + "lint": { + "executor": "@nrwl/linter:eslint", + "options": { + "lintFilePatterns": ["lib/process-services-cloud/**/*.ts", "lib/process-services-cloud/**/*.html"] + } + }, + "storybook": { + "executor": "@storybook/angular:start-storybook", + "options": { + "port": 4400, + "browserTarget": "process-services-cloud:storybook", + "configDir": "lib/process-services-cloud/.storybook", + "compodoc": false, + "styles": [ + "demo-shell/src/styles.scss", + "demo-shell/src/custom-style-dev.scss", + "node_modules/cropperjs/dist/cropper.min.css", + "node_modules/pdfjs-dist/web/pdf_viewer.css" + ], + "stylePreprocessorOptions": { + "includePaths": ["lib", "lib/core/src/lib"] + } + }, + "configurations": { + "ci": { + "quiet": true + } + } + }, + "build-storybook": { + "executor": "@storybook/angular:build-storybook", + "options": { + "browserTarget": "process-services-cloud:build-storybook", + "configDir": "lib/process-services-cloud/.storybook", + "outputDir": "dist/storybook/process-services-cloud", + "compodoc": false, + "styles": [ + "demo-shell/src/styles.scss", + "demo-shell/src/custom-style-dev.scss", + "node_modules/cropperjs/dist/cropper.min.css", + "node_modules/pdfjs-dist/web/pdf_viewer.css" + ], + "stylePreprocessorOptions": { + "includePaths": ["lib", "lib/core/src/lib"] + } + }, + "configurations": { + "ci": { + "quiet": true + } + } + }, + "e2e-playwright": { + "executor": "nx:run-commands", + "options": { + "commands": [ + { + "command": "npx playwright test --config='e2e-playwright/playwright.config.ts'" + } + ] + } + }, + "stylelint": { + "executor": "nx:run-commands", + "options": { + "commands": [ + { + "command": "npx stylelint lib/process-services-cloud/**/*.scss --config stylelint-config.json" + } + ] + } + }, + "npm-publish": { + "executor": "nx:run-commands", + "dependsOn": ["build"], + "options": { + "cwd": "dist/libs/process-services-cloud", + "commands": [ + { + "command": "npm publish --tag {args.tag}", + "forwardAllArgs": true + } + ] + } + } + } +} diff --git a/lib/process-services-cloud/src/lib/app/components/app-details-cloud.component.html b/lib/process-services-cloud/src/lib/app/components/app-details-cloud.component.html index 54fa13b7d6..f2f841fad3 100644 --- a/lib/process-services-cloud/src/lib/app/components/app-details-cloud.component.html +++ b/lib/process-services-cloud/src/lib/app/components/app-details-cloud.component.html @@ -1,6 +1,7 @@ <div class="adf-app-listgrid"> <div class="adf-app-listgrid-item"> <mat-card + appearance="outlined" tabindex="0" role="button" class="adf-app-listgrid-item-card" diff --git a/lib/process-services-cloud/src/lib/app/components/app-details-cloud.component.scss b/lib/process-services-cloud/src/lib/app/components/app-details-cloud.component.scss index a34fa7077a..a2f754cc21 100644 --- a/lib/process-services-cloud/src/lib/app/components/app-details-cloud.component.scss +++ b/lib/process-services-cloud/src/lib/app/components/app-details-cloud.component.scss @@ -129,7 +129,7 @@ adf-cloud-app-details { color: #e9f1f3; } - &.mat-card-actions { + &.mat-mdc-card-actions { margin-left: 0; margin-right: 0; diff --git a/lib/process-services-cloud/src/lib/app/components/app-list-cloud.component.scss b/lib/process-services-cloud/src/lib/app/components/app-list-cloud.component.scss index 9dc9e7f2be..00fc2cb99f 100644 --- a/lib/process-services-cloud/src/lib/app/components/app-list-cloud.component.scss +++ b/lib/process-services-cloud/src/lib/app/components/app-list-cloud.component.scss @@ -16,7 +16,7 @@ adf-cloud-app-list { flex-direction: column; height: 85vh; - .mat-spinner { + .mat-mdc-progress-spinner { margin: 0 auto; } } diff --git a/lib/process-services-cloud/src/lib/form/components/form-cloud.component.html b/lib/process-services-cloud/src/lib/form/components/form-cloud.component.html index 9af182ad1f..230efcbd3f 100644 --- a/lib/process-services-cloud/src/lib/form/components/form-cloud.component.html +++ b/lib/process-services-cloud/src/lib/form/components/form-cloud.component.html @@ -4,7 +4,7 @@ </div> <div *ngIf="hasForm()" class="adf-form-container"> - <mat-card> + <mat-card appearance="outlined"> <mat-card-header *ngIf="showTitle || showRefreshButton || showValidationIcon"> <mat-card-title> <h4> diff --git a/lib/process-services-cloud/src/lib/form/components/widgets/attach-file/attach-file-cloud-widget.component.scss b/lib/process-services-cloud/src/lib/form/components/widgets/attach-file/attach-file-cloud-widget.component.scss index 55d1db9776..7f2ef55d08 100644 --- a/lib/process-services-cloud/src/lib/form/components/widgets/attach-file/attach-file-cloud-widget.component.scss +++ b/lib/process-services-cloud/src/lib/form/components/widgets/attach-file/attach-file-cloud-widget.component.scss @@ -20,7 +20,7 @@ align-items: center; margin-right: 8px; - .mat-raised-button { + .mat-mdc-raised-button { line-height: 28px; font-size: var(--theme-caption-font-size); } @@ -55,12 +55,13 @@ &-attach-widget-repo-button { padding-left: 10px; - + /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version. */ + /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version. */ .mat-button-wrapper { display: inline; } - .mat-mini-fab.mat-accent { + .mat-mdc-mini-fab.mat-accent { background-color: inherit; } } @@ -96,6 +97,8 @@ } &-attach-files-row { + /* TODO(mdc-migration): The following rule targets internal classes of list that may no longer apply for the MDC version. */ + /* TODO(mdc-migration): The following rule targets internal classes of list that may no longer apply for the MDC version. */ div.mat-list-item-content { cursor: pointer; } @@ -106,6 +109,8 @@ } &-attach-selected-file-row { + /* TODO(mdc-migration): The following rule targets internal classes of list that may no longer apply for the MDC version. */ + /* TODO(mdc-migration): The following rule targets internal classes of list that may no longer apply for the MDC version. */ div.mat-list-item-content { .adf-datatable-selected { color: var(--theme-primary-color); diff --git a/lib/process-services-cloud/src/lib/form/components/widgets/attach-file/file-properties-table-cloud.component.scss b/lib/process-services-cloud/src/lib/form/components/widgets/attach-file/file-properties-table-cloud.component.scss index a97d41d385..318d99174b 100644 --- a/lib/process-services-cloud/src/lib/form/components/widgets/attach-file/file-properties-table-cloud.component.scss +++ b/lib/process-services-cloud/src/lib/form/components/widgets/attach-file/file-properties-table-cloud.component.scss @@ -16,7 +16,7 @@ padding: 6px; } - tr.mat-header-row { + tr.mat-mdc-header-row { height: 32px; } @@ -33,10 +33,10 @@ padding-right: 0 !important; } - td.mat-cell:first-of-type, - td.mat-footer-cell:first-of-type, - td.mat-cell:last-of-type, - td.mat-footer-cell:last-of-type { + td.mat-mdc-cell:first-of-type, + td.mat-mdc-footer-cell:first-of-type, + td.mat-mdc-cell:last-of-type, + td.mat-mdc-footer-cell:last-of-type { width: 18% !important; } } diff --git a/lib/process-services-cloud/src/lib/form/components/widgets/date/date-cloud.widget.scss b/lib/process-services-cloud/src/lib/form/components/widgets/date/date-cloud.widget.scss index d73296ddb6..1e3b7d2868 100644 --- a/lib/process-services-cloud/src/lib/form/components/widgets/date/date-cloud.widget.scss +++ b/lib/process-services-cloud/src/lib/form/components/widgets/date/date-cloud.widget.scss @@ -1,20 +1,22 @@ .adf { &-date-widget { - .mat-form-field-suffix { + + .mat-mdc-form-field-suffix { top: 26px; } - .mat-form-field-label-wrapper { + .mat-mdc-form-field-label-wrapper { top: 20px; } } &-left-label-input-datepicker { - .mat-form-field-suffix { + + .mat-mdc-form-field-suffix { top: 0; } - .mat-form-field-infix { + .mat-mdc-form-field-infix { width: 100%; } } diff --git a/lib/process-services-cloud/src/lib/form/components/widgets/dropdown/dropdown-cloud.widget.scss b/lib/process-services-cloud/src/lib/form/components/widgets/dropdown/dropdown-cloud.widget.scss index f523361fbd..b304d5882a 100644 --- a/lib/process-services-cloud/src/lib/form/components/widgets/dropdown/dropdown-cloud.widget.scss +++ b/lib/process-services-cloud/src/lib/form/components/widgets/dropdown/dropdown-cloud.widget.scss @@ -7,7 +7,8 @@ padding-top: 0 !important; width: 100%; } - + /* TODO(mdc-migration): The following rule targets internal classes of select that may no longer apply for the MDC version. */ + /* TODO(mdc-migration): The following rule targets internal classes of select that may no longer apply for the MDC version. */ .mat-select-value-text { font-size: var(--theme-body-1-font-size); } diff --git a/lib/process-services-cloud/src/lib/group/components/group-cloud.component.html b/lib/process-services-cloud/src/lib/group/components/group-cloud.component.html index efeafefefb..2912667574 100644 --- a/lib/process-services-cloud/src/lib/group/components/group-cloud.component.html +++ b/lib/process-services-cloud/src/lib/group/components/group-cloud.component.html @@ -2,8 +2,8 @@ <mat-form-field class="adf-cloud-group" [class.adf-invalid]="hasError() && isDirty()"> <mat-label *ngIf="!isReadonly()" id="adf-group-cloud-title-id">{{ (title || 'ADF_CLOUD_GROUPS.SEARCH-GROUP') | translate }}</mat-label> - <mat-chip-list #groupChipList [disabled]="isReadonly() || isValidationLoading()" data-automation-id="adf-cloud-group-chip-list"> - <mat-chip + <mat-chip-grid #groupChipList [disabled]="isReadonly() || isValidationLoading()" data-automation-id="adf-cloud-group-chip-list"> + <mat-chip-row *ngFor="let group of selectedGroups" [removable]="!(group.readonly)" [attr.data-automation-id]="'adf-cloud-group-chip-' + group.name" @@ -15,7 +15,7 @@ matChipRemove [attr.data-automation-id]="'adf-cloud-group-chip-remove-icon-' + group.name"> cancel </mat-icon> - </mat-chip> + </mat-chip-row> <input *ngIf="!isReadonly()" matInput [formControl]="searchGroupsControl" [matAutocomplete]="auto" @@ -25,7 +25,7 @@ (blur)="setFocus(false); markAsTouched()" class="adf-group-input" data-automation-id="adf-cloud-group-search-input" #groupInput> - </mat-chip-list> + </mat-chip-grid> <mat-autocomplete autoActiveFirstOption diff --git a/lib/process-services-cloud/src/lib/group/components/group-cloud.component.scss b/lib/process-services-cloud/src/lib/group/components/group-cloud.component.scss index 6da625fb55..a28dd481a3 100644 --- a/lib/process-services-cloud/src/lib/group/components/group-cloud.component.scss +++ b/lib/process-services-cloud/src/lib/group/components/group-cloud.component.scss @@ -21,7 +21,7 @@ background: inherit !important; } - .mat-form-field { + .mat-mdc-form-field { width: 100%; } @@ -47,6 +47,10 @@ } } +/* TODO(mdc-migration): The following rule targets internal classes of autocomplete that may no longer apply for the MDC version. */ +/* TODO(mdc-migration): The following rule targets internal classes of autocomplete that may no longer apply for the MDC version. */ +/* TODO(mdc-migration): The following rule targets internal classes of autocomplete that may no longer apply for the MDC version. */ +/* TODO(mdc-migration): The following rule targets internal classes of autocomplete that may no longer apply for the MDC version. */ .mat-autocomplete-panel .mat-fab { background: var(--theme-primary-color); width: 40px; @@ -54,7 +58,8 @@ font-weight: bolder; font-size: var(--theme-adf-picture-1-font-size); box-shadow: none !important; - + /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version. */ + /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version. */ .mat-button-wrapper { display: inline !important; } diff --git a/lib/process-services-cloud/src/lib/group/components/group-cloud.component.spec.ts b/lib/process-services-cloud/src/lib/group/components/group-cloud.component.spec.ts index 43a9068f69..499c701d3f 100644 --- a/lib/process-services-cloud/src/lib/group/components/group-cloud.component.spec.ts +++ b/lib/process-services-cloud/src/lib/group/components/group-cloud.component.spec.ts @@ -28,7 +28,7 @@ import { IdentityGroupService } from '../services/identity-group.service'; import { mockFoodGroups, mockMeatChicken, mockVegetableAubergine } from '../mock/group-cloud.mock'; import { HarnessLoader } from '@angular/cdk/testing'; import { TestbedHarnessEnvironment } from '@angular/cdk/testing/testbed'; -import { MatChipHarness, MatChipListHarness } from '@angular/material/chips/testing'; +import { MatChipHarness, MatChipListboxHarness } from '@angular/material/chips/testing'; import { MatIconHarness } from '@angular/material/icon/testing'; import { MatInputHarness } from '@angular/material/input/testing'; @@ -351,7 +351,7 @@ describe('GroupCloudComponent', () => { const chips = await loader.getAllHarnesses(MatChipHarness); expect(chips.length).toBe(1); - const chipList = await loader.getHarness(MatChipListHarness); + const chipList = await loader.getHarness(MatChipListboxHarness); expect(await chipList.isDisabled()).toBe(true); }); @@ -366,7 +366,7 @@ describe('GroupCloudComponent', () => { const chips = await loader.getAllHarnesses(MatChipHarness); expect(chips.length).toBe(2); - const chipList = await loader.getHarness(MatChipListHarness); + const chipList = await loader.getHarness(MatChipListboxHarness); expect(await chipList.isDisabled()).toBe(true); }); }); diff --git a/lib/process-services-cloud/src/lib/people/components/people-cloud.component.html b/lib/process-services-cloud/src/lib/people/components/people-cloud.component.html index 0a00b87352..8c71d0dfd4 100644 --- a/lib/process-services-cloud/src/lib/people/components/people-cloud.component.html +++ b/lib/process-services-cloud/src/lib/people/components/people-cloud.component.html @@ -1,8 +1,8 @@ <form> <mat-form-field [floatLabel]="'auto'" class="adf-people-cloud" [class.adf-invalid]="hasError() && isDirty()"> <mat-label *ngIf="!isReadonly()" id="adf-people-cloud-title-id">{{ title | translate }}</mat-label> - <mat-chip-list #userMultipleChipList [disabled]="isReadonly() || isValidationLoading()" data-automation-id="adf-cloud-people-chip-list"> - <mat-chip + <mat-chip-grid #userMultipleChipList [disabled]="isReadonly() || isValidationLoading()" data-automation-id="adf-cloud-people-chip-list"> + <mat-chip-row *ngFor="let user of selectedUsers" [removable]="!(user.readonly)" [attr.data-automation-id]="'adf-people-cloud-chip-' + user.username" @@ -15,7 +15,7 @@ [attr.data-automation-id]="'adf-people-cloud-chip-remove-icon-' + user.username"> cancel </mat-icon> - </mat-chip> + </mat-chip-row> <input *ngIf="!isReadonly()" matInput [formControl]="searchUserCtrl" [matAutocomplete]="auto" @@ -25,7 +25,7 @@ (blur)="setFocus(false); markAsTouched()" class="adf-cloud-input" data-automation-id="adf-people-cloud-search-input" #userInput> - </mat-chip-list> + </mat-chip-grid> <mat-autocomplete autoActiveFirstOption class="adf-people-cloud-list" #auto="matAutocomplete" diff --git a/lib/process-services-cloud/src/lib/people/components/people-cloud.component.spec.ts b/lib/process-services-cloud/src/lib/people/components/people-cloud.component.spec.ts index a2dadeaf24..5b1b9206a3 100644 --- a/lib/process-services-cloud/src/lib/people/components/people-cloud.component.spec.ts +++ b/lib/process-services-cloud/src/lib/people/components/people-cloud.component.spec.ts @@ -29,7 +29,7 @@ import { IDENTITY_USER_SERVICE_TOKEN } from '../services/identity-user-service.t import { mockFoodUsers, mockKielbasaSausage, mockShepherdsPie, mockYorkshirePudding, mockPreselectedFoodUsers } from '../mock/people-cloud.mock'; import { HarnessLoader } from '@angular/cdk/testing'; import { TestbedHarnessEnvironment } from '@angular/cdk/testing/testbed'; -import { MatChipHarness, MatChipListHarness } from '@angular/material/chips/testing'; +import { MatChipHarness, MatChipListboxHarness } from '@angular/material/chips/testing'; import { MatInputHarness } from '@angular/material/input/testing'; describe('PeopleCloudComponent', () => { @@ -407,7 +407,7 @@ describe('PeopleCloudComponent', () => { const chips = await loader.getAllHarnesses(MatChipHarness); expect(chips.length).toBe(1); - const chipList = await loader.getHarness(MatChipListHarness); + const chipList = await loader.getHarness(MatChipListboxHarness); expect(await chipList.isDisabled()).toBe(true); }); @@ -422,7 +422,7 @@ describe('PeopleCloudComponent', () => { const chips = await loader.getAllHarnesses(MatChipHarness); expect(chips.length).toBe(2); - const chipList = await loader.getHarness(MatChipListHarness); + const chipList = await loader.getHarness(MatChipListboxHarness); expect(await chipList.isDisabled()).toBe(true); }); }); diff --git a/lib/process-services-cloud/src/lib/process/process-filters/components/process-filter-dialog-cloud.component.html b/lib/process-services-cloud/src/lib/process/process-filters/components/process-filter-dialog-cloud.component.html index fa68256976..ab28f75ac0 100644 --- a/lib/process-services-cloud/src/lib/process/process-filters/components/process-filter-dialog-cloud.component.html +++ b/lib/process-services-cloud/src/lib/process/process-filters/components/process-filter-dialog-cloud.component.html @@ -2,7 +2,7 @@ <span mat-dialog-title id="adf-process-filter-dialog-title"> {{ 'ADF_CLOUD_EDIT_PROCESS_FILTER.DIALOG.TITLE' | translate}} </span> - <mat-card> + <mat-card appearance="outlined"> <mat-card-content> <form [formGroup]="filterForm"> <mat-form-field class="adf-process-filter-name" [floatLabel]="'auto'"> diff --git a/lib/process-services-cloud/src/lib/process/process-filters/components/process-filter-dialog-cloud.component.scss b/lib/process-services-cloud/src/lib/process/process-filters/components/process-filter-dialog-cloud.component.scss index 4695b26b17..3a77095f6c 100644 --- a/lib/process-services-cloud/src/lib/process/process-filters/components/process-filter-dialog-cloud.component.scss +++ b/lib/process-services-cloud/src/lib/process/process-filters/components/process-filter-dialog-cloud.component.scss @@ -1,8 +1,9 @@ adf-cloud-process-filter-dialog-cloud { - .adf-process-filter-dialog .mat-card { + .adf-process-filter-dialog .mat-mdc-card { padding: 0; box-shadow: none; - + /* TODO(mdc-migration): The following rule targets internal classes of card that may no longer apply for the MDC version. */ + /* TODO(mdc-migration): The following rule targets internal classes of card that may no longer apply for the MDC version. */ mat-card-actions { display: flex; max-height: 100%; @@ -11,7 +12,7 @@ adf-cloud-process-filter-dialog-cloud { } } - .adf-process-filter-dialog .mat-card-content { + .adf-process-filter-dialog .mat-mdc-card-content { padding: 0; box-shadow: none; diff --git a/lib/process-services-cloud/src/lib/process/process-header/components/process-header-cloud.component.html b/lib/process-services-cloud/src/lib/process/process-header/components/process-header-cloud.component.html index 6889a8ef65..b5ca816c81 100644 --- a/lib/process-services-cloud/src/lib/process/process-header/components/process-header-cloud.component.html +++ b/lib/process-services-cloud/src/lib/process/process-header/components/process-header-cloud.component.html @@ -1,4 +1,4 @@ -<mat-card *ngIf="processInstanceDetails"> +<mat-card appearance="outlined" *ngIf="processInstanceDetails"> <mat-card-content> <adf-card-view [properties]="properties"></adf-card-view> </mat-card-content> diff --git a/lib/process-services-cloud/src/lib/process/start-process/components/start-process-cloud.component.html b/lib/process-services-cloud/src/lib/process/start-process/components/start-process-cloud.component.html index eb0f0b657f..9ae31eca1e 100755 --- a/lib/process-services-cloud/src/lib/process/start-process/components/start-process-cloud.component.html +++ b/lib/process-services-cloud/src/lib/process/start-process/components/start-process-cloud.component.html @@ -1,4 +1,4 @@ -<mat-card class="adf-start-process" *ngIf="(loading$ | async) === false; else spinner"> +<mat-card appearance="outlined" class="adf-start-process" *ngIf="(loading$ | async) === false; else spinner"> <mat-card-content> diff --git a/lib/process-services-cloud/src/lib/process/start-process/components/start-process-cloud.component.scss b/lib/process-services-cloud/src/lib/process/start-process/components/start-process-cloud.component.scss index bc8ecf5d84..87b732d291 100755 --- a/lib/process-services-cloud/src/lib/process/start-process/components/start-process-cloud.component.scss +++ b/lib/process-services-cloud/src/lib/process/start-process/components/start-process-cloud.component.scss @@ -1,6 +1,7 @@ .adf { &-start-process { - .mat-form-field-label { + + .mat-mdc-form-field-label { color: var(--adf-theme-mat-grey-color-a200-dark); } @@ -35,7 +36,7 @@ } &-form-container { - .mat-card { + .mat-mdc-card { box-shadow: none !important; padding: 0 !important; } diff --git a/lib/process-services-cloud/src/lib/task/start-task/components/start-task-cloud.component.html b/lib/process-services-cloud/src/lib/task/start-task/components/start-task-cloud.component.html index d4777f6513..7bdf45b5fd 100644 --- a/lib/process-services-cloud/src/lib/task/start-task/components/start-task-cloud.component.html +++ b/lib/process-services-cloud/src/lib/task/start-task/components/start-task-cloud.component.html @@ -1,4 +1,4 @@ -<mat-card> +<mat-card appearance="outlined"> <mat-card-header class="adf-cloud-start-task-heading"> <mat-card-title>{{'ADF_CLOUD_TASK_LIST.START_TASK.FORM.TITLE' | translate}}</mat-card-title> </mat-card-header> diff --git a/lib/process-services-cloud/src/lib/task/start-task/components/start-task-cloud.component.scss b/lib/process-services-cloud/src/lib/task/start-task/components/start-task-cloud.component.scss index 2223dfed5e..2c36fefa46 100644 --- a/lib/process-services-cloud/src/lib/task/start-task/components/start-task-cloud.component.scss +++ b/lib/process-services-cloud/src/lib/task/start-task/components/start-task-cloud.component.scss @@ -4,7 +4,7 @@ border-bottom: 1px solid var(--adf-theme-foreground-divider-color); margin-bottom: 10px; - .mat-card-title { + .mat-mdc-card-title { font-weight: bold; font-size: var(--theme-adf-task-title-font-size); } @@ -53,7 +53,7 @@ adf-cloud-start-task { .adf { &-cloud-start-task-footer { - .mat-button { + .mat-mdc-button { text-transform: uppercase !important; } } diff --git a/lib/process-services-cloud/src/lib/task/task-filters/components/task-filter-dialog/task-filter-dialog-cloud.component.html b/lib/process-services-cloud/src/lib/task/task-filters/components/task-filter-dialog/task-filter-dialog-cloud.component.html index 42570f0648..e0bcf6e1b4 100644 --- a/lib/process-services-cloud/src/lib/task/task-filters/components/task-filter-dialog/task-filter-dialog-cloud.component.html +++ b/lib/process-services-cloud/src/lib/task/task-filters/components/task-filter-dialog/task-filter-dialog-cloud.component.html @@ -2,7 +2,7 @@ <span mat-dialog-title id="adf-task-filter-dialog-title"> {{ 'ADF_CLOUD_EDIT_TASK_FILTER.DIALOG.TITLE' | translate}} </span> - <mat-card> + <mat-card appearance="outlined"> <mat-card-content> <form [formGroup]="filterForm"> <mat-form-field class="adf-task-filter-name" [floatLabel]="'auto'"> diff --git a/lib/process-services-cloud/src/lib/task/task-filters/components/task-filter-dialog/task-filter-dialog-cloud.component.scss b/lib/process-services-cloud/src/lib/task/task-filters/components/task-filter-dialog/task-filter-dialog-cloud.component.scss index 74dde4c3a9..deb15111b5 100644 --- a/lib/process-services-cloud/src/lib/task/task-filters/components/task-filter-dialog/task-filter-dialog-cloud.component.scss +++ b/lib/process-services-cloud/src/lib/task/task-filters/components/task-filter-dialog/task-filter-dialog-cloud.component.scss @@ -1,8 +1,9 @@ adf-cloud-task-filter-dialog { - .adf-task-filter-dialog .mat-card { + .adf-task-filter-dialog .mat-mdc-card { padding: 0; box-shadow: none; - + /* TODO(mdc-migration): The following rule targets internal classes of card that may no longer apply for the MDC version. */ + /* TODO(mdc-migration): The following rule targets internal classes of card that may no longer apply for the MDC version. */ mat-card-actions { display: flex; max-height: 100%; @@ -11,7 +12,7 @@ adf-cloud-task-filter-dialog { } } - .adf-task-filter-dialog .mat-card-content { + .adf-task-filter-dialog .mat-mdc-card-content { padding: 0; box-shadow: none; diff --git a/lib/process-services-cloud/src/lib/task/task-form/components/task-form-cloud.component.html b/lib/process-services-cloud/src/lib/task/task-form/components/task-form-cloud.component.html index 3d6962ac57..026439399e 100644 --- a/lib/process-services-cloud/src/lib/task/task-form/components/task-form-cloud.component.html +++ b/lib/process-services-cloud/src/lib/task/task-form/components/task-form-cloud.component.html @@ -23,7 +23,7 @@ </adf-cloud-form> <ng-template #withoutForm> - <mat-card class="adf-task-form-container"> + <mat-card appearance="outlined" class="adf-task-form-container"> <mat-card-header *ngIf="showTitle"> <mat-card-title> <h4> diff --git a/lib/process-services-cloud/src/lib/task/task-form/components/task-form-cloud.component.scss b/lib/process-services-cloud/src/lib/task/task-form/components/task-form-cloud.component.scss index 0d1f4fc58a..d80ca1941d 100644 --- a/lib/process-services-cloud/src/lib/task/task-form/components/task-form-cloud.component.scss +++ b/lib/process-services-cloud/src/lib/task/task-form/components/task-form-cloud.component.scss @@ -8,11 +8,12 @@ padding-bottom: 25px !important; padding-right: 25px !important; - & .mat-button { + & .mat-mdc-button { height: 36px; border-radius: 5px; } - + /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version. */ + /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version. */ & .mat-button-wrapper { width: 58px; height: 20px; diff --git a/lib/process-services-cloud/src/lib/task/task-header/components/task-header-cloud.component.html b/lib/process-services-cloud/src/lib/task/task-header/components/task-header-cloud.component.html index 9d045fa790..04e27270d8 100644 --- a/lib/process-services-cloud/src/lib/task/task-header/components/task-header-cloud.component.html +++ b/lib/process-services-cloud/src/lib/task/task-header/components/task-header-cloud.component.html @@ -1,7 +1,7 @@ <h3 *ngIf="showTitle" class="adf-task-title">{{ taskDetails?.name }}</h3> <div class="adf-task-header-container"> - <mat-card *ngIf="isTaskValid()" class="adf-card-container"> + <mat-card appearance="outlined" *ngIf="isTaskValid()" class="adf-card-container"> <mat-card-content> <adf-card-view *ngIf="!isLoading; else loadingTemplate" diff --git a/lib/process-services-cloud/src/test.ts b/lib/process-services-cloud/src/test.ts index 3a4c337c75..a98521234b 100644 --- a/lib/process-services-cloud/src/test.ts +++ b/lib/process-services-cloud/src/test.ts @@ -20,21 +20,9 @@ import 'zone.js'; import 'zone.js/testing'; import { getTestBed } from '@angular/core/testing'; -import { - BrowserDynamicTestingModule, - platformBrowserDynamicTesting -} from '@angular/platform-browser-dynamic/testing'; - -declare const require: any; +import { BrowserDynamicTestingModule, platformBrowserDynamicTesting } from '@angular/platform-browser-dynamic/testing'; // First, initialize the Angular testing environment. -getTestBed().initTestEnvironment( - BrowserDynamicTestingModule, - platformBrowserDynamicTesting(), { +getTestBed().initTestEnvironment(BrowserDynamicTestingModule, platformBrowserDynamicTesting(), { teardown: { destroyAfterEach: true } -} -); -// Then we find all the tests. -const context = require.context('./', true, /\.spec\.ts$/); -// And load the modules. -context.keys().map(context); +}); diff --git a/lib/process-services-cloud/tsconfig.lib.json b/lib/process-services-cloud/tsconfig.lib.json index 45fbb848e3..f320db4d9f 100644 --- a/lib/process-services-cloud/tsconfig.lib.json +++ b/lib/process-services-cloud/tsconfig.lib.json @@ -12,6 +12,8 @@ "@alfresco/adf-core/*": ["../../../dist/libs/core/*"], "@alfresco/adf-content-services": ["../../../dist/libs/content-services"], "@alfresco/adf-content-services/*": ["../../../dist/libs/content-services/*"] - } + }, + "target": "ES2022", + "useDefineForClassFields": false } } diff --git a/lib/process-services-cloud/tsconfig.lib.prod.json b/lib/process-services-cloud/tsconfig.lib.prod.json index 2a2faa884c..0e06848ce5 100644 --- a/lib/process-services-cloud/tsconfig.lib.prod.json +++ b/lib/process-services-cloud/tsconfig.lib.prod.json @@ -1,7 +1,9 @@ { "extends": "./tsconfig.lib.json", "compilerOptions": { - "declarationMap": false + "declarationMap": false, + "target": "ES2022", + "useDefineForClassFields": false }, "angularCompilerOptions": { "compilationMode": "partial" diff --git a/lib/process-services-cloud/tsconfig.spec.json b/lib/process-services-cloud/tsconfig.spec.json index 8e8cc9494b..7d643cc4b8 100644 --- a/lib/process-services-cloud/tsconfig.spec.json +++ b/lib/process-services-cloud/tsconfig.spec.json @@ -1,7 +1,9 @@ { "extends": "../../tsconfig.json", "compilerOptions": { - "outDir": "../../dist/out-tsc" + "outDir": "../../dist/out-tsc", + "target": "ES2022", + "useDefineForClassFields": false }, "files": ["src/test.ts"], "include": ["**/*.spec.ts", "**/*.test.ts", "**/*.d.ts"] diff --git a/lib/process-services/.eslintrc.json b/lib/process-services/.eslintrc.json index 98e729ec9a..a1f22bfbae 100644 --- a/lib/process-services/.eslintrc.json +++ b/lib/process-services/.eslintrc.json @@ -4,9 +4,9 @@ "overrides": [ { "files": ["*.ts"], - "extends": ["plugin:@nrwl/nx/angular", "plugin:@angular-eslint/template/process-inline-templates"], + "extends": ["plugin:@nx/angular", "plugin:@angular-eslint/template/process-inline-templates"], "rules": { - "jsdoc/newline-after-description": "warn", + "@typescript-eslint/naming-convention": "warn", "@typescript-eslint/consistent-type-assertions": "warn", "@typescript-eslint/prefer-for-of": "warn", @@ -72,7 +72,7 @@ }, { "files": ["*.html"], - "extends": ["plugin:@nrwl/nx/angular-template"], + "extends": ["plugin:@nx/angular-template"], "rules": { "@angular-eslint/template/no-autofocus": "error", "@angular-eslint/template/no-positive-tabindex": "error" diff --git a/lib/process-services/project.json b/lib/process-services/project.json new file mode 100644 index 0000000000..009dabb14c --- /dev/null +++ b/lib/process-services/project.json @@ -0,0 +1,65 @@ +{ + "name": "process-services", + "$schema": "../../node_modules/nx/schemas/project-schema.json", + "sourceRoot": "lib/process-services", + "projectType": "library", + "prefix": "adf", + "targets": { + "build": { + "executor": "@angular-devkit/build-angular:ng-packagr", + "options": { + "tsConfig": "lib/process-services/tsconfig.lib.json", + "project": "lib/process-services/ng-package.json" + }, + "configurations": { + "production": { + "project": "lib/process-services/ng-package.json", + "tsConfig": "lib/process-services/tsconfig.lib.prod.json" + } + }, + "defaultConfiguration": "production" + }, + "test": { + "executor": "@angular-devkit/build-angular:karma", + "options": { + "main": "lib/process-services/src/test.ts", + "tsConfig": "lib/process-services/tsconfig.spec.json", + "karmaConfig": "lib/process-services/karma.conf.js", + "sourceMap": true, + "codeCoverage": true, + "stylePreprocessorOptions": { + "includePaths": ["lib", "lib/core/src/lib"] + } + } + }, + "lint": { + "executor": "@nrwl/linter:eslint", + "options": { + "lintFilePatterns": ["lib/process-services/**/*.ts", "lib/process-services/**/*.html"] + } + }, + "stylelint": { + "executor": "nx:run-commands", + "options": { + "commands": [ + { + "command": "npx stylelint lib/process-services-cloud/**/*.scss --config stylelint-config.json" + } + ] + } + }, + "npm-publish": { + "executor": "nx:run-commands", + "dependsOn": ["build"], + "options": { + "cwd": "dist/libs/process-services", + "commands": [ + { + "command": "npm publish --tag {args.tag}", + "forwardAllArgs": true + } + ] + } + } + } +} diff --git a/lib/process-services/src/lib/app-list/apps-list.component.html b/lib/process-services/src/lib/app-list/apps-list.component.html index 844def9dc7..93046a6bae 100644 --- a/lib/process-services/src/lib/app-list/apps-list.component.html +++ b/lib/process-services/src/lib/app-list/apps-list.component.html @@ -8,7 +8,7 @@ <div *ngIf="isGrid()" class="adf-app-listgrid"> <div *ngFor="let app of appList" class="adf-app-listgrid-item"> - <mat-card tabindex="0" + <mat-card appearance="outlined" tabindex="0" role="button" class="adf-app-listgrid-item-card" title="{{getAppName(app) | async}}" diff --git a/lib/process-services/src/lib/app-list/apps-list.component.scss b/lib/process-services/src/lib/app-list/apps-list.component.scss index b0931310ba..9bcf9f37b6 100644 --- a/lib/process-services/src/lib/app-list/apps-list.component.scss +++ b/lib/process-services/src/lib/app-list/apps-list.component.scss @@ -48,7 +48,7 @@ $tile-themes: ( flex-direction: column; height: 85vh; - .mat-spinner { + .mat-mdc-progress-spinner { margin: 0 auto; } } @@ -159,7 +159,7 @@ $tile-themes: ( color: #e9f1f3; } - &.mat-card-actions { + &.mat-mdc-card-actions { margin-left: 0; margin-right: 0; diff --git a/lib/process-services/src/lib/form/form.component.html b/lib/process-services/src/lib/form/form.component.html index a0a27660c2..92ffb487a4 100644 --- a/lib/process-services/src/lib/form/form.component.html +++ b/lib/process-services/src/lib/form/form.component.html @@ -4,7 +4,7 @@ </div> <div *ngIf="hasForm()" class="adf-form-container"> - <mat-card> + <mat-card appearance="outlined"> <mat-card-header> <mat-card-title> <h4> diff --git a/lib/process-services/src/lib/form/start-form.component.html b/lib/process-services/src/lib/form/start-form.component.html index fdfff1cc3e..34578db970 100644 --- a/lib/process-services/src/lib/form/start-form.component.html +++ b/lib/process-services/src/lib/form/start-form.component.html @@ -1,5 +1,5 @@ <div class="adf-start-form-container" *ngIf="hasForm()"> - <mat-card> + <mat-card appearance="outlined"> <mat-card-header> <mat-card-title> <h2 *ngIf="isTitleEnabled()" class="mdl-card__title-text">{{form.taskName}}</h2> diff --git a/lib/process-services/src/lib/form/start-form.component.scss b/lib/process-services/src/lib/form/start-form.component.scss index e40c2aec28..2aa2a3f671 100644 --- a/lib/process-services/src/lib/form/start-form.component.scss +++ b/lib/process-services/src/lib/form/start-form.component.scss @@ -3,19 +3,22 @@ max-width: 100% !important; max-height: 100% !important; - & .mat-card { + & .mat-mdc-card { padding: 16px 24px; overflow: hidden; } - + /* TODO(mdc-migration): The following rule targets internal classes of card that may no longer apply for the MDC version. */ + /* TODO(mdc-migration): The following rule targets internal classes of card that may no longer apply for the MDC version. */ & .mat-card-header-text { margin: 0 !important; } - + /* TODO(mdc-migration): The following rule targets internal classes of tabs that may no longer apply for the MDC version. */ + /* TODO(mdc-migration): The following rule targets internal classes of tabs that may no longer apply for the MDC version. */ & .mat-tab-body-content { overflow: hidden; } - + /* TODO(mdc-migration): The following rule targets internal classes of tabs that may no longer apply for the MDC version. */ + /* TODO(mdc-migration): The following rule targets internal classes of tabs that may no longer apply for the MDC version. */ & .mat-tab-label { font-size: var(--theme-subheading-2-font-size); line-height: var(--theme-headline-line-height); @@ -29,7 +32,7 @@ height: 4px; } - & .mat-form-field-wrapper { + & .mat-mdc-form-field-wrapper { margin: 0 12px 0 0; } } @@ -90,11 +93,12 @@ padding-bottom: 25px !important; padding-right: 25px !important; - & .mat-button { + & .mat-mdc-button { height: 36px; border-radius: 5px; } - + /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version. */ + /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version. */ & .mat-button-wrapper { width: 58px; height: 20px; @@ -108,7 +112,7 @@ form-field { width: 100%; - .mat-input-element { + .mat-mdc-input-element { font-size: var(--theme-body-2-font-size); padding-top: 8px; line-height: normal; diff --git a/lib/process-services/src/lib/form/start-form.component.spec.ts b/lib/process-services/src/lib/form/start-form.component.spec.ts index 807a73c073..96fa4d28f5 100644 --- a/lib/process-services/src/lib/form/start-form.component.spec.ts +++ b/lib/process-services/src/lib/form/start-form.component.spec.ts @@ -300,7 +300,7 @@ describe('StartFormComponent', () => { const formFieldsWidget = fixture.debugElement.nativeElement.querySelector('form-field'); const inputElement = fixture.debugElement.nativeElement.querySelector('.adf-input'); - const inputLabelElement = fixture.debugElement.nativeElement.querySelector('.mat-form-field-infix > .adf-label'); + const inputLabelElement = fixture.debugElement.nativeElement.querySelector('.mat-mdc-form-field-infix > .adf-label'); const dateElement = fixture.debugElement.nativeElement.querySelector('#billdate'); const dateLabelElement = fixture.debugElement.nativeElement.querySelector('#billdate-label'); const selectElement = fixture.debugElement.nativeElement.querySelector('#claimtype'); diff --git a/lib/process-services/src/lib/form/widgets/content-widget/attach-file-widget-dialog.component.scss b/lib/process-services/src/lib/form/widgets/content-widget/attach-file-widget-dialog.component.scss index 890a53b61e..a60effd3f2 100644 --- a/lib/process-services/src/lib/form/widgets/content-widget/attach-file-widget-dialog.component.scss +++ b/lib/process-services/src/lib/form/widgets/content-widget/attach-file-widget-dialog.component.scss @@ -1,5 +1,5 @@ .adf-attach-file-widget-dialog { - .mat-dialog-actions { + .mat-mdc-dialog-actions { background-color: var(--theme-background-color); display: flex; justify-content: flex-end; diff --git a/lib/process-services/src/lib/form/widgets/content-widget/attach-file-widget.component.scss b/lib/process-services/src/lib/form/widgets/content-widget/attach-file-widget.component.scss index 72f2201e88..6f8c5c8c48 100644 --- a/lib/process-services/src/lib/form/widgets/content-widget/attach-file-widget.component.scss +++ b/lib/process-services/src/lib/form/widgets/content-widget/attach-file-widget.component.scss @@ -38,12 +38,13 @@ &-attach-widget-repo-button { padding-left: 10px; - + /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version. */ + /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version. */ .mat-button-wrapper { display: inline; } - .mat-mini-fab.mat-accent { + .mat-mdc-mini-fab.mat-accent { background-color: inherit; } } @@ -69,12 +70,15 @@ .mat-line { margin-bottom: 0; } - + /* TODO(mdc-migration): The following rule targets internal classes of list that may no longer apply for the MDC version. */ + /* TODO(mdc-migration): The following rule targets internal classes of list that may no longer apply for the MDC version. */ .mat-list-text { max-width: 200px; } @include layout-bp(lt-md) { + /* TODO(mdc-migration): The following rule targets internal classes of list that may no longer apply for the MDC version. */ + /* TODO(mdc-migration): The following rule targets internal classes of list that may no longer apply for the MDC version. */ .mat-list-text { max-width: 150px; } diff --git a/lib/process-services/src/lib/form/widgets/document/content.widget.html b/lib/process-services/src/lib/form/widgets/document/content.widget.html index d814484e6a..c71bb87321 100644 --- a/lib/process-services/src/lib/form/widgets/document/content.widget.html +++ b/lib/process-services/src/lib/form/widgets/document/content.widget.html @@ -1,4 +1,4 @@ -<mat-card class="adf-content-container" *ngIf="content"> +<mat-card appearance="outlined" class="adf-content-container" *ngIf="content"> <mat-card-content *ngIf="showDocumentContent"> <div *ngIf="content.isThumbnailSupported()" > <img id="thumbnailPreview" class="adf-img-upload-widget" [src]="content.thumbnailUrl" alt="{{content.name}}"> diff --git a/lib/process-services/src/lib/form/widgets/dropdown/dropdown.widget.scss b/lib/process-services/src/lib/form/widgets/dropdown/dropdown.widget.scss index dcc88660f3..5c2e5a84d8 100644 --- a/lib/process-services/src/lib/form/widgets/dropdown/dropdown.widget.scss +++ b/lib/process-services/src/lib/form/widgets/dropdown/dropdown.widget.scss @@ -6,7 +6,8 @@ padding-top: 0 !important; width: 100%; } - + /* TODO(mdc-migration): The following rule targets internal classes of select that may no longer apply for the MDC version. */ + /* TODO(mdc-migration): The following rule targets internal classes of select that may no longer apply for the MDC version. */ .mat-select-value-text { font-size: var(--theme-body-1-font-size); } diff --git a/lib/process-services/src/lib/form/widgets/people/people.widget.scss b/lib/process-services/src/lib/form/widgets/people/people.widget.scss index a2c009b302..81918ebdd1 100644 --- a/lib/process-services/src/lib/form/widgets/people/people.widget.scss +++ b/lib/process-services/src/lib/form/widgets/people/people.widget.scss @@ -2,7 +2,7 @@ &-people-widget { width: 100%; - .mat-form-field-label-wrapper { + .mat-mdc-form-field-label-wrapper { top: 10px; } } diff --git a/lib/process-services/src/lib/people/components/people/people.component.html b/lib/process-services/src/lib/people/components/people/people.component.html index 6664471e00..05c048fb87 100644 --- a/lib/process-services/src/lib/people/components/people/people.component.html +++ b/lib/process-services/src/lib/people/components/people/people.component.html @@ -1,4 +1,4 @@ -<mat-card class="adf-assignment-top-container"> +<mat-card appearance="outlined" class="adf-assignment-top-container"> <div mat-card-content class="adf-assignment-top-container-content"> <div class="assignment-header"> <div *ngIf="hasPeople()" class="adf-assignment-count" id="people-title"> diff --git a/lib/process-services/src/lib/people/components/people/people.component.scss b/lib/process-services/src/lib/people/components/people/people.component.scss index 848ba726c7..111bd3e9b0 100644 --- a/lib/process-services/src/lib/people/components/people/people.component.scss +++ b/lib/process-services/src/lib/people/components/people/people.component.scss @@ -24,7 +24,7 @@ } } -.adf-assignment-top-container.mat-card { +.adf-assignment-top-container.mat-mdc-card { border-top: 1px solid var(--adf-theme-foreground-divider-color); margin: 0; padding: 0; diff --git a/lib/process-services/src/lib/process-list/components/process-instance-details.component.html b/lib/process-services/src/lib/process-list/components/process-instance-details.component.html index 5bf544674e..64a1bb1876 100644 --- a/lib/process-services/src/lib/process-list/components/process-instance-details.component.html +++ b/lib/process-services/src/lib/process-list/components/process-instance-details.component.html @@ -1,5 +1,5 @@ <div *ngIf="!processInstanceDetails">{{ 'ADF_PROCESS_LIST.DETAILS.MESSAGES.NONE'|translate }}</div> -<mat-card *ngIf="processInstanceDetails"> +<mat-card appearance="outlined" *ngIf="processInstanceDetails"> <mat-card-header> <mat-card-title>{{ getProcessNameOrDescription('medium') }}</mat-card-title> </mat-card-header> @@ -18,7 +18,7 @@ [disabled]="!isRunning()" (click)="onShowProcessDiagram()">{{ 'ADF_PROCESS_LIST.DETAILS.BUTTON.SHOW_DIAGRAM' | translate }}</button> - <mat-card> + <mat-card appearance="outlined"> <mat-card-content> <adf-process-instance-tasks #processInstanceTasks @@ -32,7 +32,7 @@ <button mat-button type="button" (click)="cancelProcess()">{{ 'ADF_PROCESS_LIST.DETAILS.BUTTON.CANCEL' | translate }}</button> </div> - <mat-card> + <mat-card appearance="outlined"> <mat-card-content> <adf-process-instance-comments #activitiComments [readOnly]="false" diff --git a/lib/process-services/src/lib/process-list/components/process-instance-header.component.html b/lib/process-services/src/lib/process-list/components/process-instance-header.component.html index 8189048260..2da41fcedd 100644 --- a/lib/process-services/src/lib/process-list/components/process-instance-header.component.html +++ b/lib/process-services/src/lib/process-list/components/process-instance-header.component.html @@ -1,4 +1,4 @@ -<mat-card *ngIf="processInstance" class="adf-card-container"> +<mat-card appearance="outlined" *ngIf="processInstance" class="adf-card-container"> <mat-card-content> <adf-card-view [properties]="properties"></adf-card-view> </mat-card-content> diff --git a/lib/process-services/src/lib/process-list/components/process-instance-tasks.component.html b/lib/process-services/src/lib/process-list/components/process-instance-tasks.component.html index 2fec2fb6bf..1149c07fd1 100644 --- a/lib/process-services/src/lib/process-list/components/process-instance-tasks.component.html +++ b/lib/process-services/src/lib/process-list/components/process-instance-tasks.component.html @@ -6,10 +6,10 @@ <!-- ACTIVE FORM --> -<mat-chip-list> +<mat-chip-listbox> <span class="adf-chip-label">{{ 'ADF_PROCESS_LIST.DETAILS.LABELS.TASKS_ACTIVE'|translate }}</span> - <mat-chip class="adf-process-badge" color="accent" selected="true">{{activeTasks?.length}}</mat-chip> -</mat-chip-list> + <mat-chip-option class="adf-process-badge" color="accent" selected="true">{{activeTasks?.length}}</mat-chip-option> +</mat-chip-listbox> <div class="menu-container" *ngIf="activeTasks?.length > 0" data-automation-id="active-tasks"> <mat-list> @@ -48,10 +48,10 @@ </div> <!-- COMPLETED FORM --> -<mat-chip-list> +<mat-chip-listbox> <span class="adf-chip-label">{{ 'ADF_PROCESS_LIST.DETAILS.LABELS.TASKS_COMPLETED'|translate }}</span> - <mat-chip class="adf-process-badge" color="accent" selected="true">{{completedTasks?.length}}</mat-chip> -</mat-chip-list> + <mat-chip-option class="adf-process-badge" color="accent" selected="true">{{completedTasks?.length}}</mat-chip-option> +</mat-chip-listbox> <div class="menu-container" *ngIf="completedTasks?.length > 0" data-automation-id="completed-tasks"> <mat-list> diff --git a/lib/process-services/src/lib/process-list/components/start-process.component.scss b/lib/process-services/src/lib/process-list/components/start-process.component.scss index 3c869ed94e..c239efda1c 100644 --- a/lib/process-services/src/lib/process-list/components/start-process.component.scss +++ b/lib/process-services/src/lib/process-list/components/start-process.component.scss @@ -11,7 +11,7 @@ width: 100%; } - .mat-form-field-label { + .mat-mdc-form-field-label { color: var(--adf-theme-mat-grey-color-a200-dark); } @@ -19,7 +19,7 @@ text-align: right; } - .mat-button { + .mat-mdc-button { text-transform: uppercase !important; } } @@ -51,7 +51,7 @@ } &-start-form-container { - .mat-card { + .mat-mdc-card { box-shadow: none !important; padding: 0 !important; } diff --git a/lib/process-services/src/lib/process-list/components/start-process.component.spec.ts b/lib/process-services/src/lib/process-list/components/start-process.component.spec.ts index 18e84bdc33..64cdc466a0 100644 --- a/lib/process-services/src/lib/process-list/components/start-process.component.spec.ts +++ b/lib/process-services/src/lib/process-list/components/start-process.component.spec.ts @@ -576,7 +576,7 @@ describe('StartProcessComponent', () => { fixture.detectChanges(); const appsSelector = fixture.nativeElement.querySelector('[data-automation-id="adf-start-process-apps-drop-down"]'); - const labelElement = fixture.nativeElement.querySelector('.adf-start-process-app-list .mat-form-field-label'); + const labelElement = fixture.nativeElement.querySelector('.adf-start-process-app-list .mat-mdc-form-field-label'); expect(appsSelector).not.toBeNull(); expect(labelElement.innerText).toEqual('ADF_PROCESS_LIST.START_PROCESS.FORM.LABEL.SELECT_APPLICATION'); diff --git a/lib/process-services/src/lib/process-user-info/process-user-info.component.html b/lib/process-services/src/lib/process-user-info/process-user-info.component.html index 85710b88ce..4854ef282c 100644 --- a/lib/process-services/src/lib/process-user-info/process-user-info.component.html +++ b/lib/process-services/src/lib/process-user-info/process-user-info.component.html @@ -39,7 +39,7 @@ class="adf-userinfo-tab" [class.adf-hide-tab]="!ecmUser"> <mat-tab label="{{ 'USER_PROFILE.TAB.CS' | translate }}" role="dialog" *ngIf="mode===userInfoMode.ALL"> - <mat-card class="adf-userinfo-card" *ngIf="ecmUser"> + <mat-card appearance="outlined" class="adf-userinfo-card" *ngIf="ecmUser"> <mat-card-header class="adf-userinfo-card-header" [style.background-image]="'url(' + ecmBackgroundImage + ')'"> <div *ngIf="ecmUser.avatarId; else initialTemplate" @@ -52,7 +52,7 @@ [outerHTML]="ecmUser | usernameInitials:'adf-userinfo-profile-initials adf-hide-small'"></div> </ng-template> - <div class="mat-title" id="ecm-username">{{ecmUser | fullName}}</div> + <div class="mat-headline-6" id="ecm-username">{{ecmUser | fullName}}</div> </mat-card-header> <mat-card-content> <div class="adf-userinfo-supporting-text"> @@ -73,7 +73,7 @@ </mat-tab> <mat-tab id="bpm-panel" label="{{ 'USER_PROFILE.TAB.PS' | translate }}" role="dialog" *ngIf="mode===userInfoMode.PROCESS || mode===userInfoMode.ALL"> - <mat-card class="adf-userinfo-card"> + <mat-card appearance="outlined" class="adf-userinfo-card"> <mat-card-header class="adf-userinfo-card-header" [style.background-image]="'url(' + bpmBackgroundImage + ')'"> <img *ngIf="bpmUser.pictureId; else initialTemplate" @@ -83,7 +83,7 @@ <div [outerHTML]="bpmUser | usernameInitials:'adf-userinfo-profile-initials adf-hide-small'"></div> </ng-template> - <div class="mat-title" id="bpm-username">{{bpmUser | fullName}}</div> + <div class="mat-headline-6" id="bpm-username">{{bpmUser | fullName}}</div> </mat-card-header> <mat-card-content> <div class="adf-userinfo-supporting-text"> diff --git a/lib/process-services/src/lib/process-user-info/process-user-info.component.scss b/lib/process-services/src/lib/process-user-info/process-user-info.component.scss index 8d458c8f6e..032758af14 100644 --- a/lib/process-services/src/lib/process-user-info/process-user-info.component.scss +++ b/lib/process-services/src/lib/process-user-info/process-user-info.component.scss @@ -49,7 +49,7 @@ display: inline-block; } - &-userinfo-menu_button.mat-button { + &-userinfo-menu_button.mat-mdc-button { margin-right: 0; border-radius: 90%; padding: 0; @@ -57,12 +57,13 @@ height: 40px; } - &-userinfo-tab .mat-tab-header { + &-userinfo-tab .mat-mdc-tab-header { align-self: center; width: 100%; min-width: 250px; } - + /* TODO(mdc-migration): The following rule targets internal classes of tabs that may no longer apply for the MDC version. */ + /* TODO(mdc-migration): The following rule targets internal classes of tabs that may no longer apply for the MDC version. */ &-userinfo-tab .mat-tab-label { flex: auto; font-weight: 500; @@ -81,7 +82,7 @@ box-sizing: border-box; } - &-userinfo-card.mat-card { + &-userinfo-card.mat-mdc-card { padding: 0; } @@ -146,14 +147,15 @@ &-userinfo-detail { text-align: left; } - + /* TODO(mdc-migration): The following rule targets internal classes of tabs that may no longer apply for the MDC version. */ + /* TODO(mdc-migration): The following rule targets internal classes of tabs that may no longer apply for the MDC version. */ &-hide-tab .mat-tab-label-active { display: none !important; } } @media only screen and (min-device-width: 480px) { - .mat-menu-panel.adf-userinfo-menu { + .mat-mdc-menu-panel.adf-userinfo-menu { max-height: 450px; min-width: 450px; overflow: auto; @@ -161,6 +163,6 @@ } } -.mat-menu-panel.adf-userinfo-menu .mat-menu-content { +.mat-mdc-menu-panel.adf-userinfo-menu .mat-mdc-menu-content { padding: 0; } diff --git a/lib/process-services/src/lib/task-list/components/attach-form.component.html b/lib/process-services/src/lib/task-list/components/attach-form.component.html index d74dd3f9af..7a8b0a9486 100644 --- a/lib/process-services/src/lib/task-list/components/attach-form.component.html +++ b/lib/process-services/src/lib/task-list/components/attach-form.component.html @@ -1,5 +1,5 @@ <div class="adf-attach-form"> - <mat-card> + <mat-card appearance="outlined"> <mat-card-content> <div class="adf-attache-form-message-container"> <mat-card-title class="mat-card-title"> diff --git a/lib/process-services/src/lib/task-list/components/attach-form.component.scss b/lib/process-services/src/lib/task-list/components/attach-form.component.scss index 83df7b3753..84d47d3105 100644 --- a/lib/process-services/src/lib/task-list/components/attach-form.component.scss +++ b/lib/process-services/src/lib/task-list/components/attach-form.component.scss @@ -1,5 +1,5 @@ .adf-attach-form { - .mat-form-field { + .mat-mdc-form-field { width: 100%; } diff --git a/lib/process-services/src/lib/task-list/components/checklist.component.html b/lib/process-services/src/lib/task-list/components/checklist.component.html index cd654deee5..be538ebfb6 100644 --- a/lib/process-services/src/lib/task-list/components/checklist.component.html +++ b/lib/process-services/src/lib/task-list/components/checklist.component.html @@ -1,8 +1,8 @@ <div class="adf-checklist-control"> - <mat-chip-list data-automation-id="checklist-label"> + <mat-chip-listbox data-automation-id="checklist-label"> <span class="adf-activiti-label">{{ 'ADF_TASK_LIST.DETAILS.LABELS.CHECKLIST' | translate }}</span> - <mat-chip class="adf-process-badge" color="accent" selected="true">{{checklist?.length}}</mat-chip> - </mat-chip-list> + <mat-chip-option class="adf-process-badge" color="accent" selected="true">{{checklist?.length}}</mat-chip-option> + </mat-chip-listbox> <button mat-icon-button *ngIf="!readOnly" matTooltip="Add a checklist" [matTooltipPosition]="'before'" @@ -12,14 +12,14 @@ </div> <div class="adf-checklist-menu-container" *ngIf="checklist?.length > 0"> - <mat-chip-list class="mat-chip-list-stacked"> - <mat-chip id="check-{{check.id}}" class="adf-checklist-chip" *ngFor="let check of checklist" + <mat-chip-listbox class="mat-chip-list-stacked"> + <mat-chip-option id="check-{{check.id}}" class="adf-checklist-chip" *ngFor="let check of checklist" (removed)="delete(check.id)"> <span>{{check.name}}</span> <mat-icon *ngIf="!readOnly && !check.endDate" id="remove-{{check.id}}" matChipRemove>cancel </mat-icon> - </mat-chip> - </mat-chip-list> + </mat-chip-option> + </mat-chip-listbox> </div> <div *ngIf="checklist?.length === 0" id="checklist-none-message" class="adf-checklist-none-message"> diff --git a/lib/process-services/src/lib/task-list/components/checklist.component.scss b/lib/process-services/src/lib/task-list/components/checklist.component.scss index e4fca07319..fa26221836 100644 --- a/lib/process-services/src/lib/task-list/components/checklist.component.scss +++ b/lib/process-services/src/lib/task-list/components/checklist.component.scss @@ -6,7 +6,7 @@ font-weight: bolder; } -.mat-form-field { +.mat-mdc-form-field { width: 100%; } diff --git a/lib/process-services/src/lib/task-list/components/start-task.component.html b/lib/process-services/src/lib/task-list/components/start-task.component.html index d635550637..5de418d095 100644 --- a/lib/process-services/src/lib/task-list/components/start-task.component.html +++ b/lib/process-services/src/lib/task-list/components/start-task.component.html @@ -1,4 +1,4 @@ -<mat-card class="adf-new-task-layout-card"> +<mat-card appearance="outlined" class="adf-new-task-layout-card"> <mat-card-header class="adf-new-task-heading"> <mat-card-title>{{'ADF_TASK_LIST.START_TASK.FORM.TITLE' | translate}}</mat-card-title> </mat-card-header> diff --git a/lib/process-services/src/lib/task-list/components/start-task.component.scss b/lib/process-services/src/lib/task-list/components/start-task.component.scss index 85eb027b29..3d55546fe9 100644 --- a/lib/process-services/src/lib/task-list/components/start-task.component.scss +++ b/lib/process-services/src/lib/task-list/components/start-task.component.scss @@ -5,7 +5,7 @@ padding-top: 12px; border-bottom: 1px solid var(--adf-theme-foreground-divider-color); - .mat-card-title { + .mat-mdc-card-title { font-weight: bold; font-size: var(--theme-adf-task-title-font-size); } @@ -67,20 +67,20 @@ } adf-start-task { - .mat-button.adf-uppercase { + .mat-mdc-button.adf-uppercase { text-transform: uppercase; } people-widget { width: 100%; - .mat-form-field-label-wrapper { + .mat-mdc-form-field-label-wrapper { top: -14px !important; } } .adf-people-widget-content { - .mat-form-field { + .mat-mdc-form-field { width: 100%; } @@ -94,7 +94,8 @@ adf-start-task { } .adf { - &-start-task-input-container .mat-form-field-wrapper { + + &-start-task-input-container .mat-mdc-form-field-wrapper { padding-top: 8px; } @@ -130,7 +131,8 @@ adf-start-task { } &-invalid { - .mat-form-field-underline { + + .mat-mdc-form-field-underline { background-color: #f44336 !important; } @@ -138,7 +140,7 @@ adf-start-task { border-color: var(--theme-warn-color); } - .mat-form-field-prefix { + .mat-mdc-form-field-prefix { color: var(--theme-warn-color); } diff --git a/lib/process-services/src/lib/task-list/components/task-details.component.html b/lib/process-services/src/lib/task-list/components/task-details.component.html index e1b64b52eb..c8de11fc52 100644 --- a/lib/process-services/src/lib/task-list/components/task-details.component.html +++ b/lib/process-services/src/lib/task-list/components/task-details.component.html @@ -76,7 +76,7 @@ </adf-info-drawer-tab> <adf-info-drawer-tab label="ADF_TASK_LIST.DETAILS.LABELS.INFO_DRAWER_TAB_ACTIVITY_TITLE"> - <mat-card *ngIf="showComments"> + <mat-card appearance="outlined" *ngIf="showComments"> <mat-card-content> <adf-task-comments #activitiComments diff --git a/lib/process-services/src/lib/task-list/components/task-details.component.scss b/lib/process-services/src/lib/task-list/components/task-details.component.scss index a41d467829..86ba6057e3 100644 --- a/lib/process-services/src/lib/task-list/components/task-details.component.scss +++ b/lib/process-services/src/lib/task-list/components/task-details.component.scss @@ -75,7 +75,7 @@ adf-task-details { flex-direction: column; padding: 20px 0; - .mat-slide-toggle { + .mat-mdc-slide-toggle { margin-left: auto; & + div { @@ -87,7 +87,8 @@ adf-task-details { } } } - + /* TODO(mdc-migration): The following rule targets internal classes of tabs that may no longer apply for the MDC version. */ + /* TODO(mdc-migration): The following rule targets internal classes of tabs that may no longer apply for the MDC version. */ & .mat-tab-label { flex-grow: 1; } diff --git a/lib/process-services/src/lib/task-list/components/task-form/task-form.component.html b/lib/process-services/src/lib/task-list/components/task-form/task-form.component.html index 653b71fc62..bf1d3c4823 100644 --- a/lib/process-services/src/lib/task-list/components/task-form/task-form.component.html +++ b/lib/process-services/src/lib/task-list/components/task-form/task-form.component.html @@ -32,7 +32,7 @@ (showAttachForm)="onShowAttachForm()"> </adf-task-standalone> <ng-template #emptyFormMessage> - <mat-card class="adf-task-form-container"> + <mat-card appearance="outlined" class="adf-task-form-container"> <mat-card-header> <mat-card-title> <h4> diff --git a/lib/process-services/src/lib/task-list/components/task-form/task-form.component.scss b/lib/process-services/src/lib/task-list/components/task-form/task-form.component.scss index a46be4b897..68aaf17114 100644 --- a/lib/process-services/src/lib/task-list/components/task-form/task-form.component.scss +++ b/lib/process-services/src/lib/task-list/components/task-form/task-form.component.scss @@ -8,11 +8,12 @@ padding-bottom: 25px !important; padding-right: 25px !important; - & .mat-button { + & .mat-mdc-button { height: 36px; border-radius: 5px; } - + /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version. */ + /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version. */ & .mat-button-wrapper { width: 58px; height: 20px; diff --git a/lib/process-services/src/lib/task-list/components/task-header.component.html b/lib/process-services/src/lib/task-list/components/task-header.component.html index d6c2879caf..cd04acf07b 100644 --- a/lib/process-services/src/lib/task-list/components/task-header.component.html +++ b/lib/process-services/src/lib/task-list/components/task-header.component.html @@ -1,4 +1,4 @@ -<mat-card *ngIf="taskDetails" class="adf-card-container"> +<mat-card appearance="outlined" *ngIf="taskDetails" class="adf-card-container"> <mat-card-content> <adf-card-view [properties]="properties" [editable]="!isCompleted()" [displayClearAction]="displayDateClearAction"></adf-card-view> </mat-card-content> diff --git a/lib/process-services/src/lib/task-list/components/task-standalone.component.html b/lib/process-services/src/lib/task-list/components/task-standalone.component.html index 6d17c2a31f..d03cdd1eb6 100644 --- a/lib/process-services/src/lib/task-list/components/task-standalone.component.html +++ b/lib/process-services/src/lib/task-list/components/task-standalone.component.html @@ -1,4 +1,4 @@ -<mat-card class="adf-message-card"> +<mat-card appearance="outlined" class="adf-message-card"> <mat-card-content> <div class="adf-no-form-message-container"> <div class="adf-no-form-message-list"> diff --git a/lib/process-services/src/lib/task-list/components/task-standalone.component.scss b/lib/process-services/src/lib/task-list/components/task-standalone.component.scss index 59c6d2e588..8ea2782ee8 100644 --- a/lib/process-services/src/lib/task-list/components/task-standalone.component.scss +++ b/lib/process-services/src/lib/task-list/components/task-standalone.component.scss @@ -4,7 +4,7 @@ box-sizing: border-box; margin: 16px auto; - .mat-card-actions { + .mat-mdc-card-actions { border-top: solid 1px var(--adf-theme-background-status-bar-color); } } @@ -38,15 +38,16 @@ width: fit-content !important; } - &-no-form-mat-card-actions.mat-card-actions { + &-no-form-mat-card-actions.mat-mdc-card-actions { display: flex; justify-content: space-between; - & .mat-button { + & .mat-mdc-button { text-transform: uppercase; border-radius: 5px; } - + /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version. */ + /* TODO(mdc-migration): The following rule targets internal classes of button that may no longer apply for the MDC version. */ & .mat-button-wrapper { opacity: 0.54; font-size: var(--theme-button-font-size); diff --git a/lib/process-services/src/test.ts b/lib/process-services/src/test.ts index 078f950596..c43deee876 100644 --- a/lib/process-services/src/test.ts +++ b/lib/process-services/src/test.ts @@ -18,22 +18,9 @@ import 'zone.js'; import 'zone.js/testing'; import { getTestBed } from '@angular/core/testing'; -import { - BrowserDynamicTestingModule, - platformBrowserDynamicTesting -} from '@angular/platform-browser-dynamic/testing'; - -declare const require: any; +import { BrowserDynamicTestingModule, platformBrowserDynamicTesting } from '@angular/platform-browser-dynamic/testing'; // First, initialize the Angular testing environment. -getTestBed().initTestEnvironment( - BrowserDynamicTestingModule, - platformBrowserDynamicTesting(), { +getTestBed().initTestEnvironment(BrowserDynamicTestingModule, platformBrowserDynamicTesting(), { teardown: { destroyAfterEach: false } -} -); - -// Then we find all the tests. -const context = require.context('./', true, /\.spec\.ts$/); -// And load the modules. -context.keys().map(context); +}); diff --git a/lib/process-services/tsconfig.lib.json b/lib/process-services/tsconfig.lib.json index d06f87e9a1..fc29a40983 100644 --- a/lib/process-services/tsconfig.lib.json +++ b/lib/process-services/tsconfig.lib.json @@ -11,6 +11,8 @@ "@alfresco/adf-core/*": ["../../../dist/libs/core/*"], "@alfresco/adf-content-services": ["../../../dist/libs/content-services"], "@alfresco/adf-content-services/*": ["../../../dist/libs/content-services/*"] - } + }, + "target": "ES2022", + "useDefineForClassFields": false } } diff --git a/lib/process-services/tsconfig.lib.prod.json b/lib/process-services/tsconfig.lib.prod.json index 2a2faa884c..0e06848ce5 100644 --- a/lib/process-services/tsconfig.lib.prod.json +++ b/lib/process-services/tsconfig.lib.prod.json @@ -1,7 +1,9 @@ { "extends": "./tsconfig.lib.json", "compilerOptions": { - "declarationMap": false + "declarationMap": false, + "target": "ES2022", + "useDefineForClassFields": false }, "angularCompilerOptions": { "compilationMode": "partial" diff --git a/lib/process-services/tsconfig.spec.json b/lib/process-services/tsconfig.spec.json index 8e8cc9494b..7d643cc4b8 100644 --- a/lib/process-services/tsconfig.spec.json +++ b/lib/process-services/tsconfig.spec.json @@ -1,7 +1,9 @@ { "extends": "../../tsconfig.json", "compilerOptions": { - "outDir": "../../dist/out-tsc" + "outDir": "../../dist/out-tsc", + "target": "ES2022", + "useDefineForClassFields": false }, "files": ["src/test.ts"], "include": ["**/*.spec.ts", "**/*.test.ts", "**/*.d.ts"] diff --git a/lib/stories/.storybook/main.js b/lib/stories/.storybook/main.js index 05f3e0fde4..d953be03ea 100644 --- a/lib/stories/.storybook/main.js +++ b/lib/stories/.storybook/main.js @@ -1,20 +1,20 @@ const rootMain = require('../../../.storybook/main'); module.exports = { - ...rootMain, - core: { ...rootMain.core, builder: 'webpack5' }, - stories: [ - ...rootMain.stories, - '../../core/**/*.stories.@(js|jsx|ts|tsx)', - '../../content-services/**/*.stories.@(js|jsx|ts|tsx)', - '../../process-services-cloud/**/*.stories.@(js|jsx|ts|tsx)' - ], - staticDirs: [ - ...rootMain.staticDirs, - { from: '../../core/src/lib/i18n', to: 'assets/adf-core/i18n' }, - { from: '../../core/src/lib/assets/images', to: 'assets/images' }, - { from: '../../content-services/src/lib/i18n', to: 'assets/adf-content-services/i18n' }, - { from: '../../process-services-cloud/src/lib/i18n', to: 'assets/adf-process-services-cloud/i18n' }, - ], - addons: [...rootMain.addons ] + ...rootMain, + core: { ...rootMain.core, builder: 'webpack5' }, + stories: [ + ...rootMain.stories, + '../../core/**/*.stories.@(js|jsx|ts|tsx)', + '../../content-services/**/*.stories.@(js|jsx|ts|tsx)', + '../../process-services-cloud/**/*.stories.@(js|jsx|ts|tsx)' + ], + staticDirs: [ + ...rootMain.staticDirs, + { from: '../../core/src/lib/i18n', to: 'assets/adf-core/i18n' }, + { from: '../../core/src/lib/assets/images', to: 'assets/images' }, + { from: '../../content-services/src/lib/i18n', to: 'assets/adf-content-services/i18n' }, + { from: '../../process-services-cloud/src/lib/i18n', to: 'assets/adf-process-services-cloud/i18n' } + ], + addons: ['@storybook/addon-essentials', ...rootMain.addons] }; diff --git a/lib/stories/project.json b/lib/stories/project.json new file mode 100644 index 0000000000..57fbe5d558 --- /dev/null +++ b/lib/stories/project.json @@ -0,0 +1,54 @@ +{ + "name": "stories", + "$schema": "../../node_modules/nx/schemas/project-schema.json", + "sourceRoot": "lib/stories", + "projectType": "library", + "targets": { + "storybook": { + "executor": "@storybook/angular:start-storybook", + "options": { + "port": 4400, + "browserTarget": "stories:storybook", + "configDir": "lib/stories/.storybook", + "compodoc": false, + "stylePreprocessorOptions": { + "includePaths": ["lib", "lib/core/src/lib"] + }, + "styles": [ + "demo-shell/src/styles.scss", + "demo-shell/src/custom-style-dev.scss", + "node_modules/cropperjs/dist/cropper.min.css", + "node_modules/pdfjs-dist/web/pdf_viewer.css" + ] + }, + "configurations": { + "ci": { + "quiet": true + } + } + }, + "build-storybook": { + "executor": "@storybook/angular:build-storybook", + "options": { + "browserTarget": "stories:build-storybook", + "configDir": "lib/stories/.storybook", + "outputDir": "dist/storybook/stories", + "compodoc": false, + "styles": [ + "demo-shell/src/styles.scss", + "demo-shell/src/custom-style-dev.scss", + "node_modules/cropperjs/dist/cropper.min.css", + "node_modules/pdfjs-dist/web/pdf_viewer.css" + ], + "stylePreprocessorOptions": { + "includePaths": ["lib", "lib/core/src/lib"] + } + }, + "configurations": { + "ci": { + "quiet": true + } + } + } + } +} diff --git a/lib/testing/.eslintrc.json b/lib/testing/.eslintrc.json index dfde740176..163a23c38c 100644 --- a/lib/testing/.eslintrc.json +++ b/lib/testing/.eslintrc.json @@ -4,7 +4,7 @@ "overrides": [ { "files": ["*.ts"], - "extends": ["plugin:@nrwl/nx/angular", "plugin:@angular-eslint/template/process-inline-templates"], + "extends": ["plugin:@nx/angular", "plugin:@angular-eslint/template/process-inline-templates"], "rules": { "@angular-eslint/component-selector": [ "error", @@ -60,7 +60,7 @@ }, { "files": ["*.html"], - "extends": ["plugin:@nrwl/nx/angular-template"], + "extends": ["plugin:@nx/angular-template"], "rules": {} } ] diff --git a/lib/testing/project.json b/lib/testing/project.json new file mode 100644 index 0000000000..3fb3bcdb92 --- /dev/null +++ b/lib/testing/project.json @@ -0,0 +1,86 @@ +{ + "name": "testing", + "$schema": "../../node_modules/nx/schemas/project-schema.json", + "sourceRoot": "lib/testing/src", + "projectType": "library", + "prefix": "adf", + "targets": { + "build": { + "executor": "@nrwl/webpack:webpack", + "options": { + "projectRoot": "lib/testing", + "outputPath": "dist/libs/testing", + "main": "lib/testing/index.ts", + "generatePackageJson": true, + "tsConfig": "lib/testing/tsconfig.lib.prod.json", + "additionalEntryPoints": [ + { + "entryName": "shared", + "entryPath": "/lib/testing/src/lib/shared/index.ts" + } + ], + "stylePreprocessorOptions": { + "includePaths": ["lib", "lib/core/src/lib"] + }, + "target": "node", + "compiler": "tsc" + }, + "configurations": { + "production": { + "projectRoot": "lib/testing", + "outputPath": "dist/libs/testing", + "main": "lib/testing/index.ts", + "generatePackageJson": true, + "tsConfig": "lib/testing/tsconfig.lib.prod.json" + } + }, + "defaultConfiguration": "production" + }, + "lint": { + "executor": "@nrwl/linter:eslint", + "options": { + "lintFilePatterns": ["lib/testing/**/*.ts", "lib/testing/**/*.html"] + } + }, + "bundle": { + "executor": "nx:run-commands", + "options": { + "commands": [ + { + "command": "echo testing bundle created" + } + ] + }, + "dependsOn": ["copyToNodeModules"] + }, + "copyToNodeModules": { + "executor": "nx:run-commands", + "options": { + "commands": [ + { + "command": "rm -rf ./node_modules/@alfresco/adf-testing/ && mkdir -p ./node_modules/@alfresco/adf-testing/ && cp -R ./dist/libs/testing/* ./node_modules/@alfresco/adf-testing/" + } + ] + }, + "dependsOn": [ + { + "projects": "self", + "target": "build" + } + ] + }, + "npm-publish": { + "executor": "nx:run-commands", + "dependsOn": ["build"], + "options": { + "cwd": "dist/libs/testing", + "commands": [ + { + "command": "npm publish --tag {args.tag}", + "forwardAllArgs": true + } + ] + } + } + } +} diff --git a/lib/testing/src/lib/protractor/content-services/dialog/content-node-selector-dialog.page.ts b/lib/testing/src/lib/protractor/content-services/dialog/content-node-selector-dialog.page.ts index 7ff3263c05..022dd27c68 100644 --- a/lib/testing/src/lib/protractor/content-services/dialog/content-node-selector-dialog.page.ts +++ b/lib/testing/src/lib/protractor/content-services/dialog/content-node-selector-dialog.page.ts @@ -31,7 +31,7 @@ export class ContentNodeSelectorDialogPage { dialog = $(`adf-content-node-selector`); header = this.dialog.$(`h1[data-automation-id='content-node-selector-title']`); searchInputElement = this.dialog.$(`input[data-automation-id='content-node-selector-search-input']`); - searchLabel = this.dialog.$('.adf-content-node-selector-content-input .mat-form-field-label'); + searchLabel = this.dialog.$('.adf-content-node-selector-content-input .mat-mdc-form-field-label'); selectedRow = this.dialog.$(`adf-datatable-row[class*="adf-is-selected"]`); cancelButton = $(`button[data-automation-id='content-node-selector-actions-cancel']`); moveCopyButton = $(`button[data-automation-id='content-node-selector-actions-choose']`); diff --git a/nx.json b/nx.json index 99873b9743..e0feeeaf30 100644 --- a/nx.json +++ b/nx.json @@ -1,18 +1,5 @@ { "npmScope": "adf", - "implicitDependencies": { - "angular.json": "*", - "package.json": { - "dependencies": { - "@alfresco/*": "*", - "@angular/*": "*", - "rxjs": "*" - } - }, - "demo-shell/src/index.html": "*", - "e2e/protractor.excludes.json": "*", - "e2e/protractor.conf.js": "*" - }, "cli": { "defaultCollection": "@nrwl/angular" }, @@ -31,12 +18,17 @@ "$schema": "./node_modules/nx/schemas/nx-schema.json", "targetDefaults": { "build": { - "dependsOn": ["^build"] + "dependsOn": ["^build"], + "inputs": ["production", "^production"] }, "lint": { - "dependsOn": [ - "stylelint" - ] + "dependsOn": ["stylelint"] + }, + "test": { + "inputs": ["default", "^production"] + }, + "build-storybook": { + "inputs": ["default", "^production", "{workspaceRoot}/.storybook/**/*"] } }, "tasksRunnerOptions": { @@ -48,6 +40,22 @@ "runtimeCacheInputs": ["node -v"] } } + }, + "namedInputs": { + "default": ["{projectRoot}/**/*", "sharedGlobals"], + "sharedGlobals": [ + "{workspaceRoot}/angular.json", + "{workspaceRoot}/demo-shell/src/index.html", + "{workspaceRoot}/e2e/protractor.excludes.json", + "{workspaceRoot}/e2e/protractor.conf.js" + ], + "production": [ + "default", + "!{projectRoot}/**/*.spec.[jt]s", + "!{projectRoot}/tsconfig.spec.json", + "!{projectRoot}/karma.conf.js", + "!{projectRoot}/.storybook/**/*", + "!{projectRoot}/**/*.stories.@(js|jsx|ts|tsx|mdx)" + ] } } - diff --git a/package-lock.json b/package-lock.json index 8501ecc6c2..83476d5e39 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,27 +10,26 @@ "hasInstallScript": true, "license": "Apache-2.0", "dependencies": { - "@alfresco/js-api": "7.2.0", - "@angular/animations": "14.1.3", - "@angular/cdk": "14.1.2", - "@angular/common": "14.1.3", - "@angular/compiler": "14.1.3", - "@angular/core": "14.1.3", - "@angular/forms": "14.1.3", - "@angular/material": "14.1.2", - "@angular/material-date-fns-adapter": "^14.1.2", - "@angular/platform-browser": "14.1.3", - "@angular/platform-browser-dynamic": "14.1.3", - "@angular/router": "14.1.3", + "@alfresco/js-api": ">=7.2.0", + "@angular/animations": "15.2.10", + "@angular/cdk": "15.2.9", + "@angular/common": "15.2.10", + "@angular/compiler": "15.2.10", + "@angular/core": "15.2.10", + "@angular/forms": "15.2.10", + "@angular/material": "15.2.9", + "@angular/material-date-fns-adapter": "15.2.9", + "@angular/platform-browser": "15.2.10", + "@angular/platform-browser-dynamic": "15.2.10", + "@angular/router": "15.2.10", "@apollo/client": "^3.8.4", - "@cspell/eslint-plugin": "^7.3.6", + "@cspell/eslint-plugin": "8.0.0", "@editorjs/editorjs": "^2.26.5", "@editorjs/header": "2.7.0", "@editorjs/list": "1.8.0", "@editorjs/underline": "1.1.0", - "@mat-datetimepicker/core": "^10.1.1", + "@mat-datetimepicker/core": "11.0.3", "@ngx-translate/core": "^14.0.0", - "@storybook/core-server": "^6.5.16", "angular-oauth2-oidc": "^13.0.1", "angular-oauth2-oidc-jwks": "^15.0.1", "apollo-angular": "^5.0.2", @@ -43,71 +42,76 @@ "event-emitter": "^0.3.5", "material-icons": "^1.13.12", "minimatch-browser": "1.0.0", - "monaco-editor": "^0.33.0", + "monaco-editor": "0.34.1", "ng2-charts": "^4.1.1", - "ngx-monaco-editor-v2": "^14.0.4", + "ngx-monaco-editor-v2": "15.0.1", "pdfjs-dist": "3.3.122", "raphael": "2.3.0", - "rxjs": "6.6.6", + "rxjs": "7.5.0", "subscriptions-transport-ws": "^0.11.0", "tslib": "^2.6.2", "zone.js": "~0.11.4" }, "devDependencies": { - "@angular-devkit/build-angular": "14.1.3", - "@angular-devkit/schematics": "~14.2.12", - "@angular-eslint/eslint-plugin": "15.2.1", - "@angular-eslint/eslint-plugin-template": "14.3.0", - "@angular-eslint/template-parser": "16.2.0", - "@angular/cli": "~14.2.12", - "@angular/compiler-cli": "14.1.3", + "@angular-devkit/architect": "0.1502.10", + "@angular-devkit/build-angular": "15.2.10", + "@angular-devkit/core": "15.2.10", + "@angular-devkit/schematics": "15.2.10", + "@angular-eslint/eslint-plugin": "17.0.1", + "@angular-eslint/eslint-plugin-template": "17.0.1", + "@angular-eslint/template-parser": "17.0.1", + "@angular/cli": "~15.2.0", + "@angular/compiler-cli": "15.2.10", "@editorjs/code": "2.8.0", "@editorjs/inline-code": "1.4.0", "@editorjs/marker": "1.2.2", - "@nrwl/angular": "14.8.9", - "@nrwl/cli": "14.8.9", - "@nrwl/eslint-plugin-nx": "14.5.4", - "@nrwl/node": "14.5.4", - "@nrwl/storybook": "14.8.9", - "@nrwl/workspace": "14.8.9", + "@nrwl/angular": "15.9.7", + "@nrwl/cli": "15.9.7", + "@nrwl/node": "15.9.7", + "@nrwl/storybook": "15.9.7", + "@nrwl/workspace": "15.9.7", + "@nx/eslint-plugin": "17.1.1", "@paperist/types-remark": "0.1.3", "@playwright/test": "^1.35.1", "@quanzo/change-font-size": "1.0.0", - "@storybook/addon-essentials": "6.5.10", + "@schematics/angular": "15.2.10", + "@storybook/addon-essentials": "6.5.16", "@storybook/angular": "6.5.16", - "@storybook/builder-webpack5": "6.5.10", - "@storybook/manager-webpack5": "6.5.10", + "@storybook/builder-webpack5": "6.5.16", + "@storybook/core-server": "6.5.16", + "@storybook/manager-webpack5": "6.5.16", "@types/event-emitter": "^0.3.3", "@types/jasmine": "4.0.3", "@types/jasminewd2": "~2.0.2", "@types/minimatch": "^3.0.3", - "@types/node": "18.0.0", + "@types/node": "18.7.1", "@types/pdfjs-dist": "^2.10.378", "@types/selenium-webdriver": "^4.0.11", - "@typescript-eslint/eslint-plugin": "5.59.8", - "@typescript-eslint/parser": "5.62.0", - "@typescript-eslint/typescript-estree": "6.7.0", + "@typescript-eslint/eslint-plugin": "6.10.0", + "@typescript-eslint/parser": "6.10.0", + "@typescript-eslint/typescript-estree": "6.10.0", "ajv": "^8.12.0", "commander": "6.2.1", "css-loader": "^6.8.1", "dotenv": "16.1.3", "editorjs-text-color-plugin": "1.13.1", - "eslint": "^8.47.0", - "eslint-config-prettier": "^8.10.0", - "eslint-plugin-ban": "^1.6.0", - "eslint-plugin-import": "2.27.5", - "eslint-plugin-jsdoc": "40.1.0", + "eslint": "8.53.0", + "eslint-config-prettier": "9.0.0", + "eslint-plugin-ban": "1.6.0", + "eslint-plugin-import": "2.29.0", + "eslint-plugin-jsdoc": "46.9.0", "eslint-plugin-license-header": "0.6.0", "eslint-plugin-prefer-arrow": "1.2.3", - "eslint-plugin-prettier": "^4.2.1", - "eslint-plugin-rxjs": "^5.0.3", - "eslint-plugin-unicorn": "^46.0.0", + "eslint-plugin-prettier": "5.0.1", + "eslint-plugin-rxjs": "5.0.3", + "eslint-plugin-unicorn": "49.0.0", "github-api": "^3.4.0", "graphql": "^16.8.1", "graphql-request": "^6.1.0", "husky": "^7.0.4", "jasmine-ajax": "4.0.0", "jasmine-core": "4.6.0", + "jasmine-marbles": "^0.9.2", "jasmine-reporters": "^2.5.2", "jasmine-spec-reporter": "7.0.0", "js-yaml": "^4.0.0", @@ -123,23 +127,25 @@ "lite-server": "^2.6.1", "mini-css-extract-plugin": "^2.7.6", "moment": "^2.29.4", - "ng-packagr": "14.0.3", - "nx": "14.4.2", + "ng-packagr": "15.2.2", + "nx": "15.9.7", "postcss": "^8.4.31", "postcss-sass": "^0.5.0", - "prettier": "2.8.8", + "prettier": "3.1.0", "protractor": "^7.0.0", "protractor-retry-angular-cli": "^2.0.3", "protractor-screenshoter-plugin": "0.10.3", "protractor-smartrunner": "^2.0.0-beta6", + "react": "17.0.0", + "react-dom": "17.0.0", "rimraf": "^5.0.5", "sass-loader": "13.3.2", "selenium-webdriver": "4.1.0", - "stylelint": "^14.15.0", - "stylelint-config-standard-scss": "^3.0.0", + "stylelint": "15.11.0", + "stylelint-config-standard-scss": "11.1.0", "ts-node": "^10.4.0", "tsconfig-paths": "^4.1.1", - "typescript": "4.7.4", + "typescript": "4.9.5", "webdriver-manager": "12.1.9", "webpack": "^5.88.2", "webpack-cli": "^5.1.2" @@ -152,7 +158,7 @@ "version": "1.2.6", "resolved": "https://registry.npmjs.org/@aashutoshrathi/word-wrap/-/word-wrap-1.2.6.tgz", "integrity": "sha512-1Yjs2SvM8TflER/OD3cOjhWWOZb58A2t7wpE2S9XfBYTiIl+XFhQG2bjy4Pu1I+EAlCNUzRDYDdFwFYUKvXcIA==", - "devOptional": true, + "dev": true, "engines": { "node": ">=0.10.0" } @@ -169,7 +175,9 @@ }, "node_modules/@ampproject/remapping": { "version": "2.2.0", - "license": "Apache-2.0", + "resolved": "https://registry.npmjs.org/@ampproject/remapping/-/remapping-2.2.0.tgz", + "integrity": "sha512-qRmjj8nj9qmLTQXXmaR1cck3UXSRMPrbsLJAasZpF+t3riI71BXed5ebIOYwQntykeZuhjsdweEc9BxH5Jc26w==", + "dev": true, "dependencies": { "@jridgewell/gen-mapping": "^0.1.0", "@jridgewell/trace-mapping": "^0.3.9" @@ -179,23 +187,25 @@ } }, "node_modules/@angular-devkit/architect": { - "version": "0.1401.3", + "version": "0.1502.10", + "resolved": "https://registry.npmjs.org/@angular-devkit/architect/-/architect-0.1502.10.tgz", + "integrity": "sha512-S8lN73WYCfpEpw1Q41ZcUinw7JfDeSM8LyGs797OVshnW75QcOkOecWj/3CKR23G44IgFrHN6sqtzWxKmMxLig==", "dev": true, - "license": "MIT", "dependencies": { - "@angular-devkit/core": "14.1.3", + "@angular-devkit/core": "15.2.10", "rxjs": "6.6.7" }, "engines": { - "node": "^14.15.0 || >=16.10.0", + "node": "^14.20.0 || ^16.13.0 || >=18.10.0", "npm": "^6.11.0 || ^7.5.6 || >=8.0.0", "yarn": ">= 1.13.0" } }, "node_modules/@angular-devkit/architect/node_modules/rxjs": { "version": "6.6.7", + "resolved": "https://registry.npmjs.org/rxjs/-/rxjs-6.6.7.tgz", + "integrity": "sha512-hTdwr+7yYNIT5n4AMYp85KA6yw2Va0FLa3Rguvbpa4W3I5xynaBZo41cM3XM+4Q6fRMj3sBYIR1VAmZMXYJvRQ==", "dev": true, - "license": "Apache-2.0", "dependencies": { "tslib": "^1.9.0" }, @@ -205,99 +215,103 @@ }, "node_modules/@angular-devkit/architect/node_modules/tslib": { "version": "1.14.1", - "dev": true, - "license": "0BSD" + "resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz", + "integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==", + "dev": true }, "node_modules/@angular-devkit/build-angular": { - "version": "14.1.3", + "version": "15.2.10", + "resolved": "https://registry.npmjs.org/@angular-devkit/build-angular/-/build-angular-15.2.10.tgz", + "integrity": "sha512-3pCPVEJilVwHIJC6Su1/PIEqvFfU1Lxew9yItxX4s6dud8HY+fuKrsDnao4NNMFNqCLqL4el5QbSBKnnpWH1sg==", "dev": true, - "license": "MIT", "dependencies": { "@ampproject/remapping": "2.2.0", - "@angular-devkit/architect": "0.1401.3", - "@angular-devkit/build-webpack": "0.1401.3", - "@angular-devkit/core": "14.1.3", - "@babel/core": "7.18.6", - "@babel/generator": "7.18.7", + "@angular-devkit/architect": "0.1502.10", + "@angular-devkit/build-webpack": "0.1502.10", + "@angular-devkit/core": "15.2.10", + "@babel/core": "7.20.12", + "@babel/generator": "7.20.14", "@babel/helper-annotate-as-pure": "7.18.6", - "@babel/plugin-proposal-async-generator-functions": "7.18.6", - "@babel/plugin-transform-async-to-generator": "7.18.6", - "@babel/plugin-transform-runtime": "7.18.6", - "@babel/preset-env": "7.18.6", - "@babel/runtime": "7.18.6", - "@babel/template": "7.18.6", + "@babel/helper-split-export-declaration": "7.18.6", + "@babel/plugin-proposal-async-generator-functions": "7.20.7", + "@babel/plugin-transform-async-to-generator": "7.20.7", + "@babel/plugin-transform-runtime": "7.19.6", + "@babel/preset-env": "7.20.2", + "@babel/runtime": "7.20.13", + "@babel/template": "7.20.7", "@discoveryjs/json-ext": "0.5.7", - "@ngtools/webpack": "14.1.3", + "@ngtools/webpack": "15.2.10", "ansi-colors": "4.1.3", - "babel-loader": "8.2.5", + "autoprefixer": "10.4.13", + "babel-loader": "9.1.2", "babel-plugin-istanbul": "6.1.1", - "browserslist": "^4.9.1", - "cacache": "16.1.1", + "browserslist": "4.21.5", + "cacache": "17.0.4", + "chokidar": "3.5.3", "copy-webpack-plugin": "11.0.0", "critters": "0.0.16", - "css-loader": "6.7.1", - "esbuild-wasm": "0.14.49", - "glob": "8.0.3", + "css-loader": "6.7.3", + "esbuild-wasm": "0.17.8", + "glob": "8.1.0", "https-proxy-agent": "5.0.1", "inquirer": "8.2.4", - "jsonc-parser": "3.1.0", + "jsonc-parser": "3.2.0", "karma-source-map-support": "1.4.0", "less": "4.1.3", - "less-loader": "11.0.0", + "less-loader": "11.1.0", "license-webpack-plugin": "4.0.2", - "loader-utils": "3.2.0", - "mini-css-extract-plugin": "2.6.1", - "minimatch": "5.1.0", - "open": "8.4.0", + "loader-utils": "3.2.1", + "magic-string": "0.29.0", + "mini-css-extract-plugin": "2.7.2", + "open": "8.4.1", "ora": "5.4.1", - "parse5-html-rewriting-stream": "6.0.1", + "parse5-html-rewriting-stream": "7.0.0", "piscina": "3.2.0", - "postcss": "8.4.14", - "postcss-import": "14.1.0", - "postcss-loader": "7.0.1", - "postcss-preset-env": "7.7.2", - "regenerator-runtime": "0.13.9", + "postcss": "8.4.31", + "postcss-loader": "7.0.2", "resolve-url-loader": "5.0.0", "rxjs": "6.6.7", - "sass": "1.53.0", - "sass-loader": "13.0.2", - "semver": "7.3.7", - "source-map-loader": "4.0.0", + "sass": "1.58.1", + "sass-loader": "13.2.0", + "semver": "7.5.3", + "source-map-loader": "4.0.1", "source-map-support": "0.5.21", - "stylus": "0.58.1", - "stylus-loader": "7.0.0", - "terser": "5.14.2", + "terser": "5.16.3", "text-table": "0.2.0", "tree-kill": "1.2.2", - "tslib": "2.4.0", - "webpack": "5.73.0", - "webpack-dev-middleware": "5.3.3", - "webpack-dev-server": "4.9.3", + "tslib": "2.5.0", + "webpack": "5.76.1", + "webpack-dev-middleware": "6.0.1", + "webpack-dev-server": "4.11.1", "webpack-merge": "5.8.0", "webpack-subresource-integrity": "5.1.0" }, "engines": { - "node": "^14.15.0 || >=16.10.0", + "node": "^14.20.0 || ^16.13.0 || >=18.10.0", "npm": "^6.11.0 || ^7.5.6 || >=8.0.0", "yarn": ">= 1.13.0" }, "optionalDependencies": { - "esbuild": "0.14.49" + "esbuild": "0.17.8" }, "peerDependencies": { - "@angular/compiler-cli": "^14.0.0", - "@angular/localize": "^14.0.0", - "@angular/service-worker": "^14.0.0", + "@angular/compiler-cli": "^15.0.0", + "@angular/localize": "^15.0.0", + "@angular/platform-server": "^15.0.0", + "@angular/service-worker": "^15.0.0", "karma": "^6.3.0", - "ng-packagr": "^14.0.0", + "ng-packagr": "^15.0.0", "protractor": "^7.0.0", "tailwindcss": "^2.0.0 || ^3.0.0", - "typescript": ">=4.6.2 <4.8" + "typescript": ">=4.8.2 <5.0" }, "peerDependenciesMeta": { "@angular/localize": { "optional": true }, + "@angular/platform-server": { + "optional": true + }, "@angular/service-worker": { "optional": true }, @@ -315,15 +329,56 @@ } } }, + "node_modules/@angular-devkit/build-angular/node_modules/@babel/core": { + "version": "7.20.12", + "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.20.12.tgz", + "integrity": "sha512-XsMfHovsUYHFMdrIHkZphTN/2Hzzi78R08NuHfDBehym2VsPDL6Zn/JAD/JQdnRvbSsbQc4mVaU1m6JgtTEElg==", + "dev": true, + "dependencies": { + "@ampproject/remapping": "^2.1.0", + "@babel/code-frame": "^7.18.6", + "@babel/generator": "^7.20.7", + "@babel/helper-compilation-targets": "^7.20.7", + "@babel/helper-module-transforms": "^7.20.11", + "@babel/helpers": "^7.20.7", + "@babel/parser": "^7.20.7", + "@babel/template": "^7.20.7", + "@babel/traverse": "^7.20.12", + "@babel/types": "^7.20.7", + "convert-source-map": "^1.7.0", + "debug": "^4.1.0", + "gensync": "^1.0.0-beta.2", + "json5": "^2.2.2", + "semver": "^6.3.0" + }, + "engines": { + "node": ">=6.9.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/babel" + } + }, + "node_modules/@angular-devkit/build-angular/node_modules/@babel/core/node_modules/semver": { + "version": "6.3.1", + "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz", + "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==", + "dev": true, + "bin": { + "semver": "bin/semver.js" + } + }, "node_modules/@angular-devkit/build-angular/node_modules/@types/estree": { "version": "0.0.51", - "dev": true, - "license": "MIT" + "resolved": "https://registry.npmjs.org/@types/estree/-/estree-0.0.51.tgz", + "integrity": "sha512-CuPgU6f3eT/XgKKPqKd/gLZV1Xmvf1a2R5POBOGQa6uv82xpls89HU5zKeVoyR8XzHd1RGNOlQlvUe3CFkjWNQ==", + "dev": true }, "node_modules/@angular-devkit/build-angular/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, - "license": "MIT", "dependencies": { "@webassemblyjs/helper-numbers": "1.11.1", "@webassemblyjs/helper-wasm-bytecode": "1.11.1" @@ -331,23 +386,27 @@ }, "node_modules/@angular-devkit/build-angular/node_modules/@webassemblyjs/floating-point-hex-parser": { "version": "1.11.1", - "dev": true, - "license": "MIT" + "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 }, "node_modules/@angular-devkit/build-angular/node_modules/@webassemblyjs/helper-api-error": { "version": "1.11.1", - "dev": true, - "license": "MIT" + "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-api-error/-/helper-api-error-1.11.1.tgz", + "integrity": "sha512-RlhS8CBCXfRUR/cwo2ho9bkheSXG0+NwooXcc3PAILALf2QLdFyj7KGsKRbVc95hZnhnERon4kW/D3SZpp6Tcg==", + "dev": true }, "node_modules/@angular-devkit/build-angular/node_modules/@webassemblyjs/helper-buffer": { "version": "1.11.1", - "dev": true, - "license": "MIT" + "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-buffer/-/helper-buffer-1.11.1.tgz", + "integrity": "sha512-gwikF65aDNeeXa8JxXa2BAk+REjSyhrNC9ZwdT0f8jc4dQQeDQ7G4m0f2QCLPJiMTTO6wfDmRmj/pW0PsUvIcA==", + "dev": true }, "node_modules/@angular-devkit/build-angular/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, - "license": "MIT", "dependencies": { "@webassemblyjs/floating-point-hex-parser": "1.11.1", "@webassemblyjs/helper-api-error": "1.11.1", @@ -356,13 +415,15 @@ }, "node_modules/@angular-devkit/build-angular/node_modules/@webassemblyjs/helper-wasm-bytecode": { "version": "1.11.1", - "dev": true, - "license": "MIT" + "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-wasm-bytecode/-/helper-wasm-bytecode-1.11.1.tgz", + "integrity": "sha512-PvpoOGiJwXeTrSf/qfudJhwlvDQxFgelbMqtq52WWiXC6Xgg1IREdngmPN3bs4RoO83PnL/nFrxucXj1+BX62Q==", + "dev": true }, "node_modules/@angular-devkit/build-angular/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, - "license": "MIT", "dependencies": { "@webassemblyjs/ast": "1.11.1", "@webassemblyjs/helper-buffer": "1.11.1", @@ -372,29 +433,33 @@ }, "node_modules/@angular-devkit/build-angular/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, - "license": "MIT", "dependencies": { "@xtuc/ieee754": "^1.2.0" } }, "node_modules/@angular-devkit/build-angular/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, - "license": "Apache-2.0", "dependencies": { "@xtuc/long": "4.2.2" } }, "node_modules/@angular-devkit/build-angular/node_modules/@webassemblyjs/utf8": { "version": "1.11.1", - "dev": true, - "license": "MIT" + "resolved": "https://registry.npmjs.org/@webassemblyjs/utf8/-/utf8-1.11.1.tgz", + "integrity": "sha512-9kqcxAEdMhiwQkHpkNiorZzqpGrodQQ2IGrHHxCy+Ozng0ofyMA0lTqiLkVs1uzTRejX+/O0EOT7KxqVPuXosQ==", + "dev": true }, "node_modules/@angular-devkit/build-angular/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, - "license": "MIT", "dependencies": { "@webassemblyjs/ast": "1.11.1", "@webassemblyjs/helper-buffer": "1.11.1", @@ -408,8 +473,9 @@ }, "node_modules/@angular-devkit/build-angular/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, - "license": "MIT", "dependencies": { "@webassemblyjs/ast": "1.11.1", "@webassemblyjs/helper-wasm-bytecode": "1.11.1", @@ -420,8 +486,9 @@ }, "node_modules/@angular-devkit/build-angular/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, - "license": "MIT", "dependencies": { "@webassemblyjs/ast": "1.11.1", "@webassemblyjs/helper-buffer": "1.11.1", @@ -431,8 +498,9 @@ }, "node_modules/@angular-devkit/build-angular/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, - "license": "MIT", "dependencies": { "@webassemblyjs/ast": "1.11.1", "@webassemblyjs/helper-api-error": "1.11.1", @@ -444,34 +512,53 @@ }, "node_modules/@angular-devkit/build-angular/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, - "license": "MIT", "dependencies": { "@webassemblyjs/ast": "1.11.1", "@xtuc/long": "4.2.2" } }, - "node_modules/@angular-devkit/build-angular/node_modules/brace-expansion": { - "version": "2.0.1", + "node_modules/@angular-devkit/build-angular/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, - "license": "MIT", "dependencies": { - "balanced-match": "^1.0.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/@angular-devkit/build-angular/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, + "peerDependencies": { + "ajv": "^6.9.1" } }, "node_modules/@angular-devkit/build-angular/node_modules/css-loader": { - "version": "6.7.1", + "version": "6.7.3", + "resolved": "https://registry.npmjs.org/css-loader/-/css-loader-6.7.3.tgz", + "integrity": "sha512-qhOH1KlBMnZP8FzRO6YCH9UHXQhVMcEGLyNdb7Hv2cpcmJbW0YrddO+tG1ab5nT41KpHIYGsbeHqxB9xPu1pKQ==", "dev": true, - "license": "MIT", "dependencies": { "icss-utils": "^5.1.0", - "postcss": "^8.4.7", + "postcss": "^8.4.19", "postcss-modules-extract-imports": "^3.0.0", "postcss-modules-local-by-default": "^4.0.0", "postcss-modules-scope": "^3.0.0", "postcss-modules-values": "^4.0.0", "postcss-value-parser": "^4.2.0", - "semver": "^7.3.5" + "semver": "^7.3.8" }, "engines": { "node": ">= 12.13.0" @@ -484,47 +571,45 @@ "webpack": "^5.0.0" } }, - "node_modules/@angular-devkit/build-angular/node_modules/css-loader/node_modules/semver": { - "version": "7.5.4", - "resolved": "https://registry.npmjs.org/semver/-/semver-7.5.4.tgz", - "integrity": "sha512-1bCSESV6Pv+i21Hvpxp3Dx+pSD8lIPt8uVjRrxAUt/nbswYc+tK6Y2btiULjd4+fnq15PX+nqQDC7Oft7WkwcA==", - "dev": true, - "dependencies": { - "lru-cache": "^6.0.0" - }, - "bin": { - "semver": "bin/semver.js" - }, - "engines": { - "node": ">=10" - } - }, "node_modules/@angular-devkit/build-angular/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/@angular-devkit/build-angular/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, - "license": "MIT" + "dependencies": { + "esrecurse": "^4.3.0", + "estraverse": "^4.1.1" + }, + "engines": { + "node": ">=8.0.0" + } + }, + "node_modules/@angular-devkit/build-angular/node_modules/estraverse": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-4.3.0.tgz", + "integrity": "sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw==", + "dev": true, + "engines": { + "node": ">=4.0" + } }, "node_modules/@angular-devkit/build-angular/node_modules/json-schema-traverse": { "version": "0.4.1", - "dev": true, - "license": "MIT" - }, - "node_modules/@angular-devkit/build-angular/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==", - "dev": true, - "dependencies": { - "yallist": "^4.0.0" - }, - "engines": { - "node": ">=10" - } + "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/@angular-devkit/build-angular/node_modules/mini-css-extract-plugin": { - "version": "2.6.1", + "version": "2.7.2", + "resolved": "https://registry.npmjs.org/mini-css-extract-plugin/-/mini-css-extract-plugin-2.7.2.tgz", + "integrity": "sha512-EdlUizq13o0Pd+uCp+WO/JpkLvHRVGt97RqfeGhXqAcorYo1ypJSpkV+WDT0vY/kmh/p7wRdJNJtuyK540PXDw==", "dev": true, - "license": "MIT", "dependencies": { "schema-utils": "^4.0.0" }, @@ -539,44 +624,11 @@ "webpack": "^5.0.0" } }, - "node_modules/@angular-devkit/build-angular/node_modules/minimatch": { - "version": "5.1.0", - "dev": true, - "license": "ISC", - "dependencies": { - "brace-expansion": "^2.0.1" - }, - "engines": { - "node": ">=10" - } - }, - "node_modules/@angular-devkit/build-angular/node_modules/postcss": { - "version": "8.4.14", - "dev": true, - "funding": [ - { - "type": "opencollective", - "url": "https://opencollective.com/postcss/" - }, - { - "type": "tidelift", - "url": "https://tidelift.com/funding/github/npm/postcss" - } - ], - "license": "MIT", - "dependencies": { - "nanoid": "^3.3.4", - "picocolors": "^1.0.0", - "source-map-js": "^1.0.2" - }, - "engines": { - "node": "^10 || ^12 || >=14" - } - }, "node_modules/@angular-devkit/build-angular/node_modules/rxjs": { "version": "6.6.7", + "resolved": "https://registry.npmjs.org/rxjs/-/rxjs-6.6.7.tgz", + "integrity": "sha512-hTdwr+7yYNIT5n4AMYp85KA6yw2Va0FLa3Rguvbpa4W3I5xynaBZo41cM3XM+4Q6fRMj3sBYIR1VAmZMXYJvRQ==", "dev": true, - "license": "Apache-2.0", "dependencies": { "tslib": "^1.9.0" }, @@ -586,13 +638,15 @@ }, "node_modules/@angular-devkit/build-angular/node_modules/rxjs/node_modules/tslib": { "version": "1.14.1", - "dev": true, - "license": "0BSD" + "resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz", + "integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==", + "dev": true }, "node_modules/@angular-devkit/build-angular/node_modules/sass-loader": { - "version": "13.0.2", + "version": "13.2.0", + "resolved": "https://registry.npmjs.org/sass-loader/-/sass-loader-13.2.0.tgz", + "integrity": "sha512-JWEp48djQA4nbZxmgC02/Wh0eroSUutulROUusYJO9P9zltRbNN80JCBHqRGzjd4cmZCa/r88xgfkjGD0TXsHg==", "dev": true, - "license": "MIT", "dependencies": { "klona": "^2.0.4", "neo-async": "^2.6.2" @@ -606,7 +660,7 @@ }, "peerDependencies": { "fibers": ">= 3.1.0", - "node-sass": "^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0", + "node-sass": "^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0", "sass": "^1.3.0", "sass-embedded": "*", "webpack": "^5.0.0" @@ -626,44 +680,28 @@ } } }, - "node_modules/@angular-devkit/build-angular/node_modules/schema-utils": { - "version": "4.0.1", - "dev": true, - "license": "MIT", - "dependencies": { - "@types/json-schema": "^7.0.9", - "ajv": "^8.9.0", - "ajv-formats": "^2.1.1", - "ajv-keywords": "^5.1.0" - }, - "engines": { - "node": ">= 12.13.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/webpack" - } - }, "node_modules/@angular-devkit/build-angular/node_modules/tslib": { - "version": "2.4.0", - "dev": true, - "license": "0BSD" + "version": "2.5.0", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.5.0.tgz", + "integrity": "sha512-336iVw3rtn2BUK7ORdIAHTyxHGRIHVReokCR3XjbckJMK7ms8FysBfhLR8IXnAgy7T0PTPNBWKiH514FOW/WSg==", + "dev": true }, "node_modules/@angular-devkit/build-angular/node_modules/webpack": { - "version": "5.73.0", + "version": "5.76.1", + "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.76.1.tgz", + "integrity": "sha512-4+YIK4Abzv8172/SGqObnUjaIHjLEuUasz9EwQj/9xmPPkYJy2Mh03Q/lJfSD3YLzbxy5FeTq5Uw0323Oh6SJQ==", "dev": true, - "license": "MIT", "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.4.1", + "acorn": "^8.7.1", "acorn-import-assertions": "^1.7.6", "browserslist": "^4.14.5", "chrome-trace-event": "^1.0.2", - "enhanced-resolve": "^5.9.3", + "enhanced-resolve": "^5.10.0", "es-module-lexer": "^0.9.0", "eslint-scope": "5.1.1", "events": "^3.2.0", @@ -676,7 +714,7 @@ "schema-utils": "^3.1.0", "tapable": "^2.1.1", "terser-webpack-plugin": "^5.1.3", - "watchpack": "^2.3.1", + "watchpack": "^2.4.0", "webpack-sources": "^3.2.3" }, "bin": { @@ -695,33 +733,11 @@ } } }, - "node_modules/@angular-devkit/build-angular/node_modules/webpack/node_modules/ajv": { - "version": "6.12.6", - "dev": true, - "license": "MIT", - "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" - }, - "funding": { - "type": "github", - "url": "https://github.com/sponsors/epoberezkin" - } - }, - "node_modules/@angular-devkit/build-angular/node_modules/webpack/node_modules/ajv-keywords": { - "version": "3.5.2", - "dev": true, - "license": "MIT", - "peerDependencies": { - "ajv": "^6.9.1" - } - }, "node_modules/@angular-devkit/build-angular/node_modules/webpack/node_modules/schema-utils": { - "version": "3.1.2", + "version": "3.3.0", + "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-3.3.0.tgz", + "integrity": "sha512-pN/yOAvcC+5rQ5nERGuwrjLlYvLTbCibnZ1I7B1LaiAz9BRBlE9GMgE/eqV30P7aJQUf7Ddimy/RsbYO/GrVGg==", "dev": true, - "license": "MIT", "dependencies": { "@types/json-schema": "^7.0.8", "ajv": "^6.12.5", @@ -735,22 +751,17 @@ "url": "https://opencollective.com/webpack" } }, - "node_modules/@angular-devkit/build-angular/node_modules/yallist": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", - "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==", - "dev": true - }, "node_modules/@angular-devkit/build-webpack": { - "version": "0.1401.3", + "version": "0.1502.10", + "resolved": "https://registry.npmjs.org/@angular-devkit/build-webpack/-/build-webpack-0.1502.10.tgz", + "integrity": "sha512-55b9WZIGU4DNgiIV2lkkN6iQxJrgWY5CDaNu0kJC/qazotJgBbcN/8jgBx2DD8HNE1V3iXxWk66pt1h946Po+Q==", "dev": true, - "license": "MIT", "dependencies": { - "@angular-devkit/architect": "0.1401.3", + "@angular-devkit/architect": "0.1502.10", "rxjs": "6.6.7" }, "engines": { - "node": "^14.15.0 || >=16.10.0", + "node": "^14.20.0 || ^16.13.0 || >=18.10.0", "npm": "^6.11.0 || ^7.5.6 || >=8.0.0", "yarn": ">= 1.13.0" }, @@ -760,469 +771,6 @@ } }, "node_modules/@angular-devkit/build-webpack/node_modules/rxjs": { - "version": "6.6.7", - "dev": true, - "license": "Apache-2.0", - "dependencies": { - "tslib": "^1.9.0" - }, - "engines": { - "npm": ">=2.0.0" - } - }, - "node_modules/@angular-devkit/build-webpack/node_modules/tslib": { - "version": "1.14.1", - "dev": true, - "license": "0BSD" - }, - "node_modules/@angular-devkit/core": { - "version": "14.1.3", - "dev": true, - "license": "MIT", - "dependencies": { - "ajv": "8.11.0", - "ajv-formats": "2.1.1", - "jsonc-parser": "3.1.0", - "rxjs": "6.6.7", - "source-map": "0.7.4" - }, - "engines": { - "node": "^14.15.0 || >=16.10.0", - "npm": "^6.11.0 || ^7.5.6 || >=8.0.0", - "yarn": ">= 1.13.0" - }, - "peerDependencies": { - "chokidar": "^3.5.2" - }, - "peerDependenciesMeta": { - "chokidar": { - "optional": true - } - } - }, - "node_modules/@angular-devkit/core/node_modules/ajv": { - "version": "8.11.0", - "dev": true, - "license": "MIT", - "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/@angular-devkit/core/node_modules/rxjs": { - "version": "6.6.7", - "dev": true, - "license": "Apache-2.0", - "dependencies": { - "tslib": "^1.9.0" - }, - "engines": { - "npm": ">=2.0.0" - } - }, - "node_modules/@angular-devkit/core/node_modules/tslib": { - "version": "1.14.1", - "dev": true, - "license": "0BSD" - }, - "node_modules/@angular-devkit/schematics": { - "version": "14.2.13", - "resolved": "https://registry.npmjs.org/@angular-devkit/schematics/-/schematics-14.2.13.tgz", - "integrity": "sha512-2zczyeNzeBcrT2HOysv52X9SH3tZoHfWJvVf6H0SIa74rfDKEl7hFpKNXnh3x8sIMLj5mZn05n5RCqGxCczcIg==", - "dev": true, - "dependencies": { - "@angular-devkit/core": "14.2.13", - "jsonc-parser": "3.1.0", - "magic-string": "0.26.2", - "ora": "5.4.1", - "rxjs": "6.6.7" - }, - "engines": { - "node": "^14.15.0 || >=16.10.0", - "npm": "^6.11.0 || ^7.5.6 || >=8.0.0", - "yarn": ">= 1.13.0" - } - }, - "node_modules/@angular-devkit/schematics/node_modules/@angular-devkit/core": { - "version": "14.2.13", - "resolved": "https://registry.npmjs.org/@angular-devkit/core/-/core-14.2.13.tgz", - "integrity": "sha512-aIefeZcbjghQg/V6U9CTLtyB5fXDJ63KwYqVYkWP+i0XriS5A9puFgq2u/OVsWxAfYvqpDqp5AdQ0g0bi3CAsA==", - "dev": true, - "dependencies": { - "ajv": "8.11.0", - "ajv-formats": "2.1.1", - "jsonc-parser": "3.1.0", - "rxjs": "6.6.7", - "source-map": "0.7.4" - }, - "engines": { - "node": "^14.15.0 || >=16.10.0", - "npm": "^6.11.0 || ^7.5.6 || >=8.0.0", - "yarn": ">= 1.13.0" - }, - "peerDependencies": { - "chokidar": "^3.5.2" - }, - "peerDependenciesMeta": { - "chokidar": { - "optional": true - } - } - }, - "node_modules/@angular-devkit/schematics/node_modules/ajv": { - "version": "8.11.0", - "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.11.0.tgz", - "integrity": "sha512-wGgprdCvMalC0BztXvitD2hC04YffAvtsUn93JbGXYLAtCUO4xd17mCCZQxUOItiBwZvJScWo8NIvQMQ71rdpg==", - "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" - }, - "funding": { - "type": "github", - "url": "https://github.com/sponsors/epoberezkin" - } - }, - "node_modules/@angular-devkit/schematics/node_modules/rxjs": { - "version": "6.6.7", - "dev": true, - "license": "Apache-2.0", - "dependencies": { - "tslib": "^1.9.0" - }, - "engines": { - "npm": ">=2.0.0" - } - }, - "node_modules/@angular-devkit/schematics/node_modules/tslib": { - "version": "1.14.1", - "dev": true, - "license": "0BSD" - }, - "node_modules/@angular-eslint/bundled-angular-compiler": { - "version": "14.3.0", - "dev": true, - "license": "MIT" - }, - "node_modules/@angular-eslint/eslint-plugin": { - "version": "15.2.1", - "dev": true, - "license": "MIT", - "dependencies": { - "@angular-eslint/utils": "15.2.1", - "@typescript-eslint/utils": "5.48.2" - }, - "peerDependencies": { - "eslint": "^7.20.0 || ^8.0.0", - "typescript": "*" - } - }, - "node_modules/@angular-eslint/eslint-plugin-template": { - "version": "14.3.0", - "dev": true, - "license": "MIT", - "dependencies": { - "@angular-eslint/bundled-angular-compiler": "14.3.0", - "@typescript-eslint/type-utils": "5.43.0", - "@typescript-eslint/utils": "5.43.0", - "aria-query": "5.1.3", - "axobject-query": "3.1.1" - }, - "peerDependencies": { - "eslint": "^7.0.0 || ^8.0.0", - "typescript": "*" - } - }, - "node_modules/@angular-eslint/eslint-plugin-template/node_modules/@typescript-eslint/scope-manager": { - "version": "5.43.0", - "dev": true, - "license": "MIT", - "dependencies": { - "@typescript-eslint/types": "5.43.0", - "@typescript-eslint/visitor-keys": "5.43.0" - }, - "engines": { - "node": "^12.22.0 || ^14.17.0 || >=16.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/typescript-eslint" - } - }, - "node_modules/@angular-eslint/eslint-plugin-template/node_modules/@typescript-eslint/types": { - "version": "5.43.0", - "dev": true, - "license": "MIT", - "engines": { - "node": "^12.22.0 || ^14.17.0 || >=16.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/typescript-eslint" - } - }, - "node_modules/@angular-eslint/eslint-plugin-template/node_modules/@typescript-eslint/typescript-estree": { - "version": "5.43.0", - "dev": true, - "license": "BSD-2-Clause", - "dependencies": { - "@typescript-eslint/types": "5.43.0", - "@typescript-eslint/visitor-keys": "5.43.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/@angular-eslint/eslint-plugin-template/node_modules/@typescript-eslint/utils": { - "version": "5.43.0", - "dev": true, - "license": "MIT", - "dependencies": { - "@types/json-schema": "^7.0.9", - "@types/semver": "^7.3.12", - "@typescript-eslint/scope-manager": "5.43.0", - "@typescript-eslint/types": "5.43.0", - "@typescript-eslint/typescript-estree": "5.43.0", - "eslint-scope": "^5.1.1", - "eslint-utils": "^3.0.0", - "semver": "^7.3.7" - }, - "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/@angular-eslint/eslint-plugin-template/node_modules/@typescript-eslint/visitor-keys": { - "version": "5.43.0", - "dev": true, - "license": "MIT", - "dependencies": { - "@typescript-eslint/types": "5.43.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/@angular-eslint/template-parser": { - "version": "16.2.0", - "resolved": "https://registry.npmjs.org/@angular-eslint/template-parser/-/template-parser-16.2.0.tgz", - "integrity": "sha512-v2jVKTy2wN7iM9nHpBkxLn2wfL8jSl4IlPrXThIqj8No2VHtpLQZPKuXbGPUXQX05VS2Mj5feScQ36ZVGS8Rbw==", - "dev": true, - "dependencies": { - "@angular-eslint/bundled-angular-compiler": "16.2.0", - "eslint-scope": "^7.0.0" - }, - "peerDependencies": { - "eslint": "^7.20.0 || ^8.0.0", - "typescript": "*" - } - }, - "node_modules/@angular-eslint/template-parser/node_modules/@angular-eslint/bundled-angular-compiler": { - "version": "16.2.0", - "resolved": "https://registry.npmjs.org/@angular-eslint/bundled-angular-compiler/-/bundled-angular-compiler-16.2.0.tgz", - "integrity": "sha512-ct9orDYxkMl2+uvM7UBfgV28Dq57V4dEs+Drh7cD673JIMa6sXbgmd0QEtm8W3cmyK/jcTzmuoufxbH7hOxd6g==", - "dev": true - }, - "node_modules/@angular-eslint/template-parser/node_modules/eslint-scope": { - "version": "7.2.0", - "dev": true, - "license": "BSD-2-Clause", - "dependencies": { - "esrecurse": "^4.3.0", - "estraverse": "^5.2.0" - }, - "engines": { - "node": "^12.22.0 || ^14.17.0 || >=16.0.0" - }, - "funding": { - "url": "https://opencollective.com/eslint" - } - }, - "node_modules/@angular-eslint/utils": { - "version": "15.2.1", - "dev": true, - "license": "MIT", - "dependencies": { - "@angular-eslint/bundled-angular-compiler": "15.2.1", - "@typescript-eslint/utils": "5.48.2" - }, - "peerDependencies": { - "eslint": "^7.20.0 || ^8.0.0", - "typescript": "*" - } - }, - "node_modules/@angular-eslint/utils/node_modules/@angular-eslint/bundled-angular-compiler": { - "version": "15.2.1", - "dev": true, - "license": "MIT" - }, - "node_modules/@angular/animations": { - "version": "14.1.3", - "license": "MIT", - "dependencies": { - "tslib": "^2.3.0" - }, - "engines": { - "node": "^14.15.0 || >=16.10.0" - }, - "peerDependencies": { - "@angular/core": "14.1.3" - } - }, - "node_modules/@angular/cdk": { - "version": "14.1.2", - "license": "MIT", - "dependencies": { - "tslib": "^2.3.0" - }, - "optionalDependencies": { - "parse5": "^5.0.0" - }, - "peerDependencies": { - "@angular/common": "^14.0.0 || ^15.0.0", - "@angular/core": "^14.0.0 || ^15.0.0", - "rxjs": "^6.5.3 || ^7.4.0" - } - }, - "node_modules/@angular/cli": { - "version": "14.2.13", - "resolved": "https://registry.npmjs.org/@angular/cli/-/cli-14.2.13.tgz", - "integrity": "sha512-I5EepRem2CCyS3GDzQxZ2ZrqQwVqoGoLY+ZQhsK1QGWUnUyFOjbv3OlUGxRUYwcedu19V1EBAKjmQ96HzMIcVQ==", - "dev": true, - "dependencies": { - "@angular-devkit/architect": "0.1402.13", - "@angular-devkit/core": "14.2.13", - "@angular-devkit/schematics": "14.2.13", - "@schematics/angular": "14.2.13", - "@yarnpkg/lockfile": "1.1.0", - "ansi-colors": "4.1.3", - "debug": "4.3.4", - "ini": "3.0.0", - "inquirer": "8.2.4", - "jsonc-parser": "3.1.0", - "npm-package-arg": "9.1.0", - "npm-pick-manifest": "7.0.1", - "open": "8.4.0", - "ora": "5.4.1", - "pacote": "13.6.2", - "resolve": "1.22.1", - "semver": "7.5.3", - "symbol-observable": "4.0.0", - "uuid": "8.3.2", - "yargs": "17.5.1" - }, - "bin": { - "ng": "bin/ng.js" - }, - "engines": { - "node": "^14.15.0 || >=16.10.0", - "npm": "^6.11.0 || ^7.5.6 || >=8.0.0", - "yarn": ">= 1.13.0" - } - }, - "node_modules/@angular/cli/node_modules/@angular-devkit/architect": { - "version": "0.1402.13", - "resolved": "https://registry.npmjs.org/@angular-devkit/architect/-/architect-0.1402.13.tgz", - "integrity": "sha512-n0ISBuvkZHoOpAzuAZql1TU9VLHUE9e/a9g4VNOPHewjMzpN02VqeGKvJfOCKtzkCs6gVssIlILm2/SXxkIFxQ==", - "dev": true, - "dependencies": { - "@angular-devkit/core": "14.2.13", - "rxjs": "6.6.7" - }, - "engines": { - "node": "^14.15.0 || >=16.10.0", - "npm": "^6.11.0 || ^7.5.6 || >=8.0.0", - "yarn": ">= 1.13.0" - } - }, - "node_modules/@angular/cli/node_modules/@angular-devkit/core": { - "version": "14.2.13", - "resolved": "https://registry.npmjs.org/@angular-devkit/core/-/core-14.2.13.tgz", - "integrity": "sha512-aIefeZcbjghQg/V6U9CTLtyB5fXDJ63KwYqVYkWP+i0XriS5A9puFgq2u/OVsWxAfYvqpDqp5AdQ0g0bi3CAsA==", - "dev": true, - "dependencies": { - "ajv": "8.11.0", - "ajv-formats": "2.1.1", - "jsonc-parser": "3.1.0", - "rxjs": "6.6.7", - "source-map": "0.7.4" - }, - "engines": { - "node": "^14.15.0 || >=16.10.0", - "npm": "^6.11.0 || ^7.5.6 || >=8.0.0", - "yarn": ">= 1.13.0" - }, - "peerDependencies": { - "chokidar": "^3.5.2" - }, - "peerDependenciesMeta": { - "chokidar": { - "optional": true - } - } - }, - "node_modules/@angular/cli/node_modules/ajv": { - "version": "8.11.0", - "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.11.0.tgz", - "integrity": "sha512-wGgprdCvMalC0BztXvitD2hC04YffAvtsUn93JbGXYLAtCUO4xd17mCCZQxUOItiBwZvJScWo8NIvQMQ71rdpg==", - "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" - }, - "funding": { - "type": "github", - "url": "https://github.com/sponsors/epoberezkin" - } - }, - "node_modules/@angular/cli/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==", - "dev": true, - "dependencies": { - "yallist": "^4.0.0" - }, - "engines": { - "node": ">=10" - } - }, - "node_modules/@angular/cli/node_modules/rxjs": { "version": "6.6.7", "resolved": "https://registry.npmjs.org/rxjs/-/rxjs-6.6.7.tgz", "integrity": "sha512-hTdwr+7yYNIT5n4AMYp85KA6yw2Va0FLa3Rguvbpa4W3I5xynaBZo41cM3XM+4Q6fRMj3sBYIR1VAmZMXYJvRQ==", @@ -1234,58 +782,249 @@ "npm": ">=2.0.0" } }, - "node_modules/@angular/cli/node_modules/semver": { - "version": "7.5.3", - "resolved": "https://registry.npmjs.org/semver/-/semver-7.5.3.tgz", - "integrity": "sha512-QBlUtyVk/5EeHbi7X0fw6liDZc7BBmEaSYn01fMU1OUYbf6GPsbTtd8WmnqbI20SeycoHSeiybkE/q1Q+qlThQ==", - "dev": true, - "dependencies": { - "lru-cache": "^6.0.0" - }, - "bin": { - "semver": "bin/semver.js" - }, - "engines": { - "node": ">=10" - } - }, - "node_modules/@angular/cli/node_modules/tslib": { + "node_modules/@angular-devkit/build-webpack/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/@angular/cli/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/@angular-devkit/core": { + "version": "15.2.10", + "resolved": "https://registry.npmjs.org/@angular-devkit/core/-/core-15.2.10.tgz", + "integrity": "sha512-bFPm7wjvfBds9km2rCJxUhzkqe4h3h/199yJtzC1bNvwRr2LMHvtyoQAzftda+gs7Ulqac5wzUEZX/cVV3WrsA==", + "dev": true, + "dependencies": { + "ajv": "8.12.0", + "ajv-formats": "2.1.1", + "jsonc-parser": "3.2.0", + "rxjs": "6.6.7", + "source-map": "0.7.4" + }, + "engines": { + "node": "^14.20.0 || ^16.13.0 || >=18.10.0", + "npm": "^6.11.0 || ^7.5.6 || >=8.0.0", + "yarn": ">= 1.13.0" + }, + "peerDependencies": { + "chokidar": "^3.5.2" + }, + "peerDependenciesMeta": { + "chokidar": { + "optional": true + } + } + }, + "node_modules/@angular-devkit/core/node_modules/rxjs": { + "version": "6.6.7", + "resolved": "https://registry.npmjs.org/rxjs/-/rxjs-6.6.7.tgz", + "integrity": "sha512-hTdwr+7yYNIT5n4AMYp85KA6yw2Va0FLa3Rguvbpa4W3I5xynaBZo41cM3XM+4Q6fRMj3sBYIR1VAmZMXYJvRQ==", + "dev": true, + "dependencies": { + "tslib": "^1.9.0" + }, + "engines": { + "npm": ">=2.0.0" + } + }, + "node_modules/@angular-devkit/core/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/@angular/common": { - "version": "14.1.3", - "license": "MIT", + "node_modules/@angular-devkit/schematics": { + "version": "15.2.10", + "resolved": "https://registry.npmjs.org/@angular-devkit/schematics/-/schematics-15.2.10.tgz", + "integrity": "sha512-EeoDs4oKFpLZNa21G/8dqBdclEc4U2piI9EeXCVTaN6z5DYXIZ0G1WtCXU8nhD+GckS47rmfZ4/3lMaXAvED+g==", + "dev": true, + "dependencies": { + "@angular-devkit/core": "15.2.10", + "jsonc-parser": "3.2.0", + "magic-string": "0.29.0", + "ora": "5.4.1", + "rxjs": "6.6.7" + }, + "engines": { + "node": "^14.20.0 || ^16.13.0 || >=18.10.0", + "npm": "^6.11.0 || ^7.5.6 || >=8.0.0", + "yarn": ">= 1.13.0" + } + }, + "node_modules/@angular-devkit/schematics/node_modules/rxjs": { + "version": "6.6.7", + "resolved": "https://registry.npmjs.org/rxjs/-/rxjs-6.6.7.tgz", + "integrity": "sha512-hTdwr+7yYNIT5n4AMYp85KA6yw2Va0FLa3Rguvbpa4W3I5xynaBZo41cM3XM+4Q6fRMj3sBYIR1VAmZMXYJvRQ==", + "dev": true, + "dependencies": { + "tslib": "^1.9.0" + }, + "engines": { + "npm": ">=2.0.0" + } + }, + "node_modules/@angular-devkit/schematics/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/@angular-eslint/bundled-angular-compiler": { + "version": "17.0.1", + "resolved": "https://registry.npmjs.org/@angular-eslint/bundled-angular-compiler/-/bundled-angular-compiler-17.0.1.tgz", + "integrity": "sha512-E3YK9/uIBsuKC76i6uvPdtq8bwA63WDKDYpsPSTLF2XmL3a5LGev0+NmJCD2zR/0uMenHYB27BwjZotpk1rycg==", + "dev": true + }, + "node_modules/@angular-eslint/eslint-plugin": { + "version": "17.0.1", + "resolved": "https://registry.npmjs.org/@angular-eslint/eslint-plugin/-/eslint-plugin-17.0.1.tgz", + "integrity": "sha512-HNXzjvqTCfaxENnfjVHJXcWrfzv/3LDH6aEHF7P8B363JSgx0g4SZtGKBrdbXcJPmf5arVfVgRUvKMJ7Es9aiQ==", + "dev": true, + "dependencies": { + "@angular-eslint/utils": "17.0.1", + "@typescript-eslint/utils": "6.10.0" + }, + "peerDependencies": { + "eslint": "^7.20.0 || ^8.0.0", + "typescript": "*" + } + }, + "node_modules/@angular-eslint/eslint-plugin-template": { + "version": "17.0.1", + "resolved": "https://registry.npmjs.org/@angular-eslint/eslint-plugin-template/-/eslint-plugin-template-17.0.1.tgz", + "integrity": "sha512-7aQYUUCrdOvAKesUNsWSNUnPjzb9WI69Mlr/VhKSb4SNWwMr6SmYOsNqSqydIrtpHo4sIgyStGGfzELZ4Kub9Q==", + "dev": true, + "dependencies": { + "@angular-eslint/bundled-angular-compiler": "17.0.1", + "@angular-eslint/utils": "17.0.1", + "@typescript-eslint/type-utils": "6.10.0", + "@typescript-eslint/utils": "6.10.0", + "aria-query": "5.3.0", + "axobject-query": "4.0.0" + }, + "peerDependencies": { + "eslint": "^7.20.0 || ^8.0.0", + "typescript": "*" + } + }, + "node_modules/@angular-eslint/template-parser": { + "version": "17.0.1", + "resolved": "https://registry.npmjs.org/@angular-eslint/template-parser/-/template-parser-17.0.1.tgz", + "integrity": "sha512-EBN5c0/HuaikvPMqQJ6z2U2qSHof6xgwzNH48F4+Mnn2oMzz0eqtvjNrbTCka/vSCjELczao9px879ywDjVB5g==", + "dev": true, + "dependencies": { + "@angular-eslint/bundled-angular-compiler": "17.0.1", + "eslint-scope": "^7.0.0" + }, + "peerDependencies": { + "eslint": "^7.20.0 || ^8.0.0", + "typescript": "*" + } + }, + "node_modules/@angular-eslint/utils": { + "version": "17.0.1", + "resolved": "https://registry.npmjs.org/@angular-eslint/utils/-/utils-17.0.1.tgz", + "integrity": "sha512-yao+cuWmtDKwe/zW/4+e53pgwlk/rz7fjZFYvaYIuoIpqUQhqYYcBW8NeUoo8BscM57IfPqn0l6UkcXJhS1bRA==", + "dev": true, + "dependencies": { + "@angular-eslint/bundled-angular-compiler": "17.0.1", + "@typescript-eslint/utils": "6.10.0" + }, + "peerDependencies": { + "eslint": "^7.20.0 || ^8.0.0", + "typescript": "*" + } + }, + "node_modules/@angular/animations": { + "version": "15.2.10", + "resolved": "https://registry.npmjs.org/@angular/animations/-/animations-15.2.10.tgz", + "integrity": "sha512-yxfN8qQpMaukRU5LjFkJBmy85rqrOp86tYVCsf+hmPEFRiXBMUj6xYLeCMcpk3Mt1JtnWGBR34ivGx+7bNeAow==", "dependencies": { "tslib": "^2.3.0" }, "engines": { - "node": "^14.15.0 || >=16.10.0" + "node": "^14.20.0 || ^16.13.0 || >=18.10.0" }, "peerDependencies": { - "@angular/core": "14.1.3", + "@angular/core": "15.2.10" + } + }, + "node_modules/@angular/cdk": { + "version": "15.2.9", + "resolved": "https://registry.npmjs.org/@angular/cdk/-/cdk-15.2.9.tgz", + "integrity": "sha512-koaM07N1AIQ5oHU27l0/FoQSSoYAwlAYwVZ4Di3bYrJsTBNCN2Xsby7wI8gZxdepMnV4Fe9si382BDBov+oO4Q==", + "dependencies": { + "tslib": "^2.3.0" + }, + "optionalDependencies": { + "parse5": "^7.1.2" + }, + "peerDependencies": { + "@angular/common": "^15.0.0 || ^16.0.0", + "@angular/core": "^15.0.0 || ^16.0.0", + "rxjs": "^6.5.3 || ^7.4.0" + } + }, + "node_modules/@angular/cli": { + "version": "15.2.10", + "resolved": "https://registry.npmjs.org/@angular/cli/-/cli-15.2.10.tgz", + "integrity": "sha512-/TSnm/ZQML6A4lvunyN2tjTB5utuvk3d1Pnfyehp/FXtV6YfZm6+EZrOpKkKPCxTuAgW6c9KK4yQtt3RuNVpwQ==", + "dev": true, + "dependencies": { + "@angular-devkit/architect": "0.1502.10", + "@angular-devkit/core": "15.2.10", + "@angular-devkit/schematics": "15.2.10", + "@schematics/angular": "15.2.10", + "@yarnpkg/lockfile": "1.1.0", + "ansi-colors": "4.1.3", + "ini": "3.0.1", + "inquirer": "8.2.4", + "jsonc-parser": "3.2.0", + "npm-package-arg": "10.1.0", + "npm-pick-manifest": "8.0.1", + "open": "8.4.1", + "ora": "5.4.1", + "pacote": "15.1.0", + "resolve": "1.22.1", + "semver": "7.5.3", + "symbol-observable": "4.0.0", + "yargs": "17.6.2" + }, + "bin": { + "ng": "bin/ng.js" + }, + "engines": { + "node": "^14.20.0 || ^16.13.0 || >=18.10.0", + "npm": "^6.11.0 || ^7.5.6 || >=8.0.0", + "yarn": ">= 1.13.0" + } + }, + "node_modules/@angular/common": { + "version": "15.2.10", + "resolved": "https://registry.npmjs.org/@angular/common/-/common-15.2.10.tgz", + "integrity": "sha512-jdBn3fctkqoNrJn9VLsUHpcCEhCxWSczdsR+BBbD6T0oLl6vMrAVNjPwfBejnlgfWN1KoRU9kgOYsMxa5apIWQ==", + "dependencies": { + "tslib": "^2.3.0" + }, + "engines": { + "node": "^14.20.0 || ^16.13.0 || >=18.10.0" + }, + "peerDependencies": { + "@angular/core": "15.2.10", "rxjs": "^6.5.3 || ^7.4.0" } }, "node_modules/@angular/compiler": { - "version": "14.1.3", - "license": "MIT", + "version": "15.2.10", + "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-15.2.10.tgz", + "integrity": "sha512-M0XkeU0O73UlJZwDvOyp8/apetz9UKj78eTFDseMYJDLcxe6MpkbkxqpsGZnKYDj7LIep8PmCAKEkhtenE82zw==", "dependencies": { "tslib": "^2.3.0" }, "engines": { - "node": "^14.15.0 || >=16.10.0" + "node": "^14.20.0 || ^16.13.0 || >=18.10.0" }, "peerDependencies": { - "@angular/core": "14.1.3" + "@angular/core": "15.2.10" }, "peerDependenciesMeta": { "@angular/core": { @@ -1294,18 +1033,19 @@ } }, "node_modules/@angular/compiler-cli": { - "version": "14.1.3", + "version": "15.2.10", + "resolved": "https://registry.npmjs.org/@angular/compiler-cli/-/compiler-cli-15.2.10.tgz", + "integrity": "sha512-mCFIxrs60XicKfA2o42hA7LrQvhybi9BQveWuZn/2iIEOXx7R62Iemz8E21pLWftAZHGxEW3NECfBrY1d3gVmA==", "dev": true, - "license": "MIT", "dependencies": { - "@babel/core": "^7.17.2", + "@babel/core": "7.19.3", + "@jridgewell/sourcemap-codec": "^1.4.14", "chokidar": "^3.0.0", "convert-source-map": "^1.5.1", "dependency-graph": "^0.11.0", - "magic-string": "^0.26.0", + "magic-string": "^0.27.0", "reflect-metadata": "^0.1.2", "semver": "^7.0.0", - "sourcemap-codec": "^1.4.8", "tslib": "^2.3.0", "yargs": "^17.2.1" }, @@ -1315,85 +1055,187 @@ "ngcc": "bundles/ngcc/main-ngcc.js" }, "engines": { - "node": "^14.15.0 || >=16.10.0" + "node": "^14.20.0 || ^16.13.0 || >=18.10.0" }, "peerDependencies": { - "@angular/compiler": "14.1.3", - "typescript": ">=4.6.2 <4.8" + "@angular/compiler": "15.2.10", + "typescript": ">=4.8.2 <5.0" + } + }, + "node_modules/@angular/compiler-cli/node_modules/@babel/core": { + "version": "7.19.3", + "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.19.3.tgz", + "integrity": "sha512-WneDJxdsjEvyKtXKsaBGbDeiyOjR5vYq4HcShxnIbG0qixpoHjI3MqeZM9NDvsojNCEBItQE4juOo/bU6e72gQ==", + "dev": true, + "dependencies": { + "@ampproject/remapping": "^2.1.0", + "@babel/code-frame": "^7.18.6", + "@babel/generator": "^7.19.3", + "@babel/helper-compilation-targets": "^7.19.3", + "@babel/helper-module-transforms": "^7.19.0", + "@babel/helpers": "^7.19.0", + "@babel/parser": "^7.19.3", + "@babel/template": "^7.18.10", + "@babel/traverse": "^7.19.3", + "@babel/types": "^7.19.3", + "convert-source-map": "^1.7.0", + "debug": "^4.1.0", + "gensync": "^1.0.0-beta.2", + "json5": "^2.2.1", + "semver": "^6.3.0" + }, + "engines": { + "node": ">=6.9.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/babel" + } + }, + "node_modules/@angular/compiler-cli/node_modules/@babel/core/node_modules/semver": { + "version": "6.3.1", + "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz", + "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==", + "dev": true, + "bin": { + "semver": "bin/semver.js" + } + }, + "node_modules/@angular/compiler-cli/node_modules/magic-string": { + "version": "0.27.0", + "resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.27.0.tgz", + "integrity": "sha512-8UnnX2PeRAPZuN12svgR9j7M1uWMovg/CEnIwIG0LFkXSJJe4PdfUGiTGl8V9bsBHFUtfVINcSyYxd7q+kx9fA==", + "dev": true, + "dependencies": { + "@jridgewell/sourcemap-codec": "^1.4.13" + }, + "engines": { + "node": ">=12" } }, "node_modules/@angular/core": { - "version": "14.1.3", - "license": "MIT", + "version": "15.2.10", + "resolved": "https://registry.npmjs.org/@angular/core/-/core-15.2.10.tgz", + "integrity": "sha512-meGGidnitQJGDxYd9/LrqYiVlId+vGaLoiLgJdKBz+o2ZO6OmXQGuNw2VBqf17/Cc0/UjzrOY7+kILNFKkk/WQ==", "dependencies": { "tslib": "^2.3.0" }, "engines": { - "node": "^14.15.0 || >=16.10.0" + "node": "^14.20.0 || ^16.13.0 || >=18.10.0" }, "peerDependencies": { "rxjs": "^6.5.3 || ^7.4.0", - "zone.js": "~0.11.4" + "zone.js": "~0.11.4 || ~0.12.0 || ~0.13.0" } }, "node_modules/@angular/forms": { - "version": "14.1.3", - "license": "MIT", + "version": "15.2.10", + "resolved": "https://registry.npmjs.org/@angular/forms/-/forms-15.2.10.tgz", + "integrity": "sha512-NIntGsNcN6o8L1txsbWXOf6f3K/CUBizdKsxsYVYGJIXEW5qU6UnWmfAZffNNXsT/XvbgUCjgDwT0cAwcqZPuQ==", "dependencies": { "tslib": "^2.3.0" }, "engines": { - "node": "^14.15.0 || >=16.10.0" + "node": "^14.20.0 || ^16.13.0 || >=18.10.0" }, "peerDependencies": { - "@angular/common": "14.1.3", - "@angular/core": "14.1.3", - "@angular/platform-browser": "14.1.3", + "@angular/common": "15.2.10", + "@angular/core": "15.2.10", + "@angular/platform-browser": "15.2.10", "rxjs": "^6.5.3 || ^7.4.0" } }, "node_modules/@angular/material": { - "version": "14.1.2", - "license": "MIT", + "version": "15.2.9", + "resolved": "https://registry.npmjs.org/@angular/material/-/material-15.2.9.tgz", + "integrity": "sha512-emuFF/7+91Jq+6kVCl3FiVoFLtAZoh+woFQWNuK8nhx0HmD4ckLFI8d9a6ERYR3zRuKhq5deSRE2kYsfpjrrsQ==", "dependencies": { + "@material/animation": "15.0.0-canary.684e33d25.0", + "@material/auto-init": "15.0.0-canary.684e33d25.0", + "@material/banner": "15.0.0-canary.684e33d25.0", + "@material/base": "15.0.0-canary.684e33d25.0", + "@material/button": "15.0.0-canary.684e33d25.0", + "@material/card": "15.0.0-canary.684e33d25.0", + "@material/checkbox": "15.0.0-canary.684e33d25.0", + "@material/chips": "15.0.0-canary.684e33d25.0", + "@material/circular-progress": "15.0.0-canary.684e33d25.0", + "@material/data-table": "15.0.0-canary.684e33d25.0", + "@material/density": "15.0.0-canary.684e33d25.0", + "@material/dialog": "15.0.0-canary.684e33d25.0", + "@material/dom": "15.0.0-canary.684e33d25.0", + "@material/drawer": "15.0.0-canary.684e33d25.0", + "@material/elevation": "15.0.0-canary.684e33d25.0", + "@material/fab": "15.0.0-canary.684e33d25.0", + "@material/feature-targeting": "15.0.0-canary.684e33d25.0", + "@material/floating-label": "15.0.0-canary.684e33d25.0", + "@material/form-field": "15.0.0-canary.684e33d25.0", + "@material/icon-button": "15.0.0-canary.684e33d25.0", + "@material/image-list": "15.0.0-canary.684e33d25.0", + "@material/layout-grid": "15.0.0-canary.684e33d25.0", + "@material/line-ripple": "15.0.0-canary.684e33d25.0", + "@material/linear-progress": "15.0.0-canary.684e33d25.0", + "@material/list": "15.0.0-canary.684e33d25.0", + "@material/menu": "15.0.0-canary.684e33d25.0", + "@material/menu-surface": "15.0.0-canary.684e33d25.0", + "@material/notched-outline": "15.0.0-canary.684e33d25.0", + "@material/radio": "15.0.0-canary.684e33d25.0", + "@material/ripple": "15.0.0-canary.684e33d25.0", + "@material/rtl": "15.0.0-canary.684e33d25.0", + "@material/segmented-button": "15.0.0-canary.684e33d25.0", + "@material/select": "15.0.0-canary.684e33d25.0", + "@material/shape": "15.0.0-canary.684e33d25.0", + "@material/slider": "15.0.0-canary.684e33d25.0", + "@material/snackbar": "15.0.0-canary.684e33d25.0", + "@material/switch": "15.0.0-canary.684e33d25.0", + "@material/tab": "15.0.0-canary.684e33d25.0", + "@material/tab-bar": "15.0.0-canary.684e33d25.0", + "@material/tab-indicator": "15.0.0-canary.684e33d25.0", + "@material/tab-scroller": "15.0.0-canary.684e33d25.0", + "@material/textfield": "15.0.0-canary.684e33d25.0", + "@material/theme": "15.0.0-canary.684e33d25.0", + "@material/tooltip": "15.0.0-canary.684e33d25.0", + "@material/top-app-bar": "15.0.0-canary.684e33d25.0", + "@material/touch-target": "15.0.0-canary.684e33d25.0", + "@material/typography": "15.0.0-canary.684e33d25.0", "tslib": "^2.3.0" }, "peerDependencies": { - "@angular/animations": "^14.0.0 || ^15.0.0", - "@angular/cdk": "14.1.2", - "@angular/common": "^14.0.0 || ^15.0.0", - "@angular/core": "^14.0.0 || ^15.0.0", - "@angular/forms": "^14.0.0 || ^15.0.0", - "@angular/platform-browser": "^14.0.0 || ^15.0.0", + "@angular/animations": "^15.0.0 || ^16.0.0", + "@angular/cdk": "15.2.9", + "@angular/common": "^15.0.0 || ^16.0.0", + "@angular/core": "^15.0.0 || ^16.0.0", + "@angular/forms": "^15.0.0 || ^16.0.0", + "@angular/platform-browser": "^15.0.0 || ^16.0.0", "rxjs": "^6.5.3 || ^7.4.0" } }, "node_modules/@angular/material-date-fns-adapter": { - "version": "14.1.2", - "resolved": "https://registry.npmjs.org/@angular/material-date-fns-adapter/-/material-date-fns-adapter-14.1.2.tgz", - "integrity": "sha512-98XaKVCybB/6hveqBiVQ88XWklxW27U917Uwq6sIgf6k62ZvrhPMOyz/arTCuR/OYRgJyWV2ykUxdqvGzr28+Q==", + "version": "15.2.9", + "resolved": "https://registry.npmjs.org/@angular/material-date-fns-adapter/-/material-date-fns-adapter-15.2.9.tgz", + "integrity": "sha512-Jr39BiRLFZfFnp9PMv6eZf8HLkTMhXdgDHWlKLq0xG/HYnick/4AM8VQKrdlYVv9jjKKigKrT24/0y3ac5ilMA==", "dependencies": { "tslib": "^2.3.0" }, "peerDependencies": { - "@angular/core": "^14.0.0 || ^15.0.0", - "@angular/material": "14.1.2", + "@angular/core": "^15.0.0 || ^16.0.0", + "@angular/material": "15.2.9", "date-fns": "^2.23.0" } }, "node_modules/@angular/platform-browser": { - "version": "14.1.3", - "license": "MIT", + "version": "15.2.10", + "resolved": "https://registry.npmjs.org/@angular/platform-browser/-/platform-browser-15.2.10.tgz", + "integrity": "sha512-9tbgVGSJqwfrOzT8aA/kWBLNhJSQ9gUg0CJxwFBSJm8VkBUJrszoBlDsnSvlxx8/W2ejNULKHFTXeUzq0O/+RQ==", "dependencies": { "tslib": "^2.3.0" }, "engines": { - "node": "^14.15.0 || >=16.10.0" + "node": "^14.20.0 || ^16.13.0 || >=18.10.0" }, "peerDependencies": { - "@angular/animations": "14.1.3", - "@angular/common": "14.1.3", - "@angular/core": "14.1.3" + "@angular/animations": "15.2.10", + "@angular/common": "15.2.10", + "@angular/core": "15.2.10" }, "peerDependenciesMeta": { "@angular/animations": { @@ -1402,41 +1244,43 @@ } }, "node_modules/@angular/platform-browser-dynamic": { - "version": "14.1.3", - "license": "MIT", + "version": "15.2.10", + "resolved": "https://registry.npmjs.org/@angular/platform-browser-dynamic/-/platform-browser-dynamic-15.2.10.tgz", + "integrity": "sha512-JHP6W+FX715Qv7DhqvfZLuBZXSDJrboiQsR06gUAgDSjAUyhbqmpVg/2YOtgeWpPkzNDtXdPU2PhcRdIv5J3Yg==", "dependencies": { "tslib": "^2.3.0" }, "engines": { - "node": "^14.15.0 || >=16.10.0" + "node": "^14.20.0 || ^16.13.0 || >=18.10.0" }, "peerDependencies": { - "@angular/common": "14.1.3", - "@angular/compiler": "14.1.3", - "@angular/core": "14.1.3", - "@angular/platform-browser": "14.1.3" + "@angular/common": "15.2.10", + "@angular/compiler": "15.2.10", + "@angular/core": "15.2.10", + "@angular/platform-browser": "15.2.10" } }, "node_modules/@angular/router": { - "version": "14.1.3", - "license": "MIT", + "version": "15.2.10", + "resolved": "https://registry.npmjs.org/@angular/router/-/router-15.2.10.tgz", + "integrity": "sha512-LmuqEg0iIXSw7bli6HKJ19cbxP91v37GtRwbGKswyLihqzTgvjBYpvcfMnB5FRQ5LWkTwq5JclkX03dZw290Yg==", "dependencies": { "tslib": "^2.3.0" }, "engines": { - "node": "^14.15.0 || >=16.10.0" + "node": "^14.20.0 || ^16.13.0 || >=18.10.0" }, "peerDependencies": { - "@angular/common": "14.1.3", - "@angular/core": "14.1.3", - "@angular/platform-browser": "14.1.3", + "@angular/common": "15.2.10", + "@angular/core": "15.2.10", + "@angular/platform-browser": "15.2.10", "rxjs": "^6.5.3 || ^7.4.0" } }, "node_modules/@apollo/client": { - "version": "3.8.4", - "resolved": "https://registry.npmjs.org/@apollo/client/-/client-3.8.4.tgz", - "integrity": "sha512-QFXE4ylSHUa6LgYoOGsPysJCm4YJOOM1NwHyF6msZdZXIerqUVpLvxQOdQEXgS0RWvYiBMC1wGOWKzJKSWBdAg==", + "version": "3.8.7", + "resolved": "https://registry.npmjs.org/@apollo/client/-/client-3.8.7.tgz", + "integrity": "sha512-DnQtFkQrCyxHTSa9gR84YRLmU/al6HeXcLZazVe+VxKBmx/Hj4rV8xWtzfWYX5ijartsqDR7SJgV037MATEecA==", "dependencies": { "@graphql-typed-document-node/core": "^3.1.1", "@wry/context": "^0.7.3", @@ -1476,8 +1320,9 @@ }, "node_modules/@assemblyscript/loader": { "version": "0.10.1", - "dev": true, - "license": "Apache-2.0" + "resolved": "https://registry.npmjs.org/@assemblyscript/loader/-/loader-0.10.1.tgz", + "integrity": "sha512-H71nDOOL8Y7kWRLqf6Sums+01Q5msqBW2KhDUTemh1tvY04eSkSXrK0uj/4mmY0Xr16/3zyZmsrxN7CKuRbNRg==", + "dev": true }, "node_modules/@babel/code-frame": { "version": "7.22.13", @@ -1492,31 +1337,35 @@ } }, "node_modules/@babel/compat-data": { - "version": "7.21.7", - "license": "MIT", + "version": "7.23.3", + "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.23.3.tgz", + "integrity": "sha512-BmR4bWbDIoFJmJ9z2cZ8Gmm2MXgEDgjdWgpKmKWUt54UGFJdlj31ECtbaDvCG/qVdG3AQ1SfpZEs01lUFbzLOQ==", + "dev": true, "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/core": { - "version": "7.18.6", - "license": "MIT", + "version": "7.23.3", + "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.23.3.tgz", + "integrity": "sha512-Jg+msLuNuCJDyBvFv5+OKOUjWMZgd85bKjbICd3zWrKAo+bJ49HJufi7CQE0q0uR8NGyO6xkCACScNqyjHSZew==", + "dev": true, "dependencies": { - "@ampproject/remapping": "^2.1.0", - "@babel/code-frame": "^7.18.6", - "@babel/generator": "^7.18.6", - "@babel/helper-compilation-targets": "^7.18.6", - "@babel/helper-module-transforms": "^7.18.6", - "@babel/helpers": "^7.18.6", - "@babel/parser": "^7.18.6", - "@babel/template": "^7.18.6", - "@babel/traverse": "^7.18.6", - "@babel/types": "^7.18.6", - "convert-source-map": "^1.7.0", + "@ampproject/remapping": "^2.2.0", + "@babel/code-frame": "^7.22.13", + "@babel/generator": "^7.23.3", + "@babel/helper-compilation-targets": "^7.22.15", + "@babel/helper-module-transforms": "^7.23.3", + "@babel/helpers": "^7.23.2", + "@babel/parser": "^7.23.3", + "@babel/template": "^7.22.15", + "@babel/traverse": "^7.23.3", + "@babel/types": "^7.23.3", + "convert-source-map": "^2.0.0", "debug": "^4.1.0", "gensync": "^1.0.0-beta.2", - "json5": "^2.2.1", - "semver": "^6.3.0" + "json5": "^2.2.3", + "semver": "^6.3.1" }, "engines": { "node": ">=6.9.0" @@ -1526,19 +1375,71 @@ "url": "https://opencollective.com/babel" } }, + "node_modules/@babel/core/node_modules/@babel/generator": { + "version": "7.23.3", + "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.23.3.tgz", + "integrity": "sha512-keeZWAV4LU3tW0qRi19HRpabC/ilM0HRBBzf9/k8FFiG4KVpiv0FIy4hHfLfFQZNhziCTPTmd59zoyv6DNISzg==", + "dev": true, + "dependencies": { + "@babel/types": "^7.23.3", + "@jridgewell/gen-mapping": "^0.3.2", + "@jridgewell/trace-mapping": "^0.3.17", + "jsesc": "^2.5.1" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/core/node_modules/@babel/template": { + "version": "7.22.15", + "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.22.15.tgz", + "integrity": "sha512-QPErUVm4uyJa60rkI73qneDacvdvzxshT3kksGqlGWYdOTIUOwJ7RDUL8sGqslY1uXWSL6xMFKEXDS3ox2uF0w==", + "dev": true, + "dependencies": { + "@babel/code-frame": "^7.22.13", + "@babel/parser": "^7.22.15", + "@babel/types": "^7.22.15" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/core/node_modules/@jridgewell/gen-mapping": { + "version": "0.3.3", + "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.3.tgz", + "integrity": "sha512-HLhSWOLRi875zjjMG/r+Nv0oCW8umGb0BgEhyX3dDX3egwZtB8PqLnjz3yedt8R5StBrzcg4aBpnh8UA9D1BoQ==", + "dev": true, + "dependencies": { + "@jridgewell/set-array": "^1.0.1", + "@jridgewell/sourcemap-codec": "^1.4.10", + "@jridgewell/trace-mapping": "^0.3.9" + }, + "engines": { + "node": ">=6.0.0" + } + }, + "node_modules/@babel/core/node_modules/convert-source-map": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-2.0.0.tgz", + "integrity": "sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==", + "dev": true + }, "node_modules/@babel/core/node_modules/semver": { "version": "6.3.1", "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz", "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==", + "dev": true, "bin": { "semver": "bin/semver.js" } }, "node_modules/@babel/generator": { - "version": "7.18.7", - "license": "MIT", + "version": "7.20.14", + "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.20.14.tgz", + "integrity": "sha512-AEmuXHdcD3A52HHXxaTmYlb8q/xMEhoRP67B3T4Oq7lbmSoqroMZzjnGj3+i1io3pdnF8iBYVu4Ilj+c4hBxYg==", + "dev": true, "dependencies": { - "@babel/types": "^7.18.7", + "@babel/types": "^7.20.7", "@jridgewell/gen-mapping": "^0.3.2", "jsesc": "^2.5.1" }, @@ -1548,7 +1449,9 @@ }, "node_modules/@babel/generator/node_modules/@jridgewell/gen-mapping": { "version": "0.3.3", - "license": "MIT", + "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.3.tgz", + "integrity": "sha512-HLhSWOLRi875zjjMG/r+Nv0oCW8umGb0BgEhyX3dDX3egwZtB8PqLnjz3yedt8R5StBrzcg4aBpnh8UA9D1BoQ==", + "dev": true, "dependencies": { "@jridgewell/set-array": "^1.0.1", "@jridgewell/sourcemap-codec": "^1.4.10", @@ -1560,7 +1463,9 @@ }, "node_modules/@babel/helper-annotate-as-pure": { "version": "7.18.6", - "license": "MIT", + "resolved": "https://registry.npmjs.org/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.18.6.tgz", + "integrity": "sha512-duORpUiYrEpzKIop6iNbjnwKLAKnJ47csTyRACyEmWj0QdUrm5aqNJGHSSEQSUAvNW0ojX0dOmK9dZduvkfeXA==", + "dev": true, "dependencies": { "@babel/types": "^7.18.6" }, @@ -1569,53 +1474,89 @@ } }, "node_modules/@babel/helper-builder-binary-assignment-operator-visitor": { - "version": "7.21.5", - "license": "MIT", + "version": "7.22.15", + "resolved": "https://registry.npmjs.org/@babel/helper-builder-binary-assignment-operator-visitor/-/helper-builder-binary-assignment-operator-visitor-7.22.15.tgz", + "integrity": "sha512-QkBXwGgaoC2GtGZRoma6kv7Szfv06khvhFav67ZExau2RaXzy8MpHSMO2PNoP2XtmQphJQRHFfg77Bq731Yizw==", + "dev": true, "dependencies": { - "@babel/types": "^7.21.5" + "@babel/types": "^7.22.15" }, "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/helper-compilation-targets": { - "version": "7.21.5", - "license": "MIT", + "version": "7.22.15", + "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.22.15.tgz", + "integrity": "sha512-y6EEzULok0Qvz8yyLkCvVX+02ic+By2UdOhylwUOvOn9dvYc9mKICJuuU1n1XBI02YWsNsnrY1kc6DVbjcXbtw==", + "dev": true, "dependencies": { - "@babel/compat-data": "^7.21.5", - "@babel/helper-validator-option": "^7.21.0", - "browserslist": "^4.21.3", + "@babel/compat-data": "^7.22.9", + "@babel/helper-validator-option": "^7.22.15", + "browserslist": "^4.21.9", "lru-cache": "^5.1.1", - "semver": "^6.3.0" + "semver": "^6.3.1" }, "engines": { "node": ">=6.9.0" + } + }, + "node_modules/@babel/helper-compilation-targets/node_modules/browserslist": { + "version": "4.22.1", + "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.22.1.tgz", + "integrity": "sha512-FEVc202+2iuClEhZhrWy6ZiAcRLvNMyYcxZ8raemul1DYVOVdFsbqckWLdsixQZCpJlwe77Z3UTalE7jsjnKfQ==", + "dev": true, + "funding": [ + { + "type": "opencollective", + "url": "https://opencollective.com/browserslist" + }, + { + "type": "tidelift", + "url": "https://tidelift.com/funding/github/npm/browserslist" + }, + { + "type": "github", + "url": "https://github.com/sponsors/ai" + } + ], + "dependencies": { + "caniuse-lite": "^1.0.30001541", + "electron-to-chromium": "^1.4.535", + "node-releases": "^2.0.13", + "update-browserslist-db": "^1.0.13" }, - "peerDependencies": { - "@babel/core": "^7.0.0" + "bin": { + "browserslist": "cli.js" + }, + "engines": { + "node": "^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7" } }, "node_modules/@babel/helper-compilation-targets/node_modules/semver": { "version": "6.3.1", "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz", "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==", + "dev": true, "bin": { "semver": "bin/semver.js" } }, "node_modules/@babel/helper-create-class-features-plugin": { - "version": "7.21.8", - "license": "MIT", + "version": "7.22.15", + "resolved": "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.22.15.tgz", + "integrity": "sha512-jKkwA59IXcvSaiK2UN45kKwSC9o+KuoXsBDvHvU/7BecYIp8GQ2UwrVvFgJASUT+hBnwJx6MhvMCuMzwZZ7jlg==", + "dev": true, "dependencies": { - "@babel/helper-annotate-as-pure": "^7.18.6", - "@babel/helper-environment-visitor": "^7.21.5", - "@babel/helper-function-name": "^7.21.0", - "@babel/helper-member-expression-to-functions": "^7.21.5", - "@babel/helper-optimise-call-expression": "^7.18.6", - "@babel/helper-replace-supers": "^7.21.5", - "@babel/helper-skip-transparent-expression-wrappers": "^7.20.0", - "@babel/helper-split-export-declaration": "^7.18.6", - "semver": "^6.3.0" + "@babel/helper-annotate-as-pure": "^7.22.5", + "@babel/helper-environment-visitor": "^7.22.5", + "@babel/helper-function-name": "^7.22.5", + "@babel/helper-member-expression-to-functions": "^7.22.15", + "@babel/helper-optimise-call-expression": "^7.22.5", + "@babel/helper-replace-supers": "^7.22.9", + "@babel/helper-skip-transparent-expression-wrappers": "^7.22.5", + "@babel/helper-split-export-declaration": "^7.22.6", + "semver": "^6.3.1" }, "engines": { "node": ">=6.9.0" @@ -1624,21 +1565,48 @@ "@babel/core": "^7.0.0" } }, + "node_modules/@babel/helper-create-class-features-plugin/node_modules/@babel/helper-annotate-as-pure": { + "version": "7.22.5", + "resolved": "https://registry.npmjs.org/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.22.5.tgz", + "integrity": "sha512-LvBTxu8bQSQkcyKOU+a1btnNFQ1dMAd0R6PyW3arXes06F6QLWLIrd681bxRPIXlrMGR3XYnW9JyML7dP3qgxg==", + "dev": true, + "dependencies": { + "@babel/types": "^7.22.5" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helper-create-class-features-plugin/node_modules/@babel/helper-split-export-declaration": { + "version": "7.22.6", + "resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.22.6.tgz", + "integrity": "sha512-AsUnxuLhRYsisFiaJwvp1QF+I3KjD5FOxut14q/GzovUe6orHLesW2C7d754kRm53h5gqrz6sFl6sxc4BVtE/g==", + "dev": true, + "dependencies": { + "@babel/types": "^7.22.5" + }, + "engines": { + "node": ">=6.9.0" + } + }, "node_modules/@babel/helper-create-class-features-plugin/node_modules/semver": { "version": "6.3.1", "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz", "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==", + "dev": true, "bin": { "semver": "bin/semver.js" } }, "node_modules/@babel/helper-create-regexp-features-plugin": { - "version": "7.21.8", - "license": "MIT", + "version": "7.22.15", + "resolved": "https://registry.npmjs.org/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.22.15.tgz", + "integrity": "sha512-29FkPLFjn4TPEa3RE7GpW+qbE8tlsu3jntNYNfcGsc49LphF1PQIiD+vMZ1z1xVOKt+93khA9tc2JBs3kBjA7w==", + "dev": true, "dependencies": { - "@babel/helper-annotate-as-pure": "^7.18.6", + "@babel/helper-annotate-as-pure": "^7.22.5", "regexpu-core": "^5.3.1", - "semver": "^6.3.0" + "semver": "^6.3.1" }, "engines": { "node": ">=6.9.0" @@ -1647,17 +1615,32 @@ "@babel/core": "^7.0.0" } }, + "node_modules/@babel/helper-create-regexp-features-plugin/node_modules/@babel/helper-annotate-as-pure": { + "version": "7.22.5", + "resolved": "https://registry.npmjs.org/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.22.5.tgz", + "integrity": "sha512-LvBTxu8bQSQkcyKOU+a1btnNFQ1dMAd0R6PyW3arXes06F6QLWLIrd681bxRPIXlrMGR3XYnW9JyML7dP3qgxg==", + "dev": true, + "dependencies": { + "@babel/types": "^7.22.5" + }, + "engines": { + "node": ">=6.9.0" + } + }, "node_modules/@babel/helper-create-regexp-features-plugin/node_modules/semver": { "version": "6.3.1", "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz", "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==", + "dev": true, "bin": { "semver": "bin/semver.js" } }, "node_modules/@babel/helper-define-polyfill-provider": { "version": "0.3.3", - "license": "MIT", + "resolved": "https://registry.npmjs.org/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.3.3.tgz", + "integrity": "sha512-z5aQKU4IzbqCC1XH0nAqfsFLMVSo22SBKUc0BxGrLkolTdPTructy0ToNnlO2zA4j9Q/7pjMZf0DSY+DSTYzww==", + "dev": true, "dependencies": { "@babel/helper-compilation-targets": "^7.17.7", "@babel/helper-plugin-utils": "^7.16.7", @@ -1674,6 +1657,7 @@ "version": "6.3.1", "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz", "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==", + "dev": true, "bin": { "semver": "bin/semver.js" } @@ -1682,6 +1666,7 @@ "version": "7.22.20", "resolved": "https://registry.npmjs.org/@babel/helper-environment-visitor/-/helper-environment-visitor-7.22.20.tgz", "integrity": "sha512-zfedSIzFhat/gFhWfHtgWvlec0nqB9YEIVrpuwjruLlXfUSnA8cJB0miHKwqDnQ7d32aKo2xt88/xZptwxbfhA==", + "dev": true, "engines": { "node": ">=6.9.0" } @@ -1690,6 +1675,7 @@ "version": "7.23.0", "resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.23.0.tgz", "integrity": "sha512-OErEqsrxjZTJciZ4Oo+eoZqeW9UIiOcuYKRJA4ZAgV9myA+pOXhhmpfNCKjEH/auVfEYVFJ6y1Tc4r0eIApqiw==", + "dev": true, "dependencies": { "@babel/template": "^7.22.15", "@babel/types": "^7.23.0" @@ -1702,6 +1688,7 @@ "version": "7.22.15", "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.22.15.tgz", "integrity": "sha512-QPErUVm4uyJa60rkI73qneDacvdvzxshT3kksGqlGWYdOTIUOwJ7RDUL8sGqslY1uXWSL6xMFKEXDS3ox2uF0w==", + "dev": true, "dependencies": { "@babel/code-frame": "^7.22.13", "@babel/parser": "^7.22.15", @@ -1715,6 +1702,7 @@ "version": "7.22.5", "resolved": "https://registry.npmjs.org/@babel/helper-hoist-variables/-/helper-hoist-variables-7.22.5.tgz", "integrity": "sha512-wGjk9QZVzvknA6yKIUURb8zY3grXCcOZt+/7Wcy8O2uctxhplmUPkOdlgoNhmdVee2c92JXbf1xpMtVNbfoxRw==", + "dev": true, "dependencies": { "@babel/types": "^7.22.5" }, @@ -1723,79 +1711,40 @@ } }, "node_modules/@babel/helper-member-expression-to-functions": { - "version": "7.21.5", - "license": "MIT", + "version": "7.23.0", + "resolved": "https://registry.npmjs.org/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.23.0.tgz", + "integrity": "sha512-6gfrPwh7OuT6gZyJZvd6WbTfrqAo7vm4xCzAXOusKqq/vWdKXphTpj5klHKNmRUU6/QRGlBsyU9mAIPaWHlqJA==", + "dev": true, "dependencies": { - "@babel/types": "^7.21.5" + "@babel/types": "^7.23.0" }, "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/helper-module-imports": { - "version": "7.21.4", - "license": "MIT", + "version": "7.22.15", + "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.22.15.tgz", + "integrity": "sha512-0pYVBnDKZO2fnSPCrgM/6WMc7eS20Fbok+0r88fp+YtWVLZrp4CkafFGIp+W0VKw4a22sgebPT99y+FDNMdP4w==", + "dev": true, "dependencies": { - "@babel/types": "^7.21.4" + "@babel/types": "^7.22.15" }, "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/helper-module-transforms": { - "version": "7.21.5", - "license": "MIT", + "version": "7.23.3", + "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.23.3.tgz", + "integrity": "sha512-7bBs4ED9OmswdfDzpz4MpWgSrV7FXlc3zIagvLFjS5H+Mk7Snr21vQ6QwrsoCGMfNC4e4LQPdoULEt4ykz0SRQ==", + "dev": true, "dependencies": { - "@babel/helper-environment-visitor": "^7.21.5", - "@babel/helper-module-imports": "^7.21.4", - "@babel/helper-simple-access": "^7.21.5", - "@babel/helper-split-export-declaration": "^7.18.6", - "@babel/helper-validator-identifier": "^7.19.1", - "@babel/template": "^7.20.7", - "@babel/traverse": "^7.21.5", - "@babel/types": "^7.21.5" - }, - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/helper-module-transforms/node_modules/@babel/template": { - "version": "7.20.7", - "license": "MIT", - "dependencies": { - "@babel/code-frame": "^7.18.6", - "@babel/parser": "^7.20.7", - "@babel/types": "^7.20.7" - }, - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/helper-optimise-call-expression": { - "version": "7.18.6", - "license": "MIT", - "dependencies": { - "@babel/types": "^7.18.6" - }, - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/helper-plugin-utils": { - "version": "7.21.5", - "license": "MIT", - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/helper-remap-async-to-generator": { - "version": "7.18.9", - "license": "MIT", - "dependencies": { - "@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-environment-visitor": "^7.22.20", + "@babel/helper-module-imports": "^7.22.15", + "@babel/helper-simple-access": "^7.22.5", + "@babel/helper-split-export-declaration": "^7.22.6", + "@babel/helper-validator-identifier": "^7.22.20" }, "engines": { "node": ">=6.9.0" @@ -1804,59 +1753,116 @@ "@babel/core": "^7.0.0" } }, - "node_modules/@babel/helper-replace-supers": { - "version": "7.21.5", - "license": "MIT", + "node_modules/@babel/helper-module-transforms/node_modules/@babel/helper-split-export-declaration": { + "version": "7.22.6", + "resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.22.6.tgz", + "integrity": "sha512-AsUnxuLhRYsisFiaJwvp1QF+I3KjD5FOxut14q/GzovUe6orHLesW2C7d754kRm53h5gqrz6sFl6sxc4BVtE/g==", + "dev": true, "dependencies": { - "@babel/helper-environment-visitor": "^7.21.5", - "@babel/helper-member-expression-to-functions": "^7.21.5", - "@babel/helper-optimise-call-expression": "^7.18.6", - "@babel/template": "^7.20.7", - "@babel/traverse": "^7.21.5", - "@babel/types": "^7.21.5" + "@babel/types": "^7.22.5" }, "engines": { "node": ">=6.9.0" } }, - "node_modules/@babel/helper-replace-supers/node_modules/@babel/template": { - "version": "7.20.7", - "license": "MIT", + "node_modules/@babel/helper-optimise-call-expression": { + "version": "7.22.5", + "resolved": "https://registry.npmjs.org/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.22.5.tgz", + "integrity": "sha512-HBwaojN0xFRx4yIvpwGqxiV2tUfl7401jlok564NgB9EHS1y6QT17FmKWm4ztqjeVdXLuC4fSvHc5ePpQjoTbw==", + "dev": true, "dependencies": { - "@babel/code-frame": "^7.18.6", - "@babel/parser": "^7.20.7", - "@babel/types": "^7.20.7" + "@babel/types": "^7.22.5" }, "engines": { "node": ">=6.9.0" } }, + "node_modules/@babel/helper-plugin-utils": { + "version": "7.22.5", + "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.22.5.tgz", + "integrity": "sha512-uLls06UVKgFG9QD4OeFYLEGteMIAa5kpTPcFL28yuCIIzsf6ZyKZMllKVOCZFhiZ5ptnwX4mtKdWCBE/uT4amg==", + "dev": true, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helper-remap-async-to-generator": { + "version": "7.22.20", + "resolved": "https://registry.npmjs.org/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.22.20.tgz", + "integrity": "sha512-pBGyV4uBqOns+0UvhsTO8qgl8hO89PmiDYv+/COyp1aeMcmfrfruz+/nCMFiYyFF/Knn0yfrC85ZzNFjembFTw==", + "dev": true, + "dependencies": { + "@babel/helper-annotate-as-pure": "^7.22.5", + "@babel/helper-environment-visitor": "^7.22.20", + "@babel/helper-wrap-function": "^7.22.20" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0" + } + }, + "node_modules/@babel/helper-remap-async-to-generator/node_modules/@babel/helper-annotate-as-pure": { + "version": "7.22.5", + "resolved": "https://registry.npmjs.org/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.22.5.tgz", + "integrity": "sha512-LvBTxu8bQSQkcyKOU+a1btnNFQ1dMAd0R6PyW3arXes06F6QLWLIrd681bxRPIXlrMGR3XYnW9JyML7dP3qgxg==", + "dev": true, + "dependencies": { + "@babel/types": "^7.22.5" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helper-replace-supers": { + "version": "7.22.20", + "resolved": "https://registry.npmjs.org/@babel/helper-replace-supers/-/helper-replace-supers-7.22.20.tgz", + "integrity": "sha512-qsW0In3dbwQUbK8kejJ4R7IHVGwHJlV6lpG6UA7a9hSa2YEiAib+N1T2kr6PEeUT+Fl7najmSOS6SmAwCHK6Tw==", + "dev": true, + "dependencies": { + "@babel/helper-environment-visitor": "^7.22.20", + "@babel/helper-member-expression-to-functions": "^7.22.15", + "@babel/helper-optimise-call-expression": "^7.22.5" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0" + } + }, "node_modules/@babel/helper-simple-access": { - "version": "7.21.5", - "license": "MIT", + "version": "7.22.5", + "resolved": "https://registry.npmjs.org/@babel/helper-simple-access/-/helper-simple-access-7.22.5.tgz", + "integrity": "sha512-n0H99E/K+Bika3++WNL17POvo4rKWZ7lZEp1Q+fStVbUi8nxPQEBOlTmCOxW/0JsS56SKKQ+ojAe2pHKJHN35w==", + "dev": true, "dependencies": { - "@babel/types": "^7.21.5" + "@babel/types": "^7.22.5" }, "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/helper-skip-transparent-expression-wrappers": { - "version": "7.20.0", - "license": "MIT", + "version": "7.22.5", + "resolved": "https://registry.npmjs.org/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.22.5.tgz", + "integrity": "sha512-tK14r66JZKiC43p8Ki33yLBVJKlQDFoA8GYN67lWCDCqoL6EMMSuM9b+Iff2jHaM/RRFYl7K+iiru7hbRqNx8Q==", + "dev": true, "dependencies": { - "@babel/types": "^7.20.0" + "@babel/types": "^7.22.5" }, "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/helper-split-export-declaration": { - "version": "7.22.6", - "resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.22.6.tgz", - "integrity": "sha512-AsUnxuLhRYsisFiaJwvp1QF+I3KjD5FOxut14q/GzovUe6orHLesW2C7d754kRm53h5gqrz6sFl6sxc4BVtE/g==", + "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": { - "@babel/types": "^7.22.5" + "@babel/types": "^7.18.6" }, "engines": { "node": ">=6.9.0" @@ -1866,6 +1872,7 @@ "version": "7.22.5", "resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.22.5.tgz", "integrity": "sha512-mM4COjgZox8U+JcXQwPijIZLElkgEpO5rsERVDJTc2qfCDfERyob6k5WegS14SX18IIjv+XD+GrqNumY5JRCDw==", + "dev": true, "engines": { "node": ">=6.9.0" } @@ -1879,56 +1886,65 @@ } }, "node_modules/@babel/helper-validator-option": { - "version": "7.21.0", - "license": "MIT", + "version": "7.22.15", + "resolved": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.22.15.tgz", + "integrity": "sha512-bMn7RmyFjY/mdECUbgn9eoSY4vqvacUnS9i9vGAGttgFWesO6B4CYWA7XlpbWgBt71iv/hfbPlynohStqnu5hA==", + "dev": true, "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/helper-wrap-function": { - "version": "7.20.5", - "license": "MIT", + "version": "7.22.20", + "resolved": "https://registry.npmjs.org/@babel/helper-wrap-function/-/helper-wrap-function-7.22.20.tgz", + "integrity": "sha512-pms/UwkOpnQe/PDAEdV/d7dVCoBbB+R4FvYoHGZz+4VPcg7RtYy2KP7S2lbuWM6FCSgob5wshfGESbC/hzNXZw==", + "dev": true, "dependencies": { - "@babel/helper-function-name": "^7.19.0", - "@babel/template": "^7.18.10", - "@babel/traverse": "^7.20.5", - "@babel/types": "^7.20.5" + "@babel/helper-function-name": "^7.22.5", + "@babel/template": "^7.22.15", + "@babel/types": "^7.22.19" }, "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/helper-wrap-function/node_modules/@babel/template": { - "version": "7.20.7", - "license": "MIT", + "version": "7.22.15", + "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.22.15.tgz", + "integrity": "sha512-QPErUVm4uyJa60rkI73qneDacvdvzxshT3kksGqlGWYdOTIUOwJ7RDUL8sGqslY1uXWSL6xMFKEXDS3ox2uF0w==", + "dev": true, "dependencies": { - "@babel/code-frame": "^7.18.6", - "@babel/parser": "^7.20.7", - "@babel/types": "^7.20.7" + "@babel/code-frame": "^7.22.13", + "@babel/parser": "^7.22.15", + "@babel/types": "^7.22.15" }, "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/helpers": { - "version": "7.21.5", - "license": "MIT", + "version": "7.23.2", + "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.23.2.tgz", + "integrity": "sha512-lzchcp8SjTSVe/fPmLwtWVBFC7+Tbn8LGHDVfDp9JGxpAY5opSaEFgt8UQvrnECWOTdji2mOWMz1rOhkHscmGQ==", + "dev": true, "dependencies": { - "@babel/template": "^7.20.7", - "@babel/traverse": "^7.21.5", - "@babel/types": "^7.21.5" + "@babel/template": "^7.22.15", + "@babel/traverse": "^7.23.2", + "@babel/types": "^7.23.0" }, "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/helpers/node_modules/@babel/template": { - "version": "7.20.7", - "license": "MIT", + "version": "7.22.15", + "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.22.15.tgz", + "integrity": "sha512-QPErUVm4uyJa60rkI73qneDacvdvzxshT3kksGqlGWYdOTIUOwJ7RDUL8sGqslY1uXWSL6xMFKEXDS3ox2uF0w==", + "dev": true, "dependencies": { - "@babel/code-frame": "^7.18.6", - "@babel/parser": "^7.20.7", - "@babel/types": "^7.20.7" + "@babel/code-frame": "^7.22.13", + "@babel/parser": "^7.22.15", + "@babel/types": "^7.22.15" }, "engines": { "node": ">=6.9.0" @@ -1948,9 +1964,10 @@ } }, "node_modules/@babel/parser": { - "version": "7.23.0", - "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.23.0.tgz", - "integrity": "sha512-vvPKKdMemU85V9WE/l5wZEmImpCtLqbnTvqDS2U1fJ96KrxoW7KrXhNsNCblQlg8Ck4b85yxdTyelsMUgFUXiw==", + "version": "7.23.3", + "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.23.3.tgz", + "integrity": "sha512-uVsWNvlVsIninV2prNz/3lHCb+5CJ+e+IUBfbjToAHODtfGYLfCFuY4AU7TskI+dAKk+njsPiBjq1gKTvZOBaw==", + "dev": true, "bin": { "parser": "bin/babel-parser.js" }, @@ -1959,10 +1976,12 @@ } }, "node_modules/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": { - "version": "7.18.6", - "license": "MIT", + "version": "7.23.3", + "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.23.3.tgz", + "integrity": "sha512-iRkKcCqb7iGnq9+3G6rZ+Ciz5VywC4XNRHe57lKM+jOeYAoR0lVqdeeDRfh0tQcTfw/+vBhHn926FmQhLtlFLQ==", + "dev": true, "dependencies": { - "@babel/helper-plugin-utils": "^7.18.6" + "@babel/helper-plugin-utils": "^7.22.5" }, "engines": { "node": ">=6.9.0" @@ -1972,12 +1991,14 @@ } }, "node_modules/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": { - "version": "7.20.7", - "license": "MIT", + "version": "7.23.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/-/plugin-bugfix-v8-spread-parameters-in-optional-chaining-7.23.3.tgz", + "integrity": "sha512-WwlxbfMNdVEpQjZmK5mhm7oSwD3dS6eU+Iwsi4Knl9wAletWem7kaRsGOG+8UEbRyqxY4SS5zvtfXwX+jMxUwQ==", + "dev": true, "dependencies": { - "@babel/helper-plugin-utils": "^7.20.2", - "@babel/helper-skip-transparent-expression-wrappers": "^7.20.0", - "@babel/plugin-proposal-optional-chaining": "^7.20.7" + "@babel/helper-plugin-utils": "^7.22.5", + "@babel/helper-skip-transparent-expression-wrappers": "^7.22.5", + "@babel/plugin-transform-optional-chaining": "^7.23.3" }, "engines": { "node": ">=6.9.0" @@ -1986,13 +2007,32 @@ "@babel/core": "^7.13.0" } }, - "node_modules/@babel/plugin-proposal-async-generator-functions": { - "version": "7.18.6", - "license": "MIT", + "node_modules/@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly": { + "version": "7.23.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly/-/plugin-bugfix-v8-static-class-fields-redefine-readonly-7.23.3.tgz", + "integrity": "sha512-XaJak1qcityzrX0/IU5nKHb34VaibwP3saKqG6a/tppelgllOH13LUann4ZCIBcVOeE6H18K4Vx9QKkVww3z/w==", + "dev": true, "dependencies": { - "@babel/helper-environment-visitor": "^7.18.6", - "@babel/helper-plugin-utils": "^7.18.6", - "@babel/helper-remap-async-to-generator": "^7.18.6", + "@babel/helper-environment-visitor": "^7.22.20", + "@babel/helper-plugin-utils": "^7.22.5" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0" + } + }, + "node_modules/@babel/plugin-proposal-async-generator-functions": { + "version": "7.20.7", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.20.7.tgz", + "integrity": "sha512-xMbiLsn/8RK7Wq7VeVytytS2L6qE69bXPB10YCmMdDZbKF4okCqY74pI/jJQ/8U0b/F6NrT2+14b8/P9/3AMGA==", + "deprecated": "This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-async-generator-functions instead.", + "dev": true, + "dependencies": { + "@babel/helper-environment-visitor": "^7.18.9", + "@babel/helper-plugin-utils": "^7.20.2", + "@babel/helper-remap-async-to-generator": "^7.18.9", "@babel/plugin-syntax-async-generators": "^7.8.4" }, "engines": { @@ -2004,7 +2044,10 @@ }, "node_modules/@babel/plugin-proposal-class-properties": { "version": "7.18.6", - "license": "MIT", + "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==", + "deprecated": "This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-class-properties instead.", + "dev": true, "dependencies": { "@babel/helper-create-class-features-plugin": "^7.18.6", "@babel/helper-plugin-utils": "^7.18.6" @@ -2018,7 +2061,10 @@ }, "node_modules/@babel/plugin-proposal-class-static-block": { "version": "7.21.0", - "license": "MIT", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-class-static-block/-/plugin-proposal-class-static-block-7.21.0.tgz", + "integrity": "sha512-XP5G9MWNUskFuP30IfFSEFB0Z6HzLIUcjYM4bYOPHXl7eiJ9HFv8tWj6TXTN5QODiEhDZAeI4hLok2iHFFV4hw==", + "deprecated": "This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-class-static-block instead.", + "dev": true, "dependencies": { "@babel/helper-create-class-features-plugin": "^7.21.0", "@babel/helper-plugin-utils": "^7.20.2", @@ -2032,14 +2078,16 @@ } }, "node_modules/@babel/plugin-proposal-decorators": { - "version": "7.21.0", - "license": "MIT", + "version": "7.23.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-decorators/-/plugin-proposal-decorators-7.23.3.tgz", + "integrity": "sha512-u8SwzOcP0DYSsa++nHd/9exlHb0NAlHCb890qtZZbSwPX2bFv8LBEztxwN7Xg/dS8oAFFidhrI9PBcLBJSkGRQ==", + "dev": true, "dependencies": { - "@babel/helper-create-class-features-plugin": "^7.21.0", - "@babel/helper-plugin-utils": "^7.20.2", - "@babel/helper-replace-supers": "^7.20.7", - "@babel/helper-split-export-declaration": "^7.18.6", - "@babel/plugin-syntax-decorators": "^7.21.0" + "@babel/helper-create-class-features-plugin": "^7.22.15", + "@babel/helper-plugin-utils": "^7.22.5", + "@babel/helper-replace-supers": "^7.22.20", + "@babel/helper-split-export-declaration": "^7.22.6", + "@babel/plugin-syntax-decorators": "^7.23.3" }, "engines": { "node": ">=6.9.0" @@ -2048,9 +2096,24 @@ "@babel/core": "^7.0.0-0" } }, + "node_modules/@babel/plugin-proposal-decorators/node_modules/@babel/helper-split-export-declaration": { + "version": "7.22.6", + "resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.22.6.tgz", + "integrity": "sha512-AsUnxuLhRYsisFiaJwvp1QF+I3KjD5FOxut14q/GzovUe6orHLesW2C7d754kRm53h5gqrz6sFl6sxc4BVtE/g==", + "dev": true, + "dependencies": { + "@babel/types": "^7.22.5" + }, + "engines": { + "node": ">=6.9.0" + } + }, "node_modules/@babel/plugin-proposal-dynamic-import": { "version": "7.18.6", - "license": "MIT", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-dynamic-import/-/plugin-proposal-dynamic-import-7.18.6.tgz", + "integrity": "sha512-1auuwmK+Rz13SJj36R+jqFPMJWyKEDd7lLSdOj4oJK0UTgGueSAtkrCvz9ewmgyU/P941Rv2fQwZJN8s6QruXw==", + "deprecated": "This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-dynamic-import instead.", + "dev": true, "dependencies": { "@babel/helper-plugin-utils": "^7.18.6", "@babel/plugin-syntax-dynamic-import": "^7.8.3" @@ -2063,11 +2126,13 @@ } }, "node_modules/@babel/plugin-proposal-export-default-from": { - "version": "7.18.10", - "license": "MIT", + "version": "7.23.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-export-default-from/-/plugin-proposal-export-default-from-7.23.3.tgz", + "integrity": "sha512-Q23MpLZfSGZL1kU7fWqV262q65svLSCIP5kZ/JCW/rKTCm/FrLjpvEd2kfUYMVeHh4QhV/xzyoRAHWrAZJrE3Q==", + "dev": true, "dependencies": { - "@babel/helper-plugin-utils": "^7.18.9", - "@babel/plugin-syntax-export-default-from": "^7.18.6" + "@babel/helper-plugin-utils": "^7.22.5", + "@babel/plugin-syntax-export-default-from": "^7.23.3" }, "engines": { "node": ">=6.9.0" @@ -2078,7 +2143,10 @@ }, "node_modules/@babel/plugin-proposal-export-namespace-from": { "version": "7.18.9", - "license": "MIT", + "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==", + "deprecated": "This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-export-namespace-from instead.", + "dev": true, "dependencies": { "@babel/helper-plugin-utils": "^7.18.9", "@babel/plugin-syntax-export-namespace-from": "^7.8.3" @@ -2092,7 +2160,10 @@ }, "node_modules/@babel/plugin-proposal-json-strings": { "version": "7.18.6", - "license": "MIT", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-json-strings/-/plugin-proposal-json-strings-7.18.6.tgz", + "integrity": "sha512-lr1peyn9kOdbYc0xr0OdHTZ5FMqS6Di+H0Fz2I/JwMzGmzJETNeOFq2pBySw6X/KFL5EWDjlJuMsUGRFb8fQgQ==", + "deprecated": "This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-json-strings instead.", + "dev": true, "dependencies": { "@babel/helper-plugin-utils": "^7.18.6", "@babel/plugin-syntax-json-strings": "^7.8.3" @@ -2106,7 +2177,10 @@ }, "node_modules/@babel/plugin-proposal-logical-assignment-operators": { "version": "7.20.7", - "license": "MIT", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-logical-assignment-operators/-/plugin-proposal-logical-assignment-operators-7.20.7.tgz", + "integrity": "sha512-y7C7cZgpMIjWlKE5T7eJwp+tnRYM89HmRvWM5EQuB5BoHEONjmQ8lSNmBUwOyy/GFRsohJED51YBF79hE1djug==", + "deprecated": "This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-logical-assignment-operators instead.", + "dev": true, "dependencies": { "@babel/helper-plugin-utils": "^7.20.2", "@babel/plugin-syntax-logical-assignment-operators": "^7.10.4" @@ -2120,7 +2194,10 @@ }, "node_modules/@babel/plugin-proposal-nullish-coalescing-operator": { "version": "7.18.6", - "license": "MIT", + "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==", + "deprecated": "This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-nullish-coalescing-operator instead.", + "dev": true, "dependencies": { "@babel/helper-plugin-utils": "^7.18.6", "@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.3" @@ -2134,7 +2211,10 @@ }, "node_modules/@babel/plugin-proposal-numeric-separator": { "version": "7.18.6", - "license": "MIT", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-numeric-separator/-/plugin-proposal-numeric-separator-7.18.6.tgz", + "integrity": "sha512-ozlZFogPqoLm8WBr5Z8UckIoE4YQ5KESVcNudyXOR8uqIkliTEgJ3RoketfG6pmzLdeZF0H/wjE9/cCEitBl7Q==", + "deprecated": "This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-numeric-separator instead.", + "dev": true, "dependencies": { "@babel/helper-plugin-utils": "^7.18.6", "@babel/plugin-syntax-numeric-separator": "^7.10.4" @@ -2148,7 +2228,10 @@ }, "node_modules/@babel/plugin-proposal-object-rest-spread": { "version": "7.20.7", - "license": "MIT", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.20.7.tgz", + "integrity": "sha512-d2S98yCiLxDVmBmE8UjGcfPvNEUbA1U5q5WxaWFUGRzJSVAZqm5W6MbPct0jxnegUZ0niLeNX+IOzEs7wYg9Dg==", + "deprecated": "This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-object-rest-spread instead.", + "dev": true, "dependencies": { "@babel/compat-data": "^7.20.5", "@babel/helper-compilation-targets": "^7.20.7", @@ -2165,7 +2248,10 @@ }, "node_modules/@babel/plugin-proposal-optional-catch-binding": { "version": "7.18.6", - "license": "MIT", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-optional-catch-binding/-/plugin-proposal-optional-catch-binding-7.18.6.tgz", + "integrity": "sha512-Q40HEhs9DJQyaZfUjjn6vE8Cv4GmMHCYuMGIWUnlxH6400VGxOuwWsPt4FxXxJkC/5eOzgn0z21M9gMT4MOhbw==", + "deprecated": "This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-optional-catch-binding instead.", + "dev": true, "dependencies": { "@babel/helper-plugin-utils": "^7.18.6", "@babel/plugin-syntax-optional-catch-binding": "^7.8.3" @@ -2179,7 +2265,10 @@ }, "node_modules/@babel/plugin-proposal-optional-chaining": { "version": "7.21.0", - "license": "MIT", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-optional-chaining/-/plugin-proposal-optional-chaining-7.21.0.tgz", + "integrity": "sha512-p4zeefM72gpmEe2fkUr/OnOXpWEf8nAgk7ZYVqqfFiyIG7oFfVZcCrU64hWn5xp4tQ9LkV4bTIa5rD0KANpKNA==", + "deprecated": "This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-optional-chaining instead.", + "dev": true, "dependencies": { "@babel/helper-plugin-utils": "^7.20.2", "@babel/helper-skip-transparent-expression-wrappers": "^7.20.0", @@ -2194,7 +2283,10 @@ }, "node_modules/@babel/plugin-proposal-private-methods": { "version": "7.18.6", - "license": "MIT", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-private-methods/-/plugin-proposal-private-methods-7.18.6.tgz", + "integrity": "sha512-nutsvktDItsNn4rpGItSNV2sz1XwS+nfU0Rg8aCx3W3NOKVzdMjJRu0O5OkgDp3ZGICSTbgRpxZoWsxoKRvbeA==", + "deprecated": "This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-private-methods instead.", + "dev": true, "dependencies": { "@babel/helper-create-class-features-plugin": "^7.18.6", "@babel/helper-plugin-utils": "^7.18.6" @@ -2207,8 +2299,11 @@ } }, "node_modules/@babel/plugin-proposal-private-property-in-object": { - "version": "7.21.0", - "license": "MIT", + "version": "7.21.11", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-private-property-in-object/-/plugin-proposal-private-property-in-object-7.21.11.tgz", + "integrity": "sha512-0QZ8qP/3RLDVBwBFoWAwCtgcDZJVwA5LUJRZU8x2YFfKNuFq161wK3cuGrALu5yiPu+vzwTAg/sMWVNeWeNyaw==", + "deprecated": "This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-private-property-in-object instead.", + "dev": true, "dependencies": { "@babel/helper-annotate-as-pure": "^7.18.6", "@babel/helper-create-class-features-plugin": "^7.21.0", @@ -2224,7 +2319,10 @@ }, "node_modules/@babel/plugin-proposal-unicode-property-regex": { "version": "7.18.6", - "license": "MIT", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-unicode-property-regex/-/plugin-proposal-unicode-property-regex-7.18.6.tgz", + "integrity": "sha512-2BShG/d5yoZyXZfVePH91urL5wTG6ASZU9M4o03lKK8u8UW1y08OMttBSOADTcJrnPMpvDXRG3G8fyLh4ovs8w==", + "deprecated": "This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-unicode-property-regex instead.", + "dev": true, "dependencies": { "@babel/helper-create-regexp-features-plugin": "^7.18.6", "@babel/helper-plugin-utils": "^7.18.6" @@ -2238,7 +2336,9 @@ }, "node_modules/@babel/plugin-syntax-async-generators": { "version": "7.8.4", - "license": "MIT", + "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": { "@babel/helper-plugin-utils": "^7.8.0" }, @@ -2260,7 +2360,9 @@ }, "node_modules/@babel/plugin-syntax-class-properties": { "version": "7.12.13", - "license": "MIT", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-class-properties/-/plugin-syntax-class-properties-7.12.13.tgz", + "integrity": "sha512-fm4idjKla0YahUNgFNLCB0qySdsoPiZP3iQE3rky0mBUtMZ23yDJ9SJdg6dXTSDnulOVqiF3Hgr9nbXvXTQZYA==", + "dev": true, "dependencies": { "@babel/helper-plugin-utils": "^7.12.13" }, @@ -2270,7 +2372,9 @@ }, "node_modules/@babel/plugin-syntax-class-static-block": { "version": "7.14.5", - "license": "MIT", + "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, "dependencies": { "@babel/helper-plugin-utils": "^7.14.5" }, @@ -2282,10 +2386,12 @@ } }, "node_modules/@babel/plugin-syntax-decorators": { - "version": "7.21.0", - "license": "MIT", + "version": "7.23.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-decorators/-/plugin-syntax-decorators-7.23.3.tgz", + "integrity": "sha512-cf7Niq4/+/juY67E0PbgH0TDhLQ5J7zS8C/Q5FFx+DWyrRa9sUQdTXkjqKu8zGvuqr7vw1muKiukseihU+PJDA==", + "dev": true, "dependencies": { - "@babel/helper-plugin-utils": "^7.20.2" + "@babel/helper-plugin-utils": "^7.22.5" }, "engines": { "node": ">=6.9.0" @@ -2296,7 +2402,9 @@ }, "node_modules/@babel/plugin-syntax-dynamic-import": { "version": "7.8.3", - "license": "MIT", + "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, "dependencies": { "@babel/helper-plugin-utils": "^7.8.0" }, @@ -2305,10 +2413,12 @@ } }, "node_modules/@babel/plugin-syntax-export-default-from": { - "version": "7.18.6", - "license": "MIT", + "version": "7.23.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-export-default-from/-/plugin-syntax-export-default-from-7.23.3.tgz", + "integrity": "sha512-KeENO5ck1IeZ/l2lFZNy+mpobV3D2Zy5C1YFnWm+YuY5mQiAWc4yAp13dqgguwsBsFVLh4LPCEqCa5qW13N+hw==", + "dev": true, "dependencies": { - "@babel/helper-plugin-utils": "^7.18.6" + "@babel/helper-plugin-utils": "^7.22.5" }, "engines": { "node": ">=6.9.0" @@ -2319,7 +2429,9 @@ }, "node_modules/@babel/plugin-syntax-export-namespace-from": { "version": "7.8.3", - "license": "MIT", + "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, "dependencies": { "@babel/helper-plugin-utils": "^7.8.3" }, @@ -2328,10 +2440,27 @@ } }, "node_modules/@babel/plugin-syntax-import-assertions": { - "version": "7.20.0", - "license": "MIT", + "version": "7.23.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-import-assertions/-/plugin-syntax-import-assertions-7.23.3.tgz", + "integrity": "sha512-lPgDSU+SJLK3xmFDTV2ZRQAiM7UuUjGidwBywFavObCiZc1BeAAcMtHJKUya92hPHO+at63JJPLygilZard8jw==", + "dev": true, "dependencies": { - "@babel/helper-plugin-utils": "^7.19.0" + "@babel/helper-plugin-utils": "^7.22.5" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-syntax-import-attributes": { + "version": "7.23.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-import-attributes/-/plugin-syntax-import-attributes-7.23.3.tgz", + "integrity": "sha512-pawnE0P9g10xgoP7yKr6CK63K2FMsTE+FZidZO/1PwRdzmAPVs+HS1mAURUsgaoxammTJvULUdIkEK0gOcU2tA==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.22.5" }, "engines": { "node": ">=6.9.0" @@ -2354,7 +2483,9 @@ }, "node_modules/@babel/plugin-syntax-json-strings": { "version": "7.8.3", - "license": "MIT", + "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, "dependencies": { "@babel/helper-plugin-utils": "^7.8.0" }, @@ -2363,10 +2494,12 @@ } }, "node_modules/@babel/plugin-syntax-jsx": { - "version": "7.21.4", - "license": "MIT", + "version": "7.23.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.23.3.tgz", + "integrity": "sha512-EB2MELswq55OHUoRZLGg/zC7QWUKfNLpE57m/S2yr1uEneIgsTgrSzXP3NXEsMkVn76OlaVVnzN+ugObuYGwhg==", + "dev": true, "dependencies": { - "@babel/helper-plugin-utils": "^7.20.2" + "@babel/helper-plugin-utils": "^7.22.5" }, "engines": { "node": ">=6.9.0" @@ -2377,7 +2510,9 @@ }, "node_modules/@babel/plugin-syntax-logical-assignment-operators": { "version": "7.10.4", - "license": "MIT", + "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, "dependencies": { "@babel/helper-plugin-utils": "^7.10.4" }, @@ -2387,7 +2522,9 @@ }, "node_modules/@babel/plugin-syntax-nullish-coalescing-operator": { "version": "7.8.3", - "license": "MIT", + "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": { "@babel/helper-plugin-utils": "^7.8.0" }, @@ -2397,7 +2534,9 @@ }, "node_modules/@babel/plugin-syntax-numeric-separator": { "version": "7.10.4", - "license": "MIT", + "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, "dependencies": { "@babel/helper-plugin-utils": "^7.10.4" }, @@ -2407,7 +2546,9 @@ }, "node_modules/@babel/plugin-syntax-object-rest-spread": { "version": "7.8.3", - "license": "MIT", + "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, "dependencies": { "@babel/helper-plugin-utils": "^7.8.0" }, @@ -2417,7 +2558,9 @@ }, "node_modules/@babel/plugin-syntax-optional-catch-binding": { "version": "7.8.3", - "license": "MIT", + "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": { "@babel/helper-plugin-utils": "^7.8.0" }, @@ -2427,7 +2570,9 @@ }, "node_modules/@babel/plugin-syntax-optional-chaining": { "version": "7.8.3", - "license": "MIT", + "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, "dependencies": { "@babel/helper-plugin-utils": "^7.8.0" }, @@ -2437,7 +2582,9 @@ }, "node_modules/@babel/plugin-syntax-private-property-in-object": { "version": "7.14.5", - "license": "MIT", + "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, "dependencies": { "@babel/helper-plugin-utils": "^7.14.5" }, @@ -2450,7 +2597,9 @@ }, "node_modules/@babel/plugin-syntax-top-level-await": { "version": "7.14.5", - "license": "MIT", + "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, "dependencies": { "@babel/helper-plugin-utils": "^7.14.5" }, @@ -2462,10 +2611,12 @@ } }, "node_modules/@babel/plugin-syntax-typescript": { - "version": "7.21.4", - "license": "MIT", + "version": "7.23.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.23.3.tgz", + "integrity": "sha512-9EiNjVJOMwCO+43TqoTrgQ8jMwcAd0sWyXi9RPfIsLTj4R2MADDDQXELhffaUx/uJv2AYcxBgPwH6j4TIA4ytQ==", + "dev": true, "dependencies": { - "@babel/helper-plugin-utils": "^7.20.2" + "@babel/helper-plugin-utils": "^7.22.5" }, "engines": { "node": ">=6.9.0" @@ -2474,11 +2625,47 @@ "@babel/core": "^7.0.0-0" } }, - "node_modules/@babel/plugin-transform-arrow-functions": { - "version": "7.21.5", - "license": "MIT", + "node_modules/@babel/plugin-syntax-unicode-sets-regex": { + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-unicode-sets-regex/-/plugin-syntax-unicode-sets-regex-7.18.6.tgz", + "integrity": "sha512-727YkEAPwSIQTv5im8QHz3upqp92JTWhidIC81Tdx4VJYIte/VndKf1qKrfnnhPLiPghStWfvC/iFaMCQu7Nqg==", + "dev": true, "dependencies": { - "@babel/helper-plugin-utils": "^7.21.5" + "@babel/helper-create-regexp-features-plugin": "^7.18.6", + "@babel/helper-plugin-utils": "^7.18.6" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0" + } + }, + "node_modules/@babel/plugin-transform-arrow-functions": { + "version": "7.23.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-arrow-functions/-/plugin-transform-arrow-functions-7.23.3.tgz", + "integrity": "sha512-NzQcQrzaQPkaEwoTm4Mhyl8jI1huEL/WWIEvudjTCMJ9aBZNpsJbMASx7EQECtQQPS/DcnFpo0FIh3LvEO9cxQ==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.22.5" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-async-generator-functions": { + "version": "7.23.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-async-generator-functions/-/plugin-transform-async-generator-functions-7.23.3.tgz", + "integrity": "sha512-59GsVNavGxAXCDDbakWSMJhajASb4kBCqDjqJsv+p5nKdbz7istmZ3HrX3L2LuiI80+zsOADCvooqQH3qGCucQ==", + "dev": true, + "dependencies": { + "@babel/helper-environment-visitor": "^7.22.20", + "@babel/helper-plugin-utils": "^7.22.5", + "@babel/helper-remap-async-to-generator": "^7.22.20", + "@babel/plugin-syntax-async-generators": "^7.8.4" }, "engines": { "node": ">=6.9.0" @@ -2488,12 +2675,14 @@ } }, "node_modules/@babel/plugin-transform-async-to-generator": { - "version": "7.18.6", - "license": "MIT", + "version": "7.20.7", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.20.7.tgz", + "integrity": "sha512-Uo5gwHPT9vgnSXQxqGtpdufUiWp96gk7yiP4Mp5bm1QMkEmLXBO7PAGYbKoJ6DhAwiNkcHFBol/x5zZZkL/t0Q==", + "dev": true, "dependencies": { "@babel/helper-module-imports": "^7.18.6", - "@babel/helper-plugin-utils": "^7.18.6", - "@babel/helper-remap-async-to-generator": "^7.18.6" + "@babel/helper-plugin-utils": "^7.20.2", + "@babel/helper-remap-async-to-generator": "^7.18.9" }, "engines": { "node": ">=6.9.0" @@ -2503,10 +2692,12 @@ } }, "node_modules/@babel/plugin-transform-block-scoped-functions": { - "version": "7.18.6", - "license": "MIT", + "version": "7.23.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoped-functions/-/plugin-transform-block-scoped-functions-7.23.3.tgz", + "integrity": "sha512-vI+0sIaPIO6CNuM9Kk5VmXcMVRiOpDh7w2zZt9GXzmE/9KD70CUEVhvPR/etAeNK/FAEkhxQtXOzVF3EuRL41A==", + "dev": true, "dependencies": { - "@babel/helper-plugin-utils": "^7.18.6" + "@babel/helper-plugin-utils": "^7.22.5" }, "engines": { "node": ">=6.9.0" @@ -2516,10 +2707,12 @@ } }, "node_modules/@babel/plugin-transform-block-scoping": { - "version": "7.21.0", - "license": "MIT", + "version": "7.23.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.23.3.tgz", + "integrity": "sha512-QPZxHrThbQia7UdvfpaRRlq/J9ciz1J4go0k+lPBXbgaNeY7IQrBj/9ceWjvMMI07/ZBzHl/F0R/2K0qH7jCVw==", + "dev": true, "dependencies": { - "@babel/helper-plugin-utils": "^7.20.2" + "@babel/helper-plugin-utils": "^7.22.5" }, "engines": { "node": ">=6.9.0" @@ -2528,18 +2721,53 @@ "@babel/core": "^7.0.0-0" } }, - "node_modules/@babel/plugin-transform-classes": { - "version": "7.21.0", - "license": "MIT", + "node_modules/@babel/plugin-transform-class-properties": { + "version": "7.23.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-class-properties/-/plugin-transform-class-properties-7.23.3.tgz", + "integrity": "sha512-uM+AN8yCIjDPccsKGlw271xjJtGii+xQIF/uMPS8H15L12jZTsLfF4o5vNO7d/oUguOyfdikHGc/yi9ge4SGIg==", + "dev": true, "dependencies": { - "@babel/helper-annotate-as-pure": "^7.18.6", - "@babel/helper-compilation-targets": "^7.20.7", - "@babel/helper-environment-visitor": "^7.18.9", - "@babel/helper-function-name": "^7.21.0", - "@babel/helper-optimise-call-expression": "^7.18.6", - "@babel/helper-plugin-utils": "^7.20.2", - "@babel/helper-replace-supers": "^7.20.7", - "@babel/helper-split-export-declaration": "^7.18.6", + "@babel/helper-create-class-features-plugin": "^7.22.15", + "@babel/helper-plugin-utils": "^7.22.5" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-class-static-block": { + "version": "7.23.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-class-static-block/-/plugin-transform-class-static-block-7.23.3.tgz", + "integrity": "sha512-PENDVxdr7ZxKPyi5Ffc0LjXdnJyrJxyqF5T5YjlVg4a0VFfQHW0r8iAtRiDXkfHlu1wwcvdtnndGYIeJLSuRMQ==", + "dev": true, + "dependencies": { + "@babel/helper-create-class-features-plugin": "^7.22.15", + "@babel/helper-plugin-utils": "^7.22.5", + "@babel/plugin-syntax-class-static-block": "^7.14.5" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.12.0" + } + }, + "node_modules/@babel/plugin-transform-classes": { + "version": "7.23.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-classes/-/plugin-transform-classes-7.23.3.tgz", + "integrity": "sha512-FGEQmugvAEu2QtgtU0uTASXevfLMFfBeVCIIdcQhn/uBQsMTjBajdnAtanQlOcuihWh10PZ7+HWvc7NtBwP74w==", + "dev": true, + "dependencies": { + "@babel/helper-annotate-as-pure": "^7.22.5", + "@babel/helper-compilation-targets": "^7.22.15", + "@babel/helper-environment-visitor": "^7.22.20", + "@babel/helper-function-name": "^7.23.0", + "@babel/helper-optimise-call-expression": "^7.22.5", + "@babel/helper-plugin-utils": "^7.22.5", + "@babel/helper-replace-supers": "^7.22.20", + "@babel/helper-split-export-declaration": "^7.22.6", "globals": "^11.1.0" }, "engines": { @@ -2549,12 +2777,38 @@ "@babel/core": "^7.0.0-0" } }, - "node_modules/@babel/plugin-transform-computed-properties": { - "version": "7.21.5", - "license": "MIT", + "node_modules/@babel/plugin-transform-classes/node_modules/@babel/helper-annotate-as-pure": { + "version": "7.22.5", + "resolved": "https://registry.npmjs.org/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.22.5.tgz", + "integrity": "sha512-LvBTxu8bQSQkcyKOU+a1btnNFQ1dMAd0R6PyW3arXes06F6QLWLIrd681bxRPIXlrMGR3XYnW9JyML7dP3qgxg==", + "dev": true, "dependencies": { - "@babel/helper-plugin-utils": "^7.21.5", - "@babel/template": "^7.20.7" + "@babel/types": "^7.22.5" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/plugin-transform-classes/node_modules/@babel/helper-split-export-declaration": { + "version": "7.22.6", + "resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.22.6.tgz", + "integrity": "sha512-AsUnxuLhRYsisFiaJwvp1QF+I3KjD5FOxut14q/GzovUe6orHLesW2C7d754kRm53h5gqrz6sFl6sxc4BVtE/g==", + "dev": true, + "dependencies": { + "@babel/types": "^7.22.5" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/plugin-transform-computed-properties": { + "version": "7.23.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-computed-properties/-/plugin-transform-computed-properties-7.23.3.tgz", + "integrity": "sha512-dTj83UVTLw/+nbiHqQSFdwO9CbTtwq1DsDqm3CUEtDrZNET5rT5E6bIdTlOftDTDLMYxvxHNEYO4B9SLl8SLZw==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.22.5", + "@babel/template": "^7.22.15" }, "engines": { "node": ">=6.9.0" @@ -2564,22 +2818,26 @@ } }, "node_modules/@babel/plugin-transform-computed-properties/node_modules/@babel/template": { - "version": "7.20.7", - "license": "MIT", + "version": "7.22.15", + "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.22.15.tgz", + "integrity": "sha512-QPErUVm4uyJa60rkI73qneDacvdvzxshT3kksGqlGWYdOTIUOwJ7RDUL8sGqslY1uXWSL6xMFKEXDS3ox2uF0w==", + "dev": true, "dependencies": { - "@babel/code-frame": "^7.18.6", - "@babel/parser": "^7.20.7", - "@babel/types": "^7.20.7" + "@babel/code-frame": "^7.22.13", + "@babel/parser": "^7.22.15", + "@babel/types": "^7.22.15" }, "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/plugin-transform-destructuring": { - "version": "7.21.3", - "license": "MIT", + "version": "7.23.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.23.3.tgz", + "integrity": "sha512-n225npDqjDIr967cMScVKHXJs7rout1q+tt50inyBCPkyZ8KxeI6d+GIbSBTT/w/9WdlWDOej3V9HE5Lgk57gw==", + "dev": true, "dependencies": { - "@babel/helper-plugin-utils": "^7.20.2" + "@babel/helper-plugin-utils": "^7.22.5" }, "engines": { "node": ">=6.9.0" @@ -2589,11 +2847,13 @@ } }, "node_modules/@babel/plugin-transform-dotall-regex": { - "version": "7.18.6", - "license": "MIT", + "version": "7.23.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-dotall-regex/-/plugin-transform-dotall-regex-7.23.3.tgz", + "integrity": "sha512-vgnFYDHAKzFaTVp+mneDsIEbnJ2Np/9ng9iviHw3P/KVcgONxpNULEW/51Z/BaFojG2GI2GwwXck5uV1+1NOYQ==", + "dev": true, "dependencies": { - "@babel/helper-create-regexp-features-plugin": "^7.18.6", - "@babel/helper-plugin-utils": "^7.18.6" + "@babel/helper-create-regexp-features-plugin": "^7.22.15", + "@babel/helper-plugin-utils": "^7.22.5" }, "engines": { "node": ">=6.9.0" @@ -2603,10 +2863,28 @@ } }, "node_modules/@babel/plugin-transform-duplicate-keys": { - "version": "7.18.9", - "license": "MIT", + "version": "7.23.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-duplicate-keys/-/plugin-transform-duplicate-keys-7.23.3.tgz", + "integrity": "sha512-RrqQ+BQmU3Oyav3J+7/myfvRCq7Tbz+kKLLshUmMwNlDHExbGL7ARhajvoBJEvc+fCguPPu887N+3RRXBVKZUA==", + "dev": true, "dependencies": { - "@babel/helper-plugin-utils": "^7.18.9" + "@babel/helper-plugin-utils": "^7.22.5" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-dynamic-import": { + "version": "7.23.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-dynamic-import/-/plugin-transform-dynamic-import-7.23.3.tgz", + "integrity": "sha512-vTG+cTGxPFou12Rj7ll+eD5yWeNl5/8xvQvF08y5Gv3v4mZQoyFf8/n9zg4q5vvCWt5jmgymfzMAldO7orBn7A==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.22.5", + "@babel/plugin-syntax-dynamic-import": "^7.8.3" }, "engines": { "node": ">=6.9.0" @@ -2616,11 +2894,29 @@ } }, "node_modules/@babel/plugin-transform-exponentiation-operator": { - "version": "7.18.6", - "license": "MIT", + "version": "7.23.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-exponentiation-operator/-/plugin-transform-exponentiation-operator-7.23.3.tgz", + "integrity": "sha512-5fhCsl1odX96u7ILKHBj4/Y8vipoqwsJMh4csSA8qFfxrZDEA4Ssku2DyNvMJSmZNOEBT750LfFPbtrnTP90BQ==", + "dev": true, "dependencies": { - "@babel/helper-builder-binary-assignment-operator-visitor": "^7.18.6", - "@babel/helper-plugin-utils": "^7.18.6" + "@babel/helper-builder-binary-assignment-operator-visitor": "^7.22.15", + "@babel/helper-plugin-utils": "^7.22.5" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-export-namespace-from": { + "version": "7.23.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-export-namespace-from/-/plugin-transform-export-namespace-from-7.23.3.tgz", + "integrity": "sha512-yCLhW34wpJWRdTxxWtFZASJisihrfyMOTOQexhVzA78jlU+dH7Dw+zQgcPepQ5F3C6bAIiblZZ+qBggJdHiBAg==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.22.5", + "@babel/plugin-syntax-export-namespace-from": "^7.8.3" }, "engines": { "node": ">=6.9.0" @@ -2630,10 +2926,12 @@ } }, "node_modules/@babel/plugin-transform-for-of": { - "version": "7.21.5", - "license": "MIT", + "version": "7.23.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.23.3.tgz", + "integrity": "sha512-X8jSm8X1CMwxmK878qsUGJRmbysKNbdpTv/O1/v0LuY/ZkZrng5WYiekYSdg9m09OTmDDUWeEDsTE+17WYbAZw==", + "dev": true, "dependencies": { - "@babel/helper-plugin-utils": "^7.21.5" + "@babel/helper-plugin-utils": "^7.22.5" }, "engines": { "node": ">=6.9.0" @@ -2643,12 +2941,30 @@ } }, "node_modules/@babel/plugin-transform-function-name": { - "version": "7.18.9", - "license": "MIT", + "version": "7.23.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-function-name/-/plugin-transform-function-name-7.23.3.tgz", + "integrity": "sha512-I1QXp1LxIvt8yLaib49dRW5Okt7Q4oaxao6tFVKS/anCdEOMtYwWVKoiOA1p34GOWIZjUK0E+zCp7+l1pfQyiw==", + "dev": true, "dependencies": { - "@babel/helper-compilation-targets": "^7.18.9", - "@babel/helper-function-name": "^7.18.9", - "@babel/helper-plugin-utils": "^7.18.9" + "@babel/helper-compilation-targets": "^7.22.15", + "@babel/helper-function-name": "^7.23.0", + "@babel/helper-plugin-utils": "^7.22.5" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-json-strings": { + "version": "7.23.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-json-strings/-/plugin-transform-json-strings-7.23.3.tgz", + "integrity": "sha512-H9Ej2OiISIZowZHaBwF0tsJOih1PftXJtE8EWqlEIwpc7LMTGq0rPOrywKLQ4nefzx8/HMR0D3JGXoMHYvhi0A==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.22.5", + "@babel/plugin-syntax-json-strings": "^7.8.3" }, "engines": { "node": ">=6.9.0" @@ -2658,10 +2974,28 @@ } }, "node_modules/@babel/plugin-transform-literals": { - "version": "7.18.9", - "license": "MIT", + "version": "7.23.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-literals/-/plugin-transform-literals-7.23.3.tgz", + "integrity": "sha512-wZ0PIXRxnwZvl9AYpqNUxpZ5BiTGrYt7kueGQ+N5FiQ7RCOD4cm8iShd6S6ggfVIWaJf2EMk8eRzAh52RfP4rQ==", + "dev": true, "dependencies": { - "@babel/helper-plugin-utils": "^7.18.9" + "@babel/helper-plugin-utils": "^7.22.5" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-logical-assignment-operators": { + "version": "7.23.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-logical-assignment-operators/-/plugin-transform-logical-assignment-operators-7.23.3.tgz", + "integrity": "sha512-+pD5ZbxofyOygEp+zZAfujY2ShNCXRpDRIPOiBmTO693hhyOEteZgl876Xs9SAHPQpcV0vz8LvA/T+w8AzyX8A==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.22.5", + "@babel/plugin-syntax-logical-assignment-operators": "^7.10.4" }, "engines": { "node": ">=6.9.0" @@ -2671,10 +3005,12 @@ } }, "node_modules/@babel/plugin-transform-member-expression-literals": { - "version": "7.18.6", - "license": "MIT", + "version": "7.23.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-member-expression-literals/-/plugin-transform-member-expression-literals-7.23.3.tgz", + "integrity": "sha512-sC3LdDBDi5x96LA+Ytekz2ZPk8i/Ck+DEuDbRAll5rknJ5XRTSaPKEYwomLcs1AA8wg9b3KjIQRsnApj+q51Ag==", + "dev": true, "dependencies": { - "@babel/helper-plugin-utils": "^7.18.6" + "@babel/helper-plugin-utils": "^7.22.5" }, "engines": { "node": ">=6.9.0" @@ -2684,11 +3020,13 @@ } }, "node_modules/@babel/plugin-transform-modules-amd": { - "version": "7.20.11", - "license": "MIT", + "version": "7.23.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-amd/-/plugin-transform-modules-amd-7.23.3.tgz", + "integrity": "sha512-vJYQGxeKM4t8hYCKVBlZX/gtIY2I7mRGFNcm85sgXGMTBcoV3QdVtdpbcWEbzbfUIUZKwvgFT82mRvaQIebZzw==", + "dev": true, "dependencies": { - "@babel/helper-module-transforms": "^7.20.11", - "@babel/helper-plugin-utils": "^7.20.2" + "@babel/helper-module-transforms": "^7.23.3", + "@babel/helper-plugin-utils": "^7.22.5" }, "engines": { "node": ">=6.9.0" @@ -2698,12 +3036,14 @@ } }, "node_modules/@babel/plugin-transform-modules-commonjs": { - "version": "7.21.5", - "license": "MIT", + "version": "7.23.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.23.3.tgz", + "integrity": "sha512-aVS0F65LKsdNOtcz6FRCpE4OgsP2OFnW46qNxNIX9h3wuzaNcSQsJysuMwqSibC98HPrf2vCgtxKNwS0DAlgcA==", + "dev": true, "dependencies": { - "@babel/helper-module-transforms": "^7.21.5", - "@babel/helper-plugin-utils": "^7.21.5", - "@babel/helper-simple-access": "^7.21.5" + "@babel/helper-module-transforms": "^7.23.3", + "@babel/helper-plugin-utils": "^7.22.5", + "@babel/helper-simple-access": "^7.22.5" }, "engines": { "node": ">=6.9.0" @@ -2713,13 +3053,15 @@ } }, "node_modules/@babel/plugin-transform-modules-systemjs": { - "version": "7.20.11", - "license": "MIT", + "version": "7.23.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.23.3.tgz", + "integrity": "sha512-ZxyKGTkF9xT9YJuKQRo19ewf3pXpopuYQd8cDXqNzc3mUNbOME0RKMoZxviQk74hwzfQsEe66dE92MaZbdHKNQ==", + "dev": true, "dependencies": { - "@babel/helper-hoist-variables": "^7.18.6", - "@babel/helper-module-transforms": "^7.20.11", - "@babel/helper-plugin-utils": "^7.20.2", - "@babel/helper-validator-identifier": "^7.19.1" + "@babel/helper-hoist-variables": "^7.22.5", + "@babel/helper-module-transforms": "^7.23.3", + "@babel/helper-plugin-utils": "^7.22.5", + "@babel/helper-validator-identifier": "^7.22.20" }, "engines": { "node": ">=6.9.0" @@ -2729,11 +3071,13 @@ } }, "node_modules/@babel/plugin-transform-modules-umd": { - "version": "7.18.6", - "license": "MIT", + "version": "7.23.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-umd/-/plugin-transform-modules-umd-7.23.3.tgz", + "integrity": "sha512-zHsy9iXX2nIsCBFPud3jKn1IRPWg3Ing1qOZgeKV39m1ZgIdpJqvlWVeiHBZC6ITRG0MfskhYe9cLgntfSFPIg==", + "dev": true, "dependencies": { - "@babel/helper-module-transforms": "^7.18.6", - "@babel/helper-plugin-utils": "^7.18.6" + "@babel/helper-module-transforms": "^7.23.3", + "@babel/helper-plugin-utils": "^7.22.5" }, "engines": { "node": ">=6.9.0" @@ -2743,11 +3087,13 @@ } }, "node_modules/@babel/plugin-transform-named-capturing-groups-regex": { - "version": "7.20.5", - "license": "MIT", + "version": "7.22.5", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.22.5.tgz", + "integrity": "sha512-YgLLKmS3aUBhHaxp5hi1WJTgOUb/NCuDHzGT9z9WTt3YG+CPRhJs6nprbStx6DnWM4dh6gt7SU3sZodbZ08adQ==", + "dev": true, "dependencies": { - "@babel/helper-create-regexp-features-plugin": "^7.20.5", - "@babel/helper-plugin-utils": "^7.20.2" + "@babel/helper-create-regexp-features-plugin": "^7.22.5", + "@babel/helper-plugin-utils": "^7.22.5" }, "engines": { "node": ">=6.9.0" @@ -2757,10 +3103,63 @@ } }, "node_modules/@babel/plugin-transform-new-target": { - "version": "7.18.6", - "license": "MIT", + "version": "7.23.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-new-target/-/plugin-transform-new-target-7.23.3.tgz", + "integrity": "sha512-YJ3xKqtJMAT5/TIZnpAR3I+K+WaDowYbN3xyxI8zxx/Gsypwf9B9h0VB+1Nh6ACAAPRS5NSRje0uVv5i79HYGQ==", + "dev": true, "dependencies": { - "@babel/helper-plugin-utils": "^7.18.6" + "@babel/helper-plugin-utils": "^7.22.5" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-nullish-coalescing-operator": { + "version": "7.23.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-nullish-coalescing-operator/-/plugin-transform-nullish-coalescing-operator-7.23.3.tgz", + "integrity": "sha512-xzg24Lnld4DYIdysyf07zJ1P+iIfJpxtVFOzX4g+bsJ3Ng5Le7rXx9KwqKzuyaUeRnt+I1EICwQITqc0E2PmpA==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.22.5", + "@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.3" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-numeric-separator": { + "version": "7.23.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-numeric-separator/-/plugin-transform-numeric-separator-7.23.3.tgz", + "integrity": "sha512-s9GO7fIBi/BLsZ0v3Rftr6Oe4t0ctJ8h4CCXfPoEJwmvAPMyNrfkOOJzm6b9PX9YXcCJWWQd/sBF/N26eBiMVw==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.22.5", + "@babel/plugin-syntax-numeric-separator": "^7.10.4" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-object-rest-spread": { + "version": "7.23.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-object-rest-spread/-/plugin-transform-object-rest-spread-7.23.3.tgz", + "integrity": "sha512-VxHt0ANkDmu8TANdE9Kc0rndo/ccsmfe2Cx2y5sI4hu3AukHQ5wAu4cM7j3ba8B9548ijVyclBU+nuDQftZsog==", + "dev": true, + "dependencies": { + "@babel/compat-data": "^7.23.3", + "@babel/helper-compilation-targets": "^7.22.15", + "@babel/helper-plugin-utils": "^7.22.5", + "@babel/plugin-syntax-object-rest-spread": "^7.8.3", + "@babel/plugin-transform-parameters": "^7.23.3" }, "engines": { "node": ">=6.9.0" @@ -2770,11 +3169,46 @@ } }, "node_modules/@babel/plugin-transform-object-super": { - "version": "7.18.6", - "license": "MIT", + "version": "7.23.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-object-super/-/plugin-transform-object-super-7.23.3.tgz", + "integrity": "sha512-BwQ8q0x2JG+3lxCVFohg+KbQM7plfpBwThdW9A6TMtWwLsbDA01Ek2Zb/AgDN39BiZsExm4qrXxjk+P1/fzGrA==", + "dev": true, "dependencies": { - "@babel/helper-plugin-utils": "^7.18.6", - "@babel/helper-replace-supers": "^7.18.6" + "@babel/helper-plugin-utils": "^7.22.5", + "@babel/helper-replace-supers": "^7.22.20" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-optional-catch-binding": { + "version": "7.23.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-optional-catch-binding/-/plugin-transform-optional-catch-binding-7.23.3.tgz", + "integrity": "sha512-LxYSb0iLjUamfm7f1D7GpiS4j0UAC8AOiehnsGAP8BEsIX8EOi3qV6bbctw8M7ZvLtcoZfZX5Z7rN9PlWk0m5A==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.22.5", + "@babel/plugin-syntax-optional-catch-binding": "^7.8.3" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-optional-chaining": { + "version": "7.23.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-optional-chaining/-/plugin-transform-optional-chaining-7.23.3.tgz", + "integrity": "sha512-zvL8vIfIUgMccIAK1lxjvNv572JHFJIKb4MWBz5OGdBQA0fB0Xluix5rmOby48exiJc987neOmP/m9Fnpkz3Tg==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.22.5", + "@babel/helper-skip-transparent-expression-wrappers": "^7.22.5", + "@babel/plugin-syntax-optional-chaining": "^7.8.3" }, "engines": { "node": ">=6.9.0" @@ -2784,10 +3218,12 @@ } }, "node_modules/@babel/plugin-transform-parameters": { - "version": "7.21.3", - "license": "MIT", + "version": "7.23.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.23.3.tgz", + "integrity": "sha512-09lMt6UsUb3/34BbECKVbVwrT9bO6lILWln237z7sLaWnMsTi7Yc9fhX5DLpkJzAGfaReXI22wP41SZmnAA3Vw==", + "dev": true, "dependencies": { - "@babel/helper-plugin-utils": "^7.20.2" + "@babel/helper-plugin-utils": "^7.22.5" }, "engines": { "node": ">=6.9.0" @@ -2796,11 +3232,59 @@ "@babel/core": "^7.0.0-0" } }, - "node_modules/@babel/plugin-transform-property-literals": { - "version": "7.18.6", - "license": "MIT", + "node_modules/@babel/plugin-transform-private-methods": { + "version": "7.23.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-private-methods/-/plugin-transform-private-methods-7.23.3.tgz", + "integrity": "sha512-UzqRcRtWsDMTLrRWFvUBDwmw06tCQH9Rl1uAjfh6ijMSmGYQ+fpdB+cnqRC8EMh5tuuxSv0/TejGL+7vyj+50g==", + "dev": true, "dependencies": { - "@babel/helper-plugin-utils": "^7.18.6" + "@babel/helper-create-class-features-plugin": "^7.22.15", + "@babel/helper-plugin-utils": "^7.22.5" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-private-property-in-object": { + "version": "7.23.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-private-property-in-object/-/plugin-transform-private-property-in-object-7.23.3.tgz", + "integrity": "sha512-a5m2oLNFyje2e/rGKjVfAELTVI5mbA0FeZpBnkOWWV7eSmKQ+T/XW0Vf+29ScLzSxX+rnsarvU0oie/4m6hkxA==", + "dev": true, + "dependencies": { + "@babel/helper-annotate-as-pure": "^7.22.5", + "@babel/helper-create-class-features-plugin": "^7.22.15", + "@babel/helper-plugin-utils": "^7.22.5", + "@babel/plugin-syntax-private-property-in-object": "^7.14.5" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-private-property-in-object/node_modules/@babel/helper-annotate-as-pure": { + "version": "7.22.5", + "resolved": "https://registry.npmjs.org/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.22.5.tgz", + "integrity": "sha512-LvBTxu8bQSQkcyKOU+a1btnNFQ1dMAd0R6PyW3arXes06F6QLWLIrd681bxRPIXlrMGR3XYnW9JyML7dP3qgxg==", + "dev": true, + "dependencies": { + "@babel/types": "^7.22.5" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/plugin-transform-property-literals": { + "version": "7.23.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-property-literals/-/plugin-transform-property-literals-7.23.3.tgz", + "integrity": "sha512-jR3Jn3y7cZp4oEWPFAlRsSWjxKe4PZILGBSd4nis1TsC5qeSpb+nrtihJuDhNI7QHiVbUaiXa0X2RZY3/TI6Nw==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.22.5" }, "engines": { "node": ">=6.9.0" @@ -2810,10 +3294,12 @@ } }, "node_modules/@babel/plugin-transform-react-display-name": { - "version": "7.18.6", - "license": "MIT", + "version": "7.23.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-display-name/-/plugin-transform-react-display-name-7.23.3.tgz", + "integrity": "sha512-GnvhtVfA2OAtzdX58FJxU19rhoGeQzyVndw3GgtdECQvQFXPEZIOVULHVZGAYmOgmqjXpVpfocAbSjh99V/Fqw==", + "dev": true, "dependencies": { - "@babel/helper-plugin-utils": "^7.18.6" + "@babel/helper-plugin-utils": "^7.22.5" }, "engines": { "node": ">=6.9.0" @@ -2823,14 +3309,16 @@ } }, "node_modules/@babel/plugin-transform-react-jsx": { - "version": "7.21.5", - "license": "MIT", + "version": "7.22.15", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx/-/plugin-transform-react-jsx-7.22.15.tgz", + "integrity": "sha512-oKckg2eZFa8771O/5vi7XeTvmM6+O9cxZu+kanTU7tD4sin5nO/G8jGJhq8Hvt2Z0kUoEDRayuZLaUlYl8QuGA==", + "dev": true, "dependencies": { - "@babel/helper-annotate-as-pure": "^7.18.6", - "@babel/helper-module-imports": "^7.21.4", - "@babel/helper-plugin-utils": "^7.21.5", - "@babel/plugin-syntax-jsx": "^7.21.4", - "@babel/types": "^7.21.5" + "@babel/helper-annotate-as-pure": "^7.22.5", + "@babel/helper-module-imports": "^7.22.15", + "@babel/helper-plugin-utils": "^7.22.5", + "@babel/plugin-syntax-jsx": "^7.22.5", + "@babel/types": "^7.22.15" }, "engines": { "node": ">=6.9.0" @@ -2840,10 +3328,12 @@ } }, "node_modules/@babel/plugin-transform-react-jsx-development": { - "version": "7.18.6", - "license": "MIT", + "version": "7.22.5", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx-development/-/plugin-transform-react-jsx-development-7.22.5.tgz", + "integrity": "sha512-bDhuzwWMuInwCYeDeMzyi7TaBgRQei6DqxhbyniL7/VG4RSS7HtSL2QbY4eESy1KJqlWt8g3xeEBGPuo+XqC8A==", + "dev": true, "dependencies": { - "@babel/plugin-transform-react-jsx": "^7.18.6" + "@babel/plugin-transform-react-jsx": "^7.22.5" }, "engines": { "node": ">=6.9.0" @@ -2852,12 +3342,26 @@ "@babel/core": "^7.0.0-0" } }, + "node_modules/@babel/plugin-transform-react-jsx/node_modules/@babel/helper-annotate-as-pure": { + "version": "7.22.5", + "resolved": "https://registry.npmjs.org/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.22.5.tgz", + "integrity": "sha512-LvBTxu8bQSQkcyKOU+a1btnNFQ1dMAd0R6PyW3arXes06F6QLWLIrd681bxRPIXlrMGR3XYnW9JyML7dP3qgxg==", + "dev": true, + "dependencies": { + "@babel/types": "^7.22.5" + }, + "engines": { + "node": ">=6.9.0" + } + }, "node_modules/@babel/plugin-transform-react-pure-annotations": { - "version": "7.18.6", - "license": "MIT", + "version": "7.23.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-pure-annotations/-/plugin-transform-react-pure-annotations-7.23.3.tgz", + "integrity": "sha512-qMFdSS+TUhB7Q/3HVPnEdYJDQIk57jkntAwSuz9xfSE4n+3I+vHYCli3HoHawN1Z3RfCz/y1zXA/JXjG6cVImQ==", + "dev": true, "dependencies": { - "@babel/helper-annotate-as-pure": "^7.18.6", - "@babel/helper-plugin-utils": "^7.18.6" + "@babel/helper-annotate-as-pure": "^7.22.5", + "@babel/helper-plugin-utils": "^7.22.5" }, "engines": { "node": ">=6.9.0" @@ -2866,12 +3370,26 @@ "@babel/core": "^7.0.0-0" } }, - "node_modules/@babel/plugin-transform-regenerator": { - "version": "7.21.5", - "license": "MIT", + "node_modules/@babel/plugin-transform-react-pure-annotations/node_modules/@babel/helper-annotate-as-pure": { + "version": "7.22.5", + "resolved": "https://registry.npmjs.org/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.22.5.tgz", + "integrity": "sha512-LvBTxu8bQSQkcyKOU+a1btnNFQ1dMAd0R6PyW3arXes06F6QLWLIrd681bxRPIXlrMGR3XYnW9JyML7dP3qgxg==", + "dev": true, "dependencies": { - "@babel/helper-plugin-utils": "^7.21.5", - "regenerator-transform": "^0.15.1" + "@babel/types": "^7.22.5" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/plugin-transform-regenerator": { + "version": "7.23.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.23.3.tgz", + "integrity": "sha512-KP+75h0KghBMcVpuKisx3XTu9Ncut8Q8TuvGO4IhY+9D5DFEckQefOuIsB/gQ2tG71lCke4NMrtIPS8pOj18BQ==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.22.5", + "regenerator-transform": "^0.15.2" }, "engines": { "node": ">=6.9.0" @@ -2881,10 +3399,12 @@ } }, "node_modules/@babel/plugin-transform-reserved-words": { - "version": "7.18.6", - "license": "MIT", + "version": "7.23.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-reserved-words/-/plugin-transform-reserved-words-7.23.3.tgz", + "integrity": "sha512-QnNTazY54YqgGxwIexMZva9gqbPa15t/x9VS+0fsEFWplwVpXYZivtgl43Z1vMpc1bdPP2PP8siFeVcnFvA3Cg==", + "dev": true, "dependencies": { - "@babel/helper-plugin-utils": "^7.18.6" + "@babel/helper-plugin-utils": "^7.22.5" }, "engines": { "node": ">=6.9.0" @@ -2894,15 +3414,16 @@ } }, "node_modules/@babel/plugin-transform-runtime": { - "version": "7.18.6", + "version": "7.19.6", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.19.6.tgz", + "integrity": "sha512-PRH37lz4JU156lYFW1p8OxE5i7d6Sl/zV58ooyr+q1J1lnQPyg5tIiXlIwNVhJaY4W3TmOtdc8jqdXQcB1v5Yw==", "dev": true, - "license": "MIT", "dependencies": { "@babel/helper-module-imports": "^7.18.6", - "@babel/helper-plugin-utils": "^7.18.6", - "babel-plugin-polyfill-corejs2": "^0.3.1", - "babel-plugin-polyfill-corejs3": "^0.5.2", - "babel-plugin-polyfill-regenerator": "^0.3.1", + "@babel/helper-plugin-utils": "^7.19.0", + "babel-plugin-polyfill-corejs2": "^0.3.3", + "babel-plugin-polyfill-corejs3": "^0.6.0", + "babel-plugin-polyfill-regenerator": "^0.4.1", "semver": "^6.3.0" }, "engines": { @@ -2922,10 +3443,12 @@ } }, "node_modules/@babel/plugin-transform-shorthand-properties": { - "version": "7.18.6", - "license": "MIT", + "version": "7.23.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-shorthand-properties/-/plugin-transform-shorthand-properties-7.23.3.tgz", + "integrity": "sha512-ED2fgqZLmexWiN+YNFX26fx4gh5qHDhn1O2gvEhreLW2iI63Sqm4llRLCXALKrCnbN4Jy0VcMQZl/SAzqug/jg==", + "dev": true, "dependencies": { - "@babel/helper-plugin-utils": "^7.18.6" + "@babel/helper-plugin-utils": "^7.22.5" }, "engines": { "node": ">=6.9.0" @@ -2935,11 +3458,13 @@ } }, "node_modules/@babel/plugin-transform-spread": { - "version": "7.20.7", - "license": "MIT", + "version": "7.23.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-spread/-/plugin-transform-spread-7.23.3.tgz", + "integrity": "sha512-VvfVYlrlBVu+77xVTOAoxQ6mZbnIq5FM0aGBSFEcIh03qHf+zNqA4DC/3XMUozTg7bZV3e3mZQ0i13VB6v5yUg==", + "dev": true, "dependencies": { - "@babel/helper-plugin-utils": "^7.20.2", - "@babel/helper-skip-transparent-expression-wrappers": "^7.20.0" + "@babel/helper-plugin-utils": "^7.22.5", + "@babel/helper-skip-transparent-expression-wrappers": "^7.22.5" }, "engines": { "node": ">=6.9.0" @@ -2949,10 +3474,12 @@ } }, "node_modules/@babel/plugin-transform-sticky-regex": { - "version": "7.18.6", - "license": "MIT", + "version": "7.23.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-sticky-regex/-/plugin-transform-sticky-regex-7.23.3.tgz", + "integrity": "sha512-HZOyN9g+rtvnOU3Yh7kSxXrKbzgrm5X4GncPY1QOquu7epga5MxKHVpYu2hvQnry/H+JjckSYRb93iNfsioAGg==", + "dev": true, "dependencies": { - "@babel/helper-plugin-utils": "^7.18.6" + "@babel/helper-plugin-utils": "^7.22.5" }, "engines": { "node": ">=6.9.0" @@ -2962,10 +3489,12 @@ } }, "node_modules/@babel/plugin-transform-template-literals": { - "version": "7.18.9", - "license": "MIT", + "version": "7.23.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-template-literals/-/plugin-transform-template-literals-7.23.3.tgz", + "integrity": "sha512-Flok06AYNp7GV2oJPZZcP9vZdszev6vPBkHLwxwSpaIqx75wn6mUd3UFWsSsA0l8nXAKkyCmL/sR02m8RYGeHg==", + "dev": true, "dependencies": { - "@babel/helper-plugin-utils": "^7.18.9" + "@babel/helper-plugin-utils": "^7.22.5" }, "engines": { "node": ">=6.9.0" @@ -2975,10 +3504,12 @@ } }, "node_modules/@babel/plugin-transform-typeof-symbol": { - "version": "7.18.9", - "license": "MIT", + "version": "7.23.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-typeof-symbol/-/plugin-transform-typeof-symbol-7.23.3.tgz", + "integrity": "sha512-4t15ViVnaFdrPC74be1gXBSMzXk3B4Us9lP7uLRQHTFpV5Dvt33pn+2MyyNxmN3VTTm3oTrZVMUmuw3oBnQ2oQ==", + "dev": true, "dependencies": { - "@babel/helper-plugin-utils": "^7.18.9" + "@babel/helper-plugin-utils": "^7.22.5" }, "engines": { "node": ">=6.9.0" @@ -2988,13 +3519,15 @@ } }, "node_modules/@babel/plugin-transform-typescript": { - "version": "7.21.3", - "license": "MIT", + "version": "7.23.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-typescript/-/plugin-transform-typescript-7.23.3.tgz", + "integrity": "sha512-ogV0yWnq38CFwH20l2Afz0dfKuZBx9o/Y2Rmh5vuSS0YD1hswgEgTfyTzuSrT2q9btmHRSqYoSfwFUVaC1M1Jw==", + "dev": true, "dependencies": { - "@babel/helper-annotate-as-pure": "^7.18.6", - "@babel/helper-create-class-features-plugin": "^7.21.0", - "@babel/helper-plugin-utils": "^7.20.2", - "@babel/plugin-syntax-typescript": "^7.20.0" + "@babel/helper-annotate-as-pure": "^7.22.5", + "@babel/helper-create-class-features-plugin": "^7.22.15", + "@babel/helper-plugin-utils": "^7.22.5", + "@babel/plugin-syntax-typescript": "^7.23.3" }, "engines": { "node": ">=6.9.0" @@ -3003,11 +3536,41 @@ "@babel/core": "^7.0.0-0" } }, - "node_modules/@babel/plugin-transform-unicode-escapes": { - "version": "7.21.5", - "license": "MIT", + "node_modules/@babel/plugin-transform-typescript/node_modules/@babel/helper-annotate-as-pure": { + "version": "7.22.5", + "resolved": "https://registry.npmjs.org/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.22.5.tgz", + "integrity": "sha512-LvBTxu8bQSQkcyKOU+a1btnNFQ1dMAd0R6PyW3arXes06F6QLWLIrd681bxRPIXlrMGR3XYnW9JyML7dP3qgxg==", + "dev": true, "dependencies": { - "@babel/helper-plugin-utils": "^7.21.5" + "@babel/types": "^7.22.5" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/plugin-transform-unicode-escapes": { + "version": "7.23.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-escapes/-/plugin-transform-unicode-escapes-7.23.3.tgz", + "integrity": "sha512-OMCUx/bU6ChE3r4+ZdylEqAjaQgHAgipgW8nsCfu5pGqDcFytVd91AwRvUJSBZDz0exPGgnjoqhgRYLRjFZc9Q==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.22.5" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-unicode-property-regex": { + "version": "7.23.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-property-regex/-/plugin-transform-unicode-property-regex-7.23.3.tgz", + "integrity": "sha512-KcLIm+pDZkWZQAFJ9pdfmh89EwVfmNovFBcXko8szpBeF8z68kWIPeKlmSOkT9BXJxs2C0uk+5LxoxIv62MROA==", + "dev": true, + "dependencies": { + "@babel/helper-create-regexp-features-plugin": "^7.22.15", + "@babel/helper-plugin-utils": "^7.22.5" }, "engines": { "node": ">=6.9.0" @@ -3017,11 +3580,13 @@ } }, "node_modules/@babel/plugin-transform-unicode-regex": { - "version": "7.18.6", - "license": "MIT", + "version": "7.23.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-regex/-/plugin-transform-unicode-regex-7.23.3.tgz", + "integrity": "sha512-wMHpNA4x2cIA32b/ci3AfwNgheiva2W0WUKWTK7vBHBhDKfPsc5cFGNWm69WBqpwd86u1qwZ9PWevKqm1A3yAw==", + "dev": true, "dependencies": { - "@babel/helper-create-regexp-features-plugin": "^7.18.6", - "@babel/helper-plugin-utils": "^7.18.6" + "@babel/helper-create-regexp-features-plugin": "^7.22.15", + "@babel/helper-plugin-utils": "^7.22.5" }, "engines": { "node": ">=6.9.0" @@ -3030,28 +3595,46 @@ "@babel/core": "^7.0.0-0" } }, - "node_modules/@babel/preset-env": { - "version": "7.18.6", - "license": "MIT", + "node_modules/@babel/plugin-transform-unicode-sets-regex": { + "version": "7.23.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-sets-regex/-/plugin-transform-unicode-sets-regex-7.23.3.tgz", + "integrity": "sha512-W7lliA/v9bNR83Qc3q1ip9CQMZ09CcHDbHfbLRDNuAhn1Mvkr1ZNF7hPmztMQvtTGVLJ9m8IZqWsTkXOml8dbw==", + "dev": true, "dependencies": { - "@babel/compat-data": "^7.18.6", - "@babel/helper-compilation-targets": "^7.18.6", - "@babel/helper-plugin-utils": "^7.18.6", + "@babel/helper-create-regexp-features-plugin": "^7.22.15", + "@babel/helper-plugin-utils": "^7.22.5" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0" + } + }, + "node_modules/@babel/preset-env": { + "version": "7.20.2", + "resolved": "https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.20.2.tgz", + "integrity": "sha512-1G0efQEWR1EHkKvKHqbG+IN/QdgwfByUpM5V5QroDzGV2t3S/WXNQd693cHiHTlCFMpr9B6FkPFXDA2lQcKoDg==", + "dev": true, + "dependencies": { + "@babel/compat-data": "^7.20.1", + "@babel/helper-compilation-targets": "^7.20.0", + "@babel/helper-plugin-utils": "^7.20.2", "@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.6", - "@babel/plugin-proposal-async-generator-functions": "^7.18.6", + "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": "^7.18.9", + "@babel/plugin-proposal-async-generator-functions": "^7.20.1", "@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.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.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.6", + "@babel/plugin-proposal-object-rest-spread": "^7.20.2", "@babel/plugin-proposal-optional-catch-binding": "^7.18.6", - "@babel/plugin-proposal-optional-chaining": "^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", @@ -3060,7 +3643,7 @@ "@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-import-assertions": "^7.20.0", "@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", @@ -3073,41 +3656,41 @@ "@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.6", - "@babel/plugin-transform-classes": "^7.18.6", - "@babel/plugin-transform-computed-properties": "^7.18.6", - "@babel/plugin-transform-destructuring": "^7.18.6", + "@babel/plugin-transform-block-scoping": "^7.20.2", + "@babel/plugin-transform-classes": "^7.20.2", + "@babel/plugin-transform-computed-properties": "^7.18.9", + "@babel/plugin-transform-destructuring": "^7.20.2", "@babel/plugin-transform-dotall-regex": "^7.18.6", - "@babel/plugin-transform-duplicate-keys": "^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.6", - "@babel/plugin-transform-function-name": "^7.18.6", - "@babel/plugin-transform-literals": "^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.6", + "@babel/plugin-transform-modules-amd": "^7.19.6", + "@babel/plugin-transform-modules-commonjs": "^7.19.6", + "@babel/plugin-transform-modules-systemjs": "^7.19.6", "@babel/plugin-transform-modules-umd": "^7.18.6", - "@babel/plugin-transform-named-capturing-groups-regex": "^7.18.6", + "@babel/plugin-transform-named-capturing-groups-regex": "^7.19.1", "@babel/plugin-transform-new-target": "^7.18.6", "@babel/plugin-transform-object-super": "^7.18.6", - "@babel/plugin-transform-parameters": "^7.18.6", + "@babel/plugin-transform-parameters": "^7.20.1", "@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.6", + "@babel/plugin-transform-spread": "^7.19.0", "@babel/plugin-transform-sticky-regex": "^7.18.6", - "@babel/plugin-transform-template-literals": "^7.18.6", - "@babel/plugin-transform-typeof-symbol": "^7.18.6", - "@babel/plugin-transform-unicode-escapes": "^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.6", - "babel-plugin-polyfill-corejs2": "^0.3.1", - "babel-plugin-polyfill-corejs3": "^0.5.2", - "babel-plugin-polyfill-regenerator": "^0.3.1", - "core-js-compat": "^3.22.1", + "@babel/types": "^7.20.2", + "babel-plugin-polyfill-corejs2": "^0.3.3", + "babel-plugin-polyfill-corejs3": "^0.6.0", + "babel-plugin-polyfill-regenerator": "^0.4.1", + "core-js-compat": "^3.25.1", "semver": "^6.3.0" }, "engines": { @@ -3121,13 +3704,16 @@ "version": "6.3.1", "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz", "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==", + "dev": true, "bin": { "semver": "bin/semver.js" } }, "node_modules/@babel/preset-modules": { - "version": "0.1.5", - "license": "MIT", + "version": "0.1.6", + "resolved": "https://registry.npmjs.org/@babel/preset-modules/-/preset-modules-0.1.6.tgz", + "integrity": "sha512-ID2yj6K/4lKfhuU3+EX4UvNbIt7eACFbHmNUjzA+ep+B5971CknnA/9DEWKbRokfbbtblxxxXFJJrH47UEAMVg==", + "dev": true, "dependencies": { "@babel/helper-plugin-utils": "^7.0.0", "@babel/plugin-proposal-unicode-property-regex": "^7.4.4", @@ -3136,19 +3722,21 @@ "esutils": "^2.0.2" }, "peerDependencies": { - "@babel/core": "^7.0.0-0" + "@babel/core": "^7.0.0-0 || ^8.0.0-0 <8.0.0" } }, "node_modules/@babel/preset-react": { - "version": "7.18.6", - "license": "MIT", + "version": "7.23.3", + "resolved": "https://registry.npmjs.org/@babel/preset-react/-/preset-react-7.23.3.tgz", + "integrity": "sha512-tbkHOS9axH6Ysf2OUEqoSZ6T3Fa2SrNH6WTWSPBboxKzdxNc9qOICeLXkNG0ZEwbQ1HY8liwOce4aN/Ceyuq6w==", + "dev": true, "dependencies": { - "@babel/helper-plugin-utils": "^7.18.6", - "@babel/helper-validator-option": "^7.18.6", - "@babel/plugin-transform-react-display-name": "^7.18.6", - "@babel/plugin-transform-react-jsx": "^7.18.6", - "@babel/plugin-transform-react-jsx-development": "^7.18.6", - "@babel/plugin-transform-react-pure-annotations": "^7.18.6" + "@babel/helper-plugin-utils": "^7.22.5", + "@babel/helper-validator-option": "^7.22.15", + "@babel/plugin-transform-react-display-name": "^7.23.3", + "@babel/plugin-transform-react-jsx": "^7.22.15", + "@babel/plugin-transform-react-jsx-development": "^7.22.5", + "@babel/plugin-transform-react-pure-annotations": "^7.23.3" }, "engines": { "node": ">=6.9.0" @@ -3158,14 +3746,16 @@ } }, "node_modules/@babel/preset-typescript": { - "version": "7.21.5", - "license": "MIT", + "version": "7.23.3", + "resolved": "https://registry.npmjs.org/@babel/preset-typescript/-/preset-typescript-7.23.3.tgz", + "integrity": "sha512-17oIGVlqz6CchO9RFYn5U6ZpWRZIngayYCtrPRSgANSwC2V1Jb+iP74nVxzzXJte8b8BYxrL1yY96xfhTBrNNQ==", + "dev": true, "dependencies": { - "@babel/helper-plugin-utils": "^7.21.5", - "@babel/helper-validator-option": "^7.21.0", - "@babel/plugin-syntax-jsx": "^7.21.4", - "@babel/plugin-transform-modules-commonjs": "^7.21.5", - "@babel/plugin-transform-typescript": "^7.21.3" + "@babel/helper-plugin-utils": "^7.22.5", + "@babel/helper-validator-option": "^7.22.15", + "@babel/plugin-syntax-jsx": "^7.23.3", + "@babel/plugin-transform-modules-commonjs": "^7.23.3", + "@babel/plugin-transform-typescript": "^7.23.3" }, "engines": { "node": ">=6.9.0" @@ -3175,8 +3765,10 @@ } }, "node_modules/@babel/register": { - "version": "7.21.0", - "license": "MIT", + "version": "7.22.15", + "resolved": "https://registry.npmjs.org/@babel/register/-/register-7.22.15.tgz", + "integrity": "sha512-V3Q3EqoQdn65RCgTLwauZaTfd1ShhwPmbBv+1dkZV/HpCGMKVyn6oFcRlI7RaKqiDQjX2Qd3AuoEguBgdjIKlg==", + "dev": true, "dependencies": { "clone-deep": "^4.0.1", "find-cache-dir": "^2.0.0", @@ -3193,43 +3785,50 @@ }, "node_modules/@babel/regjsgen": { "version": "0.8.0", - "license": "MIT" + "resolved": "https://registry.npmjs.org/@babel/regjsgen/-/regjsgen-0.8.0.tgz", + "integrity": "sha512-x/rqGMdzj+fWZvCOYForTghzbtqPDZ5gPwaoNGHdgDfF2QA/XZbCBp4Moo5scrkAMPhB7z26XM/AaHuIJdgauA==", + "dev": true }, "node_modules/@babel/runtime": { - "version": "7.18.6", - "license": "MIT", + "version": "7.20.13", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.20.13.tgz", + "integrity": "sha512-gt3PKXs0DBoL9xCvOIIZ2NEqAGZqHjAnmVbfQtB620V0uReIQutpel14KcneZuer7UioY8ALKZ7iocavvzTNFA==", + "dev": true, "dependencies": { - "regenerator-runtime": "^0.13.4" + "regenerator-runtime": "^0.13.11" }, "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/template": { - "version": "7.18.6", - "license": "MIT", + "version": "7.20.7", + "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.20.7.tgz", + "integrity": "sha512-8SegXApWe6VoNw0r9JHpSteLKTpTiLZ4rMlGIm9JQ18KiCtyQiAMEazujAHrUS5flrcqYZa75ukev3P6QmUwUw==", + "dev": true, "dependencies": { "@babel/code-frame": "^7.18.6", - "@babel/parser": "^7.18.6", - "@babel/types": "^7.18.6" + "@babel/parser": "^7.20.7", + "@babel/types": "^7.20.7" }, "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/traverse": { - "version": "7.23.2", - "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.23.2.tgz", - "integrity": "sha512-azpe59SQ48qG6nu2CzcMLbxUudtN+dOM9kDbUqGq3HXUJRlo7i8fvPoxQUzYgLZ4cMVmuZgm8vvBpNeRhd6XSw==", + "version": "7.23.3", + "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.23.3.tgz", + "integrity": "sha512-+K0yF1/9yR0oHdE0StHuEj3uTPzwwbrLGfNOndVJVV2TqA5+j3oljJUb4nmB954FLGjNem976+B+eDuLIjesiQ==", + "dev": true, "dependencies": { "@babel/code-frame": "^7.22.13", - "@babel/generator": "^7.23.0", + "@babel/generator": "^7.23.3", "@babel/helper-environment-visitor": "^7.22.20", "@babel/helper-function-name": "^7.23.0", "@babel/helper-hoist-variables": "^7.22.5", "@babel/helper-split-export-declaration": "^7.22.6", - "@babel/parser": "^7.23.0", - "@babel/types": "^7.23.0", + "@babel/parser": "^7.23.3", + "@babel/types": "^7.23.3", "debug": "^4.1.0", "globals": "^11.1.0" }, @@ -3238,11 +3837,12 @@ } }, "node_modules/@babel/traverse/node_modules/@babel/generator": { - "version": "7.23.0", - "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.23.0.tgz", - "integrity": "sha512-lN85QRR+5IbYrMWM6Y4pE/noaQtg4pNiqeNGX60eqOfo6gtEj6uw/JagelB8vVztSd7R6M5n1+PQkDbHbBRU4g==", + "version": "7.23.3", + "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.23.3.tgz", + "integrity": "sha512-keeZWAV4LU3tW0qRi19HRpabC/ilM0HRBBzf9/k8FFiG4KVpiv0FIy4hHfLfFQZNhziCTPTmd59zoyv6DNISzg==", + "dev": true, "dependencies": { - "@babel/types": "^7.23.0", + "@babel/types": "^7.23.3", "@jridgewell/gen-mapping": "^0.3.2", "@jridgewell/trace-mapping": "^0.3.17", "jsesc": "^2.5.1" @@ -3251,10 +3851,23 @@ "node": ">=6.9.0" } }, + "node_modules/@babel/traverse/node_modules/@babel/helper-split-export-declaration": { + "version": "7.22.6", + "resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.22.6.tgz", + "integrity": "sha512-AsUnxuLhRYsisFiaJwvp1QF+I3KjD5FOxut14q/GzovUe6orHLesW2C7d754kRm53h5gqrz6sFl6sxc4BVtE/g==", + "dev": true, + "dependencies": { + "@babel/types": "^7.22.5" + }, + "engines": { + "node": ">=6.9.0" + } + }, "node_modules/@babel/traverse/node_modules/@jridgewell/gen-mapping": { "version": "0.3.3", "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.3.tgz", "integrity": "sha512-HLhSWOLRi875zjjMG/r+Nv0oCW8umGb0BgEhyX3dDX3egwZtB8PqLnjz3yedt8R5StBrzcg4aBpnh8UA9D1BoQ==", + "dev": true, "dependencies": { "@jridgewell/set-array": "^1.0.1", "@jridgewell/sourcemap-codec": "^1.4.10", @@ -3265,9 +3878,10 @@ } }, "node_modules/@babel/types": { - "version": "7.23.0", - "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.23.0.tgz", - "integrity": "sha512-0oIyUfKoI3mSqMvsxBdclDwxXKXAUA8v/apZbc+iSyARYou1o8ZGDxbUYyLFoW2arqS2jDGqJuZvv1d/io1axg==", + "version": "7.23.3", + "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.23.3.tgz", + "integrity": "sha512-OZnvoH2l8PK5eUvEcUyCt/sXgr/h+UWpVuBbOljwcrAgUl6lpchoQ++PHGyQy1AtYnVA6CEq3y5xeEI10brpXw==", + "dev": true, "dependencies": { "@babel/helper-string-parser": "^7.22.5", "@babel/helper-validator-identifier": "^7.22.20", @@ -3285,8 +3899,9 @@ }, "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, - "license": "Apache-2.0", "dependencies": { "exec-sh": "^0.3.2", "minimist": "^1.2.0" @@ -3300,67 +3915,186 @@ }, "node_modules/@codexteam/icons": { "version": "0.0.5", - "license": "MIT" + "resolved": "https://registry.npmjs.org/@codexteam/icons/-/icons-0.0.5.tgz", + "integrity": "sha512-s6H2KXhLz2rgbMZSkRm8dsMJvyUNZsEjxobBEg9ztdrb1B2H3pEzY6iTwI4XUPJWJ3c3qRKwV4TrO3J5jUdoQA==" }, "node_modules/@colors/colors": { "version": "1.5.0", - "devOptional": true, - "license": "MIT", + "resolved": "https://registry.npmjs.org/@colors/colors/-/colors-1.5.0.tgz", + "integrity": "sha512-ooWCrlZP11i8GImSjTHYHLkvFDP48nS4+204nGb1RiX/WXYHmJA2III9/e2DWVabCESdW7hBAEzHRqUn9OUVvQ==", + "dev": true, "engines": { "node": ">=0.1.90" } }, + "node_modules/@cspell/cspell-bundled-dicts": { + "version": "8.0.0", + "resolved": "https://registry.npmjs.org/@cspell/cspell-bundled-dicts/-/cspell-bundled-dicts-8.0.0.tgz", + "integrity": "sha512-Phbb1ij1TQQuqxuuvxf5P6fvV9U+EVoATNLmDqFHvRZfUyuhgbJuCMzIPeBx4GfTTDWlPs51FYRvZ/Q8xBHsyA==", + "dependencies": { + "@cspell/dict-ada": "^4.0.2", + "@cspell/dict-aws": "^4.0.0", + "@cspell/dict-bash": "^4.1.2", + "@cspell/dict-companies": "^3.0.27", + "@cspell/dict-cpp": "^5.0.9", + "@cspell/dict-cryptocurrencies": "^4.0.0", + "@cspell/dict-csharp": "^4.0.2", + "@cspell/dict-css": "^4.0.12", + "@cspell/dict-dart": "^2.0.3", + "@cspell/dict-django": "^4.1.0", + "@cspell/dict-docker": "^1.1.7", + "@cspell/dict-dotnet": "^5.0.0", + "@cspell/dict-elixir": "^4.0.3", + "@cspell/dict-en_us": "^4.3.11", + "@cspell/dict-en-common-misspellings": "^1.0.2", + "@cspell/dict-en-gb": "1.1.33", + "@cspell/dict-filetypes": "^3.0.2", + "@cspell/dict-fonts": "^4.0.0", + "@cspell/dict-fsharp": "^1.0.1", + "@cspell/dict-fullstack": "^3.1.5", + "@cspell/dict-gaming-terms": "^1.0.4", + "@cspell/dict-git": "^2.0.0", + "@cspell/dict-golang": "^6.0.4", + "@cspell/dict-haskell": "^4.0.1", + "@cspell/dict-html": "^4.0.5", + "@cspell/dict-html-symbol-entities": "^4.0.0", + "@cspell/dict-java": "^5.0.6", + "@cspell/dict-k8s": "^1.0.2", + "@cspell/dict-latex": "^4.0.0", + "@cspell/dict-lorem-ipsum": "^4.0.0", + "@cspell/dict-lua": "^4.0.2", + "@cspell/dict-makefile": "^1.0.0", + "@cspell/dict-node": "^4.0.3", + "@cspell/dict-npm": "^5.0.12", + "@cspell/dict-php": "^4.0.4", + "@cspell/dict-powershell": "^5.0.2", + "@cspell/dict-public-licenses": "^2.0.5", + "@cspell/dict-python": "^4.1.10", + "@cspell/dict-r": "^2.0.1", + "@cspell/dict-ruby": "^5.0.1", + "@cspell/dict-rust": "^4.0.1", + "@cspell/dict-scala": "^5.0.0", + "@cspell/dict-software-terms": "^3.3.9", + "@cspell/dict-sql": "^2.1.2", + "@cspell/dict-svelte": "^1.0.2", + "@cspell/dict-swift": "^2.0.1", + "@cspell/dict-typescript": "^3.1.2", + "@cspell/dict-vue": "^3.0.0" + }, + "engines": { + "node": ">=18" + } + }, + "node_modules/@cspell/cspell-pipe": { + "version": "8.0.0", + "resolved": "https://registry.npmjs.org/@cspell/cspell-pipe/-/cspell-pipe-8.0.0.tgz", + "integrity": "sha512-1MH+9q3AmbzwK1BYhSGla8e4MAAYzzPApGvv8eyv0rWDmgmDTkGqJPTTvYj1wFvll5ximQ5OolpPQGv3JoWvtQ==", + "engines": { + "node": ">=18" + } + }, "node_modules/@cspell/cspell-resolver": { - "version": "7.3.6", - "resolved": "https://registry.npmjs.org/@cspell/cspell-resolver/-/cspell-resolver-7.3.6.tgz", - "integrity": "sha512-rFmeqhRFfmlq4oh9tYQIIVZ9aWlP88cU48oCBjvwxjj+GambrD/qobWiW9VYl/CQBPVq4S39cTirf5RXbBHMJA==", + "version": "8.0.0", + "resolved": "https://registry.npmjs.org/@cspell/cspell-resolver/-/cspell-resolver-8.0.0.tgz", + "integrity": "sha512-gtALHFLT2vSZ7BZlIg26AY3W9gkiqxPGE75iypWz06JHJs05ngnAR+h6VOu0+rmgx98hNfzPPEh4g+Tjm8Ma0A==", "dependencies": { "global-dirs": "^3.0.1" }, "engines": { - "node": ">=16" - } - }, - "node_modules/@cspell/cspell-resolver/node_modules/global-dirs": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/global-dirs/-/global-dirs-3.0.1.tgz", - "integrity": "sha512-NBcGGFbBA9s1VzD41QXDG+3++t9Mn5t1FpLdhESY6oKY4gYTFpX4wO3sqGUa0Srjtbfj3szX0RnemmrVRUdULA==", - "dependencies": { - "ini": "2.0.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/@cspell/cspell-resolver/node_modules/ini": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/ini/-/ini-2.0.0.tgz", - "integrity": "sha512-7PnF4oN3CvZF23ADhA5wRaYEQpJ8qygSkbtTXWBeXWXmEVRXK+1ITciHWwHhsjv1TmW0MgacIv6hEi5pX5NQdA==", - "engines": { - "node": ">=10" + "node": ">=18" } }, "node_modules/@cspell/cspell-service-bus": { - "version": "7.3.6", - "resolved": "https://registry.npmjs.org/@cspell/cspell-service-bus/-/cspell-service-bus-7.3.6.tgz", - "integrity": "sha512-jRXII9ceuostAqr/eft9RJR44TMzivuUkufhNZG4657alfhjHQBv/gME4QeFt/jOQqsDi/ifDhw5+r8ew/LsJA==", + "version": "8.0.0", + "resolved": "https://registry.npmjs.org/@cspell/cspell-service-bus/-/cspell-service-bus-8.0.0.tgz", + "integrity": "sha512-1EYhIHoZnhxpfEp6Bno6yVWYBuYfaQrwIfeDMntnezUcSmi7RyroQEcp5U7sLv69vhRD2c81o7r8iUaAbPSmIg==", "engines": { - "node": ">=16" + "node": ">=18" } }, + "node_modules/@cspell/cspell-types": { + "version": "8.0.0", + "resolved": "https://registry.npmjs.org/@cspell/cspell-types/-/cspell-types-8.0.0.tgz", + "integrity": "sha512-dPdxQI8dLJoJEjylaPYfCJNnm2XNMYPuowHE2FMcsnFR9hEchQAhnKVc/aD63IUYnUtUrPxPlUJdoAoj569e+g==", + "engines": { + "node": ">=18" + } + }, + "node_modules/@cspell/dict-ada": { + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/@cspell/dict-ada/-/dict-ada-4.0.2.tgz", + "integrity": "sha512-0kENOWQeHjUlfyId/aCM/mKXtkEgV0Zu2RhUXCBr4hHo9F9vph+Uu8Ww2b0i5a4ZixoIkudGA+eJvyxrG1jUpA==" + }, + "node_modules/@cspell/dict-aws": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/@cspell/dict-aws/-/dict-aws-4.0.0.tgz", + "integrity": "sha512-1YkCMWuna/EGIDN/zKkW+j98/55mxigftrSFgsehXhPld+ZMJM5J9UuBA88YfL7+/ETvBdd7mwW6IwWsC+/ltQ==" + }, + "node_modules/@cspell/dict-bash": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/@cspell/dict-bash/-/dict-bash-4.1.2.tgz", + "integrity": "sha512-AEBWjbaMaJEyAjOHW0F15P2izBjli2cNerG3NjuVH7xX/HUUeNoTj8FF1nwpMufKwGQCvuyO2hCmkVxhJ0y55Q==" + }, + "node_modules/@cspell/dict-companies": { + "version": "3.0.27", + "resolved": "https://registry.npmjs.org/@cspell/dict-companies/-/dict-companies-3.0.27.tgz", + "integrity": "sha512-gaPR/luf+4oKGyxvW4GbxGGPdHiC5kj/QefnmQqrLFrLiCSXMZg5/NL+Lr4E5lcHsd35meX61svITQAvsT7lyQ==" + }, + "node_modules/@cspell/dict-cpp": { + "version": "5.0.9", + "resolved": "https://registry.npmjs.org/@cspell/dict-cpp/-/dict-cpp-5.0.9.tgz", + "integrity": "sha512-ql9WPNp8c+fhdpVpjpZEUWmxBHJXs9CJuiVVfW/iwv5AX7VuMHyEwid+9/6nA8qnCxkUQ5pW83Ums1lLjn8ScA==" + }, + "node_modules/@cspell/dict-cryptocurrencies": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/@cspell/dict-cryptocurrencies/-/dict-cryptocurrencies-4.0.0.tgz", + "integrity": "sha512-EiZp91ATyRxTmauIQfOX9adLYCunKjHEh092rrM7o2eMXP9n7zpXAL9BK7LviL+LbB8VDOm21q+s83cKrrRrsg==" + }, + "node_modules/@cspell/dict-csharp": { + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/@cspell/dict-csharp/-/dict-csharp-4.0.2.tgz", + "integrity": "sha512-1JMofhLK+4p4KairF75D3A924m5ERMgd1GvzhwK2geuYgd2ZKuGW72gvXpIV7aGf52E3Uu1kDXxxGAiZ5uVG7g==" + }, + "node_modules/@cspell/dict-css": { + "version": "4.0.12", + "resolved": "https://registry.npmjs.org/@cspell/dict-css/-/dict-css-4.0.12.tgz", + "integrity": "sha512-vGBgPM92MkHQF5/2jsWcnaahOZ+C6OE/fPvd5ScBP72oFY9tn5GLuomcyO0z8vWCr2e0nUSX1OGimPtcQAlvSw==" + }, + "node_modules/@cspell/dict-dart": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/@cspell/dict-dart/-/dict-dart-2.0.3.tgz", + "integrity": "sha512-cLkwo1KT5CJY5N5RJVHks2genFkNCl/WLfj+0fFjqNR+tk3tBI1LY7ldr9piCtSFSm4x9pO1x6IV3kRUY1lLiw==" + }, "node_modules/@cspell/dict-data-science": { "version": "1.0.11", "resolved": "https://registry.npmjs.org/@cspell/dict-data-science/-/dict-data-science-1.0.11.tgz", "integrity": "sha512-TaHAZRVe0Zlcc3C23StZqqbzC0NrodRwoSAc8dis+5qLeLLnOCtagYQeROQvDlcDg3X/VVEO9Whh4W/z4PAmYQ==" }, + "node_modules/@cspell/dict-django": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/@cspell/dict-django/-/dict-django-4.1.0.tgz", + "integrity": "sha512-bKJ4gPyrf+1c78Z0Oc4trEB9MuhcB+Yg+uTTWsvhY6O2ncFYbB/LbEZfqhfmmuK/XJJixXfI1laF2zicyf+l0w==" + }, "node_modules/@cspell/dict-docker": { "version": "1.1.7", "resolved": "https://registry.npmjs.org/@cspell/dict-docker/-/dict-docker-1.1.7.tgz", "integrity": "sha512-XlXHAr822euV36GGsl2J1CkBIVg3fZ6879ZOg5dxTIssuhUOCiV2BuzKZmt6aIFmcdPmR14+9i9Xq+3zuxeX0A==" }, + "node_modules/@cspell/dict-dotnet": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/@cspell/dict-dotnet/-/dict-dotnet-5.0.0.tgz", + "integrity": "sha512-EOwGd533v47aP5QYV8GlSSKkmM9Eq8P3G/eBzSpH3Nl2+IneDOYOBLEUraHuiCtnOkNsz0xtZHArYhAB2bHWAw==" + }, + "node_modules/@cspell/dict-elixir": { + "version": "4.0.3", + "resolved": "https://registry.npmjs.org/@cspell/dict-elixir/-/dict-elixir-4.0.3.tgz", + "integrity": "sha512-g+uKLWvOp9IEZvrIvBPTr/oaO6619uH/wyqypqvwpmnmpjcfi8+/hqZH8YNKt15oviK8k4CkINIqNhyndG9d9Q==" + }, + "node_modules/@cspell/dict-en_us": { + "version": "4.3.11", + "resolved": "https://registry.npmjs.org/@cspell/dict-en_us/-/dict-en_us-4.3.11.tgz", + "integrity": "sha512-GhdavZFlS2YbUNcRtPbgJ9j6aUyq116LmDQ2/Q5SpQxJ5/6vVs8Yj5WxV1JD+Zh/Zim1NJDcneTOuLsUGi+Czw==" + }, "node_modules/@cspell/dict-en-common-misspellings": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/@cspell/dict-en-common-misspellings/-/dict-en-common-misspellings-1.0.2.tgz", @@ -3368,621 +4102,210 @@ }, "node_modules/@cspell/dict-en-gb": { "version": "1.1.33", - "license": "MIT" + "resolved": "https://registry.npmjs.org/@cspell/dict-en-gb/-/dict-en-gb-1.1.33.tgz", + "integrity": "sha512-tKSSUf9BJEV+GJQAYGw5e+ouhEe2ZXE620S7BLKe3ZmpnjlNG9JqlnaBhkIMxKnNFkLY2BP/EARzw31AZnOv4g==" + }, + "node_modules/@cspell/dict-filetypes": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/@cspell/dict-filetypes/-/dict-filetypes-3.0.2.tgz", + "integrity": "sha512-StoC0wPmFNav6F6P8/FYFN1BpZfPgOmktb8gQ9wTauelWofPeBW+A0t5ncZt9hXHtnbGDA98v4ukacV+ucbnUg==" + }, + "node_modules/@cspell/dict-fonts": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/@cspell/dict-fonts/-/dict-fonts-4.0.0.tgz", + "integrity": "sha512-t9V4GeN/m517UZn63kZPUYP3OQg5f0OBLSd3Md5CU3eH1IFogSvTzHHnz4Wqqbv8NNRiBZ3HfdY/pqREZ6br3Q==" }, "node_modules/@cspell/dict-fsharp": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/@cspell/dict-fsharp/-/dict-fsharp-1.0.0.tgz", - "integrity": "sha512-dHPkMHwW4dWv3Lv9VWxHuVm4IylqvcfRBSnZ7usJTRThraetSVrOPIJwr6UJh7F5un/lGJx2lxWVApf2WQaB/A==" + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/@cspell/dict-fsharp/-/dict-fsharp-1.0.1.tgz", + "integrity": "sha512-23xyPcD+j+NnqOjRHgW3IU7Li912SX9wmeefcY0QxukbAxJ/vAN4rBpjSwwYZeQPAn3fxdfdNZs03fg+UM+4yQ==" + }, + "node_modules/@cspell/dict-fullstack": { + "version": "3.1.5", + "resolved": "https://registry.npmjs.org/@cspell/dict-fullstack/-/dict-fullstack-3.1.5.tgz", + "integrity": "sha512-6ppvo1dkXUZ3fbYn/wwzERxCa76RtDDl5Afzv2lijLoijGGUw5yYdLBKJnx8PJBGNLh829X352ftE7BElG4leA==" }, "node_modules/@cspell/dict-gaming-terms": { "version": "1.0.4", "resolved": "https://registry.npmjs.org/@cspell/dict-gaming-terms/-/dict-gaming-terms-1.0.4.tgz", "integrity": "sha512-hbDduNXlk4AOY0wFxcDMWBPpm34rpqJBeqaySeoUH70eKxpxm+dvjpoRLJgyu0TmymEICCQSl6lAHTHSDiWKZg==" }, + "node_modules/@cspell/dict-git": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/@cspell/dict-git/-/dict-git-2.0.0.tgz", + "integrity": "sha512-n1AxyX5Kgxij/sZFkxFJlzn3K9y/sCcgVPg/vz4WNJ4K9YeTsUmyGLA2OQI7d10GJeiuAo2AP1iZf2A8j9aj2w==" + }, + "node_modules/@cspell/dict-golang": { + "version": "6.0.4", + "resolved": "https://registry.npmjs.org/@cspell/dict-golang/-/dict-golang-6.0.4.tgz", + "integrity": "sha512-jOfewPEyN6U9Q80okE3b1PTYBfqZgHh7w4o271GSuAX+VKJ1lUDhdR4bPKRxSDdO5jHArw2u5C8nH2CWGuygbQ==" + }, + "node_modules/@cspell/dict-haskell": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/@cspell/dict-haskell/-/dict-haskell-4.0.1.tgz", + "integrity": "sha512-uRrl65mGrOmwT7NxspB4xKXFUenNC7IikmpRZW8Uzqbqcu7ZRCUfstuVH7T1rmjRgRkjcIjE4PC11luDou4wEQ==" + }, + "node_modules/@cspell/dict-html": { + "version": "4.0.5", + "resolved": "https://registry.npmjs.org/@cspell/dict-html/-/dict-html-4.0.5.tgz", + "integrity": "sha512-p0brEnRybzSSWi8sGbuVEf7jSTDmXPx7XhQUb5bgG6b54uj+Z0Qf0V2n8b/LWwIPJNd1GygaO9l8k3HTCy1h4w==" + }, + "node_modules/@cspell/dict-html-symbol-entities": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/@cspell/dict-html-symbol-entities/-/dict-html-symbol-entities-4.0.0.tgz", + "integrity": "sha512-HGRu+48ErJjoweR5IbcixxETRewrBb0uxQBd6xFGcxbEYCX8CnQFTAmKI5xNaIt2PKaZiJH3ijodGSqbKdsxhw==" + }, + "node_modules/@cspell/dict-java": { + "version": "5.0.6", + "resolved": "https://registry.npmjs.org/@cspell/dict-java/-/dict-java-5.0.6.tgz", + "integrity": "sha512-kdE4AHHHrixyZ5p6zyms1SLoYpaJarPxrz8Tveo6gddszBVVwIUZ+JkQE1bWNLK740GWzIXdkznpUfw1hP9nXw==" + }, "node_modules/@cspell/dict-k8s": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/@cspell/dict-k8s/-/dict-k8s-1.0.1.tgz", - "integrity": "sha512-gc5y4Nm3hVdMZNBZfU2M1AsAmObZsRWjCUk01NFPfGhFBXyVne41T7E62rpnzu5330FV/6b/TnFcPgRmak9lLw==" + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/@cspell/dict-k8s/-/dict-k8s-1.0.2.tgz", + "integrity": "sha512-tLT7gZpNPnGa+IIFvK9SP1LrSpPpJ94a/DulzAPOb1Q2UBFwdpFd82UWhio0RNShduvKG/WiMZf/wGl98pn+VQ==" + }, + "node_modules/@cspell/dict-latex": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/@cspell/dict-latex/-/dict-latex-4.0.0.tgz", + "integrity": "sha512-LPY4y6D5oI7D3d+5JMJHK/wxYTQa2lJMSNxps2JtuF8hbAnBQb3igoWEjEbIbRRH1XBM0X8dQqemnjQNCiAtxQ==" + }, + "node_modules/@cspell/dict-lorem-ipsum": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/@cspell/dict-lorem-ipsum/-/dict-lorem-ipsum-4.0.0.tgz", + "integrity": "sha512-1l3yjfNvMzZPibW8A7mQU4kTozwVZVw0AvFEdy+NcqtbxH+TvbSkNMqROOFWrkD2PjnKG0+Ea0tHI2Pi6Gchnw==" + }, + "node_modules/@cspell/dict-lua": { + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/@cspell/dict-lua/-/dict-lua-4.0.2.tgz", + "integrity": "sha512-eeC20Q+UnHcTVBK6pgwhSjGIVugO2XqU7hv4ZfXp2F9DxGx1RME0+1sKX4qAGhdFGwOBsEzb2fwUsAEP6Mibpg==" + }, + "node_modules/@cspell/dict-makefile": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/@cspell/dict-makefile/-/dict-makefile-1.0.0.tgz", + "integrity": "sha512-3W9tHPcSbJa6s0bcqWo6VisEDTSN5zOtDbnPabF7rbyjRpNo0uHXHRJQF8gAbFzoTzBBhgkTmrfSiuyQm7vBUQ==" + }, + "node_modules/@cspell/dict-node": { + "version": "4.0.3", + "resolved": "https://registry.npmjs.org/@cspell/dict-node/-/dict-node-4.0.3.tgz", + "integrity": "sha512-sFlUNI5kOogy49KtPg8SMQYirDGIAoKBO3+cDLIwD4MLdsWy1q0upc7pzGht3mrjuyMiPRUV14Bb0rkVLrxOhg==" + }, + "node_modules/@cspell/dict-npm": { + "version": "5.0.12", + "resolved": "https://registry.npmjs.org/@cspell/dict-npm/-/dict-npm-5.0.12.tgz", + "integrity": "sha512-T/+WeQmtbxo7ad6hrdI8URptYstKJP+kXyWJZfuVJJGWJQ7yubxrI5Z5AfM+Dh/ff4xHmdzapxD9adaEQ727uw==" + }, + "node_modules/@cspell/dict-php": { + "version": "4.0.4", + "resolved": "https://registry.npmjs.org/@cspell/dict-php/-/dict-php-4.0.4.tgz", + "integrity": "sha512-fRlLV730fJbulDsLIouZxXoxHt3KIH6hcLFwxaupHL+iTXDg0lo7neRpbqD5MScr/J3idEr7i9G8XWzIikKFug==" + }, + "node_modules/@cspell/dict-powershell": { + "version": "5.0.2", + "resolved": "https://registry.npmjs.org/@cspell/dict-powershell/-/dict-powershell-5.0.2.tgz", + "integrity": "sha512-IHfWLme3FXE7vnOmMncSBxOsMTdNWd1Vcyhag03WS8oANSgX8IZ+4lMI00mF0ptlgchf16/OU8WsV4pZfikEFw==" + }, + "node_modules/@cspell/dict-public-licenses": { + "version": "2.0.5", + "resolved": "https://registry.npmjs.org/@cspell/dict-public-licenses/-/dict-public-licenses-2.0.5.tgz", + "integrity": "sha512-91HK4dSRri/HqzAypHgduRMarJAleOX5NugoI8SjDLPzWYkwZ1ftuCXSk+fy8DLc3wK7iOaFcZAvbjmnLhVs4A==" + }, + "node_modules/@cspell/dict-python": { + "version": "4.1.10", + "resolved": "https://registry.npmjs.org/@cspell/dict-python/-/dict-python-4.1.10.tgz", + "integrity": "sha512-ErF/Ohcu6Xk4QVNzFgo8p7CxkxvAKAmFszvso41qOOhu8CVpB35ikBRpGVDw9gsCUtZzi15Yl0izi4do6WcLkA==", + "dependencies": { + "@cspell/dict-data-science": "^1.0.11" + } + }, + "node_modules/@cspell/dict-r": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/@cspell/dict-r/-/dict-r-2.0.1.tgz", + "integrity": "sha512-KCmKaeYMLm2Ip79mlYPc8p+B2uzwBp4KMkzeLd5E6jUlCL93Y5Nvq68wV5fRLDRTf7N1LvofkVFWfDcednFOgA==" + }, + "node_modules/@cspell/dict-ruby": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/@cspell/dict-ruby/-/dict-ruby-5.0.1.tgz", + "integrity": "sha512-rruTm7Emhty/BSYavSm8ZxRuVw0OBqzJkwIFXcV0cX7To8D1qbmS9HFHRuRg8IL11+/nJvtdDz+lMFBSmPUagQ==" + }, + "node_modules/@cspell/dict-rust": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/@cspell/dict-rust/-/dict-rust-4.0.1.tgz", + "integrity": "sha512-xJSSzHDK2z6lSVaOmMxl3PTOtfoffaxMo7fTcbZUF+SCJzfKbO6vnN9TCGX2sx1RHFDz66Js6goz6SAZQdOwaw==" + }, + "node_modules/@cspell/dict-scala": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/@cspell/dict-scala/-/dict-scala-5.0.0.tgz", + "integrity": "sha512-ph0twaRoV+ylui022clEO1dZ35QbeEQaKTaV2sPOsdwIokABPIiK09oWwGK9qg7jRGQwVaRPEq0Vp+IG1GpqSQ==" + }, + "node_modules/@cspell/dict-software-terms": { + "version": "3.3.9", + "resolved": "https://registry.npmjs.org/@cspell/dict-software-terms/-/dict-software-terms-3.3.9.tgz", + "integrity": "sha512-/O3EWe0SIznx18S7J3GAXPDe7sexn3uTsf4IlnGYK9WY6ZRuEywkXCB+5/USLTGf4+QC05pkHofphdvVSifDyA==" }, "node_modules/@cspell/dict-sql": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/@cspell/dict-sql/-/dict-sql-2.1.1.tgz", - "integrity": "sha512-v1mswi9NF40+UDUMuI148YQPEQvWjac72P6ZsjlRdLjEiQEEMEsTQ+zlkIdnzC9QCNyJaqD5Liq9Mn78/8Zxtw==" + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/@cspell/dict-sql/-/dict-sql-2.1.2.tgz", + "integrity": "sha512-Pi0hAcvsSGtZZeyyAN1VfGtQJbrXos5x2QjJU0niAQKhmITSOrXU/1II1Gogk+FYDjWyV9wP2De0U2f7EWs6oQ==" }, "node_modules/@cspell/dict-svelte": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/@cspell/dict-svelte/-/dict-svelte-1.0.2.tgz", "integrity": "sha512-rPJmnn/GsDs0btNvrRBciOhngKV98yZ9SHmg8qI6HLS8hZKvcXc0LMsf9LLuMK1TmS2+WQFAan6qeqg6bBxL2Q==" }, - "node_modules/@cspell/dynamic-import": { - "version": "7.3.6", - "resolved": "https://registry.npmjs.org/@cspell/dynamic-import/-/dynamic-import-7.3.6.tgz", - "integrity": "sha512-NLWawhLkfTSkf36UwYJrRyMh3snXOHhuRFO7eVanPqE7oeU+1+OF/C467sYdiJGZnrCL3ojIr399JTVMz148Iw==", - "dependencies": { - "import-meta-resolve": "^3.0.0" - }, - "engines": { - "node": ">=16" - } - }, - "node_modules/@cspell/eslint-plugin": { - "version": "7.3.6", - "resolved": "https://registry.npmjs.org/@cspell/eslint-plugin/-/eslint-plugin-7.3.6.tgz", - "integrity": "sha512-AMsFzo57zFaf+vuR50WGPX3Pu5flWf0nYzGenKGZRGGEVg3QOTECCRBxzB8QKxBr6d01PQlSRYQnxpmXRuD8Bw==", - "dependencies": { - "@cspell/cspell-types": "7.3.6", - "cspell-lib": "7.3.6", - "estree-walker": "^3.0.3", - "synckit": "^0.8.5" - }, - "engines": { - "node": ">=16" - } - }, - "node_modules/@cspell/eslint-plugin/node_modules/@cspell/cspell-bundled-dicts": { - "version": "7.3.6", - "resolved": "https://registry.npmjs.org/@cspell/cspell-bundled-dicts/-/cspell-bundled-dicts-7.3.6.tgz", - "integrity": "sha512-9T0fFdHbKJXAQgQjLJ9SjtlHvKceKE2Vpa2sdnIXz3K1/coLLF04wHM/wzEPe2VXjYZjbjBatBRfTGjzRGJlbw==", - "dependencies": { - "@cspell/dict-ada": "^4.0.2", - "@cspell/dict-aws": "^4.0.0", - "@cspell/dict-bash": "^4.1.1", - "@cspell/dict-companies": "^3.0.22", - "@cspell/dict-cpp": "^5.0.5", - "@cspell/dict-cryptocurrencies": "^4.0.0", - "@cspell/dict-csharp": "^4.0.2", - "@cspell/dict-css": "^4.0.7", - "@cspell/dict-dart": "^2.0.3", - "@cspell/dict-django": "^4.1.0", - "@cspell/dict-docker": "^1.1.7", - "@cspell/dict-dotnet": "^5.0.0", - "@cspell/dict-elixir": "^4.0.3", - "@cspell/dict-en_us": "^4.3.7", - "@cspell/dict-en-common-misspellings": "^1.0.2", - "@cspell/dict-en-gb": "1.1.33", - "@cspell/dict-filetypes": "^3.0.1", - "@cspell/dict-fonts": "^4.0.0", - "@cspell/dict-fsharp": "^1.0.0", - "@cspell/dict-fullstack": "^3.1.5", - "@cspell/dict-gaming-terms": "^1.0.4", - "@cspell/dict-git": "^2.0.0", - "@cspell/dict-golang": "^6.0.2", - "@cspell/dict-haskell": "^4.0.1", - "@cspell/dict-html": "^4.0.3", - "@cspell/dict-html-symbol-entities": "^4.0.0", - "@cspell/dict-java": "^5.0.5", - "@cspell/dict-k8s": "^1.0.1", - "@cspell/dict-latex": "^4.0.0", - "@cspell/dict-lorem-ipsum": "^4.0.0", - "@cspell/dict-lua": "^4.0.1", - "@cspell/dict-node": "^4.0.3", - "@cspell/dict-npm": "^5.0.8", - "@cspell/dict-php": "^4.0.2", - "@cspell/dict-powershell": "^5.0.2", - "@cspell/dict-public-licenses": "^2.0.3", - "@cspell/dict-python": "^4.1.8", - "@cspell/dict-r": "^2.0.1", - "@cspell/dict-ruby": "^5.0.0", - "@cspell/dict-rust": "^4.0.1", - "@cspell/dict-scala": "^5.0.0", - "@cspell/dict-software-terms": "^3.2.3", - "@cspell/dict-sql": "^2.1.1", - "@cspell/dict-svelte": "^1.0.2", - "@cspell/dict-swift": "^2.0.1", - "@cspell/dict-typescript": "^3.1.1", - "@cspell/dict-vue": "^3.0.0" - }, - "engines": { - "node": ">=16" - } - }, - "node_modules/@cspell/eslint-plugin/node_modules/@cspell/cspell-pipe": { - "version": "7.3.6", - "resolved": "https://registry.npmjs.org/@cspell/cspell-pipe/-/cspell-pipe-7.3.6.tgz", - "integrity": "sha512-tvNgi31f/p8M108YlDhkC8nqLJBpD1mvVqYNxL+kB/aQtkaw0AHKDsuRhg0rU6xL5MAEnoi3fXgT1HoADhJpbA==", - "engines": { - "node": ">=16" - } - }, - "node_modules/@cspell/eslint-plugin/node_modules/@cspell/cspell-types": { - "version": "7.3.6", - "resolved": "https://registry.npmjs.org/@cspell/cspell-types/-/cspell-types-7.3.6.tgz", - "integrity": "sha512-JnuIMJasZtJpZm0+hzr3emkRJ0PP6QWc9zgd3fx4U8W0lHGZ3Zil5peg67SnjmdTVm4UE63UviAl1y6DyD4kLg==", - "engines": { - "node": ">=16" - } - }, - "node_modules/@cspell/eslint-plugin/node_modules/@cspell/dict-ada": { - "version": "4.0.2", - "resolved": "https://registry.npmjs.org/@cspell/dict-ada/-/dict-ada-4.0.2.tgz", - "integrity": "sha512-0kENOWQeHjUlfyId/aCM/mKXtkEgV0Zu2RhUXCBr4hHo9F9vph+Uu8Ww2b0i5a4ZixoIkudGA+eJvyxrG1jUpA==" - }, - "node_modules/@cspell/eslint-plugin/node_modules/@cspell/dict-aws": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/@cspell/dict-aws/-/dict-aws-4.0.0.tgz", - "integrity": "sha512-1YkCMWuna/EGIDN/zKkW+j98/55mxigftrSFgsehXhPld+ZMJM5J9UuBA88YfL7+/ETvBdd7mwW6IwWsC+/ltQ==" - }, - "node_modules/@cspell/eslint-plugin/node_modules/@cspell/dict-bash": { - "version": "4.1.1", - "resolved": "https://registry.npmjs.org/@cspell/dict-bash/-/dict-bash-4.1.1.tgz", - "integrity": "sha512-8czAa/Mh96wu2xr0RXQEGMTBUGkTvYn/Pb0o+gqOO1YW+poXGQc3gx0YPqILDryP/KCERrNvkWUJz3iGbvwC2A==" - }, - "node_modules/@cspell/eslint-plugin/node_modules/@cspell/dict-companies": { - "version": "3.0.24", - "resolved": "https://registry.npmjs.org/@cspell/dict-companies/-/dict-companies-3.0.24.tgz", - "integrity": "sha512-zn9QN99yIvhpGl6fZwt0mvHYcsV2w6XDdK2XWA86A0s9A94U1LCCUsvA4wijUclbZEj9ewsNMlidHcV/D329eQ==" - }, - "node_modules/@cspell/eslint-plugin/node_modules/@cspell/dict-cpp": { - "version": "5.0.5", - "resolved": "https://registry.npmjs.org/@cspell/dict-cpp/-/dict-cpp-5.0.5.tgz", - "integrity": "sha512-ojCpQ4z+sHHLJYfvA3SApqQ1BjO/k3TUdDgqR3sVhFl5qjT9yz1/srBNzqCaBBSz/fiO5A8NKdSA9+IFrUHcig==" - }, - "node_modules/@cspell/eslint-plugin/node_modules/@cspell/dict-cryptocurrencies": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/@cspell/dict-cryptocurrencies/-/dict-cryptocurrencies-4.0.0.tgz", - "integrity": "sha512-EiZp91ATyRxTmauIQfOX9adLYCunKjHEh092rrM7o2eMXP9n7zpXAL9BK7LviL+LbB8VDOm21q+s83cKrrRrsg==" - }, - "node_modules/@cspell/eslint-plugin/node_modules/@cspell/dict-csharp": { - "version": "4.0.2", - "resolved": "https://registry.npmjs.org/@cspell/dict-csharp/-/dict-csharp-4.0.2.tgz", - "integrity": "sha512-1JMofhLK+4p4KairF75D3A924m5ERMgd1GvzhwK2geuYgd2ZKuGW72gvXpIV7aGf52E3Uu1kDXxxGAiZ5uVG7g==" - }, - "node_modules/@cspell/eslint-plugin/node_modules/@cspell/dict-css": { - "version": "4.0.9", - "resolved": "https://registry.npmjs.org/@cspell/dict-css/-/dict-css-4.0.9.tgz", - "integrity": "sha512-uiwdqbyrqynVDl9COs9gJSmIcm76je2yHs6rnI5USJ6y0PXfiBiFKQ7/q8oi2ff9AK8RedsGU4luSor6nLYpVA==" - }, - "node_modules/@cspell/eslint-plugin/node_modules/@cspell/dict-dart": { - "version": "2.0.3", - "resolved": "https://registry.npmjs.org/@cspell/dict-dart/-/dict-dart-2.0.3.tgz", - "integrity": "sha512-cLkwo1KT5CJY5N5RJVHks2genFkNCl/WLfj+0fFjqNR+tk3tBI1LY7ldr9piCtSFSm4x9pO1x6IV3kRUY1lLiw==" - }, - "node_modules/@cspell/eslint-plugin/node_modules/@cspell/dict-django": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/@cspell/dict-django/-/dict-django-4.1.0.tgz", - "integrity": "sha512-bKJ4gPyrf+1c78Z0Oc4trEB9MuhcB+Yg+uTTWsvhY6O2ncFYbB/LbEZfqhfmmuK/XJJixXfI1laF2zicyf+l0w==" - }, - "node_modules/@cspell/eslint-plugin/node_modules/@cspell/dict-dotnet": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/@cspell/dict-dotnet/-/dict-dotnet-5.0.0.tgz", - "integrity": "sha512-EOwGd533v47aP5QYV8GlSSKkmM9Eq8P3G/eBzSpH3Nl2+IneDOYOBLEUraHuiCtnOkNsz0xtZHArYhAB2bHWAw==" - }, - "node_modules/@cspell/eslint-plugin/node_modules/@cspell/dict-elixir": { - "version": "4.0.3", - "resolved": "https://registry.npmjs.org/@cspell/dict-elixir/-/dict-elixir-4.0.3.tgz", - "integrity": "sha512-g+uKLWvOp9IEZvrIvBPTr/oaO6619uH/wyqypqvwpmnmpjcfi8+/hqZH8YNKt15oviK8k4CkINIqNhyndG9d9Q==" - }, - "node_modules/@cspell/eslint-plugin/node_modules/@cspell/dict-en_us": { - "version": "4.3.8", - "resolved": "https://registry.npmjs.org/@cspell/dict-en_us/-/dict-en_us-4.3.8.tgz", - "integrity": "sha512-rCPsbDHuRnFUbzWAY6O1H9+cLZt5FNQwjPVw2TdQZfipdb0lim984aLGY+nupi1iKC3lfjyd5SVUgmSZEG1QNA==" - }, - "node_modules/@cspell/eslint-plugin/node_modules/@cspell/dict-filetypes": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/@cspell/dict-filetypes/-/dict-filetypes-3.0.1.tgz", - "integrity": "sha512-8z8mY1IbrTyTRumx2vvD9yzRhNMk9SajM/GtI5hdMM2pPpNSp25bnuauzjRf300eqlqPY2MNb5MmhBFO014DJw==" - }, - "node_modules/@cspell/eslint-plugin/node_modules/@cspell/dict-fonts": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/@cspell/dict-fonts/-/dict-fonts-4.0.0.tgz", - "integrity": "sha512-t9V4GeN/m517UZn63kZPUYP3OQg5f0OBLSd3Md5CU3eH1IFogSvTzHHnz4Wqqbv8NNRiBZ3HfdY/pqREZ6br3Q==" - }, - "node_modules/@cspell/eslint-plugin/node_modules/@cspell/dict-fullstack": { - "version": "3.1.5", - "resolved": "https://registry.npmjs.org/@cspell/dict-fullstack/-/dict-fullstack-3.1.5.tgz", - "integrity": "sha512-6ppvo1dkXUZ3fbYn/wwzERxCa76RtDDl5Afzv2lijLoijGGUw5yYdLBKJnx8PJBGNLh829X352ftE7BElG4leA==" - }, - "node_modules/@cspell/eslint-plugin/node_modules/@cspell/dict-git": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/@cspell/dict-git/-/dict-git-2.0.0.tgz", - "integrity": "sha512-n1AxyX5Kgxij/sZFkxFJlzn3K9y/sCcgVPg/vz4WNJ4K9YeTsUmyGLA2OQI7d10GJeiuAo2AP1iZf2A8j9aj2w==" - }, - "node_modules/@cspell/eslint-plugin/node_modules/@cspell/dict-golang": { - "version": "6.0.2", - "resolved": "https://registry.npmjs.org/@cspell/dict-golang/-/dict-golang-6.0.2.tgz", - "integrity": "sha512-5pyZn4AAiYukAW+gVMIMVmUSkIERFrDX2vtPDjg8PLQUhAHWiVeQSDjuOhq9/C5GCCEZU/zWSONkGiwLBBvV9A==" - }, - "node_modules/@cspell/eslint-plugin/node_modules/@cspell/dict-haskell": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/@cspell/dict-haskell/-/dict-haskell-4.0.1.tgz", - "integrity": "sha512-uRrl65mGrOmwT7NxspB4xKXFUenNC7IikmpRZW8Uzqbqcu7ZRCUfstuVH7T1rmjRgRkjcIjE4PC11luDou4wEQ==" - }, - "node_modules/@cspell/eslint-plugin/node_modules/@cspell/dict-html": { - "version": "4.0.4", - "resolved": "https://registry.npmjs.org/@cspell/dict-html/-/dict-html-4.0.4.tgz", - "integrity": "sha512-CWFe9jt1g7asuRMGUguqz8+53BJjDnkafayavXk2+f/KGQ7mwyQtVAjf/gD9h1w7qO+NwXIbYweFkbQ8ki6+gQ==" - }, - "node_modules/@cspell/eslint-plugin/node_modules/@cspell/dict-html-symbol-entities": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/@cspell/dict-html-symbol-entities/-/dict-html-symbol-entities-4.0.0.tgz", - "integrity": "sha512-HGRu+48ErJjoweR5IbcixxETRewrBb0uxQBd6xFGcxbEYCX8CnQFTAmKI5xNaIt2PKaZiJH3ijodGSqbKdsxhw==" - }, - "node_modules/@cspell/eslint-plugin/node_modules/@cspell/dict-java": { - "version": "5.0.6", - "resolved": "https://registry.npmjs.org/@cspell/dict-java/-/dict-java-5.0.6.tgz", - "integrity": "sha512-kdE4AHHHrixyZ5p6zyms1SLoYpaJarPxrz8Tveo6gddszBVVwIUZ+JkQE1bWNLK740GWzIXdkznpUfw1hP9nXw==" - }, - "node_modules/@cspell/eslint-plugin/node_modules/@cspell/dict-latex": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/@cspell/dict-latex/-/dict-latex-4.0.0.tgz", - "integrity": "sha512-LPY4y6D5oI7D3d+5JMJHK/wxYTQa2lJMSNxps2JtuF8hbAnBQb3igoWEjEbIbRRH1XBM0X8dQqemnjQNCiAtxQ==" - }, - "node_modules/@cspell/eslint-plugin/node_modules/@cspell/dict-lorem-ipsum": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/@cspell/dict-lorem-ipsum/-/dict-lorem-ipsum-4.0.0.tgz", - "integrity": "sha512-1l3yjfNvMzZPibW8A7mQU4kTozwVZVw0AvFEdy+NcqtbxH+TvbSkNMqROOFWrkD2PjnKG0+Ea0tHI2Pi6Gchnw==" - }, - "node_modules/@cspell/eslint-plugin/node_modules/@cspell/dict-lua": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/@cspell/dict-lua/-/dict-lua-4.0.1.tgz", - "integrity": "sha512-j0MFmeCouSoC6EdZTbvGe1sJ9V+ruwKSeF+zRkNNNload7R72Co5kX1haW2xLHGdlq0kqSy1ODRZKdVl0e+7hg==" - }, - "node_modules/@cspell/eslint-plugin/node_modules/@cspell/dict-node": { - "version": "4.0.3", - "resolved": "https://registry.npmjs.org/@cspell/dict-node/-/dict-node-4.0.3.tgz", - "integrity": "sha512-sFlUNI5kOogy49KtPg8SMQYirDGIAoKBO3+cDLIwD4MLdsWy1q0upc7pzGht3mrjuyMiPRUV14Bb0rkVLrxOhg==" - }, - "node_modules/@cspell/eslint-plugin/node_modules/@cspell/dict-npm": { - "version": "5.0.9", - "resolved": "https://registry.npmjs.org/@cspell/dict-npm/-/dict-npm-5.0.9.tgz", - "integrity": "sha512-+MqhnE+QI3M1OKV8QsM8vKRHsrvN84G/I0NClloEXTovUexCit8UwcHdlWK7dTbtmYUvEJglCTUG5DWqxwOlhw==" - }, - "node_modules/@cspell/eslint-plugin/node_modules/@cspell/dict-php": { - "version": "4.0.3", - "resolved": "https://registry.npmjs.org/@cspell/dict-php/-/dict-php-4.0.3.tgz", - "integrity": "sha512-PxtSmWJCDEB4M8R9ER9ijxBum/tvUqYT26QeuV58q2IFs5IrPZ6hocQKvnFGXItjCWH4oYXyAEAAzINlBC4Opg==" - }, - "node_modules/@cspell/eslint-plugin/node_modules/@cspell/dict-powershell": { - "version": "5.0.2", - "resolved": "https://registry.npmjs.org/@cspell/dict-powershell/-/dict-powershell-5.0.2.tgz", - "integrity": "sha512-IHfWLme3FXE7vnOmMncSBxOsMTdNWd1Vcyhag03WS8oANSgX8IZ+4lMI00mF0ptlgchf16/OU8WsV4pZfikEFw==" - }, - "node_modules/@cspell/eslint-plugin/node_modules/@cspell/dict-public-licenses": { - "version": "2.0.4", - "resolved": "https://registry.npmjs.org/@cspell/dict-public-licenses/-/dict-public-licenses-2.0.4.tgz", - "integrity": "sha512-KjsfuGwMWvPkp6s0nR+s4mZc9SQhh1tHDOyQZfEVRwi+2ev7f8l7R6ts9sP2Mplb8UcxwO6YmKwxHjN+XHoMoA==" - }, - "node_modules/@cspell/eslint-plugin/node_modules/@cspell/dict-python": { - "version": "4.1.8", - "resolved": "https://registry.npmjs.org/@cspell/dict-python/-/dict-python-4.1.8.tgz", - "integrity": "sha512-yFrO9gGI3KIbw0Y1odAEtagrzmthjJVank9B7qlsSQvN78RgD1JQQycTadNWpzdjCj+JuiiH8pJBFWflweZoxw==", - "dependencies": { - "@cspell/dict-data-science": "^1.0.11" - } - }, - "node_modules/@cspell/eslint-plugin/node_modules/@cspell/dict-r": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/@cspell/dict-r/-/dict-r-2.0.1.tgz", - "integrity": "sha512-KCmKaeYMLm2Ip79mlYPc8p+B2uzwBp4KMkzeLd5E6jUlCL93Y5Nvq68wV5fRLDRTf7N1LvofkVFWfDcednFOgA==" - }, - "node_modules/@cspell/eslint-plugin/node_modules/@cspell/dict-ruby": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/@cspell/dict-ruby/-/dict-ruby-5.0.0.tgz", - "integrity": "sha512-ssb96QxLZ76yPqFrikWxItnCbUKhYXJ2owkoIYzUGNFl2CHSoHCb5a6Zetum9mQ/oUA3gNeUhd28ZUlXs0la2A==" - }, - "node_modules/@cspell/eslint-plugin/node_modules/@cspell/dict-rust": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/@cspell/dict-rust/-/dict-rust-4.0.1.tgz", - "integrity": "sha512-xJSSzHDK2z6lSVaOmMxl3PTOtfoffaxMo7fTcbZUF+SCJzfKbO6vnN9TCGX2sx1RHFDz66Js6goz6SAZQdOwaw==" - }, - "node_modules/@cspell/eslint-plugin/node_modules/@cspell/dict-scala": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/@cspell/dict-scala/-/dict-scala-5.0.0.tgz", - "integrity": "sha512-ph0twaRoV+ylui022clEO1dZ35QbeEQaKTaV2sPOsdwIokABPIiK09oWwGK9qg7jRGQwVaRPEq0Vp+IG1GpqSQ==" - }, - "node_modules/@cspell/eslint-plugin/node_modules/@cspell/dict-software-terms": { - "version": "3.3.1", - "resolved": "https://registry.npmjs.org/@cspell/dict-software-terms/-/dict-software-terms-3.3.1.tgz", - "integrity": "sha512-nZtlPNe3se9Maj6HQhABUAG9HzgKvAmwli0WoITlxxhlfU4on74evZJ7FtJpUTCXSkAXgKWz8pMQtsRXvRY40w==" - }, - "node_modules/@cspell/eslint-plugin/node_modules/@cspell/dict-swift": { + "node_modules/@cspell/dict-swift": { "version": "2.0.1", "resolved": "https://registry.npmjs.org/@cspell/dict-swift/-/dict-swift-2.0.1.tgz", "integrity": "sha512-gxrCMUOndOk7xZFmXNtkCEeroZRnS2VbeaIPiymGRHj5H+qfTAzAKxtv7jJbVA3YYvEzWcVE2oKDP4wcbhIERw==" }, - "node_modules/@cspell/eslint-plugin/node_modules/@cspell/dict-typescript": { + "node_modules/@cspell/dict-typescript": { "version": "3.1.2", "resolved": "https://registry.npmjs.org/@cspell/dict-typescript/-/dict-typescript-3.1.2.tgz", "integrity": "sha512-lcNOYWjLUvDZdLa0UMNd/LwfVdxhE9rKA+agZBGjL3lTA3uNvH7IUqSJM/IXhJoBpLLMVEOk8v1N9xi+vDuCdA==" }, - "node_modules/@cspell/eslint-plugin/node_modules/@cspell/dict-vue": { + "node_modules/@cspell/dict-vue": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/@cspell/dict-vue/-/dict-vue-3.0.0.tgz", "integrity": "sha512-niiEMPWPV9IeRBRzZ0TBZmNnkK3olkOPYxC1Ny2AX4TGlYRajcW0WUtoSHmvvjZNfWLSg2L6ruiBeuPSbjnG6A==" }, - "node_modules/@cspell/eslint-plugin/node_modules/@types/estree": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.2.tgz", - "integrity": "sha512-VeiPZ9MMwXjO32/Xu7+OwflfmeoRwkE/qzndw42gGtgJwZopBnzy2gD//NN1+go1mADzkDcqf/KnFRSjTJ8xJA==" - }, - "node_modules/@cspell/eslint-plugin/node_modules/configstore": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/configstore/-/configstore-6.0.0.tgz", - "integrity": "sha512-cD31W1v3GqUlQvbBCGcXmd2Nj9SvLDOP1oQ0YFuLETufzSPaKp11rYBsSOm7rCsW3OnIRAFM3OxRhceaXNYHkA==", - "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": ">=12" - }, - "funding": { - "url": "https://github.com/yeoman/configstore?sponsor=1" - } - }, - "node_modules/@cspell/eslint-plugin/node_modules/cosmiconfig": { + "node_modules/@cspell/dynamic-import": { "version": "8.0.0", - "resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-8.0.0.tgz", - "integrity": "sha512-da1EafcpH6b/TD8vDRaWV7xFINlHlF6zKsGwS1TsuVJTZRkquaS5HTMq7uq6h31619QjbsYl21gVDOm32KM1vQ==", + "resolved": "https://registry.npmjs.org/@cspell/dynamic-import/-/dynamic-import-8.0.0.tgz", + "integrity": "sha512-HNkCepopgiEGuI1QGA6ob4+ayvoSMxvAqetLxP0u1sZzc50LH2DEWwotcNrpVdzZOtERHvIBcGaQKIBEx8pPRQ==", "dependencies": { - "import-fresh": "^3.2.1", - "js-yaml": "^4.1.0", - "parse-json": "^5.0.0", - "path-type": "^4.0.0" + "import-meta-resolve": "^3.1.1" }, "engines": { - "node": ">=14" + "node": ">=18.0" } }, - "node_modules/@cspell/eslint-plugin/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==", + "node_modules/@cspell/eslint-plugin": { + "version": "8.0.0", + "resolved": "https://registry.npmjs.org/@cspell/eslint-plugin/-/eslint-plugin-8.0.0.tgz", + "integrity": "sha512-zDLdwlklW7oi+cmxPDvmOkQpdo34yuG969nVdqqBK9AvcySa9albhx5rOpYhNptujzAcEBL3RN1kmFBwaizdlw==", "dependencies": { - "type-fest": "^1.0.1" + "@cspell/cspell-types": "8.0.0", + "cspell-lib": "8.0.0", + "estree-walker": "^3.0.3", + "synckit": "^0.8.5" }, "engines": { - "node": ">=12" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/@cspell/eslint-plugin/node_modules/cspell-glob": { - "version": "7.3.6", - "resolved": "https://registry.npmjs.org/cspell-glob/-/cspell-glob-7.3.6.tgz", - "integrity": "sha512-xfVmqkkg/Pznij3VJCLbUvEKWqs/+AyyHIXo9s1j/d4M0Nw/O4HJFoHwNiMoAk6aceMTgjjVIneGmSZsHVGYZg==", - "dependencies": { - "micromatch": "^4.0.5" - }, - "engines": { - "node": ">=16" - } - }, - "node_modules/@cspell/eslint-plugin/node_modules/cspell-io": { - "version": "7.3.6", - "resolved": "https://registry.npmjs.org/cspell-io/-/cspell-io-7.3.6.tgz", - "integrity": "sha512-FzynVc3OE9rS4t0cxTCVD9VFwOAnhvhV/WBWMrMUtvi8DVnRu7of/1ZJsC+XDtij+G1Kd6EOrzSnTj5gn9aQaQ==", - "dependencies": { - "@cspell/cspell-service-bus": "7.3.6", - "node-fetch": "^2.7.0" - }, - "engines": { - "node": ">=16" - } - }, - "node_modules/@cspell/eslint-plugin/node_modules/cspell-lib": { - "version": "7.3.6", - "resolved": "https://registry.npmjs.org/cspell-lib/-/cspell-lib-7.3.6.tgz", - "integrity": "sha512-ixPnudlaNh4UwFkHeKUXbBYB/wLHNv1Gf+zBGy4oz2Uu9ZZTVgczhE/t2pPTD6ZRcq4+YulGuqxYCS+3qqOQQQ==", - "dependencies": { - "@cspell/cspell-bundled-dicts": "7.3.6", - "@cspell/cspell-pipe": "7.3.6", - "@cspell/cspell-resolver": "7.3.6", - "@cspell/cspell-types": "7.3.6", - "@cspell/dynamic-import": "7.3.6", - "@cspell/strong-weak-map": "7.3.6", - "clear-module": "^4.1.2", - "comment-json": "^4.2.3", - "configstore": "^6.0.0", - "cosmiconfig": "8.0.0", - "cspell-dictionary": "7.3.6", - "cspell-glob": "7.3.6", - "cspell-grammar": "7.3.6", - "cspell-io": "7.3.6", - "cspell-trie-lib": "7.3.6", - "fast-equals": "^5.0.1", - "find-up": "^6.3.0", - "gensequence": "^6.0.0", - "import-fresh": "^3.3.0", - "resolve-from": "^5.0.0", - "vscode-languageserver-textdocument": "^1.0.8", - "vscode-uri": "^3.0.7" - }, - "engines": { - "node": ">=16" - } - }, - "node_modules/@cspell/eslint-plugin/node_modules/cspell-trie-lib": { - "version": "7.3.6", - "resolved": "https://registry.npmjs.org/cspell-trie-lib/-/cspell-trie-lib-7.3.6.tgz", - "integrity": "sha512-75lSsKTdmFpewEl8Q+/WnSbpZ+JjoNnSDobNDcjZHTTnj/TlgCVxXASTaFLlXnqWU51QX+5798smnqpWBcJigg==", - "dependencies": { - "@cspell/cspell-pipe": "7.3.6", - "@cspell/cspell-types": "7.3.6", - "gensequence": "^6.0.0" - }, - "engines": { - "node": ">=16" - } - }, - "node_modules/@cspell/eslint-plugin/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==", - "dependencies": { - "is-obj": "^2.0.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/@cspell/eslint-plugin/node_modules/estree-walker": { - "version": "3.0.3", - "resolved": "https://registry.npmjs.org/estree-walker/-/estree-walker-3.0.3.tgz", - "integrity": "sha512-7RUKfXgSMMkzt6ZuXmqapOurLGPPfgj6l9uRZ7lRGolvk0y2yocc35LdcxKC5PQZdn2DMqioAQ2NoWcrTKmm6g==", - "dependencies": { - "@types/estree": "^1.0.0" - } - }, - "node_modules/@cspell/eslint-plugin/node_modules/fast-equals": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/fast-equals/-/fast-equals-5.0.1.tgz", - "integrity": "sha512-WF1Wi8PwwSY7/6Kx0vKXtw8RwuSGoM1bvDaJbu7MxDlR1vovZjIAKrnzyrThgAjm6JDTu0fVgWXDlMGspodfoQ==", - "engines": { - "node": ">=6.0.0" - } - }, - "node_modules/@cspell/eslint-plugin/node_modules/find-up": { - "version": "6.3.0", - "resolved": "https://registry.npmjs.org/find-up/-/find-up-6.3.0.tgz", - "integrity": "sha512-v2ZsoEuVHYy8ZIlYqwPe/39Cy+cFDzp4dXPaxNvkEuouymu+2Jbz0PxpKarJHYJTmv2HWT3O382qY8l4jMWthw==", - "dependencies": { - "locate-path": "^7.1.0", - "path-exists": "^5.0.0" - }, - "engines": { - "node": "^12.20.0 || ^14.13.1 || >=16.0.0" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/@cspell/eslint-plugin/node_modules/gensequence": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/gensequence/-/gensequence-6.0.0.tgz", - "integrity": "sha512-8WwuywE9pokJRAcg2QFR/plk3cVPebSUqRPzpGQh3WQ0wIiHAw+HyOQj5IuHyUTQBHpBKFoB2JUMu9zT3vJ16Q==", - "engines": { - "node": ">=16" - } - }, - "node_modules/@cspell/eslint-plugin/node_modules/locate-path": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-7.2.0.tgz", - "integrity": "sha512-gvVijfZvn7R+2qyPX8mAuKcFGDf6Nc61GdvGafQsHL0sBIxfKzA+usWn4GFC/bk+QdwPUD4kWFJLhElipq+0VA==", - "dependencies": { - "p-locate": "^6.0.0" - }, - "engines": { - "node": "^12.20.0 || ^14.13.1 || >=16.0.0" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/@cspell/eslint-plugin/node_modules/p-limit": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-4.0.0.tgz", - "integrity": "sha512-5b0R4txpzjPWVw/cXXUResoD4hb6U/x9BH08L7nw+GN1sezDzPdxeRvpc9c433fZhBan/wusjbCsqwqm4EIBIQ==", - "dependencies": { - "yocto-queue": "^1.0.0" - }, - "engines": { - "node": "^12.20.0 || ^14.13.1 || >=16.0.0" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/@cspell/eslint-plugin/node_modules/p-locate": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-6.0.0.tgz", - "integrity": "sha512-wPrq66Llhl7/4AGC6I+cqxT07LhXvWL08LNXz1fENOw0Ap4sRZZ/gZpTTJ5jpurzzzfS2W/Ge9BY3LgLjCShcw==", - "dependencies": { - "p-limit": "^4.0.0" - }, - "engines": { - "node": "^12.20.0 || ^14.13.1 || >=16.0.0" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/@cspell/eslint-plugin/node_modules/path-exists": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-5.0.0.tgz", - "integrity": "sha512-RjhtfwJOxzcFmNOi6ltcbcu4Iu+FL3zEj83dk4kAS+fVpTxXLO1b38RvJgT/0QwvV/L3aY9TAnyv0EOqW4GoMQ==", - "engines": { - "node": "^12.20.0 || ^14.13.1 || >=16.0.0" - } - }, - "node_modules/@cspell/eslint-plugin/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==", - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/@cspell/eslint-plugin/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==", - "dependencies": { - "crypto-random-string": "^4.0.0" - }, - "engines": { - "node": ">=12" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/@cspell/eslint-plugin/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/@cspell/eslint-plugin/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==", - "engines": { - "node": ">=12" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/@cspell/eslint-plugin/node_modules/yocto-queue": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/yocto-queue/-/yocto-queue-1.0.0.tgz", - "integrity": "sha512-9bnSc/HEW2uRy67wc+T8UwauLuPJVn28jb+GtJY16iiKWyvmYJRXVT4UamsAEGQfPohgr2q4Tq0sQbQlxTfi1g==", - "engines": { - "node": ">=12.20" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" + "node": ">=18" } }, "node_modules/@cspell/strong-weak-map": { - "version": "7.3.6", - "resolved": "https://registry.npmjs.org/@cspell/strong-weak-map/-/strong-weak-map-7.3.6.tgz", - "integrity": "sha512-PoVFTvY8CGhc+7W3uvyPUWIBakc+ga9X5QpSkFI/HQghmaGDDaaQBfbuv/LsS7T9bkEoWz4jLtJoNBas870gZA==", + "version": "8.0.0", + "resolved": "https://registry.npmjs.org/@cspell/strong-weak-map/-/strong-weak-map-8.0.0.tgz", + "integrity": "sha512-fRlqPSdpdub52vFtulDgLPzGPGe75I04ScId1zOO9ABP7/ro8VmaG//m1k7hsPkm6h7FG4jWympoA3aXDAcXaA==", "engines": { - "node": ">=16" + "node": ">=18" } }, "node_modules/@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==", "dev": true, - "license": "MIT", "dependencies": { "@jridgewell/trace-mapping": "0.3.9" }, @@ -3992,348 +4315,543 @@ }, "node_modules/@cspotcode/source-map-support/node_modules/@jridgewell/trace-mapping": { "version": "0.3.9", + "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.9.tgz", + "integrity": "sha512-3Belt6tdc8bPgAtbcmdtNJlirVoTmEb5e2gC94PnkwEW9jI6CAHUeoG85tjWP5WquqfavoMtMwiG4P926ZKKuQ==", "dev": true, - "license": "MIT", "dependencies": { "@jridgewell/resolve-uri": "^3.0.3", "@jridgewell/sourcemap-codec": "^1.4.10" } }, - "node_modules/@csstools/postcss-cascade-layers": { - "version": "1.1.1", + "node_modules/@csstools/css-parser-algorithms": { + "version": "2.3.2", + "resolved": "https://registry.npmjs.org/@csstools/css-parser-algorithms/-/css-parser-algorithms-2.3.2.tgz", + "integrity": "sha512-sLYGdAdEY2x7TSw9FtmdaTrh2wFtRJO5VMbBrA8tEqEod7GEggFmxTSK9XqExib3yMuYNcvcTdCZIP6ukdjAIA==", "dev": true, - "license": "CC0-1.0", - "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" - }, - "peerDependencies": { - "postcss": "^8.2" - } - }, - "node_modules/@csstools/postcss-color-function": { - "version": "1.1.1", - "dev": true, - "license": "CC0-1.0", - "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" - } - }, - "node_modules/@csstools/postcss-font-format-keywords": { - "version": "1.0.1", - "dev": true, - "license": "CC0-1.0", - "dependencies": { - "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/@csstools/postcss-hwb-function": { - "version": "1.0.2", - "dev": true, - "license": "CC0-1.0", - "dependencies": { - "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/@csstools/postcss-ic-unit": { - "version": "1.0.1", - "dev": true, - "license": "CC0-1.0", - "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" - } - }, - "node_modules/@csstools/postcss-is-pseudo-class": { - "version": "2.0.7", - "dev": true, - "license": "CC0-1.0", - "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" - } - }, - "node_modules/@csstools/postcss-normalize-display-values": { - "version": "1.0.1", - "dev": true, - "license": "CC0-1.0", - "dependencies": { - "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/@csstools/postcss-oklab-function": { - "version": "1.1.1", - "dev": true, - "license": "CC0-1.0", - "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" - } - }, - "node_modules/@csstools/postcss-progressive-custom-properties": { - "version": "1.3.0", - "dev": true, - "license": "CC0-1.0", - "dependencies": { - "postcss-value-parser": "^4.2.0" - }, - "engines": { - "node": "^12 || ^14 || >=16" - }, - "peerDependencies": { - "postcss": "^8.3" - } - }, - "node_modules/@csstools/postcss-stepped-value-functions": { - "version": "1.0.1", - "dev": true, - "license": "CC0-1.0", - "dependencies": { - "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/@csstools/postcss-trigonometric-functions": { - "version": "1.0.2", - "dev": true, - "license": "CC0-1.0", - "dependencies": { - "postcss-value-parser": "^4.2.0" - }, - "engines": { - "node": "^14 || >=16" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/csstools" - }, - "peerDependencies": { - "postcss": "^8.2" - } - }, - "node_modules/@csstools/postcss-unset-value": { - "version": "1.0.2", - "dev": true, - "license": "CC0-1.0", - "engines": { - "node": "^12 || ^14 || >=16" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/csstools" - }, - "peerDependencies": { - "postcss": "^8.2" - } - }, - "node_modules/@csstools/selector-specificity": { - "version": "2.2.0", - "dev": true, - "license": "CC0-1.0", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/csstools" + }, + { + "type": "opencollective", + "url": "https://opencollective.com/csstools" + } + ], "engines": { "node": "^14 || ^16 || >=18" }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/csstools" - }, "peerDependencies": { - "postcss-selector-parser": "^6.0.10" + "@csstools/css-tokenizer": "^2.2.1" } }, - "node_modules/@cypress/webpack-preprocessor": { - "version": "5.17.1", - "resolved": "https://registry.npmjs.org/@cypress/webpack-preprocessor/-/webpack-preprocessor-5.17.1.tgz", - "integrity": "sha512-FE/e8ikPc8z4EVopJCaior3RGy0jd2q9Xcp5NtiwNG4XnLfEnUFTZlAGwXe75sEh4fNMPrBJW1KIz77PX5vGAw==", + "node_modules/@csstools/css-tokenizer": { + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/@csstools/css-tokenizer/-/css-tokenizer-2.2.1.tgz", + "integrity": "sha512-Zmsf2f/CaEPWEVgw29odOj+WEVoiJy9s9NOv5GgNY9mZ1CZ7394By6wONrONrTsnNDv6F9hR02nvFihrGVGHBg==", "dev": true, - "dependencies": { - "bluebird": "3.7.1", - "debug": "^4.3.4", - "lodash": "^4.17.20" + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/csstools" + }, + { + "type": "opencollective", + "url": "https://opencollective.com/csstools" + } + ], + "engines": { + "node": "^14 || ^16 || >=18" + } + }, + "node_modules/@csstools/media-query-list-parser": { + "version": "2.1.5", + "resolved": "https://registry.npmjs.org/@csstools/media-query-list-parser/-/media-query-list-parser-2.1.5.tgz", + "integrity": "sha512-IxVBdYzR8pYe89JiyXQuYk4aVVoCPhMJkz6ElRwlVysjwURTsTk/bmY/z4FfeRE+CRBMlykPwXEVUg8lThv7AQ==", + "dev": true, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/csstools" + }, + { + "type": "opencollective", + "url": "https://opencollective.com/csstools" + } + ], + "engines": { + "node": "^14 || ^16 || >=18" }, "peerDependencies": { - "@babel/core": "^7.0.1", - "@babel/preset-env": "^7.0.0", - "babel-loader": "^8.0.2 || ^9", - "webpack": "^4 || ^5" + "@csstools/css-parser-algorithms": "^2.3.2", + "@csstools/css-tokenizer": "^2.2.1" + } + }, + "node_modules/@csstools/selector-specificity": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/@csstools/selector-specificity/-/selector-specificity-3.0.0.tgz", + "integrity": "sha512-hBI9tfBtuPIi885ZsZ32IMEU/5nlZH/KOVYJCOh7gyMxaVLGmLedYqFN6Ui1LXkI8JlC8IsuC0rF0btcRZKd5g==", + "dev": true, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/csstools" + }, + { + "type": "opencollective", + "url": "https://opencollective.com/csstools" + } + ], + "engines": { + "node": "^14 || ^16 || >=18" + }, + "peerDependencies": { + "postcss-selector-parser": "^6.0.13" } }, "node_modules/@discoveryjs/json-ext": { "version": "0.5.7", - "license": "MIT", + "resolved": "https://registry.npmjs.org/@discoveryjs/json-ext/-/json-ext-0.5.7.tgz", + "integrity": "sha512-dBVuXR082gk3jsFp7Rd/JI4kytwGHecnCoTtXFb7DB6CNHp4rg5k1bhg0nWdLGLnOV71lmDzGQaLMy8iPLY0pw==", + "dev": true, "engines": { "node": ">=10.0.0" } }, "node_modules/@editorjs/code": { "version": "2.8.0", + "resolved": "https://registry.npmjs.org/@editorjs/code/-/code-2.8.0.tgz", + "integrity": "sha512-qlv1OqSEPKnLv/ZQgNFmVgqsMbGDkh/qgTEnbVWsS+yujo1nlwgVkqCB8tOkQGVsrpmAYLiWRlA413nKxxCN5w==", "dev": true, - "license": "MIT", "dependencies": { "@codexteam/icons": "^0.0.5" } }, "node_modules/@editorjs/editorjs": { - "version": "2.26.5", - "license": "Apache-2.0", - "dependencies": { - "@codexteam/icons": "0.1.0", - "codex-notifier": "^1.1.2", - "codex-tooltip": "^1.0.5", - "html-janitor": "^2.0.4", - "nanoid": "^3.1.22" - } - }, - "node_modules/@editorjs/editorjs/node_modules/@codexteam/icons": { - "version": "0.1.0", - "license": "MIT" + "version": "2.28.2", + "resolved": "https://registry.npmjs.org/@editorjs/editorjs/-/editorjs-2.28.2.tgz", + "integrity": "sha512-g6V0Nd3W9IIWMpvxDNTssQ6e4kxBp1Y0W4GIf8cXRlmcBp3TUjrgCYJQmNy3l2a6ZzhyBAoVSe8krJEq4g7PQw==" }, "node_modules/@editorjs/header": { "version": "2.7.0", - "license": "MIT", + "resolved": "https://registry.npmjs.org/@editorjs/header/-/header-2.7.0.tgz", + "integrity": "sha512-4fGKGe2ZYblVqR/P/iw5ieG00uXInFgNMftBMqJRYcB2hUPD30kuu7Sn6eJDcLXoKUMOeqi8Z2AlUxYAmvw7zQ==", "dependencies": { "@codexteam/icons": "^0.0.5" } }, "node_modules/@editorjs/inline-code": { "version": "1.4.0", + "resolved": "https://registry.npmjs.org/@editorjs/inline-code/-/inline-code-1.4.0.tgz", + "integrity": "sha512-nJJx2eBgQyml7U8MdMdJNFY2RgZCOuvvXHEW73xsdu36ZXCd44eAo7vq1S5Jz9l8bC676SvNbRfeH/nojXK37A==", "dev": true, - "license": "MIT", "dependencies": { "@codexteam/icons": "^0.0.5" } }, "node_modules/@editorjs/list": { "version": "1.8.0", - "license": "MIT", + "resolved": "https://registry.npmjs.org/@editorjs/list/-/list-1.8.0.tgz", + "integrity": "sha512-Vq6cjyTXBzgegYv/MtTfuDdiz59yGhDEc/yAVXr6lmvoWAFs9cJ4TLuh4/9SbrbhIptcQLDvUjMDKmRrV6v2NQ==", "dependencies": { "@codexteam/icons": "^0.0.4" } }, "node_modules/@editorjs/list/node_modules/@codexteam/icons": { "version": "0.0.4", - "license": "MIT" + "resolved": "https://registry.npmjs.org/@codexteam/icons/-/icons-0.0.4.tgz", + "integrity": "sha512-V8N/TY2TGyas4wLrPIFq7bcow68b3gu8DfDt1+rrHPtXxcexadKauRJL6eQgfG7Z0LCrN4boLRawR4S9gjIh/Q==" }, "node_modules/@editorjs/marker": { "version": "1.2.2", - "dev": true, - "license": "MIT" + "resolved": "https://registry.npmjs.org/@editorjs/marker/-/marker-1.2.2.tgz", + "integrity": "sha512-BN/IHbVKKahGnMAiBOV5U7XUjfF6JkIkTZ6qNLxtTr7PUPM8UsJV8G8pyll9CX+XRUYYZyokA2kEBHTS4vUyyw==", + "dev": true }, "node_modules/@editorjs/underline": { "version": "1.1.0", - "license": "MIT", + "resolved": "https://registry.npmjs.org/@editorjs/underline/-/underline-1.1.0.tgz", + "integrity": "sha512-vQj2ROW1KreD31QHlhaPikmDJGWYzRBusN4Zyfwl9nIIQCByt4S8fZQpsrRvH4sct5mkirsHllNT00rJlqHK7Q==", "dependencies": { "@codexteam/icons": "^0.0.6" } }, "node_modules/@editorjs/underline/node_modules/@codexteam/icons": { "version": "0.0.6", - "license": "MIT" + "resolved": "https://registry.npmjs.org/@codexteam/icons/-/icons-0.0.6.tgz", + "integrity": "sha512-L7Q5PET8PjKcBT5wp7VR+FCjwCi5PUp7rd/XjsgQ0CI5FJz0DphyHGRILMuDUdCW2MQT9NHbVr4QP31vwAkS/A==" }, "node_modules/@es-joy/jsdoccomment": { - "version": "0.37.1", + "version": "0.41.0", + "resolved": "https://registry.npmjs.org/@es-joy/jsdoccomment/-/jsdoccomment-0.41.0.tgz", + "integrity": "sha512-aKUhyn1QI5Ksbqcr3fFJj16p99QdjUxXAEuFst1Z47DRyoiMwivIH9MV/ARcJOCXVjPfjITciej8ZD2O/6qUmw==", "dev": true, - "license": "MIT", "dependencies": { - "comment-parser": "1.3.1", + "comment-parser": "1.4.1", "esquery": "^1.5.0", "jsdoc-type-pratt-parser": "~4.0.0" }, "engines": { - "node": "^14 || ^16 || ^17 || ^18 || ^19 || ^20" + "node": ">=16" + } + }, + "node_modules/@esbuild/android-arm": { + "version": "0.17.8", + "resolved": "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.17.8.tgz", + "integrity": "sha512-0/rb91GYKhrtbeglJXOhAv9RuYimgI8h623TplY2X+vA4EXnk3Zj1fXZreJ0J3OJJu1bwmb0W7g+2cT/d8/l/w==", + "cpu": [ + "arm" + ], + "dev": true, + "optional": true, + "os": [ + "android" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@esbuild/android-arm64": { + "version": "0.17.8", + "resolved": "https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.17.8.tgz", + "integrity": "sha512-oa/N5j6v1svZQs7EIRPqR8f+Bf8g6HBDjD/xHC02radE/NjKHK7oQmtmLxPs1iVwYyvE+Kolo6lbpfEQ9xnhxQ==", + "cpu": [ + "arm64" + ], + "dev": true, + "optional": true, + "os": [ + "android" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@esbuild/android-x64": { + "version": "0.17.8", + "resolved": "https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.17.8.tgz", + "integrity": "sha512-bTliMLqD7pTOoPg4zZkXqCDuzIUguEWLpeqkNfC41ODBHwoUgZ2w5JBeYimv4oP6TDVocoYmEhZrCLQTrH89bg==", + "cpu": [ + "x64" + ], + "dev": true, + "optional": true, + "os": [ + "android" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@esbuild/darwin-arm64": { + "version": "0.17.8", + "resolved": "https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.17.8.tgz", + "integrity": "sha512-ghAbV3ia2zybEefXRRm7+lx8J/rnupZT0gp9CaGy/3iolEXkJ6LYRq4IpQVI9zR97ID80KJVoUlo3LSeA/sMAg==", + "cpu": [ + "arm64" + ], + "dev": true, + "optional": true, + "os": [ + "darwin" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@esbuild/darwin-x64": { + "version": "0.17.8", + "resolved": "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.17.8.tgz", + "integrity": "sha512-n5WOpyvZ9TIdv2V1K3/iIkkJeKmUpKaCTdun9buhGRWfH//osmUjlv4Z5mmWdPWind/VGcVxTHtLfLCOohsOXw==", + "cpu": [ + "x64" + ], + "dev": true, + "optional": true, + "os": [ + "darwin" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@esbuild/freebsd-arm64": { + "version": "0.17.8", + "resolved": "https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.17.8.tgz", + "integrity": "sha512-a/SATTaOhPIPFWvHZDoZYgxaZRVHn0/LX1fHLGfZ6C13JqFUZ3K6SMD6/HCtwOQ8HnsNaEeokdiDSFLuizqv5A==", + "cpu": [ + "arm64" + ], + "dev": true, + "optional": true, + "os": [ + "freebsd" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@esbuild/freebsd-x64": { + "version": "0.17.8", + "resolved": "https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.17.8.tgz", + "integrity": "sha512-xpFJb08dfXr5+rZc4E+ooZmayBW6R3q59daCpKZ/cDU96/kvDM+vkYzNeTJCGd8rtO6fHWMq5Rcv/1cY6p6/0Q==", + "cpu": [ + "x64" + ], + "dev": true, + "optional": true, + "os": [ + "freebsd" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@esbuild/linux-arm": { + "version": "0.17.8", + "resolved": "https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.17.8.tgz", + "integrity": "sha512-6Ij8gfuGszcEwZpi5jQIJCVIACLS8Tz2chnEBfYjlmMzVsfqBP1iGmHQPp7JSnZg5xxK9tjCc+pJ2WtAmPRFVA==", + "cpu": [ + "arm" + ], + "dev": true, + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@esbuild/linux-arm64": { + "version": "0.17.8", + "resolved": "https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.17.8.tgz", + "integrity": "sha512-v3iwDQuDljLTxpsqQDl3fl/yihjPAyOguxuloON9kFHYwopeJEf1BkDXODzYyXEI19gisEsQlG1bM65YqKSIww==", + "cpu": [ + "arm64" + ], + "dev": true, + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@esbuild/linux-ia32": { + "version": "0.17.8", + "resolved": "https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.17.8.tgz", + "integrity": "sha512-8svILYKhE5XetuFk/B6raFYIyIqydQi+GngEXJgdPdI7OMKUbSd7uzR02wSY4kb53xBrClLkhH4Xs8P61Q2BaA==", + "cpu": [ + "ia32" + ], + "dev": true, + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@esbuild/linux-loong64": { + "version": "0.17.8", + "resolved": "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.17.8.tgz", + "integrity": "sha512-B6FyMeRJeV0NpyEOYlm5qtQfxbdlgmiGdD+QsipzKfFky0K5HW5Td6dyK3L3ypu1eY4kOmo7wW0o94SBqlqBSA==", + "cpu": [ + "loong64" + ], + "dev": true, + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@esbuild/linux-mips64el": { + "version": "0.17.8", + "resolved": "https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.17.8.tgz", + "integrity": "sha512-CCb67RKahNobjm/eeEqeD/oJfJlrWyw29fgiyB6vcgyq97YAf3gCOuP6qMShYSPXgnlZe/i4a8WFHBw6N8bYAA==", + "cpu": [ + "mips64el" + ], + "dev": true, + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@esbuild/linux-ppc64": { + "version": "0.17.8", + "resolved": "https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.17.8.tgz", + "integrity": "sha512-bytLJOi55y55+mGSdgwZ5qBm0K9WOCh0rx+vavVPx+gqLLhxtSFU0XbeYy/dsAAD6xECGEv4IQeFILaSS2auXw==", + "cpu": [ + "ppc64" + ], + "dev": true, + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@esbuild/linux-riscv64": { + "version": "0.17.8", + "resolved": "https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.17.8.tgz", + "integrity": "sha512-2YpRyQJmKVBEHSBLa8kBAtbhucaclb6ex4wchfY0Tj3Kg39kpjeJ9vhRU7x4mUpq8ISLXRXH1L0dBYjAeqzZAw==", + "cpu": [ + "riscv64" + ], + "dev": true, + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@esbuild/linux-s390x": { + "version": "0.17.8", + "resolved": "https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.17.8.tgz", + "integrity": "sha512-QgbNY/V3IFXvNf11SS6exkpVcX0LJcob+0RWCgV9OiDAmVElnxciHIisoSix9uzYzScPmS6dJFbZULdSAEkQVw==", + "cpu": [ + "s390x" + ], + "dev": true, + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@esbuild/linux-x64": { + "version": "0.17.8", + "resolved": "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.17.8.tgz", + "integrity": "sha512-mM/9S0SbAFDBc4OPoyP6SEOo5324LpUxdpeIUUSrSTOfhHU9hEfqRngmKgqILqwx/0DVJBzeNW7HmLEWp9vcOA==", + "cpu": [ + "x64" + ], + "dev": true, + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@esbuild/netbsd-x64": { + "version": "0.17.8", + "resolved": "https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.17.8.tgz", + "integrity": "sha512-eKUYcWaWTaYr9zbj8GertdVtlt1DTS1gNBWov+iQfWuWyuu59YN6gSEJvFzC5ESJ4kMcKR0uqWThKUn5o8We6Q==", + "cpu": [ + "x64" + ], + "dev": true, + "optional": true, + "os": [ + "netbsd" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@esbuild/openbsd-x64": { + "version": "0.17.8", + "resolved": "https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.17.8.tgz", + "integrity": "sha512-Vc9J4dXOboDyMXKD0eCeW0SIeEzr8K9oTHJU+Ci1mZc5njPfhKAqkRt3B/fUNU7dP+mRyralPu8QUkiaQn7iIg==", + "cpu": [ + "x64" + ], + "dev": true, + "optional": true, + "os": [ + "openbsd" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@esbuild/sunos-x64": { + "version": "0.17.8", + "resolved": "https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.17.8.tgz", + "integrity": "sha512-0xvOTNuPXI7ft1LYUgiaXtpCEjp90RuBBYovdd2lqAFxje4sEucurg30M1WIm03+3jxByd3mfo+VUmPtRSVuOw==", + "cpu": [ + "x64" + ], + "dev": true, + "optional": true, + "os": [ + "sunos" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@esbuild/win32-arm64": { + "version": "0.17.8", + "resolved": "https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.17.8.tgz", + "integrity": "sha512-G0JQwUI5WdEFEnYNKzklxtBheCPkuDdu1YrtRrjuQv30WsYbkkoixKxLLv8qhJmNI+ATEWquZe/N0d0rpr55Mg==", + "cpu": [ + "arm64" + ], + "dev": true, + "optional": true, + "os": [ + "win32" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@esbuild/win32-ia32": { + "version": "0.17.8", + "resolved": "https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.17.8.tgz", + "integrity": "sha512-Fqy63515xl20OHGFykjJsMnoIWS+38fqfg88ClvPXyDbLtgXal2DTlhb1TfTX34qWi3u4I7Cq563QcHpqgLx8w==", + "cpu": [ + "ia32" + ], + "dev": true, + "optional": true, + "os": [ + "win32" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@esbuild/win32-x64": { + "version": "0.17.8", + "resolved": "https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.17.8.tgz", + "integrity": "sha512-1iuezdyDNngPnz8rLRDO2C/ZZ/emJLb72OsZeqQ6gL6Avko/XCXZw+NuxBSNhBAP13Hie418V7VMt9et1FMvpg==", + "cpu": [ + "x64" + ], + "dev": true, + "optional": true, + "os": [ + "win32" + ], + "engines": { + "node": ">=12" } }, "node_modules/@eslint-community/eslint-utils": { "version": "4.4.0", - "devOptional": true, - "license": "MIT", + "resolved": "https://registry.npmjs.org/@eslint-community/eslint-utils/-/eslint-utils-4.4.0.tgz", + "integrity": "sha512-1/sA4dwrzBAyeUoQ6oxahHKmrZvsnLCg4RfxW3ZFGGmQkSNQPFNLV9CUEFQP1x9EYXHTo5p6xdhZM1Ne9p/AfA==", + "dev": true, "dependencies": { "eslint-visitor-keys": "^3.3.0" }, @@ -4345,19 +4863,19 @@ } }, "node_modules/@eslint-community/regexpp": { - "version": "4.6.2", - "resolved": "https://registry.npmjs.org/@eslint-community/regexpp/-/regexpp-4.6.2.tgz", - "integrity": "sha512-pPTNuaAG3QMH+buKyBIGJs3g/S5y0caxw0ygM3YyE6yJFySwiGGSzA+mM3KJ8QQvzeLh3blwgSonkFjgQdxzMw==", - "devOptional": true, + "version": "4.10.0", + "resolved": "https://registry.npmjs.org/@eslint-community/regexpp/-/regexpp-4.10.0.tgz", + "integrity": "sha512-Cu96Sd2By9mCNTx2iyKOmq10v22jUVQv0lQnlGNy16oE9589yE+QADPbrMGCkA51cKZSg3Pu/aTJVTGfL/qjUA==", + "dev": true, "engines": { "node": "^12.0.0 || ^14.0.0 || >=16.0.0" } }, "node_modules/@eslint/eslintrc": { - "version": "2.1.2", - "resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-2.1.2.tgz", - "integrity": "sha512-+wvgpDsrB1YqAMdEUCcnTlpfVBH7Vqn6A/NT3D8WVXFIaKMlErPIZT3oCIAVCOtarRpMtelZLqJeU3t7WY6X6g==", - "devOptional": true, + "version": "2.1.3", + "resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-2.1.3.tgz", + "integrity": "sha512-yZzuIG+jnVu6hNSzFEN07e8BxF3uAzYtQb6uDkaYZLo6oYZDCq454c5kB8zxnzfCYyP4MIuyBn10L0DqwujTmA==", + "dev": true, "dependencies": { "ajv": "^6.12.4", "debug": "^4.3.2", @@ -4380,7 +4898,7 @@ "version": "6.12.6", "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz", "integrity": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==", - "devOptional": true, + "dev": true, "dependencies": { "fast-deep-equal": "^3.1.1", "fast-json-stable-stringify": "^2.0.0", @@ -4393,10 +4911,10 @@ } }, "node_modules/@eslint/eslintrc/node_modules/globals": { - "version": "13.21.0", - "resolved": "https://registry.npmjs.org/globals/-/globals-13.21.0.tgz", - "integrity": "sha512-ybyme3s4yy/t/3s35bewwXKOf7cvzfreG2lH0lZl0JB7I4GxRP2ghxOK/Nb9EkRXdbBXZLfq/p/0W2JUONB/Gg==", - "devOptional": true, + "version": "13.23.0", + "resolved": "https://registry.npmjs.org/globals/-/globals-13.23.0.tgz", + "integrity": "sha512-XAmF0RjlrjY23MA51q3HltdlGxUpXPvg0GioKiD9X6HD28iMjo2dKC8Vqwm7lne4GNr78+RHTfliktR6ZH09wA==", + "dev": true, "dependencies": { "type-fest": "^0.20.2" }, @@ -4411,35 +4929,50 @@ "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==", - "devOptional": true + "dev": true + }, + "node_modules/@eslint/eslintrc/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": { + "brace-expansion": "^1.1.7" + }, + "engines": { + "node": "*" + } }, "node_modules/@eslint/js": { - "version": "8.47.0", - "resolved": "https://registry.npmjs.org/@eslint/js/-/js-8.47.0.tgz", - "integrity": "sha512-P6omY1zv5MItm93kLM8s2vr1HICJH8v0dvddDhysbIuZ+vcjOHg5Zbkf1mTkcmi2JA9oBG2anOkRnW8WJTS8Og==", - "devOptional": true, + "version": "8.53.0", + "resolved": "https://registry.npmjs.org/@eslint/js/-/js-8.53.0.tgz", + "integrity": "sha512-Kn7K8dx/5U6+cT1yEhpX1w4PCSg0M+XyRILPgvwcEBjerFWCwQj5sbr3/VmxqV0JGHCBCzyd6LxypEuehypY1w==", + "dev": true, "engines": { "node": "^12.22.0 || ^14.17.0 || >=16.0.0" } }, "node_modules/@gar/promisify": { "version": "1.1.3", - "license": "MIT" + "resolved": "https://registry.npmjs.org/@gar/promisify/-/promisify-1.1.3.tgz", + "integrity": "sha512-k2Ty1JcVojjJFwrg/ThKi2ujJ7XNLYaFGNB/bWT9wGR+oSMJHMa5w+CUq6p/pVrKeNNgA7pCqEcjSnHVoqJQFw==", + "dev": true }, "node_modules/@graphql-typed-document-node/core": { "version": "3.2.0", - "license": "MIT", + "resolved": "https://registry.npmjs.org/@graphql-typed-document-node/core/-/core-3.2.0.tgz", + "integrity": "sha512-mB9oAsNCm9aM3/SOv4YtBMqZbYj10R7dkq8byBqxGY/ncFwhf2oQzMV+LCRlWoDSEBJ3COiR1yeDvMtsoOsuFQ==", "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 || ^17.0.0" } }, "node_modules/@humanwhocodes/config-array": { - "version": "0.11.10", - "resolved": "https://registry.npmjs.org/@humanwhocodes/config-array/-/config-array-0.11.10.tgz", - "integrity": "sha512-KVVjQmNUepDVGXNuoRRdmmEjruj0KfiGSbS8LVc12LMsWDQzRXJ0qdhN8L8uUigKpfEHRhlaQFY0ib1tnUbNeQ==", - "devOptional": true, + "version": "0.11.13", + "resolved": "https://registry.npmjs.org/@humanwhocodes/config-array/-/config-array-0.11.13.tgz", + "integrity": "sha512-JSBDMiDKSzQVngfRjOdFXgFfklaXI4K9nLF49Auh21lmBWRLIK3+xTErTWD4KU54pb6coM6ESE7Awz/FNU3zgQ==", + "dev": true, "dependencies": { - "@humanwhocodes/object-schema": "^1.2.1", + "@humanwhocodes/object-schema": "^2.0.1", "debug": "^4.1.1", "minimatch": "^3.0.5" }, @@ -4449,8 +4982,9 @@ }, "node_modules/@humanwhocodes/module-importer": { "version": "1.0.1", - "devOptional": true, - "license": "Apache-2.0", + "resolved": "https://registry.npmjs.org/@humanwhocodes/module-importer/-/module-importer-1.0.1.tgz", + "integrity": "sha512-bxveV4V8v5Yb4ncFTT3rPSgZBOpCkjfK0y4oVVVJwIuDVBRMDXrPyXRL988i5ap9m9bnyEEjWfm5WkBmtffLfA==", + "dev": true, "engines": { "node": ">=12.22" }, @@ -4460,10 +4994,10 @@ } }, "node_modules/@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==", - "devOptional": true + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/@humanwhocodes/object-schema/-/object-schema-2.0.1.tgz", + "integrity": "sha512-dvuCeX5fC9dXgJn9t+X5atfmgQAzUOWqS1254Gh0m6i8wKd10ebXkfNKiRK+1GWi/yTvvLDHpoxLr0xxxeslWw==", + "dev": true }, "node_modules/@isaacs/cliui": { "version": "8.0.2", @@ -4563,8 +5097,9 @@ }, "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==", "dev": true, - "license": "ISC", "dependencies": { "camelcase": "^5.3.1", "find-up": "^4.1.0", @@ -4578,16 +5113,18 @@ }, "node_modules/@istanbuljs/load-nyc-config/node_modules/argparse": { "version": "1.0.10", + "resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz", + "integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==", "dev": true, - "license": "MIT", "dependencies": { "sprintf-js": "~1.0.2" } }, "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, - "license": "MIT", "dependencies": { "locate-path": "^5.0.0", "path-exists": "^4.0.0" @@ -4598,8 +5135,9 @@ }, "node_modules/@istanbuljs/load-nyc-config/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==", "dev": true, - "license": "MIT", "dependencies": { "argparse": "^1.0.7", "esprima": "^4.0.0" @@ -4610,8 +5148,9 @@ }, "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==", "dev": true, - "license": "MIT", "dependencies": { "p-locate": "^4.1.0" }, @@ -4621,8 +5160,9 @@ }, "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==", "dev": true, - "license": "MIT", "dependencies": { "p-try": "^2.0.0" }, @@ -4635,8 +5175,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==", "dev": true, - "license": "MIT", "dependencies": { "p-limit": "^2.2.0" }, @@ -4646,27 +5187,28 @@ }, "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, - "license": "MIT", "engines": { "node": ">=8" } }, "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==", + "version": "29.7.0", + "resolved": "https://registry.npmjs.org/@jest/console/-/console-29.7.0.tgz", + "integrity": "sha512-5Ni4CU7XHQi32IJ398EEP4RrB8eV09sXP2ROqD4bksHrnTree52PsxvX8tpL8LvTZ3pFzXyPbNQReSN41CAhOg==", "dev": true, "dependencies": { - "@jest/types": "^28.1.3", + "@jest/types": "^29.6.3", "@types/node": "*", "chalk": "^4.0.0", - "jest-message-util": "^28.1.3", - "jest-util": "^28.1.3", + "jest-message-util": "^29.7.0", + "jest-util": "^29.7.0", "slash": "^3.0.0" }, "engines": { - "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0" + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" } }, "node_modules/@jest/console/node_modules/ansi-styles": { @@ -4712,6 +5254,12 @@ "node": ">=7.0.0" } }, + "node_modules/@jest/console/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==", + "dev": true + }, "node_modules/@jest/console/node_modules/has-flag": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", @@ -4721,23 +5269,6 @@ "node": ">=8" } }, - "node_modules/@jest/console/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" - } - }, "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", @@ -4751,169 +5282,89 @@ } }, "node_modules/@jest/environment": { - "version": "28.1.3", - "resolved": "https://registry.npmjs.org/@jest/environment/-/environment-28.1.3.tgz", - "integrity": "sha512-1bf40cMFTEkKyEf585R9Iz1WayDjHoHqvts0XFYEqyKM3cFWDpeMoqKKTAF9LSYQModPUlh8FKptoM2YcMWAXA==", + "version": "29.7.0", + "resolved": "https://registry.npmjs.org/@jest/environment/-/environment-29.7.0.tgz", + "integrity": "sha512-aQIfHDq33ExsN4jP1NWGXhxgQ/wixs60gDiKO+XVMd8Mn0NWPWgc34ZQDTb2jKaUWQ7MuwoitXAsN2XVXNMpAw==", "dev": true, "dependencies": { - "@jest/fake-timers": "^28.1.3", - "@jest/types": "^28.1.3", + "@jest/fake-timers": "^29.7.0", + "@jest/types": "^29.6.3", "@types/node": "*", - "jest-mock": "^28.1.3" + "jest-mock": "^29.7.0" }, "engines": { - "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0" + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" } }, "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==", + "version": "29.7.0", + "resolved": "https://registry.npmjs.org/@jest/expect/-/expect-29.7.0.tgz", + "integrity": "sha512-8uMeAMycttpva3P1lBHB8VciS9V0XAr3GymPpipdyQXbBcuhkLQOSe8E/p92RyAdToS6ZD1tFkX+CkhoECE0dQ==", "dev": true, "dependencies": { - "expect": "^28.1.3", - "jest-snapshot": "^28.1.3" + "expect": "^29.7.0", + "jest-snapshot": "^29.7.0" }, "engines": { - "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0" + "node": "^14.15.0 || ^16.10.0 || >=18.0.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==", + "version": "29.7.0", + "resolved": "https://registry.npmjs.org/@jest/expect-utils/-/expect-utils-29.7.0.tgz", + "integrity": "sha512-GlsNBWiFQFCVi9QVSx7f5AgMeLxe9YCCs5PuP2O2LdjDAA8Jh9eX7lA1Jq/xdXw3Wb3hyvlFNfZIfcRetSzYcA==", "dev": true, "dependencies": { - "jest-get-type": "^28.0.2" + "jest-get-type": "^29.6.3" }, "engines": { - "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0" + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" } }, "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==", + "version": "29.7.0", + "resolved": "https://registry.npmjs.org/@jest/fake-timers/-/fake-timers-29.7.0.tgz", + "integrity": "sha512-q4DH1Ha4TTFPdxLsqDXK1d3+ioSL7yL5oCMJZgDYm6i+6CygW5E5xVr/D1HdsGxjt1ZWSfUAs9OxSB/BNelWrQ==", "dev": true, "dependencies": { - "@jest/types": "^28.1.3", - "@sinonjs/fake-timers": "^9.1.2", + "@jest/types": "^29.6.3", + "@sinonjs/fake-timers": "^10.0.2", "@types/node": "*", - "jest-message-util": "^28.1.3", - "jest-mock": "^28.1.3", - "jest-util": "^28.1.3" + "jest-message-util": "^29.7.0", + "jest-mock": "^29.7.0", + "jest-util": "^29.7.0" }, "engines": { - "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0" - } - }, - "node_modules/@jest/fake-timers/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==", - "dev": true, - "dependencies": { - "color-convert": "^2.0.1" - }, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/chalk/ansi-styles?sponsor=1" - } - }, - "node_modules/@jest/fake-timers/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" - } - }, - "node_modules/@jest/fake-timers/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==", - "dev": true, - "dependencies": { - "color-name": "~1.1.4" - }, - "engines": { - "node": ">=7.0.0" - } - }, - "node_modules/@jest/fake-timers/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==", - "dev": true, - "engines": { - "node": ">=8" - } - }, - "node_modules/@jest/fake-timers/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" - } - }, - "node_modules/@jest/fake-timers/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" + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" } }, "node_modules/@jest/globals": { - "version": "28.1.3", - "resolved": "https://registry.npmjs.org/@jest/globals/-/globals-28.1.3.tgz", - "integrity": "sha512-XFU4P4phyryCXu1pbcqMO0GSQcYe1IsalYCDzRNyhetyeyxMcIxa11qPNDpVNLeretItNqEmYYQn1UYz/5x1NA==", + "version": "29.7.0", + "resolved": "https://registry.npmjs.org/@jest/globals/-/globals-29.7.0.tgz", + "integrity": "sha512-mpiz3dutLbkW2MNFubUGUEVLkTGiqW6yLVTA+JbP6fI6J5iL9Y0Nlg8k95pcF8ctKwCS7WVxteBs29hhfAotzQ==", "dev": true, "dependencies": { - "@jest/environment": "^28.1.3", - "@jest/expect": "^28.1.3", - "@jest/types": "^28.1.3" + "@jest/environment": "^29.7.0", + "@jest/expect": "^29.7.0", + "@jest/types": "^29.6.3", + "jest-mock": "^29.7.0" }, "engines": { - "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0" + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" } }, "node_modules/@jest/reporters": { - "version": "28.1.1", - "resolved": "https://registry.npmjs.org/@jest/reporters/-/reporters-28.1.1.tgz", - "integrity": "sha512-597Zj4D4d88sZrzM4atEGLuO7SdA/YrOv9SRXHXRNC+/FwPCWxZhBAEzhXoiJzfRwn8zes/EjS8Lo6DouGN5Gg==", + "version": "29.7.0", + "resolved": "https://registry.npmjs.org/@jest/reporters/-/reporters-29.7.0.tgz", + "integrity": "sha512-DApq0KJbJOEzAFYjHADNNxAE3KbhxQB1y5Kplb5Waqw6zVbuWatSnMjE5gs8FUgEPmNsnZA3NCWl9NG0ia04Pg==", "dev": true, "dependencies": { "@bcoe/v8-coverage": "^0.2.3", - "@jest/console": "^28.1.1", - "@jest/test-result": "^28.1.1", - "@jest/transform": "^28.1.1", - "@jest/types": "^28.1.1", - "@jridgewell/trace-mapping": "^0.3.7", + "@jest/console": "^29.7.0", + "@jest/test-result": "^29.7.0", + "@jest/transform": "^29.7.0", + "@jest/types": "^29.6.3", + "@jridgewell/trace-mapping": "^0.3.18", "@types/node": "*", "chalk": "^4.0.0", "collect-v8-coverage": "^1.0.0", @@ -4921,21 +5372,20 @@ "glob": "^7.1.3", "graceful-fs": "^4.2.9", "istanbul-lib-coverage": "^3.0.0", - "istanbul-lib-instrument": "^5.1.0", + "istanbul-lib-instrument": "^6.0.0", "istanbul-lib-report": "^3.0.0", "istanbul-lib-source-maps": "^4.0.0", "istanbul-reports": "^3.1.3", - "jest-message-util": "^28.1.1", - "jest-util": "^28.1.1", - "jest-worker": "^28.1.1", + "jest-message-util": "^29.7.0", + "jest-util": "^29.7.0", + "jest-worker": "^29.7.0", "slash": "^3.0.0", "string-length": "^4.0.1", "strip-ansi": "^6.0.0", - "terminal-link": "^2.0.0", - "v8-to-istanbul": "^9.0.0" + "v8-to-istanbul": "^9.0.1" }, "engines": { - "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0" + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" }, "peerDependencies": { "node-notifier": "^8.0.1 || ^9.0.0 || ^10.0.0" @@ -4989,6 +5439,12 @@ "node": ">=7.0.0" } }, + "node_modules/@jest/reporters/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==", + "dev": true + }, "node_modules/@jest/reporters/node_modules/glob": { "version": "7.2.3", "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz", @@ -5018,6 +5474,18 @@ "node": ">=8" } }, + "node_modules/@jest/reporters/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": { + "brace-expansion": "^1.1.7" + }, + "engines": { + "node": "*" + } + }, "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", @@ -5031,100 +5499,85 @@ } }, "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==", + "version": "29.6.3", + "resolved": "https://registry.npmjs.org/@jest/schemas/-/schemas-29.6.3.tgz", + "integrity": "sha512-mo5j5X+jIZmJQveBKeS/clAueipV7KgiX1vMgCxam1RNYiqE1w62n0/tJJnHtjW8ZHcQco5gY85jA3mi0L+nSA==", "dev": true, "dependencies": { - "@sinclair/typebox": "^0.24.1" + "@sinclair/typebox": "^0.27.8" }, "engines": { - "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0" + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" } }, "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==", + "version": "29.6.3", + "resolved": "https://registry.npmjs.org/@jest/source-map/-/source-map-29.6.3.tgz", + "integrity": "sha512-MHjT95QuipcPrpLM+8JMSzFx6eHp5Bm+4XeFDJlwsvVBjmKNiIAvasGK2fxz2WbGRlnvqehFbh07MMa7n3YJnw==", "dev": true, "dependencies": { - "@jridgewell/trace-mapping": "^0.3.13", + "@jridgewell/trace-mapping": "^0.3.18", "callsites": "^3.0.0", "graceful-fs": "^4.2.9" }, "engines": { - "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0" + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" } }, "node_modules/@jest/test-result": { - "version": "28.1.1", - "resolved": "https://registry.npmjs.org/@jest/test-result/-/test-result-28.1.1.tgz", - "integrity": "sha512-hPmkugBktqL6rRzwWAtp1JtYT4VHwv8OQ+9lE5Gymj6dHzubI/oJHMUpPOt8NrdVWSrz9S7bHjJUmv2ggFoUNQ==", + "version": "29.7.0", + "resolved": "https://registry.npmjs.org/@jest/test-result/-/test-result-29.7.0.tgz", + "integrity": "sha512-Fdx+tv6x1zlkJPcWXmMDAG2HBnaR9XPSd5aDWQVsfrZmLVT3lU1cwyxLgRmXR9yrq4NBoEm9BMsfgFzTQAbJYA==", "dev": true, "dependencies": { - "@jest/console": "^28.1.1", - "@jest/types": "^28.1.1", + "@jest/console": "^29.7.0", + "@jest/types": "^29.6.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" + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" } }, "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==", + "version": "29.7.0", + "resolved": "https://registry.npmjs.org/@jest/test-sequencer/-/test-sequencer-29.7.0.tgz", + "integrity": "sha512-GQwJ5WZVrKnOJuiYiAF52UNUJXgTZx1NHjFSEB0qEMmSZKAkdMoIzw/Cj6x6NF4AvV23AUqDpFzQkN/eYCYTxw==", "dev": true, "dependencies": { - "@jest/test-result": "^28.1.3", + "@jest/test-result": "^29.7.0", "graceful-fs": "^4.2.9", - "jest-haste-map": "^28.1.3", + "jest-haste-map": "^29.7.0", "slash": "^3.0.0" }, "engines": { - "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0" - } - }, - "node_modules/@jest/test-sequencer/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" + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" } }, "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==", + "version": "29.7.0", + "resolved": "https://registry.npmjs.org/@jest/transform/-/transform-29.7.0.tgz", + "integrity": "sha512-ok/BTPFzFKVMwO5eOHRrvnBVHdRy9IrsrW1GpMaQ9MCnilNLXQKmAX8s1YXDFaai9xJpac2ySzV0YeRRECr2Vw==", "dev": true, "dependencies": { "@babel/core": "^7.11.6", - "@jest/types": "^28.1.3", - "@jridgewell/trace-mapping": "^0.3.13", + "@jest/types": "^29.6.3", + "@jridgewell/trace-mapping": "^0.3.18", "babel-plugin-istanbul": "^6.1.1", "chalk": "^4.0.0", - "convert-source-map": "^1.4.0", - "fast-json-stable-stringify": "^2.0.0", + "convert-source-map": "^2.0.0", + "fast-json-stable-stringify": "^2.1.0", "graceful-fs": "^4.2.9", - "jest-haste-map": "^28.1.3", - "jest-regex-util": "^28.0.2", - "jest-util": "^28.1.3", + "jest-haste-map": "^29.7.0", + "jest-regex-util": "^29.6.3", + "jest-util": "^29.7.0", "micromatch": "^4.0.4", "pirates": "^4.0.4", "slash": "^3.0.0", - "write-file-atomic": "^4.0.1" + "write-file-atomic": "^4.0.2" }, "engines": { - "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0" + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" } }, "node_modules/@jest/transform/node_modules/ansi-styles": { @@ -5170,6 +5623,18 @@ "node": ">=7.0.0" } }, + "node_modules/@jest/transform/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==", + "dev": true + }, + "node_modules/@jest/transform/node_modules/convert-source-map": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-2.0.0.tgz", + "integrity": "sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==", + "dev": true + }, "node_modules/@jest/transform/node_modules/has-flag": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", @@ -5179,23 +5644,6 @@ "node": ">=8" } }, - "node_modules/@jest/transform/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" - } - }, "node_modules/@jest/transform/node_modules/supports-color": { "version": "7.2.0", "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", @@ -5209,12 +5657,12 @@ } }, "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==", + "version": "29.6.3", + "resolved": "https://registry.npmjs.org/@jest/types/-/types-29.6.3.tgz", + "integrity": "sha512-u3UPsIilWKOM3F9CXtrG8LEJmNxwoCQC/XVj4IKYXvvpx7QIi/Kg1LI5uDmDpKlac62NUtX7eLjRh+jVZcLOzw==", "dev": true, "dependencies": { - "@jest/schemas": "^28.1.3", + "@jest/schemas": "^29.6.3", "@types/istanbul-lib-coverage": "^2.0.0", "@types/istanbul-reports": "^3.0.0", "@types/node": "*", @@ -5222,7 +5670,7 @@ "chalk": "^4.0.0" }, "engines": { - "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0" + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" } }, "node_modules/@jest/types/node_modules/ansi-styles": { @@ -5268,6 +5716,12 @@ "node": ">=7.0.0" } }, + "node_modules/@jest/types/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==", + "dev": true + }, "node_modules/@jest/types/node_modules/has-flag": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", @@ -5291,7 +5745,9 @@ }, "node_modules/@jridgewell/gen-mapping": { "version": "0.1.1", - "license": "MIT", + "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" @@ -5301,22 +5757,28 @@ } }, "node_modules/@jridgewell/resolve-uri": { - "version": "3.1.0", - "license": "MIT", + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.1.tgz", + "integrity": "sha512-dSYZh7HhCDtCKm4QakX0xFpsRDqjjtZf/kjI/v3T3Nwt5r8/qz/M19F9ySyOqU94SXBmeG9ttTul+YnR4LOxFA==", + "dev": true, "engines": { "node": ">=6.0.0" } }, "node_modules/@jridgewell/set-array": { "version": "1.1.2", - "license": "MIT", + "resolved": "https://registry.npmjs.org/@jridgewell/set-array/-/set-array-1.1.2.tgz", + "integrity": "sha512-xnkseuNADM0gt2bs+BvhO0p78Mk762YnZdsuzFV018NoG1Sj1SCQvpSqa7XUaTam5vAGasABV9qXASMKnFMwMw==", + "dev": true, "engines": { "node": ">=6.0.0" } }, "node_modules/@jridgewell/source-map": { - "version": "0.3.3", - "license": "MIT", + "version": "0.3.5", + "resolved": "https://registry.npmjs.org/@jridgewell/source-map/-/source-map-0.3.5.tgz", + "integrity": "sha512-UTYAUj/wviwdsMfzoSJspJxbkH5o1snzwX0//0ENX1u/55kkZZkcTZP6u9bwKGkv+dkk9at4m1Cpt0uY80kcpQ==", + "dev": true, "dependencies": { "@jridgewell/gen-mapping": "^0.3.0", "@jridgewell/trace-mapping": "^0.3.9" @@ -5324,7 +5786,9 @@ }, "node_modules/@jridgewell/source-map/node_modules/@jridgewell/gen-mapping": { "version": "0.3.3", - "license": "MIT", + "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.3.tgz", + "integrity": "sha512-HLhSWOLRi875zjjMG/r+Nv0oCW8umGb0BgEhyX3dDX3egwZtB8PqLnjz3yedt8R5StBrzcg4aBpnh8UA9D1BoQ==", + "dev": true, "dependencies": { "@jridgewell/set-array": "^1.0.1", "@jridgewell/sourcemap-codec": "^1.4.10", @@ -5336,20 +5800,20 @@ }, "node_modules/@jridgewell/sourcemap-codec": { "version": "1.4.15", - "license": "MIT" + "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.15.tgz", + "integrity": "sha512-eF2rxCRulEKXHTRiDrDy6erMYWqNw4LPdQ8UQA4huuxaQsVeRPFl2oM8oDGxMFhJUWZf9McpLtJasDDZb/Bpeg==", + "dev": true }, "node_modules/@jridgewell/trace-mapping": { - "version": "0.3.18", - "license": "MIT", + "version": "0.3.20", + "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.20.tgz", + "integrity": "sha512-R8LcPeWZol2zR8mmH3JeKQ6QRCFb7XgUhV9ZlGhHLGyg4wpPiPZNQOOWhFZhxKw8u//yTbNGI42Bx/3paXEQ+Q==", + "dev": true, "dependencies": { - "@jridgewell/resolve-uri": "3.1.0", - "@jridgewell/sourcemap-codec": "1.4.14" + "@jridgewell/resolve-uri": "^3.1.0", + "@jridgewell/sourcemap-codec": "^1.4.14" } }, - "node_modules/@jridgewell/trace-mapping/node_modules/@jridgewell/sourcemap-codec": { - "version": "1.4.14", - "license": "MIT" - }, "node_modules/@kurkle/color": { "version": "0.3.2", "resolved": "https://registry.npmjs.org/@kurkle/color/-/color-0.3.2.tgz", @@ -5357,12 +5821,14 @@ }, "node_modules/@leichtgewicht/ip-codec": { "version": "2.0.4", - "dev": true, - "license": "MIT" + "resolved": "https://registry.npmjs.org/@leichtgewicht/ip-codec/-/ip-codec-2.0.4.tgz", + "integrity": "sha512-Hcv+nVC0kZnQ3tD9GVu5xSMR4VVYOteQIr/hwFPVEvPdlXqgGEuRjiheChHgdM+JyqdgNcmzZOX/tnl0JOiI7A==", + "dev": true }, "node_modules/@mapbox/node-pre-gyp": { - "version": "1.0.10", - "license": "BSD-3-Clause", + "version": "1.0.11", + "resolved": "https://registry.npmjs.org/@mapbox/node-pre-gyp/-/node-pre-gyp-1.0.11.tgz", + "integrity": "sha512-Yhlar6v9WQgUp/He7BdgzOz8lqMQ8sU+jkCq7Wx8Myc5YFJLbEe7lgui/V7G1qB1DJykHSGwreceSaD60Y0PUQ==", "optional": true, "dependencies": { "detect-libc": "^2.0.0", @@ -5381,7 +5847,8 @@ }, "node_modules/@mapbox/node-pre-gyp/node_modules/glob": { "version": "7.2.3", - "license": "ISC", + "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz", + "integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==", "optional": true, "dependencies": { "fs.realpath": "^1.0.0", @@ -5400,7 +5867,8 @@ }, "node_modules/@mapbox/node-pre-gyp/node_modules/make-dir": { "version": "3.1.0", - "license": "MIT", + "resolved": "https://registry.npmjs.org/make-dir/-/make-dir-3.1.0.tgz", + "integrity": "sha512-g3FeP20LNwhALb/6Cz6Dd4F2ngze0jz7tbzrD2wAV+o9FeNHe4rL+yK2md0J/fiSf1sa1ADhXqi5+oVwOM/eGw==", "optional": true, "dependencies": { "semver": "^6.0.0" @@ -5421,9 +5889,22 @@ "semver": "bin/semver.js" } }, + "node_modules/@mapbox/node-pre-gyp/node_modules/minimatch": { + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz", + "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==", + "optional": true, + "dependencies": { + "brace-expansion": "^1.1.7" + }, + "engines": { + "node": "*" + } + }, "node_modules/@mapbox/node-pre-gyp/node_modules/nopt": { "version": "5.0.0", - "license": "ISC", + "resolved": "https://registry.npmjs.org/nopt/-/nopt-5.0.0.tgz", + "integrity": "sha512-Tbj67rffqceeLpcRXrT7vKAN8CwfPeIBgM7E6iBkmKLV7bEMwpGgYLGv0jACUsECaa/vuxP0IjEont6umdMgtQ==", "optional": true, "dependencies": { "abbrev": "1" @@ -5437,7 +5918,8 @@ }, "node_modules/@mapbox/node-pre-gyp/node_modules/rimraf": { "version": "3.0.2", - "license": "ISC", + "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-3.0.2.tgz", + "integrity": "sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==", "optional": true, "dependencies": { "glob": "^7.1.3" @@ -5450,21 +5932,775 @@ } }, "node_modules/@mat-datetimepicker/core": { - "version": "10.1.1", - "license": "MIT", + "version": "11.0.3", + "resolved": "https://registry.npmjs.org/@mat-datetimepicker/core/-/core-11.0.3.tgz", + "integrity": "sha512-1M9sPoB3TfRb8hREDnv5R6uTi0iMlaY6oskxew0a+HVNTzZOBhwWWdKnlect8u+pXCmRBZI0QdMwx8nazeBdnA==", "dependencies": { "tslib": "^2.4.0" }, "peerDependencies": { - "@angular/cdk": "^14.0.4", - "@angular/common": "^14.0.5", - "@angular/core": "^14.0.5", - "@angular/material": "^14.0.4" + "@angular/cdk": "^15.0.0", + "@angular/common": "^15.0.0", + "@angular/core": "^15.0.0", + "@angular/material": "^15.0.0" + } + }, + "node_modules/@material/animation": { + "version": "15.0.0-canary.684e33d25.0", + "resolved": "https://registry.npmjs.org/@material/animation/-/animation-15.0.0-canary.684e33d25.0.tgz", + "integrity": "sha512-5osi1z4JQIXcklPALbH/zTfOm2pDzHt9Fxm7ZyURy250xIZj6QjULRzPTnzOhC2ropfix9ra2Cfggbf0dcRbEQ==", + "dependencies": { + "tslib": "^2.1.0" + } + }, + "node_modules/@material/auto-init": { + "version": "15.0.0-canary.684e33d25.0", + "resolved": "https://registry.npmjs.org/@material/auto-init/-/auto-init-15.0.0-canary.684e33d25.0.tgz", + "integrity": "sha512-OigQTmrVzkcGvxNjOaIe5oItTFPgrO9xLewvharDI6m6yvO1z7OBnkcW+sFN6ggLNYNxd0O1u9v64vMsmeDABQ==", + "dependencies": { + "@material/base": "15.0.0-canary.684e33d25.0", + "tslib": "^2.1.0" + } + }, + "node_modules/@material/banner": { + "version": "15.0.0-canary.684e33d25.0", + "resolved": "https://registry.npmjs.org/@material/banner/-/banner-15.0.0-canary.684e33d25.0.tgz", + "integrity": "sha512-PqtGp3KWzdu58rWv/DIvSfe38m5YKOBbAAbBinSvgadBb/da+IE1t5F7YPNKE1T5lJsQBGVUYx6QBIeXm+aI/A==", + "dependencies": { + "@material/base": "15.0.0-canary.684e33d25.0", + "@material/button": "15.0.0-canary.684e33d25.0", + "@material/dom": "15.0.0-canary.684e33d25.0", + "@material/elevation": "15.0.0-canary.684e33d25.0", + "@material/feature-targeting": "15.0.0-canary.684e33d25.0", + "@material/ripple": "15.0.0-canary.684e33d25.0", + "@material/rtl": "15.0.0-canary.684e33d25.0", + "@material/shape": "15.0.0-canary.684e33d25.0", + "@material/theme": "15.0.0-canary.684e33d25.0", + "@material/tokens": "15.0.0-canary.684e33d25.0", + "@material/typography": "15.0.0-canary.684e33d25.0", + "tslib": "^2.1.0" + } + }, + "node_modules/@material/base": { + "version": "15.0.0-canary.684e33d25.0", + "resolved": "https://registry.npmjs.org/@material/base/-/base-15.0.0-canary.684e33d25.0.tgz", + "integrity": "sha512-oOaqb/SfjWwTKsdJUZmeh/Qrs41nIJI0N+zELsxnvbGjSIN1ZMAKYZFPMahqvC68OJ6+5CvJM8PoTNs5l+B8IQ==", + "dependencies": { + "tslib": "^2.1.0" + } + }, + "node_modules/@material/button": { + "version": "15.0.0-canary.684e33d25.0", + "resolved": "https://registry.npmjs.org/@material/button/-/button-15.0.0-canary.684e33d25.0.tgz", + "integrity": "sha512-Nkekk4edeX+ObVOa7UlwavaHdmckPV5wU4SAJf3iA3R61cmz+KsgAgpzfcwv5WfNhIlc2nLu8QYEecpHdo9d/w==", + "dependencies": { + "@material/density": "15.0.0-canary.684e33d25.0", + "@material/dom": "15.0.0-canary.684e33d25.0", + "@material/elevation": "15.0.0-canary.684e33d25.0", + "@material/feature-targeting": "15.0.0-canary.684e33d25.0", + "@material/focus-ring": "15.0.0-canary.684e33d25.0", + "@material/ripple": "15.0.0-canary.684e33d25.0", + "@material/rtl": "15.0.0-canary.684e33d25.0", + "@material/shape": "15.0.0-canary.684e33d25.0", + "@material/theme": "15.0.0-canary.684e33d25.0", + "@material/tokens": "15.0.0-canary.684e33d25.0", + "@material/touch-target": "15.0.0-canary.684e33d25.0", + "@material/typography": "15.0.0-canary.684e33d25.0", + "tslib": "^2.1.0" + } + }, + "node_modules/@material/card": { + "version": "15.0.0-canary.684e33d25.0", + "resolved": "https://registry.npmjs.org/@material/card/-/card-15.0.0-canary.684e33d25.0.tgz", + "integrity": "sha512-xhyB7XX5KkEiCEqwSPkl58ZGYL6xFdnY62zimyBXJRG/Eaa0Swj3kW20hVCpt4f7c9Zmp8Se27rg8vnKmhvO3g==", + "dependencies": { + "@material/dom": "15.0.0-canary.684e33d25.0", + "@material/elevation": "15.0.0-canary.684e33d25.0", + "@material/feature-targeting": "15.0.0-canary.684e33d25.0", + "@material/ripple": "15.0.0-canary.684e33d25.0", + "@material/rtl": "15.0.0-canary.684e33d25.0", + "@material/shape": "15.0.0-canary.684e33d25.0", + "@material/theme": "15.0.0-canary.684e33d25.0", + "@material/tokens": "15.0.0-canary.684e33d25.0", + "tslib": "^2.1.0" + } + }, + "node_modules/@material/checkbox": { + "version": "15.0.0-canary.684e33d25.0", + "resolved": "https://registry.npmjs.org/@material/checkbox/-/checkbox-15.0.0-canary.684e33d25.0.tgz", + "integrity": "sha512-NFpM3TS924PmVsk2KQLNU95OYCf8ZwYgzeqfnAexU0bEfjUJXINBun2Go0AaeOUMjuvWUe+byjrXgv8SFYbMUA==", + "dependencies": { + "@material/animation": "15.0.0-canary.684e33d25.0", + "@material/base": "15.0.0-canary.684e33d25.0", + "@material/density": "15.0.0-canary.684e33d25.0", + "@material/dom": "15.0.0-canary.684e33d25.0", + "@material/feature-targeting": "15.0.0-canary.684e33d25.0", + "@material/focus-ring": "15.0.0-canary.684e33d25.0", + "@material/ripple": "15.0.0-canary.684e33d25.0", + "@material/theme": "15.0.0-canary.684e33d25.0", + "@material/touch-target": "15.0.0-canary.684e33d25.0", + "tslib": "^2.1.0" + } + }, + "node_modules/@material/chips": { + "version": "15.0.0-canary.684e33d25.0", + "resolved": "https://registry.npmjs.org/@material/chips/-/chips-15.0.0-canary.684e33d25.0.tgz", + "integrity": "sha512-z4ajQ4NnsAQ/Si9tZ4xmxzjj2Qb+vW++4QjCjjjwAGIZbCe0xglAnMh2t66XLJUxt7RoKZuZVEO7ZqcFZpvJFQ==", + "dependencies": { + "@material/animation": "15.0.0-canary.684e33d25.0", + "@material/base": "15.0.0-canary.684e33d25.0", + "@material/checkbox": "15.0.0-canary.684e33d25.0", + "@material/density": "15.0.0-canary.684e33d25.0", + "@material/dom": "15.0.0-canary.684e33d25.0", + "@material/elevation": "15.0.0-canary.684e33d25.0", + "@material/feature-targeting": "15.0.0-canary.684e33d25.0", + "@material/focus-ring": "15.0.0-canary.684e33d25.0", + "@material/ripple": "15.0.0-canary.684e33d25.0", + "@material/rtl": "15.0.0-canary.684e33d25.0", + "@material/shape": "15.0.0-canary.684e33d25.0", + "@material/theme": "15.0.0-canary.684e33d25.0", + "@material/tokens": "15.0.0-canary.684e33d25.0", + "@material/touch-target": "15.0.0-canary.684e33d25.0", + "@material/typography": "15.0.0-canary.684e33d25.0", + "safevalues": "^0.3.4", + "tslib": "^2.1.0" + } + }, + "node_modules/@material/circular-progress": { + "version": "15.0.0-canary.684e33d25.0", + "resolved": "https://registry.npmjs.org/@material/circular-progress/-/circular-progress-15.0.0-canary.684e33d25.0.tgz", + "integrity": "sha512-G6qD0nGNtEUwWnAMJuA9INYFpZoKtx7KFjBaPF4Ol2YLHtmShALNAYyn54TMAK8AZ2IpW08PXjGS7Ye88vrdEQ==", + "dependencies": { + "@material/animation": "15.0.0-canary.684e33d25.0", + "@material/base": "15.0.0-canary.684e33d25.0", + "@material/dom": "15.0.0-canary.684e33d25.0", + "@material/feature-targeting": "15.0.0-canary.684e33d25.0", + "@material/progress-indicator": "15.0.0-canary.684e33d25.0", + "@material/rtl": "15.0.0-canary.684e33d25.0", + "@material/theme": "15.0.0-canary.684e33d25.0", + "tslib": "^2.1.0" + } + }, + "node_modules/@material/data-table": { + "version": "15.0.0-canary.684e33d25.0", + "resolved": "https://registry.npmjs.org/@material/data-table/-/data-table-15.0.0-canary.684e33d25.0.tgz", + "integrity": "sha512-+wDw1DDDFfAsKAMzs84f/5GCjux39zjNfW8tL4wFbkWNwewmQrG9zaQMJhBpVOtLCrM8Gj6SOgOANqgqoCjvGg==", + "dependencies": { + "@material/animation": "15.0.0-canary.684e33d25.0", + "@material/base": "15.0.0-canary.684e33d25.0", + "@material/checkbox": "15.0.0-canary.684e33d25.0", + "@material/density": "15.0.0-canary.684e33d25.0", + "@material/dom": "15.0.0-canary.684e33d25.0", + "@material/elevation": "15.0.0-canary.684e33d25.0", + "@material/feature-targeting": "15.0.0-canary.684e33d25.0", + "@material/icon-button": "15.0.0-canary.684e33d25.0", + "@material/linear-progress": "15.0.0-canary.684e33d25.0", + "@material/list": "15.0.0-canary.684e33d25.0", + "@material/menu": "15.0.0-canary.684e33d25.0", + "@material/rtl": "15.0.0-canary.684e33d25.0", + "@material/select": "15.0.0-canary.684e33d25.0", + "@material/shape": "15.0.0-canary.684e33d25.0", + "@material/theme": "15.0.0-canary.684e33d25.0", + "@material/tokens": "15.0.0-canary.684e33d25.0", + "@material/touch-target": "15.0.0-canary.684e33d25.0", + "@material/typography": "15.0.0-canary.684e33d25.0", + "tslib": "^2.1.0" + } + }, + "node_modules/@material/density": { + "version": "15.0.0-canary.684e33d25.0", + "resolved": "https://registry.npmjs.org/@material/density/-/density-15.0.0-canary.684e33d25.0.tgz", + "integrity": "sha512-661yEVRMGrlq6S6WuSbPRO+ZwpdUOg2glCc7y96doM6itSLOa3UEAldjOLfsYZVB74GnKCiuDp//QmfoRyYTfA==", + "dependencies": { + "tslib": "^2.1.0" + } + }, + "node_modules/@material/dialog": { + "version": "15.0.0-canary.684e33d25.0", + "resolved": "https://registry.npmjs.org/@material/dialog/-/dialog-15.0.0-canary.684e33d25.0.tgz", + "integrity": "sha512-szn0dHnfeQTSOC6SSRSGAzX6Tnx+4NnSMUwNkXm+3bwjds8ZVK26+DXwLrP5f3ID5F1K5sFsRf2INo5/TNTHyQ==", + "dependencies": { + "@material/animation": "15.0.0-canary.684e33d25.0", + "@material/base": "15.0.0-canary.684e33d25.0", + "@material/button": "15.0.0-canary.684e33d25.0", + "@material/dom": "15.0.0-canary.684e33d25.0", + "@material/elevation": "15.0.0-canary.684e33d25.0", + "@material/feature-targeting": "15.0.0-canary.684e33d25.0", + "@material/icon-button": "15.0.0-canary.684e33d25.0", + "@material/ripple": "15.0.0-canary.684e33d25.0", + "@material/rtl": "15.0.0-canary.684e33d25.0", + "@material/shape": "15.0.0-canary.684e33d25.0", + "@material/theme": "15.0.0-canary.684e33d25.0", + "@material/tokens": "15.0.0-canary.684e33d25.0", + "@material/touch-target": "15.0.0-canary.684e33d25.0", + "@material/typography": "15.0.0-canary.684e33d25.0", + "tslib": "^2.1.0" + } + }, + "node_modules/@material/dom": { + "version": "15.0.0-canary.684e33d25.0", + "resolved": "https://registry.npmjs.org/@material/dom/-/dom-15.0.0-canary.684e33d25.0.tgz", + "integrity": "sha512-7pEJLYov+tGgfuD8mZxoVU6rWtPI8ppjTAhz+F27Hz9FG0JETMWTKpDPBXLnKvX7vhIxL83GvZ9geNHCe8Hfog==", + "dependencies": { + "@material/feature-targeting": "15.0.0-canary.684e33d25.0", + "@material/rtl": "15.0.0-canary.684e33d25.0", + "tslib": "^2.1.0" + } + }, + "node_modules/@material/drawer": { + "version": "15.0.0-canary.684e33d25.0", + "resolved": "https://registry.npmjs.org/@material/drawer/-/drawer-15.0.0-canary.684e33d25.0.tgz", + "integrity": "sha512-/KMckLf1PYU/H3PXnS4e0aFl03qG3JlSv4LGgX6juJufcONqGTl/m63EMO/L/eUy6H1CRrXmVDjik/jzHLyDhg==", + "dependencies": { + "@material/animation": "15.0.0-canary.684e33d25.0", + "@material/base": "15.0.0-canary.684e33d25.0", + "@material/dom": "15.0.0-canary.684e33d25.0", + "@material/elevation": "15.0.0-canary.684e33d25.0", + "@material/feature-targeting": "15.0.0-canary.684e33d25.0", + "@material/list": "15.0.0-canary.684e33d25.0", + "@material/ripple": "15.0.0-canary.684e33d25.0", + "@material/rtl": "15.0.0-canary.684e33d25.0", + "@material/shape": "15.0.0-canary.684e33d25.0", + "@material/theme": "15.0.0-canary.684e33d25.0", + "@material/typography": "15.0.0-canary.684e33d25.0", + "tslib": "^2.1.0" + } + }, + "node_modules/@material/elevation": { + "version": "15.0.0-canary.684e33d25.0", + "resolved": "https://registry.npmjs.org/@material/elevation/-/elevation-15.0.0-canary.684e33d25.0.tgz", + "integrity": "sha512-WDF8SsRtq3rXUbVVbd9K4DUijIPH0bUFSOreVYxudpuxAfTlDS5+aeS1EK9UIBFYLuba4u5wVT2tDv6e1RTfrQ==", + "dependencies": { + "@material/animation": "15.0.0-canary.684e33d25.0", + "@material/base": "15.0.0-canary.684e33d25.0", + "@material/feature-targeting": "15.0.0-canary.684e33d25.0", + "@material/rtl": "15.0.0-canary.684e33d25.0", + "@material/theme": "15.0.0-canary.684e33d25.0", + "tslib": "^2.1.0" + } + }, + "node_modules/@material/fab": { + "version": "15.0.0-canary.684e33d25.0", + "resolved": "https://registry.npmjs.org/@material/fab/-/fab-15.0.0-canary.684e33d25.0.tgz", + "integrity": "sha512-KCu87rWOKEAe9vZcAm6K8XazYSWPNjMG+OhrbPjHW6bCO7as1YCgtmkBkhff7csY/rFmcVpIy884xtUfLmSudQ==", + "dependencies": { + "@material/animation": "15.0.0-canary.684e33d25.0", + "@material/dom": "15.0.0-canary.684e33d25.0", + "@material/elevation": "15.0.0-canary.684e33d25.0", + "@material/feature-targeting": "15.0.0-canary.684e33d25.0", + "@material/focus-ring": "15.0.0-canary.684e33d25.0", + "@material/ripple": "15.0.0-canary.684e33d25.0", + "@material/rtl": "15.0.0-canary.684e33d25.0", + "@material/shape": "15.0.0-canary.684e33d25.0", + "@material/theme": "15.0.0-canary.684e33d25.0", + "@material/tokens": "15.0.0-canary.684e33d25.0", + "@material/touch-target": "15.0.0-canary.684e33d25.0", + "@material/typography": "15.0.0-canary.684e33d25.0", + "tslib": "^2.1.0" + } + }, + "node_modules/@material/feature-targeting": { + "version": "15.0.0-canary.684e33d25.0", + "resolved": "https://registry.npmjs.org/@material/feature-targeting/-/feature-targeting-15.0.0-canary.684e33d25.0.tgz", + "integrity": "sha512-HyH1erNTSjS63sigNSUMaCd0nJhTNdDFeC+myrxwtDaQm+uYJ8troCNtQM3g6mx0XATNtX5aTOoPmrM6yVVi1A==", + "dependencies": { + "tslib": "^2.1.0" + } + }, + "node_modules/@material/floating-label": { + "version": "15.0.0-canary.684e33d25.0", + "resolved": "https://registry.npmjs.org/@material/floating-label/-/floating-label-15.0.0-canary.684e33d25.0.tgz", + "integrity": "sha512-f7TPp6bKpGvV3sYYiZHSGlrixXKkXXITW3Esp7KB9jRq42c0H82novmdwvY0eTef4ootmA2JEysr78KQfHBUPg==", + "dependencies": { + "@material/animation": "15.0.0-canary.684e33d25.0", + "@material/base": "15.0.0-canary.684e33d25.0", + "@material/dom": "15.0.0-canary.684e33d25.0", + "@material/feature-targeting": "15.0.0-canary.684e33d25.0", + "@material/rtl": "15.0.0-canary.684e33d25.0", + "@material/theme": "15.0.0-canary.684e33d25.0", + "@material/typography": "15.0.0-canary.684e33d25.0", + "tslib": "^2.1.0" + } + }, + "node_modules/@material/focus-ring": { + "version": "15.0.0-canary.684e33d25.0", + "resolved": "https://registry.npmjs.org/@material/focus-ring/-/focus-ring-15.0.0-canary.684e33d25.0.tgz", + "integrity": "sha512-ikw2RVUfgzXChpWIzPH1VzRvTjYb5ZKj4H+CZf7jqPUXMstFOZg90Bp7ARLZHqYiyNMuUq3zUTHozS6iHorSqg==", + "dependencies": { + "@material/dom": "15.0.0-canary.684e33d25.0", + "@material/feature-targeting": "15.0.0-canary.684e33d25.0", + "@material/rtl": "15.0.0-canary.684e33d25.0" + } + }, + "node_modules/@material/form-field": { + "version": "15.0.0-canary.684e33d25.0", + "resolved": "https://registry.npmjs.org/@material/form-field/-/form-field-15.0.0-canary.684e33d25.0.tgz", + "integrity": "sha512-vpF9N/uq5no/7+8GAbEH0868FhOuBgxAWRr1Sfb+jthKfBr8OS/wPU/AHzZHdHdAm7PQynbeOXfDsX2dI//PDA==", + "dependencies": { + "@material/base": "15.0.0-canary.684e33d25.0", + "@material/feature-targeting": "15.0.0-canary.684e33d25.0", + "@material/ripple": "15.0.0-canary.684e33d25.0", + "@material/rtl": "15.0.0-canary.684e33d25.0", + "@material/theme": "15.0.0-canary.684e33d25.0", + "@material/typography": "15.0.0-canary.684e33d25.0", + "tslib": "^2.1.0" + } + }, + "node_modules/@material/icon-button": { + "version": "15.0.0-canary.684e33d25.0", + "resolved": "https://registry.npmjs.org/@material/icon-button/-/icon-button-15.0.0-canary.684e33d25.0.tgz", + "integrity": "sha512-wMI+XGzmIN/o2ePBKg2hLyx7H4pXCRAyyIKMQS1FMp1UKa2tYmiHVX/V8skhKwCqxg3i6Ls/LxMjfPxTR18WvQ==", + "dependencies": { + "@material/base": "15.0.0-canary.684e33d25.0", + "@material/density": "15.0.0-canary.684e33d25.0", + "@material/dom": "15.0.0-canary.684e33d25.0", + "@material/elevation": "15.0.0-canary.684e33d25.0", + "@material/feature-targeting": "15.0.0-canary.684e33d25.0", + "@material/focus-ring": "15.0.0-canary.684e33d25.0", + "@material/ripple": "15.0.0-canary.684e33d25.0", + "@material/rtl": "15.0.0-canary.684e33d25.0", + "@material/theme": "15.0.0-canary.684e33d25.0", + "@material/touch-target": "15.0.0-canary.684e33d25.0", + "tslib": "^2.1.0" + } + }, + "node_modules/@material/image-list": { + "version": "15.0.0-canary.684e33d25.0", + "resolved": "https://registry.npmjs.org/@material/image-list/-/image-list-15.0.0-canary.684e33d25.0.tgz", + "integrity": "sha512-Ol+uaHYBe5R/cgzlfh5ONnMVX0wO6fV74JMUcQCQlxP6lXau/edARo4tkRc7A7UJUkU3VRv0EpEjLoCRNUPGaA==", + "dependencies": { + "@material/feature-targeting": "15.0.0-canary.684e33d25.0", + "@material/shape": "15.0.0-canary.684e33d25.0", + "@material/theme": "15.0.0-canary.684e33d25.0", + "@material/typography": "15.0.0-canary.684e33d25.0", + "tslib": "^2.1.0" + } + }, + "node_modules/@material/layout-grid": { + "version": "15.0.0-canary.684e33d25.0", + "resolved": "https://registry.npmjs.org/@material/layout-grid/-/layout-grid-15.0.0-canary.684e33d25.0.tgz", + "integrity": "sha512-ALXE1mqFNb/RB2lVRQ3/r1Aufw2mFZnOjRE+boYDVepmAG/xWyPCyaGoavELJF5l4GAb0tXi8wA/8HeGbLOpuA==", + "dependencies": { + "tslib": "^2.1.0" + } + }, + "node_modules/@material/line-ripple": { + "version": "15.0.0-canary.684e33d25.0", + "resolved": "https://registry.npmjs.org/@material/line-ripple/-/line-ripple-15.0.0-canary.684e33d25.0.tgz", + "integrity": "sha512-7hRx8C/e9i0P6pgQpNOMfTwSS2r1fwEvBL72QDVGLtLuoKKwsjjgP6Z0Jat/GeHJe87u9LQvGBoD4upt+of/HA==", + "dependencies": { + "@material/animation": "15.0.0-canary.684e33d25.0", + "@material/base": "15.0.0-canary.684e33d25.0", + "@material/feature-targeting": "15.0.0-canary.684e33d25.0", + "@material/theme": "15.0.0-canary.684e33d25.0", + "tslib": "^2.1.0" + } + }, + "node_modules/@material/linear-progress": { + "version": "15.0.0-canary.684e33d25.0", + "resolved": "https://registry.npmjs.org/@material/linear-progress/-/linear-progress-15.0.0-canary.684e33d25.0.tgz", + "integrity": "sha512-iJclt7mKmcMk6pqD7ocXKfCWZhqBoODp7N593jYlxVpTJuEz2wiVAjZUDn/YGj/Uz3CRH+2YFfOiLr9pwWjhDg==", + "dependencies": { + "@material/animation": "15.0.0-canary.684e33d25.0", + "@material/base": "15.0.0-canary.684e33d25.0", + "@material/dom": "15.0.0-canary.684e33d25.0", + "@material/feature-targeting": "15.0.0-canary.684e33d25.0", + "@material/progress-indicator": "15.0.0-canary.684e33d25.0", + "@material/rtl": "15.0.0-canary.684e33d25.0", + "@material/theme": "15.0.0-canary.684e33d25.0", + "tslib": "^2.1.0" + } + }, + "node_modules/@material/list": { + "version": "15.0.0-canary.684e33d25.0", + "resolved": "https://registry.npmjs.org/@material/list/-/list-15.0.0-canary.684e33d25.0.tgz", + "integrity": "sha512-rQ+FCSdzmwTcT00IYE0uRV3CS4oGSccKFl9hkcF+aHFW61L7ORh/SCGUDPrEfQFrFkMn5f8qroVJjpUAMXBz4g==", + "dependencies": { + "@material/base": "15.0.0-canary.684e33d25.0", + "@material/density": "15.0.0-canary.684e33d25.0", + "@material/dom": "15.0.0-canary.684e33d25.0", + "@material/feature-targeting": "15.0.0-canary.684e33d25.0", + "@material/ripple": "15.0.0-canary.684e33d25.0", + "@material/rtl": "15.0.0-canary.684e33d25.0", + "@material/shape": "15.0.0-canary.684e33d25.0", + "@material/theme": "15.0.0-canary.684e33d25.0", + "@material/tokens": "15.0.0-canary.684e33d25.0", + "@material/typography": "15.0.0-canary.684e33d25.0", + "tslib": "^2.1.0" + } + }, + "node_modules/@material/menu": { + "version": "15.0.0-canary.684e33d25.0", + "resolved": "https://registry.npmjs.org/@material/menu/-/menu-15.0.0-canary.684e33d25.0.tgz", + "integrity": "sha512-r7wzDLSGSI9629/mfpvsMzkVxpmV75kcD3IrW0Pcu6/Bv/1xi0EvjcUXzNJJoQlwN4Zj35Ymz/PCjZkIDIz68Q==", + "dependencies": { + "@material/base": "15.0.0-canary.684e33d25.0", + "@material/dom": "15.0.0-canary.684e33d25.0", + "@material/elevation": "15.0.0-canary.684e33d25.0", + "@material/feature-targeting": "15.0.0-canary.684e33d25.0", + "@material/list": "15.0.0-canary.684e33d25.0", + "@material/menu-surface": "15.0.0-canary.684e33d25.0", + "@material/ripple": "15.0.0-canary.684e33d25.0", + "@material/rtl": "15.0.0-canary.684e33d25.0", + "@material/shape": "15.0.0-canary.684e33d25.0", + "@material/theme": "15.0.0-canary.684e33d25.0", + "@material/tokens": "15.0.0-canary.684e33d25.0", + "tslib": "^2.1.0" + } + }, + "node_modules/@material/menu-surface": { + "version": "15.0.0-canary.684e33d25.0", + "resolved": "https://registry.npmjs.org/@material/menu-surface/-/menu-surface-15.0.0-canary.684e33d25.0.tgz", + "integrity": "sha512-RVO5GAYcfWPaKwxsF/NhUAmrYXQCQBKvRQW0TIlbmAJz6lcFeTs6YZqF3u1C7qrL3ZQGz+sur/7ywj6QU0oMow==", + "dependencies": { + "@material/animation": "15.0.0-canary.684e33d25.0", + "@material/base": "15.0.0-canary.684e33d25.0", + "@material/elevation": "15.0.0-canary.684e33d25.0", + "@material/feature-targeting": "15.0.0-canary.684e33d25.0", + "@material/rtl": "15.0.0-canary.684e33d25.0", + "@material/shape": "15.0.0-canary.684e33d25.0", + "@material/theme": "15.0.0-canary.684e33d25.0", + "tslib": "^2.1.0" + } + }, + "node_modules/@material/notched-outline": { + "version": "15.0.0-canary.684e33d25.0", + "resolved": "https://registry.npmjs.org/@material/notched-outline/-/notched-outline-15.0.0-canary.684e33d25.0.tgz", + "integrity": "sha512-9YHcBkvJLPVYzkHcWoTpBZAFrEd+j1hjhGxLhh0LuNrZe8VroUkZD1TTnUAPHRG3os6EqEWWaKb0RN+aPIF2yQ==", + "dependencies": { + "@material/base": "15.0.0-canary.684e33d25.0", + "@material/feature-targeting": "15.0.0-canary.684e33d25.0", + "@material/floating-label": "15.0.0-canary.684e33d25.0", + "@material/rtl": "15.0.0-canary.684e33d25.0", + "@material/shape": "15.0.0-canary.684e33d25.0", + "@material/theme": "15.0.0-canary.684e33d25.0", + "tslib": "^2.1.0" + } + }, + "node_modules/@material/progress-indicator": { + "version": "15.0.0-canary.684e33d25.0", + "resolved": "https://registry.npmjs.org/@material/progress-indicator/-/progress-indicator-15.0.0-canary.684e33d25.0.tgz", + "integrity": "sha512-c0icji4faeNWUoqGENGC7Hav0Puxh0RwXIDVizffaUxKIGbajpIp5+4Zop73fK/xFLGMB/npg7TbP+aCGjQ3fw==", + "dependencies": { + "tslib": "^2.1.0" + } + }, + "node_modules/@material/radio": { + "version": "15.0.0-canary.684e33d25.0", + "resolved": "https://registry.npmjs.org/@material/radio/-/radio-15.0.0-canary.684e33d25.0.tgz", + "integrity": "sha512-U3Eh8sNUA8trDla1Bq8Bo02foxYvtoewaKeF8A8tAju81XZ4jRiftfOsOWZDZEHCVbbCB2QwvutvFlnay5n+Aw==", + "dependencies": { + "@material/animation": "15.0.0-canary.684e33d25.0", + "@material/base": "15.0.0-canary.684e33d25.0", + "@material/density": "15.0.0-canary.684e33d25.0", + "@material/dom": "15.0.0-canary.684e33d25.0", + "@material/feature-targeting": "15.0.0-canary.684e33d25.0", + "@material/focus-ring": "15.0.0-canary.684e33d25.0", + "@material/ripple": "15.0.0-canary.684e33d25.0", + "@material/theme": "15.0.0-canary.684e33d25.0", + "@material/touch-target": "15.0.0-canary.684e33d25.0", + "tslib": "^2.1.0" + } + }, + "node_modules/@material/ripple": { + "version": "15.0.0-canary.684e33d25.0", + "resolved": "https://registry.npmjs.org/@material/ripple/-/ripple-15.0.0-canary.684e33d25.0.tgz", + "integrity": "sha512-RyePu7SjIm/OuyyEieZ/gxiPYkNZOZHeid72WRcN9ofdlljj2pifcdPvcfZA+v/DMS33xo5GjG2L/Qj6ClWrKw==", + "dependencies": { + "@material/animation": "15.0.0-canary.684e33d25.0", + "@material/base": "15.0.0-canary.684e33d25.0", + "@material/dom": "15.0.0-canary.684e33d25.0", + "@material/feature-targeting": "15.0.0-canary.684e33d25.0", + "@material/rtl": "15.0.0-canary.684e33d25.0", + "@material/theme": "15.0.0-canary.684e33d25.0", + "tslib": "^2.1.0" + } + }, + "node_modules/@material/rtl": { + "version": "15.0.0-canary.684e33d25.0", + "resolved": "https://registry.npmjs.org/@material/rtl/-/rtl-15.0.0-canary.684e33d25.0.tgz", + "integrity": "sha512-NqdJl8Ayupp1Th+vCNCpVQHbUFOuF7TCte9LD1norTIBUF/QizIxWby2W5uUEiPbnh5j9PmE1CJtfLwKun3pcw==", + "dependencies": { + "@material/theme": "15.0.0-canary.684e33d25.0", + "tslib": "^2.1.0" + } + }, + "node_modules/@material/segmented-button": { + "version": "15.0.0-canary.684e33d25.0", + "resolved": "https://registry.npmjs.org/@material/segmented-button/-/segmented-button-15.0.0-canary.684e33d25.0.tgz", + "integrity": "sha512-bEGgg8vgXNLyukyV8HRjFMuQ6t6nm5LQ4Pgm22um61Yc8qyi0BOqV41OR4SVdUrUqZxh1aVD+p+4NN03+LfQXw==", + "dependencies": { + "@material/base": "15.0.0-canary.684e33d25.0", + "@material/elevation": "15.0.0-canary.684e33d25.0", + "@material/feature-targeting": "15.0.0-canary.684e33d25.0", + "@material/ripple": "15.0.0-canary.684e33d25.0", + "@material/theme": "15.0.0-canary.684e33d25.0", + "@material/touch-target": "15.0.0-canary.684e33d25.0", + "@material/typography": "15.0.0-canary.684e33d25.0", + "tslib": "^2.1.0" + } + }, + "node_modules/@material/select": { + "version": "15.0.0-canary.684e33d25.0", + "resolved": "https://registry.npmjs.org/@material/select/-/select-15.0.0-canary.684e33d25.0.tgz", + "integrity": "sha512-kf178/2TeEinTv0mgmSBcmmExQ2h7a7dtR1E3WuqQgisJ/R6+zVLMkC2CnfIyzxYX2vkuUTG0ue3Reh/6XiqSg==", + "dependencies": { + "@material/animation": "15.0.0-canary.684e33d25.0", + "@material/base": "15.0.0-canary.684e33d25.0", + "@material/density": "15.0.0-canary.684e33d25.0", + "@material/dom": "15.0.0-canary.684e33d25.0", + "@material/elevation": "15.0.0-canary.684e33d25.0", + "@material/feature-targeting": "15.0.0-canary.684e33d25.0", + "@material/floating-label": "15.0.0-canary.684e33d25.0", + "@material/line-ripple": "15.0.0-canary.684e33d25.0", + "@material/list": "15.0.0-canary.684e33d25.0", + "@material/menu": "15.0.0-canary.684e33d25.0", + "@material/menu-surface": "15.0.0-canary.684e33d25.0", + "@material/notched-outline": "15.0.0-canary.684e33d25.0", + "@material/ripple": "15.0.0-canary.684e33d25.0", + "@material/rtl": "15.0.0-canary.684e33d25.0", + "@material/shape": "15.0.0-canary.684e33d25.0", + "@material/theme": "15.0.0-canary.684e33d25.0", + "@material/tokens": "15.0.0-canary.684e33d25.0", + "@material/typography": "15.0.0-canary.684e33d25.0", + "tslib": "^2.1.0" + } + }, + "node_modules/@material/shape": { + "version": "15.0.0-canary.684e33d25.0", + "resolved": "https://registry.npmjs.org/@material/shape/-/shape-15.0.0-canary.684e33d25.0.tgz", + "integrity": "sha512-aEelpaTFmpnCji3TUGP9bVCS/bRVjUmLTHBPZtuu1gOrUVVtJ6kYOg73dZNJF+XOoNL2yOX/LRcKwsop29tptA==", + "dependencies": { + "@material/feature-targeting": "15.0.0-canary.684e33d25.0", + "@material/rtl": "15.0.0-canary.684e33d25.0", + "@material/theme": "15.0.0-canary.684e33d25.0", + "tslib": "^2.1.0" + } + }, + "node_modules/@material/slider": { + "version": "15.0.0-canary.684e33d25.0", + "resolved": "https://registry.npmjs.org/@material/slider/-/slider-15.0.0-canary.684e33d25.0.tgz", + "integrity": "sha512-WVyK+2pSNSZmj07M2K/a3TADoQ9FBCndfNC/vE7/wGIg4dddJJK5KvQ+yruf9R2cSzTL/S1sZ5WpyyeM8E9HTw==", + "dependencies": { + "@material/animation": "15.0.0-canary.684e33d25.0", + "@material/base": "15.0.0-canary.684e33d25.0", + "@material/dom": "15.0.0-canary.684e33d25.0", + "@material/elevation": "15.0.0-canary.684e33d25.0", + "@material/feature-targeting": "15.0.0-canary.684e33d25.0", + "@material/ripple": "15.0.0-canary.684e33d25.0", + "@material/rtl": "15.0.0-canary.684e33d25.0", + "@material/theme": "15.0.0-canary.684e33d25.0", + "@material/tokens": "15.0.0-canary.684e33d25.0", + "@material/typography": "15.0.0-canary.684e33d25.0", + "tslib": "^2.1.0" + } + }, + "node_modules/@material/snackbar": { + "version": "15.0.0-canary.684e33d25.0", + "resolved": "https://registry.npmjs.org/@material/snackbar/-/snackbar-15.0.0-canary.684e33d25.0.tgz", + "integrity": "sha512-itO+DCkOannZzR1/cCHcqAm7ifhuFvXmDItNoA8qLEcAyJDJJRkhpwj3XQ01yuo9gBFcSctp7Txt7e+Hncm/Jg==", + "dependencies": { + "@material/animation": "15.0.0-canary.684e33d25.0", + "@material/base": "15.0.0-canary.684e33d25.0", + "@material/button": "15.0.0-canary.684e33d25.0", + "@material/dom": "15.0.0-canary.684e33d25.0", + "@material/elevation": "15.0.0-canary.684e33d25.0", + "@material/feature-targeting": "15.0.0-canary.684e33d25.0", + "@material/icon-button": "15.0.0-canary.684e33d25.0", + "@material/ripple": "15.0.0-canary.684e33d25.0", + "@material/rtl": "15.0.0-canary.684e33d25.0", + "@material/shape": "15.0.0-canary.684e33d25.0", + "@material/theme": "15.0.0-canary.684e33d25.0", + "@material/tokens": "15.0.0-canary.684e33d25.0", + "@material/typography": "15.0.0-canary.684e33d25.0", + "tslib": "^2.1.0" + } + }, + "node_modules/@material/switch": { + "version": "15.0.0-canary.684e33d25.0", + "resolved": "https://registry.npmjs.org/@material/switch/-/switch-15.0.0-canary.684e33d25.0.tgz", + "integrity": "sha512-Jxi0gl92yvvZZsAPxvVHzXx2ga+T/djMow98jvEczmpUorWnAhgiCr9CsSSRoosahWyRB8NLZOxUQrACxvffjw==", + "dependencies": { + "@material/animation": "15.0.0-canary.684e33d25.0", + "@material/base": "15.0.0-canary.684e33d25.0", + "@material/density": "15.0.0-canary.684e33d25.0", + "@material/dom": "15.0.0-canary.684e33d25.0", + "@material/elevation": "15.0.0-canary.684e33d25.0", + "@material/feature-targeting": "15.0.0-canary.684e33d25.0", + "@material/focus-ring": "15.0.0-canary.684e33d25.0", + "@material/ripple": "15.0.0-canary.684e33d25.0", + "@material/rtl": "15.0.0-canary.684e33d25.0", + "@material/shape": "15.0.0-canary.684e33d25.0", + "@material/theme": "15.0.0-canary.684e33d25.0", + "@material/tokens": "15.0.0-canary.684e33d25.0", + "safevalues": "^0.3.4", + "tslib": "^2.1.0" + } + }, + "node_modules/@material/tab": { + "version": "15.0.0-canary.684e33d25.0", + "resolved": "https://registry.npmjs.org/@material/tab/-/tab-15.0.0-canary.684e33d25.0.tgz", + "integrity": "sha512-WQL3wj9syHNcfe8KbgGGUcA34M8C/xZ+n0Fkkh8Kk6puVwaU+xqUNihsxPY6YzKpmh4PZ4oJaBdiN8zvFT1zqQ==", + "dependencies": { + "@material/base": "15.0.0-canary.684e33d25.0", + "@material/elevation": "15.0.0-canary.684e33d25.0", + "@material/feature-targeting": "15.0.0-canary.684e33d25.0", + "@material/focus-ring": "15.0.0-canary.684e33d25.0", + "@material/ripple": "15.0.0-canary.684e33d25.0", + "@material/rtl": "15.0.0-canary.684e33d25.0", + "@material/tab-indicator": "15.0.0-canary.684e33d25.0", + "@material/theme": "15.0.0-canary.684e33d25.0", + "@material/tokens": "15.0.0-canary.684e33d25.0", + "@material/typography": "15.0.0-canary.684e33d25.0", + "tslib": "^2.1.0" + } + }, + "node_modules/@material/tab-bar": { + "version": "15.0.0-canary.684e33d25.0", + "resolved": "https://registry.npmjs.org/@material/tab-bar/-/tab-bar-15.0.0-canary.684e33d25.0.tgz", + "integrity": "sha512-SW/cMaDsIGGkM1ag3A7GJRlmr8eXmObWsvitQJzh6Azr5zzZtSI+GQygkMesAEE1gbpqOVN8d40rh3H7VVIAcA==", + "dependencies": { + "@material/animation": "15.0.0-canary.684e33d25.0", + "@material/base": "15.0.0-canary.684e33d25.0", + "@material/density": "15.0.0-canary.684e33d25.0", + "@material/elevation": "15.0.0-canary.684e33d25.0", + "@material/feature-targeting": "15.0.0-canary.684e33d25.0", + "@material/tab": "15.0.0-canary.684e33d25.0", + "@material/tab-indicator": "15.0.0-canary.684e33d25.0", + "@material/tab-scroller": "15.0.0-canary.684e33d25.0", + "@material/theme": "15.0.0-canary.684e33d25.0", + "@material/tokens": "15.0.0-canary.684e33d25.0", + "@material/typography": "15.0.0-canary.684e33d25.0", + "tslib": "^2.1.0" + } + }, + "node_modules/@material/tab-indicator": { + "version": "15.0.0-canary.684e33d25.0", + "resolved": "https://registry.npmjs.org/@material/tab-indicator/-/tab-indicator-15.0.0-canary.684e33d25.0.tgz", + "integrity": "sha512-kKICqSPqOlaf0lzaFFCmuOqPXJC+cK48Qmsc+m5o6fJhkmuZRCYpIwB2JeP+uZSOq/bTH+SrPtCtnVlgWg6ksA==", + "dependencies": { + "@material/animation": "15.0.0-canary.684e33d25.0", + "@material/base": "15.0.0-canary.684e33d25.0", + "@material/feature-targeting": "15.0.0-canary.684e33d25.0", + "@material/theme": "15.0.0-canary.684e33d25.0", + "tslib": "^2.1.0" + } + }, + "node_modules/@material/tab-scroller": { + "version": "15.0.0-canary.684e33d25.0", + "resolved": "https://registry.npmjs.org/@material/tab-scroller/-/tab-scroller-15.0.0-canary.684e33d25.0.tgz", + "integrity": "sha512-H6EU/TSiK/M2DyyORX5GEtXD9rKYxTMHC2VxsNWARPMFJGzgeW2ugYkFv+rKI1/c0bs0CJ4e+qFnOlBsQXZvyQ==", + "dependencies": { + "@material/animation": "15.0.0-canary.684e33d25.0", + "@material/base": "15.0.0-canary.684e33d25.0", + "@material/dom": "15.0.0-canary.684e33d25.0", + "@material/feature-targeting": "15.0.0-canary.684e33d25.0", + "@material/tab": "15.0.0-canary.684e33d25.0", + "tslib": "^2.1.0" + } + }, + "node_modules/@material/textfield": { + "version": "15.0.0-canary.684e33d25.0", + "resolved": "https://registry.npmjs.org/@material/textfield/-/textfield-15.0.0-canary.684e33d25.0.tgz", + "integrity": "sha512-OvgpDXjvpyJTtAWskO69IDybFvDNzr9w2PN/Fk7yFm+uNVupaWz1Ew8lZ4gGslaTNSVmh2XcsvmzxcLINSiiNg==", + "dependencies": { + "@material/animation": "15.0.0-canary.684e33d25.0", + "@material/base": "15.0.0-canary.684e33d25.0", + "@material/density": "15.0.0-canary.684e33d25.0", + "@material/dom": "15.0.0-canary.684e33d25.0", + "@material/feature-targeting": "15.0.0-canary.684e33d25.0", + "@material/floating-label": "15.0.0-canary.684e33d25.0", + "@material/line-ripple": "15.0.0-canary.684e33d25.0", + "@material/notched-outline": "15.0.0-canary.684e33d25.0", + "@material/ripple": "15.0.0-canary.684e33d25.0", + "@material/rtl": "15.0.0-canary.684e33d25.0", + "@material/shape": "15.0.0-canary.684e33d25.0", + "@material/theme": "15.0.0-canary.684e33d25.0", + "@material/tokens": "15.0.0-canary.684e33d25.0", + "@material/typography": "15.0.0-canary.684e33d25.0", + "tslib": "^2.1.0" + } + }, + "node_modules/@material/theme": { + "version": "15.0.0-canary.684e33d25.0", + "resolved": "https://registry.npmjs.org/@material/theme/-/theme-15.0.0-canary.684e33d25.0.tgz", + "integrity": "sha512-AZxaXXAvRKzAi20RlMxzt2U5UmkCWyv7DMWEBXsxtG5Tk54mi1HsbVUp3fxDPTlmL7Pq8p1/DESg/o7TgRCVlw==", + "dependencies": { + "@material/feature-targeting": "15.0.0-canary.684e33d25.0", + "tslib": "^2.1.0" + } + }, + "node_modules/@material/tokens": { + "version": "15.0.0-canary.684e33d25.0", + "resolved": "https://registry.npmjs.org/@material/tokens/-/tokens-15.0.0-canary.684e33d25.0.tgz", + "integrity": "sha512-wVwbQOTCXDPKYPdHQHLr026y36MMFelID1CmbfRk6mSol4O8yE9U0fXcShfRDW8Qo5E3X31w9c2A6T3neJY7wQ==", + "dependencies": { + "@material/elevation": "15.0.0-canary.684e33d25.0" + } + }, + "node_modules/@material/tooltip": { + "version": "15.0.0-canary.684e33d25.0", + "resolved": "https://registry.npmjs.org/@material/tooltip/-/tooltip-15.0.0-canary.684e33d25.0.tgz", + "integrity": "sha512-dtm26QjxyQdinc8btgz6yys07b7bUW4FZgNF2EBPeGrICrPg7jf+JEvDziz5g8VMaTBQLOQRSCGy0MKuRlOjLw==", + "dependencies": { + "@material/animation": "15.0.0-canary.684e33d25.0", + "@material/base": "15.0.0-canary.684e33d25.0", + "@material/button": "15.0.0-canary.684e33d25.0", + "@material/dom": "15.0.0-canary.684e33d25.0", + "@material/elevation": "15.0.0-canary.684e33d25.0", + "@material/feature-targeting": "15.0.0-canary.684e33d25.0", + "@material/rtl": "15.0.0-canary.684e33d25.0", + "@material/shape": "15.0.0-canary.684e33d25.0", + "@material/theme": "15.0.0-canary.684e33d25.0", + "@material/tokens": "15.0.0-canary.684e33d25.0", + "@material/typography": "15.0.0-canary.684e33d25.0", + "safevalues": "^0.3.4", + "tslib": "^2.1.0" + } + }, + "node_modules/@material/top-app-bar": { + "version": "15.0.0-canary.684e33d25.0", + "resolved": "https://registry.npmjs.org/@material/top-app-bar/-/top-app-bar-15.0.0-canary.684e33d25.0.tgz", + "integrity": "sha512-1M+oupUxflfW7u81P1XlxoLZB8bLzwtpKofIfDNRbEsiKhlLTERJR3Yak3BGE9xakNMysAaBHlkb5MrN5bNPFw==", + "dependencies": { + "@material/animation": "15.0.0-canary.684e33d25.0", + "@material/base": "15.0.0-canary.684e33d25.0", + "@material/elevation": "15.0.0-canary.684e33d25.0", + "@material/ripple": "15.0.0-canary.684e33d25.0", + "@material/rtl": "15.0.0-canary.684e33d25.0", + "@material/shape": "15.0.0-canary.684e33d25.0", + "@material/theme": "15.0.0-canary.684e33d25.0", + "@material/typography": "15.0.0-canary.684e33d25.0", + "tslib": "^2.1.0" + } + }, + "node_modules/@material/touch-target": { + "version": "15.0.0-canary.684e33d25.0", + "resolved": "https://registry.npmjs.org/@material/touch-target/-/touch-target-15.0.0-canary.684e33d25.0.tgz", + "integrity": "sha512-zdE69Slg8+T7sTn1OwqZ6H7WBYac9mxJ/JlJqfTqthzIjZRcCxBSYymQJcDHjsrPnUojOtr9U4Tpm5YZ96TEkQ==", + "dependencies": { + "@material/base": "15.0.0-canary.684e33d25.0", + "@material/feature-targeting": "15.0.0-canary.684e33d25.0", + "@material/rtl": "15.0.0-canary.684e33d25.0", + "@material/theme": "15.0.0-canary.684e33d25.0", + "tslib": "^2.1.0" + } + }, + "node_modules/@material/typography": { + "version": "15.0.0-canary.684e33d25.0", + "resolved": "https://registry.npmjs.org/@material/typography/-/typography-15.0.0-canary.684e33d25.0.tgz", + "integrity": "sha512-aVnvgMwcfNa/K4wujzpKDIxjGl2hbkEL+m+OKDSQqWYjKcP9QrbzCXJruJBqxrBoPRHLbqo47k5f9uT8raSgjw==", + "dependencies": { + "@material/feature-targeting": "15.0.0-canary.684e33d25.0", + "@material/theme": "15.0.0-canary.684e33d25.0", + "tslib": "^2.1.0" } }, "node_modules/@mdx-js/mdx": { "version": "1.6.22", - "license": "MIT", + "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.12.9", "@babel/plugin-syntax-jsx": "7.12.1", @@ -5493,7 +6729,9 @@ }, "node_modules/@mdx-js/mdx/node_modules/@babel/core": { "version": "7.12.9", - "license": "MIT", + "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.12.9.tgz", + "integrity": "sha512-gTXYh3M5wb7FRXQy+FErKFAv90BnlOuNn1QkCK2lREoPAjrQCO49+HVSrFoe5uakFAF5eenS75KbO2vQiLrTMQ==", + "dev": true, "dependencies": { "@babel/code-frame": "^7.10.4", "@babel/generator": "^7.12.5", @@ -5522,7 +6760,9 @@ }, "node_modules/@mdx-js/mdx/node_modules/@babel/plugin-syntax-jsx": { "version": "7.12.1", - "license": "MIT", + "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": { "@babel/helper-plugin-utils": "^7.10.4" }, @@ -5532,7 +6772,9 @@ }, "node_modules/@mdx-js/mdx/node_modules/parse-entities": { "version": "2.0.0", - "license": "MIT", + "resolved": "https://registry.npmjs.org/parse-entities/-/parse-entities-2.0.0.tgz", + "integrity": "sha512-kkywGpCcRYhqQIchaWqZ875wzpS/bMKhz5HnN3p7wveJTkTtyAB/AlnS0f8DFSqYW1T82t6yEAkEcB+A1I3MbQ==", + "dev": true, "dependencies": { "character-entities": "^1.0.0", "character-entities-legacy": "^1.0.0", @@ -5548,7 +6790,9 @@ }, "node_modules/@mdx-js/mdx/node_modules/remark-parse": { "version": "8.0.3", - "license": "MIT", + "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", @@ -5576,20 +6820,25 @@ "version": "5.7.2", "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.2.tgz", "integrity": "sha512-cBznnQ9KjJqU67B52RMC65CMarK2600WFnbkcaiwWq3xy/5haFJlshgnpjovMVJ+Hff49d8GEn0b87C5pDQ10g==", + "dev": true, "bin": { "semver": "bin/semver" } }, "node_modules/@mdx-js/mdx/node_modules/source-map": { "version": "0.5.7", - "license": "BSD-3-Clause", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz", + "integrity": "sha512-LbrmJOMUSdEVxIKvdcJzQC+nQhe8FUZQTXQy6+I75skNgn3OoQ0DZA8YnFa7gp8tqtL3KPf1kmo0R5DoApeSGQ==", + "dev": true, "engines": { "node": ">=0.10.0" } }, "node_modules/@mdx-js/mdx/node_modules/unist-util-remove-position": { "version": "2.0.1", - "license": "MIT", + "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" }, @@ -5600,7 +6849,9 @@ }, "node_modules/@mdx-js/mdx/node_modules/unist-util-visit": { "version": "2.0.3", - "license": "MIT", + "resolved": "https://registry.npmjs.org/unist-util-visit/-/unist-util-visit-2.0.3.tgz", + "integrity": "sha512-iJ4/RczbJMkD0712mGktuGpm/U4By4FfDonL7N/9tATGIF4imikjOuagyMY53tnZq3NP6BcmlrHhEKAfGWjh7Q==", + "dev": true, "dependencies": { "@types/unist": "^2.0.0", "unist-util-is": "^4.0.0", @@ -5613,7 +6864,9 @@ }, "node_modules/@mdx-js/mdx/node_modules/unist-util-visit-parents": { "version": "3.1.1", - "license": "MIT", + "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" @@ -5625,8 +6878,9 @@ }, "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, - "license": "MIT", "funding": { "type": "opencollective", "url": "https://opencollective.com/unified" @@ -5637,7 +6891,9 @@ }, "node_modules/@mdx-js/util": { "version": "1.6.22", - "license": "MIT", + "resolved": "https://registry.npmjs.org/@mdx-js/util/-/util-1.6.22.tgz", + "integrity": "sha512-H1rQc1ZOHANWBvPcW+JpGwr+juXSxM8Q8YCkm3GhZd8REu1fHR3z99CErO1p9pkcfcxZnMdIZdIsXkOHY0NilA==", + "dev": true, "funding": { "type": "opencollective", "url": "https://opencollective.com/unified" @@ -5645,7 +6901,9 @@ }, "node_modules/@mrmlnc/readdir-enhanced": { "version": "2.2.1", - "license": "MIT", + "resolved": "https://registry.npmjs.org/@mrmlnc/readdir-enhanced/-/readdir-enhanced-2.2.1.tgz", + "integrity": "sha512-bPHp6Ji8b41szTOcaP63VlnbbO5Ny6dwAATtY6JTjh5N2OLrb5Qk/Th5cRkRQhkWCt+EJsYrNB0MiL+Gpn6e3g==", + "dev": true, "dependencies": { "call-me-maybe": "^1.0.1", "glob-to-regexp": "^0.3.0" @@ -5656,26 +6914,30 @@ }, "node_modules/@mrmlnc/readdir-enhanced/node_modules/glob-to-regexp": { "version": "0.3.0", - "license": "BSD" + "resolved": "https://registry.npmjs.org/glob-to-regexp/-/glob-to-regexp-0.3.0.tgz", + "integrity": "sha512-Iozmtbqv0noj0uDDqoL0zNq0VBEfK2YFoMAZoxJe4cwphvLR+JskfF30QhXHOR4m3KrE6NLRYw+U9MRXvifyig==", + "dev": true }, "node_modules/@ngtools/webpack": { - "version": "14.1.3", + "version": "15.2.10", + "resolved": "https://registry.npmjs.org/@ngtools/webpack/-/webpack-15.2.10.tgz", + "integrity": "sha512-ZExB4rKh/Saad31O/Ofd2XvRuILuCNTYs0+qJL697Be2pzeewvzBhE4Xe1Mm7Jg13aWSPeuIdzSGOqCdwxxxFQ==", "dev": true, - "license": "MIT", "engines": { - "node": "^14.15.0 || >=16.10.0", + "node": "^14.20.0 || ^16.13.0 || >=18.10.0", "npm": "^6.11.0 || ^7.5.6 || >=8.0.0", "yarn": ">= 1.13.0" }, "peerDependencies": { - "@angular/compiler-cli": "^14.0.0", - "typescript": ">=4.6.2 <4.8", + "@angular/compiler-cli": "^15.0.0", + "typescript": ">=4.8.2 <5.0", "webpack": "^5.54.0" } }, "node_modules/@ngx-translate/core": { "version": "14.0.0", - "license": "MIT", + "resolved": "https://registry.npmjs.org/@ngx-translate/core/-/core-14.0.0.tgz", + "integrity": "sha512-UevdwNCXMRCdJv//0kC8h2eSfmi02r29xeE8E9gJ1Al4D4jEJ7eiLPdjslTMc21oJNGguqqWeEVjf64SFtvw2w==", "dependencies": { "tslib": "^2.3.0" }, @@ -5686,7 +6948,8 @@ }, "node_modules/@nodelib/fs.scandir": { "version": "2.1.5", - "license": "MIT", + "resolved": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz", + "integrity": "sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==", "dependencies": { "@nodelib/fs.stat": "2.0.5", "run-parallel": "^1.1.9" @@ -5697,14 +6960,16 @@ }, "node_modules/@nodelib/fs.stat": { "version": "2.0.5", - "license": "MIT", + "resolved": "https://registry.npmjs.org/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz", + "integrity": "sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==", "engines": { "node": ">= 8" } }, "node_modules/@nodelib/fs.walk": { "version": "1.2.8", - "license": "MIT", + "resolved": "https://registry.npmjs.org/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz", + "integrity": "sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==", "dependencies": { "@nodelib/fs.scandir": "2.1.5", "fastq": "^1.6.0" @@ -5714,35 +6979,34 @@ } }, "node_modules/@npmcli/fs": { - "version": "2.1.2", + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/@npmcli/fs/-/fs-3.1.0.tgz", + "integrity": "sha512-7kZUAaLscfgbwBQRbvdMYaZOWyMEcPTH/tJjnyAWJ/dvvs9Ef+CERx/qJb9GExJpl1qipaDGn7KqHnFGGixd0w==", "dev": true, - "license": "ISC", "dependencies": { - "@gar/promisify": "^1.1.3", "semver": "^7.3.5" }, "engines": { - "node": "^12.13.0 || ^14.15.0 || >=16.0.0" + "node": "^14.17.0 || ^16.13.0 || >=18.0.0" } }, "node_modules/@npmcli/git": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/@npmcli/git/-/git-3.0.2.tgz", - "integrity": "sha512-CAcd08y3DWBJqJDpfuVL0uijlq5oaXaOJEKHKc4wqrjd00gkvTZB+nFuLn+doOOKddaQS9JfqtNoFCO2LCvA3w==", + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/@npmcli/git/-/git-4.1.0.tgz", + "integrity": "sha512-9hwoB3gStVfa0N31ymBmrX+GuDGdVA/QWShZVqE0HK2Af+7QGGrCTbZia/SW0ImUTjTne7SP91qxDmtXvDHRPQ==", "dev": true, "dependencies": { - "@npmcli/promise-spawn": "^3.0.0", + "@npmcli/promise-spawn": "^6.0.0", "lru-cache": "^7.4.4", - "mkdirp": "^1.0.4", - "npm-pick-manifest": "^7.0.0", - "proc-log": "^2.0.0", + "npm-pick-manifest": "^8.0.0", + "proc-log": "^3.0.0", "promise-inflight": "^1.0.1", "promise-retry": "^2.0.1", "semver": "^7.3.5", - "which": "^2.0.2" + "which": "^3.0.0" }, "engines": { - "node": "^12.13.0 || ^14.15.0 || >=16.0.0" + "node": "^14.17.0 || ^16.13.0 || >=18.0.0" } }, "node_modules/@npmcli/git/node_modules/lru-cache": { @@ -5754,38 +7018,56 @@ "node": ">=12" } }, - "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/@npmcli/git/node_modules/which": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/which/-/which-3.0.1.tgz", + "integrity": "sha512-XA1b62dzQzLfaEOSQFTCOd5KFf/1VSzZo7/7TUjnya6u0vGGKzU96UQBZTAThCb2j4/xjBAyii1OhRLJEivHvg==", "dev": true, "dependencies": { - "npm-bundled": "^1.1.1", - "npm-normalize-package-bin": "^1.0.1" + "isexe": "^2.0.0" }, "bin": { - "installed-package-contents": "index.js" + "node-which": "bin/which.js" }, "engines": { - "node": ">= 10" + "node": "^14.17.0 || ^16.13.0 || >=18.0.0" + } + }, + "node_modules/@npmcli/installed-package-contents": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/@npmcli/installed-package-contents/-/installed-package-contents-2.0.2.tgz", + "integrity": "sha512-xACzLPhnfD51GKvTOOuNX2/V4G4mz9/1I2MfDoye9kBM3RYe5g2YbscsaGoTlaWqkxeiapBWyseULVKpSVHtKQ==", + "dev": true, + "dependencies": { + "npm-bundled": "^3.0.0", + "npm-normalize-package-bin": "^3.0.0" + }, + "bin": { + "installed-package-contents": "lib/index.js" + }, + "engines": { + "node": "^14.17.0 || ^16.13.0 || >=18.0.0" } }, "node_modules/@npmcli/move-file": { - "version": "2.0.1", + "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, - "license": "MIT", "dependencies": { "mkdirp": "^1.0.4", "rimraf": "^3.0.2" }, "engines": { - "node": "^12.13.0 || ^14.15.0 || >=16.0.0" + "node": ">=10" } }, "node_modules/@npmcli/move-file/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, - "license": "ISC", "dependencies": { "fs.realpath": "^1.0.0", "inflight": "^1.0.4", @@ -5801,10 +7083,23 @@ "url": "https://github.com/sponsors/isaacs" } }, + "node_modules/@npmcli/move-file/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": { + "brace-expansion": "^1.1.7" + }, + "engines": { + "node": "*" + } + }, "node_modules/@npmcli/move-file/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, - "license": "ISC", "dependencies": { "glob": "^7.1.3" }, @@ -5816,72 +7111,112 @@ } }, "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==", + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/@npmcli/node-gyp/-/node-gyp-3.0.0.tgz", + "integrity": "sha512-gp8pRXC2oOxu0DUE1/M3bYtb1b3/DbJ5aM113+XJBgfXdussRAsX0YOrOhdd8WvnAR6auDBvJomGAkLKA5ydxA==", "dev": true, "engines": { - "node": "^12.13.0 || ^14.15.0 || >=16.0.0" + "node": "^14.17.0 || ^16.13.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==", + "version": "6.0.2", + "resolved": "https://registry.npmjs.org/@npmcli/promise-spawn/-/promise-spawn-6.0.2.tgz", + "integrity": "sha512-gGq0NJkIGSwdbUt4yhdF8ZrmkGKVz9vAdVzpOfnom+V8PLSmSOVhZwbNvZZS1EYcJN5hzzKBxmmVVAInM6HQLg==", "dev": true, "dependencies": { - "infer-owner": "^1.0.4" + "which": "^3.0.0" }, "engines": { - "node": "^12.13.0 || ^14.15.0 || >=16.0.0" + "node": "^14.17.0 || ^16.13.0 || >=18.0.0" + } + }, + "node_modules/@npmcli/promise-spawn/node_modules/which": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/which/-/which-3.0.1.tgz", + "integrity": "sha512-XA1b62dzQzLfaEOSQFTCOd5KFf/1VSzZo7/7TUjnya6u0vGGKzU96UQBZTAThCb2j4/xjBAyii1OhRLJEivHvg==", + "dev": true, + "dependencies": { + "isexe": "^2.0.0" + }, + "bin": { + "node-which": "bin/which.js" + }, + "engines": { + "node": "^14.17.0 || ^16.13.0 || >=18.0.0" } }, "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==", + "version": "6.0.2", + "resolved": "https://registry.npmjs.org/@npmcli/run-script/-/run-script-6.0.2.tgz", + "integrity": "sha512-NCcr1uQo1k5U+SYlnIrbAh3cxy+OQT1VtqiAbxdymSlptbzBb62AjH2xXgjNCoP073hoa1CfCAcwoZ8k96C4nA==", "dev": true, "dependencies": { - "@npmcli/node-gyp": "^2.0.0", - "@npmcli/promise-spawn": "^3.0.0", + "@npmcli/node-gyp": "^3.0.0", + "@npmcli/promise-spawn": "^6.0.0", "node-gyp": "^9.0.0", - "read-package-json-fast": "^2.0.3", - "which": "^2.0.2" + "read-package-json-fast": "^3.0.0", + "which": "^3.0.0" }, "engines": { - "node": "^12.13.0 || ^14.15.0 || >=16.0.0" + "node": "^14.17.0 || ^16.13.0 || >=18.0.0" + } + }, + "node_modules/@npmcli/run-script/node_modules/which": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/which/-/which-3.0.1.tgz", + "integrity": "sha512-XA1b62dzQzLfaEOSQFTCOd5KFf/1VSzZo7/7TUjnya6u0vGGKzU96UQBZTAThCb2j4/xjBAyii1OhRLJEivHvg==", + "dev": true, + "dependencies": { + "isexe": "^2.0.0" + }, + "bin": { + "node-which": "bin/which.js" + }, + "engines": { + "node": "^14.17.0 || ^16.13.0 || >=18.0.0" } }, "node_modules/@nrwl/angular": { - "version": "14.8.9", - "resolved": "https://registry.npmjs.org/@nrwl/angular/-/angular-14.8.9.tgz", - "integrity": "sha512-gLy+NvG/YLtRnu2L2ezvxRDS5Y1EIHJDSvbECM+pQ2mTSldVrhzxblGg1HtPOXBGsc8RjLUZpirjBGxqu8nStA==", + "version": "15.9.7", + "resolved": "https://registry.npmjs.org/@nrwl/angular/-/angular-15.9.7.tgz", + "integrity": "sha512-FOvAfvYBzDTZiiylLfllM7Yki2OSx5QH+Ytt4YwUvEIiG6xbkfe/azTDdY77fFiQfakddL0LhtYzCF0dCNCKjQ==", "dev": true, - "hasInstallScript": true, "dependencies": { - "@angular-devkit/schematics": "~14.2.0", - "@nrwl/cypress": "14.8.9", - "@nrwl/devkit": "14.8.9", - "@nrwl/jest": "14.8.9", - "@nrwl/linter": "14.8.9", - "@nrwl/storybook": "14.8.9", - "@nrwl/webpack": "14.8.9", - "@nrwl/workspace": "14.8.9", + "@nrwl/cypress": "15.9.7", + "@nrwl/devkit": "15.9.7", + "@nrwl/jest": "15.9.7", + "@nrwl/js": "15.9.7", + "@nrwl/linter": "15.9.7", + "@nrwl/webpack": "15.9.7", + "@nrwl/workspace": "15.9.7", "@phenomnomnominal/tsquery": "4.1.1", - "@schematics/angular": "~14.2.0", - "chalk": "4.1.0", + "chalk": "^4.1.0", "chokidar": "^3.5.1", + "enquirer": "^2.3.6", "http-server": "^14.1.0", "ignore": "^5.0.4", - "jasmine-marbles": "~0.8.4", "magic-string": "~0.26.2", "minimatch": "3.0.5", - "semver": "7.3.4", + "semver": "7.5.4", "ts-node": "10.9.1", - "tsconfig-paths": "^3.9.0", + "tsconfig-paths": "^4.1.2", "tslib": "^2.3.0", - "webpack": "^5.58.1", + "webpack": "^5.75.0", "webpack-merge": "5.7.3" + }, + "peerDependencies": { + "@angular-devkit/build-angular": ">= 14.0.0 < 16.0.0", + "@angular-devkit/core": ">= 14.0.0 < 16.0.0", + "@angular-devkit/schematics": ">= 14.0.0 < 16.0.0", + "@nguniversal/builders": ">= 14.0.0 < 16.0.0", + "@schematics/angular": ">= 14.0.0 < 16.0.0", + "rxjs": "^6.5.3 || ^7.5.0" + }, + "peerDependenciesMeta": { + "@nguniversal/builders": { + "optional": true + } } }, "node_modules/@nrwl/angular/node_modules/ansi-styles": { @@ -5900,9 +7235,9 @@ } }, "node_modules/@nrwl/angular/node_modules/chalk": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.0.tgz", - "integrity": "sha512-qwx12AxXe2Q5xQ43Ac//I6v5aXTipYrSESdOgzrN+9XjgEpyjpKuvSGaN4qE93f7TQTlerQQ8S+EQ0EyDoVL1A==", + "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", @@ -5927,6 +7262,12 @@ "node": ">=7.0.0" } }, + "node_modules/@nrwl/angular/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==", + "dev": true + }, "node_modules/@nrwl/angular/node_modules/has-flag": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", @@ -5936,18 +7277,6 @@ "node": ">=8" } }, - "node_modules/@nrwl/angular/node_modules/json5": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/json5/-/json5-1.0.2.tgz", - "integrity": "sha512-g1MWMLBiz8FKi1e4w0UyVL3w+iJceWAFBAaBnnGKOpNa5f8TLktkbre1+s6oICydWAm+HRUGTmI+//xv2hvXYA==", - "dev": true, - "dependencies": { - "minimist": "^1.2.0" - }, - "bin": { - "json5": "lib/cli.js" - } - }, "node_modules/@nrwl/angular/node_modules/lru-cache": { "version": "6.0.0", "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz", @@ -5960,22 +7289,22 @@ "node": ">=10" } }, - "node_modules/@nrwl/angular/node_modules/minimatch": { - "version": "3.0.5", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.5.tgz", - "integrity": "sha512-tUpxzX0VAzJHjLu0xUfFv1gwVp9ba3IOuRAVH2EGuRW8a5emA2FlACLqiT/lDVtS1W+TGNwqz3sWaNyLgDJWuw==", + "node_modules/@nrwl/angular/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": { - "brace-expansion": "^1.1.7" + "sourcemap-codec": "^1.4.8" }, "engines": { - "node": "*" + "node": ">=12" } }, "node_modules/@nrwl/angular/node_modules/semver": { - "version": "7.3.4", - "resolved": "https://registry.npmjs.org/semver/-/semver-7.3.4.tgz", - "integrity": "sha512-tCfb2WLjqFAtXn4KEdxIhalnRtoKFN7nAwj0B3ZXCbQloV2tq5eDbcTmT68JJD3nRJq24/XgxtQKFIpQdtvmVw==", + "version": "7.5.4", + "resolved": "https://registry.npmjs.org/semver/-/semver-7.5.4.tgz", + "integrity": "sha512-1bCSESV6Pv+i21Hvpxp3Dx+pSD8lIPt8uVjRrxAUt/nbswYc+tK6Y2btiULjd4+fnq15PX+nqQDC7Oft7WkwcA==", "dev": true, "dependencies": { "lru-cache": "^6.0.0" @@ -5987,15 +7316,6 @@ "node": ">=10" } }, - "node_modules/@nrwl/angular/node_modules/strip-bom": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-3.0.0.tgz", - "integrity": "sha512-vavAMRXOgBVNF6nyEEmL3DBK19iRpDcoIwW+swQ+CbGiu7lju6t+JklA1MHweoWtadgt4ISVUsXLyDq34ddcwA==", - "dev": true, - "engines": { - "node": ">=4" - } - }, "node_modules/@nrwl/angular/node_modules/supports-color": { "version": "7.2.0", "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", @@ -6008,22 +7328,11 @@ "node": ">=8" } }, - "node_modules/@nrwl/angular/node_modules/tsconfig-paths": { - "version": "3.14.2", - "resolved": "https://registry.npmjs.org/tsconfig-paths/-/tsconfig-paths-3.14.2.tgz", - "integrity": "sha512-o/9iXgCYc5L/JxCHPe3Hvh8Q/2xm5Z+p18PESBU6Ff33695QnCHBEjcytY2q19ua7Mbl/DavtBOLq+oG0RCL+g==", - "dev": true, - "dependencies": { - "@types/json5": "^0.0.29", - "json5": "^1.0.2", - "minimist": "^1.2.6", - "strip-bom": "^3.0.0" - } - }, "node_modules/@nrwl/angular/node_modules/webpack-merge": { "version": "5.7.3", + "resolved": "https://registry.npmjs.org/webpack-merge/-/webpack-merge-5.7.3.tgz", + "integrity": "sha512-6/JUQv0ELQ1igjGDzHkXbVDRxkfA57Zw7PfiupdLFJYrgFqY5ZP8xxbpp2lU3EPwYx89ht5Z/aDkD40hFCm5AA==", "dev": true, - "license": "MIT", "dependencies": { "clone-deep": "^4.0.1", "wildcard": "^2.0.0" @@ -6039,309 +7348,31 @@ "dev": true }, "node_modules/@nrwl/cli": { - "version": "14.8.9", - "resolved": "https://registry.npmjs.org/@nrwl/cli/-/cli-14.8.9.tgz", - "integrity": "sha512-NsnVfM4B4Fqjvu9a9ZeJAzDKQclKeyWvSMXLGCebzsKcIBwbeh6G30nmVV8Z8VkdaJDOvle6QsYSVVNrl416fw==", + "version": "15.9.7", + "resolved": "https://registry.npmjs.org/@nrwl/cli/-/cli-15.9.7.tgz", + "integrity": "sha512-1jtHBDuJzA57My5nLzYiM372mJW0NY6rFKxlWt5a0RLsAZdPTHsd8lE3Gs9XinGC1jhXbruWmhhnKyYtZvX/zA==", "dev": true, "dependencies": { - "nx": "14.8.9" + "nx": "15.9.7" } }, - "node_modules/@nrwl/cli/node_modules/@nrwl/tao": { - "version": "14.8.9", - "resolved": "https://registry.npmjs.org/@nrwl/tao/-/tao-14.8.9.tgz", - "integrity": "sha512-llaZvTCXUmj4WtpbnjZOOzyTWcZIkj7gmtY5sa1nrTvbls9BaFRabOvfW4/z3s3E3iavni9ENMuuaHOfHyiRkg==", - "dev": true, - "dependencies": { - "nx": "14.8.9" - }, - "bin": { - "tao": "index.js" - } - }, - "node_modules/@nrwl/cli/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==", - "dev": true, - "dependencies": { - "color-convert": "^2.0.1" - }, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/chalk/ansi-styles?sponsor=1" - } - }, - "node_modules/@nrwl/cli/node_modules/axios": { - "version": "1.5.1", - "resolved": "https://registry.npmjs.org/axios/-/axios-1.5.1.tgz", - "integrity": "sha512-Q28iYCWzNHjAm+yEAot5QaAMxhMghWLFVf7rRdwhUI+c2jix2DUXjAHXVi+s1ibs3mjPO/cCgbA++3BjD0vP/A==", - "dev": true, - "dependencies": { - "follow-redirects": "^1.15.0", - "form-data": "^4.0.0", - "proxy-from-env": "^1.1.0" - } - }, - "node_modules/@nrwl/cli/node_modules/chalk": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.0.tgz", - "integrity": "sha512-qwx12AxXe2Q5xQ43Ac//I6v5aXTipYrSESdOgzrN+9XjgEpyjpKuvSGaN4qE93f7TQTlerQQ8S+EQ0EyDoVL1A==", - "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" - } - }, - "node_modules/@nrwl/cli/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==", - "dev": true, - "dependencies": { - "color-name": "~1.1.4" - }, - "engines": { - "node": ">=7.0.0" - } - }, - "node_modules/@nrwl/cli/node_modules/dotenv": { - "version": "10.0.0", - "resolved": "https://registry.npmjs.org/dotenv/-/dotenv-10.0.0.tgz", - "integrity": "sha512-rlBi9d8jpv9Sf1klPjNfFAuWDjKLwTIJJ/VxtoTwIR6hnZxcEOQCZg2oIL3MWBYw5GpUDKOEnND7LXTbIpQ03Q==", - "dev": true, - "engines": { - "node": ">=10" - } - }, - "node_modules/@nrwl/cli/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/@nrwl/cli/node_modules/glob": { - "version": "7.1.4", - "resolved": "https://registry.npmjs.org/glob/-/glob-7.1.4.tgz", - "integrity": "sha512-hkLPepehmnKk41pUGm3sYxoFs/umurYfYJCerbXEyFIWcAzvpipAgVkBqqT9RBKMGjnq6kMuyYwha6csxbiM1A==", - "dev": true, - "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": "*" - } - }, - "node_modules/@nrwl/cli/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==", - "dev": true, - "engines": { - "node": ">=8" - } - }, - "node_modules/@nrwl/cli/node_modules/json5": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/json5/-/json5-1.0.2.tgz", - "integrity": "sha512-g1MWMLBiz8FKi1e4w0UyVL3w+iJceWAFBAaBnnGKOpNa5f8TLktkbre1+s6oICydWAm+HRUGTmI+//xv2hvXYA==", - "dev": true, - "dependencies": { - "minimist": "^1.2.0" - }, - "bin": { - "json5": "lib/cli.js" - } - }, - "node_modules/@nrwl/cli/node_modules/jsonc-parser": { - "version": "3.2.0", - "resolved": "https://registry.npmjs.org/jsonc-parser/-/jsonc-parser-3.2.0.tgz", - "integrity": "sha512-gfFQZrcTc8CnKXp6Y4/CBT3fTc0OVuDofpre4aEeEpSBPV5X5v4+Vmx+8snU7RLPrNHPKSgLxGo9YuQzz20o+w==", - "dev": true - }, - "node_modules/@nrwl/cli/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==", - "dev": true, - "dependencies": { - "yallist": "^4.0.0" - }, - "engines": { - "node": ">=10" - } - }, - "node_modules/@nrwl/cli/node_modules/minimatch": { - "version": "3.0.5", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.5.tgz", - "integrity": "sha512-tUpxzX0VAzJHjLu0xUfFv1gwVp9ba3IOuRAVH2EGuRW8a5emA2FlACLqiT/lDVtS1W+TGNwqz3sWaNyLgDJWuw==", - "dev": true, - "dependencies": { - "brace-expansion": "^1.1.7" - }, - "engines": { - "node": "*" - } - }, - "node_modules/@nrwl/cli/node_modules/nx": { - "version": "14.8.9", - "resolved": "https://registry.npmjs.org/nx/-/nx-14.8.9.tgz", - "integrity": "sha512-X29mxovtXkrqcYNndTNMUOrtO3tkSZF0GkdsQ16kCxo4YIqUVVOpM7IzZYx+JxO6fVDFMlK7eGU2C2lTHz/MSQ==", - "dev": true, - "hasInstallScript": true, - "dependencies": { - "@nrwl/cli": "14.8.9", - "@nrwl/tao": "14.8.9", - "@parcel/watcher": "2.0.4", - "@yarnpkg/lockfile": "^1.1.0", - "@yarnpkg/parsers": "^3.0.0-rc.18", - "@zkochan/js-yaml": "0.0.6", - "axios": "^1.0.0", - "chalk": "4.1.0", - "chokidar": "^3.5.1", - "cli-cursor": "3.1.0", - "cli-spinners": "2.6.1", - "cliui": "^7.0.2", - "dotenv": "~10.0.0", - "enquirer": "~2.3.6", - "fast-glob": "3.2.7", - "figures": "3.2.0", - "flat": "^5.0.2", - "fs-extra": "^10.1.0", - "glob": "7.1.4", - "ignore": "^5.0.4", - "js-yaml": "4.1.0", - "jsonc-parser": "3.2.0", - "minimatch": "3.0.5", - "npm-run-path": "^4.0.1", - "open": "^8.4.0", - "semver": "7.3.4", - "string-width": "^4.2.3", - "strong-log-transformer": "^2.1.0", - "tar-stream": "~2.2.0", - "tmp": "~0.2.1", - "tsconfig-paths": "^3.9.0", - "tslib": "^2.3.0", - "v8-compile-cache": "2.3.0", - "yargs": "^17.4.0", - "yargs-parser": "21.0.1" - }, - "bin": { - "nx": "bin/nx.js" - }, - "peerDependencies": { - "@swc-node/register": "^1.4.2", - "@swc/core": "^1.2.173" - }, - "peerDependenciesMeta": { - "@swc-node/register": { - "optional": true - }, - "@swc/core": { - "optional": true - } - } - }, - "node_modules/@nrwl/cli/node_modules/semver": { - "version": "7.3.4", - "resolved": "https://registry.npmjs.org/semver/-/semver-7.3.4.tgz", - "integrity": "sha512-tCfb2WLjqFAtXn4KEdxIhalnRtoKFN7nAwj0B3ZXCbQloV2tq5eDbcTmT68JJD3nRJq24/XgxtQKFIpQdtvmVw==", - "dev": true, - "dependencies": { - "lru-cache": "^6.0.0" - }, - "bin": { - "semver": "bin/semver.js" - }, - "engines": { - "node": ">=10" - } - }, - "node_modules/@nrwl/cli/node_modules/strip-bom": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-3.0.0.tgz", - "integrity": "sha512-vavAMRXOgBVNF6nyEEmL3DBK19iRpDcoIwW+swQ+CbGiu7lju6t+JklA1MHweoWtadgt4ISVUsXLyDq34ddcwA==", - "dev": true, - "engines": { - "node": ">=4" - } - }, - "node_modules/@nrwl/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" - } - }, - "node_modules/@nrwl/cli/node_modules/tsconfig-paths": { - "version": "3.14.2", - "resolved": "https://registry.npmjs.org/tsconfig-paths/-/tsconfig-paths-3.14.2.tgz", - "integrity": "sha512-o/9iXgCYc5L/JxCHPe3Hvh8Q/2xm5Z+p18PESBU6Ff33695QnCHBEjcytY2q19ua7Mbl/DavtBOLq+oG0RCL+g==", - "dev": true, - "dependencies": { - "@types/json5": "^0.0.29", - "json5": "^1.0.2", - "minimist": "^1.2.6", - "strip-bom": "^3.0.0" - } - }, - "node_modules/@nrwl/cli/node_modules/yallist": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", - "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==", - "dev": true - }, "node_modules/@nrwl/cypress": { - "version": "14.8.9", - "resolved": "https://registry.npmjs.org/@nrwl/cypress/-/cypress-14.8.9.tgz", - "integrity": "sha512-NmemLfpFJqXTgR+VegMCCKPdMPeH2/eHHaizLHuJXT1IW7z7xmIdmetdSoWzOE9X/CT2KK3yJvYdED4omK6oiQ==", + "version": "15.9.7", + "resolved": "https://registry.npmjs.org/@nrwl/cypress/-/cypress-15.9.7.tgz", + "integrity": "sha512-FBTCV6BGA5MYJrLJ1bk+2pxu2IKK0kileL6VlFIJSoWCOSqzF9qFmEzZEJxH1ftGDhrL6GpSi9Ve9aBJDn6EuA==", "dev": true, "dependencies": { - "@babel/core": "^7.0.1", - "@babel/preset-env": "^7.0.0", - "@cypress/webpack-preprocessor": "^5.12.0", - "@nrwl/devkit": "14.8.9", - "@nrwl/linter": "14.8.9", - "@nrwl/workspace": "14.8.9", + "@nrwl/devkit": "15.9.7", + "@nrwl/js": "15.9.7", + "@nrwl/linter": "15.9.7", + "@nrwl/workspace": "15.9.7", "@phenomnomnominal/tsquery": "4.1.1", - "babel-loader": "^8.0.2", - "chalk": "4.1.0", + "detect-port": "^1.5.1", "dotenv": "~10.0.0", - "fork-ts-checker-webpack-plugin": "7.2.13", - "ts-loader": "^9.3.1", - "tsconfig-paths-webpack-plugin": "3.5.2", - "tslib": "^2.3.0", - "webpack": "^4 || ^5", - "webpack-node-externals": "^3.0.0" + "semver": "7.5.4" }, "peerDependencies": { - "cypress": ">= 3 < 11" + "cypress": ">= 3 < 13" }, "peerDependenciesMeta": { "cypress": { @@ -6349,49 +7380,6 @@ } } }, - "node_modules/@nrwl/cypress/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==", - "dev": true, - "dependencies": { - "color-convert": "^2.0.1" - }, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/chalk/ansi-styles?sponsor=1" - } - }, - "node_modules/@nrwl/cypress/node_modules/chalk": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.0.tgz", - "integrity": "sha512-qwx12AxXe2Q5xQ43Ac//I6v5aXTipYrSESdOgzrN+9XjgEpyjpKuvSGaN4qE93f7TQTlerQQ8S+EQ0EyDoVL1A==", - "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" - } - }, - "node_modules/@nrwl/cypress/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==", - "dev": true, - "dependencies": { - "color-name": "~1.1.4" - }, - "engines": { - "node": ">=7.0.0" - } - }, "node_modules/@nrwl/cypress/node_modules/dotenv": { "version": "10.0.0", "resolved": "https://registry.npmjs.org/dotenv/-/dotenv-10.0.0.tgz", @@ -6401,1010 +7389,7 @@ "node": ">=10" } }, - "node_modules/@nrwl/cypress/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==", - "dev": true, - "engines": { - "node": ">=8" - } - }, - "node_modules/@nrwl/cypress/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" - } - }, - "node_modules/@nrwl/devkit": { - "version": "14.8.9", - "resolved": "https://registry.npmjs.org/@nrwl/devkit/-/devkit-14.8.9.tgz", - "integrity": "sha512-C9PxTxTrVundP9xDbub7apkMPP1v1PSIu/d82VdOVnnU3Kvc2fRX2gafSdH+BMBP3SE4bIBblQI6gUuDXbYubw==", - "dev": true, - "dependencies": { - "@phenomnomnominal/tsquery": "4.1.1", - "ejs": "^3.1.7", - "ignore": "^5.0.4", - "tslib": "^2.3.0" - }, - "peerDependencies": { - "nx": ">= 13.10 <= 15" - } - }, - "node_modules/@nrwl/eslint-plugin-nx": { - "version": "14.5.4", - "resolved": "https://registry.npmjs.org/@nrwl/eslint-plugin-nx/-/eslint-plugin-nx-14.5.4.tgz", - "integrity": "sha512-BDMPtFlTUDPivvP9juuvIUMNnf5yHr0nafvmocUFxfXne8AWcUFaVk5CYE9piBIVMDAKrFvGy89j2iF+ITTJvQ==", - "dev": true, - "dependencies": { - "@nrwl/devkit": "14.5.4", - "@nrwl/workspace": "14.5.4", - "@typescript-eslint/utils": "^5.29.0", - "chalk": "4.1.0", - "confusing-browser-globals": "^1.0.9", - "semver": "7.3.4" - }, - "peerDependencies": { - "@typescript-eslint/parser": "^5.29.0", - "eslint-config-prettier": "^8.1.0" - }, - "peerDependenciesMeta": { - "eslint-config-prettier": { - "optional": true - } - } - }, - "node_modules/@nrwl/eslint-plugin-nx/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==", - "dev": 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" - } - }, - "node_modules/@nrwl/eslint-plugin-nx/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==", - "dev": 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" - } - }, - "node_modules/@nrwl/eslint-plugin-nx/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==", - "dev": 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" - } - }, - "node_modules/@nrwl/eslint-plugin-nx/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==", - "dev": 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" - } - }, - "node_modules/@nrwl/eslint-plugin-nx/node_modules/@jest/reporters": { - "version": "27.5.1", - "resolved": "https://registry.npmjs.org/@jest/reporters/-/reporters-27.5.1.tgz", - "integrity": "sha512-cPXh9hWIlVJMQkVk84aIvXuBB4uQQmFqZiacloFuGiP3ah1sbCxCosidXFDfqG8+6fO1oR2dTJTlsOy4VFmUfw==", - "dev": 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 - } - } - }, - "node_modules/@nrwl/eslint-plugin-nx/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==", - "dev": 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" - } - }, - "node_modules/@nrwl/eslint-plugin-nx/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==", - "dev": 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" - } - }, - "node_modules/@nrwl/eslint-plugin-nx/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==", - "dev": 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" - } - }, - "node_modules/@nrwl/eslint-plugin-nx/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==", - "dev": 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_modules/@nrwl/eslint-plugin-nx/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==", - "dev": 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_modules/@nrwl/eslint-plugin-nx/node_modules/@nrwl/cli": { - "version": "14.5.4", - "resolved": "https://registry.npmjs.org/@nrwl/cli/-/cli-14.5.4.tgz", - "integrity": "sha512-UYr14hxeYV8p/zt6D6z33hljZJQROJAVxSC+mm72fyVvy88Gt0sQNLfMmOARXur0p/73PSLM0jJ2Sr7Ftsuu+A==", - "dev": true, - "dependencies": { - "nx": "14.5.4" - } - }, - "node_modules/@nrwl/eslint-plugin-nx/node_modules/@nrwl/devkit": { - "version": "14.5.4", - "resolved": "https://registry.npmjs.org/@nrwl/devkit/-/devkit-14.5.4.tgz", - "integrity": "sha512-9UFoQb6HdEkvZlOZIZgTAPR5oagc1V72OdBgtiM0ZK5cHm9sSSTv7FrVlyxy+WWYZhy/orUm5eSChO/yNM/pZg==", - "dev": true, - "dependencies": { - "ejs": "^3.1.7", - "ignore": "^5.0.4", - "semver": "7.3.4", - "tslib": "^2.3.0" - }, - "peerDependencies": { - "nx": ">= 13.10 <= 15" - } - }, - "node_modules/@nrwl/eslint-plugin-nx/node_modules/@nrwl/jest": { - "version": "14.5.4", - "resolved": "https://registry.npmjs.org/@nrwl/jest/-/jest-14.5.4.tgz", - "integrity": "sha512-3C6xag040Ey4CtX9ItbPPNffUbqaYDBUdsKnoGH+s9mH/JmEKDvNZVMhAGOmHxHB5nlSr09E6jfzcqsXbSCHAQ==", - "dev": true, - "dependencies": { - "@jest/reporters": "27.5.1", - "@jest/test-result": "27.5.1", - "@nrwl/devkit": "14.5.4", - "@phenomnomnominal/tsquery": "4.1.1", - "chalk": "4.1.0", - "dotenv": "~10.0.0", - "identity-obj-proxy": "3.0.0", - "jest-config": "27.5.1", - "jest-resolve": "27.5.1", - "jest-util": "27.5.1", - "resolve.exports": "1.1.0", - "rxjs": "^6.5.4", - "tslib": "^2.3.0" - } - }, - "node_modules/@nrwl/eslint-plugin-nx/node_modules/@nrwl/linter": { - "version": "14.5.4", - "resolved": "https://registry.npmjs.org/@nrwl/linter/-/linter-14.5.4.tgz", - "integrity": "sha512-prmdySkuJbTL7aaL2NUaAI+TGo0o8Jx+KJPIibNth94ddsUGJWkCbMTUs2js1cbLDwfoYaIfHtbCKH+sbIgcsQ==", - "dev": true, - "dependencies": { - "@nrwl/devkit": "14.5.4", - "@nrwl/jest": "14.5.4", - "@phenomnomnominal/tsquery": "4.1.1", - "nx": "14.5.4", - "tmp": "~0.2.1", - "tslib": "^2.3.0" - }, - "peerDependencies": { - "eslint": "^8.0.0" - }, - "peerDependenciesMeta": { - "eslint": { - "optional": true - } - } - }, - "node_modules/@nrwl/eslint-plugin-nx/node_modules/@nrwl/tao": { - "version": "14.5.4", - "resolved": "https://registry.npmjs.org/@nrwl/tao/-/tao-14.5.4.tgz", - "integrity": "sha512-a2GCuSE8WghjehuU3GVO63KZEnZXXQiqEg137yN/Na+PxwSu68XeaX53SLyzRskTV120YwBBy1YCTNzAZxxsjg==", - "dev": true, - "dependencies": { - "nx": "14.5.4" - }, - "bin": { - "tao": "index.js" - } - }, - "node_modules/@nrwl/eslint-plugin-nx/node_modules/@nrwl/workspace": { - "version": "14.5.4", - "resolved": "https://registry.npmjs.org/@nrwl/workspace/-/workspace-14.5.4.tgz", - "integrity": "sha512-DNig3zkfwVickTAVyIYE71w1L1v3SCSP5IzhZjfUN/HIaaMWXm5jedDVZQBZzYyDVdPgf4x2gt3rGPVQK/CgWA==", - "dev": true, - "dependencies": { - "@nrwl/devkit": "14.5.4", - "@nrwl/jest": "14.5.4", - "@nrwl/linter": "14.5.4", - "@parcel/watcher": "2.0.4", - "chalk": "4.1.0", - "chokidar": "^3.5.1", - "cli-cursor": "3.1.0", - "cli-spinners": "2.6.1", - "dotenv": "~10.0.0", - "enquirer": "~2.3.6", - "figures": "3.2.0", - "flat": "^5.0.2", - "fs-extra": "^10.1.0", - "glob": "7.1.4", - "ignore": "^5.0.4", - "minimatch": "3.0.5", - "npm-run-path": "^4.0.1", - "nx": "14.5.4", - "open": "^8.4.0", - "rxjs": "^6.5.4", - "semver": "7.3.4", - "tmp": "~0.2.1", - "tslib": "^2.3.0", - "yargs": "^17.4.0", - "yargs-parser": "21.0.1" - }, - "peerDependencies": { - "prettier": "^2.6.2" - }, - "peerDependenciesMeta": { - "prettier": { - "optional": true - } - } - }, - "node_modules/@nrwl/eslint-plugin-nx/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==", - "dev": true, - "dependencies": { - "@sinonjs/commons": "^1.7.0" - } - }, - "node_modules/@nrwl/eslint-plugin-nx/node_modules/@types/yargs": { - "version": "16.0.7", - "resolved": "https://registry.npmjs.org/@types/yargs/-/yargs-16.0.7.tgz", - "integrity": "sha512-lQcYmxWuOfJq4IncK88/nwud9rwr1F04CFc5xzk0k4oKVyz/AI35TfsXmhjf6t8zp8mpCOi17BfvuNWx+zrYkg==", - "dev": true, - "dependencies": { - "@types/yargs-parser": "*" - } - }, - "node_modules/@nrwl/eslint-plugin-nx/node_modules/ansi-styles": { - "version": "4.3.0", - "dev": true, - "license": "MIT", - "dependencies": { - "color-convert": "^2.0.1" - }, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/chalk/ansi-styles?sponsor=1" - } - }, - "node_modules/@nrwl/eslint-plugin-nx/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==", - "dev": 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" - } - }, - "node_modules/@nrwl/eslint-plugin-nx/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==", - "dev": true, - "dependencies": { - "@babel/template": "^7.3.3", - "@babel/types": "^7.3.3", - "@types/babel__core": "^7.0.0", - "@types/babel__traverse": "^7.0.6" - }, - "engines": { - "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" - } - }, - "node_modules/@nrwl/eslint-plugin-nx/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==", - "dev": true, - "dependencies": { - "babel-plugin-jest-hoist": "^27.5.1", - "babel-preset-current-node-syntax": "^1.0.0" - }, - "engines": { - "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0" - } - }, - "node_modules/@nrwl/eslint-plugin-nx/node_modules/camelcase": { - "version": "6.3.0", - "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-6.3.0.tgz", - "integrity": "sha512-Gmy6FhYlCY7uOElZUSbxo2UCDH8owEk996gkbrpsgGtrJLM3J7jGxl9Ic7Qwwj4ivOE5AWZWRMecDdF7hqGjFA==", - "dev": true, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/@nrwl/eslint-plugin-nx/node_modules/chalk": { - "version": "4.1.0", - "dev": true, - "license": "MIT", - "dependencies": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/chalk/chalk?sponsor=1" - } - }, - "node_modules/@nrwl/eslint-plugin-nx/node_modules/color-convert": { - "version": "2.0.1", - "dev": true, - "license": "MIT", - "dependencies": { - "color-name": "~1.1.4" - }, - "engines": { - "node": ">=7.0.0" - } - }, - "node_modules/@nrwl/eslint-plugin-nx/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==", - "dev": true, - "engines": { - "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" - } - }, - "node_modules/@nrwl/eslint-plugin-nx/node_modules/dotenv": { - "version": "10.0.0", - "resolved": "https://registry.npmjs.org/dotenv/-/dotenv-10.0.0.tgz", - "integrity": "sha512-rlBi9d8jpv9Sf1klPjNfFAuWDjKLwTIJJ/VxtoTwIR6hnZxcEOQCZg2oIL3MWBYw5GpUDKOEnND7LXTbIpQ03Q==", - "dev": true, - "engines": { - "node": ">=10" - } - }, - "node_modules/@nrwl/eslint-plugin-nx/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==", - "dev": true, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sindresorhus/emittery?sponsor=1" - } - }, - "node_modules/@nrwl/eslint-plugin-nx/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==", - "dev": 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" - }, - "engines": { - "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" - } - }, - "node_modules/@nrwl/eslint-plugin-nx/node_modules/glob": { - "version": "7.1.4", - "resolved": "https://registry.npmjs.org/glob/-/glob-7.1.4.tgz", - "integrity": "sha512-hkLPepehmnKk41pUGm3sYxoFs/umurYfYJCerbXEyFIWcAzvpipAgVkBqqT9RBKMGjnq6kMuyYwha6csxbiM1A==", - "dev": true, - "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": "*" - } - }, - "node_modules/@nrwl/eslint-plugin-nx/node_modules/has-flag": { - "version": "4.0.0", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=8" - } - }, - "node_modules/@nrwl/eslint-plugin-nx/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==", - "dev": 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_modules/@nrwl/eslint-plugin-nx/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==", - "dev": 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" - }, - "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_modules/@nrwl/eslint-plugin-nx/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==", - "dev": true, - "dependencies": { - "chalk": "^4.0.0", - "diff-sequences": "^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" - } - }, - "node_modules/@nrwl/eslint-plugin-nx/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==", - "dev": true, - "dependencies": { - "detect-newline": "^3.0.0" - }, - "engines": { - "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" - } - }, - "node_modules/@nrwl/eslint-plugin-nx/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==", - "dev": 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" - } - }, - "node_modules/@nrwl/eslint-plugin-nx/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==", - "dev": 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" - }, - "engines": { - "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" - } - }, - "node_modules/@nrwl/eslint-plugin-nx/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==", - "dev": true, - "engines": { - "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" - } - }, - "node_modules/@nrwl/eslint-plugin-nx/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, - "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" - } - }, - "node_modules/@nrwl/eslint-plugin-nx/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==", - "dev": true, - "dependencies": { - "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" - } - }, - "node_modules/@nrwl/eslint-plugin-nx/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==", - "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" - } - }, - "node_modules/@nrwl/eslint-plugin-nx/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==", - "dev": 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" - } - }, - "node_modules/@nrwl/eslint-plugin-nx/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==", - "dev": true, - "dependencies": { - "@jest/types": "^27.5.1", - "@types/node": "*" - }, - "engines": { - "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" - } - }, - "node_modules/@nrwl/eslint-plugin-nx/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, - "engines": { - "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" - } - }, - "node_modules/@nrwl/eslint-plugin-nx/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==", - "dev": 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_modules/@nrwl/eslint-plugin-nx/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==", - "dev": 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" - }, - "engines": { - "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" - } - }, - "node_modules/@nrwl/eslint-plugin-nx/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==", - "dev": 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" - }, - "engines": { - "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" - } - }, - "node_modules/@nrwl/eslint-plugin-nx/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==", - "dev": 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" - } - }, - "node_modules/@nrwl/eslint-plugin-nx/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==", - "dev": 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" - }, - "engines": { - "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" - } - }, - "node_modules/@nrwl/eslint-plugin-nx/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==", - "dev": 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" - }, - "engines": { - "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" - } - }, - "node_modules/@nrwl/eslint-plugin-nx/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, - "dependencies": { - "@types/node": "*", - "merge-stream": "^2.0.0", - "supports-color": "^8.0.0" - }, - "engines": { - "node": ">= 10.13.0" - } - }, - "node_modules/@nrwl/eslint-plugin-nx/node_modules/jest-worker/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, - "dependencies": { - "has-flag": "^4.0.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/chalk/supports-color?sponsor=1" - } - }, - "node_modules/@nrwl/eslint-plugin-nx/node_modules/json5": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/json5/-/json5-1.0.2.tgz", - "integrity": "sha512-g1MWMLBiz8FKi1e4w0UyVL3w+iJceWAFBAaBnnGKOpNa5f8TLktkbre1+s6oICydWAm+HRUGTmI+//xv2hvXYA==", - "dev": true, - "dependencies": { - "minimist": "^1.2.0" - }, - "bin": { - "json5": "lib/cli.js" - } - }, - "node_modules/@nrwl/eslint-plugin-nx/node_modules/jsonc-parser": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/jsonc-parser/-/jsonc-parser-3.0.0.tgz", - "integrity": "sha512-fQzRfAbIBnR0IQvftw9FJveWiHp72Fg20giDrHz6TdfB12UH/uue0D3hm57UB5KgAVuniLMCaS8P1IMj9NR7cA==", - "dev": true - }, - "node_modules/@nrwl/eslint-plugin-nx/node_modules/lru-cache": { + "node_modules/@nrwl/cypress/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==", @@ -7416,108 +7401,10 @@ "node": ">=10" } }, - "node_modules/@nrwl/eslint-plugin-nx/node_modules/minimatch": { - "version": "3.0.5", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.5.tgz", - "integrity": "sha512-tUpxzX0VAzJHjLu0xUfFv1gwVp9ba3IOuRAVH2EGuRW8a5emA2FlACLqiT/lDVtS1W+TGNwqz3sWaNyLgDJWuw==", - "dev": true, - "dependencies": { - "brace-expansion": "^1.1.7" - }, - "engines": { - "node": "*" - } - }, - "node_modules/@nrwl/eslint-plugin-nx/node_modules/nx": { - "version": "14.5.4", - "resolved": "https://registry.npmjs.org/nx/-/nx-14.5.4.tgz", - "integrity": "sha512-xv1nTaQP6kqVDE4PXcB1tLlgzNAPUHE/2vlqSLgxjNb6colKf0vrEZhVTjhnbqBeJiTb33gUx50bBXkurCkN5w==", - "dev": true, - "hasInstallScript": true, - "dependencies": { - "@nrwl/cli": "14.5.4", - "@nrwl/tao": "14.5.4", - "@parcel/watcher": "2.0.4", - "chalk": "4.1.0", - "chokidar": "^3.5.1", - "cli-cursor": "3.1.0", - "cli-spinners": "2.6.1", - "cliui": "^7.0.2", - "dotenv": "~10.0.0", - "enquirer": "~2.3.6", - "fast-glob": "3.2.7", - "figures": "3.2.0", - "flat": "^5.0.2", - "fs-extra": "^10.1.0", - "glob": "7.1.4", - "ignore": "^5.0.4", - "js-yaml": "4.1.0", - "jsonc-parser": "3.0.0", - "minimatch": "3.0.5", - "npm-run-path": "^4.0.1", - "open": "^8.4.0", - "semver": "7.3.4", - "string-width": "^4.2.3", - "tar-stream": "~2.2.0", - "tmp": "~0.2.1", - "tsconfig-paths": "^3.9.0", - "tslib": "^2.3.0", - "v8-compile-cache": "2.3.0", - "yargs": "^17.4.0", - "yargs-parser": "21.0.1" - }, - "bin": { - "nx": "bin/nx.js" - }, - "peerDependencies": { - "@swc-node/register": "^1.4.2", - "@swc/core": "^1.2.173" - }, - "peerDependenciesMeta": { - "@swc-node/register": { - "optional": true - }, - "@swc/core": { - "optional": true - } - } - }, - "node_modules/@nrwl/eslint-plugin-nx/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": { - "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_modules/@nrwl/eslint-plugin-nx/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" - } - }, - "node_modules/@nrwl/eslint-plugin-nx/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/@nrwl/eslint-plugin-nx/node_modules/semver": { - "version": "7.3.4", - "resolved": "https://registry.npmjs.org/semver/-/semver-7.3.4.tgz", - "integrity": "sha512-tCfb2WLjqFAtXn4KEdxIhalnRtoKFN7nAwj0B3ZXCbQloV2tq5eDbcTmT68JJD3nRJq24/XgxtQKFIpQdtvmVw==", + "node_modules/@nrwl/cypress/node_modules/semver": { + "version": "7.5.4", + "resolved": "https://registry.npmjs.org/semver/-/semver-7.5.4.tgz", + "integrity": "sha512-1bCSESV6Pv+i21Hvpxp3Dx+pSD8lIPt8uVjRrxAUt/nbswYc+tK6Y2btiULjd4+fnq15PX+nqQDC7Oft7WkwcA==", "dev": true, "dependencies": { "lru-cache": "^6.0.0" @@ -7529,104 +7416,87 @@ "node": ">=10" } }, - "node_modules/@nrwl/eslint-plugin-nx/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/@nrwl/eslint-plugin-nx/node_modules/supports-color": { - "version": "7.2.0", - "dev": true, - "license": "MIT", - "dependencies": { - "has-flag": "^4.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/@nrwl/eslint-plugin-nx/node_modules/tsconfig-paths": { - "version": "3.14.2", - "resolved": "https://registry.npmjs.org/tsconfig-paths/-/tsconfig-paths-3.14.2.tgz", - "integrity": "sha512-o/9iXgCYc5L/JxCHPe3Hvh8Q/2xm5Z+p18PESBU6Ff33695QnCHBEjcytY2q19ua7Mbl/DavtBOLq+oG0RCL+g==", - "dev": true, - "dependencies": { - "@types/json5": "^0.0.29", - "json5": "^1.0.2", - "minimist": "^1.2.6", - "strip-bom": "^3.0.0" - } - }, - "node_modules/@nrwl/eslint-plugin-nx/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": "sha512-vavAMRXOgBVNF6nyEEmL3DBK19iRpDcoIwW+swQ+CbGiu7lju6t+JklA1MHweoWtadgt4ISVUsXLyDq34ddcwA==", - "dev": true, - "engines": { - "node": ">=4" - } - }, - "node_modules/@nrwl/eslint-plugin-nx/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==", - "dev": 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" - } - }, - "node_modules/@nrwl/eslint-plugin-nx/node_modules/v8-to-istanbul/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/@nrwl/eslint-plugin-nx/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==", - "dev": true, - "dependencies": { - "imurmurhash": "^0.1.4", - "is-typedarray": "^1.0.0", - "signal-exit": "^3.0.2", - "typedarray-to-buffer": "^3.1.5" - } - }, - "node_modules/@nrwl/eslint-plugin-nx/node_modules/yallist": { + "node_modules/@nrwl/cypress/node_modules/yallist": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==", "dev": true }, - "node_modules/@nrwl/jest": { - "version": "14.8.9", - "resolved": "https://registry.npmjs.org/@nrwl/jest/-/jest-14.8.9.tgz", - "integrity": "sha512-TTfkwMKiecWAL4r6vkEZCoF+Z+zgeM9fusMEUOjgRZfb+YN1UlJf2B6SrmcsaKoKtEaTC1OEvPSWOZ9w3u/Adw==", + "node_modules/@nrwl/devkit": { + "version": "15.9.7", + "resolved": "https://registry.npmjs.org/@nrwl/devkit/-/devkit-15.9.7.tgz", + "integrity": "sha512-Sb7Am2TMT8AVq8e+vxOlk3AtOA2M0qCmhBzoM1OJbdHaPKc0g0UgSnWRml1kPGg5qfPk72tWclLoZJ5/ut0vTg==", "dev": true, "dependencies": { - "@jest/reporters": "28.1.1", - "@jest/test-result": "28.1.1", - "@nrwl/devkit": "14.8.9", + "ejs": "^3.1.7", + "ignore": "^5.0.4", + "semver": "7.5.4", + "tmp": "~0.2.1", + "tslib": "^2.3.0" + }, + "peerDependencies": { + "nx": ">= 14.1 <= 16" + } + }, + "node_modules/@nrwl/devkit/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==", + "dev": true, + "dependencies": { + "yallist": "^4.0.0" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/@nrwl/devkit/node_modules/semver": { + "version": "7.5.4", + "resolved": "https://registry.npmjs.org/semver/-/semver-7.5.4.tgz", + "integrity": "sha512-1bCSESV6Pv+i21Hvpxp3Dx+pSD8lIPt8uVjRrxAUt/nbswYc+tK6Y2btiULjd4+fnq15PX+nqQDC7Oft7WkwcA==", + "dev": true, + "dependencies": { + "lru-cache": "^6.0.0" + }, + "bin": { + "semver": "bin/semver.js" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/@nrwl/devkit/node_modules/yallist": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", + "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==", + "dev": true + }, + "node_modules/@nrwl/eslint-plugin-nx": { + "version": "17.1.1", + "resolved": "https://registry.npmjs.org/@nrwl/eslint-plugin-nx/-/eslint-plugin-nx-17.1.1.tgz", + "integrity": "sha512-rFQZq1iPNJ/SryMMV1jzRDZPlzfDzUpZ8Qo5Cut9KB3+zuT2nt22Gn9Y4apjZB0R2s+M7BRzJBTet/+LwkTPYg==", + "dev": true, + "dependencies": { + "@nx/eslint-plugin": "17.1.1" + } + }, + "node_modules/@nrwl/jest": { + "version": "15.9.7", + "resolved": "https://registry.npmjs.org/@nrwl/jest/-/jest-15.9.7.tgz", + "integrity": "sha512-Uqv6DKwRoXdc77OYPkQRAj4c5v2o8anXjoJpgcQDaZi0KsDduw2s8qnrp7Mcq7M5xBi+HENRedsYrIRCORoruQ==", + "dev": true, + "dependencies": { + "@jest/reporters": "^29.4.1", + "@jest/test-result": "^29.4.1", + "@nrwl/devkit": "15.9.7", + "@nrwl/js": "15.9.7", "@phenomnomnominal/tsquery": "4.1.1", - "chalk": "4.1.0", + "chalk": "^4.1.0", "dotenv": "~10.0.0", "identity-obj-proxy": "3.0.0", - "jest-config": "28.1.1", - "jest-resolve": "28.1.1", - "jest-util": "28.1.1", + "jest-config": "^29.4.1", + "jest-resolve": "^29.4.1", + "jest-util": "^29.4.1", "resolve.exports": "1.1.0", "tslib": "^2.3.0" } @@ -7647,9 +7517,9 @@ } }, "node_modules/@nrwl/jest/node_modules/chalk": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.0.tgz", - "integrity": "sha512-qwx12AxXe2Q5xQ43Ac//I6v5aXTipYrSESdOgzrN+9XjgEpyjpKuvSGaN4qE93f7TQTlerQQ8S+EQ0EyDoVL1A==", + "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", @@ -7674,6 +7544,12 @@ "node": ">=7.0.0" } }, + "node_modules/@nrwl/jest/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==", + "dev": true + }, "node_modules/@nrwl/jest/node_modules/dotenv": { "version": "10.0.0", "resolved": "https://registry.npmjs.org/dotenv/-/dotenv-10.0.0.tgz", @@ -7705,24 +7581,33 @@ } }, "node_modules/@nrwl/js": { - "version": "14.8.9", - "resolved": "https://registry.npmjs.org/@nrwl/js/-/js-14.8.9.tgz", - "integrity": "sha512-hS97yfoY7m+WrWF61G0bKmkUiMG8sGALYgVd+uhkvj3pujJBJ6qIy9MmeOCgCTCQZ8owmZgFh1NS9PgBs1D4Kg==", + "version": "15.9.7", + "resolved": "https://registry.npmjs.org/@nrwl/js/-/js-15.9.7.tgz", + "integrity": "sha512-YHPYJP1by/YH+nO2MXBpsgQDx+QVRwnxAYcfr9240YbwCZcPwl1k7sDOruzMxzbIwbadVdkNxm9tNxhwoXK3TA==", "dev": true, "dependencies": { - "@nrwl/devkit": "14.8.9", - "@nrwl/jest": "14.8.9", - "@nrwl/linter": "14.8.9", - "@nrwl/workspace": "14.8.9", - "@parcel/watcher": "2.0.4", - "chalk": "4.1.0", + "@babel/core": "^7.15.0", + "@babel/plugin-proposal-class-properties": "^7.14.5", + "@babel/plugin-proposal-decorators": "^7.14.5", + "@babel/plugin-transform-runtime": "^7.15.0", + "@babel/preset-env": "^7.15.0", + "@babel/preset-typescript": "^7.15.0", + "@babel/runtime": "^7.14.8", + "@nrwl/devkit": "15.9.7", + "@nrwl/workspace": "15.9.7", + "@phenomnomnominal/tsquery": "4.1.1", + "babel-plugin-const-enum": "^1.0.1", + "babel-plugin-macros": "^2.8.0", + "babel-plugin-transform-typescript-metadata": "^0.3.1", + "chalk": "^4.1.0", "fast-glob": "3.2.7", - "fs-extra": "^10.1.0", + "fs-extra": "^11.1.0", "ignore": "^5.0.4", "js-tokens": "^4.0.0", "minimatch": "3.0.5", "source-map-support": "0.5.19", - "tree-kill": "1.2.2" + "tree-kill": "1.2.2", + "tslib": "^2.3.0" } }, "node_modules/@nrwl/js/node_modules/ansi-styles": { @@ -7741,9 +7626,9 @@ } }, "node_modules/@nrwl/js/node_modules/chalk": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.0.tgz", - "integrity": "sha512-qwx12AxXe2Q5xQ43Ac//I6v5aXTipYrSESdOgzrN+9XjgEpyjpKuvSGaN4qE93f7TQTlerQQ8S+EQ0EyDoVL1A==", + "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", @@ -7768,6 +7653,12 @@ "node": ">=7.0.0" } }, + "node_modules/@nrwl/js/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==", + "dev": true + }, "node_modules/@nrwl/js/node_modules/has-flag": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", @@ -7777,18 +7668,6 @@ "node": ">=8" } }, - "node_modules/@nrwl/js/node_modules/minimatch": { - "version": "3.0.5", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.5.tgz", - "integrity": "sha512-tUpxzX0VAzJHjLu0xUfFv1gwVp9ba3IOuRAVH2EGuRW8a5emA2FlACLqiT/lDVtS1W+TGNwqz3sWaNyLgDJWuw==", - "dev": true, - "dependencies": { - "brace-expansion": "^1.1.7" - }, - "engines": { - "node": "*" - } - }, "node_modules/@nrwl/js/node_modules/source-map": { "version": "0.6.1", "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", @@ -7821,15 +7700,14 @@ } }, "node_modules/@nrwl/linter": { - "version": "14.8.9", - "resolved": "https://registry.npmjs.org/@nrwl/linter/-/linter-14.8.9.tgz", - "integrity": "sha512-JqDAIxL2Tmb+jlNb706XuldMIDBKD2FyDnYTTGyQ+nKcB/0RISEEG9o+A/JnhG1YN8PxZ/oGnrsY65agfufCdg==", + "version": "15.9.7", + "resolved": "https://registry.npmjs.org/@nrwl/linter/-/linter-15.9.7.tgz", + "integrity": "sha512-PSbdBodqpbw1jmCWGLB1kxKRM8wpbonhZ3V133aLwb8P9c4q0aN7b3Z9VvtNKSS9eaLxYLu50BGiOahMIf4VXg==", "dev": true, "dependencies": { - "@nrwl/devkit": "14.8.9", - "@nrwl/jest": "14.8.9", + "@nrwl/devkit": "15.9.7", + "@nrwl/js": "15.9.7", "@phenomnomnominal/tsquery": "4.1.1", - "nx": "14.8.9", "tmp": "~0.2.1", "tslib": "^2.3.0" }, @@ -7842,1650 +7720,180 @@ } } }, - "node_modules/@nrwl/linter/node_modules/@nrwl/tao": { - "version": "14.8.9", - "resolved": "https://registry.npmjs.org/@nrwl/tao/-/tao-14.8.9.tgz", - "integrity": "sha512-llaZvTCXUmj4WtpbnjZOOzyTWcZIkj7gmtY5sa1nrTvbls9BaFRabOvfW4/z3s3E3iavni9ENMuuaHOfHyiRkg==", - "dev": true, - "dependencies": { - "nx": "14.8.9" - }, - "bin": { - "tao": "index.js" - } - }, - "node_modules/@nrwl/linter/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==", - "dev": true, - "dependencies": { - "color-convert": "^2.0.1" - }, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/chalk/ansi-styles?sponsor=1" - } - }, - "node_modules/@nrwl/linter/node_modules/axios": { - "version": "1.5.1", - "resolved": "https://registry.npmjs.org/axios/-/axios-1.5.1.tgz", - "integrity": "sha512-Q28iYCWzNHjAm+yEAot5QaAMxhMghWLFVf7rRdwhUI+c2jix2DUXjAHXVi+s1ibs3mjPO/cCgbA++3BjD0vP/A==", - "dev": true, - "dependencies": { - "follow-redirects": "^1.15.0", - "form-data": "^4.0.0", - "proxy-from-env": "^1.1.0" - } - }, - "node_modules/@nrwl/linter/node_modules/chalk": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.0.tgz", - "integrity": "sha512-qwx12AxXe2Q5xQ43Ac//I6v5aXTipYrSESdOgzrN+9XjgEpyjpKuvSGaN4qE93f7TQTlerQQ8S+EQ0EyDoVL1A==", - "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" - } - }, - "node_modules/@nrwl/linter/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==", - "dev": true, - "dependencies": { - "color-name": "~1.1.4" - }, - "engines": { - "node": ">=7.0.0" - } - }, - "node_modules/@nrwl/linter/node_modules/dotenv": { - "version": "10.0.0", - "resolved": "https://registry.npmjs.org/dotenv/-/dotenv-10.0.0.tgz", - "integrity": "sha512-rlBi9d8jpv9Sf1klPjNfFAuWDjKLwTIJJ/VxtoTwIR6hnZxcEOQCZg2oIL3MWBYw5GpUDKOEnND7LXTbIpQ03Q==", - "dev": true, - "engines": { - "node": ">=10" - } - }, - "node_modules/@nrwl/linter/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/@nrwl/linter/node_modules/glob": { - "version": "7.1.4", - "resolved": "https://registry.npmjs.org/glob/-/glob-7.1.4.tgz", - "integrity": "sha512-hkLPepehmnKk41pUGm3sYxoFs/umurYfYJCerbXEyFIWcAzvpipAgVkBqqT9RBKMGjnq6kMuyYwha6csxbiM1A==", - "dev": true, - "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": "*" - } - }, - "node_modules/@nrwl/linter/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==", - "dev": true, - "engines": { - "node": ">=8" - } - }, - "node_modules/@nrwl/linter/node_modules/json5": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/json5/-/json5-1.0.2.tgz", - "integrity": "sha512-g1MWMLBiz8FKi1e4w0UyVL3w+iJceWAFBAaBnnGKOpNa5f8TLktkbre1+s6oICydWAm+HRUGTmI+//xv2hvXYA==", - "dev": true, - "dependencies": { - "minimist": "^1.2.0" - }, - "bin": { - "json5": "lib/cli.js" - } - }, - "node_modules/@nrwl/linter/node_modules/jsonc-parser": { - "version": "3.2.0", - "resolved": "https://registry.npmjs.org/jsonc-parser/-/jsonc-parser-3.2.0.tgz", - "integrity": "sha512-gfFQZrcTc8CnKXp6Y4/CBT3fTc0OVuDofpre4aEeEpSBPV5X5v4+Vmx+8snU7RLPrNHPKSgLxGo9YuQzz20o+w==", - "dev": true - }, - "node_modules/@nrwl/linter/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==", - "dev": true, - "dependencies": { - "yallist": "^4.0.0" - }, - "engines": { - "node": ">=10" - } - }, - "node_modules/@nrwl/linter/node_modules/minimatch": { - "version": "3.0.5", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.5.tgz", - "integrity": "sha512-tUpxzX0VAzJHjLu0xUfFv1gwVp9ba3IOuRAVH2EGuRW8a5emA2FlACLqiT/lDVtS1W+TGNwqz3sWaNyLgDJWuw==", - "dev": true, - "dependencies": { - "brace-expansion": "^1.1.7" - }, - "engines": { - "node": "*" - } - }, - "node_modules/@nrwl/linter/node_modules/nx": { - "version": "14.8.9", - "resolved": "https://registry.npmjs.org/nx/-/nx-14.8.9.tgz", - "integrity": "sha512-X29mxovtXkrqcYNndTNMUOrtO3tkSZF0GkdsQ16kCxo4YIqUVVOpM7IzZYx+JxO6fVDFMlK7eGU2C2lTHz/MSQ==", - "dev": true, - "hasInstallScript": true, - "dependencies": { - "@nrwl/cli": "14.8.9", - "@nrwl/tao": "14.8.9", - "@parcel/watcher": "2.0.4", - "@yarnpkg/lockfile": "^1.1.0", - "@yarnpkg/parsers": "^3.0.0-rc.18", - "@zkochan/js-yaml": "0.0.6", - "axios": "^1.0.0", - "chalk": "4.1.0", - "chokidar": "^3.5.1", - "cli-cursor": "3.1.0", - "cli-spinners": "2.6.1", - "cliui": "^7.0.2", - "dotenv": "~10.0.0", - "enquirer": "~2.3.6", - "fast-glob": "3.2.7", - "figures": "3.2.0", - "flat": "^5.0.2", - "fs-extra": "^10.1.0", - "glob": "7.1.4", - "ignore": "^5.0.4", - "js-yaml": "4.1.0", - "jsonc-parser": "3.2.0", - "minimatch": "3.0.5", - "npm-run-path": "^4.0.1", - "open": "^8.4.0", - "semver": "7.3.4", - "string-width": "^4.2.3", - "strong-log-transformer": "^2.1.0", - "tar-stream": "~2.2.0", - "tmp": "~0.2.1", - "tsconfig-paths": "^3.9.0", - "tslib": "^2.3.0", - "v8-compile-cache": "2.3.0", - "yargs": "^17.4.0", - "yargs-parser": "21.0.1" - }, - "bin": { - "nx": "bin/nx.js" - }, - "peerDependencies": { - "@swc-node/register": "^1.4.2", - "@swc/core": "^1.2.173" - }, - "peerDependenciesMeta": { - "@swc-node/register": { - "optional": true - }, - "@swc/core": { - "optional": true - } - } - }, - "node_modules/@nrwl/linter/node_modules/semver": { - "version": "7.3.4", - "resolved": "https://registry.npmjs.org/semver/-/semver-7.3.4.tgz", - "integrity": "sha512-tCfb2WLjqFAtXn4KEdxIhalnRtoKFN7nAwj0B3ZXCbQloV2tq5eDbcTmT68JJD3nRJq24/XgxtQKFIpQdtvmVw==", - "dev": true, - "dependencies": { - "lru-cache": "^6.0.0" - }, - "bin": { - "semver": "bin/semver.js" - }, - "engines": { - "node": ">=10" - } - }, - "node_modules/@nrwl/linter/node_modules/strip-bom": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-3.0.0.tgz", - "integrity": "sha512-vavAMRXOgBVNF6nyEEmL3DBK19iRpDcoIwW+swQ+CbGiu7lju6t+JklA1MHweoWtadgt4ISVUsXLyDq34ddcwA==", - "dev": true, - "engines": { - "node": ">=4" - } - }, - "node_modules/@nrwl/linter/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" - } - }, - "node_modules/@nrwl/linter/node_modules/tsconfig-paths": { - "version": "3.14.2", - "resolved": "https://registry.npmjs.org/tsconfig-paths/-/tsconfig-paths-3.14.2.tgz", - "integrity": "sha512-o/9iXgCYc5L/JxCHPe3Hvh8Q/2xm5Z+p18PESBU6Ff33695QnCHBEjcytY2q19ua7Mbl/DavtBOLq+oG0RCL+g==", - "dev": true, - "dependencies": { - "@types/json5": "^0.0.29", - "json5": "^1.0.2", - "minimist": "^1.2.6", - "strip-bom": "^3.0.0" - } - }, - "node_modules/@nrwl/linter/node_modules/yallist": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", - "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==", - "dev": true - }, "node_modules/@nrwl/node": { - "version": "14.5.4", - "resolved": "https://registry.npmjs.org/@nrwl/node/-/node-14.5.4.tgz", - "integrity": "sha512-n++C/kUveM3Rxi5S2hyZaBS7hGk1HomLdQ2G+dLrbGZ/mggaANVT3NnEPxDeYGI9SfS0uKEPh8G7joJKWZXahw==", + "version": "15.9.7", + "resolved": "https://registry.npmjs.org/@nrwl/node/-/node-15.9.7.tgz", + "integrity": "sha512-DjzbcmnpIw2VAxmcVFxwCHHZlSNR6mPz4wFZLQUHEWHR+svDMH1kXMf/eogZ9pzoHZt8q26RgHgsHSqYiBtL7g==", "dev": true, "dependencies": { - "@nrwl/devkit": "14.5.4", - "@nrwl/jest": "14.5.4", - "@nrwl/js": "14.5.4", - "@nrwl/linter": "14.5.4", - "@nrwl/workspace": "14.5.4", - "chalk": "4.1.0", - "copy-webpack-plugin": "^10.2.4", - "dotenv": "~10.0.0", - "enhanced-resolve": "^5.8.3", - "fork-ts-checker-webpack-plugin": "7.2.13", - "fs-extra": "^10.1.0", - "glob": "7.1.4", - "license-webpack-plugin": "^4.0.2", - "rxjs": "^6.5.4", - "source-map-support": "0.5.19", - "terser-webpack-plugin": "^5.3.3", - "tree-kill": "1.2.2", - "ts-loader": "^9.2.6", - "ts-node": "~10.8.0", - "tsconfig-paths": "^3.9.0", - "tsconfig-paths-webpack-plugin": "3.5.2", - "tslib": "^2.3.0", - "webpack": "^5.58.1", - "webpack-merge": "^5.8.0", - "webpack-node-externals": "^3.0.0" - } - }, - "node_modules/@nrwl/node/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==", - "dev": 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" - } - }, - "node_modules/@nrwl/node/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==", - "dev": 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" - } - }, - "node_modules/@nrwl/node/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==", - "dev": 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" - } - }, - "node_modules/@nrwl/node/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==", - "dev": 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" - } - }, - "node_modules/@nrwl/node/node_modules/@jest/reporters": { - "version": "27.5.1", - "resolved": "https://registry.npmjs.org/@jest/reporters/-/reporters-27.5.1.tgz", - "integrity": "sha512-cPXh9hWIlVJMQkVk84aIvXuBB4uQQmFqZiacloFuGiP3ah1sbCxCosidXFDfqG8+6fO1oR2dTJTlsOy4VFmUfw==", - "dev": 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 - } - } - }, - "node_modules/@nrwl/node/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==", - "dev": 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" - } - }, - "node_modules/@nrwl/node/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==", - "dev": 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" - } - }, - "node_modules/@nrwl/node/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==", - "dev": 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" - } - }, - "node_modules/@nrwl/node/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==", - "dev": 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_modules/@nrwl/node/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==", - "dev": 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_modules/@nrwl/node/node_modules/@nrwl/cli": { - "version": "14.5.4", - "resolved": "https://registry.npmjs.org/@nrwl/cli/-/cli-14.5.4.tgz", - "integrity": "sha512-UYr14hxeYV8p/zt6D6z33hljZJQROJAVxSC+mm72fyVvy88Gt0sQNLfMmOARXur0p/73PSLM0jJ2Sr7Ftsuu+A==", - "dev": true, - "dependencies": { - "nx": "14.5.4" - } - }, - "node_modules/@nrwl/node/node_modules/@nrwl/devkit": { - "version": "14.5.4", - "resolved": "https://registry.npmjs.org/@nrwl/devkit/-/devkit-14.5.4.tgz", - "integrity": "sha512-9UFoQb6HdEkvZlOZIZgTAPR5oagc1V72OdBgtiM0ZK5cHm9sSSTv7FrVlyxy+WWYZhy/orUm5eSChO/yNM/pZg==", - "dev": true, - "dependencies": { - "ejs": "^3.1.7", - "ignore": "^5.0.4", - "semver": "7.3.4", - "tslib": "^2.3.0" - }, - "peerDependencies": { - "nx": ">= 13.10 <= 15" - } - }, - "node_modules/@nrwl/node/node_modules/@nrwl/jest": { - "version": "14.5.4", - "resolved": "https://registry.npmjs.org/@nrwl/jest/-/jest-14.5.4.tgz", - "integrity": "sha512-3C6xag040Ey4CtX9ItbPPNffUbqaYDBUdsKnoGH+s9mH/JmEKDvNZVMhAGOmHxHB5nlSr09E6jfzcqsXbSCHAQ==", - "dev": true, - "dependencies": { - "@jest/reporters": "27.5.1", - "@jest/test-result": "27.5.1", - "@nrwl/devkit": "14.5.4", - "@phenomnomnominal/tsquery": "4.1.1", - "chalk": "4.1.0", - "dotenv": "~10.0.0", - "identity-obj-proxy": "3.0.0", - "jest-config": "27.5.1", - "jest-resolve": "27.5.1", - "jest-util": "27.5.1", - "resolve.exports": "1.1.0", - "rxjs": "^6.5.4", + "@nrwl/devkit": "15.9.7", + "@nrwl/jest": "15.9.7", + "@nrwl/js": "15.9.7", + "@nrwl/linter": "15.9.7", + "@nrwl/webpack": "15.9.7", + "@nrwl/workspace": "15.9.7", "tslib": "^2.3.0" } }, - "node_modules/@nrwl/node/node_modules/@nrwl/js": { - "version": "14.5.4", - "resolved": "https://registry.npmjs.org/@nrwl/js/-/js-14.5.4.tgz", - "integrity": "sha512-pvwIVGo5TVy3tkwAKSjlyazK+8XoJb0R1Agle4ENxVEvDsVj81WKNHAmIkJM63Iv4C5VXEggwNnJxvXuRlngOA==", + "node_modules/@nrwl/nx-darwin-arm64": { + "version": "15.9.7", + "resolved": "https://registry.npmjs.org/@nrwl/nx-darwin-arm64/-/nx-darwin-arm64-15.9.7.tgz", + "integrity": "sha512-aBUgnhlkrgC0vu0fK6eb9Vob7eFnkuknrK+YzTjmLrrZwj7FGNAeyGXSlyo1dVokIzjVKjJg2saZZ0WQbfuCJw==", + "cpu": [ + "arm64" + ], "dev": true, - "dependencies": { - "@nrwl/devkit": "14.5.4", - "@nrwl/jest": "14.5.4", - "@nrwl/linter": "14.5.4", - "@nrwl/workspace": "14.5.4", - "@parcel/watcher": "2.0.4", - "chalk": "4.1.0", - "fast-glob": "3.2.7", - "fs-extra": "^10.1.0", - "ignore": "^5.0.4", - "js-tokens": "^4.0.0", - "minimatch": "3.0.5", - "source-map-support": "0.5.19", - "tree-kill": "1.2.2" - } - }, - "node_modules/@nrwl/node/node_modules/@nrwl/linter": { - "version": "14.5.4", - "resolved": "https://registry.npmjs.org/@nrwl/linter/-/linter-14.5.4.tgz", - "integrity": "sha512-prmdySkuJbTL7aaL2NUaAI+TGo0o8Jx+KJPIibNth94ddsUGJWkCbMTUs2js1cbLDwfoYaIfHtbCKH+sbIgcsQ==", - "dev": true, - "dependencies": { - "@nrwl/devkit": "14.5.4", - "@nrwl/jest": "14.5.4", - "@phenomnomnominal/tsquery": "4.1.1", - "nx": "14.5.4", - "tmp": "~0.2.1", - "tslib": "^2.3.0" - }, - "peerDependencies": { - "eslint": "^8.0.0" - }, - "peerDependenciesMeta": { - "eslint": { - "optional": true - } - } - }, - "node_modules/@nrwl/node/node_modules/@nrwl/tao": { - "version": "14.5.4", - "resolved": "https://registry.npmjs.org/@nrwl/tao/-/tao-14.5.4.tgz", - "integrity": "sha512-a2GCuSE8WghjehuU3GVO63KZEnZXXQiqEg137yN/Na+PxwSu68XeaX53SLyzRskTV120YwBBy1YCTNzAZxxsjg==", - "dev": true, - "dependencies": { - "nx": "14.5.4" - }, - "bin": { - "tao": "index.js" - } - }, - "node_modules/@nrwl/node/node_modules/@nrwl/workspace": { - "version": "14.5.4", - "resolved": "https://registry.npmjs.org/@nrwl/workspace/-/workspace-14.5.4.tgz", - "integrity": "sha512-DNig3zkfwVickTAVyIYE71w1L1v3SCSP5IzhZjfUN/HIaaMWXm5jedDVZQBZzYyDVdPgf4x2gt3rGPVQK/CgWA==", - "dev": true, - "dependencies": { - "@nrwl/devkit": "14.5.4", - "@nrwl/jest": "14.5.4", - "@nrwl/linter": "14.5.4", - "@parcel/watcher": "2.0.4", - "chalk": "4.1.0", - "chokidar": "^3.5.1", - "cli-cursor": "3.1.0", - "cli-spinners": "2.6.1", - "dotenv": "~10.0.0", - "enquirer": "~2.3.6", - "figures": "3.2.0", - "flat": "^5.0.2", - "fs-extra": "^10.1.0", - "glob": "7.1.4", - "ignore": "^5.0.4", - "minimatch": "3.0.5", - "npm-run-path": "^4.0.1", - "nx": "14.5.4", - "open": "^8.4.0", - "rxjs": "^6.5.4", - "semver": "7.3.4", - "tmp": "~0.2.1", - "tslib": "^2.3.0", - "yargs": "^17.4.0", - "yargs-parser": "21.0.1" - }, - "peerDependencies": { - "prettier": "^2.6.2" - }, - "peerDependenciesMeta": { - "prettier": { - "optional": true - } - } - }, - "node_modules/@nrwl/node/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==", - "dev": true, - "dependencies": { - "@sinonjs/commons": "^1.7.0" - } - }, - "node_modules/@nrwl/node/node_modules/@types/yargs": { - "version": "16.0.7", - "resolved": "https://registry.npmjs.org/@types/yargs/-/yargs-16.0.7.tgz", - "integrity": "sha512-lQcYmxWuOfJq4IncK88/nwud9rwr1F04CFc5xzk0k4oKVyz/AI35TfsXmhjf6t8zp8mpCOi17BfvuNWx+zrYkg==", - "dev": true, - "dependencies": { - "@types/yargs-parser": "*" - } - }, - "node_modules/@nrwl/node/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==", - "dev": true, - "dependencies": { - "color-convert": "^2.0.1" - }, + "optional": true, + "os": [ + "darwin" + ], "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/chalk/ansi-styles?sponsor=1" + "node": ">= 10" } }, - "node_modules/@nrwl/node/node_modules/array-union": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/array-union/-/array-union-3.0.1.tgz", - "integrity": "sha512-1OvF9IbWwaeiM9VhzYXVQacMibxpXOMYVNIvMtKRyX9SImBXpKcFr8XvFDeEslCyuH/t6KRt7HEO94AlP8Iatw==", + "node_modules/@nrwl/nx-darwin-x64": { + "version": "15.9.7", + "resolved": "https://registry.npmjs.org/@nrwl/nx-darwin-x64/-/nx-darwin-x64-15.9.7.tgz", + "integrity": "sha512-L+elVa34jhGf1cmn38Z0sotQatmLovxoASCIw5r1CBZZeJ5Tg7Y9nOwjRiDixZxNN56hPKXm6xl9EKlVHVeKlg==", + "cpu": [ + "x64" + ], "dev": true, + "optional": true, + "os": [ + "darwin" + ], "engines": { - "node": ">=12" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" + "node": ">= 10" } }, - "node_modules/@nrwl/node/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/@nrwl/nx-linux-arm-gnueabihf": { + "version": "15.9.7", + "resolved": "https://registry.npmjs.org/@nrwl/nx-linux-arm-gnueabihf/-/nx-linux-arm-gnueabihf-15.9.7.tgz", + "integrity": "sha512-pqmfqqEUGFu6PmmHKyXyUw1Al0Ki8PSaR0+ndgCAb1qrekVDGDfznJfaqxN0JSLeolPD6+PFtLyXNr9ZyPFlFg==", + "cpu": [ + "arm" + ], "dev": 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" - }, + "optional": true, + "os": [ + "linux" + ], "engines": { - "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" - }, - "peerDependencies": { - "@babel/core": "^7.8.0" + "node": ">= 10" } }, - "node_modules/@nrwl/node/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/@nrwl/nx-linux-arm64-gnu": { + "version": "15.9.7", + "resolved": "https://registry.npmjs.org/@nrwl/nx-linux-arm64-gnu/-/nx-linux-arm64-gnu-15.9.7.tgz", + "integrity": "sha512-NYOa/eRrqmM+In5g3M0rrPVIS9Z+q6fvwXJYf/KrjOHqqan/KL+2TOfroA30UhcBrwghZvib7O++7gZ2hzwOnA==", + "cpu": [ + "arm64" + ], "dev": true, - "dependencies": { - "@babel/template": "^7.3.3", - "@babel/types": "^7.3.3", - "@types/babel__core": "^7.0.0", - "@types/babel__traverse": "^7.0.6" - }, + "optional": true, + "os": [ + "linux" + ], "engines": { - "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" + "node": ">= 10" } }, - "node_modules/@nrwl/node/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/@nrwl/nx-linux-arm64-musl": { + "version": "15.9.7", + "resolved": "https://registry.npmjs.org/@nrwl/nx-linux-arm64-musl/-/nx-linux-arm64-musl-15.9.7.tgz", + "integrity": "sha512-zyStqjEcmbvLbejdTOrLUSEdhnxNtdQXlmOuymznCzYUEGRv+4f7OAepD3yRoR0a/57SSORZmmGQB7XHZoYZJA==", + "cpu": [ + "arm64" + ], "dev": true, - "dependencies": { - "babel-plugin-jest-hoist": "^27.5.1", - "babel-preset-current-node-syntax": "^1.0.0" - }, + "optional": true, + "os": [ + "linux" + ], "engines": { - "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0" + "node": ">= 10" } }, - "node_modules/@nrwl/node/node_modules/camelcase": { - "version": "6.3.0", - "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-6.3.0.tgz", - "integrity": "sha512-Gmy6FhYlCY7uOElZUSbxo2UCDH8owEk996gkbrpsgGtrJLM3J7jGxl9Ic7Qwwj4ivOE5AWZWRMecDdF7hqGjFA==", + "node_modules/@nrwl/nx-linux-x64-gnu": { + "version": "15.9.7", + "resolved": "https://registry.npmjs.org/@nrwl/nx-linux-x64-gnu/-/nx-linux-x64-gnu-15.9.7.tgz", + "integrity": "sha512-saNK5i2A8pKO3Il+Ejk/KStTApUpWgCxjeUz9G+T8A+QHeDloZYH2c7pU/P3jA9QoNeKwjVO9wYQllPL9loeVg==", + "cpu": [ + "x64" + ], "dev": true, + "optional": true, + "os": [ + "linux" + ], "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" + "node": ">= 10" } }, - "node_modules/@nrwl/node/node_modules/chalk": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.0.tgz", - "integrity": "sha512-qwx12AxXe2Q5xQ43Ac//I6v5aXTipYrSESdOgzrN+9XjgEpyjpKuvSGaN4qE93f7TQTlerQQ8S+EQ0EyDoVL1A==", + "node_modules/@nrwl/nx-linux-x64-musl": { + "version": "15.9.7", + "resolved": "https://registry.npmjs.org/@nrwl/nx-linux-x64-musl/-/nx-linux-x64-musl-15.9.7.tgz", + "integrity": "sha512-extIUThYN94m4Vj4iZggt6hhMZWQSukBCo8pp91JHnDcryBg7SnYmnikwtY1ZAFyyRiNFBLCKNIDFGkKkSrZ9Q==", + "cpu": [ + "x64" + ], "dev": true, - "dependencies": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, + "optional": true, + "os": [ + "linux" + ], "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/chalk/chalk?sponsor=1" + "node": ">= 10" } }, - "node_modules/@nrwl/node/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/@nrwl/nx-win32-arm64-msvc": { + "version": "15.9.7", + "resolved": "https://registry.npmjs.org/@nrwl/nx-win32-arm64-msvc/-/nx-win32-arm64-msvc-15.9.7.tgz", + "integrity": "sha512-GSQ54hJ5AAnKZb4KP4cmBnJ1oC4ILxnrG1mekxeM65c1RtWg9NpBwZ8E0gU3xNrTv8ZNsBeKi/9UhXBxhsIh8A==", + "cpu": [ + "arm64" + ], "dev": true, - "dependencies": { - "color-name": "~1.1.4" - }, + "optional": true, + "os": [ + "win32" + ], "engines": { - "node": ">=7.0.0" + "node": ">= 10" } }, - "node_modules/@nrwl/node/node_modules/copy-webpack-plugin": { - "version": "10.2.4", - "resolved": "https://registry.npmjs.org/copy-webpack-plugin/-/copy-webpack-plugin-10.2.4.tgz", - "integrity": "sha512-xFVltahqlsRcyyJqQbDY6EYTtyQZF9rf+JPjwHObLdPFMEISqkFkr7mFoVOC6BfYS/dNThyoQKvziugm+OnwBg==", + "node_modules/@nrwl/nx-win32-x64-msvc": { + "version": "15.9.7", + "resolved": "https://registry.npmjs.org/@nrwl/nx-win32-x64-msvc/-/nx-win32-x64-msvc-15.9.7.tgz", + "integrity": "sha512-x6URof79RPd8AlapVbPefUD3ynJZpmah3tYaYZ9xZRMXojVtEHV8Qh5vysKXQ1rNYJiiB8Ah6evSKWLbAH60tw==", + "cpu": [ + "x64" + ], "dev": true, - "dependencies": { - "fast-glob": "^3.2.7", - "glob-parent": "^6.0.1", - "globby": "^12.0.2", - "normalize-path": "^3.0.0", - "schema-utils": "^4.0.0", - "serialize-javascript": "^6.0.0" - }, + "optional": true, + "os": [ + "win32" + ], "engines": { - "node": ">= 12.20.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/webpack" - }, - "peerDependencies": { - "webpack": "^5.1.0" + "node": ">= 10" } }, - "node_modules/@nrwl/node/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==", - "dev": true, - "engines": { - "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" - } - }, - "node_modules/@nrwl/node/node_modules/dotenv": { - "version": "10.0.0", - "resolved": "https://registry.npmjs.org/dotenv/-/dotenv-10.0.0.tgz", - "integrity": "sha512-rlBi9d8jpv9Sf1klPjNfFAuWDjKLwTIJJ/VxtoTwIR6hnZxcEOQCZg2oIL3MWBYw5GpUDKOEnND7LXTbIpQ03Q==", - "dev": true, - "engines": { - "node": ">=10" - } - }, - "node_modules/@nrwl/node/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==", - "dev": true, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sindresorhus/emittery?sponsor=1" - } - }, - "node_modules/@nrwl/node/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==", - "dev": 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" - }, - "engines": { - "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" - } - }, - "node_modules/@nrwl/node/node_modules/glob": { - "version": "7.1.4", - "resolved": "https://registry.npmjs.org/glob/-/glob-7.1.4.tgz", - "integrity": "sha512-hkLPepehmnKk41pUGm3sYxoFs/umurYfYJCerbXEyFIWcAzvpipAgVkBqqT9RBKMGjnq6kMuyYwha6csxbiM1A==", - "dev": true, - "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": "*" - } - }, - "node_modules/@nrwl/node/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": { - "is-glob": "^4.0.3" - }, - "engines": { - "node": ">=10.13.0" - } - }, - "node_modules/@nrwl/node/node_modules/globby": { - "version": "12.2.0", - "resolved": "https://registry.npmjs.org/globby/-/globby-12.2.0.tgz", - "integrity": "sha512-wiSuFQLZ+urS9x2gGPl1H5drc5twabmm4m2gTR27XDFyjUHJUNsS8o/2aKyIF6IoBaR630atdher0XJ5g6OMmA==", - "dev": true, - "dependencies": { - "array-union": "^3.0.1", - "dir-glob": "^3.0.1", - "fast-glob": "^3.2.7", - "ignore": "^5.1.9", - "merge2": "^1.4.1", - "slash": "^4.0.0" - }, - "engines": { - "node": "^12.20.0 || ^14.13.1 || >=16.0.0" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/@nrwl/node/node_modules/globby/node_modules/slash": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/slash/-/slash-4.0.0.tgz", - "integrity": "sha512-3dOsAHXXUkQTpOYcoAxLIorMTp4gIQr5IW3iVb7A7lFIp0VHhnynm9izx6TssdrIcVIESAlVjtnO2K8bg+Coew==", - "dev": true, - "engines": { - "node": ">=12" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/@nrwl/node/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==", - "dev": true, - "engines": { - "node": ">=8" - } - }, - "node_modules/@nrwl/node/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==", - "dev": 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_modules/@nrwl/node/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==", - "dev": 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" - }, - "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_modules/@nrwl/node/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==", - "dev": true, - "dependencies": { - "chalk": "^4.0.0", - "diff-sequences": "^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" - } - }, - "node_modules/@nrwl/node/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==", - "dev": true, - "dependencies": { - "detect-newline": "^3.0.0" - }, - "engines": { - "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" - } - }, - "node_modules/@nrwl/node/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==", - "dev": 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" - } - }, - "node_modules/@nrwl/node/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==", - "dev": 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" - }, - "engines": { - "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" - } - }, - "node_modules/@nrwl/node/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==", - "dev": true, - "engines": { - "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" - } - }, - "node_modules/@nrwl/node/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, - "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" - } - }, - "node_modules/@nrwl/node/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==", - "dev": true, - "dependencies": { - "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" - } - }, - "node_modules/@nrwl/node/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==", - "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" - } - }, - "node_modules/@nrwl/node/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==", - "dev": 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" - } - }, - "node_modules/@nrwl/node/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==", - "dev": true, - "dependencies": { - "@jest/types": "^27.5.1", - "@types/node": "*" - }, - "engines": { - "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" - } - }, - "node_modules/@nrwl/node/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, - "engines": { - "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" - } - }, - "node_modules/@nrwl/node/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==", - "dev": 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_modules/@nrwl/node/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==", - "dev": 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" - }, - "engines": { - "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" - } - }, - "node_modules/@nrwl/node/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==", - "dev": 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" - }, - "engines": { - "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" - } - }, - "node_modules/@nrwl/node/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==", - "dev": 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" - } - }, - "node_modules/@nrwl/node/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==", - "dev": 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" - }, - "engines": { - "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" - } - }, - "node_modules/@nrwl/node/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==", - "dev": 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" - }, - "engines": { - "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" - } - }, - "node_modules/@nrwl/node/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, - "dependencies": { - "@types/node": "*", - "merge-stream": "^2.0.0", - "supports-color": "^8.0.0" - }, - "engines": { - "node": ">= 10.13.0" - } - }, - "node_modules/@nrwl/node/node_modules/jest-worker/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, - "dependencies": { - "has-flag": "^4.0.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/chalk/supports-color?sponsor=1" - } - }, - "node_modules/@nrwl/node/node_modules/json5": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/json5/-/json5-1.0.2.tgz", - "integrity": "sha512-g1MWMLBiz8FKi1e4w0UyVL3w+iJceWAFBAaBnnGKOpNa5f8TLktkbre1+s6oICydWAm+HRUGTmI+//xv2hvXYA==", - "dev": true, - "dependencies": { - "minimist": "^1.2.0" - }, - "bin": { - "json5": "lib/cli.js" - } - }, - "node_modules/@nrwl/node/node_modules/jsonc-parser": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/jsonc-parser/-/jsonc-parser-3.0.0.tgz", - "integrity": "sha512-fQzRfAbIBnR0IQvftw9FJveWiHp72Fg20giDrHz6TdfB12UH/uue0D3hm57UB5KgAVuniLMCaS8P1IMj9NR7cA==", - "dev": true - }, - "node_modules/@nrwl/node/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==", - "dev": true, - "dependencies": { - "yallist": "^4.0.0" - }, - "engines": { - "node": ">=10" - } - }, - "node_modules/@nrwl/node/node_modules/minimatch": { - "version": "3.0.5", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.5.tgz", - "integrity": "sha512-tUpxzX0VAzJHjLu0xUfFv1gwVp9ba3IOuRAVH2EGuRW8a5emA2FlACLqiT/lDVtS1W+TGNwqz3sWaNyLgDJWuw==", - "dev": true, - "dependencies": { - "brace-expansion": "^1.1.7" - }, - "engines": { - "node": "*" - } - }, - "node_modules/@nrwl/node/node_modules/nx": { - "version": "14.5.4", - "resolved": "https://registry.npmjs.org/nx/-/nx-14.5.4.tgz", - "integrity": "sha512-xv1nTaQP6kqVDE4PXcB1tLlgzNAPUHE/2vlqSLgxjNb6colKf0vrEZhVTjhnbqBeJiTb33gUx50bBXkurCkN5w==", - "dev": true, - "hasInstallScript": true, - "dependencies": { - "@nrwl/cli": "14.5.4", - "@nrwl/tao": "14.5.4", - "@parcel/watcher": "2.0.4", - "chalk": "4.1.0", - "chokidar": "^3.5.1", - "cli-cursor": "3.1.0", - "cli-spinners": "2.6.1", - "cliui": "^7.0.2", - "dotenv": "~10.0.0", - "enquirer": "~2.3.6", - "fast-glob": "3.2.7", - "figures": "3.2.0", - "flat": "^5.0.2", - "fs-extra": "^10.1.0", - "glob": "7.1.4", - "ignore": "^5.0.4", - "js-yaml": "4.1.0", - "jsonc-parser": "3.0.0", - "minimatch": "3.0.5", - "npm-run-path": "^4.0.1", - "open": "^8.4.0", - "semver": "7.3.4", - "string-width": "^4.2.3", - "tar-stream": "~2.2.0", - "tmp": "~0.2.1", - "tsconfig-paths": "^3.9.0", - "tslib": "^2.3.0", - "v8-compile-cache": "2.3.0", - "yargs": "^17.4.0", - "yargs-parser": "21.0.1" - }, - "bin": { - "nx": "bin/nx.js" - }, - "peerDependencies": { - "@swc-node/register": "^1.4.2", - "@swc/core": "^1.2.173" - }, - "peerDependenciesMeta": { - "@swc-node/register": { - "optional": true - }, - "@swc/core": { - "optional": true - } - } - }, - "node_modules/@nrwl/node/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": { - "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_modules/@nrwl/node/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" - } - }, - "node_modules/@nrwl/node/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/@nrwl/node/node_modules/schema-utils": { - "version": "4.2.0", - "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-4.2.0.tgz", - "integrity": "sha512-L0jRsrPpjdckP3oPug3/VxNKt2trR8TcabrM6FOAAlvC/9Phcmm+cuAgTlxBqdBR1WJx7Naj9WHw+aOmheSVbw==", - "dev": true, - "dependencies": { - "@types/json-schema": "^7.0.9", - "ajv": "^8.9.0", - "ajv-formats": "^2.1.1", - "ajv-keywords": "^5.1.0" - }, - "engines": { - "node": ">= 12.13.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/webpack" - } - }, - "node_modules/@nrwl/node/node_modules/semver": { - "version": "7.3.4", - "resolved": "https://registry.npmjs.org/semver/-/semver-7.3.4.tgz", - "integrity": "sha512-tCfb2WLjqFAtXn4KEdxIhalnRtoKFN7nAwj0B3ZXCbQloV2tq5eDbcTmT68JJD3nRJq24/XgxtQKFIpQdtvmVw==", - "dev": true, - "dependencies": { - "lru-cache": "^6.0.0" - }, - "bin": { - "semver": "bin/semver.js" - }, - "engines": { - "node": ">=10" - } - }, - "node_modules/@nrwl/node/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/@nrwl/node/node_modules/source-map-support": { - "version": "0.5.19", - "resolved": "https://registry.npmjs.org/source-map-support/-/source-map-support-0.5.19.tgz", - "integrity": "sha512-Wonm7zOCIJzBGQdB+thsPar0kYuCIzYvxZwlBa87yi/Mdjv7Tip2cyVbLj5o0cFPN4EVkuTwb3GDDyUx2DGnGw==", - "dev": true, - "dependencies": { - "buffer-from": "^1.0.0", - "source-map": "^0.6.0" - } - }, - "node_modules/@nrwl/node/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" - } - }, - "node_modules/@nrwl/node/node_modules/ts-node": { - "version": "10.8.2", - "resolved": "https://registry.npmjs.org/ts-node/-/ts-node-10.8.2.tgz", - "integrity": "sha512-LYdGnoGddf1D6v8REPtIH+5iq/gTDuZqv2/UJUU7tKjuEU8xVZorBM+buCGNjj+pGEud+sOoM4CX3/YzINpENA==", - "dev": 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 - } - } - }, - "node_modules/@nrwl/node/node_modules/tsconfig-paths": { - "version": "3.14.2", - "resolved": "https://registry.npmjs.org/tsconfig-paths/-/tsconfig-paths-3.14.2.tgz", - "integrity": "sha512-o/9iXgCYc5L/JxCHPe3Hvh8Q/2xm5Z+p18PESBU6Ff33695QnCHBEjcytY2q19ua7Mbl/DavtBOLq+oG0RCL+g==", - "dev": true, - "dependencies": { - "@types/json5": "^0.0.29", - "json5": "^1.0.2", - "minimist": "^1.2.6", - "strip-bom": "^3.0.0" - } - }, - "node_modules/@nrwl/node/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": "sha512-vavAMRXOgBVNF6nyEEmL3DBK19iRpDcoIwW+swQ+CbGiu7lju6t+JklA1MHweoWtadgt4ISVUsXLyDq34ddcwA==", - "dev": true, - "engines": { - "node": ">=4" - } - }, - "node_modules/@nrwl/node/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==", - "dev": 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" - } - }, - "node_modules/@nrwl/node/node_modules/v8-to-istanbul/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/@nrwl/node/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==", - "dev": true, - "dependencies": { - "imurmurhash": "^0.1.4", - "is-typedarray": "^1.0.0", - "signal-exit": "^3.0.2", - "typedarray-to-buffer": "^3.1.5" - } - }, - "node_modules/@nrwl/node/node_modules/yallist": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", - "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==", - "dev": true - }, "node_modules/@nrwl/storybook": { - "version": "14.8.9", - "resolved": "https://registry.npmjs.org/@nrwl/storybook/-/storybook-14.8.9.tgz", - "integrity": "sha512-YKmP5qGdmqrMIxRoCyZIFsB/RNl036C9Bb7Fs5dCGIlWylPIz8hglmLBJWkxkSNU/ketGkFEtQ2fn6rW9x2NsA==", + "version": "15.9.7", + "resolved": "https://registry.npmjs.org/@nrwl/storybook/-/storybook-15.9.7.tgz", + "integrity": "sha512-b932J+VyaCEkJKfWVVEZUy/4OUfaTm335IuvXH5fIMiGnow/ymCDVH7S0B3R8j06xp5XQ0cUZVbqBA/PQhKW/A==", "dev": true, "dependencies": { - "@nrwl/cypress": "14.8.9", - "@nrwl/devkit": "14.8.9", - "@nrwl/linter": "14.8.9", - "@nrwl/workspace": "14.8.9", + "@nrwl/cypress": "15.9.7", + "@nrwl/devkit": "15.9.7", + "@nrwl/js": "15.9.7", + "@nrwl/linter": "15.9.7", + "@nrwl/workspace": "15.9.7", + "@phenomnomnominal/tsquery": "4.1.1", "dotenv": "~10.0.0", - "semver": "7.3.4" + "enquirer": "~2.3.6", + "semver": "7.5.4" } }, "node_modules/@nrwl/storybook/node_modules/dotenv": { @@ -9497,6 +7905,18 @@ "node": ">=10" } }, + "node_modules/@nrwl/storybook/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, + "dependencies": { + "ansi-colors": "^4.1.1" + }, + "engines": { + "node": ">=8.6" + } + }, "node_modules/@nrwl/storybook/node_modules/lru-cache": { "version": "6.0.0", "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz", @@ -9510,9 +7930,9 @@ } }, "node_modules/@nrwl/storybook/node_modules/semver": { - "version": "7.3.4", - "resolved": "https://registry.npmjs.org/semver/-/semver-7.3.4.tgz", - "integrity": "sha512-tCfb2WLjqFAtXn4KEdxIhalnRtoKFN7nAwj0B3ZXCbQloV2tq5eDbcTmT68JJD3nRJq24/XgxtQKFIpQdtvmVw==", + "version": "7.5.4", + "resolved": "https://registry.npmjs.org/semver/-/semver-7.5.4.tgz", + "integrity": "sha512-1bCSESV6Pv+i21Hvpxp3Dx+pSD8lIPt8uVjRrxAUt/nbswYc+tK6Y2btiULjd4+fnq15PX+nqQDC7Oft7WkwcA==", "dev": true, "dependencies": { "lru-cache": "^6.0.0" @@ -9531,67 +7951,61 @@ "dev": true }, "node_modules/@nrwl/tao": { - "version": "14.4.2", + "version": "15.9.7", + "resolved": "https://registry.npmjs.org/@nrwl/tao/-/tao-15.9.7.tgz", + "integrity": "sha512-OBnHNvQf3vBH0qh9YnvBQQWyyFZ+PWguF6dJ8+1vyQYlrLVk/XZ8nJ4ukWFb+QfPv/O8VBmqaofaOI9aFC4yTw==", "dev": true, - "license": "MIT", "dependencies": { - "nx": "14.4.2" + "nx": "15.9.7" }, "bin": { "tao": "index.js" } }, "node_modules/@nrwl/webpack": { - "version": "14.8.9", - "resolved": "https://registry.npmjs.org/@nrwl/webpack/-/webpack-14.8.9.tgz", - "integrity": "sha512-Aykk51OeMcXhXOFBynkMXYim2tngXOsdJuRO/w7qbXjKj/gPmplz9VDlwxhR7L9L2ZguU2Quqx5T2GiklS+YpA==", + "version": "15.9.7", + "resolved": "https://registry.npmjs.org/@nrwl/webpack/-/webpack-15.9.7.tgz", + "integrity": "sha512-sFLl+9pgZexFrs1fLO05Bctji7E0kKsr8x7nM4EmB9Tb892JWaGvOCTfoklRoZ+YyI2xpOqAhKiwNcm2X9A9dw==", "dev": true, "dependencies": { - "@nrwl/devkit": "14.8.9", - "@nrwl/js": "14.8.9", - "@nrwl/workspace": "14.8.9", + "@babel/core": "^7.15.0", + "@nrwl/devkit": "15.9.7", + "@nrwl/js": "15.9.7", + "@nrwl/workspace": "15.9.7", "autoprefixer": "^10.4.9", - "babel-loader": "^8.2.2", - "browserslist": "^4.16.6", - "caniuse-lite": "^1.0.30001394", - "chalk": "4.1.0", - "chokidar": "^3.5.1", + "babel-loader": "^9.1.2", + "chalk": "^4.1.0", "copy-webpack-plugin": "^10.2.4", + "css-loader": "^6.4.0", "css-minimizer-webpack-plugin": "^3.4.1", "dotenv": "~10.0.0", "file-loader": "^6.2.0", "fork-ts-checker-webpack-plugin": "7.2.13", - "fs-extra": "^10.1.0", - "ignore": "^5.0.4", - "less": "3.12.2", - "less-loader": "^10.1.0", + "less": "4.1.3", + "less-loader": "11.1.0", "license-webpack-plugin": "^4.0.2", "loader-utils": "^2.0.3", "mini-css-extract-plugin": "~2.4.7", "parse5": "4.0.0", - "parse5-html-rewriting-stream": "6.0.1", "postcss": "^8.4.14", "postcss-import": "~14.1.0", "postcss-loader": "^6.1.1", - "raw-loader": "^4.0.2", "rxjs": "^6.5.4", "sass": "^1.42.1", "sass-loader": "^12.2.0", "source-map-loader": "^3.0.0", "style-loader": "^3.3.0", "stylus": "^0.55.0", - "stylus-loader": "^6.2.0", + "stylus-loader": "^7.1.0", "terser-webpack-plugin": "^5.3.3", "ts-loader": "^9.3.1", "ts-node": "10.9.1", - "tsconfig-paths": "^3.9.0", - "tsconfig-paths-webpack-plugin": "3.5.2", + "tsconfig-paths": "^4.1.2", + "tsconfig-paths-webpack-plugin": "4.0.0", "tslib": "^2.3.0", - "webpack": "^5.58.1", + "webpack": "^5.75.0", "webpack-dev-server": "^4.9.3", - "webpack-merge": "^5.8.0", "webpack-node-externals": "^3.0.0", - "webpack-sources": "^3.2.3", "webpack-subresource-integrity": "^5.1.0" } }, @@ -9623,9 +8037,9 @@ } }, "node_modules/@nrwl/webpack/node_modules/chalk": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.0.tgz", - "integrity": "sha512-qwx12AxXe2Q5xQ43Ac//I6v5aXTipYrSESdOgzrN+9XjgEpyjpKuvSGaN4qE93f7TQTlerQQ8S+EQ0EyDoVL1A==", + "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", @@ -9650,6 +8064,12 @@ "node": ">=7.0.0" } }, + "node_modules/@nrwl/webpack/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==", + "dev": true + }, "node_modules/@nrwl/webpack/node_modules/copy-webpack-plugin": { "version": "10.2.4", "resolved": "https://registry.npmjs.org/copy-webpack-plugin/-/copy-webpack-plugin-10.2.4.tgz", @@ -9674,13 +8094,20 @@ "webpack": "^5.1.0" } }, - "node_modules/@nrwl/webpack/node_modules/debug": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/debug/-/debug-3.1.0.tgz", - "integrity": "sha512-OX8XqP7/1a9cqkxYw2yXss15f26NKWBpDXQd0/uK/KPqdQhxbPa994hnzjcE2VqQpDslf55723cKPUOGSmMY3g==", + "node_modules/@nrwl/webpack/node_modules/cosmiconfig": { + "version": "7.1.0", + "resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-7.1.0.tgz", + "integrity": "sha512-AdmX6xUzdNASswsFtmwSt7Vj8po9IuqXm0UXz7QKPuEUmPB4XyjGfaAr2PSuELMwkRMVH1EpIkX5bTZGRB3eCA==", "dev": true, "dependencies": { - "ms": "2.0.0" + "@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": ">=10" } }, "node_modules/@nrwl/webpack/node_modules/dotenv": { @@ -9692,26 +8119,6 @@ "node": ">=10" } }, - "node_modules/@nrwl/webpack/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": "*" - }, - "funding": { - "url": "https://github.com/sponsors/isaacs" - } - }, "node_modules/@nrwl/webpack/node_modules/glob-parent": { "version": "6.0.2", "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-6.0.2.tgz", @@ -9765,66 +8172,6 @@ "node": ">=0.10.0" } }, - "node_modules/@nrwl/webpack/node_modules/less": { - "version": "3.12.2", - "resolved": "https://registry.npmjs.org/less/-/less-3.12.2.tgz", - "integrity": "sha512-+1V2PCMFkL+OIj2/HrtrvZw0BC0sYLMICJfbQjuj/K8CEnlrFX6R5cKKgzzttsZDHyxQNL1jqMREjKN3ja/E3Q==", - "dev": true, - "dependencies": { - "tslib": "^1.10.0" - }, - "bin": { - "lessc": "bin/lessc" - }, - "engines": { - "node": ">=6" - }, - "optionalDependencies": { - "errno": "^0.1.1", - "graceful-fs": "^4.1.2", - "image-size": "~0.5.0", - "make-dir": "^2.1.0", - "mime": "^1.4.1", - "native-request": "^1.0.5", - "source-map": "~0.6.0" - } - }, - "node_modules/@nrwl/webpack/node_modules/less-loader": { - "version": "10.2.0", - "resolved": "https://registry.npmjs.org/less-loader/-/less-loader-10.2.0.tgz", - "integrity": "sha512-AV5KHWvCezW27GT90WATaDnfXBv99llDbtaj4bshq6DvAihMdNjaPDcUMa6EXKLRF+P2opFenJp89BXg91XLYg==", - "dev": true, - "dependencies": { - "klona": "^2.0.4" - }, - "engines": { - "node": ">= 12.13.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/webpack" - }, - "peerDependencies": { - "less": "^3.5.0 || ^4.0.0", - "webpack": "^5.0.0" - } - }, - "node_modules/@nrwl/webpack/node_modules/less/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, - "optional": true, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/@nrwl/webpack/node_modules/less/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/@nrwl/webpack/node_modules/loader-utils": { "version": "2.0.4", "resolved": "https://registry.npmjs.org/loader-utils/-/loader-utils-2.0.4.tgz", @@ -9858,12 +8205,6 @@ "webpack": "^5.0.0" } }, - "node_modules/@nrwl/webpack/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/@nrwl/webpack/node_modules/parse5": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/parse5/-/parse5-4.0.0.tgz", @@ -9892,6 +8233,24 @@ "webpack": "^5.0.0" } }, + "node_modules/@nrwl/webpack/node_modules/rxjs": { + "version": "6.6.7", + "resolved": "https://registry.npmjs.org/rxjs/-/rxjs-6.6.7.tgz", + "integrity": "sha512-hTdwr+7yYNIT5n4AMYp85KA6yw2Va0FLa3Rguvbpa4W3I5xynaBZo41cM3XM+4Q6fRMj3sBYIR1VAmZMXYJvRQ==", + "dev": true, + "dependencies": { + "tslib": "^1.9.0" + }, + "engines": { + "npm": ">=2.0.0" + } + }, + "node_modules/@nrwl/webpack/node_modules/rxjs/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/@nrwl/webpack/node_modules/sass-loader": { "version": "12.6.0", "resolved": "https://registry.npmjs.org/sass-loader/-/sass-loader-12.6.0.tgz", @@ -9930,25 +8289,6 @@ } } }, - "node_modules/@nrwl/webpack/node_modules/schema-utils": { - "version": "4.2.0", - "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-4.2.0.tgz", - "integrity": "sha512-L0jRsrPpjdckP3oPug3/VxNKt2trR8TcabrM6FOAAlvC/9Phcmm+cuAgTlxBqdBR1WJx7Naj9WHw+aOmheSVbw==", - "dev": true, - "dependencies": { - "@types/json-schema": "^7.0.9", - "ajv": "^8.9.0", - "ajv-formats": "^2.1.1", - "ajv-keywords": "^5.1.0" - }, - "engines": { - "node": ">= 12.13.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/webpack" - } - }, "node_modules/@nrwl/webpack/node_modules/slash": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/slash/-/slash-4.0.0.tgz", @@ -9982,68 +8322,6 @@ "webpack": "^5.0.0" } }, - "node_modules/@nrwl/webpack/node_modules/strip-bom": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-3.0.0.tgz", - "integrity": "sha512-vavAMRXOgBVNF6nyEEmL3DBK19iRpDcoIwW+swQ+CbGiu7lju6t+JklA1MHweoWtadgt4ISVUsXLyDq34ddcwA==", - "dev": true, - "engines": { - "node": ">=4" - } - }, - "node_modules/@nrwl/webpack/node_modules/stylus": { - "version": "0.55.0", - "resolved": "https://registry.npmjs.org/stylus/-/stylus-0.55.0.tgz", - "integrity": "sha512-MuzIIVRSbc8XxHH7FjkvWqkIcr1BvoMZoR/oFuAJDlh7VSaNJzrB4uJ38GRQa+mWjLXODAMzeDe0xi9GYbGwnw==", - "dev": true, - "dependencies": { - "css": "^3.0.0", - "debug": "~3.1.0", - "glob": "^7.1.6", - "mkdirp": "~1.0.4", - "safer-buffer": "^2.1.2", - "sax": "~1.2.4", - "semver": "^6.3.0", - "source-map": "^0.7.3" - }, - "bin": { - "stylus": "bin/stylus" - }, - "engines": { - "node": "*" - } - }, - "node_modules/@nrwl/webpack/node_modules/stylus-loader": { - "version": "6.2.0", - "resolved": "https://registry.npmjs.org/stylus-loader/-/stylus-loader-6.2.0.tgz", - "integrity": "sha512-5dsDc7qVQGRoc6pvCL20eYgRUxepZ9FpeK28XhdXaIPP6kXr6nI1zAAKFQgP5OBkOfKaURp4WUpJzspg1f01Gg==", - "dev": true, - "dependencies": { - "fast-glob": "^3.2.7", - "klona": "^2.0.4", - "normalize-path": "^3.0.0" - }, - "engines": { - "node": ">= 12.13.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/webpack" - }, - "peerDependencies": { - "stylus": ">=0.52.4", - "webpack": "^5.0.0" - } - }, - "node_modules/@nrwl/webpack/node_modules/stylus/node_modules/semver": { - "version": "6.3.1", - "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz", - "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==", - "dev": true, - "bin": { - "semver": "bin/semver.js" - } - }, "node_modules/@nrwl/webpack/node_modules/supports-color": { "version": "7.2.0", "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", @@ -10056,81 +8334,32 @@ "node": ">=8" } }, - "node_modules/@nrwl/webpack/node_modules/tsconfig-paths": { - "version": "3.14.2", - "resolved": "https://registry.npmjs.org/tsconfig-paths/-/tsconfig-paths-3.14.2.tgz", - "integrity": "sha512-o/9iXgCYc5L/JxCHPe3Hvh8Q/2xm5Z+p18PESBU6Ff33695QnCHBEjcytY2q19ua7Mbl/DavtBOLq+oG0RCL+g==", - "dev": true, - "dependencies": { - "@types/json5": "^0.0.29", - "json5": "^1.0.2", - "minimist": "^1.2.6", - "strip-bom": "^3.0.0" - } - }, - "node_modules/@nrwl/webpack/node_modules/tsconfig-paths/node_modules/json5": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/json5/-/json5-1.0.2.tgz", - "integrity": "sha512-g1MWMLBiz8FKi1e4w0UyVL3w+iJceWAFBAaBnnGKOpNa5f8TLktkbre1+s6oICydWAm+HRUGTmI+//xv2hvXYA==", - "dev": true, - "dependencies": { - "minimist": "^1.2.0" - }, - "bin": { - "json5": "lib/cli.js" - } - }, "node_modules/@nrwl/workspace": { - "version": "14.8.9", - "resolved": "https://registry.npmjs.org/@nrwl/workspace/-/workspace-14.8.9.tgz", - "integrity": "sha512-kn5zPhBG0OFwKPCVkgY0t1Jke1KAQyyoYC0d5JhON3KW/TgXrOeUHXOjHr2cL5yCnRLcqdwPxaSqwfK2JFUc2g==", + "version": "15.9.7", + "resolved": "https://registry.npmjs.org/@nrwl/workspace/-/workspace-15.9.7.tgz", + "integrity": "sha512-tOYYReTgUtP66mtbl6rGfs83il6ywb99GIsyCGINWNBVuU3WE44Io0MCvfirDwlxwSIWouDr64qhGqqzTo3Z9g==", "dev": true, "dependencies": { - "@nrwl/devkit": "14.8.9", - "@nrwl/jest": "14.8.9", - "@nrwl/linter": "14.8.9", + "@nrwl/devkit": "15.9.7", "@parcel/watcher": "2.0.4", - "chalk": "4.1.0", + "chalk": "^4.1.0", "chokidar": "^3.5.1", "cli-cursor": "3.1.0", "cli-spinners": "2.6.1", "dotenv": "~10.0.0", - "enquirer": "~2.3.6", "figures": "3.2.0", "flat": "^5.0.2", - "fs-extra": "^10.1.0", "glob": "7.1.4", "ignore": "^5.0.4", "minimatch": "3.0.5", "npm-run-path": "^4.0.1", - "nx": "14.8.9", + "nx": "15.9.7", "open": "^8.4.0", "rxjs": "^6.5.4", - "semver": "7.3.4", "tmp": "~0.2.1", "tslib": "^2.3.0", - "yargs": "^17.4.0", - "yargs-parser": "21.0.1" - }, - "peerDependencies": { - "prettier": "^2.6.2" - }, - "peerDependenciesMeta": { - "prettier": { - "optional": true - } - } - }, - "node_modules/@nrwl/workspace/node_modules/@nrwl/tao": { - "version": "14.8.9", - "resolved": "https://registry.npmjs.org/@nrwl/tao/-/tao-14.8.9.tgz", - "integrity": "sha512-llaZvTCXUmj4WtpbnjZOOzyTWcZIkj7gmtY5sa1nrTvbls9BaFRabOvfW4/z3s3E3iavni9ENMuuaHOfHyiRkg==", - "dev": true, - "dependencies": { - "nx": "14.8.9" - }, - "bin": { - "tao": "index.js" + "yargs": "^17.6.2", + "yargs-parser": "21.1.1" } }, "node_modules/@nrwl/workspace/node_modules/ansi-styles": { @@ -10148,21 +8377,10 @@ "url": "https://github.com/chalk/ansi-styles?sponsor=1" } }, - "node_modules/@nrwl/workspace/node_modules/axios": { - "version": "1.5.1", - "resolved": "https://registry.npmjs.org/axios/-/axios-1.5.1.tgz", - "integrity": "sha512-Q28iYCWzNHjAm+yEAot5QaAMxhMghWLFVf7rRdwhUI+c2jix2DUXjAHXVi+s1ibs3mjPO/cCgbA++3BjD0vP/A==", - "dev": true, - "dependencies": { - "follow-redirects": "^1.15.0", - "form-data": "^4.0.0", - "proxy-from-env": "^1.1.0" - } - }, "node_modules/@nrwl/workspace/node_modules/chalk": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.0.tgz", - "integrity": "sha512-qwx12AxXe2Q5xQ43Ac//I6v5aXTipYrSESdOgzrN+9XjgEpyjpKuvSGaN4qE93f7TQTlerQQ8S+EQ0EyDoVL1A==", + "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", @@ -10187,6 +8405,12 @@ "node": ">=7.0.0" } }, + "node_modules/@nrwl/workspace/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==", + "dev": true + }, "node_modules/@nrwl/workspace/node_modules/dotenv": { "version": "10.0.0", "resolved": "https://registry.npmjs.org/dotenv/-/dotenv-10.0.0.tgz", @@ -10196,20 +8420,6 @@ "node": ">=10" } }, - "node_modules/@nrwl/workspace/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/@nrwl/workspace/node_modules/glob": { "version": "7.1.4", "resolved": "https://registry.npmjs.org/glob/-/glob-7.1.4.tgz", @@ -10236,131 +8446,24 @@ "node": ">=8" } }, - "node_modules/@nrwl/workspace/node_modules/json5": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/json5/-/json5-1.0.2.tgz", - "integrity": "sha512-g1MWMLBiz8FKi1e4w0UyVL3w+iJceWAFBAaBnnGKOpNa5f8TLktkbre1+s6oICydWAm+HRUGTmI+//xv2hvXYA==", + "node_modules/@nrwl/workspace/node_modules/rxjs": { + "version": "6.6.7", + "resolved": "https://registry.npmjs.org/rxjs/-/rxjs-6.6.7.tgz", + "integrity": "sha512-hTdwr+7yYNIT5n4AMYp85KA6yw2Va0FLa3Rguvbpa4W3I5xynaBZo41cM3XM+4Q6fRMj3sBYIR1VAmZMXYJvRQ==", "dev": true, "dependencies": { - "minimist": "^1.2.0" + "tslib": "^1.9.0" }, - "bin": { - "json5": "lib/cli.js" + "engines": { + "npm": ">=2.0.0" } }, - "node_modules/@nrwl/workspace/node_modules/jsonc-parser": { - "version": "3.2.0", - "resolved": "https://registry.npmjs.org/jsonc-parser/-/jsonc-parser-3.2.0.tgz", - "integrity": "sha512-gfFQZrcTc8CnKXp6Y4/CBT3fTc0OVuDofpre4aEeEpSBPV5X5v4+Vmx+8snU7RLPrNHPKSgLxGo9YuQzz20o+w==", + "node_modules/@nrwl/workspace/node_modules/rxjs/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/@nrwl/workspace/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==", - "dev": true, - "dependencies": { - "yallist": "^4.0.0" - }, - "engines": { - "node": ">=10" - } - }, - "node_modules/@nrwl/workspace/node_modules/minimatch": { - "version": "3.0.5", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.5.tgz", - "integrity": "sha512-tUpxzX0VAzJHjLu0xUfFv1gwVp9ba3IOuRAVH2EGuRW8a5emA2FlACLqiT/lDVtS1W+TGNwqz3sWaNyLgDJWuw==", - "dev": true, - "dependencies": { - "brace-expansion": "^1.1.7" - }, - "engines": { - "node": "*" - } - }, - "node_modules/@nrwl/workspace/node_modules/nx": { - "version": "14.8.9", - "resolved": "https://registry.npmjs.org/nx/-/nx-14.8.9.tgz", - "integrity": "sha512-X29mxovtXkrqcYNndTNMUOrtO3tkSZF0GkdsQ16kCxo4YIqUVVOpM7IzZYx+JxO6fVDFMlK7eGU2C2lTHz/MSQ==", - "dev": true, - "hasInstallScript": true, - "dependencies": { - "@nrwl/cli": "14.8.9", - "@nrwl/tao": "14.8.9", - "@parcel/watcher": "2.0.4", - "@yarnpkg/lockfile": "^1.1.0", - "@yarnpkg/parsers": "^3.0.0-rc.18", - "@zkochan/js-yaml": "0.0.6", - "axios": "^1.0.0", - "chalk": "4.1.0", - "chokidar": "^3.5.1", - "cli-cursor": "3.1.0", - "cli-spinners": "2.6.1", - "cliui": "^7.0.2", - "dotenv": "~10.0.0", - "enquirer": "~2.3.6", - "fast-glob": "3.2.7", - "figures": "3.2.0", - "flat": "^5.0.2", - "fs-extra": "^10.1.0", - "glob": "7.1.4", - "ignore": "^5.0.4", - "js-yaml": "4.1.0", - "jsonc-parser": "3.2.0", - "minimatch": "3.0.5", - "npm-run-path": "^4.0.1", - "open": "^8.4.0", - "semver": "7.3.4", - "string-width": "^4.2.3", - "strong-log-transformer": "^2.1.0", - "tar-stream": "~2.2.0", - "tmp": "~0.2.1", - "tsconfig-paths": "^3.9.0", - "tslib": "^2.3.0", - "v8-compile-cache": "2.3.0", - "yargs": "^17.4.0", - "yargs-parser": "21.0.1" - }, - "bin": { - "nx": "bin/nx.js" - }, - "peerDependencies": { - "@swc-node/register": "^1.4.2", - "@swc/core": "^1.2.173" - }, - "peerDependenciesMeta": { - "@swc-node/register": { - "optional": true - }, - "@swc/core": { - "optional": true - } - } - }, - "node_modules/@nrwl/workspace/node_modules/semver": { - "version": "7.3.4", - "resolved": "https://registry.npmjs.org/semver/-/semver-7.3.4.tgz", - "integrity": "sha512-tCfb2WLjqFAtXn4KEdxIhalnRtoKFN7nAwj0B3ZXCbQloV2tq5eDbcTmT68JJD3nRJq24/XgxtQKFIpQdtvmVw==", - "dev": true, - "dependencies": { - "lru-cache": "^6.0.0" - }, - "bin": { - "semver": "bin/semver.js" - }, - "engines": { - "node": ">=10" - } - }, - "node_modules/@nrwl/workspace/node_modules/strip-bom": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-3.0.0.tgz", - "integrity": "sha512-vavAMRXOgBVNF6nyEEmL3DBK19iRpDcoIwW+swQ+CbGiu7lju6t+JklA1MHweoWtadgt4ISVUsXLyDq34ddcwA==", - "dev": true, - "engines": { - "node": ">=4" - } - }, "node_modules/@nrwl/workspace/node_modules/supports-color": { "version": "7.2.0", "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", @@ -10373,28 +8476,1427 @@ "node": ">=8" } }, - "node_modules/@nrwl/workspace/node_modules/tsconfig-paths": { - "version": "3.14.2", - "resolved": "https://registry.npmjs.org/tsconfig-paths/-/tsconfig-paths-3.14.2.tgz", - "integrity": "sha512-o/9iXgCYc5L/JxCHPe3Hvh8Q/2xm5Z+p18PESBU6Ff33695QnCHBEjcytY2q19ua7Mbl/DavtBOLq+oG0RCL+g==", + "node_modules/@nx/eslint-plugin": { + "version": "17.1.1", + "resolved": "https://registry.npmjs.org/@nx/eslint-plugin/-/eslint-plugin-17.1.1.tgz", + "integrity": "sha512-PxW6i/o1N8vZrspUIpC1TPVrj/rzvGxrCkDy4EbNOJDIb9BLaxQKuNcoJ3PUzBn3nW8ks2ua6RfhWVbz2lFwVw==", "dev": true, "dependencies": { - "@types/json5": "^0.0.29", - "json5": "^1.0.2", - "minimist": "^1.2.6", - "strip-bom": "^3.0.0" + "@nrwl/eslint-plugin-nx": "17.1.1", + "@nx/devkit": "17.1.1", + "@nx/js": "17.1.1", + "@typescript-eslint/type-utils": "^6.9.1", + "@typescript-eslint/utils": "^6.9.1", + "chalk": "^4.1.0", + "confusing-browser-globals": "^1.0.9", + "jsonc-eslint-parser": "^2.1.0", + "semver": "7.5.3", + "tslib": "^2.3.0" + }, + "peerDependencies": { + "@typescript-eslint/parser": "^6.9.1", + "eslint-config-prettier": "^9.0.0" + }, + "peerDependenciesMeta": { + "eslint-config-prettier": { + "optional": true + } } }, - "node_modules/@nrwl/workspace/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/@nx/eslint-plugin/node_modules/@nrwl/devkit": { + "version": "17.1.1", + "resolved": "https://registry.npmjs.org/@nrwl/devkit/-/devkit-17.1.1.tgz", + "integrity": "sha512-zLq/Sje4XqcZdrL7SYqylFD3Wo9KoiZtj+4CFSphME67TshN8qqEYVa6ePHFdM/CHIEuKHeWK4CHbebyPGvtyg==", + "dev": true, + "dependencies": { + "@nx/devkit": "17.1.1" + } + }, + "node_modules/@nx/eslint-plugin/node_modules/@nrwl/tao": { + "version": "17.1.1", + "resolved": "https://registry.npmjs.org/@nrwl/tao/-/tao-17.1.1.tgz", + "integrity": "sha512-d0hNAK5pdJLTkSJYFPZZfbwu0S6OZ/1DM0ieATujGlIQeR8zC8jctpIxZDgCZX5Nbw1OOqZkPaIQJQl9gW05sg==", + "dev": true, + "peer": true, + "dependencies": { + "nx": "17.1.1", + "tslib": "^2.3.0" + }, + "bin": { + "tao": "index.js" + } + }, + "node_modules/@nx/eslint-plugin/node_modules/@nx/devkit": { + "version": "17.1.1", + "resolved": "https://registry.npmjs.org/@nx/devkit/-/devkit-17.1.1.tgz", + "integrity": "sha512-fOIaVRu51eG4AvnysWW0vTH9ZhjXlt/xm1uinfjfa8n+F2yVmCfT8erZaW4XsiodfJcCfs3ICwkcVCtF9aCeAQ==", + "dev": true, + "dependencies": { + "@nrwl/devkit": "17.1.1", + "ejs": "^3.1.7", + "enquirer": "~2.3.6", + "ignore": "^5.0.4", + "semver": "7.5.3", + "tmp": "~0.2.1", + "tslib": "^2.3.0" + }, + "peerDependencies": { + "nx": ">= 16 <= 18" + } + }, + "node_modules/@nx/eslint-plugin/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==", + "dev": true, + "dependencies": { + "color-convert": "^2.0.1" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/chalk/ansi-styles?sponsor=1" + } + }, + "node_modules/@nx/eslint-plugin/node_modules/axios": { + "version": "1.6.1", + "resolved": "https://registry.npmjs.org/axios/-/axios-1.6.1.tgz", + "integrity": "sha512-vfBmhDpKafglh0EldBEbVuoe7DyAavGSLWhuSm5ZSEKQnHhBf0xAAwybbNH1IkrJNGnS/VG4I5yxig1pCEXE4g==", + "dev": true, + "peer": true, + "dependencies": { + "follow-redirects": "^1.15.0", + "form-data": "^4.0.0", + "proxy-from-env": "^1.1.0" + } + }, + "node_modules/@nx/eslint-plugin/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" + } + }, + "node_modules/@nx/eslint-plugin/node_modules/cliui": { + "version": "8.0.1", + "resolved": "https://registry.npmjs.org/cliui/-/cliui-8.0.1.tgz", + "integrity": "sha512-BSeNnyus75C4//NQ9gQt1/csTXyo/8Sb+afLAkzAptFuMsod9HFokGNudZpi/oQV73hnVK+sR+5PVRMd+Dr7YQ==", + "dev": true, + "peer": true, + "dependencies": { + "string-width": "^4.2.0", + "strip-ansi": "^6.0.1", + "wrap-ansi": "^7.0.0" + }, + "engines": { + "node": ">=12" + } + }, + "node_modules/@nx/eslint-plugin/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==", + "dev": true, + "dependencies": { + "color-name": "~1.1.4" + }, + "engines": { + "node": ">=7.0.0" + } + }, + "node_modules/@nx/eslint-plugin/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==", "dev": true }, + "node_modules/@nx/eslint-plugin/node_modules/dotenv": { + "version": "16.3.1", + "resolved": "https://registry.npmjs.org/dotenv/-/dotenv-16.3.1.tgz", + "integrity": "sha512-IPzF4w4/Rd94bA9imS68tZBaYyBWSCE47V1RGuMrB94iyTOIEwRmVL2x/4An+6mETpLrKJ5hQkB8W4kFAadeIQ==", + "dev": true, + "peer": true, + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/motdotla/dotenv?sponsor=1" + } + }, + "node_modules/@nx/eslint-plugin/node_modules/dotenv-expand": { + "version": "10.0.0", + "resolved": "https://registry.npmjs.org/dotenv-expand/-/dotenv-expand-10.0.0.tgz", + "integrity": "sha512-GopVGCpVS1UKH75VKHGuQFqS1Gusej0z4FyQkPdwjil2gNIv+LNsqBlboOzpJFZKVT95GkCyWJbBSdFEFUWI2A==", + "dev": true, + "peer": true, + "engines": { + "node": ">=12" + } + }, + "node_modules/@nx/eslint-plugin/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, + "dependencies": { + "ansi-colors": "^4.1.1" + }, + "engines": { + "node": ">=8.6" + } + }, + "node_modules/@nx/eslint-plugin/node_modules/glob": { + "version": "7.1.4", + "resolved": "https://registry.npmjs.org/glob/-/glob-7.1.4.tgz", + "integrity": "sha512-hkLPepehmnKk41pUGm3sYxoFs/umurYfYJCerbXEyFIWcAzvpipAgVkBqqT9RBKMGjnq6kMuyYwha6csxbiM1A==", + "dev": true, + "peer": true, + "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": "*" + } + }, + "node_modules/@nx/eslint-plugin/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==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/@nx/eslint-plugin/node_modules/nx": { + "version": "17.1.1", + "resolved": "https://registry.npmjs.org/nx/-/nx-17.1.1.tgz", + "integrity": "sha512-anOPutP3N5sI+yT1+UV24XuFkBFnQAERysSGcMu7ZofyIThzKxT26QtHI3U/Oqqtuug0cNxold2UhTvEhSXBwA==", + "dev": true, + "hasInstallScript": true, + "peer": true, + "dependencies": { + "@nrwl/tao": "17.1.1", + "@yarnpkg/lockfile": "^1.1.0", + "@yarnpkg/parsers": "3.0.0-rc.46", + "@zkochan/js-yaml": "0.0.6", + "axios": "^1.5.1", + "chalk": "^4.1.0", + "cli-cursor": "3.1.0", + "cli-spinners": "2.6.1", + "cliui": "^8.0.1", + "dotenv": "~16.3.1", + "dotenv-expand": "~10.0.0", + "enquirer": "~2.3.6", + "figures": "3.2.0", + "flat": "^5.0.2", + "fs-extra": "^11.1.0", + "glob": "7.1.4", + "ignore": "^5.0.4", + "jest-diff": "^29.4.1", + "js-yaml": "4.1.0", + "jsonc-parser": "3.2.0", + "lines-and-columns": "~2.0.3", + "minimatch": "3.0.5", + "node-machine-id": "1.1.12", + "npm-run-path": "^4.0.1", + "open": "^8.4.0", + "semver": "7.5.3", + "string-width": "^4.2.3", + "strong-log-transformer": "^2.1.0", + "tar-stream": "~2.2.0", + "tmp": "~0.2.1", + "tsconfig-paths": "^4.1.2", + "tslib": "^2.3.0", + "v8-compile-cache": "2.3.0", + "yargs": "^17.6.2", + "yargs-parser": "21.1.1" + }, + "bin": { + "nx": "bin/nx.js", + "nx-cloud": "bin/nx-cloud.js" + }, + "optionalDependencies": { + "@nx/nx-darwin-arm64": "17.1.1", + "@nx/nx-darwin-x64": "17.1.1", + "@nx/nx-freebsd-x64": "17.1.1", + "@nx/nx-linux-arm-gnueabihf": "17.1.1", + "@nx/nx-linux-arm64-gnu": "17.1.1", + "@nx/nx-linux-arm64-musl": "17.1.1", + "@nx/nx-linux-x64-gnu": "17.1.1", + "@nx/nx-linux-x64-musl": "17.1.1", + "@nx/nx-win32-arm64-msvc": "17.1.1", + "@nx/nx-win32-x64-msvc": "17.1.1" + }, + "peerDependencies": { + "@swc-node/register": "^1.6.7", + "@swc/core": "^1.3.85" + }, + "peerDependenciesMeta": { + "@swc-node/register": { + "optional": true + }, + "@swc/core": { + "optional": true + } + } + }, + "node_modules/@nx/eslint-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": { + "has-flag": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/@nx/js": { + "version": "17.1.1", + "resolved": "https://registry.npmjs.org/@nx/js/-/js-17.1.1.tgz", + "integrity": "sha512-49o03MUNteDHUJeMZ3+GX2eywVNydODi1jQhxe9Xq9QY0l8UaiXaZzIntBVSFDj93mVv6dp6Dc4JuNxNf7rk3A==", + "dev": true, + "dependencies": { + "@babel/core": "^7.22.9", + "@babel/plugin-proposal-decorators": "^7.22.7", + "@babel/plugin-transform-class-properties": "^7.22.5", + "@babel/plugin-transform-runtime": "^7.22.9", + "@babel/preset-env": "^7.22.9", + "@babel/preset-typescript": "^7.22.5", + "@babel/runtime": "^7.22.6", + "@nrwl/js": "17.1.1", + "@nx/devkit": "17.1.1", + "@nx/workspace": "17.1.1", + "@phenomnomnominal/tsquery": "~5.0.1", + "babel-plugin-const-enum": "^1.0.1", + "babel-plugin-macros": "^2.8.0", + "babel-plugin-transform-typescript-metadata": "^0.3.1", + "chalk": "^4.1.0", + "columnify": "^1.6.0", + "detect-port": "^1.5.1", + "fast-glob": "3.2.7", + "fs-extra": "^11.1.0", + "ignore": "^5.0.4", + "js-tokens": "^4.0.0", + "minimatch": "3.0.5", + "npm-package-arg": "11.0.1", + "npm-run-path": "^4.0.1", + "ora": "5.3.0", + "semver": "7.5.3", + "source-map-support": "0.5.19", + "ts-node": "10.9.1", + "tsconfig-paths": "^4.1.2", + "tslib": "^2.3.0" + }, + "peerDependencies": { + "verdaccio": "^5.0.4" + }, + "peerDependenciesMeta": { + "verdaccio": { + "optional": true + } + } + }, + "node_modules/@nx/js/node_modules/@babel/helper-define-polyfill-provider": { + "version": "0.4.3", + "resolved": "https://registry.npmjs.org/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.4.3.tgz", + "integrity": "sha512-WBrLmuPP47n7PNwsZ57pqam6G/RGo1vw/87b0Blc53tZNGZ4x7YvZ6HgQe2vo1W/FR20OgjeZuGXzudPiXHFug==", + "dev": true, + "dependencies": { + "@babel/helper-compilation-targets": "^7.22.6", + "@babel/helper-plugin-utils": "^7.22.5", + "debug": "^4.1.1", + "lodash.debounce": "^4.0.8", + "resolve": "^1.14.2" + }, + "peerDependencies": { + "@babel/core": "^7.4.0 || ^8.0.0-0 <8.0.0" + } + }, + "node_modules/@nx/js/node_modules/@babel/plugin-proposal-private-property-in-object": { + "version": "7.21.0-placeholder-for-preset-env.2", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-private-property-in-object/-/plugin-proposal-private-property-in-object-7.21.0-placeholder-for-preset-env.2.tgz", + "integrity": "sha512-SOSkfJDddaM7mak6cPEpswyTRnuRltl429hMraQEglW+OkovnCzsiszTmsrlY//qLFjCpQDFRvjdm2wA5pPm9w==", + "dev": true, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@nx/js/node_modules/@babel/plugin-transform-async-to-generator": { + "version": "7.23.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.23.3.tgz", + "integrity": "sha512-A7LFsKi4U4fomjqXJlZg/u0ft/n8/7n7lpffUP/ZULx/DtV9SGlNKZolHH6PE8Xl1ngCc0M11OaeZptXVkfKSw==", + "dev": true, + "dependencies": { + "@babel/helper-module-imports": "^7.22.15", + "@babel/helper-plugin-utils": "^7.22.5", + "@babel/helper-remap-async-to-generator": "^7.22.20" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@nx/js/node_modules/@babel/plugin-transform-runtime": { + "version": "7.23.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.23.3.tgz", + "integrity": "sha512-XcQ3X58CKBdBnnZpPaQjgVMePsXtSZzHoku70q9tUAQp02ggPQNM04BF3RvlW1GSM/McbSOQAzEK4MXbS7/JFg==", + "dev": true, + "dependencies": { + "@babel/helper-module-imports": "^7.22.15", + "@babel/helper-plugin-utils": "^7.22.5", + "babel-plugin-polyfill-corejs2": "^0.4.6", + "babel-plugin-polyfill-corejs3": "^0.8.5", + "babel-plugin-polyfill-regenerator": "^0.5.3", + "semver": "^6.3.1" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@nx/js/node_modules/@babel/plugin-transform-runtime/node_modules/semver": { + "version": "6.3.1", + "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz", + "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==", + "dev": true, + "bin": { + "semver": "bin/semver.js" + } + }, + "node_modules/@nx/js/node_modules/@babel/preset-env": { + "version": "7.23.3", + "resolved": "https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.23.3.tgz", + "integrity": "sha512-ovzGc2uuyNfNAs/jyjIGxS8arOHS5FENZaNn4rtE7UdKMMkqHCvboHfcuhWLZNX5cB44QfcGNWjaevxMzzMf+Q==", + "dev": true, + "dependencies": { + "@babel/compat-data": "^7.23.3", + "@babel/helper-compilation-targets": "^7.22.15", + "@babel/helper-plugin-utils": "^7.22.5", + "@babel/helper-validator-option": "^7.22.15", + "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": "^7.23.3", + "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": "^7.23.3", + "@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly": "^7.23.3", + "@babel/plugin-proposal-private-property-in-object": "7.21.0-placeholder-for-preset-env.2", + "@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.23.3", + "@babel/plugin-syntax-import-attributes": "^7.23.3", + "@babel/plugin-syntax-import-meta": "^7.10.4", + "@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-syntax-unicode-sets-regex": "^7.18.6", + "@babel/plugin-transform-arrow-functions": "^7.23.3", + "@babel/plugin-transform-async-generator-functions": "^7.23.3", + "@babel/plugin-transform-async-to-generator": "^7.23.3", + "@babel/plugin-transform-block-scoped-functions": "^7.23.3", + "@babel/plugin-transform-block-scoping": "^7.23.3", + "@babel/plugin-transform-class-properties": "^7.23.3", + "@babel/plugin-transform-class-static-block": "^7.23.3", + "@babel/plugin-transform-classes": "^7.23.3", + "@babel/plugin-transform-computed-properties": "^7.23.3", + "@babel/plugin-transform-destructuring": "^7.23.3", + "@babel/plugin-transform-dotall-regex": "^7.23.3", + "@babel/plugin-transform-duplicate-keys": "^7.23.3", + "@babel/plugin-transform-dynamic-import": "^7.23.3", + "@babel/plugin-transform-exponentiation-operator": "^7.23.3", + "@babel/plugin-transform-export-namespace-from": "^7.23.3", + "@babel/plugin-transform-for-of": "^7.23.3", + "@babel/plugin-transform-function-name": "^7.23.3", + "@babel/plugin-transform-json-strings": "^7.23.3", + "@babel/plugin-transform-literals": "^7.23.3", + "@babel/plugin-transform-logical-assignment-operators": "^7.23.3", + "@babel/plugin-transform-member-expression-literals": "^7.23.3", + "@babel/plugin-transform-modules-amd": "^7.23.3", + "@babel/plugin-transform-modules-commonjs": "^7.23.3", + "@babel/plugin-transform-modules-systemjs": "^7.23.3", + "@babel/plugin-transform-modules-umd": "^7.23.3", + "@babel/plugin-transform-named-capturing-groups-regex": "^7.22.5", + "@babel/plugin-transform-new-target": "^7.23.3", + "@babel/plugin-transform-nullish-coalescing-operator": "^7.23.3", + "@babel/plugin-transform-numeric-separator": "^7.23.3", + "@babel/plugin-transform-object-rest-spread": "^7.23.3", + "@babel/plugin-transform-object-super": "^7.23.3", + "@babel/plugin-transform-optional-catch-binding": "^7.23.3", + "@babel/plugin-transform-optional-chaining": "^7.23.3", + "@babel/plugin-transform-parameters": "^7.23.3", + "@babel/plugin-transform-private-methods": "^7.23.3", + "@babel/plugin-transform-private-property-in-object": "^7.23.3", + "@babel/plugin-transform-property-literals": "^7.23.3", + "@babel/plugin-transform-regenerator": "^7.23.3", + "@babel/plugin-transform-reserved-words": "^7.23.3", + "@babel/plugin-transform-shorthand-properties": "^7.23.3", + "@babel/plugin-transform-spread": "^7.23.3", + "@babel/plugin-transform-sticky-regex": "^7.23.3", + "@babel/plugin-transform-template-literals": "^7.23.3", + "@babel/plugin-transform-typeof-symbol": "^7.23.3", + "@babel/plugin-transform-unicode-escapes": "^7.23.3", + "@babel/plugin-transform-unicode-property-regex": "^7.23.3", + "@babel/plugin-transform-unicode-regex": "^7.23.3", + "@babel/plugin-transform-unicode-sets-regex": "^7.23.3", + "@babel/preset-modules": "0.1.6-no-external-plugins", + "babel-plugin-polyfill-corejs2": "^0.4.6", + "babel-plugin-polyfill-corejs3": "^0.8.5", + "babel-plugin-polyfill-regenerator": "^0.5.3", + "core-js-compat": "^3.31.0", + "semver": "^6.3.1" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@nx/js/node_modules/@babel/preset-env/node_modules/semver": { + "version": "6.3.1", + "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz", + "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==", + "dev": true, + "bin": { + "semver": "bin/semver.js" + } + }, + "node_modules/@nx/js/node_modules/@babel/preset-modules": { + "version": "0.1.6-no-external-plugins", + "resolved": "https://registry.npmjs.org/@babel/preset-modules/-/preset-modules-0.1.6-no-external-plugins.tgz", + "integrity": "sha512-HrcgcIESLm9aIR842yhJ5RWan/gebQUJ6E/E5+rf0y9o6oj7w0Br+sWuL6kEQ/o/AdfvR1Je9jG18/gnpwjEyA==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.0.0", + "@babel/types": "^7.4.4", + "esutils": "^2.0.2" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0 || ^8.0.0-0 <8.0.0" + } + }, + "node_modules/@nx/js/node_modules/@babel/runtime": { + "version": "7.23.2", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.23.2.tgz", + "integrity": "sha512-mM8eg4yl5D6i3lu2QKPuPH4FArvJ8KhTofbE7jwMUv9KX5mBvwPAqnV3MlyBNqdp9RyRKP6Yck8TrfYrPvX3bg==", + "dev": true, + "dependencies": { + "regenerator-runtime": "^0.14.0" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@nx/js/node_modules/@nrwl/devkit": { + "version": "17.1.1", + "resolved": "https://registry.npmjs.org/@nrwl/devkit/-/devkit-17.1.1.tgz", + "integrity": "sha512-zLq/Sje4XqcZdrL7SYqylFD3Wo9KoiZtj+4CFSphME67TshN8qqEYVa6ePHFdM/CHIEuKHeWK4CHbebyPGvtyg==", + "dev": true, + "dependencies": { + "@nx/devkit": "17.1.1" + } + }, + "node_modules/@nx/js/node_modules/@nrwl/js": { + "version": "17.1.1", + "resolved": "https://registry.npmjs.org/@nrwl/js/-/js-17.1.1.tgz", + "integrity": "sha512-1w8M9am/OXFLhRFLi5jzwDm2RfIRtFeI4Oinuuam2sTjJ46BplRzRmszYnX25J0a1OHH1P/hgVKq4iHcKOo8nQ==", + "dev": true, + "dependencies": { + "@nx/js": "17.1.1" + } + }, + "node_modules/@nx/js/node_modules/@nrwl/tao": { + "version": "17.1.1", + "resolved": "https://registry.npmjs.org/@nrwl/tao/-/tao-17.1.1.tgz", + "integrity": "sha512-d0hNAK5pdJLTkSJYFPZZfbwu0S6OZ/1DM0ieATujGlIQeR8zC8jctpIxZDgCZX5Nbw1OOqZkPaIQJQl9gW05sg==", + "dev": true, + "peer": true, + "dependencies": { + "nx": "17.1.1", + "tslib": "^2.3.0" + }, + "bin": { + "tao": "index.js" + } + }, + "node_modules/@nx/js/node_modules/@nx/devkit": { + "version": "17.1.1", + "resolved": "https://registry.npmjs.org/@nx/devkit/-/devkit-17.1.1.tgz", + "integrity": "sha512-fOIaVRu51eG4AvnysWW0vTH9ZhjXlt/xm1uinfjfa8n+F2yVmCfT8erZaW4XsiodfJcCfs3ICwkcVCtF9aCeAQ==", + "dev": true, + "dependencies": { + "@nrwl/devkit": "17.1.1", + "ejs": "^3.1.7", + "enquirer": "~2.3.6", + "ignore": "^5.0.4", + "semver": "7.5.3", + "tmp": "~0.2.1", + "tslib": "^2.3.0" + }, + "peerDependencies": { + "nx": ">= 16 <= 18" + } + }, + "node_modules/@nx/js/node_modules/@phenomnomnominal/tsquery": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/@phenomnomnominal/tsquery/-/tsquery-5.0.1.tgz", + "integrity": "sha512-3nVv+e2FQwsW8Aw6qTU6f+1rfcJ3hrcnvH/mu9i8YhxO+9sqbOfpL8m6PbET5+xKOlz/VSbp0RoYWYCtIsnmuA==", + "dev": true, + "dependencies": { + "esquery": "^1.4.0" + }, + "peerDependencies": { + "typescript": "^3 || ^4 || ^5" + } + }, + "node_modules/@nx/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==", + "dev": true, + "dependencies": { + "color-convert": "^2.0.1" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/chalk/ansi-styles?sponsor=1" + } + }, + "node_modules/@nx/js/node_modules/axios": { + "version": "1.6.1", + "resolved": "https://registry.npmjs.org/axios/-/axios-1.6.1.tgz", + "integrity": "sha512-vfBmhDpKafglh0EldBEbVuoe7DyAavGSLWhuSm5ZSEKQnHhBf0xAAwybbNH1IkrJNGnS/VG4I5yxig1pCEXE4g==", + "dev": true, + "peer": true, + "dependencies": { + "follow-redirects": "^1.15.0", + "form-data": "^4.0.0", + "proxy-from-env": "^1.1.0" + } + }, + "node_modules/@nx/js/node_modules/babel-plugin-polyfill-corejs2": { + "version": "0.4.6", + "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.4.6.tgz", + "integrity": "sha512-jhHiWVZIlnPbEUKSSNb9YoWcQGdlTLq7z1GHL4AjFxaoOUMuuEVJ+Y4pAaQUGOGk93YsVCKPbqbfw3m0SM6H8Q==", + "dev": true, + "dependencies": { + "@babel/compat-data": "^7.22.6", + "@babel/helper-define-polyfill-provider": "^0.4.3", + "semver": "^6.3.1" + }, + "peerDependencies": { + "@babel/core": "^7.4.0 || ^8.0.0-0 <8.0.0" + } + }, + "node_modules/@nx/js/node_modules/babel-plugin-polyfill-corejs2/node_modules/semver": { + "version": "6.3.1", + "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz", + "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==", + "dev": true, + "bin": { + "semver": "bin/semver.js" + } + }, + "node_modules/@nx/js/node_modules/babel-plugin-polyfill-corejs3": { + "version": "0.8.6", + "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.8.6.tgz", + "integrity": "sha512-leDIc4l4tUgU7str5BWLS2h8q2N4Nf6lGZP6UrNDxdtfF2g69eJ5L0H7S8A5Ln/arfFAfHor5InAdZuIOwZdgQ==", + "dev": true, + "dependencies": { + "@babel/helper-define-polyfill-provider": "^0.4.3", + "core-js-compat": "^3.33.1" + }, + "peerDependencies": { + "@babel/core": "^7.4.0 || ^8.0.0-0 <8.0.0" + } + }, + "node_modules/@nx/js/node_modules/babel-plugin-polyfill-regenerator": { + "version": "0.5.3", + "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-regenerator/-/babel-plugin-polyfill-regenerator-0.5.3.tgz", + "integrity": "sha512-8sHeDOmXC8csczMrYEOf0UTNa4yE2SxV5JGeT/LP1n0OYVDUUFPxG9vdk2AlDlIit4t+Kf0xCtpgXPBwnn/9pw==", + "dev": true, + "dependencies": { + "@babel/helper-define-polyfill-provider": "^0.4.3" + }, + "peerDependencies": { + "@babel/core": "^7.4.0 || ^8.0.0-0 <8.0.0" + } + }, + "node_modules/@nx/js/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" + } + }, + "node_modules/@nx/js/node_modules/cliui": { + "version": "8.0.1", + "resolved": "https://registry.npmjs.org/cliui/-/cliui-8.0.1.tgz", + "integrity": "sha512-BSeNnyus75C4//NQ9gQt1/csTXyo/8Sb+afLAkzAptFuMsod9HFokGNudZpi/oQV73hnVK+sR+5PVRMd+Dr7YQ==", + "dev": true, + "peer": true, + "dependencies": { + "string-width": "^4.2.0", + "strip-ansi": "^6.0.1", + "wrap-ansi": "^7.0.0" + }, + "engines": { + "node": ">=12" + } + }, + "node_modules/@nx/js/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==", + "dev": true, + "dependencies": { + "color-name": "~1.1.4" + }, + "engines": { + "node": ">=7.0.0" + } + }, + "node_modules/@nx/js/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==", + "dev": true + }, + "node_modules/@nx/js/node_modules/dotenv": { + "version": "16.3.1", + "resolved": "https://registry.npmjs.org/dotenv/-/dotenv-16.3.1.tgz", + "integrity": "sha512-IPzF4w4/Rd94bA9imS68tZBaYyBWSCE47V1RGuMrB94iyTOIEwRmVL2x/4An+6mETpLrKJ5hQkB8W4kFAadeIQ==", + "dev": true, + "peer": true, + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/motdotla/dotenv?sponsor=1" + } + }, + "node_modules/@nx/js/node_modules/dotenv-expand": { + "version": "10.0.0", + "resolved": "https://registry.npmjs.org/dotenv-expand/-/dotenv-expand-10.0.0.tgz", + "integrity": "sha512-GopVGCpVS1UKH75VKHGuQFqS1Gusej0z4FyQkPdwjil2gNIv+LNsqBlboOzpJFZKVT95GkCyWJbBSdFEFUWI2A==", + "dev": true, + "peer": true, + "engines": { + "node": ">=12" + } + }, + "node_modules/@nx/js/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, + "dependencies": { + "ansi-colors": "^4.1.1" + }, + "engines": { + "node": ">=8.6" + } + }, + "node_modules/@nx/js/node_modules/glob": { + "version": "7.1.4", + "resolved": "https://registry.npmjs.org/glob/-/glob-7.1.4.tgz", + "integrity": "sha512-hkLPepehmnKk41pUGm3sYxoFs/umurYfYJCerbXEyFIWcAzvpipAgVkBqqT9RBKMGjnq6kMuyYwha6csxbiM1A==", + "dev": true, + "peer": true, + "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": "*" + } + }, + "node_modules/@nx/js/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==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/@nx/js/node_modules/hosted-git-info": { + "version": "7.0.1", + "resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-7.0.1.tgz", + "integrity": "sha512-+K84LB1DYwMHoHSgaOY/Jfhw3ucPmSET5v98Ke/HdNSw4a0UktWzyW1mjhjpuxxTqOOsfWT/7iVshHmVZ4IpOA==", + "dev": true, + "dependencies": { + "lru-cache": "^10.0.1" + }, + "engines": { + "node": "^16.14.0 || >=18.0.0" + } + }, + "node_modules/@nx/js/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/sponsors/sindresorhus" + } + }, + "node_modules/@nx/js/node_modules/lru-cache": { + "version": "10.0.2", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.0.2.tgz", + "integrity": "sha512-Yj9mA8fPiVgOUpByoTZO5pNrcl5Yk37FcSHsUINpAsaBIEZIuqcCclDZJCVxqQShDsmYX8QG63svJiTbOATZwg==", + "dev": true, + "dependencies": { + "semver": "^7.3.5" + }, + "engines": { + "node": "14 || >=16.14" + } + }, + "node_modules/@nx/js/node_modules/npm-package-arg": { + "version": "11.0.1", + "resolved": "https://registry.npmjs.org/npm-package-arg/-/npm-package-arg-11.0.1.tgz", + "integrity": "sha512-M7s1BD4NxdAvBKUPqqRW957Xwcl/4Zvo8Aj+ANrzvIPzGJZElrH7Z//rSaec2ORcND6FHHLnZeY8qgTpXDMFQQ==", + "dev": true, + "dependencies": { + "hosted-git-info": "^7.0.0", + "proc-log": "^3.0.0", + "semver": "^7.3.5", + "validate-npm-package-name": "^5.0.0" + }, + "engines": { + "node": "^16.14.0 || >=18.0.0" + } + }, + "node_modules/@nx/js/node_modules/nx": { + "version": "17.1.1", + "resolved": "https://registry.npmjs.org/nx/-/nx-17.1.1.tgz", + "integrity": "sha512-anOPutP3N5sI+yT1+UV24XuFkBFnQAERysSGcMu7ZofyIThzKxT26QtHI3U/Oqqtuug0cNxold2UhTvEhSXBwA==", + "dev": true, + "hasInstallScript": true, + "peer": true, + "dependencies": { + "@nrwl/tao": "17.1.1", + "@yarnpkg/lockfile": "^1.1.0", + "@yarnpkg/parsers": "3.0.0-rc.46", + "@zkochan/js-yaml": "0.0.6", + "axios": "^1.5.1", + "chalk": "^4.1.0", + "cli-cursor": "3.1.0", + "cli-spinners": "2.6.1", + "cliui": "^8.0.1", + "dotenv": "~16.3.1", + "dotenv-expand": "~10.0.0", + "enquirer": "~2.3.6", + "figures": "3.2.0", + "flat": "^5.0.2", + "fs-extra": "^11.1.0", + "glob": "7.1.4", + "ignore": "^5.0.4", + "jest-diff": "^29.4.1", + "js-yaml": "4.1.0", + "jsonc-parser": "3.2.0", + "lines-and-columns": "~2.0.3", + "minimatch": "3.0.5", + "node-machine-id": "1.1.12", + "npm-run-path": "^4.0.1", + "open": "^8.4.0", + "semver": "7.5.3", + "string-width": "^4.2.3", + "strong-log-transformer": "^2.1.0", + "tar-stream": "~2.2.0", + "tmp": "~0.2.1", + "tsconfig-paths": "^4.1.2", + "tslib": "^2.3.0", + "v8-compile-cache": "2.3.0", + "yargs": "^17.6.2", + "yargs-parser": "21.1.1" + }, + "bin": { + "nx": "bin/nx.js", + "nx-cloud": "bin/nx-cloud.js" + }, + "optionalDependencies": { + "@nx/nx-darwin-arm64": "17.1.1", + "@nx/nx-darwin-x64": "17.1.1", + "@nx/nx-freebsd-x64": "17.1.1", + "@nx/nx-linux-arm-gnueabihf": "17.1.1", + "@nx/nx-linux-arm64-gnu": "17.1.1", + "@nx/nx-linux-arm64-musl": "17.1.1", + "@nx/nx-linux-x64-gnu": "17.1.1", + "@nx/nx-linux-x64-musl": "17.1.1", + "@nx/nx-win32-arm64-msvc": "17.1.1", + "@nx/nx-win32-x64-msvc": "17.1.1" + }, + "peerDependencies": { + "@swc-node/register": "^1.6.7", + "@swc/core": "^1.3.85" + }, + "peerDependenciesMeta": { + "@swc-node/register": { + "optional": true + }, + "@swc/core": { + "optional": true + } + } + }, + "node_modules/@nx/js/node_modules/ora": { + "version": "5.3.0", + "resolved": "https://registry.npmjs.org/ora/-/ora-5.3.0.tgz", + "integrity": "sha512-zAKMgGXUim0Jyd6CXK9lraBnD3H5yPGBPPOkC23a2BG6hsm4Zu6OQSjQuEtV0BHDf4aKHcUFvJiGRrFuW3MG8g==", + "dev": true, + "dependencies": { + "bl": "^4.0.3", + "chalk": "^4.1.0", + "cli-cursor": "^3.1.0", + "cli-spinners": "^2.5.0", + "is-interactive": "^1.0.0", + "log-symbols": "^4.0.0", + "strip-ansi": "^6.0.0", + "wcwidth": "^1.0.1" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/@nx/js/node_modules/regenerator-runtime": { + "version": "0.14.0", + "resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.14.0.tgz", + "integrity": "sha512-srw17NI0TUWHuGa5CFGGmhfNIeja30WMBfbslPNhf6JrqQlLN5gcrvig1oqPxiVaXb0oW0XRKtH6Nngs5lKCIA==", + "dev": true + }, + "node_modules/@nx/js/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/@nx/js/node_modules/source-map-support": { + "version": "0.5.19", + "resolved": "https://registry.npmjs.org/source-map-support/-/source-map-support-0.5.19.tgz", + "integrity": "sha512-Wonm7zOCIJzBGQdB+thsPar0kYuCIzYvxZwlBa87yi/Mdjv7Tip2cyVbLj5o0cFPN4EVkuTwb3GDDyUx2DGnGw==", + "dev": true, + "dependencies": { + "buffer-from": "^1.0.0", + "source-map": "^0.6.0" + } + }, + "node_modules/@nx/js/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" + } + }, + "node_modules/@nx/nx-darwin-arm64": { + "version": "17.1.1", + "resolved": "https://registry.npmjs.org/@nx/nx-darwin-arm64/-/nx-darwin-arm64-17.1.1.tgz", + "integrity": "sha512-HWrXte+e5XfXkv0SuaoLOu3Ct0rq9UoEb1/+X/1xuIljs5serFiwW7aQ0sxhVgWQBLSucYmecbjyjTBxBEJLSA==", + "cpu": [ + "arm64" + ], + "dev": true, + "optional": true, + "os": [ + "darwin" + ], + "engines": { + "node": ">= 10" + } + }, + "node_modules/@nx/nx-darwin-x64": { + "version": "17.1.1", + "resolved": "https://registry.npmjs.org/@nx/nx-darwin-x64/-/nx-darwin-x64-17.1.1.tgz", + "integrity": "sha512-AiOBWB2ulEFDUoGqkIy0egyc7exhD8Veig59l4Q6JiKverLgZpYVMLKG7hhRaYuwvsoUraWGRoteNRbAMHQacA==", + "cpu": [ + "x64" + ], + "dev": true, + "optional": true, + "os": [ + "darwin" + ], + "engines": { + "node": ">= 10" + } + }, + "node_modules/@nx/nx-freebsd-x64": { + "version": "17.1.1", + "resolved": "https://registry.npmjs.org/@nx/nx-freebsd-x64/-/nx-freebsd-x64-17.1.1.tgz", + "integrity": "sha512-px5s3ZC6Sl36eSPzWuMSmhA+mqN3jUiWgzbU6wIqfLBOVhLN0C2/lBKVNMS3JJVpMPfI245/EHlDyZobdOIheA==", + "cpu": [ + "x64" + ], + "dev": true, + "optional": true, + "os": [ + "freebsd" + ], + "engines": { + "node": ">= 10" + } + }, + "node_modules/@nx/nx-linux-arm-gnueabihf": { + "version": "17.1.1", + "resolved": "https://registry.npmjs.org/@nx/nx-linux-arm-gnueabihf/-/nx-linux-arm-gnueabihf-17.1.1.tgz", + "integrity": "sha512-gDlJuCqWsu4WEjmkM5GwpeB+odXPPGQikBzVwMgBPFjqjsJkYnkrYOy2TWvBfNIYp+5jmOi0lZHAfPnCIniyww==", + "cpu": [ + "arm" + ], + "dev": true, + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">= 10" + } + }, + "node_modules/@nx/nx-linux-arm64-gnu": { + "version": "17.1.1", + "resolved": "https://registry.npmjs.org/@nx/nx-linux-arm64-gnu/-/nx-linux-arm64-gnu-17.1.1.tgz", + "integrity": "sha512-7349vYv3OnrCO5bwk5XHNCVjU0GFMh0d0xIDJjeRsCItyi3t+z0vCJ4vSzAwfAcUNzBehM7dz3ah/rJaUDD1qg==", + "cpu": [ + "arm64" + ], + "dev": true, + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">= 10" + } + }, + "node_modules/@nx/nx-linux-arm64-musl": { + "version": "17.1.1", + "resolved": "https://registry.npmjs.org/@nx/nx-linux-arm64-musl/-/nx-linux-arm64-musl-17.1.1.tgz", + "integrity": "sha512-UZ9STF2Q/2Jh9icTqSU+zoU3XZKOJBj1OV4NtdWRAh3YwXK+A2+AMI38IxGoYZYyPmDEmEDu9MFCuTzLJtjOww==", + "cpu": [ + "arm64" + ], + "dev": true, + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">= 10" + } + }, + "node_modules/@nx/nx-linux-x64-gnu": { + "version": "17.1.1", + "resolved": "https://registry.npmjs.org/@nx/nx-linux-x64-gnu/-/nx-linux-x64-gnu-17.1.1.tgz", + "integrity": "sha512-9nwZ5t3tgqIyPJaxFop3+OrEbh85mp7bGGOubamcAhxoDI49vYig04igUBMcO0LbF1o1YFdW2KDKFF53phJxJw==", + "cpu": [ + "x64" + ], + "dev": true, + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">= 10" + } + }, + "node_modules/@nx/nx-linux-x64-musl": { + "version": "17.1.1", + "resolved": "https://registry.npmjs.org/@nx/nx-linux-x64-musl/-/nx-linux-x64-musl-17.1.1.tgz", + "integrity": "sha512-2OKfB8w8u2q6JwjEHx39U3ekn+tvQkiwF7LedRQbf+2IY9IsGpZrgaRIuY9D/aDWHmHSOl3jvITP0cykgAfq7g==", + "cpu": [ + "x64" + ], + "dev": true, + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">= 10" + } + }, + "node_modules/@nx/nx-win32-arm64-msvc": { + "version": "17.1.1", + "resolved": "https://registry.npmjs.org/@nx/nx-win32-arm64-msvc/-/nx-win32-arm64-msvc-17.1.1.tgz", + "integrity": "sha512-dXBnbIxK6MHTirgKRSxJfwUX9xfnD7W9T4/C0NGkbIe3VZBiY0RIUPvEps4EJkucEva9pTkaowkz5lHBxVi4Iw==", + "cpu": [ + "arm64" + ], + "dev": true, + "optional": true, + "os": [ + "win32" + ], + "engines": { + "node": ">= 10" + } + }, + "node_modules/@nx/nx-win32-x64-msvc": { + "version": "17.1.1", + "resolved": "https://registry.npmjs.org/@nx/nx-win32-x64-msvc/-/nx-win32-x64-msvc-17.1.1.tgz", + "integrity": "sha512-1j3UO/FfjzptXcTGL56oAFLnpYP6EyVYyAYT/3aayky8xqiPeL5DfRjV2kJ91VA0nIeKhAx0T25oSTvMHfZNEw==", + "cpu": [ + "x64" + ], + "dev": true, + "optional": true, + "os": [ + "win32" + ], + "engines": { + "node": ">= 10" + } + }, + "node_modules/@nx/workspace": { + "version": "17.1.1", + "resolved": "https://registry.npmjs.org/@nx/workspace/-/workspace-17.1.1.tgz", + "integrity": "sha512-feq1BpSlxRwCLXT4t9QoYw4eRaGIT2PEq1f3AT3M3GZ61TiIXUoPPmDUJoDp0+8f1t5VSWiCAi/Ci4vF8lR/6Q==", + "dev": true, + "dependencies": { + "@nrwl/workspace": "17.1.1", + "@nx/devkit": "17.1.1", + "chalk": "^4.1.0", + "enquirer": "~2.3.6", + "nx": "17.1.1", + "tslib": "^2.3.0", + "yargs-parser": "21.1.1" + } + }, + "node_modules/@nx/workspace/node_modules/@nrwl/devkit": { + "version": "17.1.1", + "resolved": "https://registry.npmjs.org/@nrwl/devkit/-/devkit-17.1.1.tgz", + "integrity": "sha512-zLq/Sje4XqcZdrL7SYqylFD3Wo9KoiZtj+4CFSphME67TshN8qqEYVa6ePHFdM/CHIEuKHeWK4CHbebyPGvtyg==", + "dev": true, + "dependencies": { + "@nx/devkit": "17.1.1" + } + }, + "node_modules/@nx/workspace/node_modules/@nrwl/tao": { + "version": "17.1.1", + "resolved": "https://registry.npmjs.org/@nrwl/tao/-/tao-17.1.1.tgz", + "integrity": "sha512-d0hNAK5pdJLTkSJYFPZZfbwu0S6OZ/1DM0ieATujGlIQeR8zC8jctpIxZDgCZX5Nbw1OOqZkPaIQJQl9gW05sg==", + "dev": true, + "dependencies": { + "nx": "17.1.1", + "tslib": "^2.3.0" + }, + "bin": { + "tao": "index.js" + } + }, + "node_modules/@nx/workspace/node_modules/@nrwl/workspace": { + "version": "17.1.1", + "resolved": "https://registry.npmjs.org/@nrwl/workspace/-/workspace-17.1.1.tgz", + "integrity": "sha512-t8P+UmcJOU7djPmB6QYpNcmKARCJDc5wSJwhlAPAtOC1xAy/vXxOwCwiWd8Ay4HRmwifLtLszGMEO7hk7U3diA==", + "dev": true, + "dependencies": { + "@nx/workspace": "17.1.1" + } + }, + "node_modules/@nx/workspace/node_modules/@nx/devkit": { + "version": "17.1.1", + "resolved": "https://registry.npmjs.org/@nx/devkit/-/devkit-17.1.1.tgz", + "integrity": "sha512-fOIaVRu51eG4AvnysWW0vTH9ZhjXlt/xm1uinfjfa8n+F2yVmCfT8erZaW4XsiodfJcCfs3ICwkcVCtF9aCeAQ==", + "dev": true, + "dependencies": { + "@nrwl/devkit": "17.1.1", + "ejs": "^3.1.7", + "enquirer": "~2.3.6", + "ignore": "^5.0.4", + "semver": "7.5.3", + "tmp": "~0.2.1", + "tslib": "^2.3.0" + }, + "peerDependencies": { + "nx": ">= 16 <= 18" + } + }, + "node_modules/@nx/workspace/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==", + "dev": true, + "dependencies": { + "color-convert": "^2.0.1" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/chalk/ansi-styles?sponsor=1" + } + }, + "node_modules/@nx/workspace/node_modules/axios": { + "version": "1.6.1", + "resolved": "https://registry.npmjs.org/axios/-/axios-1.6.1.tgz", + "integrity": "sha512-vfBmhDpKafglh0EldBEbVuoe7DyAavGSLWhuSm5ZSEKQnHhBf0xAAwybbNH1IkrJNGnS/VG4I5yxig1pCEXE4g==", + "dev": true, + "dependencies": { + "follow-redirects": "^1.15.0", + "form-data": "^4.0.0", + "proxy-from-env": "^1.1.0" + } + }, + "node_modules/@nx/workspace/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" + } + }, + "node_modules/@nx/workspace/node_modules/cliui": { + "version": "8.0.1", + "resolved": "https://registry.npmjs.org/cliui/-/cliui-8.0.1.tgz", + "integrity": "sha512-BSeNnyus75C4//NQ9gQt1/csTXyo/8Sb+afLAkzAptFuMsod9HFokGNudZpi/oQV73hnVK+sR+5PVRMd+Dr7YQ==", + "dev": true, + "dependencies": { + "string-width": "^4.2.0", + "strip-ansi": "^6.0.1", + "wrap-ansi": "^7.0.0" + }, + "engines": { + "node": ">=12" + } + }, + "node_modules/@nx/workspace/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==", + "dev": true, + "dependencies": { + "color-name": "~1.1.4" + }, + "engines": { + "node": ">=7.0.0" + } + }, + "node_modules/@nx/workspace/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==", + "dev": true + }, + "node_modules/@nx/workspace/node_modules/dotenv": { + "version": "16.3.1", + "resolved": "https://registry.npmjs.org/dotenv/-/dotenv-16.3.1.tgz", + "integrity": "sha512-IPzF4w4/Rd94bA9imS68tZBaYyBWSCE47V1RGuMrB94iyTOIEwRmVL2x/4An+6mETpLrKJ5hQkB8W4kFAadeIQ==", + "dev": true, + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/motdotla/dotenv?sponsor=1" + } + }, + "node_modules/@nx/workspace/node_modules/dotenv-expand": { + "version": "10.0.0", + "resolved": "https://registry.npmjs.org/dotenv-expand/-/dotenv-expand-10.0.0.tgz", + "integrity": "sha512-GopVGCpVS1UKH75VKHGuQFqS1Gusej0z4FyQkPdwjil2gNIv+LNsqBlboOzpJFZKVT95GkCyWJbBSdFEFUWI2A==", + "dev": true, + "engines": { + "node": ">=12" + } + }, + "node_modules/@nx/workspace/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, + "dependencies": { + "ansi-colors": "^4.1.1" + }, + "engines": { + "node": ">=8.6" + } + }, + "node_modules/@nx/workspace/node_modules/glob": { + "version": "7.1.4", + "resolved": "https://registry.npmjs.org/glob/-/glob-7.1.4.tgz", + "integrity": "sha512-hkLPepehmnKk41pUGm3sYxoFs/umurYfYJCerbXEyFIWcAzvpipAgVkBqqT9RBKMGjnq6kMuyYwha6csxbiM1A==", + "dev": true, + "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": "*" + } + }, + "node_modules/@nx/workspace/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==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/@nx/workspace/node_modules/nx": { + "version": "17.1.1", + "resolved": "https://registry.npmjs.org/nx/-/nx-17.1.1.tgz", + "integrity": "sha512-anOPutP3N5sI+yT1+UV24XuFkBFnQAERysSGcMu7ZofyIThzKxT26QtHI3U/Oqqtuug0cNxold2UhTvEhSXBwA==", + "dev": true, + "hasInstallScript": true, + "dependencies": { + "@nrwl/tao": "17.1.1", + "@yarnpkg/lockfile": "^1.1.0", + "@yarnpkg/parsers": "3.0.0-rc.46", + "@zkochan/js-yaml": "0.0.6", + "axios": "^1.5.1", + "chalk": "^4.1.0", + "cli-cursor": "3.1.0", + "cli-spinners": "2.6.1", + "cliui": "^8.0.1", + "dotenv": "~16.3.1", + "dotenv-expand": "~10.0.0", + "enquirer": "~2.3.6", + "figures": "3.2.0", + "flat": "^5.0.2", + "fs-extra": "^11.1.0", + "glob": "7.1.4", + "ignore": "^5.0.4", + "jest-diff": "^29.4.1", + "js-yaml": "4.1.0", + "jsonc-parser": "3.2.0", + "lines-and-columns": "~2.0.3", + "minimatch": "3.0.5", + "node-machine-id": "1.1.12", + "npm-run-path": "^4.0.1", + "open": "^8.4.0", + "semver": "7.5.3", + "string-width": "^4.2.3", + "strong-log-transformer": "^2.1.0", + "tar-stream": "~2.2.0", + "tmp": "~0.2.1", + "tsconfig-paths": "^4.1.2", + "tslib": "^2.3.0", + "v8-compile-cache": "2.3.0", + "yargs": "^17.6.2", + "yargs-parser": "21.1.1" + }, + "bin": { + "nx": "bin/nx.js", + "nx-cloud": "bin/nx-cloud.js" + }, + "optionalDependencies": { + "@nx/nx-darwin-arm64": "17.1.1", + "@nx/nx-darwin-x64": "17.1.1", + "@nx/nx-freebsd-x64": "17.1.1", + "@nx/nx-linux-arm-gnueabihf": "17.1.1", + "@nx/nx-linux-arm64-gnu": "17.1.1", + "@nx/nx-linux-arm64-musl": "17.1.1", + "@nx/nx-linux-x64-gnu": "17.1.1", + "@nx/nx-linux-x64-musl": "17.1.1", + "@nx/nx-win32-arm64-msvc": "17.1.1", + "@nx/nx-win32-x64-msvc": "17.1.1" + }, + "peerDependencies": { + "@swc-node/register": "^1.6.7", + "@swc/core": "^1.3.85" + }, + "peerDependenciesMeta": { + "@swc-node/register": { + "optional": true + }, + "@swc/core": { + "optional": true + } + } + }, + "node_modules/@nx/workspace/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" + } + }, "node_modules/@paperist/types-remark": { "version": "0.1.3", + "resolved": "https://registry.npmjs.org/@paperist/types-remark/-/types-remark-0.1.3.tgz", + "integrity": "sha512-liJvMxGB0IinhxcoMYiSVOgk2z5CZ5/gvpNCXzVC9xVGVtON0lLJZro1ixo5qZJg1ir6N0BY99Y1u6jp2ZNYEg==", "dev": true, - "license": "MIT", "peerDependencies": { "remark-parse": "^4.0.0", "unist-util-visit": "^1.1.3" @@ -10402,9 +9904,10 @@ }, "node_modules/@parcel/watcher": { "version": "2.0.4", + "resolved": "https://registry.npmjs.org/@parcel/watcher/-/watcher-2.0.4.tgz", + "integrity": "sha512-cTDi+FUDBIUOBKEtj+nhiJ71AZVlkAsQFuGQTun5tV9mwQBQgZvhCzG+URPQc8myeN32yRVZEfVAPCs1RW+Jvg==", "dev": true, "hasInstallScript": true, - "license": "MIT", "dependencies": { "node-addon-api": "^3.2.1", "node-gyp-build": "^4.3.0" @@ -10419,8 +9922,9 @@ }, "node_modules/@phenomnomnominal/tsquery": { "version": "4.1.1", + "resolved": "https://registry.npmjs.org/@phenomnomnominal/tsquery/-/tsquery-4.1.1.tgz", + "integrity": "sha512-jjMmK1tnZbm1Jq5a7fBliM4gQwjxMU7TFoRNwIyzwlO+eHPRCFv/Nv+H/Gi1jc3WR7QURG8D5d0Tn12YGrUqBQ==", "dev": true, - "license": "MIT", "dependencies": { "esquery": "^1.0.1" }, @@ -10469,9 +9973,9 @@ } }, "node_modules/@pkgr/utils/node_modules/fast-glob": { - "version": "3.3.1", - "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.3.1.tgz", - "integrity": "sha512-kNFPyjhh5cKjrUltxs+wFx+ZkbRaxxmZ+X0ZU31SOsxCEtP9VPgtq2teZw1DebupL5GmDaNQ6yKMMVcM41iqDg==", + "version": "3.3.2", + "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.3.2.tgz", + "integrity": "sha512-oX2ruAFQwf/Orj8m737Y5adxDQO0LAB7/S5MnxCdTNDd4p6BsyIVsv9JQsATbTSq8KHRpLwIHbVlUNatxd+1Ow==", "dependencies": { "@nodelib/fs.stat": "^2.0.2", "@nodelib/fs.walk": "^1.2.3", @@ -10501,192 +10005,276 @@ } }, "node_modules/@playwright/test": { - "version": "1.35.1", - "resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.35.1.tgz", - "integrity": "sha512-b5YoFe6J9exsMYg0pQAobNDR85T1nLumUYgUTtKm4d21iX2L7WqKq9dW8NGJ+2vX0etZd+Y7UeuqsxDXm9+5ZA==", + "version": "1.39.0", + "resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.39.0.tgz", + "integrity": "sha512-3u1iFqgzl7zr004bGPYiN/5EZpRUSFddQBra8Rqll5N0/vfpqlP9I9EXqAoGacuAbX6c9Ulg/Cjqglp5VkK6UQ==", "dev": true, "dependencies": { - "@types/node": "*", - "playwright-core": "1.35.1" + "playwright": "1.39.0" }, "bin": { "playwright": "cli.js" }, "engines": { "node": ">=16" - }, - "optionalDependencies": { - "fsevents": "2.3.2" } }, "node_modules/@quanzo/change-font-size": { "version": "1.0.0", - "dev": true, - "license": "MIT" + "resolved": "https://registry.npmjs.org/@quanzo/change-font-size/-/change-font-size-1.0.0.tgz", + "integrity": "sha512-Gwp68CHT45mjszaELuTCOLsakWrUVmcrIEUJGOaGgPTr6VWqoqdFiyuHqtyGmO5/69eoo/HIzlYJ7z3NYgJ3Fg==", + "dev": true }, "node_modules/@rollup/plugin-json": { - "version": "4.1.0", + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/@rollup/plugin-json/-/plugin-json-6.0.1.tgz", + "integrity": "sha512-RgVfl5hWMkxN1h/uZj8FVESvPuBJ/uf6ly6GTj0GONnkfoBN5KC0MSz+PN2OLDgYXMhtG0mWpTrkiOjoxAIevw==", "dev": true, - "license": "MIT", "dependencies": { - "@rollup/pluginutils": "^3.0.8" - }, - "peerDependencies": { - "rollup": "^1.20.0 || ^2.0.0" - } - }, - "node_modules/@rollup/plugin-node-resolve": { - "version": "13.3.0", - "dev": true, - "license": "MIT", - "dependencies": { - "@rollup/pluginutils": "^3.1.0", - "@types/resolve": "1.17.1", - "deepmerge": "^4.2.2", - "is-builtin-module": "^3.1.0", - "is-module": "^1.0.0", - "resolve": "^1.19.0" + "@rollup/pluginutils": "^5.0.1" }, "engines": { - "node": ">= 10.0.0" + "node": ">=14.0.0" }, "peerDependencies": { - "rollup": "^2.42.0" - } - }, - "node_modules/@rollup/pluginutils": { - "version": "3.1.0", - "dev": true, - "license": "MIT", - "dependencies": { - "@types/estree": "0.0.39", - "estree-walker": "^1.0.1", - "picomatch": "^2.2.2" - }, - "engines": { - "node": ">= 8.0.0" - }, - "peerDependencies": { - "rollup": "^1.20.0||^2.0.0" - } - }, - "node_modules/@schematics/angular": { - "version": "14.2.13", - "resolved": "https://registry.npmjs.org/@schematics/angular/-/angular-14.2.13.tgz", - "integrity": "sha512-MLxTpTU3E8QACQ/5c0sENMR2gRiMXpGaKeD5IHY+3wyU2fUSJVB0QPU/l1WhoyZbX8N9ospBgf5UEG7taVF9rg==", - "dev": true, - "dependencies": { - "@angular-devkit/core": "14.2.13", - "@angular-devkit/schematics": "14.2.13", - "jsonc-parser": "3.1.0" - }, - "engines": { - "node": "^14.15.0 || >=16.10.0", - "npm": "^6.11.0 || ^7.5.6 || >=8.0.0", - "yarn": ">= 1.13.0" - } - }, - "node_modules/@schematics/angular/node_modules/@angular-devkit/core": { - "version": "14.2.13", - "resolved": "https://registry.npmjs.org/@angular-devkit/core/-/core-14.2.13.tgz", - "integrity": "sha512-aIefeZcbjghQg/V6U9CTLtyB5fXDJ63KwYqVYkWP+i0XriS5A9puFgq2u/OVsWxAfYvqpDqp5AdQ0g0bi3CAsA==", - "dev": true, - "dependencies": { - "ajv": "8.11.0", - "ajv-formats": "2.1.1", - "jsonc-parser": "3.1.0", - "rxjs": "6.6.7", - "source-map": "0.7.4" - }, - "engines": { - "node": "^14.15.0 || >=16.10.0", - "npm": "^6.11.0 || ^7.5.6 || >=8.0.0", - "yarn": ">= 1.13.0" - }, - "peerDependencies": { - "chokidar": "^3.5.2" + "rollup": "^1.20.0||^2.0.0||^3.0.0||^4.0.0" }, "peerDependenciesMeta": { - "chokidar": { + "rollup": { "optional": true } } }, - "node_modules/@schematics/angular/node_modules/ajv": { - "version": "8.11.0", - "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.11.0.tgz", - "integrity": "sha512-wGgprdCvMalC0BztXvitD2hC04YffAvtsUn93JbGXYLAtCUO4xd17mCCZQxUOItiBwZvJScWo8NIvQMQ71rdpg==", + "node_modules/@rollup/plugin-node-resolve": { + "version": "15.2.3", + "resolved": "https://registry.npmjs.org/@rollup/plugin-node-resolve/-/plugin-node-resolve-15.2.3.tgz", + "integrity": "sha512-j/lym8nf5E21LwBT4Df1VD6hRO2L2iwUeUmP7litikRsVp1H6NWx20NEp0Y7su+7XGc476GnXXc4kFeZNGmaSQ==", "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" - }, - "funding": { - "type": "github", - "url": "https://github.com/sponsors/epoberezkin" - } - }, - "node_modules/@schematics/angular/node_modules/rxjs": { - "version": "6.6.7", - "resolved": "https://registry.npmjs.org/rxjs/-/rxjs-6.6.7.tgz", - "integrity": "sha512-hTdwr+7yYNIT5n4AMYp85KA6yw2Va0FLa3Rguvbpa4W3I5xynaBZo41cM3XM+4Q6fRMj3sBYIR1VAmZMXYJvRQ==", - "dev": true, - "dependencies": { - "tslib": "^1.9.0" + "@rollup/pluginutils": "^5.0.1", + "@types/resolve": "1.20.2", + "deepmerge": "^4.2.2", + "is-builtin-module": "^3.2.1", + "is-module": "^1.0.0", + "resolve": "^1.22.1" }, "engines": { - "npm": ">=2.0.0" + "node": ">=14.0.0" + }, + "peerDependencies": { + "rollup": "^2.78.0||^3.0.0||^4.0.0" + }, + "peerDependenciesMeta": { + "rollup": { + "optional": true + } } }, - "node_modules/@schematics/angular/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/@rollup/pluginutils": { + "version": "5.0.5", + "resolved": "https://registry.npmjs.org/@rollup/pluginutils/-/pluginutils-5.0.5.tgz", + "integrity": "sha512-6aEYR910NyP73oHiJglti74iRyOwgFU4x3meH/H8OJx6Ry0j6cOVZ5X/wTvub7G7Ao6qaHBEaNsV3GLJkSsF+Q==", + "dev": true, + "dependencies": { + "@types/estree": "^1.0.0", + "estree-walker": "^2.0.2", + "picomatch": "^2.3.1" + }, + "engines": { + "node": ">=14.0.0" + }, + "peerDependencies": { + "rollup": "^1.20.0||^2.0.0||^3.0.0||^4.0.0" + }, + "peerDependenciesMeta": { + "rollup": { + "optional": true + } + } + }, + "node_modules/@rollup/pluginutils/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/@schematics/angular": { + "version": "15.2.10", + "resolved": "https://registry.npmjs.org/@schematics/angular/-/angular-15.2.10.tgz", + "integrity": "sha512-eLdyP+T1TueNQ8FCP7sP+tt8z+YQ1BINsJsyAyoJT/XZjcCV7LUxgDIU94/kuvIotmJ2xTuFWHFPfAY+CN3duQ==", + "dev": true, + "dependencies": { + "@angular-devkit/core": "15.2.10", + "@angular-devkit/schematics": "15.2.10", + "jsonc-parser": "3.2.0" + }, + "engines": { + "node": "^14.20.0 || ^16.13.0 || >=18.10.0", + "npm": "^6.11.0 || ^7.5.6 || >=8.0.0", + "yarn": ">= 1.13.0" + } + }, + "node_modules/@sigstore/bundle": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/@sigstore/bundle/-/bundle-1.1.0.tgz", + "integrity": "sha512-PFutXEy0SmQxYI4texPw3dd2KewuNqv7OuK1ZFtY2fM754yhvG2KdgwIhRnoEE2uHdtdGNQ8s0lb94dW9sELog==", + "dev": true, + "dependencies": { + "@sigstore/protobuf-specs": "^0.2.0" + }, + "engines": { + "node": "^14.17.0 || ^16.13.0 || >=18.0.0" + } + }, + "node_modules/@sigstore/protobuf-specs": { + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/@sigstore/protobuf-specs/-/protobuf-specs-0.2.1.tgz", + "integrity": "sha512-XTWVxnWJu+c1oCshMLwnKvz8ZQJJDVOlciMfgpJBQbThVjKTCG8dwyhgLngBD2KN0ap9F/gOV8rFDEx8uh7R2A==", + "dev": true, + "engines": { + "node": "^14.17.0 || ^16.13.0 || >=18.0.0" + } + }, + "node_modules/@sigstore/sign": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/@sigstore/sign/-/sign-1.0.0.tgz", + "integrity": "sha512-INxFVNQteLtcfGmcoldzV6Je0sbbfh9I16DM4yJPw3j5+TFP8X6uIiA18mvpEa9yyeycAKgPmOA3X9hVdVTPUA==", + "dev": true, + "dependencies": { + "@sigstore/bundle": "^1.1.0", + "@sigstore/protobuf-specs": "^0.2.0", + "make-fetch-happen": "^11.0.1" + }, + "engines": { + "node": "^14.17.0 || ^16.13.0 || >=18.0.0" + } + }, + "node_modules/@sigstore/sign/node_modules/lru-cache": { + "version": "7.18.3", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-7.18.3.tgz", + "integrity": "sha512-jumlc0BIUrS3qJGgIkWZsyfAM7NCWiBcCDhnd+3NNM5KbBmLTgHVfWBcg6W+rLUsIpzpERPsvwUP7CckAQSOoA==", + "dev": true, + "engines": { + "node": ">=12" + } + }, + "node_modules/@sigstore/sign/node_modules/make-fetch-happen": { + "version": "11.1.1", + "resolved": "https://registry.npmjs.org/make-fetch-happen/-/make-fetch-happen-11.1.1.tgz", + "integrity": "sha512-rLWS7GCSTcEujjVBs2YqG7Y4643u8ucvCJeSRqiLYhesrDuzeuFIk37xREzAsfQaqzl8b9rNCE4m6J8tvX4Q8w==", + "dev": true, + "dependencies": { + "agentkeepalive": "^4.2.1", + "cacache": "^17.0.0", + "http-cache-semantics": "^4.1.1", + "http-proxy-agent": "^5.0.0", + "https-proxy-agent": "^5.0.0", + "is-lambda": "^1.0.1", + "lru-cache": "^7.7.1", + "minipass": "^5.0.0", + "minipass-fetch": "^3.0.0", + "minipass-flush": "^1.0.5", + "minipass-pipeline": "^1.2.4", + "negotiator": "^0.6.3", + "promise-retry": "^2.0.1", + "socks-proxy-agent": "^7.0.0", + "ssri": "^10.0.0" + }, + "engines": { + "node": "^14.17.0 || ^16.13.0 || >=18.0.0" + } + }, + "node_modules/@sigstore/sign/node_modules/minipass": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/minipass/-/minipass-5.0.0.tgz", + "integrity": "sha512-3FnjYuehv9k6ovOEbyOswadCDPX1piCfhV8ncmYtHOjuPwylVWsghTLo7rabjC3Rx5xD4HDx8Wm1xnMF7S5qFQ==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/@sigstore/sign/node_modules/minipass-fetch": { + "version": "3.0.4", + "resolved": "https://registry.npmjs.org/minipass-fetch/-/minipass-fetch-3.0.4.tgz", + "integrity": "sha512-jHAqnA728uUpIaFm7NWsCnqKT6UqZz7GcI/bDpPATuwYyKwJwW0remxSCxUlKiEty+eopHGa3oc8WxgQ1FFJqg==", + "dev": true, + "dependencies": { + "minipass": "^7.0.3", + "minipass-sized": "^1.0.3", + "minizlib": "^2.1.2" + }, + "engines": { + "node": "^14.17.0 || ^16.13.0 || >=18.0.0" + }, + "optionalDependencies": { + "encoding": "^0.1.13" + } + }, + "node_modules/@sigstore/sign/node_modules/minipass-fetch/node_modules/minipass": { + "version": "7.0.4", + "resolved": "https://registry.npmjs.org/minipass/-/minipass-7.0.4.tgz", + "integrity": "sha512-jYofLM5Dam9279rdkWzqHozUo4ybjdZmCsDHePy5V/PbBcVMiSZR97gmAy45aqi8CK1lG2ECd356FU86avfwUQ==", + "dev": true, + "engines": { + "node": ">=16 || 14 >=14.17" + } + }, + "node_modules/@sigstore/tuf": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/@sigstore/tuf/-/tuf-1.0.3.tgz", + "integrity": "sha512-2bRovzs0nJZFlCN3rXirE4gwxCn97JNjMmwpecqlbgV9WcxX7WRuIrgzx/X7Ib7MYRbyUTpBYE0s2x6AmZXnlg==", + "dev": true, + "dependencies": { + "@sigstore/protobuf-specs": "^0.2.0", + "tuf-js": "^1.1.7" + }, + "engines": { + "node": "^14.17.0 || ^16.13.0 || >=18.0.0" + } + }, "node_modules/@sinclair/typebox": { - "version": "0.24.51", - "resolved": "https://registry.npmjs.org/@sinclair/typebox/-/typebox-0.24.51.tgz", - "integrity": "sha512-1P1OROm/rdubP5aFDSZQILU0vrLCJ4fvHt6EoqHEM+2D/G5MK3bIaymUKLit8Js9gbns5UyJnkP/TZROLw4tUA==", + "version": "0.27.8", + "resolved": "https://registry.npmjs.org/@sinclair/typebox/-/typebox-0.27.8.tgz", + "integrity": "sha512-+Fj43pSMwJs4KRrH/938Uf+uAELIgVBmQzg/q1YG10djyfA3TnrU8N8XzqCh/okZdszqBQTZf96idMfE5lnwTA==", "dev": true }, "node_modules/@sinonjs/commons": { - "version": "1.8.6", - "resolved": "https://registry.npmjs.org/@sinonjs/commons/-/commons-1.8.6.tgz", - "integrity": "sha512-Ky+XkAkqPZSm3NLBeUng77EBQl3cmeJhITaGHdYH8kjVB+aun3S4XBRti2zt17mtt0mIUDiNxYeoJm6drVvBJQ==", + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/@sinonjs/commons/-/commons-3.0.0.tgz", + "integrity": "sha512-jXBtWAF4vmdNmZgD5FoKsVLv3rPgDnLgPbU84LIJ3otV44vJlDRokVng5v8NFJdCf/da9legHcKaRuZs4L7faA==", "dev": true, "dependencies": { "type-detect": "4.0.8" } }, "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==", + "version": "10.3.0", + "resolved": "https://registry.npmjs.org/@sinonjs/fake-timers/-/fake-timers-10.3.0.tgz", + "integrity": "sha512-V4BG07kuYSUkTCSBHG8G8TNhM+F19jXFWnQtzj+we8DrkpSBCee9Z3Ms8yiGer/dlmhe35/Xdgyo3/0rQKg7YA==", "dev": true, "dependencies": { - "@sinonjs/commons": "^1.7.0" + "@sinonjs/commons": "^3.0.0" } }, "node_modules/@socket.io/component-emitter": { "version": "3.1.0", - "dev": true, - "license": "MIT" + "resolved": "https://registry.npmjs.org/@socket.io/component-emitter/-/component-emitter-3.1.0.tgz", + "integrity": "sha512-+9jVqKhRSpsc591z5vX+X5Yyw+he/HCB4iQ/RYxw35CEPaY1gnsNE43nf9n9AaYjAQrTiI/mOwKUKdUs9vf7Xg==", + "dev": true }, "node_modules/@storybook/addon-actions": { - "version": "6.5.10", + "version": "6.5.16", + "resolved": "https://registry.npmjs.org/@storybook/addon-actions/-/addon-actions-6.5.16.tgz", + "integrity": "sha512-aADjilFmuD6TNGz2CRPSupnyiA/IGkPJHDBTqMpsDXTUr8xnuD122xkIhg6UxmCM2y1c+ncwYXy3WPK2xXK57g==", "dev": true, - "license": "MIT", "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/addons": "6.5.16", + "@storybook/api": "6.5.16", + "@storybook/client-logger": "6.5.16", + "@storybook/components": "6.5.16", + "@storybook/core-events": "6.5.16", "@storybook/csf": "0.0.2--canary.4566f4d.1", - "@storybook/theming": "6.5.10", + "@storybook/theming": "6.5.16", "core-js": "^3.8.2", "fast-deep-equal": "^3.1.3", "global": "^4.4.0", @@ -10718,17 +10306,18 @@ } }, "node_modules/@storybook/addon-backgrounds": { - "version": "6.5.10", + "version": "6.5.16", + "resolved": "https://registry.npmjs.org/@storybook/addon-backgrounds/-/addon-backgrounds-6.5.16.tgz", + "integrity": "sha512-t7qooZ892BruhilFmzYPbysFwpULt/q4zYXNSmKVbAYta8UVvitjcU4F18p8FpWd9WvhiTr0SDlyhNZuzvDfug==", "dev": true, - "license": "MIT", "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/addons": "6.5.16", + "@storybook/api": "6.5.16", + "@storybook/client-logger": "6.5.16", + "@storybook/components": "6.5.16", + "@storybook/core-events": "6.5.16", "@storybook/csf": "0.0.2--canary.4566f4d.1", - "@storybook/theming": "6.5.10", + "@storybook/theming": "6.5.16", "core-js": "^3.8.2", "global": "^4.4.0", "memoizerific": "^1.11.3", @@ -10754,19 +10343,20 @@ } }, "node_modules/@storybook/addon-controls": { - "version": "6.5.10", + "version": "6.5.16", + "resolved": "https://registry.npmjs.org/@storybook/addon-controls/-/addon-controls-6.5.16.tgz", + "integrity": "sha512-kShSGjq1MjmmyL3l8i+uPz6yddtf82mzys0l82VKtcuyjrr5944wYFJ5NTXMfZxrO/U6FeFsfuFZE/k6ex3EMg==", "dev": true, - "license": "MIT", "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.16", + "@storybook/api": "6.5.16", + "@storybook/client-logger": "6.5.16", + "@storybook/components": "6.5.16", + "@storybook/core-common": "6.5.16", "@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/node-logger": "6.5.16", + "@storybook/store": "6.5.16", + "@storybook/theming": "6.5.16", "core-js": "^3.8.2", "lodash": "^4.17.21", "ts-dedent": "^2.0.0" @@ -10789,28 +10379,29 @@ } }, "node_modules/@storybook/addon-docs": { - "version": "6.5.10", + "version": "6.5.16", + "resolved": "https://registry.npmjs.org/@storybook/addon-docs/-/addon-docs-6.5.16.tgz", + "integrity": "sha512-QM9WDZG9P02UvbzLu947a8ZngOrQeAKAT8jCibQFM/+RJ39xBlfm8rm+cQy3dm94wgtjmVkA3mKGOV/yrrsddg==", "dev": true, - "license": "MIT", "dependencies": { "@babel/plugin-transform-react-jsx": "^7.12.12", "@babel/preset-env": "^7.12.11", "@jest/transform": "^26.6.2", "@mdx-js/react": "^1.6.22", - "@storybook/addons": "6.5.10", - "@storybook/api": "6.5.10", - "@storybook/components": "6.5.10", - "@storybook/core-common": "6.5.10", - "@storybook/core-events": "6.5.10", + "@storybook/addons": "6.5.16", + "@storybook/api": "6.5.16", + "@storybook/components": "6.5.16", + "@storybook/core-common": "6.5.16", + "@storybook/core-events": "6.5.16", "@storybook/csf": "0.0.2--canary.4566f4d.1", - "@storybook/docs-tools": "6.5.10", + "@storybook/docs-tools": "6.5.16", "@storybook/mdx1-csf": "^0.0.1", - "@storybook/node-logger": "6.5.10", - "@storybook/postinstall": "6.5.10", - "@storybook/preview-web": "6.5.10", - "@storybook/source-loader": "6.5.10", - "@storybook/store": "6.5.10", - "@storybook/theming": "6.5.10", + "@storybook/node-logger": "6.5.16", + "@storybook/postinstall": "6.5.16", + "@storybook/preview-web": "6.5.16", + "@storybook/source-loader": "6.5.16", + "@storybook/store": "6.5.16", + "@storybook/theming": "6.5.16", "babel-loader": "^8.0.0", "core-js": "^3.8.2", "fast-deep-equal": "^3.1.3", @@ -10845,8 +10436,9 @@ }, "node_modules/@storybook/addon-docs/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==", "dev": true, - "license": "MIT", "dependencies": { "@babel/core": "^7.1.0", "@jest/types": "^26.6.2", @@ -10870,8 +10462,9 @@ }, "node_modules/@storybook/addon-docs/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, - "license": "MIT", "dependencies": { "@types/istanbul-lib-coverage": "^2.0.0", "@types/istanbul-reports": "^3.0.0", @@ -10884,17 +10477,44 @@ } }, "node_modules/@storybook/addon-docs/node_modules/@types/yargs": { - "version": "15.0.15", + "version": "15.0.18", + "resolved": "https://registry.npmjs.org/@types/yargs/-/yargs-15.0.18.tgz", + "integrity": "sha512-DDi2KmvAnNsT/EvU8jp1UR7pOJojBtJ3GLZ/uw1MUq4VbbESppPWoHUY4h0OB4BbEbGJiyEsmUcuZDZtoR+ZwQ==", "dev": true, - "license": "MIT", "dependencies": { "@types/yargs-parser": "*" } }, + "node_modules/@storybook/addon-docs/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": { + "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/@storybook/addon-docs/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, + "peerDependencies": { + "ajv": "^6.9.1" + } + }, "node_modules/@storybook/addon-docs/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==", "dev": true, - "license": "MIT", "dependencies": { "color-convert": "^2.0.1" }, @@ -10905,10 +10525,30 @@ "url": "https://github.com/chalk/ansi-styles?sponsor=1" } }, + "node_modules/@storybook/addon-docs/node_modules/babel-loader": { + "version": "8.3.0", + "resolved": "https://registry.npmjs.org/babel-loader/-/babel-loader-8.3.0.tgz", + "integrity": "sha512-H8SvsMF+m9t15HNLMipppzkC+Y2Yq+v3SonZyU70RBL/h1gxPkH08Ot8pEE9Z4Kd+czyWJClmFS8qzIP9OZ04Q==", + "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": ">= 8.9" + }, + "peerDependencies": { + "@babel/core": "^7.0.0", + "webpack": ">=2" + } + }, "node_modules/@storybook/addon-docs/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, - "license": "MIT", "dependencies": { "ansi-styles": "^4.1.0", "supports-color": "^7.1.0" @@ -10922,8 +10562,9 @@ }, "node_modules/@storybook/addon-docs/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==", "dev": true, - "license": "MIT", "dependencies": { "color-name": "~1.1.4" }, @@ -10931,18 +10572,56 @@ "node": ">=7.0.0" } }, + "node_modules/@storybook/addon-docs/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==", + "dev": true + }, + "node_modules/@storybook/addon-docs/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": ">=8" + }, + "funding": { + "url": "https://github.com/avajs/find-cache-dir?sponsor=1" + } + }, + "node_modules/@storybook/addon-docs/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" + }, + "engines": { + "node": ">=8" + } + }, "node_modules/@storybook/addon-docs/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==", "dev": true, - "license": "MIT", "engines": { "node": ">=8" } }, "node_modules/@storybook/addon-docs/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==", "dev": true, - "license": "MIT", "dependencies": { "@jest/types": "^26.6.2", "@types/graceful-fs": "^4.1.2", @@ -10967,28 +10646,18 @@ }, "node_modules/@storybook/addon-docs/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==", "dev": true, - "license": "MIT", - "engines": { - "node": ">= 10.14.2" - } - }, - "node_modules/@storybook/addon-docs/node_modules/jest-serializer": { - "version": "26.6.2", - "dev": true, - "license": "MIT", - "dependencies": { - "@types/node": "*", - "graceful-fs": "^4.2.4" - }, "engines": { "node": ">= 10.14.2" } }, "node_modules/@storybook/addon-docs/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==", "dev": true, - "license": "MIT", "dependencies": { "@jest/types": "^26.6.2", "@types/node": "*", @@ -11003,8 +10672,9 @@ }, "node_modules/@storybook/addon-docs/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, - "license": "MIT", "dependencies": { "@types/node": "*", "merge-stream": "^2.0.0", @@ -11014,18 +10684,133 @@ "node": ">= 10.13.0" } }, + "node_modules/@storybook/addon-docs/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/@storybook/addon-docs/node_modules/loader-utils": { + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/loader-utils/-/loader-utils-2.0.4.tgz", + "integrity": "sha512-xXqpXoINfFhgua9xiqD8fPFHgkoq1mmmpE92WlDbm9rNRd/EbRb+Gqf908T2DMfuHjjJlksiK2RbHVOdD/MqSw==", + "dev": true, + "dependencies": { + "big.js": "^5.2.2", + "emojis-list": "^3.0.0", + "json5": "^2.1.2" + }, + "engines": { + "node": ">=8.9.0" + } + }, + "node_modules/@storybook/addon-docs/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": { + "p-locate": "^4.1.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/@storybook/addon-docs/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==", + "dev": true, + "dependencies": { + "semver": "^6.0.0" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/@storybook/addon-docs/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": ">=6" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/@storybook/addon-docs/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": { + "p-limit": "^2.2.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/@storybook/addon-docs/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": ">=8" + } + }, + "node_modules/@storybook/addon-docs/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" + }, + "engines": { + "node": ">= 8.9.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/webpack" + } + }, + "node_modules/@storybook/addon-docs/node_modules/semver": { + "version": "6.3.1", + "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz", + "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==", + "dev": true, + "bin": { + "semver": "bin/semver.js" + } + }, "node_modules/@storybook/addon-docs/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, - "license": "BSD-3-Clause", "engines": { "node": ">=0.10.0" } }, "node_modules/@storybook/addon-docs/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, - "license": "MIT", "dependencies": { "has-flag": "^4.0.0" }, @@ -11035,8 +10820,9 @@ }, "node_modules/@storybook/addon-docs/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==", "dev": true, - "license": "ISC", "dependencies": { "imurmurhash": "^0.1.4", "is-typedarray": "^1.0.0", @@ -11045,22 +10831,23 @@ } }, "node_modules/@storybook/addon-essentials": { - "version": "6.5.10", + "version": "6.5.16", + "resolved": "https://registry.npmjs.org/@storybook/addon-essentials/-/addon-essentials-6.5.16.tgz", + "integrity": "sha512-TeoMr6tEit4Pe91GH6f8g/oar1P4M0JL9S6oMcFxxrhhtOGO7XkWD5EnfyCx272Ok2VYfE58FNBTGPNBVIqYKQ==", "dev": true, - "license": "MIT", "dependencies": { - "@storybook/addon-actions": "6.5.10", - "@storybook/addon-backgrounds": "6.5.10", - "@storybook/addon-controls": "6.5.10", - "@storybook/addon-docs": "6.5.10", - "@storybook/addon-measure": "6.5.10", - "@storybook/addon-outline": "6.5.10", - "@storybook/addon-toolbars": "6.5.10", - "@storybook/addon-viewport": "6.5.10", - "@storybook/addons": "6.5.10", - "@storybook/api": "6.5.10", - "@storybook/core-common": "6.5.10", - "@storybook/node-logger": "6.5.10", + "@storybook/addon-actions": "6.5.16", + "@storybook/addon-backgrounds": "6.5.16", + "@storybook/addon-controls": "6.5.16", + "@storybook/addon-docs": "6.5.16", + "@storybook/addon-measure": "6.5.16", + "@storybook/addon-outline": "6.5.16", + "@storybook/addon-toolbars": "6.5.16", + "@storybook/addon-viewport": "6.5.16", + "@storybook/addons": "6.5.16", + "@storybook/api": "6.5.16", + "@storybook/core-common": "6.5.16", + "@storybook/node-logger": "6.5.16", "core-js": "^3.8.2", "regenerator-runtime": "^0.13.7", "ts-dedent": "^2.0.0" @@ -11127,15 +10914,16 @@ } }, "node_modules/@storybook/addon-measure": { - "version": "6.5.10", + "version": "6.5.16", + "resolved": "https://registry.npmjs.org/@storybook/addon-measure/-/addon-measure-6.5.16.tgz", + "integrity": "sha512-DMwnXkmM2L6POTh4KaOWvOAtQ2p9Tr1UUNxz6VXiN5cKFohpCs6x0txdLU5WN8eWIq0VFsO7u5ZX34CGCc6gCg==", "dev": true, - "license": "MIT", "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/addons": "6.5.16", + "@storybook/api": "6.5.16", + "@storybook/client-logger": "6.5.16", + "@storybook/components": "6.5.16", + "@storybook/core-events": "6.5.16", "@storybook/csf": "0.0.2--canary.4566f4d.1", "core-js": "^3.8.2", "global": "^4.4.0" @@ -11158,15 +10946,16 @@ } }, "node_modules/@storybook/addon-outline": { - "version": "6.5.10", + "version": "6.5.16", + "resolved": "https://registry.npmjs.org/@storybook/addon-outline/-/addon-outline-6.5.16.tgz", + "integrity": "sha512-0du96nha4qltexO0Xq1xB7LeRSbqjC9XqtZLflXG7/X3ABoPD2cXgOV97eeaXUodIyb2qYBbHUfftBeA75x0+w==", "dev": true, - "license": "MIT", "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/addons": "6.5.16", + "@storybook/api": "6.5.16", + "@storybook/client-logger": "6.5.16", + "@storybook/components": "6.5.16", + "@storybook/core-events": "6.5.16", "@storybook/csf": "0.0.2--canary.4566f4d.1", "core-js": "^3.8.2", "global": "^4.4.0", @@ -11191,15 +10980,16 @@ } }, "node_modules/@storybook/addon-toolbars": { - "version": "6.5.10", + "version": "6.5.16", + "resolved": "https://registry.npmjs.org/@storybook/addon-toolbars/-/addon-toolbars-6.5.16.tgz", + "integrity": "sha512-y3PuUKiwOWrAvqx1YdUvArg0UaAwmboXFeR2bkrowk1xcT+xnRO3rML4npFeUl26OQ1FzwxX/cw6nknREBBLEA==", "dev": true, - "license": "MIT", "dependencies": { - "@storybook/addons": "6.5.10", - "@storybook/api": "6.5.10", - "@storybook/client-logger": "6.5.10", - "@storybook/components": "6.5.10", - "@storybook/theming": "6.5.10", + "@storybook/addons": "6.5.16", + "@storybook/api": "6.5.16", + "@storybook/client-logger": "6.5.16", + "@storybook/components": "6.5.16", + "@storybook/theming": "6.5.16", "core-js": "^3.8.2", "regenerator-runtime": "^0.13.7" }, @@ -11221,16 +11011,17 @@ } }, "node_modules/@storybook/addon-viewport": { - "version": "6.5.10", + "version": "6.5.16", + "resolved": "https://registry.npmjs.org/@storybook/addon-viewport/-/addon-viewport-6.5.16.tgz", + "integrity": "sha512-1Vyqf1U6Qng6TXlf4SdqUKyizlw1Wn6+qW8YeA2q1lbkJqn3UlnHXIp8Q0t/5q1dK5BFtREox3+jkGwbJrzkmA==", "dev": true, - "license": "MIT", "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/theming": "6.5.10", + "@storybook/addons": "6.5.16", + "@storybook/api": "6.5.16", + "@storybook/client-logger": "6.5.16", + "@storybook/components": "6.5.16", + "@storybook/core-events": "6.5.16", + "@storybook/theming": "6.5.16", "core-js": "^3.8.2", "global": "^4.4.0", "memoizerific": "^1.11.3", @@ -11255,17 +11046,18 @@ } }, "node_modules/@storybook/addons": { - "version": "6.5.10", + "version": "6.5.16", + "resolved": "https://registry.npmjs.org/@storybook/addons/-/addons-6.5.16.tgz", + "integrity": "sha512-p3DqQi+8QRL5k7jXhXmJZLsE/GqHqyY6PcoA1oNTJr0try48uhTGUOYkgzmqtDaa/qPFO5LP+xCPzZXckGtquQ==", "dev": true, - "license": "MIT", "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.16", + "@storybook/channels": "6.5.16", + "@storybook/client-logger": "6.5.16", + "@storybook/core-events": "6.5.16", "@storybook/csf": "0.0.2--canary.4566f4d.1", - "@storybook/router": "6.5.10", - "@storybook/theming": "6.5.10", + "@storybook/router": "6.5.16", + "@storybook/theming": "6.5.16", "@types/webpack-env": "^1.16.0", "core-js": "^3.8.2", "global": "^4.4.0", @@ -11282,8 +11074,9 @@ }, "node_modules/@storybook/angular": { "version": "6.5.16", + "resolved": "https://registry.npmjs.org/@storybook/angular/-/angular-6.5.16.tgz", + "integrity": "sha512-YjsNnNs9RTq6E8KcFfRVlEuJS5rA1SF1SDBpEgTyfqaNNII6Ty+Entvv8cl4uKfuycTLQ14YoKGWYfoa+FwQpQ==", "dev": true, - "license": "MIT", "dependencies": { "@storybook/addons": "6.5.16", "@storybook/api": "6.5.16", @@ -11361,541 +11154,17 @@ } } }, - "node_modules/@storybook/angular/node_modules/@babel/helper-define-polyfill-provider": { - "version": "0.1.5", - "dev": true, - "license": "MIT", - "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/angular/node_modules/@babel/helper-define-polyfill-provider/node_modules/semver": { - "version": "6.3.1", - "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz", - "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==", - "dev": true, - "bin": { - "semver": "bin/semver.js" - } - }, - "node_modules/@storybook/angular/node_modules/@storybook/addons": { - "version": "6.5.16", - "dev": true, - "license": "MIT", - "dependencies": { - "@storybook/api": "6.5.16", - "@storybook/channels": "6.5.16", - "@storybook/client-logger": "6.5.16", - "@storybook/core-events": "6.5.16", - "@storybook/csf": "0.0.2--canary.4566f4d.1", - "@storybook/router": "6.5.16", - "@storybook/theming": "6.5.16", - "@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/angular/node_modules/@storybook/api": { - "version": "6.5.16", - "dev": true, - "license": "MIT", - "dependencies": { - "@storybook/channels": "6.5.16", - "@storybook/client-logger": "6.5.16", - "@storybook/core-events": "6.5.16", - "@storybook/csf": "0.0.2--canary.4566f4d.1", - "@storybook/router": "6.5.16", - "@storybook/semver": "^7.3.2", - "@storybook/theming": "6.5.16", - "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/angular/node_modules/@storybook/channels": { - "version": "6.5.16", - "dev": true, - "license": "MIT", - "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/angular/node_modules/@storybook/client-logger": { - "version": "6.5.16", - "dev": true, - "license": "MIT", - "dependencies": { - "core-js": "^3.8.2", - "global": "^4.4.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/storybook" - } - }, - "node_modules/@storybook/angular/node_modules/@storybook/core-common": { - "version": "6.5.16", - "dev": true, - "license": "MIT", - "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.16", - "@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.2.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/angular/node_modules/@storybook/core-common/node_modules/chalk": { - "version": "4.1.2", - "dev": true, - "license": "MIT", - "dependencies": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/chalk/chalk?sponsor=1" - } - }, - "node_modules/@storybook/angular/node_modules/@storybook/core-common/node_modules/cosmiconfig": { - "version": "6.0.0", - "dev": true, - "license": "MIT", - "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/@storybook/angular/node_modules/@storybook/core-common/node_modules/fork-ts-checker-webpack-plugin": { - "version": "6.5.3", - "dev": true, - "license": "MIT", - "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" - }, - "engines": { - "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/@storybook/angular/node_modules/@storybook/core-common/node_modules/schema-utils": { - "version": "2.7.0", - "dev": true, - "license": "MIT", - "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_modules/@storybook/angular/node_modules/@storybook/core-events": { - "version": "6.5.16", - "dev": true, - "license": "MIT", - "dependencies": { - "core-js": "^3.8.2" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/storybook" - } - }, - "node_modules/@storybook/angular/node_modules/@storybook/docs-tools": { - "version": "6.5.16", - "dev": true, - "license": "MIT", - "dependencies": { - "@babel/core": "^7.12.10", - "@storybook/csf": "0.0.2--canary.4566f4d.1", - "@storybook/store": "6.5.16", - "core-js": "^3.8.2", - "doctrine": "^3.0.0", - "lodash": "^4.17.21", - "regenerator-runtime": "^0.13.7" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/storybook" - } - }, - "node_modules/@storybook/angular/node_modules/@storybook/node-logger": { - "version": "6.5.16", - "dev": true, - "license": "MIT", - "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" - } - }, - "node_modules/@storybook/angular/node_modules/@storybook/node-logger/node_modules/chalk": { - "version": "4.1.2", - "dev": true, - "license": "MIT", - "dependencies": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/chalk/chalk?sponsor=1" - } - }, - "node_modules/@storybook/angular/node_modules/@storybook/router": { - "version": "6.5.16", - "dev": true, - "license": "MIT", - "dependencies": { - "@storybook/client-logger": "6.5.16", - "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/angular/node_modules/@storybook/store": { - "version": "6.5.16", - "dev": true, - "license": "MIT", - "dependencies": { - "@storybook/addons": "6.5.16", - "@storybook/client-logger": "6.5.16", - "@storybook/core-events": "6.5.16", - "@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/@storybook/angular/node_modules/@storybook/theming": { - "version": "6.5.16", - "dev": true, - "license": "MIT", - "dependencies": { - "@storybook/client-logger": "6.5.16", - "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/angular/node_modules/@types/node": { - "version": "16.18.25", - "dev": true, - "license": "MIT" - }, - "node_modules/@storybook/angular/node_modules/@webassemblyjs/ast": { - "version": "1.9.0", - "dev": true, - "license": "MIT", - "dependencies": { - "@webassemblyjs/helper-module-context": "1.9.0", - "@webassemblyjs/helper-wasm-bytecode": "1.9.0", - "@webassemblyjs/wast-parser": "1.9.0" - } - }, - "node_modules/@storybook/angular/node_modules/@webassemblyjs/helper-api-error": { - "version": "1.9.0", - "dev": true, - "license": "MIT" - }, - "node_modules/@storybook/angular/node_modules/@webassemblyjs/helper-buffer": { - "version": "1.9.0", - "dev": true, - "license": "MIT" - }, - "node_modules/@storybook/angular/node_modules/@webassemblyjs/helper-wasm-bytecode": { - "version": "1.9.0", - "dev": true, - "license": "MIT" - }, - "node_modules/@storybook/angular/node_modules/@webassemblyjs/helper-wasm-section": { - "version": "1.9.0", - "dev": true, - "license": "MIT", - "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" - } - }, - "node_modules/@storybook/angular/node_modules/@webassemblyjs/ieee754": { - "version": "1.9.0", - "dev": true, - "license": "MIT", - "dependencies": { - "@xtuc/ieee754": "^1.2.0" - } - }, - "node_modules/@storybook/angular/node_modules/@webassemblyjs/leb128": { - "version": "1.9.0", - "dev": true, - "license": "MIT", - "dependencies": { - "@xtuc/long": "4.2.2" - } - }, - "node_modules/@storybook/angular/node_modules/@webassemblyjs/utf8": { - "version": "1.9.0", - "dev": true, - "license": "MIT" - }, - "node_modules/@storybook/angular/node_modules/@webassemblyjs/wasm-edit": { - "version": "1.9.0", - "dev": true, - "license": "MIT", - "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" - } - }, - "node_modules/@storybook/angular/node_modules/@webassemblyjs/wasm-gen": { - "version": "1.9.0", - "dev": true, - "license": "MIT", - "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" - } - }, - "node_modules/@storybook/angular/node_modules/@webassemblyjs/wasm-opt": { - "version": "1.9.0", - "dev": true, - "license": "MIT", - "dependencies": { - "@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/@storybook/angular/node_modules/@webassemblyjs/wasm-parser": { - "version": "1.9.0", - "dev": true, - "license": "MIT", - "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" - } - }, - "node_modules/@storybook/angular/node_modules/@webassemblyjs/wast-printer": { - "version": "1.9.0", - "dev": true, - "license": "MIT", - "dependencies": { - "@webassemblyjs/ast": "1.9.0", - "@webassemblyjs/wast-parser": "1.9.0", - "@xtuc/long": "4.2.2" - } - }, - "node_modules/@storybook/angular/node_modules/acorn": { - "version": "6.4.2", - "dev": true, - "license": "MIT", - "bin": { - "acorn": "bin/acorn" - }, - "engines": { - "node": ">=0.4.0" - } + "version": "16.18.61", + "resolved": "https://registry.npmjs.org/@types/node/-/node-16.18.61.tgz", + "integrity": "sha512-k0N7BqGhJoJzdh6MuQg1V1ragJiXTh8VUBAZTWjJ9cUq23SG0F0xavOwZbhiP4J3y20xd6jxKx+xNUhkMAi76Q==", + "dev": true }, "node_modules/@storybook/angular/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, - "license": "MIT", "dependencies": { "fast-deep-equal": "^3.1.1", "fast-json-stable-stringify": "^2.0.0", @@ -11909,16 +11178,18 @@ }, "node_modules/@storybook/angular/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, - "license": "MIT", "peerDependencies": { "ajv": "^6.9.1" } }, "node_modules/@storybook/angular/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==", "dev": true, - "license": "MIT", "dependencies": { "color-convert": "^2.0.1" }, @@ -11931,8 +11202,9 @@ }, "node_modules/@storybook/angular/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, - "license": "MIT", "dependencies": { "browserslist": "^4.12.0", "caniuse-lite": "^1.0.30001109", @@ -11950,22 +11222,11 @@ "url": "https://tidelift.com/funding/github/npm/autoprefixer" } }, - "node_modules/@storybook/angular/node_modules/babel-plugin-polyfill-corejs3": { - "version": "0.1.7", - "dev": true, - "license": "MIT", - "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/angular/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, - "license": "MIT", "dependencies": { "arr-flatten": "^1.1.0", "array-unique": "^0.3.2", @@ -11984,8 +11245,9 @@ }, "node_modules/@storybook/angular/node_modules/braces/node_modules/extend-shallow": { "version": "2.0.1", + "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz", + "integrity": "sha512-zCnTtlxNoAiDc3gqY2aYAWFx7XWWiasuF2K8Me5WbN8otHKTUKBwjPtNpRs/rbUZm7KxWAaNj7P1a/p52GbVug==", "dev": true, - "license": "MIT", "dependencies": { "is-extendable": "^0.1.0" }, @@ -11993,37 +11255,11 @@ "node": ">=0.10.0" } }, - "node_modules/@storybook/angular/node_modules/cacache": { - "version": "12.0.4", - "dev": true, - "license": "ISC", - "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/@storybook/angular/node_modules/chownr": { - "version": "1.1.4", - "dev": true, - "license": "ISC" - }, "node_modules/@storybook/angular/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==", "dev": true, - "license": "MIT", "dependencies": { "color-name": "~1.1.4" }, @@ -12031,47 +11267,33 @@ "node": ">=7.0.0" } }, - "node_modules/@storybook/angular/node_modules/commander": { - "version": "2.20.3", - "dev": true, - "license": "MIT" + "node_modules/@storybook/angular/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==", + "dev": true }, - "node_modules/@storybook/angular/node_modules/enhanced-resolve": { - "version": "4.5.0", + "node_modules/@storybook/angular/node_modules/cosmiconfig": { + "version": "7.1.0", + "resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-7.1.0.tgz", + "integrity": "sha512-AdmX6xUzdNASswsFtmwSt7Vj8po9IuqXm0UXz7QKPuEUmPB4XyjGfaAr2PSuELMwkRMVH1EpIkX5bTZGRB3eCA==", "dev": true, "dependencies": { - "graceful-fs": "^4.1.2", - "memory-fs": "^0.5.0", - "tapable": "^1.0.0" + "@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": ">=6.9.0" - } - }, - "node_modules/@storybook/angular/node_modules/eslint-scope": { - "version": "4.0.3", - "dev": true, - "license": "BSD-2-Clause", - "dependencies": { - "esrecurse": "^4.1.0", - "estraverse": "^4.1.1" - }, - "engines": { - "node": ">=4.0.0" - } - }, - "node_modules/@storybook/angular/node_modules/estraverse": { - "version": "4.3.0", - "dev": true, - "license": "BSD-2-Clause", - "engines": { - "node": ">=4.0" + "node": ">=10" } }, "node_modules/@storybook/angular/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, - "license": "MIT", "dependencies": { "extend-shallow": "^2.0.1", "is-number": "^3.0.0", @@ -12084,8 +11306,9 @@ }, "node_modules/@storybook/angular/node_modules/fill-range/node_modules/extend-shallow": { "version": "2.0.1", + "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz", + "integrity": "sha512-zCnTtlxNoAiDc3gqY2aYAWFx7XWWiasuF2K8Me5WbN8otHKTUKBwjPtNpRs/rbUZm7KxWAaNj7P1a/p52GbVug==", "dev": true, - "license": "MIT", "dependencies": { "is-extendable": "^0.1.0" }, @@ -12095,8 +11318,9 @@ }, "node_modules/@storybook/angular/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, - "license": "MIT", "dependencies": { "@babel/code-frame": "^7.5.5", "chalk": "^2.4.1", @@ -12113,8 +11337,9 @@ }, "node_modules/@storybook/angular/node_modules/fork-ts-checker-webpack-plugin/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, - "license": "MIT", "dependencies": { "arr-diff": "^4.0.0", "array-unique": "^0.3.2", @@ -12143,64 +11368,35 @@ "semver": "bin/semver" } }, - "node_modules/@storybook/angular/node_modules/fs-extra": { - "version": "9.1.0", - "dev": true, - "license": "MIT", - "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/angular/node_modules/glob": { - "version": "7.2.3", - "dev": true, - "license": "ISC", - "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": "*" - }, - "funding": { - "url": "https://github.com/sponsors/isaacs" - } - }, "node_modules/@storybook/angular/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==", "dev": true, - "license": "MIT", "engines": { "node": ">=8" } }, "node_modules/@storybook/angular/node_modules/is-buffer": { "version": "1.1.6", - "dev": true, - "license": "MIT" + "resolved": "https://registry.npmjs.org/is-buffer/-/is-buffer-1.1.6.tgz", + "integrity": "sha512-NcdALwpXkTm5Zvvbk7owOUSvVvBKDgKP5/ewfXEznmQFfs4ZRmanOeKBTjRVjka3QFoN6XJ+9F3USqfHqTaU5w==", + "dev": true }, "node_modules/@storybook/angular/node_modules/is-extendable": { "version": "0.1.1", + "resolved": "https://registry.npmjs.org/is-extendable/-/is-extendable-0.1.1.tgz", + "integrity": "sha512-5BMULNob1vgFX6EjQw5izWDxrecWK9AM72rugNr0TFldMOi0fj6Jk+zeKIt0xGj4cEfQIJth4w3OKWOJ4f+AFw==", "dev": true, - "license": "MIT", "engines": { "node": ">=0.10.0" } }, "node_modules/@storybook/angular/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, - "license": "MIT", "dependencies": { "kind-of": "^3.0.2" }, @@ -12210,8 +11406,9 @@ }, "node_modules/@storybook/angular/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, - "license": "MIT", "dependencies": { "is-buffer": "^1.1.5" }, @@ -12219,36 +11416,23 @@ "node": ">=0.10.0" } }, - "node_modules/@storybook/angular/node_modules/is-wsl": { - "version": "1.1.0", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=4" - } - }, "node_modules/@storybook/angular/node_modules/isarray": { "version": "1.0.0", - "dev": true, - "license": "MIT" + "resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz", + "integrity": "sha512-VLghIWNM6ELQzo7zwmcg0NmTVyWKYjvIeM83yjp0wRDTmUnrM678fQbcKBo6n2CJEF0szoG//ytg+TKla89ALQ==", + "dev": true }, "node_modules/@storybook/angular/node_modules/json-schema-traverse": { "version": "0.4.1", - "dev": true, - "license": "MIT" - }, - "node_modules/@storybook/angular/node_modules/loader-runner": { - "version": "2.4.0", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=4.3.0 <5.0.0 || >=5.10" - } + "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/@storybook/angular/node_modules/loader-utils": { "version": "2.0.4", + "resolved": "https://registry.npmjs.org/loader-utils/-/loader-utils-2.0.4.tgz", + "integrity": "sha512-xXqpXoINfFhgua9xiqD8fPFHgkoq1mmmpE92WlDbm9rNRd/EbRb+Gqf908T2DMfuHjjJlksiK2RbHVOdD/MqSw==", "dev": true, - "license": "MIT", "dependencies": { "big.js": "^5.2.2", "emojis-list": "^3.0.0", @@ -12258,26 +11442,30 @@ "node": ">=8.9.0" } }, - "node_modules/@storybook/angular/node_modules/mkdirp": { - "version": "0.5.6", + "node_modules/@storybook/angular/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, - "license": "MIT", "dependencies": { - "minimist": "^1.2.6" + "errno": "^0.1.3", + "readable-stream": "^2.0.1" }, - "bin": { - "mkdirp": "bin/cmd.js" + "engines": { + "node": ">=4.3.0 <5.0.0 || >=5.10" } }, "node_modules/@storybook/angular/node_modules/picocolors": { "version": "0.2.1", - "dev": true, - "license": "ISC" + "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-0.2.1.tgz", + "integrity": "sha512-cMlDqaLEqfSaW8Z7N5Jw+lyIW869EzT73/F5lhtY9cLGoVxSXznfgfXMO0Z5K0o0Q2TkTXq+0KFsdnSe3jDViA==", + "dev": true }, "node_modules/@storybook/angular/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, - "license": "MIT", "dependencies": { "picocolors": "^0.2.1", "source-map": "^0.6.1" @@ -12292,8 +11480,9 @@ }, "node_modules/@storybook/angular/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, - "license": "MIT", "dependencies": { "cosmiconfig": "^7.0.0", "klona": "^2.0.4", @@ -12313,10 +11502,40 @@ "webpack": "^4.0.0 || ^5.0.0" } }, + "node_modules/@storybook/angular/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": { + "loose-envify": "^1.1.0", + "object-assign": "^4.1.1", + "prop-types": "^15.6.2" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/@storybook/angular/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": { + "loose-envify": "^1.1.0", + "object-assign": "^4.1.1", + "prop-types": "^15.6.2", + "scheduler": "^0.19.1" + }, + "peerDependencies": { + "react": "^16.14.0" + } + }, "node_modules/@storybook/angular/node_modules/readable-stream": { "version": "2.3.8", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.8.tgz", + "integrity": "sha512-8p0AUk4XODgIewSi0l8Epjs+EVnWiK7NoDIEGU0HhE7+ZyY8D1IMY7odu5lRrFXGg71L15KG8QrPmum45RTtdA==", "dev": true, - "license": "MIT", "dependencies": { "core-util-is": "~1.0.0", "inherits": "~2.0.3", @@ -12327,21 +11546,11 @@ "util-deprecate": "~1.0.1" } }, - "node_modules/@storybook/angular/node_modules/rimraf": { - "version": "2.7.1", - "dev": true, - "license": "ISC", - "dependencies": { - "glob": "^7.1.3" - }, - "bin": { - "rimraf": "bin.js" - } - }, "node_modules/@storybook/angular/node_modules/sass-loader": { "version": "10.4.1", + "resolved": "https://registry.npmjs.org/sass-loader/-/sass-loader-10.4.1.tgz", + "integrity": "sha512-aX/iJZTTpNUNx/OSYzo2KsjIUQHqvWsAhhUijFjAPdZTEhstjZI9zTNvkTTwsx+uNUJqUwOw5gacxQMx4hJxGQ==", "dev": true, - "license": "MIT", "dependencies": { "klona": "^2.0.4", "loader-utils": "^2.0.0", @@ -12374,10 +11583,21 @@ } } }, + "node_modules/@storybook/angular/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/@storybook/angular/node_modules/schema-utils": { - "version": "3.1.2", + "version": "3.3.0", + "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-3.3.0.tgz", + "integrity": "sha512-pN/yOAvcC+5rQ5nERGuwrjLlYvLTbCibnZ1I7B1LaiAz9BRBlE9GMgE/eqV30P7aJQUf7Ddimy/RsbYO/GrVGg==", "dev": true, - "license": "MIT", "dependencies": { "@types/json-schema": "^7.0.8", "ajv": "^6.12.5", @@ -12391,42 +11611,38 @@ "url": "https://opencollective.com/webpack" } }, - "node_modules/@storybook/angular/node_modules/serialize-javascript": { - "version": "4.0.0", - "dev": true, - "license": "BSD-3-Clause", - "dependencies": { - "randombytes": "^2.1.0" - } - }, "node_modules/@storybook/angular/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, - "license": "BSD-3-Clause", "engines": { "node": ">=0.10.0" } }, - "node_modules/@storybook/angular/node_modules/ssri": { - "version": "6.0.2", - "dev": true, - "license": "ISC", - "dependencies": { - "figgy-pudding": "^3.5.1" - } - }, "node_modules/@storybook/angular/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==", "dev": true, - "license": "MIT", "dependencies": { "safe-buffer": "~5.1.0" } }, + "node_modules/@storybook/angular/node_modules/strip-bom": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-3.0.0.tgz", + "integrity": "sha512-vavAMRXOgBVNF6nyEEmL3DBK19iRpDcoIwW+swQ+CbGiu7lju6t+JklA1MHweoWtadgt4ISVUsXLyDq34ddcwA==", + "dev": true, + "engines": { + "node": ">=4" + } + }, "node_modules/@storybook/angular/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, - "license": "MIT", "dependencies": { "has-flag": "^4.0.0" }, @@ -12436,67 +11652,18 @@ }, "node_modules/@storybook/angular/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, - "license": "MIT", "engines": { "node": ">=6" } }, - "node_modules/@storybook/angular/node_modules/terser": { - "version": "4.8.1", - "dev": true, - "license": "BSD-2-Clause", - "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/angular/node_modules/terser-webpack-plugin": { - "version": "1.4.5", - "dev": true, - "license": "MIT", - "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" - } - }, - "node_modules/@storybook/angular/node_modules/terser-webpack-plugin/node_modules/schema-utils": { - "version": "1.0.0", - "dev": true, - "license": "MIT", - "dependencies": { - "ajv": "^6.1.0", - "ajv-errors": "^1.0.0", - "ajv-keywords": "^3.1.0" - }, - "engines": { - "node": ">= 4" - } - }, "node_modules/@storybook/angular/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, - "license": "MIT", "dependencies": { "is-number": "^3.0.0", "repeat-string": "^1.6.1" @@ -12507,8 +11674,9 @@ }, "node_modules/@storybook/angular/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, - "license": "MIT", "dependencies": { "chalk": "^4.1.0", "enhanced-resolve": "^4.0.0", @@ -12526,8 +11694,9 @@ }, "node_modules/@storybook/angular/node_modules/ts-loader/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, - "license": "MIT", "dependencies": { "ansi-styles": "^4.1.0", "supports-color": "^7.1.0" @@ -12539,80 +11708,64 @@ "url": "https://github.com/chalk/chalk?sponsor=1" } }, - "node_modules/@storybook/angular/node_modules/watchpack": { - "version": "1.7.5", + "node_modules/@storybook/angular/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, - "license": "MIT", "dependencies": { "graceful-fs": "^4.1.2", - "neo-async": "^2.5.0" - }, - "optionalDependencies": { - "chokidar": "^3.4.1", - "watchpack-chokidar2": "^2.0.1" - } - }, - "node_modules/@storybook/angular/node_modules/webpack": { - "version": "4.46.0", - "dev": true, - "license": "MIT", - "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" + "memory-fs": "^0.5.0", + "tapable": "^1.0.0" }, "engines": { - "node": ">=6.11.5" + "node": ">=6.9.0" + } + }, + "node_modules/@storybook/angular/node_modules/tsconfig-paths": { + "version": "3.14.2", + "resolved": "https://registry.npmjs.org/tsconfig-paths/-/tsconfig-paths-3.14.2.tgz", + "integrity": "sha512-o/9iXgCYc5L/JxCHPe3Hvh8Q/2xm5Z+p18PESBU6Ff33695QnCHBEjcytY2q19ua7Mbl/DavtBOLq+oG0RCL+g==", + "dev": true, + "dependencies": { + "@types/json5": "^0.0.29", + "json5": "^1.0.2", + "minimist": "^1.2.6", + "strip-bom": "^3.0.0" + } + }, + "node_modules/@storybook/angular/node_modules/tsconfig-paths-webpack-plugin": { + "version": "3.5.2", + "resolved": "https://registry.npmjs.org/tsconfig-paths-webpack-plugin/-/tsconfig-paths-webpack-plugin-3.5.2.tgz", + "integrity": "sha512-EhnfjHbzm5IYI9YPNVIxx1moxMI4bpHD2e0zTXeDNQcwjjRaGepP7IhTHJkyDBG0CAOoxRfe7jCG630Ou+C6Pw==", + "dev": true, + "dependencies": { + "chalk": "^4.1.0", + "enhanced-resolve": "^5.7.0", + "tsconfig-paths": "^3.9.0" + } + }, + "node_modules/@storybook/angular/node_modules/tsconfig-paths-webpack-plugin/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": { - "type": "opencollective", - "url": "https://opencollective.com/webpack" - }, - "peerDependenciesMeta": { - "webpack-cli": { - "optional": true - }, - "webpack-command": { - "optional": true - } + "url": "https://github.com/chalk/chalk?sponsor=1" } }, - "node_modules/@storybook/angular/node_modules/webpack-sources": { - "version": "1.4.3", - "dev": true, - "license": "MIT", - "dependencies": { - "source-list-map": "^2.0.0", - "source-map": "~0.6.1" - } - }, - "node_modules/@storybook/angular/node_modules/webpack/node_modules/json5": { + "node_modules/@storybook/angular/node_modules/tsconfig-paths/node_modules/json5": { "version": "1.0.2", + "resolved": "https://registry.npmjs.org/json5/-/json5-1.0.2.tgz", + "integrity": "sha512-g1MWMLBiz8FKi1e4w0UyVL3w+iJceWAFBAaBnnGKOpNa5f8TLktkbre1+s6oICydWAm+HRUGTmI+//xv2hvXYA==", "dev": true, - "license": "MIT", "dependencies": { "minimist": "^1.2.0" }, @@ -12620,81 +11773,19 @@ "json5": "lib/cli.js" } }, - "node_modules/@storybook/angular/node_modules/webpack/node_modules/loader-utils": { - "version": "1.4.2", - "dev": true, - "license": "MIT", - "dependencies": { - "big.js": "^5.2.2", - "emojis-list": "^3.0.0", - "json5": "^1.0.1" - }, - "engines": { - "node": ">=4.0.0" - } - }, - "node_modules/@storybook/angular/node_modules/webpack/node_modules/memory-fs": { - "version": "0.4.1", - "dev": true, - "license": "MIT", - "dependencies": { - "errno": "^0.1.3", - "readable-stream": "^2.0.1" - } - }, - "node_modules/@storybook/angular/node_modules/webpack/node_modules/micromatch": { - "version": "3.1.10", - "dev": true, - "license": "MIT", - "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" - } - }, - "node_modules/@storybook/angular/node_modules/webpack/node_modules/schema-utils": { - "version": "1.0.0", - "dev": true, - "license": "MIT", - "dependencies": { - "ajv": "^6.1.0", - "ajv-errors": "^1.0.0", - "ajv-keywords": "^3.1.0" - }, - "engines": { - "node": ">= 4" - } - }, - "node_modules/@storybook/angular/node_modules/y18n": { - "version": "4.0.3", - "dev": true, - "license": "ISC" - }, "node_modules/@storybook/api": { - "version": "6.5.10", + "version": "6.5.16", + "resolved": "https://registry.npmjs.org/@storybook/api/-/api-6.5.16.tgz", + "integrity": "sha512-HOsuT8iomqeTMQJrRx5U8nsC7lJTwRr1DhdD0SzlqL4c80S/7uuCy4IZvOt4sYQjOzW5fOo/kamcoBXyLproTA==", "dev": true, - "license": "MIT", "dependencies": { - "@storybook/channels": "6.5.10", - "@storybook/client-logger": "6.5.10", - "@storybook/core-events": "6.5.10", + "@storybook/channels": "6.5.16", + "@storybook/client-logger": "6.5.16", + "@storybook/core-events": "6.5.16", "@storybook/csf": "0.0.2--canary.4566f4d.1", - "@storybook/router": "6.5.10", + "@storybook/router": "6.5.16", "@storybook/semver": "^7.3.2", - "@storybook/theming": "6.5.10", + "@storybook/theming": "6.5.16", "core-js": "^3.8.2", "fast-deep-equal": "^3.1.3", "global": "^4.4.0", @@ -12717,7 +11808,9 @@ }, "node_modules/@storybook/builder-webpack4": { "version": "6.5.16", - "license": "MIT", + "resolved": "https://registry.npmjs.org/@storybook/builder-webpack4/-/builder-webpack4-6.5.16.tgz", + "integrity": "sha512-YqDIrVNsUo8r9xc6AxsYDLxVYtMgl5Bxk+8/h1adsOko+jAFhdg6hOcAVxEmoSI0TMASOOVMFlT2hr23ppN2rQ==", + "dev": true, "dependencies": { "@babel/core": "^7.12.10", "@storybook/addons": "6.5.16", @@ -12781,96 +11874,1760 @@ } } }, - "node_modules/@storybook/builder-webpack4/node_modules/@babel/helper-define-polyfill-provider": { - "version": "0.1.5", - "license": "MIT", - "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/builder-webpack4/node_modules/@babel/helper-define-polyfill-provider/node_modules/semver": { - "version": "6.3.1", - "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz", - "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==", - "bin": { - "semver": "bin/semver.js" - } - }, "node_modules/@storybook/builder-webpack4/node_modules/@npmcli/fs": { "version": "1.1.1", - "license": "ISC", + "resolved": "https://registry.npmjs.org/@npmcli/fs/-/fs-1.1.1.tgz", + "integrity": "sha512-8KG5RD0GVP4ydEzRn/I4BNDuxDtqVbOdm8675T49OIG/NGhaK0pjPX7ZcDlvKYbA+ulvVK3ztfcF4uBdOxuJbQ==", + "dev": true, "dependencies": { "@gar/promisify": "^1.0.1", "semver": "^7.3.5" } }, - "node_modules/@storybook/builder-webpack4/node_modules/@npmcli/move-file": { - "version": "1.1.2", - "license": "MIT", + "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/@storybook/builder-webpack4/node_modules/@types/node": { + "version": "16.18.61", + "resolved": "https://registry.npmjs.org/@types/node/-/node-16.18.61.tgz", + "integrity": "sha512-k0N7BqGhJoJzdh6MuQg1V1ragJiXTh8VUBAZTWjJ9cUq23SG0F0xavOwZbhiP4J3y20xd6jxKx+xNUhkMAi76Q==", + "dev": true + }, + "node_modules/@storybook/builder-webpack4/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": { - "mkdirp": "^1.0.4", - "rimraf": "^3.0.2" + "@webassemblyjs/helper-module-context": "1.9.0", + "@webassemblyjs/helper-wasm-bytecode": "1.9.0", + "@webassemblyjs/wast-parser": "1.9.0" + } + }, + "node_modules/@storybook/builder-webpack4/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/@storybook/builder-webpack4/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/@storybook/builder-webpack4/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/@storybook/builder-webpack4/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": { + "@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/@storybook/builder-webpack4/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": { + "@xtuc/ieee754": "^1.2.0" + } + }, + "node_modules/@storybook/builder-webpack4/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": { + "@xtuc/long": "4.2.2" + } + }, + "node_modules/@storybook/builder-webpack4/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/@storybook/builder-webpack4/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": { + "@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/@storybook/builder-webpack4/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": { + "@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/@storybook/builder-webpack4/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": { + "@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/@storybook/builder-webpack4/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": { + "@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/@storybook/builder-webpack4/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, + "dependencies": { + "@webassemblyjs/ast": "1.9.0", + "@webassemblyjs/wast-parser": "1.9.0", + "@xtuc/long": "4.2.2" + } + }, + "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==", + "dev": true, + "bin": { + "acorn": "bin/acorn" + }, + "engines": { + "node": ">=0.4.0" + } + }, + "node_modules/@storybook/builder-webpack4/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": { + "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/@storybook/builder-webpack4/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, + "peerDependencies": { + "ajv": "^6.9.1" + } + }, + "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, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/@storybook/builder-webpack4/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": { + "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/@storybook/builder-webpack4/node_modules/babel-loader": { + "version": "8.3.0", + "resolved": "https://registry.npmjs.org/babel-loader/-/babel-loader-8.3.0.tgz", + "integrity": "sha512-H8SvsMF+m9t15HNLMipppzkC+Y2Yq+v3SonZyU70RBL/h1gxPkH08Ot8pEE9Z4Kd+czyWJClmFS8qzIP9OZ04Q==", + "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": ">= 8.9" + }, + "peerDependencies": { + "@babel/core": "^7.0.0", + "webpack": ">=2" + } + }, + "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": { + "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" + } + }, + "node_modules/@storybook/builder-webpack4/node_modules/braces/node_modules/extend-shallow": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz", + "integrity": "sha512-zCnTtlxNoAiDc3gqY2aYAWFx7XWWiasuF2K8Me5WbN8otHKTUKBwjPtNpRs/rbUZm7KxWAaNj7P1a/p52GbVug==", + "dev": true, + "dependencies": { + "is-extendable": "^0.1.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/@storybook/builder-webpack4/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": { + "@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": ">= 10" + } + }, + "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": { + "source-map": "~0.6.0" + }, + "engines": { + "node": ">= 4.0" + } + }, + "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": ">= 6" + } + }, + "node_modules/@storybook/builder-webpack4/node_modules/cosmiconfig": { + "version": "7.1.0", + "resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-7.1.0.tgz", + "integrity": "sha512-AdmX6xUzdNASswsFtmwSt7Vj8po9IuqXm0UXz7QKPuEUmPB4XyjGfaAr2PSuELMwkRMVH1EpIkX5bTZGRB3eCA==", + "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": ">=10" } }, - "node_modules/@storybook/builder-webpack4/node_modules/@storybook/addons": { - "version": "6.5.16", - "license": "MIT", + "node_modules/@storybook/builder-webpack4/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": { - "@storybook/api": "6.5.16", - "@storybook/channels": "6.5.16", - "@storybook/client-logger": "6.5.16", - "@storybook/core-events": "6.5.16", - "@storybook/csf": "0.0.2--canary.4566f4d.1", - "@storybook/router": "6.5.16", - "@storybook/theming": "6.5.16", - "@types/webpack-env": "^1.16.0", - "core-js": "^3.8.2", - "global": "^4.4.0", - "regenerator-runtime": "^0.13.7" + "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": ">= 8.9.0" }, "funding": { "type": "opencollective", - "url": "https://opencollective.com/storybook" + "url": "https://opencollective.com/webpack" }, "peerDependencies": { - "react": "^16.8.0 || ^17.0.0 || ^18.0.0", - "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0" + "webpack": "^4.0.0 || ^5.0.0" } }, - "node_modules/@storybook/builder-webpack4/node_modules/@storybook/api": { - "version": "6.5.16", - "license": "MIT", + "node_modules/@storybook/builder-webpack4/node_modules/css-loader/node_modules/json5": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/json5/-/json5-1.0.2.tgz", + "integrity": "sha512-g1MWMLBiz8FKi1e4w0UyVL3w+iJceWAFBAaBnnGKOpNa5f8TLktkbre1+s6oICydWAm+HRUGTmI+//xv2hvXYA==", + "dev": true, "dependencies": { + "minimist": "^1.2.0" + }, + "bin": { + "json5": "lib/cli.js" + } + }, + "node_modules/@storybook/builder-webpack4/node_modules/css-loader/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/builder-webpack4/node_modules/css-loader/node_modules/semver": { + "version": "6.3.1", + "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz", + "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==", + "dev": true, + "bin": { + "semver": "bin/semver.js" + } + }, + "node_modules/@storybook/builder-webpack4/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/@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==", + "dev": true, + "dependencies": { + "graceful-fs": "^4.1.2", + "memory-fs": "^0.5.0", + "tapable": "^1.0.0" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "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" + } + }, + "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==", + "dev": true, + "dependencies": { + "esrecurse": "^4.1.0", + "estraverse": "^4.1.1" + }, + "engines": { + "node": ">=4.0.0" + } + }, + "node_modules/@storybook/builder-webpack4/node_modules/estraverse": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-4.3.0.tgz", + "integrity": "sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw==", + "dev": true, + "engines": { + "node": ">=4.0" + } + }, + "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": { + "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/@storybook/builder-webpack4/node_modules/fill-range/node_modules/extend-shallow": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz", + "integrity": "sha512-zCnTtlxNoAiDc3gqY2aYAWFx7XWWiasuF2K8Me5WbN8otHKTUKBwjPtNpRs/rbUZm7KxWAaNj7P1a/p52GbVug==", + "dev": true, + "dependencies": { + "is-extendable": "^0.1.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/@storybook/builder-webpack4/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": ">=8" + }, + "funding": { + "url": "https://github.com/avajs/find-cache-dir?sponsor=1" + } + }, + "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": { + "@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": ">=6.11.5", + "yarn": ">=1.0.0" + } + }, + "node_modules/@storybook/builder-webpack4/node_modules/fork-ts-checker-webpack-plugin/node_modules/semver": { + "version": "5.7.2", + "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.2.tgz", + "integrity": "sha512-cBznnQ9KjJqU67B52RMC65CMarK2600WFnbkcaiwWq3xy/5haFJlshgnpjovMVJ+Hff49d8GEn0b87C5pDQ10g==", + "dev": true, + "bin": { + "semver": "bin/semver" + } + }, + "node_modules/@storybook/builder-webpack4/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": { + "minipass": "^3.0.0" + }, + "engines": { + "node": ">= 8" + } + }, + "node_modules/@storybook/builder-webpack4/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": "*" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, + "node_modules/@storybook/builder-webpack4/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==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "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": { + "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/builder-webpack4/node_modules/html-minifier-terser/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/builder-webpack4/node_modules/html-minifier-terser/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/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/builder-webpack4/node_modules/html-webpack-plugin/node_modules/json5": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/json5/-/json5-1.0.2.tgz", + "integrity": "sha512-g1MWMLBiz8FKi1e4w0UyVL3w+iJceWAFBAaBnnGKOpNa5f8TLktkbre1+s6oICydWAm+HRUGTmI+//xv2hvXYA==", + "dev": true, + "dependencies": { + "minimist": "^1.2.0" + }, + "bin": { + "json5": "lib/cli.js" + } + }, + "node_modules/@storybook/builder-webpack4/node_modules/html-webpack-plugin/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/builder-webpack4/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": { + "postcss": "^7.0.14" + }, + "engines": { + "node": ">= 6" + } + }, + "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/@storybook/builder-webpack4/node_modules/is-extendable": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/is-extendable/-/is-extendable-0.1.1.tgz", + "integrity": "sha512-5BMULNob1vgFX6EjQw5izWDxrecWK9AM72rugNr0TFldMOi0fj6Jk+zeKIt0xGj4cEfQIJth4w3OKWOJ4f+AFw==", + "dev": true, + "engines": { + "node": ">=0.10.0" + } + }, + "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": ">=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" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/@storybook/builder-webpack4/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==", + "dev": true, + "engines": { + "node": ">=4" + } + }, + "node_modules/@storybook/builder-webpack4/node_modules/isarray": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz", + "integrity": "sha512-VLghIWNM6ELQzo7zwmcg0NmTVyWKYjvIeM83yjp0wRDTmUnrM678fQbcKBo6n2CJEF0szoG//ytg+TKla89ALQ==", + "dev": true + }, + "node_modules/@storybook/builder-webpack4/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": { + "@types/node": "*", + "merge-stream": "^2.0.0", + "supports-color": "^7.0.0" + }, + "engines": { + "node": ">= 10.13.0" + } + }, + "node_modules/@storybook/builder-webpack4/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/@storybook/builder-webpack4/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, + "engines": { + "node": ">=4.3.0 <5.0.0 || >=5.10" + } + }, + "node_modules/@storybook/builder-webpack4/node_modules/loader-utils": { + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/loader-utils/-/loader-utils-2.0.4.tgz", + "integrity": "sha512-xXqpXoINfFhgua9xiqD8fPFHgkoq1mmmpE92WlDbm9rNRd/EbRb+Gqf908T2DMfuHjjJlksiK2RbHVOdD/MqSw==", + "dev": true, + "dependencies": { + "big.js": "^5.2.2", + "emojis-list": "^3.0.0", + "json5": "^2.1.2" + }, + "engines": { + "node": ">=8.9.0" + } + }, + "node_modules/@storybook/builder-webpack4/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": { + "p-locate": "^4.1.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/@storybook/builder-webpack4/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==", + "dev": true, + "dependencies": { + "yallist": "^4.0.0" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/@storybook/builder-webpack4/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==", + "dev": true, + "dependencies": { + "semver": "^6.0.0" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/@storybook/builder-webpack4/node_modules/make-dir/node_modules/semver": { + "version": "6.3.1", + "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz", + "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==", + "dev": true, + "bin": { + "semver": "bin/semver.js" + } + }, + "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": ">=0.10.0" + } + }, + "node_modules/@storybook/builder-webpack4/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/@storybook/builder-webpack4/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": { + "brace-expansion": "^1.1.7" + }, + "engines": { + "node": "*" + } + }, + "node_modules/@storybook/builder-webpack4/node_modules/minipass": { + "version": "3.3.6", + "resolved": "https://registry.npmjs.org/minipass/-/minipass-3.3.6.tgz", + "integrity": "sha512-DxiNidxSEK+tHG6zOIklvNOwm3hvCrbUrdtzY74U6HKTJxvIDfOUL5W5P2Ghd3DTkhhKPYGqeNUIh5qcM4YBfw==", + "dev": true, + "dependencies": { + "yallist": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/@storybook/builder-webpack4/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": { + "p-limit": "^2.2.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/@storybook/builder-webpack4/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": { + "p-try": "^2.0.0" + }, + "engines": { + "node": ">=6" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "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 + }, + "node_modules/@storybook/builder-webpack4/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": ">=8" + } + }, + "node_modules/@storybook/builder-webpack4/node_modules/pkg-dir/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" + }, + "engines": { + "node": ">=8" + } + }, + "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/" + } + }, + "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" + } + }, + "node_modules/@storybook/builder-webpack4/node_modules/postcss-loader/node_modules/schema-utils": { + "version": "3.3.0", + "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-3.3.0.tgz", + "integrity": "sha512-pN/yOAvcC+5rQ5nERGuwrjLlYvLTbCibnZ1I7B1LaiAz9BRBlE9GMgE/eqV30P7aJQUf7Ddimy/RsbYO/GrVGg==", + "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_modules/@storybook/builder-webpack4/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, + "dependencies": { + "postcss": "^7.0.5" + }, + "engines": { + "node": ">= 6" + } + }, + "node_modules/@storybook/builder-webpack4/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, + "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/@storybook/builder-webpack4/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, + "dependencies": { + "postcss": "^7.0.6", + "postcss-selector-parser": "^6.0.0" + }, + "engines": { + "node": ">= 6" + } + }, + "node_modules/@storybook/builder-webpack4/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, + "dependencies": { + "icss-utils": "^4.0.0", + "postcss": "^7.0.6" + } + }, + "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, + "dependencies": { + "lodash": "^4.17.20", + "renderkid": "^2.0.4" + } + }, + "node_modules/@storybook/builder-webpack4/node_modules/readable-stream": { + "version": "2.3.8", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.8.tgz", + "integrity": "sha512-8p0AUk4XODgIewSi0l8Epjs+EVnWiK7NoDIEGU0HhE7+ZyY8D1IMY7odu5lRrFXGg71L15KG8QrPmum45RTtdA==", + "dev": true, + "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/@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": { + "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/builder-webpack4/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": { + "glob": "^7.1.3" + }, + "bin": { + "rimraf": "bin.js" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, + "node_modules/@storybook/builder-webpack4/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" + }, + "engines": { + "node": ">= 8.9.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/webpack" + } + }, + "node_modules/@storybook/builder-webpack4/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": { + "randombytes": "^2.1.0" + } + }, + "node_modules/@storybook/builder-webpack4/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/@storybook/builder-webpack4/node_modules/ssri": { + "version": "8.0.1", + "resolved": "https://registry.npmjs.org/ssri/-/ssri-8.0.1.tgz", + "integrity": "sha512-97qShzy1AiyxvPNIkLWoGua7xoQzzPjQ0HAH4B0rWKo7SZ6USuPcrUiAFrws0UH8RrbWmgq3LMTObhPIHbbBeQ==", + "dev": true, + "dependencies": { + "minipass": "^3.1.1" + }, + "engines": { + "node": ">= 8" + } + }, + "node_modules/@storybook/builder-webpack4/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==", + "dev": true, + "dependencies": { + "safe-buffer": "~5.1.0" + } + }, + "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" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/@storybook/builder-webpack4/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": { + "loader-utils": "^2.0.0", + "schema-utils": "^2.7.0" + }, + "engines": { + "node": ">= 8.9.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/webpack" + }, + "peerDependencies": { + "webpack": "^4.0.0 || ^5.0.0" + } + }, + "node_modules/@storybook/builder-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" + } + }, + "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" + } + }, + "node_modules/@storybook/builder-webpack4/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": { + "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/@storybook/builder-webpack4/node_modules/terser-webpack-plugin/node_modules/schema-utils": { + "version": "3.3.0", + "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-3.3.0.tgz", + "integrity": "sha512-pN/yOAvcC+5rQ5nERGuwrjLlYvLTbCibnZ1I7B1LaiAz9BRBlE9GMgE/eqV30P7aJQUf7Ddimy/RsbYO/GrVGg==", + "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_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": { + "is-number": "^3.0.0", + "repeat-string": "^1.6.1" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/@storybook/builder-webpack4/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_modules/@storybook/builder-webpack4/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": { + "imurmurhash": "^0.1.4" + } + }, + "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" + } + }, + "node_modules/@storybook/builder-webpack4/node_modules/webpack": { + "version": "4.47.0", + "resolved": "https://registry.npmjs.org/webpack/-/webpack-4.47.0.tgz", + "integrity": "sha512-td7fYwgLSrky3fI1EuU5cneU4+pbH6GgOfuKNS1tNPcfdGinGELAqsb/BP4nnvZyKSG2i/xFGU7+n2PvZA8HJQ==", + "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 + } + } + }, + "node_modules/@storybook/builder-webpack4/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": ">= 6" + }, + "peerDependencies": { + "webpack": "^4.0.0 || ^5.0.0" + } + }, + "node_modules/@storybook/builder-webpack4/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, + "dependencies": { + "minimist": "^1.2.6" + }, + "bin": { + "mkdirp": "bin/cmd.js" + } + }, + "node_modules/@storybook/builder-webpack4/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/@storybook/builder-webpack4/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/@storybook/builder-webpack4/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/@storybook/builder-webpack4/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/@storybook/builder-webpack4/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/@storybook/builder-webpack4/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/@storybook/builder-webpack4/node_modules/webpack/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": { + "commondir": "^1.0.1", + "make-dir": "^2.0.0", + "pkg-dir": "^3.0.0" + }, + "engines": { + "node": ">=6" + } + }, + "node_modules/@storybook/builder-webpack4/node_modules/webpack/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": { + "locate-path": "^3.0.0" + }, + "engines": { + "node": ">=6" + } + }, + "node_modules/@storybook/builder-webpack4/node_modules/webpack/node_modules/json5": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/json5/-/json5-1.0.2.tgz", + "integrity": "sha512-g1MWMLBiz8FKi1e4w0UyVL3w+iJceWAFBAaBnnGKOpNa5f8TLktkbre1+s6oICydWAm+HRUGTmI+//xv2hvXYA==", + "dev": true, + "dependencies": { + "minimist": "^1.2.0" + }, + "bin": { + "json5": "lib/cli.js" + } + }, + "node_modules/@storybook/builder-webpack4/node_modules/webpack/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/builder-webpack4/node_modules/webpack/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": { + "p-locate": "^3.0.0", + "path-exists": "^3.0.0" + }, + "engines": { + "node": ">=6" + } + }, + "node_modules/@storybook/builder-webpack4/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" + } + }, + "node_modules/@storybook/builder-webpack4/node_modules/webpack/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" + }, + "engines": { + "node": ">=6" + } + }, + "node_modules/@storybook/builder-webpack4/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/@storybook/builder-webpack4/node_modules/webpack/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": ">=6" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/@storybook/builder-webpack4/node_modules/webpack/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": { + "p-limit": "^2.0.0" + }, + "engines": { + "node": ">=6" + } + }, + "node_modules/@storybook/builder-webpack4/node_modules/webpack/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, + "engines": { + "node": ">=4" + } + }, + "node_modules/@storybook/builder-webpack4/node_modules/webpack/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": { + "find-up": "^3.0.0" + }, + "engines": { + "node": ">=6" + } + }, + "node_modules/@storybook/builder-webpack4/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/@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" + } + }, + "node_modules/@storybook/builder-webpack4/node_modules/webpack/node_modules/semver": { + "version": "5.7.2", + "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.2.tgz", + "integrity": "sha512-cBznnQ9KjJqU67B52RMC65CMarK2600WFnbkcaiwWq3xy/5haFJlshgnpjovMVJ+Hff49d8GEn0b87C5pDQ10g==", + "dev": true, + "bin": { + "semver": "bin/semver" + } + }, + "node_modules/@storybook/builder-webpack4/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" + } + }, + "node_modules/@storybook/builder-webpack4/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" + } + }, + "node_modules/@storybook/builder-webpack4/node_modules/webpack/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/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" + } + }, + "node_modules/@storybook/builder-webpack4/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/@storybook/builder-webpack4/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/@storybook/builder-webpack4/node_modules/yallist": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", + "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==", + "dev": true + }, + "node_modules/@storybook/builder-webpack5": { + "version": "6.5.16", + "resolved": "https://registry.npmjs.org/@storybook/builder-webpack5/-/builder-webpack5-6.5.16.tgz", + "integrity": "sha512-kh8Sofm1sbijaHDWtm0sXabqACHVFjikU/fIkkW786kpjoPIPIec1a+hrLgDsZxMU3I7XapSOaCFzWt6FjVXjg==", + "dev": true, + "dependencies": { + "@babel/core": "^7.12.10", + "@storybook/addons": "6.5.16", + "@storybook/api": "6.5.16", + "@storybook/channel-postmessage": "6.5.16", "@storybook/channels": "6.5.16", + "@storybook/client-api": "6.5.16", "@storybook/client-logger": "6.5.16", + "@storybook/components": "6.5.16", + "@storybook/core-common": "6.5.16", "@storybook/core-events": "6.5.16", - "@storybook/csf": "0.0.2--canary.4566f4d.1", + "@storybook/node-logger": "6.5.16", + "@storybook/preview-web": "6.5.16", "@storybook/router": "6.5.16", "@storybook/semver": "^7.3.2", + "@storybook/store": "6.5.16", "@storybook/theming": "6.5.16", + "@types/node": "^14.0.10 || ^16.0.0", + "babel-loader": "^8.0.0", + "babel-plugin-named-exports-order": "^0.0.2", + "browser-assert": "^1.2.1", + "case-sensitive-paths-webpack-plugin": "^2.3.0", "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", + "css-loader": "^5.0.1", + "fork-ts-checker-webpack-plugin": "^6.0.4", + "glob": "^7.1.6", + "glob-promise": "^3.4.0", + "html-webpack-plugin": "^5.0.0", + "path-browserify": "^1.0.1", + "process": "^0.11.10", + "stable": "^0.1.8", + "style-loader": "^2.0.0", + "terser-webpack-plugin": "^5.0.3", "ts-dedent": "^2.0.0", - "util-deprecate": "^1.0.2" + "util-deprecate": "^1.0.2", + "webpack": "^5.9.0", + "webpack-dev-middleware": "^4.1.0", + "webpack-hot-middleware": "^2.25.1", + "webpack-virtual-modules": "^0.4.1" }, "funding": { "type": "opencollective", @@ -12879,11 +13636,526 @@ "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/builder-webpack4/node_modules/@storybook/channel-postmessage": { + "node_modules/@storybook/builder-webpack5/node_modules/@types/node": { + "version": "16.18.61", + "resolved": "https://registry.npmjs.org/@types/node/-/node-16.18.61.tgz", + "integrity": "sha512-k0N7BqGhJoJzdh6MuQg1V1ragJiXTh8VUBAZTWjJ9cUq23SG0F0xavOwZbhiP4J3y20xd6jxKx+xNUhkMAi76Q==", + "dev": true + }, + "node_modules/@storybook/builder-webpack5/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": { + "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/@storybook/builder-webpack5/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, + "peerDependencies": { + "ajv": "^6.9.1" + } + }, + "node_modules/@storybook/builder-webpack5/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==", + "dev": true, + "dependencies": { + "color-convert": "^2.0.1" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/chalk/ansi-styles?sponsor=1" + } + }, + "node_modules/@storybook/builder-webpack5/node_modules/babel-loader": { + "version": "8.3.0", + "resolved": "https://registry.npmjs.org/babel-loader/-/babel-loader-8.3.0.tgz", + "integrity": "sha512-H8SvsMF+m9t15HNLMipppzkC+Y2Yq+v3SonZyU70RBL/h1gxPkH08Ot8pEE9Z4Kd+czyWJClmFS8qzIP9OZ04Q==", + "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": ">= 8.9" + }, + "peerDependencies": { + "@babel/core": "^7.0.0", + "webpack": ">=2" + } + }, + "node_modules/@storybook/builder-webpack5/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" + } + }, + "node_modules/@storybook/builder-webpack5/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==", + "dev": true, + "dependencies": { + "color-name": "~1.1.4" + }, + "engines": { + "node": ">=7.0.0" + } + }, + "node_modules/@storybook/builder-webpack5/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==", + "dev": true + }, + "node_modules/@storybook/builder-webpack5/node_modules/colorette": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/colorette/-/colorette-1.4.0.tgz", + "integrity": "sha512-Y2oEozpomLn7Q3HFP7dpww7AtMJplbM9lGZP6RDfHqmbeRjiwRg4n6VM6j4KLmRke85uWEI7JqF17f3pqdRA0g==", + "dev": true + }, + "node_modules/@storybook/builder-webpack5/node_modules/css-loader": { + "version": "5.2.7", + "resolved": "https://registry.npmjs.org/css-loader/-/css-loader-5.2.7.tgz", + "integrity": "sha512-Q7mOvpBNBG7YrVGMxRxcBJZFL75o+cH2abNASdibkj/fffYD8qWbInZrD0S9ccI6vZclF3DsHE7njGlLtaHbhg==", + "dev": true, + "dependencies": { + "icss-utils": "^5.1.0", + "loader-utils": "^2.0.0", + "postcss": "^8.2.15", + "postcss-modules-extract-imports": "^3.0.0", + "postcss-modules-local-by-default": "^4.0.0", + "postcss-modules-scope": "^3.0.0", + "postcss-modules-values": "^4.0.0", + "postcss-value-parser": "^4.1.0", + "schema-utils": "^3.0.0", + "semver": "^7.3.5" + }, + "engines": { + "node": ">= 10.13.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/webpack" + }, + "peerDependencies": { + "webpack": "^4.27.0 || ^5.0.0" + } + }, + "node_modules/@storybook/builder-webpack5/node_modules/css-loader/node_modules/schema-utils": { + "version": "3.3.0", + "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-3.3.0.tgz", + "integrity": "sha512-pN/yOAvcC+5rQ5nERGuwrjLlYvLTbCibnZ1I7B1LaiAz9BRBlE9GMgE/eqV30P7aJQUf7Ddimy/RsbYO/GrVGg==", + "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_modules/@storybook/builder-webpack5/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": ">=8" + }, + "funding": { + "url": "https://github.com/avajs/find-cache-dir?sponsor=1" + } + }, + "node_modules/@storybook/builder-webpack5/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" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/@storybook/builder-webpack5/node_modules/fork-ts-checker-webpack-plugin": { + "version": "6.5.3", + "resolved": "https://registry.npmjs.org/fork-ts-checker-webpack-plugin/-/fork-ts-checker-webpack-plugin-6.5.3.tgz", + "integrity": "sha512-SbH/l9ikmMWycd5puHJKTkZJKddF4iRLyW3DeZ08HTI7NGyLS38MXd/KGgeWumQO7YNQbW2u/NtPT2YowbPaGQ==", + "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" + }, + "engines": { + "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/@storybook/builder-webpack5/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, + "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_modules/@storybook/builder-webpack5/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/builder-webpack5/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": "*" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, + "node_modules/@storybook/builder-webpack5/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==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/@storybook/builder-webpack5/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/@storybook/builder-webpack5/node_modules/loader-utils": { + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/loader-utils/-/loader-utils-2.0.4.tgz", + "integrity": "sha512-xXqpXoINfFhgua9xiqD8fPFHgkoq1mmmpE92WlDbm9rNRd/EbRb+Gqf908T2DMfuHjjJlksiK2RbHVOdD/MqSw==", + "dev": true, + "dependencies": { + "big.js": "^5.2.2", + "emojis-list": "^3.0.0", + "json5": "^2.1.2" + }, + "engines": { + "node": ">=8.9.0" + } + }, + "node_modules/@storybook/builder-webpack5/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": { + "p-locate": "^4.1.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/@storybook/builder-webpack5/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==", + "dev": true, + "dependencies": { + "semver": "^6.0.0" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/@storybook/builder-webpack5/node_modules/make-dir/node_modules/semver": { + "version": "6.3.1", + "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz", + "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==", + "dev": true, + "bin": { + "semver": "bin/semver.js" + } + }, + "node_modules/@storybook/builder-webpack5/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": { + "brace-expansion": "^1.1.7" + }, + "engines": { + "node": "*" + } + }, + "node_modules/@storybook/builder-webpack5/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": ">=6" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/@storybook/builder-webpack5/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": { + "p-limit": "^2.2.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/@storybook/builder-webpack5/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": ">=8" + } + }, + "node_modules/@storybook/builder-webpack5/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" + }, + "engines": { + "node": ">= 8.9.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/webpack" + } + }, + "node_modules/@storybook/builder-webpack5/node_modules/style-loader": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/style-loader/-/style-loader-2.0.0.tgz", + "integrity": "sha512-Z0gYUJmzZ6ZdRUqpg1r8GsaFKypE+3xAzuFeMuoHgjc9KZv3wMyCRjQIWEbhoFSq7+7yoHXySDJyyWQaPajeiQ==", + "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_modules/@storybook/builder-webpack5/node_modules/style-loader/node_modules/schema-utils": { + "version": "3.3.0", + "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-3.3.0.tgz", + "integrity": "sha512-pN/yOAvcC+5rQ5nERGuwrjLlYvLTbCibnZ1I7B1LaiAz9BRBlE9GMgE/eqV30P7aJQUf7Ddimy/RsbYO/GrVGg==", + "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_modules/@storybook/builder-webpack5/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" + } + }, + "node_modules/@storybook/builder-webpack5/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/@storybook/builder-webpack5/node_modules/webpack-dev-middleware": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/webpack-dev-middleware/-/webpack-dev-middleware-4.3.0.tgz", + "integrity": "sha512-PjwyVY95/bhBh6VUqt6z4THplYcsvQ8YNNBTBM873xLVmw8FLeALn0qurHbs9EmcfhzQis/eoqypSnZeuUz26w==", + "dev": true, + "dependencies": { + "colorette": "^1.2.2", + "mem": "^8.1.1", + "memfs": "^3.2.2", + "mime-types": "^2.1.30", + "range-parser": "^1.2.1", + "schema-utils": "^3.0.0" + }, + "engines": { + "node": ">= v10.23.3" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/webpack" + }, + "peerDependencies": { + "webpack": "^4.0.0 || ^5.0.0" + } + }, + "node_modules/@storybook/builder-webpack5/node_modules/webpack-dev-middleware/node_modules/schema-utils": { + "version": "3.3.0", + "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-3.3.0.tgz", + "integrity": "sha512-pN/yOAvcC+5rQ5nERGuwrjLlYvLTbCibnZ1I7B1LaiAz9BRBlE9GMgE/eqV30P7aJQUf7Ddimy/RsbYO/GrVGg==", + "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_modules/@storybook/channel-postmessage": { "version": "6.5.16", - "license": "MIT", + "resolved": "https://registry.npmjs.org/@storybook/channel-postmessage/-/channel-postmessage-6.5.16.tgz", + "integrity": "sha512-fZZSN29dsUArWOx7e7lTdMA9+7zijVwCwbvi2Fo4fqhRLh1DsTb/VXfz1FKMCWAjNlcX7QQvV25tnxbqsD6lyw==", + "dev": true, "dependencies": { "@storybook/channels": "6.5.16", "@storybook/client-logger": "6.5.16", @@ -12898,9 +14170,28 @@ "url": "https://opencollective.com/storybook" } }, - "node_modules/@storybook/builder-webpack4/node_modules/@storybook/channels": { + "node_modules/@storybook/channel-websocket": { "version": "6.5.16", - "license": "MIT", + "resolved": "https://registry.npmjs.org/@storybook/channel-websocket/-/channel-websocket-6.5.16.tgz", + "integrity": "sha512-wJg2lpBjmRC2GJFzmhB9kxlh109VE58r/0WhFtLbwKvPqsvGf82xkBEl6BtBCvIQ4stzYnj/XijjA8qSi2zpOg==", + "dev": true, + "dependencies": { + "@storybook/channels": "6.5.16", + "@storybook/client-logger": "6.5.16", + "core-js": "^3.8.2", + "global": "^4.4.0", + "telejson": "^6.0.8" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/storybook" + } + }, + "node_modules/@storybook/channels": { + "version": "6.5.16", + "resolved": "https://registry.npmjs.org/@storybook/channels/-/channels-6.5.16.tgz", + "integrity": "sha512-VylzaWQZaMozEwZPJdyJoz+0jpDa8GRyaqu9TGG6QGv+KU5POoZaGLDkRE7TzWkyyP0KQLo80K99MssZCpgSeg==", + "dev": true, "dependencies": { "core-js": "^3.8.2", "ts-dedent": "^2.0.0", @@ -12911,9 +14202,11 @@ "url": "https://opencollective.com/storybook" } }, - "node_modules/@storybook/builder-webpack4/node_modules/@storybook/client-api": { + "node_modules/@storybook/client-api": { "version": "6.5.16", - "license": "MIT", + "resolved": "https://registry.npmjs.org/@storybook/client-api/-/client-api-6.5.16.tgz", + "integrity": "sha512-i3UwkzzUFw8I+E6fOcgB5sc4oU2fhvaKnqC1mpd9IYGJ9JN9MnGIaVl3Ko28DtFItu/QabC9JsLIJVripFLktQ==", + "dev": true, "dependencies": { "@storybook/addons": "6.5.16", "@storybook/channel-postmessage": "6.5.16", @@ -12945,9 +14238,11 @@ "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0" } }, - "node_modules/@storybook/builder-webpack4/node_modules/@storybook/client-logger": { + "node_modules/@storybook/client-logger": { "version": "6.5.16", - "license": "MIT", + "resolved": "https://registry.npmjs.org/@storybook/client-logger/-/client-logger-6.5.16.tgz", + "integrity": "sha512-pxcNaCj3ItDdicPTXTtmYJE3YC1SjxFrBmHcyrN+nffeNyiMuViJdOOZzzzucTUG0wcOOX8jaSyak+nnHg5H1Q==", + "dev": true, "dependencies": { "core-js": "^3.8.2", "global": "^4.4.0" @@ -12957,9 +14252,11 @@ "url": "https://opencollective.com/storybook" } }, - "node_modules/@storybook/builder-webpack4/node_modules/@storybook/components": { + "node_modules/@storybook/components": { "version": "6.5.16", - "license": "MIT", + "resolved": "https://registry.npmjs.org/@storybook/components/-/components-6.5.16.tgz", + "integrity": "sha512-LzBOFJKITLtDcbW9jXl0/PaG+4xAz25PK8JxPZpIALbmOpYWOAPcO6V9C2heX6e6NgWFMUxjplkULEk9RCQMNA==", + "dev": true, "dependencies": { "@storybook/client-logger": "6.5.16", "@storybook/csf": "0.0.2--canary.4566f4d.1", @@ -12979,9 +14276,83 @@ "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0" } }, - "node_modules/@storybook/builder-webpack4/node_modules/@storybook/core-common": { + "node_modules/@storybook/core": { "version": "6.5.16", - "license": "MIT", + "resolved": "https://registry.npmjs.org/@storybook/core/-/core-6.5.16.tgz", + "integrity": "sha512-CEF3QFTsm/VMnMKtRNr4rRdLeIkIG0g1t26WcmxTdSThNPBd8CsWzQJ7Jqu7CKiut+MU4A1LMOwbwCE5F2gmyA==", + "dev": true, + "dependencies": { + "@storybook/core-client": "6.5.16", + "@storybook/core-server": "6.5.16" + }, + "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/manager-webpack5": { + "optional": true + }, + "typescript": { + "optional": true + } + } + }, + "node_modules/@storybook/core-client": { + "version": "6.5.16", + "resolved": "https://registry.npmjs.org/@storybook/core-client/-/core-client-6.5.16.tgz", + "integrity": "sha512-14IRaDrVtKrQ+gNWC0wPwkCNfkZOKghYV/swCUnQX3rP99defsZK8Hc7xHIYoAiOP5+sc3sweRAxgmFiJeQ1Ig==", + "dev": true, + "dependencies": { + "@storybook/addons": "6.5.16", + "@storybook/channel-postmessage": "6.5.16", + "@storybook/channel-websocket": "6.5.16", + "@storybook/client-api": "6.5.16", + "@storybook/client-logger": "6.5.16", + "@storybook/core-events": "6.5.16", + "@storybook/csf": "0.0.2--canary.4566f4d.1", + "@storybook/preview-web": "6.5.16", + "@storybook/store": "6.5.16", + "@storybook/ui": "6.5.16", + "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/core-common": { + "version": "6.5.16", + "resolved": "https://registry.npmjs.org/@storybook/core-common/-/core-common-6.5.16.tgz", + "integrity": "sha512-2qtnKP3TTOzt2cp6LXKRTh7XrI9z5VanMnMTgeoFcA5ebnndD4V6BExQUdYPClE/QooLx6blUWNgS9dFEpjSqQ==", + "dev": true, "dependencies": { "@babel/core": "^7.12.10", "@babel/plugin-proposal-class-properties": "^7.12.1", @@ -13048,2483 +14419,11 @@ } } }, - "node_modules/@storybook/builder-webpack4/node_modules/@storybook/core-common/node_modules/chalk": { - "version": "4.1.2", - "license": "MIT", - "dependencies": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/chalk/chalk?sponsor=1" - } - }, - "node_modules/@storybook/builder-webpack4/node_modules/@storybook/core-common/node_modules/cosmiconfig": { - "version": "6.0.0", - "license": "MIT", - "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/@storybook/builder-webpack4/node_modules/@storybook/core-common/node_modules/fork-ts-checker-webpack-plugin": { - "version": "6.5.3", - "license": "MIT", - "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" - }, - "engines": { - "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/@storybook/builder-webpack4/node_modules/@storybook/core-events": { - "version": "6.5.16", - "license": "MIT", - "dependencies": { - "core-js": "^3.8.2" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/storybook" - } - }, - "node_modules/@storybook/builder-webpack4/node_modules/@storybook/node-logger": { - "version": "6.5.16", - "license": "MIT", - "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" - } - }, - "node_modules/@storybook/builder-webpack4/node_modules/@storybook/node-logger/node_modules/chalk": { - "version": "4.1.2", - "license": "MIT", - "dependencies": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/chalk/chalk?sponsor=1" - } - }, - "node_modules/@storybook/builder-webpack4/node_modules/@storybook/preview-web": { - "version": "6.5.16", - "license": "MIT", - "dependencies": { - "@storybook/addons": "6.5.16", - "@storybook/channel-postmessage": "6.5.16", - "@storybook/client-logger": "6.5.16", - "@storybook/core-events": "6.5.16", - "@storybook/csf": "0.0.2--canary.4566f4d.1", - "@storybook/store": "6.5.16", - "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/builder-webpack4/node_modules/@storybook/router": { - "version": "6.5.16", - "license": "MIT", - "dependencies": { - "@storybook/client-logger": "6.5.16", - "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/builder-webpack4/node_modules/@storybook/store": { - "version": "6.5.16", - "license": "MIT", - "dependencies": { - "@storybook/addons": "6.5.16", - "@storybook/client-logger": "6.5.16", - "@storybook/core-events": "6.5.16", - "@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/@storybook/builder-webpack4/node_modules/@storybook/theming": { - "version": "6.5.16", - "license": "MIT", - "dependencies": { - "@storybook/client-logger": "6.5.16", - "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/builder-webpack4/node_modules/@types/html-minifier-terser": { - "version": "5.1.2", - "license": "MIT" - }, - "node_modules/@storybook/builder-webpack4/node_modules/@types/node": { - "version": "16.18.25", - "license": "MIT" - }, - "node_modules/@storybook/builder-webpack4/node_modules/@webassemblyjs/ast": { - "version": "1.9.0", - "license": "MIT", - "dependencies": { - "@webassemblyjs/helper-module-context": "1.9.0", - "@webassemblyjs/helper-wasm-bytecode": "1.9.0", - "@webassemblyjs/wast-parser": "1.9.0" - } - }, - "node_modules/@storybook/builder-webpack4/node_modules/@webassemblyjs/helper-api-error": { - "version": "1.9.0", - "license": "MIT" - }, - "node_modules/@storybook/builder-webpack4/node_modules/@webassemblyjs/helper-buffer": { - "version": "1.9.0", - "license": "MIT" - }, - "node_modules/@storybook/builder-webpack4/node_modules/@webassemblyjs/helper-wasm-bytecode": { - "version": "1.9.0", - "license": "MIT" - }, - "node_modules/@storybook/builder-webpack4/node_modules/@webassemblyjs/helper-wasm-section": { - "version": "1.9.0", - "license": "MIT", - "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" - } - }, - "node_modules/@storybook/builder-webpack4/node_modules/@webassemblyjs/ieee754": { - "version": "1.9.0", - "license": "MIT", - "dependencies": { - "@xtuc/ieee754": "^1.2.0" - } - }, - "node_modules/@storybook/builder-webpack4/node_modules/@webassemblyjs/leb128": { - "version": "1.9.0", - "license": "MIT", - "dependencies": { - "@xtuc/long": "4.2.2" - } - }, - "node_modules/@storybook/builder-webpack4/node_modules/@webassemblyjs/utf8": { - "version": "1.9.0", - "license": "MIT" - }, - "node_modules/@storybook/builder-webpack4/node_modules/@webassemblyjs/wasm-edit": { - "version": "1.9.0", - "license": "MIT", - "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" - } - }, - "node_modules/@storybook/builder-webpack4/node_modules/@webassemblyjs/wasm-gen": { - "version": "1.9.0", - "license": "MIT", - "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" - } - }, - "node_modules/@storybook/builder-webpack4/node_modules/@webassemblyjs/wasm-opt": { - "version": "1.9.0", - "license": "MIT", - "dependencies": { - "@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/@storybook/builder-webpack4/node_modules/@webassemblyjs/wasm-parser": { - "version": "1.9.0", - "license": "MIT", - "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" - } - }, - "node_modules/@storybook/builder-webpack4/node_modules/@webassemblyjs/wast-printer": { - "version": "1.9.0", - "license": "MIT", - "dependencies": { - "@webassemblyjs/ast": "1.9.0", - "@webassemblyjs/wast-parser": "1.9.0", - "@xtuc/long": "4.2.2" - } - }, - "node_modules/@storybook/builder-webpack4/node_modules/acorn": { - "version": "6.4.2", - "license": "MIT", - "bin": { - "acorn": "bin/acorn" - }, - "engines": { - "node": ">=0.4.0" - } - }, - "node_modules/@storybook/builder-webpack4/node_modules/ajv": { - "version": "6.12.6", - "license": "MIT", - "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" - }, - "funding": { - "type": "github", - "url": "https://github.com/sponsors/epoberezkin" - } - }, - "node_modules/@storybook/builder-webpack4/node_modules/ajv-keywords": { - "version": "3.5.2", - "license": "MIT", - "peerDependencies": { - "ajv": "^6.9.1" - } - }, - "node_modules/@storybook/builder-webpack4/node_modules/ansi-regex": { - "version": "2.1.1", - "license": "MIT", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/@storybook/builder-webpack4/node_modules/ansi-styles": { - "version": "4.3.0", - "license": "MIT", - "dependencies": { - "color-convert": "^2.0.1" - }, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/chalk/ansi-styles?sponsor=1" - } - }, - "node_modules/@storybook/builder-webpack4/node_modules/autoprefixer": { - "version": "9.8.8", - "license": "MIT", - "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" - } - }, - "node_modules/@storybook/builder-webpack4/node_modules/babel-plugin-polyfill-corejs3": { - "version": "0.1.7", - "license": "MIT", - "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/builder-webpack4/node_modules/braces": { - "version": "2.3.2", - "license": "MIT", - "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" - } - }, - "node_modules/@storybook/builder-webpack4/node_modules/braces/node_modules/extend-shallow": { - "version": "2.0.1", - "license": "MIT", - "dependencies": { - "is-extendable": "^0.1.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/@storybook/builder-webpack4/node_modules/cacache": { - "version": "15.3.0", - "license": "ISC", - "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" - }, - "engines": { - "node": ">= 10" - } - }, - "node_modules/@storybook/builder-webpack4/node_modules/clean-css": { - "version": "4.2.4", - "license": "MIT", - "dependencies": { - "source-map": "~0.6.0" - }, - "engines": { - "node": ">= 4.0" - } - }, - "node_modules/@storybook/builder-webpack4/node_modules/color-convert": { - "version": "2.0.1", - "license": "MIT", - "dependencies": { - "color-name": "~1.1.4" - }, - "engines": { - "node": ">=7.0.0" - } - }, - "node_modules/@storybook/builder-webpack4/node_modules/commander": { - "version": "4.1.1", - "license": "MIT", - "engines": { - "node": ">= 6" - } - }, - "node_modules/@storybook/builder-webpack4/node_modules/css-loader": { - "version": "3.6.0", - "license": "MIT", - "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" - }, - "engines": { - "node": ">= 8.9.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/webpack" - }, - "peerDependencies": { - "webpack": "^4.0.0 || ^5.0.0" - } - }, - "node_modules/@storybook/builder-webpack4/node_modules/css-loader/node_modules/semver": { - "version": "6.3.1", - "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz", - "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==", - "bin": { - "semver": "bin/semver.js" - } - }, - "node_modules/@storybook/builder-webpack4/node_modules/enhanced-resolve": { - "version": "4.5.0", - "dependencies": { - "graceful-fs": "^4.1.2", - "memory-fs": "^0.5.0", - "tapable": "^1.0.0" - }, - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@storybook/builder-webpack4/node_modules/eslint-scope": { - "version": "4.0.3", - "license": "BSD-2-Clause", - "dependencies": { - "esrecurse": "^4.1.0", - "estraverse": "^4.1.1" - }, - "engines": { - "node": ">=4.0.0" - } - }, - "node_modules/@storybook/builder-webpack4/node_modules/estraverse": { - "version": "4.3.0", - "license": "BSD-2-Clause", - "engines": { - "node": ">=4.0" - } - }, - "node_modules/@storybook/builder-webpack4/node_modules/fill-range": { - "version": "4.0.0", - "license": "MIT", - "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_modules/@storybook/builder-webpack4/node_modules/fill-range/node_modules/extend-shallow": { - "version": "2.0.1", - "license": "MIT", - "dependencies": { - "is-extendable": "^0.1.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/@storybook/builder-webpack4/node_modules/find-cache-dir": { - "version": "3.3.2", - "license": "MIT", - "dependencies": { - "commondir": "^1.0.1", - "make-dir": "^3.0.2", - "pkg-dir": "^4.1.0" - }, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/avajs/find-cache-dir?sponsor=1" - } - }, - "node_modules/@storybook/builder-webpack4/node_modules/find-cache-dir/node_modules/find-up": { - "version": "4.1.0", - "license": "MIT", - "dependencies": { - "locate-path": "^5.0.0", - "path-exists": "^4.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/@storybook/builder-webpack4/node_modules/find-cache-dir/node_modules/pkg-dir": { - "version": "4.2.0", - "license": "MIT", - "dependencies": { - "find-up": "^4.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/@storybook/builder-webpack4/node_modules/fork-ts-checker-webpack-plugin": { - "version": "4.1.6", - "license": "MIT", - "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" - }, - "engines": { - "node": ">=6.11.5", - "yarn": ">=1.0.0" - } - }, - "node_modules/@storybook/builder-webpack4/node_modules/fork-ts-checker-webpack-plugin/node_modules/semver": { - "version": "5.7.2", - "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.2.tgz", - "integrity": "sha512-cBznnQ9KjJqU67B52RMC65CMarK2600WFnbkcaiwWq3xy/5haFJlshgnpjovMVJ+Hff49d8GEn0b87C5pDQ10g==", - "bin": { - "semver": "bin/semver" - } - }, - "node_modules/@storybook/builder-webpack4/node_modules/fs-extra": { - "version": "9.1.0", - "license": "MIT", - "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/builder-webpack4/node_modules/glob": { - "version": "7.2.3", - "license": "ISC", - "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": "*" - }, - "funding": { - "url": "https://github.com/sponsors/isaacs" - } - }, - "node_modules/@storybook/builder-webpack4/node_modules/has-flag": { - "version": "4.0.0", - "license": "MIT", - "engines": { - "node": ">=8" - } - }, - "node_modules/@storybook/builder-webpack4/node_modules/html-minifier-terser": { - "version": "5.1.1", - "license": "MIT", - "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/builder-webpack4/node_modules/html-minifier-terser/node_modules/terser": { - "version": "4.8.1", - "license": "BSD-2-Clause", - "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/builder-webpack4/node_modules/html-minifier-terser/node_modules/terser/node_modules/commander": { - "version": "2.20.3", - "license": "MIT" - }, - "node_modules/@storybook/builder-webpack4/node_modules/html-webpack-plugin": { - "version": "4.5.2", - "license": "MIT", - "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/builder-webpack4/node_modules/icss-utils": { - "version": "4.1.1", - "license": "ISC", - "dependencies": { - "postcss": "^7.0.14" - }, - "engines": { - "node": ">= 6" - } - }, - "node_modules/@storybook/builder-webpack4/node_modules/is-buffer": { - "version": "1.1.6", - "license": "MIT" - }, - "node_modules/@storybook/builder-webpack4/node_modules/is-extendable": { - "version": "0.1.1", - "license": "MIT", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/@storybook/builder-webpack4/node_modules/is-number": { - "version": "3.0.0", - "license": "MIT", - "dependencies": { - "kind-of": "^3.0.2" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/@storybook/builder-webpack4/node_modules/is-number/node_modules/kind-of": { - "version": "3.2.2", - "license": "MIT", - "dependencies": { - "is-buffer": "^1.1.5" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/@storybook/builder-webpack4/node_modules/is-wsl": { - "version": "1.1.0", - "license": "MIT", - "engines": { - "node": ">=4" - } - }, - "node_modules/@storybook/builder-webpack4/node_modules/isarray": { - "version": "1.0.0", - "license": "MIT" - }, - "node_modules/@storybook/builder-webpack4/node_modules/jest-worker": { - "version": "26.6.2", - "license": "MIT", - "dependencies": { - "@types/node": "*", - "merge-stream": "^2.0.0", - "supports-color": "^7.0.0" - }, - "engines": { - "node": ">= 10.13.0" - } - }, - "node_modules/@storybook/builder-webpack4/node_modules/json-schema-traverse": { - "version": "0.4.1", - "license": "MIT" - }, - "node_modules/@storybook/builder-webpack4/node_modules/loader-runner": { - "version": "2.4.0", - "license": "MIT", - "engines": { - "node": ">=4.3.0 <5.0.0 || >=5.10" - } - }, - "node_modules/@storybook/builder-webpack4/node_modules/loader-utils": { - "version": "1.4.2", - "license": "MIT", - "dependencies": { - "big.js": "^5.2.2", - "emojis-list": "^3.0.0", - "json5": "^1.0.1" - }, - "engines": { - "node": ">=4.0.0" - } - }, - "node_modules/@storybook/builder-webpack4/node_modules/loader-utils/node_modules/json5": { - "version": "1.0.2", - "license": "MIT", - "dependencies": { - "minimist": "^1.2.0" - }, - "bin": { - "json5": "lib/cli.js" - } - }, - "node_modules/@storybook/builder-webpack4/node_modules/locate-path": { - "version": "5.0.0", - "license": "MIT", - "dependencies": { - "p-locate": "^4.1.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/@storybook/builder-webpack4/node_modules/lru-cache": { - "version": "6.0.0", - "license": "ISC", - "dependencies": { - "yallist": "^4.0.0" - }, - "engines": { - "node": ">=10" - } - }, - "node_modules/@storybook/builder-webpack4/node_modules/make-dir": { - "version": "3.1.0", - "license": "MIT", - "dependencies": { - "semver": "^6.0.0" - }, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/@storybook/builder-webpack4/node_modules/make-dir/node_modules/semver": { - "version": "6.3.1", - "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz", - "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==", - "bin": { - "semver": "bin/semver.js" - } - }, - "node_modules/@storybook/builder-webpack4/node_modules/micromatch": { - "version": "3.1.10", - "license": "MIT", - "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" - } - }, - "node_modules/@storybook/builder-webpack4/node_modules/mime": { - "version": "2.6.0", - "license": "MIT", - "bin": { - "mime": "cli.js" - }, - "engines": { - "node": ">=4.0.0" - } - }, - "node_modules/@storybook/builder-webpack4/node_modules/p-locate": { - "version": "4.1.0", - "license": "MIT", - "dependencies": { - "p-limit": "^2.2.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/@storybook/builder-webpack4/node_modules/p-locate/node_modules/p-limit": { - "version": "2.3.0", - "license": "MIT", - "dependencies": { - "p-try": "^2.0.0" - }, - "engines": { - "node": ">=6" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/@storybook/builder-webpack4/node_modules/picocolors": { - "version": "0.2.1", - "license": "ISC" - }, - "node_modules/@storybook/builder-webpack4/node_modules/postcss": { - "version": "7.0.39", - "license": "MIT", - "dependencies": { - "picocolors": "^0.2.1", - "source-map": "^0.6.1" - }, - "engines": { - "node": ">=6.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/postcss/" - } - }, - "node_modules/@storybook/builder-webpack4/node_modules/postcss-loader": { - "version": "4.3.0", - "license": "MIT", - "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/builder-webpack4/node_modules/postcss-loader/node_modules/loader-utils": { - "version": "2.0.4", - "license": "MIT", - "dependencies": { - "big.js": "^5.2.2", - "emojis-list": "^3.0.0", - "json5": "^2.1.2" - }, - "engines": { - "node": ">=8.9.0" - } - }, - "node_modules/@storybook/builder-webpack4/node_modules/postcss-loader/node_modules/schema-utils": { - "version": "3.1.2", - "license": "MIT", - "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_modules/@storybook/builder-webpack4/node_modules/postcss-modules-extract-imports": { - "version": "2.0.0", - "license": "ISC", - "dependencies": { - "postcss": "^7.0.5" - }, - "engines": { - "node": ">= 6" - } - }, - "node_modules/@storybook/builder-webpack4/node_modules/postcss-modules-local-by-default": { - "version": "3.0.3", - "license": "MIT", - "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/@storybook/builder-webpack4/node_modules/postcss-modules-scope": { - "version": "2.2.0", - "license": "ISC", - "dependencies": { - "postcss": "^7.0.6", - "postcss-selector-parser": "^6.0.0" - }, - "engines": { - "node": ">= 6" - } - }, - "node_modules/@storybook/builder-webpack4/node_modules/postcss-modules-values": { - "version": "3.0.0", - "license": "ISC", - "dependencies": { - "icss-utils": "^4.0.0", - "postcss": "^7.0.6" - } - }, - "node_modules/@storybook/builder-webpack4/node_modules/pretty-error": { - "version": "2.1.2", - "license": "MIT", - "dependencies": { - "lodash": "^4.17.20", - "renderkid": "^2.0.4" - } - }, - "node_modules/@storybook/builder-webpack4/node_modules/readable-stream": { - "version": "2.3.8", - "license": "MIT", - "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/@storybook/builder-webpack4/node_modules/renderkid": { - "version": "2.0.7", - "license": "MIT", - "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/builder-webpack4/node_modules/rimraf": { - "version": "3.0.2", - "license": "ISC", - "dependencies": { - "glob": "^7.1.3" - }, - "bin": { - "rimraf": "bin.js" - }, - "funding": { - "url": "https://github.com/sponsors/isaacs" - } - }, - "node_modules/@storybook/builder-webpack4/node_modules/schema-utils": { - "version": "2.7.0", - "license": "MIT", - "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_modules/@storybook/builder-webpack4/node_modules/serialize-javascript": { - "version": "5.0.1", - "license": "BSD-3-Clause", - "dependencies": { - "randombytes": "^2.1.0" - } - }, - "node_modules/@storybook/builder-webpack4/node_modules/source-map": { - "version": "0.6.1", - "license": "BSD-3-Clause", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/@storybook/builder-webpack4/node_modules/ssri": { - "version": "8.0.1", - "license": "ISC", - "dependencies": { - "minipass": "^3.1.1" - }, - "engines": { - "node": ">= 8" - } - }, - "node_modules/@storybook/builder-webpack4/node_modules/string_decoder": { - "version": "1.1.1", - "license": "MIT", - "dependencies": { - "safe-buffer": "~5.1.0" - } - }, - "node_modules/@storybook/builder-webpack4/node_modules/strip-ansi": { - "version": "3.0.1", - "license": "MIT", - "dependencies": { - "ansi-regex": "^2.0.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/@storybook/builder-webpack4/node_modules/style-loader": { - "version": "1.3.0", - "license": "MIT", - "dependencies": { - "loader-utils": "^2.0.0", - "schema-utils": "^2.7.0" - }, - "engines": { - "node": ">= 8.9.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/webpack" - }, - "peerDependencies": { - "webpack": "^4.0.0 || ^5.0.0" - } - }, - "node_modules/@storybook/builder-webpack4/node_modules/style-loader/node_modules/loader-utils": { - "version": "2.0.4", - "license": "MIT", - "dependencies": { - "big.js": "^5.2.2", - "emojis-list": "^3.0.0", - "json5": "^2.1.2" - }, - "engines": { - "node": ">=8.9.0" - } - }, - "node_modules/@storybook/builder-webpack4/node_modules/supports-color": { - "version": "7.2.0", - "license": "MIT", - "dependencies": { - "has-flag": "^4.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/@storybook/builder-webpack4/node_modules/tapable": { - "version": "1.1.3", - "license": "MIT", - "engines": { - "node": ">=6" - } - }, - "node_modules/@storybook/builder-webpack4/node_modules/terser-webpack-plugin": { - "version": "4.2.3", - "license": "MIT", - "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" - }, - "engines": { - "node": ">= 10.13.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/webpack" - }, - "peerDependencies": { - "webpack": "^4.0.0 || ^5.0.0" - } - }, - "node_modules/@storybook/builder-webpack4/node_modules/terser-webpack-plugin/node_modules/schema-utils": { - "version": "3.1.2", - "license": "MIT", - "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_modules/@storybook/builder-webpack4/node_modules/to-regex-range": { - "version": "2.1.1", - "license": "MIT", - "dependencies": { - "is-number": "^3.0.0", - "repeat-string": "^1.6.1" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/@storybook/builder-webpack4/node_modules/watchpack": { - "version": "1.7.5", - "license": "MIT", - "dependencies": { - "graceful-fs": "^4.1.2", - "neo-async": "^2.5.0" - }, - "optionalDependencies": { - "chokidar": "^3.4.1", - "watchpack-chokidar2": "^2.0.1" - } - }, - "node_modules/@storybook/builder-webpack4/node_modules/webpack": { - "version": "4.46.0", - "license": "MIT", - "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 - } - } - }, - "node_modules/@storybook/builder-webpack4/node_modules/webpack-dev-middleware": { - "version": "3.7.3", - "license": "MIT", - "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": ">= 6" - }, - "peerDependencies": { - "webpack": "^4.0.0 || ^5.0.0" - } - }, - "node_modules/@storybook/builder-webpack4/node_modules/webpack-dev-middleware/node_modules/memory-fs": { - "version": "0.4.1", - "license": "MIT", - "dependencies": { - "errno": "^0.1.3", - "readable-stream": "^2.0.1" - } - }, - "node_modules/@storybook/builder-webpack4/node_modules/webpack-dev-middleware/node_modules/mkdirp": { - "version": "0.5.6", - "license": "MIT", - "dependencies": { - "minimist": "^1.2.6" - }, - "bin": { - "mkdirp": "bin/cmd.js" - } - }, - "node_modules/@storybook/builder-webpack4/node_modules/webpack-filter-warnings-plugin": { - "version": "1.2.1", - "license": "MIT", - "engines": { - "node": ">= 4.3 < 5.0.0 || >= 5.10" - }, - "peerDependencies": { - "webpack": "^2.0.0 || ^3.0.0 || ^4.0.0" - } - }, - "node_modules/@storybook/builder-webpack4/node_modules/webpack-sources": { - "version": "1.4.3", - "license": "MIT", - "dependencies": { - "source-list-map": "^2.0.0", - "source-map": "~0.6.1" - } - }, - "node_modules/@storybook/builder-webpack4/node_modules/webpack-virtual-modules": { - "version": "0.2.2", - "license": "MIT", - "dependencies": { - "debug": "^3.0.0" - } - }, - "node_modules/@storybook/builder-webpack4/node_modules/webpack-virtual-modules/node_modules/debug": { - "version": "3.2.7", - "license": "MIT", - "dependencies": { - "ms": "^2.1.1" - } - }, - "node_modules/@storybook/builder-webpack4/node_modules/webpack/node_modules/cacache": { - "version": "12.0.4", - "license": "ISC", - "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/@storybook/builder-webpack4/node_modules/webpack/node_modules/chownr": { - "version": "1.1.4", - "license": "ISC" - }, - "node_modules/@storybook/builder-webpack4/node_modules/webpack/node_modules/commander": { - "version": "2.20.3", - "license": "MIT" - }, - "node_modules/@storybook/builder-webpack4/node_modules/webpack/node_modules/find-cache-dir": { - "version": "2.1.0", - "license": "MIT", - "dependencies": { - "commondir": "^1.0.1", - "make-dir": "^2.0.0", - "pkg-dir": "^3.0.0" - }, - "engines": { - "node": ">=6" - } - }, - "node_modules/@storybook/builder-webpack4/node_modules/webpack/node_modules/find-up": { - "version": "3.0.0", - "license": "MIT", - "dependencies": { - "locate-path": "^3.0.0" - }, - "engines": { - "node": ">=6" - } - }, - "node_modules/@storybook/builder-webpack4/node_modules/webpack/node_modules/locate-path": { - "version": "3.0.0", - "license": "MIT", - "dependencies": { - "p-locate": "^3.0.0", - "path-exists": "^3.0.0" - }, - "engines": { - "node": ">=6" - } - }, - "node_modules/@storybook/builder-webpack4/node_modules/webpack/node_modules/lru-cache": { - "version": "5.1.1", - "license": "ISC", - "dependencies": { - "yallist": "^3.0.2" - } - }, - "node_modules/@storybook/builder-webpack4/node_modules/webpack/node_modules/make-dir": { - "version": "2.1.0", - "license": "MIT", - "dependencies": { - "pify": "^4.0.1", - "semver": "^5.6.0" - }, - "engines": { - "node": ">=6" - } - }, - "node_modules/@storybook/builder-webpack4/node_modules/webpack/node_modules/memory-fs": { - "version": "0.4.1", - "license": "MIT", - "dependencies": { - "errno": "^0.1.3", - "readable-stream": "^2.0.1" - } - }, - "node_modules/@storybook/builder-webpack4/node_modules/webpack/node_modules/mkdirp": { - "version": "0.5.6", - "license": "MIT", - "dependencies": { - "minimist": "^1.2.6" - }, - "bin": { - "mkdirp": "bin/cmd.js" - } - }, - "node_modules/@storybook/builder-webpack4/node_modules/webpack/node_modules/p-limit": { - "version": "2.3.0", - "license": "MIT", - "dependencies": { - "p-try": "^2.0.0" - }, - "engines": { - "node": ">=6" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/@storybook/builder-webpack4/node_modules/webpack/node_modules/p-locate": { - "version": "3.0.0", - "license": "MIT", - "dependencies": { - "p-limit": "^2.0.0" - }, - "engines": { - "node": ">=6" - } - }, - "node_modules/@storybook/builder-webpack4/node_modules/webpack/node_modules/path-exists": { - "version": "3.0.0", - "license": "MIT", - "engines": { - "node": ">=4" - } - }, - "node_modules/@storybook/builder-webpack4/node_modules/webpack/node_modules/pkg-dir": { - "version": "3.0.0", - "license": "MIT", - "dependencies": { - "find-up": "^3.0.0" - }, - "engines": { - "node": ">=6" - } - }, - "node_modules/@storybook/builder-webpack4/node_modules/webpack/node_modules/rimraf": { - "version": "2.7.1", - "license": "ISC", - "dependencies": { - "glob": "^7.1.3" - }, - "bin": { - "rimraf": "bin.js" - } - }, - "node_modules/@storybook/builder-webpack4/node_modules/webpack/node_modules/schema-utils": { - "version": "1.0.0", - "license": "MIT", - "dependencies": { - "ajv": "^6.1.0", - "ajv-errors": "^1.0.0", - "ajv-keywords": "^3.1.0" - }, - "engines": { - "node": ">= 4" - } - }, - "node_modules/@storybook/builder-webpack4/node_modules/webpack/node_modules/semver": { - "version": "5.7.2", - "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.2.tgz", - "integrity": "sha512-cBznnQ9KjJqU67B52RMC65CMarK2600WFnbkcaiwWq3xy/5haFJlshgnpjovMVJ+Hff49d8GEn0b87C5pDQ10g==", - "bin": { - "semver": "bin/semver" - } - }, - "node_modules/@storybook/builder-webpack4/node_modules/webpack/node_modules/serialize-javascript": { - "version": "4.0.0", - "license": "BSD-3-Clause", - "dependencies": { - "randombytes": "^2.1.0" - } - }, - "node_modules/@storybook/builder-webpack4/node_modules/webpack/node_modules/ssri": { - "version": "6.0.2", - "license": "ISC", - "dependencies": { - "figgy-pudding": "^3.5.1" - } - }, - "node_modules/@storybook/builder-webpack4/node_modules/webpack/node_modules/terser": { - "version": "4.8.1", - "license": "BSD-2-Clause", - "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/builder-webpack4/node_modules/webpack/node_modules/terser-webpack-plugin": { - "version": "1.4.5", - "license": "MIT", - "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" - } - }, - "node_modules/@storybook/builder-webpack4/node_modules/webpack/node_modules/yallist": { - "version": "3.1.1", - "license": "ISC" - }, - "node_modules/@storybook/builder-webpack4/node_modules/y18n": { - "version": "4.0.3", - "license": "ISC" - }, - "node_modules/@storybook/builder-webpack4/node_modules/yallist": { - "version": "4.0.0", - "license": "ISC" - }, - "node_modules/@storybook/builder-webpack5": { - "version": "6.5.10", - "dev": true, - "license": "MIT", - "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", - "@types/node": "^14.0.10 || ^16.0.0", - "babel-loader": "^8.0.0", - "babel-plugin-named-exports-order": "^0.0.2", - "browser-assert": "^1.2.1", - "case-sensitive-paths-webpack-plugin": "^2.3.0", - "core-js": "^3.8.2", - "css-loader": "^5.0.1", - "fork-ts-checker-webpack-plugin": "^6.0.4", - "glob": "^7.1.6", - "glob-promise": "^3.4.0", - "html-webpack-plugin": "^5.0.0", - "path-browserify": "^1.0.1", - "process": "^0.11.10", - "stable": "^0.1.8", - "style-loader": "^2.0.0", - "terser-webpack-plugin": "^5.0.3", - "ts-dedent": "^2.0.0", - "util-deprecate": "^1.0.2", - "webpack": "^5.9.0", - "webpack-dev-middleware": "^4.1.0", - "webpack-hot-middleware": "^2.25.1", - "webpack-virtual-modules": "^0.4.1" - }, - "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/builder-webpack5/node_modules/@types/node": { - "version": "16.18.25", - "dev": true, - "license": "MIT" - }, - "node_modules/@storybook/builder-webpack5/node_modules/ajv": { - "version": "6.12.6", - "dev": true, - "license": "MIT", - "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" - }, - "funding": { - "type": "github", - "url": "https://github.com/sponsors/epoberezkin" - } - }, - "node_modules/@storybook/builder-webpack5/node_modules/ajv-keywords": { - "version": "3.5.2", - "dev": true, - "license": "MIT", - "peerDependencies": { - "ajv": "^6.9.1" - } - }, - "node_modules/@storybook/builder-webpack5/node_modules/ansi-styles": { - "version": "4.3.0", - "dev": true, - "license": "MIT", - "dependencies": { - "color-convert": "^2.0.1" - }, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/chalk/ansi-styles?sponsor=1" - } - }, - "node_modules/@storybook/builder-webpack5/node_modules/chalk": { - "version": "4.1.2", - "dev": true, - "license": "MIT", - "dependencies": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/chalk/chalk?sponsor=1" - } - }, - "node_modules/@storybook/builder-webpack5/node_modules/color-convert": { - "version": "2.0.1", - "dev": true, - "license": "MIT", - "dependencies": { - "color-name": "~1.1.4" - }, - "engines": { - "node": ">=7.0.0" - } - }, - "node_modules/@storybook/builder-webpack5/node_modules/colorette": { - "version": "1.4.0", - "dev": true, - "license": "MIT" - }, - "node_modules/@storybook/builder-webpack5/node_modules/cosmiconfig": { - "version": "6.0.0", - "dev": true, - "license": "MIT", - "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/@storybook/builder-webpack5/node_modules/css-loader": { - "version": "5.2.7", - "dev": true, - "license": "MIT", - "dependencies": { - "icss-utils": "^5.1.0", - "loader-utils": "^2.0.0", - "postcss": "^8.2.15", - "postcss-modules-extract-imports": "^3.0.0", - "postcss-modules-local-by-default": "^4.0.0", - "postcss-modules-scope": "^3.0.0", - "postcss-modules-values": "^4.0.0", - "postcss-value-parser": "^4.1.0", - "schema-utils": "^3.0.0", - "semver": "^7.3.5" - }, - "engines": { - "node": ">= 10.13.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/webpack" - }, - "peerDependencies": { - "webpack": "^4.27.0 || ^5.0.0" - } - }, - "node_modules/@storybook/builder-webpack5/node_modules/fork-ts-checker-webpack-plugin": { - "version": "6.5.3", - "dev": true, - "license": "MIT", - "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" - }, - "engines": { - "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/@storybook/builder-webpack5/node_modules/fork-ts-checker-webpack-plugin/node_modules/schema-utils": { - "version": "2.7.0", - "dev": true, - "license": "MIT", - "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_modules/@storybook/builder-webpack5/node_modules/fs-extra": { - "version": "9.1.0", - "dev": true, - "license": "MIT", - "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/builder-webpack5/node_modules/glob": { - "version": "7.2.3", - "dev": true, - "license": "ISC", - "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": "*" - }, - "funding": { - "url": "https://github.com/sponsors/isaacs" - } - }, - "node_modules/@storybook/builder-webpack5/node_modules/has-flag": { - "version": "4.0.0", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=8" - } - }, - "node_modules/@storybook/builder-webpack5/node_modules/json-schema-traverse": { - "version": "0.4.1", - "dev": true, - "license": "MIT" - }, - "node_modules/@storybook/builder-webpack5/node_modules/loader-utils": { - "version": "2.0.4", - "dev": true, - "license": "MIT", - "dependencies": { - "big.js": "^5.2.2", - "emojis-list": "^3.0.0", - "json5": "^2.1.2" - }, - "engines": { - "node": ">=8.9.0" - } - }, - "node_modules/@storybook/builder-webpack5/node_modules/schema-utils": { - "version": "3.1.2", - "dev": true, - "license": "MIT", - "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_modules/@storybook/builder-webpack5/node_modules/style-loader": { - "version": "2.0.0", - "dev": true, - "license": "MIT", - "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_modules/@storybook/builder-webpack5/node_modules/supports-color": { - "version": "7.2.0", - "dev": true, - "license": "MIT", - "dependencies": { - "has-flag": "^4.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/@storybook/builder-webpack5/node_modules/tapable": { - "version": "1.1.3", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=6" - } - }, - "node_modules/@storybook/builder-webpack5/node_modules/webpack-dev-middleware": { - "version": "4.3.0", - "dev": true, - "license": "MIT", - "dependencies": { - "colorette": "^1.2.2", - "mem": "^8.1.1", - "memfs": "^3.2.2", - "mime-types": "^2.1.30", - "range-parser": "^1.2.1", - "schema-utils": "^3.0.0" - }, - "engines": { - "node": ">= v10.23.3" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/webpack" - }, - "peerDependencies": { - "webpack": "^4.0.0 || ^5.0.0" - } - }, - "node_modules/@storybook/channel-postmessage": { - "version": "6.5.10", - "dev": true, - "license": "MIT", - "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" - } - }, - "node_modules/@storybook/channel-websocket": { - "version": "6.5.16", - "license": "MIT", - "dependencies": { - "@storybook/channels": "6.5.16", - "@storybook/client-logger": "6.5.16", - "core-js": "^3.8.2", - "global": "^4.4.0", - "telejson": "^6.0.8" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/storybook" - } - }, - "node_modules/@storybook/channel-websocket/node_modules/@storybook/channels": { - "version": "6.5.16", - "license": "MIT", - "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/channel-websocket/node_modules/@storybook/client-logger": { - "version": "6.5.16", - "license": "MIT", - "dependencies": { - "core-js": "^3.8.2", - "global": "^4.4.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/storybook" - } - }, - "node_modules/@storybook/channels": { - "version": "6.5.10", - "dev": true, - "license": "MIT", - "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/client-api": { - "version": "6.5.10", - "dev": true, - "license": "MIT", - "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", - "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" - }, - "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.10", - "dev": true, - "license": "MIT", - "dependencies": { - "core-js": "^3.8.2", - "global": "^4.4.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/storybook" - } - }, - "node_modules/@storybook/components": { - "version": "6.5.10", - "dev": true, - "license": "MIT", - "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" - }, - "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": { - "version": "6.5.16", - "dev": true, - "license": "MIT", - "dependencies": { - "@storybook/core-client": "6.5.16", - "@storybook/core-server": "6.5.16" - }, - "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/manager-webpack5": { - "optional": true - }, - "typescript": { - "optional": true - } - } - }, - "node_modules/@storybook/core-client": { - "version": "6.5.16", - "license": "MIT", - "dependencies": { - "@storybook/addons": "6.5.16", - "@storybook/channel-postmessage": "6.5.16", - "@storybook/channel-websocket": "6.5.16", - "@storybook/client-api": "6.5.16", - "@storybook/client-logger": "6.5.16", - "@storybook/core-events": "6.5.16", - "@storybook/csf": "0.0.2--canary.4566f4d.1", - "@storybook/preview-web": "6.5.16", - "@storybook/store": "6.5.16", - "@storybook/ui": "6.5.16", - "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/core-client/node_modules/@storybook/addons": { - "version": "6.5.16", - "license": "MIT", - "dependencies": { - "@storybook/api": "6.5.16", - "@storybook/channels": "6.5.16", - "@storybook/client-logger": "6.5.16", - "@storybook/core-events": "6.5.16", - "@storybook/csf": "0.0.2--canary.4566f4d.1", - "@storybook/router": "6.5.16", - "@storybook/theming": "6.5.16", - "@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/core-client/node_modules/@storybook/api": { - "version": "6.5.16", - "license": "MIT", - "dependencies": { - "@storybook/channels": "6.5.16", - "@storybook/client-logger": "6.5.16", - "@storybook/core-events": "6.5.16", - "@storybook/csf": "0.0.2--canary.4566f4d.1", - "@storybook/router": "6.5.16", - "@storybook/semver": "^7.3.2", - "@storybook/theming": "6.5.16", - "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/core-client/node_modules/@storybook/channel-postmessage": { - "version": "6.5.16", - "license": "MIT", - "dependencies": { - "@storybook/channels": "6.5.16", - "@storybook/client-logger": "6.5.16", - "@storybook/core-events": "6.5.16", - "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" - } - }, - "node_modules/@storybook/core-client/node_modules/@storybook/channels": { - "version": "6.5.16", - "license": "MIT", - "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/core-client/node_modules/@storybook/client-api": { - "version": "6.5.16", - "license": "MIT", - "dependencies": { - "@storybook/addons": "6.5.16", - "@storybook/channel-postmessage": "6.5.16", - "@storybook/channels": "6.5.16", - "@storybook/client-logger": "6.5.16", - "@storybook/core-events": "6.5.16", - "@storybook/csf": "0.0.2--canary.4566f4d.1", - "@storybook/store": "6.5.16", - "@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" - }, - "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-client/node_modules/@storybook/client-logger": { - "version": "6.5.16", - "license": "MIT", - "dependencies": { - "core-js": "^3.8.2", - "global": "^4.4.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/storybook" - } - }, - "node_modules/@storybook/core-client/node_modules/@storybook/core-events": { - "version": "6.5.16", - "license": "MIT", - "dependencies": { - "core-js": "^3.8.2" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/storybook" - } - }, - "node_modules/@storybook/core-client/node_modules/@storybook/preview-web": { - "version": "6.5.16", - "license": "MIT", - "dependencies": { - "@storybook/addons": "6.5.16", - "@storybook/channel-postmessage": "6.5.16", - "@storybook/client-logger": "6.5.16", - "@storybook/core-events": "6.5.16", - "@storybook/csf": "0.0.2--canary.4566f4d.1", - "@storybook/store": "6.5.16", - "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/core-client/node_modules/@storybook/router": { - "version": "6.5.16", - "license": "MIT", - "dependencies": { - "@storybook/client-logger": "6.5.16", - "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/core-client/node_modules/@storybook/store": { - "version": "6.5.16", - "license": "MIT", - "dependencies": { - "@storybook/addons": "6.5.16", - "@storybook/client-logger": "6.5.16", - "@storybook/core-events": "6.5.16", - "@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/@storybook/core-client/node_modules/@storybook/theming": { - "version": "6.5.16", - "license": "MIT", - "dependencies": { - "@storybook/client-logger": "6.5.16", - "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/core-common": { - "version": "6.5.10", - "dev": true, - "license": "MIT", - "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/core-common/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, - "license": "MIT", "dependencies": { "@babel/helper-compilation-targets": "^7.13.0", "@babel/helper-module-imports": "^7.12.13", @@ -15549,14 +14448,16 @@ } }, "node_modules/@storybook/core-common/node_modules/@types/node": { - "version": "16.18.25", - "dev": true, - "license": "MIT" + "version": "16.18.61", + "resolved": "https://registry.npmjs.org/@types/node/-/node-16.18.61.tgz", + "integrity": "sha512-k0N7BqGhJoJzdh6MuQg1V1ragJiXTh8VUBAZTWjJ9cUq23SG0F0xavOwZbhiP4J3y20xd6jxKx+xNUhkMAi76Q==", + "dev": true }, "node_modules/@storybook/core-common/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, - "license": "MIT", "dependencies": { "@webassemblyjs/helper-module-context": "1.9.0", "@webassemblyjs/helper-wasm-bytecode": "1.9.0", @@ -15565,23 +14466,27 @@ }, "node_modules/@storybook/core-common/node_modules/@webassemblyjs/helper-api-error": { "version": "1.9.0", - "dev": true, - "license": "MIT" + "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-api-error/-/helper-api-error-1.9.0.tgz", + "integrity": "sha512-NcMLjoFMXpsASZFxJ5h2HZRcEhDkvnNFOAKneP5RbKRzaWJN36NC4jqQHKwStIhGXu5mUWlUUk7ygdtrO8lbmw==", + "dev": true }, "node_modules/@storybook/core-common/node_modules/@webassemblyjs/helper-buffer": { "version": "1.9.0", - "dev": true, - "license": "MIT" + "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-buffer/-/helper-buffer-1.9.0.tgz", + "integrity": "sha512-qZol43oqhq6yBPx7YM3m9Bv7WMV9Eevj6kMi6InKOuZxhw+q9hOkvq5e/PpKSiLfyetpaBnogSbNCfBwyB00CA==", + "dev": true }, "node_modules/@storybook/core-common/node_modules/@webassemblyjs/helper-wasm-bytecode": { "version": "1.9.0", - "dev": true, - "license": "MIT" + "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/@storybook/core-common/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, - "license": "MIT", "dependencies": { "@webassemblyjs/ast": "1.9.0", "@webassemblyjs/helper-buffer": "1.9.0", @@ -15591,29 +14496,33 @@ }, "node_modules/@storybook/core-common/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, - "license": "MIT", "dependencies": { "@xtuc/ieee754": "^1.2.0" } }, "node_modules/@storybook/core-common/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, - "license": "MIT", "dependencies": { "@xtuc/long": "4.2.2" } }, "node_modules/@storybook/core-common/node_modules/@webassemblyjs/utf8": { "version": "1.9.0", - "dev": true, - "license": "MIT" + "resolved": "https://registry.npmjs.org/@webassemblyjs/utf8/-/utf8-1.9.0.tgz", + "integrity": "sha512-GZbQlWtopBTP0u7cHrEx+73yZKrQoBMpwkGEIqlacljhXCkVM1kMQge/Mf+csMJAjEdSwhOyLAS0AoR3AG5P8w==", + "dev": true }, "node_modules/@storybook/core-common/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, - "license": "MIT", "dependencies": { "@webassemblyjs/ast": "1.9.0", "@webassemblyjs/helper-buffer": "1.9.0", @@ -15627,8 +14536,9 @@ }, "node_modules/@storybook/core-common/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, - "license": "MIT", "dependencies": { "@webassemblyjs/ast": "1.9.0", "@webassemblyjs/helper-wasm-bytecode": "1.9.0", @@ -15639,8 +14549,9 @@ }, "node_modules/@storybook/core-common/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, - "license": "MIT", "dependencies": { "@webassemblyjs/ast": "1.9.0", "@webassemblyjs/helper-buffer": "1.9.0", @@ -15650,8 +14561,9 @@ }, "node_modules/@storybook/core-common/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, - "license": "MIT", "dependencies": { "@webassemblyjs/ast": "1.9.0", "@webassemblyjs/helper-api-error": "1.9.0", @@ -15663,8 +14575,9 @@ }, "node_modules/@storybook/core-common/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, - "license": "MIT", "dependencies": { "@webassemblyjs/ast": "1.9.0", "@webassemblyjs/wast-parser": "1.9.0", @@ -15673,8 +14586,9 @@ }, "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==", "dev": true, - "license": "MIT", "bin": { "acorn": "bin/acorn" }, @@ -15684,8 +14598,9 @@ }, "node_modules/@storybook/core-common/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, - "license": "MIT", "dependencies": { "fast-deep-equal": "^3.1.1", "fast-json-stable-stringify": "^2.0.0", @@ -15699,16 +14614,18 @@ }, "node_modules/@storybook/core-common/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, - "license": "MIT", "peerDependencies": { "ajv": "^6.9.1" } }, "node_modules/@storybook/core-common/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==", "dev": true, - "license": "MIT", "dependencies": { "color-convert": "^2.0.1" }, @@ -15719,10 +14636,61 @@ "url": "https://github.com/chalk/ansi-styles?sponsor=1" } }, + "node_modules/@storybook/core-common/node_modules/babel-loader": { + "version": "8.3.0", + "resolved": "https://registry.npmjs.org/babel-loader/-/babel-loader-8.3.0.tgz", + "integrity": "sha512-H8SvsMF+m9t15HNLMipppzkC+Y2Yq+v3SonZyU70RBL/h1gxPkH08Ot8pEE9Z4Kd+czyWJClmFS8qzIP9OZ04Q==", + "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": ">= 8.9" + }, + "peerDependencies": { + "@babel/core": "^7.0.0", + "webpack": ">=2" + } + }, + "node_modules/@storybook/core-common/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": ">=10", + "npm": ">=6" + } + }, + "node_modules/@storybook/core-common/node_modules/babel-plugin-macros/node_modules/cosmiconfig": { + "version": "7.1.0", + "resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-7.1.0.tgz", + "integrity": "sha512-AdmX6xUzdNASswsFtmwSt7Vj8po9IuqXm0UXz7QKPuEUmPB4XyjGfaAr2PSuELMwkRMVH1EpIkX5bTZGRB3eCA==", + "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": ">=10" + } + }, "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, - "license": "MIT", "dependencies": { "@babel/helper-define-polyfill-provider": "^0.1.5", "core-js-compat": "^3.8.1" @@ -15733,8 +14701,9 @@ }, "node_modules/@storybook/core-common/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, - "license": "MIT", "dependencies": { "arr-flatten": "^1.1.0", "array-unique": "^0.3.2", @@ -15753,8 +14722,9 @@ }, "node_modules/@storybook/core-common/node_modules/braces/node_modules/extend-shallow": { "version": "2.0.1", + "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz", + "integrity": "sha512-zCnTtlxNoAiDc3gqY2aYAWFx7XWWiasuF2K8Me5WbN8otHKTUKBwjPtNpRs/rbUZm7KxWAaNj7P1a/p52GbVug==", "dev": true, - "license": "MIT", "dependencies": { "is-extendable": "^0.1.0" }, @@ -15764,8 +14734,9 @@ }, "node_modules/@storybook/core-common/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, - "license": "ISC", "dependencies": { "bluebird": "^3.5.5", "chownr": "^1.1.1", @@ -15786,8 +14757,9 @@ }, "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, - "license": "MIT", "dependencies": { "ansi-styles": "^4.1.0", "supports-color": "^7.1.0" @@ -15801,13 +14773,15 @@ }, "node_modules/@storybook/core-common/node_modules/chownr": { "version": "1.1.4", - "dev": true, - "license": "ISC" + "resolved": "https://registry.npmjs.org/chownr/-/chownr-1.1.4.tgz", + "integrity": "sha512-jJ0bqzaylmJtVnNgzTeSOs8DPavpbYgEr/b0YL8/2GO3xJEhInFmhKMUnEJQjZumK7KXGFhUy89PrsJWlakBVg==", + "dev": true }, "node_modules/@storybook/core-common/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==", "dev": true, - "license": "MIT", "dependencies": { "color-name": "~1.1.4" }, @@ -15815,28 +14789,22 @@ "node": ">=7.0.0" } }, + "node_modules/@storybook/core-common/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==", + "dev": true + }, "node_modules/@storybook/core-common/node_modules/commander": { "version": "2.20.3", - "dev": true, - "license": "MIT" - }, - "node_modules/@storybook/core-common/node_modules/cosmiconfig": { - "version": "6.0.0", - "dev": true, - "license": "MIT", - "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" - } + "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/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", @@ -15847,10 +14815,24 @@ "node": ">=6.9.0" } }, + "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" + } + }, "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, - "license": "BSD-2-Clause", "dependencies": { "esrecurse": "^4.1.0", "estraverse": "^4.1.1" @@ -15861,16 +14843,18 @@ }, "node_modules/@storybook/core-common/node_modules/estraverse": { "version": "4.3.0", + "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-4.3.0.tgz", + "integrity": "sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw==", "dev": true, - "license": "BSD-2-Clause", "engines": { "node": ">=4.0" } }, "node_modules/@storybook/core-common/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, - "license": "MIT", "dependencies": { "extend-shallow": "^2.0.1", "is-number": "^3.0.0", @@ -15883,8 +14867,9 @@ }, "node_modules/@storybook/core-common/node_modules/fill-range/node_modules/extend-shallow": { "version": "2.0.1", + "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz", + "integrity": "sha512-zCnTtlxNoAiDc3gqY2aYAWFx7XWWiasuF2K8Me5WbN8otHKTUKBwjPtNpRs/rbUZm7KxWAaNj7P1a/p52GbVug==", "dev": true, - "license": "MIT", "dependencies": { "is-extendable": "^0.1.0" }, @@ -15892,10 +14877,53 @@ "node": ">=0.10.0" } }, + "node_modules/@storybook/core-common/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": ">=8" + }, + "funding": { + "url": "https://github.com/avajs/find-cache-dir?sponsor=1" + } + }, + "node_modules/@storybook/core-common/node_modules/find-cache-dir/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" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/@storybook/core-common/node_modules/find-cache-dir/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": ">=8" + } + }, "node_modules/@storybook/core-common/node_modules/fork-ts-checker-webpack-plugin": { "version": "6.5.3", + "resolved": "https://registry.npmjs.org/fork-ts-checker-webpack-plugin/-/fork-ts-checker-webpack-plugin-6.5.3.tgz", + "integrity": "sha512-SbH/l9ikmMWycd5puHJKTkZJKddF4iRLyW3DeZ08HTI7NGyLS38MXd/KGgeWumQO7YNQbW2u/NtPT2YowbPaGQ==", "dev": true, - "license": "MIT", "dependencies": { "@babel/code-frame": "^7.8.3", "@types/json-schema": "^7.0.5", @@ -15930,10 +14958,29 @@ } } }, + "node_modules/@storybook/core-common/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, + "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_modules/@storybook/core-common/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, - "license": "MIT", "dependencies": { "at-least-node": "^1.0.0", "graceful-fs": "^4.2.0", @@ -15946,8 +14993,9 @@ }, "node_modules/@storybook/core-common/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, - "license": "ISC", "dependencies": { "fs.realpath": "^1.0.0", "inflight": "^1.0.4", @@ -15965,29 +15013,33 @@ }, "node_modules/@storybook/core-common/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==", "dev": true, - "license": "MIT", "engines": { "node": ">=8" } }, "node_modules/@storybook/core-common/node_modules/is-buffer": { "version": "1.1.6", - "dev": true, - "license": "MIT" + "resolved": "https://registry.npmjs.org/is-buffer/-/is-buffer-1.1.6.tgz", + "integrity": "sha512-NcdALwpXkTm5Zvvbk7owOUSvVvBKDgKP5/ewfXEznmQFfs4ZRmanOeKBTjRVjka3QFoN6XJ+9F3USqfHqTaU5w==", + "dev": true }, "node_modules/@storybook/core-common/node_modules/is-extendable": { "version": "0.1.1", + "resolved": "https://registry.npmjs.org/is-extendable/-/is-extendable-0.1.1.tgz", + "integrity": "sha512-5BMULNob1vgFX6EjQw5izWDxrecWK9AM72rugNr0TFldMOi0fj6Jk+zeKIt0xGj4cEfQIJth4w3OKWOJ4f+AFw==", "dev": true, - "license": "MIT", "engines": { "node": ">=0.10.0" } }, "node_modules/@storybook/core-common/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, - "license": "MIT", "dependencies": { "kind-of": "^3.0.2" }, @@ -15997,8 +15049,9 @@ }, "node_modules/@storybook/core-common/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, - "license": "MIT", "dependencies": { "is-buffer": "^1.1.5" }, @@ -16008,58 +15061,89 @@ }, "node_modules/@storybook/core-common/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==", "dev": true, - "license": "MIT", "engines": { "node": ">=4" } }, "node_modules/@storybook/core-common/node_modules/isarray": { "version": "1.0.0", - "dev": true, - "license": "MIT" + "resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz", + "integrity": "sha512-VLghIWNM6ELQzo7zwmcg0NmTVyWKYjvIeM83yjp0wRDTmUnrM678fQbcKBo6n2CJEF0szoG//ytg+TKla89ALQ==", + "dev": true }, "node_modules/@storybook/core-common/node_modules/json-schema-traverse": { "version": "0.4.1", - "dev": true, - "license": "MIT" + "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/@storybook/core-common/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, - "license": "MIT", "engines": { "node": ">=4.3.0 <5.0.0 || >=5.10" } }, "node_modules/@storybook/core-common/node_modules/loader-utils": { - "version": "1.4.2", + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/loader-utils/-/loader-utils-2.0.4.tgz", + "integrity": "sha512-xXqpXoINfFhgua9xiqD8fPFHgkoq1mmmpE92WlDbm9rNRd/EbRb+Gqf908T2DMfuHjjJlksiK2RbHVOdD/MqSw==", "dev": true, - "license": "MIT", "dependencies": { "big.js": "^5.2.2", "emojis-list": "^3.0.0", - "json5": "^1.0.1" + "json5": "^2.1.2" }, "engines": { - "node": ">=4.0.0" + "node": ">=8.9.0" } }, - "node_modules/@storybook/core-common/node_modules/loader-utils/node_modules/json5": { - "version": "1.0.2", + "node_modules/@storybook/core-common/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, - "license": "MIT", "dependencies": { - "minimist": "^1.2.0" + "p-locate": "^4.1.0" }, + "engines": { + "node": ">=8" + } + }, + "node_modules/@storybook/core-common/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==", + "dev": true, + "dependencies": { + "semver": "^6.0.0" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/@storybook/core-common/node_modules/make-dir/node_modules/semver": { + "version": "6.3.1", + "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz", + "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==", + "dev": true, "bin": { - "json5": "lib/cli.js" + "semver": "bin/semver.js" } }, "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==", "dev": true, - "license": "MIT", "dependencies": { "arr-diff": "^4.0.0", "array-unique": "^0.3.2", @@ -16079,10 +15163,23 @@ "node": ">=0.10.0" } }, + "node_modules/@storybook/core-common/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": { + "brace-expansion": "^1.1.7" + }, + "engines": { + "node": "*" + } + }, "node_modules/@storybook/core-common/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, - "license": "MIT", "dependencies": { "minimist": "^1.2.6" }, @@ -16090,10 +15187,38 @@ "mkdirp": "bin/cmd.js" } }, + "node_modules/@storybook/core-common/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": ">=6" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/@storybook/core-common/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": { + "p-limit": "^2.2.0" + }, + "engines": { + "node": ">=8" + } + }, "node_modules/@storybook/core-common/node_modules/readable-stream": { "version": "2.3.8", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.8.tgz", + "integrity": "sha512-8p0AUk4XODgIewSi0l8Epjs+EVnWiK7NoDIEGU0HhE7+ZyY8D1IMY7odu5lRrFXGg71L15KG8QrPmum45RTtdA==", "dev": true, - "license": "MIT", "dependencies": { "core-util-is": "~1.0.0", "inherits": "~2.0.3", @@ -16106,8 +15231,9 @@ }, "node_modules/@storybook/core-common/node_modules/rimraf": { "version": "2.7.1", + "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-2.7.1.tgz", + "integrity": "sha512-uWjbaKIK3T1OSVptzX7Nl6PvQ3qAGtKEtVRjRuazjfL3Bx5eI409VZSqgND+4UNnmzLVdPj9FqFJNPqBZFve4w==", "dev": true, - "license": "ISC", "dependencies": { "glob": "^7.1.3" }, @@ -16116,13 +15242,14 @@ } }, "node_modules/@storybook/core-common/node_modules/schema-utils": { - "version": "2.7.0", + "version": "2.7.1", + "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-2.7.1.tgz", + "integrity": "sha512-SHiNtMOUGWBQJwzISiVYKu82GiV4QYGePp3odlY1tuKO7gPtphAT5R/py0fA6xtbgLL/RvtJZnU9b8s0F1q0Xg==", "dev": true, - "license": "MIT", "dependencies": { - "@types/json-schema": "^7.0.4", - "ajv": "^6.12.2", - "ajv-keywords": "^3.4.1" + "@types/json-schema": "^7.0.5", + "ajv": "^6.12.4", + "ajv-keywords": "^3.5.2" }, "engines": { "node": ">= 8.9.0" @@ -16134,40 +15261,45 @@ }, "node_modules/@storybook/core-common/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, - "license": "BSD-3-Clause", "dependencies": { "randombytes": "^2.1.0" } }, "node_modules/@storybook/core-common/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, - "license": "BSD-3-Clause", "engines": { "node": ">=0.10.0" } }, "node_modules/@storybook/core-common/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, - "license": "ISC", "dependencies": { "figgy-pudding": "^3.5.1" } }, "node_modules/@storybook/core-common/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==", "dev": true, - "license": "MIT", "dependencies": { "safe-buffer": "~5.1.0" } }, "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==", "dev": true, - "license": "MIT", "dependencies": { "has-flag": "^4.0.0" }, @@ -16177,16 +15309,18 @@ }, "node_modules/@storybook/core-common/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, - "license": "MIT", "engines": { "node": ">=6" } }, "node_modules/@storybook/core-common/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, - "license": "BSD-2-Clause", "dependencies": { "commander": "^2.20.0", "source-map": "~0.6.1", @@ -16201,8 +15335,9 @@ }, "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, - "license": "MIT", "dependencies": { "cacache": "^12.0.2", "find-cache-dir": "^2.1.0", @@ -16221,10 +15356,96 @@ "webpack": "^4.0.0" } }, + "node_modules/@storybook/core-common/node_modules/terser-webpack-plugin/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": { + "commondir": "^1.0.1", + "make-dir": "^2.0.0", + "pkg-dir": "^3.0.0" + }, + "engines": { + "node": ">=6" + } + }, + "node_modules/@storybook/core-common/node_modules/terser-webpack-plugin/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": { + "locate-path": "^3.0.0" + }, + "engines": { + "node": ">=6" + } + }, + "node_modules/@storybook/core-common/node_modules/terser-webpack-plugin/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": { + "p-locate": "^3.0.0", + "path-exists": "^3.0.0" + }, + "engines": { + "node": ">=6" + } + }, + "node_modules/@storybook/core-common/node_modules/terser-webpack-plugin/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" + }, + "engines": { + "node": ">=6" + } + }, + "node_modules/@storybook/core-common/node_modules/terser-webpack-plugin/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": { + "p-limit": "^2.0.0" + }, + "engines": { + "node": ">=6" + } + }, + "node_modules/@storybook/core-common/node_modules/terser-webpack-plugin/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, + "engines": { + "node": ">=4" + } + }, + "node_modules/@storybook/core-common/node_modules/terser-webpack-plugin/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": { + "find-up": "^3.0.0" + }, + "engines": { + "node": ">=6" + } + }, "node_modules/@storybook/core-common/node_modules/terser-webpack-plugin/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, - "license": "MIT", "dependencies": { "ajv": "^6.1.0", "ajv-errors": "^1.0.0", @@ -16234,10 +15455,20 @@ "node": ">= 4" } }, + "node_modules/@storybook/core-common/node_modules/terser-webpack-plugin/node_modules/semver": { + "version": "5.7.2", + "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.2.tgz", + "integrity": "sha512-cBznnQ9KjJqU67B52RMC65CMarK2600WFnbkcaiwWq3xy/5haFJlshgnpjovMVJ+Hff49d8GEn0b87C5pDQ10g==", + "dev": true, + "bin": { + "semver": "bin/semver" + } + }, "node_modules/@storybook/core-common/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, - "license": "MIT", "dependencies": { "is-number": "^3.0.0", "repeat-string": "^1.6.1" @@ -16246,10 +15477,29 @@ "node": ">=0.10.0" } }, + "node_modules/@storybook/core-common/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_modules/@storybook/core-common/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": { + "imurmurhash": "^0.1.4" + } + }, "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==", "dev": true, - "license": "MIT", "dependencies": { "graceful-fs": "^4.1.2", "neo-async": "^2.5.0" @@ -16260,9 +15510,10 @@ } }, "node_modules/@storybook/core-common/node_modules/webpack": { - "version": "4.46.0", + "version": "4.47.0", + "resolved": "https://registry.npmjs.org/webpack/-/webpack-4.47.0.tgz", + "integrity": "sha512-td7fYwgLSrky3fI1EuU5cneU4+pbH6GgOfuKNS1tNPcfdGinGELAqsb/BP4nnvZyKSG2i/xFGU7+n2PvZA8HJQ==", "dev": true, - "license": "MIT", "dependencies": { "@webassemblyjs/ast": "1.9.0", "@webassemblyjs/helper-module-context": "1.9.0", @@ -16309,26 +15560,45 @@ }, "node_modules/@storybook/core-common/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, - "license": "MIT", "dependencies": { "source-list-map": "^2.0.0", "source-map": "~0.6.1" } }, - "node_modules/@storybook/core-common/node_modules/webpack/node_modules/memory-fs": { - "version": "0.4.1", + "node_modules/@storybook/core-common/node_modules/webpack/node_modules/json5": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/json5/-/json5-1.0.2.tgz", + "integrity": "sha512-g1MWMLBiz8FKi1e4w0UyVL3w+iJceWAFBAaBnnGKOpNa5f8TLktkbre1+s6oICydWAm+HRUGTmI+//xv2hvXYA==", "dev": true, - "license": "MIT", "dependencies": { - "errno": "^0.1.3", - "readable-stream": "^2.0.1" + "minimist": "^1.2.0" + }, + "bin": { + "json5": "lib/cli.js" + } + }, + "node_modules/@storybook/core-common/node_modules/webpack/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/core-common/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, - "license": "MIT", "dependencies": { "ajv": "^6.1.0", "ajv-errors": "^1.0.0", @@ -16340,13 +15610,15 @@ }, "node_modules/@storybook/core-common/node_modules/y18n": { "version": "4.0.3", - "dev": true, - "license": "ISC" + "resolved": "https://registry.npmjs.org/y18n/-/y18n-4.0.3.tgz", + "integrity": "sha512-JKhqTOwSrqNA1NY5lSztJ1GrBiUodLMmIZuLiDaMRJ+itFd+ABVE8XBjOvIWL+rSqNDC74LCSFmlb/U4UZ4hJQ==", + "dev": true }, "node_modules/@storybook/core-events": { - "version": "6.5.10", + "version": "6.5.16", + "resolved": "https://registry.npmjs.org/@storybook/core-events/-/core-events-6.5.16.tgz", + "integrity": "sha512-qMZQwmvzpH5F2uwNUllTPg6eZXr2OaYZQRRN8VZJiuorZzDNdAFmiVWMWdkThwmyLEJuQKXxqCL8lMj/7PPM+g==", "dev": true, - "license": "MIT", "dependencies": { "core-js": "^3.8.2" }, @@ -16357,7 +15629,9 @@ }, "node_modules/@storybook/core-server": { "version": "6.5.16", - "license": "MIT", + "resolved": "https://registry.npmjs.org/@storybook/core-server/-/core-server-6.5.16.tgz", + "integrity": "sha512-/3NPfmNyply395Dm0zaVZ8P9aruwO+tPx4D6/jpw8aqrRSwvAMndPMpoMCm0NXcpSm5rdX+Je4S3JW6JcggFkA==", + "dev": true, "dependencies": { "@discoveryjs/json-ext": "^0.5.3", "@storybook/builder-webpack4": "6.5.16", @@ -16425,280 +15699,17 @@ } } }, - "node_modules/@storybook/core-server/node_modules/@babel/helper-define-polyfill-provider": { - "version": "0.1.5", - "license": "MIT", - "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/core-server/node_modules/@babel/helper-define-polyfill-provider/node_modules/semver": { - "version": "6.3.1", - "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz", - "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==", - "bin": { - "semver": "bin/semver.js" - } - }, - "node_modules/@storybook/core-server/node_modules/@storybook/addons": { - "version": "6.5.16", - "license": "MIT", - "dependencies": { - "@storybook/api": "6.5.16", - "@storybook/channels": "6.5.16", - "@storybook/client-logger": "6.5.16", - "@storybook/core-events": "6.5.16", - "@storybook/csf": "0.0.2--canary.4566f4d.1", - "@storybook/router": "6.5.16", - "@storybook/theming": "6.5.16", - "@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/core-server/node_modules/@storybook/api": { - "version": "6.5.16", - "license": "MIT", - "dependencies": { - "@storybook/channels": "6.5.16", - "@storybook/client-logger": "6.5.16", - "@storybook/core-events": "6.5.16", - "@storybook/csf": "0.0.2--canary.4566f4d.1", - "@storybook/router": "6.5.16", - "@storybook/semver": "^7.3.2", - "@storybook/theming": "6.5.16", - "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/core-server/node_modules/@storybook/channels": { - "version": "6.5.16", - "license": "MIT", - "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/core-server/node_modules/@storybook/client-logger": { - "version": "6.5.16", - "license": "MIT", - "dependencies": { - "core-js": "^3.8.2", - "global": "^4.4.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/storybook" - } - }, - "node_modules/@storybook/core-server/node_modules/@storybook/core-common": { - "version": "6.5.16", - "license": "MIT", - "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.16", - "@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.2.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/core-server/node_modules/@storybook/core-events": { - "version": "6.5.16", - "license": "MIT", - "dependencies": { - "core-js": "^3.8.2" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/storybook" - } - }, - "node_modules/@storybook/core-server/node_modules/@storybook/node-logger": { - "version": "6.5.16", - "license": "MIT", - "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" - } - }, - "node_modules/@storybook/core-server/node_modules/@storybook/router": { - "version": "6.5.16", - "license": "MIT", - "dependencies": { - "@storybook/client-logger": "6.5.16", - "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/core-server/node_modules/@storybook/store": { - "version": "6.5.16", - "license": "MIT", - "dependencies": { - "@storybook/addons": "6.5.16", - "@storybook/client-logger": "6.5.16", - "@storybook/core-events": "6.5.16", - "@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/@storybook/core-server/node_modules/@storybook/theming": { - "version": "6.5.16", - "license": "MIT", - "dependencies": { - "@storybook/client-logger": "6.5.16", - "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/core-server/node_modules/@types/node": { - "version": "16.18.25", - "license": "MIT" + "version": "16.18.61", + "resolved": "https://registry.npmjs.org/@types/node/-/node-16.18.61.tgz", + "integrity": "sha512-k0N7BqGhJoJzdh6MuQg1V1ragJiXTh8VUBAZTWjJ9cUq23SG0F0xavOwZbhiP4J3y20xd6jxKx+xNUhkMAi76Q==", + "dev": true }, "node_modules/@storybook/core-server/node_modules/@webassemblyjs/ast": { "version": "1.9.0", - "license": "MIT", + "resolved": "https://registry.npmjs.org/@webassemblyjs/ast/-/ast-1.9.0.tgz", + "integrity": "sha512-C6wW5L+b7ogSDVqymbkkvuW9kruN//YisMED04xzeBBqjHa2FYnmvOlS6Xj68xWQRgWvI9cIglsjFowH/RJyEA==", + "dev": true, "dependencies": { "@webassemblyjs/helper-module-context": "1.9.0", "@webassemblyjs/helper-wasm-bytecode": "1.9.0", @@ -16707,19 +15718,27 @@ }, "node_modules/@storybook/core-server/node_modules/@webassemblyjs/helper-api-error": { "version": "1.9.0", - "license": "MIT" + "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-api-error/-/helper-api-error-1.9.0.tgz", + "integrity": "sha512-NcMLjoFMXpsASZFxJ5h2HZRcEhDkvnNFOAKneP5RbKRzaWJN36NC4jqQHKwStIhGXu5mUWlUUk7ygdtrO8lbmw==", + "dev": true }, "node_modules/@storybook/core-server/node_modules/@webassemblyjs/helper-buffer": { "version": "1.9.0", - "license": "MIT" + "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-buffer/-/helper-buffer-1.9.0.tgz", + "integrity": "sha512-qZol43oqhq6yBPx7YM3m9Bv7WMV9Eevj6kMi6InKOuZxhw+q9hOkvq5e/PpKSiLfyetpaBnogSbNCfBwyB00CA==", + "dev": true }, "node_modules/@storybook/core-server/node_modules/@webassemblyjs/helper-wasm-bytecode": { "version": "1.9.0", - "license": "MIT" + "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/@storybook/core-server/node_modules/@webassemblyjs/helper-wasm-section": { "version": "1.9.0", - "license": "MIT", + "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-wasm-section/-/helper-wasm-section-1.9.0.tgz", + "integrity": "sha512-XnMB8l3ek4tvrKUUku+IVaXNHz2YsJyOOmz+MMkZvh8h1uSJpSen6vYnw3IoQ7WwEuAhL8Efjms1ZWjqh2agvw==", + "dev": true, "dependencies": { "@webassemblyjs/ast": "1.9.0", "@webassemblyjs/helper-buffer": "1.9.0", @@ -16729,25 +15748,33 @@ }, "node_modules/@storybook/core-server/node_modules/@webassemblyjs/ieee754": { "version": "1.9.0", - "license": "MIT", + "resolved": "https://registry.npmjs.org/@webassemblyjs/ieee754/-/ieee754-1.9.0.tgz", + "integrity": "sha512-dcX8JuYU/gvymzIHc9DgxTzUUTLexWwt8uCTWP3otys596io0L5aW02Gb1RjYpx2+0Jus1h4ZFqjla7umFniTg==", + "dev": true, "dependencies": { "@xtuc/ieee754": "^1.2.0" } }, "node_modules/@storybook/core-server/node_modules/@webassemblyjs/leb128": { "version": "1.9.0", - "license": "MIT", + "resolved": "https://registry.npmjs.org/@webassemblyjs/leb128/-/leb128-1.9.0.tgz", + "integrity": "sha512-ENVzM5VwV1ojs9jam6vPys97B/S65YQtv/aanqnU7D8aSoHFX8GyhGg0CMfyKNIHBuAVjy3tlzd5QMMINa7wpw==", + "dev": true, "dependencies": { "@xtuc/long": "4.2.2" } }, "node_modules/@storybook/core-server/node_modules/@webassemblyjs/utf8": { "version": "1.9.0", - "license": "MIT" + "resolved": "https://registry.npmjs.org/@webassemblyjs/utf8/-/utf8-1.9.0.tgz", + "integrity": "sha512-GZbQlWtopBTP0u7cHrEx+73yZKrQoBMpwkGEIqlacljhXCkVM1kMQge/Mf+csMJAjEdSwhOyLAS0AoR3AG5P8w==", + "dev": true }, "node_modules/@storybook/core-server/node_modules/@webassemblyjs/wasm-edit": { "version": "1.9.0", - "license": "MIT", + "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-edit/-/wasm-edit-1.9.0.tgz", + "integrity": "sha512-FgHzBm80uwz5M8WKnMTn6j/sVbqilPdQXTWraSjBwFXSYGirpkSWE2R9Qvz9tNiTKQvoKILpCuTjBKzOIm0nxw==", + "dev": true, "dependencies": { "@webassemblyjs/ast": "1.9.0", "@webassemblyjs/helper-buffer": "1.9.0", @@ -16761,7 +15788,9 @@ }, "node_modules/@storybook/core-server/node_modules/@webassemblyjs/wasm-gen": { "version": "1.9.0", - "license": "MIT", + "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-gen/-/wasm-gen-1.9.0.tgz", + "integrity": "sha512-cPE3o44YzOOHvlsb4+E9qSqjc9Qf9Na1OO/BHFy4OI91XDE14MjFN4lTMezzaIWdPqHnsTodGGNP+iRSYfGkjA==", + "dev": true, "dependencies": { "@webassemblyjs/ast": "1.9.0", "@webassemblyjs/helper-wasm-bytecode": "1.9.0", @@ -16772,7 +15801,9 @@ }, "node_modules/@storybook/core-server/node_modules/@webassemblyjs/wasm-opt": { "version": "1.9.0", - "license": "MIT", + "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-opt/-/wasm-opt-1.9.0.tgz", + "integrity": "sha512-Qkjgm6Anhm+OMbIL0iokO7meajkzQD71ioelnfPEj6r4eOFuqm4YC3VBPqXjFyyNwowzbMD+hizmprP/Fwkl2A==", + "dev": true, "dependencies": { "@webassemblyjs/ast": "1.9.0", "@webassemblyjs/helper-buffer": "1.9.0", @@ -16782,7 +15813,9 @@ }, "node_modules/@storybook/core-server/node_modules/@webassemblyjs/wasm-parser": { "version": "1.9.0", - "license": "MIT", + "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-parser/-/wasm-parser-1.9.0.tgz", + "integrity": "sha512-9+wkMowR2AmdSWQzsPEjFU7njh8HTO5MqO8vjwEHuM+AMHioNqSBONRdr0NQQ3dVQrzp0s8lTcYqzUdb7YgELA==", + "dev": true, "dependencies": { "@webassemblyjs/ast": "1.9.0", "@webassemblyjs/helper-api-error": "1.9.0", @@ -16794,7 +15827,9 @@ }, "node_modules/@storybook/core-server/node_modules/@webassemblyjs/wast-printer": { "version": "1.9.0", - "license": "MIT", + "resolved": "https://registry.npmjs.org/@webassemblyjs/wast-printer/-/wast-printer-1.9.0.tgz", + "integrity": "sha512-2J0nE95rHXHyQ24cWjMKJ1tqB/ds8z/cyeOZxJhcb+rW+SQASVjuznUSmdz5GpVJTzU8JkhYut0D3siFDD6wsA==", + "dev": true, "dependencies": { "@webassemblyjs/ast": "1.9.0", "@webassemblyjs/wast-parser": "1.9.0", @@ -16803,7 +15838,9 @@ }, "node_modules/@storybook/core-server/node_modules/acorn": { "version": "6.4.2", - "license": "MIT", + "resolved": "https://registry.npmjs.org/acorn/-/acorn-6.4.2.tgz", + "integrity": "sha512-XtGIhXwF8YM8bJhGxG5kXgjkEuNGLTkoYqVE+KMR+aspr4KGYmKYg7yUe3KghyQ9yheNwLnjmzh/7+gfDBmHCQ==", + "dev": true, "bin": { "acorn": "bin/acorn" }, @@ -16813,7 +15850,9 @@ }, "node_modules/@storybook/core-server/node_modules/ajv": { "version": "6.12.6", - "license": "MIT", + "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz", + "integrity": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==", + "dev": true, "dependencies": { "fast-deep-equal": "^3.1.1", "fast-json-stable-stringify": "^2.0.0", @@ -16827,14 +15866,18 @@ }, "node_modules/@storybook/core-server/node_modules/ajv-keywords": { "version": "3.5.2", - "license": "MIT", + "resolved": "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-3.5.2.tgz", + "integrity": "sha512-5p6WTN0DdTGVQk6VjcEju19IgaHudalcfabD7yhDGeA6bcQnmL+CpveLJq/3hvfwd1aof6L386Ougkx6RfyMIQ==", + "dev": true, "peerDependencies": { "ajv": "^6.9.1" } }, "node_modules/@storybook/core-server/node_modules/ansi-styles": { "version": "4.3.0", - "license": "MIT", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "dev": true, "dependencies": { "color-convert": "^2.0.1" }, @@ -16845,20 +15888,11 @@ "url": "https://github.com/chalk/ansi-styles?sponsor=1" } }, - "node_modules/@storybook/core-server/node_modules/babel-plugin-polyfill-corejs3": { - "version": "0.1.7", - "license": "MIT", - "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/core-server/node_modules/braces": { "version": "2.3.2", - "license": "MIT", + "resolved": "https://registry.npmjs.org/braces/-/braces-2.3.2.tgz", + "integrity": "sha512-aNdbnj9P8PjdXU4ybaWLK2IF3jc/EoDYbC7AazW6to3TRsfXxscC9UXOB5iDiEQrkyIbWp2SLQda4+QAa7nc3w==", + "dev": true, "dependencies": { "arr-flatten": "^1.1.0", "array-unique": "^0.3.2", @@ -16877,7 +15911,9 @@ }, "node_modules/@storybook/core-server/node_modules/braces/node_modules/extend-shallow": { "version": "2.0.1", - "license": "MIT", + "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz", + "integrity": "sha512-zCnTtlxNoAiDc3gqY2aYAWFx7XWWiasuF2K8Me5WbN8otHKTUKBwjPtNpRs/rbUZm7KxWAaNj7P1a/p52GbVug==", + "dev": true, "dependencies": { "is-extendable": "^0.1.0" }, @@ -16887,7 +15923,9 @@ }, "node_modules/@storybook/core-server/node_modules/cacache": { "version": "12.0.4", - "license": "ISC", + "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", @@ -16908,7 +15946,9 @@ }, "node_modules/@storybook/core-server/node_modules/chalk": { "version": "4.1.2", - "license": "MIT", + "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" @@ -16922,11 +15962,15 @@ }, "node_modules/@storybook/core-server/node_modules/chownr": { "version": "1.1.4", - "license": "ISC" + "resolved": "https://registry.npmjs.org/chownr/-/chownr-1.1.4.tgz", + "integrity": "sha512-jJ0bqzaylmJtVnNgzTeSOs8DPavpbYgEr/b0YL8/2GO3xJEhInFmhKMUnEJQjZumK7KXGFhUy89PrsJWlakBVg==", + "dev": true }, "node_modules/@storybook/core-server/node_modules/color-convert": { "version": "2.0.1", - "license": "MIT", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "dev": true, "dependencies": { "color-name": "~1.1.4" }, @@ -16934,22 +15978,17 @@ "node": ">=7.0.0" } }, - "node_modules/@storybook/core-server/node_modules/cosmiconfig": { - "version": "6.0.0", - "license": "MIT", - "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/@storybook/core-server/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==", + "dev": true }, "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", @@ -16959,9 +15998,24 @@ "node": ">=6.9.0" } }, + "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" + } + }, "node_modules/@storybook/core-server/node_modules/eslint-scope": { "version": "4.0.3", - "license": "BSD-2-Clause", + "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" @@ -16972,14 +16026,18 @@ }, "node_modules/@storybook/core-server/node_modules/estraverse": { "version": "4.3.0", - "license": "BSD-2-Clause", + "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-4.3.0.tgz", + "integrity": "sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw==", + "dev": true, "engines": { "node": ">=4.0" } }, "node_modules/@storybook/core-server/node_modules/fill-range": { "version": "4.0.0", - "license": "MIT", + "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", @@ -16992,7 +16050,9 @@ }, "node_modules/@storybook/core-server/node_modules/fill-range/node_modules/extend-shallow": { "version": "2.0.1", - "license": "MIT", + "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz", + "integrity": "sha512-zCnTtlxNoAiDc3gqY2aYAWFx7XWWiasuF2K8Me5WbN8otHKTUKBwjPtNpRs/rbUZm7KxWAaNj7P1a/p52GbVug==", + "dev": true, "dependencies": { "is-extendable": "^0.1.0" }, @@ -17000,46 +16060,11 @@ "node": ">=0.10.0" } }, - "node_modules/@storybook/core-server/node_modules/fork-ts-checker-webpack-plugin": { - "version": "6.5.3", - "license": "MIT", - "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" - }, - "engines": { - "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/@storybook/core-server/node_modules/fs-extra": { "version": "9.1.0", - "license": "MIT", + "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", @@ -17052,7 +16077,9 @@ }, "node_modules/@storybook/core-server/node_modules/glob": { "version": "7.2.3", - "license": "ISC", + "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", @@ -17070,25 +16097,33 @@ }, "node_modules/@storybook/core-server/node_modules/has-flag": { "version": "4.0.0", - "license": "MIT", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "dev": true, "engines": { "node": ">=8" } }, "node_modules/@storybook/core-server/node_modules/is-buffer": { "version": "1.1.6", - "license": "MIT" + "resolved": "https://registry.npmjs.org/is-buffer/-/is-buffer-1.1.6.tgz", + "integrity": "sha512-NcdALwpXkTm5Zvvbk7owOUSvVvBKDgKP5/ewfXEznmQFfs4ZRmanOeKBTjRVjka3QFoN6XJ+9F3USqfHqTaU5w==", + "dev": true }, "node_modules/@storybook/core-server/node_modules/is-extendable": { "version": "0.1.1", - "license": "MIT", + "resolved": "https://registry.npmjs.org/is-extendable/-/is-extendable-0.1.1.tgz", + "integrity": "sha512-5BMULNob1vgFX6EjQw5izWDxrecWK9AM72rugNr0TFldMOi0fj6Jk+zeKIt0xGj4cEfQIJth4w3OKWOJ4f+AFw==", + "dev": true, "engines": { "node": ">=0.10.0" } }, "node_modules/@storybook/core-server/node_modules/is-number": { "version": "3.0.0", - "license": "MIT", + "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" }, @@ -17098,7 +16133,9 @@ }, "node_modules/@storybook/core-server/node_modules/is-number/node_modules/kind-of": { "version": "3.2.2", - "license": "MIT", + "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" }, @@ -17108,29 +16145,51 @@ }, "node_modules/@storybook/core-server/node_modules/is-wsl": { "version": "1.1.0", - "license": "MIT", + "resolved": "https://registry.npmjs.org/is-wsl/-/is-wsl-1.1.0.tgz", + "integrity": "sha512-gfygJYZ2gLTDlmbWMI0CE2MwnFzSN/2SZfkMlItC4K/JBlsWVDB0bO6XhqcY13YXE7iMcAJnzTCJjPiTeJJ0Mw==", + "dev": true, "engines": { "node": ">=4" } }, "node_modules/@storybook/core-server/node_modules/isarray": { "version": "1.0.0", - "license": "MIT" + "resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz", + "integrity": "sha512-VLghIWNM6ELQzo7zwmcg0NmTVyWKYjvIeM83yjp0wRDTmUnrM678fQbcKBo6n2CJEF0szoG//ytg+TKla89ALQ==", + "dev": true }, "node_modules/@storybook/core-server/node_modules/json-schema-traverse": { "version": "0.4.1", - "license": "MIT" + "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/@storybook/core-server/node_modules/json5": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/json5/-/json5-1.0.2.tgz", + "integrity": "sha512-g1MWMLBiz8FKi1e4w0UyVL3w+iJceWAFBAaBnnGKOpNa5f8TLktkbre1+s6oICydWAm+HRUGTmI+//xv2hvXYA==", + "dev": true, + "dependencies": { + "minimist": "^1.2.0" + }, + "bin": { + "json5": "lib/cli.js" + } }, "node_modules/@storybook/core-server/node_modules/loader-runner": { "version": "2.4.0", - "license": "MIT", + "resolved": "https://registry.npmjs.org/loader-runner/-/loader-runner-2.4.0.tgz", + "integrity": "sha512-Jsmr89RcXGIwivFY21FcRrisYZfvLMTWx5kOLc+JTxtpBOG6xML0vzbc6SEQG2FO9/4Fc3wW4LVcB5DmGflaRw==", + "dev": true, "engines": { "node": ">=4.3.0 <5.0.0 || >=5.10" } }, "node_modules/@storybook/core-server/node_modules/loader-utils": { "version": "1.4.2", - "license": "MIT", + "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", @@ -17140,19 +16199,11 @@ "node": ">=4.0.0" } }, - "node_modules/@storybook/core-server/node_modules/loader-utils/node_modules/json5": { - "version": "1.0.2", - "license": "MIT", - "dependencies": { - "minimist": "^1.2.0" - }, - "bin": { - "json5": "lib/cli.js" - } - }, "node_modules/@storybook/core-server/node_modules/micromatch": { "version": "3.1.10", - "license": "MIT", + "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", @@ -17172,9 +16223,23 @@ "node": ">=0.10.0" } }, + "node_modules/@storybook/core-server/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": { + "brace-expansion": "^1.1.7" + }, + "engines": { + "node": "*" + } + }, "node_modules/@storybook/core-server/node_modules/mkdirp": { "version": "0.5.6", - "license": "MIT", + "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" }, @@ -17184,7 +16249,9 @@ }, "node_modules/@storybook/core-server/node_modules/readable-stream": { "version": "2.3.8", - "license": "MIT", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.8.tgz", + "integrity": "sha512-8p0AUk4XODgIewSi0l8Epjs+EVnWiK7NoDIEGU0HhE7+ZyY8D1IMY7odu5lRrFXGg71L15KG8QrPmum45RTtdA==", + "dev": true, "dependencies": { "core-util-is": "~1.0.0", "inherits": "~2.0.3", @@ -17197,7 +16264,9 @@ }, "node_modules/@storybook/core-server/node_modules/rimraf": { "version": "2.7.1", - "license": "ISC", + "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-2.7.1.tgz", + "integrity": "sha512-uWjbaKIK3T1OSVptzX7Nl6PvQ3qAGtKEtVRjRuazjfL3Bx5eI409VZSqgND+4UNnmzLVdPj9FqFJNPqBZFve4w==", + "dev": true, "dependencies": { "glob": "^7.1.3" }, @@ -17206,52 +16275,60 @@ } }, "node_modules/@storybook/core-server/node_modules/schema-utils": { - "version": "2.7.0", - "license": "MIT", + "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": { - "@types/json-schema": "^7.0.4", - "ajv": "^6.12.2", - "ajv-keywords": "^3.4.1" + "ajv": "^6.1.0", + "ajv-errors": "^1.0.0", + "ajv-keywords": "^3.1.0" }, "engines": { - "node": ">= 8.9.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/webpack" + "node": ">= 4" } }, "node_modules/@storybook/core-server/node_modules/serialize-javascript": { "version": "4.0.0", - "license": "BSD-3-Clause", + "resolved": "https://registry.npmjs.org/serialize-javascript/-/serialize-javascript-4.0.0.tgz", + "integrity": "sha512-GaNA54380uFefWghODBWEGisLZFj00nS5ACs6yHa9nLqlLpVLO8ChDGeKRjZnV4Nh4n0Qi7nhYZD/9fCPzEqkw==", + "dev": true, "dependencies": { "randombytes": "^2.1.0" } }, "node_modules/@storybook/core-server/node_modules/source-map": { "version": "0.6.1", - "license": "BSD-3-Clause", + "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/@storybook/core-server/node_modules/ssri": { "version": "6.0.2", - "license": "ISC", + "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" } }, "node_modules/@storybook/core-server/node_modules/string_decoder": { "version": "1.1.1", - "license": "MIT", + "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz", + "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", + "dev": true, "dependencies": { "safe-buffer": "~5.1.0" } }, "node_modules/@storybook/core-server/node_modules/supports-color": { "version": "7.2.0", - "license": "MIT", + "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" }, @@ -17261,14 +16338,18 @@ }, "node_modules/@storybook/core-server/node_modules/tapable": { "version": "1.1.3", - "license": "MIT", + "resolved": "https://registry.npmjs.org/tapable/-/tapable-1.1.3.tgz", + "integrity": "sha512-4WK/bYZmj8xLr+HUCODHGF1ZFzsYffasLUgEiMBY4fgtltdO6B4WJtlSbPaDTLpYTcGVwM2qLnFTICEcNxs3kA==", + "dev": true, "engines": { "node": ">=6" } }, "node_modules/@storybook/core-server/node_modules/terser": { "version": "4.8.1", - "license": "BSD-2-Clause", + "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", @@ -17283,7 +16364,9 @@ }, "node_modules/@storybook/core-server/node_modules/terser-webpack-plugin": { "version": "1.4.5", - "license": "MIT", + "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", @@ -17302,25 +16385,17 @@ "webpack": "^4.0.0" } }, - "node_modules/@storybook/core-server/node_modules/terser-webpack-plugin/node_modules/schema-utils": { - "version": "1.0.0", - "license": "MIT", - "dependencies": { - "ajv": "^6.1.0", - "ajv-errors": "^1.0.0", - "ajv-keywords": "^3.1.0" - }, - "engines": { - "node": ">= 4" - } - }, "node_modules/@storybook/core-server/node_modules/terser/node_modules/commander": { "version": "2.20.3", - "license": "MIT" + "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/core-server/node_modules/to-regex-range": { "version": "2.1.1", - "license": "MIT", + "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" @@ -17329,9 +16404,29 @@ "node": ">=0.10.0" } }, + "node_modules/@storybook/core-server/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_modules/@storybook/core-server/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": { + "imurmurhash": "^0.1.4" + } + }, "node_modules/@storybook/core-server/node_modules/webpack": { - "version": "4.46.0", - "license": "MIT", + "version": "4.47.0", + "resolved": "https://registry.npmjs.org/webpack/-/webpack-4.47.0.tgz", + "integrity": "sha512-td7fYwgLSrky3fI1EuU5cneU4+pbH6GgOfuKNS1tNPcfdGinGELAqsb/BP4nnvZyKSG2i/xFGU7+n2PvZA8HJQ==", + "dev": true, "dependencies": { "@webassemblyjs/ast": "1.9.0", "@webassemblyjs/helper-module-context": "1.9.0", @@ -17378,35 +16473,19 @@ }, "node_modules/@storybook/core-server/node_modules/webpack-sources": { "version": "1.4.3", - "license": "MIT", + "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/@storybook/core-server/node_modules/webpack/node_modules/memory-fs": { - "version": "0.4.1", - "license": "MIT", - "dependencies": { - "errno": "^0.1.3", - "readable-stream": "^2.0.1" - } - }, - "node_modules/@storybook/core-server/node_modules/webpack/node_modules/schema-utils": { - "version": "1.0.0", - "license": "MIT", - "dependencies": { - "ajv": "^6.1.0", - "ajv-errors": "^1.0.0", - "ajv-keywords": "^3.1.0" - }, - "engines": { - "node": ">= 4" - } - }, "node_modules/@storybook/core-server/node_modules/webpack/node_modules/watchpack": { "version": "1.7.5", - "license": "MIT", + "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" @@ -17418,18 +16497,24 @@ }, "node_modules/@storybook/core-server/node_modules/y18n": { "version": "4.0.3", - "license": "ISC" + "resolved": "https://registry.npmjs.org/y18n/-/y18n-4.0.3.tgz", + "integrity": "sha512-JKhqTOwSrqNA1NY5lSztJ1GrBiUodLMmIZuLiDaMRJ+itFd+ABVE8XBjOvIWL+rSqNDC74LCSFmlb/U4UZ4hJQ==", + "dev": true }, "node_modules/@storybook/csf": { "version": "0.0.2--canary.4566f4d.1", - "license": "MIT", + "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": { "lodash": "^4.17.15" } }, "node_modules/@storybook/csf-tools": { "version": "6.5.16", - "license": "MIT", + "resolved": "https://registry.npmjs.org/@storybook/csf-tools/-/csf-tools-6.5.16.tgz", + "integrity": "sha512-+WD4sH/OwAfXZX3IN6/LOZ9D9iGEFcN+Vvgv9wOsLRgsAZ10DG/NK6c1unXKDM/ogJtJYccNI8Hd+qNE/GFV6A==", + "dev": true, "dependencies": { "@babel/core": "^7.12.10", "@babel/generator": "^7.12.11", @@ -17461,7 +16546,9 @@ }, "node_modules/@storybook/csf-tools/node_modules/fs-extra": { "version": "9.1.0", - "license": "MIT", + "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", @@ -17473,13 +16560,14 @@ } }, "node_modules/@storybook/docs-tools": { - "version": "6.5.10", + "version": "6.5.16", + "resolved": "https://registry.npmjs.org/@storybook/docs-tools/-/docs-tools-6.5.16.tgz", + "integrity": "sha512-o+rAWPRGifjBF5xZzTKOqnHN3XQWkl0QFJYVDIiJYJrVll7ExCkpEq/PahOGzIBBV+tpMstJgmKM3lr/lu/jmg==", "dev": true, - "license": "MIT", "dependencies": { "@babel/core": "^7.12.10", "@storybook/csf": "0.0.2--canary.4566f4d.1", - "@storybook/store": "6.5.10", + "@storybook/store": "6.5.16", "core-js": "^3.8.2", "doctrine": "^3.0.0", "lodash": "^4.17.21", @@ -17492,7 +16580,9 @@ }, "node_modules/@storybook/manager-webpack4": { "version": "6.5.16", - "license": "MIT", + "resolved": "https://registry.npmjs.org/@storybook/manager-webpack4/-/manager-webpack4-6.5.16.tgz", + "integrity": "sha512-5VJZwmQU6AgdsBPsYdu886UKBHQ9SJEnFMaeUxKEclXk+iRsmbzlL4GHKyVd6oGX/ZaecZtcHPR6xrzmA4Ziew==", + "dev": true, "dependencies": { "@babel/core": "^7.12.10", "@babel/plugin-transform-template-literals": "^7.12.1", @@ -17544,274 +16634,48 @@ } } }, - "node_modules/@storybook/manager-webpack4/node_modules/@babel/helper-define-polyfill-provider": { - "version": "0.1.5", - "license": "MIT", - "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/manager-webpack4/node_modules/@babel/helper-define-polyfill-provider/node_modules/semver": { - "version": "6.3.1", - "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz", - "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==", - "bin": { - "semver": "bin/semver.js" - } - }, "node_modules/@storybook/manager-webpack4/node_modules/@npmcli/fs": { "version": "1.1.1", - "license": "ISC", + "resolved": "https://registry.npmjs.org/@npmcli/fs/-/fs-1.1.1.tgz", + "integrity": "sha512-8KG5RD0GVP4ydEzRn/I4BNDuxDtqVbOdm8675T49OIG/NGhaK0pjPX7ZcDlvKYbA+ulvVK3ztfcF4uBdOxuJbQ==", + "dev": true, "dependencies": { "@gar/promisify": "^1.0.1", "semver": "^7.3.5" } }, - "node_modules/@storybook/manager-webpack4/node_modules/@npmcli/move-file": { - "version": "1.1.2", - "license": "MIT", + "node_modules/@storybook/manager-webpack4/node_modules/@npmcli/fs/node_modules/semver": { + "version": "7.5.4", + "resolved": "https://registry.npmjs.org/semver/-/semver-7.5.4.tgz", + "integrity": "sha512-1bCSESV6Pv+i21Hvpxp3Dx+pSD8lIPt8uVjRrxAUt/nbswYc+tK6Y2btiULjd4+fnq15PX+nqQDC7Oft7WkwcA==", + "dev": true, "dependencies": { - "mkdirp": "^1.0.4", - "rimraf": "^3.0.2" + "lru-cache": "^6.0.0" + }, + "bin": { + "semver": "bin/semver.js" }, "engines": { "node": ">=10" } }, - "node_modules/@storybook/manager-webpack4/node_modules/@storybook/addons": { - "version": "6.5.16", - "license": "MIT", - "dependencies": { - "@storybook/api": "6.5.16", - "@storybook/channels": "6.5.16", - "@storybook/client-logger": "6.5.16", - "@storybook/core-events": "6.5.16", - "@storybook/csf": "0.0.2--canary.4566f4d.1", - "@storybook/router": "6.5.16", - "@storybook/theming": "6.5.16", - "@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/manager-webpack4/node_modules/@storybook/api": { - "version": "6.5.16", - "license": "MIT", - "dependencies": { - "@storybook/channels": "6.5.16", - "@storybook/client-logger": "6.5.16", - "@storybook/core-events": "6.5.16", - "@storybook/csf": "0.0.2--canary.4566f4d.1", - "@storybook/router": "6.5.16", - "@storybook/semver": "^7.3.2", - "@storybook/theming": "6.5.16", - "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/manager-webpack4/node_modules/@storybook/channels": { - "version": "6.5.16", - "license": "MIT", - "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/manager-webpack4/node_modules/@storybook/client-logger": { - "version": "6.5.16", - "license": "MIT", - "dependencies": { - "core-js": "^3.8.2", - "global": "^4.4.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/storybook" - } - }, - "node_modules/@storybook/manager-webpack4/node_modules/@storybook/core-common": { - "version": "6.5.16", - "license": "MIT", - "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.16", - "@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.2.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/manager-webpack4/node_modules/@storybook/core-events": { - "version": "6.5.16", - "license": "MIT", - "dependencies": { - "core-js": "^3.8.2" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/storybook" - } - }, - "node_modules/@storybook/manager-webpack4/node_modules/@storybook/node-logger": { - "version": "6.5.16", - "license": "MIT", - "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" - } - }, - "node_modules/@storybook/manager-webpack4/node_modules/@storybook/router": { - "version": "6.5.16", - "license": "MIT", - "dependencies": { - "@storybook/client-logger": "6.5.16", - "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/manager-webpack4/node_modules/@storybook/theming": { - "version": "6.5.16", - "license": "MIT", - "dependencies": { - "@storybook/client-logger": "6.5.16", - "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/manager-webpack4/node_modules/@types/html-minifier-terser": { "version": "5.1.2", - "license": "MIT" + "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.25", - "license": "MIT" + "version": "16.18.61", + "resolved": "https://registry.npmjs.org/@types/node/-/node-16.18.61.tgz", + "integrity": "sha512-k0N7BqGhJoJzdh6MuQg1V1ragJiXTh8VUBAZTWjJ9cUq23SG0F0xavOwZbhiP4J3y20xd6jxKx+xNUhkMAi76Q==", + "dev": true }, "node_modules/@storybook/manager-webpack4/node_modules/@webassemblyjs/ast": { "version": "1.9.0", - "license": "MIT", + "resolved": "https://registry.npmjs.org/@webassemblyjs/ast/-/ast-1.9.0.tgz", + "integrity": "sha512-C6wW5L+b7ogSDVqymbkkvuW9kruN//YisMED04xzeBBqjHa2FYnmvOlS6Xj68xWQRgWvI9cIglsjFowH/RJyEA==", + "dev": true, "dependencies": { "@webassemblyjs/helper-module-context": "1.9.0", "@webassemblyjs/helper-wasm-bytecode": "1.9.0", @@ -17820,19 +16684,27 @@ }, "node_modules/@storybook/manager-webpack4/node_modules/@webassemblyjs/helper-api-error": { "version": "1.9.0", - "license": "MIT" + "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-api-error/-/helper-api-error-1.9.0.tgz", + "integrity": "sha512-NcMLjoFMXpsASZFxJ5h2HZRcEhDkvnNFOAKneP5RbKRzaWJN36NC4jqQHKwStIhGXu5mUWlUUk7ygdtrO8lbmw==", + "dev": true }, "node_modules/@storybook/manager-webpack4/node_modules/@webassemblyjs/helper-buffer": { "version": "1.9.0", - "license": "MIT" + "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-buffer/-/helper-buffer-1.9.0.tgz", + "integrity": "sha512-qZol43oqhq6yBPx7YM3m9Bv7WMV9Eevj6kMi6InKOuZxhw+q9hOkvq5e/PpKSiLfyetpaBnogSbNCfBwyB00CA==", + "dev": true }, "node_modules/@storybook/manager-webpack4/node_modules/@webassemblyjs/helper-wasm-bytecode": { "version": "1.9.0", - "license": "MIT" + "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/@storybook/manager-webpack4/node_modules/@webassemblyjs/helper-wasm-section": { "version": "1.9.0", - "license": "MIT", + "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-wasm-section/-/helper-wasm-section-1.9.0.tgz", + "integrity": "sha512-XnMB8l3ek4tvrKUUku+IVaXNHz2YsJyOOmz+MMkZvh8h1uSJpSen6vYnw3IoQ7WwEuAhL8Efjms1ZWjqh2agvw==", + "dev": true, "dependencies": { "@webassemblyjs/ast": "1.9.0", "@webassemblyjs/helper-buffer": "1.9.0", @@ -17842,25 +16714,33 @@ }, "node_modules/@storybook/manager-webpack4/node_modules/@webassemblyjs/ieee754": { "version": "1.9.0", - "license": "MIT", + "resolved": "https://registry.npmjs.org/@webassemblyjs/ieee754/-/ieee754-1.9.0.tgz", + "integrity": "sha512-dcX8JuYU/gvymzIHc9DgxTzUUTLexWwt8uCTWP3otys596io0L5aW02Gb1RjYpx2+0Jus1h4ZFqjla7umFniTg==", + "dev": true, "dependencies": { "@xtuc/ieee754": "^1.2.0" } }, "node_modules/@storybook/manager-webpack4/node_modules/@webassemblyjs/leb128": { "version": "1.9.0", - "license": "MIT", + "resolved": "https://registry.npmjs.org/@webassemblyjs/leb128/-/leb128-1.9.0.tgz", + "integrity": "sha512-ENVzM5VwV1ojs9jam6vPys97B/S65YQtv/aanqnU7D8aSoHFX8GyhGg0CMfyKNIHBuAVjy3tlzd5QMMINa7wpw==", + "dev": true, "dependencies": { "@xtuc/long": "4.2.2" } }, "node_modules/@storybook/manager-webpack4/node_modules/@webassemblyjs/utf8": { "version": "1.9.0", - "license": "MIT" + "resolved": "https://registry.npmjs.org/@webassemblyjs/utf8/-/utf8-1.9.0.tgz", + "integrity": "sha512-GZbQlWtopBTP0u7cHrEx+73yZKrQoBMpwkGEIqlacljhXCkVM1kMQge/Mf+csMJAjEdSwhOyLAS0AoR3AG5P8w==", + "dev": true }, "node_modules/@storybook/manager-webpack4/node_modules/@webassemblyjs/wasm-edit": { "version": "1.9.0", - "license": "MIT", + "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-edit/-/wasm-edit-1.9.0.tgz", + "integrity": "sha512-FgHzBm80uwz5M8WKnMTn6j/sVbqilPdQXTWraSjBwFXSYGirpkSWE2R9Qvz9tNiTKQvoKILpCuTjBKzOIm0nxw==", + "dev": true, "dependencies": { "@webassemblyjs/ast": "1.9.0", "@webassemblyjs/helper-buffer": "1.9.0", @@ -17874,7 +16754,9 @@ }, "node_modules/@storybook/manager-webpack4/node_modules/@webassemblyjs/wasm-gen": { "version": "1.9.0", - "license": "MIT", + "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-gen/-/wasm-gen-1.9.0.tgz", + "integrity": "sha512-cPE3o44YzOOHvlsb4+E9qSqjc9Qf9Na1OO/BHFy4OI91XDE14MjFN4lTMezzaIWdPqHnsTodGGNP+iRSYfGkjA==", + "dev": true, "dependencies": { "@webassemblyjs/ast": "1.9.0", "@webassemblyjs/helper-wasm-bytecode": "1.9.0", @@ -17885,7 +16767,9 @@ }, "node_modules/@storybook/manager-webpack4/node_modules/@webassemblyjs/wasm-opt": { "version": "1.9.0", - "license": "MIT", + "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-opt/-/wasm-opt-1.9.0.tgz", + "integrity": "sha512-Qkjgm6Anhm+OMbIL0iokO7meajkzQD71ioelnfPEj6r4eOFuqm4YC3VBPqXjFyyNwowzbMD+hizmprP/Fwkl2A==", + "dev": true, "dependencies": { "@webassemblyjs/ast": "1.9.0", "@webassemblyjs/helper-buffer": "1.9.0", @@ -17895,7 +16779,9 @@ }, "node_modules/@storybook/manager-webpack4/node_modules/@webassemblyjs/wasm-parser": { "version": "1.9.0", - "license": "MIT", + "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-parser/-/wasm-parser-1.9.0.tgz", + "integrity": "sha512-9+wkMowR2AmdSWQzsPEjFU7njh8HTO5MqO8vjwEHuM+AMHioNqSBONRdr0NQQ3dVQrzp0s8lTcYqzUdb7YgELA==", + "dev": true, "dependencies": { "@webassemblyjs/ast": "1.9.0", "@webassemblyjs/helper-api-error": "1.9.0", @@ -17907,7 +16793,9 @@ }, "node_modules/@storybook/manager-webpack4/node_modules/@webassemblyjs/wast-printer": { "version": "1.9.0", - "license": "MIT", + "resolved": "https://registry.npmjs.org/@webassemblyjs/wast-printer/-/wast-printer-1.9.0.tgz", + "integrity": "sha512-2J0nE95rHXHyQ24cWjMKJ1tqB/ds8z/cyeOZxJhcb+rW+SQASVjuznUSmdz5GpVJTzU8JkhYut0D3siFDD6wsA==", + "dev": true, "dependencies": { "@webassemblyjs/ast": "1.9.0", "@webassemblyjs/wast-parser": "1.9.0", @@ -17916,7 +16804,9 @@ }, "node_modules/@storybook/manager-webpack4/node_modules/acorn": { "version": "6.4.2", - "license": "MIT", + "resolved": "https://registry.npmjs.org/acorn/-/acorn-6.4.2.tgz", + "integrity": "sha512-XtGIhXwF8YM8bJhGxG5kXgjkEuNGLTkoYqVE+KMR+aspr4KGYmKYg7yUe3KghyQ9yheNwLnjmzh/7+gfDBmHCQ==", + "dev": true, "bin": { "acorn": "bin/acorn" }, @@ -17926,7 +16816,9 @@ }, "node_modules/@storybook/manager-webpack4/node_modules/ajv": { "version": "6.12.6", - "license": "MIT", + "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz", + "integrity": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==", + "dev": true, "dependencies": { "fast-deep-equal": "^3.1.1", "fast-json-stable-stringify": "^2.0.0", @@ -17940,21 +16832,27 @@ }, "node_modules/@storybook/manager-webpack4/node_modules/ajv-keywords": { "version": "3.5.2", - "license": "MIT", + "resolved": "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-3.5.2.tgz", + "integrity": "sha512-5p6WTN0DdTGVQk6VjcEju19IgaHudalcfabD7yhDGeA6bcQnmL+CpveLJq/3hvfwd1aof6L386Ougkx6RfyMIQ==", + "dev": true, "peerDependencies": { "ajv": "^6.9.1" } }, "node_modules/@storybook/manager-webpack4/node_modules/ansi-regex": { "version": "2.1.1", - "license": "MIT", + "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" } }, "node_modules/@storybook/manager-webpack4/node_modules/ansi-styles": { "version": "4.3.0", - "license": "MIT", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "dev": true, "dependencies": { "color-convert": "^2.0.1" }, @@ -17965,20 +16863,30 @@ "url": "https://github.com/chalk/ansi-styles?sponsor=1" } }, - "node_modules/@storybook/manager-webpack4/node_modules/babel-plugin-polyfill-corejs3": { - "version": "0.1.7", - "license": "MIT", + "node_modules/@storybook/manager-webpack4/node_modules/babel-loader": { + "version": "8.3.0", + "resolved": "https://registry.npmjs.org/babel-loader/-/babel-loader-8.3.0.tgz", + "integrity": "sha512-H8SvsMF+m9t15HNLMipppzkC+Y2Yq+v3SonZyU70RBL/h1gxPkH08Ot8pEE9Z4Kd+czyWJClmFS8qzIP9OZ04Q==", + "dev": true, "dependencies": { - "@babel/helper-define-polyfill-provider": "^0.1.5", - "core-js-compat": "^3.8.1" + "find-cache-dir": "^3.3.1", + "loader-utils": "^2.0.0", + "make-dir": "^3.1.0", + "schema-utils": "^2.6.5" + }, + "engines": { + "node": ">= 8.9" }, "peerDependencies": { - "@babel/core": "^7.0.0-0" + "@babel/core": "^7.0.0", + "webpack": ">=2" } }, "node_modules/@storybook/manager-webpack4/node_modules/braces": { "version": "2.3.2", - "license": "MIT", + "resolved": "https://registry.npmjs.org/braces/-/braces-2.3.2.tgz", + "integrity": "sha512-aNdbnj9P8PjdXU4ybaWLK2IF3jc/EoDYbC7AazW6to3TRsfXxscC9UXOB5iDiEQrkyIbWp2SLQda4+QAa7nc3w==", + "dev": true, "dependencies": { "arr-flatten": "^1.1.0", "array-unique": "^0.3.2", @@ -17997,7 +16905,9 @@ }, "node_modules/@storybook/manager-webpack4/node_modules/braces/node_modules/extend-shallow": { "version": "2.0.1", - "license": "MIT", + "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz", + "integrity": "sha512-zCnTtlxNoAiDc3gqY2aYAWFx7XWWiasuF2K8Me5WbN8otHKTUKBwjPtNpRs/rbUZm7KxWAaNj7P1a/p52GbVug==", + "dev": true, "dependencies": { "is-extendable": "^0.1.0" }, @@ -18007,7 +16917,9 @@ }, "node_modules/@storybook/manager-webpack4/node_modules/cacache": { "version": "15.3.0", - "license": "ISC", + "resolved": "https://registry.npmjs.org/cacache/-/cacache-15.3.0.tgz", + "integrity": "sha512-VVdYzXEn+cnbXpFgWs5hTT7OScegHVmLhJIR8Ufqk3iFD6A6j5iSX1KuBTfNEv4tdJWE2PzA6IVFtcLC7fN9wQ==", + "dev": true, "dependencies": { "@npmcli/fs": "^1.0.0", "@npmcli/move-file": "^1.0.1", @@ -18034,7 +16946,9 @@ }, "node_modules/@storybook/manager-webpack4/node_modules/chalk": { "version": "4.1.2", - "license": "MIT", + "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" @@ -18048,7 +16962,9 @@ }, "node_modules/@storybook/manager-webpack4/node_modules/clean-css": { "version": "4.2.4", - "license": "MIT", + "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" }, @@ -18058,7 +16974,9 @@ }, "node_modules/@storybook/manager-webpack4/node_modules/color-convert": { "version": "2.0.1", - "license": "MIT", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "dev": true, "dependencies": { "color-name": "~1.1.4" }, @@ -18066,30 +16984,26 @@ "node": ">=7.0.0" } }, + "node_modules/@storybook/manager-webpack4/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==", + "dev": true + }, "node_modules/@storybook/manager-webpack4/node_modules/commander": { "version": "4.1.1", - "license": "MIT", + "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/cosmiconfig": { - "version": "6.0.0", - "license": "MIT", - "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/@storybook/manager-webpack4/node_modules/css-loader": { "version": "3.6.0", - "license": "MIT", + "resolved": "https://registry.npmjs.org/css-loader/-/css-loader-3.6.0.tgz", + "integrity": "sha512-M5lSukoWi1If8dhQAUCvj4H8vUt3vOnwbQBH9DdTm/s4Ym2B/3dPMtYZeJmq7Q3S3Pa+I94DcZ7pc9bP14cWIQ==", + "dev": true, "dependencies": { "camelcase": "^5.3.1", "cssesc": "^3.0.0", @@ -18116,16 +17030,46 @@ "webpack": "^4.0.0 || ^5.0.0" } }, - "node_modules/@storybook/manager-webpack4/node_modules/css-loader/node_modules/semver": { - "version": "6.3.1", - "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz", - "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==", + "node_modules/@storybook/manager-webpack4/node_modules/css-loader/node_modules/json5": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/json5/-/json5-1.0.2.tgz", + "integrity": "sha512-g1MWMLBiz8FKi1e4w0UyVL3w+iJceWAFBAaBnnGKOpNa5f8TLktkbre1+s6oICydWAm+HRUGTmI+//xv2hvXYA==", + "dev": true, + "dependencies": { + "minimist": "^1.2.0" + }, "bin": { - "semver": "bin/semver.js" + "json5": "lib/cli.js" + } + }, + "node_modules/@storybook/manager-webpack4/node_modules/css-loader/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/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/@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", @@ -18135,9 +17079,24 @@ "node": ">=6.9.0" } }, + "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==", + "dev": true, + "dependencies": { + "errno": "^0.1.3", + "readable-stream": "^2.0.1" + }, + "engines": { + "node": ">=4.3.0 <5.0.0 || >=5.10" + } + }, "node_modules/@storybook/manager-webpack4/node_modules/eslint-scope": { "version": "4.0.3", - "license": "BSD-2-Clause", + "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" @@ -18148,14 +17107,18 @@ }, "node_modules/@storybook/manager-webpack4/node_modules/estraverse": { "version": "4.3.0", - "license": "BSD-2-Clause", + "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-4.3.0.tgz", + "integrity": "sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw==", + "dev": true, "engines": { "node": ">=4.0" } }, "node_modules/@storybook/manager-webpack4/node_modules/fill-range": { "version": "4.0.0", - "license": "MIT", + "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", @@ -18168,7 +17131,9 @@ }, "node_modules/@storybook/manager-webpack4/node_modules/fill-range/node_modules/extend-shallow": { "version": "2.0.1", - "license": "MIT", + "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz", + "integrity": "sha512-zCnTtlxNoAiDc3gqY2aYAWFx7XWWiasuF2K8Me5WbN8otHKTUKBwjPtNpRs/rbUZm7KxWAaNj7P1a/p52GbVug==", + "dev": true, "dependencies": { "is-extendable": "^0.1.0" }, @@ -18178,7 +17143,9 @@ }, "node_modules/@storybook/manager-webpack4/node_modules/find-cache-dir": { "version": "3.3.2", - "license": "MIT", + "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", @@ -18191,67 +17158,11 @@ "url": "https://github.com/avajs/find-cache-dir?sponsor=1" } }, - "node_modules/@storybook/manager-webpack4/node_modules/find-cache-dir/node_modules/find-up": { - "version": "4.1.0", - "license": "MIT", - "dependencies": { - "locate-path": "^5.0.0", - "path-exists": "^4.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/@storybook/manager-webpack4/node_modules/find-cache-dir/node_modules/pkg-dir": { - "version": "4.2.0", - "license": "MIT", - "dependencies": { - "find-up": "^4.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/@storybook/manager-webpack4/node_modules/fork-ts-checker-webpack-plugin": { - "version": "6.5.3", - "license": "MIT", - "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" - }, - "engines": { - "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/@storybook/manager-webpack4/node_modules/fs-extra": { "version": "9.1.0", - "license": "MIT", + "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", @@ -18262,9 +17173,23 @@ "node": ">=10" } }, + "node_modules/@storybook/manager-webpack4/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": { + "minipass": "^3.0.0" + }, + "engines": { + "node": ">= 8" + } + }, "node_modules/@storybook/manager-webpack4/node_modules/glob": { "version": "7.2.3", - "license": "ISC", + "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", @@ -18282,14 +17207,18 @@ }, "node_modules/@storybook/manager-webpack4/node_modules/has-flag": { "version": "4.0.0", - "license": "MIT", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "dev": true, "engines": { "node": ">=8" } }, "node_modules/@storybook/manager-webpack4/node_modules/html-minifier-terser": { "version": "5.1.1", - "license": "MIT", + "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", @@ -18308,7 +17237,9 @@ }, "node_modules/@storybook/manager-webpack4/node_modules/html-minifier-terser/node_modules/terser": { "version": "4.8.1", - "license": "BSD-2-Clause", + "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", @@ -18323,11 +17254,15 @@ }, "node_modules/@storybook/manager-webpack4/node_modules/html-minifier-terser/node_modules/terser/node_modules/commander": { "version": "2.20.3", - "license": "MIT" + "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/manager-webpack4/node_modules/html-webpack-plugin": { "version": "4.5.2", - "license": "MIT", + "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", @@ -18346,9 +17281,37 @@ "webpack": "^4.0.0 || ^5.0.0" } }, + "node_modules/@storybook/manager-webpack4/node_modules/html-webpack-plugin/node_modules/json5": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/json5/-/json5-1.0.2.tgz", + "integrity": "sha512-g1MWMLBiz8FKi1e4w0UyVL3w+iJceWAFBAaBnnGKOpNa5f8TLktkbre1+s6oICydWAm+HRUGTmI+//xv2hvXYA==", + "dev": true, + "dependencies": { + "minimist": "^1.2.0" + }, + "bin": { + "json5": "lib/cli.js" + } + }, + "node_modules/@storybook/manager-webpack4/node_modules/html-webpack-plugin/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/icss-utils": { "version": "4.1.1", - "license": "ISC", + "resolved": "https://registry.npmjs.org/icss-utils/-/icss-utils-4.1.1.tgz", + "integrity": "sha512-4aFq7wvWyMHKgxsH8QQtGpvbASCf+eM3wPRLI6R+MgAnTCZ6STYsRvttLvRWK0Nfif5piF394St3HeJDaljGPA==", + "dev": true, "dependencies": { "postcss": "^7.0.14" }, @@ -18358,18 +17321,24 @@ }, "node_modules/@storybook/manager-webpack4/node_modules/is-buffer": { "version": "1.1.6", - "license": "MIT" + "resolved": "https://registry.npmjs.org/is-buffer/-/is-buffer-1.1.6.tgz", + "integrity": "sha512-NcdALwpXkTm5Zvvbk7owOUSvVvBKDgKP5/ewfXEznmQFfs4ZRmanOeKBTjRVjka3QFoN6XJ+9F3USqfHqTaU5w==", + "dev": true }, "node_modules/@storybook/manager-webpack4/node_modules/is-extendable": { "version": "0.1.1", - "license": "MIT", + "resolved": "https://registry.npmjs.org/is-extendable/-/is-extendable-0.1.1.tgz", + "integrity": "sha512-5BMULNob1vgFX6EjQw5izWDxrecWK9AM72rugNr0TFldMOi0fj6Jk+zeKIt0xGj4cEfQIJth4w3OKWOJ4f+AFw==", + "dev": true, "engines": { "node": ">=0.10.0" } }, "node_modules/@storybook/manager-webpack4/node_modules/is-number": { "version": "3.0.0", - "license": "MIT", + "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" }, @@ -18379,7 +17348,9 @@ }, "node_modules/@storybook/manager-webpack4/node_modules/is-number/node_modules/kind-of": { "version": "3.2.2", - "license": "MIT", + "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" }, @@ -18389,18 +17360,24 @@ }, "node_modules/@storybook/manager-webpack4/node_modules/is-wsl": { "version": "1.1.0", - "license": "MIT", + "resolved": "https://registry.npmjs.org/is-wsl/-/is-wsl-1.1.0.tgz", + "integrity": "sha512-gfygJYZ2gLTDlmbWMI0CE2MwnFzSN/2SZfkMlItC4K/JBlsWVDB0bO6XhqcY13YXE7iMcAJnzTCJjPiTeJJ0Mw==", + "dev": true, "engines": { "node": ">=4" } }, "node_modules/@storybook/manager-webpack4/node_modules/isarray": { "version": "1.0.0", - "license": "MIT" + "resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz", + "integrity": "sha512-VLghIWNM6ELQzo7zwmcg0NmTVyWKYjvIeM83yjp0wRDTmUnrM678fQbcKBo6n2CJEF0szoG//ytg+TKla89ALQ==", + "dev": true }, "node_modules/@storybook/manager-webpack4/node_modules/jest-worker": { "version": "26.6.2", - "license": "MIT", + "resolved": "https://registry.npmjs.org/jest-worker/-/jest-worker-26.6.2.tgz", + "integrity": "sha512-KWYVV1c4i+jbMpaBC+U++4Va0cp8OisU185o73T1vo99hqi7w8tSJfUXYswwqqrjzwxa6KpRK54WhPvwf5w6PQ==", + "dev": true, "dependencies": { "@types/node": "*", "merge-stream": "^2.0.0", @@ -18412,40 +17389,38 @@ }, "node_modules/@storybook/manager-webpack4/node_modules/json-schema-traverse": { "version": "0.4.1", - "license": "MIT" + "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/@storybook/manager-webpack4/node_modules/loader-runner": { "version": "2.4.0", - "license": "MIT", + "resolved": "https://registry.npmjs.org/loader-runner/-/loader-runner-2.4.0.tgz", + "integrity": "sha512-Jsmr89RcXGIwivFY21FcRrisYZfvLMTWx5kOLc+JTxtpBOG6xML0vzbc6SEQG2FO9/4Fc3wW4LVcB5DmGflaRw==", + "dev": true, "engines": { "node": ">=4.3.0 <5.0.0 || >=5.10" } }, "node_modules/@storybook/manager-webpack4/node_modules/loader-utils": { - "version": "1.4.2", - "license": "MIT", + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/loader-utils/-/loader-utils-2.0.4.tgz", + "integrity": "sha512-xXqpXoINfFhgua9xiqD8fPFHgkoq1mmmpE92WlDbm9rNRd/EbRb+Gqf908T2DMfuHjjJlksiK2RbHVOdD/MqSw==", + "dev": true, "dependencies": { "big.js": "^5.2.2", "emojis-list": "^3.0.0", - "json5": "^1.0.1" + "json5": "^2.1.2" }, "engines": { - "node": ">=4.0.0" - } - }, - "node_modules/@storybook/manager-webpack4/node_modules/loader-utils/node_modules/json5": { - "version": "1.0.2", - "license": "MIT", - "dependencies": { - "minimist": "^1.2.0" - }, - "bin": { - "json5": "lib/cli.js" + "node": ">=8.9.0" } }, "node_modules/@storybook/manager-webpack4/node_modules/locate-path": { "version": "5.0.0", - "license": "MIT", + "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz", + "integrity": "sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==", + "dev": true, "dependencies": { "p-locate": "^4.1.0" }, @@ -18455,7 +17430,9 @@ }, "node_modules/@storybook/manager-webpack4/node_modules/lru-cache": { "version": "6.0.0", - "license": "ISC", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz", + "integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==", + "dev": true, "dependencies": { "yallist": "^4.0.0" }, @@ -18465,7 +17442,9 @@ }, "node_modules/@storybook/manager-webpack4/node_modules/make-dir": { "version": "3.1.0", - "license": "MIT", + "resolved": "https://registry.npmjs.org/make-dir/-/make-dir-3.1.0.tgz", + "integrity": "sha512-g3FeP20LNwhALb/6Cz6Dd4F2ngze0jz7tbzrD2wAV+o9FeNHe4rL+yK2md0J/fiSf1sa1ADhXqi5+oVwOM/eGw==", + "dev": true, "dependencies": { "semver": "^6.0.0" }, @@ -18476,17 +17455,11 @@ "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/@storybook/manager-webpack4/node_modules/make-dir/node_modules/semver": { - "version": "6.3.1", - "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz", - "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==", - "bin": { - "semver": "bin/semver.js" - } - }, "node_modules/@storybook/manager-webpack4/node_modules/micromatch": { "version": "3.1.10", - "license": "MIT", + "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", @@ -18508,7 +17481,9 @@ }, "node_modules/@storybook/manager-webpack4/node_modules/mime": { "version": "2.6.0", - "license": "MIT", + "resolved": "https://registry.npmjs.org/mime/-/mime-2.6.0.tgz", + "integrity": "sha512-USPkMeET31rOMiarsBNIHZKLGgvKc/LrjofAnBlOttf5ajRvqiRA8QsenbcooctK6d6Ts6aqZXBA+XbkKthiQg==", + "dev": true, "bin": { "mime": "cli.js" }, @@ -18516,9 +17491,35 @@ "node": ">=4.0.0" } }, + "node_modules/@storybook/manager-webpack4/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": { + "brace-expansion": "^1.1.7" + }, + "engines": { + "node": "*" + } + }, + "node_modules/@storybook/manager-webpack4/node_modules/minipass": { + "version": "3.3.6", + "resolved": "https://registry.npmjs.org/minipass/-/minipass-3.3.6.tgz", + "integrity": "sha512-DxiNidxSEK+tHG6zOIklvNOwm3hvCrbUrdtzY74U6HKTJxvIDfOUL5W5P2Ghd3DTkhhKPYGqeNUIh5qcM4YBfw==", + "dev": true, + "dependencies": { + "yallist": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, "node_modules/@storybook/manager-webpack4/node_modules/p-locate": { "version": "4.1.0", - "license": "MIT", + "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-4.1.0.tgz", + "integrity": "sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==", + "dev": true, "dependencies": { "p-limit": "^2.2.0" }, @@ -18528,7 +17529,9 @@ }, "node_modules/@storybook/manager-webpack4/node_modules/p-locate/node_modules/p-limit": { "version": "2.3.0", - "license": "MIT", + "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" }, @@ -18541,11 +17544,40 @@ }, "node_modules/@storybook/manager-webpack4/node_modules/picocolors": { "version": "0.2.1", - "license": "ISC" + "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-0.2.1.tgz", + "integrity": "sha512-cMlDqaLEqfSaW8Z7N5Jw+lyIW869EzT73/F5lhtY9cLGoVxSXznfgfXMO0Z5K0o0Q2TkTXq+0KFsdnSe3jDViA==", + "dev": true + }, + "node_modules/@storybook/manager-webpack4/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": ">=8" + } + }, + "node_modules/@storybook/manager-webpack4/node_modules/pkg-dir/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" + }, + "engines": { + "node": ">=8" + } }, "node_modules/@storybook/manager-webpack4/node_modules/postcss": { "version": "7.0.39", - "license": "MIT", + "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" @@ -18560,7 +17592,9 @@ }, "node_modules/@storybook/manager-webpack4/node_modules/postcss-modules-extract-imports": { "version": "2.0.0", - "license": "ISC", + "resolved": "https://registry.npmjs.org/postcss-modules-extract-imports/-/postcss-modules-extract-imports-2.0.0.tgz", + "integrity": "sha512-LaYLDNS4SG8Q5WAWqIJgdHPJrDDr/Lv775rMBFUbgjTz6j34lUznACHcdRWroPvXANP2Vj7yNK57vp9eFqzLWQ==", + "dev": true, "dependencies": { "postcss": "^7.0.5" }, @@ -18570,7 +17604,9 @@ }, "node_modules/@storybook/manager-webpack4/node_modules/postcss-modules-local-by-default": { "version": "3.0.3", - "license": "MIT", + "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, "dependencies": { "icss-utils": "^4.1.1", "postcss": "^7.0.32", @@ -18583,7 +17619,9 @@ }, "node_modules/@storybook/manager-webpack4/node_modules/postcss-modules-scope": { "version": "2.2.0", - "license": "ISC", + "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, "dependencies": { "postcss": "^7.0.6", "postcss-selector-parser": "^6.0.0" @@ -18594,7 +17632,9 @@ }, "node_modules/@storybook/manager-webpack4/node_modules/postcss-modules-values": { "version": "3.0.0", - "license": "ISC", + "resolved": "https://registry.npmjs.org/postcss-modules-values/-/postcss-modules-values-3.0.0.tgz", + "integrity": "sha512-1//E5jCBrZ9DmRX+zCtmQtRSV6PV42Ix7Bzj9GbwJceduuf7IqP8MgeTXuRDHOWj2m0VzZD5+roFWDuU8RQjcg==", + "dev": true, "dependencies": { "icss-utils": "^4.0.0", "postcss": "^7.0.6" @@ -18602,7 +17642,9 @@ }, "node_modules/@storybook/manager-webpack4/node_modules/pretty-error": { "version": "2.1.2", - "license": "MIT", + "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" @@ -18610,7 +17652,9 @@ }, "node_modules/@storybook/manager-webpack4/node_modules/readable-stream": { "version": "2.3.8", - "license": "MIT", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.8.tgz", + "integrity": "sha512-8p0AUk4XODgIewSi0l8Epjs+EVnWiK7NoDIEGU0HhE7+ZyY8D1IMY7odu5lRrFXGg71L15KG8QrPmum45RTtdA==", + "dev": true, "dependencies": { "core-util-is": "~1.0.0", "inherits": "~2.0.3", @@ -18623,7 +17667,9 @@ }, "node_modules/@storybook/manager-webpack4/node_modules/renderkid": { "version": "2.0.7", - "license": "MIT", + "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", @@ -18634,7 +17680,9 @@ }, "node_modules/@storybook/manager-webpack4/node_modules/rimraf": { "version": "3.0.2", - "license": "ISC", + "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-3.0.2.tgz", + "integrity": "sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==", + "dev": true, "dependencies": { "glob": "^7.1.3" }, @@ -18646,12 +17694,14 @@ } }, "node_modules/@storybook/manager-webpack4/node_modules/schema-utils": { - "version": "2.7.0", - "license": "MIT", + "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.4", - "ajv": "^6.12.2", - "ajv-keywords": "^3.4.1" + "@types/json-schema": "^7.0.5", + "ajv": "^6.12.4", + "ajv-keywords": "^3.5.2" }, "engines": { "node": ">= 8.9.0" @@ -18661,23 +17711,38 @@ "url": "https://opencollective.com/webpack" } }, + "node_modules/@storybook/manager-webpack4/node_modules/semver": { + "version": "6.3.1", + "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz", + "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==", + "dev": true, + "bin": { + "semver": "bin/semver.js" + } + }, "node_modules/@storybook/manager-webpack4/node_modules/serialize-javascript": { "version": "5.0.1", - "license": "BSD-3-Clause", + "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/@storybook/manager-webpack4/node_modules/source-map": { "version": "0.6.1", - "license": "BSD-3-Clause", + "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/@storybook/manager-webpack4/node_modules/ssri": { "version": "8.0.1", - "license": "ISC", + "resolved": "https://registry.npmjs.org/ssri/-/ssri-8.0.1.tgz", + "integrity": "sha512-97qShzy1AiyxvPNIkLWoGua7xoQzzPjQ0HAH4B0rWKo7SZ6USuPcrUiAFrws0UH8RrbWmgq3LMTObhPIHbbBeQ==", + "dev": true, "dependencies": { "minipass": "^3.1.1" }, @@ -18687,14 +17752,18 @@ }, "node_modules/@storybook/manager-webpack4/node_modules/string_decoder": { "version": "1.1.1", - "license": "MIT", + "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz", + "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", + "dev": true, "dependencies": { "safe-buffer": "~5.1.0" } }, "node_modules/@storybook/manager-webpack4/node_modules/strip-ansi": { "version": "3.0.1", - "license": "MIT", + "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" }, @@ -18704,7 +17773,9 @@ }, "node_modules/@storybook/manager-webpack4/node_modules/style-loader": { "version": "1.3.0", - "license": "MIT", + "resolved": "https://registry.npmjs.org/style-loader/-/style-loader-1.3.0.tgz", + "integrity": "sha512-V7TCORko8rs9rIqkSrlMfkqA63DfoGBBJmK1kKGCcSi+BWb4cqz0SRsnp4l6rU5iwOEd0/2ePv68SV22VXon4Q==", + "dev": true, "dependencies": { "loader-utils": "^2.0.0", "schema-utils": "^2.7.0" @@ -18720,21 +17791,11 @@ "webpack": "^4.0.0 || ^5.0.0" } }, - "node_modules/@storybook/manager-webpack4/node_modules/style-loader/node_modules/loader-utils": { - "version": "2.0.4", - "license": "MIT", - "dependencies": { - "big.js": "^5.2.2", - "emojis-list": "^3.0.0", - "json5": "^2.1.2" - }, - "engines": { - "node": ">=8.9.0" - } - }, "node_modules/@storybook/manager-webpack4/node_modules/supports-color": { "version": "7.2.0", - "license": "MIT", + "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" }, @@ -18744,14 +17805,18 @@ }, "node_modules/@storybook/manager-webpack4/node_modules/tapable": { "version": "1.1.3", - "license": "MIT", + "resolved": "https://registry.npmjs.org/tapable/-/tapable-1.1.3.tgz", + "integrity": "sha512-4WK/bYZmj8xLr+HUCODHGF1ZFzsYffasLUgEiMBY4fgtltdO6B4WJtlSbPaDTLpYTcGVwM2qLnFTICEcNxs3kA==", + "dev": true, "engines": { "node": ">=6" } }, "node_modules/@storybook/manager-webpack4/node_modules/terser-webpack-plugin": { "version": "4.2.3", - "license": "MIT", + "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": { "cacache": "^15.0.5", "find-cache-dir": "^3.3.1", @@ -18775,8 +17840,10 @@ } }, "node_modules/@storybook/manager-webpack4/node_modules/terser-webpack-plugin/node_modules/schema-utils": { - "version": "3.1.2", - "license": "MIT", + "version": "3.3.0", + "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-3.3.0.tgz", + "integrity": "sha512-pN/yOAvcC+5rQ5nERGuwrjLlYvLTbCibnZ1I7B1LaiAz9BRBlE9GMgE/eqV30P7aJQUf7Ddimy/RsbYO/GrVGg==", + "dev": true, "dependencies": { "@types/json-schema": "^7.0.8", "ajv": "^6.12.5", @@ -18792,7 +17859,9 @@ }, "node_modules/@storybook/manager-webpack4/node_modules/to-regex-range": { "version": "2.1.1", - "license": "MIT", + "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" @@ -18801,9 +17870,29 @@ "node": ">=0.10.0" } }, + "node_modules/@storybook/manager-webpack4/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_modules/@storybook/manager-webpack4/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": { + "imurmurhash": "^0.1.4" + } + }, "node_modules/@storybook/manager-webpack4/node_modules/watchpack": { "version": "1.7.5", - "license": "MIT", + "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" @@ -18814,8 +17903,10 @@ } }, "node_modules/@storybook/manager-webpack4/node_modules/webpack": { - "version": "4.46.0", - "license": "MIT", + "version": "4.47.0", + "resolved": "https://registry.npmjs.org/webpack/-/webpack-4.47.0.tgz", + "integrity": "sha512-td7fYwgLSrky3fI1EuU5cneU4+pbH6GgOfuKNS1tNPcfdGinGELAqsb/BP4nnvZyKSG2i/xFGU7+n2PvZA8HJQ==", + "dev": true, "dependencies": { "@webassemblyjs/ast": "1.9.0", "@webassemblyjs/helper-module-context": "1.9.0", @@ -18862,7 +17953,9 @@ }, "node_modules/@storybook/manager-webpack4/node_modules/webpack-dev-middleware": { "version": "3.7.3", - "license": "MIT", + "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", @@ -18877,17 +17970,11 @@ "webpack": "^4.0.0 || ^5.0.0" } }, - "node_modules/@storybook/manager-webpack4/node_modules/webpack-dev-middleware/node_modules/memory-fs": { - "version": "0.4.1", - "license": "MIT", - "dependencies": { - "errno": "^0.1.3", - "readable-stream": "^2.0.1" - } - }, "node_modules/@storybook/manager-webpack4/node_modules/webpack-dev-middleware/node_modules/mkdirp": { "version": "0.5.6", - "license": "MIT", + "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" }, @@ -18897,7 +17984,9 @@ }, "node_modules/@storybook/manager-webpack4/node_modules/webpack-sources": { "version": "1.4.3", - "license": "MIT", + "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" @@ -18905,21 +17994,18 @@ }, "node_modules/@storybook/manager-webpack4/node_modules/webpack-virtual-modules": { "version": "0.2.2", - "license": "MIT", + "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/@storybook/manager-webpack4/node_modules/webpack-virtual-modules/node_modules/debug": { - "version": "3.2.7", - "license": "MIT", - "dependencies": { - "ms": "^2.1.1" - } - }, "node_modules/@storybook/manager-webpack4/node_modules/webpack/node_modules/cacache": { "version": "12.0.4", - "license": "ISC", + "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", @@ -18940,15 +18026,21 @@ }, "node_modules/@storybook/manager-webpack4/node_modules/webpack/node_modules/chownr": { "version": "1.1.4", - "license": "ISC" + "resolved": "https://registry.npmjs.org/chownr/-/chownr-1.1.4.tgz", + "integrity": "sha512-jJ0bqzaylmJtVnNgzTeSOs8DPavpbYgEr/b0YL8/2GO3xJEhInFmhKMUnEJQjZumK7KXGFhUy89PrsJWlakBVg==", + "dev": true }, "node_modules/@storybook/manager-webpack4/node_modules/webpack/node_modules/commander": { "version": "2.20.3", - "license": "MIT" + "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/manager-webpack4/node_modules/webpack/node_modules/find-cache-dir": { "version": "2.1.0", - "license": "MIT", + "resolved": "https://registry.npmjs.org/find-cache-dir/-/find-cache-dir-2.1.0.tgz", + "integrity": "sha512-Tq6PixE0w/VMFfCgbONnkiQIVol/JJL7nRMi20fqzA4NRs9AfeqMGeRdPi3wIhYkxjeBaWh2rxwapn5Tu3IqOQ==", + "dev": true, "dependencies": { "commondir": "^1.0.1", "make-dir": "^2.0.0", @@ -18960,7 +18052,9 @@ }, "node_modules/@storybook/manager-webpack4/node_modules/webpack/node_modules/find-up": { "version": "3.0.0", - "license": "MIT", + "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" }, @@ -18968,9 +18062,37 @@ "node": ">=6" } }, + "node_modules/@storybook/manager-webpack4/node_modules/webpack/node_modules/json5": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/json5/-/json5-1.0.2.tgz", + "integrity": "sha512-g1MWMLBiz8FKi1e4w0UyVL3w+iJceWAFBAaBnnGKOpNa5f8TLktkbre1+s6oICydWAm+HRUGTmI+//xv2hvXYA==", + "dev": true, + "dependencies": { + "minimist": "^1.2.0" + }, + "bin": { + "json5": "lib/cli.js" + } + }, + "node_modules/@storybook/manager-webpack4/node_modules/webpack/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/webpack/node_modules/locate-path": { "version": "3.0.0", - "license": "MIT", + "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-3.0.0.tgz", + "integrity": "sha512-7AO748wWnIhNqAuaty2ZWHkQHRSNfPVIsPIfwEOWO22AmaoVrWavlOcMR5nzTLNYvp36X220/maaRsrec1G65A==", + "dev": true, "dependencies": { "p-locate": "^3.0.0", "path-exists": "^3.0.0" @@ -18981,14 +18103,18 @@ }, "node_modules/@storybook/manager-webpack4/node_modules/webpack/node_modules/lru-cache": { "version": "5.1.1", - "license": "ISC", + "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" } }, "node_modules/@storybook/manager-webpack4/node_modules/webpack/node_modules/make-dir": { "version": "2.1.0", - "license": "MIT", + "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" @@ -18997,17 +18123,11 @@ "node": ">=6" } }, - "node_modules/@storybook/manager-webpack4/node_modules/webpack/node_modules/memory-fs": { - "version": "0.4.1", - "license": "MIT", - "dependencies": { - "errno": "^0.1.3", - "readable-stream": "^2.0.1" - } - }, "node_modules/@storybook/manager-webpack4/node_modules/webpack/node_modules/mkdirp": { "version": "0.5.6", - "license": "MIT", + "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" }, @@ -19017,7 +18137,9 @@ }, "node_modules/@storybook/manager-webpack4/node_modules/webpack/node_modules/p-limit": { "version": "2.3.0", - "license": "MIT", + "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" }, @@ -19030,7 +18152,9 @@ }, "node_modules/@storybook/manager-webpack4/node_modules/webpack/node_modules/p-locate": { "version": "3.0.0", - "license": "MIT", + "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-3.0.0.tgz", + "integrity": "sha512-x+12w/To+4GFfgJhBEpiDcLozRJGegY+Ei7/z0tSLkMmxGZNybVMSfWj9aJn8Z5Fc7dBUNJOOVgPv2H7IwulSQ==", + "dev": true, "dependencies": { "p-limit": "^2.0.0" }, @@ -19040,14 +18164,18 @@ }, "node_modules/@storybook/manager-webpack4/node_modules/webpack/node_modules/path-exists": { "version": "3.0.0", - "license": "MIT", + "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-3.0.0.tgz", + "integrity": "sha512-bpC7GYwiDYQ4wYLe+FA8lhRjhQCMcQGuSgGGqDkg/QerRWw9CmGRT0iSOVRSZJ29NMLZgIzqaljJ63oaL4NIJQ==", + "dev": true, "engines": { "node": ">=4" } }, "node_modules/@storybook/manager-webpack4/node_modules/webpack/node_modules/pkg-dir": { "version": "3.0.0", - "license": "MIT", + "resolved": "https://registry.npmjs.org/pkg-dir/-/pkg-dir-3.0.0.tgz", + "integrity": "sha512-/E57AYkoeQ25qkxMj5PBOVgF8Kiu/h7cYS30Z5+R7WaiCCBfLq58ZI/dSeaEKb9WVJV5n/03QwrN3IeWIFllvw==", + "dev": true, "dependencies": { "find-up": "^3.0.0" }, @@ -19057,7 +18185,9 @@ }, "node_modules/@storybook/manager-webpack4/node_modules/webpack/node_modules/rimraf": { "version": "2.7.1", - "license": "ISC", + "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-2.7.1.tgz", + "integrity": "sha512-uWjbaKIK3T1OSVptzX7Nl6PvQ3qAGtKEtVRjRuazjfL3Bx5eI409VZSqgND+4UNnmzLVdPj9FqFJNPqBZFve4w==", + "dev": true, "dependencies": { "glob": "^7.1.3" }, @@ -19067,7 +18197,9 @@ }, "node_modules/@storybook/manager-webpack4/node_modules/webpack/node_modules/schema-utils": { "version": "1.0.0", - "license": "MIT", + "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", @@ -19081,27 +18213,34 @@ "version": "5.7.2", "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.2.tgz", "integrity": "sha512-cBznnQ9KjJqU67B52RMC65CMarK2600WFnbkcaiwWq3xy/5haFJlshgnpjovMVJ+Hff49d8GEn0b87C5pDQ10g==", + "dev": true, "bin": { "semver": "bin/semver" } }, "node_modules/@storybook/manager-webpack4/node_modules/webpack/node_modules/serialize-javascript": { "version": "4.0.0", - "license": "BSD-3-Clause", + "resolved": "https://registry.npmjs.org/serialize-javascript/-/serialize-javascript-4.0.0.tgz", + "integrity": "sha512-GaNA54380uFefWghODBWEGisLZFj00nS5ACs6yHa9nLqlLpVLO8ChDGeKRjZnV4Nh4n0Qi7nhYZD/9fCPzEqkw==", + "dev": true, "dependencies": { "randombytes": "^2.1.0" } }, "node_modules/@storybook/manager-webpack4/node_modules/webpack/node_modules/ssri": { "version": "6.0.2", - "license": "ISC", + "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" } }, "node_modules/@storybook/manager-webpack4/node_modules/webpack/node_modules/terser": { "version": "4.8.1", - "license": "BSD-2-Clause", + "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", @@ -19116,7 +18255,9 @@ }, "node_modules/@storybook/manager-webpack4/node_modules/webpack/node_modules/terser-webpack-plugin": { "version": "1.4.5", - "license": "MIT", + "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", @@ -19137,30 +18278,37 @@ }, "node_modules/@storybook/manager-webpack4/node_modules/webpack/node_modules/yallist": { "version": "3.1.1", - "license": "ISC" + "resolved": "https://registry.npmjs.org/yallist/-/yallist-3.1.1.tgz", + "integrity": "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==", + "dev": true }, "node_modules/@storybook/manager-webpack4/node_modules/y18n": { "version": "4.0.3", - "license": "ISC" + "resolved": "https://registry.npmjs.org/y18n/-/y18n-4.0.3.tgz", + "integrity": "sha512-JKhqTOwSrqNA1NY5lSztJ1GrBiUodLMmIZuLiDaMRJ+itFd+ABVE8XBjOvIWL+rSqNDC74LCSFmlb/U4UZ4hJQ==", + "dev": true }, "node_modules/@storybook/manager-webpack4/node_modules/yallist": { "version": "4.0.0", - "license": "ISC" + "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", + "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==", + "dev": true }, "node_modules/@storybook/manager-webpack5": { - "version": "6.5.10", + "version": "6.5.16", + "resolved": "https://registry.npmjs.org/@storybook/manager-webpack5/-/manager-webpack5-6.5.16.tgz", + "integrity": "sha512-OtxXv8JCe0r/0rE5HxaFicsNsXA+fqZxzokxquFFgrYf/1Jg4d7QX6/pG5wINF+5qInJfVkRG6xhPzv1s5bk9Q==", "dev": true, - "license": "MIT", "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", + "@storybook/addons": "6.5.16", + "@storybook/core-client": "6.5.16", + "@storybook/core-common": "6.5.16", + "@storybook/node-logger": "6.5.16", + "@storybook/theming": "6.5.16", + "@storybook/ui": "6.5.16", "@types/node": "^14.0.10 || ^16.0.0", "babel-loader": "^8.0.0", "case-sensitive-paths-webpack-plugin": "^2.3.0", @@ -19199,101 +18347,17 @@ } } }, - "node_modules/@storybook/manager-webpack5/node_modules/@storybook/channel-websocket": { - "version": "6.5.10", - "dev": true, - "license": "MIT", - "dependencies": { - "@storybook/channels": "6.5.10", - "@storybook/client-logger": "6.5.10", - "core-js": "^3.8.2", - "global": "^4.4.0", - "telejson": "^6.0.8" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/storybook" - } - }, - "node_modules/@storybook/manager-webpack5/node_modules/@storybook/core-client": { - "version": "6.5.10", - "dev": true, - "license": "MIT", - "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/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/manager-webpack5/node_modules/@storybook/ui": { - "version": "6.5.10", - "dev": true, - "license": "MIT", - "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/manager-webpack5/node_modules/@types/node": { - "version": "16.18.25", - "dev": true, - "license": "MIT" + "version": "16.18.61", + "resolved": "https://registry.npmjs.org/@types/node/-/node-16.18.61.tgz", + "integrity": "sha512-k0N7BqGhJoJzdh6MuQg1V1ragJiXTh8VUBAZTWjJ9cUq23SG0F0xavOwZbhiP4J3y20xd6jxKx+xNUhkMAi76Q==", + "dev": true }, "node_modules/@storybook/manager-webpack5/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, - "license": "MIT", "dependencies": { "fast-deep-equal": "^3.1.1", "fast-json-stable-stringify": "^2.0.0", @@ -19307,16 +18371,18 @@ }, "node_modules/@storybook/manager-webpack5/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, - "license": "MIT", "peerDependencies": { "ajv": "^6.9.1" } }, "node_modules/@storybook/manager-webpack5/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==", "dev": true, - "license": "MIT", "dependencies": { "color-convert": "^2.0.1" }, @@ -19327,10 +18393,30 @@ "url": "https://github.com/chalk/ansi-styles?sponsor=1" } }, + "node_modules/@storybook/manager-webpack5/node_modules/babel-loader": { + "version": "8.3.0", + "resolved": "https://registry.npmjs.org/babel-loader/-/babel-loader-8.3.0.tgz", + "integrity": "sha512-H8SvsMF+m9t15HNLMipppzkC+Y2Yq+v3SonZyU70RBL/h1gxPkH08Ot8pEE9Z4Kd+czyWJClmFS8qzIP9OZ04Q==", + "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": ">= 8.9" + }, + "peerDependencies": { + "@babel/core": "^7.0.0", + "webpack": ">=2" + } + }, "node_modules/@storybook/manager-webpack5/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, - "license": "MIT", "dependencies": { "ansi-styles": "^4.1.0", "supports-color": "^7.1.0" @@ -19344,8 +18430,9 @@ }, "node_modules/@storybook/manager-webpack5/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==", "dev": true, - "license": "MIT", "dependencies": { "color-name": "~1.1.4" }, @@ -19353,15 +18440,23 @@ "node": ">=7.0.0" } }, + "node_modules/@storybook/manager-webpack5/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==", + "dev": true + }, "node_modules/@storybook/manager-webpack5/node_modules/colorette": { "version": "1.4.0", - "dev": true, - "license": "MIT" + "resolved": "https://registry.npmjs.org/colorette/-/colorette-1.4.0.tgz", + "integrity": "sha512-Y2oEozpomLn7Q3HFP7dpww7AtMJplbM9lGZP6RDfHqmbeRjiwRg4n6VM6j4KLmRke85uWEI7JqF17f3pqdRA0g==", + "dev": true }, "node_modules/@storybook/manager-webpack5/node_modules/css-loader": { "version": "5.2.7", + "resolved": "https://registry.npmjs.org/css-loader/-/css-loader-5.2.7.tgz", + "integrity": "sha512-Q7mOvpBNBG7YrVGMxRxcBJZFL75o+cH2abNASdibkj/fffYD8qWbInZrD0S9ccI6vZclF3DsHE7njGlLtaHbhg==", "dev": true, - "license": "MIT", "dependencies": { "icss-utils": "^5.1.0", "loader-utils": "^2.0.0", @@ -19385,50 +18480,11 @@ "webpack": "^4.27.0 || ^5.0.0" } }, - "node_modules/@storybook/manager-webpack5/node_modules/fs-extra": { - "version": "9.1.0", + "node_modules/@storybook/manager-webpack5/node_modules/css-loader/node_modules/schema-utils": { + "version": "3.3.0", + "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-3.3.0.tgz", + "integrity": "sha512-pN/yOAvcC+5rQ5nERGuwrjLlYvLTbCibnZ1I7B1LaiAz9BRBlE9GMgE/eqV30P7aJQUf7Ddimy/RsbYO/GrVGg==", "dev": true, - "license": "MIT", - "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-webpack5/node_modules/has-flag": { - "version": "4.0.0", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=8" - } - }, - "node_modules/@storybook/manager-webpack5/node_modules/json-schema-traverse": { - "version": "0.4.1", - "dev": true, - "license": "MIT" - }, - "node_modules/@storybook/manager-webpack5/node_modules/loader-utils": { - "version": "2.0.4", - "dev": true, - "license": "MIT", - "dependencies": { - "big.js": "^5.2.2", - "emojis-list": "^3.0.0", - "json5": "^2.1.2" - }, - "engines": { - "node": ">=8.9.0" - } - }, - "node_modules/@storybook/manager-webpack5/node_modules/schema-utils": { - "version": "3.1.2", - "dev": true, - "license": "MIT", "dependencies": { "@types/json-schema": "^7.0.8", "ajv": "^6.12.5", @@ -19442,10 +18498,178 @@ "url": "https://opencollective.com/webpack" } }, + "node_modules/@storybook/manager-webpack5/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": ">=8" + }, + "funding": { + "url": "https://github.com/avajs/find-cache-dir?sponsor=1" + } + }, + "node_modules/@storybook/manager-webpack5/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-webpack5/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==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/@storybook/manager-webpack5/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/@storybook/manager-webpack5/node_modules/loader-utils": { + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/loader-utils/-/loader-utils-2.0.4.tgz", + "integrity": "sha512-xXqpXoINfFhgua9xiqD8fPFHgkoq1mmmpE92WlDbm9rNRd/EbRb+Gqf908T2DMfuHjjJlksiK2RbHVOdD/MqSw==", + "dev": true, + "dependencies": { + "big.js": "^5.2.2", + "emojis-list": "^3.0.0", + "json5": "^2.1.2" + }, + "engines": { + "node": ">=8.9.0" + } + }, + "node_modules/@storybook/manager-webpack5/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": { + "p-locate": "^4.1.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/@storybook/manager-webpack5/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==", + "dev": true, + "dependencies": { + "semver": "^6.0.0" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/@storybook/manager-webpack5/node_modules/make-dir/node_modules/semver": { + "version": "6.3.1", + "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz", + "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==", + "dev": true, + "bin": { + "semver": "bin/semver.js" + } + }, + "node_modules/@storybook/manager-webpack5/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": ">=6" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/@storybook/manager-webpack5/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": { + "p-limit": "^2.2.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/@storybook/manager-webpack5/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": ">=8" + } + }, + "node_modules/@storybook/manager-webpack5/node_modules/pkg-dir/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" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/@storybook/manager-webpack5/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" + }, + "engines": { + "node": ">= 8.9.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/webpack" + } + }, "node_modules/@storybook/manager-webpack5/node_modules/style-loader": { "version": "2.0.0", + "resolved": "https://registry.npmjs.org/style-loader/-/style-loader-2.0.0.tgz", + "integrity": "sha512-Z0gYUJmzZ6ZdRUqpg1r8GsaFKypE+3xAzuFeMuoHgjc9KZv3wMyCRjQIWEbhoFSq7+7yoHXySDJyyWQaPajeiQ==", "dev": true, - "license": "MIT", "dependencies": { "loader-utils": "^2.0.0", "schema-utils": "^3.0.0" @@ -19461,10 +18685,29 @@ "webpack": "^4.0.0 || ^5.0.0" } }, + "node_modules/@storybook/manager-webpack5/node_modules/style-loader/node_modules/schema-utils": { + "version": "3.3.0", + "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-3.3.0.tgz", + "integrity": "sha512-pN/yOAvcC+5rQ5nERGuwrjLlYvLTbCibnZ1I7B1LaiAz9BRBlE9GMgE/eqV30P7aJQUf7Ddimy/RsbYO/GrVGg==", + "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_modules/@storybook/manager-webpack5/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, - "license": "MIT", "dependencies": { "has-flag": "^4.0.0" }, @@ -19474,8 +18717,9 @@ }, "node_modules/@storybook/manager-webpack5/node_modules/webpack-dev-middleware": { "version": "4.3.0", + "resolved": "https://registry.npmjs.org/webpack-dev-middleware/-/webpack-dev-middleware-4.3.0.tgz", + "integrity": "sha512-PjwyVY95/bhBh6VUqt6z4THplYcsvQ8YNNBTBM873xLVmw8FLeALn0qurHbs9EmcfhzQis/eoqypSnZeuUz26w==", "dev": true, - "license": "MIT", "dependencies": { "colorette": "^1.2.2", "mem": "^8.1.1", @@ -19495,9 +18739,29 @@ "webpack": "^4.0.0 || ^5.0.0" } }, + "node_modules/@storybook/manager-webpack5/node_modules/webpack-dev-middleware/node_modules/schema-utils": { + "version": "3.3.0", + "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-3.3.0.tgz", + "integrity": "sha512-pN/yOAvcC+5rQ5nERGuwrjLlYvLTbCibnZ1I7B1LaiAz9BRBlE9GMgE/eqV30P7aJQUf7Ddimy/RsbYO/GrVGg==", + "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_modules/@storybook/mdx1-csf": { "version": "0.0.1", - "license": "MIT", + "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", @@ -19514,7 +18778,9 @@ }, "node_modules/@storybook/mdx1-csf/node_modules/loader-utils": { "version": "2.0.4", - "license": "MIT", + "resolved": "https://registry.npmjs.org/loader-utils/-/loader-utils-2.0.4.tgz", + "integrity": "sha512-xXqpXoINfFhgua9xiqD8fPFHgkoq1mmmpE92WlDbm9rNRd/EbRb+Gqf908T2DMfuHjjJlksiK2RbHVOdD/MqSw==", + "dev": true, "dependencies": { "big.js": "^5.2.2", "emojis-list": "^3.0.0", @@ -19526,7 +18792,9 @@ }, "node_modules/@storybook/mdx1-csf/node_modules/prettier": { "version": "2.3.0", - "license": "MIT", + "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" }, @@ -19535,9 +18803,10 @@ } }, "node_modules/@storybook/node-logger": { - "version": "6.5.10", + "version": "6.5.16", + "resolved": "https://registry.npmjs.org/@storybook/node-logger/-/node-logger-6.5.16.tgz", + "integrity": "sha512-YjhBKrclQtjhqFNSO+BZK+RXOx6EQypAELJKoLFaawg331e8VUfvUuRCNB3fcEWp8G9oH13PQQte0OTjLyyOYg==", "dev": true, - "license": "MIT", "dependencies": { "@types/npmlog": "^4.1.2", "chalk": "^4.1.0", @@ -19552,8 +18821,9 @@ }, "node_modules/@storybook/node-logger/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==", "dev": true, - "license": "MIT", "dependencies": { "color-convert": "^2.0.1" }, @@ -19566,8 +18836,9 @@ }, "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==", "dev": true, - "license": "MIT", "dependencies": { "ansi-styles": "^4.1.0", "supports-color": "^7.1.0" @@ -19581,8 +18852,9 @@ }, "node_modules/@storybook/node-logger/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==", "dev": true, - "license": "MIT", "dependencies": { "color-name": "~1.1.4" }, @@ -19590,18 +18862,26 @@ "node": ">=7.0.0" } }, + "node_modules/@storybook/node-logger/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==", + "dev": true + }, "node_modules/@storybook/node-logger/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==", "dev": true, - "license": "MIT", "engines": { "node": ">=8" } }, "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, - "license": "MIT", "dependencies": { "has-flag": "^4.0.0" }, @@ -19610,9 +18890,10 @@ } }, "node_modules/@storybook/postinstall": { - "version": "6.5.10", + "version": "6.5.16", + "resolved": "https://registry.npmjs.org/@storybook/postinstall/-/postinstall-6.5.16.tgz", + "integrity": "sha512-08K2q+qN6pqyPW7PHLCZ5G5Xa6Wosd6t0F16PQ4abX2ItlJLabVoJN5mZ0gm/aeLTjD8QYr8IDvacu4eXh0SVA==", "dev": true, - "license": "MIT", "dependencies": { "core-js": "^3.8.2" }, @@ -19622,16 +18903,17 @@ } }, "node_modules/@storybook/preview-web": { - "version": "6.5.10", + "version": "6.5.16", + "resolved": "https://registry.npmjs.org/@storybook/preview-web/-/preview-web-6.5.16.tgz", + "integrity": "sha512-IJnvfe2sKCfk7apN9Fu9U8qibbarrPX5JB55ZzK1amSHVmSDuYk5MIMc/U3NnSQNnvd1DO5v/zMcGgj563hrtg==", "dev": true, - "license": "MIT", "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/addons": "6.5.16", + "@storybook/channel-postmessage": "6.5.16", + "@storybook/client-logger": "6.5.16", + "@storybook/core-events": "6.5.16", "@storybook/csf": "0.0.2--canary.4566f4d.1", - "@storybook/store": "6.5.10", + "@storybook/store": "6.5.16", "ansi-to-html": "^0.6.11", "core-js": "^3.8.2", "global": "^4.4.0", @@ -19653,11 +18935,12 @@ } }, "node_modules/@storybook/router": { - "version": "6.5.10", + "version": "6.5.16", + "resolved": "https://registry.npmjs.org/@storybook/router/-/router-6.5.16.tgz", + "integrity": "sha512-ZgeP8a5YV/iuKbv31V8DjPxlV4AzorRiR8OuSt/KqaiYXNXlOoQDz/qMmiNcrshrfLpmkzoq7fSo4T8lWo2UwQ==", "dev": true, - "license": "MIT", "dependencies": { - "@storybook/client-logger": "6.5.10", + "@storybook/client-logger": "6.5.16", "core-js": "^3.8.2", "memoizerific": "^1.11.3", "qs": "^6.10.0", @@ -19674,7 +18957,9 @@ }, "node_modules/@storybook/semver": { "version": "7.3.2", - "license": "ISC", + "resolved": "https://registry.npmjs.org/@storybook/semver/-/semver-7.3.2.tgz", + "integrity": "sha512-SWeszlsiPsMI0Ps0jVNtH64cI5c0UF3f7KgjVKJoNP30crQ6wUSddY2hsdeczZXEKVJGEn50Q60flcGsQGIcrg==", + "dev": true, "dependencies": { "core-js": "^3.6.5", "find-up": "^4.1.0" @@ -19688,7 +18973,9 @@ }, "node_modules/@storybook/semver/node_modules/find-up": { "version": "4.1.0", - "license": "MIT", + "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" @@ -19699,7 +18986,9 @@ }, "node_modules/@storybook/semver/node_modules/locate-path": { "version": "5.0.0", - "license": "MIT", + "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz", + "integrity": "sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==", + "dev": true, "dependencies": { "p-locate": "^4.1.0" }, @@ -19709,7 +18998,9 @@ }, "node_modules/@storybook/semver/node_modules/p-limit": { "version": "2.3.0", - "license": "MIT", + "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" }, @@ -19722,7 +19013,9 @@ }, "node_modules/@storybook/semver/node_modules/p-locate": { "version": "4.1.0", - "license": "MIT", + "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-4.1.0.tgz", + "integrity": "sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==", + "dev": true, "dependencies": { "p-limit": "^2.2.0" }, @@ -19731,17 +19024,18 @@ } }, "node_modules/@storybook/source-loader": { - "version": "6.5.10", + "version": "6.5.16", + "resolved": "https://registry.npmjs.org/@storybook/source-loader/-/source-loader-6.5.16.tgz", + "integrity": "sha512-fyVl4jrM/5JLrb48aqXPu7sTsmySQaVGFp1zfeqvPPlJRFMastDrePm5XGPN7Qjv1wsKmpuBvuweFKOT1pru3g==", "dev": true, - "license": "MIT", "dependencies": { - "@storybook/addons": "6.5.10", - "@storybook/client-logger": "6.5.10", + "@storybook/addons": "6.5.16", + "@storybook/client-logger": "6.5.16", "@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", + "loader-utils": "^2.0.4", "lodash": "^4.17.21", "prettier": ">=2.2.1 <=2.3.0", "regenerator-runtime": "^0.13.7" @@ -19757,8 +19051,9 @@ }, "node_modules/@storybook/source-loader/node_modules/loader-utils": { "version": "2.0.4", + "resolved": "https://registry.npmjs.org/loader-utils/-/loader-utils-2.0.4.tgz", + "integrity": "sha512-xXqpXoINfFhgua9xiqD8fPFHgkoq1mmmpE92WlDbm9rNRd/EbRb+Gqf908T2DMfuHjjJlksiK2RbHVOdD/MqSw==", "dev": true, - "license": "MIT", "dependencies": { "big.js": "^5.2.2", "emojis-list": "^3.0.0", @@ -19770,8 +19065,9 @@ }, "node_modules/@storybook/source-loader/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, - "license": "MIT", "bin": { "prettier": "bin-prettier.js" }, @@ -19780,13 +19076,14 @@ } }, "node_modules/@storybook/store": { - "version": "6.5.10", + "version": "6.5.16", + "resolved": "https://registry.npmjs.org/@storybook/store/-/store-6.5.16.tgz", + "integrity": "sha512-g+bVL5hmMq/9cM51K04e37OviUPHT0rHHrRm5wj/hrf18Kd9120b3sxdQ5Dc+HZ292yuME0n+cyrQPTYx9Epmw==", "dev": true, - "license": "MIT", "dependencies": { - "@storybook/addons": "6.5.10", - "@storybook/client-logger": "6.5.10", - "@storybook/core-events": "6.5.10", + "@storybook/addons": "6.5.16", + "@storybook/client-logger": "6.5.16", + "@storybook/core-events": "6.5.16", "@storybook/csf": "0.0.2--canary.4566f4d.1", "core-js": "^3.8.2", "fast-deep-equal": "^3.1.3", @@ -19811,7 +19108,9 @@ }, "node_modules/@storybook/telemetry": { "version": "6.5.16", - "license": "MIT", + "resolved": "https://registry.npmjs.org/@storybook/telemetry/-/telemetry-6.5.16.tgz", + "integrity": "sha512-CWr5Uko1l9jJW88yTXsZTj/3GTabPvw0o7pDPOXPp8JRZiJTxv1JFaFCafhK9UzYbgcRuGfCC8kEWPZims7iKA==", + "dev": true, "dependencies": { "@storybook/client-logger": "6.5.16", "@storybook/core-common": "6.5.16", @@ -19831,270 +19130,11 @@ "url": "https://opencollective.com/storybook" } }, - "node_modules/@storybook/telemetry/node_modules/@babel/helper-define-polyfill-provider": { - "version": "0.1.5", - "license": "MIT", - "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/telemetry/node_modules/@babel/helper-define-polyfill-provider/node_modules/semver": { - "version": "6.3.1", - "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz", - "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==", - "bin": { - "semver": "bin/semver.js" - } - }, - "node_modules/@storybook/telemetry/node_modules/@storybook/client-logger": { - "version": "6.5.16", - "license": "MIT", - "dependencies": { - "core-js": "^3.8.2", - "global": "^4.4.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/storybook" - } - }, - "node_modules/@storybook/telemetry/node_modules/@storybook/core-common": { - "version": "6.5.16", - "license": "MIT", - "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.16", - "@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.2.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/telemetry/node_modules/@storybook/node-logger": { - "version": "6.5.16", - "license": "MIT", - "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" - } - }, - "node_modules/@storybook/telemetry/node_modules/@types/node": { - "version": "16.18.25", - "license": "MIT" - }, - "node_modules/@storybook/telemetry/node_modules/@webassemblyjs/ast": { - "version": "1.9.0", - "license": "MIT", - "dependencies": { - "@webassemblyjs/helper-module-context": "1.9.0", - "@webassemblyjs/helper-wasm-bytecode": "1.9.0", - "@webassemblyjs/wast-parser": "1.9.0" - } - }, - "node_modules/@storybook/telemetry/node_modules/@webassemblyjs/helper-api-error": { - "version": "1.9.0", - "license": "MIT" - }, - "node_modules/@storybook/telemetry/node_modules/@webassemblyjs/helper-buffer": { - "version": "1.9.0", - "license": "MIT" - }, - "node_modules/@storybook/telemetry/node_modules/@webassemblyjs/helper-wasm-bytecode": { - "version": "1.9.0", - "license": "MIT" - }, - "node_modules/@storybook/telemetry/node_modules/@webassemblyjs/helper-wasm-section": { - "version": "1.9.0", - "license": "MIT", - "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" - } - }, - "node_modules/@storybook/telemetry/node_modules/@webassemblyjs/ieee754": { - "version": "1.9.0", - "license": "MIT", - "dependencies": { - "@xtuc/ieee754": "^1.2.0" - } - }, - "node_modules/@storybook/telemetry/node_modules/@webassemblyjs/leb128": { - "version": "1.9.0", - "license": "MIT", - "dependencies": { - "@xtuc/long": "4.2.2" - } - }, - "node_modules/@storybook/telemetry/node_modules/@webassemblyjs/utf8": { - "version": "1.9.0", - "license": "MIT" - }, - "node_modules/@storybook/telemetry/node_modules/@webassemblyjs/wasm-edit": { - "version": "1.9.0", - "license": "MIT", - "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" - } - }, - "node_modules/@storybook/telemetry/node_modules/@webassemblyjs/wasm-gen": { - "version": "1.9.0", - "license": "MIT", - "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" - } - }, - "node_modules/@storybook/telemetry/node_modules/@webassemblyjs/wasm-opt": { - "version": "1.9.0", - "license": "MIT", - "dependencies": { - "@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/@storybook/telemetry/node_modules/@webassemblyjs/wasm-parser": { - "version": "1.9.0", - "license": "MIT", - "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" - } - }, - "node_modules/@storybook/telemetry/node_modules/@webassemblyjs/wast-printer": { - "version": "1.9.0", - "license": "MIT", - "dependencies": { - "@webassemblyjs/ast": "1.9.0", - "@webassemblyjs/wast-parser": "1.9.0", - "@xtuc/long": "4.2.2" - } - }, - "node_modules/@storybook/telemetry/node_modules/acorn": { - "version": "6.4.2", - "license": "MIT", - "bin": { - "acorn": "bin/acorn" - }, - "engines": { - "node": ">=0.4.0" - } - }, - "node_modules/@storybook/telemetry/node_modules/ajv": { - "version": "6.12.6", - "license": "MIT", - "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" - }, - "funding": { - "type": "github", - "url": "https://github.com/sponsors/epoberezkin" - } - }, - "node_modules/@storybook/telemetry/node_modules/ajv-keywords": { - "version": "3.5.2", - "license": "MIT", - "peerDependencies": { - "ajv": "^6.9.1" - } - }, "node_modules/@storybook/telemetry/node_modules/ansi-styles": { "version": "4.3.0", - "license": "MIT", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "dev": true, "dependencies": { "color-convert": "^2.0.1" }, @@ -20105,70 +19145,11 @@ "url": "https://github.com/chalk/ansi-styles?sponsor=1" } }, - "node_modules/@storybook/telemetry/node_modules/babel-plugin-polyfill-corejs3": { - "version": "0.1.7", - "license": "MIT", - "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/telemetry/node_modules/braces": { - "version": "2.3.2", - "license": "MIT", - "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" - } - }, - "node_modules/@storybook/telemetry/node_modules/braces/node_modules/extend-shallow": { - "version": "2.0.1", - "license": "MIT", - "dependencies": { - "is-extendable": "^0.1.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/@storybook/telemetry/node_modules/cacache": { - "version": "12.0.4", - "license": "ISC", - "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/@storybook/telemetry/node_modules/chalk": { "version": "4.1.2", - "license": "MIT", + "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" @@ -20180,13 +19161,11 @@ "url": "https://github.com/chalk/chalk?sponsor=1" } }, - "node_modules/@storybook/telemetry/node_modules/chownr": { - "version": "1.1.4", - "license": "ISC" - }, "node_modules/@storybook/telemetry/node_modules/color-convert": { "version": "2.0.1", - "license": "MIT", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "dev": true, "dependencies": { "color-name": "~1.1.4" }, @@ -20194,116 +19173,17 @@ "node": ">=7.0.0" } }, - "node_modules/@storybook/telemetry/node_modules/commander": { - "version": "2.20.3", - "license": "MIT" - }, - "node_modules/@storybook/telemetry/node_modules/cosmiconfig": { - "version": "6.0.0", - "license": "MIT", - "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/@storybook/telemetry/node_modules/enhanced-resolve": { - "version": "4.5.0", - "dependencies": { - "graceful-fs": "^4.1.2", - "memory-fs": "^0.5.0", - "tapable": "^1.0.0" - }, - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@storybook/telemetry/node_modules/eslint-scope": { - "version": "4.0.3", - "license": "BSD-2-Clause", - "dependencies": { - "esrecurse": "^4.1.0", - "estraverse": "^4.1.1" - }, - "engines": { - "node": ">=4.0.0" - } - }, - "node_modules/@storybook/telemetry/node_modules/estraverse": { - "version": "4.3.0", - "license": "BSD-2-Clause", - "engines": { - "node": ">=4.0" - } - }, - "node_modules/@storybook/telemetry/node_modules/fill-range": { - "version": "4.0.0", - "license": "MIT", - "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_modules/@storybook/telemetry/node_modules/fill-range/node_modules/extend-shallow": { - "version": "2.0.1", - "license": "MIT", - "dependencies": { - "is-extendable": "^0.1.0" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/@storybook/telemetry/node_modules/fork-ts-checker-webpack-plugin": { - "version": "6.5.3", - "license": "MIT", - "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" - }, - "engines": { - "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/@storybook/telemetry/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==", + "dev": true }, "node_modules/@storybook/telemetry/node_modules/fs-extra": { "version": "9.1.0", - "license": "MIT", + "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", @@ -20314,208 +19194,20 @@ "node": ">=10" } }, - "node_modules/@storybook/telemetry/node_modules/glob": { - "version": "7.2.3", - "license": "ISC", - "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": "*" - }, - "funding": { - "url": "https://github.com/sponsors/isaacs" - } - }, "node_modules/@storybook/telemetry/node_modules/has-flag": { "version": "4.0.0", - "license": "MIT", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "dev": true, "engines": { "node": ">=8" } }, - "node_modules/@storybook/telemetry/node_modules/is-buffer": { - "version": "1.1.6", - "license": "MIT" - }, - "node_modules/@storybook/telemetry/node_modules/is-extendable": { - "version": "0.1.1", - "license": "MIT", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/@storybook/telemetry/node_modules/is-number": { - "version": "3.0.0", - "license": "MIT", - "dependencies": { - "kind-of": "^3.0.2" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/@storybook/telemetry/node_modules/is-number/node_modules/kind-of": { - "version": "3.2.2", - "license": "MIT", - "dependencies": { - "is-buffer": "^1.1.5" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/@storybook/telemetry/node_modules/is-wsl": { - "version": "1.1.0", - "license": "MIT", - "engines": { - "node": ">=4" - } - }, - "node_modules/@storybook/telemetry/node_modules/isarray": { - "version": "1.0.0", - "license": "MIT" - }, - "node_modules/@storybook/telemetry/node_modules/json-schema-traverse": { - "version": "0.4.1", - "license": "MIT" - }, - "node_modules/@storybook/telemetry/node_modules/loader-runner": { - "version": "2.4.0", - "license": "MIT", - "engines": { - "node": ">=4.3.0 <5.0.0 || >=5.10" - } - }, - "node_modules/@storybook/telemetry/node_modules/loader-utils": { - "version": "1.4.2", - "license": "MIT", - "dependencies": { - "big.js": "^5.2.2", - "emojis-list": "^3.0.0", - "json5": "^1.0.1" - }, - "engines": { - "node": ">=4.0.0" - } - }, - "node_modules/@storybook/telemetry/node_modules/loader-utils/node_modules/json5": { - "version": "1.0.2", - "license": "MIT", - "dependencies": { - "minimist": "^1.2.0" - }, - "bin": { - "json5": "lib/cli.js" - } - }, - "node_modules/@storybook/telemetry/node_modules/micromatch": { - "version": "3.1.10", - "license": "MIT", - "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" - } - }, - "node_modules/@storybook/telemetry/node_modules/mkdirp": { - "version": "0.5.6", - "license": "MIT", - "dependencies": { - "minimist": "^1.2.6" - }, - "bin": { - "mkdirp": "bin/cmd.js" - } - }, - "node_modules/@storybook/telemetry/node_modules/readable-stream": { - "version": "2.3.8", - "license": "MIT", - "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/@storybook/telemetry/node_modules/rimraf": { - "version": "2.7.1", - "license": "ISC", - "dependencies": { - "glob": "^7.1.3" - }, - "bin": { - "rimraf": "bin.js" - } - }, - "node_modules/@storybook/telemetry/node_modules/schema-utils": { - "version": "2.7.0", - "license": "MIT", - "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_modules/@storybook/telemetry/node_modules/serialize-javascript": { - "version": "4.0.0", - "license": "BSD-3-Clause", - "dependencies": { - "randombytes": "^2.1.0" - } - }, - "node_modules/@storybook/telemetry/node_modules/source-map": { - "version": "0.6.1", - "license": "BSD-3-Clause", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/@storybook/telemetry/node_modules/ssri": { - "version": "6.0.2", - "license": "ISC", - "dependencies": { - "figgy-pudding": "^3.5.1" - } - }, - "node_modules/@storybook/telemetry/node_modules/string_decoder": { - "version": "1.1.1", - "license": "MIT", - "dependencies": { - "safe-buffer": "~5.1.0" - } - }, "node_modules/@storybook/telemetry/node_modules/supports-color": { "version": "7.2.0", - "license": "MIT", + "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" }, @@ -20523,169 +19215,13 @@ "node": ">=8" } }, - "node_modules/@storybook/telemetry/node_modules/tapable": { - "version": "1.1.3", - "license": "MIT", - "engines": { - "node": ">=6" - } - }, - "node_modules/@storybook/telemetry/node_modules/terser": { - "version": "4.8.1", - "license": "BSD-2-Clause", - "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/telemetry/node_modules/terser-webpack-plugin": { - "version": "1.4.5", - "license": "MIT", - "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" - } - }, - "node_modules/@storybook/telemetry/node_modules/terser-webpack-plugin/node_modules/schema-utils": { - "version": "1.0.0", - "license": "MIT", - "dependencies": { - "ajv": "^6.1.0", - "ajv-errors": "^1.0.0", - "ajv-keywords": "^3.1.0" - }, - "engines": { - "node": ">= 4" - } - }, - "node_modules/@storybook/telemetry/node_modules/to-regex-range": { - "version": "2.1.1", - "license": "MIT", - "dependencies": { - "is-number": "^3.0.0", - "repeat-string": "^1.6.1" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/@storybook/telemetry/node_modules/watchpack": { - "version": "1.7.5", - "license": "MIT", - "dependencies": { - "graceful-fs": "^4.1.2", - "neo-async": "^2.5.0" - }, - "optionalDependencies": { - "chokidar": "^3.4.1", - "watchpack-chokidar2": "^2.0.1" - } - }, - "node_modules/@storybook/telemetry/node_modules/webpack": { - "version": "4.46.0", - "license": "MIT", - "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 - } - } - }, - "node_modules/@storybook/telemetry/node_modules/webpack-sources": { - "version": "1.4.3", - "license": "MIT", - "dependencies": { - "source-list-map": "^2.0.0", - "source-map": "~0.6.1" - } - }, - "node_modules/@storybook/telemetry/node_modules/webpack/node_modules/memory-fs": { - "version": "0.4.1", - "license": "MIT", - "dependencies": { - "errno": "^0.1.3", - "readable-stream": "^2.0.1" - } - }, - "node_modules/@storybook/telemetry/node_modules/webpack/node_modules/schema-utils": { - "version": "1.0.0", - "license": "MIT", - "dependencies": { - "ajv": "^6.1.0", - "ajv-errors": "^1.0.0", - "ajv-keywords": "^3.1.0" - }, - "engines": { - "node": ">= 4" - } - }, - "node_modules/@storybook/telemetry/node_modules/y18n": { - "version": "4.0.3", - "license": "ISC" - }, "node_modules/@storybook/theming": { - "version": "6.5.10", + "version": "6.5.16", + "resolved": "https://registry.npmjs.org/@storybook/theming/-/theming-6.5.16.tgz", + "integrity": "sha512-hNLctkjaYLRdk1+xYTkC1mg4dYz2wSv6SqbLpcKMbkPHTE0ElhddGPHQqB362md/w9emYXNkt1LSMD8Xk9JzVQ==", "dev": true, - "license": "MIT", "dependencies": { - "@storybook/client-logger": "6.5.10", + "@storybook/client-logger": "6.5.16", "core-js": "^3.8.2", "memoizerific": "^1.11.3", "regenerator-runtime": "^0.13.7" @@ -20701,7 +19237,9 @@ }, "node_modules/@storybook/ui": { "version": "6.5.16", - "license": "MIT", + "resolved": "https://registry.npmjs.org/@storybook/ui/-/ui-6.5.16.tgz", + "integrity": "sha512-rHn/n12WM8BaXtZ3IApNZCiS+C4Oc5+Lkl4MoctX8V7QSml0SxZBB5hsJ/AiWkgbRxjQpa/L/Nt7/Qw0FjTH/A==", + "dev": true, "dependencies": { "@storybook/addons": "6.5.16", "@storybook/api": "6.5.16", @@ -20727,161 +19265,11 @@ "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0" } }, - "node_modules/@storybook/ui/node_modules/@storybook/addons": { - "version": "6.5.16", - "license": "MIT", - "dependencies": { - "@storybook/api": "6.5.16", - "@storybook/channels": "6.5.16", - "@storybook/client-logger": "6.5.16", - "@storybook/core-events": "6.5.16", - "@storybook/csf": "0.0.2--canary.4566f4d.1", - "@storybook/router": "6.5.16", - "@storybook/theming": "6.5.16", - "@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/ui/node_modules/@storybook/api": { - "version": "6.5.16", - "license": "MIT", - "dependencies": { - "@storybook/channels": "6.5.16", - "@storybook/client-logger": "6.5.16", - "@storybook/core-events": "6.5.16", - "@storybook/csf": "0.0.2--canary.4566f4d.1", - "@storybook/router": "6.5.16", - "@storybook/semver": "^7.3.2", - "@storybook/theming": "6.5.16", - "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/ui/node_modules/@storybook/channels": { - "version": "6.5.16", - "license": "MIT", - "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/ui/node_modules/@storybook/client-logger": { - "version": "6.5.16", - "license": "MIT", - "dependencies": { - "core-js": "^3.8.2", - "global": "^4.4.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/storybook" - } - }, - "node_modules/@storybook/ui/node_modules/@storybook/components": { - "version": "6.5.16", - "license": "MIT", - "dependencies": { - "@storybook/client-logger": "6.5.16", - "@storybook/csf": "0.0.2--canary.4566f4d.1", - "@storybook/theming": "6.5.16", - "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" - }, - "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/ui/node_modules/@storybook/core-events": { - "version": "6.5.16", - "license": "MIT", - "dependencies": { - "core-js": "^3.8.2" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/storybook" - } - }, - "node_modules/@storybook/ui/node_modules/@storybook/router": { - "version": "6.5.16", - "license": "MIT", - "dependencies": { - "@storybook/client-logger": "6.5.16", - "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/ui/node_modules/@storybook/theming": { - "version": "6.5.16", - "license": "MIT", - "dependencies": { - "@storybook/client-logger": "6.5.16", - "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/@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==", "dev": true, - "license": "MIT", "engines": { "node": ">= 10" } @@ -20897,28 +19285,78 @@ }, "node_modules/@tsconfig/node10": { "version": "1.0.9", - "dev": true, - "license": "MIT" + "resolved": "https://registry.npmjs.org/@tsconfig/node10/-/node10-1.0.9.tgz", + "integrity": "sha512-jNsYVVxU8v5g43Erja32laIDHXeoNvFEpX33OK4d6hljo3jDhCBDhx5dhCCTMWUojscpAagGiRkBKxpdl9fxqA==", + "dev": true }, "node_modules/@tsconfig/node12": { "version": "1.0.11", - "dev": true, - "license": "MIT" + "resolved": "https://registry.npmjs.org/@tsconfig/node12/-/node12-1.0.11.tgz", + "integrity": "sha512-cqefuRsh12pWyGsIoBKJA9luFu3mRxCA+ORZvA4ktLSzIuCUtWVxGIuXigEwO5/ywWFMZ2QEGKWvkZG1zDMTag==", + "dev": true }, "node_modules/@tsconfig/node14": { "version": "1.0.3", - "dev": true, - "license": "MIT" + "resolved": "https://registry.npmjs.org/@tsconfig/node14/-/node14-1.0.3.tgz", + "integrity": "sha512-ysT8mhdixWK6Hw3i1V2AeRqZ5WfXg1G43mqoYlM2nc6388Fq5jcXyr5mRsqViLx/GJYdoL0bfXD8nmF+Zn/Iow==", + "dev": true }, "node_modules/@tsconfig/node16": { - "version": "1.0.3", + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/@tsconfig/node16/-/node16-1.0.4.tgz", + "integrity": "sha512-vxhUy4J8lyeyinH7Azl1pdd43GJhZH/tP2weN8TntQblOY+A0XbT8DJk1/oCPuOOyg/Ja757rG0CgHcWC8OfMA==", + "dev": true + }, + "node_modules/@tufjs/canonical-json": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/@tufjs/canonical-json/-/canonical-json-1.0.0.tgz", + "integrity": "sha512-QTnf++uxunWvG2z3UFNzAoQPHxnSXOwtaI3iJ+AohhV+5vONuArPjJE7aPXPVXfXJsqrVbZBu9b81AJoSd09IQ==", "dev": true, - "license": "MIT" + "engines": { + "node": "^14.17.0 || ^16.13.0 || >=18.0.0" + } + }, + "node_modules/@tufjs/models": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/@tufjs/models/-/models-1.0.4.tgz", + "integrity": "sha512-qaGV9ltJP0EO25YfFUPhxRVK0evXFIAGicsVXuRim4Ed9cjPxYhNnNJ49SFmbeLgtxpslIkX317IgpfcHPVj/A==", + "dev": true, + "dependencies": { + "@tufjs/canonical-json": "1.0.0", + "minimatch": "^9.0.0" + }, + "engines": { + "node": "^14.17.0 || ^16.13.0 || >=18.0.0" + } + }, + "node_modules/@tufjs/models/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": { + "balanced-match": "^1.0.0" + } + }, + "node_modules/@tufjs/models/node_modules/minimatch": { + "version": "9.0.3", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.3.tgz", + "integrity": "sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg==", + "dev": true, + "dependencies": { + "brace-expansion": "^2.0.1" + }, + "engines": { + "node": ">=16 || 14 >=14.17" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } }, "node_modules/@types/babel__core": { - "version": "7.20.3", - "resolved": "https://registry.npmjs.org/@types/babel__core/-/babel__core-7.20.3.tgz", - "integrity": "sha512-54fjTSeSHwfan8AyHWrKbfBWiEUrNTZsUwPTDSNaaP1QDQIZbeNUg3a59E9D+375MzUw/x1vx2/0F5LBz+AeYA==", + "version": "7.20.4", + "resolved": "https://registry.npmjs.org/@types/babel__core/-/babel__core-7.20.4.tgz", + "integrity": "sha512-mLnSC22IC4vcWiuObSRjrLd9XcBTGf59vUSoq2jkQDJ/QQ8PMI9rSuzE+aEV8karUMbskw07bKYoUJCKTUaygg==", "dev": true, "dependencies": { "@babel/parser": "^7.20.7", @@ -20929,18 +19367,18 @@ } }, "node_modules/@types/babel__generator": { - "version": "7.6.6", - "resolved": "https://registry.npmjs.org/@types/babel__generator/-/babel__generator-7.6.6.tgz", - "integrity": "sha512-66BXMKb/sUWbMdBNdMvajU7i/44RkrA3z/Yt1c7R5xejt8qh84iU54yUWCtm0QwGJlDcf/gg4zd/x4mpLAlb/w==", + "version": "7.6.7", + "resolved": "https://registry.npmjs.org/@types/babel__generator/-/babel__generator-7.6.7.tgz", + "integrity": "sha512-6Sfsq+EaaLrw4RmdFWE9Onp63TOUue71AWb4Gpa6JxzgTYtimbM086WnYTy2U67AofR++QKCo08ZP6pwx8YFHQ==", "dev": true, "dependencies": { "@babel/types": "^7.0.0" } }, "node_modules/@types/babel__template": { - "version": "7.4.3", - "resolved": "https://registry.npmjs.org/@types/babel__template/-/babel__template-7.4.3.tgz", - "integrity": "sha512-ciwyCLeuRfxboZ4isgdNZi/tkt06m8Tw6uGbBSBgWrnnZGNXiEyM27xc/PjXGQLqlZ6ylbgHMnm7ccF9tCkOeQ==", + "version": "7.4.4", + "resolved": "https://registry.npmjs.org/@types/babel__template/-/babel__template-7.4.4.tgz", + "integrity": "sha512-h/NUaSyG5EyxBIp8YRxo4RMe2/qQgvyowRwVMzhYhBCONbW8PUsg4lkFMrhgZhUe5z3L3MiLDuvyJ/CaPa2A8A==", "dev": true, "dependencies": { "@babel/parser": "^7.1.0", @@ -20948,43 +19386,47 @@ } }, "node_modules/@types/babel__traverse": { - "version": "7.20.3", - "resolved": "https://registry.npmjs.org/@types/babel__traverse/-/babel__traverse-7.20.3.tgz", - "integrity": "sha512-Lsh766rGEFbaxMIDH7Qa+Yha8cMVI3qAK6CHt3OR0YfxOIn5Z54iHiyDRycHrBqeIiqGa20Kpsv1cavfBKkRSw==", + "version": "7.20.4", + "resolved": "https://registry.npmjs.org/@types/babel__traverse/-/babel__traverse-7.20.4.tgz", + "integrity": "sha512-mSM/iKUk5fDDrEV/e83qY+Cr3I1+Q3qqTuEn++HAWYjEa1+NxZr6CNrcJGf2ZTnq4HoFGC3zaTPZTobCzCFukA==", "dev": true, "dependencies": { "@babel/types": "^7.20.7" } }, "node_modules/@types/body-parser": { - "version": "1.19.2", + "version": "1.19.5", + "resolved": "https://registry.npmjs.org/@types/body-parser/-/body-parser-1.19.5.tgz", + "integrity": "sha512-fB3Zu92ucau0iQ0JMCFQE7b/dv8Ot07NI3KaZIkIUNXq82k4eBAqUaneXfleGY9JWskeS9y+u0nXMyspcuQrCg==", "dev": true, - "license": "MIT", "dependencies": { "@types/connect": "*", "@types/node": "*" } }, "node_modules/@types/bonjour": { - "version": "3.5.10", + "version": "3.5.13", + "resolved": "https://registry.npmjs.org/@types/bonjour/-/bonjour-3.5.13.tgz", + "integrity": "sha512-z9fJ5Im06zvUL548KvYNecEVlA7cVDkGUi6kZusb04mpyEFKCIZJvloCcmpmLaIahDpOQGHaHmG6imtPMmPXGQ==", "dev": true, - "license": "MIT", "dependencies": { "@types/node": "*" } }, "node_modules/@types/connect": { - "version": "3.4.35", + "version": "3.4.38", + "resolved": "https://registry.npmjs.org/@types/connect/-/connect-3.4.38.tgz", + "integrity": "sha512-K6uROf1LD88uDQqJCktA4yzL1YYAK6NgfsI0v/mTgyPKWsX1CnJ0XPSDhViejru1GcRkLWb8RlzFYJRqGUbaug==", "dev": true, - "license": "MIT", "dependencies": { "@types/node": "*" } }, "node_modules/@types/connect-history-api-fallback": { - "version": "1.5.0", + "version": "1.5.3", + "resolved": "https://registry.npmjs.org/@types/connect-history-api-fallback/-/connect-history-api-fallback-1.5.3.tgz", + "integrity": "sha512-6mfQ6iNvhSKCZJoY6sIG3m0pKkdUcweVNOLuBBKvoWGzl2yRxOJcYOTRyLKt3nxXvBLJWa6QkW//tgbIwJehmA==", "dev": true, - "license": "MIT", "dependencies": { "@types/express-serve-static-core": "*", "@types/node": "*" @@ -20992,46 +19434,55 @@ }, "node_modules/@types/cookie": { "version": "0.4.1", - "dev": true, - "license": "MIT" + "resolved": "https://registry.npmjs.org/@types/cookie/-/cookie-0.4.1.tgz", + "integrity": "sha512-XW/Aa8APYr6jSVVA1y/DEIZX0/GMKLEVekNG727R8cs56ahETkRAy/3DR7+fJyh7oUgGwNQaRfXCun0+KbWY7Q==", + "dev": true }, "node_modules/@types/cors": { - "version": "2.8.13", + "version": "2.8.16", + "resolved": "https://registry.npmjs.org/@types/cors/-/cors-2.8.16.tgz", + "integrity": "sha512-Trx5or1Nyg1Fq138PCuWqoApzvoSLWzZ25ORBiHMbbUT42g578lH1GT4TwYDbiUOLFuDsCkfLneT2105fsFWGg==", "dev": true, - "license": "MIT", "dependencies": { "@types/node": "*" } }, "node_modules/@types/eslint": { - "version": "8.37.0", - "license": "MIT", + "version": "8.44.7", + "resolved": "https://registry.npmjs.org/@types/eslint/-/eslint-8.44.7.tgz", + "integrity": "sha512-f5ORu2hcBbKei97U73mf+l9t4zTGl74IqZ0GQk4oVea/VS8tQZYkUveSYojk+frraAVYId0V2WC9O4PTNru2FQ==", + "dev": true, "dependencies": { "@types/estree": "*", "@types/json-schema": "*" } }, "node_modules/@types/eslint-scope": { - "version": "3.7.4", - "license": "MIT", + "version": "3.7.7", + "resolved": "https://registry.npmjs.org/@types/eslint-scope/-/eslint-scope-3.7.7.tgz", + "integrity": "sha512-MzMFlSLBqNF2gcHWO0G1vP/YQyfvrxZ0bF+u7mzUdZ1/xK4A4sru+nraZz5i3iEIk1l1uyicaDVTB4QbbEkAYg==", + "dev": true, "dependencies": { "@types/eslint": "*", "@types/estree": "*" } }, "node_modules/@types/estree": { - "version": "0.0.39", - "license": "MIT" + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.5.tgz", + "integrity": "sha512-/kYRxGDLWzHOB7q+wtSUQlFrtcdUccpfy+X+9iMBpHK8QLLhx2wIPYuS5DYtR9Wa/YlZAbIovy7qVdB1Aq6Lyw==" }, "node_modules/@types/event-emitter": { - "version": "0.3.3", - "dev": true, - "license": "MIT" + "version": "0.3.5", + "resolved": "https://registry.npmjs.org/@types/event-emitter/-/event-emitter-0.3.5.tgz", + "integrity": "sha512-zx2/Gg0Eg7gwEiOIIh5w9TrhKKTeQh7CPCOPNc0el4pLSwzebA8SmnHwZs2dWlLONvyulykSwGSQxQHLhjGLvQ==", + "dev": true }, "node_modules/@types/express": { - "version": "4.17.17", + "version": "4.17.21", + "resolved": "https://registry.npmjs.org/@types/express/-/express-4.17.21.tgz", + "integrity": "sha512-ejlPM315qwLpaQlQDTjPdsUFSc6ZsP4AN6AlWnogPjQ7CVi7PYF3YVz+CY3jE2pwYf7E/7HlDAN0rV2GxTG0HQ==", "dev": true, - "license": "MIT", "dependencies": { "@types/body-parser": "*", "@types/express-serve-static-core": "^4.17.33", @@ -21040,9 +19491,10 @@ } }, "node_modules/@types/express-serve-static-core": { - "version": "4.17.34", + "version": "4.17.41", + "resolved": "https://registry.npmjs.org/@types/express-serve-static-core/-/express-serve-static-core-4.17.41.tgz", + "integrity": "sha512-OaJ7XLaelTgrvlZD8/aa0vvvxZdUmlCn6MtWeB7TkiKW70BQLc9XEPpDLPdbo52ZhXUCrznlWdCHWxJWtdyajA==", "dev": true, - "license": "MIT", "dependencies": { "@types/node": "*", "@types/qs": "*", @@ -21052,7 +19504,9 @@ }, "node_modules/@types/glob": { "version": "8.1.0", - "license": "MIT", + "resolved": "https://registry.npmjs.org/@types/glob/-/glob-8.1.0.tgz", + "integrity": "sha512-IO+MJPVhoqz+28h1qLAcBEH2+xHMK6MTyHJc7MTnnYb6wsoLR29POVGJ7LycmVXIqyy/4/2ShP5sUwTXuOwb/w==", + "dev": true, "dependencies": { "@types/minimatch": "^5.1.2", "@types/node": "*" @@ -21060,177 +19514,236 @@ }, "node_modules/@types/glob/node_modules/@types/minimatch": { "version": "5.1.2", - "license": "MIT" + "resolved": "https://registry.npmjs.org/@types/minimatch/-/minimatch-5.1.2.tgz", + "integrity": "sha512-K0VQKziLUWkVKiRVrx4a40iPaxTUefQmjtkQofBkYRcoaaL/8rhwDWww9qWbrgicNOgnpIsMxyNIUM4+n6dUIA==", + "dev": true }, "node_modules/@types/graceful-fs": { - "version": "4.1.6", + "version": "4.1.9", + "resolved": "https://registry.npmjs.org/@types/graceful-fs/-/graceful-fs-4.1.9.tgz", + "integrity": "sha512-olP3sd1qOEe5dXTSaFvQG+02VdRXcdytWLAZsAq1PecU8uqQAhkrnbli7DagjtXKW/Bl7YJbUsa8MPcuc8LHEQ==", "dev": true, - "license": "MIT", "dependencies": { "@types/node": "*" } }, "node_modules/@types/hast": { - "version": "2.3.4", - "license": "MIT", + "version": "2.3.8", + "resolved": "https://registry.npmjs.org/@types/hast/-/hast-2.3.8.tgz", + "integrity": "sha512-aMIqAlFd2wTIDZuvLbhUT+TGvMxrNC8ECUIVtH6xxy0sQLs3iu6NO8Kp/VT5je7i5ufnebXzdV1dNDMnvaH6IQ==", + "dev": true, "dependencies": { - "@types/unist": "*" + "@types/unist": "^2" } }, "node_modules/@types/html-minifier-terser": { "version": "6.1.0", - "dev": true, - "license": "MIT" + "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-errors": { + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/@types/http-errors/-/http-errors-2.0.4.tgz", + "integrity": "sha512-D0CFMMtydbJAegzOyHjtiKPLlvnm3iTZyZRSZoLq2mRhDdmLfIWOCYPfQJ4cu2erKghU++QvjcUjp/5h7hESpA==", + "dev": true }, "node_modules/@types/http-proxy": { - "version": "1.17.11", + "version": "1.17.14", + "resolved": "https://registry.npmjs.org/@types/http-proxy/-/http-proxy-1.17.14.tgz", + "integrity": "sha512-SSrD0c1OQzlFX7pGu1eXxSEjemej64aaNPRhhVYUGqXh0BtldAAx37MG8btcumvpgKyZp1F5Gn3JkktdxiFv6w==", "dev": true, - "license": "MIT", "dependencies": { "@types/node": "*" } }, "node_modules/@types/is-function": { - "version": "1.0.1", - "license": "MIT" + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/@types/is-function/-/is-function-1.0.3.tgz", + "integrity": "sha512-/CLhCW79JUeLKznI6mbVieGbl4QU5Hfn+6udw1YHZoofASjbQ5zaP5LzAUZYDpRYEjS4/P+DhEgyJ/PQmGGTWw==", + "dev": true }, "node_modules/@types/istanbul-lib-coverage": { - "version": "2.0.4", - "dev": true, - "license": "MIT" + "version": "2.0.6", + "resolved": "https://registry.npmjs.org/@types/istanbul-lib-coverage/-/istanbul-lib-coverage-2.0.6.tgz", + "integrity": "sha512-2QF/t/auWm0lsy8XtKVPG19v3sSOQlJe/YHZgfjb/KBBHOGSV+J2q/S671rcq9uTBrLAXmZpqJiaQbMT+zNU1w==", + "dev": true }, "node_modules/@types/istanbul-lib-report": { - "version": "3.0.0", + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/@types/istanbul-lib-report/-/istanbul-lib-report-3.0.3.tgz", + "integrity": "sha512-NQn7AHQnk/RSLOxrBbGyJM/aVQ+pjj5HCgasFxc0K/KhoATfQ/47AyUl15I2yBUpihjmas+a+VJBOqecrFH+uA==", "dev": true, - "license": "MIT", "dependencies": { "@types/istanbul-lib-coverage": "*" } }, "node_modules/@types/istanbul-reports": { - "version": "3.0.1", + "version": "3.0.4", + "resolved": "https://registry.npmjs.org/@types/istanbul-reports/-/istanbul-reports-3.0.4.tgz", + "integrity": "sha512-pk2B1NWalF9toCRu6gjBzR69syFjP4Od8WRAX+0mmf9lAjCRicLOWc+ZrxZHx/0XRjotgkF9t6iaMJ+aXcOdZQ==", "dev": true, - "license": "MIT", "dependencies": { "@types/istanbul-lib-report": "*" } }, "node_modules/@types/jasmine": { "version": "4.0.3", - "dev": true, - "license": "MIT" + "resolved": "https://registry.npmjs.org/@types/jasmine/-/jasmine-4.0.3.tgz", + "integrity": "sha512-Opp1LvvEuZdk8fSSvchK2mZwhVrsNT0JgJE9Di6MjnaIpmEXM8TLCPPrVtNTYh8+5MPdY8j9bAHMu2SSfwpZJg==", + "dev": true }, "node_modules/@types/jasminewd2": { - "version": "2.0.10", + "version": "2.0.13", + "resolved": "https://registry.npmjs.org/@types/jasminewd2/-/jasminewd2-2.0.13.tgz", + "integrity": "sha512-aJ3wj8tXMpBrzQ5ghIaqMisD8C3FIrcO6sDKHqFbuqAsI7yOxj0fA7MrRCPLZHIVUjERIwsMmGn/vB0UQ9u0Hg==", "dev": true, - "license": "MIT", "dependencies": { "@types/jasmine": "*" } }, "node_modules/@types/json-schema": { - "version": "7.0.11", - "license": "MIT" + "version": "7.0.15", + "resolved": "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.15.tgz", + "integrity": "sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==", + "dev": true }, "node_modules/@types/json5": { "version": "0.0.29", - "dev": true, - "license": "MIT" + "resolved": "https://registry.npmjs.org/@types/json5/-/json5-0.0.29.tgz", + "integrity": "sha512-dRLjCWHYg4oaA77cxO64oO+7JwCwnIzkZPdrrC71jQmQtlhM556pwKo5bUzqvZndkVbeFLIIi+9TC40JNF5hNQ==", + "dev": true }, "node_modules/@types/lodash": { - "version": "4.14.194", - "license": "MIT" + "version": "4.14.201", + "resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.14.201.tgz", + "integrity": "sha512-y9euML0cim1JrykNxADLfaG0FgD1g/yTHwUs/Jg9ZIU7WKj2/4IW9Lbb1WZbvck78W/lfGXFfe+u2EGfIJXdLQ==", + "dev": true }, "node_modules/@types/mdast": { - "version": "3.0.11", - "license": "MIT", + "version": "3.0.15", + "resolved": "https://registry.npmjs.org/@types/mdast/-/mdast-3.0.15.tgz", + "integrity": "sha512-LnwD+mUEfxWMa1QpDraczIn6k0Ee3SMicuYSSzS6ZYl2gKS09EClnJYGd8Du6rfc5r/GZEk5o1mRb8TaTj03sQ==", + "dev": true, "dependencies": { - "@types/unist": "*" + "@types/unist": "^2" } }, "node_modules/@types/mime": { - "version": "1.3.2", - "dev": true, - "license": "MIT" + "version": "1.3.5", + "resolved": "https://registry.npmjs.org/@types/mime/-/mime-1.3.5.tgz", + "integrity": "sha512-/pyBZWSLD2n0dcHE3hq8s8ZvcETHtEuF+3E7XVt0Ig2nvsVQXdghHVcEkIWjy9A0wKfTn97a/PSDYohKIlnP/w==", + "dev": true }, "node_modules/@types/minimatch": { "version": "3.0.5", - "license": "MIT" + "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", - "dev": true, - "license": "MIT" + "version": "1.2.5", + "resolved": "https://registry.npmjs.org/@types/minimist/-/minimist-1.2.5.tgz", + "integrity": "sha512-hov8bUuiLiyFPGyFPE1lwWhmzYbirOXQNNo40+y3zow8aFVTeyn3VWL0VFFfdNddA8S4Vf0Tc062rzyNr7Paag==", + "dev": true }, "node_modules/@types/node": { - "version": "18.0.0", - "license": "MIT" + "version": "18.7.1", + "resolved": "https://registry.npmjs.org/@types/node/-/node-18.7.1.tgz", + "integrity": "sha512-GKX1Qnqxo4S+Z/+Z8KKPLpH282LD7jLHWJcVryOflnsnH+BtSDfieR6ObwBMwpnNws0bUK8GI7z0unQf9bARNQ==", + "dev": true }, "node_modules/@types/node-fetch": { - "version": "2.6.3", - "license": "MIT", + "version": "2.6.9", + "resolved": "https://registry.npmjs.org/@types/node-fetch/-/node-fetch-2.6.9.tgz", + "integrity": "sha512-bQVlnMLFJ2d35DkPNjEPmd9ueO/rh5EiaZt2bhqiSarPjZIuIV6bPQVqcrEyvNo+AfTrRGVazle1tl597w3gfA==", + "dev": true, "dependencies": { "@types/node": "*", - "form-data": "^3.0.0" + "form-data": "^4.0.0" + } + }, + "node_modules/@types/node-forge": { + "version": "1.3.9", + "resolved": "https://registry.npmjs.org/@types/node-forge/-/node-forge-1.3.9.tgz", + "integrity": "sha512-meK88cx/sTalPSLSoCzkiUB4VPIFHmxtXm5FaaqRDqBX2i/Sy8bJ4odsan0b20RBjPh06dAQ+OTTdnyQyhJZyQ==", + "dev": true, + "dependencies": { + "@types/node": "*" } }, "node_modules/@types/normalize-package-data": { - "version": "2.4.1", - "license": "MIT" + "version": "2.4.4", + "resolved": "https://registry.npmjs.org/@types/normalize-package-data/-/normalize-package-data-2.4.4.tgz", + "integrity": "sha512-37i+OaWTh9qeK4LSHPsyRC7NahnGotNuZvjLSgcPzblpHB3rrCJxAOgI5gCdKm7coonsaX1Of0ILiTcnZjbfxA==", + "dev": true }, "node_modules/@types/npmlog": { - "version": "4.1.4", - "license": "MIT" + "version": "4.1.6", + "resolved": "https://registry.npmjs.org/@types/npmlog/-/npmlog-4.1.6.tgz", + "integrity": "sha512-0l3z16vnlJGl2Mi/rgJFrdwfLZ4jfNYgE6ZShEpjqhHuGTqdEzNles03NpYHwUMVYZa+Tj46UxKIEpE78lQ3DQ==", + "dev": true, + "dependencies": { + "@types/node": "*" + } }, "node_modules/@types/parse-json": { - "version": "4.0.0", - "license": "MIT" + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/@types/parse-json/-/parse-json-4.0.2.tgz", + "integrity": "sha512-dISoDXWWQwUquiKsyZ4Ng+HX2KsPL7LyHKHQwgGFEA3IaKac4Obd+h2a/a6waisAoepJlBcx9paWqjA8/HVjCw==", + "dev": true }, "node_modules/@types/parse5": { "version": "5.0.3", - "license": "MIT" + "resolved": "https://registry.npmjs.org/@types/parse5/-/parse5-5.0.3.tgz", + "integrity": "sha512-kUNnecmtkunAoQ3CnjmMkzNU/gtxG8guhi+Fk2U/kOpIKjIMKnXGp4IJCgQJrXSgMsWYimYG4TGjz/UzbGEBTw==", + "dev": true }, "node_modules/@types/pdfjs-dist": { "version": "2.10.378", + "resolved": "https://registry.npmjs.org/@types/pdfjs-dist/-/pdfjs-dist-2.10.378.tgz", + "integrity": "sha512-TRdIPqdsvKmPla44kVy4jv5Nt5vjMfVjbIEke1CRULIrwKNRC4lIiZvNYDJvbUMNCFPNIUcOKhXTyMJrX18IMA==", + "deprecated": "This is a stub types definition. pdfjs-dist provides its own type definitions, so you do not need this installed.", "dev": true, - "license": "MIT", "dependencies": { "pdfjs-dist": "*" } }, - "node_modules/@types/prettier": { - "version": "2.7.3", - "resolved": "https://registry.npmjs.org/@types/prettier/-/prettier-2.7.3.tgz", - "integrity": "sha512-+68kP9yzs4LMp7VNh8gdzMSPZFL44MLGqiHWvttYJe+6qnuVr4Ek9wSBQoveqY/r+LwjCcU29kNVkidwim+kYA==", + "node_modules/@types/pretty-hrtime": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/@types/pretty-hrtime/-/pretty-hrtime-1.0.3.tgz", + "integrity": "sha512-nj39q0wAIdhwn7DGUyT9irmsKK1tV0bd5WFEhgpqNTMFZ8cE+jieuTphCW0tfdm47S2zVT5mr09B28b1chmQMA==", "dev": true }, - "node_modules/@types/pretty-hrtime": { - "version": "1.0.1", - "license": "MIT" - }, "node_modules/@types/prop-types": { - "version": "15.7.5", - "dev": true, - "license": "MIT" + "version": "15.7.10", + "resolved": "https://registry.npmjs.org/@types/prop-types/-/prop-types-15.7.10.tgz", + "integrity": "sha512-mxSnDQxPqsZxmeShFH+uwQ4kO4gcJcGahjjMFeLbKE95IAZiiZyiEepGZjtXJ7hN/yfu0bu9xN2ajcU0JcxX6A==", + "dev": true }, "node_modules/@types/q": { "version": "0.0.32", - "dev": true, - "license": "MIT" + "resolved": "https://registry.npmjs.org/@types/q/-/q-0.0.32.tgz", + "integrity": "sha512-qYi3YV9inU/REEfxwVcGZzbS3KG/Xs90lv0Pr+lDtuVjBPGd1A+eciXzVSaRvLify132BfcvhvEjeVahrUl0Ug==", + "dev": true }, "node_modules/@types/qs": { - "version": "6.9.7", - "license": "MIT" + "version": "6.9.10", + "resolved": "https://registry.npmjs.org/@types/qs/-/qs-6.9.10.tgz", + "integrity": "sha512-3Gnx08Ns1sEoCrWssEgTSJs/rsT2vhGP+Ja9cnnk9k4ALxinORlQneLXFeFKOTJMOeZUFD1s7w+w2AphTpvzZw==", + "dev": true }, "node_modules/@types/range-parser": { - "version": "1.2.4", - "dev": true, - "license": "MIT" + "version": "1.2.7", + "resolved": "https://registry.npmjs.org/@types/range-parser/-/range-parser-1.2.7.tgz", + "integrity": "sha512-hKormJbkJqzQGhziax5PItDUTMAM9uE2XXQmM37dyd4hVM+5aVl7oVxMVUiVQn2oCQFN/LKCZdvSM0pFRqbSmQ==", + "dev": true }, "node_modules/@types/react": { - "version": "16.14.40", + "version": "16.14.51", + "resolved": "https://registry.npmjs.org/@types/react/-/react-16.14.51.tgz", + "integrity": "sha512-4T/wsDXStA5OUGTj6w2INze3ZCz22IwQiWcApgqqNRU2A6vNUIPXpNkjAMUFxx6diYPVkvz+d7gEtU7AZ+0Xqg==", "dev": true, - "license": "MIT", "dependencies": { "@types/prop-types": "*", "@types/scheduler": "*", @@ -21238,113 +19751,133 @@ } }, "node_modules/@types/react-dom": { - "version": "16.9.19", + "version": "16.9.22", + "resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-16.9.22.tgz", + "integrity": "sha512-x7T/NHsYiKfbIwZDzBTThTF3a3UPNLanOY4wbEe4Hy44hf0tWIZTu8VZJTkB/FKcr4cbfDq0E7y3jSLJh4cpow==", "dev": true, - "license": "MIT", "dependencies": { "@types/react": "^16" } }, "node_modules/@types/resolve": { - "version": "1.17.1", - "dev": true, - "license": "MIT", - "dependencies": { - "@types/node": "*" - } + "version": "1.20.2", + "resolved": "https://registry.npmjs.org/@types/resolve/-/resolve-1.20.2.tgz", + "integrity": "sha512-60BCwRFOZCQhDncwQdxxeOEEkbc5dIMccYLwbxsS4TUNeVECQ/pBJ0j09mrHOl/JJvpRPGwO9SvE4nR2Nb/a4Q==", + "dev": true }, "node_modules/@types/retry": { "version": "0.12.0", - "dev": true, - "license": "MIT" + "resolved": "https://registry.npmjs.org/@types/retry/-/retry-0.12.0.tgz", + "integrity": "sha512-wWKOClTTiizcZhXnPY4wikVAwmdYHp8q6DmC+EJUzAMsycb7HB32Kh9RN4+0gExjmPmZSAQjgURXIGATPegAvA==", + "dev": true }, "node_modules/@types/scheduler": { - "version": "0.16.3", - "dev": true, - "license": "MIT" + "version": "0.16.6", + "resolved": "https://registry.npmjs.org/@types/scheduler/-/scheduler-0.16.6.tgz", + "integrity": "sha512-Vlktnchmkylvc9SnwwwozTv04L/e1NykF5vgoQ0XTmI8DD+wxfjQuHuvHS3p0r2jz2x2ghPs2h1FVeDirIteWA==", + "dev": true }, "node_modules/@types/selenium-webdriver": { - "version": "4.1.14", + "version": "4.1.20", + "resolved": "https://registry.npmjs.org/@types/selenium-webdriver/-/selenium-webdriver-4.1.20.tgz", + "integrity": "sha512-WxzARWDZVTbXlJgwYGhNoiV4OuHDabctSQmK5V88LqjW9TJiLETcknxRZ2xB1toecQnu0T2jt1pPXnSYkaWYiw==", "dev": true, - "license": "MIT", "dependencies": { "@types/ws": "*" } }, "node_modules/@types/semver": { - "version": "7.3.13", - "dev": true, - "license": "MIT" + "version": "7.5.5", + "resolved": "https://registry.npmjs.org/@types/semver/-/semver-7.5.5.tgz", + "integrity": "sha512-+d+WYC1BxJ6yVOgUgzK8gWvp5qF8ssV5r4nsDcZWKRWcDQLQ619tvWAxJQYGgBrO1MnLJC7a5GtiYsAoQ47dJg==", + "dev": true }, "node_modules/@types/send": { - "version": "0.17.1", + "version": "0.17.4", + "resolved": "https://registry.npmjs.org/@types/send/-/send-0.17.4.tgz", + "integrity": "sha512-x2EM6TJOybec7c52BX0ZspPodMsQUd5L6PRwOunVyVUhXiBSKf3AezDL8Dgvgt5o0UfKNfuA0eMLr2wLT4AiBA==", "dev": true, - "license": "MIT", "dependencies": { "@types/mime": "^1", "@types/node": "*" } }, "node_modules/@types/serve-index": { - "version": "1.9.1", + "version": "1.9.4", + "resolved": "https://registry.npmjs.org/@types/serve-index/-/serve-index-1.9.4.tgz", + "integrity": "sha512-qLpGZ/c2fhSs5gnYsQxtDEq3Oy8SXPClIXkW5ghvAvsNuVSA8k+gCONcUCS/UjLEYvYps+e8uBtfgXgvhwfNug==", "dev": true, - "license": "MIT", "dependencies": { "@types/express": "*" } }, "node_modules/@types/serve-static": { - "version": "1.15.1", + "version": "1.15.5", + "resolved": "https://registry.npmjs.org/@types/serve-static/-/serve-static-1.15.5.tgz", + "integrity": "sha512-PDRk21MnK70hja/YF8AHfC7yIsiQHn1rcXx7ijCFBX/k+XQJhQT/gw3xekXKJvx+5SXaMMS8oqQy09Mzvz2TuQ==", "dev": true, - "license": "MIT", "dependencies": { + "@types/http-errors": "*", "@types/mime": "*", "@types/node": "*" } }, "node_modules/@types/sockjs": { - "version": "0.3.33", + "version": "0.3.36", + "resolved": "https://registry.npmjs.org/@types/sockjs/-/sockjs-0.3.36.tgz", + "integrity": "sha512-MK9V6NzAS1+Ud7JV9lJLFqW85VbC9dq3LmwZCuBe4wBDgKC0Kj/jd8Xl+nSviU+Qc3+m7umHHyHg//2KSa0a0Q==", "dev": true, - "license": "MIT", "dependencies": { "@types/node": "*" } }, "node_modules/@types/source-list-map": { - "version": "0.1.2", - "license": "MIT" + "version": "0.1.5", + "resolved": "https://registry.npmjs.org/@types/source-list-map/-/source-list-map-0.1.5.tgz", + "integrity": "sha512-cHBTLeIGIREJx839cDfMLKWao+FaJOlaPz4mnFHXUzShS8sXhzw6irhvIpYvp28TbTmTeAt3v+QgHMANsGbQtA==", + "dev": true }, "node_modules/@types/stack-utils": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/@types/stack-utils/-/stack-utils-2.0.2.tgz", - "integrity": "sha512-g7CK9nHdwjK2n0ymT2CW698FuWJRIx+RP6embAzZ2Qi8/ilIrA1Imt2LVSeHUzKvpoi7BhmmQcXz95eS0f2JXw==", + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/@types/stack-utils/-/stack-utils-2.0.3.tgz", + "integrity": "sha512-9aEbYZ3TbYMznPdcdr3SmIrLXwC/AKZXQeCf9Pgao5CKb8CyHuEX5jzWPTkvregvhRJHcpRO6BFoGW9ycaOkYw==", "dev": true }, "node_modules/@types/tapable": { - "version": "1.0.8", - "license": "MIT" + "version": "1.0.11", + "resolved": "https://registry.npmjs.org/@types/tapable/-/tapable-1.0.11.tgz", + "integrity": "sha512-R3ltemSqZ/TKOBeyy+GBfZCLX3AYpxqarIbUMNe7+lxdazJp4iWLFpmjgBeZoRiKrWNImer1oWOlG2sDR6vGaw==", + "dev": true }, "node_modules/@types/uglify-js": { - "version": "3.17.1", - "license": "MIT", + "version": "3.17.4", + "resolved": "https://registry.npmjs.org/@types/uglify-js/-/uglify-js-3.17.4.tgz", + "integrity": "sha512-Hm/T0kV3ywpJyMGNbsItdivRhYNCQQf1IIsYsXnoVPES4t+FMLyDe0/K+Ea7ahWtMtSNb22ZdY7MIyoD9rqARg==", + "dev": true, "dependencies": { "source-map": "^0.6.1" } }, "node_modules/@types/uglify-js/node_modules/source-map": { "version": "0.6.1", - "license": "BSD-3-Clause", + "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/@types/unist": { - "version": "2.0.6", - "license": "MIT" + "version": "2.0.10", + "resolved": "https://registry.npmjs.org/@types/unist/-/unist-2.0.10.tgz", + "integrity": "sha512-IfYcSBWE3hLpBg8+X2SEa8LVkJdJEkT2Ese2aaLs3ptGdVtABxndrMaxuFlQ1qdFf9Q5rDvDpxI3WwgvKFAsQA==", + "dev": true }, "node_modules/@types/webpack": { - "version": "4.41.33", - "license": "MIT", + "version": "4.41.36", + "resolved": "https://registry.npmjs.org/@types/webpack/-/webpack-4.41.36.tgz", + "integrity": "sha512-pF+DVW1pMLmgsPXqJr5QimdxIzOhe8oGKB98gdqAm0egKBy1lOLD5mRxbYboMQRkpYcG7BYcpqYblpKyvE7vhQ==", + "dev": true, "dependencies": { "@types/node": "*", "@types/tapable": "^1", @@ -21355,12 +19888,16 @@ } }, "node_modules/@types/webpack-env": { - "version": "1.18.0", - "license": "MIT" + "version": "1.18.4", + "resolved": "https://registry.npmjs.org/@types/webpack-env/-/webpack-env-1.18.4.tgz", + "integrity": "sha512-I6e+9+HtWADAWeeJWDFQtdk4EVSAbj6Rtz4q8fJ7mSr1M0jzlFcs8/HZ+Xb5SHzVm1dxH7aUiI+A8kA8Gcrm0A==", + "dev": true }, "node_modules/@types/webpack-sources": { - "version": "3.2.0", - "license": "MIT", + "version": "3.2.3", + "resolved": "https://registry.npmjs.org/@types/webpack-sources/-/webpack-sources-3.2.3.tgz", + "integrity": "sha512-4nZOdMwSPHZ4pTEZzSp0AsTM4K7Qmu40UKW4tJDiOVs20UzYF9l+qUe4s0ftfN0pin06n+5cWWDJXH+sbhAiDw==", + "dev": true, "dependencies": { "@types/node": "*", "@types/source-list-map": "*", @@ -21369,59 +19906,65 @@ }, "node_modules/@types/webpack/node_modules/source-map": { "version": "0.6.1", - "license": "BSD-3-Clause", + "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/@types/ws": { - "version": "8.5.4", + "version": "8.5.9", + "resolved": "https://registry.npmjs.org/@types/ws/-/ws-8.5.9.tgz", + "integrity": "sha512-jbdrY0a8lxfdTp/+r7Z4CkycbOFN8WX+IOchLJr3juT/xzbJ8URyTVSJ/hvNdadTgM1mnedb47n+Y31GsFnQlg==", "dev": true, - "license": "MIT", "dependencies": { "@types/node": "*" } }, "node_modules/@types/yargs": { - "version": "17.0.24", + "version": "17.0.31", + "resolved": "https://registry.npmjs.org/@types/yargs/-/yargs-17.0.31.tgz", + "integrity": "sha512-bocYSx4DI8TmdlvxqGpVNXOgCNR1Jj0gNPhhAY+iz1rgKDAaYrAYdFYnhDV1IFuiuVc9HkOwyDcFxaTElF3/wg==", "dev": true, - "license": "MIT", "dependencies": { "@types/yargs-parser": "*" } }, "node_modules/@types/yargs-parser": { - "version": "21.0.0", - "dev": true, - "license": "MIT" + "version": "21.0.3", + "resolved": "https://registry.npmjs.org/@types/yargs-parser/-/yargs-parser-21.0.3.tgz", + "integrity": "sha512-I4q9QU9MQv4oEOz4tAHJtNz1cwuLxn2F3xcc2iV5WdqLPpUnj30aUuxt1mAxYTG+oe8CZMV/+6rU4S4gRDzqtQ==", + "dev": true }, "node_modules/@typescript-eslint/eslint-plugin": { - "version": "5.59.8", - "resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.59.8.tgz", - "integrity": "sha512-JDMOmhXteJ4WVKOiHXGCoB96ADWg9q7efPWHRViT/f09bA8XOMLAVHHju3l0MkZnG1izaWXYmgvQcUjTRcpShQ==", + "version": "6.10.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-6.10.0.tgz", + "integrity": "sha512-uoLj4g2OTL8rfUQVx2AFO1hp/zja1wABJq77P6IclQs6I/m9GLrm7jCdgzZkvWdDCQf1uEvoa8s8CupsgWQgVg==", "dev": true, "dependencies": { - "@eslint-community/regexpp": "^4.4.0", - "@typescript-eslint/scope-manager": "5.59.8", - "@typescript-eslint/type-utils": "5.59.8", - "@typescript-eslint/utils": "5.59.8", + "@eslint-community/regexpp": "^4.5.1", + "@typescript-eslint/scope-manager": "6.10.0", + "@typescript-eslint/type-utils": "6.10.0", + "@typescript-eslint/utils": "6.10.0", + "@typescript-eslint/visitor-keys": "6.10.0", "debug": "^4.3.4", - "grapheme-splitter": "^1.0.4", - "ignore": "^5.2.0", - "natural-compare-lite": "^1.4.0", - "semver": "^7.3.7", - "tsutils": "^3.21.0" + "graphemer": "^1.4.0", + "ignore": "^5.2.4", + "natural-compare": "^1.4.0", + "semver": "^7.5.4", + "ts-api-utils": "^1.0.1" }, "engines": { - "node": "^12.22.0 || ^14.17.0 || >=16.0.0" + "node": "^16.0.0 || >=18.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" + "@typescript-eslint/parser": "^6.0.0 || ^6.0.0-alpha", + "eslint": "^7.0.0 || ^8.0.0" }, "peerDependenciesMeta": { "typescript": { @@ -21429,105 +19972,46 @@ } } }, - "node_modules/@typescript-eslint/eslint-plugin/node_modules/@typescript-eslint/type-utils": { - "version": "5.59.8", - "resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-5.59.8.tgz", - "integrity": "sha512-+5M518uEIHFBy3FnyqZUF3BMP+AXnYn4oyH8RF012+e7/msMY98FhGL5SrN29NQ9xDgvqCgYnsOiKp1VjZ/fpA==", + "node_modules/@typescript-eslint/eslint-plugin/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==", "dev": true, "dependencies": { - "@typescript-eslint/typescript-estree": "5.59.8", - "@typescript-eslint/utils": "5.59.8", - "debug": "^4.3.4", - "tsutils": "^3.21.0" + "yallist": "^4.0.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": ">=10" } }, - "node_modules/@typescript-eslint/eslint-plugin/node_modules/@typescript-eslint/types": { - "version": "5.59.8", - "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-5.59.8.tgz", - "integrity": "sha512-+uWuOhBTj/L6awoWIg0BlWy0u9TyFpCHrAuQ5bNfxDaZ1Ppb3mx6tUigc74LHcbHpOHuOTOJrBoAnhdHdaea1w==", - "dev": true, - "engines": { - "node": "^12.22.0 || ^14.17.0 || >=16.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/typescript-eslint" - } - }, - "node_modules/@typescript-eslint/eslint-plugin/node_modules/@typescript-eslint/typescript-estree": { - "version": "5.59.8", - "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-5.59.8.tgz", - "integrity": "sha512-Jy/lPSDJGNow14vYu6IrW790p7HIf/SOV1Bb6lZ7NUkLc2iB2Z9elESmsaUtLw8kVqogSbtLH9tut5GCX1RLDg==", + "node_modules/@typescript-eslint/eslint-plugin/node_modules/semver": { + "version": "7.5.4", + "resolved": "https://registry.npmjs.org/semver/-/semver-7.5.4.tgz", + "integrity": "sha512-1bCSESV6Pv+i21Hvpxp3Dx+pSD8lIPt8uVjRrxAUt/nbswYc+tK6Y2btiULjd4+fnq15PX+nqQDC7Oft7WkwcA==", "dev": true, "dependencies": { - "@typescript-eslint/types": "5.59.8", - "@typescript-eslint/visitor-keys": "5.59.8", - "debug": "^4.3.4", - "globby": "^11.1.0", - "is-glob": "^4.0.3", - "semver": "^7.3.7", - "tsutils": "^3.21.0" + "lru-cache": "^6.0.0" + }, + "bin": { + "semver": "bin/semver.js" }, "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": ">=10" } }, - "node_modules/@typescript-eslint/eslint-plugin/node_modules/@typescript-eslint/utils": { - "version": "5.59.8", - "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-5.59.8.tgz", - "integrity": "sha512-Tr65630KysnNn9f9G7ROF3w1b5/7f6QVCJ+WK9nhIocWmx9F+TmCAcglF26Vm7z8KCTwoKcNEBZrhlklla3CKg==", - "dev": true, - "dependencies": { - "@eslint-community/eslint-utils": "^4.2.0", - "@types/json-schema": "^7.0.9", - "@types/semver": "^7.3.12", - "@typescript-eslint/scope-manager": "5.59.8", - "@typescript-eslint/types": "5.59.8", - "@typescript-eslint/typescript-estree": "5.59.8", - "eslint-scope": "^5.1.1", - "semver": "^7.3.7" - }, - "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/@typescript-eslint/eslint-plugin/node_modules/yallist": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", + "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==", + "dev": true }, "node_modules/@typescript-eslint/experimental-utils": { - "version": "5.59.2", + "version": "5.62.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/experimental-utils/-/experimental-utils-5.62.0.tgz", + "integrity": "sha512-RTXpeB3eMkpoclG3ZHft6vG/Z30azNHuqY6wKPBHlVMZFuEvrtlEDe8gMqDb+SO+9hjC/pLekeSCryf9vMZlCw==", "dev": true, - "license": "MIT", "dependencies": { - "@typescript-eslint/utils": "5.59.2" + "@typescript-eslint/utils": "5.62.0" }, "engines": { "node": "^12.22.0 || ^14.17.0 || >=16.0.0" @@ -21541,129 +20025,6 @@ } }, "node_modules/@typescript-eslint/experimental-utils/node_modules/@typescript-eslint/scope-manager": { - "version": "5.59.2", - "dev": true, - "license": "MIT", - "dependencies": { - "@typescript-eslint/types": "5.59.2", - "@typescript-eslint/visitor-keys": "5.59.2" - }, - "engines": { - "node": "^12.22.0 || ^14.17.0 || >=16.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/typescript-eslint" - } - }, - "node_modules/@typescript-eslint/experimental-utils/node_modules/@typescript-eslint/types": { - "version": "5.59.2", - "dev": true, - "license": "MIT", - "engines": { - "node": "^12.22.0 || ^14.17.0 || >=16.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/typescript-eslint" - } - }, - "node_modules/@typescript-eslint/experimental-utils/node_modules/@typescript-eslint/typescript-estree": { - "version": "5.59.2", - "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-5.59.2.tgz", - "integrity": "sha512-+j4SmbwVmZsQ9jEyBMgpuBD0rKwi9RxRpjX71Brr73RsYnEr3Lt5QZ624Bxphp8HUkSKfqGnPJp1kA5nl0Sh7Q==", - "dev": true, - "dependencies": { - "@typescript-eslint/types": "5.59.2", - "@typescript-eslint/visitor-keys": "5.59.2", - "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/@typescript-eslint/experimental-utils/node_modules/@typescript-eslint/utils": { - "version": "5.59.2", - "dev": true, - "license": "MIT", - "dependencies": { - "@eslint-community/eslint-utils": "^4.2.0", - "@types/json-schema": "^7.0.9", - "@types/semver": "^7.3.12", - "@typescript-eslint/scope-manager": "5.59.2", - "@typescript-eslint/types": "5.59.2", - "@typescript-eslint/typescript-estree": "5.59.2", - "eslint-scope": "^5.1.1", - "semver": "^7.3.7" - }, - "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/@typescript-eslint/experimental-utils/node_modules/@typescript-eslint/visitor-keys": { - "version": "5.59.2", - "dev": true, - "license": "MIT", - "dependencies": { - "@typescript-eslint/types": "5.59.2", - "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/@typescript-eslint/parser": { - "version": "5.62.0", - "resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-5.62.0.tgz", - "integrity": "sha512-VlJEV0fOQ7BExOsHYAGrgbEiZoi8D+Bl2+f6V2RrXerRSylnp+ZBHmPvaIa8cz0Ajx7WO7Z5RqfgYg7ED1nRhA==", - "dev": true, - "dependencies": { - "@typescript-eslint/scope-manager": "5.62.0", - "@typescript-eslint/types": "5.62.0", - "@typescript-eslint/typescript-estree": "5.62.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/@typescript-eslint/parser/node_modules/@typescript-eslint/scope-manager": { "version": "5.62.0", "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-5.62.0.tgz", "integrity": "sha512-VXuvVvZeQCQb5Zgf4HAxc04q5j+WrNAtNh9OwCsCgpKqESMTu3tF/jhZ3xG6T4NZwWl65Bg8KuS2uEvhSfLl0w==", @@ -21680,7 +20041,20 @@ "url": "https://opencollective.com/typescript-eslint" } }, - "node_modules/@typescript-eslint/parser/node_modules/@typescript-eslint/typescript-estree": { + "node_modules/@typescript-eslint/experimental-utils/node_modules/@typescript-eslint/types": { + "version": "5.62.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-5.62.0.tgz", + "integrity": "sha512-87NVngcbVXUahrRTqIK27gD2t5Cu1yuCXxbLcFtCzZGlfyVWWh8mLHkoxzjsB6DDNnvdL+fW8MiwPEJyGJQDgQ==", + "dev": true, + "engines": { + "node": "^12.22.0 || ^14.17.0 || >=16.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/typescript-eslint" + } + }, + "node_modules/@typescript-eslint/experimental-utils/node_modules/@typescript-eslint/typescript-estree": { "version": "5.62.0", "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-5.62.0.tgz", "integrity": "sha512-CmcQ6uY7b9y694lKdRB8FEel7JbU/40iSAPomu++SjLMntB+2Leay2LO6i8VnJk58MtE9/nQSFIH6jpyRWyYzA==", @@ -21707,7 +20081,33 @@ } } }, - "node_modules/@typescript-eslint/parser/node_modules/@typescript-eslint/visitor-keys": { + "node_modules/@typescript-eslint/experimental-utils/node_modules/@typescript-eslint/utils": { + "version": "5.62.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-5.62.0.tgz", + "integrity": "sha512-n8oxjeb5aIbPFEtmQxQYOLI0i9n5ySBEY/ZEHHZqKQSFnxio1rv6dthascc9dLuwrL0RC5mPCxB7vnAVGAYWAQ==", + "dev": true, + "dependencies": { + "@eslint-community/eslint-utils": "^4.2.0", + "@types/json-schema": "^7.0.9", + "@types/semver": "^7.3.12", + "@typescript-eslint/scope-manager": "5.62.0", + "@typescript-eslint/types": "5.62.0", + "@typescript-eslint/typescript-estree": "5.62.0", + "eslint-scope": "^5.1.1", + "semver": "^7.3.7" + }, + "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/@typescript-eslint/experimental-utils/node_modules/@typescript-eslint/visitor-keys": { "version": "5.62.0", "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-5.62.0.tgz", "integrity": "sha512-07ny+LHRzQXepkGg6w0mFY41fVUNBrL2Roj/++7V1txKugfjm/Ci/qSND03r2RhlJhJYMcTn9AhhSSqQp0Ysyw==", @@ -21724,30 +20124,67 @@ "url": "https://opencollective.com/typescript-eslint" } }, - "node_modules/@typescript-eslint/scope-manager": { - "version": "5.59.8", - "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-5.59.8.tgz", - "integrity": "sha512-/w08ndCYI8gxGf+9zKf1vtx/16y8MHrZs5/tnjHhMLNSixuNcJavSX4wAiPf4aS5x41Es9YPCn44MIe4cxIlig==", + "node_modules/@typescript-eslint/experimental-utils/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": { - "@typescript-eslint/types": "5.59.8", - "@typescript-eslint/visitor-keys": "5.59.8" + "esrecurse": "^4.3.0", + "estraverse": "^4.1.1" }, "engines": { - "node": "^12.22.0 || ^14.17.0 || >=16.0.0" + "node": ">=8.0.0" + } + }, + "node_modules/@typescript-eslint/experimental-utils/node_modules/estraverse": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-4.3.0.tgz", + "integrity": "sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw==", + "dev": true, + "engines": { + "node": ">=4.0" + } + }, + "node_modules/@typescript-eslint/parser": { + "version": "6.10.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-6.10.0.tgz", + "integrity": "sha512-+sZwIj+s+io9ozSxIWbNB5873OSdfeBEH/FR0re14WLI6BaKuSOnnwCJ2foUiu8uXf4dRp1UqHP0vrZ1zXGrog==", + "dev": true, + "dependencies": { + "@typescript-eslint/scope-manager": "6.10.0", + "@typescript-eslint/types": "6.10.0", + "@typescript-eslint/typescript-estree": "6.10.0", + "@typescript-eslint/visitor-keys": "6.10.0", + "debug": "^4.3.4" + }, + "engines": { + "node": "^16.0.0 || >=18.0.0" }, "funding": { "type": "opencollective", "url": "https://opencollective.com/typescript-eslint" + }, + "peerDependencies": { + "eslint": "^7.0.0 || ^8.0.0" + }, + "peerDependenciesMeta": { + "typescript": { + "optional": true + } } }, - "node_modules/@typescript-eslint/scope-manager/node_modules/@typescript-eslint/types": { - "version": "5.59.8", - "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-5.59.8.tgz", - "integrity": "sha512-+uWuOhBTj/L6awoWIg0BlWy0u9TyFpCHrAuQ5bNfxDaZ1Ppb3mx6tUigc74LHcbHpOHuOTOJrBoAnhdHdaea1w==", + "node_modules/@typescript-eslint/scope-manager": { + "version": "6.10.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-6.10.0.tgz", + "integrity": "sha512-TN/plV7dzqqC2iPNf1KrxozDgZs53Gfgg5ZHyw8erd6jd5Ta/JIEcdCheXFt9b1NYb93a1wmIIVW/2gLkombDg==", "dev": true, + "dependencies": { + "@typescript-eslint/types": "6.10.0", + "@typescript-eslint/visitor-keys": "6.10.0" + }, "engines": { - "node": "^12.22.0 || ^14.17.0 || >=16.0.0" + "node": "^16.0.0 || >=18.0.0" }, "funding": { "type": "opencollective", @@ -21755,24 +20192,25 @@ } }, "node_modules/@typescript-eslint/type-utils": { - "version": "5.43.0", + "version": "6.10.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-6.10.0.tgz", + "integrity": "sha512-wYpPs3hgTFblMYwbYWPT3eZtaDOjbLyIYuqpwuLBBqhLiuvJ+9sEp2gNRJEtR5N/c9G1uTtQQL5AhV0fEPJYcg==", "dev": true, - "license": "MIT", "dependencies": { - "@typescript-eslint/typescript-estree": "5.43.0", - "@typescript-eslint/utils": "5.43.0", + "@typescript-eslint/typescript-estree": "6.10.0", + "@typescript-eslint/utils": "6.10.0", "debug": "^4.3.4", - "tsutils": "^3.21.0" + "ts-api-utils": "^1.0.1" }, "engines": { - "node": "^12.22.0 || ^14.17.0 || >=16.0.0" + "node": "^16.0.0 || >=18.0.0" }, "funding": { "type": "opencollective", "url": "https://opencollective.com/typescript-eslint" }, "peerDependencies": { - "eslint": "*" + "eslint": "^7.0.0 || ^8.0.0" }, "peerDependenciesMeta": { "typescript": { @@ -21780,108 +20218,13 @@ } } }, - "node_modules/@typescript-eslint/type-utils/node_modules/@typescript-eslint/scope-manager": { - "version": "5.43.0", - "dev": true, - "license": "MIT", - "dependencies": { - "@typescript-eslint/types": "5.43.0", - "@typescript-eslint/visitor-keys": "5.43.0" - }, - "engines": { - "node": "^12.22.0 || ^14.17.0 || >=16.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/typescript-eslint" - } - }, - "node_modules/@typescript-eslint/type-utils/node_modules/@typescript-eslint/types": { - "version": "5.43.0", - "dev": true, - "license": "MIT", - "engines": { - "node": "^12.22.0 || ^14.17.0 || >=16.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/typescript-eslint" - } - }, - "node_modules/@typescript-eslint/type-utils/node_modules/@typescript-eslint/typescript-estree": { - "version": "5.43.0", - "dev": true, - "license": "BSD-2-Clause", - "dependencies": { - "@typescript-eslint/types": "5.43.0", - "@typescript-eslint/visitor-keys": "5.43.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/@typescript-eslint/type-utils/node_modules/@typescript-eslint/utils": { - "version": "5.43.0", - "dev": true, - "license": "MIT", - "dependencies": { - "@types/json-schema": "^7.0.9", - "@types/semver": "^7.3.12", - "@typescript-eslint/scope-manager": "5.43.0", - "@typescript-eslint/types": "5.43.0", - "@typescript-eslint/typescript-estree": "5.43.0", - "eslint-scope": "^5.1.1", - "eslint-utils": "^3.0.0", - "semver": "^7.3.7" - }, - "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/@typescript-eslint/type-utils/node_modules/@typescript-eslint/visitor-keys": { - "version": "5.43.0", - "dev": true, - "license": "MIT", - "dependencies": { - "@typescript-eslint/types": "5.43.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/@typescript-eslint/types": { - "version": "5.62.0", - "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-5.62.0.tgz", - "integrity": "sha512-87NVngcbVXUahrRTqIK27gD2t5Cu1yuCXxbLcFtCzZGlfyVWWh8mLHkoxzjsB6DDNnvdL+fW8MiwPEJyGJQDgQ==", + "version": "6.10.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-6.10.0.tgz", + "integrity": "sha512-36Fq1PWh9dusgo3vH7qmQAj5/AZqARky1Wi6WpINxB6SkQdY5vQoT2/7rW7uBIsPDcvvGCLi4r10p0OJ7ITAeg==", "dev": true, "engines": { - "node": "^12.22.0 || ^14.17.0 || >=16.0.0" + "node": "^16.0.0 || >=18.0.0" }, "funding": { "type": "opencollective", @@ -21889,13 +20232,13 @@ } }, "node_modules/@typescript-eslint/typescript-estree": { - "version": "6.7.0", - "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-6.7.0.tgz", - "integrity": "sha512-dPvkXj3n6e9yd/0LfojNU8VMUGHWiLuBZvbM6V6QYD+2qxqInE7J+J/ieY2iGwR9ivf/R/haWGkIj04WVUeiSQ==", + "version": "6.10.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-6.10.0.tgz", + "integrity": "sha512-ek0Eyuy6P15LJVeghbWhSrBCj/vJpPXXR+EpaRZqou7achUWL8IdYnMSC5WHAeTWswYQuP2hAZgij/bC9fanBg==", "dev": true, "dependencies": { - "@typescript-eslint/types": "6.7.0", - "@typescript-eslint/visitor-keys": "6.7.0", + "@typescript-eslint/types": "6.10.0", + "@typescript-eslint/visitor-keys": "6.10.0", "debug": "^4.3.4", "globby": "^11.1.0", "is-glob": "^4.0.3", @@ -21915,36 +20258,6 @@ } } }, - "node_modules/@typescript-eslint/typescript-estree/node_modules/@typescript-eslint/types": { - "version": "6.7.0", - "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-6.7.0.tgz", - "integrity": "sha512-ihPfvOp7pOcN/ysoj0RpBPOx3HQTJTrIN8UZK+WFd3/iDeFHHqeyYxa4hQk4rMhsz9H9mXpR61IzwlBVGXtl9Q==", - "dev": true, - "engines": { - "node": "^16.0.0 || >=18.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/typescript-eslint" - } - }, - "node_modules/@typescript-eslint/typescript-estree/node_modules/@typescript-eslint/visitor-keys": { - "version": "6.7.0", - "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-6.7.0.tgz", - "integrity": "sha512-/C1RVgKFDmGMcVGeD8HjKv2bd72oI1KxQDeY8uc66gw9R0OK0eMq48cA+jv9/2Ag6cdrsUGySm1yzYmfz0hxwQ==", - "dev": true, - "dependencies": { - "@typescript-eslint/types": "6.7.0", - "eslint-visitor-keys": "^3.4.1" - }, - "engines": { - "node": "^16.0.0 || >=18.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/typescript-eslint" - } - }, "node_modules/@typescript-eslint/typescript-estree/node_modules/lru-cache": { "version": "6.0.0", "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz", @@ -21979,160 +20292,128 @@ "dev": true }, "node_modules/@typescript-eslint/utils": { - "version": "5.48.2", + "version": "6.10.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-6.10.0.tgz", + "integrity": "sha512-v+pJ1/RcVyRc0o4wAGux9x42RHmAjIGzPRo538Z8M1tVx6HOnoQBCX/NoadHQlZeC+QO2yr4nNSFWOoraZCAyg==", "dev": true, - "license": "MIT", "dependencies": { - "@types/json-schema": "^7.0.9", - "@types/semver": "^7.3.12", - "@typescript-eslint/scope-manager": "5.48.2", - "@typescript-eslint/types": "5.48.2", - "@typescript-eslint/typescript-estree": "5.48.2", - "eslint-scope": "^5.1.1", - "eslint-utils": "^3.0.0", - "semver": "^7.3.7" + "@eslint-community/eslint-utils": "^4.4.0", + "@types/json-schema": "^7.0.12", + "@types/semver": "^7.5.0", + "@typescript-eslint/scope-manager": "6.10.0", + "@typescript-eslint/types": "6.10.0", + "@typescript-eslint/typescript-estree": "6.10.0", + "semver": "^7.5.4" }, "engines": { - "node": "^12.22.0 || ^14.17.0 || >=16.0.0" + "node": "^16.0.0 || >=18.0.0" }, "funding": { "type": "opencollective", "url": "https://opencollective.com/typescript-eslint" }, "peerDependencies": { - "eslint": "^6.0.0 || ^7.0.0 || ^8.0.0" + "eslint": "^7.0.0 || ^8.0.0" } }, - "node_modules/@typescript-eslint/utils/node_modules/@typescript-eslint/scope-manager": { - "version": "5.48.2", + "node_modules/@typescript-eslint/utils/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==", "dev": true, - "license": "MIT", "dependencies": { - "@typescript-eslint/types": "5.48.2", - "@typescript-eslint/visitor-keys": "5.48.2" + "yallist": "^4.0.0" }, "engines": { - "node": "^12.22.0 || ^14.17.0 || >=16.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/typescript-eslint" + "node": ">=10" } }, - "node_modules/@typescript-eslint/utils/node_modules/@typescript-eslint/types": { - "version": "5.48.2", + "node_modules/@typescript-eslint/utils/node_modules/semver": { + "version": "7.5.4", + "resolved": "https://registry.npmjs.org/semver/-/semver-7.5.4.tgz", + "integrity": "sha512-1bCSESV6Pv+i21Hvpxp3Dx+pSD8lIPt8uVjRrxAUt/nbswYc+tK6Y2btiULjd4+fnq15PX+nqQDC7Oft7WkwcA==", "dev": true, - "license": "MIT", - "engines": { - "node": "^12.22.0 || ^14.17.0 || >=16.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/typescript-eslint" - } - }, - "node_modules/@typescript-eslint/utils/node_modules/@typescript-eslint/typescript-estree": { - "version": "5.48.2", - "dev": true, - "license": "BSD-2-Clause", "dependencies": { - "@typescript-eslint/types": "5.48.2", - "@typescript-eslint/visitor-keys": "5.48.2", - "debug": "^4.3.4", - "globby": "^11.1.0", - "is-glob": "^4.0.3", - "semver": "^7.3.7", - "tsutils": "^3.21.0" + "lru-cache": "^6.0.0" + }, + "bin": { + "semver": "bin/semver.js" }, "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": ">=10" } }, - "node_modules/@typescript-eslint/utils/node_modules/@typescript-eslint/visitor-keys": { - "version": "5.48.2", - "dev": true, - "license": "MIT", - "dependencies": { - "@typescript-eslint/types": "5.48.2", - "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/@typescript-eslint/utils/node_modules/yallist": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", + "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==", + "dev": true }, "node_modules/@typescript-eslint/visitor-keys": { - "version": "5.59.8", - "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-5.59.8.tgz", - "integrity": "sha512-pJhi2ms0x0xgloT7xYabil3SGGlojNNKjK/q6dB3Ey0uJLMjK2UDGJvHieiyJVW/7C3KI+Z4Q3pEHkm4ejA+xQ==", + "version": "6.10.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-6.10.0.tgz", + "integrity": "sha512-xMGluxQIEtOM7bqFCo+rCMh5fqI+ZxV5RUUOa29iVPz1OgCZrtc7rFnz5cLUazlkPKYqX+75iuDq7m0HQ48nCg==", "dev": true, "dependencies": { - "@typescript-eslint/types": "5.59.8", - "eslint-visitor-keys": "^3.3.0" + "@typescript-eslint/types": "6.10.0", + "eslint-visitor-keys": "^3.4.1" }, "engines": { - "node": "^12.22.0 || ^14.17.0 || >=16.0.0" + "node": "^16.0.0 || >=18.0.0" }, "funding": { "type": "opencollective", "url": "https://opencollective.com/typescript-eslint" } }, - "node_modules/@typescript-eslint/visitor-keys/node_modules/@typescript-eslint/types": { - "version": "5.59.8", - "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-5.59.8.tgz", - "integrity": "sha512-+uWuOhBTj/L6awoWIg0BlWy0u9TyFpCHrAuQ5bNfxDaZ1Ppb3mx6tUigc74LHcbHpOHuOTOJrBoAnhdHdaea1w==", - "dev": true, - "engines": { - "node": "^12.22.0 || ^14.17.0 || >=16.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/typescript-eslint" - } + "node_modules/@ungap/structured-clone": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/@ungap/structured-clone/-/structured-clone-1.2.0.tgz", + "integrity": "sha512-zuVdFrMJiuCDQUMCzQaD6KL28MjnqqN8XnAqiEq9PNm/hCPTSGfrXCOfwj1ow4LFb/tNymJPwsNbVePc1xFqrQ==", + "dev": true }, "node_modules/@webassemblyjs/ast": { - "version": "1.11.5", - "license": "MIT", + "version": "1.11.6", + "resolved": "https://registry.npmjs.org/@webassemblyjs/ast/-/ast-1.11.6.tgz", + "integrity": "sha512-IN1xI7PwOvLPgjcf180gC1bqn3q/QaOCwYUahIOhbYUu8KA/3tw2RT/T0Gidi1l7Hhj5D/INhJxiICObqpMu4Q==", + "dev": true, "dependencies": { - "@webassemblyjs/helper-numbers": "1.11.5", - "@webassemblyjs/helper-wasm-bytecode": "1.11.5" + "@webassemblyjs/helper-numbers": "1.11.6", + "@webassemblyjs/helper-wasm-bytecode": "1.11.6" } }, "node_modules/@webassemblyjs/floating-point-hex-parser": { - "version": "1.11.5", - "license": "MIT" + "version": "1.11.6", + "resolved": "https://registry.npmjs.org/@webassemblyjs/floating-point-hex-parser/-/floating-point-hex-parser-1.11.6.tgz", + "integrity": "sha512-ejAj9hfRJ2XMsNHk/v6Fu2dGS+i4UaXBXGemOfQ/JfQ6mdQg/WXtwleQRLLS4OvfDhv8rYnVwH27YJLMyYsxhw==", + "dev": true }, "node_modules/@webassemblyjs/helper-api-error": { - "version": "1.11.5", - "license": "MIT" + "version": "1.11.6", + "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-api-error/-/helper-api-error-1.11.6.tgz", + "integrity": "sha512-o0YkoP4pVu4rN8aTJgAyj9hC2Sv5UlkzCHhxqWj8butaLvnpdc2jOwh4ewE6CX0txSfLn/UYaV/pheS2Txg//Q==", + "dev": true }, "node_modules/@webassemblyjs/helper-buffer": { - "version": "1.11.5", - "license": "MIT" + "version": "1.11.6", + "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-buffer/-/helper-buffer-1.11.6.tgz", + "integrity": "sha512-z3nFzdcp1mb8nEOFFk8DrYLpHvhKC3grJD2ardfKOzmbmJvEf/tPIqCY+sNcwZIY8ZD7IkB2l7/pqhUhqm7hLA==", + "dev": true }, "node_modules/@webassemblyjs/helper-code-frame": { "version": "1.9.0", - "license": "MIT", + "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-code-frame/-/helper-code-frame-1.9.0.tgz", + "integrity": "sha512-ERCYdJBkD9Vu4vtjUYe8LZruWuNIToYq/ME22igL+2vj2dQ2OOujIZr3MEFvfEaqKoVqpsFKAGsRdBSBjrIvZA==", + "dev": true, "dependencies": { "@webassemblyjs/wast-printer": "1.9.0" } }, "node_modules/@webassemblyjs/helper-code-frame/node_modules/@webassemblyjs/ast": { "version": "1.9.0", - "license": "MIT", + "resolved": "https://registry.npmjs.org/@webassemblyjs/ast/-/ast-1.9.0.tgz", + "integrity": "sha512-C6wW5L+b7ogSDVqymbkkvuW9kruN//YisMED04xzeBBqjHa2FYnmvOlS6Xj68xWQRgWvI9cIglsjFowH/RJyEA==", + "dev": true, "dependencies": { "@webassemblyjs/helper-module-context": "1.9.0", "@webassemblyjs/helper-wasm-bytecode": "1.9.0", @@ -22141,11 +20422,15 @@ }, "node_modules/@webassemblyjs/helper-code-frame/node_modules/@webassemblyjs/helper-wasm-bytecode": { "version": "1.9.0", - "license": "MIT" + "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/@webassemblyjs/helper-code-frame/node_modules/@webassemblyjs/wast-printer": { "version": "1.9.0", - "license": "MIT", + "resolved": "https://registry.npmjs.org/@webassemblyjs/wast-printer/-/wast-printer-1.9.0.tgz", + "integrity": "sha512-2J0nE95rHXHyQ24cWjMKJ1tqB/ds8z/cyeOZxJhcb+rW+SQASVjuznUSmdz5GpVJTzU8JkhYut0D3siFDD6wsA==", + "dev": true, "dependencies": { "@webassemblyjs/ast": "1.9.0", "@webassemblyjs/wast-parser": "1.9.0", @@ -22154,18 +20439,24 @@ }, "node_modules/@webassemblyjs/helper-fsm": { "version": "1.9.0", - "license": "ISC" + "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-fsm/-/helper-fsm-1.9.0.tgz", + "integrity": "sha512-OPRowhGbshCb5PxJ8LocpdX9Kl0uB4XsAjl6jH/dWKlk/mzsANvhwbiULsaiqT5GZGT9qinTICdj6PLuM5gslw==", + "dev": true }, "node_modules/@webassemblyjs/helper-module-context": { "version": "1.9.0", - "license": "MIT", + "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-module-context/node_modules/@webassemblyjs/ast": { "version": "1.9.0", - "license": "MIT", + "resolved": "https://registry.npmjs.org/@webassemblyjs/ast/-/ast-1.9.0.tgz", + "integrity": "sha512-C6wW5L+b7ogSDVqymbkkvuW9kruN//YisMED04xzeBBqjHa2FYnmvOlS6Xj68xWQRgWvI9cIglsjFowH/RJyEA==", + "dev": true, "dependencies": { "@webassemblyjs/helper-module-context": "1.9.0", "@webassemblyjs/helper-wasm-bytecode": "1.9.0", @@ -22174,99 +20465,123 @@ }, "node_modules/@webassemblyjs/helper-module-context/node_modules/@webassemblyjs/helper-wasm-bytecode": { "version": "1.9.0", - "license": "MIT" + "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/@webassemblyjs/helper-numbers": { - "version": "1.11.5", - "license": "MIT", + "version": "1.11.6", + "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-numbers/-/helper-numbers-1.11.6.tgz", + "integrity": "sha512-vUIhZ8LZoIWHBohiEObxVm6hwP034jwmc9kuq5GdHZH0wiLVLIPcMCdpJzG4C11cHoQ25TFIQj9kaVADVX7N3g==", + "dev": true, "dependencies": { - "@webassemblyjs/floating-point-hex-parser": "1.11.5", - "@webassemblyjs/helper-api-error": "1.11.5", + "@webassemblyjs/floating-point-hex-parser": "1.11.6", + "@webassemblyjs/helper-api-error": "1.11.6", "@xtuc/long": "4.2.2" } }, "node_modules/@webassemblyjs/helper-wasm-bytecode": { - "version": "1.11.5", - "license": "MIT" + "version": "1.11.6", + "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-wasm-bytecode/-/helper-wasm-bytecode-1.11.6.tgz", + "integrity": "sha512-sFFHKwcmBprO9e7Icf0+gddyWYDViL8bpPjJJl0WHxCdETktXdmtWLGVzoHbqUcY4Be1LkNfwTmXOJUFZYSJdA==", + "dev": true }, "node_modules/@webassemblyjs/helper-wasm-section": { - "version": "1.11.5", - "license": "MIT", + "version": "1.11.6", + "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-wasm-section/-/helper-wasm-section-1.11.6.tgz", + "integrity": "sha512-LPpZbSOwTpEC2cgn4hTydySy1Ke+XEu+ETXuoyvuyezHO3Kjdu90KK95Sh9xTbmjrCsUwvWwCOQQNta37VrS9g==", + "dev": true, "dependencies": { - "@webassemblyjs/ast": "1.11.5", - "@webassemblyjs/helper-buffer": "1.11.5", - "@webassemblyjs/helper-wasm-bytecode": "1.11.5", - "@webassemblyjs/wasm-gen": "1.11.5" + "@webassemblyjs/ast": "1.11.6", + "@webassemblyjs/helper-buffer": "1.11.6", + "@webassemblyjs/helper-wasm-bytecode": "1.11.6", + "@webassemblyjs/wasm-gen": "1.11.6" } }, "node_modules/@webassemblyjs/ieee754": { - "version": "1.11.5", - "license": "MIT", + "version": "1.11.6", + "resolved": "https://registry.npmjs.org/@webassemblyjs/ieee754/-/ieee754-1.11.6.tgz", + "integrity": "sha512-LM4p2csPNvbij6U1f19v6WR56QZ8JcHg3QIJTlSwzFcmx6WSORicYj6I63f9yU1kEUtrpG+kjkiIAkevHpDXrg==", + "dev": true, "dependencies": { "@xtuc/ieee754": "^1.2.0" } }, "node_modules/@webassemblyjs/leb128": { - "version": "1.11.5", - "license": "Apache-2.0", + "version": "1.11.6", + "resolved": "https://registry.npmjs.org/@webassemblyjs/leb128/-/leb128-1.11.6.tgz", + "integrity": "sha512-m7a0FhE67DQXgouf1tbN5XQcdWoNgaAuoULHIfGFIEVKA6tu/edls6XnIlkmS6FrXAquJRPni3ZZKjw6FSPjPQ==", + "dev": true, "dependencies": { "@xtuc/long": "4.2.2" } }, "node_modules/@webassemblyjs/utf8": { - "version": "1.11.5", - "license": "MIT" + "version": "1.11.6", + "resolved": "https://registry.npmjs.org/@webassemblyjs/utf8/-/utf8-1.11.6.tgz", + "integrity": "sha512-vtXf2wTQ3+up9Zsg8sa2yWiQpzSsMyXj0qViVP6xKGCUT8p8YJ6HqI7l5eCnWx1T/FYdsv07HQs2wTFbbof/RA==", + "dev": true }, "node_modules/@webassemblyjs/wasm-edit": { - "version": "1.11.5", - "license": "MIT", + "version": "1.11.6", + "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-edit/-/wasm-edit-1.11.6.tgz", + "integrity": "sha512-Ybn2I6fnfIGuCR+Faaz7YcvtBKxvoLV3Lebn1tM4o/IAJzmi9AWYIPWpyBfU8cC+JxAO57bk4+zdsTjJR+VTOw==", + "dev": true, "dependencies": { - "@webassemblyjs/ast": "1.11.5", - "@webassemblyjs/helper-buffer": "1.11.5", - "@webassemblyjs/helper-wasm-bytecode": "1.11.5", - "@webassemblyjs/helper-wasm-section": "1.11.5", - "@webassemblyjs/wasm-gen": "1.11.5", - "@webassemblyjs/wasm-opt": "1.11.5", - "@webassemblyjs/wasm-parser": "1.11.5", - "@webassemblyjs/wast-printer": "1.11.5" + "@webassemblyjs/ast": "1.11.6", + "@webassemblyjs/helper-buffer": "1.11.6", + "@webassemblyjs/helper-wasm-bytecode": "1.11.6", + "@webassemblyjs/helper-wasm-section": "1.11.6", + "@webassemblyjs/wasm-gen": "1.11.6", + "@webassemblyjs/wasm-opt": "1.11.6", + "@webassemblyjs/wasm-parser": "1.11.6", + "@webassemblyjs/wast-printer": "1.11.6" } }, "node_modules/@webassemblyjs/wasm-gen": { - "version": "1.11.5", - "license": "MIT", + "version": "1.11.6", + "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-gen/-/wasm-gen-1.11.6.tgz", + "integrity": "sha512-3XOqkZP/y6B4F0PBAXvI1/bky7GryoogUtfwExeP/v7Nzwo1QLcq5oQmpKlftZLbT+ERUOAZVQjuNVak6UXjPA==", + "dev": true, "dependencies": { - "@webassemblyjs/ast": "1.11.5", - "@webassemblyjs/helper-wasm-bytecode": "1.11.5", - "@webassemblyjs/ieee754": "1.11.5", - "@webassemblyjs/leb128": "1.11.5", - "@webassemblyjs/utf8": "1.11.5" + "@webassemblyjs/ast": "1.11.6", + "@webassemblyjs/helper-wasm-bytecode": "1.11.6", + "@webassemblyjs/ieee754": "1.11.6", + "@webassemblyjs/leb128": "1.11.6", + "@webassemblyjs/utf8": "1.11.6" } }, "node_modules/@webassemblyjs/wasm-opt": { - "version": "1.11.5", - "license": "MIT", + "version": "1.11.6", + "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-opt/-/wasm-opt-1.11.6.tgz", + "integrity": "sha512-cOrKuLRE7PCe6AsOVl7WasYf3wbSo4CeOk6PkrjS7g57MFfVUF9u6ysQBBODX0LdgSvQqRiGz3CXvIDKcPNy4g==", + "dev": true, "dependencies": { - "@webassemblyjs/ast": "1.11.5", - "@webassemblyjs/helper-buffer": "1.11.5", - "@webassemblyjs/wasm-gen": "1.11.5", - "@webassemblyjs/wasm-parser": "1.11.5" + "@webassemblyjs/ast": "1.11.6", + "@webassemblyjs/helper-buffer": "1.11.6", + "@webassemblyjs/wasm-gen": "1.11.6", + "@webassemblyjs/wasm-parser": "1.11.6" } }, "node_modules/@webassemblyjs/wasm-parser": { - "version": "1.11.5", - "license": "MIT", + "version": "1.11.6", + "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-parser/-/wasm-parser-1.11.6.tgz", + "integrity": "sha512-6ZwPeGzMJM3Dqp3hCsLgESxBGtT/OeCvCZ4TA1JUPYgmhAx38tTPR9JaKy0S5H3evQpO/h2uWs2j6Yc/fjkpTQ==", + "dev": true, "dependencies": { - "@webassemblyjs/ast": "1.11.5", - "@webassemblyjs/helper-api-error": "1.11.5", - "@webassemblyjs/helper-wasm-bytecode": "1.11.5", - "@webassemblyjs/ieee754": "1.11.5", - "@webassemblyjs/leb128": "1.11.5", - "@webassemblyjs/utf8": "1.11.5" + "@webassemblyjs/ast": "1.11.6", + "@webassemblyjs/helper-api-error": "1.11.6", + "@webassemblyjs/helper-wasm-bytecode": "1.11.6", + "@webassemblyjs/ieee754": "1.11.6", + "@webassemblyjs/leb128": "1.11.6", + "@webassemblyjs/utf8": "1.11.6" } }, "node_modules/@webassemblyjs/wast-parser": { "version": "1.9.0", - "license": "MIT", + "resolved": "https://registry.npmjs.org/@webassemblyjs/wast-parser/-/wast-parser-1.9.0.tgz", + "integrity": "sha512-qsqSAP3QQ3LyZjNC/0jBJ/ToSxfYJ8kYyuiGvtn/8MK89VrNEfwj7BPQzJVHi0jGTRK2dGdJ5PRqhtjzoww+bw==", + "dev": true, "dependencies": { "@webassemblyjs/ast": "1.9.0", "@webassemblyjs/floating-point-hex-parser": "1.9.0", @@ -22278,7 +20593,9 @@ }, "node_modules/@webassemblyjs/wast-parser/node_modules/@webassemblyjs/ast": { "version": "1.9.0", - "license": "MIT", + "resolved": "https://registry.npmjs.org/@webassemblyjs/ast/-/ast-1.9.0.tgz", + "integrity": "sha512-C6wW5L+b7ogSDVqymbkkvuW9kruN//YisMED04xzeBBqjHa2FYnmvOlS6Xj68xWQRgWvI9cIglsjFowH/RJyEA==", + "dev": true, "dependencies": { "@webassemblyjs/helper-module-context": "1.9.0", "@webassemblyjs/helper-wasm-bytecode": "1.9.0", @@ -22287,21 +20604,29 @@ }, "node_modules/@webassemblyjs/wast-parser/node_modules/@webassemblyjs/floating-point-hex-parser": { "version": "1.9.0", - "license": "MIT" + "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/wast-parser/node_modules/@webassemblyjs/helper-api-error": { "version": "1.9.0", - "license": "MIT" + "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-api-error/-/helper-api-error-1.9.0.tgz", + "integrity": "sha512-NcMLjoFMXpsASZFxJ5h2HZRcEhDkvnNFOAKneP5RbKRzaWJN36NC4jqQHKwStIhGXu5mUWlUUk7ygdtrO8lbmw==", + "dev": true }, "node_modules/@webassemblyjs/wast-parser/node_modules/@webassemblyjs/helper-wasm-bytecode": { "version": "1.9.0", - "license": "MIT" + "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/@webassemblyjs/wast-printer": { - "version": "1.11.5", - "license": "MIT", + "version": "1.11.6", + "resolved": "https://registry.npmjs.org/@webassemblyjs/wast-printer/-/wast-printer-1.11.6.tgz", + "integrity": "sha512-JM7AhRcE+yW2GWYaKeHL5vt4xqee5N2WcezptmgyhNS+ScggqcT1OtXykhAb13Sn5Yas0j2uv9tHgrjwvzAP4A==", + "dev": true, "dependencies": { - "@webassemblyjs/ast": "1.11.5", + "@webassemblyjs/ast": "1.11.6", "@xtuc/long": "4.2.2" } }, @@ -22350,9 +20675,9 @@ } }, "node_modules/@wry/context": { - "version": "0.7.3", - "resolved": "https://registry.npmjs.org/@wry/context/-/context-0.7.3.tgz", - "integrity": "sha512-Nl8WTesHp89RF803Se9X3IiHjdmLBrIvPMaJkl+rKVJAYyPsz1TEUbu89943HpvujtSJgDUx9W4vZw3K1Mr3sA==", + "version": "0.7.4", + "resolved": "https://registry.npmjs.org/@wry/context/-/context-0.7.4.tgz", + "integrity": "sha512-jmT7Sb4ZQWI5iyu3lobQxICu2nC/vbUhP0vIdd6tHC9PTfenmRmuIFqktc6GH9cgi+ZHnsLWPvfSvc4DrYmKiQ==", "dependencies": { "tslib": "^2.3.0" }, @@ -22361,9 +20686,9 @@ } }, "node_modules/@wry/equality": { - "version": "0.5.6", - "resolved": "https://registry.npmjs.org/@wry/equality/-/equality-0.5.6.tgz", - "integrity": "sha512-D46sfMTngaYlrH+OspKf8mIJETntFnf6Hsjb0V41jAXJ7Bx2kB8Rv8RCUujuVWYttFtHkUNp7g+FwxNQAr6mXA==", + "version": "0.5.7", + "resolved": "https://registry.npmjs.org/@wry/equality/-/equality-0.5.7.tgz", + "integrity": "sha512-BRFORjsTuQv5gxcXsuDXx6oGRhuVsEGwZy6LOzRRfgu+eSfxbhUQ9L9YtSEIuIjY/o7g3iWFjrc5eSY1GXP2Dw==", "dependencies": { "tslib": "^2.3.0" }, @@ -22383,37 +20708,43 @@ } }, "node_modules/@xmldom/xmldom": { - "version": "0.8.7", + "version": "0.8.10", + "resolved": "https://registry.npmjs.org/@xmldom/xmldom/-/xmldom-0.8.10.tgz", + "integrity": "sha512-2WALfTl4xo2SkGCYRt6rDTFfk9R1czmBvUQy12gK2KuRKIpWEhcbbzy8EZXtz/jkRqHX8bFEc6FC1HjX4TUWYw==", "dev": true, - "license": "MIT", "engines": { "node": ">=10.0.0" } }, "node_modules/@xtuc/ieee754": { "version": "1.2.0", - "license": "BSD-3-Clause" + "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", - "license": "Apache-2.0" + "resolved": "https://registry.npmjs.org/@xtuc/long/-/long-4.2.2.tgz", + "integrity": "sha512-NuHqBY1PB/D8xU6s/thBgOAiAP7HOYDQ32+BFZILJ8ivkUkAHQnWfn6WhL79Owj1qmUnoN/YPhktdIoucipkAQ==", + "dev": true }, "node_modules/@yarnpkg/lockfile": { "version": "1.1.0", - "dev": true, - "license": "BSD-2-Clause" + "resolved": "https://registry.npmjs.org/@yarnpkg/lockfile/-/lockfile-1.1.0.tgz", + "integrity": "sha512-GpSwvyXOcOOlV70vbnzjj4fW5xW/FdUF6nQEt1ENy7m4ZCczi1+/buVUPAqmGfqznsORNFzUMjctTIp8a9tuCQ==", + "dev": true }, "node_modules/@yarnpkg/parsers": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/@yarnpkg/parsers/-/parsers-3.0.0.tgz", - "integrity": "sha512-jVZa3njBv6tcOUw34nlUdUM/40wwtm/gnVF8rtk0tA6vNcokqYI8CFU1BZjlpFwUSZaXxYkrtuPE/f2MMFlTxQ==", + "version": "3.0.0-rc.46", + "resolved": "https://registry.npmjs.org/@yarnpkg/parsers/-/parsers-3.0.0-rc.46.tgz", + "integrity": "sha512-aiATs7pSutzda/rq8fnuPwTglyVwjM22bNnK2ZgjrpAjQHSSl3lztd2f9evst1W/qnC58DRz7T7QndUDumAR4Q==", "dev": true, "dependencies": { "js-yaml": "^3.10.0", "tslib": "^2.4.0" }, "engines": { - "node": ">=18.12.0" + "node": ">=14.15.0" } }, "node_modules/@yarnpkg/parsers/node_modules/argparse": { @@ -22452,17 +20783,21 @@ }, "node_modules/abab": { "version": "2.0.6", - "dev": true, - "license": "BSD-3-Clause" + "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", - "devOptional": true, - "license": "ISC" + "resolved": "https://registry.npmjs.org/abbrev/-/abbrev-1.1.1.tgz", + "integrity": "sha512-nne9/IiQ/hzIhY6pdDnbBtz7DjPTKrY00P/zvPSm5pOFkl6xuGrGnXn/VtTNNfNtAfZ9/1RtehkszU9qcTii0Q==", + "devOptional": true }, "node_modules/accepts": { "version": "1.3.8", - "license": "MIT", + "resolved": "https://registry.npmjs.org/accepts/-/accepts-1.3.8.tgz", + "integrity": "sha512-PYAthTa2m2VKxuvSD3DPC/Gy+U+sOA1LAuT8mkmRuvw+NACSaeXEQ+NHcVF7rONl6qcaxV3Uuemwawk+7+SJLw==", + "dev": true, "dependencies": { "mime-types": "~2.1.34", "negotiator": "0.6.3" @@ -22472,30 +20807,9 @@ } }, "node_modules/acorn": { - "version": "8.10.0", - "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.10.0.tgz", - "integrity": "sha512-F0SAmZ8iUtS//m8DmCTA0jlh6TDKkHQyK6xc6V4KDTyZKA9dnvX9/3sRTVQrWm79glUAZbnmmNcdYwUIHWVybw==", - "bin": { - "acorn": "bin/acorn" - }, - "engines": { - "node": ">=0.4.0" - } - }, - "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, - "dependencies": { - "acorn": "^7.1.1", - "acorn-walk": "^7.1.1" - } - }, - "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==", + "version": "8.11.2", + "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.11.2.tgz", + "integrity": "sha512-nc0Axzp/0FILLEVsm4fNwLCwMttvhEI263QtVPQcbpfZZ3ts0hLsZGOpE6czNlid7CJ9MlyH8reXkpsf3YUY4w==", "dev": true, "bin": { "acorn": "bin/acorn" @@ -22504,19 +20818,11 @@ "node": ">=0.4.0" } }, - "node_modules/acorn-globals/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, - "engines": { - "node": ">=0.4.0" - } - }, "node_modules/acorn-import-assertions": { "version": "1.9.0", "resolved": "https://registry.npmjs.org/acorn-import-assertions/-/acorn-import-assertions-1.9.0.tgz", "integrity": "sha512-cmMwop9x+8KFhxvKrKfPYmN6/pKTYYHBqLa0DfvVZcKMJWNyWLnaqND7dx/qn66R7ewM1UX5XMaDVP5wlVTaVA==", + "dev": true, "peerDependencies": { "acorn": "^8" } @@ -22525,30 +20831,34 @@ "version": "5.3.2", "resolved": "https://registry.npmjs.org/acorn-jsx/-/acorn-jsx-5.3.2.tgz", "integrity": "sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==", - "devOptional": true, + "dev": true, "peerDependencies": { "acorn": "^6.0.0 || ^7.0.0 || ^8.0.0" } }, "node_modules/acorn-walk": { - "version": "8.2.0", + "version": "8.3.0", + "resolved": "https://registry.npmjs.org/acorn-walk/-/acorn-walk-8.3.0.tgz", + "integrity": "sha512-FS7hV565M5l1R08MXqo8odwMTB02C2UqzB17RVgu9EyuYFBqJZ3/ZY97sQD5FewVu1UyDFc1yztUDrAwT0EypA==", "dev": true, - "license": "MIT", "engines": { "node": ">=0.4.0" } }, "node_modules/address": { "version": "1.2.2", - "license": "MIT", + "resolved": "https://registry.npmjs.org/address/-/address-1.2.2.tgz", + "integrity": "sha512-4B/qKCfeE/ODUaAUpSwfzazo5x29WD4r3vXiWsB7I2mSDAihwEqKO+g8GELZUQSSAo5e1XTYh3ZVfLyxBc12nA==", + "dev": true, "engines": { "node": ">= 10.0.0" } }, "node_modules/adjust-sourcemap-loader": { "version": "4.0.0", + "resolved": "https://registry.npmjs.org/adjust-sourcemap-loader/-/adjust-sourcemap-loader-4.0.0.tgz", + "integrity": "sha512-OXwN5b9pCUXNQHJpwwD2qP40byEmSgzj8B4ydSN0uMNYWiFmJ6x6KwUllMmfk8Rwu/HJDFR7U8ubsWBoN0Xp0A==", "dev": true, - "license": "MIT", "dependencies": { "loader-utils": "^2.0.0", "regex-parser": "^2.2.11" @@ -22559,8 +20869,9 @@ }, "node_modules/adjust-sourcemap-loader/node_modules/loader-utils": { "version": "2.0.4", + "resolved": "https://registry.npmjs.org/loader-utils/-/loader-utils-2.0.4.tgz", + "integrity": "sha512-xXqpXoINfFhgua9xiqD8fPFHgkoq1mmmpE92WlDbm9rNRd/EbRb+Gqf908T2DMfuHjjJlksiK2RbHVOdD/MqSw==", "dev": true, - "license": "MIT", "dependencies": { "big.js": "^5.2.2", "emojis-list": "^3.0.0", @@ -22581,8 +20892,9 @@ }, "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==", "devOptional": true, - "license": "MIT", "dependencies": { "debug": "4" }, @@ -22604,7 +20916,9 @@ }, "node_modules/aggregate-error": { "version": "3.1.0", - "license": "MIT", + "resolved": "https://registry.npmjs.org/aggregate-error/-/aggregate-error-3.1.0.tgz", + "integrity": "sha512-4I7Td01quW/RpocfNayFdFVk1qSuoh0E7JrbRJ16nH01HhKFQ88INq9Sd+nd72zqRySlr9BmDA8xlEJ6vJMrYA==", + "dev": true, "dependencies": { "clean-stack": "^2.0.0", "indent-string": "^4.0.0" @@ -22615,7 +20929,9 @@ }, "node_modules/airbnb-js-shims": { "version": "2.2.1", - "license": "MIT", + "resolved": "https://registry.npmjs.org/airbnb-js-shims/-/airbnb-js-shims-2.2.1.tgz", + "integrity": "sha512-wJNXPH66U2xjgo1Zwyjf9EydvJ2Si94+vSdk6EERcBfB2VZkeltpqIats0cqIZMLCXP3zcyaUKGYQeIBT6XjsQ==", + "dev": true, "dependencies": { "array-includes": "^3.0.3", "array.prototype.flat": "^1.2.1", @@ -22638,7 +20954,9 @@ }, "node_modules/ajv": { "version": "8.12.0", - "license": "MIT", + "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.12.0.tgz", + "integrity": "sha512-sRu1kpcO9yLtYxBKvqfTeh9KzZEwO3STyX1HT+4CaDzC6HpTGYhIhPIzj9XuKU7KYDwnaeh5hcOwjy1QuJzBPA==", + "dev": true, "dependencies": { "fast-deep-equal": "^3.1.1", "json-schema-traverse": "^1.0.0", @@ -22652,15 +20970,18 @@ }, "node_modules/ajv-errors": { "version": "1.0.1", - "license": "MIT", + "resolved": "https://registry.npmjs.org/ajv-errors/-/ajv-errors-1.0.1.tgz", + "integrity": "sha512-DCRfO/4nQ+89p/RK43i8Ezd41EqdGIU4ld7nGF8OQ14oc/we5rEntLCUa7+jrn3nn83BosfwZA0wb4pon2o8iQ==", + "dev": true, "peerDependencies": { "ajv": ">=5.0.0" } }, "node_modules/ajv-formats": { "version": "2.1.1", + "resolved": "https://registry.npmjs.org/ajv-formats/-/ajv-formats-2.1.1.tgz", + "integrity": "sha512-Wx0Kx52hxE7C18hkMEggYlEifqWZtYaRgouJor+WMdPnQyEK13vgEWyVNup7SoeeoLMsr4kf5h6dOW11I15MUA==", "dev": true, - "license": "MIT", "dependencies": { "ajv": "^8.0.0" }, @@ -22687,7 +21008,8 @@ }, "node_modules/angular-oauth2-oidc": { "version": "13.0.1", - "license": "MIT", + "resolved": "https://registry.npmjs.org/angular-oauth2-oidc/-/angular-oauth2-oidc-13.0.1.tgz", + "integrity": "sha512-aL1VIv9Jqoqq31lbpUXIeNpM3GeN/ldb3KOlq0cV92amGpZs9J4YA+2rlJ5V9zb6NFNbvd7XfTntMbnNuS0+CQ==", "dependencies": { "fast-sha256": "^1.3.0", "tslib": "^2.0.0" @@ -22699,7 +21021,8 @@ }, "node_modules/angular-oauth2-oidc-jwks": { "version": "15.0.1", - "license": "MIT", + "resolved": "https://registry.npmjs.org/angular-oauth2-oidc-jwks/-/angular-oauth2-oidc-jwks-15.0.1.tgz", + "integrity": "sha512-70IEHYqh+tnsGJ56HKKghzEV597G1EgCZ5k2spp/GosBBPMi/PhCriVHgnsDWwS+ayE7HL9IU2+mc6oCh/t4mA==", "dependencies": { "jsrsasign": "^10.3.0", "tslib": "^2.0.0" @@ -22707,23 +21030,27 @@ }, "node_modules/ansi-align": { "version": "3.0.1", - "license": "ISC", + "resolved": "https://registry.npmjs.org/ansi-align/-/ansi-align-3.0.1.tgz", + "integrity": "sha512-IOfwwBF5iczOjp/WeY4YxyjqAFMQoZufdQWDd19SEExbVLNXqvpzSJ/M7Za4/sCPmQ0+GRquoA7bGcINcxew6w==", + "dev": true, "dependencies": { "string-width": "^4.1.0" } }, "node_modules/ansi-colors": { "version": "4.1.3", + "resolved": "https://registry.npmjs.org/ansi-colors/-/ansi-colors-4.1.3.tgz", + "integrity": "sha512-/6w/C21Pm1A7aZitlI5Ni/2J6FFQN8i1Cvz3kHABAAbw93v/NlvKdVOqz7CCWz/3iv/JplRSEEZ83XION15ovw==", "dev": true, - "license": "MIT", "engines": { "node": ">=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==", "dev": true, - "license": "MIT", "dependencies": { "type-fest": "^0.21.3" }, @@ -22736,8 +21063,9 @@ }, "node_modules/ansi-escapes/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, - "license": "(MIT OR CC0-1.0)", "engines": { "node": ">=10" }, @@ -22747,24 +21075,29 @@ }, "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, "engines": [ "node >= 0.8.0" ], - "license": "Apache-2.0", "bin": { "ansi-html": "bin/ansi-html" } }, "node_modules/ansi-regex": { "version": "5.0.1", - "license": "MIT", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz", + "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==", + "devOptional": true, "engines": { "node": ">=8" } }, "node_modules/ansi-styles": { "version": "3.2.1", - "license": "MIT", + "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" }, @@ -22774,7 +21107,9 @@ }, "node_modules/ansi-to-html": { "version": "0.6.15", - "license": "MIT", + "resolved": "https://registry.npmjs.org/ansi-to-html/-/ansi-to-html-0.6.15.tgz", + "integrity": "sha512-28ijx2aHJGdzbs+O5SNQF65r6rrKYnkuwTYm8lZlChuoJ9P1vVzIpWO20sQTqTPDXYp6NFwk326vApTtLVFXpQ==", + "dev": true, "dependencies": { "entities": "^2.0.0" }, @@ -22787,7 +21122,9 @@ }, "node_modules/anymatch": { "version": "3.1.3", - "license": "ISC", + "resolved": "https://registry.npmjs.org/anymatch/-/anymatch-3.1.3.tgz", + "integrity": "sha512-KMReFUr0B4t+D+OBkjR3KYqvocp2XaSzO55UcB6mgQMd3KbcE+mWTyvVV7D/zsdEbNnV6acZUutkiHQXvTr1Rw==", + "dev": true, "dependencies": { "normalize-path": "^3.0.0", "picomatch": "^2.0.4" @@ -22815,15 +21152,30 @@ }, "node_modules/app-root-dir": { "version": "1.0.2", - "license": "MIT" + "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", - "license": "ISC" + "resolved": "https://registry.npmjs.org/aproba/-/aproba-2.0.0.tgz", + "integrity": "sha512-lYe4Gx7QT+MKGbDsA+Z+he/Wtef0BiwDOlK/XkBrdfsh9J/jPPXbX0tE9x9cl27Tmu5gg3QUbUrQYa/y+KOHPQ==", + "devOptional": true + }, + "node_modules/are-docs-informative": { + "version": "0.0.2", + "resolved": "https://registry.npmjs.org/are-docs-informative/-/are-docs-informative-0.0.2.tgz", + "integrity": "sha512-ixiS0nLNNG5jNQzgZJNoUpBKdo9yTYZMGJ+QgT2jmjR7G7+QHRCc4v6LQ3NgE7EBJq+o0ams3waJwkrlBom8Ig==", + "dev": true, + "engines": { + "node": ">=14" + } }, "node_modules/are-we-there-yet": { "version": "2.0.0", - "license": "ISC", + "resolved": "https://registry.npmjs.org/are-we-there-yet/-/are-we-there-yet-2.0.0.tgz", + "integrity": "sha512-Ci/qENmwHnsYo9xKIcUJN5LeDKdJ6R1Z1j9V/J5wyq8nh/mYPEpIKJbBZXtZjG04HiK7zV/p6Vs9952MrMeUIw==", + "devOptional": true, "dependencies": { "delegates": "^1.0.0", "readable-stream": "^3.6.0" @@ -22834,45 +21186,56 @@ }, "node_modules/arg": { "version": "4.1.3", - "dev": true, - "license": "MIT" + "resolved": "https://registry.npmjs.org/arg/-/arg-4.1.3.tgz", + "integrity": "sha512-58S9QDqG0Xx27YwPSt9fJxivjYl432YCwfDMfZ+71RAqUrZef7LrKQZ3LHLOwCS4FLNBplP533Zx895SeOCHvA==", + "dev": true }, "node_modules/argparse": { "version": "2.0.1", - "license": "Python-2.0" + "resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz", + "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==" }, "node_modules/aria-query": { - "version": "5.1.3", + "version": "5.3.0", + "resolved": "https://registry.npmjs.org/aria-query/-/aria-query-5.3.0.tgz", + "integrity": "sha512-b0P0sZPKtyu8HkeRAfCq0IfURZK+SuwMjY1UXGBU27wpAiTwQAIlq56IbIO+ytk/JjS1fMR14ee5WBBfKi5J6A==", "dev": true, - "license": "Apache-2.0", "dependencies": { - "deep-equal": "^2.0.5" + "dequal": "^2.0.3" } }, "node_modules/arr-diff": { "version": "4.0.0", - "license": "MIT", + "resolved": "https://registry.npmjs.org/arr-diff/-/arr-diff-4.0.0.tgz", + "integrity": "sha512-YVIQ82gZPGBebQV/a8dar4AitzCQs0jjXwMPZllpXMaGjXPYVUawSxQrRsjhjupyVxEvbHgUmIhKVlND+j02kA==", + "dev": true, "engines": { "node": ">=0.10.0" } }, "node_modules/arr-flatten": { "version": "1.1.0", - "license": "MIT", + "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/arr-union": { "version": "3.1.0", - "license": "MIT", + "resolved": "https://registry.npmjs.org/arr-union/-/arr-union-3.1.0.tgz", + "integrity": "sha512-sKpyeERZ02v1FeCZT8lrfJq5u6goHCtpTAzPwJYe7c8SPFOboNjNg1vz2L4VTn9T4PQxEx13TbXLmYUcS6Ug7Q==", + "dev": true, "engines": { "node": ">=0.10.0" } }, "node_modules/array-buffer-byte-length": { "version": "1.0.0", - "license": "MIT", + "resolved": "https://registry.npmjs.org/array-buffer-byte-length/-/array-buffer-byte-length-1.0.0.tgz", + "integrity": "sha512-LPuwb2P+NrQw3XhxGc36+XSvuBPopovXYTR9Ew++Du9Yb/bx5AzBfrIsBoj0EZUifjQU+sHL21sseZ3jerWO/A==", + "dev": true, "dependencies": { "call-bind": "^1.0.2", "is-array-buffer": "^3.0.1" @@ -22883,24 +21246,29 @@ }, "node_modules/array-find-index": { "version": "1.0.2", - "devOptional": true, - "license": "MIT", + "resolved": "https://registry.npmjs.org/array-find-index/-/array-find-index-1.0.2.tgz", + "integrity": "sha512-M1HQyIXcBGtVywBt8WVdim+lrNaK7VHp99Qt5pSNziXznKHViIBbXWtfRTpEFpF/c4FdfxNAsCCwPp5phBYJtw==", + "dev": true, "engines": { "node": ">=0.10.0" } }, "node_modules/array-flatten": { "version": "1.1.1", - "license": "MIT" + "resolved": "https://registry.npmjs.org/array-flatten/-/array-flatten-1.1.1.tgz", + "integrity": "sha512-PCVAQswWemu6UdxsDFFX/+gVeYqKAod3D3UVm91jHwynguOwAvYPhx8nNlM++NqRcK6CxxpUafjmhIdKiHibqg==", + "dev": true }, "node_modules/array-includes": { - "version": "3.1.6", - "license": "MIT", + "version": "3.1.7", + "resolved": "https://registry.npmjs.org/array-includes/-/array-includes-3.1.7.tgz", + "integrity": "sha512-dlcsNBIiWhPkHdOEEKnehA+RNUWDc4UqFtnIXU4uuYDPtA4LDkr7qip2p0VvFAEXNDr0yWZ9PJyIRiGjRLQzwQ==", + "dev": true, "dependencies": { "call-bind": "^1.0.2", - "define-properties": "^1.1.4", - "es-abstract": "^1.20.4", - "get-intrinsic": "^1.1.3", + "define-properties": "^1.2.0", + "es-abstract": "^1.22.1", + "get-intrinsic": "^1.2.1", "is-string": "^1.0.7" }, "engines": { @@ -22912,36 +21280,64 @@ }, "node_modules/array-timsort": { "version": "1.0.3", - "license": "MIT" + "resolved": "https://registry.npmjs.org/array-timsort/-/array-timsort-1.0.3.tgz", + "integrity": "sha512-/+3GRL7dDAGEfM6TseQk/U+mi18TU2Ms9I3UlLdUMhz2hbvGNTKdj9xniwXfUqgYhHxRx0+8UnKkvlNwVU+cWQ==" }, "node_modules/array-union": { "version": "2.1.0", - "license": "MIT", + "resolved": "https://registry.npmjs.org/array-union/-/array-union-2.1.0.tgz", + "integrity": "sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw==", + "dev": true, "engines": { "node": ">=8" } }, "node_modules/array-uniq": { "version": "1.0.3", - "license": "MIT", + "resolved": "https://registry.npmjs.org/array-uniq/-/array-uniq-1.0.3.tgz", + "integrity": "sha512-MNha4BWQ6JbwhFhj03YK552f7cb3AzoE8SzeljgChvL1dl3IcvggXVz1DilzySZkCja+CXuZbdW7yATchWn8/Q==", + "dev": true, "engines": { "node": ">=0.10.0" } }, "node_modules/array-unique": { "version": "0.3.2", - "license": "MIT", + "resolved": "https://registry.npmjs.org/array-unique/-/array-unique-0.3.2.tgz", + "integrity": "sha512-SleRWjh9JUud2wH1hPs9rZBZ33H6T9HOiL0uwGnGx9FpE6wKGyfWugmbkEOIs6qWrZhg0LWeLziLrEwQJhs5mQ==", + "dev": true, "engines": { "node": ">=0.10.0" } }, - "node_modules/array.prototype.flat": { - "version": "1.3.1", - "license": "MIT", + "node_modules/array.prototype.findlastindex": { + "version": "1.2.3", + "resolved": "https://registry.npmjs.org/array.prototype.findlastindex/-/array.prototype.findlastindex-1.2.3.tgz", + "integrity": "sha512-LzLoiOMAxvy+Gd3BAq3B7VeIgPdo+Q8hthvKtXybMvRV0jrXfJM/t8mw7nNlpEcVlVUnCnM2KSX4XU5HmpodOA==", + "dev": true, "dependencies": { "call-bind": "^1.0.2", - "define-properties": "^1.1.4", - "es-abstract": "^1.20.4", + "define-properties": "^1.2.0", + "es-abstract": "^1.22.1", + "es-shim-unscopables": "^1.0.0", + "get-intrinsic": "^1.2.1" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/array.prototype.flat": { + "version": "1.3.2", + "resolved": "https://registry.npmjs.org/array.prototype.flat/-/array.prototype.flat-1.3.2.tgz", + "integrity": "sha512-djYB+Zx2vLewY8RWlNCUdHjDXs2XOgm602S9E7P/UpHgfeHL00cRiIF+IN/G/aUJ7kGPb6yO/ErDI5V2s8iycA==", + "dev": true, + "dependencies": { + "call-bind": "^1.0.2", + "define-properties": "^1.2.0", + "es-abstract": "^1.22.1", "es-shim-unscopables": "^1.0.0" }, "engines": { @@ -22952,12 +21348,14 @@ } }, "node_modules/array.prototype.flatmap": { - "version": "1.3.1", - "license": "MIT", + "version": "1.3.2", + "resolved": "https://registry.npmjs.org/array.prototype.flatmap/-/array.prototype.flatmap-1.3.2.tgz", + "integrity": "sha512-Ewyx0c9PmpcsByhSW4r+9zDU7sGjFc86qf/kKtuSCRdhfbk0SNLLkaT5qvcHnRGgc5NP/ly/y+qkXkqONX54CQ==", + "dev": true, "dependencies": { "call-bind": "^1.0.2", - "define-properties": "^1.1.4", - "es-abstract": "^1.20.4", + "define-properties": "^1.2.0", + "es-abstract": "^1.22.1", "es-shim-unscopables": "^1.0.0" }, "engines": { @@ -22968,12 +21366,14 @@ } }, "node_modules/array.prototype.map": { - "version": "1.0.5", - "license": "MIT", + "version": "1.0.6", + "resolved": "https://registry.npmjs.org/array.prototype.map/-/array.prototype.map-1.0.6.tgz", + "integrity": "sha512-nK1psgF2cXqP3wSyCSq0Hc7zwNq3sfljQqaG27r/7a7ooNUnn5nGq6yYWyks9jMO5EoFQ0ax80hSg6oXSRNXaw==", + "dev": true, "dependencies": { "call-bind": "^1.0.2", - "define-properties": "^1.1.4", - "es-abstract": "^1.20.4", + "define-properties": "^1.2.0", + "es-abstract": "^1.22.1", "es-array-method-boxes-properly": "^1.0.0", "is-string": "^1.0.7" }, @@ -22985,12 +21385,14 @@ } }, "node_modules/array.prototype.reduce": { - "version": "1.0.5", - "license": "MIT", + "version": "1.0.6", + "resolved": "https://registry.npmjs.org/array.prototype.reduce/-/array.prototype.reduce-1.0.6.tgz", + "integrity": "sha512-UW+Mz8LG/sPSU8jRDCjVr6J/ZKAGpHfwrZ6kWTG5qCxIEiXdVshqGnu5vEZA8S1y6X4aCSbQZ0/EEsfvEvBiSg==", + "dev": true, "dependencies": { "call-bind": "^1.0.2", - "define-properties": "^1.1.4", - "es-abstract": "^1.20.4", + "define-properties": "^1.2.0", + "es-abstract": "^1.22.1", "es-array-method-boxes-properly": "^1.0.0", "is-string": "^1.0.7" }, @@ -23001,28 +21403,55 @@ "url": "https://github.com/sponsors/ljharb" } }, + "node_modules/arraybuffer.prototype.slice": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/arraybuffer.prototype.slice/-/arraybuffer.prototype.slice-1.0.2.tgz", + "integrity": "sha512-yMBKppFur/fbHu9/6USUe03bZ4knMYiwFBcyiaXB8Go0qNehwX6inYPzK9U0NeQvGxKthcmHcaR8P5MStSRBAw==", + "dev": true, + "dependencies": { + "array-buffer-byte-length": "^1.0.0", + "call-bind": "^1.0.2", + "define-properties": "^1.2.0", + "es-abstract": "^1.22.1", + "get-intrinsic": "^1.2.1", + "is-array-buffer": "^3.0.2", + "is-shared-array-buffer": "^1.0.2" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, "node_modules/arrify": { "version": "2.0.1", - "license": "MIT", + "resolved": "https://registry.npmjs.org/arrify/-/arrify-2.0.1.tgz", + "integrity": "sha512-3duEwti880xqi4eAMN8AyR4a0ByT90zoYdLlevfrvU43vb0YZwZVfxOgxWrLXXXpyugL0hNZc9G6BiB5B3nUug==", + "dev": true, "engines": { "node": ">=8" } }, "node_modules/asap": { "version": "2.0.6", - "license": "MIT" + "resolved": "https://registry.npmjs.org/asap/-/asap-2.0.6.tgz", + "integrity": "sha512-BSHWgDSAiKs50o2Re8ppvp3seVHXSRM44cdSsT9FfNEUUZLOGWVCsiWaRPWM1Znn+mqZ1OfVZ3z3DWEzSp7hRA==" }, "node_modules/asn1": { "version": "0.2.6", + "resolved": "https://registry.npmjs.org/asn1/-/asn1-0.2.6.tgz", + "integrity": "sha512-ix/FxPn0MDjeyJ7i/yoHGFt/EX6LyNbxSEhPPXODPL+KB0VPk86UYfL0lMdy+KCnv+fmvIzySwaK5COwqVbWTQ==", "dev": true, - "license": "MIT", "dependencies": { "safer-buffer": "~2.1.0" } }, "node_modules/asn1.js": { "version": "5.4.1", - "license": "MIT", + "resolved": "https://registry.npmjs.org/asn1.js/-/asn1.js-5.4.1.tgz", + "integrity": "sha512-+I//4cYPccV8LdmBLiX8CYvf9Sp3vQsrqu2QNXRcrbiWvcx/UdlFiqUJJzxRQxgsZmvhXhn4cSKeSmoFjVdupA==", + "dev": true, "dependencies": { "bn.js": "^4.0.0", "inherits": "^2.0.1", @@ -23032,96 +21461,118 @@ }, "node_modules/asn1.js/node_modules/bn.js": { "version": "4.12.0", - "license": "MIT" + "resolved": "https://registry.npmjs.org/bn.js/-/bn.js-4.12.0.tgz", + "integrity": "sha512-c98Bf3tPniI+scsdk237ku1Dc3ujXQTSgyiPUDEOe7tRkhrqridvh8klBv0HCEso1OLOYcHuCv/cS6DNxKH+ZA==", + "dev": true }, "node_modules/assert": { - "version": "1.5.0", - "license": "MIT", + "version": "1.5.1", + "resolved": "https://registry.npmjs.org/assert/-/assert-1.5.1.tgz", + "integrity": "sha512-zzw1uCAgLbsKwBfFc8CX78DDg+xZeBksSO3vwVIDDN5i94eOrPsSSyiVhmsSABFDM/OcpE2aagCat9dnWQLG1A==", + "dev": true, "dependencies": { - "object-assign": "^4.1.1", - "util": "0.10.3" + "object.assign": "^4.1.4", + "util": "^0.10.4" } }, "node_modules/assert-plus": { "version": "1.0.0", + "resolved": "https://registry.npmjs.org/assert-plus/-/assert-plus-1.0.0.tgz", + "integrity": "sha512-NfJ4UzBCcQGLDlQq7nHxH+tv3kyZ0hHQqF5BO6J7tNJeP5do1llPr8dZ8zHonfhAu0PHAdMkSo+8o0wxg9lZWw==", "dev": true, - "license": "MIT", "engines": { "node": ">=0.8" } }, "node_modules/assert/node_modules/inherits": { - "version": "2.0.1", - "license": "ISC" + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz", + "integrity": "sha512-x00IRNXNy63jwGkJmzPigoySHbaqpNuzKbBOmzK+g2OdZpQ9w+sxCN+VSB3ja7IAge2OP2qpfxTjeNcyjmW1uw==", + "dev": true }, "node_modules/assert/node_modules/util": { - "version": "0.10.3", - "license": "MIT", + "version": "0.10.4", + "resolved": "https://registry.npmjs.org/util/-/util-0.10.4.tgz", + "integrity": "sha512-0Pm9hTQ3se5ll1XihRic3FDIku70C+iHUdT/W926rSgHV5QgXsYbKZN8MSC3tJtSkhuROzvsQjAaFENRXr+19A==", + "dev": true, "dependencies": { - "inherits": "2.0.1" + "inherits": "2.0.3" } }, "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, - "license": "MIT", "engines": { "node": "*" } }, "node_modules/assign-symbols": { "version": "1.0.0", - "license": "MIT", + "resolved": "https://registry.npmjs.org/assign-symbols/-/assign-symbols-1.0.0.tgz", + "integrity": "sha512-Q+JC7Whu8HhmTdBph/Tq59IoRtoy6KAm5zzPv00WdujX82lbAL8K7WVjne7vdCsAmbF4AYaDOPyO3k0kl8qIrw==", + "dev": true, "engines": { "node": ">=0.10.0" } }, "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, - "license": "MIT", "engines": { "node": ">=8" } }, "node_modules/async": { - "version": "3.2.4", - "dev": true, - "license": "MIT" + "version": "3.2.5", + "resolved": "https://registry.npmjs.org/async/-/async-3.2.5.tgz", + "integrity": "sha512-baNZyqaaLhyLVKm/DlvdW051MSgO6b8eVfIezl9E5PqWxFgzLm/wQntEW4zOytVburDEr0JlALEpdOFwvErLsg==", + "dev": true }, "node_modules/async-each": { "version": "1.0.6", + "resolved": "https://registry.npmjs.org/async-each/-/async-each-1.0.6.tgz", + "integrity": "sha512-c646jH1avxr+aVpndVMeAfYw7wAa6idufrlN3LPA4PmKS0QEGp6PIC9nwz0WQkkvBGAMEki3pFdtxaF39J9vvg==", + "dev": true, "funding": [ { "type": "individual", "url": "https://paulmillr.com/funding/" } ], - "license": "MIT", "optional": true }, "node_modules/async-each-series": { "version": "0.1.1", + "resolved": "https://registry.npmjs.org/async-each-series/-/async-each-series-0.1.1.tgz", + "integrity": "sha512-p4jj6Fws4Iy2m0iCmI2am2ZNZCgbdgE+P8F/8csmn2vx7ixXrO2zGcuNsD46X5uZSVecmkEy/M06X2vG8KD6dQ==", "dev": true, - "license": "MIT", "engines": { "node": ">=0.8.0" } }, "node_modules/asynckit": { "version": "0.4.0", - "license": "MIT" + "resolved": "https://registry.npmjs.org/asynckit/-/asynckit-0.4.0.tgz", + "integrity": "sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==" }, "node_modules/at-least-node": { "version": "1.0.0", - "license": "ISC", + "resolved": "https://registry.npmjs.org/at-least-node/-/at-least-node-1.0.0.tgz", + "integrity": "sha512-+q/t7Ekv1EDY2l6Gda6LLiX14rU9TV20Wa3ofeQmwPFZbOMo9DXrLbOjFaaclkXKWidIaopwAObQDqwWtGUjqg==", + "dev": true, "engines": { "node": ">= 4.0.0" } }, "node_modules/atob": { "version": "2.1.2", - "license": "(MIT OR Apache-2.0)", + "resolved": "https://registry.npmjs.org/atob/-/atob-2.1.2.tgz", + "integrity": "sha512-Wm6ukoaOGJi/73p/cl2GvLjTI5JM1k/O14isD73YML8StrH/7/lRFgmg8nICZgD3bZZvjwCGxtMOD3wWNAu8cg==", + "dev": true, "bin": { "atob": "bin/atob.js" }, @@ -23130,7 +21581,9 @@ } }, "node_modules/autoprefixer": { - "version": "10.4.14", + "version": "10.4.13", + "resolved": "https://registry.npmjs.org/autoprefixer/-/autoprefixer-10.4.13.tgz", + "integrity": "sha512-49vKpMqcZYsJjwotvt4+h/BCjJVnhGwcLpDt5xkcaOG3eLrG/HUYLagrihYsQ+qrIBgIzX1Rw7a6L8I/ZA1Atg==", "dev": true, "funding": [ { @@ -23142,10 +21595,9 @@ "url": "https://tidelift.com/funding/github/npm/autoprefixer" } ], - "license": "MIT", "dependencies": { - "browserslist": "^4.21.5", - "caniuse-lite": "^1.0.30001464", + "browserslist": "^4.21.4", + "caniuse-lite": "^1.0.30001426", "fraction.js": "^4.2.0", "normalize-range": "^0.1.2", "picocolors": "^1.0.0", @@ -23163,7 +21615,9 @@ }, "node_modules/available-typed-arrays": { "version": "1.0.5", - "license": "MIT", + "resolved": "https://registry.npmjs.org/available-typed-arrays/-/available-typed-arrays-1.0.5.tgz", + "integrity": "sha512-DMD0KiN46eipeziST1LPP/STfDU0sufISXmjSgvVsoU2tqxctQeASejWcfNtxYKqETM1UxQ8sp2OrSBWpHY6sw==", + "dev": true, "engines": { "node": ">= 0.4" }, @@ -23173,49 +21627,53 @@ }, "node_modules/aws-sign2": { "version": "0.7.0", + "resolved": "https://registry.npmjs.org/aws-sign2/-/aws-sign2-0.7.0.tgz", + "integrity": "sha512-08kcGqnYf/YmjoRhfxyu+CLxBjUtHLXLXX/vUfx9l2LYzG3c1m61nrpyFUZI6zeS+Li/wWMMidD9KgrqtGq3mA==", "dev": true, - "license": "Apache-2.0", "engines": { "node": "*" } }, "node_modules/aws4": { "version": "1.12.0", - "dev": true, - "license": "MIT" + "resolved": "https://registry.npmjs.org/aws4/-/aws4-1.12.0.tgz", + "integrity": "sha512-NmWvPnx0F1SfrQbYwOi7OeaNGokp9XhzNioJ/CSBs8Qa4vxug81mhJEAVZwxXuBmYB5KDRfMq/F3RR0BIU7sWg==", + "dev": true }, "node_modules/axios": { "version": "0.21.4", + "resolved": "https://registry.npmjs.org/axios/-/axios-0.21.4.tgz", + "integrity": "sha512-ut5vewkiu8jjGBdqpM44XxjuCjq9LAKeHVmoVfHVzy8eHgxxq8SbAVQNovDA8mVi05kP0Ea/n/UzcSHcTJQfNg==", "dev": true, - "license": "MIT", "dependencies": { "follow-redirects": "^1.14.0" } }, "node_modules/axobject-query": { - "version": "3.1.1", + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/axobject-query/-/axobject-query-4.0.0.tgz", + "integrity": "sha512-+60uv1hiVFhHZeO+Lz0RYzsVHy5Wr1ayX0mwda9KPDVLNJgZ1T9Ny7VmFbLDzxsH0D87I86vgj3gFrjTJUYznw==", "dev": true, - "license": "Apache-2.0", "dependencies": { - "deep-equal": "^2.0.5" + "dequal": "^2.0.3" } }, "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==", + "version": "29.7.0", + "resolved": "https://registry.npmjs.org/babel-jest/-/babel-jest-29.7.0.tgz", + "integrity": "sha512-BrvGY3xZSwEcCzKvKsCi2GgHqDqsYkOP4/by5xCgIwGXQxIEh+8ew3gmrE1y7XRR6LHZIj6yLYnUi/mm2KXKBg==", "dev": true, "dependencies": { - "@jest/transform": "^28.1.3", + "@jest/transform": "^29.7.0", "@types/babel__core": "^7.1.14", "babel-plugin-istanbul": "^6.1.1", - "babel-preset-jest": "^28.1.3", + "babel-preset-jest": "^29.6.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" + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" }, "peerDependencies": { "@babel/core": "^7.8.0" @@ -23264,6 +21722,12 @@ "node": ">=7.0.0" } }, + "node_modules/babel-jest/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==", + "dev": true + }, "node_modules/babel-jest/node_modules/has-flag": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", @@ -23286,25 +21750,27 @@ } }, "node_modules/babel-loader": { - "version": "8.2.5", - "license": "MIT", + "version": "9.1.2", + "resolved": "https://registry.npmjs.org/babel-loader/-/babel-loader-9.1.2.tgz", + "integrity": "sha512-mN14niXW43tddohGl8HPu5yfQq70iUThvFL/4QzESA7GcZoC0eVOhvWdQ8+3UlSjaDE9MVtsW9mxDY07W7VpVA==", + "dev": true, "dependencies": { - "find-cache-dir": "^3.3.1", - "loader-utils": "^2.0.0", - "make-dir": "^3.1.0", - "schema-utils": "^2.6.5" + "find-cache-dir": "^3.3.2", + "schema-utils": "^4.0.0" }, "engines": { - "node": ">= 8.9" + "node": ">= 14.15.0" }, "peerDependencies": { - "@babel/core": "^7.0.0", - "webpack": ">=2" + "@babel/core": "^7.12.0", + "webpack": ">=5" } }, "node_modules/babel-loader/node_modules/find-cache-dir": { "version": "3.3.2", - "license": "MIT", + "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", @@ -23319,7 +21785,9 @@ }, "node_modules/babel-loader/node_modules/find-up": { "version": "4.1.0", - "license": "MIT", + "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" @@ -23328,21 +21796,11 @@ "node": ">=8" } }, - "node_modules/babel-loader/node_modules/loader-utils": { - "version": "2.0.4", - "license": "MIT", - "dependencies": { - "big.js": "^5.2.2", - "emojis-list": "^3.0.0", - "json5": "^2.1.2" - }, - "engines": { - "node": ">=8.9.0" - } - }, "node_modules/babel-loader/node_modules/locate-path": { "version": "5.0.0", - "license": "MIT", + "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz", + "integrity": "sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==", + "dev": true, "dependencies": { "p-locate": "^4.1.0" }, @@ -23352,7 +21810,9 @@ }, "node_modules/babel-loader/node_modules/make-dir": { "version": "3.1.0", - "license": "MIT", + "resolved": "https://registry.npmjs.org/make-dir/-/make-dir-3.1.0.tgz", + "integrity": "sha512-g3FeP20LNwhALb/6Cz6Dd4F2ngze0jz7tbzrD2wAV+o9FeNHe4rL+yK2md0J/fiSf1sa1ADhXqi5+oVwOM/eGw==", + "dev": true, "dependencies": { "semver": "^6.0.0" }, @@ -23365,7 +21825,9 @@ }, "node_modules/babel-loader/node_modules/p-limit": { "version": "2.3.0", - "license": "MIT", + "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" }, @@ -23378,7 +21840,9 @@ }, "node_modules/babel-loader/node_modules/p-locate": { "version": "4.1.0", - "license": "MIT", + "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-4.1.0.tgz", + "integrity": "sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==", + "dev": true, "dependencies": { "p-limit": "^2.2.0" }, @@ -23388,7 +21852,9 @@ }, "node_modules/babel-loader/node_modules/pkg-dir": { "version": "4.2.0", - "license": "MIT", + "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" }, @@ -23400,13 +21866,16 @@ "version": "6.3.1", "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz", "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==", + "dev": true, "bin": { "semver": "bin/semver.js" } }, "node_modules/babel-plugin-apply-mdx-type-prop": { "version": "1.6.22", - "license": "MIT", + "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": { "@babel/helper-plugin-utils": "7.10.4", "@mdx-js/util": "1.6.22" @@ -23421,11 +21890,29 @@ }, "node_modules/babel-plugin-apply-mdx-type-prop/node_modules/@babel/helper-plugin-utils": { "version": "7.10.4", - "license": "MIT" + "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-const-enum": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/babel-plugin-const-enum/-/babel-plugin-const-enum-1.2.0.tgz", + "integrity": "sha512-o1m/6iyyFnp9MRsK1dHF3bneqyf3AlM2q3A/YbgQr2pCat6B6XJVDv2TXqzfY2RYUi4mak6WAksSBPlyYGx9dg==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.0.0", + "@babel/plugin-syntax-typescript": "^7.3.3", + "@babel/traverse": "^7.16.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } }, "node_modules/babel-plugin-extract-import-names": { "version": "1.6.22", - "license": "MIT", + "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": { "@babel/helper-plugin-utils": "7.10.4" }, @@ -23436,12 +21923,15 @@ }, "node_modules/babel-plugin-extract-import-names/node_modules/@babel/helper-plugin-utils": { "version": "7.10.4", - "license": "MIT" + "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-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, - "license": "BSD-3-Clause", "dependencies": { "@babel/helper-plugin-utils": "^7.0.0", "@istanbuljs/load-nyc-config": "^1.0.0", @@ -23453,10 +21943,35 @@ "node": ">=8" } }, + "node_modules/babel-plugin-istanbul/node_modules/istanbul-lib-instrument": { + "version": "5.2.1", + "resolved": "https://registry.npmjs.org/istanbul-lib-instrument/-/istanbul-lib-instrument-5.2.1.tgz", + "integrity": "sha512-pzqtp31nLv/XFOzXGuvhCb8qhjmTVo5vjVk19XE4CRlSWz0KoeJ3bw9XsA7nOp9YBf4qHjwBxkDzKcME/J29Yg==", + "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" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/babel-plugin-istanbul/node_modules/semver": { + "version": "6.3.1", + "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz", + "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==", + "dev": true, + "bin": { + "semver": "bin/semver.js" + } + }, "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==", + "version": "29.6.3", + "resolved": "https://registry.npmjs.org/babel-plugin-jest-hoist/-/babel-plugin-jest-hoist-29.6.3.tgz", + "integrity": "sha512-ESAc/RJvGTFEzRwOTT4+lNDk/GNHMkKbNzsvT0qKRfDyyYTskxB5rnU2njIDYVxXCBHHEI1c0YwHob3WaYujOg==", "dev": true, "dependencies": { "@babel/template": "^7.3.3", @@ -23465,30 +21980,31 @@ "@types/babel__traverse": "^7.0.6" }, "engines": { - "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0" + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" } }, "node_modules/babel-plugin-macros": { - "version": "3.1.0", - "license": "MIT", + "version": "2.8.0", + "resolved": "https://registry.npmjs.org/babel-plugin-macros/-/babel-plugin-macros-2.8.0.tgz", + "integrity": "sha512-SEP5kJpfGYqYKpBrj5XU3ahw5p5GOHJ0U5ssOSQ/WBVdwkD2Dzlce95exQTs3jOVWPPKLBN2rlEWkCK7dSmLvg==", + "dev": true, "dependencies": { - "@babel/runtime": "^7.12.5", - "cosmiconfig": "^7.0.0", - "resolve": "^1.19.0" - }, - "engines": { - "node": ">=10", - "npm": ">=6" + "@babel/runtime": "^7.7.2", + "cosmiconfig": "^6.0.0", + "resolve": "^1.12.0" } }, "node_modules/babel-plugin-named-exports-order": { "version": "0.0.2", - "dev": true, - "license": "MIT" + "resolved": "https://registry.npmjs.org/babel-plugin-named-exports-order/-/babel-plugin-named-exports-order-0.0.2.tgz", + "integrity": "sha512-OgOYHOLoRK+/mvXU9imKHlG6GkPLYrUCvFXG/CM93R/aNNO8pOOF4aS+S8CCHMDQoNSeiOYEZb/G6RwL95Jktw==", + "dev": true }, "node_modules/babel-plugin-polyfill-corejs2": { "version": "0.3.3", - "license": "MIT", + "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.3.3.tgz", + "integrity": "sha512-8hOdmFYFSZhqg2C/JgLUQ+t52o5nirNwaWM2B9LWteozwIvM14VSwdsCAUET10qT+kmySAlseadmfeeSWFCy+Q==", + "dev": true, "dependencies": { "@babel/compat-data": "^7.17.7", "@babel/helper-define-polyfill-provider": "^0.3.3", @@ -23502,31 +22018,45 @@ "version": "6.3.1", "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz", "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==", + "dev": true, "bin": { "semver": "bin/semver.js" } }, "node_modules/babel-plugin-polyfill-corejs3": { - "version": "0.5.3", - "license": "MIT", + "version": "0.6.0", + "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.6.0.tgz", + "integrity": "sha512-+eHqR6OPcBhJOGgsIar7xoAB1GcSwVUA3XjAd7HJNzOXT4wv6/H7KIdA/Nc60cvUlDbKApmqNvD1B1bzOt4nyA==", + "dev": true, "dependencies": { - "@babel/helper-define-polyfill-provider": "^0.3.2", - "core-js-compat": "^3.21.0" + "@babel/helper-define-polyfill-provider": "^0.3.3", + "core-js-compat": "^3.25.1" }, "peerDependencies": { "@babel/core": "^7.0.0-0" } }, "node_modules/babel-plugin-polyfill-regenerator": { - "version": "0.3.1", - "license": "MIT", + "version": "0.4.1", + "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-regenerator/-/babel-plugin-polyfill-regenerator-0.4.1.tgz", + "integrity": "sha512-NtQGmyQDXjQqQ+IzRkBVwEOz9lQ4zxAQZgoAYEtU9dJjnl1Oc98qnN7jcp+bE7O7aYzVpavXE3/VKXNzUbh7aw==", + "dev": true, "dependencies": { - "@babel/helper-define-polyfill-provider": "^0.3.1" + "@babel/helper-define-polyfill-provider": "^0.3.3" }, "peerDependencies": { "@babel/core": "^7.0.0-0" } }, + "node_modules/babel-plugin-transform-typescript-metadata": { + "version": "0.3.2", + "resolved": "https://registry.npmjs.org/babel-plugin-transform-typescript-metadata/-/babel-plugin-transform-typescript-metadata-0.3.2.tgz", + "integrity": "sha512-mWEvCQTgXQf48yDqgN7CH50waTyYBeP2Lpqx4nNWab9sxEpdXVeKgfj1qYI2/TgUPQtNFZ85i3PemRtnXVYYJg==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.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", @@ -23551,16 +22081,16 @@ } }, "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==", + "version": "29.6.3", + "resolved": "https://registry.npmjs.org/babel-preset-jest/-/babel-preset-jest-29.6.3.tgz", + "integrity": "sha512-0B3bhxR6snWXJZtR/RliHTDPRgn1sNHOR0yVtq/IiQFyuOVjFS+wuio/R4gSNkyYmKmJB4wGZv2NZanmKmTnNA==", "dev": true, "dependencies": { - "babel-plugin-jest-hoist": "^28.1.3", + "babel-plugin-jest-hoist": "^29.6.3", "babel-preset-current-node-syntax": "^1.0.0" }, "engines": { - "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0" + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" }, "peerDependencies": { "@babel/core": "^7.0.0" @@ -23568,11 +22098,14 @@ }, "node_modules/backo2": { "version": "1.0.2", - "license": "MIT" + "resolved": "https://registry.npmjs.org/backo2/-/backo2-1.0.2.tgz", + "integrity": "sha512-zj6Z6M7Eq+PBZ7PQxl5NT665MvJdAkzp0f60nAJ+sLaSCBPMwVak5ZegFbgVCzFcCJTKFoMizvM5Ld7+JrRJHA==" }, "node_modules/bail": { "version": "1.0.5", - "license": "MIT", + "resolved": "https://registry.npmjs.org/bail/-/bail-1.0.5.tgz", + "integrity": "sha512-xFbRxM1tahm08yHBP16MMjVUAvDaBMD38zsM9EMAUN61omwLmKlOpB/Zku5QkjZ8TZ4vn53pj+t518cH0S03RQ==", + "dev": true, "funding": { "type": "github", "url": "https://github.com/sponsors/wooorm" @@ -23580,11 +22113,14 @@ }, "node_modules/balanced-match": { "version": "1.0.2", - "license": "MIT" + "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz", + "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==" }, "node_modules/base": { "version": "0.11.2", - "license": "MIT", + "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", @@ -23600,7 +22136,9 @@ }, "node_modules/base/node_modules/define-property": { "version": "1.0.0", - "license": "MIT", + "resolved": "https://registry.npmjs.org/define-property/-/define-property-1.0.0.tgz", + "integrity": "sha512-cZTYKFWspt9jZsMscWo8sc/5lbPC9Q0N5nBLgb+Yd915iL3udB1uFgS3B8YCx66UVHq018DAVFoee7x+gxggeA==", + "dev": true, "dependencies": { "is-descriptor": "^1.0.0" }, @@ -23610,6 +22148,9 @@ }, "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==", + "dev": true, "funding": [ { "type": "github", @@ -23623,21 +22164,22 @@ "type": "consulting", "url": "https://feross.org/support" } - ], - "license": "MIT" + ] }, "node_modules/base64id": { "version": "2.0.0", + "resolved": "https://registry.npmjs.org/base64id/-/base64id-2.0.0.tgz", + "integrity": "sha512-lGe34o6EHj9y3Kts9R4ZYs/Gr+6N7MCaMlIFA3F1R2O5/m7K06AxfSeO5530PEERE6/WyEg3lsuyw4GHlPZHog==", "dev": true, - "license": "MIT", "engines": { "node": "^4.5.0 || >= 5.9" } }, "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==", "dev": true, - "license": "MIT", "dependencies": { "safe-buffer": "5.1.2" }, @@ -23647,21 +22189,24 @@ }, "node_modules/batch": { "version": "0.6.1", - "dev": true, - "license": "MIT" + "resolved": "https://registry.npmjs.org/batch/-/batch-0.6.1.tgz", + "integrity": "sha512-x+VAiMRL6UPkx+kudNvxTl6hB2XNNCG2r+7wixVfIYwu/2HKRXimwQyaumLjMveWvT2Hkd/cAJw+QBMfJ/EKVw==", + "dev": true }, "node_modules/bcrypt-pbkdf": { "version": "1.0.2", + "resolved": "https://registry.npmjs.org/bcrypt-pbkdf/-/bcrypt-pbkdf-1.0.2.tgz", + "integrity": "sha512-qeFIXtP4MSoi6NLqO12WfqARWWuCKi2Rn/9hJLEmtB5yTNr9DqFWkJRCf2qShWzPeAMRnOgCrq0sg/KLv5ES9w==", "dev": true, - "license": "BSD-3-Clause", "dependencies": { "tweetnacl": "^0.14.3" } }, "node_modules/bent": { "version": "7.3.12", + "resolved": "https://registry.npmjs.org/bent/-/bent-7.3.12.tgz", + "integrity": "sha512-T3yrKnVGB63zRuoco/7Ybl7BwwGZR0lceoVG5XmQyMIH9s19SV5m+a8qam4if0zQuAmOQTyPTPmsQBdAorGK3w==", "dev": true, - "license": "Apache-2.0", "dependencies": { "bytesish": "^0.4.1", "caseless": "~0.12.0", @@ -23670,7 +22215,9 @@ }, "node_modules/better-opn": { "version": "2.1.1", - "license": "MIT", + "resolved": "https://registry.npmjs.org/better-opn/-/better-opn-2.1.1.tgz", + "integrity": "sha512-kIPXZS5qwyKiX/HcRvDYfmBQUa8XP17I0mYZZ0y4UhpYOSvtsLHDYqmomS+Mj20aDvD3knEiQ0ecQy2nhio3yA==", + "dev": true, "dependencies": { "open": "^7.0.3" }, @@ -23680,7 +22227,9 @@ }, "node_modules/better-opn/node_modules/open": { "version": "7.4.2", - "license": "MIT", + "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" @@ -23694,29 +22243,35 @@ }, "node_modules/big-integer": { "version": "1.6.51", - "license": "Unlicense", + "resolved": "https://registry.npmjs.org/big-integer/-/big-integer-1.6.51.tgz", + "integrity": "sha512-GPEid2Y9QU1Exl1rpO9B2IPJGHPSupF5GnVIP0blYvNOMer2bTvSWs1jGOUg04hTmu67nmLsQ9TBo1puaotBHg==", "engines": { "node": ">=0.6" } }, "node_modules/big.js": { "version": "5.2.2", - "license": "MIT", + "resolved": "https://registry.npmjs.org/big.js/-/big.js-5.2.2.tgz", + "integrity": "sha512-vyL2OymJxmarO8gxMr0mhChsO9QGwhynfuu4+MHTAW6czfq9humCB7rKpUjDd9YUiDPU4mzpyupFSvOClAwbmQ==", + "dev": true, "engines": { "node": "*" } }, "node_modules/binary-extensions": { "version": "2.2.0", - "license": "MIT", + "resolved": "https://registry.npmjs.org/binary-extensions/-/binary-extensions-2.2.0.tgz", + "integrity": "sha512-jDctJ/IVQbZoJykoeHbhXpOlNBqGNcwXJKJog42E5HDPUwQTSdjCHdihjj0DlnheQ7blbT6dHOafNAiS8ooQKA==", + "dev": true, "engines": { "node": ">=8" } }, "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, - "license": "MIT", "optional": true, "dependencies": { "file-uri-to-path": "1.0.0" @@ -23724,8 +22279,9 @@ }, "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, - "license": "MIT", "dependencies": { "buffer": "^5.5.0", "inherits": "^2.0.4", @@ -23734,8 +22290,9 @@ }, "node_modules/blocking-proxy": { "version": "1.0.1", + "resolved": "https://registry.npmjs.org/blocking-proxy/-/blocking-proxy-1.0.1.tgz", + "integrity": "sha512-KE8NFMZr3mN2E0HcvCgRtX7DjhiIQrwle+nSVJVC/yqFb9+xznHl2ZcoBp2L9qzkI4t4cBFJ1efXF8Dwi132RA==", "dev": true, - "license": "MIT", "dependencies": { "minimist": "^1.2.0" }, @@ -23747,16 +22304,22 @@ } }, "node_modules/bluebird": { - "version": "3.7.1", - "license": "MIT" + "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.1", - "license": "MIT" + "resolved": "https://registry.npmjs.org/bn.js/-/bn.js-5.2.1.tgz", + "integrity": "sha512-eXRvHzWyYPBuB4NBy0cmYQjGitUrtqwbvlzP3G6VFnNRbsZQIxQ10PbKKHt8gZ/HW/D/747aDl+QkDqg3KQLMQ==", + "dev": true }, "node_modules/body-parser": { "version": "1.20.1", - "license": "MIT", + "resolved": "https://registry.npmjs.org/body-parser/-/body-parser-1.20.1.tgz", + "integrity": "sha512-jWi7abTbYwajOytWCQc37VulmWiRae5RyTpaCyDcS5/lMdtwSz5lOpDE67srw/HYe35f1z3fDQw+3txg7gNtWw==", + "dev": true, "dependencies": { "bytes": "3.1.2", "content-type": "~1.0.4", @@ -23778,25 +22341,33 @@ }, "node_modules/body-parser/node_modules/bytes": { "version": "3.1.2", - "license": "MIT", + "resolved": "https://registry.npmjs.org/bytes/-/bytes-3.1.2.tgz", + "integrity": "sha512-/Nf7TyzTx6S3yRJObOAV7956r8cr2+Oj8AC5dt8wSP3BQAoeX58NoHyCU8P8zGkNXStjTSi6fzO6F0pBdcYbEg==", + "dev": true, "engines": { "node": ">= 0.8" } }, "node_modules/body-parser/node_modules/debug": { "version": "2.6.9", - "license": "MIT", + "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/body-parser/node_modules/ms": { "version": "2.0.0", - "license": "MIT" + "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", + "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==", + "dev": true }, "node_modules/body-parser/node_modules/qs": { "version": "6.11.0", - "license": "BSD-3-Clause", + "resolved": "https://registry.npmjs.org/qs/-/qs-6.11.0.tgz", + "integrity": "sha512-MvjoMCJwEarSbUYk5O+nmoSzSutSsTwF85zcHPQ9OrlFoZOYIjaqBAJIqIXjptyD5vThxGq52Xu/MaJzRkIk4Q==", + "dev": true, "dependencies": { "side-channel": "^1.0.4" }, @@ -23809,8 +22380,9 @@ }, "node_modules/bonjour-service": { "version": "1.1.1", + "resolved": "https://registry.npmjs.org/bonjour-service/-/bonjour-service-1.1.1.tgz", + "integrity": "sha512-Z/5lQRMOG9k7W+FkeGTNjh7htqn/2LMnfOvBZ8pynNZCM9MwkQkI3zeI4oz09uWdcgmgHugVvBqxGg4VQJ5PCg==", "dev": true, - "license": "MIT", "dependencies": { "array-flatten": "^2.1.2", "dns-equal": "^1.0.0", @@ -23820,16 +22392,21 @@ }, "node_modules/bonjour-service/node_modules/array-flatten": { "version": "2.1.2", - "dev": true, - "license": "MIT" + "resolved": "https://registry.npmjs.org/array-flatten/-/array-flatten-2.1.2.tgz", + "integrity": "sha512-hNfzcOV8W4NdualtqBFPyVO+54DSJuZGY9qT4pRroB6S9e3iiido2ISIC5h9R2sPJ8H3FHCIiEnsv1lPXO3KtQ==", + "dev": true }, "node_modules/boolbase": { "version": "1.0.0", - "license": "ISC" + "resolved": "https://registry.npmjs.org/boolbase/-/boolbase-1.0.0.tgz", + "integrity": "sha512-JZOSA7Mo9sNGB8+UjSgzdLtokWAky1zbztM3WRLCbZ70/3cTANmQmOdR7y2g+J0e2WXywy1yS468tY+IruqEww==", + "dev": true }, "node_modules/boxen": { "version": "5.1.2", - "license": "MIT", + "resolved": "https://registry.npmjs.org/boxen/-/boxen-5.1.2.tgz", + "integrity": "sha512-9gYgQKXx+1nP8mP7CzFyaUARhg7D3n1dF/FnErWmu9l6JvGpNUN278h0aSb+QjoiKSWG+iZ3uHrcqk0qrY9RQQ==", + "dev": true, "dependencies": { "ansi-align": "^3.0.0", "camelcase": "^6.2.0", @@ -23849,7 +22426,9 @@ }, "node_modules/boxen/node_modules/ansi-styles": { "version": "4.3.0", - "license": "MIT", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "dev": true, "dependencies": { "color-convert": "^2.0.1" }, @@ -23862,7 +22441,9 @@ }, "node_modules/boxen/node_modules/camelcase": { "version": "6.3.0", - "license": "MIT", + "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-6.3.0.tgz", + "integrity": "sha512-Gmy6FhYlCY7uOElZUSbxo2UCDH8owEk996gkbrpsgGtrJLM3J7jGxl9Ic7Qwwj4ivOE5AWZWRMecDdF7hqGjFA==", + "dev": true, "engines": { "node": ">=10" }, @@ -23872,7 +22453,9 @@ }, "node_modules/boxen/node_modules/chalk": { "version": "4.1.2", - "license": "MIT", + "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" @@ -23886,7 +22469,9 @@ }, "node_modules/boxen/node_modules/color-convert": { "version": "2.0.1", - "license": "MIT", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "dev": true, "dependencies": { "color-name": "~1.1.4" }, @@ -23894,16 +22479,26 @@ "node": ">=7.0.0" } }, + "node_modules/boxen/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==", + "dev": true + }, "node_modules/boxen/node_modules/has-flag": { "version": "4.0.0", - "license": "MIT", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "dev": true, "engines": { "node": ">=8" } }, "node_modules/boxen/node_modules/supports-color": { "version": "7.2.0", - "license": "MIT", + "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" }, @@ -23913,7 +22508,9 @@ }, "node_modules/bplist-parser": { "version": "0.1.1", - "license": "MIT", + "resolved": "https://registry.npmjs.org/bplist-parser/-/bplist-parser-0.1.1.tgz", + "integrity": "sha512-2AEM0FXy8ZxVLBuqX0hqt1gDwcnz2zygEkQ6zaD5Wko/sB9paUNwlpawrFtKeHUAQUOzjVy9AO4oeonqIHKA9Q==", + "dev": true, "optional": true, "dependencies": { "big-integer": "^1.6.7" @@ -23921,7 +22518,8 @@ }, "node_modules/brace-expansion": { "version": "1.1.11", - "license": "MIT", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz", + "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==", "dependencies": { "balanced-match": "^1.0.0", "concat-map": "0.0.1" @@ -23929,7 +22527,8 @@ }, "node_modules/braces": { "version": "3.0.2", - "license": "MIT", + "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.2.tgz", + "integrity": "sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==", "dependencies": { "fill-range": "^7.0.1" }, @@ -23939,27 +22538,25 @@ }, "node_modules/brorand": { "version": "1.1.0", - "license": "MIT" + "resolved": "https://registry.npmjs.org/brorand/-/brorand-1.1.0.tgz", + "integrity": "sha512-cKV8tMCEpQs4hK/ik71d6LrPOnpkpGBR0wzxqr68g2m/LB2GxVYQroAjMJZRVM1Y4BCjCKc3vAamxSzOY2RP+w==", + "dev": true }, "node_modules/browser-assert": { "version": "1.2.1", - "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==", + "resolved": "https://registry.npmjs.org/browser-assert/-/browser-assert-1.2.1.tgz", + "integrity": "sha512-nfulgvOR6S4gt9UKCeGJOuSGBPGiFT6oQ/2UBnvTY/5aQ1PnksW72fhZkM30DzoRRv2WpwZf1vHHEr3mtuXIWQ==", "dev": true }, "node_modules/browser-sync": { - "version": "2.29.1", + "version": "2.29.3", + "resolved": "https://registry.npmjs.org/browser-sync/-/browser-sync-2.29.3.tgz", + "integrity": "sha512-NiM38O6XU84+MN+gzspVmXV2fTOoe+jBqIBx3IBdhZrdeURr6ZgznJr/p+hQ+KzkKEiGH/GcC4SQFSL0jV49bg==", "dev": true, - "license": "Apache-2.0", "dependencies": { - "browser-sync-client": "^2.29.1", - "browser-sync-ui": "^2.29.1", + "browser-sync-client": "^2.29.3", + "browser-sync-ui": "^2.29.3", "bs-recipes": "1.3.4", - "bs-snippet-injector": "^2.0.1", "chalk": "4.1.2", "chokidar": "^3.5.1", "connect": "3.6.6", @@ -23976,7 +22573,6 @@ "micromatch": "^4.0.2", "opn": "5.3.0", "portscanner": "2.2.0", - "qs": "^6.11.0", "raw-body": "^2.3.2", "resp-modifier": "6.0.2", "rx": "4.1.0", @@ -23996,9 +22592,10 @@ } }, "node_modules/browser-sync-client": { - "version": "2.29.1", + "version": "2.29.3", + "resolved": "https://registry.npmjs.org/browser-sync-client/-/browser-sync-client-2.29.3.tgz", + "integrity": "sha512-4tK5JKCl7v/3aLbmCBMzpufiYLsB1+UI+7tUXCCp5qF0AllHy/jAqYu6k7hUF3hYtlClKpxExWaR+rH+ny07wQ==", "dev": true, - "license": "ISC", "dependencies": { "etag": "1.8.1", "fresh": "0.5.2", @@ -24009,9 +22606,10 @@ } }, "node_modules/browser-sync-ui": { - "version": "2.29.1", + "version": "2.29.3", + "resolved": "https://registry.npmjs.org/browser-sync-ui/-/browser-sync-ui-2.29.3.tgz", + "integrity": "sha512-kBYOIQjU/D/3kYtUIJtj82e797Egk1FB2broqItkr3i4eF1qiHbFCG6srksu9gWhfmuM/TNG76jMfzAdxEPakg==", "dev": true, - "license": "Apache-2.0", "dependencies": { "async-each-series": "0.1.1", "chalk": "4.1.2", @@ -24024,8 +22622,9 @@ }, "node_modules/browser-sync-ui/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==", "dev": true, - "license": "MIT", "dependencies": { "color-convert": "^2.0.1" }, @@ -24038,8 +22637,9 @@ }, "node_modules/browser-sync-ui/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, - "license": "MIT", "dependencies": { "ansi-styles": "^4.1.0", "supports-color": "^7.1.0" @@ -24053,8 +22653,9 @@ }, "node_modules/browser-sync-ui/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==", "dev": true, - "license": "MIT", "dependencies": { "color-name": "~1.1.4" }, @@ -24062,18 +22663,26 @@ "node": ">=7.0.0" } }, + "node_modules/browser-sync-ui/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==", + "dev": true + }, "node_modules/browser-sync-ui/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==", "dev": true, - "license": "MIT", "engines": { "node": ">=8" } }, "node_modules/browser-sync-ui/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, - "license": "MIT", "dependencies": { "has-flag": "^4.0.0" }, @@ -24083,8 +22692,9 @@ }, "node_modules/browser-sync/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==", "dev": true, - "license": "MIT", "dependencies": { "color-convert": "^2.0.1" }, @@ -24097,8 +22707,9 @@ }, "node_modules/browser-sync/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, - "license": "MIT", "dependencies": { "ansi-styles": "^4.1.0", "supports-color": "^7.1.0" @@ -24112,8 +22723,9 @@ }, "node_modules/browser-sync/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==", "dev": true, - "license": "MIT", "dependencies": { "color-name": "~1.1.4" }, @@ -24121,10 +22733,17 @@ "node": ">=7.0.0" } }, + "node_modules/browser-sync/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==", + "dev": true + }, "node_modules/browser-sync/node_modules/connect": { "version": "3.6.6", + "resolved": "https://registry.npmjs.org/connect/-/connect-3.6.6.tgz", + "integrity": "sha512-OO7axMmPpu/2XuX1+2Yrg0ddju31B6xLZMWkJ5rYBu4YRmRVlOjvlY6kw2FJKiAzyxGwnrDUAG4s1Pf0sbBMCQ==", "dev": true, - "license": "MIT", "dependencies": { "debug": "2.6.9", "finalhandler": "1.1.0", @@ -24137,29 +22756,33 @@ }, "node_modules/browser-sync/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, - "license": "MIT", "dependencies": { "ms": "2.0.0" } }, "node_modules/browser-sync/node_modules/depd": { "version": "1.1.2", + "resolved": "https://registry.npmjs.org/depd/-/depd-1.1.2.tgz", + "integrity": "sha512-7emPTl6Dpo6JRXOXjLRxck+FlLRX5847cLKEn00PLAgc3g2hTZZgr+e4c2v6QpSmLeFP3n5yUo7ft6avBK/5jQ==", "dev": true, - "license": "MIT", "engines": { "node": ">= 0.6" } }, "node_modules/browser-sync/node_modules/destroy": { "version": "1.0.4", - "dev": true, - "license": "MIT" + "resolved": "https://registry.npmjs.org/destroy/-/destroy-1.0.4.tgz", + "integrity": "sha512-3NdhDuEXnfun/z7x9GOElY49LoqVHoGScmOKwmxhsS8N5Y+Z8KyPPDnaSzqWgYt/ji4mqwfTS34Htrk0zPIXVg==", + "dev": true }, "node_modules/browser-sync/node_modules/finalhandler": { "version": "1.1.0", + "resolved": "https://registry.npmjs.org/finalhandler/-/finalhandler-1.1.0.tgz", + "integrity": "sha512-ejnvM9ZXYzp6PUPUyQBMBf0Co5VX2gr5H2VQe2Ui2jWXNlxv+PYZo8wpAymJNJdLsG1R4p+M4aynF8KuoUEwRw==", "dev": true, - "license": "MIT", "dependencies": { "debug": "2.6.9", "encodeurl": "~1.0.1", @@ -24175,8 +22798,9 @@ }, "node_modules/browser-sync/node_modules/fs-extra": { "version": "3.0.1", + "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-3.0.1.tgz", + "integrity": "sha512-V3Z3WZWVUYd8hoCL5xfXJCaHWYzmtwW5XWYSlLgERi8PWd8bx1kUHUk8L1BT57e49oKnDDD180mjfrHc1yA9rg==", "dev": true, - "license": "MIT", "dependencies": { "graceful-fs": "^4.1.2", "jsonfile": "^3.0.0", @@ -24185,16 +22809,18 @@ }, "node_modules/browser-sync/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==", "dev": true, - "license": "MIT", "engines": { "node": ">=8" } }, "node_modules/browser-sync/node_modules/http-errors": { "version": "1.6.3", + "resolved": "https://registry.npmjs.org/http-errors/-/http-errors-1.6.3.tgz", + "integrity": "sha512-lks+lVC8dgGyh97jxvxeYTWQFvh4uw4yC12gVl63Cg30sjPX4wuGcdkICVXDAESr6OJGjqGA8Iz5mkeN6zlD7A==", "dev": true, - "license": "MIT", "dependencies": { "depd": "~1.1.2", "inherits": "2.0.3", @@ -24207,42 +22833,48 @@ }, "node_modules/browser-sync/node_modules/http-errors/node_modules/statuses": { "version": "1.5.0", + "resolved": "https://registry.npmjs.org/statuses/-/statuses-1.5.0.tgz", + "integrity": "sha512-OpZ3zP+jT1PI7I8nemJX4AKmAX070ZkYPVWV/AaKTJl+tXCTGyVdC1a4SL8RUQYEwk/f34ZX8UTykN68FwrqAA==", "dev": true, - "license": "MIT", "engines": { "node": ">= 0.6" } }, "node_modules/browser-sync/node_modules/inherits": { "version": "2.0.3", - "dev": true, - "license": "ISC" + "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz", + "integrity": "sha512-x00IRNXNy63jwGkJmzPigoySHbaqpNuzKbBOmzK+g2OdZpQ9w+sxCN+VSB3ja7IAge2OP2qpfxTjeNcyjmW1uw==", + "dev": true }, "node_modules/browser-sync/node_modules/jsonfile": { "version": "3.0.1", + "resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-3.0.1.tgz", + "integrity": "sha512-oBko6ZHlubVB5mRFkur5vgYR1UyqX+S6Y/oCfLhqNdcc2fYFlDpIoNc7AfKS1KOGcnNAkvsr0grLck9ANM815w==", "dev": true, - "license": "MIT", "optionalDependencies": { "graceful-fs": "^4.1.6" } }, "node_modules/browser-sync/node_modules/mime": { "version": "1.4.1", + "resolved": "https://registry.npmjs.org/mime/-/mime-1.4.1.tgz", + "integrity": "sha512-KI1+qOZu5DcW6wayYHSzR/tXKCDC5Om4s1z2QJjDULzLcmf3DvzS7oluY4HCTrc+9FiKmWUgeNLg7W3uIQvxtQ==", "dev": true, - "license": "MIT", "bin": { "mime": "cli.js" } }, "node_modules/browser-sync/node_modules/ms": { "version": "2.0.0", - "dev": true, - "license": "MIT" + "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", + "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==", + "dev": true }, "node_modules/browser-sync/node_modules/on-finished": { "version": "2.3.0", + "resolved": "https://registry.npmjs.org/on-finished/-/on-finished-2.3.0.tgz", + "integrity": "sha512-ikqdkGAAyf/X/gPhXGvfgAytDZtDbr+bkNUJ0N9h5MI/dmdgCs3l6hoHrcUv41sRKew3jIwrp4qQDXiK99Utww==", "dev": true, - "license": "MIT", "dependencies": { "ee-first": "1.1.1" }, @@ -24252,8 +22884,9 @@ }, "node_modules/browser-sync/node_modules/send": { "version": "0.16.2", + "resolved": "https://registry.npmjs.org/send/-/send-0.16.2.tgz", + "integrity": "sha512-E64YFPUssFHEFBvpbbjr44NCLtI1AohxQ8ZSiJjQLskAdKuriYEP6VyGEsRDH8ScozGpkaX1BGvhanqCwkcEZw==", "dev": true, - "license": "MIT", "dependencies": { "debug": "2.6.9", "depd": "~1.1.2", @@ -24275,16 +22908,18 @@ }, "node_modules/browser-sync/node_modules/send/node_modules/statuses": { "version": "1.4.0", + "resolved": "https://registry.npmjs.org/statuses/-/statuses-1.4.0.tgz", + "integrity": "sha512-zhSCtt8v2NDrRlPQpCNtw/heZLtfUDqxBM1udqikb/Hbk52LK4nQSwr10u77iopCW5LsyHpuXS0GnEc48mLeew==", "dev": true, - "license": "MIT", "engines": { "node": ">= 0.6" } }, "node_modules/browser-sync/node_modules/serve-static": { "version": "1.13.2", + "resolved": "https://registry.npmjs.org/serve-static/-/serve-static-1.13.2.tgz", + "integrity": "sha512-p/tdJrO4U387R9oMjb1oj7qSMaMfmOyd4j9hOFoxZe2baQszgHcSWjuya/CiT5kgZZKRudHNOA0pYXOl8rQ5nw==", "dev": true, - "license": "MIT", "dependencies": { "encodeurl": "~1.0.2", "escape-html": "~1.0.3", @@ -24297,21 +22932,24 @@ }, "node_modules/browser-sync/node_modules/setprototypeof": { "version": "1.1.0", - "dev": true, - "license": "ISC" + "resolved": "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.1.0.tgz", + "integrity": "sha512-BvE/TwpZX4FXExxOxZyRGQQv651MSwmWKZGqvmPcRIjDqWub67kTKuIMx43cZZrS/cBBzwBcNDWoFxt2XEFIpQ==", + "dev": true }, "node_modules/browser-sync/node_modules/statuses": { "version": "1.3.1", + "resolved": "https://registry.npmjs.org/statuses/-/statuses-1.3.1.tgz", + "integrity": "sha512-wuTCPGlJONk/a1kqZ4fQM2+908lC7fa7nPYpTC1EhnvqLX/IICbeP1OZGDtA374trpSq68YubKUMo8oRhN46yg==", "dev": true, - "license": "MIT", "engines": { "node": ">= 0.6" } }, "node_modules/browser-sync/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, - "license": "MIT", "dependencies": { "has-flag": "^4.0.0" }, @@ -24320,7 +22958,9 @@ } }, "node_modules/browser-sync/node_modules/ua-parser-js": { - "version": "1.0.35", + "version": "1.0.37", + "resolved": "https://registry.npmjs.org/ua-parser-js/-/ua-parser-js-1.0.37.tgz", + "integrity": "sha512-bhTyI94tZofjo+Dn8SN6Zv8nBDvyXTymAdM3LDI/0IboIUwTu1rEhW7v2TfiVsoYWgkQ4kOVqnI8APUFbIQIFQ==", "dev": true, "funding": [ { @@ -24330,24 +22970,30 @@ { "type": "paypal", "url": "https://paypal.me/faisalman" + }, + { + "type": "github", + "url": "https://github.com/sponsors/faisalman" } ], - "license": "MIT", "engines": { "node": "*" } }, "node_modules/browser-sync/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, - "license": "MIT", "engines": { "node": ">= 4.0.0" } }, "node_modules/browserify-aes": { "version": "1.2.0", - "license": "MIT", + "resolved": "https://registry.npmjs.org/browserify-aes/-/browserify-aes-1.2.0.tgz", + "integrity": "sha512-+7CHXqGuspUn/Sl5aO7Ea0xWGAtETPXNSAjHo48JfLdPWcMng33Xe4znFvQweqc/uzk5zSOI3H52CYnjCfb5hA==", + "dev": true, "dependencies": { "buffer-xor": "^1.0.3", "cipher-base": "^1.0.0", @@ -24359,7 +23005,9 @@ }, "node_modules/browserify-cipher": { "version": "1.0.1", - "license": "MIT", + "resolved": "https://registry.npmjs.org/browserify-cipher/-/browserify-cipher-1.0.1.tgz", + "integrity": "sha512-sPhkz0ARKbf4rRQt2hTpAHqn47X3llLkUGn+xEJzLjwY8LRs2p0v7ljvI5EyoRO/mexrNunNECisZs+gw2zz1w==", + "dev": true, "dependencies": { "browserify-aes": "^1.0.4", "browserify-des": "^1.0.0", @@ -24368,7 +23016,9 @@ }, "node_modules/browserify-des": { "version": "1.0.2", - "license": "MIT", + "resolved": "https://registry.npmjs.org/browserify-des/-/browserify-des-1.0.2.tgz", + "integrity": "sha512-BioO1xf3hFwz4kc6iBhI3ieDFompMhrMlnDFC4/0/vd5MokpuAc3R+LYbwTA9A5Yc9pq9UYPqffKpW2ObuwX5A==", + "dev": true, "dependencies": { "cipher-base": "^1.0.1", "des.js": "^1.0.0", @@ -24378,7 +23028,9 @@ }, "node_modules/browserify-rsa": { "version": "4.1.0", - "license": "MIT", + "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" @@ -24388,6 +23040,7 @@ "version": "4.2.2", "resolved": "https://registry.npmjs.org/browserify-sign/-/browserify-sign-4.2.2.tgz", "integrity": "sha512-1rudGyeYY42Dk6texmv7c4VcQ0EsvVbLwZkA+AQB7SxvXxmcD93jcHie8bzecJ+ChDlmAm2Qyu0+Ccg5uhZXCg==", + "dev": true, "dependencies": { "bn.js": "^5.2.1", "browserify-rsa": "^4.1.0", @@ -24405,6 +23058,9 @@ }, "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, "funding": [ { "type": "github", @@ -24418,18 +23074,22 @@ "type": "consulting", "url": "https://feross.org/support" } - ], - "license": "MIT" + ] }, "node_modules/browserify-zlib": { "version": "0.2.0", - "license": "MIT", + "resolved": "https://registry.npmjs.org/browserify-zlib/-/browserify-zlib-0.2.0.tgz", + "integrity": "sha512-Z942RysHXmJrhqk88FmKBVq/v5tqmSkDz7p54G/MGyjMnCFFnC79XWNbg+Vta8W6Wb2qtSZTSxIGkJrRpCFEiA==", + "dev": true, "dependencies": { "pako": "~1.0.5" } }, "node_modules/browserslist": { "version": "4.21.5", + "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.21.5.tgz", + "integrity": "sha512-tUkiguQGW7S3IhB7N+c2MV/HZPSCPAAiYBZXLsBhFB/PCy6ZKKsZrmBayHV9fdGV/ARIfJ14NkxKzRDjvp7L6w==", + "dev": true, "funding": [ { "type": "opencollective", @@ -24440,7 +23100,6 @@ "url": "https://tidelift.com/funding/github/npm/browserslist" } ], - "license": "MIT", "dependencies": { "caniuse-lite": "^1.0.30001449", "electron-to-chromium": "^1.4.284", @@ -24456,16 +23115,18 @@ }, "node_modules/browserstack": { "version": "1.6.1", + "resolved": "https://registry.npmjs.org/browserstack/-/browserstack-1.6.1.tgz", + "integrity": "sha512-GxtFjpIaKdbAyzHfFDKixKO8IBT7wR3NjbzrGc78nNs/Ciys9wU3/nBtsqsWv5nDSrdI5tz0peKuzCPuNXNUiw==", "dev": true, - "license": "MIT", "dependencies": { "https-proxy-agent": "^2.2.1" } }, "node_modules/browserstack/node_modules/agent-base": { "version": "4.3.0", + "resolved": "https://registry.npmjs.org/agent-base/-/agent-base-4.3.0.tgz", + "integrity": "sha512-salcGninV0nPrwpGNn4VTXBb1SOuXQBiqbrNXoeizJsHrsL6ERFM2Ne3JUSBWRE6aeNJI2ROP/WEEIDUiDe3cg==", "dev": true, - "license": "MIT", "dependencies": { "es6-promisify": "^5.0.0" }, @@ -24475,16 +23136,18 @@ }, "node_modules/browserstack/node_modules/debug": { "version": "3.2.7", + "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz", + "integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==", "dev": true, - "license": "MIT", "dependencies": { "ms": "^2.1.1" } }, "node_modules/browserstack/node_modules/https-proxy-agent": { "version": "2.2.4", + "resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-2.2.4.tgz", + "integrity": "sha512-OmvfoQ53WLjtA9HeYP9RNrWMJzzAz1JGaSFr1nijg0PVR1JaD/xbJq1mdEIIlxGpXp9eSe/O2LgU9DJmTPd0Eg==", "dev": true, - "license": "MIT", "dependencies": { "agent-base": "^4.3.0", "debug": "^3.1.0" @@ -24495,24 +23158,23 @@ }, "node_modules/bs-recipes": { "version": "1.3.4", - "dev": true, - "license": "ISC" - }, - "node_modules/bs-snippet-injector": { - "version": "2.0.1", - "dev": true, - "license": "MIT" + "resolved": "https://registry.npmjs.org/bs-recipes/-/bs-recipes-1.3.4.tgz", + "integrity": "sha512-BXvDkqhDNxXEjeGM8LFkSbR+jzmP/CYpCiVKYn+soB1dDldeU15EBNDkwVXndKuX35wnNUaPd0qSoQEAkmQtMw==", + "dev": true }, "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==", "dev": true, - "license": "Apache-2.0", "dependencies": { "node-int64": "^0.4.0" } }, "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": [ { @@ -24528,7 +23190,6 @@ "url": "https://feross.org/support" } ], - "license": "MIT", "dependencies": { "base64-js": "^1.3.1", "ieee754": "^1.1.13" @@ -24536,16 +23197,21 @@ }, "node_modules/buffer-from": { "version": "1.1.2", - "license": "MIT" + "resolved": "https://registry.npmjs.org/buffer-from/-/buffer-from-1.1.2.tgz", + "integrity": "sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ==", + "dev": true }, "node_modules/buffer-xor": { "version": "1.0.3", - "license": "MIT" + "resolved": "https://registry.npmjs.org/buffer-xor/-/buffer-xor-1.0.3.tgz", + "integrity": "sha512-571s0T7nZWK6vB67HI5dyUF7wXiNcfaPPPTl6zYCNApANjIvYJTg7hlud/+cJpdAhS7dVzqMLmfhfHR3rAcOjQ==", + "dev": true }, "node_modules/builtin-modules": { "version": "3.3.0", + "resolved": "https://registry.npmjs.org/builtin-modules/-/builtin-modules-3.3.0.tgz", + "integrity": "sha512-zhaCDicdLuWN5UbN5IMnFqNMhNfo919sH85y2/ea+5Yg9TsTkeZxpL+JLbp6cgYFS4sRLp3YV4S6yDuqVWHYOw==", "dev": true, - "license": "MIT", "engines": { "node": ">=6" }, @@ -24555,7 +23221,9 @@ }, "node_modules/builtin-status-codes": { "version": "3.0.0", - "license": "MIT" + "resolved": "https://registry.npmjs.org/builtin-status-codes/-/builtin-status-codes-3.0.0.tgz", + "integrity": "sha512-HpGFw18DgFWlncDfjTa2rcQ4W88O1mC8e8yZ2AvQY5KDaktSTwo+KRf6nHK6FRI5FyRyb/5T6+TSxfP7QyGsmQ==", + "dev": true }, "node_modules/builtins": { "version": "5.0.1", @@ -24582,88 +23250,57 @@ }, "node_modules/bytes": { "version": "3.0.0", - "license": "MIT", + "resolved": "https://registry.npmjs.org/bytes/-/bytes-3.0.0.tgz", + "integrity": "sha512-pMhOfFDPiv9t5jjIXkHosWmkSyQbvsgEVNkz0ERHbuLh2T/7j4Mqqpz523Fe8MVY89KC6Sh/QfS2sM+SjgFDcw==", + "dev": true, "engines": { "node": ">= 0.8" } }, "node_modules/bytesish": { "version": "0.4.4", - "dev": true, - "license": "(Apache-2.0 AND MIT)" + "resolved": "https://registry.npmjs.org/bytesish/-/bytesish-0.4.4.tgz", + "integrity": "sha512-i4uu6M4zuMUiyfZN4RU2+i9+peJh//pXhd9x1oSe1LBkZ3LEbCoygu8W0bXTukU1Jme2txKuotpCZRaC3FLxcQ==", + "dev": true }, "node_modules/cacache": { - "version": "16.1.1", + "version": "17.0.4", + "resolved": "https://registry.npmjs.org/cacache/-/cacache-17.0.4.tgz", + "integrity": "sha512-Z/nL3gU+zTUjz5pCA5vVjYM8pmaw2kxM7JEiE0fv3w77Wj+sFbi70CrBruUWH0uNcEdvLDixFpgA2JM4F4DBjA==", "dev": true, - "license": "ISC", "dependencies": { - "@npmcli/fs": "^2.1.0", - "@npmcli/move-file": "^2.0.0", - "chownr": "^2.0.0", - "fs-minipass": "^2.1.0", + "@npmcli/fs": "^3.1.0", + "fs-minipass": "^3.0.0", "glob": "^8.0.1", - "infer-owner": "^1.0.4", "lru-cache": "^7.7.1", - "minipass": "^3.1.6", + "minipass": "^4.0.0", "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", + "ssri": "^10.0.0", "tar": "^6.1.11", - "unique-filename": "^1.1.1" + "unique-filename": "^3.0.0" }, "engines": { - "node": "^12.13.0 || ^14.15.0 || >=16.0.0" + "node": "^14.17.0 || ^16.13.0 || >=18.0.0" } }, "node_modules/cacache/node_modules/lru-cache": { "version": "7.18.3", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-7.18.3.tgz", + "integrity": "sha512-jumlc0BIUrS3qJGgIkWZsyfAM7NCWiBcCDhnd+3NNM5KbBmLTgHVfWBcg6W+rLUsIpzpERPsvwUP7CckAQSOoA==", "dev": true, - "license": "ISC", "engines": { "node": ">=12" } }, - "node_modules/cacache/node_modules/rimraf": { - "version": "3.0.2", - "dev": true, - "license": "ISC", - "dependencies": { - "glob": "^7.1.3" - }, - "bin": { - "rimraf": "bin.js" - }, - "funding": { - "url": "https://github.com/sponsors/isaacs" - } - }, - "node_modules/cacache/node_modules/rimraf/node_modules/glob": { - "version": "7.2.3", - "dev": true, - "license": "ISC", - "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": "*" - }, - "funding": { - "url": "https://github.com/sponsors/isaacs" - } - }, "node_modules/cache-base": { "version": "1.0.1", - "license": "MIT", + "resolved": "https://registry.npmjs.org/cache-base/-/cache-base-1.0.1.tgz", + "integrity": "sha512-AKcdTnFSWATd5/GCPRxr2ChwIJ85CeyrEyjRHlKxQ56d4XJMGym0uAiKn0xbLOGOl3+yRpOTi484dVCEc5AUzQ==", + "dev": true, "dependencies": { "collection-visit": "^1.0.0", "component-emitter": "^1.2.1", @@ -24680,11 +23317,13 @@ } }, "node_modules/call-bind": { - "version": "1.0.2", - "license": "MIT", + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/call-bind/-/call-bind-1.0.5.tgz", + "integrity": "sha512-C3nQxfFZxFRVoJoGKKI8y3MOEo129NQ+FgQ08iye+Mk4zNZZGdjfs06bVTr+DBSlA66Q2VEcMki/cUCP4SercQ==", "dependencies": { - "function-bind": "^1.1.1", - "get-intrinsic": "^1.0.2" + "function-bind": "^1.1.2", + "get-intrinsic": "^1.2.1", + "set-function-length": "^1.1.1" }, "funding": { "url": "https://github.com/sponsors/ljharb" @@ -24692,18 +23331,23 @@ }, "node_modules/call-me-maybe": { "version": "1.0.2", - "license": "MIT" + "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", - "license": "MIT", + "resolved": "https://registry.npmjs.org/callsites/-/callsites-3.1.0.tgz", + "integrity": "sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==", "engines": { "node": ">=6" } }, "node_modules/camel-case": { "version": "4.1.2", - "license": "MIT", + "resolved": "https://registry.npmjs.org/camel-case/-/camel-case-4.1.2.tgz", + "integrity": "sha512-gxGWBrTT1JuMx6R+o5PTXMmUnhnVzLQ9SNutD4YqKtI6ap897t3tKECYla6gCWEkplXnlNybEkZg9GEGxKFCgw==", + "dev": true, "dependencies": { "pascal-case": "^3.1.2", "tslib": "^2.0.3" @@ -24711,29 +23355,59 @@ }, "node_modules/camelcase": { "version": "5.3.1", - "license": "MIT", + "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-5.3.1.tgz", + "integrity": "sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg==", + "dev": true, "engines": { "node": ">=6" } }, "node_modules/camelcase-css": { "version": "2.0.1", - "license": "MIT", + "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/camelcase-keys": { - "version": "6.2.2", + "version": "7.0.2", + "resolved": "https://registry.npmjs.org/camelcase-keys/-/camelcase-keys-7.0.2.tgz", + "integrity": "sha512-Rjs1H+A9R+Ig+4E/9oyB66UC5Mj9Xq3N//vcLf2WzgdTi/3gUu3Z9KoqmlrEG4VuuLK8wJHofxzdQXz/knhiYg==", "dev": true, - "license": "MIT", "dependencies": { - "camelcase": "^5.3.1", - "map-obj": "^4.0.0", - "quick-lru": "^4.0.1" + "camelcase": "^6.3.0", + "map-obj": "^4.1.0", + "quick-lru": "^5.1.1", + "type-fest": "^1.2.1" }, "engines": { - "node": ">=8" + "node": ">=12" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/camelcase-keys/node_modules/camelcase": { + "version": "6.3.0", + "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-6.3.0.tgz", + "integrity": "sha512-Gmy6FhYlCY7uOElZUSbxo2UCDH8owEk996gkbrpsgGtrJLM3J7jGxl9Ic7Qwwj4ivOE5AWZWRMecDdF7hqGjFA==", + "dev": true, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/camelcase-keys/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": { "url": "https://github.com/sponsors/sindresorhus" @@ -24752,9 +23426,10 @@ } }, "node_modules/caniuse-lite": { - "version": "1.0.30001554", - "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001554.tgz", - "integrity": "sha512-A2E3U//MBwbJVzebddm1YfNp7Nud5Ip+IPn4BozBmn4KqVX7AvluoIDFWjsv5OkGnKUXQVmMSoMKLa3ScCblcQ==", + "version": "1.0.30001561", + "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001561.tgz", + "integrity": "sha512-NTt0DNoKe958Q0BE0j0c1V9jbUzhBxHIEJy7asmGrpE0yG63KTV7PLHPnK2E1O9RsQrQ081I3NLuXGS6zht3cw==", + "dev": true, "funding": [ { "type": "opencollective", @@ -24772,8 +23447,9 @@ }, "node_modules/canvas": { "version": "2.11.2", + "resolved": "https://registry.npmjs.org/canvas/-/canvas-2.11.2.tgz", + "integrity": "sha512-ItanGBMrmRV7Py2Z+Xhs7cT+FNt5K0vPL4p9EZ/UX/Mu7hFbkxSjKF2KVtPwX7UYWp7dRKnrTvReflgrItJbdw==", "hasInstallScript": true, - "license": "MIT", "optional": true, "dependencies": { "@mapbox/node-pre-gyp": "^1.0.0", @@ -24786,8 +23462,9 @@ }, "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, - "license": "ISC", "dependencies": { "rsvp": "^4.8.4" }, @@ -24797,36 +23474,42 @@ }, "node_modules/case-sensitive-paths-webpack-plugin": { "version": "2.4.0", - "license": "MIT", + "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_modules/caseless": { "version": "0.12.0", - "dev": true, - "license": "Apache-2.0" + "resolved": "https://registry.npmjs.org/caseless/-/caseless-0.12.0.tgz", + "integrity": "sha512-4tYFyifaFfGacoiObjJegolkwSU4xQNGbVgUiNYVUxbQ2x2lUsFvY4hVgVzGiIe6WLOPqycWXA40l+PWsxthUw==", + "dev": true }, "node_modules/ccount": { "version": "1.1.0", - "license": "MIT", + "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/chai": { - "version": "4.3.7", + "version": "4.3.10", + "resolved": "https://registry.npmjs.org/chai/-/chai-4.3.10.tgz", + "integrity": "sha512-0UXG04VuVbruMUYbJ6JctvH0YnC/4q3/AkT18q4NaITo91CUm0liMS9VqzT9vZhVQ/1eqPanMWjBM+Juhfb/9g==", "dev": true, - "license": "MIT", "dependencies": { "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", + "check-error": "^1.0.3", + "deep-eql": "^4.1.3", + "get-func-name": "^2.0.2", + "loupe": "^2.3.6", "pathval": "^1.1.1", - "type-detect": "^4.0.5" + "type-detect": "^4.0.8" }, "engines": { "node": ">=4" @@ -24834,8 +23517,9 @@ }, "node_modules/chai-as-promised": { "version": "7.1.1", + "resolved": "https://registry.npmjs.org/chai-as-promised/-/chai-as-promised-7.1.1.tgz", + "integrity": "sha512-azL6xMoi+uxu6z4rhWQ1jbdUhOMhis2PvscD/xjLqNMkv3BPPp2JyyuTHOrf9BOosGpNQ11v6BKv/g57RXbiaA==", "dev": true, - "license": "WTFPL", "dependencies": { "check-error": "^1.0.2" }, @@ -24845,7 +23529,8 @@ }, "node_modules/chalk": { "version": "2.4.2", - "license": "MIT", + "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", @@ -24866,7 +23551,9 @@ }, "node_modules/character-entities": { "version": "1.2.4", - "license": "MIT", + "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" @@ -24874,7 +23561,9 @@ }, "node_modules/character-entities-legacy": { "version": "1.1.4", - "license": "MIT", + "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" @@ -24882,7 +23571,9 @@ }, "node_modules/character-reference-invalid": { "version": "1.1.4", - "license": "MIT", + "resolved": "https://registry.npmjs.org/character-reference-invalid/-/character-reference-invalid-1.1.4.tgz", + "integrity": "sha512-mKKUkUbhPpQlCOfIuZkvSEgktjPFIsZKRRbC6KWVEMvlzblj3i3asQv5ODsrwt0N3pHAEvjP8KTQPHkp0+6jOg==", + "dev": true, "funding": { "type": "github", "url": "https://github.com/sponsors/wooorm" @@ -24890,13 +23581,14 @@ }, "node_modules/chardet": { "version": "0.7.0", - "dev": true, - "license": "MIT" + "resolved": "https://registry.npmjs.org/chardet/-/chardet-0.7.0.tgz", + "integrity": "sha512-mT8iDcrh03qDGRRmoA2hmBJnxpllMR+0/0qlzjqZES6NdiWDcZkCNAk4rPFZ9Q85r27unkiNNg8ZOiwZXBHwcA==", + "dev": true }, "node_modules/chart.js": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/chart.js/-/chart.js-4.3.0.tgz", - "integrity": "sha512-ynG0E79xGfMaV2xAHdbhwiPLczxnNNnasrmPEXriXsPJGjmhOBYzFVEsB65w2qMDz+CaBJJuJD0inE/ab/h36g==", + "version": "4.4.0", + "resolved": "https://registry.npmjs.org/chart.js/-/chart.js-4.4.0.tgz", + "integrity": "sha512-vQEj6d+z0dcsKLlQvbKIMYFHd3t8W/7L2vfJIbYcfyPcRx92CsHqECpueN8qVGNlKyDcr5wBrYAYKnfu/9Q1hQ==", "dependencies": { "@kurkle/color": "^0.3.0" }, @@ -24905,22 +23597,28 @@ } }, "node_modules/check-error": { - "version": "1.0.2", + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/check-error/-/check-error-1.0.3.tgz", + "integrity": "sha512-iKEoDYaRmd1mxM90a2OEfWhjsjPpYPuQ+lMYsoxB126+t8fw7ySEO48nmDg5COTjxDI65/Y2OWpeEHk3ZOe8zg==", "dev": true, - "license": "MIT", + "dependencies": { + "get-func-name": "^2.0.2" + }, "engines": { "node": "*" } }, "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/" } ], - "license": "MIT", "dependencies": { "anymatch": "~3.1.2", "braces": "~3.0.2", @@ -24939,20 +23637,26 @@ }, "node_modules/chownr": { "version": "2.0.0", - "license": "ISC", + "resolved": "https://registry.npmjs.org/chownr/-/chownr-2.0.0.tgz", + "integrity": "sha512-bIomtDF5KGpdogkLd9VspvFzk9KfpyyGlS8YFVZl7TGPBHL5snIOnxeshwVgPteQ9b4Eydl+pVbIyE1DcvCWgQ==", + "devOptional": true, "engines": { "node": ">=10" } }, "node_modules/chrome-trace-event": { "version": "1.0.3", - "license": "MIT", + "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": ">=6.0" } }, "node_modules/ci-info": { - "version": "3.8.0", + "version": "3.9.0", + "resolved": "https://registry.npmjs.org/ci-info/-/ci-info-3.9.0.tgz", + "integrity": "sha512-NIxF55hv4nSqQswkAeiOi1r83xy8JldOFDTWiug55KBu9Jnblncd2U6ViHmYgHf01TPZS77NJBhBMKdWj9HQMQ==", "dev": true, "funding": [ { @@ -24960,14 +23664,15 @@ "url": "https://github.com/sponsors/sibiraj-s" } ], - "license": "MIT", "engines": { "node": ">=8" } }, "node_modules/cipher-base": { "version": "1.0.4", - "license": "MIT", + "resolved": "https://registry.npmjs.org/cipher-base/-/cipher-base-1.0.4.tgz", + "integrity": "sha512-Kkht5ye6ZGmwv40uUDZztayT2ThLQGfnj/T71N/XzeZeo3nf8foyW7zGTsPYkEya3m5f3cAypH+qe7YOrM1U2Q==", + "dev": true, "dependencies": { "inherits": "^2.0.1", "safe-buffer": "^5.0.1" @@ -24975,8 +23680,10 @@ }, "node_modules/circular-json": { "version": "0.5.9", - "dev": true, - "license": "MIT" + "resolved": "https://registry.npmjs.org/circular-json/-/circular-json-0.5.9.tgz", + "integrity": "sha512-4ivwqHpIFJZBuhN3g/pEcdbnGUywkBblloGbkglyloVjjR3uT6tieI89MVOfbP2tHX5sgb01FuLgAOzebNlJNQ==", + "deprecated": "CircularJSON is in maintenance only, flatted is its successor.", + "dev": true }, "node_modules/cjs-module-lexer": { "version": "1.2.3", @@ -24986,7 +23693,9 @@ }, "node_modules/class-utils": { "version": "0.3.6", - "license": "MIT", + "resolved": "https://registry.npmjs.org/class-utils/-/class-utils-0.3.6.tgz", + "integrity": "sha512-qOhPa/Fj7s6TY8H8esGu5QNpMMQxz79h+urzrNYN6mn+9BnxlDGf5QZ+XeCDsxSjPqsSR56XOZOJmpeurnLMeg==", + "dev": true, "dependencies": { "arr-union": "^3.1.0", "define-property": "^0.2.5", @@ -24999,7 +23708,9 @@ }, "node_modules/class-utils/node_modules/define-property": { "version": "0.2.5", - "license": "MIT", + "resolved": "https://registry.npmjs.org/define-property/-/define-property-0.2.5.tgz", + "integrity": "sha512-Rr7ADjQZenceVOAKop6ALkkRAmH1A4Gx9hV/7ZujPUN2rkATqFO0JZLZInbAjpZYoJ1gUx8MRMQVkYemcbMSTA==", + "dev": true, "dependencies": { "is-descriptor": "^0.1.0" }, @@ -25007,73 +23718,24 @@ "node": ">=0.10.0" } }, - "node_modules/class-utils/node_modules/is-accessor-descriptor": { - "version": "0.1.6", - "license": "MIT", - "dependencies": { - "kind-of": "^3.0.2" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/class-utils/node_modules/is-accessor-descriptor/node_modules/kind-of": { - "version": "3.2.2", - "license": "MIT", - "dependencies": { - "is-buffer": "^1.1.5" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/class-utils/node_modules/is-buffer": { - "version": "1.1.6", - "license": "MIT" - }, - "node_modules/class-utils/node_modules/is-data-descriptor": { - "version": "0.1.4", - "license": "MIT", - "dependencies": { - "kind-of": "^3.0.2" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/class-utils/node_modules/is-data-descriptor/node_modules/kind-of": { - "version": "3.2.2", - "license": "MIT", - "dependencies": { - "is-buffer": "^1.1.5" - }, - "engines": { - "node": ">=0.10.0" - } - }, "node_modules/class-utils/node_modules/is-descriptor": { - "version": "0.1.6", - "license": "MIT", + "version": "0.1.7", + "resolved": "https://registry.npmjs.org/is-descriptor/-/is-descriptor-0.1.7.tgz", + "integrity": "sha512-C3grZTvObeN1xud4cRWl366OMXZTj0+HGyk4hvfpx4ZHt1Pb60ANSXqCK7pdOTeUQpRzECBSTphqvD7U+l22Eg==", + "dev": true, "dependencies": { - "is-accessor-descriptor": "^0.1.6", - "is-data-descriptor": "^0.1.4", - "kind-of": "^5.0.0" + "is-accessor-descriptor": "^1.0.1", + "is-data-descriptor": "^1.0.1" }, "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/class-utils/node_modules/kind-of": { - "version": "5.1.0", - "license": "MIT", - "engines": { - "node": ">=0.10.0" + "node": ">= 0.4" } }, "node_modules/clean-css": { "version": "5.3.2", + "resolved": "https://registry.npmjs.org/clean-css/-/clean-css-5.3.2.tgz", + "integrity": "sha512-JVJbM+f3d3Q704rF4bqQ5UUyTtuJ0JRKNbTKVEeujCCBoMdkEi+V+e8oktO9qGQNSvHrFTM6JZRXrUvGR1czww==", "dev": true, - "license": "MIT", "dependencies": { "source-map": "~0.6.0" }, @@ -25083,16 +23745,18 @@ }, "node_modules/clean-css/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, - "license": "BSD-3-Clause", "engines": { "node": ">=0.10.0" } }, "node_modules/clean-regexp": { "version": "1.0.0", + "resolved": "https://registry.npmjs.org/clean-regexp/-/clean-regexp-1.0.0.tgz", + "integrity": "sha512-GfisEZEJvzKrmGWkvfhgzcz/BllN1USeqD2V6tg14OAOgaCD2Z/PUEuxnAZ/nPvmaHRG7a8y77p1T/IRQ4D1Hw==", "dev": true, - "license": "MIT", "dependencies": { "escape-string-regexp": "^1.0.5" }, @@ -25102,14 +23766,17 @@ }, "node_modules/clean-stack": { "version": "2.2.0", - "license": "MIT", + "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/clear-module": { "version": "4.1.2", - "license": "MIT", + "resolved": "https://registry.npmjs.org/clear-module/-/clear-module-4.1.2.tgz", + "integrity": "sha512-LWAxzHqdHsAZlPlEyJ2Poz6AIs384mPeqLVCru2p0BrP9G/kVGuhNyZYClLO6cXlnuJjzC8xtsJIuMjKqLXoAw==", "dependencies": { "parent-module": "^2.0.0", "resolve-from": "^5.0.0" @@ -25123,7 +23790,9 @@ }, "node_modules/cli-boxes": { "version": "2.2.1", - "license": "MIT", + "resolved": "https://registry.npmjs.org/cli-boxes/-/cli-boxes-2.2.1.tgz", + "integrity": "sha512-y4coMcylgSCdVinjiDBuR8PCC2bLjyGTwEmPb9NHR/QaNU6EUOXcTY/s6VjGMD6ENSEaeQYHCY0GNGS5jfMwPw==", + "dev": true, "engines": { "node": ">=6" }, @@ -25133,8 +23802,9 @@ }, "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, - "license": "MIT", "dependencies": { "restore-cursor": "^3.1.0" }, @@ -25144,8 +23814,9 @@ }, "node_modules/cli-spinners": { "version": "2.6.1", + "resolved": "https://registry.npmjs.org/cli-spinners/-/cli-spinners-2.6.1.tgz", + "integrity": "sha512-x/5fWmGMnbKQAaNwN+UZlV79qBLM9JFnJuJ03gIi5whrob0xV0ofNVHy9DhwGdsMJQc2OKv0oGmLzvaqvAVv+g==", "dev": true, - "license": "MIT", "engines": { "node": ">=6" }, @@ -25155,7 +23826,9 @@ }, "node_modules/cli-table3": { "version": "0.6.3", - "license": "MIT", + "resolved": "https://registry.npmjs.org/cli-table3/-/cli-table3-0.6.3.tgz", + "integrity": "sha512-w5Jac5SykAeZJKntOxJCrm63Eg5/4dhMWIcuTbo9rpE+brgaSZo0RuNJZeOyMgsUdhDeojvgyQLmjI+K50ZGyg==", + "dev": true, "dependencies": { "string-width": "^4.2.0" }, @@ -25168,8 +23841,9 @@ }, "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, - "license": "MIT", "dependencies": { "slice-ansi": "^5.0.0", "string-width": "^5.0.0" @@ -25183,8 +23857,9 @@ }, "node_modules/cli-truncate/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, - "license": "MIT", "engines": { "node": ">=12" }, @@ -25194,13 +23869,15 @@ }, "node_modules/cli-truncate/node_modules/emoji-regex": { "version": "9.2.2", - "dev": true, - "license": "MIT" + "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-9.2.2.tgz", + "integrity": "sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg==", + "dev": true }, "node_modules/cli-truncate/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, - "license": "MIT", "dependencies": { "eastasianwidth": "^0.2.0", "emoji-regex": "^9.2.2", @@ -25214,9 +23891,10 @@ } }, "node_modules/cli-truncate/node_modules/strip-ansi": { - "version": "7.0.1", + "version": "7.1.0", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz", + "integrity": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==", "dev": true, - "license": "MIT", "dependencies": { "ansi-regex": "^6.0.1" }, @@ -25229,16 +23907,18 @@ }, "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, - "license": "ISC", "engines": { "node": ">= 10" } }, "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, - "license": "ISC", "dependencies": { "string-width": "^4.2.0", "strip-ansi": "^6.0.0", @@ -25247,15 +23927,18 @@ }, "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, - "license": "MIT", "engines": { "node": ">=0.8" } }, "node_modules/clone-deep": { "version": "4.0.1", - "license": "MIT", + "resolved": "https://registry.npmjs.org/clone-deep/-/clone-deep-4.0.1.tgz", + "integrity": "sha512-neHB9xuzh/wk0dIHweyAXv2aPGZIVk3pLMe+/RNzINf17fe0OG96QroktYAUm7SM1PBnzTabaLboqqxDyMU+SQ==", + "dev": true, "dependencies": { "is-plain-object": "^2.0.4", "kind-of": "^6.0.2", @@ -25275,17 +23958,11 @@ "node": ">= 0.12.0" } }, - "node_modules/codex-notifier": { - "version": "1.1.2", - "license": "MIT" - }, - "node_modules/codex-tooltip": { - "version": "1.0.5", - "license": "MIT" - }, "node_modules/collapse-white-space": { "version": "1.0.6", - "license": "MIT", + "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/wooorm" @@ -25299,7 +23976,9 @@ }, "node_modules/collection-visit": { "version": "1.0.0", - "license": "MIT", + "resolved": "https://registry.npmjs.org/collection-visit/-/collection-visit-1.0.0.tgz", + "integrity": "sha512-lNkKvzEeMBBjUGHZ+q6z9pSJla0KWAQPvtzhEV9+iGyQYG+pBpl7xKDhxoNSOZH2hhv0v5k0y2yAM4o4SjoSkw==", + "dev": true, "dependencies": { "map-visit": "^1.0.0", "object-visit": "^1.0.0" @@ -25310,47 +23989,64 @@ }, "node_modules/color-convert": { "version": "1.9.3", - "license": "MIT", + "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/color-convert/node_modules/color-name": { - "version": "1.1.3", - "license": "MIT" - }, "node_modules/color-name": { - "version": "1.1.4", - "license": "MIT" + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz", + "integrity": "sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw==" }, "node_modules/color-support": { "version": "1.1.3", - "license": "ISC", + "resolved": "https://registry.npmjs.org/color-support/-/color-support-1.1.3.tgz", + "integrity": "sha512-qiBjkpbMLO/HL68y+lh4q0/O1MZFj2RX6X/KmMa3+gJD3z+WwI1ZzDHysvqHGS3mP6mznPckpXmw1nI9cJjyRg==", + "devOptional": true, "bin": { "color-support": "bin.js" } }, "node_modules/colord": { "version": "2.9.3", - "dev": true, - "license": "MIT" + "resolved": "https://registry.npmjs.org/colord/-/colord-2.9.3.tgz", + "integrity": "sha512-jeC1axXpnb0/2nn/Y1LPuLdgXBLH7aDcHu4KEKfqw3CUhX7ZpfBSlPKyqXE6btIgEzfWtrX3/tyBCaCvXvMkOw==", + "dev": true }, "node_modules/colorette": { "version": "2.0.20", - "dev": true, - "license": "MIT" + "resolved": "https://registry.npmjs.org/colorette/-/colorette-2.0.20.tgz", + "integrity": "sha512-IfEDxwoWIjkeXL1eXcDiow4UbKjhLdq6/EuSVR9GMN7KVH3r9gQ83e73hsz1Nd1T3ijd5xv1wcWRYO+D6kCI2w==", + "dev": true }, "node_modules/colors": { "version": "1.4.0", + "resolved": "https://registry.npmjs.org/colors/-/colors-1.4.0.tgz", + "integrity": "sha512-a+UqTh4kgZg/SlGvfbzDHpgRu7AAQOmmqRHJnxhRZICKFUT91brVhNNt58CMWU9PsBbv3PDCZUHbVxuDiH2mtA==", "dev": true, - "license": "MIT", "engines": { "node": ">=0.1.90" } }, + "node_modules/columnify": { + "version": "1.6.0", + "resolved": "https://registry.npmjs.org/columnify/-/columnify-1.6.0.tgz", + "integrity": "sha512-lomjuFZKfM6MSAnV9aCZC9sc0qGbmZdfygNv+nCpqVkSKdCxCklLtd16O0EILGkImHw9ZpHkAnHaB+8Zxq5W6Q==", + "dev": true, + "dependencies": { + "strip-ansi": "^6.0.1", + "wcwidth": "^1.0.0" + }, + "engines": { + "node": ">=8.0.0" + } + }, "node_modules/combined-stream": { "version": "1.0.8", - "license": "MIT", + "resolved": "https://registry.npmjs.org/combined-stream/-/combined-stream-1.0.8.tgz", + "integrity": "sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==", "dependencies": { "delayed-stream": "~1.0.0" }, @@ -25360,7 +24056,9 @@ }, "node_modules/comma-separated-tokens": { "version": "1.0.8", - "license": "MIT", + "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" @@ -25368,14 +24066,17 @@ }, "node_modules/commander": { "version": "6.2.1", - "license": "MIT", + "resolved": "https://registry.npmjs.org/commander/-/commander-6.2.1.tgz", + "integrity": "sha512-U7VdrJFnJgo4xjrHpTzu0yrHPGImdsmD95ZlgYSEajAn2JKzDhDTPG9kBTefmObL2w/ngeZnilk+OV9CG3d7UA==", + "dev": true, "engines": { "node": ">= 6" } }, "node_modules/comment-json": { "version": "4.2.3", - "license": "MIT", + "resolved": "https://registry.npmjs.org/comment-json/-/comment-json-4.2.3.tgz", + "integrity": "sha512-SsxdiOf064DWoZLH799Ata6u7iV658A11PlWtZATDlXPpKGJnbJZ5Z24ybixAi+LUUqJ/GKowAejtC5GFUG7Tw==", "dependencies": { "array-timsort": "^1.0.3", "core-util-is": "^1.0.3", @@ -25388,32 +24089,39 @@ } }, "node_modules/comment-parser": { - "version": "1.3.1", + "version": "1.4.1", + "resolved": "https://registry.npmjs.org/comment-parser/-/comment-parser-1.4.1.tgz", + "integrity": "sha512-buhp5kePrmda3vhc5B9t7pUQXAb2Tnd0qgpkIhPhkHXxJpiPJ11H0ZEU0oBpJ2QztSbzG/ZxMj/CHsYJqRHmyg==", "dev": true, - "license": "MIT", "engines": { "node": ">= 12.0.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==", "dev": true, - "license": "MIT", "engines": { "node": ">=4.0.0" } }, "node_modules/commondir": { "version": "1.0.1", - "license": "MIT" + "resolved": "https://registry.npmjs.org/commondir/-/commondir-1.0.1.tgz", + "integrity": "sha512-W9pAhw0ja1Edb5GVdIF1mjZw/ASI0AlShXM83UUGe2DVr5TdAPEA1OA8m/g8zWp9x6On7gqufY+FatDbC3MDQg==", + "dev": true }, "node_modules/component-emitter": { "version": "1.3.0", - "license": "MIT" + "resolved": "https://registry.npmjs.org/component-emitter/-/component-emitter-1.3.0.tgz", + "integrity": "sha512-Rd3se6QB+sO1TwqZjscQrurpEPIfO0/yYnSin6Q/rD3mOutHvUrCAhJub3r90uNb+SESBuE0QYoB90YdfatsRg==" }, "node_modules/compressible": { "version": "2.0.18", - "license": "MIT", + "resolved": "https://registry.npmjs.org/compressible/-/compressible-2.0.18.tgz", + "integrity": "sha512-AF3r7P5dWxL8MxyITRMlORQNaOA2IkAFaTr4k7BUumjPtRpGDTZpl0Pb1XCO6JeDCBdp126Cgs9sMxqSjgYyRg==", + "dev": true, "dependencies": { "mime-db": ">= 1.43.0 < 2" }, @@ -25423,7 +24131,9 @@ }, "node_modules/compression": { "version": "1.7.4", - "license": "MIT", + "resolved": "https://registry.npmjs.org/compression/-/compression-1.7.4.tgz", + "integrity": "sha512-jaSIDzP9pZVS4ZfQ+TzvtiWhdpFhE2RDHz8QJkpX9SIpLq88VueF5jJw6t+6CUQcAoA6t+x89MLrWAqpfDE8iQ==", + "dev": true, "dependencies": { "accepts": "~1.3.5", "bytes": "3.0.0", @@ -25439,25 +24149,32 @@ }, "node_modules/compression/node_modules/debug": { "version": "2.6.9", - "license": "MIT", + "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/compression/node_modules/ms": { "version": "2.0.0", - "license": "MIT" + "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", + "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==", + "dev": true }, "node_modules/concat-map": { "version": "0.0.1", - "license": "MIT" + "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz", + "integrity": "sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==" }, "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==", + "dev": true, "engines": [ "node >= 0.8" ], - "license": "MIT", "dependencies": { "buffer-from": "^1.0.0", "inherits": "^2.0.3", @@ -25467,11 +24184,15 @@ }, "node_modules/concat-stream/node_modules/isarray": { "version": "1.0.0", - "license": "MIT" + "resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz", + "integrity": "sha512-VLghIWNM6ELQzo7zwmcg0NmTVyWKYjvIeM83yjp0wRDTmUnrM678fQbcKBo6n2CJEF0szoG//ytg+TKla89ALQ==", + "dev": true }, "node_modules/concat-stream/node_modules/readable-stream": { "version": "2.3.8", - "license": "MIT", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.8.tgz", + "integrity": "sha512-8p0AUk4XODgIewSi0l8Epjs+EVnWiK7NoDIEGU0HhE7+ZyY8D1IMY7odu5lRrFXGg71L15KG8QrPmum45RTtdA==", + "dev": true, "dependencies": { "core-util-is": "~1.0.0", "inherits": "~2.0.3", @@ -25484,20 +24205,53 @@ }, "node_modules/concat-stream/node_modules/string_decoder": { "version": "1.1.1", - "license": "MIT", + "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz", + "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", + "dev": true, "dependencies": { "safe-buffer": "~5.1.0" } }, + "node_modules/configstore": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/configstore/-/configstore-6.0.0.tgz", + "integrity": "sha512-cD31W1v3GqUlQvbBCGcXmd2Nj9SvLDOP1oQ0YFuLETufzSPaKp11rYBsSOm7rCsW3OnIRAFM3OxRhceaXNYHkA==", + "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": ">=12" + }, + "funding": { + "url": "https://github.com/yeoman/configstore?sponsor=1" + } + }, + "node_modules/configstore/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/confusing-browser-globals": { "version": "1.0.11", - "dev": true, - "license": "MIT" + "resolved": "https://registry.npmjs.org/confusing-browser-globals/-/confusing-browser-globals-1.0.11.tgz", + "integrity": "sha512-JsPKdmh8ZkmnHxDk55FZ1TqVLvEQTvoByJZRN9jzI0UjxK/QgAmsphz7PGtqgPieQZ/CQcHWXCR7ATDNhGe+YA==", + "dev": true }, "node_modules/connect": { "version": "3.7.0", + "resolved": "https://registry.npmjs.org/connect/-/connect-3.7.0.tgz", + "integrity": "sha512-ZqRXc+tZukToSNmh5C2iWMSoV3X1YUcPbqEM4DkEG5tNQXrQUZCNVGGv3IuicnkMtPfGf3Xtp8WCXs295iQ1pQ==", "dev": true, - "license": "MIT", "dependencies": { "debug": "2.6.9", "finalhandler": "1.1.2", @@ -25510,32 +24264,36 @@ }, "node_modules/connect-history-api-fallback": { "version": "1.6.0", + "resolved": "https://registry.npmjs.org/connect-history-api-fallback/-/connect-history-api-fallback-1.6.0.tgz", + "integrity": "sha512-e54B99q/OUoH64zYYRf3HBP5z24G38h5D3qXu23JGRoigpX5Ss4r9ZnDk3g0Z8uQC2x2lPaJ+UlWBc1ZWBWdLg==", "dev": true, - "license": "MIT", "engines": { "node": ">=0.8" } }, "node_modules/connect-logger": { "version": "0.0.1", + "resolved": "https://registry.npmjs.org/connect-logger/-/connect-logger-0.0.1.tgz", + "integrity": "sha512-kC5FPWpcfgpW5HtICnXbdOAFa4uNilU4ZPmsH6RlXaDVfXLupyUjgI1otpj3kOcsoPpDxknxmcoM0wk0ApsjYQ==", "dev": true, - "license": "MIT", "dependencies": { "moment": "*" } }, "node_modules/connect/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, - "license": "MIT", "dependencies": { "ms": "2.0.0" } }, "node_modules/connect/node_modules/finalhandler": { "version": "1.1.2", + "resolved": "https://registry.npmjs.org/finalhandler/-/finalhandler-1.1.2.tgz", + "integrity": "sha512-aAWcW57uxVNrQZqFXjITpW3sIUQmHGG3qSb9mUah9MgMC4NeWhNOlNjXEYq3HjRAvL6arUviZGGJsBg6z0zsWA==", "dev": true, - "license": "MIT", "dependencies": { "debug": "2.6.9", "encodeurl": "~1.0.2", @@ -25551,13 +24309,15 @@ }, "node_modules/connect/node_modules/ms": { "version": "2.0.0", - "dev": true, - "license": "MIT" + "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", + "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==", + "dev": true }, "node_modules/connect/node_modules/on-finished": { "version": "2.3.0", + "resolved": "https://registry.npmjs.org/on-finished/-/on-finished-2.3.0.tgz", + "integrity": "sha512-ikqdkGAAyf/X/gPhXGvfgAytDZtDbr+bkNUJ0N9h5MI/dmdgCs3l6hoHrcUv41sRKew3jIwrp4qQDXiK99Utww==", "dev": true, - "license": "MIT", "dependencies": { "ee-first": "1.1.1" }, @@ -25567,26 +24327,36 @@ }, "node_modules/connect/node_modules/statuses": { "version": "1.5.0", + "resolved": "https://registry.npmjs.org/statuses/-/statuses-1.5.0.tgz", + "integrity": "sha512-OpZ3zP+jT1PI7I8nemJX4AKmAX070ZkYPVWV/AaKTJl+tXCTGyVdC1a4SL8RUQYEwk/f34ZX8UTykN68FwrqAA==", "dev": true, - "license": "MIT", "engines": { "node": ">= 0.6" } }, "node_modules/console-browserify": { - "version": "1.2.0" + "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/console-control-strings": { "version": "1.1.0", - "license": "ISC" + "resolved": "https://registry.npmjs.org/console-control-strings/-/console-control-strings-1.1.0.tgz", + "integrity": "sha512-ty/fTekppD2fIwRvnZAVdeOiGd1c7YXEixbgJTNzqcxJWKQnjJ/V1bNEEE6hygpM3WjwHFUVK6HTjWSzV4a8sQ==", + "devOptional": true }, "node_modules/constants-browserify": { "version": "1.0.0", - "license": "MIT" + "resolved": "https://registry.npmjs.org/constants-browserify/-/constants-browserify-1.0.0.tgz", + "integrity": "sha512-xFxOwqIzR/e1k1gLiWEophSCMqXcwVHIH7akf7b/vxcUeGunlj3hvZaaqxwHsTgn+IndtkQJgSztIDWeumWJDQ==", + "dev": true }, "node_modules/content-disposition": { "version": "0.5.4", - "license": "MIT", + "resolved": "https://registry.npmjs.org/content-disposition/-/content-disposition-0.5.4.tgz", + "integrity": "sha512-FveZTNuGw04cxlAiWbzi6zTAL/lhehaWbTtgluJh4/E95DqMwTmha3KZN1aAWA8cFIhHzMZUvLevkw5Rqk+tSQ==", + "dev": true, "dependencies": { "safe-buffer": "5.2.1" }, @@ -25596,6 +24366,9 @@ }, "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==", + "dev": true, "funding": [ { "type": "github", @@ -25609,30 +24382,37 @@ "type": "consulting", "url": "https://feross.org/support" } - ], - "license": "MIT" + ] }, "node_modules/content-type": { "version": "1.0.5", - "license": "MIT", + "resolved": "https://registry.npmjs.org/content-type/-/content-type-1.0.5.tgz", + "integrity": "sha512-nTjqfcBFEipKdXCv4YDQWCfmcLZKm81ldF0pAopTvyrFGVbcR6P/VAAd5G7N+0tTr8QqiU0tFadD6FK4NtJwOA==", + "dev": true, "engines": { "node": ">= 0.6" } }, "node_modules/convert-source-map": { "version": "1.9.0", - "license": "MIT" + "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-1.9.0.tgz", + "integrity": "sha512-ASFBup0Mz1uyiIjANan1jzLQami9z1PoYSZCiiYW2FczPbenXc45FZdBZLzOT+r6+iciuEModtmCti+hjaAk0A==", + "dev": true }, "node_modules/cookie": { "version": "0.5.0", - "license": "MIT", + "resolved": "https://registry.npmjs.org/cookie/-/cookie-0.5.0.tgz", + "integrity": "sha512-YZ3GUyn/o8gfKJlnlX7g7xq4gyO6OSuhGPKaaGssGB2qgDUS0gPgtTvoyZLTt9Ab6dC4hfc9dV5arkvc/OCmrw==", + "dev": true, "engines": { "node": ">= 0.6" } }, "node_modules/cookie-signature": { "version": "1.0.6", - "license": "MIT" + "resolved": "https://registry.npmjs.org/cookie-signature/-/cookie-signature-1.0.6.tgz", + "integrity": "sha512-QADzlaHc8icV8I7vbaJXJwod9HWYp8uCqf1xa4OfNu1T7JVxQIrUgOWtHdNDtPiywmFbiS12VjotIXLrKM3orQ==", + "dev": true }, "node_modules/cookiejar": { "version": "2.1.4", @@ -25641,8 +24421,9 @@ }, "node_modules/copy-anything": { "version": "2.0.6", + "resolved": "https://registry.npmjs.org/copy-anything/-/copy-anything-2.0.6.tgz", + "integrity": "sha512-1j20GZTsvKNkc4BY3NpMOM8tt///wY3FpIzozTOFO2ffuZcV61nojHXVKIy3WM+7ADCy5FVhdZYHYDdgTU0yJw==", "dev": true, - "license": "MIT", "dependencies": { "is-what": "^3.14.1" }, @@ -25652,7 +24433,9 @@ }, "node_modules/copy-concurrently": { "version": "1.0.5", - "license": "ISC", + "resolved": "https://registry.npmjs.org/copy-concurrently/-/copy-concurrently-1.0.5.tgz", + "integrity": "sha512-f2domd9fsVDFtaFcbaRZuYXwtdmnzqbADSwhSWYxYB/Q8zsdUUFMXVRwXGDMWmbEzAn1kdRrtI1T/KTFOL4X2A==", + "dev": true, "dependencies": { "aproba": "^1.1.1", "fs-write-stream-atomic": "^1.0.8", @@ -25664,11 +24447,15 @@ }, "node_modules/copy-concurrently/node_modules/aproba": { "version": "1.2.0", - "license": "ISC" + "resolved": "https://registry.npmjs.org/aproba/-/aproba-1.2.0.tgz", + "integrity": "sha512-Y9J6ZjXtoYh8RnXVCMOU/ttDmk1aBjunq9vO0ta5x85WDQiQfUF9sIPBITdbiiIVcBo03Hi3jMxigBtsddlXRw==", + "dev": true }, "node_modules/copy-concurrently/node_modules/glob": { "version": "7.2.3", - "license": "ISC", + "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", @@ -25684,9 +24471,23 @@ "url": "https://github.com/sponsors/isaacs" } }, + "node_modules/copy-concurrently/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": { + "brace-expansion": "^1.1.7" + }, + "engines": { + "node": "*" + } + }, "node_modules/copy-concurrently/node_modules/mkdirp": { "version": "0.5.6", - "license": "MIT", + "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" }, @@ -25696,7 +24497,9 @@ }, "node_modules/copy-concurrently/node_modules/rimraf": { "version": "2.7.1", - "license": "ISC", + "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-2.7.1.tgz", + "integrity": "sha512-uWjbaKIK3T1OSVptzX7Nl6PvQ3qAGtKEtVRjRuazjfL3Bx5eI409VZSqgND+4UNnmzLVdPj9FqFJNPqBZFve4w==", + "dev": true, "dependencies": { "glob": "^7.1.3" }, @@ -25706,15 +24509,18 @@ }, "node_modules/copy-descriptor": { "version": "0.1.1", - "license": "MIT", + "resolved": "https://registry.npmjs.org/copy-descriptor/-/copy-descriptor-0.1.1.tgz", + "integrity": "sha512-XgZ0pFcakEUlbwQEVNg3+QAis1FyTL3Qel9FYy8pSkQqoG3PNoT0bOCQtOXcOkur21r2Eq2kI+IE+gsmAEVlYw==", + "dev": true, "engines": { "node": ">=0.10.0" } }, "node_modules/copy-webpack-plugin": { "version": "11.0.0", + "resolved": "https://registry.npmjs.org/copy-webpack-plugin/-/copy-webpack-plugin-11.0.0.tgz", + "integrity": "sha512-fX2MWpamkW0hZxMEg0+mYnA40LTosOSa5TqZ9GYIBzyJa9C3QUaMPSE2xAi/buNr8u89SfD9wHSQVBzrRa/SOQ==", "dev": true, - "license": "MIT", "dependencies": { "fast-glob": "^3.2.11", "glob-parent": "^6.0.1", @@ -25735,9 +24541,10 @@ } }, "node_modules/copy-webpack-plugin/node_modules/fast-glob": { - "version": "3.2.12", + "version": "3.3.2", + "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.3.2.tgz", + "integrity": "sha512-oX2ruAFQwf/Orj8m737Y5adxDQO0LAB7/S5MnxCdTNDd4p6BsyIVsv9JQsATbTSq8KHRpLwIHbVlUNatxd+1Ow==", "dev": true, - "license": "MIT", "dependencies": { "@nodelib/fs.stat": "^2.0.2", "@nodelib/fs.walk": "^1.2.3", @@ -25751,8 +24558,9 @@ }, "node_modules/copy-webpack-plugin/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==", "dev": true, - "license": "ISC", "dependencies": { "is-glob": "^4.0.1" }, @@ -25762,8 +24570,9 @@ }, "node_modules/copy-webpack-plugin/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, - "license": "ISC", "dependencies": { "is-glob": "^4.0.3" }, @@ -25772,13 +24581,14 @@ } }, "node_modules/copy-webpack-plugin/node_modules/globby": { - "version": "13.1.4", + "version": "13.2.2", + "resolved": "https://registry.npmjs.org/globby/-/globby-13.2.2.tgz", + "integrity": "sha512-Y1zNGV+pzQdh7H39l9zgB4PJqjRNqydvdYCDG4HFXM4XuvSaQQlEc91IU1yALL8gUTDomgBAfz3XJdmUS+oo0w==", "dev": true, - "license": "MIT", "dependencies": { "dir-glob": "^3.0.1", - "fast-glob": "^3.2.11", - "ignore": "^5.2.0", + "fast-glob": "^3.3.0", + "ignore": "^5.2.4", "merge2": "^1.4.1", "slash": "^4.0.0" }, @@ -25789,28 +24599,11 @@ "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/copy-webpack-plugin/node_modules/schema-utils": { - "version": "4.0.1", - "dev": true, - "license": "MIT", - "dependencies": { - "@types/json-schema": "^7.0.9", - "ajv": "^8.9.0", - "ajv-formats": "^2.1.1", - "ajv-keywords": "^5.1.0" - }, - "engines": { - "node": ">= 12.13.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/webpack" - } - }, "node_modules/copy-webpack-plugin/node_modules/slash": { "version": "4.0.0", + "resolved": "https://registry.npmjs.org/slash/-/slash-4.0.0.tgz", + "integrity": "sha512-3dOsAHXXUkQTpOYcoAxLIorMTp4gIQr5IW3iVb7A7lFIp0VHhnynm9izx6TssdrIcVIESAlVjtnO2K8bg+Coew==", "dev": true, - "license": "MIT", "engines": { "node": ">=12" }, @@ -25819,33 +24612,71 @@ } }, "node_modules/core-js": { - "version": "3.30.1", + "version": "3.33.2", + "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.33.2.tgz", + "integrity": "sha512-XeBzWI6QL3nJQiHmdzbAOiMYqjrb7hwU7A39Qhvd/POSa/t9E1AeZyEZx3fNvp/vtM8zXwhoL0FsiS0hD0pruQ==", + "dev": true, "hasInstallScript": true, - "license": "MIT", "funding": { "type": "opencollective", "url": "https://opencollective.com/core-js" } }, "node_modules/core-js-compat": { - "version": "3.30.1", - "license": "MIT", + "version": "3.33.2", + "resolved": "https://registry.npmjs.org/core-js-compat/-/core-js-compat-3.33.2.tgz", + "integrity": "sha512-axfo+wxFVxnqf8RvxTzoAlzW4gRoacrHeoFlc9n0x50+7BEyZL/Rt3hicaED1/CEd7I6tPCPVUYcJwCMO5XUYw==", + "dev": true, "dependencies": { - "browserslist": "^4.21.5" + "browserslist": "^4.22.1" }, "funding": { "type": "opencollective", "url": "https://opencollective.com/core-js" } }, + "node_modules/core-js-compat/node_modules/browserslist": { + "version": "4.22.1", + "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.22.1.tgz", + "integrity": "sha512-FEVc202+2iuClEhZhrWy6ZiAcRLvNMyYcxZ8raemul1DYVOVdFsbqckWLdsixQZCpJlwe77Z3UTalE7jsjnKfQ==", + "dev": true, + "funding": [ + { + "type": "opencollective", + "url": "https://opencollective.com/browserslist" + }, + { + "type": "tidelift", + "url": "https://tidelift.com/funding/github/npm/browserslist" + }, + { + "type": "github", + "url": "https://github.com/sponsors/ai" + } + ], + "dependencies": { + "caniuse-lite": "^1.0.30001541", + "electron-to-chromium": "^1.4.535", + "node-releases": "^2.0.13", + "update-browserslist-db": "^1.0.13" + }, + "bin": { + "browserslist": "cli.js" + }, + "engines": { + "node": "^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7" + } + }, "node_modules/core-util-is": { "version": "1.0.3", - "license": "MIT" + "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==", "dev": true, - "license": "MIT", "dependencies": { "object-assign": "^4", "vary": "^1" @@ -25856,29 +24687,34 @@ }, "node_modules/corser": { "version": "2.0.1", + "resolved": "https://registry.npmjs.org/corser/-/corser-2.0.1.tgz", + "integrity": "sha512-utCYNzRSQIZNPIcGZdQc92UVJYAhtGAteCFg0yRaFm8f0P+CPtyGyHXJcGXnffjCybUCEx3FQ2G7U3/o9eIkVQ==", "dev": true, - "license": "MIT", "engines": { "node": ">= 0.4.0" } }, "node_modules/cosmiconfig": { - "version": "7.1.0", - "license": "MIT", + "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.2.1", + "import-fresh": "^3.1.0", "parse-json": "^5.0.0", "path-type": "^4.0.0", - "yaml": "^1.10.0" + "yaml": "^1.7.2" }, "engines": { - "node": ">=10" + "node": ">=8" } }, "node_modules/cp-file": { "version": "7.0.0", - "license": "MIT", + "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", @@ -25891,7 +24727,9 @@ }, "node_modules/cp-file/node_modules/make-dir": { "version": "3.1.0", - "license": "MIT", + "resolved": "https://registry.npmjs.org/make-dir/-/make-dir-3.1.0.tgz", + "integrity": "sha512-g3FeP20LNwhALb/6Cz6Dd4F2ngze0jz7tbzrD2wAV+o9FeNHe4rL+yK2md0J/fiSf1sa1ADhXqi5+oVwOM/eGw==", + "dev": true, "dependencies": { "semver": "^6.0.0" }, @@ -25906,13 +24744,16 @@ "version": "6.3.1", "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz", "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==", + "dev": true, "bin": { "semver": "bin/semver.js" } }, "node_modules/cpy": { "version": "8.1.2", - "license": "MIT", + "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", @@ -25933,14 +24774,18 @@ }, "node_modules/cpy/node_modules/@nodelib/fs.stat": { "version": "1.1.3", - "license": "MIT", + "resolved": "https://registry.npmjs.org/@nodelib/fs.stat/-/fs.stat-1.1.3.tgz", + "integrity": "sha512-shAmDyaQC4H92APFoIaVDHCx5bStIocgvbwQyxPRrbUY20V1EYTbSDchWbuwlMG3V17cprZhA6+78JfB+3DTPw==", + "dev": true, "engines": { "node": ">= 6" } }, "node_modules/cpy/node_modules/@types/glob": { "version": "7.2.0", - "license": "MIT", + "resolved": "https://registry.npmjs.org/@types/glob/-/glob-7.2.0.tgz", + "integrity": "sha512-ZUxbzKl0IfJILTS6t7ip5fQQM/J3TJYubDm3nMbgubNNYS62eXeUpoLUC8/7fJNiFYHTrGPQn7hspDUzIHX3UA==", + "dev": true, "dependencies": { "@types/minimatch": "*", "@types/node": "*" @@ -25948,7 +24793,9 @@ }, "node_modules/cpy/node_modules/array-union": { "version": "1.0.2", - "license": "MIT", + "resolved": "https://registry.npmjs.org/array-union/-/array-union-1.0.2.tgz", + "integrity": "sha512-Dxr6QJj/RdU/hCaBjOfxW+q6lyuVE6JFWIrAUpuOOhoJJoQ99cUn3igRaHVB5P9WrgFVN0FfArM3x0cueOU8ng==", + "dev": true, "dependencies": { "array-uniq": "^1.0.1" }, @@ -25958,7 +24805,9 @@ }, "node_modules/cpy/node_modules/braces": { "version": "2.3.2", - "license": "MIT", + "resolved": "https://registry.npmjs.org/braces/-/braces-2.3.2.tgz", + "integrity": "sha512-aNdbnj9P8PjdXU4ybaWLK2IF3jc/EoDYbC7AazW6to3TRsfXxscC9UXOB5iDiEQrkyIbWp2SLQda4+QAa7nc3w==", + "dev": true, "dependencies": { "arr-flatten": "^1.1.0", "array-unique": "^0.3.2", @@ -25977,7 +24826,9 @@ }, "node_modules/cpy/node_modules/braces/node_modules/extend-shallow": { "version": "2.0.1", - "license": "MIT", + "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz", + "integrity": "sha512-zCnTtlxNoAiDc3gqY2aYAWFx7XWWiasuF2K8Me5WbN8otHKTUKBwjPtNpRs/rbUZm7KxWAaNj7P1a/p52GbVug==", + "dev": true, "dependencies": { "is-extendable": "^0.1.0" }, @@ -25987,7 +24838,9 @@ }, "node_modules/cpy/node_modules/dir-glob": { "version": "2.2.2", - "license": "MIT", + "resolved": "https://registry.npmjs.org/dir-glob/-/dir-glob-2.2.2.tgz", + "integrity": "sha512-f9LBi5QWzIW3I6e//uxZoLBlUt9kcp66qo0sSCxL6YZKc75R1c4MFCoe/LaZiBGmgujvQdxc5Bn3QhfyvK5Hsw==", + "dev": true, "dependencies": { "path-type": "^3.0.0" }, @@ -25997,7 +24850,9 @@ }, "node_modules/cpy/node_modules/fast-glob": { "version": "2.2.7", - "license": "MIT", + "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", @@ -26012,7 +24867,9 @@ }, "node_modules/cpy/node_modules/fill-range": { "version": "4.0.0", - "license": "MIT", + "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", @@ -26025,7 +24882,9 @@ }, "node_modules/cpy/node_modules/fill-range/node_modules/extend-shallow": { "version": "2.0.1", - "license": "MIT", + "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz", + "integrity": "sha512-zCnTtlxNoAiDc3gqY2aYAWFx7XWWiasuF2K8Me5WbN8otHKTUKBwjPtNpRs/rbUZm7KxWAaNj7P1a/p52GbVug==", + "dev": true, "dependencies": { "is-extendable": "^0.1.0" }, @@ -26035,7 +24894,9 @@ }, "node_modules/cpy/node_modules/glob": { "version": "7.2.3", - "license": "ISC", + "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", @@ -26053,7 +24914,9 @@ }, "node_modules/cpy/node_modules/glob-parent": { "version": "3.1.0", - "license": "ISC", + "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-3.1.0.tgz", + "integrity": "sha512-E8Ak/2+dZY6fnzlR7+ueWvhsH1SjHr4jjss4YS/h4py44jY9MhK/VFdaZJAWDz6BbL21KeteKxFSFpq8OS5gVA==", + "dev": true, "dependencies": { "is-glob": "^3.1.0", "path-dirname": "^1.0.0" @@ -26061,7 +24924,9 @@ }, "node_modules/cpy/node_modules/glob-parent/node_modules/is-glob": { "version": "3.1.0", - "license": "MIT", + "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" }, @@ -26071,7 +24936,9 @@ }, "node_modules/cpy/node_modules/globby": { "version": "9.2.0", - "license": "MIT", + "resolved": "https://registry.npmjs.org/globby/-/globby-9.2.0.tgz", + "integrity": "sha512-ollPHROa5mcxDEkwg6bPt3QbEf4pDQSNtd6JPL1YvOvAo/7/0VAm9TccUeoTmarjPw4pfUthSCqcyfNB1I3ZSg==", + "dev": true, "dependencies": { "@types/glob": "^7.1.1", "array-union": "^1.0.2", @@ -26088,25 +24955,33 @@ }, "node_modules/cpy/node_modules/ignore": { "version": "4.0.6", - "license": "MIT", + "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_modules/cpy/node_modules/is-buffer": { "version": "1.1.6", - "license": "MIT" + "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": "0.1.1", - "license": "MIT", + "resolved": "https://registry.npmjs.org/is-extendable/-/is-extendable-0.1.1.tgz", + "integrity": "sha512-5BMULNob1vgFX6EjQw5izWDxrecWK9AM72rugNr0TFldMOi0fj6Jk+zeKIt0xGj4cEfQIJth4w3OKWOJ4f+AFw==", + "dev": true, "engines": { "node": ">=0.10.0" } }, "node_modules/cpy/node_modules/is-number": { "version": "3.0.0", - "license": "MIT", + "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" }, @@ -26116,7 +24991,9 @@ }, "node_modules/cpy/node_modules/is-number/node_modules/kind-of": { "version": "3.2.2", - "license": "MIT", + "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" }, @@ -26126,7 +25003,9 @@ }, "node_modules/cpy/node_modules/micromatch": { "version": "3.1.10", - "license": "MIT", + "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", @@ -26146,9 +25025,23 @@ "node": ">=0.10.0" } }, + "node_modules/cpy/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": { + "brace-expansion": "^1.1.7" + }, + "engines": { + "node": "*" + } + }, "node_modules/cpy/node_modules/p-map": { "version": "3.0.0", - "license": "MIT", + "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": { "aggregate-error": "^3.0.0" }, @@ -26158,7 +25051,9 @@ }, "node_modules/cpy/node_modules/path-type": { "version": "3.0.0", - "license": "MIT", + "resolved": "https://registry.npmjs.org/path-type/-/path-type-3.0.0.tgz", + "integrity": "sha512-T2ZUsdZFHgA3u4e5PfPbjd7HDDpxPnQb5jN0SrDsjNSuVXHJqtwTnWqG0B1jZrgmJ/7lj1EmVIByWt1gxGkWvg==", + "dev": true, "dependencies": { "pify": "^3.0.0" }, @@ -26168,21 +25063,27 @@ }, "node_modules/cpy/node_modules/path-type/node_modules/pify": { "version": "3.0.0", - "license": "MIT", + "resolved": "https://registry.npmjs.org/pify/-/pify-3.0.0.tgz", + "integrity": "sha512-C3FsVNH1udSEX48gGX1xfvwTWfsYWj5U+8/uK15BGzIGrKoUpghX8hWZwa/OFnakBiiVNmBvemTJR5mcy7iPcg==", + "dev": true, "engines": { "node": ">=4" } }, "node_modules/cpy/node_modules/slash": { "version": "2.0.0", - "license": "MIT", + "resolved": "https://registry.npmjs.org/slash/-/slash-2.0.0.tgz", + "integrity": "sha512-ZYKh3Wh2z1PpEXWr0MpSBZ0V6mZHAQfYevttO11c51CaWjGTaadiKZ+wVt1PbMlDV5qhMFslpZCemhwOK7C89A==", + "dev": true, "engines": { "node": ">=6" } }, "node_modules/cpy/node_modules/to-regex-range": { "version": "2.1.1", - "license": "MIT", + "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" @@ -26193,7 +25094,9 @@ }, "node_modules/create-ecdh": { "version": "4.0.4", - "license": "MIT", + "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" @@ -26201,11 +25104,15 @@ }, "node_modules/create-ecdh/node_modules/bn.js": { "version": "4.12.0", - "license": "MIT" + "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", - "license": "MIT", + "resolved": "https://registry.npmjs.org/create-hash/-/create-hash-1.2.0.tgz", + "integrity": "sha512-z00bCGNHDG8mHAkP7CtT1qVu+bFQUPjYq/4Iv3C3kWjTFV10zIjfSoeqXo9Asws8gwSHDGj/hl2u4OGIjapeCg==", + "dev": true, "dependencies": { "cipher-base": "^1.0.1", "inherits": "^2.0.1", @@ -26216,7 +25123,9 @@ }, "node_modules/create-hmac": { "version": "1.1.7", - "license": "MIT", + "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", @@ -26228,13 +25137,15 @@ }, "node_modules/create-require": { "version": "1.1.1", - "dev": true, - "license": "MIT" + "resolved": "https://registry.npmjs.org/create-require/-/create-require-1.1.1.tgz", + "integrity": "sha512-dcKFX3jn0MpIaXjisoRvexIJVEKzaq7z2rZKxf+MSr9TkdmHmsU4m2lcLojrj/FHl8mk5VxMmYA+ftRkP/3oKQ==", + "dev": true }, "node_modules/critters": { "version": "0.0.16", + "resolved": "https://registry.npmjs.org/critters/-/critters-0.0.16.tgz", + "integrity": "sha512-JwjgmO6i3y6RWtLYmXwO5jMd+maZt8Tnfu7VVISmEWyQqfLpB8soBswf8/2bu6SBXxtKA68Al3c+qIG1ApT68A==", "dev": true, - "license": "Apache-2.0", "dependencies": { "chalk": "^4.1.0", "css-select": "^4.2.0", @@ -26246,8 +25157,9 @@ }, "node_modules/critters/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==", "dev": true, - "license": "MIT", "dependencies": { "color-convert": "^2.0.1" }, @@ -26260,8 +25172,9 @@ }, "node_modules/critters/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, - "license": "MIT", "dependencies": { "ansi-styles": "^4.1.0", "supports-color": "^7.1.0" @@ -26275,8 +25188,9 @@ }, "node_modules/critters/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==", "dev": true, - "license": "MIT", "dependencies": { "color-name": "~1.1.4" }, @@ -26284,23 +25198,32 @@ "node": ">=7.0.0" } }, + "node_modules/critters/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==", + "dev": true + }, "node_modules/critters/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==", "dev": true, - "license": "MIT", "engines": { "node": ">=8" } }, "node_modules/critters/node_modules/parse5": { "version": "6.0.1", - "dev": true, - "license": "MIT" + "resolved": "https://registry.npmjs.org/parse5/-/parse5-6.0.1.tgz", + "integrity": "sha512-Ofn/CTFzRGTTxwpNEs9PP93gXShHcTq255nzRYSKe8AkVpZY7e1fpmTfOyoIvjP5HG7Z2ZM7VS9PPhQGW2pOpw==", + "dev": true }, "node_modules/critters/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, - "license": "MIT", "dependencies": { "has-flag": "^4.0.0" }, @@ -26310,38 +25233,22 @@ }, "node_modules/cropperjs": { "version": "1.5.13", - "license": "MIT" + "resolved": "https://registry.npmjs.org/cropperjs/-/cropperjs-1.5.13.tgz", + "integrity": "sha512-by7jKAo73y5/Do0K6sxdTKHgndY0NMjG2bEdgeJxycbcmHuCiMXqw8sxy5C5Y5WTOTcDGmbT7Sr5CgKOXR06OA==" }, "node_modules/cross-fetch": { - "version": "3.1.5", + "version": "3.1.8", + "resolved": "https://registry.npmjs.org/cross-fetch/-/cross-fetch-3.1.8.tgz", + "integrity": "sha512-cvA+JwZoU0Xq+h6WkMvAUqPEYy92Obet6UdKLfW60qn99ftItKjB5T+BkyWOFWe2pUyfQ+IJHmpOTznqk1M6Kg==", "dev": true, - "license": "MIT", "dependencies": { - "node-fetch": "2.6.7" - } - }, - "node_modules/cross-fetch/node_modules/node-fetch": { - "version": "2.6.7", - "dev": true, - "license": "MIT", - "dependencies": { - "whatwg-url": "^5.0.0" - }, - "engines": { - "node": "4.x || >=6.0.0" - }, - "peerDependencies": { - "encoding": "^0.1.0" - }, - "peerDependenciesMeta": { - "encoding": { - "optional": true - } + "node-fetch": "^2.6.12" } }, "node_modules/cross-spawn": { "version": "7.0.3", - "license": "MIT", + "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", @@ -26353,7 +25260,9 @@ }, "node_modules/crypto-browserify": { "version": "3.12.0", - "license": "MIT", + "resolved": "https://registry.npmjs.org/crypto-browserify/-/crypto-browserify-3.12.0.tgz", + "integrity": "sha512-fz4spIh+znjO2VjL+IdhEpRJ3YN6sMzITSBijk6FK2UvTqruSQW+/cCZTSNsMiZNvUeq0CqurF+dAbyiGOY6Wg==", + "dev": true, "dependencies": { "browserify-cipher": "^1.0.0", "browserify-sign": "^4.0.0", @@ -26371,48 +25280,44 @@ "node": "*" } }, - "node_modules/cspell-dictionary": { - "version": "7.3.6", - "resolved": "https://registry.npmjs.org/cspell-dictionary/-/cspell-dictionary-7.3.6.tgz", - "integrity": "sha512-8E0qsGTP7uHZeQ0qD6au+bjaj4M9F4AgurssG3VQuvsYpzEI6S/81U3GQVzcn/4mn7Z5KE286CElZQWAiQPLQA==", + "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==", "dependencies": { - "@cspell/cspell-pipe": "7.3.6", - "@cspell/cspell-types": "7.3.6", - "cspell-trie-lib": "7.3.6", + "type-fest": "^1.0.1" + }, + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "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==", + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/cspell-dictionary": { + "version": "8.0.0", + "resolved": "https://registry.npmjs.org/cspell-dictionary/-/cspell-dictionary-8.0.0.tgz", + "integrity": "sha512-R/AzUj7W7F4O4fAOL8jvIiUqPYGy6jIBlDkxO9SZe/A6D2kOICZZzGSXMZ0M7OKYqxc6cioQUMKOJsLkDXfDXw==", + "dependencies": { + "@cspell/cspell-pipe": "8.0.0", + "@cspell/cspell-types": "8.0.0", + "cspell-trie-lib": "8.0.0", "fast-equals": "^4.0.3", "gensequence": "^6.0.0" }, "engines": { - "node": ">=16" - } - }, - "node_modules/cspell-dictionary/node_modules/@cspell/cspell-pipe": { - "version": "7.3.6", - "resolved": "https://registry.npmjs.org/@cspell/cspell-pipe/-/cspell-pipe-7.3.6.tgz", - "integrity": "sha512-tvNgi31f/p8M108YlDhkC8nqLJBpD1mvVqYNxL+kB/aQtkaw0AHKDsuRhg0rU6xL5MAEnoi3fXgT1HoADhJpbA==", - "engines": { - "node": ">=16" - } - }, - "node_modules/cspell-dictionary/node_modules/@cspell/cspell-types": { - "version": "7.3.6", - "resolved": "https://registry.npmjs.org/@cspell/cspell-types/-/cspell-types-7.3.6.tgz", - "integrity": "sha512-JnuIMJasZtJpZm0+hzr3emkRJ0PP6QWc9zgd3fx4U8W0lHGZ3Zil5peg67SnjmdTVm4UE63UviAl1y6DyD4kLg==", - "engines": { - "node": ">=16" - } - }, - "node_modules/cspell-dictionary/node_modules/cspell-trie-lib": { - "version": "7.3.6", - "resolved": "https://registry.npmjs.org/cspell-trie-lib/-/cspell-trie-lib-7.3.6.tgz", - "integrity": "sha512-75lSsKTdmFpewEl8Q+/WnSbpZ+JjoNnSDobNDcjZHTTnj/TlgCVxXASTaFLlXnqWU51QX+5798smnqpWBcJigg==", - "dependencies": { - "@cspell/cspell-pipe": "7.3.6", - "@cspell/cspell-types": "7.3.6", - "gensequence": "^6.0.0" - }, - "engines": { - "node": ">=16" + "node": ">=18" } }, "node_modules/cspell-dictionary/node_modules/fast-equals": { @@ -26420,72 +25325,189 @@ "resolved": "https://registry.npmjs.org/fast-equals/-/fast-equals-4.0.3.tgz", "integrity": "sha512-G3BSX9cfKttjr+2o1O22tYMLq0DPluZnYtq1rXumE1SpL/F/SLIfHx08WYQoWSIpeMYf8sRbJ8++71+v6Pnxfg==" }, - "node_modules/cspell-dictionary/node_modules/gensequence": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/gensequence/-/gensequence-6.0.0.tgz", - "integrity": "sha512-8WwuywE9pokJRAcg2QFR/plk3cVPebSUqRPzpGQh3WQ0wIiHAw+HyOQj5IuHyUTQBHpBKFoB2JUMu9zT3vJ16Q==", + "node_modules/cspell-glob": { + "version": "8.0.0", + "resolved": "https://registry.npmjs.org/cspell-glob/-/cspell-glob-8.0.0.tgz", + "integrity": "sha512-wOkRA1OTIPhyN7a+k9Qq45yFXM+tBFi9DS5ObiLv6t6VTBIeMQpwRK0KLViHmjTgiA6eWx53Dnr+DZfxcAkcZA==", + "dependencies": { + "micromatch": "^4.0.5" + }, "engines": { - "node": ">=16" + "node": ">=18" } }, "node_modules/cspell-grammar": { - "version": "7.3.6", - "resolved": "https://registry.npmjs.org/cspell-grammar/-/cspell-grammar-7.3.6.tgz", - "integrity": "sha512-04kvcptwvJBSMfcOTbanEFa194Xkpkjo4wkTImO26Zzu06tGawbL4FPPQdGygMz7yTdc6Wlrlks5TNChWlcn+Q==", + "version": "8.0.0", + "resolved": "https://registry.npmjs.org/cspell-grammar/-/cspell-grammar-8.0.0.tgz", + "integrity": "sha512-uxpRvbBxOih6SjFQvKTBPTA+YyqYM5UFTNTFuRnA6g6WZeg+NJaTkbQrTgXja4B2r8MJ6XU22YrKTtHNNcP7bQ==", "dependencies": { - "@cspell/cspell-pipe": "7.3.6", - "@cspell/cspell-types": "7.3.6" + "@cspell/cspell-pipe": "8.0.0", + "@cspell/cspell-types": "8.0.0" }, "bin": { "cspell-grammar": "bin.mjs" }, "engines": { - "node": ">=16" + "node": ">=18" } }, - "node_modules/cspell-grammar/node_modules/@cspell/cspell-pipe": { - "version": "7.3.6", - "resolved": "https://registry.npmjs.org/@cspell/cspell-pipe/-/cspell-pipe-7.3.6.tgz", - "integrity": "sha512-tvNgi31f/p8M108YlDhkC8nqLJBpD1mvVqYNxL+kB/aQtkaw0AHKDsuRhg0rU6xL5MAEnoi3fXgT1HoADhJpbA==", + "node_modules/cspell-io": { + "version": "8.0.0", + "resolved": "https://registry.npmjs.org/cspell-io/-/cspell-io-8.0.0.tgz", + "integrity": "sha512-NVdVmQd7SU/nxYwWtO/6gzux/kp1Dt36zKds0+QHZhQ18JJjXduF5e+WUttqKi2oj/vvmjiG4HGFKQVDBcBz3w==", + "dependencies": { + "@cspell/cspell-service-bus": "8.0.0" + }, "engines": { - "node": ">=16" + "node": ">=18" } }, - "node_modules/cspell-grammar/node_modules/@cspell/cspell-types": { - "version": "7.3.6", - "resolved": "https://registry.npmjs.org/@cspell/cspell-types/-/cspell-types-7.3.6.tgz", - "integrity": "sha512-JnuIMJasZtJpZm0+hzr3emkRJ0PP6QWc9zgd3fx4U8W0lHGZ3Zil5peg67SnjmdTVm4UE63UviAl1y6DyD4kLg==", + "node_modules/cspell-lib": { + "version": "8.0.0", + "resolved": "https://registry.npmjs.org/cspell-lib/-/cspell-lib-8.0.0.tgz", + "integrity": "sha512-X/BzUjrzHOx7YlhvSph/OlMu1RmCTnybeZvIE67d1Pd7wT1TmZhFTnmvruUhoHxWEudOEe4HjzuNL9ph6Aw+aA==", + "dependencies": { + "@cspell/cspell-bundled-dicts": "8.0.0", + "@cspell/cspell-pipe": "8.0.0", + "@cspell/cspell-resolver": "8.0.0", + "@cspell/cspell-types": "8.0.0", + "@cspell/dynamic-import": "8.0.0", + "@cspell/strong-weak-map": "8.0.0", + "clear-module": "^4.1.2", + "comment-json": "^4.2.3", + "configstore": "^6.0.0", + "cosmiconfig": "8.0.0", + "cspell-dictionary": "8.0.0", + "cspell-glob": "8.0.0", + "cspell-grammar": "8.0.0", + "cspell-io": "8.0.0", + "cspell-trie-lib": "8.0.0", + "fast-equals": "^5.0.1", + "find-up": "^6.3.0", + "gensequence": "^6.0.0", + "import-fresh": "^3.3.0", + "resolve-from": "^5.0.0", + "vscode-languageserver-textdocument": "^1.0.11", + "vscode-uri": "^3.0.8" + }, "engines": { - "node": ">=16" + "node": ">=18" + } + }, + "node_modules/cspell-lib/node_modules/cosmiconfig": { + "version": "8.0.0", + "resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-8.0.0.tgz", + "integrity": "sha512-da1EafcpH6b/TD8vDRaWV7xFINlHlF6zKsGwS1TsuVJTZRkquaS5HTMq7uq6h31619QjbsYl21gVDOm32KM1vQ==", + "dependencies": { + "import-fresh": "^3.2.1", + "js-yaml": "^4.1.0", + "parse-json": "^5.0.0", + "path-type": "^4.0.0" + }, + "engines": { + "node": ">=14" + } + }, + "node_modules/cspell-lib/node_modules/find-up": { + "version": "6.3.0", + "resolved": "https://registry.npmjs.org/find-up/-/find-up-6.3.0.tgz", + "integrity": "sha512-v2ZsoEuVHYy8ZIlYqwPe/39Cy+cFDzp4dXPaxNvkEuouymu+2Jbz0PxpKarJHYJTmv2HWT3O382qY8l4jMWthw==", + "dependencies": { + "locate-path": "^7.1.0", + "path-exists": "^5.0.0" + }, + "engines": { + "node": "^12.20.0 || ^14.13.1 || >=16.0.0" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/cspell-lib/node_modules/locate-path": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-7.2.0.tgz", + "integrity": "sha512-gvVijfZvn7R+2qyPX8mAuKcFGDf6Nc61GdvGafQsHL0sBIxfKzA+usWn4GFC/bk+QdwPUD4kWFJLhElipq+0VA==", + "dependencies": { + "p-locate": "^6.0.0" + }, + "engines": { + "node": "^12.20.0 || ^14.13.1 || >=16.0.0" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/cspell-lib/node_modules/p-limit": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-4.0.0.tgz", + "integrity": "sha512-5b0R4txpzjPWVw/cXXUResoD4hb6U/x9BH08L7nw+GN1sezDzPdxeRvpc9c433fZhBan/wusjbCsqwqm4EIBIQ==", + "dependencies": { + "yocto-queue": "^1.0.0" + }, + "engines": { + "node": "^12.20.0 || ^14.13.1 || >=16.0.0" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/cspell-lib/node_modules/p-locate": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-6.0.0.tgz", + "integrity": "sha512-wPrq66Llhl7/4AGC6I+cqxT07LhXvWL08LNXz1fENOw0Ap4sRZZ/gZpTTJ5jpurzzzfS2W/Ge9BY3LgLjCShcw==", + "dependencies": { + "p-limit": "^4.0.0" + }, + "engines": { + "node": "^12.20.0 || ^14.13.1 || >=16.0.0" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/cspell-lib/node_modules/path-exists": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-5.0.0.tgz", + "integrity": "sha512-RjhtfwJOxzcFmNOi6ltcbcu4Iu+FL3zEj83dk4kAS+fVpTxXLO1b38RvJgT/0QwvV/L3aY9TAnyv0EOqW4GoMQ==", + "engines": { + "node": "^12.20.0 || ^14.13.1 || >=16.0.0" + } + }, + "node_modules/cspell-lib/node_modules/yocto-queue": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/yocto-queue/-/yocto-queue-1.0.0.tgz", + "integrity": "sha512-9bnSc/HEW2uRy67wc+T8UwauLuPJVn28jb+GtJY16iiKWyvmYJRXVT4UamsAEGQfPohgr2q4Tq0sQbQlxTfi1g==", + "engines": { + "node": ">=12.20" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/cspell-trie-lib": { + "version": "8.0.0", + "resolved": "https://registry.npmjs.org/cspell-trie-lib/-/cspell-trie-lib-8.0.0.tgz", + "integrity": "sha512-0rC5e1C0uM78uuS+lC1T18EojWZyNvq4bPOPCisnwuhuWrAfCqrFrX/qDNslWk3VTOPbsEMlFj6OnIGQnfwSKg==", + "dependencies": { + "@cspell/cspell-pipe": "8.0.0", + "@cspell/cspell-types": "8.0.0", + "gensequence": "^6.0.0" + }, + "engines": { + "node": ">=18" } }, "node_modules/css": { "version": "3.0.0", + "resolved": "https://registry.npmjs.org/css/-/css-3.0.0.tgz", + "integrity": "sha512-DG9pFfwOrzc+hawpmqX/dHYHJG+Bsdb0klhyi1sDneOgGOXy9wQIC8hzyVp1e4NRYDBdxcylvywPkkXCHAzTyQ==", "dev": true, - "license": "MIT", "dependencies": { "inherits": "^2.0.4", "source-map": "^0.6.1", "source-map-resolve": "^0.6.0" } }, - "node_modules/css-blank-pseudo": { - "version": "3.0.3", - "dev": true, - "license": "CC0-1.0", - "dependencies": { - "postcss-selector-parser": "^6.0.9" - }, - "bin": { - "css-blank-pseudo": "dist/cli.cjs" - }, - "engines": { - "node": "^12 || ^14 || >=16" - }, - "peerDependencies": { - "postcss": "^8.4" - } - }, "node_modules/css-declaration-sorter": { "version": "6.4.1", "resolved": "https://registry.npmjs.org/css-declaration-sorter/-/css-declaration-sorter-6.4.1.tgz", @@ -26499,28 +25521,12 @@ } }, "node_modules/css-functions-list": { - "version": "3.1.0", + "version": "3.2.1", + "resolved": "https://registry.npmjs.org/css-functions-list/-/css-functions-list-3.2.1.tgz", + "integrity": "sha512-Nj5YcaGgBtuUmn1D7oHqPW0c9iui7xsTsj5lIX8ZgevdfhmjFfKB3r8moHJtNJnctnYXJyYX5I1pp90HM4TPgQ==", "dev": true, - "license": "MIT", "engines": { - "node": ">=12.22" - } - }, - "node_modules/css-has-pseudo": { - "version": "3.0.4", - "dev": true, - "license": "CC0-1.0", - "dependencies": { - "postcss-selector-parser": "^6.0.9" - }, - "bin": { - "css-has-pseudo": "dist/cli.cjs" - }, - "engines": { - "node": "^12 || ^14 || >=16" - }, - "peerDependencies": { - "postcss": "^8.4" + "node": ">=12 || >=16" } }, "node_modules/css-loader": { @@ -26549,37 +25555,6 @@ "webpack": "^5.0.0" } }, - "node_modules/css-loader/node_modules/lru-cache": { - "version": "6.0.0", - "dev": true, - "license": "ISC", - "dependencies": { - "yallist": "^4.0.0" - }, - "engines": { - "node": ">=10" - } - }, - "node_modules/css-loader/node_modules/semver": { - "version": "7.5.4", - "resolved": "https://registry.npmjs.org/semver/-/semver-7.5.4.tgz", - "integrity": "sha512-1bCSESV6Pv+i21Hvpxp3Dx+pSD8lIPt8uVjRrxAUt/nbswYc+tK6Y2btiULjd4+fnq15PX+nqQDC7Oft7WkwcA==", - "dev": true, - "dependencies": { - "lru-cache": "^6.0.0" - }, - "bin": { - "semver": "bin/semver.js" - }, - "engines": { - "node": ">=10" - } - }, - "node_modules/css-loader/node_modules/yallist": { - "version": "4.0.0", - "dev": true, - "license": "ISC" - }, "node_modules/css-minimizer-webpack-plugin": { "version": "3.4.1", "resolved": "https://registry.npmjs.org/css-minimizer-webpack-plugin/-/css-minimizer-webpack-plugin-3.4.1.tgz", @@ -26641,25 +25616,6 @@ "node": ">= 10.13.0" } }, - "node_modules/css-minimizer-webpack-plugin/node_modules/schema-utils": { - "version": "4.2.0", - "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-4.2.0.tgz", - "integrity": "sha512-L0jRsrPpjdckP3oPug3/VxNKt2trR8TcabrM6FOAAlvC/9Phcmm+cuAgTlxBqdBR1WJx7Naj9WHw+aOmheSVbw==", - "dev": true, - "dependencies": { - "@types/json-schema": "^7.0.9", - "ajv": "^8.9.0", - "ajv-formats": "^2.1.1", - "ajv-keywords": "^5.1.0" - }, - "engines": { - "node": ">= 12.13.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/webpack" - } - }, "node_modules/css-minimizer-webpack-plugin/node_modules/source-map": { "version": "0.6.1", "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", @@ -26684,23 +25640,11 @@ "url": "https://github.com/chalk/supports-color?sponsor=1" } }, - "node_modules/css-prefers-color-scheme": { - "version": "6.0.3", - "dev": true, - "license": "CC0-1.0", - "bin": { - "css-prefers-color-scheme": "dist/cli.cjs" - }, - "engines": { - "node": "^12 || ^14 || >=16" - }, - "peerDependencies": { - "postcss": "^8.4" - } - }, "node_modules/css-select": { "version": "4.3.0", - "license": "BSD-2-Clause", + "resolved": "https://registry.npmjs.org/css-select/-/css-select-4.3.0.tgz", + "integrity": "sha512-wPpOYtnsVontu2mODhA19JrqWxNsfdatRKd64kmpRbQgh1KtItko5sTnEpPdpSaJszTOhEMlF/RPz28qj4HqhQ==", + "dev": true, "dependencies": { "boolbase": "^1.0.0", "css-what": "^6.0.1", @@ -26713,30 +25657,23 @@ } }, "node_modules/css-tree": { - "version": "1.1.3", - "resolved": "https://registry.npmjs.org/css-tree/-/css-tree-1.1.3.tgz", - "integrity": "sha512-tRpdppF7TRazZrjJ6v3stzv93qxRcSsFmW6cX0Zm2NVKpxE1WV1HblnghVv9TreireHkqI/VDEsfolRF1p6y7Q==", + "version": "2.3.1", + "resolved": "https://registry.npmjs.org/css-tree/-/css-tree-2.3.1.tgz", + "integrity": "sha512-6Fv1DV/TYw//QF5IzQdqsNDjx/wc8TrMBZsqjL9eW01tWb7R7k/mq+/VXfJCl7SoD5emsJop9cOByJZfs8hYIw==", "dev": true, "dependencies": { - "mdn-data": "2.0.14", - "source-map": "^0.6.1" + "mdn-data": "2.0.30", + "source-map-js": "^1.0.1" }, "engines": { - "node": ">=8.0.0" - } - }, - "node_modules/css-tree/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": "^10 || ^12.20.0 || ^14.13.0 || >=15.0.0" } }, "node_modules/css-what": { "version": "6.1.0", - "license": "BSD-2-Clause", + "resolved": "https://registry.npmjs.org/css-what/-/css-what-6.1.0.tgz", + "integrity": "sha512-HTUrgRJ7r4dsZKU6GjmpfRK1O76h97Z8MfS1G0FozR+oF2kG6Vfe8JE6zwrkbxigziPHinCJ+gCPjA9EaBDtRw==", + "dev": true, "engines": { "node": ">= 6" }, @@ -26746,24 +25683,18 @@ }, "node_modules/css/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, - "license": "BSD-3-Clause", "engines": { "node": ">=0.10.0" } }, - "node_modules/cssdb": { - "version": "6.6.3", - "dev": true, - "license": "CC0-1.0", - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/csstools" - } - }, "node_modules/cssesc": { "version": "3.0.0", - "license": "MIT", + "resolved": "https://registry.npmjs.org/cssesc/-/cssesc-3.0.0.tgz", + "integrity": "sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg==", + "dev": true, "bin": { "cssesc": "bin/cssesc" }, @@ -26859,43 +25790,51 @@ "node": ">=8.0.0" } }, - "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 - }, - "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/csso/node_modules/css-tree": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/css-tree/-/css-tree-1.1.3.tgz", + "integrity": "sha512-tRpdppF7TRazZrjJ6v3stzv93qxRcSsFmW6cX0Zm2NVKpxE1WV1HblnghVv9TreireHkqI/VDEsfolRF1p6y7Q==", "dev": true, "dependencies": { - "cssom": "~0.3.6" + "mdn-data": "2.0.14", + "source-map": "^0.6.1" }, "engines": { - "node": ">=8" + "node": ">=8.0.0" } }, - "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==", + "node_modules/csso/node_modules/mdn-data": { + "version": "2.0.14", + "resolved": "https://registry.npmjs.org/mdn-data/-/mdn-data-2.0.14.tgz", + "integrity": "sha512-dn6wd0uw5GsdswPFfsgMp5NSB0/aDe6fK94YJV/AJDYXL6HVLWBsxeq7js7Ad+mU2K9LAlwpk6kN2D5mwCPVow==", "dev": true }, + "node_modules/csso/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/csstype": { "version": "3.1.2", - "dev": true, - "license": "MIT" + "resolved": "https://registry.npmjs.org/csstype/-/csstype-3.1.2.tgz", + "integrity": "sha512-I7K1Uu0MBPzaFKg4nI5Q7Vs2t+3gWWW648spaF+Rg7pI9ds18Ugn+lvg4SHczUdKlHI5LWBXyqfS8+DufyBsgQ==", + "dev": true }, "node_modules/cuint": { "version": "0.2.2", - "dev": true, - "license": "MIT" + "resolved": "https://registry.npmjs.org/cuint/-/cuint-0.2.2.tgz", + "integrity": "sha512-d4ZVpCW31eWwCMe1YT3ur7mUDnTXbgwyzaL320DrcRT45rfjYxkt5QWLrmOJ+/UEAI2+fQgKe/fCjR8l4TpRgw==", + "dev": true }, "node_modules/currently-unhandled": { "version": "0.4.1", - "license": "MIT", + "resolved": "https://registry.npmjs.org/currently-unhandled/-/currently-unhandled-0.4.1.tgz", + "integrity": "sha512-/fITjgjGU50vjQ4FH6eUoYu+iUoUKIXws2hL15JJpIR+BbTxaXQsMuuyjtNh2WqsSBS5nsaZHFsFecyw5CCAng==", + "dev": true, "optional": true, "dependencies": { "array-find-index": "^1.0.1" @@ -26906,16 +25845,20 @@ }, "node_modules/custom-event": { "version": "1.0.1", - "dev": true, - "license": "MIT" + "resolved": "https://registry.npmjs.org/custom-event/-/custom-event-1.0.1.tgz", + "integrity": "sha512-GAj5FOq0Hd+RsCGVJxZuKaIDXDf3h6GQoNEjFgbLLI/trgtavwUbSnZ5pVfg27DVCaWjIohryS0JFwIJyT2cMg==", + "dev": true }, "node_modules/cyclist": { - "version": "1.0.1", - "license": "MIT" + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/cyclist/-/cyclist-1.0.2.tgz", + "integrity": "sha512-0sVXIohTfLqVIW3kb/0n6IiWF3Ifj5nm2XaSrLq2DI6fKIGa2fYAZdk917rUneaeLVpYfFcyXE2ft0fe3remsA==", + "dev": true }, "node_modules/d": { "version": "1.0.1", - "license": "ISC", + "resolved": "https://registry.npmjs.org/d/-/d-1.0.1.tgz", + "integrity": "sha512-m62ShEObQ39CfralilEQRjH6oAMtNCV1xJyEx5LpRYUVN+EviphDgUc/F3hnYbADmkiNs67Y+3ylmlG7Lnu+FA==", "dependencies": { "es5-ext": "^0.10.50", "type": "^1.0.1" @@ -26923,8 +25866,9 @@ }, "node_modules/dashdash": { "version": "1.14.1", + "resolved": "https://registry.npmjs.org/dashdash/-/dashdash-1.14.1.tgz", + "integrity": "sha512-jRFi8UDGo6j+odZiEpjazZaWqEal3w/basFjQHQEwVtZJGDpxbH1MeYluwCS8Xq5wmLJooDlMgvVarmWfGM44g==", "dev": true, - "license": "MIT", "dependencies": { "assert-plus": "^1.0.0" }, @@ -26932,55 +25876,6 @@ "node": ">=0.10" } }, - "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, - "dependencies": { - "abab": "^2.0.3", - "whatwg-mimetype": "^2.3.0", - "whatwg-url": "^8.0.0" - }, - "engines": { - "node": ">=10" - } - }, - "node_modules/data-urls/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, - "dependencies": { - "punycode": "^2.1.1" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/data-urls/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, - "engines": { - "node": ">=10.4" - } - }, - "node_modules/data-urls/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, - "dependencies": { - "lodash": "^4.7.0", - "tr46": "^2.1.0", - "webidl-conversions": "^6.1.0" - }, - "engines": { - "node": ">=10" - } - }, "node_modules/date-fns": { "version": "2.30.0", "resolved": "https://registry.npmjs.org/date-fns/-/date-fns-2.30.0.tgz", @@ -26997,32 +25892,34 @@ } }, "node_modules/date-fns/node_modules/@babel/runtime": { - "version": "7.21.5", - "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.21.5.tgz", - "integrity": "sha512-8jI69toZqqcsnqGGqwGS4Qb1VwLOEp4hz+CXPywcvjs60u3B4Pom/U/7rm4W8tMOYEB+E9wgD0mW1l3r8qlI9Q==", + "version": "7.23.2", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.23.2.tgz", + "integrity": "sha512-mM8eg4yl5D6i3lu2QKPuPH4FArvJ8KhTofbE7jwMUv9KX5mBvwPAqnV3MlyBNqdp9RyRKP6Yck8TrfYrPvX3bg==", "dependencies": { - "regenerator-runtime": "^0.13.11" + "regenerator-runtime": "^0.14.0" }, "engines": { "node": ">=6.9.0" } }, "node_modules/date-fns/node_modules/regenerator-runtime": { - "version": "0.13.11", - "resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.13.11.tgz", - "integrity": "sha512-kY1AZVr2Ra+t+piVaJ4gxaFaReZVH40AKNo7UCX6W+dEwBo/2oZJzqfuN1qLq1oL45o56cPaTXELwrTh8Fpggg==" + "version": "0.14.0", + "resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.14.0.tgz", + "integrity": "sha512-srw17NI0TUWHuGa5CFGGmhfNIeja30WMBfbslPNhf6JrqQlLN5gcrvig1oqPxiVaXb0oW0XRKtH6Nngs5lKCIA==" }, "node_modules/date-format": { "version": "4.0.14", + "resolved": "https://registry.npmjs.org/date-format/-/date-format-4.0.14.tgz", + "integrity": "sha512-39BOQLs9ZjKh0/patS9nrT8wc3ioX3/eA/zgbKNopnF2wCqJEoxywwwElATYvRsXdnOxA/OQeQoFZ3rFjVajhg==", "dev": true, - "license": "MIT", "engines": { "node": ">=4.0" } }, "node_modules/debug": { "version": "4.3.4", - "license": "MIT", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz", + "integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==", "dependencies": { "ms": "2.1.2" }, @@ -27037,16 +25934,19 @@ }, "node_modules/debuglog": { "version": "1.0.1", + "resolved": "https://registry.npmjs.org/debuglog/-/debuglog-1.0.1.tgz", + "integrity": "sha512-syBZ+rnAK3EgMsH2aYEOLUW7mZSY9Gb+0wUMCFsZvcmiz+HigA0LOcq/HoQqVuGG+EKykunc7QG2bzrponfaSw==", + "deprecated": "Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.", "dev": true, - "license": "MIT", "engines": { "node": "*" } }, "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==", "dev": true, - "license": "MIT", "engines": { "node": ">=10" }, @@ -27056,8 +25956,9 @@ }, "node_modules/decamelize-keys": { "version": "1.1.1", + "resolved": "https://registry.npmjs.org/decamelize-keys/-/decamelize-keys-1.1.1.tgz", + "integrity": "sha512-WiPxgEirIV0/eIOMcnFBA3/IJZAZqKnwAwWyvvdi4lsr1WCN22nhdf/3db3DoZcUjTV2SqfzIwNyp6y2xs3nmg==", "dev": true, - "license": "MIT", "dependencies": { "decamelize": "^1.1.0", "map-obj": "^1.0.0" @@ -27071,35 +25972,35 @@ }, "node_modules/decamelize-keys/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, - "license": "MIT", "engines": { "node": ">=0.10.0" } }, "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": "sha512-7N/q3lyZ+LVCp7PzuxrJr4KMbBE2hW7BT7YNia330OFxIf4d3r5zVpicP2650l7CPN6RM9zOJRl3NGpqSiw3Eg==", "dev": true, - "license": "MIT", "engines": { "node": ">=0.10.0" } }, - "node_modules/decimal.js": { - "version": "10.4.3", - "dev": true, - "license": "MIT" - }, "node_modules/decode-uri-component": { "version": "0.2.2", - "license": "MIT", + "resolved": "https://registry.npmjs.org/decode-uri-component/-/decode-uri-component-0.2.2.tgz", + "integrity": "sha512-FqUYQ+8o158GyGTrMFJms9qh3CqTKvAqgqsTnkLI8sKu0028orqBhxNMFkFen0zGyg6epACD32pjVk58ngIErQ==", + "dev": true, "engines": { "node": ">=0.10" } }, "node_modules/decompress-response": { "version": "4.2.1", - "license": "MIT", + "resolved": "https://registry.npmjs.org/decompress-response/-/decompress-response-4.2.1.tgz", + "integrity": "sha512-jOSne2qbyE+/r8G1VU+G/82LBs2Fs4LAsTiLSHOCOMZQl2OKZ6i8i4IyHemTe+/yIXOtTcRQMzPcgyhoFlqPkw==", "optional": true, "dependencies": { "mimic-response": "^2.0.0" @@ -27108,16 +26009,11 @@ "node": ">=8" } }, - "node_modules/dedent": { - "version": "0.7.0", - "resolved": "https://registry.npmjs.org/dedent/-/dedent-0.7.0.tgz", - "integrity": "sha512-Q6fKUPqnAHAyhiUgFU7BUzLiv0kd8saH9al7tnu5Q/okj6dnupxyTgFIBjVzJATdfIAm9NAsvXNzjaKa+bxVyA==", - "dev": true - }, "node_modules/deep-eql": { "version": "4.1.3", + "resolved": "https://registry.npmjs.org/deep-eql/-/deep-eql-4.1.3.tgz", + "integrity": "sha512-WaEtAOpRA1MQ0eohqZjpGD8zdI0Ovsm8mmFhaDN8dvDZzyoUMcYDnf5Y6iu7HTXxf8JDS23qWa4a+hKCDyOPzw==", "dev": true, - "license": "MIT", "dependencies": { "type-detect": "^4.0.0" }, @@ -27125,42 +26021,17 @@ "node": ">=6" } }, - "node_modules/deep-equal": { - "version": "2.2.1", - "dev": true, - "license": "MIT", - "dependencies": { - "array-buffer-byte-length": "^1.0.0", - "call-bind": "^1.0.2", - "es-get-iterator": "^1.1.3", - "get-intrinsic": "^1.2.0", - "is-arguments": "^1.1.1", - "is-array-buffer": "^3.0.2", - "is-date-object": "^1.0.5", - "is-regex": "^1.1.4", - "is-shared-array-buffer": "^1.0.2", - "isarray": "^2.0.5", - "object-is": "^1.1.5", - "object-keys": "^1.1.1", - "object.assign": "^4.1.4", - "regexp.prototype.flags": "^1.5.0", - "side-channel": "^1.0.4", - "which-boxed-primitive": "^1.0.2", - "which-collection": "^1.0.1", - "which-typed-array": "^1.1.9" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, "node_modules/deep-is": { "version": "0.1.4", - "devOptional": true, - "license": "MIT" + "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.3.1", - "license": "MIT", + "resolved": "https://registry.npmjs.org/deepmerge/-/deepmerge-4.3.1.tgz", + "integrity": "sha512-3sUqbMEc77XqpdNO7FRyRog+eW3ph+GYCbj+rK+uYyRMuwsVy0rMiVtPn+QJlKFvWP/1PYpapqYn0Me2knFn+A==", + "dev": true, "engines": { "node": ">=0.10.0" } @@ -27184,7 +26055,9 @@ }, "node_modules/default-browser-id": { "version": "1.0.4", - "license": "MIT", + "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": { "bplist-parser": "^0.1.0", @@ -27200,7 +26073,9 @@ }, "node_modules/default-browser-id/node_modules/camelcase": { "version": "2.1.1", - "license": "MIT", + "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-2.1.1.tgz", + "integrity": "sha512-DLIsRzJVBQu72meAKPkWQOLcujdXT32hwdfnkI1frSiSRMK1MofjKHf+MEx0SB6fjEFXL8fBDv1dKymBlOp4Qw==", + "dev": true, "optional": true, "engines": { "node": ">=0.10.0" @@ -27208,7 +26083,9 @@ }, "node_modules/default-browser-id/node_modules/camelcase-keys": { "version": "2.1.0", - "license": "MIT", + "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": { "camelcase": "^2.0.0", @@ -27220,7 +26097,9 @@ }, "node_modules/default-browser-id/node_modules/decamelize": { "version": "1.2.0", - "license": "MIT", + "resolved": "https://registry.npmjs.org/decamelize/-/decamelize-1.2.0.tgz", + "integrity": "sha512-z2S+W9X73hAUUki+N+9Za2lBlun89zigOyGrsax+KUQ6wKW4ZoWpEYBkGhQjwAjjDCkWxhY0VKEhk8wzY7F5cA==", + "dev": true, "optional": true, "engines": { "node": ">=0.10.0" @@ -27228,7 +26107,9 @@ }, "node_modules/default-browser-id/node_modules/find-up": { "version": "1.1.2", - "license": "MIT", + "resolved": "https://registry.npmjs.org/find-up/-/find-up-1.1.2.tgz", + "integrity": "sha512-jvElSjyuo4EMQGoTwo1uJU5pQMwTW5lS1x05zzfJuTIyLR3zwO27LYrxNg+dlvKpGOuGy/MzBdXh80g0ve5+HA==", + "dev": true, "optional": true, "dependencies": { "path-exists": "^2.0.0", @@ -27238,22 +26119,18 @@ "node": ">=0.10.0" } }, - "node_modules/default-browser-id/node_modules/get-stdin": { - "version": "4.0.1", - "license": "MIT", - "optional": true, - "engines": { - "node": ">=0.10.0" - } - }, "node_modules/default-browser-id/node_modules/hosted-git-info": { "version": "2.8.9", - "license": "ISC", + "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/default-browser-id/node_modules/indent-string": { "version": "2.1.0", - "license": "MIT", + "resolved": "https://registry.npmjs.org/indent-string/-/indent-string-2.1.0.tgz", + "integrity": "sha512-aqwDFWSgSgfRaEwao5lg5KEcVd/2a+D1rvoG7NdilmYz0NwRk6StWpWdz/Hpk34MKPpx7s8XxUqimfcQK6gGlg==", + "dev": true, "optional": true, "dependencies": { "repeating": "^2.0.0" @@ -27264,7 +26141,9 @@ }, "node_modules/default-browser-id/node_modules/map-obj": { "version": "1.0.1", - "license": "MIT", + "resolved": "https://registry.npmjs.org/map-obj/-/map-obj-1.0.1.tgz", + "integrity": "sha512-7N/q3lyZ+LVCp7PzuxrJr4KMbBE2hW7BT7YNia330OFxIf4d3r5zVpicP2650l7CPN6RM9zOJRl3NGpqSiw3Eg==", + "dev": true, "optional": true, "engines": { "node": ">=0.10.0" @@ -27272,7 +26151,9 @@ }, "node_modules/default-browser-id/node_modules/meow": { "version": "3.7.0", - "license": "MIT", + "resolved": "https://registry.npmjs.org/meow/-/meow-3.7.0.tgz", + "integrity": "sha512-TNdwZs0skRlpPpCUK25StC4VH+tP5GgeY1HQOOGP+lQ2xtdkN2VtT/5tiX9k3IWpkBPV9b3LsAWXn4GGi/PrSA==", + "dev": true, "optional": true, "dependencies": { "camelcase-keys": "^2.0.0", @@ -27292,7 +26173,9 @@ }, "node_modules/default-browser-id/node_modules/normalize-package-data": { "version": "2.5.0", - "license": "BSD-2-Clause", + "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": { "hosted-git-info": "^2.1.4", @@ -27303,7 +26186,9 @@ }, "node_modules/default-browser-id/node_modules/path-exists": { "version": "2.1.0", - "license": "MIT", + "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-2.1.0.tgz", + "integrity": "sha512-yTltuKuhtNeFJKa1PiRzfLAU5182q1y4Eb4XCJ3PBqyzEDkAZRzBrKKBct682ls9reBVHf9udYLN5Nd+K1B9BQ==", + "dev": true, "optional": true, "dependencies": { "pinkie-promise": "^2.0.0" @@ -27314,7 +26199,9 @@ }, "node_modules/default-browser-id/node_modules/path-type": { "version": "1.1.0", - "license": "MIT", + "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": { "graceful-fs": "^4.1.2", @@ -27327,7 +26214,9 @@ }, "node_modules/default-browser-id/node_modules/pify": { "version": "2.3.0", - "license": "MIT", + "resolved": "https://registry.npmjs.org/pify/-/pify-2.3.0.tgz", + "integrity": "sha512-udgsAY+fTnvv7kI7aaxbqwWNb0AHiB0qBO89PZKPkoTmGOgdbrHDKD+0B2X4uTfJ/FT1R09r9gTsjUjNJotuog==", + "dev": true, "optional": true, "engines": { "node": ">=0.10.0" @@ -27335,7 +26224,9 @@ }, "node_modules/default-browser-id/node_modules/read-pkg": { "version": "1.1.0", - "license": "MIT", + "resolved": "https://registry.npmjs.org/read-pkg/-/read-pkg-1.1.0.tgz", + "integrity": "sha512-7BGwRHqt4s/uVbuyoeejRn4YmFnYZiFl4AuaeXHlgZf3sONF0SOGlxs2Pw8g6hCKupo08RafIO5YXFNOKTfwsQ==", + "dev": true, "optional": true, "dependencies": { "load-json-file": "^1.0.0", @@ -27348,7 +26239,9 @@ }, "node_modules/default-browser-id/node_modules/read-pkg-up": { "version": "1.0.1", - "license": "MIT", + "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": { "find-up": "^1.0.0", @@ -27360,7 +26253,9 @@ }, "node_modules/default-browser-id/node_modules/redent": { "version": "1.0.0", - "license": "MIT", + "resolved": "https://registry.npmjs.org/redent/-/redent-1.0.0.tgz", + "integrity": "sha512-qtW5hKzGQZqKoh6JNSD+4lfitfPKGz42e6QwiRmPM5mmKtR0N41AbJRYu0xJi7nhOJ4WDgRkKvAk6tw4WIwR4g==", + "dev": true, "optional": true, "dependencies": { "indent-string": "^2.1.0", @@ -27374,6 +26269,7 @@ "version": "5.7.2", "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.2.tgz", "integrity": "sha512-cBznnQ9KjJqU67B52RMC65CMarK2600WFnbkcaiwWq3xy/5haFJlshgnpjovMVJ+Hff49d8GEn0b87C5pDQ10g==", + "dev": true, "optional": true, "bin": { "semver": "bin/semver" @@ -27381,7 +26277,9 @@ }, "node_modules/default-browser-id/node_modules/strip-indent": { "version": "1.0.1", - "license": "MIT", + "resolved": "https://registry.npmjs.org/strip-indent/-/strip-indent-1.0.1.tgz", + "integrity": "sha512-I5iQq6aFMM62fBEAIB/hXzwJD6EEZ0xEGCX2t7oXqaKPIRgt4WruAQ285BISgdkP+HLGWyeGmNJcpIwFeRYRUA==", + "dev": true, "optional": true, "dependencies": { "get-stdin": "^4.0.1" @@ -27395,7 +26293,9 @@ }, "node_modules/default-browser-id/node_modules/trim-newlines": { "version": "1.0.0", - "license": "MIT", + "resolved": "https://registry.npmjs.org/trim-newlines/-/trim-newlines-1.0.0.tgz", + "integrity": "sha512-Nm4cF79FhSTzrLKGDMi3I4utBtFv8qKy4sq1enftf2gMdpqI8oVQTAfySkTz5r49giVzDj88SVZXP4CeYQwjaw==", + "dev": true, "optional": true, "engines": { "node": ">=0.10.0" @@ -27539,8 +26439,9 @@ }, "node_modules/default-gateway": { "version": "6.0.3", + "resolved": "https://registry.npmjs.org/default-gateway/-/default-gateway-6.0.3.tgz", + "integrity": "sha512-fwSOJsbbNzZ/CUFpqFBqYfYNLj1NbMPm8MMCIzHjC83iSJRBEGmDUxU+WP661BaBQImeC2yHwXtz+P/O9o+XEg==", "dev": true, - "license": "BSD-2-Clause", "dependencies": { "execa": "^5.0.0" }, @@ -27550,8 +26451,9 @@ }, "node_modules/defaults": { "version": "1.0.4", + "resolved": "https://registry.npmjs.org/defaults/-/defaults-1.0.4.tgz", + "integrity": "sha512-eFuaLoy/Rxalv2kr+lqMlUnrDWV+3j4pljOIJgLIhI058IQfWJ7vXhyEIHu+HtC738klGALYxOKDO0bQP3tg8A==", "dev": true, - "license": "MIT", "dependencies": { "clone": "^1.0.2" }, @@ -27559,17 +26461,35 @@ "url": "https://github.com/sponsors/sindresorhus" } }, + "node_modules/define-data-property": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/define-data-property/-/define-data-property-1.1.1.tgz", + "integrity": "sha512-E7uGkTzkk1d0ByLeSc6ZsFS79Axg+m1P/VsgYsxHgiuc3tFSj+MjMIwe90FC4lOAZzNBdY7kkO2P2wKdsQ1vgQ==", + "dependencies": { + "get-intrinsic": "^1.2.1", + "gopd": "^1.0.1", + "has-property-descriptors": "^1.0.0" + }, + "engines": { + "node": ">= 0.4" + } + }, "node_modules/define-lazy-prop": { "version": "2.0.0", - "license": "MIT", + "resolved": "https://registry.npmjs.org/define-lazy-prop/-/define-lazy-prop-2.0.0.tgz", + "integrity": "sha512-Ds09qNh8yw3khSjiJjiUInaGX9xlqZDY7JVryGxdxV7NPeuqQfplOpQ66yJFZut3jLa5zOwkXw1g9EI2uKh4Og==", + "dev": true, "engines": { "node": ">=8" } }, "node_modules/define-properties": { - "version": "1.2.0", - "license": "MIT", + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/define-properties/-/define-properties-1.2.1.tgz", + "integrity": "sha512-8QmQKqEASLd5nx0U1B1okLElbUuuttJ/AnYmRXbbbGDWh6uS208EjD4Xqq/I9wK7u0v6O08XhTWnt5XtEbR6Dg==", + "dev": true, "dependencies": { + "define-data-property": "^1.0.1", "has-property-descriptors": "^1.0.0", "object-keys": "^1.1.1" }, @@ -27582,7 +26502,9 @@ }, "node_modules/define-property": { "version": "2.0.2", - "license": "MIT", + "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" @@ -27593,8 +26515,9 @@ }, "node_modules/del": { "version": "2.2.2", + "resolved": "https://registry.npmjs.org/del/-/del-2.2.2.tgz", + "integrity": "sha512-Z4fzpbIRjOu7lO5jCETSWoqUDVe0IPOlfugBsF6suen2LKDlVb4QZpKEM9P+buNJ4KI1eN7I083w/pbKUpsrWQ==", "dev": true, - "license": "MIT", "dependencies": { "globby": "^5.0.0", "is-path-cwd": "^1.0.0", @@ -27610,8 +26533,9 @@ }, "node_modules/del/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, - "license": "MIT", "dependencies": { "array-uniq": "^1.0.1" }, @@ -27621,16 +26545,18 @@ }, "node_modules/del/node_modules/arrify": { "version": "1.0.1", + "resolved": "https://registry.npmjs.org/arrify/-/arrify-1.0.1.tgz", + "integrity": "sha512-3CYzex9M9FGQjCGMGyi6/31c8GJbgb0qGyrx5HWxPd0aCwh4cB2YjMb2Xf9UuoogrMrlO9cTqnB5rI5GHZTcUA==", "dev": true, - "license": "MIT", "engines": { "node": ">=0.10.0" } }, "node_modules/del/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, - "license": "ISC", "dependencies": { "fs.realpath": "^1.0.0", "inflight": "^1.0.4", @@ -27648,8 +26574,9 @@ }, "node_modules/del/node_modules/globby": { "version": "5.0.0", + "resolved": "https://registry.npmjs.org/globby/-/globby-5.0.0.tgz", + "integrity": "sha512-HJRTIH2EeH44ka+LWig+EqT2ONSYpVlNfx6pyd592/VF1TbfljJ7elwie7oSwcViLGqOdWocSdu2txwBF9bjmQ==", "dev": true, - "license": "MIT", "dependencies": { "array-union": "^1.0.1", "arrify": "^1.0.0", @@ -27662,18 +26589,32 @@ "node": ">=0.10.0" } }, + "node_modules/del/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": { + "brace-expansion": "^1.1.7" + }, + "engines": { + "node": "*" + } + }, "node_modules/del/node_modules/pify": { "version": "2.3.0", + "resolved": "https://registry.npmjs.org/pify/-/pify-2.3.0.tgz", + "integrity": "sha512-udgsAY+fTnvv7kI7aaxbqwWNb0AHiB0qBO89PZKPkoTmGOgdbrHDKD+0B2X4uTfJ/FT1R09r9gTsjUjNJotuog==", "dev": true, - "license": "MIT", "engines": { "node": ">=0.10.0" } }, "node_modules/del/node_modules/rimraf": { "version": "2.7.1", + "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-2.7.1.tgz", + "integrity": "sha512-uWjbaKIK3T1OSVptzX7Nl6PvQ3qAGtKEtVRjRuazjfL3Bx5eI409VZSqgND+4UNnmzLVdPj9FqFJNPqBZFve4w==", "dev": true, - "license": "ISC", "dependencies": { "glob": "^7.1.3" }, @@ -27683,33 +26624,50 @@ }, "node_modules/delayed-stream": { "version": "1.0.0", - "license": "MIT", + "resolved": "https://registry.npmjs.org/delayed-stream/-/delayed-stream-1.0.0.tgz", + "integrity": "sha512-ZySD7Nf91aLB0RxL4KGrKHBXl7Eds1DAmEdcoVawXnLD7SDhpNgtuII2aAkg7a7QS41jxPSZ17p4VdGnMHk3MQ==", "engines": { "node": ">=0.4.0" } }, "node_modules/delegates": { "version": "1.0.0", - "license": "MIT" + "resolved": "https://registry.npmjs.org/delegates/-/delegates-1.0.0.tgz", + "integrity": "sha512-bd2L678uiWATM6m5Z1VzNCErI3jiGzt6HGY8OVICs40JQq/HALfbyNJmp0UDakEY4pMMaN0Ly5om/B1VI/+xfQ==", + "devOptional": true }, "node_modules/depd": { "version": "2.0.0", - "license": "MIT", + "resolved": "https://registry.npmjs.org/depd/-/depd-2.0.0.tgz", + "integrity": "sha512-g7nH6P6dyDioJogAAGprGpCtVImJhpPk/roCzdb3fIh61/s/nPsfR6onyMwkCAR/OlC3yBC0lESvUoQEAssIrw==", + "dev": true, "engines": { "node": ">= 0.8" } }, "node_modules/dependency-graph": { "version": "0.11.0", + "resolved": "https://registry.npmjs.org/dependency-graph/-/dependency-graph-0.11.0.tgz", + "integrity": "sha512-JeMq7fEshyepOWDfcfHK06N3MhyPhz++vtqWhMT5O9A3K42rdsEDpfdVqjaqaAhsw6a+ZqeDvQVtD0hFHQWrzg==", "dev": true, - "license": "MIT", "engines": { "node": ">= 0.6.0" } }, + "node_modules/dequal": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/dequal/-/dequal-2.0.3.tgz", + "integrity": "sha512-0je+qPKHEMohvfRTCEo3CrPG6cAzAYgmzKyxRiYSSDkS6eGJdyVJm7WaYA5ECaAD9wLB2T4EEeymA5aFVcYXCA==", + "dev": true, + "engines": { + "node": ">=6" + } + }, "node_modules/des.js": { - "version": "1.0.1", - "license": "MIT", + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/des.js/-/des.js-1.1.0.tgz", + "integrity": "sha512-r17GxjhUCjSRy8aiJpr8/UadFIzMzJGexI3Nmz4ADi9LYSFx4gTBp80+NaX/YsXWWLhpZ7v/v/ubEc/bCNfKwg==", + "dev": true, "dependencies": { "inherits": "^2.0.1", "minimalistic-assert": "^1.0.0" @@ -27717,7 +26675,9 @@ }, "node_modules/destroy": { "version": "1.2.0", - "license": "MIT", + "resolved": "https://registry.npmjs.org/destroy/-/destroy-1.2.0.tgz", + "integrity": "sha512-2sJGJTaXIIaR1w4iJSNoN0hnMY7Gpc/n8D4qSCJw8QqFWXf7cuAgnEHxBpweaVcPevC2l3KpjYCx3NypQQgaJg==", + "dev": true, "engines": { "node": ">= 0.8", "npm": "1.2.8000 || >= 1.4.16" @@ -27725,7 +26685,9 @@ }, "node_modules/detab": { "version": "2.0.4", - "license": "MIT", + "resolved": "https://registry.npmjs.org/detab/-/detab-2.0.4.tgz", + "integrity": "sha512-8zdsQA5bIkoRECvCrNKPla84lyoR7DSAyf7p0YgXzBO9PDJx8KntPUay7NS6yp+KdxdVtiE5SpHKtbp2ZQyA9g==", + "dev": true, "dependencies": { "repeat-string": "^1.5.4" }, @@ -27735,8 +26697,9 @@ } }, "node_modules/detect-libc": { - "version": "2.0.1", - "license": "Apache-2.0", + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/detect-libc/-/detect-libc-2.0.2.tgz", + "integrity": "sha512-UX6sGumvvqSaXgdKGUsgZWqcUyIXZ/vZTrlRT/iobiKhGL0zL4d3osHj3uqllWJK+i+sixDS/3COVEOFbupFyw==", "optional": true, "engines": { "node": ">=8" @@ -27753,12 +26716,15 @@ }, "node_modules/detect-node": { "version": "2.1.0", - "dev": true, - "license": "MIT" + "resolved": "https://registry.npmjs.org/detect-node/-/detect-node-2.1.0.tgz", + "integrity": "sha512-T0NIuQpnTvFDATNuHN5roPwSBG83rFsuO+MXXH9/3N1eFbn4wcPjttvjMLEPWJ0RGUYgQE7cGgS3tNxbqCGM7g==", + "dev": true }, "node_modules/detect-package-manager": { "version": "2.0.1", - "license": "MIT", + "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" }, @@ -27768,7 +26734,9 @@ }, "node_modules/detect-port": { "version": "1.5.1", - "license": "MIT", + "resolved": "https://registry.npmjs.org/detect-port/-/detect-port-1.5.1.tgz", + "integrity": "sha512-aBzdj76lueB6uUst5iAs7+0H/oOjqI5D16XUWxlWMIMROhcM0rfsNVk93zTngq1dDNpoXRr++Sus7ETAExppAQ==", + "dev": true, "dependencies": { "address": "^1.0.1", "debug": "4" @@ -27780,6 +26748,8 @@ }, "node_modules/dev-ip": { "version": "1.0.1", + "resolved": "https://registry.npmjs.org/dev-ip/-/dev-ip-1.0.1.tgz", + "integrity": "sha512-LmVkry/oDShEgSZPNgqCIp2/TlqtExeGmymru3uCELnfyjY11IzpAproLYs+1X88fXO6DBoYP3ul2Xo2yz2j6A==", "dev": true, "bin": { "dev-ip": "lib/dev-ip.js" @@ -27790,7 +26760,8 @@ }, "node_modules/dezalgo": { "version": "1.0.4", - "license": "ISC", + "resolved": "https://registry.npmjs.org/dezalgo/-/dezalgo-1.0.4.tgz", + "integrity": "sha512-rXSP0bf+5n0Qonsb+SVVfNfIsimO4HEtmnIpPHY8Q1UCzKlQrDMfdobr8nJOOsRgWCyMRqeSBQzmWUMq7zvVig==", "dependencies": { "asap": "^2.0.0", "wrappy": "1" @@ -27798,29 +26769,33 @@ }, "node_modules/di": { "version": "0.0.1", - "dev": true, - "license": "MIT" + "resolved": "https://registry.npmjs.org/di/-/di-0.0.1.tgz", + "integrity": "sha512-uJaamHkagcZtHPqCIHZxnFrXlunQXgBOsZSUOWwFw31QJCAbyTBoHMW75YOTur5ZNx8pIeAKgf6GWIgaqqiLhA==", + "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==", "dev": true, - "license": "BSD-3-Clause", "engines": { "node": ">=0.3.1" } }, "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==", + "version": "29.6.3", + "resolved": "https://registry.npmjs.org/diff-sequences/-/diff-sequences-29.6.3.tgz", + "integrity": "sha512-EjePK1srD3P08o2j4f0ExnylqRs5B9tJjcp9t1krH2qRi8CCdsYfwe9JgSLurFBWwq4uOlipzfk5fHNvwFKr8Q==", "dev": true, "engines": { - "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0" + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" } }, "node_modules/diffie-hellman": { "version": "5.0.3", - "license": "MIT", + "resolved": "https://registry.npmjs.org/diffie-hellman/-/diffie-hellman-5.0.3.tgz", + "integrity": "sha512-kqag/Nl+f3GwyK25fhUMYj81BUOrZ9IuJsjIcDE5icNM9FJHAVm3VcUDxdLPoQtTuUylWm6ZIknYJwwaPxsUzg==", + "dev": true, "dependencies": { "bn.js": "^4.1.0", "miller-rabin": "^4.0.0", @@ -27829,11 +26804,15 @@ }, "node_modules/diffie-hellman/node_modules/bn.js": { "version": "4.12.0", - "license": "MIT" + "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", - "license": "MIT", + "resolved": "https://registry.npmjs.org/dir-glob/-/dir-glob-3.0.1.tgz", + "integrity": "sha512-WkrWp9GR4KXfKGYzOLmTuGVi1UWFfws377n9cc55/tb6DuqyF6pcQ5AbiHEshaDpY9v6oaSr2XCDidGmMwdzIA==", + "dev": true, "dependencies": { "path-type": "^4.0.0" }, @@ -27843,13 +26822,15 @@ }, "node_modules/dns-equal": { "version": "1.0.0", - "dev": true, - "license": "MIT" + "resolved": "https://registry.npmjs.org/dns-equal/-/dns-equal-1.0.0.tgz", + "integrity": "sha512-z+paD6YUQsk+AbGCEM4PrOXSss5gd66QfcVBFTKR/HpFL9jCqikS94HYwKww6fQyO7IxrIIyUu+g0Ka9tUS2Cg==", + "dev": true }, "node_modules/dns-packet": { - "version": "5.6.0", + "version": "5.6.1", + "resolved": "https://registry.npmjs.org/dns-packet/-/dns-packet-5.6.1.tgz", + "integrity": "sha512-l4gcSouhcgIKRvyy99RNVOgxXiicE+2jZoNmaNmZ6JXiGajBOJAesk1OBlJuM5k2c+eudGdLxDqXuPCKIj6kpw==", "dev": true, - "license": "MIT", "dependencies": { "@leichtgewicht/ip-codec": "^2.0.1" }, @@ -27859,8 +26840,9 @@ }, "node_modules/doctrine": { "version": "3.0.0", - "devOptional": true, - "license": "Apache-2.0", + "resolved": "https://registry.npmjs.org/doctrine/-/doctrine-3.0.0.tgz", + "integrity": "sha512-yS+Q5i3hBf7GBkd4KG8a7eBNNWNGLTaEwwYWUijIYM7zrlYDM0BFXHjjPWlWZ1Rg7UaddZeIDmi9jF3HmqiQ2w==", + "dev": true, "dependencies": { "esutils": "^2.0.2" }, @@ -27870,15 +26852,18 @@ }, "node_modules/dom-converter": { "version": "0.2.0", - "license": "MIT", + "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-serialize": { "version": "2.2.1", + "resolved": "https://registry.npmjs.org/dom-serialize/-/dom-serialize-2.2.1.tgz", + "integrity": "sha512-Yra4DbvoW7/Z6LBN560ZwXMjoNOSAN2wRsKFGc4iBeso+mpIA6qj1vfdf9HpMaKAqG6wXTy+1SYEzmNpKXOSsQ==", "dev": true, - "license": "MIT", "dependencies": { "custom-event": "~1.0.0", "ent": "~2.2.0", @@ -27888,7 +26873,9 @@ }, "node_modules/dom-serializer": { "version": "1.4.1", - "license": "MIT", + "resolved": "https://registry.npmjs.org/dom-serializer/-/dom-serializer-1.4.1.tgz", + "integrity": "sha512-VHwB3KfrcOOkelEG2ZOfxqLZdfkil8PtJi4P8N2MMXucZq2yLp75ClViUlOVwyoHEDjYU433Aq+5zWP61+RGag==", + "dev": true, "dependencies": { "domelementtype": "^2.0.1", "domhandler": "^4.2.0", @@ -27899,11 +26886,16 @@ } }, "node_modules/dom-walk": { - "version": "0.1.2" + "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", - "license": "MIT", + "resolved": "https://registry.npmjs.org/domain-browser/-/domain-browser-1.2.0.tgz", + "integrity": "sha512-jnjyiM6eRyZl2H+W8Q/zLMA481hzi0eszAaBUzIVnmYVDBbnLxVNnfu1HgEBvCbL+71FrxMl3E6lpKH7Ge3OXA==", + "dev": true, "engines": { "node": ">=0.4", "npm": ">=1.2" @@ -27911,38 +26903,21 @@ }, "node_modules/domelementtype": { "version": "2.3.0", + "resolved": "https://registry.npmjs.org/domelementtype/-/domelementtype-2.3.0.tgz", + "integrity": "sha512-OLETBj6w0OsagBwdXnPdN0cnMfF9opN69co+7ZrbfPGrdpPVNBUj02spi6B1N7wChLQiPn4CSH/zJvXw56gmHw==", + "dev": true, "funding": [ { "type": "github", "url": "https://github.com/sponsors/fb55" } - ], - "license": "BSD-2-Clause" - }, - "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, - "dependencies": { - "webidl-conversions": "^5.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "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, - "engines": { - "node": ">=8" - } + ] }, "node_modules/domhandler": { "version": "4.3.1", - "license": "BSD-2-Clause", + "resolved": "https://registry.npmjs.org/domhandler/-/domhandler-4.3.1.tgz", + "integrity": "sha512-GrwoxYN+uWlzO8uhUXRl0P+kHE4GtVPfYzVLcUxPL7KNdHKj66vvlhiweIHqYYXWlw+T8iLMp42Lm67ghw4WMQ==", + "dev": true, "dependencies": { "domelementtype": "^2.2.0" }, @@ -27955,7 +26930,9 @@ }, "node_modules/domutils": { "version": "2.8.0", - "license": "BSD-2-Clause", + "resolved": "https://registry.npmjs.org/domutils/-/domutils-2.8.0.tgz", + "integrity": "sha512-w96Cjofp72M5IIhpjgobBimYEfoPjx1Vx0BSX9P30WBdZW2WIKU0T1Bd0kz2eNZ9ikjKgHbEyKx8BB6H1L3h3A==", + "dev": true, "dependencies": { "dom-serializer": "^1.0.1", "domelementtype": "^2.2.0", @@ -27967,12 +26944,28 @@ }, "node_modules/dot-case": { "version": "3.0.4", - "license": "MIT", + "resolved": "https://registry.npmjs.org/dot-case/-/dot-case-3.0.4.tgz", + "integrity": "sha512-Kv5nKlh6yRrdrGvxeJ2e5y2eRUpkUosIW4A2AS38zwSz27zu7ufDwQPi5Jhs3XAlGNetl3bmnGhQsMtkKJnj3w==", + "dev": true, "dependencies": { "no-case": "^3.0.4", "tslib": "^2.0.3" } }, + "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==", + "dependencies": { + "is-obj": "^2.0.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, "node_modules/dotenv": { "version": "16.1.3", "resolved": "https://registry.npmjs.org/dotenv/-/dotenv-16.1.3.tgz", @@ -27987,7 +26980,8 @@ }, "node_modules/dotenv-expand": { "version": "5.1.0", - "license": "BSD-2-Clause" + "resolved": "https://registry.npmjs.org/dotenv-expand/-/dotenv-expand-5.1.0.tgz", + "integrity": "sha512-YXQl1DSa4/PQyRfgrv6aoNjhasp/p4qs9FjJ4q4cQk+8m4r6k4ZSiEyytKG8f8W9gi8WsQtIObNmKd+tMzNTmA==" }, "node_modules/duplexer": { "version": "0.1.2", @@ -27997,7 +26991,9 @@ }, "node_modules/duplexify": { "version": "3.7.1", - "license": "MIT", + "resolved": "https://registry.npmjs.org/duplexify/-/duplexify-3.7.1.tgz", + "integrity": "sha512-07z8uv2wMyS51kKhD1KsdXJg5WQ6t93RneqRxUHnskXVtlYYkLqM0gqStQZ3pj073g687jPCHrqNfCzawLYh5g==", + "dev": true, "dependencies": { "end-of-stream": "^1.0.0", "inherits": "^2.0.1", @@ -28007,11 +27003,15 @@ }, "node_modules/duplexify/node_modules/isarray": { "version": "1.0.0", - "license": "MIT" + "resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz", + "integrity": "sha512-VLghIWNM6ELQzo7zwmcg0NmTVyWKYjvIeM83yjp0wRDTmUnrM678fQbcKBo6n2CJEF0szoG//ytg+TKla89ALQ==", + "dev": true }, "node_modules/duplexify/node_modules/readable-stream": { "version": "2.3.8", - "license": "MIT", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.8.tgz", + "integrity": "sha512-8p0AUk4XODgIewSi0l8Epjs+EVnWiK7NoDIEGU0HhE7+ZyY8D1IMY7odu5lRrFXGg71L15KG8QrPmum45RTtdA==", + "dev": true, "dependencies": { "core-util-is": "~1.0.0", "inherits": "~2.0.3", @@ -28024,18 +27024,23 @@ }, "node_modules/duplexify/node_modules/string_decoder": { "version": "1.1.1", - "license": "MIT", + "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz", + "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", + "dev": true, "dependencies": { "safe-buffer": "~5.1.0" } }, "node_modules/eastasianwidth": { "version": "0.2.0", - "dev": true, - "license": "MIT" + "resolved": "https://registry.npmjs.org/eastasianwidth/-/eastasianwidth-0.2.0.tgz", + "integrity": "sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA==", + "dev": true }, "node_modules/easy-extender": { "version": "2.3.4", + "resolved": "https://registry.npmjs.org/easy-extender/-/easy-extender-2.3.4.tgz", + "integrity": "sha512-8cAwm6md1YTiPpOvDULYJL4ZS6WfM5/cTeVVh4JsvyYZAoqlRVUpHL9Gr5Fy7HA6xcSZicUia3DeAgO3Us8E+Q==", "dev": true, "dependencies": { "lodash": "^4.17.10" @@ -28046,6 +27051,8 @@ }, "node_modules/eazy-logger": { "version": "4.0.1", + "resolved": "https://registry.npmjs.org/eazy-logger/-/eazy-logger-4.0.1.tgz", + "integrity": "sha512-2GSFtnnC6U4IEKhEI7+PvdxrmjJ04mdsj3wHZTFiw0tUtG4HCWzTr13ZYTk8XOGnA1xQMaDljoBOYlk3D/MMSw==", "dev": true, "dependencies": { "chalk": "4.1.2" @@ -28056,8 +27063,9 @@ }, "node_modules/eazy-logger/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==", "dev": true, - "license": "MIT", "dependencies": { "color-convert": "^2.0.1" }, @@ -28070,8 +27078,9 @@ }, "node_modules/eazy-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==", "dev": true, - "license": "MIT", "dependencies": { "ansi-styles": "^4.1.0", "supports-color": "^7.1.0" @@ -28085,8 +27094,9 @@ }, "node_modules/eazy-logger/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==", "dev": true, - "license": "MIT", "dependencies": { "color-name": "~1.1.4" }, @@ -28094,18 +27104,26 @@ "node": ">=7.0.0" } }, + "node_modules/eazy-logger/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==", + "dev": true + }, "node_modules/eazy-logger/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==", "dev": true, - "license": "MIT", "engines": { "node": ">=8" } }, "node_modules/eazy-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, - "license": "MIT", "dependencies": { "has-flag": "^4.0.0" }, @@ -28115,8 +27133,9 @@ }, "node_modules/ecc-jsbn": { "version": "0.1.2", + "resolved": "https://registry.npmjs.org/ecc-jsbn/-/ecc-jsbn-0.1.2.tgz", + "integrity": "sha512-eh9O+hwRHNbG4BLTjEl3nw044CkGm5X6LoaCf7LPp7UU8Qrt47JYNi6nPX8xjW97TKGKm1ouctg0QSpZe9qrnw==", "dev": true, - "license": "MIT", "dependencies": { "jsbn": "~0.1.0", "safer-buffer": "^2.1.0" @@ -28124,20 +27143,25 @@ }, "node_modules/editorjs-html": { "version": "3.4.2", - "license": "MIT" + "resolved": "https://registry.npmjs.org/editorjs-html/-/editorjs-html-3.4.2.tgz", + "integrity": "sha512-Gy8FV4oHMvnPDXLsdpZYW0Dgjaagff9bPd28/WW9aFdy87FvktJxQz8H+NKpxiGcGoNY27MmjFffurK2yhXjEg==" }, "node_modules/editorjs-paragraph-with-alignment": { "version": "3.0.0", - "license": "MIT" + "resolved": "https://registry.npmjs.org/editorjs-paragraph-with-alignment/-/editorjs-paragraph-with-alignment-3.0.0.tgz", + "integrity": "sha512-vSjjB/KUECEBxYqbj9yn1L799L14n0uoKrvk5qfaAokIHB8mYg5hZ8mOTtoS2cJu+xE3QZ/jmHY/Fh0EJeM8ZQ==" }, "node_modules/editorjs-text-color-plugin": { "version": "1.13.1", - "dev": true, - "license": "MIT" + "resolved": "https://registry.npmjs.org/editorjs-text-color-plugin/-/editorjs-text-color-plugin-1.13.1.tgz", + "integrity": "sha512-iCK274omDhoU7/zIFwV1fP5ydgfObYXSGV+q2zlFq3D4JDnvtn0KP+6NPM1A4dDlxTczpywPByRKIwmf7z4CIg==", + "dev": true }, "node_modules/ee-first": { "version": "1.1.1", - "license": "MIT" + "resolved": "https://registry.npmjs.org/ee-first/-/ee-first-1.1.1.tgz", + "integrity": "sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow==", + "dev": true }, "node_modules/ejs": { "version": "3.1.9", @@ -28155,12 +27179,16 @@ } }, "node_modules/electron-to-chromium": { - "version": "1.4.382", - "license": "ISC" + "version": "1.4.581", + "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.581.tgz", + "integrity": "sha512-6uhqWBIapTJUxgPTCHH9sqdbxIMPt7oXl0VcAL1kOtlU6aECdcMncCrX5Z7sHQ/invtrC9jUQUef7+HhO8vVFw==", + "dev": true }, "node_modules/elliptic": { "version": "6.5.4", - "license": "MIT", + "resolved": "https://registry.npmjs.org/elliptic/-/elliptic-6.5.4.tgz", + "integrity": "sha512-iLhC6ULemrljPZb+QutR5TQGB+pdW6KGD5RSegS+8sorOZT+rdQFbsQFJgvN3eRqNALqJer4oQ16YvJHlU8hzQ==", + "dev": true, "dependencies": { "bn.js": "^4.11.9", "brorand": "^1.1.0", @@ -28173,12 +27201,14 @@ }, "node_modules/elliptic/node_modules/bn.js": { "version": "4.12.0", - "license": "MIT" + "resolved": "https://registry.npmjs.org/bn.js/-/bn.js-4.12.0.tgz", + "integrity": "sha512-c98Bf3tPniI+scsdk237ku1Dc3ujXQTSgyiPUDEOe7tRkhrqridvh8klBv0HCEso1OLOYcHuCv/cS6DNxKH+ZA==", + "dev": true }, "node_modules/emittery": { - "version": "0.10.2", - "resolved": "https://registry.npmjs.org/emittery/-/emittery-0.10.2.tgz", - "integrity": "sha512-aITqOwnLanpHLNXZJENbOgjUBeHocD+xsSJmNrjovKBW5HbSpW3d1pEls7GFQPUWXiwG9+0P4GtHfEqC/4M0Iw==", + "version": "0.13.1", + "resolved": "https://registry.npmjs.org/emittery/-/emittery-0.13.1.tgz", + "integrity": "sha512-DeWwawk6r5yR9jFgnDKYt4sLS0LmHJJi3ZOnb5/JdbYwj3nW+FxQnHIjhBKz8YLC7oRNPVM9NQ47I3CVx34eqQ==", "dev": true, "engines": { "node": ">=12" @@ -28189,26 +27219,33 @@ }, "node_modules/emoji-regex": { "version": "8.0.0", - "license": "MIT" + "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz", + "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==", + "devOptional": 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==", + "dev": true, "engines": { "node": ">= 4" } }, "node_modules/encodeurl": { "version": "1.0.2", - "license": "MIT", + "resolved": "https://registry.npmjs.org/encodeurl/-/encodeurl-1.0.2.tgz", + "integrity": "sha512-TPJXq8JqFaVYm2CWmPvnP2Iyo4ZSM7/QKcSmuMLDObfpH5fi7RUGmd/rTDf+rut/saiDiQEeVTNgAmJEdAOx0w==", + "dev": true, "engines": { "node": ">= 0.8" } }, "node_modules/encoding": { "version": "0.1.13", - "license": "MIT", + "resolved": "https://registry.npmjs.org/encoding/-/encoding-0.1.13.tgz", + "integrity": "sha512-ETBauow1T35Y/WZMkio9jiM0Z5xjHHmJ4XmjZOq1l/dXz3lr2sRn87nJy20RupqSh1F2m3HHPSp8ShIPQJrJ3A==", + "dev": true, "optional": true, "dependencies": { "iconv-lite": "^0.6.2" @@ -28216,7 +27253,9 @@ }, "node_modules/encoding/node_modules/iconv-lite": { "version": "0.6.3", - "license": "MIT", + "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.6.3.tgz", + "integrity": "sha512-4fCk79wshMdzMp2rH06qWrJE4iolqLhCUH+OiuIgU++RB0+94NlDL81atO7GX55uUKueo0txHNtvEyI6D7WdMw==", + "dev": true, "optional": true, "dependencies": { "safer-buffer": ">= 2.1.2 < 3.0.0" @@ -28227,15 +27266,18 @@ }, "node_modules/end-of-stream": { "version": "1.4.4", - "license": "MIT", + "resolved": "https://registry.npmjs.org/end-of-stream/-/end-of-stream-1.4.4.tgz", + "integrity": "sha512-+uw1inIHVPQoaVuHzRyXd21icM+cnt4CzD5rW+NC1wjOUSTOs+Te7FOv7AhN7vS9x/oIyhLP5PR1H+phQAHu5Q==", + "dev": true, "dependencies": { "once": "^1.4.0" } }, "node_modules/engine.io": { - "version": "6.4.2", + "version": "6.5.4", + "resolved": "https://registry.npmjs.org/engine.io/-/engine.io-6.5.4.tgz", + "integrity": "sha512-KdVSDKhVKyOi+r5uEabrDLZw2qXStVvCsEB/LN3mw4WFi6Gx50jTyuxYVCwAAC0U46FdnzP/ScKRBTXb/NiEOg==", "dev": true, - "license": "MIT", "dependencies": { "@types/cookie": "^0.4.1", "@types/cors": "^2.8.12", @@ -28245,29 +27287,31 @@ "cookie": "~0.4.1", "cors": "~2.8.5", "debug": "~4.3.1", - "engine.io-parser": "~5.0.3", + "engine.io-parser": "~5.2.1", "ws": "~8.11.0" }, "engines": { - "node": ">=10.0.0" + "node": ">=10.2.0" } }, "node_modules/engine.io-client": { - "version": "6.4.0", + "version": "6.5.3", + "resolved": "https://registry.npmjs.org/engine.io-client/-/engine.io-client-6.5.3.tgz", + "integrity": "sha512-9Z0qLB0NIisTRt1DZ/8U2k12RJn8yls/nXMZLn+/N8hANT3TcYjKFKcwbw5zFQiN4NTde3TSY9zb79e1ij6j9Q==", "dev": true, - "license": "MIT", "dependencies": { "@socket.io/component-emitter": "~3.1.0", "debug": "~4.3.1", - "engine.io-parser": "~5.0.3", + "engine.io-parser": "~5.2.1", "ws": "~8.11.0", "xmlhttprequest-ssl": "~2.0.0" } }, "node_modules/engine.io-client/node_modules/ws": { "version": "8.11.0", + "resolved": "https://registry.npmjs.org/ws/-/ws-8.11.0.tgz", + "integrity": "sha512-HPG3wQd9sNQoT9xHyNCXoDUa+Xw/VevmY9FoHyQ+g+rrMn4j6FB4np7Z0OhdTgjx6MgQLK7jwSy1YecU1+4Asg==", "dev": true, - "license": "MIT", "engines": { "node": ">=10.0.0" }, @@ -28285,25 +27329,28 @@ } }, "node_modules/engine.io-parser": { - "version": "5.0.6", + "version": "5.2.1", + "resolved": "https://registry.npmjs.org/engine.io-parser/-/engine.io-parser-5.2.1.tgz", + "integrity": "sha512-9JktcM3u18nU9N2Lz3bWeBgxVgOKpw7yhRaoxQA3FUDZzzw+9WlA6p4G4u0RixNkg14fH7EfEc/RhpurtiROTQ==", "dev": true, - "license": "MIT", "engines": { "node": ">=10.0.0" } }, "node_modules/engine.io/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==", "dev": true, - "license": "MIT", "engines": { "node": ">= 0.6" } }, "node_modules/engine.io/node_modules/ws": { "version": "8.11.0", + "resolved": "https://registry.npmjs.org/ws/-/ws-8.11.0.tgz", + "integrity": "sha512-HPG3wQd9sNQoT9xHyNCXoDUa+Xw/VevmY9FoHyQ+g+rrMn4j6FB4np7Z0OhdTgjx6MgQLK7jwSy1YecU1+4Asg==", "dev": true, - "license": "MIT", "engines": { "node": ">=10.0.0" }, @@ -28324,6 +27371,7 @@ "version": "5.15.0", "resolved": "https://registry.npmjs.org/enhanced-resolve/-/enhanced-resolve-5.15.0.tgz", "integrity": "sha512-LXYT42KJ7lpIKECr2mAXIaMldcNCh/7E0KBKOu4KSfkHmP+mZmSs+8V5gBAqisWBy0OO4W5Oyys0GO1Y8KtdKg==", + "dev": true, "dependencies": { "graceful-fs": "^4.2.4", "tapable": "^2.2.0" @@ -28333,11 +27381,13 @@ } }, "node_modules/enquirer": { - "version": "2.3.6", + "version": "2.4.1", + "resolved": "https://registry.npmjs.org/enquirer/-/enquirer-2.4.1.tgz", + "integrity": "sha512-rRqJg/6gd538VHvR3PSrdRBb/1Vy2YfzHqzvbhGIQpDRKIa4FgV/54b5Q1xYSxOOwKvjXweS26E0Q+nAMwp2pQ==", "dev": true, - "license": "MIT", "dependencies": { - "ansi-colors": "^4.1.1" + "ansi-colors": "^4.1.1", + "strip-ansi": "^6.0.1" }, "engines": { "node": ">=8.6" @@ -28345,12 +27395,15 @@ }, "node_modules/ent": { "version": "2.2.0", - "dev": true, - "license": "MIT" + "resolved": "https://registry.npmjs.org/ent/-/ent-2.2.0.tgz", + "integrity": "sha512-GHrMyVZQWvTIdDtpiEXdHZnFQKzeO09apj8Cbl4pKWy4i0Oprcq17usfDt5aO63swf0JOeMWjWQE/LzgSRuWpA==", + "dev": true }, "node_modules/entities": { "version": "2.2.0", - "license": "BSD-2-Clause", + "resolved": "https://registry.npmjs.org/entities/-/entities-2.2.0.tgz", + "integrity": "sha512-p92if5Nz619I0w+akJrLZH0MX0Pb5DX39XOwQTtXSdQQOaYH03S1uIQp4mhOZtAXrxq4ViO67YTiLBo2638o9A==", + "dev": true, "funding": { "url": "https://github.com/fb55/entities?sponsor=1" } @@ -28365,9 +27418,10 @@ } }, "node_modules/envinfo": { - "version": "7.8.1", + "version": "7.11.0", + "resolved": "https://registry.npmjs.org/envinfo/-/envinfo-7.11.0.tgz", + "integrity": "sha512-G9/6xF1FPbIw0TtalAMaVPpiq2aDEuKLXM314jPVAO9r2fo2a4BLqMNkmRS7O/xPPZ+COAhGIz3ETvHEV3eUcg==", "dev": true, - "license": "MIT", "bin": { "envinfo": "dist/cli.js" }, @@ -28383,7 +27437,9 @@ }, "node_modules/errno": { "version": "0.1.8", - "license": "MIT", + "resolved": "https://registry.npmjs.org/errno/-/errno-0.1.8.tgz", + "integrity": "sha512-dJ6oBr5SQ1VSd9qkk7ByRgb/1SH4JZjCHSW/mr63/QcXO9zLVxvJ6Oy13nio03rxpSnVDDjFor75SjVeZWPW/A==", + "dev": true, "dependencies": { "prr": "~1.0.1" }, @@ -28393,29 +27449,33 @@ }, "node_modules/error-ex": { "version": "1.3.2", - "license": "MIT", + "resolved": "https://registry.npmjs.org/error-ex/-/error-ex-1.3.2.tgz", + "integrity": "sha512-7dFHNmqeFSEt2ZBsCriorKnn3Z2pj+fd9kmI6QoWw4//DL+icEBfc0U7qJCisqrTsKTjw4fNFy2pW9OqStD84g==", "dependencies": { "is-arrayish": "^0.2.1" } }, "node_modules/es-abstract": { - "version": "1.21.2", - "license": "MIT", + "version": "1.22.3", + "resolved": "https://registry.npmjs.org/es-abstract/-/es-abstract-1.22.3.tgz", + "integrity": "sha512-eiiY8HQeYfYH2Con2berK+To6GrK2RxbPawDkGq4UiCQQfZHb6wX9qQqkbpPqaxQFcl8d9QzZqo0tGE0VcrdwA==", + "dev": true, "dependencies": { "array-buffer-byte-length": "^1.0.0", + "arraybuffer.prototype.slice": "^1.0.2", "available-typed-arrays": "^1.0.5", - "call-bind": "^1.0.2", + "call-bind": "^1.0.5", "es-set-tostringtag": "^2.0.1", "es-to-primitive": "^1.2.1", - "function.prototype.name": "^1.1.5", - "get-intrinsic": "^1.2.0", + "function.prototype.name": "^1.1.6", + "get-intrinsic": "^1.2.2", "get-symbol-description": "^1.0.0", "globalthis": "^1.0.3", "gopd": "^1.0.1", - "has": "^1.0.3", "has-property-descriptors": "^1.0.0", "has-proto": "^1.0.1", "has-symbols": "^1.0.3", + "hasown": "^2.0.0", "internal-slot": "^1.0.5", "is-array-buffer": "^3.0.2", "is-callable": "^1.2.7", @@ -28423,19 +27483,23 @@ "is-regex": "^1.1.4", "is-shared-array-buffer": "^1.0.2", "is-string": "^1.0.7", - "is-typed-array": "^1.1.10", + "is-typed-array": "^1.1.12", "is-weakref": "^1.0.2", - "object-inspect": "^1.12.3", + "object-inspect": "^1.13.1", "object-keys": "^1.1.1", "object.assign": "^4.1.4", - "regexp.prototype.flags": "^1.4.3", + "regexp.prototype.flags": "^1.5.1", + "safe-array-concat": "^1.0.1", "safe-regex-test": "^1.0.0", - "string.prototype.trim": "^1.2.7", - "string.prototype.trimend": "^1.0.6", - "string.prototype.trimstart": "^1.0.6", + "string.prototype.trim": "^1.2.8", + "string.prototype.trimend": "^1.0.7", + "string.prototype.trimstart": "^1.0.7", + "typed-array-buffer": "^1.0.0", + "typed-array-byte-length": "^1.0.0", + "typed-array-byte-offset": "^1.0.0", "typed-array-length": "^1.0.4", "unbox-primitive": "^1.0.2", - "which-typed-array": "^1.1.9" + "which-typed-array": "^1.1.13" }, "engines": { "node": ">= 0.4" @@ -28446,11 +27510,15 @@ }, "node_modules/es-array-method-boxes-properly": { "version": "1.0.0", - "license": "MIT" + "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.3", - "license": "MIT", + "resolved": "https://registry.npmjs.org/es-get-iterator/-/es-get-iterator-1.1.3.tgz", + "integrity": "sha512-sPZmqHBe6JIiTfN5q2pEi//TwxmAFHwj/XEuYjTuse78i8KxaqMTTzxPoFKuzRpDpTJ+0NAbpfenkmH2rePtuw==", + "dev": true, "dependencies": { "call-bind": "^1.0.2", "get-intrinsic": "^1.1.3", @@ -28467,31 +27535,39 @@ } }, "node_modules/es-module-lexer": { - "version": "1.2.1", - "license": "MIT" + "version": "1.4.1", + "resolved": "https://registry.npmjs.org/es-module-lexer/-/es-module-lexer-1.4.1.tgz", + "integrity": "sha512-cXLGjP0c4T3flZJKQSuziYoq7MlT+rnvfZjfp7h+I7K9BNX54kP9nyWvdbwjQ4u1iWbOL4u96fgeZLToQlZC7w==", + "dev": true }, "node_modules/es-set-tostringtag": { - "version": "2.0.1", - "license": "MIT", + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/es-set-tostringtag/-/es-set-tostringtag-2.0.2.tgz", + "integrity": "sha512-BuDyupZt65P9D2D2vA/zqcI3G5xRsklm5N3xCwuiy+/vKy8i0ifdsQP1sLgO4tZDSCaQUSnmC48khknGMV3D2Q==", + "dev": true, "dependencies": { - "get-intrinsic": "^1.1.3", - "has": "^1.0.3", - "has-tostringtag": "^1.0.0" + "get-intrinsic": "^1.2.2", + "has-tostringtag": "^1.0.0", + "hasown": "^2.0.0" }, "engines": { "node": ">= 0.4" } }, "node_modules/es-shim-unscopables": { - "version": "1.0.0", - "license": "MIT", + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/es-shim-unscopables/-/es-shim-unscopables-1.0.2.tgz", + "integrity": "sha512-J3yBRXCzDu4ULnQwxyToo/OjdMx6akgVC7K6few0a7F/0wLtmKKN7I73AH5T2836UuXRqN7Qg+IIUw/+YJksRw==", + "dev": true, "dependencies": { - "has": "^1.0.3" + "hasown": "^2.0.0" } }, "node_modules/es-to-primitive": { "version": "1.2.1", - "license": "MIT", + "resolved": "https://registry.npmjs.org/es-to-primitive/-/es-to-primitive-1.2.1.tgz", + "integrity": "sha512-QCOllgZJtaUo9miYBcLChTUaHNjJF3PYs1VidD7AwiEj1kYxKeQTctLAezAOH5ZKRH0g2IgPn6KwB4IT8iRpvA==", + "dev": true, "dependencies": { "is-callable": "^1.1.4", "is-date-object": "^1.0.1", @@ -28506,8 +27582,9 @@ }, "node_modules/es5-ext": { "version": "0.10.62", + "resolved": "https://registry.npmjs.org/es5-ext/-/es5-ext-0.10.62.tgz", + "integrity": "sha512-BHLqn0klhEpnOKSrzn/Xsz2UIW8j+cGmo9JLzr8BiUapV8hPL9+FliFqjwr9ngW7jWdnxv6eO+/LqyhJVqgrjA==", "hasInstallScript": true, - "license": "ISC", "dependencies": { "es6-iterator": "^2.0.3", "es6-symbol": "^3.1.3", @@ -28519,14 +27596,17 @@ }, "node_modules/es5-shim": { "version": "4.6.7", - "license": "MIT", + "resolved": "https://registry.npmjs.org/es5-shim/-/es5-shim-4.6.7.tgz", + "integrity": "sha512-jg21/dmlrNQI7JyyA2w7n+yifSxBng0ZralnSfVZjoCawgNTCnS+yBCyVM9DL5itm7SUnDGgv7hcq2XCZX4iRQ==", + "dev": true, "engines": { "node": ">=0.4.0" } }, "node_modules/es6-iterator": { "version": "2.0.3", - "license": "MIT", + "resolved": "https://registry.npmjs.org/es6-iterator/-/es6-iterator-2.0.3.tgz", + "integrity": "sha512-zw4SRzoUkd+cl+ZoE15A9o1oQd920Bb0iOJMQkQhl3jNc03YqVjAhG7scf9C5KWRU/R13Orf588uCC6525o02g==", "dependencies": { "d": "1", "es5-ext": "^0.10.35", @@ -28535,34 +27615,40 @@ }, "node_modules/es6-promise": { "version": "4.2.8", - "dev": true, - "license": "MIT" + "resolved": "https://registry.npmjs.org/es6-promise/-/es6-promise-4.2.8.tgz", + "integrity": "sha512-HJDGx5daxeIvxdBxvG2cb9g4tEvwIk3i8+nhX0yGrYmZUzbkdg8QbDevheDB8gd0//uPj4c1EQua8Q+MViT0/w==", + "dev": true }, "node_modules/es6-promisify": { "version": "5.0.0", + "resolved": "https://registry.npmjs.org/es6-promisify/-/es6-promisify-5.0.0.tgz", + "integrity": "sha512-C+d6UdsYDk0lMebHNR4S2NybQMMngAOnOwYBQjTOiv0MkoJMP0Myw2mgpDLBcpfCmRLxyFqYhS/CfOENq4SJhQ==", "dev": true, - "license": "MIT", "dependencies": { "es6-promise": "^4.0.3" } }, "node_modules/es6-shim": { "version": "0.35.8", - "license": "MIT" + "resolved": "https://registry.npmjs.org/es6-shim/-/es6-shim-0.35.8.tgz", + "integrity": "sha512-Twf7I2v4/1tLoIXMT8HlqaBSS5H2wQTs2wx3MNYCI8K1R1/clXyCazrcVCPm/FuO9cyV8+leEaZOWD5C253NDg==", + "dev": true }, "node_modules/es6-symbol": { "version": "3.1.3", - "license": "ISC", + "resolved": "https://registry.npmjs.org/es6-symbol/-/es6-symbol-3.1.3.tgz", + "integrity": "sha512-NJ6Yn3FuDinBaBRWl/q5X/s4koRHBrgKAu+yGI6JCBeiu3qrcbJhwT2GeR/EXVfylRk8dpQVJoLEFhK+Mu31NA==", "dependencies": { "d": "^1.0.1", "ext": "^1.1.2" } }, "node_modules/esbuild": { - "version": "0.14.49", + "version": "0.17.8", + "resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.17.8.tgz", + "integrity": "sha512-g24ybC3fWhZddZK6R3uD2iF/RIPnRpwJAqLov6ouX3hMbY4+tKolP0VMF3zuIYCaXun+yHwS5IPQ91N2BT191g==", "dev": true, "hasInstallScript": true, - "license": "MIT", "optional": true, "bin": { "esbuild": "bin/esbuild" @@ -28571,47 +27657,35 @@ "node": ">=12" }, "optionalDependencies": { - "esbuild-android-64": "0.14.49", - "esbuild-android-arm64": "0.14.49", - "esbuild-darwin-64": "0.14.49", - "esbuild-darwin-arm64": "0.14.49", - "esbuild-freebsd-64": "0.14.49", - "esbuild-freebsd-arm64": "0.14.49", - "esbuild-linux-32": "0.14.49", - "esbuild-linux-64": "0.14.49", - "esbuild-linux-arm": "0.14.49", - "esbuild-linux-arm64": "0.14.49", - "esbuild-linux-mips64le": "0.14.49", - "esbuild-linux-ppc64le": "0.14.49", - "esbuild-linux-riscv64": "0.14.49", - "esbuild-linux-s390x": "0.14.49", - "esbuild-netbsd-64": "0.14.49", - "esbuild-openbsd-64": "0.14.49", - "esbuild-sunos-64": "0.14.49", - "esbuild-windows-32": "0.14.49", - "esbuild-windows-64": "0.14.49", - "esbuild-windows-arm64": "0.14.49" - } - }, - "node_modules/esbuild-darwin-64": { - "version": "0.14.49", - "cpu": [ - "x64" - ], - "dev": true, - "license": "MIT", - "optional": true, - "os": [ - "darwin" - ], - "engines": { - "node": ">=12" + "@esbuild/android-arm": "0.17.8", + "@esbuild/android-arm64": "0.17.8", + "@esbuild/android-x64": "0.17.8", + "@esbuild/darwin-arm64": "0.17.8", + "@esbuild/darwin-x64": "0.17.8", + "@esbuild/freebsd-arm64": "0.17.8", + "@esbuild/freebsd-x64": "0.17.8", + "@esbuild/linux-arm": "0.17.8", + "@esbuild/linux-arm64": "0.17.8", + "@esbuild/linux-ia32": "0.17.8", + "@esbuild/linux-loong64": "0.17.8", + "@esbuild/linux-mips64el": "0.17.8", + "@esbuild/linux-ppc64": "0.17.8", + "@esbuild/linux-riscv64": "0.17.8", + "@esbuild/linux-s390x": "0.17.8", + "@esbuild/linux-x64": "0.17.8", + "@esbuild/netbsd-x64": "0.17.8", + "@esbuild/openbsd-x64": "0.17.8", + "@esbuild/sunos-x64": "0.17.8", + "@esbuild/win32-arm64": "0.17.8", + "@esbuild/win32-ia32": "0.17.8", + "@esbuild/win32-x64": "0.17.8" } }, "node_modules/esbuild-wasm": { - "version": "0.14.49", + "version": "0.17.8", + "resolved": "https://registry.npmjs.org/esbuild-wasm/-/esbuild-wasm-0.17.8.tgz", + "integrity": "sha512-zCmpxv95E0FuCmvdw1K836UHnj4EdiQnFfjTby35y3LAjRPtXMj3sbHDRHjbD8Mqg5lTwq3knacr/1qIFU51CQ==", "dev": true, - "license": "MIT", "bin": { "esbuild": "bin/esbuild" }, @@ -28621,66 +27695,41 @@ }, "node_modules/escalade": { "version": "3.1.1", - "license": "MIT", + "resolved": "https://registry.npmjs.org/escalade/-/escalade-3.1.1.tgz", + "integrity": "sha512-k0er2gUkLf8O0zKJiAhmkTnJlTvINGv7ygDNPbeIsX/TJjGJZHuh9B2UxbsaEkmlEo9MfhrSzmhIlhRlI2GXnw==", + "dev": true, "engines": { "node": ">=6" } }, "node_modules/escape-html": { "version": "1.0.3", - "license": "MIT" + "resolved": "https://registry.npmjs.org/escape-html/-/escape-html-1.0.3.tgz", + "integrity": "sha512-NiSupZ4OeuGwr68lGIeym/ksIZMJodUGOSCZ/FSnTxcrekbvqrgdUxlJOMpijaKZVjAJrWrGs/6Jy8OMuyj9ow==", + "dev": true }, "node_modules/escape-string-regexp": { "version": "1.0.5", - "license": "MIT", + "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz", + "integrity": "sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==", "engines": { "node": ">=0.8.0" } }, - "node_modules/escodegen": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/escodegen/-/escodegen-2.1.0.tgz", - "integrity": "sha512-2NlIDTwUWJN0mRPQOdtQBzbUHvdGY2P1VXSyU83Q3xKxM7WHX2Ql8dKq782Q9TgQUNOLEzEYu9bzLNj1q88I5w==", - "dev": true, - "dependencies": { - "esprima": "^4.0.1", - "estraverse": "^5.2.0", - "esutils": "^2.0.2" - }, - "bin": { - "escodegen": "bin/escodegen.js", - "esgenerate": "bin/esgenerate.js" - }, - "engines": { - "node": ">=6.0" - }, - "optionalDependencies": { - "source-map": "~0.6.1" - } - }, - "node_modules/escodegen/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, - "optional": true, - "engines": { - "node": ">=0.10.0" - } - }, "node_modules/eslint": { - "version": "8.47.0", - "resolved": "https://registry.npmjs.org/eslint/-/eslint-8.47.0.tgz", - "integrity": "sha512-spUQWrdPt+pRVP1TTJLmfRNJJHHZryFmptzcafwSvHsceV81djHOdnEeDmkdotZyLNjDhrOasNK8nikkoG1O8Q==", - "devOptional": true, + "version": "8.53.0", + "resolved": "https://registry.npmjs.org/eslint/-/eslint-8.53.0.tgz", + "integrity": "sha512-N4VuiPjXDUa4xVeV/GC/RV3hQW9Nw+Y463lkWaKKXKYMvmRiRDAtfpuPFLN+E1/6ZhyR8J2ig+eVREnYgUsiag==", + "dev": true, "dependencies": { "@eslint-community/eslint-utils": "^4.2.0", "@eslint-community/regexpp": "^4.6.1", - "@eslint/eslintrc": "^2.1.2", - "@eslint/js": "^8.47.0", - "@humanwhocodes/config-array": "^0.11.10", + "@eslint/eslintrc": "^2.1.3", + "@eslint/js": "8.53.0", + "@humanwhocodes/config-array": "^0.11.13", "@humanwhocodes/module-importer": "^1.0.1", "@nodelib/fs.walk": "^1.2.8", + "@ungap/structured-clone": "^1.2.0", "ajv": "^6.12.4", "chalk": "^4.0.0", "cross-spawn": "^7.0.2", @@ -28723,9 +27772,9 @@ } }, "node_modules/eslint-config-prettier": { - "version": "8.10.0", - "resolved": "https://registry.npmjs.org/eslint-config-prettier/-/eslint-config-prettier-8.10.0.tgz", - "integrity": "sha512-SM8AMJdeQqRYT9O9zguiruQZaN7+z+E4eAP9oiLNGKMtomwaB1E9dcgUD6ZAn/eQAb52USbvezbiljfZUhbJcg==", + "version": "9.0.0", + "resolved": "https://registry.npmjs.org/eslint-config-prettier/-/eslint-config-prettier-9.0.0.tgz", + "integrity": "sha512-IcJsTkJae2S35pRsRAwoCE+925rJJStOdkKnLVgtE+tEpqU0EVVM7OqrwxqgptKdX29NUwC82I5pXsGFIgSevw==", "dev": true, "bin": { "eslint-config-prettier": "bin/cli.js" @@ -28736,8 +27785,9 @@ }, "node_modules/eslint-etc": { "version": "5.2.1", + "resolved": "https://registry.npmjs.org/eslint-etc/-/eslint-etc-5.2.1.tgz", + "integrity": "sha512-lFJBSiIURdqQKq9xJhvSJFyPA+VeTh5xvk24e8pxVL7bwLBtGF60C/KRkLTMrvCZ6DA3kbPuYhLWY0TZMlqTsg==", "dev": true, - "license": "MIT", "dependencies": { "@typescript-eslint/experimental-utils": "^5.0.0", "tsutils": "^3.17.1", @@ -28749,27 +27799,47 @@ } }, "node_modules/eslint-import-resolver-node": { - "version": "0.3.7", + "version": "0.3.9", + "resolved": "https://registry.npmjs.org/eslint-import-resolver-node/-/eslint-import-resolver-node-0.3.9.tgz", + "integrity": "sha512-WFj2isz22JahUv+B788TlO3N6zL3nNJGU8CcZbPZvVEkBPaJdCV4vy5wyghty5ROFbCRnm132v8BScu5/1BQ8g==", "dev": true, - "license": "MIT", "dependencies": { "debug": "^3.2.7", - "is-core-module": "^2.11.0", - "resolve": "^1.22.1" + "is-core-module": "^2.13.0", + "resolve": "^1.22.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==", "dev": true, - "license": "MIT", "dependencies": { "ms": "^2.1.1" } }, + "node_modules/eslint-import-resolver-node/node_modules/resolve": { + "version": "1.22.8", + "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.8.tgz", + "integrity": "sha512-oKWePCxqpd6FlLvGV1VU0x7bkPmmCNolxzjMf4NczoDnQcIWrAF+cPtZn5i6n+RfD2d9i0tzpKnG6Yk168yIyw==", + "dev": true, + "dependencies": { + "is-core-module": "^2.13.0", + "path-parse": "^1.0.7", + "supports-preserve-symlinks-flag": "^1.0.0" + }, + "bin": { + "resolve": "bin/resolve" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, "node_modules/eslint-module-utils": { "version": "2.8.0", + "resolved": "https://registry.npmjs.org/eslint-module-utils/-/eslint-module-utils-2.8.0.tgz", + "integrity": "sha512-aWajIYfsqCKRDgUfjEXNN/JlrzauMuSEy5sbd7WXbtW3EH6A6MpwEh42c7qD+MqQo9QMJ6fWLAeIJynx0g6OAw==", "dev": true, - "license": "MIT", "dependencies": { "debug": "^3.2.7" }, @@ -28784,16 +27854,18 @@ }, "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, - "license": "MIT", "dependencies": { "ms": "^2.1.1" } }, "node_modules/eslint-plugin-ban": { "version": "1.6.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-ban/-/eslint-plugin-ban-1.6.0.tgz", + "integrity": "sha512-gZptoV+SFHOHO57/5lmPvizMvSXrjFatP9qlVQf3meL/WHo9TxSoERygrMlESl19CPh95U86asTxohT8OprwDw==", "dev": true, - "license": "ISC", "dependencies": { "requireindex": "~1.2.0" }, @@ -28802,25 +27874,28 @@ } }, "node_modules/eslint-plugin-import": { - "version": "2.27.5", + "version": "2.29.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-import/-/eslint-plugin-import-2.29.0.tgz", + "integrity": "sha512-QPOO5NO6Odv5lpoTkddtutccQjysJuFxoPS7fAHO+9m9udNHvTCPSAMW9zGAYj8lAIdr40I8yPCdUYrncXtrwg==", "dev": true, - "license": "MIT", "dependencies": { - "array-includes": "^3.1.6", - "array.prototype.flat": "^1.3.1", - "array.prototype.flatmap": "^1.3.1", + "array-includes": "^3.1.7", + "array.prototype.findlastindex": "^1.2.3", + "array.prototype.flat": "^1.3.2", + "array.prototype.flatmap": "^1.3.2", "debug": "^3.2.7", "doctrine": "^2.1.0", - "eslint-import-resolver-node": "^0.3.7", - "eslint-module-utils": "^2.7.4", - "has": "^1.0.3", - "is-core-module": "^2.11.0", + "eslint-import-resolver-node": "^0.3.9", + "eslint-module-utils": "^2.8.0", + "hasown": "^2.0.0", + "is-core-module": "^2.13.1", "is-glob": "^4.0.3", "minimatch": "^3.1.2", - "object.values": "^1.1.6", - "resolve": "^1.22.1", - "semver": "^6.3.0", - "tsconfig-paths": "^3.14.1" + "object.fromentries": "^2.0.7", + "object.groupby": "^1.0.1", + "object.values": "^1.1.7", + "semver": "^6.3.1", + "tsconfig-paths": "^3.14.2" }, "engines": { "node": ">=4" @@ -28831,16 +27906,18 @@ }, "node_modules/eslint-plugin-import/node_modules/debug": { "version": "3.2.7", + "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz", + "integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==", "dev": true, - "license": "MIT", "dependencies": { "ms": "^2.1.1" } }, "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, - "license": "Apache-2.0", "dependencies": { "esutils": "^2.0.2" }, @@ -28850,8 +27927,9 @@ }, "node_modules/eslint-plugin-import/node_modules/json5": { "version": "1.0.2", + "resolved": "https://registry.npmjs.org/json5/-/json5-1.0.2.tgz", + "integrity": "sha512-g1MWMLBiz8FKi1e4w0UyVL3w+iJceWAFBAaBnnGKOpNa5f8TLktkbre1+s6oICydWAm+HRUGTmI+//xv2hvXYA==", "dev": true, - "license": "MIT", "dependencies": { "minimist": "^1.2.0" }, @@ -28859,6 +27937,18 @@ "json5": "lib/cli.js" } }, + "node_modules/eslint-plugin-import/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": { + "brace-expansion": "^1.1.7" + }, + "engines": { + "node": "*" + } + }, "node_modules/eslint-plugin-import/node_modules/semver": { "version": "6.3.1", "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz", @@ -28870,16 +27960,18 @@ }, "node_modules/eslint-plugin-import/node_modules/strip-bom": { "version": "3.0.0", + "resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-3.0.0.tgz", + "integrity": "sha512-vavAMRXOgBVNF6nyEEmL3DBK19iRpDcoIwW+swQ+CbGiu7lju6t+JklA1MHweoWtadgt4ISVUsXLyDq34ddcwA==", "dev": true, - "license": "MIT", "engines": { "node": ">=4" } }, "node_modules/eslint-plugin-import/node_modules/tsconfig-paths": { "version": "3.14.2", + "resolved": "https://registry.npmjs.org/tsconfig-paths/-/tsconfig-paths-3.14.2.tgz", + "integrity": "sha512-o/9iXgCYc5L/JxCHPe3Hvh8Q/2xm5Z+p18PESBU6Ff33695QnCHBEjcytY2q19ua7Mbl/DavtBOLq+oG0RCL+g==", "dev": true, - "license": "MIT", "dependencies": { "@types/json5": "^0.0.29", "json5": "^1.0.2", @@ -28888,20 +27980,23 @@ } }, "node_modules/eslint-plugin-jsdoc": { - "version": "40.1.0", + "version": "46.9.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-jsdoc/-/eslint-plugin-jsdoc-46.9.0.tgz", + "integrity": "sha512-UQuEtbqLNkPf5Nr/6PPRCtr9xypXY+g8y/Q7gPa0YK7eDhh0y2lWprXRnaYbW7ACgIUvpDKy9X2bZqxtGzBG9Q==", "dev": true, - "license": "BSD-3-Clause", "dependencies": { - "@es-joy/jsdoccomment": "~0.37.0", - "comment-parser": "1.3.1", + "@es-joy/jsdoccomment": "~0.41.0", + "are-docs-informative": "^0.0.2", + "comment-parser": "1.4.1", "debug": "^4.3.4", "escape-string-regexp": "^4.0.0", "esquery": "^1.5.0", - "semver": "^7.3.8", + "is-builtin-module": "^3.2.1", + "semver": "^7.5.4", "spdx-expression-parse": "^3.0.1" }, "engines": { - "node": "^14 || ^16 || ^17 || ^18 || ^19" + "node": ">=16" }, "peerDependencies": { "eslint": "^7.0.0 || ^8.0.0" @@ -28909,8 +28004,9 @@ }, "node_modules/eslint-plugin-jsdoc/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==", "dev": true, - "license": "MIT", "engines": { "node": ">=10" }, @@ -28920,8 +28016,9 @@ }, "node_modules/eslint-plugin-jsdoc/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==", "dev": true, - "license": "ISC", "dependencies": { "yallist": "^4.0.0" }, @@ -28946,41 +28043,52 @@ }, "node_modules/eslint-plugin-jsdoc/node_modules/yallist": { "version": "4.0.0", - "dev": true, - "license": "ISC" + "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", + "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==", + "dev": true }, "node_modules/eslint-plugin-license-header": { "version": "0.6.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-license-header/-/eslint-plugin-license-header-0.6.0.tgz", + "integrity": "sha512-IEywStBWaDBDMkogYoKUAdaOuomZ+YaQmdoSD2vHmXobekM+XuP6SWLlvwUUhIbdocn3MTlb5CUJ8E4VHz1c/w==", "dev": true, - "license": "MIT", "dependencies": { "requireindex": "^1.2.0" } }, "node_modules/eslint-plugin-prefer-arrow": { "version": "1.2.3", + "resolved": "https://registry.npmjs.org/eslint-plugin-prefer-arrow/-/eslint-plugin-prefer-arrow-1.2.3.tgz", + "integrity": "sha512-J9I5PKCOJretVuiZRGvPQxCbllxGAV/viI20JO3LYblAodofBxyMnZAJ+WGeClHgANnSJberTNoFWWjrWKBuXQ==", "dev": true, - "license": "MIT", "peerDependencies": { "eslint": ">=2.0.0" } }, "node_modules/eslint-plugin-prettier": { - "version": "4.2.1", - "resolved": "https://registry.npmjs.org/eslint-plugin-prettier/-/eslint-plugin-prettier-4.2.1.tgz", - "integrity": "sha512-f/0rXLXUt0oFYs8ra4w49wYZBG5GKZpAYsJSm6rnYL5uVDjd+zowwMwVZHnAjf4edNrKpCDYfXDgmRE/Ak7QyQ==", + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/eslint-plugin-prettier/-/eslint-plugin-prettier-5.0.1.tgz", + "integrity": "sha512-m3u5RnR56asrwV/lDC4GHorlW75DsFfmUcjfCYylTUs85dBRnB7VM6xG8eCMJdeDRnppzmxZVf1GEPJvl1JmNg==", "dev": true, "dependencies": { - "prettier-linter-helpers": "^1.0.0" + "prettier-linter-helpers": "^1.0.0", + "synckit": "^0.8.5" }, "engines": { - "node": ">=12.0.0" + "node": "^14.18.0 || >=16.0.0" + }, + "funding": { + "url": "https://opencollective.com/prettier" }, "peerDependencies": { - "eslint": ">=7.28.0", - "prettier": ">=2.0.0" + "@types/eslint": ">=8.0.0", + "eslint": ">=8.0.0", + "prettier": ">=3.0.0" }, "peerDependenciesMeta": { + "@types/eslint": { + "optional": true + }, "eslint-config-prettier": { "optional": true } @@ -28988,8 +28096,9 @@ }, "node_modules/eslint-plugin-rxjs": { "version": "5.0.3", + "resolved": "https://registry.npmjs.org/eslint-plugin-rxjs/-/eslint-plugin-rxjs-5.0.3.tgz", + "integrity": "sha512-fcVkqLmYLRfRp+ShafjpUKuaZ+cw/sXAvM5dfSxiEr7M28QZ/NY7vaOr09FB4rSaZsQyLBnNPh5SL+4EgKjh8Q==", "dev": true, - "license": "MIT", "dependencies": { "@typescript-eslint/experimental-utils": "^5.0.0", "common-tags": "^1.8.0", @@ -29007,41 +28116,41 @@ } }, "node_modules/eslint-plugin-unicorn": { - "version": "46.0.0", + "version": "49.0.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-unicorn/-/eslint-plugin-unicorn-49.0.0.tgz", + "integrity": "sha512-0fHEa/8Pih5cmzFW5L7xMEfUTvI9WKeQtjmKpTUmY+BiFCDxkxrTdnURJOHKykhtwIeyYsxnecbGvDCml++z4Q==", "dev": true, - "license": "MIT", "dependencies": { - "@babel/helper-validator-identifier": "^7.19.1", - "@eslint-community/eslint-utils": "^4.1.2", - "ci-info": "^3.6.1", + "@babel/helper-validator-identifier": "^7.22.20", + "@eslint-community/eslint-utils": "^4.4.0", + "ci-info": "^3.8.0", "clean-regexp": "^1.0.0", - "esquery": "^1.4.0", + "esquery": "^1.5.0", "indent-string": "^4.0.0", - "is-builtin-module": "^3.2.0", + "is-builtin-module": "^3.2.1", "jsesc": "^3.0.2", - "lodash": "^4.17.21", "pluralize": "^8.0.0", "read-pkg-up": "^7.0.1", - "regexp-tree": "^0.1.24", - "regjsparser": "^0.9.1", - "safe-regex": "^2.1.1", - "semver": "^7.3.8", + "regexp-tree": "^0.1.27", + "regjsparser": "^0.10.0", + "semver": "^7.5.4", "strip-indent": "^3.0.0" }, "engines": { - "node": ">=14.18" + "node": ">=16" }, "funding": { "url": "https://github.com/sindresorhus/eslint-plugin-unicorn?sponsor=1" }, "peerDependencies": { - "eslint": ">=8.28.0" + "eslint": ">=8.52.0" } }, "node_modules/eslint-plugin-unicorn/node_modules/jsesc": { "version": "3.0.2", + "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-3.0.2.tgz", + "integrity": "sha512-xKqzzWXDttJuOcawBt4KnKHHIf5oQ/Cxax+0PWFG+DFDgHNAdi+TXECADI+RYiFUMmx8792xsMbbgXj4CwnP4g==", "dev": true, - "license": "MIT", "bin": { "jsesc": "bin/jsesc" }, @@ -29051,8 +28160,9 @@ }, "node_modules/eslint-plugin-unicorn/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==", "dev": true, - "license": "ISC", "dependencies": { "yallist": "^4.0.0" }, @@ -29077,57 +28187,31 @@ }, "node_modules/eslint-plugin-unicorn/node_modules/yallist": { "version": "4.0.0", - "dev": true, - "license": "ISC" + "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", + "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==", + "dev": true }, "node_modules/eslint-scope": { - "version": "5.1.1", - "license": "BSD-2-Clause", + "version": "7.2.2", + "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-7.2.2.tgz", + "integrity": "sha512-dOt21O7lTMhDM+X9mB4GX+DZrZtCUJPL/wlcTqxyrx5IvO0IYtILdtrQGQp+8n5S0gwSVmOf9NQrjMOgfQZlIg==", + "dev": true, "dependencies": { "esrecurse": "^4.3.0", - "estraverse": "^4.1.1" + "estraverse": "^5.2.0" }, "engines": { - "node": ">=8.0.0" - } - }, - "node_modules/eslint-scope/node_modules/estraverse": { - "version": "4.3.0", - "license": "BSD-2-Clause", - "engines": { - "node": ">=4.0" - } - }, - "node_modules/eslint-utils": { - "version": "3.0.0", - "dev": true, - "license": "MIT", - "dependencies": { - "eslint-visitor-keys": "^2.0.0" - }, - "engines": { - "node": "^10.0.0 || ^12.0.0 || >= 14.0.0" + "node": "^12.22.0 || ^14.17.0 || >=16.0.0" }, "funding": { - "url": "https://github.com/sponsors/mysticatea" - }, - "peerDependencies": { - "eslint": ">=5" - } - }, - "node_modules/eslint-utils/node_modules/eslint-visitor-keys": { - "version": "2.1.0", - "dev": true, - "license": "Apache-2.0", - "engines": { - "node": ">=10" + "url": "https://opencollective.com/eslint" } }, "node_modules/eslint-visitor-keys": { "version": "3.4.3", "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz", "integrity": "sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==", - "devOptional": true, + "dev": true, "engines": { "node": "^12.22.0 || ^14.17.0 || >=16.0.0" }, @@ -29137,8 +28221,9 @@ }, "node_modules/eslint/node_modules/ajv": { "version": "6.12.6", - "devOptional": true, - "license": "MIT", + "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz", + "integrity": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==", + "dev": true, "dependencies": { "fast-deep-equal": "^3.1.1", "fast-json-stable-stringify": "^2.0.0", @@ -29152,8 +28237,9 @@ }, "node_modules/eslint/node_modules/ansi-styles": { "version": "4.3.0", - "devOptional": true, - "license": "MIT", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "dev": true, "dependencies": { "color-convert": "^2.0.1" }, @@ -29166,8 +28252,9 @@ }, "node_modules/eslint/node_modules/chalk": { "version": "4.1.2", - "devOptional": true, - "license": "MIT", + "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" @@ -29181,8 +28268,9 @@ }, "node_modules/eslint/node_modules/color-convert": { "version": "2.0.1", - "devOptional": true, - "license": "MIT", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "dev": true, "dependencies": { "color-name": "~1.1.4" }, @@ -29190,10 +28278,17 @@ "node": ">=7.0.0" } }, + "node_modules/eslint/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==", + "dev": true + }, "node_modules/eslint/node_modules/escape-string-regexp": { "version": "4.0.0", - "devOptional": true, - "license": "MIT", + "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz", + "integrity": "sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==", + "dev": true, "engines": { "node": ">=10" }, @@ -29201,26 +28296,11 @@ "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/eslint/node_modules/eslint-scope": { - "version": "7.2.2", - "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-7.2.2.tgz", - "integrity": "sha512-dOt21O7lTMhDM+X9mB4GX+DZrZtCUJPL/wlcTqxyrx5IvO0IYtILdtrQGQp+8n5S0gwSVmOf9NQrjMOgfQZlIg==", - "devOptional": true, - "dependencies": { - "esrecurse": "^4.3.0", - "estraverse": "^5.2.0" - }, - "engines": { - "node": "^12.22.0 || ^14.17.0 || >=16.0.0" - }, - "funding": { - "url": "https://opencollective.com/eslint" - } - }, "node_modules/eslint/node_modules/glob-parent": { "version": "6.0.2", - "devOptional": true, - "license": "ISC", + "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-6.0.2.tgz", + "integrity": "sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==", + "dev": true, "dependencies": { "is-glob": "^4.0.3" }, @@ -29229,9 +28309,10 @@ } }, "node_modules/eslint/node_modules/globals": { - "version": "13.20.0", - "devOptional": true, - "license": "MIT", + "version": "13.23.0", + "resolved": "https://registry.npmjs.org/globals/-/globals-13.23.0.tgz", + "integrity": "sha512-XAmF0RjlrjY23MA51q3HltdlGxUpXPvg0GioKiD9X6HD28iMjo2dKC8Vqwm7lne4GNr78+RHTfliktR6ZH09wA==", + "dev": true, "dependencies": { "type-fest": "^0.20.2" }, @@ -29244,21 +28325,36 @@ }, "node_modules/eslint/node_modules/has-flag": { "version": "4.0.0", - "devOptional": true, - "license": "MIT", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "dev": true, "engines": { "node": ">=8" } }, "node_modules/eslint/node_modules/json-schema-traverse": { "version": "0.4.1", - "devOptional": true, - "license": "MIT" + "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/eslint/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": { + "brace-expansion": "^1.1.7" + }, + "engines": { + "node": "*" + } }, "node_modules/eslint/node_modules/supports-color": { "version": "7.2.0", - "devOptional": true, - "license": "MIT", + "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" }, @@ -29270,7 +28366,7 @@ "version": "9.6.1", "resolved": "https://registry.npmjs.org/espree/-/espree-9.6.1.tgz", "integrity": "sha512-oruZaFkjorTpF32kDSI5/75ViwGeZginGGy2NoOSg3Q9bnwlnmDm4HLnkl0RE3n+njDXR037aY1+x58Z/zFdwQ==", - "devOptional": true, + "dev": true, "dependencies": { "acorn": "^8.9.0", "acorn-jsx": "^5.3.2", @@ -29285,7 +28381,8 @@ }, "node_modules/esprima": { "version": "4.0.1", - "license": "BSD-2-Clause", + "resolved": "https://registry.npmjs.org/esprima/-/esprima-4.0.1.tgz", + "integrity": "sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==", "bin": { "esparse": "bin/esparse.js", "esvalidate": "bin/esvalidate.js" @@ -29296,8 +28393,9 @@ }, "node_modules/esquery": { "version": "1.5.0", - "devOptional": true, - "license": "BSD-3-Clause", + "resolved": "https://registry.npmjs.org/esquery/-/esquery-1.5.0.tgz", + "integrity": "sha512-YQLXUplAwJgCydQ78IMJywZCceoqk1oH01OERdSAJc/7U2AylwjhSCLDEtqwg811idIS/9fIU5GjG73IgjKMVg==", + "dev": true, "dependencies": { "estraverse": "^5.1.0" }, @@ -29307,7 +28405,9 @@ }, "node_modules/esrecurse": { "version": "4.3.0", - "license": "BSD-2-Clause", + "resolved": "https://registry.npmjs.org/esrecurse/-/esrecurse-4.3.0.tgz", + "integrity": "sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag==", + "dev": true, "dependencies": { "estraverse": "^5.2.0" }, @@ -29317,36 +28417,48 @@ }, "node_modules/estraverse": { "version": "5.3.0", - "license": "BSD-2-Clause", + "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-5.3.0.tgz", + "integrity": "sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==", + "dev": true, "engines": { "node": ">=4.0" } }, "node_modules/estree-walker": { - "version": "1.0.1", - "dev": true, - "license": "MIT" + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/estree-walker/-/estree-walker-3.0.3.tgz", + "integrity": "sha512-7RUKfXgSMMkzt6ZuXmqapOurLGPPfgj6l9uRZ7lRGolvk0y2yocc35LdcxKC5PQZdn2DMqioAQ2NoWcrTKmm6g==", + "dependencies": { + "@types/estree": "^1.0.0" + } }, "node_modules/esutils": { "version": "2.0.3", - "license": "BSD-2-Clause", + "resolved": "https://registry.npmjs.org/esutils/-/esutils-2.0.3.tgz", + "integrity": "sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==", + "dev": true, "engines": { "node": ">=0.10.0" } }, "node_modules/etag": { "version": "1.8.1", - "license": "MIT", + "resolved": "https://registry.npmjs.org/etag/-/etag-1.8.1.tgz", + "integrity": "sha512-aIL5Fx7mawVa300al2BnEE4iNvo1qETxLrPI/o05L7z6go7fCw1J6EQmbK4FmJ2AS7kgVF/KEZWufBfdClMcPg==", + "dev": true, "engines": { "node": ">= 0.6" } }, "node_modules/eve-raphael": { - "version": "0.5.0" + "version": "0.5.0", + "resolved": "https://registry.npmjs.org/eve-raphael/-/eve-raphael-0.5.0.tgz", + "integrity": "sha512-jrxnPsCGqng1UZuEp9DecX/AuSyAszATSjf4oEcRxvfxa1Oux4KkIPKBAAWWnpdwfARtr+Q0o9aPYWjsROD7ug==" }, "node_modules/event-emitter": { "version": "0.3.5", - "license": "MIT", + "resolved": "https://registry.npmjs.org/event-emitter/-/event-emitter-0.3.5.tgz", + "integrity": "sha512-D9rRn9y7kLPnJ+hMq7S/nhvoKwwvVJahBi2BPmx3bvbsEdK3W9ii8cBSGjP+72/LnM4n6fo3+dkCX5FeTQruXA==", "dependencies": { "d": "1", "es5-ext": "~0.10.14" @@ -29354,24 +28466,30 @@ }, "node_modules/eventemitter-asyncresource": { "version": "1.0.0", - "dev": true, - "license": "MIT" + "resolved": "https://registry.npmjs.org/eventemitter-asyncresource/-/eventemitter-asyncresource-1.0.0.tgz", + "integrity": "sha512-39F7TBIV0G7gTelxwbEqnwhp90eqCPON1k0NwNfwhgKn4Co4ybUbj2pECcXT0B3ztRKZ7Pw1JujUUgmQJHcVAQ==", + "dev": true }, "node_modules/eventemitter3": { "version": "4.0.7", - "dev": true, - "license": "MIT" + "resolved": "https://registry.npmjs.org/eventemitter3/-/eventemitter3-4.0.7.tgz", + "integrity": "sha512-8guHBZCwKnFhYdHr2ysuRWErTwhoN2X8XELRlrRwpmfeY2jjuUN4taQMsULKUVo1K4DvZl+0pgfyoysHxvmvEw==", + "dev": true }, "node_modules/events": { "version": "3.3.0", - "license": "MIT", + "resolved": "https://registry.npmjs.org/events/-/events-3.3.0.tgz", + "integrity": "sha512-mQw+2fkQbALzQ7V0MY0IqdnXNOeTtP4r0lN9z7AAawCXgqea7bDii20AYrIBrFd/Hx0M2Ocz6S111CaFkUcb0Q==", + "dev": true, "engines": { "node": ">=0.8.x" } }, "node_modules/evp_bytestokey": { "version": "1.0.3", - "license": "MIT", + "resolved": "https://registry.npmjs.org/evp_bytestokey/-/evp_bytestokey-1.0.3.tgz", + "integrity": "sha512-/f2Go4TognH/KvCISP7OUsHn85hT9nUkxxA9BEWxFn+Oj9o8ZNLm/40hdlgSLyuOimsrTKLUMEorQexp/aPQeA==", + "dev": true, "dependencies": { "md5.js": "^1.3.4", "safe-buffer": "^5.1.1" @@ -29379,12 +28497,14 @@ }, "node_modules/exec-sh": { "version": "0.3.6", - "dev": true, - "license": "MIT" + "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", - "license": "MIT", + "resolved": "https://registry.npmjs.org/execa/-/execa-5.1.1.tgz", + "integrity": "sha512-8uSpZZocAZRBAPIEINJj3Lo9HyGitllczc27Eh5YYojjMFMn8yHMDMaUHE2Jqfq05D/wucwI4JGURyXt1vchyg==", "dependencies": { "cross-spawn": "^7.0.3", "get-stream": "^6.0.0", @@ -29405,6 +28525,8 @@ }, "node_modules/exit": { "version": "0.1.2", + "resolved": "https://registry.npmjs.org/exit/-/exit-0.1.2.tgz", + "integrity": "sha512-Zk/eNKV2zbjpKzrsQ+n1G6poVbErQxJ0LBOJXaKZ1EViLzH+hrLu9cdXI4zw9dBQJslwBEpbQ2P1oS7nDxs6jQ==", "dev": true, "engines": { "node": ">= 0.8.0" @@ -29412,7 +28534,9 @@ }, "node_modules/expand-brackets": { "version": "2.1.4", - "license": "MIT", + "resolved": "https://registry.npmjs.org/expand-brackets/-/expand-brackets-2.1.4.tgz", + "integrity": "sha512-w/ozOKR9Obk3qoWeY/WDi6MFta9AoMR+zud60mdnbniMcBxRuFJyDt2LdX/14A1UABeqk+Uk+LDfUpvoGKppZA==", + "dev": true, "dependencies": { "debug": "^2.3.3", "define-property": "^0.2.5", @@ -29428,14 +28552,18 @@ }, "node_modules/expand-brackets/node_modules/debug": { "version": "2.6.9", - "license": "MIT", + "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/expand-brackets/node_modules/define-property": { "version": "0.2.5", - "license": "MIT", + "resolved": "https://registry.npmjs.org/define-property/-/define-property-0.2.5.tgz", + "integrity": "sha512-Rr7ADjQZenceVOAKop6ALkkRAmH1A4Gx9hV/7ZujPUN2rkATqFO0JZLZInbAjpZYoJ1gUx8MRMQVkYemcbMSTA==", + "dev": true, "dependencies": { "is-descriptor": "^0.1.0" }, @@ -29445,7 +28573,9 @@ }, "node_modules/expand-brackets/node_modules/extend-shallow": { "version": "2.0.1", - "license": "MIT", + "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz", + "integrity": "sha512-zCnTtlxNoAiDc3gqY2aYAWFx7XWWiasuF2K8Me5WbN8otHKTUKBwjPtNpRs/rbUZm7KxWAaNj7P1a/p52GbVug==", + "dev": true, "dependencies": { "is-extendable": "^0.1.0" }, @@ -29453,175 +28583,48 @@ "node": ">=0.10.0" } }, - "node_modules/expand-brackets/node_modules/is-accessor-descriptor": { - "version": "0.1.6", - "license": "MIT", - "dependencies": { - "kind-of": "^3.0.2" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/expand-brackets/node_modules/is-accessor-descriptor/node_modules/kind-of": { - "version": "3.2.2", - "license": "MIT", - "dependencies": { - "is-buffer": "^1.1.5" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/expand-brackets/node_modules/is-buffer": { - "version": "1.1.6", - "license": "MIT" - }, - "node_modules/expand-brackets/node_modules/is-data-descriptor": { - "version": "0.1.4", - "license": "MIT", - "dependencies": { - "kind-of": "^3.0.2" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/expand-brackets/node_modules/is-data-descriptor/node_modules/kind-of": { - "version": "3.2.2", - "license": "MIT", - "dependencies": { - "is-buffer": "^1.1.5" - }, - "engines": { - "node": ">=0.10.0" - } - }, "node_modules/expand-brackets/node_modules/is-descriptor": { - "version": "0.1.6", - "license": "MIT", + "version": "0.1.7", + "resolved": "https://registry.npmjs.org/is-descriptor/-/is-descriptor-0.1.7.tgz", + "integrity": "sha512-C3grZTvObeN1xud4cRWl366OMXZTj0+HGyk4hvfpx4ZHt1Pb60ANSXqCK7pdOTeUQpRzECBSTphqvD7U+l22Eg==", + "dev": true, "dependencies": { - "is-accessor-descriptor": "^0.1.6", - "is-data-descriptor": "^0.1.4", - "kind-of": "^5.0.0" + "is-accessor-descriptor": "^1.0.1", + "is-data-descriptor": "^1.0.1" }, "engines": { - "node": ">=0.10.0" + "node": ">= 0.4" } }, "node_modules/expand-brackets/node_modules/is-extendable": { "version": "0.1.1", - "license": "MIT", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/expand-brackets/node_modules/kind-of": { - "version": "5.1.0", - "license": "MIT", + "resolved": "https://registry.npmjs.org/is-extendable/-/is-extendable-0.1.1.tgz", + "integrity": "sha512-5BMULNob1vgFX6EjQw5izWDxrecWK9AM72rugNr0TFldMOi0fj6Jk+zeKIt0xGj4cEfQIJth4w3OKWOJ4f+AFw==", + "dev": true, "engines": { "node": ">=0.10.0" } }, "node_modules/expand-brackets/node_modules/ms": { "version": "2.0.0", - "license": "MIT" + "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", + "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==", + "dev": true }, "node_modules/expect": { - "version": "28.1.3", - "resolved": "https://registry.npmjs.org/expect/-/expect-28.1.3.tgz", - "integrity": "sha512-eEh0xn8HlsuOBxFgIss+2mX85VAS4Qy3OSkjV7rlBWljtA4oWH37glVGyOZSZvErDT/yBywZdPGwCXuTvSG85g==", + "version": "29.7.0", + "resolved": "https://registry.npmjs.org/expect/-/expect-29.7.0.tgz", + "integrity": "sha512-2Zks0hf1VLFYI1kbh0I5jP3KHHyCHpkfyHBzsSXRFgl/Bg9mWYfMW8oD+PdMPlEwy5HNsR9JutYy6pMeOh61nw==", "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" + "@jest/expect-utils": "^29.7.0", + "jest-get-type": "^29.6.3", + "jest-matcher-utils": "^29.7.0", + "jest-message-util": "^29.7.0", + "jest-util": "^29.7.0" }, "engines": { - "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0" - } - }, - "node_modules/expect/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==", - "dev": true, - "dependencies": { - "color-convert": "^2.0.1" - }, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/chalk/ansi-styles?sponsor=1" - } - }, - "node_modules/expect/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" - } - }, - "node_modules/expect/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==", - "dev": true, - "dependencies": { - "color-name": "~1.1.4" - }, - "engines": { - "node": ">=7.0.0" - } - }, - "node_modules/expect/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==", - "dev": true, - "engines": { - "node": ">=8" - } - }, - "node_modules/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==", - "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" - } - }, - "node_modules/expect/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" + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" } }, "node_modules/exponential-backoff": { @@ -29632,7 +28635,9 @@ }, "node_modules/express": { "version": "4.18.2", - "license": "MIT", + "resolved": "https://registry.npmjs.org/express/-/express-4.18.2.tgz", + "integrity": "sha512-5/PsL6iGPdfQ/lKM1UuielYgv3BUoJfz1aUwU9vHZ+J7gyvwdQXFEBIEIaxeGf0GIcreATNyBExtalisDbuMqQ==", + "dev": true, "dependencies": { "accepts": "~1.3.8", "array-flatten": "1.1.1", @@ -29672,18 +28677,24 @@ }, "node_modules/express/node_modules/debug": { "version": "2.6.9", - "license": "MIT", + "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/express/node_modules/ms": { "version": "2.0.0", - "license": "MIT" + "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", + "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==", + "dev": true }, "node_modules/express/node_modules/qs": { "version": "6.11.0", - "license": "BSD-3-Clause", + "resolved": "https://registry.npmjs.org/qs/-/qs-6.11.0.tgz", + "integrity": "sha512-MvjoMCJwEarSbUYk5O+nmoSzSutSsTwF85zcHPQ9OrlFoZOYIjaqBAJIqIXjptyD5vThxGq52Xu/MaJzRkIk4Q==", + "dev": true, "dependencies": { "side-channel": "^1.0.4" }, @@ -29696,6 +28707,9 @@ }, "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==", + "dev": true, "funding": [ { "type": "github", @@ -29709,27 +28723,32 @@ "type": "consulting", "url": "https://feross.org/support" } - ], - "license": "MIT" + ] }, "node_modules/ext": { "version": "1.7.0", - "license": "ISC", + "resolved": "https://registry.npmjs.org/ext/-/ext-1.7.0.tgz", + "integrity": "sha512-6hxeJYaL110a9b5TEJSj0gojyHQAmA2ch5Os+ySCiA1QGdS697XWY1pzsrSjqA9LDEEgdB/KypIlR59RcLuHYw==", "dependencies": { "type": "^2.7.2" } }, "node_modules/ext/node_modules/type": { "version": "2.7.2", - "license": "ISC" + "resolved": "https://registry.npmjs.org/type/-/type-2.7.2.tgz", + "integrity": "sha512-dzlvlNlt6AXU7EBSfpAscydQ7gXB+pPGsPnfJnZpiNJBDj7IaJzQlBZYGdEi4R9HmPdBv2XmWJ6YUtoTa7lmCw==" }, "node_modules/extend": { "version": "3.0.2", - "license": "MIT" + "resolved": "https://registry.npmjs.org/extend/-/extend-3.0.2.tgz", + "integrity": "sha512-fjquC59cD7CyW6urNXK0FBufkZcoiGG80wTuPujX590cB5Ttln20E2UB4S/WARVqhXffZl2LNgS+gQdPIIim/g==", + "dev": true }, "node_modules/extend-shallow": { "version": "3.0.2", - "license": "MIT", + "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" @@ -29740,8 +28759,9 @@ }, "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, - "license": "MIT", "dependencies": { "chardet": "^0.7.0", "iconv-lite": "^0.4.24", @@ -29753,8 +28773,9 @@ }, "node_modules/external-editor/node_modules/tmp": { "version": "0.0.33", + "resolved": "https://registry.npmjs.org/tmp/-/tmp-0.0.33.tgz", + "integrity": "sha512-jRCJlojKnZ3addtTOjdIqoRuPEKBvNXcGYqzO6zWZX8KfKEpnGY5jfggJQ3EjKuu8D4bJRr0y+cYJFmYbImXGw==", "dev": true, - "license": "MIT", "dependencies": { "os-tmpdir": "~1.0.2" }, @@ -29764,7 +28785,9 @@ }, "node_modules/extglob": { "version": "2.0.4", - "license": "MIT", + "resolved": "https://registry.npmjs.org/extglob/-/extglob-2.0.4.tgz", + "integrity": "sha512-Nmb6QXkELsuBr24CJSkilo6UHHgbekK5UiZgfE6UHD3Eb27YC6oD+bhcT+tJ6cl8dmsgdQxnWlcry8ksBIBLpw==", + "dev": true, "dependencies": { "array-unique": "^0.3.2", "define-property": "^1.0.0", @@ -29781,7 +28804,9 @@ }, "node_modules/extglob/node_modules/define-property": { "version": "1.0.0", - "license": "MIT", + "resolved": "https://registry.npmjs.org/define-property/-/define-property-1.0.0.tgz", + "integrity": "sha512-cZTYKFWspt9jZsMscWo8sc/5lbPC9Q0N5nBLgb+Yd915iL3udB1uFgS3B8YCx66UVHq018DAVFoee7x+gxggeA==", + "dev": true, "dependencies": { "is-descriptor": "^1.0.0" }, @@ -29791,7 +28816,9 @@ }, "node_modules/extglob/node_modules/extend-shallow": { "version": "2.0.1", - "license": "MIT", + "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz", + "integrity": "sha512-zCnTtlxNoAiDc3gqY2aYAWFx7XWWiasuF2K8Me5WbN8otHKTUKBwjPtNpRs/rbUZm7KxWAaNj7P1a/p52GbVug==", + "dev": true, "dependencies": { "is-extendable": "^0.1.0" }, @@ -29801,22 +28828,27 @@ }, "node_modules/extglob/node_modules/is-extendable": { "version": "0.1.1", - "license": "MIT", + "resolved": "https://registry.npmjs.org/is-extendable/-/is-extendable-0.1.1.tgz", + "integrity": "sha512-5BMULNob1vgFX6EjQw5izWDxrecWK9AM72rugNr0TFldMOi0fj6Jk+zeKIt0xGj4cEfQIJth4w3OKWOJ4f+AFw==", + "dev": true, "engines": { "node": ">=0.10.0" } }, "node_modules/extsprintf": { "version": "1.3.0", + "resolved": "https://registry.npmjs.org/extsprintf/-/extsprintf-1.3.0.tgz", + "integrity": "sha512-11Ndz7Nv+mvAC1j0ktTa7fAb0vLyGGX+rMHNBYQviQDGU0Hw7lhctJANqbPhu9nV9/izT/IntTgZ7Im/9LJs9g==", "dev": true, "engines": [ "node >=0.6.0" - ], - "license": "MIT" + ] }, "node_modules/fast-deep-equal": { "version": "3.1.3", - "license": "MIT" + "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz", + "integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==", + "dev": true }, "node_modules/fast-diff": { "version": "1.3.0", @@ -29824,10 +28856,19 @@ "integrity": "sha512-VxPP4NqbUjj6MaAOafWeUn2cXWLcCtljklUtZf0Ind4XQ+QPtmA0b18zZy0jIQx+ExRVCR/ZQpBmik5lXshNsw==", "dev": true }, + "node_modules/fast-equals": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/fast-equals/-/fast-equals-5.0.1.tgz", + "integrity": "sha512-WF1Wi8PwwSY7/6Kx0vKXtw8RwuSGoM1bvDaJbu7MxDlR1vovZjIAKrnzyrThgAjm6JDTu0fVgWXDlMGspodfoQ==", + "engines": { + "node": ">=6.0.0" + } + }, "node_modules/fast-glob": { "version": "3.2.7", + "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.2.7.tgz", + "integrity": "sha512-rYGMRwip6lUMvYD3BTScMwT1HtAs2d71SMv66Vrxs0IekGZEjhM0pcMfjQPnknBt2zeCwQMEupiN02ZP4DiT1Q==", "dev": true, - "license": "MIT", "dependencies": { "@nodelib/fs.stat": "^2.0.2", "@nodelib/fs.walk": "^1.2.3", @@ -29841,12 +28882,15 @@ }, "node_modules/fast-json-stable-stringify": { "version": "2.1.0", - "license": "MIT" + "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", - "devOptional": true, - "license": "MIT" + "resolved": "https://registry.npmjs.org/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz", + "integrity": "sha512-DCXu6Ifhqcks7TZKY3Hxp3y6qphY5SJZmrWMDrKcERSOXWQdMhU9Ig/PYrzyw/ul9jOIyh0N4M0tbC5hodg8dw==", + "dev": true }, "node_modules/fast-safe-stringify": { "version": "2.1.1", @@ -29855,27 +28899,31 @@ }, "node_modules/fast-sha256": { "version": "1.3.0", - "license": "Unlicense" + "resolved": "https://registry.npmjs.org/fast-sha256/-/fast-sha256-1.3.0.tgz", + "integrity": "sha512-n11RGP/lrWEFI/bWdygLxhI+pVeo1ZYIVwvvPkW7azl/rOy+F3HYRZ2K5zeE9mmkhQppyv9sQFx0JM9UabnpPQ==" }, "node_modules/fastest-levenshtein": { "version": "1.0.16", + "resolved": "https://registry.npmjs.org/fastest-levenshtein/-/fastest-levenshtein-1.0.16.tgz", + "integrity": "sha512-eRnCtTTtGZFpQCwhJiUOuxPQWRXVKYDn0b2PeHfXL6/Zi53SLAzAHfVhVWK2AryC/WH05kGfxhFIPvTF0SXQzg==", "dev": true, - "license": "MIT", "engines": { "node": ">= 4.9.1" } }, "node_modules/fastq": { "version": "1.15.0", - "license": "ISC", + "resolved": "https://registry.npmjs.org/fastq/-/fastq-1.15.0.tgz", + "integrity": "sha512-wBrocU2LCXXa+lWBt8RoIRD89Fi8OdABODa/kEnyeyjS5aZO5/GNvI5sEINADqP/h8M29UHTHUb53sUu5Ihqdw==", "dependencies": { "reusify": "^1.0.4" } }, "node_modules/faye-websocket": { "version": "0.11.4", + "resolved": "https://registry.npmjs.org/faye-websocket/-/faye-websocket-0.11.4.tgz", + "integrity": "sha512-CzbClwlXAuiRQAlUyfqPgvPoNKTckTPGfwZV4ZdAhVcP2lh9KUxJg2b5GkE7XbjKQ3YJnQ9z6D9ntLAlB+tP8g==", "dev": true, - "license": "Apache-2.0", "dependencies": { "websocket-driver": ">=0.5.1" }, @@ -29885,24 +28933,30 @@ }, "node_modules/fb-watchman": { "version": "2.0.2", + "resolved": "https://registry.npmjs.org/fb-watchman/-/fb-watchman-2.0.2.tgz", + "integrity": "sha512-p5161BqbuCaSnB8jIbzQHOlpgsPmK5rJVDfDKO91Axs5NC1uu3HRQm6wt9cd9/+GtQQIO53JdGXXoyDpTAsgYA==", "dev": true, - "license": "Apache-2.0", "dependencies": { "bser": "2.1.1" } }, "node_modules/fetch-retry": { - "version": "5.0.5", - "license": "MIT" + "version": "5.0.6", + "resolved": "https://registry.npmjs.org/fetch-retry/-/fetch-retry-5.0.6.tgz", + "integrity": "sha512-3yurQZ2hD9VISAhJJP9bpYFNQrHHBXE2JxxjY5aLEcDi46RmAzJE2OC9FAde0yis5ElW0jTTzs0zfg/Cca4XqQ==", + "dev": true }, "node_modules/figgy-pudding": { "version": "3.5.2", - "license": "ISC" + "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, - "license": "MIT", "dependencies": { "escape-string-regexp": "^1.0.5" }, @@ -29915,8 +28969,9 @@ }, "node_modules/file-entry-cache": { "version": "6.0.1", - "devOptional": true, - "license": "MIT", + "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" }, @@ -29926,7 +28981,9 @@ }, "node_modules/file-loader": { "version": "6.2.0", - "license": "MIT", + "resolved": "https://registry.npmjs.org/file-loader/-/file-loader-6.2.0.tgz", + "integrity": "sha512-qo3glqyTa61Ytg4u73GultjHGjdRyig3tG6lPtyX/jOEJvHif9uB0/OCI2Kif6ctF3caQTW2G5gym21oAsI4pw==", + "dev": true, "dependencies": { "loader-utils": "^2.0.0", "schema-utils": "^3.0.0" @@ -29944,7 +29001,9 @@ }, "node_modules/file-loader/node_modules/ajv": { "version": "6.12.6", - "license": "MIT", + "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz", + "integrity": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==", + "dev": true, "dependencies": { "fast-deep-equal": "^3.1.1", "fast-json-stable-stringify": "^2.0.0", @@ -29958,18 +29017,24 @@ }, "node_modules/file-loader/node_modules/ajv-keywords": { "version": "3.5.2", - "license": "MIT", + "resolved": "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-3.5.2.tgz", + "integrity": "sha512-5p6WTN0DdTGVQk6VjcEju19IgaHudalcfabD7yhDGeA6bcQnmL+CpveLJq/3hvfwd1aof6L386Ougkx6RfyMIQ==", + "dev": true, "peerDependencies": { "ajv": "^6.9.1" } }, "node_modules/file-loader/node_modules/json-schema-traverse": { "version": "0.4.1", - "license": "MIT" + "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/file-loader/node_modules/loader-utils": { "version": "2.0.4", - "license": "MIT", + "resolved": "https://registry.npmjs.org/loader-utils/-/loader-utils-2.0.4.tgz", + "integrity": "sha512-xXqpXoINfFhgua9xiqD8fPFHgkoq1mmmpE92WlDbm9rNRd/EbRb+Gqf908T2DMfuHjjJlksiK2RbHVOdD/MqSw==", + "dev": true, "dependencies": { "big.js": "^5.2.2", "emojis-list": "^3.0.0", @@ -29980,8 +29045,10 @@ } }, "node_modules/file-loader/node_modules/schema-utils": { - "version": "3.1.2", - "license": "MIT", + "version": "3.3.0", + "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-3.3.0.tgz", + "integrity": "sha512-pN/yOAvcC+5rQ5nERGuwrjLlYvLTbCibnZ1I7B1LaiAz9BRBlE9GMgE/eqV30P7aJQUf7Ddimy/RsbYO/GrVGg==", + "dev": true, "dependencies": { "@types/json-schema": "^7.0.8", "ajv": "^6.12.5", @@ -29997,16 +29064,33 @@ }, "node_modules/file-system-cache": { "version": "1.1.0", - "license": "MIT", + "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/file-system-cache/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": { + "graceful-fs": "^4.2.0", + "jsonfile": "^6.0.1", + "universalify": "^2.0.0" + }, + "engines": { + "node": ">=12" + } + }, "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, - "license": "MIT", "optional": true }, "node_modules/filelist": { @@ -30041,16 +29125,18 @@ }, "node_modules/filename-reserved-regex": { "version": "2.0.0", + "resolved": "https://registry.npmjs.org/filename-reserved-regex/-/filename-reserved-regex-2.0.0.tgz", + "integrity": "sha512-lc1bnsSr4L4Bdif8Xb/qrtokGbq5zlsms/CYH8PP+WtCkGNF65DPiQY8vG3SakEdRn8Dlnm+gW/qWKKjS5sZzQ==", "dev": true, - "license": "MIT", "engines": { "node": ">=4" } }, "node_modules/filenamify": { "version": "4.1.0", + "resolved": "https://registry.npmjs.org/filenamify/-/filenamify-4.1.0.tgz", + "integrity": "sha512-KQV/uJDI9VQgN7sHH1Zbk6+42cD6mnQ2HONzkXUfPJ+K2FC8GZ1dpewbbHw0Sz8Tf5k3EVdHVayM4DoAwWlmtg==", "dev": true, - "license": "MIT", "dependencies": { "filename-reserved-regex": "^2.0.0", "strip-outer": "^1.0.1", @@ -30062,7 +29148,8 @@ }, "node_modules/fill-range": { "version": "7.0.1", - "license": "MIT", + "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" }, @@ -30072,7 +29159,9 @@ }, "node_modules/finalhandler": { "version": "1.2.0", - "license": "MIT", + "resolved": "https://registry.npmjs.org/finalhandler/-/finalhandler-1.2.0.tgz", + "integrity": "sha512-5uXcUVftlQMFnWC9qu/svkWv3GTd2PfUhK/3PLkYNAe7FbqJMt3515HaxE6eRL74GdsriiwujiawdaB1BpEISg==", + "dev": true, "dependencies": { "debug": "2.6.9", "encodeurl": "~1.0.2", @@ -30088,18 +29177,24 @@ }, "node_modules/finalhandler/node_modules/debug": { "version": "2.6.9", - "license": "MIT", + "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/finalhandler/node_modules/ms": { "version": "2.0.0", - "license": "MIT" + "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", + "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==", + "dev": true }, "node_modules/find-cache-dir": { "version": "2.1.0", - "license": "MIT", + "resolved": "https://registry.npmjs.org/find-cache-dir/-/find-cache-dir-2.1.0.tgz", + "integrity": "sha512-Tq6PixE0w/VMFfCgbONnkiQIVol/JJL7nRMi20fqzA4NRs9AfeqMGeRdPi3wIhYkxjeBaWh2rxwapn5Tu3IqOQ==", + "dev": true, "dependencies": { "commondir": "^1.0.1", "make-dir": "^2.0.0", @@ -30111,7 +29206,9 @@ }, "node_modules/find-cache-dir/node_modules/find-up": { "version": "3.0.0", - "license": "MIT", + "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" }, @@ -30121,7 +29218,9 @@ }, "node_modules/find-cache-dir/node_modules/locate-path": { "version": "3.0.0", - "license": "MIT", + "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-3.0.0.tgz", + "integrity": "sha512-7AO748wWnIhNqAuaty2ZWHkQHRSNfPVIsPIfwEOWO22AmaoVrWavlOcMR5nzTLNYvp36X220/maaRsrec1G65A==", + "dev": true, "dependencies": { "p-locate": "^3.0.0", "path-exists": "^3.0.0" @@ -30132,7 +29231,9 @@ }, "node_modules/find-cache-dir/node_modules/p-limit": { "version": "2.3.0", - "license": "MIT", + "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" }, @@ -30145,7 +29246,9 @@ }, "node_modules/find-cache-dir/node_modules/p-locate": { "version": "3.0.0", - "license": "MIT", + "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-3.0.0.tgz", + "integrity": "sha512-x+12w/To+4GFfgJhBEpiDcLozRJGegY+Ei7/z0tSLkMmxGZNybVMSfWj9aJn8Z5Fc7dBUNJOOVgPv2H7IwulSQ==", + "dev": true, "dependencies": { "p-limit": "^2.0.0" }, @@ -30155,14 +29258,18 @@ }, "node_modules/find-cache-dir/node_modules/path-exists": { "version": "3.0.0", - "license": "MIT", + "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-3.0.0.tgz", + "integrity": "sha512-bpC7GYwiDYQ4wYLe+FA8lhRjhQCMcQGuSgGGqDkg/QerRWw9CmGRT0iSOVRSZJ29NMLZgIzqaljJ63oaL4NIJQ==", + "dev": true, "engines": { "node": ">=4" } }, "node_modules/find-cache-dir/node_modules/pkg-dir": { "version": "3.0.0", - "license": "MIT", + "resolved": "https://registry.npmjs.org/pkg-dir/-/pkg-dir-3.0.0.tgz", + "integrity": "sha512-/E57AYkoeQ25qkxMj5PBOVgF8Kiu/h7cYS30Z5+R7WaiCCBfLq58ZI/dSeaEKb9WVJV5n/03QwrN3IeWIFllvw==", + "dev": true, "dependencies": { "find-up": "^3.0.0" }, @@ -30172,7 +29279,9 @@ }, "node_modules/find-up": { "version": "5.0.0", - "license": "MIT", + "resolved": "https://registry.npmjs.org/find-up/-/find-up-5.0.0.tgz", + "integrity": "sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==", + "dev": true, "dependencies": { "locate-path": "^6.0.0", "path-exists": "^4.0.0" @@ -30186,18 +29295,21 @@ }, "node_modules/flat": { "version": "5.0.2", + "resolved": "https://registry.npmjs.org/flat/-/flat-5.0.2.tgz", + "integrity": "sha512-b6suED+5/3rTpUBdG1gupIl8MPFCAMA0QXwmljLhvCUKcUvdE4gWky9zpuGCcXHOsz4J9wPGNWq6OKpmIzz3hQ==", "dev": true, - "license": "BSD-3-Clause", "bin": { "flat": "cli.js" } }, "node_modules/flat-cache": { - "version": "3.0.4", - "devOptional": true, - "license": "MIT", + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/flat-cache/-/flat-cache-3.2.0.tgz", + "integrity": "sha512-CYcENa+FtcUKLmhhqyctpclsq7QF38pKjZHsGNiSQF5r4FtoKDWabFDl3hzaEQMvT1LHEysw5twgLvpYYb4vbw==", + "dev": true, "dependencies": { - "flatted": "^3.1.0", + "flatted": "^3.2.9", + "keyv": "^4.5.3", "rimraf": "^3.0.2" }, "engines": { @@ -30206,8 +29318,9 @@ }, "node_modules/flat-cache/node_modules/glob": { "version": "7.2.3", - "devOptional": true, - "license": "ISC", + "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", @@ -30223,10 +29336,23 @@ "url": "https://github.com/sponsors/isaacs" } }, + "node_modules/flat-cache/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": { + "brace-expansion": "^1.1.7" + }, + "engines": { + "node": "*" + } + }, "node_modules/flat-cache/node_modules/rimraf": { "version": "3.0.2", - "devOptional": true, - "license": "ISC", + "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-3.0.2.tgz", + "integrity": "sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==", + "dev": true, "dependencies": { "glob": "^7.1.3" }, @@ -30238,13 +29364,16 @@ } }, "node_modules/flatted": { - "version": "3.2.7", - "devOptional": true, - "license": "ISC" + "version": "3.2.9", + "resolved": "https://registry.npmjs.org/flatted/-/flatted-3.2.9.tgz", + "integrity": "sha512-36yxDn5H7OFZQla0/jFJmbIKTdZAQHngCedGxiMmpNfEZM0sdEeT+WczLQrjK6D7o2aiyLYDnkw0R3JK0Qv1RQ==", + "dev": true }, "node_modules/flush-write-stream": { "version": "1.1.1", - "license": "MIT", + "resolved": "https://registry.npmjs.org/flush-write-stream/-/flush-write-stream-1.1.1.tgz", + "integrity": "sha512-3Z4XhFZ3992uIq0XOqb9AreonueSYphE6oYbpt5+3u06JWklbsPkNv3ZKkP9Bz/r+1MWCaMoSQ28P85+1Yc77w==", + "dev": true, "dependencies": { "inherits": "^2.0.3", "readable-stream": "^2.3.6" @@ -30252,11 +29381,15 @@ }, "node_modules/flush-write-stream/node_modules/isarray": { "version": "1.0.0", - "license": "MIT" + "resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz", + "integrity": "sha512-VLghIWNM6ELQzo7zwmcg0NmTVyWKYjvIeM83yjp0wRDTmUnrM678fQbcKBo6n2CJEF0szoG//ytg+TKla89ALQ==", + "dev": true }, "node_modules/flush-write-stream/node_modules/readable-stream": { "version": "2.3.8", - "license": "MIT", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.8.tgz", + "integrity": "sha512-8p0AUk4XODgIewSi0l8Epjs+EVnWiK7NoDIEGU0HhE7+ZyY8D1IMY7odu5lRrFXGg71L15KG8QrPmum45RTtdA==", + "dev": true, "dependencies": { "core-util-is": "~1.0.0", "inherits": "~2.0.3", @@ -30269,13 +29402,17 @@ }, "node_modules/flush-write-stream/node_modules/string_decoder": { "version": "1.1.1", - "license": "MIT", + "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz", + "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", + "dev": true, "dependencies": { "safe-buffer": "~5.1.0" } }, "node_modules/follow-redirects": { - "version": "1.15.2", + "version": "1.15.3", + "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.15.3.tgz", + "integrity": "sha512-1VzOtuEM8pC9SFU1E+8KfTjZyMztRsgEfwQl44z8A25uy13jSzTj6dyK2Df52iV0vgHCfBwLhDWevLn95w5v6Q==", "dev": true, "funding": [ { @@ -30283,7 +29420,6 @@ "url": "https://github.com/sponsors/RubenVerborgh" } ], - "license": "MIT", "engines": { "node": ">=4.0" }, @@ -30295,14 +29431,18 @@ }, "node_modules/for-each": { "version": "0.3.3", - "license": "MIT", + "resolved": "https://registry.npmjs.org/for-each/-/for-each-0.3.3.tgz", + "integrity": "sha512-jqYfLp7mo9vIyQf8ykW2v7A+2N4QjeCeI5+Dz9XraiO1ign81wjiH7Fb9vSOWvQfNtmSa4H2RoQTrrXivdUZmw==", + "dev": true, "dependencies": { "is-callable": "^1.1.3" } }, "node_modules/for-in": { "version": "1.0.2", - "license": "MIT", + "resolved": "https://registry.npmjs.org/for-in/-/for-in-1.0.2.tgz", + "integrity": "sha512-7EwmXrOjyL+ChxMhmG5lnW9MPt1aIeZEwKhQzoBUdTV0N3zuwWDZYVJatDvZ2OyzPUvdIAZDsCetk3coyMfcnQ==", + "dev": true, "engines": { "node": ">=0.10.0" } @@ -30337,8 +29477,9 @@ }, "node_modules/forever-agent": { "version": "0.6.1", + "resolved": "https://registry.npmjs.org/forever-agent/-/forever-agent-0.6.1.tgz", + "integrity": "sha512-j0KLYPhm6zeac4lz3oJ3o65qvgQCcPubiyotZrXqEaG4hNagNYO8qdlUrX5vwqv9ohqeT/Z3j6+yW067yWWdUw==", "dev": true, - "license": "Apache-2.0", "engines": { "node": "*" } @@ -30445,6 +29586,42 @@ "node": ">=7.0.0" } }, + "node_modules/fork-ts-checker-webpack-plugin/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==", + "dev": true + }, + "node_modules/fork-ts-checker-webpack-plugin/node_modules/cosmiconfig": { + "version": "7.1.0", + "resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-7.1.0.tgz", + "integrity": "sha512-AdmX6xUzdNASswsFtmwSt7Vj8po9IuqXm0UXz7QKPuEUmPB4XyjGfaAr2PSuELMwkRMVH1EpIkX5bTZGRB3eCA==", + "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": ">=10" + } + }, + "node_modules/fork-ts-checker-webpack-plugin/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": { + "graceful-fs": "^4.2.0", + "jsonfile": "^6.0.1", + "universalify": "^2.0.0" + }, + "engines": { + "node": ">=12" + } + }, "node_modules/fork-ts-checker-webpack-plugin/node_modules/has-flag": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", @@ -30491,8 +29668,9 @@ } }, "node_modules/form-data": { - "version": "3.0.1", - "license": "MIT", + "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", @@ -30518,26 +29696,31 @@ }, "node_modules/forwarded": { "version": "0.2.0", - "license": "MIT", + "resolved": "https://registry.npmjs.org/forwarded/-/forwarded-0.2.0.tgz", + "integrity": "sha512-buRG0fpBtRHSTCOASe6hD258tEubFoRLb4ZNA6NxMVHNw2gOcwHo9wyablzMzOA5z9xA9L1KNjk/Nt6MT9aYow==", + "dev": true, "engines": { "node": ">= 0.6" } }, "node_modules/fraction.js": { - "version": "4.2.0", + "version": "4.3.7", + "resolved": "https://registry.npmjs.org/fraction.js/-/fraction.js-4.3.7.tgz", + "integrity": "sha512-ZsDfxO51wGAXREY55a7la9LScWpwv9RxIrYABrlvOFBlH/ShPnrtsXeuUIfXKKOVicNxQ+o8JTbJvjS4M89yew==", "dev": true, - "license": "MIT", "engines": { "node": "*" }, "funding": { "type": "patreon", - "url": "https://www.patreon.com/infusion" + "url": "https://github.com/sponsors/rawify" } }, "node_modules/fragment-cache": { "version": "0.2.1", - "license": "MIT", + "resolved": "https://registry.npmjs.org/fragment-cache/-/fragment-cache-0.2.1.tgz", + "integrity": "sha512-GMBAbW9antB8iZRHLoGw0b3HANt57diZYFO/HL1JGIC1MjKrdmhxvrJbupnVvpys0zsz7yBApXdQyfepKly2kA==", + "dev": true, "dependencies": { "map-cache": "^0.2.2" }, @@ -30547,14 +29730,18 @@ }, "node_modules/fresh": { "version": "0.5.2", - "license": "MIT", + "resolved": "https://registry.npmjs.org/fresh/-/fresh-0.5.2.tgz", + "integrity": "sha512-zJ2mQYM18rEFOudeV4GShTGIQ7RbzA7ozbU9I/XBpm7kqgMywgmylMwXHxZJmkVoYkna9d2pVXVXPdYTP9ej8Q==", + "dev": true, "engines": { "node": ">= 0.6" } }, "node_modules/from2": { "version": "2.3.0", - "license": "MIT", + "resolved": "https://registry.npmjs.org/from2/-/from2-2.3.0.tgz", + "integrity": "sha512-OMcX/4IC/uqEPVgGeyfN22LJk6AZrMkRZHxcHBMBvHScDGgwTm2GT2Wkgtocyd3JfZffjj2kYUDXXII0Fk9W0g==", + "dev": true, "dependencies": { "inherits": "^2.0.1", "readable-stream": "^2.0.0" @@ -30562,11 +29749,15 @@ }, "node_modules/from2/node_modules/isarray": { "version": "1.0.0", - "license": "MIT" + "resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz", + "integrity": "sha512-VLghIWNM6ELQzo7zwmcg0NmTVyWKYjvIeM83yjp0wRDTmUnrM678fQbcKBo6n2CJEF0szoG//ytg+TKla89ALQ==", + "dev": true }, "node_modules/from2/node_modules/readable-stream": { "version": "2.3.8", - "license": "MIT", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.8.tgz", + "integrity": "sha512-8p0AUk4XODgIewSi0l8Epjs+EVnWiK7NoDIEGU0HhE7+ZyY8D1IMY7odu5lRrFXGg71L15KG8QrPmum45RTtdA==", + "dev": true, "dependencies": { "core-util-is": "~1.0.0", "inherits": "~2.0.3", @@ -30579,45 +29770,65 @@ }, "node_modules/from2/node_modules/string_decoder": { "version": "1.1.1", - "license": "MIT", + "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz", + "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", + "dev": true, "dependencies": { "safe-buffer": "~5.1.0" } }, "node_modules/fs-constants": { "version": "1.0.0", - "dev": true, - "license": "MIT" + "resolved": "https://registry.npmjs.org/fs-constants/-/fs-constants-1.0.0.tgz", + "integrity": "sha512-y6OAwoSIf7FyjMIv94u+b5rdheZEjzR63GTyZJm5qh4Bi+2YgwLCcI/fPFZkL5PSixOt6ZNKm+w+Hfp/Bciwow==", + "dev": true }, "node_modules/fs-extra": { - "version": "10.1.0", - "license": "MIT", + "version": "11.1.1", + "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-11.1.1.tgz", + "integrity": "sha512-MGIE4HOvQCeUCzmlHs0vXpih4ysz4wg9qiSAu6cd42lVwPbTM1TjV7RusoyQqMmk/95gdQZX72u+YW+c3eEpFQ==", + "dev": true, "dependencies": { "graceful-fs": "^4.2.0", "jsonfile": "^6.0.1", "universalify": "^2.0.0" }, "engines": { - "node": ">=12" + "node": ">=14.14" } }, "node_modules/fs-minipass": { - "version": "2.1.0", - "license": "ISC", + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/fs-minipass/-/fs-minipass-3.0.3.tgz", + "integrity": "sha512-XUBA9XClHbnJWSfBzjkm6RvPsyg3sryZt06BEQoXcF7EK/xpGaQYJgQKDJSUH5SGZ76Y7pFx1QBnXz09rU5Fbw==", + "dev": true, "dependencies": { - "minipass": "^3.0.0" + "minipass": "^7.0.3" }, "engines": { - "node": ">= 8" + "node": "^14.17.0 || ^16.13.0 || >=18.0.0" + } + }, + "node_modules/fs-minipass/node_modules/minipass": { + "version": "7.0.4", + "resolved": "https://registry.npmjs.org/minipass/-/minipass-7.0.4.tgz", + "integrity": "sha512-jYofLM5Dam9279rdkWzqHozUo4ybjdZmCsDHePy5V/PbBcVMiSZR97gmAy45aqi8CK1lG2ECd356FU86avfwUQ==", + "dev": true, + "engines": { + "node": ">=16 || 14 >=14.17" } }, "node_modules/fs-monkey": { - "version": "1.0.3", - "license": "Unlicense" + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/fs-monkey/-/fs-monkey-1.0.5.tgz", + "integrity": "sha512-8uMbBjrhzW76TYgEV27Y5E//W2f/lTFmx78P2w19FZSxarhI/798APGQyuGCwmkNxgwGRhrLfvWyLBvNtuOmew==", + "dev": true }, "node_modules/fs-write-stream-atomic": { "version": "1.0.10", - "license": "ISC", + "resolved": "https://registry.npmjs.org/fs-write-stream-atomic/-/fs-write-stream-atomic-1.0.10.tgz", + "integrity": "sha512-gehEzmPn2nAwr39eay+x3X34Ra+M2QlVUTLhkXPjWdeO8RF9kszk116avgBJM3ZyNHgHXBNx+VmPaFC36k0PzA==", + "dev": true, "dependencies": { "graceful-fs": "^4.1.2", "iferr": "^0.1.5", @@ -30627,11 +29838,15 @@ }, "node_modules/fs-write-stream-atomic/node_modules/isarray": { "version": "1.0.0", - "license": "MIT" + "resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz", + "integrity": "sha512-VLghIWNM6ELQzo7zwmcg0NmTVyWKYjvIeM83yjp0wRDTmUnrM678fQbcKBo6n2CJEF0szoG//ytg+TKla89ALQ==", + "dev": true }, "node_modules/fs-write-stream-atomic/node_modules/readable-stream": { "version": "2.3.8", - "license": "MIT", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.8.tgz", + "integrity": "sha512-8p0AUk4XODgIewSi0l8Epjs+EVnWiK7NoDIEGU0HhE7+ZyY8D1IMY7odu5lRrFXGg71L15KG8QrPmum45RTtdA==", + "dev": true, "dependencies": { "core-util-is": "~1.0.0", "inherits": "~2.0.3", @@ -30644,18 +29859,25 @@ }, "node_modules/fs-write-stream-atomic/node_modules/string_decoder": { "version": "1.1.1", - "license": "MIT", + "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz", + "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", + "dev": true, "dependencies": { "safe-buffer": "~5.1.0" } }, "node_modules/fs.realpath": { "version": "1.0.0", - "license": "ISC" + "resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz", + "integrity": "sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==", + "devOptional": true }, "node_modules/fsevents": { - "version": "2.3.2", - "license": "MIT", + "version": "2.3.3", + "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz", + "integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==", + "dev": true, + "hasInstallScript": true, "optional": true, "os": [ "darwin" @@ -30665,17 +29887,23 @@ } }, "node_modules/function-bind": { - "version": "1.1.1", - "license": "MIT" + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz", + "integrity": "sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==", + "funding": { + "url": "https://github.com/sponsors/ljharb" + } }, "node_modules/function.prototype.name": { - "version": "1.1.5", - "license": "MIT", + "version": "1.1.6", + "resolved": "https://registry.npmjs.org/function.prototype.name/-/function.prototype.name-1.1.6.tgz", + "integrity": "sha512-Z5kx79swU5P27WEayXM1tBi5Ze/lbIyiNgU3qyXUOf9b2rgXYyF9Dy9Cx+IQv/Lc8WCG6L82zwUPpSS9hGehIg==", + "dev": true, "dependencies": { "call-bind": "^1.0.2", - "define-properties": "^1.1.3", - "es-abstract": "^1.19.0", - "functions-have-names": "^1.2.2" + "define-properties": "^1.2.0", + "es-abstract": "^1.22.1", + "functions-have-names": "^1.2.3" }, "engines": { "node": ">= 0.4" @@ -30686,14 +29914,18 @@ }, "node_modules/functions-have-names": { "version": "1.2.3", - "license": "MIT", + "resolved": "https://registry.npmjs.org/functions-have-names/-/functions-have-names-1.2.3.tgz", + "integrity": "sha512-xckBUXyTIqT97tq2x2AMb+g163b5JFysYk0x4qxNFwbfQkmNZoiRHb6sPzI9/QV33WeuvVYBUIiD4NzNIyqaRQ==", + "dev": true, "funding": { "url": "https://github.com/sponsors/ljharb" } }, "node_modules/gauge": { "version": "3.0.2", - "license": "ISC", + "resolved": "https://registry.npmjs.org/gauge/-/gauge-3.0.2.tgz", + "integrity": "sha512-+5J6MS/5XksCuXq++uFRsnUd7Ovu1XenbeuIuNRJxYWjgQbPuFhT14lAvsWfqfAmnwluf1OwMjz39HjfLPci0Q==", + "devOptional": true, "dependencies": { "aproba": "^1.0.3 || ^2.0.0", "color-support": "^1.1.2", @@ -30709,36 +29941,50 @@ "node": ">=10" } }, + "node_modules/gensequence": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/gensequence/-/gensequence-6.0.0.tgz", + "integrity": "sha512-8WwuywE9pokJRAcg2QFR/plk3cVPebSUqRPzpGQh3WQ0wIiHAw+HyOQj5IuHyUTQBHpBKFoB2JUMu9zT3vJ16Q==", + "engines": { + "node": ">=16" + } + }, "node_modules/gensync": { "version": "1.0.0-beta.2", - "license": "MIT", + "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/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, - "license": "ISC", "engines": { "node": "6.* || 8.* || >= 10.*" } }, "node_modules/get-func-name": { - "version": "2.0.0", + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/get-func-name/-/get-func-name-2.0.2.tgz", + "integrity": "sha512-8vXOvuE167CtIc3OyItco7N/dpRtBbYOsPsXCz7X/PMnlGjYjSGuZJgM1Y7mmew7BKf9BqvLX2tnOVy1BBUsxQ==", "dev": true, - "license": "MIT", "engines": { "node": "*" } }, "node_modules/get-intrinsic": { - "version": "1.2.0", - "license": "MIT", + "version": "1.2.2", + "resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.2.2.tgz", + "integrity": "sha512-0gSo4ml/0j98Y3lngkFEot/zhiCeWsbYIlZ+uZOVgzLyLaUw7wxUL+nCTP0XJvJg1AXulJRI3UJi8GsbDuxdGA==", "dependencies": { - "function-bind": "^1.1.1", - "has": "^1.0.3", - "has-symbols": "^1.0.3" + "function-bind": "^1.1.2", + "has-proto": "^1.0.1", + "has-symbols": "^1.0.3", + "hasown": "^2.0.0" }, "funding": { "url": "https://github.com/sponsors/ljharb" @@ -30746,15 +29992,27 @@ }, "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==", "dev": true, - "license": "MIT", "engines": { "node": ">=8.0.0" } }, + "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": ">=0.10.0" + } + }, "node_modules/get-stream": { "version": "6.0.1", - "license": "MIT", + "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-6.0.1.tgz", + "integrity": "sha512-ts6Wi+2j3jQjqi70w5AlN8DFnkSwC+MqmxEzdEALB2qXZYV3X/b1CTfgPLGJNMeAWxdPfU8FO1ms3NUfaHCPYg==", "engines": { "node": ">=10" }, @@ -30764,7 +30022,9 @@ }, "node_modules/get-symbol-description": { "version": "1.0.0", - "license": "MIT", + "resolved": "https://registry.npmjs.org/get-symbol-description/-/get-symbol-description-1.0.0.tgz", + "integrity": "sha512-2EmdH1YvIQiZpltCNgkuiUnyukzxM/R6NDJX31Ke3BG1Nq5b0S2PhX59UKi9vZpPDQVdqn+1IcaAwnzTT5vCjw==", + "dev": true, "dependencies": { "call-bind": "^1.0.2", "get-intrinsic": "^1.1.1" @@ -30778,23 +30038,27 @@ }, "node_modules/get-value": { "version": "2.0.6", - "license": "MIT", + "resolved": "https://registry.npmjs.org/get-value/-/get-value-2.0.6.tgz", + "integrity": "sha512-Ln0UQDlxH1BapMu3GPtf7CuYNwRZf2gwCuPqbyG6pB8WfmFpzqcy4xtAaAMUhnNqjMKTiCPZG2oMT3YSx8U2NA==", + "dev": true, "engines": { "node": ">=0.10.0" } }, "node_modules/getpass": { "version": "0.1.7", + "resolved": "https://registry.npmjs.org/getpass/-/getpass-0.1.7.tgz", + "integrity": "sha512-0fzj9JxOLfJ+XGLhR8ze3unN0KZCgZwiSSDz168VERjK8Wl8kVSdcu2kspd4s4wtAa1y/qrVRiAA0WclVsu0ng==", "dev": true, - "license": "MIT", "dependencies": { "assert-plus": "^1.0.0" } }, "node_modules/github-api": { "version": "3.4.0", + "resolved": "https://registry.npmjs.org/github-api/-/github-api-3.4.0.tgz", + "integrity": "sha512-2yYqYS6Uy4br1nw0D3VrlYWxtGTkUhIZrumBrcBwKdBOzMT8roAe8IvI6kjIOkxqxapKR5GkEsHtz3Du/voOpA==", "dev": true, - "license": "BSD-3-Clause-Clear", "dependencies": { "axios": "^0.21.1", "debug": "^2.2.0", @@ -30804,25 +30068,30 @@ }, "node_modules/github-api/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, - "license": "MIT", "dependencies": { "ms": "2.0.0" } }, "node_modules/github-api/node_modules/ms": { "version": "2.0.0", - "dev": true, - "license": "MIT" + "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", + "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==", + "dev": true }, "node_modules/github-slugger": { "version": "1.5.0", - "dev": true, - "license": "ISC" + "resolved": "https://registry.npmjs.org/github-slugger/-/github-slugger-1.5.0.tgz", + "integrity": "sha512-wIh+gKBI9Nshz2o46B0B3f5k/W+WI9ZAv6y5Dn5WJ5SK1t0TnDimB4WE5rmTD05ZAIn8HALCZVmCsvj0w0v0lw==", + "dev": true }, "node_modules/glob": { - "version": "8.0.3", - "license": "ISC", + "version": "8.1.0", + "resolved": "https://registry.npmjs.org/glob/-/glob-8.1.0.tgz", + "integrity": "sha512-r8hpEjiQEYlF2QU0df3dS+nxxSIreXQS1qRhMJM0Q5NDdR386C7jb7Hwwod8Fgiuex+k0GFjgft18yvxm5XoCQ==", + "dev": true, "dependencies": { "fs.realpath": "^1.0.0", "inflight": "^1.0.4", @@ -30839,7 +30108,8 @@ }, "node_modules/glob-parent": { "version": "5.1.2", - "license": "ISC", + "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz", + "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==", "dependencies": { "is-glob": "^4.0.1" }, @@ -30849,7 +30119,9 @@ }, "node_modules/glob-promise": { "version": "3.4.0", - "license": "ISC", + "resolved": "https://registry.npmjs.org/glob-promise/-/glob-promise-3.4.0.tgz", + "integrity": "sha512-q08RJ6O+eJn+dVanerAndJwIcumgbDdYiUT7zFQl3Wm1xD6fBKtah7H8ZJChj4wP+8C+QfeVy8xautR7rdmKEw==", + "dev": true, "dependencies": { "@types/glob": "*" }, @@ -30862,18 +30134,24 @@ }, "node_modules/glob-to-regexp": { "version": "0.4.1", - "license": "BSD-2-Clause" + "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/glob/node_modules/brace-expansion": { "version": "2.0.1", - "license": "MIT", + "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" } }, "node_modules/glob/node_modules/minimatch": { "version": "5.1.6", - "license": "ISC", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-5.1.6.tgz", + "integrity": "sha512-lKwV/1brpG6mBUFHtb7NUmtABCb2WZZmm2wNiOA5hAb8VdCS4B3dtMWyvcoViccwAW/COERjXLt0zP1zXUN26g==", + "dev": true, "dependencies": { "brace-expansion": "^2.0.1" }, @@ -30883,16 +30161,41 @@ }, "node_modules/global": { "version": "4.4.0", - "license": "MIT", + "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/global-dirs": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/global-dirs/-/global-dirs-3.0.1.tgz", + "integrity": "sha512-NBcGGFbBA9s1VzD41QXDG+3++t9Mn5t1FpLdhESY6oKY4gYTFpX4wO3sqGUa0Srjtbfj3szX0RnemmrVRUdULA==", + "dependencies": { + "ini": "2.0.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/global-dirs/node_modules/ini": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ini/-/ini-2.0.0.tgz", + "integrity": "sha512-7PnF4oN3CvZF23ADhA5wRaYEQpJ8qygSkbtTXWBeXWXmEVRXK+1ITciHWwHhsjv1TmW0MgacIv6hEi5pX5NQdA==", + "engines": { + "node": ">=10" + } + }, "node_modules/global-modules": { "version": "2.0.0", + "resolved": "https://registry.npmjs.org/global-modules/-/global-modules-2.0.0.tgz", + "integrity": "sha512-NGbfmJBp9x8IxyJSd1P+otYK8vonoJactOogrVfFRIAEY1ukil8RSKDz2Yo7wh1oihl51l/r6W4epkeKJHqL8A==", "dev": true, - "license": "MIT", "dependencies": { "global-prefix": "^3.0.0" }, @@ -30902,8 +30205,9 @@ }, "node_modules/global-prefix": { "version": "3.0.0", + "resolved": "https://registry.npmjs.org/global-prefix/-/global-prefix-3.0.0.tgz", + "integrity": "sha512-awConJSVCHVGND6x3tmMaKcQvwXLhjdkmomy2W+Goaui8YPgYgXJZewhg3fWC+DlfqqQuWg8AwqjGTD2nAPVWg==", "dev": true, - "license": "MIT", "dependencies": { "ini": "^1.3.5", "kind-of": "^6.0.2", @@ -30915,13 +30219,15 @@ }, "node_modules/global-prefix/node_modules/ini": { "version": "1.3.8", - "dev": true, - "license": "ISC" + "resolved": "https://registry.npmjs.org/ini/-/ini-1.3.8.tgz", + "integrity": "sha512-JV/yugV2uzW5iMRSiZAyDtQd+nxtUnjeLt0acNdw98kKLrvuRVyB80tsREOE7yvGVgalhZ6RNXCmEHkUKBKxew==", + "dev": true }, "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, - "license": "ISC", "dependencies": { "isexe": "^2.0.0" }, @@ -30931,14 +30237,18 @@ }, "node_modules/globals": { "version": "11.12.0", - "license": "MIT", + "resolved": "https://registry.npmjs.org/globals/-/globals-11.12.0.tgz", + "integrity": "sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==", + "dev": true, "engines": { "node": ">=4" } }, "node_modules/globalthis": { "version": "1.0.3", - "license": "MIT", + "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" }, @@ -30951,7 +30261,9 @@ }, "node_modules/globby": { "version": "11.1.0", - "license": "MIT", + "resolved": "https://registry.npmjs.org/globby/-/globby-11.1.0.tgz", + "integrity": "sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==", + "dev": true, "dependencies": { "array-union": "^2.1.0", "dir-glob": "^3.0.1", @@ -30968,8 +30280,10 @@ } }, "node_modules/globby/node_modules/fast-glob": { - "version": "3.2.12", - "license": "MIT", + "version": "3.3.2", + "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.3.2.tgz", + "integrity": "sha512-oX2ruAFQwf/Orj8m737Y5adxDQO0LAB7/S5MnxCdTNDd4p6BsyIVsv9JQsATbTSq8KHRpLwIHbVlUNatxd+1Ow==", + "dev": true, "dependencies": { "@nodelib/fs.stat": "^2.0.2", "@nodelib/fs.walk": "^1.2.3", @@ -30983,13 +30297,15 @@ }, "node_modules/globjoin": { "version": "0.1.4", - "dev": true, - "license": "MIT" + "resolved": "https://registry.npmjs.org/globjoin/-/globjoin-0.1.4.tgz", + "integrity": "sha512-xYfnw62CKG8nLkZBfWbhWwDw02CHty86jfPcc2cr3ZfeuK9ysoVPPEUxf21bAD/rWAgk52SuBrLJlefNy8mvFg==", + "dev": true }, "node_modules/gonzales-pe": { "version": "4.3.0", + "resolved": "https://registry.npmjs.org/gonzales-pe/-/gonzales-pe-4.3.0.tgz", + "integrity": "sha512-otgSPpUmdWJ43VXyiNgEYE4luzHCL2pz4wQ0OnDluC6Eg4Ko3Vexy/SrSynglw/eR+OhkzmqFCZa/OFa/RgAOQ==", "dev": true, - "license": "MIT", "dependencies": { "minimist": "^1.2.5" }, @@ -31002,7 +30318,8 @@ }, "node_modules/gopd": { "version": "1.0.1", - "license": "MIT", + "resolved": "https://registry.npmjs.org/gopd/-/gopd-1.0.1.tgz", + "integrity": "sha512-d65bNlIadxvpb/A2abVdlqKqV563juRnZ1Wtk6s1sIR8uNsXR70xqIzVqxVf1eTqDunwT2MkczEeaezCKTZhwA==", "dependencies": { "get-intrinsic": "^1.1.3" }, @@ -31012,18 +30329,14 @@ }, "node_modules/graceful-fs": { "version": "4.2.11", - "license": "ISC" - }, - "node_modules/grapheme-splitter": { - "version": "1.0.4", - "dev": true, - "license": "MIT" + "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.11.tgz", + "integrity": "sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==" }, "node_modules/graphemer": { "version": "1.4.0", "resolved": "https://registry.npmjs.org/graphemer/-/graphemer-1.4.0.tgz", "integrity": "sha512-EtKwoO6kxCL9WO5xipiHTZlSzBm7WLT627TqC/uVRd0HKmq8NXyebnNYxDoBi7wt8eTWrUrKXCOVaFq9x1kgag==", - "devOptional": true + "dev": true }, "node_modules/graphql": { "version": "16.8.1", @@ -31048,7 +30361,8 @@ }, "node_modules/graphql-tag": { "version": "2.12.6", - "license": "MIT", + "resolved": "https://registry.npmjs.org/graphql-tag/-/graphql-tag-2.12.6.tgz", + "integrity": "sha512-FdSNcu2QQcWnM2VNvSCCDCVS5PpPqpzgFT8+GXzqJuoDd0CBncxCY278u4mhRO7tMgo2JjgJA5aZ+nWSQ/Z+xg==", "dependencies": { "tslib": "^2.1.0" }, @@ -31061,15 +30375,18 @@ }, "node_modules/handle-thing": { "version": "2.0.1", - "dev": true, - "license": "MIT" + "resolved": "https://registry.npmjs.org/handle-thing/-/handle-thing-2.0.1.tgz", + "integrity": "sha512-9Qn4yBxelxoh2Ow62nP+Ka/kMnOXRi8BXnRaUwezLNhqelnN49xKz4F/dPP8OYLxLxq6JDtZb2i9XznUQbNPTg==", + "dev": true }, "node_modules/handlebars": { - "version": "4.7.7", - "license": "MIT", + "version": "4.7.8", + "resolved": "https://registry.npmjs.org/handlebars/-/handlebars-4.7.8.tgz", + "integrity": "sha512-vafaFqs8MZkRrSX7sFVUdo3ap/eNiLnb4IakshzvP56X5Nr1iGKAIqdX6tMlm6HcNRIkr6AxO5jFEoJzzpT8aQ==", + "dev": true, "dependencies": { "minimist": "^1.2.5", - "neo-async": "^2.6.0", + "neo-async": "^2.6.2", "source-map": "^0.6.1", "wordwrap": "^1.0.0" }, @@ -31085,23 +30402,28 @@ }, "node_modules/handlebars/node_modules/source-map": { "version": "0.6.1", - "license": "BSD-3-Clause", + "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/har-schema": { "version": "2.0.0", + "resolved": "https://registry.npmjs.org/har-schema/-/har-schema-2.0.0.tgz", + "integrity": "sha512-Oqluz6zhGX8cyRaTQlFMPw80bSJVG2x/cFb8ZPhUILGgHka9SsokCCOQgpveePerqidZOrT14ipqfJb7ILcW5Q==", "dev": true, - "license": "ISC", "engines": { "node": ">=4" } }, "node_modules/har-validator": { "version": "5.1.5", + "resolved": "https://registry.npmjs.org/har-validator/-/har-validator-5.1.5.tgz", + "integrity": "sha512-nmT2T0lljbxdQZfspsno9hgrG3Uir6Ks5afism62poxqBM6sDnMEuPmzTq8XN0OEwqKLLdh1jQI3qyE66Nzb3w==", + "deprecated": "this library is no longer supported", "dev": true, - "license": "MIT", "dependencies": { "ajv": "^6.12.3", "har-schema": "^2.0.0" @@ -31112,8 +30434,9 @@ }, "node_modules/har-validator/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, - "license": "MIT", "dependencies": { "fast-deep-equal": "^3.1.1", "fast-json-stable-stringify": "^2.0.0", @@ -31127,13 +30450,15 @@ }, "node_modules/har-validator/node_modules/json-schema-traverse": { "version": "0.4.1", - "dev": true, - "license": "MIT" + "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/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, - "license": "MIT", "engines": { "node": ">=6" } @@ -31144,20 +30469,11 @@ "integrity": "sha512-HIp/n38R9kQjDEziXyDTuW3vvoxxyxjxFzXLrBr18uB47GnSt+G9D29fqrpM5ZkspMcPICud3XsBJQ4Y2URg8g==", "dev": true }, - "node_modules/has": { - "version": "1.0.3", - "license": "MIT", - "dependencies": { - "function-bind": "^1.1.1" - }, - "engines": { - "node": ">= 0.4.0" - } - }, "node_modules/has-ansi": { "version": "2.0.0", + "resolved": "https://registry.npmjs.org/has-ansi/-/has-ansi-2.0.0.tgz", + "integrity": "sha512-C8vBJ8DwUCx19vhm7urhTuUsr4/IyP6l4VzNQDv+ryHQObW3TTTp9yB68WpYgRe2bbaGuZ/se74IqFeVnMnLZg==", "dev": true, - "license": "MIT", "dependencies": { "ansi-regex": "^2.0.0" }, @@ -31167,29 +30483,35 @@ }, "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": "sha512-TIGnTpdo+E3+pCyAluZvtED5p5wCqLdezCyhPZzKPcxvFplEt4i+W7OONCKgeZFT3+y5NZZfOOS/Bdcanm1MYA==", "dev": true, - "license": "MIT", "engines": { "node": ">=0.10.0" } }, "node_modules/has-bigints": { "version": "1.0.2", - "license": "MIT", + "resolved": "https://registry.npmjs.org/has-bigints/-/has-bigints-1.0.2.tgz", + "integrity": "sha512-tSvCKtBr9lkF0Ex0aQiP9N+OpV4zi2r/Nee5VkRDbaqv35RLYMzbwQfFSZZH0kR+Rd6302UJZ2p/bJCEoR3VoQ==", + "dev": true, "funding": { "url": "https://github.com/sponsors/ljharb" } }, "node_modules/has-flag": { "version": "3.0.0", - "license": "MIT", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz", + "integrity": "sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw==", "engines": { "node": ">=4" } }, "node_modules/has-glob": { "version": "1.0.0", - "license": "MIT", + "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" }, @@ -31199,7 +30521,9 @@ }, "node_modules/has-glob/node_modules/is-glob": { "version": "3.1.0", - "license": "MIT", + "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" }, @@ -31209,16 +30533,18 @@ }, "node_modules/has-own-prop": { "version": "2.0.0", - "license": "MIT", + "resolved": "https://registry.npmjs.org/has-own-prop/-/has-own-prop-2.0.0.tgz", + "integrity": "sha512-Pq0h+hvsVm6dDEa8x82GnLSYHOzNDt7f0ddFa3FqcQlgzEiptPqL+XrOJNavjOzSYiYWIrgeVYYgGlLmnxwilQ==", "engines": { "node": ">=8" } }, "node_modules/has-property-descriptors": { - "version": "1.0.0", - "license": "MIT", + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/has-property-descriptors/-/has-property-descriptors-1.0.1.tgz", + "integrity": "sha512-VsX8eaIewvas0xnvinAe9bw4WfIeODpGYikiWYLH+dma0Jw6KHYqWiWfhQlgOVK8D6PvjubK5Uc4P0iIhIcNVg==", "dependencies": { - "get-intrinsic": "^1.1.1" + "get-intrinsic": "^1.2.2" }, "funding": { "url": "https://github.com/sponsors/ljharb" @@ -31226,7 +30552,8 @@ }, "node_modules/has-proto": { "version": "1.0.1", - "license": "MIT", + "resolved": "https://registry.npmjs.org/has-proto/-/has-proto-1.0.1.tgz", + "integrity": "sha512-7qE+iP+O+bgF9clE5+UoBFzE65mlBiVj3tKCrlNQ0Ogwm0BjpT/gK4SlLYDMybDh5I3TCTKnPPa0oMG7JDYrhg==", "engines": { "node": ">= 0.4" }, @@ -31236,7 +30563,8 @@ }, "node_modules/has-symbols": { "version": "1.0.3", - "license": "MIT", + "resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.0.3.tgz", + "integrity": "sha512-l3LCuF6MgDNwTDKkdYGEihYjt5pRPbEg46rtlmnSPlUbgmB8LOIrKJbYYFBSbnPaJexMKtiPO8hmeRjRz2Td+A==", "engines": { "node": ">= 0.4" }, @@ -31246,7 +30574,9 @@ }, "node_modules/has-tostringtag": { "version": "1.0.0", - "license": "MIT", + "resolved": "https://registry.npmjs.org/has-tostringtag/-/has-tostringtag-1.0.0.tgz", + "integrity": "sha512-kFjcSNhnlGV1kyoGk7OXKSawH5JOb/LzUc5w9B02hOTO0dfFRjbHQKvg1d6cf3HbeUmtU9VbbV3qzZ2Teh97WQ==", + "dev": true, "dependencies": { "has-symbols": "^1.0.2" }, @@ -31259,11 +30589,15 @@ }, "node_modules/has-unicode": { "version": "2.0.1", - "license": "ISC" + "resolved": "https://registry.npmjs.org/has-unicode/-/has-unicode-2.0.1.tgz", + "integrity": "sha512-8Rf9Y83NBReMnx0gFzA8JImQACstCYWUplepDa9xprwwtmgEZUF0h/i5xSA625zB/I37EtrswSST6OXxwaaIJQ==", + "devOptional": true }, "node_modules/has-value": { "version": "1.0.0", - "license": "MIT", + "resolved": "https://registry.npmjs.org/has-value/-/has-value-1.0.0.tgz", + "integrity": "sha512-IBXk4GTsLYdQ7Rvt+GRBrFSVEkmuOUy4re0Xjd9kJSUQpnTrWR4/y9RpfexN9vkAPMFuQoeWKwqzPozRTlasGw==", + "dev": true, "dependencies": { "get-value": "^2.0.6", "has-values": "^1.0.0", @@ -31275,7 +30609,9 @@ }, "node_modules/has-values": { "version": "1.0.0", - "license": "MIT", + "resolved": "https://registry.npmjs.org/has-values/-/has-values-1.0.0.tgz", + "integrity": "sha512-ODYZC64uqzmtfGMEAX/FvZiRyWLpAC3vYnNunURUnkGVTS+mI0smVsWaPydRBsE3g+ok7h960jChO8mFcWlHaQ==", + "dev": true, "dependencies": { "is-number": "^3.0.0", "kind-of": "^4.0.0" @@ -31286,11 +30622,15 @@ }, "node_modules/has-values/node_modules/is-buffer": { "version": "1.1.6", - "license": "MIT" + "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", - "license": "MIT", + "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" }, @@ -31300,7 +30640,9 @@ }, "node_modules/has-values/node_modules/is-number/node_modules/kind-of": { "version": "3.2.2", - "license": "MIT", + "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" }, @@ -31310,7 +30652,9 @@ }, "node_modules/has-values/node_modules/kind-of": { "version": "4.0.0", - "license": "MIT", + "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-4.0.0.tgz", + "integrity": "sha512-24XsCxmEbRwEDbz/qz3stgin8TTzZ1ESR56OMCN0ujYg+vRutNSiOj9bHH9u85DKgXguraugV5sFuvbD4FW/hw==", + "dev": true, "dependencies": { "is-buffer": "^1.1.5" }, @@ -31320,7 +30664,9 @@ }, "node_modules/hash-base": { "version": "3.1.0", - "license": "MIT", + "resolved": "https://registry.npmjs.org/hash-base/-/hash-base-3.1.0.tgz", + "integrity": "sha512-1nmYp/rhMDiE7AYkDw+lLwlAzz0AntGIe51F3RfFfEqyQ3feY2eI/NcwC6umIQVOASPMsWJLJScWKSSvzL9IVA==", + "dev": true, "dependencies": { "inherits": "^2.0.4", "readable-stream": "^3.6.0", @@ -31332,6 +30678,9 @@ }, "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", @@ -31345,20 +30694,34 @@ "type": "consulting", "url": "https://feross.org/support" } - ], - "license": "MIT" + ] }, "node_modules/hash.js": { "version": "1.1.7", - "license": "MIT", + "resolved": "https://registry.npmjs.org/hash.js/-/hash.js-1.1.7.tgz", + "integrity": "sha512-taOaskGt4z4SOANNseOviYDvjEJinIkRgmp7LbKP2YTTmVxWBl87s/uzK9r+44BclBSp2X7K1hqeNfz9JbBeXA==", + "dev": true, "dependencies": { "inherits": "^2.0.3", "minimalistic-assert": "^1.0.1" } }, + "node_modules/hasown": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.0.tgz", + "integrity": "sha512-vUptKVTpIJhcczKBbgnS+RtcuYMB8+oNzPK2/Hp3hanz8JmpATdmmgLgSaadVREkDm+e2giHwY3ZRkyjSIDDFA==", + "dependencies": { + "function-bind": "^1.1.2" + }, + "engines": { + "node": ">= 0.4" + } + }, "node_modules/hast-to-hyperscript": { "version": "9.0.1", - "license": "MIT", + "resolved": "https://registry.npmjs.org/hast-to-hyperscript/-/hast-to-hyperscript-9.0.1.tgz", + "integrity": "sha512-zQgLKqF+O2F72S1aa4y2ivxzSlko3MAvxkwG8ehGmNiqd98BIN3JM1rAJPmplEyLmGLO2QZYJtIneOSZ2YbJuA==", + "dev": true, "dependencies": { "@types/unist": "^2.0.3", "comma-separated-tokens": "^1.0.0", @@ -31375,7 +30738,9 @@ }, "node_modules/hast-util-from-parse5": { "version": "6.0.1", - "license": "MIT", + "resolved": "https://registry.npmjs.org/hast-util-from-parse5/-/hast-util-from-parse5-6.0.1.tgz", + "integrity": "sha512-jeJUWiN5pSxW12Rh01smtVkZgZr33wBokLzKLwinYOUfSzm1Nl/c3GUGebDyOKjdsRgMvoVbV0VpAcpjF4NrJA==", + "dev": true, "dependencies": { "@types/parse5": "^5.0.0", "hastscript": "^6.0.0", @@ -31391,7 +30756,9 @@ }, "node_modules/hast-util-parse-selector": { "version": "2.2.5", - "license": "MIT", + "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, "funding": { "type": "opencollective", "url": "https://opencollective.com/unified" @@ -31399,7 +30766,9 @@ }, "node_modules/hast-util-raw": { "version": "6.0.1", - "license": "MIT", + "resolved": "https://registry.npmjs.org/hast-util-raw/-/hast-util-raw-6.0.1.tgz", + "integrity": "sha512-ZMuiYA+UF7BXBtsTBNcLBF5HzXzkyE6MLzJnL605LKE8GJylNjGc4jjxazAHUtcwT5/CEt6afRKViYB4X66dig==", + "dev": true, "dependencies": { "@types/hast": "^2.0.0", "hast-util-from-parse5": "^6.0.0", @@ -31419,11 +30788,15 @@ }, "node_modules/hast-util-raw/node_modules/parse5": { "version": "6.0.1", - "license": "MIT" + "resolved": "https://registry.npmjs.org/parse5/-/parse5-6.0.1.tgz", + "integrity": "sha512-Ofn/CTFzRGTTxwpNEs9PP93gXShHcTq255nzRYSKe8AkVpZY7e1fpmTfOyoIvjP5HG7Z2ZM7VS9PPhQGW2pOpw==", + "dev": true }, "node_modules/hast-util-to-parse5": { "version": "6.0.0", - "license": "MIT", + "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", @@ -31438,7 +30811,9 @@ }, "node_modules/hastscript": { "version": "6.0.0", - "license": "MIT", + "resolved": "https://registry.npmjs.org/hastscript/-/hastscript-6.0.0.tgz", + "integrity": "sha512-nDM6bvd7lIqDUiYEiu5Sl/+6ReP0BMk/2f4U/Rooccxkj0P5nm+acM5PrGJ/t5I8qPGiqZSE6hVAwZEdZIvP4w==", + "dev": true, "dependencies": { "@types/hast": "^2.0.0", "comma-separated-tokens": "^1.0.0", @@ -31453,8 +30828,9 @@ }, "node_modules/hdr-histogram-js": { "version": "2.0.3", + "resolved": "https://registry.npmjs.org/hdr-histogram-js/-/hdr-histogram-js-2.0.3.tgz", + "integrity": "sha512-Hkn78wwzWHNCp2uarhzQ2SGFLU3JY8SBDDd3TAABK4fc30wm+MuPOrg5QVFVfkKOQd6Bfz3ukJEI+q9sXEkK1g==", "dev": true, - "license": "BSD", "dependencies": { "@assemblyscript/loader": "^0.10.1", "base64-js": "^1.2.0", @@ -31463,12 +30839,15 @@ }, "node_modules/hdr-histogram-percentiles-obj": { "version": "3.0.0", - "dev": true, - "license": "MIT" + "resolved": "https://registry.npmjs.org/hdr-histogram-percentiles-obj/-/hdr-histogram-percentiles-obj-3.0.0.tgz", + "integrity": "sha512-7kIufnBqdsBGcSZLPJwqHT3yhk1QTsSlFsVD3kx5ixH/AlgBs9yM1q6DPhXZ8f8gtdqgh7N7/5btRLpQsS2gHw==", + "dev": true }, "node_modules/he": { "version": "1.2.0", - "license": "MIT", + "resolved": "https://registry.npmjs.org/he/-/he-1.2.0.tgz", + "integrity": "sha512-F/1DnUGPopORZi0ni+CvrCgHQ5FyEAHRLSApuYWMmrbSwoN2Mn/7k+Gl38gJnR7yyDZk6WLXwiGod1JOWNDKGw==", + "dev": true, "bin": { "he": "bin/he" } @@ -31483,7 +30862,9 @@ }, "node_modules/hmac-drbg": { "version": "1.0.1", - "license": "MIT", + "resolved": "https://registry.npmjs.org/hmac-drbg/-/hmac-drbg-1.0.1.tgz", + "integrity": "sha512-Tti3gMqLdZfhOQY1Mzf/AanLiqh1WTiJgEj26ZuYQ9fbkLomzGchCws4FyrSd4VkpBfiNhaE1On+lOz894jvXg==", + "dev": true, "dependencies": { "hash.js": "^1.0.3", "minimalistic-assert": "^1.0.0", @@ -31492,21 +30873,22 @@ }, "node_modules/hoist-non-react-statics": { "version": "3.3.2", - "license": "BSD-3-Clause", + "resolved": "https://registry.npmjs.org/hoist-non-react-statics/-/hoist-non-react-statics-3.3.2.tgz", + "integrity": "sha512-/gGivxi8JPKWNm/W0jSmzcMPpfpPLc3dY/6GxhX2hQ9iGj3aDfklV4ET7NjKpSinLpJ5vafa9iiGIEZg10SfBw==", "dependencies": { "react-is": "^16.7.0" } }, "node_modules/hosted-git-info": { - "version": "5.2.1", - "resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-5.2.1.tgz", - "integrity": "sha512-xIcQYMnhcx2Nr4JTjsFmwwnr9vldugPy9uVm0o87bjqqWMv9GaqsTeT+i99wTl0mk1uLxJtHxLb8kymqTENQsw==", + "version": "6.1.1", + "resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-6.1.1.tgz", + "integrity": "sha512-r0EI+HBMcXadMrugk0GCQ+6BQV39PiWAZVfq7oIckeGiN7sjRGyQxPdft3nQekFTCQbYxLBH+/axZMeH8UX6+w==", "dev": true, "dependencies": { "lru-cache": "^7.5.1" }, "engines": { - "node": "^12.13.0 || ^14.15.0 || >=16.0.0" + "node": "^14.17.0 || ^16.13.0 || >=18.0.0" } }, "node_modules/hosted-git-info/node_modules/lru-cache": { @@ -31520,8 +30902,9 @@ }, "node_modules/hpack.js": { "version": "2.1.6", + "resolved": "https://registry.npmjs.org/hpack.js/-/hpack.js-2.1.6.tgz", + "integrity": "sha512-zJxVehUdMGIKsRaNt7apO2Gqp0BdqW5yaiGHXXmbpvxgBYVZnAql+BJb4RO5ad2MgpbZKn5G6nMnegrH1FcNYQ==", "dev": true, - "license": "MIT", "dependencies": { "inherits": "^2.0.1", "obuf": "^1.0.0", @@ -31531,13 +30914,15 @@ }, "node_modules/hpack.js/node_modules/isarray": { "version": "1.0.0", - "dev": true, - "license": "MIT" + "resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz", + "integrity": "sha512-VLghIWNM6ELQzo7zwmcg0NmTVyWKYjvIeM83yjp0wRDTmUnrM678fQbcKBo6n2CJEF0szoG//ytg+TKla89ALQ==", + "dev": true }, "node_modules/hpack.js/node_modules/readable-stream": { "version": "2.3.8", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.8.tgz", + "integrity": "sha512-8p0AUk4XODgIewSi0l8Epjs+EVnWiK7NoDIEGU0HhE7+ZyY8D1IMY7odu5lRrFXGg71L15KG8QrPmum45RTtdA==", "dev": true, - "license": "MIT", "dependencies": { "core-util-is": "~1.0.0", "inherits": "~2.0.3", @@ -31550,16 +30935,18 @@ }, "node_modules/hpack.js/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==", "dev": true, - "license": "MIT", "dependencies": { "safe-buffer": "~5.1.0" } }, "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, - "license": "MIT", "dependencies": { "whatwg-encoding": "^2.0.0" }, @@ -31568,21 +30955,32 @@ } }, "node_modules/html-entities": { - "version": "2.3.3", - "license": "MIT" + "version": "2.4.0", + "resolved": "https://registry.npmjs.org/html-entities/-/html-entities-2.4.0.tgz", + "integrity": "sha512-igBTJcNNNhvZFRtm8uA6xMY6xYleeDwn3PeBCkDz7tHttv4F2hsDI2aPgNERWzvRcNYHNT3ymRaQzllmXj4YsQ==", + "dev": true, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/mdevils" + }, + { + "type": "patreon", + "url": "https://patreon.com/mdevils" + } + ] }, "node_modules/html-escaper": { "version": "2.0.2", - "dev": true, - "license": "MIT" - }, - "node_modules/html-janitor": { - "version": "2.0.4" + "resolved": "https://registry.npmjs.org/html-escaper/-/html-escaper-2.0.2.tgz", + "integrity": "sha512-H2iMtd0I4Mt5eYiapRdIDjp+XzelXQ0tFE4JS7YFwFevXXMmOp9myNrUvCg0D6ws8iqkRPBfKHgbwig1SmlLfg==", + "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==", "dev": true, - "license": "MIT", "dependencies": { "camel-case": "^4.1.2", "clean-css": "^5.2.2", @@ -31601,16 +30999,18 @@ }, "node_modules/html-minifier-terser/node_modules/commander": { "version": "8.3.0", + "resolved": "https://registry.npmjs.org/commander/-/commander-8.3.0.tgz", + "integrity": "sha512-OkTL9umf+He2DZkUq8f8J9of7yL6RJKI24dVITBmNfZBmri9zYZQrKkuXiKhyfPSu8tUhnVBB1iKXevvnlR4Ww==", "dev": true, - "license": "MIT", "engines": { "node": ">= 12" } }, "node_modules/html-tags": { "version": "3.3.1", + "resolved": "https://registry.npmjs.org/html-tags/-/html-tags-3.3.1.tgz", + "integrity": "sha512-ztqyC3kLto0e9WbNp0aeP+M3kTt+nbaIveGmUxAtZa+8iFgKLUOD4YKM5j+f3QD89bra7UeumolZHKuOXnTmeQ==", "dev": true, - "license": "MIT", "engines": { "node": ">=8" }, @@ -31620,16 +31020,19 @@ }, "node_modules/html-void-elements": { "version": "1.0.5", - "license": "MIT", + "resolved": "https://registry.npmjs.org/html-void-elements/-/html-void-elements-1.0.5.tgz", + "integrity": "sha512-uE/TxKuyNIcx44cIWnjr/rfIATDH7ZaOMmstu0CwhFG1Dunhlp4OC6/NMbhiwoq5BpW0ubi303qnEk/PZj614w==", + "dev": true, "funding": { "type": "github", "url": "https://github.com/sponsors/wooorm" } }, "node_modules/html-webpack-plugin": { - "version": "5.5.1", + "version": "5.5.3", + "resolved": "https://registry.npmjs.org/html-webpack-plugin/-/html-webpack-plugin-5.5.3.tgz", + "integrity": "sha512-6YrDKTuqaP/TquFH7h4srYWsZx+x6k6+FbsTm0ziCwGHDP78Unr1r9F/H4+sGmMbX08GQcJ+K64x55b+7VM/jg==", "dev": true, - "license": "MIT", "dependencies": { "@types/html-minifier-terser": "^6.0.0", "html-minifier-terser": "^6.0.2", @@ -31650,6 +31053,9 @@ }, "node_modules/htmlparser2": { "version": "6.1.0", + "resolved": "https://registry.npmjs.org/htmlparser2/-/htmlparser2-6.1.0.tgz", + "integrity": "sha512-gyyPk6rgonLFEDGoeRgQNaEUvdJ4ktTmmUh/h2t7s+M8oPpIPxgNACWa+6ESR57kXstwqPiCut0V8NRpcwgU7A==", + "dev": true, "funding": [ "https://github.com/fb55/htmlparser2?sponsor=1", { @@ -31657,7 +31063,6 @@ "url": "https://github.com/sponsors/fb55" } ], - "license": "MIT", "dependencies": { "domelementtype": "^2.0.1", "domhandler": "^4.0.0", @@ -31673,12 +31078,15 @@ }, "node_modules/http-deceiver": { "version": "1.2.7", - "dev": true, - "license": "MIT" + "resolved": "https://registry.npmjs.org/http-deceiver/-/http-deceiver-1.2.7.tgz", + "integrity": "sha512-LmpOGxTfbpgtGVxJrj5k7asXHCgNZp5nLfp+hWc8QQRqtb7fUy6kRY3BO1h9ddF6yIPYUARgxGOwB42DnxIaNw==", + "dev": true }, "node_modules/http-errors": { "version": "2.0.0", - "license": "MIT", + "resolved": "https://registry.npmjs.org/http-errors/-/http-errors-2.0.0.tgz", + "integrity": "sha512-FtwrG/euBzaEjYeRqOgly7G0qviiXoJWnvEH2Z1plBdXgbyjv34pHTSb9zoeHMyDy33+DWy5Wt9Wo+TURtOYSQ==", + "dev": true, "dependencies": { "depd": "2.0.0", "inherits": "2.0.4", @@ -31692,13 +31100,15 @@ }, "node_modules/http-parser-js": { "version": "0.5.8", - "dev": true, - "license": "MIT" + "resolved": "https://registry.npmjs.org/http-parser-js/-/http-parser-js-0.5.8.tgz", + "integrity": "sha512-SGeBX54F94Wgu5RH3X5jsDtf4eHyRogWX1XGT3b4HuW3tQPM4AaBzoUji/4AAJNXCEOWZ5O0DgZmJw1947gD5Q==", + "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==", "dev": true, - "license": "MIT", "dependencies": { "eventemitter3": "^4.0.0", "follow-redirects": "^1.0.0", @@ -31710,8 +31120,9 @@ }, "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==", "dev": true, - "license": "MIT", "dependencies": { "@tootallnate/once": "2", "agent-base": "6", @@ -31723,8 +31134,9 @@ }, "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==", "dev": true, - "license": "MIT", "dependencies": { "@types/http-proxy": "^1.17.8", "http-proxy": "^1.18.1", @@ -31746,8 +31158,9 @@ }, "node_modules/http-proxy-middleware/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==", "dev": true, - "license": "MIT", "engines": { "node": ">=10" }, @@ -31757,8 +31170,9 @@ }, "node_modules/http-server": { "version": "14.1.1", + "resolved": "https://registry.npmjs.org/http-server/-/http-server-14.1.1.tgz", + "integrity": "sha512-+cbxadF40UXd9T01zUHgA+rlo2Bg1Srer4+B4NwIHdaGxAGGv59nYRnGGDJ9LBk7alpS0US+J+bLLdQOOkJq4A==", "dev": true, - "license": "MIT", "dependencies": { "basic-auth": "^2.0.1", "chalk": "^4.1.2", @@ -31783,8 +31197,9 @@ }, "node_modules/http-server/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==", "dev": true, - "license": "MIT", "dependencies": { "color-convert": "^2.0.1" }, @@ -31797,8 +31212,9 @@ }, "node_modules/http-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, - "license": "MIT", "dependencies": { "ansi-styles": "^4.1.0", "supports-color": "^7.1.0" @@ -31812,8 +31228,9 @@ }, "node_modules/http-server/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==", "dev": true, - "license": "MIT", "dependencies": { "color-name": "~1.1.4" }, @@ -31821,18 +31238,26 @@ "node": ">=7.0.0" } }, + "node_modules/http-server/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==", + "dev": true + }, "node_modules/http-server/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==", "dev": true, - "license": "MIT", "engines": { "node": ">=8" } }, "node_modules/http-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, - "license": "MIT", "dependencies": { "has-flag": "^4.0.0" }, @@ -31842,8 +31267,9 @@ }, "node_modules/http-signature": { "version": "1.2.0", + "resolved": "https://registry.npmjs.org/http-signature/-/http-signature-1.2.0.tgz", + "integrity": "sha512-CAbnr6Rz4CYQkLYUtSNXxQPUH2gK8f3iWexVlsnMeD+GjlsQ0Xsy1cOX+mN3dtxYomRy21CiOzU8Uhw6OwncEQ==", "dev": true, - "license": "MIT", "dependencies": { "assert-plus": "^1.0.0", "jsprim": "^1.2.2", @@ -31856,12 +31282,15 @@ }, "node_modules/https-browserify": { "version": "1.0.0", - "license": "MIT" + "resolved": "https://registry.npmjs.org/https-browserify/-/https-browserify-1.0.0.tgz", + "integrity": "sha512-J+FkSdyD+0mA0N+81tMotaRMfSL9SGi+xpD3T6YApKsc3bGSXJlfXri3VyFOeYkfLRQisDk1W+jIFFKBeUBbBg==", + "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==", "devOptional": true, - "license": "MIT", "dependencies": { "agent-base": "6", "debug": "4" @@ -31872,7 +31301,8 @@ }, "node_modules/human-signals": { "version": "2.1.0", - "license": "Apache-2.0", + "resolved": "https://registry.npmjs.org/human-signals/-/human-signals-2.1.0.tgz", + "integrity": "sha512-B4FFZ6q/T2jhhksgkbEW3HBvWIfDW85snkQgawt07S7J5QXTk6BkNV+0yAeZrM5QpMAdYlocGoljn0sJ/WQkFw==", "engines": { "node": ">=10.17.0" } @@ -31888,8 +31318,9 @@ }, "node_modules/husky": { "version": "7.0.4", + "resolved": "https://registry.npmjs.org/husky/-/husky-7.0.4.tgz", + "integrity": "sha512-vbaCKN2QLtP/vD4yvs6iz6hBEo6wkSzs8HpRah1Z6aGmF2KW5PdYuAd7uX5a+OyBZHBhd+TFLqgjUgytQr4RvQ==", "dev": true, - "license": "MIT", "bin": { "husky": "lib/bin.js" }, @@ -31902,7 +31333,9 @@ }, "node_modules/iconv-lite": { "version": "0.4.24", - "license": "MIT", + "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.24.tgz", + "integrity": "sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA==", + "dev": true, "dependencies": { "safer-buffer": ">= 2.1.2 < 3" }, @@ -31912,8 +31345,9 @@ }, "node_modules/icss-utils": { "version": "5.1.0", + "resolved": "https://registry.npmjs.org/icss-utils/-/icss-utils-5.1.0.tgz", + "integrity": "sha512-soFhflCVWLfRNOPU3iv5Z9VUdT44xFRbzjLsEzSr5AQmgqPMTHdU3PMT1Cf1ssx8fLNJDA1juftYl+PUcv3MqA==", "dev": true, - "license": "ISC", "engines": { "node": "^10 || ^12 || >= 14" }, @@ -31935,6 +31369,9 @@ }, "node_modules/ieee754": { "version": "1.2.1", + "resolved": "https://registry.npmjs.org/ieee754/-/ieee754-1.2.1.tgz", + "integrity": "sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA==", + "dev": true, "funding": [ { "type": "github", @@ -31948,30 +31385,33 @@ "type": "consulting", "url": "https://feross.org/support" } - ], - "license": "BSD-3-Clause" + ] }, "node_modules/iferr": { "version": "0.1.5", - "license": "MIT" + "resolved": "https://registry.npmjs.org/iferr/-/iferr-0.1.5.tgz", + "integrity": "sha512-DUNFN5j7Tln0D+TxzloUjKB+CtVu6myn0JEFak6dG18mNt9YkQ6lzGCdafwofISZ1lLF3xRHJ98VKy9ynkcFaA==", + "dev": true }, "node_modules/ignore": { "version": "5.2.4", - "license": "MIT", + "resolved": "https://registry.npmjs.org/ignore/-/ignore-5.2.4.tgz", + "integrity": "sha512-MAb38BcSbH0eHNBxn7ql2NH/kX33OkB3lZ1BNdh7ENeRChHTYsTvWrMubiIAMNS2llXEEgZ1MUOBtXChP3kaFQ==", + "dev": true, "engines": { "node": ">= 4" } }, "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==", + "version": "6.0.3", + "resolved": "https://registry.npmjs.org/ignore-walk/-/ignore-walk-6.0.3.tgz", + "integrity": "sha512-C7FfFoTA+bI10qfeydT8aZbvr91vAEU+2W5BZUlzPec47oNb07SsOfwYrtxuvOYdUApPP/Qlh4DtAO51Ekk2QA==", "dev": true, "dependencies": { - "minimatch": "^5.0.1" + "minimatch": "^9.0.0" }, "engines": { - "node": "^12.13.0 || ^14.15.0 || >=16.0.0" + "node": "^14.17.0 || ^16.13.0 || >=18.0.0" } }, "node_modules/ignore-walk/node_modules/brace-expansion": { @@ -31984,21 +31424,25 @@ } }, "node_modules/ignore-walk/node_modules/minimatch": { - "version": "5.1.6", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-5.1.6.tgz", - "integrity": "sha512-lKwV/1brpG6mBUFHtb7NUmtABCb2WZZmm2wNiOA5hAb8VdCS4B3dtMWyvcoViccwAW/COERjXLt0zP1zXUN26g==", + "version": "9.0.3", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.3.tgz", + "integrity": "sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg==", "dev": true, "dependencies": { "brace-expansion": "^2.0.1" }, "engines": { - "node": ">=10" + "node": ">=16 || 14 >=14.17" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" } }, "node_modules/image-size": { "version": "0.5.5", + "resolved": "https://registry.npmjs.org/image-size/-/image-size-0.5.5.tgz", + "integrity": "sha512-6TDAlDPZxUFCv+fuOkIoXT/V/f3Qbq8e37p+YOiYrUv3v9cc3/6x78VdfPgFVaB9dZYeLUfKgHRebpkm/oP2VQ==", "dev": true, - "license": "MIT", "optional": true, "bin": { "image-size": "bin/image-size.js" @@ -32009,20 +31453,23 @@ }, "node_modules/immediate": { "version": "3.0.6", - "dev": true, - "license": "MIT" + "resolved": "https://registry.npmjs.org/immediate/-/immediate-3.0.6.tgz", + "integrity": "sha512-XXOFtyqDjNDAQxVfYxuF7g9Il/IbWmmlQg2MYKOH8ExIT1qg6xc4zyS3HaEEATgs1btfzxq15ciUiY7gjSXRGQ==", + "dev": true }, "node_modules/immutable": { "version": "3.8.2", + "resolved": "https://registry.npmjs.org/immutable/-/immutable-3.8.2.tgz", + "integrity": "sha512-15gZoQ38eYjEjxkorfbcgBKBL6R7T459OuK+CpcWt7O3KF4uPCx2tD0uFETlUDIyo+1789crbMhTvQBSR5yBMg==", "dev": true, - "license": "MIT", "engines": { "node": ">=0.10.0" } }, "node_modules/import-fresh": { "version": "3.3.0", - "license": "MIT", + "resolved": "https://registry.npmjs.org/import-fresh/-/import-fresh-3.3.0.tgz", + "integrity": "sha512-veYYhQa+D1QBKznvhUHxb8faxlrwUnxseDAbAp457E0wLNio2bOSKnjYDhMj+YiAq61xrMGhQk9iXVk5FzgQMw==", "dependencies": { "parent-module": "^1.0.0", "resolve-from": "^4.0.0" @@ -32036,7 +31483,8 @@ }, "node_modules/import-fresh/node_modules/parent-module": { "version": "1.0.1", - "license": "MIT", + "resolved": "https://registry.npmjs.org/parent-module/-/parent-module-1.0.1.tgz", + "integrity": "sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==", "dependencies": { "callsites": "^3.0.0" }, @@ -32046,23 +31494,26 @@ }, "node_modules/import-fresh/node_modules/resolve-from": { "version": "4.0.0", - "license": "MIT", + "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-4.0.0.tgz", + "integrity": "sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==", "engines": { "node": ">=4" } }, "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, - "license": "MIT", "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==", "dev": true, - "license": "MIT", "dependencies": { "pkg-dir": "^4.2.0", "resolve-cwd": "^3.0.0" @@ -32079,8 +31530,9 @@ }, "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==", "dev": true, - "license": "MIT", "dependencies": { "locate-path": "^5.0.0", "path-exists": "^4.0.0" @@ -32091,8 +31543,9 @@ }, "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==", "dev": true, - "license": "MIT", "dependencies": { "p-locate": "^4.1.0" }, @@ -32102,8 +31555,9 @@ }, "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==", "dev": true, - "license": "MIT", "dependencies": { "p-try": "^2.0.0" }, @@ -32116,8 +31570,9 @@ }, "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==", "dev": true, - "license": "MIT", "dependencies": { "p-limit": "^2.2.0" }, @@ -32127,8 +31582,9 @@ }, "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==", "dev": true, - "license": "MIT", "dependencies": { "find-up": "^4.0.0" }, @@ -32137,9 +31593,9 @@ } }, "node_modules/import-meta-resolve": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/import-meta-resolve/-/import-meta-resolve-3.0.0.tgz", - "integrity": "sha512-4IwhLhNNA8yy445rPjD/lWh++7hMDOml2eHtd58eG7h+qK3EryMuuRbsHGPikCoAgIkkDnckKfWSk2iDla/ejg==", + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/import-meta-resolve/-/import-meta-resolve-3.1.1.tgz", + "integrity": "sha512-qeywsE/KC3w9Fd2ORrRDUw6nS/nLwZpXgfrOc2IILvZYnCaEMd+D56Vfg9k4G29gIeVi3XKql1RQatME8iYsiw==", "funding": { "type": "github", "url": "https://github.com/sponsors/wooorm" @@ -32147,25 +31603,32 @@ }, "node_modules/imurmurhash": { "version": "0.1.4", - "license": "MIT", + "resolved": "https://registry.npmjs.org/imurmurhash/-/imurmurhash-0.1.4.tgz", + "integrity": "sha512-JmXMZ6wuvDmLiHEml9ykzqO6lwFbof0GG4IkcGaENdCRDDmMVnny7s5HsIgHCbaq0w2MyPhDqkhTUgS2LU2PHA==", "engines": { "node": ">=0.8.19" } }, "node_modules/indent-string": { "version": "4.0.0", - "license": "MIT", + "resolved": "https://registry.npmjs.org/indent-string/-/indent-string-4.0.0.tgz", + "integrity": "sha512-EdDDZu4A2OyIK7Lr/2zG+w5jmbuk1DVBnEwREQvBzspBJkCEbRa8GxU1lghYcaGJCnRWibjDXlq779X1/y5xwg==", + "dev": true, "engines": { "node": ">=8" } }, "node_modules/infer-owner": { "version": "1.0.4", - "license": "ISC" + "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", - "license": "ISC", + "resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz", + "integrity": "sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA==", + "devOptional": true, "dependencies": { "once": "^1.3.0", "wrappy": "1" @@ -32173,32 +31636,39 @@ }, "node_modules/inherits": { "version": "2.0.4", - "license": "ISC" + "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz", + "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==", + "devOptional": true }, "node_modules/ini": { - "version": "3.0.0", + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/ini/-/ini-3.0.1.tgz", + "integrity": "sha512-it4HyVAUTKBc6m8e1iXWvXSTdndF7HbdN713+kvLrymxTaU4AUBWrJ4vEooP+V7fexnVD3LKcBshjGGPefSMUQ==", "dev": true, - "license": "ISC", "engines": { "node": "^12.13.0 || ^14.15.0 || >=16.0.0" } }, "node_modules/injection-js": { "version": "2.4.0", + "resolved": "https://registry.npmjs.org/injection-js/-/injection-js-2.4.0.tgz", + "integrity": "sha512-6jiJt0tCAo9zjHbcwLiPL+IuNe9SQ6a9g0PEzafThW3fOQi0mrmiJGBJvDD6tmhPh8cQHIQtCOrJuBfQME4kPA==", "dev": true, - "license": "MIT", "dependencies": { "tslib": "^2.0.0" } }, "node_modules/inline-style-parser": { "version": "0.1.1", - "license": "MIT" + "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, - "license": "MIT", "dependencies": { "ansi-escapes": "^4.2.1", "chalk": "^4.1.1", @@ -32222,8 +31692,9 @@ }, "node_modules/inquirer/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==", "dev": true, - "license": "MIT", "dependencies": { "color-convert": "^2.0.1" }, @@ -32236,8 +31707,9 @@ }, "node_modules/inquirer/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, - "license": "MIT", "dependencies": { "ansi-styles": "^4.1.0", "supports-color": "^7.1.0" @@ -32251,8 +31723,9 @@ }, "node_modules/inquirer/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==", "dev": true, - "license": "MIT", "dependencies": { "color-name": "~1.1.4" }, @@ -32260,26 +31733,35 @@ "node": ">=7.0.0" } }, + "node_modules/inquirer/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==", + "dev": true + }, "node_modules/inquirer/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==", "dev": true, - "license": "MIT", "engines": { "node": ">=8" } }, "node_modules/inquirer/node_modules/rxjs": { "version": "7.8.1", + "resolved": "https://registry.npmjs.org/rxjs/-/rxjs-7.8.1.tgz", + "integrity": "sha512-AA3TVj+0A2iuIoQkWEK/tqFjBq2j+6PO6Y0zJcvzLAFhEFIO3HL0vls9hWLncZbAAbK0mar7oZ4V079I/qPMxg==", "dev": true, - "license": "Apache-2.0", "dependencies": { "tslib": "^2.1.0" } }, "node_modules/inquirer/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, - "license": "MIT", "dependencies": { "has-flag": "^4.0.0" }, @@ -32288,11 +31770,13 @@ } }, "node_modules/internal-slot": { - "version": "1.0.5", - "license": "MIT", + "version": "1.0.6", + "resolved": "https://registry.npmjs.org/internal-slot/-/internal-slot-1.0.6.tgz", + "integrity": "sha512-Xj6dv+PsbtwyPpEflsejS+oIZxmMlV44zAhG479uYu89MsjcYOhCFnNyKrkJrihbsiasQyY0afoCl/9BLR65bg==", + "dev": true, "dependencies": { - "get-intrinsic": "^1.2.0", - "has": "^1.0.3", + "get-intrinsic": "^1.2.2", + "hasown": "^2.0.0", "side-channel": "^1.0.4" }, "engines": { @@ -32301,43 +31785,54 @@ }, "node_modules/interpret": { "version": "2.2.0", - "license": "MIT", + "resolved": "https://registry.npmjs.org/interpret/-/interpret-2.2.0.tgz", + "integrity": "sha512-Ju0Bz/cEia55xDwUWEa8+olFpCiQoypjnQySseKtmjNrnps3P+xfpUmGr90T7yjlVJmOtybRvPXhKMbHr+fWnw==", + "dev": true, "engines": { "node": ">= 0.10" } }, "node_modules/ip": { "version": "2.0.0", - "license": "MIT" + "resolved": "https://registry.npmjs.org/ip/-/ip-2.0.0.tgz", + "integrity": "sha512-WKa+XuLG1A1R0UWhl2+1XQSi+fZWMsYKffMZTTYsiZaUD8k2yDAj5atimTUD2TZkyCkNEeYE5NhFZmupOGtjYQ==", + "dev": true }, "node_modules/ipaddr.js": { "version": "1.9.1", - "license": "MIT", + "resolved": "https://registry.npmjs.org/ipaddr.js/-/ipaddr.js-1.9.1.tgz", + "integrity": "sha512-0KI/607xoxSToH7GjN1FfSbLoU0+btTicjsQSWQlh/hZykN8KpmMf7uYwPW3R+akZ6R/w18ZlXSHBYXiYUPO3g==", + "dev": true, "engines": { "node": ">= 0.10" } }, "node_modules/is-absolute-url": { "version": "3.0.3", + "resolved": "https://registry.npmjs.org/is-absolute-url/-/is-absolute-url-3.0.3.tgz", + "integrity": "sha512-opmNIX7uFnS96NtPmhWQgQx6/NYFgsUXYMllcfzwWKUMwfo8kku1TvE6hkNcH+Q1ts5cMVrsY7j0bxXQDciu9Q==", "dev": true, - "license": "MIT", "engines": { "node": ">=8" } }, "node_modules/is-accessor-descriptor": { - "version": "1.0.0", - "license": "MIT", + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/is-accessor-descriptor/-/is-accessor-descriptor-1.0.1.tgz", + "integrity": "sha512-YBUanLI8Yoihw923YeFUS5fs0fF2f5TSFTNiYAAzhhDscDa3lEqYuz1pDOEP5KvX94I9ey3vsqjJcLVFVU+3QA==", + "dev": true, "dependencies": { - "kind-of": "^6.0.0" + "hasown": "^2.0.0" }, "engines": { - "node": ">=0.10.0" + "node": ">= 0.10" } }, "node_modules/is-alphabetical": { "version": "1.0.4", - "license": "MIT", + "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" @@ -32345,7 +31840,9 @@ }, "node_modules/is-alphanumerical": { "version": "1.0.4", - "license": "MIT", + "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" @@ -32357,7 +31854,9 @@ }, "node_modules/is-arguments": { "version": "1.1.1", - "license": "MIT", + "resolved": "https://registry.npmjs.org/is-arguments/-/is-arguments-1.1.1.tgz", + "integrity": "sha512-8Q7EARjzEnKpt/PCD7e1cgUS0a6X8u5tdSiMqXhojOdoV9TsMsiO+9VLC5vAmO8N7/GmXn7yjR8qnA6bVAEzfA==", + "dev": true, "dependencies": { "call-bind": "^1.0.2", "has-tostringtag": "^1.0.0" @@ -32371,7 +31870,9 @@ }, "node_modules/is-array-buffer": { "version": "3.0.2", - "license": "MIT", + "resolved": "https://registry.npmjs.org/is-array-buffer/-/is-array-buffer-3.0.2.tgz", + "integrity": "sha512-y+FyyR/w8vfIRq4eQcM1EYgSTnmHXPqaF+IgzgraytCFq5Xh8lllDVmAZolPJiZttZLeFSINPYMaEJ7/vWUa1w==", + "dev": true, "dependencies": { "call-bind": "^1.0.2", "get-intrinsic": "^1.2.0", @@ -32383,11 +31884,14 @@ }, "node_modules/is-arrayish": { "version": "0.2.1", - "license": "MIT" + "resolved": "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.2.1.tgz", + "integrity": "sha512-zz06S8t0ozoDXMG+ube26zeCTNXcKIPJZJi8hBrF4idCLms4CG9QtK7qBl1boi5ODzFpjswb5JPmHCbMpjaYzg==" }, "node_modules/is-bigint": { "version": "1.0.4", - "license": "MIT", + "resolved": "https://registry.npmjs.org/is-bigint/-/is-bigint-1.0.4.tgz", + "integrity": "sha512-zB9CruMamjym81i2JZ3UMn54PKGsQzsJeo6xvN3HJJ4CAsQNB6iRutp2To77OfCNuoxspsIhzaPoO1zyCEhFOg==", + "dev": true, "dependencies": { "has-bigints": "^1.0.1" }, @@ -32397,7 +31901,9 @@ }, "node_modules/is-binary-path": { "version": "2.1.0", - "license": "MIT", + "resolved": "https://registry.npmjs.org/is-binary-path/-/is-binary-path-2.1.0.tgz", + "integrity": "sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==", + "dev": true, "dependencies": { "binary-extensions": "^2.0.0" }, @@ -32407,7 +31913,9 @@ }, "node_modules/is-boolean-object": { "version": "1.1.2", - "license": "MIT", + "resolved": "https://registry.npmjs.org/is-boolean-object/-/is-boolean-object-1.1.2.tgz", + "integrity": "sha512-gDYaKHJmnj4aWxyj6YHyXVpdQawtVLHU5cb+eztPGczf6cjuTdwve5ZIEfgXqH4e57An1D1AKf8CZ3kYrQRqYA==", + "dev": true, "dependencies": { "call-bind": "^1.0.2", "has-tostringtag": "^1.0.0" @@ -32421,6 +31929,9 @@ }, "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", @@ -32435,15 +31946,15 @@ "url": "https://feross.org/support" } ], - "license": "MIT", "engines": { "node": ">=4" } }, "node_modules/is-builtin-module": { "version": "3.2.1", + "resolved": "https://registry.npmjs.org/is-builtin-module/-/is-builtin-module-3.2.1.tgz", + "integrity": "sha512-BSLE3HnV2syZ0FK0iMA/yUGplUeMmNz4AW5fnTunbCIqZi4vG3WjJT9FHMy5D69xmAYBHXQhJdALdpwVxV501A==", "dev": true, - "license": "MIT", "dependencies": { "builtin-modules": "^3.3.0" }, @@ -32456,7 +31967,9 @@ }, "node_modules/is-callable": { "version": "1.2.7", - "license": "MIT", + "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" }, @@ -32466,8 +31979,9 @@ }, "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==", "dev": true, - "license": "MIT", "dependencies": { "ci-info": "^2.0.0" }, @@ -32477,32 +31991,39 @@ }, "node_modules/is-ci/node_modules/ci-info": { "version": "2.0.0", - "dev": true, - "license": "MIT" + "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.12.0", - "license": "MIT", + "version": "2.13.1", + "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.13.1.tgz", + "integrity": "sha512-hHrIjvZsftOsvKSn2TRYl63zvxsgE0K+0mYMoH6gD4omR5IWB2KynivBQczo3+wF1cCkjzvptnI9Q0sPU66ilw==", + "dev": true, "dependencies": { - "has": "^1.0.3" + "hasown": "^2.0.0" }, "funding": { "url": "https://github.com/sponsors/ljharb" } }, "node_modules/is-data-descriptor": { - "version": "1.0.0", - "license": "MIT", + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/is-data-descriptor/-/is-data-descriptor-1.0.1.tgz", + "integrity": "sha512-bc4NlCDiCr28U4aEsQ3Qs2491gVq4V8G7MQyws968ImqjKuYtTJXrl7Vq7jsN7Ly/C3xj5KWFrY7sHNeDkAzXw==", + "dev": true, "dependencies": { - "kind-of": "^6.0.0" + "hasown": "^2.0.0" }, "engines": { - "node": ">=0.10.0" + "node": ">= 0.4" } }, "node_modules/is-date-object": { "version": "1.0.5", - "license": "MIT", + "resolved": "https://registry.npmjs.org/is-date-object/-/is-date-object-1.0.5.tgz", + "integrity": "sha512-9YQaSxsAiSwcvS33MBk3wTCVnWK+HhF8VZR2jRxehM16QcVOdHqPn4VPHmRK4lSr38n9JriurInLcP90xsYNfQ==", + "dev": true, "dependencies": { "has-tostringtag": "^1.0.0" }, @@ -32515,27 +32036,31 @@ }, "node_modules/is-decimal": { "version": "1.0.4", - "license": "MIT", + "resolved": "https://registry.npmjs.org/is-decimal/-/is-decimal-1.0.4.tgz", + "integrity": "sha512-RGdriMmQQvZ2aqaQq3awNA6dCGtKpiDFcOzrTWrDAT2MiWrKQVPmxLGHl7Y2nNu6led0kEyoX0enY0qXYsv9zw==", + "dev": true, "funding": { "type": "github", "url": "https://github.com/sponsors/wooorm" } }, "node_modules/is-descriptor": { - "version": "1.0.2", - "license": "MIT", + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/is-descriptor/-/is-descriptor-1.0.3.tgz", + "integrity": "sha512-JCNNGbwWZEVaSPtS45mdtrneRWJFp07LLmykxeFV5F6oBvNF8vHSfJuJgoT472pSfk+Mf8VnlrspaFBHWM8JAw==", + "dev": true, "dependencies": { - "is-accessor-descriptor": "^1.0.0", - "is-data-descriptor": "^1.0.0", - "kind-of": "^6.0.2" + "is-accessor-descriptor": "^1.0.1", + "is-data-descriptor": "^1.0.1" }, "engines": { - "node": ">=0.10.0" + "node": ">= 0.4" } }, "node_modules/is-docker": { "version": "2.2.1", - "license": "MIT", + "resolved": "https://registry.npmjs.org/is-docker/-/is-docker-2.2.1.tgz", + "integrity": "sha512-F+i2BKsFrH66iaUFc0woD8sLy8getkwTwtOBjvs56Cx4CgJDeKQeqfz8wAYiSb8JOprWhHH5p77PbmYCvvUuXQ==", "bin": { "is-docker": "cli.js" }, @@ -32548,8 +32073,9 @@ }, "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, - "license": "MIT", "dependencies": { "is-object": "^1.0.1", "is-window": "^1.0.2" @@ -32557,7 +32083,9 @@ }, "node_modules/is-extendable": { "version": "1.0.1", - "license": "MIT", + "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" }, @@ -32567,14 +32095,17 @@ }, "node_modules/is-extglob": { "version": "2.1.1", - "license": "MIT", + "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz", + "integrity": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==", "engines": { "node": ">=0.10.0" } }, "node_modules/is-finite": { "version": "1.1.0", - "license": "MIT", + "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" @@ -32585,8 +32116,9 @@ }, "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, - "license": "MIT", "engines": { "node": ">=12" }, @@ -32596,7 +32128,9 @@ }, "node_modules/is-function": { "version": "1.0.2", - "license": "MIT" + "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-generator-fn": { "version": "2.1.0", @@ -32609,7 +32143,8 @@ }, "node_modules/is-glob": { "version": "4.0.3", - "license": "MIT", + "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz", + "integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==", "dependencies": { "is-extglob": "^2.1.1" }, @@ -32619,7 +32154,9 @@ }, "node_modules/is-hexadecimal": { "version": "1.0.4", - "license": "MIT", + "resolved": "https://registry.npmjs.org/is-hexadecimal/-/is-hexadecimal-1.0.4.tgz", + "integrity": "sha512-gyPJuv83bHMpocVYoqof5VDiZveEoGoFL8m3BXNb2VW8Xs+rz9kqO8LOQ5DH6EsuvilT1ApazU0pyl+ytbPtlw==", + "dev": true, "funding": { "type": "github", "url": "https://github.com/sponsors/wooorm" @@ -32658,8 +32195,9 @@ }, "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, - "license": "MIT", "engines": { "node": ">=8" } @@ -32672,19 +32210,24 @@ }, "node_modules/is-map": { "version": "2.0.2", - "license": "MIT", + "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/is-module": { "version": "1.0.0", - "dev": true, - "license": "MIT" + "resolved": "https://registry.npmjs.org/is-module/-/is-module-1.0.0.tgz", + "integrity": "sha512-51ypPSPCoTEIN9dy5Oy+h4pShgJmPCygKfyRCISBI+JoWT/2oJvK8QPxmwv7b/p239jXrm9M1mlQbyKJ5A152g==", + "dev": true }, "node_modules/is-negative-zero": { "version": "2.0.2", - "license": "MIT", + "resolved": "https://registry.npmjs.org/is-negative-zero/-/is-negative-zero-2.0.2.tgz", + "integrity": "sha512-dqJvarLawXsFbNDeJW7zAz8ItJ9cd28YufuuFzh0G8pNHjJMnY08Dv7sYX2uF5UpQOwieAeOExEYAWWfu7ZZUA==", + "dev": true, "engines": { "node": ">= 0.4" }, @@ -32694,22 +32237,26 @@ }, "node_modules/is-number": { "version": "7.0.0", - "license": "MIT", + "resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz", + "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==", "engines": { "node": ">=0.12.0" } }, "node_modules/is-number-like": { "version": "1.0.8", + "resolved": "https://registry.npmjs.org/is-number-like/-/is-number-like-1.0.8.tgz", + "integrity": "sha512-6rZi3ezCyFcn5L71ywzz2bS5b2Igl1En3eTlZlvKjpz1n3IZLAYMbKYAIQgFmEu0GENg92ziU/faEOA/aixjbA==", "dev": true, - "license": "ISC", "dependencies": { "lodash.isfinite": "^3.3.2" } }, "node_modules/is-number-object": { "version": "1.0.7", - "license": "MIT", + "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" }, @@ -32722,31 +32269,35 @@ }, "node_modules/is-obj": { "version": "2.0.0", - "license": "MIT", + "resolved": "https://registry.npmjs.org/is-obj/-/is-obj-2.0.0.tgz", + "integrity": "sha512-drqDG3cbczxxEJRoOXcOjtdp1J/lyp1mNn0xaznRs8+muBhgQcrnbspox5X5fOw0HnMnbfDzvnEMEtqDEJEo8w==", "engines": { "node": ">=8" } }, "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, - "license": "MIT", "funding": { "url": "https://github.com/sponsors/ljharb" } }, "node_modules/is-path-cwd": { "version": "1.0.0", + "resolved": "https://registry.npmjs.org/is-path-cwd/-/is-path-cwd-1.0.0.tgz", + "integrity": "sha512-cnS56eR9SPAscL77ik76ATVqoPARTqPIVkMDVxRaWH06zT+6+CzIroYRJ0VVvm0Z1zfAvxvz9i/D3Ppjaqt5Nw==", "dev": true, - "license": "MIT", "engines": { "node": ">=0.10.0" } }, "node_modules/is-path-in-cwd": { "version": "1.0.1", + "resolved": "https://registry.npmjs.org/is-path-in-cwd/-/is-path-in-cwd-1.0.1.tgz", + "integrity": "sha512-FjV1RTW48E7CWM7eE/J2NJvAEEVektecDBVBE5Hh3nM1Jd0kvhHtX68Pr3xsDf857xt3Y4AkwVULK1Vku62aaQ==", "dev": true, - "license": "MIT", "dependencies": { "is-path-inside": "^1.0.0" }, @@ -32756,8 +32307,9 @@ }, "node_modules/is-path-in-cwd/node_modules/is-path-inside": { "version": "1.0.1", + "resolved": "https://registry.npmjs.org/is-path-inside/-/is-path-inside-1.0.1.tgz", + "integrity": "sha512-qhsCR/Esx4U4hg/9I19OVUAJkGWtjRYHMRgUMZE2TDdj+Ag+kttZanLupfddNyglzz50cUlmWzUaI37GDfNx/g==", "dev": true, - "license": "MIT", "dependencies": { "path-is-inside": "^1.0.1" }, @@ -32767,23 +32319,27 @@ }, "node_modules/is-path-inside": { "version": "3.0.3", - "devOptional": true, - "license": "MIT", + "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/is-plain-obj": { "version": "1.1.0", + "resolved": "https://registry.npmjs.org/is-plain-obj/-/is-plain-obj-1.1.0.tgz", + "integrity": "sha512-yvkRyxmFKEOQ4pNXCmJG5AEQNlXJS5LaONXo5/cLdTZdWvsZ1ioJEonLGAosKlMWE8lwUy/bJzMjcw8az73+Fg==", "dev": true, - "license": "MIT", "engines": { "node": ">=0.10.0" } }, "node_modules/is-plain-object": { "version": "2.0.4", - "license": "MIT", + "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" }, @@ -32791,14 +32347,11 @@ "node": ">=0.10.0" } }, - "node_modules/is-potential-custom-element-name": { - "version": "1.0.1", - "dev": true, - "license": "MIT" - }, "node_modules/is-regex": { "version": "1.1.4", - "license": "MIT", + "resolved": "https://registry.npmjs.org/is-regex/-/is-regex-1.1.4.tgz", + "integrity": "sha512-kvRdxDsxZjhzUX07ZnLydzS1TU/TJlTUHHY4YLL87e37oUA49DfkLqgy+VjFocowy29cKvcSiu+kIv728jTTVg==", + "dev": true, "dependencies": { "call-bind": "^1.0.2", "has-tostringtag": "^1.0.0" @@ -32812,14 +32365,18 @@ }, "node_modules/is-set": { "version": "2.0.2", - "license": "MIT", + "resolved": "https://registry.npmjs.org/is-set/-/is-set-2.0.2.tgz", + "integrity": "sha512-+2cnTEZeY5z/iXGbLhPrOAaK/Mau5k5eXq9j14CpRTftq0pAJu2MwVRSZhyZWBzx3o6X795Lz6Bpb6R0GKf37g==", + "dev": true, "funding": { "url": "https://github.com/sponsors/ljharb" } }, "node_modules/is-shared-array-buffer": { "version": "1.0.2", - "license": "MIT", + "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": { "call-bind": "^1.0.2" }, @@ -32829,7 +32386,8 @@ }, "node_modules/is-stream": { "version": "2.0.1", - "license": "MIT", + "resolved": "https://registry.npmjs.org/is-stream/-/is-stream-2.0.1.tgz", + "integrity": "sha512-hFoiJiTl63nn+kstHGBtewWSKnQLpyb155KHheA1l39uvtO9nWIop1p3udqPcUd/xbF1VLMO4n7OI6p7RbngDg==", "engines": { "node": ">=8" }, @@ -32839,7 +32397,9 @@ }, "node_modules/is-string": { "version": "1.0.7", - "license": "MIT", + "resolved": "https://registry.npmjs.org/is-string/-/is-string-1.0.7.tgz", + "integrity": "sha512-tE2UXzivje6ofPW7l23cjDOMa09gb7xlAqG6jG5ej6uPV32TlWP3NKPigtaGeHNu9fohccRYvIiZMfOOnOYUtg==", + "dev": true, "dependencies": { "has-tostringtag": "^1.0.0" }, @@ -32852,7 +32412,9 @@ }, "node_modules/is-symbol": { "version": "1.0.4", - "license": "MIT", + "resolved": "https://registry.npmjs.org/is-symbol/-/is-symbol-1.0.4.tgz", + "integrity": "sha512-C/CPBqKWnvdcxqIARxyOh4v1UUEOCHpgDa0WYgpKDFMszcrPcffg5uhwSgPCLD2WWxmq6isisz87tzT01tuGhg==", + "dev": true, "dependencies": { "has-symbols": "^1.0.2" }, @@ -32864,14 +32426,12 @@ } }, "node_modules/is-typed-array": { - "version": "1.1.10", - "license": "MIT", + "version": "1.1.12", + "resolved": "https://registry.npmjs.org/is-typed-array/-/is-typed-array-1.1.12.tgz", + "integrity": "sha512-Z14TF2JNG8Lss5/HMqt0//T9JeHXttXy5pH/DBU4vi98ozO2btxzq9MwYDZYnKwU8nRsz/+GVFVRDq3DkVuSPg==", + "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" + "which-typed-array": "^1.1.11" }, "engines": { "node": ">= 0.4" @@ -32882,12 +32442,14 @@ }, "node_modules/is-typedarray": { "version": "1.0.0", - "license": "MIT" + "resolved": "https://registry.npmjs.org/is-typedarray/-/is-typedarray-1.0.0.tgz", + "integrity": "sha512-cyA56iCMHAh5CdzjJIa4aohJyeO1YbwLi3Jc35MmRU6poroFjIGZzUzupGiRPOjgHg9TLu43xbpwXk523fMxKA==" }, "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, - "license": "MIT", "engines": { "node": ">=10" }, @@ -32897,20 +32459,16 @@ }, "node_modules/is-utf8": { "version": "0.2.1", - "license": "MIT", - "optional": true - }, - "node_modules/is-weakmap": { - "version": "2.0.1", + "resolved": "https://registry.npmjs.org/is-utf8/-/is-utf8-0.2.1.tgz", + "integrity": "sha512-rMYPYvCzsXywIsldgLaSoPlw5PfoB/ssr7hY4pLfcodrA5M/eArza1a9VmTiNIBNMjOGr1Ow9mTyU2o69U6U9Q==", "dev": true, - "license": "MIT", - "funding": { - "url": "https://github.com/sponsors/ljharb" - } + "optional": true }, "node_modules/is-weakref": { "version": "1.0.2", - "license": "MIT", + "resolved": "https://registry.npmjs.org/is-weakref/-/is-weakref-1.0.2.tgz", + "integrity": "sha512-qctsuLZmIQ0+vSSMfoVvyFe2+GSEvnmZ2ezTup1SBse9+twCCeial6EEi3Nc2KFcf6+qz2FBPnjXsk8xhKSaPQ==", + "dev": true, "dependencies": { "call-bind": "^1.0.2" }, @@ -32918,26 +32476,17 @@ "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/is-weakset": { - "version": "2.0.2", - "dev": true, - "license": "MIT", - "dependencies": { - "call-bind": "^1.0.2", - "get-intrinsic": "^1.1.1" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, "node_modules/is-what": { "version": "3.14.1", - "dev": true, - "license": "MIT" + "resolved": "https://registry.npmjs.org/is-what/-/is-what-3.14.1.tgz", + "integrity": "sha512-sNxgpk9793nzSs7bA6JQJGeIuRBQhAaNGG77kzYQgMkrID+lS6SlK07K5LaptscDlSaIgH+GPFzf+d75FVxozA==", + "dev": true }, "node_modules/is-whitespace-character": { "version": "1.0.4", - "license": "MIT", + "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" @@ -32945,19 +32494,24 @@ }, "node_modules/is-window": { "version": "1.0.2", - "dev": true, - "license": "MIT" + "resolved": "https://registry.npmjs.org/is-window/-/is-window-1.0.2.tgz", + "integrity": "sha512-uj00kdXyZb9t9RcAUAwMZAnkBUwdYGhYlt7djMXhfyhUCzwNba50tIiBKR7q0l7tdoBtFVw/3JmLY6fI3rmZmg==", + "dev": true }, "node_modules/is-windows": { "version": "1.0.2", - "license": "MIT", + "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" } }, "node_modules/is-word-character": { "version": "1.0.4", - "license": "MIT", + "resolved": "https://registry.npmjs.org/is-word-character/-/is-word-character-1.0.4.tgz", + "integrity": "sha512-5SMO8RVennx3nZrqtKwCGyyetPE9VDba5ugvKLaD4KopPG5kR4mQ7tNt/r7feL5yt5h3lpuBbIUmCOG2eSzXHA==", + "dev": true, "funding": { "type": "github", "url": "https://github.com/sponsors/wooorm" @@ -32965,7 +32519,8 @@ }, "node_modules/is-wsl": { "version": "2.2.0", - "license": "MIT", + "resolved": "https://registry.npmjs.org/is-wsl/-/is-wsl-2.2.0.tgz", + "integrity": "sha512-fKzAra0rGJUUBwGBgNkHZuToZcn+TtXHpeCgmkMJMMYx1sQDYaCSyjJBSCa2nH1DGm7s3n1oBnohoVTBaN7Lww==", "dependencies": { "is-docker": "^2.0.0" }, @@ -32975,12 +32530,15 @@ }, "node_modules/isarray": { "version": "2.0.5", - "license": "MIT" + "resolved": "https://registry.npmjs.org/isarray/-/isarray-2.0.5.tgz", + "integrity": "sha512-xHjhDr3cNBK0BzdUJSPXZntQUx/mwMS5Rw4A7lPJ90XGAO6ISP/ePDNuo0vhqOZU+UD5JoodwCAAoZQd3FeAKw==", + "dev": true }, "node_modules/isbinaryfile": { "version": "4.0.10", + "resolved": "https://registry.npmjs.org/isbinaryfile/-/isbinaryfile-4.0.10.tgz", + "integrity": "sha512-iHrqe5shvBUcFbmZq9zOQHBoeOhZJu6RQGrDpBgenUm/Am+F3JM2MgQj+rK3Z601fzrL5gLZWtAPH2OBaSVcyw==", "dev": true, - "license": "MIT", "engines": { "node": ">= 8.0.0" }, @@ -32990,18 +32548,23 @@ }, "node_modules/isexe": { "version": "2.0.0", - "license": "ISC" + "resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz", + "integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==" }, "node_modules/isobject": { "version": "3.0.1", - "license": "MIT", + "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/isomorphic-unfetch": { "version": "3.1.0", - "license": "MIT", + "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" @@ -33009,89 +32572,111 @@ }, "node_modules/isstream": { "version": "0.1.2", - "dev": true, - "license": "MIT" + "resolved": "https://registry.npmjs.org/isstream/-/isstream-0.1.2.tgz", + "integrity": "sha512-Yljz7ffyPbrLpLngrMtZ7NduUgVvi6wG9RJ9IUcyCd59YQ911PBJphODUcbOVbqYfxe1wuYf/LJ8PauMRwsM/g==", + "dev": true }, "node_modules/istanbul-lib-coverage": { - "version": "3.2.0", + "version": "3.2.2", + "resolved": "https://registry.npmjs.org/istanbul-lib-coverage/-/istanbul-lib-coverage-3.2.2.tgz", + "integrity": "sha512-O8dpsF+r0WV/8MNRKfnmrtCWhuKjxrq2w+jpzBL5UZKTi2LeVWnWOmWRxFlesJONmc+wLAGvKQZEOanko0LFTg==", "dev": true, - "license": "BSD-3-Clause", "engines": { "node": ">=8" } }, "node_modules/istanbul-lib-instrument": { - "version": "5.2.1", + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/istanbul-lib-instrument/-/istanbul-lib-instrument-6.0.1.tgz", + "integrity": "sha512-EAMEJBsYuyyztxMxW3g7ugGPkrZsV57v0Hmv3mm1uQsmB+QnZuepg731CRaIgeUVSdmsTngOkSnauNF8p7FIhA==", "dev": true, - "license": "BSD-3-Clause", "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" + "semver": "^7.5.4" }, "engines": { - "node": ">=8" + "node": ">=10" + } + }, + "node_modules/istanbul-lib-instrument/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==", + "dev": true, + "dependencies": { + "yallist": "^4.0.0" + }, + "engines": { + "node": ">=10" } }, "node_modules/istanbul-lib-instrument/node_modules/semver": { - "version": "6.3.1", - "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz", - "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==", + "version": "7.5.4", + "resolved": "https://registry.npmjs.org/semver/-/semver-7.5.4.tgz", + "integrity": "sha512-1bCSESV6Pv+i21Hvpxp3Dx+pSD8lIPt8uVjRrxAUt/nbswYc+tK6Y2btiULjd4+fnq15PX+nqQDC7Oft7WkwcA==", "dev": true, + "dependencies": { + "lru-cache": "^6.0.0" + }, "bin": { "semver": "bin/semver.js" + }, + "engines": { + "node": ">=10" } }, + "node_modules/istanbul-lib-instrument/node_modules/yallist": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", + "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==", + "dev": true + }, "node_modules/istanbul-lib-report": { - "version": "3.0.0", + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/istanbul-lib-report/-/istanbul-lib-report-3.0.1.tgz", + "integrity": "sha512-GCfE1mtsHGOELCU8e/Z7YWzpmybrx/+dSTfLrvY8qRmaY6zXTKWn6WQIjaAFw069icm6GVMNkgu0NzI4iPZUNw==", "dev": true, - "license": "BSD-3-Clause", "dependencies": { "istanbul-lib-coverage": "^3.0.0", - "make-dir": "^3.0.0", + "make-dir": "^4.0.0", "supports-color": "^7.1.0" }, "engines": { - "node": ">=8" + "node": ">=10" } }, "node_modules/istanbul-lib-report/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==", "dev": true, - "license": "MIT", "engines": { "node": ">=8" } }, "node_modules/istanbul-lib-report/node_modules/make-dir": { - "version": "3.1.0", + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/make-dir/-/make-dir-4.0.0.tgz", + "integrity": "sha512-hXdUTZYIVOt1Ex//jAQi+wTZZpUpwBj/0QsOzqegb3rGMMeJiSEu5xLHnYfBrRV4RH2+OCSOO95Is/7x1WJ4bw==", "dev": true, - "license": "MIT", "dependencies": { - "semver": "^6.0.0" + "semver": "^7.5.3" }, "engines": { - "node": ">=8" + "node": ">=10" }, "funding": { "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/istanbul-lib-report/node_modules/semver": { - "version": "6.3.1", - "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz", - "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==", - "dev": true, - "bin": { - "semver": "bin/semver.js" - } - }, "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, - "license": "MIT", "dependencies": { "has-flag": "^4.0.0" }, @@ -33101,8 +32686,9 @@ }, "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==", "dev": true, - "license": "BSD-3-Clause", "dependencies": { "debug": "^4.1.1", "istanbul-lib-coverage": "^3.0.0", @@ -33114,16 +32700,18 @@ }, "node_modules/istanbul-lib-source-maps/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, - "license": "BSD-3-Clause", "engines": { "node": ">=0.10.0" } }, "node_modules/istanbul-reports": { - "version": "3.1.5", + "version": "3.1.6", + "resolved": "https://registry.npmjs.org/istanbul-reports/-/istanbul-reports-3.1.6.tgz", + "integrity": "sha512-TLgnMkKg3iTDsQ9PbPTdpfAK2DzjF9mqUG7RMgcQl8oFjad8ob4laGxv5XV5U9MAfx8D6tSJiUyuAwzLicaxlg==", "dev": true, - "license": "BSD-3-Clause", "dependencies": { "html-escaper": "^2.0.0", "istanbul-lib-report": "^3.0.0" @@ -33134,18 +32722,23 @@ }, "node_modules/iterall": { "version": "1.3.0", - "license": "MIT" + "resolved": "https://registry.npmjs.org/iterall/-/iterall-1.3.0.tgz", + "integrity": "sha512-QZ9qOMdF+QLHxy1QIpUHUU1D5pS2CG2P69LF6L6CPjPYA/XMOmKV3PZpawHoAjHNyB0swdVTRxdYT4tbBbxqwg==" }, "node_modules/iterate-iterator": { "version": "1.0.2", - "license": "MIT", + "resolved": "https://registry.npmjs.org/iterate-iterator/-/iterate-iterator-1.0.2.tgz", + "integrity": "sha512-t91HubM4ZDQ70M9wqp+pcNpu8OyJ9UAtXntT/Bcsvp5tZMnz9vRa+IunKXeI8AnfZMTv0jNuVEmGeLSMjVvfPw==", + "dev": true, "funding": { "url": "https://github.com/sponsors/ljharb" } }, "node_modules/iterate-value": { "version": "1.0.2", - "license": "MIT", + "resolved": "https://registry.npmjs.org/iterate-value/-/iterate-value-1.0.2.tgz", + "integrity": "sha512-A6fMAio4D2ot2r/TYzr4yUWrmwNdsN5xL7+HUiyACE4DXm+q8HtPcnFTp+NnW3k4N05tZ7FVYFFb2CR13NxyHQ==", + "dev": true, "dependencies": { "es-get-iterator": "^1.0.2", "iterate-iterator": "^1.0.1" @@ -33233,6 +32826,12 @@ "node": ">=7.0.0" } }, + "node_modules/jake/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==", + "dev": true + }, "node_modules/jake/node_modules/has-flag": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", @@ -33242,6 +32841,18 @@ "node": ">=8" } }, + "node_modules/jake/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": { + "brace-expansion": "^1.1.7" + }, + "engines": { + "node": "*" + } + }, "node_modules/jake/node_modules/supports-color": { "version": "7.2.0", "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", @@ -33256,8 +32867,9 @@ }, "node_modules/jasmine": { "version": "2.8.0", + "resolved": "https://registry.npmjs.org/jasmine/-/jasmine-2.8.0.tgz", + "integrity": "sha512-KbdGQTf5jbZgltoHs31XGiChAPumMSY64OZMWLNYnEnMfG5uwGBhffePwuskexjT+/Jea/gU3qAU8344hNohSw==", "dev": true, - "license": "MIT", "dependencies": { "exit": "^0.1.2", "glob": "^7.0.6", @@ -33269,29 +32881,33 @@ }, "node_modules/jasmine-ajax": { "version": "4.0.0", - "dev": true, - "license": "MIT" + "resolved": "https://registry.npmjs.org/jasmine-ajax/-/jasmine-ajax-4.0.0.tgz", + "integrity": "sha512-htTxNw38BSHxxmd8RRMejocdPqLalGHU6n3HWFbzp/S8AuTQd1MYjkSH3dYDsbZ7EV1Xqx/b94m3tKaVSVBV2A==", + "dev": true }, "node_modules/jasmine-core": { "version": "4.6.0", - "dev": true, - "license": "MIT" + "resolved": "https://registry.npmjs.org/jasmine-core/-/jasmine-core-4.6.0.tgz", + "integrity": "sha512-O236+gd0ZXS8YAjFx8xKaJ94/erqUliEkJTDedyE7iHvv4ZVqi+q+8acJxu05/WJDKm512EUNn809In37nWlAQ==", + "dev": true }, "node_modules/jasmine-marbles": { - "version": "0.8.4", + "version": "0.9.2", + "resolved": "https://registry.npmjs.org/jasmine-marbles/-/jasmine-marbles-0.9.2.tgz", + "integrity": "sha512-T7RjG4fRsdiGGzbQZ6Kj39qYt6O1/KIcR4FkUNsD3DUGkd/AzpwzN+xtk0DXlLWEz5BaVdK1SzMgQDVw879c4Q==", "dev": true, - "license": "MIT", "dependencies": { "lodash": "^4.17.20" }, "peerDependencies": { - "rxjs": "^6.5.3" + "rxjs": "^7.0.0" } }, "node_modules/jasmine-reporters": { "version": "2.5.2", + "resolved": "https://registry.npmjs.org/jasmine-reporters/-/jasmine-reporters-2.5.2.tgz", + "integrity": "sha512-qdewRUuFOSiWhiyWZX8Yx3YNQ9JG51ntBEO4ekLQRpktxFTwUHy24a86zD/Oi2BRTKksEdfWQZcQFqzjqIkPig==", "dev": true, - "license": "MIT", "dependencies": { "@xmldom/xmldom": "^0.8.5", "mkdirp": "^1.0.4" @@ -33299,16 +32915,18 @@ }, "node_modules/jasmine-spec-reporter": { "version": "7.0.0", + "resolved": "https://registry.npmjs.org/jasmine-spec-reporter/-/jasmine-spec-reporter-7.0.0.tgz", + "integrity": "sha512-OtC7JRasiTcjsaCBPtMO0Tl8glCejM4J4/dNuOJdA8lBjz4PmWjYQ6pzb0uzpBNAWJMDudYuj9OdXJWqM2QTJg==", "dev": true, - "license": "Apache-2.0", "dependencies": { "colors": "1.4.0" } }, "node_modules/jasmine/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, - "license": "ISC", "dependencies": { "fs.realpath": "^1.0.0", "inflight": "^1.0.4", @@ -33326,60 +32944,60 @@ }, "node_modules/jasmine/node_modules/jasmine-core": { "version": "2.8.0", + "resolved": "https://registry.npmjs.org/jasmine-core/-/jasmine-core-2.8.0.tgz", + "integrity": "sha512-SNkOkS+/jMZvLhuSx1fjhcNWUC/KG6oVyFUGkSBEr9n1axSNduWU8GlI7suaHXr4yxjet6KjrUZxUTE5WzzWwQ==", + "dev": true + }, + "node_modules/jasmine/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, - "license": "MIT" + "dependencies": { + "brace-expansion": "^1.1.7" + }, + "engines": { + "node": "*" + } }, "node_modules/jasminewd2": { "version": "2.2.0", + "resolved": "https://registry.npmjs.org/jasminewd2/-/jasminewd2-2.2.0.tgz", + "integrity": "sha512-Rn0nZe4rfDhzA63Al3ZGh0E+JTmM6ESZYXJGKuqKGZObsAB9fwXPD03GjtIEvJBDOhN94T5MzbwZSqzFHSQPzg==", "dev": true, - "license": "MIT", "engines": { "node": ">= 6.9.x" } }, "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==", + "version": "29.7.0", + "resolved": "https://registry.npmjs.org/jest-circus/-/jest-circus-29.7.0.tgz", + "integrity": "sha512-3E1nCMgipcTkCocFwM90XXQab9bS+GMsjdpmPrlelaxwD93Ad8iVEjX/vvHPdLPnFf+L40u+5+iutRdA1N9myw==", "dev": true, "dependencies": { - "@jest/environment": "^28.1.3", - "@jest/expect": "^28.1.3", - "@jest/test-result": "^28.1.3", - "@jest/types": "^28.1.3", + "@jest/environment": "^29.7.0", + "@jest/expect": "^29.7.0", + "@jest/test-result": "^29.7.0", + "@jest/types": "^29.6.3", "@types/node": "*", "chalk": "^4.0.0", "co": "^4.6.0", - "dedent": "^0.7.0", + "dedent": "^1.0.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", + "jest-each": "^29.7.0", + "jest-matcher-utils": "^29.7.0", + "jest-message-util": "^29.7.0", + "jest-runtime": "^29.7.0", + "jest-snapshot": "^29.7.0", + "jest-util": "^29.7.0", "p-limit": "^3.1.0", - "pretty-format": "^28.1.3", + "pretty-format": "^29.7.0", + "pure-rand": "^6.0.0", "slash": "^3.0.0", "stack-utils": "^2.0.3" }, "engines": { - "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0" - } - }, - "node_modules/jest-circus/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" + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" } }, "node_modules/jest-circus/node_modules/ansi-styles": { @@ -33397,6 +33015,23 @@ "url": "https://github.com/chalk/ansi-styles?sponsor=1" } }, + "node_modules/jest-circus/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, + "optional": true, + "peer": true, + "dependencies": { + "@babel/runtime": "^7.12.5", + "cosmiconfig": "^7.0.0", + "resolve": "^1.19.0" + }, + "engines": { + "node": ">=10", + "npm": ">=6" + } + }, "node_modules/jest-circus/node_modules/chalk": { "version": "4.1.2", "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", @@ -33425,6 +33060,44 @@ "node": ">=7.0.0" } }, + "node_modules/jest-circus/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==", + "dev": true + }, + "node_modules/jest-circus/node_modules/cosmiconfig": { + "version": "7.1.0", + "resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-7.1.0.tgz", + "integrity": "sha512-AdmX6xUzdNASswsFtmwSt7Vj8po9IuqXm0UXz7QKPuEUmPB4XyjGfaAr2PSuELMwkRMVH1EpIkX5bTZGRB3eCA==", + "dev": true, + "optional": true, + "peer": 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": ">=10" + } + }, + "node_modules/jest-circus/node_modules/dedent": { + "version": "1.5.1", + "resolved": "https://registry.npmjs.org/dedent/-/dedent-1.5.1.tgz", + "integrity": "sha512-+LxW+KLWxu3HW3M2w2ympwtqPrqYRzU8fqi6Fhd18fBALe15blJPI/I4+UHveMVG6lJqB4JNd4UG0S5cnVHwIg==", + "dev": true, + "peerDependencies": { + "babel-plugin-macros": "^3.1.0" + }, + "peerDependenciesMeta": { + "babel-plugin-macros": { + "optional": true + } + } + }, "node_modules/jest-circus/node_modules/has-flag": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", @@ -33434,23 +33107,6 @@ "node": ">=8" } }, - "node_modules/jest-circus/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" - } - }, "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", @@ -33464,36 +33120,36 @@ } }, "node_modules/jest-config": { - "version": "28.1.1", - "resolved": "https://registry.npmjs.org/jest-config/-/jest-config-28.1.1.tgz", - "integrity": "sha512-tASynMhS+jVV85zKvjfbJ8nUyJS/jUSYZ5KQxLUN2ZCvcQc/OmhQl2j6VEL3ezQkNofxn5pQ3SPYWPHb0unTZA==", + "version": "29.7.0", + "resolved": "https://registry.npmjs.org/jest-config/-/jest-config-29.7.0.tgz", + "integrity": "sha512-uXbpfeQ7R6TZBqI3/TxCU4q4ttk3u0PJeC+E0zbfSoSjq6bJ7buBPxzQPL0ifrkY4DNu4JUdk0ImlBUYi840eQ==", "dev": true, "dependencies": { "@babel/core": "^7.11.6", - "@jest/test-sequencer": "^28.1.1", - "@jest/types": "^28.1.1", - "babel-jest": "^28.1.1", + "@jest/test-sequencer": "^29.7.0", + "@jest/types": "^29.6.3", + "babel-jest": "^29.7.0", "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.1", - "jest-environment-node": "^28.1.1", - "jest-get-type": "^28.0.2", - "jest-regex-util": "^28.0.2", - "jest-resolve": "^28.1.1", - "jest-runner": "^28.1.1", - "jest-util": "^28.1.1", - "jest-validate": "^28.1.1", + "jest-circus": "^29.7.0", + "jest-environment-node": "^29.7.0", + "jest-get-type": "^29.6.3", + "jest-regex-util": "^29.6.3", + "jest-resolve": "^29.7.0", + "jest-runner": "^29.7.0", + "jest-util": "^29.7.0", + "jest-validate": "^29.7.0", "micromatch": "^4.0.4", "parse-json": "^5.2.0", - "pretty-format": "^28.1.1", + "pretty-format": "^29.7.0", "slash": "^3.0.0", "strip-json-comments": "^3.1.1" }, "engines": { - "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0" + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" }, "peerDependencies": { "@types/node": "*", @@ -33551,6 +33207,12 @@ "node": ">=7.0.0" } }, + "node_modules/jest-config/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==", + "dev": true + }, "node_modules/jest-config/node_modules/glob": { "version": "7.2.3", "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz", @@ -33580,6 +33242,18 @@ "node": ">=8" } }, + "node_modules/jest-config/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": { + "brace-expansion": "^1.1.7" + }, + "engines": { + "node": "*" + } + }, "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", @@ -33593,18 +33267,18 @@ } }, "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==", + "version": "29.7.0", + "resolved": "https://registry.npmjs.org/jest-diff/-/jest-diff-29.7.0.tgz", + "integrity": "sha512-LMIgiIrhigmPrs03JHpxUh2yISK3vLFPkAodPeo0+BuF7wA2FoQbkEg1u8gBYBThncu7e1oEDUfIXVuTqLRUjw==", "dev": true, "dependencies": { "chalk": "^4.0.0", - "diff-sequences": "^28.1.1", - "jest-get-type": "^28.0.2", - "pretty-format": "^28.1.3" + "diff-sequences": "^29.6.3", + "jest-get-type": "^29.6.3", + "pretty-format": "^29.7.0" }, "engines": { - "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0" + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" } }, "node_modules/jest-diff/node_modules/ansi-styles": { @@ -33650,6 +33324,12 @@ "node": ">=7.0.0" } }, + "node_modules/jest-diff/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==", + "dev": true + }, "node_modules/jest-diff/node_modules/has-flag": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", @@ -33672,31 +33352,31 @@ } }, "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==", + "version": "29.7.0", + "resolved": "https://registry.npmjs.org/jest-docblock/-/jest-docblock-29.7.0.tgz", + "integrity": "sha512-q617Auw3A612guyaFgsbFeYpNP5t2aoUNLwBUbc/0kD1R4t9ixDbyFTHd1nok4epoVFpr7PmeWHrhvuV3XaJ4g==", "dev": true, "dependencies": { "detect-newline": "^3.0.0" }, "engines": { - "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0" + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" } }, "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==", + "version": "29.7.0", + "resolved": "https://registry.npmjs.org/jest-each/-/jest-each-29.7.0.tgz", + "integrity": "sha512-gns+Er14+ZrEoC5fhOfYCY1LOHHr0TI+rQUHZS8Ttw2l7gl+80eHc/gFf2Ktkw0+SIACDTeWvpFcv3B04VembQ==", "dev": true, "dependencies": { - "@jest/types": "^28.1.3", + "@jest/types": "^29.6.3", "chalk": "^4.0.0", - "jest-get-type": "^28.0.2", - "jest-util": "^28.1.3", - "pretty-format": "^28.1.3" + "jest-get-type": "^29.6.3", + "jest-util": "^29.7.0", + "pretty-format": "^29.7.0" }, "engines": { - "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0" + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" } }, "node_modules/jest-each/node_modules/ansi-styles": { @@ -33742,6 +33422,12 @@ "node": ">=7.0.0" } }, + "node_modules/jest-each/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==", + "dev": true + }, "node_modules/jest-each/node_modules/has-flag": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", @@ -33751,23 +33437,6 @@ "node": ">=8" } }, - "node_modules/jest-each/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" - } - }, "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", @@ -33780,1101 +33449,83 @@ "node": ">=8" } }, - "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==", - "dev": 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_modules/jest-environment-jsdom/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==", - "dev": 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" - } - }, - "node_modules/jest-environment-jsdom/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==", - "dev": 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" - } - }, - "node_modules/jest-environment-jsdom/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==", - "dev": 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_modules/jest-environment-jsdom/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==", - "dev": true, - "dependencies": { - "@sinonjs/commons": "^1.7.0" - } - }, - "node_modules/jest-environment-jsdom/node_modules/@types/yargs": { - "version": "16.0.7", - "resolved": "https://registry.npmjs.org/@types/yargs/-/yargs-16.0.7.tgz", - "integrity": "sha512-lQcYmxWuOfJq4IncK88/nwud9rwr1F04CFc5xzk0k4oKVyz/AI35TfsXmhjf6t8zp8mpCOi17BfvuNWx+zrYkg==", - "dev": true, - "dependencies": { - "@types/yargs-parser": "*" - } - }, - "node_modules/jest-environment-jsdom/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==", - "dev": true, - "dependencies": { - "color-convert": "^2.0.1" - }, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/chalk/ansi-styles?sponsor=1" - } - }, - "node_modules/jest-environment-jsdom/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" - } - }, - "node_modules/jest-environment-jsdom/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==", - "dev": true, - "dependencies": { - "color-name": "~1.1.4" - }, - "engines": { - "node": ">=7.0.0" - } - }, - "node_modules/jest-environment-jsdom/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==", - "dev": true, - "engines": { - "node": ">=8" - } - }, - "node_modules/jest-environment-jsdom/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==", - "dev": 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" - } - }, - "node_modules/jest-environment-jsdom/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==", - "dev": true, - "dependencies": { - "@jest/types": "^27.5.1", - "@types/node": "*" - }, - "engines": { - "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" - } - }, - "node_modules/jest-environment-jsdom/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==", - "dev": 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" - }, - "engines": { - "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" - } - }, - "node_modules/jest-environment-jsdom/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": { - "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_modules/jest-environment-jsdom/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" - } - }, - "node_modules/jest-environment-jsdom/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/jest-environment-jsdom/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" - } - }, "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==", + "version": "29.7.0", + "resolved": "https://registry.npmjs.org/jest-environment-node/-/jest-environment-node-29.7.0.tgz", + "integrity": "sha512-DOSwCRqXirTOyheM+4d5YZOrWcdu0LNZ87ewUoywbcb2XR4wKgqiG8vNeYwhjFMbEkfju7wx2GYH0P2gevGvFw==", "dev": true, "dependencies": { - "@jest/environment": "^28.1.3", - "@jest/fake-timers": "^28.1.3", - "@jest/types": "^28.1.3", + "@jest/environment": "^29.7.0", + "@jest/fake-timers": "^29.7.0", + "@jest/types": "^29.6.3", "@types/node": "*", - "jest-mock": "^28.1.3", - "jest-util": "^28.1.3" + "jest-mock": "^29.7.0", + "jest-util": "^29.7.0" }, "engines": { - "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0" - } - }, - "node_modules/jest-environment-node/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==", - "dev": true, - "dependencies": { - "color-convert": "^2.0.1" - }, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/chalk/ansi-styles?sponsor=1" - } - }, - "node_modules/jest-environment-node/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" - } - }, - "node_modules/jest-environment-node/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==", - "dev": true, - "dependencies": { - "color-name": "~1.1.4" - }, - "engines": { - "node": ">=7.0.0" - } - }, - "node_modules/jest-environment-node/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==", - "dev": true, - "engines": { - "node": ">=8" - } - }, - "node_modules/jest-environment-node/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" - } - }, - "node_modules/jest-environment-node/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" + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" } }, "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==", + "version": "29.6.3", + "resolved": "https://registry.npmjs.org/jest-get-type/-/jest-get-type-29.6.3.tgz", + "integrity": "sha512-zrteXnqYxfQh7l5FHyL38jL39di8H8rHoecLH3JNxH3BwOrBsNeabdap5e0I23lD4HHI8W5VFBZqG4Eaq5LNcw==", "dev": true, "engines": { - "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0" + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" } }, "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==", + "version": "29.7.0", + "resolved": "https://registry.npmjs.org/jest-haste-map/-/jest-haste-map-29.7.0.tgz", + "integrity": "sha512-fP8u2pyfqx0K1rGn1R9pyE0/KTn+G7PxktWidOBTqFPLYX0b9ksaMFkhK5vrS3DVun09pckLdlx90QthlW7AmA==", "dev": true, "dependencies": { - "@jest/types": "^28.1.3", + "@jest/types": "^29.6.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", + "jest-regex-util": "^29.6.3", + "jest-util": "^29.7.0", + "jest-worker": "^29.7.0", "micromatch": "^4.0.4", "walker": "^1.0.8" }, "engines": { - "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0" + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" }, "optionalDependencies": { "fsevents": "^2.3.2" } }, - "node_modules/jest-haste-map/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==", - "dev": true, - "dependencies": { - "color-convert": "^2.0.1" - }, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/chalk/ansi-styles?sponsor=1" - } - }, - "node_modules/jest-haste-map/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" - } - }, - "node_modules/jest-haste-map/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==", - "dev": true, - "dependencies": { - "color-name": "~1.1.4" - }, - "engines": { - "node": ">=7.0.0" - } - }, - "node_modules/jest-haste-map/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==", - "dev": true, - "engines": { - "node": ">=8" - } - }, - "node_modules/jest-haste-map/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" - } - }, - "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==", - "dev": true, - "dependencies": { - "has-flag": "^4.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "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==", - "dev": 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" - }, - "engines": { - "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" - } - }, - "node_modules/jest-jasmine2/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==", - "dev": 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" - } - }, - "node_modules/jest-jasmine2/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==", - "dev": 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" - } - }, - "node_modules/jest-jasmine2/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==", - "dev": 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" - } - }, - "node_modules/jest-jasmine2/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==", - "dev": 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" - } - }, - "node_modules/jest-jasmine2/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==", - "dev": 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" - } - }, - "node_modules/jest-jasmine2/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==", - "dev": 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" - } - }, - "node_modules/jest-jasmine2/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==", - "dev": 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_modules/jest-jasmine2/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==", - "dev": 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_modules/jest-jasmine2/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==", - "dev": true, - "dependencies": { - "@sinonjs/commons": "^1.7.0" - } - }, - "node_modules/jest-jasmine2/node_modules/@types/yargs": { - "version": "16.0.7", - "resolved": "https://registry.npmjs.org/@types/yargs/-/yargs-16.0.7.tgz", - "integrity": "sha512-lQcYmxWuOfJq4IncK88/nwud9rwr1F04CFc5xzk0k4oKVyz/AI35TfsXmhjf6t8zp8mpCOi17BfvuNWx+zrYkg==", - "dev": true, - "dependencies": { - "@types/yargs-parser": "*" - } - }, - "node_modules/jest-jasmine2/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==", - "dev": true, - "dependencies": { - "color-convert": "^2.0.1" - }, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/chalk/ansi-styles?sponsor=1" - } - }, - "node_modules/jest-jasmine2/node_modules/camelcase": { - "version": "6.3.0", - "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-6.3.0.tgz", - "integrity": "sha512-Gmy6FhYlCY7uOElZUSbxo2UCDH8owEk996gkbrpsgGtrJLM3J7jGxl9Ic7Qwwj4ivOE5AWZWRMecDdF7hqGjFA==", - "dev": true, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/jest-jasmine2/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" - } - }, - "node_modules/jest-jasmine2/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==", - "dev": true, - "dependencies": { - "color-name": "~1.1.4" - }, - "engines": { - "node": ">=7.0.0" - } - }, - "node_modules/jest-jasmine2/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==", - "dev": true, - "engines": { - "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" - } - }, - "node_modules/jest-jasmine2/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==", - "dev": 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" - }, - "engines": { - "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" - } - }, - "node_modules/jest-jasmine2/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": "*" - }, - "funding": { - "url": "https://github.com/sponsors/isaacs" - } - }, - "node_modules/jest-jasmine2/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==", - "dev": true, - "engines": { - "node": ">=8" - } - }, - "node_modules/jest-jasmine2/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==", - "dev": true, - "dependencies": { - "chalk": "^4.0.0", - "diff-sequences": "^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" - } - }, - "node_modules/jest-jasmine2/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==", - "dev": 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" - } - }, - "node_modules/jest-jasmine2/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==", - "dev": true, - "engines": { - "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" - } - }, - "node_modules/jest-jasmine2/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, - "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" - } - }, - "node_modules/jest-jasmine2/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==", - "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" - } - }, - "node_modules/jest-jasmine2/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==", - "dev": 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" - } - }, - "node_modules/jest-jasmine2/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==", - "dev": true, - "dependencies": { - "@jest/types": "^27.5.1", - "@types/node": "*" - }, - "engines": { - "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" - } - }, - "node_modules/jest-jasmine2/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, - "engines": { - "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" - } - }, - "node_modules/jest-jasmine2/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==", - "dev": 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_modules/jest-jasmine2/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==", - "dev": 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" - }, - "engines": { - "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" - } - }, - "node_modules/jest-jasmine2/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==", - "dev": 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" - } - }, - "node_modules/jest-jasmine2/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==", - "dev": 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" - }, - "engines": { - "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" - } - }, - "node_modules/jest-jasmine2/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==", - "dev": 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" - }, - "engines": { - "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" - } - }, - "node_modules/jest-jasmine2/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, - "dependencies": { - "@types/node": "*", - "merge-stream": "^2.0.0", - "supports-color": "^8.0.0" - }, - "engines": { - "node": ">= 10.13.0" - } - }, - "node_modules/jest-jasmine2/node_modules/jest-worker/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, - "dependencies": { - "has-flag": "^4.0.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/chalk/supports-color?sponsor=1" - } - }, - "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==", - "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" - } - }, - "node_modules/jest-jasmine2/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" - } - }, - "node_modules/jest-jasmine2/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/jest-jasmine2/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/jest-jasmine2/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" - } - }, - "node_modules/jest-jasmine2/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==", - "dev": true, - "dependencies": { - "imurmurhash": "^0.1.4", - "is-typedarray": "^1.0.0", - "signal-exit": "^3.0.2", - "typedarray-to-buffer": "^3.1.5" - } - }, "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==", + "version": "29.7.0", + "resolved": "https://registry.npmjs.org/jest-leak-detector/-/jest-leak-detector-29.7.0.tgz", + "integrity": "sha512-kYA8IJcSYtST2BY9I+SMC32nDpBT3J2NvWJx8+JCuCdl/CR1I4EKUJROiP8XtCcxqgTTBGJNdbB1A8XRKbTetw==", "dev": true, "dependencies": { - "jest-get-type": "^28.0.2", - "pretty-format": "^28.1.3" + "jest-get-type": "^29.6.3", + "pretty-format": "^29.7.0" }, "engines": { - "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0" + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" } }, "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==", + "version": "29.7.0", + "resolved": "https://registry.npmjs.org/jest-matcher-utils/-/jest-matcher-utils-29.7.0.tgz", + "integrity": "sha512-sBkD+Xi9DtcChsI3L3u0+N0opgPYnCRPtGcQYrgXmR+hmt/fYfWAL0xRXYU8eWOdfuLgBe0YCW3AFtnRLagq/g==", "dev": true, "dependencies": { "chalk": "^4.0.0", - "jest-diff": "^28.1.3", - "jest-get-type": "^28.0.2", - "pretty-format": "^28.1.3" + "jest-diff": "^29.7.0", + "jest-get-type": "^29.6.3", + "pretty-format": "^29.7.0" }, "engines": { - "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0" + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" } }, "node_modules/jest-matcher-utils/node_modules/ansi-styles": { @@ -34920,6 +33571,12 @@ "node": ">=7.0.0" } }, + "node_modules/jest-matcher-utils/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==", + "dev": true + }, "node_modules/jest-matcher-utils/node_modules/has-flag": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", @@ -34942,23 +33599,23 @@ } }, "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==", + "version": "29.7.0", + "resolved": "https://registry.npmjs.org/jest-message-util/-/jest-message-util-29.7.0.tgz", + "integrity": "sha512-GBEV4GRADeP+qtB2+6u61stea8mGcOT4mCtrYISZwfu9/ISHFJ/5zOMXYbpBE9RsS5+Gb63DW4FgmnKJ79Kf6w==", "dev": true, "dependencies": { "@babel/code-frame": "^7.12.13", - "@jest/types": "^28.1.3", + "@jest/types": "^29.6.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", + "pretty-format": "^29.7.0", "slash": "^3.0.0", "stack-utils": "^2.0.3" }, "engines": { - "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0" + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" } }, "node_modules/jest-message-util/node_modules/ansi-styles": { @@ -35004,6 +33661,12 @@ "node": ">=7.0.0" } }, + "node_modules/jest-message-util/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==", + "dev": true + }, "node_modules/jest-message-util/node_modules/has-flag": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", @@ -35026,16 +33689,17 @@ } }, "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==", + "version": "29.7.0", + "resolved": "https://registry.npmjs.org/jest-mock/-/jest-mock-29.7.0.tgz", + "integrity": "sha512-ITOMZn+UkYS4ZFh83xYAOzWStloNzJFO2s8DWrE4lhtGD+AorgnbkiKERe4wQVBydIGPx059g6riW5Btp6Llnw==", "dev": true, "dependencies": { - "@jest/types": "^28.1.3", - "@types/node": "*" + "@jest/types": "^29.6.3", + "@types/node": "*", + "jest-util": "^29.7.0" }, "engines": { - "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0" + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" } }, "node_modules/jest-pnp-resolver": { @@ -35056,32 +33720,32 @@ } }, "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==", + "version": "29.6.3", + "resolved": "https://registry.npmjs.org/jest-regex-util/-/jest-regex-util-29.6.3.tgz", + "integrity": "sha512-KJJBsRCyyLNWCNBOvZyRDnAIfUiRJ8v+hOBQYGn8gDyF3UegwiP4gwRR3/SDa42g1YbVycTidUF3rKjyLFDWbg==", "dev": true, "engines": { - "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0" + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" } }, "node_modules/jest-resolve": { - "version": "28.1.1", - "resolved": "https://registry.npmjs.org/jest-resolve/-/jest-resolve-28.1.1.tgz", - "integrity": "sha512-/d1UbyUkf9nvsgdBildLe6LAD4DalgkgZcKd0nZ8XUGPyA/7fsnaQIlKVnDiuUXv/IeZhPEDrRJubVSulxrShA==", + "version": "29.7.0", + "resolved": "https://registry.npmjs.org/jest-resolve/-/jest-resolve-29.7.0.tgz", + "integrity": "sha512-IOVhZSrg+UvVAshDSDtHyFCCBUl/Q3AAJv8iZ6ZjnZ74xzvwuzLXid9IIIPgTnY62SJjfuupMKZsZQRsCvxEgA==", "dev": true, "dependencies": { "chalk": "^4.0.0", "graceful-fs": "^4.2.9", - "jest-haste-map": "^28.1.1", + "jest-haste-map": "^29.7.0", "jest-pnp-resolver": "^1.2.2", - "jest-util": "^28.1.1", - "jest-validate": "^28.1.1", + "jest-util": "^29.7.0", + "jest-validate": "^29.7.0", "resolve": "^1.20.0", - "resolve.exports": "^1.1.0", + "resolve.exports": "^2.0.0", "slash": "^3.0.0" }, "engines": { - "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0" + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" } }, "node_modules/jest-resolve/node_modules/ansi-styles": { @@ -35127,6 +33791,12 @@ "node": ">=7.0.0" } }, + "node_modules/jest-resolve/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==", + "dev": true + }, "node_modules/jest-resolve/node_modules/has-flag": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", @@ -35136,6 +33806,15 @@ "node": ">=8" } }, + "node_modules/jest-resolve/node_modules/resolve.exports": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/resolve.exports/-/resolve.exports-2.0.2.tgz", + "integrity": "sha512-X2UW6Nw3n/aMgDVy+0rSqgHlv39WZAlZrXCdnbyEiKm17DSqHX4MmQMaST3FbeWR5FTuRcUwYAziZajji0Y7mg==", + "dev": true, + "engines": { + "node": ">=10" + } + }, "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", @@ -35149,50 +33828,35 @@ } }, "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==", + "version": "29.7.0", + "resolved": "https://registry.npmjs.org/jest-runner/-/jest-runner-29.7.0.tgz", + "integrity": "sha512-fsc4N6cPCAahybGBfTRcq5wFR6fpLznMg47sY5aDpsoejOcVYFb07AHuSnR0liMcPTgBsA3ZJL6kFOjPdoNipQ==", "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", + "@jest/console": "^29.7.0", + "@jest/environment": "^29.7.0", + "@jest/test-result": "^29.7.0", + "@jest/transform": "^29.7.0", + "@jest/types": "^29.6.3", "@types/node": "*", "chalk": "^4.0.0", - "emittery": "^0.10.2", + "emittery": "^0.13.1", "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", + "jest-docblock": "^29.7.0", + "jest-environment-node": "^29.7.0", + "jest-haste-map": "^29.7.0", + "jest-leak-detector": "^29.7.0", + "jest-message-util": "^29.7.0", + "jest-resolve": "^29.7.0", + "jest-runtime": "^29.7.0", + "jest-util": "^29.7.0", + "jest-watcher": "^29.7.0", + "jest-worker": "^29.7.0", "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" - } - }, - "node_modules/jest-runner/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" + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" } }, "node_modules/jest-runner/node_modules/ansi-styles": { @@ -35238,6 +33902,12 @@ "node": ">=7.0.0" } }, + "node_modules/jest-runner/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==", + "dev": true + }, "node_modules/jest-runner/node_modules/has-flag": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", @@ -35247,43 +33917,6 @@ "node": ">=8" } }, - "node_modules/jest-runner/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" - } - }, - "node_modules/jest-runner/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" - } - }, "node_modules/jest-runner/node_modules/source-map": { "version": "0.6.1", "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", @@ -35316,51 +33949,36 @@ } }, "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==", + "version": "29.7.0", + "resolved": "https://registry.npmjs.org/jest-runtime/-/jest-runtime-29.7.0.tgz", + "integrity": "sha512-gUnLjgwdGqW7B4LvOIkbKs9WGbn+QLqRQQ9juC6HndeDiezIwhDP+mhMwHWCEcfQ5RUXa6OPnFF8BJh5xegwwQ==", "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", + "@jest/environment": "^29.7.0", + "@jest/fake-timers": "^29.7.0", + "@jest/globals": "^29.7.0", + "@jest/source-map": "^29.6.3", + "@jest/test-result": "^29.7.0", + "@jest/transform": "^29.7.0", + "@jest/types": "^29.6.3", + "@types/node": "*", "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", + "jest-haste-map": "^29.7.0", + "jest-message-util": "^29.7.0", + "jest-mock": "^29.7.0", + "jest-regex-util": "^29.6.3", + "jest-resolve": "^29.7.0", + "jest-snapshot": "^29.7.0", + "jest-util": "^29.7.0", "slash": "^3.0.0", "strip-bom": "^4.0.0" }, "engines": { - "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0" - } - }, - "node_modules/jest-runtime/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" + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" } }, "node_modules/jest-runtime/node_modules/ansi-styles": { @@ -35406,6 +34024,12 @@ "node": ">=7.0.0" } }, + "node_modules/jest-runtime/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==", + "dev": true + }, "node_modules/jest-runtime/node_modules/glob": { "version": "7.2.3", "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz", @@ -35435,41 +34059,16 @@ "node": ">=8" } }, - "node_modules/jest-runtime/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==", + "node_modules/jest-runtime/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": { - "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" + "brace-expansion": "^1.1.7" }, "engines": { - "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0" - } - }, - "node_modules/jest-runtime/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" + "node": "*" } }, "node_modules/jest-runtime/node_modules/supports-color": { @@ -35485,50 +34084,47 @@ } }, "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==", + "version": "26.6.2", + "resolved": "https://registry.npmjs.org/jest-serializer/-/jest-serializer-26.6.2.tgz", + "integrity": "sha512-S5wqyz0DXnNJPd/xfIzZ5Xnp1HrJWBczg8mMfMpN78OJ5eDxXyf+Ygld9wX1DnUWbIbhM1YDY95NjR4CBXkb2g==", "dev": true, "dependencies": { "@types/node": "*", - "graceful-fs": "^4.2.9" + "graceful-fs": "^4.2.4" }, "engines": { - "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0" + "node": ">= 10.14.2" } }, "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==", + "version": "29.7.0", + "resolved": "https://registry.npmjs.org/jest-snapshot/-/jest-snapshot-29.7.0.tgz", + "integrity": "sha512-Rm0BMWtxBcioHr1/OX5YCP8Uov4riHvKPknOGs804Zg9JGZgmIBkbtlxJC/7Z4msKYVbIJtfU+tKb8xlYNfdkw==", "dev": true, "dependencies": { "@babel/core": "^7.11.6", "@babel/generator": "^7.7.2", + "@babel/plugin-syntax-jsx": "^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", + "@jest/expect-utils": "^29.7.0", + "@jest/transform": "^29.7.0", + "@jest/types": "^29.6.3", "babel-preset-current-node-syntax": "^1.0.0", "chalk": "^4.0.0", - "expect": "^28.1.3", + "expect": "^29.7.0", "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", + "jest-diff": "^29.7.0", + "jest-get-type": "^29.6.3", + "jest-matcher-utils": "^29.7.0", + "jest-message-util": "^29.7.0", + "jest-util": "^29.7.0", "natural-compare": "^1.4.0", - "pretty-format": "^28.1.3", - "semver": "^7.3.5" + "pretty-format": "^29.7.0", + "semver": "^7.5.3" }, "engines": { - "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0" + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" } }, "node_modules/jest-snapshot/node_modules/ansi-styles": { @@ -35574,6 +34170,12 @@ "node": ">=7.0.0" } }, + "node_modules/jest-snapshot/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==", + "dev": true + }, "node_modules/jest-snapshot/node_modules/has-flag": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", @@ -35583,23 +34185,6 @@ "node": ">=8" } }, - "node_modules/jest-snapshot/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" - } - }, "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", @@ -35613,12 +34198,12 @@ } }, "node_modules/jest-util": { - "version": "28.1.1", - "resolved": "https://registry.npmjs.org/jest-util/-/jest-util-28.1.1.tgz", - "integrity": "sha512-FktOu7ca1DZSyhPAxgxB6hfh2+9zMoJ7aEQA759Z6p45NuO8mWcqujH+UdHlCm/V6JTWwDztM2ITCzU1ijJAfw==", + "version": "29.7.0", + "resolved": "https://registry.npmjs.org/jest-util/-/jest-util-29.7.0.tgz", + "integrity": "sha512-z6EbKajIpqGKU56y5KBUgy1dt1ihhQJgWzUlZHArA/+X2ad7Cb5iF+AK1EWVL/Bo7Rz9uurpqw6SiBCefUbCGA==", "dev": true, "dependencies": { - "@jest/types": "^28.1.1", + "@jest/types": "^29.6.3", "@types/node": "*", "chalk": "^4.0.0", "ci-info": "^3.2.0", @@ -35626,7 +34211,7 @@ "picomatch": "^2.2.3" }, "engines": { - "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0" + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" } }, "node_modules/jest-util/node_modules/ansi-styles": { @@ -35672,6 +34257,12 @@ "node": ">=7.0.0" } }, + "node_modules/jest-util/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==", + "dev": true + }, "node_modules/jest-util/node_modules/has-flag": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", @@ -35694,20 +34285,20 @@ } }, "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==", + "version": "29.7.0", + "resolved": "https://registry.npmjs.org/jest-validate/-/jest-validate-29.7.0.tgz", + "integrity": "sha512-ZB7wHqaRGVw/9hST/OuFUReG7M8vKeq0/J2egIGLdvjHCmYqGARhzXmtgi+gVeZ5uXFF219aOc3Ls2yLg27tkw==", "dev": true, "dependencies": { - "@jest/types": "^28.1.3", + "@jest/types": "^29.6.3", "camelcase": "^6.2.0", "chalk": "^4.0.0", - "jest-get-type": "^28.0.2", + "jest-get-type": "^29.6.3", "leven": "^3.1.0", - "pretty-format": "^28.1.3" + "pretty-format": "^29.7.0" }, "engines": { - "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0" + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" } }, "node_modules/jest-validate/node_modules/ansi-styles": { @@ -35765,6 +34356,12 @@ "node": ">=7.0.0" } }, + "node_modules/jest-validate/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==", + "dev": true + }, "node_modules/jest-validate/node_modules/has-flag": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", @@ -35787,37 +34384,22 @@ } }, "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==", + "version": "29.7.0", + "resolved": "https://registry.npmjs.org/jest-watcher/-/jest-watcher-29.7.0.tgz", + "integrity": "sha512-49Fg7WXkU3Vl2h6LbLtMQ/HyB6rXSIX7SqvBLQmssRBGN9I0PNvPmAmCWSOY6SOvrjhI/F7/bGAv9RtnsPA03g==", "dev": true, "dependencies": { - "@jest/test-result": "^28.1.3", - "@jest/types": "^28.1.3", + "@jest/test-result": "^29.7.0", + "@jest/types": "^29.6.3", "@types/node": "*", "ansi-escapes": "^4.2.1", "chalk": "^4.0.0", - "emittery": "^0.10.2", - "jest-util": "^28.1.3", + "emittery": "^0.13.1", + "jest-util": "^29.7.0", "string-length": "^4.0.1" }, "engines": { - "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0" - } - }, - "node_modules/jest-watcher/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" + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" } }, "node_modules/jest-watcher/node_modules/ansi-styles": { @@ -35863,6 +34445,12 @@ "node": ">=7.0.0" } }, + "node_modules/jest-watcher/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==", + "dev": true + }, "node_modules/jest-watcher/node_modules/has-flag": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", @@ -35872,23 +34460,6 @@ "node": ">=8" } }, - "node_modules/jest-watcher/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" - } - }, "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", @@ -35902,17 +34473,18 @@ } }, "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==", + "version": "29.7.0", + "resolved": "https://registry.npmjs.org/jest-worker/-/jest-worker-29.7.0.tgz", + "integrity": "sha512-eIz2msL/EzL9UFTFFx7jBTkeZfku0yUAyZZZmJ93H2TYEiroIx2PQjEXcwYtYl8zXCxb+PAmA2hLIt/6ZEkPHw==", "dev": true, "dependencies": { "@types/node": "*", + "jest-util": "^29.7.0", "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": "^14.15.0 || ^16.10.0 || >=18.0.0" } }, "node_modules/jest-worker/node_modules/has-flag": { @@ -35941,23 +34513,28 @@ }, "node_modules/js-base64": { "version": "2.6.4", - "dev": true, - "license": "BSD-3-Clause" + "resolved": "https://registry.npmjs.org/js-base64/-/js-base64-2.6.4.tgz", + "integrity": "sha512-pZe//GGmwJndub7ZghVHz7vjb2LgC1m8B07Au3eYqeqv9emhESByMXxaEgkUkEqJe87oBbSniGYoQNIBklc7IQ==", + "dev": true }, "node_modules/js-string-escape": { "version": "1.0.1", - "license": "MIT", + "resolved": "https://registry.npmjs.org/js-string-escape/-/js-string-escape-1.0.1.tgz", + "integrity": "sha512-Smw4xcfIQ5LVjAOuJCvN/zIodzA/BBSsluuoSykP+lUvScIi4U6RJLfwHet5cxFnCswUjISV8oAXaqaJDY3chg==", + "dev": true, "engines": { "node": ">= 0.8" } }, "node_modules/js-tokens": { "version": "4.0.0", - "license": "MIT" + "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz", + "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==" }, "node_modules/js-yaml": { "version": "4.1.0", - "license": "MIT", + "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz", + "integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==", "dependencies": { "argparse": "^2.0.1" }, @@ -35967,196 +34544,24 @@ }, "node_modules/jsbn": { "version": "0.1.1", - "dev": true, - "license": "MIT" + "resolved": "https://registry.npmjs.org/jsbn/-/jsbn-0.1.1.tgz", + "integrity": "sha512-UVU9dibq2JcFWxQPA6KCqj5O42VOmAY3zQUfEKxU0KpTGXwNoCjkX1e13eHNvw/xPynt6pU0rZ1htjWTNTSXsg==", + "dev": true }, "node_modules/jsdoc-type-pratt-parser": { "version": "4.0.0", + "resolved": "https://registry.npmjs.org/jsdoc-type-pratt-parser/-/jsdoc-type-pratt-parser-4.0.0.tgz", + "integrity": "sha512-YtOli5Cmzy3q4dP26GraSOeAhqecewG04hoO8DY56CH4KJ9Fvv5qKWUCCo3HZob7esJQHCv6/+bnTy72xZZaVQ==", "dev": true, - "license": "MIT", "engines": { "node": ">=12.0.0" } }, - "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, - "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" - }, - "engines": { - "node": ">=10" - }, - "peerDependencies": { - "canvas": "^2.5.0" - }, - "peerDependenciesMeta": { - "canvas": { - "optional": true - } - } - }, - "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, - "engines": { - "node": ">= 6" - } - }, - "node_modules/jsdom/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, - "dependencies": { - "whatwg-encoding": "^1.0.5" - }, - "engines": { - "node": ">=10" - } - }, - "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, - "dependencies": { - "@tootallnate/once": "1", - "agent-base": "6", - "debug": "4" - }, - "engines": { - "node": ">= 6" - } - }, - "node_modules/jsdom/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/jsdom/node_modules/tough-cookie": { - "version": "4.1.3", - "resolved": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-4.1.3.tgz", - "integrity": "sha512-aX/y5pVRkfRnfmuX+OdbSdXvPe6ieKX/G2s7e98f4poJHnqH3281gDPm/metm6E/WRamfx7WC4HUqkWHfQHprw==", - "dev": true, - "dependencies": { - "psl": "^1.1.33", - "punycode": "^2.1.1", - "universalify": "^0.2.0", - "url-parse": "^1.5.3" - }, - "engines": { - "node": ">=6" - } - }, - "node_modules/jsdom/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, - "dependencies": { - "punycode": "^2.1.1" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/jsdom/node_modules/universalify": { - "version": "0.2.0", - "resolved": "https://registry.npmjs.org/universalify/-/universalify-0.2.0.tgz", - "integrity": "sha512-CJ1QgKmNg3CwvAv/kOFmtnEN05f0D/cn9QntgNOQlQF9dgvVTHj3t+8JPdjqawCHk7V/KA+fbUqzZ9XWhcqPUg==", - "dev": true, - "engines": { - "node": ">= 4.0.0" - } - }, - "node_modules/jsdom/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, - "engines": { - "node": ">=10.4" - } - }, - "node_modules/jsdom/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, - "dependencies": { - "iconv-lite": "0.4.24" - } - }, - "node_modules/jsdom/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, - "dependencies": { - "lodash": "^4.7.0", - "tr46": "^2.1.0", - "webidl-conversions": "^6.1.0" - }, - "engines": { - "node": ">=10" - } - }, - "node_modules/jsdom/node_modules/ws": { - "version": "7.5.9", - "resolved": "https://registry.npmjs.org/ws/-/ws-7.5.9.tgz", - "integrity": "sha512-F+P9Jil7UiSKSkppIiD94dN07AwvFixvLIj1Og1Rl9GGMuNipJnV9JzjD6XuqmAeiswGvUmNLjr5cFuXwNS77Q==", - "dev": 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/jsesc": { "version": "2.5.2", - "license": "MIT", + "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-2.5.2.tgz", + "integrity": "sha512-OYu7XEzjkCQ3C5Ps3QIZsQfNpqoJyZZA99wd9aWd05NCtC5pWOkShK2mkL6HXQR6/Cy2lbNdPlZBpuQHXE63gA==", + "dev": true, "bin": { "jsesc": "bin/jsesc" }, @@ -36164,36 +34569,52 @@ "node": ">=4" } }, + "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/json-parse-better-errors": { "version": "1.0.2", - "license": "MIT" + "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", - "license": "MIT" + "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==" }, "node_modules/json-schema": { "version": "0.4.0", - "dev": true, - "license": "(AFL-2.1 OR BSD-3-Clause)" + "resolved": "https://registry.npmjs.org/json-schema/-/json-schema-0.4.0.tgz", + "integrity": "sha512-es94M3nTIfsEPisRafak+HDLfHXnKBhV3vU5eqPcS3flIWqcxJWgXHXiey3YrpaNsanY5ei1VoYEbOzijuq9BA==", + "dev": true }, "node_modules/json-schema-traverse": { "version": "1.0.0", - "license": "MIT" + "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz", + "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==", + "dev": true }, "node_modules/json-stable-stringify-without-jsonify": { "version": "1.0.1", - "devOptional": true, - "license": "MIT" + "resolved": "https://registry.npmjs.org/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz", + "integrity": "sha512-Bdboy+l7tA3OGW6FjyFHWkP5LuByj1Tk33Ljyq0axyzdk9//JSi2u3fP1QSmd1KNwq6VOKYGlAu87CisVir6Pw==", + "dev": true }, "node_modules/json-stringify-safe": { "version": "5.0.1", - "dev": true, - "license": "ISC" + "resolved": "https://registry.npmjs.org/json-stringify-safe/-/json-stringify-safe-5.0.1.tgz", + "integrity": "sha512-ZClg6AaYvamvYEE82d3Iyd3vSSIjQ+odgjaTzRuO3s7toCdFKczob2i0zCh7JE8kWn17yvAWhUVxvqGwUalsRA==", + "dev": true }, "node_modules/json5": { "version": "2.2.3", - "license": "MIT", + "resolved": "https://registry.npmjs.org/json5/-/json5-2.2.3.tgz", + "integrity": "sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==", + "dev": true, "bin": { "json5": "lib/cli.js" }, @@ -36201,14 +34622,35 @@ "node": ">=6" } }, - "node_modules/jsonc-parser": { - "version": "3.1.0", + "node_modules/jsonc-eslint-parser": { + "version": "2.4.0", + "resolved": "https://registry.npmjs.org/jsonc-eslint-parser/-/jsonc-eslint-parser-2.4.0.tgz", + "integrity": "sha512-WYDyuc/uFcGp6YtM2H0uKmUwieOuzeE/5YocFJLnLfclZ4inf3mRn8ZVy1s7Hxji7Jxm6Ss8gqpexD/GlKoGgg==", "dev": true, - "license": "MIT" + "dependencies": { + "acorn": "^8.5.0", + "eslint-visitor-keys": "^3.0.0", + "espree": "^9.0.0", + "semver": "^7.3.5" + }, + "engines": { + "node": "^12.22.0 || ^14.17.0 || >=16.0.0" + }, + "funding": { + "url": "https://github.com/sponsors/ota-meshi" + } + }, + "node_modules/jsonc-parser": { + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/jsonc-parser/-/jsonc-parser-3.2.0.tgz", + "integrity": "sha512-gfFQZrcTc8CnKXp6Y4/CBT3fTc0OVuDofpre4aEeEpSBPV5X5v4+Vmx+8snU7RLPrNHPKSgLxGo9YuQzz20o+w==", + "dev": true }, "node_modules/jsonfile": { "version": "6.1.0", - "license": "MIT", + "resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-6.1.0.tgz", + "integrity": "sha512-5dgndWOriYSm5cnYaJNhalLNDKOqFwyDB/rr1E9ZsGciGvKPs8R2xYGCacuf3z6K1YKDz182fd+fY3cn3pMqXQ==", + "dev": true, "dependencies": { "universalify": "^2.0.0" }, @@ -36227,8 +34669,9 @@ }, "node_modules/jsprim": { "version": "1.4.2", + "resolved": "https://registry.npmjs.org/jsprim/-/jsprim-1.4.2.tgz", + "integrity": "sha512-P2bSOMAc/ciLz6DzgjVlGJP9+BrJWu5UDGK70C2iweC5QBIeFf0ZXRvGjEj2uYgrY2MkAAhsSWHDWlFtEroZWw==", "dev": true, - "license": "MIT", "dependencies": { "assert-plus": "1.0.0", "extsprintf": "1.3.0", @@ -36241,15 +34684,17 @@ }, "node_modules/jsrsasign": { "version": "10.8.6", - "license": "MIT", + "resolved": "https://registry.npmjs.org/jsrsasign/-/jsrsasign-10.8.6.tgz", + "integrity": "sha512-bQmbVtsfbgaKBTWCKiDCPlUPbdlRIK/FzSwT3BzIgZl/cU6TqXu6pZJsCI/dJVrZ9Gir5GC4woqw9shH/v7MBw==", "funding": { "url": "https://github.com/kjur/jsrsasign#donations" } }, "node_modules/jszip": { "version": "3.10.1", + "resolved": "https://registry.npmjs.org/jszip/-/jszip-3.10.1.tgz", + "integrity": "sha512-xXDvecyTpGLrqFrvkrUSoxxfJI5AH7U8zxxtVclpsUtMCq4JQ290LY8AW5c7Ggnr/Y/oK+bQMbqK2qmtk3pN4g==", "dev": true, - "license": "(MIT OR GPL-3.0-or-later)", "dependencies": { "lie": "~3.3.0", "pako": "~1.0.2", @@ -36259,13 +34704,15 @@ }, "node_modules/jszip/node_modules/isarray": { "version": "1.0.0", - "dev": true, - "license": "MIT" + "resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz", + "integrity": "sha512-VLghIWNM6ELQzo7zwmcg0NmTVyWKYjvIeM83yjp0wRDTmUnrM678fQbcKBo6n2CJEF0szoG//ytg+TKla89ALQ==", + "dev": true }, "node_modules/jszip/node_modules/readable-stream": { "version": "2.3.8", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.8.tgz", + "integrity": "sha512-8p0AUk4XODgIewSi0l8Epjs+EVnWiK7NoDIEGU0HhE7+ZyY8D1IMY7odu5lRrFXGg71L15KG8QrPmum45RTtdA==", "dev": true, - "license": "MIT", "dependencies": { "core-util-is": "~1.0.0", "inherits": "~2.0.3", @@ -36278,23 +34725,27 @@ }, "node_modules/jszip/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==", "dev": true, - "license": "MIT", "dependencies": { "safe-buffer": "~5.1.0" } }, "node_modules/junk": { "version": "3.1.0", - "license": "MIT", + "resolved": "https://registry.npmjs.org/junk/-/junk-3.1.0.tgz", + "integrity": "sha512-pBxcB3LFc8QVgdggvZWyeys+hnrNWg4OcZIU/1X59k5jQdLBlCsYGRQaz234SqoRLTCgMH00fY0xRJH+F9METQ==", + "dev": true, "engines": { "node": ">=8" } }, "node_modules/karma": { "version": "6.4.2", + "resolved": "https://registry.npmjs.org/karma/-/karma-6.4.2.tgz", + "integrity": "sha512-C6SU/53LB31BEgRg+omznBEMY4SjHU3ricV6zBcAe1EeILKkeScr+fZXtaI5WyDbkVowJxxAI6h73NcFPmXolQ==", "dev": true, - "license": "MIT", "dependencies": { "@colors/colors": "1.5.0", "body-parser": "^1.19.0", @@ -36339,8 +34790,9 @@ }, "node_modules/karma-chrome-launcher/node_modules/which": { "version": "1.3.1", + "resolved": "https://registry.npmjs.org/which/-/which-1.3.1.tgz", + "integrity": "sha512-HxJdYWq1MTIQbJ3nw0cqssHoTNU267KlrDuGZ1WYlxDStUtKUhOaJmh112/TZmHxxUfuJqPXSOm7tDyas0OSIQ==", "dev": true, - "license": "ISC", "dependencies": { "isexe": "^2.0.0" }, @@ -36349,9 +34801,10 @@ } }, "node_modules/karma-coverage": { - "version": "2.2.0", + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/karma-coverage/-/karma-coverage-2.2.1.tgz", + "integrity": "sha512-yj7hbequkQP2qOSb20GuNSIyE//PgJWHwC2IydLE6XRtsnaflv+/OSGNssPjobYUlhVVagy99TQpqUt3vAUG7A==", "dev": true, - "license": "MIT", "dependencies": { "istanbul-lib-coverage": "^3.2.0", "istanbul-lib-instrument": "^5.1.0", @@ -36364,10 +34817,36 @@ "node": ">=10.0.0" } }, + "node_modules/karma-coverage/node_modules/istanbul-lib-instrument": { + "version": "5.2.1", + "resolved": "https://registry.npmjs.org/istanbul-lib-instrument/-/istanbul-lib-instrument-5.2.1.tgz", + "integrity": "sha512-pzqtp31nLv/XFOzXGuvhCb8qhjmTVo5vjVk19XE4CRlSWz0KoeJ3bw9XsA7nOp9YBf4qHjwBxkDzKcME/J29Yg==", + "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" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/karma-coverage/node_modules/semver": { + "version": "6.3.1", + "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz", + "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==", + "dev": true, + "bin": { + "semver": "bin/semver.js" + } + }, "node_modules/karma-jasmine": { "version": "5.0.1", + "resolved": "https://registry.npmjs.org/karma-jasmine/-/karma-jasmine-5.0.1.tgz", + "integrity": "sha512-FkL1Kk+JAKmim8VWU8RXKZBpl0lLI7J8LijM0/q7oP7emfB6QMZV1Az+JgqGKSLpF0tYaav+KUVFQroZUxQTHA==", "dev": true, - "license": "MIT", "dependencies": { "jasmine-core": "^4.1.0" }, @@ -36380,8 +34859,9 @@ }, "node_modules/karma-jasmine-ajax": { "version": "0.1.13", + "resolved": "https://registry.npmjs.org/karma-jasmine-ajax/-/karma-jasmine-ajax-0.1.13.tgz", + "integrity": "sha512-5eKFqStB/IfODMghdJR2ryBiZt8bl6Dykjkbm6e58aIDFoaUefCzewq9EjZEiAcJ7rKQ8bivxWgbqJJ2qKZo+A==", "dev": true, - "license": "MIT", "dependencies": { "jasmine-ajax": "^3.0.0" }, @@ -36391,23 +34871,26 @@ }, "node_modules/karma-jasmine-ajax/node_modules/jasmine-ajax": { "version": "3.4.0", - "dev": true, - "license": "MIT" + "resolved": "https://registry.npmjs.org/jasmine-ajax/-/jasmine-ajax-3.4.0.tgz", + "integrity": "sha512-LIVNVCmx5ou+IG6wgX7j73YYzvE2e3aqFWMjOhvAHWTnLICOYSobIH+PG/gOwtP20X0u2SkD3NXT/j5X8rMGOA==", + "dev": true }, "node_modules/karma-jasmine-html-reporter": { - "version": "2.0.0", + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/karma-jasmine-html-reporter/-/karma-jasmine-html-reporter-2.1.0.tgz", + "integrity": "sha512-sPQE1+nlsn6Hwb5t+HHwyy0A1FNCVKuL1192b+XNauMYWThz2kweiBVW1DqloRpVvZIJkIoHVB7XRpK78n1xbQ==", "dev": true, - "license": "MIT", "peerDependencies": { - "jasmine-core": "^4.0.0", + "jasmine-core": "^4.0.0 || ^5.0.0", "karma": "^6.0.0", "karma-jasmine": "^5.0.0" } }, "node_modules/karma-mocha-reporter": { "version": "2.2.5", + "resolved": "https://registry.npmjs.org/karma-mocha-reporter/-/karma-mocha-reporter-2.2.5.tgz", + "integrity": "sha512-Hr6nhkIp0GIJJrvzY8JFeHpQZNseuIakGac4bpw8K1+5F0tLb6l7uvXRa8mt2Z+NVwYgCct4QAfp2R2QP6o00w==", "dev": true, - "license": "MIT", "dependencies": { "chalk": "^2.1.0", "log-symbols": "^2.1.0", @@ -36419,16 +34902,18 @@ }, "node_modules/karma-mocha-reporter/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, - "license": "MIT", "engines": { "node": ">=4" } }, "node_modules/karma-mocha-reporter/node_modules/strip-ansi": { "version": "4.0.0", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-4.0.0.tgz", + "integrity": "sha512-4XaJ2zQdCzROZDivEVIDPkcQn8LMFSa8kj8Gxb/Lnwzv9A8VctNZ+lfivC/sV3ivW8ElJTERXZoPBRrZKkNKow==", "dev": true, - "license": "MIT", "dependencies": { "ansi-regex": "^3.0.0" }, @@ -36438,16 +34923,18 @@ }, "node_modules/karma-source-map-support": { "version": "1.4.0", + "resolved": "https://registry.npmjs.org/karma-source-map-support/-/karma-source-map-support-1.4.0.tgz", + "integrity": "sha512-RsBECncGO17KAoJCYXjv+ckIz+Ii9NCi+9enk+rq6XC81ezYkb4/RHE6CTXdA7IOJqoF3wcaLfVG0CPmE5ca6A==", "dev": true, - "license": "MIT", "dependencies": { "source-map-support": "^0.5.5" } }, "node_modules/karma/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, - "license": "ISC", "dependencies": { "fs.realpath": "^1.0.0", "inflight": "^1.0.4", @@ -36465,8 +34952,9 @@ }, "node_modules/karma/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, - "license": "MIT", "bin": { "mime": "cli.js" }, @@ -36474,10 +34962,23 @@ "node": ">=4.0.0" } }, + "node_modules/karma/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": { + "brace-expansion": "^1.1.7" + }, + "engines": { + "node": "*" + } + }, "node_modules/karma/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, - "license": "MIT", "dependencies": { "minimist": "^1.2.6" }, @@ -36487,8 +34988,9 @@ }, "node_modules/karma/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, - "license": "ISC", "dependencies": { "glob": "^7.1.3" }, @@ -36501,16 +35003,18 @@ }, "node_modules/karma/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, - "license": "BSD-3-Clause", "engines": { "node": ">=0.10.0" } }, "node_modules/karma/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, - "license": "MIT", "dependencies": { "cliui": "^7.0.2", "escalade": "^3.1.1", @@ -36526,49 +35030,69 @@ }, "node_modules/karma/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, - "license": "ISC", "engines": { "node": ">=10" } }, + "node_modules/keyv": { + "version": "4.5.4", + "resolved": "https://registry.npmjs.org/keyv/-/keyv-4.5.4.tgz", + "integrity": "sha512-oxVHkHR/EJf2CNXnWxRLW6mg7JyCCUcG0DtEGmL2ctUo1PNTin1PUil+r/+4r5MpVgC/fn1kjsx7mjSujKqIpw==", + "dev": true, + "dependencies": { + "json-buffer": "3.0.1" + } + }, "node_modules/kind-of": { "version": "6.0.3", - "license": "MIT", + "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/klaw-sync": { "version": "6.0.0", + "resolved": "https://registry.npmjs.org/klaw-sync/-/klaw-sync-6.0.0.tgz", + "integrity": "sha512-nIeuVSzdCCs6TDPTqI8w1Yre34sSq7AkZ4B3sfOBbI2CgVSB4Du4aLQijFU2+lhAFCwt9+42Hel6lQNIv6AntQ==", "dev": true, - "license": "MIT", "dependencies": { "graceful-fs": "^4.1.11" } }, "node_modules/kleur": { "version": "3.0.3", - "license": "MIT", + "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.6", - "license": "MIT", + "resolved": "https://registry.npmjs.org/klona/-/klona-2.0.6.tgz", + "integrity": "sha512-dhG34DXATL5hSxJbIexCft8FChFXtmskoZYnoPWjXQuebWYCNkVeV3KkGegCK9CP1oswI/vQibS2GY7Em/sJJA==", + "dev": true, "engines": { "node": ">= 8" } }, "node_modules/known-css-properties": { - "version": "0.26.0", - "dev": true, - "license": "MIT" + "version": "0.29.0", + "resolved": "https://registry.npmjs.org/known-css-properties/-/known-css-properties-0.29.0.tgz", + "integrity": "sha512-Ne7wqW7/9Cz54PDt4I3tcV+hAyat8ypyOGzYRJQfdxnnjeWsTxt1cy8pjvvKeI5kfXuyvULyeeAvwvvtAX3ayQ==", + "dev": true }, "node_modules/lazy-universal-dotenv": { "version": "3.0.1", - "license": "Apache-2.0", + "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", @@ -36584,15 +35108,18 @@ }, "node_modules/lazy-universal-dotenv/node_modules/dotenv": { "version": "8.6.0", - "license": "BSD-2-Clause", + "resolved": "https://registry.npmjs.org/dotenv/-/dotenv-8.6.0.tgz", + "integrity": "sha512-IrPdXQsk2BbzvCBGBOTmmSH5SodmqZNt4ERAZDmW4CT+tL8VtvinqywuANaFu4bOMWki16nqf0e4oC0QIaDr/g==", + "dev": true, "engines": { "node": ">=10" } }, "node_modules/less": { "version": "4.1.3", + "resolved": "https://registry.npmjs.org/less/-/less-4.1.3.tgz", + "integrity": "sha512-w16Xk/Ta9Hhyei0Gpz9m7VS8F28nieJaL/VyShID7cYvP6IL5oHeL6p4TXSDJqZE/lNv0oJ2pGVjJsRkfwm5FA==", "dev": true, - "license": "Apache-2.0", "dependencies": { "copy-anything": "^2.0.1", "parse-node-version": "^1.0.1", @@ -36615,9 +35142,10 @@ } }, "node_modules/less-loader": { - "version": "11.0.0", + "version": "11.1.0", + "resolved": "https://registry.npmjs.org/less-loader/-/less-loader-11.1.0.tgz", + "integrity": "sha512-C+uDBV7kS7W5fJlUjq5mPBeBVhYpTIm5gB09APT9o3n/ILeaXVsiSFTbZpTJCJwQ/Crczfn3DmfQFwxYusWFug==", "dev": true, - "license": "MIT", "dependencies": { "klona": "^2.0.4" }, @@ -36635,8 +35163,9 @@ }, "node_modules/less/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, - "license": "BSD-3-Clause", "optional": true, "engines": { "node": ">=0.10.0" @@ -36655,7 +35184,7 @@ "version": "0.4.1", "resolved": "https://registry.npmjs.org/levn/-/levn-0.4.1.tgz", "integrity": "sha512-+bT2uH4E5LGE7h/n3evcS/sQlJXCpIp6ym8OWJ5eV6+67Dsql/LaaT7qJBAt2rzfoa/5QBGBhxDix1dMt2kQKQ==", - "devOptional": true, + "dev": true, "dependencies": { "prelude-ls": "^1.2.1", "type-check": "~0.4.0" @@ -36666,8 +35195,9 @@ }, "node_modules/license-checker": { "version": "25.0.1", + "resolved": "https://registry.npmjs.org/license-checker/-/license-checker-25.0.1.tgz", + "integrity": "sha512-mET5AIwl7MR2IAKYYoVBBpV0OnkKQ1xGj2IMMeEFIs42QAkEVjRtFZGWmQ28WeU7MP779iAgOaOy93Mn44mn6g==", "dev": true, - "license": "BSD-3-Clause", "dependencies": { "chalk": "^2.4.1", "debug": "^3.1.0", @@ -36686,16 +35216,18 @@ }, "node_modules/license-checker/node_modules/debug": { "version": "3.2.7", + "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz", + "integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==", "dev": true, - "license": "MIT", "dependencies": { "ms": "^2.1.1" } }, "node_modules/license-checker/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, - "license": "MIT", "dependencies": { "minimist": "^1.2.6" }, @@ -36714,8 +35246,9 @@ }, "node_modules/license-webpack-plugin": { "version": "4.0.2", + "resolved": "https://registry.npmjs.org/license-webpack-plugin/-/license-webpack-plugin-4.0.2.tgz", + "integrity": "sha512-771TFWFD70G1wLTC4oU2Cw4qvtmNrIw+wRvBtn+okgHl7slJVi7zfNcdmqDL72BojM30VNJ2UHylr1o77U37Jw==", "dev": true, - "license": "ISC", "dependencies": { "webpack-sources": "^3.0.0" }, @@ -36730,61 +35263,69 @@ }, "node_modules/lie": { "version": "3.3.0", + "resolved": "https://registry.npmjs.org/lie/-/lie-3.3.0.tgz", + "integrity": "sha512-UaiMJzeWRlEujzAuw5LokY1L5ecNQYZKfmyZ9L7wDHb/p5etKaxXhohBcrw0EYby+G/NA52vRSN4N39dxHAIwQ==", "dev": true, - "license": "MIT", "dependencies": { "immediate": "~3.0.5" } }, "node_modules/lilconfig": { "version": "2.1.0", + "resolved": "https://registry.npmjs.org/lilconfig/-/lilconfig-2.1.0.tgz", + "integrity": "sha512-utWOt/GHzuUxnLKxB6dk81RoOeoNeHgbrXiuGk4yyF5qlRz+iIVWu56E2fqGHFrXz0QNUhLB/8nKqvRH66JKGQ==", "dev": true, - "license": "MIT", "engines": { "node": ">=10" } }, "node_modules/limiter": { "version": "1.1.5", + "resolved": "https://registry.npmjs.org/limiter/-/limiter-1.1.5.tgz", + "integrity": "sha512-FWWMIEOxz3GwUI4Ts/IvgVy6LPvoMPgjMdQ185nN6psJyBJ4yOpzqm695/h5umdLJg2vW3GR5iG11MAkR2AzJA==", "dev": true }, "node_modules/lines-and-columns": { - "version": "1.2.4", - "license": "MIT" + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/lines-and-columns/-/lines-and-columns-2.0.4.tgz", + "integrity": "sha512-wM1+Z03eypVAVUCE7QdSqpVIvelbOakn1M0bPDoA4SGWPx3sNDVUiMo3L6To6WWGClB7VyXnhQ4Sn7gxiJbE6A==", + "dev": true, + "engines": { + "node": "^12.20.0 || ^14.13.1 || >=16.0.0" + } }, "node_modules/lint-staged": { - "version": "13.2.2", + "version": "13.3.0", + "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-13.3.0.tgz", + "integrity": "sha512-mPRtrYnipYYv1FEE134ufbWpeggNTo+O/UPzngoaKzbzHAthvR55am+8GfHTnqNRQVRRrYQLGW9ZyUoD7DsBHQ==", "dev": true, - "license": "MIT", "dependencies": { - "chalk": "5.2.0", - "cli-truncate": "^3.1.0", - "commander": "^10.0.0", - "debug": "^4.3.4", - "execa": "^7.0.0", + "chalk": "5.3.0", + "commander": "11.0.0", + "debug": "4.3.4", + "execa": "7.2.0", "lilconfig": "2.1.0", - "listr2": "^5.0.7", - "micromatch": "^4.0.5", - "normalize-path": "^3.0.0", - "object-inspect": "^1.12.3", - "pidtree": "^0.6.0", - "string-argv": "^0.3.1", - "yaml": "^2.2.2" + "listr2": "6.6.1", + "micromatch": "4.0.5", + "pidtree": "0.6.0", + "string-argv": "0.3.2", + "yaml": "2.3.1" }, "bin": { "lint-staged": "bin/lint-staged.js" }, "engines": { - "node": "^14.13.1 || >=16.0.0" + "node": "^16.14.0 || >=18.0.0" }, "funding": { "url": "https://opencollective.com/lint-staged" } }, "node_modules/lint-staged/node_modules/chalk": { - "version": "5.2.0", + "version": "5.3.0", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-5.3.0.tgz", + "integrity": "sha512-dLitG79d+GV1Nb/VYcCDFivJeK1hiukt9QjRNVOsUtTy1rR1YJsmpGGTZ3qJos+uw7WmWF4wUwBd9jxjocFC2w==", "dev": true, - "license": "MIT", "engines": { "node": "^12.17.0 || ^14.13 || >=16.0.0" }, @@ -36793,17 +35334,19 @@ } }, "node_modules/lint-staged/node_modules/commander": { - "version": "10.0.1", + "version": "11.0.0", + "resolved": "https://registry.npmjs.org/commander/-/commander-11.0.0.tgz", + "integrity": "sha512-9HMlXtt/BNoYr8ooyjjNRdIilOTkVJXB+GhxMTtOKwk0R4j4lS4NpjuqmRxroBfnfTSHQIHQB7wryHhXarNjmQ==", "dev": true, - "license": "MIT", "engines": { - "node": ">=14" + "node": ">=16" } }, "node_modules/lint-staged/node_modules/execa": { - "version": "7.1.1", + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/execa/-/execa-7.2.0.tgz", + "integrity": "sha512-UduyVP7TLB5IcAQl+OzLyLcS/l32W/GLg+AhHJ+ow40FOk2U3SAllPwR44v4vmdFwIWqpdwxxpQbF1n5ta9seA==", "dev": true, - "license": "MIT", "dependencies": { "cross-spawn": "^7.0.3", "get-stream": "^6.0.1", @@ -36824,16 +35367,18 @@ }, "node_modules/lint-staged/node_modules/human-signals": { "version": "4.3.1", + "resolved": "https://registry.npmjs.org/human-signals/-/human-signals-4.3.1.tgz", + "integrity": "sha512-nZXjEF2nbo7lIw3mgYjItAfgQXog3OjJogSbKa2CQIIvSGWcKgeJnQlNXip6NglNzYH45nSRiEVimMvYL8DDqQ==", "dev": true, - "license": "Apache-2.0", "engines": { "node": ">=14.18.0" } }, "node_modules/lint-staged/node_modules/is-stream": { "version": "3.0.0", + "resolved": "https://registry.npmjs.org/is-stream/-/is-stream-3.0.0.tgz", + "integrity": "sha512-LnQR4bZ9IADDRSkvpqMGvt/tEJWclzklNgSw48V5EAaAeDd6qGvN8ei6k5p0tvxSR171VmGyHuTiAOfxAbr8kA==", "dev": true, - "license": "MIT", "engines": { "node": "^12.20.0 || ^14.13.1 || >=16.0.0" }, @@ -36843,8 +35388,9 @@ }, "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, - "license": "MIT", "engines": { "node": ">=12" }, @@ -36854,8 +35400,9 @@ }, "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, - "license": "MIT", "dependencies": { "path-key": "^4.0.0" }, @@ -36868,8 +35415,9 @@ }, "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, - "license": "MIT", "dependencies": { "mimic-fn": "^4.0.0" }, @@ -36882,8 +35430,9 @@ }, "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, - "license": "MIT", "engines": { "node": ">=12" }, @@ -36893,8 +35442,9 @@ }, "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, - "license": "MIT", "engines": { "node": ">=12" }, @@ -36903,29 +35453,29 @@ } }, "node_modules/lint-staged/node_modules/yaml": { - "version": "2.2.2", + "version": "2.3.1", + "resolved": "https://registry.npmjs.org/yaml/-/yaml-2.3.1.tgz", + "integrity": "sha512-2eHWfjaoXgTBC2jNM1LRef62VQa0umtvRiDSk6HSzW7RvS5YtkabJrwYLLEKWBc8a5U2PTSCs+dJjUTJdlHsWQ==", "dev": true, - "license": "ISC", "engines": { "node": ">= 14" } }, "node_modules/listr2": { - "version": "5.0.8", + "version": "6.6.1", + "resolved": "https://registry.npmjs.org/listr2/-/listr2-6.6.1.tgz", + "integrity": "sha512-+rAXGHh0fkEWdXBmX+L6mmfmXmXvDGEKzkjxO+8mP3+nI/r/CWznVBvsibXdxda9Zz0OW2e2ikphN3OwCT/jSg==", "dev": true, - "license": "MIT", "dependencies": { - "cli-truncate": "^2.1.0", - "colorette": "^2.0.19", - "log-update": "^4.0.0", - "p-map": "^4.0.0", + "cli-truncate": "^3.1.0", + "colorette": "^2.0.20", + "eventemitter3": "^5.0.1", + "log-update": "^5.0.1", "rfdc": "^1.3.0", - "rxjs": "^7.8.0", - "through": "^2.3.8", - "wrap-ansi": "^7.0.0" + "wrap-ansi": "^8.1.0" }, "engines": { - "node": "^14.13.1 || >=16.0.0" + "node": ">=16.0.0" }, "peerDependencies": { "enquirer": ">= 2.3.0 < 3" @@ -36936,79 +35486,96 @@ } } }, - "node_modules/listr2/node_modules/ansi-styles": { - "version": "4.3.0", + "node_modules/listr2/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, - "license": "MIT", - "dependencies": { - "color-convert": "^2.0.1" - }, "engines": { - "node": ">=8" + "node": ">=12" + }, + "funding": { + "url": "https://github.com/chalk/ansi-regex?sponsor=1" + } + }, + "node_modules/listr2/node_modules/ansi-styles": { + "version": "6.2.1", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-6.2.1.tgz", + "integrity": "sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug==", + "dev": true, + "engines": { + "node": ">=12" }, "funding": { "url": "https://github.com/chalk/ansi-styles?sponsor=1" } }, - "node_modules/listr2/node_modules/cli-truncate": { - "version": "2.1.0", + "node_modules/listr2/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/listr2/node_modules/eventemitter3": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/eventemitter3/-/eventemitter3-5.0.1.tgz", + "integrity": "sha512-GWkBvjiSZK87ELrYOSESUYeVIc9mvLLf/nXalMOS5dYrgZq9o5OVkbZAVM06CVxYsCwH9BDZFPlQTlPA1j4ahA==", + "dev": true + }, + "node_modules/listr2/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, - "license": "MIT", "dependencies": { - "slice-ansi": "^3.0.0", - "string-width": "^4.2.0" + "eastasianwidth": "^0.2.0", + "emoji-regex": "^9.2.2", + "strip-ansi": "^7.0.1" }, "engines": { - "node": ">=8" + "node": ">=12" }, "funding": { "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/listr2/node_modules/color-convert": { - "version": "2.0.1", + "node_modules/listr2/node_modules/strip-ansi": { + "version": "7.1.0", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz", + "integrity": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==", "dev": true, - "license": "MIT", "dependencies": { - "color-name": "~1.1.4" + "ansi-regex": "^6.0.1" }, "engines": { - "node": ">=7.0.0" + "node": ">=12" + }, + "funding": { + "url": "https://github.com/chalk/strip-ansi?sponsor=1" } }, - "node_modules/listr2/node_modules/is-fullwidth-code-point": { - "version": "3.0.0", + "node_modules/listr2/node_modules/wrap-ansi": { + "version": "8.1.0", + "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-8.1.0.tgz", + "integrity": "sha512-si7QWI6zUMq56bESFvagtmzMdGOtoxfR+Sez11Mobfc7tm+VkUckk9bW2UeffTGVUbOksxmSw0AA2gs8g71NCQ==", "dev": true, - "license": "MIT", - "engines": { - "node": ">=8" - } - }, - "node_modules/listr2/node_modules/rxjs": { - "version": "7.8.1", - "dev": true, - "license": "Apache-2.0", "dependencies": { - "tslib": "^2.1.0" - } - }, - "node_modules/listr2/node_modules/slice-ansi": { - "version": "3.0.0", - "dev": true, - "license": "MIT", - "dependencies": { - "ansi-styles": "^4.0.0", - "astral-regex": "^2.0.0", - "is-fullwidth-code-point": "^3.0.0" + "ansi-styles": "^6.1.0", + "string-width": "^5.0.1", + "strip-ansi": "^7.0.1" }, "engines": { - "node": ">=8" + "node": ">=12" + }, + "funding": { + "url": "https://github.com/chalk/wrap-ansi?sponsor=1" } }, "node_modules/lite-server": { "version": "2.6.1", + "resolved": "https://registry.npmjs.org/lite-server/-/lite-server-2.6.1.tgz", + "integrity": "sha512-d3oyB/C8AU4EwYQHlLxcu6vTQDnCaLb81v1KKNYABmFS5oeJ11A+YxlqtpbTclID1AFddJfcB5klf0q98vYIMw==", "dev": true, - "license": "MIT", "dependencies": { "browser-sync": "^2.26.13", "connect-history-api-fallback": "^1.6.0", @@ -37022,7 +35589,9 @@ }, "node_modules/load-json-file": { "version": "1.1.0", - "license": "MIT", + "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": { "graceful-fs": "^4.1.2", @@ -37037,7 +35606,9 @@ }, "node_modules/load-json-file/node_modules/parse-json": { "version": "2.2.0", - "license": "MIT", + "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-2.2.0.tgz", + "integrity": "sha512-QR/GGaKCkhwk1ePQNYDRKYZ3mwU9ypsKhB0XyFnLQdomyEqk3e8wpW3V5Jp88zbxK4n5ST1nqo+g9juTpownhQ==", + "dev": true, "optional": true, "dependencies": { "error-ex": "^1.2.0" @@ -37048,7 +35619,9 @@ }, "node_modules/load-json-file/node_modules/pify": { "version": "2.3.0", - "license": "MIT", + "resolved": "https://registry.npmjs.org/pify/-/pify-2.3.0.tgz", + "integrity": "sha512-udgsAY+fTnvv7kI7aaxbqwWNb0AHiB0qBO89PZKPkoTmGOgdbrHDKD+0B2X4uTfJ/FT1R09r9gTsjUjNJotuog==", + "dev": true, "optional": true, "engines": { "node": ">=0.10.0" @@ -37056,7 +35629,9 @@ }, "node_modules/load-json-file/node_modules/strip-bom": { "version": "2.0.0", - "license": "MIT", + "resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-2.0.0.tgz", + "integrity": "sha512-kwrX1y7czp1E69n2ajbG65mIo9dqvJ+8aBQXOGVxqwvNbsXdFM6Lq37dLAY3mknUwru8CfcCbfOLL/gMo+fi3g==", + "dev": true, "optional": true, "dependencies": { "is-utf8": "^0.2.0" @@ -37067,23 +35642,27 @@ }, "node_modules/loader-runner": { "version": "4.3.0", - "license": "MIT", + "resolved": "https://registry.npmjs.org/loader-runner/-/loader-runner-4.3.0.tgz", + "integrity": "sha512-3R/1M+yS3j5ou80Me59j7F9IMs4PXs3VqRrm0TU3AbKPxlmpoY1TNscJV/oGJXo8qCatFGTfDbY6W6ipGOYXfg==", + "dev": true, "engines": { "node": ">=6.11.5" } }, "node_modules/loader-utils": { - "version": "3.2.0", + "version": "3.2.1", + "resolved": "https://registry.npmjs.org/loader-utils/-/loader-utils-3.2.1.tgz", + "integrity": "sha512-ZvFw1KWS3GVyYBYb7qkmRM/WwL2TQQBxgCK62rlvm4WpVQ23Nb4tYjApUlfjrEGvOs7KHEsmyUn75OHZrJMWPw==", "dev": true, - "license": "MIT", "engines": { "node": ">= 12.13.0" } }, "node_modules/localtunnel": { "version": "2.0.2", + "resolved": "https://registry.npmjs.org/localtunnel/-/localtunnel-2.0.2.tgz", + "integrity": "sha512-n418Cn5ynvJd7m/N1d9WVJISLJF/ellZnfsLnx8WBWGzxv/ntNcFkJ1o6se5quUhCplfLGBNL5tYHiq5WF3Nug==", "dev": true, - "license": "MIT", "dependencies": { "axios": "0.21.4", "debug": "4.3.2", @@ -37099,8 +35678,9 @@ }, "node_modules/localtunnel/node_modules/debug": { "version": "4.3.2", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.2.tgz", + "integrity": "sha512-mOp8wKcvj7XxC78zLgw/ZA+6TSgkoE2C/ienthhRD298T7UNwAg9diBpLRxC0mOezLl4B0xV7M0cCO6P/O0Xhw==", "dev": true, - "license": "MIT", "dependencies": { "ms": "2.1.2" }, @@ -37115,8 +35695,9 @@ }, "node_modules/localtunnel/node_modules/yargs": { "version": "17.1.1", + "resolved": "https://registry.npmjs.org/yargs/-/yargs-17.1.1.tgz", + "integrity": "sha512-c2k48R0PwKIqKhPMWjeiF6y2xY/gPMUlro0sgxqXpbOIohWiLNXWslsootttv7E1e73QPAMQSg5FeySbVcpsPQ==", "dev": true, - "license": "MIT", "dependencies": { "cliui": "^7.0.2", "escalade": "^3.1.1", @@ -37132,15 +35713,18 @@ }, "node_modules/localtunnel/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, - "license": "ISC", "engines": { "node": ">=10" } }, "node_modules/locate-path": { "version": "6.0.0", - "license": "MIT", + "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-6.0.0.tgz", + "integrity": "sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==", + "dev": true, "dependencies": { "p-locate": "^5.0.0" }, @@ -37153,20 +35737,26 @@ }, "node_modules/lodash": { "version": "4.17.21", - "license": "MIT" + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz", + "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==", + "dev": true }, "node_modules/lodash-es": { "version": "4.17.21", - "license": "MIT" + "resolved": "https://registry.npmjs.org/lodash-es/-/lodash-es-4.17.21.tgz", + "integrity": "sha512-mKnC+QJ9pWVzv+C4/U3rRsHapFfHvQFoFB92e52xeyGMcX6/OlIl78je1u8vePzYZSkkogMPJ2yjxxsb89cxyw==" }, "node_modules/lodash.debounce": { "version": "4.0.8", - "license": "MIT" + "resolved": "https://registry.npmjs.org/lodash.debounce/-/lodash.debounce-4.0.8.tgz", + "integrity": "sha512-FT1yDzDYEoYWhnSGnpE/4Kj1fLZkDFyqRb7fNt6FdYOSxlUWAtp42Eh6Wb0rGIv/m9Bgo7x4GhQbm5Ys4SG5ow==", + "dev": true }, "node_modules/lodash.isfinite": { "version": "3.3.2", - "dev": true, - "license": "MIT" + "resolved": "https://registry.npmjs.org/lodash.isfinite/-/lodash.isfinite-3.3.2.tgz", + "integrity": "sha512-7FGG40uhC8Mm633uKW1r58aElFlBlxCrg9JfSi3P6aYiWmfiWF0PgMd86ZUsxE5GwWPdHoS2+48bwTh2VPkIQA==", + "dev": true }, "node_modules/lodash.memoize": { "version": "4.1.2", @@ -37176,22 +35766,27 @@ }, "node_modules/lodash.merge": { "version": "4.6.2", - "devOptional": true, - "license": "MIT" + "resolved": "https://registry.npmjs.org/lodash.merge/-/lodash.merge-4.6.2.tgz", + "integrity": "sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==", + "dev": true }, "node_modules/lodash.truncate": { "version": "4.4.2", - "dev": true, - "license": "MIT" + "resolved": "https://registry.npmjs.org/lodash.truncate/-/lodash.truncate-4.4.2.tgz", + "integrity": "sha512-jttmRe7bRse52OsWIMDLaXxWqRAmtIUccAQ3garviCqJjafXOfNMO0yMfNpdD6zbGaTU0P5Nz7e7gAT6cKmJRw==", + "dev": true }, "node_modules/lodash.uniq": { "version": "4.5.0", - "license": "MIT" + "resolved": "https://registry.npmjs.org/lodash.uniq/-/lodash.uniq-4.5.0.tgz", + "integrity": "sha512-xfBaXQd9ryd9dlSDvnvI0lvxfLJlYAZzXomUYzLKtUeOQvOP5piqAWuGtrhWeqaXK9hhoM/iyJc5AV+XfsX3HQ==", + "dev": true }, "node_modules/log-symbols": { "version": "2.2.0", + "resolved": "https://registry.npmjs.org/log-symbols/-/log-symbols-2.2.0.tgz", + "integrity": "sha512-VeIAFslyIerEJLXHziedo2basKbMKtTw3vfn5IzG0XTjhAVEJyNHnL2p7vc+wBDSdQuUpNw3M2u6xb9QsAY5Eg==", "dev": true, - "license": "MIT", "dependencies": { "chalk": "^2.0.1" }, @@ -37200,15 +35795,137 @@ } }, "node_modules/log-update": { - "version": "4.0.0", + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/log-update/-/log-update-5.0.1.tgz", + "integrity": "sha512-5UtUDQ/6edw4ofyljDNcOVJQ4c7OjDro4h3y8e1GQL5iYElYclVHJ3zeWchylvMaKnDbDilC8irOVyexnA/Slw==", "dev": true, - "license": "MIT", "dependencies": { - "ansi-escapes": "^4.3.0", - "cli-cursor": "^3.1.0", - "slice-ansi": "^4.0.0", - "wrap-ansi": "^6.2.0" + "ansi-escapes": "^5.0.0", + "cli-cursor": "^4.0.0", + "slice-ansi": "^5.0.0", + "strip-ansi": "^7.0.1", + "wrap-ansi": "^8.0.1" }, + "engines": { + "node": "^12.20.0 || ^14.13.1 || >=16.0.0" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/log-update/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, + "dependencies": { + "type-fest": "^1.0.2" + }, + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/log-update/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, + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/chalk/ansi-regex?sponsor=1" + } + }, + "node_modules/log-update/node_modules/ansi-styles": { + "version": "6.2.1", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-6.2.1.tgz", + "integrity": "sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug==", + "dev": true, + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/chalk/ansi-styles?sponsor=1" + } + }, + "node_modules/log-update/node_modules/cli-cursor": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/cli-cursor/-/cli-cursor-4.0.0.tgz", + "integrity": "sha512-VGtlMu3x/4DOtIUwEkRezxUZ2lBacNJCHash0N0WeZDBS+7Ux1dm3XWAgWYxLJFMMdOeXMHXorshEFhbMSGelg==", + "dev": true, + "dependencies": { + "restore-cursor": "^4.0.0" + }, + "engines": { + "node": "^12.20.0 || ^14.13.1 || >=16.0.0" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/log-update/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/log-update/node_modules/restore-cursor": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/restore-cursor/-/restore-cursor-4.0.0.tgz", + "integrity": "sha512-I9fPXU9geO9bHOt9pHHOhOkYerIMsmVaWB0rA2AI9ERh/+x/i7MV5HKBNrg+ljO5eoPVgCcnFuRjJ9uH6I/3eg==", + "dev": true, + "dependencies": { + "onetime": "^5.1.0", + "signal-exit": "^3.0.2" + }, + "engines": { + "node": "^12.20.0 || ^14.13.1 || >=16.0.0" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/log-update/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" + }, + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/log-update/node_modules/strip-ansi": { + "version": "7.1.0", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz", + "integrity": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==", + "dev": true, + "dependencies": { + "ansi-regex": "^6.0.1" + }, + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/chalk/strip-ansi?sponsor=1" + } + }, + "node_modules/log-update/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" }, @@ -37216,72 +35933,28 @@ "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/log-update/node_modules/ansi-styles": { - "version": "4.3.0", - "dev": true, - "license": "MIT", - "dependencies": { - "color-convert": "^2.0.1" - }, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/chalk/ansi-styles?sponsor=1" - } - }, - "node_modules/log-update/node_modules/color-convert": { - "version": "2.0.1", - "dev": true, - "license": "MIT", - "dependencies": { - "color-name": "~1.1.4" - }, - "engines": { - "node": ">=7.0.0" - } - }, - "node_modules/log-update/node_modules/is-fullwidth-code-point": { - "version": "3.0.0", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=8" - } - }, - "node_modules/log-update/node_modules/slice-ansi": { - "version": "4.0.0", - "dev": true, - "license": "MIT", - "dependencies": { - "ansi-styles": "^4.0.0", - "astral-regex": "^2.0.0", - "is-fullwidth-code-point": "^3.0.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/chalk/slice-ansi?sponsor=1" - } - }, "node_modules/log-update/node_modules/wrap-ansi": { - "version": "6.2.0", + "version": "8.1.0", + "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-8.1.0.tgz", + "integrity": "sha512-si7QWI6zUMq56bESFvagtmzMdGOtoxfR+Sez11Mobfc7tm+VkUckk9bW2UeffTGVUbOksxmSw0AA2gs8g71NCQ==", "dev": true, - "license": "MIT", "dependencies": { - "ansi-styles": "^4.0.0", - "string-width": "^4.1.0", - "strip-ansi": "^6.0.0" + "ansi-styles": "^6.1.0", + "string-width": "^5.0.1", + "strip-ansi": "^7.0.1" }, "engines": { - "node": ">=8" + "node": ">=12" + }, + "funding": { + "url": "https://github.com/chalk/wrap-ansi?sponsor=1" } }, "node_modules/log4js": { "version": "6.9.1", + "resolved": "https://registry.npmjs.org/log4js/-/log4js-6.9.1.tgz", + "integrity": "sha512-1somDdy9sChrr9/f4UlzhdaGfDR2c/SaD2a4T7qEkG4jTS57/B3qmnjLYePwQ8cqWnUHZI0iAKxMBpCZICiZ2g==", "dev": true, - "license": "Apache-2.0", "dependencies": { "date-format": "^4.0.14", "debug": "^4.3.4", @@ -37295,7 +35968,8 @@ }, "node_modules/loose-envify": { "version": "1.4.0", - "license": "MIT", + "resolved": "https://registry.npmjs.org/loose-envify/-/loose-envify-1.4.0.tgz", + "integrity": "sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q==", "dependencies": { "js-tokens": "^3.0.0 || ^4.0.0" }, @@ -37305,7 +35979,9 @@ }, "node_modules/loud-rejection": { "version": "1.6.0", - "license": "MIT", + "resolved": "https://registry.npmjs.org/loud-rejection/-/loud-rejection-1.6.0.tgz", + "integrity": "sha512-RPNliZOFkqFumDhvYqOaNY4Uz9oJM2K9tC6JWsJJsNdhuONW4LQHRBpb0qf4pJApVffI5N39SwzWZJuEhfd7eQ==", + "dev": true, "optional": true, "dependencies": { "currently-unhandled": "^0.4.1", @@ -37316,33 +35992,39 @@ } }, "node_modules/loupe": { - "version": "2.3.6", + "version": "2.3.7", + "resolved": "https://registry.npmjs.org/loupe/-/loupe-2.3.7.tgz", + "integrity": "sha512-zSMINGVYkdpYSOBmLi0D1Uo7JU9nVdQKrHxC8eYlV+9YKK9WePqAlL7lSlorG/U2Fw1w0hTBmaa/jrQ3UbPHtA==", "dev": true, - "license": "MIT", "dependencies": { - "get-func-name": "^2.0.0" + "get-func-name": "^2.0.1" } }, "node_modules/lower-case": { "version": "2.0.2", - "license": "MIT", + "resolved": "https://registry.npmjs.org/lower-case/-/lower-case-2.0.2.tgz", + "integrity": "sha512-7fm3l3NAF9WfN6W3JOmf5drwpVqX78JtoGJ3A6W0a6ZnldM41w2fV5D490psKFTpMds8TJse/eHLFFsNHHjHgg==", + "dev": true, "dependencies": { "tslib": "^2.0.3" } }, "node_modules/lru-cache": { "version": "5.1.1", - "license": "ISC", + "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" } }, "node_modules/magic-string": { - "version": "0.26.2", + "version": "0.29.0", + "resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.29.0.tgz", + "integrity": "sha512-WcfidHrDjMY+eLjlU+8OvwREqHwpgCeKVBUpQ3OhYYuvfaYCUgcbuBzappNzZvg/v8onU3oQj+BYpkOJe9Iw4Q==", "dev": true, - "license": "MIT", "dependencies": { - "sourcemap-codec": "^1.4.8" + "@jridgewell/sourcemap-codec": "^1.4.13" }, "engines": { "node": ">=12" @@ -37350,7 +36032,9 @@ }, "node_modules/make-dir": { "version": "2.1.0", - "license": "MIT", + "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" @@ -37363,135 +36047,110 @@ "version": "5.7.2", "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.2.tgz", "integrity": "sha512-cBznnQ9KjJqU67B52RMC65CMarK2600WFnbkcaiwWq3xy/5haFJlshgnpjovMVJ+Hff49d8GEn0b87C5pDQ10g==", + "dev": true, "bin": { "semver": "bin/semver" } }, "node_modules/make-error": { "version": "1.3.6", - "dev": true, - "license": "ISC" + "resolved": "https://registry.npmjs.org/make-error/-/make-error-1.3.6.tgz", + "integrity": "sha512-s8UhlNe7vPKomQhC1qFelMokr/Sc3AgNbso3n74mVPA5LTZwkB9NlXf4XPamLxJE8h0gh73rM94xvwRT2CVInw==", + "dev": true }, "node_modules/make-fetch-happen": { - "version": "11.1.1", - "resolved": "https://registry.npmjs.org/make-fetch-happen/-/make-fetch-happen-11.1.1.tgz", - "integrity": "sha512-rLWS7GCSTcEujjVBs2YqG7Y4643u8ucvCJeSRqiLYhesrDuzeuFIk37xREzAsfQaqzl8b9rNCE4m6J8tvX4Q8w==", + "version": "10.2.1", + "resolved": "https://registry.npmjs.org/make-fetch-happen/-/make-fetch-happen-10.2.1.tgz", + "integrity": "sha512-NgOPbRiaQM10DYXvN3/hhGVI2M5MtITFryzBGxHM5p4wnFxsVCbxkrBrDsk+EZ5OB4jEOT7AjDxtdF+KVEFT7w==", "dev": true, "dependencies": { "agentkeepalive": "^4.2.1", - "cacache": "^17.0.0", - "http-cache-semantics": "^4.1.1", + "cacache": "^16.1.0", + "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": "^5.0.0", - "minipass-fetch": "^3.0.0", + "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": "^7.0.0", - "ssri": "^10.0.0" + "ssri": "^9.0.0" }, "engines": { - "node": "^14.17.0 || ^16.13.0 || >=18.0.0" + "node": "^12.13.0 || ^14.15.0 || >=16.0.0" } }, "node_modules/make-fetch-happen/node_modules/@npmcli/fs": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/@npmcli/fs/-/fs-3.1.0.tgz", - "integrity": "sha512-7kZUAaLscfgbwBQRbvdMYaZOWyMEcPTH/tJjnyAWJ/dvvs9Ef+CERx/qJb9GExJpl1qipaDGn7KqHnFGGixd0w==", + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/@npmcli/fs/-/fs-2.1.2.tgz", + "integrity": "sha512-yOJKRvohFOaLqipNtwYB9WugyZKhC/DZC4VYPmpaCzDBrA8YpK3qHZ8/HGscMnE4GqbkLNuVcCnxkeQEdGt6LQ==", "dev": true, "dependencies": { + "@gar/promisify": "^1.1.3", "semver": "^7.3.5" }, "engines": { - "node": "^14.17.0 || ^16.13.0 || >=18.0.0" + "node": "^12.13.0 || ^14.15.0 || >=16.0.0" } }, - "node_modules/make-fetch-happen/node_modules/brace-expansion": { + "node_modules/make-fetch-happen/node_modules/@npmcli/move-file": { "version": "2.0.1", - "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz", - "integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==", + "resolved": "https://registry.npmjs.org/@npmcli/move-file/-/move-file-2.0.1.tgz", + "integrity": "sha512-mJd2Z5TjYWq/ttPLLGqArdtnC74J6bOzg4rMDnN+p1xTacZ2yPRCk2y0oSWQtygLR9YVQXgOcONrwtnk3JupxQ==", + "deprecated": "This functionality has been moved to @npmcli/fs", "dev": true, "dependencies": { - "balanced-match": "^1.0.0" + "mkdirp": "^1.0.4", + "rimraf": "^3.0.2" + }, + "engines": { + "node": "^12.13.0 || ^14.15.0 || >=16.0.0" } }, "node_modules/make-fetch-happen/node_modules/cacache": { - "version": "17.1.4", - "resolved": "https://registry.npmjs.org/cacache/-/cacache-17.1.4.tgz", - "integrity": "sha512-/aJwG2l3ZMJ1xNAnqbMpA40of9dj/pIH3QfiuQSqjfPJF747VR0J/bHn+/KdNnHKc6XQcWt/AfRSBft82W1d2A==", + "version": "16.1.3", + "resolved": "https://registry.npmjs.org/cacache/-/cacache-16.1.3.tgz", + "integrity": "sha512-/+Emcj9DAXxX4cwlLmRI9c166RuL3w30zp4R7Joiv2cQTtTtA+jeuCAjH3ZlGnYS3tKENSrKhAzVVP9GVyzeYQ==", "dev": true, "dependencies": { - "@npmcli/fs": "^3.1.0", - "fs-minipass": "^3.0.0", - "glob": "^10.2.2", + "@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": "^7.0.3", + "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", - "ssri": "^10.0.0", + "promise-inflight": "^1.0.1", + "rimraf": "^3.0.2", + "ssri": "^9.0.0", "tar": "^6.1.11", - "unique-filename": "^3.0.0" + "unique-filename": "^2.0.0" }, "engines": { - "node": "^14.17.0 || ^16.13.0 || >=18.0.0" - } - }, - "node_modules/make-fetch-happen/node_modules/cacache/node_modules/minipass": { - "version": "7.0.4", - "resolved": "https://registry.npmjs.org/minipass/-/minipass-7.0.4.tgz", - "integrity": "sha512-jYofLM5Dam9279rdkWzqHozUo4ybjdZmCsDHePy5V/PbBcVMiSZR97gmAy45aqi8CK1lG2ECd356FU86avfwUQ==", - "dev": true, - "engines": { - "node": ">=16 || 14 >=14.17" + "node": "^12.13.0 || ^14.15.0 || >=16.0.0" } }, "node_modules/make-fetch-happen/node_modules/fs-minipass": { - "version": "3.0.3", - "resolved": "https://registry.npmjs.org/fs-minipass/-/fs-minipass-3.0.3.tgz", - "integrity": "sha512-XUBA9XClHbnJWSfBzjkm6RvPsyg3sryZt06BEQoXcF7EK/xpGaQYJgQKDJSUH5SGZ76Y7pFx1QBnXz09rU5Fbw==", + "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": { - "minipass": "^7.0.3" + "minipass": "^3.0.0" }, "engines": { - "node": "^14.17.0 || ^16.13.0 || >=18.0.0" - } - }, - "node_modules/make-fetch-happen/node_modules/fs-minipass/node_modules/minipass": { - "version": "7.0.4", - "resolved": "https://registry.npmjs.org/minipass/-/minipass-7.0.4.tgz", - "integrity": "sha512-jYofLM5Dam9279rdkWzqHozUo4ybjdZmCsDHePy5V/PbBcVMiSZR97gmAy45aqi8CK1lG2ECd356FU86avfwUQ==", - "dev": true, - "engines": { - "node": ">=16 || 14 >=14.17" - } - }, - "node_modules/make-fetch-happen/node_modules/glob": { - "version": "10.3.10", - "resolved": "https://registry.npmjs.org/glob/-/glob-10.3.10.tgz", - "integrity": "sha512-fa46+tv1Ak0UPK1TOy/pZrIybNNt4HCv7SDzwyfiOZkvZLEbjsZkJBPtDHVshZjbecAoAGSC20MjLDG/qr679g==", - "dev": true, - "dependencies": { - "foreground-child": "^3.1.0", - "jackspeak": "^2.3.5", - "minimatch": "^9.0.1", - "minipass": "^5.0.0 || ^6.0.2 || ^7.0.0", - "path-scurry": "^1.10.1" - }, - "bin": { - "glob": "dist/esm/bin.mjs" - }, - "engines": { - "node": ">=16 || 14 >=14.17" - }, - "funding": { - "url": "https://github.com/sponsors/isaacs" + "node": ">= 8" } }, "node_modules/make-fetch-happen/node_modules/lru-cache": { @@ -37504,86 +36163,120 @@ } }, "node_modules/make-fetch-happen/node_modules/minimatch": { - "version": "9.0.3", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.3.tgz", - "integrity": "sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg==", + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz", + "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==", "dev": true, "dependencies": { - "brace-expansion": "^2.0.1" + "brace-expansion": "^1.1.7" }, "engines": { - "node": ">=16 || 14 >=14.17" + "node": "*" + } + }, + "node_modules/make-fetch-happen/node_modules/minipass": { + "version": "3.3.6", + "resolved": "https://registry.npmjs.org/minipass/-/minipass-3.3.6.tgz", + "integrity": "sha512-DxiNidxSEK+tHG6zOIklvNOwm3hvCrbUrdtzY74U6HKTJxvIDfOUL5W5P2Ghd3DTkhhKPYGqeNUIh5qcM4YBfw==", + "dev": true, + "dependencies": { + "yallist": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/make-fetch-happen/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": { + "glob": "^7.1.3" + }, + "bin": { + "rimraf": "bin.js" }, "funding": { "url": "https://github.com/sponsors/isaacs" } }, - "node_modules/make-fetch-happen/node_modules/minipass": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/minipass/-/minipass-5.0.0.tgz", - "integrity": "sha512-3FnjYuehv9k6ovOEbyOswadCDPX1piCfhV8ncmYtHOjuPwylVWsghTLo7rabjC3Rx5xD4HDx8Wm1xnMF7S5qFQ==", + "node_modules/make-fetch-happen/node_modules/rimraf/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": ">=8" + "node": "*" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" } }, "node_modules/make-fetch-happen/node_modules/ssri": { - "version": "10.0.5", - "resolved": "https://registry.npmjs.org/ssri/-/ssri-10.0.5.tgz", - "integrity": "sha512-bSf16tAFkGeRlUNDjXu8FzaMQt6g2HZJrun7mtMbIPOddxt3GLMSz5VWUWcqTJUPfLEaDIepGxv+bYQW49596A==", + "version": "9.0.1", + "resolved": "https://registry.npmjs.org/ssri/-/ssri-9.0.1.tgz", + "integrity": "sha512-o57Wcn66jMQvfHG1FlYbWeZWW/dHZhJXjpIcTfXldXEk5nz5lStPo3mK0OJQfGR3RbZUlbISexbljkJzuEj/8Q==", "dev": true, "dependencies": { - "minipass": "^7.0.3" + "minipass": "^3.1.1" }, "engines": { - "node": "^14.17.0 || ^16.13.0 || >=18.0.0" - } - }, - "node_modules/make-fetch-happen/node_modules/ssri/node_modules/minipass": { - "version": "7.0.4", - "resolved": "https://registry.npmjs.org/minipass/-/minipass-7.0.4.tgz", - "integrity": "sha512-jYofLM5Dam9279rdkWzqHozUo4ybjdZmCsDHePy5V/PbBcVMiSZR97gmAy45aqi8CK1lG2ECd356FU86avfwUQ==", - "dev": true, - "engines": { - "node": ">=16 || 14 >=14.17" + "node": "^12.13.0 || ^14.15.0 || >=16.0.0" } }, "node_modules/make-fetch-happen/node_modules/unique-filename": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/unique-filename/-/unique-filename-3.0.0.tgz", - "integrity": "sha512-afXhuC55wkAmZ0P18QsVE6kp8JaxrEokN2HGIoIVv2ijHQd419H0+6EigAFcIzXeMIkcIkNBpB3L/DXB3cTS/g==", + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/unique-filename/-/unique-filename-2.0.1.tgz", + "integrity": "sha512-ODWHtkkdx3IAR+veKxFV+VBkUMcN+FaqzUUd7IZzt+0zhDZFPFxhlqwPF3YQvMHx1TD0tdgYl+kuPnJ8E6ql7A==", "dev": true, "dependencies": { - "unique-slug": "^4.0.0" + "unique-slug": "^3.0.0" }, "engines": { - "node": "^14.17.0 || ^16.13.0 || >=18.0.0" + "node": "^12.13.0 || ^14.15.0 || >=16.0.0" } }, "node_modules/make-fetch-happen/node_modules/unique-slug": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/unique-slug/-/unique-slug-4.0.0.tgz", - "integrity": "sha512-WrcA6AyEfqDX5bWige/4NQfPZMtASNVxdmWR76WESYQVAACSgWcR6e9i0mofqqBxYFtL4oAxPIptY73/0YE1DQ==", + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/unique-slug/-/unique-slug-3.0.0.tgz", + "integrity": "sha512-8EyMynh679x/0gqE9fT9oilG+qEt+ibFyqjuVTsZn1+CMxH+XLlpvr2UZx4nVcCwTpx81nICr2JQFkM+HPLq4w==", "dev": true, "dependencies": { "imurmurhash": "^0.1.4" }, "engines": { - "node": "^14.17.0 || ^16.13.0 || >=18.0.0" + "node": "^12.13.0 || ^14.15.0 || >=16.0.0" } }, + "node_modules/make-fetch-happen/node_modules/yallist": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", + "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==", + "dev": true + }, "node_modules/makeerror": { "version": "1.0.12", + "resolved": "https://registry.npmjs.org/makeerror/-/makeerror-1.0.12.tgz", + "integrity": "sha512-JmqCvUhmt43madlpFzG4BQzG2Z3m6tvQDNKdClZnO3VbIudJYmxsT0FNJMeiB2+JTSlTQTSbU8QdesVmwJcmLg==", "dev": true, - "license": "BSD-3-Clause", "dependencies": { "tmpl": "1.0.5" } }, "node_modules/map-age-cleaner": { "version": "0.1.3", + "resolved": "https://registry.npmjs.org/map-age-cleaner/-/map-age-cleaner-0.1.3.tgz", + "integrity": "sha512-bJzx6nMoP6PDLPBFmg7+xRKeFZvFboMrGlxmNj9ClvX53KrmvM5bXFXEWjbz4cz1AFn+jWJ9z/DJSz7hrs0w3w==", "dev": true, - "license": "MIT", "dependencies": { "p-defer": "^1.0.0" }, @@ -37593,15 +36286,18 @@ }, "node_modules/map-cache": { "version": "0.2.2", - "license": "MIT", + "resolved": "https://registry.npmjs.org/map-cache/-/map-cache-0.2.2.tgz", + "integrity": "sha512-8y/eV9QQZCiyn1SprXSrCmqJN0yNRATe+PO8ztwqrvrbdRLA3eYJF0yaR0YayLWkMbsQSKWS9N2gPcGEc4UsZg==", + "dev": true, "engines": { "node": ">=0.10.0" } }, "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, - "license": "MIT", "engines": { "node": ">=8" }, @@ -37611,11 +36307,15 @@ }, "node_modules/map-or-similar": { "version": "1.5.0", - "license": "MIT" + "resolved": "https://registry.npmjs.org/map-or-similar/-/map-or-similar-1.5.0.tgz", + "integrity": "sha512-0aF7ZmVon1igznGI4VS30yugpduQW3y3GkcgGJOp7d8x8QrizhigUxjI/m2UojsXXto+jLAH3KSz+xOJTiORjg==", + "dev": true }, "node_modules/map-visit": { "version": "1.0.0", - "license": "MIT", + "resolved": "https://registry.npmjs.org/map-visit/-/map-visit-1.0.0.tgz", + "integrity": "sha512-4y7uGv8bd2WdM9vpQsiQNo41Ln1NvhvDRuVt0k2JZQ+ezN2uaQes7lZeZ+QQUHOLQAtDaBJ+7wCbi+ab/KFs+w==", + "dev": true, "dependencies": { "object-visit": "^1.0.0" }, @@ -37625,7 +36325,9 @@ }, "node_modules/markdown-escapes": { "version": "1.0.4", - "license": "MIT", + "resolved": "https://registry.npmjs.org/markdown-escapes/-/markdown-escapes-1.0.4.tgz", + "integrity": "sha512-8z4efJYk43E0upd0NbVXwgSTQs6cT3T06etieCMEg7dRbzCbxUCK/GHlX8mhHRDcp+OLlHkPKsvqQTCvsRl2cg==", + "dev": true, "funding": { "type": "github", "url": "https://github.com/sponsors/wooorm" @@ -37638,8 +36340,9 @@ }, "node_modules/mathml-tag-names": { "version": "2.1.3", + "resolved": "https://registry.npmjs.org/mathml-tag-names/-/mathml-tag-names-2.1.3.tgz", + "integrity": "sha512-APMBEanjybaPzUrfqU0IMU5I0AswKMH7k8OTLs0vvV4KZpExkTkY87nR/zpbuTPj+gARop7aGUbl11pnDfW6xg==", "dev": true, - "license": "MIT", "funding": { "type": "github", "url": "https://github.com/sponsors/wooorm" @@ -37647,7 +36350,9 @@ }, "node_modules/md5.js": { "version": "1.3.5", - "license": "MIT", + "resolved": "https://registry.npmjs.org/md5.js/-/md5.js-1.3.5.tgz", + "integrity": "sha512-xitP+WxNPcTTOgnTJcrhM0xvdPepipPSf3I8EIpGKeFLjt3PlJLIDG3u8EX53ZIubkb+5U2+3rELYpEhHhzdkg==", + "dev": true, "dependencies": { "hash-base": "^3.0.0", "inherits": "^2.0.1", @@ -37656,7 +36361,9 @@ }, "node_modules/mdast-squeeze-paragraphs": { "version": "4.0.0", - "license": "MIT", + "resolved": "https://registry.npmjs.org/mdast-squeeze-paragraphs/-/mdast-squeeze-paragraphs-4.0.0.tgz", + "integrity": "sha512-zxdPn69hkQ1rm4J+2Cs2j6wDEv7O17TfXTJ33tl/+JPIoEmtV9t2ZzBM5LPHE8QlHsmVD8t3vPKCyY3oH+H8MQ==", + "dev": true, "dependencies": { "unist-util-remove": "^2.0.0" }, @@ -37667,7 +36374,9 @@ }, "node_modules/mdast-util-definitions": { "version": "4.0.0", - "license": "MIT", + "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, "dependencies": { "unist-util-visit": "^2.0.0" }, @@ -37678,7 +36387,9 @@ }, "node_modules/mdast-util-definitions/node_modules/unist-util-visit": { "version": "2.0.3", - "license": "MIT", + "resolved": "https://registry.npmjs.org/unist-util-visit/-/unist-util-visit-2.0.3.tgz", + "integrity": "sha512-iJ4/RczbJMkD0712mGktuGpm/U4By4FfDonL7N/9tATGIF4imikjOuagyMY53tnZq3NP6BcmlrHhEKAfGWjh7Q==", + "dev": true, "dependencies": { "@types/unist": "^2.0.0", "unist-util-is": "^4.0.0", @@ -37691,7 +36402,9 @@ }, "node_modules/mdast-util-definitions/node_modules/unist-util-visit-parents": { "version": "3.1.1", - "license": "MIT", + "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" @@ -37703,7 +36416,9 @@ }, "node_modules/mdast-util-to-hast": { "version": "10.0.1", - "license": "MIT", + "resolved": "https://registry.npmjs.org/mdast-util-to-hast/-/mdast-util-to-hast-10.0.1.tgz", + "integrity": "sha512-BW3LM9SEMnjf4HXXVApZMt8gLQWVNXc3jryK0nJu/rOXPOnlkUjmdkDlmxMirpbU9ILncGFIwLH/ubnWBbcdgA==", + "dev": true, "dependencies": { "@types/mdast": "^3.0.0", "@types/unist": "^2.0.0", @@ -37721,7 +36436,9 @@ }, "node_modules/mdast-util-to-hast/node_modules/unist-util-visit": { "version": "2.0.3", - "license": "MIT", + "resolved": "https://registry.npmjs.org/unist-util-visit/-/unist-util-visit-2.0.3.tgz", + "integrity": "sha512-iJ4/RczbJMkD0712mGktuGpm/U4By4FfDonL7N/9tATGIF4imikjOuagyMY53tnZq3NP6BcmlrHhEKAfGWjh7Q==", + "dev": true, "dependencies": { "@types/unist": "^2.0.0", "unist-util-is": "^4.0.0", @@ -37734,7 +36451,9 @@ }, "node_modules/mdast-util-to-hast/node_modules/unist-util-visit-parents": { "version": "3.1.1", - "license": "MIT", + "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" @@ -37746,34 +36465,40 @@ }, "node_modules/mdast-util-to-string": { "version": "1.1.0", + "resolved": "https://registry.npmjs.org/mdast-util-to-string/-/mdast-util-to-string-1.1.0.tgz", + "integrity": "sha512-jVU0Nr2B9X3MU4tSK7JP1CMkSvOj7X5l/GboG1tKRw52lLF1x2Ju92Ms9tNetCcbfX3hzlM73zYo2NKkWSfF/A==", "dev": true, - "license": "MIT", "funding": { "type": "opencollective", "url": "https://opencollective.com/unified" } }, "node_modules/mdn-data": { - "version": "2.0.14", - "resolved": "https://registry.npmjs.org/mdn-data/-/mdn-data-2.0.14.tgz", - "integrity": "sha512-dn6wd0uw5GsdswPFfsgMp5NSB0/aDe6fK94YJV/AJDYXL6HVLWBsxeq7js7Ad+mU2K9LAlwpk6kN2D5mwCPVow==", + "version": "2.0.30", + "resolved": "https://registry.npmjs.org/mdn-data/-/mdn-data-2.0.30.tgz", + "integrity": "sha512-GaqWWShW4kv/G9IEucWScBx9G1/vsFZZJUO+tD26M8J8z3Kw5RDQjaoZe03YAClgeS/SWPOcb4nkFBTEi5DUEA==", "dev": true }, "node_modules/mdurl": { "version": "1.0.1", - "license": "MIT" + "resolved": "https://registry.npmjs.org/mdurl/-/mdurl-1.0.1.tgz", + "integrity": "sha512-/sKlQJCBYVY9Ers9hqzKou4H6V5UWc/M59TH2dvkt+84itfnq7uFOMLpOiOS4ujvHP4etln18fmIxA5R5fll0g==", + "dev": true }, "node_modules/media-typer": { "version": "0.3.0", - "license": "MIT", + "resolved": "https://registry.npmjs.org/media-typer/-/media-typer-0.3.0.tgz", + "integrity": "sha512-dq+qelQ9akHpcOl/gUVRTxVIOkAJ1wR3QAvb4RsVjS8oVoFjDGTc679wJYmUmknUF5HwMLOgb5O+a3KxfWapPQ==", + "dev": true, "engines": { "node": ">= 0.6" } }, "node_modules/mem": { "version": "8.1.1", + "resolved": "https://registry.npmjs.org/mem/-/mem-8.1.1.tgz", + "integrity": "sha512-qFCFUDs7U3b8mBDPyz5EToEKoAkgCzqquIgi9nkkR9bixxOVOre+09lbuH7+9Kn2NFpm56M3GUWVbU2hQgdACA==", "dev": true, - "license": "MIT", "dependencies": { "map-age-cleaner": "^0.1.3", "mimic-fn": "^3.1.0" @@ -37787,17 +36512,20 @@ }, "node_modules/mem/node_modules/mimic-fn": { "version": "3.1.0", + "resolved": "https://registry.npmjs.org/mimic-fn/-/mimic-fn-3.1.0.tgz", + "integrity": "sha512-Ysbi9uYW9hFyfrThdDEQuykN4Ey6BuwPD2kpI5ES/nFTDn/98yxYNLZJcgUAKPT/mcrLLKaGzJR9YVxJrIdASQ==", "dev": true, - "license": "MIT", "engines": { "node": ">=8" } }, "node_modules/memfs": { - "version": "3.5.1", - "license": "Unlicense", + "version": "3.5.3", + "resolved": "https://registry.npmjs.org/memfs/-/memfs-3.5.3.tgz", + "integrity": "sha512-UERzLsxzllchadvbPs5aolHh65ISpKpM+ccLbOJ8/vvpBKmAWf+la7dXFy7Mr0ySHbdHrFv5kGFCUHHe6GFEmw==", + "dev": true, "dependencies": { - "fs-monkey": "^1.0.3" + "fs-monkey": "^1.0.4" }, "engines": { "node": ">= 4.0.0" @@ -37805,29 +36533,34 @@ }, "node_modules/memoizerific": { "version": "1.11.3", - "license": "MIT", + "resolved": "https://registry.npmjs.org/memoizerific/-/memoizerific-1.11.3.tgz", + "integrity": "sha512-/EuHYwAPdLtXwAwSZkh/Gutery6pD2KYd44oQLhAvQp/50mpyduZh8Q7PYHXTCJ+wuXxt7oij2LXyIJOOYFPog==", + "dev": true, "dependencies": { "map-or-similar": "^1.5.0" } }, "node_modules/memory-fs": { - "version": "0.5.0", - "license": "MIT", + "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" - }, - "engines": { - "node": ">=4.3.0 <5.0.0 || >=5.10" } }, "node_modules/memory-fs/node_modules/isarray": { "version": "1.0.0", - "license": "MIT" + "resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz", + "integrity": "sha512-VLghIWNM6ELQzo7zwmcg0NmTVyWKYjvIeM83yjp0wRDTmUnrM678fQbcKBo6n2CJEF0szoG//ytg+TKla89ALQ==", + "dev": true }, "node_modules/memory-fs/node_modules/readable-stream": { "version": "2.3.8", - "license": "MIT", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.8.tgz", + "integrity": "sha512-8p0AUk4XODgIewSi0l8Epjs+EVnWiK7NoDIEGU0HhE7+ZyY8D1IMY7odu5lRrFXGg71L15KG8QrPmum45RTtdA==", + "dev": true, "dependencies": { "core-util-is": "~1.0.0", "inherits": "~2.0.3", @@ -37840,48 +36573,44 @@ }, "node_modules/memory-fs/node_modules/string_decoder": { "version": "1.1.1", - "license": "MIT", + "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz", + "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", + "dev": true, "dependencies": { "safe-buffer": "~5.1.0" } }, "node_modules/meow": { - "version": "9.0.0", + "version": "10.1.5", + "resolved": "https://registry.npmjs.org/meow/-/meow-10.1.5.tgz", + "integrity": "sha512-/d+PQ4GKmGvM9Bee/DPa8z3mXs/pkvJE2KEThngVNOqtmljC6K7NMPxtc2JeZYTmpWb9k/TmxjeL18ez3h7vCw==", "dev": true, - "license": "MIT", "dependencies": { - "@types/minimist": "^1.2.0", - "camelcase-keys": "^6.2.2", - "decamelize": "^1.2.0", + "@types/minimist": "^1.2.2", + "camelcase-keys": "^7.0.0", + "decamelize": "^5.0.0", "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" + "normalize-package-data": "^3.0.2", + "read-pkg-up": "^8.0.0", + "redent": "^4.0.0", + "trim-newlines": "^4.0.2", + "type-fest": "^1.2.2", + "yargs-parser": "^20.2.9" }, "engines": { - "node": ">=10" + "node": "^12.20.0 || ^14.13.1 || >=16.0.0" }, "funding": { "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/meow/node_modules/decamelize": { - "version": "1.2.0", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=0.10.0" - } - }, "node_modules/meow/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, - "license": "ISC", "dependencies": { "lru-cache": "^6.0.0" }, @@ -37891,8 +36620,9 @@ }, "node_modules/meow/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==", "dev": true, - "license": "ISC", "dependencies": { "yallist": "^4.0.0" }, @@ -37902,8 +36632,9 @@ }, "node_modules/meow/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, - "license": "BSD-2-Clause", "dependencies": { "hosted-git-info": "^4.0.1", "is-core-module": "^2.5.0", @@ -37914,10 +36645,46 @@ "node": ">=10" } }, + "node_modules/meow/node_modules/read-pkg": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/read-pkg/-/read-pkg-6.0.0.tgz", + "integrity": "sha512-X1Fu3dPuk/8ZLsMhEj5f4wFAF0DWoK7qhGJvgaijocXxBmSToKfbFtqbxMO7bVjNA1dmE5huAzjXj/ey86iw9Q==", + "dev": true, + "dependencies": { + "@types/normalize-package-data": "^2.4.0", + "normalize-package-data": "^3.0.2", + "parse-json": "^5.2.0", + "type-fest": "^1.0.1" + }, + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/meow/node_modules/read-pkg-up": { + "version": "8.0.0", + "resolved": "https://registry.npmjs.org/read-pkg-up/-/read-pkg-up-8.0.0.tgz", + "integrity": "sha512-snVCqPczksT0HS2EC+SxUndvSzn6LRCwpfSvLrIfR5BKDQQZMaI6jPRC9dYvYFDRAuFEAnkwww8kBBNE/3VvzQ==", + "dev": true, + "dependencies": { + "find-up": "^5.0.0", + "read-pkg": "^6.0.0", + "type-fest": "^1.0.1" + }, + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, "node_modules/meow/node_modules/type-fest": { - "version": "0.18.1", + "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, - "license": "(MIT OR CC0-1.0)", "engines": { "node": ">=10" }, @@ -37927,46 +36694,56 @@ }, "node_modules/meow/node_modules/yallist": { "version": "4.0.0", - "dev": true, - "license": "ISC" + "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", + "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==", + "dev": true }, "node_modules/meow/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, - "license": "ISC", "engines": { "node": ">=10" } }, "node_modules/merge-descriptors": { "version": "1.0.1", - "license": "MIT" + "resolved": "https://registry.npmjs.org/merge-descriptors/-/merge-descriptors-1.0.1.tgz", + "integrity": "sha512-cCi6g3/Zr1iqQi6ySbseM1Xvooa98N0w31jzUYrXPX2xqObmFGHJ0tQ5u74H3mVh7wLouTseZyYIq39g8cNp1w==", + "dev": true }, "node_modules/merge-stream": { "version": "2.0.0", - "license": "MIT" + "resolved": "https://registry.npmjs.org/merge-stream/-/merge-stream-2.0.0.tgz", + "integrity": "sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w==" }, "node_modules/merge2": { "version": "1.4.1", - "license": "MIT", + "resolved": "https://registry.npmjs.org/merge2/-/merge2-1.4.1.tgz", + "integrity": "sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==", "engines": { "node": ">= 8" } }, "node_modules/methods": { "version": "1.1.2", - "license": "MIT", + "resolved": "https://registry.npmjs.org/methods/-/methods-1.1.2.tgz", + "integrity": "sha512-iclAHeNqNm68zFtnZ0e+1L2yUIdvzNoauKU4WBA3VvH/vPFieF7qfRlwUZU+DA9P9bPXIS90ulxoUoCH23sV2w==", "engines": { "node": ">= 0.6" } }, "node_modules/microevent.ts": { "version": "0.1.1", - "license": "MIT" + "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", - "license": "MIT", + "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" @@ -37977,7 +36754,9 @@ }, "node_modules/miller-rabin": { "version": "4.0.1", - "license": "MIT", + "resolved": "https://registry.npmjs.org/miller-rabin/-/miller-rabin-4.0.1.tgz", + "integrity": "sha512-115fLhvZVqWwHPbClyntxEVfVDfl9DLLTuJvq3g2O/Oxi8AiNouAHvDSzHS0viUJc+V5vm3eq91Xwqn9dp4jRA==", + "dev": true, "dependencies": { "bn.js": "^4.0.0", "brorand": "^1.0.1" @@ -37988,11 +36767,15 @@ }, "node_modules/miller-rabin/node_modules/bn.js": { "version": "4.12.0", - "license": "MIT" + "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": "1.6.0", - "license": "MIT", + "resolved": "https://registry.npmjs.org/mime/-/mime-1.6.0.tgz", + "integrity": "sha512-x0Vn8spI+wuJ1O6S7gnbaQg8Pxh4NNHb7KSINmEWKiPE4RKOplvijn+NkmYmmRgP68mc70j2EbeTFRsrswaQeg==", + "dev": true, "bin": { "mime": "cli.js" }, @@ -38002,14 +36785,16 @@ }, "node_modules/mime-db": { "version": "1.52.0", - "license": "MIT", + "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.52.0.tgz", + "integrity": "sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==", "engines": { "node": ">= 0.6" } }, "node_modules/mime-types": { "version": "2.1.35", - "license": "MIT", + "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" }, @@ -38019,14 +36804,16 @@ }, "node_modules/mimic-fn": { "version": "2.1.0", - "license": "MIT", + "resolved": "https://registry.npmjs.org/mimic-fn/-/mimic-fn-2.1.0.tgz", + "integrity": "sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg==", "engines": { "node": ">=6" } }, "node_modules/mimic-response": { "version": "2.1.0", - "license": "MIT", + "resolved": "https://registry.npmjs.org/mimic-response/-/mimic-response-2.1.0.tgz", + "integrity": "sha512-wXqjST+SLt7R009ySCglWBCFpjUygmCIfD790/kVbiGmUgfYGuB14PiTd5DwVxSV4NcYHjzMkoj5LjQZwTQLEA==", "optional": true, "engines": { "node": ">=8" @@ -38037,14 +36824,18 @@ }, "node_modules/min-document": { "version": "2.19.0", + "resolved": "https://registry.npmjs.org/min-document/-/min-document-2.19.0.tgz", + "integrity": "sha512-9Wy1B3m3f66bPPmU5hdA4DR4PB2OfDU/+GS3yAB7IQozE3tqXaVv2zOjgla7MEGSRv95+ILmOuvhLkOK6wJtCQ==", + "dev": true, "dependencies": { "dom-walk": "^0.1.0" } }, "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, - "license": "MIT", "engines": { "node": ">=4" } @@ -38068,36 +36859,23 @@ "webpack": "^5.0.0" } }, - "node_modules/mini-css-extract-plugin/node_modules/schema-utils": { - "version": "4.2.0", - "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-4.2.0.tgz", - "integrity": "sha512-L0jRsrPpjdckP3oPug3/VxNKt2trR8TcabrM6FOAAlvC/9Phcmm+cuAgTlxBqdBR1WJx7Naj9WHw+aOmheSVbw==", - "dev": true, - "dependencies": { - "@types/json-schema": "^7.0.9", - "ajv": "^8.9.0", - "ajv-formats": "^2.1.1", - "ajv-keywords": "^5.1.0" - }, - "engines": { - "node": ">= 12.13.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/webpack" - } - }, "node_modules/minimalistic-assert": { "version": "1.0.1", - "license": "ISC" + "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", - "license": "MIT" + "resolved": "https://registry.npmjs.org/minimalistic-crypto-utils/-/minimalistic-crypto-utils-1.0.1.tgz", + "integrity": "sha512-JIYlbt6g8i5jKfJ3xz7rF0LXmv2TkDxBLUkiBeZ7bAx4GnnNMr8xFpGnOxn6GhTEHx3SjRrZEoU+j04prX1ktg==", + "dev": true }, "node_modules/minimatch": { - "version": "3.1.2", - "license": "ISC", + "version": "3.0.5", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.5.tgz", + "integrity": "sha512-tUpxzX0VAzJHjLu0xUfFv1gwVp9ba3IOuRAVH2EGuRW8a5emA2FlACLqiT/lDVtS1W+TGNwqz3sWaNyLgDJWuw==", + "dev": true, "dependencies": { "brace-expansion": "^1.1.7" }, @@ -38107,7 +36885,8 @@ }, "node_modules/minimatch-browser": { "version": "1.0.0", - "license": "ISC", + "resolved": "https://registry.npmjs.org/minimatch-browser/-/minimatch-browser-1.0.0.tgz", + "integrity": "sha512-xET0irkHzT47f9h16H6ZVZw9lFZ33pK5DD5Pt0Gt/PcXAlevXjCz8zzM859gIWEDcD2yjKa31dGfwlKgk/12NQ==", "dependencies": { "brace-expansion": "^1.1.7" }, @@ -38117,15 +36896,18 @@ }, "node_modules/minimist": { "version": "1.2.8", - "license": "MIT", + "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.8.tgz", + "integrity": "sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==", + "dev": true, "funding": { "url": "https://github.com/sponsors/ljharb" } }, "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, - "license": "MIT", "dependencies": { "arrify": "^1.0.1", "is-plain-obj": "^1.1.0", @@ -38137,15 +36919,39 @@ }, "node_modules/minimist-options/node_modules/arrify": { "version": "1.0.1", + "resolved": "https://registry.npmjs.org/arrify/-/arrify-1.0.1.tgz", + "integrity": "sha512-3CYzex9M9FGQjCGMGyi6/31c8GJbgb0qGyrx5HWxPd0aCwh4cB2YjMb2Xf9UuoogrMrlO9cTqnB5rI5GHZTcUA==", "dev": true, - "license": "MIT", "engines": { "node": ">=0.10.0" } }, "node_modules/minipass": { + "version": "4.2.8", + "resolved": "https://registry.npmjs.org/minipass/-/minipass-4.2.8.tgz", + "integrity": "sha512-fNzuVyifolSLFL4NzpF+wEF4qrgqaaKX0haXPQEdQ7NKAN+WecoKMHV09YcuL/DHxrUsYQOK3MiuDf7Ip2OXfQ==", + "dev": true, + "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==", + "dev": true, + "dependencies": { + "minipass": "^3.0.0" + }, + "engines": { + "node": ">= 8" + } + }, + "node_modules/minipass-collect/node_modules/minipass": { "version": "3.3.6", - "license": "ISC", + "resolved": "https://registry.npmjs.org/minipass/-/minipass-3.3.6.tgz", + "integrity": "sha512-DxiNidxSEK+tHG6zOIklvNOwm3hvCrbUrdtzY74U6HKTJxvIDfOUL5W5P2Ghd3DTkhhKPYGqeNUIh5qcM4YBfw==", + "dev": true, "dependencies": { "yallist": "^4.0.0" }, @@ -38153,45 +36959,52 @@ "node": ">=8" } }, - "node_modules/minipass-collect": { - "version": "1.0.2", - "license": "ISC", - "dependencies": { - "minipass": "^3.0.0" - }, - "engines": { - "node": ">= 8" - } + "node_modules/minipass-collect/node_modules/yallist": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", + "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==", + "dev": true }, "node_modules/minipass-fetch": { - "version": "3.0.4", - "resolved": "https://registry.npmjs.org/minipass-fetch/-/minipass-fetch-3.0.4.tgz", - "integrity": "sha512-jHAqnA728uUpIaFm7NWsCnqKT6UqZz7GcI/bDpPATuwYyKwJwW0remxSCxUlKiEty+eopHGa3oc8WxgQ1FFJqg==", + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/minipass-fetch/-/minipass-fetch-2.1.2.tgz", + "integrity": "sha512-LT49Zi2/WMROHYoqGgdlQIZh8mLPZmOrN2NdJjMXxYe4nkN6FUyuPuOAOedNJDrx0IRGg9+4guZewtp8hE6TxA==", "dev": true, "dependencies": { - "minipass": "^7.0.3", + "minipass": "^3.1.6", "minipass-sized": "^1.0.3", "minizlib": "^2.1.2" }, "engines": { - "node": "^14.17.0 || ^16.13.0 || >=18.0.0" + "node": "^12.13.0 || ^14.15.0 || >=16.0.0" }, "optionalDependencies": { "encoding": "^0.1.13" } }, "node_modules/minipass-fetch/node_modules/minipass": { - "version": "7.0.4", - "resolved": "https://registry.npmjs.org/minipass/-/minipass-7.0.4.tgz", - "integrity": "sha512-jYofLM5Dam9279rdkWzqHozUo4ybjdZmCsDHePy5V/PbBcVMiSZR97gmAy45aqi8CK1lG2ECd356FU86avfwUQ==", + "version": "3.3.6", + "resolved": "https://registry.npmjs.org/minipass/-/minipass-3.3.6.tgz", + "integrity": "sha512-DxiNidxSEK+tHG6zOIklvNOwm3hvCrbUrdtzY74U6HKTJxvIDfOUL5W5P2Ghd3DTkhhKPYGqeNUIh5qcM4YBfw==", "dev": true, + "dependencies": { + "yallist": "^4.0.0" + }, "engines": { - "node": ">=16 || 14 >=14.17" + "node": ">=8" } }, + "node_modules/minipass-fetch/node_modules/yallist": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", + "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==", + "dev": true + }, "node_modules/minipass-flush": { "version": "1.0.5", - "license": "ISC", + "resolved": "https://registry.npmjs.org/minipass-flush/-/minipass-flush-1.0.5.tgz", + "integrity": "sha512-JmQSYYpPUqX5Jyn1mXaRwOda1uQ8HP5KAT/oDSLCzt1BYRhQU0/hDtsB1ufZfEEzMZ9aAVmsBw8+FWsIXlClWw==", + "dev": true, "dependencies": { "minipass": "^3.0.0" }, @@ -38199,6 +37012,24 @@ "node": ">= 8" } }, + "node_modules/minipass-flush/node_modules/minipass": { + "version": "3.3.6", + "resolved": "https://registry.npmjs.org/minipass/-/minipass-3.3.6.tgz", + "integrity": "sha512-DxiNidxSEK+tHG6zOIklvNOwm3hvCrbUrdtzY74U6HKTJxvIDfOUL5W5P2Ghd3DTkhhKPYGqeNUIh5qcM4YBfw==", + "dev": true, + "dependencies": { + "yallist": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/minipass-flush/node_modules/yallist": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", + "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==", + "dev": true + }, "node_modules/minipass-json-stream": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/minipass-json-stream/-/minipass-json-stream-1.0.1.tgz", @@ -38209,9 +37040,29 @@ "minipass": "^3.0.0" } }, + "node_modules/minipass-json-stream/node_modules/minipass": { + "version": "3.3.6", + "resolved": "https://registry.npmjs.org/minipass/-/minipass-3.3.6.tgz", + "integrity": "sha512-DxiNidxSEK+tHG6zOIklvNOwm3hvCrbUrdtzY74U6HKTJxvIDfOUL5W5P2Ghd3DTkhhKPYGqeNUIh5qcM4YBfw==", + "dev": true, + "dependencies": { + "yallist": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/minipass-json-stream/node_modules/yallist": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", + "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==", + "dev": true + }, "node_modules/minipass-pipeline": { "version": "1.2.4", - "license": "ISC", + "resolved": "https://registry.npmjs.org/minipass-pipeline/-/minipass-pipeline-1.2.4.tgz", + "integrity": "sha512-xuIq7cIOt09RPRJ19gdi4b+RiNvDFYe5JH+ggNvBqGqpQXcru3PcRmOZuHBKWK1Txf9+cQ+HMVN4d6z46LZP7A==", + "dev": true, "dependencies": { "minipass": "^3.0.0" }, @@ -38219,6 +37070,24 @@ "node": ">=8" } }, + "node_modules/minipass-pipeline/node_modules/minipass": { + "version": "3.3.6", + "resolved": "https://registry.npmjs.org/minipass/-/minipass-3.3.6.tgz", + "integrity": "sha512-DxiNidxSEK+tHG6zOIklvNOwm3hvCrbUrdtzY74U6HKTJxvIDfOUL5W5P2Ghd3DTkhhKPYGqeNUIh5qcM4YBfw==", + "dev": true, + "dependencies": { + "yallist": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/minipass-pipeline/node_modules/yallist": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", + "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==", + "dev": true + }, "node_modules/minipass-sized": { "version": "1.0.3", "resolved": "https://registry.npmjs.org/minipass-sized/-/minipass-sized-1.0.3.tgz", @@ -38231,13 +37100,29 @@ "node": ">=8" } }, - "node_modules/minipass/node_modules/yallist": { + "node_modules/minipass-sized/node_modules/minipass": { + "version": "3.3.6", + "resolved": "https://registry.npmjs.org/minipass/-/minipass-3.3.6.tgz", + "integrity": "sha512-DxiNidxSEK+tHG6zOIklvNOwm3hvCrbUrdtzY74U6HKTJxvIDfOUL5W5P2Ghd3DTkhhKPYGqeNUIh5qcM4YBfw==", + "dev": true, + "dependencies": { + "yallist": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/minipass-sized/node_modules/yallist": { "version": "4.0.0", - "license": "ISC" + "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", + "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==", + "dev": true }, "node_modules/minizlib": { "version": "2.1.2", - "license": "MIT", + "resolved": "https://registry.npmjs.org/minizlib/-/minizlib-2.1.2.tgz", + "integrity": "sha512-bAxsR8BVfj60DWXHE3u30oHzfl4G7khkSuPW+qvpd7jFRHm7dLxOjUk1EHACJ/hxLY8phGJ0YhYHZo7jil7Qdg==", + "devOptional": true, "dependencies": { "minipass": "^3.0.0", "yallist": "^4.0.0" @@ -38246,13 +37131,29 @@ "node": ">= 8" } }, + "node_modules/minizlib/node_modules/minipass": { + "version": "3.3.6", + "resolved": "https://registry.npmjs.org/minipass/-/minipass-3.3.6.tgz", + "integrity": "sha512-DxiNidxSEK+tHG6zOIklvNOwm3hvCrbUrdtzY74U6HKTJxvIDfOUL5W5P2Ghd3DTkhhKPYGqeNUIh5qcM4YBfw==", + "devOptional": true, + "dependencies": { + "yallist": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, "node_modules/minizlib/node_modules/yallist": { "version": "4.0.0", - "license": "ISC" + "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", + "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==", + "devOptional": true }, "node_modules/mississippi": { "version": "3.0.0", - "license": "BSD-2-Clause", + "resolved": "https://registry.npmjs.org/mississippi/-/mississippi-3.0.0.tgz", + "integrity": "sha512-x471SsVjUtBRtcvd4BzKE9kFC+/2TeWgKCgw0bZcw1b9l2X3QX5vCWgF+KaZaYm87Ss//rHnWryupDrgLvmSkA==", + "dev": true, "dependencies": { "concat-stream": "^1.5.0", "duplexify": "^3.4.2", @@ -38271,12 +37172,15 @@ }, "node_modules/mitt": { "version": "1.2.0", - "dev": true, - "license": "MIT" + "resolved": "https://registry.npmjs.org/mitt/-/mitt-1.2.0.tgz", + "integrity": "sha512-r6lj77KlwqLhIUku9UWYes7KJtsczvolZkzp8hbaDPPaE24OmWl5s539Mytlj22siEQKosZ26qCBgda2PKwoJw==", + "dev": true }, "node_modules/mixin-deep": { "version": "1.3.2", - "license": "MIT", + "resolved": "https://registry.npmjs.org/mixin-deep/-/mixin-deep-1.3.2.tgz", + "integrity": "sha512-WRoDn//mXBiJ1H40rqa3vH0toePwSsGb45iInWlTySa+Uu4k3tYUSxa2v1KqAiLtvlrSzaExqS1gtk96A9zvEA==", + "dev": true, "dependencies": { "for-in": "^1.0.2", "is-extendable": "^1.0.1" @@ -38287,7 +37191,9 @@ }, "node_modules/mkdirp": { "version": "1.0.4", - "license": "MIT", + "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-1.0.4.tgz", + "integrity": "sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw==", + "devOptional": true, "bin": { "mkdirp": "bin/cmd.js" }, @@ -38305,13 +37211,15 @@ } }, "node_modules/monaco-editor": { - "version": "0.33.0", - "resolved": "https://registry.npmjs.org/monaco-editor/-/monaco-editor-0.33.0.tgz", - "integrity": "sha512-VcRWPSLIUEgQJQIE0pVT8FcGBIgFoxz7jtqctE+IiCxWugD0DwgyQBcZBhdSrdMC84eumoqMZsGl2GTreOzwqw==" + "version": "0.34.1", + "resolved": "https://registry.npmjs.org/monaco-editor/-/monaco-editor-0.34.1.tgz", + "integrity": "sha512-FKc80TyiMaruhJKKPz5SpJPIjL+dflGvz4CpuThaPMc94AyN7SeC9HQ8hrvaxX7EyHdJcUY5i4D0gNyJj1vSZQ==" }, "node_modules/move-concurrently": { "version": "1.0.1", - "license": "ISC", + "resolved": "https://registry.npmjs.org/move-concurrently/-/move-concurrently-1.0.1.tgz", + "integrity": "sha512-hdrFxZOycD/g6A6SoI2bB5NA/5NEqD0569+S47WZhPvm46sD50ZHdYaFmnua5lndde9rCHGjmfK7Z8BuCt/PcQ==", + "dev": true, "dependencies": { "aproba": "^1.1.1", "copy-concurrently": "^1.0.0", @@ -38323,11 +37231,15 @@ }, "node_modules/move-concurrently/node_modules/aproba": { "version": "1.2.0", - "license": "ISC" + "resolved": "https://registry.npmjs.org/aproba/-/aproba-1.2.0.tgz", + "integrity": "sha512-Y9J6ZjXtoYh8RnXVCMOU/ttDmk1aBjunq9vO0ta5x85WDQiQfUF9sIPBITdbiiIVcBo03Hi3jMxigBtsddlXRw==", + "dev": true }, "node_modules/move-concurrently/node_modules/glob": { "version": "7.2.3", - "license": "ISC", + "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", @@ -38343,9 +37255,23 @@ "url": "https://github.com/sponsors/isaacs" } }, + "node_modules/move-concurrently/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": { + "brace-expansion": "^1.1.7" + }, + "engines": { + "node": "*" + } + }, "node_modules/move-concurrently/node_modules/mkdirp": { "version": "0.5.6", - "license": "MIT", + "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" }, @@ -38355,7 +37281,9 @@ }, "node_modules/move-concurrently/node_modules/rimraf": { "version": "2.7.1", - "license": "ISC", + "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-2.7.1.tgz", + "integrity": "sha512-uWjbaKIK3T1OSVptzX7Nl6PvQ3qAGtKEtVRjRuazjfL3Bx5eI409VZSqgND+4UNnmzLVdPj9FqFJNPqBZFve4w==", + "dev": true, "dependencies": { "glob": "^7.1.3" }, @@ -38365,12 +37293,14 @@ }, "node_modules/ms": { "version": "2.1.2", - "license": "MIT" + "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz", + "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==" }, "node_modules/multicast-dns": { "version": "7.2.5", + "resolved": "https://registry.npmjs.org/multicast-dns/-/multicast-dns-7.2.5.tgz", + "integrity": "sha512-2eznPJP8z2BFLX50tf0LuODrpINqP1RVIm/CObbTcBRITQgmC/TjcREF1NeTBzIcR5XO/ukWo+YHOjBbFwIupg==", "dev": true, - "license": "MIT", "dependencies": { "dns-packet": "^5.2.2", "thunky": "^1.0.2" @@ -38381,23 +37311,27 @@ }, "node_modules/mute-stream": { "version": "0.0.8", - "dev": true, - "license": "ISC" + "resolved": "https://registry.npmjs.org/mute-stream/-/mute-stream-0.0.8.tgz", + "integrity": "sha512-nnbWWOkoWyUsTjKrhgD0dcz22mdkSnpYqbEjIm2nhwhuxlSkpywJmBo8h0ZqJdkp73mb90SssHkN4rsRaBAfAA==", + "dev": true }, "node_modules/nan": { - "version": "2.17.0", - "license": "MIT", + "version": "2.18.0", + "resolved": "https://registry.npmjs.org/nan/-/nan-2.18.0.tgz", + "integrity": "sha512-W7tfG7vMOGtD30sHoZSSc/JVYiyDPEyQVso/Zz+/uQd0B0L46gtC+pHha5FFMRpil6fm/AoEcRWyOVi4+E/f8w==", "optional": true }, "node_modules/nanoid": { - "version": "3.3.6", + "version": "3.3.7", + "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.7.tgz", + "integrity": "sha512-eSRppjcPIatRIMC1U6UngP8XFcz8MQWGQdt1MTBQ7NaAmvXDfvNxbvWV3x2y6CdEUciCSsDHDQZbhYaB8QEo2g==", + "dev": true, "funding": [ { "type": "github", "url": "https://github.com/sponsors/ai" } ], - "license": "MIT", "bin": { "nanoid": "bin/nanoid.cjs" }, @@ -38407,7 +37341,9 @@ }, "node_modules/nanomatch": { "version": "1.2.13", - "license": "MIT", + "resolved": "https://registry.npmjs.org/nanomatch/-/nanomatch-1.2.13.tgz", + "integrity": "sha512-fpoe2T0RbHwBTBUOftAfBPaDEi06ufaUai0mE6Yn1kacc3SnTErfb/h+X94VXzI64rKFHYImXSvdwGGCmwOqCA==", + "dev": true, "dependencies": { "arr-diff": "^4.0.0", "array-unique": "^0.3.2", @@ -38425,27 +37361,17 @@ "node": ">=0.10.0" } }, - "node_modules/native-request": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/native-request/-/native-request-1.1.0.tgz", - "integrity": "sha512-uZ5rQaeRn15XmpgE0xoPL8YWqcX90VtCFglYwAgkvKM5e8fog+vePLAhHxuuv/gRkrQxIeh5U3q9sMNUrENqWw==", - "dev": true, - "optional": true - }, "node_modules/natural-compare": { "version": "1.4.0", - "devOptional": true, - "license": "MIT" - }, - "node_modules/natural-compare-lite": { - "version": "1.4.0", - "dev": true, - "license": "MIT" + "resolved": "https://registry.npmjs.org/natural-compare/-/natural-compare-1.4.0.tgz", + "integrity": "sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw==", + "dev": true }, "node_modules/needle": { "version": "3.2.0", + "resolved": "https://registry.npmjs.org/needle/-/needle-3.2.0.tgz", + "integrity": "sha512-oUvzXnyLiVyVGoianLijF9O/RecZUf7TkBfimjGrLM4eQhXyeJwM6GeAWccwfQ9aa4gMCZKqhAOuLaMIcQxajQ==", "dev": true, - "license": "MIT", "optional": true, "dependencies": { "debug": "^3.2.6", @@ -38461,8 +37387,9 @@ }, "node_modules/needle/node_modules/debug": { "version": "3.2.7", + "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz", + "integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==", "dev": true, - "license": "MIT", "optional": true, "dependencies": { "ms": "^2.1.1" @@ -38470,8 +37397,9 @@ }, "node_modules/needle/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==", "dev": true, - "license": "MIT", "optional": true, "dependencies": { "safer-buffer": ">= 2.1.2 < 3.0.0" @@ -38482,80 +37410,102 @@ }, "node_modules/negotiator": { "version": "0.6.3", - "license": "MIT", + "resolved": "https://registry.npmjs.org/negotiator/-/negotiator-0.6.3.tgz", + "integrity": "sha512-+EUsqGPLsM+j/zdChZjsnX51g4XrHFOIXwfnCVPGlQk/k5giakcKsuxCObBRu6DSm9opw/O6slWbJdghQM4bBg==", + "dev": true, "engines": { "node": ">= 0.6" } }, "node_modules/neo-async": { "version": "2.6.2", - "license": "MIT" + "resolved": "https://registry.npmjs.org/neo-async/-/neo-async-2.6.2.tgz", + "integrity": "sha512-Yd3UES5mWCSqR+qNT93S3UoYUkqAZ9lLg8a7g9rimsWmYGK8cVToA4/sF3RrshdyV3sAGMXVUmpMYOw+dLpOuw==", + "dev": true }, "node_modules/nested-error-stacks": { "version": "2.1.1", - "license": "MIT" + "resolved": "https://registry.npmjs.org/nested-error-stacks/-/nested-error-stacks-2.1.1.tgz", + "integrity": "sha512-9iN1ka/9zmX1ZvLV9ewJYEk9h7RyRRtqdK0woXcqohu8EWIerfPUjYJPg0ULy0UqP7cslmdGc8xKDJcojlKiaw==", + "dev": true }, "node_modules/next-tick": { "version": "1.1.0", - "license": "ISC" + "resolved": "https://registry.npmjs.org/next-tick/-/next-tick-1.1.0.tgz", + "integrity": "sha512-CXdUiJembsNjuToQvxayPZF9Vqht7hewsvy2sOWafLvi2awflj9mOC6bHIg50orX8IJvWKY9wYQ/zB2kogPslQ==" }, "node_modules/ng-packagr": { - "version": "14.0.3", + "version": "15.2.2", + "resolved": "https://registry.npmjs.org/ng-packagr/-/ng-packagr-15.2.2.tgz", + "integrity": "sha512-+042GBD35ztxbHywGJloAiDM/s3Ja3TZtQh361TWqd/xza3K5DMUu6VRGLTgMwG7CW1YsqYHWgMZslP1c+ng7A==", "dev": true, - "license": "MIT", "dependencies": { - "@rollup/plugin-json": "^4.1.0", - "@rollup/plugin-node-resolve": "^13.1.3", - "ajv": "^8.10.0", - "ansi-colors": "^4.1.1", - "browserslist": "^4.20.0", - "cacache": "^16.0.0", + "@rollup/plugin-json": "^6.0.0", + "@rollup/plugin-node-resolve": "^15.0.0", + "ajv": "^8.11.0", + "ansi-colors": "^4.1.3", + "autoprefixer": "^10.4.12", + "browserslist": "^4.21.4", + "cacache": "^17.0.0", "chokidar": "^3.5.3", - "commander": "^9.0.0", + "commander": "^10.0.0", + "convert-source-map": "^2.0.0", "dependency-graph": "^0.11.0", - "esbuild-wasm": "^0.14.29", + "esbuild-wasm": "^0.17.0", "find-cache-dir": "^3.3.2", - "glob": "^8.0.0", + "glob": "^8.0.3", "injection-js": "^2.4.0", - "jsonc-parser": "^3.0.0", - "less": "^4.1.2", + "jsonc-parser": "^3.2.0", + "less": "^4.1.3", "ora": "^5.1.0", - "postcss": "^8.4.8", - "postcss-preset-env": "^7.4.2", + "piscina": "^3.2.0", + "postcss": "^8.4.16", "postcss-url": "^10.1.3", - "rollup": "^2.70.0", - "rollup-plugin-sourcemaps": "^0.6.3", - "rxjs": "^7.5.5", - "sass": "^1.49.9", - "stylus": "^0.58.0" + "rollup": "^3.0.0", + "rxjs": "^7.5.6", + "sass": "^1.55.0" }, "bin": { "ng-packagr": "cli/main.js" }, "engines": { - "node": "^14.15.0 || >=16.10.0" + "node": "^14.20.0 || ^16.13.0 || >=18.10.0" }, "optionalDependencies": { - "esbuild": "^0.14.29" + "esbuild": "^0.17.0" }, "peerDependencies": { - "@angular/compiler-cli": "^14.0.0 || ^14.0.0-next || ^14.1.0-next", + "@angular/compiler-cli": "^15.0.0 || ^15.2.0-next.0", + "tailwindcss": "^2.0.0 || ^3.0.0", "tslib": "^2.3.0", - "typescript": ">=4.6.2 <4.8" + "typescript": ">=4.8.2 <5.0" + }, + "peerDependenciesMeta": { + "tailwindcss": { + "optional": true + } } }, "node_modules/ng-packagr/node_modules/commander": { - "version": "9.5.0", + "version": "10.0.1", + "resolved": "https://registry.npmjs.org/commander/-/commander-10.0.1.tgz", + "integrity": "sha512-y4Mg2tXshplEbSGzx7amzPwKKOCGuoSRP/CjEdwwk0FOGlUbq6lKuoyDZTNZkmxHdJtp54hdfY/JUrdL7Xfdug==", "dev": true, - "license": "MIT", "engines": { - "node": "^12.20.0 || >=14" + "node": ">=14" } }, + "node_modules/ng-packagr/node_modules/convert-source-map": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-2.0.0.tgz", + "integrity": "sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==", + "dev": true + }, "node_modules/ng-packagr/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, - "license": "MIT", "dependencies": { "commondir": "^1.0.1", "make-dir": "^3.0.2", @@ -38570,8 +37520,9 @@ }, "node_modules/ng-packagr/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, - "license": "MIT", "dependencies": { "locate-path": "^5.0.0", "path-exists": "^4.0.0" @@ -38582,8 +37533,9 @@ }, "node_modules/ng-packagr/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, - "license": "MIT", "dependencies": { "p-locate": "^4.1.0" }, @@ -38593,8 +37545,9 @@ }, "node_modules/ng-packagr/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==", "dev": true, - "license": "MIT", "dependencies": { "semver": "^6.0.0" }, @@ -38607,8 +37560,9 @@ }, "node_modules/ng-packagr/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, - "license": "MIT", "dependencies": { "p-try": "^2.0.0" }, @@ -38621,8 +37575,9 @@ }, "node_modules/ng-packagr/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, - "license": "MIT", "dependencies": { "p-limit": "^2.2.0" }, @@ -38632,8 +37587,9 @@ }, "node_modules/ng-packagr/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, - "license": "MIT", "dependencies": { "find-up": "^4.0.0" }, @@ -38643,8 +37599,9 @@ }, "node_modules/ng-packagr/node_modules/rxjs": { "version": "7.8.1", + "resolved": "https://registry.npmjs.org/rxjs/-/rxjs-7.8.1.tgz", + "integrity": "sha512-AA3TVj+0A2iuIoQkWEK/tqFjBq2j+6PO6Y0zJcvzLAFhEFIO3HL0vls9hWLncZbAAbK0mar7oZ4V079I/qPMxg==", "dev": true, - "license": "Apache-2.0", "dependencies": { "tslib": "^2.1.0" } @@ -38675,23 +37632,24 @@ } }, "node_modules/ngx-monaco-editor-v2": { - "version": "14.0.4", - "resolved": "https://registry.npmjs.org/ngx-monaco-editor-v2/-/ngx-monaco-editor-v2-14.0.4.tgz", - "integrity": "sha512-l1r5i6Xsn3OZed2DoUsYRgjHM1TvrOZId7JRNRGzCs7fjE8zvv1Kz/KimH2Ef9rF+ItUD4FUI29u9u6/NOf+fQ==", + "version": "15.0.1", + "resolved": "https://registry.npmjs.org/ngx-monaco-editor-v2/-/ngx-monaco-editor-v2-15.0.1.tgz", + "integrity": "sha512-QDj4XJO7o+XcYqbUrbIWhJdSRUnbAXltShsLveyVug+yw7ThS3DcE+FBuDUnAO67czTWta0paQPsyrH5DUfnkg==", "dependencies": { "tslib": "^2.1.0" }, "peerDependencies": { - "@angular/common": "^14.1.0", - "@angular/core": "^14.1.0", - "monaco-editor": "^0.33.0" + "@angular/common": "^15.0.2", + "@angular/core": "^15.0.2", + "monaco-editor": "^0.34.1" } }, "node_modules/nice-napi": { "version": "1.0.2", + "resolved": "https://registry.npmjs.org/nice-napi/-/nice-napi-1.0.2.tgz", + "integrity": "sha512-px/KnJAJZf5RuBGcfD+Sp2pAKq0ytz8j+1NehvgIGFkvtvFrDM3T8E4x/JJODXK9WZow8RRGrbA9QQ3hs+pDhA==", "dev": true, "hasInstallScript": true, - "license": "MIT", "optional": true, "os": [ "!win32" @@ -38703,12 +37661,15 @@ }, "node_modules/nice-try": { "version": "1.0.5", - "dev": true, - "license": "MIT" + "resolved": "https://registry.npmjs.org/nice-try/-/nice-try-1.0.5.tgz", + "integrity": "sha512-1nh45deeb5olNY7eX82BkPO7SSxR5SSYJiPTrTdFUVYwAl8CKMA5N9PjTYkHiRjisVcxcQ1HXdLhx2qxxJzLNQ==", + "dev": true }, "node_modules/no-case": { "version": "3.0.4", - "license": "MIT", + "resolved": "https://registry.npmjs.org/no-case/-/no-case-3.0.4.tgz", + "integrity": "sha512-fgAN3jGAh+RoxUGZHTSOLJIqUc2wmoBwGR4tbpNAKmmovFoWq0OdRkb0VkldReO2a2iBT/OEulG9XSUc10r3zg==", + "dev": true, "dependencies": { "lower-case": "^2.0.2", "tslib": "^2.0.3" @@ -38722,13 +37683,15 @@ }, "node_modules/node-addon-api": { "version": "3.2.1", - "dev": true, - "license": "MIT" + "resolved": "https://registry.npmjs.org/node-addon-api/-/node-addon-api-3.2.1.tgz", + "integrity": "sha512-mmcei9JghVNDYydghQmeDX8KoAm0FAiYyIcUt/N4nhyAipB17pllZQDOJD2fotxABnt4Mdz+dKTO7eftLg4d0A==", + "dev": true }, "node_modules/node-fetch": { "version": "2.7.0", "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.7.0.tgz", "integrity": "sha512-c4FRfUm/dbcWZ7U+1Wq0AwCyFL+3nt2bEw05wfxSz+DWpWsitgmSgYmy2dQdWyKC1694ELPqMs/YzUSNozLt8A==", + "devOptional": true, "dependencies": { "whatwg-url": "^5.0.0" }, @@ -38746,23 +37709,24 @@ }, "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==", "dev": true, - "license": "(BSD-3-Clause OR GPL-2.0)", "engines": { "node": ">= 6.13.0" } }, "node_modules/node-gyp": { - "version": "9.4.0", - "resolved": "https://registry.npmjs.org/node-gyp/-/node-gyp-9.4.0.tgz", - "integrity": "sha512-dMXsYP6gc9rRbejLXmTbVRYjAHw7ppswsKyMxuxJxxOHzluIO1rGp9TOQgjFJ+2MCqcOcQTOPB/8Xwhr+7s4Eg==", + "version": "9.4.1", + "resolved": "https://registry.npmjs.org/node-gyp/-/node-gyp-9.4.1.tgz", + "integrity": "sha512-OQkWKbjQKbGkMf/xqI1jjy3oCTgMKJac58G2+bjZb3fza6gW2YrCSdMQYaoTb70crvE//Gngr4f0AgVHmqHvBQ==", "dev": true, "dependencies": { "env-paths": "^2.2.0", "exponential-backoff": "^3.1.1", "glob": "^7.1.4", "graceful-fs": "^4.2.6", - "make-fetch-happen": "^11.0.3", + "make-fetch-happen": "^10.0.3", "nopt": "^6.0.0", "npmlog": "^6.0.0", "rimraf": "^3.0.2", @@ -38778,9 +37742,10 @@ } }, "node_modules/node-gyp-build": { - "version": "4.6.0", + "version": "4.6.1", + "resolved": "https://registry.npmjs.org/node-gyp-build/-/node-gyp-build-4.6.1.tgz", + "integrity": "sha512-24vnklJmyRS8ViBNI8KbtK/r/DmXQMRiOMXTNz2nrTnAYUwjmEEbnnpB/+kt+yWRv73bPsSPRFddrcIbAxSiMQ==", "dev": true, - "license": "MIT", "bin": { "node-gyp-build": "bin.js", "node-gyp-build-optional": "optional.js", @@ -38839,6 +37804,18 @@ "url": "https://github.com/sponsors/isaacs" } }, + "node_modules/node-gyp/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": { + "brace-expansion": "^1.1.7" + }, + "engines": { + "node": "*" + } + }, "node_modules/node-gyp/node_modules/nopt": { "version": "6.0.0", "resolved": "https://registry.npmjs.org/nopt/-/nopt-6.0.0.tgz", @@ -38886,12 +37863,15 @@ }, "node_modules/node-int64": { "version": "0.4.0", - "dev": true, - "license": "MIT" + "resolved": "https://registry.npmjs.org/node-int64/-/node-int64-0.4.0.tgz", + "integrity": "sha512-O5lz91xSOeoXP6DulyHfllpq+Eg00MWitZIbtPfoSEvqIHdl5gfcY6hYzDWnj0qD5tz52PI08u9qUvSVeUBeHw==", + "dev": true }, "node_modules/node-libs-browser": { "version": "2.2.1", - "license": "MIT", + "resolved": "https://registry.npmjs.org/node-libs-browser/-/node-libs-browser-2.2.1.tgz", + "integrity": "sha512-h/zcD8H9kaDZ9ALUWwlBUDo6TKF8a7qBSCSEGfjTVIYeqsioSKaAX+BN7NgiMGp6iSIXZ3PxgCu8KS3b71YK5Q==", + "dev": true, "dependencies": { "assert": "^1.1.1", "browserify-zlib": "^0.2.0", @@ -38920,7 +37900,9 @@ }, "node_modules/node-libs-browser/node_modules/buffer": { "version": "4.9.2", - "license": "MIT", + "resolved": "https://registry.npmjs.org/buffer/-/buffer-4.9.2.tgz", + "integrity": "sha512-xq+q3SRMOxGivLhBNaUdC64hDTQwejJ+H0T/NB1XMtTVEwNTrfFF3gAxiyW0Bu/xWEGhjVKgUcMhCrUy2+uCWg==", + "dev": true, "dependencies": { "base64-js": "^1.0.2", "ieee754": "^1.1.4", @@ -38929,19 +37911,27 @@ }, "node_modules/node-libs-browser/node_modules/isarray": { "version": "1.0.0", - "license": "MIT" + "resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz", + "integrity": "sha512-VLghIWNM6ELQzo7zwmcg0NmTVyWKYjvIeM83yjp0wRDTmUnrM678fQbcKBo6n2CJEF0szoG//ytg+TKla89ALQ==", + "dev": true }, "node_modules/node-libs-browser/node_modules/path-browserify": { "version": "0.0.1", - "license": "MIT" + "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/node-libs-browser/node_modules/punycode": { "version": "1.4.1", - "license": "MIT" + "resolved": "https://registry.npmjs.org/punycode/-/punycode-1.4.1.tgz", + "integrity": "sha512-jmYNElW7yvO7TV33CjSmvSiE2yco3bV2czu/OzDKdMNVZQWfxCblURLhf+47syQRBntjfLdd/H0egrzIG+oaFQ==", + "dev": true }, "node_modules/node-libs-browser/node_modules/readable-stream": { "version": "2.3.8", - "license": "MIT", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.8.tgz", + "integrity": "sha512-8p0AUk4XODgIewSi0l8Epjs+EVnWiK7NoDIEGU0HhE7+ZyY8D1IMY7odu5lRrFXGg71L15KG8QrPmum45RTtdA==", + "dev": true, "dependencies": { "core-util-is": "~1.0.0", "inherits": "~2.0.3", @@ -38954,19 +37944,30 @@ }, "node_modules/node-libs-browser/node_modules/string_decoder": { "version": "1.1.1", - "license": "MIT", + "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz", + "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", + "dev": true, "dependencies": { "safe-buffer": "~5.1.0" } }, + "node_modules/node-machine-id": { + "version": "1.1.12", + "resolved": "https://registry.npmjs.org/node-machine-id/-/node-machine-id-1.1.12.tgz", + "integrity": "sha512-QNABxbrPa3qEIfrE6GOJ7BYIuignnJw7iQ2YPbc3Nla1HzRJjXzZOiikfF8m7eAMfichLt3M4VgLOetqgDmgGQ==", + "dev": true + }, "node_modules/node-releases": { - "version": "2.0.10", - "license": "MIT" + "version": "2.0.13", + "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.13.tgz", + "integrity": "sha512-uYr7J37ae/ORWdZeQ1xxMJe3NtdmqMC/JZK+geofDrkLUApKRHPd18/TxtBOJ4A0/+uUIliorNrfYV6s1b02eQ==", + "dev": true }, "node_modules/nopt": { "version": "4.0.3", + "resolved": "https://registry.npmjs.org/nopt/-/nopt-4.0.3.tgz", + "integrity": "sha512-CvaGwVMztSMJLOeXPrez7fyfObdZqNUK1cPAEzLHrTybIua9pMdmmPR5YwtfNftIOMv3DPUhFaxsZMNTQO20Kg==", "dev": true, - "license": "ISC", "dependencies": { "abbrev": "1", "osenv": "^0.1.4" @@ -38976,30 +37977,34 @@ } }, "node_modules/normalize-package-data": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/normalize-package-data/-/normalize-package-data-4.0.1.tgz", - "integrity": "sha512-EBk5QKKuocMJhB3BILuKhmaPjI8vNRSpIfO9woLC6NyHVkKKdVEdAO1mrT0ZfxNR1lKwCcTkuZfmGIFdizZ8Pg==", + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/normalize-package-data/-/normalize-package-data-5.0.0.tgz", + "integrity": "sha512-h9iPVIfrVZ9wVYQnxFgtw1ugSvGEMOlyPWWtm8BMJhnwyEL/FLbYbTY3V3PpjI/BUK67n9PEWDu6eHzu1fB15Q==", "dev": true, "dependencies": { - "hosted-git-info": "^5.0.0", + "hosted-git-info": "^6.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.0.0" + "node": "^14.17.0 || ^16.13.0 || >=18.0.0" } }, "node_modules/normalize-path": { "version": "3.0.0", - "license": "MIT", + "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz", + "integrity": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==", + "dev": true, "engines": { "node": ">=0.10.0" } }, "node_modules/normalize-range": { "version": "0.1.2", - "license": "MIT", + "resolved": "https://registry.npmjs.org/normalize-range/-/normalize-range-0.1.2.tgz", + "integrity": "sha512-bdok/XvKII3nUpklnV6P2hxtMNrCboOjAcyBuQnWEhO665FwrSNRxU+AqpsyvO6LgGYPspN+lu5CLtw4jPRKNA==", + "dev": true, "engines": { "node": ">=0.10.0" } @@ -39017,116 +38022,96 @@ } }, "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==", + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/npm-bundled/-/npm-bundled-3.0.0.tgz", + "integrity": "sha512-Vq0eyEQy+elFpzsKjMss9kxqb9tG3YHg4dsyWuUENuzvSUWe1TCnW/vV9FkhvBk/brEDoDiVd+M1Btosa6ImdQ==", "dev": true, "dependencies": { - "npm-normalize-package-bin": "^1.0.1" + "npm-normalize-package-bin": "^3.0.0" + }, + "engines": { + "node": "^14.17.0 || ^16.13.0 || >=18.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==", + "version": "6.3.0", + "resolved": "https://registry.npmjs.org/npm-install-checks/-/npm-install-checks-6.3.0.tgz", + "integrity": "sha512-W29RiK/xtpCGqn6f3ixfRYGk+zRyr+Ew9F2E20BfXxT5/euLdA/Nm7fO7OeTGuAmTs30cpgInyJ0cYe708YTZw==", "dev": true, "dependencies": { "semver": "^7.1.1" }, "engines": { - "node": "^12.13.0 || ^14.15.0 || >=16.0.0" + "node": "^14.17.0 || ^16.13.0 || >=18.0.0" } }, "node_modules/npm-normalize-package-bin": { - "version": "1.0.1", + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/npm-normalize-package-bin/-/npm-normalize-package-bin-3.0.1.tgz", + "integrity": "sha512-dMxCf+zZ+3zeQZXKxmyuCKlIDPGuv8EF940xbkC4kQVDTtqoh6rJFO+JTKSA6/Rwi0getWmtuy4Itup0AMcaDQ==", "dev": true, - "license": "ISC" + "engines": { + "node": "^14.17.0 || ^16.13.0 || >=18.0.0" + } }, "node_modules/npm-package-arg": { - "version": "9.1.0", - "resolved": "https://registry.npmjs.org/npm-package-arg/-/npm-package-arg-9.1.0.tgz", - "integrity": "sha512-4J0GL+u2Nh6OnhvUKXRr2ZMG4lR8qtLp+kv7UiV00Y+nGiSxtttCyIRHCt5L5BNkXQld/RceYItau3MDOoGiBw==", + "version": "10.1.0", + "resolved": "https://registry.npmjs.org/npm-package-arg/-/npm-package-arg-10.1.0.tgz", + "integrity": "sha512-uFyyCEmgBfZTtrKk/5xDfHp6+MdrqGotX/VoOyEEl3mBwiEE5FlBaePanazJSVMPT7vKepcjYBY2ztg9A3yPIA==", "dev": true, "dependencies": { - "hosted-git-info": "^5.0.0", - "proc-log": "^2.0.1", + "hosted-git-info": "^6.0.0", + "proc-log": "^3.0.0", "semver": "^7.3.5", - "validate-npm-package-name": "^4.0.0" + "validate-npm-package-name": "^5.0.0" }, "engines": { - "node": "^12.13.0 || ^14.15.0 || >=16.0.0" + "node": "^14.17.0 || ^16.13.0 || >=18.0.0" } }, "node_modules/npm-packlist": { - "version": "5.1.3", - "resolved": "https://registry.npmjs.org/npm-packlist/-/npm-packlist-5.1.3.tgz", - "integrity": "sha512-263/0NGrn32YFYi4J533qzrQ/krmmrWwhKkzwTuM4f/07ug51odoaNjUexxO4vxlzURHcmYMH1QjvHjsNDKLVg==", + "version": "7.0.4", + "resolved": "https://registry.npmjs.org/npm-packlist/-/npm-packlist-7.0.4.tgz", + "integrity": "sha512-d6RGEuRrNS5/N84iglPivjaJPxhDbZmlbTwTDX2IbcRHG5bZCdtysYMhwiPvcF4GisXHGn7xsxv+GQ7T/02M5Q==", "dev": true, "dependencies": { - "glob": "^8.0.1", - "ignore-walk": "^5.0.1", - "npm-bundled": "^2.0.0", - "npm-normalize-package-bin": "^2.0.0" - }, - "bin": { - "npm-packlist": "bin/index.js" + "ignore-walk": "^6.0.0" }, "engines": { - "node": "^12.13.0 || ^14.15.0 || >=16.0.0" - } - }, - "node_modules/npm-packlist/node_modules/npm-bundled": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/npm-bundled/-/npm-bundled-2.0.1.tgz", - "integrity": "sha512-gZLxXdjEzE/+mOstGDqR6b0EkhJ+kM6fxM6vUuckuctuVPh80Q6pw/rSZj9s4Gex9GxWtIicO1pc8DB9KZWudw==", - "dev": true, - "dependencies": { - "npm-normalize-package-bin": "^2.0.0" - }, - "engines": { - "node": "^12.13.0 || ^14.15.0 || >=16.0.0" - } - }, - "node_modules/npm-packlist/node_modules/npm-normalize-package-bin": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/npm-normalize-package-bin/-/npm-normalize-package-bin-2.0.0.tgz", - "integrity": "sha512-awzfKUO7v0FscrSpRoogyNm0sajikhBWpU0QMrW09AMi9n1PoKU6WaIqUzuJSQnpciZZmJ/jMZ2Egfmb/9LiWQ==", - "dev": true, - "engines": { - "node": "^12.13.0 || ^14.15.0 || >=16.0.0" + "node": "^14.17.0 || ^16.13.0 || >=18.0.0" } }, "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==", + "version": "8.0.1", + "resolved": "https://registry.npmjs.org/npm-pick-manifest/-/npm-pick-manifest-8.0.1.tgz", + "integrity": "sha512-mRtvlBjTsJvfCCdmPtiu2bdlx8d/KXtF7yNXNWe7G0Z36qWA9Ny5zXsI2PfBZEv7SXgoxTmNaTzGSbbzDZChoA==", "dev": true, "dependencies": { - "npm-install-checks": "^5.0.0", - "npm-normalize-package-bin": "^1.0.1", - "npm-package-arg": "^9.0.0", + "npm-install-checks": "^6.0.0", + "npm-normalize-package-bin": "^3.0.0", + "npm-package-arg": "^10.0.0", "semver": "^7.3.5" }, "engines": { - "node": "^12.13.0 || ^14.15.0 || >=16.0.0" + "node": "^14.17.0 || ^16.13.0 || >=18.0.0" } }, "node_modules/npm-registry-fetch": { - "version": "13.3.1", - "resolved": "https://registry.npmjs.org/npm-registry-fetch/-/npm-registry-fetch-13.3.1.tgz", - "integrity": "sha512-eukJPi++DKRTjSBRcDZSDDsGqRK3ehbxfFUcgaRd0Yp6kRwOwh2WVn0r+8rMB4nnuzvAk6rQVzl6K5CkYOmnvw==", + "version": "14.0.5", + "resolved": "https://registry.npmjs.org/npm-registry-fetch/-/npm-registry-fetch-14.0.5.tgz", + "integrity": "sha512-kIDMIo4aBm6xg7jOttupWZamsZRkAqMqwqqbVXnUqstY5+tapvv6bkH/qMR76jdgV+YljEUCyWx3hRYMrJiAgA==", "dev": true, "dependencies": { - "make-fetch-happen": "^10.0.6", - "minipass": "^3.1.6", - "minipass-fetch": "^2.0.3", + "make-fetch-happen": "^11.0.0", + "minipass": "^5.0.0", + "minipass-fetch": "^3.0.0", "minipass-json-stream": "^1.0.1", "minizlib": "^2.1.2", - "npm-package-arg": "^9.0.1", - "proc-log": "^2.0.0" + "npm-package-arg": "^10.0.0", + "proc-log": "^3.0.0" }, "engines": { - "node": "^12.13.0 || ^14.15.0 || >=16.0.0" + "node": "^14.17.0 || ^16.13.0 || >=18.0.0" } }, "node_modules/npm-registry-fetch/node_modules/lru-cache": { @@ -39139,52 +38124,70 @@ } }, "node_modules/npm-registry-fetch/node_modules/make-fetch-happen": { - "version": "10.2.1", - "resolved": "https://registry.npmjs.org/make-fetch-happen/-/make-fetch-happen-10.2.1.tgz", - "integrity": "sha512-NgOPbRiaQM10DYXvN3/hhGVI2M5MtITFryzBGxHM5p4wnFxsVCbxkrBrDsk+EZ5OB4jEOT7AjDxtdF+KVEFT7w==", + "version": "11.1.1", + "resolved": "https://registry.npmjs.org/make-fetch-happen/-/make-fetch-happen-11.1.1.tgz", + "integrity": "sha512-rLWS7GCSTcEujjVBs2YqG7Y4643u8ucvCJeSRqiLYhesrDuzeuFIk37xREzAsfQaqzl8b9rNCE4m6J8tvX4Q8w==", "dev": true, "dependencies": { "agentkeepalive": "^4.2.1", - "cacache": "^16.1.0", - "http-cache-semantics": "^4.1.0", + "cacache": "^17.0.0", + "http-cache-semantics": "^4.1.1", "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": "^5.0.0", + "minipass-fetch": "^3.0.0", "minipass-flush": "^1.0.5", "minipass-pipeline": "^1.2.4", "negotiator": "^0.6.3", "promise-retry": "^2.0.1", "socks-proxy-agent": "^7.0.0", - "ssri": "^9.0.0" + "ssri": "^10.0.0" }, "engines": { - "node": "^12.13.0 || ^14.15.0 || >=16.0.0" + "node": "^14.17.0 || ^16.13.0 || >=18.0.0" + } + }, + "node_modules/npm-registry-fetch/node_modules/minipass": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/minipass/-/minipass-5.0.0.tgz", + "integrity": "sha512-3FnjYuehv9k6ovOEbyOswadCDPX1piCfhV8ncmYtHOjuPwylVWsghTLo7rabjC3Rx5xD4HDx8Wm1xnMF7S5qFQ==", + "dev": true, + "engines": { + "node": ">=8" } }, "node_modules/npm-registry-fetch/node_modules/minipass-fetch": { - "version": "2.1.2", - "resolved": "https://registry.npmjs.org/minipass-fetch/-/minipass-fetch-2.1.2.tgz", - "integrity": "sha512-LT49Zi2/WMROHYoqGgdlQIZh8mLPZmOrN2NdJjMXxYe4nkN6FUyuPuOAOedNJDrx0IRGg9+4guZewtp8hE6TxA==", + "version": "3.0.4", + "resolved": "https://registry.npmjs.org/minipass-fetch/-/minipass-fetch-3.0.4.tgz", + "integrity": "sha512-jHAqnA728uUpIaFm7NWsCnqKT6UqZz7GcI/bDpPATuwYyKwJwW0remxSCxUlKiEty+eopHGa3oc8WxgQ1FFJqg==", "dev": true, "dependencies": { - "minipass": "^3.1.6", + "minipass": "^7.0.3", "minipass-sized": "^1.0.3", "minizlib": "^2.1.2" }, "engines": { - "node": "^12.13.0 || ^14.15.0 || >=16.0.0" + "node": "^14.17.0 || ^16.13.0 || >=18.0.0" }, "optionalDependencies": { "encoding": "^0.1.13" } }, + "node_modules/npm-registry-fetch/node_modules/minipass-fetch/node_modules/minipass": { + "version": "7.0.4", + "resolved": "https://registry.npmjs.org/minipass/-/minipass-7.0.4.tgz", + "integrity": "sha512-jYofLM5Dam9279rdkWzqHozUo4ybjdZmCsDHePy5V/PbBcVMiSZR97gmAy45aqi8CK1lG2ECd356FU86avfwUQ==", + "dev": true, + "engines": { + "node": ">=16 || 14 >=14.17" + } + }, "node_modules/npm-run-path": { "version": "4.0.1", - "license": "MIT", + "resolved": "https://registry.npmjs.org/npm-run-path/-/npm-run-path-4.0.1.tgz", + "integrity": "sha512-S48WzZW777zhNIrn7gxOlISNAqi9ZC/uQFnRdbeIHhZhCA6UqpkOT8T1G7BvfdgP4Er8gF4sUbaS0i7QvIfCWw==", "dependencies": { "path-key": "^3.0.0" }, @@ -39194,7 +38197,9 @@ }, "node_modules/npmlog": { "version": "5.0.1", - "license": "ISC", + "resolved": "https://registry.npmjs.org/npmlog/-/npmlog-5.0.1.tgz", + "integrity": "sha512-AqZtDUWOMKs1G/8lwylVjrdYgqA4d9nu8hc+0gzRxlDb1I10+FHBGMXs6aiQHFdCUUlqH99MUMuLfzWDNDtfxw==", + "devOptional": true, "dependencies": { "are-we-there-yet": "^2.0.0", "console-control-strings": "^1.1.0", @@ -39204,7 +38209,9 @@ }, "node_modules/nth-check": { "version": "2.1.1", - "license": "BSD-2-Clause", + "resolved": "https://registry.npmjs.org/nth-check/-/nth-check-2.1.1.tgz", + "integrity": "sha512-lqjrjmaOoAnWfMmBPL+XNnynZh2+swxiX3WUE0s4yEHI6m+AwrK2UZOimIRl3X/4QctVqS8AiZjFqyOGrMXb/w==", + "dev": true, "dependencies": { "boolbase": "^1.0.0" }, @@ -39214,24 +38221,25 @@ }, "node_modules/num2fraction": { "version": "1.2.2", - "license": "MIT" - }, - "node_modules/nwsapi": { - "version": "2.2.4", - "dev": true, - "license": "MIT" + "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/nx": { - "version": "14.4.2", + "version": "15.9.7", + "resolved": "https://registry.npmjs.org/nx/-/nx-15.9.7.tgz", + "integrity": "sha512-1qlEeDjX9OKZEryC8i4bA+twNg+lB5RKrozlNwWx/lLJHqWPUfvUTvxh+uxlPYL9KzVReQjUuxMLFMsHNqWUrA==", "dev": true, "hasInstallScript": true, - "license": "MIT", "dependencies": { - "@nrwl/cli": "14.4.2", - "@nrwl/tao": "14.4.2", + "@nrwl/cli": "15.9.7", + "@nrwl/tao": "15.9.7", "@parcel/watcher": "2.0.4", - "chalk": "4.1.0", - "chokidar": "^3.5.1", + "@yarnpkg/lockfile": "^1.1.0", + "@yarnpkg/parsers": "3.0.0-rc.46", + "@zkochan/js-yaml": "0.0.6", + "axios": "^1.0.0", + "chalk": "^4.1.0", "cli-cursor": "3.1.0", "cli-spinners": "2.6.1", "cliui": "^7.0.2", @@ -39240,27 +38248,40 @@ "fast-glob": "3.2.7", "figures": "3.2.0", "flat": "^5.0.2", - "fs-extra": "^10.1.0", + "fs-extra": "^11.1.0", "glob": "7.1.4", "ignore": "^5.0.4", "js-yaml": "4.1.0", - "jsonc-parser": "3.0.0", + "jsonc-parser": "3.2.0", + "lines-and-columns": "~2.0.3", "minimatch": "3.0.5", "npm-run-path": "^4.0.1", "open": "^8.4.0", - "semver": "7.3.4", + "semver": "7.5.4", "string-width": "^4.2.3", + "strong-log-transformer": "^2.1.0", "tar-stream": "~2.2.0", "tmp": "~0.2.1", - "tsconfig-paths": "^3.9.0", + "tsconfig-paths": "^4.1.2", "tslib": "^2.3.0", "v8-compile-cache": "2.3.0", - "yargs": "^17.4.0", - "yargs-parser": "21.0.1" + "yargs": "^17.6.2", + "yargs-parser": "21.1.1" }, "bin": { "nx": "bin/nx.js" }, + "optionalDependencies": { + "@nrwl/nx-darwin-arm64": "15.9.7", + "@nrwl/nx-darwin-x64": "15.9.7", + "@nrwl/nx-linux-arm-gnueabihf": "15.9.7", + "@nrwl/nx-linux-arm64-gnu": "15.9.7", + "@nrwl/nx-linux-arm64-musl": "15.9.7", + "@nrwl/nx-linux-x64-gnu": "15.9.7", + "@nrwl/nx-linux-x64-musl": "15.9.7", + "@nrwl/nx-win32-arm64-msvc": "15.9.7", + "@nrwl/nx-win32-x64-msvc": "15.9.7" + }, "peerDependencies": { "@swc-node/register": "^1.4.2", "@swc/core": "^1.2.173" @@ -39274,18 +38295,11 @@ } } }, - "node_modules/nx/node_modules/@nrwl/cli": { - "version": "14.4.2", - "dev": true, - "license": "MIT", - "dependencies": { - "nx": "14.4.2" - } - }, "node_modules/nx/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==", "dev": true, - "license": "MIT", "dependencies": { "color-convert": "^2.0.1" }, @@ -39296,10 +38310,22 @@ "url": "https://github.com/chalk/ansi-styles?sponsor=1" } }, + "node_modules/nx/node_modules/axios": { + "version": "1.6.1", + "resolved": "https://registry.npmjs.org/axios/-/axios-1.6.1.tgz", + "integrity": "sha512-vfBmhDpKafglh0EldBEbVuoe7DyAavGSLWhuSm5ZSEKQnHhBf0xAAwybbNH1IkrJNGnS/VG4I5yxig1pCEXE4g==", + "dev": true, + "dependencies": { + "follow-redirects": "^1.15.0", + "form-data": "^4.0.0", + "proxy-from-env": "^1.1.0" + } + }, "node_modules/nx/node_modules/chalk": { - "version": "4.1.0", + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", "dev": true, - "license": "MIT", "dependencies": { "ansi-styles": "^4.1.0", "supports-color": "^7.1.0" @@ -39313,8 +38339,9 @@ }, "node_modules/nx/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==", "dev": true, - "license": "MIT", "dependencies": { "color-name": "~1.1.4" }, @@ -39322,18 +38349,38 @@ "node": ">=7.0.0" } }, + "node_modules/nx/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==", + "dev": true + }, "node_modules/nx/node_modules/dotenv": { "version": "10.0.0", + "resolved": "https://registry.npmjs.org/dotenv/-/dotenv-10.0.0.tgz", + "integrity": "sha512-rlBi9d8jpv9Sf1klPjNfFAuWDjKLwTIJJ/VxtoTwIR6hnZxcEOQCZg2oIL3MWBYw5GpUDKOEnND7LXTbIpQ03Q==", "dev": true, - "license": "BSD-2-Clause", "engines": { "node": ">=10" } }, + "node_modules/nx/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, + "dependencies": { + "ansi-colors": "^4.1.1" + }, + "engines": { + "node": ">=8.6" + } + }, "node_modules/nx/node_modules/glob": { "version": "7.1.4", + "resolved": "https://registry.npmjs.org/glob/-/glob-7.1.4.tgz", + "integrity": "sha512-hkLPepehmnKk41pUGm3sYxoFs/umurYfYJCerbXEyFIWcAzvpipAgVkBqqT9RBKMGjnq6kMuyYwha6csxbiM1A==", "dev": true, - "license": "ISC", "dependencies": { "fs.realpath": "^1.0.0", "inflight": "^1.0.4", @@ -39348,32 +38395,18 @@ }, "node_modules/nx/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==", "dev": true, - "license": "MIT", "engines": { "node": ">=8" } }, - "node_modules/nx/node_modules/json5": { - "version": "1.0.2", - "dev": true, - "license": "MIT", - "dependencies": { - "minimist": "^1.2.0" - }, - "bin": { - "json5": "lib/cli.js" - } - }, - "node_modules/nx/node_modules/jsonc-parser": { - "version": "3.0.0", - "dev": true, - "license": "MIT" - }, "node_modules/nx/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==", "dev": true, - "license": "ISC", "dependencies": { "yallist": "^4.0.0" }, @@ -39381,21 +38414,11 @@ "node": ">=10" } }, - "node_modules/nx/node_modules/minimatch": { - "version": "3.0.5", - "dev": true, - "license": "ISC", - "dependencies": { - "brace-expansion": "^1.1.7" - }, - "engines": { - "node": "*" - } - }, "node_modules/nx/node_modules/semver": { - "version": "7.3.4", + "version": "7.5.4", + "resolved": "https://registry.npmjs.org/semver/-/semver-7.5.4.tgz", + "integrity": "sha512-1bCSESV6Pv+i21Hvpxp3Dx+pSD8lIPt8uVjRrxAUt/nbswYc+tK6Y2btiULjd4+fnq15PX+nqQDC7Oft7WkwcA==", "dev": true, - "license": "ISC", "dependencies": { "lru-cache": "^6.0.0" }, @@ -39406,18 +38429,11 @@ "node": ">=10" } }, - "node_modules/nx/node_modules/strip-bom": { - "version": "3.0.0", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=4" - } - }, "node_modules/nx/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, - "license": "MIT", "dependencies": { "has-flag": "^4.0.0" }, @@ -39425,40 +38441,34 @@ "node": ">=8" } }, - "node_modules/nx/node_modules/tsconfig-paths": { - "version": "3.14.2", - "dev": true, - "license": "MIT", - "dependencies": { - "@types/json5": "^0.0.29", - "json5": "^1.0.2", - "minimist": "^1.2.6", - "strip-bom": "^3.0.0" - } - }, "node_modules/nx/node_modules/yallist": { "version": "4.0.0", - "dev": true, - "license": "ISC" + "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", + "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==", + "dev": true }, "node_modules/oauth-sign": { "version": "0.9.0", + "resolved": "https://registry.npmjs.org/oauth-sign/-/oauth-sign-0.9.0.tgz", + "integrity": "sha512-fexhUFFPTGV8ybAtSIGbV6gOkSv8UtRbDBnAyLQw4QPKkgNlsH2ByPGtMUqdWkos6YCRmAqViwgZrJc/mRDzZQ==", "dev": true, - "license": "Apache-2.0", "engines": { "node": "*" } }, "node_modules/object-assign": { "version": "4.1.1", - "license": "MIT", + "resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz", + "integrity": "sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg==", "engines": { "node": ">=0.10.0" } }, "node_modules/object-copy": { "version": "0.1.0", - "license": "MIT", + "resolved": "https://registry.npmjs.org/object-copy/-/object-copy-0.1.0.tgz", + "integrity": "sha512-79LYn6VAb63zgtmAteVOWo9Vdj71ZVBy3Pbse+VqxDpEP83XuujMrGqHIwAXJ5I/aM0zU7dIyIAhifVTPrNItQ==", + "dev": true, "dependencies": { "copy-descriptor": "^0.1.0", "define-property": "^0.2.5", @@ -39470,7 +38480,9 @@ }, "node_modules/object-copy/node_modules/define-property": { "version": "0.2.5", - "license": "MIT", + "resolved": "https://registry.npmjs.org/define-property/-/define-property-0.2.5.tgz", + "integrity": "sha512-Rr7ADjQZenceVOAKop6ALkkRAmH1A4Gx9hV/7ZujPUN2rkATqFO0JZLZInbAjpZYoJ1gUx8MRMQVkYemcbMSTA==", + "dev": true, "dependencies": { "is-descriptor": "^0.1.0" }, @@ -39478,52 +38490,30 @@ "node": ">=0.10.0" } }, - "node_modules/object-copy/node_modules/is-accessor-descriptor": { - "version": "0.1.6", - "license": "MIT", - "dependencies": { - "kind-of": "^3.0.2" - }, - "engines": { - "node": ">=0.10.0" - } - }, "node_modules/object-copy/node_modules/is-buffer": { "version": "1.1.6", - "license": "MIT" - }, - "node_modules/object-copy/node_modules/is-data-descriptor": { - "version": "0.1.4", - "license": "MIT", - "dependencies": { - "kind-of": "^3.0.2" - }, - "engines": { - "node": ">=0.10.0" - } + "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-descriptor": { - "version": "0.1.6", - "license": "MIT", + "version": "0.1.7", + "resolved": "https://registry.npmjs.org/is-descriptor/-/is-descriptor-0.1.7.tgz", + "integrity": "sha512-C3grZTvObeN1xud4cRWl366OMXZTj0+HGyk4hvfpx4ZHt1Pb60ANSXqCK7pdOTeUQpRzECBSTphqvD7U+l22Eg==", + "dev": true, "dependencies": { - "is-accessor-descriptor": "^0.1.6", - "is-data-descriptor": "^0.1.4", - "kind-of": "^5.0.0" + "is-accessor-descriptor": "^1.0.1", + "is-data-descriptor": "^1.0.1" }, "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/object-copy/node_modules/is-descriptor/node_modules/kind-of": { - "version": "5.1.0", - "license": "MIT", - "engines": { - "node": ">=0.10.0" + "node": ">= 0.4" } }, "node_modules/object-copy/node_modules/kind-of": { "version": "3.2.2", - "license": "MIT", + "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" }, @@ -39532,37 +38522,27 @@ } }, "node_modules/object-inspect": { - "version": "1.12.3", - "license": "MIT", - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/object-is": { - "version": "1.1.5", - "dev": true, - "license": "MIT", - "dependencies": { - "call-bind": "^1.0.2", - "define-properties": "^1.1.3" - }, - "engines": { - "node": ">= 0.4" - }, + "version": "1.13.1", + "resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.13.1.tgz", + "integrity": "sha512-5qoj1RUiKOMsCCNLV1CBiPYE10sziTsnmNxkAI/rZhiD63CF7IqdFGC/XzjWjpSgLf0LxXX3bDFIh0E18f6UhQ==", "funding": { "url": "https://github.com/sponsors/ljharb" } }, "node_modules/object-keys": { "version": "1.1.1", - "license": "MIT", + "resolved": "https://registry.npmjs.org/object-keys/-/object-keys-1.1.1.tgz", + "integrity": "sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA==", + "dev": true, "engines": { "node": ">= 0.4" } }, "node_modules/object-visit": { "version": "1.0.1", - "license": "MIT", + "resolved": "https://registry.npmjs.org/object-visit/-/object-visit-1.0.1.tgz", + "integrity": "sha512-GBaMwwAVK9qbQN3Scdo0OyvgPW7l3lnaVMj84uTOZlswkX0KpF6fyDBJhtTthf7pymztoN36/KEr1DyhF96zEA==", + "dev": true, "dependencies": { "isobject": "^3.0.0" }, @@ -39572,7 +38552,9 @@ }, "node_modules/object.assign": { "version": "4.1.4", - "license": "MIT", + "resolved": "https://registry.npmjs.org/object.assign/-/object.assign-4.1.4.tgz", + "integrity": "sha512-1mxKf0e58bvyjSCtKYY4sRe9itRk3PJpquJOjeIkz885CczcI4IvJJDLPS72oowuSh+pBxUFROpX+TU++hxhZQ==", + "dev": true, "dependencies": { "call-bind": "^1.0.2", "define-properties": "^1.1.4", @@ -39587,24 +38569,28 @@ } }, "node_modules/object.entries": { - "version": "1.1.6", - "license": "MIT", + "version": "1.1.7", + "resolved": "https://registry.npmjs.org/object.entries/-/object.entries-1.1.7.tgz", + "integrity": "sha512-jCBs/0plmPsOnrKAfFQXRG2NFjlhZgjjcBLSmTnEhU8U6vVTsVe8ANeQJCHTl3gSsI4J+0emOoCgoKlmQPMgmA==", + "dev": true, "dependencies": { "call-bind": "^1.0.2", - "define-properties": "^1.1.4", - "es-abstract": "^1.20.4" + "define-properties": "^1.2.0", + "es-abstract": "^1.22.1" }, "engines": { "node": ">= 0.4" } }, "node_modules/object.fromentries": { - "version": "2.0.6", - "license": "MIT", + "version": "2.0.7", + "resolved": "https://registry.npmjs.org/object.fromentries/-/object.fromentries-2.0.7.tgz", + "integrity": "sha512-UPbPHML6sL8PI/mOqPwsH4G6iyXcCGzLin8KvEPenOZN5lpCNBZZQ+V62vdjB1mQHrmqGQt5/OJzemUA+KJmEA==", + "dev": true, "dependencies": { "call-bind": "^1.0.2", - "define-properties": "^1.1.4", - "es-abstract": "^1.20.4" + "define-properties": "^1.2.0", + "es-abstract": "^1.22.1" }, "engines": { "node": ">= 0.4" @@ -39614,13 +38600,15 @@ } }, "node_modules/object.getownpropertydescriptors": { - "version": "2.1.6", - "license": "MIT", + "version": "2.1.7", + "resolved": "https://registry.npmjs.org/object.getownpropertydescriptors/-/object.getownpropertydescriptors-2.1.7.tgz", + "integrity": "sha512-PrJz0C2xJ58FNn11XV2lr4Jt5Gzl94qpy9Lu0JlfEj14z88sqbSBJCBEzdlNUCzY2gburhbrwOZ5BHCmuNUy0g==", + "dev": true, "dependencies": { - "array.prototype.reduce": "^1.0.5", + "array.prototype.reduce": "^1.0.6", "call-bind": "^1.0.2", "define-properties": "^1.2.0", - "es-abstract": "^1.21.2", + "es-abstract": "^1.22.1", "safe-array-concat": "^1.0.0" }, "engines": { @@ -39630,9 +38618,23 @@ "url": "https://github.com/sponsors/ljharb" } }, + "node_modules/object.groupby": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/object.groupby/-/object.groupby-1.0.1.tgz", + "integrity": "sha512-HqaQtqLnp/8Bn4GL16cj+CUYbnpe1bh0TtEaWvybszDG4tgxCJuRpV8VGuvNaI1fAnI4lUJzDG55MXcOH4JZcQ==", + "dev": true, + "dependencies": { + "call-bind": "^1.0.2", + "define-properties": "^1.2.0", + "es-abstract": "^1.22.1", + "get-intrinsic": "^1.2.1" + } + }, "node_modules/object.pick": { "version": "1.3.0", - "license": "MIT", + "resolved": "https://registry.npmjs.org/object.pick/-/object.pick-1.3.0.tgz", + "integrity": "sha512-tqa/UMy/CCoYmj+H5qc07qvSL9dqcs/WZENZ1JbtWBlATP+iVOe778gE6MSijnyCnORzDuX6hU+LA4SZ09YjFQ==", + "dev": true, "dependencies": { "isobject": "^3.0.1" }, @@ -39641,12 +38643,14 @@ } }, "node_modules/object.values": { - "version": "1.1.6", - "license": "MIT", + "version": "1.1.7", + "resolved": "https://registry.npmjs.org/object.values/-/object.values-1.1.7.tgz", + "integrity": "sha512-aU6xnDFYT3x17e/f0IiiwlGPTy2jzMySGfUB4fq6z7CV8l85CWHDk5ErhyhpfDHhrOMwGFhSQkhMGHaIotA6Ng==", + "dev": true, "dependencies": { "call-bind": "^1.0.2", - "define-properties": "^1.1.4", - "es-abstract": "^1.20.4" + "define-properties": "^1.2.0", + "es-abstract": "^1.22.1" }, "engines": { "node": ">= 0.4" @@ -39657,12 +38661,15 @@ }, "node_modules/obuf": { "version": "1.1.2", - "dev": true, - "license": "MIT" + "resolved": "https://registry.npmjs.org/obuf/-/obuf-1.1.2.tgz", + "integrity": "sha512-PX1wu0AmAdPqOL1mWhqmlOd8kOIZQwGZw6rh7uby9fTc5lhaOWFLX3I6R1hrF9k3zUY40e6igsLGkDXK92LJNg==", + "dev": true }, "node_modules/on-finished": { "version": "2.4.1", - "license": "MIT", + "resolved": "https://registry.npmjs.org/on-finished/-/on-finished-2.4.1.tgz", + "integrity": "sha512-oVlzkg3ENAhCk2zdv7IJwd/QUD4z2RxRwpkcGY8psCVcCYZNq4wYnVWALHM+brtuJjePWiYF/ClmuDr8Ch5+kg==", + "dev": true, "dependencies": { "ee-first": "1.1.1" }, @@ -39672,21 +38679,25 @@ }, "node_modules/on-headers": { "version": "1.0.2", - "license": "MIT", + "resolved": "https://registry.npmjs.org/on-headers/-/on-headers-1.0.2.tgz", + "integrity": "sha512-pZAE+FJLoyITytdqK0U5s+FIpjN0JP3OzFi/u8Rx+EV5/W+JTWGXG8xFzevE7AjBfDqHv/8vL8qQsIhHnqRkrA==", + "dev": true, "engines": { "node": ">= 0.8" } }, "node_modules/once": { "version": "1.4.0", - "license": "ISC", + "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz", + "integrity": "sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==", "dependencies": { "wrappy": "1" } }, "node_modules/onetime": { "version": "5.1.2", - "license": "MIT", + "resolved": "https://registry.npmjs.org/onetime/-/onetime-5.1.2.tgz", + "integrity": "sha512-kbpaSSGJTWdAY5KPVeMOKXSrPtr8C8C7wodJbcsd51jRnmD+GZu8Y0VoU6Dm5Z4vWr0Ig/1NKuWRKf7j5aaYSg==", "dependencies": { "mimic-fn": "^2.1.0" }, @@ -39698,8 +38709,10 @@ } }, "node_modules/open": { - "version": "8.4.0", - "license": "MIT", + "version": "8.4.1", + "resolved": "https://registry.npmjs.org/open/-/open-8.4.1.tgz", + "integrity": "sha512-/4b7qZNhv6Uhd7jjnREh1NjnPxlTq+XNWPG88Ydkj5AILcA5m3ajvcg57pB24EQjKv0dK62XnDqk9c/hkIG5Kg==", + "dev": true, "dependencies": { "define-lazy-prop": "^2.0.0", "is-docker": "^2.1.1", @@ -39714,21 +38727,24 @@ }, "node_modules/opener": { "version": "1.5.2", + "resolved": "https://registry.npmjs.org/opener/-/opener-1.5.2.tgz", + "integrity": "sha512-ur5UIdyw5Y7yEj9wLzhqXiy6GZ3Mwx0yGI+5sMn2r0N0v3cKJvUmFH5yPP+WXh9e0xfyzyJX95D8l088DNFj7A==", "dev": true, - "license": "(WTFPL OR MIT)", "bin": { "opener": "bin/opener-bin.js" } }, "node_modules/openurl": { "version": "1.1.1", - "dev": true, - "license": "MIT" + "resolved": "https://registry.npmjs.org/openurl/-/openurl-1.1.1.tgz", + "integrity": "sha512-d/gTkTb1i1GKz5k3XE3XFV/PxQ1k45zDqGP2OA7YhgsaLoqm6qRvARAZOFer1fcXritWlGBRCu/UgeS4HAnXAA==", + "dev": true }, "node_modules/opn": { "version": "5.3.0", + "resolved": "https://registry.npmjs.org/opn/-/opn-5.3.0.tgz", + "integrity": "sha512-bYJHo/LOmoTd+pfiYhfZDnf9zekVJrY+cnS2a5F2x+w5ppvTqObojTP7WiFG+kVZs9Inw+qQ/lw7TroWwhdd2g==", "dev": true, - "license": "MIT", "dependencies": { "is-wsl": "^1.1.0" }, @@ -39738,8 +38754,9 @@ }, "node_modules/opn/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==", "dev": true, - "license": "MIT", "engines": { "node": ">=4" } @@ -39758,7 +38775,7 @@ "version": "0.9.3", "resolved": "https://registry.npmjs.org/optionator/-/optionator-0.9.3.tgz", "integrity": "sha512-JjCoypp+jKn1ttEFExxhetCKeJt9zhAgAve5FXHixTvFDW/5aEktX9bufBKLRRMdU7bNtpLfcGu94B3cdEJgjg==", - "devOptional": true, + "dev": true, "dependencies": { "@aashutoshrathi/word-wrap": "^1.2.3", "deep-is": "^0.1.3", @@ -39773,8 +38790,9 @@ }, "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, - "license": "MIT", "dependencies": { "bl": "^4.1.0", "chalk": "^4.1.0", @@ -39795,8 +38813,9 @@ }, "node_modules/ora/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==", "dev": true, - "license": "MIT", "dependencies": { "color-convert": "^2.0.1" }, @@ -39809,8 +38828,9 @@ }, "node_modules/ora/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, - "license": "MIT", "dependencies": { "ansi-styles": "^4.1.0", "supports-color": "^7.1.0" @@ -39824,8 +38844,9 @@ }, "node_modules/ora/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==", "dev": true, - "license": "MIT", "dependencies": { "color-name": "~1.1.4" }, @@ -39833,18 +38854,26 @@ "node": ">=7.0.0" } }, + "node_modules/ora/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==", + "dev": true + }, "node_modules/ora/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==", "dev": true, - "license": "MIT", "engines": { "node": ">=8" } }, "node_modules/ora/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, - "license": "MIT", "dependencies": { "chalk": "^4.1.0", "is-unicode-supported": "^0.1.0" @@ -39858,8 +38887,9 @@ }, "node_modules/ora/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, - "license": "MIT", "dependencies": { "has-flag": "^4.0.0" }, @@ -39869,28 +38899,33 @@ }, "node_modules/os-browserify": { "version": "0.3.0", - "license": "MIT" + "resolved": "https://registry.npmjs.org/os-browserify/-/os-browserify-0.3.0.tgz", + "integrity": "sha512-gjcpUc3clBf9+210TRaDWbf+rZZZEshZ+DlXMRCeAjp0xhTrnQsKHypIy1J3d5hKdUzj69t708EHtU8P6bUn0A==", + "dev": true }, "node_modules/os-homedir": { "version": "1.0.2", - "devOptional": true, - "license": "MIT", + "resolved": "https://registry.npmjs.org/os-homedir/-/os-homedir-1.0.2.tgz", + "integrity": "sha512-B5JU3cabzk8c67mRRd3ECmROafjYMXbuzlwtqdM8IbS8ktlTix8aFGb2bAGKrSRIlnfKwovGUUr72JUPyOb6kQ==", + "dev": true, "engines": { "node": ">=0.10.0" } }, "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, - "license": "MIT", "engines": { "node": ">=0.10.0" } }, "node_modules/osenv": { "version": "0.1.5", + "resolved": "https://registry.npmjs.org/osenv/-/osenv-0.1.5.tgz", + "integrity": "sha512-0CWcCECdMVc2Rw3U5w9ZjqX6ga6ubk1xDVKxtBQPK7wis/0F2r9T6k4ydGYhecl7YUBxBVxhL5oisPsNxAPe2g==", "dev": true, - "license": "ISC", "dependencies": { "os-homedir": "^1.0.0", "os-tmpdir": "^1.0.0" @@ -39898,7 +38933,9 @@ }, "node_modules/p-all": { "version": "2.1.0", - "license": "MIT", + "resolved": "https://registry.npmjs.org/p-all/-/p-all-2.1.0.tgz", + "integrity": "sha512-HbZxz5FONzz/z2gJfk6bFca0BCiSRF8jU3yCsWOen/vR6lZjfPOu/e7L3uFzTW1i0H8TlC3vqQstEJPQL4/uLA==", + "dev": true, "dependencies": { "p-map": "^2.0.0" }, @@ -39908,22 +38945,27 @@ }, "node_modules/p-all/node_modules/p-map": { "version": "2.1.0", - "license": "MIT", + "resolved": "https://registry.npmjs.org/p-map/-/p-map-2.1.0.tgz", + "integrity": "sha512-y3b8Kpd8OAN444hxfBbFfj1FY/RjtTd8tzYwhUqNYXx0fXx2iX4maP4Qr6qhIKbQXI02wTLAda4fYUbDagTUFw==", + "dev": true, "engines": { "node": ">=6" } }, "node_modules/p-defer": { "version": "1.0.0", + "resolved": "https://registry.npmjs.org/p-defer/-/p-defer-1.0.0.tgz", + "integrity": "sha512-wB3wfAxZpk2AzOfUMJNL+d36xothRSyj8EXOa4f6GMqYDN9BJaaSISbsk+wS9abmnebVw95C2Kb5t85UmpCxuw==", "dev": true, - "license": "MIT", "engines": { "node": ">=4" } }, "node_modules/p-event": { "version": "4.2.0", - "license": "MIT", + "resolved": "https://registry.npmjs.org/p-event/-/p-event-4.2.0.tgz", + "integrity": "sha512-KXatOjCRXXkSePPb1Nbi0p0m+gQAwdlbhi4wQKJPI1HsMQS9g+Sqp2o+QHziPr7eYJyOZet836KoHEVM1mwOrQ==", + "dev": true, "dependencies": { "p-timeout": "^3.1.0" }, @@ -39936,7 +38978,9 @@ }, "node_modules/p-filter": { "version": "2.1.0", - "license": "MIT", + "resolved": "https://registry.npmjs.org/p-filter/-/p-filter-2.1.0.tgz", + "integrity": "sha512-ZBxxZ5sL2HghephhpGAQdoskxplTwr7ICaehZwLIlfL6acuVgZPm8yBNuRAFBGEqtD/hmUeq9eqLg2ys9Xr/yw==", + "dev": true, "dependencies": { "p-map": "^2.0.0" }, @@ -39946,21 +38990,27 @@ }, "node_modules/p-filter/node_modules/p-map": { "version": "2.1.0", - "license": "MIT", + "resolved": "https://registry.npmjs.org/p-map/-/p-map-2.1.0.tgz", + "integrity": "sha512-y3b8Kpd8OAN444hxfBbFfj1FY/RjtTd8tzYwhUqNYXx0fXx2iX4maP4Qr6qhIKbQXI02wTLAda4fYUbDagTUFw==", + "dev": true, "engines": { "node": ">=6" } }, "node_modules/p-finally": { "version": "1.0.0", - "license": "MIT", + "resolved": "https://registry.npmjs.org/p-finally/-/p-finally-1.0.0.tgz", + "integrity": "sha512-LICb2p9CB7FS+0eR1oqWnHhp0FljGLZCWBE9aix0Uye9W8LTQPwMTYVGWQWIw9RdQiDg4+epXQODwIYJtSJaow==", + "dev": true, "engines": { "node": ">=4" } }, "node_modules/p-limit": { "version": "3.1.0", - "license": "MIT", + "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-3.1.0.tgz", + "integrity": "sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==", + "dev": true, "dependencies": { "yocto-queue": "^0.1.0" }, @@ -39973,7 +39023,9 @@ }, "node_modules/p-locate": { "version": "5.0.0", - "license": "MIT", + "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-5.0.0.tgz", + "integrity": "sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==", + "dev": true, "dependencies": { "p-limit": "^3.0.2" }, @@ -39986,7 +39038,9 @@ }, "node_modules/p-map": { "version": "4.0.0", - "license": "MIT", + "resolved": "https://registry.npmjs.org/p-map/-/p-map-4.0.0.tgz", + "integrity": "sha512-/bjOqmgETBYB5BoEeGVea8dmvHb2m9GLy1E9W43yeyfP6QQCZGFNa+XRceJEuDB6zqr+gKpIAmlLebMpykw/MQ==", + "dev": true, "dependencies": { "aggregate-error": "^3.0.0" }, @@ -39999,8 +39053,9 @@ }, "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, - "license": "MIT", "dependencies": { "@types/retry": "0.12.0", "retry": "^0.13.1" @@ -40011,15 +39066,18 @@ }, "node_modules/p-retry/node_modules/retry": { "version": "0.13.1", + "resolved": "https://registry.npmjs.org/retry/-/retry-0.13.1.tgz", + "integrity": "sha512-XQBQ3I8W1Cge0Seh+6gjj03LbmRFWuoszgK9ooCpwYIrhhoO80pfq4cUkU5DkknwfOfFteRwlZ56PYOGYyFWdg==", "dev": true, - "license": "MIT", "engines": { "node": ">= 4" } }, "node_modules/p-timeout": { "version": "3.2.0", - "license": "MIT", + "resolved": "https://registry.npmjs.org/p-timeout/-/p-timeout-3.2.0.tgz", + "integrity": "sha512-rhIwUycgwwKcP9yTOOFK/AKsAopjjCakVqLHePO3CC6Mir1Z99xT+R63jZxAT5lFZLa2inS5h+ZS2GvR99/FBg==", + "dev": true, "dependencies": { "p-finally": "^1.0.0" }, @@ -40029,88 +39087,56 @@ }, "node_modules/p-try": { "version": "2.2.0", - "license": "MIT", + "resolved": "https://registry.npmjs.org/p-try/-/p-try-2.2.0.tgz", + "integrity": "sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==", + "dev": true, "engines": { "node": ">=6" } }, "node_modules/pacote": { - "version": "13.6.2", - "resolved": "https://registry.npmjs.org/pacote/-/pacote-13.6.2.tgz", - "integrity": "sha512-Gu8fU3GsvOPkak2CkbojR7vjs3k3P9cA6uazKTHdsdV0gpCEQq2opelnEv30KRQWgVzP5Vd/5umjcedma3MKtg==", + "version": "15.1.0", + "resolved": "https://registry.npmjs.org/pacote/-/pacote-15.1.0.tgz", + "integrity": "sha512-FFcjtIl+BQNfeliSm7MZz5cpdohvUV1yjGnqgVM4UnVF7JslRY0ImXAygdaCDV0jjUADEWu4y5xsDV8brtrTLg==", "dev": true, "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", + "@npmcli/git": "^4.0.0", + "@npmcli/installed-package-contents": "^2.0.1", + "@npmcli/promise-spawn": "^6.0.1", + "@npmcli/run-script": "^6.0.0", + "cacache": "^17.0.0", + "fs-minipass": "^3.0.0", + "minipass": "^4.0.0", + "npm-package-arg": "^10.0.0", + "npm-packlist": "^7.0.0", + "npm-pick-manifest": "^8.0.0", + "npm-registry-fetch": "^14.0.0", + "proc-log": "^3.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", + "read-package-json": "^6.0.0", + "read-package-json-fast": "^3.0.0", + "sigstore": "^1.0.0", + "ssri": "^10.0.0", "tar": "^6.1.11" }, "bin": { "pacote": "lib/bin.js" }, "engines": { - "node": "^12.13.0 || ^14.15.0 || >=16.0.0" - } - }, - "node_modules/pacote/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": "*" - }, - "funding": { - "url": "https://github.com/sponsors/isaacs" - } - }, - "node_modules/pacote/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": { - "glob": "^7.1.3" - }, - "bin": { - "rimraf": "bin.js" - }, - "funding": { - "url": "https://github.com/sponsors/isaacs" + "node": "^14.17.0 || ^16.13.0 || >=18.0.0" } }, "node_modules/pako": { "version": "1.0.11", - "license": "(MIT AND Zlib)" + "resolved": "https://registry.npmjs.org/pako/-/pako-1.0.11.tgz", + "integrity": "sha512-4hLB8Py4zZce5s4yd9XzopqwVv/yGNhV1Bl8NTmCq1763HeK2+EwVTv+leGeL13Dnh2wfbqowVPXCIO0z4taYw==", + "dev": true }, "node_modules/parallel-transform": { "version": "1.2.0", - "license": "MIT", + "resolved": "https://registry.npmjs.org/parallel-transform/-/parallel-transform-1.2.0.tgz", + "integrity": "sha512-P2vSmIu38uIlvdcU7fDkyrxj33gTUy/ABO5ZUbGowxNCopBq/OoD42bP4UmMrJoPyk4Uqf0mu3mtWBhHCZD8yg==", + "dev": true, "dependencies": { "cyclist": "^1.0.1", "inherits": "^2.0.3", @@ -40119,11 +39145,15 @@ }, "node_modules/parallel-transform/node_modules/isarray": { "version": "1.0.0", - "license": "MIT" + "resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz", + "integrity": "sha512-VLghIWNM6ELQzo7zwmcg0NmTVyWKYjvIeM83yjp0wRDTmUnrM678fQbcKBo6n2CJEF0szoG//ytg+TKla89ALQ==", + "dev": true }, "node_modules/parallel-transform/node_modules/readable-stream": { "version": "2.3.8", - "license": "MIT", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.8.tgz", + "integrity": "sha512-8p0AUk4XODgIewSi0l8Epjs+EVnWiK7NoDIEGU0HhE7+ZyY8D1IMY7odu5lRrFXGg71L15KG8QrPmum45RTtdA==", + "dev": true, "dependencies": { "core-util-is": "~1.0.0", "inherits": "~2.0.3", @@ -40136,14 +39166,18 @@ }, "node_modules/parallel-transform/node_modules/string_decoder": { "version": "1.1.1", - "license": "MIT", + "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz", + "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", + "dev": true, "dependencies": { "safe-buffer": "~5.1.0" } }, "node_modules/param-case": { "version": "3.0.4", - "license": "MIT", + "resolved": "https://registry.npmjs.org/param-case/-/param-case-3.0.4.tgz", + "integrity": "sha512-RXlj7zCYokReqWpOPH9oYivUzLYZ5vAPIfEmCTNViosC78F8F0H9y7T7gG2M39ymgutxF5gcFEsyZQSph9Bp3A==", + "dev": true, "dependencies": { "dot-case": "^3.0.4", "tslib": "^2.0.3" @@ -40151,7 +39185,8 @@ }, "node_modules/parent-module": { "version": "2.0.0", - "license": "MIT", + "resolved": "https://registry.npmjs.org/parent-module/-/parent-module-2.0.0.tgz", + "integrity": "sha512-uo0Z9JJeWzv8BG+tRcapBKNJ0dro9cLyczGzulS6EfeyAdeC9sbojtW6XwvYxJkEne9En+J2XEl4zyglVeIwFg==", "dependencies": { "callsites": "^3.1.0" }, @@ -40161,7 +39196,9 @@ }, "node_modules/parse-asn1": { "version": "5.1.6", - "license": "ISC", + "resolved": "https://registry.npmjs.org/parse-asn1/-/parse-asn1-5.1.6.tgz", + "integrity": "sha512-RnZRo1EPU6JBnra2vGHj0yhp6ebyjBZpmUCLHWiFhxlzvBCCpAuZ7elsBp1PVAbQN0/04VD/19rfzlBSwLstMw==", + "dev": true, "dependencies": { "asn1.js": "^5.2.0", "browserify-aes": "^1.0.0", @@ -40172,8 +39209,9 @@ }, "node_modules/parse-entities": { "version": "1.2.2", + "resolved": "https://registry.npmjs.org/parse-entities/-/parse-entities-1.2.2.tgz", + "integrity": "sha512-NzfpbxW/NPrzZ/yYSoQxyqUZMZXIdCfE0OIN4ESsnptHJECoUk3FZktxNuzQf4tjt5UEopnxpYJbvYuxIFDdsg==", "dev": true, - "license": "MIT", "peer": true, "dependencies": { "character-entities": "^1.0.0", @@ -40186,7 +39224,8 @@ }, "node_modules/parse-json": { "version": "5.2.0", - "license": "MIT", + "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-5.2.0.tgz", + "integrity": "sha512-ayCKvm/phCGxOkYRSCM82iDwct8/EonSEgCSxWxD7ve6jHggsFl4fZVQBPRNgQoKiuV/odhFrGzQXZwbifC8Rg==", "dependencies": { "@babel/code-frame": "^7.0.0", "error-ex": "^1.3.1", @@ -40200,69 +39239,111 @@ "url": "https://github.com/sponsors/sindresorhus" } }, + "node_modules/parse-json/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/parse-node-version": { "version": "1.0.1", + "resolved": "https://registry.npmjs.org/parse-node-version/-/parse-node-version-1.0.1.tgz", + "integrity": "sha512-3YHlOa/JgH6Mnpr05jP9eDG254US9ek25LyIxZlDItp2iJtwyaXQb57lBYLdT3MowkUFYEV2XXNAYIPlESvJlA==", "dev": true, - "license": "MIT", "engines": { "node": ">= 0.10" } }, "node_modules/parse5": { - "version": "5.1.1", - "license": "MIT", - "optional": true - }, - "node_modules/parse5-html-rewriting-stream": { - "version": "6.0.1", - "dev": true, - "license": "MIT", + "version": "7.1.2", + "resolved": "https://registry.npmjs.org/parse5/-/parse5-7.1.2.tgz", + "integrity": "sha512-Czj1WaSVpaoj0wbhMzLmWD69anp2WH7FXMB9n1Sy8/ZFF9jolSQVMu1Ij5WIyGmcBmhk7EOndpO4mIpihVqAXw==", + "devOptional": true, "dependencies": { - "parse5": "^6.0.1", - "parse5-sax-parser": "^6.0.1" + "entities": "^4.4.0" + }, + "funding": { + "url": "https://github.com/inikulin/parse5?sponsor=1" } }, - "node_modules/parse5-html-rewriting-stream/node_modules/parse5": { - "version": "6.0.1", + "node_modules/parse5-html-rewriting-stream": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/parse5-html-rewriting-stream/-/parse5-html-rewriting-stream-7.0.0.tgz", + "integrity": "sha512-mazCyGWkmCRWDI15Zp+UiCqMp/0dgEmkZRvhlsqqKYr4SsVm/TvnSpD9fCvqCA2zoWJcfRym846ejWBBHRiYEg==", "dev": true, - "license": "MIT" + "dependencies": { + "entities": "^4.3.0", + "parse5": "^7.0.0", + "parse5-sax-parser": "^7.0.0" + }, + "funding": { + "url": "https://github.com/inikulin/parse5?sponsor=1" + } + }, + "node_modules/parse5-html-rewriting-stream/node_modules/entities": { + "version": "4.5.0", + "resolved": "https://registry.npmjs.org/entities/-/entities-4.5.0.tgz", + "integrity": "sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw==", + "dev": true, + "engines": { + "node": ">=0.12" + }, + "funding": { + "url": "https://github.com/fb55/entities?sponsor=1" + } }, "node_modules/parse5-htmlparser2-tree-adapter": { "version": "6.0.1", + "resolved": "https://registry.npmjs.org/parse5-htmlparser2-tree-adapter/-/parse5-htmlparser2-tree-adapter-6.0.1.tgz", + "integrity": "sha512-qPuWvbLgvDGilKc5BoicRovlT4MtYT6JfJyBOMDsKoiT+GiuP5qyrPCnR9HcPECIJJmZh5jRndyNThnhhb/vlA==", "dev": true, - "license": "MIT", "dependencies": { "parse5": "^6.0.1" } }, "node_modules/parse5-htmlparser2-tree-adapter/node_modules/parse5": { "version": "6.0.1", - "dev": true, - "license": "MIT" + "resolved": "https://registry.npmjs.org/parse5/-/parse5-6.0.1.tgz", + "integrity": "sha512-Ofn/CTFzRGTTxwpNEs9PP93gXShHcTq255nzRYSKe8AkVpZY7e1fpmTfOyoIvjP5HG7Z2ZM7VS9PPhQGW2pOpw==", + "dev": true }, "node_modules/parse5-sax-parser": { - "version": "6.0.1", + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/parse5-sax-parser/-/parse5-sax-parser-7.0.0.tgz", + "integrity": "sha512-5A+v2SNsq8T6/mG3ahcz8ZtQ0OUFTatxPbeidoMB7tkJSGDY3tdfl4MHovtLQHkEn5CGxijNWRQHhRQ6IRpXKg==", "dev": true, - "license": "MIT", "dependencies": { - "parse5": "^6.0.1" + "parse5": "^7.0.0" + }, + "funding": { + "url": "https://github.com/inikulin/parse5?sponsor=1" } }, - "node_modules/parse5-sax-parser/node_modules/parse5": { - "version": "6.0.1", - "dev": true, - "license": "MIT" + "node_modules/parse5/node_modules/entities": { + "version": "4.5.0", + "resolved": "https://registry.npmjs.org/entities/-/entities-4.5.0.tgz", + "integrity": "sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw==", + "devOptional": true, + "engines": { + "node": ">=0.12" + }, + "funding": { + "url": "https://github.com/fb55/entities?sponsor=1" + } }, "node_modules/parseurl": { "version": "1.3.3", - "license": "MIT", + "resolved": "https://registry.npmjs.org/parseurl/-/parseurl-1.3.3.tgz", + "integrity": "sha512-CiyeOxFT/JZyN5m0z9PfXw4SCBJ6Sygz1Dpl0wqjlhDEGGBP1GnsUVEL0p63hoG1fcj3fHynXi9NYO4nWOL+qQ==", + "dev": true, "engines": { "node": ">= 0.8" } }, "node_modules/pascal-case": { "version": "3.1.2", - "license": "MIT", + "resolved": "https://registry.npmjs.org/pascal-case/-/pascal-case-3.1.2.tgz", + "integrity": "sha512-uWlGT3YSnK9x3BQJaOdcZwrnV6hPpd8jFH1/ucpiLRPh/2zCVJKS19E4GvYHvaCcACn3foXZ0cLB9Wrx1KGe5g==", + "dev": true, "dependencies": { "no-case": "^3.0.4", "tslib": "^2.0.3" @@ -40270,49 +39351,62 @@ }, "node_modules/pascalcase": { "version": "0.1.1", - "license": "MIT", + "resolved": "https://registry.npmjs.org/pascalcase/-/pascalcase-0.1.1.tgz", + "integrity": "sha512-XHXfu/yOQRy9vYOtUDVMN60OEJjW013GoObG1o+xwQTpB9eYJX/BjXMsdW13ZDPruFhYYn0AG22w0xgQMwl3Nw==", + "dev": true, "engines": { "node": ">=0.10.0" } }, "node_modules/path-browserify": { "version": "1.0.1", - "dev": true, - "license": "MIT" + "resolved": "https://registry.npmjs.org/path-browserify/-/path-browserify-1.0.1.tgz", + "integrity": "sha512-b7uo2UCUOYZcnF/3ID0lulOJi/bafxa1xPe7ZPsammBSpjSWQkjNxlt635YGS2MiR9GjvuXCtz2emr3jbsz98g==", + "dev": true }, "node_modules/path-dirname": { "version": "1.0.2", - "license": "MIT" + "resolved": "https://registry.npmjs.org/path-dirname/-/path-dirname-1.0.2.tgz", + "integrity": "sha512-ALzNPpyNq9AqXMBjeymIjFDAkAFH06mHJH/cSBHAgU0s4vfpBn6b2nf8tiRLvagKD8RbTpq2FKTBg7cl9l3c7Q==", + "dev": true }, "node_modules/path-exists": { "version": "4.0.0", - "license": "MIT", + "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz", + "integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==", + "dev": true, "engines": { "node": ">=8" } }, "node_modules/path-is-absolute": { "version": "1.0.1", - "license": "MIT", + "resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz", + "integrity": "sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==", + "devOptional": true, "engines": { "node": ">=0.10.0" } }, "node_modules/path-is-inside": { "version": "1.0.2", - "dev": true, - "license": "(WTFPL OR MIT)" + "resolved": "https://registry.npmjs.org/path-is-inside/-/path-is-inside-1.0.2.tgz", + "integrity": "sha512-DUWJr3+ULp4zXmol/SZkFf3JGsS9/SIv+Y3Rt93/UjPpDpklB5f1er4O3POIbUuUJ3FXgqte2Q7SrU6zAqwk8w==", + "dev": true }, "node_modules/path-key": { "version": "3.1.1", - "license": "MIT", + "resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz", + "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==", "engines": { "node": ">=8" } }, "node_modules/path-parse": { "version": "1.0.7", - "license": "MIT" + "resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.7.tgz", + "integrity": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==", + "dev": true }, "node_modules/path-scurry": { "version": "1.10.1", @@ -40331,10 +39425,13 @@ } }, "node_modules/path-scurry/node_modules/lru-cache": { - "version": "10.0.1", - "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.0.1.tgz", - "integrity": "sha512-IJ4uwUTi2qCccrioU6g9g/5rvvVl13bsdczUUcqbciD9iLr095yj8DQKdObriEvuNSx325N1rV1O0sJFszx75g==", + "version": "10.0.2", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.0.2.tgz", + "integrity": "sha512-Yj9mA8fPiVgOUpByoTZO5pNrcl5Yk37FcSHsUINpAsaBIEZIuqcCclDZJCVxqQShDsmYX8QG63svJiTbOATZwg==", "dev": true, + "dependencies": { + "semver": "^7.3.5" + }, "engines": { "node": "14 || >=16.14" } @@ -40350,33 +39447,40 @@ }, "node_modules/path-to-regexp": { "version": "0.1.7", - "license": "MIT" + "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-0.1.7.tgz", + "integrity": "sha512-5DFkuoqlv1uYQKxy8omFBeJPQcdoE07Kv2sferDCrAq1ohOU+MSDswDIbnx3YAM60qIOnYa53wBhXW0EbMonrQ==", + "dev": true }, "node_modules/path-type": { "version": "4.0.0", - "license": "MIT", + "resolved": "https://registry.npmjs.org/path-type/-/path-type-4.0.0.tgz", + "integrity": "sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==", "engines": { "node": ">=8" } }, "node_modules/path2d-polyfill": { "version": "2.0.1", - "license": "MIT", + "resolved": "https://registry.npmjs.org/path2d-polyfill/-/path2d-polyfill-2.0.1.tgz", + "integrity": "sha512-ad/3bsalbbWhmBo0D6FZ4RNMwsLsPpL6gnvhuSaU5Vm7b06Kr5ubSltQQ0T7YKsiJQO+g22zJ4dJKNTXIyOXtA==", "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, - "license": "MIT", "engines": { "node": "*" } }, "node_modules/pbkdf2": { "version": "3.1.2", - "license": "MIT", + "resolved": "https://registry.npmjs.org/pbkdf2/-/pbkdf2-3.1.2.tgz", + "integrity": "sha512-iuh7L6jA7JEGu2WxDwtQP1ddOpaJNC4KlDEFfdQajSGgGPNi4OyDc2R7QnbY2bR9QjBVGwgvTdNJZoE7RaxUMA==", + "dev": true, "dependencies": { "create-hash": "^1.1.2", "create-hmac": "^1.1.4", @@ -40390,7 +39494,8 @@ }, "node_modules/pdfjs-dist": { "version": "3.3.122", - "license": "Apache-2.0", + "resolved": "https://registry.npmjs.org/pdfjs-dist/-/pdfjs-dist-3.3.122.tgz", + "integrity": "sha512-98WC09jOq3OuqrmF5+LZfcyzTlGA0sY9ocMBbWZ/H6Pwni7deptxwkNZVLieOz+4nSoTEW25PsfnfOj3ELrHdA==", "dependencies": { "path2d-polyfill": "^2.0.1", "web-streams-polyfill": "^3.2.1" @@ -40401,16 +39506,19 @@ }, "node_modules/performance-now": { "version": "2.1.0", - "dev": true, - "license": "MIT" + "resolved": "https://registry.npmjs.org/performance-now/-/performance-now-2.1.0.tgz", + "integrity": "sha512-7EAHlyLHI56VEIdK57uwHdHKIaAGbnXPiw0yWbarQZOKaKpvUIgW0jWRVLiatnM+XXlSwsanIBH/hzGMJulMow==", + "dev": true }, "node_modules/picocolors": { "version": "1.0.0", - "license": "ISC" + "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.0.0.tgz", + "integrity": "sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ==" }, "node_modules/picomatch": { "version": "2.3.1", - "license": "MIT", + "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz", + "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==", "engines": { "node": ">=8.6" }, @@ -40420,8 +39528,9 @@ }, "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, - "license": "MIT", "bin": { "pidtree": "bin/pidtree.js" }, @@ -40431,23 +39540,27 @@ }, "node_modules/pify": { "version": "4.0.1", - "license": "MIT", + "resolved": "https://registry.npmjs.org/pify/-/pify-4.0.1.tgz", + "integrity": "sha512-uB80kBFb/tfd68bVleG9T5GGsGPjJrLAUpR5PZIrhBnIaRTQRjqdJSsIKkOP6OAIFbj7GOrcudc5pNjZ+geV2g==", + "dev": true, "engines": { "node": ">=6" } }, "node_modules/pinkie": { "version": "2.0.4", - "devOptional": true, - "license": "MIT", + "resolved": "https://registry.npmjs.org/pinkie/-/pinkie-2.0.4.tgz", + "integrity": "sha512-MnUuEycAemtSaeFSjXKW/aroV7akBbY+Sv+RkyqFjgAe73F+MR0TBWKBRDkmfWq/HiFmdavfZ1G7h4SPZXaCSg==", + "dev": true, "engines": { "node": ">=0.10.0" } }, "node_modules/pinkie-promise": { "version": "2.0.1", - "devOptional": true, - "license": "MIT", + "resolved": "https://registry.npmjs.org/pinkie-promise/-/pinkie-promise-2.0.1.tgz", + "integrity": "sha512-0Gni6D4UcLTbv9c57DfxDGdr41XfgUjqWZu492f0cIGr16zDU06BWP/RAEvOuo7CQ0CNjHaLlM59YJJFm3NWlw==", + "dev": true, "dependencies": { "pinkie": "^2.0.0" }, @@ -40456,16 +39569,19 @@ } }, "node_modules/pirates": { - "version": "4.0.5", - "license": "MIT", + "version": "4.0.6", + "resolved": "https://registry.npmjs.org/pirates/-/pirates-4.0.6.tgz", + "integrity": "sha512-saLsH7WeYYPiD25LDuLRRY/i+6HaPYr6G1OUlN39otzkSTxKnubR9RTxS3/Kk50s1g2JTgFwWQDQyplC5/SHZg==", + "dev": true, "engines": { "node": ">= 6" } }, "node_modules/piscina": { "version": "3.2.0", + "resolved": "https://registry.npmjs.org/piscina/-/piscina-3.2.0.tgz", + "integrity": "sha512-yn/jMdHRw+q2ZJhFhyqsmANcbF6V2QwmD84c6xRau+QpQOmtrBCoRGdvTfeuFDYXB5W2m6MfLkjkvQa9lUSmIA==", "dev": true, - "license": "MIT", "dependencies": { "eventemitter-asyncresource": "^1.0.0", "hdr-histogram-js": "^2.0.1", @@ -40477,7 +39593,9 @@ }, "node_modules/pkg-dir": { "version": "5.0.0", - "license": "MIT", + "resolved": "https://registry.npmjs.org/pkg-dir/-/pkg-dir-5.0.0.tgz", + "integrity": "sha512-NPE8TDbzl/3YQYY7CSS228s3g2ollTFnc+Qi3tqmqJp9Vg2ovUpixcJEo2HJScN2Ez+kEaal6y70c0ehqJBJeA==", + "dev": true, "dependencies": { "find-up": "^5.0.0" }, @@ -40485,10 +39603,28 @@ "node": ">=10" } }, + "node_modules/playwright": { + "version": "1.39.0", + "resolved": "https://registry.npmjs.org/playwright/-/playwright-1.39.0.tgz", + "integrity": "sha512-naE5QT11uC/Oiq0BwZ50gDmy8c8WLPRTEWuSSFVG2egBka/1qMoSqYQcROMT9zLwJ86oPofcTH2jBY/5wWOgIw==", + "dev": true, + "dependencies": { + "playwright-core": "1.39.0" + }, + "bin": { + "playwright": "cli.js" + }, + "engines": { + "node": ">=16" + }, + "optionalDependencies": { + "fsevents": "2.3.2" + } + }, "node_modules/playwright-core": { - "version": "1.35.1", - "resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.35.1.tgz", - "integrity": "sha512-pNXb6CQ7OqmGDRspEjlxE49w+4YtR6a3X6mT1hZXeJHWmsEz7SunmvZeiG/+y1yyMZdHnnn73WKYdtV1er0Xyg==", + "version": "1.39.0", + "resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.39.0.tgz", + "integrity": "sha512-+k4pdZgs1qiM+OUkSjx96YiKsXsmb59evFoqv8SKO067qBA+Z2s/dCzJij/ZhdQcs2zlTAgRKfeiiLm8PQ2qvw==", "dev": true, "bin": { "playwright-core": "cli.js" @@ -40497,17 +39633,34 @@ "node": ">=16" } }, + "node_modules/playwright/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": "^8.16.0 || ^10.6.0 || >=11.0.0" + } + }, "node_modules/pluralize": { "version": "8.0.0", + "resolved": "https://registry.npmjs.org/pluralize/-/pluralize-8.0.0.tgz", + "integrity": "sha512-Nc3IT5yHzflTfbjgqWcCPpo7DaKy4FnpB0l/zCAW0Tc7jxAiuqSxHasntB3D7887LSrA93kDJ9IXovxJYxyLCA==", "dev": true, - "license": "MIT", "engines": { "node": ">=4" } }, "node_modules/pnp-webpack-plugin": { "version": "1.6.4", - "license": "MIT", + "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" }, @@ -40517,8 +39670,9 @@ }, "node_modules/polished": { "version": "4.2.2", + "resolved": "https://registry.npmjs.org/polished/-/polished-4.2.2.tgz", + "integrity": "sha512-Sz2Lkdxz6F2Pgnpi9U5Ng/WdWAUZxmHrNPoVlm3aAemxoy2Qy7LGjQg4uf8qKelDAUW94F4np3iH2YPf2qefcQ==", "dev": true, - "license": "MIT", "dependencies": { "@babel/runtime": "^7.17.8" }, @@ -40528,8 +39682,9 @@ }, "node_modules/portfinder": { "version": "1.0.32", + "resolved": "https://registry.npmjs.org/portfinder/-/portfinder-1.0.32.tgz", + "integrity": "sha512-on2ZJVVDXRADWE6jnQaX0ioEylzgBpQk8r55NE4wjXW1ZxO+BgDlY6DXwj20i0V8eB4SenDQ00WEaxfiIQPcxg==", "dev": true, - "license": "MIT", "dependencies": { "async": "^2.6.4", "debug": "^3.2.7", @@ -40541,24 +39696,27 @@ }, "node_modules/portfinder/node_modules/async": { "version": "2.6.4", + "resolved": "https://registry.npmjs.org/async/-/async-2.6.4.tgz", + "integrity": "sha512-mzo5dfJYwAn29PeiJ0zvwTo04zj8HDJj0Mn8TD7sno7q12prdbnasKJHhkm2c1LgrhlJ0teaea8860oxi51mGA==", "dev": true, - "license": "MIT", "dependencies": { "lodash": "^4.17.14" } }, "node_modules/portfinder/node_modules/debug": { "version": "3.2.7", + "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz", + "integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==", "dev": true, - "license": "MIT", "dependencies": { "ms": "^2.1.1" } }, "node_modules/portfinder/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, - "license": "MIT", "dependencies": { "minimist": "^1.2.6" }, @@ -40568,8 +39726,9 @@ }, "node_modules/portscanner": { "version": "2.2.0", + "resolved": "https://registry.npmjs.org/portscanner/-/portscanner-2.2.0.tgz", + "integrity": "sha512-IFroCz/59Lqa2uBvzK3bKDbDDIEaAY8XJ1jFxcLWTqosrsc32//P4VuSB2vZXoHiHqOmx8B5L5hnKOxL/7FlPw==", "dev": true, - "license": "MIT", "dependencies": { "async": "^2.6.0", "is-number-like": "^1.0.3" @@ -40581,15 +39740,18 @@ }, "node_modules/portscanner/node_modules/async": { "version": "2.6.4", + "resolved": "https://registry.npmjs.org/async/-/async-2.6.4.tgz", + "integrity": "sha512-mzo5dfJYwAn29PeiJ0zvwTo04zj8HDJj0Mn8TD7sno7q12prdbnasKJHhkm2c1LgrhlJ0teaea8860oxi51mGA==", "dev": true, - "license": "MIT", "dependencies": { "lodash": "^4.17.14" } }, "node_modules/posix-character-classes": { "version": "0.1.1", - "license": "MIT", + "resolved": "https://registry.npmjs.org/posix-character-classes/-/posix-character-classes-0.1.1.tgz", + "integrity": "sha512-xTgYBc3fuo7Yt7JbiuFxSYGToMoz8fLoE6TC9Wx1P/u+LfeThMOAqmuyECnlBaaJb+u1m9hHiXUEtwW4OzfUJg==", + "dev": true, "engines": { "node": ">=0.10.0" } @@ -40622,24 +39784,6 @@ "node": "^10 || ^12 || >=14" } }, - "node_modules/postcss-attribute-case-insensitive": { - "version": "5.0.2", - "dev": true, - "license": "MIT", - "dependencies": { - "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/postcss-calc": { "version": "8.2.4", "resolved": "https://registry.npmjs.org/postcss-calc/-/postcss-calc-8.2.4.tgz", @@ -40653,74 +39797,6 @@ "postcss": "^8.2.2" } }, - "node_modules/postcss-clamp": { - "version": "4.1.0", - "dev": true, - "license": "MIT", - "dependencies": { - "postcss-value-parser": "^4.2.0" - }, - "engines": { - "node": ">=7.6.0" - }, - "peerDependencies": { - "postcss": "^8.4.6" - } - }, - "node_modules/postcss-color-functional-notation": { - "version": "4.2.4", - "dev": true, - "license": "CC0-1.0", - "dependencies": { - "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/postcss-color-hex-alpha": { - "version": "8.0.4", - "dev": true, - "license": "MIT", - "dependencies": { - "postcss-value-parser": "^4.2.0" - }, - "engines": { - "node": "^12 || ^14 || >=16" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/csstools" - }, - "peerDependencies": { - "postcss": "^8.4" - } - }, - "node_modules/postcss-color-rebeccapurple": { - "version": "7.1.1", - "dev": true, - "license": "CC0-1.0", - "dependencies": { - "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/postcss-colormin": { "version": "5.3.1", "resolved": "https://registry.npmjs.org/postcss-colormin/-/postcss-colormin-5.3.1.tgz", @@ -40755,78 +39831,6 @@ "postcss": "^8.2.15" } }, - "node_modules/postcss-custom-media": { - "version": "8.0.2", - "dev": true, - "license": "MIT", - "dependencies": { - "postcss-value-parser": "^4.2.0" - }, - "engines": { - "node": "^12 || ^14 || >=16" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/csstools" - }, - "peerDependencies": { - "postcss": "^8.3" - } - }, - "node_modules/postcss-custom-properties": { - "version": "12.1.11", - "dev": true, - "license": "MIT", - "dependencies": { - "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/postcss-custom-selectors": { - "version": "6.0.3", - "dev": true, - "license": "MIT", - "dependencies": { - "postcss-selector-parser": "^6.0.4" - }, - "engines": { - "node": "^12 || ^14 || >=16" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/csstools" - }, - "peerDependencies": { - "postcss": "^8.3" - } - }, - "node_modules/postcss-dir-pseudo-class": { - "version": "6.0.5", - "dev": true, - "license": "CC0-1.0", - "dependencies": { - "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/postcss-discard-comments": { "version": "5.1.2", "resolved": "https://registry.npmjs.org/postcss-discard-comments/-/postcss-discard-comments-5.1.2.tgz", @@ -40875,53 +39879,26 @@ "postcss": "^8.2.15" } }, - "node_modules/postcss-double-position-gradients": { - "version": "3.1.2", - "dev": true, - "license": "CC0-1.0", - "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" - } - }, - "node_modules/postcss-env-function": { - "version": "4.0.6", - "dev": true, - "license": "CC0-1.0", - "dependencies": { - "postcss-value-parser": "^4.2.0" - }, - "engines": { - "node": "^12 || ^14 || >=16" - }, - "peerDependencies": { - "postcss": "^8.4" - } - }, "node_modules/postcss-flexbugs-fixes": { "version": "4.2.1", - "license": "MIT", + "resolved": "https://registry.npmjs.org/postcss-flexbugs-fixes/-/postcss-flexbugs-fixes-4.2.1.tgz", + "integrity": "sha512-9SiofaZ9CWpQWxOwRh1b/r85KD5y7GgvsNt1056k6OYLvWUun0czCvogfJgylC22uJTwW1KzY3Gz65NZRlvoiQ==", + "dev": true, "dependencies": { "postcss": "^7.0.26" } }, "node_modules/postcss-flexbugs-fixes/node_modules/picocolors": { "version": "0.2.1", - "license": "ISC" + "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-0.2.1.tgz", + "integrity": "sha512-cMlDqaLEqfSaW8Z7N5Jw+lyIW869EzT73/F5lhtY9cLGoVxSXznfgfXMO0Z5K0o0Q2TkTXq+0KFsdnSe3jDViA==", + "dev": true }, "node_modules/postcss-flexbugs-fixes/node_modules/postcss": { "version": "7.0.39", - "license": "MIT", + "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" @@ -40936,84 +39913,18 @@ }, "node_modules/postcss-flexbugs-fixes/node_modules/source-map": { "version": "0.6.1", - "license": "BSD-3-Clause", + "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/postcss-focus-visible": { - "version": "6.0.4", - "dev": true, - "license": "CC0-1.0", - "dependencies": { - "postcss-selector-parser": "^6.0.9" - }, - "engines": { - "node": "^12 || ^14 || >=16" - }, - "peerDependencies": { - "postcss": "^8.4" - } - }, - "node_modules/postcss-focus-within": { - "version": "5.0.4", - "dev": true, - "license": "CC0-1.0", - "dependencies": { - "postcss-selector-parser": "^6.0.9" - }, - "engines": { - "node": "^12 || ^14 || >=16" - }, - "peerDependencies": { - "postcss": "^8.4" - } - }, - "node_modules/postcss-font-variant": { - "version": "5.0.0", - "dev": true, - "license": "MIT", - "peerDependencies": { - "postcss": "^8.1.0" - } - }, - "node_modules/postcss-gap-properties": { - "version": "3.0.5", - "dev": true, - "license": "CC0-1.0", - "engines": { - "node": "^12 || ^14 || >=16" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/csstools" - }, - "peerDependencies": { - "postcss": "^8.2" - } - }, - "node_modules/postcss-image-set-function": { - "version": "4.0.7", - "dev": true, - "license": "CC0-1.0", - "dependencies": { - "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/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, - "license": "MIT", "dependencies": { "postcss-value-parser": "^4.0.0", "read-cache": "^1.0.0", @@ -41026,41 +39937,15 @@ "postcss": "^8.0.0" } }, - "node_modules/postcss-initial": { - "version": "4.0.1", - "dev": true, - "license": "MIT", - "peerDependencies": { - "postcss": "^8.0.0" - } - }, - "node_modules/postcss-lab-function": { - "version": "4.2.1", - "dev": true, - "license": "CC0-1.0", - "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" - } - }, "node_modules/postcss-loader": { - "version": "7.0.1", + "version": "7.0.2", + "resolved": "https://registry.npmjs.org/postcss-loader/-/postcss-loader-7.0.2.tgz", + "integrity": "sha512-fUJzV/QH7NXUAqV8dWJ9Lg4aTkDCezpTS5HgJ2DvqznexTbSTxgi/dTECvTZ15BwKTtk8G/bqI/QTu2HPd3ZCg==", "dev": true, - "license": "MIT", "dependencies": { "cosmiconfig": "^7.0.0", "klona": "^2.0.5", - "semver": "^7.3.7" + "semver": "^7.3.8" }, "engines": { "node": ">= 14.15.0" @@ -41074,32 +39959,27 @@ "webpack": "^5.0.0" } }, - "node_modules/postcss-logical": { - "version": "5.0.4", + "node_modules/postcss-loader/node_modules/cosmiconfig": { + "version": "7.1.0", + "resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-7.1.0.tgz", + "integrity": "sha512-AdmX6xUzdNASswsFtmwSt7Vj8po9IuqXm0UXz7QKPuEUmPB4XyjGfaAr2PSuELMwkRMVH1EpIkX5bTZGRB3eCA==", "dev": true, - "license": "CC0-1.0", - "engines": { - "node": "^12 || ^14 || >=16" + "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" }, - "peerDependencies": { - "postcss": "^8.4" - } - }, - "node_modules/postcss-media-minmax": { - "version": "5.0.0", - "dev": true, - "license": "MIT", "engines": { - "node": ">=10.0.0" - }, - "peerDependencies": { - "postcss": "^8.1.0" + "node": ">=10" } }, "node_modules/postcss-media-query-parser": { "version": "0.2.3", - "dev": true, - "license": "MIT" + "resolved": "https://registry.npmjs.org/postcss-media-query-parser/-/postcss-media-query-parser-0.2.3.tgz", + "integrity": "sha512-3sOlxmbKcSHMjlUXQZKQ06jOswE7oVkXPxmZdoB1r5l0q6gTFTQSHxNxOrCccElbW7dxNytifNEo8qidX2Vsig==", + "dev": true }, "node_modules/postcss-merge-longhand": { "version": "5.1.7", @@ -41201,8 +40081,9 @@ }, "node_modules/postcss-modules-extract-imports": { "version": "3.0.0", + "resolved": "https://registry.npmjs.org/postcss-modules-extract-imports/-/postcss-modules-extract-imports-3.0.0.tgz", + "integrity": "sha512-bdHleFnP3kZ4NYDhuGlVK+CMrQ/pqUm8bx/oGL93K6gVwiclvX5x0n76fYMKuIGKzlABOy13zsvqjb0f92TEXw==", "dev": true, - "license": "ISC", "engines": { "node": "^10 || ^12 || >= 14" }, @@ -41229,8 +40110,9 @@ }, "node_modules/postcss-modules-scope": { "version": "3.0.0", + "resolved": "https://registry.npmjs.org/postcss-modules-scope/-/postcss-modules-scope-3.0.0.tgz", + "integrity": "sha512-hncihwFA2yPath8oZ15PZqvWGkWf+XUfQgUGamS4LqoP1anQLOsOJw0vr7J7IwLpoY9fatA2qiGUGmuZL0Iqlg==", "dev": true, - "license": "ISC", "dependencies": { "postcss-selector-parser": "^6.0.4" }, @@ -41243,8 +40125,9 @@ }, "node_modules/postcss-modules-values": { "version": "4.0.0", + "resolved": "https://registry.npmjs.org/postcss-modules-values/-/postcss-modules-values-4.0.0.tgz", + "integrity": "sha512-RDxHkAiEGI78gS2ofyvCsu7iycRv7oqw5xMWn9iMoR0N/7mf9D50ecQqUo5BZ9Zh2vH4bCUR/ktCqbB9m8vJjQ==", "dev": true, - "license": "ISC", "dependencies": { "icss-utils": "^5.0.0" }, @@ -41255,25 +40138,6 @@ "postcss": "^8.1.0" } }, - "node_modules/postcss-nesting": { - "version": "10.2.0", - "dev": true, - "license": "CC0-1.0", - "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" - } - }, "node_modules/postcss-normalize-charset": { "version": "5.1.0", "resolved": "https://registry.npmjs.org/postcss-normalize-charset/-/postcss-normalize-charset-5.1.0.tgz", @@ -41408,27 +40272,6 @@ "postcss": "^8.2.15" } }, - "node_modules/postcss-opacity-percentage": { - "version": "1.1.3", - "dev": true, - "funding": [ - { - "type": "kofi", - "url": "https://ko-fi.com/mrcgrtz" - }, - { - "type": "liberapay", - "url": "https://liberapay.com/mrcgrtz" - } - ], - "license": "MIT", - "engines": { - "node": "^12 || ^14 || >=16" - }, - "peerDependencies": { - "postcss": "^8.2" - } - }, "node_modules/postcss-ordered-values": { "version": "5.1.3", "resolved": "https://registry.npmjs.org/postcss-ordered-values/-/postcss-ordered-values-5.1.3.tgz", @@ -41445,132 +40288,6 @@ "postcss": "^8.2.15" } }, - "node_modules/postcss-overflow-shorthand": { - "version": "3.0.4", - "dev": true, - "license": "CC0-1.0", - "dependencies": { - "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/postcss-page-break": { - "version": "3.0.4", - "dev": true, - "license": "MIT", - "peerDependencies": { - "postcss": "^8" - } - }, - "node_modules/postcss-place": { - "version": "7.0.5", - "dev": true, - "license": "CC0-1.0", - "dependencies": { - "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/postcss-preset-env": { - "version": "7.7.2", - "dev": true, - "license": "CC0-1.0", - "dependencies": { - "@csstools/postcss-cascade-layers": "^1.0.4", - "@csstools/postcss-color-function": "^1.1.0", - "@csstools/postcss-font-format-keywords": "^1.0.0", - "@csstools/postcss-hwb-function": "^1.0.1", - "@csstools/postcss-ic-unit": "^1.0.0", - "@csstools/postcss-is-pseudo-class": "^2.0.6", - "@csstools/postcss-normalize-display-values": "^1.0.0", - "@csstools/postcss-oklab-function": "^1.1.0", - "@csstools/postcss-progressive-custom-properties": "^1.3.0", - "@csstools/postcss-stepped-value-functions": "^1.0.0", - "@csstools/postcss-trigonometric-functions": "^1.0.1", - "@csstools/postcss-unset-value": "^1.0.1", - "autoprefixer": "^10.4.7", - "browserslist": "^4.21.0", - "css-blank-pseudo": "^3.0.3", - "css-has-pseudo": "^3.0.4", - "css-prefers-color-scheme": "^6.0.3", - "cssdb": "^6.6.3", - "postcss-attribute-case-insensitive": "^5.0.1", - "postcss-clamp": "^4.1.0", - "postcss-color-functional-notation": "^4.2.3", - "postcss-color-hex-alpha": "^8.0.4", - "postcss-color-rebeccapurple": "^7.1.0", - "postcss-custom-media": "^8.0.2", - "postcss-custom-properties": "^12.1.8", - "postcss-custom-selectors": "^6.0.3", - "postcss-dir-pseudo-class": "^6.0.4", - "postcss-double-position-gradients": "^3.1.1", - "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.3", - "postcss-image-set-function": "^4.0.6", - "postcss-initial": "^4.0.1", - "postcss-lab-function": "^4.2.0", - "postcss-logical": "^5.0.4", - "postcss-media-minmax": "^5.0.0", - "postcss-nesting": "^10.1.9", - "postcss-opacity-percentage": "^1.1.2", - "postcss-overflow-shorthand": "^3.0.3", - "postcss-page-break": "^3.0.4", - "postcss-place": "^7.0.4", - "postcss-pseudo-class-any-link": "^7.1.5", - "postcss-replace-overflow-wrap": "^4.0.0", - "postcss-selector-not": "^6.0.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/postcss-pseudo-class-any-link": { - "version": "7.1.6", - "dev": true, - "license": "CC0-1.0", - "dependencies": { - "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/postcss-reduce-initial": { "version": "5.1.2", "resolved": "https://registry.npmjs.org/postcss-reduce-initial/-/postcss-reduce-initial-5.1.2.tgz", @@ -41602,23 +40319,17 @@ "postcss": "^8.2.15" } }, - "node_modules/postcss-replace-overflow-wrap": { - "version": "4.0.0", - "dev": true, - "license": "MIT", - "peerDependencies": { - "postcss": "^8.0.3" - } - }, "node_modules/postcss-resolve-nested-selector": { "version": "0.1.1", - "dev": true, - "license": "MIT" + "resolved": "https://registry.npmjs.org/postcss-resolve-nested-selector/-/postcss-resolve-nested-selector-0.1.1.tgz", + "integrity": "sha512-HvExULSwLqHLgUy1rl3ANIqCsvMS0WHss2UOsXhXnQaZ9VCc2oBvIpXrl00IUFT5ZDITME0o6oiXeiHr2SAIfw==", + "dev": true }, "node_modules/postcss-safe-parser": { "version": "6.0.0", + "resolved": "https://registry.npmjs.org/postcss-safe-parser/-/postcss-safe-parser-6.0.0.tgz", + "integrity": "sha512-FARHN8pwH+WiS2OPCxJI8FuRJpTVnn6ZNFiqAM2aeW2LwTHWWmWgIyKC6cUo0L8aeKiF/14MNvnpls6R2PBeMQ==", "dev": true, - "license": "MIT", "engines": { "node": ">=12.0" }, @@ -41632,8 +40343,9 @@ }, "node_modules/postcss-sass": { "version": "0.5.0", + "resolved": "https://registry.npmjs.org/postcss-sass/-/postcss-sass-0.5.0.tgz", + "integrity": "sha512-qtu8awh1NMF3o9j/x9j3EZnd+BlF66X6NZYl12BdKoG2Z4hmydOt/dZj2Nq+g0kfk2pQy3jeYFBmvG9DBwynGQ==", "dev": true, - "license": "MIT", "dependencies": { "gonzales-pe": "^4.3.0", "postcss": "^8.2.14" @@ -41643,7 +40355,9 @@ } }, "node_modules/postcss-scss": { - "version": "4.0.6", + "version": "4.0.9", + "resolved": "https://registry.npmjs.org/postcss-scss/-/postcss-scss-4.0.9.tgz", + "integrity": "sha512-AjKOeiwAitL/MXxQW2DliT28EKukvvbEWx3LBmJIRN8KfBGZbRTxNYW0kSqi1COiTZ57nZ9NW06S6ux//N1c9A==", "dev": true, "funding": [ { @@ -41653,37 +40367,24 @@ { "type": "tidelift", "url": "https://tidelift.com/funding/github/npm/postcss-scss" + }, + { + "type": "github", + "url": "https://github.com/sponsors/ai" } ], - "license": "MIT", "engines": { "node": ">=12.0" }, "peerDependencies": { - "postcss": "^8.4.19" - } - }, - "node_modules/postcss-selector-not": { - "version": "6.0.1", - "dev": true, - "license": "MIT", - "dependencies": { - "postcss-selector-parser": "^6.0.10" - }, - "engines": { - "node": "^12 || ^14 || >=16" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/csstools" - }, - "peerDependencies": { - "postcss": "^8.2" + "postcss": "^8.4.29" } }, "node_modules/postcss-selector-parser": { - "version": "6.0.12", - "license": "MIT", + "version": "6.0.13", + "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-6.0.13.tgz", + "integrity": "sha512-EaV1Gl4mUEV4ddhDnv/xtj7sxwrwxdetHdWUGnT4VJQf+4d05v6lHYZr8N573k5Z0BViss7BDhfWtKS3+sfAqQ==", + "dev": true, "dependencies": { "cssesc": "^3.0.0", "util-deprecate": "^1.0.2" @@ -41725,8 +40426,9 @@ }, "node_modules/postcss-url": { "version": "10.1.3", + "resolved": "https://registry.npmjs.org/postcss-url/-/postcss-url-10.1.3.tgz", + "integrity": "sha512-FUzyxfI5l2tKmXdYc6VTu3TWZsInayEKPbiyW+P6vmmIrrb4I6CGX0BFoewgYHLK+oIL5FECEK02REYRpBvUCw==", "dev": true, - "license": "MIT", "dependencies": { "make-dir": "~3.1.0", "mime": "~2.5.2", @@ -41742,8 +40444,9 @@ }, "node_modules/postcss-url/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==", "dev": true, - "license": "MIT", "dependencies": { "semver": "^6.0.0" }, @@ -41756,8 +40459,9 @@ }, "node_modules/postcss-url/node_modules/mime": { "version": "2.5.2", + "resolved": "https://registry.npmjs.org/mime/-/mime-2.5.2.tgz", + "integrity": "sha512-tqkh47FzKeCPD2PUiPB6pkbMzsCasjxAfC62/Wap5qrUWcb+sFasXUC5I3gYM5iBM8v/Qpn4UK0x+j0iHyFPDg==", "dev": true, - "license": "MIT", "bin": { "mime": "cli.js" }, @@ -41765,17 +40469,6 @@ "node": ">=4.0.0" } }, - "node_modules/postcss-url/node_modules/minimatch": { - "version": "3.0.8", - "dev": true, - "license": "ISC", - "dependencies": { - "brace-expansion": "^1.1.7" - }, - "engines": { - "node": "*" - } - }, "node_modules/postcss-url/node_modules/semver": { "version": "6.3.1", "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz", @@ -41787,26 +40480,29 @@ }, "node_modules/postcss-value-parser": { "version": "4.2.0", - "license": "MIT" + "resolved": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-4.2.0.tgz", + "integrity": "sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==", + "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==", - "devOptional": true, + "dev": true, "engines": { "node": ">= 0.8.0" } }, "node_modules/prettier": { - "version": "2.8.8", + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.1.0.tgz", + "integrity": "sha512-TQLvXjq5IAibjh8EpBIkNKxO749UEWABoiIZehEPiY4GNpVdhaFKqSTu+QrlU6D2dPAfubRmtJTi4K4YkQ5eXw==", "dev": true, - "license": "MIT", "bin": { - "prettier": "bin-prettier.js" + "prettier": "bin/prettier.cjs" }, "engines": { - "node": ">=10.13.0" + "node": ">=14" }, "funding": { "url": "https://github.com/prettier/prettier?sponsor=1" @@ -41826,8 +40522,9 @@ }, "node_modules/pretty-bytes": { "version": "5.6.0", + "resolved": "https://registry.npmjs.org/pretty-bytes/-/pretty-bytes-5.6.0.tgz", + "integrity": "sha512-FFw039TmrBqFK8ma/7OL3sDz/VytdtJr044/QUJtH0wK9lb9jLq9tJyIxUwtQJHwar2BqtiA4iCWSwo9JLkzFg==", "dev": true, - "license": "MIT", "engines": { "node": ">=6" }, @@ -41837,26 +40534,26 @@ }, "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, - "license": "MIT", "dependencies": { "lodash": "^4.17.20", "renderkid": "^3.0.0" } }, "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==", + "version": "29.7.0", + "resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-29.7.0.tgz", + "integrity": "sha512-Pdlw/oPxN+aXdmM9R00JVC9WVFoCLTKJvDVLgmJ+qAffBMxsV85l/Lu7sNx4zSzPyoL2euImuEwHhOXdEgNFZQ==", "dev": true, "dependencies": { - "@jest/schemas": "^28.1.3", - "ansi-regex": "^5.0.1", + "@jest/schemas": "^29.6.3", "ansi-styles": "^5.0.0", "react-is": "^18.0.0" }, "engines": { - "node": "^12.13.0 || ^14.15.0 || ^16.10.0 || >=17.0.0" + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" } }, "node_modules/pretty-format/node_modules/ansi-styles": { @@ -41879,34 +40576,42 @@ }, "node_modules/pretty-hrtime": { "version": "1.0.3", - "license": "MIT", + "resolved": "https://registry.npmjs.org/pretty-hrtime/-/pretty-hrtime-1.0.3.tgz", + "integrity": "sha512-66hKPCr+72mlfiSjlEB1+45IjXSqvVAIy6mocupoww4tBFE9R9IhwwUGoI4G++Tc9Aq+2rxOt0RFU6gPcrte0A==", + "dev": true, "engines": { "node": ">= 0.8" } }, "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==", + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/proc-log/-/proc-log-3.0.0.tgz", + "integrity": "sha512-++Vn7NS4Xf9NacaU9Xq3URUuqZETPsf8L4j5/ckhaRYsfPeRyzGw+iDjFhV/Jr3uNmTvvddEJFWh5R1gRgUH8A==", "dev": true, "engines": { - "node": "^12.13.0 || ^14.15.0 || >=16.0.0" + "node": "^14.17.0 || ^16.13.0 || >=18.0.0" } }, "node_modules/process": { "version": "0.11.10", - "license": "MIT", + "resolved": "https://registry.npmjs.org/process/-/process-0.11.10.tgz", + "integrity": "sha512-cdGef/drWFoydD1JsMzuFf8100nZl+GT+yacc2bEced5f9Rjk4z+WtFUTBu9PhOi9j/jfmBPu0mMEY4wIdAF8A==", + "dev": true, "engines": { "node": ">= 0.6.0" } }, "node_modules/process-nextick-args": { "version": "2.0.1", - "license": "MIT" + "resolved": "https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-2.0.1.tgz", + "integrity": "sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag==", + "dev": true }, "node_modules/promise-inflight": { "version": "1.0.1", - "license": "ISC" + "resolved": "https://registry.npmjs.org/promise-inflight/-/promise-inflight-1.0.1.tgz", + "integrity": "sha512-6zWPyEOFaQBJYcGMHBKTKJ3u6TBsnMFOIZSa6ce1e/ZrrsOlnHRHbabMjLiBYKp+n44X9eUI6VUPaukCXHuG4g==", + "dev": true }, "node_modules/promise-retry": { "version": "2.0.1", @@ -41922,14 +40627,16 @@ } }, "node_modules/promise.allsettled": { - "version": "1.0.6", - "license": "MIT", + "version": "1.0.7", + "resolved": "https://registry.npmjs.org/promise.allsettled/-/promise.allsettled-1.0.7.tgz", + "integrity": "sha512-hezvKvQQmsFkOdrZfYxUxkyxl8mgFQeT259Ajj9PXdbg9VzBCWrItOev72JyWxkCD5VSSqAeHmlN3tWx4DlmsA==", + "dev": true, "dependencies": { "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", + "define-properties": "^1.2.0", + "es-abstract": "^1.22.1", + "get-intrinsic": "^1.2.1", "iterate-value": "^1.0.2" }, "engines": { @@ -41940,12 +40647,16 @@ } }, "node_modules/promise.prototype.finally": { - "version": "3.1.4", - "license": "MIT", + "version": "3.1.7", + "resolved": "https://registry.npmjs.org/promise.prototype.finally/-/promise.prototype.finally-3.1.7.tgz", + "integrity": "sha512-iL9OcJRUZcCE5xn6IwhZxO+eMM0VEXjkETHy+Nk+d9q3s7kxVtPg+mBlMO+ZGxNKNMODyKmy/bOyt/yhxTnvEw==", + "dev": true, "dependencies": { "call-bind": "^1.0.2", - "define-properties": "^1.1.4", - "es-abstract": "^1.20.4" + "define-properties": "^1.2.1", + "es-abstract": "^1.22.1", + "get-intrinsic": "^1.2.1", + "set-function-name": "^2.0.1" }, "engines": { "node": ">= 0.4" @@ -41956,7 +40667,9 @@ }, "node_modules/prompts": { "version": "2.4.2", - "license": "MIT", + "resolved": "https://registry.npmjs.org/prompts/-/prompts-2.4.2.tgz", + "integrity": "sha512-NxNv/kLguCA7p3jE8oL2aEBsrJWgAakBpgmgK6lpPWV+WuOmY6r2/zbAVnP+T8bQlA0nzHXSJSJW0Hq7ylaD2Q==", + "dev": true, "dependencies": { "kleur": "^3.0.3", "sisteransi": "^1.0.5" @@ -41967,7 +40680,8 @@ }, "node_modules/prop-types": { "version": "15.8.1", - "license": "MIT", + "resolved": "https://registry.npmjs.org/prop-types/-/prop-types-15.8.1.tgz", + "integrity": "sha512-oj87CgZICdulUohogVAR7AjlC0327U4el4L6eAvOqCeudMDVU0NThNaV+b9Df4dXgSP1gXMTnPdhfe/2qDH5cg==", "dependencies": { "loose-envify": "^1.4.0", "object-assign": "^4.1.1", @@ -41976,7 +40690,9 @@ }, "node_modules/property-information": { "version": "5.6.0", - "license": "MIT", + "resolved": "https://registry.npmjs.org/property-information/-/property-information-5.6.0.tgz", + "integrity": "sha512-YUHSPk+A30YPv+0Qf8i9Mbfe/C0hdPXk1s1jPVToV8pk8BQtpw10ct89Eo7OWkutrwqvT0eicAxlOg3dOAu8JA==", + "dev": true, "dependencies": { "xtend": "^4.0.0" }, @@ -41987,8 +40703,10 @@ }, "node_modules/protractor": { "version": "7.0.0", + "resolved": "https://registry.npmjs.org/protractor/-/protractor-7.0.0.tgz", + "integrity": "sha512-UqkFjivi4GcvUQYzqGYNe0mLzfn5jiLmO8w9nMhQoJRLhy2grJonpga2IWhI6yJO30LibWXJJtA4MOIZD2GgZw==", + "deprecated": "We have news to share - Protractor is deprecated and will reach end-of-life by Summer 2023. To learn more and find out about other options please refer to this post on the Angular blog. Thank you for using and contributing to Protractor. https://goo.gle/state-of-e2e-in-angular", "dev": true, - "license": "MIT", "dependencies": { "@types/q": "^0.0.32", "@types/selenium-webdriver": "^3.0.0", @@ -42016,8 +40734,9 @@ }, "node_modules/protractor-retry-angular-cli": { "version": "2.0.3", + "resolved": "https://registry.npmjs.org/protractor-retry-angular-cli/-/protractor-retry-angular-cli-2.0.3.tgz", + "integrity": "sha512-sPamB1TUMf8R5cHTopyrj1OYsDedXU4Q7viic3Z+K7jWk7+TkbUlEukd57HHbVddSh5iGHWmghsWEUqiZnhT8g==", "dev": true, - "license": "MIT", "dependencies": { "array-unique": "~0.3.2", "chai": "4.x", @@ -42033,8 +40752,9 @@ }, "node_modules/protractor-retry-angular-cli/node_modules/q": { "version": "1.5.1", + "resolved": "https://registry.npmjs.org/q/-/q-1.5.1.tgz", + "integrity": "sha512-kV/CThkXo6xyFEZUugw/+pIOywXcDbFYgSct5cT3gqlbkBE1SJdwy6UQoZvodiWF/ckQLZyDE/Bu1M6gVu5lVw==", "dev": true, - "license": "MIT", "engines": { "node": ">=0.6.0", "teleport": ">=0.2.0" @@ -42042,8 +40762,9 @@ }, "node_modules/protractor-retry-angular-cli/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, - "license": "MIT", "dependencies": { "cliui": "^7.0.2", "escalade": "^3.1.1", @@ -42059,16 +40780,18 @@ }, "node_modules/protractor-retry-angular-cli/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, - "license": "ISC", "engines": { "node": ">=10" } }, "node_modules/protractor-screenshoter-plugin": { "version": "0.10.3", + "resolved": "https://registry.npmjs.org/protractor-screenshoter-plugin/-/protractor-screenshoter-plugin-0.10.3.tgz", + "integrity": "sha512-OF9kGe1rMxBQY4uXzXQUFT14EB83rz8DlDcxmH5HcOHPBpUhGh+Nwo7+K87w1LoLcTuGdG7Bz+/hGwoGguDfsA==", "dev": true, - "license": "MIT", "dependencies": { "circular-json": "^0.5.1", "fs-extra": "^7.0.0", @@ -42083,8 +40806,9 @@ }, "node_modules/protractor-screenshoter-plugin/node_modules/fs-extra": { "version": "7.0.1", + "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-7.0.1.tgz", + "integrity": "sha512-YJDaCJZEnBmcbw13fvdAM9AwNOJwOzrE4pqMqBq5nFiEqXUqHwlK4B+3pUw6JNvfSPtX05xFHtYy/1ni01eGCw==", "dev": true, - "license": "MIT", "dependencies": { "graceful-fs": "^4.1.2", "jsonfile": "^4.0.0", @@ -42096,16 +40820,18 @@ }, "node_modules/protractor-screenshoter-plugin/node_modules/jsonfile": { "version": "4.0.0", + "resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-4.0.0.tgz", + "integrity": "sha512-m6F1R3z8jjlf2imQHS2Qez5sjKWQzbuuhuJ/FKYFRZvPE3PuHcSMVZzfsLhGVOkfd20obL5SWEBew5ShlquNxg==", "dev": true, - "license": "MIT", "optionalDependencies": { "graceful-fs": "^4.1.6" } }, "node_modules/protractor-screenshoter-plugin/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, - "license": "MIT", "dependencies": { "minimist": "^1.2.6" }, @@ -42115,8 +40841,9 @@ }, "node_modules/protractor-screenshoter-plugin/node_modules/q": { "version": "1.5.1", + "resolved": "https://registry.npmjs.org/q/-/q-1.5.1.tgz", + "integrity": "sha512-kV/CThkXo6xyFEZUugw/+pIOywXcDbFYgSct5cT3gqlbkBE1SJdwy6UQoZvodiWF/ckQLZyDE/Bu1M6gVu5lVw==", "dev": true, - "license": "MIT", "engines": { "node": ">=0.6.0", "teleport": ">=0.2.0" @@ -42124,24 +40851,18 @@ }, "node_modules/protractor-screenshoter-plugin/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, - "license": "MIT", "engines": { "node": ">= 4.0.0" } }, - "node_modules/protractor-screenshoter-plugin/node_modules/uuid": { - "version": "3.4.0", - "dev": true, - "license": "MIT", - "bin": { - "uuid": "bin/uuid" - } - }, "node_modules/protractor-smartrunner": { "version": "2.0.0-beta9", + "resolved": "https://registry.npmjs.org/protractor-smartrunner/-/protractor-smartrunner-2.0.0-beta9.tgz", + "integrity": "sha512-E4X8hpipnoxTuta0uT6o1p9ZcjLzKFHH3jr/xgp3VQJ2PKHHmsGkal5JdbQJ4tURLUG2Yg9sP+7yDOCrrsbW7Q==", "dev": true, - "license": "ISC", "dependencies": { "filenamify": "4.1.0", "fs-extra": "8.1.0" @@ -42152,8 +40873,9 @@ }, "node_modules/protractor-smartrunner/node_modules/fs-extra": { "version": "8.1.0", + "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-8.1.0.tgz", + "integrity": "sha512-yhlQgA6mnOJUKOsRUFsgJdQCvkKhcz8tlZG5HBQfReYZy46OwLcY+Zia0mtdHsOo9y/hP+CxMN0TU9QxoOtG4g==", "dev": true, - "license": "MIT", "dependencies": { "graceful-fs": "^4.2.0", "jsonfile": "^4.0.0", @@ -42165,45 +40887,51 @@ }, "node_modules/protractor-smartrunner/node_modules/jsonfile": { "version": "4.0.0", + "resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-4.0.0.tgz", + "integrity": "sha512-m6F1R3z8jjlf2imQHS2Qez5sjKWQzbuuhuJ/FKYFRZvPE3PuHcSMVZzfsLhGVOkfd20obL5SWEBew5ShlquNxg==", "dev": true, - "license": "MIT", "optionalDependencies": { "graceful-fs": "^4.1.6" } }, "node_modules/protractor-smartrunner/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, - "license": "MIT", "engines": { "node": ">= 4.0.0" } }, "node_modules/protractor/node_modules/@types/selenium-webdriver": { - "version": "3.0.21", - "dev": true, - "license": "MIT" + "version": "3.0.26", + "resolved": "https://registry.npmjs.org/@types/selenium-webdriver/-/selenium-webdriver-3.0.26.tgz", + "integrity": "sha512-dyIGFKXfUFiwkMfNGn1+F6b80ZjR3uSYv1j6xVJSDlft5waZ2cwkHW4e7zNzvq7hiEackcgvBpmnXZrI1GltPg==", + "dev": true }, "node_modules/protractor/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, - "license": "MIT", "engines": { "node": ">=0.10.0" } }, "node_modules/protractor/node_modules/ansi-styles": { "version": "2.2.1", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-2.2.1.tgz", + "integrity": "sha512-kmCevFghRiWM7HB5zTPULl4r9bVFSWjz62MhqizDGUrq2NWuNMQyuv4tHHoKJHs69M/MF64lEcHdYIocrdWQYA==", "dev": true, - "license": "MIT", "engines": { "node": ">=0.10.0" } }, "node_modules/protractor/node_modules/chalk": { "version": "1.1.3", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz", + "integrity": "sha512-U3lRVLMSlsCfjqYPbLyVv11M9CPW4I728d6TCKMAOJueEeB9/8o+eSsMnxPJD+Q+K909sdESg7C+tIkoH6on1A==", "dev": true, - "license": "MIT", "dependencies": { "ansi-styles": "^2.2.1", "escape-string-regexp": "^1.0.2", @@ -42217,8 +40945,9 @@ }, "node_modules/protractor/node_modules/cliui": { "version": "6.0.0", + "resolved": "https://registry.npmjs.org/cliui/-/cliui-6.0.0.tgz", + "integrity": "sha512-t6wbgtoCXvAzst7QgXxJYqPt0usEfbgQdftEPbLL/cvv6HPE5VgvqCuAIDR0NgU52ds6rFwqrgakNLrHEjCbrQ==", "dev": true, - "license": "ISC", "dependencies": { "string-width": "^4.2.0", "strip-ansi": "^6.0.0", @@ -42227,16 +40956,18 @@ }, "node_modules/protractor/node_modules/cliui/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, - "license": "MIT", "engines": { "node": ">=8" } }, "node_modules/protractor/node_modules/cliui/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==", "dev": true, - "license": "MIT", "dependencies": { "ansi-regex": "^5.0.1" }, @@ -42246,8 +40977,9 @@ }, "node_modules/protractor/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==", "dev": true, - "license": "MIT", "dependencies": { "color-name": "~1.1.4" }, @@ -42255,18 +40987,26 @@ "node": ">=7.0.0" } }, + "node_modules/protractor/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==", + "dev": true + }, "node_modules/protractor/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, - "license": "MIT", "engines": { "node": ">=0.10.0" } }, "node_modules/protractor/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, - "license": "MIT", "dependencies": { "locate-path": "^5.0.0", "path-exists": "^4.0.0" @@ -42277,8 +41017,9 @@ }, "node_modules/protractor/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, - "license": "ISC", "dependencies": { "fs.realpath": "^1.0.0", "inflight": "^1.0.4", @@ -42296,8 +41037,9 @@ }, "node_modules/protractor/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, - "license": "MIT", "dependencies": { "p-locate": "^4.1.0" }, @@ -42305,10 +41047,23 @@ "node": ">=8" } }, + "node_modules/protractor/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": { + "brace-expansion": "^1.1.7" + }, + "engines": { + "node": "*" + } + }, "node_modules/protractor/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, - "license": "MIT", "dependencies": { "p-try": "^2.0.0" }, @@ -42321,8 +41076,9 @@ }, "node_modules/protractor/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, - "license": "MIT", "dependencies": { "p-limit": "^2.2.0" }, @@ -42332,8 +41088,9 @@ }, "node_modules/protractor/node_modules/rimraf": { "version": "2.7.1", + "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-2.7.1.tgz", + "integrity": "sha512-uWjbaKIK3T1OSVptzX7Nl6PvQ3qAGtKEtVRjRuazjfL3Bx5eI409VZSqgND+4UNnmzLVdPj9FqFJNPqBZFve4w==", "dev": true, - "license": "ISC", "dependencies": { "glob": "^7.1.3" }, @@ -42343,8 +41100,9 @@ }, "node_modules/protractor/node_modules/selenium-webdriver": { "version": "3.6.0", + "resolved": "https://registry.npmjs.org/selenium-webdriver/-/selenium-webdriver-3.6.0.tgz", + "integrity": "sha512-WH7Aldse+2P5bbFBO4Gle/nuQOdVwpHMTL6raL3uuBj/vPG07k6uzt3aiahu352ONBr5xXh0hDlM3LhtXPOC4Q==", "dev": true, - "license": "Apache-2.0", "dependencies": { "jszip": "^3.1.3", "rimraf": "^2.5.4", @@ -42357,24 +41115,27 @@ }, "node_modules/protractor/node_modules/source-map": { "version": "0.5.7", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz", + "integrity": "sha512-LbrmJOMUSdEVxIKvdcJzQC+nQhe8FUZQTXQy6+I75skNgn3OoQ0DZA8YnFa7gp8tqtL3KPf1kmo0R5DoApeSGQ==", "dev": true, - "license": "BSD-3-Clause", "engines": { "node": ">=0.10.0" } }, "node_modules/protractor/node_modules/source-map-support": { "version": "0.4.18", + "resolved": "https://registry.npmjs.org/source-map-support/-/source-map-support-0.4.18.tgz", + "integrity": "sha512-try0/JqxPLF9nOjvSta7tVondkP5dwgyLDjVoyMDlmjugT2lRZ1OfsrYTkCd2hkDnJTKRbO/Rl3orm8vlsUzbA==", "dev": true, - "license": "MIT", "dependencies": { "source-map": "^0.5.6" } }, "node_modules/protractor/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, - "license": "MIT", "dependencies": { "ansi-regex": "^2.0.0" }, @@ -42384,16 +41145,18 @@ }, "node_modules/protractor/node_modules/supports-color": { "version": "2.0.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-2.0.0.tgz", + "integrity": "sha512-KKNVtd6pCYgPIKU4cp2733HWYCpplQhddZLBUryaAHou723x+FRzQ5Df824Fj+IyyuiQTRoub4SnIFfIcrp70g==", "dev": true, - "license": "MIT", "engines": { "node": ">=0.8.0" } }, "node_modules/protractor/node_modules/tmp": { "version": "0.0.30", + "resolved": "https://registry.npmjs.org/tmp/-/tmp-0.0.30.tgz", + "integrity": "sha512-HXdTB7lvMwcb55XFfrTM8CPr/IYREk4hVBFaQ4b/6nInrluSL86hfHm7vu0luYKCfyBZp2trCjpc8caC3vVM3w==", "dev": true, - "license": "MIT", "dependencies": { "os-tmpdir": "~1.0.1" }, @@ -42403,8 +41166,9 @@ }, "node_modules/protractor/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, - "license": "MIT", "dependencies": { "ansi-styles": "^4.0.0", "string-width": "^4.1.0", @@ -42416,16 +41180,18 @@ }, "node_modules/protractor/node_modules/wrap-ansi/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, - "license": "MIT", "engines": { "node": ">=8" } }, "node_modules/protractor/node_modules/wrap-ansi/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==", "dev": true, - "license": "MIT", "dependencies": { "color-convert": "^2.0.1" }, @@ -42438,8 +41204,9 @@ }, "node_modules/protractor/node_modules/wrap-ansi/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==", "dev": true, - "license": "MIT", "dependencies": { "ansi-regex": "^5.0.1" }, @@ -42449,13 +41216,15 @@ }, "node_modules/protractor/node_modules/y18n": { "version": "4.0.3", - "dev": true, - "license": "ISC" + "resolved": "https://registry.npmjs.org/y18n/-/y18n-4.0.3.tgz", + "integrity": "sha512-JKhqTOwSrqNA1NY5lSztJ1GrBiUodLMmIZuLiDaMRJ+itFd+ABVE8XBjOvIWL+rSqNDC74LCSFmlb/U4UZ4hJQ==", + "dev": true }, "node_modules/protractor/node_modules/yargs": { "version": "15.4.1", + "resolved": "https://registry.npmjs.org/yargs/-/yargs-15.4.1.tgz", + "integrity": "sha512-aePbxDmcYW++PaqBsJ+HYUFwCdv4LVvdnhBy78E57PIor8/OVvhMrADFFEDh8DHDFRv/O9i3lPhsENjO7QX0+A==", "dev": true, - "license": "MIT", "dependencies": { "cliui": "^6.0.0", "decamelize": "^1.2.0", @@ -42475,8 +41244,9 @@ }, "node_modules/protractor/node_modules/yargs-parser": { "version": "18.1.3", + "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-18.1.3.tgz", + "integrity": "sha512-o50j0JeToy/4K6OZcaQmW6lyXXKhq7csREXcDwk2omFPJEwUNOVtJKvmDr9EI1fAJZUyZcRF7kxGBWmRXudrCQ==", "dev": true, - "license": "ISC", "dependencies": { "camelcase": "^5.0.0", "decamelize": "^1.2.0" @@ -42487,7 +41257,9 @@ }, "node_modules/proxy-addr": { "version": "2.0.7", - "license": "MIT", + "resolved": "https://registry.npmjs.org/proxy-addr/-/proxy-addr-2.0.7.tgz", + "integrity": "sha512-llQsMLSUDUPT44jdrU/O37qlnifitDP+ZwrmmZcoSKyLKvtZxpyV0n2/bD/N4tBAAZ/gJEdZU7KMraoK1+XYAg==", + "dev": true, "dependencies": { "forwarded": "0.2.0", "ipaddr.js": "1.9.1" @@ -42504,16 +41276,21 @@ }, "node_modules/prr": { "version": "1.0.1", - "license": "MIT" + "resolved": "https://registry.npmjs.org/prr/-/prr-1.0.1.tgz", + "integrity": "sha512-yPw4Sng1gWghHQWj0B3ZggWUm4qVbPwPFcRG8KyxiU7J2OHFSoEHKS+EZ3fv5l1t9CyCiop6l/ZYeWbrgoQejw==", + "dev": true }, "node_modules/psl": { "version": "1.9.0", - "dev": true, - "license": "MIT" + "resolved": "https://registry.npmjs.org/psl/-/psl-1.9.0.tgz", + "integrity": "sha512-E/ZsdU4HLs/68gYzgGTkMicWTLPdAftJLfJFlLUAAKZGkStNU72sZjT66SnMDVOfOWY/YAoiD7Jxa9iHvngcag==", + "dev": true }, "node_modules/public-encrypt": { "version": "4.0.3", - "license": "MIT", + "resolved": "https://registry.npmjs.org/public-encrypt/-/public-encrypt-4.0.3.tgz", + "integrity": "sha512-zVpa8oKZSz5bTMTFClc1fQOnyyEzpl5ozpi1B5YcvBrdohMjH2rfsBtyXcuNuwjsDIXmBYlF2N5FlJYhR29t8Q==", + "dev": true, "dependencies": { "bn.js": "^4.1.0", "browserify-rsa": "^4.0.0", @@ -42525,11 +41302,15 @@ }, "node_modules/public-encrypt/node_modules/bn.js": { "version": "4.12.0", - "license": "MIT" + "resolved": "https://registry.npmjs.org/bn.js/-/bn.js-4.12.0.tgz", + "integrity": "sha512-c98Bf3tPniI+scsdk237ku1Dc3ujXQTSgyiPUDEOe7tRkhrqridvh8klBv0HCEso1OLOYcHuCv/cS6DNxKH+ZA==", + "dev": true }, "node_modules/pump": { "version": "3.0.0", - "license": "MIT", + "resolved": "https://registry.npmjs.org/pump/-/pump-3.0.0.tgz", + "integrity": "sha512-LwZy+p3SFs1Pytd/jYct4wpv49HiYCqd9Rlc5ZVdk0V+8Yzv6jR5Blk3TRmPL1ft69TxP0IMZGJ+WPFU2BFhww==", + "dev": true, "dependencies": { "end-of-stream": "^1.1.0", "once": "^1.3.1" @@ -42537,7 +41318,9 @@ }, "node_modules/pumpify": { "version": "1.5.1", - "license": "MIT", + "resolved": "https://registry.npmjs.org/pumpify/-/pumpify-1.5.1.tgz", + "integrity": "sha512-oClZI37HvuUJJxSKKrC17bZ9Cu0ZYhEAGPsPUy9KlMUmv9dKX2o77RUmq7f3XjIxbwyGwYzbzQ1L2Ks8sIradQ==", + "dev": true, "dependencies": { "duplexify": "^3.6.0", "inherits": "^2.0.3", @@ -42546,23 +41329,44 @@ }, "node_modules/pumpify/node_modules/pump": { "version": "2.0.1", - "license": "MIT", + "resolved": "https://registry.npmjs.org/pump/-/pump-2.0.1.tgz", + "integrity": "sha512-ruPMNRkN3MHP1cWJc9OWr+T/xDP0jhXYCLfJcBuX54hhfIBnaQmAUMfDcG4DM5UMWByBbJY69QSphm3jtDKIkA==", + "dev": true, "dependencies": { "end-of-stream": "^1.1.0", "once": "^1.3.1" } }, "node_modules/punycode": { - "version": "2.3.0", - "license": "MIT", + "version": "2.3.1", + "resolved": "https://registry.npmjs.org/punycode/-/punycode-2.3.1.tgz", + "integrity": "sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==", + "dev": true, "engines": { "node": ">=6" } }, + "node_modules/pure-rand": { + "version": "6.0.4", + "resolved": "https://registry.npmjs.org/pure-rand/-/pure-rand-6.0.4.tgz", + "integrity": "sha512-LA0Y9kxMYv47GIPJy6MI84fqTd2HmYZI83W/kM/SkKfDlajnZYfmXFTxkbY+xSBPkLJxltMa9hIkmdc29eguMA==", + "dev": true, + "funding": [ + { + "type": "individual", + "url": "https://github.com/sponsors/dubzzz" + }, + { + "type": "opencollective", + "url": "https://opencollective.com/fast-check" + } + ] + }, "node_modules/q": { "version": "1.4.1", + "resolved": "https://registry.npmjs.org/q/-/q-1.4.1.tgz", + "integrity": "sha512-/CdEdaw49VZVmyIDGUQKDDT53c7qBkO6g5CefWz91Ae+l4+cRtcDYwMTXh6me4O8TMldeGHG3N2Bl84V78Ywbg==", "dev": true, - "license": "MIT", "engines": { "node": ">=0.6.0", "teleport": ">=0.2.0" @@ -42570,15 +41374,17 @@ }, "node_modules/qjobs": { "version": "1.2.0", + "resolved": "https://registry.npmjs.org/qjobs/-/qjobs-1.2.0.tgz", + "integrity": "sha512-8YOJEHtxpySA3fFDyCRxA+UUV+fA+rTWnuWvylOK/NCjhY+b4ocCtmu8TtsWb+mYeU+GCHf/S66KZF/AsteKHg==", "dev": true, - "license": "MIT", "engines": { "node": ">=0.9" } }, "node_modules/qs": { - "version": "6.11.1", - "license": "BSD-3-Clause", + "version": "6.11.2", + "resolved": "https://registry.npmjs.org/qs/-/qs-6.11.2.tgz", + "integrity": "sha512-tDNIz22aBzCDxLtVH++VnTfzxlfeK5CbqohpSqpJgj1Wg/cQbStNAz3NuqCs5vV+pjBsK4x4pN9HlVh7rcYRiA==", "dependencies": { "side-channel": "^1.0.4" }, @@ -42589,25 +41395,19 @@ "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/querystring": { - "version": "0.2.0", - "engines": { - "node": ">=0.4.x" - } - }, "node_modules/querystring-es3": { "version": "0.2.1", + "resolved": "https://registry.npmjs.org/querystring-es3/-/querystring-es3-0.2.1.tgz", + "integrity": "sha512-773xhDQnZBMFobEiztv8LIl70ch5MSF/jUQVlhwFyBILqq96anmoctVIYz+ZRp0qbCKATTn6ev02M3r7Ga5vqA==", + "dev": true, "engines": { "node": ">=0.4.x" } }, - "node_modules/querystringify": { - "version": "2.2.0", - "dev": true, - "license": "MIT" - }, "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", @@ -42621,20 +41421,25 @@ "type": "consulting", "url": "https://feross.org/support" } - ], - "license": "MIT" + ] }, "node_modules/quick-lru": { - "version": "4.0.1", + "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, - "license": "MIT", "engines": { - "node": ">=8" + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" } }, "node_modules/ramda": { "version": "0.28.0", - "license": "MIT", + "resolved": "https://registry.npmjs.org/ramda/-/ramda-0.28.0.tgz", + "integrity": "sha512-9QnLuG/kPVgWvMQ4aODhsBUFKOUmnbUnsSXACv+NCQZcHbeb+v8Lodp8OVxtRULN1/xOyYLLaL6npE6dMq5QTA==", + "dev": true, "funding": { "type": "opencollective", "url": "https://opencollective.com/ramda" @@ -42642,14 +41447,18 @@ }, "node_modules/randombytes": { "version": "2.1.0", - "license": "MIT", + "resolved": "https://registry.npmjs.org/randombytes/-/randombytes-2.1.0.tgz", + "integrity": "sha512-vYl3iOX+4CKUWuxGi9Ukhie6fsqXqS9FE2Zaic4tNFD2N2QQaXOMFbuKK4QmDHC0JO6B1Zp41J0LpT0oR68amQ==", + "dev": true, "dependencies": { "safe-buffer": "^5.1.0" } }, "node_modules/randomfill": { "version": "1.0.4", - "license": "MIT", + "resolved": "https://registry.npmjs.org/randomfill/-/randomfill-1.0.4.tgz", + "integrity": "sha512-87lcbR8+MhcWcUiQ+9e+Rwx8MyR2P7qnt15ynUlbm3TU/fjbgz4GsvfSUDTemtCCtVCqb4ZcEFlyPNTh9bBTLw==", + "dev": true, "dependencies": { "randombytes": "^2.0.5", "safe-buffer": "^5.1.0" @@ -42657,21 +41466,26 @@ }, "node_modules/range-parser": { "version": "1.2.1", - "license": "MIT", + "resolved": "https://registry.npmjs.org/range-parser/-/range-parser-1.2.1.tgz", + "integrity": "sha512-Hrgsx+orqoygnmhFbKaHE6c296J+HTAQXoxEF6gNupROmmGJRoyzfG3ccAveqCBrwr/2yxQ5BVd/GTl5agOwSg==", + "dev": true, "engines": { "node": ">= 0.6" } }, "node_modules/raphael": { "version": "2.3.0", - "license": "MIT", + "resolved": "https://registry.npmjs.org/raphael/-/raphael-2.3.0.tgz", + "integrity": "sha512-w2yIenZAQnp257XUWGni4bLMVxpUpcIl7qgxEgDIXtmSypYtlNxfXWpOBxs7LBTps5sDwhRnrToJrMUrivqNTQ==", "dependencies": { "eve-raphael": "0.5.0" } }, "node_modules/raw-body": { "version": "2.5.1", - "license": "MIT", + "resolved": "https://registry.npmjs.org/raw-body/-/raw-body-2.5.1.tgz", + "integrity": "sha512-qqJBtEyVgS0ZmPGdCFPWJ3FreoqvG4MVQln/kCgF7Olq95IbOp0/BWyMwbdtn4VTvkM8Y7khCQ2Xgk/tcrCXig==", + "dev": true, "dependencies": { "bytes": "3.1.2", "http-errors": "2.0.0", @@ -42684,14 +41498,18 @@ }, "node_modules/raw-body/node_modules/bytes": { "version": "3.1.2", - "license": "MIT", + "resolved": "https://registry.npmjs.org/bytes/-/bytes-3.1.2.tgz", + "integrity": "sha512-/Nf7TyzTx6S3yRJObOAV7956r8cr2+Oj8AC5dt8wSP3BQAoeX58NoHyCU8P8zGkNXStjTSi6fzO6F0pBdcYbEg==", + "dev": true, "engines": { "node": ">= 0.8" } }, "node_modules/raw-loader": { "version": "4.0.2", - "license": "MIT", + "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" @@ -42709,7 +41527,9 @@ }, "node_modules/raw-loader/node_modules/ajv": { "version": "6.12.6", - "license": "MIT", + "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz", + "integrity": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==", + "dev": true, "dependencies": { "fast-deep-equal": "^3.1.1", "fast-json-stable-stringify": "^2.0.0", @@ -42723,18 +41543,24 @@ }, "node_modules/raw-loader/node_modules/ajv-keywords": { "version": "3.5.2", - "license": "MIT", + "resolved": "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-3.5.2.tgz", + "integrity": "sha512-5p6WTN0DdTGVQk6VjcEju19IgaHudalcfabD7yhDGeA6bcQnmL+CpveLJq/3hvfwd1aof6L386Ougkx6RfyMIQ==", + "dev": true, "peerDependencies": { "ajv": "^6.9.1" } }, "node_modules/raw-loader/node_modules/json-schema-traverse": { "version": "0.4.1", - "license": "MIT" + "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/raw-loader/node_modules/loader-utils": { "version": "2.0.4", - "license": "MIT", + "resolved": "https://registry.npmjs.org/loader-utils/-/loader-utils-2.0.4.tgz", + "integrity": "sha512-xXqpXoINfFhgua9xiqD8fPFHgkoq1mmmpE92WlDbm9rNRd/EbRb+Gqf908T2DMfuHjjJlksiK2RbHVOdD/MqSw==", + "dev": true, "dependencies": { "big.js": "^5.2.2", "emojis-list": "^3.0.0", @@ -42745,8 +41571,10 @@ } }, "node_modules/raw-loader/node_modules/schema-utils": { - "version": "3.1.2", - "license": "MIT", + "version": "3.3.0", + "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-3.3.0.tgz", + "integrity": "sha512-pN/yOAvcC+5rQ5nERGuwrjLlYvLTbCibnZ1I7B1LaiAz9BRBlE9GMgE/eqV30P7aJQUf7Ddimy/RsbYO/GrVGg==", + "dev": true, "dependencies": { "@types/json-schema": "^7.0.8", "ajv": "^6.12.5", @@ -42761,34 +41589,37 @@ } }, "node_modules/react": { - "version": "16.14.0", - "license": "MIT", + "version": "17.0.0", + "resolved": "https://registry.npmjs.org/react/-/react-17.0.0.tgz", + "integrity": "sha512-rG9bqS3LMuetoSUKHN8G3fMNuQOePKDThK6+2yXFWtoeTDLVNh/QCaxT+Jr+rNf4lwNXpx+atdn3Aa0oi8/6eQ==", + "devOptional": true, "dependencies": { "loose-envify": "^1.1.0", - "object-assign": "^4.1.1", - "prop-types": "^15.6.2" + "object-assign": "^4.1.1" }, "engines": { "node": ">=0.10.0" } }, "node_modules/react-dom": { - "version": "16.14.0", - "license": "MIT", + "version": "17.0.0", + "resolved": "https://registry.npmjs.org/react-dom/-/react-dom-17.0.0.tgz", + "integrity": "sha512-OGnFbxCjI2TMAZYMVxi4hqheJiN8rCEVVrL7XIGzCB6beNc4Am8M47HtkvxODZw9QgjmAPKpLba9FTu4fC1byA==", + "devOptional": true, "dependencies": { "loose-envify": "^1.1.0", "object-assign": "^4.1.1", - "prop-types": "^15.6.2", - "scheduler": "^0.19.1" + "scheduler": "^0.20.0" }, "peerDependencies": { - "react": "^16.14.0" + "react": "17.0.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==", "dev": true, - "license": "MIT", "dependencies": { "@babel/runtime": "^7.0.0", "is-dom": "^1.0.0", @@ -42800,28 +41631,32 @@ }, "node_modules/react-is": { "version": "16.13.1", - "license": "MIT" + "resolved": "https://registry.npmjs.org/react-is/-/react-is-16.13.1.tgz", + "integrity": "sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==" }, "node_modules/read-cache": { "version": "1.0.0", + "resolved": "https://registry.npmjs.org/read-cache/-/read-cache-1.0.0.tgz", + "integrity": "sha512-Owdv/Ft7IjOgm/i0xvNDZ1LrRANRfew4b2prF3OWMQLxLfu3bS8FVhCsrSCMK4lR56Y9ya+AThoTpDCTxCmpRA==", "dev": true, - "license": "MIT", "dependencies": { "pify": "^2.3.0" } }, "node_modules/read-cache/node_modules/pify": { "version": "2.3.0", + "resolved": "https://registry.npmjs.org/pify/-/pify-2.3.0.tgz", + "integrity": "sha512-udgsAY+fTnvv7kI7aaxbqwWNb0AHiB0qBO89PZKPkoTmGOgdbrHDKD+0B2X4uTfJ/FT1R09r9gTsjUjNJotuog==", "dev": true, - "license": "MIT", "engines": { "node": ">=0.10.0" } }, "node_modules/read-installed": { "version": "4.0.3", + "resolved": "https://registry.npmjs.org/read-installed/-/read-installed-4.0.3.tgz", + "integrity": "sha512-O03wg/IYuV/VtnK2h/KXEt9VIbMUFbk3ERG0Iu4FhLZw0EP0T9znqrYDGn6ncbEsXUFaUjiVAWXHzxwt3lhRPQ==", "dev": true, - "license": "ISC", "dependencies": { "debuglog": "^1.0.1", "read-package-json": "^2.0.0", @@ -42836,8 +41671,9 @@ }, "node_modules/read-installed/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, - "license": "ISC", "dependencies": { "fs.realpath": "^1.0.0", "inflight": "^1.0.4", @@ -42855,13 +41691,27 @@ }, "node_modules/read-installed/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-installed/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, - "license": "ISC" + "dependencies": { + "brace-expansion": "^1.1.7" + }, + "engines": { + "node": "*" + } }, "node_modules/read-installed/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, - "license": "BSD-2-Clause", "dependencies": { "hosted-git-info": "^2.1.4", "resolve": "^1.10.0", @@ -42869,10 +41719,17 @@ "validate-npm-package-license": "^3.0.1" } }, + "node_modules/read-installed/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/read-installed/node_modules/read-package-json": { "version": "2.1.2", + "resolved": "https://registry.npmjs.org/read-package-json/-/read-package-json-2.1.2.tgz", + "integrity": "sha512-D1KmuLQr6ZSJS0tW8hf3WGpRlwszJOXZ3E8Yd/DNRaM5d+1wVRZdHlpGBLAuovjr28LbWvjpWkBHMxpRGGjzNA==", "dev": true, - "license": "ISC", "dependencies": { "glob": "^7.1.1", "json-parse-even-better-errors": "^2.3.0", @@ -42890,45 +41747,111 @@ } }, "node_modules/read-package-json": { - "version": "5.0.2", - "resolved": "https://registry.npmjs.org/read-package-json/-/read-package-json-5.0.2.tgz", - "integrity": "sha512-BSzugrt4kQ/Z0krro8zhTwV1Kd79ue25IhNN/VtHFy1mG/6Tluyi+msc0UpwaoQzxSHa28mntAjIZY6kEgfR9Q==", + "version": "6.0.4", + "resolved": "https://registry.npmjs.org/read-package-json/-/read-package-json-6.0.4.tgz", + "integrity": "sha512-AEtWXYfopBj2z5N5PbkAOeNHRPUg5q+Nen7QLxV8M2zJq1ym6/lCz3fYNTCXe19puu2d06jfHhrP7v/S2PtMMw==", "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": "^2.0.0" + "glob": "^10.2.2", + "json-parse-even-better-errors": "^3.0.0", + "normalize-package-data": "^5.0.0", + "npm-normalize-package-bin": "^3.0.0" }, "engines": { - "node": "^12.13.0 || ^14.15.0 || >=16.0.0" + "node": "^14.17.0 || ^16.13.0 || >=18.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==", + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/read-package-json-fast/-/read-package-json-fast-3.0.2.tgz", + "integrity": "sha512-0J+Msgym3vrLOUB3hzQCuZHII0xkNGCtz/HJH9xZshwv9DbDwkw1KaE3gx/e2J5rpEY5rtOy6cyhKOPrkP7FZw==", "dev": true, "dependencies": { - "json-parse-even-better-errors": "^2.3.0", - "npm-normalize-package-bin": "^1.0.1" + "json-parse-even-better-errors": "^3.0.0", + "npm-normalize-package-bin": "^3.0.0" }, "engines": { - "node": ">=10" + "node": "^14.17.0 || ^16.13.0 || >=18.0.0" } }, - "node_modules/read-package-json/node_modules/npm-normalize-package-bin": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/npm-normalize-package-bin/-/npm-normalize-package-bin-2.0.0.tgz", - "integrity": "sha512-awzfKUO7v0FscrSpRoogyNm0sajikhBWpU0QMrW09AMi9n1PoKU6WaIqUzuJSQnpciZZmJ/jMZ2Egfmb/9LiWQ==", + "node_modules/read-package-json-fast/node_modules/json-parse-even-better-errors": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/json-parse-even-better-errors/-/json-parse-even-better-errors-3.0.0.tgz", + "integrity": "sha512-iZbGHafX/59r39gPwVPRBGw0QQKnA7tte5pSMrhWOW7swGsVvVTjmfyAV9pNqk8YGT7tRCdxRu8uzcgZwoDooA==", "dev": true, "engines": { - "node": "^12.13.0 || ^14.15.0 || >=16.0.0" + "node": "^14.17.0 || ^16.13.0 || >=18.0.0" + } + }, + "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, + "dependencies": { + "balanced-match": "^1.0.0" + } + }, + "node_modules/read-package-json/node_modules/glob": { + "version": "10.3.10", + "resolved": "https://registry.npmjs.org/glob/-/glob-10.3.10.tgz", + "integrity": "sha512-fa46+tv1Ak0UPK1TOy/pZrIybNNt4HCv7SDzwyfiOZkvZLEbjsZkJBPtDHVshZjbecAoAGSC20MjLDG/qr679g==", + "dev": true, + "dependencies": { + "foreground-child": "^3.1.0", + "jackspeak": "^2.3.5", + "minimatch": "^9.0.1", + "minipass": "^5.0.0 || ^6.0.2 || ^7.0.0", + "path-scurry": "^1.10.1" + }, + "bin": { + "glob": "dist/esm/bin.mjs" + }, + "engines": { + "node": ">=16 || 14 >=14.17" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, + "node_modules/read-package-json/node_modules/json-parse-even-better-errors": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/json-parse-even-better-errors/-/json-parse-even-better-errors-3.0.0.tgz", + "integrity": "sha512-iZbGHafX/59r39gPwVPRBGw0QQKnA7tte5pSMrhWOW7swGsVvVTjmfyAV9pNqk8YGT7tRCdxRu8uzcgZwoDooA==", + "dev": true, + "engines": { + "node": "^14.17.0 || ^16.13.0 || >=18.0.0" + } + }, + "node_modules/read-package-json/node_modules/minimatch": { + "version": "9.0.3", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.3.tgz", + "integrity": "sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg==", + "dev": true, + "dependencies": { + "brace-expansion": "^2.0.1" + }, + "engines": { + "node": ">=16 || 14 >=14.17" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, + "node_modules/read-package-json/node_modules/minipass": { + "version": "7.0.4", + "resolved": "https://registry.npmjs.org/minipass/-/minipass-7.0.4.tgz", + "integrity": "sha512-jYofLM5Dam9279rdkWzqHozUo4ybjdZmCsDHePy5V/PbBcVMiSZR97gmAy45aqi8CK1lG2ECd356FU86avfwUQ==", + "dev": true, + "engines": { + "node": ">=16 || 14 >=14.17" } }, "node_modules/read-pkg": { "version": "5.2.0", - "license": "MIT", + "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", @@ -42941,7 +41864,9 @@ }, "node_modules/read-pkg-up": { "version": "7.0.1", - "license": "MIT", + "resolved": "https://registry.npmjs.org/read-pkg-up/-/read-pkg-up-7.0.1.tgz", + "integrity": "sha512-zK0TB7Xd6JpCLmlLmufqykGE+/TlOePD6qKClNW7hHDKFh/J7/7gCWGR7joEQEW1bKq3a3yUZSObOoWLFQ4ohg==", + "dev": true, "dependencies": { "find-up": "^4.1.0", "read-pkg": "^5.2.0", @@ -42956,7 +41881,9 @@ }, "node_modules/read-pkg-up/node_modules/find-up": { "version": "4.1.0", - "license": "MIT", + "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" @@ -42967,7 +41894,9 @@ }, "node_modules/read-pkg-up/node_modules/locate-path": { "version": "5.0.0", - "license": "MIT", + "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz", + "integrity": "sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==", + "dev": true, "dependencies": { "p-locate": "^4.1.0" }, @@ -42977,7 +41906,9 @@ }, "node_modules/read-pkg-up/node_modules/p-limit": { "version": "2.3.0", - "license": "MIT", + "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" }, @@ -42990,7 +41921,9 @@ }, "node_modules/read-pkg-up/node_modules/p-locate": { "version": "4.1.0", - "license": "MIT", + "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-4.1.0.tgz", + "integrity": "sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==", + "dev": true, "dependencies": { "p-limit": "^2.2.0" }, @@ -43000,18 +41933,24 @@ }, "node_modules/read-pkg-up/node_modules/type-fest": { "version": "0.8.1", - "license": "(MIT OR CC0-1.0)", + "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.8.1.tgz", + "integrity": "sha512-4dbzIzqvjtgiM5rw1k5rEHtBANKmdudhGyBEajN01fEyhaAIhsoKNy6y7+IN93IfpFtwY9iqi7kD+xwKhQsNJA==", + "dev": true, "engines": { "node": ">=8" } }, "node_modules/read-pkg/node_modules/hosted-git-info": { "version": "2.8.9", - "license": "ISC" + "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", - "license": "BSD-2-Clause", + "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", @@ -43023,20 +41962,25 @@ "version": "5.7.2", "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.2.tgz", "integrity": "sha512-cBznnQ9KjJqU67B52RMC65CMarK2600WFnbkcaiwWq3xy/5haFJlshgnpjovMVJ+Hff49d8GEn0b87C5pDQ10g==", + "dev": true, "bin": { "semver": "bin/semver" } }, "node_modules/read-pkg/node_modules/type-fest": { "version": "0.6.0", - "license": "(MIT OR CC0-1.0)", + "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.6.0.tgz", + "integrity": "sha512-q+MB8nYR1KDLrgr4G5yemftpMC7/QLqVndBmEEdqzmNj5dcFOO4Oo8qlwZE3ULT3+Zim1F8Kq4cBnikNhlCMlg==", + "dev": true, "engines": { "node": ">=8" } }, "node_modules/readable-stream": { "version": "3.6.2", - "license": "MIT", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.2.tgz", + "integrity": "sha512-9u/sniCrY3D5WdsERHzHE4G2YCXqoG5FTHUiCC4SIbr6XcLZBY05ya9EKjYek9O5xOAwjGq+1JdGBAS7Q9ScoA==", + "devOptional": true, "dependencies": { "inherits": "^2.0.3", "string_decoder": "^1.1.1", @@ -43048,8 +41992,10 @@ }, "node_modules/readdir-scoped-modules": { "version": "1.1.0", + "resolved": "https://registry.npmjs.org/readdir-scoped-modules/-/readdir-scoped-modules-1.1.0.tgz", + "integrity": "sha512-asaikDeqAQg7JifRsZn1NJZXo9E+VwlyCfbkZhwyISinqk5zNS6266HS5kah6P0SaQKGF6SkNnZVHUzHFYxYDw==", + "deprecated": "This functionality has been moved to @npmcli/fs", "dev": true, - "license": "ISC", "dependencies": { "debuglog": "^1.0.1", "dezalgo": "^1.0.0", @@ -43059,7 +42005,9 @@ }, "node_modules/readdirp": { "version": "3.6.0", - "license": "MIT", + "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-3.6.0.tgz", + "integrity": "sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==", + "dev": true, "dependencies": { "picomatch": "^2.2.1" }, @@ -43069,8 +42017,9 @@ }, "node_modules/rechoir": { "version": "0.8.0", + "resolved": "https://registry.npmjs.org/rechoir/-/rechoir-0.8.0.tgz", + "integrity": "sha512-/vxpCXddiX8NGfGO/mTafwjq4aFa/71pvamip0++IQk3zG8cbCj0fifNPrjjF1XMXUne91jL9OoxmdykoEtifQ==", "dev": true, - "license": "MIT", "dependencies": { "resolve": "^1.20.0" }, @@ -43079,29 +42028,65 @@ } }, "node_modules/redent": { - "version": "3.0.0", + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/redent/-/redent-4.0.0.tgz", + "integrity": "sha512-tYkDkVVtYkSVhuQ4zBgfvciymHaeuel+zFKXShfDnFP5SyVEP7qo70Rf1jTOTCx3vGNAbnEi/xFkcfQVMIBWag==", "dev": true, - "license": "MIT", "dependencies": { - "indent-string": "^4.0.0", - "strip-indent": "^3.0.0" + "indent-string": "^5.0.0", + "strip-indent": "^4.0.0" }, "engines": { - "node": ">=8" + "node": ">=12" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/redent/node_modules/indent-string": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/indent-string/-/indent-string-5.0.0.tgz", + "integrity": "sha512-m6FAo/spmsW2Ab2fU35JTYwtOKa2yAwXSwgjSv1TJzh4Mh7mC3lzAOVLBprb72XsTrgkEIsl7YrFNAiDiRhIGg==", + "dev": true, + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/redent/node_modules/strip-indent": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/strip-indent/-/strip-indent-4.0.0.tgz", + "integrity": "sha512-mnVSV2l+Zv6BLpSD/8V87CW/y9EmmbYzGCIavsnsI6/nwn26DwffM/yztm30Z/I2DY9wdS3vXVCMnHDgZaVNoA==", + "dev": true, + "dependencies": { + "min-indent": "^1.0.1" + }, + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" } }, "node_modules/reflect-metadata": { "version": "0.1.13", - "dev": true, - "license": "Apache-2.0" + "resolved": "https://registry.npmjs.org/reflect-metadata/-/reflect-metadata-0.1.13.tgz", + "integrity": "sha512-Ts1Y/anZELhSsjMcU605fU9RE4Oi3p5ORujwbIKXfWa+0Zxs510Qrmrce5/Jowq3cHSZSJqBjypxmHarc+vEWg==", + "dev": true }, "node_modules/regenerate": { "version": "1.4.2", - "license": "MIT" + "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.1.0", - "license": "MIT", + "version": "10.1.1", + "resolved": "https://registry.npmjs.org/regenerate-unicode-properties/-/regenerate-unicode-properties-10.1.1.tgz", + "integrity": "sha512-X007RyZLsCJVVrjgEFVpLUTZwyOZk3oiL75ZcuYjlIWd6rNJtOjkBwQc5AsRrpbKVkxN6sklw/k/9m2jJYOf8Q==", + "dev": true, "dependencies": { "regenerate": "^1.4.2" }, @@ -43110,19 +42095,25 @@ } }, "node_modules/regenerator-runtime": { - "version": "0.13.9", - "license": "MIT" + "version": "0.13.11", + "resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.13.11.tgz", + "integrity": "sha512-kY1AZVr2Ra+t+piVaJ4gxaFaReZVH40AKNo7UCX6W+dEwBo/2oZJzqfuN1qLq1oL45o56cPaTXELwrTh8Fpggg==", + "dev": true }, "node_modules/regenerator-transform": { - "version": "0.15.1", - "license": "MIT", + "version": "0.15.2", + "resolved": "https://registry.npmjs.org/regenerator-transform/-/regenerator-transform-0.15.2.tgz", + "integrity": "sha512-hfMp2BoF0qOk3uc5V20ALGDS2ddjQaLrdl7xrGXvAIow7qeWRM2VA2HuCHkUKk9slq3VwEwLNK3DFBqDfPGYtg==", + "dev": true, "dependencies": { "@babel/runtime": "^7.8.4" } }, "node_modules/regex-not": { "version": "1.0.2", - "license": "MIT", + "resolved": "https://registry.npmjs.org/regex-not/-/regex-not-1.0.2.tgz", + "integrity": "sha512-J6SDjUgDxQj5NusnOtdFxDwN/+HWykR8GELwctJ7mdqhcyy1xEc4SRFHUXvxTp661YaVKAjfRLZ9cCqS6tn32A==", + "dev": true, "dependencies": { "extend-shallow": "^3.0.2", "safe-regex": "^1.1.0" @@ -43131,33 +42122,30 @@ "node": ">=0.10.0" } }, - "node_modules/regex-not/node_modules/safe-regex": { - "version": "1.1.0", - "license": "MIT", - "dependencies": { - "ret": "~0.1.10" - } - }, "node_modules/regex-parser": { "version": "2.2.11", - "dev": true, - "license": "MIT" + "resolved": "https://registry.npmjs.org/regex-parser/-/regex-parser-2.2.11.tgz", + "integrity": "sha512-jbD/FT0+9MBU2XAZluI7w2OBs1RBi6p9M83nkoZayQXXU9e8Robt69FcZc7wU4eJD/YFTjn1JdCk3rbMJajz8Q==", + "dev": true }, "node_modules/regexp-tree": { "version": "0.1.27", + "resolved": "https://registry.npmjs.org/regexp-tree/-/regexp-tree-0.1.27.tgz", + "integrity": "sha512-iETxpjK6YoRWJG5o6hXLwvjYAoW+FEZn9os0PD/b6AP6xQwsa/Y7lCVgIixBbUPMfhu+i2LtdeAqVTgGlQarfA==", "dev": true, - "license": "MIT", "bin": { "regexp-tree": "bin/regexp-tree" } }, "node_modules/regexp.prototype.flags": { - "version": "1.5.0", - "license": "MIT", + "version": "1.5.1", + "resolved": "https://registry.npmjs.org/regexp.prototype.flags/-/regexp.prototype.flags-1.5.1.tgz", + "integrity": "sha512-sy6TXMN+hnP/wMy+ISxg3krXx7BAtWVO4UouuCN/ziM9UEne0euamVNafDfvC83bRNr95y0V5iijeDQFUNpvrg==", + "dev": true, "dependencies": { "call-bind": "^1.0.2", "define-properties": "^1.2.0", - "functions-have-names": "^1.2.3" + "set-function-name": "^2.0.0" }, "engines": { "node": ">= 0.4" @@ -43168,7 +42156,9 @@ }, "node_modules/regexpu-core": { "version": "5.3.2", - "license": "MIT", + "resolved": "https://registry.npmjs.org/regexpu-core/-/regexpu-core-5.3.2.tgz", + "integrity": "sha512-RAM5FlZz+Lhmo7db9L298p2vHP5ZywrVXmVXpmAD9GuL5MPH6t9ROw1iA/wfHkQ76Qe7AaPF0nGuim96/IrQMQ==", + "dev": true, "dependencies": { "@babel/regjsgen": "^0.8.0", "regenerate": "^1.4.2", @@ -43181,9 +42171,32 @@ "node": ">=4" } }, - "node_modules/regjsparser": { + "node_modules/regexpu-core/node_modules/jsesc": { + "version": "0.5.0", + "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-0.5.0.tgz", + "integrity": "sha512-uZz5UnB7u4T9LvwmFqXii7pZSouaRPorGs5who1Ip7VO0wxanFvBL7GkM6dTHlgX+jhBApRetaWpnDabOeTcnA==", + "dev": true, + "bin": { + "jsesc": "bin/jsesc" + } + }, + "node_modules/regexpu-core/node_modules/regjsparser": { "version": "0.9.1", - "license": "BSD-2-Clause", + "resolved": "https://registry.npmjs.org/regjsparser/-/regjsparser-0.9.1.tgz", + "integrity": "sha512-dQUtn90WanSNl+7mQKcXAgZxvUe7Z0SqXlgzv0za4LwiUhyzBC58yQO3liFoUgu8GiJVInAhJjkj1N0EtQ5nkQ==", + "dev": true, + "dependencies": { + "jsesc": "~0.5.0" + }, + "bin": { + "regjsparser": "bin/parser" + } + }, + "node_modules/regjsparser": { + "version": "0.10.0", + "resolved": "https://registry.npmjs.org/regjsparser/-/regjsparser-0.10.0.tgz", + "integrity": "sha512-qx+xQGZVsy55CH0a1hiVwHmqjLryfh7wQyF5HO07XJ9f7dQMY/gPQHhlyDkIzJKC+x2fUCpCcUODUUUFrm7SHA==", + "dev": true, "dependencies": { "jsesc": "~0.5.0" }, @@ -43193,21 +42206,27 @@ }, "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, "bin": { "jsesc": "bin/jsesc" } }, "node_modules/relateurl": { "version": "0.2.7", - "license": "MIT", + "resolved": "https://registry.npmjs.org/relateurl/-/relateurl-0.2.7.tgz", + "integrity": "sha512-G08Dxvm4iDN3MLM0EsP62EDV9IuhXPR6blNz6Utcp7zyV3tr4HVNINt6MpaRWbxoOHT3Q7YN2P+jaHX8vUbgog==", + "dev": true, "engines": { "node": ">= 0.10" } }, "node_modules/remark-external-links": { "version": "8.0.0", + "resolved": "https://registry.npmjs.org/remark-external-links/-/remark-external-links-8.0.0.tgz", + "integrity": "sha512-5vPSX0kHoSsqtdftSHhIYofVINC8qmp0nctkeU9YoJwV3YfiBRiI6cbFRJ0oI/1F9xS+bopXG0m2KS8VFscuKA==", "dev": true, - "license": "MIT", "dependencies": { "extend": "^3.0.0", "is-absolute-url": "^3.0.0", @@ -43222,8 +42241,9 @@ }, "node_modules/remark-external-links/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, - "license": "MIT", "dependencies": { "@types/unist": "^2.0.0", "unist-util-is": "^4.0.0", @@ -43236,8 +42256,9 @@ }, "node_modules/remark-external-links/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, - "license": "MIT", "dependencies": { "@types/unist": "^2.0.0", "unist-util-is": "^4.0.0" @@ -43249,7 +42270,9 @@ }, "node_modules/remark-footnotes": { "version": "2.0.0", - "license": "MIT", + "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" @@ -43257,7 +42280,9 @@ }, "node_modules/remark-mdx": { "version": "1.6.22", - "license": "MIT", + "resolved": "https://registry.npmjs.org/remark-mdx/-/remark-mdx-1.6.22.tgz", + "integrity": "sha512-phMHBJgeV76uyFkH4rvzCftLfKCr2RZuF+/gmVcaKrpsihyzmhXjA0BEMDaPTXG5y8qZOKPVo83NAOX01LPnOQ==", + "dev": true, "dependencies": { "@babel/core": "7.12.9", "@babel/helper-plugin-utils": "7.10.4", @@ -43275,7 +42300,9 @@ }, "node_modules/remark-mdx/node_modules/@babel/core": { "version": "7.12.9", - "license": "MIT", + "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.12.9.tgz", + "integrity": "sha512-gTXYh3M5wb7FRXQy+FErKFAv90BnlOuNn1QkCK2lREoPAjrQCO49+HVSrFoe5uakFAF5eenS75KbO2vQiLrTMQ==", + "dev": true, "dependencies": { "@babel/code-frame": "^7.10.4", "@babel/generator": "^7.12.5", @@ -43304,11 +42331,16 @@ }, "node_modules/remark-mdx/node_modules/@babel/helper-plugin-utils": { "version": "7.10.4", - "license": "MIT" + "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", - "license": "MIT", + "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==", + "deprecated": "This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-object-rest-spread instead.", + "dev": true, "dependencies": { "@babel/helper-plugin-utils": "^7.10.4", "@babel/plugin-syntax-object-rest-spread": "^7.8.0", @@ -43320,7 +42352,9 @@ }, "node_modules/remark-mdx/node_modules/@babel/plugin-syntax-jsx": { "version": "7.12.1", - "license": "MIT", + "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": { "@babel/helper-plugin-utils": "^7.10.4" }, @@ -43330,7 +42364,9 @@ }, "node_modules/remark-mdx/node_modules/parse-entities": { "version": "2.0.0", - "license": "MIT", + "resolved": "https://registry.npmjs.org/parse-entities/-/parse-entities-2.0.0.tgz", + "integrity": "sha512-kkywGpCcRYhqQIchaWqZ875wzpS/bMKhz5HnN3p7wveJTkTtyAB/AlnS0f8DFSqYW1T82t6yEAkEcB+A1I3MbQ==", + "dev": true, "dependencies": { "character-entities": "^1.0.0", "character-entities-legacy": "^1.0.0", @@ -43346,7 +42382,9 @@ }, "node_modules/remark-mdx/node_modules/remark-parse": { "version": "8.0.3", - "license": "MIT", + "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", @@ -43374,20 +42412,25 @@ "version": "5.7.2", "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.2.tgz", "integrity": "sha512-cBznnQ9KjJqU67B52RMC65CMarK2600WFnbkcaiwWq3xy/5haFJlshgnpjovMVJ+Hff49d8GEn0b87C5pDQ10g==", + "dev": true, "bin": { "semver": "bin/semver" } }, "node_modules/remark-mdx/node_modules/source-map": { "version": "0.5.7", - "license": "BSD-3-Clause", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz", + "integrity": "sha512-LbrmJOMUSdEVxIKvdcJzQC+nQhe8FUZQTXQy6+I75skNgn3OoQ0DZA8YnFa7gp8tqtL3KPf1kmo0R5DoApeSGQ==", + "dev": true, "engines": { "node": ">=0.10.0" } }, "node_modules/remark-mdx/node_modules/unist-util-remove-position": { "version": "2.0.1", - "license": "MIT", + "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" }, @@ -43398,7 +42441,9 @@ }, "node_modules/remark-mdx/node_modules/unist-util-visit": { "version": "2.0.3", - "license": "MIT", + "resolved": "https://registry.npmjs.org/unist-util-visit/-/unist-util-visit-2.0.3.tgz", + "integrity": "sha512-iJ4/RczbJMkD0712mGktuGpm/U4By4FfDonL7N/9tATGIF4imikjOuagyMY53tnZq3NP6BcmlrHhEKAfGWjh7Q==", + "dev": true, "dependencies": { "@types/unist": "^2.0.0", "unist-util-is": "^4.0.0", @@ -43411,7 +42456,9 @@ }, "node_modules/remark-mdx/node_modules/unist-util-visit-parents": { "version": "3.1.1", - "license": "MIT", + "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" @@ -43423,8 +42470,9 @@ }, "node_modules/remark-parse": { "version": "4.0.0", + "resolved": "https://registry.npmjs.org/remark-parse/-/remark-parse-4.0.0.tgz", + "integrity": "sha512-XZgICP2gJ1MHU7+vQaRM+VA9HEL3X253uwUM/BGgx3iv6TH2B3bF3B8q00DKcyP9YrJV+/7WOWEWBFF/u8cIsw==", "dev": true, - "license": "MIT", "peer": true, "dependencies": { "collapse-white-space": "^1.0.2", @@ -43446,8 +42494,9 @@ }, "node_modules/remark-parse/node_modules/vfile-location": { "version": "2.0.6", + "resolved": "https://registry.npmjs.org/vfile-location/-/vfile-location-2.0.6.tgz", + "integrity": "sha512-sSFdyCP3G6Ka0CEmN83A2YCMKIieHx0EDaj5IDP4g1pa5ZJ4FJDvpO0WODLxo4LUX4oe52gmSCK7Jw4SBghqxA==", "dev": true, - "license": "MIT", "peer": true, "funding": { "type": "opencollective", @@ -43456,8 +42505,9 @@ }, "node_modules/remark-slug": { "version": "6.1.0", + "resolved": "https://registry.npmjs.org/remark-slug/-/remark-slug-6.1.0.tgz", + "integrity": "sha512-oGCxDF9deA8phWvxFuyr3oSJsdyUAxMFbA0mZ7Y1Sas+emILtO+e5WutF9564gDsEN4IXaQXm5pFo6MLH+YmwQ==", "dev": true, - "license": "MIT", "dependencies": { "github-slugger": "^1.0.0", "mdast-util-to-string": "^1.0.0", @@ -43470,8 +42520,9 @@ }, "node_modules/remark-slug/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, - "license": "MIT", "dependencies": { "@types/unist": "^2.0.0", "unist-util-is": "^4.0.0", @@ -43484,8 +42535,9 @@ }, "node_modules/remark-slug/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, - "license": "MIT", "dependencies": { "@types/unist": "^2.0.0", "unist-util-is": "^4.0.0" @@ -43497,7 +42549,9 @@ }, "node_modules/remark-squeeze-paragraphs": { "version": "4.0.0", - "license": "MIT", + "resolved": "https://registry.npmjs.org/remark-squeeze-paragraphs/-/remark-squeeze-paragraphs-4.0.0.tgz", + "integrity": "sha512-8qRqmL9F4nuLPIgl92XUuxI3pFxize+F1H0e/W3llTk0UsjJaj01+RrirkMw7P21RKe4X6goQhYRSvNWX+70Rw==", + "dev": true, "dependencies": { "mdast-squeeze-paragraphs": "^4.0.0" }, @@ -43508,13 +42562,15 @@ }, "node_modules/remove-trailing-separator": { "version": "1.1.0", - "devOptional": true, - "license": "ISC" + "resolved": "https://registry.npmjs.org/remove-trailing-separator/-/remove-trailing-separator-1.1.0.tgz", + "integrity": "sha512-/hS+Y0u3aOfIETiaiirUFwDBDzmXPvO+jAfKTitUngIPzdKc6Z0LoFjM/CK5PL4C+eKwHohlHAb6H0VFfmmUsw==", + "dev": true }, "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, - "license": "MIT", "dependencies": { "css-select": "^4.1.3", "dom-converter": "^0.2.0", @@ -43525,21 +42581,26 @@ }, "node_modules/repeat-element": { "version": "1.1.4", - "license": "MIT", + "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/repeat-string": { "version": "1.6.1", - "license": "MIT", + "resolved": "https://registry.npmjs.org/repeat-string/-/repeat-string-1.6.1.tgz", + "integrity": "sha512-PV0dzCYDNfRi1jCDbJzpW7jNNDRuCOG/jI5ctQcGKt/clZD+YcPS3yIlWuTJMmESC8aevCFmWJy5wjAFgNqN6w==", "engines": { "node": ">=0.10" } }, "node_modules/repeating": { "version": "2.0.1", - "license": "MIT", + "resolved": "https://registry.npmjs.org/repeating/-/repeating-2.0.1.tgz", + "integrity": "sha512-ZqtSMuVybkISo2OWvqvm7iHSWngvdaW3IpsT9/uP8v4gMi591LY6h35wdOfvQdWCKFWZWm2Y1Opp4kV7vQKT6A==", + "dev": true, "optional": true, "dependencies": { "is-finite": "^1.0.0" @@ -43582,8 +42643,9 @@ }, "node_modules/request/node_modules/form-data": { "version": "2.3.3", + "resolved": "https://registry.npmjs.org/form-data/-/form-data-2.3.3.tgz", + "integrity": "sha512-1lLKB2Mu3aGP1Q/2eCOx0fNbRMe7XdwktwOruhfqqd0rIJWwN4Dh+E3hrPSlDCXnSR7UtZ1N38rVXm+6+MEhJQ==", "dev": true, - "license": "MIT", "dependencies": { "asynckit": "^0.4.0", "combined-stream": "^1.0.6", @@ -43595,56 +42657,57 @@ }, "node_modules/request/node_modules/qs": { "version": "6.5.3", + "resolved": "https://registry.npmjs.org/qs/-/qs-6.5.3.tgz", + "integrity": "sha512-qxXIEh4pCGfHICj1mAJQ2/2XVZkjCDTcEgfoSQxc/fYivUZxTkk7L3bDBJSoNrEzXI17oUO5Dp07ktqE5KzczA==", "dev": true, - "license": "BSD-3-Clause", "engines": { "node": ">=0.6" } }, - "node_modules/request/node_modules/uuid": { - "version": "3.4.0", - "dev": true, - "license": "MIT", - "bin": { - "uuid": "bin/uuid" - } - }, "node_modules/require-directory": { "version": "2.1.1", + "resolved": "https://registry.npmjs.org/require-directory/-/require-directory-2.1.1.tgz", + "integrity": "sha512-fGxEI7+wsG9xrvdjsrlmL22OMTTiHRwAMroiEeMgq8gzoLC/PQr7RsRDSTLUg/bZAZtF+TVIkHc6/4RIKrui+Q==", "dev": true, - "license": "MIT", "engines": { "node": ">=0.10.0" } }, "node_modules/require-from-string": { "version": "2.0.2", - "license": "MIT", + "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==", + "dev": true, "engines": { "node": ">=0.10.0" } }, "node_modules/require-main-filename": { "version": "2.0.0", - "dev": true, - "license": "ISC" + "resolved": "https://registry.npmjs.org/require-main-filename/-/require-main-filename-2.0.0.tgz", + "integrity": "sha512-NKN5kMDylKuldxYLSUfrbo5Tuzh4hd+2E8NPPX02mZtn1VuREQToYe/ZdlJy+J3uCpfaiGF05e7B8W0iXbQHmg==", + "dev": true }, "node_modules/requireindex": { "version": "1.2.0", + "resolved": "https://registry.npmjs.org/requireindex/-/requireindex-1.2.0.tgz", + "integrity": "sha512-L9jEkOi3ASd9PYit2cwRfyppc9NoABujTP8/5gFcbERmo5jUoAKovIC3fsF17pkTnGsrByysqX+Kxd2OTNI1ww==", "dev": true, - "license": "MIT", "engines": { "node": ">=0.10.5" } }, "node_modules/requires-port": { "version": "1.0.0", - "dev": true, - "license": "MIT" + "resolved": "https://registry.npmjs.org/requires-port/-/requires-port-1.0.0.tgz", + "integrity": "sha512-KigOCHcocU3XODJxsu8i/j8T9tzT4adHiecwORRQ0ZZFcp7ahwXuRU1m+yuO90C5ZUyGeGfocHDI14M3L3yDAQ==", + "dev": true }, "node_modules/resolve": { "version": "1.22.1", - "license": "MIT", + "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.1.tgz", + "integrity": "sha512-nBpuuYuY5jFsli/JIs1oldw6fOQCBioohqWZg/2hiaOybXOft4lonv85uDOKXdf8rhyK159cxU5cDcK/NKk8zw==", + "dev": true, "dependencies": { "is-core-module": "^2.9.0", "path-parse": "^1.0.7", @@ -43659,8 +42722,9 @@ }, "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==", "dev": true, - "license": "MIT", "dependencies": { "resolve-from": "^5.0.0" }, @@ -43670,19 +42734,24 @@ }, "node_modules/resolve-from": { "version": "5.0.0", - "license": "MIT", + "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-5.0.0.tgz", + "integrity": "sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw==", "engines": { "node": ">=8" } }, "node_modules/resolve-url": { "version": "0.2.1", - "license": "MIT" + "resolved": "https://registry.npmjs.org/resolve-url/-/resolve-url-0.2.1.tgz", + "integrity": "sha512-ZuF55hVUQaaczgOIwqWzkEcEidmlD/xl44x1UZnhOXcYuFN2S6+rcxpG+C1N3So0wvNI3DmJICUFfu2SxhBmvg==", + "deprecated": "https://github.com/lydell/resolve-url#deprecated", + "dev": true }, "node_modules/resolve-url-loader": { "version": "5.0.0", + "resolved": "https://registry.npmjs.org/resolve-url-loader/-/resolve-url-loader-5.0.0.tgz", + "integrity": "sha512-uZtduh8/8srhBoMx//5bwqjQ+rfYOUq8zC9NrMUGtjBiGTtFJM42s58/36+hTqeqINcnYe08Nj3LkK9lW4N8Xg==", "dev": true, - "license": "MIT", "dependencies": { "adjust-sourcemap-loader": "^4.0.0", "convert-source-map": "^1.7.0", @@ -43696,8 +42765,9 @@ }, "node_modules/resolve-url-loader/node_modules/loader-utils": { "version": "2.0.4", + "resolved": "https://registry.npmjs.org/loader-utils/-/loader-utils-2.0.4.tgz", + "integrity": "sha512-xXqpXoINfFhgua9xiqD8fPFHgkoq1mmmpE92WlDbm9rNRd/EbRb+Gqf908T2DMfuHjjJlksiK2RbHVOdD/MqSw==", "dev": true, - "license": "MIT", "dependencies": { "big.js": "^5.2.2", "emojis-list": "^3.0.0", @@ -43709,8 +42779,9 @@ }, "node_modules/resolve-url-loader/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, - "license": "BSD-3-Clause", "engines": { "node": ">=0.10.0" } @@ -43726,6 +42797,8 @@ }, "node_modules/resp-modifier": { "version": "6.0.2", + "resolved": "https://registry.npmjs.org/resp-modifier/-/resp-modifier-6.0.2.tgz", + "integrity": "sha512-U1+0kWC/+4ncRFYqQWTx/3qkfE6a4B/h3XXgmXypfa0SPZ3t7cbbaFk297PjQS/yov24R18h6OZe6iZwj3NSLw==", "dev": true, "dependencies": { "debug": "^2.2.0", @@ -43737,28 +42810,32 @@ }, "node_modules/resp-modifier/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, - "license": "MIT", "dependencies": { "ms": "2.0.0" } }, "node_modules/resp-modifier/node_modules/ms": { "version": "2.0.0", - "dev": true, - "license": "MIT" + "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", + "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==", + "dev": true }, "node_modules/response-iterator": { "version": "0.2.6", - "license": "MIT", + "resolved": "https://registry.npmjs.org/response-iterator/-/response-iterator-0.2.6.tgz", + "integrity": "sha512-pVzEEzrsg23Sh053rmDUvLSkGXluZio0qu8VT6ukrYuvtjVfCbDZH9d6PGXb8HZfzdNZt8feXv/jvUzlhRgLnw==", "engines": { "node": ">=0.8" } }, "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, - "license": "MIT", "dependencies": { "onetime": "^5.1.0", "signal-exit": "^3.0.2" @@ -43769,7 +42846,9 @@ }, "node_modules/ret": { "version": "0.1.15", - "license": "MIT", + "resolved": "https://registry.npmjs.org/ret/-/ret-0.1.15.tgz", + "integrity": "sha512-TTlYpa+OL+vMMNG24xSlQGEJ3B/RzEfUlLct7b5G/ytav+wPrplCpVMFuwzXbkecJrb6IYo1iFb0S9v37754mg==", + "dev": true, "engines": { "node": ">=0.12" } @@ -43785,7 +42864,8 @@ }, "node_modules/reusify": { "version": "1.0.4", - "license": "MIT", + "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" @@ -43793,8 +42873,9 @@ }, "node_modules/rfdc": { "version": "1.3.0", - "dev": true, - "license": "MIT" + "resolved": "https://registry.npmjs.org/rfdc/-/rfdc-1.3.0.tgz", + "integrity": "sha512-V2hovdzFbOi77/WajaSMXk2OLm+xNIeQdMMuB7icj7bk6zi2F8GGAxigcnDFpJHbNyNcgyJDiP+8nOrY5cZGrA==", + "dev": true }, "node_modules/rimraf": { "version": "5.0.5", @@ -43871,51 +42952,35 @@ }, "node_modules/ripemd160": { "version": "2.0.2", - "license": "MIT", + "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" } }, "node_modules/rollup": { - "version": "2.79.1", + "version": "3.29.4", + "resolved": "https://registry.npmjs.org/rollup/-/rollup-3.29.4.tgz", + "integrity": "sha512-oWzmBZwvYrU0iJHtDmhsm662rC15FRXmcjCk1xD771dFDx5jJ02ufAQQTn0etB2emNk4J9EZg/yWKpsn9BWGRw==", "dev": true, - "license": "MIT", "bin": { "rollup": "dist/bin/rollup" }, "engines": { - "node": ">=10.0.0" + "node": ">=14.18.0", + "npm": ">=8.0.0" }, "optionalDependencies": { "fsevents": "~2.3.2" } }, - "node_modules/rollup-plugin-sourcemaps": { - "version": "0.6.3", - "dev": true, - "license": "MIT", - "dependencies": { - "@rollup/pluginutils": "^3.0.9", - "source-map-resolve": "^0.6.0" - }, - "engines": { - "node": ">=10.0.0" - }, - "peerDependencies": { - "@types/node": ">=10.0.0", - "rollup": ">=0.31.2" - }, - "peerDependenciesMeta": { - "@types/node": { - "optional": true - } - } - }, "node_modules/rsvp": { "version": "4.8.5", + "resolved": "https://registry.npmjs.org/rsvp/-/rsvp-4.8.5.tgz", + "integrity": "sha512-nfMOlASu9OnRJo1mbEk2cz0D56a1MBNrJ7orjRZQG10XDyuvwksKbuXNp6qa+kbn839HwjwhBzhFmdsaEAfauA==", "dev": true, - "license": "MIT", "engines": { "node": "6.* || >= 7.*" } @@ -43936,14 +43001,17 @@ }, "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, - "license": "MIT", "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", @@ -43958,41 +43026,44 @@ "url": "https://feross.org/support" } ], - "license": "MIT", "dependencies": { "queue-microtask": "^1.2.2" } }, "node_modules/run-queue": { "version": "1.0.3", - "license": "ISC", + "resolved": "https://registry.npmjs.org/run-queue/-/run-queue-1.0.3.tgz", + "integrity": "sha512-ntymy489o0/QQplUDnpYAYUsO50K9SBrIVaKCWDOJzYJts0f9WH9RFJkyagebkw5+y1oi00R7ynNW/d12GBumg==", + "dev": true, "dependencies": { "aproba": "^1.1.1" } }, "node_modules/run-queue/node_modules/aproba": { "version": "1.2.0", - "license": "ISC" + "resolved": "https://registry.npmjs.org/aproba/-/aproba-1.2.0.tgz", + "integrity": "sha512-Y9J6ZjXtoYh8RnXVCMOU/ttDmk1aBjunq9vO0ta5x85WDQiQfUF9sIPBITdbiiIVcBo03Hi3jMxigBtsddlXRw==", + "dev": true }, "node_modules/rx": { "version": "4.1.0", - "dev": true, - "license": "Apache-2.0" + "resolved": "https://registry.npmjs.org/rx/-/rx-4.1.0.tgz", + "integrity": "sha512-CiaiuN6gapkdl+cZUr67W6I8jquN4lkak3vtIsIWCl4XIPP8ffsoyN6/+PuGXnQy8Cu8W2y9Xxh31Rq4M6wUug==", + "dev": true }, "node_modules/rxjs": { - "version": "6.6.6", - "license": "Apache-2.0", + "version": "7.5.0", + "resolved": "https://registry.npmjs.org/rxjs/-/rxjs-7.5.0.tgz", + "integrity": "sha512-fuCKAfFawVYX0pyFlETtYnXI+5iiY9Dftgk+VdgeOq+Qyi9ZDWckHZRDaXRt5WCNbbLkmAheoSGDiceyCIKNZA==", "dependencies": { - "tslib": "^1.9.0" - }, - "engines": { - "npm": ">=2.0.0" + "tslib": "^2.1.0" } }, "node_modules/rxjs-report-usage": { "version": "1.0.6", + "resolved": "https://registry.npmjs.org/rxjs-report-usage/-/rxjs-report-usage-1.0.6.tgz", + "integrity": "sha512-omv1DIv5z1kV+zDAEjaDjWSkx8w5TbFp5NZoPwUipwzYVcor/4So9ZU3bUyQ1c8lxY5Q0Es/ztWW7PGjY7to0Q==", "dev": true, - "license": "MIT", "dependencies": { "@babel/parser": "^7.10.3", "@babel/traverse": "^7.10.3", @@ -44008,8 +43079,9 @@ }, "node_modules/rxjs-report-usage/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==", "dev": true, - "license": "MIT", "dependencies": { "color-convert": "^2.0.1" }, @@ -44022,8 +43094,9 @@ }, "node_modules/rxjs-report-usage/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, - "license": "MIT", "dependencies": { "ansi-styles": "^4.1.0", "supports-color": "^7.1.0" @@ -44037,8 +43110,9 @@ }, "node_modules/rxjs-report-usage/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==", "dev": true, - "license": "MIT", "dependencies": { "color-name": "~1.1.4" }, @@ -44046,10 +43120,17 @@ "node": ">=7.0.0" } }, + "node_modules/rxjs-report-usage/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==", + "dev": true + }, "node_modules/rxjs-report-usage/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, - "license": "ISC", "dependencies": { "fs.realpath": "^1.0.0", "inflight": "^1.0.4", @@ -44067,16 +43148,30 @@ }, "node_modules/rxjs-report-usage/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==", "dev": true, - "license": "MIT", "engines": { "node": ">=8" } }, + "node_modules/rxjs-report-usage/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": { + "brace-expansion": "^1.1.7" + }, + "engines": { + "node": "*" + } + }, "node_modules/rxjs-report-usage/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, - "license": "MIT", "dependencies": { "has-flag": "^4.0.0" }, @@ -44084,16 +43179,14 @@ "node": ">=8" } }, - "node_modules/rxjs/node_modules/tslib": { - "version": "1.14.1", - "license": "0BSD" - }, "node_modules/safe-array-concat": { - "version": "1.0.0", - "license": "MIT", + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/safe-array-concat/-/safe-array-concat-1.0.1.tgz", + "integrity": "sha512-6XbUAseYE2KtOuGueyeobCySj9L4+66Tn6KQMOPQJrAJEowYKW/YR/MGJZl7FdydUdaFu4LYyDZjxf4/Nmo23Q==", + "dev": true, "dependencies": { "call-bind": "^1.0.2", - "get-intrinsic": "^1.2.0", + "get-intrinsic": "^1.2.1", "has-symbols": "^1.0.3", "isarray": "^2.0.5" }, @@ -44106,19 +43199,24 @@ }, "node_modules/safe-buffer": { "version": "5.1.2", - "license": "MIT" + "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz", + "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==", + "dev": true }, "node_modules/safe-regex": { - "version": "2.1.1", + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/safe-regex/-/safe-regex-1.1.0.tgz", + "integrity": "sha512-aJXcif4xnaNUzvUuC5gcb46oTS7zvg4jpMTnuqtrEPlR3vFr4pxtdTwaF1Qs3Enjn9HK+ZlwQui+a7z0SywIzg==", "dev": true, - "license": "MIT", "dependencies": { - "regexp-tree": "~0.1.1" + "ret": "~0.1.10" } }, "node_modules/safe-regex-test": { "version": "1.0.0", - "license": "MIT", + "resolved": "https://registry.npmjs.org/safe-regex-test/-/safe-regex-test-1.0.0.tgz", + "integrity": "sha512-JBUUzyOgEwXQY1NuPtvcj/qcBDbDmEvWufhlnXZIm75DEHp+afM1r1ujJpJsV/gSM4t59tpDyPi1sd6ZaPFfsA==", + "dev": true, "dependencies": { "call-bind": "^1.0.2", "get-intrinsic": "^1.1.3", @@ -44130,12 +43228,21 @@ }, "node_modules/safer-buffer": { "version": "2.1.2", - "license": "MIT" + "resolved": "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz", + "integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==", + "dev": true + }, + "node_modules/safevalues": { + "version": "0.3.4", + "resolved": "https://registry.npmjs.org/safevalues/-/safevalues-0.3.4.tgz", + "integrity": "sha512-LRneZZRXNgjzwG4bDQdOTSbze3fHm1EAKN/8bePxnlEZiBmkYEDggaHbuvHI9/hoqHbGfsEA7tWS9GhYHZBBsw==" }, "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", "dev": true, - "license": "MIT", "dependencies": { "@cnakazawa/watch": "^1.0.3", "anymatch": "^2.0.0", @@ -44156,8 +43263,9 @@ }, "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==", "dev": true, - "license": "ISC", "dependencies": { "micromatch": "^3.1.4", "normalize-path": "^2.1.1" @@ -44165,8 +43273,9 @@ }, "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==", "dev": true, - "license": "MIT", "dependencies": { "arr-flatten": "^1.1.0", "array-unique": "^0.3.2", @@ -44185,8 +43294,9 @@ }, "node_modules/sane/node_modules/braces/node_modules/extend-shallow": { "version": "2.0.1", + "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz", + "integrity": "sha512-zCnTtlxNoAiDc3gqY2aYAWFx7XWWiasuF2K8Me5WbN8otHKTUKBwjPtNpRs/rbUZm7KxWAaNj7P1a/p52GbVug==", "dev": true, - "license": "MIT", "dependencies": { "is-extendable": "^0.1.0" }, @@ -44196,8 +43306,9 @@ }, "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==", "dev": true, - "license": "MIT", "dependencies": { "nice-try": "^1.0.4", "path-key": "^2.0.1", @@ -44211,8 +43322,9 @@ }, "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==", "dev": true, - "license": "MIT", "dependencies": { "cross-spawn": "^6.0.0", "get-stream": "^4.0.0", @@ -44228,8 +43340,9 @@ }, "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": "sha512-VcpLTWqWDiTerugjj8e3+esbg+skS3M9e54UuR3iCeIDMXCLTsAH8hTSzDQU/X6/6t3eYkOKoZSef2PlU6U1XQ==", "dev": true, - "license": "MIT", "dependencies": { "extend-shallow": "^2.0.1", "is-number": "^3.0.0", @@ -44242,8 +43355,9 @@ }, "node_modules/sane/node_modules/fill-range/node_modules/extend-shallow": { "version": "2.0.1", + "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz", + "integrity": "sha512-zCnTtlxNoAiDc3gqY2aYAWFx7XWWiasuF2K8Me5WbN8otHKTUKBwjPtNpRs/rbUZm7KxWAaNj7P1a/p52GbVug==", "dev": true, - "license": "MIT", "dependencies": { "is-extendable": "^0.1.0" }, @@ -44253,8 +43367,9 @@ }, "node_modules/sane/node_modules/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, - "license": "MIT", "dependencies": { "pump": "^3.0.0" }, @@ -44264,21 +43379,24 @@ }, "node_modules/sane/node_modules/is-buffer": { "version": "1.1.6", - "dev": true, - "license": "MIT" + "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": "0.1.1", + "resolved": "https://registry.npmjs.org/is-extendable/-/is-extendable-0.1.1.tgz", + "integrity": "sha512-5BMULNob1vgFX6EjQw5izWDxrecWK9AM72rugNr0TFldMOi0fj6Jk+zeKIt0xGj4cEfQIJth4w3OKWOJ4f+AFw==", "dev": true, - "license": "MIT", "engines": { "node": ">=0.10.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": "sha512-4cboCqIpliH+mAvFNegjZQ4kgKc3ZUhQVr3HvWbSh5q3WH2v82ct+T2Y1hdU5Gdtorx/cLifQjqCbL7bpznLTg==", "dev": true, - "license": "MIT", "dependencies": { "kind-of": "^3.0.2" }, @@ -44288,8 +43406,9 @@ }, "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": "sha512-NOW9QQXMoZGg/oqnVNoNTTIFEIid1627WCffUBJEdMxYApq7mNE7CpzucIPc+ZQg25Phej7IJSmX3hO+oblOtQ==", "dev": true, - "license": "MIT", "dependencies": { "is-buffer": "^1.1.5" }, @@ -44299,16 +43418,18 @@ }, "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": "sha512-uQPm8kcs47jx38atAcWTVxyltQYoPT68y9aWYdV6yWXSyW8mzSat0TL6CiWdZeCdF3KrAvpVtnHbTv4RN+rqdQ==", "dev": true, - "license": "MIT", "engines": { "node": ">=0.10.0" } }, "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==", "dev": true, - "license": "MIT", "dependencies": { "arr-diff": "^4.0.0", "array-unique": "^0.3.2", @@ -44330,8 +43451,9 @@ }, "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": "sha512-3pKJwH184Xo/lnH6oyP1q2pMd7HcypqqmRs91/6/i2CGtWwIKGCkOOMTm/zXbgTEWHw1uNpNi/igc3ePOYHb6w==", "dev": true, - "license": "MIT", "dependencies": { "remove-trailing-separator": "^1.0.1" }, @@ -44341,8 +43463,9 @@ }, "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": "sha512-lJxZYlT4DW/bRUtFh1MQIWqmLwQfAxnqWG4HhEdjMlkrJYnJn0Jrr2u3mgxqaWsdiBc76TYkTG/mhrnYTuzfHw==", "dev": true, - "license": "MIT", "dependencies": { "path-key": "^2.0.0" }, @@ -44352,8 +43475,9 @@ }, "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": "sha512-fEHGKCSmUSDPv4uoj8AlD+joPlq3peND+HRYyxFz4KPw4z926S/b8rIuFs2FYJg3BwsxJf6A9/3eIdLaYC+9Dw==", "dev": true, - "license": "MIT", "engines": { "node": ">=4" } @@ -44369,8 +43493,9 @@ }, "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": "sha512-EV3L1+UQWGor21OmnvojK36mhg+TyIKDh3iFBKBohr5xeXIhNBcx8oWdgkTEEQ+BEFFYdLRuqMfd5L84N1V5Vg==", "dev": true, - "license": "MIT", "dependencies": { "shebang-regex": "^1.0.0" }, @@ -44380,16 +43505,18 @@ }, "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": "sha512-wpoSFAxys6b2a2wHZ1XpDSgD7N9iVjg29Ph9uV/uaP9Ex/KXlkTZTeddxDPSYQpgvzKLGJke2UU0AzoGCjNIvQ==", "dev": true, - "license": "MIT", "engines": { "node": ">=0.10.0" } }, "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": "sha512-ZZWNfCjUokXXDGXFpZehJIkZqq91BcULFq/Pi7M5i4JnxXdhMKAK682z8bCW3o8Hj1wuuzoKcW3DfVzaP6VuNg==", "dev": true, - "license": "MIT", "dependencies": { "is-number": "^3.0.0", "repeat-string": "^1.6.1" @@ -44400,8 +43527,9 @@ }, "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==", "dev": true, - "license": "ISC", "dependencies": { "isexe": "^2.0.0" }, @@ -44410,9 +43538,10 @@ } }, "node_modules/sass": { - "version": "1.53.0", + "version": "1.58.1", + "resolved": "https://registry.npmjs.org/sass/-/sass-1.58.1.tgz", + "integrity": "sha512-bnINi6nPXbP1XNRaranMFEBZWUfdW/AF16Ql5+ypRxfTvCRTTKrLsMIakyDcayUt2t/RZotmL4kgJwNH5xO+bg==", "dev": true, - "license": "MIT", "dependencies": { "chokidar": ">=3.0.0 <4.0.0", "immutable": "^4.0.0", @@ -44463,12 +43592,15 @@ } }, "node_modules/sass/node_modules/immutable": { - "version": "4.3.0", - "dev": true, - "license": "MIT" + "version": "4.3.4", + "resolved": "https://registry.npmjs.org/immutable/-/immutable-4.3.4.tgz", + "integrity": "sha512-fsXeu4J4i6WNWSikpI88v/PcVflZz+6kMhUfIwc5SY+poQRPnaf5V7qds6SUyUN3cVxEzuCab7QIoLOQ+DQ1wA==", + "dev": true }, "node_modules/saucelabs": { "version": "1.5.0", + "resolved": "https://registry.npmjs.org/saucelabs/-/saucelabs-1.5.0.tgz", + "integrity": "sha512-jlX3FGdWvYf4Q3LFfFWS1QvPg3IGCGWxIc8QBFdPTbpTJnt/v17FHXYVAn7C8sHf1yUXo2c7yIM0isDryfYtHQ==", "dev": true, "dependencies": { "https-proxy-agent": "^2.2.1" @@ -44479,8 +43611,9 @@ }, "node_modules/saucelabs/node_modules/agent-base": { "version": "4.3.0", + "resolved": "https://registry.npmjs.org/agent-base/-/agent-base-4.3.0.tgz", + "integrity": "sha512-salcGninV0nPrwpGNn4VTXBb1SOuXQBiqbrNXoeizJsHrsL6ERFM2Ne3JUSBWRE6aeNJI2ROP/WEEIDUiDe3cg==", "dev": true, - "license": "MIT", "dependencies": { "es6-promisify": "^5.0.0" }, @@ -44490,16 +43623,18 @@ }, "node_modules/saucelabs/node_modules/debug": { "version": "3.2.7", + "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz", + "integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==", "dev": true, - "license": "MIT", "dependencies": { "ms": "^2.1.1" } }, "node_modules/saucelabs/node_modules/https-proxy-agent": { "version": "2.2.4", + "resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-2.2.4.tgz", + "integrity": "sha512-OmvfoQ53WLjtA9HeYP9RNrWMJzzAz1JGaSFr1nijg0PVR1JaD/xbJq1mdEIIlxGpXp9eSe/O2LgU9DJmTPd0Eg==", "dev": true, - "license": "MIT", "dependencies": { "agent-base": "^4.3.0", "debug": "^3.1.0" @@ -44509,93 +43644,66 @@ } }, "node_modules/sax": { - "version": "1.2.4", - "dev": true, - "license": "ISC" - }, - "node_modules/saxes": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/saxes/-/saxes-5.0.1.tgz", - "integrity": "sha512-5LBh1Tls8c9xgGjw3QrMwETmTMVk0oFgvrFSvWx62llR2hcEInrKNZ2GZCCuuy2lvWrdl5jhbpeqc5hRYKFOcw==", - "dev": true, - "dependencies": { - "xmlchars": "^2.2.0" - }, - "engines": { - "node": ">=10" - } + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/sax/-/sax-1.3.0.tgz", + "integrity": "sha512-0s+oAmw9zLl1V1cS9BtZN7JAd0cW5e0QH4W3LWEK6a4LaLEA2OTpGYWDY+6XasBLtz6wkm3u1xRw95mRuJ59WA==", + "dev": true }, "node_modules/scheduler": { - "version": "0.19.1", - "license": "MIT", + "version": "0.20.2", + "resolved": "https://registry.npmjs.org/scheduler/-/scheduler-0.20.2.tgz", + "integrity": "sha512-2eWfGgAqqWFGqtdMmcL5zCMK1U8KlXv8SQFGglL3CEtd0aDVDWgeF/YoCmvln55m5zSk3J/20hTaSBeSObsQDQ==", + "devOptional": true, "dependencies": { "loose-envify": "^1.1.0", "object-assign": "^4.1.1" } }, "node_modules/schema-utils": { - "version": "2.7.1", - "license": "MIT", + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-4.2.0.tgz", + "integrity": "sha512-L0jRsrPpjdckP3oPug3/VxNKt2trR8TcabrM6FOAAlvC/9Phcmm+cuAgTlxBqdBR1WJx7Naj9WHw+aOmheSVbw==", + "dev": true, "dependencies": { - "@types/json-schema": "^7.0.5", - "ajv": "^6.12.4", - "ajv-keywords": "^3.5.2" + "@types/json-schema": "^7.0.9", + "ajv": "^8.9.0", + "ajv-formats": "^2.1.1", + "ajv-keywords": "^5.1.0" }, "engines": { - "node": ">= 8.9.0" + "node": ">= 12.13.0" }, "funding": { "type": "opencollective", "url": "https://opencollective.com/webpack" } }, - "node_modules/schema-utils/node_modules/ajv": { - "version": "6.12.6", - "license": "MIT", - "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" - }, - "funding": { - "type": "github", - "url": "https://github.com/sponsors/epoberezkin" - } - }, - "node_modules/schema-utils/node_modules/ajv-keywords": { - "version": "3.5.2", - "license": "MIT", - "peerDependencies": { - "ajv": "^6.9.1" - } - }, - "node_modules/schema-utils/node_modules/json-schema-traverse": { - "version": "0.4.1", - "license": "MIT" - }, "node_modules/screenshoter-report-analyzer": { "version": "0.6.0", + "resolved": "https://registry.npmjs.org/screenshoter-report-analyzer/-/screenshoter-report-analyzer-0.6.0.tgz", + "integrity": "sha512-T4EbdD57N2fvptFj8GpLlD5lxfwzO3iRv3QEXkSNJWcotLySnrJDaLtzFRo64JBsQ4RomWrSt31XGgBoNOI8KA==", "dev": true, - "license": "MIT", "engines": { "node": ">=6" } }, "node_modules/secure-compare": { "version": "3.0.1", - "dev": true, - "license": "MIT" + "resolved": "https://registry.npmjs.org/secure-compare/-/secure-compare-3.0.1.tgz", + "integrity": "sha512-AckIIV90rPDcBcglUwXPF3kg0P0qmPsPXAj6BBEENQE1p5yA1xfmDJzfi1Tappj37Pv2mVbKpL3Z1T+Nn7k1Qw==", + "dev": true }, "node_modules/select-hose": { "version": "2.0.0", - "dev": true, - "license": "MIT" + "resolved": "https://registry.npmjs.org/select-hose/-/select-hose-2.0.0.tgz", + "integrity": "sha512-mEugaLK+YfkijB4fx0e6kImuJdCIt2LxCRcbEYPqRGCs4F2ogyfZU5IAZRdjCP8JPq2AtdNoC/Dux63d9Kiryg==", + "dev": true }, "node_modules/selenium-webdriver": { "version": "4.1.0", + "resolved": "https://registry.npmjs.org/selenium-webdriver/-/selenium-webdriver-4.1.0.tgz", + "integrity": "sha512-kUDH4N8WruYprTzvug4Pl73Th+WKb5YiLz8z/anOpHyUNUdM3UzrdTOxmSNaf9AczzBeY+qXihzku8D1lMaKOg==", "dev": true, - "license": "Apache-2.0", "dependencies": { "jszip": "^3.6.0", "tmp": "^0.2.1", @@ -44606,10 +43714,12 @@ } }, "node_modules/selfsigned": { - "version": "2.1.1", + "version": "2.4.1", + "resolved": "https://registry.npmjs.org/selfsigned/-/selfsigned-2.4.1.tgz", + "integrity": "sha512-th5B4L2U+eGLq1TVh7zNRGBapioSORUeymIydxgFpwww9d2qyKvtuPU2jJuHvYAwwqi2Y596QBL3eEqcPEYL8Q==", "dev": true, - "license": "MIT", "dependencies": { + "@types/node-forge": "^1.3.0", "node-forge": "^1" }, "engines": { @@ -44617,8 +43727,9 @@ } }, "node_modules/semver": { - "version": "7.3.7", - "license": "ISC", + "version": "7.5.3", + "resolved": "https://registry.npmjs.org/semver/-/semver-7.5.3.tgz", + "integrity": "sha512-QBlUtyVk/5EeHbi7X0fw6liDZc7BBmEaSYn01fMU1OUYbf6GPsbTtd8WmnqbI20SeycoHSeiybkE/q1Q+qlThQ==", "dependencies": { "lru-cache": "^6.0.0" }, @@ -44631,7 +43742,8 @@ }, "node_modules/semver/node_modules/lru-cache": { "version": "6.0.0", - "license": "ISC", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz", + "integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==", "dependencies": { "yallist": "^4.0.0" }, @@ -44641,11 +43753,14 @@ }, "node_modules/semver/node_modules/yallist": { "version": "4.0.0", - "license": "ISC" + "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", + "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==" }, "node_modules/send": { "version": "0.18.0", - "license": "MIT", + "resolved": "https://registry.npmjs.org/send/-/send-0.18.0.tgz", + "integrity": "sha512-qqWzuOjSFOuqPjFe4NOsMLafToQQwBSOEpS+FwEt3A2V3vKubTquT3vmLTQpFgMXp8AlFWFuP1qKaJZOtPpVXg==", + "dev": true, "dependencies": { "debug": "2.6.9", "depd": "2.0.0", @@ -44667,29 +43782,39 @@ }, "node_modules/send/node_modules/debug": { "version": "2.6.9", - "license": "MIT", + "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/send/node_modules/debug/node_modules/ms": { "version": "2.0.0", - "license": "MIT" + "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", + "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==", + "dev": true }, "node_modules/send/node_modules/ms": { "version": "2.1.3", - "license": "MIT" + "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz", + "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==", + "dev": true }, "node_modules/serialize-javascript": { "version": "6.0.1", - "license": "BSD-3-Clause", + "resolved": "https://registry.npmjs.org/serialize-javascript/-/serialize-javascript-6.0.1.tgz", + "integrity": "sha512-owoXEFjWRllis8/M1Q+Cw5k8ZH40e3zhp/ovX+Xr/vi1qj6QesbyXXViFbpNvWvPNAD62SutwEXavefrLJWj7w==", + "dev": true, "dependencies": { "randombytes": "^2.1.0" } }, "node_modules/serve-favicon": { "version": "2.5.0", - "license": "MIT", + "resolved": "https://registry.npmjs.org/serve-favicon/-/serve-favicon-2.5.0.tgz", + "integrity": "sha512-FMW2RvqNr03x+C0WxTyu6sOv21oOjkq5j8tjquWccwa6ScNyGFOGJVpuS1NmTVGBAHS07xnSKotgf2ehQmf9iA==", + "dev": true, "dependencies": { "etag": "~1.8.1", "fresh": "0.5.2", @@ -44703,16 +43828,21 @@ }, "node_modules/serve-favicon/node_modules/ms": { "version": "2.1.1", - "license": "MIT" + "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", - "license": "MIT" + "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.1.tgz", + "integrity": "sha512-kKvNJn6Mm93gAczWVJg7wH+wGYWNrDHdWvpUmHyEsgCtIwwo3bqPtV4tR5tuPaUhTOo/kvhVwd8XwwOllGYkbg==", + "dev": true }, "node_modules/serve-index": { "version": "1.9.1", + "resolved": "https://registry.npmjs.org/serve-index/-/serve-index-1.9.1.tgz", + "integrity": "sha512-pXHfKNP4qujrtteMrSBb0rc8HJ9Ms/GrXwcUtUtD5s4ewDJI8bT3Cz2zTVRMKtri49pLx2e0Ya8ziP5Ya2pZZw==", "dev": true, - "license": "MIT", "dependencies": { "accepts": "~1.3.4", "batch": "0.6.1", @@ -44728,24 +43858,27 @@ }, "node_modules/serve-index/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, - "license": "MIT", "dependencies": { "ms": "2.0.0" } }, "node_modules/serve-index/node_modules/depd": { "version": "1.1.2", + "resolved": "https://registry.npmjs.org/depd/-/depd-1.1.2.tgz", + "integrity": "sha512-7emPTl6Dpo6JRXOXjLRxck+FlLRX5847cLKEn00PLAgc3g2hTZZgr+e4c2v6QpSmLeFP3n5yUo7ft6avBK/5jQ==", "dev": true, - "license": "MIT", "engines": { "node": ">= 0.6" } }, "node_modules/serve-index/node_modules/http-errors": { "version": "1.6.3", + "resolved": "https://registry.npmjs.org/http-errors/-/http-errors-1.6.3.tgz", + "integrity": "sha512-lks+lVC8dgGyh97jxvxeYTWQFvh4uw4yC12gVl63Cg30sjPX4wuGcdkICVXDAESr6OJGjqGA8Iz5mkeN6zlD7A==", "dev": true, - "license": "MIT", "dependencies": { "depd": "~1.1.2", "inherits": "2.0.3", @@ -44758,30 +43891,36 @@ }, "node_modules/serve-index/node_modules/inherits": { "version": "2.0.3", - "dev": true, - "license": "ISC" + "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz", + "integrity": "sha512-x00IRNXNy63jwGkJmzPigoySHbaqpNuzKbBOmzK+g2OdZpQ9w+sxCN+VSB3ja7IAge2OP2qpfxTjeNcyjmW1uw==", + "dev": true }, "node_modules/serve-index/node_modules/ms": { "version": "2.0.0", - "dev": true, - "license": "MIT" + "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", + "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==", + "dev": true }, "node_modules/serve-index/node_modules/setprototypeof": { "version": "1.1.0", - "dev": true, - "license": "ISC" + "resolved": "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.1.0.tgz", + "integrity": "sha512-BvE/TwpZX4FXExxOxZyRGQQv651MSwmWKZGqvmPcRIjDqWub67kTKuIMx43cZZrS/cBBzwBcNDWoFxt2XEFIpQ==", + "dev": true }, "node_modules/serve-index/node_modules/statuses": { "version": "1.5.0", + "resolved": "https://registry.npmjs.org/statuses/-/statuses-1.5.0.tgz", + "integrity": "sha512-OpZ3zP+jT1PI7I8nemJX4AKmAX070ZkYPVWV/AaKTJl+tXCTGyVdC1a4SL8RUQYEwk/f34ZX8UTykN68FwrqAA==", "dev": true, - "license": "MIT", "engines": { "node": ">= 0.6" } }, "node_modules/serve-static": { "version": "1.15.0", - "license": "MIT", + "resolved": "https://registry.npmjs.org/serve-static/-/serve-static-1.15.0.tgz", + "integrity": "sha512-XGuRDNjXUijsUL0vl6nSD7cwURuzEgglbOaFuZM9g3kwDXOWVTck0jLzjPzGD+TazWbboZYu52/9/XPdUgne9g==", + "dev": true, "dependencies": { "encodeurl": "~1.0.2", "escape-html": "~1.0.3", @@ -44794,16 +43933,49 @@ }, "node_modules/server-destroy": { "version": "1.0.1", - "dev": true, - "license": "ISC" + "resolved": "https://registry.npmjs.org/server-destroy/-/server-destroy-1.0.1.tgz", + "integrity": "sha512-rb+9B5YBIEzYcD6x2VKidaa+cqYBJQKnU4oe4E3ANwRRN56yk/ua1YCJT1n21NTS8w6CcOclAKNP3PhdCXKYtQ==", + "dev": true }, "node_modules/set-blocking": { "version": "2.0.0", - "license": "ISC" + "resolved": "https://registry.npmjs.org/set-blocking/-/set-blocking-2.0.0.tgz", + "integrity": "sha512-KiKBS8AnWGEyLzofFfmvKwpdPzqiy16LvQfK3yv/fVH7Bj13/wl3JSR1J+rfgRE9q7xUJK4qvgS8raSOeLUehw==", + "devOptional": true + }, + "node_modules/set-function-length": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/set-function-length/-/set-function-length-1.1.1.tgz", + "integrity": "sha512-VoaqjbBJKiWtg4yRcKBQ7g7wnGnLV3M8oLvVWwOk2PdYY6PEFegR1vezXR0tw6fZGF9csVakIRjrJiy2veSBFQ==", + "dependencies": { + "define-data-property": "^1.1.1", + "get-intrinsic": "^1.2.1", + "gopd": "^1.0.1", + "has-property-descriptors": "^1.0.0" + }, + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/set-function-name": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/set-function-name/-/set-function-name-2.0.1.tgz", + "integrity": "sha512-tMNCiqYVkXIZgc2Hnoy2IvC/f8ezc5koaRFkCjrpWzGpCd3qbZXPzVy9MAZzK1ch/X0jvSkojys3oqJN0qCmdA==", + "dev": true, + "dependencies": { + "define-data-property": "^1.0.1", + "functions-have-names": "^1.2.3", + "has-property-descriptors": "^1.0.0" + }, + "engines": { + "node": ">= 0.4" + } }, "node_modules/set-value": { "version": "2.0.1", - "license": "MIT", + "resolved": "https://registry.npmjs.org/set-value/-/set-value-2.0.1.tgz", + "integrity": "sha512-JxHc1weCN68wRY0fhCoXpyK55m/XPHafOmK4UWD7m2CI14GMcFypt4w/0+NV5f/ZMby2F6S2wwA7fgynh9gWSw==", + "dev": true, "dependencies": { "extend-shallow": "^2.0.1", "is-extendable": "^0.1.1", @@ -44816,7 +43988,9 @@ }, "node_modules/set-value/node_modules/extend-shallow": { "version": "2.0.1", - "license": "MIT", + "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz", + "integrity": "sha512-zCnTtlxNoAiDc3gqY2aYAWFx7XWWiasuF2K8Me5WbN8otHKTUKBwjPtNpRs/rbUZm7KxWAaNj7P1a/p52GbVug==", + "dev": true, "dependencies": { "is-extendable": "^0.1.0" }, @@ -44826,22 +44000,30 @@ }, "node_modules/set-value/node_modules/is-extendable": { "version": "0.1.1", - "license": "MIT", + "resolved": "https://registry.npmjs.org/is-extendable/-/is-extendable-0.1.1.tgz", + "integrity": "sha512-5BMULNob1vgFX6EjQw5izWDxrecWK9AM72rugNr0TFldMOi0fj6Jk+zeKIt0xGj4cEfQIJth4w3OKWOJ4f+AFw==", + "dev": true, "engines": { "node": ">=0.10.0" } }, "node_modules/setimmediate": { "version": "1.0.5", - "license": "MIT" + "resolved": "https://registry.npmjs.org/setimmediate/-/setimmediate-1.0.5.tgz", + "integrity": "sha512-MATJdZp8sLqDl/68LfQmbP8zKPLQNV6BIZoIgrscFDQ+RsvK/BxeDQOgyxKKoh0y/8h3BqVFnCqQ/gd+reiIXA==", + "dev": true }, "node_modules/setprototypeof": { "version": "1.2.0", - "license": "ISC" + "resolved": "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.2.0.tgz", + "integrity": "sha512-E5LDX7Wrp85Kil5bhZv46j8jOeboKq5JMmYM3gVGdGH8xFpPWXUMsNrlODCrkoxMEeNi/XZIwuRvY4XNwYMJpw==", + "dev": true }, "node_modules/sha.js": { "version": "2.4.11", - "license": "(MIT AND BSD-3-Clause)", + "resolved": "https://registry.npmjs.org/sha.js/-/sha.js-2.4.11.tgz", + "integrity": "sha512-QMEp5B7cftE7APOjk5Y6xgrbWu+WkLVQwk8JNjZ8nKRciZaByEW6MubieAiToS7+dwvrjGhH8jRXz3MVd0AYqQ==", + "dev": true, "dependencies": { "inherits": "^2.0.1", "safe-buffer": "^5.0.1" @@ -44852,7 +44034,9 @@ }, "node_modules/shallow-clone": { "version": "3.0.1", - "license": "MIT", + "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" }, @@ -44862,7 +44046,8 @@ }, "node_modules/shebang-command": { "version": "2.0.0", - "license": "MIT", + "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz", + "integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==", "dependencies": { "shebang-regex": "^3.0.0" }, @@ -44872,14 +44057,16 @@ }, "node_modules/shebang-regex": { "version": "3.0.0", - "license": "MIT", + "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz", + "integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==", "engines": { "node": ">=8" } }, "node_modules/side-channel": { "version": "1.0.4", - "license": "MIT", + "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", @@ -44891,10 +44078,102 @@ }, "node_modules/signal-exit": { "version": "3.0.7", - "license": "ISC" + "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.7.tgz", + "integrity": "sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==" + }, + "node_modules/sigstore": { + "version": "1.9.0", + "resolved": "https://registry.npmjs.org/sigstore/-/sigstore-1.9.0.tgz", + "integrity": "sha512-0Zjz0oe37d08VeOtBIuB6cRriqXse2e8w+7yIy2XSXjshRKxbc2KkhXjL229jXSxEm7UbcjS76wcJDGQddVI9A==", + "dev": true, + "dependencies": { + "@sigstore/bundle": "^1.1.0", + "@sigstore/protobuf-specs": "^0.2.0", + "@sigstore/sign": "^1.0.0", + "@sigstore/tuf": "^1.0.3", + "make-fetch-happen": "^11.0.1" + }, + "bin": { + "sigstore": "bin/sigstore.js" + }, + "engines": { + "node": "^14.17.0 || ^16.13.0 || >=18.0.0" + } + }, + "node_modules/sigstore/node_modules/lru-cache": { + "version": "7.18.3", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-7.18.3.tgz", + "integrity": "sha512-jumlc0BIUrS3qJGgIkWZsyfAM7NCWiBcCDhnd+3NNM5KbBmLTgHVfWBcg6W+rLUsIpzpERPsvwUP7CckAQSOoA==", + "dev": true, + "engines": { + "node": ">=12" + } + }, + "node_modules/sigstore/node_modules/make-fetch-happen": { + "version": "11.1.1", + "resolved": "https://registry.npmjs.org/make-fetch-happen/-/make-fetch-happen-11.1.1.tgz", + "integrity": "sha512-rLWS7GCSTcEujjVBs2YqG7Y4643u8ucvCJeSRqiLYhesrDuzeuFIk37xREzAsfQaqzl8b9rNCE4m6J8tvX4Q8w==", + "dev": true, + "dependencies": { + "agentkeepalive": "^4.2.1", + "cacache": "^17.0.0", + "http-cache-semantics": "^4.1.1", + "http-proxy-agent": "^5.0.0", + "https-proxy-agent": "^5.0.0", + "is-lambda": "^1.0.1", + "lru-cache": "^7.7.1", + "minipass": "^5.0.0", + "minipass-fetch": "^3.0.0", + "minipass-flush": "^1.0.5", + "minipass-pipeline": "^1.2.4", + "negotiator": "^0.6.3", + "promise-retry": "^2.0.1", + "socks-proxy-agent": "^7.0.0", + "ssri": "^10.0.0" + }, + "engines": { + "node": "^14.17.0 || ^16.13.0 || >=18.0.0" + } + }, + "node_modules/sigstore/node_modules/minipass": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/minipass/-/minipass-5.0.0.tgz", + "integrity": "sha512-3FnjYuehv9k6ovOEbyOswadCDPX1piCfhV8ncmYtHOjuPwylVWsghTLo7rabjC3Rx5xD4HDx8Wm1xnMF7S5qFQ==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/sigstore/node_modules/minipass-fetch": { + "version": "3.0.4", + "resolved": "https://registry.npmjs.org/minipass-fetch/-/minipass-fetch-3.0.4.tgz", + "integrity": "sha512-jHAqnA728uUpIaFm7NWsCnqKT6UqZz7GcI/bDpPATuwYyKwJwW0remxSCxUlKiEty+eopHGa3oc8WxgQ1FFJqg==", + "dev": true, + "dependencies": { + "minipass": "^7.0.3", + "minipass-sized": "^1.0.3", + "minizlib": "^2.1.2" + }, + "engines": { + "node": "^14.17.0 || ^16.13.0 || >=18.0.0" + }, + "optionalDependencies": { + "encoding": "^0.1.13" + } + }, + "node_modules/sigstore/node_modules/minipass-fetch/node_modules/minipass": { + "version": "7.0.4", + "resolved": "https://registry.npmjs.org/minipass/-/minipass-7.0.4.tgz", + "integrity": "sha512-jYofLM5Dam9279rdkWzqHozUo4ybjdZmCsDHePy5V/PbBcVMiSZR97gmAy45aqi8CK1lG2ECd356FU86avfwUQ==", + "dev": true, + "engines": { + "node": ">=16 || 14 >=14.17" + } }, "node_modules/simple-concat": { "version": "1.0.1", + "resolved": "https://registry.npmjs.org/simple-concat/-/simple-concat-1.0.1.tgz", + "integrity": "sha512-cSFtAPtRhljv69IK0hTVZQ+OfE9nePi/rtJmw5UjHeVyVroEqJXP1sFztKUy1qU+xvz3u/sfYJLa947b7nAN2Q==", "funding": [ { "type": "github", @@ -44909,12 +44188,12 @@ "url": "https://feross.org/support" } ], - "license": "MIT", "optional": true }, "node_modules/simple-get": { "version": "3.1.1", - "license": "MIT", + "resolved": "https://registry.npmjs.org/simple-get/-/simple-get-3.1.1.tgz", + "integrity": "sha512-CQ5LTKGfCpvE1K0n2us+kuMPbk/q0EKl82s4aheV9oXjFEz6W/Y7oQFVJuU6QG77hRT4Ghb5RURteF5vnWjupA==", "optional": true, "dependencies": { "decompress-response": "^4.2.0", @@ -44924,19 +44203,24 @@ }, "node_modules/sisteransi": { "version": "1.0.5", - "license": "MIT" + "resolved": "https://registry.npmjs.org/sisteransi/-/sisteransi-1.0.5.tgz", + "integrity": "sha512-bLGGlR1QxBcynn2d5YmDX4MGjlZvy2MRBDRNHLJ8VI6l6+9FUiyTFNJ0IveOSP0bcXgVDPRcfGqA0pjaqUpfVg==", + "dev": true }, "node_modules/slash": { "version": "3.0.0", - "license": "MIT", + "resolved": "https://registry.npmjs.org/slash/-/slash-3.0.0.tgz", + "integrity": "sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==", + "dev": true, "engines": { "node": ">=8" } }, "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, - "license": "MIT", "dependencies": { "ansi-styles": "^6.0.0", "is-fullwidth-code-point": "^4.0.0" @@ -44950,8 +44234,9 @@ }, "node_modules/slice-ansi/node_modules/ansi-styles": { "version": "6.2.1", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-6.2.1.tgz", + "integrity": "sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug==", "dev": true, - "license": "MIT", "engines": { "node": ">=12" }, @@ -44961,8 +44246,9 @@ }, "node_modules/slide": { "version": "1.1.6", + "resolved": "https://registry.npmjs.org/slide/-/slide-1.1.6.tgz", + "integrity": "sha512-NwrtjCg+lZoqhFU8fOwl4ay2ei8PaqCBOUV3/ektPY9trO1yQ1oXEfmHAhKArUVUr/hOHvy5f6AdP17dCM0zMw==", "dev": true, - "license": "ISC", "engines": { "node": "*" } @@ -44979,7 +44265,9 @@ }, "node_modules/snapdragon": { "version": "0.8.2", - "license": "MIT", + "resolved": "https://registry.npmjs.org/snapdragon/-/snapdragon-0.8.2.tgz", + "integrity": "sha512-FtyOnWN/wCHTVXOMwvSv26d+ko5vWlIDD6zoUJ7LW8vh+ZBC8QdljveRP+crNrtBwioEUWy/4dMtbBjA4ioNlg==", + "dev": true, "dependencies": { "base": "^0.11.1", "debug": "^2.2.0", @@ -44996,7 +44284,9 @@ }, "node_modules/snapdragon-node": { "version": "2.1.1", - "license": "MIT", + "resolved": "https://registry.npmjs.org/snapdragon-node/-/snapdragon-node-2.1.1.tgz", + "integrity": "sha512-O27l4xaMYt/RSQ5TR3vpWCAB5Kb/czIcqUFOM/C4fYcLnbZUc1PkjTAMjof2pBWaSTwOUd6qUHcFGVGj7aIwnw==", + "dev": true, "dependencies": { "define-property": "^1.0.0", "isobject": "^3.0.0", @@ -45008,7 +44298,9 @@ }, "node_modules/snapdragon-node/node_modules/define-property": { "version": "1.0.0", - "license": "MIT", + "resolved": "https://registry.npmjs.org/define-property/-/define-property-1.0.0.tgz", + "integrity": "sha512-cZTYKFWspt9jZsMscWo8sc/5lbPC9Q0N5nBLgb+Yd915iL3udB1uFgS3B8YCx66UVHq018DAVFoee7x+gxggeA==", + "dev": true, "dependencies": { "is-descriptor": "^1.0.0" }, @@ -45018,7 +44310,9 @@ }, "node_modules/snapdragon-util": { "version": "3.0.1", - "license": "MIT", + "resolved": "https://registry.npmjs.org/snapdragon-util/-/snapdragon-util-3.0.1.tgz", + "integrity": "sha512-mbKkMdQKsjX4BAL4bRYTj21edOf8cN7XHdYUJEe+Zn99hVEYcMvKPct1IqNe7+AZPirn8BCDOQBHQZknqmKlZQ==", + "dev": true, "dependencies": { "kind-of": "^3.2.0" }, @@ -45028,11 +44322,15 @@ }, "node_modules/snapdragon-util/node_modules/is-buffer": { "version": "1.1.6", - "license": "MIT" + "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", - "license": "MIT", + "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" }, @@ -45042,14 +44340,18 @@ }, "node_modules/snapdragon/node_modules/debug": { "version": "2.6.9", - "license": "MIT", + "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/snapdragon/node_modules/define-property": { "version": "0.2.5", - "license": "MIT", + "resolved": "https://registry.npmjs.org/define-property/-/define-property-0.2.5.tgz", + "integrity": "sha512-Rr7ADjQZenceVOAKop6ALkkRAmH1A4Gx9hV/7ZujPUN2rkATqFO0JZLZInbAjpZYoJ1gUx8MRMQVkYemcbMSTA==", + "dev": true, "dependencies": { "is-descriptor": "^0.1.0" }, @@ -45059,7 +44361,9 @@ }, "node_modules/snapdragon/node_modules/extend-shallow": { "version": "2.0.1", - "license": "MIT", + "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz", + "integrity": "sha512-zCnTtlxNoAiDc3gqY2aYAWFx7XWWiasuF2K8Me5WbN8otHKTUKBwjPtNpRs/rbUZm7KxWAaNj7P1a/p52GbVug==", + "dev": true, "dependencies": { "is-extendable": "^0.1.0" }, @@ -45067,90 +44371,49 @@ "node": ">=0.10.0" } }, - "node_modules/snapdragon/node_modules/is-accessor-descriptor": { - "version": "0.1.6", - "license": "MIT", - "dependencies": { - "kind-of": "^3.0.2" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/snapdragon/node_modules/is-accessor-descriptor/node_modules/kind-of": { - "version": "3.2.2", - "license": "MIT", - "dependencies": { - "is-buffer": "^1.1.5" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/snapdragon/node_modules/is-buffer": { - "version": "1.1.6", - "license": "MIT" - }, - "node_modules/snapdragon/node_modules/is-data-descriptor": { - "version": "0.1.4", - "license": "MIT", - "dependencies": { - "kind-of": "^3.0.2" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/snapdragon/node_modules/is-data-descriptor/node_modules/kind-of": { - "version": "3.2.2", - "license": "MIT", - "dependencies": { - "is-buffer": "^1.1.5" - }, - "engines": { - "node": ">=0.10.0" - } - }, "node_modules/snapdragon/node_modules/is-descriptor": { - "version": "0.1.6", - "license": "MIT", + "version": "0.1.7", + "resolved": "https://registry.npmjs.org/is-descriptor/-/is-descriptor-0.1.7.tgz", + "integrity": "sha512-C3grZTvObeN1xud4cRWl366OMXZTj0+HGyk4hvfpx4ZHt1Pb60ANSXqCK7pdOTeUQpRzECBSTphqvD7U+l22Eg==", + "dev": true, "dependencies": { - "is-accessor-descriptor": "^0.1.6", - "is-data-descriptor": "^0.1.4", - "kind-of": "^5.0.0" + "is-accessor-descriptor": "^1.0.1", + "is-data-descriptor": "^1.0.1" }, "engines": { - "node": ">=0.10.0" + "node": ">= 0.4" } }, "node_modules/snapdragon/node_modules/is-extendable": { "version": "0.1.1", - "license": "MIT", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/snapdragon/node_modules/kind-of": { - "version": "5.1.0", - "license": "MIT", + "resolved": "https://registry.npmjs.org/is-extendable/-/is-extendable-0.1.1.tgz", + "integrity": "sha512-5BMULNob1vgFX6EjQw5izWDxrecWK9AM72rugNr0TFldMOi0fj6Jk+zeKIt0xGj4cEfQIJth4w3OKWOJ4f+AFw==", + "dev": true, "engines": { "node": ">=0.10.0" } }, "node_modules/snapdragon/node_modules/ms": { "version": "2.0.0", - "license": "MIT" + "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", + "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==", + "dev": true }, "node_modules/snapdragon/node_modules/source-map": { "version": "0.5.7", - "license": "BSD-3-Clause", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz", + "integrity": "sha512-LbrmJOMUSdEVxIKvdcJzQC+nQhe8FUZQTXQy6+I75skNgn3OoQ0DZA8YnFa7gp8tqtL3KPf1kmo0R5DoApeSGQ==", + "dev": true, "engines": { "node": ">=0.10.0" } }, "node_modules/snapdragon/node_modules/source-map-resolve": { "version": "0.5.3", - "license": "MIT", + "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": { "atob": "^2.1.2", "decode-uri-component": "^0.2.0", @@ -45160,33 +44423,37 @@ } }, "node_modules/socket.io": { - "version": "4.6.1", + "version": "4.7.2", + "resolved": "https://registry.npmjs.org/socket.io/-/socket.io-4.7.2.tgz", + "integrity": "sha512-bvKVS29/I5fl2FGLNHuXlQaUH/BlzX1IN6S+NKLNZpBsPZIDH+90eQmCs2Railn4YUiww4SzUedJ6+uzwFnKLw==", "dev": true, - "license": "MIT", "dependencies": { "accepts": "~1.3.4", "base64id": "~2.0.0", + "cors": "~2.8.5", "debug": "~4.3.2", - "engine.io": "~6.4.1", + "engine.io": "~6.5.2", "socket.io-adapter": "~2.5.2", - "socket.io-parser": "~4.2.1" + "socket.io-parser": "~4.2.4" }, "engines": { - "node": ">=10.0.0" + "node": ">=10.2.0" } }, "node_modules/socket.io-adapter": { "version": "2.5.2", + "resolved": "https://registry.npmjs.org/socket.io-adapter/-/socket.io-adapter-2.5.2.tgz", + "integrity": "sha512-87C3LO/NOMc+eMcpcxUBebGjkpMDkNBS9tf7KJqcDsmL936EChtVva71Dw2q4tQcuVC+hAUy4an2NO/sYXmwRA==", "dev": true, - "license": "MIT", "dependencies": { "ws": "~8.11.0" } }, "node_modules/socket.io-adapter/node_modules/ws": { "version": "8.11.0", + "resolved": "https://registry.npmjs.org/ws/-/ws-8.11.0.tgz", + "integrity": "sha512-HPG3wQd9sNQoT9xHyNCXoDUa+Xw/VevmY9FoHyQ+g+rrMn4j6FB4np7Z0OhdTgjx6MgQLK7jwSy1YecU1+4Asg==", "dev": true, - "license": "MIT", "engines": { "node": ">=10.0.0" }, @@ -45204,14 +44471,15 @@ } }, "node_modules/socket.io-client": { - "version": "4.6.1", + "version": "4.7.2", + "resolved": "https://registry.npmjs.org/socket.io-client/-/socket.io-client-4.7.2.tgz", + "integrity": "sha512-vtA0uD4ibrYD793SOIAwlo8cj6haOeMHrGvwPxJsxH7CeIksqJ+3Zc06RvWTIFgiSqx4A3sOnTXpfAEE2Zyz6w==", "dev": true, - "license": "MIT", "dependencies": { "@socket.io/component-emitter": "~3.1.0", "debug": "~4.3.2", - "engine.io-client": "~6.4.0", - "socket.io-parser": "~4.2.1" + "engine.io-client": "~6.5.2", + "socket.io-parser": "~4.2.4" }, "engines": { "node": ">=10.0.0" @@ -45232,14 +44500,24 @@ }, "node_modules/sockjs": { "version": "0.3.24", + "resolved": "https://registry.npmjs.org/sockjs/-/sockjs-0.3.24.tgz", + "integrity": "sha512-GJgLTZ7vYb/JtPSSZ10hsOYIvEYsjbNU+zPdIHcUaWVNUEPivzxku31865sSSud0Da0W4lEeOPlmw93zLQchuQ==", "dev": true, - "license": "MIT", "dependencies": { "faye-websocket": "^0.11.3", "uuid": "^8.3.2", "websocket-driver": "^0.7.4" } }, + "node_modules/sockjs/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==", + "dev": true, + "bin": { + "uuid": "dist/bin/uuid" + } + }, "node_modules/socks": { "version": "2.7.1", "resolved": "https://registry.npmjs.org/socks/-/socks-2.7.1.tgz", @@ -45270,27 +44548,33 @@ }, "node_modules/source-list-map": { "version": "2.0.1", - "license": "MIT" + "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.7.4", - "license": "BSD-3-Clause", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.7.4.tgz", + "integrity": "sha512-l3BikUxvPOcn5E74dZiq5BGsTb5yEwhaTSzccU6t4sDOH8NWJCstKO5QT2CvtFoK6F0saL7p9xHAqHOlCPJygA==", + "dev": true, "engines": { "node": ">= 8" } }, "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, - "license": "BSD-3-Clause", "engines": { "node": ">=0.10.0" } }, "node_modules/source-map-loader": { - "version": "4.0.0", + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/source-map-loader/-/source-map-loader-4.0.1.tgz", + "integrity": "sha512-oqXpzDIByKONVY8g1NUPOTQhe0UTU5bWUl32GSkqK2LjJj0HmwTMVKxcUip0RgAYhY1mqgOxjbQM48a0mmeNfA==", "dev": true, - "license": "MIT", "dependencies": { "abab": "^2.0.6", "iconv-lite": "^0.6.3", @@ -45309,8 +44593,9 @@ }, "node_modules/source-map-loader/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==", "dev": true, - "license": "MIT", "dependencies": { "safer-buffer": ">= 2.1.2 < 3.0.0" }, @@ -45320,8 +44605,10 @@ }, "node_modules/source-map-resolve": { "version": "0.6.0", + "resolved": "https://registry.npmjs.org/source-map-resolve/-/source-map-resolve-0.6.0.tgz", + "integrity": "sha512-KXBr9d/fO/bWo97NXsPIAW1bFSBOuCnjbNTBMO7N59hsv5i9yzRDfcYwwt0l04+VqnKC+EwzvJZIP/qkuMgR/w==", + "deprecated": "See https://github.com/lydell/source-map-resolve#deprecated", "dev": true, - "license": "MIT", "dependencies": { "atob": "^2.1.2", "decode-uri-component": "^0.2.0" @@ -45329,7 +44616,9 @@ }, "node_modules/source-map-support": { "version": "0.5.21", - "license": "MIT", + "resolved": "https://registry.npmjs.org/source-map-support/-/source-map-support-0.5.21.tgz", + "integrity": "sha512-uBHU3L3czsIyYXKX88fdrGovxdSCoTGDRZ6SYXtSRxLZUzHg5P/66Ht6uoUlHu9EZod+inXhKo3qQgwXUT/y1w==", + "dev": true, "dependencies": { "buffer-from": "^1.0.0", "source-map": "^0.6.0" @@ -45337,23 +44626,32 @@ }, "node_modules/source-map-support/node_modules/source-map": { "version": "0.6.1", - "license": "BSD-3-Clause", + "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-url": { "version": "0.4.1", - "license": "MIT" + "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", - "dev": true, - "license": "MIT" + "resolved": "https://registry.npmjs.org/sourcemap-codec/-/sourcemap-codec-1.4.8.tgz", + "integrity": "sha512-9NykojV5Uih4lgo5So5dtw+f0JgJX30KCNI8gwhz2J9A15wD0Ml6tjHKwf6fTSa6fAdVBdZeNOs9eJ71qCk8vA==", + "deprecated": "Please use @jridgewell/sourcemap-codec instead", + "dev": true }, "node_modules/space-separated-tokens": { "version": "1.1.5", - "license": "MIT", + "resolved": "https://registry.npmjs.org/space-separated-tokens/-/space-separated-tokens-1.1.5.tgz", + "integrity": "sha512-q/JSVd1Lptzhf5bkYm4ob4iWPjx0KiRe3sRFBNrVqbJkFaBm5vbbowy1mymoPNLRa52+oadOhJ+K49wsSeSjTA==", + "dev": true, "funding": { "type": "github", "url": "https://github.com/sponsors/wooorm" @@ -45361,8 +44659,9 @@ }, "node_modules/spdx-compare": { "version": "1.0.0", + "resolved": "https://registry.npmjs.org/spdx-compare/-/spdx-compare-1.0.0.tgz", + "integrity": "sha512-C1mDZOX0hnu0ep9dfmuoi03+eOdDoz2yvK79RxbcrVEG1NO1Ph35yW102DHWKN4pk80nwCgeMmSY5L25VE4D9A==", "dev": true, - "license": "MIT", "dependencies": { "array-find-index": "^1.0.2", "spdx-expression-parse": "^3.0.0", @@ -45371,7 +44670,9 @@ }, "node_modules/spdx-correct": { "version": "3.2.0", - "license": "Apache-2.0", + "resolved": "https://registry.npmjs.org/spdx-correct/-/spdx-correct-3.2.0.tgz", + "integrity": "sha512-kN9dJbvnySHULIluDHy32WHRUu3Og7B9sbY7tsFLctQkIqnMh3hErYgdMjTYuqmcXX+lK5T1lnUt3G7zNswmZA==", + "dev": true, "dependencies": { "spdx-expression-parse": "^3.0.0", "spdx-license-ids": "^3.0.0" @@ -45379,29 +44680,37 @@ }, "node_modules/spdx-exceptions": { "version": "2.3.0", - "license": "CC-BY-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", - "license": "MIT", + "resolved": "https://registry.npmjs.org/spdx-expression-parse/-/spdx-expression-parse-3.0.1.tgz", + "integrity": "sha512-cbqHunsQWnJNE6KhVSMsMeH5H/L9EpymbzqTQ3uLwNCLZ1Q481oWaofqH7nO6V07xlXwY6PhQdQ2IedWx/ZK4Q==", + "dev": true, "dependencies": { "spdx-exceptions": "^2.1.0", "spdx-license-ids": "^3.0.0" } }, "node_modules/spdx-license-ids": { - "version": "3.0.13", - "license": "CC0-1.0" + "version": "3.0.16", + "resolved": "https://registry.npmjs.org/spdx-license-ids/-/spdx-license-ids-3.0.16.tgz", + "integrity": "sha512-eWN+LnM3GR6gPu35WxNgbGl8rmY1AEmoMDvL/QD6zYmPWgywxWqJWNdLGT+ke8dKNWrcYgYjPpG5gbTfghP8rw==", + "dev": true }, "node_modules/spdx-ranges": { "version": "2.1.1", - "dev": true, - "license": "(MIT AND CC-BY-3.0)" + "resolved": "https://registry.npmjs.org/spdx-ranges/-/spdx-ranges-2.1.1.tgz", + "integrity": "sha512-mcdpQFV7UDAgLpXEE/jOMqvK4LBoO0uTQg0uvXUewmEFhpiZx5yJSZITHB8w1ZahKdhfZqP5GPEOKLyEq5p8XA==", + "dev": true }, "node_modules/spdx-satisfies": { "version": "4.0.1", + "resolved": "https://registry.npmjs.org/spdx-satisfies/-/spdx-satisfies-4.0.1.tgz", + "integrity": "sha512-WVzZ/cXAzoNmjCWiEluEA3BjHp5tiUmmhn9MK+X0tBbR9sOqtC6UQwmgCNrAIZvNlMuBUYAaHYfb2oqlF9SwKA==", "dev": true, - "license": "MIT", "dependencies": { "spdx-compare": "^1.0.0", "spdx-expression-parse": "^3.0.0", @@ -45410,8 +44719,9 @@ }, "node_modules/spdy": { "version": "4.0.2", + "resolved": "https://registry.npmjs.org/spdy/-/spdy-4.0.2.tgz", + "integrity": "sha512-r46gZQZQV+Kl9oItvl1JZZqJKGr+oEkB08A6BzkiR7593/7IbtuncXHd2YoYeTsG4157ZssMu9KYvUHLcjcDoA==", "dev": true, - "license": "MIT", "dependencies": { "debug": "^4.1.0", "handle-thing": "^2.0.0", @@ -45425,8 +44735,9 @@ }, "node_modules/spdy-transport": { "version": "3.0.0", + "resolved": "https://registry.npmjs.org/spdy-transport/-/spdy-transport-3.0.0.tgz", + "integrity": "sha512-hsLVFE5SjA6TCisWeJXFKniGGOpBgMLmerfO2aCyCU5s7nJ/rpAepqmFifv/GCbSbueEeAJJnmSQ2rKC/g8Fcw==", "dev": true, - "license": "MIT", "dependencies": { "debug": "^4.1.0", "detect-node": "^2.0.4", @@ -45438,7 +44749,9 @@ }, "node_modules/split-string": { "version": "3.1.0", - "license": "MIT", + "resolved": "https://registry.npmjs.org/split-string/-/split-string-3.1.0.tgz", + "integrity": "sha512-NzNVhJDYpwceVVii8/Hu6DKfD2G+NrQHlS/V/qgv763EYudVwEcMQNxd2lh+0VrUByXN/oJkl5grOhYWvQUYiw==", + "dev": true, "dependencies": { "extend-shallow": "^3.0.0" }, @@ -45448,13 +44761,15 @@ }, "node_modules/sprintf-js": { "version": "1.0.3", - "dev": true, - "license": "BSD-3-Clause" + "resolved": "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.0.3.tgz", + "integrity": "sha512-D9cPgkvLlV3t3IzL0D0YLvGA9Ahk4PcvVwUbN0dSGr1aP0Nrt4AEnTUbuGvquEC0mA64Gqt1fzirlRs5ibXx8g==", + "dev": true }, "node_modules/sshpk": { - "version": "1.17.0", + "version": "1.18.0", + "resolved": "https://registry.npmjs.org/sshpk/-/sshpk-1.18.0.tgz", + "integrity": "sha512-2p2KJZTSqQ/I3+HX42EpYOa2l3f8Erv8MWKsy2I9uf4wA7yFIkXRffYdsx86y6z4vHtV8u7g+pPlr8/4ouAxsQ==", "dev": true, - "license": "MIT", "dependencies": { "asn1": "~0.2.3", "assert-plus": "^1.0.0", @@ -45476,19 +44791,32 @@ } }, "node_modules/ssri": { - "version": "9.0.1", + "version": "10.0.5", + "resolved": "https://registry.npmjs.org/ssri/-/ssri-10.0.5.tgz", + "integrity": "sha512-bSf16tAFkGeRlUNDjXu8FzaMQt6g2HZJrun7mtMbIPOddxt3GLMSz5VWUWcqTJUPfLEaDIepGxv+bYQW49596A==", "dev": true, - "license": "ISC", "dependencies": { - "minipass": "^3.1.1" + "minipass": "^7.0.3" }, "engines": { - "node": "^12.13.0 || ^14.15.0 || >=16.0.0" + "node": "^14.17.0 || ^16.13.0 || >=18.0.0" + } + }, + "node_modules/ssri/node_modules/minipass": { + "version": "7.0.4", + "resolved": "https://registry.npmjs.org/minipass/-/minipass-7.0.4.tgz", + "integrity": "sha512-jYofLM5Dam9279rdkWzqHozUo4ybjdZmCsDHePy5V/PbBcVMiSZR97gmAy45aqi8CK1lG2ECd356FU86avfwUQ==", + "dev": true, + "engines": { + "node": ">=16 || 14 >=14.17" } }, "node_modules/stable": { "version": "0.1.8", - "license": "MIT" + "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/stack-utils": { "version": "2.0.6", @@ -45513,7 +44841,9 @@ }, "node_modules/state-toggle": { "version": "1.0.3", - "license": "MIT", + "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" @@ -45521,7 +44851,9 @@ }, "node_modules/static-extend": { "version": "0.1.2", - "license": "MIT", + "resolved": "https://registry.npmjs.org/static-extend/-/static-extend-0.1.2.tgz", + "integrity": "sha512-72E9+uLc27Mt718pMHt9VMNiAL4LMsmDbBva8mxWUCkT07fSzEGMYUCk0XWY6lp0j6RBAG4cJ3mWuZv2OE3s0g==", + "dev": true, "dependencies": { "define-property": "^0.2.5", "object-copy": "^0.1.0" @@ -45532,7 +44864,9 @@ }, "node_modules/static-extend/node_modules/define-property": { "version": "0.2.5", - "license": "MIT", + "resolved": "https://registry.npmjs.org/define-property/-/define-property-0.2.5.tgz", + "integrity": "sha512-Rr7ADjQZenceVOAKop6ALkkRAmH1A4Gx9hV/7ZujPUN2rkATqFO0JZLZInbAjpZYoJ1gUx8MRMQVkYemcbMSTA==", + "dev": true, "dependencies": { "is-descriptor": "^0.1.0" }, @@ -45540,79 +44874,33 @@ "node": ">=0.10.0" } }, - "node_modules/static-extend/node_modules/is-accessor-descriptor": { - "version": "0.1.6", - "license": "MIT", - "dependencies": { - "kind-of": "^3.0.2" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/static-extend/node_modules/is-accessor-descriptor/node_modules/kind-of": { - "version": "3.2.2", - "license": "MIT", - "dependencies": { - "is-buffer": "^1.1.5" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/static-extend/node_modules/is-buffer": { - "version": "1.1.6", - "license": "MIT" - }, - "node_modules/static-extend/node_modules/is-data-descriptor": { - "version": "0.1.4", - "license": "MIT", - "dependencies": { - "kind-of": "^3.0.2" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/static-extend/node_modules/is-data-descriptor/node_modules/kind-of": { - "version": "3.2.2", - "license": "MIT", - "dependencies": { - "is-buffer": "^1.1.5" - }, - "engines": { - "node": ">=0.10.0" - } - }, "node_modules/static-extend/node_modules/is-descriptor": { - "version": "0.1.6", - "license": "MIT", + "version": "0.1.7", + "resolved": "https://registry.npmjs.org/is-descriptor/-/is-descriptor-0.1.7.tgz", + "integrity": "sha512-C3grZTvObeN1xud4cRWl366OMXZTj0+HGyk4hvfpx4ZHt1Pb60ANSXqCK7pdOTeUQpRzECBSTphqvD7U+l22Eg==", + "dev": true, "dependencies": { - "is-accessor-descriptor": "^0.1.6", - "is-data-descriptor": "^0.1.4", - "kind-of": "^5.0.0" + "is-accessor-descriptor": "^1.0.1", + "is-data-descriptor": "^1.0.1" }, "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/static-extend/node_modules/kind-of": { - "version": "5.1.0", - "license": "MIT", - "engines": { - "node": ">=0.10.0" + "node": ">= 0.4" } }, "node_modules/statuses": { "version": "2.0.1", - "license": "MIT", + "resolved": "https://registry.npmjs.org/statuses/-/statuses-2.0.1.tgz", + "integrity": "sha512-RwNA9Z/7PrK06rYLIzFMlaF+l73iwpzsqRIFgbMLbTcLD6cOao82TaWefPXQvB2fOC4AjuYSEndS7N/mTCbkdQ==", + "dev": true, "engines": { "node": ">= 0.8" } }, "node_modules/stop-iteration-iterator": { "version": "1.0.0", - "license": "MIT", + "resolved": "https://registry.npmjs.org/stop-iteration-iterator/-/stop-iteration-iterator-1.0.0.tgz", + "integrity": "sha512-iCGQj+0l0HOdZ2AEeBADlsRC+vsnDsZsbdSiH1yNSjcfKM7fdpCMfqAL/dwF5BLiw/XhRft/Wax6zQbhq2BcjQ==", + "dev": true, "dependencies": { "internal-slot": "^1.0.4" }, @@ -45622,11 +44910,15 @@ }, "node_modules/store2": { "version": "2.14.2", - "license": "(MIT OR GPL-3.0)" + "resolved": "https://registry.npmjs.org/store2/-/store2-2.14.2.tgz", + "integrity": "sha512-siT1RiqlfQnGqgT/YzXVUNsom9S0H1OX+dpdGN1xkyYATo4I6sep5NmsRD/40s3IIOvlCq6akxkqG82urIZW1w==", + "dev": true }, "node_modules/stream-browserify": { "version": "2.0.2", - "license": "MIT", + "resolved": "https://registry.npmjs.org/stream-browserify/-/stream-browserify-2.0.2.tgz", + "integrity": "sha512-nX6hmklHs/gr2FuxYDltq8fJA1GDlxKQCz8O/IM4atRqBH8OORmBNgfvW5gG10GT/qQ9u0CzIvr2X5Pkt6ntqg==", + "dev": true, "dependencies": { "inherits": "~2.0.1", "readable-stream": "^2.0.2" @@ -45634,11 +44926,15 @@ }, "node_modules/stream-browserify/node_modules/isarray": { "version": "1.0.0", - "license": "MIT" + "resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz", + "integrity": "sha512-VLghIWNM6ELQzo7zwmcg0NmTVyWKYjvIeM83yjp0wRDTmUnrM678fQbcKBo6n2CJEF0szoG//ytg+TKla89ALQ==", + "dev": true }, "node_modules/stream-browserify/node_modules/readable-stream": { "version": "2.3.8", - "license": "MIT", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.8.tgz", + "integrity": "sha512-8p0AUk4XODgIewSi0l8Epjs+EVnWiK7NoDIEGU0HhE7+ZyY8D1IMY7odu5lRrFXGg71L15KG8QrPmum45RTtdA==", + "dev": true, "dependencies": { "core-util-is": "~1.0.0", "inherits": "~2.0.3", @@ -45651,14 +44947,18 @@ }, "node_modules/stream-browserify/node_modules/string_decoder": { "version": "1.1.1", - "license": "MIT", + "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz", + "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", + "dev": true, "dependencies": { "safe-buffer": "~5.1.0" } }, "node_modules/stream-each": { "version": "1.2.3", - "license": "MIT", + "resolved": "https://registry.npmjs.org/stream-each/-/stream-each-1.2.3.tgz", + "integrity": "sha512-vlMC2f8I2u/bZGqkdfLQW/13Zihpej/7PmSiMQsbYddxuTsJp8vRe2x2FvVExZg7FaOds43ROAuFJwPR4MTZLw==", + "dev": true, "dependencies": { "end-of-stream": "^1.1.0", "stream-shift": "^1.0.0" @@ -45666,7 +44966,9 @@ }, "node_modules/stream-http": { "version": "2.8.3", - "license": "MIT", + "resolved": "https://registry.npmjs.org/stream-http/-/stream-http-2.8.3.tgz", + "integrity": "sha512-+TSkfINHDo4J+ZobQLWiMouQYB+UVYFttRA94FpEzzJ7ZdqcL4uUUQ7WkdkI4DSozGmgBUE/a47L+38PenXhUw==", + "dev": true, "dependencies": { "builtin-status-codes": "^3.0.0", "inherits": "^2.0.1", @@ -45677,11 +44979,15 @@ }, "node_modules/stream-http/node_modules/isarray": { "version": "1.0.0", - "license": "MIT" + "resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz", + "integrity": "sha512-VLghIWNM6ELQzo7zwmcg0NmTVyWKYjvIeM83yjp0wRDTmUnrM678fQbcKBo6n2CJEF0szoG//ytg+TKla89ALQ==", + "dev": true }, "node_modules/stream-http/node_modules/readable-stream": { "version": "2.3.8", - "license": "MIT", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.8.tgz", + "integrity": "sha512-8p0AUk4XODgIewSi0l8Epjs+EVnWiK7NoDIEGU0HhE7+ZyY8D1IMY7odu5lRrFXGg71L15KG8QrPmum45RTtdA==", + "dev": true, "dependencies": { "core-util-is": "~1.0.0", "inherits": "~2.0.3", @@ -45694,19 +45000,24 @@ }, "node_modules/stream-http/node_modules/string_decoder": { "version": "1.1.1", - "license": "MIT", + "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz", + "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", + "dev": true, "dependencies": { "safe-buffer": "~5.1.0" } }, "node_modules/stream-shift": { "version": "1.0.1", - "license": "MIT" + "resolved": "https://registry.npmjs.org/stream-shift/-/stream-shift-1.0.1.tgz", + "integrity": "sha512-AiisoFqQ0vbGcZgQPY1cdP2I76glaVA/RauYR4G4thNFgkTqr90yXTo4LYX60Jl+sIlPNHHdGSwo01AvbKUSVQ==", + "dev": true }, "node_modules/stream-throttle": { "version": "0.1.3", + "resolved": "https://registry.npmjs.org/stream-throttle/-/stream-throttle-0.1.3.tgz", + "integrity": "sha512-889+B9vN9dq7/vLbGyuHeZ6/ctf5sNuGWsDy89uNxkFTAgzy0eK7+w5fL3KLNRTkLle7EgZGvHUphZW0Q26MnQ==", "dev": true, - "license": "BSD-3-Clause", "dependencies": { "commander": "^2.2.0", "limiter": "^1.0.5" @@ -45720,13 +45031,15 @@ }, "node_modules/stream-throttle/node_modules/commander": { "version": "2.20.3", - "dev": true, - "license": "MIT" + "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/streamroller": { "version": "3.1.5", + "resolved": "https://registry.npmjs.org/streamroller/-/streamroller-3.1.5.tgz", + "integrity": "sha512-KFxaM7XT+irxvdqSP1LGLgNWbYN7ay5owZ3r/8t77p+EtSUAfUgtl7be3xtqtOmGUl9K9YPO2ca8133RlTjvKw==", "dev": true, - "license": "MIT", "dependencies": { "date-format": "^4.0.14", "debug": "^4.3.4", @@ -45738,8 +45051,9 @@ }, "node_modules/streamroller/node_modules/fs-extra": { "version": "8.1.0", + "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-8.1.0.tgz", + "integrity": "sha512-yhlQgA6mnOJUKOsRUFsgJdQCvkKhcz8tlZG5HBQfReYZy46OwLcY+Zia0mtdHsOo9y/hP+CxMN0TU9QxoOtG4g==", "dev": true, - "license": "MIT", "dependencies": { "graceful-fs": "^4.2.0", "jsonfile": "^4.0.0", @@ -45751,29 +45065,36 @@ }, "node_modules/streamroller/node_modules/jsonfile": { "version": "4.0.0", + "resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-4.0.0.tgz", + "integrity": "sha512-m6F1R3z8jjlf2imQHS2Qez5sjKWQzbuuhuJ/FKYFRZvPE3PuHcSMVZzfsLhGVOkfd20obL5SWEBew5ShlquNxg==", "dev": true, - "license": "MIT", "optionalDependencies": { "graceful-fs": "^4.1.6" } }, "node_modules/streamroller/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, - "license": "MIT", "engines": { "node": ">= 4.0.0" } }, "node_modules/string_decoder": { "version": "1.3.0", - "license": "MIT", + "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.3.0.tgz", + "integrity": "sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA==", + "devOptional": true, "dependencies": { "safe-buffer": "~5.2.0" } }, "node_modules/string_decoder/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==", + "devOptional": true, "funding": [ { "type": "github", @@ -45787,13 +45108,13 @@ "type": "consulting", "url": "https://feross.org/support" } - ], - "license": "MIT" + ] }, "node_modules/string-argv": { "version": "0.3.2", + "resolved": "https://registry.npmjs.org/string-argv/-/string-argv-0.3.2.tgz", + "integrity": "sha512-aqD2Q0144Z+/RqG52NeHEkZauTAUWJO8c6yTftGJKO3Tja5tUgIfmIl6kExvhtxSDP7fXB6DvzkfMpCd/F3G+Q==", "dev": true, - "license": "MIT", "engines": { "node": ">=0.6.19" } @@ -45813,7 +45134,9 @@ }, "node_modules/string-width": { "version": "4.2.3", - "license": "MIT", + "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz", + "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==", + "devOptional": true, "dependencies": { "emoji-regex": "^8.0.0", "is-fullwidth-code-point": "^3.0.0", @@ -45849,22 +45172,27 @@ }, "node_modules/string-width/node_modules/is-fullwidth-code-point": { "version": "3.0.0", - "license": "MIT", + "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz", + "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==", + "devOptional": true, "engines": { "node": ">=8" } }, "node_modules/string.prototype.matchall": { - "version": "4.0.8", - "license": "MIT", + "version": "4.0.10", + "resolved": "https://registry.npmjs.org/string.prototype.matchall/-/string.prototype.matchall-4.0.10.tgz", + "integrity": "sha512-rGXbGmOEosIQi6Qva94HUjgPs9vKW+dkG7Y8Q5O2OYkWL6wFaTRZO8zM4mhP94uX55wgyrXzfS2aGtGzUL7EJQ==", + "dev": true, "dependencies": { "call-bind": "^1.0.2", - "define-properties": "^1.1.4", - "es-abstract": "^1.20.4", - "get-intrinsic": "^1.1.3", + "define-properties": "^1.2.0", + "es-abstract": "^1.22.1", + "get-intrinsic": "^1.2.1", "has-symbols": "^1.0.3", - "internal-slot": "^1.0.3", - "regexp.prototype.flags": "^1.4.3", + "internal-slot": "^1.0.5", + "regexp.prototype.flags": "^1.5.0", + "set-function-name": "^2.0.0", "side-channel": "^1.0.4" }, "funding": { @@ -45872,12 +45200,14 @@ } }, "node_modules/string.prototype.padend": { - "version": "3.1.4", - "license": "MIT", + "version": "3.1.5", + "resolved": "https://registry.npmjs.org/string.prototype.padend/-/string.prototype.padend-3.1.5.tgz", + "integrity": "sha512-DOB27b/2UTTD+4myKUFh+/fXWcu/UDyASIXfg+7VzoCNNGOfWvoyU/x5pvVHr++ztyt/oSYI1BcWBBG/hmlNjA==", + "dev": true, "dependencies": { "call-bind": "^1.0.2", - "define-properties": "^1.1.4", - "es-abstract": "^1.20.4" + "define-properties": "^1.2.0", + "es-abstract": "^1.22.1" }, "engines": { "node": ">= 0.4" @@ -45887,12 +45217,14 @@ } }, "node_modules/string.prototype.padstart": { - "version": "3.1.4", - "license": "MIT", + "version": "3.1.5", + "resolved": "https://registry.npmjs.org/string.prototype.padstart/-/string.prototype.padstart-3.1.5.tgz", + "integrity": "sha512-R57IsE3JIfModQWrVXYZ8ZHWMBNDpIoniDwhYCR1nx+iHwDkjjk26a8xM9BYgf7SAXJO7sdNPng5J+0ccr5LFQ==", + "dev": true, "dependencies": { "call-bind": "^1.0.2", - "define-properties": "^1.1.4", - "es-abstract": "^1.20.4" + "define-properties": "^1.2.0", + "es-abstract": "^1.22.1" }, "engines": { "node": ">= 0.4" @@ -45902,12 +45234,14 @@ } }, "node_modules/string.prototype.trim": { - "version": "1.2.7", - "license": "MIT", + "version": "1.2.8", + "resolved": "https://registry.npmjs.org/string.prototype.trim/-/string.prototype.trim-1.2.8.tgz", + "integrity": "sha512-lfjY4HcixfQXOfaqCvcBuOIapyaroTXhbkfJN3gcB1OtyupngWK4sEET9Knd0cXd28kTUqu/kHoV4HKSJdnjiQ==", + "dev": true, "dependencies": { "call-bind": "^1.0.2", - "define-properties": "^1.1.4", - "es-abstract": "^1.20.4" + "define-properties": "^1.2.0", + "es-abstract": "^1.22.1" }, "engines": { "node": ">= 0.4" @@ -45917,24 +45251,28 @@ } }, "node_modules/string.prototype.trimend": { - "version": "1.0.6", - "license": "MIT", + "version": "1.0.7", + "resolved": "https://registry.npmjs.org/string.prototype.trimend/-/string.prototype.trimend-1.0.7.tgz", + "integrity": "sha512-Ni79DqeB72ZFq1uH/L6zJ+DKZTkOtPIHovb3YZHQViE+HDouuU4mBrLOLDn5Dde3RF8qw5qVETEjhu9locMLvA==", + "dev": true, "dependencies": { "call-bind": "^1.0.2", - "define-properties": "^1.1.4", - "es-abstract": "^1.20.4" + "define-properties": "^1.2.0", + "es-abstract": "^1.22.1" }, "funding": { "url": "https://github.com/sponsors/ljharb" } }, "node_modules/string.prototype.trimstart": { - "version": "1.0.6", - "license": "MIT", + "version": "1.0.7", + "resolved": "https://registry.npmjs.org/string.prototype.trimstart/-/string.prototype.trimstart-1.0.7.tgz", + "integrity": "sha512-NGhtDFu3jCEm7B4Fy0DpLewdJQOZcQ0rGbwQ/+stjnrp2i+rlKeCvos9hOIeCmqwratM47OBxY7uFZzjxHXmrg==", + "dev": true, "dependencies": { "call-bind": "^1.0.2", - "define-properties": "^1.1.4", - "es-abstract": "^1.20.4" + "define-properties": "^1.2.0", + "es-abstract": "^1.22.1" }, "funding": { "url": "https://github.com/sponsors/ljharb" @@ -45942,7 +45280,9 @@ }, "node_modules/strip-ansi": { "version": "6.0.1", - "license": "MIT", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz", + "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==", + "devOptional": true, "dependencies": { "ansi-regex": "^5.0.1" }, @@ -45974,23 +45314,26 @@ }, "node_modules/strip-eof": { "version": "1.0.0", + "resolved": "https://registry.npmjs.org/strip-eof/-/strip-eof-1.0.0.tgz", + "integrity": "sha512-7FCwGGmx8mD5xQd3RPUvnSpUXHM3BWuzjtpD4TXsfcZ9EL4azvVVUscFYwD9nx8Kh+uCBC00XBtAykoMHwTh8Q==", "dev": true, - "license": "MIT", "engines": { "node": ">=0.10.0" } }, "node_modules/strip-final-newline": { "version": "2.0.0", - "license": "MIT", + "resolved": "https://registry.npmjs.org/strip-final-newline/-/strip-final-newline-2.0.0.tgz", + "integrity": "sha512-BrpvfNAE3dcvq7ll3xVumzjKjZQ5tI1sEUIKr3Uoks0XUl45St3FlatVqef9prk4jRDzhW6WZg+3bk93y6pLjA==", "engines": { "node": ">=6" } }, "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, - "license": "MIT", "dependencies": { "min-indent": "^1.0.0" }, @@ -46000,8 +45343,9 @@ }, "node_modules/strip-json-comments": { "version": "3.1.1", - "devOptional": true, - "license": "MIT", + "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" }, @@ -46011,8 +45355,9 @@ }, "node_modules/strip-outer": { "version": "1.0.1", + "resolved": "https://registry.npmjs.org/strip-outer/-/strip-outer-1.0.1.tgz", + "integrity": "sha512-k55yxKHwaXnpYGsOzg4Vl8+tDrWylxDEpknGjhTiZB8dFRU5rTo9CAzeycivxV3s+zlTKwrs6WxMxR95n26kwg==", "dev": true, - "license": "MIT", "dependencies": { "escape-string-regexp": "^1.0.2" }, @@ -46055,12 +45400,15 @@ }, "node_modules/style-search": { "version": "0.1.0", - "dev": true, - "license": "ISC" + "resolved": "https://registry.npmjs.org/style-search/-/style-search-0.1.0.tgz", + "integrity": "sha512-Dj1Okke1C3uKKwQcetra4jSuk0DqbzbYtXipzFlFMZtowbF1x7BKJwB9AayVMyFARvU8EDrZdcax4At/452cAg==", + "dev": true }, "node_modules/style-to-object": { "version": "0.3.0", - "license": "MIT", + "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" } @@ -46082,54 +45430,57 @@ } }, "node_modules/stylelint": { - "version": "14.16.1", + "version": "15.11.0", + "resolved": "https://registry.npmjs.org/stylelint/-/stylelint-15.11.0.tgz", + "integrity": "sha512-78O4c6IswZ9TzpcIiQJIN49K3qNoXTM8zEJzhaTE/xRTCZswaovSEVIa/uwbOltZrk16X4jAxjaOhzz/hTm1Kw==", "dev": true, - "license": "MIT", "dependencies": { - "@csstools/selector-specificity": "^2.0.2", + "@csstools/css-parser-algorithms": "^2.3.1", + "@csstools/css-tokenizer": "^2.2.0", + "@csstools/media-query-list-parser": "^2.1.4", + "@csstools/selector-specificity": "^3.0.0", "balanced-match": "^2.0.0", "colord": "^2.9.3", - "cosmiconfig": "^7.1.0", - "css-functions-list": "^3.1.0", + "cosmiconfig": "^8.2.0", + "css-functions-list": "^3.2.1", + "css-tree": "^2.3.1", "debug": "^4.3.4", - "fast-glob": "^3.2.12", + "fast-glob": "^3.3.1", "fastest-levenshtein": "^1.0.16", - "file-entry-cache": "^6.0.1", + "file-entry-cache": "^7.0.0", "global-modules": "^2.0.0", "globby": "^11.1.0", "globjoin": "^0.1.4", - "html-tags": "^3.2.0", - "ignore": "^5.2.1", + "html-tags": "^3.3.1", + "ignore": "^5.2.4", "import-lazy": "^4.0.0", "imurmurhash": "^0.1.4", "is-plain-object": "^5.0.0", - "known-css-properties": "^0.26.0", + "known-css-properties": "^0.29.0", "mathml-tag-names": "^2.1.3", - "meow": "^9.0.0", + "meow": "^10.1.5", "micromatch": "^4.0.5", "normalize-path": "^3.0.0", "picocolors": "^1.0.0", - "postcss": "^8.4.19", - "postcss-media-query-parser": "^0.2.3", + "postcss": "^8.4.28", "postcss-resolve-nested-selector": "^0.1.1", "postcss-safe-parser": "^6.0.0", - "postcss-selector-parser": "^6.0.11", + "postcss-selector-parser": "^6.0.13", "postcss-value-parser": "^4.2.0", "resolve-from": "^5.0.0", "string-width": "^4.2.3", "strip-ansi": "^6.0.1", "style-search": "^0.1.0", - "supports-hyperlinks": "^2.3.0", + "supports-hyperlinks": "^3.0.0", "svg-tags": "^1.0.0", "table": "^6.8.1", - "v8-compile-cache": "^2.3.0", - "write-file-atomic": "^4.0.2" + "write-file-atomic": "^5.0.1" }, "bin": { - "stylelint": "bin/stylelint.js" + "stylelint": "bin/stylelint.mjs" }, "engines": { - "node": "^12.20.0 || ^14.13.1 || >=16.0.0" + "node": "^14.13.1 || >=16.0.0" }, "funding": { "type": "opencollective", @@ -46137,57 +45488,81 @@ } }, "node_modules/stylelint-config-recommended": { - "version": "6.0.0", + "version": "13.0.0", + "resolved": "https://registry.npmjs.org/stylelint-config-recommended/-/stylelint-config-recommended-13.0.0.tgz", + "integrity": "sha512-EH+yRj6h3GAe/fRiyaoO2F9l9Tgg50AOFhaszyfov9v6ayXJ1IkSHwTxd7lB48FmOeSGDPLjatjO11fJpmarkQ==", "dev": true, - "license": "MIT", + "engines": { + "node": "^14.13.1 || >=16.0.0" + }, "peerDependencies": { - "stylelint": "^14.0.0" + "stylelint": "^15.10.0" } }, "node_modules/stylelint-config-recommended-scss": { - "version": "5.0.2", + "version": "13.1.0", + "resolved": "https://registry.npmjs.org/stylelint-config-recommended-scss/-/stylelint-config-recommended-scss-13.1.0.tgz", + "integrity": "sha512-8L5nDfd+YH6AOoBGKmhH8pLWF1dpfY816JtGMePcBqqSsLU+Ysawx44fQSlMOJ2xTfI9yTGpup5JU77c17w1Ww==", "dev": true, - "license": "MIT", "dependencies": { - "postcss-scss": "^4.0.2", - "stylelint-config-recommended": "^6.0.0", - "stylelint-scss": "^4.0.0" + "postcss-scss": "^4.0.9", + "stylelint-config-recommended": "^13.0.0", + "stylelint-scss": "^5.3.0" }, "peerDependencies": { - "stylelint": "^14.0.0" + "postcss": "^8.3.3", + "stylelint": "^15.10.0" + }, + "peerDependenciesMeta": { + "postcss": { + "optional": true + } } }, "node_modules/stylelint-config-standard": { - "version": "24.0.0", + "version": "34.0.0", + "resolved": "https://registry.npmjs.org/stylelint-config-standard/-/stylelint-config-standard-34.0.0.tgz", + "integrity": "sha512-u0VSZnVyW9VSryBG2LSO+OQTjN7zF9XJaAJRX/4EwkmU0R2jYwmBSN10acqZisDitS0CLiEiGjX7+Hrq8TAhfQ==", "dev": true, - "license": "MIT", "dependencies": { - "stylelint-config-recommended": "^6.0.0" + "stylelint-config-recommended": "^13.0.0" + }, + "engines": { + "node": "^14.13.1 || >=16.0.0" }, "peerDependencies": { - "stylelint": "^14.0.0" + "stylelint": "^15.10.0" } }, "node_modules/stylelint-config-standard-scss": { - "version": "3.0.0", + "version": "11.1.0", + "resolved": "https://registry.npmjs.org/stylelint-config-standard-scss/-/stylelint-config-standard-scss-11.1.0.tgz", + "integrity": "sha512-5gnBgeNTgRVdchMwiFQPuBOtj9QefYtfXiddrOMJA2pI22zxt6ddI2s+e5Oh7/6QYl7QLJujGnaUR5YyGq72ow==", "dev": true, - "license": "MIT", "dependencies": { - "stylelint-config-recommended-scss": "^5.0.2", - "stylelint-config-standard": "^24.0.0" + "stylelint-config-recommended-scss": "^13.1.0", + "stylelint-config-standard": "^34.0.0" }, "peerDependencies": { - "stylelint": "^14.0.0" + "postcss": "^8.3.3", + "stylelint": "^15.10.0" + }, + "peerDependenciesMeta": { + "postcss": { + "optional": true + } } }, "node_modules/stylelint-scss": { - "version": "4.7.0", + "version": "5.3.1", + "resolved": "https://registry.npmjs.org/stylelint-scss/-/stylelint-scss-5.3.1.tgz", + "integrity": "sha512-5I9ZDIm77BZrjOccma5WyW2nJEKjXDd4Ca8Kk+oBapSO4pewSlno3n+OyimcyVJJujQZkBN2D+xuMkIamSc6hA==", "dev": true, - "license": "MIT", "dependencies": { + "known-css-properties": "^0.29.0", "postcss-media-query-parser": "^0.2.3", "postcss-resolve-nested-selector": "^0.1.1", - "postcss-selector-parser": "^6.0.11", + "postcss-selector-parser": "^6.0.13", "postcss-value-parser": "^4.2.0" }, "peerDependencies": { @@ -46196,13 +45571,41 @@ }, "node_modules/stylelint/node_modules/balanced-match": { "version": "2.0.0", + "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-2.0.0.tgz", + "integrity": "sha512-1ugUSr8BHXRnK23KfuYS+gVMC3LB8QGH9W1iGtDPsNWoQbgtXSExkBu2aDR4epiGWZOjZsj6lDl/N/AqqTC3UA==", + "dev": true + }, + "node_modules/stylelint/node_modules/cosmiconfig": { + "version": "8.3.6", + "resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-8.3.6.tgz", + "integrity": "sha512-kcZ6+W5QzcJ3P1Mt+83OUv/oHFqZHIx8DuxG6eZ5RGMERoLqp4BuGjhHLYGK+Kf5XVkQvqBSmAy/nGWN3qDgEA==", "dev": true, - "license": "MIT" + "dependencies": { + "import-fresh": "^3.3.0", + "js-yaml": "^4.1.0", + "parse-json": "^5.2.0", + "path-type": "^4.0.0" + }, + "engines": { + "node": ">=14" + }, + "funding": { + "url": "https://github.com/sponsors/d-fischer" + }, + "peerDependencies": { + "typescript": ">=4.9.5" + }, + "peerDependenciesMeta": { + "typescript": { + "optional": true + } + } }, "node_modules/stylelint/node_modules/fast-glob": { - "version": "3.2.12", + "version": "3.3.2", + "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.3.2.tgz", + "integrity": "sha512-oX2ruAFQwf/Orj8m737Y5adxDQO0LAB7/S5MnxCdTNDd4p6BsyIVsv9JQsATbTSq8KHRpLwIHbVlUNatxd+1Ow==", "dev": true, - "license": "MIT", "dependencies": { "@nodelib/fs.stat": "^2.0.2", "@nodelib/fs.walk": "^1.2.3", @@ -46214,23 +45617,65 @@ "node": ">=8.6.0" } }, + "node_modules/stylelint/node_modules/file-entry-cache": { + "version": "7.0.1", + "resolved": "https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-7.0.1.tgz", + "integrity": "sha512-uLfFktPmRetVCbHe5UPuekWrQ6hENufnA46qEGbfACkK5drjTTdQYUragRgMjHldcbYG+nslUerqMPjbBSHXjQ==", + "dev": true, + "dependencies": { + "flat-cache": "^3.1.1" + }, + "engines": { + "node": ">=12.0.0" + } + }, "node_modules/stylelint/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, - "license": "MIT", "engines": { "node": ">=0.10.0" } }, + "node_modules/stylelint/node_modules/signal-exit": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz", + "integrity": "sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==", + "dev": true, + "engines": { + "node": ">=14" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, + "node_modules/stylelint/node_modules/write-file-atomic": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/write-file-atomic/-/write-file-atomic-5.0.1.tgz", + "integrity": "sha512-+QU2zd6OTD8XWIJCbffaiQeH9U73qIqafo1x6V1snCWYGJf6cVE0cDR4D8xRzcEnfI21IFrUPzPGtcPf8AC+Rw==", + "dev": true, + "dependencies": { + "imurmurhash": "^0.1.4", + "signal-exit": "^4.0.1" + }, + "engines": { + "node": "^14.17.0 || ^16.13.0 || >=18.0.0" + } + }, "node_modules/stylus": { - "version": "0.58.1", + "version": "0.55.0", + "resolved": "https://registry.npmjs.org/stylus/-/stylus-0.55.0.tgz", + "integrity": "sha512-MuzIIVRSbc8XxHH7FjkvWqkIcr1BvoMZoR/oFuAJDlh7VSaNJzrB4uJ38GRQa+mWjLXODAMzeDe0xi9GYbGwnw==", "dev": true, - "license": "MIT", "dependencies": { "css": "^3.0.0", - "debug": "^4.3.2", + "debug": "~3.1.0", "glob": "^7.1.6", + "mkdirp": "~1.0.4", + "safer-buffer": "^2.1.2", "sax": "~1.2.4", + "semver": "^6.3.0", "source-map": "^0.7.3" }, "bin": { @@ -46241,12 +45686,12 @@ } }, "node_modules/stylus-loader": { - "version": "7.0.0", + "version": "7.1.3", + "resolved": "https://registry.npmjs.org/stylus-loader/-/stylus-loader-7.1.3.tgz", + "integrity": "sha512-TY0SKwiY7D2kMd3UxaWKSf3xHF0FFN/FAfsSqfrhxRT/koXTwffq2cgEWDkLQz7VojMu7qEEHt5TlMjkPx9UDw==", "dev": true, - "license": "MIT", "dependencies": { - "fast-glob": "^3.2.11", - "klona": "^2.0.5", + "fast-glob": "^3.2.12", "normalize-path": "^3.0.0" }, "engines": { @@ -46262,9 +45707,10 @@ } }, "node_modules/stylus-loader/node_modules/fast-glob": { - "version": "3.2.12", + "version": "3.3.2", + "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.3.2.tgz", + "integrity": "sha512-oX2ruAFQwf/Orj8m737Y5adxDQO0LAB7/S5MnxCdTNDd4p6BsyIVsv9JQsATbTSq8KHRpLwIHbVlUNatxd+1Ow==", "dev": true, - "license": "MIT", "dependencies": { "@nodelib/fs.stat": "^2.0.2", "@nodelib/fs.walk": "^1.2.3", @@ -46276,10 +45722,20 @@ "node": ">=8.6.0" } }, + "node_modules/stylus/node_modules/debug": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/debug/-/debug-3.1.0.tgz", + "integrity": "sha512-OX8XqP7/1a9cqkxYw2yXss15f26NKWBpDXQd0/uK/KPqdQhxbPa994hnzjcE2VqQpDslf55723cKPUOGSmMY3g==", + "dev": true, + "dependencies": { + "ms": "2.0.0" + } + }, "node_modules/stylus/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, - "license": "ISC", "dependencies": { "fs.realpath": "^1.0.0", "inflight": "^1.0.4", @@ -46295,9 +45751,44 @@ "url": "https://github.com/sponsors/isaacs" } }, + "node_modules/stylus/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": { + "brace-expansion": "^1.1.7" + }, + "engines": { + "node": "*" + } + }, + "node_modules/stylus/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/stylus/node_modules/sax": { + "version": "1.2.4", + "resolved": "https://registry.npmjs.org/sax/-/sax-1.2.4.tgz", + "integrity": "sha512-NqVDv9TpANUjFm0N8uM5GxL36UgKi9/atZw+x7YFnQ8ckwFGKrl4xX4yWtrey3UJm5nP1kUbnYgLopqWNSRhWw==", + "dev": true + }, + "node_modules/stylus/node_modules/semver": { + "version": "6.3.1", + "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz", + "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==", + "dev": true, + "bin": { + "semver": "bin/semver.js" + } + }, "node_modules/subscriptions-transport-ws": { "version": "0.11.0", - "license": "MIT", + "resolved": "https://registry.npmjs.org/subscriptions-transport-ws/-/subscriptions-transport-ws-0.11.0.tgz", + "integrity": "sha512-8D4C6DIH5tGiAIpp5I0wD/xRlNiZAPGHygzCe7VzyzUoxHtawzjNAY9SUTXU05/EY2NMY9/9GF0ycizkXr1CWQ==", + "deprecated": "The `subscriptions-transport-ws` package is no longer maintained. We recommend you use `graphql-ws` instead. For help migrating Apollo software to `graphql-ws`, see https://www.apollographql.com/docs/apollo-server/data/subscriptions/#switching-from-subscriptions-transport-ws For general help using `graphql-ws`, see https://github.com/enisdenjo/graphql-ws/blob/master/README.md", "dependencies": { "backo2": "^1.0.2", "eventemitter3": "^3.1.0", @@ -46311,18 +45802,21 @@ }, "node_modules/subscriptions-transport-ws/node_modules/eventemitter3": { "version": "3.1.2", - "license": "MIT" + "resolved": "https://registry.npmjs.org/eventemitter3/-/eventemitter3-3.1.2.tgz", + "integrity": "sha512-tvtQIeLVHjDkJYnzf2dgVMxfuSGJeM/7UCG17TT4EumTfNtF+0nebF/4zWOIkCreAbtNqhGEboB6BWrwqNaw4Q==" }, "node_modules/subscriptions-transport-ws/node_modules/symbol-observable": { "version": "1.2.0", - "license": "MIT", + "resolved": "https://registry.npmjs.org/symbol-observable/-/symbol-observable-1.2.0.tgz", + "integrity": "sha512-e900nM8RRtGhlV36KGEU9k65K3mPb1WV70OdjfxlG2EAuM1noi/E/BaW/uMhL7bPEssK8QV57vN3esixjUvcXQ==", "engines": { "node": ">=0.10.0" } }, "node_modules/subscriptions-transport-ws/node_modules/ws": { "version": "7.5.9", - "license": "MIT", + "resolved": "https://registry.npmjs.org/ws/-/ws-7.5.9.tgz", + "integrity": "sha512-F+P9Jil7UiSKSkppIiD94dN07AwvFixvLIj1Og1Rl9GGMuNipJnV9JzjD6XuqmAeiswGvUmNLjr5cFuXwNS77Q==", "engines": { "node": ">=8.3.0" }, @@ -46340,9 +45834,9 @@ } }, "node_modules/superagent": { - "version": "8.0.9", - "resolved": "https://registry.npmjs.org/superagent/-/superagent-8.0.9.tgz", - "integrity": "sha512-4C7Bh5pyHTvU33KpZgwrNKh/VQnvgtCSqPRfJAUdmrtSYePVzVg4E4OzsrbkhJj9O7SO6Bnv75K/F8XVZT8YHA==", + "version": "8.1.2", + "resolved": "https://registry.npmjs.org/superagent/-/superagent-8.1.2.tgz", + "integrity": "sha512-6WTxW1EB6yCxV5VFOIPQruWGHqc3yI7hEmZK6h+pyk69Lk/Ut7rLUY6W/ONF2MjBuGjvmMiIpsrVJ2vjrHlslA==", "dependencies": { "component-emitter": "^1.3.0", "cookiejar": "^2.1.4", @@ -46359,30 +45853,6 @@ "node": ">=6.4.0 <13 || >=14" } }, - "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==", - "dependencies": { - "asynckit": "^0.4.0", - "combined-stream": "^1.0.8", - "mime-types": "^2.1.12" - }, - "engines": { - "node": ">= 6" - } - }, - "node_modules/superagent/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": { - "yallist": "^4.0.0" - }, - "engines": { - "node": ">=10" - } - }, "node_modules/superagent/node_modules/mime": { "version": "2.6.0", "resolved": "https://registry.npmjs.org/mime/-/mime-2.6.0.tgz", @@ -46394,28 +45864,10 @@ "node": ">=4.0.0" } }, - "node_modules/superagent/node_modules/semver": { - "version": "7.5.4", - "resolved": "https://registry.npmjs.org/semver/-/semver-7.5.4.tgz", - "integrity": "sha512-1bCSESV6Pv+i21Hvpxp3Dx+pSD8lIPt8uVjRrxAUt/nbswYc+tK6Y2btiULjd4+fnq15PX+nqQDC7Oft7WkwcA==", - "dependencies": { - "lru-cache": "^6.0.0" - }, - "bin": { - "semver": "bin/semver.js" - }, - "engines": { - "node": ">=10" - } - }, - "node_modules/superagent/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/supports-color": { "version": "5.5.0", - "license": "MIT", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz", + "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==", "dependencies": { "has-flag": "^3.0.0" }, @@ -46424,29 +45876,32 @@ } }, "node_modules/supports-hyperlinks": { - "version": "2.3.0", + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/supports-hyperlinks/-/supports-hyperlinks-3.0.0.tgz", + "integrity": "sha512-QBDPHyPQDRTy9ku4URNGY5Lah8PAaXs6tAAwp55sL5WCsSW7GIfdf6W5ixfziW+t7wh3GVvHyHHyQ1ESsoRvaA==", "dev": true, - "license": "MIT", "dependencies": { "has-flag": "^4.0.0", "supports-color": "^7.0.0" }, "engines": { - "node": ">=8" + "node": ">=14.18" } }, "node_modules/supports-hyperlinks/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==", "dev": true, - "license": "MIT", "engines": { "node": ">=8" } }, "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, - "license": "MIT", "dependencies": { "has-flag": "^4.0.0" }, @@ -46456,7 +45911,9 @@ }, "node_modules/supports-preserve-symlinks-flag": { "version": "1.0.0", - "license": "MIT", + "resolved": "https://registry.npmjs.org/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz", + "integrity": "sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==", + "dev": true, "engines": { "node": ">= 0.4" }, @@ -46466,6 +45923,8 @@ }, "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/svgo": { @@ -46498,21 +45957,47 @@ "node": ">= 10" } }, + "node_modules/svgo/node_modules/css-tree": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/css-tree/-/css-tree-1.1.3.tgz", + "integrity": "sha512-tRpdppF7TRazZrjJ6v3stzv93qxRcSsFmW6cX0Zm2NVKpxE1WV1HblnghVv9TreireHkqI/VDEsfolRF1p6y7Q==", + "dev": true, + "dependencies": { + "mdn-data": "2.0.14", + "source-map": "^0.6.1" + }, + "engines": { + "node": ">=8.0.0" + } + }, + "node_modules/svgo/node_modules/mdn-data": { + "version": "2.0.14", + "resolved": "https://registry.npmjs.org/mdn-data/-/mdn-data-2.0.14.tgz", + "integrity": "sha512-dn6wd0uw5GsdswPFfsgMp5NSB0/aDe6fK94YJV/AJDYXL6HVLWBsxeq7js7Ad+mU2K9LAlwpk6kN2D5mwCPVow==", + "dev": true + }, + "node_modules/svgo/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/symbol-observable": { "version": "4.0.0", - "license": "MIT", + "resolved": "https://registry.npmjs.org/symbol-observable/-/symbol-observable-4.0.0.tgz", + "integrity": "sha512-b19dMThMV4HVFynSAM1++gBHAbk2Tc/osgLIBZMKsyqh34jb2e8Os7T6ZW/Bt3pJFdBTd2JwAnAAEQV7rSNvcQ==", "engines": { "node": ">=0.10" } }, - "node_modules/symbol-tree": { - "version": "3.2.4", - "dev": true, - "license": "MIT" - }, "node_modules/symbol.prototype.description": { "version": "1.0.5", - "license": "MIT", + "resolved": "https://registry.npmjs.org/symbol.prototype.description/-/symbol.prototype.description-1.0.5.tgz", + "integrity": "sha512-x738iXRYsrAt9WBhRCVG5BtIC3B7CUkFwbHW2zOvGtwM33s7JjrCDyq8V0zgMYVb5ymsL8+qkzzpANH63CPQaQ==", + "dev": true, "dependencies": { "call-bind": "^1.0.2", "get-symbol-description": "^1.0.0", @@ -46528,7 +46013,9 @@ }, "node_modules/synchronous-promise": { "version": "2.0.17", - "license": "BSD-3-Clause" + "resolved": "https://registry.npmjs.org/synchronous-promise/-/synchronous-promise-2.0.17.tgz", + "integrity": "sha512-AsS729u2RHUfEra9xJrE39peJcc2stq2+poBXX8bcM08Y6g9j/i/PUzwNQqkaJde7Ntg1TO7bSREbR5sdosQ+g==", + "dev": true }, "node_modules/synckit": { "version": "0.8.5", @@ -46547,8 +46034,9 @@ }, "node_modules/table": { "version": "6.8.1", + "resolved": "https://registry.npmjs.org/table/-/table-6.8.1.tgz", + "integrity": "sha512-Y4X9zqrCftUhMeH2EptSSERdVKt/nEdijTOacGD/97EKjhQ/Qs8RTlEGABSJNNN8lac9kheH+af7yAkEWlgneA==", "dev": true, - "license": "BSD-3-Clause", "dependencies": { "ajv": "^8.0.1", "lodash.truncate": "^4.4.2", @@ -46562,8 +46050,9 @@ }, "node_modules/table/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==", "dev": true, - "license": "MIT", "dependencies": { "color-convert": "^2.0.1" }, @@ -46576,8 +46065,9 @@ }, "node_modules/table/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==", "dev": true, - "license": "MIT", "dependencies": { "color-name": "~1.1.4" }, @@ -46585,18 +46075,26 @@ "node": ">=7.0.0" } }, + "node_modules/table/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==", + "dev": true + }, "node_modules/table/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, - "license": "MIT", "engines": { "node": ">=8" } }, "node_modules/table/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, - "license": "MIT", "dependencies": { "ansi-styles": "^4.0.0", "astral-regex": "^2.0.0", @@ -46611,14 +46109,18 @@ }, "node_modules/tapable": { "version": "2.2.1", - "license": "MIT", + "resolved": "https://registry.npmjs.org/tapable/-/tapable-2.2.1.tgz", + "integrity": "sha512-GNzQvQTOIP6RyTfE2Qxb8ZVlNmw0n88vp1szwWRimP02mnTsx3Wtn5qRdqY9w2XduFNUgvOwhNnQsjwCp+kqaQ==", + "dev": true, "engines": { "node": ">=6" } }, "node_modules/tar": { - "version": "6.1.14", - "license": "ISC", + "version": "6.2.0", + "resolved": "https://registry.npmjs.org/tar/-/tar-6.2.0.tgz", + "integrity": "sha512-/Wo7DcT0u5HUV486xg675HtjNd3BXZ6xDbzsCUZPt5iw8bTQ63bP0Raut3mvro9u+CUyq7YQd8Cx55fsZXxqLQ==", + "devOptional": true, "dependencies": { "chownr": "^2.0.0", "fs-minipass": "^2.0.0", @@ -46633,8 +46135,9 @@ }, "node_modules/tar-stream": { "version": "2.2.0", + "resolved": "https://registry.npmjs.org/tar-stream/-/tar-stream-2.2.0.tgz", + "integrity": "sha512-ujeqbceABgwMZxEJnk2HDY2DlnUZ+9oEcb1KzTVfYHio0UE6dG71n60d8D2I4qNvleWrrXpmjpt7vZeF1LnMZQ==", "dev": true, - "license": "MIT", "dependencies": { "bl": "^4.0.3", "end-of-stream": "^1.4.1", @@ -46646,20 +46149,50 @@ "node": ">=6" } }, + "node_modules/tar/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==", + "devOptional": true, + "dependencies": { + "minipass": "^3.0.0" + }, + "engines": { + "node": ">= 8" + } + }, + "node_modules/tar/node_modules/fs-minipass/node_modules/minipass": { + "version": "3.3.6", + "resolved": "https://registry.npmjs.org/minipass/-/minipass-3.3.6.tgz", + "integrity": "sha512-DxiNidxSEK+tHG6zOIklvNOwm3hvCrbUrdtzY74U6HKTJxvIDfOUL5W5P2Ghd3DTkhhKPYGqeNUIh5qcM4YBfw==", + "devOptional": true, + "dependencies": { + "yallist": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, "node_modules/tar/node_modules/minipass": { "version": "5.0.0", - "license": "ISC", + "resolved": "https://registry.npmjs.org/minipass/-/minipass-5.0.0.tgz", + "integrity": "sha512-3FnjYuehv9k6ovOEbyOswadCDPX1piCfhV8ncmYtHOjuPwylVWsghTLo7rabjC3Rx5xD4HDx8Wm1xnMF7S5qFQ==", + "devOptional": true, "engines": { "node": ">=8" } }, "node_modules/tar/node_modules/yallist": { "version": "4.0.0", - "license": "ISC" + "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", + "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==", + "devOptional": true }, "node_modules/telejson": { "version": "6.0.8", - "license": "MIT", + "resolved": "https://registry.npmjs.org/telejson/-/telejson-6.0.8.tgz", + "integrity": "sha512-nerNXi+j8NK1QEfBHtZUN/aLdDcyupA//9kAboYLrtzZlPLpUfqbVGWb9zz91f/mIjRbAYhbgtnJHY8I1b5MBg==", + "dev": true, "dependencies": { "@types/is-function": "^1.0.0", "global": "^4.4.0", @@ -46673,30 +46206,18 @@ }, "node_modules/telejson/node_modules/isobject": { "version": "4.0.0", - "license": "MIT", + "resolved": "https://registry.npmjs.org/isobject/-/isobject-4.0.0.tgz", + "integrity": "sha512-S/2fF5wH8SJA/kmwr6HYhK/RI/OkhD84k8ntalo0iJjZikgq1XFvR5M8NPT1x5F7fBwCG3qHfnzeP/Vh/ZxCUA==", + "dev": true, "engines": { "node": ">=0.10.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==", - "dev": true, - "dependencies": { - "ansi-escapes": "^4.2.1", - "supports-hyperlinks": "^2.0.0" - }, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, "node_modules/terser": { - "version": "5.14.2", - "license": "BSD-2-Clause", + "version": "5.16.3", + "resolved": "https://registry.npmjs.org/terser/-/terser-5.16.3.tgz", + "integrity": "sha512-v8wWLaS/xt3nE9dgKEWhNUFP6q4kngO5B8eYFUuebsu7Dw/UNAnpUod6UHo04jSSkv8TzKHjZDSd7EXdDQAl8Q==", + "dev": true, "dependencies": { "@jridgewell/source-map": "^0.3.2", "acorn": "^8.5.0", @@ -46711,14 +46232,16 @@ } }, "node_modules/terser-webpack-plugin": { - "version": "5.3.7", - "license": "MIT", + "version": "5.3.9", + "resolved": "https://registry.npmjs.org/terser-webpack-plugin/-/terser-webpack-plugin-5.3.9.tgz", + "integrity": "sha512-ZuXsqE07EcggTWQjXUj+Aot/OMcD0bMKGgF63f7UxYcu5/AJF53aIpK1YoP5xR9l6s/Hy2b+t1AM0bLNPRuhwA==", + "dev": true, "dependencies": { "@jridgewell/trace-mapping": "^0.3.17", "jest-worker": "^27.4.5", "schema-utils": "^3.1.1", "serialize-javascript": "^6.0.1", - "terser": "^5.16.5" + "terser": "^5.16.8" }, "engines": { "node": ">= 10.13.0" @@ -46744,7 +46267,9 @@ }, "node_modules/terser-webpack-plugin/node_modules/ajv": { "version": "6.12.6", - "license": "MIT", + "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz", + "integrity": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==", + "dev": true, "dependencies": { "fast-deep-equal": "^3.1.1", "fast-json-stable-stringify": "^2.0.0", @@ -46758,25 +46283,33 @@ }, "node_modules/terser-webpack-plugin/node_modules/ajv-keywords": { "version": "3.5.2", - "license": "MIT", + "resolved": "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-3.5.2.tgz", + "integrity": "sha512-5p6WTN0DdTGVQk6VjcEju19IgaHudalcfabD7yhDGeA6bcQnmL+CpveLJq/3hvfwd1aof6L386Ougkx6RfyMIQ==", + "dev": true, "peerDependencies": { "ajv": "^6.9.1" } }, "node_modules/terser-webpack-plugin/node_modules/commander": { "version": "2.20.3", - "license": "MIT" + "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-webpack-plugin/node_modules/has-flag": { "version": "4.0.0", - "license": "MIT", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "dev": true, "engines": { "node": ">=8" } }, "node_modules/terser-webpack-plugin/node_modules/jest-worker": { "version": "27.5.1", - "license": "MIT", + "resolved": "https://registry.npmjs.org/jest-worker/-/jest-worker-27.5.1.tgz", + "integrity": "sha512-7vuh85V5cdDofPyxn58nrPjBktZo0u9x1g8WtjQol+jZDaE+fhN+cIvTj11GndBnMnyfrUOG1sZQxCdjKh+DKg==", + "dev": true, "dependencies": { "@types/node": "*", "merge-stream": "^2.0.0", @@ -46788,11 +46321,15 @@ }, "node_modules/terser-webpack-plugin/node_modules/json-schema-traverse": { "version": "0.4.1", - "license": "MIT" + "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/terser-webpack-plugin/node_modules/schema-utils": { - "version": "3.1.2", - "license": "MIT", + "version": "3.3.0", + "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-3.3.0.tgz", + "integrity": "sha512-pN/yOAvcC+5rQ5nERGuwrjLlYvLTbCibnZ1I7B1LaiAz9BRBlE9GMgE/eqV30P7aJQUf7Ddimy/RsbYO/GrVGg==", + "dev": true, "dependencies": { "@types/json-schema": "^7.0.8", "ajv": "^6.12.5", @@ -46808,7 +46345,9 @@ }, "node_modules/terser-webpack-plugin/node_modules/supports-color": { "version": "8.1.1", - "license": "MIT", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz", + "integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==", + "dev": true, "dependencies": { "has-flag": "^4.0.0" }, @@ -46820,11 +46359,13 @@ } }, "node_modules/terser-webpack-plugin/node_modules/terser": { - "version": "5.17.1", - "license": "BSD-2-Clause", + "version": "5.24.0", + "resolved": "https://registry.npmjs.org/terser/-/terser-5.24.0.tgz", + "integrity": "sha512-ZpGR4Hy3+wBEzVEnHvstMvqpD/nABNelQn/z2r0fjVWGQsN3bpOLzQlqDxmb4CDZnXq5lpjnQ+mHQLAOpfM5iw==", + "dev": true, "dependencies": { - "@jridgewell/source-map": "^0.3.2", - "acorn": "^8.5.0", + "@jridgewell/source-map": "^0.3.3", + "acorn": "^8.8.2", "commander": "^2.20.0", "source-map-support": "~0.5.20" }, @@ -46837,12 +46378,15 @@ }, "node_modules/terser/node_modules/commander": { "version": "2.20.3", - "license": "MIT" + "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/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, - "license": "ISC", "dependencies": { "@istanbuljs/schema": "^0.1.2", "glob": "^7.1.4", @@ -46854,8 +46398,9 @@ }, "node_modules/test-exclude/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, - "license": "ISC", "dependencies": { "fs.realpath": "^1.0.0", "inflight": "^1.0.4", @@ -46871,25 +46416,35 @@ "url": "https://github.com/sponsors/isaacs" } }, + "node_modules/test-exclude/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": { + "brace-expansion": "^1.1.7" + }, + "engines": { + "node": "*" + } + }, "node_modules/text-table": { "version": "0.2.0", - "devOptional": true, - "license": "MIT" - }, - "node_modules/throat": { - "version": "6.0.2", - "resolved": "https://registry.npmjs.org/throat/-/throat-6.0.2.tgz", - "integrity": "sha512-WKexMoJj3vEuK0yFEapj8y64V0A6xcuPuK9Gt1d0R+dzCSJc0lHqQytAbSB4cDAK0dWh4T0E2ETkoLE2WZ41OQ==", + "resolved": "https://registry.npmjs.org/text-table/-/text-table-0.2.0.tgz", + "integrity": "sha512-N+8UisAXDGk8PFXP4HAzVR9nbfmVJ3zYLAWiTIoqC5v5isinhr+r5uaO8+7r3BMfuNIufIsA7RdpVgacC2cSpw==", "dev": true }, "node_modules/through": { "version": "2.3.8", - "dev": true, - "license": "MIT" + "resolved": "https://registry.npmjs.org/through/-/through-2.3.8.tgz", + "integrity": "sha512-w89qg7PI8wAdvX60bMDP+bFoD5Dvhm9oLheFp5O4a2QF0cSBGsBX4qZmadPMvVqlLJBBci+WqGGOAPvcDeNSVg==", + "dev": true }, "node_modules/through2": { "version": "2.0.5", - "license": "MIT", + "resolved": "https://registry.npmjs.org/through2/-/through2-2.0.5.tgz", + "integrity": "sha512-/mrRod8xqpA+IHSLyGCQ2s8SPHiCDEeQJSep1jqLYeEUClOFG2Qsh+4FU6G9VeqpZnGW/Su8LQGc4YKni5rYSQ==", + "dev": true, "dependencies": { "readable-stream": "~2.3.6", "xtend": "~4.0.1" @@ -46897,11 +46452,15 @@ }, "node_modules/through2/node_modules/isarray": { "version": "1.0.0", - "license": "MIT" + "resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz", + "integrity": "sha512-VLghIWNM6ELQzo7zwmcg0NmTVyWKYjvIeM83yjp0wRDTmUnrM678fQbcKBo6n2CJEF0szoG//ytg+TKla89ALQ==", + "dev": true }, "node_modules/through2/node_modules/readable-stream": { "version": "2.3.8", - "license": "MIT", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.8.tgz", + "integrity": "sha512-8p0AUk4XODgIewSi0l8Epjs+EVnWiK7NoDIEGU0HhE7+ZyY8D1IMY7odu5lRrFXGg71L15KG8QrPmum45RTtdA==", + "dev": true, "dependencies": { "core-util-is": "~1.0.0", "inherits": "~2.0.3", @@ -46914,19 +46473,24 @@ }, "node_modules/through2/node_modules/string_decoder": { "version": "1.1.1", - "license": "MIT", + "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz", + "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", + "dev": true, "dependencies": { "safe-buffer": "~5.1.0" } }, "node_modules/thunky": { "version": "1.1.0", - "dev": true, - "license": "MIT" + "resolved": "https://registry.npmjs.org/thunky/-/thunky-1.1.0.tgz", + "integrity": "sha512-eHY7nBftgThBqOyHGVN+l8gF0BucP09fMo0oO/Lb0w1OF80dJv+lDVpXG60WMQvkcxAkNybKsrEIE3ZtKGmPrA==", + "dev": true }, "node_modules/timers-browserify": { "version": "2.0.12", - "license": "MIT", + "resolved": "https://registry.npmjs.org/timers-browserify/-/timers-browserify-2.0.12.tgz", + "integrity": "sha512-9phl76Cqm6FhSX9Xe1ZUAMLtm1BLkKj2Qd5ApyWkXzsMRaA7dgr81kf4wJmQf/hAvg8EEyJxDo3du/0KlhPiKQ==", + "dev": true, "dependencies": { "setimmediate": "^1.0.4" }, @@ -46947,8 +46511,9 @@ }, "node_modules/tmp": { "version": "0.2.1", + "resolved": "https://registry.npmjs.org/tmp/-/tmp-0.2.1.tgz", + "integrity": "sha512-76SUhtfqR2Ijn+xllcI5P1oyannHNHByD80W1q447gU3mp9G9PSpGdWmjUOHRDPiHYacIk66W7ubDTuPF3BEtQ==", "dev": true, - "license": "MIT", "dependencies": { "rimraf": "^3.0.0" }, @@ -46958,8 +46523,9 @@ }, "node_modules/tmp/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, - "license": "ISC", "dependencies": { "fs.realpath": "^1.0.0", "inflight": "^1.0.4", @@ -46975,10 +46541,23 @@ "url": "https://github.com/sponsors/isaacs" } }, + "node_modules/tmp/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": { + "brace-expansion": "^1.1.7" + }, + "engines": { + "node": "*" + } + }, "node_modules/tmp/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, - "license": "ISC", "dependencies": { "glob": "^7.1.3" }, @@ -46991,23 +46570,30 @@ }, "node_modules/tmpl": { "version": "1.0.5", - "dev": true, - "license": "BSD-3-Clause" + "resolved": "https://registry.npmjs.org/tmpl/-/tmpl-1.0.5.tgz", + "integrity": "sha512-3f0uOEAQwIqGuWW2MVzYg8fV/QNnc/IpuJNG837rLuczAaLVHslWHZQj4IGiEl5Hs3kkbhwL9Ab7Hrsmuj+Smw==", + "dev": true }, "node_modules/to-arraybuffer": { "version": "1.0.1", - "license": "MIT" + "resolved": "https://registry.npmjs.org/to-arraybuffer/-/to-arraybuffer-1.0.1.tgz", + "integrity": "sha512-okFlQcoGTi4LQBG/PgSYblw9VOyptsz2KJZqc6qtgGdes8VktzUQkj4BI2blit072iS8VODNcMA+tvnS9dnuMA==", + "dev": true }, "node_modules/to-fast-properties": { "version": "2.0.0", - "license": "MIT", + "resolved": "https://registry.npmjs.org/to-fast-properties/-/to-fast-properties-2.0.0.tgz", + "integrity": "sha512-/OaKK0xYrs3DmxRYqL/yDc+FxFUVYhDlXMhRmv3z915w2HF1tnN1omB354j8VUGO/hbRzyD6Y3sA7v7GS/ceog==", + "dev": true, "engines": { "node": ">=4" } }, "node_modules/to-object-path": { "version": "0.3.0", - "license": "MIT", + "resolved": "https://registry.npmjs.org/to-object-path/-/to-object-path-0.3.0.tgz", + "integrity": "sha512-9mWHdnGRuh3onocaHzukyvCZhzvr6tiflAy/JRFXcJX0TjgfWA9pk9t8CMbzmBE4Jfw58pXbkngtBtqYxzNEyg==", + "dev": true, "dependencies": { "kind-of": "^3.0.2" }, @@ -47017,11 +46603,15 @@ }, "node_modules/to-object-path/node_modules/is-buffer": { "version": "1.1.6", - "license": "MIT" + "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", - "license": "MIT", + "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" }, @@ -47031,7 +46621,9 @@ }, "node_modules/to-regex": { "version": "3.0.2", - "license": "MIT", + "resolved": "https://registry.npmjs.org/to-regex/-/to-regex-3.0.2.tgz", + "integrity": "sha512-FWtleNAtZ/Ki2qtqej2CXTOayOH9bHDQF+Q48VpWyDXjbYxA4Yz8iDB31zXOBUlOHHKidDbqGVrTUvQMPmBGBw==", + "dev": true, "dependencies": { "define-property": "^2.0.2", "extend-shallow": "^3.0.2", @@ -47044,7 +46636,8 @@ }, "node_modules/to-regex-range": { "version": "5.0.1", - "license": "MIT", + "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz", + "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==", "dependencies": { "is-number": "^7.0.0" }, @@ -47052,24 +46645,20 @@ "node": ">=8.0" } }, - "node_modules/to-regex/node_modules/safe-regex": { - "version": "1.1.0", - "license": "MIT", - "dependencies": { - "ret": "~0.1.10" - } - }, "node_modules/toidentifier": { "version": "1.0.1", - "license": "MIT", + "resolved": "https://registry.npmjs.org/toidentifier/-/toidentifier-1.0.1.tgz", + "integrity": "sha512-o5sSPKEkg/DIQNmH43V0/uerLrpzVedkUh8tGNvaeXpfpuwjKenlSox/2O/BTlZUtEe+JG7s5YhEz608PlAHRA==", + "dev": true, "engines": { "node": ">=0.6" } }, "node_modules/tough-cookie": { "version": "2.5.0", + "resolved": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-2.5.0.tgz", + "integrity": "sha512-nlLsUzgm1kfLXSXfRZMc1KLAugd4hqJHDTvc2hDIwS3mZAfMEuMbc03SujMF+GEcpaX/qboeycw6iO8JwVv2+g==", "dev": true, - "license": "BSD-3-Clause", "dependencies": { "psl": "^1.1.28", "punycode": "^2.1.1" @@ -47080,39 +46669,52 @@ }, "node_modules/tr46": { "version": "0.0.3", - "license": "MIT" + "resolved": "https://registry.npmjs.org/tr46/-/tr46-0.0.3.tgz", + "integrity": "sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw==", + "devOptional": true }, "node_modules/tree-kill": { "version": "1.2.2", + "resolved": "https://registry.npmjs.org/tree-kill/-/tree-kill-1.2.2.tgz", + "integrity": "sha512-L0Orpi8qGpRG//Nd+H90vFB+3iHnue1zSSGmNOOCh1GLJ7rUKVwV2HvijphGQS2UmhUZewS9VgvxYIdgr+fG1A==", "dev": true, - "license": "MIT", "bin": { "tree-kill": "cli.js" } }, "node_modules/treeify": { "version": "1.1.0", + "resolved": "https://registry.npmjs.org/treeify/-/treeify-1.1.0.tgz", + "integrity": "sha512-1m4RA7xVAJrSGrrXGs0L3YTwyvBs2S8PbRHaLZAkFw7JR8oIFwYtysxlBZhYIa7xSyiYJKZ3iGrrk55cGA3i9A==", "dev": true, - "license": "MIT", "engines": { "node": ">=0.6" } }, "node_modules/trim": { - "version": "0.0.1" + "version": "0.0.1", + "resolved": "https://registry.npmjs.org/trim/-/trim-0.0.1.tgz", + "integrity": "sha512-YzQV+TZg4AxpKxaTHK3c3D+kRDCGVEE7LemdlQZoQXn0iennk10RsIoY6ikzAqJTc9Xjl9C1/waHom/J86ziAQ==", + "deprecated": "Use String.prototype.trim() instead", + "dev": true }, "node_modules/trim-newlines": { - "version": "3.0.1", + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/trim-newlines/-/trim-newlines-4.1.1.tgz", + "integrity": "sha512-jRKj0n0jXWo6kh62nA5TEh3+4igKDXLvzBJcPpiizP7oOolUrYIxmVBG9TOtHYFHoddUk6YvAkGeGoSVTXfQXQ==", "dev": true, - "license": "MIT", "engines": { - "node": ">=8" + "node": ">=12" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" } }, "node_modules/trim-repeated": { "version": "1.0.0", + "resolved": "https://registry.npmjs.org/trim-repeated/-/trim-repeated-1.0.0.tgz", + "integrity": "sha512-pkonvlKk8/ZuR0D5tLW8ljt5I8kmxp2XKymhepUeOdCEfKpZaktSArkLHZt76OB1ZvO9bssUsDty4SWhLvZpLg==", "dev": true, - "license": "MIT", "dependencies": { "escape-string-regexp": "^1.0.2" }, @@ -47122,7 +46724,9 @@ }, "node_modules/trim-trailing-lines": { "version": "1.1.4", - "license": "MIT", + "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" @@ -47130,7 +46734,9 @@ }, "node_modules/trough": { "version": "1.0.5", - "license": "MIT", + "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" @@ -47150,14 +46756,17 @@ }, "node_modules/ts-dedent": { "version": "2.2.0", - "license": "MIT", + "resolved": "https://registry.npmjs.org/ts-dedent/-/ts-dedent-2.2.0.tgz", + "integrity": "sha512-q5W7tVM71e2xjHZTlgfTDoPF/SmqKG5hddq9SzR49CH2hayqRKJtQ4mtRlSxKaJlR/+9rEM+mnBHf7I2/BQcpQ==", + "dev": true, "engines": { "node": ">=6.10" } }, "node_modules/ts-invariant": { "version": "0.10.3", - "license": "MIT", + "resolved": "https://registry.npmjs.org/ts-invariant/-/ts-invariant-0.10.3.tgz", + "integrity": "sha512-uivwYcQaxAucv1CzRp2n/QdYPo4ILf9VXgH19zEIjFx2EJufV16P0JtJVpYHy89DItG6Kwj2oIUjrcK5au+4tQ==", "dependencies": { "tslib": "^2.1.0" }, @@ -47228,6 +46837,12 @@ "node": ">=7.0.0" } }, + "node_modules/ts-loader/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==", + "dev": true + }, "node_modules/ts-loader/node_modules/has-flag": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", @@ -47251,8 +46866,9 @@ }, "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==", "dev": true, - "license": "MIT", "dependencies": { "@cspotcode/source-map-support": "^0.8.0", "@tsconfig/node10": "^1.0.7", @@ -47293,7 +46909,9 @@ }, "node_modules/ts-pnp": { "version": "1.2.0", - "license": "MIT", + "resolved": "https://registry.npmjs.org/ts-pnp/-/ts-pnp-1.2.0.tgz", + "integrity": "sha512-csd+vJOb/gkzvcCHgTGSChYpy5f1/XKNsmvBGO4JXS+z1v2HobugDz4s1IeFXM3wZB44uczs+eazB5Q/ccdhQw==", + "dev": true, "engines": { "node": ">=6" }, @@ -47305,8 +46923,9 @@ }, "node_modules/tsconfig-paths": { "version": "4.2.0", + "resolved": "https://registry.npmjs.org/tsconfig-paths/-/tsconfig-paths-4.2.0.tgz", + "integrity": "sha512-NoZ4roiN7LnbKn9QqE1amc9DJfzvZXxF4xDavcOWt1BPkdx+m+0gJuPM+S0vCe7zTJMYUP0R8pO2XMr+Y8oLIg==", "dev": true, - "license": "MIT", "dependencies": { "json5": "^2.2.2", "minimist": "^1.2.6", @@ -47317,19 +46936,24 @@ } }, "node_modules/tsconfig-paths-webpack-plugin": { - "version": "3.5.2", + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/tsconfig-paths-webpack-plugin/-/tsconfig-paths-webpack-plugin-4.0.0.tgz", + "integrity": "sha512-fw/7265mIWukrSHd0i+wSwx64kYUSAKPfxRDksjKIYTxSAp9W9/xcZVBF4Kl0eqQd5eBpAQ/oQrc5RyM/0c1GQ==", "dev": true, - "license": "MIT", "dependencies": { "chalk": "^4.1.0", "enhanced-resolve": "^5.7.0", - "tsconfig-paths": "^3.9.0" + "tsconfig-paths": "^4.0.0" + }, + "engines": { + "node": ">=10.13.0" } }, "node_modules/tsconfig-paths-webpack-plugin/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==", "dev": true, - "license": "MIT", "dependencies": { "color-convert": "^2.0.1" }, @@ -47342,8 +46966,9 @@ }, "node_modules/tsconfig-paths-webpack-plugin/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, - "license": "MIT", "dependencies": { "ansi-styles": "^4.1.0", "supports-color": "^7.1.0" @@ -47357,8 +46982,9 @@ }, "node_modules/tsconfig-paths-webpack-plugin/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==", "dev": true, - "license": "MIT", "dependencies": { "color-name": "~1.1.4" }, @@ -47366,37 +46992,26 @@ "node": ">=7.0.0" } }, + "node_modules/tsconfig-paths-webpack-plugin/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==", + "dev": true + }, "node_modules/tsconfig-paths-webpack-plugin/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==", "dev": true, - "license": "MIT", "engines": { "node": ">=8" } }, - "node_modules/tsconfig-paths-webpack-plugin/node_modules/json5": { - "version": "1.0.2", - "dev": true, - "license": "MIT", - "dependencies": { - "minimist": "^1.2.0" - }, - "bin": { - "json5": "lib/cli.js" - } - }, - "node_modules/tsconfig-paths-webpack-plugin/node_modules/strip-bom": { - "version": "3.0.0", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=4" - } - }, "node_modules/tsconfig-paths-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, - "license": "MIT", "dependencies": { "has-flag": "^4.0.0" }, @@ -47404,21 +47019,11 @@ "node": ">=8" } }, - "node_modules/tsconfig-paths-webpack-plugin/node_modules/tsconfig-paths": { - "version": "3.14.2", - "dev": true, - "license": "MIT", - "dependencies": { - "@types/json5": "^0.0.29", - "json5": "^1.0.2", - "minimist": "^1.2.6", - "strip-bom": "^3.0.0" - } - }, "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": "sha512-vavAMRXOgBVNF6nyEEmL3DBK19iRpDcoIwW+swQ+CbGiu7lju6t+JklA1MHweoWtadgt4ISVUsXLyDq34ddcwA==", "dev": true, - "license": "MIT", "engines": { "node": ">=4" } @@ -47430,8 +47035,9 @@ }, "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, - "license": "MIT", "dependencies": { "tslib": "^1.8.1" }, @@ -47444,8 +47050,9 @@ }, "node_modules/tsutils-etc": { "version": "1.4.2", + "resolved": "https://registry.npmjs.org/tsutils-etc/-/tsutils-etc-1.4.2.tgz", + "integrity": "sha512-2Dn5SxTDOu6YWDNKcx1xu2YUy6PUeKrWZB/x2cQ8vY2+iz3JRembKn/iZ0JLT1ZudGNwQQvtFX9AwvRHbXuPUg==", "dev": true, - "license": "MIT", "dependencies": { "@types/yargs": "^17.0.0", "yargs": "^17.0.0" @@ -47461,17 +47068,105 @@ }, "node_modules/tsutils/node_modules/tslib": { "version": "1.14.1", - "dev": true, - "license": "0BSD" + "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", - "license": "MIT" + "resolved": "https://registry.npmjs.org/tty-browserify/-/tty-browserify-0.0.0.tgz", + "integrity": "sha512-JVa5ijo+j/sOoHGjw0sxw734b1LhBkQ3bvUGNdxnVXDCX81Yx7TFgnZygxrIIWn23hbfTaMYLwRmAxFyDuFmIw==", + "dev": true + }, + "node_modules/tuf-js": { + "version": "1.1.7", + "resolved": "https://registry.npmjs.org/tuf-js/-/tuf-js-1.1.7.tgz", + "integrity": "sha512-i3P9Kgw3ytjELUfpuKVDNBJvk4u5bXL6gskv572mcevPbSKCV3zt3djhmlEQ65yERjIbOSncy7U4cQJaB1CBCg==", + "dev": true, + "dependencies": { + "@tufjs/models": "1.0.4", + "debug": "^4.3.4", + "make-fetch-happen": "^11.1.1" + }, + "engines": { + "node": "^14.17.0 || ^16.13.0 || >=18.0.0" + } + }, + "node_modules/tuf-js/node_modules/lru-cache": { + "version": "7.18.3", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-7.18.3.tgz", + "integrity": "sha512-jumlc0BIUrS3qJGgIkWZsyfAM7NCWiBcCDhnd+3NNM5KbBmLTgHVfWBcg6W+rLUsIpzpERPsvwUP7CckAQSOoA==", + "dev": true, + "engines": { + "node": ">=12" + } + }, + "node_modules/tuf-js/node_modules/make-fetch-happen": { + "version": "11.1.1", + "resolved": "https://registry.npmjs.org/make-fetch-happen/-/make-fetch-happen-11.1.1.tgz", + "integrity": "sha512-rLWS7GCSTcEujjVBs2YqG7Y4643u8ucvCJeSRqiLYhesrDuzeuFIk37xREzAsfQaqzl8b9rNCE4m6J8tvX4Q8w==", + "dev": true, + "dependencies": { + "agentkeepalive": "^4.2.1", + "cacache": "^17.0.0", + "http-cache-semantics": "^4.1.1", + "http-proxy-agent": "^5.0.0", + "https-proxy-agent": "^5.0.0", + "is-lambda": "^1.0.1", + "lru-cache": "^7.7.1", + "minipass": "^5.0.0", + "minipass-fetch": "^3.0.0", + "minipass-flush": "^1.0.5", + "minipass-pipeline": "^1.2.4", + "negotiator": "^0.6.3", + "promise-retry": "^2.0.1", + "socks-proxy-agent": "^7.0.0", + "ssri": "^10.0.0" + }, + "engines": { + "node": "^14.17.0 || ^16.13.0 || >=18.0.0" + } + }, + "node_modules/tuf-js/node_modules/minipass": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/minipass/-/minipass-5.0.0.tgz", + "integrity": "sha512-3FnjYuehv9k6ovOEbyOswadCDPX1piCfhV8ncmYtHOjuPwylVWsghTLo7rabjC3Rx5xD4HDx8Wm1xnMF7S5qFQ==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/tuf-js/node_modules/minipass-fetch": { + "version": "3.0.4", + "resolved": "https://registry.npmjs.org/minipass-fetch/-/minipass-fetch-3.0.4.tgz", + "integrity": "sha512-jHAqnA728uUpIaFm7NWsCnqKT6UqZz7GcI/bDpPATuwYyKwJwW0remxSCxUlKiEty+eopHGa3oc8WxgQ1FFJqg==", + "dev": true, + "dependencies": { + "minipass": "^7.0.3", + "minipass-sized": "^1.0.3", + "minizlib": "^2.1.2" + }, + "engines": { + "node": "^14.17.0 || ^16.13.0 || >=18.0.0" + }, + "optionalDependencies": { + "encoding": "^0.1.13" + } + }, + "node_modules/tuf-js/node_modules/minipass-fetch/node_modules/minipass": { + "version": "7.0.4", + "resolved": "https://registry.npmjs.org/minipass/-/minipass-7.0.4.tgz", + "integrity": "sha512-jYofLM5Dam9279rdkWzqHozUo4ybjdZmCsDHePy5V/PbBcVMiSZR97gmAy45aqi8CK1lG2ECd356FU86avfwUQ==", + "dev": true, + "engines": { + "node": ">=16 || 14 >=14.17" + } }, "node_modules/tunnel-agent": { "version": "0.6.0", + "resolved": "https://registry.npmjs.org/tunnel-agent/-/tunnel-agent-0.6.0.tgz", + "integrity": "sha512-McnNiV1l8RYeY8tBgEpuodCC1mLUdbSN+CYBL7kJsJNInOP8UjDDEwdk6Mw60vdLLrr5NHKZhMAOSrR2NZuQ+w==", "dev": true, - "license": "Apache-2.0", "dependencies": { "safe-buffer": "^5.0.1" }, @@ -47481,18 +47176,20 @@ }, "node_modules/tweetnacl": { "version": "0.14.5", - "dev": true, - "license": "Unlicense" + "resolved": "https://registry.npmjs.org/tweetnacl/-/tweetnacl-0.14.5.tgz", + "integrity": "sha512-KXXFFdAbFXY4geFIwoyNK+f5Z1b7swfXABfL7HXCmoIWMKU3dmS26672A4EeQtDzLKy7SXmfBu51JolvEKwtGA==", + "dev": true }, "node_modules/type": { "version": "1.2.0", - "license": "ISC" + "resolved": "https://registry.npmjs.org/type/-/type-1.2.0.tgz", + "integrity": "sha512-+5nt5AAniqsCnu2cEQQdpzCAh33kVx8n0VoFidKpB1dVVLAN/F+bgVOqOJqOnEnrhp222clB5p3vUlD+1QAnfg==" }, "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==", - "devOptional": true, + "dev": true, "dependencies": { "prelude-ls": "^1.2.1" }, @@ -47502,15 +47199,18 @@ }, "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, - "license": "MIT", "engines": { "node": ">=4" } }, "node_modules/type-fest": { "version": "0.20.2", - "license": "(MIT OR CC0-1.0)", + "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" }, @@ -47520,7 +47220,9 @@ }, "node_modules/type-is": { "version": "1.6.18", - "license": "MIT", + "resolved": "https://registry.npmjs.org/type-is/-/type-is-1.6.18.tgz", + "integrity": "sha512-TkRKr9sUTxEH8MdfuCSP7VizJyzRNMjj2J2do2Jr3Kym598JVdEksuzPQCnlFPW4ky9Q+iA+ma9BGm06XQBy8g==", + "dev": true, "dependencies": { "media-typer": "0.3.0", "mime-types": "~2.1.24" @@ -47529,9 +47231,62 @@ "node": ">= 0.6" } }, + "node_modules/typed-array-buffer": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/typed-array-buffer/-/typed-array-buffer-1.0.0.tgz", + "integrity": "sha512-Y8KTSIglk9OZEr8zywiIHG/kmQ7KWyjseXs1CbSo8vC42w7hg2HgYTxSWwP0+is7bWDc1H+Fo026CpHFwm8tkw==", + "dev": true, + "dependencies": { + "call-bind": "^1.0.2", + "get-intrinsic": "^1.2.1", + "is-typed-array": "^1.1.10" + }, + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/typed-array-byte-length": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/typed-array-byte-length/-/typed-array-byte-length-1.0.0.tgz", + "integrity": "sha512-Or/+kvLxNpeQ9DtSydonMxCx+9ZXOswtwJn17SNLvhptaXYDJvkFFP5zbfU/uLmvnBJlI4yrnXRxpdWH/M5tNA==", + "dev": true, + "dependencies": { + "call-bind": "^1.0.2", + "for-each": "^0.3.3", + "has-proto": "^1.0.1", + "is-typed-array": "^1.1.10" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/typed-array-byte-offset": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/typed-array-byte-offset/-/typed-array-byte-offset-1.0.0.tgz", + "integrity": "sha512-RD97prjEt9EL8YgAgpOkf3O4IF9lhJFr9g0htQkm0rchFp/Vx7LW5Q8fSXXub7BXAODyUQohRMyOc3faCPd0hg==", + "dev": true, + "dependencies": { + "available-typed-arrays": "^1.0.5", + "call-bind": "^1.0.2", + "for-each": "^0.3.3", + "has-proto": "^1.0.1", + "is-typed-array": "^1.1.10" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, "node_modules/typed-array-length": { "version": "1.0.4", - "license": "MIT", + "resolved": "https://registry.npmjs.org/typed-array-length/-/typed-array-length-1.0.4.tgz", + "integrity": "sha512-KjZypGq+I/H7HI5HlOoGHkWUUGq+Q0TPhQurLbyrVrvnKTBgzLhIJ7j6J/XTQOi0d1RjyZ0wdas8bKs2p0x3Ng==", + "dev": true, "dependencies": { "call-bind": "^1.0.2", "for-each": "^0.3.3", @@ -47543,23 +47298,29 @@ }, "node_modules/typed-assert": { "version": "1.0.9", - "dev": true, - "license": "MIT" + "resolved": "https://registry.npmjs.org/typed-assert/-/typed-assert-1.0.9.tgz", + "integrity": "sha512-KNNZtayBCtmnNmbo5mG47p1XsCyrx6iVqomjcZnec/1Y5GGARaxPs6r49RnSPeUP3YjNYiU9sQHAtY4BBvnZwg==", + "dev": true }, "node_modules/typedarray": { "version": "0.0.6", - "license": "MIT" + "resolved": "https://registry.npmjs.org/typedarray/-/typedarray-0.0.6.tgz", + "integrity": "sha512-/aCDEGatGvZ2BIk+HmLf4ifCJFwvKFNb9/JeZPMulfgFracn9QFcAf5GO8B/mweUjSoblS5In0cWhqpfs/5PQA==", + "dev": true }, "node_modules/typedarray-to-buffer": { "version": "3.1.5", - "license": "MIT", + "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/typescript": { - "version": "4.7.4", - "license": "Apache-2.0", + "version": "4.9.5", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.9.5.tgz", + "integrity": "sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==", + "dev": true, "bin": { "tsc": "bin/tsc", "tsserver": "bin/tsserver" @@ -47569,7 +47330,9 @@ } }, "node_modules/ua-parser-js": { - "version": "0.7.35", + "version": "0.7.37", + "resolved": "https://registry.npmjs.org/ua-parser-js/-/ua-parser-js-0.7.37.tgz", + "integrity": "sha512-xV8kqRKM+jhMvcHWUKthV9fNebIzrNy//2O9ZwWcfiBFR5f25XVZPLlEajk/sf3Ra15V92isyQqnIEXRDaZWEA==", "dev": true, "funding": [ { @@ -47579,16 +47342,21 @@ { "type": "paypal", "url": "https://paypal.me/faisalman" + }, + { + "type": "github", + "url": "https://github.com/sponsors/faisalman" } ], - "license": "MIT", "engines": { "node": "*" } }, "node_modules/uglify-js": { "version": "3.17.4", - "license": "BSD-2-Clause", + "resolved": "https://registry.npmjs.org/uglify-js/-/uglify-js-3.17.4.tgz", + "integrity": "sha512-T9q82TJI9e/C1TAxYvfb16xO120tMVFZrGA3f9/P4424DNu6ypK103y0GPFVa17yotwSyZW5iYXgjYHkGrJW/g==", + "dev": true, "optional": true, "bin": { "uglifyjs": "bin/uglifyjs" @@ -47599,7 +47367,9 @@ }, "node_modules/unbox-primitive": { "version": "1.0.2", - "license": "MIT", + "resolved": "https://registry.npmjs.org/unbox-primitive/-/unbox-primitive-1.0.2.tgz", + "integrity": "sha512-61pPlCD9h51VoreyJ0BReideM3MDKMKnh6+V9L08331ipq6Q8OFXZYiqP6n/tbHx4s5I9uRhcye6BrbkizkBDw==", + "dev": true, "dependencies": { "call-bind": "^1.0.2", "has-bigints": "^1.0.2", @@ -47612,11 +47382,15 @@ }, "node_modules/unfetch": { "version": "4.2.0", - "license": "MIT" + "resolved": "https://registry.npmjs.org/unfetch/-/unfetch-4.2.0.tgz", + "integrity": "sha512-F9p7yYCn6cIW9El1zi0HI6vqpeIvBsr3dSuRO6Xuppb1u5rXpCPmMvLSyECLhybr9isec8Ohl0hPekMVrEinDA==", + "dev": true }, "node_modules/unherit": { "version": "1.1.3", - "license": "MIT", + "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" @@ -47628,14 +47402,18 @@ }, "node_modules/unicode-canonical-property-names-ecmascript": { "version": "2.0.0", - "license": "MIT", + "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, "engines": { "node": ">=4" } }, "node_modules/unicode-match-property-ecmascript": { "version": "2.0.0", - "license": "MIT", + "resolved": "https://registry.npmjs.org/unicode-match-property-ecmascript/-/unicode-match-property-ecmascript-2.0.0.tgz", + "integrity": "sha512-5kaZCrbp5mmbz5ulBkDkbY0SsPOjKqVS35VpL9ulMPfSl0J0Xsm+9Evphv9CoIZFwre7aJoa94AY6seMKGVN5Q==", + "dev": true, "dependencies": { "unicode-canonical-property-names-ecmascript": "^2.0.0", "unicode-property-aliases-ecmascript": "^2.0.0" @@ -47646,21 +47424,27 @@ }, "node_modules/unicode-match-property-value-ecmascript": { "version": "2.1.0", - "license": "MIT", + "resolved": "https://registry.npmjs.org/unicode-match-property-value-ecmascript/-/unicode-match-property-value-ecmascript-2.1.0.tgz", + "integrity": "sha512-qxkjQt6qjg/mYscYMC0XKRn3Rh0wFPlfxB0xkt9CfyTvpX1Ra0+rAmdX2QyAobptSEvuy4RtpPRui6XkV+8wjA==", + "dev": true, "engines": { "node": ">=4" } }, "node_modules/unicode-property-aliases-ecmascript": { "version": "2.1.0", - "license": "MIT", + "resolved": "https://registry.npmjs.org/unicode-property-aliases-ecmascript/-/unicode-property-aliases-ecmascript-2.1.0.tgz", + "integrity": "sha512-6t3foTQI9qne+OZoVQB/8x8rk2k1eVy1gRXhV3oFQ5T6R1dqQ1xtin3XqSlx3+ATBkliTaR/hHyJBm+LVPNM8w==", + "dev": true, "engines": { "node": ">=4" } }, "node_modules/unified": { "version": "9.2.0", - "license": "MIT", + "resolved": "https://registry.npmjs.org/unified/-/unified-9.2.0.tgz", + "integrity": "sha512-vx2Z0vY+a3YoTj8+pttM3tiJHCwY5UFbYdiWrwBEbHmK8pvsPj2rtAX2BFfgXen8T39CJWblWRDT4L5WGXtDdg==", + "dev": true, "dependencies": { "bail": "^1.0.0", "extend": "^3.0.0", @@ -47676,13 +47460,17 @@ }, "node_modules/unified/node_modules/is-plain-obj": { "version": "2.1.0", - "license": "MIT", + "resolved": "https://registry.npmjs.org/is-plain-obj/-/is-plain-obj-2.1.0.tgz", + "integrity": "sha512-YWnfyRwxL/+SsrWYfOpUtz5b3YD+nyfkHvjbcanzk8zgyO4ASD67uVMRt8k5bM4lLMDnXfriRhOpemw+NfT1eA==", + "dev": true, "engines": { "node": ">=8" } }, "node_modules/union": { "version": "0.5.0", + "resolved": "https://registry.npmjs.org/union/-/union-0.5.0.tgz", + "integrity": "sha512-N6uOhuW6zO95P3Mel2I2zMsbsanvvtgn6jVqJv4vbVcz/JN0OkL9suomjQGmWtxJQXOCqUJvquc1sMeNz/IwlA==", "dev": true, "dependencies": { "qs": "^6.4.0" @@ -47693,7 +47481,9 @@ }, "node_modules/union-value": { "version": "1.0.1", - "license": "MIT", + "resolved": "https://registry.npmjs.org/union-value/-/union-value-1.0.1.tgz", + "integrity": "sha512-tJfXmxMeWYnczCVs7XAEvIV7ieppALdyepWMkHkwciRpZraG/xwT+s2JN8+pr1+8jCRf80FFzvr+MpQeeoF4Xg==", + "dev": true, "dependencies": { "arr-union": "^3.1.0", "get-value": "^2.0.6", @@ -47706,28 +47496,56 @@ }, "node_modules/union-value/node_modules/is-extendable": { "version": "0.1.1", - "license": "MIT", + "resolved": "https://registry.npmjs.org/is-extendable/-/is-extendable-0.1.1.tgz", + "integrity": "sha512-5BMULNob1vgFX6EjQw5izWDxrecWK9AM72rugNr0TFldMOi0fj6Jk+zeKIt0xGj4cEfQIJth4w3OKWOJ4f+AFw==", + "dev": true, "engines": { "node": ">=0.10.0" } }, "node_modules/unique-filename": { - "version": "1.1.1", - "license": "ISC", + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/unique-filename/-/unique-filename-3.0.0.tgz", + "integrity": "sha512-afXhuC55wkAmZ0P18QsVE6kp8JaxrEokN2HGIoIVv2ijHQd419H0+6EigAFcIzXeMIkcIkNBpB3L/DXB3cTS/g==", + "dev": true, "dependencies": { - "unique-slug": "^2.0.0" + "unique-slug": "^4.0.0" + }, + "engines": { + "node": "^14.17.0 || ^16.13.0 || >=18.0.0" } }, "node_modules/unique-slug": { - "version": "2.0.2", - "license": "ISC", + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/unique-slug/-/unique-slug-4.0.0.tgz", + "integrity": "sha512-WrcA6AyEfqDX5bWige/4NQfPZMtASNVxdmWR76WESYQVAACSgWcR6e9i0mofqqBxYFtL4oAxPIptY73/0YE1DQ==", + "dev": true, "dependencies": { "imurmurhash": "^0.1.4" + }, + "engines": { + "node": "^14.17.0 || ^16.13.0 || >=18.0.0" + } + }, + "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==", + "dependencies": { + "crypto-random-string": "^4.0.0" + }, + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" } }, "node_modules/unist-builder": { "version": "2.0.3", - "license": "MIT", + "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" @@ -47735,7 +47553,9 @@ }, "node_modules/unist-util-generated": { "version": "1.1.6", - "license": "MIT", + "resolved": "https://registry.npmjs.org/unist-util-generated/-/unist-util-generated-1.1.6.tgz", + "integrity": "sha512-cln2Mm1/CZzN5ttGK7vkoGw+RZ8VcUH6BtGbq98DDtRGquAAOXig1mrBQYelOwMXYS8rK+vZDyyojSjp7JX+Lg==", + "dev": true, "funding": { "type": "opencollective", "url": "https://opencollective.com/unified" @@ -47743,7 +47563,9 @@ }, "node_modules/unist-util-is": { "version": "4.1.0", - "license": "MIT", + "resolved": "https://registry.npmjs.org/unist-util-is/-/unist-util-is-4.1.0.tgz", + "integrity": "sha512-ZOQSsnce92GrxSqlnEEseX0gi7GH9zTJZ0p9dtu87WRb/37mMPO2Ilx1s/t9vBHrFhbgweUwb+t7cIn5dxPhZg==", + "dev": true, "funding": { "type": "opencollective", "url": "https://opencollective.com/unified" @@ -47751,7 +47573,9 @@ }, "node_modules/unist-util-position": { "version": "3.1.0", - "license": "MIT", + "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" @@ -47759,7 +47583,9 @@ }, "node_modules/unist-util-remove": { "version": "2.1.0", - "license": "MIT", + "resolved": "https://registry.npmjs.org/unist-util-remove/-/unist-util-remove-2.1.0.tgz", + "integrity": "sha512-J8NYPyBm4baYLdCbjmf1bhPu45Cr1MWTm77qd9istEkzWpnN6O9tMsEbB2JhNnBCqGENRqEWomQ+He6au0B27Q==", + "dev": true, "dependencies": { "unist-util-is": "^4.0.0" }, @@ -47770,8 +47596,9 @@ }, "node_modules/unist-util-remove-position": { "version": "1.1.4", + "resolved": "https://registry.npmjs.org/unist-util-remove-position/-/unist-util-remove-position-1.1.4.tgz", + "integrity": "sha512-tLqd653ArxJIPnKII6LMZwH+mb5q+n/GtXQZo6S6csPRs5zB0u79Yw8ouR3wTw8wxvdJFhpP6Y7jorWdCgLO0A==", "dev": true, - "license": "MIT", "peer": true, "dependencies": { "unist-util-visit": "^1.1.0" @@ -47783,7 +47610,9 @@ }, "node_modules/unist-util-stringify-position": { "version": "2.0.3", - "license": "MIT", + "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": { "@types/unist": "^2.0.2" }, @@ -47794,8 +47623,9 @@ }, "node_modules/unist-util-visit": { "version": "1.4.1", + "resolved": "https://registry.npmjs.org/unist-util-visit/-/unist-util-visit-1.4.1.tgz", + "integrity": "sha512-AvGNk7Bb//EmJZyhtRUnNMEpId/AZ5Ph/KUpTI09WHQuDZHKovQ1oEv3mfmKpWKtoMzyMC4GLBm1Zy5k12fjIw==", "dev": true, - "license": "MIT", "peer": true, "dependencies": { "unist-util-visit-parents": "^2.0.0" @@ -47803,8 +47633,9 @@ }, "node_modules/unist-util-visit-parents": { "version": "2.1.2", + "resolved": "https://registry.npmjs.org/unist-util-visit-parents/-/unist-util-visit-parents-2.1.2.tgz", + "integrity": "sha512-DyN5vD4NE3aSeB+PXYNKxzGsfocxp6asDc2XXE3b0ekO2BaRUpBicbbUygfSvYfUz1IkmjFR1YF7dPklraMZ2g==", "dev": true, - "license": "MIT", "peer": true, "dependencies": { "unist-util-is": "^3.0.0" @@ -47812,27 +47643,34 @@ }, "node_modules/unist-util-visit-parents/node_modules/unist-util-is": { "version": "3.0.0", + "resolved": "https://registry.npmjs.org/unist-util-is/-/unist-util-is-3.0.0.tgz", + "integrity": "sha512-sVZZX3+kspVNmLWBPAB6r+7D9ZgAFPNWm66f7YNb420RlQSbn+n8rG8dGZSkrER7ZIXGQYNm5pqC3v3HopH24A==", "dev": true, - "license": "MIT", "peer": true }, "node_modules/universalify": { - "version": "2.0.0", - "license": "MIT", + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/universalify/-/universalify-2.0.1.tgz", + "integrity": "sha512-gptHNQghINnc/vTGIk0SOFGFNXw7JVrlRUtConJRlvaw6DuX0wO5Jeko9sWrMBhh+PsYAZ7oXAiOnf/UKogyiw==", + "dev": true, "engines": { "node": ">= 10.0.0" } }, "node_modules/unpipe": { "version": "1.0.0", - "license": "MIT", + "resolved": "https://registry.npmjs.org/unpipe/-/unpipe-1.0.0.tgz", + "integrity": "sha512-pjy2bYhSsufwWlKwPc+l3cN7+wuJlK6uz0YdJEOlQDbl6jo/YlPi4mb8agUkVC8BF7V8NuzeyPNqRksA3hztKQ==", + "dev": true, "engines": { "node": ">= 0.8" } }, "node_modules/unset-value": { "version": "1.0.0", - "license": "MIT", + "resolved": "https://registry.npmjs.org/unset-value/-/unset-value-1.0.0.tgz", + "integrity": "sha512-PcA2tsuGSF9cnySLHTLSh2qrQiJ70mn+r+Glzxv2TWZblxsxCC52BDlZoPCsz7STd9pN7EZetkWZBAvk4cgZdQ==", + "dev": true, "dependencies": { "has-value": "^0.3.1", "isobject": "^3.0.0" @@ -47843,7 +47681,9 @@ }, "node_modules/unset-value/node_modules/has-value": { "version": "0.3.1", - "license": "MIT", + "resolved": "https://registry.npmjs.org/has-value/-/has-value-0.3.1.tgz", + "integrity": "sha512-gpG936j8/MzaeID5Yif+577c17TxaDmhuyVgSwtnL/q8UUTySg8Mecb+8Cf1otgLoD7DDH75axp86ER7LFsf3Q==", + "dev": true, "dependencies": { "get-value": "^2.0.3", "has-values": "^0.1.4", @@ -47855,7 +47695,9 @@ }, "node_modules/unset-value/node_modules/has-value/node_modules/isobject": { "version": "2.1.0", - "license": "MIT", + "resolved": "https://registry.npmjs.org/isobject/-/isobject-2.1.0.tgz", + "integrity": "sha512-+OUdGJlgjOBZDfxnDjYYG6zp487z0JGNQq3cYQYg5f5hKR+syHMsaztzGeml/4kGG55CSpKSpWTY+jYGgsHLgA==", + "dev": true, "dependencies": { "isarray": "1.0.0" }, @@ -47865,18 +47707,24 @@ }, "node_modules/unset-value/node_modules/has-values": { "version": "0.1.4", - "license": "MIT", + "resolved": "https://registry.npmjs.org/has-values/-/has-values-0.1.4.tgz", + "integrity": "sha512-J8S0cEdWuQbqD9//tlZxiMuMNmxB8PlEwvYwuxsTmR1G5RXUePEX/SJn7aD0GMLieuZYSwNH0cQuJGwnYunXRQ==", + "dev": true, "engines": { "node": ">=0.10.0" } }, "node_modules/unset-value/node_modules/isarray": { "version": "1.0.0", - "license": "MIT" + "resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz", + "integrity": "sha512-VLghIWNM6ELQzo7zwmcg0NmTVyWKYjvIeM83yjp0wRDTmUnrM678fQbcKBo6n2CJEF0szoG//ytg+TKla89ALQ==", + "dev": true }, "node_modules/untildify": { "version": "2.1.0", - "license": "MIT", + "resolved": "https://registry.npmjs.org/untildify/-/untildify-2.1.0.tgz", + "integrity": "sha512-sJjbDp2GodvkB0FZZcn7k6afVisqX5BZD7Yq3xp4nN2O15BBK0cLm3Vwn2vQaF7UDS0UUsrQMkkplmDI5fskig==", + "dev": true, "optional": true, "dependencies": { "os-homedir": "^1.0.0" @@ -47887,7 +47735,9 @@ }, "node_modules/upath": { "version": "1.2.0", - "license": "MIT", + "resolved": "https://registry.npmjs.org/upath/-/upath-1.2.0.tgz", + "integrity": "sha512-aZwGpamFO61g3OlfT7OQCHqhGnW43ieH9WZeP7QxN/G/jS4jfqUkZxoryvJgVPEcrl5NL/ggHsSmLMHuH64Lhg==", + "dev": true, "optional": true, "engines": { "node": ">=4", @@ -47895,7 +47745,10 @@ } }, "node_modules/update-browserslist-db": { - "version": "1.0.11", + "version": "1.0.13", + "resolved": "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.0.13.tgz", + "integrity": "sha512-xebP81SNcPuNpPP3uzeW1NYXxI3rxyJzF3pD6sH4jE7o/IX+WtSpwnVU+qIsDPyk0d3hmFQ7mjqc6AtV604hbg==", + "dev": true, "funding": [ { "type": "opencollective", @@ -47910,7 +47763,6 @@ "url": "https://github.com/sponsors/ai" } ], - "license": "MIT", "dependencies": { "escalade": "^3.1.1", "picocolors": "^1.0.0" @@ -47924,31 +47776,41 @@ }, "node_modules/uri-js": { "version": "4.4.1", - "license": "BSD-2-Clause", + "resolved": "https://registry.npmjs.org/uri-js/-/uri-js-4.4.1.tgz", + "integrity": "sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==", + "dev": true, "dependencies": { "punycode": "^2.1.0" } }, "node_modules/urix": { "version": "0.1.0", - "license": "MIT" + "resolved": "https://registry.npmjs.org/urix/-/urix-0.1.0.tgz", + "integrity": "sha512-Am1ousAhSLBeB9cG/7k7r2R0zj50uDRlZHPGbazid5s9rlF1F/QKYObEKSIunSjIOkJZqwRRLpvewjEkM7pSqg==", + "deprecated": "Please see https://github.com/lydell/urix#deprecated", + "dev": true }, "node_modules/url": { - "version": "0.11.0", - "license": "MIT", + "version": "0.11.3", + "resolved": "https://registry.npmjs.org/url/-/url-0.11.3.tgz", + "integrity": "sha512-6hxOLGfZASQK/cijlZnZJTq8OXAkt/3YGfQX45vvMYXpZoo8NdWZcY73K108Jf759lS1Bv/8wXnHDTSz17dSRw==", + "dev": true, "dependencies": { - "punycode": "1.3.2", - "querystring": "0.2.0" + "punycode": "^1.4.1", + "qs": "^6.11.2" } }, "node_modules/url-join": { "version": "4.0.1", - "dev": true, - "license": "MIT" + "resolved": "https://registry.npmjs.org/url-join/-/url-join-4.0.1.tgz", + "integrity": "sha512-jk1+QP6ZJqyOiuEI9AEWQfju/nB2Pw466kbA0LEZljHwKeMgd9WrAEgEGxjPDD2+TNbbb37rTyhEfrCXfuKXnA==", + "dev": true }, "node_modules/url-loader": { "version": "4.1.1", - "license": "MIT", + "resolved": "https://registry.npmjs.org/url-loader/-/url-loader-4.1.1.tgz", + "integrity": "sha512-3BTV812+AVHHOJQO8O5MkWgZ5aosP7GnROJwvzLS9hWDj00lZ6Z0wNak423Lp9PBZN05N+Jk/N5Si8jRAlGyWA==", + "dev": true, "dependencies": { "loader-utils": "^2.0.0", "mime-types": "^2.1.27", @@ -47973,7 +47835,9 @@ }, "node_modules/url-loader/node_modules/ajv": { "version": "6.12.6", - "license": "MIT", + "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz", + "integrity": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==", + "dev": true, "dependencies": { "fast-deep-equal": "^3.1.1", "fast-json-stable-stringify": "^2.0.0", @@ -47987,18 +47851,24 @@ }, "node_modules/url-loader/node_modules/ajv-keywords": { "version": "3.5.2", - "license": "MIT", + "resolved": "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-3.5.2.tgz", + "integrity": "sha512-5p6WTN0DdTGVQk6VjcEju19IgaHudalcfabD7yhDGeA6bcQnmL+CpveLJq/3hvfwd1aof6L386Ougkx6RfyMIQ==", + "dev": true, "peerDependencies": { "ajv": "^6.9.1" } }, "node_modules/url-loader/node_modules/json-schema-traverse": { "version": "0.4.1", - "license": "MIT" + "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/url-loader/node_modules/loader-utils": { "version": "2.0.4", - "license": "MIT", + "resolved": "https://registry.npmjs.org/loader-utils/-/loader-utils-2.0.4.tgz", + "integrity": "sha512-xXqpXoINfFhgua9xiqD8fPFHgkoq1mmmpE92WlDbm9rNRd/EbRb+Gqf908T2DMfuHjjJlksiK2RbHVOdD/MqSw==", + "dev": true, "dependencies": { "big.js": "^5.2.2", "emojis-list": "^3.0.0", @@ -48009,8 +47879,10 @@ } }, "node_modules/url-loader/node_modules/schema-utils": { - "version": "3.1.2", - "license": "MIT", + "version": "3.3.0", + "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-3.3.0.tgz", + "integrity": "sha512-pN/yOAvcC+5rQ5nERGuwrjLlYvLTbCibnZ1I7B1LaiAz9BRBlE9GMgE/eqV30P7aJQUf7Ddimy/RsbYO/GrVGg==", + "dev": true, "dependencies": { "@types/json-schema": "^7.0.8", "ajv": "^6.12.5", @@ -48024,50 +47896,53 @@ "url": "https://opencollective.com/webpack" } }, - "node_modules/url-parse": { - "version": "1.5.10", - "dev": true, - "license": "MIT", - "dependencies": { - "querystringify": "^2.1.1", - "requires-port": "^1.0.0" - } - }, "node_modules/url/node_modules/punycode": { - "version": "1.3.2", - "license": "MIT" + "version": "1.4.1", + "resolved": "https://registry.npmjs.org/punycode/-/punycode-1.4.1.tgz", + "integrity": "sha512-jmYNElW7yvO7TV33CjSmvSiE2yco3bV2czu/OzDKdMNVZQWfxCblURLhf+47syQRBntjfLdd/H0egrzIG+oaFQ==", + "dev": true }, "node_modules/use": { "version": "3.1.1", - "license": "MIT", + "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/utf8": { "version": "2.1.2", - "dev": true, - "license": "MIT" + "resolved": "https://registry.npmjs.org/utf8/-/utf8-2.1.2.tgz", + "integrity": "sha512-QXo+O/QkLP/x1nyi54uQiG0XrODxdysuQvE5dtVqv7F5K2Qb6FsN+qbr6KhF5wQ20tfcV3VQp0/2x1e1MRSPWg==", + "dev": true }, "node_modules/util": { "version": "0.11.1", - "license": "MIT", + "resolved": "https://registry.npmjs.org/util/-/util-0.11.1.tgz", + "integrity": "sha512-HShAsny+zS2TZfaXxD9tYj4HQGlBezXZMZuM/S5PKLLoZkShZiGk9o5CzukI1LVHZvjdvZ2Sj1aW/Ndn2NB/HQ==", + "dev": true, "dependencies": { "inherits": "2.0.3" } }, "node_modules/util-deprecate": { "version": "1.0.2", - "license": "MIT" + "resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz", + "integrity": "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==", + "devOptional": true }, "node_modules/util-extend": { "version": "1.0.3", - "dev": true, - "license": "MIT" + "resolved": "https://registry.npmjs.org/util-extend/-/util-extend-1.0.3.tgz", + "integrity": "sha512-mLs5zAK+ctllYBj+iAQvlDCwoxU/WDOUaJkcFudeiAX6OajC6BKXJUa9a+tbtkC11dz2Ufb7h0lyvIOVn4LADA==", + "dev": true }, "node_modules/util.promisify": { "version": "1.0.0", - "license": "MIT", + "resolved": "https://registry.npmjs.org/util.promisify/-/util.promisify-1.0.0.tgz", + "integrity": "sha512-i+6qA2MPhvoKLuxnJNpXAGhg7HphQOSUq2LKMZD0m15EiskXUkMvKdF4Uui0WYeCUGea+o2cw/ZuwehtfsrNkA==", + "dev": true, "dependencies": { "define-properties": "^1.1.2", "object.getownpropertydescriptors": "^2.0.3" @@ -48075,41 +47950,53 @@ }, "node_modules/util/node_modules/inherits": { "version": "2.0.3", - "license": "ISC" + "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz", + "integrity": "sha512-x00IRNXNy63jwGkJmzPigoySHbaqpNuzKbBOmzK+g2OdZpQ9w+sxCN+VSB3ja7IAge2OP2qpfxTjeNcyjmW1uw==", + "dev": true }, "node_modules/utila": { "version": "0.4.0", - "license": "MIT" + "resolved": "https://registry.npmjs.org/utila/-/utila-0.4.0.tgz", + "integrity": "sha512-Z0DbgELS9/L/75wZbro8xAnT50pBVFQZ+hUEueGDU5FN51YSCYM+jdxsfCiHjwNP/4LCDD0i/graKpeBnOXKRA==", + "dev": true }, "node_modules/utils-merge": { "version": "1.0.1", - "license": "MIT", + "resolved": "https://registry.npmjs.org/utils-merge/-/utils-merge-1.0.1.tgz", + "integrity": "sha512-pMZTvIkT1d+TFGvDOqodOclx0QWkkgi6Tdoa8gC8ffGAAqz9pzPTZWAybbsHHoED/ztMtkv/VoYTYyShUn81hA==", + "dev": true, "engines": { "node": ">= 0.4.0" } }, "node_modules/uuid": { - "version": "8.3.2", + "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, - "license": "MIT", "bin": { - "uuid": "dist/bin/uuid" + "uuid": "bin/uuid" } }, "node_modules/uuid-browser": { "version": "3.1.0", - "dev": true, - "license": "MIT" + "resolved": "https://registry.npmjs.org/uuid-browser/-/uuid-browser-3.1.0.tgz", + "integrity": "sha512-dsNgbLaTrd6l3MMxTtouOCFw4CBFc/3a+GgYA2YyrJvyQ1u6q4pcu3ktLoUZ/VN/Aw9WsauazbgsgdfVWgAKQg==", + "deprecated": "Package no longer supported and required. Use the uuid package or crypto.randomUUID instead", + "dev": true }, "node_modules/v8-compile-cache": { "version": "2.3.0", - "dev": true, - "license": "MIT" + "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", - "dev": true, - "license": "MIT" + "resolved": "https://registry.npmjs.org/v8-compile-cache-lib/-/v8-compile-cache-lib-3.0.1.tgz", + "integrity": "sha512-wa7YjyUGfNZngI/vtK0UHAN+lgDCxBPCylVXGp0zu59Fz5aiGtNXaq3DhIov063MorB+VfufLh3JlF2KdTK3xg==", + "dev": true }, "node_modules/v8-to-istanbul": { "version": "9.1.3", @@ -48133,38 +48020,43 @@ }, "node_modules/validate-npm-package-license": { "version": "3.0.4", - "license": "Apache-2.0", + "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, "dependencies": { "spdx-correct": "^3.0.0", "spdx-expression-parse": "^3.0.0" } }, "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==", + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/validate-npm-package-name/-/validate-npm-package-name-5.0.0.tgz", + "integrity": "sha512-YuKoXDAhBYxY7SfOKxHBDoSyENFeW5VvIIQp2TGQuit8gpK6MnWaQelBKxso72DoxTZfZdcP3W90LqpSkgPzLQ==", "dev": true, "dependencies": { "builtins": "^5.0.0" }, "engines": { - "node": "^12.13.0 || ^14.15.0 || >=16.0.0" + "node": "^14.17.0 || ^16.13.0 || >=18.0.0" } }, "node_modules/vary": { "version": "1.1.2", - "license": "MIT", + "resolved": "https://registry.npmjs.org/vary/-/vary-1.1.2.tgz", + "integrity": "sha512-BNGbWLfd0eUPabhkXUVm0j8uuvREyTh5ovRa/dyow/BqAbZJyC+5fU+IzQOzmAKzYqYRAISoRhdQr3eIZ/PXqg==", + "dev": true, "engines": { "node": ">= 0.8" } }, "node_modules/verror": { "version": "1.10.0", + "resolved": "https://registry.npmjs.org/verror/-/verror-1.10.0.tgz", + "integrity": "sha512-ZZKSmDAEFOijERBLkmYfJ+vmk3w+7hOLYDNkRCuRuMJGEmqYNCNLyBBFwWKVMhfwaEF3WOd0Zlw86U/WC/+nYw==", "dev": true, "engines": [ "node >=0.6.0" ], - "license": "MIT", "dependencies": { "assert-plus": "^1.0.0", "core-util-is": "1.0.2", @@ -48173,12 +48065,15 @@ }, "node_modules/verror/node_modules/core-util-is": { "version": "1.0.2", - "dev": true, - "license": "MIT" + "resolved": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.2.tgz", + "integrity": "sha512-3lqz5YjWTYnW6dlDa5TLaTCcShfar1e40rmcJVwCBJC6mWlFuj0eCHIElmG1g5kyuJ/GD+8Wn4FFCcz4gJPfaQ==", + "dev": true }, "node_modules/vfile": { "version": "4.2.1", - "license": "MIT", + "resolved": "https://registry.npmjs.org/vfile/-/vfile-4.2.1.tgz", + "integrity": "sha512-O6AE4OskCG5S1emQ/4gl8zK586RqA3srz3nfK/Viy0UPToBc5Trp9BVFb1u0CjsKrAWwnpr4ifM/KBXPWwJbCA==", + "dev": true, "dependencies": { "@types/unist": "^2.0.0", "is-buffer": "^2.0.0", @@ -48192,7 +48087,9 @@ }, "node_modules/vfile-location": { "version": "3.2.0", - "license": "MIT", + "resolved": "https://registry.npmjs.org/vfile-location/-/vfile-location-3.2.0.tgz", + "integrity": "sha512-aLEIZKv/oxuCDZ8lkJGhuhztf/BW4M+iHdCwglA/eWc+vtuRFJj8EtgceYFX4LRjOhCAAiNHsKGssC6onJ+jbA==", + "dev": true, "funding": { "type": "opencollective", "url": "https://opencollective.com/unified" @@ -48200,7 +48097,9 @@ }, "node_modules/vfile-message": { "version": "2.0.4", - "license": "MIT", + "resolved": "https://registry.npmjs.org/vfile-message/-/vfile-message-2.0.4.tgz", + "integrity": "sha512-DjssxRGkMvifUOJre00juHoP9DPWuzjxKuMDrhNbk2TdaYYBNMStsNhEOt3idrtI12VQYM/1+iM0KOzXi4pxwQ==", + "dev": true, "dependencies": { "@types/unist": "^2.0.0", "unist-util-stringify-position": "^2.0.0" @@ -48212,57 +48111,43 @@ }, "node_modules/vm-browserify": { "version": "1.1.2", - "license": "MIT" + "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": "2.0.1", + "resolved": "https://registry.npmjs.org/void-elements/-/void-elements-2.0.1.tgz", + "integrity": "sha512-qZKX4RnBzH2ugr8Lxa7x+0V6XD9Sb/ouARtiasEQCHB1EVU4NXtmHsDDrx1dO4ne5fc3J6EW05BP1Dl0z0iung==", "dev": true, - "license": "MIT", "engines": { "node": ">=0.10.0" } }, "node_modules/vscode-languageserver-textdocument": { - "version": "1.0.8", - "license": "MIT" + "version": "1.0.11", + "resolved": "https://registry.npmjs.org/vscode-languageserver-textdocument/-/vscode-languageserver-textdocument-1.0.11.tgz", + "integrity": "sha512-X+8T3GoiwTVlJbicx/sIAF+yuJAqz8VvwJyoMVhwEMoEKE/fkDmrqUgDMyBECcM2A2frVZIUj5HI/ErRXCfOeA==" }, "node_modules/vscode-uri": { - "version": "3.0.7", - "license": "MIT" - }, - "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==", - "deprecated": "Use your platform's native performance.now() and performance.timeOrigin.", - "dev": true, - "dependencies": { - "browser-process-hrtime": "^1.0.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==", - "dev": true, - "dependencies": { - "xml-name-validator": "^3.0.0" - }, - "engines": { - "node": ">=10" - } + "version": "3.0.8", + "resolved": "https://registry.npmjs.org/vscode-uri/-/vscode-uri-3.0.8.tgz", + "integrity": "sha512-AyFQ0EVmsOZOlAnxoFOGOq1SQDWAB7C6aqMGS23svWAllfOaxbuFvcT8D1i8z3Gyn8fraVeZNNmN6e9bxxXkKw==" }, "node_modules/walker": { "version": "1.0.8", + "resolved": "https://registry.npmjs.org/walker/-/walker-1.0.8.tgz", + "integrity": "sha512-ts/8E8l5b7kY0vlWLewOkDXMmPdLcVV4GmOQLyxuSswIJsweeFZtAsMF7k1Nszz+TYBQrlYRmzOnr398y1JemQ==", "dev": true, - "license": "Apache-2.0", "dependencies": { "makeerror": "1.0.12" } }, "node_modules/watchpack": { "version": "2.4.0", - "license": "MIT", + "resolved": "https://registry.npmjs.org/watchpack/-/watchpack-2.4.0.tgz", + "integrity": "sha512-Lcvm7MGST/4fup+ifyKi2hjyIAwcdI4HRgtvTpIUxBRhB+RFtUh8XtDOxUfctVCnhVi+QQj49i91OyvzkJl6cg==", + "dev": true, "dependencies": { "glob-to-regexp": "^0.4.1", "graceful-fs": "^4.1.2" @@ -48273,7 +48158,9 @@ }, "node_modules/watchpack-chokidar2": { "version": "2.0.1", - "license": "MIT", + "resolved": "https://registry.npmjs.org/watchpack-chokidar2/-/watchpack-chokidar2-2.0.1.tgz", + "integrity": "sha512-nCFfBIPKr5Sh61s4LPpy1Wtfi0HE8isJ3d2Yb5/Ppw2P2B/3eVSEBjKfN0fmHJSK14+31KwMKmcrzs2GM4P0Ww==", + "dev": true, "optional": true, "dependencies": { "chokidar": "^2.1.8" @@ -48281,7 +48168,9 @@ }, "node_modules/watchpack-chokidar2/node_modules/anymatch": { "version": "2.0.0", - "license": "ISC", + "resolved": "https://registry.npmjs.org/anymatch/-/anymatch-2.0.0.tgz", + "integrity": "sha512-5teOsQWABXHHBFP9y3skS5P3d/WfWXpv3FUpy+LorMrNYaT9pI4oLMQX7jzQ2KklNpGpWHzdCXTDT2Y3XGlZBw==", + "dev": true, "optional": true, "dependencies": { "micromatch": "^3.1.4", @@ -48290,7 +48179,9 @@ }, "node_modules/watchpack-chokidar2/node_modules/anymatch/node_modules/normalize-path": { "version": "2.1.1", - "license": "MIT", + "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-2.1.1.tgz", + "integrity": "sha512-3pKJwH184Xo/lnH6oyP1q2pMd7HcypqqmRs91/6/i2CGtWwIKGCkOOMTm/zXbgTEWHw1uNpNi/igc3ePOYHb6w==", + "dev": true, "optional": true, "dependencies": { "remove-trailing-separator": "^1.0.1" @@ -48301,7 +48192,9 @@ }, "node_modules/watchpack-chokidar2/node_modules/binary-extensions": { "version": "1.13.1", - "license": "MIT", + "resolved": "https://registry.npmjs.org/binary-extensions/-/binary-extensions-1.13.1.tgz", + "integrity": "sha512-Un7MIEDdUC5gNpcGDV97op1Ywk748MpHcFTHoYs6qnj1Z3j7I53VG3nwZhKzoBZmbdRNnb6WRdFlwl7tSDuZGw==", + "dev": true, "optional": true, "engines": { "node": ">=0.10.0" @@ -48309,7 +48202,9 @@ }, "node_modules/watchpack-chokidar2/node_modules/braces": { "version": "2.3.2", - "license": "MIT", + "resolved": "https://registry.npmjs.org/braces/-/braces-2.3.2.tgz", + "integrity": "sha512-aNdbnj9P8PjdXU4ybaWLK2IF3jc/EoDYbC7AazW6to3TRsfXxscC9UXOB5iDiEQrkyIbWp2SLQda4+QAa7nc3w==", + "dev": true, "optional": true, "dependencies": { "arr-flatten": "^1.1.0", @@ -48329,7 +48224,9 @@ }, "node_modules/watchpack-chokidar2/node_modules/braces/node_modules/extend-shallow": { "version": "2.0.1", - "license": "MIT", + "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz", + "integrity": "sha512-zCnTtlxNoAiDc3gqY2aYAWFx7XWWiasuF2K8Me5WbN8otHKTUKBwjPtNpRs/rbUZm7KxWAaNj7P1a/p52GbVug==", + "dev": true, "optional": true, "dependencies": { "is-extendable": "^0.1.0" @@ -48340,7 +48237,10 @@ }, "node_modules/watchpack-chokidar2/node_modules/chokidar": { "version": "2.1.8", - "license": "MIT", + "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": { "anymatch": "^2.0.0", @@ -48361,7 +48261,9 @@ }, "node_modules/watchpack-chokidar2/node_modules/fill-range": { "version": "4.0.0", - "license": "MIT", + "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-4.0.0.tgz", + "integrity": "sha512-VcpLTWqWDiTerugjj8e3+esbg+skS3M9e54UuR3iCeIDMXCLTsAH8hTSzDQU/X6/6t3eYkOKoZSef2PlU6U1XQ==", + "dev": true, "optional": true, "dependencies": { "extend-shallow": "^2.0.1", @@ -48375,7 +48277,9 @@ }, "node_modules/watchpack-chokidar2/node_modules/fill-range/node_modules/extend-shallow": { "version": "2.0.1", - "license": "MIT", + "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz", + "integrity": "sha512-zCnTtlxNoAiDc3gqY2aYAWFx7XWWiasuF2K8Me5WbN8otHKTUKBwjPtNpRs/rbUZm7KxWAaNj7P1a/p52GbVug==", + "dev": true, "optional": true, "dependencies": { "is-extendable": "^0.1.0" @@ -48386,9 +48290,11 @@ }, "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": "The v1 package contains DANGEROUS / INSECURE binaries. Upgrade to safe fsevents v2", "dev": true, "hasInstallScript": true, - "license": "MIT", "optional": true, "os": [ "darwin" @@ -48403,7 +48309,9 @@ }, "node_modules/watchpack-chokidar2/node_modules/glob-parent": { "version": "3.1.0", - "license": "ISC", + "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-3.1.0.tgz", + "integrity": "sha512-E8Ak/2+dZY6fnzlR7+ueWvhsH1SjHr4jjss4YS/h4py44jY9MhK/VFdaZJAWDz6BbL21KeteKxFSFpq8OS5gVA==", + "dev": true, "optional": true, "dependencies": { "is-glob": "^3.1.0", @@ -48412,7 +48320,9 @@ }, "node_modules/watchpack-chokidar2/node_modules/glob-parent/node_modules/is-glob": { "version": "3.1.0", - "license": "MIT", + "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-3.1.0.tgz", + "integrity": "sha512-UFpDDrPgM6qpnFNI+rh/p3bUaq9hKLZN8bMUWzxmcnZVS3omf4IPK+BrewlnWjO1WmUsMYuSjKh4UJuV4+Lqmw==", + "dev": true, "optional": true, "dependencies": { "is-extglob": "^2.1.0" @@ -48423,7 +48333,9 @@ }, "node_modules/watchpack-chokidar2/node_modules/is-binary-path": { "version": "1.0.1", - "license": "MIT", + "resolved": "https://registry.npmjs.org/is-binary-path/-/is-binary-path-1.0.1.tgz", + "integrity": "sha512-9fRVlXc0uCxEDj1nQzaWONSpbTfx0FmJfzHF7pwlI8DkWGoHBBea4Pg5Ky0ojwwxQmnSifgbKkI06Qv0Ljgj+Q==", + "dev": true, "optional": true, "dependencies": { "binary-extensions": "^1.0.0" @@ -48434,12 +48346,16 @@ }, "node_modules/watchpack-chokidar2/node_modules/is-buffer": { "version": "1.1.6", - "license": "MIT", + "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": "0.1.1", - "license": "MIT", + "resolved": "https://registry.npmjs.org/is-extendable/-/is-extendable-0.1.1.tgz", + "integrity": "sha512-5BMULNob1vgFX6EjQw5izWDxrecWK9AM72rugNr0TFldMOi0fj6Jk+zeKIt0xGj4cEfQIJth4w3OKWOJ4f+AFw==", + "dev": true, "optional": true, "engines": { "node": ">=0.10.0" @@ -48447,7 +48363,9 @@ }, "node_modules/watchpack-chokidar2/node_modules/is-number": { "version": "3.0.0", - "license": "MIT", + "resolved": "https://registry.npmjs.org/is-number/-/is-number-3.0.0.tgz", + "integrity": "sha512-4cboCqIpliH+mAvFNegjZQ4kgKc3ZUhQVr3HvWbSh5q3WH2v82ct+T2Y1hdU5Gdtorx/cLifQjqCbL7bpznLTg==", + "dev": true, "optional": true, "dependencies": { "kind-of": "^3.0.2" @@ -48458,7 +48376,9 @@ }, "node_modules/watchpack-chokidar2/node_modules/is-number/node_modules/kind-of": { "version": "3.2.2", - "license": "MIT", + "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz", + "integrity": "sha512-NOW9QQXMoZGg/oqnVNoNTTIFEIid1627WCffUBJEdMxYApq7mNE7CpzucIPc+ZQg25Phej7IJSmX3hO+oblOtQ==", + "dev": true, "optional": true, "dependencies": { "is-buffer": "^1.1.5" @@ -48469,12 +48389,16 @@ }, "node_modules/watchpack-chokidar2/node_modules/isarray": { "version": "1.0.0", - "license": "MIT", + "resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz", + "integrity": "sha512-VLghIWNM6ELQzo7zwmcg0NmTVyWKYjvIeM83yjp0wRDTmUnrM678fQbcKBo6n2CJEF0szoG//ytg+TKla89ALQ==", + "dev": true, "optional": true }, "node_modules/watchpack-chokidar2/node_modules/micromatch": { "version": "3.1.10", - "license": "MIT", + "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-3.1.10.tgz", + "integrity": "sha512-MWikgl9n9M3w+bpsY3He8L+w9eF9338xRl8IAO5viDizwSzziFEyUzo2xrrloB64ADbTf8uA8vRqqttDTOmccg==", + "dev": true, "optional": true, "dependencies": { "arr-diff": "^4.0.0", @@ -48497,7 +48421,9 @@ }, "node_modules/watchpack-chokidar2/node_modules/readable-stream": { "version": "2.3.8", - "license": "MIT", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.8.tgz", + "integrity": "sha512-8p0AUk4XODgIewSi0l8Epjs+EVnWiK7NoDIEGU0HhE7+ZyY8D1IMY7odu5lRrFXGg71L15KG8QrPmum45RTtdA==", + "dev": true, "optional": true, "dependencies": { "core-util-is": "~1.0.0", @@ -48511,7 +48437,9 @@ }, "node_modules/watchpack-chokidar2/node_modules/readdirp": { "version": "2.2.1", - "license": "MIT", + "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", @@ -48524,7 +48452,9 @@ }, "node_modules/watchpack-chokidar2/node_modules/string_decoder": { "version": "1.1.1", - "license": "MIT", + "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz", + "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", + "dev": true, "optional": true, "dependencies": { "safe-buffer": "~5.1.0" @@ -48532,7 +48462,9 @@ }, "node_modules/watchpack-chokidar2/node_modules/to-regex-range": { "version": "2.1.1", - "license": "MIT", + "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-2.1.1.tgz", + "integrity": "sha512-ZZWNfCjUokXXDGXFpZehJIkZqq91BcULFq/Pi7M5i4JnxXdhMKAK682z8bCW3o8Hj1wuuzoKcW3DfVzaP6VuNg==", + "dev": true, "optional": true, "dependencies": { "is-number": "^3.0.0", @@ -48544,23 +48476,27 @@ }, "node_modules/wbuf": { "version": "1.7.3", + "resolved": "https://registry.npmjs.org/wbuf/-/wbuf-1.7.3.tgz", + "integrity": "sha512-O84QOnr0icsbFGLS0O3bI5FswxzRr8/gHwWkDlQFskhSPryQXvrTMxjxGP4+iWYoauLoBvfDpkrOauZ+0iZpDA==", "dev": true, - "license": "MIT", "dependencies": { "minimalistic-assert": "^1.0.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, - "license": "MIT", "dependencies": { "defaults": "^1.0.3" } }, "node_modules/web-namespaces": { "version": "1.1.4", - "license": "MIT", + "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" @@ -48568,15 +48504,17 @@ }, "node_modules/web-streams-polyfill": { "version": "3.2.1", - "license": "MIT", + "resolved": "https://registry.npmjs.org/web-streams-polyfill/-/web-streams-polyfill-3.2.1.tgz", + "integrity": "sha512-e0MO3wdXWKrLbL0DgGnUV7WHVuw9OUvL4hjgnPkIeEvESk74gAITi5G606JtZPp39cd8HA9VQzCIvA49LpPN5Q==", "engines": { "node": ">= 8" } }, "node_modules/webdriver-js-extender": { "version": "2.1.0", + "resolved": "https://registry.npmjs.org/webdriver-js-extender/-/webdriver-js-extender-2.1.0.tgz", + "integrity": "sha512-lcUKrjbBfCK6MNsh7xaY2UAUmZwe+/ib03AjVOpFobX4O7+83BUveSrLfU0Qsyb1DaKJdQRbuU+kM9aZ6QUhiQ==", "dev": true, - "license": "MIT", "dependencies": { "@types/selenium-webdriver": "^3.0.0", "selenium-webdriver": "^3.0.1" @@ -48586,14 +48524,16 @@ } }, "node_modules/webdriver-js-extender/node_modules/@types/selenium-webdriver": { - "version": "3.0.21", - "dev": true, - "license": "MIT" + "version": "3.0.26", + "resolved": "https://registry.npmjs.org/@types/selenium-webdriver/-/selenium-webdriver-3.0.26.tgz", + "integrity": "sha512-dyIGFKXfUFiwkMfNGn1+F6b80ZjR3uSYv1j6xVJSDlft5waZ2cwkHW4e7zNzvq7hiEackcgvBpmnXZrI1GltPg==", + "dev": true }, "node_modules/webdriver-js-extender/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, - "license": "ISC", "dependencies": { "fs.realpath": "^1.0.0", "inflight": "^1.0.4", @@ -48609,10 +48549,23 @@ "url": "https://github.com/sponsors/isaacs" } }, + "node_modules/webdriver-js-extender/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": { + "brace-expansion": "^1.1.7" + }, + "engines": { + "node": "*" + } + }, "node_modules/webdriver-js-extender/node_modules/rimraf": { "version": "2.7.1", + "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-2.7.1.tgz", + "integrity": "sha512-uWjbaKIK3T1OSVptzX7Nl6PvQ3qAGtKEtVRjRuazjfL3Bx5eI409VZSqgND+4UNnmzLVdPj9FqFJNPqBZFve4w==", "dev": true, - "license": "ISC", "dependencies": { "glob": "^7.1.3" }, @@ -48622,8 +48575,9 @@ }, "node_modules/webdriver-js-extender/node_modules/selenium-webdriver": { "version": "3.6.0", + "resolved": "https://registry.npmjs.org/selenium-webdriver/-/selenium-webdriver-3.6.0.tgz", + "integrity": "sha512-WH7Aldse+2P5bbFBO4Gle/nuQOdVwpHMTL6raL3uuBj/vPG07k6uzt3aiahu352ONBr5xXh0hDlM3LhtXPOC4Q==", "dev": true, - "license": "Apache-2.0", "dependencies": { "jszip": "^3.1.3", "rimraf": "^2.5.4", @@ -48636,8 +48590,9 @@ }, "node_modules/webdriver-js-extender/node_modules/tmp": { "version": "0.0.30", + "resolved": "https://registry.npmjs.org/tmp/-/tmp-0.0.30.tgz", + "integrity": "sha512-HXdTB7lvMwcb55XFfrTM8CPr/IYREk4hVBFaQ4b/6nInrluSL86hfHm7vu0luYKCfyBZp2trCjpc8caC3vVM3w==", "dev": true, - "license": "MIT", "dependencies": { "os-tmpdir": "~1.0.1" }, @@ -48672,24 +48627,27 @@ }, "node_modules/webdriver-manager/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, - "license": "MIT", "engines": { "node": ">=0.10.0" } }, "node_modules/webdriver-manager/node_modules/ansi-styles": { "version": "2.2.1", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-2.2.1.tgz", + "integrity": "sha512-kmCevFghRiWM7HB5zTPULl4r9bVFSWjz62MhqizDGUrq2NWuNMQyuv4tHHoKJHs69M/MF64lEcHdYIocrdWQYA==", "dev": true, - "license": "MIT", "engines": { "node": ">=0.10.0" } }, "node_modules/webdriver-manager/node_modules/chalk": { "version": "1.1.3", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz", + "integrity": "sha512-U3lRVLMSlsCfjqYPbLyVv11M9CPW4I728d6TCKMAOJueEeB9/8o+eSsMnxPJD+Q+K909sdESg7C+tIkoH6on1A==", "dev": true, - "license": "MIT", "dependencies": { "ansi-styles": "^2.2.1", "escape-string-regexp": "^1.0.2", @@ -48703,8 +48661,9 @@ }, "node_modules/webdriver-manager/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, - "license": "ISC", "dependencies": { "fs.realpath": "^1.0.0", "inflight": "^1.0.4", @@ -48722,13 +48681,27 @@ }, "node_modules/webdriver-manager/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/webdriver-manager/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, - "license": "ISC" + "dependencies": { + "brace-expansion": "^1.1.7" + }, + "engines": { + "node": "*" + } }, "node_modules/webdriver-manager/node_modules/rimraf": { "version": "2.7.1", + "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-2.7.1.tgz", + "integrity": "sha512-uWjbaKIK3T1OSVptzX7Nl6PvQ3qAGtKEtVRjRuazjfL3Bx5eI409VZSqgND+4UNnmzLVdPj9FqFJNPqBZFve4w==", "dev": true, - "license": "ISC", "dependencies": { "glob": "^7.1.3" }, @@ -48747,8 +48720,9 @@ }, "node_modules/webdriver-manager/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, - "license": "MIT", "dependencies": { "ansi-regex": "^2.0.0" }, @@ -48758,20 +48732,24 @@ }, "node_modules/webdriver-manager/node_modules/supports-color": { "version": "2.0.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-2.0.0.tgz", + "integrity": "sha512-KKNVtd6pCYgPIKU4cp2733HWYCpplQhddZLBUryaAHou723x+FRzQ5Df824Fj+IyyuiQTRoub4SnIFfIcrp70g==", "dev": true, - "license": "MIT", "engines": { "node": ">=0.8.0" } }, "node_modules/webidl-conversions": { "version": "3.0.1", - "license": "BSD-2-Clause" + "resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-3.0.1.tgz", + "integrity": "sha512-2JAn3z8AR6rjK8Sm8orRC0h/bcl/DqL7tRPdGZ4I1CjdF+EaMLmYxBHyXuKL849eucPFhvBoxMsflfOb8kxaeQ==", + "devOptional": true }, "node_modules/webpack": { - "version": "5.88.2", - "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.88.2.tgz", - "integrity": "sha512-JmcgNZ1iKj+aiR0OvTYtWQqJwq37Pf683dY9bVORwVbUrDhLhdn/PlO2sHsFHPkj7sHNQF3JwaAkp49V+Sq1tQ==", + "version": "5.89.0", + "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.89.0.tgz", + "integrity": "sha512-qyfIC10pOr70V+jkmud8tMfajraGCZMBWJtrmuBymQKCrLTRejBI8STDp1MCyZu/QTdZSeacCQYpYNQVOzX5kw==", + "dev": true, "dependencies": { "@types/eslint-scope": "^3.7.3", "@types/estree": "^1.0.0", @@ -48815,9 +48793,9 @@ } }, "node_modules/webpack-cli": { - "version": "5.1.3", - "resolved": "https://registry.npmjs.org/webpack-cli/-/webpack-cli-5.1.3.tgz", - "integrity": "sha512-MTuk7NUMvEHQUSXCpvUrF1q2p0FJS40dPFfqQvG3jTWcgv/8plBNz2Kv2HXZiLGPnfmSAA5uCtCILO1JBmmkfw==", + "version": "5.1.4", + "resolved": "https://registry.npmjs.org/webpack-cli/-/webpack-cli-5.1.4.tgz", + "integrity": "sha512-pIDJHIEI9LR0yxHXQ+Qh95k2EvXpWzZ5l+d+jIo+RdSm9MiHfzazIxwwni/p7+x4eJZuvG1AJwgC4TNQ7NRgsg==", "dev": true, "dependencies": { "@discoveryjs/json-ext": "^0.5.0", @@ -48861,64 +48839,50 @@ }, "node_modules/webpack-cli/node_modules/commander": { "version": "10.0.1", + "resolved": "https://registry.npmjs.org/commander/-/commander-10.0.1.tgz", + "integrity": "sha512-y4Mg2tXshplEbSGzx7amzPwKKOCGuoSRP/CjEdwwk0FOGlUbq6lKuoyDZTNZkmxHdJtp54hdfY/JUrdL7Xfdug==", "dev": true, - "license": "MIT", "engines": { "node": ">=14" } }, "node_modules/webpack-cli/node_modules/interpret": { "version": "3.1.1", + "resolved": "https://registry.npmjs.org/interpret/-/interpret-3.1.1.tgz", + "integrity": "sha512-6xwYfHbajpoF0xLW+iwLkhwgvLoZDfjYfoFNu8ftMoXINzwuymNLd9u/KmwtdT2GbR+/Cz66otEGEVVUHX9QLQ==", "dev": true, - "license": "MIT", "engines": { "node": ">=10.13.0" } }, "node_modules/webpack-dev-middleware": { - "version": "5.3.3", + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/webpack-dev-middleware/-/webpack-dev-middleware-6.0.1.tgz", + "integrity": "sha512-PZPZ6jFinmqVPJZbisfggDiC+2EeGZ1ZByyMP5sOFJcPPWSexalISz+cvm+j+oYPT7FIJyxT76esjnw9DhE5sw==", "dev": true, - "license": "MIT", "dependencies": { "colorette": "^2.0.10", - "memfs": "^3.4.3", + "memfs": "^3.4.12", "mime-types": "^2.1.31", "range-parser": "^1.2.1", "schema-utils": "^4.0.0" }, "engines": { - "node": ">= 12.13.0" + "node": ">= 14.15.0" }, "funding": { "type": "opencollective", "url": "https://opencollective.com/webpack" }, "peerDependencies": { - "webpack": "^4.0.0 || ^5.0.0" - } - }, - "node_modules/webpack-dev-middleware/node_modules/schema-utils": { - "version": "4.0.1", - "dev": true, - "license": "MIT", - "dependencies": { - "@types/json-schema": "^7.0.9", - "ajv": "^8.9.0", - "ajv-formats": "^2.1.1", - "ajv-keywords": "^5.1.0" - }, - "engines": { - "node": ">= 12.13.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/webpack" + "webpack": "^5.0.0" } }, "node_modules/webpack-dev-server": { - "version": "4.9.3", + "version": "4.11.1", + "resolved": "https://registry.npmjs.org/webpack-dev-server/-/webpack-dev-server-4.11.1.tgz", + "integrity": "sha512-lILVz9tAUy1zGFwieuaQtYiadImb5M3d+H+L1zDYalYoDl0cksAB1UNyuE5MMWJrG6zR1tXkCP2fitl7yoUJiw==", "dev": true, - "license": "MIT", "dependencies": { "@types/bonjour": "^3.5.9", "@types/connect-history-api-fallback": "^1.3.5", @@ -48943,7 +48907,7 @@ "p-retry": "^4.5.0", "rimraf": "^3.0.2", "schema-utils": "^4.0.0", - "selfsigned": "^2.0.1", + "selfsigned": "^2.1.1", "serve-index": "^1.9.1", "sockjs": "^0.3.24", "spdy": "^4.0.2", @@ -48971,16 +48935,18 @@ }, "node_modules/webpack-dev-server/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==", "dev": true, - "license": "MIT", "engines": { "node": ">=0.8" } }, "node_modules/webpack-dev-server/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, - "license": "ISC", "dependencies": { "fs.realpath": "^1.0.0", "inflight": "^1.0.4", @@ -48997,17 +48963,31 @@ } }, "node_modules/webpack-dev-server/node_modules/ipaddr.js": { - "version": "2.0.1", + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/ipaddr.js/-/ipaddr.js-2.1.0.tgz", + "integrity": "sha512-LlbxQ7xKzfBusov6UMi4MFpEg0m+mAm9xyNGEduwXMEDuf4WfzB/RZwMVYEd7IKGvh4IUkEXYxtAVu9T3OelJQ==", "dev": true, - "license": "MIT", "engines": { "node": ">= 10" } }, + "node_modules/webpack-dev-server/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": { + "brace-expansion": "^1.1.7" + }, + "engines": { + "node": "*" + } + }, "node_modules/webpack-dev-server/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, - "license": "ISC", "dependencies": { "glob": "^7.1.3" }, @@ -49018,15 +48998,17 @@ "url": "https://github.com/sponsors/isaacs" } }, - "node_modules/webpack-dev-server/node_modules/schema-utils": { - "version": "4.0.1", + "node_modules/webpack-dev-server/node_modules/webpack-dev-middleware": { + "version": "5.3.3", + "resolved": "https://registry.npmjs.org/webpack-dev-middleware/-/webpack-dev-middleware-5.3.3.tgz", + "integrity": "sha512-hj5CYrY0bZLB+eTO+x/j67Pkrquiy7kWepMHmUMoPsmcUaeEnQJqFzHJOyxgWlq746/wUuA64p9ta34Kyb01pA==", "dev": true, - "license": "MIT", "dependencies": { - "@types/json-schema": "^7.0.9", - "ajv": "^8.9.0", - "ajv-formats": "^2.1.1", - "ajv-keywords": "^5.1.0" + "colorette": "^2.0.10", + "memfs": "^3.4.3", + "mime-types": "^2.1.31", + "range-parser": "^1.2.1", + "schema-utils": "^4.0.0" }, "engines": { "node": ">= 12.13.0" @@ -49034,11 +49016,16 @@ "funding": { "type": "opencollective", "url": "https://opencollective.com/webpack" + }, + "peerDependencies": { + "webpack": "^4.0.0 || ^5.0.0" } }, "node_modules/webpack-hot-middleware": { - "version": "2.25.3", - "license": "MIT", + "version": "2.25.4", + "resolved": "https://registry.npmjs.org/webpack-hot-middleware/-/webpack-hot-middleware-2.25.4.tgz", + "integrity": "sha512-IRmTspuHM06aZh98OhBJtqLpeWFM8FXJS5UYpKYxCJzyFoyWj1w6VGFfomZU7OPA55dMLrQK0pRT1eQ3PACr4w==", + "dev": true, "dependencies": { "ansi-html-community": "0.0.8", "html-entities": "^2.1.0", @@ -49047,7 +49034,9 @@ }, "node_modules/webpack-log": { "version": "2.0.0", - "license": "MIT", + "resolved": "https://registry.npmjs.org/webpack-log/-/webpack-log-2.0.0.tgz", + "integrity": "sha512-cX8G2vR/85UYG59FgkoMamwHUIkSSlV3bBMRsbxVXVUk2j6NleCKjQ/WE9eYg9WY4w25O9w8wKP4rzNZFmUcUg==", + "dev": true, "dependencies": { "ansi-colors": "^3.0.0", "uuid": "^3.3.2" @@ -49058,22 +49047,18 @@ }, "node_modules/webpack-log/node_modules/ansi-colors": { "version": "3.2.4", - "license": "MIT", + "resolved": "https://registry.npmjs.org/ansi-colors/-/ansi-colors-3.2.4.tgz", + "integrity": "sha512-hHUXGagefjN2iRrID63xckIvotOXOojhQKWIPUZ4mNUZ9nLZW+7FMNoE1lOkEhNWYsx/7ysGIuJYCiMAA9FnrA==", + "dev": true, "engines": { "node": ">=6" } }, - "node_modules/webpack-log/node_modules/uuid": { - "version": "3.4.0", - "license": "MIT", - "bin": { - "uuid": "bin/uuid" - } - }, "node_modules/webpack-merge": { "version": "5.8.0", + "resolved": "https://registry.npmjs.org/webpack-merge/-/webpack-merge-5.8.0.tgz", + "integrity": "sha512-/SaI7xY0831XwP6kzuwhKWVKDP9t1QY1h65lAFLbZqMPIuYcD9QAW4u9STIbU9kaJbPBB/geU/gLr1wDjOhQ+Q==", "dev": true, - "license": "MIT", "dependencies": { "clone-deep": "^4.0.1", "wildcard": "^2.0.0" @@ -49093,15 +49078,18 @@ }, "node_modules/webpack-sources": { "version": "3.2.3", - "license": "MIT", + "resolved": "https://registry.npmjs.org/webpack-sources/-/webpack-sources-3.2.3.tgz", + "integrity": "sha512-/DyMEOrDgLKKIG0fmvtz+4dUX/3Ghozwgm6iPp8KRhvn+eQf9+Q7GWxVNMk3+uCPWfdXYC4ExGBckIXdFEfH1w==", + "dev": true, "engines": { "node": ">=10.13.0" } }, "node_modules/webpack-subresource-integrity": { "version": "5.1.0", + "resolved": "https://registry.npmjs.org/webpack-subresource-integrity/-/webpack-subresource-integrity-5.1.0.tgz", + "integrity": "sha512-sacXoX+xd8r4WKsy9MvH/q/vBtEHr86cpImXwyg74pFIpERKt6FmB8cXpeuh0ZLgclOlHI4Wcll7+R5L02xk9Q==", "dev": true, - "license": "MIT", "dependencies": { "typed-assert": "^1.0.8" }, @@ -49120,17 +49108,15 @@ }, "node_modules/webpack-virtual-modules": { "version": "0.4.6", - "dev": true, - "license": "MIT" - }, - "node_modules/webpack/node_modules/@types/estree": { - "version": "1.0.1", - "license": "MIT" + "resolved": "https://registry.npmjs.org/webpack-virtual-modules/-/webpack-virtual-modules-0.4.6.tgz", + "integrity": "sha512-5tyDlKLqPfMqjT3Q9TAqf2YqjwmnUleZwzJi1A5qXnlBCdj2AtOJ6wAWdglTIDOPgOiOrXeBeFcsQ8+aGQ6QbA==", + "dev": true }, "node_modules/webpack/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": { "fast-deep-equal": "^3.1.1", "fast-json-stable-stringify": "^2.0.0", @@ -49146,19 +49132,44 @@ "version": "3.5.2", "resolved": "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-3.5.2.tgz", "integrity": "sha512-5p6WTN0DdTGVQk6VjcEju19IgaHudalcfabD7yhDGeA6bcQnmL+CpveLJq/3hvfwd1aof6L386Ougkx6RfyMIQ==", + "dev": true, "peerDependencies": { "ajv": "^6.9.1" } }, + "node_modules/webpack/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": { + "esrecurse": "^4.3.0", + "estraverse": "^4.1.1" + }, + "engines": { + "node": ">=8.0.0" + } + }, + "node_modules/webpack/node_modules/estraverse": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-4.3.0.tgz", + "integrity": "sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw==", + "dev": true, + "engines": { + "node": ">=4.0" + } + }, "node_modules/webpack/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==" + "integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==", + "dev": true }, "node_modules/webpack/node_modules/schema-utils": { "version": "3.3.0", "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-3.3.0.tgz", "integrity": "sha512-pN/yOAvcC+5rQ5nERGuwrjLlYvLTbCibnZ1I7B1LaiAz9BRBlE9GMgE/eqV30P7aJQUf7Ddimy/RsbYO/GrVGg==", + "dev": true, "dependencies": { "@types/json-schema": "^7.0.8", "ajv": "^6.12.5", @@ -49174,8 +49185,9 @@ }, "node_modules/websocket-driver": { "version": "0.7.4", + "resolved": "https://registry.npmjs.org/websocket-driver/-/websocket-driver-0.7.4.tgz", + "integrity": "sha512-b17KeDIQVjvb0ssuSDF2cYXSg2iztliJ4B9WdsuB6J952qCPKmnVq4DyW5motImXHDC1cBT/1UezrJVsKw5zjg==", "dev": true, - "license": "Apache-2.0", "dependencies": { "http-parser-js": ">=0.5.1", "safe-buffer": ">=5.1.0", @@ -49187,16 +49199,18 @@ }, "node_modules/websocket-extensions": { "version": "0.1.4", + "resolved": "https://registry.npmjs.org/websocket-extensions/-/websocket-extensions-0.1.4.tgz", + "integrity": "sha512-OqedPIGOfsDlo31UNwYbCFMSaO9m9G/0faIHj5/dZFDMFqPTcx6UwqyOy3COEaEOg/9VsGIpdqn62W5KhoKSpg==", "dev": true, - "license": "Apache-2.0", "engines": { "node": ">=0.8.0" } }, "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, - "license": "MIT", "dependencies": { "iconv-lite": "0.6.3" }, @@ -49206,8 +49220,9 @@ }, "node_modules/whatwg-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==", "dev": true, - "license": "MIT", "dependencies": { "safer-buffer": ">= 2.1.2 < 3.0.0" }, @@ -49215,15 +49230,11 @@ "node": ">=0.10.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 - }, "node_modules/whatwg-url": { "version": "5.0.0", - "license": "MIT", + "resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-5.0.0.tgz", + "integrity": "sha512-saE57nupxk6v3HY35+jzBwYa0rKSy0XR8JSxZPwgLr7ys0IBzhGviA1/TUGJLmSVqs8pb9AnvICXEuOHLprYTw==", + "devOptional": true, "dependencies": { "tr46": "~0.0.3", "webidl-conversions": "^3.0.0" @@ -49231,7 +49242,8 @@ }, "node_modules/which": { "version": "2.0.2", - "license": "ISC", + "resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz", + "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==", "dependencies": { "isexe": "^2.0.0" }, @@ -49244,7 +49256,9 @@ }, "node_modules/which-boxed-primitive": { "version": "1.0.2", - "license": "MIT", + "resolved": "https://registry.npmjs.org/which-boxed-primitive/-/which-boxed-primitive-1.0.2.tgz", + "integrity": "sha512-bwZdv0AKLpplFY2KZRX6TvyuN7ojjr7lwkg6ml0roIy9YeuSr7JS372qlNW18UQYzgYK9ziGcerWqZOmEn9VNg==", + "dev": true, "dependencies": { "is-bigint": "^1.0.1", "is-boolean-object": "^1.1.0", @@ -49256,35 +49270,23 @@ "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/which-collection": { - "version": "1.0.1", - "dev": true, - "license": "MIT", - "dependencies": { - "is-map": "^2.0.1", - "is-set": "^2.0.1", - "is-weakmap": "^2.0.1", - "is-weakset": "^2.0.1" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, "node_modules/which-module": { "version": "2.0.1", - "dev": true, - "license": "ISC" + "resolved": "https://registry.npmjs.org/which-module/-/which-module-2.0.1.tgz", + "integrity": "sha512-iBdZ57RDvnOR9AGBhML2vFZf7h8vmBjhoaZqODJBFWHVtKkDmKuHai3cx5PgVMrX5YDNp27AofYbAwctSS+vhQ==", + "dev": true }, "node_modules/which-typed-array": { - "version": "1.1.9", - "license": "MIT", + "version": "1.1.13", + "resolved": "https://registry.npmjs.org/which-typed-array/-/which-typed-array-1.1.13.tgz", + "integrity": "sha512-P5Nra0qjSncduVPEAr7xhoF5guty49ArDTwzJ/yNuPIbZppyRxFQsRCWrocxIY+CnMVG+qfbU2FmDKyvSGClow==", + "dev": true, "dependencies": { "available-typed-arrays": "^1.0.5", - "call-bind": "^1.0.2", + "call-bind": "^1.0.4", "for-each": "^0.3.3", "gopd": "^1.0.1", - "has-tostringtag": "^1.0.0", - "is-typed-array": "^1.1.10" + "has-tostringtag": "^1.0.0" }, "engines": { "node": ">= 0.4" @@ -49295,14 +49297,18 @@ }, "node_modules/wide-align": { "version": "1.1.5", - "license": "ISC", + "resolved": "https://registry.npmjs.org/wide-align/-/wide-align-1.1.5.tgz", + "integrity": "sha512-eDMORYaPNZ4sQIuuYPDHdQvf4gyCF9rEEV/yPxGfwPkRodwEgiMUUXTx/dex+Me0wxx53S+NgUHaP7y3MGlDmg==", + "devOptional": true, "dependencies": { "string-width": "^1.0.2 || 2 || 3 || 4" } }, "node_modules/widest-line": { "version": "3.1.0", - "license": "MIT", + "resolved": "https://registry.npmjs.org/widest-line/-/widest-line-3.1.0.tgz", + "integrity": "sha512-NsmoXalsWVDMGupxZ5R08ka9flZjjiLvHVAWYOKtiKM8ujtZWr9cRffak+uSE48+Ob8ObalXpwyeUiyDD6QFgg==", + "dev": true, "dependencies": { "string-width": "^4.0.0" }, @@ -49312,30 +49318,39 @@ }, "node_modules/wildcard": { "version": "2.0.1", - "dev": true, - "license": "MIT" + "resolved": "https://registry.npmjs.org/wildcard/-/wildcard-2.0.1.tgz", + "integrity": "sha512-CC1bOL87PIWSBhDcTrdeLo6eGT7mCFtrg0uIJtqJUFyK+eJnzl8A1niH56uu7KMa5XFrtiV+AQuHO3n7DsHnLQ==", + "dev": true }, "node_modules/wordwrap": { "version": "1.0.0", - "license": "MIT" + "resolved": "https://registry.npmjs.org/wordwrap/-/wordwrap-1.0.0.tgz", + "integrity": "sha512-gvVzJFlPycKc5dZN4yPkP8w7Dc37BtP1yczEneOb4uq34pXZcvrtRTmWV8W+Ume+XCxKgbjM+nevkyFPMybd4Q==", + "dev": true }, "node_modules/worker-farm": { "version": "1.7.0", - "license": "MIT", + "resolved": "https://registry.npmjs.org/worker-farm/-/worker-farm-1.7.0.tgz", + "integrity": "sha512-rvw3QTZc8lAxyVrqcSGVm5yP/IJ2UcB3U0graE3LCFoZ0Yn2x4EoVSqJKdB/T5M+FLcRPjz4TDacRf3OCfNUzw==", + "dev": true, "dependencies": { "errno": "~0.1.7" } }, "node_modules/worker-rpc": { "version": "0.1.1", - "license": "MIT", + "resolved": "https://registry.npmjs.org/worker-rpc/-/worker-rpc-0.1.1.tgz", + "integrity": "sha512-P1WjMrUB3qgJNI9jfmpZ/htmBEjFh//6l/5y8SD9hg1Ef5zTTVVoRjTrTEzPrNBQvmhMxkoTsjOXN10GWU7aCg==", + "dev": true, "dependencies": { "microevent.ts": "~0.1.1" } }, "node_modules/wrap-ansi": { "version": "7.0.0", - "license": "MIT", + "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz", + "integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==", + "dev": true, "dependencies": { "ansi-styles": "^4.0.0", "string-width": "^4.1.0", @@ -49393,9 +49408,17 @@ "node": ">=7.0.0" } }, + "node_modules/wrap-ansi-cjs/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==", + "dev": true + }, "node_modules/wrap-ansi/node_modules/ansi-styles": { "version": "4.3.0", - "license": "MIT", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "dev": true, "dependencies": { "color-convert": "^2.0.1" }, @@ -49408,7 +49431,9 @@ }, "node_modules/wrap-ansi/node_modules/color-convert": { "version": "2.0.1", - "license": "MIT", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "dev": true, "dependencies": { "color-name": "~1.1.4" }, @@ -49416,14 +49441,22 @@ "node": ">=7.0.0" } }, + "node_modules/wrap-ansi/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==", + "dev": true + }, "node_modules/wrappy": { "version": "1.0.2", - "license": "ISC" + "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz", + "integrity": "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==" }, "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, - "license": "ISC", "dependencies": { "imurmurhash": "^0.1.4", "signal-exit": "^3.0.7" @@ -49433,8 +49466,10 @@ } }, "node_modules/ws": { - "version": "8.13.0", - "license": "MIT", + "version": "8.14.2", + "resolved": "https://registry.npmjs.org/ws/-/ws-8.14.2.tgz", + "integrity": "sha512-wEBG1ftX4jcglPxgFCMJmZ2PLtSbJ2Peg6TmpJFTbe9GZYOQCDPdMYu/Tm0/bGZkw8paZnJY45J4K2PZrLYq8g==", + "dev": true, "engines": { "node": ">=10.0.0" }, @@ -49453,7 +49488,9 @@ }, "node_modules/x-default-browser": { "version": "0.4.0", - "license": "MIT", + "resolved": "https://registry.npmjs.org/x-default-browser/-/x-default-browser-0.4.0.tgz", + "integrity": "sha512-7LKo7RtWfoFN/rHx1UELv/2zHGMx8MkZKDq1xENmOCTkfIqZJ0zZ26NEJX8czhnPXVcqS0ARjjfJB+eJ0/5Cvw==", + "dev": true, "bin": { "x-default-browser": "bin/x-default-browser.js" }, @@ -49461,16 +49498,22 @@ "default-browser-id": "^1.0.4" } }, - "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 + "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==", + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } }, "node_modules/xml2js": { "version": "0.4.23", + "resolved": "https://registry.npmjs.org/xml2js/-/xml2js-0.4.23.tgz", + "integrity": "sha512-ySPiMjM0+pLDftHgXY4By0uswI3SPKLDw/i3UXbnO8M/p28zqexCUoPmQFrYD+/1BzhGJSs2i1ERWKJAtiLrug==", "dev": true, - "license": "MIT", "dependencies": { "sax": ">=0.6.0", "xmlbuilder": "~11.0.0" @@ -49481,19 +49524,17 @@ }, "node_modules/xmlbuilder": { "version": "11.0.1", + "resolved": "https://registry.npmjs.org/xmlbuilder/-/xmlbuilder-11.0.1.tgz", + "integrity": "sha512-fDlsI/kFEx7gLvbecc0/ohLG50fugQp8ryHzMTuW9vSa1GJ0XYWKnhsUx7oie3G98+r56aTQIUB4kht42R3JvA==", "dev": true, - "license": "MIT", "engines": { "node": ">=4.0" } }, - "node_modules/xmlchars": { - "version": "2.2.0", - "dev": true, - "license": "MIT" - }, "node_modules/xmlhttprequest-ssl": { "version": "2.0.0", + "resolved": "https://registry.npmjs.org/xmlhttprequest-ssl/-/xmlhttprequest-ssl-2.0.0.tgz", + "integrity": "sha512-QKxVRxiRACQcVuQEYFsI1hhkrMlrXHPegbbd1yn9UHOmRxY+si12nQYzri3vbzt8VdTTRviqcKxcyllFas5z2A==", "dev": true, "engines": { "node": ">=0.4.0" @@ -49501,74 +49542,101 @@ }, "node_modules/xtend": { "version": "4.0.2", - "license": "MIT", + "resolved": "https://registry.npmjs.org/xtend/-/xtend-4.0.2.tgz", + "integrity": "sha512-LKYU1iAXJXUgAXn9URjiu+MWhyUXHsvfp7mcuYm9dSUKK0/CjtrUwFAxD82/mCWbtLsGjFIad0wIsod4zrTAEQ==", + "dev": true, "engines": { "node": ">=0.4" } }, "node_modules/xxhashjs": { "version": "0.2.2", + "resolved": "https://registry.npmjs.org/xxhashjs/-/xxhashjs-0.2.2.tgz", + "integrity": "sha512-AkTuIuVTET12tpsVIQo+ZU6f/qDmKuRUcjaqR+OIvm+aCBsZ95i7UVY5WJ9TMsSaZ0DA2WxoZ4acu0sPH+OKAw==", "dev": true, - "license": "MIT", "dependencies": { "cuint": "^0.2.2" } }, "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, - "license": "ISC", "engines": { "node": ">=10" } }, "node_modules/yallist": { "version": "3.1.1", - "license": "ISC" + "resolved": "https://registry.npmjs.org/yallist/-/yallist-3.1.1.tgz", + "integrity": "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==", + "dev": true }, "node_modules/yaml": { "version": "1.10.2", - "license": "ISC", + "resolved": "https://registry.npmjs.org/yaml/-/yaml-1.10.2.tgz", + "integrity": "sha512-r3vXyErRCYJ7wg28yvBY5VSoAF8ZvlcW9/BwUzEtUsjvX/DKs24dIkuwjtuprwJJHsbyUbLApepYTR1BN4uHrg==", + "dev": true, "engines": { "node": ">= 6" } }, "node_modules/yargs": { - "version": "17.5.1", + "version": "17.6.2", + "resolved": "https://registry.npmjs.org/yargs/-/yargs-17.6.2.tgz", + "integrity": "sha512-1/9UrdHjDZc0eOU0HxOHoS78C69UD3JRMvzlJ7S79S2nTaWRA/whGCTV8o9e/N/1Va9YIV7Q4sOxD8VV4pCWOw==", "dev": true, - "license": "MIT", "dependencies": { - "cliui": "^7.0.2", + "cliui": "^8.0.1", "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": "^21.1.1" }, "engines": { "node": ">=12" } }, "node_modules/yargs-parser": { - "version": "21.0.1", + "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, - "license": "ISC", + "engines": { + "node": ">=12" + } + }, + "node_modules/yargs/node_modules/cliui": { + "version": "8.0.1", + "resolved": "https://registry.npmjs.org/cliui/-/cliui-8.0.1.tgz", + "integrity": "sha512-BSeNnyus75C4//NQ9gQt1/csTXyo/8Sb+afLAkzAptFuMsod9HFokGNudZpi/oQV73hnVK+sR+5PVRMd+Dr7YQ==", + "dev": true, + "dependencies": { + "string-width": "^4.2.0", + "strip-ansi": "^6.0.1", + "wrap-ansi": "^7.0.0" + }, "engines": { "node": ">=12" } }, "node_modules/yn": { "version": "3.1.1", + "resolved": "https://registry.npmjs.org/yn/-/yn-3.1.1.tgz", + "integrity": "sha512-Ux4ygGWsu2c7isFWe8Yu1YluJmqVhxqK2cLXNQA5AcC3QfbGNpM7fu0Y8b/z16pXLnFxZYvWhd3fhBY9DLmC6Q==", "dev": true, - "license": "MIT", "engines": { "node": ">=6" } }, "node_modules/yocto-queue": { "version": "0.1.0", - "license": "MIT", + "resolved": "https://registry.npmjs.org/yocto-queue/-/yocto-queue-0.1.0.tgz", + "integrity": "sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==", + "dev": true, "engines": { "node": ">=10" }, @@ -49578,25 +49646,30 @@ }, "node_modules/zen-observable": { "version": "0.8.15", - "license": "MIT" + "resolved": "https://registry.npmjs.org/zen-observable/-/zen-observable-0.8.15.tgz", + "integrity": "sha512-PQ2PC7R9rslx84ndNBZB/Dkv8V8fZEpk83RLgXtYd0fwUgEjseMn1Dgajh2x6S8QbZAFa9p2qVCEuYZNgve0dQ==" }, "node_modules/zen-observable-ts": { "version": "1.2.5", - "license": "MIT", + "resolved": "https://registry.npmjs.org/zen-observable-ts/-/zen-observable-ts-1.2.5.tgz", + "integrity": "sha512-QZWQekv6iB72Naeake9hS1KxHlotfRpe+WGNbNx5/ta+R3DNjVO2bswf63gXlWDcs+EMd7XY8HfVQyP1X6T4Zg==", "dependencies": { "zen-observable": "0.8.15" } }, "node_modules/zone.js": { "version": "0.11.8", - "license": "MIT", + "resolved": "https://registry.npmjs.org/zone.js/-/zone.js-0.11.8.tgz", + "integrity": "sha512-82bctBg2hKcEJ21humWIkXRlLBBmrc3nN7DFh5LGGhcyycO2S7FN8NmdvlcKaGFDNVL4/9kFLmwmInTavdJERA==", "dependencies": { "tslib": "^2.3.0" } }, "node_modules/zwitch": { "version": "1.0.5", - "license": "MIT", + "resolved": "https://registry.npmjs.org/zwitch/-/zwitch-1.0.5.tgz", + "integrity": "sha512-V50KMwwzqJV0NpZIZFwfOD5/lyny3WlSzRiXgA0G7VUnRlqttta1L6UQIHzd6EuBY/cHGfwTIck7w1yH6Q5zUw==", + "dev": true, "funding": { "type": "github", "url": "https://github.com/sponsors/wooorm" diff --git a/package.json b/package.json index 3989a8b0f4..54cc9b4bfd 100644 --- a/package.json +++ b/package.json @@ -55,26 +55,25 @@ ], "dependencies": { "@alfresco/js-api": ">=7.2.0", - "@angular/animations": "14.1.3", - "@angular/cdk": "14.1.2", - "@angular/common": "14.1.3", - "@angular/compiler": "14.1.3", - "@angular/core": "14.1.3", - "@angular/forms": "14.1.3", - "@angular/material": "14.1.2", - "@angular/material-date-fns-adapter": "^14.1.2", - "@angular/platform-browser": "14.1.3", - "@angular/platform-browser-dynamic": "14.1.3", - "@angular/router": "14.1.3", + "@angular/animations": "15.2.10", + "@angular/cdk": "15.2.9", + "@angular/common": "15.2.10", + "@angular/compiler": "15.2.10", + "@angular/core": "15.2.10", + "@angular/forms": "15.2.10", + "@angular/material": "15.2.9", + "@angular/material-date-fns-adapter": "15.2.9", + "@angular/platform-browser": "15.2.10", + "@angular/platform-browser-dynamic": "15.2.10", + "@angular/router": "15.2.10", "@apollo/client": "^3.8.4", - "@cspell/eslint-plugin": "^7.3.6", + "@cspell/eslint-plugin": "8.0.0", "@editorjs/editorjs": "^2.26.5", "@editorjs/header": "2.7.0", "@editorjs/list": "1.8.0", "@editorjs/underline": "1.1.0", - "@mat-datetimepicker/core": "^10.1.1", + "@mat-datetimepicker/core": "11.0.3", "@ngx-translate/core": "^14.0.0", - "@storybook/core-server": "^6.5.16", "angular-oauth2-oidc": "^13.0.1", "angular-oauth2-oidc-jwks": "^15.0.1", "apollo-angular": "^5.0.2", @@ -87,71 +86,75 @@ "event-emitter": "^0.3.5", "material-icons": "^1.13.12", "minimatch-browser": "1.0.0", - "monaco-editor": "^0.33.0", + "monaco-editor": "0.34.1", "ng2-charts": "^4.1.1", - "ngx-monaco-editor-v2": "^14.0.4", + "ngx-monaco-editor-v2": "15.0.1", "pdfjs-dist": "3.3.122", "raphael": "2.3.0", - "rxjs": "6.6.6", + "rxjs": "7.5.0", "subscriptions-transport-ws": "^0.11.0", "tslib": "^2.6.2", "zone.js": "~0.11.4" }, "devDependencies": { - "@angular-devkit/build-angular": "14.1.3", - "@angular-devkit/schematics": "~14.2.12", - "@angular-eslint/eslint-plugin": "15.2.1", - "@angular-eslint/eslint-plugin-template": "14.3.0", - "@angular-eslint/template-parser": "16.2.0", - "@angular/cli": "~14.2.12", - "@angular/compiler-cli": "14.1.3", + "@angular-devkit/architect": "0.1502.10", + "@angular-devkit/build-angular": "15.2.10", + "@angular-devkit/core": "15.2.10", + "@angular-devkit/schematics": "15.2.10", + "@angular-eslint/eslint-plugin": "17.0.1", + "@angular-eslint/eslint-plugin-template": "17.0.1", + "@angular-eslint/template-parser": "17.0.1", + "@angular/cli": "~15.2.0", + "@angular/compiler-cli": "15.2.10", "@editorjs/code": "2.8.0", "@editorjs/inline-code": "1.4.0", "@editorjs/marker": "1.2.2", - "@nrwl/angular": "14.8.9", - "@nrwl/cli": "14.8.9", - "@nrwl/eslint-plugin-nx": "14.5.4", - "@nrwl/node": "14.5.4", - "@nrwl/storybook": "14.8.9", - "@nrwl/workspace": "14.8.9", + "@nrwl/angular": "15.9.7", + "@nrwl/cli": "15.9.7", + "@nrwl/node": "15.9.7", + "@nrwl/storybook": "15.9.7", + "@nrwl/workspace": "15.9.7", "@paperist/types-remark": "0.1.3", "@playwright/test": "^1.35.1", "@quanzo/change-font-size": "1.0.0", - "@storybook/addon-essentials": "6.5.10", + "@schematics/angular": "15.2.10", + "@storybook/addon-essentials": "6.5.16", "@storybook/angular": "6.5.16", - "@storybook/builder-webpack5": "6.5.10", - "@storybook/manager-webpack5": "6.5.10", + "@storybook/builder-webpack5": "6.5.16", + "@storybook/core-server": "6.5.16", + "@storybook/manager-webpack5": "6.5.16", "@types/event-emitter": "^0.3.3", "@types/jasmine": "4.0.3", "@types/jasminewd2": "~2.0.2", "@types/minimatch": "^3.0.3", - "@types/node": "18.0.0", + "@types/node": "18.7.1", "@types/pdfjs-dist": "^2.10.378", "@types/selenium-webdriver": "^4.0.11", - "@typescript-eslint/eslint-plugin": "5.59.8", - "@typescript-eslint/parser": "5.62.0", - "@typescript-eslint/typescript-estree": "6.7.0", + "@typescript-eslint/eslint-plugin": "6.10.0", + "@typescript-eslint/parser": "6.10.0", + "@typescript-eslint/typescript-estree": "6.10.0", "ajv": "^8.12.0", "commander": "6.2.1", "css-loader": "^6.8.1", "dotenv": "16.1.3", "editorjs-text-color-plugin": "1.13.1", - "eslint": "^8.47.0", - "eslint-config-prettier": "^8.10.0", - "eslint-plugin-ban": "^1.6.0", - "eslint-plugin-import": "2.27.5", - "eslint-plugin-jsdoc": "40.1.0", + "eslint": "8.53.0", + "eslint-config-prettier": "9.0.0", + "eslint-plugin-ban": "1.6.0", + "eslint-plugin-import": "2.29.0", + "eslint-plugin-jsdoc": "46.9.0", "eslint-plugin-license-header": "0.6.0", "eslint-plugin-prefer-arrow": "1.2.3", - "eslint-plugin-prettier": "^4.2.1", - "eslint-plugin-rxjs": "^5.0.3", - "eslint-plugin-unicorn": "^46.0.0", + "eslint-plugin-prettier": "5.0.1", + "eslint-plugin-rxjs": "5.0.3", + "eslint-plugin-unicorn": "49.0.0", "github-api": "^3.4.0", "graphql": "^16.8.1", "graphql-request": "^6.1.0", "husky": "^7.0.4", "jasmine-ajax": "4.0.0", "jasmine-core": "4.6.0", + "jasmine-marbles": "^0.9.2", "jasmine-reporters": "^2.5.2", "jasmine-spec-reporter": "7.0.0", "js-yaml": "^4.0.0", @@ -167,26 +170,29 @@ "lite-server": "^2.6.1", "mini-css-extract-plugin": "^2.7.6", "moment": "^2.29.4", - "ng-packagr": "14.0.3", - "nx": "14.4.2", + "ng-packagr": "15.2.2", + "nx": "15.9.7", "postcss": "^8.4.31", "postcss-sass": "^0.5.0", - "prettier": "2.8.8", + "prettier": "3.1.0", "protractor": "^7.0.0", "protractor-retry-angular-cli": "^2.0.3", "protractor-screenshoter-plugin": "0.10.3", "protractor-smartrunner": "^2.0.0-beta6", + "react": "17.0.0", + "react-dom": "17.0.0", "rimraf": "^5.0.5", "sass-loader": "13.3.2", "selenium-webdriver": "4.1.0", - "stylelint": "^14.15.0", - "stylelint-config-standard-scss": "^3.0.0", + "stylelint": "15.11.0", + "stylelint-config-standard-scss": "11.1.0", "ts-node": "^10.4.0", "tsconfig-paths": "^4.1.1", - "typescript": "4.7.4", + "typescript": "4.9.5", "webdriver-manager": "12.1.9", "webpack": "^5.88.2", - "webpack-cli": "^5.1.2" + "webpack-cli": "^5.1.2", + "@nx/eslint-plugin": "17.1.1" }, "license": "Apache-2.0", "bundlesize": [ @@ -225,3 +231,4 @@ "module": "./index.js", "typings": "./index.d.ts" } + diff --git a/stylelint-config.json b/stylelint-config.json index 0294b8e491..3cbce10c08 100644 --- a/stylelint-config.json +++ b/stylelint-config.json @@ -4,7 +4,6 @@ "indentation": 4, "color-function-notation": "legacy", "alpha-value-notation": "number", - "color-hex-case": "lower", "color-no-invalid-hex": true, "function-calc-no-unspaced-operator": true, "function-comma-space-after": "always-single-line", @@ -63,15 +62,6 @@ "message": "The `initial` value is not supported in IE." } ], - "block-closing-brace-newline-after": [ - "always", - { - "ignoreAtRules": ["if", "else"] - } - ], - "block-closing-brace-newline-before": "always-multi-line", - "block-opening-brace-newline-after": "always-multi-line", - "block-opening-brace-space-before": "always-multi-line", "selector-attribute-brackets-space-inside": "never", "selector-attribute-operator-space-after": "never", "selector-attribute-operator-space-before": "never", diff --git a/tsconfig.dev.json b/tsconfig.dev.json index 3e595c5cc2..0c76962b8a 100644 --- a/tsconfig.dev.json +++ b/tsconfig.dev.json @@ -1,10 +1,9 @@ { "extends": "./tsconfig.json", "compilerOptions": { - "outDir": "./out-tsc/app" + "outDir": "./out-tsc/app", + "target": "ES2022", + "useDefineForClassFields": false }, - "files": [ - "demo-shell/src/main.ts", - "demo-shell/src/polyfills.ts" - ] + "files": ["demo-shell/src/main.ts", "demo-shell/src/polyfills.ts"] }