cmat 0.0.13 → 0.0.15
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/components/cascade/cascade-bottom-sheet/cascade-bottom-sheet.component.d.ts +0 -1
- package/components/cascade/cascade-list/cascade-list.component.d.ts +3 -3
- package/components/cascade/cascade-menu/cascade-menu.component.d.ts +0 -1
- package/components/cascade/options.interface.d.ts +1 -1
- package/components/chip-input/chip-input.component.d.ts +0 -1
- package/components/custom-formly/public-api.d.ts +1 -0
- package/components/custom-formly/types/multicheckbox/multicheckbox.component.d.ts +0 -1
- package/components/custom-formly/types/quill/quill.component.d.ts +42 -0
- package/components/custom-formly/types/radio/radio.component.d.ts +0 -1
- package/components/custom-formly/types/repeat/repeat.component.d.ts +0 -1
- package/components/custom-formly/types/select/select.component.d.ts +0 -1
- package/components/custom-formly/types/stepper/horizontal/stepper.component.d.ts +0 -1
- package/components/custom-formly/types/stepper/vertical/stepper.component.d.ts +0 -1
- package/components/custom-formly/types/table/table.component.d.ts +2 -3
- package/components/custom-formly/types/tabs/tab.component.d.ts +0 -1
- package/components/custom-formly/types/tags/tags.component.d.ts +0 -1
- package/components/material-color-picker/material-color-picker.component.d.ts +0 -1
- package/components/material-datetimepicker/calendar-body.d.ts +0 -1
- package/components/material-datetimepicker/calendar.d.ts +3 -4
- package/components/material-datetimepicker/clock.d.ts +2 -3
- package/components/material-datetimepicker/datetimepicker.d.ts +3 -4
- package/components/material-datetimepicker/month-view.d.ts +0 -1
- package/components/navigation/navigation.types.d.ts +1 -1
- package/components/pagination/pagination.component.d.ts +0 -1
- package/components/password-strength/mat-password-strength-validator.d.ts +1 -1
- package/components/popover/popover.component.d.ts +4 -7
- package/components/popover/popover.interfaces.d.ts +1 -2
- package/components/select-tree/select-tree.component.d.ts +0 -1
- package/components/timeline/timeline.component.d.ts +4 -6
- package/components/transfer-picker/filter/filter.component.d.ts +1 -2
- package/components/transfer-picker/interface.d.ts +4 -4
- package/components/transfer-picker/transfer-picker-source/transfer-picker-source.component.d.ts +2 -2
- package/components/transfer-picker/transfer-picker-target/transfer-picker-target.component.d.ts +1 -2
- package/components/transfer-picker/transfer-picker.component.d.ts +5 -5
- package/components/transfer-picker/transfer-picker.service.d.ts +6 -6
- package/components/upload/upload-queue/upload-queue.component.d.ts +1 -1
- package/directives/digit-only/mask.directive.d.ts +2 -0
- package/directives/equal-validator/equal-validator.directive.d.ts +1 -3
- package/esm2022/components/adapter/datetime-adapter.mjs +1 -1
- package/esm2022/components/adapter/dayjs-date-adapter.mjs +5 -5
- package/esm2022/components/adapter/dayjs-datetime-adapter.mjs +4 -4
- package/esm2022/components/adapter/native-datetime-adapter.mjs +4 -4
- package/esm2022/components/breadcrumb/breadcrumb-item.directive.mjs +3 -3
- package/esm2022/components/breadcrumb/breadcrumb.component.mjs +6 -6
- package/esm2022/components/breadcrumb/breadcrumb.service.mjs +9 -12
- package/esm2022/components/card/card.component.mjs +4 -4
- package/esm2022/components/cascade/cascade-bottom-sheet/cascade-bottom-sheet.component.mjs +5 -8
- package/esm2022/components/cascade/cascade-list/cascade-list.component.mjs +12 -10
- package/esm2022/components/cascade/cascade-menu/cascade-menu.component.mjs +5 -8
- package/esm2022/components/cascade/options.interface.mjs +1 -1
- package/esm2022/components/chip-input/chip-input.component.mjs +10 -11
- package/esm2022/components/custom-formly/extension/addons.extension.mjs +2 -2
- package/esm2022/components/custom-formly/public-api.mjs +2 -1
- package/esm2022/components/custom-formly/types/button/button.component.mjs +4 -4
- package/esm2022/components/custom-formly/types/cascade/cascade.component.mjs +4 -4
- package/esm2022/components/custom-formly/types/checklist/checklist.component.mjs +5 -5
- package/esm2022/components/custom-formly/types/chips/chips.component.mjs +5 -5
- package/esm2022/components/custom-formly/types/color-picker/color-picker.component.mjs +3 -3
- package/esm2022/components/custom-formly/types/date-range/date-range.component.mjs +3 -3
- package/esm2022/components/custom-formly/types/datepicker/datepicker.component.mjs +5 -5
- package/esm2022/components/custom-formly/types/multicheckbox/multicheckbox.component.mjs +4 -5
- package/esm2022/components/custom-formly/types/number/number.component.mjs +5 -5
- package/esm2022/components/custom-formly/types/quill/quill.component.mjs +171 -0
- package/esm2022/components/custom-formly/types/radio/radio.component.mjs +5 -6
- package/esm2022/components/custom-formly/types/rating/rating.component.mjs +3 -3
- package/esm2022/components/custom-formly/types/repeat/repeat.component.mjs +5 -8
- package/esm2022/components/custom-formly/types/select/select.component.mjs +5 -8
- package/esm2022/components/custom-formly/types/select-tree/select-tree.component.mjs +4 -4
- package/esm2022/components/custom-formly/types/stepper/horizontal/stepper.component.mjs +5 -8
- package/esm2022/components/custom-formly/types/stepper/vertical/stepper.component.mjs +5 -8
- package/esm2022/components/custom-formly/types/table/table.component.mjs +5 -8
- package/esm2022/components/custom-formly/types/tabs/tab.component.mjs +5 -8
- package/esm2022/components/custom-formly/types/tags/tags.component.mjs +7 -10
- package/esm2022/components/custom-formly/types/textarea/textarea.component.mjs +3 -3
- package/esm2022/components/custom-formly/types/upload/upload.component.mjs +4 -4
- package/esm2022/components/custom-formly/wrappers/addons/addons.component.mjs +4 -4
- package/esm2022/components/custom-formly/wrappers/card/card.component.mjs +3 -3
- package/esm2022/components/custom-formly/wrappers/expansion/expansion.component.mjs +5 -5
- package/esm2022/components/custom-formly/wrappers/panel/panel.component.mjs +3 -3
- package/esm2022/components/date-range/date-range.component.mjs +20 -15
- package/esm2022/components/drawer/drawer.component.mjs +4 -4
- package/esm2022/components/drawer/drawer.service.mjs +3 -3
- package/esm2022/components/fullscreen/fullscreen.component.mjs +5 -5
- package/esm2022/components/highlight/highlight.component.mjs +4 -4
- package/esm2022/components/highlight/highlight.service.mjs +4 -4
- package/esm2022/components/json-editor/json-editor.component.mjs +10 -10
- package/esm2022/components/masonry/masonry.component.mjs +4 -4
- package/esm2022/components/material-color-picker/material-color-picker.component.mjs +7 -8
- package/esm2022/components/material-datetimepicker/calendar-body.mjs +6 -9
- package/esm2022/components/material-datetimepicker/calendar.mjs +9 -15
- package/esm2022/components/material-datetimepicker/clock.mjs +5 -8
- package/esm2022/components/material-datetimepicker/datetimepicker-input.mjs +7 -5
- package/esm2022/components/material-datetimepicker/datetimepicker-intl.mjs +3 -3
- package/esm2022/components/material-datetimepicker/datetimepicker-toggle.mjs +9 -9
- package/esm2022/components/material-datetimepicker/datetimepicker.mjs +14 -15
- package/esm2022/components/material-datetimepicker/month-view.mjs +5 -8
- package/esm2022/components/material-datetimepicker/multi-year-view.mjs +5 -5
- package/esm2022/components/material-datetimepicker/time.mjs +10 -10
- package/esm2022/components/material-datetimepicker/year-view.mjs +5 -5
- package/esm2022/components/navigation/horizontal/components/basic/basic.component.mjs +5 -5
- package/esm2022/components/navigation/horizontal/components/branch/branch.component.mjs +5 -5
- package/esm2022/components/navigation/horizontal/components/divider/divider.component.mjs +3 -3
- package/esm2022/components/navigation/horizontal/components/spacer/spacer.component.mjs +3 -3
- package/esm2022/components/navigation/horizontal/horizontal.component.mjs +5 -5
- package/esm2022/components/navigation/navigation.service.mjs +4 -4
- package/esm2022/components/navigation/navigation.types.mjs +1 -1
- package/esm2022/components/navigation/vertical/components/aside/aside.component.mjs +5 -5
- package/esm2022/components/navigation/vertical/components/basic/basic.component.mjs +3 -3
- package/esm2022/components/navigation/vertical/components/collapsable/collapsable.component.mjs +5 -5
- package/esm2022/components/navigation/vertical/components/divider/divider.component.mjs +3 -3
- package/esm2022/components/navigation/vertical/components/group/group.component.mjs +5 -5
- package/esm2022/components/navigation/vertical/components/spacer/spacer.component.mjs +5 -5
- package/esm2022/components/navigation/vertical/vertical.component.mjs +5 -5
- package/esm2022/components/pagination/pagination.component.mjs +5 -8
- package/esm2022/components/pagination/pagination.directive.mjs +4 -4
- package/esm2022/components/pagination/pagination.pipe.mjs +5 -5
- package/esm2022/components/pagination/pagination.service.mjs +4 -4
- package/esm2022/components/password-strength/mat-pass-toggle-visibility/mat-pass-toggle-visibility.component.mjs +5 -5
- package/esm2022/components/password-strength/mat-password-strength/mat-password-strength.component.mjs +6 -6
- package/esm2022/components/password-strength/mat-password-strength-info/mat-password-strength-info.component.mjs +5 -5
- package/esm2022/components/password-strength/mat-password-strength-validator.mjs +2 -2
- package/esm2022/components/popover/popover-trigger.mjs +6 -8
- package/esm2022/components/popover/popover.component.mjs +8 -9
- package/esm2022/components/popover/popover.interfaces.mjs +1 -1
- package/esm2022/components/popover/popover.target.mjs +3 -3
- package/esm2022/components/progress-bar/progress-bar.component.mjs +4 -4
- package/esm2022/components/rating/rating.component.mjs +11 -7
- package/esm2022/components/select-search/select-no-entries-found.directive.mjs +3 -3
- package/esm2022/components/select-search/select-search-clear.directive.mjs +3 -3
- package/esm2022/components/select-search/select-search.component.mjs +9 -9
- package/esm2022/components/select-tree/select-tree.component.mjs +10 -11
- package/esm2022/components/timeline/timeline-item/timeline-item.component.mjs +11 -11
- package/esm2022/components/timeline/timeline.component.mjs +8 -15
- package/esm2022/components/toast/toast-modal.component.mjs +5 -5
- package/esm2022/components/toast/toast.component.mjs +6 -6
- package/esm2022/components/toast/toast.service.mjs +10 -10
- package/esm2022/components/transfer-picker/filter/filter.component.mjs +6 -9
- package/esm2022/components/transfer-picker/interface.mjs +1 -1
- package/esm2022/components/transfer-picker/search/search.component.mjs +3 -3
- package/esm2022/components/transfer-picker/transfer-picker-source/transfer-picker-source.component.mjs +4 -4
- package/esm2022/components/transfer-picker/transfer-picker-target/transfer-picker-target.component.mjs +5 -8
- package/esm2022/components/transfer-picker/transfer-picker.component.mjs +4 -4
- package/esm2022/components/transfer-picker/transfer-picker.service.mjs +8 -8
- package/esm2022/components/upload/files.util.service.mjs +4 -4
- package/esm2022/components/upload/upload-queue/upload-queue.component.mjs +8 -8
- package/esm2022/components/upload/upload.component.mjs +5 -5
- package/esm2022/directives/animate-on-scroll/animate-on-scroll.directive.mjs +4 -4
- package/esm2022/directives/animate-on-scroll/scroll.service.mjs +3 -3
- package/esm2022/directives/autofocus/autofocus.directive.mjs +3 -3
- package/esm2022/directives/debounce/abstract-debounce.directive.mjs +3 -3
- package/esm2022/directives/debounce/debounce-click.directive.mjs +3 -3
- package/esm2022/directives/debounce/debounce-keyup.directive.mjs +3 -3
- package/esm2022/directives/digit-only/digit-only.directive.mjs +6 -6
- package/esm2022/directives/digit-only/mask.directive.mjs +20 -5
- package/esm2022/directives/equal-validator/equal-validator.directive.mjs +4 -4
- package/esm2022/lib/mock-api/mock-api.interceptor.mjs +4 -4
- package/esm2022/lib/mock-api/mock-api.request-handler.mjs +1 -1
- package/esm2022/lib/mock-api/mock-api.service.mjs +4 -4
- package/esm2022/lib/mock-api/mock-api.types.mjs +1 -1
- package/esm2022/lib/mock-api/mock-api.utils.mjs +1 -2
- package/esm2022/pipes/bytes/bytes.pipe.mjs +4 -4
- package/esm2022/pipes/date-format/date-format.pipe.mjs +3 -3
- package/esm2022/pipes/find-by-key/find-by-key.pipe.mjs +4 -4
- package/esm2022/pipes/group-by/group-by.pipe.mjs +4 -4
- package/esm2022/pipes/keys/keys.pipe.mjs +4 -4
- package/esm2022/pipes/secure/secure-pipe.mjs +3 -3
- package/esm2022/pipes/uppercase/uppercase.pipe.mjs +3 -3
- package/esm2022/public-api.mjs +1 -1
- package/esm2022/services/alert/alert.service.mjs +11 -10
- package/esm2022/services/config/config.service.mjs +3 -3
- package/esm2022/services/config/urlStateConfig.service.mjs +5 -5
- package/esm2022/services/confirmation/confirmation.service.mjs +3 -3
- package/esm2022/services/confirmation/dialog/dialog.component.mjs +3 -3
- package/esm2022/services/data/data.service.mjs +4 -4
- package/esm2022/services/loading/loading.interceptor.mjs +4 -4
- package/esm2022/services/loading/loading.service.mjs +4 -4
- package/esm2022/services/local-storage/local-storage.service.mjs +3 -3
- package/esm2022/services/media-watcher/media-watcher.service.mjs +4 -4
- package/esm2022/services/platform/platform.service.mjs +4 -4
- package/esm2022/services/splash-screen/splash-screen.service.mjs +3 -3
- package/esm2022/services/title/title.service.mjs +4 -4
- package/esm2022/services/translation/translation.service.mjs +4 -4
- package/esm2022/services/utils/utils.service.mjs +9 -11
- package/esm2022/validators/validators.mjs +1 -1
- package/fesm2022/cmat-animations.mjs +1 -1
- package/fesm2022/cmat-components-adapter.mjs +10 -10
- package/fesm2022/cmat-components-adapter.mjs.map +1 -1
- package/fesm2022/cmat-components-breadcrumb.mjs +16 -19
- package/fesm2022/cmat-components-breadcrumb.mjs.map +1 -1
- package/fesm2022/cmat-components-card.mjs +3 -3
- package/fesm2022/cmat-components-card.mjs.map +1 -1
- package/fesm2022/cmat-components-cascade.mjs +19 -23
- package/fesm2022/cmat-components-cascade.mjs.map +1 -1
- package/fesm2022/cmat-components-chip-input.mjs +9 -10
- package/fesm2022/cmat-components-chip-input.mjs.map +1 -1
- package/fesm2022/cmat-components-custom-formly.mjs +257 -115
- package/fesm2022/cmat-components-custom-formly.mjs.map +1 -1
- package/fesm2022/cmat-components-date-range.mjs +20 -15
- package/fesm2022/cmat-components-date-range.mjs.map +1 -1
- package/fesm2022/cmat-components-drawer.mjs +7 -7
- package/fesm2022/cmat-components-drawer.mjs.map +1 -1
- package/fesm2022/cmat-components-fullscreen.mjs +4 -4
- package/fesm2022/cmat-components-fullscreen.mjs.map +1 -1
- package/fesm2022/cmat-components-highlight.mjs +6 -6
- package/fesm2022/cmat-components-highlight.mjs.map +1 -1
- package/fesm2022/cmat-components-json-editor.mjs +9 -9
- package/fesm2022/cmat-components-json-editor.mjs.map +1 -1
- package/fesm2022/cmat-components-masonry.mjs +3 -3
- package/fesm2022/cmat-components-masonry.mjs.map +1 -1
- package/fesm2022/cmat-components-material-color-picker.mjs +6 -7
- package/fesm2022/cmat-components-material-color-picker.mjs.map +1 -1
- package/fesm2022/cmat-components-material-datetimepicker.mjs +70 -83
- package/fesm2022/cmat-components-material-datetimepicker.mjs.map +1 -1
- package/fesm2022/cmat-components-navigation.mjs +48 -48
- package/fesm2022/cmat-components-navigation.mjs.map +1 -1
- package/fesm2022/cmat-components-pagination.mjs +14 -17
- 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 +15 -18
- package/fesm2022/cmat-components-popover.mjs.map +1 -1
- package/fesm2022/cmat-components-progress-bar.mjs +3 -3
- package/fesm2022/cmat-components-progress-bar.mjs.map +1 -1
- package/fesm2022/cmat-components-rating.mjs +9 -5
- package/fesm2022/cmat-components-rating.mjs.map +1 -1
- package/fesm2022/cmat-components-select-search.mjs +15 -15
- package/fesm2022/cmat-components-select-search.mjs.map +1 -1
- package/fesm2022/cmat-components-select-tree.mjs +9 -10
- package/fesm2022/cmat-components-select-tree.mjs.map +1 -1
- package/fesm2022/cmat-components-timeline.mjs +17 -24
- package/fesm2022/cmat-components-timeline.mjs.map +1 -1
- package/fesm2022/cmat-components-toast.mjs +18 -18
- package/fesm2022/cmat-components-toast.mjs.map +1 -1
- package/fesm2022/cmat-components-transfer-picker.mjs +25 -31
- package/fesm2022/cmat-components-transfer-picker.mjs.map +1 -1
- package/fesm2022/cmat-components-upload.mjs +14 -14
- package/fesm2022/cmat-components-upload.mjs.map +1 -1
- package/fesm2022/cmat-directives-animate-on-scroll.mjs +6 -6
- package/fesm2022/cmat-directives-animate-on-scroll.mjs.map +1 -1
- package/fesm2022/cmat-directives-autofocus.mjs +3 -3
- package/fesm2022/cmat-directives-debounce.mjs +9 -9
- package/fesm2022/cmat-directives-digit-only.mjs +24 -9
- package/fesm2022/cmat-directives-digit-only.mjs.map +1 -1
- package/fesm2022/cmat-directives-equal-validator.mjs +3 -3
- package/fesm2022/cmat-directives-equal-validator.mjs.map +1 -1
- package/fesm2022/cmat-lib-mock-api.mjs +7 -8
- package/fesm2022/cmat-lib-mock-api.mjs.map +1 -1
- package/fesm2022/cmat-pipes-bytes.mjs +3 -3
- package/fesm2022/cmat-pipes-bytes.mjs.map +1 -1
- package/fesm2022/cmat-pipes-date-format.mjs +3 -3
- package/fesm2022/cmat-pipes-find-by-key.mjs +3 -3
- package/fesm2022/cmat-pipes-find-by-key.mjs.map +1 -1
- package/fesm2022/cmat-pipes-group-by.mjs +3 -3
- package/fesm2022/cmat-pipes-group-by.mjs.map +1 -1
- package/fesm2022/cmat-pipes-keys.mjs +3 -3
- package/fesm2022/cmat-pipes-keys.mjs.map +1 -1
- package/fesm2022/cmat-pipes-secure.mjs +3 -3
- package/fesm2022/cmat-pipes-uppercase.mjs +3 -3
- package/fesm2022/cmat-services-alert.mjs +10 -9
- package/fesm2022/cmat-services-alert.mjs.map +1 -1
- package/fesm2022/cmat-services-config.mjs +7 -7
- package/fesm2022/cmat-services-config.mjs.map +1 -1
- package/fesm2022/cmat-services-confirmation.mjs +6 -6
- package/fesm2022/cmat-services-data.mjs +3 -3
- package/fesm2022/cmat-services-data.mjs.map +1 -1
- package/fesm2022/cmat-services-loading.mjs +6 -6
- package/fesm2022/cmat-services-loading.mjs.map +1 -1
- package/fesm2022/cmat-services-local-storage.mjs +3 -3
- package/fesm2022/cmat-services-media-watcher.mjs +3 -3
- package/fesm2022/cmat-services-media-watcher.mjs.map +1 -1
- package/fesm2022/cmat-services-platform.mjs +3 -3
- package/fesm2022/cmat-services-platform.mjs.map +1 -1
- package/fesm2022/cmat-services-splash-screen.mjs +3 -3
- package/fesm2022/cmat-services-title.mjs +3 -3
- package/fesm2022/cmat-services-title.mjs.map +1 -1
- package/fesm2022/cmat-services-translation.mjs +3 -3
- package/fesm2022/cmat-services-translation.mjs.map +1 -1
- package/fesm2022/cmat-services-utils.mjs +8 -10
- package/fesm2022/cmat-services-utils.mjs.map +1 -1
- package/fesm2022/cmat-validators.mjs.map +1 -1
- package/lib/mock-api/mock-api.request-handler.d.ts +1 -3
- package/lib/mock-api/mock-api.service.d.ts +1 -3
- package/lib/mock-api/mock-api.types.d.ts +2 -4
- package/package.json +76 -67
- package/pipes/group-by/group-by.pipe.d.ts +1 -1
- package/services/config/urlStateConfig.service.d.ts +0 -1
- package/services/translation/translation.service.d.ts +2 -2
- package/services/utils/utils.service.d.ts +5 -7
- package/styles/overrides/angular-material.scss +0 -1
- package/styles/overrides/quill.scss +102 -0
- package/styles/themes.scss +19 -19
|
@@ -8,7 +8,6 @@ export declare class CmatCascadeBottomSheetComponent {
|
|
|
8
8
|
constructor(root: CmatCascadeListComponent);
|
|
9
9
|
clickHandle(event: Event): void;
|
|
10
10
|
select(disabled: boolean, label: string): void;
|
|
11
|
-
trackByFn(index: number, item: any): any;
|
|
12
11
|
static ɵfac: i0.ɵɵFactoryDeclaration<CmatCascadeBottomSheetComponent, never>;
|
|
13
12
|
static ɵcmp: i0.ɵɵComponentDeclaration<CmatCascadeBottomSheetComponent, "cmat-cascade-bottom-sheet", ["cmatCascadeBottomSheet"], {}, {}, never, never, true, never>;
|
|
14
13
|
}
|
|
@@ -16,7 +16,7 @@ export declare class CmatCascadeListComponent implements MatFormFieldControl<any
|
|
|
16
16
|
private _bottomSheet;
|
|
17
17
|
private _changeDetectorRef;
|
|
18
18
|
id: string;
|
|
19
|
-
options:
|
|
19
|
+
options: CmatCascadeOptionsInterface[];
|
|
20
20
|
clearable: boolean;
|
|
21
21
|
fullLevels: boolean;
|
|
22
22
|
changeOnSelect: boolean;
|
|
@@ -25,9 +25,9 @@ export declare class CmatCascadeListComponent implements MatFormFieldControl<any
|
|
|
25
25
|
private _inputElement;
|
|
26
26
|
overlayRef: OverlayRef;
|
|
27
27
|
bottomSheetRef: MatBottomSheetRef;
|
|
28
|
-
steps:
|
|
28
|
+
steps: any[];
|
|
29
29
|
menuVisible: boolean;
|
|
30
|
-
currentLabels:
|
|
30
|
+
currentLabels: CmatCascadeOptionsInterface[];
|
|
31
31
|
readonly stateChanges: Subject<void>;
|
|
32
32
|
focused: boolean;
|
|
33
33
|
touched: boolean;
|
|
@@ -3,7 +3,6 @@ import * as i0 from "@angular/core";
|
|
|
3
3
|
export declare class CmatCascadeMenuComponent {
|
|
4
4
|
root: CmatCascadeListComponent;
|
|
5
5
|
constructor(root: CmatCascadeListComponent);
|
|
6
|
-
trackByFn(index: number, item: any): any;
|
|
7
6
|
static ɵfac: i0.ɵɵFactoryDeclaration<CmatCascadeMenuComponent, [{ optional: true; }]>;
|
|
8
7
|
static ɵcmp: i0.ɵɵComponentDeclaration<CmatCascadeMenuComponent, "cmat-cascade-menu", ["cmatCascadeMenu"], {}, {}, never, never, true, never>;
|
|
9
8
|
}
|
|
@@ -51,7 +51,6 @@ export declare class CmatChipInputComponent implements MatFormFieldControl<any>,
|
|
|
51
51
|
onAdd(event: MatChipInputEvent): void;
|
|
52
52
|
onRemove(option: string): void;
|
|
53
53
|
onSelected(event: MatAutocompleteSelectedEvent): void;
|
|
54
|
-
trackByFn(index: number): any;
|
|
55
54
|
onFocusIn(): void;
|
|
56
55
|
onFocusOut(event: FocusEvent): void;
|
|
57
56
|
onActivated(event: MatAutocompleteActivatedEvent): void;
|
|
@@ -35,7 +35,6 @@ export declare class CmatMultiCheckboxTypeComponent extends FieldType<FieldTypeC
|
|
|
35
35
|
onChange(value: any, checked: boolean): void;
|
|
36
36
|
ngOnInit(): void;
|
|
37
37
|
ngOnDestroy(): void;
|
|
38
|
-
onContainerClick(): void;
|
|
39
38
|
isChecked(option: any): any;
|
|
40
39
|
trackByFn(index: number): any;
|
|
41
40
|
static ɵfac: i0.ɵɵFactoryDeclaration<CmatMultiCheckboxTypeComponent, never>;
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import { ChangeDetectorRef, OnDestroy } from '@angular/core';
|
|
2
|
+
import { FieldTypeConfig } from '@ngx-formly/core';
|
|
3
|
+
import { FieldType, FormlyFieldProps } 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 * as i0 from "@angular/core";
|
|
8
|
+
interface QuillProps extends FormlyFieldProps {
|
|
9
|
+
fileAlias: string;
|
|
10
|
+
filePath: string;
|
|
11
|
+
}
|
|
12
|
+
export declare class CmatQuillTypeComponent extends FieldType<FieldTypeConfig<QuillProps>> implements OnDestroy {
|
|
13
|
+
private _fileService;
|
|
14
|
+
private _urlStateConfigService;
|
|
15
|
+
private _changeDetectorRef;
|
|
16
|
+
private imgInput;
|
|
17
|
+
private videoInput;
|
|
18
|
+
quillModules: QuillModules;
|
|
19
|
+
defaultOptions: {
|
|
20
|
+
props: {
|
|
21
|
+
fileAlias: string;
|
|
22
|
+
filePath: string;
|
|
23
|
+
};
|
|
24
|
+
};
|
|
25
|
+
private _editorInstance;
|
|
26
|
+
private _imgIds;
|
|
27
|
+
private _config;
|
|
28
|
+
private _unsubscribeAll;
|
|
29
|
+
constructor(_fileService: CmatFilesUtilService, _urlStateConfigService: CmatUrlStateConfigService, _changeDetectorRef: ChangeDetectorRef);
|
|
30
|
+
ngOnDestroy(): void;
|
|
31
|
+
fileChangeEvent(file: any): void;
|
|
32
|
+
editorCreated(editorInstance: any): void;
|
|
33
|
+
contentChanged(editorInstance: any): void;
|
|
34
|
+
private _imgFileHandler;
|
|
35
|
+
private _videoFileHandler;
|
|
36
|
+
private _dropFileHandler;
|
|
37
|
+
private _upload;
|
|
38
|
+
private _getMediaType;
|
|
39
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<CmatQuillTypeComponent, never>;
|
|
40
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CmatQuillTypeComponent, "cmat-quill-type", never, {}, {}, never, never, true, never>;
|
|
41
|
+
}
|
|
42
|
+
export {};
|
|
@@ -35,7 +35,6 @@ export declare class CmatRadioTypeComponent extends FieldType<FieldTypeConfig<Ra
|
|
|
35
35
|
get urlData$(): Observable<any[]>;
|
|
36
36
|
ngOnInit(): void;
|
|
37
37
|
ngAfterViewInit(): void;
|
|
38
|
-
onContainerClick(): void;
|
|
39
38
|
ngOnDestroy(): void;
|
|
40
39
|
trackByFn(index: number): any;
|
|
41
40
|
static ɵfac: i0.ɵɵFactoryDeclaration<CmatRadioTypeComponent, never>;
|
|
@@ -9,7 +9,6 @@ export declare class CmatRepeatTypeComponent extends FieldArrayType<FieldTypeCon
|
|
|
9
9
|
addText: string;
|
|
10
10
|
};
|
|
11
11
|
};
|
|
12
|
-
trackByFn(index: number): any;
|
|
13
12
|
static ɵfac: i0.ɵɵFactoryDeclaration<CmatRepeatTypeComponent, never>;
|
|
14
13
|
static ɵcmp: i0.ɵɵComponentDeclaration<CmatRepeatTypeComponent, "cmat-repeat-type", never, {}, {}, never, never, true, never>;
|
|
15
14
|
}
|
|
@@ -46,7 +46,6 @@ export declare class CmatSelectTypeComponent extends FieldType<FieldTypeConfig<S
|
|
|
46
46
|
toggleSelectAll(selectAllValue: boolean): void;
|
|
47
47
|
filterMulti(): void;
|
|
48
48
|
setToggleAllCheckboxState(): void;
|
|
49
|
-
trackByFn(index: number): any;
|
|
50
49
|
compareWithFn(o1: any, o2: any): boolean;
|
|
51
50
|
static ɵfac: i0.ɵɵFactoryDeclaration<CmatSelectTypeComponent, never>;
|
|
52
51
|
static ɵcmp: i0.ɵɵComponentDeclaration<CmatSelectTypeComponent, "cmat-select-search-type", never, {}, {}, never, never, true, never>;
|
|
@@ -3,7 +3,6 @@ import { StepperProps } from '../stepper.type';
|
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
export declare class CmatStepperHorizontalTypeComponent extends FieldType<FieldTypeConfig<StepperProps>> {
|
|
5
5
|
isValid(field: FormlyFieldConfig): boolean;
|
|
6
|
-
trackByFn(index: number): any;
|
|
7
6
|
static ɵfac: i0.ɵɵFactoryDeclaration<CmatStepperHorizontalTypeComponent, never>;
|
|
8
7
|
static ɵcmp: i0.ɵɵComponentDeclaration<CmatStepperHorizontalTypeComponent, "cmat-stepper-horizontal-type", never, {}, {}, never, never, true, never>;
|
|
9
8
|
}
|
|
@@ -3,7 +3,6 @@ import { StepperProps } from '../stepper.type';
|
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
export declare class CmatStepperVerticalTypeComponent extends FieldType<FieldTypeConfig<StepperProps>> {
|
|
5
5
|
isValid(field: FormlyFieldConfig): boolean;
|
|
6
|
-
trackByFn(index: number): any;
|
|
7
6
|
static ɵfac: i0.ɵɵFactoryDeclaration<CmatStepperVerticalTypeComponent, never>;
|
|
8
7
|
static ɵcmp: i0.ɵɵComponentDeclaration<CmatStepperVerticalTypeComponent, "cmat-stepper-vertical-type", never, {}, {}, never, never, true, never>;
|
|
9
8
|
}
|
|
@@ -14,10 +14,10 @@ export declare class CmatTableTypeComponent extends FieldArrayType<FieldTypeConf
|
|
|
14
14
|
inlineform: FormGroup<{}>;
|
|
15
15
|
currentMode: any;
|
|
16
16
|
currentIndex: number;
|
|
17
|
-
columns:
|
|
17
|
+
columns: {
|
|
18
18
|
key: string;
|
|
19
19
|
label: string;
|
|
20
|
-
}
|
|
20
|
+
}[];
|
|
21
21
|
displayedColumns: string[];
|
|
22
22
|
dialogType: 'add' | 'edit' | '';
|
|
23
23
|
defaultOptions: {
|
|
@@ -36,7 +36,6 @@ export declare class CmatTableTypeComponent extends FieldArrayType<FieldTypeConf
|
|
|
36
36
|
editRow(item: any, index: number): void;
|
|
37
37
|
deleteRow(id: number): void;
|
|
38
38
|
confirm(): void;
|
|
39
|
-
trackByFn(index: number): any;
|
|
40
39
|
static ɵfac: i0.ɵɵFactoryDeclaration<CmatTableTypeComponent, never>;
|
|
41
40
|
static ɵcmp: i0.ɵɵComponentDeclaration<CmatTableTypeComponent, "cmat-table-type", never, {}, {}, never, never, true, never>;
|
|
42
41
|
}
|
|
@@ -2,7 +2,6 @@ import { FieldTypeConfig } from '@ngx-formly/core';
|
|
|
2
2
|
import { FieldType } from '@ngx-formly/material';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
export declare class CmatTabTypeComponent extends FieldType<FieldTypeConfig> {
|
|
5
|
-
trackByFn(index: number): any;
|
|
6
5
|
static ɵfac: i0.ɵɵFactoryDeclaration<CmatTabTypeComponent, never>;
|
|
7
6
|
static ɵcmp: i0.ɵɵComponentDeclaration<CmatTabTypeComponent, "cmat-tab-type", never, {}, {}, never, never, true, never>;
|
|
8
7
|
}
|
|
@@ -33,7 +33,6 @@ export declare class CmatTagsTypeComponent extends FieldType<FieldTypeConfig<Tag
|
|
|
33
33
|
openTagsPanel(): void;
|
|
34
34
|
filterTags(event: any): void;
|
|
35
35
|
toggleTag(tag: any): void;
|
|
36
|
-
trackByFn(index: number): any;
|
|
37
36
|
isCheck(tag: any): boolean;
|
|
38
37
|
static ɵfac: i0.ɵɵFactoryDeclaration<CmatTagsTypeComponent, never>;
|
|
39
38
|
static ɵcmp: i0.ɵɵComponentDeclaration<CmatTagsTypeComponent, "cmat-tags-type", never, {}, {}, never, never, true, never>;
|
|
@@ -33,7 +33,6 @@ export declare class CmatMaterialColorPickerComponent implements ControlValueAcc
|
|
|
33
33
|
updateSelectedColor(): void;
|
|
34
34
|
goToPalettesView(): void;
|
|
35
35
|
onMenuOpen(opened: boolean): void;
|
|
36
|
-
trackByFn(index: number, item: any): any;
|
|
37
36
|
static ɵfac: i0.ɵɵFactoryDeclaration<CmatMaterialColorPickerComponent, never>;
|
|
38
37
|
static ɵcmp: i0.ɵɵComponentDeclaration<CmatMaterialColorPickerComponent, "cmat-material-color-picker", ["cmatMaterialColorPicker"], { "color": { "alias": "color"; "required": false; }; "title": { "alias": "title"; "required": false; }; "readonly": { "alias": "readonly"; "required": false; }; }, { "colorChanged": "colorChanged"; }, never, never, true, never>;
|
|
39
38
|
}
|
|
@@ -37,7 +37,6 @@ export declare class CmatDatetimepickerCalendarBodyComponent {
|
|
|
37
37
|
get _firstRowOffset(): number;
|
|
38
38
|
cellClicked(cell: CmatDatetimepickerCalendarCellComponent): void;
|
|
39
39
|
isActiveCell(rowIndex: number, colIndex: number): boolean;
|
|
40
|
-
trackByFn(index: number, item: CmatDatetimepickerCalendarCellComponent): any;
|
|
41
40
|
static ɵfac: i0.ɵɵFactoryDeclaration<CmatDatetimepickerCalendarBodyComponent, never>;
|
|
42
41
|
static ɵcmp: i0.ɵɵComponentDeclaration<CmatDatetimepickerCalendarBodyComponent, "[cmat-datetimepicker-calendar-body]", ["cmatDatetimepickerCalendarBody"], { "label": { "alias": "label"; "required": false; }; "rows": { "alias": "rows"; "required": false; }; "todayValue": { "alias": "todayValue"; "required": false; }; "selectedValue": { "alias": "selectedValue"; "required": false; }; "labelMinRequiredCells": { "alias": "labelMinRequiredCells"; "required": false; }; "numCols": { "alias": "numCols"; "required": false; }; "allowDisabledSelection": { "alias": "allowDisabledSelection"; "required": false; }; "activeCell": { "alias": "activeCell"; "required": false; }; }, { "selectedValueChange": "selectedValueChange"; }, never, never, true, never>;
|
|
43
42
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { AfterContentInit, ChangeDetectorRef, ElementRef, EventEmitter,
|
|
1
|
+
import { AfterContentInit, ChangeDetectorRef, ElementRef, EventEmitter, OnDestroy } from '@angular/core';
|
|
2
2
|
import { CmatDatetimeFormats, DatetimeAdapter } from 'cmat/components/adapter';
|
|
3
3
|
import { CmatDatetimepickerFilterType } from './datetimepicker-filtertype';
|
|
4
4
|
import { CmatDatetimepickerIntl } from './datetimepicker-intl';
|
|
@@ -10,7 +10,6 @@ import * as i0 from "@angular/core";
|
|
|
10
10
|
export declare class CmatDatetimepickerCalendarComponent<D> implements AfterContentInit, OnDestroy {
|
|
11
11
|
private _elementRef;
|
|
12
12
|
private _intl;
|
|
13
|
-
private _ngZone;
|
|
14
13
|
private _adapter;
|
|
15
14
|
private _dateFormats;
|
|
16
15
|
userSelection: EventEmitter<void>;
|
|
@@ -45,7 +44,7 @@ export declare class CmatDatetimepickerCalendarComponent<D> implements AfterCont
|
|
|
45
44
|
private _minDate;
|
|
46
45
|
private _maxDate;
|
|
47
46
|
private _timeInput;
|
|
48
|
-
constructor(_elementRef: ElementRef, _intl: CmatDatetimepickerIntl,
|
|
47
|
+
constructor(_elementRef: ElementRef, _intl: CmatDatetimepickerIntl, _adapter: DatetimeAdapter<D>, _dateFormats: CmatDatetimeFormats, changeDetectorRef: ChangeDetectorRef);
|
|
49
48
|
get type(): CmatDatetimepickerType;
|
|
50
49
|
set type(value: CmatDatetimepickerType);
|
|
51
50
|
/** A date representing the period (month or year) to start the calendar in. */
|
|
@@ -141,6 +140,6 @@ export declare class CmatDatetimepickerCalendarComponent<D> implements AfterCont
|
|
|
141
140
|
private _nextMonthInSameCol;
|
|
142
141
|
private _changeCalendarState;
|
|
143
142
|
private _2digit;
|
|
144
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<CmatDatetimepickerCalendarComponent<any>, [null, null,
|
|
143
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<CmatDatetimepickerCalendarComponent<any>, [null, null, { optional: true; }, { optional: true; }, null]>;
|
|
145
144
|
static ɵcmp: i0.ɵɵComponentDeclaration<CmatDatetimepickerCalendarComponent<any>, "cmat-datetimepicker-calendar", ["cmatDatetimepickerCalendar"], { "multiYearSelector": { "alias": "multiYearSelector"; "required": false; }; "startView": { "alias": "startView"; "required": false; }; "twelvehour": { "alias": "twelvehour"; "required": false; }; "timeInterval": { "alias": "timeInterval"; "required": false; }; "dateFilter": { "alias": "dateFilter"; "required": false; }; "preventSameDateTimeSelection": { "alias": "preventSameDateTimeSelection"; "required": false; }; "type": { "alias": "type"; "required": false; }; "startAt": { "alias": "startAt"; "required": false; }; "timeInput": { "alias": "timeInput"; "required": false; }; "selected": { "alias": "selected"; "required": false; }; "minDate": { "alias": "minDate"; "required": false; }; "maxDate": { "alias": "maxDate"; "required": false; }; }, { "userSelection": "userSelection"; "selectedChange": "selectedChange"; "viewChanged": "viewChanged"; }, never, never, true, never>;
|
|
146
145
|
}
|
|
@@ -24,8 +24,8 @@ export declare class CmatDatetimepickerClockComponent<D> implements AfterContent
|
|
|
24
24
|
role: string;
|
|
25
25
|
class: string;
|
|
26
26
|
/** Hours and Minutes representing the clock view. */
|
|
27
|
-
hours:
|
|
28
|
-
minutes:
|
|
27
|
+
hours: any[];
|
|
28
|
+
minutes: any[];
|
|
29
29
|
/** Whether the clock is in hour view. */
|
|
30
30
|
hourView: boolean;
|
|
31
31
|
selectedHour: number;
|
|
@@ -60,7 +60,6 @@ export declare class CmatDatetimepickerClockComponent<D> implements AfterContent
|
|
|
60
60
|
ngAfterContentInit(): void;
|
|
61
61
|
handleMousemove(event: any): void;
|
|
62
62
|
handleMouseup(): void;
|
|
63
|
-
trackByFn(index: number, item: any): any;
|
|
64
63
|
/** Initializes this clock view. */
|
|
65
64
|
private _init;
|
|
66
65
|
/**
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Directionality } from '@angular/cdk/bidi';
|
|
2
2
|
import { Overlay, ScrollStrategy } from '@angular/cdk/overlay';
|
|
3
|
-
import { AfterContentInit, ChangeDetectorRef, ElementRef, EventEmitter, InjectionToken,
|
|
3
|
+
import { AfterContentInit, ChangeDetectorRef, ElementRef, EventEmitter, InjectionToken, OnDestroy, OnInit, ViewContainerRef } from '@angular/core';
|
|
4
4
|
import { ThemePalette } from '@angular/material/core';
|
|
5
5
|
import { Subject } from 'rxjs';
|
|
6
6
|
import { DatetimeAdapter } from 'cmat/components/adapter';
|
|
@@ -47,7 +47,6 @@ export declare class CmatDatetimepickerContentComponent<D> implements OnInit, Af
|
|
|
47
47
|
}
|
|
48
48
|
export declare class CmatDatetimepickerComponent<D> implements OnDestroy {
|
|
49
49
|
private _overlay;
|
|
50
|
-
private _ngZone;
|
|
51
50
|
private _viewContainerRef;
|
|
52
51
|
private _scrollStrategy;
|
|
53
52
|
private _dateAdapter;
|
|
@@ -98,7 +97,7 @@ export declare class CmatDatetimepickerComponent<D> implements OnDestroy {
|
|
|
98
97
|
private _disabled;
|
|
99
98
|
private _timeInput;
|
|
100
99
|
private _restoreFocus;
|
|
101
|
-
constructor(_overlay: Overlay,
|
|
100
|
+
constructor(_overlay: Overlay, _viewContainerRef: ViewContainerRef, _scrollStrategy: any, _dateAdapter: DatetimeAdapter<D>, _dir: Directionality, _document: any);
|
|
102
101
|
/** Whether to show multi-year view. */
|
|
103
102
|
get multiYearSelector(): boolean;
|
|
104
103
|
set multiYearSelector(value: boolean);
|
|
@@ -185,6 +184,6 @@ export declare class CmatDatetimepickerComponent<D> implements OnDestroy {
|
|
|
185
184
|
private _setConnectedPositions;
|
|
186
185
|
/** Gets an observable that will emit when the overlay is supposed to be closed. */
|
|
187
186
|
private _getCloseStream;
|
|
188
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<CmatDatetimepickerComponent<any>, [null, null, null,
|
|
187
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<CmatDatetimepickerComponent<any>, [null, null, null, { optional: true; }, { optional: true; }, { optional: true; }]>;
|
|
189
188
|
static ɵcmp: i0.ɵɵComponentDeclaration<CmatDatetimepickerComponent<any>, "cmat-datetimepicker", ["cmatDatetimepicker"], { "startView": { "alias": "startView"; "required": false; }; "mode": { "alias": "mode"; "required": false; }; "timeInterval": { "alias": "timeInterval"; "required": false; }; "preventSameDateTimeSelection": { "alias": "preventSameDateTimeSelection"; "required": false; }; "xPosition": { "alias": "xPosition"; "required": false; }; "yPosition": { "alias": "yPosition"; "required": false; }; "multiYearSelector": { "alias": "multiYearSelector"; "required": false; }; "twelvehour": { "alias": "twelvehour"; "required": false; }; "panelClass": { "alias": "panelClass"; "required": false; }; "opened": { "alias": "opened"; "required": false; }; "color": { "alias": "color"; "required": false; }; "startAt": { "alias": "startAt"; "required": false; }; "type": { "alias": "type"; "required": false; }; "timeInput": { "alias": "timeInput"; "required": false; }; "touchUi": { "alias": "touchUi"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "restoreFocus": { "alias": "restoreFocus"; "required": false; }; }, { "selectedChanged": "selectedChanged"; "openedStream": "openedStream"; "closedStream": "closedStream"; "viewChanged": "viewChanged"; }, never, never, true, never>;
|
|
190
189
|
}
|
|
@@ -47,7 +47,6 @@ export declare class CmatDatetimepickerMonthViewComponent<D> implements AfterCon
|
|
|
47
47
|
/** Handles when a new date is selected. */
|
|
48
48
|
dateSelected(date: number): void;
|
|
49
49
|
calendarStateDone(): void;
|
|
50
|
-
trackByFn(index: number, item: any): any;
|
|
51
50
|
/** Initializes this month view. */
|
|
52
51
|
private _init;
|
|
53
52
|
/** Creates MdCalendarCells for the dates in this month. */
|
|
@@ -10,7 +10,7 @@ export declare class CmatNavigationItem {
|
|
|
10
10
|
tooltip?: string;
|
|
11
11
|
link?: string;
|
|
12
12
|
externalLink?: boolean;
|
|
13
|
-
target?: '_blank' | '_self' | '_parent' | '_top'
|
|
13
|
+
target?: '_blank' | '_self' | '_parent' | '_top';
|
|
14
14
|
exactMatch?: boolean;
|
|
15
15
|
isActiveMatchOptions?: IsActiveMatchOptions;
|
|
16
16
|
function?: (item: CmatNavigationItem) => void;
|
|
@@ -18,7 +18,6 @@ export declare class CmatPaginationComponent implements OnInit {
|
|
|
18
18
|
get autoHide(): boolean;
|
|
19
19
|
set autoHide(value: boolean);
|
|
20
20
|
ngOnInit(): void;
|
|
21
|
-
trackByIndex(index: number): number;
|
|
22
21
|
static ɵfac: i0.ɵɵFactoryDeclaration<CmatPaginationComponent, never>;
|
|
23
22
|
static ɵcmp: i0.ɵɵComponentDeclaration<CmatPaginationComponent, "cmat-pagination", ["cmatPagination"], { "id": { "alias": "id"; "required": false; }; "maxSize": { "alias": "maxSize"; "required": false; }; "itemsPerPages": { "alias": "itemsPerPages"; "required": false; }; "initPerPage": { "alias": "initPerPage"; "required": false; }; "autoHide": { "alias": "autoHide"; "required": false; }; }, { "pageChange": "pageChange"; "pageBoundsCorrection": "pageBoundsCorrection"; "perPageCountChange": "perPageCountChange"; }, never, never, true, never>;
|
|
24
23
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { AbstractControl, ValidatorFn } from '@angular/forms';
|
|
2
2
|
export declare class CmatPasswordStrengthValidator {
|
|
3
|
-
isUndefinedOrEmpty(control: AbstractControl):
|
|
3
|
+
isUndefinedOrEmpty(control: AbstractControl): void;
|
|
4
4
|
validate(criteria: string, regex: RegExp): ValidatorFn;
|
|
5
5
|
confirm(password: string): ValidatorFn;
|
|
6
6
|
}
|
|
@@ -1,14 +1,13 @@
|
|
|
1
1
|
import { AnimationEvent } from '@angular/animations';
|
|
2
2
|
import { Directionality } from '@angular/cdk/bidi';
|
|
3
3
|
import { BooleanInput } from '@angular/cdk/coercion';
|
|
4
|
-
import { ElementRef, EventEmitter,
|
|
4
|
+
import { ElementRef, EventEmitter, OnDestroy, TemplateRef } from '@angular/core';
|
|
5
5
|
import { CmatPopoverPanel } from './popover.interfaces';
|
|
6
6
|
import { CmatPopoverPosition, CmatPopoverScrollStrategy, CmatPopoverTriggerEvent } from './popover.type';
|
|
7
7
|
import * as i0 from "@angular/core";
|
|
8
8
|
export declare class CmatPopoverComponent implements CmatPopoverPanel, OnDestroy {
|
|
9
9
|
private _dir;
|
|
10
10
|
private _elementRef;
|
|
11
|
-
zone: NgZone;
|
|
12
11
|
static ngAcceptInputType_closeOnPanelClick: BooleanInput;
|
|
13
12
|
static ngAcceptInputType_closeOnBackdropClick: BooleanInput;
|
|
14
13
|
static ngAcceptInputType_disableAnimation: BooleanInput;
|
|
@@ -29,9 +28,7 @@ export declare class CmatPopoverComponent implements CmatPopoverPanel, OnDestroy
|
|
|
29
28
|
/** Closing disabled on popover */
|
|
30
29
|
closeDisabled: boolean;
|
|
31
30
|
/** Config object to be passed into the popover's ngClass */
|
|
32
|
-
classList:
|
|
33
|
-
[key: string]: boolean;
|
|
34
|
-
};
|
|
31
|
+
classList: Record<string, boolean>;
|
|
35
32
|
/** Emits the current animation state whenever it changes. */
|
|
36
33
|
_onAnimationStateChange: EventEmitter<AnimationEvent>;
|
|
37
34
|
/** Settings for popover, view setters and getters for more detail */
|
|
@@ -51,7 +48,7 @@ export declare class CmatPopoverComponent implements CmatPopoverPanel, OnDestroy
|
|
|
51
48
|
private _arrowOffsetY;
|
|
52
49
|
private _arrowWidth;
|
|
53
50
|
private _arrowHeight;
|
|
54
|
-
constructor(_dir: Directionality, _elementRef: ElementRef
|
|
51
|
+
constructor(_dir: Directionality, _elementRef: ElementRef);
|
|
55
52
|
get position(): CmatPopoverPosition;
|
|
56
53
|
/** Position of the popover. */
|
|
57
54
|
set position(value: CmatPopoverPosition);
|
|
@@ -134,6 +131,6 @@ export declare class CmatPopoverComponent implements CmatPopoverPanel, OnDestroy
|
|
|
134
131
|
* folds out from the correct direction.
|
|
135
132
|
*/
|
|
136
133
|
setPositionClasses(pos?: CmatPopoverPosition): void;
|
|
137
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<CmatPopoverComponent, [{ optional: true; }, null
|
|
134
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<CmatPopoverComponent, [{ optional: true; }, null]>;
|
|
138
135
|
static ɵcmp: i0.ɵɵComponentDeclaration<CmatPopoverComponent, "cmat-popover", ["cmatPopover"], { "popoverPanelStyles": { "alias": "popoverPanelStyles"; "required": false; }; "popoverArrowStyles": { "alias": "popoverArrowStyles"; "required": false; }; "popoverContentStyles": { "alias": "popoverContentStyles"; "required": false; }; "position": { "alias": "position"; "required": false; }; "triggerEvent": { "alias": "triggerEvent"; "required": false; }; "scrollStrategy": { "alias": "scrollStrategy"; "required": false; }; "enterDelay": { "alias": "enterDelay"; "required": false; }; "leaveDelay": { "alias": "leaveDelay"; "required": false; }; "xOffset": { "alias": "xOffset"; "required": false; }; "yOffset": { "alias": "yOffset"; "required": false; }; "arrowOffsetX": { "alias": "arrowOffsetX"; "required": false; }; "arrowOffsetY": { "alias": "arrowOffsetY"; "required": false; }; "arrowWidth": { "alias": "arrowWidth"; "required": false; }; "arrowHeight": { "alias": "arrowHeight"; "required": false; }; "closeOnPanelClick": { "alias": "closeOnPanelClick"; "required": false; }; "closeOnBackdropClick": { "alias": "closeOnBackdropClick"; "required": false; }; "disableAnimation": { "alias": "disableAnimation"; "required": false; }; "focusTrapEnabled": { "alias": "focusTrapEnabled"; "required": false; }; "focusTrapAutoCaptureEnabled": { "alias": "focusTrapAutoCaptureEnabled"; "required": false; }; "panelClass": { "alias": "panelClass"; "required": false; }; }, { "closed": "closed"; }, never, ["*"], true, never>;
|
|
139
136
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { ElementRef, EventEmitter,
|
|
1
|
+
import { ElementRef, EventEmitter, TemplateRef } from '@angular/core';
|
|
2
2
|
import { CmatPopoverPosition, CmatPopoverScrollStrategy, CmatPopoverTriggerEvent } from './popover.type';
|
|
3
3
|
export interface CmatPopoverPanel {
|
|
4
4
|
triggerEvent: CmatPopoverTriggerEvent;
|
|
@@ -17,7 +17,6 @@ export interface CmatPopoverPanel {
|
|
|
17
17
|
containerPositioning: boolean;
|
|
18
18
|
closeDisabled: boolean;
|
|
19
19
|
templateRef: TemplateRef<any>;
|
|
20
|
-
zone: NgZone;
|
|
21
20
|
closed: EventEmitter<void>;
|
|
22
21
|
setCurrentStyles: (pos?: CmatPopoverPosition) => void;
|
|
23
22
|
setPositionClasses: (pos?: CmatPopoverPosition) => void;
|
|
@@ -90,7 +90,6 @@ export declare class CmatSelectTreeComponent implements MatFormFieldControl<any>
|
|
|
90
90
|
clearSelection(): void;
|
|
91
91
|
toggleSelectAll(selectAllValue: boolean): void;
|
|
92
92
|
compareObjects(o1: any, o2: any): boolean;
|
|
93
|
-
trackByFn(index: number, item: any): any;
|
|
94
93
|
private _onModelChange;
|
|
95
94
|
private _onTouchedChange;
|
|
96
95
|
private _init;
|
|
@@ -1,18 +1,17 @@
|
|
|
1
|
-
import { ElementRef,
|
|
1
|
+
import { ElementRef, OnDestroy, OnInit, QueryList } from '@angular/core';
|
|
2
2
|
import { CmatTimelineItemComponent } from './timeline-item/timeline-item.component';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
export type CMAT_TIMELINE_POSITION = 'start' | 'end' | 'center' | 'center-alt';
|
|
5
5
|
export type CMAT_TIMELINE_ORIENTATION = 'vertical' | 'horizontal';
|
|
6
|
-
export declare class CmatTimelineComponent implements OnInit, OnDestroy
|
|
6
|
+
export declare class CmatTimelineComponent implements OnInit, OnDestroy {
|
|
7
7
|
private _host;
|
|
8
|
-
private _ngZone;
|
|
9
8
|
readonly items: QueryList<CmatTimelineItemComponent>;
|
|
9
|
+
readonly class = "cmat-timeline";
|
|
10
10
|
private _reverse;
|
|
11
11
|
private _position;
|
|
12
12
|
private _orientation;
|
|
13
13
|
private _unsubscribeAll;
|
|
14
|
-
constructor(_host: ElementRef
|
|
15
|
-
get class(): string;
|
|
14
|
+
constructor(_host: ElementRef);
|
|
16
15
|
get isStartPosition(): boolean;
|
|
17
16
|
get isEndPosition(): boolean;
|
|
18
17
|
get isCenterPosition(): boolean;
|
|
@@ -23,7 +22,6 @@ export declare class CmatTimelineComponent implements OnInit, OnDestroy, OnChang
|
|
|
23
22
|
set position(position: CMAT_TIMELINE_POSITION);
|
|
24
23
|
set orientation(orientation: CMAT_TIMELINE_ORIENTATION);
|
|
25
24
|
set reverse(reverse: boolean);
|
|
26
|
-
ngOnChanges(): void;
|
|
27
25
|
ngOnInit(): void;
|
|
28
26
|
ngOnDestroy(): void;
|
|
29
27
|
updateLayout(): void;
|
|
@@ -7,7 +7,7 @@ import * as i0 from "@angular/core";
|
|
|
7
7
|
export declare class CmatTransferPickerFilterComponent implements OnInit {
|
|
8
8
|
private _overlay;
|
|
9
9
|
private _service;
|
|
10
|
-
filters:
|
|
10
|
+
filters: CmatTransferFilterItem[];
|
|
11
11
|
overlayOrigin: CdkOverlayOrigin;
|
|
12
12
|
filterTemplate: CdkPortal;
|
|
13
13
|
overlayRef: OverlayRef;
|
|
@@ -18,7 +18,6 @@ export declare class CmatTransferPickerFilterComponent implements OnInit {
|
|
|
18
18
|
onFilterClick(filter: CmatTransferFilterItem): void;
|
|
19
19
|
onConditionChange(event: any): void;
|
|
20
20
|
changeFilterData(): void;
|
|
21
|
-
trackByFn(index: number, item: CmatTransferFilterItem): any;
|
|
22
21
|
static ɵfac: i0.ɵɵFactoryDeclaration<CmatTransferPickerFilterComponent, never>;
|
|
23
22
|
static ɵcmp: i0.ɵɵComponentDeclaration<CmatTransferPickerFilterComponent, "cmat-transfer-picker-filter", ["cmatTransferPickerFilter"], { "filters": { "alias": "filters"; "required": false; }; }, {}, never, never, true, never>;
|
|
24
23
|
}
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
*/
|
|
4
4
|
export declare class CmatTransferItemNode {
|
|
5
5
|
[key: string]: any;
|
|
6
|
-
children?:
|
|
6
|
+
children?: CmatTransferItemNode[];
|
|
7
7
|
label: string;
|
|
8
8
|
value: string | number;
|
|
9
9
|
disabled?: boolean;
|
|
@@ -25,18 +25,18 @@ export declare enum CmatTransferFilterCondition {
|
|
|
25
25
|
export interface CmatTransferFilterItem {
|
|
26
26
|
label: string;
|
|
27
27
|
value: number | string;
|
|
28
|
-
condition:
|
|
28
|
+
condition: CmatTransferFilterCondition[];
|
|
29
29
|
field: string;
|
|
30
30
|
selected?: boolean;
|
|
31
31
|
}
|
|
32
32
|
export interface CmatTransferFilterData {
|
|
33
33
|
condition: 'or' | 'and';
|
|
34
|
-
filters:
|
|
34
|
+
filters: CmatTransferFilterItem[];
|
|
35
35
|
}
|
|
36
36
|
export interface CmatSourceOptions {
|
|
37
37
|
title: string;
|
|
38
38
|
filterable: boolean;
|
|
39
39
|
searchable: boolean;
|
|
40
40
|
searchPlaceholder: string;
|
|
41
|
-
filters:
|
|
41
|
+
filters: CmatTransferFilterItem[];
|
|
42
42
|
}
|
package/components/transfer-picker/transfer-picker-source/transfer-picker-source.component.d.ts
CHANGED
|
@@ -16,13 +16,13 @@ export declare class CmatTransferPickerSourceComponent implements OnInit, AfterV
|
|
|
16
16
|
/** The selection for checklist */
|
|
17
17
|
checklistSelection: SelectionModel<CmatTransferItemFlatNode>;
|
|
18
18
|
options: CmatSourceOptions;
|
|
19
|
-
selectedList:
|
|
19
|
+
selectedList: CmatTransferItemFlatNode[];
|
|
20
20
|
private _unsubscribeAll;
|
|
21
21
|
constructor(_service: CmatTransferPickerService, _changeDetectorRef: ChangeDetectorRef);
|
|
22
22
|
ngOnInit(): void;
|
|
23
23
|
ngAfterViewInit(): void;
|
|
24
24
|
ngOnDestroy(): void;
|
|
25
|
-
getSelectedList():
|
|
25
|
+
getSelectedList(): CmatTransferItemFlatNode[];
|
|
26
26
|
resetSelectedItem(item: CmatTransferItemFlatNode): void;
|
|
27
27
|
hasChild: (_: number, _nodeData: CmatTransferItemFlatNode) => boolean;
|
|
28
28
|
/** Whether all the descendants of the node are selected */
|
package/components/transfer-picker/transfer-picker-target/transfer-picker-target.component.d.ts
CHANGED
|
@@ -2,11 +2,10 @@ import { EventEmitter } from '@angular/core';
|
|
|
2
2
|
import { CmatTransferItemFlatNode } from '../interface';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
export declare class CmatTransferPickerTargetComponent {
|
|
5
|
-
selectedList:
|
|
5
|
+
selectedList: CmatTransferItemFlatNode[];
|
|
6
6
|
clearItemChange: EventEmitter<CmatTransferItemFlatNode>;
|
|
7
7
|
constructor();
|
|
8
8
|
clearItem(item: CmatTransferItemFlatNode): void;
|
|
9
|
-
trackByFn(index: number, item: CmatTransferItemFlatNode): any;
|
|
10
9
|
static ɵfac: i0.ɵɵFactoryDeclaration<CmatTransferPickerTargetComponent, never>;
|
|
11
10
|
static ɵcmp: i0.ɵɵComponentDeclaration<CmatTransferPickerTargetComponent, "cmat-transfer-picker-target", ["cmatTransferPickerTarget"], { "selectedList": { "alias": "selectedList"; "required": false; }; }, { "clearItemChange": "clearItemChange"; }, never, never, true, never>;
|
|
12
11
|
}
|
|
@@ -10,12 +10,12 @@ export declare class CmatTransferPickerComponent implements OnInit, AfterViewIni
|
|
|
10
10
|
filterable: boolean;
|
|
11
11
|
searchable: boolean;
|
|
12
12
|
searchPlaceholder: string;
|
|
13
|
-
dataSource:
|
|
14
|
-
filters:
|
|
15
|
-
selectedValues:
|
|
16
|
-
selectChange: EventEmitter<
|
|
13
|
+
dataSource: CmatTransferItemNode[];
|
|
14
|
+
filters: CmatTransferFilterItem[];
|
|
15
|
+
selectedValues: string[];
|
|
16
|
+
selectChange: EventEmitter<CmatTransferItemFlatNode[]>;
|
|
17
17
|
source: CmatTransferPickerSourceComponent;
|
|
18
|
-
selectedList:
|
|
18
|
+
selectedList: CmatTransferItemFlatNode[];
|
|
19
19
|
constructor(_service: CmatTransferPickerService, _changeDetectorRef: ChangeDetectorRef);
|
|
20
20
|
ngOnInit(): void;
|
|
21
21
|
ngAfterViewInit(): void;
|
|
@@ -2,11 +2,11 @@ import { BehaviorSubject } from 'rxjs';
|
|
|
2
2
|
import { CmatSourceOptions, CmatTransferFilterData, CmatTransferFilterItem, CmatTransferItemNode } from './interface';
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
export declare class CmatTransferPickerService {
|
|
5
|
-
dataSourceChange: BehaviorSubject<
|
|
5
|
+
dataSourceChange: BehaviorSubject<CmatTransferItemNode[]>;
|
|
6
6
|
refreshDataSourceChange: BehaviorSubject<boolean>;
|
|
7
|
-
filtersChange: BehaviorSubject<
|
|
7
|
+
filtersChange: BehaviorSubject<CmatTransferFilterItem[]>;
|
|
8
8
|
sourceOptionsChange: BehaviorSubject<CmatSourceOptions | void>;
|
|
9
|
-
selectedValuesChange: BehaviorSubject<
|
|
9
|
+
selectedValuesChange: BehaviorSubject<string[]>;
|
|
10
10
|
private _dataSource;
|
|
11
11
|
private _filterData;
|
|
12
12
|
private _keyword;
|
|
@@ -15,10 +15,10 @@ export declare class CmatTransferPickerService {
|
|
|
15
15
|
private _compareMap;
|
|
16
16
|
private _conditionMap;
|
|
17
17
|
constructor();
|
|
18
|
-
get dataSource():
|
|
19
|
-
set dataSource(data:
|
|
18
|
+
get dataSource(): CmatTransferItemNode[];
|
|
19
|
+
set dataSource(data: CmatTransferItemNode[]);
|
|
20
20
|
set sourceOptions(value: CmatSourceOptions);
|
|
21
|
-
set selectedValues(value:
|
|
21
|
+
set selectedValues(value: string[]);
|
|
22
22
|
filterDataSource({ filterData, keyword }: {
|
|
23
23
|
filterData?: CmatTransferFilterData;
|
|
24
24
|
keyword?: string;
|
|
@@ -15,7 +15,7 @@ export declare class CmatUploadQueueComponent implements OnDestroy, AfterViewIni
|
|
|
15
15
|
accept: string;
|
|
16
16
|
title: string;
|
|
17
17
|
editMode: boolean;
|
|
18
|
-
filesData:
|
|
18
|
+
filesData: any[];
|
|
19
19
|
outputRemoveIdEvent: EventEmitter<string>;
|
|
20
20
|
outputUploadIdEvent: EventEmitter<string>;
|
|
21
21
|
outputFilesDataEvent: EventEmitter<any>;
|
|
@@ -3,9 +3,11 @@ import * as i0 from "@angular/core";
|
|
|
3
3
|
export declare class CmatMaskDirective implements OnInit {
|
|
4
4
|
el: ElementRef;
|
|
5
5
|
inputElement: HTMLInputElement;
|
|
6
|
+
value: string;
|
|
6
7
|
regex: RegExp;
|
|
7
8
|
private _navigationKeys;
|
|
8
9
|
constructor(el: ElementRef);
|
|
10
|
+
onInputChange(event: any): void;
|
|
9
11
|
onKeyDown(e: KeyboardEvent): void;
|
|
10
12
|
ngOnInit(): void;
|
|
11
13
|
private _forecastValue;
|
|
@@ -6,9 +6,7 @@ export declare class CmatEqualValidatorDirective implements Validator {
|
|
|
6
6
|
constructor(_validateEqual: string, _reverse: string);
|
|
7
7
|
private static _validateNoReverse;
|
|
8
8
|
private static _validateReverse;
|
|
9
|
-
validate(c: AbstractControl):
|
|
10
|
-
[key: string]: any;
|
|
11
|
-
} | null;
|
|
9
|
+
validate(c: AbstractControl): Record<string, any> | null;
|
|
12
10
|
static ɵfac: i0.ɵɵFactoryDeclaration<CmatEqualValidatorDirective, [{ attribute: "cmatValidateEqual"; }, { attribute: "reverse"; }]>;
|
|
13
11
|
static ɵdir: i0.ɵɵDirectiveDeclaration<CmatEqualValidatorDirective, "[cmatValidateEqual][formControlName],[cmatValidateEqual][formControl],[cmatValidateEqual][ngModel]", never, {}, {}, never, never, true, never>;
|
|
14
12
|
}
|