cmat 0.0.27 → 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 +97 -97
- 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 +36 -36
- 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,5 +1,320 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
1
|
+
import * as i0 from '@angular/core';
|
|
2
|
+
import { OnChanges, OnInit, OnDestroy, ChangeDetectorRef, SimpleChanges, AfterViewInit, EventEmitter, ElementRef, Renderer2 } from '@angular/core';
|
|
3
|
+
import { ReplaySubject } from 'rxjs';
|
|
4
|
+
import { CmatUtilsService } from 'cmat/services/utils';
|
|
5
|
+
import { IsActiveMatchOptions, Router } from '@angular/router';
|
|
6
|
+
import { AnimationBuilder } from '@angular/animations';
|
|
7
|
+
import { BooleanInput } from '@angular/cdk/coercion';
|
|
8
|
+
import { ScrollStrategyOptions } from '@angular/cdk/overlay';
|
|
9
|
+
|
|
10
|
+
declare class CmatNavigationItem {
|
|
11
|
+
id?: string;
|
|
12
|
+
title?: string;
|
|
13
|
+
subTitle?: string;
|
|
14
|
+
type: 'aside' | 'basic' | 'collapsable' | 'divider' | 'group' | 'spacer';
|
|
15
|
+
hidden?: (item: CmatNavigationItem) => boolean;
|
|
16
|
+
active?: boolean;
|
|
17
|
+
disabled?: boolean;
|
|
18
|
+
tooltip?: string;
|
|
19
|
+
link?: string;
|
|
20
|
+
externalLink?: boolean;
|
|
21
|
+
target?: '_blank' | '_self' | '_parent' | '_top';
|
|
22
|
+
exactMatch?: boolean;
|
|
23
|
+
isActiveMatchOptions?: IsActiveMatchOptions;
|
|
24
|
+
function?: (item: CmatNavigationItem) => void;
|
|
25
|
+
classes?: {
|
|
26
|
+
title?: string;
|
|
27
|
+
subtitle?: string;
|
|
28
|
+
icon?: string;
|
|
29
|
+
wrapper?: string;
|
|
30
|
+
};
|
|
31
|
+
icon?: string;
|
|
32
|
+
badge?: {
|
|
33
|
+
title?: string;
|
|
34
|
+
classes?: string;
|
|
35
|
+
};
|
|
36
|
+
children?: CmatNavigationItem[];
|
|
37
|
+
meta?: any;
|
|
38
|
+
permission?: any;
|
|
39
|
+
}
|
|
40
|
+
type CmatVerticalNavigationAppearance = 'default' | 'compact' | 'dense' | 'thin';
|
|
41
|
+
type CmatVerticalNavigationMode = 'over' | 'side';
|
|
42
|
+
type CmatVerticalNavigationPosition = 'left' | 'right';
|
|
43
|
+
|
|
44
|
+
declare class CmatNavigationService {
|
|
45
|
+
private _componentRegistry;
|
|
46
|
+
private _navigationStore;
|
|
47
|
+
/**
|
|
48
|
+
* Register navigation component
|
|
49
|
+
*
|
|
50
|
+
* @param name
|
|
51
|
+
* @param component
|
|
52
|
+
*/
|
|
53
|
+
registerComponent(name: string, component: any): void;
|
|
54
|
+
/**
|
|
55
|
+
* Deregister navigation component
|
|
56
|
+
*
|
|
57
|
+
* @param name
|
|
58
|
+
*/
|
|
59
|
+
deregisterComponent(name: string): void;
|
|
60
|
+
/**
|
|
61
|
+
* Get navigation component from the registry
|
|
62
|
+
*
|
|
63
|
+
* @param name
|
|
64
|
+
*/
|
|
65
|
+
getComponent<T>(name: string): T;
|
|
66
|
+
/**
|
|
67
|
+
* Store the given navigation with the given key
|
|
68
|
+
*
|
|
69
|
+
* @param key
|
|
70
|
+
* @param navigation
|
|
71
|
+
*/
|
|
72
|
+
storeNavigation(key: string, navigation: CmatNavigationItem[]): void;
|
|
73
|
+
/**
|
|
74
|
+
* Get navigation from storage by key
|
|
75
|
+
*
|
|
76
|
+
* @param key
|
|
77
|
+
*/
|
|
78
|
+
getNavigation(key: string): CmatNavigationItem[];
|
|
79
|
+
/**
|
|
80
|
+
* Delete the navigation from the storage
|
|
81
|
+
*
|
|
82
|
+
* @param key
|
|
83
|
+
*/
|
|
84
|
+
deleteNavigation(key: string): void;
|
|
85
|
+
/**
|
|
86
|
+
* Utility function that returns a flattened
|
|
87
|
+
* version of the given navigation array
|
|
88
|
+
*
|
|
89
|
+
* @param navigation
|
|
90
|
+
* @param flatNavigation
|
|
91
|
+
*/
|
|
92
|
+
getFlatNavigation(navigation: CmatNavigationItem[], flatNavigation?: CmatNavigationItem[]): CmatNavigationItem[];
|
|
93
|
+
/**
|
|
94
|
+
* Utility function that returns the item
|
|
95
|
+
* with the given id from given navigation
|
|
96
|
+
*
|
|
97
|
+
* @param id
|
|
98
|
+
* @param navigation
|
|
99
|
+
*/
|
|
100
|
+
getItem(id: string, navigation: CmatNavigationItem[]): CmatNavigationItem | null;
|
|
101
|
+
/**
|
|
102
|
+
* Utility function that returns the item's parent
|
|
103
|
+
* with the given id from given navigation
|
|
104
|
+
*
|
|
105
|
+
* @param id
|
|
106
|
+
* @param navigation
|
|
107
|
+
* @param parent
|
|
108
|
+
*/
|
|
109
|
+
getItemParent(id: string, navigation: CmatNavigationItem[], parent: CmatNavigationItem[] | CmatNavigationItem): CmatNavigationItem[] | CmatNavigationItem | null;
|
|
110
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<CmatNavigationService, never>;
|
|
111
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<CmatNavigationService>;
|
|
112
|
+
}
|
|
113
|
+
|
|
114
|
+
declare class CmatHorizontalNavigationComponent implements OnChanges, OnInit, OnDestroy {
|
|
115
|
+
private _changeDetectorRef;
|
|
116
|
+
private _cmatNavigationService;
|
|
117
|
+
private _cmatUtilsService;
|
|
118
|
+
name: string;
|
|
119
|
+
navigation: CmatNavigationItem[];
|
|
120
|
+
onRefreshed: ReplaySubject<boolean>;
|
|
121
|
+
private _unsubscribeAll;
|
|
122
|
+
constructor(_changeDetectorRef: ChangeDetectorRef, _cmatNavigationService: CmatNavigationService, _cmatUtilsService: CmatUtilsService);
|
|
123
|
+
/**
|
|
124
|
+
* On changes
|
|
125
|
+
*
|
|
126
|
+
* @param changes
|
|
127
|
+
*/
|
|
128
|
+
ngOnChanges(changes: SimpleChanges): void;
|
|
129
|
+
/**
|
|
130
|
+
* On init
|
|
131
|
+
*/
|
|
132
|
+
ngOnInit(): void;
|
|
133
|
+
/**
|
|
134
|
+
* On destroy
|
|
135
|
+
*/
|
|
136
|
+
ngOnDestroy(): void;
|
|
137
|
+
/**
|
|
138
|
+
* Refresh the component to apply the changes
|
|
139
|
+
*/
|
|
140
|
+
refresh(): void;
|
|
141
|
+
/**
|
|
142
|
+
* Track by function for ngFor loops
|
|
143
|
+
*
|
|
144
|
+
* @param index
|
|
145
|
+
* @param item
|
|
146
|
+
*/
|
|
147
|
+
trackByFn(index: number, item: any): any;
|
|
148
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<CmatHorizontalNavigationComponent, never>;
|
|
149
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CmatHorizontalNavigationComponent, "cmat-horizontal-navigation", ["cmatHorizontalNavigation"], { "name": { "alias": "name"; "required": false; }; "navigation": { "alias": "navigation"; "required": false; }; }, {}, never, never, true, never>;
|
|
150
|
+
}
|
|
151
|
+
|
|
152
|
+
declare class CmatVerticalNavigationComponent implements OnChanges, OnInit, AfterViewInit, OnDestroy {
|
|
153
|
+
private _animationBuilder;
|
|
154
|
+
private _changeDetectorRef;
|
|
155
|
+
private _elementRef;
|
|
156
|
+
private _renderer2;
|
|
157
|
+
private _router;
|
|
158
|
+
private _scrollStrategyOptions;
|
|
159
|
+
private _cmatNavigationService;
|
|
160
|
+
private _cmatUtilsService;
|
|
161
|
+
static ngAcceptInputType_inner: BooleanInput;
|
|
162
|
+
static ngAcceptInputType_opened: BooleanInput;
|
|
163
|
+
static ngAcceptInputType_transparentOverlay: BooleanInput;
|
|
164
|
+
appearance: CmatVerticalNavigationAppearance;
|
|
165
|
+
autoCollapse: boolean;
|
|
166
|
+
editState: boolean;
|
|
167
|
+
inner: boolean;
|
|
168
|
+
mode: CmatVerticalNavigationMode;
|
|
169
|
+
name: string;
|
|
170
|
+
navigation: CmatNavigationItem[];
|
|
171
|
+
opened: boolean;
|
|
172
|
+
position: CmatVerticalNavigationPosition;
|
|
173
|
+
transparentOverlay: boolean;
|
|
174
|
+
readonly appearanceChanged: EventEmitter<CmatVerticalNavigationAppearance>;
|
|
175
|
+
readonly modeChanged: EventEmitter<CmatVerticalNavigationMode>;
|
|
176
|
+
readonly openedChanged: EventEmitter<boolean>;
|
|
177
|
+
readonly positionChanged: EventEmitter<CmatVerticalNavigationPosition>;
|
|
178
|
+
readonly editSelectedItemChanged: EventEmitter<CmatNavigationItem>;
|
|
179
|
+
private _navigationContentEl;
|
|
180
|
+
activeAsideItemId: string | null;
|
|
181
|
+
onCollapsableItemCollapsed: ReplaySubject<CmatNavigationItem>;
|
|
182
|
+
onCollapsableItemExpanded: ReplaySubject<CmatNavigationItem>;
|
|
183
|
+
onRefreshed: ReplaySubject<boolean>;
|
|
184
|
+
private _animationsEnabled;
|
|
185
|
+
private _asideOverlay;
|
|
186
|
+
private readonly _handleAsideOverlayClick;
|
|
187
|
+
private readonly _handleOverlayClick;
|
|
188
|
+
private _hovered;
|
|
189
|
+
private _overlay;
|
|
190
|
+
private _player;
|
|
191
|
+
private _scrollStrategy;
|
|
192
|
+
private _unsubscribeAll;
|
|
193
|
+
constructor(_animationBuilder: AnimationBuilder, _changeDetectorRef: ChangeDetectorRef, _elementRef: ElementRef, _renderer2: Renderer2, _router: Router, _scrollStrategyOptions: ScrollStrategyOptions, _cmatNavigationService: CmatNavigationService, _cmatUtilsService: CmatUtilsService);
|
|
194
|
+
/**
|
|
195
|
+
* Host binding for component classes
|
|
196
|
+
*/
|
|
197
|
+
get classList(): any;
|
|
198
|
+
/**
|
|
199
|
+
* Host binding for component inline styles
|
|
200
|
+
*/
|
|
201
|
+
get styleList(): any;
|
|
202
|
+
/**
|
|
203
|
+
* On mouseenter
|
|
204
|
+
*
|
|
205
|
+
* @private
|
|
206
|
+
*/
|
|
207
|
+
onMouseenter(): void;
|
|
208
|
+
/**
|
|
209
|
+
* On mouseleave
|
|
210
|
+
*
|
|
211
|
+
* @private
|
|
212
|
+
*/
|
|
213
|
+
onMouseleave(): void;
|
|
214
|
+
/**
|
|
215
|
+
* On changes
|
|
216
|
+
*
|
|
217
|
+
* @param changes
|
|
218
|
+
*/
|
|
219
|
+
ngOnChanges(changes: SimpleChanges): void;
|
|
220
|
+
/**
|
|
221
|
+
* On init
|
|
222
|
+
*/
|
|
223
|
+
ngOnInit(): void;
|
|
224
|
+
/**
|
|
225
|
+
* After view init
|
|
226
|
+
*/
|
|
227
|
+
ngAfterViewInit(): void;
|
|
228
|
+
/**
|
|
229
|
+
* On destroy
|
|
230
|
+
*/
|
|
231
|
+
ngOnDestroy(): void;
|
|
232
|
+
/**
|
|
233
|
+
* Refresh the component to apply the changes
|
|
234
|
+
*/
|
|
235
|
+
refresh(): void;
|
|
236
|
+
/**
|
|
237
|
+
* Open the navigation
|
|
238
|
+
*/
|
|
239
|
+
open(): void;
|
|
240
|
+
/**
|
|
241
|
+
* Close the navigation
|
|
242
|
+
*/
|
|
243
|
+
close(): void;
|
|
244
|
+
/**
|
|
245
|
+
* Toggle the navigation
|
|
246
|
+
*/
|
|
247
|
+
toggle(): void;
|
|
248
|
+
/**
|
|
249
|
+
* Open the aside
|
|
250
|
+
*
|
|
251
|
+
* @param item
|
|
252
|
+
*/
|
|
253
|
+
openAside(item: CmatNavigationItem): void;
|
|
254
|
+
/**
|
|
255
|
+
* Close the aside
|
|
256
|
+
*/
|
|
257
|
+
closeAside(): void;
|
|
258
|
+
/**
|
|
259
|
+
* Toggle the aside
|
|
260
|
+
*
|
|
261
|
+
* @param item
|
|
262
|
+
*/
|
|
263
|
+
toggleAside(item: CmatNavigationItem): void;
|
|
264
|
+
/**
|
|
265
|
+
* Track by function for ngFor loops
|
|
266
|
+
*
|
|
267
|
+
* @param index
|
|
268
|
+
* @param item
|
|
269
|
+
*/
|
|
270
|
+
trackByFn(index: number, item: any): any;
|
|
271
|
+
selectItem(item: CmatNavigationItem): void;
|
|
272
|
+
/**
|
|
273
|
+
* Enable the animations
|
|
274
|
+
*
|
|
275
|
+
* @private
|
|
276
|
+
*/
|
|
277
|
+
private _enableAnimations;
|
|
278
|
+
/**
|
|
279
|
+
* Disable the animations
|
|
280
|
+
*
|
|
281
|
+
* @private
|
|
282
|
+
*/
|
|
283
|
+
private _disableAnimations;
|
|
284
|
+
/**
|
|
285
|
+
* Show the overlay
|
|
286
|
+
*
|
|
287
|
+
* @private
|
|
288
|
+
*/
|
|
289
|
+
private _showOverlay;
|
|
290
|
+
/**
|
|
291
|
+
* Hide the overlay
|
|
292
|
+
*
|
|
293
|
+
* @private
|
|
294
|
+
*/
|
|
295
|
+
private _hideOverlay;
|
|
296
|
+
/**
|
|
297
|
+
* Show the aside overlay
|
|
298
|
+
*
|
|
299
|
+
* @private
|
|
300
|
+
*/
|
|
301
|
+
private _showAsideOverlay;
|
|
302
|
+
/**
|
|
303
|
+
* Hide the aside overlay
|
|
304
|
+
*
|
|
305
|
+
* @private
|
|
306
|
+
*/
|
|
307
|
+
private _hideAsideOverlay;
|
|
308
|
+
/**
|
|
309
|
+
* Open/close the navigation
|
|
310
|
+
*
|
|
311
|
+
* @param open
|
|
312
|
+
* @private
|
|
313
|
+
*/
|
|
314
|
+
private _toggleOpened;
|
|
315
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<CmatVerticalNavigationComponent, never>;
|
|
316
|
+
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>;
|
|
317
|
+
}
|
|
318
|
+
|
|
319
|
+
export { CmatHorizontalNavigationComponent, CmatNavigationItem, CmatNavigationService, CmatVerticalNavigationComponent };
|
|
320
|
+
export type { CmatVerticalNavigationAppearance, CmatVerticalNavigationMode, CmatVerticalNavigationPosition };
|
|
@@ -1,5 +1,87 @@
|
|
|
1
|
-
|
|
2
|
-
*
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
1
|
+
import { BooleanInput } from '@angular/cdk/coercion';
|
|
2
|
+
import * as i0 from '@angular/core';
|
|
3
|
+
import { AfterViewInit, OnDestroy, OnChanges, SimpleChanges } from '@angular/core';
|
|
4
|
+
import { ControlValueAccessor, NgControl, UntypedFormGroup, FormBuilder, FormControl } from '@angular/forms';
|
|
5
|
+
import { MatFormFieldControl } from '@angular/material/form-field';
|
|
6
|
+
import { Subject } from 'rxjs';
|
|
7
|
+
|
|
8
|
+
declare class OptInputConfig {
|
|
9
|
+
inputStyles?: Record<string, any>;
|
|
10
|
+
containerStyles?: Record<string, any>;
|
|
11
|
+
length: number;
|
|
12
|
+
allowNumbersOnly?: boolean;
|
|
13
|
+
inputClass?: string;
|
|
14
|
+
containerClass?: string;
|
|
15
|
+
isPasswordInput?: boolean;
|
|
16
|
+
disableAutoFocus?: boolean;
|
|
17
|
+
placeholder?: string;
|
|
18
|
+
letterCase?: 'Upper' | 'Lower';
|
|
19
|
+
separator?: string;
|
|
20
|
+
showError?: boolean;
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
declare class CmatOtpInputComponent implements MatFormFieldControl<any>, AfterViewInit, OnDestroy, OnChanges, ControlValueAccessor {
|
|
24
|
+
ngControl: NgControl;
|
|
25
|
+
private _document;
|
|
26
|
+
private _formBuilder;
|
|
27
|
+
id: string;
|
|
28
|
+
onBlur: Subject<void>;
|
|
29
|
+
onInputChange: Subject<string | null>;
|
|
30
|
+
config: OptInputConfig;
|
|
31
|
+
otpForm: UntypedFormGroup;
|
|
32
|
+
currentVal: string | null;
|
|
33
|
+
componentKey: string;
|
|
34
|
+
readonly stateChanges: Subject<void>;
|
|
35
|
+
focused: boolean;
|
|
36
|
+
private _unsubscribeAll;
|
|
37
|
+
private _activeFocusCount;
|
|
38
|
+
constructor(ngControl: NgControl, _document: Document, _formBuilder: FormBuilder);
|
|
39
|
+
get inputType(): string;
|
|
40
|
+
get controlKeys(): string[];
|
|
41
|
+
get errorState(): boolean;
|
|
42
|
+
ngOnChanges(changes: SimpleChanges): void;
|
|
43
|
+
setDisabledState(isDisabled: boolean): void;
|
|
44
|
+
writeValue(value: string): void;
|
|
45
|
+
registerOnChange(fn: any): void;
|
|
46
|
+
registerOnTouched(fn: any): void;
|
|
47
|
+
onFocusIn(): void;
|
|
48
|
+
onFocusOut(): void;
|
|
49
|
+
ngAfterViewInit(): void;
|
|
50
|
+
ngOnDestroy(): void;
|
|
51
|
+
get placeholder(): string;
|
|
52
|
+
set placeholder(value: string);
|
|
53
|
+
private _placeholder;
|
|
54
|
+
get value(): any;
|
|
55
|
+
set value(value: any);
|
|
56
|
+
protected _value: any;
|
|
57
|
+
get empty(): boolean;
|
|
58
|
+
get shouldLabelFloat(): boolean;
|
|
59
|
+
get required(): boolean;
|
|
60
|
+
set required(value: any);
|
|
61
|
+
protected _required: boolean;
|
|
62
|
+
get disabled(): boolean;
|
|
63
|
+
set disabled(value: BooleanInput);
|
|
64
|
+
protected _disabled: boolean;
|
|
65
|
+
setDescribedByIds(ids: string[]): void;
|
|
66
|
+
onContainerClick(): void;
|
|
67
|
+
onKeyDown($event: any, inputIdx: number): any;
|
|
68
|
+
onInput($event: any, inputIdx: number): void;
|
|
69
|
+
onKeyUp($event: any, inputIdx: number): void;
|
|
70
|
+
validateNumber(val: string): boolean | string;
|
|
71
|
+
getBoxId(idx: string | number): string;
|
|
72
|
+
focusTo(eleId: string): void;
|
|
73
|
+
setValue(value: any): void;
|
|
74
|
+
handlePaste(e: any): void;
|
|
75
|
+
getFormControl(key: string): FormControl;
|
|
76
|
+
private _onModelChange;
|
|
77
|
+
private _onTouchedChange;
|
|
78
|
+
private _getControlName;
|
|
79
|
+
private _clearInput;
|
|
80
|
+
private _setSelected;
|
|
81
|
+
private ifValidKeyCode;
|
|
82
|
+
private _rebuildValue;
|
|
83
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<CmatOtpInputComponent, [{ optional: true; self: true; }, null, null]>;
|
|
84
|
+
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>;
|
|
85
|
+
}
|
|
86
|
+
|
|
87
|
+
export { CmatOtpInputComponent };
|
|
@@ -1,5 +1,38 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
1
|
+
import * as i0 from '@angular/core';
|
|
2
|
+
import { EventEmitter } from '@angular/core';
|
|
3
|
+
|
|
4
|
+
interface INode {
|
|
5
|
+
name: string;
|
|
6
|
+
cssClass: string;
|
|
7
|
+
image: string;
|
|
8
|
+
title?: string;
|
|
9
|
+
color?: string;
|
|
10
|
+
showDetail: boolean;
|
|
11
|
+
children: INode[];
|
|
12
|
+
heightFactor?: number;
|
|
13
|
+
}
|
|
14
|
+
declare class ChartNode implements INode {
|
|
15
|
+
name: string;
|
|
16
|
+
cssClass: string;
|
|
17
|
+
image: string;
|
|
18
|
+
title?: string;
|
|
19
|
+
color?: string;
|
|
20
|
+
showDetail: boolean;
|
|
21
|
+
children: ChartNode[];
|
|
22
|
+
heightFactor?: number;
|
|
23
|
+
parent?: ChartNode;
|
|
24
|
+
constructor(structure: string[], parent?: ChartNode);
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
declare class CmatOrgChartComponent {
|
|
28
|
+
nodes: INode[];
|
|
29
|
+
enableControlHeight: boolean;
|
|
30
|
+
direction: 'vertical' | 'horizontal';
|
|
31
|
+
detailsBtnTitle: string;
|
|
32
|
+
detailsBtnClick: EventEmitter<INode>;
|
|
33
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<CmatOrgChartComponent, never>;
|
|
34
|
+
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>;
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
export { ChartNode, CmatOrgChartComponent };
|
|
38
|
+
export type { INode };
|
|
@@ -1,5 +1,122 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
1
|
+
import * as i0 from '@angular/core';
|
|
2
|
+
import { OnInit, EventEmitter, ChangeDetectorRef, PipeTransform, OnChanges, OnDestroy } from '@angular/core';
|
|
3
|
+
import { CmatMediaWatcherService } from 'cmat/services/media-watcher';
|
|
4
|
+
|
|
5
|
+
declare class CmatPaginationComponent implements OnInit {
|
|
6
|
+
private _cmatMediaWatcherService;
|
|
7
|
+
private _changeDetectorRef;
|
|
8
|
+
pageChange: EventEmitter<number>;
|
|
9
|
+
pageBoundsCorrection: EventEmitter<number>;
|
|
10
|
+
perPageCountChange: EventEmitter<number>;
|
|
11
|
+
id: string;
|
|
12
|
+
maxSize: number;
|
|
13
|
+
itemsPerPages: number[];
|
|
14
|
+
initPerPage: number;
|
|
15
|
+
isScreenSmall: boolean;
|
|
16
|
+
private _autoHide;
|
|
17
|
+
private _unsubscribeAll;
|
|
18
|
+
constructor(_cmatMediaWatcherService: CmatMediaWatcherService, _changeDetectorRef: ChangeDetectorRef);
|
|
19
|
+
get autoHide(): boolean;
|
|
20
|
+
set autoHide(value: boolean);
|
|
21
|
+
ngOnInit(): void;
|
|
22
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<CmatPaginationComponent, never>;
|
|
23
|
+
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>;
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
interface CmatPaginationInstance {
|
|
27
|
+
[prop: string]: any;
|
|
28
|
+
/**
|
|
29
|
+
* An optional ID for the pagination instance. Only useful if you wish to
|
|
30
|
+
* have more than once instance at a time in a given component.
|
|
31
|
+
*/
|
|
32
|
+
id?: string;
|
|
33
|
+
itemsPerPage: number;
|
|
34
|
+
currentPage: number;
|
|
35
|
+
totalItems: number;
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
declare class CmatPaginationService {
|
|
39
|
+
change: EventEmitter<string>;
|
|
40
|
+
private _instances;
|
|
41
|
+
private _defaultPaginationId;
|
|
42
|
+
defaultId(): string;
|
|
43
|
+
register(instance: CmatPaginationInstance): boolean;
|
|
44
|
+
getCurrentPage(id: string): number | void;
|
|
45
|
+
getItemsPerPage(id: string): number | void;
|
|
46
|
+
setCurrentPage(id: string, page: number): void;
|
|
47
|
+
setTotalItems(id: string, totalItems: number): void;
|
|
48
|
+
setItemsPerPage(id: string, itemsPerPage: number): void;
|
|
49
|
+
getInstance(id?: string): CmatPaginationInstance;
|
|
50
|
+
private _updateInstance;
|
|
51
|
+
private _clone;
|
|
52
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<CmatPaginationService, never>;
|
|
53
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<CmatPaginationService>;
|
|
54
|
+
}
|
|
55
|
+
|
|
56
|
+
type Collection<T> = T[];
|
|
57
|
+
interface CmatPaginatePipeArgs {
|
|
58
|
+
id?: string;
|
|
59
|
+
currentPage: string | number;
|
|
60
|
+
itemsPerPage: string | number;
|
|
61
|
+
totalItems: string | number;
|
|
62
|
+
}
|
|
63
|
+
interface CmatPipeState {
|
|
64
|
+
collection: any[];
|
|
65
|
+
size: number;
|
|
66
|
+
start?: number;
|
|
67
|
+
end?: number;
|
|
68
|
+
slice: any[];
|
|
69
|
+
}
|
|
70
|
+
declare class CmatPaginatePipe implements PipeTransform {
|
|
71
|
+
private service;
|
|
72
|
+
private state;
|
|
73
|
+
constructor(service: CmatPaginationService);
|
|
74
|
+
transform<T, U extends Collection<T>>(collection: U, args: CmatPaginatePipeArgs): U;
|
|
75
|
+
private createInstance;
|
|
76
|
+
private checkConfig;
|
|
77
|
+
private _saveState;
|
|
78
|
+
private _stateIsIdentical;
|
|
79
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<CmatPaginatePipe, never>;
|
|
80
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<CmatPaginatePipe, "paginate", true>;
|
|
81
|
+
}
|
|
82
|
+
|
|
83
|
+
interface Page {
|
|
84
|
+
label: string;
|
|
85
|
+
value: any;
|
|
86
|
+
}
|
|
87
|
+
declare class CmatPaginationDirective implements OnInit, OnChanges, OnDestroy {
|
|
88
|
+
private service;
|
|
89
|
+
private changeDetectorRef;
|
|
90
|
+
id: string;
|
|
91
|
+
maxSize: number;
|
|
92
|
+
pageChange: EventEmitter<number>;
|
|
93
|
+
pageBoundsCorrection: EventEmitter<number>;
|
|
94
|
+
perPageCountChange: EventEmitter<number>;
|
|
95
|
+
pages: Page[];
|
|
96
|
+
private _unsubscribeAll;
|
|
97
|
+
constructor(service: CmatPaginationService, changeDetectorRef: ChangeDetectorRef);
|
|
98
|
+
ngOnInit(): void;
|
|
99
|
+
ngOnChanges(): void;
|
|
100
|
+
ngOnDestroy(): void;
|
|
101
|
+
previous(): void;
|
|
102
|
+
next(): void;
|
|
103
|
+
goFirstPage(): void;
|
|
104
|
+
goLastPage(): void;
|
|
105
|
+
isFirstPage(): boolean;
|
|
106
|
+
isLastPage(): boolean;
|
|
107
|
+
setCurrent(page: number | string): void;
|
|
108
|
+
getCurrent(): number | void;
|
|
109
|
+
getLastPage(): number | void;
|
|
110
|
+
getTotalItems(): number | void;
|
|
111
|
+
setItemsPerPage(count: number): void;
|
|
112
|
+
private _checkValidId;
|
|
113
|
+
private _updatePageLinks;
|
|
114
|
+
private _outOfBoundCorrection;
|
|
115
|
+
private _createPageArray;
|
|
116
|
+
private _calculatePageNumber;
|
|
117
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<CmatPaginationDirective, never>;
|
|
118
|
+
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>;
|
|
119
|
+
}
|
|
120
|
+
|
|
121
|
+
export { CmatPaginatePipe, CmatPaginationComponent, CmatPaginationDirective, CmatPaginationService };
|
|
122
|
+
export type { CmatPaginatePipeArgs, CmatPaginationInstance, CmatPipeState, Collection, Page };
|