cmat 0.0.28 → 0.0.29
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/animations/index.d.ts +5 -5
- package/components/adapter/index.d.ts +188 -5
- package/components/breadcrumb/index.d.ts +245 -3
- package/components/card/index.d.ts +20 -5
- package/components/carousel/index.d.ts +177 -5
- package/components/cascade/index.d.ts +102 -5
- package/components/chip-input/index.d.ts +65 -5
- package/components/custom-formly/index.d.ts +677 -5
- package/components/date-range/index.d.ts +140 -5
- package/components/drawer/index.d.ts +105 -5
- package/components/fullscreen/index.d.ts +14 -5
- package/components/highlight/index.d.ts +30 -5
- package/components/image-viewer/index.d.ts +79 -5
- package/components/json-editor/index.d.ts +28 -5
- package/components/knob-input/index.d.ts +98 -5
- package/components/masonry/index.d.ts +16 -5
- package/components/material-color-picker/index.d.ts +46 -5
- package/components/material-datetimepicker/index.d.ts +756 -3
- package/components/navigation/index.d.ts +320 -5
- package/components/opt-input/index.d.ts +87 -5
- package/components/org-chart/index.d.ts +38 -5
- package/components/pagination/index.d.ts +122 -5
- package/components/password-strength/index.d.ts +92 -5
- package/components/popover/index.d.ts +292 -3
- package/components/progress-bar/index.d.ts +21 -5
- package/components/rating/index.d.ts +61 -5
- package/components/select-search/index.d.ts +109 -5
- package/components/select-table/index.d.ts +120 -5
- package/components/select-tree/index.d.ts +119 -5
- package/components/speed-dial/index.d.ts +67 -5
- package/components/timeline/index.d.ts +57 -5
- package/components/toast/index.d.ts +86 -5
- package/components/transfer-picker/index.d.ts +189 -3
- package/components/treetable/index.d.ts +44 -5
- package/components/upload/index.d.ts +115 -5
- package/components/x6-angular-shape/index.d.ts +43 -5
- package/directives/animate-on-scroll/index.d.ts +45 -5
- package/directives/arrow-cursor/index.d.ts +34 -5
- package/directives/autofocus/index.d.ts +11 -5
- package/directives/data-exporter/index.d.ts +54 -5
- package/directives/debounce/index.d.ts +32 -5
- package/directives/digit-only/index.d.ts +54 -5
- package/directives/equal-validator/index.d.ts +15 -5
- package/fesm2022/cmat-components-adapter.mjs +9 -9
- package/fesm2022/cmat-components-breadcrumb.mjs +9 -9
- package/fesm2022/cmat-components-card.mjs +3 -3
- package/fesm2022/cmat-components-carousel.mjs +21 -23
- package/fesm2022/cmat-components-carousel.mjs.map +1 -1
- package/fesm2022/cmat-components-cascade.mjs +9 -9
- package/fesm2022/cmat-components-cascade.mjs.map +1 -1
- package/fesm2022/cmat-components-chip-input.mjs +4 -4
- package/fesm2022/cmat-components-chip-input.mjs.map +1 -1
- package/fesm2022/cmat-components-custom-formly.mjs +96 -96
- package/fesm2022/cmat-components-custom-formly.mjs.map +1 -1
- package/fesm2022/cmat-components-date-range.mjs +5 -5
- package/fesm2022/cmat-components-date-range.mjs.map +1 -1
- package/fesm2022/cmat-components-drawer.mjs +6 -6
- package/fesm2022/cmat-components-fullscreen.mjs +5 -5
- package/fesm2022/cmat-components-fullscreen.mjs.map +1 -1
- package/fesm2022/cmat-components-highlight.mjs +6 -6
- package/fesm2022/cmat-components-image-viewer.mjs +5 -5
- package/fesm2022/cmat-components-image-viewer.mjs.map +1 -1
- package/fesm2022/cmat-components-json-editor.mjs +3 -3
- package/fesm2022/cmat-components-knob-input.mjs +5 -5
- package/fesm2022/cmat-components-knob-input.mjs.map +1 -1
- package/fesm2022/cmat-components-masonry.mjs +3 -3
- package/fesm2022/cmat-components-material-color-picker.mjs +3 -3
- package/fesm2022/cmat-components-material-color-picker.mjs.map +1 -1
- package/fesm2022/cmat-components-material-datetimepicker.mjs +45 -47
- package/fesm2022/cmat-components-material-datetimepicker.mjs.map +1 -1
- package/fesm2022/cmat-components-navigation.mjs +46 -46
- package/fesm2022/cmat-components-navigation.mjs.map +1 -1
- package/fesm2022/cmat-components-opt-input.mjs +7 -7
- package/fesm2022/cmat-components-opt-input.mjs.map +1 -1
- package/fesm2022/cmat-components-org-chart.mjs +9 -9
- package/fesm2022/cmat-components-org-chart.mjs.map +1 -1
- package/fesm2022/cmat-components-pagination.mjs +14 -18
- package/fesm2022/cmat-components-pagination.mjs.map +1 -1
- package/fesm2022/cmat-components-password-strength.mjs +15 -15
- package/fesm2022/cmat-components-password-strength.mjs.map +1 -1
- package/fesm2022/cmat-components-popover.mjs +9 -9
- package/fesm2022/cmat-components-progress-bar.mjs +3 -3
- package/fesm2022/cmat-components-rating.mjs +3 -3
- package/fesm2022/cmat-components-select-search.mjs +10 -10
- package/fesm2022/cmat-components-select-search.mjs.map +1 -1
- package/fesm2022/cmat-components-select-table.mjs +3 -3
- package/fesm2022/cmat-components-select-tree.mjs +3 -3
- package/fesm2022/cmat-components-select-tree.mjs.map +1 -1
- package/fesm2022/cmat-components-speed-dial.mjs +13 -16
- package/fesm2022/cmat-components-speed-dial.mjs.map +1 -1
- package/fesm2022/cmat-components-timeline.mjs +12 -12
- package/fesm2022/cmat-components-toast.mjs +9 -9
- package/fesm2022/cmat-components-transfer-picker.mjs +20 -20
- package/fesm2022/cmat-components-transfer-picker.mjs.map +1 -1
- package/fesm2022/cmat-components-treetable.mjs +6 -6
- package/fesm2022/cmat-components-treetable.mjs.map +1 -1
- package/fesm2022/cmat-components-upload.mjs +10 -10
- package/fesm2022/cmat-components-upload.mjs.map +1 -1
- package/fesm2022/cmat-directives-animate-on-scroll.mjs +6 -6
- package/fesm2022/cmat-directives-arrow-cursor.mjs +4 -5
- package/fesm2022/cmat-directives-arrow-cursor.mjs.map +1 -1
- package/fesm2022/cmat-directives-autofocus.mjs +3 -3
- package/fesm2022/cmat-directives-data-exporter.mjs +22 -24
- package/fesm2022/cmat-directives-data-exporter.mjs.map +1 -1
- package/fesm2022/cmat-directives-debounce.mjs +9 -9
- package/fesm2022/cmat-directives-digit-only.mjs +6 -6
- package/fesm2022/cmat-directives-equal-validator.mjs +3 -3
- package/fesm2022/cmat-lib-mock-api.mjs +6 -6
- package/fesm2022/cmat-pipes-bytes.mjs +3 -3
- package/fesm2022/cmat-pipes-date-format.mjs +3 -3
- package/fesm2022/cmat-pipes-find-by-key.mjs +3 -3
- package/fesm2022/cmat-pipes-group-by.mjs +3 -3
- package/fesm2022/cmat-pipes-keys.mjs +3 -3
- package/fesm2022/cmat-pipes-secure.mjs +3 -3
- package/fesm2022/cmat-pipes-uppercase.mjs +3 -3
- package/fesm2022/cmat-services-alert.mjs +7 -16
- package/fesm2022/cmat-services-alert.mjs.map +1 -1
- package/fesm2022/cmat-services-config.mjs +6 -6
- package/fesm2022/cmat-services-confirmation.mjs +6 -6
- package/fesm2022/cmat-services-confirmation.mjs.map +1 -1
- package/fesm2022/cmat-services-data.mjs +3 -3
- package/fesm2022/cmat-services-export-as.mjs +3 -3
- package/fesm2022/cmat-services-loading.mjs +6 -6
- package/fesm2022/cmat-services-local-storage.mjs +3 -3
- package/fesm2022/cmat-services-media-watcher.mjs +3 -3
- package/fesm2022/cmat-services-platform.mjs +3 -3
- package/fesm2022/cmat-services-splash-screen.mjs +4 -5
- package/fesm2022/cmat-services-splash-screen.mjs.map +1 -1
- package/fesm2022/cmat-services-title.mjs +3 -3
- package/fesm2022/cmat-services-translation.mjs +3 -3
- package/fesm2022/cmat-services-utils.mjs +5 -5
- package/fesm2022/cmat-services-utils.mjs.map +1 -1
- package/index.d.ts +2 -5
- package/lib/mock-api/index.d.ts +61 -5
- package/package.json +51 -51
- package/pipes/bytes/index.d.ts +10 -5
- package/pipes/date-format/index.d.ts +10 -5
- package/pipes/find-by-key/index.d.ts +10 -5
- package/pipes/group-by/index.d.ts +10 -5
- package/pipes/keys/index.d.ts +10 -5
- package/pipes/secure/index.d.ts +21 -5
- package/pipes/uppercase/index.d.ts +10 -5
- package/services/alert/index.d.ts +69 -5
- package/services/config/index.d.ts +30 -5
- package/services/confirmation/index.d.ts +44 -5
- package/services/data/index.d.ts +23 -5
- package/services/export-as/index.d.ts +55 -5
- package/services/loading/index.d.ts +36 -5
- package/services/local-storage/index.d.ts +11 -5
- package/services/media-watcher/index.d.ts +23 -5
- package/services/platform/index.d.ts +12 -5
- package/services/splash-screen/index.d.ts +17 -5
- package/services/title/index.d.ts +16 -5
- package/services/translation/index.d.ts +23 -5
- package/services/utils/index.d.ts +63 -5
- package/styles/themes.scss +2 -1
- package/validators/index.d.ts +8 -5
- package/version/index.d.ts +11 -5
- package/animations/defaults.d.ts +0 -11
- package/animations/dropdown.d.ts +0 -2
- package/animations/expand-collapse.d.ts +0 -2
- package/animations/fade.d.ts +0 -11
- package/animations/public-api.d.ts +0 -1
- package/animations/shake.d.ts +0 -2
- package/animations/slide.d.ts +0 -9
- package/animations/transform.d.ts +0 -2
- package/animations/zoom.d.ts +0 -3
- package/components/adapter/datetime-adapter.d.ts +0 -45
- package/components/adapter/datetime-formats.d.ts +0 -22
- package/components/adapter/dayjs-date-adapter.d.ts +0 -63
- package/components/adapter/dayjs-date-formats.d.ts +0 -2
- package/components/adapter/dayjs-datetime-adapter.d.ts +0 -22
- package/components/adapter/dayjs-datetime-formats.d.ts +0 -2
- package/components/adapter/native-datetime-adapter.d.ts +0 -31
- package/components/adapter/native-datetime-formats.d.ts +0 -2
- package/components/adapter/public-api.d.ts +0 -8
- package/components/breadcrumb/breadcrumb-item.directive.d.ts +0 -10
- package/components/breadcrumb/breadcrumb.component.d.ts +0 -55
- package/components/breadcrumb/breadcrumb.service.d.ts +0 -126
- package/components/breadcrumb/public-api.d.ts +0 -5
- package/components/breadcrumb/types/breadcrumb.config.d.ts +0 -33
- package/components/breadcrumb/types/breadcrumb.d.ts +0 -23
- package/components/card/card.component.d.ts +0 -15
- package/components/card/card.types.d.ts +0 -1
- package/components/card/public-api.d.ts +0 -2
- package/components/carousel/carousel.component.d.ts +0 -136
- package/components/carousel/carousel.interface.d.ts +0 -38
- package/components/carousel/public-api.d.ts +0 -2
- package/components/cascade/cascade-bottom-sheet/cascade-bottom-sheet.component.d.ts +0 -13
- package/components/cascade/cascade-list/cascade-list.component.d.ts +0 -79
- package/components/cascade/cascade-menu/cascade-menu.component.d.ts +0 -8
- package/components/cascade/options.interface.d.ts +0 -8
- package/components/cascade/public-api.d.ts +0 -3
- package/components/chip-input/chip-input.component.d.ts +0 -62
- package/components/chip-input/public-api.d.ts +0 -1
- package/components/custom-formly/extension/addons.extension.d.ts +0 -2
- package/components/custom-formly/public-api.d.ts +0 -30
- package/components/custom-formly/types/button/button.component.d.ts +0 -34
- package/components/custom-formly/types/cascade/cascade.component.d.ts +0 -39
- package/components/custom-formly/types/checklist/checklist.component.d.ts +0 -42
- package/components/custom-formly/types/chips/chips.component.d.ts +0 -28
- package/components/custom-formly/types/color-picker/color-picker.component.d.ts +0 -7
- package/components/custom-formly/types/date-range/date-range.component.d.ts +0 -21
- package/components/custom-formly/types/datepicker/datepicker.component.d.ts +0 -42
- package/components/custom-formly/types/knob/knob.component.d.ts +0 -36
- package/components/custom-formly/types/multicheckbox/multicheckbox.component.d.ts +0 -44
- package/components/custom-formly/types/number/number.component.d.ts +0 -21
- package/components/custom-formly/types/quill/quill.component.d.ts +0 -43
- package/components/custom-formly/types/radio/radio.component.d.ts +0 -44
- package/components/custom-formly/types/rating/rating.component.d.ts +0 -25
- package/components/custom-formly/types/repeat/repeat.component.d.ts +0 -16
- package/components/custom-formly/types/select/select.component.d.ts +0 -54
- package/components/custom-formly/types/select-table/select-table.component.d.ts +0 -40
- package/components/custom-formly/types/select-tree/select-tree.component.d.ts +0 -43
- package/components/custom-formly/types/stepper/horizontal/stepper.component.d.ts +0 -8
- package/components/custom-formly/types/stepper/stepper.type.d.ts +0 -6
- package/components/custom-formly/types/stepper/vertical/stepper.component.d.ts +0 -8
- package/components/custom-formly/types/table/table.component.d.ts +0 -43
- package/components/custom-formly/types/tabs/tab.component.d.ts +0 -7
- package/components/custom-formly/types/tags/tags.component.d.ts +0 -41
- package/components/custom-formly/types/textarea/textarea.component.d.ts +0 -13
- package/components/custom-formly/types/upload/upload.component.d.ts +0 -32
- package/components/custom-formly/wrappers/addons/addons.component.d.ts +0 -10
- package/components/custom-formly/wrappers/card/card.component.d.ts +0 -6
- package/components/custom-formly/wrappers/expansion/expansion.component.d.ts +0 -6
- package/components/custom-formly/wrappers/form-field/form-field.component.d.ts +0 -25
- package/components/custom-formly/wrappers/panel/panel.component.d.ts +0 -6
- package/components/date-range/date-range.component.d.ts +0 -137
- package/components/date-range/public-api.d.ts +0 -1
- package/components/drawer/drawer.component.d.ts +0 -75
- package/components/drawer/drawer.service.d.ts +0 -26
- package/components/drawer/drawer.types.d.ts +0 -2
- package/components/drawer/public-api.d.ts +0 -3
- package/components/fullscreen/fullscreen.component.d.ts +0 -11
- package/components/fullscreen/public-api.d.ts +0 -1
- package/components/highlight/highlight.component.d.ts +0 -21
- package/components/highlight/highlight.service.d.ts +0 -7
- package/components/highlight/public-api.d.ts +0 -2
- package/components/image-viewer/image-viewer.component.d.ts +0 -76
- package/components/image-viewer/public-api.d.ts +0 -1
- package/components/json-editor/json-editor.component.d.ts +0 -25
- package/components/json-editor/public-api.d.ts +0 -1
- package/components/knob-input/knob-input.component.d.ts +0 -95
- package/components/knob-input/public-api.d.ts +0 -1
- package/components/masonry/masonry.component.d.ts +0 -13
- package/components/masonry/public-api.d.ts +0 -1
- package/components/material-color-picker/base-color.d.ts +0 -2
- package/components/material-color-picker/material-color-picker.component.d.ts +0 -38
- package/components/material-color-picker/public-api.d.ts +0 -2
- package/components/material-color-picker/selected-color.d.ts +0 -5
- package/components/material-datetimepicker/calendar-body.d.ts +0 -42
- package/components/material-datetimepicker/calendar.d.ts +0 -145
- package/components/material-datetimepicker/clock.d.ts +0 -73
- package/components/material-datetimepicker/datetimepicker-animations.d.ts +0 -4
- package/components/material-datetimepicker/datetimepicker-errors.d.ts +0 -1
- package/components/material-datetimepicker/datetimepicker-filtertype.d.ts +0 -5
- package/components/material-datetimepicker/datetimepicker-input.d.ts +0 -106
- package/components/material-datetimepicker/datetimepicker-intl.d.ts +0 -51
- package/components/material-datetimepicker/datetimepicker-toggle.d.ts +0 -40
- package/components/material-datetimepicker/datetimepicker-types.d.ts +0 -13
- package/components/material-datetimepicker/datetimepicker.d.ts +0 -190
- package/components/material-datetimepicker/month-view.d.ts +0 -62
- package/components/material-datetimepicker/multi-year-view.d.ts +0 -74
- package/components/material-datetimepicker/public-api.d.ts +0 -10
- package/components/material-datetimepicker/time.d.ts +0 -129
- package/components/material-datetimepicker/year-view.d.ts +0 -56
- package/components/navigation/horizontal/components/basic/basic.component.d.ts +0 -27
- package/components/navigation/horizontal/components/branch/branch.component.d.ts +0 -39
- package/components/navigation/horizontal/components/divider/divider.component.d.ts +0 -23
- package/components/navigation/horizontal/components/spacer/spacer.component.d.ts +0 -23
- package/components/navigation/horizontal/horizontal.component.d.ts +0 -43
- package/components/navigation/navigation.service.d.ts +0 -71
- package/components/navigation/navigation.types.d.ts +0 -34
- package/components/navigation/public-api.d.ts +0 -4
- package/components/navigation/vertical/components/aside/aside.component.d.ts +0 -63
- package/components/navigation/vertical/components/basic/basic.component.d.ts +0 -24
- package/components/navigation/vertical/components/collapsable/collapsable.component.d.ts +0 -74
- package/components/navigation/vertical/components/divider/divider.component.d.ts +0 -26
- package/components/navigation/vertical/components/group/group.component.d.ts +0 -36
- package/components/navigation/vertical/components/spacer/spacer.component.d.ts +0 -26
- package/components/navigation/vertical/vertical.component.d.ts +0 -176
- package/components/opt-input/models/config.d.ts +0 -14
- package/components/opt-input/otp-input.component.d.ts +0 -70
- package/components/opt-input/public-api.d.ts +0 -1
- package/components/opt-input/utils/keyboard-util.d.ts +0 -9
- package/components/opt-input/utils/object-util.d.ts +0 -3
- package/components/org-chart/designer/chart-designer.component.d.ts +0 -17
- package/components/org-chart/node/chart-node.component.d.ts +0 -17
- package/components/org-chart/node/node.type.d.ts +0 -22
- package/components/org-chart/org-chart.component.d.ts +0 -12
- package/components/org-chart/public-api.d.ts +0 -2
- package/components/pagination/pagination.component.d.ts +0 -23
- package/components/pagination/pagination.directive.d.ts +0 -40
- package/components/pagination/pagination.instance.d.ts +0 -11
- package/components/pagination/pagination.pipe.d.ts +0 -29
- package/components/pagination/pagination.service.d.ts +0 -20
- package/components/pagination/public-api.d.ts +0 -5
- package/components/password-strength/animations/index.d.ts +0 -4
- package/components/password-strength/enum.d.ts +0 -13
- package/components/password-strength/mat-pass-toggle-visibility/mat-pass-toggle-visibility.component.d.ts +0 -11
- package/components/password-strength/mat-password-strength/mat-password-strength.component.d.ts +0 -52
- package/components/password-strength/mat-password-strength-info/mat-password-strength-info.component.d.ts +0 -16
- package/components/password-strength/mat-password-strength-validator.d.ts +0 -6
- package/components/password-strength/public-api.d.ts +0 -3
- package/components/password-strength/regexp.class.d.ts +0 -6
- package/components/popover/popover-trigger.d.ts +0 -121
- package/components/popover/popover.component.d.ts +0 -136
- package/components/popover/popover.errors.d.ts +0 -14
- package/components/popover/popover.interfaces.d.ts +0 -43
- package/components/popover/popover.target.d.ts +0 -8
- package/components/popover/popover.type.d.ts +0 -5
- package/components/popover/public-api.d.ts +0 -4
- package/components/progress-bar/progress-bar.component.d.ts +0 -18
- package/components/progress-bar/public-api.d.ts +0 -1
- package/components/rating/public-api.d.ts +0 -1
- package/components/rating/rating.component.d.ts +0 -58
- package/components/select-search/default-options.d.ts +0 -8
- package/components/select-search/public-api.d.ts +0 -2
- package/components/select-search/select-no-entries-found.directive.d.ts +0 -5
- package/components/select-search/select-search-clear.directive.d.ts +0 -5
- package/components/select-search/select-search.component.d.ts +0 -91
- package/components/select-table/public-api.d.ts +0 -2
- package/components/select-table/select-table.component.d.ts +0 -96
- package/components/select-table/select-table.type.d.ts +0 -20
- package/components/select-tree/public-api.d.ts +0 -3
- package/components/select-tree/select-tree.component.d.ts +0 -105
- package/components/select-tree/select-tree.flatnode.d.ts +0 -6
- package/components/select-tree/select-tree.node.d.ts +0 -5
- package/components/speed-dial/public-api.d.ts +0 -2
- package/components/speed-dial/speed-dial.component.d.ts +0 -63
- package/components/timeline/public-api.d.ts +0 -2
- package/components/timeline/timeline-item/timeline-item.component.d.ts +0 -25
- package/components/timeline/timeline.component.d.ts +0 -30
- package/components/toast/models/global-config.model.d.ts +0 -12
- package/components/toast/models/toast.model.d.ts +0 -6
- package/components/toast/models/type.model.d.ts +0 -12
- package/components/toast/public-api.d.ts +0 -6
- package/components/toast/toast-modal.component.d.ts +0 -18
- package/components/toast/toast.component.d.ts +0 -17
- package/components/toast/toast.service.d.ts +0 -26
- package/components/transfer-picker/filter/filter.component.d.ts +0 -23
- package/components/transfer-picker/interface.d.ts +0 -41
- package/components/transfer-picker/public-api.d.ts +0 -7
- package/components/transfer-picker/search/search.component.d.ts +0 -14
- package/components/transfer-picker/transfer-picker-source/transfer-picker-source.component.d.ts +0 -51
- package/components/transfer-picker/transfer-picker-target/transfer-picker-target.component.d.ts +0 -11
- package/components/transfer-picker/transfer-picker.component.d.ts +0 -28
- package/components/transfer-picker/transfer-picker.service.d.ts +0 -32
- package/components/treetable/public-api.d.ts +0 -2
- package/components/treetable/treetable.component.d.ts +0 -32
- package/components/treetable/treetable.interface.d.ts +0 -9
- package/components/upload/files.type.d.ts +0 -22
- package/components/upload/files.util.service.d.ts +0 -20
- package/components/upload/public-api.d.ts +0 -4
- package/components/upload/upload-queue/upload-queue.component.d.ts +0 -40
- package/components/upload/upload.component.d.ts +0 -32
- package/components/x6-angular-shape/node.d.ts +0 -11
- package/components/x6-angular-shape/public-api.d.ts +0 -3
- package/components/x6-angular-shape/registry.d.ts +0 -13
- package/components/x6-angular-shape/view.d.ts +0 -16
- package/directives/animate-on-scroll/animate-on-scroll.directive.d.ts +0 -29
- package/directives/animate-on-scroll/public-api.d.ts +0 -1
- package/directives/animate-on-scroll/scroll.service.d.ts +0 -15
- package/directives/arrow-cursor/arrow-cursor.directive.d.ts +0 -31
- package/directives/arrow-cursor/public-api.d.ts +0 -1
- package/directives/autofocus/autofocus.directive.d.ts +0 -8
- package/directives/autofocus/public-api.d.ts +0 -1
- package/directives/data-exporter/constants.d.ts +0 -26
- package/directives/data-exporter/data-exporter.directive.d.ts +0 -18
- package/directives/data-exporter/mime.d.ts +0 -5
- package/directives/data-exporter/options.d.ts +0 -21
- package/directives/data-exporter/public-api.d.ts +0 -2
- package/directives/data-exporter/services/exporters/csv-exporter.service.d.ts +0 -12
- package/directives/data-exporter/services/exporters/exporter.d.ts +0 -4
- package/directives/data-exporter/services/exporters/file-exporter.d.ts +0 -8
- package/directives/data-exporter/services/exporters/json-exporter.service.d.ts +0 -11
- package/directives/data-exporter/services/exporters/txt-exporter.service.d.ts +0 -12
- package/directives/data-exporter/services/exporters/worksheet-exporter.d.ts +0 -10
- package/directives/data-exporter/services/exporters/xls-exporter.service.d.ts +0 -14
- package/directives/data-exporter/services/exporters/xlsx-exporter.service.d.ts +0 -9
- package/directives/data-exporter/services/file-util.d.ts +0 -8
- package/directives/data-exporter/services/service-locator.service.d.ts +0 -11
- package/directives/debounce/abstract-debounce.directive.d.ts +0 -15
- package/directives/debounce/debounce-click.directive.d.ts +0 -8
- package/directives/debounce/debounce-keyup.directive.d.ts +0 -8
- package/directives/debounce/public-api.d.ts +0 -2
- package/directives/digit-only/digit-only.directive.d.ts +0 -36
- package/directives/digit-only/mask.directive.d.ts +0 -16
- package/directives/digit-only/public-api.d.ts +0 -2
- package/directives/equal-validator/equal-validator.directive.d.ts +0 -12
- package/directives/equal-validator/public-api.d.ts +0 -1
- package/lib/mock-api/mock-api.constants.d.ts +0 -2
- package/lib/mock-api/mock-api.interceptor.d.ts +0 -12
- package/lib/mock-api/mock-api.request-handler.d.ts +0 -16
- package/lib/mock-api/mock-api.service.d.ts +0 -20
- package/lib/mock-api/mock-api.types.d.ts +0 -7
- package/lib/mock-api/mock-api.utils.d.ts +0 -3
- package/lib/mock-api/public-api.d.ts +0 -5
- package/pipes/bytes/bytes.pipe.d.ts +0 -7
- package/pipes/bytes/public-api.d.ts +0 -1
- package/pipes/date-format/date-format.pipe.d.ts +0 -7
- package/pipes/date-format/public-api.d.ts +0 -1
- package/pipes/find-by-key/find-by-key.pipe.d.ts +0 -7
- package/pipes/find-by-key/public-api.d.ts +0 -1
- package/pipes/group-by/group-by.pipe.d.ts +0 -7
- package/pipes/group-by/public-api.d.ts +0 -1
- package/pipes/keys/keys.pipe.d.ts +0 -7
- package/pipes/keys/public-api.d.ts +0 -1
- package/pipes/secure/public-api.d.ts +0 -1
- package/pipes/secure/secure-pipe.d.ts +0 -18
- package/pipes/uppercase/public-api.d.ts +0 -1
- package/pipes/uppercase/uppercase.pipe.d.ts +0 -7
- package/public-api.d.ts +0 -1
- package/services/alert/alert.dialog.d.ts +0 -11
- package/services/alert/alert.message.d.ts +0 -8
- package/services/alert/alert.service.d.ts +0 -37
- package/services/alert/enum.d.ts +0 -12
- package/services/alert/public-api.d.ts +0 -4
- package/services/config/config.constants.d.ts +0 -6
- package/services/config/config.service.d.ts +0 -11
- package/services/config/public-api.d.ts +0 -3
- package/services/config/urlStateConfig.service.d.ts +0 -10
- package/services/confirmation/confirmation.service.d.ts +0 -12
- package/services/confirmation/confirmation.types.d.ts +0 -21
- package/services/confirmation/dialog/dialog.component.d.ts +0 -10
- package/services/confirmation/public-api.d.ts +0 -2
- package/services/data/data.service.d.ts +0 -20
- package/services/data/public-api.d.ts +0 -1
- package/services/export-as/export-as-config.model.d.ts +0 -8
- package/services/export-as/export-as.service.d.ts +0 -43
- package/services/export-as/public-api.d.ts +0 -2
- package/services/loading/loading.interceptor.d.ts +0 -12
- package/services/loading/loading.service.d.ts +0 -24
- package/services/loading/public-api.d.ts +0 -2
- package/services/local-storage/local-storage.service.d.ts +0 -8
- package/services/local-storage/public-api.d.ts +0 -1
- package/services/media-watcher/media-watcher.service.d.ts +0 -20
- package/services/media-watcher/public-api.d.ts +0 -1
- package/services/platform/platform.service.d.ts +0 -9
- package/services/platform/public-api.d.ts +0 -1
- package/services/splash-screen/public-api.d.ts +0 -1
- package/services/splash-screen/splash-screen.service.d.ts +0 -14
- package/services/title/public-api.d.ts +0 -1
- package/services/title/title.service.d.ts +0 -13
- package/services/translation/public-api.d.ts +0 -1
- package/services/translation/translation.service.d.ts +0 -20
- package/services/utils/public-api.d.ts +0 -1
- package/services/utils/utils.service.d.ts +0 -60
- package/validators/public-api.d.ts +0 -1
- package/validators/validators.d.ts +0 -5
- package/version/public-api.d.ts +0 -1
- package/version/version.d.ts +0 -9
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import { OnInit } from '@angular/core';
|
|
2
|
-
import { CmatPasswordStrengthComponent } from '../mat-password-strength/mat-password-strength.component';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class CmatPasswordStrengthInfoComponent implements OnInit {
|
|
5
|
-
passwordComponent: CmatPasswordStrengthComponent;
|
|
6
|
-
enableScoreInfo: boolean;
|
|
7
|
-
lowerCaseCriteriaMsg: string;
|
|
8
|
-
upperCaseCriteriaMsg: string;
|
|
9
|
-
digitsCriteriaMsg: string;
|
|
10
|
-
specialCharsCriteriaMsg: string;
|
|
11
|
-
customCharsCriteriaMsg: string;
|
|
12
|
-
minCharsCriteriaMsg: string;
|
|
13
|
-
ngOnInit(): void;
|
|
14
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<CmatPasswordStrengthInfoComponent, never>;
|
|
15
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CmatPasswordStrengthInfoComponent, "cmat-password-strength-info", ["cmatPasswordStrengthInfo"], { "passwordComponent": { "alias": "passwordComponent"; "required": false; }; "enableScoreInfo": { "alias": "enableScoreInfo"; "required": false; }; "lowerCaseCriteriaMsg": { "alias": "lowerCaseCriteriaMsg"; "required": false; }; "upperCaseCriteriaMsg": { "alias": "upperCaseCriteriaMsg"; "required": false; }; "digitsCriteriaMsg": { "alias": "digitsCriteriaMsg"; "required": false; }; "specialCharsCriteriaMsg": { "alias": "specialCharsCriteriaMsg"; "required": false; }; "customCharsCriteriaMsg": { "alias": "customCharsCriteriaMsg"; "required": false; }; "minCharsCriteriaMsg": { "alias": "minCharsCriteriaMsg"; "required": false; }; }, {}, never, never, true, never>;
|
|
16
|
-
}
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
import { AbstractControl, ValidatorFn } from '@angular/forms';
|
|
2
|
-
export declare class CmatPasswordStrengthValidator {
|
|
3
|
-
isUndefinedOrEmpty(control: AbstractControl): void;
|
|
4
|
-
validate(criteria: string, regex: RegExp): ValidatorFn;
|
|
5
|
-
confirm(password: string): ValidatorFn;
|
|
6
|
-
}
|
|
@@ -1,121 +0,0 @@
|
|
|
1
|
-
import { Direction, Directionality } from '@angular/cdk/bidi';
|
|
2
|
-
import { Overlay } from '@angular/cdk/overlay';
|
|
3
|
-
import { AfterViewInit, ChangeDetectorRef, ElementRef, EventEmitter, OnDestroy, ViewContainerRef } from '@angular/core';
|
|
4
|
-
import { Subject } from 'rxjs';
|
|
5
|
-
import { CmatPopoverPanel, CmatTarget } from './popover.interfaces';
|
|
6
|
-
import { CmatPopoverTriggerEvent } from './popover.type';
|
|
7
|
-
import * as i0 from "@angular/core";
|
|
8
|
-
/**
|
|
9
|
-
* This directive is intended to be used in conjunction with an cmat-popover tag. It is
|
|
10
|
-
* responsible for toggling the display of the provided popover instance.
|
|
11
|
-
*/
|
|
12
|
-
export declare class CmatPopoverTriggerDirective implements AfterViewInit, OnDestroy {
|
|
13
|
-
private _overlay;
|
|
14
|
-
private _elementRef;
|
|
15
|
-
private _viewContainerRef;
|
|
16
|
-
private _dir;
|
|
17
|
-
private _changeDetectorRef;
|
|
18
|
-
ariaHaspopup: boolean;
|
|
19
|
-
/** References the popover instance that the trigger is associated with. */
|
|
20
|
-
popover: CmatPopoverPanel;
|
|
21
|
-
/** References the popover target instance that the trigger is associated with. */
|
|
22
|
-
targetElement: CmatTarget;
|
|
23
|
-
/** Popover trigger event */
|
|
24
|
-
triggerEvent: CmatPopoverTriggerEvent;
|
|
25
|
-
/** Event emitted when the associated popover is opened. */
|
|
26
|
-
popoverOpened: EventEmitter<void>;
|
|
27
|
-
/** Event emitted when the associated popover is closed. */
|
|
28
|
-
popoverClosed: EventEmitter<void>;
|
|
29
|
-
popoverOpened$: Subject<void>;
|
|
30
|
-
popoverClosed$: Subject<void>;
|
|
31
|
-
private _portal;
|
|
32
|
-
private _overlayRef;
|
|
33
|
-
private _popoverOpen;
|
|
34
|
-
private _halt;
|
|
35
|
-
private _backdropSubscription;
|
|
36
|
-
private _positionSubscription;
|
|
37
|
-
private _detachmentsSubscription;
|
|
38
|
-
private _mouseoverTimer;
|
|
39
|
-
private _openedByMouse;
|
|
40
|
-
private _onDestroy;
|
|
41
|
-
constructor(_overlay: Overlay, _elementRef: ElementRef, _viewContainerRef: ViewContainerRef, _dir: Directionality, _changeDetectorRef: ChangeDetectorRef);
|
|
42
|
-
/** Whether the popover is open. */
|
|
43
|
-
get popoverOpen(): boolean;
|
|
44
|
-
/** The text direction of the containing app. */
|
|
45
|
-
get dir(): Direction;
|
|
46
|
-
onClick(): void;
|
|
47
|
-
onMouseEnter(): void;
|
|
48
|
-
onMouseLeave(): void;
|
|
49
|
-
handleMousedown(event: MouseEvent): void;
|
|
50
|
-
ngAfterViewInit(): void;
|
|
51
|
-
ngOnDestroy(): void;
|
|
52
|
-
/** Toggles the popover between the open and closed states. */
|
|
53
|
-
togglePopover(): void;
|
|
54
|
-
/** Opens the popover. */
|
|
55
|
-
openPopover(): void;
|
|
56
|
-
/** Closes the popover. */
|
|
57
|
-
closePopover(): void;
|
|
58
|
-
/** Removes the popover from the DOM. */
|
|
59
|
-
destroyPopover(): void;
|
|
60
|
-
/** Focuses the popover trigger. */
|
|
61
|
-
focus(): void;
|
|
62
|
-
/**
|
|
63
|
-
* This method ensures that the popover closes when the overlay backdrop is clicked.
|
|
64
|
-
* We do not use first() here because doing so would not catch clicks from within
|
|
65
|
-
* the popover, and it would fail to unsubscribe properly. Instead, we unsubscribe
|
|
66
|
-
* explicitly when the popover is closed or destroyed.
|
|
67
|
-
*/
|
|
68
|
-
private _subscribeToBackdrop;
|
|
69
|
-
private _subscribeToDetachments;
|
|
70
|
-
/**
|
|
71
|
-
* This method sets the popover state to open and focuses the first item if
|
|
72
|
-
* the popover was opened via the keyboard.
|
|
73
|
-
*/
|
|
74
|
-
private _initPopover;
|
|
75
|
-
/**
|
|
76
|
-
* This method resets the popover when it's closed, most importantly restoring
|
|
77
|
-
* focus to the popover trigger if the popover was opened via the keyboard.
|
|
78
|
-
*/
|
|
79
|
-
private _resetPopover;
|
|
80
|
-
/** set state rather than toggle to support triggers sharing a popover */
|
|
81
|
-
private _setPopoverOpened;
|
|
82
|
-
/** set state rather than toggle to support triggers sharing a popover */
|
|
83
|
-
private _setPopoverClosed;
|
|
84
|
-
/**
|
|
85
|
-
* This method checks that a valid instance of MdPopover has been passed into
|
|
86
|
-
* mdPopoverTriggerFor. If not, an exception is thrown.
|
|
87
|
-
*/
|
|
88
|
-
private _checkPopover;
|
|
89
|
-
/**
|
|
90
|
-
* This method creates the overlay from the provided popover's template and saves its
|
|
91
|
-
* OverlayRef so that it can be attached to the DOM when openPopover is called.
|
|
92
|
-
*/
|
|
93
|
-
private _createOverlay;
|
|
94
|
-
/**
|
|
95
|
-
* This method builds the configuration object needed to create the overlay, the OverlayConfig.
|
|
96
|
-
*
|
|
97
|
-
* @returns OverlayConfig
|
|
98
|
-
*/
|
|
99
|
-
private _getOverlayConfig;
|
|
100
|
-
/**
|
|
101
|
-
* This method returns the scroll strategy used by the cdk/overlay.
|
|
102
|
-
*/
|
|
103
|
-
private _getOverlayScrollStrategy;
|
|
104
|
-
/**
|
|
105
|
-
* Listens to changes in the position of the overlay and sets the correct classes
|
|
106
|
-
* on the popover based on the new position. This ensures the animation origin is always
|
|
107
|
-
* correct, even if a fallback position is used for the overlay.
|
|
108
|
-
*/
|
|
109
|
-
private _subscribeToPositions;
|
|
110
|
-
/**
|
|
111
|
-
* This method builds the position strategy for the overlay, so the popover is properly connected
|
|
112
|
-
* to the trigger.
|
|
113
|
-
*
|
|
114
|
-
* @returns ConnectedPositionStrategy
|
|
115
|
-
*/
|
|
116
|
-
private _getPosition;
|
|
117
|
-
private _cleanUpSubscriptions;
|
|
118
|
-
private _setCurrentConfig;
|
|
119
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<CmatPopoverTriggerDirective, [null, null, null, { optional: true; }, null]>;
|
|
120
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<CmatPopoverTriggerDirective, "[cmatPopoverTriggerFor],[cmatPopoverTargetAt],[cmatPopoverTriggerOn]", ["cmatPopoverTrigger"], { "popover": { "alias": "cmatPopoverTriggerFor"; "required": false; }; "targetElement": { "alias": "cmatPopoverTargetAt"; "required": false; }; "triggerEvent": { "alias": "cmatPopoverTriggerOn"; "required": false; }; }, { "popoverOpened": "popoverOpened"; "popoverClosed": "popoverClosed"; }, never, never, true, never>;
|
|
121
|
-
}
|
|
@@ -1,136 +0,0 @@
|
|
|
1
|
-
import { AnimationEvent } from '@angular/animations';
|
|
2
|
-
import { Directionality } from '@angular/cdk/bidi';
|
|
3
|
-
import { BooleanInput } from '@angular/cdk/coercion';
|
|
4
|
-
import { ElementRef, EventEmitter, OnDestroy, TemplateRef } from '@angular/core';
|
|
5
|
-
import { CmatPopoverPanel } from './popover.interfaces';
|
|
6
|
-
import { CmatPopoverPosition, CmatPopoverScrollStrategy, CmatPopoverTriggerEvent } from './popover.type';
|
|
7
|
-
import * as i0 from "@angular/core";
|
|
8
|
-
export declare class CmatPopoverComponent implements CmatPopoverPanel, OnDestroy {
|
|
9
|
-
private _dir;
|
|
10
|
-
private _elementRef;
|
|
11
|
-
static ngAcceptInputType_closeOnPanelClick: BooleanInput;
|
|
12
|
-
static ngAcceptInputType_closeOnBackdropClick: BooleanInput;
|
|
13
|
-
static ngAcceptInputType_disableAnimation: BooleanInput;
|
|
14
|
-
static ngAcceptInputType_focusTrapEnabled: BooleanInput;
|
|
15
|
-
static ngAcceptInputType_focusTrapAutoCaptureEnabled: BooleanInput;
|
|
16
|
-
/** Event emitted when the popover is closed. */
|
|
17
|
-
closed: EventEmitter<void>;
|
|
18
|
-
templateRef: TemplateRef<any>;
|
|
19
|
-
role: string;
|
|
20
|
-
/** Config object to be passed into the popover's arrow ngStyle */
|
|
21
|
-
popoverPanelStyles: {};
|
|
22
|
-
/** Config object to be passed into the popover's arrow ngStyle */
|
|
23
|
-
popoverArrowStyles: {};
|
|
24
|
-
/** Config object to be passed into the popover's content ngStyle */
|
|
25
|
-
popoverContentStyles: {};
|
|
26
|
-
/** Whether popover's `targetElement` is defined */
|
|
27
|
-
containerPositioning: boolean;
|
|
28
|
-
/** Closing disabled on popover */
|
|
29
|
-
closeDisabled: boolean;
|
|
30
|
-
/** Config object to be passed into the popover's ngClass */
|
|
31
|
-
classList: Record<string, boolean>;
|
|
32
|
-
/** Emits the current animation state whenever it changes. */
|
|
33
|
-
_onAnimationStateChange: EventEmitter<AnimationEvent>;
|
|
34
|
-
/** Settings for popover, view setters and getters for more detail */
|
|
35
|
-
private _position;
|
|
36
|
-
private _triggerEvent;
|
|
37
|
-
private _scrollStrategy;
|
|
38
|
-
private _enterDelay;
|
|
39
|
-
private _leaveDelay;
|
|
40
|
-
private _panelOffsetX;
|
|
41
|
-
private _panelOffsetY;
|
|
42
|
-
private _closeOnPanelClick;
|
|
43
|
-
private _closeOnBackdropClick;
|
|
44
|
-
private _disableAnimation;
|
|
45
|
-
private _focusTrapEnabled;
|
|
46
|
-
private _focusTrapAutoCaptureEnabled;
|
|
47
|
-
private _arrowOffsetX;
|
|
48
|
-
private _arrowOffsetY;
|
|
49
|
-
private _arrowWidth;
|
|
50
|
-
private _arrowHeight;
|
|
51
|
-
constructor(_dir: Directionality, _elementRef: ElementRef);
|
|
52
|
-
get position(): CmatPopoverPosition;
|
|
53
|
-
/** Position of the popover. */
|
|
54
|
-
set position(value: CmatPopoverPosition);
|
|
55
|
-
/** Popover trigger event */
|
|
56
|
-
get triggerEvent(): CmatPopoverTriggerEvent;
|
|
57
|
-
set triggerEvent(value: CmatPopoverTriggerEvent);
|
|
58
|
-
/** Popover scroll strategy */
|
|
59
|
-
get scrollStrategy(): CmatPopoverScrollStrategy;
|
|
60
|
-
set scrollStrategy(value: CmatPopoverScrollStrategy);
|
|
61
|
-
/** Popover enter delay */
|
|
62
|
-
get enterDelay(): number;
|
|
63
|
-
set enterDelay(value: number);
|
|
64
|
-
/** Popover leave delay */
|
|
65
|
-
get leaveDelay(): number;
|
|
66
|
-
set leaveDelay(value: number);
|
|
67
|
-
/** Popover target offset x */
|
|
68
|
-
get xOffset(): number;
|
|
69
|
-
set xOffset(value: number);
|
|
70
|
-
/** Popover target offset y */
|
|
71
|
-
get yOffset(): number;
|
|
72
|
-
set yOffset(value: number);
|
|
73
|
-
/** Popover arrow offset x */
|
|
74
|
-
get arrowOffsetX(): number;
|
|
75
|
-
set arrowOffsetX(value: number);
|
|
76
|
-
/** Popover arrow offset y */
|
|
77
|
-
get arrowOffsetY(): number;
|
|
78
|
-
set arrowOffsetY(value: number);
|
|
79
|
-
/** Popover arrow width */
|
|
80
|
-
get arrowWidth(): number;
|
|
81
|
-
set arrowWidth(value: number);
|
|
82
|
-
/** Popover arrow height */
|
|
83
|
-
get arrowHeight(): number;
|
|
84
|
-
set arrowHeight(value: number);
|
|
85
|
-
/** Popover close on container click */
|
|
86
|
-
get closeOnPanelClick(): boolean;
|
|
87
|
-
set closeOnPanelClick(value: boolean);
|
|
88
|
-
/** Popover close on backdrop click */
|
|
89
|
-
get closeOnBackdropClick(): boolean;
|
|
90
|
-
set closeOnBackdropClick(value: boolean);
|
|
91
|
-
/** Disable animations of popover and all child elements */
|
|
92
|
-
get disableAnimation(): boolean;
|
|
93
|
-
set disableAnimation(value: boolean);
|
|
94
|
-
/** Popover focus trap using cdkTrapFocus */
|
|
95
|
-
get focusTrapEnabled(): boolean;
|
|
96
|
-
set focusTrapEnabled(value: boolean);
|
|
97
|
-
/** Popover focus trap auto capture using cdkTrapFocusAutoCapture */
|
|
98
|
-
get focusTrapAutoCaptureEnabled(): boolean;
|
|
99
|
-
set focusTrapAutoCaptureEnabled(value: boolean);
|
|
100
|
-
/**
|
|
101
|
-
* This method takes classes set on the host md-popover element and applies them on the
|
|
102
|
-
* popover template that displays in the overlay container. Otherwise, it's difficult
|
|
103
|
-
* to style the containing popover from outside the component.
|
|
104
|
-
*
|
|
105
|
-
* @param classes list of class names
|
|
106
|
-
*/
|
|
107
|
-
set panelClass(classes: string);
|
|
108
|
-
ngOnDestroy(): void;
|
|
109
|
-
/** Handle a keyboard event from the popover, delegating to the appropriate action. */
|
|
110
|
-
handleKeydown(event: KeyboardEvent): void;
|
|
111
|
-
/**
|
|
112
|
-
* This emits a close event to which the trigger is subscribed. When emitted, the
|
|
113
|
-
* trigger will close the popover.
|
|
114
|
-
*/
|
|
115
|
-
emitCloseEvent(): void;
|
|
116
|
-
/** Close popover on click if closeOnPanelClick is true */
|
|
117
|
-
onClick(): void;
|
|
118
|
-
/**
|
|
119
|
-
* TODO: Refactor when @angular/cdk includes feature I mentioned on github see link below.
|
|
120
|
-
* https://github.com/angular/material2/pull/5493#issuecomment-313085323
|
|
121
|
-
*/
|
|
122
|
-
/** Disables close of popover when leaving trigger element and mouse over the popover */
|
|
123
|
-
onMouseOver(): void;
|
|
124
|
-
onFocus(): void;
|
|
125
|
-
/** Enables close of popover when mouse leaving popover element */
|
|
126
|
-
onMouseLeave(): void;
|
|
127
|
-
/** Sets the current styles for the popover to allow for dynamically changing settings */
|
|
128
|
-
setCurrentStyles(pos?: CmatPopoverPosition): void;
|
|
129
|
-
/**
|
|
130
|
-
* It's necessary to set position-based classes to ensure the popover panel animation
|
|
131
|
-
* folds out from the correct direction.
|
|
132
|
-
*/
|
|
133
|
-
setPositionClasses(pos?: CmatPopoverPosition): void;
|
|
134
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<CmatPopoverComponent, [{ optional: true; }, null]>;
|
|
135
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CmatPopoverComponent, "cmat-popover", ["cmatPopover"], { "popoverPanelStyles": { "alias": "popoverPanelStyles"; "required": false; }; "popoverArrowStyles": { "alias": "popoverArrowStyles"; "required": false; }; "popoverContentStyles": { "alias": "popoverContentStyles"; "required": false; }; "position": { "alias": "position"; "required": false; }; "triggerEvent": { "alias": "triggerEvent"; "required": false; }; "scrollStrategy": { "alias": "scrollStrategy"; "required": false; }; "enterDelay": { "alias": "enterDelay"; "required": false; }; "leaveDelay": { "alias": "leaveDelay"; "required": false; }; "xOffset": { "alias": "xOffset"; "required": false; }; "yOffset": { "alias": "yOffset"; "required": false; }; "arrowOffsetX": { "alias": "arrowOffsetX"; "required": false; }; "arrowOffsetY": { "alias": "arrowOffsetY"; "required": false; }; "arrowWidth": { "alias": "arrowWidth"; "required": false; }; "arrowHeight": { "alias": "arrowHeight"; "required": false; }; "closeOnPanelClick": { "alias": "closeOnPanelClick"; "required": false; }; "closeOnBackdropClick": { "alias": "closeOnBackdropClick"; "required": false; }; "disableAnimation": { "alias": "disableAnimation"; "required": false; }; "focusTrapEnabled": { "alias": "focusTrapEnabled"; "required": false; }; "focusTrapAutoCaptureEnabled": { "alias": "focusTrapAutoCaptureEnabled"; "required": false; }; "panelClass": { "alias": "panelClass"; "required": false; }; }, { "closed": "closed"; }, never, ["*"], true, never>;
|
|
136
|
-
}
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Throws an exception for the case when popover trigger doesn't have a valid cmat-popover instance
|
|
3
|
-
*/
|
|
4
|
-
export declare function throwCmatPopoverMissingError(): void;
|
|
5
|
-
/**
|
|
6
|
-
* Throws an exception for the case when popover's cmatPopoverPosition[0] value isn't valid.
|
|
7
|
-
* In other words, it doesn't match 'above', 'below', 'before' or 'after'.
|
|
8
|
-
*/
|
|
9
|
-
export declare function throwCmatPopoverInvalidPositionStart(): void;
|
|
10
|
-
/**
|
|
11
|
-
* Throws an exception for the case when popover's cmatPopoverPosition[1] value isn't valid.
|
|
12
|
-
* In other words, it doesn't match 'above', 'below', 'before', 'after' or 'center'.
|
|
13
|
-
*/
|
|
14
|
-
export declare function throwCmatPopoverInvalidPositionEnd(): void;
|
|
@@ -1,43 +0,0 @@
|
|
|
1
|
-
import { ElementRef, EventEmitter, TemplateRef } from '@angular/core';
|
|
2
|
-
import { CmatPopoverPosition, CmatPopoverScrollStrategy, CmatPopoverTriggerEvent } from './popover.type';
|
|
3
|
-
export interface CmatPopoverPanel {
|
|
4
|
-
triggerEvent: CmatPopoverTriggerEvent;
|
|
5
|
-
position: CmatPopoverPosition;
|
|
6
|
-
xOffset: number;
|
|
7
|
-
yOffset: number;
|
|
8
|
-
enterDelay: number;
|
|
9
|
-
leaveDelay: number;
|
|
10
|
-
arrowOffsetX: number;
|
|
11
|
-
arrowOffsetY: number;
|
|
12
|
-
arrowWidth: number;
|
|
13
|
-
arrowHeight: number;
|
|
14
|
-
closeOnPanelClick: boolean;
|
|
15
|
-
closeOnBackdropClick: boolean;
|
|
16
|
-
scrollStrategy: CmatPopoverScrollStrategy;
|
|
17
|
-
containerPositioning: boolean;
|
|
18
|
-
closeDisabled: boolean;
|
|
19
|
-
templateRef: TemplateRef<any>;
|
|
20
|
-
closed: EventEmitter<void>;
|
|
21
|
-
setCurrentStyles: (pos?: CmatPopoverPosition) => void;
|
|
22
|
-
setPositionClasses: (pos?: CmatPopoverPosition) => void;
|
|
23
|
-
emitCloseEvent: VoidFunction;
|
|
24
|
-
}
|
|
25
|
-
export interface CmatPopoverConfig {
|
|
26
|
-
triggerEvent: CmatPopoverTriggerEvent;
|
|
27
|
-
position: CmatPopoverPosition;
|
|
28
|
-
xOffset: number;
|
|
29
|
-
yOffset: number;
|
|
30
|
-
enterDelay: number;
|
|
31
|
-
leaveDelay: number;
|
|
32
|
-
arrowOffsetX: number;
|
|
33
|
-
arrowOffsetY: number;
|
|
34
|
-
arrowWidth: number;
|
|
35
|
-
arrowHeight: number;
|
|
36
|
-
closeOnPanelClick: boolean;
|
|
37
|
-
closeOnBackdropClick: boolean;
|
|
38
|
-
panelClass: string;
|
|
39
|
-
backdropClass: string;
|
|
40
|
-
}
|
|
41
|
-
export interface CmatTarget {
|
|
42
|
-
_elementRef: ElementRef;
|
|
43
|
-
}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import { ElementRef } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class CmatPopoverTargetDirective {
|
|
4
|
-
elementRef: ElementRef;
|
|
5
|
-
constructor(elementRef: ElementRef);
|
|
6
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<CmatPopoverTargetDirective, never>;
|
|
7
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<CmatPopoverTargetDirective, "cmat-popover-target, [cmatPopoverTarget]", ["cmatPopoverTarget"], {}, {}, never, never, true, never>;
|
|
8
|
-
}
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
export type CmatPopoverPositionStart = 'above' | 'below' | 'before' | 'after';
|
|
2
|
-
export type CmatPopoverPositionEnd = CmatPopoverPositionStart | 'center';
|
|
3
|
-
export type CmatPopoverPosition = [CmatPopoverPositionStart, CmatPopoverPositionEnd];
|
|
4
|
-
export type CmatPopoverTriggerEvent = 'click' | 'hover' | 'none';
|
|
5
|
-
export type CmatPopoverScrollStrategy = 'noop' | 'close' | 'block' | 'reposition';
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
import { ChangeDetectorRef, OnChanges, OnDestroy, OnInit, SimpleChanges } from '@angular/core';
|
|
2
|
-
import { CmatLoadingService } from 'cmat/services/loading';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class CmatProgressBarComponent implements OnChanges, OnInit, OnDestroy {
|
|
5
|
-
private _cmatLoadingService;
|
|
6
|
-
private _changeDetectorRef;
|
|
7
|
-
autoMode: boolean;
|
|
8
|
-
mode: 'determinate' | 'indeterminate';
|
|
9
|
-
progress: number | null;
|
|
10
|
-
show: boolean;
|
|
11
|
-
private _unsubscribeAll;
|
|
12
|
-
constructor(_cmatLoadingService: CmatLoadingService, _changeDetectorRef: ChangeDetectorRef);
|
|
13
|
-
ngOnChanges(changes: SimpleChanges): void;
|
|
14
|
-
ngOnInit(): void;
|
|
15
|
-
ngOnDestroy(): void;
|
|
16
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<CmatProgressBarComponent, never>;
|
|
17
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CmatProgressBarComponent, "cmat-progress-bar", ["cmatProgressBar"], { "autoMode": { "alias": "autoMode"; "required": false; }; }, {}, never, never, true, never>;
|
|
18
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './progress-bar.component';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './rating.component';
|
|
@@ -1,58 +0,0 @@
|
|
|
1
|
-
import { BooleanInput } from '@angular/cdk/coercion';
|
|
2
|
-
import { EventEmitter, OnChanges, SimpleChanges, OnInit, ChangeDetectorRef, OnDestroy } from '@angular/core';
|
|
3
|
-
import { ControlValueAccessor, NgControl } from '@angular/forms';
|
|
4
|
-
import { MatFormFieldControl } from '@angular/material/form-field';
|
|
5
|
-
import { Subject } from 'rxjs';
|
|
6
|
-
import * as i0 from "@angular/core";
|
|
7
|
-
export declare class CmatRatingComponent implements MatFormFieldControl<any>, ControlValueAccessor, OnInit, OnChanges, OnDestroy {
|
|
8
|
-
ngControl: NgControl;
|
|
9
|
-
private _changeDetectorRef;
|
|
10
|
-
id: string;
|
|
11
|
-
private _ratingElementRef;
|
|
12
|
-
stars: number;
|
|
13
|
-
readonly: boolean;
|
|
14
|
-
hover: boolean;
|
|
15
|
-
half: boolean;
|
|
16
|
-
color?: string;
|
|
17
|
-
showMode?: 'horizontal' | 'vertical';
|
|
18
|
-
valueChange: EventEmitter<any>;
|
|
19
|
-
starArray: number[];
|
|
20
|
-
currentValue: number;
|
|
21
|
-
readonly stateChanges: Subject<void>;
|
|
22
|
-
focused: boolean;
|
|
23
|
-
touched: boolean;
|
|
24
|
-
controlType: string;
|
|
25
|
-
constructor(ngControl: NgControl, _changeDetectorRef: ChangeDetectorRef);
|
|
26
|
-
onModelChange: (value: any) => void;
|
|
27
|
-
onTouchedChange: () => any;
|
|
28
|
-
ngOnInit(): void;
|
|
29
|
-
ngOnChanges(changes: SimpleChanges): void;
|
|
30
|
-
ngOnDestroy(): void;
|
|
31
|
-
onFocus(): void;
|
|
32
|
-
get placeholder(): string;
|
|
33
|
-
set placeholder(value: string);
|
|
34
|
-
private _placeholder;
|
|
35
|
-
get value(): any;
|
|
36
|
-
set value(value: any);
|
|
37
|
-
protected _value: any;
|
|
38
|
-
get empty(): boolean;
|
|
39
|
-
get errorState(): boolean;
|
|
40
|
-
get shouldLabelFloat(): boolean;
|
|
41
|
-
get required(): boolean;
|
|
42
|
-
set required(value: any);
|
|
43
|
-
protected _required: boolean;
|
|
44
|
-
get disabled(): boolean;
|
|
45
|
-
set disabled(value: BooleanInput);
|
|
46
|
-
writeValue(value: number): void;
|
|
47
|
-
setDisabledState(isDisabled: boolean): void;
|
|
48
|
-
registerOnChange(fn: any): void;
|
|
49
|
-
registerOnTouched(fn: any): void;
|
|
50
|
-
setDescribedByIds(ids: string[]): void;
|
|
51
|
-
onContainerClick(): void;
|
|
52
|
-
isIn(value: number): boolean;
|
|
53
|
-
onClick(event: any, value: number, half?: boolean): void;
|
|
54
|
-
onMouseover(event: any, value: number, half?: boolean): void;
|
|
55
|
-
onMouseleave(): void;
|
|
56
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<CmatRatingComponent, [{ optional: true; self: true; }, null]>;
|
|
57
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CmatRatingComponent, "cmat-rating", ["cmatRating"], { "id": { "alias": "id"; "required": false; }; "stars": { "alias": "stars"; "required": false; }; "readonly": { "alias": "readonly"; "required": false; }; "hover": { "alias": "hover"; "required": false; }; "half": { "alias": "half"; "required": false; }; "color": { "alias": "color"; "required": false; }; "showMode": { "alias": "showMode"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "value": { "alias": "value"; "required": false; }; "required": { "alias": "required"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; }, { "valueChange": "valueChange"; }, never, never, true, never>;
|
|
58
|
-
}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import { InjectionToken } from '@angular/core';
|
|
2
|
-
import { CmatSelectSearchComponent } from './select-search.component';
|
|
3
|
-
/** List of inputs of CmatSelectSearchComponent that can be configured with a global default. */
|
|
4
|
-
export declare const configurableDefaultOptions: readonly ["ariaLabel", "clearSearchInput", "disableInitialFocus", "disableScrollToActiveOnOptionsChanged", "enableClearOnEscapePressed", "hideClearSearchButton", "noEntriesFoundLabel", "placeholderLabel", "preventHomeEndKeyPropagation", "searching"];
|
|
5
|
-
export type ConfigurableDefaultOptions = typeof configurableDefaultOptions[number];
|
|
6
|
-
export declare const MAT_SELECTSEARCH_DEFAULT_OPTIONS: InjectionToken<Readonly<Partial<Pick<CmatSelectSearchComponent, "ariaLabel" | "clearSearchInput" | "disableInitialFocus" | "disableScrollToActiveOnOptionsChanged" | "enableClearOnEscapePressed" | "hideClearSearchButton" | "noEntriesFoundLabel" | "placeholderLabel" | "preventHomeEndKeyPropagation" | "searching">>>>;
|
|
7
|
-
/** Global configurable options for MatSelectSearch. */
|
|
8
|
-
export type MatSelectSearchOptions = Readonly<Partial<Pick<CmatSelectSearchComponent, ConfigurableDefaultOptions>>>;
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
export declare class CmatSelectNoEntriesFoundDirective {
|
|
3
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<CmatSelectNoEntriesFoundDirective, never>;
|
|
4
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<CmatSelectNoEntriesFoundDirective, "[cmatSelectNoEntriesFound]", never, {}, {}, never, never, true, never>;
|
|
5
|
-
}
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
export declare class CmatSelectSearchClearDirective {
|
|
3
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<CmatSelectSearchClearDirective, never>;
|
|
4
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<CmatSelectSearchClearDirective, "[cmatSelectSearchClear]", never, {}, {}, never, never, true, never>;
|
|
5
|
-
}
|
|
@@ -1,91 +0,0 @@
|
|
|
1
|
-
import { ViewportRuler } from '@angular/cdk/scrolling';
|
|
2
|
-
import { ChangeDetectorRef, ElementRef, EventEmitter, OnDestroy, OnInit, QueryList } from '@angular/core';
|
|
3
|
-
import { ControlValueAccessor, FormControl } from '@angular/forms';
|
|
4
|
-
import { MatOption } from '@angular/material/core';
|
|
5
|
-
import { MatFormField } from '@angular/material/form-field';
|
|
6
|
-
import { MatSelect } from '@angular/material/select';
|
|
7
|
-
import { Observable } from 'rxjs';
|
|
8
|
-
import { MatSelectSearchOptions } from './default-options';
|
|
9
|
-
import { CmatSelectNoEntriesFoundDirective } from './select-no-entries-found.directive';
|
|
10
|
-
import { CmatSelectSearchClearDirective } from './select-search-clear.directive';
|
|
11
|
-
import * as i0 from "@angular/core";
|
|
12
|
-
export declare class CmatSelectSearchComponent implements OnInit, OnDestroy, ControlValueAccessor {
|
|
13
|
-
protected matSelect: MatSelect;
|
|
14
|
-
private _changeDetectorRef;
|
|
15
|
-
private _viewportRuler;
|
|
16
|
-
private _matOption;
|
|
17
|
-
protected matFormField: MatFormField | null;
|
|
18
|
-
private _defaultOptions?;
|
|
19
|
-
placeholderLabel: string;
|
|
20
|
-
type: string;
|
|
21
|
-
noEntriesFoundLabel: string;
|
|
22
|
-
showNoFoundLabel: boolean;
|
|
23
|
-
clearSearchInput: boolean;
|
|
24
|
-
searching: boolean;
|
|
25
|
-
disableInitialFocus: boolean;
|
|
26
|
-
enableClearOnEscapePressed: boolean;
|
|
27
|
-
preventHomeEndKeyPropagation: boolean;
|
|
28
|
-
disableScrollToActiveOnOptionsChanged: boolean;
|
|
29
|
-
ariaLabel: string;
|
|
30
|
-
/** Whether to show Select All Checkbox (for mat-select[multi=true]) */
|
|
31
|
-
showToggleAllCheckbox: boolean;
|
|
32
|
-
/** select all checkbox checked state */
|
|
33
|
-
toggleAllCheckboxChecked: boolean;
|
|
34
|
-
/** select all checkbox indeterminate state */
|
|
35
|
-
toggleAllCheckboxIndeterminate: boolean;
|
|
36
|
-
toggleAllCheckboxTooltipMessage: string;
|
|
37
|
-
toggleAllCheckboxTooltipPosition: 'left' | 'right' | 'above' | 'below' | 'before' | 'after';
|
|
38
|
-
hideClearSearchButton: boolean;
|
|
39
|
-
alwaysRestoreSelectedOptionsMulti: boolean;
|
|
40
|
-
/** Output emitter to send to parent component with the toggle all boolean */
|
|
41
|
-
toggleAll: EventEmitter<boolean>;
|
|
42
|
-
searchSelectInput: ElementRef;
|
|
43
|
-
innerSelectSearch: ElementRef;
|
|
44
|
-
clearIcon: CmatSelectSearchClearDirective;
|
|
45
|
-
noEntriesFound: CmatSelectNoEntriesFoundDirective;
|
|
46
|
-
formControl: FormControl;
|
|
47
|
-
private _options$;
|
|
48
|
-
private _lastExternalInputValue?;
|
|
49
|
-
private _optionsList$;
|
|
50
|
-
private _optionsLength$;
|
|
51
|
-
private _previousSelectedValues;
|
|
52
|
-
private _onDestroy;
|
|
53
|
-
/** Reference to active descendant for ARIA Support. */
|
|
54
|
-
private _activeDescendant?;
|
|
55
|
-
constructor(matSelect: MatSelect, _changeDetectorRef: ChangeDetectorRef, _viewportRuler: ViewportRuler, _matOption?: MatOption | null, matFormField?: MatFormField | null, _defaultOptions?: MatSelectSearchOptions | undefined);
|
|
56
|
-
/** whether to show the no entries found message */
|
|
57
|
-
showNoEntriesFound$: Observable<boolean>;
|
|
58
|
-
get isInsideMatOption(): boolean;
|
|
59
|
-
get value(): string;
|
|
60
|
-
get _options(): QueryList<MatOption> | null;
|
|
61
|
-
set _options(_options: QueryList<MatOption>);
|
|
62
|
-
onTouched: () => any;
|
|
63
|
-
ngOnInit(): void;
|
|
64
|
-
emitSelectAllBooleanToParent(state: boolean): void;
|
|
65
|
-
ngOnDestroy(): void;
|
|
66
|
-
isToggleAllCheckboxVisible(): boolean;
|
|
67
|
-
handleKeydown(event: KeyboardEvent): void;
|
|
68
|
-
/**
|
|
69
|
-
* Handles the key up event with MatSelect.
|
|
70
|
-
* Allows e.g. the announcing of the currently activeDescendant by screen readers.
|
|
71
|
-
*/
|
|
72
|
-
handleKeyup(event: KeyboardEvent): void;
|
|
73
|
-
writeValue(value: string): void;
|
|
74
|
-
onBlur(): void;
|
|
75
|
-
registerOnChange(fn: (value: string) => void): void;
|
|
76
|
-
registerOnTouched(fn: any): void;
|
|
77
|
-
focus(): void;
|
|
78
|
-
reset(focus?: boolean): void;
|
|
79
|
-
updateInputWidth(): void;
|
|
80
|
-
private _getMatOptionHeight;
|
|
81
|
-
private _getOptionsLengthOffset;
|
|
82
|
-
private _unselectActiveDescendant;
|
|
83
|
-
private _applyDefaultOptions;
|
|
84
|
-
private _initMultipleHandling;
|
|
85
|
-
/**
|
|
86
|
-
* Scrolls the currently active option into the view if it is not yet visible.
|
|
87
|
-
*/
|
|
88
|
-
private _adjustScrollTopToFitActiveOptionIntoView;
|
|
89
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<CmatSelectSearchComponent, [null, null, null, { optional: true; }, { optional: true; }, { optional: true; }]>;
|
|
90
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CmatSelectSearchComponent, "cmat-select-search", ["cmatSelectSearch"], { "placeholderLabel": { "alias": "placeholderLabel"; "required": false; }; "type": { "alias": "type"; "required": false; }; "noEntriesFoundLabel": { "alias": "noEntriesFoundLabel"; "required": false; }; "showNoFoundLabel": { "alias": "showNoFoundLabel"; "required": false; }; "clearSearchInput": { "alias": "clearSearchInput"; "required": false; }; "searching": { "alias": "searching"; "required": false; }; "disableInitialFocus": { "alias": "disableInitialFocus"; "required": false; }; "enableClearOnEscapePressed": { "alias": "enableClearOnEscapePressed"; "required": false; }; "preventHomeEndKeyPropagation": { "alias": "preventHomeEndKeyPropagation"; "required": false; }; "disableScrollToActiveOnOptionsChanged": { "alias": "disableScrollToActiveOnOptionsChanged"; "required": false; }; "ariaLabel": { "alias": "ariaLabel"; "required": false; }; "showToggleAllCheckbox": { "alias": "showToggleAllCheckbox"; "required": false; }; "toggleAllCheckboxChecked": { "alias": "toggleAllCheckboxChecked"; "required": false; }; "toggleAllCheckboxIndeterminate": { "alias": "toggleAllCheckboxIndeterminate"; "required": false; }; "toggleAllCheckboxTooltipMessage": { "alias": "toggleAllCheckboxTooltipMessage"; "required": false; }; "toggleAllCheckboxTooltipPosition": { "alias": "toggleAllCheckboxTooltipPosition"; "required": false; }; "hideClearSearchButton": { "alias": "hideClearSearchButton"; "required": false; }; "alwaysRestoreSelectedOptionsMulti": { "alias": "alwaysRestoreSelectedOptionsMulti"; "required": false; }; }, { "toggleAll": "toggleAll"; }, ["clearIcon", "noEntriesFound"], ["[cmatSelectSearchClear]", ".cmat-select-search-custom-header-content", "[cmatSelectNoEntriesFound]"], true, never>;
|
|
91
|
-
}
|