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,36 +0,0 @@
|
|
|
1
|
-
import { BooleanInput } from '@angular/cdk/coercion';
|
|
2
|
-
import { ChangeDetectorRef, EventEmitter, OnDestroy, OnInit } from '@angular/core';
|
|
3
|
-
import { CmatNavigationService } from '../../../navigation.service';
|
|
4
|
-
import { CmatNavigationItem } from '../../../navigation.types';
|
|
5
|
-
import * as i0 from "@angular/core";
|
|
6
|
-
export declare class CmatVerticalNavigationGroupItemComponent implements OnInit, OnDestroy {
|
|
7
|
-
private _changeDetectorRef;
|
|
8
|
-
private _cmatNavigationService;
|
|
9
|
-
static ngAcceptInputType_autoCollapse: BooleanInput;
|
|
10
|
-
autoCollapse: boolean;
|
|
11
|
-
item: CmatNavigationItem;
|
|
12
|
-
name: string;
|
|
13
|
-
editState: boolean;
|
|
14
|
-
readonly editSelectedItemChanged: EventEmitter<CmatNavigationItem>;
|
|
15
|
-
private _cmatVerticalNavigationComponent;
|
|
16
|
-
private _unsubscribeAll;
|
|
17
|
-
constructor(_changeDetectorRef: ChangeDetectorRef, _cmatNavigationService: CmatNavigationService);
|
|
18
|
-
/**
|
|
19
|
-
* On init
|
|
20
|
-
*/
|
|
21
|
-
ngOnInit(): void;
|
|
22
|
-
/**
|
|
23
|
-
* On destroy
|
|
24
|
-
*/
|
|
25
|
-
ngOnDestroy(): void;
|
|
26
|
-
/**
|
|
27
|
-
* Track by function for ngFor loops
|
|
28
|
-
*
|
|
29
|
-
* @param index
|
|
30
|
-
* @param item
|
|
31
|
-
*/
|
|
32
|
-
trackByFn(index: number, item: any): any;
|
|
33
|
-
selectItem(item: CmatNavigationItem): void;
|
|
34
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<CmatVerticalNavigationGroupItemComponent, never>;
|
|
35
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CmatVerticalNavigationGroupItemComponent, "cmat-vertical-navigation-group-item", never, { "autoCollapse": { "alias": "autoCollapse"; "required": false; }; "item": { "alias": "item"; "required": false; }; "name": { "alias": "name"; "required": false; }; "editState": { "alias": "editState"; "required": false; }; }, { "editSelectedItemChanged": "editSelectedItemChanged"; }, never, never, true, never>;
|
|
36
|
-
}
|
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
import { ChangeDetectorRef, EventEmitter, OnDestroy, OnInit } from '@angular/core';
|
|
2
|
-
import { CmatNavigationService } from '../../../navigation.service';
|
|
3
|
-
import { CmatNavigationItem } from '../../../navigation.types';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
export declare class CmatVerticalNavigationSpacerItemComponent implements OnInit, OnDestroy {
|
|
6
|
-
private _changeDetectorRef;
|
|
7
|
-
private _cmatNavigationService;
|
|
8
|
-
item: CmatNavigationItem;
|
|
9
|
-
name: string;
|
|
10
|
-
editState: boolean;
|
|
11
|
-
readonly editSelectedItemChanged: EventEmitter<CmatNavigationItem>;
|
|
12
|
-
private _cmatVerticalNavigationComponent;
|
|
13
|
-
private _unsubscribeAll;
|
|
14
|
-
constructor(_changeDetectorRef: ChangeDetectorRef, _cmatNavigationService: CmatNavigationService);
|
|
15
|
-
/**
|
|
16
|
-
* On init
|
|
17
|
-
*/
|
|
18
|
-
ngOnInit(): void;
|
|
19
|
-
/**
|
|
20
|
-
* On destroy
|
|
21
|
-
*/
|
|
22
|
-
ngOnDestroy(): void;
|
|
23
|
-
selectItem(item: CmatNavigationItem): void;
|
|
24
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<CmatVerticalNavigationSpacerItemComponent, never>;
|
|
25
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CmatVerticalNavigationSpacerItemComponent, "cmat-vertical-navigation-spacer-item", never, { "item": { "alias": "item"; "required": false; }; "name": { "alias": "name"; "required": false; }; "editState": { "alias": "editState"; "required": false; }; }, { "editSelectedItemChanged": "editSelectedItemChanged"; }, never, never, true, never>;
|
|
26
|
-
}
|
|
@@ -1,176 +0,0 @@
|
|
|
1
|
-
import { AnimationBuilder } from '@angular/animations';
|
|
2
|
-
import { BooleanInput } from '@angular/cdk/coercion';
|
|
3
|
-
import { ScrollStrategyOptions } from '@angular/cdk/overlay';
|
|
4
|
-
import { AfterViewInit, ChangeDetectorRef, ElementRef, EventEmitter, OnChanges, OnDestroy, OnInit, Renderer2, SimpleChanges } from '@angular/core';
|
|
5
|
-
import { Router } from '@angular/router';
|
|
6
|
-
import { ReplaySubject } from 'rxjs';
|
|
7
|
-
import { CmatUtilsService } from 'cmat/services/utils';
|
|
8
|
-
import { CmatNavigationService } from '../navigation.service';
|
|
9
|
-
import { CmatNavigationItem, CmatVerticalNavigationAppearance, CmatVerticalNavigationMode, CmatVerticalNavigationPosition } from '../navigation.types';
|
|
10
|
-
import * as i0 from "@angular/core";
|
|
11
|
-
export declare class CmatVerticalNavigationComponent implements OnChanges, OnInit, AfterViewInit, OnDestroy {
|
|
12
|
-
private _animationBuilder;
|
|
13
|
-
private _changeDetectorRef;
|
|
14
|
-
private _elementRef;
|
|
15
|
-
private _renderer2;
|
|
16
|
-
private _router;
|
|
17
|
-
private _scrollStrategyOptions;
|
|
18
|
-
private _cmatNavigationService;
|
|
19
|
-
private _cmatUtilsService;
|
|
20
|
-
static ngAcceptInputType_inner: BooleanInput;
|
|
21
|
-
static ngAcceptInputType_opened: BooleanInput;
|
|
22
|
-
static ngAcceptInputType_transparentOverlay: BooleanInput;
|
|
23
|
-
appearance: CmatVerticalNavigationAppearance;
|
|
24
|
-
autoCollapse: boolean;
|
|
25
|
-
editState: boolean;
|
|
26
|
-
inner: boolean;
|
|
27
|
-
mode: CmatVerticalNavigationMode;
|
|
28
|
-
name: string;
|
|
29
|
-
navigation: CmatNavigationItem[];
|
|
30
|
-
opened: boolean;
|
|
31
|
-
position: CmatVerticalNavigationPosition;
|
|
32
|
-
transparentOverlay: boolean;
|
|
33
|
-
readonly appearanceChanged: EventEmitter<CmatVerticalNavigationAppearance>;
|
|
34
|
-
readonly modeChanged: EventEmitter<CmatVerticalNavigationMode>;
|
|
35
|
-
readonly openedChanged: EventEmitter<boolean>;
|
|
36
|
-
readonly positionChanged: EventEmitter<CmatVerticalNavigationPosition>;
|
|
37
|
-
readonly editSelectedItemChanged: EventEmitter<CmatNavigationItem>;
|
|
38
|
-
private _navigationContentEl;
|
|
39
|
-
activeAsideItemId: string | null;
|
|
40
|
-
onCollapsableItemCollapsed: ReplaySubject<CmatNavigationItem>;
|
|
41
|
-
onCollapsableItemExpanded: ReplaySubject<CmatNavigationItem>;
|
|
42
|
-
onRefreshed: ReplaySubject<boolean>;
|
|
43
|
-
private _animationsEnabled;
|
|
44
|
-
private _asideOverlay;
|
|
45
|
-
private readonly _handleAsideOverlayClick;
|
|
46
|
-
private readonly _handleOverlayClick;
|
|
47
|
-
private _hovered;
|
|
48
|
-
private _overlay;
|
|
49
|
-
private _player;
|
|
50
|
-
private _scrollStrategy;
|
|
51
|
-
private _unsubscribeAll;
|
|
52
|
-
constructor(_animationBuilder: AnimationBuilder, _changeDetectorRef: ChangeDetectorRef, _elementRef: ElementRef, _renderer2: Renderer2, _router: Router, _scrollStrategyOptions: ScrollStrategyOptions, _cmatNavigationService: CmatNavigationService, _cmatUtilsService: CmatUtilsService);
|
|
53
|
-
/**
|
|
54
|
-
* Host binding for component classes
|
|
55
|
-
*/
|
|
56
|
-
get classList(): any;
|
|
57
|
-
/**
|
|
58
|
-
* Host binding for component inline styles
|
|
59
|
-
*/
|
|
60
|
-
get styleList(): any;
|
|
61
|
-
/**
|
|
62
|
-
* On mouseenter
|
|
63
|
-
*
|
|
64
|
-
* @private
|
|
65
|
-
*/
|
|
66
|
-
onMouseenter(): void;
|
|
67
|
-
/**
|
|
68
|
-
* On mouseleave
|
|
69
|
-
*
|
|
70
|
-
* @private
|
|
71
|
-
*/
|
|
72
|
-
onMouseleave(): void;
|
|
73
|
-
/**
|
|
74
|
-
* On changes
|
|
75
|
-
*
|
|
76
|
-
* @param changes
|
|
77
|
-
*/
|
|
78
|
-
ngOnChanges(changes: SimpleChanges): void;
|
|
79
|
-
/**
|
|
80
|
-
* On init
|
|
81
|
-
*/
|
|
82
|
-
ngOnInit(): void;
|
|
83
|
-
/**
|
|
84
|
-
* After view init
|
|
85
|
-
*/
|
|
86
|
-
ngAfterViewInit(): void;
|
|
87
|
-
/**
|
|
88
|
-
* On destroy
|
|
89
|
-
*/
|
|
90
|
-
ngOnDestroy(): void;
|
|
91
|
-
/**
|
|
92
|
-
* Refresh the component to apply the changes
|
|
93
|
-
*/
|
|
94
|
-
refresh(): void;
|
|
95
|
-
/**
|
|
96
|
-
* Open the navigation
|
|
97
|
-
*/
|
|
98
|
-
open(): void;
|
|
99
|
-
/**
|
|
100
|
-
* Close the navigation
|
|
101
|
-
*/
|
|
102
|
-
close(): void;
|
|
103
|
-
/**
|
|
104
|
-
* Toggle the navigation
|
|
105
|
-
*/
|
|
106
|
-
toggle(): void;
|
|
107
|
-
/**
|
|
108
|
-
* Open the aside
|
|
109
|
-
*
|
|
110
|
-
* @param item
|
|
111
|
-
*/
|
|
112
|
-
openAside(item: CmatNavigationItem): void;
|
|
113
|
-
/**
|
|
114
|
-
* Close the aside
|
|
115
|
-
*/
|
|
116
|
-
closeAside(): void;
|
|
117
|
-
/**
|
|
118
|
-
* Toggle the aside
|
|
119
|
-
*
|
|
120
|
-
* @param item
|
|
121
|
-
*/
|
|
122
|
-
toggleAside(item: CmatNavigationItem): void;
|
|
123
|
-
/**
|
|
124
|
-
* Track by function for ngFor loops
|
|
125
|
-
*
|
|
126
|
-
* @param index
|
|
127
|
-
* @param item
|
|
128
|
-
*/
|
|
129
|
-
trackByFn(index: number, item: any): any;
|
|
130
|
-
selectItem(item: CmatNavigationItem): void;
|
|
131
|
-
/**
|
|
132
|
-
* Enable the animations
|
|
133
|
-
*
|
|
134
|
-
* @private
|
|
135
|
-
*/
|
|
136
|
-
private _enableAnimations;
|
|
137
|
-
/**
|
|
138
|
-
* Disable the animations
|
|
139
|
-
*
|
|
140
|
-
* @private
|
|
141
|
-
*/
|
|
142
|
-
private _disableAnimations;
|
|
143
|
-
/**
|
|
144
|
-
* Show the overlay
|
|
145
|
-
*
|
|
146
|
-
* @private
|
|
147
|
-
*/
|
|
148
|
-
private _showOverlay;
|
|
149
|
-
/**
|
|
150
|
-
* Hide the overlay
|
|
151
|
-
*
|
|
152
|
-
* @private
|
|
153
|
-
*/
|
|
154
|
-
private _hideOverlay;
|
|
155
|
-
/**
|
|
156
|
-
* Show the aside overlay
|
|
157
|
-
*
|
|
158
|
-
* @private
|
|
159
|
-
*/
|
|
160
|
-
private _showAsideOverlay;
|
|
161
|
-
/**
|
|
162
|
-
* Hide the aside overlay
|
|
163
|
-
*
|
|
164
|
-
* @private
|
|
165
|
-
*/
|
|
166
|
-
private _hideAsideOverlay;
|
|
167
|
-
/**
|
|
168
|
-
* Open/close the navigation
|
|
169
|
-
*
|
|
170
|
-
* @param open
|
|
171
|
-
* @private
|
|
172
|
-
*/
|
|
173
|
-
private _toggleOpened;
|
|
174
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<CmatVerticalNavigationComponent, never>;
|
|
175
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CmatVerticalNavigationComponent, "cmat-vertical-navigation", ["cmatVerticalNavigation"], { "appearance": { "alias": "appearance"; "required": false; }; "autoCollapse": { "alias": "autoCollapse"; "required": false; }; "editState": { "alias": "editState"; "required": false; }; "inner": { "alias": "inner"; "required": false; }; "mode": { "alias": "mode"; "required": false; }; "name": { "alias": "name"; "required": false; }; "navigation": { "alias": "navigation"; "required": false; }; "opened": { "alias": "opened"; "required": false; }; "position": { "alias": "position"; "required": false; }; "transparentOverlay": { "alias": "transparentOverlay"; "required": false; }; }, { "appearanceChanged": "appearanceChanged"; "modeChanged": "modeChanged"; "openedChanged": "openedChanged"; "positionChanged": "positionChanged"; "editSelectedItemChanged": "editSelectedItemChanged"; }, never, ["[cmatVerticalNavigationHeader]", "[cmatVerticalNavigationContentHeader]", "[cmatVerticalNavigationContentFooter]", "[cmatVerticalNavigationFooter]"], true, never>;
|
|
176
|
-
}
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
export declare class OptInputConfig {
|
|
2
|
-
inputStyles?: Record<string, any>;
|
|
3
|
-
containerStyles?: Record<string, any>;
|
|
4
|
-
length: number;
|
|
5
|
-
allowNumbersOnly?: boolean;
|
|
6
|
-
inputClass?: string;
|
|
7
|
-
containerClass?: string;
|
|
8
|
-
isPasswordInput?: boolean;
|
|
9
|
-
disableAutoFocus?: boolean;
|
|
10
|
-
placeholder?: string;
|
|
11
|
-
letterCase?: 'Upper' | 'Lower';
|
|
12
|
-
separator?: string;
|
|
13
|
-
showError?: boolean;
|
|
14
|
-
}
|
|
@@ -1,70 +0,0 @@
|
|
|
1
|
-
import { BooleanInput } from '@angular/cdk/coercion';
|
|
2
|
-
import { AfterViewInit, OnDestroy, OnChanges, SimpleChanges } from '@angular/core';
|
|
3
|
-
import { FormControl, ControlValueAccessor, FormBuilder, UntypedFormGroup, NgControl } from '@angular/forms';
|
|
4
|
-
import { MatFormFieldControl } from '@angular/material/form-field';
|
|
5
|
-
import { Subject } from 'rxjs';
|
|
6
|
-
import { OptInputConfig } from './models/config';
|
|
7
|
-
import * as i0 from "@angular/core";
|
|
8
|
-
export declare class CmatOtpInputComponent implements MatFormFieldControl<any>, AfterViewInit, OnDestroy, OnChanges, ControlValueAccessor {
|
|
9
|
-
ngControl: NgControl;
|
|
10
|
-
private _document;
|
|
11
|
-
private _formBuilder;
|
|
12
|
-
id: string;
|
|
13
|
-
onBlur: Subject<void>;
|
|
14
|
-
onInputChange: Subject<string | null>;
|
|
15
|
-
config: OptInputConfig;
|
|
16
|
-
otpForm: UntypedFormGroup;
|
|
17
|
-
currentVal: string | null;
|
|
18
|
-
componentKey: string;
|
|
19
|
-
readonly stateChanges: Subject<void>;
|
|
20
|
-
focused: boolean;
|
|
21
|
-
private _unsubscribeAll;
|
|
22
|
-
private _activeFocusCount;
|
|
23
|
-
constructor(ngControl: NgControl, _document: Document, _formBuilder: FormBuilder);
|
|
24
|
-
get inputType(): string;
|
|
25
|
-
get controlKeys(): string[];
|
|
26
|
-
get errorState(): boolean;
|
|
27
|
-
ngOnChanges(changes: SimpleChanges): void;
|
|
28
|
-
setDisabledState(isDisabled: boolean): void;
|
|
29
|
-
writeValue(value: string): void;
|
|
30
|
-
registerOnChange(fn: any): void;
|
|
31
|
-
registerOnTouched(fn: any): void;
|
|
32
|
-
onFocusIn(): void;
|
|
33
|
-
onFocusOut(): void;
|
|
34
|
-
ngAfterViewInit(): void;
|
|
35
|
-
ngOnDestroy(): void;
|
|
36
|
-
get placeholder(): string;
|
|
37
|
-
set placeholder(value: string);
|
|
38
|
-
private _placeholder;
|
|
39
|
-
get value(): any;
|
|
40
|
-
set value(value: any);
|
|
41
|
-
protected _value: any;
|
|
42
|
-
get empty(): boolean;
|
|
43
|
-
get shouldLabelFloat(): boolean;
|
|
44
|
-
get required(): boolean;
|
|
45
|
-
set required(value: any);
|
|
46
|
-
protected _required: boolean;
|
|
47
|
-
get disabled(): boolean;
|
|
48
|
-
set disabled(value: BooleanInput);
|
|
49
|
-
protected _disabled: boolean;
|
|
50
|
-
setDescribedByIds(ids: string[]): void;
|
|
51
|
-
onContainerClick(): void;
|
|
52
|
-
onKeyDown($event: any, inputIdx: number): any;
|
|
53
|
-
onInput($event: any, inputIdx: number): void;
|
|
54
|
-
onKeyUp($event: any, inputIdx: number): void;
|
|
55
|
-
validateNumber(val: string): boolean | string;
|
|
56
|
-
getBoxId(idx: string | number): string;
|
|
57
|
-
focusTo(eleId: string): void;
|
|
58
|
-
setValue(value: any): void;
|
|
59
|
-
handlePaste(e: any): void;
|
|
60
|
-
getFormControl(key: string): FormControl;
|
|
61
|
-
private _onModelChange;
|
|
62
|
-
private _onTouchedChange;
|
|
63
|
-
private _getControlName;
|
|
64
|
-
private _clearInput;
|
|
65
|
-
private _setSelected;
|
|
66
|
-
private ifValidKeyCode;
|
|
67
|
-
private _rebuildValue;
|
|
68
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<CmatOtpInputComponent, [{ optional: true; self: true; }, null, null]>;
|
|
69
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CmatOtpInputComponent, "cmat-otp-input", ["cmatOtpInput"], { "id": { "alias": "id"; "required": false; }; "config": { "alias": "config"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "value": { "alias": "value"; "required": false; }; "required": { "alias": "required"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; }, { "onBlur": "onBlur"; "onInputChange": "onInputChange"; }, never, never, true, never>;
|
|
70
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './otp-input.component';
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
export declare class KeyboardUtil {
|
|
2
|
-
static ifTab(event: KeyboardEvent): boolean;
|
|
3
|
-
static ifDelete(event: KeyboardEvent): boolean;
|
|
4
|
-
static ifBackspace(event: KeyboardEvent): boolean;
|
|
5
|
-
static ifRightArrow(event: KeyboardEvent): boolean;
|
|
6
|
-
static ifLeftArrow(event: KeyboardEvent): boolean;
|
|
7
|
-
static ifSpacebar(event: KeyboardEvent): boolean;
|
|
8
|
-
static ifKey(event: KeyboardEvent, keys: string): boolean;
|
|
9
|
-
}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { EventEmitter, OnChanges, SimpleChanges } from '@angular/core';
|
|
2
|
-
import { INode } from '../node/node.type';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class CmatChartDesignerComponent implements OnChanges {
|
|
5
|
-
node: INode;
|
|
6
|
-
hasParent: boolean;
|
|
7
|
-
enableControlHeight: boolean;
|
|
8
|
-
direction: 'vertical' | 'horizontal';
|
|
9
|
-
detailsBtnTitle: string;
|
|
10
|
-
detailsBtnClick: EventEmitter<INode>;
|
|
11
|
-
chartNodeClass: string;
|
|
12
|
-
get hostClass(): string;
|
|
13
|
-
get hostWidthClass(): string;
|
|
14
|
-
ngOnChanges(changes: SimpleChanges): void;
|
|
15
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<CmatChartDesignerComponent, never>;
|
|
16
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CmatChartDesignerComponent, "cmat-org-chart-designer", ["cmatOrgChartDesigner"], { "node": { "alias": "node"; "required": false; }; "hasParent": { "alias": "hasParent"; "required": false; }; "enableControlHeight": { "alias": "enableControlHeight"; "required": false; }; "direction": { "alias": "direction"; "required": false; }; "detailsBtnTitle": { "alias": "detailsBtnTitle"; "required": false; }; }, { "detailsBtnClick": "detailsBtnClick"; }, never, never, true, never>;
|
|
17
|
-
}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { EventEmitter, OnChanges, SimpleChanges } from '@angular/core';
|
|
2
|
-
import { INode } from './node.type';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class CmatChartNodeComponent implements OnChanges {
|
|
5
|
-
node: INode;
|
|
6
|
-
hasParent: boolean;
|
|
7
|
-
enableControlHeight: boolean;
|
|
8
|
-
direction: 'vertical' | 'horizontal';
|
|
9
|
-
detailsBtnTitle: string;
|
|
10
|
-
detailsBtnClick: EventEmitter<INode>;
|
|
11
|
-
containerClass: string;
|
|
12
|
-
connectorToParentHeight: string;
|
|
13
|
-
maxHeightEm: number;
|
|
14
|
-
ngOnChanges(changes: SimpleChanges): void;
|
|
15
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<CmatChartNodeComponent, never>;
|
|
16
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CmatChartNodeComponent, "cmat-org-chart-node", ["cmatOrgChartNode"], { "node": { "alias": "node"; "required": false; }; "hasParent": { "alias": "hasParent"; "required": false; }; "enableControlHeight": { "alias": "enableControlHeight"; "required": false; }; "direction": { "alias": "direction"; "required": false; }; "detailsBtnTitle": { "alias": "detailsBtnTitle"; "required": false; }; }, { "detailsBtnClick": "detailsBtnClick"; }, never, never, true, never>;
|
|
17
|
-
}
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
export interface INode {
|
|
2
|
-
name: string;
|
|
3
|
-
cssClass: string;
|
|
4
|
-
image: string;
|
|
5
|
-
title?: string;
|
|
6
|
-
color?: string;
|
|
7
|
-
showDetail: boolean;
|
|
8
|
-
children: INode[];
|
|
9
|
-
heightFactor?: number;
|
|
10
|
-
}
|
|
11
|
-
export declare class ChartNode implements INode {
|
|
12
|
-
name: string;
|
|
13
|
-
cssClass: string;
|
|
14
|
-
image: string;
|
|
15
|
-
title?: string;
|
|
16
|
-
color?: string;
|
|
17
|
-
showDetail: boolean;
|
|
18
|
-
children: ChartNode[];
|
|
19
|
-
heightFactor?: number;
|
|
20
|
-
parent?: ChartNode;
|
|
21
|
-
constructor(structure: string[], parent?: ChartNode);
|
|
22
|
-
}
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { EventEmitter } from '@angular/core';
|
|
2
|
-
import { INode } from './node/node.type';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class CmatOrgChartComponent {
|
|
5
|
-
nodes: INode[];
|
|
6
|
-
enableControlHeight: boolean;
|
|
7
|
-
direction: 'vertical' | 'horizontal';
|
|
8
|
-
detailsBtnTitle: string;
|
|
9
|
-
detailsBtnClick: EventEmitter<INode>;
|
|
10
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<CmatOrgChartComponent, never>;
|
|
11
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CmatOrgChartComponent, "cmat-org-chart", ["cmatOrgChart"], { "nodes": { "alias": "nodes"; "required": false; }; "enableControlHeight": { "alias": "enableControlHeight"; "required": false; }; "direction": { "alias": "direction"; "required": false; }; "detailsBtnTitle": { "alias": "detailsBtnTitle"; "required": false; }; }, { "detailsBtnClick": "detailsBtnClick"; }, never, never, true, never>;
|
|
12
|
-
}
|
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
import { ChangeDetectorRef, EventEmitter, OnInit } from '@angular/core';
|
|
2
|
-
import { CmatMediaWatcherService } from 'cmat/services/media-watcher';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class CmatPaginationComponent implements OnInit {
|
|
5
|
-
private _cmatMediaWatcherService;
|
|
6
|
-
private _changeDetectorRef;
|
|
7
|
-
pageChange: EventEmitter<number>;
|
|
8
|
-
pageBoundsCorrection: EventEmitter<number>;
|
|
9
|
-
perPageCountChange: EventEmitter<number>;
|
|
10
|
-
id: string;
|
|
11
|
-
maxSize: number;
|
|
12
|
-
itemsPerPages: number[];
|
|
13
|
-
initPerPage: number;
|
|
14
|
-
isScreenSmall: boolean;
|
|
15
|
-
private _autoHide;
|
|
16
|
-
private _unsubscribeAll;
|
|
17
|
-
constructor(_cmatMediaWatcherService: CmatMediaWatcherService, _changeDetectorRef: ChangeDetectorRef);
|
|
18
|
-
get autoHide(): boolean;
|
|
19
|
-
set autoHide(value: boolean);
|
|
20
|
-
ngOnInit(): void;
|
|
21
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<CmatPaginationComponent, never>;
|
|
22
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CmatPaginationComponent, "cmat-pagination", ["cmatPagination"], { "id": { "alias": "id"; "required": false; }; "maxSize": { "alias": "maxSize"; "required": false; }; "itemsPerPages": { "alias": "itemsPerPages"; "required": false; }; "initPerPage": { "alias": "initPerPage"; "required": false; }; "autoHide": { "alias": "autoHide"; "required": false; }; }, { "pageChange": "pageChange"; "pageBoundsCorrection": "pageBoundsCorrection"; "perPageCountChange": "perPageCountChange"; }, never, never, true, never>;
|
|
23
|
-
}
|
|
@@ -1,40 +0,0 @@
|
|
|
1
|
-
import { ChangeDetectorRef, EventEmitter, OnChanges, OnDestroy, OnInit } from '@angular/core';
|
|
2
|
-
import { CmatPaginationService } from './pagination.service';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export interface Page {
|
|
5
|
-
label: string;
|
|
6
|
-
value: any;
|
|
7
|
-
}
|
|
8
|
-
export declare class CmatPaginationDirective implements OnInit, OnChanges, OnDestroy {
|
|
9
|
-
private service;
|
|
10
|
-
private changeDetectorRef;
|
|
11
|
-
id: string;
|
|
12
|
-
maxSize: number;
|
|
13
|
-
pageChange: EventEmitter<number>;
|
|
14
|
-
pageBoundsCorrection: EventEmitter<number>;
|
|
15
|
-
perPageCountChange: EventEmitter<number>;
|
|
16
|
-
pages: Page[];
|
|
17
|
-
private _unsubscribeAll;
|
|
18
|
-
constructor(service: CmatPaginationService, changeDetectorRef: ChangeDetectorRef);
|
|
19
|
-
ngOnInit(): void;
|
|
20
|
-
ngOnChanges(): void;
|
|
21
|
-
ngOnDestroy(): void;
|
|
22
|
-
previous(): void;
|
|
23
|
-
next(): void;
|
|
24
|
-
goFirstPage(): void;
|
|
25
|
-
goLastPage(): void;
|
|
26
|
-
isFirstPage(): boolean;
|
|
27
|
-
isLastPage(): boolean;
|
|
28
|
-
setCurrent(page: number | string): void;
|
|
29
|
-
getCurrent(): number | void;
|
|
30
|
-
getLastPage(): number | void;
|
|
31
|
-
getTotalItems(): number | void;
|
|
32
|
-
setItemsPerPage(count: number): void;
|
|
33
|
-
private _checkValidId;
|
|
34
|
-
private _updatePageLinks;
|
|
35
|
-
private _outOfBoundCorrection;
|
|
36
|
-
private _createPageArray;
|
|
37
|
-
private _calculatePageNumber;
|
|
38
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<CmatPaginationDirective, never>;
|
|
39
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<CmatPaginationDirective, "pagination-template,[pagination-template]", ["paginationApi"], { "id": { "alias": "id"; "required": false; }; "maxSize": { "alias": "maxSize"; "required": false; }; }, { "pageChange": "pageChange"; "pageBoundsCorrection": "pageBoundsCorrection"; "perPageCountChange": "perPageCountChange"; }, never, never, true, never>;
|
|
40
|
-
}
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
export interface CmatPaginationInstance {
|
|
2
|
-
[prop: string]: any;
|
|
3
|
-
/**
|
|
4
|
-
* An optional ID for the pagination instance. Only useful if you wish to
|
|
5
|
-
* have more than once instance at a time in a given component.
|
|
6
|
-
*/
|
|
7
|
-
id?: string;
|
|
8
|
-
itemsPerPage: number;
|
|
9
|
-
currentPage: number;
|
|
10
|
-
totalItems: number;
|
|
11
|
-
}
|
|
@@ -1,29 +0,0 @@
|
|
|
1
|
-
import { PipeTransform } from '@angular/core';
|
|
2
|
-
import { CmatPaginationService } from './pagination.service';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export type Collection<T> = T[];
|
|
5
|
-
export interface CmatPaginatePipeArgs {
|
|
6
|
-
id?: string;
|
|
7
|
-
currentPage: string | number;
|
|
8
|
-
itemsPerPage: string | number;
|
|
9
|
-
totalItems: string | number;
|
|
10
|
-
}
|
|
11
|
-
export interface CmatPipeState {
|
|
12
|
-
collection: any[];
|
|
13
|
-
size: number;
|
|
14
|
-
start?: number;
|
|
15
|
-
end?: number;
|
|
16
|
-
slice: any[];
|
|
17
|
-
}
|
|
18
|
-
export declare class CmatPaginatePipe implements PipeTransform {
|
|
19
|
-
private service;
|
|
20
|
-
private state;
|
|
21
|
-
constructor(service: CmatPaginationService);
|
|
22
|
-
transform<T, U extends Collection<T>>(collection: U, args: CmatPaginatePipeArgs): U;
|
|
23
|
-
private createInstance;
|
|
24
|
-
private checkConfig;
|
|
25
|
-
private _saveState;
|
|
26
|
-
private _stateIsIdentical;
|
|
27
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<CmatPaginatePipe, never>;
|
|
28
|
-
static ɵpipe: i0.ɵɵPipeDeclaration<CmatPaginatePipe, "paginate", true>;
|
|
29
|
-
}
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
import { EventEmitter } from '@angular/core';
|
|
2
|
-
import { CmatPaginationInstance } from './pagination.instance';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class CmatPaginationService {
|
|
5
|
-
change: EventEmitter<string>;
|
|
6
|
-
private _instances;
|
|
7
|
-
private _defaultPaginationId;
|
|
8
|
-
defaultId(): string;
|
|
9
|
-
register(instance: CmatPaginationInstance): boolean;
|
|
10
|
-
getCurrentPage(id: string): number | void;
|
|
11
|
-
getItemsPerPage(id: string): number | void;
|
|
12
|
-
setCurrentPage(id: string, page: number): void;
|
|
13
|
-
setTotalItems(id: string, totalItems: number): void;
|
|
14
|
-
setItemsPerPage(id: string, itemsPerPage: number): void;
|
|
15
|
-
getInstance(id?: string): CmatPaginationInstance;
|
|
16
|
-
private _updateInstance;
|
|
17
|
-
private _clone;
|
|
18
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<CmatPaginationService, never>;
|
|
19
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<CmatPaginationService>;
|
|
20
|
-
}
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
export declare enum Colors {
|
|
2
|
-
primary = "primary",
|
|
3
|
-
accent = "accent",
|
|
4
|
-
warn = "warn"
|
|
5
|
-
}
|
|
6
|
-
export declare enum Criteria {
|
|
7
|
-
at_least_eight_chars = "minChar",
|
|
8
|
-
at_least_one_lower_case_char = "lowerCase",
|
|
9
|
-
at_least_one_upper_case_char = "upperCase",
|
|
10
|
-
at_least_one_digit_char = "digit",
|
|
11
|
-
at_least_one_special_char = " specialChar",
|
|
12
|
-
at_custom_chars = "customChars"
|
|
13
|
-
}
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
type Type = 'text' | 'password';
|
|
3
|
-
export declare class CmatPassToggleVisibilityComponent {
|
|
4
|
-
isVisible: boolean;
|
|
5
|
-
tabindex?: string;
|
|
6
|
-
_type: Type;
|
|
7
|
-
get type(): string;
|
|
8
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<CmatPassToggleVisibilityComponent, never>;
|
|
9
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CmatPassToggleVisibilityComponent, "cmat-pass-toggle-visibility", ["cmatPassToggleVisibility"], { "isVisible": { "alias": "isVisible"; "required": false; }; "tabindex": { "alias": "tabindex"; "required": false; }; }, {}, never, never, true, never>;
|
|
10
|
-
}
|
|
11
|
-
export {};
|
package/components/password-strength/mat-password-strength/mat-password-strength.component.d.ts
DELETED
|
@@ -1,52 +0,0 @@
|
|
|
1
|
-
import { EventEmitter, OnChanges, OnInit, SimpleChanges } from '@angular/core';
|
|
2
|
-
import { FormControl, ValidatorFn } from '@angular/forms';
|
|
3
|
-
import { ThemePalette } from '@angular/material/core';
|
|
4
|
-
import { Criteria } from '../enum';
|
|
5
|
-
import { CmatPasswordStrengthValidator } from '../mat-password-strength-validator';
|
|
6
|
-
import * as i0 from "@angular/core";
|
|
7
|
-
export declare class CmatPasswordStrengthComponent implements OnInit, OnChanges {
|
|
8
|
-
password: string;
|
|
9
|
-
externalError: boolean;
|
|
10
|
-
enableLengthRule: boolean;
|
|
11
|
-
enableLowerCaseLetterRule: boolean;
|
|
12
|
-
enableUpperCaseLetterRule: boolean;
|
|
13
|
-
enableDigitRule: boolean;
|
|
14
|
-
enableSpecialCharRule: boolean;
|
|
15
|
-
min: number;
|
|
16
|
-
max: number;
|
|
17
|
-
customValidator: RegExp;
|
|
18
|
-
warnThreshold: number;
|
|
19
|
-
accentThreshold: number;
|
|
20
|
-
strengthChanged: EventEmitter<number>;
|
|
21
|
-
criteriaMap: Map<Criteria, RegExp>;
|
|
22
|
-
containAtLeastMinChars: boolean | void;
|
|
23
|
-
containAtLeastOneLowerCaseLetter: boolean | void;
|
|
24
|
-
containAtLeastOneUpperCaseLetter: boolean | void;
|
|
25
|
-
containAtLeastOneDigit: boolean | void;
|
|
26
|
-
containAtLeastOneSpecialChar: boolean | void;
|
|
27
|
-
containAtCustomChars: boolean | void;
|
|
28
|
-
passwordFormControl: FormControl;
|
|
29
|
-
passwordConfirmationFormControl: FormControl;
|
|
30
|
-
validatorsArray: ValidatorFn[];
|
|
31
|
-
validators: ValidatorFn | null;
|
|
32
|
-
cmatPasswordStrengthValidator: CmatPasswordStrengthValidator;
|
|
33
|
-
private _strength;
|
|
34
|
-
private _color;
|
|
35
|
-
get strength(): number;
|
|
36
|
-
get color(): ThemePalette;
|
|
37
|
-
ngOnInit(): void;
|
|
38
|
-
ngOnChanges(changes: SimpleChanges): void;
|
|
39
|
-
parseCustomValidatorsRegex(): RegExp;
|
|
40
|
-
setRulesAndValidators(): void;
|
|
41
|
-
calculatePasswordStrength(): void;
|
|
42
|
-
reset(): void;
|
|
43
|
-
private _containAtLeastMinChars;
|
|
44
|
-
private _containAtLeastOneLowerCaseLetter;
|
|
45
|
-
private _containAtLeastOneUpperCaseLetter;
|
|
46
|
-
private _containAtLeastOneDigit;
|
|
47
|
-
private _containAtLeastOneSpecialChar;
|
|
48
|
-
private _containCustomChars;
|
|
49
|
-
private _checkPassword;
|
|
50
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<CmatPasswordStrengthComponent, never>;
|
|
51
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CmatPasswordStrengthComponent, "cmat-password-strength", ["cmatPasswordStrength"], { "password": { "alias": "password"; "required": false; }; "externalError": { "alias": "externalError"; "required": false; }; "enableLengthRule": { "alias": "enableLengthRule"; "required": false; }; "enableLowerCaseLetterRule": { "alias": "enableLowerCaseLetterRule"; "required": false; }; "enableUpperCaseLetterRule": { "alias": "enableUpperCaseLetterRule"; "required": false; }; "enableDigitRule": { "alias": "enableDigitRule"; "required": false; }; "enableSpecialCharRule": { "alias": "enableSpecialCharRule"; "required": false; }; "min": { "alias": "min"; "required": false; }; "max": { "alias": "max"; "required": false; }; "customValidator": { "alias": "customValidator"; "required": false; }; "warnThreshold": { "alias": "warnThreshold"; "required": false; }; "accentThreshold": { "alias": "accentThreshold"; "required": false; }; }, { "strengthChanged": "strengthChanged"; }, never, never, true, never>;
|
|
52
|
-
}
|