@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,17 +0,0 @@
|
|
|
1
|
-
import { EventEmitter } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class GravityTabSecondaryComponent {
|
|
4
|
-
selected: number;
|
|
5
|
-
size: 'sm' | 'md';
|
|
6
|
-
fullWidth: boolean;
|
|
7
|
-
tabs: {
|
|
8
|
-
title: string;
|
|
9
|
-
icon: string;
|
|
10
|
-
cypressTag: string;
|
|
11
|
-
disabled?: boolean;
|
|
12
|
-
}[];
|
|
13
|
-
pressed: EventEmitter<number>;
|
|
14
|
-
setActiveTab(index: number): void;
|
|
15
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<GravityTabSecondaryComponent, never>;
|
|
16
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<GravityTabSecondaryComponent, "gravity-tab-secondary", never, { "selected": { "alias": "selected"; "required": false; }; "size": { "alias": "size"; "required": false; }; "fullWidth": { "alias": "fullWidth"; "required": false; }; "tabs": { "alias": "tabs"; "required": false; }; }, { "pressed": "pressed"; }, never, never, false, never>;
|
|
17
|
-
}
|
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
import { AfterViewInit, ElementRef, OnChanges, Renderer2, SimpleChanges } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class GravityTableComponent implements AfterViewInit, OnChanges {
|
|
4
|
-
private readonly renderer;
|
|
5
|
-
tableDensity: 'standard' | 'compressed';
|
|
6
|
-
tableSizeInput: 'xl' | 'lg' | 'md' | 'sm' | 'auto';
|
|
7
|
-
readonly tableContainer: ElementRef;
|
|
8
|
-
private tableElement;
|
|
9
|
-
tableId: string;
|
|
10
|
-
tableSize: 'xl' | 'lg' | 'md' | 'sm';
|
|
11
|
-
constructor(renderer: Renderer2);
|
|
12
|
-
ngAfterViewInit(): void;
|
|
13
|
-
ngOnChanges(changes: SimpleChanges): void;
|
|
14
|
-
private getTableHeaders;
|
|
15
|
-
initializeComponent(): void;
|
|
16
|
-
private initializeTable;
|
|
17
|
-
private adjustTableDensity;
|
|
18
|
-
private adjustButtonsSize;
|
|
19
|
-
private onResize;
|
|
20
|
-
private adjustTableSize;
|
|
21
|
-
private adjustTable;
|
|
22
|
-
private appendNodesList;
|
|
23
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<GravityTableComponent, never>;
|
|
24
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<GravityTableComponent, "gravity-table", never, { "tableDensity": { "alias": "tableDensity"; "required": false; }; "tableSizeInput": { "alias": "tableSizeInput"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
25
|
-
}
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
export declare class GravityTablesV2Component {
|
|
3
|
-
type: 'card-view' | 'table-view' | 'table-view-divider';
|
|
4
|
-
rowSize: 'xxs' | 'xs' | 'sm';
|
|
5
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<GravityTablesV2Component, never>;
|
|
6
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<GravityTablesV2Component, "gravity-tables-v2", never, { "type": { "alias": "type"; "required": false; }; "rowSize": { "alias": "rowSize"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
7
|
-
}
|
|
@@ -1,62 +0,0 @@
|
|
|
1
|
-
import { ElementRef, EventEmitter, OnChanges, OnInit, SimpleChanges } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class GravityTextFieldComponent implements OnInit, OnChanges {
|
|
4
|
-
leftIconResponse: EventEmitter<void>;
|
|
5
|
-
rightIconResponse: EventEmitter<void>;
|
|
6
|
-
textFieldValueResponse: EventEmitter<string>;
|
|
7
|
-
inputElement: ElementRef<HTMLInputElement>;
|
|
8
|
-
textAreaElement: ElementRef<HTMLInputElement>;
|
|
9
|
-
currentLang: string;
|
|
10
|
-
customInputValue: string;
|
|
11
|
-
customState: 'default' | 'active' | 'hover' | 'typing' | 'typed' | 'typed-error' | 'typed-positive' | 'disabled' | 'readonly' | 'autofill';
|
|
12
|
-
cypressTag: string;
|
|
13
|
-
label: string;
|
|
14
|
-
prefix: string;
|
|
15
|
-
required: boolean;
|
|
16
|
-
supportText: string;
|
|
17
|
-
textFieldType: 'input' | 'textarea';
|
|
18
|
-
clickOnLeftIcon: boolean;
|
|
19
|
-
clickOnRightIcon: boolean;
|
|
20
|
-
iconColor: string;
|
|
21
|
-
iconLeft: string;
|
|
22
|
-
iconRight: string;
|
|
23
|
-
autocomplete: string;
|
|
24
|
-
inputContentType: 'email' | 'number' | 'password' | 'tel' | 'date' | 'text';
|
|
25
|
-
placeholder: string;
|
|
26
|
-
validations: {
|
|
27
|
-
maxLength?: number;
|
|
28
|
-
minLength?: number;
|
|
29
|
-
};
|
|
30
|
-
size: 'sm' | 'md';
|
|
31
|
-
width: 'short' | 'medium' | 'full' | 'fit';
|
|
32
|
-
labelExtraText: string;
|
|
33
|
-
characterCounter: boolean;
|
|
34
|
-
passwordRequirements: {
|
|
35
|
-
key: string;
|
|
36
|
-
label: string;
|
|
37
|
-
isValid: boolean;
|
|
38
|
-
}[];
|
|
39
|
-
supportTextIcon: string;
|
|
40
|
-
focusInput: boolean;
|
|
41
|
-
hasUserTyped: boolean;
|
|
42
|
-
isPasswordField: boolean;
|
|
43
|
-
characterLimit: boolean;
|
|
44
|
-
allPasswordRequirementsValid: boolean;
|
|
45
|
-
inputValue: string;
|
|
46
|
-
ngOnInit(): void;
|
|
47
|
-
ngOnChanges(changes: SimpleChanges): void;
|
|
48
|
-
focus(): void;
|
|
49
|
-
isFocused(): boolean;
|
|
50
|
-
getPlaceholder(): string;
|
|
51
|
-
clearInput(): void;
|
|
52
|
-
changeInputValue(clearInput?: boolean): void;
|
|
53
|
-
handleIconClick(iconPosition: 'left' | 'right'): void;
|
|
54
|
-
getTextFieldStatus(): string;
|
|
55
|
-
getTextFieldInputFontSize(): string;
|
|
56
|
-
isNewIcon(iconPosition: 'left' | 'right'): boolean;
|
|
57
|
-
get hasInvalidPasswordRequirements(): boolean;
|
|
58
|
-
onKeyDownEvent($event: KeyboardEvent): void;
|
|
59
|
-
formatDateInput(event: any): void;
|
|
60
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<GravityTextFieldComponent, never>;
|
|
61
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<GravityTextFieldComponent, "gravity-text-field", never, { "currentLang": { "alias": "currentLang"; "required": false; }; "customInputValue": { "alias": "customInputValue"; "required": false; }; "customState": { "alias": "customState"; "required": false; }; "cypressTag": { "alias": "cypressTag"; "required": false; }; "label": { "alias": "label"; "required": false; }; "prefix": { "alias": "prefix"; "required": false; }; "required": { "alias": "required"; "required": false; }; "supportText": { "alias": "supportText"; "required": false; }; "textFieldType": { "alias": "textFieldType"; "required": false; }; "clickOnLeftIcon": { "alias": "clickOnLeftIcon"; "required": false; }; "clickOnRightIcon": { "alias": "clickOnRightIcon"; "required": false; }; "iconColor": { "alias": "iconColor"; "required": false; }; "iconLeft": { "alias": "iconLeft"; "required": false; }; "iconRight": { "alias": "iconRight"; "required": false; }; "autocomplete": { "alias": "autocomplete"; "required": false; }; "inputContentType": { "alias": "inputContentType"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "validations": { "alias": "validations"; "required": false; }; "size": { "alias": "size"; "required": false; }; "width": { "alias": "width"; "required": false; }; "labelExtraText": { "alias": "labelExtraText"; "required": false; }; "characterCounter": { "alias": "characterCounter"; "required": false; }; "passwordRequirements": { "alias": "passwordRequirements"; "required": false; }; "supportTextIcon": { "alias": "supportTextIcon"; "required": false; }; }, { "leftIconResponse": "clickIconLeft"; "rightIconResponse": "clickIconRight"; "textFieldValueResponse": "response"; }, never, never, false, never>;
|
|
62
|
-
}
|
package/lib/components/gravity-text-field-amount-only/gravity-text-field-amount-only.component.d.ts
DELETED
|
@@ -1,43 +0,0 @@
|
|
|
1
|
-
import { EventEmitter, OnChanges, SimpleChanges } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
interface currency {
|
|
4
|
-
currency_id: number;
|
|
5
|
-
currency_iso: string;
|
|
6
|
-
}
|
|
7
|
-
export declare class GravityTextFieldAmountOnlyComponent implements OnChanges {
|
|
8
|
-
cypressTag: string;
|
|
9
|
-
priority: 'crypto' | 'fiat';
|
|
10
|
-
placeholder: string;
|
|
11
|
-
fiatCurrencies: {
|
|
12
|
-
defaultItem: currency;
|
|
13
|
-
items?: currency[];
|
|
14
|
-
};
|
|
15
|
-
fiatCurrenciesSize: 'sm' | 'md';
|
|
16
|
-
cryptoCurrency: currency;
|
|
17
|
-
rate: number;
|
|
18
|
-
rateDirection: 'CRYPTO_TO_FIAT' | 'FIAT_TO_CRYPTO';
|
|
19
|
-
state: 'positive' | 'negative' | null;
|
|
20
|
-
width: 'standard' | 'full';
|
|
21
|
-
disabled: boolean;
|
|
22
|
-
readonly: boolean;
|
|
23
|
-
swapCurrenciesFlag: EventEmitter<"crypto" | "fiat">;
|
|
24
|
-
changeFiat: EventEmitter<currency>;
|
|
25
|
-
amountValues: EventEmitter<{
|
|
26
|
-
valueFiat: string;
|
|
27
|
-
valueCrypto: string;
|
|
28
|
-
}>;
|
|
29
|
-
inputValue: string;
|
|
30
|
-
valueCrypto: string;
|
|
31
|
-
valueFiat: string;
|
|
32
|
-
ngOnChanges(changes: SimpleChanges): void;
|
|
33
|
-
swapCurrencies(): void;
|
|
34
|
-
updateFiatCurrency(event: any): void;
|
|
35
|
-
calculateValues(): void;
|
|
36
|
-
private sanitizeNumber;
|
|
37
|
-
private formatNumber;
|
|
38
|
-
setAmount(value: number, priority: 'fiat' | 'crypto'): void;
|
|
39
|
-
reset(priority?: 'crypto' | 'fiat'): void;
|
|
40
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<GravityTextFieldAmountOnlyComponent, never>;
|
|
41
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<GravityTextFieldAmountOnlyComponent, "gravity-text-field-amount-only", never, { "cypressTag": { "alias": "cypressTag"; "required": false; }; "priority": { "alias": "priority"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "fiatCurrencies": { "alias": "fiatCurrencies"; "required": false; }; "fiatCurrenciesSize": { "alias": "fiatCurrenciesSize"; "required": false; }; "cryptoCurrency": { "alias": "cryptoCurrency"; "required": false; }; "rate": { "alias": "rate"; "required": false; }; "rateDirection": { "alias": "rateDirection"; "required": false; }; "state": { "alias": "state"; "required": false; }; "width": { "alias": "width"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "readonly": { "alias": "readonly"; "required": false; }; }, { "swapCurrenciesFlag": "swapCurrenciesFlag"; "changeFiat": "changeFiat"; "amountValues": "amountValues"; }, never, never, false, never>;
|
|
42
|
-
}
|
|
43
|
-
export {};
|
package/lib/components/gravity-text-field-number-only/gravity-text-field-number-only.component.d.ts
DELETED
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
import { EventEmitter, Renderer2 } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class GravityTextFieldNumberOnlyComponent {
|
|
4
|
-
private readonly renderer;
|
|
5
|
-
textFieldValueResponse: EventEmitter<string>;
|
|
6
|
-
private digitContainer0;
|
|
7
|
-
private digitContainer1;
|
|
8
|
-
private digitContainer2;
|
|
9
|
-
private digitContainer3;
|
|
10
|
-
private digitContainer4;
|
|
11
|
-
private digitContainer5;
|
|
12
|
-
currentLang: string;
|
|
13
|
-
customState: 'default' | 'active' | 'hover' | 'typing' | 'typed' | 'typed-error' | 'typed-positive' | 'disabled' | 'readonly';
|
|
14
|
-
cypressTag: string;
|
|
15
|
-
label: string;
|
|
16
|
-
required: boolean;
|
|
17
|
-
size: 'sm' | 'md';
|
|
18
|
-
supportText: string;
|
|
19
|
-
labelExtraText: string;
|
|
20
|
-
focusInput: boolean;
|
|
21
|
-
inputValue: string;
|
|
22
|
-
constructor(renderer: Renderer2);
|
|
23
|
-
clearInput(): void;
|
|
24
|
-
getTextFieldStatus(): string;
|
|
25
|
-
onKeyDownEvent($event: KeyboardEvent): void;
|
|
26
|
-
returnValue(): void;
|
|
27
|
-
setFocus(textareaElement: HTMLTextAreaElement): void;
|
|
28
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<GravityTextFieldNumberOnlyComponent, never>;
|
|
29
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<GravityTextFieldNumberOnlyComponent, "gravity-text-field-number-only", never, { "currentLang": { "alias": "currentLang"; "required": false; }; "customState": { "alias": "customState"; "required": false; }; "cypressTag": { "alias": "cypressTag"; "required": false; }; "label": { "alias": "label"; "required": false; }; "required": { "alias": "required"; "required": false; }; "size": { "alias": "size"; "required": false; }; "supportText": { "alias": "supportText"; "required": false; }; "labelExtraText": { "alias": "labelExtraText"; "required": false; }; }, { "textFieldValueResponse": "response"; }, never, never, false, never>;
|
|
30
|
-
}
|
|
@@ -1,40 +0,0 @@
|
|
|
1
|
-
import { EventEmitter } from "@angular/core";
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class GravityTooltipContainerComponent {
|
|
4
|
-
cypressTag: string;
|
|
5
|
-
tooltipBanner?: any | [
|
|
6
|
-
{
|
|
7
|
-
imageUrl?: string;
|
|
8
|
-
actionContent?: {
|
|
9
|
-
text: string;
|
|
10
|
-
icon: string;
|
|
11
|
-
status: 'positive' | 'positive-secondary' | 'negative' | 'negative-secondary' | 'attention' | 'neutro' | 'disabled';
|
|
12
|
-
};
|
|
13
|
-
header?: {
|
|
14
|
-
icon: string;
|
|
15
|
-
title: string;
|
|
16
|
-
subtitle: string;
|
|
17
|
-
};
|
|
18
|
-
body?: string;
|
|
19
|
-
button?: {
|
|
20
|
-
text: string;
|
|
21
|
-
icon: string;
|
|
22
|
-
iconPosition: 'left' | 'right';
|
|
23
|
-
type: 'primary' | 'secondary' | 'tertiary' | 'positive' | 'negative';
|
|
24
|
-
};
|
|
25
|
-
}
|
|
26
|
-
];
|
|
27
|
-
tooltipSimple?: {
|
|
28
|
-
title?: string;
|
|
29
|
-
text?: string;
|
|
30
|
-
};
|
|
31
|
-
closeBanner: EventEmitter<void>;
|
|
32
|
-
actionButton: EventEmitter<void>;
|
|
33
|
-
currentPage: number;
|
|
34
|
-
get currentBanner(): any;
|
|
35
|
-
changePage(event: any): void;
|
|
36
|
-
closeBannerTooltip(): void;
|
|
37
|
-
actionButtonClicked(): void;
|
|
38
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<GravityTooltipContainerComponent, never>;
|
|
39
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<GravityTooltipContainerComponent, "gravity-tooltip-container", never, { "cypressTag": { "alias": "cypressTag"; "required": false; }; "tooltipBanner": { "alias": "tooltipBanner"; "required": false; }; "tooltipSimple": { "alias": "tooltipSimple"; "required": false; }; }, { "closeBanner": "closeBanner"; "actionButton": "actionButton"; }, never, never, false, never>;
|
|
40
|
-
}
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
import { EventEmitter, OnChanges, OnDestroy, SimpleChanges } from '@angular/core';
|
|
2
|
-
import { TreeService } from "./service/tree-service";
|
|
3
|
-
import { NodeItem } from "./models/node-item";
|
|
4
|
-
import { TreeCallbacks } from "./models/tree-callbacks";
|
|
5
|
-
import * as i0 from "@angular/core";
|
|
6
|
-
export declare class GravityTreeViewComponent implements OnDestroy, OnChanges {
|
|
7
|
-
readonly treeService: TreeService;
|
|
8
|
-
private readonly treeServiceSubscription;
|
|
9
|
-
callbacks: TreeCallbacks;
|
|
10
|
-
nodeItems: NodeItem<any>[];
|
|
11
|
-
showFilterInput: boolean;
|
|
12
|
-
selectedItems: EventEmitter<any>;
|
|
13
|
-
constructor(treeService: TreeService);
|
|
14
|
-
ngOnDestroy(): void;
|
|
15
|
-
ngOnChanges(changes: SimpleChanges): void;
|
|
16
|
-
initialize(): void;
|
|
17
|
-
private initTreeStructure;
|
|
18
|
-
changeFilter(newValue: string): void;
|
|
19
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<GravityTreeViewComponent, never>;
|
|
20
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<GravityTreeViewComponent, "gravity-tree-view", never, { "callbacks": { "alias": "callbacks"; "required": false; }; "nodeItems": { "alias": "nodeItems"; "required": false; }; "showFilterInput": { "alias": "showFilterInput"; "required": false; }; }, { "selectedItems": "selectedItems"; }, never, never, false, never>;
|
|
21
|
-
}
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
import { NodeItem } from './node-item';
|
|
2
|
-
import { NodeSelectedState } from './node-selected-state';
|
|
3
|
-
export interface NodeState {
|
|
4
|
-
children: NodeState[];
|
|
5
|
-
disabled: boolean;
|
|
6
|
-
expanded: boolean;
|
|
7
|
-
filteredChildren: NodeState[];
|
|
8
|
-
hasFilteredChildren: boolean;
|
|
9
|
-
nodeItem: NodeItem<any>;
|
|
10
|
-
parent: NodeState;
|
|
11
|
-
selected: boolean;
|
|
12
|
-
selectedState: NodeSelectedState;
|
|
13
|
-
showCheckbox: boolean;
|
|
14
|
-
}
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import { NodeItem } from './node-item';
|
|
2
|
-
export interface TreeCallbacks {
|
|
3
|
-
/** Callback triggers on node selection. */
|
|
4
|
-
select?: (item: NodeItem<any>) => void;
|
|
5
|
-
/** Callback triggers on unselection of a node. */
|
|
6
|
-
unSelect?: (item: NodeItem<any>) => void;
|
|
7
|
-
/** Callback triggers on toggling of a node. */
|
|
8
|
-
toggle?: (item: NodeItem<any>) => void;
|
|
9
|
-
}
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import { TreeService } from '../../service/tree-service';
|
|
2
|
-
import { NodeState } from "../../models/node-state";
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class NodeCheckboxComponent {
|
|
5
|
-
private readonly treeService;
|
|
6
|
-
state: NodeState;
|
|
7
|
-
constructor(treeService: TreeService);
|
|
8
|
-
clickOnCheckbox(): void;
|
|
9
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<NodeCheckboxComponent, never>;
|
|
10
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<NodeCheckboxComponent, "node-checkbox", never, { "state": { "alias": "state"; "required": false; }; }, {}, never, never, false, never>;
|
|
11
|
-
}
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import { NodeState } from '../../models/node-state';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class NodeNameComponent {
|
|
4
|
-
state: NodeState;
|
|
5
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<NodeNameComponent, never>;
|
|
6
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<NodeNameComponent, "node-name", never, { "state": { "alias": "state"; "required": false; }; }, {}, never, never, false, never>;
|
|
7
|
-
}
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import { NodeState } from '../../models/node-state';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class NodeToggleComponent {
|
|
4
|
-
state: NodeState;
|
|
5
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<NodeToggleComponent, never>;
|
|
6
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<NodeToggleComponent, "node-toggle", never, { "state": { "alias": "state"; "required": false; }; }, {}, never, never, false, never>;
|
|
7
|
-
}
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import { NodeState } from '../models/node-state';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class NodeComponent {
|
|
4
|
-
nodeState: NodeState;
|
|
5
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<NodeComponent, never>;
|
|
6
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<NodeComponent, "tree-node", never, { "nodeState": { "alias": "nodeState"; "required": false; }; }, {}, never, never, false, never>;
|
|
7
|
-
}
|
|
@@ -1,42 +0,0 @@
|
|
|
1
|
-
import { OnDestroy } from '@angular/core';
|
|
2
|
-
import { BehaviorSubject, Observable } from 'rxjs';
|
|
3
|
-
import { NodeItem } from '../models/node-item';
|
|
4
|
-
import { NodeState } from '../models/node-state';
|
|
5
|
-
import { TreeCallbacks } from '../models/tree-callbacks';
|
|
6
|
-
import * as i0 from "@angular/core";
|
|
7
|
-
export declare class TreeService implements OnDestroy {
|
|
8
|
-
private readonly filterChangeSubjectSubscription;
|
|
9
|
-
callbacks: TreeCallbacks;
|
|
10
|
-
filterValue: string;
|
|
11
|
-
nodeItems: NodeItem<any>[];
|
|
12
|
-
selectedItems: any[];
|
|
13
|
-
treeState: NodeState[];
|
|
14
|
-
private filterChangeSubject;
|
|
15
|
-
selectedItemsSubject: BehaviorSubject<any[]>;
|
|
16
|
-
private selectedStates;
|
|
17
|
-
constructor();
|
|
18
|
-
ngOnDestroy(): void;
|
|
19
|
-
connect(): Observable<any[]>;
|
|
20
|
-
setInitialState(): void;
|
|
21
|
-
setInitialSelectedState(): void;
|
|
22
|
-
private traverseAndInitialize;
|
|
23
|
-
clear(): void;
|
|
24
|
-
private filterTraverse;
|
|
25
|
-
private applyFilter;
|
|
26
|
-
private filter;
|
|
27
|
-
checkboxClick(state: NodeState): void;
|
|
28
|
-
private toggleSelectedState;
|
|
29
|
-
private selectParents;
|
|
30
|
-
private setUnchecked;
|
|
31
|
-
private removeSelected;
|
|
32
|
-
private static hasNoChildren;
|
|
33
|
-
private addSelected;
|
|
34
|
-
reEvaluateSelectedState(state: NodeState): void;
|
|
35
|
-
private childStateChanged;
|
|
36
|
-
private anyChildSelected;
|
|
37
|
-
static initState(parent: NodeState, nodeItem: NodeItem<any>): NodeState;
|
|
38
|
-
private allChildrenSelected;
|
|
39
|
-
filterChanged(value: string): void;
|
|
40
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<TreeService, never>;
|
|
41
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<TreeService>;
|
|
42
|
-
}
|
|
@@ -1,85 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./components/gravity-attach-file/gravity-attach-file.component";
|
|
3
|
-
import * as i2 from "./components/gravity-avatar-stack/gravity-avatar-stack.component";
|
|
4
|
-
import * as i3 from "./components/gravity-generic-avatar/gravity-generic-avatar.component";
|
|
5
|
-
import * as i4 from "./components/gravity-badge/gravity-badge.component";
|
|
6
|
-
import * as i5 from "./components/gravity-button/gravity-button.component";
|
|
7
|
-
import * as i6 from "./components/gravity-calendar-v2/gravity-calendar-v2.component";
|
|
8
|
-
import * as i7 from "./components/gravity-checkbox/gravity-checkbox.component";
|
|
9
|
-
import * as i8 from "./components/gravity-currency/gravity-currency.component";
|
|
10
|
-
import * as i9 from "./components/gravity-currency-dropdown-short/gravity-currency-dropdown-short.component";
|
|
11
|
-
import * as i10 from "./components/gravity-data-views-v2/gravity-data-views-v2.component";
|
|
12
|
-
import * as i11 from "./components/gravity-dialog/gravity-dialog.component";
|
|
13
|
-
import * as i12 from "./components/gravity-detail-container/gravity-detail-container.component";
|
|
14
|
-
import * as i13 from "./components/gravity-dropdown-list/gravity-dropdown-list.component";
|
|
15
|
-
import * as i14 from "./components/gravity-dropdown-list-display/gravity-dropdown-list-display.component";
|
|
16
|
-
import * as i15 from "./components/gravity-icon-button/gravity-icon-button.component";
|
|
17
|
-
import * as i16 from "./components/gravity-icon/gravity-icon.component";
|
|
18
|
-
import * as i17 from "./components/gravity-multi-language/gravity-multi-language.component";
|
|
19
|
-
import * as i18 from "./components/gravity-network-pill/gravity-network-pill.component";
|
|
20
|
-
import * as i19 from "./components/gravity-notification/gravity-notification.component";
|
|
21
|
-
import * as i20 from "./components/gravity-notification-instant/gravity-notification-instant-container.component";
|
|
22
|
-
import * as i21 from "./components/gravity-radio-button/gravity-radio-button.component";
|
|
23
|
-
import * as i22 from "./components/gravity-status-indicator/gravity-status-indicator.component";
|
|
24
|
-
import * as i23 from "./components/gravity-stepper/gravity-stepper.component";
|
|
25
|
-
import * as i24 from "./components/gravity-switch/gravity-switch.component";
|
|
26
|
-
import * as i25 from "./components/gravity-table/gravity-table.component";
|
|
27
|
-
import * as i26 from "./components/gravity-tables-v2/gravity-tables-v2.component";
|
|
28
|
-
import * as i27 from "./components/gravity-text-field/gravity-text-field.component";
|
|
29
|
-
import * as i28 from "./components/gravity-text-field-amount-only/gravity-text-field-amount-only.component";
|
|
30
|
-
import * as i29 from "./components/gravity-text-field-number-only/gravity-text-field-number-only.component";
|
|
31
|
-
import * as i30 from "./components/gravity-tree-view/gravity-tree-view.component";
|
|
32
|
-
import * as i31 from "./components/gravity-tree-view/node/node.component";
|
|
33
|
-
import * as i32 from "./components/gravity-tree-view/node/node-toggle/node-toggle.component";
|
|
34
|
-
import * as i33 from "./components/gravity-tree-view/node/node-checkbox/node-checkbox.component";
|
|
35
|
-
import * as i34 from "./components/gravity-tree-view/node/node-name/node-name.component";
|
|
36
|
-
import * as i35 from "./components/gravity-dropdown-list/filter-by.pipe";
|
|
37
|
-
import * as i36 from "./components/gravity-calendar-v2/datepicker/utils/date-abbreviation.pipe";
|
|
38
|
-
import * as i37 from "./components/gravity-calendar-v2/datepicker/components/bs-days-calendar-view/bs-datepicker-day-decorator.directive";
|
|
39
|
-
import * as i38 from "./components/gravity-calendar-v2/datepicker/components/bs-datepicker-navigation-view/bs-datepicker-navigation-view.component";
|
|
40
|
-
import * as i39 from "./components/gravity-calendar-v2/datepicker/components/bs-days-calendar-view/bs-days-calendar-view.component";
|
|
41
|
-
import * as i40 from "./components/gravity-calendar-v2/datepicker/components/bs-months-calendar-view/bs-months-calendar-view.component";
|
|
42
|
-
import * as i41 from "./components/gravity-calendar-v2/datepicker/components/bs-years-calendar-view/bs-years-calendar-view.component";
|
|
43
|
-
import * as i42 from "./components/gravity-calendar-v2/datepicker/components/bs-datepicker-container.component";
|
|
44
|
-
import * as i43 from "./components/gravity-calendar-v2/datepicker/bs-datepicker.component";
|
|
45
|
-
import * as i44 from "./components/gravity-calendar-v2/datepicker/components/bs-datepicker-inline-container.component";
|
|
46
|
-
import * as i45 from "./components/gravity-calendar-v2/datepicker/bs-datepicker-inline.component";
|
|
47
|
-
import * as i46 from "./components/gravity-calendar-v2/datepicker/components/bs-daterangepicker-container.component";
|
|
48
|
-
import * as i47 from "./components/gravity-calendar-v2/datepicker/bs-daterangepicker.component";
|
|
49
|
-
import * as i48 from "./components/gravity-calendar-v2/datepicker/components/bs-daterangepicker-inline-container.component";
|
|
50
|
-
import * as i49 from "./components/gravity-calendar-v2/datepicker/bs-daterangepicker-inline.component";
|
|
51
|
-
import * as i50 from "./components/gravity-modal/gravity-modal.component";
|
|
52
|
-
import * as i51 from "./components/gravity-link/gravity-link.component";
|
|
53
|
-
import * as i52 from "./components/gravity-tab-primary/gravity-tab-primary.component";
|
|
54
|
-
import * as i53 from "./components/gravity-tab-secondary/gravity-tab-secondary.component";
|
|
55
|
-
import * as i54 from "./components/gravity-chip-group/gravity-chip-group.component";
|
|
56
|
-
import * as i55 from "./components/gravity-editable-input/gravity-editable-input.component";
|
|
57
|
-
import * as i56 from "./components/gravity-card-button/gravity-card-button.component";
|
|
58
|
-
import * as i57 from "./components/gravity-dropdown-label/gravity-dropdown-label.component";
|
|
59
|
-
import * as i58 from "./components/gravity-navigation-card/gravity-navigation-card.component";
|
|
60
|
-
import * as i59 from "./components/gravity-generic-avatar-secondary/gravity-generic-avatar-secondary.component";
|
|
61
|
-
import * as i60 from "./components/gravity-backdrop/gravity-backdrop.component";
|
|
62
|
-
import * as i61 from "./components/gravity-date-picker/gravity-date-picker.component";
|
|
63
|
-
import * as i62 from "./components/gravity-date-picker/components/day-calendar/day-calendar.component";
|
|
64
|
-
import * as i63 from "./components/gravity-date-picker/components/month-calendar/month-calendar.component";
|
|
65
|
-
import * as i64 from "./components/gravity-date-picker/components/year-calendar/year-calendar.component";
|
|
66
|
-
import * as i65 from "./components/gravity-segmented-button/gravity-segmented-button.component";
|
|
67
|
-
import * as i66 from "./components/gravity-currency-display-v2/gravity-currency-display-v2.component";
|
|
68
|
-
import * as i67 from "./layout/gravity-header/gravity-header.component";
|
|
69
|
-
import * as i68 from "./components/gravity-pagination/gravity-pagination.component";
|
|
70
|
-
import * as i69 from "./components/gravity-push-notifications/gravity-push-notifications.component";
|
|
71
|
-
import * as i70 from "./layout/gravity-menu/gravity-menu.component";
|
|
72
|
-
import * as i71 from "./components/gravity-tooltip-container/gravity-tooltip-container.component";
|
|
73
|
-
import * as i72 from "angular-svg-icon";
|
|
74
|
-
import * as i73 from "angular-svg-icon-preloader";
|
|
75
|
-
import * as i74 from "ngx-bootstrap/datepicker";
|
|
76
|
-
import * as i75 from "@angular/common";
|
|
77
|
-
import * as i76 from "@angular/forms";
|
|
78
|
-
import * as i77 from "./vendor/gravity-tooltip/gravity-tooltip.module";
|
|
79
|
-
import * as i78 from "@ng-bootstrap/ng-bootstrap";
|
|
80
|
-
import * as i79 from "@angular/router";
|
|
81
|
-
export declare class GravityDesignSystemModule {
|
|
82
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<GravityDesignSystemModule, never>;
|
|
83
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<GravityDesignSystemModule, [typeof i1.GravityAttachFileComponent, typeof i2.GravityAvatarStackComponent, typeof i3.GravityGenericAvatarComponent, typeof i4.GravityBadgeComponent, typeof i5.GravityButtonComponent, typeof i6.GravityCalendarV2Component, typeof i7.GravityCheckboxComponent, typeof i8.GravityCurrencyComponent, typeof i9.GravityCurrencyDropdownShortComponent, typeof i10.GravityDataViewsV2Component, typeof i11.GravityDialogComponent, typeof i12.GravityDetailContainerComponent, typeof i13.GravityDropdownListComponent, typeof i14.GravityDropdownListDisplayComponent, typeof i15.GravityIconButtonComponent, typeof i16.GravityIconComponent, typeof i17.GravityMultiLanguageComponent, typeof i18.GravityNetworkPillComponent, typeof i19.GravityNotificationComponent, typeof i20.GravityNotificationInstantContainerComponent, typeof i21.GravityRadioButtonComponent, typeof i22.GravityStatusIndicatorComponent, typeof i23.GravityStepperComponent, typeof i24.GravitySwitchComponent, typeof i25.GravityTableComponent, typeof i26.GravityTablesV2Component, typeof i27.GravityTextFieldComponent, typeof i28.GravityTextFieldAmountOnlyComponent, typeof i29.GravityTextFieldNumberOnlyComponent, typeof i30.GravityTreeViewComponent, typeof i31.NodeComponent, typeof i32.NodeToggleComponent, typeof i33.NodeCheckboxComponent, typeof i34.NodeNameComponent, typeof i35.FilterByPipe, typeof i36.DateAbbreviationPipe, typeof i37.BsDatepickerDayDecoratorComponent, typeof i38.BsDatepickerNavigationViewComponent, typeof i39.BsDaysCalendarViewComponent, typeof i40.BsMonthCalendarViewComponent, typeof i41.BsYearsCalendarViewComponent, typeof i42.BsDatepickerContainerComponent, typeof i43.BsDatepickerDirective, typeof i44.BsDatepickerInlineContainerComponent, typeof i45.BsDatepickerInlineDirective, typeof i46.BsDaterangepickerContainerComponent, typeof i47.BsDaterangepickerDirective, typeof i48.BsDaterangepickerInlineContainerComponent, typeof i49.BsDaterangepickerInlineDirective, typeof i50.GravityModalComponent, typeof i51.GravityLinkComponent, typeof i52.GravityTabPrimaryComponent, typeof i53.GravityTabSecondaryComponent, typeof i54.GravityChipGroupComponent, typeof i55.GravityEditableInputComponent, typeof i56.GravityCardButtonComponent, typeof i57.GravityDropdownLabelComponent, typeof i58.GravityNavigationCardComponent, typeof i59.GravityGenericAvatarSecondaryComponent, typeof i60.GravityBackdropComponent, typeof i61.GravityDatePickerComponent, typeof i62.DayCalendarComponent, typeof i63.MonthCalendarComponent, typeof i64.YearCalendarComponent, typeof i65.GravitySegmentedButtonComponent, typeof i66.GravityCurrencyDisplayV2Component, typeof i67.GravityHeaderComponent, typeof i68.GravityPaginationComponent, typeof i69.GravityPushNotificationsComponent, typeof i70.GravityMenuComponent, typeof i71.GravityTooltipContainerComponent], [typeof i72.AngularSvgIconModule, typeof i73.AngularSvgIconPreloaderModule, typeof i74.BsDatepickerModule, typeof i75.CommonModule, typeof i76.FormsModule, typeof i77.GravityTooltipModule, typeof i78.NgbDatepickerModule, typeof i78.NgbOffcanvasModule, typeof i78.NgbProgressbarModule, typeof i78.NgbToastModule, typeof i76.ReactiveFormsModule, typeof i79.RouterLink], [typeof i1.GravityAttachFileComponent, typeof i2.GravityAvatarStackComponent, typeof i3.GravityGenericAvatarComponent, typeof i4.GravityBadgeComponent, typeof i5.GravityButtonComponent, typeof i6.GravityCalendarV2Component, typeof i7.GravityCheckboxComponent, typeof i8.GravityCurrencyComponent, typeof i66.GravityCurrencyDisplayV2Component, typeof i9.GravityCurrencyDropdownShortComponent, typeof i10.GravityDataViewsV2Component, typeof i11.GravityDialogComponent, typeof i12.GravityDetailContainerComponent, typeof i13.GravityDropdownListComponent, typeof i14.GravityDropdownListDisplayComponent, typeof i15.GravityIconButtonComponent, typeof i16.GravityIconComponent, typeof i17.GravityMultiLanguageComponent, typeof i18.GravityNetworkPillComponent, typeof i20.GravityNotificationInstantContainerComponent, typeof i21.GravityRadioButtonComponent, typeof i22.GravityStatusIndicatorComponent, typeof i23.GravityStepperComponent, typeof i24.GravitySwitchComponent, typeof i25.GravityTableComponent, typeof i26.GravityTablesV2Component, typeof i27.GravityTextFieldComponent, typeof i28.GravityTextFieldAmountOnlyComponent, typeof i29.GravityTextFieldNumberOnlyComponent, typeof i77.GravityTooltipModule, typeof i30.GravityTreeViewComponent, typeof i50.GravityModalComponent, typeof i51.GravityLinkComponent, typeof i52.GravityTabPrimaryComponent, typeof i53.GravityTabSecondaryComponent, typeof i54.GravityChipGroupComponent, typeof i55.GravityEditableInputComponent, typeof i56.GravityCardButtonComponent, typeof i58.GravityNavigationCardComponent, typeof i59.GravityGenericAvatarSecondaryComponent, typeof i60.GravityBackdropComponent, typeof i61.GravityDatePickerComponent, typeof i65.GravitySegmentedButtonComponent, typeof i67.GravityHeaderComponent, typeof i68.GravityPaginationComponent, typeof i69.GravityPushNotificationsComponent, typeof i70.GravityMenuComponent, typeof i71.GravityTooltipContainerComponent]>;
|
|
84
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<GravityDesignSystemModule>;
|
|
85
|
-
}
|
|
@@ -1,36 +0,0 @@
|
|
|
1
|
-
import { EventEmitter } from '@angular/core';
|
|
2
|
-
import { NotificationViewedStatusRequest, UserNotifications } from "../../model/gravity-push-notifications.model";
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export interface BreadCrumb {
|
|
5
|
-
icon?: string;
|
|
6
|
-
list?: {
|
|
7
|
-
text: string;
|
|
8
|
-
callback?: () => void;
|
|
9
|
-
isPressed?: boolean;
|
|
10
|
-
}[];
|
|
11
|
-
}
|
|
12
|
-
export declare class GravityHeaderComponent {
|
|
13
|
-
title: string;
|
|
14
|
-
logoUrl: string;
|
|
15
|
-
longTitle: string;
|
|
16
|
-
backButton: boolean;
|
|
17
|
-
breadCrumb: BreadCrumb;
|
|
18
|
-
language: 'en' | 'es';
|
|
19
|
-
notifications: boolean;
|
|
20
|
-
resolution: 'xs' | 'sm' | 'md' | 'lg' | 'xl';
|
|
21
|
-
userNotifications: UserNotifications | undefined;
|
|
22
|
-
set isMenuOpen(value: boolean);
|
|
23
|
-
get isMenuOpen(): boolean;
|
|
24
|
-
backButtonResponse: EventEmitter<void>;
|
|
25
|
-
toggleMenuResponse: EventEmitter<boolean>;
|
|
26
|
-
viewedNotificationsResponse: EventEmitter<NotificationViewedStatusRequest>;
|
|
27
|
-
private _isMenuOpen;
|
|
28
|
-
iconToggle: boolean;
|
|
29
|
-
isBackButtonPressed: boolean;
|
|
30
|
-
toggleMenu(): void;
|
|
31
|
-
backAction(): void;
|
|
32
|
-
handleViewedNotificationsResponse($event: NotificationViewedStatusRequest): void;
|
|
33
|
-
isMobile(): boolean;
|
|
34
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<GravityHeaderComponent, never>;
|
|
35
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<GravityHeaderComponent, "gravity-header", never, { "title": { "alias": "title"; "required": false; }; "logoUrl": { "alias": "logoUrl"; "required": false; }; "longTitle": { "alias": "longTitle"; "required": false; }; "backButton": { "alias": "backButton"; "required": false; }; "breadCrumb": { "alias": "breadCrumb"; "required": false; }; "language": { "alias": "language"; "required": false; }; "notifications": { "alias": "notifications"; "required": false; }; "resolution": { "alias": "resolution"; "required": false; }; "userNotifications": { "alias": "userNotifications"; "required": false; }; "isMenuOpen": { "alias": "isMenuOpen"; "required": false; }; }, { "backButtonResponse": "backButtonResponse"; "toggleMenuResponse": "toggleMenuResponse"; "viewedNotificationsResponse": "viewedNotificationsResponse"; }, never, ["[main-actions]"], false, never>;
|
|
36
|
-
}
|
|
@@ -1,53 +0,0 @@
|
|
|
1
|
-
import { MenuHeader, MenuLogoUrls, MenuOption, SecondaryActions, UserInfo } from "../../model/gravity-menu-items.model";
|
|
2
|
-
import { ElementRef, EventEmitter, AfterViewInit, OnDestroy, OnChanges, SimpleChanges, Renderer2 } from '@angular/core';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class GravityMenuComponent implements AfterViewInit, OnChanges, OnDestroy {
|
|
5
|
-
private elRef;
|
|
6
|
-
private renderer;
|
|
7
|
-
items: MenuHeader[];
|
|
8
|
-
userInfo: UserInfo[];
|
|
9
|
-
logoUrl: MenuLogoUrls;
|
|
10
|
-
isOpen: boolean;
|
|
11
|
-
collapsable: boolean;
|
|
12
|
-
showCloseButton: boolean;
|
|
13
|
-
cardButtons: SecondaryActions[];
|
|
14
|
-
maxCardButtonsPerRow: number;
|
|
15
|
-
currentLink: string | null;
|
|
16
|
-
secondaryActions: SecondaryActions[];
|
|
17
|
-
size: 'xs' | 'sm' | 'md' | 'lg' | 'xl';
|
|
18
|
-
mainFooterAction: {
|
|
19
|
-
icon: string;
|
|
20
|
-
text: string;
|
|
21
|
-
callback?: () => void;
|
|
22
|
-
} | null;
|
|
23
|
-
close: EventEmitter<any>;
|
|
24
|
-
selected: EventEmitter<string>;
|
|
25
|
-
collapsed: EventEmitter<boolean>;
|
|
26
|
-
menuBody: ElementRef<HTMLDivElement>;
|
|
27
|
-
closing: boolean;
|
|
28
|
-
scrollPosition: number;
|
|
29
|
-
collapsedMode: boolean;
|
|
30
|
-
visibleSubMenu: boolean;
|
|
31
|
-
selectedOption: MenuOption | null;
|
|
32
|
-
private resizeObserver;
|
|
33
|
-
private clickOutsideListener;
|
|
34
|
-
constructor(elRef: ElementRef, renderer: Renderer2);
|
|
35
|
-
ngOnChanges(changes: SimpleChanges): void;
|
|
36
|
-
ngAfterViewInit(): void;
|
|
37
|
-
ngOnDestroy(): void;
|
|
38
|
-
private preselectOptionByLink;
|
|
39
|
-
private handleSizeChange;
|
|
40
|
-
selectOption(option: MenuOption, header: MenuHeader): void;
|
|
41
|
-
closeMenu(): void;
|
|
42
|
-
toggleMenuHeader(header: MenuHeader, index: number): void;
|
|
43
|
-
isHeaderSelected(header: MenuHeader): boolean;
|
|
44
|
-
getCardButtonsRows(): any[][];
|
|
45
|
-
collapseMenu(): void;
|
|
46
|
-
hasOptionBadge(header: MenuHeader): boolean;
|
|
47
|
-
clearSelection(clearSelection: boolean): void;
|
|
48
|
-
private updateOverflow;
|
|
49
|
-
private toggleAllHeaders;
|
|
50
|
-
private adjustScrollOnGrow;
|
|
51
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<GravityMenuComponent, never>;
|
|
52
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<GravityMenuComponent, "gravity-menu", never, { "items": { "alias": "items"; "required": false; }; "userInfo": { "alias": "userInfo"; "required": false; }; "logoUrl": { "alias": "logoUrl"; "required": false; }; "isOpen": { "alias": "isOpen"; "required": false; }; "collapsable": { "alias": "collapsable"; "required": false; }; "showCloseButton": { "alias": "showCloseButton"; "required": false; }; "cardButtons": { "alias": "cardButtons"; "required": false; }; "maxCardButtonsPerRow": { "alias": "maxCardButtonsPerRow"; "required": false; }; "currentLink": { "alias": "currentLink"; "required": false; }; "secondaryActions": { "alias": "secondaryActions"; "required": false; }; "size": { "alias": "size"; "required": false; }; "mainFooterAction": { "alias": "mainFooterAction"; "required": false; }; }, { "close": "close"; "selected": "selected"; "collapsed": "collapsed"; }, never, never, false, never>;
|
|
53
|
-
}
|
|
@@ -1,31 +0,0 @@
|
|
|
1
|
-
export interface MenuHeader {
|
|
2
|
-
id: string;
|
|
3
|
-
text: string;
|
|
4
|
-
icon?: string;
|
|
5
|
-
link?: string;
|
|
6
|
-
collapsed?: boolean;
|
|
7
|
-
cypress_tag?: string;
|
|
8
|
-
permission_tag?: string;
|
|
9
|
-
headerOptions?: MenuOption[];
|
|
10
|
-
}
|
|
11
|
-
export interface MenuOption {
|
|
12
|
-
text: string;
|
|
13
|
-
link?: string;
|
|
14
|
-
disabled?: boolean;
|
|
15
|
-
badge_text?: string;
|
|
16
|
-
cypress_tag?: string;
|
|
17
|
-
}
|
|
18
|
-
export interface SecondaryActions {
|
|
19
|
-
icon?: string;
|
|
20
|
-
text?: string;
|
|
21
|
-
callback?: () => void;
|
|
22
|
-
clear_selection?: boolean;
|
|
23
|
-
}
|
|
24
|
-
export declare class UserInfo {
|
|
25
|
-
icon?: string;
|
|
26
|
-
info?: string;
|
|
27
|
-
}
|
|
28
|
-
export declare class MenuLogoUrls {
|
|
29
|
-
main_logo_url: string;
|
|
30
|
-
collapsed_logo_url?: string;
|
|
31
|
-
}
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
export interface UserNotifications {
|
|
2
|
-
user_id: number;
|
|
3
|
-
seenNotifications?: PushNotification[];
|
|
4
|
-
pendingNotifications?: PushNotification[];
|
|
5
|
-
}
|
|
6
|
-
export interface PushNotification {
|
|
7
|
-
bodyText?: string;
|
|
8
|
-
iconName?: string;
|
|
9
|
-
titleText?: string;
|
|
10
|
-
notification_tag: string;
|
|
11
|
-
bodyAdditionalText?: string;
|
|
12
|
-
titleAdditionalText?: string;
|
|
13
|
-
notification_viewed: boolean;
|
|
14
|
-
}
|
|
15
|
-
export interface NotificationViewedStatusRequest {
|
|
16
|
-
user_id: number;
|
|
17
|
-
push_notifications: NotificationStatusUpdate[];
|
|
18
|
-
}
|
|
19
|
-
export interface NotificationStatusUpdate {
|
|
20
|
-
tag: string;
|
|
21
|
-
new_status: string;
|
|
22
|
-
}
|