@progressio_resources/gravity-design-system 3.9.3 → 4.0.0
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 +1 -1
- package/fesm2022/progressio_resources-gravity-design-system.mjs +1289 -1169
- package/fesm2022/progressio_resources-gravity-design-system.mjs.map +1 -1
- package/package.json +10 -12
- package/src/lib/styles/_functions.scss +4 -2
- package/src/lib/styles/_responsive.scss +12 -11
- package/src/lib/styles/components/_card_highlight.scss +5 -5
- package/src/lib/styles/components/_datepicker-v2.scss +2 -2
- package/src/lib/styles/components/_datepicker.scss +16 -15
- package/src/lib/styles/components/_offcanvas.scss +4 -4
- package/src/lib/styles/components/_tables.scss +9 -9
- package/src/lib/styles/foundations/colors/themes/_hero.theme.scss +1 -1
- package/src/lib/styles/foundations/colors/tokens/_hero.tokens.scss +3 -3
- package/src/lib/styles/foundations/spacing/_spacing.scss +3 -1
- package/src/lib/styles/gravity-design-system.scss +17 -17
- package/src/lib/styles/overwrite/bootstrap/_bootstrap-export.scss +2 -2
- package/src/lib/styles/overwrite/bootstrap/_modal.scss +5 -5
- package/src/lib/styles/themes/_hero.scss +4 -4
- package/src/lib/vendor/gravity-tooltip/gravity-tooltip.component.html +10 -7
- package/src/lib/vendor/gravity-tooltip/gravity-tooltip.component.sass +54 -26
- package/src/lib/vendor/gravity-tooltip/gravity-tooltip.component.ts +7 -3
- package/src/lib/vendor/gravity-tooltip/gravity-tooltip.directive.ts +46 -17
- package/src/lib/vendor/gravity-tooltip/gravity-tooltip.module.ts +7 -12
- package/types/progressio_resources-gravity-design-system.d.ts +2671 -0
- package/esm2022/lib/components/gravity-attach-file/gravity-attach-file.component.mjs +0 -82
- package/esm2022/lib/components/gravity-avatar-stack/gravity-avatar-stack.component.mjs +0 -86
- package/esm2022/lib/components/gravity-backdrop/gravity-backdrop.component.mjs +0 -17
- package/esm2022/lib/components/gravity-badge/gravity-badge.component.mjs +0 -36
- package/esm2022/lib/components/gravity-button/gravity-button.component.mjs +0 -58
- package/esm2022/lib/components/gravity-calendar-v2/datepicker/base/bs-datepicker-container.mjs +0 -77
- package/esm2022/lib/components/gravity-calendar-v2/datepicker/bs-datepicker-inline.component.mjs +0 -129
- package/esm2022/lib/components/gravity-calendar-v2/datepicker/bs-datepicker-inline.config.mjs +0 -14
- package/esm2022/lib/components/gravity-calendar-v2/datepicker/bs-datepicker.callbacks.mjs +0 -13
- package/esm2022/lib/components/gravity-calendar-v2/datepicker/bs-datepicker.component.mjs +0 -211
- package/esm2022/lib/components/gravity-calendar-v2/datepicker/bs-datepicker.config.mjs +0 -46
- package/esm2022/lib/components/gravity-calendar-v2/datepicker/bs-daterangepicker-inline.component.mjs +0 -130
- package/esm2022/lib/components/gravity-calendar-v2/datepicker/bs-daterangepicker-inline.config.mjs +0 -18
- package/esm2022/lib/components/gravity-calendar-v2/datepicker/bs-daterangepicker.component.mjs +0 -218
- package/esm2022/lib/components/gravity-calendar-v2/datepicker/bs-daterangepicker.config.mjs +0 -18
- package/esm2022/lib/components/gravity-calendar-v2/datepicker/components/bs-datepicker-container.component.mjs +0 -137
- package/esm2022/lib/components/gravity-calendar-v2/datepicker/components/bs-datepicker-inline-container.component.mjs +0 -35
- package/esm2022/lib/components/gravity-calendar-v2/datepicker/components/bs-datepicker-navigation-view/bs-datepicker-navigation-view.component.mjs +0 -69
- package/esm2022/lib/components/gravity-calendar-v2/datepicker/components/bs-daterangepicker-container.component.mjs +0 -193
- package/esm2022/lib/components/gravity-calendar-v2/datepicker/components/bs-daterangepicker-inline-container.component.mjs +0 -35
- package/esm2022/lib/components/gravity-calendar-v2/datepicker/components/bs-days-calendar-view/bs-datepicker-day-decorator.directive.mjs +0 -30
- package/esm2022/lib/components/gravity-calendar-v2/datepicker/components/bs-days-calendar-view/bs-days-calendar-view.component.mjs +0 -57
- package/esm2022/lib/components/gravity-calendar-v2/datepicker/components/bs-months-calendar-view/bs-months-calendar-view.component.mjs +0 -57
- package/esm2022/lib/components/gravity-calendar-v2/datepicker/components/bs-years-calendar-view/bs-years-calendar-view.component.mjs +0 -57
- package/esm2022/lib/components/gravity-calendar-v2/datepicker/datepicker-animations.mjs +0 -16
- package/esm2022/lib/components/gravity-calendar-v2/datepicker/engine/calc-days-calendar.mjs +0 -16
- package/esm2022/lib/components/gravity-calendar-v2/datepicker/engine/flag-days-calendar.mjs +0 -53
- package/esm2022/lib/components/gravity-calendar-v2/datepicker/engine/flag-months-calendar.mjs +0 -39
- package/esm2022/lib/components/gravity-calendar-v2/datepicker/engine/flag-years-calendar.mjs +0 -36
- package/esm2022/lib/components/gravity-calendar-v2/datepicker/engine/format-days-calendar.mjs +0 -23
- package/esm2022/lib/components/gravity-calendar-v2/datepicker/engine/format-months-calendar.mjs +0 -23
- package/esm2022/lib/components/gravity-calendar-v2/datepicker/engine/format-years-calendar.mjs +0 -43
- package/esm2022/lib/components/gravity-calendar-v2/datepicker/engine/view-mode.mjs +0 -4
- package/esm2022/lib/components/gravity-calendar-v2/datepicker/models/index.mjs +0 -7
- package/esm2022/lib/components/gravity-calendar-v2/datepicker/reducer/_defaults.mjs +0 -6
- package/esm2022/lib/components/gravity-calendar-v2/datepicker/reducer/bs-datepicker.actions.mjs +0 -64
- package/esm2022/lib/components/gravity-calendar-v2/datepicker/reducer/bs-datepicker.effects.mjs +0 -128
- package/esm2022/lib/components/gravity-calendar-v2/datepicker/reducer/bs-datepicker.reducer.mjs +0 -301
- package/esm2022/lib/components/gravity-calendar-v2/datepicker/reducer/bs-datepicker.state.mjs +0 -16
- package/esm2022/lib/components/gravity-calendar-v2/datepicker/reducer/bs-datepicker.store.mjs +0 -20
- package/esm2022/lib/components/gravity-calendar-v2/datepicker/services/header-type.service.mjs +0 -28
- package/esm2022/lib/components/gravity-calendar-v2/datepicker/utils/bs-calendar-utils.mjs +0 -74
- package/esm2022/lib/components/gravity-calendar-v2/datepicker/utils/date-abbreviation.pipe.mjs +0 -74
- package/esm2022/lib/components/gravity-calendar-v2/datepicker/utils/matrix-utils.mjs +0 -14
- package/esm2022/lib/components/gravity-calendar-v2/gravity-calendar-v2.component.mjs +0 -259
- package/esm2022/lib/components/gravity-card-button/gravity-card-button.component.mjs +0 -41
- package/esm2022/lib/components/gravity-checkbox/gravity-checkbox.component.mjs +0 -52
- package/esm2022/lib/components/gravity-chip-group/gravity-chip-group.component.mjs +0 -45
- package/esm2022/lib/components/gravity-currency/gravity-currency.component.mjs +0 -26
- package/esm2022/lib/components/gravity-currency-display-v2/gravity-currency-display-v2.component.mjs +0 -26
- package/esm2022/lib/components/gravity-currency-dropdown-short/gravity-currency-dropdown-short.component.mjs +0 -79
- package/esm2022/lib/components/gravity-data-views-v2/gravity-data-views-v2.component.mjs +0 -48
- package/esm2022/lib/components/gravity-date-picker/components/day-calendar/day-calendar.component.mjs +0 -273
- package/esm2022/lib/components/gravity-date-picker/components/day-calendar/range-days-calendar.utils.mjs +0 -241
- package/esm2022/lib/components/gravity-date-picker/components/month-calendar/month-calendar.component.mjs +0 -109
- package/esm2022/lib/components/gravity-date-picker/components/year-calendar/year-calendar.component.mjs +0 -105
- package/esm2022/lib/components/gravity-date-picker/gravity-date-picker.component.mjs +0 -84
- package/esm2022/lib/components/gravity-date-picker/shared/date-picker.constants.mjs +0 -61
- package/esm2022/lib/components/gravity-date-picker/shared/date-picker.modal.mjs +0 -2
- package/esm2022/lib/components/gravity-date-picker/shared/date-picker.utils.mjs +0 -110
- package/esm2022/lib/components/gravity-detail-container/gravity-detail-container.component.mjs +0 -93
- package/esm2022/lib/components/gravity-dialog/gravity-dialog.component.mjs +0 -26
- package/esm2022/lib/components/gravity-dropdown-label/gravity-dropdown-label.component.mjs +0 -65
- package/esm2022/lib/components/gravity-dropdown-list/filter-by.pipe.mjs +0 -44
- package/esm2022/lib/components/gravity-dropdown-list/gravity-dropdown-list.component.mjs +0 -542
- package/esm2022/lib/components/gravity-dropdown-list-display/display-currency-items.mjs +0 -2
- package/esm2022/lib/components/gravity-dropdown-list-display/gravity-dropdown-list-display.component.mjs +0 -203
- package/esm2022/lib/components/gravity-editable-input/gravity-editable-input.component.mjs +0 -52
- package/esm2022/lib/components/gravity-generic-avatar/gravity-generic-avatar.component.mjs +0 -33
- package/esm2022/lib/components/gravity-generic-avatar-secondary/gravity-generic-avatar-secondary.component.mjs +0 -28
- package/esm2022/lib/components/gravity-icon/gravity-icon.component.mjs +0 -120
- package/esm2022/lib/components/gravity-icon-button/gravity-icon-button.component.mjs +0 -54
- package/esm2022/lib/components/gravity-link/gravity-link.component.mjs +0 -39
- package/esm2022/lib/components/gravity-modal/gravity-modal.component.mjs +0 -44
- package/esm2022/lib/components/gravity-modal/gravity-modal.model.mjs +0 -2
- package/esm2022/lib/components/gravity-multi-language/gravity-multi-language.component.mjs +0 -31
- package/esm2022/lib/components/gravity-navigation-card/gravity-navigation-card.component.mjs +0 -54
- package/esm2022/lib/components/gravity-network-pill/gravity-network-pill.component.mjs +0 -33
- package/esm2022/lib/components/gravity-notification/gravity-notification-content.interface.mjs +0 -2
- package/esm2022/lib/components/gravity-notification/gravity-notification.component.mjs +0 -33
- package/esm2022/lib/components/gravity-notification-instant/gravity-notification-instant-container.component.mjs +0 -32
- package/esm2022/lib/components/gravity-pagination/gravity-pagination.component.mjs +0 -113
- package/esm2022/lib/components/gravity-push-notifications/gravity-push-notifications.component.mjs +0 -55
- package/esm2022/lib/components/gravity-radio-button/gravity-radio-button.component.mjs +0 -34
- package/esm2022/lib/components/gravity-segmented-button/gravity-segmented-button.component.mjs +0 -85
- package/esm2022/lib/components/gravity-status-indicator/gravity-status-indicator.component.mjs +0 -38
- package/esm2022/lib/components/gravity-stepper/gravity-stepper.component.mjs +0 -37
- package/esm2022/lib/components/gravity-switch/gravity-switch.component.mjs +0 -56
- package/esm2022/lib/components/gravity-tab-primary/gravity-tab-primary.component.mjs +0 -34
- package/esm2022/lib/components/gravity-tab-secondary/gravity-tab-secondary.component.mjs +0 -36
- package/esm2022/lib/components/gravity-table/gravity-table.component.mjs +0 -212
- package/esm2022/lib/components/gravity-tables-v2/gravity-tables-v2.component.mjs +0 -18
- package/esm2022/lib/components/gravity-text-field/gravity-text-field.component.mjs +0 -294
- package/esm2022/lib/components/gravity-text-field-amount-only/gravity-text-field-amount-only.component.mjs +0 -160
- package/esm2022/lib/components/gravity-text-field-number-only/gravity-text-field-number-only.component.mjs +0 -126
- package/esm2022/lib/components/gravity-tooltip-container/gravity-tooltip-container.component.mjs +0 -44
- package/esm2022/lib/components/gravity-tree-view/gravity-tree-view.component.mjs +0 -69
- package/esm2022/lib/components/gravity-tree-view/models/node-item.mjs +0 -2
- package/esm2022/lib/components/gravity-tree-view/models/node-selected-state.mjs +0 -7
- package/esm2022/lib/components/gravity-tree-view/models/node-state.mjs +0 -2
- package/esm2022/lib/components/gravity-tree-view/models/tree-callbacks.mjs +0 -2
- package/esm2022/lib/components/gravity-tree-view/node/node-checkbox/node-checkbox.component.mjs +0 -26
- package/esm2022/lib/components/gravity-tree-view/node/node-name/node-name.component.mjs +0 -13
- package/esm2022/lib/components/gravity-tree-view/node/node-toggle/node-toggle.component.mjs +0 -15
- package/esm2022/lib/components/gravity-tree-view/node/node.component.mjs +0 -17
- package/esm2022/lib/components/gravity-tree-view/service/tree-service.mjs +0 -242
- package/esm2022/lib/gravity-design-system.module.mjs +0 -370
- package/esm2022/lib/layout/gravity-header/gravity-header.component.mjs +0 -72
- package/esm2022/lib/layout/gravity-menu/gravity-menu.component.mjs +0 -232
- package/esm2022/lib/model/gravity-menu-items.model.mjs +0 -5
- package/esm2022/lib/model/gravity-push-notifications.model.mjs +0 -2
- package/esm2022/lib/services/gravity-dialog-manager.service.mjs +0 -48
- package/esm2022/lib/services/gravity-dropdown-manager.service.mjs +0 -21
- package/esm2022/lib/services/gravity-instant-notifications.service.mjs +0 -23
- package/esm2022/lib/services/gravity-push-notifications-service.service.mjs +0 -70
- package/esm2022/lib/services/gravity-responsive.service.mjs +0 -47
- package/esm2022/lib/vendor/gravity-tooltip/gravity-tooltip.component.mjs +0 -249
- package/esm2022/lib/vendor/gravity-tooltip/gravity-tooltip.directive.mjs +0 -494
- package/esm2022/lib/vendor/gravity-tooltip/gravity-tooltip.module.mjs +0 -41
- package/esm2022/lib/vendor/gravity-tooltip/index.mjs +0 -4
- package/esm2022/lib/vendor/gravity-tooltip/options.interface.mjs +0 -2
- package/esm2022/lib/vendor/gravity-tooltip/options.mjs +0 -38
- package/esm2022/lib/vendor/gravity-tooltip/options.service.mjs +0 -7
- package/esm2022/progressio_resources-gravity-design-system.mjs +0 -5
- package/esm2022/public-api.mjs +0 -62
- package/index.d.ts +0 -5
- package/lib/components/gravity-attach-file/gravity-attach-file.component.d.ts +0 -22
- package/lib/components/gravity-avatar-stack/gravity-avatar-stack.component.d.ts +0 -22
- package/lib/components/gravity-backdrop/gravity-backdrop.component.d.ts +0 -6
- package/lib/components/gravity-badge/gravity-badge.component.d.ts +0 -12
- package/lib/components/gravity-button/gravity-button.component.d.ts +0 -17
- package/lib/components/gravity-calendar-v2/datepicker/base/bs-datepicker-container.d.ts +0 -42
- package/lib/components/gravity-calendar-v2/datepicker/bs-datepicker-inline.component.d.ts +0 -40
- package/lib/components/gravity-calendar-v2/datepicker/bs-datepicker-inline.config.d.ts +0 -6
- package/lib/components/gravity-calendar-v2/datepicker/bs-datepicker.callbacks.d.ts +0 -6
- package/lib/components/gravity-calendar-v2/datepicker/bs-datepicker.component.d.ts +0 -66
- package/lib/components/gravity-calendar-v2/datepicker/bs-datepicker.config.d.ts +0 -53
- package/lib/components/gravity-calendar-v2/datepicker/bs-daterangepicker-inline.component.d.ts +0 -37
- package/lib/components/gravity-calendar-v2/datepicker/bs-daterangepicker-inline.config.d.ts +0 -7
- package/lib/components/gravity-calendar-v2/datepicker/bs-daterangepicker.component.d.ts +0 -61
- package/lib/components/gravity-calendar-v2/datepicker/bs-daterangepicker.config.d.ts +0 -7
- package/lib/components/gravity-calendar-v2/datepicker/components/bs-datepicker-container.component.d.ts +0 -36
- package/lib/components/gravity-calendar-v2/datepicker/components/bs-datepicker-inline-container.component.d.ts +0 -15
- package/lib/components/gravity-calendar-v2/datepicker/components/bs-datepicker-navigation-view/bs-datepicker-navigation-view.component.d.ts +0 -26
- package/lib/components/gravity-calendar-v2/datepicker/components/bs-daterangepicker-container.component.d.ts +0 -42
- package/lib/components/gravity-calendar-v2/datepicker/components/bs-daterangepicker-inline-container.component.d.ts +0 -15
- package/lib/components/gravity-calendar-v2/datepicker/components/bs-days-calendar-view/bs-datepicker-day-decorator.directive.d.ts +0 -7
- package/lib/components/gravity-calendar-v2/datepicker/components/bs-days-calendar-view/bs-days-calendar-view.component.d.ts +0 -25
- package/lib/components/gravity-calendar-v2/datepicker/components/bs-months-calendar-view/bs-months-calendar-view.component.d.ts +0 -23
- package/lib/components/gravity-calendar-v2/datepicker/components/bs-years-calendar-view/bs-years-calendar-view.component.d.ts +0 -22
- package/lib/components/gravity-calendar-v2/datepicker/datepicker-animations.d.ts +0 -3
- package/lib/components/gravity-calendar-v2/datepicker/engine/calc-days-calendar.d.ts +0 -2
- package/lib/components/gravity-calendar-v2/datepicker/engine/flag-days-calendar.d.ts +0 -12
- package/lib/components/gravity-calendar-v2/datepicker/engine/flag-months-calendar.d.ts +0 -12
- package/lib/components/gravity-calendar-v2/datepicker/engine/flag-years-calendar.d.ts +0 -13
- package/lib/components/gravity-calendar-v2/datepicker/engine/format-days-calendar.d.ts +0 -2
- package/lib/components/gravity-calendar-v2/datepicker/engine/format-months-calendar.d.ts +0 -2
- package/lib/components/gravity-calendar-v2/datepicker/engine/format-years-calendar.d.ts +0 -4
- package/lib/components/gravity-calendar-v2/datepicker/engine/view-mode.d.ts +0 -2
- package/lib/components/gravity-calendar-v2/datepicker/models/index.d.ts +0 -86
- package/lib/components/gravity-calendar-v2/datepicker/reducer/_defaults.d.ts +0 -3
- package/lib/components/gravity-calendar-v2/datepicker/reducer/bs-datepicker.actions.d.ts +0 -34
- package/lib/components/gravity-calendar-v2/datepicker/reducer/bs-datepicker.effects.d.ts +0 -34
- package/lib/components/gravity-calendar-v2/datepicker/reducer/bs-datepicker.reducer.d.ts +0 -3
- package/lib/components/gravity-calendar-v2/datepicker/reducer/bs-datepicker.state.d.ts +0 -34
- package/lib/components/gravity-calendar-v2/datepicker/reducer/bs-datepicker.store.d.ts +0 -8
- package/lib/components/gravity-calendar-v2/datepicker/services/header-type.service.d.ts +0 -17
- package/lib/components/gravity-calendar-v2/datepicker/utils/bs-calendar-utils.d.ts +0 -13
- package/lib/components/gravity-calendar-v2/datepicker/utils/date-abbreviation.pipe.d.ts +0 -13
- package/lib/components/gravity-calendar-v2/datepicker/utils/matrix-utils.d.ts +0 -9
- package/lib/components/gravity-calendar-v2/gravity-calendar-v2.component.d.ts +0 -57
- package/lib/components/gravity-card-button/gravity-card-button.component.d.ts +0 -15
- package/lib/components/gravity-checkbox/gravity-checkbox.component.d.ts +0 -21
- package/lib/components/gravity-chip-group/gravity-chip-group.component.d.ts +0 -19
- package/lib/components/gravity-currency/gravity-currency.component.d.ts +0 -13
- package/lib/components/gravity-currency-display-v2/gravity-currency-display-v2.component.d.ts +0 -16
- package/lib/components/gravity-currency-dropdown-short/gravity-currency-dropdown-short.component.d.ts +0 -32
- package/lib/components/gravity-data-views-v2/gravity-data-views-v2.component.d.ts +0 -22
- package/lib/components/gravity-date-picker/components/day-calendar/day-calendar.component.d.ts +0 -105
- package/lib/components/gravity-date-picker/components/day-calendar/range-days-calendar.utils.d.ts +0 -12
- package/lib/components/gravity-date-picker/components/month-calendar/month-calendar.component.d.ts +0 -71
- package/lib/components/gravity-date-picker/components/year-calendar/year-calendar.component.d.ts +0 -70
- package/lib/components/gravity-date-picker/gravity-date-picker.component.d.ts +0 -64
- package/lib/components/gravity-date-picker/shared/date-picker.constants.d.ts +0 -52
- package/lib/components/gravity-date-picker/shared/date-picker.modal.d.ts +0 -25
- package/lib/components/gravity-date-picker/shared/date-picker.utils.d.ts +0 -10
- package/lib/components/gravity-detail-container/gravity-detail-container.component.d.ts +0 -28
- package/lib/components/gravity-dialog/gravity-dialog.component.d.ts +0 -22
- package/lib/components/gravity-dropdown-label/gravity-dropdown-label.component.d.ts +0 -19
- package/lib/components/gravity-dropdown-list/filter-by.pipe.d.ts +0 -10
- package/lib/components/gravity-dropdown-list/gravity-dropdown-list.component.d.ts +0 -84
- package/lib/components/gravity-dropdown-list-display/display-currency-items.d.ts +0 -12
- package/lib/components/gravity-dropdown-list-display/gravity-dropdown-list-display.component.d.ts +0 -52
- package/lib/components/gravity-editable-input/gravity-editable-input.component.d.ts +0 -19
- package/lib/components/gravity-generic-avatar/gravity-generic-avatar.component.d.ts +0 -11
- package/lib/components/gravity-generic-avatar-secondary/gravity-generic-avatar-secondary.component.d.ts +0 -11
- package/lib/components/gravity-icon/gravity-icon.component.d.ts +0 -85
- package/lib/components/gravity-icon-button/gravity-icon-button.component.d.ts +0 -22
- package/lib/components/gravity-link/gravity-link.component.d.ts +0 -14
- package/lib/components/gravity-modal/gravity-modal.component.d.ts +0 -19
- package/lib/components/gravity-modal/gravity-modal.model.d.ts +0 -17
- package/lib/components/gravity-multi-language/gravity-multi-language.component.d.ts +0 -12
- package/lib/components/gravity-navigation-card/gravity-navigation-card.component.d.ts +0 -24
- package/lib/components/gravity-network-pill/gravity-network-pill.component.d.ts +0 -14
- package/lib/components/gravity-notification/gravity-notification-content.interface.d.ts +0 -7
- package/lib/components/gravity-notification/gravity-notification.component.d.ts +0 -12
- package/lib/components/gravity-notification-instant/gravity-notification-instant-container.component.d.ts +0 -10
- package/lib/components/gravity-pagination/gravity-pagination.component.d.ts +0 -24
- package/lib/components/gravity-push-notifications/gravity-push-notifications.component.d.ts +0 -21
- package/lib/components/gravity-radio-button/gravity-radio-button.component.d.ts +0 -14
- package/lib/components/gravity-segmented-button/gravity-segmented-button.component.d.ts +0 -33
- package/lib/components/gravity-status-indicator/gravity-status-indicator.component.d.ts +0 -14
- package/lib/components/gravity-stepper/gravity-stepper.component.d.ts +0 -13
- package/lib/components/gravity-switch/gravity-switch.component.d.ts +0 -24
- package/lib/components/gravity-tab-primary/gravity-tab-primary.component.d.ts +0 -16
- package/lib/components/gravity-tab-secondary/gravity-tab-secondary.component.d.ts +0 -17
- package/lib/components/gravity-table/gravity-table.component.d.ts +0 -25
- package/lib/components/gravity-tables-v2/gravity-tables-v2.component.d.ts +0 -7
- package/lib/components/gravity-text-field/gravity-text-field.component.d.ts +0 -62
- package/lib/components/gravity-text-field-amount-only/gravity-text-field-amount-only.component.d.ts +0 -43
- package/lib/components/gravity-text-field-number-only/gravity-text-field-number-only.component.d.ts +0 -30
- package/lib/components/gravity-tooltip-container/gravity-tooltip-container.component.d.ts +0 -40
- package/lib/components/gravity-tree-view/gravity-tree-view.component.d.ts +0 -21
- package/lib/components/gravity-tree-view/models/node-item.d.ts +0 -10
- package/lib/components/gravity-tree-view/models/node-selected-state.d.ts +0 -5
- package/lib/components/gravity-tree-view/models/node-state.d.ts +0 -14
- package/lib/components/gravity-tree-view/models/tree-callbacks.d.ts +0 -9
- package/lib/components/gravity-tree-view/node/node-checkbox/node-checkbox.component.d.ts +0 -11
- package/lib/components/gravity-tree-view/node/node-name/node-name.component.d.ts +0 -7
- package/lib/components/gravity-tree-view/node/node-toggle/node-toggle.component.d.ts +0 -7
- package/lib/components/gravity-tree-view/node/node.component.d.ts +0 -7
- package/lib/components/gravity-tree-view/service/tree-service.d.ts +0 -42
- package/lib/gravity-design-system.module.d.ts +0 -85
- package/lib/layout/gravity-header/gravity-header.component.d.ts +0 -36
- package/lib/layout/gravity-menu/gravity-menu.component.d.ts +0 -53
- package/lib/model/gravity-menu-items.model.d.ts +0 -31
- package/lib/model/gravity-push-notifications.model.d.ts +0 -22
- package/lib/services/gravity-dialog-manager.service.d.ts +0 -17
- package/lib/services/gravity-dropdown-manager.service.d.ts +0 -12
- package/lib/services/gravity-instant-notifications.service.d.ts +0 -10
- package/lib/services/gravity-push-notifications-service.service.d.ts +0 -14
- package/lib/services/gravity-responsive.service.d.ts +0 -11
- package/lib/vendor/gravity-tooltip/gravity-tooltip.component.d.ts +0 -44
- package/lib/vendor/gravity-tooltip/gravity-tooltip.directive.d.ts +0 -113
- package/lib/vendor/gravity-tooltip/gravity-tooltip.module.d.ts +0 -12
- package/lib/vendor/gravity-tooltip/index.d.ts +0 -3
- package/lib/vendor/gravity-tooltip/options.d.ts +0 -24
- package/lib/vendor/gravity-tooltip/options.interface.d.ts +0 -42
- package/lib/vendor/gravity-tooltip/options.service.d.ts +0 -7
- package/public-api.d.ts +0 -53
package/lib/components/gravity-currency-display-v2/gravity-currency-display-v2.component.d.ts
DELETED
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
export declare class GravityCurrencyDisplayV2Component {
|
|
3
|
-
cypressTag: string;
|
|
4
|
-
disabled: boolean;
|
|
5
|
-
type: 'full' | 'short-hrz' | 'short-vrt' | 'fiat-short';
|
|
6
|
-
currency: {
|
|
7
|
-
currency_name?: string;
|
|
8
|
-
currency_id?: number;
|
|
9
|
-
currency_iso: string;
|
|
10
|
-
network_id?: number;
|
|
11
|
-
network_iso?: string;
|
|
12
|
-
pill_type?: 'primary' | 'secondary';
|
|
13
|
-
};
|
|
14
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<GravityCurrencyDisplayV2Component, never>;
|
|
15
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<GravityCurrencyDisplayV2Component, "gravity-currency-display-v2", never, { "cypressTag": { "alias": "cypressTag"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "type": { "alias": "type"; "required": false; }; "currency": { "alias": "currency"; "required": false; }; }, {}, never, never, false, never>;
|
|
16
|
-
}
|
|
@@ -1,32 +0,0 @@
|
|
|
1
|
-
import { ElementRef, EventEmitter, OnChanges, OnInit, SimpleChanges } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
interface CurrencyOption {
|
|
4
|
-
currency_id: number;
|
|
5
|
-
currency_iso: string;
|
|
6
|
-
}
|
|
7
|
-
interface CurrencyDropdownConfig {
|
|
8
|
-
defaultItem: CurrencyOption;
|
|
9
|
-
items?: CurrencyOption[];
|
|
10
|
-
}
|
|
11
|
-
export declare class GravityCurrencyDropdownShortComponent implements OnInit, OnChanges {
|
|
12
|
-
triggerRef: ElementRef<HTMLElement>;
|
|
13
|
-
panelRef: ElementRef<HTMLElement>;
|
|
14
|
-
cypressTag: string;
|
|
15
|
-
size: 'sm' | 'md';
|
|
16
|
-
readonly: boolean;
|
|
17
|
-
disabled: boolean;
|
|
18
|
-
showFlag: boolean;
|
|
19
|
-
config: CurrencyDropdownConfig;
|
|
20
|
-
onClick: EventEmitter<CurrencyOption>;
|
|
21
|
-
dropdownOpen: boolean;
|
|
22
|
-
selectedItem: CurrencyOption;
|
|
23
|
-
ngOnInit(): void;
|
|
24
|
-
ngOnChanges(changes: SimpleChanges): void;
|
|
25
|
-
private setDefaultItem;
|
|
26
|
-
onTriggerClick(event: MouseEvent): void;
|
|
27
|
-
onItemSelect(item: CurrencyOption, event: MouseEvent): void;
|
|
28
|
-
onDocumentMouseDown(event: MouseEvent): void;
|
|
29
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<GravityCurrencyDropdownShortComponent, never>;
|
|
30
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<GravityCurrencyDropdownShortComponent, "gravity-currency-dropdown-short", never, { "cypressTag": { "alias": "cypressTag"; "required": false; }; "size": { "alias": "size"; "required": false; }; "readonly": { "alias": "readonly"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "showFlag": { "alias": "showFlag"; "required": false; }; "config": { "alias": "config"; "required": false; }; }, { "onClick": "onClick"; }, never, never, false, never>;
|
|
31
|
-
}
|
|
32
|
-
export {};
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
import { AfterViewInit, EventEmitter } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class GravityDataViewsV2Component implements AfterViewInit {
|
|
4
|
-
type: 'custom-view' | 'list-view';
|
|
5
|
-
disabled: boolean;
|
|
6
|
-
statusIndicator: {
|
|
7
|
-
icon: string;
|
|
8
|
-
text: string;
|
|
9
|
-
status: 'positive' | 'negative' | 'attention' | 'neutro' | 'disabled' | 'positive-secondary' | 'negative-secondary';
|
|
10
|
-
position?: 'left' | 'right';
|
|
11
|
-
};
|
|
12
|
-
clickEmitter: EventEmitter<any[]>;
|
|
13
|
-
hasClickListener: boolean;
|
|
14
|
-
isMd: boolean;
|
|
15
|
-
constructor();
|
|
16
|
-
ngAfterViewInit(): void;
|
|
17
|
-
onResize(): void;
|
|
18
|
-
private checkResolution;
|
|
19
|
-
onClick(): void;
|
|
20
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<GravityDataViewsV2Component, never>;
|
|
21
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<GravityDataViewsV2Component, "gravity-data-views-v2", never, { "type": { "alias": "type"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "statusIndicator": { "alias": "statusIndicator"; "required": false; }; }, { "clickEmitter": "clickEmitter"; }, never, ["*"], false, never>;
|
|
22
|
-
}
|
package/lib/components/gravity-date-picker/components/day-calendar/day-calendar.component.d.ts
DELETED
|
@@ -1,105 +0,0 @@
|
|
|
1
|
-
import { DatePickerAppearance, DatePickerConfig, CalendarDate } from "../../shared/date-picker.modal";
|
|
2
|
-
import { GravityTextFieldComponent } from "../../../gravity-text-field/gravity-text-field.component";
|
|
3
|
-
import { EventEmitter, OnChanges, SimpleChanges } from '@angular/core';
|
|
4
|
-
import { changeDate, calendarDateToDate, isPeriodAvailable } from '../../shared/date-picker.utils';
|
|
5
|
-
import { isPreview, onClearHover, onDateKeyup, onHoverDay, searchDate } from "./range-days-calendar.utils";
|
|
6
|
-
import * as i0 from "@angular/core";
|
|
7
|
-
export declare class DayCalendarComponent implements OnChanges {
|
|
8
|
-
initYear: Date;
|
|
9
|
-
initMonth: Date;
|
|
10
|
-
range: boolean;
|
|
11
|
-
config: DatePickerConfig;
|
|
12
|
-
restart: boolean;
|
|
13
|
-
appyOnClose: boolean;
|
|
14
|
-
currentDate: Date;
|
|
15
|
-
appearance: DatePickerAppearance;
|
|
16
|
-
navType: 'prev' | 'next' | 'both' | 'none';
|
|
17
|
-
clearHover: EventEmitter<void>;
|
|
18
|
-
clearSelection: EventEmitter<void>;
|
|
19
|
-
hoverDay: EventEmitter<CalendarDate>;
|
|
20
|
-
selectedRage: EventEmitter<CalendarDate>;
|
|
21
|
-
calendarResponse: EventEmitter<Date[] | Date>;
|
|
22
|
-
endDateField: GravityTextFieldComponent;
|
|
23
|
-
startDateField: GravityTextFieldComponent;
|
|
24
|
-
endDateError: string;
|
|
25
|
-
startDateError: string;
|
|
26
|
-
endFieldDisabled: boolean;
|
|
27
|
-
startFieldDisabled: boolean;
|
|
28
|
-
selectedRangeEnd: CalendarDate | null;
|
|
29
|
-
selectedRangeStart: CalendarDate | null;
|
|
30
|
-
showYearCalendar: boolean;
|
|
31
|
-
showMonthCalendar: boolean;
|
|
32
|
-
focused: 'start' | 'end';
|
|
33
|
-
hoveredDay: CalendarDate | null;
|
|
34
|
-
selectedDay: CalendarDate | null;
|
|
35
|
-
notification: {
|
|
36
|
-
text: string;
|
|
37
|
-
error: boolean;
|
|
38
|
-
};
|
|
39
|
-
get i18n(): {
|
|
40
|
-
readonly apply: "Apply";
|
|
41
|
-
readonly date_placeholder: "mm/dd/yyyy";
|
|
42
|
-
readonly date_unavailable: "This date isn’t available. Please choose another one.";
|
|
43
|
-
readonly end_after_start: "End date must be after the start date.";
|
|
44
|
-
readonly end_date: "End date";
|
|
45
|
-
readonly invalid_date: "Invalid date";
|
|
46
|
-
readonly next_month: "Next month";
|
|
47
|
-
readonly next_year: "Next year";
|
|
48
|
-
readonly next_years: "Next years";
|
|
49
|
-
readonly preview_month: "Preview month";
|
|
50
|
-
readonly preview_year: "Preview year";
|
|
51
|
-
readonly preview_years: "Preview years";
|
|
52
|
-
readonly select_date: "Select a date";
|
|
53
|
-
readonly select_range: "Select a date range";
|
|
54
|
-
readonly select_valid_date: "Select a valid date to continue your range.";
|
|
55
|
-
readonly start_before_end: "Start date must be before the end date.";
|
|
56
|
-
readonly start_date: "Start date";
|
|
57
|
-
readonly clear: "Clear selection";
|
|
58
|
-
readonly no_date_applied: "Selected dates pending application.";
|
|
59
|
-
} | {
|
|
60
|
-
readonly apply: "Aplicar";
|
|
61
|
-
readonly clear: "Limpiar selección";
|
|
62
|
-
readonly date_placeholder: "dd/mm/aaaa";
|
|
63
|
-
readonly date_unavailable: "Esta fecha no está disponible. Por favor, elige otra.";
|
|
64
|
-
readonly end_after_start: "La fecha final debe ser posterior a la fecha de inicio.";
|
|
65
|
-
readonly end_date: "Fecha final";
|
|
66
|
-
readonly invalid_date: "Fecha inválida";
|
|
67
|
-
readonly next_month: "Mes siguiente";
|
|
68
|
-
readonly next_year: "Año siguiente";
|
|
69
|
-
readonly next_years: "Años siguientes";
|
|
70
|
-
readonly preview_month: "Mes anterior";
|
|
71
|
-
readonly preview_year: "Año anterior";
|
|
72
|
-
readonly preview_years: "Años anteriores";
|
|
73
|
-
readonly select_date: "Selecciona una fecha";
|
|
74
|
-
readonly select_range: "Selecciona un rango de fechas";
|
|
75
|
-
readonly select_valid_date: "Selecciona una fecha válida para continuar con tu rango.";
|
|
76
|
-
readonly start_before_end: "La fecha de inicio debe ser anterior a la final.";
|
|
77
|
-
readonly start_date: "Fecha inicial";
|
|
78
|
-
readonly no_date_applied: "Fechas seleccionadas pendientes de aplicar.";
|
|
79
|
-
};
|
|
80
|
-
get monthsList(): string[];
|
|
81
|
-
get daysList(): string[];
|
|
82
|
-
trackByWeek(index: number, _: any): number;
|
|
83
|
-
trackByDay(_: number, day: CalendarDate): string;
|
|
84
|
-
ngOnChanges(changes: SimpleChanges): void;
|
|
85
|
-
private processInitDate;
|
|
86
|
-
hasDateSelected(requireBothInRange?: boolean): boolean;
|
|
87
|
-
getDaySelectionClass(day: CalendarDate): string;
|
|
88
|
-
private getSingleDaySelectionClass;
|
|
89
|
-
onSelectDay(day: CalendarDate): void;
|
|
90
|
-
applySelectedDate(): void;
|
|
91
|
-
clearSelectedDate(clearTarget: 'all' | 'start' | 'end'): void;
|
|
92
|
-
handleCalendarResponse(date: Date | Date[], isMonth: boolean): void;
|
|
93
|
-
handleOnClickDropdownLabel(isMonth: boolean): void;
|
|
94
|
-
getMonthGrid(): CalendarDate[][];
|
|
95
|
-
protected readonly changeDate: typeof changeDate;
|
|
96
|
-
protected readonly isPreview: typeof isPreview;
|
|
97
|
-
protected readonly searchDate: typeof searchDate;
|
|
98
|
-
protected readonly onHoverDay: typeof onHoverDay;
|
|
99
|
-
protected readonly onDateKeyup: typeof onDateKeyup;
|
|
100
|
-
protected readonly onClearHover: typeof onClearHover;
|
|
101
|
-
protected readonly isPeriodAvailable: typeof isPeriodAvailable;
|
|
102
|
-
protected readonly calendarDateToDate: typeof calendarDateToDate;
|
|
103
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<DayCalendarComponent, never>;
|
|
104
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DayCalendarComponent, "day-calendar", never, { "initYear": { "alias": "initYear"; "required": false; }; "initMonth": { "alias": "initMonth"; "required": false; }; "range": { "alias": "range"; "required": false; }; "config": { "alias": "config"; "required": false; }; "restart": { "alias": "restart"; "required": false; }; "appyOnClose": { "alias": "appyOnClose"; "required": false; }; "currentDate": { "alias": "currentDate"; "required": false; }; "appearance": { "alias": "appearance"; "required": false; }; "navType": { "alias": "navType"; "required": false; }; }, { "clearHover": "clearHover"; "clearSelection": "clearSelection"; "hoverDay": "hoverDay"; "selectedRage": "selectedRage"; "calendarResponse": "calendarResponse"; }, never, never, false, never>;
|
|
105
|
-
}
|
package/lib/components/gravity-date-picker/components/day-calendar/range-days-calendar.utils.d.ts
DELETED
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { CalendarDate } from "../../shared/date-picker.modal";
|
|
2
|
-
import { DayCalendarComponent } from "./day-calendar.component";
|
|
3
|
-
export declare function isPreview(component: DayCalendarComponent, day: CalendarDate): boolean;
|
|
4
|
-
export declare function processPreselectedRangeDate(component: DayCalendarComponent): void;
|
|
5
|
-
export declare function getRangeSelectionClass(component: DayCalendarComponent, day: CalendarDate): string;
|
|
6
|
-
export declare function onSelectDaysRange(component: DayCalendarComponent, day: CalendarDate): void;
|
|
7
|
-
export declare function onApplyRageDate(component: DayCalendarComponent): void;
|
|
8
|
-
export declare function onHoverDay(component: DayCalendarComponent, day: CalendarDate): void;
|
|
9
|
-
export declare function onClearHover(component: DayCalendarComponent): void;
|
|
10
|
-
export declare function searchDate(component: DayCalendarComponent, dateStr: string, target: 'start' | 'end'): void;
|
|
11
|
-
export declare function validateDateLimits(component: DayCalendarComponent, date: Date, target: 'start' | 'end'): boolean;
|
|
12
|
-
export declare function onDateKeyup(component: DayCalendarComponent, event: KeyboardEvent, target: 'start' | 'end'): void;
|
package/lib/components/gravity-date-picker/components/month-calendar/month-calendar.component.d.ts
DELETED
|
@@ -1,71 +0,0 @@
|
|
|
1
|
-
import { DatePickerAppearance, DatePickerConfig, CalendarPeriod } from "../../shared/date-picker.modal";
|
|
2
|
-
import { changeDate, isPeriodAvailable } from "../../shared/date-picker.utils";
|
|
3
|
-
import { EventEmitter, OnChanges, SimpleChanges } from '@angular/core';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
export declare class MonthCalendarComponent implements OnChanges {
|
|
6
|
-
config: DatePickerConfig;
|
|
7
|
-
initDate: Date | Date[];
|
|
8
|
-
restart: boolean;
|
|
9
|
-
appearance: DatePickerAppearance;
|
|
10
|
-
integratedMode: boolean;
|
|
11
|
-
clearSelection: EventEmitter<void>;
|
|
12
|
-
response: EventEmitter<Date[] | Date>;
|
|
13
|
-
currentDate: Date;
|
|
14
|
-
selectedMonth: CalendarPeriod;
|
|
15
|
-
get i18n(): {
|
|
16
|
-
readonly apply: "Apply";
|
|
17
|
-
readonly date_placeholder: "mm/dd/yyyy";
|
|
18
|
-
readonly date_unavailable: "This date isn’t available. Please choose another one.";
|
|
19
|
-
readonly end_after_start: "End date must be after the start date.";
|
|
20
|
-
readonly end_date: "End date";
|
|
21
|
-
readonly invalid_date: "Invalid date";
|
|
22
|
-
readonly next_month: "Next month";
|
|
23
|
-
readonly next_year: "Next year";
|
|
24
|
-
readonly next_years: "Next years";
|
|
25
|
-
readonly preview_month: "Preview month";
|
|
26
|
-
readonly preview_year: "Preview year";
|
|
27
|
-
readonly preview_years: "Preview years";
|
|
28
|
-
readonly select_date: "Select a date";
|
|
29
|
-
readonly select_range: "Select a date range";
|
|
30
|
-
readonly select_valid_date: "Select a valid date to continue your range.";
|
|
31
|
-
readonly start_before_end: "Start date must be before the end date.";
|
|
32
|
-
readonly start_date: "Start date";
|
|
33
|
-
readonly clear: "Clear selection";
|
|
34
|
-
readonly no_date_applied: "Selected dates pending application.";
|
|
35
|
-
} | {
|
|
36
|
-
readonly apply: "Aplicar";
|
|
37
|
-
readonly clear: "Limpiar selección";
|
|
38
|
-
readonly date_placeholder: "dd/mm/aaaa";
|
|
39
|
-
readonly date_unavailable: "Esta fecha no está disponible. Por favor, elige otra.";
|
|
40
|
-
readonly end_after_start: "La fecha final debe ser posterior a la fecha de inicio.";
|
|
41
|
-
readonly end_date: "Fecha final";
|
|
42
|
-
readonly invalid_date: "Fecha inválida";
|
|
43
|
-
readonly next_month: "Mes siguiente";
|
|
44
|
-
readonly next_year: "Año siguiente";
|
|
45
|
-
readonly next_years: "Años siguientes";
|
|
46
|
-
readonly preview_month: "Mes anterior";
|
|
47
|
-
readonly preview_year: "Año anterior";
|
|
48
|
-
readonly preview_years: "Años anteriores";
|
|
49
|
-
readonly select_date: "Selecciona una fecha";
|
|
50
|
-
readonly select_range: "Selecciona un rango de fechas";
|
|
51
|
-
readonly select_valid_date: "Selecciona una fecha válida para continuar con tu rango.";
|
|
52
|
-
readonly start_before_end: "La fecha de inicio debe ser anterior a la final.";
|
|
53
|
-
readonly start_date: "Fecha inicial";
|
|
54
|
-
readonly no_date_applied: "Fechas seleccionadas pendientes de aplicar.";
|
|
55
|
-
};
|
|
56
|
-
get monthsList(): string[];
|
|
57
|
-
get monthsShortList(): string[];
|
|
58
|
-
ngOnChanges(changes: SimpleChanges): void;
|
|
59
|
-
trackByMonth(_: number, month: CalendarPeriod): string;
|
|
60
|
-
private processInitDate;
|
|
61
|
-
onSelectMonth(month: CalendarPeriod): void;
|
|
62
|
-
getMonthSelectionClass(month: CalendarPeriod): string;
|
|
63
|
-
isCurrentMonth(month: CalendarPeriod): boolean;
|
|
64
|
-
clearSelectedMonth(): void;
|
|
65
|
-
applySelectedMonth(): void;
|
|
66
|
-
getYearMonthsList(): CalendarPeriod[];
|
|
67
|
-
protected readonly changeDate: typeof changeDate;
|
|
68
|
-
protected readonly isPeriodAvailable: typeof isPeriodAvailable;
|
|
69
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<MonthCalendarComponent, never>;
|
|
70
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<MonthCalendarComponent, "month-calendar", never, { "config": { "alias": "config"; "required": false; }; "initDate": { "alias": "initDate"; "required": false; }; "restart": { "alias": "restart"; "required": false; }; "appearance": { "alias": "appearance"; "required": false; }; "integratedMode": { "alias": "integratedMode"; "required": false; }; }, { "clearSelection": "clearSelection"; "response": "response"; }, never, never, false, never>;
|
|
71
|
-
}
|
package/lib/components/gravity-date-picker/components/year-calendar/year-calendar.component.d.ts
DELETED
|
@@ -1,70 +0,0 @@
|
|
|
1
|
-
import { isPeriodAvailable } from "../../shared/date-picker.utils";
|
|
2
|
-
import { DatePickerAppearance, DatePickerConfig } from "../../shared/date-picker.modal";
|
|
3
|
-
import { EventEmitter, OnChanges, OnInit, SimpleChanges } from '@angular/core';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
export declare class YearCalendarComponent implements OnChanges, OnInit {
|
|
6
|
-
config: DatePickerConfig;
|
|
7
|
-
initDate: Date | Date[];
|
|
8
|
-
restart: boolean;
|
|
9
|
-
appearance: DatePickerAppearance;
|
|
10
|
-
integratedMode: boolean;
|
|
11
|
-
clearSelection: EventEmitter<void>;
|
|
12
|
-
response: EventEmitter<Date[] | Date>;
|
|
13
|
-
selectedYear: number;
|
|
14
|
-
currentDate: Date;
|
|
15
|
-
startYear: number;
|
|
16
|
-
get i18n(): {
|
|
17
|
-
readonly apply: "Apply";
|
|
18
|
-
readonly date_placeholder: "mm/dd/yyyy";
|
|
19
|
-
readonly date_unavailable: "This date isn’t available. Please choose another one.";
|
|
20
|
-
readonly end_after_start: "End date must be after the start date.";
|
|
21
|
-
readonly end_date: "End date";
|
|
22
|
-
readonly invalid_date: "Invalid date";
|
|
23
|
-
readonly next_month: "Next month";
|
|
24
|
-
readonly next_year: "Next year";
|
|
25
|
-
readonly next_years: "Next years";
|
|
26
|
-
readonly preview_month: "Preview month";
|
|
27
|
-
readonly preview_year: "Preview year";
|
|
28
|
-
readonly preview_years: "Preview years";
|
|
29
|
-
readonly select_date: "Select a date";
|
|
30
|
-
readonly select_range: "Select a date range";
|
|
31
|
-
readonly select_valid_date: "Select a valid date to continue your range.";
|
|
32
|
-
readonly start_before_end: "Start date must be before the end date.";
|
|
33
|
-
readonly start_date: "Start date";
|
|
34
|
-
readonly clear: "Clear selection";
|
|
35
|
-
readonly no_date_applied: "Selected dates pending application.";
|
|
36
|
-
} | {
|
|
37
|
-
readonly apply: "Aplicar";
|
|
38
|
-
readonly clear: "Limpiar selección";
|
|
39
|
-
readonly date_placeholder: "dd/mm/aaaa";
|
|
40
|
-
readonly date_unavailable: "Esta fecha no está disponible. Por favor, elige otra.";
|
|
41
|
-
readonly end_after_start: "La fecha final debe ser posterior a la fecha de inicio.";
|
|
42
|
-
readonly end_date: "Fecha final";
|
|
43
|
-
readonly invalid_date: "Fecha inválida";
|
|
44
|
-
readonly next_month: "Mes siguiente";
|
|
45
|
-
readonly next_year: "Año siguiente";
|
|
46
|
-
readonly next_years: "Años siguientes";
|
|
47
|
-
readonly preview_month: "Mes anterior";
|
|
48
|
-
readonly preview_year: "Año anterior";
|
|
49
|
-
readonly preview_years: "Años anteriores";
|
|
50
|
-
readonly select_date: "Selecciona una fecha";
|
|
51
|
-
readonly select_range: "Selecciona un rango de fechas";
|
|
52
|
-
readonly select_valid_date: "Selecciona una fecha válida para continuar con tu rango.";
|
|
53
|
-
readonly start_before_end: "La fecha de inicio debe ser anterior a la final.";
|
|
54
|
-
readonly start_date: "Fecha inicial";
|
|
55
|
-
readonly no_date_applied: "Fechas seleccionadas pendientes de aplicar.";
|
|
56
|
-
};
|
|
57
|
-
trackByYear(_: number, year: number): string;
|
|
58
|
-
ngOnInit(): void;
|
|
59
|
-
ngOnChanges(changes: SimpleChanges): void;
|
|
60
|
-
private processInitDate;
|
|
61
|
-
setYearsBlock(year: number): void;
|
|
62
|
-
onSelectYear(year: number): void;
|
|
63
|
-
getYearSelectionClass(year: number): string;
|
|
64
|
-
isCurrentYear(year: number): boolean;
|
|
65
|
-
clearSelectedYear(): void;
|
|
66
|
-
getYearList(): number[];
|
|
67
|
-
protected readonly isPeriodAvailable: typeof isPeriodAvailable;
|
|
68
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<YearCalendarComponent, never>;
|
|
69
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<YearCalendarComponent, "year-calendar", never, { "config": { "alias": "config"; "required": false; }; "initDate": { "alias": "initDate"; "required": false; }; "restart": { "alias": "restart"; "required": false; }; "appearance": { "alias": "appearance"; "required": false; }; "integratedMode": { "alias": "integratedMode"; "required": false; }; }, { "clearSelection": "clearSelection"; "response": "response"; }, never, never, false, never>;
|
|
70
|
-
}
|
|
@@ -1,64 +0,0 @@
|
|
|
1
|
-
import { EventEmitter } from '@angular/core';
|
|
2
|
-
import { DatePickerAppearance, DatePickerConfig, DatePickerResponse } from "./shared/date-picker.modal";
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class GravityDatePickerComponent {
|
|
5
|
-
cypressTag: string;
|
|
6
|
-
datePickerType: 'single' | 'range' | 'month' | 'year';
|
|
7
|
-
private _config;
|
|
8
|
-
private _appearance;
|
|
9
|
-
showCo: any;
|
|
10
|
-
get i18n(): {
|
|
11
|
-
readonly apply: "Apply";
|
|
12
|
-
readonly date_placeholder: "mm/dd/yyyy";
|
|
13
|
-
readonly date_unavailable: "This date isn’t available. Please choose another one.";
|
|
14
|
-
readonly end_after_start: "End date must be after the start date.";
|
|
15
|
-
readonly end_date: "End date";
|
|
16
|
-
readonly invalid_date: "Invalid date";
|
|
17
|
-
readonly next_month: "Next month";
|
|
18
|
-
readonly next_year: "Next year";
|
|
19
|
-
readonly next_years: "Next years";
|
|
20
|
-
readonly preview_month: "Preview month";
|
|
21
|
-
readonly preview_year: "Preview year";
|
|
22
|
-
readonly preview_years: "Preview years";
|
|
23
|
-
readonly select_date: "Select a date";
|
|
24
|
-
readonly select_range: "Select a date range";
|
|
25
|
-
readonly select_valid_date: "Select a valid date to continue your range.";
|
|
26
|
-
readonly start_before_end: "Start date must be before the end date.";
|
|
27
|
-
readonly start_date: "Start date";
|
|
28
|
-
readonly clear: "Clear selection";
|
|
29
|
-
readonly no_date_applied: "Selected dates pending application.";
|
|
30
|
-
} | {
|
|
31
|
-
readonly apply: "Aplicar";
|
|
32
|
-
readonly clear: "Limpiar selección";
|
|
33
|
-
readonly date_placeholder: "dd/mm/aaaa";
|
|
34
|
-
readonly date_unavailable: "Esta fecha no está disponible. Por favor, elige otra.";
|
|
35
|
-
readonly end_after_start: "La fecha final debe ser posterior a la fecha de inicio.";
|
|
36
|
-
readonly end_date: "Fecha final";
|
|
37
|
-
readonly invalid_date: "Fecha inválida";
|
|
38
|
-
readonly next_month: "Mes siguiente";
|
|
39
|
-
readonly next_year: "Año siguiente";
|
|
40
|
-
readonly next_years: "Años siguientes";
|
|
41
|
-
readonly preview_month: "Mes anterior";
|
|
42
|
-
readonly preview_year: "Año anterior";
|
|
43
|
-
readonly preview_years: "Años anteriores";
|
|
44
|
-
readonly select_date: "Selecciona una fecha";
|
|
45
|
-
readonly select_range: "Selecciona un rango de fechas";
|
|
46
|
-
readonly select_valid_date: "Selecciona una fecha válida para continuar con tu rango.";
|
|
47
|
-
readonly start_before_end: "La fecha de inicio debe ser anterior a la final.";
|
|
48
|
-
readonly start_date: "Fecha inicial";
|
|
49
|
-
readonly no_date_applied: "Fechas seleccionadas pendientes de aplicar.";
|
|
50
|
-
};
|
|
51
|
-
set config(value: DatePickerConfig);
|
|
52
|
-
get config(): DatePickerConfig;
|
|
53
|
-
set appearance(value: DatePickerAppearance);
|
|
54
|
-
get appearance(): DatePickerAppearance;
|
|
55
|
-
clear: EventEmitter<void>;
|
|
56
|
-
close: EventEmitter<void>;
|
|
57
|
-
response: EventEmitter<DatePickerResponse>;
|
|
58
|
-
handleClear(): void;
|
|
59
|
-
handleResponse(value: Date[] | Date): void;
|
|
60
|
-
handleCloseButton(): void;
|
|
61
|
-
applyOnClose(): boolean;
|
|
62
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<GravityDatePickerComponent, never>;
|
|
63
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<GravityDatePickerComponent, "gravity-date-picker", never, { "cypressTag": { "alias": "cypressTag"; "required": false; }; "datePickerType": { "alias": "datePickerType"; "required": false; }; "config": { "alias": "config"; "required": false; }; "appearance": { "alias": "appearance"; "required": false; }; }, { "clear": "clear"; "close": "close"; "response": "response"; }, never, never, false, never>;
|
|
64
|
-
}
|
|
@@ -1,52 +0,0 @@
|
|
|
1
|
-
export declare const DAYS_EN: string[];
|
|
2
|
-
export declare const DAYS_ES: string[];
|
|
3
|
-
export declare const DAYS_SHORT_ES: string[];
|
|
4
|
-
export declare const DAYS_SHORT_EN: string[];
|
|
5
|
-
export declare const MONTHS_ES: string[];
|
|
6
|
-
export declare const MONTHS_EN: string[];
|
|
7
|
-
export declare const MONTHS_SHORT_ES: string[];
|
|
8
|
-
export declare const MONTHS_SHORT_EN: string[];
|
|
9
|
-
export declare const CALENDAR_I18N: {
|
|
10
|
-
readonly en: {
|
|
11
|
-
readonly apply: "Apply";
|
|
12
|
-
readonly date_placeholder: "mm/dd/yyyy";
|
|
13
|
-
readonly date_unavailable: "This date isn’t available. Please choose another one.";
|
|
14
|
-
readonly end_after_start: "End date must be after the start date.";
|
|
15
|
-
readonly end_date: "End date";
|
|
16
|
-
readonly invalid_date: "Invalid date";
|
|
17
|
-
readonly next_month: "Next month";
|
|
18
|
-
readonly next_year: "Next year";
|
|
19
|
-
readonly next_years: "Next years";
|
|
20
|
-
readonly preview_month: "Preview month";
|
|
21
|
-
readonly preview_year: "Preview year";
|
|
22
|
-
readonly preview_years: "Preview years";
|
|
23
|
-
readonly select_date: "Select a date";
|
|
24
|
-
readonly select_range: "Select a date range";
|
|
25
|
-
readonly select_valid_date: "Select a valid date to continue your range.";
|
|
26
|
-
readonly start_before_end: "Start date must be before the end date.";
|
|
27
|
-
readonly start_date: "Start date";
|
|
28
|
-
readonly clear: "Clear selection";
|
|
29
|
-
readonly no_date_applied: "Selected dates pending application.";
|
|
30
|
-
};
|
|
31
|
-
readonly es: {
|
|
32
|
-
readonly apply: "Aplicar";
|
|
33
|
-
readonly clear: "Limpiar selección";
|
|
34
|
-
readonly date_placeholder: "dd/mm/aaaa";
|
|
35
|
-
readonly date_unavailable: "Esta fecha no está disponible. Por favor, elige otra.";
|
|
36
|
-
readonly end_after_start: "La fecha final debe ser posterior a la fecha de inicio.";
|
|
37
|
-
readonly end_date: "Fecha final";
|
|
38
|
-
readonly invalid_date: "Fecha inválida";
|
|
39
|
-
readonly next_month: "Mes siguiente";
|
|
40
|
-
readonly next_year: "Año siguiente";
|
|
41
|
-
readonly next_years: "Años siguientes";
|
|
42
|
-
readonly preview_month: "Mes anterior";
|
|
43
|
-
readonly preview_year: "Año anterior";
|
|
44
|
-
readonly preview_years: "Años anteriores";
|
|
45
|
-
readonly select_date: "Selecciona una fecha";
|
|
46
|
-
readonly select_range: "Selecciona un rango de fechas";
|
|
47
|
-
readonly select_valid_date: "Selecciona una fecha válida para continuar con tu rango.";
|
|
48
|
-
readonly start_before_end: "La fecha de inicio debe ser anterior a la final.";
|
|
49
|
-
readonly start_date: "Fecha inicial";
|
|
50
|
-
readonly no_date_applied: "Fechas seleccionadas pendientes de aplicar.";
|
|
51
|
-
};
|
|
52
|
-
};
|
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
export interface DatePickerConfig {
|
|
2
|
-
maxDate?: Date | null;
|
|
3
|
-
minDate?: Date | null;
|
|
4
|
-
initDate?: Date | Date[] | null;
|
|
5
|
-
}
|
|
6
|
-
export interface DatePickerAppearance {
|
|
7
|
-
isMobile?: boolean;
|
|
8
|
-
language?: 'es' | 'en';
|
|
9
|
-
state?: 'active' | 'hidden' | 'disabled' | 'destroy';
|
|
10
|
-
}
|
|
11
|
-
export interface DatePickerResponse {
|
|
12
|
-
dates: Date | Date[];
|
|
13
|
-
formatedDate?: string;
|
|
14
|
-
}
|
|
15
|
-
export interface CalendarDate {
|
|
16
|
-
day: number;
|
|
17
|
-
weekDay: number;
|
|
18
|
-
isToday?: boolean;
|
|
19
|
-
inCurrentMonth: boolean;
|
|
20
|
-
monthYear: CalendarPeriod;
|
|
21
|
-
}
|
|
22
|
-
export interface CalendarPeriod {
|
|
23
|
-
year: number;
|
|
24
|
-
month: number;
|
|
25
|
-
}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { CalendarDate } from "./date-picker.modal";
|
|
2
|
-
export declare function getStartDate(date: Date): Date;
|
|
3
|
-
export declare function changeDate(offset: number, currentDate: Date, isMonth: boolean): Date;
|
|
4
|
-
export declare function isPeriodAvailable(currentDate: Date, limitDate: Date, period: 'month' | 'year', direction: 'prev' | 'next', startYearBlock?: number): boolean;
|
|
5
|
-
export declare function dateToCalendarDay(date: Date): CalendarDate;
|
|
6
|
-
export declare function dateToString(date: Date, language: 'en' | 'es'): string;
|
|
7
|
-
export declare function stringToCalendarDate(value: string, language: 'en' | 'es'): CalendarDate | null;
|
|
8
|
-
export declare function stringToDate(dateStr: string, language: 'en' | 'es'): Date | null;
|
|
9
|
-
export declare function calendarDateToDate(cd: CalendarDate): Date;
|
|
10
|
-
export declare function formatDatetime(value: string | string[], formatMonth?: 'short' | 'long', language?: 'en' | 'es'): string;
|
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
import { AfterViewInit, ElementRef, EventEmitter, OnDestroy } from '@angular/core';
|
|
2
|
-
import { GravityResponsiveService } from "../../services/gravity-responsive.service";
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class GravityDetailContainerComponent implements AfterViewInit, OnDestroy {
|
|
5
|
-
readonly gravityResponsiveService: GravityResponsiveService;
|
|
6
|
-
cypressTag: string;
|
|
7
|
-
title: string;
|
|
8
|
-
description: string;
|
|
9
|
-
mode: 'modal' | 'standard';
|
|
10
|
-
type: 'flyout' | 'detail-view';
|
|
11
|
-
optionalHeight: string;
|
|
12
|
-
language: 'en' | 'es';
|
|
13
|
-
closed: EventEmitter<void>;
|
|
14
|
-
menuEvent: EventEmitter<void>;
|
|
15
|
-
containerRef: ElementRef<HTMLDivElement>;
|
|
16
|
-
isOpen: boolean;
|
|
17
|
-
private resizeObserver;
|
|
18
|
-
constructor(gravityResponsiveService: GravityResponsiveService);
|
|
19
|
-
private onResize;
|
|
20
|
-
open(): void;
|
|
21
|
-
dismiss(): void;
|
|
22
|
-
menu(): void;
|
|
23
|
-
ngAfterViewInit(): void;
|
|
24
|
-
private checkHasScroll;
|
|
25
|
-
ngOnDestroy(): void;
|
|
26
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<GravityDetailContainerComponent, never>;
|
|
27
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<GravityDetailContainerComponent, "gravity-detail-container", never, { "cypressTag": { "alias": "cypressTag"; "required": false; }; "title": { "alias": "title"; "required": false; }; "description": { "alias": "description"; "required": false; }; "mode": { "alias": "mode"; "required": false; }; "type": { "alias": "type"; "required": false; }; "optionalHeight": { "alias": "optionalHeight"; "required": false; }; "language": { "alias": "language"; "required": false; }; }, { "closed": "closed"; "menuEvent": "menuEvent"; }, never, ["[detail-body]", "[detail-actions]"], false, never>;
|
|
28
|
-
}
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
import { TemplateRef } from '@angular/core';
|
|
2
|
-
import { NgbActiveModal } from "@ng-bootstrap/ng-bootstrap";
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class GravityDialogComponent {
|
|
5
|
-
private readonly ngbActiveModal;
|
|
6
|
-
dialogContent: GravityDialogContentInterface;
|
|
7
|
-
constructor(ngbActiveModal: NgbActiveModal);
|
|
8
|
-
closeModal(): void;
|
|
9
|
-
isNewIcon(iconName: string): boolean;
|
|
10
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<GravityDialogComponent, never>;
|
|
11
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<GravityDialogComponent, "ng-component", never, { "dialogContent": { "alias": "dialogContent"; "required": false; }; }, {}, never, never, false, never>;
|
|
12
|
-
}
|
|
13
|
-
export interface GravityDialogContentInterface {
|
|
14
|
-
componentInputs?: any;
|
|
15
|
-
contentTemplateRef?: TemplateRef<any>;
|
|
16
|
-
contentTemplateComponent?: any;
|
|
17
|
-
footerTemplateRef?: TemplateRef<any>;
|
|
18
|
-
footerTemplateComponent?: any;
|
|
19
|
-
showCloseIcon?: boolean;
|
|
20
|
-
titleIconName?: string;
|
|
21
|
-
title: string;
|
|
22
|
-
}
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
import { EventEmitter } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class GravityDropdownLabelComponent {
|
|
4
|
-
label: string;
|
|
5
|
-
fontClass: string;
|
|
6
|
-
isOpen: boolean;
|
|
7
|
-
stopPropagation: boolean;
|
|
8
|
-
size: 'sm' | 'md' | 'lg';
|
|
9
|
-
state: 'active' | 'inactive';
|
|
10
|
-
onClickLabel: EventEmitter<void>;
|
|
11
|
-
getLabelClass(): "hr-title md-bold" | "hr-headline sm-bold" | "hr-headline md-bold";
|
|
12
|
-
onClick(event: MouseEvent): void;
|
|
13
|
-
getIconSize(): {
|
|
14
|
-
newIconsSize: "md" | "lg";
|
|
15
|
-
oldIconsSize: "lg-24" | "md-16";
|
|
16
|
-
};
|
|
17
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<GravityDropdownLabelComponent, never>;
|
|
18
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<GravityDropdownLabelComponent, "gravity-dropdown-label", never, { "label": { "alias": "label"; "required": false; }; "fontClass": { "alias": "fontClass"; "required": false; }; "isOpen": { "alias": "isOpen"; "required": false; }; "stopPropagation": { "alias": "stopPropagation"; "required": false; }; "size": { "alias": "size"; "required": false; }; "state": { "alias": "state"; "required": false; }; }, { "onClickLabel": "onClickLabel"; }, never, never, false, never>;
|
|
19
|
-
}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { PipeTransform } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
/**
|
|
4
|
-
* filters an array based on searctext
|
|
5
|
-
*/
|
|
6
|
-
export declare class FilterByPipe implements PipeTransform {
|
|
7
|
-
transform(array: any[], searchText?: string, keyName?: string): any[];
|
|
8
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<FilterByPipe, never>;
|
|
9
|
-
static ɵpipe: i0.ɵɵPipeDeclaration<FilterByPipe, "filterBy", false>;
|
|
10
|
-
}
|