cmat 0.0.28 → 0.0.30
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 +187 -5
- package/components/breadcrumb/index.d.ts +243 -3
- package/components/card/index.d.ts +20 -5
- package/components/carousel/index.d.ts +175 -5
- package/components/cascade/index.d.ts +101 -5
- package/components/chip-input/index.d.ts +65 -5
- package/components/custom-formly/index.d.ts +669 -5
- package/components/date-range/index.d.ts +139 -5
- package/components/drawer/index.d.ts +101 -5
- package/components/fullscreen/index.d.ts +13 -5
- package/components/highlight/index.d.ts +28 -5
- package/components/image-viewer/index.d.ts +78 -5
- package/components/json-editor/index.d.ts +27 -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 +752 -3
- package/components/navigation/index.d.ts +314 -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 +119 -5
- package/components/password-strength/index.d.ts +92 -5
- package/components/popover/index.d.ts +289 -3
- package/components/progress-bar/index.d.ts +19 -5
- package/components/rating/index.d.ts +61 -5
- package/components/select-search/index.d.ts +108 -5
- package/components/select-table/index.d.ts +120 -5
- package/components/select-tree/index.d.ts +120 -5
- package/components/speed-dial/index.d.ts +66 -5
- package/components/timeline/index.d.ts +56 -5
- package/components/toast/index.d.ts +84 -5
- package/components/transfer-picker/index.d.ts +188 -3
- package/components/treetable/index.d.ts +43 -5
- package/components/upload/index.d.ts +111 -5
- package/components/x6-angular-shape/index.d.ts +43 -5
- package/directives/animate-on-scroll/index.d.ts +30 -5
- package/directives/arrow-cursor/index.d.ts +32 -5
- package/directives/autofocus/index.d.ts +11 -5
- package/directives/data-exporter/index.d.ts +41 -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 +14 -5
- package/fesm2022/cmat-components-adapter.mjs +22 -39
- package/fesm2022/cmat-components-adapter.mjs.map +1 -1
- package/fesm2022/cmat-components-breadcrumb.mjs +19 -21
- package/fesm2022/cmat-components-breadcrumb.mjs.map +1 -1
- package/fesm2022/cmat-components-card.mjs +3 -3
- package/fesm2022/cmat-components-carousel.mjs +116 -133
- package/fesm2022/cmat-components-carousel.mjs.map +1 -1
- package/fesm2022/cmat-components-cascade.mjs +61 -73
- package/fesm2022/cmat-components-cascade.mjs.map +1 -1
- package/fesm2022/cmat-components-chip-input.mjs +14 -18
- package/fesm2022/cmat-components-chip-input.mjs.map +1 -1
- package/fesm2022/cmat-components-custom-formly.mjs +176 -178
- package/fesm2022/cmat-components-custom-formly.mjs.map +1 -1
- package/fesm2022/cmat-components-date-range.mjs +18 -18
- package/fesm2022/cmat-components-date-range.mjs.map +1 -1
- package/fesm2022/cmat-components-drawer.mjs +17 -19
- package/fesm2022/cmat-components-drawer.mjs.map +1 -1
- package/fesm2022/cmat-components-fullscreen.mjs +8 -11
- package/fesm2022/cmat-components-fullscreen.mjs.map +1 -1
- package/fesm2022/cmat-components-highlight.mjs +14 -14
- package/fesm2022/cmat-components-highlight.mjs.map +1 -1
- package/fesm2022/cmat-components-image-viewer.mjs +10 -13
- package/fesm2022/cmat-components-image-viewer.mjs.map +1 -1
- package/fesm2022/cmat-components-json-editor.mjs +7 -7
- package/fesm2022/cmat-components-json-editor.mjs.map +1 -1
- package/fesm2022/cmat-components-knob-input.mjs +13 -20
- 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 +8 -7
- package/fesm2022/cmat-components-material-color-picker.mjs.map +1 -1
- package/fesm2022/cmat-components-material-datetimepicker.mjs +168 -220
- package/fesm2022/cmat-components-material-datetimepicker.mjs.map +1 -1
- package/fesm2022/cmat-components-navigation.mjs +115 -119
- package/fesm2022/cmat-components-navigation.mjs.map +1 -1
- package/fesm2022/cmat-components-opt-input.mjs +15 -22
- 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 +34 -40
- 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 +27 -32
- package/fesm2022/cmat-components-popover.mjs.map +1 -1
- package/fesm2022/cmat-components-progress-bar.mjs +10 -10
- package/fesm2022/cmat-components-progress-bar.mjs.map +1 -1
- package/fesm2022/cmat-components-rating.mjs +10 -14
- package/fesm2022/cmat-components-rating.mjs.map +1 -1
- package/fesm2022/cmat-components-select-search.mjs +30 -53
- package/fesm2022/cmat-components-select-search.mjs.map +1 -1
- package/fesm2022/cmat-components-select-table.mjs +28 -33
- package/fesm2022/cmat-components-select-table.mjs.map +1 -1
- package/fesm2022/cmat-components-select-tree.mjs +55 -61
- package/fesm2022/cmat-components-select-tree.mjs.map +1 -1
- package/fesm2022/cmat-components-speed-dial.mjs +16 -19
- package/fesm2022/cmat-components-speed-dial.mjs.map +1 -1
- package/fesm2022/cmat-components-timeline.mjs +18 -20
- package/fesm2022/cmat-components-timeline.mjs.map +1 -1
- package/fesm2022/cmat-components-toast.mjs +16 -16
- package/fesm2022/cmat-components-toast.mjs.map +1 -1
- package/fesm2022/cmat-components-transfer-picker.mjs +49 -49
- package/fesm2022/cmat-components-transfer-picker.mjs.map +1 -1
- package/fesm2022/cmat-components-treetable.mjs +11 -12
- package/fesm2022/cmat-components-treetable.mjs.map +1 -1
- package/fesm2022/cmat-components-upload.mjs +33 -34
- package/fesm2022/cmat-components-upload.mjs.map +1 -1
- package/fesm2022/cmat-directives-animate-on-scroll.mjs +13 -14
- package/fesm2022/cmat-directives-animate-on-scroll.mjs.map +1 -1
- package/fesm2022/cmat-directives-arrow-cursor.mjs +11 -15
- package/fesm2022/cmat-directives-arrow-cursor.mjs.map +1 -1
- package/fesm2022/cmat-directives-autofocus.mjs +8 -9
- package/fesm2022/cmat-directives-autofocus.mjs.map +1 -1
- package/fesm2022/cmat-directives-data-exporter.mjs +29 -31
- package/fesm2022/cmat-directives-data-exporter.mjs.map +1 -1
- package/fesm2022/cmat-directives-debounce.mjs +11 -13
- package/fesm2022/cmat-directives-debounce.mjs.map +1 -1
- package/fesm2022/cmat-directives-digit-only.mjs +17 -17
- package/fesm2022/cmat-directives-digit-only.mjs.map +1 -1
- package/fesm2022/cmat-directives-equal-validator.mjs +9 -16
- package/fesm2022/cmat-directives-equal-validator.mjs.map +1 -1
- package/fesm2022/cmat-lib-mock-api.mjs +11 -14
- package/fesm2022/cmat-lib-mock-api.mjs.map +1 -1
- package/fesm2022/cmat-pipes-bytes.mjs +4 -5
- package/fesm2022/cmat-pipes-bytes.mjs.map +1 -1
- package/fesm2022/cmat-pipes-date-format.mjs +4 -5
- package/fesm2022/cmat-pipes-date-format.mjs.map +1 -1
- package/fesm2022/cmat-pipes-find-by-key.mjs +4 -5
- package/fesm2022/cmat-pipes-find-by-key.mjs.map +1 -1
- package/fesm2022/cmat-pipes-group-by.mjs +4 -5
- package/fesm2022/cmat-pipes-group-by.mjs.map +1 -1
- package/fesm2022/cmat-pipes-keys.mjs +4 -5
- package/fesm2022/cmat-pipes-keys.mjs.map +1 -1
- package/fesm2022/cmat-pipes-secure.mjs +13 -14
- package/fesm2022/cmat-pipes-secure.mjs.map +1 -1
- package/fesm2022/cmat-pipes-uppercase.mjs +4 -5
- package/fesm2022/cmat-pipes-uppercase.mjs.map +1 -1
- package/fesm2022/cmat-services-alert.mjs +7 -16
- package/fesm2022/cmat-services-alert.mjs.map +1 -1
- package/fesm2022/cmat-services-config.mjs +10 -12
- package/fesm2022/cmat-services-config.mjs.map +1 -1
- package/fesm2022/cmat-services-confirmation.mjs +17 -20
- package/fesm2022/cmat-services-confirmation.mjs.map +1 -1
- package/fesm2022/cmat-services-data.mjs +10 -11
- package/fesm2022/cmat-services-data.mjs.map +1 -1
- package/fesm2022/cmat-services-export-as.mjs +3 -3
- package/fesm2022/cmat-services-loading.mjs +14 -14
- package/fesm2022/cmat-services-loading.mjs.map +1 -1
- package/fesm2022/cmat-services-local-storage.mjs +3 -3
- package/fesm2022/cmat-services-media-watcher.mjs +10 -10
- package/fesm2022/cmat-services-media-watcher.mjs.map +1 -1
- package/fesm2022/cmat-services-platform.mjs +8 -8
- package/fesm2022/cmat-services-platform.mjs.map +1 -1
- package/fesm2022/cmat-services-splash-screen.mjs +9 -14
- package/fesm2022/cmat-services-splash-screen.mjs.map +1 -1
- package/fesm2022/cmat-services-title.mjs +10 -11
- package/fesm2022/cmat-services-title.mjs.map +1 -1
- package/fesm2022/cmat-services-translation.mjs +8 -8
- package/fesm2022/cmat-services-translation.mjs.map +1 -1
- 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 +60 -5
- package/package.json +71 -71
- 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 +19 -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 +42 -5
- package/services/data/index.d.ts +21 -5
- package/services/export-as/index.d.ts +55 -5
- package/services/loading/index.d.ts +35 -5
- package/services/local-storage/index.d.ts +11 -5
- package/services/media-watcher/index.d.ts +22 -5
- package/services/platform/index.d.ts +11 -5
- package/services/splash-screen/index.d.ts +16 -5
- package/services/title/index.d.ts +14 -5
- package/services/translation/index.d.ts +22 -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,31 +0,0 @@
|
|
|
1
|
-
import { AfterViewInit, OnDestroy, EventEmitter } from '@angular/core';
|
|
2
|
-
import { CmatMediaWatcherService } from 'cmat/services/media-watcher';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class CmatArrowCursorDirective implements AfterViewInit, OnDestroy {
|
|
5
|
-
private _document;
|
|
6
|
-
private _cmatMediaWatcherService;
|
|
7
|
-
animationDuration: number;
|
|
8
|
-
orientation: 'horizontal' | 'vertical';
|
|
9
|
-
enabled: boolean;
|
|
10
|
-
selector: string;
|
|
11
|
-
clickEvent: EventEmitter<string | null>;
|
|
12
|
-
cursorAnimationFrame: any;
|
|
13
|
-
isPhone: boolean;
|
|
14
|
-
arrowCursor: HTMLDivElement | null;
|
|
15
|
-
cursorClientX: number;
|
|
16
|
-
cursorClientY: number;
|
|
17
|
-
cursorIcon: SVGElement | null;
|
|
18
|
-
cursorSide: string | null;
|
|
19
|
-
oldCursorSide: string | null;
|
|
20
|
-
private _unsubscribeAll;
|
|
21
|
-
constructor(_document: Document, _cmatMediaWatcherService: CmatMediaWatcherService);
|
|
22
|
-
onMouseEnter(event: any): void;
|
|
23
|
-
onMouseLeave(event: any): void;
|
|
24
|
-
onMouseOver(event: any): void;
|
|
25
|
-
onClick(event: Event): void;
|
|
26
|
-
ngAfterViewInit(): void;
|
|
27
|
-
ngOnDestroy(): void;
|
|
28
|
-
moveCursor(): void;
|
|
29
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<CmatArrowCursorDirective, never>;
|
|
30
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<CmatArrowCursorDirective, "[cmatArrowCursor]", never, { "animationDuration": { "alias": "animationDuration"; "required": false; }; "orientation": { "alias": "orientation"; "required": false; }; "enabled": { "alias": "enabled"; "required": false; }; "selector": { "alias": "selector"; "required": false; }; }, { "clickEvent": "clickEvent"; }, never, never, true, never>;
|
|
31
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './arrow-cursor.directive';
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import { ElementRef } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class CmatAutofocusDirective {
|
|
4
|
-
element: ElementRef;
|
|
5
|
-
constructor(element: ElementRef);
|
|
6
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<CmatAutofocusDirective, never>;
|
|
7
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<CmatAutofocusDirective, "[cmatAutofocus]", never, {}, {}, never, never, true, never>;
|
|
8
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './autofocus.directive';
|
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
import { Mime } from './mime';
|
|
2
|
-
export declare const TYPE_ARRAY = "array";
|
|
3
|
-
export declare const CHAR_SET_UTF = ";charset=utf-";
|
|
4
|
-
export declare const CHAR_SET_UTF_8: string;
|
|
5
|
-
export declare const CONTENT_TYPE_TEXT: string;
|
|
6
|
-
export declare const CONTENT_TYPE_APPLICATION = "application/";
|
|
7
|
-
export declare const CONTENT_TYPE_EXCEL: string;
|
|
8
|
-
export declare const CONTENT_TYPE_JSON: string;
|
|
9
|
-
export declare const DOT = ".";
|
|
10
|
-
export declare const COMMA = ",";
|
|
11
|
-
export declare const EXTENSION_XLS: string;
|
|
12
|
-
export declare const EXTENSION_XLSX: string;
|
|
13
|
-
export declare const EXTENSION_CSV: string;
|
|
14
|
-
export declare const EXTENSION_JSON: string;
|
|
15
|
-
export declare const EXTENSION_TEXT: string;
|
|
16
|
-
export declare const MIME_EXCEL_XLS: Mime;
|
|
17
|
-
export declare const MIME_EXCEL_XLSX: Mime;
|
|
18
|
-
export declare const MIME_JSON: Mime;
|
|
19
|
-
export declare const MIME_TXT: Mime;
|
|
20
|
-
export declare const MIME_CSV: Mime;
|
|
21
|
-
export declare const REF = "!ref";
|
|
22
|
-
export declare const XLS_REGEX: string;
|
|
23
|
-
export declare const RETURN = "\n";
|
|
24
|
-
export declare const TAB = "\t";
|
|
25
|
-
export declare const XLSX_COLS = "!cols";
|
|
26
|
-
export declare const BOM = "\uFEFF";
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
import { OnChanges, SimpleChanges } from '@angular/core';
|
|
2
|
-
import { ExcelOptions, ExporterListInfo, ExportType, Options, TxtOptions } from './options';
|
|
3
|
-
import { ServiceLocatorService } from './services/service-locator.service';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
export declare class CmatDataExporterDirective implements OnChanges {
|
|
6
|
-
private _serviceLocator;
|
|
7
|
-
dataSource: any[];
|
|
8
|
-
exportColumns: ExporterListInfo[];
|
|
9
|
-
options?: Options | ExcelOptions | TxtOptions;
|
|
10
|
-
exportType: ExportType | 'xls' | 'xlsx' | 'csv' | 'txt' | 'json';
|
|
11
|
-
private _data;
|
|
12
|
-
private _exporterService;
|
|
13
|
-
constructor(_serviceLocator: ServiceLocatorService);
|
|
14
|
-
ngOnChanges(changes: SimpleChanges): void;
|
|
15
|
-
private _loadExporter;
|
|
16
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<CmatDataExporterDirective, never>;
|
|
17
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<CmatDataExporterDirective, "button[cmatDataExporter]", never, { "dataSource": { "alias": "dataSource"; "required": false; }; "exportColumns": { "alias": "exportColumns"; "required": false; }; "options": { "alias": "options"; "required": false; }; "exportType": { "alias": "exportType"; "required": false; }; }, {}, never, never, true, never>;
|
|
18
|
-
}
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
import { WritingOptions } from 'xlsx';
|
|
2
|
-
export interface ExporterListInfo {
|
|
3
|
-
code: string;
|
|
4
|
-
label: string;
|
|
5
|
-
}
|
|
6
|
-
export declare enum ExportType {
|
|
7
|
-
XLS = "xls",
|
|
8
|
-
XLSX = "xlsx",
|
|
9
|
-
CSV = "csv",
|
|
10
|
-
TXT = "txt",
|
|
11
|
-
JSON = "json"
|
|
12
|
-
}
|
|
13
|
-
export interface Options {
|
|
14
|
-
fileName?: string;
|
|
15
|
-
}
|
|
16
|
-
export interface TxtOptions extends Options {
|
|
17
|
-
delimiter?: string;
|
|
18
|
-
}
|
|
19
|
-
export interface ExcelOptions extends Options, Omit<WritingOptions, 'bookType'> {
|
|
20
|
-
columnWidths: number[];
|
|
21
|
-
}
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { WorkSheet } from 'xlsx';
|
|
2
|
-
import { WorksheetExporter } from './worksheet-exporter';
|
|
3
|
-
import { Mime } from '../../mime';
|
|
4
|
-
import { TxtOptions } from '../../options';
|
|
5
|
-
import * as i0 from "@angular/core";
|
|
6
|
-
export declare class CsvExporterService extends WorksheetExporter<TxtOptions> {
|
|
7
|
-
constructor();
|
|
8
|
-
workSheetToContent(worksheet: WorkSheet, options?: TxtOptions): Promise<any>;
|
|
9
|
-
getMimeType(): Mime;
|
|
10
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<CsvExporterService, never>;
|
|
11
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<CsvExporterService>;
|
|
12
|
-
}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import { Exporter } from './exporter';
|
|
2
|
-
import { Mime } from '../../mime';
|
|
3
|
-
import { Options } from '../../options';
|
|
4
|
-
export declare abstract class FileExporter<T extends Options> implements Exporter<T> {
|
|
5
|
-
export(rows: any[], options?: T): void;
|
|
6
|
-
abstract createContent(rows: any[], options?: T): Promise<any>;
|
|
7
|
-
abstract getMimeType(): Mime;
|
|
8
|
-
}
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import { FileExporter } from './file-exporter';
|
|
2
|
-
import { Mime } from '../../mime';
|
|
3
|
-
import { Options } from '../../options';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
export declare class JsonExporterService extends FileExporter<Options> {
|
|
6
|
-
constructor();
|
|
7
|
-
createContent(rows: any[], options?: Options): Promise<any>;
|
|
8
|
-
getMimeType(): Mime;
|
|
9
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<JsonExporterService, never>;
|
|
10
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<JsonExporterService>;
|
|
11
|
-
}
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { FileExporter } from './file-exporter';
|
|
2
|
-
import { Mime } from '../../mime';
|
|
3
|
-
import { TxtOptions } from '../../options';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
export declare class TxtExporterService extends FileExporter<TxtOptions> {
|
|
6
|
-
constructor();
|
|
7
|
-
createContent(rows: any[], options?: TxtOptions): Promise<any>;
|
|
8
|
-
getMimeType(): Mime;
|
|
9
|
-
private _getDelimiter;
|
|
10
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<TxtExporterService, never>;
|
|
11
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<TxtExporterService>;
|
|
12
|
-
}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { WorkSheet } from 'xlsx';
|
|
2
|
-
import { FileExporter } from './file-exporter';
|
|
3
|
-
import { Mime } from '../../mime';
|
|
4
|
-
import { Options } from '../../options';
|
|
5
|
-
export declare abstract class WorksheetExporter<T extends Options> extends FileExporter<T> {
|
|
6
|
-
constructor();
|
|
7
|
-
createContent(rows: any[], options?: T): Promise<any>;
|
|
8
|
-
abstract workSheetToContent(workSheet: WorkSheet, options?: T): Promise<any>;
|
|
9
|
-
abstract getMimeType(): Mime;
|
|
10
|
-
}
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
import { WorkSheet } from 'xlsx';
|
|
2
|
-
import { WorksheetExporter } from './worksheet-exporter';
|
|
3
|
-
import { Mime } from '../../mime';
|
|
4
|
-
import { ExcelOptions } from '../../options';
|
|
5
|
-
import * as i0 from "@angular/core";
|
|
6
|
-
export declare class XlsExporterService extends WorksheetExporter<ExcelOptions> {
|
|
7
|
-
constructor();
|
|
8
|
-
workSheetToContent(worksheet: WorkSheet, options?: ExcelOptions): Promise<any>;
|
|
9
|
-
getMimeType(): Mime;
|
|
10
|
-
private _correctTypes;
|
|
11
|
-
private _convertToWch;
|
|
12
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<XlsExporterService, never>;
|
|
13
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<XlsExporterService>;
|
|
14
|
-
}
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import { XlsExporterService } from './xls-exporter.service';
|
|
2
|
-
import { Mime } from '../../mime';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class XlsxExporterService extends XlsExporterService {
|
|
5
|
-
constructor();
|
|
6
|
-
getMimeType(): Mime;
|
|
7
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<XlsxExporterService, never>;
|
|
8
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<XlsxExporterService>;
|
|
9
|
-
}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import { Mime } from '../mime';
|
|
2
|
-
import { ExportType, Options } from '../options';
|
|
3
|
-
export declare class FileUtil {
|
|
4
|
-
static save(content: string, mime: Mime, options?: Options): void;
|
|
5
|
-
static isXls(fileName: string): boolean;
|
|
6
|
-
static identifyExportType(fileName?: string): ExportType;
|
|
7
|
-
static removeExtension(options?: Options): void;
|
|
8
|
-
}
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import { Injector } from '@angular/core';
|
|
2
|
-
import { ExportType, Options } from '../options';
|
|
3
|
-
import { Exporter } from './exporters/exporter';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
export declare class ServiceLocatorService {
|
|
6
|
-
private _injector;
|
|
7
|
-
constructor(_injector: Injector);
|
|
8
|
-
getService(exportType: ExportType | 'xls' | 'xlsx' | 'csv' | 'txt' | 'json'): Exporter<Options>;
|
|
9
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ServiceLocatorService, never>;
|
|
10
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<ServiceLocatorService>;
|
|
11
|
-
}
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
import { EventEmitter, OnDestroy, OnInit } from '@angular/core';
|
|
2
|
-
import { Subject } from 'rxjs';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare abstract class AbstractDebounceDirective implements OnInit, OnDestroy {
|
|
5
|
-
debounceTime: number;
|
|
6
|
-
emitChanged: EventEmitter<any>;
|
|
7
|
-
emitEvent$: Subject<any>;
|
|
8
|
-
subscription$: Subject<void>;
|
|
9
|
-
constructor();
|
|
10
|
-
ngOnInit(): void;
|
|
11
|
-
emitChange(value: any): void;
|
|
12
|
-
ngOnDestroy(): void;
|
|
13
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AbstractDebounceDirective, never>;
|
|
14
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<AbstractDebounceDirective, never, never, { "debounceTime": { "alias": "debounceTime"; "required": false; }; }, { "emitChanged": "emitChanged"; }, never, never, true, never>;
|
|
15
|
-
}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import { AbstractDebounceDirective } from './abstract-debounce.directive';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class CmatDebounceClickDirective extends AbstractDebounceDirective {
|
|
4
|
-
constructor();
|
|
5
|
-
onKeyUp(event: any): void;
|
|
6
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<CmatDebounceClickDirective, never>;
|
|
7
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<CmatDebounceClickDirective, "[cmatDebounceClick]", never, {}, {}, never, never, true, never>;
|
|
8
|
-
}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import { AbstractDebounceDirective } from './abstract-debounce.directive';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class CmatDebounceKeyupDirective extends AbstractDebounceDirective {
|
|
4
|
-
constructor();
|
|
5
|
-
onKeyUp(event: any): void;
|
|
6
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<CmatDebounceKeyupDirective, never>;
|
|
7
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<CmatDebounceKeyupDirective, "input[cmatDebounceKeyup]", never, {}, {}, never, never, true, never>;
|
|
8
|
-
}
|
|
@@ -1,36 +0,0 @@
|
|
|
1
|
-
import { ElementRef, OnChanges, SimpleChanges } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class CmatDigitOnlyDirective implements OnChanges {
|
|
4
|
-
el: ElementRef;
|
|
5
|
-
decimal: boolean;
|
|
6
|
-
decimalSeparator: string;
|
|
7
|
-
allowNegatives: boolean;
|
|
8
|
-
allowPaste: boolean;
|
|
9
|
-
negativeSign: string;
|
|
10
|
-
min: number;
|
|
11
|
-
max: number;
|
|
12
|
-
pattern?: string | RegExp;
|
|
13
|
-
inputElement: HTMLInputElement;
|
|
14
|
-
value: string;
|
|
15
|
-
private _regex;
|
|
16
|
-
private _hasDecimalPoint;
|
|
17
|
-
private _hasNegativeSign;
|
|
18
|
-
private _navigationKeys;
|
|
19
|
-
constructor(el: ElementRef);
|
|
20
|
-
onBeforeInput(e: InputEvent): any;
|
|
21
|
-
onInputChange(event: any): void;
|
|
22
|
-
onKeyDown(e: KeyboardEvent): any;
|
|
23
|
-
onPaste(event: any): void;
|
|
24
|
-
onDrop(event: DragEvent): void;
|
|
25
|
-
ngOnChanges(changes: SimpleChanges): void;
|
|
26
|
-
private _pasteData;
|
|
27
|
-
private _insertAtCursor;
|
|
28
|
-
private _triggerEvent;
|
|
29
|
-
private _sanitizeInput;
|
|
30
|
-
private _getNegativeSignRegExp;
|
|
31
|
-
private _isValidDecimal;
|
|
32
|
-
private _getSelection;
|
|
33
|
-
private _forecastValue;
|
|
34
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<CmatDigitOnlyDirective, never>;
|
|
35
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<CmatDigitOnlyDirective, "[cmatDigitOnly]", never, { "decimal": { "alias": "decimal"; "required": false; }; "decimalSeparator": { "alias": "decimalSeparator"; "required": false; }; "allowNegatives": { "alias": "allowNegatives"; "required": false; }; "allowPaste": { "alias": "allowPaste"; "required": false; }; "negativeSign": { "alias": "negativeSign"; "required": false; }; "min": { "alias": "min"; "required": false; }; "max": { "alias": "max"; "required": false; }; "pattern": { "alias": "pattern"; "required": false; }; }, {}, never, never, true, never>;
|
|
36
|
-
}
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import { ElementRef, OnInit } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class CmatMaskDirective implements OnInit {
|
|
4
|
-
el: ElementRef;
|
|
5
|
-
inputElement: HTMLInputElement;
|
|
6
|
-
value: string;
|
|
7
|
-
regex: RegExp;
|
|
8
|
-
private _navigationKeys;
|
|
9
|
-
constructor(el: ElementRef);
|
|
10
|
-
onInputChange(event: any): void;
|
|
11
|
-
onKeyDown(e: KeyboardEvent): void;
|
|
12
|
-
ngOnInit(): void;
|
|
13
|
-
private _forecastValue;
|
|
14
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<CmatMaskDirective, never>;
|
|
15
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<CmatMaskDirective, "[cmatMask]", never, {}, {}, never, never, true, never>;
|
|
16
|
-
}
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { Validator, AbstractControl } from '@angular/forms';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class CmatEqualValidatorDirective implements Validator {
|
|
4
|
-
private _validateEqual;
|
|
5
|
-
private _reverse;
|
|
6
|
-
constructor(_validateEqual: string, _reverse: string);
|
|
7
|
-
private static _validateNoReverse;
|
|
8
|
-
private static _validateReverse;
|
|
9
|
-
validate(c: AbstractControl): Record<string, any> | null;
|
|
10
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<CmatEqualValidatorDirective, [{ attribute: "cmatValidateEqual"; }, { attribute: "reverse"; }]>;
|
|
11
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<CmatEqualValidatorDirective, "[cmatValidateEqual][formControlName],[cmatValidateEqual][formControl],[cmatValidateEqual][ngModel]", never, {}, {}, never, never, true, never>;
|
|
12
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './equal-validator.directive';
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { HttpEvent, HttpHandler, HttpInterceptor, HttpRequest } from '@angular/common/http';
|
|
2
|
-
import { Observable } from 'rxjs';
|
|
3
|
-
import { CmatMockApiService } from './mock-api.service';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
export declare class CmatMockApiInterceptor implements HttpInterceptor {
|
|
6
|
-
private _defaultDelay;
|
|
7
|
-
private _cmatMockApiService;
|
|
8
|
-
constructor(_defaultDelay: number, _cmatMockApiService: CmatMockApiService);
|
|
9
|
-
intercept(request: HttpRequest<any>, next: HttpHandler): Observable<HttpEvent<any>>;
|
|
10
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<CmatMockApiInterceptor, never>;
|
|
11
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<CmatMockApiInterceptor>;
|
|
12
|
-
}
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import { HttpRequest } from '@angular/common/http';
|
|
2
|
-
import { Observable } from 'rxjs';
|
|
3
|
-
import { CmatMockApiReplyCallback } from './mock-api.types';
|
|
4
|
-
export declare class CmatMockApiHandler {
|
|
5
|
-
url: string;
|
|
6
|
-
delay?: number | undefined;
|
|
7
|
-
request: HttpRequest<any>;
|
|
8
|
-
urlParams: Record<string, string>;
|
|
9
|
-
private _reply;
|
|
10
|
-
private _replyCount;
|
|
11
|
-
private _replied;
|
|
12
|
-
constructor(url: string, delay?: number | undefined);
|
|
13
|
-
get response(): Observable<any>;
|
|
14
|
-
reply(callback: CmatMockApiReplyCallback): void;
|
|
15
|
-
replyCount(count: number): void;
|
|
16
|
-
}
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
import { CmatMockApiHandler } from './mock-api.request-handler';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class CmatMockApiService {
|
|
4
|
-
private _handlers;
|
|
5
|
-
findHandler(method: string, url: string): {
|
|
6
|
-
handler: CmatMockApiHandler | void;
|
|
7
|
-
urlParams: Record<string, string>;
|
|
8
|
-
};
|
|
9
|
-
onDelete(url: string, delay?: number): CmatMockApiHandler;
|
|
10
|
-
onGet(url: string, delay?: number): CmatMockApiHandler;
|
|
11
|
-
onPatch(url: string, delay?: number): CmatMockApiHandler;
|
|
12
|
-
onPost(url: string, delay?: number): CmatMockApiHandler;
|
|
13
|
-
onPut(url: string, delay?: number): CmatMockApiHandler;
|
|
14
|
-
onHead(url: string, delay?: number): CmatMockApiHandler;
|
|
15
|
-
onJsonp(url: string, delay?: number): CmatMockApiHandler;
|
|
16
|
-
onOptions(url: string, delay?: number): CmatMockApiHandler;
|
|
17
|
-
private _registerHandler;
|
|
18
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<CmatMockApiService, never>;
|
|
19
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<CmatMockApiService>;
|
|
20
|
-
}
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import { HttpRequest } from '@angular/common/http';
|
|
2
|
-
import { Observable } from 'rxjs';
|
|
3
|
-
export type CmatMockApiReplyCallback = ((data: {
|
|
4
|
-
request: HttpRequest<any>;
|
|
5
|
-
urlParams: Record<string, string>;
|
|
6
|
-
}) => ([number, any]) | Observable<any>) | void;
|
|
7
|
-
export type CmatMockApiMethods = 'get' | 'post' | 'patch' | 'delete' | 'put' | 'head' | 'jsonp' | 'options';
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import { PipeTransform } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class CmatBytesPipe implements PipeTransform {
|
|
4
|
-
transform(bytes: number): string;
|
|
5
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<CmatBytesPipe, never>;
|
|
6
|
-
static ɵpipe: i0.ɵɵPipeDeclaration<CmatBytesPipe, "cmatBytes", true>;
|
|
7
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './bytes.pipe';
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import { PipeTransform } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class CmatDateFormatPipe implements PipeTransform {
|
|
4
|
-
transform(value: string | Date | void, format: string): string;
|
|
5
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<CmatDateFormatPipe, never>;
|
|
6
|
-
static ɵpipe: i0.ɵɵPipeDeclaration<CmatDateFormatPipe, "cmatDateFormat", true>;
|
|
7
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './date-format.pipe';
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import { PipeTransform } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class CmatFindByKeyPipe implements PipeTransform {
|
|
4
|
-
transform(value: string | string[], key: string, source: any[]): any;
|
|
5
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<CmatFindByKeyPipe, never>;
|
|
6
|
-
static ɵpipe: i0.ɵɵPipeDeclaration<CmatFindByKeyPipe, "cmatFindByKey", true>;
|
|
7
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './find-by-key.pipe';
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import { PipeTransform } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class CmatGroupByPipe implements PipeTransform {
|
|
4
|
-
transform(value: any[], field: string): any[];
|
|
5
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<CmatGroupByPipe, never>;
|
|
6
|
-
static ɵpipe: i0.ɵɵPipeDeclaration<CmatGroupByPipe, "cmatGroupBy", true>;
|
|
7
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './group-by.pipe';
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import { PipeTransform } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class CmatKeysPipe implements PipeTransform {
|
|
4
|
-
transform(value: any): any;
|
|
5
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<CmatKeysPipe, never>;
|
|
6
|
-
static ɵpipe: i0.ɵɵPipeDeclaration<CmatKeysPipe, "cmatKeys", true>;
|
|
7
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './keys.pipe';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './secure-pipe';
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
import { HttpClient } from '@angular/common/http';
|
|
2
|
-
import { OnDestroy, PipeTransform } from '@angular/core';
|
|
3
|
-
import { DomSanitizer, SafeUrl } from '@angular/platform-browser';
|
|
4
|
-
import { Observable } from 'rxjs';
|
|
5
|
-
import { CmatUrlStateConfigService } from 'cmat/services/config';
|
|
6
|
-
import * as i0 from "@angular/core";
|
|
7
|
-
export declare class CmatSecurePipe implements PipeTransform, OnDestroy {
|
|
8
|
-
private _http;
|
|
9
|
-
private _sanitizer;
|
|
10
|
-
private _urlStateConfigService;
|
|
11
|
-
private _config;
|
|
12
|
-
private _unsubscribeAll;
|
|
13
|
-
constructor(_http: HttpClient, _sanitizer: DomSanitizer, _urlStateConfigService: CmatUrlStateConfigService);
|
|
14
|
-
ngOnDestroy(): void;
|
|
15
|
-
transform(fileId: string): Observable<SafeUrl>;
|
|
16
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<CmatSecurePipe, never>;
|
|
17
|
-
static ɵpipe: i0.ɵɵPipeDeclaration<CmatSecurePipe, "cmatSecure", true>;
|
|
18
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './uppercase.pipe';
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import { PipeTransform } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class CmatUppercasePipe implements PipeTransform {
|
|
4
|
-
transform(value: string): string;
|
|
5
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<CmatUppercasePipe, never>;
|
|
6
|
-
static ɵpipe: i0.ɵɵPipeDeclaration<CmatUppercasePipe, "cmatUppercase", true>;
|
|
7
|
-
}
|
package/public-api.d.ts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {} from '';
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import { CmatDialogType } from './enum';
|
|
2
|
-
export declare class CmatAlertDialog {
|
|
3
|
-
message: string;
|
|
4
|
-
type: CmatDialogType;
|
|
5
|
-
okCallback?: ((val?: any) => any) | undefined;
|
|
6
|
-
cancelCallback?: (() => any) | undefined;
|
|
7
|
-
defaultValue?: string | undefined;
|
|
8
|
-
okLabel?: string | undefined;
|
|
9
|
-
cancelLabel?: string | undefined;
|
|
10
|
-
constructor(message: string, type: CmatDialogType, okCallback?: ((val?: any) => any) | undefined, cancelCallback?: (() => any) | undefined, defaultValue?: string | undefined, okLabel?: string | undefined, cancelLabel?: string | undefined);
|
|
11
|
-
}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import { CmatMessageSeverity } from './enum';
|
|
2
|
-
export declare class CmatAlertMessage {
|
|
3
|
-
severity: CmatMessageSeverity;
|
|
4
|
-
summary: string;
|
|
5
|
-
detail: string;
|
|
6
|
-
isPostionBottom: boolean;
|
|
7
|
-
constructor(severity: CmatMessageSeverity, summary: string, detail: string, isPostionBottom?: boolean);
|
|
8
|
-
}
|
|
@@ -1,37 +0,0 @@
|
|
|
1
|
-
import { HttpResponseBase } from '@angular/common/http';
|
|
2
|
-
import { Observable } from 'rxjs';
|
|
3
|
-
import { CmatAlertDialog } from './alert.dialog';
|
|
4
|
-
import { CmatAlertMessage } from './alert.message';
|
|
5
|
-
import { CmatDialogType, CmatMessageSeverity } from './enum';
|
|
6
|
-
import * as i0 from "@angular/core";
|
|
7
|
-
export declare class CmatAlertService {
|
|
8
|
-
private _messages;
|
|
9
|
-
private _stickyMessages;
|
|
10
|
-
private _dialogs;
|
|
11
|
-
private _isLoading;
|
|
12
|
-
private _loadingMessageId;
|
|
13
|
-
get dialogEvent$(): Observable<CmatAlertDialog>;
|
|
14
|
-
get messageEvent$(): Observable<CmatAlertMessage>;
|
|
15
|
-
get stickyMessageEvent$(): Observable<CmatAlertMessage | void>;
|
|
16
|
-
get isLoadingInProgress$(): Observable<boolean>;
|
|
17
|
-
showDialog(message: string, type?: CmatDialogType, okCallback?: (val?: any) => any, cancelCallback?: () => any, okLabel?: string, cancelLabel?: string, defaultValue?: string): void;
|
|
18
|
-
showMessage(summary: string): void;
|
|
19
|
-
showMessage(detail: string | string[] | HttpResponseBase, params: string, severity: CmatMessageSeverity): void;
|
|
20
|
-
showBottomMessage(summary: string): void;
|
|
21
|
-
showBottomMessage(summary: string, detail: string, severity: CmatMessageSeverity): void;
|
|
22
|
-
showStickyMessage(summary: string): void;
|
|
23
|
-
showStickyMessage(summary: string, detail: string, severity: CmatMessageSeverity, error?: any): void;
|
|
24
|
-
showStickyMessage(detail: string[] | HttpResponseBase, params: string, severity: CmatMessageSeverity): void;
|
|
25
|
-
startLoadingMessage(message?: string, caption?: string): void;
|
|
26
|
-
stopLoadingMessage(): void;
|
|
27
|
-
logDebug(msg: any): void;
|
|
28
|
-
logError(msg: any): void;
|
|
29
|
-
logInfo(msg: any): void;
|
|
30
|
-
logMessage(msg: any): void;
|
|
31
|
-
logTrace(msg: any): void;
|
|
32
|
-
logWarning(msg: any): void;
|
|
33
|
-
resetStickyMessage(): void;
|
|
34
|
-
private _showMessageHelper;
|
|
35
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<CmatAlertService, never>;
|
|
36
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<CmatAlertService>;
|
|
37
|
-
}
|
package/services/alert/enum.d.ts
DELETED