@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
|
@@ -1,42 +0,0 @@
|
|
|
1
|
-
import { ElementRef, EventEmitter, OnDestroy, OnInit, Renderer2 } from '@angular/core';
|
|
2
|
-
import { PositioningService } from 'ngx-bootstrap/positioning';
|
|
3
|
-
import { BsDatepickerAbstractComponent } from '../base/bs-datepicker-container';
|
|
4
|
-
import { BsDatepickerConfig } from '../bs-datepicker.config';
|
|
5
|
-
import { CalendarCellViewModel, DayViewModel } from '../models';
|
|
6
|
-
import { BsDatepickerActions } from '../reducer/bs-datepicker.actions';
|
|
7
|
-
import { BsDatepickerEffects } from '../reducer/bs-datepicker.effects';
|
|
8
|
-
import { BsDatepickerStore } from '../reducer/bs-datepicker.store';
|
|
9
|
-
import { BsDatepickerCallbacks } from "../bs-datepicker.callbacks";
|
|
10
|
-
import { BsCustomDates } from "../utils/bs-calendar-utils";
|
|
11
|
-
import { HeaderTypeService } from "../services/header-type.service";
|
|
12
|
-
import * as i0 from "@angular/core";
|
|
13
|
-
export declare class BsDaterangepickerContainerComponent extends BsDatepickerAbstractComponent implements OnInit, OnDestroy {
|
|
14
|
-
headerTypeService: HeaderTypeService;
|
|
15
|
-
_config: BsDatepickerConfig;
|
|
16
|
-
_callbacks: BsDatepickerCallbacks;
|
|
17
|
-
private _store;
|
|
18
|
-
private _element;
|
|
19
|
-
private _actions;
|
|
20
|
-
private _positionService;
|
|
21
|
-
chosenRange: Date[];
|
|
22
|
-
isRangePicker: boolean;
|
|
23
|
-
private _rangeStack;
|
|
24
|
-
valueChange: EventEmitter<Date[]>;
|
|
25
|
-
onApplyChange: EventEmitter<void>;
|
|
26
|
-
set value(value: (Date | undefined)[] | undefined);
|
|
27
|
-
constructor(headerTypeService: HeaderTypeService, _renderer: Renderer2, _config: BsDatepickerConfig, _callbacks: BsDatepickerCallbacks, _store: BsDatepickerStore, _element: ElementRef, _actions: BsDatepickerActions, _effects: BsDatepickerEffects, _positionService: PositioningService);
|
|
28
|
-
ngOnInit(): void;
|
|
29
|
-
get isTopPosition(): boolean;
|
|
30
|
-
positionServiceEnable(): void;
|
|
31
|
-
daySelectHandler(day: DayViewModel): void;
|
|
32
|
-
monthSelectHandler(day: CalendarCellViewModel): void;
|
|
33
|
-
yearSelectHandler(day: CalendarCellViewModel): void;
|
|
34
|
-
rangesProcessing(day: CalendarCellViewModel): void;
|
|
35
|
-
ngOnDestroy(): void;
|
|
36
|
-
setRangeOnCalendar(dates: BsCustomDates): void;
|
|
37
|
-
setMaxDateRangeOnCalendar(currentSelection: Date): void;
|
|
38
|
-
clearDate(): void;
|
|
39
|
-
apply(): void;
|
|
40
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<BsDaterangepickerContainerComponent, never>;
|
|
41
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BsDaterangepickerContainerComponent, "gt-daterangepicker-container", never, {}, {}, never, never, false, never>;
|
|
42
|
-
}
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
import { ElementRef, OnDestroy, OnInit, Renderer2 } from '@angular/core';
|
|
2
|
-
import { BsDaterangepickerContainerComponent } from './bs-daterangepicker-container.component';
|
|
3
|
-
import { BsDatepickerActions } from '../reducer/bs-datepicker.actions';
|
|
4
|
-
import { BsDatepickerConfig } from '../bs-datepicker.config';
|
|
5
|
-
import { BsDatepickerEffects } from '../reducer/bs-datepicker.effects';
|
|
6
|
-
import { BsDatepickerStore } from '../reducer/bs-datepicker.store';
|
|
7
|
-
import { PositioningService } from 'ngx-bootstrap/positioning';
|
|
8
|
-
import { BsDatepickerCallbacks } from "../bs-datepicker.callbacks";
|
|
9
|
-
import { HeaderTypeService } from "../services/header-type.service";
|
|
10
|
-
import * as i0 from "@angular/core";
|
|
11
|
-
export declare class BsDaterangepickerInlineContainerComponent extends BsDaterangepickerContainerComponent implements OnInit, OnDestroy {
|
|
12
|
-
constructor(headerTypeService: HeaderTypeService, _renderer: Renderer2, _config: BsDatepickerConfig, _callbacks: BsDatepickerCallbacks, _store: BsDatepickerStore, _element: ElementRef, _actions: BsDatepickerActions, _effects: BsDatepickerEffects, _positioningService: PositioningService);
|
|
13
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<BsDaterangepickerInlineContainerComponent, never>;
|
|
14
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BsDaterangepickerInlineContainerComponent, "gt-daterangepicker-inline-container", never, {}, {}, never, never, false, never>;
|
|
15
|
-
}
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import { DayViewModel } from '../../models';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class BsDatepickerDayDecoratorComponent {
|
|
4
|
-
day: DayViewModel;
|
|
5
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<BsDatepickerDayDecoratorComponent, never>;
|
|
6
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BsDatepickerDayDecoratorComponent, "[bsDatepickerDayDecorator]", never, { "day": { "alias": "day"; "required": false; }; }, {}, never, never, false, never>;
|
|
7
|
-
}
|
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
import { EventEmitter } from '@angular/core';
|
|
2
|
-
import { BsDatepickerViewMode, BsNavigationDirection, BsNavigationEvent, CellHoverEvent, DatepickerRenderOptions, DaysCalendarViewModel, DayViewModel } from '../../models';
|
|
3
|
-
import { HeaderTypeService } from "../../services/header-type.service";
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
export declare class BsDaysCalendarViewComponent {
|
|
6
|
-
headerTypeService: HeaderTypeService;
|
|
7
|
-
calendar: DaysCalendarViewModel;
|
|
8
|
-
calendarIndex: number;
|
|
9
|
-
isDisabled?: boolean;
|
|
10
|
-
options?: DatepickerRenderOptions | null;
|
|
11
|
-
showNavigationArrows: boolean;
|
|
12
|
-
size: 'sm' | 'md' | '';
|
|
13
|
-
onNavigate: EventEmitter<BsNavigationEvent>;
|
|
14
|
-
onViewMode: EventEmitter<BsDatepickerViewMode>;
|
|
15
|
-
onSelect: EventEmitter<DayViewModel>;
|
|
16
|
-
onHover: EventEmitter<CellHoverEvent>;
|
|
17
|
-
isiOS: boolean;
|
|
18
|
-
constructor(headerTypeService: HeaderTypeService);
|
|
19
|
-
navigateTo(event: BsNavigationDirection): void;
|
|
20
|
-
changeViewMode(event: BsDatepickerViewMode): void;
|
|
21
|
-
selectDay(event: DayViewModel): void;
|
|
22
|
-
hoverDay(cell: DayViewModel, isHovered: boolean): void;
|
|
23
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<BsDaysCalendarViewComponent, never>;
|
|
24
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BsDaysCalendarViewComponent, "bs-days-calendar-view", never, { "calendar": { "alias": "calendar"; "required": false; }; "calendarIndex": { "alias": "calendarIndex"; "required": false; }; "isDisabled": { "alias": "isDisabled"; "required": false; }; "options": { "alias": "options"; "required": false; }; "showNavigationArrows": { "alias": "showNavigationArrows"; "required": false; }; "size": { "alias": "size"; "required": false; }; }, { "onNavigate": "onNavigate"; "onViewMode": "onViewMode"; "onSelect": "onSelect"; "onHover": "onHover"; }, never, never, false, never>;
|
|
25
|
-
}
|
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
import { EventEmitter } from '@angular/core';
|
|
2
|
-
import { BsDatepickerViewMode, BsNavigationDirection, BsNavigationEvent, CalendarCellViewModel, CellHoverEvent, MonthsCalendarViewModel } from '../../models';
|
|
3
|
-
import { HeaderTypeService } from "../../services/header-type.service";
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
export declare class BsMonthCalendarViewComponent {
|
|
6
|
-
private headerTypeService;
|
|
7
|
-
calendarIndex: number;
|
|
8
|
-
size: 'sm' | 'md' | '';
|
|
9
|
-
calendarLang: string;
|
|
10
|
-
showNavigationArrows: boolean;
|
|
11
|
-
calendar: MonthsCalendarViewModel;
|
|
12
|
-
onHover: EventEmitter<CellHoverEvent>;
|
|
13
|
-
onNavigate: EventEmitter<BsNavigationEvent>;
|
|
14
|
-
onSelect: EventEmitter<CalendarCellViewModel>;
|
|
15
|
-
onViewMode: EventEmitter<BsDatepickerViewMode>;
|
|
16
|
-
constructor(headerTypeService: HeaderTypeService);
|
|
17
|
-
navigateTo(event: BsNavigationDirection): void;
|
|
18
|
-
viewMonth(month: CalendarCellViewModel): void;
|
|
19
|
-
hoverMonth(cell: CalendarCellViewModel, isHovered: boolean): void;
|
|
20
|
-
changeViewMode(event: BsDatepickerViewMode): void;
|
|
21
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<BsMonthCalendarViewComponent, never>;
|
|
22
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BsMonthCalendarViewComponent, "bs-month-calendar-view", never, { "calendarIndex": { "alias": "calendarIndex"; "required": false; }; "size": { "alias": "size"; "required": false; }; "calendarLang": { "alias": "calendarLang"; "required": false; }; "showNavigationArrows": { "alias": "showNavigationArrows"; "required": false; }; "calendar": { "alias": "calendar"; "required": false; }; }, { "onHover": "onHover"; "onNavigate": "onNavigate"; "onSelect": "onSelect"; "onViewMode": "onViewMode"; }, never, never, false, never>;
|
|
23
|
-
}
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
import { EventEmitter } from '@angular/core';
|
|
2
|
-
import { BsDatepickerViewMode, BsNavigationDirection, BsNavigationEvent, CalendarCellViewModel, CellHoverEvent, YearsCalendarViewModel } from '../../models';
|
|
3
|
-
import { HeaderTypeService } from "../../services/header-type.service";
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
export declare class BsYearsCalendarViewComponent {
|
|
6
|
-
private headerTypeService;
|
|
7
|
-
calendar: YearsCalendarViewModel;
|
|
8
|
-
calendarIndex: number;
|
|
9
|
-
showNavigationArrows: boolean;
|
|
10
|
-
size: 'sm' | 'md' | '';
|
|
11
|
-
onNavigate: EventEmitter<BsNavigationEvent>;
|
|
12
|
-
onViewMode: EventEmitter<BsDatepickerViewMode>;
|
|
13
|
-
onSelect: EventEmitter<CalendarCellViewModel>;
|
|
14
|
-
onHover: EventEmitter<CellHoverEvent>;
|
|
15
|
-
constructor(headerTypeService: HeaderTypeService);
|
|
16
|
-
navigateTo(event: BsNavigationDirection): void;
|
|
17
|
-
viewYear(year: CalendarCellViewModel): void;
|
|
18
|
-
hoverYear(cell: CalendarCellViewModel, isHovered: boolean): void;
|
|
19
|
-
changeViewMode(event: BsDatepickerViewMode): void;
|
|
20
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<BsYearsCalendarViewComponent, never>;
|
|
21
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BsYearsCalendarViewComponent, "bs-years-calendar-view", never, { "calendar": { "alias": "calendar"; "required": false; }; "calendarIndex": { "alias": "calendarIndex"; "required": false; }; "showNavigationArrows": { "alias": "showNavigationArrows"; "required": false; }; "size": { "alias": "size"; "required": false; }; }, { "onNavigate": "onNavigate"; "onViewMode": "onViewMode"; "onSelect": "onSelect"; "onHover": "onHover"; }, never, never, false, never>;
|
|
22
|
-
}
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { DaysCalendarViewModel } from '../models';
|
|
2
|
-
export interface FlagDaysCalendarOptions {
|
|
3
|
-
isDisabled: boolean;
|
|
4
|
-
minDate: Date;
|
|
5
|
-
maxDate: Date;
|
|
6
|
-
hoveredDate: Date;
|
|
7
|
-
selectedDate: Date;
|
|
8
|
-
selectedRange: Date[];
|
|
9
|
-
displayMonths: number;
|
|
10
|
-
monthIndex: number;
|
|
11
|
-
}
|
|
12
|
-
export declare function flagDaysCalendar(formattedMonth: DaysCalendarViewModel, options: Partial<FlagDaysCalendarOptions>): DaysCalendarViewModel;
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { MonthsCalendarViewModel } from '../models';
|
|
2
|
-
export interface FlagMonthCalendarOptions {
|
|
3
|
-
isDisabled: boolean;
|
|
4
|
-
minDate: Date;
|
|
5
|
-
maxDate: Date;
|
|
6
|
-
hoveredMonth: Date;
|
|
7
|
-
selectedDate: Date;
|
|
8
|
-
selectedRange: Date[];
|
|
9
|
-
displayMonths: number;
|
|
10
|
-
monthIndex: number;
|
|
11
|
-
}
|
|
12
|
-
export declare function flagMonthsCalendar(monthCalendar: MonthsCalendarViewModel, options: Partial<FlagMonthCalendarOptions>): MonthsCalendarViewModel;
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import { YearsCalendarViewModel } from '../models';
|
|
2
|
-
export interface FlagYearsCalendarOptions {
|
|
3
|
-
isDisabled: boolean;
|
|
4
|
-
minDate: Date;
|
|
5
|
-
maxDate: Date;
|
|
6
|
-
hoveredYear: Date;
|
|
7
|
-
selectedDate: Date;
|
|
8
|
-
selectedRange: Date[];
|
|
9
|
-
displayMonths: number;
|
|
10
|
-
yearIndex: number;
|
|
11
|
-
isToday: boolean;
|
|
12
|
-
}
|
|
13
|
-
export declare function flagYearsCalendar(yearsCalendar: YearsCalendarViewModel, options: Partial<FlagYearsCalendarOptions>): YearsCalendarViewModel;
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
import { DatepickerFormatOptions, YearsCalendarViewModel } from '../models';
|
|
2
|
-
export declare const yearsPerCalendar: number;
|
|
3
|
-
export declare const initialYearShift: number;
|
|
4
|
-
export declare function formatYearsCalendar(viewDate: Date, formatOptions: DatepickerFormatOptions, previousInitialDate?: Date, currentSelectedYear?: Date): YearsCalendarViewModel;
|
|
@@ -1,86 +0,0 @@
|
|
|
1
|
-
import { TimeUnit } from 'ngx-bootstrap/chronos';
|
|
2
|
-
export type BsDatepickerViewMode = 'day' | 'month' | 'year';
|
|
3
|
-
/** *************** */
|
|
4
|
-
export interface NavigationViewModel {
|
|
5
|
-
monthTitle: string;
|
|
6
|
-
yearTitle: string;
|
|
7
|
-
hideLeftArrow: boolean;
|
|
8
|
-
hideRightArrow: boolean;
|
|
9
|
-
disableLeftArrow: boolean;
|
|
10
|
-
disableRightArrow: boolean;
|
|
11
|
-
}
|
|
12
|
-
export interface CalendarCellViewModel {
|
|
13
|
-
date: Date;
|
|
14
|
-
label: string;
|
|
15
|
-
isDisabled?: boolean;
|
|
16
|
-
isHovered?: boolean;
|
|
17
|
-
isSelected?: boolean;
|
|
18
|
-
isToday?: boolean;
|
|
19
|
-
}
|
|
20
|
-
/** *************** */
|
|
21
|
-
export interface DayViewModel extends CalendarCellViewModel {
|
|
22
|
-
isOtherMonth?: boolean;
|
|
23
|
-
isInRange?: boolean;
|
|
24
|
-
isSelectionStart?: boolean;
|
|
25
|
-
isSelectionEnd?: boolean;
|
|
26
|
-
isToday?: boolean;
|
|
27
|
-
monthIndex?: number;
|
|
28
|
-
weekIndex?: number;
|
|
29
|
-
dayIndex?: number;
|
|
30
|
-
}
|
|
31
|
-
export interface WeekViewModel {
|
|
32
|
-
days: DayViewModel[];
|
|
33
|
-
isHovered?: boolean;
|
|
34
|
-
}
|
|
35
|
-
export interface DaysCalendarViewModel extends NavigationViewModel {
|
|
36
|
-
weeks: WeekViewModel[];
|
|
37
|
-
month: Date;
|
|
38
|
-
weekdays: string[];
|
|
39
|
-
}
|
|
40
|
-
/** *************** */
|
|
41
|
-
export interface MonthsCalendarViewModel extends NavigationViewModel {
|
|
42
|
-
months: CalendarCellViewModel[][];
|
|
43
|
-
}
|
|
44
|
-
export interface YearsCalendarViewModel extends NavigationViewModel {
|
|
45
|
-
years: CalendarCellViewModel[][];
|
|
46
|
-
}
|
|
47
|
-
/** *************** */
|
|
48
|
-
export interface DaysCalendarModel {
|
|
49
|
-
daysMatrix: Date[][];
|
|
50
|
-
month: Date;
|
|
51
|
-
}
|
|
52
|
-
/** *************** */
|
|
53
|
-
export interface MonthViewOptions {
|
|
54
|
-
width?: number;
|
|
55
|
-
height?: number;
|
|
56
|
-
firstDayOfWeek?: number;
|
|
57
|
-
}
|
|
58
|
-
/** *************** */
|
|
59
|
-
export interface DatepickerFormatOptions {
|
|
60
|
-
locale?: string;
|
|
61
|
-
monthTitle?: string;
|
|
62
|
-
yearTitle?: string;
|
|
63
|
-
dayLabel?: string;
|
|
64
|
-
monthLabel?: string;
|
|
65
|
-
yearLabel?: string;
|
|
66
|
-
}
|
|
67
|
-
export interface DatepickerRenderOptions {
|
|
68
|
-
displayMonths: number;
|
|
69
|
-
}
|
|
70
|
-
/** *************** */
|
|
71
|
-
export declare enum BsNavigationDirection {
|
|
72
|
-
UP = 0,
|
|
73
|
-
DOWN = 1
|
|
74
|
-
}
|
|
75
|
-
export interface BsNavigationEvent {
|
|
76
|
-
direction?: BsNavigationDirection;
|
|
77
|
-
step?: TimeUnit;
|
|
78
|
-
}
|
|
79
|
-
export interface BsViewNavigationEvent {
|
|
80
|
-
unit?: TimeUnit;
|
|
81
|
-
viewMode: BsDatepickerViewMode;
|
|
82
|
-
}
|
|
83
|
-
export interface CellHoverEvent {
|
|
84
|
-
cell: CalendarCellViewModel;
|
|
85
|
-
isHovered: boolean;
|
|
86
|
-
}
|
|
@@ -1,34 +0,0 @@
|
|
|
1
|
-
import { TimeUnit } from 'ngx-bootstrap/chronos';
|
|
2
|
-
import { Action } from 'ngx-bootstrap/mini-ngrx';
|
|
3
|
-
import { BsDatepickerViewMode, BsViewNavigationEvent, CellHoverEvent, DatepickerRenderOptions } from '../models';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
export declare class BsDatepickerActions {
|
|
6
|
-
static readonly CALCULATE: string;
|
|
7
|
-
static readonly CHANGE_VIEWMODE: string;
|
|
8
|
-
static readonly FLAG: string;
|
|
9
|
-
static readonly FORMAT: string;
|
|
10
|
-
static readonly HOVER: string;
|
|
11
|
-
static readonly NAVIGATE_OFFSET: string;
|
|
12
|
-
static readonly NAVIGATE_TO: string;
|
|
13
|
-
static readonly SELECT: string;
|
|
14
|
-
static readonly SELECT_RANGE: string;
|
|
15
|
-
static readonly SET_IS_DISABLED: string;
|
|
16
|
-
static readonly SET_MAX_DATE: string;
|
|
17
|
-
static readonly SET_MIN_DATE: string;
|
|
18
|
-
static readonly SET_OPTIONS: string;
|
|
19
|
-
calculate(): Action;
|
|
20
|
-
format(): Action;
|
|
21
|
-
flag(): Action;
|
|
22
|
-
select(date?: Date): Action;
|
|
23
|
-
changeViewMode(event: BsDatepickerViewMode): Action;
|
|
24
|
-
navigateTo(event: BsViewNavigationEvent): Action;
|
|
25
|
-
navigateStep(step?: TimeUnit): Action;
|
|
26
|
-
setOptions(options: DatepickerRenderOptions): Action;
|
|
27
|
-
selectRange(value?: (Date | undefined)[] | undefined): Action;
|
|
28
|
-
hoverDay(event: CellHoverEvent): Action;
|
|
29
|
-
minDate(date?: Date): Action;
|
|
30
|
-
maxDate(date?: Date): Action;
|
|
31
|
-
isDisabled(value?: boolean): Action;
|
|
32
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<BsDatepickerActions, never>;
|
|
33
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<BsDatepickerActions>;
|
|
34
|
-
}
|
|
@@ -1,34 +0,0 @@
|
|
|
1
|
-
import { Observable } from 'rxjs';
|
|
2
|
-
import { BsDatepickerAbstractComponent } from '../base/bs-datepicker-container';
|
|
3
|
-
import { BsDatepickerConfig } from '../bs-datepicker.config';
|
|
4
|
-
import { BsDatepickerViewMode, DatepickerRenderOptions, DaysCalendarViewModel, MonthsCalendarViewModel, YearsCalendarViewModel } from '../models';
|
|
5
|
-
import { BsDatepickerActions } from './bs-datepicker.actions';
|
|
6
|
-
import { BsDatepickerStore } from './bs-datepicker.store';
|
|
7
|
-
import * as i0 from "@angular/core";
|
|
8
|
-
export declare class BsDatepickerEffects {
|
|
9
|
-
private _actions;
|
|
10
|
-
viewMode?: Observable<BsDatepickerViewMode>;
|
|
11
|
-
daysCalendar?: Observable<DaysCalendarViewModel[]>;
|
|
12
|
-
monthsCalendar?: Observable<MonthsCalendarViewModel[]>;
|
|
13
|
-
yearsCalendar?: Observable<YearsCalendarViewModel[]>;
|
|
14
|
-
options?: Observable<DatepickerRenderOptions>;
|
|
15
|
-
private _store?;
|
|
16
|
-
private _subs;
|
|
17
|
-
constructor(_actions: BsDatepickerActions);
|
|
18
|
-
init(_bsDatepickerStore: BsDatepickerStore): BsDatepickerEffects;
|
|
19
|
-
/** setters */
|
|
20
|
-
setValue(value?: Date): void;
|
|
21
|
-
setRangeValue(value?: (Date | undefined)[] | undefined): void;
|
|
22
|
-
setMinDate(value?: Date): BsDatepickerEffects;
|
|
23
|
-
setMaxDate(value?: Date): BsDatepickerEffects;
|
|
24
|
-
setDisabled(value?: boolean): BsDatepickerEffects;
|
|
25
|
-
setOptions(_config: BsDatepickerConfig): BsDatepickerEffects;
|
|
26
|
-
/** view to mode bindings */
|
|
27
|
-
setBindings(container: BsDatepickerAbstractComponent): BsDatepickerEffects;
|
|
28
|
-
/** event handlers */
|
|
29
|
-
setEventHandlers(container: BsDatepickerAbstractComponent): BsDatepickerEffects;
|
|
30
|
-
registerDatepickerSideEffects(): BsDatepickerEffects;
|
|
31
|
-
destroy(): void;
|
|
32
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<BsDatepickerEffects, never>;
|
|
33
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<BsDatepickerEffects>;
|
|
34
|
-
}
|
|
@@ -1,34 +0,0 @@
|
|
|
1
|
-
import { BsDatepickerViewMode, DatepickerFormatOptions, DatepickerRenderOptions, DaysCalendarModel, DaysCalendarViewModel, MonthsCalendarViewModel, MonthViewOptions, YearsCalendarViewModel } from '../models';
|
|
2
|
-
export interface BsDatepickerViewState {
|
|
3
|
-
date: Date;
|
|
4
|
-
mode: BsDatepickerViewMode;
|
|
5
|
-
}
|
|
6
|
-
export declare class BsDatepickerState implements DatepickerRenderOptions, DatepickerFormatOptions {
|
|
7
|
-
selectedDate?: Date;
|
|
8
|
-
selectedRange?: Date[];
|
|
9
|
-
view?: BsDatepickerViewState;
|
|
10
|
-
isDisabled?: boolean;
|
|
11
|
-
minDate?: Date;
|
|
12
|
-
maxDate?: Date;
|
|
13
|
-
minMode?: BsDatepickerViewMode;
|
|
14
|
-
hoveredDate?: Date;
|
|
15
|
-
hoveredMonth?: Date;
|
|
16
|
-
hoveredYear?: Date;
|
|
17
|
-
monthsModel?: DaysCalendarModel[];
|
|
18
|
-
formattedMonths?: DaysCalendarViewModel[];
|
|
19
|
-
flaggedMonths?: DaysCalendarViewModel[];
|
|
20
|
-
preventChangeToNextMonth?: boolean;
|
|
21
|
-
monthsCalendar?: MonthsCalendarViewModel[];
|
|
22
|
-
flaggedMonthsCalendar?: MonthsCalendarViewModel[];
|
|
23
|
-
yearsCalendarModel?: YearsCalendarViewModel[];
|
|
24
|
-
yearsCalendarFlagged?: YearsCalendarViewModel[];
|
|
25
|
-
monthViewOptions?: MonthViewOptions;
|
|
26
|
-
displayMonths: number;
|
|
27
|
-
locale?: string;
|
|
28
|
-
monthTitle?: string;
|
|
29
|
-
yearTitle?: string;
|
|
30
|
-
dayLabel?: string;
|
|
31
|
-
monthLabel?: string;
|
|
32
|
-
yearLabel?: string;
|
|
33
|
-
}
|
|
34
|
-
export declare const initialDatepickerState: BsDatepickerState;
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import { MiniStore } from 'ngx-bootstrap/mini-ngrx';
|
|
2
|
-
import { BsDatepickerState } from './bs-datepicker.state';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class BsDatepickerStore extends MiniStore<BsDatepickerState> {
|
|
5
|
-
constructor();
|
|
6
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<BsDatepickerStore, never>;
|
|
7
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<BsDatepickerStore>;
|
|
8
|
-
}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
export declare class HeaderTypeService {
|
|
3
|
-
private isMobileSubject;
|
|
4
|
-
private calendarTypeSubject;
|
|
5
|
-
private headerTypeSubject;
|
|
6
|
-
getCalendarType$(): import("rxjs").Observable<string>;
|
|
7
|
-
setCalendarType(value: string): void;
|
|
8
|
-
getCalendarType(): string;
|
|
9
|
-
getHeaderType$(): import("rxjs").Observable<"self" | "integrate">;
|
|
10
|
-
setHeaderType(value: 'self' | 'integrate'): void;
|
|
11
|
-
getHeaderType(): 'self' | 'integrate';
|
|
12
|
-
getIsMobile$(): import("rxjs").Observable<boolean>;
|
|
13
|
-
setIsMobile(value: boolean): void;
|
|
14
|
-
getIsMobile(): boolean;
|
|
15
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<HeaderTypeService, never>;
|
|
16
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<HeaderTypeService>;
|
|
17
|
-
}
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import { BsDatepickerState } from '../reducer/bs-datepicker.state';
|
|
2
|
-
export declare function getStartingDayOfCalendar(date: Date, options: {
|
|
3
|
-
firstDayOfWeek?: number;
|
|
4
|
-
}): Date;
|
|
5
|
-
export declare function calculateDateOffset(weekday: number, startingDayOffset?: number): number;
|
|
6
|
-
export declare function isMonthDisabled(date: Date, min?: Date, max?: Date): boolean;
|
|
7
|
-
export declare function isYearDisabled(date: Date, min?: Date, max?: Date): boolean;
|
|
8
|
-
export declare function getYearsCalendarInitialDate(state: BsDatepickerState, calendarIndex?: number): Date | undefined;
|
|
9
|
-
export declare function checkRangesWithMaxDate(ranges?: BsCustomDates[], maxDate?: Date): BsCustomDates[] | undefined;
|
|
10
|
-
export declare function checkBsValue(date?: Array<Date> | Date | (Date | undefined)[], maxDate?: Date): Array<Date> | Date | (Date | undefined)[] | undefined;
|
|
11
|
-
export interface BsCustomDates {
|
|
12
|
-
value: Date | Date[];
|
|
13
|
-
}
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import { PipeTransform } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class DateAbbreviationPipe implements PipeTransform {
|
|
4
|
-
monthAbbreviations: {
|
|
5
|
-
[key: string]: {
|
|
6
|
-
[key: string]: string;
|
|
7
|
-
};
|
|
8
|
-
};
|
|
9
|
-
transform(date: string, lang?: string, monthAbbreviation?: boolean): string;
|
|
10
|
-
private formatDate;
|
|
11
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<DateAbbreviationPipe, never>;
|
|
12
|
-
static ɵpipe: i0.ɵɵPipeDeclaration<DateAbbreviationPipe, "dateFormating", false>;
|
|
13
|
-
}
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import { TimeUnit } from 'ngx-bootstrap/chronos';
|
|
2
|
-
export type CreateMatrixCb<T> = (date: Date) => T;
|
|
3
|
-
export interface MatrixOptions {
|
|
4
|
-
height: number;
|
|
5
|
-
width: number;
|
|
6
|
-
initialDate: Date;
|
|
7
|
-
shift: TimeUnit;
|
|
8
|
-
}
|
|
9
|
-
export declare function createMatrix<T>(options: MatrixOptions, fn: CreateMatrixCb<T>): T[][];
|
|
@@ -1,57 +0,0 @@
|
|
|
1
|
-
import { EventEmitter, OnChanges, OnInit, SimpleChanges } from '@angular/core';
|
|
2
|
-
import { BsDatepickerViewMode } from "./datepicker/models";
|
|
3
|
-
import { BsDatepickerConfig } from "./datepicker/bs-datepicker.config";
|
|
4
|
-
import { HeaderTypeService } from "./datepicker/services/header-type.service";
|
|
5
|
-
import * as i0 from "@angular/core";
|
|
6
|
-
export declare class GravityCalendarV2Component implements OnInit, OnChanges {
|
|
7
|
-
headerTypeService: HeaderTypeService;
|
|
8
|
-
clearable: boolean;
|
|
9
|
-
currentLang: string;
|
|
10
|
-
cypressTag: string;
|
|
11
|
-
hasError: boolean;
|
|
12
|
-
isDisabled: boolean;
|
|
13
|
-
isReadonly: boolean;
|
|
14
|
-
label: string;
|
|
15
|
-
placeholder: string;
|
|
16
|
-
required: boolean;
|
|
17
|
-
supportText: string;
|
|
18
|
-
minDate: Date;
|
|
19
|
-
maxDate: Date;
|
|
20
|
-
size: 'sm' | 'md';
|
|
21
|
-
labelSize: 'sm' | 'md' | 'lg';
|
|
22
|
-
inputType: 'field' | 'label';
|
|
23
|
-
width: 'short' | 'medium' | 'full' | 'fit';
|
|
24
|
-
calendarType: BsDatepickerViewMode;
|
|
25
|
-
calendarMode: 'single' | 'double';
|
|
26
|
-
selectionMode: 'date' | 'range';
|
|
27
|
-
customDate?: Date;
|
|
28
|
-
customDates?: Date[];
|
|
29
|
-
calendarResponse: EventEmitter<Date[] | Date>;
|
|
30
|
-
calendarConfiguration: Partial<BsDatepickerConfig>;
|
|
31
|
-
readonly elementId: string;
|
|
32
|
-
displayRangePicker: boolean;
|
|
33
|
-
focusInput: boolean;
|
|
34
|
-
isMobile: boolean;
|
|
35
|
-
inputLabel: string;
|
|
36
|
-
private defaultMinDate;
|
|
37
|
-
private defaultMaxDate;
|
|
38
|
-
selectedDate: Date;
|
|
39
|
-
selectedDates: Date[];
|
|
40
|
-
showMobileCalendar: boolean;
|
|
41
|
-
isCalendarOpen: boolean;
|
|
42
|
-
constructor(headerTypeService: HeaderTypeService);
|
|
43
|
-
ngOnInit(): void;
|
|
44
|
-
ngOnChanges(changes: SimpleChanges): void;
|
|
45
|
-
private updateConfig;
|
|
46
|
-
updateSelectedDate($event: Date | Date[]): void;
|
|
47
|
-
resetCalendar(): void;
|
|
48
|
-
getGtCalendarContainer(): string;
|
|
49
|
-
getStatus(): string;
|
|
50
|
-
private formatDate;
|
|
51
|
-
private onResize;
|
|
52
|
-
openMobileCalendar(): void;
|
|
53
|
-
closeMobileCalendar(): void;
|
|
54
|
-
restartCalendarType(): void;
|
|
55
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<GravityCalendarV2Component, never>;
|
|
56
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<GravityCalendarV2Component, "gravity-calendar-v2", never, { "clearable": { "alias": "clearable"; "required": false; }; "currentLang": { "alias": "currentLang"; "required": false; }; "cypressTag": { "alias": "cypressTag"; "required": false; }; "hasError": { "alias": "hasError"; "required": false; }; "isDisabled": { "alias": "isDisabled"; "required": false; }; "isReadonly": { "alias": "isReadonly"; "required": false; }; "label": { "alias": "label"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "required": { "alias": "required"; "required": false; }; "supportText": { "alias": "supportText"; "required": false; }; "minDate": { "alias": "minDate"; "required": false; }; "maxDate": { "alias": "maxDate"; "required": false; }; "size": { "alias": "size"; "required": false; }; "labelSize": { "alias": "labelSize"; "required": false; }; "inputType": { "alias": "inputType"; "required": false; }; "width": { "alias": "width"; "required": false; }; "calendarType": { "alias": "calendarType"; "required": false; }; "calendarMode": { "alias": "calendarMode"; "required": false; }; "selectionMode": { "alias": "selectionMode"; "required": false; }; "customDate": { "alias": "customDate"; "required": false; }; "customDates": { "alias": "customDates"; "required": false; }; }, { "calendarResponse": "response"; }, never, never, false, never>;
|
|
57
|
-
}
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
import { EventEmitter } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class GravityCardButtonComponent {
|
|
4
|
-
cypressTag: string;
|
|
5
|
-
label: string;
|
|
6
|
-
iconName: string;
|
|
7
|
-
fullWidth: boolean;
|
|
8
|
-
type: 'primary' | 'secondary';
|
|
9
|
-
state: 'active' | 'pressed' | 'disabled' | 'selected';
|
|
10
|
-
orientation: 'vrt-center' | 'vrt-left' | 'vrt-right' | 'hrt-center' | 'hrt-auto';
|
|
11
|
-
clicked: EventEmitter<void>;
|
|
12
|
-
onCardButtonClick(): void;
|
|
13
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<GravityCardButtonComponent, never>;
|
|
14
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<GravityCardButtonComponent, "gravity-card-button", never, { "cypressTag": { "alias": "cypressTag"; "required": false; }; "label": { "alias": "label"; "required": false; }; "iconName": { "alias": "iconName"; "required": false; }; "fullWidth": { "alias": "fullWidth"; "required": false; }; "type": { "alias": "type"; "required": false; }; "state": { "alias": "state"; "required": false; }; "orientation": { "alias": "orientation"; "required": false; }; }, { "clicked": "clicked"; }, never, never, false, never>;
|
|
15
|
-
}
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
import { AfterViewInit, EventEmitter, OnChanges, SimpleChanges } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class GravityCheckboxComponent implements AfterViewInit, OnChanges {
|
|
4
|
-
cypressTag: string;
|
|
5
|
-
checked: boolean;
|
|
6
|
-
disabled: boolean;
|
|
7
|
-
name: string;
|
|
8
|
-
size: 'md' | 'sm';
|
|
9
|
-
value: string;
|
|
10
|
-
isPartial: boolean;
|
|
11
|
-
change: EventEmitter<{
|
|
12
|
-
value: string;
|
|
13
|
-
checked: boolean;
|
|
14
|
-
}>;
|
|
15
|
-
isCheckboxChecked: boolean;
|
|
16
|
-
ngAfterViewInit(): void;
|
|
17
|
-
ngOnChanges(changes: SimpleChanges): void;
|
|
18
|
-
toggleCheckbox(): void;
|
|
19
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<GravityCheckboxComponent, never>;
|
|
20
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<GravityCheckboxComponent, "gravity-checkbox", never, { "cypressTag": { "alias": "cypressTag"; "required": false; }; "checked": { "alias": "checked"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "name": { "alias": "name"; "required": false; }; "size": { "alias": "size"; "required": false; }; "value": { "alias": "value"; "required": false; }; "isPartial": { "alias": "isPartial"; "required": false; }; }, { "change": "change"; }, never, ["*"], false, never>;
|
|
21
|
-
}
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
import { EventEmitter } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export interface GravityChipItem {
|
|
4
|
-
label: string;
|
|
5
|
-
id: number;
|
|
6
|
-
icon?: string;
|
|
7
|
-
cypressTag?: string;
|
|
8
|
-
}
|
|
9
|
-
export declare class GravityChipGroupComponent {
|
|
10
|
-
disabled: boolean;
|
|
11
|
-
size: 'sm' | 'md';
|
|
12
|
-
items: GravityChipItem[];
|
|
13
|
-
clickOnChip: EventEmitter<any[]>;
|
|
14
|
-
selectedItems: GravityChipItem[];
|
|
15
|
-
toggleSelection(item: GravityChipItem): void;
|
|
16
|
-
isSelected(item: GravityChipItem): boolean;
|
|
17
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<GravityChipGroupComponent, never>;
|
|
18
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<GravityChipGroupComponent, "gravity-chip-group", never, { "disabled": { "alias": "disabled"; "required": false; }; "size": { "alias": "size"; "required": false; }; "items": { "alias": "items"; "required": false; }; }, { "clickOnChip": "clickOnChip"; }, never, never, false, never>;
|
|
19
|
-
}
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
export declare class GravityCurrencyComponent {
|
|
3
|
-
cypressTag: string;
|
|
4
|
-
disabled: boolean;
|
|
5
|
-
size: 'xs-12' | 'sm-16' | 'md-24' | 'lg-32' | 'xl-40';
|
|
6
|
-
currency: {
|
|
7
|
-
currency_iso: string;
|
|
8
|
-
network_iso?: string;
|
|
9
|
-
};
|
|
10
|
-
showLayers: boolean;
|
|
11
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<GravityCurrencyComponent, never>;
|
|
12
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<GravityCurrencyComponent, "gravity-currency", never, { "cypressTag": { "alias": "cypressTag"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "size": { "alias": "size"; "required": false; }; "currency": { "alias": "currency"; "required": false; }; "showLayers": { "alias": "showLayers"; "required": false; }; }, {}, never, never, false, never>;
|
|
13
|
-
}
|