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,5 +1,139 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
1
|
+
import * as i0 from '@angular/core';
|
|
2
|
+
import { OnInit, OnDestroy, EventEmitter } from '@angular/core';
|
|
3
|
+
import { ControlValueAccessor, FormControl } from '@angular/forms';
|
|
4
|
+
import { Dayjs } from 'dayjs';
|
|
5
|
+
|
|
6
|
+
declare class CmatDateRangeComponent implements ControlValueAccessor, OnInit, OnDestroy {
|
|
7
|
+
readonly rangeChanged: EventEmitter<{
|
|
8
|
+
start: string;
|
|
9
|
+
end: string;
|
|
10
|
+
}>;
|
|
11
|
+
private _matMonthView1;
|
|
12
|
+
private _matMonthView2;
|
|
13
|
+
private _pickerPanelOrigin;
|
|
14
|
+
private _pickerPanel;
|
|
15
|
+
activeDates: {
|
|
16
|
+
month1: Dayjs | null;
|
|
17
|
+
month2: Dayjs | null;
|
|
18
|
+
};
|
|
19
|
+
setWhichDate: 'start' | 'end';
|
|
20
|
+
startTimeFormControl: FormControl;
|
|
21
|
+
endTimeFormControl: FormControl;
|
|
22
|
+
private _overlay;
|
|
23
|
+
private _viewContainerRef;
|
|
24
|
+
private _changeDetectorRef;
|
|
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();
|
|
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
|
+
}
|
|
138
|
+
|
|
139
|
+
export { CmatDateRangeComponent };
|
|
@@ -1,5 +1,101 @@
|
|
|
1
|
-
|
|
2
|
-
*
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
1
|
+
import { BooleanInput } from '@angular/cdk/coercion';
|
|
2
|
+
import * as i0 from '@angular/core';
|
|
3
|
+
import { OnChanges, OnInit, OnDestroy, EventEmitter, SimpleChanges } from '@angular/core';
|
|
4
|
+
|
|
5
|
+
type CmatDrawerMode = 'over' | 'side';
|
|
6
|
+
type CmatDrawerPosition = 'left' | 'right';
|
|
7
|
+
|
|
8
|
+
declare class CmatDrawerComponent implements OnChanges, OnInit, OnDestroy {
|
|
9
|
+
static ngAcceptInputType_fixed: BooleanInput;
|
|
10
|
+
static ngAcceptInputType_opened: BooleanInput;
|
|
11
|
+
static ngAcceptInputType_transparentOverlay: BooleanInput;
|
|
12
|
+
fixed: boolean;
|
|
13
|
+
mode: CmatDrawerMode;
|
|
14
|
+
name: string;
|
|
15
|
+
opened: boolean;
|
|
16
|
+
position: CmatDrawerPosition;
|
|
17
|
+
transparentOverlay: boolean;
|
|
18
|
+
readonly fixedChanged: EventEmitter<boolean>;
|
|
19
|
+
readonly modeChanged: EventEmitter<CmatDrawerMode>;
|
|
20
|
+
readonly openedChanged: EventEmitter<boolean>;
|
|
21
|
+
readonly positionChanged: EventEmitter<CmatDrawerPosition>;
|
|
22
|
+
private _animationBuilder;
|
|
23
|
+
private _elementRef;
|
|
24
|
+
private _renderer2;
|
|
25
|
+
private _cmatDrawerService;
|
|
26
|
+
private _animationsEnabled;
|
|
27
|
+
private _hovered;
|
|
28
|
+
private _overlay;
|
|
29
|
+
private _player;
|
|
30
|
+
get classList(): any;
|
|
31
|
+
get styleList(): any;
|
|
32
|
+
onMouseenter(): void;
|
|
33
|
+
onMouseleave(): void;
|
|
34
|
+
ngOnChanges(changes: SimpleChanges): void;
|
|
35
|
+
ngOnInit(): void;
|
|
36
|
+
ngOnDestroy(): void;
|
|
37
|
+
open(): void;
|
|
38
|
+
close(): void;
|
|
39
|
+
toggle(): void;
|
|
40
|
+
/**
|
|
41
|
+
* Enable the animations
|
|
42
|
+
*
|
|
43
|
+
* @private
|
|
44
|
+
*/
|
|
45
|
+
private _enableAnimations;
|
|
46
|
+
/**
|
|
47
|
+
* Disable the animations
|
|
48
|
+
*
|
|
49
|
+
* @private
|
|
50
|
+
*/
|
|
51
|
+
private _disableAnimations;
|
|
52
|
+
/**
|
|
53
|
+
* Show the backdrop
|
|
54
|
+
*
|
|
55
|
+
* @private
|
|
56
|
+
*/
|
|
57
|
+
private _showOverlay;
|
|
58
|
+
/**
|
|
59
|
+
* Hide the backdrop
|
|
60
|
+
*
|
|
61
|
+
* @private
|
|
62
|
+
*/
|
|
63
|
+
private _hideOverlay;
|
|
64
|
+
/**
|
|
65
|
+
* Open/close the drawer
|
|
66
|
+
*
|
|
67
|
+
* @param open
|
|
68
|
+
* @private
|
|
69
|
+
*/
|
|
70
|
+
private _toggleOpened;
|
|
71
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<CmatDrawerComponent, never>;
|
|
72
|
+
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>;
|
|
73
|
+
}
|
|
74
|
+
|
|
75
|
+
declare class CmatDrawerService {
|
|
76
|
+
private _componentRegistry;
|
|
77
|
+
/**
|
|
78
|
+
* Register drawer component
|
|
79
|
+
*
|
|
80
|
+
* @param name
|
|
81
|
+
* @param component
|
|
82
|
+
*/
|
|
83
|
+
registerComponent(name: string, component: CmatDrawerComponent): void;
|
|
84
|
+
/**
|
|
85
|
+
* Deregister drawer component
|
|
86
|
+
*
|
|
87
|
+
* @param name
|
|
88
|
+
*/
|
|
89
|
+
deregisterComponent(name: string): void;
|
|
90
|
+
/**
|
|
91
|
+
* Get drawer component from the registry
|
|
92
|
+
*
|
|
93
|
+
* @param name
|
|
94
|
+
*/
|
|
95
|
+
getComponent(name: string): CmatDrawerComponent | void;
|
|
96
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<CmatDrawerService, never>;
|
|
97
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<CmatDrawerService>;
|
|
98
|
+
}
|
|
99
|
+
|
|
100
|
+
export { CmatDrawerComponent, CmatDrawerService };
|
|
101
|
+
export type { CmatDrawerMode, CmatDrawerPosition };
|
|
@@ -1,5 +1,13 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
1
|
+
import * as i0 from '@angular/core';
|
|
2
|
+
import { TemplateRef } from '@angular/core';
|
|
3
|
+
|
|
4
|
+
declare class CmatFullscreenComponent {
|
|
5
|
+
iconTpl: TemplateRef<any>;
|
|
6
|
+
tooltip: string;
|
|
7
|
+
private _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
|
+
}
|
|
12
|
+
|
|
13
|
+
export { CmatFullscreenComponent };
|
|
@@ -1,5 +1,28 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
1
|
+
import * as i0 from '@angular/core';
|
|
2
|
+
import { OnChanges, AfterViewInit, TemplateRef, SimpleChanges } from '@angular/core';
|
|
3
|
+
|
|
4
|
+
declare class CmatHighlightComponent implements OnChanges, AfterViewInit {
|
|
5
|
+
code: string;
|
|
6
|
+
lang: string;
|
|
7
|
+
templateRef: TemplateRef<any>;
|
|
8
|
+
highlightedCode: string | null;
|
|
9
|
+
private _viewRef;
|
|
10
|
+
private _domSanitizer;
|
|
11
|
+
private _elementRef;
|
|
12
|
+
private _cmatHighlightService;
|
|
13
|
+
private _viewContainerRef;
|
|
14
|
+
ngOnChanges(changes: SimpleChanges): void;
|
|
15
|
+
ngAfterViewInit(): void;
|
|
16
|
+
private _highlightAndInsert;
|
|
17
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<CmatHighlightComponent, never>;
|
|
18
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CmatHighlightComponent, "textarea[cmat-highlight]", ["cmatHighlight"], { "code": { "alias": "code"; "required": false; }; "lang": { "alias": "lang"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
declare class CmatHighlightService {
|
|
22
|
+
highlight(code: string, language: string): string;
|
|
23
|
+
private _format;
|
|
24
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<CmatHighlightService, never>;
|
|
25
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<CmatHighlightService>;
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
export { CmatHighlightComponent, CmatHighlightService };
|
|
@@ -1,5 +1,78 @@
|
|
|
1
|
-
|
|
2
|
-
*
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
1
|
+
import { AnimationEvent } from '@angular/animations';
|
|
2
|
+
import * as i0 from '@angular/core';
|
|
3
|
+
import { ElementRef, TemplateRef, EventEmitter } from '@angular/core';
|
|
4
|
+
import { SafeUrl } from '@angular/platform-browser';
|
|
5
|
+
|
|
6
|
+
declare class CmatImageComponent {
|
|
7
|
+
imageClass: string | undefined;
|
|
8
|
+
imageStyle: Record<string, any> | null | undefined;
|
|
9
|
+
src: string | SafeUrl | undefined;
|
|
10
|
+
srcSet: string | SafeUrl | undefined;
|
|
11
|
+
previewImageSrc: string | SafeUrl | undefined;
|
|
12
|
+
previewImageSrcSet: string | SafeUrl | undefined;
|
|
13
|
+
alt: string | undefined;
|
|
14
|
+
width: number | undefined;
|
|
15
|
+
height: number | undefined;
|
|
16
|
+
loading: 'lazy' | 'eager' | undefined;
|
|
17
|
+
/**
|
|
18
|
+
* 要附加对话框的目标元素,有效值是“body”或另一个元素的本地ng模板变量(注意:使用带括号的绑定来绑定模板变量,例如[appedTo]=“mydiv”用于变量名为#mydiv的div元素)。
|
|
19
|
+
*/
|
|
20
|
+
appendTo: HTMLElement | ElementRef | TemplateRef<any> | string | null | undefined;
|
|
21
|
+
/**
|
|
22
|
+
* 启动预览功能。
|
|
23
|
+
*/
|
|
24
|
+
preview: boolean;
|
|
25
|
+
/**
|
|
26
|
+
* 切换时显示动画
|
|
27
|
+
*/
|
|
28
|
+
showTransitionOptions: string;
|
|
29
|
+
/**
|
|
30
|
+
* 切换时隐藏动画
|
|
31
|
+
*/
|
|
32
|
+
hideTransitionOptions: string;
|
|
33
|
+
/**
|
|
34
|
+
* 监听预览显示/隐藏.
|
|
35
|
+
*/
|
|
36
|
+
previewShowChange: EventEmitter<boolean>;
|
|
37
|
+
/**
|
|
38
|
+
* 如果加载图像文件时发生错误,则会触发此事件.
|
|
39
|
+
*/
|
|
40
|
+
imageErrorEvent: EventEmitter<Event>;
|
|
41
|
+
mask: ElementRef | undefined;
|
|
42
|
+
previewButton: ElementRef | undefined;
|
|
43
|
+
closeButton: ElementRef | undefined;
|
|
44
|
+
el: ElementRef<any>;
|
|
45
|
+
maskVisible: boolean;
|
|
46
|
+
previewVisible: boolean;
|
|
47
|
+
rotate: number;
|
|
48
|
+
scale: number;
|
|
49
|
+
container: HTMLElement | void | null | undefined;
|
|
50
|
+
wrapper: HTMLElement | void | null | undefined;
|
|
51
|
+
private _document;
|
|
52
|
+
private _changeDetectorRef;
|
|
53
|
+
private _zoomSettings;
|
|
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
|
+
}
|
|
77
|
+
|
|
78
|
+
export { CmatImageComponent };
|
|
@@ -1,5 +1,27 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
1
|
+
import * as i0 from '@angular/core';
|
|
2
|
+
import { OnInit, OnChanges, OnDestroy, ElementRef, EventEmitter, SimpleChanges } from '@angular/core';
|
|
3
|
+
import { Content } from 'vanilla-jsoneditor';
|
|
4
|
+
|
|
5
|
+
declare class CmatJsonEditorComponent implements OnInit, OnChanges, OnDestroy {
|
|
6
|
+
jsonEditorContainer: ElementRef;
|
|
7
|
+
options: any;
|
|
8
|
+
data: any;
|
|
9
|
+
contentChanged: EventEmitter<any>;
|
|
10
|
+
pathChanged: EventEmitter<string>;
|
|
11
|
+
id: string;
|
|
12
|
+
content: Content;
|
|
13
|
+
private _editor;
|
|
14
|
+
private _changeDetectorRef;
|
|
15
|
+
ngOnInit(): void;
|
|
16
|
+
ngOnChanges(changes: SimpleChanges): void;
|
|
17
|
+
ngOnDestroy(): void;
|
|
18
|
+
setSchema(schema: any): void;
|
|
19
|
+
setSelectionToPath(pathString: string): void;
|
|
20
|
+
get(): JSON | undefined;
|
|
21
|
+
set(json: any): void;
|
|
22
|
+
private _onSelect;
|
|
23
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<CmatJsonEditorComponent, never>;
|
|
24
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CmatJsonEditorComponent, "cmat-json-editor", never, { "options": { "alias": "options"; "required": false; }; "data": { "alias": "data"; "required": false; }; }, { "contentChanged": "contentChanged"; "pathChanged": "pathChanged"; }, never, never, true, never>;
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
export { CmatJsonEditorComponent };
|
|
@@ -1,5 +1,98 @@
|
|
|
1
|
-
|
|
2
|
-
*
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
1
|
+
import { BooleanInput } from '@angular/cdk/coercion';
|
|
2
|
+
import * as i0 from '@angular/core';
|
|
3
|
+
import { OnDestroy, EventEmitter } from '@angular/core';
|
|
4
|
+
import { ControlValueAccessor, NgControl } from '@angular/forms';
|
|
5
|
+
import { MatFormFieldControl } from '@angular/material/form-field';
|
|
6
|
+
import { Subject } from 'rxjs';
|
|
7
|
+
|
|
8
|
+
declare class CmatKnobInputComponent implements MatFormFieldControl<any>, OnDestroy, ControlValueAccessor {
|
|
9
|
+
private _knobElementRef;
|
|
10
|
+
id: string;
|
|
11
|
+
valueColor: string;
|
|
12
|
+
rangeColor: string;
|
|
13
|
+
textColor: string;
|
|
14
|
+
valueTemplate: string;
|
|
15
|
+
name: string | undefined;
|
|
16
|
+
size: number;
|
|
17
|
+
step: number;
|
|
18
|
+
min: number;
|
|
19
|
+
max: number;
|
|
20
|
+
strokeWidth: number;
|
|
21
|
+
showValue: boolean;
|
|
22
|
+
valueChange: EventEmitter<number | null>;
|
|
23
|
+
radius: number;
|
|
24
|
+
midX: number;
|
|
25
|
+
midY: number;
|
|
26
|
+
minRadians: number;
|
|
27
|
+
maxRadians: number;
|
|
28
|
+
windowMouseMoveListener: VoidFunction | null;
|
|
29
|
+
windowMouseUpListener: VoidFunction | null;
|
|
30
|
+
windowTouchMoveListener: VoidFunction | null;
|
|
31
|
+
windowTouchEndListener: VoidFunction | null;
|
|
32
|
+
readonly stateChanges: Subject<void>;
|
|
33
|
+
focused: boolean;
|
|
34
|
+
touched: boolean;
|
|
35
|
+
ngControl: NgControl;
|
|
36
|
+
private _document;
|
|
37
|
+
private _renderer;
|
|
38
|
+
private _changeDetectorRef;
|
|
39
|
+
private _el;
|
|
40
|
+
constructor();
|
|
41
|
+
ngOnDestroy(): void;
|
|
42
|
+
get placeholder(): string;
|
|
43
|
+
set placeholder(value: string);
|
|
44
|
+
private _placeholder;
|
|
45
|
+
get value(): number;
|
|
46
|
+
set value(value: number);
|
|
47
|
+
protected _value: number | null;
|
|
48
|
+
get empty(): boolean;
|
|
49
|
+
get errorState(): boolean;
|
|
50
|
+
get shouldLabelFloat(): boolean;
|
|
51
|
+
get required(): boolean;
|
|
52
|
+
set required(value: boolean);
|
|
53
|
+
protected _required: boolean;
|
|
54
|
+
get disabled(): boolean;
|
|
55
|
+
set disabled(value: BooleanInput);
|
|
56
|
+
protected _disabled: boolean;
|
|
57
|
+
onKeyDown(event: KeyboardEvent): void;
|
|
58
|
+
onMouseDown(event: MouseEvent): void;
|
|
59
|
+
onMouseUp(event: MouseEvent): void;
|
|
60
|
+
onTouchStart(event: TouchEvent): void;
|
|
61
|
+
onTouchEnd(event: TouchEvent): void;
|
|
62
|
+
mapRange(x: number, inMin: number, inMax: number, outMin: number, outMax: number): number;
|
|
63
|
+
onClick(event: MouseEvent): void;
|
|
64
|
+
onFocusIn(): void;
|
|
65
|
+
onFocusOut(event: FocusEvent): void;
|
|
66
|
+
setDescribedByIds(ids: string[]): void;
|
|
67
|
+
onContainerClick(): void;
|
|
68
|
+
updateValue(offsetX: number, offsetY: number): void;
|
|
69
|
+
updateModel(angle: number, start: number): void;
|
|
70
|
+
onMouseMove(event: MouseEvent): void;
|
|
71
|
+
onTouchMove(event: Event): void;
|
|
72
|
+
updateModelValue(newValue: number): void;
|
|
73
|
+
writeValue(value: any): void;
|
|
74
|
+
registerOnChange(fn: any): void;
|
|
75
|
+
registerOnTouched(fn: any): void;
|
|
76
|
+
setDisabledState(val: boolean): void;
|
|
77
|
+
rangePath(): string;
|
|
78
|
+
valuePath(): string;
|
|
79
|
+
zeroRadians(): number;
|
|
80
|
+
valueRadians(): number;
|
|
81
|
+
minX(): number;
|
|
82
|
+
minY(): number;
|
|
83
|
+
maxX(): number;
|
|
84
|
+
maxY(): number;
|
|
85
|
+
zeroX(): number;
|
|
86
|
+
zeroY(): number;
|
|
87
|
+
valueX(): number;
|
|
88
|
+
valueY(): number;
|
|
89
|
+
largeArc(): number;
|
|
90
|
+
sweep(): number;
|
|
91
|
+
valueToDisplay(): string;
|
|
92
|
+
private _onModelChange;
|
|
93
|
+
private _onTouchedChange;
|
|
94
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<CmatKnobInputComponent, never>;
|
|
95
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CmatKnobInputComponent, "cmat-knob-input", ["cmatKnobInput"], { "id": { "alias": "id"; "required": false; }; "valueColor": { "alias": "valueColor"; "required": false; }; "rangeColor": { "alias": "rangeColor"; "required": false; }; "textColor": { "alias": "textColor"; "required": false; }; "valueTemplate": { "alias": "valueTemplate"; "required": false; }; "name": { "alias": "name"; "required": false; }; "size": { "alias": "size"; "required": false; }; "step": { "alias": "step"; "required": false; }; "min": { "alias": "min"; "required": false; }; "max": { "alias": "max"; "required": false; }; "strokeWidth": { "alias": "strokeWidth"; "required": false; }; "showValue": { "alias": "showValue"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "value": { "alias": "value"; "required": false; }; "required": { "alias": "required"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; }, { "valueChange": "valueChange"; }, never, never, true, never>;
|
|
96
|
+
}
|
|
97
|
+
|
|
98
|
+
export { CmatKnobInputComponent };
|
|
@@ -1,5 +1,16 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
1
|
+
import * as i0 from '@angular/core';
|
|
2
|
+
import { OnChanges, AfterViewInit, TemplateRef, SimpleChanges } from '@angular/core';
|
|
3
|
+
|
|
4
|
+
declare class CmatMasonryComponent implements OnChanges, AfterViewInit {
|
|
5
|
+
columnsTemplate: TemplateRef<any>;
|
|
6
|
+
columns: number;
|
|
7
|
+
items: any[];
|
|
8
|
+
distributedColumns: any[];
|
|
9
|
+
ngOnChanges(changes: SimpleChanges): void;
|
|
10
|
+
ngAfterViewInit(): void;
|
|
11
|
+
private _distributeItems;
|
|
12
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<CmatMasonryComponent, never>;
|
|
13
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CmatMasonryComponent, "cmat-masonry", ["cmatMasonry"], { "columnsTemplate": { "alias": "columnsTemplate"; "required": true; }; "columns": { "alias": "columns"; "required": true; }; "items": { "alias": "items"; "required": false; }; }, {}, never, never, true, never>;
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
export { CmatMasonryComponent };
|
|
@@ -1,5 +1,46 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
1
|
+
import * as i0 from '@angular/core';
|
|
2
|
+
import { EventEmitter } from '@angular/core';
|
|
3
|
+
import { ControlValueAccessor } from '@angular/forms';
|
|
4
|
+
|
|
5
|
+
declare class CmatSelectedColor {
|
|
6
|
+
palette: string;
|
|
7
|
+
hue: string;
|
|
8
|
+
color: string;
|
|
9
|
+
}
|
|
10
|
+
|
|
11
|
+
declare const CMAT_MATERIAL_COLOR_PICKER_VALUE_ACCESSOR: any;
|
|
12
|
+
declare class CmatMaterialColorPickerComponent implements ControlValueAccessor {
|
|
13
|
+
colorChanged: EventEmitter<any>;
|
|
14
|
+
palettes: string[];
|
|
15
|
+
hues: string[];
|
|
16
|
+
view: string;
|
|
17
|
+
selectedColor: CmatSelectedColor;
|
|
18
|
+
selectedPalette: string;
|
|
19
|
+
selectedHue: string;
|
|
20
|
+
private _changeDetectorRef;
|
|
21
|
+
private _color;
|
|
22
|
+
private _title;
|
|
23
|
+
private _readonly;
|
|
24
|
+
private _modelChange;
|
|
25
|
+
private _modelTouched;
|
|
26
|
+
constructor();
|
|
27
|
+
get color(): string;
|
|
28
|
+
set color(value: string);
|
|
29
|
+
get title(): string;
|
|
30
|
+
set title(value: string);
|
|
31
|
+
get readonly(): boolean;
|
|
32
|
+
set readonly(value: boolean);
|
|
33
|
+
registerOnChange(fn: any): void;
|
|
34
|
+
registerOnTouched(fn: any): void;
|
|
35
|
+
writeValue(color: any): void;
|
|
36
|
+
selectPalette(palette: string): void;
|
|
37
|
+
selectHue(hue: string): void;
|
|
38
|
+
removeColor(): void;
|
|
39
|
+
updateSelectedColor(): void;
|
|
40
|
+
goToPalettesView(): void;
|
|
41
|
+
onMenuOpen(opened: boolean): void;
|
|
42
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<CmatMaterialColorPickerComponent, never>;
|
|
43
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CmatMaterialColorPickerComponent, "cmat-material-color-picker", ["cmatMaterialColorPicker"], { "color": { "alias": "color"; "required": false; }; "title": { "alias": "title"; "required": false; }; "readonly": { "alias": "readonly"; "required": false; }; }, { "colorChanged": "colorChanged"; }, never, never, true, never>;
|
|
44
|
+
}
|
|
45
|
+
|
|
46
|
+
export { CMAT_MATERIAL_COLOR_PICKER_VALUE_ACCESSOR, CmatMaterialColorPickerComponent, CmatSelectedColor };
|