myrta-ui 1.1.88 → 1.1.90
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/README.md +18 -18
- package/esm2020/lib/components/alert/alert.component.mjs +3 -3
- package/esm2020/lib/components/alert/alert.enum.mjs +1 -1
- package/esm2020/lib/components/alert/alert.module.mjs +1 -1
- package/esm2020/lib/components/badges/badge.enum.mjs +1 -1
- package/esm2020/lib/components/badges/badges.module.mjs +1 -1
- 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.enum.mjs +1 -1
- package/esm2020/lib/components/breadcrumbs/breadcrumbs.module.mjs +1 -1
- package/esm2020/lib/components/button/button.component.mjs +3 -3
- package/esm2020/lib/components/button/button.enum.mjs +1 -1
- package/esm2020/lib/components/button/button.module.mjs +1 -1
- package/esm2020/lib/components/cdk-tooltip/cdk-tooltip/tooltip-container.component.mjs +3 -3
- package/esm2020/lib/components/cdk-tooltip/cdk-tooltip.directive.mjs +1 -1
- package/esm2020/lib/components/cdk-tooltip/cdk-tooltip.module.mjs +1 -1
- package/esm2020/lib/components/cdk-tooltip/constants/index.mjs +1 -1
- package/esm2020/lib/components/cdk-tooltip/models/tooltip-data.mjs +1 -1
- package/esm2020/lib/components/chars-left/chars-left.component.mjs +3 -3
- package/esm2020/lib/components/chars-left/chars-left.module.mjs +1 -1
- package/esm2020/lib/components/context-menu/components/context-menu/context-menu.component.mjs +16 -16
- package/esm2020/lib/components/context-menu/components/context-menu-content/context-menu-content.component.mjs +120 -120
- package/esm2020/lib/components/context-menu/context-menu.module.mjs +1 -1
- package/esm2020/lib/components/context-menu/context-menu.options.mjs +1 -1
- package/esm2020/lib/components/context-menu/context-menu.tokens.mjs +1 -1
- package/esm2020/lib/components/context-menu/directives/context-menu/context-menu.directive.mjs +1 -1
- package/esm2020/lib/components/context-menu/directives/context-menu-item/context-menu-item.directive.mjs +1 -1
- package/esm2020/lib/components/context-menu/models/context-menu.enum.mjs +1 -1
- package/esm2020/lib/components/context-menu/services/context-menu/context-menu-fixed.service.mjs +1 -1
- package/esm2020/lib/components/context-menu/services/context-menu/context-menu.service.mjs +1 -1
- package/esm2020/lib/components/dropdown/directives/hide-after-click.directive.mjs +1 -1
- package/esm2020/lib/components/dropdown/dropdown.component.mjs +3 -3
- package/esm2020/lib/components/dropdown/dropdown.module.mjs +1 -1
- package/esm2020/lib/components/error-message/error-message.component.mjs +3 -3
- package/esm2020/lib/components/error-message/error-message.module.mjs +1 -1
- package/esm2020/lib/components/form/checkbox/checkbox.component.mjs +3 -3
- package/esm2020/lib/components/form/checkbox/checkbox.enum.mjs +1 -1
- package/esm2020/lib/components/form/checkbox/checkbox.module.mjs +1 -1
- package/esm2020/lib/components/form/checkbox-group/checkbox-group.component.mjs +3 -3
- package/esm2020/lib/components/form/checkbox-group/checkbox-group.module.mjs +1 -1
- package/esm2020/lib/components/form/checkbox-group/components/checkbox-group-header/checkbox-group-header.component.mjs +3 -3
- package/esm2020/lib/components/form/checkbox-group/components/checkbox-group-item/checkbox-group-item.component.mjs +3 -3
- package/esm2020/lib/components/form/checkbox-group/helpers/change-group-value.mjs +1 -1
- package/esm2020/lib/components/form/checkbox-group/helpers/change-item-value.mjs +1 -1
- package/esm2020/lib/components/form/checkbox-group/helpers/filter-search-group.mjs +1 -1
- package/esm2020/lib/components/form/checkbox-group/helpers/get-checked-items.mjs +1 -1
- package/esm2020/lib/components/form/checkbox-group/helpers/get-inner-list.helper.mjs +1 -1
- package/esm2020/lib/components/form/checkbox-group/helpers/get-item-by-id.mjs +1 -1
- package/esm2020/lib/components/form/checkbox-group/helpers/get-sorted-list.mjs +1 -1
- package/esm2020/lib/components/form/checkbox-group/models/checkbox-group.model.mjs +1 -1
- package/esm2020/lib/components/form/document-editor/components/document-editor-preview-modal/document-editor-preview-modal.component.mjs +3 -3
- package/esm2020/lib/components/form/document-editor/document-editor.component.mjs +3 -3
- package/esm2020/lib/components/form/document-editor/document-editor.module.mjs +1 -1
- package/esm2020/lib/components/form/document-editor/helpers/transform-sysname.mjs +1 -1
- package/esm2020/lib/components/form/document-editor/models/document-editor-short-codes.enum.mjs +1 -1
- package/esm2020/lib/components/form/editor/config/default-inline-style.mjs +1 -1
- package/esm2020/lib/components/form/editor/config/index.mjs +1 -1
- package/esm2020/lib/components/form/editor/config/popups-toolbar.mjs +1 -1
- package/esm2020/lib/components/form/editor/config/toolbar.mjs +1 -1
- package/esm2020/lib/components/form/editor/editor.component.mjs +3 -3
- package/esm2020/lib/components/form/editor/editor.enum.mjs +1 -1
- package/esm2020/lib/components/form/editor/editor.module.mjs +1 -1
- package/esm2020/lib/components/form/editor/models/toolbar.model.mjs +1 -1
- package/esm2020/lib/components/form/editor/modules/change-icon-module.mjs +1 -1
- package/esm2020/lib/components/form/formula-editor/enums/error-messages.enum.mjs +1 -1
- package/esm2020/lib/components/form/formula-editor/enums/formula-editor-size.enum.mjs +1 -1
- package/esm2020/lib/components/form/formula-editor/formula-editor.component.mjs +3 -3
- package/esm2020/lib/components/form/formula-editor/formula-editor.module.mjs +1 -1
- package/esm2020/lib/components/form/formula-editor/helpers/check-errors.helper.mjs +1 -1
- package/esm2020/lib/components/form/formula-editor/helpers/create-tags.helper.mjs +1 -1
- package/esm2020/lib/components/form/formula-editor/models/check-error-result.model.mjs +1 -1
- package/esm2020/lib/components/form/formula-editor/models/formula-editor.model.mjs +1 -1
- package/esm2020/lib/components/form/formula-editor/models/index.mjs +1 -1
- package/esm2020/lib/components/form/formula-editor/models/white-list-item.model.mjs +1 -1
- package/esm2020/lib/components/form/input-date/components/date-calendar/date-calendar.component.mjs +222 -0
- package/esm2020/lib/components/form/input-date/helpers/date-helpers.mjs +70 -0
- package/esm2020/lib/components/form/input-date/input-date.component.mjs +313 -0
- package/esm2020/lib/components/form/input-date/input-date.enum.mjs +7 -0
- package/esm2020/lib/components/form/input-date/input-date.module.mjs +54 -0
- package/esm2020/lib/components/form/input-date-time/constants/value-models.mjs +1 -1
- package/esm2020/lib/components/form/input-date-time/enum/timezone.mjs +1 -1
- package/esm2020/lib/components/form/input-date-time/helpers/clean-date.mjs +1 -1
- package/esm2020/lib/components/form/input-date-time/helpers/cursor-position.mjs +1 -1
- package/esm2020/lib/components/form/input-date-time/helpers/formatting-from-models.mjs +1 -1
- package/esm2020/lib/components/form/input-date-time/helpers/formatting-moscow-timezone.mjs +15 -3
- package/esm2020/lib/components/form/input-date-time/helpers/validate-value-models.mjs +1 -1
- package/esm2020/lib/components/form/input-date-time/helpers/value-parser.mjs +1 -1
- package/esm2020/lib/components/form/input-date-time/input-date-time.component.mjs +67 -23
- package/esm2020/lib/components/form/input-date-time/input-date-time.enum.mjs +7 -7
- package/esm2020/lib/components/form/input-date-time/input-date-time.module.mjs +1 -1
- package/esm2020/lib/components/form/input-date-time/models/input-date-time.model.mjs +1 -1
- package/esm2020/lib/components/form/input-datepicker/constants/value-models.mjs +1 -1
- package/esm2020/lib/components/form/input-datepicker/helpers/clean-date.mjs +1 -1
- package/esm2020/lib/components/form/input-datepicker/helpers/cursor-position.mjs +1 -1
- package/esm2020/lib/components/form/input-datepicker/helpers/get-date-dayjs-object.mjs +1 -1
- package/esm2020/lib/components/form/input-datepicker/helpers/get-date-object.mjs +1 -1
- package/esm2020/lib/components/form/input-datepicker/helpers/validate-value-models.mjs +1 -1
- package/esm2020/lib/components/form/input-datepicker/helpers/value-parser.mjs +1 -1
- package/esm2020/lib/components/form/input-datepicker/input-datepicker.component.mjs +3 -3
- package/esm2020/lib/components/form/input-datepicker/input-datepicker.enum.mjs +1 -1
- package/esm2020/lib/components/form/input-datepicker/input-datepicker.module.mjs +1 -1
- package/esm2020/lib/components/form/input-datepicker/models/input-datepicker.model.mjs +1 -1
- package/esm2020/lib/components/form/input-file/enums/error-messages.enum.mjs +1 -1
- package/esm2020/lib/components/form/input-file/input-file.component.mjs +3 -3
- package/esm2020/lib/components/form/input-file/input-file.enum.mjs +1 -1
- package/esm2020/lib/components/form/input-file/input-file.module.mjs +1 -1
- package/esm2020/lib/components/form/input-file-image/components/file-image-edit-modal/file-image-edit-modal.component.mjs +3 -3
- package/esm2020/lib/components/form/input-file-image/input-file-image.component.mjs +3 -3
- package/esm2020/lib/components/form/input-file-image/input-file-image.enum.mjs +1 -1
- package/esm2020/lib/components/form/input-file-image/input-file-image.module.mjs +1 -1
- package/esm2020/lib/components/form/input-number/input-number.component.mjs +3 -3
- package/esm2020/lib/components/form/input-number/input-number.enum.mjs +1 -1
- package/esm2020/lib/components/form/input-number/input-number.module.mjs +1 -1
- package/esm2020/lib/components/form/input-opt/components/input-opt/input-opt.component.mjs +3 -3
- package/esm2020/lib/components/form/input-opt/components/input-opt/input-opt.enum.mjs +1 -1
- package/esm2020/lib/components/form/input-opt/directives/opt-pattern.directive.mjs +1 -1
- package/esm2020/lib/components/form/input-opt/input-opt.module.mjs +1 -1
- package/esm2020/lib/components/form/input-opt/models/input-opt.model.mjs +1 -1
- package/esm2020/lib/components/form/input-opt/services/input-opt.service.mjs +1 -1
- package/esm2020/lib/components/form/input-password/input-password.component.mjs +3 -3
- package/esm2020/lib/components/form/input-password/input-password.enum.mjs +1 -1
- package/esm2020/lib/components/form/input-password/input-password.module.mjs +1 -1
- package/esm2020/lib/components/form/input-phone/data/country-code.mjs +1 -1
- package/esm2020/lib/components/form/input-phone/directives/native-element-injector.directive.mjs +1 -1
- package/esm2020/lib/components/form/input-phone/enums/country-iso.enum.mjs +1 -1
- package/esm2020/lib/components/form/input-phone/enums/input-phone.enum.mjs +1 -1
- package/esm2020/lib/components/form/input-phone/enums/mask.enum.mjs +1 -1
- package/esm2020/lib/components/form/input-phone/enums/phone-number-format.enum.mjs +1 -1
- package/esm2020/lib/components/form/input-phone/enums/search-country-field.enum.mjs +1 -1
- package/esm2020/lib/components/form/input-phone/input-phone.component.mjs +3 -3
- package/esm2020/lib/components/form/input-phone/input-phone.module.mjs +1 -1
- package/esm2020/lib/components/form/input-phone/input-phone.validator.mjs +1 -1
- package/esm2020/lib/components/form/input-phone/interfaces/change-data.mjs +1 -1
- package/esm2020/lib/components/form/input-phone/models/country.model.mjs +1 -1
- package/esm2020/lib/components/form/input-search/input-search.component.mjs +3 -3
- package/esm2020/lib/components/form/input-search/input-search.enum.mjs +1 -1
- package/esm2020/lib/components/form/input-search/input-search.module.mjs +1 -1
- package/esm2020/lib/components/form/input-select/input-select.component.mjs +3 -3
- package/esm2020/lib/components/form/input-select/input-select.enum.mjs +1 -1
- package/esm2020/lib/components/form/input-select/input-select.module.mjs +1 -1
- package/esm2020/lib/components/form/input-tel/assets/base64.mjs +1 -1
- package/esm2020/lib/components/form/input-tel/data/all-countries.mjs +1 -1
- package/esm2020/lib/components/form/input-tel/data/countries-rus-label.enum.mjs +1 -1
- package/esm2020/lib/components/form/input-tel/data/country-iso.enum.mjs +1 -1
- package/esm2020/lib/components/form/input-tel/data/phone-number-format.enum.mjs +1 -1
- package/esm2020/lib/components/form/input-tel/data/search-country-field.enum.mjs +1 -1
- package/esm2020/lib/components/form/input-tel/directives/input-tel.directive.mjs +1 -1
- package/esm2020/lib/components/form/input-tel/enums/input-phone.enum.mjs +1 -1
- package/esm2020/lib/components/form/input-tel/input-tel.component.mjs +3 -3
- package/esm2020/lib/components/form/input-tel/input-tel.module.mjs +1 -1
- package/esm2020/lib/components/form/input-tel/models/country.model.mjs +1 -1
- package/esm2020/lib/components/form/input-text/input-text.component.mjs +3 -3
- package/esm2020/lib/components/form/input-text/input-text.enum.mjs +1 -1
- package/esm2020/lib/components/form/input-text/input-text.module.mjs +1 -1
- package/esm2020/lib/components/form/input-textarea/input-textarea.component.mjs +3 -3
- package/esm2020/lib/components/form/input-textarea/input-textarea.enum.mjs +1 -1
- package/esm2020/lib/components/form/input-textarea/input-textarea.module.mjs +1 -1
- package/esm2020/lib/components/form/input-timepicker/constants/value-models.mjs +1 -1
- package/esm2020/lib/components/form/input-timepicker/helpers/clean-date.mjs +1 -1
- package/esm2020/lib/components/form/input-timepicker/helpers/cursor-position.mjs +1 -1
- package/esm2020/lib/components/form/input-timepicker/helpers/get-date-dayjs-object.mjs +1 -1
- package/esm2020/lib/components/form/input-timepicker/helpers/get-date-object.mjs +1 -1
- package/esm2020/lib/components/form/input-timepicker/helpers/validate-value-models.mjs +1 -1
- package/esm2020/lib/components/form/input-timepicker/helpers/value-parser.mjs +1 -1
- package/esm2020/lib/components/form/input-timepicker/input-timepicker.component.mjs +3 -3
- package/esm2020/lib/components/form/input-timepicker/input-timepicker.enum.mjs +1 -1
- package/esm2020/lib/components/form/input-timepicker/input-timepicker.module.mjs +1 -1
- package/esm2020/lib/components/form/json-editor/json-editor.component.mjs +3 -3
- package/esm2020/lib/components/form/json-editor/json-editor.enum.mjs +1 -1
- package/esm2020/lib/components/form/json-editor/json-editor.module.mjs +1 -1
- package/esm2020/lib/components/form/json-editor/utils/jsoneditoroptions.mjs +1 -1
- package/esm2020/lib/components/form/radio/radio.component.mjs +3 -3
- package/esm2020/lib/components/form/radio/radio.enum.mjs +1 -1
- package/esm2020/lib/components/form/radio/radio.module.mjs +1 -1
- package/esm2020/lib/components/form/radio-group/components/radio-group-header/radio-group-header.component.mjs +3 -3
- package/esm2020/lib/components/form/radio-group/components/radio-group-item/radio-group-item.component.mjs +3 -3
- package/esm2020/lib/components/form/radio-group/helpers/filter-search-group.mjs +1 -1
- package/esm2020/lib/components/form/radio-group/helpers/get-item-by-id.mjs +1 -1
- package/esm2020/lib/components/form/radio-group/helpers/move-selected-to-first.mjs +1 -1
- package/esm2020/lib/components/form/radio-group/models/radio-group.model.mjs +1 -1
- package/esm2020/lib/components/form/radio-group/radio-group.component.mjs +3 -3
- package/esm2020/lib/components/form/radio-group/radio-group.module.mjs +1 -1
- package/esm2020/lib/components/form/rating/rating.component.mjs +3 -3
- package/esm2020/lib/components/form/rating/rating.enum.mjs +1 -1
- package/esm2020/lib/components/form/rating/rating.module.mjs +1 -1
- package/esm2020/lib/components/form/switch/switch.component.mjs +3 -3
- package/esm2020/lib/components/form/switch/switch.enum.mjs +1 -1
- package/esm2020/lib/components/form/switch/switch.module.mjs +1 -1
- package/esm2020/lib/components/gallery/components/gallery-confirm-modal/gallery-confirm-modal.component.mjs +3 -3
- package/esm2020/lib/components/gallery/components/gallery-item/gallery-item.component.mjs +3 -3
- package/esm2020/lib/components/gallery/constants/custom-buttons-default.mjs +1 -1
- package/esm2020/lib/components/gallery/constants/thumbs-config-default.mjs +1 -1
- package/esm2020/lib/components/gallery/gallery.component.mjs +17 -17
- package/esm2020/lib/components/gallery/gallery.module.mjs +1 -1
- package/esm2020/lib/components/gallery/models/gallery-item.model.mjs +1 -1
- package/esm2020/lib/components/gallery/services/gallery.service.mjs +1 -1
- 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 +1 -1
- package/esm2020/lib/components/icon-button/icon-button.component.mjs +3 -3
- package/esm2020/lib/components/icon-button/icon-button.enum.mjs +1 -1
- package/esm2020/lib/components/icon-button/icon-button.module.mjs +1 -1
- package/esm2020/lib/components/label/label.component.mjs +3 -3
- package/esm2020/lib/components/label/label.module.mjs +1 -1
- package/esm2020/lib/components/link/link.component.mjs +3 -3
- package/esm2020/lib/components/link/link.enum.mjs +1 -1
- package/esm2020/lib/components/link/link.module.mjs +1 -1
- package/esm2020/lib/components/loader/loader.component.mjs +3 -3
- package/esm2020/lib/components/loader/loader.enum.mjs +1 -1
- package/esm2020/lib/components/loader/loader.module.mjs +1 -1
- package/esm2020/lib/components/modal/modal.component.mjs +3 -3
- package/esm2020/lib/components/modal/modal.emun.mjs +1 -1
- package/esm2020/lib/components/modal/modal.module.mjs +1 -1
- package/esm2020/lib/components/pages-nav/pages-nav.component.mjs +3 -3
- package/esm2020/lib/components/pages-nav/pages-nav.enum.mjs +1 -1
- package/esm2020/lib/components/pages-nav/pages-nav.module.mjs +1 -1
- package/esm2020/lib/components/paginator/paginator.component.mjs +3 -3
- package/esm2020/lib/components/paginator/paginator.enum.mjs +1 -1
- package/esm2020/lib/components/paginator/paginator.module.mjs +1 -1
- package/esm2020/lib/components/pdf-viewer/pdf-viewer.component.mjs +26 -4
- package/esm2020/lib/components/pdf-viewer/pdf-viewer.module.mjs +1 -1
- package/esm2020/lib/components/popup/components/popup/popup.component.mjs +3 -3
- package/esm2020/lib/components/popup/components/popup-item/popup-item.component.mjs +3 -3
- package/esm2020/lib/components/popup/directives/popup-trigger.directive.mjs +1 -1
- package/esm2020/lib/components/popup/popup.module.mjs +1 -1
- package/esm2020/lib/components/progress/progress.component.mjs +3 -3
- package/esm2020/lib/components/progress/progress.enum.mjs +1 -1
- package/esm2020/lib/components/progress/progress.module.mjs +1 -1
- 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 +3 -3
- package/esm2020/lib/components/save-state/save-state.enum.mjs +1 -1
- package/esm2020/lib/components/save-state/save-state.module.mjs +1 -1
- package/esm2020/lib/components/stepper/stepper.component.mjs +3 -3
- package/esm2020/lib/components/stepper/stepper.enum.mjs +1 -1
- package/esm2020/lib/components/stepper/stepper.module.mjs +1 -1
- package/esm2020/lib/components/table/components/column/column.component.mjs +1 -1
- package/esm2020/lib/components/table/default/default-pager-settings.mjs +1 -1
- package/esm2020/lib/components/table/models/data-state-change.event.mjs +1 -1
- package/esm2020/lib/components/table/models/index.mjs +1 -1
- package/esm2020/lib/components/table/models/pager-settings.mjs +1 -1
- package/esm2020/lib/components/table/table.component.mjs +3 -3
- package/esm2020/lib/components/table/table.enum.mjs +1 -1
- package/esm2020/lib/components/table/table.module.mjs +1 -1
- 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.enum.mjs +1 -1
- package/esm2020/lib/components/tabs/tabs.module.mjs +1 -1
- package/esm2020/lib/components/tooltip/services/tooltip.service.mjs +1 -1
- package/esm2020/lib/components/tooltip/tooltip-trigger/tooltip-trigger.component.mjs +3 -3
- package/esm2020/lib/components/tooltip/tooltip-trigger/tooltip-trigger.enum.mjs +1 -1
- package/esm2020/lib/components/tooltip/tooltip.component.mjs +3 -3
- package/esm2020/lib/components/tooltip/tooltip.enum.mjs +1 -1
- package/esm2020/lib/components/tooltip/tooltip.module.mjs +1 -1
- package/esm2020/lib/components/truncate-text/directives/truncate-text.directive.mjs +1 -1
- package/esm2020/lib/components/truncate-text/truncate-text.component.mjs +3 -3
- package/esm2020/lib/components/truncate-text/truncate-text.enum.mjs +1 -1
- package/esm2020/lib/components/truncate-text/truncate-text.module.mjs +1 -1
- package/esm2020/lib/components/warning-message/warning-message.component.mjs +3 -3
- package/esm2020/lib/components/warning-message/warning-message.module.mjs +1 -1
- package/esm2020/lib/components/wrappers/content-wrapper/content-wrapper.component.mjs +3 -3
- package/esm2020/lib/components/wrappers/content-wrapper/content-wrapper.enum.mjs +1 -1
- package/esm2020/lib/components/wrappers/content-wrapper/content-wrapper.module.mjs +1 -1
- 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.enum.mjs +1 -1
- package/esm2020/lib/components/wrappers/controls-wrapper/controls-wrapper.module.mjs +1 -1
- package/esm2020/lib/components/wrappers/widget-wrapper/widget-wrapper.component.mjs +3 -3
- package/esm2020/lib/components/wrappers/widget-wrapper/widget-wrapper.enum.mjs +1 -1
- package/esm2020/lib/components/wrappers/widget-wrapper/widget-wrapper.module.mjs +1 -1
- package/esm2020/lib/directives/autosize/autosize.directive.mjs +1 -1
- package/esm2020/lib/directives/autosize/autosize.module.mjs +1 -1
- package/esm2020/lib/directives/truncate/truncate.directive.mjs +1 -1
- package/esm2020/lib/directives/truncate/truncate.module.mjs +1 -1
- package/esm2020/lib/enums/overlay/index.mjs +78 -0
- package/esm2020/lib/enums/typed.input.state.mjs +1 -1
- package/esm2020/lib/helpers/extension/input-file.extension.mjs +1 -1
- package/esm2020/lib/helpers/formatting-date.mjs +1 -1
- package/esm2020/lib/helpers/formatting-dates-from-array.mjs +1 -1
- package/esm2020/lib/helpers/formatting-iso-to-string.mjs +1 -1
- package/esm2020/lib/helpers/index.mjs +1 -1
- package/esm2020/lib/helpers/is-number.helper.mjs +1 -1
- package/esm2020/lib/helpers/number-format.mjs +1 -1
- package/esm2020/lib/helpers/string-hash-code.mjs +1 -1
- package/esm2020/lib/helpers/word-form.mjs +1 -1
- package/esm2020/lib/models/index.mjs +1 -1
- package/esm2020/lib/models/input-file/input-file.model.mjs +1 -1
- package/esm2020/lib/models/typed-input-model.mjs +1 -1
- package/esm2020/lib/pipes/currency/currency.module.mjs +1 -1
- package/esm2020/lib/pipes/currency/currency.pipe.mjs +1 -1
- package/esm2020/lib/pipes/date/date-format.module.mjs +1 -1
- package/esm2020/lib/pipes/date/date-format.pipe.mjs +1 -1
- package/esm2020/lib/pipes/date/date-time-format.pipe.mjs +1 -1
- package/esm2020/lib/pipes/date/enums/timezone.mjs +1 -1
- package/esm2020/lib/pipes/date/helpers/change-timezone.mjs +1 -1
- package/esm2020/lib/pipes/phone/phone-format.module.mjs +1 -1
- package/esm2020/lib/pipes/phone/phone-format.pipe.mjs +1 -1
- package/esm2020/lib/pipes/safe/safe.module.mjs +1 -1
- package/esm2020/lib/pipes/safe/safe.pipe.mjs +1 -1
- package/esm2020/lib/pipes/truncate/truncate.module.mjs +1 -1
- package/esm2020/lib/pipes/truncate/truncate.pipe.mjs +1 -1
- package/esm2020/lib/services/file-upload/file-upload.service.mjs +1 -1
- package/esm2020/lib/services/index.mjs +1 -1
- package/esm2020/lib/services/mrx-autosave/mrx-autosave.service.mjs +1 -1
- package/esm2020/lib/services/mrx-form-validator/constants/invalid-messages.mjs +1 -1
- package/esm2020/lib/services/mrx-form-validator/helpers/get-error-message.helper.mjs +1 -1
- package/esm2020/lib/services/mrx-form-validator/helpers/get-sorting-validations.helper.mjs +1 -1
- package/esm2020/lib/services/mrx-form-validator/models/index.mjs +1 -1
- package/esm2020/lib/services/mrx-form-validator/models/validations-options.model.mjs +1 -1
- package/esm2020/lib/services/mrx-form-validator/models/validations-settings.model.mjs +1 -1
- package/esm2020/lib/services/mrx-form-validator/models/validations-types.model.mjs +1 -1
- package/esm2020/lib/services/mrx-form-validator/mrx-form-validator.mjs +1 -1
- package/esm2020/lib/services/mrx-form-validator/validations/callback.validation.mjs +1 -1
- package/esm2020/lib/services/mrx-form-validator/validations/email.validation.mjs +1 -1
- package/esm2020/lib/services/mrx-form-validator/validations/max-length.validation.mjs +1 -1
- package/esm2020/lib/services/mrx-form-validator/validations/max-value.validation.mjs +1 -1
- package/esm2020/lib/services/mrx-form-validator/validations/min-length.validation.mjs +1 -1
- package/esm2020/lib/services/mrx-form-validator/validations/min-value.validation.mjs +1 -1
- package/esm2020/lib/services/mrx-form-validator/validations/pattern.validation.mjs +1 -1
- package/esm2020/lib/services/mrx-form-validator/validations/required.validation.mjs +1 -1
- package/esm2020/lib/services/save-store/constants/constants.mjs +1 -1
- package/esm2020/lib/services/save-store/models/save-store.model.mjs +1 -1
- package/esm2020/lib/services/save-store/save-store.module.mjs +1 -1
- package/esm2020/lib/services/save-store/store/actions.mjs +1 -1
- package/esm2020/lib/services/save-store/store/effect.mjs +1 -1
- package/esm2020/lib/services/save-store/store/reducer.mjs +1 -1
- package/esm2020/lib/services/save-store/store/selectors.mjs +1 -1
- package/esm2020/lib/services/save-store/store/state.mjs +1 -1
- package/esm2020/public-api.mjs +3 -1
- package/fesm2015/myrta-ui.mjs +1146 -351
- package/fesm2015/myrta-ui.mjs.map +1 -1
- package/fesm2020/myrta-ui.mjs +1139 -351
- package/fesm2020/myrta-ui.mjs.map +1 -1
- package/lib/components/form/input-date/components/date-calendar/date-calendar.component.d.ts +63 -0
- package/lib/components/form/input-date/helpers/date-helpers.d.ts +14 -0
- package/lib/components/form/input-date/input-date.component.d.ts +65 -0
- package/lib/components/form/input-date/input-date.enum.d.ts +11 -0
- package/lib/components/form/input-date/input-date.module.d.ts +14 -0
- package/lib/components/form/input-date-time/helpers/formatting-moscow-timezone.d.ts +1 -0
- package/lib/components/form/input-date-time/input-date-time.component.d.ts +8 -7
- package/lib/components/form/input-date-time/input-date-time.enum.d.ts +2 -2
- package/lib/components/pdf-viewer/pdf-viewer.component.d.ts +2 -0
- package/lib/enums/overlay/index.d.ts +13 -0
- package/package.json +1 -1
- package/public-api.d.ts +2 -0
|
@@ -0,0 +1,63 @@
|
|
|
1
|
+
import { ChangeDetectorRef, EventEmitter, OnInit } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class DateCalendarComponent implements OnInit {
|
|
4
|
+
private _detector;
|
|
5
|
+
selectedDate: Date | null;
|
|
6
|
+
dateSelected: EventEmitter<Date>;
|
|
7
|
+
close: EventEmitter<void>;
|
|
8
|
+
currentMonth: number;
|
|
9
|
+
currentYear: number;
|
|
10
|
+
view: 'days' | 'months' | 'years';
|
|
11
|
+
readonly monthNames: string[];
|
|
12
|
+
readonly daysOfWeek: string[];
|
|
13
|
+
readonly months: number[];
|
|
14
|
+
private _minDate;
|
|
15
|
+
private _maxDate;
|
|
16
|
+
private _minDateStr;
|
|
17
|
+
private _maxDateStr;
|
|
18
|
+
private calendarDaysCache;
|
|
19
|
+
constructor(_detector: ChangeDetectorRef);
|
|
20
|
+
ngOnInit(): void;
|
|
21
|
+
set minDate(value: string | null);
|
|
22
|
+
get minDate(): string | null;
|
|
23
|
+
set maxDate(value: string | null);
|
|
24
|
+
get maxDate(): string | null;
|
|
25
|
+
private updateDateBounds;
|
|
26
|
+
get headerText(): string;
|
|
27
|
+
switchView(): void;
|
|
28
|
+
getCalendarDays(): {
|
|
29
|
+
day: number;
|
|
30
|
+
month: number;
|
|
31
|
+
year: number;
|
|
32
|
+
}[];
|
|
33
|
+
getYears(): number[];
|
|
34
|
+
isSelected(day: {
|
|
35
|
+
day: number;
|
|
36
|
+
month: number;
|
|
37
|
+
year: number;
|
|
38
|
+
}): boolean;
|
|
39
|
+
isMonthSelected(month: number): boolean;
|
|
40
|
+
isYearSelected(year: number): boolean;
|
|
41
|
+
isDateEnabled(day: {
|
|
42
|
+
day: number;
|
|
43
|
+
month: number;
|
|
44
|
+
year: number;
|
|
45
|
+
}): boolean;
|
|
46
|
+
isMonthDisabled(month: number): boolean;
|
|
47
|
+
isYearDisabled(year: number): boolean;
|
|
48
|
+
selectDate(day: {
|
|
49
|
+
day: number;
|
|
50
|
+
month: number;
|
|
51
|
+
year: number;
|
|
52
|
+
}): void;
|
|
53
|
+
selectMonth(month: number): void;
|
|
54
|
+
selectYear(year: number): void;
|
|
55
|
+
changeMonth(offset: number): void;
|
|
56
|
+
changeYearRange(offset: number): void;
|
|
57
|
+
isPreviousMonthDisabled(): boolean;
|
|
58
|
+
isNextMonthDisabled(): boolean;
|
|
59
|
+
isPreviousYearRangeDisabled(): boolean;
|
|
60
|
+
isNextYearRangeDisabled(): boolean;
|
|
61
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<DateCalendarComponent, never>;
|
|
62
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DateCalendarComponent, "mrx-date-calendar", never, { "selectedDate": "selectedDate"; "minDate": "minDate"; "maxDate": "maxDate"; }, { "dateSelected": "dateSelected"; "close": "close"; }, never, never>;
|
|
63
|
+
}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
export declare function formatDate(date: Date, format: string): string;
|
|
2
|
+
export declare function toOutputFormat(date: Date): string;
|
|
3
|
+
export declare function isValidDate(date: Date): boolean;
|
|
4
|
+
export declare function getDaysInMonth(year: number, month: number): number;
|
|
5
|
+
export declare function isDateInRange(date: Date, minDate: string | null, maxDate: string | null): boolean;
|
|
6
|
+
export declare function clampDate(date: Date, minDate: string | null, maxDate: string | null): Date;
|
|
7
|
+
export declare function getRangeErrorMessage(date: Date, minDate: string | null, maxDate: string | null): string;
|
|
8
|
+
export declare function parseInputDate(dateStr: string): Date | null;
|
|
9
|
+
export declare function adjustInvalidDate(year: number, month: number, day: number): {
|
|
10
|
+
year: number;
|
|
11
|
+
month: number;
|
|
12
|
+
day: number;
|
|
13
|
+
};
|
|
14
|
+
export declare const cleanDate: (date: string) => Date;
|
|
@@ -0,0 +1,65 @@
|
|
|
1
|
+
import { ChangeDetectorRef, ElementRef, EventEmitter, OnDestroy, OnInit } from '@angular/core';
|
|
2
|
+
import { ControlValueAccessor } from '@angular/forms';
|
|
3
|
+
import { Overlay } from '@angular/cdk/overlay';
|
|
4
|
+
import { Field } from '../../../services';
|
|
5
|
+
import { InputDateSizesTypes, InputDateValueTypes } from './input-date.enum';
|
|
6
|
+
import { InputDateTimeValueTypes, InputDateTimeValueWithId } from '../input-date-time/models/input-date-time.model';
|
|
7
|
+
import { PositionType } from '../../../enums/overlay';
|
|
8
|
+
import * as i0 from "@angular/core";
|
|
9
|
+
export declare class InputDateComponent implements OnInit, OnDestroy, ControlValueAccessor {
|
|
10
|
+
private _overlay;
|
|
11
|
+
private _detector;
|
|
12
|
+
private _elementRef;
|
|
13
|
+
private _clickSubscription;
|
|
14
|
+
private _overlayRef;
|
|
15
|
+
displayValue: string;
|
|
16
|
+
selectedDate: Date | null;
|
|
17
|
+
mask: string;
|
|
18
|
+
errorMessage: string | null;
|
|
19
|
+
uuid: string;
|
|
20
|
+
fields: Field[];
|
|
21
|
+
format: string;
|
|
22
|
+
minDate: string | null;
|
|
23
|
+
maxDate: string | null;
|
|
24
|
+
isSilentValidation: boolean;
|
|
25
|
+
isManualInput: boolean;
|
|
26
|
+
closeAfterSelect: boolean;
|
|
27
|
+
required: boolean;
|
|
28
|
+
size: InputDateSizesTypes;
|
|
29
|
+
customClasses: string;
|
|
30
|
+
disabled: boolean;
|
|
31
|
+
readonly: boolean;
|
|
32
|
+
placeholder: string;
|
|
33
|
+
popupPosition: PositionType;
|
|
34
|
+
invalid: boolean;
|
|
35
|
+
invalidMessage: string | string[];
|
|
36
|
+
checkInvalid: true | false | null;
|
|
37
|
+
changed: EventEmitter<InputDateTimeValueTypes>;
|
|
38
|
+
modelChange: EventEmitter<InputDateTimeValueWithId>;
|
|
39
|
+
blurred: EventEmitter<InputDateTimeValueWithId>;
|
|
40
|
+
dateInput: ElementRef;
|
|
41
|
+
private onChange;
|
|
42
|
+
private onTouched;
|
|
43
|
+
constructor(_overlay: Overlay, _detector: ChangeDetectorRef, _elementRef: ElementRef);
|
|
44
|
+
ngOnInit(): void;
|
|
45
|
+
ngOnDestroy(): void;
|
|
46
|
+
get checkValidClasses(): string;
|
|
47
|
+
get getClasses(): string;
|
|
48
|
+
get isViewCleanIcon(): boolean;
|
|
49
|
+
writeValue(value: string): void;
|
|
50
|
+
registerOnChange(fn: (value: string) => void): void;
|
|
51
|
+
registerOnTouched(fn: () => void): void;
|
|
52
|
+
setDisabledState(isDisabled: boolean): void;
|
|
53
|
+
set value(value: string);
|
|
54
|
+
onInput(event: Event): void;
|
|
55
|
+
private processInput;
|
|
56
|
+
onBlur(): void;
|
|
57
|
+
openCalendar(): void;
|
|
58
|
+
onDateSelected(date: Date): void;
|
|
59
|
+
closeCalendar(): void;
|
|
60
|
+
clickToIconCalendar(): void;
|
|
61
|
+
clickToIconClear(): void;
|
|
62
|
+
updateValue(insideValue: InputDateValueTypes): void;
|
|
63
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<InputDateComponent, never>;
|
|
64
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<InputDateComponent, "mrx-input-date", never, { "fields": "fields"; "format": "format"; "minDate": "minDate"; "maxDate": "maxDate"; "isSilentValidation": "isSilentValidation"; "isManualInput": "isManualInput"; "closeAfterSelect": "closeAfterSelect"; "required": "required"; "size": "size"; "customClasses": "customClasses"; "disabled": "disabled"; "readonly": "readonly"; "placeholder": "placeholder"; "popupPosition": "popupPosition"; "invalid": "invalid"; "invalidMessage": "invalidMessage"; "checkInvalid": "checkInvalid"; }, { "changed": "changed"; "modelChange": "modelChange"; "blurred": "blurred"; }, never, never>;
|
|
65
|
+
}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
export declare enum InputDateSizesEnum {
|
|
2
|
+
'small' = "mrx-input-date-sm",
|
|
3
|
+
'medium' = "mrx-input-date-md",
|
|
4
|
+
'large' = "mrx-input-date-lg"
|
|
5
|
+
}
|
|
6
|
+
export declare type InputDateSizesTypes = 'small' | 'medium' | 'large';
|
|
7
|
+
export declare type InputDateValueTypes = string;
|
|
8
|
+
export interface InputDateValueWithId {
|
|
9
|
+
value: InputDateValueTypes;
|
|
10
|
+
id: string;
|
|
11
|
+
}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./input-date.component";
|
|
3
|
+
import * as i2 from "./components/date-calendar/date-calendar.component";
|
|
4
|
+
import * as i3 from "@angular/common";
|
|
5
|
+
import * as i4 from "@angular/forms";
|
|
6
|
+
import * as i5 from "../../error-message/error-message.module";
|
|
7
|
+
import * as i6 from "../../label/label.module";
|
|
8
|
+
import * as i7 from "../../save-state/save-state.module";
|
|
9
|
+
import * as i8 from "ngx-mask";
|
|
10
|
+
export declare class InputDateModule {
|
|
11
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<InputDateModule, never>;
|
|
12
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<InputDateModule, [typeof i1.InputDateComponent, typeof i2.DateCalendarComponent], [typeof i3.CommonModule, typeof i4.FormsModule, typeof i5.ErrorMessageModule, typeof i6.LabelModule, typeof i7.SaveStateModule, typeof i8.NgxMaskModule], [typeof i1.InputDateComponent]>;
|
|
13
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<InputDateModule>;
|
|
14
|
+
}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { AfterViewInit, ElementRef, EventEmitter, OnChanges, SimpleChanges } from '@angular/core';
|
|
2
2
|
import { ControlValueAccessor } from '@angular/forms';
|
|
3
|
-
import { ExtraTime,
|
|
3
|
+
import { ExtraTime, InputDateTimeSizesTypes } from './input-date-time.enum';
|
|
4
4
|
import { DateModel, TimeModel } from './helpers/validate-value-models';
|
|
5
5
|
import { TimezoneType } from './enum/timezone';
|
|
6
|
-
import { Field } from
|
|
6
|
+
import { Field } from '../../../services';
|
|
7
7
|
import { InputDateTimeValueTypes, InputDateTimeValueWithId } from './models/input-date-time.model';
|
|
8
8
|
import * as i0 from "@angular/core";
|
|
9
9
|
export declare class InputDateTimeComponent implements ControlValueAccessor, OnChanges, AfterViewInit {
|
|
@@ -15,7 +15,7 @@ export declare class InputDateTimeComponent implements ControlValueAccessor, OnC
|
|
|
15
15
|
innerInvalidMessage: string;
|
|
16
16
|
uuid: string;
|
|
17
17
|
fields: Field[];
|
|
18
|
-
size:
|
|
18
|
+
size: InputDateTimeSizesTypes;
|
|
19
19
|
customClasses: string;
|
|
20
20
|
dateLabel: string;
|
|
21
21
|
timeLabel: string;
|
|
@@ -26,8 +26,6 @@ export declare class InputDateTimeComponent implements ControlValueAccessor, OnC
|
|
|
26
26
|
required: boolean;
|
|
27
27
|
timepicker: boolean;
|
|
28
28
|
range: boolean;
|
|
29
|
-
minDate: string;
|
|
30
|
-
maxDate: string;
|
|
31
29
|
timezone: TimezoneType;
|
|
32
30
|
inline: boolean;
|
|
33
31
|
isManualInput: boolean;
|
|
@@ -36,16 +34,18 @@ export declare class InputDateTimeComponent implements ControlValueAccessor, OnC
|
|
|
36
34
|
addMinTimeObj: ExtraTime;
|
|
37
35
|
addMaxTimeObj: ExtraTime;
|
|
38
36
|
disableValidate: boolean;
|
|
37
|
+
disableIncludes: boolean;
|
|
39
38
|
container: string;
|
|
40
39
|
invalid: boolean;
|
|
41
40
|
invalidMessage: string | string[];
|
|
42
41
|
checkInvalid: true | false | null;
|
|
42
|
+
minDate: string;
|
|
43
|
+
maxDate: string;
|
|
43
44
|
dateInput: ElementRef;
|
|
44
45
|
timeInput: ElementRef;
|
|
45
46
|
changed: EventEmitter<InputDateTimeValueTypes>;
|
|
46
47
|
modelChange: EventEmitter<InputDateTimeValueWithId>;
|
|
47
48
|
blurred: EventEmitter<InputDateTimeValueWithId>;
|
|
48
|
-
constructor();
|
|
49
49
|
ngAfterViewInit(): void;
|
|
50
50
|
ngOnChanges(changes: SimpleChanges): void;
|
|
51
51
|
get getDateValue(): string;
|
|
@@ -53,6 +53,7 @@ export declare class InputDateTimeComponent implements ControlValueAccessor, OnC
|
|
|
53
53
|
private get isValidModels();
|
|
54
54
|
get isViewCleanIcon(): boolean;
|
|
55
55
|
get checkValidClasses(): string;
|
|
56
|
+
private _getDateFromTimezone;
|
|
56
57
|
private _checkExtraTime;
|
|
57
58
|
clickToIconCalendar(): void;
|
|
58
59
|
clickToIconClear(): void;
|
|
@@ -73,5 +74,5 @@ export declare class InputDateTimeComponent implements ControlValueAccessor, OnC
|
|
|
73
74
|
updateValue(insideValue: InputDateTimeValueTypes): void;
|
|
74
75
|
onBlur(event: Event): void;
|
|
75
76
|
static ɵfac: i0.ɵɵFactoryDeclaration<InputDateTimeComponent, never>;
|
|
76
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<InputDateTimeComponent, "mrx-input-date-time", never, { "fields": "fields"; "size": "size"; "customClasses": "customClasses"; "dateLabel": "dateLabel"; "timeLabel": "timeLabel"; "datePlaceholder": "datePlaceholder"; "timePlaceholder": "timePlaceholder"; "disabled": "disabled"; "readonly": "readonly"; "required": "required"; "timepicker": "timepicker"; "range": "range"; "
|
|
77
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<InputDateTimeComponent, "mrx-input-date-time", never, { "fields": "fields"; "size": "size"; "customClasses": "customClasses"; "dateLabel": "dateLabel"; "timeLabel": "timeLabel"; "datePlaceholder": "datePlaceholder"; "timePlaceholder": "timePlaceholder"; "disabled": "disabled"; "readonly": "readonly"; "required": "required"; "timepicker": "timepicker"; "range": "range"; "timezone": "timezone"; "inline": "inline"; "isManualInput": "isManualInput"; "addMinTime": "addMinTime"; "addMaxTime": "addMaxTime"; "addMinTimeObj": "addMinTimeObj"; "addMaxTimeObj": "addMaxTimeObj"; "disableValidate": "disableValidate"; "disableIncludes": "disableIncludes"; "container": "container"; "invalid": "invalid"; "invalidMessage": "invalidMessage"; "checkInvalid": "checkInvalid"; "minDate": "minDate"; "maxDate": "maxDate"; }, { "changed": "changed"; "modelChange": "modelChange"; "blurred": "blurred"; }, never, never>;
|
|
77
78
|
}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
export declare enum
|
|
1
|
+
export declare enum InputDateTimeSizesEnum {
|
|
2
2
|
'small' = "mrx-input-date-sm",
|
|
3
3
|
'medium' = "mrx-input-date-md",
|
|
4
4
|
'large' = "mrx-input-date-lg"
|
|
5
5
|
}
|
|
6
|
-
export declare type
|
|
6
|
+
export declare type InputDateTimeSizesTypes = 'small' | 'medium' | 'large';
|
|
7
7
|
/**
|
|
8
8
|
* Пример использования <br/>
|
|
9
9
|
* message="Не более {diff} дней" <br/>
|
|
@@ -40,8 +40,10 @@ export declare class PdfViewerComponent implements OnInit, OnChanges {
|
|
|
40
40
|
pdfViewer: NgxExtendedPdfViewerComponent;
|
|
41
41
|
findMenu: ElementRef | null;
|
|
42
42
|
constructor(_pdfViewerService: NgxExtendedPdfViewerService, _renderer: Renderer2, _ref: ChangeDetectorRef);
|
|
43
|
+
handleKeyboardEvent(event: KeyboardEvent): void;
|
|
43
44
|
ngOnChanges(changes: SimpleChanges): void;
|
|
44
45
|
initZoom(): void;
|
|
46
|
+
get ignoreKeys(): string[];
|
|
45
47
|
initSearch(): void;
|
|
46
48
|
ngOnInit(): void;
|
|
47
49
|
onPageChange($event: any): void;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { ConnectedPosition } from '@angular/cdk/overlay';
|
|
2
|
+
export declare type PositionType = 'top' | 'bottom' | 'left' | 'right' | 'top-start' | 'top-end' | 'bottom-start' | 'bottom-end';
|
|
3
|
+
export declare enum PositionEnum {
|
|
4
|
+
Top = "top",
|
|
5
|
+
Bottom = "bottom",
|
|
6
|
+
Left = "left",
|
|
7
|
+
Right = "right",
|
|
8
|
+
TopStart = "top-start",
|
|
9
|
+
TopEnd = "top-end",
|
|
10
|
+
BottomStart = "bottom-start",
|
|
11
|
+
BottomEnd = "bottom-end"
|
|
12
|
+
}
|
|
13
|
+
export declare const PositionStrategyEnum: Record<PositionType, ConnectedPosition[]>;
|
package/package.json
CHANGED
package/public-api.d.ts
CHANGED
|
@@ -103,6 +103,8 @@ export * from './lib/components/form/input-datepicker/input-datepicker.module';
|
|
|
103
103
|
export * from './lib/components/form/input-datepicker/input-datepicker.component';
|
|
104
104
|
export * from './lib/components/form/input-datepicker/models/input-datepicker.model';
|
|
105
105
|
export * from './lib/components/form/input-datepicker/input-datepicker.enum';
|
|
106
|
+
export * from './lib/components/form/input-date/input-date.module';
|
|
107
|
+
export * from './lib/components/form/input-date/input-date.component';
|
|
106
108
|
export * from './lib/components/form/input-date-time/input-date-time.module';
|
|
107
109
|
export * from './lib/components/form/input-date-time/input-date-time.component';
|
|
108
110
|
export * from './lib/components/form/input-date-time/models/input-date-time.model';
|