@ascentgl/ads-ui 0.0.168 → 20.0.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/README.md +7 -7
- package/fesm2022/ascentgl-ads-ui-src-lib-components-avatar.mjs +8 -8
- package/fesm2022/ascentgl-ads-ui-src-lib-components-avatar.mjs.map +1 -1
- package/fesm2022/ascentgl-ads-ui-src-lib-components-buttons-button-container.mjs +8 -8
- package/fesm2022/ascentgl-ads-ui-src-lib-components-buttons-button-container.mjs.map +1 -1
- package/fesm2022/ascentgl-ads-ui-src-lib-components-drag-and-drop-list.mjs +8 -8
- package/fesm2022/ascentgl-ads-ui-src-lib-components-drag-and-drop-list.mjs.map +1 -1
- package/fesm2022/ascentgl-ads-ui-src-lib-components-error-page-error-page-code.mjs +7 -7
- package/fesm2022/ascentgl-ads-ui-src-lib-components-error-page-error-page-code.mjs.map +1 -1
- package/fesm2022/ascentgl-ads-ui-src-lib-components-footer-container.mjs +8 -8
- package/fesm2022/ascentgl-ads-ui-src-lib-components-footer-container.mjs.map +1 -1
- package/fesm2022/ascentgl-ads-ui-src-lib-components-footer.mjs +8 -8
- package/fesm2022/ascentgl-ads-ui-src-lib-components-footer.mjs.map +1 -1
- package/fesm2022/ascentgl-ads-ui-src-lib-components-header-container.mjs +8 -8
- package/fesm2022/ascentgl-ads-ui-src-lib-components-header-container.mjs.map +1 -1
- package/fesm2022/ascentgl-ads-ui-src-lib-components-header.mjs +8 -8
- package/fesm2022/ascentgl-ads-ui-src-lib-components-header.mjs.map +1 -1
- package/fesm2022/ascentgl-ads-ui-src-lib-components-logo-primary-logo.mjs +11 -11
- package/fesm2022/ascentgl-ads-ui-src-lib-components-logo-primary-logo.mjs.map +1 -1
- package/fesm2022/ascentgl-ads-ui-src-lib-components-progress-indicators-progress-bar.mjs +8 -8
- package/fesm2022/ascentgl-ads-ui-src-lib-components-progress-indicators-progress-bar.mjs.map +1 -1
- package/fesm2022/ascentgl-ads-ui-src-lib-components-progress-indicators-progress-indicator-spinner.mjs +8 -8
- package/fesm2022/ascentgl-ads-ui-src-lib-components-progress-indicators-progress-indicator-spinner.mjs.map +1 -1
- package/fesm2022/ascentgl-ads-ui-src-lib-components-progress-indicators-progress-spinner.mjs +8 -8
- package/fesm2022/ascentgl-ads-ui-src-lib-components-progress-indicators-progress-spinner.mjs.map +1 -1
- package/fesm2022/ascentgl-ads-ui-src-lib-components-shell-layout.mjs +8 -8
- package/fesm2022/ascentgl-ads-ui-src-lib-components-shell-layout.mjs.map +1 -1
- package/fesm2022/ascentgl-ads-ui-src-lib-components-splash-page.mjs +8 -8
- package/fesm2022/ascentgl-ads-ui-src-lib-components-splash-page.mjs.map +1 -1
- package/fesm2022/ascentgl-ads-ui-src-lib-components-tags-tag-container.mjs +8 -8
- package/fesm2022/ascentgl-ads-ui-src-lib-components-tags-tag-container.mjs.map +1 -1
- package/fesm2022/ascentgl-ads-ui.mjs +684 -968
- package/fesm2022/ascentgl-ads-ui.mjs.map +1 -1
- package/index.d.ts +2948 -74
- package/package.json +5 -5
- package/src/assets/sass/ads-ui/abstracts/_functions.scss +18 -18
- package/src/assets/sass/ads-ui/abstracts/_mixins.scss +90 -90
- package/src/assets/sass/ads-ui/abstracts/_variables.scss +125 -125
- package/src/assets/sass/ads-ui/base/_reset.scss +19 -19
- package/src/assets/sass/ads-ui/base/_typography.scss +179 -179
- package/src/assets/sass/ads-ui/base/_utilities.scss +104 -104
- package/src/assets/sass/ads-ui/main.scss +8 -8
- package/src/assets/sass/ads-ui/overrides/_angular-material.scss +8 -8
- package/src/assets/sass/ads-ui/overrides/angular-material/_bottom-sheet.scss +12 -12
- package/src/assets/sass/ads-ui/overrides/angular-material/_datetimepicker.scss +248 -248
- package/src/assets/sass/ads-ui/overrides/angular-material/_dropdown.scss +31 -31
- package/src/assets/sass/ads-ui/overrides/angular-material/_html.scss +14 -15
- package/src/assets/sass/ads-ui/overrides/angular-material/_mat-list.scss +47 -47
- package/src/assets/sass/ads-ui/overrides/angular-material/_menu.scss +89 -89
- package/src/assets/sass/ads-ui/overrides/angular-material/_search-dropdown-modal.scss +34 -34
- package/src/assets/sass/ads-ui/overrides/angular-material/_snackbar.scss +40 -40
- package/src/assets/sass/ads-ui/overrides/angular-material/_tooltip.scss +76 -76
- package/src/assets/sass/ads-ui/themes/_ads-palette.scss +98 -98
- package/src/lib/components/avatar/index.d.ts +42 -5
- package/src/lib/components/buttons/button-container/index.d.ts +19 -5
- package/src/lib/components/drag-and-drop-list/index.d.ts +93 -5
- package/src/lib/components/error-page/error-page-code/index.d.ts +15 -5
- package/src/lib/components/footer/container/index.d.ts +14 -5
- package/src/lib/components/footer/index.d.ts +45 -5
- package/src/lib/components/header/container/index.d.ts +18 -5
- package/src/lib/components/header/index.d.ts +14 -5
- package/src/lib/components/logo/primary-logo/index.d.ts +38 -5
- package/src/lib/components/progress-indicators/progress-bar/index.d.ts +58 -5
- package/src/lib/components/progress-indicators/progress-indicator-spinner/index.d.ts +50 -5
- package/src/lib/components/progress-indicators/progress-spinner/index.d.ts +50 -5
- package/src/lib/components/shell-layout/index.d.ts +23 -5
- package/src/lib/components/splash-page/index.d.ts +24 -5
- package/src/lib/components/tags/tag-container/index.d.ts +15 -5
- package/lib/components/avatar/avatar.component.d.ts +0 -30
- package/lib/components/avatar/avatar.module.d.ts +0 -9
- package/lib/components/avatar/avatar.types.d.ts +0 -1
- package/lib/components/avatar/index.d.ts +0 -1
- package/lib/components/avatar/public-api.d.ts +0 -2
- package/lib/components/badge/index.d.ts +0 -1
- package/lib/components/badge/numeric-badge.component.d.ts +0 -26
- package/lib/components/badge/numeric-badge.module.d.ts +0 -9
- package/lib/components/badge/public-api.d.ts +0 -2
- package/lib/components/brand-artifacts/bubble/bubble.component.d.ts +0 -26
- package/lib/components/brand-artifacts/bubble/bubble.module.d.ts +0 -9
- package/lib/components/brand-artifacts/bubble/index.d.ts +0 -1
- package/lib/components/brand-artifacts/bubble/public-api.d.ts +0 -2
- package/lib/components/breadcrumb/breadcrumb.component.d.ts +0 -12
- package/lib/components/breadcrumb/breadcrumb.module.d.ts +0 -11
- package/lib/components/breadcrumb/breadcrumb.type.d.ts +0 -4
- package/lib/components/breadcrumb/index.d.ts +0 -1
- package/lib/components/breadcrumb/public-api.d.ts +0 -3
- package/lib/components/buttons/button/button.component.d.ts +0 -17
- package/lib/components/buttons/button/button.module.d.ts +0 -9
- package/lib/components/buttons/button/index.d.ts +0 -1
- package/lib/components/buttons/button/public-api.d.ts +0 -2
- package/lib/components/buttons/button-container/button-container.component.d.ts +0 -9
- package/lib/components/buttons/button-container/button-container.module.d.ts +0 -8
- package/lib/components/buttons/button-container/index.d.ts +0 -1
- package/lib/components/buttons/button-container/public-api.d.ts +0 -2
- package/lib/components/buttons/icon-button/icon-button.component.d.ts +0 -20
- package/lib/components/buttons/icon-button/icon-button.module.d.ts +0 -10
- package/lib/components/buttons/icon-button/index.d.ts +0 -1
- package/lib/components/buttons/icon-button/public-api.d.ts +0 -2
- package/lib/components/buttons/link-button/index.d.ts +0 -1
- package/lib/components/buttons/link-button/link-button.component.d.ts +0 -9
- package/lib/components/buttons/link-button/link-button.module.d.ts +0 -10
- package/lib/components/buttons/link-button/public-api.d.ts +0 -2
- package/lib/components/card/card.component.d.ts +0 -20
- package/lib/components/card/card.module.d.ts +0 -8
- package/lib/components/card/index.d.ts +0 -1
- package/lib/components/card/public-api.d.ts +0 -2
- package/lib/components/chip/chip.component.d.ts +0 -27
- package/lib/components/chip/chip.module.d.ts +0 -9
- package/lib/components/chip/chip.types.d.ts +0 -4
- package/lib/components/chip/index.d.ts +0 -1
- package/lib/components/chip/public-api.d.ts +0 -2
- package/lib/components/divider/divider.component.d.ts +0 -25
- package/lib/components/divider/divider.module.d.ts +0 -8
- package/lib/components/divider/index.d.ts +0 -1
- package/lib/components/divider/public-api.d.ts +0 -2
- package/lib/components/drag-and-drop-list/dom.element.d.ts +0 -17
- package/lib/components/drag-and-drop-list/drag-and-drop-list.component.d.ts +0 -82
- package/lib/components/drag-and-drop-list/drag-and-drop-list.enums.d.ts +0 -8
- package/lib/components/drag-and-drop-list/drag-and-drop-list.module.d.ts +0 -8
- package/lib/components/drag-and-drop-list/dragged.placeholder.d.ts +0 -14
- package/lib/components/drag-and-drop-list/index.d.ts +0 -1
- package/lib/components/drag-and-drop-list/public-api.d.ts +0 -2
- package/lib/components/error-page/error-page-code/error-page-code.component.d.ts +0 -5
- package/lib/components/error-page/error-page-code/error-page-code.module.d.ts +0 -8
- package/lib/components/error-page/error-page-code/index.d.ts +0 -1
- package/lib/components/error-page/error-page-code/public-api.d.ts +0 -2
- package/lib/components/error-page/error-page.component.d.ts +0 -49
- package/lib/components/error-page/error-page.module.d.ts +0 -15
- package/lib/components/error-page/error-page.types.d.ts +0 -22
- package/lib/components/error-page/index.d.ts +0 -1
- package/lib/components/error-page/public-api.d.ts +0 -3
- package/lib/components/expansion-panel/expansion-panel.component.d.ts +0 -37
- package/lib/components/expansion-panel/expansion-panel.module.d.ts +0 -10
- package/lib/components/expansion-panel/index.d.ts +0 -1
- package/lib/components/expansion-panel/public-api.d.ts +0 -2
- package/lib/components/footer/container/footer-container.component.d.ts +0 -5
- package/lib/components/footer/container/footer-container.module.d.ts +0 -7
- package/lib/components/footer/container/index.d.ts +0 -1
- package/lib/components/footer/container/public-api.d.ts +0 -2
- package/lib/components/footer/footer.component.d.ts +0 -22
- package/lib/components/footer/footer.component.types.d.ts +0 -12
- package/lib/components/footer/footer.module.d.ts +0 -8
- package/lib/components/footer/index.d.ts +0 -1
- package/lib/components/footer/public-api.d.ts +0 -3
- package/lib/components/form-fields/abstracts/abstract.base.component.d.ts +0 -57
- package/lib/components/form-fields/abstracts/abstract.dropdown.component.d.ts +0 -44
- package/lib/components/form-fields/abstracts/abstract.input.component.d.ts +0 -26
- package/lib/components/form-fields/area/index.d.ts +0 -1
- package/lib/components/form-fields/area/public-api.d.ts +0 -2
- package/lib/components/form-fields/area/textarea.component.d.ts +0 -12
- package/lib/components/form-fields/area/textarea.module.d.ts +0 -17
- package/lib/components/form-fields/common/dropdown-option-template.directive.d.ts +0 -11
- package/lib/components/form-fields/common/error/error.component.d.ts +0 -7
- package/lib/components/form-fields/common/hint/hint.component.d.ts +0 -11
- package/lib/components/form-fields/common/input.tooltip.component.d.ts +0 -12
- package/lib/components/form-fields/common/success/success.component.d.ts +0 -7
- package/lib/components/form-fields/datepickers/date-picker/datepicker.component.d.ts +0 -24
- package/lib/components/form-fields/datepickers/date-picker/datepicker.module.d.ts +0 -22
- package/lib/components/form-fields/datepickers/date-picker/index.d.ts +0 -1
- package/lib/components/form-fields/datepickers/date-picker/public-api.d.ts +0 -2
- package/lib/components/form-fields/datepickers/datetime-picker/custom-datetime-format.d.ts +0 -18
- package/lib/components/form-fields/datepickers/datetime-picker/custom-datetime.adapter.d.ts +0 -11
- package/lib/components/form-fields/datepickers/datetime-picker/datetime-picker-format-directive.d.ts +0 -22
- package/lib/components/form-fields/datepickers/datetime-picker/datetime-template.formatter.d.ts +0 -13
- package/lib/components/form-fields/datepickers/datetime-picker/datetimepicker.component.d.ts +0 -119
- package/lib/components/form-fields/datepickers/datetime-picker/datetimepicker.module.d.ts +0 -21
- package/lib/components/form-fields/datepickers/datetime-picker/index.d.ts +0 -1
- package/lib/components/form-fields/datepickers/datetime-picker/public-api.d.ts +0 -2
- package/lib/components/form-fields/datepickers/time-picker/index.d.ts +0 -1
- package/lib/components/form-fields/datepickers/time-picker/public-api.d.ts +0 -2
- package/lib/components/form-fields/datepickers/time-picker/timepicker.component.d.ts +0 -26
- package/lib/components/form-fields/datepickers/time-picker/timepicker.module.d.ts +0 -22
- package/lib/components/form-fields/dropdowns/dropdown/dropdown.component.d.ts +0 -72
- package/lib/components/form-fields/dropdowns/dropdown/dropdown.module.d.ts +0 -21
- package/lib/components/form-fields/dropdowns/dropdown/index.d.ts +0 -1
- package/lib/components/form-fields/dropdowns/dropdown/public-api.d.ts +0 -2
- package/lib/components/form-fields/dropdowns/input-dropdown/index.d.ts +0 -1
- package/lib/components/form-fields/dropdowns/input-dropdown/input-dropdown.component.d.ts +0 -59
- package/lib/components/form-fields/dropdowns/input-dropdown/input-dropdown.module.d.ts +0 -21
- package/lib/components/form-fields/dropdowns/input-dropdown/public-api.d.ts +0 -2
- package/lib/components/form-fields/dropdowns/multi-select-dropdown/index.d.ts +0 -1
- package/lib/components/form-fields/dropdowns/multi-select-dropdown/multi-select-dropdown.component.d.ts +0 -26
- package/lib/components/form-fields/dropdowns/multi-select-dropdown/multi-select-dropdown.module.d.ts +0 -21
- package/lib/components/form-fields/dropdowns/multi-select-dropdown/public-api.d.ts +0 -2
- package/lib/components/form-fields/input/index.d.ts +0 -1
- package/lib/components/form-fields/input/input.component.d.ts +0 -52
- package/lib/components/form-fields/input/input.module.d.ts +0 -19
- package/lib/components/form-fields/input/public-api.d.ts +0 -2
- package/lib/components/form-fields/international-phone-field/canadian-area-codes.d.ts +0 -1
- package/lib/components/form-fields/international-phone-field/index.d.ts +0 -1
- package/lib/components/form-fields/international-phone-field/international-phone-field.component.d.ts +0 -53
- package/lib/components/form-fields/international-phone-field/international-phone-field.module.d.ts +0 -15
- package/lib/components/form-fields/international-phone-field/public-api.d.ts +0 -2
- package/lib/components/form-fields/phone-field/index.d.ts +0 -1
- package/lib/components/form-fields/phone-field/phone-field.component.d.ts +0 -25
- package/lib/components/form-fields/phone-field/phone-field.module.d.ts +0 -10
- package/lib/components/form-fields/phone-field/public-api.d.ts +0 -2
- package/lib/components/form-fields/search-fields/search-dropdown/index.d.ts +0 -1
- package/lib/components/form-fields/search-fields/search-dropdown/public-api.d.ts +0 -2
- package/lib/components/form-fields/search-fields/search-dropdown/search-dropdown-highlighter.pipe.d.ts +0 -13
- package/lib/components/form-fields/search-fields/search-dropdown/search-dropdown.component.d.ts +0 -197
- package/lib/components/form-fields/search-fields/search-dropdown/search-dropdown.component.types.d.ts +0 -10
- package/lib/components/form-fields/search-fields/search-dropdown/search-dropdown.module.d.ts +0 -21
- package/lib/components/form-fields/search-fields/search-input/index.d.ts +0 -1
- package/lib/components/form-fields/search-fields/search-input/public-api.d.ts +0 -2
- package/lib/components/form-fields/search-fields/search-input/search-input.component.d.ts +0 -21
- package/lib/components/form-fields/search-fields/search-input/search-input.module.d.ts +0 -20
- package/lib/components/form-fields/selection-fields/checkbox/checkbox.component.d.ts +0 -21
- package/lib/components/form-fields/selection-fields/checkbox/checkbox.module.d.ts +0 -13
- package/lib/components/form-fields/selection-fields/checkbox/index.d.ts +0 -1
- package/lib/components/form-fields/selection-fields/checkbox/public-api.d.ts +0 -2
- package/lib/components/form-fields/selection-fields/radio-button/index.d.ts +0 -1
- package/lib/components/form-fields/selection-fields/radio-button/public-api.d.ts +0 -2
- package/lib/components/form-fields/selection-fields/radio-button/radio-button.component.d.ts +0 -28
- package/lib/components/form-fields/selection-fields/radio-button/radio-button.module.d.ts +0 -17
- package/lib/components/form-fields/selection-fields/slide-toggle/index.d.ts +0 -1
- package/lib/components/form-fields/selection-fields/slide-toggle/public-api.d.ts +0 -2
- package/lib/components/form-fields/selection-fields/slide-toggle/slide-toggle.component.d.ts +0 -23
- package/lib/components/form-fields/selection-fields/slide-toggle/slide-toggle.module.d.ts +0 -13
- package/lib/components/form-fields/selection-fields/slider/index.d.ts +0 -1
- package/lib/components/form-fields/selection-fields/slider/public-api.d.ts +0 -2
- package/lib/components/form-fields/selection-fields/slider/slider.component.d.ts +0 -20
- package/lib/components/form-fields/selection-fields/slider/slider.module.d.ts +0 -14
- package/lib/components/form-fields/time-field/index.d.ts +0 -1
- package/lib/components/form-fields/time-field/public-api.d.ts +0 -2
- package/lib/components/form-fields/time-field/time-field.component.d.ts +0 -37
- package/lib/components/form-fields/time-field/time-field.module.d.ts +0 -14
- package/lib/components/general/color-palette/colors.enums.d.ts +0 -38
- package/lib/components/general/color-palette/index.d.ts +0 -1
- package/lib/components/general/color-palette/public-api.d.ts +0 -1
- package/lib/components/header/container/header-container.component.d.ts +0 -9
- package/lib/components/header/container/header-container.module.d.ts +0 -7
- package/lib/components/header/container/index.d.ts +0 -1
- package/lib/components/header/container/public-api.d.ts +0 -2
- package/lib/components/header/header.component.d.ts +0 -5
- package/lib/components/header/header.module.d.ts +0 -7
- package/lib/components/header/index.d.ts +0 -1
- package/lib/components/header/org-display-text/index.d.ts +0 -1
- package/lib/components/header/org-display-text/org-display-text.component.d.ts +0 -13
- package/lib/components/header/org-display-text/org-display-text.module.d.ts +0 -8
- package/lib/components/header/org-display-text/public-api.d.ts +0 -2
- package/lib/components/header/public-api.d.ts +0 -2
- package/lib/components/icon-hover/icon-hover.component.d.ts +0 -23
- package/lib/components/icon-hover/icon-hover.module.d.ts +0 -7
- package/lib/components/icon-hover/index.d.ts +0 -1
- package/lib/components/icon-hover/public-api.d.ts +0 -2
- package/lib/components/logo/ascent-logo/ascent-logo.component.d.ts +0 -27
- package/lib/components/logo/ascent-logo/ascent-logo.module.d.ts +0 -8
- package/lib/components/logo/ascent-logo/index.d.ts +0 -1
- package/lib/components/logo/ascent-logo/public-api.d.ts +0 -2
- package/lib/components/logo/peak-essentials-logo/index.d.ts +0 -1
- package/lib/components/logo/peak-essentials-logo/peak-essentials-logo.component.d.ts +0 -7
- package/lib/components/logo/peak-essentials-logo/peak-essentials-logo.module.d.ts +0 -9
- package/lib/components/logo/peak-essentials-logo/public-api.d.ts +0 -2
- package/lib/components/logo/peak-marketplace-logo/index.d.ts +0 -1
- package/lib/components/logo/peak-marketplace-logo/peak-marketplace-logo.component.d.ts +0 -7
- package/lib/components/logo/peak-marketplace-logo/peak-marketplace-logo.module.d.ts +0 -9
- package/lib/components/logo/peak-marketplace-logo/public-api.d.ts +0 -2
- package/lib/components/logo/peak-order-management-logo/index.d.ts +0 -1
- package/lib/components/logo/peak-order-management-logo/peak-order-management-logo.component.d.ts +0 -7
- package/lib/components/logo/peak-order-management-logo/peak-order-management-logo.module.d.ts +0 -9
- package/lib/components/logo/peak-order-management-logo/public-api.d.ts +0 -2
- package/lib/components/logo/primary-logo/abstract-logo-component.d.ts +0 -22
- package/lib/components/logo/primary-logo/index.d.ts +0 -1
- package/lib/components/logo/primary-logo/primary-logo.component.d.ts +0 -7
- package/lib/components/logo/primary-logo/primary-logo.module.d.ts +0 -8
- package/lib/components/logo/primary-logo/public-api.d.ts +0 -2
- package/lib/components/logo/scms-logo/abstract-application-logo.component.d.ts +0 -7
- package/lib/components/logo/scms-logo/index.d.ts +0 -1
- package/lib/components/logo/scms-logo/public-api.d.ts +0 -2
- package/lib/components/logo/scms-logo/scms-logo.component.d.ts +0 -7
- package/lib/components/logo/scms-logo/scms-logo.module.d.ts +0 -9
- package/lib/components/modal/index.d.ts +0 -1
- package/lib/components/modal/modal.component.d.ts +0 -64
- package/lib/components/modal/modal.module.d.ts +0 -11
- package/lib/components/modal/public-api.d.ts +0 -2
- package/lib/components/nav-bar/horizontal-nav-bar/horizontal-nav-bar.component.d.ts +0 -21
- package/lib/components/nav-bar/horizontal-nav-bar/horizontal-nav-bar.module.d.ts +0 -9
- package/lib/components/nav-bar/horizontal-nav-bar/index.d.ts +0 -1
- package/lib/components/nav-bar/horizontal-nav-bar/public-api.d.ts +0 -2
- package/lib/components/nav-bar/main-menu/index.d.ts +0 -1
- package/lib/components/nav-bar/main-menu/main-menu-bottom-sheet/main-menu-bottom-sheet.component.d.ts +0 -15
- package/lib/components/nav-bar/main-menu/main-menu-items/main-menu-items.component.d.ts +0 -11
- package/lib/components/nav-bar/main-menu/main-menu-items/main-menu-items.module.d.ts +0 -12
- package/lib/components/nav-bar/main-menu/main-menu.component.d.ts +0 -57
- package/lib/components/nav-bar/main-menu/main-menu.module.d.ts +0 -15
- package/lib/components/nav-bar/main-menu/main-menu.service.d.ts +0 -9
- package/lib/components/nav-bar/main-menu/main-menu.types.d.ts +0 -8
- package/lib/components/nav-bar/main-menu/profile-display/profile-display.component.d.ts +0 -15
- package/lib/components/nav-bar/main-menu/profile-display/profile-display.module.d.ts +0 -10
- package/lib/components/nav-bar/main-menu/public-api.d.ts +0 -4
- package/lib/components/nav-bar/nav-menu/index.d.ts +0 -1
- package/lib/components/nav-bar/nav-menu/nav-menu.component.d.ts +0 -23
- package/lib/components/nav-bar/nav-menu/nav-menu.module.d.ts +0 -11
- package/lib/components/nav-bar/nav-menu/nav-menu.types.d.ts +0 -11
- package/lib/components/nav-bar/nav-menu/public-api.d.ts +0 -3
- package/lib/components/nav-bar/scms-side-nav-bar/index.d.ts +0 -1
- package/lib/components/nav-bar/scms-side-nav-bar/public-api.d.ts +0 -3
- package/lib/components/nav-bar/scms-side-nav-bar/scms-nav-item.types.d.ts +0 -13
- package/lib/components/nav-bar/scms-side-nav-bar/scms-side-nav-bar.component.d.ts +0 -44
- package/lib/components/nav-bar/scms-side-nav-bar/scms-side-nav-bar.module.d.ts +0 -19
- package/lib/components/nav-bar/side-nav-bar/abstract-side-nav-bar.component.d.ts +0 -46
- package/lib/components/nav-bar/side-nav-bar/index.d.ts +0 -1
- package/lib/components/nav-bar/side-nav-bar/nav-item.types.d.ts +0 -6
- package/lib/components/nav-bar/side-nav-bar/public-api.d.ts +0 -3
- package/lib/components/nav-bar/side-nav-bar/side-nav-bar.component.d.ts +0 -27
- package/lib/components/nav-bar/side-nav-bar/side-nav-bar.module.d.ts +0 -12
- package/lib/components/progress-indicators/progress-bar/index.d.ts +0 -1
- package/lib/components/progress-indicators/progress-bar/progress-bar.component.d.ts +0 -48
- package/lib/components/progress-indicators/progress-bar/progress-bar.module.d.ts +0 -9
- package/lib/components/progress-indicators/progress-bar/public-api.d.ts +0 -2
- package/lib/components/progress-indicators/progress-indicator-spinner/index.d.ts +0 -1
- package/lib/components/progress-indicators/progress-indicator-spinner/progress-indicator-spinner.component.d.ts +0 -33
- package/lib/components/progress-indicators/progress-indicator-spinner/progress-indicator-spinner.module.d.ts +0 -9
- package/lib/components/progress-indicators/progress-indicator-spinner/progress-indicator-spinner.types.d.ts +0 -6
- package/lib/components/progress-indicators/progress-indicator-spinner/public-api.d.ts +0 -2
- package/lib/components/progress-indicators/progress-spinner/index.d.ts +0 -1
- package/lib/components/progress-indicators/progress-spinner/progress-spinner.component.d.ts +0 -37
- package/lib/components/progress-indicators/progress-spinner/progress-spinner.module.d.ts +0 -11
- package/lib/components/progress-indicators/progress-spinner/public-api.d.ts +0 -2
- package/lib/components/shell-layout/index.d.ts +0 -1
- package/lib/components/shell-layout/navigation/components/navigation-collapse-handle/index.d.ts +0 -1
- package/lib/components/shell-layout/navigation/components/navigation-collapse-handle/navigation-collapse-handle.component.d.ts +0 -31
- package/lib/components/shell-layout/navigation/components/navigation-collapse-handle/navigation-collapse-handle.module.d.ts +0 -8
- package/lib/components/shell-layout/navigation/components/navigation-collapse-handle/public-api.d.ts +0 -2
- package/lib/components/shell-layout/navigation/components/navigation-header/index.d.ts +0 -1
- package/lib/components/shell-layout/navigation/components/navigation-header/navigation-header.component.d.ts +0 -13
- package/lib/components/shell-layout/navigation/components/navigation-header/navigation-header.module.d.ts +0 -7
- package/lib/components/shell-layout/navigation/components/navigation-header/public-api.d.ts +0 -2
- package/lib/components/shell-layout/navigation/components/navigation-item/index.d.ts +0 -1
- package/lib/components/shell-layout/navigation/components/navigation-item/navigation-item.component.d.ts +0 -48
- package/lib/components/shell-layout/navigation/components/navigation-item/navigation-item.module.d.ts +0 -11
- package/lib/components/shell-layout/navigation/components/navigation-item/public-api.d.ts +0 -2
- package/lib/components/shell-layout/navigation/components/navigation-items-container/index.d.ts +0 -1
- package/lib/components/shell-layout/navigation/components/navigation-items-container/navigation-items-container.component.d.ts +0 -5
- package/lib/components/shell-layout/navigation/components/navigation-items-container/navigation-items-container.module.d.ts +0 -7
- package/lib/components/shell-layout/navigation/components/navigation-items-container/public-api.d.ts +0 -2
- package/lib/components/shell-layout/navigation/index.d.ts +0 -1
- package/lib/components/shell-layout/navigation/navigation.component.d.ts +0 -13
- package/lib/components/shell-layout/navigation/navigation.module.d.ts +0 -7
- package/lib/components/shell-layout/navigation/public-api.d.ts +0 -2
- package/lib/components/shell-layout/public-api.d.ts +0 -2
- package/lib/components/shell-layout/shell-layout.component.d.ts +0 -13
- package/lib/components/shell-layout/shell-layout.module.d.ts +0 -8
- package/lib/components/snackbars/snackbar/index.d.ts +0 -1
- package/lib/components/snackbars/snackbar/public-api.d.ts +0 -2
- package/lib/components/snackbars/snackbar/snackbar.component.d.ts +0 -36
- package/lib/components/snackbars/snackbar/snackbar.module.d.ts +0 -10
- package/lib/components/splash-page/index.d.ts +0 -1
- package/lib/components/splash-page/public-api.d.ts +0 -2
- package/lib/components/splash-page/splash-page.component.d.ts +0 -14
- package/lib/components/splash-page/splash-page.module.d.ts +0 -8
- package/lib/components/steppers/numeric-stepper/components/numeric-step.component.d.ts +0 -11
- package/lib/components/steppers/numeric-stepper/index.d.ts +0 -1
- package/lib/components/steppers/numeric-stepper/numeric-step.type.d.ts +0 -8
- package/lib/components/steppers/numeric-stepper/numeric-stepper.component.d.ts +0 -10
- package/lib/components/steppers/numeric-stepper/numeric-stepper.module.d.ts +0 -10
- package/lib/components/steppers/numeric-stepper/public-api.d.ts +0 -3
- package/lib/components/steppers/stepper/index.d.ts +0 -1
- package/lib/components/steppers/stepper/public-api.d.ts +0 -3
- package/lib/components/steppers/stepper/step.type.d.ts +0 -8
- package/lib/components/steppers/stepper/stepper.component.d.ts +0 -21
- package/lib/components/steppers/stepper/stepper.module.d.ts +0 -10
- package/lib/components/steppers/wizard-stepper/index.d.ts +0 -1
- package/lib/components/steppers/wizard-stepper/public-api.d.ts +0 -3
- package/lib/components/steppers/wizard-stepper/wizard-step.type.d.ts +0 -11
- package/lib/components/steppers/wizard-stepper/wizard-stepper.component.d.ts +0 -29
- package/lib/components/steppers/wizard-stepper/wizard-stepper.module.d.ts +0 -10
- package/lib/components/table/index.d.ts +0 -1
- package/lib/components/table/public-api.d.ts +0 -2
- package/lib/components/table/table.component.d.ts +0 -67
- package/lib/components/table/table.module.d.ts +0 -10
- package/lib/components/tabs/index.d.ts +0 -1
- package/lib/components/tabs/public-api.d.ts +0 -2
- package/lib/components/tabs/tabs.component.d.ts +0 -14
- package/lib/components/tabs/tabs.module.d.ts +0 -9
- package/lib/components/tags/create-tag/create-tag.component.d.ts +0 -92
- package/lib/components/tags/create-tag/create-tag.module.d.ts +0 -15
- package/lib/components/tags/create-tag/index.d.ts +0 -1
- package/lib/components/tags/create-tag/public-api.d.ts +0 -2
- package/lib/components/tags/tag/index.d.ts +0 -1
- package/lib/components/tags/tag/public-api.d.ts +0 -3
- package/lib/components/tags/tag/tag.component.d.ts +0 -34
- package/lib/components/tags/tag/tag.module.d.ts +0 -9
- package/lib/components/tags/tag/tag.types.d.ts +0 -6
- package/lib/components/tags/tag-container/index.d.ts +0 -1
- package/lib/components/tags/tag-container/public-api.d.ts +0 -2
- package/lib/components/tags/tag-container/tag-container.component.d.ts +0 -5
- package/lib/components/tags/tag-container/tag-container.module.d.ts +0 -8
- package/lib/services/viewport/viewport.service.d.ts +0 -22
- package/lib/services/viewport/viewport.service.interface.d.ts +0 -6
- package/lib/services/window/abstract-window-resize.component.d.ts +0 -10
- package/lib/services/window/window.service.d.ts +0 -12
- package/lib/services/window/window.service.interface.d.ts +0 -7
- package/src/lib/components/avatar/avatar.component.d.ts +0 -30
- package/src/lib/components/avatar/avatar.module.d.ts +0 -9
- package/src/lib/components/avatar/avatar.types.d.ts +0 -1
- package/src/lib/components/avatar/public-api.d.ts +0 -2
- package/src/lib/components/buttons/button-container/button-container.component.d.ts +0 -9
- package/src/lib/components/buttons/button-container/button-container.module.d.ts +0 -8
- package/src/lib/components/buttons/button-container/public-api.d.ts +0 -2
- package/src/lib/components/drag-and-drop-list/dom.element.d.ts +0 -17
- package/src/lib/components/drag-and-drop-list/drag-and-drop-list.component.d.ts +0 -82
- package/src/lib/components/drag-and-drop-list/drag-and-drop-list.enums.d.ts +0 -8
- package/src/lib/components/drag-and-drop-list/drag-and-drop-list.module.d.ts +0 -8
- package/src/lib/components/drag-and-drop-list/dragged.placeholder.d.ts +0 -14
- package/src/lib/components/drag-and-drop-list/public-api.d.ts +0 -2
- package/src/lib/components/error-page/error-page-code/error-page-code.component.d.ts +0 -5
- package/src/lib/components/error-page/error-page-code/error-page-code.module.d.ts +0 -8
- package/src/lib/components/error-page/error-page-code/public-api.d.ts +0 -2
- package/src/lib/components/footer/container/footer-container.component.d.ts +0 -5
- package/src/lib/components/footer/container/footer-container.module.d.ts +0 -7
- package/src/lib/components/footer/container/public-api.d.ts +0 -2
- package/src/lib/components/footer/footer.component.d.ts +0 -22
- package/src/lib/components/footer/footer.component.types.d.ts +0 -12
- package/src/lib/components/footer/footer.module.d.ts +0 -8
- package/src/lib/components/footer/public-api.d.ts +0 -3
- package/src/lib/components/header/container/header-container.component.d.ts +0 -9
- package/src/lib/components/header/container/header-container.module.d.ts +0 -7
- package/src/lib/components/header/container/public-api.d.ts +0 -2
- package/src/lib/components/header/header.component.d.ts +0 -5
- package/src/lib/components/header/header.module.d.ts +0 -7
- package/src/lib/components/header/public-api.d.ts +0 -2
- package/src/lib/components/logo/primary-logo/abstract-logo-component.d.ts +0 -22
- package/src/lib/components/logo/primary-logo/primary-logo.component.d.ts +0 -7
- package/src/lib/components/logo/primary-logo/primary-logo.module.d.ts +0 -8
- package/src/lib/components/logo/primary-logo/public-api.d.ts +0 -2
- package/src/lib/components/progress-indicators/progress-bar/progress-bar.component.d.ts +0 -48
- package/src/lib/components/progress-indicators/progress-bar/progress-bar.module.d.ts +0 -9
- package/src/lib/components/progress-indicators/progress-bar/public-api.d.ts +0 -2
- package/src/lib/components/progress-indicators/progress-indicator-spinner/progress-indicator-spinner.component.d.ts +0 -33
- package/src/lib/components/progress-indicators/progress-indicator-spinner/progress-indicator-spinner.module.d.ts +0 -9
- package/src/lib/components/progress-indicators/progress-indicator-spinner/progress-indicator-spinner.types.d.ts +0 -6
- package/src/lib/components/progress-indicators/progress-indicator-spinner/public-api.d.ts +0 -2
- package/src/lib/components/progress-indicators/progress-spinner/progress-spinner.component.d.ts +0 -37
- package/src/lib/components/progress-indicators/progress-spinner/progress-spinner.module.d.ts +0 -11
- package/src/lib/components/progress-indicators/progress-spinner/public-api.d.ts +0 -2
- package/src/lib/components/shell-layout/public-api.d.ts +0 -2
- package/src/lib/components/shell-layout/shell-layout.component.d.ts +0 -13
- package/src/lib/components/shell-layout/shell-layout.module.d.ts +0 -8
- package/src/lib/components/splash-page/public-api.d.ts +0 -2
- package/src/lib/components/splash-page/splash-page.component.d.ts +0 -14
- package/src/lib/components/splash-page/splash-page.module.d.ts +0 -8
- package/src/lib/components/tags/tag-container/public-api.d.ts +0 -2
- package/src/lib/components/tags/tag-container/tag-container.component.d.ts +0 -5
- package/src/lib/components/tags/tag-container/tag-container.module.d.ts +0 -8
package/lib/components/form-fields/datepickers/datetime-picker/datetimepicker.component.d.ts
DELETED
|
@@ -1,119 +0,0 @@
|
|
|
1
|
-
import { OnInit, OnDestroy, SimpleChange, OnChanges, ElementRef } from '@angular/core';
|
|
2
|
-
import { AbstractInputComponent } from '../../abstracts/abstract.input.component';
|
|
3
|
-
import { FormControl, FormControlStatus } from '@angular/forms';
|
|
4
|
-
import { MatDatetimepickerType } from '@mat-datetimepicker/core/datetimepicker/datetimepicker-type';
|
|
5
|
-
import { GENERIC_COLLECTION } from '@ascentgl/ads-utils';
|
|
6
|
-
import { MatDatetimepickerComponent, MatDatetimepickerInputEvent } from '@mat-datetimepicker/core';
|
|
7
|
-
import { MatCalendarView } from '@mat-datetimepicker/core/datetimepicker/calendar';
|
|
8
|
-
import * as i0 from "@angular/core";
|
|
9
|
-
export declare class AdsDatetimepickerComponent extends AbstractInputComponent implements OnChanges, OnInit, OnDestroy {
|
|
10
|
-
/** @ignore */
|
|
11
|
-
picker?: MatDatetimepickerComponent<unknown>;
|
|
12
|
-
/** Choose between 12 and 24 hour time input mode. NOTE: twelveHour=true may have minor issues when allowPastValues=false */
|
|
13
|
-
twelveHour: boolean;
|
|
14
|
-
/** Set time offset relative to GMT. If parameter is omitted offset will be calculated based on browser info */
|
|
15
|
-
offset?: number;
|
|
16
|
-
/** Allow or forbid choosing date values from the past */
|
|
17
|
-
allowPastValues: boolean;
|
|
18
|
-
/** Set to inputting value manually */
|
|
19
|
-
allowManualInput: boolean;
|
|
20
|
-
/** Whether to use key shortcuts ("y", "n", "t") for setting the value */
|
|
21
|
-
useShortcuts: boolean;
|
|
22
|
-
/** Set to use custom display format, overriding the one, provided by locale */
|
|
23
|
-
overrideDisplayFormat: boolean;
|
|
24
|
-
/** Show or hide time picker */
|
|
25
|
-
showTimePicker: boolean;
|
|
26
|
-
/** if overrideDisplayFormat=true, this display format will be used */
|
|
27
|
-
customDisplayFormat: string;
|
|
28
|
-
/** @ignore */
|
|
29
|
-
input?: ElementRef;
|
|
30
|
-
/** @ignore */
|
|
31
|
-
customDisplayFormatOverride: GENERIC_COLLECTION;
|
|
32
|
-
/** @ignore */
|
|
33
|
-
type: MatDatetimepickerType;
|
|
34
|
-
/** @ignore */
|
|
35
|
-
minDate?: string;
|
|
36
|
-
/** @ignore */
|
|
37
|
-
protected shortcuts: GENERIC_COLLECTION;
|
|
38
|
-
/** @ignore */
|
|
39
|
-
protected readonly defaultErrorMessages: GENERIC_COLLECTION<string>;
|
|
40
|
-
/** @ignore */
|
|
41
|
-
private subscriptions;
|
|
42
|
-
/** @ignore */
|
|
43
|
-
private isDisplayValueChangeRegistered;
|
|
44
|
-
private cdr;
|
|
45
|
-
private templateFormatter;
|
|
46
|
-
constructor();
|
|
47
|
-
/** @ignore */
|
|
48
|
-
ngOnInit(): void;
|
|
49
|
-
/** @ignore */
|
|
50
|
-
ngOnChanges(changes: {
|
|
51
|
-
customDisplayFormat: SimpleChange;
|
|
52
|
-
offset: SimpleChange;
|
|
53
|
-
showTimePicker: SimpleChange;
|
|
54
|
-
immediateValidation: SimpleChange;
|
|
55
|
-
}): void;
|
|
56
|
-
/** @ignore */
|
|
57
|
-
ngOnDestroy(): void;
|
|
58
|
-
/** @ignore */
|
|
59
|
-
toggle(event: MouseEvent): void;
|
|
60
|
-
/** @ignore */
|
|
61
|
-
get showExclamation(): boolean;
|
|
62
|
-
get canClear(): boolean;
|
|
63
|
-
/** @ignore */
|
|
64
|
-
canShowError(): boolean;
|
|
65
|
-
/** @ignore */
|
|
66
|
-
displayFirstError(control?: FormControl): string;
|
|
67
|
-
/** @ignore */
|
|
68
|
-
onKeyDown(event: KeyboardEvent): void;
|
|
69
|
-
/** @ignore */
|
|
70
|
-
touchControls(): void;
|
|
71
|
-
/** @ignore */
|
|
72
|
-
clear(event: MouseEvent): void;
|
|
73
|
-
/** @ignore */
|
|
74
|
-
mousedown(event: MouseEvent): void;
|
|
75
|
-
/** @ignore */
|
|
76
|
-
onOpened(): void;
|
|
77
|
-
/** @ignore */
|
|
78
|
-
onClosed(): void;
|
|
79
|
-
/** @ignore */
|
|
80
|
-
onChanged(event: MatDatetimepickerInputEvent<string> | string | null): void;
|
|
81
|
-
onViewChanged(view: MatCalendarView): void;
|
|
82
|
-
/** @ignore */
|
|
83
|
-
protected touchInvalid(control: FormControl): void;
|
|
84
|
-
/** @ignore */
|
|
85
|
-
protected applyCustomFormat(): void;
|
|
86
|
-
/** @ignore */
|
|
87
|
-
protected setControlValue(control: FormControl, value?: string | null, emitEvent?: boolean): void;
|
|
88
|
-
/** @ignore */
|
|
89
|
-
protected onSyncDisplayedValue(valueToApply?: string): void;
|
|
90
|
-
/** @ignore */
|
|
91
|
-
protected onDisplayedValueChange(value: Date | null): void;
|
|
92
|
-
/** @ignore */
|
|
93
|
-
protected displayedValueToControlValue(value: Date): string;
|
|
94
|
-
/** @ignore */
|
|
95
|
-
protected setMinValue(): void;
|
|
96
|
-
/** @ignore */
|
|
97
|
-
protected addOffset(date: Date, offset: number): Date;
|
|
98
|
-
/** @ignore */
|
|
99
|
-
protected removeOffset(date: Date, offset: number): Date;
|
|
100
|
-
/** @ignore */
|
|
101
|
-
protected getActualDateOffset(value?: Date): number;
|
|
102
|
-
/** @ignore */
|
|
103
|
-
protected getRequiredOffset(value?: Date): number;
|
|
104
|
-
/** @ignore */
|
|
105
|
-
protected createDate(daysShift?: number): Date;
|
|
106
|
-
protected syncState(status?: FormControlStatus): void;
|
|
107
|
-
/** @ignore */
|
|
108
|
-
private setupSubscriptions;
|
|
109
|
-
/** @ignore */
|
|
110
|
-
private syncDisplayedValue;
|
|
111
|
-
/** @ignore */
|
|
112
|
-
private syncEmptyValues;
|
|
113
|
-
/** @ignore */
|
|
114
|
-
private dateToRequiredOffset;
|
|
115
|
-
/** @ignore */
|
|
116
|
-
private dateToActualOffset;
|
|
117
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AdsDatetimepickerComponent, never>;
|
|
118
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<AdsDatetimepickerComponent, "ads-datetimepicker", never, { "twelveHour": { "alias": "twelveHour"; "required": false; }; "offset": { "alias": "offset"; "required": false; }; "allowPastValues": { "alias": "allowPastValues"; "required": false; }; "allowManualInput": { "alias": "allowManualInput"; "required": false; }; "useShortcuts": { "alias": "useShortcuts"; "required": false; }; "overrideDisplayFormat": { "alias": "overrideDisplayFormat"; "required": false; }; "showTimePicker": { "alias": "showTimePicker"; "required": false; }; "customDisplayFormat": { "alias": "customDisplayFormat"; "required": false; }; }, {}, never, never, false, never>;
|
|
119
|
-
}
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./datetimepicker.component";
|
|
3
|
-
import * as i2 from "@angular/common";
|
|
4
|
-
import * as i3 from "@angular/material/datepicker";
|
|
5
|
-
import * as i4 from "@angular/material/form-field";
|
|
6
|
-
import * as i5 from "@mat-datetimepicker/core";
|
|
7
|
-
import * as i6 from "@angular/material/input";
|
|
8
|
-
import * as i7 from "@angular/forms";
|
|
9
|
-
import * as i8 from "@ascentgl/ads-icons";
|
|
10
|
-
import * as i9 from "@angular/material/icon";
|
|
11
|
-
import * as i10 from "./datetime-picker-format-directive";
|
|
12
|
-
import * as i11 from "@angular/material/button";
|
|
13
|
-
import * as i12 from "../../common/input.tooltip.component";
|
|
14
|
-
import * as i13 from "../../common/error/error.component";
|
|
15
|
-
import * as i14 from "../../common/hint/hint.component";
|
|
16
|
-
import * as i15 from "../../common/success/success.component";
|
|
17
|
-
export declare class AdsDatetimepickerModule {
|
|
18
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AdsDatetimepickerModule, never>;
|
|
19
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AdsDatetimepickerModule, [typeof i1.AdsDatetimepickerComponent], [typeof i2.CommonModule, typeof i3.MatDatepickerModule, typeof i4.MatFormFieldModule, typeof i5.MatNativeDatetimeModule, typeof i6.MatInputModule, typeof i7.ReactiveFormsModule, typeof i8.AdsIconModule, typeof i5.MatDatetimepickerModule, typeof i9.MatIconModule, typeof i10.DateTimePickerFormatDirectiveModule, typeof i11.MatIconButton, typeof i12.AdsInputTooltipComponent, typeof i13.AdsErrorComponent, typeof i14.AdsHintComponent, typeof i15.AdsSuccessComponent], [typeof i1.AdsDatetimepickerComponent]>;
|
|
20
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<AdsDatetimepickerModule>;
|
|
21
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './public-api';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './public-api';
|
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
import { AdsDatetimepickerComponent } from '../datetime-picker';
|
|
2
|
-
import { MatDatetimepickerType } from '@mat-datetimepicker/core/datetimepicker/datetimepicker-type';
|
|
3
|
-
import { GENERIC_COLLECTION } from '@ascentgl/ads-utils';
|
|
4
|
-
import { MatDatetimepickerInputEvent } from '@mat-datetimepicker/core';
|
|
5
|
-
import * as i0 from "@angular/core";
|
|
6
|
-
export declare class AdsTimepickerComponent extends AdsDatetimepickerComponent {
|
|
7
|
-
/** if overrideDisplayFormat=true, this display format will be used */
|
|
8
|
-
customDisplayFormat: string;
|
|
9
|
-
/** @ignore */
|
|
10
|
-
type: MatDatetimepickerType;
|
|
11
|
-
/** @ignore */
|
|
12
|
-
protected shortcuts: GENERIC_COLLECTION;
|
|
13
|
-
/** @ignore */
|
|
14
|
-
protected readonly defaultErrorMessages: GENERIC_COLLECTION<string>;
|
|
15
|
-
constructor();
|
|
16
|
-
/** @ignore */
|
|
17
|
-
onChanged(event: MatDatetimepickerInputEvent<string> | string | null): void;
|
|
18
|
-
/** @ignore */
|
|
19
|
-
protected applyCustomFormat(): void;
|
|
20
|
-
/** @ignore */
|
|
21
|
-
protected displayedValueToControlValue(value: Date): string;
|
|
22
|
-
/** @ignore */
|
|
23
|
-
protected onSyncDisplayedValue(valueToApply?: string): void;
|
|
24
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AdsTimepickerComponent, never>;
|
|
25
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<AdsTimepickerComponent, "ads-timepicker", never, { "customDisplayFormat": { "alias": "customDisplayFormat"; "required": false; }; }, {}, never, never, false, never>;
|
|
26
|
-
}
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./timepicker.component";
|
|
3
|
-
import * as i2 from "@angular/common";
|
|
4
|
-
import * as i3 from "@mat-datetimepicker/core";
|
|
5
|
-
import * as i4 from "@angular/material/datepicker";
|
|
6
|
-
import * as i5 from "@angular/material/form-field";
|
|
7
|
-
import * as i6 from "@angular/material/core";
|
|
8
|
-
import * as i7 from "@angular/material/input";
|
|
9
|
-
import * as i8 from "@angular/forms";
|
|
10
|
-
import * as i9 from "@ascentgl/ads-icons";
|
|
11
|
-
import * as i10 from "@angular/material/icon";
|
|
12
|
-
import * as i11 from "../datetime-picker/datetime-picker-format-directive";
|
|
13
|
-
import * as i12 from "@angular/material/button";
|
|
14
|
-
import * as i13 from "../../common/input.tooltip.component";
|
|
15
|
-
import * as i14 from "../../common/error/error.component";
|
|
16
|
-
import * as i15 from "../../common/hint/hint.component";
|
|
17
|
-
import * as i16 from "../../common/success/success.component";
|
|
18
|
-
export declare class AdsTimepickerModule {
|
|
19
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AdsTimepickerModule, never>;
|
|
20
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AdsTimepickerModule, [typeof i1.AdsTimepickerComponent], [typeof i2.CommonModule, typeof i3.MatDatetimepickerModule, typeof i4.MatDatepickerModule, typeof i5.MatFormFieldModule, typeof i3.MatNativeDatetimeModule, typeof i6.MatNativeDateModule, typeof i7.MatInputModule, typeof i8.ReactiveFormsModule, typeof i9.AdsIconModule, typeof i10.MatIconModule, typeof i11.DateTimePickerFormatDirectiveModule, typeof i12.MatIconButton, typeof i13.AdsInputTooltipComponent, typeof i14.AdsErrorComponent, typeof i15.AdsHintComponent, typeof i16.AdsSuccessComponent], [typeof i1.AdsTimepickerComponent]>;
|
|
21
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<AdsTimepickerModule>;
|
|
22
|
-
}
|
|
@@ -1,72 +0,0 @@
|
|
|
1
|
-
import { OnChanges, SimpleChange, TemplateRef } from '@angular/core';
|
|
2
|
-
import { FormControl } from '@angular/forms';
|
|
3
|
-
import { AbstractDropdownComponent, DropdownComponentOption, DropdownComponentOptions } from '../../abstracts/abstract.dropdown.component';
|
|
4
|
-
import { MatSelect } from '@angular/material/select';
|
|
5
|
-
import { MatOption } from '@angular/material/core';
|
|
6
|
-
import { Colors } from '../../../general/color-palette/colors.enums';
|
|
7
|
-
import * as i0 from "@angular/core";
|
|
8
|
-
export declare class AdsDropdownComponent extends AbstractDropdownComponent implements OnChanges {
|
|
9
|
-
/** Provide function that will allow to calculate option display value */
|
|
10
|
-
displayValueFormatter?: ((option: DropdownComponentOption) => string) | undefined;
|
|
11
|
-
/** Set dropdown mode "normal" or "pill" */
|
|
12
|
-
mode: 'normal' | 'pill';
|
|
13
|
-
/** Set to true to add empty value to the dropdown */
|
|
14
|
-
hasEmptyValue: boolean;
|
|
15
|
-
/** Set to true if you want to show a checkmark near selected option */
|
|
16
|
-
checkSelected: boolean;
|
|
17
|
-
/** Contains dropdown options */
|
|
18
|
-
options?: DropdownComponentOptions;
|
|
19
|
-
/** Custom Option Template */
|
|
20
|
-
optionTemplate?: TemplateRef<unknown>;
|
|
21
|
-
/** Custom Trigger Template */
|
|
22
|
-
triggerTemplate?: TemplateRef<unknown>;
|
|
23
|
-
/** Custom Panel Class */
|
|
24
|
-
panelClass?: string;
|
|
25
|
-
/** @ignore */
|
|
26
|
-
panel?: MatSelect;
|
|
27
|
-
/** @ignore */
|
|
28
|
-
readonly isMultiselect: boolean;
|
|
29
|
-
/** @ignore */
|
|
30
|
-
readonly showChips: boolean;
|
|
31
|
-
/** @ignore */
|
|
32
|
-
displayedOptionsArray: DropdownComponentOption[];
|
|
33
|
-
/** @ignore */
|
|
34
|
-
protected readonly Colors: typeof Colors;
|
|
35
|
-
constructor();
|
|
36
|
-
/** @ignore */
|
|
37
|
-
ngOnChanges(changes: {
|
|
38
|
-
options: SimpleChange;
|
|
39
|
-
immediateValidation: SimpleChange;
|
|
40
|
-
}): void;
|
|
41
|
-
onOptionRemoved(option: DropdownComponentOption): void;
|
|
42
|
-
/** @ignore */
|
|
43
|
-
onOpened(): void;
|
|
44
|
-
/** @ignore */
|
|
45
|
-
protected processOptions(): void;
|
|
46
|
-
/** @ignore */
|
|
47
|
-
protected setControlValueSubscription(): void;
|
|
48
|
-
/** @ignore */
|
|
49
|
-
/**
|
|
50
|
-
* NOTE: this method is needed because if control value is an object, it MUST reference the same
|
|
51
|
-
* object as corresponding dropdown option, thus here we replace dropdown option with control value if needed
|
|
52
|
-
*/
|
|
53
|
-
protected mapControlValue(control?: FormControl): void;
|
|
54
|
-
/** @ignore */
|
|
55
|
-
protected subscribeToControl(control?: FormControl): void;
|
|
56
|
-
/** @ignore */
|
|
57
|
-
protected replaceDisplayedOptionWithControlValue(controlValue: DropdownComponentOption): void;
|
|
58
|
-
/** @ignore */
|
|
59
|
-
protected getGenericDisplayedValue(option: DropdownComponentOption): string;
|
|
60
|
-
/** @ignore */
|
|
61
|
-
private applyArraySorting;
|
|
62
|
-
/** @ignore */
|
|
63
|
-
chipName(option: MatOption): string;
|
|
64
|
-
/** @ignore */
|
|
65
|
-
toggleOption(option: DropdownComponentOption): void;
|
|
66
|
-
/** @ignore */
|
|
67
|
-
onCheckboxChange(option: DropdownComponentOption): void;
|
|
68
|
-
/** @ignore */
|
|
69
|
-
get panelClassList(): string;
|
|
70
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AdsDropdownComponent, never>;
|
|
71
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<AdsDropdownComponent, "ads-dropdown", never, { "displayValueFormatter": { "alias": "displayValueFormatter"; "required": false; }; "mode": { "alias": "mode"; "required": false; }; "hasEmptyValue": { "alias": "hasEmptyValue"; "required": false; }; "checkSelected": { "alias": "checkSelected"; "required": false; }; "options": { "alias": "options"; "required": false; }; "optionTemplate": { "alias": "optionTemplate"; "required": false; }; "triggerTemplate": { "alias": "triggerTemplate"; "required": false; }; "panelClass": { "alias": "panelClass"; "required": false; }; }, {}, never, never, false, never>;
|
|
72
|
-
}
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./dropdown.component";
|
|
3
|
-
import * as i2 from "@angular/common";
|
|
4
|
-
import * as i3 from "@angular/forms";
|
|
5
|
-
import * as i4 from "@angular/material/form-field";
|
|
6
|
-
import * as i5 from "@angular/material/select";
|
|
7
|
-
import * as i6 from "@ascentgl/ads-icons";
|
|
8
|
-
import * as i7 from "@angular/material/input";
|
|
9
|
-
import * as i8 from "@angular/material/button";
|
|
10
|
-
import * as i9 from "../../common/input.tooltip.component";
|
|
11
|
-
import * as i10 from "@angular/material/icon";
|
|
12
|
-
import * as i11 from "../../common/error/error.component";
|
|
13
|
-
import * as i12 from "../../common/hint/hint.component";
|
|
14
|
-
import * as i13 from "../../common/success/success.component";
|
|
15
|
-
import * as i14 from "../../../tags/tag/tag.module";
|
|
16
|
-
import * as i15 from "../../selection-fields/checkbox/checkbox.module";
|
|
17
|
-
export declare class AdsDropdownModule {
|
|
18
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AdsDropdownModule, never>;
|
|
19
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AdsDropdownModule, [typeof i1.AdsDropdownComponent], [typeof i2.CommonModule, typeof i3.ReactiveFormsModule, typeof i4.MatFormFieldModule, typeof i5.MatSelectModule, typeof i6.AdsIconModule, typeof i7.MatInputModule, typeof i8.MatIconButton, typeof i9.AdsInputTooltipComponent, typeof i10.MatIcon, typeof i11.AdsErrorComponent, typeof i12.AdsHintComponent, typeof i13.AdsSuccessComponent, typeof i14.AdsTagModule, typeof i15.AdsCheckboxModule], [typeof i1.AdsDropdownComponent]>;
|
|
20
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<AdsDropdownModule>;
|
|
21
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './public-api';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './public-api';
|
|
@@ -1,59 +0,0 @@
|
|
|
1
|
-
import { OnChanges, SimpleChange } from '@angular/core';
|
|
2
|
-
import { AdsDropdownComponent } from '../dropdown';
|
|
3
|
-
import { FormControl } from '@angular/forms';
|
|
4
|
-
import { DropdownComponentOptions } from '../../abstracts/abstract.dropdown.component';
|
|
5
|
-
import { AbstractInputComponent } from '../../abstracts/abstract.input.component';
|
|
6
|
-
import * as i0 from "@angular/core";
|
|
7
|
-
export declare class AdsInputDropdownComponent extends AbstractInputComponent implements OnChanges {
|
|
8
|
-
/** Maximum amount of characters in the input field */
|
|
9
|
-
maxlength: number;
|
|
10
|
-
/** Possible input type (as per HTML documentation). NOTE: not all types are allowed */
|
|
11
|
-
type: 'text' | 'number' | 'email' | 'password' | 'url' | 'pattern';
|
|
12
|
-
/** Provide regular expression pattern if input type is set to "pattern" */
|
|
13
|
-
pattern: string | RegExp;
|
|
14
|
-
/** Dropdown control, associated with input field */
|
|
15
|
-
dropdownControl: FormControl;
|
|
16
|
-
/** Optional "id" attribute for dropdown field */
|
|
17
|
-
dropdownId: string;
|
|
18
|
-
/** Optional dropdown control field label */
|
|
19
|
-
dropdownLabel?: string;
|
|
20
|
-
/** Empty dropdown field placeholder */
|
|
21
|
-
dropdownPlaceholder: string;
|
|
22
|
-
/** Input field width. Must include units of measure: px, %, em, rem, etc. */
|
|
23
|
-
inputWidth: string;
|
|
24
|
-
/** Input field width. Must include units of measure: px, %, em, rem, etc. */
|
|
25
|
-
dropdownWidth: string;
|
|
26
|
-
/** Is set and dropdown contains only one option - it will be selected automatically. */
|
|
27
|
-
autoSelectSingleDropdownOption: boolean;
|
|
28
|
-
/** Contains dropdown options */
|
|
29
|
-
options?: DropdownComponentOptions;
|
|
30
|
-
/** If options contain objects, provide object property name that will be used as display value in dropdown */
|
|
31
|
-
displayValueKey?: string;
|
|
32
|
-
/** Set to true to add empty value to the dropdown */
|
|
33
|
-
hasEmptyValue: boolean;
|
|
34
|
-
/** Set to true if you want dropdown items to fit content rather than dropdown width */
|
|
35
|
-
fitContent: boolean;
|
|
36
|
-
/** Add mask to the Input */
|
|
37
|
-
mask: string;
|
|
38
|
-
/** Add suffix to the Input */
|
|
39
|
-
suffix: string;
|
|
40
|
-
/** Add prefix to the Input */
|
|
41
|
-
prefix: string;
|
|
42
|
-
/** If true Special Characters not be included in the actual value */
|
|
43
|
-
dropSpecialCharacters: boolean;
|
|
44
|
-
/** Add thousand Separator */
|
|
45
|
-
thousandSeparator: string;
|
|
46
|
-
/** Add decimal marker */
|
|
47
|
-
decimalMarker: "." | "," | [".", ","];
|
|
48
|
-
/** @ignore */
|
|
49
|
-
dropdownComponent?: AdsDropdownComponent;
|
|
50
|
-
/** @ignore */
|
|
51
|
-
isSingleOptionSelected: boolean;
|
|
52
|
-
/** @ignore */
|
|
53
|
-
ngOnChanges(changes: {
|
|
54
|
-
options: SimpleChange;
|
|
55
|
-
immediateValidation: SimpleChange;
|
|
56
|
-
}): void;
|
|
57
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AdsInputDropdownComponent, never>;
|
|
58
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<AdsInputDropdownComponent, "ads-input-dropdown", never, { "maxlength": { "alias": "maxlength"; "required": false; }; "type": { "alias": "type"; "required": false; }; "pattern": { "alias": "pattern"; "required": false; }; "dropdownControl": { "alias": "dropdownControl"; "required": false; }; "dropdownId": { "alias": "dropdownId"; "required": false; }; "dropdownLabel": { "alias": "dropdownLabel"; "required": false; }; "dropdownPlaceholder": { "alias": "dropdownPlaceholder"; "required": false; }; "inputWidth": { "alias": "inputWidth"; "required": false; }; "dropdownWidth": { "alias": "dropdownWidth"; "required": false; }; "autoSelectSingleDropdownOption": { "alias": "autoSelectSingleDropdownOption"; "required": false; }; "options": { "alias": "options"; "required": false; }; "displayValueKey": { "alias": "displayValueKey"; "required": false; }; "hasEmptyValue": { "alias": "hasEmptyValue"; "required": false; }; "fitContent": { "alias": "fitContent"; "required": false; }; "mask": { "alias": "mask"; "required": false; }; "suffix": { "alias": "suffix"; "required": false; }; "prefix": { "alias": "prefix"; "required": false; }; "dropSpecialCharacters": { "alias": "dropSpecialCharacters"; "required": false; }; "thousandSeparator": { "alias": "thousandSeparator"; "required": false; }; "decimalMarker": { "alias": "decimalMarker"; "required": false; }; }, {}, never, never, false, never>;
|
|
59
|
-
}
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./input-dropdown.component";
|
|
3
|
-
import * as i2 from "@angular/common";
|
|
4
|
-
import * as i3 from "@angular/material/divider";
|
|
5
|
-
import * as i4 from "@angular/material/form-field";
|
|
6
|
-
import * as i5 from "@angular/material/select";
|
|
7
|
-
import * as i6 from "@angular/material/input";
|
|
8
|
-
import * as i7 from "@angular/forms";
|
|
9
|
-
import * as i8 from "@ascentgl/ads-icons";
|
|
10
|
-
import * as i9 from "../../input/input.module";
|
|
11
|
-
import * as i10 from "../dropdown/dropdown.module";
|
|
12
|
-
import * as i11 from "../../common/input.tooltip.component";
|
|
13
|
-
import * as i12 from "../../common/error/error.component";
|
|
14
|
-
import * as i13 from "../../common/hint/hint.component";
|
|
15
|
-
import * as i14 from "../../common/success/success.component";
|
|
16
|
-
import * as i15 from "ngx-mask";
|
|
17
|
-
export declare class AdsInputDropdownModule {
|
|
18
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AdsInputDropdownModule, never>;
|
|
19
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AdsInputDropdownModule, [typeof i1.AdsInputDropdownComponent], [typeof i2.CommonModule, typeof i3.MatDividerModule, typeof i4.MatFormFieldModule, typeof i5.MatSelectModule, typeof i6.MatInputModule, typeof i7.ReactiveFormsModule, typeof i8.AdsIconModule, typeof i9.AdsInputModule, typeof i10.AdsDropdownModule, typeof i11.AdsInputTooltipComponent, typeof i12.AdsErrorComponent, typeof i13.AdsHintComponent, typeof i14.AdsSuccessComponent, typeof i15.NgxMaskDirective], [typeof i1.AdsInputDropdownComponent]>;
|
|
20
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<AdsInputDropdownModule>;
|
|
21
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './public-api';
|
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
import { AdsDropdownComponent } from '../dropdown';
|
|
2
|
-
import { FormControl } from '@angular/forms';
|
|
3
|
-
import { DropdownComponentOption } from '../../abstracts/abstract.dropdown.component';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
export declare class AdsMultiSelectDropdownComponent extends AdsDropdownComponent {
|
|
6
|
-
/** @ignore */
|
|
7
|
-
hasEmptyValue: boolean;
|
|
8
|
-
/** @ignore */
|
|
9
|
-
displayValueFormatter?: ((option: DropdownComponentOption) => string) | undefined;
|
|
10
|
-
/** @ignore */
|
|
11
|
-
readonly isMultiselect: boolean;
|
|
12
|
-
/** if set to true selected values will be shown as chips */
|
|
13
|
-
showChips: boolean;
|
|
14
|
-
/** @ignore */
|
|
15
|
-
protected setControlValueSubscription(): void;
|
|
16
|
-
/** @ignore */
|
|
17
|
-
get canClear(): any;
|
|
18
|
-
/** @ignore */
|
|
19
|
-
/**
|
|
20
|
-
* NOTE: this method is needed because if control value is an object, it MUST reference the same
|
|
21
|
-
* object as corresponding dropdown option, thus here we replace dropdown option with control value if needed
|
|
22
|
-
*/
|
|
23
|
-
protected mapControlValue(control?: FormControl): void;
|
|
24
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AdsMultiSelectDropdownComponent, never>;
|
|
25
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<AdsMultiSelectDropdownComponent, "ads-multi-select-dropdown", never, { "showChips": { "alias": "showChips"; "required": false; }; }, {}, never, never, false, never>;
|
|
26
|
-
}
|
package/lib/components/form-fields/dropdowns/multi-select-dropdown/multi-select-dropdown.module.d.ts
DELETED
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./multi-select-dropdown.component";
|
|
3
|
-
import * as i2 from "@angular/common";
|
|
4
|
-
import * as i3 from "@angular/forms";
|
|
5
|
-
import * as i4 from "@angular/material/form-field";
|
|
6
|
-
import * as i5 from "@angular/material/select";
|
|
7
|
-
import * as i6 from "@ascentgl/ads-icons";
|
|
8
|
-
import * as i7 from "@angular/material/input";
|
|
9
|
-
import * as i8 from "../../common/input.tooltip.component";
|
|
10
|
-
import * as i9 from "@angular/material/button";
|
|
11
|
-
import * as i10 from "@angular/material/icon";
|
|
12
|
-
import * as i11 from "../../common/success/success.component";
|
|
13
|
-
import * as i12 from "../../common/error/error.component";
|
|
14
|
-
import * as i13 from "../../common/hint/hint.component";
|
|
15
|
-
import * as i14 from "../../../tags/tag/tag.module";
|
|
16
|
-
import * as i15 from "../../selection-fields/checkbox/checkbox.module";
|
|
17
|
-
export declare class AdsMultiSelectDropdownModule {
|
|
18
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AdsMultiSelectDropdownModule, never>;
|
|
19
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AdsMultiSelectDropdownModule, [typeof i1.AdsMultiSelectDropdownComponent], [typeof i2.CommonModule, typeof i3.ReactiveFormsModule, typeof i4.MatFormFieldModule, typeof i5.MatSelectModule, typeof i6.AdsIconModule, typeof i7.MatInputModule, typeof i8.AdsInputTooltipComponent, typeof i9.MatIconButton, typeof i10.MatIcon, typeof i11.AdsSuccessComponent, typeof i12.AdsErrorComponent, typeof i13.AdsHintComponent, typeof i14.AdsTagModule, typeof i15.AdsCheckboxModule], [typeof i1.AdsMultiSelectDropdownComponent]>;
|
|
20
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<AdsMultiSelectDropdownModule>;
|
|
21
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './public-api';
|
|
@@ -1,52 +0,0 @@
|
|
|
1
|
-
import { ElementRef, OnInit } from '@angular/core';
|
|
2
|
-
import { AbstractInputComponent } from '../abstracts/abstract.input.component';
|
|
3
|
-
import { GENERIC_COLLECTION } from '@ascentgl/ads-utils';
|
|
4
|
-
import { MatAutocomplete } from '@angular/material/autocomplete';
|
|
5
|
-
import * as i0 from "@angular/core";
|
|
6
|
-
export declare class AdsInputComponent extends AbstractInputComponent implements OnInit {
|
|
7
|
-
/** Maximum amount of characters in the input field */
|
|
8
|
-
maxlength: number;
|
|
9
|
-
/** Possible input type (as per HTML documentation). NOTE: not all types are allowed */
|
|
10
|
-
type: 'text' | 'number' | 'email' | 'password' | 'url' | 'pattern' | 'tel';
|
|
11
|
-
/** Provide regular expression pattern if input type is set to "pattern" */
|
|
12
|
-
pattern: string | RegExp;
|
|
13
|
-
/** Provide "default" value that will be used when control value is cleared */
|
|
14
|
-
defaultValue?: unknown;
|
|
15
|
-
/** mark input field as readonly */
|
|
16
|
-
readonly: boolean;
|
|
17
|
-
/** mark input field as readonly */
|
|
18
|
-
isPasswordField: boolean;
|
|
19
|
-
/** @ignore */
|
|
20
|
-
showClockIcon: boolean;
|
|
21
|
-
/** Add mask to the Input */
|
|
22
|
-
mask: string;
|
|
23
|
-
/** Add suffix to the Input */
|
|
24
|
-
suffix: string;
|
|
25
|
-
/** Add prefix to the Input */
|
|
26
|
-
prefix: string;
|
|
27
|
-
/** If true Special Characters not be included in the actual value */
|
|
28
|
-
dropSpecialCharacters: boolean;
|
|
29
|
-
/** Add thousand Separator */
|
|
30
|
-
thousandSeparator: string;
|
|
31
|
-
/** Add decimal marker */
|
|
32
|
-
decimalMarker: "." | "," | [".", ","];
|
|
33
|
-
/** Add mat Autocomplete trigger name */
|
|
34
|
-
matAutocomplete?: MatAutocomplete;
|
|
35
|
-
/** Show search icon */
|
|
36
|
-
showSearchIcon: boolean;
|
|
37
|
-
/** Custom function to execute on blur event */
|
|
38
|
-
onBlur: (event: FocusEvent) => void;
|
|
39
|
-
/** @ignore */
|
|
40
|
-
input?: ElementRef;
|
|
41
|
-
/** @ignore */
|
|
42
|
-
hidePassword: boolean;
|
|
43
|
-
/** @ignore */
|
|
44
|
-
protected readonly defaultErrorMessages: GENERIC_COLLECTION<string>;
|
|
45
|
-
ngOnInit(): void;
|
|
46
|
-
/** @ignore */
|
|
47
|
-
showHidePassword(): void;
|
|
48
|
-
/** @ignore */
|
|
49
|
-
restrictInput(event: KeyboardEvent): void;
|
|
50
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AdsInputComponent, never>;
|
|
51
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<AdsInputComponent, "ads-input", never, { "maxlength": { "alias": "maxlength"; "required": false; }; "type": { "alias": "type"; "required": false; }; "pattern": { "alias": "pattern"; "required": false; }; "defaultValue": { "alias": "defaultValue"; "required": false; }; "readonly": { "alias": "readonly"; "required": false; }; "isPasswordField": { "alias": "isPasswordField"; "required": false; }; "showClockIcon": { "alias": "showClockIcon"; "required": false; }; "mask": { "alias": "mask"; "required": false; }; "suffix": { "alias": "suffix"; "required": false; }; "prefix": { "alias": "prefix"; "required": false; }; "dropSpecialCharacters": { "alias": "dropSpecialCharacters"; "required": false; }; "thousandSeparator": { "alias": "thousandSeparator"; "required": false; }; "decimalMarker": { "alias": "decimalMarker"; "required": false; }; "matAutocomplete": { "alias": "matAutocomplete"; "required": false; }; "showSearchIcon": { "alias": "showSearchIcon"; "required": false; }; "onBlur": { "alias": "onBlur"; "required": false; }; }, {}, never, never, false, never>;
|
|
52
|
-
}
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./input.component";
|
|
3
|
-
import * as i2 from "@angular/common";
|
|
4
|
-
import * as i3 from "@angular/material/form-field";
|
|
5
|
-
import * as i4 from "@angular/material/input";
|
|
6
|
-
import * as i5 from "@angular/forms";
|
|
7
|
-
import * as i6 from "@ascentgl/ads-icons";
|
|
8
|
-
import * as i7 from "../common/input.tooltip.component";
|
|
9
|
-
import * as i8 from "@angular/material/button";
|
|
10
|
-
import * as i9 from "../common/success/success.component";
|
|
11
|
-
import * as i10 from "../common/error/error.component";
|
|
12
|
-
import * as i11 from "../common/hint/hint.component";
|
|
13
|
-
import * as i12 from "ngx-mask";
|
|
14
|
-
import * as i13 from "@angular/material/autocomplete";
|
|
15
|
-
export declare class AdsInputModule {
|
|
16
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AdsInputModule, never>;
|
|
17
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AdsInputModule, [typeof i1.AdsInputComponent], [typeof i2.CommonModule, typeof i3.MatFormFieldModule, typeof i4.MatInputModule, typeof i5.ReactiveFormsModule, typeof i6.AdsIconModule, typeof i7.AdsInputTooltipComponent, typeof i8.MatIconButton, typeof i9.AdsSuccessComponent, typeof i10.AdsErrorComponent, typeof i11.AdsHintComponent, typeof i12.NgxMaskDirective, typeof i13.MatAutocompleteTrigger], [typeof i1.AdsInputComponent]>;
|
|
18
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<AdsInputModule>;
|
|
19
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare const canadianAreaCodes: string[];
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './public-api';
|
|
@@ -1,53 +0,0 @@
|
|
|
1
|
-
import { OnInit, ElementRef, AfterViewInit } from '@angular/core';
|
|
2
|
-
import { AbstractInputComponent } from '../abstracts/abstract.input.component';
|
|
3
|
-
import { FormControl } from '@angular/forms';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
interface Option {
|
|
6
|
-
name: string;
|
|
7
|
-
code: string;
|
|
8
|
-
iso: string;
|
|
9
|
-
}
|
|
10
|
-
export declare class AdsInternationalPhoneFieldComponent extends AbstractInputComponent implements OnInit, AfterViewInit {
|
|
11
|
-
/** Optional "id" attribute for dropdown field */
|
|
12
|
-
dropdownId: string;
|
|
13
|
-
wrapperRef: ElementRef;
|
|
14
|
-
/** @ignore */
|
|
15
|
-
phoneMask: string;
|
|
16
|
-
/** @ignore */
|
|
17
|
-
countryOptions: Option[];
|
|
18
|
-
/** @ignore */
|
|
19
|
-
flagBase64: {
|
|
20
|
-
US: string;
|
|
21
|
-
CA: string;
|
|
22
|
-
MX: string;
|
|
23
|
-
};
|
|
24
|
-
/** @ignore */
|
|
25
|
-
dropdownControl: FormControl;
|
|
26
|
-
/** @ignore */
|
|
27
|
-
inputControl: FormControl;
|
|
28
|
-
/** @ignore */
|
|
29
|
-
getNorthAmericanCountry(phone: string): Option;
|
|
30
|
-
/** @ignore */
|
|
31
|
-
ngOnInit(): void;
|
|
32
|
-
/** @ignore */
|
|
33
|
-
private parsePhoneNumber;
|
|
34
|
-
/** @ignore */
|
|
35
|
-
ngAfterViewInit(): void;
|
|
36
|
-
/** @ignore */
|
|
37
|
-
getFlag(option: Option): string;
|
|
38
|
-
/** @ignore */
|
|
39
|
-
onBlur: () => void;
|
|
40
|
-
/** @ignore */
|
|
41
|
-
protected validatePhoneNumber: () => void;
|
|
42
|
-
/** @ignore */
|
|
43
|
-
private provideValueToTheValueControl;
|
|
44
|
-
/** @ignore */
|
|
45
|
-
canShowError(): boolean;
|
|
46
|
-
/** @ignore */
|
|
47
|
-
canShowSuccess(): boolean;
|
|
48
|
-
/** @ignore */
|
|
49
|
-
displayFirstError(control?: FormControl): string;
|
|
50
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AdsInternationalPhoneFieldComponent, never>;
|
|
51
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<AdsInternationalPhoneFieldComponent, "ads-international-phone-field", never, { "dropdownId": { "alias": "dropdownId"; "required": false; }; }, {}, never, never, false, never>;
|
|
52
|
-
}
|
|
53
|
-
export {};
|
package/lib/components/form-fields/international-phone-field/international-phone-field.module.d.ts
DELETED
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./international-phone-field.component";
|
|
3
|
-
import * as i2 from "@angular/common";
|
|
4
|
-
import * as i3 from "ngx-mask";
|
|
5
|
-
import * as i4 from "../input/input.module";
|
|
6
|
-
import * as i5 from "../dropdowns/dropdown/dropdown.module";
|
|
7
|
-
import * as i6 from "../common/error/error.component";
|
|
8
|
-
import * as i7 from "../common/hint/hint.component";
|
|
9
|
-
import * as i8 from "../common/input.tooltip.component";
|
|
10
|
-
import * as i9 from "../common/success/success.component";
|
|
11
|
-
export declare class AdsInternationalPhoneFieldModule {
|
|
12
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AdsInternationalPhoneFieldModule, never>;
|
|
13
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AdsInternationalPhoneFieldModule, [typeof i1.AdsInternationalPhoneFieldComponent], [typeof i2.CommonModule, typeof i3.NgxMaskDirective, typeof i4.AdsInputModule, typeof i5.AdsDropdownModule, typeof i6.AdsErrorComponent, typeof i7.AdsHintComponent, typeof i8.AdsInputTooltipComponent, typeof i9.AdsSuccessComponent], [typeof i1.AdsInternationalPhoneFieldComponent]>;
|
|
14
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<AdsInternationalPhoneFieldModule>;
|
|
15
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './public-api';
|