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,25 +0,0 @@
|
|
|
1
|
-
import { ElementRef, OnInit, OnDestroy, EventEmitter, OnChanges, SimpleChanges, ChangeDetectorRef } from '@angular/core';
|
|
2
|
-
import { Content } from 'vanilla-jsoneditor';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class CmatJsonEditorComponent implements OnInit, OnChanges, OnDestroy {
|
|
5
|
-
private _changeDetectorRef;
|
|
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
|
-
constructor(_changeDetectorRef: 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
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './json-editor.component';
|
|
@@ -1,95 +0,0 @@
|
|
|
1
|
-
import { BooleanInput } from '@angular/cdk/coercion';
|
|
2
|
-
import { ChangeDetectorRef, ElementRef, EventEmitter, OnDestroy, Renderer2 } from '@angular/core';
|
|
3
|
-
import { ControlValueAccessor, NgControl } from '@angular/forms';
|
|
4
|
-
import { MatFormFieldControl } from '@angular/material/form-field';
|
|
5
|
-
import { Subject } from 'rxjs';
|
|
6
|
-
import * as i0 from "@angular/core";
|
|
7
|
-
export declare class CmatKnobInputComponent implements MatFormFieldControl<any>, OnDestroy, ControlValueAccessor {
|
|
8
|
-
ngControl: NgControl;
|
|
9
|
-
private _document;
|
|
10
|
-
private _renderer;
|
|
11
|
-
private _changeDetectorRef;
|
|
12
|
-
private _el;
|
|
13
|
-
private _knobElementRef;
|
|
14
|
-
id: string;
|
|
15
|
-
valueColor: string;
|
|
16
|
-
rangeColor: string;
|
|
17
|
-
textColor: string;
|
|
18
|
-
valueTemplate: string;
|
|
19
|
-
name: string | undefined;
|
|
20
|
-
size: number;
|
|
21
|
-
step: number;
|
|
22
|
-
min: number;
|
|
23
|
-
max: number;
|
|
24
|
-
strokeWidth: number;
|
|
25
|
-
showValue: boolean;
|
|
26
|
-
valueChange: EventEmitter<number | null>;
|
|
27
|
-
radius: number;
|
|
28
|
-
midX: number;
|
|
29
|
-
midY: number;
|
|
30
|
-
minRadians: number;
|
|
31
|
-
maxRadians: number;
|
|
32
|
-
windowMouseMoveListener: VoidFunction | null;
|
|
33
|
-
windowMouseUpListener: VoidFunction | null;
|
|
34
|
-
windowTouchMoveListener: VoidFunction | null;
|
|
35
|
-
windowTouchEndListener: VoidFunction | null;
|
|
36
|
-
readonly stateChanges: Subject<void>;
|
|
37
|
-
focused: boolean;
|
|
38
|
-
touched: boolean;
|
|
39
|
-
constructor(ngControl: NgControl, _document: Document, _renderer: Renderer2, _changeDetectorRef: ChangeDetectorRef, _el: ElementRef);
|
|
40
|
-
ngOnDestroy(): void;
|
|
41
|
-
get placeholder(): string;
|
|
42
|
-
set placeholder(value: string);
|
|
43
|
-
private _placeholder;
|
|
44
|
-
get value(): number;
|
|
45
|
-
set value(value: number);
|
|
46
|
-
protected _value: number | null;
|
|
47
|
-
get empty(): boolean;
|
|
48
|
-
get errorState(): boolean;
|
|
49
|
-
get shouldLabelFloat(): boolean;
|
|
50
|
-
get required(): boolean;
|
|
51
|
-
set required(value: boolean);
|
|
52
|
-
protected _required: boolean;
|
|
53
|
-
get disabled(): boolean;
|
|
54
|
-
set disabled(value: BooleanInput);
|
|
55
|
-
protected _disabled: boolean;
|
|
56
|
-
onKeyDown(event: KeyboardEvent): void;
|
|
57
|
-
onMouseDown(event: MouseEvent): void;
|
|
58
|
-
onMouseUp(event: MouseEvent): void;
|
|
59
|
-
onTouchStart(event: TouchEvent): void;
|
|
60
|
-
onTouchEnd(event: TouchEvent): void;
|
|
61
|
-
mapRange(x: number, inMin: number, inMax: number, outMin: number, outMax: number): number;
|
|
62
|
-
onClick(event: MouseEvent): void;
|
|
63
|
-
onFocusIn(): void;
|
|
64
|
-
onFocusOut(event: FocusEvent): void;
|
|
65
|
-
setDescribedByIds(ids: string[]): void;
|
|
66
|
-
onContainerClick(): void;
|
|
67
|
-
updateValue(offsetX: number, offsetY: number): void;
|
|
68
|
-
updateModel(angle: number, start: number): void;
|
|
69
|
-
onMouseMove(event: MouseEvent): void;
|
|
70
|
-
onTouchMove(event: Event): void;
|
|
71
|
-
updateModelValue(newValue: number): void;
|
|
72
|
-
writeValue(value: any): void;
|
|
73
|
-
registerOnChange(fn: any): void;
|
|
74
|
-
registerOnTouched(fn: any): void;
|
|
75
|
-
setDisabledState(val: boolean): void;
|
|
76
|
-
rangePath(): string;
|
|
77
|
-
valuePath(): string;
|
|
78
|
-
zeroRadians(): number;
|
|
79
|
-
valueRadians(): number;
|
|
80
|
-
minX(): number;
|
|
81
|
-
minY(): number;
|
|
82
|
-
maxX(): number;
|
|
83
|
-
maxY(): number;
|
|
84
|
-
zeroX(): number;
|
|
85
|
-
zeroY(): number;
|
|
86
|
-
valueX(): number;
|
|
87
|
-
valueY(): number;
|
|
88
|
-
largeArc(): number;
|
|
89
|
-
sweep(): number;
|
|
90
|
-
valueToDisplay(): string;
|
|
91
|
-
private _onModelChange;
|
|
92
|
-
private _onTouchedChange;
|
|
93
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<CmatKnobInputComponent, [{ optional: true; self: true; }, null, null, null, null]>;
|
|
94
|
-
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>;
|
|
95
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './knob-input.component';
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import { AfterViewInit, OnChanges, SimpleChanges, TemplateRef } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class CmatMasonryComponent implements OnChanges, AfterViewInit {
|
|
4
|
-
columnsTemplate: TemplateRef<any>;
|
|
5
|
-
columns: number;
|
|
6
|
-
items: any[];
|
|
7
|
-
distributedColumns: any[];
|
|
8
|
-
ngOnChanges(changes: SimpleChanges): void;
|
|
9
|
-
ngAfterViewInit(): void;
|
|
10
|
-
private _distributeItems;
|
|
11
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<CmatMasonryComponent, never>;
|
|
12
|
-
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>;
|
|
13
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './masonry.component';
|
|
@@ -1,38 +0,0 @@
|
|
|
1
|
-
import { ChangeDetectorRef, EventEmitter } from '@angular/core';
|
|
2
|
-
import { ControlValueAccessor } from '@angular/forms';
|
|
3
|
-
import { CmatSelectedColor } from './selected-color';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
export declare const CMAT_MATERIAL_COLOR_PICKER_VALUE_ACCESSOR: any;
|
|
6
|
-
export declare class CmatMaterialColorPickerComponent implements ControlValueAccessor {
|
|
7
|
-
private _changeDetectorRef;
|
|
8
|
-
colorChanged: EventEmitter<any>;
|
|
9
|
-
palettes: string[];
|
|
10
|
-
hues: string[];
|
|
11
|
-
view: string;
|
|
12
|
-
selectedColor: CmatSelectedColor;
|
|
13
|
-
selectedPalette: string;
|
|
14
|
-
selectedHue: string;
|
|
15
|
-
private _color;
|
|
16
|
-
private _title;
|
|
17
|
-
private _readonly;
|
|
18
|
-
private _modelChange;
|
|
19
|
-
private _modelTouched;
|
|
20
|
-
constructor(_changeDetectorRef: ChangeDetectorRef);
|
|
21
|
-
get color(): string;
|
|
22
|
-
set color(value: string);
|
|
23
|
-
get title(): string;
|
|
24
|
-
set title(value: string);
|
|
25
|
-
get readonly(): boolean;
|
|
26
|
-
set readonly(value: boolean);
|
|
27
|
-
registerOnChange(fn: any): void;
|
|
28
|
-
registerOnTouched(fn: any): void;
|
|
29
|
-
writeValue(color: any): void;
|
|
30
|
-
selectPalette(palette: string): void;
|
|
31
|
-
selectHue(hue: string): void;
|
|
32
|
-
removeColor(): void;
|
|
33
|
-
updateSelectedColor(): void;
|
|
34
|
-
goToPalettesView(): void;
|
|
35
|
-
onMenuOpen(opened: boolean): void;
|
|
36
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<CmatMaterialColorPickerComponent, never>;
|
|
37
|
-
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>;
|
|
38
|
-
}
|
|
@@ -1,42 +0,0 @@
|
|
|
1
|
-
import { EventEmitter } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
/**
|
|
4
|
-
* An internal class that represents the data corresponding to a single calendar cell.
|
|
5
|
-
*/
|
|
6
|
-
export declare class CmatDatetimepickerCalendarCellComponent {
|
|
7
|
-
value: number;
|
|
8
|
-
displayValue: string;
|
|
9
|
-
ariaLabel: string;
|
|
10
|
-
enabled: boolean;
|
|
11
|
-
constructor(value: number, displayValue: string, ariaLabel: string, enabled: boolean);
|
|
12
|
-
}
|
|
13
|
-
/**
|
|
14
|
-
* An internal component used to display calendar data in a table.
|
|
15
|
-
*/
|
|
16
|
-
export declare class CmatDatetimepickerCalendarBodyComponent {
|
|
17
|
-
/** The label for the table. (e.g. "Jan 2017"). */
|
|
18
|
-
label: string;
|
|
19
|
-
/** The cells to display in the table. */
|
|
20
|
-
rows: CmatDatetimepickerCalendarCellComponent[][];
|
|
21
|
-
/** The value in the table that corresponds to today. */
|
|
22
|
-
todayValue: number | null;
|
|
23
|
-
/** The value in the table that is currently selected. */
|
|
24
|
-
selectedValue: number | null;
|
|
25
|
-
/** The minimum number of free cells needed to fit the label in the first row. */
|
|
26
|
-
labelMinRequiredCells: number;
|
|
27
|
-
/** The number of columns in the table. */
|
|
28
|
-
numCols: number;
|
|
29
|
-
/** Whether to allow selection of disabled cells. */
|
|
30
|
-
allowDisabledSelection: boolean;
|
|
31
|
-
/** The cell number of the active cell in the table. */
|
|
32
|
-
activeCell: number;
|
|
33
|
-
/** Emits when a new value is selected. */
|
|
34
|
-
selectedValueChange: EventEmitter<number>;
|
|
35
|
-
class: string;
|
|
36
|
-
/** The number of blank cells to put at the beginning for the first row. */
|
|
37
|
-
get _firstRowOffset(): number;
|
|
38
|
-
cellClicked(cell: CmatDatetimepickerCalendarCellComponent): void;
|
|
39
|
-
isActiveCell(rowIndex: number, colIndex: number): boolean;
|
|
40
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<CmatDatetimepickerCalendarBodyComponent, never>;
|
|
41
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CmatDatetimepickerCalendarBodyComponent, "[cmat-datetimepicker-calendar-body]", ["cmatDatetimepickerCalendarBody"], { "label": { "alias": "label"; "required": false; }; "rows": { "alias": "rows"; "required": false; }; "todayValue": { "alias": "todayValue"; "required": false; }; "selectedValue": { "alias": "selectedValue"; "required": false; }; "labelMinRequiredCells": { "alias": "labelMinRequiredCells"; "required": false; }; "numCols": { "alias": "numCols"; "required": false; }; "allowDisabledSelection": { "alias": "allowDisabledSelection"; "required": false; }; "activeCell": { "alias": "activeCell"; "required": false; }; }, { "selectedValueChange": "selectedValueChange"; }, never, never, true, never>;
|
|
42
|
-
}
|
|
@@ -1,145 +0,0 @@
|
|
|
1
|
-
import { AfterContentInit, ChangeDetectorRef, ElementRef, EventEmitter, OnDestroy } from '@angular/core';
|
|
2
|
-
import { CmatDatetimeFormats, DatetimeAdapter } from 'cmat/components/adapter';
|
|
3
|
-
import { CmatDatetimepickerFilterType } from './datetimepicker-filtertype';
|
|
4
|
-
import { CmatDatetimepickerIntl } from './datetimepicker-intl';
|
|
5
|
-
import { CmatAMPM, CmatCalendarView, CmatClockView, CmatDatetimepickerType } from './datetimepicker-types';
|
|
6
|
-
import * as i0 from "@angular/core";
|
|
7
|
-
/**
|
|
8
|
-
* A calendar that is used as part of the datepicker.
|
|
9
|
-
*/
|
|
10
|
-
export declare class CmatDatetimepickerCalendarComponent<D> implements AfterContentInit, OnDestroy {
|
|
11
|
-
private _elementRef;
|
|
12
|
-
private _intl;
|
|
13
|
-
private _adapter;
|
|
14
|
-
private _dateFormats;
|
|
15
|
-
userSelection: EventEmitter<void>;
|
|
16
|
-
/** Active multi year view when click on year. */
|
|
17
|
-
multiYearSelector: boolean;
|
|
18
|
-
/** Whether the calendar should be started in month or year view. */
|
|
19
|
-
startView: CmatCalendarView;
|
|
20
|
-
twelvehour: boolean;
|
|
21
|
-
timeInterval: number;
|
|
22
|
-
/** A function used to filter which dates are selectable. */
|
|
23
|
-
dateFilter: (date: D, type: CmatDatetimepickerFilterType) => boolean;
|
|
24
|
-
/** Prevent user to select same date time */
|
|
25
|
-
preventSameDateTimeSelection: boolean;
|
|
26
|
-
/** Emits when the currently selected date changes. */
|
|
27
|
-
selectedChange: EventEmitter<D>;
|
|
28
|
-
/** Emits when the view has been changed. **/
|
|
29
|
-
viewChanged: EventEmitter<CmatCalendarView>;
|
|
30
|
-
class: string;
|
|
31
|
-
label: string;
|
|
32
|
-
role: string;
|
|
33
|
-
tabindex: number;
|
|
34
|
-
AMPM: CmatAMPM;
|
|
35
|
-
clockView: CmatClockView;
|
|
36
|
-
calendarState: string;
|
|
37
|
-
/** Whether the calendar is in month view. */
|
|
38
|
-
private _currentView;
|
|
39
|
-
private _intlChanges;
|
|
40
|
-
private _clampedActiveDate;
|
|
41
|
-
private _type;
|
|
42
|
-
private _startAt;
|
|
43
|
-
private _selected;
|
|
44
|
-
private _minDate;
|
|
45
|
-
private _maxDate;
|
|
46
|
-
private _timeInput;
|
|
47
|
-
constructor(_elementRef: ElementRef, _intl: CmatDatetimepickerIntl, _adapter: DatetimeAdapter<D>, _dateFormats: CmatDatetimeFormats, changeDetectorRef: ChangeDetectorRef);
|
|
48
|
-
get type(): CmatDatetimepickerType;
|
|
49
|
-
set type(value: CmatDatetimepickerType);
|
|
50
|
-
/** A date representing the period (month or year) to start the calendar in. */
|
|
51
|
-
get startAt(): D | null;
|
|
52
|
-
set startAt(value: D | null);
|
|
53
|
-
/**
|
|
54
|
-
* Whether the calendar is in time mode. In time mode the calendar clock gets time input elements rather then just clock
|
|
55
|
-
*
|
|
56
|
-
* When touchUi is enabled this will be disabled
|
|
57
|
-
*/
|
|
58
|
-
get timeInput(): boolean;
|
|
59
|
-
set timeInput(value: boolean);
|
|
60
|
-
/** The currently selected date. */
|
|
61
|
-
get selected(): D | null;
|
|
62
|
-
set selected(value: D | null);
|
|
63
|
-
/** The minimum selectable date. */
|
|
64
|
-
get minDate(): D | null;
|
|
65
|
-
set minDate(value: D | null);
|
|
66
|
-
/** The maximum selectable date. */
|
|
67
|
-
get maxDate(): D | null;
|
|
68
|
-
set maxDate(value: D | null);
|
|
69
|
-
/**
|
|
70
|
-
* The current active date. This determines which time period is shown and which date is
|
|
71
|
-
* highlighted when using keyboard navigation.
|
|
72
|
-
*/
|
|
73
|
-
get activeDate(): D;
|
|
74
|
-
set activeDate(value: D);
|
|
75
|
-
get currentView(): CmatCalendarView;
|
|
76
|
-
set currentView(view: CmatCalendarView);
|
|
77
|
-
/** The label for the current calendar view. */
|
|
78
|
-
get yearButtonText(): string;
|
|
79
|
-
get yearPeriodText(): string;
|
|
80
|
-
get yearButtonLabel(): string;
|
|
81
|
-
get dateButtonText(): string;
|
|
82
|
-
get dateButtonLabel(): string;
|
|
83
|
-
get hoursButtonText(): string;
|
|
84
|
-
get hourButtonLabel(): string;
|
|
85
|
-
get minutesButtonText(): string;
|
|
86
|
-
get minuteButtonLabel(): string;
|
|
87
|
-
get prevButtonLabel(): string;
|
|
88
|
-
get nextButtonLabel(): string;
|
|
89
|
-
handleCalendarBodyKeydown(event: KeyboardEvent): void;
|
|
90
|
-
/** Date filter for the month and year views. */
|
|
91
|
-
dateFilterForViews: (date: D) => boolean;
|
|
92
|
-
userSelected(): void;
|
|
93
|
-
ngAfterContentInit(): void;
|
|
94
|
-
ngOnDestroy(): void;
|
|
95
|
-
/** Handles date selection in the month view. */
|
|
96
|
-
dateSelected(date: D): void;
|
|
97
|
-
/** Handles month selection in the year view. */
|
|
98
|
-
monthSelected(month: D): void;
|
|
99
|
-
/** Handles year selection in the multi year view. */
|
|
100
|
-
yearSelected(year: D): void;
|
|
101
|
-
timeSelected(date: D): void;
|
|
102
|
-
dialTimeSelected(date: D): void;
|
|
103
|
-
onActiveDateChange(date: D): void;
|
|
104
|
-
updateDate(date: D): D;
|
|
105
|
-
selectAMPM(date: D): void;
|
|
106
|
-
ampmClicked(source: CmatAMPM): void;
|
|
107
|
-
yearClicked(): void;
|
|
108
|
-
dateClicked(): void;
|
|
109
|
-
hoursClicked(): void;
|
|
110
|
-
minutesClicked(): void;
|
|
111
|
-
/** Handles user clicks on the previous button. */
|
|
112
|
-
previousClicked(): void;
|
|
113
|
-
/** Handles user clicks on the next button. */
|
|
114
|
-
nextClicked(): void;
|
|
115
|
-
/** Whether the previous period button is enabled. */
|
|
116
|
-
previousEnabled(): boolean;
|
|
117
|
-
/** Whether the next period button is enabled. */
|
|
118
|
-
nextEnabled(): boolean;
|
|
119
|
-
focusActiveCell(): void;
|
|
120
|
-
calendarStateDone(): void;
|
|
121
|
-
/** Whether the two dates represent the same view in the current view mode (month or year). */
|
|
122
|
-
private _isSameView;
|
|
123
|
-
/** Handles keydown events on the calendar body when calendar is in month view. */
|
|
124
|
-
private _handleCalendarBodyKeydownInMonthView;
|
|
125
|
-
/** Handles keydown events on the calendar body when calendar is in year view. */
|
|
126
|
-
private _handleCalendarBodyKeydownInYearView;
|
|
127
|
-
/** Handles keydown events on the calendar body when calendar is in multi-year view. */
|
|
128
|
-
private _handleCalendarBodyKeydownInMultiYearView;
|
|
129
|
-
/** Handles keydown events on the calendar body when calendar is in month view. */
|
|
130
|
-
private _handleCalendarBodyKeydownInClockView;
|
|
131
|
-
/**
|
|
132
|
-
* Determine the date for the month that comes before the given month in the same column in the
|
|
133
|
-
* calendar table.
|
|
134
|
-
*/
|
|
135
|
-
private _prevMonthInSameCol;
|
|
136
|
-
/**
|
|
137
|
-
* Determine the date for the month that comes after the given month in the same column in the
|
|
138
|
-
* calendar table.
|
|
139
|
-
*/
|
|
140
|
-
private _nextMonthInSameCol;
|
|
141
|
-
private _changeCalendarState;
|
|
142
|
-
private _2digit;
|
|
143
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<CmatDatetimepickerCalendarComponent<any>, [null, null, { optional: true; }, { optional: true; }, null]>;
|
|
144
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CmatDatetimepickerCalendarComponent<any>, "cmat-datetimepicker-calendar", ["cmatDatetimepickerCalendar"], { "multiYearSelector": { "alias": "multiYearSelector"; "required": false; }; "startView": { "alias": "startView"; "required": false; }; "twelvehour": { "alias": "twelvehour"; "required": false; }; "timeInterval": { "alias": "timeInterval"; "required": false; }; "dateFilter": { "alias": "dateFilter"; "required": false; }; "preventSameDateTimeSelection": { "alias": "preventSameDateTimeSelection"; "required": false; }; "type": { "alias": "type"; "required": false; }; "startAt": { "alias": "startAt"; "required": false; }; "timeInput": { "alias": "timeInput"; "required": false; }; "selected": { "alias": "selected"; "required": false; }; "minDate": { "alias": "minDate"; "required": false; }; "maxDate": { "alias": "maxDate"; "required": false; }; }, { "userSelection": "userSelection"; "selectedChange": "selectedChange"; "viewChanged": "viewChanged"; }, never, never, true, never>;
|
|
145
|
-
}
|
|
@@ -1,73 +0,0 @@
|
|
|
1
|
-
import { AfterContentInit, ElementRef, EventEmitter } from '@angular/core';
|
|
2
|
-
import { DatetimeAdapter } from 'cmat/components/adapter';
|
|
3
|
-
import { CmatDatetimepickerFilterType } from './datetimepicker-filtertype';
|
|
4
|
-
import { CmatClockView } from './datetimepicker-types';
|
|
5
|
-
import * as i0 from "@angular/core";
|
|
6
|
-
export declare const CLOCK_RADIUS = 50;
|
|
7
|
-
export declare const CLOCK_INNER_RADIUS = 27.5;
|
|
8
|
-
export declare const CLOCK_OUTER_RADIUS = 41.25;
|
|
9
|
-
export declare const CLOCK_TICK_RADIUS = 7.0833;
|
|
10
|
-
/**
|
|
11
|
-
* A clock that is used as part of the datepicker.
|
|
12
|
-
*/
|
|
13
|
-
export declare class CmatDatetimepickerClockComponent<D> implements AfterContentInit {
|
|
14
|
-
private _element;
|
|
15
|
-
private _adapter;
|
|
16
|
-
userSelection: EventEmitter<void>;
|
|
17
|
-
/** A function used to filter which dates are selectable. */
|
|
18
|
-
dateFilter: (date: D, type: CmatDatetimepickerFilterType) => boolean;
|
|
19
|
-
interval: number;
|
|
20
|
-
twelvehour: boolean;
|
|
21
|
-
/** Emits when the currently selected date changes. */
|
|
22
|
-
selectedChange: EventEmitter<D>;
|
|
23
|
-
activeDateChange: EventEmitter<D>;
|
|
24
|
-
role: string;
|
|
25
|
-
class: string;
|
|
26
|
-
/** Hours and Minutes representing the clock view. */
|
|
27
|
-
hours: any[];
|
|
28
|
-
minutes: any[];
|
|
29
|
-
/** Whether the clock is in hour view. */
|
|
30
|
-
hourView: boolean;
|
|
31
|
-
selectedHour: number;
|
|
32
|
-
selectedMinute: number;
|
|
33
|
-
private _timeChanged;
|
|
34
|
-
private _mouseMoveListener;
|
|
35
|
-
private _mouseUpListener;
|
|
36
|
-
private _activeDate;
|
|
37
|
-
private _selected;
|
|
38
|
-
private _minDate;
|
|
39
|
-
private _maxDate;
|
|
40
|
-
constructor(_element: ElementRef, _adapter: DatetimeAdapter<D>);
|
|
41
|
-
/**
|
|
42
|
-
* The date to display in this clock view.
|
|
43
|
-
*/
|
|
44
|
-
get activeDate(): D;
|
|
45
|
-
set activeDate(value: D);
|
|
46
|
-
/** The currently selected date. */
|
|
47
|
-
get selected(): D | null;
|
|
48
|
-
set selected(value: D | null);
|
|
49
|
-
/** The minimum selectable date. */
|
|
50
|
-
get minDate(): D | null;
|
|
51
|
-
set minDate(value: D | null);
|
|
52
|
-
/** The maximum selectable date. */
|
|
53
|
-
get maxDate(): D | null;
|
|
54
|
-
set maxDate(value: D | null);
|
|
55
|
-
/** Whether the clock should be started in hour or minute view. */
|
|
56
|
-
set startView(value: CmatClockView);
|
|
57
|
-
get hand(): any;
|
|
58
|
-
/** Handles mousedown events on the clock body. */
|
|
59
|
-
handleMousedown(event: MouseEvent): void;
|
|
60
|
-
ngAfterContentInit(): void;
|
|
61
|
-
handleMousemove(event: any): void;
|
|
62
|
-
handleMouseup(): void;
|
|
63
|
-
/** Initializes this clock view. */
|
|
64
|
-
private _init;
|
|
65
|
-
/**
|
|
66
|
-
* Set Time
|
|
67
|
-
*
|
|
68
|
-
* @param event
|
|
69
|
-
*/
|
|
70
|
-
private _setTime;
|
|
71
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<CmatDatetimepickerClockComponent<any>, never>;
|
|
72
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CmatDatetimepickerClockComponent<any>, "cmat-datetimepicker-clock", ["cmatDatetimepickerClock"], { "dateFilter": { "alias": "dateFilter"; "required": false; }; "interval": { "alias": "interval"; "required": false; }; "twelvehour": { "alias": "twelvehour"; "required": false; }; "activeDate": { "alias": "activeDate"; "required": false; }; "selected": { "alias": "selected"; "required": false; }; "minDate": { "alias": "minDate"; "required": false; }; "maxDate": { "alias": "maxDate"; "required": false; }; "startView": { "alias": "startView"; "required": false; }; }, { "userSelection": "userSelection"; "selectedChange": "selectedChange"; "activeDateChange": "activeDateChange"; }, never, never, true, never>;
|
|
73
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare function createMissingDateImplError(provider: string): Error;
|
|
@@ -1,106 +0,0 @@
|
|
|
1
|
-
import { AfterContentInit, ElementRef, EventEmitter, OnDestroy } from '@angular/core';
|
|
2
|
-
import { AbstractControl, ControlValueAccessor, ValidationErrors, Validator } from '@angular/forms';
|
|
3
|
-
import { ThemePalette } from '@angular/material/core';
|
|
4
|
-
import { MatFormField } from '@angular/material/form-field';
|
|
5
|
-
import { DatetimeAdapter, CmatDatetimeFormats } from 'cmat/components/adapter';
|
|
6
|
-
import { CmatDatetimepickerComponent } from './datetimepicker';
|
|
7
|
-
import { CmatDatetimepickerFilterType } from './datetimepicker-filtertype';
|
|
8
|
-
import * as i0 from "@angular/core";
|
|
9
|
-
export declare const CMAT_DATETIMEPICKER_VALUE_ACCESSOR: any;
|
|
10
|
-
export declare const CMAT_DATETIMEPICKER_VALIDATORS: any;
|
|
11
|
-
/**
|
|
12
|
-
* An event used for datepicker input and change events. We don't always have access to a native
|
|
13
|
-
* input or change event because the event may have been triggered by the user clicking on the
|
|
14
|
-
* calendar popup. For consistency, we always use MatDatepickerInputEvent instead.
|
|
15
|
-
*/
|
|
16
|
-
export declare class CmatDatetimepickerInputEvent<D> {
|
|
17
|
-
target: CmatDatetimepickerInputDirective<D>;
|
|
18
|
-
targetElement: HTMLElement;
|
|
19
|
-
/** The new value for the target datepicker input. */
|
|
20
|
-
value: D | null;
|
|
21
|
-
constructor(target: CmatDatetimepickerInputDirective<D>, targetElement: HTMLElement);
|
|
22
|
-
}
|
|
23
|
-
/** Directive used to connect an input to a MatDatepicker. */
|
|
24
|
-
export declare class CmatDatetimepickerInputDirective<D> implements AfterContentInit, ControlValueAccessor, OnDestroy, Validator {
|
|
25
|
-
private _elementRef;
|
|
26
|
-
_dateAdapter: DatetimeAdapter<D>;
|
|
27
|
-
private _dateFormats;
|
|
28
|
-
private _formField;
|
|
29
|
-
/** Emits when a `change` event is fired on this `<input>`. */
|
|
30
|
-
dateChange: EventEmitter<CmatDatetimepickerInputEvent<D>>;
|
|
31
|
-
/** Emits when an `input` event is fired on this `<input>`. */
|
|
32
|
-
dateInput: EventEmitter<CmatDatetimepickerInputEvent<D>>;
|
|
33
|
-
datetimepicker: CmatDatetimepickerComponent<D>;
|
|
34
|
-
dateFilter: (date: D | null, type: CmatDatetimepickerFilterType) => boolean;
|
|
35
|
-
/** Emits when the value changes (either due to user input or programmatic change). */
|
|
36
|
-
valueChange: EventEmitter<D | null>;
|
|
37
|
-
/** Emits when the disabled state has changed */
|
|
38
|
-
disabledChange: EventEmitter<boolean>;
|
|
39
|
-
private _datepickerSubscription;
|
|
40
|
-
private _localeSubscription;
|
|
41
|
-
/** Whether the last value set on the input was valid. */
|
|
42
|
-
private _lastValueValid;
|
|
43
|
-
private _value;
|
|
44
|
-
private _min;
|
|
45
|
-
private _max;
|
|
46
|
-
private _disabled;
|
|
47
|
-
constructor(_elementRef: ElementRef, _dateAdapter: DatetimeAdapter<D>, _dateFormats: CmatDatetimeFormats, _formField: MatFormField);
|
|
48
|
-
/** The datepicker that this input is associated with. */
|
|
49
|
-
set cmatDatetimepicker(value: CmatDatetimepickerComponent<D>);
|
|
50
|
-
set cmatDatepickerFilter(filter: (date: D | null, type: CmatDatetimepickerFilterType) => boolean);
|
|
51
|
-
/** The value of the input. */
|
|
52
|
-
get value(): D | null;
|
|
53
|
-
set value(value: D | null);
|
|
54
|
-
/** The minimum valid date. */
|
|
55
|
-
get min(): D | null;
|
|
56
|
-
set min(value: D | null);
|
|
57
|
-
/** The maximum valid date. */
|
|
58
|
-
get max(): D | null;
|
|
59
|
-
set max(value: D | null);
|
|
60
|
-
/** Whether the datepicker-input is disabled. */
|
|
61
|
-
get disabled(): boolean;
|
|
62
|
-
set disabled(value: any);
|
|
63
|
-
ngAfterContentInit(): void;
|
|
64
|
-
ngOnDestroy(): void;
|
|
65
|
-
registerOnValidatorChange(fn: VoidFunction): void;
|
|
66
|
-
validate(c: AbstractControl): ValidationErrors | null;
|
|
67
|
-
/**
|
|
68
|
-
* Gets the element that the datepicker popup should be connected to.
|
|
69
|
-
*
|
|
70
|
-
* @return The element to connect the popup to.
|
|
71
|
-
*/
|
|
72
|
-
getConnectedOverlayOrigin(): ElementRef;
|
|
73
|
-
/** Gets the ID of an element that should be used a description for the calendar overlay. */
|
|
74
|
-
getOverlayLabelId(): string | null;
|
|
75
|
-
writeValue(value: D): void;
|
|
76
|
-
registerOnChange(fn: (value: any) => void): void;
|
|
77
|
-
registerOnTouched(fn: VoidFunction): void;
|
|
78
|
-
setDisabledState(disabled: boolean): void;
|
|
79
|
-
onKeydown(event: KeyboardEvent): void;
|
|
80
|
-
onInput(value: string): void;
|
|
81
|
-
onChange(): void;
|
|
82
|
-
/** Handles blur events on the input. */
|
|
83
|
-
onBlur(): void;
|
|
84
|
-
/** Returns the palette used by the input's form field, if any. */
|
|
85
|
-
getThemePalette(): ThemePalette;
|
|
86
|
-
private _registerDatetimepicker;
|
|
87
|
-
private _getDisplayFormat;
|
|
88
|
-
private _getParseFormat;
|
|
89
|
-
private _onTouched;
|
|
90
|
-
private _cvaOnChange;
|
|
91
|
-
private _validatorOnChange;
|
|
92
|
-
/** The form control validator for whether the input parses. */
|
|
93
|
-
private _parseValidator;
|
|
94
|
-
/** The form control validator for the min date. */
|
|
95
|
-
private _minValidator;
|
|
96
|
-
/** The form control validator for the max date. */
|
|
97
|
-
private _maxValidator;
|
|
98
|
-
/** The form control validator for the date filter. */
|
|
99
|
-
private _filterValidator;
|
|
100
|
-
/** The combined form control validator for this input. */
|
|
101
|
-
private _validator;
|
|
102
|
-
/** Formats a value and sets it on the input element. */
|
|
103
|
-
private _formatValue;
|
|
104
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<CmatDatetimepickerInputDirective<any>, [null, { optional: true; }, { optional: true; }, { optional: true; }]>;
|
|
105
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<CmatDatetimepickerInputDirective<any>, "input[cmatDatetimepicker]", ["cmatDatepickerInput"], { "cmatDatetimepicker": { "alias": "cmatDatetimepicker"; "required": false; }; "cmatDatepickerFilter": { "alias": "cmatDatepickerFilter"; "required": false; }; "value": { "alias": "value"; "required": false; }; "min": { "alias": "min"; "required": false; }; "max": { "alias": "max"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; }, { "dateChange": "dateChange"; "dateInput": "dateInput"; }, never, never, true, never>;
|
|
106
|
-
}
|
|
@@ -1,51 +0,0 @@
|
|
|
1
|
-
import { Subject } from 'rxjs';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class CmatDatetimepickerIntl {
|
|
4
|
-
/**
|
|
5
|
-
* Stream to emit from when labels are changed. Use this to notify components when the labels have
|
|
6
|
-
* changed after initialization.
|
|
7
|
-
*/
|
|
8
|
-
readonly changes: Subject<void>;
|
|
9
|
-
/** A label for the calendar popup (used by screen readers). */
|
|
10
|
-
calendarLabel: string;
|
|
11
|
-
/** A label for the button used to open the calendar popup (used by screen readers). */
|
|
12
|
-
openCalendarLabel: string;
|
|
13
|
-
/** Label for the button used to close the calendar popup. */
|
|
14
|
-
closeCalendarLabel: string;
|
|
15
|
-
/** A label for the previous month button (used by screen readers). */
|
|
16
|
-
prevMonthLabel: string;
|
|
17
|
-
/** A label for the next month button (used by screen readers). */
|
|
18
|
-
nextMonthLabel: string;
|
|
19
|
-
/** A label for the previous year button (used by screen readers). */
|
|
20
|
-
prevYearLabel: string;
|
|
21
|
-
/** A label for the next year button (used by screen readers). */
|
|
22
|
-
nextYearLabel: string;
|
|
23
|
-
/** A label for the previous multi-year button (used by screen readers). */
|
|
24
|
-
prevMultiYearLabel: string;
|
|
25
|
-
/** A label for the next multi-year button (used by screen readers). */
|
|
26
|
-
nextMultiYearLabel: string;
|
|
27
|
-
/** A label for the 'switch to month view' button (used by screen readers). */
|
|
28
|
-
switchToMonthViewLabel: string;
|
|
29
|
-
/** A label for the 'switch to year view' button (used by screen readers). */
|
|
30
|
-
switchToYearViewLabel: string;
|
|
31
|
-
/** A label for the 'switch to multi-year view' button (used by screen readers). */
|
|
32
|
-
switchToMultiYearViewLabel: string;
|
|
33
|
-
/** A label for the first date of a range of dates (used by screen readers). */
|
|
34
|
-
startDateLabel: string;
|
|
35
|
-
/** A label for the last date of a range of dates (used by screen readers). */
|
|
36
|
-
endDateLabel: string;
|
|
37
|
-
/** A label for the 'switch to clock hour view' button (used by screen readers). */
|
|
38
|
-
switchToClockHourViewLabel: string;
|
|
39
|
-
/** A label for the 'switch to clock minute view' button (used by screen readers). */
|
|
40
|
-
switchToClockMinuteViewLabel: string;
|
|
41
|
-
/** Label used for ok button within the manual time input. */
|
|
42
|
-
okLabel: string;
|
|
43
|
-
/** Label used for cancel button within the manual time input. */
|
|
44
|
-
cancelLabel: string;
|
|
45
|
-
/** Formats a range of years (used for visuals). */
|
|
46
|
-
formatYearRange(start: string, end: string): string;
|
|
47
|
-
/** Formats a label for a range of years (used by screen readers). */
|
|
48
|
-
formatYearRangeLabel(start: string, end: string): string;
|
|
49
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<CmatDatetimepickerIntl, never>;
|
|
50
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<CmatDatetimepickerIntl>;
|
|
51
|
-
}
|