cmat 0.0.28 → 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 +96 -96
- 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 +51 -51
- 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,5 +1,69 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
1
|
+
import { HttpResponseBase } from '@angular/common/http';
|
|
2
|
+
import { Observable } from 'rxjs';
|
|
3
|
+
import * as i0 from '@angular/core';
|
|
4
|
+
|
|
5
|
+
declare enum CmatDialogType {
|
|
6
|
+
alert = 0,
|
|
7
|
+
confirm = 1,
|
|
8
|
+
prompt = 2
|
|
9
|
+
}
|
|
10
|
+
declare enum CmatMessageSeverity {
|
|
11
|
+
info = "info",
|
|
12
|
+
success = "success",
|
|
13
|
+
error = "error",
|
|
14
|
+
warning = "warning",
|
|
15
|
+
wait = "wait"
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
declare class CmatAlertDialog {
|
|
19
|
+
message: string;
|
|
20
|
+
type: CmatDialogType;
|
|
21
|
+
okCallback?: ((val?: any) => any) | undefined;
|
|
22
|
+
cancelCallback?: (() => any) | undefined;
|
|
23
|
+
defaultValue?: string | undefined;
|
|
24
|
+
okLabel?: string | undefined;
|
|
25
|
+
cancelLabel?: string | undefined;
|
|
26
|
+
constructor(message: string, type: CmatDialogType, okCallback?: ((val?: any) => any) | undefined, cancelCallback?: (() => any) | undefined, defaultValue?: string | undefined, okLabel?: string | undefined, cancelLabel?: string | undefined);
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
declare class CmatAlertMessage {
|
|
30
|
+
severity: CmatMessageSeverity;
|
|
31
|
+
summary: string;
|
|
32
|
+
detail: string;
|
|
33
|
+
isPostionBottom: boolean;
|
|
34
|
+
constructor(severity: CmatMessageSeverity, summary: string, detail: string, isPostionBottom?: boolean);
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
declare class CmatAlertService {
|
|
38
|
+
private _messages;
|
|
39
|
+
private _stickyMessages;
|
|
40
|
+
private _dialogs;
|
|
41
|
+
private _isLoading;
|
|
42
|
+
private _loadingMessageId;
|
|
43
|
+
get dialogEvent$(): Observable<CmatAlertDialog>;
|
|
44
|
+
get messageEvent$(): Observable<CmatAlertMessage>;
|
|
45
|
+
get stickyMessageEvent$(): Observable<CmatAlertMessage | void>;
|
|
46
|
+
get isLoadingInProgress$(): Observable<boolean>;
|
|
47
|
+
showDialog(message: string, type?: CmatDialogType, okCallback?: (val?: any) => any, cancelCallback?: () => any, okLabel?: string, cancelLabel?: string, defaultValue?: string): void;
|
|
48
|
+
showMessage(summary: string): void;
|
|
49
|
+
showMessage(detail: string | string[] | HttpResponseBase, params: string, severity: CmatMessageSeverity): void;
|
|
50
|
+
showBottomMessage(summary: string): void;
|
|
51
|
+
showBottomMessage(summary: string, detail: string, severity: CmatMessageSeverity): void;
|
|
52
|
+
showStickyMessage(summary: string): void;
|
|
53
|
+
showStickyMessage(summary: string, detail: string, severity: CmatMessageSeverity, error?: any): void;
|
|
54
|
+
showStickyMessage(detail: string[] | HttpResponseBase, params: string, severity: CmatMessageSeverity): void;
|
|
55
|
+
startLoadingMessage(message?: string, caption?: string): void;
|
|
56
|
+
stopLoadingMessage(): void;
|
|
57
|
+
logDebug(msg: any): void;
|
|
58
|
+
logError(msg: any): void;
|
|
59
|
+
logInfo(msg: any): void;
|
|
60
|
+
logMessage(msg: any): void;
|
|
61
|
+
logTrace(msg: any): void;
|
|
62
|
+
logWarning(msg: any): void;
|
|
63
|
+
resetStickyMessage(): void;
|
|
64
|
+
private _showMessageHelper;
|
|
65
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<CmatAlertService, never>;
|
|
66
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<CmatAlertService>;
|
|
67
|
+
}
|
|
68
|
+
|
|
69
|
+
export { CmatAlertDialog, CmatAlertMessage, CmatAlertService, CmatDialogType, CmatMessageSeverity };
|
|
@@ -1,5 +1,30 @@
|
|
|
1
|
-
|
|
2
|
-
*
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
1
|
+
import { Observable } from 'rxjs';
|
|
2
|
+
import * as i0 from '@angular/core';
|
|
3
|
+
import { InjectionToken } from '@angular/core';
|
|
4
|
+
|
|
5
|
+
declare class CmatConfigService {
|
|
6
|
+
private _config;
|
|
7
|
+
constructor(config: any);
|
|
8
|
+
get config$(): Observable<any>;
|
|
9
|
+
set config(value: any);
|
|
10
|
+
reset(): void;
|
|
11
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<CmatConfigService, never>;
|
|
12
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<CmatConfigService>;
|
|
13
|
+
}
|
|
14
|
+
|
|
15
|
+
declare const CMAT_APP_CONFIG: InjectionToken<any>;
|
|
16
|
+
interface IUrlStateConfig {
|
|
17
|
+
fileUrl: string;
|
|
18
|
+
enableDataProtect: boolean;
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
declare class CmatUrlStateConfigService {
|
|
22
|
+
private _config;
|
|
23
|
+
get config$(): Observable<IUrlStateConfig>;
|
|
24
|
+
config(value: IUrlStateConfig): void;
|
|
25
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<CmatUrlStateConfigService, never>;
|
|
26
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<CmatUrlStateConfigService>;
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
export { CMAT_APP_CONFIG, CmatConfigService, CmatUrlStateConfigService };
|
|
30
|
+
export type { IUrlStateConfig };
|
|
@@ -1,5 +1,44 @@
|
|
|
1
|
-
|
|
2
|
-
*
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
1
|
+
import { MatDialogRef, MatDialog } from '@angular/material/dialog';
|
|
2
|
+
import * as i0 from '@angular/core';
|
|
3
|
+
|
|
4
|
+
interface CmatConfirmationConfig {
|
|
5
|
+
title?: string;
|
|
6
|
+
message?: string;
|
|
7
|
+
icon?: {
|
|
8
|
+
show?: boolean;
|
|
9
|
+
name?: string;
|
|
10
|
+
color?: 'primary' | 'accent' | 'warn' | 'basic' | 'info' | 'success' | 'warning' | 'error';
|
|
11
|
+
};
|
|
12
|
+
actions?: {
|
|
13
|
+
confirm?: {
|
|
14
|
+
show?: boolean;
|
|
15
|
+
label?: string;
|
|
16
|
+
color?: 'primary' | 'accent' | 'warn';
|
|
17
|
+
};
|
|
18
|
+
cancel?: {
|
|
19
|
+
show?: boolean;
|
|
20
|
+
label?: string;
|
|
21
|
+
};
|
|
22
|
+
};
|
|
23
|
+
dismissible?: boolean;
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
declare class CmatConfirmationDialogComponent {
|
|
27
|
+
data: CmatConfirmationConfig;
|
|
28
|
+
matDialogRef: MatDialogRef<CmatConfirmationDialogComponent>;
|
|
29
|
+
constructor(data: CmatConfirmationConfig, matDialogRef: MatDialogRef<CmatConfirmationDialogComponent>);
|
|
30
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<CmatConfirmationDialogComponent, never>;
|
|
31
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CmatConfirmationDialogComponent, "cmat-confirmation-dialog", never, {}, {}, never, never, true, never>;
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
declare class CmatConfirmationService {
|
|
35
|
+
private _matDialog;
|
|
36
|
+
private _defaultConfig;
|
|
37
|
+
constructor(_matDialog: MatDialog);
|
|
38
|
+
open(config?: CmatConfirmationConfig): MatDialogRef<CmatConfirmationDialogComponent>;
|
|
39
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<CmatConfirmationService, never>;
|
|
40
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<CmatConfirmationService>;
|
|
41
|
+
}
|
|
42
|
+
|
|
43
|
+
export { CmatConfirmationService };
|
|
44
|
+
export type { CmatConfirmationConfig };
|
package/services/data/index.d.ts
CHANGED
|
@@ -1,5 +1,23 @@
|
|
|
1
|
-
|
|
2
|
-
*
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
1
|
+
import { HttpClient } from '@angular/common/http';
|
|
2
|
+
import * as i0 from '@angular/core';
|
|
3
|
+
import { OnDestroy } from '@angular/core';
|
|
4
|
+
import { Observable } from 'rxjs';
|
|
5
|
+
import { CmatUrlStateConfigService } from 'cmat/services/config';
|
|
6
|
+
|
|
7
|
+
declare class CmatDataService implements OnDestroy {
|
|
8
|
+
private _http;
|
|
9
|
+
private _urlStateConfigService;
|
|
10
|
+
private _enableDataProtect;
|
|
11
|
+
private _unsubscribeAll;
|
|
12
|
+
constructor(_http: HttpClient, _urlStateConfigService: CmatUrlStateConfigService);
|
|
13
|
+
ngOnDestroy(): void;
|
|
14
|
+
get<T>(url: string, params?: {}, auth?: boolean): Observable<T>;
|
|
15
|
+
post<T>(url: string, data: any, params?: {}, auth?: boolean, idempotent?: boolean): Observable<T>;
|
|
16
|
+
put<T>(url: string, data: any, params?: {}, auth?: boolean): Observable<T>;
|
|
17
|
+
delete<T>(url: string, params?: {}, auth?: boolean): Observable<T>;
|
|
18
|
+
patch<T>(url: string, data: any, params?: {}, auth?: boolean): Observable<T>;
|
|
19
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<CmatDataService, never>;
|
|
20
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<CmatDataService>;
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
export { CmatDataService };
|
|
@@ -1,5 +1,55 @@
|
|
|
1
|
-
|
|
2
|
-
*
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
1
|
+
import { Observable } from 'rxjs';
|
|
2
|
+
import * as i0 from '@angular/core';
|
|
3
|
+
|
|
4
|
+
type SupportedExtensions = 'xlsx' | 'xls' | 'txt' | 'csv' | 'json' | 'xml';
|
|
5
|
+
interface ExportAsConfig {
|
|
6
|
+
type: SupportedExtensions;
|
|
7
|
+
elementIdOrContent: string;
|
|
8
|
+
download?: boolean;
|
|
9
|
+
fileName: string;
|
|
10
|
+
options?: any;
|
|
11
|
+
}
|
|
12
|
+
|
|
13
|
+
declare class CmatExportAsService {
|
|
14
|
+
/**
|
|
15
|
+
* Main base64 get method, it will return the file as base64 string
|
|
16
|
+
* @param config your config
|
|
17
|
+
*/
|
|
18
|
+
get(config: ExportAsConfig): Observable<any>;
|
|
19
|
+
/**
|
|
20
|
+
* Save exported file in old javascript way
|
|
21
|
+
* @param config your custom config
|
|
22
|
+
* @param fileName Name of the file to be saved as
|
|
23
|
+
*/
|
|
24
|
+
save(config: ExportAsConfig, fileName: string): Observable<string | null>;
|
|
25
|
+
/**
|
|
26
|
+
* Converts content string to blob object
|
|
27
|
+
* @param content string to be converted
|
|
28
|
+
*/
|
|
29
|
+
contentToBlob(content: string): Observable<Blob>;
|
|
30
|
+
/**
|
|
31
|
+
* Removes base64 file type from a string like "data:text/csv;base64,"
|
|
32
|
+
* @param fileContent the base64 string to remove the type from
|
|
33
|
+
*/
|
|
34
|
+
removeFileTypeFromBase64(fileContent: string): string;
|
|
35
|
+
/**
|
|
36
|
+
* Structure the base64 file content with the file type string
|
|
37
|
+
* @param fileContent file content
|
|
38
|
+
* @param fileMime file mime type "text/csv"
|
|
39
|
+
*/
|
|
40
|
+
addFileTypeToBase64(fileContent: string, fileMime: string): string;
|
|
41
|
+
downloadFromDataURL(fileName: string, dataURL: string): void;
|
|
42
|
+
downloadFromBlob(blob: Blob, fileName: string): void;
|
|
43
|
+
private _getCSV;
|
|
44
|
+
private _getTXT;
|
|
45
|
+
private _getXLS;
|
|
46
|
+
private _getXLSX;
|
|
47
|
+
private _getJSON;
|
|
48
|
+
private _getXML;
|
|
49
|
+
private _btoa;
|
|
50
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<CmatExportAsService, never>;
|
|
51
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<CmatExportAsService>;
|
|
52
|
+
}
|
|
53
|
+
|
|
54
|
+
export { CmatExportAsService };
|
|
55
|
+
export type { ExportAsConfig, SupportedExtensions };
|
|
@@ -1,5 +1,36 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
1
|
+
import { HttpClient, HttpInterceptor, HttpRequest, HttpHandler, HttpEvent } from '@angular/common/http';
|
|
2
|
+
import { Observable } from 'rxjs';
|
|
3
|
+
import * as i0 from '@angular/core';
|
|
4
|
+
|
|
5
|
+
declare class CmatLoadingService {
|
|
6
|
+
private _httpClient;
|
|
7
|
+
private _auto$;
|
|
8
|
+
private _mode$;
|
|
9
|
+
private _progress$;
|
|
10
|
+
private _show$;
|
|
11
|
+
private _urlMap;
|
|
12
|
+
constructor(_httpClient: HttpClient);
|
|
13
|
+
get auto$(): Observable<boolean>;
|
|
14
|
+
get mode$(): Observable<'determinate' | 'indeterminate'>;
|
|
15
|
+
get progress$(): Observable<number | null>;
|
|
16
|
+
get show$(): Observable<boolean>;
|
|
17
|
+
show(): void;
|
|
18
|
+
hide(): void;
|
|
19
|
+
setAutoMode(value: boolean): void;
|
|
20
|
+
setMode(value: 'determinate' | 'indeterminate'): void;
|
|
21
|
+
setProgress(value: number): void;
|
|
22
|
+
setLoadingStatus(status: boolean, url: string): void;
|
|
23
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<CmatLoadingService, never>;
|
|
24
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<CmatLoadingService>;
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
declare class CmatLoadingInterceptor implements HttpInterceptor {
|
|
28
|
+
private _cmatLoadingService;
|
|
29
|
+
handleRequestsAutomatically: boolean;
|
|
30
|
+
constructor(_cmatLoadingService: CmatLoadingService);
|
|
31
|
+
intercept(req: HttpRequest<any>, next: HttpHandler): Observable<HttpEvent<any>>;
|
|
32
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<CmatLoadingInterceptor, never>;
|
|
33
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<CmatLoadingInterceptor>;
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
export { CmatLoadingInterceptor, CmatLoadingService };
|
|
@@ -1,5 +1,11 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
1
|
+
import * as i0 from '@angular/core';
|
|
2
|
+
|
|
3
|
+
declare class CmatLocalStorageService {
|
|
4
|
+
getItem(key: string): string | null;
|
|
5
|
+
setItem(key: string, item: string): void;
|
|
6
|
+
removeItem(key: string): void;
|
|
7
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<CmatLocalStorageService, never>;
|
|
8
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<CmatLocalStorageService>;
|
|
9
|
+
}
|
|
10
|
+
|
|
11
|
+
export { CmatLocalStorageService };
|
|
@@ -1,5 +1,23 @@
|
|
|
1
|
-
|
|
2
|
-
*
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
1
|
+
import { BreakpointObserver, BreakpointState } from '@angular/cdk/layout';
|
|
2
|
+
import * as i0 from '@angular/core';
|
|
3
|
+
import { OnDestroy } from '@angular/core';
|
|
4
|
+
import { Observable } from 'rxjs';
|
|
5
|
+
import { CmatConfigService } from 'cmat/services/config';
|
|
6
|
+
|
|
7
|
+
declare class CmatMediaWatcherService implements OnDestroy {
|
|
8
|
+
private _breakpointObserver;
|
|
9
|
+
private _cmatConfigService;
|
|
10
|
+
private _onMediaChange;
|
|
11
|
+
private _unsubscribeAll;
|
|
12
|
+
constructor(_breakpointObserver: BreakpointObserver, _cmatConfigService: CmatConfigService);
|
|
13
|
+
get onMediaChange$(): Observable<{
|
|
14
|
+
matchingAliases: string[];
|
|
15
|
+
matchingQueries: any;
|
|
16
|
+
}>;
|
|
17
|
+
ngOnDestroy(): void;
|
|
18
|
+
onMediaQueryChange$(query: string | string[]): Observable<BreakpointState>;
|
|
19
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<CmatMediaWatcherService, never>;
|
|
20
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<CmatMediaWatcherService>;
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
export { CmatMediaWatcherService };
|
|
@@ -1,5 +1,12 @@
|
|
|
1
|
-
|
|
2
|
-
*
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
1
|
+
import { Platform } from '@angular/cdk/platform';
|
|
2
|
+
import * as i0 from '@angular/core';
|
|
3
|
+
|
|
4
|
+
declare class CmatPlatformService {
|
|
5
|
+
private _platform;
|
|
6
|
+
osName: string;
|
|
7
|
+
constructor(_platform: Platform);
|
|
8
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<CmatPlatformService, never>;
|
|
9
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<CmatPlatformService>;
|
|
10
|
+
}
|
|
11
|
+
|
|
12
|
+
export { CmatPlatformService };
|
|
@@ -1,5 +1,17 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
1
|
+
import * as i0 from '@angular/core';
|
|
2
|
+
import { OnDestroy } from '@angular/core';
|
|
3
|
+
import { Router } from '@angular/router';
|
|
4
|
+
|
|
5
|
+
declare class CmatSplashScreenService implements OnDestroy {
|
|
6
|
+
private _document;
|
|
7
|
+
private _router;
|
|
8
|
+
private _unsubscribeAll;
|
|
9
|
+
constructor(_document: any, _router: Router);
|
|
10
|
+
ngOnDestroy(): void;
|
|
11
|
+
show(): void;
|
|
12
|
+
hide(): void;
|
|
13
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<CmatSplashScreenService, never>;
|
|
14
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<CmatSplashScreenService>;
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
export { CmatSplashScreenService };
|
|
@@ -1,5 +1,16 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
1
|
+
import { Title } from '@angular/platform-browser';
|
|
2
|
+
import { Router } from '@angular/router';
|
|
3
|
+
import { Subscription } from 'rxjs';
|
|
4
|
+
import * as i0 from '@angular/core';
|
|
5
|
+
|
|
6
|
+
declare class CmatTitleService {
|
|
7
|
+
private _titleService;
|
|
8
|
+
private _router;
|
|
9
|
+
sub: Subscription;
|
|
10
|
+
appName: string;
|
|
11
|
+
constructor(_titleService: Title, _router: Router);
|
|
12
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<CmatTitleService, never>;
|
|
13
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<CmatTitleService>;
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
export { CmatTitleService };
|
|
@@ -1,5 +1,23 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
1
|
+
import { TranslateService } from '@ngx-translate/core';
|
|
2
|
+
import { Observable } from 'rxjs';
|
|
3
|
+
import * as i0 from '@angular/core';
|
|
4
|
+
|
|
5
|
+
declare class CmatTranslationService {
|
|
6
|
+
private _translate;
|
|
7
|
+
private readonly _defaultLanguage;
|
|
8
|
+
private _onLanguageChanged;
|
|
9
|
+
constructor(_translate: TranslateService);
|
|
10
|
+
get languageChanged$(): Observable<string>;
|
|
11
|
+
addLanguages(lang: string[]): void;
|
|
12
|
+
setDefaultLanguage(lang: string): void;
|
|
13
|
+
getDefaultLanguage(): string;
|
|
14
|
+
getBrowserLanguage(): string | void;
|
|
15
|
+
useBrowserLanguage(): string | void;
|
|
16
|
+
changeLanguage(language?: string): string;
|
|
17
|
+
getTranslation(key: string | string[], interpolateParams?: object): any;
|
|
18
|
+
getTranslationAsync(key: string | string[], interpolateParams?: object): Observable<any>;
|
|
19
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<CmatTranslationService, never>;
|
|
20
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<CmatTranslationService>;
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
export { CmatTranslationService };
|
|
@@ -1,5 +1,63 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
1
|
+
import { HttpHeaders, HttpResponseBase } from '@angular/common/http';
|
|
2
|
+
import { IsActiveMatchOptions } from '@angular/router';
|
|
3
|
+
import { Observable } from 'rxjs';
|
|
4
|
+
import * as i0 from '@angular/core';
|
|
5
|
+
|
|
6
|
+
declare class CmatUtilsService {
|
|
7
|
+
static readonly captionAndMessageSeparator = ":";
|
|
8
|
+
static readonly noNetworkMessageCaption = "\u65E0\u7F51\u7EDC";
|
|
9
|
+
static readonly noNetworkMessageDetail = "\u65E0\u6CD5\u8FDE\u63A5\u670D\u52A1\u5668";
|
|
10
|
+
static readonly accessDeniedMessageCaption = "\u62D2\u7EDD\u8BBF\u95EE!";
|
|
11
|
+
static readonly accessDeniedMessageDetail = "";
|
|
12
|
+
private static readonly key;
|
|
13
|
+
private static readonly iv;
|
|
14
|
+
get exactMatchOptions(): IsActiveMatchOptions;
|
|
15
|
+
get subsetMatchOptions(): IsActiveMatchOptions;
|
|
16
|
+
static getRequestHeaders(): HttpHeaders;
|
|
17
|
+
static getRequestIdempotentHeaders(): HttpHeaders;
|
|
18
|
+
static getRequestBypassHeaders(): HttpHeaders;
|
|
19
|
+
static getRequestIdempotentBypassHeaders(): HttpHeaders;
|
|
20
|
+
static getRequestCryptoHeaders(params: string): HttpHeaders;
|
|
21
|
+
static getRequestCryptoBypassHeaders(params: string): HttpHeaders;
|
|
22
|
+
static getRequestCryptoIdempotentHeaders(params: string): HttpHeaders;
|
|
23
|
+
static getRequestCryptoIdempotentBypassHeaders(params: string): HttpHeaders;
|
|
24
|
+
static getEncryptData(data: string): string;
|
|
25
|
+
static getDecryptData(data: string): string;
|
|
26
|
+
static handleError(error: any): Observable<never>;
|
|
27
|
+
static getHttpResponseMessage(data: any): string[];
|
|
28
|
+
static findHttpResponseMessage(messageToFind: string, data: any, seachInCaptionOnly?: boolean, includeCaptionInResult?: boolean): string | null;
|
|
29
|
+
static getResponseBody(response: HttpResponseBase): any;
|
|
30
|
+
static checkNoNetwork(response: HttpResponseBase): boolean;
|
|
31
|
+
static checkAccessDenied(response: HttpResponseBase): boolean;
|
|
32
|
+
static checkNotFound(response: HttpResponseBase): boolean;
|
|
33
|
+
static checkIsLocalHost(url: string, base?: string): boolean;
|
|
34
|
+
static getQueryParamsFromString(paramString: string): Record<string, string | null> | null;
|
|
35
|
+
static splitInTwo(text: string, separator?: string): {
|
|
36
|
+
firstPart: string;
|
|
37
|
+
secondPart: string | null;
|
|
38
|
+
};
|
|
39
|
+
static safeStringify(object: any): string;
|
|
40
|
+
static jsonTryParse(value: string): string | void;
|
|
41
|
+
static capitalizeFirstLetter(text: string): string;
|
|
42
|
+
static toTitleCase(text: string): string;
|
|
43
|
+
static toLowerCase(items: any): string | string[] | void;
|
|
44
|
+
static uniqueId(): string;
|
|
45
|
+
static randomNumber(min: number, max: number): number;
|
|
46
|
+
static baseUrl(): string;
|
|
47
|
+
static newGuid(): string;
|
|
48
|
+
static testIsAbsoluteUrl(url: string): boolean;
|
|
49
|
+
static convertToAbsoluteUrl(url: string): string;
|
|
50
|
+
static urlBase64Decode(str: string): string;
|
|
51
|
+
static decodeToken(token: string): any;
|
|
52
|
+
static getTokenExpirationDate(token: string): Date | null;
|
|
53
|
+
static isTokenExpired(token: string, offsetSeconds?: number): boolean;
|
|
54
|
+
static readAsDataURL(file: File): Promise<any>;
|
|
55
|
+
static dataURIToBlob(dataURI: string): Blob;
|
|
56
|
+
static getFileType(accept: string): 'csv' | 'gif' | 'word' | 'excel' | 'jpg' | 'outlook' | 'pdf' | 'png' | 'ppt' | 'file' | 'text' | 'video' | 'zip';
|
|
57
|
+
private static _base64DecodeUnicode;
|
|
58
|
+
randomId(stringLength?: number): string;
|
|
59
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<CmatUtilsService, never>;
|
|
60
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<CmatUtilsService>;
|
|
61
|
+
}
|
|
62
|
+
|
|
63
|
+
export { CmatUtilsService };
|
package/styles/themes.scss
CHANGED
|
@@ -81,7 +81,8 @@ $dark-base: (
|
|
|
81
81
|
);
|
|
82
82
|
|
|
83
83
|
/* Include the core Angular Material styles */
|
|
84
|
-
@include mat.
|
|
84
|
+
@include mat.elevation-classes();
|
|
85
|
+
@include mat.app-background();
|
|
85
86
|
|
|
86
87
|
/* Create a base theme without any color to set the density and typography */
|
|
87
88
|
@include mat.all-component-themes((
|
package/validators/index.d.ts
CHANGED
|
@@ -1,5 +1,8 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
1
|
+
import { ValidatorFn } from '@angular/forms';
|
|
2
|
+
|
|
3
|
+
declare class CmatValidators {
|
|
4
|
+
static isEmptyInputValue(value: any): boolean;
|
|
5
|
+
static mustMatch(controlPath: string, matchingControlPath: string): ValidatorFn;
|
|
6
|
+
}
|
|
7
|
+
|
|
8
|
+
export { CmatValidators };
|
package/version/index.d.ts
CHANGED
|
@@ -1,5 +1,11 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
1
|
+
declare class Version {
|
|
2
|
+
version: string;
|
|
3
|
+
readonly full: string;
|
|
4
|
+
readonly major: string;
|
|
5
|
+
readonly minor: string;
|
|
6
|
+
readonly patch: string;
|
|
7
|
+
constructor(version: string);
|
|
8
|
+
}
|
|
9
|
+
declare const CMAT_VERSION: string;
|
|
10
|
+
|
|
11
|
+
export { CMAT_VERSION, Version };
|
package/animations/defaults.d.ts
DELETED
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
export declare class CmatAnimationCurves {
|
|
2
|
-
static standard: string;
|
|
3
|
-
static deceleration: string;
|
|
4
|
-
static acceleration: string;
|
|
5
|
-
static sharp: string;
|
|
6
|
-
}
|
|
7
|
-
export declare class CmatAnimationDurations {
|
|
8
|
-
static complex: string;
|
|
9
|
-
static entering: string;
|
|
10
|
-
static exiting: string;
|
|
11
|
-
}
|
package/animations/dropdown.d.ts
DELETED
package/animations/fade.d.ts
DELETED
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
declare const fadeIn: import("@angular/animations").AnimationTriggerMetadata;
|
|
2
|
-
declare const fadeInTop: import("@angular/animations").AnimationTriggerMetadata;
|
|
3
|
-
declare const fadeInBottom: import("@angular/animations").AnimationTriggerMetadata;
|
|
4
|
-
declare const fadeInLeft: import("@angular/animations").AnimationTriggerMetadata;
|
|
5
|
-
declare const fadeInRight: import("@angular/animations").AnimationTriggerMetadata;
|
|
6
|
-
declare const fadeOut: import("@angular/animations").AnimationTriggerMetadata;
|
|
7
|
-
declare const fadeOutTop: import("@angular/animations").AnimationTriggerMetadata;
|
|
8
|
-
declare const fadeOutBottom: import("@angular/animations").AnimationTriggerMetadata;
|
|
9
|
-
declare const fadeOutLeft: import("@angular/animations").AnimationTriggerMetadata;
|
|
10
|
-
declare const fadeOutRight: import("@angular/animations").AnimationTriggerMetadata;
|
|
11
|
-
export { fadeIn, fadeInTop, fadeInBottom, fadeInLeft, fadeInRight, fadeOut, fadeOutTop, fadeOutBottom, fadeOutLeft, fadeOutRight };
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare const cmatAnimations: import("@angular/animations").AnimationTriggerMetadata[];
|
package/animations/shake.d.ts
DELETED
package/animations/slide.d.ts
DELETED
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
declare const slideInTop: import("@angular/animations").AnimationTriggerMetadata;
|
|
2
|
-
declare const slideInBottom: import("@angular/animations").AnimationTriggerMetadata;
|
|
3
|
-
declare const slideInLeft: import("@angular/animations").AnimationTriggerMetadata;
|
|
4
|
-
declare const slideInRight: import("@angular/animations").AnimationTriggerMetadata;
|
|
5
|
-
declare const slideOutTop: import("@angular/animations").AnimationTriggerMetadata;
|
|
6
|
-
declare const slideOutBottom: import("@angular/animations").AnimationTriggerMetadata;
|
|
7
|
-
declare const slideOutLeft: import("@angular/animations").AnimationTriggerMetadata;
|
|
8
|
-
declare const slideOutRight: import("@angular/animations").AnimationTriggerMetadata;
|
|
9
|
-
export { slideInTop, slideInBottom, slideInLeft, slideInRight, slideOutTop, slideOutBottom, slideOutLeft, slideOutRight };
|
package/animations/zoom.d.ts
DELETED