myrta-ui 1.0.43 → 14.0.0-beta.1
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/esm2020/lib/components/alert/alert.component.mjs +3 -3
- package/esm2020/lib/components/alert/alert.module.mjs +5 -5
- package/esm2020/lib/components/badges/badges.module.mjs +5 -7
- package/esm2020/lib/components/badges/components/badge/badge.component.mjs +3 -3
- package/esm2020/lib/components/badges/components/badge-group/badge-group.component.mjs +3 -3
- package/esm2020/lib/components/breadcrumbs/breadcrumbs.component.mjs +3 -3
- package/esm2020/lib/components/breadcrumbs/breadcrumbs.module.mjs +5 -7
- package/esm2020/lib/components/button/button.component.mjs +5 -5
- package/esm2020/lib/components/button/button.module.mjs +5 -5
- package/esm2020/lib/components/cdk-tooltip/cdk-tooltip/tooltip-container.component.mjs +3 -3
- package/esm2020/lib/components/cdk-tooltip/cdk-tooltip.directive.mjs +3 -3
- package/esm2020/lib/components/cdk-tooltip/cdk-tooltip.module.mjs +5 -5
- package/esm2020/lib/components/chars-left/chars-left.component.mjs +3 -3
- package/esm2020/lib/components/chars-left/chars-left.module.mjs +5 -5
- package/esm2020/lib/components/context-menu/components/context-menu/context-menu.component.mjs +5 -27
- package/esm2020/lib/components/context-menu/components/context-menu-content/context-menu-content.component.mjs +7 -26
- package/esm2020/lib/components/context-menu/context-menu.module.mjs +5 -5
- package/esm2020/lib/components/context-menu/directives/context-menu/context-menu.directive.mjs +3 -3
- package/esm2020/lib/components/context-menu/directives/context-menu-item/context-menu-item.directive.mjs +3 -3
- package/esm2020/lib/components/context-menu/services/context-menu/context-menu-fixed.service.mjs +3 -3
- package/esm2020/lib/components/context-menu/services/context-menu/context-menu.service.mjs +3 -3
- package/esm2020/lib/components/dropdown/directives/hide-after-click.directive.mjs +3 -3
- package/esm2020/lib/components/dropdown/dropdown.component.mjs +3 -3
- package/esm2020/lib/components/dropdown/dropdown.module.mjs +5 -5
- package/esm2020/lib/components/error-message/error-message.component.mjs +3 -3
- package/esm2020/lib/components/error-message/error-message.module.mjs +5 -5
- package/esm2020/lib/components/form/checkbox/checkbox.component.mjs +8 -8
- package/esm2020/lib/components/form/checkbox/checkbox.module.mjs +5 -5
- package/esm2020/lib/components/form/checkbox-group/checkbox-group.component.mjs +8 -8
- package/esm2020/lib/components/form/checkbox-group/checkbox-group.module.mjs +11 -13
- package/esm2020/lib/components/form/checkbox-group/components/checkbox-group-header/checkbox-group-header.component.mjs +7 -7
- package/esm2020/lib/components/form/checkbox-group/components/checkbox-group-item/checkbox-group-item.component.mjs +7 -7
- package/esm2020/lib/components/form/document-editor/components/document-editor-preview-modal/document-editor-preview-modal.component.mjs +5 -5
- package/esm2020/lib/components/form/document-editor/document-editor.component.mjs +8 -8
- package/esm2020/lib/components/form/document-editor/document-editor.module.mjs +9 -11
- package/esm2020/lib/components/form/editor/editor.component.mjs +10 -10
- package/esm2020/lib/components/form/editor/editor.module.mjs +11 -13
- package/esm2020/lib/components/form/input-date-time/input-date-time.component.mjs +10 -10
- package/esm2020/lib/components/form/input-date-time/input-date-time.module.mjs +10 -12
- package/esm2020/lib/components/form/input-datepicker/input-datepicker.component.mjs +8 -8
- package/esm2020/lib/components/form/input-datepicker/input-datepicker.module.mjs +10 -12
- package/esm2020/lib/components/form/input-file/input-file.component.mjs +6 -6
- package/esm2020/lib/components/form/input-file/input-file.module.mjs +5 -5
- package/esm2020/lib/components/form/input-file-image/components/file-image-edit-modal/file-image-edit-modal.component.mjs +5 -5
- package/esm2020/lib/components/form/input-file-image/input-file-image.component.mjs +5 -5
- package/esm2020/lib/components/form/input-file-image/input-file-image.module.mjs +14 -16
- package/esm2020/lib/components/form/input-number/input-number.component.mjs +7 -7
- package/esm2020/lib/components/form/input-number/input-number.module.mjs +11 -13
- package/esm2020/lib/components/form/input-opt/components/input-opt/input-opt.component.mjs +10 -8
- package/esm2020/lib/components/form/input-opt/directives/opt-pattern.directive.mjs +3 -3
- package/esm2020/lib/components/form/input-opt/input-opt.module.mjs +8 -10
- package/esm2020/lib/components/form/input-opt/services/input-opt.service.mjs +3 -3
- package/esm2020/lib/components/form/input-password/input-password.component.mjs +7 -7
- package/esm2020/lib/components/form/input-password/input-password.module.mjs +8 -10
- package/esm2020/lib/components/form/input-phone/data/country-code.mjs +3 -3
- package/esm2020/lib/components/form/input-phone/directives/native-element-injector.directive.mjs +3 -3
- package/esm2020/lib/components/form/input-phone/input-phone.component.mjs +9 -9
- package/esm2020/lib/components/form/input-phone/input-phone.module.mjs +11 -13
- package/esm2020/lib/components/form/input-search/input-search.component.mjs +7 -7
- package/esm2020/lib/components/form/input-search/input-search.module.mjs +9 -11
- package/esm2020/lib/components/form/input-select/input-select.component.mjs +9 -9
- package/esm2020/lib/components/form/input-select/input-select.module.mjs +11 -13
- package/esm2020/lib/components/form/input-text/input-text.component.mjs +10 -10
- package/esm2020/lib/components/form/input-text/input-text.module.mjs +11 -13
- package/esm2020/lib/components/form/input-textarea/input-textarea.component.mjs +9 -9
- package/esm2020/lib/components/form/input-textarea/input-textarea.module.mjs +11 -13
- package/esm2020/lib/components/form/input-timepicker/input-timepicker.component.mjs +10 -10
- package/esm2020/lib/components/form/input-timepicker/input-timepicker.module.mjs +10 -12
- package/esm2020/lib/components/form/radio/radio.component.mjs +6 -6
- package/esm2020/lib/components/form/radio/radio.module.mjs +5 -5
- package/esm2020/lib/components/form/rating/rating.component.mjs +18 -14
- package/esm2020/lib/components/form/rating/rating.module.mjs +6 -8
- package/esm2020/lib/components/form/switch/switch.component.mjs +7 -7
- package/esm2020/lib/components/form/switch/switch.module.mjs +5 -5
- package/esm2020/lib/components/gallery/components/gallery-confirm-modal/gallery-confirm-modal.component.mjs +5 -5
- package/esm2020/lib/components/gallery/components/gallery-item/gallery-item.component.mjs +7 -7
- package/esm2020/lib/components/gallery/gallery.component.mjs +6 -6
- package/esm2020/lib/components/gallery/gallery.module.mjs +11 -13
- package/esm2020/lib/components/gallery/services/gallery.service.mjs +3 -3
- package/esm2020/lib/components/hint-error-message/hint-error-message.component.mjs +3 -3
- package/esm2020/lib/components/hint-error-message/hint-error-message.module.mjs +5 -5
- package/esm2020/lib/components/icon-button/icon-button.component.mjs +3 -3
- package/esm2020/lib/components/icon-button/icon-button.module.mjs +5 -5
- package/esm2020/lib/components/label/label.component.mjs +12 -12
- package/esm2020/lib/components/label/label.module.mjs +5 -5
- package/esm2020/lib/components/link/link.component.mjs +3 -3
- package/esm2020/lib/components/link/link.module.mjs +5 -5
- package/esm2020/lib/components/loader/loader.component.mjs +3 -3
- package/esm2020/lib/components/loader/loader.module.mjs +5 -5
- package/esm2020/lib/components/modal/modal.component.mjs +6 -6
- package/esm2020/lib/components/modal/modal.module.mjs +5 -5
- package/esm2020/lib/components/pages-nav/pages-nav.component.mjs +3 -3
- package/esm2020/lib/components/pages-nav/pages-nav.module.mjs +5 -7
- package/esm2020/lib/components/paginator/paginator.component.mjs +5 -5
- package/esm2020/lib/components/paginator/paginator.module.mjs +7 -9
- package/esm2020/lib/components/progress/progress.component.mjs +3 -3
- package/esm2020/lib/components/progress/progress.module.mjs +5 -5
- package/esm2020/lib/components/save-state/components/save-state-checkbox/save-state-checkbox.component.mjs +3 -3
- package/esm2020/lib/components/save-state/components/save-state-checkbox-group/save-state-checkbox-group.component.mjs +3 -3
- package/esm2020/lib/components/save-state/components/save-state-editor/save-state-editor.component.mjs +3 -3
- package/esm2020/lib/components/save-state/components/save-state-input/save-state-input.component.mjs +3 -3
- package/esm2020/lib/components/save-state/components/save-state-switch/save-state-switch.component.mjs +3 -3
- package/esm2020/lib/components/save-state/save-state.component.mjs +10 -10
- package/esm2020/lib/components/save-state/save-state.module.mjs +5 -7
- package/esm2020/lib/components/stepper/stepper.component.mjs +5 -5
- package/esm2020/lib/components/stepper/stepper.module.mjs +5 -5
- package/esm2020/lib/components/table/components/column/column.component.mjs +3 -3
- package/esm2020/lib/components/table/table.component.mjs +7 -7
- package/esm2020/lib/components/table/table.module.mjs +10 -12
- package/esm2020/lib/components/tabs/tab/tab.component.mjs +3 -3
- package/esm2020/lib/components/tabs/tabs-group/tabs-group.component.mjs +3 -3
- package/esm2020/lib/components/tabs/tabs.module.mjs +5 -5
- package/esm2020/lib/components/tooltip/services/tooltip.service.mjs +3 -3
- package/esm2020/lib/components/tooltip/tooltip-trigger/tooltip-trigger.component.mjs +3 -3
- package/esm2020/lib/components/tooltip/tooltip.component.mjs +3 -3
- package/esm2020/lib/components/tooltip/tooltip.module.mjs +5 -5
- package/esm2020/lib/components/truncate-text/directives/truncate-text.directive.mjs +3 -3
- package/esm2020/lib/components/truncate-text/truncate-text.component.mjs +6 -6
- package/esm2020/lib/components/truncate-text/truncate-text.module.mjs +5 -5
- package/esm2020/lib/components/warning-message/warning-message.component.mjs +3 -3
- package/esm2020/lib/components/warning-message/warning-message.module.mjs +5 -5
- package/esm2020/lib/components/wrappers/content-wrapper/content-wrapper.component.mjs +3 -3
- package/esm2020/lib/components/wrappers/content-wrapper/content-wrapper.module.mjs +5 -5
- package/esm2020/lib/components/wrappers/controls-wrapper/components/controls-item/controls-item.component.mjs +3 -3
- package/esm2020/lib/components/wrappers/controls-wrapper/controls-wrapper.component.mjs +3 -3
- package/esm2020/lib/components/wrappers/controls-wrapper/controls-wrapper.module.mjs +5 -5
- package/esm2020/lib/components/wrappers/widget-wrapper/widget-wrapper.component.mjs +4 -4
- package/esm2020/lib/components/wrappers/widget-wrapper/widget-wrapper.module.mjs +5 -7
- package/esm2020/lib/directives/autosize/autosize.directive.mjs +3 -3
- package/esm2020/lib/directives/autosize/autosize.module.mjs +5 -7
- package/esm2020/lib/directives/truncate/truncate.directive.mjs +3 -3
- package/esm2020/lib/directives/truncate/truncate.module.mjs +5 -5
- package/esm2020/lib/pipes/currency/currency.module.mjs +5 -7
- package/esm2020/lib/pipes/currency/currency.pipe.mjs +3 -3
- package/esm2020/lib/pipes/date/date-format.module.mjs +5 -5
- package/esm2020/lib/pipes/date/date-format.pipe.mjs +3 -3
- package/esm2020/lib/pipes/date/date-time-format.pipe.mjs +3 -3
- package/esm2020/lib/pipes/phone/phone-format.module.mjs +5 -5
- package/esm2020/lib/pipes/phone/phone-format.pipe.mjs +3 -3
- package/esm2020/lib/pipes/safe/safe.module.mjs +5 -7
- package/esm2020/lib/pipes/safe/safe.pipe.mjs +3 -3
- package/esm2020/lib/pipes/truncate/truncate.module.mjs +5 -7
- package/esm2020/lib/pipes/truncate/truncate.pipe.mjs +3 -3
- package/esm2020/lib/services/file-upload/file-upload.service.mjs +3 -3
- package/esm2020/lib/services/mrx-autosave/mrx-autosave.service.mjs +4 -4
- package/esm2020/lib/services/save-store/save-store.module.mjs +7 -9
- package/esm2020/lib/services/save-store/store/effect.mjs +3 -3
- package/fesm2015/myrta-ui.mjs +763 -856
- package/fesm2015/myrta-ui.mjs.map +1 -1
- package/fesm2020/myrta-ui.mjs +763 -856
- package/fesm2020/myrta-ui.mjs.map +1 -1
- package/lib/components/alert/alert.component.d.ts +1 -1
- package/lib/components/badges/components/badge/badge.component.d.ts +1 -1
- package/lib/components/badges/components/badge-group/badge-group.component.d.ts +1 -1
- package/lib/components/breadcrumbs/breadcrumbs.component.d.ts +1 -1
- package/lib/components/button/button.component.d.ts +1 -1
- package/lib/components/cdk-tooltip/cdk-tooltip/tooltip-container.component.d.ts +1 -1
- package/lib/components/cdk-tooltip/cdk-tooltip.directive.d.ts +1 -1
- package/lib/components/chars-left/chars-left.component.d.ts +1 -1
- package/lib/components/context-menu/components/context-menu/context-menu.component.d.ts +1 -1
- package/lib/components/context-menu/components/context-menu-content/context-menu-content.component.d.ts +1 -1
- package/lib/components/context-menu/directives/context-menu/context-menu.directive.d.ts +1 -1
- package/lib/components/context-menu/directives/context-menu-item/context-menu-item.directive.d.ts +1 -1
- package/lib/components/dropdown/directives/hide-after-click.directive.d.ts +1 -1
- package/lib/components/dropdown/dropdown.component.d.ts +1 -1
- package/lib/components/error-message/error-message.component.d.ts +1 -1
- package/lib/components/form/checkbox/checkbox.component.d.ts +1 -1
- package/lib/components/form/checkbox-group/checkbox-group.component.d.ts +1 -1
- package/lib/components/form/checkbox-group/components/checkbox-group-header/checkbox-group-header.component.d.ts +1 -1
- package/lib/components/form/checkbox-group/components/checkbox-group-item/checkbox-group-item.component.d.ts +1 -1
- package/lib/components/form/document-editor/components/document-editor-preview-modal/document-editor-preview-modal.component.d.ts +1 -1
- package/lib/components/form/document-editor/document-editor.component.d.ts +1 -1
- package/lib/components/form/editor/editor.component.d.ts +1 -1
- package/lib/components/form/input-date-time/input-date-time.component.d.ts +1 -1
- package/lib/components/form/input-datepicker/input-datepicker.component.d.ts +1 -1
- package/lib/components/form/input-file/input-file.component.d.ts +1 -1
- package/lib/components/form/input-file-image/components/file-image-edit-modal/file-image-edit-modal.component.d.ts +1 -1
- package/lib/components/form/input-file-image/input-file-image.component.d.ts +1 -1
- package/lib/components/form/input-number/input-number.component.d.ts +2 -2
- package/lib/components/form/input-opt/components/input-opt/input-opt.component.d.ts +2 -2
- package/lib/components/form/input-opt/directives/opt-pattern.directive.d.ts +1 -1
- package/lib/components/form/input-password/input-password.component.d.ts +1 -1
- package/lib/components/form/input-phone/directives/native-element-injector.directive.d.ts +1 -1
- package/lib/components/form/input-phone/input-phone.component.d.ts +1 -1
- package/lib/components/form/input-search/input-search.component.d.ts +1 -1
- package/lib/components/form/input-select/input-select.component.d.ts +1 -1
- package/lib/components/form/input-text/input-text.component.d.ts +1 -1
- package/lib/components/form/input-textarea/input-textarea.component.d.ts +1 -1
- package/lib/components/form/input-timepicker/input-timepicker.component.d.ts +1 -1
- package/lib/components/form/radio/radio.component.d.ts +1 -1
- package/lib/components/form/rating/rating.component.d.ts +1 -1
- package/lib/components/form/switch/switch.component.d.ts +1 -1
- package/lib/components/gallery/components/gallery-confirm-modal/gallery-confirm-modal.component.d.ts +1 -1
- package/lib/components/gallery/components/gallery-item/gallery-item.component.d.ts +1 -1
- package/lib/components/gallery/gallery.component.d.ts +1 -1
- package/lib/components/hint-error-message/hint-error-message.component.d.ts +1 -1
- package/lib/components/icon-button/icon-button.component.d.ts +1 -1
- package/lib/components/label/label.component.d.ts +1 -1
- package/lib/components/link/link.component.d.ts +1 -1
- package/lib/components/loader/loader.component.d.ts +1 -1
- package/lib/components/modal/modal.component.d.ts +1 -1
- package/lib/components/pages-nav/pages-nav.component.d.ts +1 -1
- package/lib/components/paginator/paginator.component.d.ts +1 -1
- package/lib/components/progress/progress.component.d.ts +1 -1
- package/lib/components/save-state/components/save-state-checkbox/save-state-checkbox.component.d.ts +1 -1
- package/lib/components/save-state/components/save-state-checkbox-group/save-state-checkbox-group.component.d.ts +1 -1
- package/lib/components/save-state/components/save-state-editor/save-state-editor.component.d.ts +1 -1
- package/lib/components/save-state/components/save-state-input/save-state-input.component.d.ts +1 -1
- package/lib/components/save-state/components/save-state-switch/save-state-switch.component.d.ts +1 -1
- package/lib/components/save-state/save-state.component.d.ts +1 -1
- package/lib/components/stepper/stepper.component.d.ts +1 -1
- package/lib/components/table/components/column/column.component.d.ts +1 -1
- package/lib/components/table/table.component.d.ts +1 -1
- package/lib/components/tabs/tab/tab.component.d.ts +1 -1
- package/lib/components/tabs/tabs-group/tabs-group.component.d.ts +1 -1
- package/lib/components/tooltip/tooltip-trigger/tooltip-trigger.component.d.ts +1 -1
- package/lib/components/tooltip/tooltip.component.d.ts +1 -1
- package/lib/components/truncate-text/directives/truncate-text.directive.d.ts +1 -1
- package/lib/components/truncate-text/truncate-text.component.d.ts +1 -1
- package/lib/components/warning-message/warning-message.component.d.ts +1 -1
- package/lib/components/wrappers/content-wrapper/content-wrapper.component.d.ts +1 -1
- package/lib/components/wrappers/controls-wrapper/components/controls-item/controls-item.component.d.ts +1 -1
- package/lib/components/wrappers/controls-wrapper/controls-wrapper.component.d.ts +1 -1
- package/lib/components/wrappers/widget-wrapper/widget-wrapper.component.d.ts +1 -1
- package/lib/directives/autosize/autosize.directive.d.ts +1 -1
- package/lib/directives/truncate/truncate.directive.d.ts +1 -1
- package/lib/pipes/currency/currency.pipe.d.ts +1 -1
- package/lib/pipes/date/date-format.pipe.d.ts +1 -1
- package/lib/pipes/date/date-time-format.pipe.d.ts +1 -1
- package/lib/pipes/phone/phone-format.pipe.d.ts +1 -1
- package/lib/pipes/safe/safe.pipe.d.ts +1 -1
- package/lib/pipes/truncate/truncate.pipe.d.ts +1 -1
- package/lib/services/mrx-autosave/mrx-autosave.service.d.ts +1 -1
- package/package.json +15 -15
- /package/{myrta-ui.d.ts → index.d.ts} +0 -0
|
@@ -6,5 +6,5 @@ export declare class ProgressComponent {
|
|
|
6
6
|
color: ProgressColors;
|
|
7
7
|
get getProgressClasses(): string;
|
|
8
8
|
static ɵfac: i0.ɵɵFactoryDeclaration<ProgressComponent, never>;
|
|
9
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ProgressComponent, "mrx-progress", never, { "value": "value"; "customClasses": "customClasses"; "color": "color"; }, {}, never, never>;
|
|
9
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ProgressComponent, "mrx-progress", never, { "value": "value"; "customClasses": "customClasses"; "color": "color"; }, {}, never, never, false>;
|
|
10
10
|
}
|
package/lib/components/save-state/components/save-state-checkbox/save-state-checkbox.component.d.ts
CHANGED
|
@@ -4,5 +4,5 @@ export declare class SaveStateCheckboxComponent {
|
|
|
4
4
|
state: StateType | null;
|
|
5
5
|
constructor();
|
|
6
6
|
static ɵfac: i0.ɵɵFactoryDeclaration<SaveStateCheckboxComponent, never>;
|
|
7
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SaveStateCheckboxComponent, "mrx-save-state-checkbox", never, { "state": "state"; }, {}, never, never>;
|
|
7
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SaveStateCheckboxComponent, "mrx-save-state-checkbox", never, { "state": "state"; }, {}, never, never, false>;
|
|
8
8
|
}
|
|
@@ -4,5 +4,5 @@ export declare class SaveStateCheckboxGroupComponent {
|
|
|
4
4
|
state: StateType | null;
|
|
5
5
|
constructor();
|
|
6
6
|
static ɵfac: i0.ɵɵFactoryDeclaration<SaveStateCheckboxGroupComponent, never>;
|
|
7
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SaveStateCheckboxGroupComponent, "mrx-save-state-checkbox-group", never, { "state": "state"; }, {}, never, never>;
|
|
7
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SaveStateCheckboxGroupComponent, "mrx-save-state-checkbox-group", never, { "state": "state"; }, {}, never, never, false>;
|
|
8
8
|
}
|
package/lib/components/save-state/components/save-state-editor/save-state-editor.component.d.ts
CHANGED
|
@@ -4,5 +4,5 @@ export declare class SaveStateEditorComponent {
|
|
|
4
4
|
state: StateType | null;
|
|
5
5
|
constructor();
|
|
6
6
|
static ɵfac: i0.ɵɵFactoryDeclaration<SaveStateEditorComponent, never>;
|
|
7
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SaveStateEditorComponent, "mrx-save-state-editor", never, { "state": "state"; }, {}, never, never>;
|
|
7
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SaveStateEditorComponent, "mrx-save-state-editor", never, { "state": "state"; }, {}, never, never, false>;
|
|
8
8
|
}
|
package/lib/components/save-state/components/save-state-input/save-state-input.component.d.ts
CHANGED
|
@@ -4,5 +4,5 @@ export declare class SaveStateInputComponent {
|
|
|
4
4
|
state: StateType | null;
|
|
5
5
|
constructor();
|
|
6
6
|
static ɵfac: i0.ɵɵFactoryDeclaration<SaveStateInputComponent, never>;
|
|
7
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SaveStateInputComponent, "mrx-save-state-input", never, { "state": "state"; }, {}, never, never>;
|
|
7
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SaveStateInputComponent, "mrx-save-state-input", never, { "state": "state"; }, {}, never, never, false>;
|
|
8
8
|
}
|
package/lib/components/save-state/components/save-state-switch/save-state-switch.component.d.ts
CHANGED
|
@@ -4,5 +4,5 @@ export declare class SaveStateSwitchComponent {
|
|
|
4
4
|
state: StateType | null;
|
|
5
5
|
constructor();
|
|
6
6
|
static ɵfac: i0.ɵɵFactoryDeclaration<SaveStateSwitchComponent, never>;
|
|
7
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SaveStateSwitchComponent, "mrx-save-state-switch", never, { "state": "state"; }, {}, never, never>;
|
|
7
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SaveStateSwitchComponent, "mrx-save-state-switch", never, { "state": "state"; }, {}, never, never, false>;
|
|
8
8
|
}
|
|
@@ -9,5 +9,5 @@ export declare class SaveStateComponent {
|
|
|
9
9
|
get getState(): StateType | null;
|
|
10
10
|
get isSaving(): boolean;
|
|
11
11
|
static ɵfac: i0.ɵɵFactoryDeclaration<SaveStateComponent, never>;
|
|
12
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SaveStateComponent, "mrx-save-state", never, { "type": "type"; "fields": "fields"; "id": "id"; }, {}, never, never>;
|
|
12
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SaveStateComponent, "mrx-save-state", never, { "type": "type"; "fields": "fields"; "id": "id"; }, {}, never, never, false>;
|
|
13
13
|
}
|
|
@@ -13,5 +13,5 @@ export declare class StepperComponent {
|
|
|
13
13
|
get isCompleted(): boolean;
|
|
14
14
|
get difference(): number;
|
|
15
15
|
static ɵfac: i0.ɵɵFactoryDeclaration<StepperComponent, never>;
|
|
16
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<StepperComponent, "mrx-stepper", never, { "totalSteps": "totalSteps"; "currentStep": "currentStep"; "customClasses": "customClasses"; "type": "type"; "completeText": "completeText"; "requiredText": "requiredText"; "successText": "successText"; "isBottomLabel": "isBottomLabel"; }, {}, never, never>;
|
|
16
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<StepperComponent, "mrx-stepper", never, { "totalSteps": "totalSteps"; "currentStep": "currentStep"; "customClasses": "customClasses"; "type": "type"; "completeText": "completeText"; "requiredText": "requiredText"; "successText": "successText"; "isBottomLabel": "isBottomLabel"; }, {}, never, never, false>;
|
|
17
17
|
}
|
|
@@ -10,5 +10,5 @@ export declare class ColumnComponent {
|
|
|
10
10
|
templateHead: TemplateRef<any>;
|
|
11
11
|
templateCell: TemplateRef<any>;
|
|
12
12
|
static ɵfac: i0.ɵɵFactoryDeclaration<ColumnComponent, never>;
|
|
13
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ColumnComponent, "mrx-column", never, { "name": "name"; "label": "label"; "sortLabel": "sortLabel"; "sortable": "sortable"; "isLink": "isLink"; "customClasses": "customClasses"; }, {}, ["templateHead", "templateCell"], never>;
|
|
13
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ColumnComponent, "mrx-column", never, { "name": "name"; "label": "label"; "sortLabel": "sortLabel"; "sortable": "sortable"; "isLink": "isLink"; "customClasses": "customClasses"; }, {}, ["templateHead", "templateCell"], never, false>;
|
|
14
14
|
}
|
|
@@ -51,5 +51,5 @@ export declare class TableComponent implements AfterViewInit {
|
|
|
51
51
|
getLinkForStroke(link: string, dataItem: TableBodyItem): string;
|
|
52
52
|
onChangeTypeTable(type: TableType): void;
|
|
53
53
|
static ɵfac: i0.ɵɵFactoryDeclaration<TableComponent, never>;
|
|
54
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TableComponent, "mrx-table", never, { "type": "type"; "data": "data"; "pageSize": "pageSize"; "currentPage": "currentPage"; "total": "total"; "link": "link"; "isLoading": "isLoading"; "sort": "sort"; "trackById": "trackById"; "sortable": "sortable"; "striped": "striped"; "customClasses": "customClasses"; "emptyResultMsg": "emptyResultMsg"; "hovered": "hovered"; "autoHeight": "autoHeight"; "headerSettings": "headerSettings"; "contentSettings": "contentSettings"; "paginatorSettings": "paginatorSettings"; "setPageable": "pageable"; }, { "dataStateChanged": "dataStateChanged"; "downloadData": "downloadData"; "changeTypeTable": "changeTypeTable"; "change": "change"; }, ["templateCard", "emptyResultMsgTemplate", "contentChildren"], never>;
|
|
54
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TableComponent, "mrx-table", never, { "type": "type"; "data": "data"; "pageSize": "pageSize"; "currentPage": "currentPage"; "total": "total"; "link": "link"; "isLoading": "isLoading"; "sort": "sort"; "trackById": "trackById"; "sortable": "sortable"; "striped": "striped"; "customClasses": "customClasses"; "emptyResultMsg": "emptyResultMsg"; "hovered": "hovered"; "autoHeight": "autoHeight"; "headerSettings": "headerSettings"; "contentSettings": "contentSettings"; "paginatorSettings": "paginatorSettings"; "setPageable": "pageable"; }, { "dataStateChanged": "dataStateChanged"; "downloadData": "downloadData"; "changeTypeTable": "changeTypeTable"; "change": "change"; }, ["templateCard", "emptyResultMsgTemplate", "contentChildren"], never, false>;
|
|
55
55
|
}
|
|
@@ -9,5 +9,5 @@ export declare class TabComponent {
|
|
|
9
9
|
onClick: EventEmitter<number | string>;
|
|
10
10
|
onTabClick(): void;
|
|
11
11
|
static ɵfac: i0.ɵɵFactoryDeclaration<TabComponent, never>;
|
|
12
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TabComponent, "mrx-tab", never, { "id": "id"; "customClasses": "customClasses"; "subTitle": "subTitle"; "active": "active"; "disabled": "disabled"; }, { "onClick": "onClick"; }, never, ["*"]>;
|
|
12
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TabComponent, "mrx-tab", never, { "id": "id"; "customClasses": "customClasses"; "subTitle": "subTitle"; "active": "active"; "disabled": "disabled"; }, { "onClick": "onClick"; }, never, ["*"], false>;
|
|
13
13
|
}
|
|
@@ -7,5 +7,5 @@ export declare class TabsGroupComponent {
|
|
|
7
7
|
isResponsive: boolean;
|
|
8
8
|
get tabClasses(): string;
|
|
9
9
|
static ɵfac: i0.ɵɵFactoryDeclaration<TabsGroupComponent, never>;
|
|
10
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TabsGroupComponent, "mrx-tabs-group", never, { "customClasses": "customClasses"; "size": "size"; "type": "type"; "isResponsive": "isResponsive"; }, {}, never, ["*"]>;
|
|
10
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TabsGroupComponent, "mrx-tabs-group", never, { "customClasses": "customClasses"; "size": "size"; "type": "type"; "isResponsive": "isResponsive"; }, {}, never, ["*"], false>;
|
|
11
11
|
}
|
|
@@ -12,5 +12,5 @@ export declare class TooltipTriggerComponent {
|
|
|
12
12
|
get getTypeClass(): string;
|
|
13
13
|
onToggle(): void;
|
|
14
14
|
static ɵfac: i0.ɵɵFactoryDeclaration<TooltipTriggerComponent, never>;
|
|
15
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TooltipTriggerComponent, "mrx-tooltip-trigger", never, { "triggerTextPosition": "triggerTextPosition"; "triggerType": "triggerType"; "customClasses": "customClasses"; "isVisibleTooltip": "isVisibleTooltip"; }, { "toggleTooltip": "toggleTooltip"; }, never, never>;
|
|
15
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TooltipTriggerComponent, "mrx-tooltip-trigger", never, { "triggerTextPosition": "triggerTextPosition"; "triggerType": "triggerType"; "customClasses": "customClasses"; "isVisibleTooltip": "isVisibleTooltip"; }, { "toggleTooltip": "toggleTooltip"; }, never, never, false>;
|
|
16
16
|
}
|
|
@@ -14,5 +14,5 @@ export declare class TooltipComponent implements OnInit {
|
|
|
14
14
|
get getClasses(): string;
|
|
15
15
|
get getTypeClass(): string;
|
|
16
16
|
static ɵfac: i0.ɵɵFactoryDeclaration<TooltipComponent, never>;
|
|
17
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TooltipComponent, "mrx-tooltip", never, { "tooltip": "tooltip"; "tooltipVisible": "tooltipVisible"; "tooltipInitiallyVisible": "tooltipInitiallyVisible"; "triggerType": "triggerType"; }, { "visibilityChanged": "visibilityChanged"; }, never, never>;
|
|
17
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TooltipComponent, "mrx-tooltip", never, { "tooltip": "tooltip"; "tooltipVisible": "tooltipVisible"; "tooltipInitiallyVisible": "tooltipInitiallyVisible"; "triggerType": "triggerType"; }, { "visibilityChanged": "visibilityChanged"; }, never, never, false>;
|
|
18
18
|
}
|
|
@@ -33,5 +33,5 @@ export declare class TruncateTextDirective implements OnInit, OnChanges, AfterCo
|
|
|
33
33
|
private showInitial;
|
|
34
34
|
onResize(event: any): void;
|
|
35
35
|
static ɵfac: i0.ɵɵFactoryDeclaration<TruncateTextDirective, never>;
|
|
36
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<TruncateTextDirective, "[mrxTruncateText]", never, { "count": "count"; "responsiveCount": "responsiveCount"; "lineHeight": "lineHeight"; "isOpen": "isOpen"; "truncateButtonRef": "truncateButtonRef"; }, { "changeVisibleButton": "changeVisibleButton"; }, never>;
|
|
36
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<TruncateTextDirective, "[mrxTruncateText]", never, { "count": "count"; "responsiveCount": "responsiveCount"; "lineHeight": "lineHeight"; "isOpen": "isOpen"; "truncateButtonRef": "truncateButtonRef"; }, { "changeVisibleButton": "changeVisibleButton"; }, never, never, false>;
|
|
37
37
|
}
|
|
@@ -8,5 +8,5 @@ export declare class TruncateTextComponent {
|
|
|
8
8
|
lineHeight: number;
|
|
9
9
|
changeVisibleButton(event: boolean): void;
|
|
10
10
|
static ɵfac: i0.ɵɵFactoryDeclaration<TruncateTextComponent, never>;
|
|
11
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TruncateTextComponent, "mrx-truncate-text", never, { "count": "count"; "responsiveCount": "responsiveCount"; "isOpen": "isOpen"; "lineHeight": "lineHeight"; }, {}, never, ["*"]>;
|
|
11
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TruncateTextComponent, "mrx-truncate-text", never, { "count": "count"; "responsiveCount": "responsiveCount"; "isOpen": "isOpen"; "lineHeight": "lineHeight"; }, {}, never, ["*"], false>;
|
|
12
12
|
}
|
|
@@ -5,5 +5,5 @@ export declare class WarningMessageComponent {
|
|
|
5
5
|
get getClasses(): string;
|
|
6
6
|
get messageArray(): string[];
|
|
7
7
|
static ɵfac: i0.ɵɵFactoryDeclaration<WarningMessageComponent, never>;
|
|
8
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<WarningMessageComponent, "mrx-warning-message", never, { "message": "message"; "customClasses": "customClasses"; }, {}, never, ["*"]>;
|
|
8
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<WarningMessageComponent, "mrx-warning-message", never, { "message": "message"; "customClasses": "customClasses"; }, {}, never, ["*"], false>;
|
|
9
9
|
}
|
|
@@ -6,5 +6,5 @@ export declare class ContentWrapperComponent {
|
|
|
6
6
|
maxWidth: string | undefined;
|
|
7
7
|
get getClasses(): string;
|
|
8
8
|
static ɵfac: i0.ɵɵFactoryDeclaration<ContentWrapperComponent, never>;
|
|
9
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ContentWrapperComponent, "mrx-content-wrapper", never, { "type": "type"; "customClasses": "customClasses"; "maxWidth": "maxWidth"; }, {}, never, ["*"]>;
|
|
9
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ContentWrapperComponent, "mrx-content-wrapper", never, { "type": "type"; "customClasses": "customClasses"; "maxWidth": "maxWidth"; }, {}, never, ["*"], false>;
|
|
10
10
|
}
|
|
@@ -2,5 +2,5 @@ import * as i0 from "@angular/core";
|
|
|
2
2
|
export declare class ControlsItemComponent {
|
|
3
3
|
separator: boolean;
|
|
4
4
|
static ɵfac: i0.ɵɵFactoryDeclaration<ControlsItemComponent, never>;
|
|
5
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ControlsItemComponent, "mrx-controls-item", never, { "separator": "separator"; }, {}, never, ["*"]>;
|
|
5
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ControlsItemComponent, "mrx-controls-item", never, { "separator": "separator"; }, {}, never, ["*"], false>;
|
|
6
6
|
}
|
|
@@ -6,5 +6,5 @@ export declare class ControlsWrapperComponent {
|
|
|
6
6
|
controls: TemplateRef<ElementRef>;
|
|
7
7
|
get getClasses(): string;
|
|
8
8
|
static ɵfac: i0.ɵɵFactoryDeclaration<ControlsWrapperComponent, never>;
|
|
9
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ControlsWrapperComponent, "mrx-controls-wrapper", never, { "visibility": "visibility"; }, {}, ["controls"], ["*"]>;
|
|
9
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ControlsWrapperComponent, "mrx-controls-wrapper", never, { "visibility": "visibility"; }, {}, ["controls"], ["*"], false>;
|
|
10
10
|
}
|
|
@@ -22,5 +22,5 @@ export declare class WidgetWrapperComponent implements OnInit {
|
|
|
22
22
|
get getTitleIconClasses(): string;
|
|
23
23
|
changeVisibleContent(): void;
|
|
24
24
|
static ɵfac: i0.ɵɵFactoryDeclaration<WidgetWrapperComponent, never>;
|
|
25
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<WidgetWrapperComponent, "mrx-widget-wrapper", never, { "title": "title"; "titleInfo": "titleInfo"; "titleStatus": "titleStatus"; "iconClass": "iconClass"; "isOpen": "isOpen"; "customClasses": "customClasses"; }, { "toggleWidgetContent": "toggleWidgetContent"; }, ["templateHeadTitle", "templateHeadLeft", "templateHeadRight", "templateContent"], ["*"]>;
|
|
25
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<WidgetWrapperComponent, "mrx-widget-wrapper", never, { "title": "title"; "titleInfo": "titleInfo"; "titleStatus": "titleStatus"; "iconClass": "iconClass"; "isOpen": "isOpen"; "customClasses": "customClasses"; }, { "toggleWidgetContent": "toggleWidgetContent"; }, ["templateHeadTitle", "templateHeadLeft", "templateHeadRight", "templateContent"], ["*"], false>;
|
|
26
26
|
}
|
|
@@ -12,5 +12,5 @@ export declare class AutosizeDirective implements AfterViewInit, DoCheck {
|
|
|
12
12
|
private resize;
|
|
13
13
|
private setHeight;
|
|
14
14
|
static ɵfac: i0.ɵɵFactoryDeclaration<AutosizeDirective, never>;
|
|
15
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<AutosizeDirective, "[mrxAutosize]", never, { "rows": "rows"; "autosize": "autosize"; }, {}, never>;
|
|
15
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<AutosizeDirective, "[mrxAutosize]", never, { "rows": "rows"; "autosize": "autosize"; }, {}, never, never, false>;
|
|
16
16
|
}
|
|
@@ -8,5 +8,5 @@ export declare class TruncateDirective implements OnInit {
|
|
|
8
8
|
constructor(elementRef: ElementRef, renderer: Renderer2);
|
|
9
9
|
ngOnInit(): void;
|
|
10
10
|
static ɵfac: i0.ɵɵFactoryDeclaration<TruncateDirective, never>;
|
|
11
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<TruncateDirective, "[mrxTruncate]", never, { "rows": "mrxTruncateRows"; "height": "mrxTruncateHeight"; }, {}, never>;
|
|
11
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<TruncateDirective, "[mrxTruncate]", never, { "rows": "mrxTruncateRows"; "height": "mrxTruncateHeight"; }, {}, never, never, false>;
|
|
12
12
|
}
|
|
@@ -3,5 +3,5 @@ import * as i0 from "@angular/core";
|
|
|
3
3
|
export declare class CurrencyPipe implements PipeTransform {
|
|
4
4
|
transform(value: number | string): string;
|
|
5
5
|
static ɵfac: i0.ɵɵFactoryDeclaration<CurrencyPipe, never>;
|
|
6
|
-
static ɵpipe: i0.ɵɵPipeDeclaration<CurrencyPipe, "currencyFormat">;
|
|
6
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<CurrencyPipe, "currencyFormat", false>;
|
|
7
7
|
}
|
|
@@ -5,5 +5,5 @@ import * as i0 from "@angular/core";
|
|
|
5
5
|
export declare class DateFormatPipe extends DatePipe implements PipeTransform {
|
|
6
6
|
transform(value: any, timezone?: TimezoneType, format?: string, args?: any): any;
|
|
7
7
|
static ɵfac: i0.ɵɵFactoryDeclaration<DateFormatPipe, never>;
|
|
8
|
-
static ɵpipe: i0.ɵɵPipeDeclaration<DateFormatPipe, "dateFormat">;
|
|
8
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<DateFormatPipe, "dateFormat", false>;
|
|
9
9
|
}
|
|
@@ -5,5 +5,5 @@ import * as i0 from "@angular/core";
|
|
|
5
5
|
export declare class DateTimeFormatPipe extends DatePipe implements PipeTransform {
|
|
6
6
|
transform(value: any, timezone?: TimezoneType, format?: string, args?: any): any;
|
|
7
7
|
static ɵfac: i0.ɵɵFactoryDeclaration<DateTimeFormatPipe, never>;
|
|
8
|
-
static ɵpipe: i0.ɵɵPipeDeclaration<DateTimeFormatPipe, "dateTimeFormat">;
|
|
8
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<DateTimeFormatPipe, "dateTimeFormat", false>;
|
|
9
9
|
}
|
|
@@ -4,5 +4,5 @@ import * as i0 from "@angular/core";
|
|
|
4
4
|
export declare class PhoneFormatPipe implements PipeTransform {
|
|
5
5
|
transform(phoneValue: number | string, locale?: CountryCode): string;
|
|
6
6
|
static ɵfac: i0.ɵɵFactoryDeclaration<PhoneFormatPipe, never>;
|
|
7
|
-
static ɵpipe: i0.ɵɵPipeDeclaration<PhoneFormatPipe, "phoneFormat">;
|
|
7
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<PhoneFormatPipe, "phoneFormat", false>;
|
|
8
8
|
}
|
|
@@ -6,5 +6,5 @@ export declare class SafePipe implements PipeTransform {
|
|
|
6
6
|
constructor(sanitizer: DomSanitizer);
|
|
7
7
|
transform(html: any): import("@angular/platform-browser").SafeHtml;
|
|
8
8
|
static ɵfac: i0.ɵɵFactoryDeclaration<SafePipe, never>;
|
|
9
|
-
static ɵpipe: i0.ɵɵPipeDeclaration<SafePipe, "safe">;
|
|
9
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<SafePipe, "safe", false>;
|
|
10
10
|
}
|
|
@@ -3,5 +3,5 @@ import * as i0 from "@angular/core";
|
|
|
3
3
|
export declare class TruncatePipe implements PipeTransform {
|
|
4
4
|
transform(value: string, args: any[]): string;
|
|
5
5
|
static ɵfac: i0.ɵɵFactoryDeclaration<TruncatePipe, never>;
|
|
6
|
-
static ɵpipe: i0.ɵɵPipeDeclaration<TruncatePipe, "truncate">;
|
|
6
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<TruncatePipe, "truncate", false>;
|
|
7
7
|
}
|
package/package.json
CHANGED
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "myrta-ui",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "14.0.0-beta.1",
|
|
4
4
|
"peerDependencies": {
|
|
5
|
-
"@angular/common": "^
|
|
6
|
-
"@angular/core": "^
|
|
7
|
-
"@angular/cdk": "
|
|
8
|
-
"@ng-select/ng-select": "^
|
|
9
|
-
"ngx-mask": "
|
|
5
|
+
"@angular/common": "^14.3.0",
|
|
6
|
+
"@angular/core": "^14.3.0",
|
|
7
|
+
"@angular/cdk": "14.2.7",
|
|
8
|
+
"@ng-select/ng-select": "^9.1.0",
|
|
9
|
+
"ngx-mask": "14.3.2",
|
|
10
10
|
"ngx-image-cropper": "^6.2.2",
|
|
11
11
|
"ngx-simple-modal": "^1.4.17",
|
|
12
|
-
"ngx-file-drop": "^
|
|
12
|
+
"ngx-file-drop": "^14.0.2",
|
|
13
13
|
"jodit": "~3.23.3",
|
|
14
|
-
"jodit-angular": "~1.
|
|
14
|
+
"jodit-angular": "~1.14.2",
|
|
15
15
|
"dayjs": "^1.11.7",
|
|
16
16
|
"air-datepicker": "^3.2.0",
|
|
17
17
|
"libphonenumber-js": "^1.10.30",
|
|
@@ -22,14 +22,14 @@
|
|
|
22
22
|
"mrx-gallery-lib": "^1.0.2"
|
|
23
23
|
},
|
|
24
24
|
"dependencies": {
|
|
25
|
-
"@angular/cdk": "
|
|
26
|
-
"@ng-select/ng-select": "^
|
|
27
|
-
"ngx-mask": "
|
|
25
|
+
"@angular/cdk": "14.2.7",
|
|
26
|
+
"@ng-select/ng-select": "^9.1.0",
|
|
27
|
+
"ngx-mask": "14.3.2",
|
|
28
28
|
"ngx-image-cropper": "^6.2.2",
|
|
29
29
|
"ngx-simple-modal": "^1.4.17",
|
|
30
|
-
"ngx-file-drop": "^
|
|
30
|
+
"ngx-file-drop": "^14.0.2",
|
|
31
31
|
"jodit": "~3.23.3",
|
|
32
|
-
"jodit-angular": "~1.
|
|
32
|
+
"jodit-angular": "~1.14.2",
|
|
33
33
|
"dayjs": "^1.11.7",
|
|
34
34
|
"air-datepicker": "^3.2.0",
|
|
35
35
|
"libphonenumber-js": "^1.10.30",
|
|
@@ -45,13 +45,13 @@
|
|
|
45
45
|
"esm2020": "esm2020/myrta-ui.mjs",
|
|
46
46
|
"fesm2020": "fesm2020/myrta-ui.mjs",
|
|
47
47
|
"fesm2015": "fesm2015/myrta-ui.mjs",
|
|
48
|
-
"typings": "
|
|
48
|
+
"typings": "index.d.ts",
|
|
49
49
|
"exports": {
|
|
50
50
|
"./package.json": {
|
|
51
51
|
"default": "./package.json"
|
|
52
52
|
},
|
|
53
53
|
".": {
|
|
54
|
-
"types": "./
|
|
54
|
+
"types": "./index.d.ts",
|
|
55
55
|
"esm2020": "./esm2020/myrta-ui.mjs",
|
|
56
56
|
"es2020": "./fesm2020/myrta-ui.mjs",
|
|
57
57
|
"es2015": "./fesm2015/myrta-ui.mjs",
|
|
File without changes
|