@progressio_resources/gravity-design-system 3.9.3 → 4.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/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 +92 -52
- 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 { NgbModal, NgbModalRef } from "@ng-bootstrap/ng-bootstrap";
|
|
2
|
-
import { GravityDialogContentInterface } from "../components/gravity-dialog/gravity-dialog.component";
|
|
3
|
-
import { GravityInstantNotificationsService } from "./gravity-instant-notifications.service";
|
|
4
|
-
import { GravityNotificationContent } from "../components/gravity-notification/gravity-notification-content.interface";
|
|
5
|
-
import * as i0 from "@angular/core";
|
|
6
|
-
export declare class GravityDialogManagerService {
|
|
7
|
-
private readonly ngbModal;
|
|
8
|
-
private readonly gravityInstantNotificationsService;
|
|
9
|
-
constructor(ngbModal: NgbModal, gravityInstantNotificationsService: GravityInstantNotificationsService);
|
|
10
|
-
openModal(gravityDialogContentInterface: GravityDialogContentInterface, scrollableDialog?: boolean, modalSize?: 'sm' | 'md' | 'lg' | 'xl' | 'fit', backdrop?: boolean | 'static'): NgbModalRef;
|
|
11
|
-
throwInformativeNotification(notificationContent: GravityNotificationContent): void;
|
|
12
|
-
throwInstantNotification(notificationContent: GravityNotificationContent): void;
|
|
13
|
-
closeModal(modalToClose: NgbModalRef, returnValue?: any): any;
|
|
14
|
-
closeAllModals(): boolean;
|
|
15
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<GravityDialogManagerService, never>;
|
|
16
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<GravityDialogManagerService>;
|
|
17
|
-
}
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { GravityDropdownListComponent } from "../components/gravity-dropdown-list/gravity-dropdown-list.component";
|
|
2
|
-
import { GravityDropdownListDisplayComponent } from "../components/gravity-dropdown-list-display/gravity-dropdown-list-display.component";
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
type DropdownComponent = GravityDropdownListComponent | GravityDropdownListDisplayComponent;
|
|
5
|
-
export declare class GravityDropdownManagerService {
|
|
6
|
-
private dropdownOpenedSource;
|
|
7
|
-
dropdownOpened$: import("rxjs").Observable<DropdownComponent>;
|
|
8
|
-
notifyDropdownOpened(dropdown: DropdownComponent): void;
|
|
9
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<GravityDropdownManagerService, never>;
|
|
10
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<GravityDropdownManagerService>;
|
|
11
|
-
}
|
|
12
|
-
export {};
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { GravityNotificationContent } from "../components/gravity-notification/gravity-notification-content.interface";
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class GravityInstantNotificationsService {
|
|
4
|
-
readonly notifications: GravityNotificationContent[];
|
|
5
|
-
showNotification(content: GravityNotificationContent): void;
|
|
6
|
-
hideNotification(index: number): void;
|
|
7
|
-
clearNotifications(): void;
|
|
8
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<GravityInstantNotificationsService, never>;
|
|
9
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<GravityInstantNotificationsService>;
|
|
10
|
-
}
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
import { NotificationViewedStatusRequest, PushNotification, UserNotifications } from "../model/gravity-push-notifications.model";
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class PushNotificationsService {
|
|
4
|
-
userId: number;
|
|
5
|
-
seenNotifications: PushNotification[];
|
|
6
|
-
pendingNotifications: PushNotification[];
|
|
7
|
-
loadUserNotifications(user: UserNotifications): void;
|
|
8
|
-
toggleNotificationsPanel(open: boolean): NotificationViewedStatusRequest;
|
|
9
|
-
getNotificationContent(text: string, additionalText: string): string;
|
|
10
|
-
removeTextOverflow(elementId: string): void;
|
|
11
|
-
clearLoginNotification(): void;
|
|
12
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<PushNotificationsService, never>;
|
|
13
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<PushNotificationsService>;
|
|
14
|
-
}
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
export declare class GravityResponsiveService {
|
|
3
|
-
currentResolutionWidth: number;
|
|
4
|
-
private breakpoints;
|
|
5
|
-
constructor();
|
|
6
|
-
getResolution(): 'xs' | 'sm' | 'md' | 'lg' | 'xl';
|
|
7
|
-
private onResize;
|
|
8
|
-
isMobile(): boolean;
|
|
9
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<GravityResponsiveService, never>;
|
|
10
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<GravityResponsiveService>;
|
|
11
|
-
}
|
|
@@ -1,44 +0,0 @@
|
|
|
1
|
-
import { ElementRef, EventEmitter, OnInit, Renderer2 } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class GravityTooltipComponent implements OnInit {
|
|
4
|
-
private elementRef;
|
|
5
|
-
private renderer;
|
|
6
|
-
_show: boolean;
|
|
7
|
-
events: EventEmitter<any>;
|
|
8
|
-
data: any;
|
|
9
|
-
hostStyleTop: string;
|
|
10
|
-
hostStyleLeft: string;
|
|
11
|
-
hostStyleZIndex: number;
|
|
12
|
-
hostStyleTransition: string;
|
|
13
|
-
hostStyleWidth: string;
|
|
14
|
-
hostStyleMaxWidth: string;
|
|
15
|
-
hostStylePointerEvents: string;
|
|
16
|
-
hostClassShow: boolean;
|
|
17
|
-
hostClassShadow: boolean;
|
|
18
|
-
hostClassLight: boolean;
|
|
19
|
-
hostClassNoPointer: boolean;
|
|
20
|
-
hostClassPersistent: boolean;
|
|
21
|
-
transitionEnd(): void;
|
|
22
|
-
set show(value: boolean);
|
|
23
|
-
get show(): boolean;
|
|
24
|
-
get placement(): any;
|
|
25
|
-
get autoPlacement(): any;
|
|
26
|
-
get element(): any;
|
|
27
|
-
get elementPosition(): any;
|
|
28
|
-
get options(): any;
|
|
29
|
-
get value(): any;
|
|
30
|
-
get tooltipOffset(): number;
|
|
31
|
-
get isThemeLight(): boolean;
|
|
32
|
-
constructor(elementRef: ElementRef, renderer: Renderer2);
|
|
33
|
-
ngOnInit(): void;
|
|
34
|
-
setPosition(): void;
|
|
35
|
-
setPlacementClass(placement: string): void;
|
|
36
|
-
setHostStyle(placement: string, disableAutoPlacement?: boolean): boolean;
|
|
37
|
-
setZIndex(): void;
|
|
38
|
-
setCustomClass(): void;
|
|
39
|
-
setAnimationDuration(): void;
|
|
40
|
-
setStyles(): void;
|
|
41
|
-
closeTooltip(): void;
|
|
42
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<GravityTooltipComponent, never>;
|
|
43
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<GravityTooltipComponent, "tooltip", never, { "data": { "alias": "data"; "required": false; }; "show": { "alias": "show"; "required": false; }; }, {}, never, never, false, never>;
|
|
44
|
-
}
|
|
@@ -1,113 +0,0 @@
|
|
|
1
|
-
import { ApplicationRef, ComponentFactoryResolver, ElementRef, EventEmitter, Injector, OnChanges, SimpleChanges, TemplateRef } from '@angular/core';
|
|
2
|
-
import { TooltipOptions } from './options.interface';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export interface AdComponent {
|
|
5
|
-
data: any;
|
|
6
|
-
show: boolean;
|
|
7
|
-
close: boolean;
|
|
8
|
-
events: any;
|
|
9
|
-
}
|
|
10
|
-
export declare class GravityTooltipDirective implements OnChanges {
|
|
11
|
-
private initOptions;
|
|
12
|
-
private elementRef;
|
|
13
|
-
private componentFactoryResolver;
|
|
14
|
-
private appRef;
|
|
15
|
-
private injector;
|
|
16
|
-
hideTimeoutId: number;
|
|
17
|
-
destroyTimeoutId: number;
|
|
18
|
-
hideAfterClickTimeoutId: number;
|
|
19
|
-
createTimeoutId: number;
|
|
20
|
-
showTimeoutId: number;
|
|
21
|
-
componentRef: any;
|
|
22
|
-
elementPosition: any;
|
|
23
|
-
_id: any;
|
|
24
|
-
_options: any;
|
|
25
|
-
_defaultOptions: any;
|
|
26
|
-
_destroyDelay: number;
|
|
27
|
-
componentSubscribe: any;
|
|
28
|
-
_contentType: "string" | "html" | "template";
|
|
29
|
-
_showDelay: number;
|
|
30
|
-
_hideDelay: number;
|
|
31
|
-
_zIndex: number;
|
|
32
|
-
_tooltipClass: string;
|
|
33
|
-
_animationDuration: number;
|
|
34
|
-
_maxWidth: string;
|
|
35
|
-
set options(value: TooltipOptions);
|
|
36
|
-
get options(): TooltipOptions;
|
|
37
|
-
tooltipValue: string | TemplateRef<any>;
|
|
38
|
-
placement: string;
|
|
39
|
-
autoPlacement: boolean;
|
|
40
|
-
set contentTypeBackwardCompatibility(value: "string" | "html" | "template");
|
|
41
|
-
set contentType(value: "string" | "html" | "template");
|
|
42
|
-
get contentType(): "string" | "html" | "template";
|
|
43
|
-
hideDelayMobile: number;
|
|
44
|
-
hideDelayTouchscreen: number;
|
|
45
|
-
set zIndexBackwardCompatibility(value: number);
|
|
46
|
-
set zIndex(value: number);
|
|
47
|
-
get zIndex(): number;
|
|
48
|
-
set animationDurationBackwardCompatibility(value: number);
|
|
49
|
-
set animationDuration(value: number);
|
|
50
|
-
get animationDuration(): number;
|
|
51
|
-
trigger: string;
|
|
52
|
-
set tooltipClassBackwardCompatibility(value: string);
|
|
53
|
-
set tooltipClass(value: string);
|
|
54
|
-
get tooltipClass(): string;
|
|
55
|
-
display: boolean;
|
|
56
|
-
displayMobile: boolean;
|
|
57
|
-
displayTouchscreen: boolean;
|
|
58
|
-
shadow: boolean;
|
|
59
|
-
theme: "dark" | "light";
|
|
60
|
-
offset: number;
|
|
61
|
-
width: string;
|
|
62
|
-
persistent: boolean;
|
|
63
|
-
set maxWidthBackwardCompatibility(value: string);
|
|
64
|
-
set maxWidth(value: string);
|
|
65
|
-
get maxWidth(): string;
|
|
66
|
-
id: any;
|
|
67
|
-
set showDelayBackwardCompatibility(value: number);
|
|
68
|
-
set showDelay(value: number);
|
|
69
|
-
get showDelay(): number;
|
|
70
|
-
set hideDelayBackwardCompatibility(value: number);
|
|
71
|
-
set hideDelay(value: number);
|
|
72
|
-
get hideDelay(): number;
|
|
73
|
-
hideDelayAfterClick: number;
|
|
74
|
-
pointerEvents: 'auto' | 'none';
|
|
75
|
-
position: {
|
|
76
|
-
top: number;
|
|
77
|
-
left: number;
|
|
78
|
-
};
|
|
79
|
-
get isTooltipDestroyed(): any;
|
|
80
|
-
get destroyDelay(): number;
|
|
81
|
-
set destroyDelay(value: number);
|
|
82
|
-
get tooltipPosition(): any;
|
|
83
|
-
events: EventEmitter<any>;
|
|
84
|
-
constructor(initOptions: any, elementRef: ElementRef, componentFactoryResolver: ComponentFactoryResolver, appRef: ApplicationRef, injector: Injector);
|
|
85
|
-
onMouseEnter(): void;
|
|
86
|
-
onMouseLeave(): void;
|
|
87
|
-
onClick(): void;
|
|
88
|
-
ngOnChanges(changes: SimpleChanges): void;
|
|
89
|
-
ngOnDestroy(): void;
|
|
90
|
-
getShowDelay(): number;
|
|
91
|
-
getHideDelay(): number;
|
|
92
|
-
getProperties(changes: SimpleChanges): any;
|
|
93
|
-
renameProperties(options: any): any;
|
|
94
|
-
getElementPosition(): void;
|
|
95
|
-
createTooltip(): void;
|
|
96
|
-
destroyTooltip(options?: {
|
|
97
|
-
fast: boolean;
|
|
98
|
-
}): void;
|
|
99
|
-
showTooltipElem(): void;
|
|
100
|
-
hideTooltip(): void;
|
|
101
|
-
appendComponentToBody(component: any): void;
|
|
102
|
-
clearTimeouts(): void;
|
|
103
|
-
get isDisplayOnHover(): boolean;
|
|
104
|
-
get isDisplayOnClick(): boolean;
|
|
105
|
-
get isTouchScreen(): boolean;
|
|
106
|
-
applyOptionsDefault(defaultOptions: any, options: any): void;
|
|
107
|
-
handleEvents(event: any): void;
|
|
108
|
-
show(): void;
|
|
109
|
-
hide(): void;
|
|
110
|
-
closeFromOutside(): void;
|
|
111
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<GravityTooltipDirective, [{ optional: true; }, null, null, null, null]>;
|
|
112
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<GravityTooltipDirective, "[tooltip]", ["tooltip"], { "options": { "alias": "options"; "required": false; }; "tooltipValue": { "alias": "tooltip"; "required": false; }; "placement": { "alias": "placement"; "required": false; }; "autoPlacement": { "alias": "autoPlacement"; "required": false; }; "contentTypeBackwardCompatibility": { "alias": "content-type"; "required": false; }; "contentType": { "alias": "contentType"; "required": false; }; "hideDelayMobile": { "alias": "hide-delay-mobile"; "required": false; }; "hideDelayTouchscreen": { "alias": "hideDelayTouchscreen"; "required": false; }; "zIndexBackwardCompatibility": { "alias": "z-index"; "required": false; }; "zIndex": { "alias": "zIndex"; "required": false; }; "animationDurationBackwardCompatibility": { "alias": "animation-duration"; "required": false; }; "animationDuration": { "alias": "animationDuration"; "required": false; }; "trigger": { "alias": "trigger"; "required": false; }; "tooltipClassBackwardCompatibility": { "alias": "tooltip-class"; "required": false; }; "tooltipClass": { "alias": "tooltipClass"; "required": false; }; "display": { "alias": "display"; "required": false; }; "displayMobile": { "alias": "display-mobile"; "required": false; }; "displayTouchscreen": { "alias": "displayTouchscreen"; "required": false; }; "shadow": { "alias": "shadow"; "required": false; }; "theme": { "alias": "theme"; "required": false; }; "offset": { "alias": "offset"; "required": false; }; "width": { "alias": "width"; "required": false; }; "persistent": { "alias": "persistent"; "required": false; }; "maxWidthBackwardCompatibility": { "alias": "max-width"; "required": false; }; "maxWidth": { "alias": "maxWidth"; "required": false; }; "id": { "alias": "id"; "required": false; }; "showDelayBackwardCompatibility": { "alias": "show-delay"; "required": false; }; "showDelay": { "alias": "showDelay"; "required": false; }; "hideDelayBackwardCompatibility": { "alias": "hide-delay"; "required": false; }; "hideDelay": { "alias": "hideDelay"; "required": false; }; "hideDelayAfterClick": { "alias": "hideDelayAfterClick"; "required": false; }; "pointerEvents": { "alias": "pointerEvents"; "required": false; }; "position": { "alias": "position"; "required": false; }; }, { "events": "events"; }, never, never, false, never>;
|
|
113
|
-
}
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { ModuleWithProviders } from '@angular/core';
|
|
2
|
-
import { TooltipOptions } from './options.interface';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
import * as i1 from "./gravity-tooltip.directive";
|
|
5
|
-
import * as i2 from "./gravity-tooltip.component";
|
|
6
|
-
import * as i3 from "@angular/common";
|
|
7
|
-
export declare class GravityTooltipModule {
|
|
8
|
-
static forRoot(initOptions: TooltipOptions): ModuleWithProviders<GravityTooltipModule>;
|
|
9
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<GravityTooltipModule, never>;
|
|
10
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<GravityTooltipModule, [typeof i1.GravityTooltipDirective, typeof i2.GravityTooltipComponent], [typeof i3.CommonModule], [typeof i1.GravityTooltipDirective, typeof i2.GravityTooltipComponent]>;
|
|
11
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<GravityTooltipModule>;
|
|
12
|
-
}
|
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
export declare const defaultOptions: {
|
|
2
|
-
placement: string;
|
|
3
|
-
autoPlacement: boolean;
|
|
4
|
-
contentType: string;
|
|
5
|
-
showDelay: number;
|
|
6
|
-
hideDelay: number;
|
|
7
|
-
hideDelayMobile: number;
|
|
8
|
-
hideDelayTouchscreen: number;
|
|
9
|
-
zIndex: number;
|
|
10
|
-
animationDuration: number;
|
|
11
|
-
animationDurationDefault: number;
|
|
12
|
-
trigger: string;
|
|
13
|
-
tooltipClass: string;
|
|
14
|
-
display: boolean;
|
|
15
|
-
displayMobile: boolean;
|
|
16
|
-
displayTouchscreen: boolean;
|
|
17
|
-
shadow: boolean;
|
|
18
|
-
theme: string;
|
|
19
|
-
offset: number;
|
|
20
|
-
maxWidth: string;
|
|
21
|
-
id: boolean;
|
|
22
|
-
hideDelayAfterClick: number;
|
|
23
|
-
};
|
|
24
|
-
export declare const backwardCompatibilityOptions: any;
|
|
@@ -1,42 +0,0 @@
|
|
|
1
|
-
export interface TooltipOptions {
|
|
2
|
-
'placement'?: string;
|
|
3
|
-
'autoPlacement'?: boolean;
|
|
4
|
-
'content-type'?: 'string' | 'html' | 'template';
|
|
5
|
-
'contentType'?: 'string' | 'html' | 'template';
|
|
6
|
-
'delay'?: number;
|
|
7
|
-
'show-delay'?: number;
|
|
8
|
-
'showDelay'?: number;
|
|
9
|
-
'hide-delay'?: number;
|
|
10
|
-
'hideDelay'?: number;
|
|
11
|
-
'hide-delay-mobile'?: number;
|
|
12
|
-
'hideDelayMobile'?: number;
|
|
13
|
-
'hideDelayTouchscreen'?: number;
|
|
14
|
-
'z-index'?: number;
|
|
15
|
-
'zIndex'?: number;
|
|
16
|
-
'animation-duration'?: number;
|
|
17
|
-
'animationDuration'?: number;
|
|
18
|
-
'animation-duration-default'?: number;
|
|
19
|
-
'animationDurationDefault'?: number;
|
|
20
|
-
'trigger'?: string;
|
|
21
|
-
'tooltip-class'?: string;
|
|
22
|
-
'tooltipClass'?: string;
|
|
23
|
-
'display'?: boolean;
|
|
24
|
-
'display-mobile'?: boolean;
|
|
25
|
-
'displayMobile'?: boolean;
|
|
26
|
-
'displayTouchscreen'?: boolean;
|
|
27
|
-
'shadow'?: boolean;
|
|
28
|
-
'theme'?: "dark" | "light";
|
|
29
|
-
'offset'?: number;
|
|
30
|
-
'width'?: string;
|
|
31
|
-
'max-width'?: string;
|
|
32
|
-
'maxWidth'?: string;
|
|
33
|
-
'id'?: string | number;
|
|
34
|
-
'hideDelayAfterClick'?: number;
|
|
35
|
-
'pointerEvents'?: 'auto' | 'none';
|
|
36
|
-
'position'?: {
|
|
37
|
-
top: number;
|
|
38
|
-
left: number;
|
|
39
|
-
};
|
|
40
|
-
'persistent'?: boolean;
|
|
41
|
-
'isBanner'?: boolean;
|
|
42
|
-
}
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import { InjectionToken } from '@angular/core';
|
|
2
|
-
import { TooltipOptions } from './options.interface';
|
|
3
|
-
/**
|
|
4
|
-
* This is not a real service, but it looks like it from the outside.
|
|
5
|
-
* It's just an InjectionToken used to import the config (initOptions) object, provided from the outside
|
|
6
|
-
*/
|
|
7
|
-
export declare const TooltipOptionsService: InjectionToken<TooltipOptions>;
|
package/public-api.d.ts
DELETED
|
@@ -1,53 +0,0 @@
|
|
|
1
|
-
export * from './lib/gravity-design-system.module';
|
|
2
|
-
export * from './lib/components/gravity-attach-file/gravity-attach-file.component';
|
|
3
|
-
export * from './lib/components/gravity-avatar-stack/gravity-avatar-stack.component';
|
|
4
|
-
export * from './lib/components/gravity-badge/gravity-badge.component';
|
|
5
|
-
export * from './lib/components/gravity-button/gravity-button.component';
|
|
6
|
-
export * from './lib/components/gravity-calendar-v2/gravity-calendar-v2.component';
|
|
7
|
-
export * from './lib/components/gravity-date-picker/gravity-date-picker.component';
|
|
8
|
-
export * from './lib/components/gravity-checkbox/gravity-checkbox.component';
|
|
9
|
-
export * from './lib/components/gravity-currency/gravity-currency.component';
|
|
10
|
-
export * from './lib/components/gravity-currency-display-v2/gravity-currency-display-v2.component';
|
|
11
|
-
export * from './lib/components/gravity-currency-dropdown-short/gravity-currency-dropdown-short.component';
|
|
12
|
-
export * from './lib/components/gravity-data-views-v2/gravity-data-views-v2.component';
|
|
13
|
-
export * from './lib/components/gravity-detail-container/gravity-detail-container.component';
|
|
14
|
-
export * from './lib/components/gravity-dialog/gravity-dialog.component';
|
|
15
|
-
export * from './lib/components/gravity-dropdown-list/gravity-dropdown-list.component';
|
|
16
|
-
export * from './lib/components/gravity-dropdown-list-display/gravity-dropdown-list-display.component';
|
|
17
|
-
export * from './lib/components/gravity-icon/gravity-icon.component';
|
|
18
|
-
export * from './lib/components/gravity-icon-button/gravity-icon-button.component';
|
|
19
|
-
export * from './lib/components/gravity-multi-language/gravity-multi-language.component';
|
|
20
|
-
export * from './lib/components/gravity-network-pill/gravity-network-pill.component';
|
|
21
|
-
export * from './lib/components/gravity-notification-instant/gravity-notification-instant-container.component';
|
|
22
|
-
export * from './lib/components/gravity-radio-button/gravity-radio-button.component';
|
|
23
|
-
export * from './lib/components/gravity-status-indicator/gravity-status-indicator.component';
|
|
24
|
-
export * from './lib/components/gravity-stepper/gravity-stepper.component';
|
|
25
|
-
export * from './lib/components/gravity-switch/gravity-switch.component';
|
|
26
|
-
export * from './lib/components/gravity-table/gravity-table.component';
|
|
27
|
-
export * from './lib/components/gravity-tables-v2/gravity-tables-v2.component';
|
|
28
|
-
export * from './lib/components/gravity-text-field/gravity-text-field.component';
|
|
29
|
-
export * from './lib/components/gravity-text-field-amount-only/gravity-text-field-amount-only.component';
|
|
30
|
-
export * from './lib/components/gravity-text-field-number-only/gravity-text-field-number-only.component';
|
|
31
|
-
export * from './lib/components/gravity-tree-view/gravity-tree-view.component';
|
|
32
|
-
export * from './lib/components/gravity-generic-avatar/gravity-generic-avatar.component';
|
|
33
|
-
export * from './lib/components/gravity-modal/gravity-modal.component';
|
|
34
|
-
export * from './lib/components/gravity-link/gravity-link.component';
|
|
35
|
-
export * from './lib/components/gravity-tab-primary/gravity-tab-primary.component';
|
|
36
|
-
export * from './lib/components/gravity-tab-secondary/gravity-tab-secondary.component';
|
|
37
|
-
export * from './lib/components/gravity-chip-group/gravity-chip-group.component';
|
|
38
|
-
export * from './lib/components/gravity-editable-input/gravity-editable-input.component';
|
|
39
|
-
export * from './lib/components/gravity-card-button/gravity-card-button.component';
|
|
40
|
-
export * from './lib/components/gravity-dropdown-label/gravity-dropdown-label.component';
|
|
41
|
-
export * from './lib/components/gravity-navigation-card/gravity-navigation-card.component';
|
|
42
|
-
export * from './lib/components/gravity-generic-avatar-secondary/gravity-generic-avatar-secondary.component';
|
|
43
|
-
export * from './lib/components/gravity-backdrop/gravity-backdrop.component';
|
|
44
|
-
export * from './lib/components/gravity-segmented-button/gravity-segmented-button.component';
|
|
45
|
-
export * from './lib/components/gravity-push-notifications/gravity-push-notifications.component';
|
|
46
|
-
export * from './lib/components/gravity-pagination/gravity-pagination.component';
|
|
47
|
-
export * from './lib/components/gravity-tooltip-container/gravity-tooltip-container.component';
|
|
48
|
-
export * from './lib/layout/gravity-header/gravity-header.component';
|
|
49
|
-
export * from './lib/layout/gravity-menu/gravity-menu.component';
|
|
50
|
-
export * from './lib/services/gravity-dialog-manager.service';
|
|
51
|
-
export * from './lib/vendor/gravity-tooltip';
|
|
52
|
-
export * from './lib/components/gravity-notification/gravity-notification-content.interface';
|
|
53
|
-
export * from './lib/components/gravity-calendar-v2/datepicker/models';
|