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,62 +0,0 @@
|
|
|
1
|
-
import { BooleanInput } from '@angular/cdk/coercion';
|
|
2
|
-
import { OnDestroy } from '@angular/core';
|
|
3
|
-
import { ControlValueAccessor, FormControl, NgControl } from '@angular/forms';
|
|
4
|
-
import { MatAutocompleteActivatedEvent, MatAutocompleteSelectedEvent } from '@angular/material/autocomplete';
|
|
5
|
-
import { MatChipInputEvent } from '@angular/material/chips';
|
|
6
|
-
import { MatFormFieldControl } from '@angular/material/form-field';
|
|
7
|
-
import { BehaviorSubject, Observable, Subject } from 'rxjs';
|
|
8
|
-
import * as i0 from "@angular/core";
|
|
9
|
-
export declare class CmatChipInputComponent implements MatFormFieldControl<any>, ControlValueAccessor, OnDestroy {
|
|
10
|
-
ngControl: NgControl;
|
|
11
|
-
id: string;
|
|
12
|
-
private _inputElementRef;
|
|
13
|
-
selectableOptions: string[];
|
|
14
|
-
hasAutocomplete: boolean;
|
|
15
|
-
outputIsString: boolean;
|
|
16
|
-
separatorKey: string;
|
|
17
|
-
inputControl: FormControl<string | null>;
|
|
18
|
-
filteredOptions$: Observable<string[] | null>;
|
|
19
|
-
selectedOptions$: BehaviorSubject<any>;
|
|
20
|
-
separatorKeysCodes: number[];
|
|
21
|
-
readonly stateChanges: Subject<void>;
|
|
22
|
-
focused: boolean;
|
|
23
|
-
touched: boolean;
|
|
24
|
-
controlType: string;
|
|
25
|
-
autocompleteOptionActive: boolean;
|
|
26
|
-
private readonly _maxFilteredItems;
|
|
27
|
-
private _unsubscribeAll;
|
|
28
|
-
constructor(ngControl: NgControl);
|
|
29
|
-
ngOnDestroy(): void;
|
|
30
|
-
get placeholder(): string;
|
|
31
|
-
set placeholder(value: string);
|
|
32
|
-
private _placeholder;
|
|
33
|
-
get value(): any;
|
|
34
|
-
set value(value: any);
|
|
35
|
-
protected _value: any;
|
|
36
|
-
get empty(): boolean;
|
|
37
|
-
get errorState(): boolean;
|
|
38
|
-
get shouldLabelFloat(): boolean;
|
|
39
|
-
get required(): boolean;
|
|
40
|
-
set required(value: any);
|
|
41
|
-
protected _required: boolean;
|
|
42
|
-
get disabled(): boolean;
|
|
43
|
-
set disabled(value: BooleanInput);
|
|
44
|
-
protected _disabled: boolean;
|
|
45
|
-
registerOnChange(fn: any): void;
|
|
46
|
-
registerOnTouched(fn: any): void;
|
|
47
|
-
writeValue(value: any): void;
|
|
48
|
-
setDisabledState(isDisabled: boolean): void;
|
|
49
|
-
setDescribedByIds(ids: string[]): void;
|
|
50
|
-
onContainerClick(): void;
|
|
51
|
-
onAdd(event: MatChipInputEvent): void;
|
|
52
|
-
onRemove(option: string): void;
|
|
53
|
-
onSelected(event: MatAutocompleteSelectedEvent): void;
|
|
54
|
-
onFocusIn(): void;
|
|
55
|
-
onFocusOut(event: FocusEvent): void;
|
|
56
|
-
onActivated(event: MatAutocompleteActivatedEvent): void;
|
|
57
|
-
private _onModelChange;
|
|
58
|
-
private _onTouchedChange;
|
|
59
|
-
private _filter;
|
|
60
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<CmatChipInputComponent, [{ optional: true; self: true; }]>;
|
|
61
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CmatChipInputComponent, "cmat-chip-input", ["cmatChipInput"], { "id": { "alias": "id"; "required": false; }; "selectableOptions": { "alias": "selectableOptions"; "required": false; }; "hasAutocomplete": { "alias": "hasAutocomplete"; "required": false; }; "outputIsString": { "alias": "outputIsString"; "required": false; }; "separatorKey": { "alias": "separatorKey"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "value": { "alias": "value"; "required": false; }; "required": { "alias": "required"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; }, {}, never, never, true, never>;
|
|
62
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './chip-input.component';
|
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
export * from './extension/addons.extension';
|
|
2
|
-
export * from './wrappers/addons/addons.component';
|
|
3
|
-
export * from './wrappers/card/card.component';
|
|
4
|
-
export * from './wrappers/expansion/expansion.component';
|
|
5
|
-
export * from './wrappers/panel/panel.component';
|
|
6
|
-
export * from './wrappers/form-field/form-field.component';
|
|
7
|
-
export * from './types/button/button.component';
|
|
8
|
-
export * from './types/cascade/cascade.component';
|
|
9
|
-
export * from './types/checklist/checklist.component';
|
|
10
|
-
export * from './types/chips/chips.component';
|
|
11
|
-
export * from './types/color-picker/color-picker.component';
|
|
12
|
-
export * from './types/date-range/date-range.component';
|
|
13
|
-
export * from './types/datepicker/datepicker.component';
|
|
14
|
-
export * from './types/multicheckbox/multicheckbox.component';
|
|
15
|
-
export * from './types/number/number.component';
|
|
16
|
-
export * from './types/rating/rating.component';
|
|
17
|
-
export * from './types/radio/radio.component';
|
|
18
|
-
export * from './types/repeat/repeat.component';
|
|
19
|
-
export * from './types/select/select.component';
|
|
20
|
-
export * from './types/select-tree/select-tree.component';
|
|
21
|
-
export * from './types/select-table/select-table.component';
|
|
22
|
-
export * from './types/stepper/horizontal/stepper.component';
|
|
23
|
-
export * from './types/stepper/vertical/stepper.component';
|
|
24
|
-
export * from './types/table/table.component';
|
|
25
|
-
export * from './types/tabs/tab.component';
|
|
26
|
-
export * from './types/tags/tags.component';
|
|
27
|
-
export * from './types/textarea/textarea.component';
|
|
28
|
-
export * from './types/upload/upload.component';
|
|
29
|
-
export * from './types/quill/quill.component';
|
|
30
|
-
export * from './types/knob/knob.component';
|
|
@@ -1,34 +0,0 @@
|
|
|
1
|
-
import { OnDestroy, OnInit } from '@angular/core';
|
|
2
|
-
import { MatSnackBar } from '@angular/material/snack-bar';
|
|
3
|
-
import { FieldTypeConfig } from '@ngx-formly/core';
|
|
4
|
-
import { FieldType } from '@ngx-formly/material/form-field';
|
|
5
|
-
import { CmatToastService } from 'cmat/components/toast';
|
|
6
|
-
import { CmatAlertMessage } from 'cmat/services/alert';
|
|
7
|
-
import { CmatMediaWatcherService } from 'cmat/services/media-watcher';
|
|
8
|
-
import { CustomFormFieldProps } from '../../wrappers/form-field/form-field.component';
|
|
9
|
-
import * as i0 from "@angular/core";
|
|
10
|
-
interface ButtonProps extends CustomFormFieldProps {
|
|
11
|
-
color?: 'primary' | 'accent' | 'warn';
|
|
12
|
-
onClick?: any;
|
|
13
|
-
}
|
|
14
|
-
export declare class CmatButtonTypeComponent extends FieldType<FieldTypeConfig<ButtonProps>> implements OnInit, OnDestroy {
|
|
15
|
-
private _cmatToastService;
|
|
16
|
-
private _snackBar;
|
|
17
|
-
private _cmatMediaWatcherService;
|
|
18
|
-
defaultOptions: {
|
|
19
|
-
props: {
|
|
20
|
-
color: "primary";
|
|
21
|
-
};
|
|
22
|
-
};
|
|
23
|
-
private _isPhone;
|
|
24
|
-
private _unsubscribeAll;
|
|
25
|
-
constructor(_cmatToastService: CmatToastService, _snackBar: MatSnackBar, _cmatMediaWatcherService: CmatMediaWatcherService);
|
|
26
|
-
ngOnInit(): void;
|
|
27
|
-
ngOnDestroy(): void;
|
|
28
|
-
onClick($event: Event): void;
|
|
29
|
-
showMessage(message: CmatAlertMessage | void): void;
|
|
30
|
-
private _executeFunctionFromString;
|
|
31
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<CmatButtonTypeComponent, never>;
|
|
32
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CmatButtonTypeComponent, "cmat-button-type", never, {}, {}, never, never, true, never>;
|
|
33
|
-
}
|
|
34
|
-
export {};
|
|
@@ -1,39 +0,0 @@
|
|
|
1
|
-
import { HttpClient } from '@angular/common/http';
|
|
2
|
-
import { ChangeDetectorRef, OnDestroy, OnInit } from '@angular/core';
|
|
3
|
-
import { FieldTypeConfig } from '@ngx-formly/core';
|
|
4
|
-
import { FieldType } from '@ngx-formly/material/form-field';
|
|
5
|
-
import { CmatMediaWatcherService } from 'cmat/services/media-watcher';
|
|
6
|
-
import { CustomFormFieldProps } from '../../wrappers/form-field/form-field.component';
|
|
7
|
-
import * as i0 from "@angular/core";
|
|
8
|
-
interface ChipsCascadeProps extends CustomFormFieldProps {
|
|
9
|
-
clearable: boolean;
|
|
10
|
-
fullLevels: boolean;
|
|
11
|
-
changeOnSelect: boolean;
|
|
12
|
-
domain?: {
|
|
13
|
-
url?: string;
|
|
14
|
-
code?: string;
|
|
15
|
-
key?: string;
|
|
16
|
-
value?: string;
|
|
17
|
-
};
|
|
18
|
-
}
|
|
19
|
-
export declare class CmatCascadeTypeComponent extends FieldType<FieldTypeConfig<ChipsCascadeProps>> implements OnInit, OnDestroy {
|
|
20
|
-
private _http;
|
|
21
|
-
private _changeDetectorRef;
|
|
22
|
-
private _cmatMediaWatcherService;
|
|
23
|
-
defaultOptions: {
|
|
24
|
-
props: {
|
|
25
|
-
clearable: boolean;
|
|
26
|
-
fullLevels: boolean;
|
|
27
|
-
changeOnSelect: boolean;
|
|
28
|
-
};
|
|
29
|
-
};
|
|
30
|
-
urlData: [];
|
|
31
|
-
isHandSet: boolean;
|
|
32
|
-
private _unsubscribeAll;
|
|
33
|
-
constructor(_http: HttpClient, _changeDetectorRef: ChangeDetectorRef, _cmatMediaWatcherService: CmatMediaWatcherService);
|
|
34
|
-
ngOnInit(): void;
|
|
35
|
-
ngOnDestroy(): void;
|
|
36
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<CmatCascadeTypeComponent, never>;
|
|
37
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CmatCascadeTypeComponent, "cmat-cascade-type", never, {}, {}, never, never, true, never>;
|
|
38
|
-
}
|
|
39
|
-
export {};
|
|
@@ -1,42 +0,0 @@
|
|
|
1
|
-
import { HttpClient } from '@angular/common/http';
|
|
2
|
-
import { OnInit, OnDestroy } from '@angular/core';
|
|
3
|
-
import { FieldTypeConfig } from '@ngx-formly/core';
|
|
4
|
-
import { FieldType } from '@ngx-formly/material/form-field';
|
|
5
|
-
import { Observable } from 'rxjs';
|
|
6
|
-
import { CustomFormFieldProps } from '../../wrappers/form-field/form-field.component';
|
|
7
|
-
import * as i0 from "@angular/core";
|
|
8
|
-
interface CheckListProps extends CustomFormFieldProps {
|
|
9
|
-
showAllCheck: boolean;
|
|
10
|
-
controlMaxHeight: boolean;
|
|
11
|
-
domain?: {
|
|
12
|
-
url?: string;
|
|
13
|
-
code?: string;
|
|
14
|
-
key?: string;
|
|
15
|
-
value?: string;
|
|
16
|
-
};
|
|
17
|
-
}
|
|
18
|
-
export declare class CmatCheckListTypeComponent extends FieldType<FieldTypeConfig<CheckListProps>> implements OnInit, OnDestroy {
|
|
19
|
-
private _http;
|
|
20
|
-
isIndeterminate: boolean;
|
|
21
|
-
isChecked: boolean;
|
|
22
|
-
urlData: [];
|
|
23
|
-
optionsData: any[];
|
|
24
|
-
checklist: any[];
|
|
25
|
-
filteredData: any[];
|
|
26
|
-
private _filteredItems;
|
|
27
|
-
private _unsubscribeAll;
|
|
28
|
-
constructor(_http: HttpClient);
|
|
29
|
-
get filteredItems$(): Observable<any[] | null>;
|
|
30
|
-
get datas(): any[];
|
|
31
|
-
ngOnInit(): void;
|
|
32
|
-
ngOnDestroy(): void;
|
|
33
|
-
trackByFn(index: number, item: any): any;
|
|
34
|
-
filterByQuery(event: any): void;
|
|
35
|
-
toggleCheckList(data: any, event: any): void;
|
|
36
|
-
allCheckChange(check: boolean): void;
|
|
37
|
-
isCheck(data: any): boolean;
|
|
38
|
-
private _getAllCheckCountState;
|
|
39
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<CmatCheckListTypeComponent, never>;
|
|
40
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CmatCheckListTypeComponent, "cmat-checklist-type", never, {}, {}, never, never, true, never>;
|
|
41
|
-
}
|
|
42
|
-
export {};
|
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
import { HttpClient } from '@angular/common/http';
|
|
2
|
-
import { OnDestroy, OnInit } from '@angular/core';
|
|
3
|
-
import { FieldTypeConfig } from '@ngx-formly/core';
|
|
4
|
-
import { FieldType } from '@ngx-formly/material/form-field';
|
|
5
|
-
import { CustomFormFieldProps } from '../../wrappers/form-field/form-field.component';
|
|
6
|
-
import * as i0 from "@angular/core";
|
|
7
|
-
interface ChipsInputProps extends CustomFormFieldProps {
|
|
8
|
-
hasAutocomplete?: boolean;
|
|
9
|
-
autocompleteText?: string;
|
|
10
|
-
domain?: {
|
|
11
|
-
url?: string;
|
|
12
|
-
code?: string;
|
|
13
|
-
key?: string;
|
|
14
|
-
value?: string;
|
|
15
|
-
};
|
|
16
|
-
}
|
|
17
|
-
export declare class CmatChipsInputTypeComponent extends FieldType<FieldTypeConfig<ChipsInputProps>> implements OnInit, OnDestroy {
|
|
18
|
-
private _http;
|
|
19
|
-
autocompleteUrlData: [];
|
|
20
|
-
private _unsubscribeAll;
|
|
21
|
-
constructor(_http: HttpClient);
|
|
22
|
-
get autocompleteText(): string[];
|
|
23
|
-
ngOnInit(): void;
|
|
24
|
-
ngOnDestroy(): void;
|
|
25
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<CmatChipsInputTypeComponent, never>;
|
|
26
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CmatChipsInputTypeComponent, "cmat-chips-input-type", never, {}, {}, never, never, true, never>;
|
|
27
|
-
}
|
|
28
|
-
export {};
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import { FieldTypeConfig } from '@ngx-formly/core';
|
|
2
|
-
import { FieldType } from '@ngx-formly/material';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class CmatColorPickerTypeComponent extends FieldType<FieldTypeConfig> {
|
|
5
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<CmatColorPickerTypeComponent, never>;
|
|
6
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CmatColorPickerTypeComponent, "cmat-color-picker-type", never, {}, {}, never, never, true, never>;
|
|
7
|
-
}
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
import { FieldTypeConfig } from '@ngx-formly/core';
|
|
2
|
-
import { FieldType } from '@ngx-formly/material/form-field';
|
|
3
|
-
import { CustomFormFieldProps } from '../../wrappers/form-field/form-field.component';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
interface DateRangeProps extends CustomFormFieldProps {
|
|
6
|
-
dateFormat: string;
|
|
7
|
-
timeFormat: string;
|
|
8
|
-
timeRange: boolean;
|
|
9
|
-
}
|
|
10
|
-
export declare class CmatDateRangeTypeComponent extends FieldType<FieldTypeConfig<DateRangeProps>> {
|
|
11
|
-
defaultOptions: {
|
|
12
|
-
props: {
|
|
13
|
-
dateFormat: string;
|
|
14
|
-
timeFormat: string;
|
|
15
|
-
timeRange: boolean;
|
|
16
|
-
};
|
|
17
|
-
};
|
|
18
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<CmatDateRangeTypeComponent, never>;
|
|
19
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CmatDateRangeTypeComponent, "cmat-date-range-type", never, {}, {}, never, never, true, never>;
|
|
20
|
-
}
|
|
21
|
-
export {};
|
|
@@ -1,42 +0,0 @@
|
|
|
1
|
-
import { ChangeDetectorRef, OnDestroy, OnInit } from '@angular/core';
|
|
2
|
-
import { FieldTypeConfig } from '@ngx-formly/core';
|
|
3
|
-
import { FieldType } from '@ngx-formly/material/form-field';
|
|
4
|
-
import { CmatCalendarView, CmatDatetimepickerMode, CmatDatetimepickerType } from 'cmat/components/material-datetimepicker';
|
|
5
|
-
import { CmatMediaWatcherService } from 'cmat/services/media-watcher';
|
|
6
|
-
import { CustomFormFieldProps } from '../../wrappers/form-field/form-field.component';
|
|
7
|
-
import * as i0 from "@angular/core";
|
|
8
|
-
interface DatepickerProps extends CustomFormFieldProps {
|
|
9
|
-
startView: CmatCalendarView;
|
|
10
|
-
mode: CmatDatetimepickerMode;
|
|
11
|
-
togglePosition: 'left' | 'right';
|
|
12
|
-
timeInterval: number;
|
|
13
|
-
type: CmatDatetimepickerType;
|
|
14
|
-
multiYearSelector: boolean;
|
|
15
|
-
twelvehour: boolean;
|
|
16
|
-
timeInput: boolean;
|
|
17
|
-
}
|
|
18
|
-
export declare class CmatDatepickerTypeComponent extends FieldType<FieldTypeConfig<DatepickerProps>> implements OnInit, OnDestroy {
|
|
19
|
-
private _changeDetectorRef;
|
|
20
|
-
private _cmatMediaWatcherService;
|
|
21
|
-
defaultOptions: {
|
|
22
|
-
props: {
|
|
23
|
-
startView: "month";
|
|
24
|
-
mode: "auto";
|
|
25
|
-
togglePosition: "left";
|
|
26
|
-
timeInterval: number;
|
|
27
|
-
type: "datetime";
|
|
28
|
-
multiYearSelector: boolean;
|
|
29
|
-
disabled: boolean;
|
|
30
|
-
timeInput: boolean;
|
|
31
|
-
twelvehour: boolean;
|
|
32
|
-
};
|
|
33
|
-
};
|
|
34
|
-
isHandSet: boolean;
|
|
35
|
-
private _unsubscribeAll;
|
|
36
|
-
constructor(_changeDetectorRef: ChangeDetectorRef, _cmatMediaWatcherService: CmatMediaWatcherService);
|
|
37
|
-
ngOnInit(): void;
|
|
38
|
-
ngOnDestroy(): void;
|
|
39
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<CmatDatepickerTypeComponent, never>;
|
|
40
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CmatDatepickerTypeComponent, "cmat-datepicker-type", never, {}, {}, never, never, true, never>;
|
|
41
|
-
}
|
|
42
|
-
export {};
|
|
@@ -1,36 +0,0 @@
|
|
|
1
|
-
import { FieldTypeConfig } from '@ngx-formly/core';
|
|
2
|
-
import { FieldType } from '@ngx-formly/material/form-field';
|
|
3
|
-
import { CustomFormFieldProps } from '../../wrappers/form-field/form-field.component';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
interface KnobProps extends CustomFormFieldProps {
|
|
6
|
-
valueColor: string;
|
|
7
|
-
rangeColor: string;
|
|
8
|
-
textColor: string;
|
|
9
|
-
valueTemplate: string;
|
|
10
|
-
name?: string;
|
|
11
|
-
size: number;
|
|
12
|
-
step: number;
|
|
13
|
-
min: number;
|
|
14
|
-
max: number;
|
|
15
|
-
strokeWidth: number;
|
|
16
|
-
showValue: boolean;
|
|
17
|
-
}
|
|
18
|
-
export declare class CmatKnobTypeComponent extends FieldType<FieldTypeConfig<KnobProps>> {
|
|
19
|
-
defaultOptions: {
|
|
20
|
-
props: {
|
|
21
|
-
valueColor: string;
|
|
22
|
-
rangeColor: string;
|
|
23
|
-
textColor: string;
|
|
24
|
-
valueTemplate: string;
|
|
25
|
-
size: number;
|
|
26
|
-
step: number;
|
|
27
|
-
min: number;
|
|
28
|
-
max: number;
|
|
29
|
-
strokeWidth: number;
|
|
30
|
-
showValue: boolean;
|
|
31
|
-
};
|
|
32
|
-
};
|
|
33
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<CmatKnobTypeComponent, never>;
|
|
34
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CmatKnobTypeComponent, "cmat-knob-type", never, {}, {}, never, never, true, never>;
|
|
35
|
-
}
|
|
36
|
-
export {};
|
|
@@ -1,44 +0,0 @@
|
|
|
1
|
-
import { HttpClient } from '@angular/common/http';
|
|
2
|
-
import { QueryList, Type, OnDestroy, OnInit } from '@angular/core';
|
|
3
|
-
import { MatCheckbox } from '@angular/material/checkbox';
|
|
4
|
-
import { FieldTypeConfig, FormlyFieldConfig } from '@ngx-formly/core';
|
|
5
|
-
import { FieldType } from '@ngx-formly/material/form-field';
|
|
6
|
-
import { Observable } from 'rxjs';
|
|
7
|
-
import { CustomFormFieldProps } from '../../wrappers/form-field/form-field.component';
|
|
8
|
-
import * as i0 from "@angular/core";
|
|
9
|
-
interface MultiCheckboxProps extends CustomFormFieldProps {
|
|
10
|
-
labelPosition: 'before' | 'after';
|
|
11
|
-
domain?: {
|
|
12
|
-
url?: string;
|
|
13
|
-
code?: string;
|
|
14
|
-
key?: string;
|
|
15
|
-
value?: string;
|
|
16
|
-
};
|
|
17
|
-
}
|
|
18
|
-
export interface FormlyMultiCheckboxFieldConfig extends FormlyFieldConfig<MultiCheckboxProps> {
|
|
19
|
-
type: 'multicheckbox' | Type<CmatMultiCheckboxTypeComponent>;
|
|
20
|
-
}
|
|
21
|
-
export declare class CmatMultiCheckboxTypeComponent extends FieldType<FieldTypeConfig<MultiCheckboxProps>> implements OnInit, OnDestroy {
|
|
22
|
-
private _http;
|
|
23
|
-
checkboxes: QueryList<MatCheckbox>;
|
|
24
|
-
defaultOptions: {
|
|
25
|
-
props: {
|
|
26
|
-
hideFieldUnderline: boolean;
|
|
27
|
-
floatLabel: "always";
|
|
28
|
-
color: "accent";
|
|
29
|
-
labelPosition: "after";
|
|
30
|
-
};
|
|
31
|
-
};
|
|
32
|
-
private _urlData;
|
|
33
|
-
private _unsubscribeAll;
|
|
34
|
-
constructor(_http: HttpClient);
|
|
35
|
-
get urlData$(): Observable<any[]>;
|
|
36
|
-
onChange(value: any, checked: boolean): void;
|
|
37
|
-
ngOnInit(): void;
|
|
38
|
-
ngOnDestroy(): void;
|
|
39
|
-
isChecked(option: any): any;
|
|
40
|
-
trackByFn(index: number): any;
|
|
41
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<CmatMultiCheckboxTypeComponent, never>;
|
|
42
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CmatMultiCheckboxTypeComponent, "cmat-multicheckbox-type", never, {}, {}, never, never, true, never>;
|
|
43
|
-
}
|
|
44
|
-
export {};
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
import { FieldTypeConfig } from '@ngx-formly/core';
|
|
2
|
-
import { FieldType } from '@ngx-formly/material/form-field';
|
|
3
|
-
import { CustomFormFieldProps } from '../../wrappers/form-field/form-field.component';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
interface NumberProps extends CustomFormFieldProps {
|
|
6
|
-
decimal: boolean;
|
|
7
|
-
min: number;
|
|
8
|
-
max: number;
|
|
9
|
-
}
|
|
10
|
-
export declare class CmatNumberTypeComponent extends FieldType<FieldTypeConfig<NumberProps>> {
|
|
11
|
-
defaultOptions: {
|
|
12
|
-
props: {
|
|
13
|
-
decimal: boolean;
|
|
14
|
-
min: number;
|
|
15
|
-
max: number;
|
|
16
|
-
};
|
|
17
|
-
};
|
|
18
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<CmatNumberTypeComponent, never>;
|
|
19
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CmatNumberTypeComponent, "cmat-number-type", never, {}, {}, never, never, true, never>;
|
|
20
|
-
}
|
|
21
|
-
export {};
|
|
@@ -1,43 +0,0 @@
|
|
|
1
|
-
import { ChangeDetectorRef, OnDestroy } from '@angular/core';
|
|
2
|
-
import { FieldTypeConfig } from '@ngx-formly/core';
|
|
3
|
-
import { FieldType } from '@ngx-formly/material/form-field';
|
|
4
|
-
import { QuillModules } from 'ngx-quill';
|
|
5
|
-
import { CmatFilesUtilService } from 'cmat/components/upload';
|
|
6
|
-
import { CmatUrlStateConfigService } from 'cmat/services/config';
|
|
7
|
-
import { CustomFormFieldProps } from '../../wrappers/form-field/form-field.component';
|
|
8
|
-
import * as i0 from "@angular/core";
|
|
9
|
-
interface QuillProps extends CustomFormFieldProps {
|
|
10
|
-
fileAlias: string;
|
|
11
|
-
filePath: string;
|
|
12
|
-
}
|
|
13
|
-
export declare class CmatQuillTypeComponent extends FieldType<FieldTypeConfig<QuillProps>> implements OnDestroy {
|
|
14
|
-
private _fileService;
|
|
15
|
-
private _urlStateConfigService;
|
|
16
|
-
private _changeDetectorRef;
|
|
17
|
-
private imgInput;
|
|
18
|
-
private videoInput;
|
|
19
|
-
quillModules: QuillModules;
|
|
20
|
-
defaultOptions: {
|
|
21
|
-
props: {
|
|
22
|
-
fileAlias: string;
|
|
23
|
-
filePath: string;
|
|
24
|
-
};
|
|
25
|
-
};
|
|
26
|
-
private _editorInstance;
|
|
27
|
-
private _imgIds;
|
|
28
|
-
private _config;
|
|
29
|
-
private _unsubscribeAll;
|
|
30
|
-
constructor(_fileService: CmatFilesUtilService, _urlStateConfigService: CmatUrlStateConfigService, _changeDetectorRef: ChangeDetectorRef);
|
|
31
|
-
ngOnDestroy(): void;
|
|
32
|
-
fileChangeEvent(file: any): void;
|
|
33
|
-
editorCreated(editorInstance: any): void;
|
|
34
|
-
contentChanged(editorInstance: any): void;
|
|
35
|
-
private _imgFileHandler;
|
|
36
|
-
private _videoFileHandler;
|
|
37
|
-
private _dropFileHandler;
|
|
38
|
-
private _upload;
|
|
39
|
-
private _getMediaType;
|
|
40
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<CmatQuillTypeComponent, never>;
|
|
41
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CmatQuillTypeComponent, "cmat-quill-type", never, {}, {}, never, never, true, never>;
|
|
42
|
-
}
|
|
43
|
-
export {};
|
|
@@ -1,44 +0,0 @@
|
|
|
1
|
-
import { HttpClient } from '@angular/common/http';
|
|
2
|
-
import { AfterViewInit, OnDestroy, Type, OnInit } from '@angular/core';
|
|
3
|
-
import { MatRadioGroup } from '@angular/material/radio';
|
|
4
|
-
import { FieldTypeConfig, FormlyFieldConfig } from '@ngx-formly/core';
|
|
5
|
-
import { FieldType } from '@ngx-formly/material/form-field';
|
|
6
|
-
import { Observable } from 'rxjs';
|
|
7
|
-
import { CustomFormFieldProps } from '../../wrappers/form-field/form-field.component';
|
|
8
|
-
import * as i0 from "@angular/core";
|
|
9
|
-
interface RadioProps extends CustomFormFieldProps {
|
|
10
|
-
labelPosition: 'before' | 'after';
|
|
11
|
-
domain?: {
|
|
12
|
-
url?: string;
|
|
13
|
-
code?: string;
|
|
14
|
-
key?: string;
|
|
15
|
-
value?: string;
|
|
16
|
-
};
|
|
17
|
-
}
|
|
18
|
-
export interface FormlyRadioFieldConfig extends FormlyFieldConfig<RadioProps> {
|
|
19
|
-
type: 'radio' | Type<CmatRadioTypeComponent>;
|
|
20
|
-
}
|
|
21
|
-
export declare class CmatRadioTypeComponent extends FieldType<FieldTypeConfig<RadioProps>> implements OnInit, AfterViewInit, OnDestroy {
|
|
22
|
-
private _http;
|
|
23
|
-
radioGroup: MatRadioGroup;
|
|
24
|
-
defaultOptions: {
|
|
25
|
-
props: {
|
|
26
|
-
hideFieldUnderline: boolean;
|
|
27
|
-
floatLabel: "always";
|
|
28
|
-
tabindex: number;
|
|
29
|
-
labelPosition: "after";
|
|
30
|
-
};
|
|
31
|
-
};
|
|
32
|
-
private focusObserver;
|
|
33
|
-
private _urlData;
|
|
34
|
-
private _unsubscribeAll;
|
|
35
|
-
constructor(_http: HttpClient);
|
|
36
|
-
get urlData$(): Observable<any[]>;
|
|
37
|
-
ngOnInit(): void;
|
|
38
|
-
ngAfterViewInit(): void;
|
|
39
|
-
ngOnDestroy(): void;
|
|
40
|
-
trackByFn(index: number): any;
|
|
41
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<CmatRadioTypeComponent, never>;
|
|
42
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CmatRadioTypeComponent, "cmat-radio-type", never, {}, {}, never, never, true, never>;
|
|
43
|
-
}
|
|
44
|
-
export {};
|
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
import { FieldTypeConfig } from '@ngx-formly/core';
|
|
2
|
-
import { FieldType } from '@ngx-formly/material/form-field';
|
|
3
|
-
import { CustomFormFieldProps } from '../../wrappers/form-field/form-field.component';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
interface RatingProps extends CustomFormFieldProps {
|
|
6
|
-
stars: number;
|
|
7
|
-
readonly: boolean;
|
|
8
|
-
hover: boolean;
|
|
9
|
-
half: boolean;
|
|
10
|
-
customColor?: string;
|
|
11
|
-
showMode?: 'horizontal' | 'vertical';
|
|
12
|
-
}
|
|
13
|
-
export declare class CmatRatingTypeComponent extends FieldType<FieldTypeConfig<RatingProps>> {
|
|
14
|
-
defaultOptions: {
|
|
15
|
-
props: {
|
|
16
|
-
stars: number;
|
|
17
|
-
readonly: boolean;
|
|
18
|
-
hover: boolean;
|
|
19
|
-
half: boolean;
|
|
20
|
-
};
|
|
21
|
-
};
|
|
22
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<CmatRatingTypeComponent, never>;
|
|
23
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CmatRatingTypeComponent, "cmat-rating-type", never, {}, {}, never, never, true, never>;
|
|
24
|
-
}
|
|
25
|
-
export {};
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import { FieldArrayType, FieldTypeConfig } from '@ngx-formly/core';
|
|
2
|
-
import { CustomFormFieldProps } from '../../wrappers/form-field/form-field.component';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
interface RepeatProps extends CustomFormFieldProps {
|
|
5
|
-
addText: string;
|
|
6
|
-
}
|
|
7
|
-
export declare class CmatRepeatTypeComponent extends FieldArrayType<FieldTypeConfig<RepeatProps>> {
|
|
8
|
-
defaultOptions: {
|
|
9
|
-
props: {
|
|
10
|
-
addText: string;
|
|
11
|
-
};
|
|
12
|
-
};
|
|
13
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<CmatRepeatTypeComponent, never>;
|
|
14
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CmatRepeatTypeComponent, "cmat-repeat-type", never, {}, {}, never, never, true, never>;
|
|
15
|
-
}
|
|
16
|
-
export {};
|
|
@@ -1,54 +0,0 @@
|
|
|
1
|
-
import { HttpClient } from '@angular/common/http';
|
|
2
|
-
import { OnDestroy, OnInit } from '@angular/core';
|
|
3
|
-
import { FormControl } from '@angular/forms';
|
|
4
|
-
import { FieldTypeConfig } from '@ngx-formly/core';
|
|
5
|
-
import { FormlyFieldSelectProps } from '@ngx-formly/core/select';
|
|
6
|
-
import { FieldType } from '@ngx-formly/material/form-field';
|
|
7
|
-
import { ReplaySubject } from 'rxjs';
|
|
8
|
-
import { CustomFormFieldProps } from '../../wrappers/form-field/form-field.component';
|
|
9
|
-
import * as i0 from "@angular/core";
|
|
10
|
-
interface SelectProps extends CustomFormFieldProps, FormlyFieldSelectProps {
|
|
11
|
-
multiple?: boolean;
|
|
12
|
-
disableOptionCentering?: boolean;
|
|
13
|
-
typeaheadDebounceInterval?: number;
|
|
14
|
-
search: boolean;
|
|
15
|
-
canNull: boolean;
|
|
16
|
-
showToggleAllCheckbox: boolean;
|
|
17
|
-
domain?: {
|
|
18
|
-
url?: string;
|
|
19
|
-
code?: string;
|
|
20
|
-
key?: string;
|
|
21
|
-
value?: string;
|
|
22
|
-
};
|
|
23
|
-
}
|
|
24
|
-
export declare class CmatSelectTypeComponent extends FieldType<FieldTypeConfig<SelectProps>> implements OnInit, OnDestroy {
|
|
25
|
-
private _http;
|
|
26
|
-
defaultOptions: {
|
|
27
|
-
props: {
|
|
28
|
-
search: boolean;
|
|
29
|
-
canNull: boolean;
|
|
30
|
-
showToggleAllCheckbox: boolean;
|
|
31
|
-
};
|
|
32
|
-
};
|
|
33
|
-
optionsData: any[];
|
|
34
|
-
filteredCustomDetails: ReplaySubject<any[]>;
|
|
35
|
-
filteredCache: any[];
|
|
36
|
-
isIndeterminate: boolean;
|
|
37
|
-
isChecked: boolean;
|
|
38
|
-
multiFilterCtrl: FormControl;
|
|
39
|
-
private _urlData;
|
|
40
|
-
private _unsubscribeAll;
|
|
41
|
-
constructor(_http: HttpClient);
|
|
42
|
-
get datas(): any[];
|
|
43
|
-
ngOnInit(): void;
|
|
44
|
-
ngOnDestroy(): void;
|
|
45
|
-
getAriaLabelledby(): string;
|
|
46
|
-
getAriaLabel(): string;
|
|
47
|
-
toggleSelectAll(selectAllValue: boolean): void;
|
|
48
|
-
filterMulti(): void;
|
|
49
|
-
setToggleAllCheckboxState(): void;
|
|
50
|
-
compareWithFn(o1: any, o2: any): boolean;
|
|
51
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<CmatSelectTypeComponent, never>;
|
|
52
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CmatSelectTypeComponent, "cmat-select-search-type", never, {}, {}, never, never, true, never>;
|
|
53
|
-
}
|
|
54
|
-
export {};
|
|
@@ -1,40 +0,0 @@
|
|
|
1
|
-
import { HttpClient } from '@angular/common/http';
|
|
2
|
-
import { ChangeDetectorRef, OnDestroy, OnInit } from '@angular/core';
|
|
3
|
-
import { FieldTypeConfig } from '@ngx-formly/core';
|
|
4
|
-
import { FormlyFieldSelectProps } from '@ngx-formly/core/select';
|
|
5
|
-
import { FieldType } from '@ngx-formly/material';
|
|
6
|
-
import { CmatSelectTableDataSource, CmatSelectTableRow } from 'cmat/components/select-table';
|
|
7
|
-
import { CustomFormFieldProps } from '../../wrappers/form-field/form-field.component';
|
|
8
|
-
import * as i0 from "@angular/core";
|
|
9
|
-
interface SelectTableProps extends CustomFormFieldProps, FormlyFieldSelectProps {
|
|
10
|
-
multiple: boolean;
|
|
11
|
-
search: boolean;
|
|
12
|
-
canNull: boolean;
|
|
13
|
-
customTriggerLabelTemplate: string;
|
|
14
|
-
domain?: {
|
|
15
|
-
url?: string;
|
|
16
|
-
code?: string;
|
|
17
|
-
key?: string;
|
|
18
|
-
value?: string;
|
|
19
|
-
};
|
|
20
|
-
}
|
|
21
|
-
export declare class CmatSelectTableTypeComponent extends FieldType<FieldTypeConfig<SelectTableProps>> implements OnInit, OnDestroy {
|
|
22
|
-
private _http;
|
|
23
|
-
private _changeDetectorRef;
|
|
24
|
-
defaultOptions: {
|
|
25
|
-
props: {
|
|
26
|
-
multiple: boolean;
|
|
27
|
-
search: boolean;
|
|
28
|
-
canNull: boolean;
|
|
29
|
-
customTriggerLabelTemplate: string;
|
|
30
|
-
};
|
|
31
|
-
};
|
|
32
|
-
urlData: CmatSelectTableDataSource<CmatSelectTableRow>;
|
|
33
|
-
private _unsubscribeAll;
|
|
34
|
-
constructor(_http: HttpClient, _changeDetectorRef: ChangeDetectorRef);
|
|
35
|
-
ngOnInit(): void;
|
|
36
|
-
ngOnDestroy(): void;
|
|
37
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<CmatSelectTableTypeComponent, never>;
|
|
38
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CmatSelectTableTypeComponent, "cmat-select-table-type", never, {}, {}, never, never, true, never>;
|
|
39
|
-
}
|
|
40
|
-
export {};
|