@updevs/components 1.0.0-alpha.98 → 1.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/fesm2022/updevs-components-badge.mjs +21 -21
- package/fesm2022/updevs-components-badge.mjs.map +1 -1
- package/fesm2022/updevs-components-button.mjs +39 -39
- package/fesm2022/updevs-components-button.mjs.map +1 -1
- package/fesm2022/updevs-components-calendar.mjs +41 -41
- package/fesm2022/updevs-components-calendar.mjs.map +1 -1
- package/fesm2022/updevs-components-card.mjs +24 -20
- package/fesm2022/updevs-components-card.mjs.map +1 -1
- package/fesm2022/updevs-components-drag-and-drop.mjs +17 -17
- package/fesm2022/updevs-components-drag-and-drop.mjs.map +1 -1
- package/fesm2022/updevs-components-dropdown.mjs +10 -10
- package/fesm2022/updevs-components-dropdown.mjs.map +1 -1
- package/fesm2022/updevs-components-form-controls-abstractions.mjs +19 -19
- package/fesm2022/updevs-components-form-controls-abstractions.mjs.map +1 -1
- package/fesm2022/updevs-components-form-controls-checkbox.mjs +16 -16
- package/fesm2022/updevs-components-form-controls-checkbox.mjs.map +1 -1
- package/fesm2022/updevs-components-form-controls-date-picker.mjs +8 -8
- package/fesm2022/updevs-components-form-controls-date-picker.mjs.map +1 -1
- package/fesm2022/updevs-components-form-controls-file-upload.mjs +26 -26
- package/fesm2022/updevs-components-form-controls-file-upload.mjs.map +1 -1
- package/fesm2022/updevs-components-form-controls-input.mjs +16 -14
- package/fesm2022/updevs-components-form-controls-input.mjs.map +1 -1
- package/fesm2022/updevs-components-form-controls-radio.mjs +8 -8
- package/fesm2022/updevs-components-form-controls-radio.mjs.map +1 -1
- package/fesm2022/updevs-components-form-controls-select.mjs +52 -48
- package/fesm2022/updevs-components-form-controls-select.mjs.map +1 -1
- package/fesm2022/updevs-components-form-controls-textarea.mjs +15 -15
- package/fesm2022/updevs-components-form-controls-textarea.mjs.map +1 -1
- package/fesm2022/updevs-components-form-controls-time-picker.mjs +12 -12
- package/fesm2022/updevs-components-form-controls-time-picker.mjs.map +1 -1
- package/fesm2022/updevs-components-form.mjs +31 -31
- package/fesm2022/updevs-components-form.mjs.map +1 -1
- package/fesm2022/updevs-components-layout.mjs +112 -110
- package/fesm2022/updevs-components-layout.mjs.map +1 -1
- package/fesm2022/updevs-components-link.mjs +8 -8
- package/fesm2022/updevs-components-link.mjs.map +1 -1
- package/fesm2022/updevs-components-list.mjs +8 -8
- package/fesm2022/updevs-components-list.mjs.map +1 -1
- package/fesm2022/updevs-components-modal.mjs +25 -24
- package/fesm2022/updevs-components-modal.mjs.map +1 -1
- package/fesm2022/updevs-components-paginator.mjs +36 -36
- package/fesm2022/updevs-components-paginator.mjs.map +1 -1
- package/fesm2022/updevs-components-popover.mjs +13 -12
- package/fesm2022/updevs-components-popover.mjs.map +1 -1
- package/fesm2022/updevs-components-pricing.mjs +22 -22
- package/fesm2022/updevs-components-pricing.mjs.map +1 -1
- package/fesm2022/updevs-components-table.mjs +181 -208
- package/fesm2022/updevs-components-table.mjs.map +1 -1
- package/fesm2022/updevs-components.mjs +4 -4
- package/package.json +67 -111
- package/types/updevs-components-badge.d.ts +44 -0
- package/types/updevs-components-button.d.ts +75 -0
- package/types/updevs-components-calendar.d.ts +175 -0
- package/{card/card.component.d.ts → types/updevs-components-card.d.ts} +50 -12
- package/types/updevs-components-drag-and-drop.d.ts +74 -0
- package/{dropdown/dropdown.component.d.ts → types/updevs-components-dropdown.d.ts} +52 -8
- package/types/updevs-components-form-controls-abstractions.d.ts +49 -0
- package/types/updevs-components-form-controls-checkbox.d.ts +33 -0
- package/{form-controls/date-picker/date-picker.component.d.ts → types/updevs-components-form-controls-date-picker.d.ts} +17 -3
- package/types/updevs-components-form-controls-file-upload.d.ts +69 -0
- package/{form-controls/input/input.component.d.ts → types/updevs-components-form-controls-input.d.ts} +33 -7
- package/{form-controls/radio/radio.component.d.ts → types/updevs-components-form-controls-radio.d.ts} +14 -2
- package/types/updevs-components-form-controls-select.d.ts +200 -0
- package/types/updevs-components-form-controls-textarea.d.ts +31 -0
- package/types/updevs-components-form-controls-time-picker.d.ts +164 -0
- package/types/updevs-components-form.d.ts +356 -0
- package/types/updevs-components-layout.d.ts +490 -0
- package/{link/link.component.d.ts → types/updevs-components-link.d.ts} +16 -4
- package/types/updevs-components-list.d.ts +107 -0
- package/types/updevs-components-modal.d.ts +155 -0
- package/types/updevs-components-paginator.d.ts +58 -0
- package/types/updevs-components-popover.d.ts +63 -0
- package/types/updevs-components-pricing.d.ts +91 -0
- package/types/updevs-components-table.d.ts +619 -0
- package/types/updevs-components.d.ts +44 -0
- package/badge/badge-config.model.d.ts +0 -14
- package/badge/badge.component.d.ts +0 -23
- package/badge/badge.config.d.ts +0 -12
- package/badge/index.d.ts +0 -1
- package/badge/public-api.d.ts +0 -3
- package/badge/upd-badge.module.d.ts +0 -8
- package/button/button.component.d.ts +0 -62
- package/button/index.d.ts +0 -1
- package/button/public-api.d.ts +0 -2
- package/button/upd-button.module.d.ts +0 -10
- package/calendar/calendar.component.d.ts +0 -63
- package/calendar/index.d.ts +0 -1
- package/calendar/models/calendar-date.model.d.ts +0 -10
- package/calendar/models/calendar-month.model.d.ts +0 -7
- package/calendar/models/calendar-selected.model.d.ts +0 -5
- package/calendar/models/calendar-user-event.model.d.ts +0 -4
- package/calendar/models/calendar-year.model.d.ts +0 -6
- package/calendar/models/date-range.model.d.ts +0 -22
- package/calendar/models/enums/calendar-view.enum.d.ts +0 -5
- package/calendar/models/public-api.d.ts +0 -7
- package/calendar/public-api.d.ts +0 -5
- package/calendar/services/calendar-range-strategy.service.d.ts +0 -35
- package/calendar/services/calendar-signals.service.d.ts +0 -24
- package/calendar/services/public-api.d.ts +0 -1
- package/calendar/types/calendar-view.type.d.ts +0 -1
- package/calendar/types/public-api.d.ts +0 -1
- package/calendar/upd-calendar.module.d.ts +0 -13
- package/card/directives/card-actions.directive.d.ts +0 -7
- package/card/directives/card-footer.directive.d.ts +0 -7
- package/card/directives/card-header.directive.d.ts +0 -7
- package/card/directives/card-image.directive.d.ts +0 -7
- package/card/directives/public-api.d.ts +0 -4
- package/card/index.d.ts +0 -1
- package/card/public-api.d.ts +0 -4
- package/card/types/card-state.type.d.ts +0 -1
- package/card/types/card-style.type.d.ts +0 -1
- package/card/types/hover-effect.type.d.ts +0 -1
- package/card/types/public-api.d.ts +0 -5
- package/card/types/ribbon-style.type.d.ts +0 -1
- package/card/types/status-position.type.d.ts +0 -1
- package/card/upd-card.module.d.ts +0 -14
- package/drag-and-drop/drag-and-drop.component.d.ts +0 -26
- package/drag-and-drop/index.d.ts +0 -1
- package/drag-and-drop/models/drag-and-drop-column.config.d.ts +0 -8
- package/drag-and-drop/models/drag-and-drop-column.model.d.ts +0 -10
- package/drag-and-drop/models/drag-and-drop-item.d.ts +0 -7
- package/drag-and-drop/models/drag-and-drop-item.model.d.ts +0 -13
- package/drag-and-drop/models/drag-and-drop.config.d.ts +0 -6
- package/drag-and-drop/models/public-api.d.ts +0 -4
- package/drag-and-drop/public-api.d.ts +0 -3
- package/drag-and-drop/upd-drag-and-drop.module.d.ts +0 -9
- package/dropdown/index.d.ts +0 -1
- package/dropdown/models/dropdown-action-clicked.model.d.ts +0 -6
- package/dropdown/models/dropdown-item.d.ts +0 -25
- package/dropdown/models/dropdown-item.type.d.ts +0 -1
- package/dropdown/models/public-api.d.ts +0 -4
- package/dropdown/models/toolbar.type.d.ts +0 -1
- package/dropdown/public-api.d.ts +0 -3
- package/dropdown/upd-dropdown.module.d.ts +0 -12
- package/esm2022/badge/badge-config.model.mjs +0 -14
- package/esm2022/badge/badge.component.mjs +0 -48
- package/esm2022/badge/badge.config.mjs +0 -2
- package/esm2022/badge/index.mjs +0 -2
- package/esm2022/badge/public-api.mjs +0 -4
- package/esm2022/badge/upd-badge.module.mjs +0 -24
- package/esm2022/badge/updevs-components-badge.mjs +0 -5
- package/esm2022/button/button.component.mjs +0 -157
- package/esm2022/button/index.mjs +0 -2
- package/esm2022/button/public-api.mjs +0 -3
- package/esm2022/button/upd-button.module.mjs +0 -32
- package/esm2022/button/updevs-components-button.mjs +0 -5
- package/esm2022/calendar/assets/i18n/en.json +0 -16
- package/esm2022/calendar/assets/i18n/pt.json +0 -16
- package/esm2022/calendar/calendar.component.mjs +0 -318
- package/esm2022/calendar/index.mjs +0 -2
- package/esm2022/calendar/models/calendar-date.model.mjs +0 -2
- package/esm2022/calendar/models/calendar-month.model.mjs +0 -2
- package/esm2022/calendar/models/calendar-selected.model.mjs +0 -2
- package/esm2022/calendar/models/calendar-user-event.model.mjs +0 -2
- package/esm2022/calendar/models/calendar-year.model.mjs +0 -2
- package/esm2022/calendar/models/date-range.model.mjs +0 -18
- package/esm2022/calendar/models/enums/calendar-view.enum.mjs +0 -7
- package/esm2022/calendar/models/public-api.mjs +0 -8
- package/esm2022/calendar/public-api.mjs +0 -6
- package/esm2022/calendar/services/calendar-range-strategy.service.mjs +0 -99
- package/esm2022/calendar/services/calendar-signals.service.mjs +0 -47
- package/esm2022/calendar/services/public-api.mjs +0 -2
- package/esm2022/calendar/types/calendar-view.type.mjs +0 -2
- package/esm2022/calendar/types/public-api.mjs +0 -2
- package/esm2022/calendar/upd-calendar.module.mjs +0 -52
- package/esm2022/calendar/updevs-components-calendar.mjs +0 -5
- package/esm2022/card/card.component.mjs +0 -136
- package/esm2022/card/directives/card-actions.directive.mjs +0 -16
- package/esm2022/card/directives/card-footer.directive.mjs +0 -16
- package/esm2022/card/directives/card-header.directive.mjs +0 -16
- package/esm2022/card/directives/card-image.directive.mjs +0 -16
- package/esm2022/card/directives/public-api.mjs +0 -5
- package/esm2022/card/index.mjs +0 -2
- package/esm2022/card/public-api.mjs +0 -5
- package/esm2022/card/types/card-state.type.mjs +0 -2
- package/esm2022/card/types/card-style.type.mjs +0 -2
- package/esm2022/card/types/hover-effect.type.mjs +0 -2
- package/esm2022/card/types/public-api.mjs +0 -6
- package/esm2022/card/types/ribbon-style.type.mjs +0 -2
- package/esm2022/card/types/status-position.type.mjs +0 -2
- package/esm2022/card/upd-card.module.mjs +0 -50
- package/esm2022/card/updevs-components-card.mjs +0 -5
- package/esm2022/drag-and-drop/drag-and-drop.component.mjs +0 -134
- package/esm2022/drag-and-drop/index.mjs +0 -2
- package/esm2022/drag-and-drop/models/drag-and-drop-column.config.mjs +0 -2
- package/esm2022/drag-and-drop/models/drag-and-drop-column.model.mjs +0 -9
- package/esm2022/drag-and-drop/models/drag-and-drop-item.mjs +0 -2
- package/esm2022/drag-and-drop/models/drag-and-drop-item.model.mjs +0 -14
- package/esm2022/drag-and-drop/models/drag-and-drop.config.mjs +0 -2
- package/esm2022/drag-and-drop/models/public-api.mjs +0 -5
- package/esm2022/drag-and-drop/public-api.mjs +0 -4
- package/esm2022/drag-and-drop/upd-drag-and-drop.module.mjs +0 -28
- package/esm2022/drag-and-drop/updevs-components-drag-and-drop.mjs +0 -5
- package/esm2022/dropdown/dropdown.component.mjs +0 -203
- package/esm2022/dropdown/index.mjs +0 -2
- package/esm2022/dropdown/models/dropdown-action-clicked.model.mjs +0 -2
- package/esm2022/dropdown/models/dropdown-item.mjs +0 -2
- package/esm2022/dropdown/models/dropdown-item.type.mjs +0 -2
- package/esm2022/dropdown/models/public-api.mjs +0 -5
- package/esm2022/dropdown/models/toolbar.type.mjs +0 -2
- package/esm2022/dropdown/public-api.mjs +0 -4
- package/esm2022/dropdown/upd-dropdown.module.mjs +0 -40
- package/esm2022/dropdown/updevs-components-dropdown.mjs +0 -5
- package/esm2022/form/assets/i18n/en.json +0 -17
- package/esm2022/form/assets/i18n/pt.json +0 -17
- package/esm2022/form/components/dynamic-field/dynamic-field.component.mjs +0 -180
- package/esm2022/form/form.component.mjs +0 -180
- package/esm2022/form/index.mjs +0 -2
- package/esm2022/form/models/attachment-rule.model.mjs +0 -2
- package/esm2022/form/models/button-field.model.mjs +0 -2
- package/esm2022/form/models/button-group-field.model.mjs +0 -2
- package/esm2022/form/models/checkbox-field.model.mjs +0 -2
- package/esm2022/form/models/checkbox-group-field.model.mjs +0 -2
- package/esm2022/form/models/dynamic-field.model.mjs +0 -2
- package/esm2022/form/models/enums/attachment-type.enum.mjs +0 -15
- package/esm2022/form/models/enums/dynamic-field.type.mjs +0 -17
- package/esm2022/form/models/enums/public-api.mjs +0 -3
- package/esm2022/form/models/file-upload-field.model.mjs +0 -2
- package/esm2022/form/models/form-config.mjs +0 -2
- package/esm2022/form/models/form-row.model.mjs +0 -2
- package/esm2022/form/models/form-update-on.type.mjs +0 -2
- package/esm2022/form/models/input-field.model.mjs +0 -2
- package/esm2022/form/models/masked-input-field.model.mjs +0 -2
- package/esm2022/form/models/public-api.mjs +0 -19
- package/esm2022/form/models/radio-field.model.mjs +0 -2
- package/esm2022/form/models/radio-group-field.model.mjs +0 -2
- package/esm2022/form/models/select-field.model.mjs +0 -2
- package/esm2022/form/models/single-select-field.model.mjs +0 -2
- package/esm2022/form/models/textarea-field.model.mjs +0 -2
- package/esm2022/form/models/validator-config.mjs +0 -2
- package/esm2022/form/public-api.mjs +0 -4
- package/esm2022/form/tools/errors-helper.mjs +0 -54
- package/esm2022/form/upd-form.module.mjs +0 -84
- package/esm2022/form/updevs-components-form.mjs +0 -5
- package/esm2022/form-controls/abstractions/base-control.mjs +0 -99
- package/esm2022/form-controls/abstractions/index.mjs +0 -2
- package/esm2022/form-controls/abstractions/public-api.mjs +0 -2
- package/esm2022/form-controls/abstractions/updevs-components-form-controls-abstractions.mjs +0 -5
- package/esm2022/form-controls/checkbox/checkbox.component.mjs +0 -63
- package/esm2022/form-controls/checkbox/index.mjs +0 -2
- package/esm2022/form-controls/checkbox/public-api.mjs +0 -3
- package/esm2022/form-controls/checkbox/upd-checkbox.module.mjs +0 -32
- package/esm2022/form-controls/checkbox/updevs-components-form-controls-checkbox.mjs +0 -5
- package/esm2022/form-controls/date-picker/date-picker.component.mjs +0 -132
- package/esm2022/form-controls/date-picker/index.mjs +0 -2
- package/esm2022/form-controls/date-picker/public-api.mjs +0 -3
- package/esm2022/form-controls/date-picker/upd-date-picker.module.mjs +0 -40
- package/esm2022/form-controls/date-picker/updevs-components-form-controls-date-picker.mjs +0 -5
- package/esm2022/form-controls/file-upload/assets/i18n/en.json +0 -15
- package/esm2022/form-controls/file-upload/assets/i18n/pt.json +0 -15
- package/esm2022/form-controls/file-upload/file-upload-changed.event.mjs +0 -2
- package/esm2022/form-controls/file-upload/file-upload.component.mjs +0 -177
- package/esm2022/form-controls/file-upload/index.mjs +0 -2
- package/esm2022/form-controls/file-upload/public-api.mjs +0 -4
- package/esm2022/form-controls/file-upload/upd-file-upload.module.mjs +0 -48
- package/esm2022/form-controls/file-upload/updevs-components-form-controls-file-upload.mjs +0 -5
- package/esm2022/form-controls/input/directives/input-append.directive.mjs +0 -16
- package/esm2022/form-controls/input/directives/input-prepend.directive.mjs +0 -16
- package/esm2022/form-controls/input/directives/public-api.mjs +0 -3
- package/esm2022/form-controls/input/index.mjs +0 -2
- package/esm2022/form-controls/input/input.component.mjs +0 -205
- package/esm2022/form-controls/input/public-api.mjs +0 -5
- package/esm2022/form-controls/input/types/input.type.mjs +0 -2
- package/esm2022/form-controls/input/types/loader-position.type.mjs +0 -2
- package/esm2022/form-controls/input/types/public-api.mjs +0 -3
- package/esm2022/form-controls/input/upd-input.module.mjs +0 -46
- package/esm2022/form-controls/input/updevs-components-form-controls-input.mjs +0 -5
- package/esm2022/form-controls/radio/index.mjs +0 -2
- package/esm2022/form-controls/radio/public-api.mjs +0 -3
- package/esm2022/form-controls/radio/radio.component.mjs +0 -62
- package/esm2022/form-controls/radio/upd-radio.module.mjs +0 -32
- package/esm2022/form-controls/radio/updevs-components-form-controls-radio.mjs +0 -5
- package/esm2022/form-controls/select/components/multiple/select-multiple.component.mjs +0 -109
- package/esm2022/form-controls/select/components/single/select.component.mjs +0 -190
- package/esm2022/form-controls/select/index.mjs +0 -2
- package/esm2022/form-controls/select/models/abstractions/base-select.component.mjs +0 -246
- package/esm2022/form-controls/select/models/defaults.mjs +0 -8
- package/esm2022/form-controls/select/models/public-api.mjs +0 -4
- package/esm2022/form-controls/select/models/select-item.mjs +0 -2
- package/esm2022/form-controls/select/models/types.mjs +0 -2
- package/esm2022/form-controls/select/public-api.mjs +0 -5
- package/esm2022/form-controls/select/upd-select.module.mjs +0 -57
- package/esm2022/form-controls/select/updevs-components-form-controls-select.mjs +0 -5
- package/esm2022/form-controls/textarea/index.mjs +0 -2
- package/esm2022/form-controls/textarea/public-api.mjs +0 -3
- package/esm2022/form-controls/textarea/textarea.component.mjs +0 -51
- package/esm2022/form-controls/textarea/upd-textarea.module.mjs +0 -24
- package/esm2022/form-controls/textarea/updevs-components-form-controls-textarea.mjs +0 -5
- package/esm2022/form-controls/time-picker/assets/i18n/en.json +0 -5
- package/esm2022/form-controls/time-picker/assets/i18n/pt.json +0 -5
- package/esm2022/form-controls/time-picker/index.mjs +0 -2
- package/esm2022/form-controls/time-picker/public-api.mjs +0 -4
- package/esm2022/form-controls/time-picker/time-picker.component.mjs +0 -130
- package/esm2022/form-controls/time-picker/time-selector/time-selector.component.mjs +0 -124
- package/esm2022/form-controls/time-picker/upd-time-picker.module.mjs +0 -61
- package/esm2022/form-controls/time-picker/updevs-components-form-controls-time-picker.mjs +0 -5
- package/esm2022/index.mjs +0 -2
- package/esm2022/layout/abstractions/base-page.component.mjs +0 -23
- package/esm2022/layout/abstractions/base.layout.mjs +0 -31
- package/esm2022/layout/abstractions/public-api.mjs +0 -2
- package/esm2022/layout/assets/i18n/en.json +0 -27
- package/esm2022/layout/assets/i18n/pt.json +0 -27
- package/esm2022/layout/index.mjs +0 -2
- package/esm2022/layout/layouts/blank-layout/blank-layout.component.mjs +0 -22
- package/esm2022/layout/layouts/blank-layout/blank-layout.module.mjs +0 -50
- package/esm2022/layout/layouts/public-api.mjs +0 -5
- package/esm2022/layout/layouts/vertical-sidebar-layout/vertical-sidebar-layout.component.mjs +0 -17
- package/esm2022/layout/layouts/vertical-sidebar-layout/vertical-sidebar-layout.module.mjs +0 -78
- package/esm2022/layout/models/login-page-config.model.mjs +0 -20
- package/esm2022/layout/models/login-page.config.mjs +0 -2
- package/esm2022/layout/models/public-api.mjs +0 -3
- package/esm2022/layout/models/security-layout-config.model.mjs +0 -10
- package/esm2022/layout/models/security-layout.config.mjs +0 -2
- package/esm2022/layout/models/upd-layout-config.model.mjs +0 -24
- package/esm2022/layout/models/upd-layout.config.mjs +0 -2
- package/esm2022/layout/pages/auth-flow/auth-flow-routing.module.mjs +0 -28
- package/esm2022/layout/pages/auth-flow/auth-flow.module.mjs +0 -73
- package/esm2022/layout/pages/auth-flow/logged-out/logged-out.component.mjs +0 -11
- package/esm2022/layout/pages/auth-flow/login/login.component.mjs +0 -110
- package/esm2022/layout/pages/auth-flow/oauth-callback/oauth-callback.component.mjs +0 -11
- package/esm2022/layout/pages/auth-flow/public-api.mjs +0 -6
- package/esm2022/layout/pages/public-api.mjs +0 -2
- package/esm2022/layout/partials/footer/footer.component.mjs +0 -52
- package/esm2022/layout/partials/footer/footer.module.mjs +0 -28
- package/esm2022/layout/partials/footer/public-api.mjs +0 -3
- package/esm2022/layout/partials/header/header-style.type.mjs +0 -2
- package/esm2022/layout/partials/header/header.component.mjs +0 -140
- package/esm2022/layout/partials/header/header.module.mjs +0 -40
- package/esm2022/layout/partials/header/public-api.mjs +0 -4
- package/esm2022/layout/partials/page-header/page-header.component.mjs +0 -15
- package/esm2022/layout/partials/page-header/public-api.mjs +0 -2
- package/esm2022/layout/partials/public-api.mjs +0 -5
- package/esm2022/layout/partials/sidebar/public-api.mjs +0 -2
- package/esm2022/layout/partials/sidebar/sidebar.component.mjs +0 -234
- package/esm2022/layout/public-api.mjs +0 -8
- package/esm2022/layout/services/public-api.mjs +0 -2
- package/esm2022/layout/services/upd-layout-config.service.mjs +0 -21
- package/esm2022/layout/tools/layout.constants.mjs +0 -15
- package/esm2022/layout/upd-layout.module.mjs +0 -47
- package/esm2022/layout/updevs-components-layout.mjs +0 -5
- package/esm2022/lib/index.mjs +0 -2
- package/esm2022/lib/models/public-api.mjs +0 -2
- package/esm2022/lib/models/row-column-size.mjs +0 -2
- package/esm2022/lib/public-api.mjs +0 -5
- package/esm2022/lib/tools/column-size.helper.mjs +0 -12
- package/esm2022/lib/tools/public-api.mjs +0 -2
- package/esm2022/lib/types/component-size.type.mjs +0 -2
- package/esm2022/lib/types/horizontal-vertical.type.mjs +0 -2
- package/esm2022/lib/types/public-api.mjs +0 -4
- package/esm2022/lib/types/validation-status.type.mjs +0 -2
- package/esm2022/lib/upd-components.module.mjs +0 -14
- package/esm2022/link/index.mjs +0 -2
- package/esm2022/link/link.component.mjs +0 -51
- package/esm2022/link/public-api.mjs +0 -4
- package/esm2022/link/target.type.mjs +0 -2
- package/esm2022/link/upd-link.module.mjs +0 -24
- package/esm2022/link/updevs-components-link.mjs +0 -5
- package/esm2022/list/assets/i18n/en.json +0 -9
- package/esm2022/list/assets/i18n/pt.json +0 -9
- package/esm2022/list/index.mjs +0 -2
- package/esm2022/list/list.component.mjs +0 -117
- package/esm2022/list/models/badge-position.type.mjs +0 -2
- package/esm2022/list/models/list-item.mjs +0 -2
- package/esm2022/list/models/list-item.model.mjs +0 -20
- package/esm2022/list/models/public-api.mjs +0 -3
- package/esm2022/list/public-api.mjs +0 -4
- package/esm2022/list/upd-list.module.mjs +0 -44
- package/esm2022/list/updevs-components-list.mjs +0 -5
- package/esm2022/modal/assets/i18n/en.json +0 -17
- package/esm2022/modal/assets/i18n/pt.json +0 -17
- package/esm2022/modal/components/modal-container/modal-container.component.mjs +0 -216
- package/esm2022/modal/index.mjs +0 -2
- package/esm2022/modal/models/base.modal.mjs +0 -14
- package/esm2022/modal/models/modal-config.model.mjs +0 -20
- package/esm2022/modal/models/modal-ref.mjs +0 -2
- package/esm2022/modal/models/modal.config.mjs +0 -2
- package/esm2022/modal/models/public-api.mjs +0 -4
- package/esm2022/modal/public-api.mjs +0 -4
- package/esm2022/modal/services/modal-alert.service.mjs +0 -99
- package/esm2022/modal/services/modal.service.mjs +0 -30
- package/esm2022/modal/services/public-api.mjs +0 -3
- package/esm2022/modal/types/modal-footer-style.type.mjs +0 -2
- package/esm2022/modal/types/modal-size.type.mjs +0 -2
- package/esm2022/modal/upd-modal.module.mjs +0 -90
- package/esm2022/modal/updevs-components-modal.mjs +0 -5
- package/esm2022/paginator/assets/i18n/en.json +0 -15
- package/esm2022/paginator/assets/i18n/pt.json +0 -15
- package/esm2022/paginator/index.mjs +0 -2
- package/esm2022/paginator/paginator.component.mjs +0 -66
- package/esm2022/paginator/public-api.mjs +0 -3
- package/esm2022/paginator/upd-paginator.module.mjs +0 -47
- package/esm2022/paginator/updevs-components-paginator.mjs +0 -5
- package/esm2022/popover/index.mjs +0 -2
- package/esm2022/popover/popover.component.mjs +0 -65
- package/esm2022/popover/popover.directive.mjs +0 -120
- package/esm2022/popover/public-api.mjs +0 -4
- package/esm2022/popover/upd-popover.module.mjs +0 -29
- package/esm2022/popover/updevs-components-popover.mjs +0 -5
- package/esm2022/pricing/index.mjs +0 -2
- package/esm2022/pricing/models/price-item-feature.model.mjs +0 -2
- package/esm2022/pricing/models/price-item-features-group.model.mjs +0 -2
- package/esm2022/pricing/models/price-item-tag.model.mjs +0 -2
- package/esm2022/pricing/models/price-item.model.mjs +0 -2
- package/esm2022/pricing/models/public-api.mjs +0 -5
- package/esm2022/pricing/pricing-cards/pricing-cards.component.mjs +0 -27
- package/esm2022/pricing/pricing-table/pricing-table.component.mjs +0 -57
- package/esm2022/pricing/public-api.mjs +0 -5
- package/esm2022/pricing/upd-pricing.module.mjs +0 -49
- package/esm2022/pricing/updevs-components-pricing.mjs +0 -5
- package/esm2022/public-api.mjs +0 -2
- package/esm2022/table/abstractions/base-column.model.mjs +0 -52
- package/esm2022/table/abstractions/base.column.mjs +0 -84
- package/esm2022/table/abstractions/filters-operands.service.mjs +0 -3
- package/esm2022/table/abstractions/public-api.mjs +0 -4
- package/esm2022/table/assets/i18n/en.json +0 -74
- package/esm2022/table/assets/i18n/pt.json +0 -74
- package/esm2022/table/components/columns/boolean-column/boolean-column.component.mjs +0 -26
- package/esm2022/table/components/columns/date-time-column/date-time-column.component.mjs +0 -13
- package/esm2022/table/components/columns/number-column/number-column.component.mjs +0 -13
- package/esm2022/table/components/columns/text-column/text-column.component.mjs +0 -31
- package/esm2022/table/components/columns-manager/columns-manager.component.mjs +0 -36
- package/esm2022/table/components/filter-row/filter-row.component.mjs +0 -124
- package/esm2022/table/components/save-search/save-search.component.mjs +0 -72
- package/esm2022/table/components/search-section/search-section.component.mjs +0 -84
- package/esm2022/table/directives/public-api.mjs +0 -2
- package/esm2022/table/directives/table-column.directive.mjs +0 -54
- package/esm2022/table/index.mjs +0 -2
- package/esm2022/table/models/columns/boolean-column.model.mjs +0 -22
- package/esm2022/table/models/columns/custom-column.model.mjs +0 -11
- package/esm2022/table/models/columns/date-time-column.model.mjs +0 -16
- package/esm2022/table/models/columns/guid-column.model.mjs +0 -13
- package/esm2022/table/models/columns/image-column.model.mjs +0 -11
- package/esm2022/table/models/columns/number-column.model.mjs +0 -17
- package/esm2022/table/models/columns/public-api.mjs +0 -8
- package/esm2022/table/models/columns/text-column.model.mjs +0 -11
- package/esm2022/table/models/enums/column-type.enum.mjs +0 -15
- package/esm2022/table/models/enums/public-api.mjs +0 -2
- package/esm2022/table/models/filter-item.model.mjs +0 -2
- package/esm2022/table/models/filter-operand.config.mjs +0 -2
- package/esm2022/table/models/operands-lists/boolean-filter-operands-list.model.mjs +0 -25
- package/esm2022/table/models/operands-lists/date-filter-operands-list.model.mjs +0 -25
- package/esm2022/table/models/operands-lists/date-or-number-operands-list.config.mjs +0 -31
- package/esm2022/table/models/operands-lists/filter-operands-list.config.mjs +0 -31
- package/esm2022/table/models/operands-lists/guid-filter-operands-list.model.mjs +0 -16
- package/esm2022/table/models/operands-lists/number-filter-operands-list.model.mjs +0 -25
- package/esm2022/table/models/operands-lists/select-filter-operands-list.model.mjs +0 -12
- package/esm2022/table/models/operands-lists/string-filter-operands-list.model.mjs +0 -45
- package/esm2022/table/models/public-api.mjs +0 -5
- package/esm2022/table/models/saved-view.model.mjs +0 -2
- package/esm2022/table/models/table-config.model.mjs +0 -40
- package/esm2022/table/models/table.config.mjs +0 -2
- package/esm2022/table/models/upd-table-config.model.mjs +0 -9
- package/esm2022/table/models/upd-table.config.mjs +0 -2
- package/esm2022/table/public-api.mjs +0 -6
- package/esm2022/table/services/current-search-request.service.mjs +0 -280
- package/esm2022/table/services/default-filters-operands.service.mjs +0 -64
- package/esm2022/table/services/storages/saved-views.storage.mjs +0 -56
- package/esm2022/table/services/stores/filters-operands.store.mjs +0 -19
- package/esm2022/table/services/upd-table-config.service.mjs +0 -18
- package/esm2022/table/table.component.mjs +0 -435
- package/esm2022/table/tools/filters.tools.mjs +0 -75
- package/esm2022/table/tools/table.constants.mjs +0 -15
- package/esm2022/table/upd-table.module.mjs +0 -150
- package/esm2022/table/updevs-components-table.mjs +0 -5
- package/esm2022/updevs-components.mjs +0 -5
- package/form/components/dynamic-field/dynamic-field.component.d.ts +0 -65
- package/form/form.component.d.ts +0 -64
- package/form/index.d.ts +0 -1
- package/form/models/attachment-rule.model.d.ts +0 -35
- package/form/models/button-field.model.d.ts +0 -5
- package/form/models/button-group-field.model.d.ts +0 -5
- package/form/models/checkbox-field.model.d.ts +0 -4
- package/form/models/checkbox-group-field.model.d.ts +0 -6
- package/form/models/dynamic-field.model.d.ts +0 -56
- package/form/models/enums/attachment-type.enum.d.ts +0 -13
- package/form/models/enums/dynamic-field.type.d.ts +0 -15
- package/form/models/enums/public-api.d.ts +0 -2
- package/form/models/file-upload-field.model.d.ts +0 -16
- package/form/models/form-config.d.ts +0 -2
- package/form/models/form-row.model.d.ts +0 -10
- package/form/models/form-update-on.type.d.ts +0 -1
- package/form/models/input-field.model.d.ts +0 -9
- package/form/models/masked-input-field.model.d.ts +0 -6
- package/form/models/public-api.d.ts +0 -18
- package/form/models/radio-field.model.d.ts +0 -4
- package/form/models/radio-group-field.model.d.ts +0 -6
- package/form/models/select-field.model.d.ts +0 -29
- package/form/models/single-select-field.model.d.ts +0 -4
- package/form/models/textarea-field.model.d.ts +0 -10
- package/form/models/validator-config.d.ts +0 -5
- package/form/public-api.d.ts +0 -3
- package/form/tools/errors-helper.d.ts +0 -11
- package/form/upd-form.module.d.ts +0 -22
- package/form-controls/abstractions/base-control.d.ts +0 -47
- package/form-controls/abstractions/index.d.ts +0 -2
- package/form-controls/abstractions/public-api.d.ts +0 -2
- package/form-controls/checkbox/checkbox.component.d.ts +0 -21
- package/form-controls/checkbox/index.d.ts +0 -1
- package/form-controls/checkbox/public-api.d.ts +0 -2
- package/form-controls/checkbox/upd-checkbox.module.d.ts +0 -10
- package/form-controls/date-picker/index.d.ts +0 -1
- package/form-controls/date-picker/public-api.d.ts +0 -2
- package/form-controls/date-picker/upd-date-picker.module.d.ts +0 -12
- package/form-controls/file-upload/file-upload-changed.event.d.ts +0 -4
- package/form-controls/file-upload/file-upload.component.d.ts +0 -48
- package/form-controls/file-upload/index.d.ts +0 -1
- package/form-controls/file-upload/public-api.d.ts +0 -3
- package/form-controls/file-upload/upd-file-upload.module.d.ts +0 -14
- package/form-controls/input/directives/input-append.directive.d.ts +0 -7
- package/form-controls/input/directives/input-prepend.directive.d.ts +0 -7
- package/form-controls/input/directives/public-api.d.ts +0 -2
- package/form-controls/input/index.d.ts +0 -1
- package/form-controls/input/public-api.d.ts +0 -4
- package/form-controls/input/types/input.type.d.ts +0 -1
- package/form-controls/input/types/loader-position.type.d.ts +0 -1
- package/form-controls/input/types/public-api.d.ts +0 -2
- package/form-controls/input/upd-input.module.d.ts +0 -13
- package/form-controls/radio/index.d.ts +0 -1
- package/form-controls/radio/public-api.d.ts +0 -2
- package/form-controls/radio/upd-radio.module.d.ts +0 -10
- package/form-controls/select/components/multiple/select-multiple.component.d.ts +0 -31
- package/form-controls/select/components/single/select.component.d.ts +0 -35
- package/form-controls/select/index.d.ts +0 -1
- package/form-controls/select/models/abstractions/base-select.component.d.ts +0 -88
- package/form-controls/select/models/defaults.d.ts +0 -8
- package/form-controls/select/models/public-api.d.ts +0 -3
- package/form-controls/select/models/select-item.d.ts +0 -25
- package/form-controls/select/models/types.d.ts +0 -4
- package/form-controls/select/public-api.d.ts +0 -4
- package/form-controls/select/upd-select.module.d.ts +0 -16
- package/form-controls/textarea/index.d.ts +0 -1
- package/form-controls/textarea/public-api.d.ts +0 -2
- package/form-controls/textarea/textarea.component.d.ts +0 -21
- package/form-controls/textarea/upd-textarea.module.d.ts +0 -8
- package/form-controls/time-picker/index.d.ts +0 -1
- package/form-controls/time-picker/public-api.d.ts +0 -3
- package/form-controls/time-picker/time-picker.component.d.ts +0 -78
- package/form-controls/time-picker/time-selector/time-selector.component.d.ts +0 -69
- package/form-controls/time-picker/upd-time-picker.module.d.ts +0 -17
- package/index.d.ts +0 -2
- package/layout/abstractions/base-page.component.d.ts +0 -12
- package/layout/abstractions/base.layout.d.ts +0 -15
- package/layout/abstractions/public-api.d.ts +0 -1
- package/layout/index.d.ts +0 -1
- package/layout/layouts/blank-layout/blank-layout.component.d.ts +0 -9
- package/layout/layouts/blank-layout/blank-layout.module.d.ts +0 -15
- package/layout/layouts/public-api.d.ts +0 -4
- package/layout/layouts/vertical-sidebar-layout/vertical-sidebar-layout.component.d.ts +0 -6
- package/layout/layouts/vertical-sidebar-layout/vertical-sidebar-layout.module.d.ts +0 -21
- package/layout/models/login-page-config.model.d.ts +0 -46
- package/layout/models/login-page.config.d.ts +0 -44
- package/layout/models/public-api.d.ts +0 -2
- package/layout/models/security-layout-config.model.d.ts +0 -12
- package/layout/models/security-layout.config.d.ts +0 -10
- package/layout/models/upd-layout-config.model.d.ts +0 -48
- package/layout/models/upd-layout.config.d.ts +0 -46
- package/layout/pages/auth-flow/auth-flow-routing.module.d.ts +0 -12
- package/layout/pages/auth-flow/auth-flow.module.d.ts +0 -20
- package/layout/pages/auth-flow/logged-out/logged-out.component.d.ts +0 -5
- package/layout/pages/auth-flow/login/login.component.d.ts +0 -26
- package/layout/pages/auth-flow/oauth-callback/oauth-callback.component.d.ts +0 -5
- package/layout/pages/auth-flow/public-api.d.ts +0 -5
- package/layout/pages/public-api.d.ts +0 -1
- package/layout/partials/footer/footer.component.d.ts +0 -34
- package/layout/partials/footer/footer.module.d.ts +0 -9
- package/layout/partials/footer/public-api.d.ts +0 -2
- package/layout/partials/header/header-style.type.d.ts +0 -1
- package/layout/partials/header/header.component.d.ts +0 -51
- package/layout/partials/header/header.module.d.ts +0 -12
- package/layout/partials/header/public-api.d.ts +0 -3
- package/layout/partials/page-header/page-header.component.d.ts +0 -7
- package/layout/partials/page-header/public-api.d.ts +0 -1
- package/layout/partials/public-api.d.ts +0 -4
- package/layout/partials/sidebar/public-api.d.ts +0 -1
- package/layout/partials/sidebar/sidebar.component.d.ts +0 -46
- package/layout/public-api.d.ts +0 -7
- package/layout/services/public-api.d.ts +0 -1
- package/layout/services/upd-layout-config.service.d.ts +0 -15
- package/layout/tools/layout.constants.d.ts +0 -15
- package/layout/upd-layout.module.d.ts +0 -19
- package/lib/index.d.ts +0 -2
- package/lib/models/public-api.d.ts +0 -2
- package/lib/models/row-column-size.d.ts +0 -23
- package/lib/public-api.d.ts +0 -5
- package/lib/tools/column-size.helper.d.ts +0 -6
- package/lib/tools/public-api.d.ts +0 -2
- package/lib/types/component-size.type.d.ts +0 -2
- package/lib/types/horizontal-vertical.type.d.ts +0 -2
- package/lib/types/public-api.d.ts +0 -4
- package/lib/types/validation-status.type.d.ts +0 -2
- package/lib/upd-components.module.d.ts +0 -7
- package/link/index.d.ts +0 -1
- package/link/public-api.d.ts +0 -3
- package/link/target.type.d.ts +0 -1
- package/link/upd-link.module.d.ts +0 -8
- package/list/index.d.ts +0 -1
- package/list/list.component.d.ts +0 -47
- package/list/models/badge-position.type.d.ts +0 -1
- package/list/models/list-item.d.ts +0 -21
- package/list/models/list-item.model.d.ts +0 -26
- package/list/models/public-api.d.ts +0 -2
- package/list/public-api.d.ts +0 -3
- package/list/upd-list.module.d.ts +0 -13
- package/modal/components/modal-container/modal-container.component.d.ts +0 -74
- package/modal/index.d.ts +0 -1
- package/modal/models/base.modal.d.ts +0 -8
- package/modal/models/modal-config.model.d.ts +0 -32
- package/modal/models/modal-ref.d.ts +0 -6
- package/modal/models/modal.config.d.ts +0 -30
- package/modal/models/public-api.d.ts +0 -3
- package/modal/public-api.d.ts +0 -3
- package/modal/services/modal-alert.service.d.ts +0 -22
- package/modal/services/modal.service.d.ts +0 -12
- package/modal/services/public-api.d.ts +0 -2
- package/modal/types/modal-footer-style.type.d.ts +0 -1
- package/modal/types/modal-size.type.d.ts +0 -1
- package/modal/upd-modal.module.d.ts +0 -18
- package/paginator/index.d.ts +0 -1
- package/paginator/paginator.component.d.ts +0 -42
- package/paginator/public-api.d.ts +0 -2
- package/paginator/upd-paginator.module.d.ts +0 -14
- package/popover/index.d.ts +0 -1
- package/popover/popover.component.d.ts +0 -22
- package/popover/popover.directive.d.ts +0 -33
- package/popover/public-api.d.ts +0 -3
- package/popover/upd-popover.module.d.ts +0 -9
- package/pricing/index.d.ts +0 -1
- package/pricing/models/price-item-feature.model.d.ts +0 -7
- package/pricing/models/price-item-features-group.model.d.ts +0 -5
- package/pricing/models/price-item-tag.model.d.ts +0 -6
- package/pricing/models/price-item.model.d.ts +0 -22
- package/pricing/models/public-api.d.ts +0 -4
- package/pricing/pricing-cards/pricing-cards.component.d.ts +0 -12
- package/pricing/pricing-table/pricing-table.component.d.ts +0 -30
- package/pricing/public-api.d.ts +0 -4
- package/pricing/upd-pricing.module.d.ts +0 -14
- package/public-api.d.ts +0 -2
- package/table/abstractions/base-column.model.d.ts +0 -29
- package/table/abstractions/base.column.d.ts +0 -26
- package/table/abstractions/filters-operands.service.d.ts +0 -8
- package/table/abstractions/public-api.d.ts +0 -3
- package/table/components/columns/boolean-column/boolean-column.component.d.ts +0 -9
- package/table/components/columns/date-time-column/date-time-column.component.d.ts +0 -7
- package/table/components/columns/number-column/number-column.component.d.ts +0 -7
- package/table/components/columns/text-column/text-column.component.d.ts +0 -9
- package/table/components/columns-manager/columns-manager.component.d.ts +0 -15
- package/table/components/filter-row/filter-row.component.d.ts +0 -41
- package/table/components/save-search/save-search.component.d.ts +0 -17
- package/table/components/search-section/search-section.component.d.ts +0 -33
- package/table/directives/public-api.d.ts +0 -1
- package/table/directives/table-column.directive.d.ts +0 -14
- package/table/index.d.ts +0 -1
- package/table/models/columns/boolean-column.model.d.ts +0 -15
- package/table/models/columns/custom-column.model.d.ts +0 -5
- package/table/models/columns/date-time-column.model.d.ts +0 -8
- package/table/models/columns/guid-column.model.d.ts +0 -4
- package/table/models/columns/image-column.model.d.ts +0 -6
- package/table/models/columns/number-column.model.d.ts +0 -8
- package/table/models/columns/public-api.d.ts +0 -7
- package/table/models/columns/text-column.model.d.ts +0 -6
- package/table/models/enums/column-type.enum.d.ts +0 -13
- package/table/models/enums/public-api.d.ts +0 -1
- package/table/models/filter-item.model.d.ts +0 -7
- package/table/models/filter-operand.config.d.ts +0 -9
- package/table/models/operands-lists/boolean-filter-operands-list.model.d.ts +0 -6
- package/table/models/operands-lists/date-filter-operands-list.model.d.ts +0 -6
- package/table/models/operands-lists/date-or-number-operands-list.config.d.ts +0 -5
- package/table/models/operands-lists/filter-operands-list.config.d.ts +0 -5
- package/table/models/operands-lists/guid-filter-operands-list.model.d.ts +0 -6
- package/table/models/operands-lists/number-filter-operands-list.model.d.ts +0 -6
- package/table/models/operands-lists/select-filter-operands-list.model.d.ts +0 -6
- package/table/models/operands-lists/string-filter-operands-list.model.d.ts +0 -6
- package/table/models/public-api.d.ts +0 -4
- package/table/models/saved-view.model.d.ts +0 -11
- package/table/models/table-config.model.d.ts +0 -44
- package/table/models/table.config.d.ts +0 -42
- package/table/models/upd-table-config.model.d.ts +0 -6
- package/table/models/upd-table.config.d.ts +0 -6
- package/table/public-api.d.ts +0 -5
- package/table/services/current-search-request.service.d.ts +0 -174
- package/table/services/default-filters-operands.service.d.ts +0 -17
- package/table/services/storages/saved-views.storage.d.ts +0 -19
- package/table/services/stores/filters-operands.store.d.ts +0 -11
- package/table/services/upd-table-config.service.d.ts +0 -12
- package/table/table.component.d.ts +0 -77
- package/table/tools/filters.tools.d.ts +0 -9
- package/table/tools/table.constants.d.ts +0 -15
- package/table/upd-table.module.d.ts +0 -40
|
@@ -14,11 +14,11 @@ class ColumnSizeHelper {
|
|
|
14
14
|
}
|
|
15
15
|
|
|
16
16
|
class UpdComponentsModule {
|
|
17
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "
|
|
18
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "
|
|
19
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "
|
|
17
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.1.4", ngImport: i0, type: UpdComponentsModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
18
|
+
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "21.1.4", ngImport: i0, type: UpdComponentsModule }); }
|
|
19
|
+
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "21.1.4", ngImport: i0, type: UpdComponentsModule }); }
|
|
20
20
|
}
|
|
21
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "
|
|
21
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.1.4", ngImport: i0, type: UpdComponentsModule, decorators: [{
|
|
22
22
|
type: NgModule,
|
|
23
23
|
args: [{
|
|
24
24
|
imports: []
|
package/package.json
CHANGED
|
@@ -1,176 +1,132 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@updevs/components",
|
|
3
|
-
"version": "1.0.0-
|
|
3
|
+
"version": "1.0.0-beta.1",
|
|
4
|
+
"repository": {
|
|
5
|
+
"type": "git",
|
|
6
|
+
"url": "git+https://github.com/eestein/updevs-sdk-angular.git",
|
|
7
|
+
"directory": "libs/components"
|
|
8
|
+
},
|
|
4
9
|
"peerDependencies": {
|
|
5
|
-
"@angular/common": "^18.0.1 || ^19.0.0",
|
|
6
|
-
"@angular/core": "^18.0.1 || ^19.0.0",
|
|
10
|
+
"@angular/common": "^18.0.1 || ^19.0.0 || ^20.0.0 || ^21.0.0",
|
|
11
|
+
"@angular/core": "^18.0.1 || ^19.0.0 || ^20.0.0 || ^21.0.0",
|
|
7
12
|
"@jsverse/transloco": "^7.4.2",
|
|
8
13
|
"@jsverse/transloco-messageformat": "^7.0.1",
|
|
9
14
|
"@updevs/icons": "^1.0.9",
|
|
10
|
-
"@updevs/sdk": "^1.0.0-alpha.
|
|
15
|
+
"@updevs/sdk": "^1.0.0-alpha.48"
|
|
11
16
|
},
|
|
12
17
|
"dependencies": {
|
|
13
18
|
"tslib": "^2.3.0"
|
|
14
19
|
},
|
|
15
20
|
"publishConfig": {
|
|
16
|
-
"access": "public"
|
|
21
|
+
"access": "public",
|
|
22
|
+
"provenance": false
|
|
17
23
|
},
|
|
18
24
|
"sideEffects": false,
|
|
19
25
|
"module": "fesm2022/updevs-components.mjs",
|
|
20
|
-
"typings": "
|
|
26
|
+
"typings": "types/updevs-components.d.ts",
|
|
21
27
|
"exports": {
|
|
22
28
|
"./package.json": {
|
|
23
29
|
"default": "./package.json"
|
|
24
30
|
},
|
|
25
31
|
".": {
|
|
26
|
-
"types": "./
|
|
27
|
-
"esm2022": "./esm2022/updevs-components.mjs",
|
|
28
|
-
"esm": "./esm2022/updevs-components.mjs",
|
|
32
|
+
"types": "./types/updevs-components.d.ts",
|
|
29
33
|
"default": "./fesm2022/updevs-components.mjs"
|
|
30
34
|
},
|
|
31
35
|
"./badge": {
|
|
32
|
-
"types": "./badge
|
|
33
|
-
"esm2022": "./esm2022/badge/updevs-components-badge.mjs",
|
|
34
|
-
"esm": "./esm2022/badge/updevs-components-badge.mjs",
|
|
36
|
+
"types": "./types/updevs-components-badge.d.ts",
|
|
35
37
|
"default": "./fesm2022/updevs-components-badge.mjs"
|
|
36
38
|
},
|
|
37
39
|
"./button": {
|
|
38
|
-
"types": "./button
|
|
39
|
-
"esm2022": "./esm2022/button/updevs-components-button.mjs",
|
|
40
|
-
"esm": "./esm2022/button/updevs-components-button.mjs",
|
|
40
|
+
"types": "./types/updevs-components-button.d.ts",
|
|
41
41
|
"default": "./fesm2022/updevs-components-button.mjs"
|
|
42
42
|
},
|
|
43
|
-
"./drag-and-drop": {
|
|
44
|
-
"types": "./drag-and-drop/index.d.ts",
|
|
45
|
-
"esm2022": "./esm2022/drag-and-drop/updevs-components-drag-and-drop.mjs",
|
|
46
|
-
"esm": "./esm2022/drag-and-drop/updevs-components-drag-and-drop.mjs",
|
|
47
|
-
"default": "./fesm2022/updevs-components-drag-and-drop.mjs"
|
|
48
|
-
},
|
|
49
43
|
"./calendar": {
|
|
50
|
-
"types": "./calendar
|
|
51
|
-
"esm2022": "./esm2022/calendar/updevs-components-calendar.mjs",
|
|
52
|
-
"esm": "./esm2022/calendar/updevs-components-calendar.mjs",
|
|
44
|
+
"types": "./types/updevs-components-calendar.d.ts",
|
|
53
45
|
"default": "./fesm2022/updevs-components-calendar.mjs"
|
|
54
46
|
},
|
|
55
47
|
"./card": {
|
|
56
|
-
"types": "./card
|
|
57
|
-
"esm2022": "./esm2022/card/updevs-components-card.mjs",
|
|
58
|
-
"esm": "./esm2022/card/updevs-components-card.mjs",
|
|
48
|
+
"types": "./types/updevs-components-card.d.ts",
|
|
59
49
|
"default": "./fesm2022/updevs-components-card.mjs"
|
|
60
50
|
},
|
|
51
|
+
"./drag-and-drop": {
|
|
52
|
+
"types": "./types/updevs-components-drag-and-drop.d.ts",
|
|
53
|
+
"default": "./fesm2022/updevs-components-drag-and-drop.mjs"
|
|
54
|
+
},
|
|
61
55
|
"./dropdown": {
|
|
62
|
-
"types": "./dropdown
|
|
63
|
-
"esm2022": "./esm2022/dropdown/updevs-components-dropdown.mjs",
|
|
64
|
-
"esm": "./esm2022/dropdown/updevs-components-dropdown.mjs",
|
|
56
|
+
"types": "./types/updevs-components-dropdown.d.ts",
|
|
65
57
|
"default": "./fesm2022/updevs-components-dropdown.mjs"
|
|
66
58
|
},
|
|
67
59
|
"./form": {
|
|
68
|
-
"types": "./form
|
|
69
|
-
"esm2022": "./esm2022/form/updevs-components-form.mjs",
|
|
70
|
-
"esm": "./esm2022/form/updevs-components-form.mjs",
|
|
60
|
+
"types": "./types/updevs-components-form.d.ts",
|
|
71
61
|
"default": "./fesm2022/updevs-components-form.mjs"
|
|
72
62
|
},
|
|
73
|
-
"./layout": {
|
|
74
|
-
"types": "./layout/index.d.ts",
|
|
75
|
-
"esm2022": "./esm2022/layout/updevs-components-layout.mjs",
|
|
76
|
-
"esm": "./esm2022/layout/updevs-components-layout.mjs",
|
|
77
|
-
"default": "./fesm2022/updevs-components-layout.mjs"
|
|
78
|
-
},
|
|
79
|
-
"./link": {
|
|
80
|
-
"types": "./link/index.d.ts",
|
|
81
|
-
"esm2022": "./esm2022/link/updevs-components-link.mjs",
|
|
82
|
-
"esm": "./esm2022/link/updevs-components-link.mjs",
|
|
83
|
-
"default": "./fesm2022/updevs-components-link.mjs"
|
|
84
|
-
},
|
|
85
|
-
"./list": {
|
|
86
|
-
"types": "./list/index.d.ts",
|
|
87
|
-
"esm2022": "./esm2022/list/updevs-components-list.mjs",
|
|
88
|
-
"esm": "./esm2022/list/updevs-components-list.mjs",
|
|
89
|
-
"default": "./fesm2022/updevs-components-list.mjs"
|
|
90
|
-
},
|
|
91
|
-
"./modal": {
|
|
92
|
-
"types": "./modal/index.d.ts",
|
|
93
|
-
"esm2022": "./esm2022/modal/updevs-components-modal.mjs",
|
|
94
|
-
"esm": "./esm2022/modal/updevs-components-modal.mjs",
|
|
95
|
-
"default": "./fesm2022/updevs-components-modal.mjs"
|
|
96
|
-
},
|
|
97
|
-
"./paginator": {
|
|
98
|
-
"types": "./paginator/index.d.ts",
|
|
99
|
-
"esm2022": "./esm2022/paginator/updevs-components-paginator.mjs",
|
|
100
|
-
"esm": "./esm2022/paginator/updevs-components-paginator.mjs",
|
|
101
|
-
"default": "./fesm2022/updevs-components-paginator.mjs"
|
|
102
|
-
},
|
|
103
|
-
"./popover": {
|
|
104
|
-
"types": "./popover/index.d.ts",
|
|
105
|
-
"esm2022": "./esm2022/popover/updevs-components-popover.mjs",
|
|
106
|
-
"esm": "./esm2022/popover/updevs-components-popover.mjs",
|
|
107
|
-
"default": "./fesm2022/updevs-components-popover.mjs"
|
|
108
|
-
},
|
|
109
|
-
"./pricing": {
|
|
110
|
-
"types": "./pricing/index.d.ts",
|
|
111
|
-
"esm2022": "./esm2022/pricing/updevs-components-pricing.mjs",
|
|
112
|
-
"esm": "./esm2022/pricing/updevs-components-pricing.mjs",
|
|
113
|
-
"default": "./fesm2022/updevs-components-pricing.mjs"
|
|
114
|
-
},
|
|
115
|
-
"./table": {
|
|
116
|
-
"types": "./table/index.d.ts",
|
|
117
|
-
"esm2022": "./esm2022/table/updevs-components-table.mjs",
|
|
118
|
-
"esm": "./esm2022/table/updevs-components-table.mjs",
|
|
119
|
-
"default": "./fesm2022/updevs-components-table.mjs"
|
|
120
|
-
},
|
|
121
63
|
"./form-controls/abstractions": {
|
|
122
|
-
"types": "./form-controls
|
|
123
|
-
"esm2022": "./esm2022/form-controls/abstractions/updevs-components-form-controls-abstractions.mjs",
|
|
124
|
-
"esm": "./esm2022/form-controls/abstractions/updevs-components-form-controls-abstractions.mjs",
|
|
64
|
+
"types": "./types/updevs-components-form-controls-abstractions.d.ts",
|
|
125
65
|
"default": "./fesm2022/updevs-components-form-controls-abstractions.mjs"
|
|
126
66
|
},
|
|
127
67
|
"./form-controls/checkbox": {
|
|
128
|
-
"types": "./form-controls
|
|
129
|
-
"esm2022": "./esm2022/form-controls/checkbox/updevs-components-form-controls-checkbox.mjs",
|
|
130
|
-
"esm": "./esm2022/form-controls/checkbox/updevs-components-form-controls-checkbox.mjs",
|
|
68
|
+
"types": "./types/updevs-components-form-controls-checkbox.d.ts",
|
|
131
69
|
"default": "./fesm2022/updevs-components-form-controls-checkbox.mjs"
|
|
132
70
|
},
|
|
133
71
|
"./form-controls/date-picker": {
|
|
134
|
-
"types": "./form-controls
|
|
135
|
-
"esm2022": "./esm2022/form-controls/date-picker/updevs-components-form-controls-date-picker.mjs",
|
|
136
|
-
"esm": "./esm2022/form-controls/date-picker/updevs-components-form-controls-date-picker.mjs",
|
|
72
|
+
"types": "./types/updevs-components-form-controls-date-picker.d.ts",
|
|
137
73
|
"default": "./fesm2022/updevs-components-form-controls-date-picker.mjs"
|
|
138
74
|
},
|
|
139
75
|
"./form-controls/file-upload": {
|
|
140
|
-
"types": "./form-controls
|
|
141
|
-
"esm2022": "./esm2022/form-controls/file-upload/updevs-components-form-controls-file-upload.mjs",
|
|
142
|
-
"esm": "./esm2022/form-controls/file-upload/updevs-components-form-controls-file-upload.mjs",
|
|
76
|
+
"types": "./types/updevs-components-form-controls-file-upload.d.ts",
|
|
143
77
|
"default": "./fesm2022/updevs-components-form-controls-file-upload.mjs"
|
|
144
78
|
},
|
|
145
79
|
"./form-controls/input": {
|
|
146
|
-
"types": "./form-controls
|
|
147
|
-
"esm2022": "./esm2022/form-controls/input/updevs-components-form-controls-input.mjs",
|
|
148
|
-
"esm": "./esm2022/form-controls/input/updevs-components-form-controls-input.mjs",
|
|
80
|
+
"types": "./types/updevs-components-form-controls-input.d.ts",
|
|
149
81
|
"default": "./fesm2022/updevs-components-form-controls-input.mjs"
|
|
150
82
|
},
|
|
151
|
-
"./form-controls/select": {
|
|
152
|
-
"types": "./form-controls/select/index.d.ts",
|
|
153
|
-
"esm2022": "./esm2022/form-controls/select/updevs-components-form-controls-select.mjs",
|
|
154
|
-
"esm": "./esm2022/form-controls/select/updevs-components-form-controls-select.mjs",
|
|
155
|
-
"default": "./fesm2022/updevs-components-form-controls-select.mjs"
|
|
156
|
-
},
|
|
157
83
|
"./form-controls/radio": {
|
|
158
|
-
"types": "./form-controls
|
|
159
|
-
"esm2022": "./esm2022/form-controls/radio/updevs-components-form-controls-radio.mjs",
|
|
160
|
-
"esm": "./esm2022/form-controls/radio/updevs-components-form-controls-radio.mjs",
|
|
84
|
+
"types": "./types/updevs-components-form-controls-radio.d.ts",
|
|
161
85
|
"default": "./fesm2022/updevs-components-form-controls-radio.mjs"
|
|
162
86
|
},
|
|
87
|
+
"./form-controls/select": {
|
|
88
|
+
"types": "./types/updevs-components-form-controls-select.d.ts",
|
|
89
|
+
"default": "./fesm2022/updevs-components-form-controls-select.mjs"
|
|
90
|
+
},
|
|
163
91
|
"./form-controls/textarea": {
|
|
164
|
-
"types": "./form-controls
|
|
165
|
-
"esm2022": "./esm2022/form-controls/textarea/updevs-components-form-controls-textarea.mjs",
|
|
166
|
-
"esm": "./esm2022/form-controls/textarea/updevs-components-form-controls-textarea.mjs",
|
|
92
|
+
"types": "./types/updevs-components-form-controls-textarea.d.ts",
|
|
167
93
|
"default": "./fesm2022/updevs-components-form-controls-textarea.mjs"
|
|
168
94
|
},
|
|
169
95
|
"./form-controls/time-picker": {
|
|
170
|
-
"types": "./form-controls
|
|
171
|
-
"esm2022": "./esm2022/form-controls/time-picker/updevs-components-form-controls-time-picker.mjs",
|
|
172
|
-
"esm": "./esm2022/form-controls/time-picker/updevs-components-form-controls-time-picker.mjs",
|
|
96
|
+
"types": "./types/updevs-components-form-controls-time-picker.d.ts",
|
|
173
97
|
"default": "./fesm2022/updevs-components-form-controls-time-picker.mjs"
|
|
98
|
+
},
|
|
99
|
+
"./layout": {
|
|
100
|
+
"types": "./types/updevs-components-layout.d.ts",
|
|
101
|
+
"default": "./fesm2022/updevs-components-layout.mjs"
|
|
102
|
+
},
|
|
103
|
+
"./link": {
|
|
104
|
+
"types": "./types/updevs-components-link.d.ts",
|
|
105
|
+
"default": "./fesm2022/updevs-components-link.mjs"
|
|
106
|
+
},
|
|
107
|
+
"./list": {
|
|
108
|
+
"types": "./types/updevs-components-list.d.ts",
|
|
109
|
+
"default": "./fesm2022/updevs-components-list.mjs"
|
|
110
|
+
},
|
|
111
|
+
"./modal": {
|
|
112
|
+
"types": "./types/updevs-components-modal.d.ts",
|
|
113
|
+
"default": "./fesm2022/updevs-components-modal.mjs"
|
|
114
|
+
},
|
|
115
|
+
"./paginator": {
|
|
116
|
+
"types": "./types/updevs-components-paginator.d.ts",
|
|
117
|
+
"default": "./fesm2022/updevs-components-paginator.mjs"
|
|
118
|
+
},
|
|
119
|
+
"./popover": {
|
|
120
|
+
"types": "./types/updevs-components-popover.d.ts",
|
|
121
|
+
"default": "./fesm2022/updevs-components-popover.mjs"
|
|
122
|
+
},
|
|
123
|
+
"./pricing": {
|
|
124
|
+
"types": "./types/updevs-components-pricing.d.ts",
|
|
125
|
+
"default": "./fesm2022/updevs-components-pricing.mjs"
|
|
126
|
+
},
|
|
127
|
+
"./table": {
|
|
128
|
+
"types": "./types/updevs-components-table.d.ts",
|
|
129
|
+
"default": "./fesm2022/updevs-components-table.mjs"
|
|
174
130
|
}
|
|
175
131
|
}
|
|
176
132
|
}
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
import * as _angular_core from '@angular/core';
|
|
2
|
+
import { BgColorStyleType, ColorStyleType } from '@updevs/sdk/types';
|
|
3
|
+
import { TextModel } from '@updevs/sdk';
|
|
4
|
+
import * as i2 from '@angular/common';
|
|
5
|
+
|
|
6
|
+
interface BadgeConfig {
|
|
7
|
+
bgColor?: BgColorStyleType;
|
|
8
|
+
textColor?: ColorStyleType;
|
|
9
|
+
text?: TextModel;
|
|
10
|
+
isOutline?: boolean;
|
|
11
|
+
isPill?: boolean;
|
|
12
|
+
isNotification?: boolean;
|
|
13
|
+
isBlinking?: boolean;
|
|
14
|
+
customClasses?: string;
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
declare class BadgeComponent {
|
|
18
|
+
get hostClasses(): string;
|
|
19
|
+
config: _angular_core.InputSignal<BadgeConfig | undefined>;
|
|
20
|
+
bgColor: _angular_core.InputSignal<BgColorStyleType>;
|
|
21
|
+
textColor: _angular_core.InputSignal<ColorStyleType | undefined>;
|
|
22
|
+
text: _angular_core.InputSignal<TextModel | undefined>;
|
|
23
|
+
isOutline: _angular_core.InputSignal<boolean>;
|
|
24
|
+
isPill: _angular_core.InputSignal<boolean>;
|
|
25
|
+
isNotification: _angular_core.InputSignal<boolean>;
|
|
26
|
+
isBlinking: _angular_core.InputSignal<boolean>;
|
|
27
|
+
customClasses: _angular_core.InputSignal<string>;
|
|
28
|
+
get badgeText(): string;
|
|
29
|
+
private readonly configModel;
|
|
30
|
+
private readonly classes;
|
|
31
|
+
private readonly fullClassString;
|
|
32
|
+
private readonly textService;
|
|
33
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<BadgeComponent, never>;
|
|
34
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<BadgeComponent, "upd-badge", never, { "config": { "alias": "config"; "required": false; "isSignal": true; }; "bgColor": { "alias": "bgColor"; "required": false; "isSignal": true; }; "textColor": { "alias": "textColor"; "required": false; "isSignal": true; }; "text": { "alias": "text"; "required": false; "isSignal": true; }; "isOutline": { "alias": "isOutline"; "required": false; "isSignal": true; }; "isPill": { "alias": "isPill"; "required": false; "isSignal": true; }; "isNotification": { "alias": "isNotification"; "required": false; "isSignal": true; }; "isBlinking": { "alias": "isBlinking"; "required": false; "isSignal": true; }; "customClasses": { "alias": "customClasses"; "required": false; "isSignal": true; }; }, {}, never, ["*"], false, never>;
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
declare class UpdBadgeModule {
|
|
38
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<UpdBadgeModule, never>;
|
|
39
|
+
static ɵmod: _angular_core.ɵɵNgModuleDeclaration<UpdBadgeModule, [typeof BadgeComponent], [typeof i2.CommonModule], [typeof BadgeComponent]>;
|
|
40
|
+
static ɵinj: _angular_core.ɵɵInjectorDeclaration<UpdBadgeModule>;
|
|
41
|
+
}
|
|
42
|
+
|
|
43
|
+
export { BadgeComponent, UpdBadgeModule };
|
|
44
|
+
export type { BadgeConfig };
|
|
@@ -0,0 +1,75 @@
|
|
|
1
|
+
import * as _angular_core from '@angular/core';
|
|
2
|
+
import { EventEmitter } from '@angular/core';
|
|
3
|
+
import * as _updevs_sdk_types from '@updevs/sdk/types';
|
|
4
|
+
import { OptionalType, BrandType, LeftRightType, BgColorStyleType } from '@updevs/sdk/types';
|
|
5
|
+
import * as i3 from '@updevs/icons';
|
|
6
|
+
import { IconModel } from '@updevs/icons';
|
|
7
|
+
import { TextModel } from '@updevs/sdk';
|
|
8
|
+
import { ButtonModel } from '@updevs/sdk/layout';
|
|
9
|
+
import * as i4 from '@updevs/components/badge';
|
|
10
|
+
import { BadgeConfig } from '@updevs/components/badge';
|
|
11
|
+
import * as i2 from '@angular/common';
|
|
12
|
+
|
|
13
|
+
declare class ButtonComponent {
|
|
14
|
+
get classes(): string[];
|
|
15
|
+
get titleAttr(): OptionalType<string>;
|
|
16
|
+
/**
|
|
17
|
+
* Emitted when the button is clicked.
|
|
18
|
+
* **NOTE:** The name of the event can not be 'click'. It would generate a conflict with the HTML event of same name.
|
|
19
|
+
* That would cause strange behaviors like preventing `isDisabled` from working correctly.
|
|
20
|
+
*/
|
|
21
|
+
readonly clicked: EventEmitter<any>;
|
|
22
|
+
model: _angular_core.InputSignal<ButtonModel | undefined>;
|
|
23
|
+
text: _angular_core.InputSignal<TextModel | undefined>;
|
|
24
|
+
brandColorStyle: _angular_core.InputSignal<BrandType | undefined>;
|
|
25
|
+
customClasses: _angular_core.InputSignal<string | undefined>;
|
|
26
|
+
isOutline: _angular_core.InputSignal<boolean>;
|
|
27
|
+
isGhost: _angular_core.InputSignal<boolean>;
|
|
28
|
+
isSquare: _angular_core.InputSignal<boolean>;
|
|
29
|
+
isPill: _angular_core.InputSignal<boolean>;
|
|
30
|
+
isIcon: _angular_core.InputSignal<boolean>;
|
|
31
|
+
isLoading: _angular_core.InputSignal<boolean>;
|
|
32
|
+
/**
|
|
33
|
+
* Whether the button should act as a list (top-bottom alignment instead of left-right related to neighbors).
|
|
34
|
+
*/
|
|
35
|
+
isList: _angular_core.InputSignal<boolean>;
|
|
36
|
+
/**
|
|
37
|
+
* Whether the button should be floating in the bottom right corner.
|
|
38
|
+
*/
|
|
39
|
+
isFloating: _angular_core.InputSignal<boolean>;
|
|
40
|
+
isAction: _angular_core.InputSignal<boolean>;
|
|
41
|
+
isNavigationLink: _angular_core.InputSignal<boolean>;
|
|
42
|
+
isLink: _angular_core.InputSignal<boolean>;
|
|
43
|
+
shouldIgnoreBtnClass: _angular_core.InputSignal<boolean>;
|
|
44
|
+
iconModel: _angular_core.InputSignal<IconModel | undefined>;
|
|
45
|
+
iconPosition: _angular_core.InputSignal<LeftRightType>;
|
|
46
|
+
isDisabled: _angular_core.InputSignal<boolean>;
|
|
47
|
+
isActive: _angular_core.InputSignal<boolean>;
|
|
48
|
+
badgeConfig: _angular_core.InputSignal<BadgeConfig | undefined>;
|
|
49
|
+
colorStyle: _angular_core.InputSignal<BgColorStyleType | undefined>;
|
|
50
|
+
size: _angular_core.InputSignal<_updevs_sdk_types.SizeType>;
|
|
51
|
+
title: _angular_core.InputSignal<TextModel | undefined>;
|
|
52
|
+
stopPropagation: _angular_core.InputSignal<boolean>;
|
|
53
|
+
get mainText(): string;
|
|
54
|
+
get _iconModel(): OptionalType<IconModel>;
|
|
55
|
+
get _iconPosition(): LeftRightType;
|
|
56
|
+
get _isIcon(): boolean;
|
|
57
|
+
private get sizeClass();
|
|
58
|
+
private _size;
|
|
59
|
+
private _title;
|
|
60
|
+
private _colorStyle;
|
|
61
|
+
private _brandColorStyle;
|
|
62
|
+
private buttonClasses;
|
|
63
|
+
private readonly textService;
|
|
64
|
+
onClick(event: MouseEvent): void;
|
|
65
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<ButtonComponent, never>;
|
|
66
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<ButtonComponent, "upd-button", never, { "model": { "alias": "model"; "required": false; "isSignal": true; }; "text": { "alias": "text"; "required": false; "isSignal": true; }; "brandColorStyle": { "alias": "brandColorStyle"; "required": false; "isSignal": true; }; "customClasses": { "alias": "customClasses"; "required": false; "isSignal": true; }; "isOutline": { "alias": "isOutline"; "required": false; "isSignal": true; }; "isGhost": { "alias": "isGhost"; "required": false; "isSignal": true; }; "isSquare": { "alias": "isSquare"; "required": false; "isSignal": true; }; "isPill": { "alias": "isPill"; "required": false; "isSignal": true; }; "isIcon": { "alias": "isIcon"; "required": false; "isSignal": true; }; "isLoading": { "alias": "isLoading"; "required": false; "isSignal": true; }; "isList": { "alias": "isList"; "required": false; "isSignal": true; }; "isFloating": { "alias": "isFloating"; "required": false; "isSignal": true; }; "isAction": { "alias": "isAction"; "required": false; "isSignal": true; }; "isNavigationLink": { "alias": "isNavigationLink"; "required": false; "isSignal": true; }; "isLink": { "alias": "isLink"; "required": false; "isSignal": true; }; "shouldIgnoreBtnClass": { "alias": "shouldIgnoreBtnClass"; "required": false; "isSignal": true; }; "iconModel": { "alias": "iconModel"; "required": false; "isSignal": true; }; "iconPosition": { "alias": "iconPosition"; "required": false; "isSignal": true; }; "isDisabled": { "alias": "isDisabled"; "required": false; "isSignal": true; }; "isActive": { "alias": "isActive"; "required": false; "isSignal": true; }; "badgeConfig": { "alias": "badgeConfig"; "required": false; "isSignal": true; }; "colorStyle": { "alias": "colorStyle"; "required": false; "isSignal": true; }; "size": { "alias": "size"; "required": false; "isSignal": true; }; "title": { "alias": "title"; "required": false; "isSignal": true; }; "stopPropagation": { "alias": "stopPropagation"; "required": false; "isSignal": true; }; }, { "clicked": "clicked"; }, never, ["*"], false, never>;
|
|
67
|
+
}
|
|
68
|
+
|
|
69
|
+
declare class UpdButtonModule {
|
|
70
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<UpdButtonModule, never>;
|
|
71
|
+
static ɵmod: _angular_core.ɵɵNgModuleDeclaration<UpdButtonModule, [typeof ButtonComponent], [typeof i2.CommonModule, typeof i3.UpdIconsModule, typeof i4.UpdBadgeModule], [typeof ButtonComponent]>;
|
|
72
|
+
static ɵinj: _angular_core.ɵɵInjectorDeclaration<UpdButtonModule>;
|
|
73
|
+
}
|
|
74
|
+
|
|
75
|
+
export { ButtonComponent, UpdButtonModule };
|
|
@@ -0,0 +1,175 @@
|
|
|
1
|
+
import { OptionalType } from '@updevs/sdk/types';
|
|
2
|
+
import * as _angular_core from '@angular/core';
|
|
3
|
+
import { OnInit } from '@angular/core';
|
|
4
|
+
import * as i4 from '@jsverse/transloco';
|
|
5
|
+
import { TranslocoService } from '@jsverse/transloco';
|
|
6
|
+
import * as i2 from '@angular/common';
|
|
7
|
+
import * as i3 from '@updevs/components/button';
|
|
8
|
+
import * as i5 from '@updevs/icons';
|
|
9
|
+
|
|
10
|
+
interface CalendarUserEventModel<TValue> {
|
|
11
|
+
value: TValue;
|
|
12
|
+
event: Event;
|
|
13
|
+
}
|
|
14
|
+
|
|
15
|
+
/**
|
|
16
|
+
* A class representing a range of dates.
|
|
17
|
+
*/
|
|
18
|
+
declare class DateRangeModel {
|
|
19
|
+
/**
|
|
20
|
+
* The start date of the range.
|
|
21
|
+
*/
|
|
22
|
+
readonly start?: Date | undefined;
|
|
23
|
+
/**
|
|
24
|
+
* The end date of the range.
|
|
25
|
+
*/
|
|
26
|
+
readonly end?: Date | undefined;
|
|
27
|
+
constructor(
|
|
28
|
+
/**
|
|
29
|
+
* The start date of the range.
|
|
30
|
+
*/
|
|
31
|
+
start?: Date | undefined,
|
|
32
|
+
/**
|
|
33
|
+
* The end date of the range.
|
|
34
|
+
*/
|
|
35
|
+
end?: Date | undefined);
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
declare enum CalendarViewEnum {
|
|
39
|
+
Days = "days",
|
|
40
|
+
Months = "months",
|
|
41
|
+
Years = "years"
|
|
42
|
+
}
|
|
43
|
+
|
|
44
|
+
interface CalendarDateModel {
|
|
45
|
+
date: Date;
|
|
46
|
+
isCurrentMonth: boolean;
|
|
47
|
+
isToday: boolean;
|
|
48
|
+
isSelected: boolean;
|
|
49
|
+
isDisabled: boolean;
|
|
50
|
+
isInRange?: boolean;
|
|
51
|
+
isRangeStart?: boolean;
|
|
52
|
+
isRangeEnd?: boolean;
|
|
53
|
+
}
|
|
54
|
+
|
|
55
|
+
interface CalendarMonthModel {
|
|
56
|
+
monthIndex: number;
|
|
57
|
+
name: string;
|
|
58
|
+
isCurrentMonth: boolean;
|
|
59
|
+
isSelected: boolean;
|
|
60
|
+
isDisabled: boolean;
|
|
61
|
+
}
|
|
62
|
+
|
|
63
|
+
interface CalendarYearModel {
|
|
64
|
+
year: number;
|
|
65
|
+
isCurrentYear: boolean;
|
|
66
|
+
isSelected: boolean;
|
|
67
|
+
isDisabled: boolean;
|
|
68
|
+
}
|
|
69
|
+
|
|
70
|
+
interface CalendarSelectedModel {
|
|
71
|
+
selectedDate?: Date;
|
|
72
|
+
startDate?: Date;
|
|
73
|
+
endDate?: Date;
|
|
74
|
+
}
|
|
75
|
+
|
|
76
|
+
/**
|
|
77
|
+
* Provides the default date range selection behavior.
|
|
78
|
+
*/
|
|
79
|
+
declare class CalendarRangeStrategyService {
|
|
80
|
+
private readonly dateService;
|
|
81
|
+
/**
|
|
82
|
+
* Called when the user has finished selecting a value.
|
|
83
|
+
* @param date Date that was selected. Will be null if the user cleared the selection.
|
|
84
|
+
* @param currentRange Range that is currently show in the calendar.
|
|
85
|
+
*/
|
|
86
|
+
selectionFinished(date: OptionalType<Date>, currentRange: DateRangeModel): DateRangeModel;
|
|
87
|
+
/**
|
|
88
|
+
* Called when the user has activated a new date (e.g. by hovering over
|
|
89
|
+
* it or moving focus) and the calendar tries to display a date range.
|
|
90
|
+
*
|
|
91
|
+
* @param activeDate Date that the user has activated. Will be null if the user moved
|
|
92
|
+
* focus to an element that's no a calendar cell.
|
|
93
|
+
* @param currentRange Range that is currently shown in the calendar.
|
|
94
|
+
*/
|
|
95
|
+
createPreview(activeDate: OptionalType<Date>, currentRange: DateRangeModel): DateRangeModel;
|
|
96
|
+
/**
|
|
97
|
+
* Called when the user has dragged a date in the currently selected range to another
|
|
98
|
+
* date. Returns the date updated range that should result from this interaction.
|
|
99
|
+
*
|
|
100
|
+
* @param dragOrigin The date the user started dragging from.
|
|
101
|
+
* @param originalRange The originally selected date range.
|
|
102
|
+
* @param newDate The currently targeted date in the drag operation.
|
|
103
|
+
*/
|
|
104
|
+
createDrag(dragOrigin: Date, originalRange: DateRangeModel, newDate: Date): OptionalType<DateRangeModel>;
|
|
105
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<CalendarRangeStrategyService, never>;
|
|
106
|
+
static ɵprov: _angular_core.ɵɵInjectableDeclaration<CalendarRangeStrategyService>;
|
|
107
|
+
}
|
|
108
|
+
|
|
109
|
+
type CalendarViewType = 'month' | 'year' | 'multi-year';
|
|
110
|
+
|
|
111
|
+
declare class CalendarComponent implements OnInit {
|
|
112
|
+
readonly selectedDate: _angular_core.InputSignal<OptionalType<Date>>;
|
|
113
|
+
readonly selectedStartDate: _angular_core.InputSignal<OptionalType<Date>>;
|
|
114
|
+
readonly selectedEndDate: _angular_core.InputSignal<OptionalType<Date>>;
|
|
115
|
+
readonly minDate: _angular_core.InputSignal<OptionalType<Date>>;
|
|
116
|
+
readonly maxDate: _angular_core.InputSignal<OptionalType<Date>>;
|
|
117
|
+
readonly disabledDatesFilter: _angular_core.InputSignal<OptionalType<(date: Date) => boolean>>;
|
|
118
|
+
readonly isRange: _angular_core.InputSignal<boolean>;
|
|
119
|
+
readonly shouldRemoveExternalBorder: _angular_core.InputSignal<boolean>;
|
|
120
|
+
readonly selected: _angular_core.OutputEmitterRef<OptionalType<CalendarSelectedModel>>;
|
|
121
|
+
readonly monthChanged: _angular_core.OutputEmitterRef<Date>;
|
|
122
|
+
CalendarViewEnum: typeof CalendarViewEnum;
|
|
123
|
+
readonly currentView: _angular_core.WritableSignal<CalendarViewEnum>;
|
|
124
|
+
readonly currentDate: _angular_core.WritableSignal<Date>;
|
|
125
|
+
readonly yearRange: _angular_core.WritableSignal<{
|
|
126
|
+
start: number;
|
|
127
|
+
end: number;
|
|
128
|
+
}>;
|
|
129
|
+
readonly currentYear: _angular_core.Signal<number>;
|
|
130
|
+
readonly currentMonth: _angular_core.Signal<number>;
|
|
131
|
+
readonly currentMonthName: _angular_core.Signal<string>;
|
|
132
|
+
readonly calendarDays: _angular_core.Signal<CalendarDateModel[]>;
|
|
133
|
+
readonly calendarMonths: _angular_core.Signal<CalendarMonthModel[]>;
|
|
134
|
+
readonly calendarYears: _angular_core.Signal<CalendarYearModel[]>;
|
|
135
|
+
readonly weekDayNames: _angular_core.Signal<string[]>;
|
|
136
|
+
private readonly internalSelectedDate;
|
|
137
|
+
private readonly internalSelectedStartDate;
|
|
138
|
+
private readonly internalSelectedEndDate;
|
|
139
|
+
private readonly dateService;
|
|
140
|
+
private rangeSelectionState;
|
|
141
|
+
ngOnInit(): void;
|
|
142
|
+
onHeaderClick(): void;
|
|
143
|
+
onPreviousClick(): void;
|
|
144
|
+
onNextClick(): void;
|
|
145
|
+
onDateClick(dateModel: CalendarDateModel): void;
|
|
146
|
+
onMonthClick(monthModel: CalendarMonthModel): void;
|
|
147
|
+
onYearClick(yearModel: CalendarYearModel): void;
|
|
148
|
+
clearSelection(): void;
|
|
149
|
+
private syncInternalState;
|
|
150
|
+
private handleRangeSelection;
|
|
151
|
+
private generateCalendarDays;
|
|
152
|
+
private generateCalendarMonths;
|
|
153
|
+
private generateCalendarYears;
|
|
154
|
+
private isDateSelected;
|
|
155
|
+
private isDateInRange;
|
|
156
|
+
private isDateRangeStart;
|
|
157
|
+
private isDateRangeEnd;
|
|
158
|
+
private isDateDisabled;
|
|
159
|
+
private isMonthDisabled;
|
|
160
|
+
private isYearDisabled;
|
|
161
|
+
private updateYearRange;
|
|
162
|
+
private moveYearRange;
|
|
163
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<CalendarComponent, never>;
|
|
164
|
+
static ɵcmp: _angular_core.ɵɵComponentDeclaration<CalendarComponent, "upd-calendar", never, { "selectedDate": { "alias": "selectedDate"; "required": false; "isSignal": true; }; "selectedStartDate": { "alias": "selectedStartDate"; "required": false; "isSignal": true; }; "selectedEndDate": { "alias": "selectedEndDate"; "required": false; "isSignal": true; }; "minDate": { "alias": "minDate"; "required": false; "isSignal": true; }; "maxDate": { "alias": "maxDate"; "required": false; "isSignal": true; }; "disabledDatesFilter": { "alias": "disabledDatesFilter"; "required": false; "isSignal": true; }; "isRange": { "alias": "isRange"; "required": false; "isSignal": true; }; "shouldRemoveExternalBorder": { "alias": "shouldRemoveExternalBorder"; "required": false; "isSignal": true; }; }, { "selected": "selected"; "monthChanged": "monthChanged"; }, never, never, false, never>;
|
|
165
|
+
}
|
|
166
|
+
|
|
167
|
+
declare class UpdCalendarModule {
|
|
168
|
+
constructor(translocoService: TranslocoService);
|
|
169
|
+
static ɵfac: _angular_core.ɵɵFactoryDeclaration<UpdCalendarModule, never>;
|
|
170
|
+
static ɵmod: _angular_core.ɵɵNgModuleDeclaration<UpdCalendarModule, [typeof CalendarComponent], [typeof i2.CommonModule, typeof i3.UpdButtonModule, typeof i4.TranslocoDirective, typeof i5.UpdIconsModule], [typeof CalendarComponent]>;
|
|
171
|
+
static ɵinj: _angular_core.ɵɵInjectorDeclaration<UpdCalendarModule>;
|
|
172
|
+
}
|
|
173
|
+
|
|
174
|
+
export { CalendarComponent, CalendarRangeStrategyService, CalendarViewEnum, DateRangeModel, UpdCalendarModule };
|
|
175
|
+
export type { CalendarDateModel, CalendarMonthModel, CalendarSelectedModel, CalendarUserEventModel, CalendarViewType, CalendarYearModel };
|
|
@@ -1,18 +1,47 @@
|
|
|
1
|
-
import
|
|
1
|
+
import * as i0 from '@angular/core';
|
|
2
|
+
import { TemplateRef, OnInit, OnChanges, SimpleChanges } from '@angular/core';
|
|
2
3
|
import { ButtonModel } from '@updevs/sdk/layout';
|
|
3
4
|
import { TopBottomLeftRightType, BgColorStyleType } from '@updevs/sdk/types';
|
|
5
|
+
import * as i7 from '@updevs/icons';
|
|
4
6
|
import { IconModel } from '@updevs/icons';
|
|
5
|
-
import
|
|
6
|
-
import
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
7
|
+
import * as i6 from '@angular/common';
|
|
8
|
+
import * as i8 from '@updevs/components/button';
|
|
9
|
+
|
|
10
|
+
declare class CardActionsDirective {
|
|
11
|
+
readonly templateRef: TemplateRef<any>;
|
|
12
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<CardActionsDirective, never>;
|
|
13
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<CardActionsDirective, "ng-template[updCardActions]", never, {}, {}, never, never, false, never>;
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
declare class CardFooterDirective {
|
|
17
|
+
readonly templateRef: TemplateRef<any>;
|
|
18
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<CardFooterDirective, never>;
|
|
19
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<CardFooterDirective, "ng-template[updCardFooter]", never, {}, {}, never, never, false, never>;
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
declare class CardHeaderDirective {
|
|
23
|
+
readonly templateRef: TemplateRef<any>;
|
|
24
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<CardHeaderDirective, never>;
|
|
25
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<CardHeaderDirective, "ng-template[updCardHeader]", never, {}, {}, never, never, false, never>;
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
declare class CardImageDirective {
|
|
29
|
+
readonly templateRef: TemplateRef<any>;
|
|
30
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<CardImageDirective, never>;
|
|
31
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<CardImageDirective, "ng-template[updCardImage]", never, {}, {}, never, never, false, never>;
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
type CardStateType = 'active' | 'inactive';
|
|
35
|
+
|
|
36
|
+
type CardStyleType = 'stacked';
|
|
37
|
+
|
|
38
|
+
type HoverEffectType = 'default' | 'rotate' | 'pop';
|
|
39
|
+
|
|
40
|
+
type RibbonStyleType = 'default' | 'top' | 'bottom' | 'bookmark' | 'start';
|
|
41
|
+
|
|
42
|
+
type StatusPositionType = 'top' | 'bottom' | 'start';
|
|
43
|
+
|
|
44
|
+
declare class CardComponent implements OnInit, OnChanges {
|
|
16
45
|
wrapperClasses: string;
|
|
17
46
|
headerTemplate?: CardHeaderDirective;
|
|
18
47
|
footerTemplate?: CardFooterDirective;
|
|
@@ -52,3 +81,12 @@ export declare class CardComponent implements OnInit, OnChanges {
|
|
|
52
81
|
static ɵfac: i0.ɵɵFactoryDeclaration<CardComponent, never>;
|
|
53
82
|
static ɵcmp: i0.ɵɵComponentDeclaration<CardComponent, "upd-card", never, { "wrapperClasses": { "alias": "wrapperClasses"; "required": false; }; "title": { "alias": "title"; "required": false; }; "subtitle": { "alias": "subtitle"; "required": false; }; "hoverEffect": { "alias": "hoverEffect"; "required": false; }; "state": { "alias": "state"; "required": false; }; "type": { "alias": "type"; "required": false; }; "imagePosition": { "alias": "imagePosition"; "required": false; }; "bgColor": { "alias": "bgColor"; "required": false; }; "stampIcon": { "alias": "stampIcon"; "required": false; }; "stampBackground": { "alias": "stampBackground"; "required": false; }; "statusBackground": { "alias": "statusBackground"; "required": false; }; "statusPosition": { "alias": "statusPosition"; "required": false; }; "ribbonBackground": { "alias": "ribbonBackground"; "required": false; }; "ribbonStyle": { "alias": "ribbonStyle"; "required": false; }; "ribbonIcon": { "alias": "ribbonIcon"; "required": false; }; "ribbonText": { "alias": "ribbonText"; "required": false; }; "rotate": { "alias": "rotate"; "required": false; }; "removeBorder": { "alias": "removeBorder"; "required": false; }; "useLightHeader": { "alias": "useLightHeader"; "required": false; }; "showHeader": { "alias": "showHeader"; "required": false; }; "isFooterTransparent": { "alias": "isFooterTransparent"; "required": false; }; "footerText": { "alias": "footerText"; "required": false; }; "showProgressBar": { "alias": "showProgressBar"; "required": false; }; "progress": { "alias": "progress"; "required": false; }; "actions": { "alias": "actions"; "required": false; }; }, {}, ["headerTemplate", "footerTemplate", "imageTemplate", "actionsTemplate"], ["*"], false, never>;
|
|
54
83
|
}
|
|
84
|
+
|
|
85
|
+
declare class UpdCardModule {
|
|
86
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<UpdCardModule, never>;
|
|
87
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<UpdCardModule, [typeof CardComponent, typeof CardHeaderDirective, typeof CardFooterDirective, typeof CardImageDirective, typeof CardActionsDirective], [typeof i6.CommonModule, typeof i7.UpdIconsModule, typeof i8.UpdButtonModule], [typeof CardComponent, typeof CardHeaderDirective, typeof CardFooterDirective, typeof CardImageDirective]>;
|
|
88
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<UpdCardModule>;
|
|
89
|
+
}
|
|
90
|
+
|
|
91
|
+
export { CardActionsDirective, CardComponent, CardFooterDirective, CardHeaderDirective, CardImageDirective, UpdCardModule };
|
|
92
|
+
export type { CardStateType, CardStyleType, HoverEffectType, RibbonStyleType, StatusPositionType };
|