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,40 +0,0 @@
|
|
|
1
|
-
import { AfterContentInit, ChangeDetectorRef, OnChanges, OnDestroy, SimpleChanges } from '@angular/core';
|
|
2
|
-
import { MatButton } from '@angular/material/button';
|
|
3
|
-
import { CmatDatetimepickerComponent } from './datetimepicker';
|
|
4
|
-
import { CmatDatetimepickerIntl } from './datetimepicker-intl';
|
|
5
|
-
import * as i0 from "@angular/core";
|
|
6
|
-
/** Can be used to override the icon of a `cmatDatetimepickerToggle`. */
|
|
7
|
-
export declare class CmatDatetimepickerToggleIconDirective {
|
|
8
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<CmatDatetimepickerToggleIconDirective, never>;
|
|
9
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<CmatDatetimepickerToggleIconDirective, "[cmatDatetimepickerToggleIcon]", never, {}, {}, never, never, true, never>;
|
|
10
|
-
}
|
|
11
|
-
export declare class CmatDatetimepickerToggleComponent<D> implements AfterContentInit, OnChanges, OnDestroy {
|
|
12
|
-
protected intl: CmatDatetimepickerIntl;
|
|
13
|
-
private _changeDetectorRef;
|
|
14
|
-
/** Datepicker instance that the button will toggle. */
|
|
15
|
-
datetimepicker: CmatDatetimepickerComponent<D>;
|
|
16
|
-
/** Tabindex for the toggle. */
|
|
17
|
-
tabIndex: number;
|
|
18
|
-
/** Screen-reader label for the button. */
|
|
19
|
-
ariaLabel?: string;
|
|
20
|
-
/** Whether ripples on the toggle should be disabled. */
|
|
21
|
-
disableRipple: boolean;
|
|
22
|
-
/** Custom icon set by the consumer. */
|
|
23
|
-
customIcon: CmatDatetimepickerToggleIconDirective;
|
|
24
|
-
/** Underlying button element. */
|
|
25
|
-
button: MatButton;
|
|
26
|
-
class: string;
|
|
27
|
-
private _stateChanges;
|
|
28
|
-
private _disabled;
|
|
29
|
-
constructor(intl: CmatDatetimepickerIntl, _changeDetectorRef: ChangeDetectorRef);
|
|
30
|
-
/** Whether the toggle button is disabled. */
|
|
31
|
-
get disabled(): boolean;
|
|
32
|
-
set disabled(value: boolean);
|
|
33
|
-
ngOnChanges(changes: SimpleChanges): void;
|
|
34
|
-
ngOnDestroy(): void;
|
|
35
|
-
ngAfterContentInit(): void;
|
|
36
|
-
open(event: Event): void;
|
|
37
|
-
private _watchStateChanges;
|
|
38
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<CmatDatetimepickerToggleComponent<any>, never>;
|
|
39
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CmatDatetimepickerToggleComponent<any>, "cmat-datetimepicker-toggle", ["cmatDatetimepickerToggle"], { "datetimepicker": { "alias": "for"; "required": false; }; "tabIndex": { "alias": "tabIndex"; "required": false; }; "ariaLabel": { "alias": "aria-label"; "required": false; }; "disableRipple": { "alias": "disableRipple"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; }, {}, ["customIcon"], ["[cmatDatetimepickerToggleIcon]"], true, never>;
|
|
40
|
-
}
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
/** Possible types for datetimepicker. */
|
|
2
|
-
export type CmatDatetimepickerType = 'date' | 'time' | 'month' | 'year' | 'datetime';
|
|
3
|
-
/** Possible views for datetimepicker calendar. */
|
|
4
|
-
export type CmatCalendarView = 'clock' | 'month' | 'year' | 'multi-year';
|
|
5
|
-
/** Possible types for AM / PM */
|
|
6
|
-
export type CmatAMPM = 'AM' | 'PM';
|
|
7
|
-
/** Possible modes for datetimepicker dropdown display. */
|
|
8
|
-
export type CmatDatetimepickerMode = 'auto' | 'portrait' | 'landscape';
|
|
9
|
-
/** Possible positions for the datetimepicker dropdown along the X axis. */
|
|
10
|
-
export type DatetimepickerDropdownPositionX = 'start' | 'end';
|
|
11
|
-
/** Possible positions for the datetimepicker dropdown along the Y axis. */
|
|
12
|
-
export type DatetimepickerDropdownPositionY = 'above' | 'below';
|
|
13
|
-
export type CmatClockView = 'hour' | 'minute';
|
|
@@ -1,190 +0,0 @@
|
|
|
1
|
-
import { Directionality } from '@angular/cdk/bidi';
|
|
2
|
-
import { Overlay, ScrollStrategy } from '@angular/cdk/overlay';
|
|
3
|
-
import { AfterContentInit, ChangeDetectorRef, ElementRef, EventEmitter, InjectionToken, Injector, OnDestroy, OnInit, ViewContainerRef } from '@angular/core';
|
|
4
|
-
import { ThemePalette } from '@angular/material/core';
|
|
5
|
-
import { Subject } from 'rxjs';
|
|
6
|
-
import { DatetimeAdapter } from 'cmat/components/adapter';
|
|
7
|
-
import { CmatDatetimepickerCalendarComponent } from './calendar';
|
|
8
|
-
import { CmatDatetimepickerFilterType } from './datetimepicker-filtertype';
|
|
9
|
-
import { CmatDatetimepickerInputDirective } from './datetimepicker-input';
|
|
10
|
-
import { CmatCalendarView, CmatDatetimepickerMode, CmatDatetimepickerType, DatetimepickerDropdownPositionX, DatetimepickerDropdownPositionY } from './datetimepicker-types';
|
|
11
|
-
import * as i0 from "@angular/core";
|
|
12
|
-
/** Injection token that determines the scroll handling while the calendar is open. */
|
|
13
|
-
export declare const CMAT_DATETIMEPICKER_SCROLL_STRATEGY: InjectionToken<() => ScrollStrategy>;
|
|
14
|
-
export declare function CMAT_DATETIMEPICKER_SCROLL_STRATEGY_FACTORY(overlay: Overlay): () => ScrollStrategy;
|
|
15
|
-
export declare const CMAT_DATETIMEPICKER_SCROLL_STRATEGY_FACTORY_PROVIDER: {
|
|
16
|
-
provide: InjectionToken<() => ScrollStrategy>;
|
|
17
|
-
deps: (typeof Overlay)[];
|
|
18
|
-
useFactory: typeof CMAT_DATETIMEPICKER_SCROLL_STRATEGY_FACTORY;
|
|
19
|
-
};
|
|
20
|
-
/**
|
|
21
|
-
* Component used as the content for the datepicker dialog and popup. We use this instead of using
|
|
22
|
-
* MatCalendar directly as the content so we can control the initial focus. This also gives us a
|
|
23
|
-
* place to put additional features of the popup that are not part of the calendar itself in the
|
|
24
|
-
* future. (e.g. confirmation buttons).
|
|
25
|
-
*/
|
|
26
|
-
export declare class CmatDatetimepickerContentComponent<D> implements OnInit, AfterContentInit, OnDestroy {
|
|
27
|
-
protected _elementRef: ElementRef;
|
|
28
|
-
private _changeDetectorRef;
|
|
29
|
-
_calendar: CmatDatetimepickerCalendarComponent<D>;
|
|
30
|
-
color: ThemePalette;
|
|
31
|
-
datetimepicker: CmatDatetimepickerComponent<D>;
|
|
32
|
-
/** Whether the datetimepicker is above or below the input. */
|
|
33
|
-
isAbove: boolean;
|
|
34
|
-
/** Current state of the animation. */
|
|
35
|
-
animationState: 'enter-dropdown' | 'enter-dialog' | 'void';
|
|
36
|
-
/** Emits when an animation has finished. */
|
|
37
|
-
readonly animationDone: Subject<void>;
|
|
38
|
-
/** Id of the label for the `role="dialog"` element. */
|
|
39
|
-
dialogLabelId: string | null;
|
|
40
|
-
constructor(_elementRef: ElementRef, _changeDetectorRef: ChangeDetectorRef);
|
|
41
|
-
ngOnInit(): void;
|
|
42
|
-
ngAfterContentInit(): void;
|
|
43
|
-
startExitAnimation(): void;
|
|
44
|
-
ngOnDestroy(): void;
|
|
45
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<CmatDatetimepickerContentComponent<any>, never>;
|
|
46
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CmatDatetimepickerContentComponent<any>, "cmat-datetimepicker-content", ["cmatDatetimepickerContent"], { "color": { "alias": "color"; "required": false; }; }, {}, never, never, true, never>;
|
|
47
|
-
}
|
|
48
|
-
export declare class CmatDatetimepickerComponent<D> implements OnDestroy {
|
|
49
|
-
private _overlay;
|
|
50
|
-
private _injector;
|
|
51
|
-
private _viewContainerRef;
|
|
52
|
-
private _scrollStrategy;
|
|
53
|
-
private _dateAdapter;
|
|
54
|
-
private _dir;
|
|
55
|
-
private _document;
|
|
56
|
-
/** The view that the calendar should start in. */
|
|
57
|
-
startView: CmatCalendarView;
|
|
58
|
-
mode: CmatDatetimepickerMode;
|
|
59
|
-
timeInterval: number;
|
|
60
|
-
/** Prevent user to select same date time */
|
|
61
|
-
preventSameDateTimeSelection: boolean;
|
|
62
|
-
/** Preferred position of the datetimepicker in the X axis. */
|
|
63
|
-
xPosition: DatetimepickerDropdownPositionX;
|
|
64
|
-
/** Preferred position of the datetimepicker in the Y axis. */
|
|
65
|
-
yPosition: DatetimepickerDropdownPositionY;
|
|
66
|
-
selectedChanged: EventEmitter<D>;
|
|
67
|
-
/** Emits when the datepicker has been opened. */
|
|
68
|
-
openedStream: EventEmitter<void>;
|
|
69
|
-
/** Emits when the datepicker has been closed. */
|
|
70
|
-
closedStream: EventEmitter<void>;
|
|
71
|
-
/** Emits when the view has been changed. **/
|
|
72
|
-
viewChanged: EventEmitter<CmatCalendarView>;
|
|
73
|
-
/** Whether the calendar is open. */
|
|
74
|
-
/** The id for the datepicker calendar. */
|
|
75
|
-
id: string;
|
|
76
|
-
/** The input element this datepicker is associated with. */
|
|
77
|
-
datetimepickerInput: CmatDatetimepickerInputDirective<D>;
|
|
78
|
-
/** Emits when the datepicker is disabled. */
|
|
79
|
-
disabledChange: Subject<boolean>;
|
|
80
|
-
private _validSelected;
|
|
81
|
-
/** A reference to the overlay into which we've rendered the calendar. */
|
|
82
|
-
private _overlayRef;
|
|
83
|
-
/** Reference to the component instance rendered in the overlay. */
|
|
84
|
-
private _componentRef;
|
|
85
|
-
/** The element that was focused before the datetimepicker was opened. */
|
|
86
|
-
private _focusedElementBeforeOpen;
|
|
87
|
-
/** Unique class that will be added to the backdrop so that the test harnesses can look it up. */
|
|
88
|
-
private _backdropHarnessClass;
|
|
89
|
-
private _inputStateChanges;
|
|
90
|
-
private _multiYearSelector;
|
|
91
|
-
private _twelvehour;
|
|
92
|
-
private _panelClass;
|
|
93
|
-
private _opened;
|
|
94
|
-
private _color;
|
|
95
|
-
private _startAt;
|
|
96
|
-
private _type;
|
|
97
|
-
private _touchUi;
|
|
98
|
-
private _disabled;
|
|
99
|
-
private _timeInput;
|
|
100
|
-
private _restoreFocus;
|
|
101
|
-
constructor(_overlay: Overlay, _injector: Injector, _viewContainerRef: ViewContainerRef, _scrollStrategy: any, _dateAdapter: DatetimeAdapter<D>, _dir: Directionality, _document: any);
|
|
102
|
-
/** Whether to show multi-year view. */
|
|
103
|
-
get multiYearSelector(): boolean;
|
|
104
|
-
set multiYearSelector(value: boolean);
|
|
105
|
-
/** Whether the clock uses 12 hour format. */
|
|
106
|
-
get twelvehour(): boolean;
|
|
107
|
-
set twelvehour(value: boolean);
|
|
108
|
-
/**
|
|
109
|
-
* Classes to be passed to the date picker panel.
|
|
110
|
-
* Supports string and string array values, similar to `ngClass`.
|
|
111
|
-
*/
|
|
112
|
-
get panelClass(): string | string[];
|
|
113
|
-
set panelClass(value: string | string[]);
|
|
114
|
-
/** Whether the calendar is open. */
|
|
115
|
-
get opened(): boolean;
|
|
116
|
-
set opened(value: boolean);
|
|
117
|
-
/** Color palette to use on the datetimepicker's calendar. */
|
|
118
|
-
get color(): ThemePalette;
|
|
119
|
-
set color(value: ThemePalette);
|
|
120
|
-
/** The date to open the calendar to initially. */
|
|
121
|
-
get startAt(): D | null;
|
|
122
|
-
set startAt(date: D | null);
|
|
123
|
-
get type(): CmatDatetimepickerType;
|
|
124
|
-
set type(value: CmatDatetimepickerType);
|
|
125
|
-
/**
|
|
126
|
-
* Whether the calendar is in time mode. In time mode the calendar clock gets time input
|
|
127
|
-
* elements rather then just clock. When `touchUi` is enabled this will be disabled.
|
|
128
|
-
*/
|
|
129
|
-
get timeInput(): boolean;
|
|
130
|
-
set timeInput(value: boolean);
|
|
131
|
-
/**
|
|
132
|
-
* Whether the calendar UI is in touch mode. In touch mode the calendar opens in a dialog rather
|
|
133
|
-
* than a popup and elements have more padding to allow for bigger touch targets.
|
|
134
|
-
*/
|
|
135
|
-
get touchUi(): boolean;
|
|
136
|
-
set touchUi(value: boolean);
|
|
137
|
-
/** Whether the datepicker pop-up should be disabled. */
|
|
138
|
-
get disabled(): boolean;
|
|
139
|
-
set disabled(value: boolean);
|
|
140
|
-
/**
|
|
141
|
-
* Whether to restore focus to the previously-focused element when the panel is closed.
|
|
142
|
-
* Note that automatic focus restoration is an accessibility feature and it is recommended that
|
|
143
|
-
* you provide your own equivalent, if you decide to turn it off.
|
|
144
|
-
*/
|
|
145
|
-
get restoreFocus(): boolean;
|
|
146
|
-
set restoreFocus(value: boolean);
|
|
147
|
-
/** The currently selected date. */
|
|
148
|
-
get selected(): D | null;
|
|
149
|
-
set selected(value: D | null);
|
|
150
|
-
/** The minimum selectable date. */
|
|
151
|
-
get minDate(): D | null;
|
|
152
|
-
/** The maximum selectable date. */
|
|
153
|
-
get maxDate(): D | null;
|
|
154
|
-
get dateFilter(): (date: D | null, type: CmatDatetimepickerFilterType) => boolean;
|
|
155
|
-
ngOnDestroy(): void;
|
|
156
|
-
/**
|
|
157
|
-
* Register an input with this datepicker.
|
|
158
|
-
*
|
|
159
|
-
* @param input The datepicker input to register with this datepicker.
|
|
160
|
-
*/
|
|
161
|
-
registerInput(input: CmatDatetimepickerInputDirective<D>): void;
|
|
162
|
-
/** Open the calendar. */
|
|
163
|
-
open(): void;
|
|
164
|
-
/** Close the calendar. */
|
|
165
|
-
close(): void;
|
|
166
|
-
/** Selects the given date */
|
|
167
|
-
select(date: D): void;
|
|
168
|
-
viewChange(type: CmatCalendarView): void;
|
|
169
|
-
/**
|
|
170
|
-
* Forwards relevant values from the datetimepicker to the
|
|
171
|
-
* datetimepicker content inside the overlay.
|
|
172
|
-
*/
|
|
173
|
-
private _forwardContentValues;
|
|
174
|
-
/** Opens the overlay with the calendar. */
|
|
175
|
-
private _openOverlay;
|
|
176
|
-
/** Destroys the current overlay. */
|
|
177
|
-
private _destroyOverlay;
|
|
178
|
-
/** Gets a position strategy that will open the calendar as a dropdown. */
|
|
179
|
-
private _getDialogStrategy;
|
|
180
|
-
/** Gets a position strategy that will open the calendar as a dropdown. */
|
|
181
|
-
private _getDropdownStrategy;
|
|
182
|
-
/**
|
|
183
|
-
* Sets the positions of the datetimepicker in dropdown mode based on the current configuration.
|
|
184
|
-
*/
|
|
185
|
-
private _setConnectedPositions;
|
|
186
|
-
/** Gets an observable that will emit when the overlay is supposed to be closed. */
|
|
187
|
-
private _getCloseStream;
|
|
188
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<CmatDatetimepickerComponent<any>, [null, null, null, null, { optional: true; }, { optional: true; }, { optional: true; }]>;
|
|
189
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CmatDatetimepickerComponent<any>, "cmat-datetimepicker", ["cmatDatetimepicker"], { "startView": { "alias": "startView"; "required": false; }; "mode": { "alias": "mode"; "required": false; }; "timeInterval": { "alias": "timeInterval"; "required": false; }; "preventSameDateTimeSelection": { "alias": "preventSameDateTimeSelection"; "required": false; }; "xPosition": { "alias": "xPosition"; "required": false; }; "yPosition": { "alias": "yPosition"; "required": false; }; "multiYearSelector": { "alias": "multiYearSelector"; "required": false; }; "twelvehour": { "alias": "twelvehour"; "required": false; }; "panelClass": { "alias": "panelClass"; "required": false; }; "opened": { "alias": "opened"; "required": false; }; "color": { "alias": "color"; "required": false; }; "startAt": { "alias": "startAt"; "required": false; }; "type": { "alias": "type"; "required": false; }; "timeInput": { "alias": "timeInput"; "required": false; }; "touchUi": { "alias": "touchUi"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "restoreFocus": { "alias": "restoreFocus"; "required": false; }; }, { "selectedChanged": "selectedChanged"; "openedStream": "openedStream"; "closedStream": "closedStream"; "viewChanged": "viewChanged"; }, never, never, true, never>;
|
|
190
|
-
}
|
|
@@ -1,62 +0,0 @@
|
|
|
1
|
-
import { AfterContentInit, EventEmitter } from '@angular/core';
|
|
2
|
-
import { CmatDatetimeFormats, DatetimeAdapter } from 'cmat/components/adapter';
|
|
3
|
-
import { CmatDatetimepickerCalendarCellComponent } from './calendar-body';
|
|
4
|
-
import { CmatDatetimepickerType } from './datetimepicker-types';
|
|
5
|
-
import * as i0 from "@angular/core";
|
|
6
|
-
/**
|
|
7
|
-
* An internal component used to display a single month in the datepicker.
|
|
8
|
-
*/
|
|
9
|
-
export declare class CmatDatetimepickerMonthViewComponent<D> implements AfterContentInit {
|
|
10
|
-
adapter: DatetimeAdapter<D>;
|
|
11
|
-
private _dateFormats;
|
|
12
|
-
type: CmatDatetimepickerType;
|
|
13
|
-
userSelection: EventEmitter<void>;
|
|
14
|
-
/** A function used to filter which dates are selectable. */
|
|
15
|
-
dateFilter: (date: D) => boolean;
|
|
16
|
-
/** Emits when a new date is selected. */
|
|
17
|
-
selectedChange: EventEmitter<D>;
|
|
18
|
-
/** Grid of calendar cells representing the dates of the month. */
|
|
19
|
-
weeks: CmatDatetimepickerCalendarCellComponent[][];
|
|
20
|
-
/** The number of blank cells in the first row before the 1st of the month. */
|
|
21
|
-
firstWeekOffset: number;
|
|
22
|
-
/**
|
|
23
|
-
* The date of the month that the currently selected Date falls on.
|
|
24
|
-
* Null if the currently selected Date is in another month.
|
|
25
|
-
*/
|
|
26
|
-
selectedDate: number | null;
|
|
27
|
-
/** The date of the month that today falls on. Null if today is in another month. */
|
|
28
|
-
todayDate: number | null;
|
|
29
|
-
/** The names of the weekdays. */
|
|
30
|
-
weekdays: {
|
|
31
|
-
long: string;
|
|
32
|
-
narrow: string;
|
|
33
|
-
}[];
|
|
34
|
-
calendarState: string;
|
|
35
|
-
private _activeDate;
|
|
36
|
-
private _selected;
|
|
37
|
-
constructor(adapter: DatetimeAdapter<D>, _dateFormats: CmatDatetimeFormats);
|
|
38
|
-
/**
|
|
39
|
-
* The date to display in this month view (everything other than the month and year is ignored).
|
|
40
|
-
*/
|
|
41
|
-
get activeDate(): D;
|
|
42
|
-
set activeDate(value: D);
|
|
43
|
-
/** The currently selected date. */
|
|
44
|
-
get selected(): D;
|
|
45
|
-
set selected(value: D);
|
|
46
|
-
ngAfterContentInit(): void;
|
|
47
|
-
/** Handles when a new date is selected. */
|
|
48
|
-
dateSelected(date: number): void;
|
|
49
|
-
calendarStateDone(): void;
|
|
50
|
-
/** Initializes this month view. */
|
|
51
|
-
private _init;
|
|
52
|
-
/** Creates MdCalendarCells for the dates in this month. */
|
|
53
|
-
private _createWeekCells;
|
|
54
|
-
/**
|
|
55
|
-
* Gets the date in this month that the given Date falls on.
|
|
56
|
-
* Returns null if the given Date is in another month.
|
|
57
|
-
*/
|
|
58
|
-
private _getDateInCurrentMonth;
|
|
59
|
-
private _changeCalendarState;
|
|
60
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<CmatDatetimepickerMonthViewComponent<any>, [{ optional: true; }, { optional: true; }]>;
|
|
61
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CmatDatetimepickerMonthViewComponent<any>, "cmat-datetimepicker-month-view", ["cmatDatetimepickerMonthView"], { "type": { "alias": "type"; "required": false; }; "dateFilter": { "alias": "dateFilter"; "required": false; }; "activeDate": { "alias": "activeDate"; "required": false; }; "selected": { "alias": "selected"; "required": false; }; }, { "userSelection": "userSelection"; "selectedChange": "selectedChange"; }, never, never, true, never>;
|
|
62
|
-
}
|
|
@@ -1,74 +0,0 @@
|
|
|
1
|
-
import { AfterContentInit, EventEmitter } from '@angular/core';
|
|
2
|
-
import { CmatDatetimeFormats, DatetimeAdapter } from 'cmat/components/adapter';
|
|
3
|
-
import { CmatDatetimepickerCalendarCellComponent } from './calendar-body';
|
|
4
|
-
import { CmatDatetimepickerType } from './datetimepicker-types';
|
|
5
|
-
import * as i0 from "@angular/core";
|
|
6
|
-
export declare const yearsPerPage = 24;
|
|
7
|
-
export declare const yearsPerRow = 4;
|
|
8
|
-
/**
|
|
9
|
-
* An internal component used to display multiple years in the datepicker.
|
|
10
|
-
*/
|
|
11
|
-
export declare class CmatDatetimepickerMultiYearViewComponent<D> implements AfterContentInit {
|
|
12
|
-
adapter: DatetimeAdapter<D>;
|
|
13
|
-
private _dateFormats;
|
|
14
|
-
userSelection: EventEmitter<void>;
|
|
15
|
-
type: CmatDatetimepickerType;
|
|
16
|
-
/** A function used to filter which dates are selectable. */
|
|
17
|
-
dateFilter: (date: D) => boolean;
|
|
18
|
-
/** Emits when a new month is selected. */
|
|
19
|
-
selectedChange: EventEmitter<D>;
|
|
20
|
-
/** Grid of calendar cells representing the years in the range. */
|
|
21
|
-
years: CmatDatetimepickerCalendarCellComponent[][];
|
|
22
|
-
/** The label for this year range (e.g. "2000-2020"). */
|
|
23
|
-
yearLabel: string;
|
|
24
|
-
/** The year in this range that today falls on. Null if today is in a different range. */
|
|
25
|
-
todayYear: number;
|
|
26
|
-
/**
|
|
27
|
-
* The year in this range that the selected Date falls on.
|
|
28
|
-
* Null if the selected Date is in a different range.
|
|
29
|
-
*/
|
|
30
|
-
selectedYear: number | null;
|
|
31
|
-
calendarState: string;
|
|
32
|
-
private _activeDate;
|
|
33
|
-
private _selected;
|
|
34
|
-
private _minDate;
|
|
35
|
-
private _maxDate;
|
|
36
|
-
constructor(adapter: DatetimeAdapter<D>, _dateFormats: CmatDatetimeFormats);
|
|
37
|
-
/** The date to display in this multi year view*/
|
|
38
|
-
get activeDate(): D;
|
|
39
|
-
set activeDate(value: D);
|
|
40
|
-
/** The currently selected date. */
|
|
41
|
-
get selected(): D;
|
|
42
|
-
set selected(value: D);
|
|
43
|
-
/** The minimum selectable date. */
|
|
44
|
-
get minDate(): D | null;
|
|
45
|
-
set minDate(value: D | null);
|
|
46
|
-
/** The maximum selectable date. */
|
|
47
|
-
get maxDate(): D | null;
|
|
48
|
-
set maxDate(value: D | null);
|
|
49
|
-
ngAfterContentInit(): void;
|
|
50
|
-
/** Handles when a new year is selected. */
|
|
51
|
-
yearSelected(year: number): void;
|
|
52
|
-
getActiveCell(): number;
|
|
53
|
-
calendarStateDone(): void;
|
|
54
|
-
/** Initializes this year view. */
|
|
55
|
-
private _init;
|
|
56
|
-
/** Creates an MatDatetimepickerCalendarCell for the given year. */
|
|
57
|
-
private _createCellForYear;
|
|
58
|
-
/** Whether the given year is enabled. */
|
|
59
|
-
private _shouldEnableYear;
|
|
60
|
-
/**
|
|
61
|
-
* @param obj The object to check.
|
|
62
|
-
* @returns The given object if it is both a date instance and valid, otherwise null.
|
|
63
|
-
*/
|
|
64
|
-
private _getValidDateOrNull;
|
|
65
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<CmatDatetimepickerMultiYearViewComponent<any>, [{ optional: true; }, { optional: true; }]>;
|
|
66
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CmatDatetimepickerMultiYearViewComponent<any>, "cmat-datetimepicker-multi-year-view", ["cmatDatetimepickerMultiYearView"], { "type": { "alias": "type"; "required": false; }; "dateFilter": { "alias": "dateFilter"; "required": false; }; "activeDate": { "alias": "activeDate"; "required": false; }; "selected": { "alias": "selected"; "required": false; }; "minDate": { "alias": "minDate"; "required": false; }; "maxDate": { "alias": "maxDate"; "required": false; }; }, { "userSelection": "userSelection"; "selectedChange": "selectedChange"; }, never, never, true, never>;
|
|
67
|
-
}
|
|
68
|
-
export declare function isSameMultiYearView<D>(dateAdapter: DatetimeAdapter<D>, date1: D, date2: D, minDate: D | null, maxDate: D | null): boolean;
|
|
69
|
-
/**
|
|
70
|
-
* When the multi-year view is first opened, the active year will be in view.
|
|
71
|
-
* So we compute how many years are between the active year and the *slot* where our
|
|
72
|
-
* "startingYear" will render when paged into view.
|
|
73
|
-
*/
|
|
74
|
-
export declare function getActiveOffset<D>(dateAdapter: DatetimeAdapter<D>, activeDate: D, minDate: D | null, maxDate: D | null): number;
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
export * from './clock';
|
|
2
|
-
export * from './calendar';
|
|
3
|
-
export * from './calendar-body';
|
|
4
|
-
export * from './datetimepicker';
|
|
5
|
-
export * from './datetimepicker-filtertype';
|
|
6
|
-
export * from './datetimepicker-input';
|
|
7
|
-
export * from './datetimepicker-toggle';
|
|
8
|
-
export * from './month-view';
|
|
9
|
-
export * from './year-view';
|
|
10
|
-
export * from './datetimepicker-types';
|
|
@@ -1,129 +0,0 @@
|
|
|
1
|
-
import { NumberInput } from '@angular/cdk/coercion';
|
|
2
|
-
import { AfterViewInit, ChangeDetectorRef, ElementRef, EventEmitter, OnChanges, OnDestroy, SimpleChanges } from '@angular/core';
|
|
3
|
-
import { SubscriptionLike } from 'rxjs';
|
|
4
|
-
import { DatetimeAdapter } from 'cmat/components/adapter';
|
|
5
|
-
import { CmatDatetimepickerFilterType } from './datetimepicker-filtertype';
|
|
6
|
-
import { CmatDatetimepickerIntl } from './datetimepicker-intl';
|
|
7
|
-
import { CmatAMPM, CmatClockView } from './datetimepicker-types';
|
|
8
|
-
import * as i0 from "@angular/core";
|
|
9
|
-
export declare class CmatDatetimepickerTimeInputDirective implements OnDestroy {
|
|
10
|
-
private _element;
|
|
11
|
-
private _cdr;
|
|
12
|
-
timeInterval: number;
|
|
13
|
-
timeMin: number;
|
|
14
|
-
timeMax: number;
|
|
15
|
-
timeValueChanged: EventEmitter<NumberInput>;
|
|
16
|
-
private _value;
|
|
17
|
-
private _keyDownListener;
|
|
18
|
-
private _keyPressListener;
|
|
19
|
-
private _inputEventListener;
|
|
20
|
-
constructor(_element: ElementRef, _cdr: ChangeDetectorRef);
|
|
21
|
-
get hasFocus(): boolean;
|
|
22
|
-
get inputElement(): HTMLInputElement;
|
|
23
|
-
get valid(): boolean;
|
|
24
|
-
get invalid(): boolean;
|
|
25
|
-
set timeValue(value: NumberInput);
|
|
26
|
-
blur(): void;
|
|
27
|
-
focus(): void;
|
|
28
|
-
/**
|
|
29
|
-
* Write value to inputElement
|
|
30
|
-
*
|
|
31
|
-
* @param value NumberInput
|
|
32
|
-
*/
|
|
33
|
-
writeValue(value: NumberInput): void;
|
|
34
|
-
/**
|
|
35
|
-
* Writes value to placeholder
|
|
36
|
-
*
|
|
37
|
-
* @param value NumberInput
|
|
38
|
-
*/
|
|
39
|
-
writePlaceholder(value: NumberInput): void;
|
|
40
|
-
keyDownHandler(event: KeyboardEvent): void;
|
|
41
|
-
/**
|
|
42
|
-
* Prevent non number inputs in the inputElement with the exception of Enter/BackSpace
|
|
43
|
-
*
|
|
44
|
-
* @param event KeyboardEvent
|
|
45
|
-
*/
|
|
46
|
-
keyPressHandler(event: KeyboardEvent): void;
|
|
47
|
-
inputChangedHandler(): void;
|
|
48
|
-
clampInputValue(): void;
|
|
49
|
-
/**
|
|
50
|
-
* Remove event listeners on destruction
|
|
51
|
-
*/
|
|
52
|
-
ngOnDestroy(): void;
|
|
53
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<CmatDatetimepickerTimeInputDirective, never>;
|
|
54
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<CmatDatetimepickerTimeInputDirective, "input.cmat-datetimepicker-time-input", ["cmatDatetimepickerTimeInput"], { "timeInterval": { "alias": "timeInterval"; "required": false; }; "timeMin": { "alias": "timeMin"; "required": false; }; "timeMax": { "alias": "timeMax"; "required": false; }; "timeValue": { "alias": "timeValue"; "required": false; }; }, { "timeValueChanged": "timeValueChanged"; }, never, never, true, never>;
|
|
55
|
-
}
|
|
56
|
-
export declare class CmatDatetimepickerTimeComponent<D> implements OnChanges, AfterViewInit, OnDestroy {
|
|
57
|
-
private _adapter;
|
|
58
|
-
private _changeDetectorRef;
|
|
59
|
-
protected datetimepickerIntl: CmatDatetimepickerIntl;
|
|
60
|
-
/** Emits when the currently selected date changes. */
|
|
61
|
-
readonly selectedChange: EventEmitter<D>;
|
|
62
|
-
/** Emits when any date changes. */
|
|
63
|
-
readonly activeDateChange: EventEmitter<D>;
|
|
64
|
-
/** Emits when any date is selected. */
|
|
65
|
-
readonly userSelection: EventEmitter<void>;
|
|
66
|
-
/** Emits when AM/PM button are clicked. */
|
|
67
|
-
readonly ampmChange: EventEmitter<CmatAMPM>;
|
|
68
|
-
/** Emits when AM/PM button are clicked. */
|
|
69
|
-
readonly clockViewChange: EventEmitter<CmatClockView>;
|
|
70
|
-
/** A function used to filter which dates are selectable. */
|
|
71
|
-
dateFilter: (date: D, type: CmatDatetimepickerFilterType) => boolean;
|
|
72
|
-
/** Step over minutes. */
|
|
73
|
-
interval: number;
|
|
74
|
-
/** Whether the time is now in AM or PM. */
|
|
75
|
-
AMPM: CmatAMPM;
|
|
76
|
-
class: string;
|
|
77
|
-
protected hourInputElement: ElementRef<HTMLInputElement> | void;
|
|
78
|
-
protected hourInputDirective: CmatDatetimepickerTimeInputDirective | void;
|
|
79
|
-
protected minuteInputElement: ElementRef<HTMLInputElement> | void;
|
|
80
|
-
protected minuteInputDirective: CmatDatetimepickerTimeInputDirective | void;
|
|
81
|
-
datetimepickerIntlChangesSubscription: SubscriptionLike;
|
|
82
|
-
private _twelvehour;
|
|
83
|
-
private _activeDate;
|
|
84
|
-
private _selected;
|
|
85
|
-
private _minDate;
|
|
86
|
-
private _maxDate;
|
|
87
|
-
/** Whether the clock is in hour view. */
|
|
88
|
-
private _clockView;
|
|
89
|
-
constructor(_adapter: DatetimeAdapter<D>, _changeDetectorRef: ChangeDetectorRef, datetimepickerIntl: CmatDatetimepickerIntl);
|
|
90
|
-
get isHourView(): boolean;
|
|
91
|
-
get isMinuteView(): boolean;
|
|
92
|
-
get hour(): string;
|
|
93
|
-
get minute(): string;
|
|
94
|
-
/** Whether the clock uses 12 hour format. */
|
|
95
|
-
get twelvehour(): boolean;
|
|
96
|
-
set twelvehour(value: boolean);
|
|
97
|
-
/**
|
|
98
|
-
* The date to display in this clock view.
|
|
99
|
-
*/
|
|
100
|
-
get activeDate(): D;
|
|
101
|
-
set activeDate(value: D);
|
|
102
|
-
/** The currently selected date. */
|
|
103
|
-
get selected(): D | null;
|
|
104
|
-
set selected(value: D | null);
|
|
105
|
-
/** The minimum selectable date. */
|
|
106
|
-
get minDate(): D | null;
|
|
107
|
-
set minDate(value: D | null);
|
|
108
|
-
/** The maximum selectable date. */
|
|
109
|
-
get maxDate(): D | null;
|
|
110
|
-
set maxDate(value: D | null);
|
|
111
|
-
/** Whether the clock should be started in hour or minute view. */
|
|
112
|
-
get clockView(): CmatClockView;
|
|
113
|
-
set clockView(value: CmatClockView);
|
|
114
|
-
prefixWithZero(value: number): string;
|
|
115
|
-
ngOnChanges(changes: SimpleChanges): void;
|
|
116
|
-
ngAfterViewInit(): void;
|
|
117
|
-
focusInputElement(): void;
|
|
118
|
-
handleHourInputChange(value: NumberInput): void;
|
|
119
|
-
updateHourForAmPm(value: number): number;
|
|
120
|
-
handleMinuteInputChange(value: NumberInput): void;
|
|
121
|
-
handleFocus(clockView: CmatClockView): void;
|
|
122
|
-
timeSelected(date: D): void;
|
|
123
|
-
onActiveDateChange(date: D): void;
|
|
124
|
-
handleOk(): void;
|
|
125
|
-
handleCancel(): void;
|
|
126
|
-
ngOnDestroy(): void;
|
|
127
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<CmatDatetimepickerTimeComponent<any>, never>;
|
|
128
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CmatDatetimepickerTimeComponent<any>, "cmat-datetimepicker-time", ["cmatDatetimepickerTime"], { "dateFilter": { "alias": "dateFilter"; "required": false; }; "interval": { "alias": "interval"; "required": false; }; "AMPM": { "alias": "AMPM"; "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; }; "clockView": { "alias": "clockView"; "required": false; }; }, { "selectedChange": "selectedChange"; "activeDateChange": "activeDateChange"; "userSelection": "userSelection"; "ampmChange": "ampmChange"; "clockViewChange": "clockViewChange"; }, never, never, true, never>;
|
|
129
|
-
}
|
|
@@ -1,56 +0,0 @@
|
|
|
1
|
-
import { AfterContentInit, EventEmitter } from '@angular/core';
|
|
2
|
-
import { CmatDatetimeFormats, DatetimeAdapter } from 'cmat/components/adapter';
|
|
3
|
-
import { CmatDatetimepickerCalendarCellComponent } from './calendar-body';
|
|
4
|
-
import { CmatDatetimepickerType } from './datetimepicker-types';
|
|
5
|
-
import * as i0 from "@angular/core";
|
|
6
|
-
/**
|
|
7
|
-
* An internal component used to display a single year in the datepicker.
|
|
8
|
-
*/
|
|
9
|
-
export declare class CmatDatetimepickerYearViewComponent<D> implements AfterContentInit {
|
|
10
|
-
adapter: DatetimeAdapter<D>;
|
|
11
|
-
private _dateFormats;
|
|
12
|
-
userSelection: EventEmitter<void>;
|
|
13
|
-
type: CmatDatetimepickerType;
|
|
14
|
-
/** A function used to filter which dates are selectable. */
|
|
15
|
-
dateFilter: (date: D) => boolean;
|
|
16
|
-
/** Emits when a new month is selected. */
|
|
17
|
-
selectedChange: EventEmitter<D>;
|
|
18
|
-
/** Grid of calendar cells representing the months of the year. */
|
|
19
|
-
months: CmatDatetimepickerCalendarCellComponent[][];
|
|
20
|
-
/** The label for this year (e.g. "2017"). */
|
|
21
|
-
yearLabel: string;
|
|
22
|
-
/** The month in this year that today falls on. Null if today is in a different year. */
|
|
23
|
-
todayMonth: number | null;
|
|
24
|
-
/**
|
|
25
|
-
* The month in this year that the selected Date falls on.
|
|
26
|
-
* Null if the selected Date is in a different year.
|
|
27
|
-
*/
|
|
28
|
-
selectedMonth: number | null;
|
|
29
|
-
calendarState: string;
|
|
30
|
-
private _activeDate;
|
|
31
|
-
private _selected;
|
|
32
|
-
constructor(adapter: DatetimeAdapter<D>, _dateFormats: CmatDatetimeFormats);
|
|
33
|
-
/** The date to display in this year view (everything other than the year is ignored). */
|
|
34
|
-
get activeDate(): D;
|
|
35
|
-
set activeDate(value: D);
|
|
36
|
-
/** The currently selected date. */
|
|
37
|
-
get selected(): D;
|
|
38
|
-
set selected(value: D);
|
|
39
|
-
ngAfterContentInit(): void;
|
|
40
|
-
/** Handles when a new month is selected. */
|
|
41
|
-
monthSelected(month: number): void;
|
|
42
|
-
calendarStateDone(): void;
|
|
43
|
-
/** Initializes this month view. */
|
|
44
|
-
private _init;
|
|
45
|
-
/**
|
|
46
|
-
* Gets the month in this year that the given Date falls on.
|
|
47
|
-
* Returns null if the given Date is in another year.
|
|
48
|
-
*/
|
|
49
|
-
private _getMonthInCurrentYear;
|
|
50
|
-
/** Creates an MdCalendarCell for the given month. */
|
|
51
|
-
private _createCellForMonth;
|
|
52
|
-
/** Whether the given month is enabled. */
|
|
53
|
-
private _isMonthEnabled;
|
|
54
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<CmatDatetimepickerYearViewComponent<any>, [{ optional: true; }, { optional: true; }]>;
|
|
55
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CmatDatetimepickerYearViewComponent<any>, "cmat-datetimepicker-year-view", ["cmatDatetimepickerYearView"], { "type": { "alias": "type"; "required": false; }; "dateFilter": { "alias": "dateFilter"; "required": false; }; "activeDate": { "alias": "activeDate"; "required": false; }; "selected": { "alias": "selected"; "required": false; }; }, { "userSelection": "userSelection"; "selectedChange": "selectedChange"; }, never, never, true, never>;
|
|
56
|
-
}
|
|
@@ -1,27 +0,0 @@
|
|
|
1
|
-
import { ChangeDetectorRef, OnDestroy, OnInit } from '@angular/core';
|
|
2
|
-
import { IsActiveMatchOptions } from '@angular/router';
|
|
3
|
-
import { CmatUtilsService } from 'cmat/services/utils';
|
|
4
|
-
import { CmatNavigationService } from '../../../navigation.service';
|
|
5
|
-
import { CmatNavigationItem } from '../../../navigation.types';
|
|
6
|
-
import * as i0 from "@angular/core";
|
|
7
|
-
export declare class CmatHorizontalNavigationBasicItemComponent implements OnInit, OnDestroy {
|
|
8
|
-
private _changeDetectorRef;
|
|
9
|
-
private _cmatNavigationService;
|
|
10
|
-
private _cmatUtilsService;
|
|
11
|
-
item: CmatNavigationItem;
|
|
12
|
-
name: string;
|
|
13
|
-
isActiveMatchOptions: IsActiveMatchOptions;
|
|
14
|
-
private _cmatHorizontalNavigationComponent;
|
|
15
|
-
private _unsubscribeAll;
|
|
16
|
-
constructor(_changeDetectorRef: ChangeDetectorRef, _cmatNavigationService: CmatNavigationService, _cmatUtilsService: CmatUtilsService);
|
|
17
|
-
/**
|
|
18
|
-
* On init
|
|
19
|
-
*/
|
|
20
|
-
ngOnInit(): void;
|
|
21
|
-
/**
|
|
22
|
-
* On destroy
|
|
23
|
-
*/
|
|
24
|
-
ngOnDestroy(): void;
|
|
25
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<CmatHorizontalNavigationBasicItemComponent, never>;
|
|
26
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CmatHorizontalNavigationBasicItemComponent, "cmat-horizontal-navigation-basic-item", never, { "item": { "alias": "item"; "required": false; }; "name": { "alias": "name"; "required": false; }; }, {}, never, never, true, never>;
|
|
27
|
-
}
|
|
@@ -1,39 +0,0 @@
|
|
|
1
|
-
import { BooleanInput } from '@angular/cdk/coercion';
|
|
2
|
-
import { ChangeDetectorRef, OnDestroy, OnInit } from '@angular/core';
|
|
3
|
-
import { MatMenu } from '@angular/material/menu';
|
|
4
|
-
import { CmatNavigationService } from '../../../navigation.service';
|
|
5
|
-
import { CmatNavigationItem } from '../../../navigation.types';
|
|
6
|
-
import * as i0 from "@angular/core";
|
|
7
|
-
export declare class CmatHorizontalNavigationBranchItemComponent implements OnInit, OnDestroy {
|
|
8
|
-
private _changeDetectorRef;
|
|
9
|
-
private _cmatNavigationService;
|
|
10
|
-
static ngAcceptInputType_child: BooleanInput;
|
|
11
|
-
child: boolean;
|
|
12
|
-
item: CmatNavigationItem;
|
|
13
|
-
name: string;
|
|
14
|
-
matMenu: MatMenu;
|
|
15
|
-
private _cmatHorizontalNavigationComponent;
|
|
16
|
-
private _unsubscribeAll;
|
|
17
|
-
constructor(_changeDetectorRef: ChangeDetectorRef, _cmatNavigationService: CmatNavigationService);
|
|
18
|
-
/**
|
|
19
|
-
* On init
|
|
20
|
-
*/
|
|
21
|
-
ngOnInit(): void;
|
|
22
|
-
/**
|
|
23
|
-
* On destroy
|
|
24
|
-
*/
|
|
25
|
-
ngOnDestroy(): void;
|
|
26
|
-
/**
|
|
27
|
-
* Trigger the change detection
|
|
28
|
-
*/
|
|
29
|
-
triggerChangeDetection(): void;
|
|
30
|
-
/**
|
|
31
|
-
* Track by function for ngFor loops
|
|
32
|
-
*
|
|
33
|
-
* @param index
|
|
34
|
-
* @param item
|
|
35
|
-
*/
|
|
36
|
-
trackByFn(index: number, item: any): any;
|
|
37
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<CmatHorizontalNavigationBranchItemComponent, never>;
|
|
38
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CmatHorizontalNavigationBranchItemComponent, "cmat-horizontal-navigation-branch-item", never, { "child": { "alias": "child"; "required": false; }; "item": { "alias": "item"; "required": false; }; "name": { "alias": "name"; "required": false; }; }, {}, never, never, true, never>;
|
|
39
|
-
}
|