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,43 +0,0 @@
|
|
|
1
|
-
import { HttpClient } from '@angular/common/http';
|
|
2
|
-
import { ChangeDetectorRef, OnDestroy, OnInit } from '@angular/core';
|
|
3
|
-
import { FieldTypeConfig } from '@ngx-formly/core';
|
|
4
|
-
import { FormlyFieldSelectProps } from '@ngx-formly/core/select';
|
|
5
|
-
import { FieldType } from '@ngx-formly/material';
|
|
6
|
-
import { CustomFormFieldProps } from '../../wrappers/form-field/form-field.component';
|
|
7
|
-
import * as i0 from "@angular/core";
|
|
8
|
-
interface SelectTreeProps extends CustomFormFieldProps, FormlyFieldSelectProps {
|
|
9
|
-
multiple: boolean;
|
|
10
|
-
search: boolean;
|
|
11
|
-
canNull: boolean;
|
|
12
|
-
showToggleAllCheckbox: boolean;
|
|
13
|
-
expandable: boolean;
|
|
14
|
-
customTriggerLabelTemplate: string;
|
|
15
|
-
domain?: {
|
|
16
|
-
url?: string;
|
|
17
|
-
code?: string;
|
|
18
|
-
key?: string;
|
|
19
|
-
value?: string;
|
|
20
|
-
};
|
|
21
|
-
}
|
|
22
|
-
export declare class CmatSelectTreeTypeComponent extends FieldType<FieldTypeConfig<SelectTreeProps>> implements OnInit, OnDestroy {
|
|
23
|
-
private _http;
|
|
24
|
-
private _changeDetectorRef;
|
|
25
|
-
defaultOptions: {
|
|
26
|
-
props: {
|
|
27
|
-
multiple: boolean;
|
|
28
|
-
search: boolean;
|
|
29
|
-
canNull: boolean;
|
|
30
|
-
showToggleAllCheckbox: boolean;
|
|
31
|
-
expandable: boolean;
|
|
32
|
-
customTriggerLabelTemplate: string;
|
|
33
|
-
};
|
|
34
|
-
};
|
|
35
|
-
urlData: [];
|
|
36
|
-
private _unsubscribeAll;
|
|
37
|
-
constructor(_http: HttpClient, _changeDetectorRef: ChangeDetectorRef);
|
|
38
|
-
ngOnInit(): void;
|
|
39
|
-
ngOnDestroy(): void;
|
|
40
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<CmatSelectTreeTypeComponent, never>;
|
|
41
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CmatSelectTreeTypeComponent, "cmat-select-tree-type", never, {}, {}, never, never, true, never>;
|
|
42
|
-
}
|
|
43
|
-
export {};
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import { FieldType, FieldTypeConfig, FormlyFieldConfig } from '@ngx-formly/core';
|
|
2
|
-
import { StepperProps } from '../stepper.type';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class CmatStepperHorizontalTypeComponent extends FieldType<FieldTypeConfig<StepperProps>> {
|
|
5
|
-
isValid(field: FormlyFieldConfig): boolean;
|
|
6
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<CmatStepperHorizontalTypeComponent, never>;
|
|
7
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CmatStepperHorizontalTypeComponent, "cmat-stepper-horizontal-type", never, {}, {}, never, never, true, never>;
|
|
8
|
-
}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import { FieldType, FieldTypeConfig, FormlyFieldConfig } from '@ngx-formly/core';
|
|
2
|
-
import { StepperProps } from '../stepper.type';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class CmatStepperVerticalTypeComponent extends FieldType<FieldTypeConfig<StepperProps>> {
|
|
5
|
-
isValid(field: FormlyFieldConfig): boolean;
|
|
6
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<CmatStepperVerticalTypeComponent, never>;
|
|
7
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CmatStepperVerticalTypeComponent, "cmat-stepper-vertical-type", never, {}, {}, never, never, true, never>;
|
|
8
|
-
}
|
|
@@ -1,43 +0,0 @@
|
|
|
1
|
-
import { OnInit, TemplateRef, ChangeDetectorRef } from '@angular/core';
|
|
2
|
-
import { FormGroup } from '@angular/forms';
|
|
3
|
-
import { MatTable } from '@angular/material/table';
|
|
4
|
-
import { FieldArrayType, FieldTypeConfig, FormlyFieldConfig } from '@ngx-formly/core';
|
|
5
|
-
import { CustomFormFieldProps } from '../../wrappers/form-field/form-field.component';
|
|
6
|
-
import * as i0 from "@angular/core";
|
|
7
|
-
interface TableProps extends CustomFormFieldProps {
|
|
8
|
-
addText: string;
|
|
9
|
-
showColumn?: boolean;
|
|
10
|
-
}
|
|
11
|
-
export declare class CmatTableTypeComponent extends FieldArrayType<FieldTypeConfig<TableProps>> implements OnInit {
|
|
12
|
-
private _changeDetectorRef;
|
|
13
|
-
dialogRef: TemplateRef<any>;
|
|
14
|
-
table: MatTable<any>;
|
|
15
|
-
inlineform: FormGroup<{}>;
|
|
16
|
-
currentMode: any;
|
|
17
|
-
currentIndex: number;
|
|
18
|
-
columns: {
|
|
19
|
-
key: string;
|
|
20
|
-
label: string;
|
|
21
|
-
}[];
|
|
22
|
-
displayedColumns: string[];
|
|
23
|
-
dialogType: 'add' | 'edit' | '';
|
|
24
|
-
defaultOptions: {
|
|
25
|
-
props: {
|
|
26
|
-
addText: string;
|
|
27
|
-
};
|
|
28
|
-
};
|
|
29
|
-
private readonly _dialog;
|
|
30
|
-
private readonly _viewContainerRef;
|
|
31
|
-
private _dialogRef;
|
|
32
|
-
constructor(_changeDetectorRef: ChangeDetectorRef);
|
|
33
|
-
get fieldArray(): FormlyFieldConfig[];
|
|
34
|
-
get key(): string;
|
|
35
|
-
ngOnInit(): void;
|
|
36
|
-
addRow(): void;
|
|
37
|
-
editRow(item: any, index: number): void;
|
|
38
|
-
deleteRow(id: number): void;
|
|
39
|
-
confirm(): void;
|
|
40
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<CmatTableTypeComponent, never>;
|
|
41
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CmatTableTypeComponent, "cmat-table-type", never, {}, {}, never, never, true, never>;
|
|
42
|
-
}
|
|
43
|
-
export {};
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import { FieldTypeConfig } from '@ngx-formly/core';
|
|
2
|
-
import { FieldType } from '@ngx-formly/material';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class CmatTabTypeComponent extends FieldType<FieldTypeConfig> {
|
|
5
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<CmatTabTypeComponent, never>;
|
|
6
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CmatTabTypeComponent, "cmat-tab-type", never, {}, {}, never, never, true, never>;
|
|
7
|
-
}
|
|
@@ -1,41 +0,0 @@
|
|
|
1
|
-
import { Overlay } from '@angular/cdk/overlay';
|
|
2
|
-
import { HttpClient } from '@angular/common/http';
|
|
3
|
-
import { ChangeDetectorRef, OnDestroy, OnInit, ViewContainerRef } from '@angular/core';
|
|
4
|
-
import { FieldTypeConfig } from '@ngx-formly/core';
|
|
5
|
-
import { FieldType } from '@ngx-formly/material/form-field';
|
|
6
|
-
import { Observable } from 'rxjs';
|
|
7
|
-
import { CustomFormFieldProps } from '../../wrappers/form-field/form-field.component';
|
|
8
|
-
import * as i0 from "@angular/core";
|
|
9
|
-
interface TagsProps extends CustomFormFieldProps {
|
|
10
|
-
domain?: {
|
|
11
|
-
url?: string;
|
|
12
|
-
code?: string;
|
|
13
|
-
key?: string;
|
|
14
|
-
value?: string;
|
|
15
|
-
};
|
|
16
|
-
}
|
|
17
|
-
export declare class CmatTagsTypeComponent extends FieldType<FieldTypeConfig<TagsProps>> implements OnInit, OnDestroy {
|
|
18
|
-
private _http;
|
|
19
|
-
private _overlay;
|
|
20
|
-
private _viewContainerRef;
|
|
21
|
-
private _changeDetectorRef;
|
|
22
|
-
private _tagsPanelOrigin;
|
|
23
|
-
private _tagsPanel;
|
|
24
|
-
urlData: [];
|
|
25
|
-
optionsData: any[];
|
|
26
|
-
private _filteredItems;
|
|
27
|
-
private _tagsPanelOverlayRef;
|
|
28
|
-
private _unsubscribeAll;
|
|
29
|
-
constructor(_http: HttpClient, _overlay: Overlay, _viewContainerRef: ViewContainerRef, _changeDetectorRef: ChangeDetectorRef);
|
|
30
|
-
get filteredItems$(): Observable<any[] | null>;
|
|
31
|
-
get tags(): any[];
|
|
32
|
-
ngOnInit(): void;
|
|
33
|
-
ngOnDestroy(): void;
|
|
34
|
-
openTagsPanel(): void;
|
|
35
|
-
filterTags(event: any): void;
|
|
36
|
-
toggleTag(tag: any): void;
|
|
37
|
-
isCheck(tag: any): boolean;
|
|
38
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<CmatTagsTypeComponent, never>;
|
|
39
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CmatTagsTypeComponent, "cmat-tags-type", never, {}, {}, never, never, true, never>;
|
|
40
|
-
}
|
|
41
|
-
export {};
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import { FieldTypeConfig } from '@ngx-formly/core';
|
|
2
|
-
import { FieldType } from '@ngx-formly/material';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class CmatTextareaTypeComponent extends FieldType<FieldTypeConfig> {
|
|
5
|
-
defaultOptions: {
|
|
6
|
-
props: {
|
|
7
|
-
cols: number;
|
|
8
|
-
rows: number;
|
|
9
|
-
};
|
|
10
|
-
};
|
|
11
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<CmatTextareaTypeComponent, never>;
|
|
12
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CmatTextareaTypeComponent, "cmat-textarea-type", never, {}, {}, never, never, true, never>;
|
|
13
|
-
}
|
|
@@ -1,32 +0,0 @@
|
|
|
1
|
-
import { FieldTypeConfig } from '@ngx-formly/core';
|
|
2
|
-
import { FieldType } from '@ngx-formly/material/form-field';
|
|
3
|
-
import { CustomFormFieldProps } from '../../wrappers/form-field/form-field.component';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
interface UploadProps extends CustomFormFieldProps {
|
|
6
|
-
fileAlias: string;
|
|
7
|
-
filePath: string;
|
|
8
|
-
fileCategory: string;
|
|
9
|
-
multiple: boolean;
|
|
10
|
-
accept: string;
|
|
11
|
-
editMode: boolean;
|
|
12
|
-
autoUpload: boolean;
|
|
13
|
-
}
|
|
14
|
-
export declare class CmatUploadTypeComponent extends FieldType<FieldTypeConfig<UploadProps>> {
|
|
15
|
-
defaultOptions: {
|
|
16
|
-
props: {
|
|
17
|
-
fileAlias: string;
|
|
18
|
-
filePath: string;
|
|
19
|
-
fileCategory: string;
|
|
20
|
-
multiple: boolean;
|
|
21
|
-
accept: string;
|
|
22
|
-
editMode: boolean;
|
|
23
|
-
autoUpload: boolean;
|
|
24
|
-
};
|
|
25
|
-
};
|
|
26
|
-
upload(id: string): void;
|
|
27
|
-
remove(id: string): void;
|
|
28
|
-
updateData(i: any): void;
|
|
29
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<CmatUploadTypeComponent, never>;
|
|
30
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CmatUploadTypeComponent, "cmat-upload-type", never, {}, {}, never, never, true, never>;
|
|
31
|
-
}
|
|
32
|
-
export {};
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { TemplateRef, AfterViewInit } from '@angular/core';
|
|
2
|
-
import { FieldWrapper } from '@ngx-formly/core';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class CmatAddonsWrapperComponent extends FieldWrapper implements AfterViewInit {
|
|
5
|
-
matPrefix: TemplateRef<any>;
|
|
6
|
-
matSuffix: TemplateRef<any>;
|
|
7
|
-
ngAfterViewInit(): void;
|
|
8
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<CmatAddonsWrapperComponent, never>;
|
|
9
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CmatAddonsWrapperComponent, "cmat-addons-wrapper", never, {}, {}, never, never, true, never>;
|
|
10
|
-
}
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
import { FieldWrapper } from '@ngx-formly/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class CmatCardWrapperComponent extends FieldWrapper {
|
|
4
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<CmatCardWrapperComponent, never>;
|
|
5
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CmatCardWrapperComponent, "cmat-card-wrapper", never, {}, {}, never, never, true, never>;
|
|
6
|
-
}
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
import { FieldWrapper } from '@ngx-formly/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class CmatExpansionWrapperComponent extends FieldWrapper {
|
|
4
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<CmatExpansionWrapperComponent, never>;
|
|
5
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CmatExpansionWrapperComponent, "cmat-expansion-wrapper", never, {}, {}, never, never, true, never>;
|
|
6
|
-
}
|
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
import { FocusMonitor } from '@angular/cdk/a11y';
|
|
2
|
-
import { AfterViewInit, ElementRef, OnDestroy, OnInit, Renderer2 } from '@angular/core';
|
|
3
|
-
import { MatFormField } from '@angular/material/form-field';
|
|
4
|
-
import { FieldWrapper, FormlyFieldConfig } from '@ngx-formly/core';
|
|
5
|
-
import { FormlyFieldProps, FormlyWrapperFormField } from '@ngx-formly/material/form-field/form-field.wrapper';
|
|
6
|
-
import * as i0 from "@angular/core";
|
|
7
|
-
interface MatFormlyFieldConfig extends FormlyFieldConfig<CustomFormFieldProps> {
|
|
8
|
-
_formField?: FormlyWrapperFormField;
|
|
9
|
-
}
|
|
10
|
-
export interface CustomFormFieldProps extends FormlyFieldProps {
|
|
11
|
-
showValidationMessage?: boolean;
|
|
12
|
-
}
|
|
13
|
-
export declare class CmatFormFieldWrapperComponent extends FieldWrapper<MatFormlyFieldConfig> implements OnInit, OnDestroy, AfterViewInit {
|
|
14
|
-
private _renderer;
|
|
15
|
-
private _elementRef;
|
|
16
|
-
private _focusMonitor;
|
|
17
|
-
formField: MatFormField;
|
|
18
|
-
constructor(_renderer: Renderer2, _elementRef: ElementRef, _focusMonitor: FocusMonitor);
|
|
19
|
-
ngOnInit(): void;
|
|
20
|
-
ngAfterViewInit(): void;
|
|
21
|
-
ngOnDestroy(): void;
|
|
22
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<CmatFormFieldWrapperComponent, never>;
|
|
23
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CmatFormFieldWrapperComponent, "cmat-form-field-wrapper", never, {}, {}, never, never, true, never>;
|
|
24
|
-
}
|
|
25
|
-
export {};
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
import { FieldWrapper } from '@ngx-formly/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class CmatPanelWrapperComponent extends FieldWrapper {
|
|
4
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<CmatPanelWrapperComponent, never>;
|
|
5
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CmatPanelWrapperComponent, "cmat-panel-wrapper", never, {}, {}, never, never, true, never>;
|
|
6
|
-
}
|
|
@@ -1,137 +0,0 @@
|
|
|
1
|
-
import { Overlay } from '@angular/cdk/overlay';
|
|
2
|
-
import { ChangeDetectorRef, EventEmitter, OnDestroy, OnInit, ViewContainerRef } from '@angular/core';
|
|
3
|
-
import { ControlValueAccessor, FormControl } from '@angular/forms';
|
|
4
|
-
import { Dayjs } from 'dayjs';
|
|
5
|
-
import * as i0 from "@angular/core";
|
|
6
|
-
export declare class CmatDateRangeComponent implements ControlValueAccessor, OnInit, OnDestroy {
|
|
7
|
-
private _overlay;
|
|
8
|
-
private _viewContainerRef;
|
|
9
|
-
private _changeDetectorRef;
|
|
10
|
-
readonly rangeChanged: EventEmitter<{
|
|
11
|
-
start: string;
|
|
12
|
-
end: string;
|
|
13
|
-
}>;
|
|
14
|
-
private _matMonthView1;
|
|
15
|
-
private _matMonthView2;
|
|
16
|
-
private _pickerPanelOrigin;
|
|
17
|
-
private _pickerPanel;
|
|
18
|
-
activeDates: {
|
|
19
|
-
month1: Dayjs | null;
|
|
20
|
-
month2: Dayjs | null;
|
|
21
|
-
};
|
|
22
|
-
setWhichDate: 'start' | 'end';
|
|
23
|
-
startTimeFormControl: FormControl;
|
|
24
|
-
endTimeFormControl: FormControl;
|
|
25
|
-
private _dateFormat;
|
|
26
|
-
private _onChange;
|
|
27
|
-
private _onTouched;
|
|
28
|
-
private _programmaticChange;
|
|
29
|
-
private _range;
|
|
30
|
-
private _timeFormat;
|
|
31
|
-
private _timeRange;
|
|
32
|
-
private _readonly;
|
|
33
|
-
private readonly _timeRegExp;
|
|
34
|
-
private _unsubscribeAll;
|
|
35
|
-
constructor(_overlay: Overlay, _viewContainerRef: ViewContainerRef, _changeDetectorRef: ChangeDetectorRef);
|
|
36
|
-
get readonly(): boolean;
|
|
37
|
-
set readonly(value: boolean);
|
|
38
|
-
get dateFormat(): string;
|
|
39
|
-
set dateFormat(value: string);
|
|
40
|
-
/**
|
|
41
|
-
* Setter & getter for timeFormat input */
|
|
42
|
-
get timeFormat(): string;
|
|
43
|
-
set timeFormat(value: string);
|
|
44
|
-
/**
|
|
45
|
-
* Setter & getter for timeRange input */
|
|
46
|
-
get timeRange(): boolean;
|
|
47
|
-
set timeRange(value: boolean);
|
|
48
|
-
/**
|
|
49
|
-
* Setter & getter for range input */
|
|
50
|
-
get range(): any;
|
|
51
|
-
set range(value: any);
|
|
52
|
-
/**
|
|
53
|
-
* Update the form model on change
|
|
54
|
-
*
|
|
55
|
-
* @param fn
|
|
56
|
-
*/
|
|
57
|
-
registerOnChange(fn: any): void;
|
|
58
|
-
/**
|
|
59
|
-
* Update the form model on blur
|
|
60
|
-
*
|
|
61
|
-
* @param fn
|
|
62
|
-
*/
|
|
63
|
-
registerOnTouched(fn: any): void;
|
|
64
|
-
/**
|
|
65
|
-
* Write to view from model when the form model changes programmatically
|
|
66
|
-
*
|
|
67
|
-
* @param range
|
|
68
|
-
*/
|
|
69
|
-
writeValue(range: {
|
|
70
|
-
start: string;
|
|
71
|
-
end: string;
|
|
72
|
-
}): void;
|
|
73
|
-
ngOnInit(): void;
|
|
74
|
-
/**
|
|
75
|
-
* On destroy
|
|
76
|
-
*/
|
|
77
|
-
ngOnDestroy(): void;
|
|
78
|
-
/**
|
|
79
|
-
* Open the picker panel
|
|
80
|
-
*/
|
|
81
|
-
openPickerPanel(): void;
|
|
82
|
-
/**
|
|
83
|
-
* Get month label
|
|
84
|
-
*
|
|
85
|
-
* @param month
|
|
86
|
-
*/
|
|
87
|
-
getMonthLabel(month: number): string | void;
|
|
88
|
-
/**
|
|
89
|
-
* Date class function to add/remove class names to calendar days
|
|
90
|
-
*/
|
|
91
|
-
dateClass(): any;
|
|
92
|
-
/**
|
|
93
|
-
* Date filter to enable/disable calendar days
|
|
94
|
-
*/
|
|
95
|
-
dateFilter(): any;
|
|
96
|
-
/**
|
|
97
|
-
* On selected date change
|
|
98
|
-
*
|
|
99
|
-
* @param date
|
|
100
|
-
*/
|
|
101
|
-
onSelectedDateChange(date: Dayjs): void;
|
|
102
|
-
/**
|
|
103
|
-
* Go to previous month on both views
|
|
104
|
-
*/
|
|
105
|
-
prev(): void;
|
|
106
|
-
/**
|
|
107
|
-
* Go to next month on both views
|
|
108
|
-
*/
|
|
109
|
-
next(): void;
|
|
110
|
-
/**
|
|
111
|
-
* Update the start time
|
|
112
|
-
*
|
|
113
|
-
* @param event
|
|
114
|
-
*/
|
|
115
|
-
updateStartTime(event: any): void;
|
|
116
|
-
/**
|
|
117
|
-
* Update the end time
|
|
118
|
-
*
|
|
119
|
-
* @param event
|
|
120
|
-
*/
|
|
121
|
-
updateEndTime(event: any): void;
|
|
122
|
-
/**
|
|
123
|
-
* Initialize
|
|
124
|
-
*
|
|
125
|
-
* @private
|
|
126
|
-
*/
|
|
127
|
-
private _init;
|
|
128
|
-
/**
|
|
129
|
-
* Parse the time from the inputs
|
|
130
|
-
*
|
|
131
|
-
* @param value
|
|
132
|
-
* @private
|
|
133
|
-
*/
|
|
134
|
-
private _parseTime;
|
|
135
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<CmatDateRangeComponent, never>;
|
|
136
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CmatDateRangeComponent, "cmat-date-range", ["cmatDateRange"], { "readonly": { "alias": "readonly"; "required": false; }; "dateFormat": { "alias": "dateFormat"; "required": false; }; "timeFormat": { "alias": "timeFormat"; "required": false; }; "timeRange": { "alias": "timeRange"; "required": false; }; "range": { "alias": "range"; "required": false; }; }, { "rangeChanged": "rangeChanged"; }, never, never, true, never>;
|
|
137
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './date-range.component';
|
|
@@ -1,75 +0,0 @@
|
|
|
1
|
-
import { AnimationBuilder } from '@angular/animations';
|
|
2
|
-
import { BooleanInput } from '@angular/cdk/coercion';
|
|
3
|
-
import { ElementRef, EventEmitter, OnChanges, OnDestroy, OnInit, Renderer2, SimpleChanges } from '@angular/core';
|
|
4
|
-
import { CmatUtilsService } from 'cmat/services/utils';
|
|
5
|
-
import { CmatDrawerService } from './drawer.service';
|
|
6
|
-
import { CmatDrawerMode, CmatDrawerPosition } from './drawer.types';
|
|
7
|
-
import * as i0 from "@angular/core";
|
|
8
|
-
export declare class CmatDrawerComponent implements OnChanges, OnInit, OnDestroy {
|
|
9
|
-
private _animationBuilder;
|
|
10
|
-
private _elementRef;
|
|
11
|
-
private _renderer2;
|
|
12
|
-
private _cmatDrawerService;
|
|
13
|
-
private _cmatUtilsService;
|
|
14
|
-
static ngAcceptInputType_fixed: BooleanInput;
|
|
15
|
-
static ngAcceptInputType_opened: BooleanInput;
|
|
16
|
-
static ngAcceptInputType_transparentOverlay: BooleanInput;
|
|
17
|
-
fixed: boolean;
|
|
18
|
-
mode: CmatDrawerMode;
|
|
19
|
-
name: string;
|
|
20
|
-
opened: boolean;
|
|
21
|
-
position: CmatDrawerPosition;
|
|
22
|
-
transparentOverlay: boolean;
|
|
23
|
-
readonly fixedChanged: EventEmitter<boolean>;
|
|
24
|
-
readonly modeChanged: EventEmitter<CmatDrawerMode>;
|
|
25
|
-
readonly openedChanged: EventEmitter<boolean>;
|
|
26
|
-
readonly positionChanged: EventEmitter<CmatDrawerPosition>;
|
|
27
|
-
private _animationsEnabled;
|
|
28
|
-
private _hovered;
|
|
29
|
-
private _overlay;
|
|
30
|
-
private _player;
|
|
31
|
-
constructor(_animationBuilder: AnimationBuilder, _elementRef: ElementRef, _renderer2: Renderer2, _cmatDrawerService: CmatDrawerService, _cmatUtilsService: CmatUtilsService);
|
|
32
|
-
get classList(): any;
|
|
33
|
-
get styleList(): any;
|
|
34
|
-
onMouseenter(): void;
|
|
35
|
-
onMouseleave(): void;
|
|
36
|
-
ngOnChanges(changes: SimpleChanges): void;
|
|
37
|
-
ngOnInit(): void;
|
|
38
|
-
ngOnDestroy(): void;
|
|
39
|
-
open(): void;
|
|
40
|
-
close(): void;
|
|
41
|
-
toggle(): void;
|
|
42
|
-
/**
|
|
43
|
-
* Enable the animations
|
|
44
|
-
*
|
|
45
|
-
* @private
|
|
46
|
-
*/
|
|
47
|
-
private _enableAnimations;
|
|
48
|
-
/**
|
|
49
|
-
* Disable the animations
|
|
50
|
-
*
|
|
51
|
-
* @private
|
|
52
|
-
*/
|
|
53
|
-
private _disableAnimations;
|
|
54
|
-
/**
|
|
55
|
-
* Show the backdrop
|
|
56
|
-
*
|
|
57
|
-
* @private
|
|
58
|
-
*/
|
|
59
|
-
private _showOverlay;
|
|
60
|
-
/**
|
|
61
|
-
* Hide the backdrop
|
|
62
|
-
*
|
|
63
|
-
* @private
|
|
64
|
-
*/
|
|
65
|
-
private _hideOverlay;
|
|
66
|
-
/**
|
|
67
|
-
* Open/close the drawer
|
|
68
|
-
*
|
|
69
|
-
* @param open
|
|
70
|
-
* @private
|
|
71
|
-
*/
|
|
72
|
-
private _toggleOpened;
|
|
73
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<CmatDrawerComponent, never>;
|
|
74
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CmatDrawerComponent, "cmat-drawer", ["cmatDrawer"], { "fixed": { "alias": "fixed"; "required": false; }; "mode": { "alias": "mode"; "required": false; }; "name": { "alias": "name"; "required": false; }; "opened": { "alias": "opened"; "required": false; }; "position": { "alias": "position"; "required": false; }; "transparentOverlay": { "alias": "transparentOverlay"; "required": false; }; }, { "fixedChanged": "fixedChanged"; "modeChanged": "modeChanged"; "openedChanged": "openedChanged"; "positionChanged": "positionChanged"; }, never, ["*"], true, never>;
|
|
75
|
-
}
|
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
import { CmatDrawerComponent } from './drawer.component';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class CmatDrawerService {
|
|
4
|
-
private _componentRegistry;
|
|
5
|
-
/**
|
|
6
|
-
* Register drawer component
|
|
7
|
-
*
|
|
8
|
-
* @param name
|
|
9
|
-
* @param component
|
|
10
|
-
*/
|
|
11
|
-
registerComponent(name: string, component: CmatDrawerComponent): void;
|
|
12
|
-
/**
|
|
13
|
-
* Deregister drawer component
|
|
14
|
-
*
|
|
15
|
-
* @param name
|
|
16
|
-
*/
|
|
17
|
-
deregisterComponent(name: string): void;
|
|
18
|
-
/**
|
|
19
|
-
* Get drawer component from the registry
|
|
20
|
-
*
|
|
21
|
-
* @param name
|
|
22
|
-
*/
|
|
23
|
-
getComponent(name: string): CmatDrawerComponent | void;
|
|
24
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<CmatDrawerService, never>;
|
|
25
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<CmatDrawerService>;
|
|
26
|
-
}
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import { TemplateRef } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class CmatFullscreenComponent {
|
|
4
|
-
private _document;
|
|
5
|
-
iconTpl: TemplateRef<any>;
|
|
6
|
-
tooltip: string;
|
|
7
|
-
constructor(_document: Document);
|
|
8
|
-
toggleFullscreen(): void;
|
|
9
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<CmatFullscreenComponent, never>;
|
|
10
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CmatFullscreenComponent, "cmat-fullscreen", ["cmatFullscreen"], { "iconTpl": { "alias": "iconTpl"; "required": false; }; "tooltip": { "alias": "tooltip"; "required": false; }; }, {}, never, never, true, never>;
|
|
11
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './fullscreen.component';
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
import { AfterViewInit, ElementRef, OnChanges, SimpleChanges, TemplateRef, ViewContainerRef } from '@angular/core';
|
|
2
|
-
import { DomSanitizer } from '@angular/platform-browser';
|
|
3
|
-
import { CmatHighlightService } from './highlight.service';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
export declare class CmatHighlightComponent implements OnChanges, AfterViewInit {
|
|
6
|
-
private _domSanitizer;
|
|
7
|
-
private _elementRef;
|
|
8
|
-
private _cmatHighlightService;
|
|
9
|
-
private _viewContainerRef;
|
|
10
|
-
code: string;
|
|
11
|
-
lang: string;
|
|
12
|
-
templateRef: TemplateRef<any>;
|
|
13
|
-
highlightedCode: string | null;
|
|
14
|
-
private _viewRef;
|
|
15
|
-
constructor(_domSanitizer: DomSanitizer, _elementRef: ElementRef, _cmatHighlightService: CmatHighlightService, _viewContainerRef: ViewContainerRef);
|
|
16
|
-
ngOnChanges(changes: SimpleChanges): void;
|
|
17
|
-
ngAfterViewInit(): void;
|
|
18
|
-
private _highlightAndInsert;
|
|
19
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<CmatHighlightComponent, never>;
|
|
20
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CmatHighlightComponent, "textarea[cmat-highlight]", ["cmatHighlight"], { "code": { "alias": "code"; "required": false; }; "lang": { "alias": "lang"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
21
|
-
}
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
export declare class CmatHighlightService {
|
|
3
|
-
highlight(code: string, language: string): string;
|
|
4
|
-
private _format;
|
|
5
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<CmatHighlightService, never>;
|
|
6
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<CmatHighlightService>;
|
|
7
|
-
}
|
|
@@ -1,76 +0,0 @@
|
|
|
1
|
-
import { AnimationEvent } from '@angular/animations';
|
|
2
|
-
import { ChangeDetectorRef, ElementRef, EventEmitter, TemplateRef } from '@angular/core';
|
|
3
|
-
import { SafeUrl } from '@angular/platform-browser';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
export declare class CmatImageComponent {
|
|
6
|
-
private _document;
|
|
7
|
-
private _changeDetectorRef;
|
|
8
|
-
el: ElementRef;
|
|
9
|
-
imageClass: string | undefined;
|
|
10
|
-
imageStyle: Record<string, any> | null | undefined;
|
|
11
|
-
src: string | SafeUrl | undefined;
|
|
12
|
-
srcSet: string | SafeUrl | undefined;
|
|
13
|
-
previewImageSrc: string | SafeUrl | undefined;
|
|
14
|
-
previewImageSrcSet: string | SafeUrl | undefined;
|
|
15
|
-
alt: string | undefined;
|
|
16
|
-
width: number | undefined;
|
|
17
|
-
height: number | undefined;
|
|
18
|
-
loading: 'lazy' | 'eager' | undefined;
|
|
19
|
-
/**
|
|
20
|
-
* 要附加对话框的目标元素,有效值是“body”或另一个元素的本地ng模板变量(注意:使用带括号的绑定来绑定模板变量,例如[appedTo]=“mydiv”用于变量名为#mydiv的div元素)。
|
|
21
|
-
*/
|
|
22
|
-
appendTo: HTMLElement | ElementRef | TemplateRef<any> | string | null | undefined;
|
|
23
|
-
/**
|
|
24
|
-
* 启动预览功能。
|
|
25
|
-
*/
|
|
26
|
-
preview: boolean;
|
|
27
|
-
/**
|
|
28
|
-
* 切换时显示动画
|
|
29
|
-
*/
|
|
30
|
-
showTransitionOptions: string;
|
|
31
|
-
/**
|
|
32
|
-
* 切换时隐藏动画
|
|
33
|
-
*/
|
|
34
|
-
hideTransitionOptions: string;
|
|
35
|
-
/**
|
|
36
|
-
* 监听预览显示/隐藏.
|
|
37
|
-
*/
|
|
38
|
-
previewShowChange: EventEmitter<boolean>;
|
|
39
|
-
/**
|
|
40
|
-
* 如果加载图像文件时发生错误,则会触发此事件.
|
|
41
|
-
*/
|
|
42
|
-
imageErrorEvent: EventEmitter<Event>;
|
|
43
|
-
mask: ElementRef | undefined;
|
|
44
|
-
previewButton: ElementRef | undefined;
|
|
45
|
-
closeButton: ElementRef | undefined;
|
|
46
|
-
maskVisible: boolean;
|
|
47
|
-
previewVisible: boolean;
|
|
48
|
-
rotate: number;
|
|
49
|
-
scale: number;
|
|
50
|
-
container: HTMLElement | void | null | undefined;
|
|
51
|
-
wrapper: HTMLElement | void | null | undefined;
|
|
52
|
-
private _zoomSettings;
|
|
53
|
-
constructor(_document: Document, _changeDetectorRef: ChangeDetectorRef, el: ElementRef);
|
|
54
|
-
get isZoomOutDisabled(): boolean;
|
|
55
|
-
get isZoomInDisabled(): boolean;
|
|
56
|
-
onKeydownHandler(): void;
|
|
57
|
-
onImageClick(): void;
|
|
58
|
-
onMaskKeydown(event: KeyboardEvent): void;
|
|
59
|
-
onPreviewImageClick(event: MouseEvent): void;
|
|
60
|
-
rotateRight(): void;
|
|
61
|
-
rotateLeft(): void;
|
|
62
|
-
zoomIn(): void;
|
|
63
|
-
zoomOut(): void;
|
|
64
|
-
onAnimationStart(event: AnimationEvent): void;
|
|
65
|
-
onAnimationEnd(event: AnimationEvent): void;
|
|
66
|
-
handleToolbarClick(event: MouseEvent): void;
|
|
67
|
-
appendContainer(): void;
|
|
68
|
-
imagePreviewStyle(): {
|
|
69
|
-
transform: string;
|
|
70
|
-
};
|
|
71
|
-
closePreview(): void;
|
|
72
|
-
imageError(event: Event): void;
|
|
73
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<CmatImageComponent, never>;
|
|
74
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CmatImageComponent, "cmat-image", never, { "imageClass": { "alias": "imageClass"; "required": false; }; "imageStyle": { "alias": "imageStyle"; "required": false; }; "src": { "alias": "src"; "required": false; }; "srcSet": { "alias": "srcSet"; "required": false; }; "previewImageSrc": { "alias": "previewImageSrc"; "required": false; }; "previewImageSrcSet": { "alias": "previewImageSrcSet"; "required": false; }; "alt": { "alias": "alt"; "required": false; }; "width": { "alias": "width"; "required": false; }; "height": { "alias": "height"; "required": false; }; "loading": { "alias": "loading"; "required": false; }; "appendTo": { "alias": "appendTo"; "required": false; }; "preview": { "alias": "preview"; "required": false; }; "showTransitionOptions": { "alias": "showTransitionOptions"; "required": false; }; "hideTransitionOptions": { "alias": "hideTransitionOptions"; "required": false; }; }, { "previewShowChange": "previewShowChange"; "imageErrorEvent": "imageErrorEvent"; }, never, never, true, never>;
|
|
75
|
-
static ngAcceptInputType_preview: unknown;
|
|
76
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './image-viewer.component';
|