@testgorilla/tgo-ui 2.9.0 → 2.10.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.circleci/config.yml +112 -0
- package/.editorconfig +16 -0
- package/.eslintignore +5 -0
- package/.eslintrc.js +301 -0
- package/.github/README.md +81 -0
- package/.husky/pre-commit +4 -0
- package/.prettierignore +2 -0
- package/.prettierrc +13 -0
- package/.storybook/main.js +25 -0
- package/.storybook/preview-head.html +10 -0
- package/.storybook/preview.js +107 -0
- package/.storybook/tsconfig.json +24 -0
- package/.storybook/typings.d.ts +4 -0
- package/.stylelintrc.json +30 -0
- package/.vscode/extensions.json +4 -0
- package/.vscode/launch.json +20 -0
- package/.vscode/tasks.json +42 -0
- package/CHANGELOG.md +123 -0
- package/README.md +39 -0
- package/angular.json +164 -0
- package/e2e/bannerAction.spec.ts +46 -0
- package/e2e/bannerAction.spec.ts-snapshots/id-alert-bars-banner-action--default-chromium-darwin.png +0 -0
- package/e2e/bannerAction.spec.ts-snapshots/id-alert-bars-banner-action--default-chromium-linux.png +0 -0
- package/e2e/bannerAction.spec.ts-snapshots/id-alert-bars-banner-action--error-chromium-darwin.png +0 -0
- package/e2e/bannerAction.spec.ts-snapshots/id-alert-bars-banner-action--error-chromium-linux.png +0 -0
- package/e2e/bannerAction.spec.ts-snapshots/id-alert-bars-banner-action--info-chromium-darwin.png +0 -0
- package/e2e/bannerAction.spec.ts-snapshots/id-alert-bars-banner-action--info-chromium-linux.png +0 -0
- package/e2e/bannerAction.spec.ts-snapshots/id-alert-bars-banner-action--warning-chromium-darwin.png +0 -0
- package/e2e/bannerAction.spec.ts-snapshots/id-alert-bars-banner-action--warning-chromium-linux.png +0 -0
- package/e2e/bannerAction.spec.ts-snapshots/id-alert-bars-banner-action--with-relative-width-chromium-darwin.png +0 -0
- package/e2e/bannerAction.spec.ts-snapshots/id-alert-bars-banner-action--with-relative-width-chromium-linux.png +0 -0
- package/e2e/bannerAction.spec.ts-snapshots/id-bars-banner-action--default-chromium-linux.png +0 -0
- package/e2e/bannerAction.spec.ts-snapshots/id-bars-banner-action--error-chromium-linux.png +0 -0
- package/e2e/bannerAction.spec.ts-snapshots/id-bars-banner-action--info-chromium-linux.png +0 -0
- package/e2e/bannerAction.spec.ts-snapshots/id-bars-banner-action--warning-chromium-linux.png +0 -0
- package/e2e/bannerAction.spec.ts-snapshots/id-bars-banner-action--with-relative-width-chromium-linux.png +0 -0
- package/e2e/button.spec.ts +53 -0
- package/e2e/button.spec.ts-snapshots/id-button--basic-chromium-linux.png +0 -0
- package/e2e/button.spec.ts-snapshots/id-button--button-as-link-chromium-linux.png +0 -0
- package/e2e/button.spec.ts-snapshots/id-button--button-only-label-chromium-linux.png +0 -0
- package/e2e/button.spec.ts-snapshots/id-button--disabled-chromium-linux.png +0 -0
- package/e2e/button.spec.ts-snapshots/id-button--full-width-chromium-linux.png +0 -0
- package/e2e/button.spec.ts-snapshots/id-button--label-icon-left-chromium-linux.png +0 -0
- package/e2e/button.spec.ts-snapshots/id-button--label-icon-right-chromium-linux.png +0 -0
- package/e2e/button.spec.ts-snapshots/id-button--loading-chromium-linux.png +0 -0
- package/e2e/button.spec.ts-snapshots/id-button--menu-cell-chromium-linux.png +0 -0
- package/e2e/button.spec.ts-snapshots/id-button--menu-trigger-chromium-linux.png +0 -0
- package/e2e/button.spec.ts-snapshots/id-button--only-icon-chromium-linux.png +0 -0
- package/e2e/button.spec.ts-snapshots/id-button--small-chromium-linux.png +0 -0
- package/e2e/card.spec.ts +43 -0
- package/e2e/card.spec.ts-snapshots/id-card--default-chromium-linux.png +0 -0
- package/e2e/colors.spec.ts +47 -0
- package/e2e/colors.spec.ts-snapshots/id-foundations-colors--greysacale-chromium-linux.png +0 -0
- package/e2e/colors.spec.ts-snapshots/id-foundations-colors--primary-error-chromium-linux.png +0 -0
- package/e2e/colors.spec.ts-snapshots/id-foundations-colors--primary-petrol-chromium-linux.png +0 -0
- package/e2e/colors.spec.ts-snapshots/id-foundations-colors--primary-teal-chromium-linux.png +0 -0
- package/e2e/colors.spec.ts-snapshots/id-foundations-colors--primary-warning-chromium-linux.png +0 -0
- package/e2e/colors.spec.ts-snapshots/id-foundations-colors--secondary-colors-chromium-linux.png +0 -0
- package/e2e/createAccount.spec.ts +102 -0
- package/e2e/createAccount.spec.ts-snapshots/id-create-account--default-chromium-linux.png +0 -0
- package/e2e/createAccount.spec.ts-snapshots/id-deprecated-create-account--default-chromium-linux.png +0 -0
- package/e2e/createAccount.spec.ts-snapshots/register-with-errors-chromium-linux.png +0 -0
- package/e2e/createAccount.spec.ts-snapshots/register-with-texts-chromium-linux.png +0 -0
- package/e2e/createPassword.spec.ts +94 -0
- package/e2e/createPassword.spec.ts-snapshots/createPassword-with-errors-chromium-linux.png +0 -0
- package/e2e/createPassword.spec.ts-snapshots/createPassword-with-texts-chromium-linux.png +0 -0
- package/e2e/createPassword.spec.ts-snapshots/id-createpassword--default-args-viewMode-story-chromium-linux.png +0 -0
- package/e2e/createPassword.spec.ts-snapshots/id-createpassword--default-chromium-linux.png +0 -0
- package/e2e/createPassword.spec.ts-snapshots/id-deprecated-create-password--default-chromium-linux.png +0 -0
- package/e2e/dialog.spec.ts +43 -0
- package/e2e/dialog.spec.ts-snapshots/id-dialog-dialog--default-chromium-darwin.png +0 -0
- package/e2e/dialog.spec.ts-snapshots/id-dialog-dialog--default-chromium-linux.png +0 -0
- package/e2e/field.spec.ts +51 -0
- package/e2e/field.spec.ts-snapshots/id-forms-field--email-chromium-linux.png +0 -0
- package/e2e/field.spec.ts-snapshots/id-forms-field--number-type-chromium-linux.png +0 -0
- package/e2e/field.spec.ts-snapshots/id-forms-field--password-chromium-linux.png +0 -0
- package/e2e/field.spec.ts-snapshots/id-forms-field--search-chromium-linux.png +0 -0
- package/e2e/field.spec.ts-snapshots/id-forms-field--tel-chromium-linux.png +0 -0
- package/e2e/field.spec.ts-snapshots/id-forms-field--text-chromium-linux.png +0 -0
- package/e2e/field.spec.ts-snapshots/id-forms-field--with-disable-chromium-linux.png +0 -0
- package/e2e/field.spec.ts-snapshots/id-forms-field--with-errors-chromium-linux.png +0 -0
- package/e2e/field.spec.ts-snapshots/id-forms-field--with-require-chromium-linux.png +0 -0
- package/e2e/field.spec.ts-snapshots/id-forms-field--without-label-chromium-linux.png +0 -0
- package/e2e/forgotPassword.spec.ts +94 -0
- package/e2e/forgotPassword.spec.ts-snapshots/forgotPassword-with-errors-chromium-linux.png +0 -0
- package/e2e/forgotPassword.spec.ts-snapshots/forgotPassword-with-texts-chromium-linux.png +0 -0
- package/e2e/forgotPassword.spec.ts-snapshots/id-deprecated-forgot-password--default-chromium-linux.png +0 -0
- package/e2e/forgotPassword.spec.ts-snapshots/id-forgotpassword--default-args-viewMode-story-chromium-linux.png +0 -0
- package/e2e/forgotPassword.spec.ts-snapshots/id-forgotpassword--default-chromium-linux.png +0 -0
- package/e2e/label.spec.ts +47 -0
- package/e2e/label.spec.ts-snapshots/id-label--big-chromium-linux.png +0 -0
- package/e2e/label.spec.ts-snapshots/id-label--huge-chromium-linux.png +0 -0
- package/e2e/label.spec.ts-snapshots/id-label--large-chromium-linux.png +0 -0
- package/e2e/label.spec.ts-snapshots/id-label--medium-chromium-linux.png +0 -0
- package/e2e/label.spec.ts-snapshots/id-label--small-chromium-linux.png +0 -0
- package/e2e/label.spec.ts-snapshots/id-under-review-label--big-chromium-linux.png +0 -0
- package/e2e/label.spec.ts-snapshots/id-under-review-label--huge-chromium-linux.png +0 -0
- package/e2e/label.spec.ts-snapshots/id-under-review-label--large-chromium-linux.png +0 -0
- package/e2e/label.spec.ts-snapshots/id-under-review-label--medium-chromium-linux.png +0 -0
- package/e2e/label.spec.ts-snapshots/id-under-review-label--small-chromium-linux.png +0 -0
- package/e2e/login.spec.ts +102 -0
- package/e2e/login.spec.ts-snapshots/id-deprecated-login--default-chromium-linux.png +0 -0
- package/e2e/login.spec.ts-snapshots/id-login--default-chromium-linux.png +0 -0
- package/e2e/login.spec.ts-snapshots/login-with-errors-chromium-linux.png +0 -0
- package/e2e/login.spec.ts-snapshots/login-with-texts-chromium-linux.png +0 -0
- package/e2e/logo.spec.ts +45 -0
- package/e2e/logo.spec.ts-snapshots/id-logo--default-chromium-linux.png +0 -0
- package/e2e/logo.spec.ts-snapshots/id-logo--powered-by-chromium-linux.png +0 -0
- package/e2e/logo.spec.ts-snapshots/id-logo--reverse-chromium-linux.png +0 -0
- package/e2e/navbar.spec.ts +42 -0
- package/e2e/navbar.spec.ts-snapshots/id-navbar--default-chromium-linux.png +0 -0
- package/e2e/navigation.spec.ts +43 -0
- package/e2e/navigation.spec.ts-snapshots/id-navigation--default-chromium-linux.png +0 -0
- package/e2e/paginator.spec.ts +42 -0
- package/e2e/paginator.spec.ts-snapshots/id-paginator--default-chromium-linux.png +0 -0
- package/e2e/progressBar.spec.ts +42 -0
- package/e2e/progressBar.spec.ts-snapshots/id-progressbar--determinate-chromium-linux.png +0 -0
- package/e2e/table.spec.ts +47 -0
- package/e2e/table.spec.ts-snapshots/id-deprecated-table--default-chromium-linux.png +0 -0
- package/e2e/table.spec.ts-snapshots/id-table--default-chromium-darwin.png +0 -0
- package/e2e/table.spec.ts-snapshots/id-table--default-chromium-linux.png +0 -0
- package/e2e/table.spec.ts-snapshots/id-table--expandable-chromium-darwin.png +0 -0
- package/e2e/table.spec.ts-snapshots/id-table--expandable-chromium-linux.png +0 -0
- package/e2e/typography.spec.ts +42 -0
- package/e2e/typography.spec.ts-snapshots/id-foundations-typography--page-args-viewMode-story-chromium-linux.png +0 -0
- package/globalSetup.js +9 -0
- package/jest.config.js +69 -0
- package/ng-package.json +9 -0
- package/package.json +68 -17
- package/projects/client/src/app/app.component.html +1 -0
- package/projects/client/src/app/app.component.scss +8 -0
- package/projects/client/src/app/app.component.spec.ts +27 -0
- package/projects/client/src/app/app.component.ts +37 -0
- package/projects/client/src/app/app.routes.ts +8 -0
- package/projects/client/src/app/components/avatar/avatar.component.html +10 -0
- package/projects/client/src/app/components/avatar/avatar.component.scss +0 -0
- package/projects/client/src/app/components/avatar/avatar.component.ts +25 -0
- package/projects/client/src/assets/.gitkeep +0 -0
- package/projects/client/src/favicon.ico +0 -0
- package/projects/client/src/index.html +13 -0
- package/projects/client/src/main.ts +15 -0
- package/projects/client/src/styles.scss +10 -0
- package/projects/client/tsconfig.app.json +14 -0
- package/projects/client/tsconfig.spec.json +14 -0
- package/projects/tgo-canopy-ui/__mocks__/alert-bar.mock.ts +18 -0
- package/projects/tgo-canopy-ui/__mocks__/button.mock.ts +34 -0
- package/projects/tgo-canopy-ui/__mocks__/field.mock.ts +10 -0
- package/projects/tgo-canopy-ui/__mocks__/icon.mock.ts +14 -0
- package/projects/tgo-canopy-ui/__mocks__/tag.mock.ts +9 -0
- package/projects/tgo-canopy-ui/assets/.gitkeep +0 -0
- package/projects/tgo-canopy-ui/components/accordion/accordion.component.html +35 -0
- package/projects/tgo-canopy-ui/components/accordion/accordion.component.module.ts +26 -0
- package/projects/tgo-canopy-ui/components/accordion/accordion.component.scss +284 -0
- package/projects/tgo-canopy-ui/components/accordion/accordion.component.spec.ts +37 -0
- package/projects/tgo-canopy-ui/components/accordion/accordion.component.stories.ts +176 -0
- package/projects/tgo-canopy-ui/components/accordion/accordion.component.ts +97 -0
- package/projects/tgo-canopy-ui/components/alert-banner/__snapshots__/alert-banner.component.spec.ts.snap +42 -0
- package/projects/tgo-canopy-ui/components/alert-banner/alert-banner.component.html +22 -0
- package/projects/tgo-canopy-ui/components/alert-banner/alert-banner.component.module.ts +12 -0
- package/projects/tgo-canopy-ui/components/alert-banner/alert-banner.component.scss +39 -0
- package/projects/tgo-canopy-ui/components/alert-banner/alert-banner.component.spec.ts +177 -0
- package/projects/tgo-canopy-ui/components/alert-banner/alert-banner.component.stories.ts +100 -0
- package/projects/tgo-canopy-ui/components/alert-banner/alert-banner.component.ts +130 -0
- package/projects/tgo-canopy-ui/components/autocomplete/autocomplete.component.html +198 -0
- package/projects/tgo-canopy-ui/components/autocomplete/autocomplete.component.module.ts +40 -0
- package/projects/tgo-canopy-ui/components/autocomplete/autocomplete.component.scss +283 -0
- package/projects/tgo-canopy-ui/components/autocomplete/autocomplete.component.spec.ts +238 -0
- package/projects/tgo-canopy-ui/components/autocomplete/autocomplete.component.stories.ts +135 -0
- package/projects/tgo-canopy-ui/components/autocomplete/autocomplete.component.ts +519 -0
- package/projects/tgo-canopy-ui/components/autocomplete/autocomplete.model.ts +22 -0
- package/projects/tgo-canopy-ui/components/autocomplete/includes.pipe.spec.ts +33 -0
- package/projects/tgo-canopy-ui/components/autocomplete/includes.pipe.ts +15 -0
- package/projects/tgo-canopy-ui/components/autocomplete/transform-Item.pipe.ts +21 -0
- package/projects/tgo-canopy-ui/components/autocomplete/transform-item.pipe.spec.ts +24 -0
- package/projects/tgo-canopy-ui/components/avatar/avatar.component.html +23 -0
- package/projects/tgo-canopy-ui/components/avatar/avatar.component.module.ts +14 -0
- package/projects/tgo-canopy-ui/components/avatar/avatar.component.scss +75 -0
- package/projects/tgo-canopy-ui/components/avatar/avatar.component.spec.ts +39 -0
- package/projects/tgo-canopy-ui/components/avatar/avatar.component.stories.ts +111 -0
- package/projects/tgo-canopy-ui/components/avatar/avatar.component.ts +76 -0
- package/projects/tgo-canopy-ui/components/avatar/avatar.model.ts +13 -0
- package/projects/tgo-canopy-ui/components/badge/badge.component.html +10 -0
- package/projects/tgo-canopy-ui/components/badge/badge.component.module.ts +11 -0
- package/projects/tgo-canopy-ui/components/badge/badge.component.scss +147 -0
- package/projects/tgo-canopy-ui/components/badge/badge.component.spec.ts +57 -0
- package/projects/tgo-canopy-ui/components/badge/badge.component.stories.ts +61 -0
- package/projects/tgo-canopy-ui/components/badge/badge.component.ts +99 -0
- package/projects/tgo-canopy-ui/components/badge/badge.model.ts +40 -0
- package/projects/tgo-canopy-ui/components/button/__snapshots__/button.component.spec.ts.snap +64 -0
- package/projects/tgo-canopy-ui/components/button/button.component.html +80 -0
- package/projects/tgo-canopy-ui/components/button/button.component.module.ts +23 -0
- package/projects/tgo-canopy-ui/components/button/button.component.scss +1012 -0
- package/projects/tgo-canopy-ui/components/button/button.component.spec.ts +274 -0
- package/projects/tgo-canopy-ui/components/button/button.component.stories.ts +455 -0
- package/projects/tgo-canopy-ui/components/button/button.component.ts +393 -0
- package/projects/tgo-canopy-ui/components/button/button.model.ts +28 -0
- package/projects/tgo-canopy-ui/components/card/card.component.html +9 -0
- package/projects/tgo-canopy-ui/components/card/card.component.module.ts +11 -0
- package/projects/tgo-canopy-ui/components/card/card.component.scss +91 -0
- package/projects/tgo-canopy-ui/components/card/card.component.spec.ts +76 -0
- package/projects/tgo-canopy-ui/components/card/card.component.stories.ts +88 -0
- package/projects/tgo-canopy-ui/components/card/card.component.ts +72 -0
- package/projects/tgo-canopy-ui/components/checkbox/checkbox.component.html +23 -0
- package/projects/tgo-canopy-ui/components/checkbox/checkbox.component.module.ts +17 -0
- package/projects/tgo-canopy-ui/components/checkbox/checkbox.component.scss +221 -0
- package/projects/tgo-canopy-ui/components/checkbox/checkbox.component.spec.ts +191 -0
- package/projects/tgo-canopy-ui/components/checkbox/checkbox.component.stories.ts +122 -0
- package/projects/tgo-canopy-ui/components/checkbox/checkbox.component.ts +233 -0
- package/projects/tgo-canopy-ui/components/confirm-dialog/confirm-dialog.component.html +16 -0
- package/projects/tgo-canopy-ui/components/confirm-dialog/confirm-dialog.component.module.ts +18 -0
- package/projects/tgo-canopy-ui/components/confirm-dialog/confirm-dialog.component.scss +3 -0
- package/projects/tgo-canopy-ui/components/confirm-dialog/confirm-dialog.component.spec.ts +42 -0
- package/projects/tgo-canopy-ui/components/confirm-dialog/confirm-dialog.component.ts +43 -0
- package/projects/tgo-canopy-ui/components/confirm-dialog/confirm-dialog.model.ts +10 -0
- package/projects/tgo-canopy-ui/components/confirm-dialog/confirm-dialog.stories.ts +37 -0
- package/projects/tgo-canopy-ui/components/datepicker/__snapshots__/datepicker.component.spec.ts.snap +56 -0
- package/projects/tgo-canopy-ui/components/datepicker/datepicker.component.html +98 -0
- package/projects/tgo-canopy-ui/components/datepicker/datepicker.component.module.ts +33 -0
- package/projects/tgo-canopy-ui/components/datepicker/datepicker.component.scss +195 -0
- package/projects/tgo-canopy-ui/components/datepicker/datepicker.component.spec.ts +249 -0
- package/projects/tgo-canopy-ui/components/datepicker/datepicker.component.stories.ts +138 -0
- package/projects/tgo-canopy-ui/components/datepicker/datepicker.component.ts +358 -0
- package/projects/tgo-canopy-ui/components/datepicker/no-date-format.directive.spec.ts +35 -0
- package/projects/tgo-canopy-ui/components/datepicker/no-date-format.directive.ts +43 -0
- package/projects/tgo-canopy-ui/components/deprecated-paginator/deprecated-paginator.component.html +5 -0
- package/projects/tgo-canopy-ui/components/deprecated-paginator/deprecated-paginator.component.module.ts +12 -0
- package/projects/tgo-canopy-ui/components/deprecated-paginator/deprecated-paginator.component.scss +32 -0
- package/projects/tgo-canopy-ui/components/deprecated-paginator/deprecated-paginator.component.stories.ts +31 -0
- package/projects/tgo-canopy-ui/components/deprecated-paginator/deprecated-paginator.component.ts +54 -0
- package/projects/tgo-canopy-ui/components/deprecated-table/deprecated-table.component.html +113 -0
- package/projects/tgo-canopy-ui/components/deprecated-table/deprecated-table.component.module.ts +25 -0
- package/projects/tgo-canopy-ui/components/deprecated-table/deprecated-table.component.scss +188 -0
- package/projects/tgo-canopy-ui/components/deprecated-table/deprecated-table.component.stories.ts +620 -0
- package/projects/tgo-canopy-ui/components/deprecated-table/deprecated-table.component.ts +160 -0
- package/projects/tgo-canopy-ui/components/deprecated-table/deprecated-table.model.ts +51 -0
- package/projects/tgo-canopy-ui/components/deprecated-table/directives/dynamic-component.directive.ts +41 -0
- package/projects/tgo-canopy-ui/components/dialog/__snapshots__/dialog.component.spec.ts.snap +51 -0
- package/projects/tgo-canopy-ui/components/dialog/dialog.component.html +41 -0
- package/projects/tgo-canopy-ui/components/dialog/dialog.component.module.ts +15 -0
- package/projects/tgo-canopy-ui/components/dialog/dialog.component.scss +133 -0
- package/projects/tgo-canopy-ui/components/dialog/dialog.component.spec.ts +230 -0
- package/projects/tgo-canopy-ui/components/dialog/dialog.component.stories.ts +60 -0
- package/projects/tgo-canopy-ui/components/dialog/dialog.component.ts +184 -0
- package/projects/tgo-canopy-ui/components/dialog/dialog.service.spec.ts +55 -0
- package/projects/tgo-canopy-ui/components/dialog/dialog.service.ts +33 -0
- package/projects/tgo-canopy-ui/components/dialog-custom/__snapshots__/dialog-custom.component.spec.ts.snap +28 -0
- package/projects/tgo-canopy-ui/components/dialog-custom/dialog-custom +0 -0
- package/projects/tgo-canopy-ui/components/dialog-custom/dialog-custom.component.html +38 -0
- package/projects/tgo-canopy-ui/components/dialog-custom/dialog-custom.component.mdx +38 -0
- package/projects/tgo-canopy-ui/components/dialog-custom/dialog-custom.component.module.ts +11 -0
- package/projects/tgo-canopy-ui/components/dialog-custom/dialog-custom.component.scss +0 -0
- package/projects/tgo-canopy-ui/components/dialog-custom/dialog-custom.component.spec.ts +56 -0
- package/projects/tgo-canopy-ui/components/dialog-custom/dialog-custom.component.stories.ts +27 -0
- package/projects/tgo-canopy-ui/components/dialog-custom/dialog-custom.component.ts +45 -0
- package/projects/tgo-canopy-ui/components/dialog-demo/__snapshots__/dialog-demo.component.spec.ts.snap +21 -0
- package/projects/tgo-canopy-ui/components/dialog-demo/dialog-demo.component.html +4 -0
- package/projects/tgo-canopy-ui/components/dialog-demo/dialog-demo.component.mdx +28 -0
- package/projects/tgo-canopy-ui/components/dialog-demo/dialog-demo.component.module.ts +15 -0
- package/projects/tgo-canopy-ui/components/dialog-demo/dialog-demo.component.scss +12 -0
- package/projects/tgo-canopy-ui/components/dialog-demo/dialog-demo.component.spec.ts +58 -0
- package/projects/tgo-canopy-ui/components/dialog-demo/dialog-demo.component.stories.ts +30 -0
- package/projects/tgo-canopy-ui/components/dialog-demo/dialog-demo.component.ts +33 -0
- package/projects/tgo-canopy-ui/components/divider/divider.component.html +13 -0
- package/projects/tgo-canopy-ui/components/divider/divider.component.module.ts +11 -0
- package/projects/tgo-canopy-ui/components/divider/divider.component.scss +57 -0
- package/projects/tgo-canopy-ui/components/divider/divider.component.spec.ts +21 -0
- package/projects/tgo-canopy-ui/components/divider/divider.component.stories.ts +48 -0
- package/projects/tgo-canopy-ui/components/divider/divider.component.ts +54 -0
- package/projects/tgo-canopy-ui/components/dropdown/dropdown.component.html +43 -0
- package/projects/tgo-canopy-ui/components/dropdown/dropdown.component.module.ts +31 -0
- package/projects/tgo-canopy-ui/components/dropdown/dropdown.component.scss +237 -0
- package/projects/tgo-canopy-ui/components/dropdown/dropdown.component.spec.ts +104 -0
- package/projects/tgo-canopy-ui/components/dropdown/dropdown.component.stories.ts +213 -0
- package/projects/tgo-canopy-ui/components/dropdown/dropdown.component.ts +250 -0
- package/projects/tgo-canopy-ui/components/dropdown/dropdown.model.ts +5 -0
- package/projects/tgo-canopy-ui/components/elevation-shadow/elevation-shadow.component.html +3 -0
- package/projects/tgo-canopy-ui/components/elevation-shadow/elevation-shadow.component.module.ts +10 -0
- package/projects/tgo-canopy-ui/components/elevation-shadow/elevation-shadow.component.scss +41 -0
- package/projects/tgo-canopy-ui/components/elevation-shadow/elevation-shadow.component.spec.ts +39 -0
- package/projects/tgo-canopy-ui/components/elevation-shadow/elevation-shadow.component.stories.ts +59 -0
- package/projects/tgo-canopy-ui/components/elevation-shadow/elevation-shadow.component.ts +38 -0
- package/projects/tgo-canopy-ui/components/elevation-shadow/elevation-shadow.constant.ts +9 -0
- package/projects/tgo-canopy-ui/components/empty-state/empty-state.component.html +25 -0
- package/projects/tgo-canopy-ui/components/empty-state/empty-state.component.module.ts +13 -0
- package/projects/tgo-canopy-ui/components/empty-state/empty-state.component.scss +70 -0
- package/projects/tgo-canopy-ui/components/empty-state/empty-state.component.spec.ts +80 -0
- package/projects/tgo-canopy-ui/components/empty-state/empty-state.component.stories.ts +159 -0
- package/projects/tgo-canopy-ui/components/empty-state/empty-state.component.ts +174 -0
- package/projects/tgo-canopy-ui/components/field/__snapshots__/field.component.spec.ts.snap +55 -0
- package/projects/tgo-canopy-ui/components/field/field.component.html +105 -0
- package/projects/tgo-canopy-ui/components/field/field.component.module.ts +32 -0
- package/projects/tgo-canopy-ui/components/field/field.component.scss +492 -0
- package/projects/tgo-canopy-ui/components/field/field.component.spec.ts +268 -0
- package/projects/tgo-canopy-ui/components/field/field.component.stories.ts +212 -0
- package/projects/tgo-canopy-ui/components/field/field.component.ts +430 -0
- package/projects/tgo-canopy-ui/components/field/field.model.ts +11 -0
- package/projects/tgo-canopy-ui/components/file-upload/__snapshots__/file-upload.component.spec.ts.snap +59 -0
- package/projects/tgo-canopy-ui/components/file-upload/file-upload.component.html +94 -0
- package/projects/tgo-canopy-ui/components/file-upload/file-upload.component.module.ts +23 -0
- package/projects/tgo-canopy-ui/components/file-upload/file-upload.component.scss +182 -0
- package/projects/tgo-canopy-ui/components/file-upload/file-upload.component.spec.ts +142 -0
- package/projects/tgo-canopy-ui/components/file-upload/file-upload.component.stories.ts +96 -0
- package/projects/tgo-canopy-ui/components/file-upload/file-upload.component.ts +284 -0
- package/projects/tgo-canopy-ui/components/file-upload-demo/file-upload-demo.component.html +32 -0
- package/projects/tgo-canopy-ui/components/file-upload-demo/file-upload-demo.component.module.ts +14 -0
- package/projects/tgo-canopy-ui/components/file-upload-demo/file-upload-demo.component.scss +23 -0
- package/projects/tgo-canopy-ui/components/file-upload-demo/file-upload-demo.component.spec.ts +111 -0
- package/projects/tgo-canopy-ui/components/file-upload-demo/file-upload-demo.component.stories.ts +28 -0
- package/projects/tgo-canopy-ui/components/file-upload-demo/file-upload-demo.component.ts +74 -0
- package/projects/tgo-canopy-ui/components/form-demo/form-demo-component.stories.ts +41 -0
- package/projects/tgo-canopy-ui/components/form-demo/form-demo.component.html +210 -0
- package/projects/tgo-canopy-ui/components/form-demo/form-demo.component.module.ts +34 -0
- package/projects/tgo-canopy-ui/components/form-demo/form-demo.component.scss +59 -0
- package/projects/tgo-canopy-ui/components/form-demo/form-demo.component.spec.ts +127 -0
- package/projects/tgo-canopy-ui/components/form-demo/form-demo.component.ts +217 -0
- package/projects/tgo-canopy-ui/components/form-demo/form-demo.model.ts +6 -0
- package/projects/tgo-canopy-ui/components/icon/__snapshots__/icon.component.spec.ts.snap +20 -0
- package/projects/tgo-canopy-ui/components/icon/icon.component.html +1 -0
- package/projects/tgo-canopy-ui/components/icon/icon.component.module.ts +13 -0
- package/projects/tgo-canopy-ui/components/icon/icon.component.scss +66 -0
- package/projects/tgo-canopy-ui/components/icon/icon.component.spec.ts +150 -0
- package/projects/tgo-canopy-ui/components/icon/icon.component.stories.ts +68 -0
- package/projects/tgo-canopy-ui/components/icon/icon.component.ts +147 -0
- package/projects/tgo-canopy-ui/components/icon/icon.config.ts +658 -0
- package/projects/tgo-canopy-ui/components/icon/icon.model.ts +8 -0
- package/projects/tgo-canopy-ui/components/icon-label/__snapshots__/icon-label.component.spec.ts.snap +15 -0
- package/projects/tgo-canopy-ui/components/icon-label/icon-label.component.html +2 -0
- package/projects/tgo-canopy-ui/components/icon-label/icon-label.component.module.ts +12 -0
- package/projects/tgo-canopy-ui/components/icon-label/icon-label.component.scss +8 -0
- package/projects/tgo-canopy-ui/components/icon-label/icon-label.component.spec.ts +64 -0
- package/projects/tgo-canopy-ui/components/icon-label/icon-label.component.stories.ts +48 -0
- package/projects/tgo-canopy-ui/components/icon-label/icon-label.component.ts +53 -0
- package/projects/tgo-canopy-ui/components/icons-showcase/__snapshots__/icons-showcase.component.spec.ts.snap +3487 -0
- package/projects/tgo-canopy-ui/components/icons-showcase/icons-showcase.component.html +17 -0
- package/projects/tgo-canopy-ui/components/icons-showcase/icons-showcase.component.module.ts +12 -0
- package/projects/tgo-canopy-ui/components/icons-showcase/icons-showcase.component.scss +25 -0
- package/projects/tgo-canopy-ui/components/icons-showcase/icons-showcase.component.spec.ts +40 -0
- package/projects/tgo-canopy-ui/components/icons-showcase/icons-showcase.component.stories.ts +44 -0
- package/projects/tgo-canopy-ui/components/icons-showcase/icons-showcase.component.ts +43 -0
- package/projects/tgo-canopy-ui/components/login/login.component.scss +0 -0
- package/projects/tgo-canopy-ui/components/logo/logo.component.html +14 -0
- package/projects/tgo-canopy-ui/components/logo/logo.component.module.ts +10 -0
- package/projects/tgo-canopy-ui/components/logo/logo.component.scss +13 -0
- package/projects/tgo-canopy-ui/components/logo/logo.component.spec.ts +162 -0
- package/projects/tgo-canopy-ui/components/logo/logo.component.stories.ts +55 -0
- package/projects/tgo-canopy-ui/components/logo/logo.component.ts +148 -0
- package/projects/tgo-canopy-ui/components/logo/logo.model.ts +30 -0
- package/projects/tgo-canopy-ui/components/navbar/mobile-navbar-side-sheet/mobile-navbar-side-sheet.component.html +36 -0
- package/projects/tgo-canopy-ui/components/navbar/mobile-navbar-side-sheet/mobile-navbar-side-sheet.component.scss +70 -0
- package/projects/tgo-canopy-ui/components/navbar/mobile-navbar-side-sheet/mobile-navbar-side-sheet.component.spec.ts +58 -0
- package/projects/tgo-canopy-ui/components/navbar/mobile-navbar-side-sheet/mobile-navbar-side-sheet.component.ts +58 -0
- package/projects/tgo-canopy-ui/components/navbar/navbar.component.html +62 -0
- package/projects/tgo-canopy-ui/components/navbar/navbar.component.module.ts +36 -0
- package/projects/tgo-canopy-ui/components/navbar/navbar.component.scss +240 -0
- package/projects/tgo-canopy-ui/components/navbar/navbar.component.spec.ts +136 -0
- package/projects/tgo-canopy-ui/components/navbar/navbar.component.stories.ts +134 -0
- package/projects/tgo-canopy-ui/components/navbar/navbar.component.ts +206 -0
- package/projects/tgo-canopy-ui/components/navbar/navbar.model.ts +12 -0
- package/projects/tgo-canopy-ui/components/overflow-menu/__snapshots__/overflow-menu.component.spec.ts.snap +28 -0
- package/projects/tgo-canopy-ui/components/overflow-menu/overflow-menu.component.html +47 -0
- package/projects/tgo-canopy-ui/components/overflow-menu/overflow-menu.component.module.ts +13 -0
- package/projects/tgo-canopy-ui/components/overflow-menu/overflow-menu.component.scss +98 -0
- package/projects/tgo-canopy-ui/components/overflow-menu/overflow-menu.component.spec.ts +124 -0
- package/projects/tgo-canopy-ui/components/overflow-menu/overflow-menu.component.stories.ts +58 -0
- package/projects/tgo-canopy-ui/components/overflow-menu/overflow-menu.component.ts +88 -0
- package/projects/tgo-canopy-ui/components/overflow-menu/overflow-menu.model.ts +11 -0
- package/projects/tgo-canopy-ui/components/page-header/page-header.component.html +35 -0
- package/projects/tgo-canopy-ui/components/page-header/page-header.component.module.ts +12 -0
- package/projects/tgo-canopy-ui/components/page-header/page-header.component.scss +61 -0
- package/projects/tgo-canopy-ui/components/page-header/page-header.component.spec.ts +34 -0
- package/projects/tgo-canopy-ui/components/page-header/page-header.component.stories.ts +56 -0
- package/projects/tgo-canopy-ui/components/page-header/page-header.component.ts +64 -0
- package/projects/tgo-canopy-ui/components/paginator/paginator.component.html +10 -0
- package/projects/tgo-canopy-ui/components/paginator/paginator.component.module.ts +11 -0
- package/projects/tgo-canopy-ui/components/paginator/paginator.component.scss +159 -0
- package/projects/tgo-canopy-ui/components/paginator/paginator.component.spec.ts +29 -0
- package/projects/tgo-canopy-ui/components/paginator/paginator.component.stories.ts +36 -0
- package/projects/tgo-canopy-ui/components/paginator/paginator.component.ts +67 -0
- package/projects/tgo-canopy-ui/components/password-criteria/password.component.html +31 -0
- package/projects/tgo-canopy-ui/components/password-criteria/password.component.module.ts +22 -0
- package/projects/tgo-canopy-ui/components/password-criteria/password.component.scss +56 -0
- package/projects/tgo-canopy-ui/components/password-criteria/password.component.spec.ts +45 -0
- package/projects/tgo-canopy-ui/components/password-criteria/password.component.stories.ts +49 -0
- package/projects/tgo-canopy-ui/components/password-criteria/password.component.ts +106 -0
- package/projects/tgo-canopy-ui/components/password-strength/password-strength.component.html +19 -0
- package/projects/tgo-canopy-ui/components/password-strength/password-strength.component.module.ts +13 -0
- package/projects/tgo-canopy-ui/components/password-strength/password-strength.component.scss +54 -0
- package/projects/tgo-canopy-ui/components/password-strength/password-strength.component.spec.ts +40 -0
- package/projects/tgo-canopy-ui/components/password-strength/password-strength.component.stories.ts +50 -0
- package/projects/tgo-canopy-ui/components/password-strength/password-strength.component.ts +98 -0
- package/projects/tgo-canopy-ui/components/password-strength-demo/password-strength-demo.component.html +2 -0
- package/projects/tgo-canopy-ui/components/password-strength-demo/password-strength-demo.component.scss +0 -0
- package/projects/tgo-canopy-ui/components/password-strength-demo/password-strength-demo.component.spec.ts +28 -0
- package/projects/tgo-canopy-ui/components/password-strength-demo/password-strength-demo.component.stories.ts +40 -0
- package/projects/tgo-canopy-ui/components/password-strength-demo/password-strength-demo.component.ts +20 -0
- package/projects/tgo-canopy-ui/components/phone-input/join-string.pipe.spec.ts +9 -0
- package/projects/tgo-canopy-ui/components/phone-input/join-strings.pipe.ts +8 -0
- package/projects/tgo-canopy-ui/components/phone-input/phone-input.component.html +64 -0
- package/projects/tgo-canopy-ui/components/phone-input/phone-input.component.module.ts +35 -0
- package/projects/tgo-canopy-ui/components/phone-input/phone-input.component.scss +133 -0
- package/projects/tgo-canopy-ui/components/phone-input/phone-input.component.spec.ts +212 -0
- package/projects/tgo-canopy-ui/components/phone-input/phone-input.component.stories.ts +89 -0
- package/projects/tgo-canopy-ui/components/phone-input/phone-input.component.ts +427 -0
- package/projects/tgo-canopy-ui/components/phone-input/phone-input.model.ts +8 -0
- package/projects/tgo-canopy-ui/components/progress-bar/progress-bar.component.html +9 -0
- package/projects/tgo-canopy-ui/components/progress-bar/progress-bar.component.module.ts +12 -0
- package/projects/tgo-canopy-ui/components/progress-bar/progress-bar.component.scss +152 -0
- package/projects/tgo-canopy-ui/components/progress-bar/progress-bar.component.spec.ts +76 -0
- package/projects/tgo-canopy-ui/components/progress-bar/progress-bar.component.stories.ts +48 -0
- package/projects/tgo-canopy-ui/components/progress-bar/progress-bar.component.ts +82 -0
- package/projects/tgo-canopy-ui/components/radial-progress/radial-progress.component.html +26 -0
- package/projects/tgo-canopy-ui/components/radial-progress/radial-progress.component.module.ts +12 -0
- package/projects/tgo-canopy-ui/components/radial-progress/radial-progress.component.scss +41 -0
- package/projects/tgo-canopy-ui/components/radial-progress/radial-progress.component.spec.ts +102 -0
- package/projects/tgo-canopy-ui/components/radial-progress/radial-progress.component.stories.ts +69 -0
- package/projects/tgo-canopy-ui/components/radial-progress/radial-progress.component.ts +114 -0
- package/projects/tgo-canopy-ui/components/radial-progress/radial-progress.model.ts +13 -0
- package/projects/tgo-canopy-ui/components/radio-button/radio-button.component.html +16 -0
- package/projects/tgo-canopy-ui/components/radio-button/radio-button.component.module.ts +13 -0
- package/projects/tgo-canopy-ui/components/radio-button/radio-button.component.scss +175 -0
- package/projects/tgo-canopy-ui/components/radio-button/radio-button.component.spec.ts +141 -0
- package/projects/tgo-canopy-ui/components/radio-button/radio-button.component.stories.ts +126 -0
- package/projects/tgo-canopy-ui/components/radio-button/radio-button.component.ts +190 -0
- package/projects/tgo-canopy-ui/components/radio-button/radio-button.model.ts +4 -0
- package/projects/tgo-canopy-ui/components/rating/__snapshots__/rating.component.spec.ts.snap +47 -0
- package/projects/tgo-canopy-ui/components/rating/half-star.pipe.spec.ts +33 -0
- package/projects/tgo-canopy-ui/components/rating/half-star.pipe.ts +17 -0
- package/projects/tgo-canopy-ui/components/rating/rating.component.html +31 -0
- package/projects/tgo-canopy-ui/components/rating/rating.component.module.ts +12 -0
- package/projects/tgo-canopy-ui/components/rating/rating.component.scss +139 -0
- package/projects/tgo-canopy-ui/components/rating/rating.component.spec.ts +142 -0
- package/projects/tgo-canopy-ui/components/rating/rating.component.stories.ts +87 -0
- package/projects/tgo-canopy-ui/components/rating/rating.component.ts +97 -0
- package/projects/tgo-canopy-ui/components/scale/__snapshots__/scale.component.spec.ts.snap +42 -0
- package/projects/tgo-canopy-ui/components/scale/scale.component.html +7 -0
- package/projects/tgo-canopy-ui/components/scale/scale.component.module.ts +12 -0
- package/projects/tgo-canopy-ui/components/scale/scale.component.scss +71 -0
- package/projects/tgo-canopy-ui/components/scale/scale.component.spec.ts +125 -0
- package/projects/tgo-canopy-ui/components/scale/scale.component.stories.ts +60 -0
- package/projects/tgo-canopy-ui/components/scale/scale.component.ts +57 -0
- package/projects/tgo-canopy-ui/components/segmented-bar/segmented-bar.component.html +16 -0
- package/projects/tgo-canopy-ui/components/segmented-bar/segmented-bar.component.module.ts +12 -0
- package/projects/tgo-canopy-ui/components/segmented-bar/segmented-bar.component.scss +86 -0
- package/projects/tgo-canopy-ui/components/segmented-bar/segmented-bar.component.spec.ts +69 -0
- package/projects/tgo-canopy-ui/components/segmented-bar/segmented-bar.component.stories.ts +98 -0
- package/projects/tgo-canopy-ui/components/segmented-bar/segmented-bar.component.ts +69 -0
- package/projects/tgo-canopy-ui/components/segmented-bar/segmented-bar.model.ts +8 -0
- package/projects/tgo-canopy-ui/components/segmented-button/segmented-button.component.html +11 -0
- package/projects/tgo-canopy-ui/components/segmented-button/segmented-button.component.module.ts +22 -0
- package/projects/tgo-canopy-ui/components/segmented-button/segmented-button.component.scss +44 -0
- package/projects/tgo-canopy-ui/components/segmented-button/segmented-button.component.spec.ts +50 -0
- package/projects/tgo-canopy-ui/components/segmented-button/segmented-button.component.stories.ts +48 -0
- package/projects/tgo-canopy-ui/components/segmented-button/segmented-button.component.ts +54 -0
- package/projects/tgo-canopy-ui/components/segmented-button/segmented-button.model.ts +7 -0
- package/projects/tgo-canopy-ui/components/side-sheet/side-sheet.component.html +37 -0
- package/projects/tgo-canopy-ui/components/side-sheet/side-sheet.component.module.ts +24 -0
- package/projects/tgo-canopy-ui/components/side-sheet/side-sheet.component.scss +97 -0
- package/projects/tgo-canopy-ui/components/side-sheet/side-sheet.component.spec.ts +176 -0
- package/projects/tgo-canopy-ui/components/side-sheet/side-sheet.component.ts +110 -0
- package/projects/tgo-canopy-ui/components/side-sheet/side-sheet.model.ts +12 -0
- package/projects/tgo-canopy-ui/components/side-sheet/side-sheet.service.spec.ts +88 -0
- package/projects/tgo-canopy-ui/components/side-sheet/side-sheet.service.ts +28 -0
- package/projects/tgo-canopy-ui/components/side-sheet-demo/side-sheet-demo.component.html +5 -0
- package/projects/tgo-canopy-ui/components/side-sheet-demo/side-sheet-demo.component.scss +14 -0
- package/projects/tgo-canopy-ui/components/side-sheet-demo/side-sheet-demo.component.spec.ts +26 -0
- package/projects/tgo-canopy-ui/components/side-sheet-demo/side-sheet-demo.component.stories.ts +54 -0
- package/projects/tgo-canopy-ui/components/side-sheet-demo/side-sheet-demo.component.ts +98 -0
- package/projects/tgo-canopy-ui/components/side-sheet-demo/side-sheet-demo.module.ts +12 -0
- package/projects/tgo-canopy-ui/components/skeleton/skeleton.component.html +5 -0
- package/projects/tgo-canopy-ui/components/skeleton/skeleton.component.scss +0 -0
- package/projects/tgo-canopy-ui/components/skeleton/skeleton.component.spec.ts +75 -0
- package/projects/tgo-canopy-ui/components/skeleton/skeleton.component.stories.ts +47 -0
- package/projects/tgo-canopy-ui/components/skeleton/skeleton.component.ts +66 -0
- package/projects/tgo-canopy-ui/components/skeleton/skeleton.model.ts +3 -0
- package/projects/tgo-canopy-ui/components/slider/slider.component.html +75 -0
- package/projects/tgo-canopy-ui/components/slider/slider.component.module.ts +24 -0
- package/projects/tgo-canopy-ui/components/slider/slider.component.scss +223 -0
- package/projects/tgo-canopy-ui/components/slider/slider.component.spec.ts +103 -0
- package/projects/tgo-canopy-ui/components/slider/slider.component.stories.ts +87 -0
- package/projects/tgo-canopy-ui/components/slider/slider.component.ts +185 -0
- package/projects/tgo-canopy-ui/components/slider/slider.model.ts +4 -0
- package/projects/tgo-canopy-ui/components/snackbar/__snapshots__/snackbar.component.spec.ts.snap +44 -0
- package/projects/tgo-canopy-ui/components/snackbar/snackbar.component.html +33 -0
- package/projects/tgo-canopy-ui/components/snackbar/snackbar.component.module.ts +16 -0
- package/projects/tgo-canopy-ui/components/snackbar/snackbar.component.scss +45 -0
- package/projects/tgo-canopy-ui/components/snackbar/snackbar.component.spec.ts +214 -0
- package/projects/tgo-canopy-ui/components/snackbar/snackbar.component.stories.ts +159 -0
- package/projects/tgo-canopy-ui/components/snackbar/snackbar.component.ts +196 -0
- package/projects/tgo-canopy-ui/components/snackbar/snackbar.service.spec.ts +52 -0
- package/projects/tgo-canopy-ui/components/snackbar/snackbar.service.ts +37 -0
- package/projects/tgo-canopy-ui/components/spinner/spinner.component.html +6 -0
- package/projects/tgo-canopy-ui/components/spinner/spinner.component.scss +75 -0
- package/projects/tgo-canopy-ui/components/spinner/spinner.component.spec.ts +82 -0
- package/projects/tgo-canopy-ui/components/spinner/spinner.component.stories.ts +46 -0
- package/projects/tgo-canopy-ui/components/spinner/spinner.component.ts +59 -0
- package/projects/tgo-canopy-ui/components/spinner/spinner.module.ts +10 -0
- package/projects/tgo-canopy-ui/components/step/step.component.html +100 -0
- package/projects/tgo-canopy-ui/components/step/step.component.module.ts +11 -0
- package/projects/tgo-canopy-ui/components/step/step.component.scss +315 -0
- package/projects/tgo-canopy-ui/components/step/step.component.spec.ts +61 -0
- package/projects/tgo-canopy-ui/components/step/step.component.ts +134 -0
- package/projects/tgo-canopy-ui/components/stepper/stepper.component.html +79 -0
- package/projects/tgo-canopy-ui/components/stepper/stepper.component.module.ts +25 -0
- package/projects/tgo-canopy-ui/components/stepper/stepper.component.scss +144 -0
- package/projects/tgo-canopy-ui/components/stepper/stepper.component.spec.ts +64 -0
- package/projects/tgo-canopy-ui/components/stepper/stepper.component.stories.ts +84 -0
- package/projects/tgo-canopy-ui/components/stepper/stepper.component.ts +118 -0
- package/projects/tgo-canopy-ui/components/stepper/stepper.model.ts +10 -0
- package/projects/tgo-canopy-ui/components/table/sentence-case.pipe.ts +13 -0
- package/projects/tgo-canopy-ui/components/table/sentence-case.spec.ts +53 -0
- package/projects/tgo-canopy-ui/components/table/table.component.html +290 -0
- package/projects/tgo-canopy-ui/components/table/table.component.module.ts +33 -0
- package/projects/tgo-canopy-ui/components/table/table.component.scss +201 -0
- package/projects/tgo-canopy-ui/components/table/table.component.spec.ts +187 -0
- package/projects/tgo-canopy-ui/components/table/table.component.stories.ts +425 -0
- package/projects/tgo-canopy-ui/components/table/table.component.ts +235 -0
- package/projects/tgo-canopy-ui/components/table/table.model.ts +103 -0
- package/projects/tgo-canopy-ui/components/tabs/tab.directive.ts +33 -0
- package/projects/tgo-canopy-ui/components/tabs/tabs.component.html +19 -0
- package/projects/tgo-canopy-ui/components/tabs/tabs.component.module.ts +22 -0
- package/projects/tgo-canopy-ui/components/tabs/tabs.component.scss +234 -0
- package/projects/tgo-canopy-ui/components/tabs/tabs.component.spec.ts +85 -0
- package/projects/tgo-canopy-ui/components/tabs/tabs.component.stories.ts +73 -0
- package/projects/tgo-canopy-ui/components/tabs/tabs.component.ts +79 -0
- package/projects/tgo-canopy-ui/components/tabs/tabs.directive.spec.ts +90 -0
- package/projects/tgo-canopy-ui/components/tabs/tabs.model.ts +11 -0
- package/projects/tgo-canopy-ui/components/tag/__snapshots__/tag.component.spec.ts.snap +42 -0
- package/projects/tgo-canopy-ui/components/tag/tag.component.html +26 -0
- package/projects/tgo-canopy-ui/components/tag/tag.component.module.ts +15 -0
- package/projects/tgo-canopy-ui/components/tag/tag.component.scss +161 -0
- package/projects/tgo-canopy-ui/components/tag/tag.component.spec.ts +193 -0
- package/projects/tgo-canopy-ui/components/tag/tag.component.stories.ts +125 -0
- package/projects/tgo-canopy-ui/components/tag/tag.component.ts +213 -0
- package/projects/tgo-canopy-ui/components/toggle/toggle.component.html +24 -0
- package/projects/tgo-canopy-ui/components/toggle/toggle.component.module.ts +14 -0
- package/projects/tgo-canopy-ui/components/toggle/toggle.component.scss +202 -0
- package/projects/tgo-canopy-ui/components/toggle/toggle.component.spec.ts +197 -0
- package/projects/tgo-canopy-ui/components/toggle/toggle.component.stories.ts +97 -0
- package/projects/tgo-canopy-ui/components/toggle/toggle.component.ts +179 -0
- package/projects/tgo-canopy-ui/components/tooltip/tooltip.component.html +9 -0
- package/projects/tgo-canopy-ui/components/tooltip/tooltip.component.module.ts +10 -0
- package/projects/tgo-canopy-ui/components/tooltip/tooltip.component.spec.ts +53 -0
- package/projects/tgo-canopy-ui/components/tooltip/tooltip.component.stories.ts +235 -0
- package/projects/tgo-canopy-ui/components/tooltip/tooltip.component.ts +81 -0
- package/projects/tgo-canopy-ui/components/tooltip/tooltip.model.ts +6 -0
- package/projects/tgo-canopy-ui/components/validation-error/validation-error.component.html +29 -0
- package/projects/tgo-canopy-ui/components/validation-error/validation-error.component.scss +0 -0
- package/projects/tgo-canopy-ui/components/validation-error/validation-error.component.spec.ts +75 -0
- package/projects/tgo-canopy-ui/components/validation-error/validation-error.component.ts +53 -0
- package/projects/tgo-canopy-ui/components/validation-error/validation-error.module.ts +12 -0
- package/projects/tgo-canopy-ui/directives/digits-only.directive.spec.ts +121 -0
- package/projects/tgo-canopy-ui/directives/digits-only.directive.ts +42 -0
- package/projects/tgo-canopy-ui/directives/drag-drop.directive.spec.ts +84 -0
- package/projects/tgo-canopy-ui/directives/drag-drop.directive.ts +39 -0
- package/projects/tgo-canopy-ui/directives/ellipse-text.directive.spec.ts +57 -0
- package/projects/tgo-canopy-ui/directives/ellipse-text.directive.ts +27 -0
- package/projects/tgo-canopy-ui/directives/select-text.directive.spec.ts +54 -0
- package/projects/tgo-canopy-ui/directives/select-text.directive.ts +37 -0
- package/projects/tgo-canopy-ui/directives/step-line-width.directive.spec.ts +59 -0
- package/projects/tgo-canopy-ui/directives/step-line-width.directive.ts +31 -0
- package/projects/tgo-canopy-ui/foundations/colors/colors.component.html +4 -0
- package/projects/tgo-canopy-ui/foundations/colors/colors.component.module.ts +10 -0
- package/projects/tgo-canopy-ui/foundations/colors/colors.component.scss +318 -0
- package/projects/tgo-canopy-ui/foundations/colors/colors.component.spec.ts +47 -0
- package/projects/tgo-canopy-ui/foundations/colors/colors.component.ts +22 -0
- package/projects/tgo-canopy-ui/foundations/colors/colors.stories.ts +426 -0
- package/projects/tgo-canopy-ui/foundations/typography/typography.stories.ts +195 -0
- package/projects/tgo-canopy-ui/mocked-assets/images/some_progress.svg +4 -0
- package/projects/tgo-canopy-ui/models/colors.model.ts +88 -0
- package/projects/tgo-canopy-ui/models/screen-breakpoints.model.ts +4 -0
- package/projects/tgo-canopy-ui/pipes/data-property-getter.spec.ts +42 -0
- package/projects/tgo-canopy-ui/pipes/data-property-getter.ts +31 -0
- package/projects/tgo-canopy-ui/pipes/has-validation-error.pipe.spec.ts +32 -0
- package/projects/tgo-canopy-ui/pipes/has-validation-error.pipe.ts +20 -0
- package/projects/tgo-canopy-ui/pipes/name-initials.pipe.spec.ts +44 -0
- package/projects/tgo-canopy-ui/pipes/name-initials.pipe.ts +18 -0
- package/projects/tgo-canopy-ui/pipes/ui-translate.pipe.spec.ts +45 -0
- package/projects/tgo-canopy-ui/pipes/ui-translate.pipe.ts +71 -0
- package/projects/tgo-canopy-ui/polyfills.ts +51 -0
- package/projects/tgo-canopy-ui/providers/is-mobile.ts +11 -0
- package/projects/tgo-canopy-ui/public-api.ts +184 -0
- package/projects/tgo-canopy-ui/services/custom-event-manager.service.spec.ts +57 -0
- package/projects/tgo-canopy-ui/services/custom-event-manager.service.ts +28 -0
- package/projects/tgo-canopy-ui/test-utils/mock-file.spec.ts +44 -0
- package/projects/tgo-canopy-ui/test-utils/mock-file.ts +24 -0
- package/projects/tgo-canopy-ui/test.ts +20 -0
- package/projects/tgo-canopy-ui/theme/_variables.scss +1 -0
- package/projects/tgo-canopy-ui/utils/alert-bars.utils.spec.ts +47 -0
- package/projects/tgo-canopy-ui/utils/alert-bars.utils.ts +36 -0
- package/projects/tgo-canopy-ui/utils/autocomplete-utils.spec.ts +68 -0
- package/projects/tgo-canopy-ui/utils/autocomplete-utils.ts +66 -0
- package/projects/tgo-canopy-ui/utils/color-contrast.spec.ts +46 -0
- package/projects/tgo-canopy-ui/utils/color-contrast.ts +135 -0
- package/projects/tgo-canopy-ui/utils/localization/language.model.ts +14 -0
- package/projects/tgo-canopy-ui/utils/localization/language.service.mocks.ts +6 -0
- package/projects/tgo-canopy-ui/utils/localization/language.service.spec.ts +25 -0
- package/projects/tgo-canopy-ui/utils/localization/language.service.ts +32 -0
- package/projects/tgo-canopy-ui/utils/table.utils.spec.ts +47 -0
- package/projects/tgo-canopy-ui/utils/table.utils.ts +22 -0
- package/projects/tgo-canopy-ui/utils/transform-theme.ts +9 -0
- package/projects/tgo-canopy-ui/utils/transform.theme.spec.ts +16 -0
- package/projects/tgo-canopy-ui/utils/validators.utils.spec.ts +16 -0
- package/projects/tgo-canopy-ui/utils/validators.utils.ts +9 -0
- package/setupJest.ts +1 -0
- package/transloco.config.js +5 -0
- package/tsconfig.json +46 -0
- package/tsconfig.spec.json +17 -0
- package/tsconfig.ui.json +24 -0
- package/tsconfig.ui.prod.json +10 -0
- package/visual-tests/component-page-objects/avatar-component.ts +30 -0
- package/visual-tests/component-page-objects/base-component.ts +44 -0
- package/visual-tests/component-tests/avatar.spec.ts +32 -0
- package/visual-tests/component-tests/avatar.spec.ts-snapshots/Avatar-Component-Visual-Tests-should-allow-edit-for-the-avatar-1-chromium-linux.png +0 -0
- package/visual-tests/component-tests/avatar.spec.ts-snapshots/Avatar-Component-Visual-Tests-should-display-the-avatar-correctly-1-chromium-linux.png +0 -0
- package/visual-tests/playwright.config.ts +45 -0
- package/visual-tests/runConfig.ts +1 -0
- package/components/accordion/accordion.component.d.ts +0 -76
- package/components/accordion/accordion.component.module.d.ts +0 -12
- package/components/alert-banner/alert-banner.component.d.ts +0 -89
- package/components/alert-banner/alert-banner.component.module.d.ts +0 -10
- package/components/autocomplete/autocomplete.component.d.ts +0 -208
- package/components/autocomplete/autocomplete.component.module.d.ts +0 -21
- package/components/autocomplete/autocomplete.model.d.ts +0 -18
- package/components/autocomplete/includes.pipe.d.ts +0 -12
- package/components/autocomplete/transform-Item.pipe.d.ts +0 -11
- package/components/avatar/avatar.component.d.ts +0 -58
- package/components/avatar/avatar.component.module.d.ts +0 -12
- package/components/avatar/avatar.model.d.ts +0 -7
- package/components/badge/badge.component.d.ts +0 -58
- package/components/badge/badge.component.module.d.ts +0 -9
- package/components/badge/badge.model.d.ts +0 -27
- package/components/button/button.component.d.ts +0 -190
- package/components/button/button.component.module.d.ts +0 -13
- package/components/button/button.model.d.ts +0 -14
- package/components/card/card.component.d.ts +0 -46
- package/components/card/card.component.module.d.ts +0 -9
- package/components/checkbox/checkbox.component.d.ts +0 -147
- package/components/checkbox/checkbox.component.module.d.ts +0 -15
- package/components/confirm-dialog/confirm-dialog.component.d.ts +0 -25
- package/components/confirm-dialog/confirm-dialog.component.module.d.ts +0 -12
- package/components/confirm-dialog/confirm-dialog.model.d.ts +0 -9
- package/components/datepicker/datepicker.component.d.ts +0 -205
- package/components/datepicker/datepicker.component.module.d.ts +0 -18
- package/components/datepicker/no-date-format.directive.d.ts +0 -11
- package/components/deprecated-paginator/deprecated-paginator.component.d.ts +0 -38
- package/components/deprecated-paginator/deprecated-paginator.component.module.d.ts +0 -9
- package/components/deprecated-table/deprecated-table.component.d.ts +0 -91
- package/components/deprecated-table/deprecated-table.component.module.d.ts +0 -14
- package/components/deprecated-table/deprecated-table.model.d.ts +0 -45
- package/components/deprecated-table/directives/dynamic-component.directive.d.ts +0 -13
- package/components/dialog/dialog.component.d.ts +0 -108
- package/components/dialog/dialog.component.module.d.ts +0 -11
- package/components/dialog/dialog.service.d.ts +0 -13
- package/components/divider/divider.component.d.ts +0 -39
- package/components/divider/divider.component.module.d.ts +0 -9
- package/components/dropdown/dropdown.component.d.ts +0 -157
- package/components/dropdown/dropdown.component.module.d.ts +0 -17
- package/components/dropdown/dropdown.model.d.ts +0 -5
- package/components/elevation-shadow/elevation-shadow.component.d.ts +0 -26
- package/components/elevation-shadow/elevation-shadow.component.module.d.ts +0 -8
- package/components/elevation-shadow/elevation-shadow.constant.d.ts +0 -8
- package/components/empty-state/empty-state.component.d.ts +0 -124
- package/components/empty-state/empty-state.component.module.d.ts +0 -11
- package/components/field/field.component.d.ts +0 -238
- package/components/field/field.component.module.d.ts +0 -18
- package/components/field/field.model.d.ts +0 -1
- package/components/file-upload/file-upload.component.d.ts +0 -124
- package/components/file-upload/file-upload.component.module.d.ts +0 -14
- package/components/icon/icon.component.d.ts +0 -65
- package/components/icon/icon.component.module.d.ts +0 -10
- package/components/icon/icon.config.d.ts +0 -10
- package/components/icon/icon.model.d.ts +0 -7
- package/components/icon-label/icon-label.component.d.ts +0 -39
- package/components/icon-label/icon-label.component.module.d.ts +0 -9
- package/components/logo/logo.component.d.ts +0 -57
- package/components/logo/logo.component.module.d.ts +0 -8
- package/components/logo/logo.model.d.ts +0 -29
- package/components/navbar/mobile-navbar-side-sheet/mobile-navbar-side-sheet.component.d.ts +0 -22
- package/components/navbar/navbar.component.d.ts +0 -113
- package/components/navbar/navbar.component.module.d.ts +0 -20
- package/components/navbar/navbar.model.d.ts +0 -10
- package/components/overflow-menu/overflow-menu.component.d.ts +0 -55
- package/components/overflow-menu/overflow-menu.component.module.d.ts +0 -11
- package/components/overflow-menu/overflow-menu.model.d.ts +0 -10
- package/components/page-header/page-header.component.d.ts +0 -45
- package/components/page-header/page-header.component.module.d.ts +0 -10
- package/components/paginator/paginator.component.d.ts +0 -49
- package/components/paginator/paginator.component.module.d.ts +0 -9
- package/components/password-criteria/password.component.d.ts +0 -49
- package/components/password-criteria/password.component.module.d.ts +0 -13
- package/components/password-strength/password-strength.component.d.ts +0 -52
- package/components/password-strength/password-strength.component.module.d.ts +0 -11
- package/components/phone-input/join-strings.pipe.d.ts +0 -7
- package/components/phone-input/phone-input.component.d.ts +0 -154
- package/components/phone-input/phone-input.component.module.d.ts +0 -20
- package/components/phone-input/phone-input.model.d.ts +0 -8
- package/components/progress-bar/progress-bar.component.d.ts +0 -52
- package/components/progress-bar/progress-bar.component.module.d.ts +0 -9
- package/components/radial-progress/radial-progress.component.d.ts +0 -68
- package/components/radial-progress/radial-progress.component.module.d.ts +0 -10
- package/components/radial-progress/radial-progress.model.d.ts +0 -10
- package/components/radio-button/radio-button.component.d.ts +0 -116
- package/components/radio-button/radio-button.component.module.d.ts +0 -11
- package/components/radio-button/radio-button.model.d.ts +0 -4
- package/components/rating/half-star.pipe.d.ts +0 -14
- package/components/rating/rating.component.d.ts +0 -64
- package/components/rating/rating.component.module.d.ts +0 -10
- package/components/scale/scale.component.d.ts +0 -34
- package/components/scale/scale.component.module.d.ts +0 -8
- package/components/segmented-bar/segmented-bar.component.d.ts +0 -54
- package/components/segmented-bar/segmented-bar.component.module.d.ts +0 -10
- package/components/segmented-bar/segmented-bar.model.d.ts +0 -7
- package/components/segmented-button/segmented-button.component.d.ts +0 -23
- package/components/segmented-button/segmented-button.component.module.d.ts +0 -10
- package/components/segmented-button/segmented-button.model.d.ts +0 -6
- package/components/side-sheet/side-sheet.component.d.ts +0 -49
- package/components/side-sheet/side-sheet.component.module.d.ts +0 -14
- package/components/side-sheet/side-sheet.model.d.ts +0 -10
- package/components/side-sheet/side-sheet.service.d.ts +0 -14
- package/components/skeleton/skeleton.component.d.ts +0 -26
- package/components/skeleton/skeleton.model.d.ts +0 -2
- package/components/slider/slider.component.d.ts +0 -103
- package/components/slider/slider.component.module.d.ts +0 -14
- package/components/slider/slider.model.d.ts +0 -4
- package/components/snackbar/snackbar.component.d.ts +0 -111
- package/components/snackbar/snackbar.component.module.d.ts +0 -12
- package/components/snackbar/snackbar.service.d.ts +0 -12
- package/components/spinner/spinner.component.d.ts +0 -38
- package/components/spinner/spinner.module.d.ts +0 -8
- package/components/step/step.component.d.ts +0 -104
- package/components/step/step.component.module.d.ts +0 -9
- package/components/stepper/stepper.component.d.ts +0 -76
- package/components/stepper/stepper.component.module.d.ts +0 -15
- package/components/stepper/stepper.model.d.ts +0 -9
- package/components/table/sentence-case.pipe.d.ts +0 -7
- package/components/table/table.component.d.ts +0 -86
- package/components/table/table.component.module.d.ts +0 -19
- package/components/table/table.model.d.ts +0 -87
- package/components/tabs/tab.directive.d.ts +0 -18
- package/components/tabs/tabs.component.d.ts +0 -59
- package/components/tabs/tabs.component.module.d.ts +0 -11
- package/components/tabs/tabs.model.d.ts +0 -9
- package/components/tag/tag.component.d.ts +0 -129
- package/components/tag/tag.component.module.d.ts +0 -12
- package/components/toggle/toggle.component.d.ts +0 -99
- package/components/toggle/toggle.component.module.d.ts +0 -12
- package/components/tooltip/tooltip.component.d.ts +0 -44
- package/components/tooltip/tooltip.component.module.d.ts +0 -8
- package/components/tooltip/tooltip.model.d.ts +0 -6
- package/components/validation-error/validation-error.component.d.ts +0 -27
- package/components/validation-error/validation-error.module.d.ts +0 -10
- package/directives/digits-only.directive.d.ts +0 -15
- package/directives/drag-drop.directive.d.ts +0 -12
- package/directives/ellipse-text.directive.d.ts +0 -16
- package/directives/select-text.directive.d.ts +0 -19
- package/directives/step-line-width.directive.d.ts +0 -15
- package/esm2022/assets/i18n/da-dk.json +0 -77
- package/esm2022/assets/i18n/de.json +0 -77
- package/esm2022/assets/i18n/en.json +0 -100
- package/esm2022/assets/i18n/es.json +0 -77
- package/esm2022/assets/i18n/fr.json +0 -77
- package/esm2022/assets/i18n/it-it.json +0 -77
- package/esm2022/assets/i18n/ja-jp.json +0 -77
- package/esm2022/assets/i18n/nb-no.json +0 -77
- package/esm2022/assets/i18n/nl.json +0 -77
- package/esm2022/assets/i18n/pl-pl.json +0 -77
- package/esm2022/assets/i18n/pt-br.json +0 -77
- package/esm2022/assets/i18n/sv-se.json +0 -77
- package/esm2022/components/accordion/accordion.component.mjs +0 -105
- package/esm2022/components/accordion/accordion.component.module.mjs +0 -40
- package/esm2022/components/accordion/accordion.model.mjs +0 -2
- package/esm2022/components/alert-banner/alert-banner.component.mjs +0 -127
- package/esm2022/components/alert-banner/alert-banner.component.module.mjs +0 -20
- package/esm2022/components/alert-banner/alert-banner.model.mjs +0 -2
- package/esm2022/components/autocomplete/autocomplete.component.mjs +0 -496
- package/esm2022/components/autocomplete/autocomplete.component.module.mjs +0 -62
- package/esm2022/components/autocomplete/autocomplete.model.mjs +0 -22
- package/esm2022/components/autocomplete/includes.pipe.mjs +0 -21
- package/esm2022/components/autocomplete/transform-Item.pipe.mjs +0 -29
- package/esm2022/components/avatar/avatar.component.mjs +0 -91
- package/esm2022/components/avatar/avatar.component.module.mjs +0 -22
- package/esm2022/components/avatar/avatar.model.mjs +0 -12
- package/esm2022/components/badge/badge.component.mjs +0 -102
- package/esm2022/components/badge/badge.component.module.mjs +0 -19
- package/esm2022/components/badge/badge.model.mjs +0 -28
- package/esm2022/components/button/button.component.mjs +0 -352
- package/esm2022/components/button/button.component.module.mjs +0 -41
- package/esm2022/components/button/button.model.mjs +0 -2
- package/esm2022/components/card/card.component.mjs +0 -75
- package/esm2022/components/card/card.component.module.mjs +0 -19
- package/esm2022/components/card/card.model.mjs +0 -2
- package/esm2022/components/checkbox/checkbox.component.mjs +0 -228
- package/esm2022/components/checkbox/checkbox.component.module.mjs +0 -25
- package/esm2022/components/confirm-dialog/confirm-dialog.component.mjs +0 -48
- package/esm2022/components/confirm-dialog/confirm-dialog.component.module.mjs +0 -29
- package/esm2022/components/confirm-dialog/confirm-dialog.model.mjs +0 -2
- package/esm2022/components/datepicker/datepicker.component.mjs +0 -302
- package/esm2022/components/datepicker/datepicker.component.module.mjs +0 -60
- package/esm2022/components/datepicker/no-date-format.directive.mjs +0 -56
- package/esm2022/components/deprecated-paginator/deprecated-paginator.component.mjs +0 -55
- package/esm2022/components/deprecated-paginator/deprecated-paginator.component.module.mjs +0 -20
- package/esm2022/components/deprecated-table/deprecated-table.component.mjs +0 -158
- package/esm2022/components/deprecated-table/deprecated-table.component.module.mjs +0 -43
- package/esm2022/components/deprecated-table/deprecated-table.model.mjs +0 -13
- package/esm2022/components/deprecated-table/directives/dynamic-component.directive.mjs +0 -40
- package/esm2022/components/dialog/dialog.component.mjs +0 -193
- package/esm2022/components/dialog/dialog.component.module.mjs +0 -23
- package/esm2022/components/dialog/dialog.service.mjs +0 -32
- package/esm2022/components/divider/divider.component.mjs +0 -65
- package/esm2022/components/divider/divider.component.module.mjs +0 -19
- package/esm2022/components/divider/divider.model.mjs +0 -2
- package/esm2022/components/dropdown/dropdown.component.mjs +0 -228
- package/esm2022/components/dropdown/dropdown.component.module.mjs +0 -57
- package/esm2022/components/dropdown/dropdown.model.mjs +0 -2
- package/esm2022/components/elevation-shadow/elevation-shadow.component.mjs +0 -45
- package/esm2022/components/elevation-shadow/elevation-shadow.component.module.mjs +0 -18
- package/esm2022/components/elevation-shadow/elevation-shadow.constant.mjs +0 -9
- package/esm2022/components/empty-state/empty-state.component.mjs +0 -195
- package/esm2022/components/empty-state/empty-state.component.module.mjs +0 -21
- package/esm2022/components/empty-state/empty-state.model.mjs +0 -2
- package/esm2022/components/field/field.component.mjs +0 -409
- package/esm2022/components/field/field.component.module.mjs +0 -58
- package/esm2022/components/field/field.model.mjs +0 -2
- package/esm2022/components/file-upload/file-upload.component.mjs +0 -270
- package/esm2022/components/file-upload/file-upload.component.module.mjs +0 -40
- package/esm2022/components/icon/icon.component.mjs +0 -127
- package/esm2022/components/icon/icon.component.module.mjs +0 -21
- package/esm2022/components/icon/icon.config.mjs +0 -657
- package/esm2022/components/icon/icon.model.mjs +0 -2
- package/esm2022/components/icon-label/icon-label.component.mjs +0 -53
- package/esm2022/components/icon-label/icon-label.component.module.mjs +0 -20
- package/esm2022/components/logo/logo.component.mjs +0 -149
- package/esm2022/components/logo/logo.component.module.mjs +0 -18
- package/esm2022/components/logo/logo.model.mjs +0 -32
- package/esm2022/components/navbar/mobile-navbar-side-sheet/mobile-navbar-side-sheet.component.mjs +0 -75
- package/esm2022/components/navbar/navbar.component.mjs +0 -200
- package/esm2022/components/navbar/navbar.component.module.mjs +0 -67
- package/esm2022/components/navbar/navbar.model.mjs +0 -2
- package/esm2022/components/overflow-menu/overflow-menu.component.mjs +0 -73
- package/esm2022/components/overflow-menu/overflow-menu.component.module.mjs +0 -21
- package/esm2022/components/overflow-menu/overflow-menu.model.mjs +0 -2
- package/esm2022/components/page-header/page-header.component.mjs +0 -81
- package/esm2022/components/page-header/page-header.component.module.mjs +0 -20
- package/esm2022/components/paginator/paginator.component.mjs +0 -76
- package/esm2022/components/paginator/paginator.component.module.mjs +0 -19
- package/esm2022/components/password-criteria/password.component.mjs +0 -115
- package/esm2022/components/password-criteria/password.component.module.mjs +0 -39
- package/esm2022/components/password-strength/password-strength.component.mjs +0 -103
- package/esm2022/components/password-strength/password-strength.component.module.mjs +0 -21
- package/esm2022/components/phone-input/join-strings.pipe.mjs +0 -14
- package/esm2022/components/phone-input/phone-input.component.mjs +0 -363
- package/esm2022/components/phone-input/phone-input.component.module.mjs +0 -63
- package/esm2022/components/phone-input/phone-input.model.mjs +0 -2
- package/esm2022/components/progress-bar/progress-bar.component.mjs +0 -74
- package/esm2022/components/progress-bar/progress-bar.component.module.mjs +0 -20
- package/esm2022/components/radial-progress/radial-progress.component.mjs +0 -106
- package/esm2022/components/radial-progress/radial-progress.component.module.mjs +0 -20
- package/esm2022/components/radial-progress/radial-progress.model.mjs +0 -11
- package/esm2022/components/radio-button/radio-button.component.mjs +0 -176
- package/esm2022/components/radio-button/radio-button.component.module.mjs +0 -21
- package/esm2022/components/radio-button/radio-button.model.mjs +0 -2
- package/esm2022/components/rating/half-star.pipe.mjs +0 -23
- package/esm2022/components/rating/rating.component.mjs +0 -92
- package/esm2022/components/rating/rating.component.module.mjs +0 -20
- package/esm2022/components/scale/scale.component.mjs +0 -58
- package/esm2022/components/scale/scale.component.module.mjs +0 -18
- package/esm2022/components/segmented-bar/segmented-bar.component.mjs +0 -75
- package/esm2022/components/segmented-bar/segmented-bar.component.module.mjs +0 -20
- package/esm2022/components/segmented-bar/segmented-bar.model.mjs +0 -2
- package/esm2022/components/segmented-button/segmented-button.component.mjs +0 -53
- package/esm2022/components/segmented-button/segmented-button.component.module.mjs +0 -32
- package/esm2022/components/segmented-button/segmented-button.model.mjs +0 -2
- package/esm2022/components/side-sheet/side-sheet.component.mjs +0 -109
- package/esm2022/components/side-sheet/side-sheet.component.module.mjs +0 -43
- package/esm2022/components/side-sheet/side-sheet.model.mjs +0 -2
- package/esm2022/components/side-sheet/side-sheet.service.mjs +0 -31
- package/esm2022/components/skeleton/skeleton.component.mjs +0 -71
- package/esm2022/components/skeleton/skeleton.model.mjs +0 -2
- package/esm2022/components/slider/slider.component.mjs +0 -191
- package/esm2022/components/slider/slider.component.module.mjs +0 -43
- package/esm2022/components/slider/slider.model.mjs +0 -2
- package/esm2022/components/snackbar/snackbar.component.mjs +0 -208
- package/esm2022/components/snackbar/snackbar.component.module.mjs +0 -24
- package/esm2022/components/snackbar/snackbar.model.mjs +0 -2
- package/esm2022/components/snackbar/snackbar.service.mjs +0 -41
- package/esm2022/components/spinner/spinner.component.mjs +0 -62
- package/esm2022/components/spinner/spinner.model.mjs +0 -2
- package/esm2022/components/spinner/spinner.module.mjs +0 -18
- package/esm2022/components/step/step.component.mjs +0 -110
- package/esm2022/components/step/step.component.module.mjs +0 -19
- package/esm2022/components/stepper/stepper.component.mjs +0 -124
- package/esm2022/components/stepper/stepper.component.module.mjs +0 -44
- package/esm2022/components/stepper/stepper.model.mjs +0 -2
- package/esm2022/components/table/sentence-case.pipe.mjs +0 -19
- package/esm2022/components/table/table.component.mjs +0 -191
- package/esm2022/components/table/table.component.module.mjs +0 -58
- package/esm2022/components/table/table.model.mjs +0 -13
- package/esm2022/components/tabs/tab.directive.mjs +0 -42
- package/esm2022/components/tabs/tabs.component.mjs +0 -99
- package/esm2022/components/tabs/tabs.component.module.mjs +0 -33
- package/esm2022/components/tabs/tabs.model.mjs +0 -2
- package/esm2022/components/tag/tag.component.mjs +0 -201
- package/esm2022/components/tag/tag.component.module.mjs +0 -23
- package/esm2022/components/tag/tag.model.mjs +0 -2
- package/esm2022/components/toggle/toggle.component.mjs +0 -158
- package/esm2022/components/toggle/toggle.component.module.mjs +0 -22
- package/esm2022/components/toggle/toggle.model.mjs +0 -2
- package/esm2022/components/tooltip/tooltip.component.mjs +0 -79
- package/esm2022/components/tooltip/tooltip.component.module.mjs +0 -18
- package/esm2022/components/tooltip/tooltip.model.mjs +0 -8
- package/esm2022/components/validation-error/validation-error.component.mjs +0 -59
- package/esm2022/components/validation-error/validation-error.model.mjs +0 -2
- package/esm2022/components/validation-error/validation-error.module.mjs +0 -20
- package/esm2022/directives/digits-only.directive.mjs +0 -52
- package/esm2022/directives/drag-drop.directive.mjs +0 -55
- package/esm2022/directives/ellipse-text.directive.mjs +0 -37
- package/esm2022/directives/select-text.directive.mjs +0 -41
- package/esm2022/directives/step-line-width.directive.mjs +0 -38
- package/esm2022/models/application-theme.model.mjs +0 -2
- package/esm2022/models/colors.model.mjs +0 -78
- package/esm2022/models/screen-breakpoints.model.mjs +0 -6
- package/esm2022/pipes/data-property-getter.mjs +0 -33
- package/esm2022/pipes/has-validation-error.pipe.mjs +0 -27
- package/esm2022/pipes/name-initials.pipe.mjs +0 -25
- package/esm2022/pipes/ui-translate.pipe.mjs +0 -76
- package/esm2022/providers/is-mobile.mjs +0 -11
- package/esm2022/public-api.mjs +0 -184
- package/esm2022/testgorilla-tgo-ui.mjs +0 -5
- package/esm2022/utils/alert-bar.model.mjs +0 -2
- package/esm2022/utils/alert-bars.utils.mjs +0 -33
- package/esm2022/utils/autocomplete-utils.mjs +0 -61
- package/esm2022/utils/color-contrast.mjs +0 -131
- package/esm2022/utils/localization/language.model.mjs +0 -16
- package/esm2022/utils/localization/language.service.mjs +0 -33
- package/esm2022/utils/table.utils.mjs +0 -19
- package/fesm2022/testgorilla-tgo-ui.mjs +0 -11049
- package/fesm2022/testgorilla-tgo-ui.mjs.map +0 -1
- package/index.d.ts +0 -5
- package/models/colors.model.d.ts +0 -63
- package/models/screen-breakpoints.model.d.ts +0 -4
- package/pipes/data-property-getter.d.ts +0 -8
- package/pipes/has-validation-error.pipe.d.ts +0 -15
- package/pipes/name-initials.pipe.d.ts +0 -7
- package/pipes/ui-translate.pipe.d.ts +0 -28
- package/providers/is-mobile.d.ts +0 -2
- package/public-api.d.ts +0 -130
- package/utils/alert-bars.utils.d.ts +0 -7
- package/utils/autocomplete-utils.d.ts +0 -11
- package/utils/color-contrast.d.ts +0 -28
- package/utils/localization/language.model.d.ts +0 -14
- package/utils/localization/language.service.d.ts +0 -16
- package/utils/table.utils.d.ts +0 -6
- /package/{components/accordion/accordion.model.d.ts → projects/tgo-canopy-ui/components/accordion/accordion.model.ts} +0 -0
- /package/{components/alert-banner/alert-banner.model.d.ts → projects/tgo-canopy-ui/components/alert-banner/alert-banner.model.ts} +0 -0
- /package/{components/card/card.model.d.ts → projects/tgo-canopy-ui/components/card/card.model.ts} +0 -0
- /package/{components/divider/divider.model.d.ts → projects/tgo-canopy-ui/components/divider/divider.model.ts} +0 -0
- /package/{components/empty-state/empty-state.model.d.ts → projects/tgo-canopy-ui/components/empty-state/empty-state.model.ts} +0 -0
- /package/{components/snackbar/snackbar.model.d.ts → projects/tgo-canopy-ui/components/snackbar/snackbar.model.ts} +0 -0
- /package/{components/spinner/spinner.model.d.ts → projects/tgo-canopy-ui/components/spinner/spinner.model.ts} +0 -0
- /package/{components/tag/tag.model.d.ts → projects/tgo-canopy-ui/components/tag/tag.model.ts} +0 -0
- /package/{components/toggle/toggle.model.d.ts → projects/tgo-canopy-ui/components/toggle/toggle.model.ts} +0 -0
- /package/{components/validation-error/validation-error.model.d.ts → projects/tgo-canopy-ui/components/validation-error/validation-error.model.ts} +0 -0
- /package/{models/application-theme.model.d.ts → projects/tgo-canopy-ui/models/application-theme.model.ts} +0 -0
- /package/{utils/alert-bar.model.d.ts → projects/tgo-canopy-ui/utils/alert-bar.model.ts} +0 -0
|
@@ -1,58 +0,0 @@
|
|
|
1
|
-
import { CommonModule } from '@angular/common';
|
|
2
|
-
import { NgModule } from '@angular/core';
|
|
3
|
-
import { FormsModule, ReactiveFormsModule } from '@angular/forms';
|
|
4
|
-
import { MatFormFieldModule } from '@angular/material/form-field';
|
|
5
|
-
import { MatInputModule } from '@angular/material/input';
|
|
6
|
-
import { ButtonComponentModule } from '../../components/button/button.component.module';
|
|
7
|
-
import { IconComponentModule } from '../../components/icon/icon.component.module';
|
|
8
|
-
import { DigitsOnlyDirective } from '../../directives/digits-only.directive';
|
|
9
|
-
import { FieldComponent } from './field.component';
|
|
10
|
-
import { MatIconModule } from '@angular/material/icon';
|
|
11
|
-
import { UiTranslatePipe } from '../../pipes/ui-translate.pipe';
|
|
12
|
-
import { ValidationErrorModule } from '../validation-error/validation-error.module';
|
|
13
|
-
import { HasValidationErrorPipe } from '../../pipes/has-validation-error.pipe';
|
|
14
|
-
import * as i0 from "@angular/core";
|
|
15
|
-
export class FieldComponentModule {
|
|
16
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: FieldComponentModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
17
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.2.12", ngImport: i0, type: FieldComponentModule, declarations: [FieldComponent, DigitsOnlyDirective], imports: [CommonModule,
|
|
18
|
-
MatFormFieldModule,
|
|
19
|
-
MatInputModule,
|
|
20
|
-
IconComponentModule,
|
|
21
|
-
FormsModule,
|
|
22
|
-
ReactiveFormsModule,
|
|
23
|
-
ButtonComponentModule,
|
|
24
|
-
MatIconModule,
|
|
25
|
-
UiTranslatePipe,
|
|
26
|
-
ValidationErrorModule,
|
|
27
|
-
HasValidationErrorPipe], exports: [FieldComponent] }); }
|
|
28
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: FieldComponentModule, imports: [CommonModule,
|
|
29
|
-
MatFormFieldModule,
|
|
30
|
-
MatInputModule,
|
|
31
|
-
IconComponentModule,
|
|
32
|
-
FormsModule,
|
|
33
|
-
ReactiveFormsModule,
|
|
34
|
-
ButtonComponentModule,
|
|
35
|
-
MatIconModule,
|
|
36
|
-
ValidationErrorModule] }); }
|
|
37
|
-
}
|
|
38
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: FieldComponentModule, decorators: [{
|
|
39
|
-
type: NgModule,
|
|
40
|
-
args: [{
|
|
41
|
-
declarations: [FieldComponent, DigitsOnlyDirective],
|
|
42
|
-
imports: [
|
|
43
|
-
CommonModule,
|
|
44
|
-
MatFormFieldModule,
|
|
45
|
-
MatInputModule,
|
|
46
|
-
IconComponentModule,
|
|
47
|
-
FormsModule,
|
|
48
|
-
ReactiveFormsModule,
|
|
49
|
-
ButtonComponentModule,
|
|
50
|
-
MatIconModule,
|
|
51
|
-
UiTranslatePipe,
|
|
52
|
-
ValidationErrorModule,
|
|
53
|
-
HasValidationErrorPipe,
|
|
54
|
-
],
|
|
55
|
-
exports: [FieldComponent],
|
|
56
|
-
}]
|
|
57
|
-
}] });
|
|
58
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZmllbGQuY29tcG9uZW50Lm1vZHVsZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL3Rnby1jYW5vcHktdWkvY29tcG9uZW50cy9maWVsZC9maWVsZC5jb21wb25lbnQubW9kdWxlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxZQUFZLEVBQUUsTUFBTSxpQkFBaUIsQ0FBQztBQUMvQyxPQUFPLEVBQUUsUUFBUSxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQ3pDLE9BQU8sRUFBRSxXQUFXLEVBQUUsbUJBQW1CLEVBQUUsTUFBTSxnQkFBZ0IsQ0FBQztBQUNsRSxPQUFPLEVBQUUsa0JBQWtCLEVBQUUsTUFBTSw4QkFBOEIsQ0FBQztBQUNsRSxPQUFPLEVBQUUsY0FBYyxFQUFFLE1BQU0seUJBQXlCLENBQUM7QUFDekQsT0FBTyxFQUFFLHFCQUFxQixFQUFFLE1BQU0saURBQWlELENBQUM7QUFDeEYsT0FBTyxFQUFFLG1CQUFtQixFQUFFLE1BQU0sNkNBQTZDLENBQUM7QUFDbEYsT0FBTyxFQUFFLG1CQUFtQixFQUFFLE1BQU0sd0NBQXdDLENBQUM7QUFDN0UsT0FBTyxFQUFFLGNBQWMsRUFBRSxNQUFNLG1CQUFtQixDQUFDO0FBQ25ELE9BQU8sRUFBRSxhQUFhLEVBQUUsTUFBTSx3QkFBd0IsQ0FBQztBQUN2RCxPQUFPLEVBQUUsZUFBZSxFQUFFLE1BQU0sK0JBQStCLENBQUM7QUFDaEUsT0FBTyxFQUFFLHFCQUFxQixFQUFFLE1BQU0sNkNBQTZDLENBQUM7QUFDcEYsT0FBTyxFQUFFLHNCQUFzQixFQUFFLE1BQU0sdUNBQXVDLENBQUM7O0FBbUIvRSxNQUFNLE9BQU8sb0JBQW9COytHQUFwQixvQkFBb0I7Z0hBQXBCLG9CQUFvQixpQkFoQmhCLGNBQWMsRUFBRSxtQkFBbUIsYUFFaEQsWUFBWTtZQUNaLGtCQUFrQjtZQUNsQixjQUFjO1lBQ2QsbUJBQW1CO1lBQ25CLFdBQVc7WUFDWCxtQkFBbUI7WUFDbkIscUJBQXFCO1lBQ3JCLGFBQWE7WUFDYixlQUFlO1lBQ2YscUJBQXFCO1lBQ3JCLHNCQUFzQixhQUVkLGNBQWM7Z0hBRWIsb0JBQW9CLFlBZDdCLFlBQVk7WUFDWixrQkFBa0I7WUFDbEIsY0FBYztZQUNkLG1CQUFtQjtZQUNuQixXQUFXO1lBQ1gsbUJBQW1CO1lBQ25CLHFCQUFxQjtZQUNyQixhQUFhO1lBRWIscUJBQXFCOzs0RkFLWixvQkFBb0I7a0JBakJoQyxRQUFRO21CQUFDO29CQUNSLFlBQVksRUFBRSxDQUFDLGNBQWMsRUFBRSxtQkFBbUIsQ0FBQztvQkFDbkQsT0FBTyxFQUFFO3dCQUNQLFlBQVk7d0JBQ1osa0JBQWtCO3dCQUNsQixjQUFjO3dCQUNkLG1CQUFtQjt3QkFDbkIsV0FBVzt3QkFDWCxtQkFBbUI7d0JBQ25CLHFCQUFxQjt3QkFDckIsYUFBYTt3QkFDYixlQUFlO3dCQUNmLHFCQUFxQjt3QkFDckIsc0JBQXNCO3FCQUN2QjtvQkFDRCxPQUFPLEVBQUUsQ0FBQyxjQUFjLENBQUM7aUJBQzFCIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ29tbW9uTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY29tbW9uJztcbmltcG9ydCB7IE5nTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBGb3Jtc01vZHVsZSwgUmVhY3RpdmVGb3Jtc01vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2Zvcm1zJztcbmltcG9ydCB7IE1hdEZvcm1GaWVsZE1vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL21hdGVyaWFsL2Zvcm0tZmllbGQnO1xuaW1wb3J0IHsgTWF0SW5wdXRNb2R1bGUgfSBmcm9tICdAYW5ndWxhci9tYXRlcmlhbC9pbnB1dCc7XG5pbXBvcnQgeyBCdXR0b25Db21wb25lbnRNb2R1bGUgfSBmcm9tICcuLi8uLi9jb21wb25lbnRzL2J1dHRvbi9idXR0b24uY29tcG9uZW50Lm1vZHVsZSc7XG5pbXBvcnQgeyBJY29uQ29tcG9uZW50TW9kdWxlIH0gZnJvbSAnLi4vLi4vY29tcG9uZW50cy9pY29uL2ljb24uY29tcG9uZW50Lm1vZHVsZSc7XG5pbXBvcnQgeyBEaWdpdHNPbmx5RGlyZWN0aXZlIH0gZnJvbSAnLi4vLi4vZGlyZWN0aXZlcy9kaWdpdHMtb25seS5kaXJlY3RpdmUnO1xuaW1wb3J0IHsgRmllbGRDb21wb25lbnQgfSBmcm9tICcuL2ZpZWxkLmNvbXBvbmVudCc7XG5pbXBvcnQgeyBNYXRJY29uTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvbWF0ZXJpYWwvaWNvbic7XG5pbXBvcnQgeyBVaVRyYW5zbGF0ZVBpcGUgfSBmcm9tICcuLi8uLi9waXBlcy91aS10cmFuc2xhdGUucGlwZSc7XG5pbXBvcnQgeyBWYWxpZGF0aW9uRXJyb3JNb2R1bGUgfSBmcm9tICcuLi92YWxpZGF0aW9uLWVycm9yL3ZhbGlkYXRpb24tZXJyb3IubW9kdWxlJztcbmltcG9ydCB7IEhhc1ZhbGlkYXRpb25FcnJvclBpcGUgfSBmcm9tICcuLi8uLi9waXBlcy9oYXMtdmFsaWRhdGlvbi1lcnJvci5waXBlJztcblxuQE5nTW9kdWxlKHtcbiAgZGVjbGFyYXRpb25zOiBbRmllbGRDb21wb25lbnQsIERpZ2l0c09ubHlEaXJlY3RpdmVdLFxuICBpbXBvcnRzOiBbXG4gICAgQ29tbW9uTW9kdWxlLFxuICAgIE1hdEZvcm1GaWVsZE1vZHVsZSxcbiAgICBNYXRJbnB1dE1vZHVsZSxcbiAgICBJY29uQ29tcG9uZW50TW9kdWxlLFxuICAgIEZvcm1zTW9kdWxlLFxuICAgIFJlYWN0aXZlRm9ybXNNb2R1bGUsXG4gICAgQnV0dG9uQ29tcG9uZW50TW9kdWxlLFxuICAgIE1hdEljb25Nb2R1bGUsXG4gICAgVWlUcmFuc2xhdGVQaXBlLFxuICAgIFZhbGlkYXRpb25FcnJvck1vZHVsZSxcbiAgICBIYXNWYWxpZGF0aW9uRXJyb3JQaXBlLFxuICBdLFxuICBleHBvcnRzOiBbRmllbGRDb21wb25lbnRdLFxufSlcbmV4cG9ydCBjbGFzcyBGaWVsZENvbXBvbmVudE1vZHVsZSB7fVxuIl19
|
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
export {};
|
|
2
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZmllbGQubW9kZWwuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy90Z28tY2Fub3B5LXVpL2NvbXBvbmVudHMvZmllbGQvZmllbGQubW9kZWwudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiIsInNvdXJjZXNDb250ZW50IjpbImV4cG9ydCB0eXBlIEZpZWxkVHlwZSA9XG4gIHwgJ3RleHQnXG4gIHwgJ3Bhc3N3b3JkJ1xuICB8ICdlbWFpbCdcbiAgfCAnbnVtYmVyJ1xuICB8ICd0ZWwnXG4gIHwgJ3NlYXJjaCdcbiAgfCAnY29sbGFwc2VkLXNlYXJjaCdcbiAgfCAndmFsaWRhdGlvbi10ZXh0J1xuICB8ICd0ZXh0YXJlYSdcbiAgfCAnbXVsdGktbGluZSc7XG4iXX0=
|
|
@@ -1,270 +0,0 @@
|
|
|
1
|
-
import { animate, style, transition, trigger } from '@angular/animations';
|
|
2
|
-
import { ChangeDetectionStrategy, Component, EventEmitter, HostBinding, Input, Output, ViewEncapsulation, forwardRef, Optional, Inject } from '@angular/core';
|
|
3
|
-
import { NG_VALUE_ACCESSOR } from '@angular/forms';
|
|
4
|
-
import { LanguageService } from '../../utils/localization/language.service';
|
|
5
|
-
import * as i0 from "@angular/core";
|
|
6
|
-
import * as i1 from "@angular/common";
|
|
7
|
-
import * as i2 from "../icon/icon.component";
|
|
8
|
-
import * as i3 from "../progress-bar/progress-bar.component";
|
|
9
|
-
import * as i4 from "../../directives/drag-drop.directive";
|
|
10
|
-
import * as i5 from "../../pipes/ui-translate.pipe";
|
|
11
|
-
export class FileUploadComponent {
|
|
12
|
-
constructor(defaultAppTheme) {
|
|
13
|
-
this.defaultAppTheme = defaultAppTheme;
|
|
14
|
-
this.class = 'ui-file-upload';
|
|
15
|
-
/**
|
|
16
|
-
* File upload disabled
|
|
17
|
-
*
|
|
18
|
-
* @type {boolean}
|
|
19
|
-
* @memberof FileUploadComponent
|
|
20
|
-
*/
|
|
21
|
-
this.disabled = false;
|
|
22
|
-
/**
|
|
23
|
-
* Existing file information
|
|
24
|
-
*
|
|
25
|
-
* @type {(File | null)}
|
|
26
|
-
* @memberof FileUploadComponent
|
|
27
|
-
*/
|
|
28
|
-
this.file = null;
|
|
29
|
-
/**
|
|
30
|
-
* The language to be used
|
|
31
|
-
* @property language
|
|
32
|
-
* @type {Language}
|
|
33
|
-
* @memberof FileUploadComponent
|
|
34
|
-
*/
|
|
35
|
-
this.language = LanguageService.defaultLanguage;
|
|
36
|
-
/**
|
|
37
|
-
* Color of the file upload.
|
|
38
|
-
* Defaults to Test Gorilla primary color.
|
|
39
|
-
*
|
|
40
|
-
* @type {string}
|
|
41
|
-
* @memberof FileUploadComponent
|
|
42
|
-
*/
|
|
43
|
-
this.companyColor = '';
|
|
44
|
-
/**
|
|
45
|
-
*
|
|
46
|
-
* Defines the application theme
|
|
47
|
-
*
|
|
48
|
-
* @type {ApplicationTheme}
|
|
49
|
-
* @memberof FileUploadComponent
|
|
50
|
-
*/
|
|
51
|
-
this.applicationTheme = 'light';
|
|
52
|
-
/**
|
|
53
|
-
* A string representing the ARIA requirement for accessibility.
|
|
54
|
-
* This attribute is used to indicate whether an input field is required for form submission.
|
|
55
|
-
* @type {boolean}
|
|
56
|
-
* @memberof FileUploadComponent
|
|
57
|
-
*/
|
|
58
|
-
this.ariaRequired = false;
|
|
59
|
-
this.OnDrop = new EventEmitter();
|
|
60
|
-
this.translationContext = 'FILE_UPLOAD.';
|
|
61
|
-
/**
|
|
62
|
-
* @ignore
|
|
63
|
-
*/
|
|
64
|
-
this.onChange = (_) => {
|
|
65
|
-
};
|
|
66
|
-
/**
|
|
67
|
-
* @ignore
|
|
68
|
-
*/
|
|
69
|
-
this.onTouch = () => {
|
|
70
|
-
};
|
|
71
|
-
this.isMissedMinSize = false;
|
|
72
|
-
this.progress = false;
|
|
73
|
-
this.success = false;
|
|
74
|
-
if (defaultAppTheme) {
|
|
75
|
-
this.applicationTheme = defaultAppTheme;
|
|
76
|
-
}
|
|
77
|
-
}
|
|
78
|
-
ngOnInit() {
|
|
79
|
-
this.browse = true;
|
|
80
|
-
}
|
|
81
|
-
//When file is dropped
|
|
82
|
-
onFileDropped(files) {
|
|
83
|
-
this.emitFile(files);
|
|
84
|
-
}
|
|
85
|
-
//When input changes
|
|
86
|
-
onChangeUpload(event) {
|
|
87
|
-
const element = event.currentTarget;
|
|
88
|
-
this.emitFile(element.files || new FileList());
|
|
89
|
-
}
|
|
90
|
-
//Emit drop file
|
|
91
|
-
emitFile(files) {
|
|
92
|
-
const [file] = Array.from(files);
|
|
93
|
-
this.file = file;
|
|
94
|
-
this.errors = null;
|
|
95
|
-
this.onTouch();
|
|
96
|
-
this.isMissedMinSize = this.fileSizeToMB(file.size) <= this.minFileSizeMB;
|
|
97
|
-
if (!this.isMissedMinSize) {
|
|
98
|
-
this.onChange(this.file);
|
|
99
|
-
this.OnDrop.emit(file);
|
|
100
|
-
}
|
|
101
|
-
}
|
|
102
|
-
//Show progress-bar
|
|
103
|
-
showProgress() {
|
|
104
|
-
this.browse = false;
|
|
105
|
-
return !!(this.file && !this.errors && !this.isMissedMinSize);
|
|
106
|
-
}
|
|
107
|
-
//Show success elements
|
|
108
|
-
showSuccess() {
|
|
109
|
-
return !!(this.file && this.uploadProgress === 100 && !this.errors && !this.isMissedMinSize);
|
|
110
|
-
}
|
|
111
|
-
//Show browse when there are error
|
|
112
|
-
showBrowse() {
|
|
113
|
-
return !!(this.errors || this.isMissedMinSize);
|
|
114
|
-
}
|
|
115
|
-
ngOnChanges(changes) {
|
|
116
|
-
if (changes['uploadProgress'] || changes['file']) {
|
|
117
|
-
this.progress = this.showProgress();
|
|
118
|
-
this.success = this.showSuccess();
|
|
119
|
-
this.browse = this.showBrowse();
|
|
120
|
-
}
|
|
121
|
-
if (changes['errors']) {
|
|
122
|
-
this.progress = this.showProgress();
|
|
123
|
-
this.success = this.showSuccess();
|
|
124
|
-
this.browse = this.showBrowse();
|
|
125
|
-
}
|
|
126
|
-
if (changes['applicationTheme']) {
|
|
127
|
-
this.compColor = this.getCompanyColor();
|
|
128
|
-
}
|
|
129
|
-
}
|
|
130
|
-
writeValue(value) {
|
|
131
|
-
if (value) {
|
|
132
|
-
this.file = value || null;
|
|
133
|
-
}
|
|
134
|
-
else {
|
|
135
|
-
this.file = null;
|
|
136
|
-
}
|
|
137
|
-
}
|
|
138
|
-
registerOnChange(fn) {
|
|
139
|
-
this.onChange = fn;
|
|
140
|
-
}
|
|
141
|
-
registerOnTouched(fn) {
|
|
142
|
-
this.onTouch = fn;
|
|
143
|
-
}
|
|
144
|
-
setDisabledState(isDisabled) {
|
|
145
|
-
this.disabled = isDisabled;
|
|
146
|
-
}
|
|
147
|
-
getCompanyColor() {
|
|
148
|
-
return this.companyColor || (this.applicationTheme === 'classic' ? '#46A997' : '#D410AA');
|
|
149
|
-
}
|
|
150
|
-
fileSizeToMB(fileSize) {
|
|
151
|
-
return fileSize / 1024 / 1024;
|
|
152
|
-
}
|
|
153
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: FileUploadComponent, deps: [{ token: 'CANOPYUI_DEFAULT_APPLICATION_THEME', optional: true }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
154
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: FileUploadComponent, selector: "ui-file-upload", inputs: { maxFileSizeMB: "maxFileSizeMB", minFileSizeMB: "minFileSizeMB", supportedFileTypes: "supportedFileTypes", uploadProgress: "uploadProgress", errors: "errors", disabled: "disabled", file: "file", language: "language", companyColor: "companyColor", applicationTheme: "applicationTheme", ariaLabel: "ariaLabel", ariaRequired: "ariaRequired" }, outputs: { OnDrop: "OnDrop" }, host: { properties: { "class": "this.class", "style.--color": "this.compColor" } }, providers: [
|
|
155
|
-
{
|
|
156
|
-
provide: NG_VALUE_ACCESSOR,
|
|
157
|
-
useExisting: forwardRef(() => FileUploadComponent),
|
|
158
|
-
multi: true,
|
|
159
|
-
},
|
|
160
|
-
], usesOnChanges: true, ngImport: i0, template: "<ng-container>\n <div\n class=\"upload-file-container\"\n uiDragDrop\n [attr.aria-label]=\"ariaLabel\"\n [attr.aria-required]=\"ariaRequired\"\n [attr.theme]=\"applicationTheme\"\n [ngClass]=\"{ 'upload-errors': !!errors || isMissedMinSize, 'upload-file-container-disabled': disabled }\"\n (fileDropped)=\"onFileDropped($event)\"\n >\n <div *ngIf=\"(browse && !(success && !!file && progress))\" [@inOutAnimation] class=\"upload-files\">\n <div class=\"upload-browse\">\n <ng-container [ngTemplateOutlet]=\"iconTpl\"></ng-container>\n\n <div class=\"errors\" *ngIf=\"!!errors || isMissedMinSize\">\n <ng-container *ngIf=\"!!errors\">\n <span *ngFor=\"let error of errors\"><ui-icon name=\"Error\" class=\"error-icon\"></ui-icon>{{ error }}</span>\n </ng-container>\n\n <span *ngIf=\"isMissedMinSize\">\n <ui-icon name=\"Error\" class=\"error-icon\"></ui-icon>\n {{ translationContext + 'MIN_SIZE_ERROR' | uiTranslate : language : { min: minFileSizeMB } }}\n </span>\n </div>\n <input\n class=\"form-control\"\n #fileDrop\n type=\"file\"\n [accept]=\"supportedFileTypes\"\n [disabled]=\"disabled\"\n id=\"fileDrop\"\n (change)=\"onChangeUpload($event)\"\n />\n <p\n *ngIf=\"applicationTheme === 'classic'; else rebrandedDnDCopyTpl\">{{ (translationContext + 'DRAG_AND_DROP_OR') | uiTranslate : language }}\n <label for=\"fileDrop\"\n class=\"semibold\"> {{ (translationContext + 'BROWSE') | uiTranslate : language | lowercase }}</label> {{ (translationContext + 'YOUR_FILES') | uiTranslate : language }}\n </p>\n <span class=\"upload-text\">{{ maxFileSizeMB }}{{ (translationContext + 'MAX_SIZE') | uiTranslate : language }}</span>\n <span *ngIf=\"minFileSizeMB\" class=\"upload-text\">{{ minFileSizeMB }}{{ (translationContext + 'MIN_SIZE') | uiTranslate : language }}</span>\n </div>\n </div>\n <div class=\"upload-change\" [@inOutAnimationChange] *ngIf=\"!!success && !!file && !!progress\">\n <ng-container [ngTemplateOutlet]=\"iconTpl\"></ng-container>\n <input\n class=\"form-control\"\n #fileDrop\n type=\"file\"\n id=\"fileDrop\"\n [accept]=\"supportedFileTypes\"\n (change)=\"onChangeUpload($event)\"\n [disabled]=\"disabled\"\n />\n <p\n *ngIf=\"applicationTheme === 'classic'; else rebrandedDnDCopyTpl\">{{ (translationContext + 'DRAG_AND_DROP_OR') | uiTranslate : language }} <label\n for=\"fileDrop\"\n class=\"semibold\">{{ (translationContext + 'CHANGE') | uiTranslate : language | lowercase }}</label> {{ (translationContext + 'YOUR_FILES') | uiTranslate : language }}\n </p>\n <span class=\"upload-text\"\n ><strong>{{ file.name }}</strong></span\n >\n </div>\n <div class=\"upload-progress\" [@inOutAnimationProgress] *ngIf=\"!!progress && !!file && !success\">\n <p>{{ file.name }}</p>\n <ui-progress-bar [progress]=\"uploadProgress\"\n [companyColor]=\"compColor\"\n [applicationTheme]=\"applicationTheme\"></ui-progress-bar>\n <p class=\"upload-text\">\n {{ (translationContext + 'UPLOADING') | uiTranslate : language }} <span>{{ uploadProgress }}</span\n >%\n </p>\n </div>\n\n <ng-template #iconTpl>\n <ui-icon *ngIf=\"applicationTheme === 'classic'; else rebrandedIconTpl\" class=\"upload-icon\"\n name=\"File-upload\"></ui-icon>\n <ng-template #rebrandedIconTpl>\n <ui-icon class=\"upload-icon\"\n name=\"Upload\"\n [size]=\"'24'\"\n [applicationTheme]=\"applicationTheme\"></ui-icon>\n </ng-template>\n </ng-template>\n <ng-template #rebrandedDnDCopyTpl>\n <p>{{ (translationContext + 'DRAG_AND_DROP') | uiTranslate : language }}</p>\n </ng-template>\n </div>\n <div\n *ngIf=\"!!supportedFileTypes\"\n [attr.theme]=\"applicationTheme\"\n class=\"upload-supported-files\">\n <span>{{ (translationContext + 'SUPPORTED_FILE_TYPES') | uiTranslate : language }}</span>{{ supportedFileTypes }}\n </div>\n</ng-container>\n", styles: [".bg-teal-60b{background:#1c443c}.bg-teal-30b{background:#31766a}.bg-teal-default{background:#46a997}.bg-teal-30w{background:#7ec3b6}.bg-teal-60w{background:#b5ddd5}.bg-teal-secondary{background:#cbd6cb}.bg-teal-90w{background:#ecf6f5}.bg-petrol-60b{background:#102930}.bg-petrol-30b{background:#1b4754}.bg-petrol-default{background:#276678}.bg-petrol-30w{background:#6894a0}.bg-petrol-60w{background:#a9c2c9}.bg-petrol-secondary{background:#c8d7de}.bg-petrol-90w{background:#e9f0f1}.bg-error-60b{background:#513131}.bg-error-30b{background:#8e5655}.bg-error-60w{background:#e3c3c6}.bg-error-secondary{background:#f0dad9}.bg-error-default{background:#cb7b7a}.bg-warning-secondary{background:#f0d6bb}.bg-warning-default{background:#cca45f}.bg-black{background:#000}.bg-dark{background:#888}.bg-medium{background:#e0e0e0}.bg-grey{background:#ededed}.bg-light{background:#f6f6f6}.bg-white{background:#fff}.bg-box-shadow{background:#00000014}.bg-navigation-subtitle{background:#528593}.bgc-teal-60b{background-color:#1c443c}.bgc-teal-30b{background-color:#31766a}.bgc-teal-default{background-color:#46a997}.bgc-teal-30w{background-color:#7ec3b6}.bgc-teal-60w{background-color:#b5ddd5}.bgc-teal-secondary{background-color:#cbd6cb}.bgc-teal-90w{background-color:#ecf6f5}.bgc-petrol-60b{background-color:#102930}.bgc-petrol-30b{background-color:#1b4754}.bgc-petrol-default{background-color:#276678}.bgc-petrol-30w{background-color:#6894a0}.bgc-petrol-60w{background-color:#a9c2c9}.bgc-petrol-secondary{background-color:#c8d7de}.bgc-petrol-90w{background-color:#e9f0f1}.bgc-error-60b{background-color:#513131}.bgc-error-30b{background-color:#8e5655}.bgc-error-60w{background-color:#e3c3c6}.bgc-error-secondary{background-color:#f0dad9}.bgc-error-default{background-color:#cb7b7a}.bgc-warning-secondary{background-color:#f0d6bb}.bgc-warning-default{background-color:#cca45f}.bgc-black{background-color:#000}.bgc-dark{background-color:#888}.bgc-medium{background-color:#e0e0e0}.bgc-grey{background-color:#ededed}.bgc-light{background-color:#f6f6f6}.bgc-white{background-color:#fff}.bgc-box-shadow{background-color:#00000014}.bgc-navigation-subtitle{background-color:#528593}.upload-file-container{border-radius:8px;border:1px dashed #888888;background:#f6f6f6;display:flex;justify-content:center;align-items:center;height:196px;flex-flow:column;position:relative;max-width:563px}.upload-file-container.upload-errors{border:1px dashed #cb7b7a}.upload-file-container .upload-files{display:flex;flex-flow:column;align-items:center;justify-content:center;width:100%;height:196px}.upload-file-container .upload-change,.upload-file-container .upload-browse{display:flex;flex-flow:column;align-items:center;justify-content:center;width:100%;position:relative;height:196px}.upload-file-container .upload-change ui-icon.upload-icon,.upload-file-container .upload-browse ui-icon.upload-icon{margin-bottom:16px}.upload-file-container .upload-change ui-icon.upload-icon mat-icon.size-16 svg,.upload-file-container .upload-browse ui-icon.upload-icon mat-icon.size-16 svg{width:32px;height:32px}.upload-file-container .upload-change input,.upload-file-container .upload-browse input{opacity:0;position:absolute;z-index:2;width:100%;height:100%;cursor:pointer}.upload-file-container .upload-change .upload-text,.upload-file-container .upload-browse .upload-text{margin-top:20px}.upload-file-container .upload-change p,.upload-file-container .upload-browse p{margin:0}.upload-file-container .upload-change p .semibold,.upload-file-container .upload-browse p .semibold{font-weight:400;text-decoration:underline;color:var(--color)}.upload-file-container .upload-change .errors,.upload-file-container .upload-browse .errors{width:100%;display:flex;align-items:center;justify-content:center;flex-direction:column;margin-bottom:20px;font-size:12px;line-height:16px;color:#cb7b7a}.upload-file-container .upload-change .errors span,.upload-file-container .upload-browse .errors span{display:flex;align-items:center;margin-bottom:5px}.upload-file-container .upload-change .errors span:last-child,.upload-file-container .upload-browse .errors span:last-child{margin-bottom:0}.upload-file-container .upload-change .errors .error-icon,.upload-file-container .upload-browse .errors .error-icon{margin-right:4px}.upload-file-container .upload-change .errors .error-icon svg,.upload-file-container .upload-browse .errors .error-icon svg{color:#cb7b7a}.upload-file-container .upload-change .errors .error-icon mat-icon.size-16 svg,.upload-file-container .upload-browse .errors .error-icon mat-icon.size-16 svg{width:16px;height:16px}.upload-file-container .upload-progress{padding:0 32px;width:100%}.upload-file-container .upload-text{text-align:right}.upload-file-container[theme=dark],.upload-file-container[theme=light]{border-radius:10px;border-color:#242424}.upload-file-container[theme=dark].upload-file-container-disabled,.upload-file-container[theme=light].upload-file-container-disabled{border-color:#919191;color:#919191;background-color:#f4f4f4}.upload-file-container[theme=dark].upload-file-container-disabled .upload-icon svg,.upload-file-container[theme=light].upload-file-container-disabled .upload-icon svg{color:#919191}.upload-file-container[theme=dark].upload-errors,.upload-file-container[theme=light].upload-errors{border-color:#e02800}.upload-file-container[theme=dark]:not(.upload-file-container-disabled):hover,.upload-file-container[theme=light]:not(.upload-file-container-disabled):hover{background:#f4f4f4;border-style:solid}.upload-file-container[theme=dark]:not(.upload-file-container-disabled):active,.upload-file-container[theme=light]:not(.upload-file-container-disabled):active{background:#f4f4f4;transform:scale(.98)}.upload-file-container[theme=dark] .errors,.upload-file-container[theme=light] .errors{color:#e02800;font-size:14px}.upload-file-container[theme=dark] .errors .error-icon svg,.upload-file-container[theme=light] .errors .error-icon svg{color:#e02800}.upload-supported-files{font-size:12px;line-height:16px;margin-top:8px}.upload-supported-files[theme=dark],.upload-supported-files[theme=light]{max-width:563px}.upload-supported-files span{font-weight:700;margin-right:5px}@media (max-width: 600px){.upload-file-container,.upload-supported-files[theme=dark],.upload-supported-files[theme=light]{max-width:100%}}\n"], dependencies: [{ kind: "directive", type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i1.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i1.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "component", type: i2.IconComponent, selector: "ui-icon", inputs: ["size", "cssClass", "name", "color", "filled", "applicationTheme"] }, { kind: "component", type: i3.ProgressBarComponent, selector: "ui-progress-bar", inputs: ["companyColor", "progress", "mode", "buffer", "applicationTheme"] }, { kind: "directive", type: i4.DragDropDirective, selector: "[uiDragDrop]", outputs: ["fileDropped"] }, { kind: "pipe", type: i1.LowerCasePipe, name: "lowercase" }, { kind: "pipe", type: i5.UiTranslatePipe, name: "uiTranslate" }], animations: [
|
|
161
|
-
trigger('inOutAnimation', [
|
|
162
|
-
transition(':enter', [
|
|
163
|
-
style({ opacity: 0, height: 0 }),
|
|
164
|
-
animate('0.2s ease-out', style({ opacity: 1, height: '196px' }))
|
|
165
|
-
]),
|
|
166
|
-
transition(':leave', [
|
|
167
|
-
style({ opacity: 1, height: '196px' }),
|
|
168
|
-
animate('0.2s ease-in', style({ opacity: 0, height: 0 }))
|
|
169
|
-
])
|
|
170
|
-
]),
|
|
171
|
-
trigger('inOutAnimationProgress', [
|
|
172
|
-
transition(':enter', [
|
|
173
|
-
style({ opacity: 0, height: 0 }),
|
|
174
|
-
animate('0.2s ease-out', style({ opacity: 1, height: '196px' }))
|
|
175
|
-
]),
|
|
176
|
-
transition(':leave', [
|
|
177
|
-
style({ opacity: 1, height: '196px' }),
|
|
178
|
-
animate('0.2s ease-in', style({ opacity: 0, height: 0 }))
|
|
179
|
-
])
|
|
180
|
-
]),
|
|
181
|
-
trigger('inOutAnimationChange', [
|
|
182
|
-
transition(':enter', [
|
|
183
|
-
style({ opacity: 0, height: 0 }),
|
|
184
|
-
animate('0.2s ease-out', style({ opacity: 1, height: '196px' }))
|
|
185
|
-
]),
|
|
186
|
-
transition(':leave', [
|
|
187
|
-
style({ opacity: 1, height: '196px' }),
|
|
188
|
-
animate('0.2s ease-in', style({ opacity: 0, height: 0 }))
|
|
189
|
-
])
|
|
190
|
-
])
|
|
191
|
-
], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
|
|
192
|
-
}
|
|
193
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: FileUploadComponent, decorators: [{
|
|
194
|
-
type: Component,
|
|
195
|
-
args: [{ selector: 'ui-file-upload', encapsulation: ViewEncapsulation.None, providers: [
|
|
196
|
-
{
|
|
197
|
-
provide: NG_VALUE_ACCESSOR,
|
|
198
|
-
useExisting: forwardRef(() => FileUploadComponent),
|
|
199
|
-
multi: true,
|
|
200
|
-
},
|
|
201
|
-
], changeDetection: ChangeDetectionStrategy.OnPush, animations: [
|
|
202
|
-
trigger('inOutAnimation', [
|
|
203
|
-
transition(':enter', [
|
|
204
|
-
style({ opacity: 0, height: 0 }),
|
|
205
|
-
animate('0.2s ease-out', style({ opacity: 1, height: '196px' }))
|
|
206
|
-
]),
|
|
207
|
-
transition(':leave', [
|
|
208
|
-
style({ opacity: 1, height: '196px' }),
|
|
209
|
-
animate('0.2s ease-in', style({ opacity: 0, height: 0 }))
|
|
210
|
-
])
|
|
211
|
-
]),
|
|
212
|
-
trigger('inOutAnimationProgress', [
|
|
213
|
-
transition(':enter', [
|
|
214
|
-
style({ opacity: 0, height: 0 }),
|
|
215
|
-
animate('0.2s ease-out', style({ opacity: 1, height: '196px' }))
|
|
216
|
-
]),
|
|
217
|
-
transition(':leave', [
|
|
218
|
-
style({ opacity: 1, height: '196px' }),
|
|
219
|
-
animate('0.2s ease-in', style({ opacity: 0, height: 0 }))
|
|
220
|
-
])
|
|
221
|
-
]),
|
|
222
|
-
trigger('inOutAnimationChange', [
|
|
223
|
-
transition(':enter', [
|
|
224
|
-
style({ opacity: 0, height: 0 }),
|
|
225
|
-
animate('0.2s ease-out', style({ opacity: 1, height: '196px' }))
|
|
226
|
-
]),
|
|
227
|
-
transition(':leave', [
|
|
228
|
-
style({ opacity: 1, height: '196px' }),
|
|
229
|
-
animate('0.2s ease-in', style({ opacity: 0, height: 0 }))
|
|
230
|
-
])
|
|
231
|
-
])
|
|
232
|
-
], template: "<ng-container>\n <div\n class=\"upload-file-container\"\n uiDragDrop\n [attr.aria-label]=\"ariaLabel\"\n [attr.aria-required]=\"ariaRequired\"\n [attr.theme]=\"applicationTheme\"\n [ngClass]=\"{ 'upload-errors': !!errors || isMissedMinSize, 'upload-file-container-disabled': disabled }\"\n (fileDropped)=\"onFileDropped($event)\"\n >\n <div *ngIf=\"(browse && !(success && !!file && progress))\" [@inOutAnimation] class=\"upload-files\">\n <div class=\"upload-browse\">\n <ng-container [ngTemplateOutlet]=\"iconTpl\"></ng-container>\n\n <div class=\"errors\" *ngIf=\"!!errors || isMissedMinSize\">\n <ng-container *ngIf=\"!!errors\">\n <span *ngFor=\"let error of errors\"><ui-icon name=\"Error\" class=\"error-icon\"></ui-icon>{{ error }}</span>\n </ng-container>\n\n <span *ngIf=\"isMissedMinSize\">\n <ui-icon name=\"Error\" class=\"error-icon\"></ui-icon>\n {{ translationContext + 'MIN_SIZE_ERROR' | uiTranslate : language : { min: minFileSizeMB } }}\n </span>\n </div>\n <input\n class=\"form-control\"\n #fileDrop\n type=\"file\"\n [accept]=\"supportedFileTypes\"\n [disabled]=\"disabled\"\n id=\"fileDrop\"\n (change)=\"onChangeUpload($event)\"\n />\n <p\n *ngIf=\"applicationTheme === 'classic'; else rebrandedDnDCopyTpl\">{{ (translationContext + 'DRAG_AND_DROP_OR') | uiTranslate : language }}\n <label for=\"fileDrop\"\n class=\"semibold\"> {{ (translationContext + 'BROWSE') | uiTranslate : language | lowercase }}</label> {{ (translationContext + 'YOUR_FILES') | uiTranslate : language }}\n </p>\n <span class=\"upload-text\">{{ maxFileSizeMB }}{{ (translationContext + 'MAX_SIZE') | uiTranslate : language }}</span>\n <span *ngIf=\"minFileSizeMB\" class=\"upload-text\">{{ minFileSizeMB }}{{ (translationContext + 'MIN_SIZE') | uiTranslate : language }}</span>\n </div>\n </div>\n <div class=\"upload-change\" [@inOutAnimationChange] *ngIf=\"!!success && !!file && !!progress\">\n <ng-container [ngTemplateOutlet]=\"iconTpl\"></ng-container>\n <input\n class=\"form-control\"\n #fileDrop\n type=\"file\"\n id=\"fileDrop\"\n [accept]=\"supportedFileTypes\"\n (change)=\"onChangeUpload($event)\"\n [disabled]=\"disabled\"\n />\n <p\n *ngIf=\"applicationTheme === 'classic'; else rebrandedDnDCopyTpl\">{{ (translationContext + 'DRAG_AND_DROP_OR') | uiTranslate : language }} <label\n for=\"fileDrop\"\n class=\"semibold\">{{ (translationContext + 'CHANGE') | uiTranslate : language | lowercase }}</label> {{ (translationContext + 'YOUR_FILES') | uiTranslate : language }}\n </p>\n <span class=\"upload-text\"\n ><strong>{{ file.name }}</strong></span\n >\n </div>\n <div class=\"upload-progress\" [@inOutAnimationProgress] *ngIf=\"!!progress && !!file && !success\">\n <p>{{ file.name }}</p>\n <ui-progress-bar [progress]=\"uploadProgress\"\n [companyColor]=\"compColor\"\n [applicationTheme]=\"applicationTheme\"></ui-progress-bar>\n <p class=\"upload-text\">\n {{ (translationContext + 'UPLOADING') | uiTranslate : language }} <span>{{ uploadProgress }}</span\n >%\n </p>\n </div>\n\n <ng-template #iconTpl>\n <ui-icon *ngIf=\"applicationTheme === 'classic'; else rebrandedIconTpl\" class=\"upload-icon\"\n name=\"File-upload\"></ui-icon>\n <ng-template #rebrandedIconTpl>\n <ui-icon class=\"upload-icon\"\n name=\"Upload\"\n [size]=\"'24'\"\n [applicationTheme]=\"applicationTheme\"></ui-icon>\n </ng-template>\n </ng-template>\n <ng-template #rebrandedDnDCopyTpl>\n <p>{{ (translationContext + 'DRAG_AND_DROP') | uiTranslate : language }}</p>\n </ng-template>\n </div>\n <div\n *ngIf=\"!!supportedFileTypes\"\n [attr.theme]=\"applicationTheme\"\n class=\"upload-supported-files\">\n <span>{{ (translationContext + 'SUPPORTED_FILE_TYPES') | uiTranslate : language }}</span>{{ supportedFileTypes }}\n </div>\n</ng-container>\n", styles: [".bg-teal-60b{background:#1c443c}.bg-teal-30b{background:#31766a}.bg-teal-default{background:#46a997}.bg-teal-30w{background:#7ec3b6}.bg-teal-60w{background:#b5ddd5}.bg-teal-secondary{background:#cbd6cb}.bg-teal-90w{background:#ecf6f5}.bg-petrol-60b{background:#102930}.bg-petrol-30b{background:#1b4754}.bg-petrol-default{background:#276678}.bg-petrol-30w{background:#6894a0}.bg-petrol-60w{background:#a9c2c9}.bg-petrol-secondary{background:#c8d7de}.bg-petrol-90w{background:#e9f0f1}.bg-error-60b{background:#513131}.bg-error-30b{background:#8e5655}.bg-error-60w{background:#e3c3c6}.bg-error-secondary{background:#f0dad9}.bg-error-default{background:#cb7b7a}.bg-warning-secondary{background:#f0d6bb}.bg-warning-default{background:#cca45f}.bg-black{background:#000}.bg-dark{background:#888}.bg-medium{background:#e0e0e0}.bg-grey{background:#ededed}.bg-light{background:#f6f6f6}.bg-white{background:#fff}.bg-box-shadow{background:#00000014}.bg-navigation-subtitle{background:#528593}.bgc-teal-60b{background-color:#1c443c}.bgc-teal-30b{background-color:#31766a}.bgc-teal-default{background-color:#46a997}.bgc-teal-30w{background-color:#7ec3b6}.bgc-teal-60w{background-color:#b5ddd5}.bgc-teal-secondary{background-color:#cbd6cb}.bgc-teal-90w{background-color:#ecf6f5}.bgc-petrol-60b{background-color:#102930}.bgc-petrol-30b{background-color:#1b4754}.bgc-petrol-default{background-color:#276678}.bgc-petrol-30w{background-color:#6894a0}.bgc-petrol-60w{background-color:#a9c2c9}.bgc-petrol-secondary{background-color:#c8d7de}.bgc-petrol-90w{background-color:#e9f0f1}.bgc-error-60b{background-color:#513131}.bgc-error-30b{background-color:#8e5655}.bgc-error-60w{background-color:#e3c3c6}.bgc-error-secondary{background-color:#f0dad9}.bgc-error-default{background-color:#cb7b7a}.bgc-warning-secondary{background-color:#f0d6bb}.bgc-warning-default{background-color:#cca45f}.bgc-black{background-color:#000}.bgc-dark{background-color:#888}.bgc-medium{background-color:#e0e0e0}.bgc-grey{background-color:#ededed}.bgc-light{background-color:#f6f6f6}.bgc-white{background-color:#fff}.bgc-box-shadow{background-color:#00000014}.bgc-navigation-subtitle{background-color:#528593}.upload-file-container{border-radius:8px;border:1px dashed #888888;background:#f6f6f6;display:flex;justify-content:center;align-items:center;height:196px;flex-flow:column;position:relative;max-width:563px}.upload-file-container.upload-errors{border:1px dashed #cb7b7a}.upload-file-container .upload-files{display:flex;flex-flow:column;align-items:center;justify-content:center;width:100%;height:196px}.upload-file-container .upload-change,.upload-file-container .upload-browse{display:flex;flex-flow:column;align-items:center;justify-content:center;width:100%;position:relative;height:196px}.upload-file-container .upload-change ui-icon.upload-icon,.upload-file-container .upload-browse ui-icon.upload-icon{margin-bottom:16px}.upload-file-container .upload-change ui-icon.upload-icon mat-icon.size-16 svg,.upload-file-container .upload-browse ui-icon.upload-icon mat-icon.size-16 svg{width:32px;height:32px}.upload-file-container .upload-change input,.upload-file-container .upload-browse input{opacity:0;position:absolute;z-index:2;width:100%;height:100%;cursor:pointer}.upload-file-container .upload-change .upload-text,.upload-file-container .upload-browse .upload-text{margin-top:20px}.upload-file-container .upload-change p,.upload-file-container .upload-browse p{margin:0}.upload-file-container .upload-change p .semibold,.upload-file-container .upload-browse p .semibold{font-weight:400;text-decoration:underline;color:var(--color)}.upload-file-container .upload-change .errors,.upload-file-container .upload-browse .errors{width:100%;display:flex;align-items:center;justify-content:center;flex-direction:column;margin-bottom:20px;font-size:12px;line-height:16px;color:#cb7b7a}.upload-file-container .upload-change .errors span,.upload-file-container .upload-browse .errors span{display:flex;align-items:center;margin-bottom:5px}.upload-file-container .upload-change .errors span:last-child,.upload-file-container .upload-browse .errors span:last-child{margin-bottom:0}.upload-file-container .upload-change .errors .error-icon,.upload-file-container .upload-browse .errors .error-icon{margin-right:4px}.upload-file-container .upload-change .errors .error-icon svg,.upload-file-container .upload-browse .errors .error-icon svg{color:#cb7b7a}.upload-file-container .upload-change .errors .error-icon mat-icon.size-16 svg,.upload-file-container .upload-browse .errors .error-icon mat-icon.size-16 svg{width:16px;height:16px}.upload-file-container .upload-progress{padding:0 32px;width:100%}.upload-file-container .upload-text{text-align:right}.upload-file-container[theme=dark],.upload-file-container[theme=light]{border-radius:10px;border-color:#242424}.upload-file-container[theme=dark].upload-file-container-disabled,.upload-file-container[theme=light].upload-file-container-disabled{border-color:#919191;color:#919191;background-color:#f4f4f4}.upload-file-container[theme=dark].upload-file-container-disabled .upload-icon svg,.upload-file-container[theme=light].upload-file-container-disabled .upload-icon svg{color:#919191}.upload-file-container[theme=dark].upload-errors,.upload-file-container[theme=light].upload-errors{border-color:#e02800}.upload-file-container[theme=dark]:not(.upload-file-container-disabled):hover,.upload-file-container[theme=light]:not(.upload-file-container-disabled):hover{background:#f4f4f4;border-style:solid}.upload-file-container[theme=dark]:not(.upload-file-container-disabled):active,.upload-file-container[theme=light]:not(.upload-file-container-disabled):active{background:#f4f4f4;transform:scale(.98)}.upload-file-container[theme=dark] .errors,.upload-file-container[theme=light] .errors{color:#e02800;font-size:14px}.upload-file-container[theme=dark] .errors .error-icon svg,.upload-file-container[theme=light] .errors .error-icon svg{color:#e02800}.upload-supported-files{font-size:12px;line-height:16px;margin-top:8px}.upload-supported-files[theme=dark],.upload-supported-files[theme=light]{max-width:563px}.upload-supported-files span{font-weight:700;margin-right:5px}@media (max-width: 600px){.upload-file-container,.upload-supported-files[theme=dark],.upload-supported-files[theme=light]{max-width:100%}}\n"] }]
|
|
233
|
-
}], ctorParameters: function () { return [{ type: undefined, decorators: [{
|
|
234
|
-
type: Optional
|
|
235
|
-
}, {
|
|
236
|
-
type: Inject,
|
|
237
|
-
args: ['CANOPYUI_DEFAULT_APPLICATION_THEME']
|
|
238
|
-
}] }]; }, propDecorators: { class: [{
|
|
239
|
-
type: HostBinding
|
|
240
|
-
}], maxFileSizeMB: [{
|
|
241
|
-
type: Input
|
|
242
|
-
}], minFileSizeMB: [{
|
|
243
|
-
type: Input
|
|
244
|
-
}], supportedFileTypes: [{
|
|
245
|
-
type: Input
|
|
246
|
-
}], uploadProgress: [{
|
|
247
|
-
type: Input
|
|
248
|
-
}], errors: [{
|
|
249
|
-
type: Input
|
|
250
|
-
}], disabled: [{
|
|
251
|
-
type: Input
|
|
252
|
-
}], file: [{
|
|
253
|
-
type: Input
|
|
254
|
-
}], language: [{
|
|
255
|
-
type: Input
|
|
256
|
-
}], companyColor: [{
|
|
257
|
-
type: Input
|
|
258
|
-
}], compColor: [{
|
|
259
|
-
type: HostBinding,
|
|
260
|
-
args: ['style.--color']
|
|
261
|
-
}], applicationTheme: [{
|
|
262
|
-
type: Input
|
|
263
|
-
}], ariaLabel: [{
|
|
264
|
-
type: Input
|
|
265
|
-
}], ariaRequired: [{
|
|
266
|
-
type: Input
|
|
267
|
-
}], OnDrop: [{
|
|
268
|
-
type: Output
|
|
269
|
-
}] } });
|
|
270
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZmlsZS11cGxvYWQuY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvdGdvLWNhbm9weS11aS9jb21wb25lbnRzL2ZpbGUtdXBsb2FkL2ZpbGUtdXBsb2FkLmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL3Rnby1jYW5vcHktdWkvY29tcG9uZW50cy9maWxlLXVwbG9hZC9maWxlLXVwbG9hZC5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsT0FBTyxFQUFFLEtBQUssRUFBRSxVQUFVLEVBQUUsT0FBTyxFQUFFLE1BQU0scUJBQXFCLENBQUM7QUFDMUUsT0FBTyxFQUNMLHVCQUF1QixFQUN2QixTQUFTLEVBQ1QsWUFBWSxFQUNaLFdBQVcsRUFDWCxLQUFLLEVBR0wsTUFBTSxFQUVOLGlCQUFpQixFQUNqQixVQUFVLEVBQUUsUUFBUSxFQUFFLE1BQU0sRUFDN0IsTUFBTSxlQUFlLENBQUM7QUFDdkIsT0FBTyxFQUF3QixpQkFBaUIsRUFBRSxNQUFNLGdCQUFnQixDQUFDO0FBQ3pFLE9BQU8sRUFBRSxlQUFlLEVBQUUsTUFBTSwyQ0FBMkMsQ0FBQzs7Ozs7OztBQWlENUUsTUFBTSxPQUFPLG1CQUFtQjtJQTJIOUIsWUFDNkUsZUFBaUM7UUFBakMsb0JBQWUsR0FBZixlQUFlLENBQWtCO1FBM0gvRixVQUFLLEdBQUcsZ0JBQWdCLENBQUM7UUF3Q3hDOzs7OztXQUtHO1FBQ00sYUFBUSxHQUFHLEtBQUssQ0FBQztRQUUxQjs7Ozs7V0FLRztRQUNNLFNBQUksR0FBZ0IsSUFBSSxDQUFDO1FBRWxDOzs7OztXQUtHO1FBQ00sYUFBUSxHQUFHLGVBQWUsQ0FBQyxlQUFlLENBQUM7UUFFcEQ7Ozs7OztXQU1HO1FBQ00saUJBQVksR0FBRyxFQUFFLENBQUM7UUFLM0I7Ozs7OztXQU1HO1FBQ00scUJBQWdCLEdBQXFCLE9BQU8sQ0FBQztR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QUFDLEVBQUUsTUFBTSxFQUFFLE9BQU8sRUFBRSxDQUFDLENBQUM7NkJBQ2pFLENBQUM7NEJBQ0YsVUFBVSxDQUFDLFFBQVEsRUFBRTtnQ0FDbkIsS0FBSyxDQUFDLEVBQUUsT0FBTyxFQUFFLENBQUMsRUFBRSxNQUFNLEVBQUUsT0FBTyxFQUFFLENBQUM7Z0NBQ3RDLE9BQU8sQ0FBQyxjQUFjLEVBQUUsS0FBSyxDQUFDLEVBQUUsT0FBTyxFQUFFLENBQUMsRUFBRSxNQUFNLEVBQUUsQ0FBQyxFQUFFLENBQUMsQ0FBQzs2QkFDMUQsQ0FBQzt5QkFDSCxDQUFDO3FCQUNIOzswQkE4SEUsUUFBUTs7MEJBQUksTUFBTTsyQkFBQyxvQ0FBb0M7NENBM0gzQyxLQUFLO3NCQUFuQixXQUFXO2dCQU9ILGFBQWE7c0JBQXJCLEtBQUs7Z0JBT0csYUFBYTtzQkFBckIsS0FBSztnQkFRRyxrQkFBa0I7c0JBQTFCLEtBQUs7Z0JBUUcsY0FBYztzQkFBdEIsS0FBSztnQkFRRyxNQUFNO3NCQUFkLEtBQUs7Z0JBUUcsUUFBUTtzQkFBaEIsS0FBSztnQkFRRyxJQUFJO3NCQUFaLEtBQUs7Z0JBUUcsUUFBUTtzQkFBaEIsS0FBSztnQkFTRyxZQUFZO3NCQUFwQixLQUFLO2dCQUdOLFNBQVM7c0JBRFIsV0FBVzt1QkFBQyxlQUFlO2dCQVVuQixnQkFBZ0I7c0JBQXhCLEtBQUs7Z0JBUUcsU0FBUztzQkFBakIsS0FBSztnQkFRRyxZQUFZO3NCQUFwQixLQUFLO2dCQUVJLE1BQU07c0JBQWYsTUFBTSIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IGFuaW1hdGUsIHN0eWxlLCB0cmFuc2l0aW9uLCB0cmlnZ2VyIH0gZnJvbSAnQGFuZ3VsYXIvYW5pbWF0aW9ucyc7XG5pbXBvcnQge1xuICBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneSxcbiAgQ29tcG9uZW50LFxuICBFdmVudEVtaXR0ZXIsXG4gIEhvc3RCaW5kaW5nLFxuICBJbnB1dCxcbiAgT25DaGFuZ2VzLFxuICBPbkluaXQsXG4gIE91dHB1dCxcbiAgU2ltcGxlQ2hhbmdlcyxcbiAgVmlld0VuY2Fwc3VsYXRpb24sXG4gIGZvcndhcmRSZWYsIE9wdGlvbmFsLCBJbmplY3Rcbn0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBDb250cm9sVmFsdWVBY2Nlc3NvciwgTkdfVkFMVUVfQUNDRVNTT1IgfSBmcm9tICdAYW5ndWxhci9mb3Jtcyc7XG5pbXBvcnQgeyBMYW5ndWFnZVNlcnZpY2UgfSBmcm9tICcuLi8uLi91dGlscy9sb2NhbGl6YXRpb24vbGFuZ3VhZ2Uuc2VydmljZSc7XG5pbXBvcnQgeyBBcHBsaWNhdGlvblRoZW1lIH0gZnJvbSAnLi4vLi4vbW9kZWxzL2FwcGxpY2F0aW9uLXRoZW1lLm1vZGVsJztcblxuQENvbXBvbmVudCh7XG4gIHNlbGVjdG9yOiAndWktZmlsZS11cGxvYWQnLFxuICB0ZW1wbGF0ZVVybDogJy4vZmlsZS11cGxvYWQuY29tcG9uZW50Lmh0bWwnLFxuICBzdHlsZVVybHM6IFsnLi9maWxlLXVwbG9hZC5jb21wb25lbnQuc2NzcyddLFxuICBlbmNhcHN1bGF0aW9uOiBWaWV3RW5jYXBzdWxhdGlvbi5Ob25lLFxuICBwcm92aWRlcnM6IFtcbiAgICB7XG4gICAgICBwcm92aWRlOiBOR19WQUxVRV9BQ0NFU1NPUixcbiAgICAgIHVzZUV4aXN0aW5nOiBmb3J3YXJkUmVmKCgpID0+IEZpbGVVcGxvYWRDb21wb25lbnQpLFxuICAgICAgbXVsdGk6IHRydWUsXG4gICAgfSxcbiAgXSxcbiAgY2hhbmdlRGV0ZWN0aW9uOiBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneS5PblB1c2gsXG4gIGFuaW1hdGlvbnM6IFtcbiAgICB0cmlnZ2VyKCdpbk91dEFuaW1hdGlvbicsIFtcbiAgICAgIHRyYW5zaXRpb24oJzplbnRlcicsIFtcbiAgICAgICAgc3R5bGUoeyBvcGFjaXR5OiAwLCBoZWlnaHQ6IDAgfSksXG4gICAgICAgIGFuaW1hdGUoJzAuMnMgZWFzZS1vdXQnLCBzdHlsZSh7IG9wYWNpdHk6IDEsIGhlaWdodDogJzE5NnB4JyB9KSlcbiAgICAgIF0pLFxuICAgICAgdHJhbnNpdGlvbignOmxlYXZlJywgW1xuICAgICAgICBzdHlsZSh7IG9wYWNpdHk6IDEsIGhlaWdodDogJzE5NnB4JyB9KSxcbiAgICAgICAgYW5pbWF0ZSgnMC4ycyBlYXNlLWluJywgc3R5bGUoeyBvcGFjaXR5OiAwLCBoZWlnaHQ6IDAgfSkpXG4gICAgICBdKVxuICAgIF0pLFxuICAgIHRyaWdnZXIoJ2luT3V0QW5pbWF0aW9uUHJvZ3Jlc3MnLCBbXG4gICAgICB0cmFuc2l0aW9uKCc6ZW50ZXInLCBbXG4gICAgICAgIHN0eWxlKHsgb3BhY2l0eTogMCwgaGVpZ2h0OiAwIH0pLFxuICAgICAgICBhbmltYXRlKCcwLjJzIGVhc2Utb3V0Jywgc3R5bGUoeyBvcGFjaXR5OiAxLCBoZWlnaHQ6ICcxOTZweCcgfSkpXG4gICAgICBdKSxcbiAgICAgIHRyYW5zaXRpb24oJzpsZWF2ZScsIFtcbiAgICAgICAgc3R5bGUoeyBvcGFjaXR5OiAxLCBoZWlnaHQ6ICcxOTZweCcgfSksXG4gICAgICAgIGFuaW1hdGUoJzAuMnMgZWFzZS1pbicsIHN0eWxlKHsgb3BhY2l0eTogMCwgaGVpZ2h0OiAwIH0pKVxuICAgICAgXSlcbiAgICBdKSxcbiAgICB0cmlnZ2VyKCdpbk91dEFuaW1hdGlvbkNoYW5nZScsIFtcbiAgICAgIHRyYW5zaXRpb24oJzplbnRlcicsIFtcbiAgICAgICAgc3R5bGUoeyBvcGFjaXR5OiAwLCBoZWlnaHQ6IDAgfSksXG4gICAgICAgIGFuaW1hdGUoJzAuMnMgZWFzZS1vdXQnLCBzdHlsZSh7IG9wYWNpdHk6IDEsIGhlaWdodDogJzE5NnB4JyB9KSlcbiAgICAgIF0pLFxuICAgICAgdHJhbnNpdGlvbignOmxlYXZlJywgW1xuICAgICAgICBzdHlsZSh7IG9wYWNpdHk6IDEsIGhlaWdodDogJzE5NnB4JyB9KSxcbiAgICAgICAgYW5pbWF0ZSgnMC4ycyBlYXNlLWluJywgc3R5bGUoeyBvcGFjaXR5OiAwLCBoZWlnaHQ6IDAgfSkpXG4gICAgICBdKVxuICAgIF0pXG4gIF1cbn0pXG5leHBvcnQgY2xhc3MgRmlsZVVwbG9hZENvbXBvbmVudCBpbXBsZW1lbnRzIE9uSW5pdCwgT25DaGFuZ2VzLCBDb250cm9sVmFsdWVBY2Nlc3NvciB7XG4gIEBIb3N0QmluZGluZygpIGNsYXNzID0gJ3VpLWZpbGUtdXBsb2FkJztcblxuICAvKipcbiAgICpcbiAgICogQHR5cGUge251bWJlcn1cbiAgICogQG1lbWJlcm9mIEZpbGVVcGxvYWRDb21wb25lbnRcbiAgICovXG4gIEBJbnB1dCgpIG1heEZpbGVTaXplTUI6IG51bWJlcjtcblxuICAvKipcbiAgICpcbiAgICogQHR5cGUge251bWJlcn1cbiAgICogQG1lbWJlcm9mIEZpbGVVcGxvYWRDb21wb25lbnRcbiAgICovXG4gIEBJbnB1dCgpIG1pbkZpbGVTaXplTUI6IG51bWJlcjtcblxuICAvKipcbiAgICogU3VwcG9ydGVkIGZpbGVzIGZvciBpbnB1dCBmaWVsZFxuICAgKlxuICAgKiBAdHlwZSB7c3RyaW5nfVxuICAgKiBAbWVtYmVyb2YgRmlsZVVwbG9hZENvbXBvbmVudFxuICAgKi9cbiAgQElucHV0KCkgc3VwcG9ydGVkRmlsZVR5cGVzPzogc3RyaW5nO1xuXG4gIC8qKlxuICAgKiBVcGxvYWQgcHJvZ3Jlc3NcbiAgICpcbiAgICogQHR5cGUge251bWJlcn1cbiAgICogQG1lbWJlcm9mIEZpbGVVcGxvYWRDb21wb25lbnRcbiAgICovXG4gIEBJbnB1dCgpIHVwbG9hZFByb2dyZXNzOiBudW1iZXI7XG5cbiAgLyoqXG4gICAqIEZpbGUgdXBsb2FkIGVycm9yc1xuICAgKlxuICAgKiBAdHlwZSB7c3RyaW5nW119XG4gICAqIEBtZW1iZXJvZiBGaWxlVXBsb2FkQ29tcG9uZW50XG4gICAqL1xuICBASW5wdXQoKSBlcnJvcnM/OiBzdHJpbmdbXSB8IG51bGw7XG5cbiAgLyoqXG4gICAqIEZpbGUgdXBsb2FkIGRpc2FibGVkXG4gICAqXG4gICAqIEB0eXBlIHtib29sZWFufVxuICAgKiBAbWVtYmVyb2YgRmlsZVVwbG9hZENvbXBvbmVudFxuICAgKi9cbiAgQElucHV0KCkgZGlzYWJsZWQgPSBmYWxzZTtcblxuICAvKipcbiAgICogRXhpc3RpbmcgZmlsZSBpbmZvcm1hdGlvblxuICAgKlxuICAgKiBAdHlwZSB7KEZpbGUgfCBudWxsKX1cbiAgICogQG1lbWJlcm9mIEZpbGVVcGxvYWRDb21wb25lbnRcbiAgICovXG4gIEBJbnB1dCgpIGZpbGU6IEZpbGUgfCBudWxsID0gbnVsbDtcblxuICAvKipcbiAgICogVGhlIGxhbmd1YWdlIHRvIGJlIHVzZWRcbiAgICogQHByb3BlcnR5IGxhbmd1YWdlXG4gICAqIEB0eXBlIHtMYW5ndWFnZX1cbiAgICogQG1lbWJlcm9mIEZpbGVVcGxvYWRDb21wb25lbnRcbiAgICovXG4gIEBJbnB1dCgpIGxhbmd1YWdlID0gTGFuZ3VhZ2VTZXJ2aWNlLmRlZmF1bHRMYW5ndWFnZTtcblxuICAvKipcbiAgICogQ29sb3Igb2YgdGhlIGZpbGUgdXBsb2FkLlxuICAgKiBEZWZhdWx0cyB0byBUZXN0IEdvcmlsbGEgcHJpbWFyeSBjb2xvci5cbiAgICpcbiAgICogQHR5cGUge3N0cmluZ31cbiAgICogQG1lbWJlcm9mIEZpbGVVcGxvYWRDb21wb25lbnRcbiAgICovXG4gIEBJbnB1dCgpIGNvbXBhbnlDb2xvciA9ICcnO1xuXG4gIEBIb3N0QmluZGluZygnc3R5bGUuLS1jb2xvcicpXG4gIGNvbXBDb2xvcjogc3RyaW5nO1xuXG4gIC8qKlxuICAgKlxuICAgKiBEZWZpbmVzIHRoZSBhcHBsaWNhdGlvbiB0aGVtZVxuICAgKlxuICAgKiBAdHlwZSB7QXBwbGljYXRpb25UaGVtZX1cbiAgICogQG1lbWJlcm9mIEZpbGVVcGxvYWRDb21wb25lbnRcbiAgICovXG4gIEBJbnB1dCgpIGFwcGxpY2F0aW9uVGhlbWU6IEFwcGxpY2F0aW9uVGhlbWUgPSAnbGlnaHQnO1xuXG4gIC8qKlxuICAgKiBBIHN0cmluZyByZXByZXNlbnRpbmcgdGhlIEFSSUEgbGFiZWwgZm9yIGFjY2Vzc2liaWxpdHkuXG4gICAqIFRoaXMgbGFiZWwgaXMgdXNlZCB0byBwcm92aWRlIGFuIGFjY2Vzc2libGUgbmFtZSBmb3IgdGhlIGlucHV0IGVsZW1lbnQuXG4gICAqIEB0eXBlIHtzdHJpbmd9XG4gICAqIEBtZW1iZXJvZiBGaWxlVXBsb2FkQ29tcG9uZW50XG4gICAqL1xuICBASW5wdXQoKSBhcmlhTGFiZWw6IHN0cmluZztcblxuICAvKipcbiAgICogQSBzdHJpbmcgcmVwcmVzZW50aW5nIHRoZSBBUklBIHJlcXVpcmVtZW50IGZvciBhY2Nlc3NpYmlsaXR5LlxuICAgKiBUaGlzIGF0dHJpYnV0ZSBpcyB1c2VkIHRvIGluZGljYXRlIHdoZXRoZXIgYW4gaW5wdXQgZmllbGQgaXMgcmVxdWlyZWQgZm9yIGZvcm0gc3VibWlzc2lvbi5cbiAgICogQHR5cGUge2Jvb2xlYW59XG4gICAqIEBtZW1iZXJvZiBGaWxlVXBsb2FkQ29tcG9uZW50XG4gICAqL1xuICBASW5wdXQoKSBhcmlhUmVxdWlyZWQgPSBmYWxzZTtcblxuICBAT3V0cHV0KCkgT25Ecm9wOiBFdmVudEVtaXR0ZXI8RmlsZT4gPSBuZXcgRXZlbnRFbWl0dGVyPEZpbGU+KCk7XG5cbiAgcHJvdGVjdGVkIHJlYWRvbmx5IHRyYW5zbGF0aW9uQ29udGV4dCA9ICdGSUxFX1VQTE9BRC4nO1xuXG4gIC8qKlxuICAgKiBAaWdub3JlXG4gICAqL1xuICBvbkNoYW5nZSA9IChfOiBhbnkpID0+IHtcbiAgfTtcblxuICAvKipcbiAgICogQGlnbm9yZVxuICAgKi9cbiAgb25Ub3VjaCA9ICgpID0+IHtcbiAgfTtcblxuICBpc01pc3NlZE1pblNpemUgPSBmYWxzZTtcbiAgcHJvZ3Jlc3MgPSBmYWxzZTtcbiAgc3VjY2VzcyA9IGZhbHNlO1xuICBicm93c2U6IGJvb2xlYW47XG5cbiAgY29uc3RydWN0b3IoXG4gICAgQE9wdGlvbmFsKCkgQEluamVjdCgnQ0FOT1BZVUlfREVGQVVMVF9BUFBMSUNBVElPTl9USEVNRScpIHByaXZhdGUgcmVhZG9ubHkgZGVmYXVsdEFwcFRoZW1lOiBBcHBsaWNhdGlvblRoZW1lLFxuICApIHtcbiAgICBpZiAoZGVmYXVsdEFwcFRoZW1lKSB7XG4gICAgICB0aGlzLmFwcGxpY2F0aW9uVGhlbWUgPSBkZWZhdWx0QXBwVGhlbWU7XG4gICAgfVxuICB9XG5cbiAgbmdPbkluaXQoKTogdm9pZCB7XG4gICAgdGhpcy5icm93c2UgPSB0cnVlO1xuICB9XG5cbiAgLy9XaGVuIGZpbGUgaXMgZHJvcHBlZFxuICBvbkZpbGVEcm9wcGVkKGZpbGVzOiBGaWxlTGlzdCkge1xuICAgIHRoaXMuZW1pdEZpbGUoZmlsZXMpO1xuICB9XG5cbiAgLy9XaGVuIGlucHV0IGNoYW5nZXNcbiAgb25DaGFuZ2VVcGxvYWQoZXZlbnQ6IEV2ZW50KSB7XG4gICAgY29uc3QgZWxlbWVudCA9IGV2ZW50LmN1cnJlbnRUYXJnZXQgYXMgSFRNTElucHV0RWxlbWVudDtcbiAgICB0aGlzLmVtaXRGaWxlKGVsZW1lbnQuZmlsZXMgfHwgbmV3IEZpbGVMaXN0KCkpO1xuICB9XG5cbiAgLy9FbWl0IGRyb3AgZmlsZVxuICBlbWl0RmlsZShmaWxlczogRmlsZUxpc3QpIHtcbiAgICBjb25zdCBbZmlsZV0gPSBBcnJheS5mcm9tKGZpbGVzKTtcbiAgICB0aGlzLmZpbGUgPSBmaWxlO1xuICAgIHRoaXMuZXJyb3JzID0gbnVsbDtcbiAgICB0aGlzLm9uVG91Y2goKTtcbiAgICB0aGlzLmlzTWlzc2VkTWluU2l6ZSA9IHRoaXMuZmlsZVNpemVUb01CKGZpbGUuc2l6ZSkgPD0gdGhpcy5taW5GaWxlU2l6ZU1CO1xuICAgIGlmICghdGhpcy5pc01pc3NlZE1pblNpemUpIHtcbiAgICAgIHRoaXMub25DaGFuZ2UodGhpcy5maWxlKTtcbiAgICAgIHRoaXMuT25Ecm9wLmVtaXQoZmlsZSk7XG4gICAgfVxuICB9XG5cbiAgLy9TaG93IHByb2dyZXNzLWJhclxuICBzaG93UHJvZ3Jlc3MoKTogYm9vbGVhbiB7XG4gICAgdGhpcy5icm93c2UgPSBmYWxzZTtcbiAgICByZXR1cm4gISEodGhpcy5maWxlICYmICF0aGlzLmVycm9ycyAmJiAhdGhpcy5pc01pc3NlZE1pblNpemUpO1xuICB9XG5cbiAgLy9TaG93IHN1Y2Nlc3MgZWxlbWVudHNcbiAgc2hvd1N1Y2Nlc3MoKTogYm9vbGVhbiB7XG4gICAgcmV0dXJuICEhKHRoaXMuZmlsZSAmJiB0aGlzLnVwbG9hZFByb2dyZXNzID09PSAxMDAgJiYgIXRoaXMuZXJyb3JzICYmICF0aGlzLmlzTWlzc2VkTWluU2l6ZSk7XG4gIH1cblxuICAvL1Nob3cgYnJvd3NlIHdoZW4gdGhlcmUgYXJlIGVycm9yXG4gIHNob3dCcm93c2UoKTogYm9vbGVhbiB7XG4gICAgcmV0dXJuICEhKHRoaXMuZXJyb3JzIHx8IHRoaXMuaXNNaXNzZWRNaW5TaXplKTtcbiAgfVxuXG4gIG5nT25DaGFuZ2VzKGNoYW5nZXM6IFNpbXBsZUNoYW5nZXMpIHtcbiAgICBpZiAoY2hhbmdlc1sndXBsb2FkUHJvZ3Jlc3MnXSB8fCBjaGFuZ2VzWydmaWxlJ10pIHtcbiAgICAgIHRoaXMucHJvZ3Jlc3MgPSB0aGlzLnNob3dQcm9ncmVzcygpO1xuICAgICAgdGhpcy5zdWNjZXNzID0gdGhpcy5zaG93U3VjY2VzcygpO1xuICAgICAgdGhpcy5icm93c2UgPSB0aGlzLnNob3dCcm93c2UoKTtcbiAgICB9XG4gICAgaWYgKGNoYW5nZXNbJ2Vycm9ycyddKSB7XG4gICAgICB0aGlzLnByb2dyZXNzID0gdGhpcy5zaG93UHJvZ3Jlc3MoKTtcbiAgICAgIHRoaXMuc3VjY2VzcyA9IHRoaXMuc2hvd1N1Y2Nlc3MoKTtcbiAgICAgIHRoaXMuYnJvd3NlID0gdGhpcy5zaG93QnJvd3NlKCk7XG4gICAgfVxuICAgIGlmIChjaGFuZ2VzWydhcHBsaWNhdGlvblRoZW1lJ10pIHtcbiAgICAgIHRoaXMuY29tcENvbG9yID0gdGhpcy5nZXRDb21wYW55Q29sb3IoKTtcbiAgICB9XG4gIH1cblxuICB3cml0ZVZhbHVlKHZhbHVlPzogRmlsZSk6IHZvaWQge1xuICAgIGlmICh2YWx1ZSkge1xuICAgICAgdGhpcy5maWxlID0gdmFsdWUgfHwgbnVsbDtcbiAgICB9IGVsc2Uge1xuICAgICAgdGhpcy5maWxlID0gbnVsbDtcbiAgICB9XG4gIH1cblxuICByZWdpc3Rlck9uQ2hhbmdlKGZuOiBhbnkpOiB2b2lkIHtcbiAgICB0aGlzLm9uQ2hhbmdlID0gZm47XG4gIH1cblxuICByZWdpc3Rlck9uVG91Y2hlZChmbjogYW55KTogdm9pZCB7XG4gICAgdGhpcy5vblRvdWNoID0gZm47XG4gIH1cblxuICBzZXREaXNhYmxlZFN0YXRlKGlzRGlzYWJsZWQ6IGJvb2xlYW4pOiB2b2lkIHtcbiAgICB0aGlzLmRpc2FibGVkID0gaXNEaXNhYmxlZDtcbiAgfVxuXG4gIHByaXZhdGUgZ2V0Q29tcGFueUNvbG9yKCk6IHN0cmluZyB7XG4gICAgcmV0dXJuIHRoaXMuY29tcGFueUNvbG9yIHx8ICh0aGlzLmFwcGxpY2F0aW9uVGhlbWUgPT09ICdjbGFzc2ljJyA/ICcjNDZBOTk3JyA6ICcjRDQxMEFBJyk7XG4gIH1cblxuICBwcml2YXRlIGZpbGVTaXplVG9NQihmaWxlU2l6ZTogbnVtYmVyKTogbnVtYmVyIHtcbiAgICByZXR1cm4gZmlsZVNpemUgLyAxMDI0IC8gMTAyNDtcbiAgfVxufVxuIiwiPG5nLWNvbnRhaW5lcj5cbiAgPGRpdlxuICAgIGNsYXNzPVwidXBsb2FkLWZpbGUtY29udGFpbmVyXCJcbiAgICB1aURyYWdEcm9wXG4gICAgW2F0dHIuYXJpYS1sYWJlbF09XCJhcmlhTGFiZWxcIlxuICAgIFthdHRyLmFyaWEtcmVxdWlyZWRdPVwiYXJpYVJlcXVpcmVkXCJcbiAgICBbYXR0ci50aGVtZV09XCJhcHBsaWNhdGlvblRoZW1lXCJcbiAgICBbbmdDbGFzc109XCJ7ICd1cGxvYWQtZXJyb3JzJzogISFlcnJvcnMgfHwgaXNNaXNzZWRNaW5TaXplLCAndXBsb2FkLWZpbGUtY29udGFpbmVyLWRpc2FibGVkJzogZGlzYWJsZWQgfVwiXG4gICAgKGZpbGVEcm9wcGVkKT1cIm9uRmlsZURyb3BwZWQoJGV2ZW50KVwiXG4gID5cbiAgICA8ZGl2ICpuZ0lmPVwiKGJyb3dzZSAmJiAhKHN1Y2Nlc3MgJiYgISFmaWxlICYmIHByb2dyZXNzKSlcIiBbQGluT3V0QW5pbWF0aW9uXSBjbGFzcz1cInVwbG9hZC1maWxlc1wiPlxuICAgICAgPGRpdiBjbGFzcz1cInVwbG9hZC1icm93c2VcIj5cbiAgICAgICAgPG5nLWNvbnRhaW5lciBbbmdUZW1wbGF0ZU91dGxldF09XCJpY29uVHBsXCI+PC9uZy1jb250YWluZXI+XG5cbiAgICAgICAgPGRpdiBjbGFzcz1cImVycm9yc1wiICpuZ0lmPVwiISFlcnJvcnMgfHwgaXNNaXNzZWRNaW5TaXplXCI+XG4gICAgICAgICAgPG5nLWNvbnRhaW5lciAqbmdJZj1cIiEhZXJyb3JzXCI+XG4gICAgICAgICAgIDxzcGFuICpuZ0Zvcj1cImxldCBlcnJvciBvZiBlcnJvcnNcIj48dWktaWNvbiBuYW1lPVwiRXJyb3JcIiBjbGFzcz1cImVycm9yLWljb25cIj48L3VpLWljb24+e3sgZXJyb3IgfX08L3NwYW4+XG4gICAgICAgICAgPC9uZy1jb250YWluZXI+XG5cbiAgICAgICAgICA8c3BhbiAqbmdJZj1cImlzTWlzc2VkTWluU2l6ZVwiPlxuICAgICAgICAgICAgPHVpLWljb24gbmFtZT1cIkVycm9yXCIgY2xhc3M9XCJlcnJvci1pY29uXCI+PC91aS1pY29uPlxuICAgICAgICAgICAge3sgdHJhbnNsYXRpb25Db250ZXh0ICsgJ01JTl9TSVpFX0VSUk9SJyB8IHVpVHJhbnNsYXRlIDogbGFuZ3VhZ2UgOiB7IG1pbjogbWluRmlsZVNpemVNQiB9IH19XG4gICAgICAgICAgPC9zcGFuPlxuICAgICAgICA8L2Rpdj5cbiAgICAgICAgPGlucHV0XG4gICAgICAgICAgY2xhc3M9XCJmb3JtLWNvbnRyb2xcIlxuICAgICAgICAgICNmaWxlRHJvcFxuICAgICAgICAgIHR5cGU9XCJmaWxlXCJcbiAgICAgICAgICBbYWNjZXB0XT1cInN1cHBvcnRlZEZpbGVUeXBlc1wiXG4gICAgICAgICAgW2Rpc2FibGVkXT1cImRpc2FibGVkXCJcbiAgICAgICAgICBpZD1cImZpbGVEcm9wXCJcbiAgICAgICAgICAoY2hhbmdlKT1cIm9uQ2hhbmdlVXBsb2FkKCRldmVudClcIlxuICAgICAgICAvPlxuICAgICAgICA8cFxuICAgICAgICAgICpuZ0lmPVwiYXBwbGljYXRpb25UaGVtZSA9PT0gJ2NsYXNzaWMnOyBlbHNlIHJlYnJhbmRlZERuRENvcHlUcGxcIj57eyAodHJhbnNsYXRpb25Db250ZXh0ICsgJ0RSQUdfQU5EX0RST1BfT1InKSB8IHVpVHJhbnNsYXRlIDogbGFuZ3VhZ2UgfX1cbiAgICAgICAgICA8bGFiZWwgZm9yPVwiZmlsZURyb3BcIlxuICAgICAgICAgICAgICAgICBjbGFzcz1cInNlbWlib2xkXCI+IHt7ICh0cmFuc2xhdGlvbkNvbnRleHQgKyAnQlJPV1NFJykgfCB1aVRyYW5zbGF0ZSA6IGxhbmd1YWdlICAgfCBsb3dlcmNhc2UgfX08L2xhYmVsPiB7eyAodHJhbnNsYXRpb25Db250ZXh0ICsgJ1lPVVJfRklMRVMnKSB8IHVpVHJhbnNsYXRlIDogbGFuZ3VhZ2UgfX1cbiAgICAgICAgPC9wPlxuICAgICAgICA8c3BhbiBjbGFzcz1cInVwbG9hZC10ZXh0XCI+e3sgbWF4RmlsZVNpemVNQiB9fXt7ICh0cmFuc2xhdGlvbkNvbnRleHQgKyAnTUFYX1NJWkUnKSB8IHVpVHJhbnNsYXRlIDogbGFuZ3VhZ2UgfX08L3NwYW4+XG4gICAgICAgIDxzcGFuICpuZ0lmPVwibWluRmlsZVNpemVNQlwiIGNsYXNzPVwidXBsb2FkLXRleHRcIj57eyBtaW5GaWxlU2l6ZU1CIH19e3sgKHRyYW5zbGF0aW9uQ29udGV4dCArICdNSU5fU0laRScpIHwgdWlUcmFuc2xhdGUgOiBsYW5ndWFnZSB9fTwvc3Bhbj5cbiAgICAgIDwvZGl2PlxuICAgIDwvZGl2PlxuICAgIDxkaXYgY2xhc3M9XCJ1cGxvYWQtY2hhbmdlXCIgW0Bpbk91dEFuaW1hdGlvbkNoYW5nZV0gKm5nSWY9XCIhIXN1Y2Nlc3MgJiYgISFmaWxlICYmICEhcHJvZ3Jlc3NcIj5cbiAgICAgIDxuZy1jb250YWluZXIgW25nVGVtcGxhdGVPdXRsZXRdPVwiaWNvblRwbFwiPjwvbmctY29udGFpbmVyPlxuICAgICAgPGlucHV0XG4gICAgICAgIGNsYXNzPVwiZm9ybS1jb250cm9sXCJcbiAgICAgICAgI2ZpbGVEcm9wXG4gICAgICAgIHR5cGU9XCJmaWxlXCJcbiAgICAgICAgaWQ9XCJmaWxlRHJvcFwiXG4gICAgICAgIFthY2NlcHRdPVwic3VwcG9ydGVkRmlsZVR5cGVzXCJcbiAgICAgICAgKGNoYW5nZSk9XCJvbkNoYW5nZVVwbG9hZCgkZXZlbnQpXCJcbiAgICAgICAgW2Rpc2FibGVkXT1cImRpc2FibGVkXCJcbiAgICAgIC8+XG4gICAgICA8cFxuICAgICAgICAqbmdJZj1cImFwcGxpY2F0aW9uVGhlbWUgPT09ICdjbGFzc2ljJzsgZWxzZSByZWJyYW5kZWREbkRDb3B5VHBsXCI+e3sgKHRyYW5zbGF0aW9uQ29udGV4dCArICdEUkFHX0FORF9EUk9QX09SJykgfCB1aVRyYW5zbGF0ZSA6IGxhbmd1YWdlIH19Jm5ic3A7PGxhYmVsXG4gICAgICAgIGZvcj1cImZpbGVEcm9wXCJcbiAgICAgICAgY2xhc3M9XCJzZW1pYm9sZFwiPnt7ICh0cmFuc2xhdGlvbkNvbnRleHQgKyAnQ0hBTkdFJykgfCB1aVRyYW5zbGF0ZSA6IGxhbmd1YWdlIHwgbG93ZXJjYXNlIH19PC9sYWJlbD4ge3sgKHRyYW5zbGF0aW9uQ29udGV4dCArICdZT1VSX0ZJTEVTJykgfCB1aVRyYW5zbGF0ZSA6IGxhbmd1YWdlIH19XG4gICAgICA8L3A+XG4gICAgICA8c3BhbiBjbGFzcz1cInVwbG9hZC10ZXh0XCJcbiAgICAgID48c3Ryb25nPnt7IGZpbGUubmFtZSB9fTwvc3Ryb25nPjwvc3BhblxuICAgICAgPlxuICAgIDwvZGl2PlxuICAgIDxkaXYgY2xhc3M9XCJ1cGxvYWQtcHJvZ3Jlc3NcIiBbQGluT3V0QW5pbWF0aW9uUHJvZ3Jlc3NdICpuZ0lmPVwiISFwcm9ncmVzcyAmJiAhIWZpbGUgJiYgIXN1Y2Nlc3NcIj5cbiAgICAgIDxwPnt7IGZpbGUubmFtZSB9fTwvcD5cbiAgICAgIDx1aS1wcm9ncmVzcy1iYXIgW3Byb2dyZXNzXT1cInVwbG9hZFByb2dyZXNzXCJcbiAgICAgICAgICAgICAgICAgICAgICAgW2NvbXBhbnlDb2xvcl09XCJjb21wQ29sb3JcIlxuICAgICAgICAgICAgICAgICAgICAgICBbYXBwbGljYXRpb25UaGVtZV09XCJhcHBsaWNhdGlvblRoZW1lXCI+PC91aS1wcm9ncmVzcy1iYXI+XG4gICAgICA8cCBjbGFzcz1cInVwbG9hZC10ZXh0XCI+XG4gICAgICAgIHt7ICh0cmFuc2xhdGlvbkNvbnRleHQgKyAnVVBMT0FESU5HJykgfCB1aVRyYW5zbGF0ZSA6IGxhbmd1YWdlIH19IDxzcGFuPnt7IHVwbG9hZFByb2dyZXNzIH19PC9zcGFuXG4gICAgICA+JVxuICAgICAgPC9wPlxuICAgIDwvZGl2PlxuXG4gICAgPG5nLXRlbXBsYXRlICNpY29uVHBsPlxuICAgICAgPHVpLWljb24gKm5nSWY9XCJhcHBsaWNhdGlvblRoZW1lID09PSAnY2xhc3NpYyc7IGVsc2UgcmVicmFuZGVkSWNvblRwbFwiIGNsYXNzPVwidXBsb2FkLWljb25cIlxuICAgICAgICAgICAgICAgbmFtZT1cIkZpbGUtdXBsb2FkXCI+PC91aS1pY29uPlxuICAgICAgPG5nLXRlbXBsYXRlICNyZWJyYW5kZWRJY29uVHBsPlxuICAgICAgICA8dWktaWNvbiBjbGFzcz1cInVwbG9hZC1pY29uXCJcbiAgICAgICAgICAgICAgICAgbmFtZT1cIlVwbG9hZFwiXG4gICAgICAgICAgICAgICAgIFtzaXplXT1cIicyNCdcIlxuICAgICAgICAgICAgICAgICBbYXBwbGljYXRpb25UaGVtZV09XCJhcHBsaWNhdGlvblRoZW1lXCI+PC91aS1pY29uPlxuICAgICAgPC9uZy10ZW1wbGF0ZT5cbiAgICA8L25nLXRlbXBsYXRlPlxuICAgIDxuZy10ZW1wbGF0ZSAjcmVicmFuZGVkRG5EQ29weVRwbD5cbiAgICAgIDxwPnt7ICh0cmFuc2xhdGlvbkNvbnRleHQgKyAnRFJBR19BTkRfRFJPUCcpIHwgdWlUcmFuc2xhdGUgOiBsYW5ndWFnZSB9fTwvcD5cbiAgICA8L25nLXRlbXBsYXRlPlxuICA8L2Rpdj5cbiAgPGRpdlxuICAgICpuZ0lmPVwiISFzdXBwb3J0ZWRGaWxlVHlwZXNcIlxuICAgIFthdHRyLnRoZW1lXT1cImFwcGxpY2F0aW9uVGhlbWVcIlxuICAgIGNsYXNzPVwidXBsb2FkLXN1cHBvcnRlZC1maWxlc1wiPlxuICAgIDxzcGFuPnt7ICh0cmFuc2xhdGlvbkNvbnRleHQgKyAnU1VQUE9SVEVEX0ZJTEVfVFlQRVMnKSB8IHVpVHJhbnNsYXRlIDogbGFuZ3VhZ2UgfX08L3NwYW4+e3sgc3VwcG9ydGVkRmlsZVR5cGVzIH19XG4gIDwvZGl2PlxuPC9uZy1jb250YWluZXI+XG4iXX0=
|
|
@@ -1,40 +0,0 @@
|
|
|
1
|
-
import { CommonModule } from '@angular/common';
|
|
2
|
-
import { NgModule } from '@angular/core';
|
|
3
|
-
import { MatFormFieldModule } from '@angular/material/form-field';
|
|
4
|
-
import { MatInputModule } from '@angular/material/input';
|
|
5
|
-
import { DragDropDirective } from '../../directives/drag-drop.directive';
|
|
6
|
-
import { IconComponentModule } from '../icon/icon.component.module';
|
|
7
|
-
import { ProgressBarComponentModule } from '../progress-bar/progress-bar.component.module';
|
|
8
|
-
import { FileUploadComponent } from './file-upload.component';
|
|
9
|
-
import { UiTranslatePipe } from '../../pipes/ui-translate.pipe';
|
|
10
|
-
import * as i0 from "@angular/core";
|
|
11
|
-
export class FileUploadComponentModule {
|
|
12
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: FileUploadComponentModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
13
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.2.12", ngImport: i0, type: FileUploadComponentModule, declarations: [FileUploadComponent, DragDropDirective], imports: [CommonModule,
|
|
14
|
-
MatFormFieldModule,
|
|
15
|
-
MatInputModule,
|
|
16
|
-
IconComponentModule,
|
|
17
|
-
ProgressBarComponentModule,
|
|
18
|
-
UiTranslatePipe], exports: [FileUploadComponent] }); }
|
|
19
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: FileUploadComponentModule, imports: [CommonModule,
|
|
20
|
-
MatFormFieldModule,
|
|
21
|
-
MatInputModule,
|
|
22
|
-
IconComponentModule,
|
|
23
|
-
ProgressBarComponentModule] }); }
|
|
24
|
-
}
|
|
25
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: FileUploadComponentModule, decorators: [{
|
|
26
|
-
type: NgModule,
|
|
27
|
-
args: [{
|
|
28
|
-
declarations: [FileUploadComponent, DragDropDirective],
|
|
29
|
-
imports: [
|
|
30
|
-
CommonModule,
|
|
31
|
-
MatFormFieldModule,
|
|
32
|
-
MatInputModule,
|
|
33
|
-
IconComponentModule,
|
|
34
|
-
ProgressBarComponentModule,
|
|
35
|
-
UiTranslatePipe,
|
|
36
|
-
],
|
|
37
|
-
exports: [FileUploadComponent],
|
|
38
|
-
}]
|
|
39
|
-
}] });
|
|
40
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZmlsZS11cGxvYWQuY29tcG9uZW50Lm1vZHVsZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL3Rnby1jYW5vcHktdWkvY29tcG9uZW50cy9maWxlLXVwbG9hZC9maWxlLXVwbG9hZC5jb21wb25lbnQubW9kdWxlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxZQUFZLEVBQUUsTUFBTSxpQkFBaUIsQ0FBQztBQUMvQyxPQUFPLEVBQUUsUUFBUSxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQ3pDLE9BQU8sRUFBRSxrQkFBa0IsRUFBRSxNQUFNLDhCQUE4QixDQUFDO0FBQ2xFLE9BQU8sRUFBRSxjQUFjLEVBQUUsTUFBTSx5QkFBeUIsQ0FBQztBQUN6RCxPQUFPLEVBQUUsaUJBQWlCLEVBQUUsTUFBTSxzQ0FBc0MsQ0FBQztBQUN6RSxPQUFPLEVBQUUsbUJBQW1CLEVBQUUsTUFBTSwrQkFBK0IsQ0FBQztBQUNwRSxPQUFPLEVBQUUsMEJBQTBCLEVBQUUsTUFBTSwrQ0FBK0MsQ0FBQztBQUMzRixPQUFPLEVBQUUsbUJBQW1CLEVBQUUsTUFBTSx5QkFBeUIsQ0FBQztBQUM5RCxPQUFPLEVBQUUsZUFBZSxFQUFFLE1BQU0sK0JBQStCLENBQUM7O0FBY2hFLE1BQU0sT0FBTyx5QkFBeUI7K0dBQXpCLHlCQUF5QjtnSEFBekIseUJBQXlCLGlCQVhyQixtQkFBbUIsRUFBRSxpQkFBaUIsYUFFbkQsWUFBWTtZQUNaLGtCQUFrQjtZQUNsQixjQUFjO1lBQ2QsbUJBQW1CO1lBQ25CLDBCQUEwQjtZQUMxQixlQUFlLGFBRVAsbUJBQW1CO2dIQUVsQix5QkFBeUIsWUFUbEMsWUFBWTtZQUNaLGtCQUFrQjtZQUNsQixjQUFjO1lBQ2QsbUJBQW1CO1lBQ25CLDBCQUEwQjs7NEZBS2pCLHlCQUF5QjtrQkFackMsUUFBUTttQkFBQztvQkFDUixZQUFZLEVBQUUsQ0FBQyxtQkFBbUIsRUFBRSxpQkFBaUIsQ0FBQztvQkFDdEQsT0FBTyxFQUFFO3dCQUNQLFlBQVk7d0JBQ1osa0JBQWtCO3dCQUNsQixjQUFjO3dCQUNkLG1CQUFtQjt3QkFDbkIsMEJBQTBCO3dCQUMxQixlQUFlO3FCQUNoQjtvQkFDRCxPQUFPLEVBQUUsQ0FBQyxtQkFBbUIsQ0FBQztpQkFDL0IiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb21tb25Nb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb21tb24nO1xuaW1wb3J0IHsgTmdNb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IE1hdEZvcm1GaWVsZE1vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL21hdGVyaWFsL2Zvcm0tZmllbGQnO1xuaW1wb3J0IHsgTWF0SW5wdXRNb2R1bGUgfSBmcm9tICdAYW5ndWxhci9tYXRlcmlhbC9pbnB1dCc7XG5pbXBvcnQgeyBEcmFnRHJvcERpcmVjdGl2ZSB9IGZyb20gJy4uLy4uL2RpcmVjdGl2ZXMvZHJhZy1kcm9wLmRpcmVjdGl2ZSc7XG5pbXBvcnQgeyBJY29uQ29tcG9uZW50TW9kdWxlIH0gZnJvbSAnLi4vaWNvbi9pY29uLmNvbXBvbmVudC5tb2R1bGUnO1xuaW1wb3J0IHsgUHJvZ3Jlc3NCYXJDb21wb25lbnRNb2R1bGUgfSBmcm9tICcuLi9wcm9ncmVzcy1iYXIvcHJvZ3Jlc3MtYmFyLmNvbXBvbmVudC5tb2R1bGUnO1xuaW1wb3J0IHsgRmlsZVVwbG9hZENvbXBvbmVudCB9IGZyb20gJy4vZmlsZS11cGxvYWQuY29tcG9uZW50JztcbmltcG9ydCB7IFVpVHJhbnNsYXRlUGlwZSB9IGZyb20gJy4uLy4uL3BpcGVzL3VpLXRyYW5zbGF0ZS5waXBlJztcblxuQE5nTW9kdWxlKHtcbiAgZGVjbGFyYXRpb25zOiBbRmlsZVVwbG9hZENvbXBvbmVudCwgRHJhZ0Ryb3BEaXJlY3RpdmVdLFxuICBpbXBvcnRzOiBbXG4gICAgQ29tbW9uTW9kdWxlLFxuICAgIE1hdEZvcm1GaWVsZE1vZHVsZSxcbiAgICBNYXRJbnB1dE1vZHVsZSxcbiAgICBJY29uQ29tcG9uZW50TW9kdWxlLFxuICAgIFByb2dyZXNzQmFyQ29tcG9uZW50TW9kdWxlLFxuICAgIFVpVHJhbnNsYXRlUGlwZSxcbiAgXSxcbiAgZXhwb3J0czogW0ZpbGVVcGxvYWRDb21wb25lbnRdLFxufSlcbmV4cG9ydCBjbGFzcyBGaWxlVXBsb2FkQ29tcG9uZW50TW9kdWxlIHt9XG4iXX0=
|