@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,84 +0,0 @@
|
|
|
1
|
-
import { GravityDropdownManagerService } from "../../services/gravity-dropdown-manager.service";
|
|
2
|
-
import { ElementRef, EventEmitter, OnChanges, OnDestroy, OnInit, SimpleChanges } from '@angular/core';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class GravityDropdownListComponent implements OnChanges, OnInit, OnDestroy {
|
|
5
|
-
private dropdownService;
|
|
6
|
-
private _eref;
|
|
7
|
-
label: string;
|
|
8
|
-
iconLeft: string;
|
|
9
|
-
items: Array<any>;
|
|
10
|
-
cypressTag: string;
|
|
11
|
-
placeholder: string;
|
|
12
|
-
supportText: string;
|
|
13
|
-
hasError: boolean;
|
|
14
|
-
clearable: boolean;
|
|
15
|
-
multiple: boolean;
|
|
16
|
-
required: boolean;
|
|
17
|
-
currentLang: string;
|
|
18
|
-
isCurrency: boolean;
|
|
19
|
-
isDisabled: boolean;
|
|
20
|
-
isReadonly: boolean;
|
|
21
|
-
customValues: Array<any> | any;
|
|
22
|
-
config?: {
|
|
23
|
-
label: string;
|
|
24
|
-
value: string;
|
|
25
|
-
};
|
|
26
|
-
labelSize: 'sm' | 'md' | 'lg';
|
|
27
|
-
size: 'sm' | 'md' | 'lg' | 'xl';
|
|
28
|
-
inputType: 'field' | 'label';
|
|
29
|
-
width: 'short' | 'medium' | 'full' | 'fit';
|
|
30
|
-
get dropdownState(): boolean;
|
|
31
|
-
set dropdownState(value: boolean);
|
|
32
|
-
dropdownStateChange: EventEmitter<boolean>;
|
|
33
|
-
selectedItemsResponse: EventEmitter<any[] | any>;
|
|
34
|
-
set watch(searchInput: ElementRef<HTMLInputElement>);
|
|
35
|
-
containerRef: ElementRef<HTMLDivElement>;
|
|
36
|
-
searchText: string;
|
|
37
|
-
selectedItems: any[];
|
|
38
|
-
isoConfig: string;
|
|
39
|
-
nameConfig: string;
|
|
40
|
-
availableOptions: any[];
|
|
41
|
-
dropdownOpened: boolean;
|
|
42
|
-
openChildrenMap: Map<any, boolean>;
|
|
43
|
-
networkConfig: {
|
|
44
|
-
label: string;
|
|
45
|
-
iso: string;
|
|
46
|
-
id: number;
|
|
47
|
-
};
|
|
48
|
-
private dropdownManagerSubscription;
|
|
49
|
-
constructor(dropdownService: GravityDropdownManagerService, _eref: ElementRef);
|
|
50
|
-
ngOnInit(): void;
|
|
51
|
-
ngOnChanges(changes: SimpleChanges): void;
|
|
52
|
-
ngOnDestroy(): void;
|
|
53
|
-
getStatus(): string;
|
|
54
|
-
isIconLeftNew(): boolean;
|
|
55
|
-
toggleDropdown(): void;
|
|
56
|
-
private emitSelection;
|
|
57
|
-
selectItem(itemToAdd: any): void;
|
|
58
|
-
private refocusSearchInput;
|
|
59
|
-
isPartiallySelected(item: any): boolean;
|
|
60
|
-
checkIfSelected(item?: any): boolean;
|
|
61
|
-
selectAllItems(event: MouseEvent): void;
|
|
62
|
-
private flattenItems;
|
|
63
|
-
clearSelection(): void;
|
|
64
|
-
filterItems(): void;
|
|
65
|
-
onDocumentClick($event: PointerEvent): void;
|
|
66
|
-
openDropdown(): void;
|
|
67
|
-
closeDropdown(): void;
|
|
68
|
-
getCurrencyIconSize(size: string): "sm-16" | "lg-32" | "xl-40" | "md-24";
|
|
69
|
-
getSpacingClass(size: string): "" | "gravity-margin-right-xxs" | "gravity-margin-right-xs" | "gravity-margin-right-sm" | "gravity-margin-right-md";
|
|
70
|
-
getMultilevelSpacingClass(size: string): "" | "gravity-margin-right-md" | "gravity-margin-right-lg";
|
|
71
|
-
getLabelText(): string;
|
|
72
|
-
isChildrenOpen(item: any): boolean;
|
|
73
|
-
toggleChildren(item: any, event: MouseEvent): void;
|
|
74
|
-
getDisplayValue(child: any, config?: {
|
|
75
|
-
label: string;
|
|
76
|
-
}): string;
|
|
77
|
-
inputDisplayValue(): string;
|
|
78
|
-
private truncate;
|
|
79
|
-
clearSearch(): void;
|
|
80
|
-
preventTypingWhenLocked(event: KeyboardEvent, input: HTMLInputElement): void;
|
|
81
|
-
private scrollToSelected;
|
|
82
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<GravityDropdownListComponent, never>;
|
|
83
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<GravityDropdownListComponent, "gravity-dropdown-list", never, { "label": { "alias": "label"; "required": false; }; "iconLeft": { "alias": "iconLeft"; "required": false; }; "items": { "alias": "items"; "required": false; }; "cypressTag": { "alias": "cypressTag"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "supportText": { "alias": "supportText"; "required": false; }; "hasError": { "alias": "hasError"; "required": false; }; "clearable": { "alias": "clearable"; "required": false; }; "multiple": { "alias": "multiple"; "required": false; }; "required": { "alias": "required"; "required": false; }; "currentLang": { "alias": "currentLang"; "required": false; }; "isCurrency": { "alias": "isCurrency"; "required": false; }; "isDisabled": { "alias": "isDisabled"; "required": false; }; "isReadonly": { "alias": "isReadonly"; "required": false; }; "customValues": { "alias": "customValues"; "required": false; }; "config": { "alias": "config"; "required": false; }; "labelSize": { "alias": "labelSize"; "required": false; }; "size": { "alias": "size"; "required": false; }; "inputType": { "alias": "inputType"; "required": false; }; "width": { "alias": "width"; "required": false; }; "dropdownState": { "alias": "dropdownState"; "required": false; }; }, { "dropdownStateChange": "dropdownStateChange"; "selectedItemsResponse": "response"; }, never, ["*"], false, never>;
|
|
84
|
-
}
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
export interface DisplayCurrencyItems {
|
|
2
|
-
network_id: number;
|
|
3
|
-
currency_id: number;
|
|
4
|
-
isHovered?: boolean;
|
|
5
|
-
network_iso: string;
|
|
6
|
-
currency_iso: string;
|
|
7
|
-
is_expanded?: boolean;
|
|
8
|
-
currency_name: string;
|
|
9
|
-
balance_amount?: number;
|
|
10
|
-
balance_currency?: string;
|
|
11
|
-
sub_items?: DisplayCurrencyItems[];
|
|
12
|
-
}
|
package/lib/components/gravity-dropdown-list-display/gravity-dropdown-list-display.component.d.ts
DELETED
|
@@ -1,52 +0,0 @@
|
|
|
1
|
-
import { DisplayCurrencyItems } from "./display-currency-items";
|
|
2
|
-
import { FilterByPipe } from "../gravity-dropdown-list/filter-by.pipe";
|
|
3
|
-
import { ElementRef, EventEmitter, OnChanges, SimpleChanges, OnInit, OnDestroy } from '@angular/core';
|
|
4
|
-
import { GravityDropdownManagerService } from "../../services/gravity-dropdown-manager.service";
|
|
5
|
-
import * as i0 from "@angular/core";
|
|
6
|
-
export declare class GravityDropdownListDisplayComponent implements OnInit, OnChanges, OnDestroy {
|
|
7
|
-
private dropdownService;
|
|
8
|
-
private readonly filterByPipe;
|
|
9
|
-
private _eref;
|
|
10
|
-
selectedItemsResponse: EventEmitter<any[] | any>;
|
|
11
|
-
cypressTag: string;
|
|
12
|
-
placeholder: string;
|
|
13
|
-
currentLang: string;
|
|
14
|
-
isReadonly: boolean;
|
|
15
|
-
isDisabled: boolean;
|
|
16
|
-
customValues: Array<any> | any;
|
|
17
|
-
disableSearch: boolean;
|
|
18
|
-
defaultSelectedItemIndex: number;
|
|
19
|
-
items: DisplayCurrencyItems[];
|
|
20
|
-
fiatRate: {
|
|
21
|
-
amount: string;
|
|
22
|
-
iso: string;
|
|
23
|
-
};
|
|
24
|
-
label: string;
|
|
25
|
-
size: 'md';
|
|
26
|
-
width: 'standard' | 'full';
|
|
27
|
-
set watch(searchInput: ElementRef<HTMLInputElement>);
|
|
28
|
-
containerRef: ElementRef<HTMLDivElement>;
|
|
29
|
-
searchText: string;
|
|
30
|
-
selectedItems: any[];
|
|
31
|
-
availableOptions: any[];
|
|
32
|
-
dropdownOpened: boolean;
|
|
33
|
-
selectedItem: DisplayCurrencyItems;
|
|
34
|
-
private dropdownManagerSubscription;
|
|
35
|
-
constructor(dropdownService: GravityDropdownManagerService, filterByPipe: FilterByPipe, _eref: ElementRef);
|
|
36
|
-
ngOnInit(): void;
|
|
37
|
-
ngOnChanges(changes: SimpleChanges): void;
|
|
38
|
-
ngOnDestroy(): void;
|
|
39
|
-
private loadItems;
|
|
40
|
-
getStatus(): string;
|
|
41
|
-
toggleDropdown(): void;
|
|
42
|
-
openDropdown(): void;
|
|
43
|
-
closeDropdown(): void;
|
|
44
|
-
selectItem(itemToAdd: any): void;
|
|
45
|
-
checkIfSelected(itemToFind: any): boolean;
|
|
46
|
-
filterItems(): void;
|
|
47
|
-
onDocumentClick($event: PointerEvent): void;
|
|
48
|
-
private scrollToSelected;
|
|
49
|
-
reset(): void;
|
|
50
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<GravityDropdownListDisplayComponent, never>;
|
|
51
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<GravityDropdownListDisplayComponent, "gravity-dropdown-list-display", never, { "cypressTag": { "alias": "cypressTag"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "currentLang": { "alias": "currentLang"; "required": false; }; "isReadonly": { "alias": "isReadonly"; "required": false; }; "isDisabled": { "alias": "isDisabled"; "required": false; }; "customValues": { "alias": "customValues"; "required": false; }; "disableSearch": { "alias": "disableSearch"; "required": false; }; "defaultSelectedItemIndex": { "alias": "defaultSelectedItemIndex"; "required": false; }; "items": { "alias": "items"; "required": false; }; "fiatRate": { "alias": "fiatRate"; "required": false; }; "label": { "alias": "label"; "required": false; }; "size": { "alias": "size"; "required": false; }; "width": { "alias": "width"; "required": false; }; }, { "selectedItemsResponse": "response"; }, never, never, false, never>;
|
|
52
|
-
}
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
import { EventEmitter } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class GravityEditableInputComponent {
|
|
4
|
-
isFocused: boolean;
|
|
5
|
-
cypressTag: string;
|
|
6
|
-
label: string;
|
|
7
|
-
value: string;
|
|
8
|
-
placeholder: string;
|
|
9
|
-
errorMessage: string;
|
|
10
|
-
size: 'sm' | 'md';
|
|
11
|
-
readOnly: boolean;
|
|
12
|
-
haveError: boolean;
|
|
13
|
-
justNumber: boolean;
|
|
14
|
-
valueChange: EventEmitter<string>;
|
|
15
|
-
onKeyUp(inputField: HTMLInputElement): void;
|
|
16
|
-
focusInput(inputField: HTMLInputElement): void;
|
|
17
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<GravityEditableInputComponent, never>;
|
|
18
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<GravityEditableInputComponent, "gravity-editable-input", never, { "cypressTag": { "alias": "cypressTag"; "required": false; }; "label": { "alias": "label"; "required": false; }; "value": { "alias": "value"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "errorMessage": { "alias": "errorMessage"; "required": false; }; "size": { "alias": "size"; "required": false; }; "readOnly": { "alias": "readOnly"; "required": false; }; "haveError": { "alias": "haveError"; "required": false; }; "justNumber": { "alias": "justNumber"; "required": false; }; }, { "valueChange": "valueChange"; }, never, never, false, never>;
|
|
19
|
-
}
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
export declare class GravityGenericAvatarComponent {
|
|
3
|
-
cypressTag: string;
|
|
4
|
-
label: string;
|
|
5
|
-
initials: string;
|
|
6
|
-
isDisabled: boolean;
|
|
7
|
-
size: 'sm' | 'md';
|
|
8
|
-
getStatus(): string;
|
|
9
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<GravityGenericAvatarComponent, never>;
|
|
10
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<GravityGenericAvatarComponent, "gravity-generic-avatar", never, { "cypressTag": { "alias": "cypressTag"; "required": false; }; "label": { "alias": "label"; "required": false; }; "initials": { "alias": "initials"; "required": false; }; "isDisabled": { "alias": "isDisabled"; "required": false; }; "size": { "alias": "size"; "required": false; }; }, {}, never, never, false, never>;
|
|
11
|
-
}
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
export declare class GravityGenericAvatarSecondaryComponent {
|
|
3
|
-
label: string;
|
|
4
|
-
initials: string;
|
|
5
|
-
iconName: string;
|
|
6
|
-
imageUrl: string;
|
|
7
|
-
cypressTag: string;
|
|
8
|
-
type: 'active' | 'positive' | 'negative' | 'neutral';
|
|
9
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<GravityGenericAvatarSecondaryComponent, never>;
|
|
10
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<GravityGenericAvatarSecondaryComponent, "gravity-generic-avatar-secondary", never, { "label": { "alias": "label"; "required": false; }; "initials": { "alias": "initials"; "required": false; }; "iconName": { "alias": "iconName"; "required": false; }; "imageUrl": { "alias": "imageUrl"; "required": false; }; "cypressTag": { "alias": "cypressTag"; "required": false; }; "type": { "alias": "type"; "required": false; }; }, {}, never, never, false, never>;
|
|
11
|
-
}
|
|
@@ -1,85 +0,0 @@
|
|
|
1
|
-
import { SvgIconRegistryService } from "angular-svg-icon";
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class GravityIconComponent {
|
|
4
|
-
private iconRegistry;
|
|
5
|
-
customIconColorVariable: string;
|
|
6
|
-
iconName: string;
|
|
7
|
-
iconSize: 'lg-24' | 'md-16' | 'sm-12' | 'xl-32';
|
|
8
|
-
hoverIcon: boolean;
|
|
9
|
-
size: 'sm' | 'md' | 'lg';
|
|
10
|
-
isCoin: boolean;
|
|
11
|
-
constructor(iconRegistry: SvgIconRegistryService);
|
|
12
|
-
static isOldIcon(iconName: string): boolean;
|
|
13
|
-
static isNewIcon(iconName: string): boolean;
|
|
14
|
-
get iconExists(): boolean;
|
|
15
|
-
private getFullIconName;
|
|
16
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<GravityIconComponent, never>;
|
|
17
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<GravityIconComponent, "gravity-icon", never, { "customIconColorVariable": { "alias": "customIconColorVariable"; "required": false; }; "iconName": { "alias": "iconName"; "required": false; }; "iconSize": { "alias": "iconSize"; "required": false; }; "hoverIcon": { "alias": "hoverIcon"; "required": false; }; "size": { "alias": "size"; "required": false; }; "isCoin": { "alias": "isCoin"; "required": false; }; }, {}, never, never, false, never>;
|
|
18
|
-
}
|
|
19
|
-
export declare enum OLD_ICONS {
|
|
20
|
-
'uncheck' = 0,
|
|
21
|
-
'arrow-back' = 1
|
|
22
|
-
}
|
|
23
|
-
export declare enum ICONS {
|
|
24
|
-
'add-update' = 0,
|
|
25
|
-
'addressbook' = 1,
|
|
26
|
-
'arrow-down' = 2,
|
|
27
|
-
'arrow-left' = 3,
|
|
28
|
-
'arrow-right' = 4,
|
|
29
|
-
'arrow-up' = 5,
|
|
30
|
-
'bell' = 6,
|
|
31
|
-
'calendar' = 7,
|
|
32
|
-
'check' = 8,
|
|
33
|
-
'checkbox-dash' = 9,
|
|
34
|
-
'clock' = 10,
|
|
35
|
-
'chevron-double-down' = 11,
|
|
36
|
-
'chevron-double-up' = 12,
|
|
37
|
-
'copy' = 13,
|
|
38
|
-
'deposit' = 14,
|
|
39
|
-
'download' = 15,
|
|
40
|
-
'eye-closed' = 16,
|
|
41
|
-
'eye-open' = 17,
|
|
42
|
-
'exchange-provider' = 18,
|
|
43
|
-
'graphics' = 19,
|
|
44
|
-
'happy-face' = 20,
|
|
45
|
-
'home' = 21,
|
|
46
|
-
'information-circle' = 22,
|
|
47
|
-
'internal-processing' = 23,
|
|
48
|
-
'language' = 24,
|
|
49
|
-
'mail' = 25,
|
|
50
|
-
'menu' = 26,
|
|
51
|
-
'money-in' = 27,
|
|
52
|
-
'monitor' = 28,
|
|
53
|
-
'more-options' = 29,
|
|
54
|
-
'new-tab' = 30,
|
|
55
|
-
'news' = 31,
|
|
56
|
-
'off' = 32,
|
|
57
|
-
'on' = 33,
|
|
58
|
-
'payout' = 34,
|
|
59
|
-
'percent' = 35,
|
|
60
|
-
'plus' = 36,
|
|
61
|
-
'question-circle' = 37,
|
|
62
|
-
'queue' = 38,
|
|
63
|
-
'rates' = 39,
|
|
64
|
-
'report' = 40,
|
|
65
|
-
'right-angle-arrow' = 41,
|
|
66
|
-
'search' = 42,
|
|
67
|
-
'security' = 43,
|
|
68
|
-
'settings' = 44,
|
|
69
|
-
'sign-out' = 45,
|
|
70
|
-
'stop' = 46,
|
|
71
|
-
'success-circle' = 47,
|
|
72
|
-
'swaps' = 48,
|
|
73
|
-
'swaps-arrow-left' = 49,
|
|
74
|
-
'swaps-arrow-right' = 50,
|
|
75
|
-
'switch' = 51,
|
|
76
|
-
'tool' = 52,
|
|
77
|
-
'trash' = 53,
|
|
78
|
-
'unlock' = 54,
|
|
79
|
-
'unsuccess' = 55,
|
|
80
|
-
'update' = 56,
|
|
81
|
-
'url' = 57,
|
|
82
|
-
'user' = 58,
|
|
83
|
-
'wallet' = 59,
|
|
84
|
-
'warning-circle' = 60
|
|
85
|
-
}
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
import { EventEmitter } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class GravityIconButtonComponent {
|
|
4
|
-
cypressTag: string;
|
|
5
|
-
icon: string;
|
|
6
|
-
supportText: string;
|
|
7
|
-
variant: boolean;
|
|
8
|
-
size: 'sm' | 'md';
|
|
9
|
-
type: 'primary' | 'secondary';
|
|
10
|
-
state: 'active' | 'disabled';
|
|
11
|
-
badge: {
|
|
12
|
-
type: 'warning' | 'neutro';
|
|
13
|
-
text?: string | null;
|
|
14
|
-
} | null;
|
|
15
|
-
clickOnIcon: EventEmitter<void>;
|
|
16
|
-
isPressed: boolean;
|
|
17
|
-
onClick(): void;
|
|
18
|
-
onPress(): void;
|
|
19
|
-
onRelease(): void;
|
|
20
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<GravityIconButtonComponent, never>;
|
|
21
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<GravityIconButtonComponent, "gravity-icon-button", never, { "cypressTag": { "alias": "cypressTag"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; "supportText": { "alias": "supportText"; "required": false; }; "variant": { "alias": "variant"; "required": false; }; "size": { "alias": "size"; "required": false; }; "type": { "alias": "type"; "required": false; }; "state": { "alias": "state"; "required": false; }; "badge": { "alias": "badge"; "required": false; }; }, { "clickOnIcon": "clickOnIcon"; }, never, never, false, never>;
|
|
22
|
-
}
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
export declare class GravityLinkComponent {
|
|
3
|
-
linkText: string;
|
|
4
|
-
fontClass: string;
|
|
5
|
-
link: string;
|
|
6
|
-
cypressTag: string;
|
|
7
|
-
iconName: string | undefined;
|
|
8
|
-
target: '_blank' | '_self';
|
|
9
|
-
iconPosition: 'left' | 'right';
|
|
10
|
-
iconSize: 'sm-12' | 'md-16' | 'lg-24' | 'xl-32';
|
|
11
|
-
state: 'active' | 'visited' | 'pressed' | 'disabled';
|
|
12
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<GravityLinkComponent, never>;
|
|
13
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<GravityLinkComponent, "gravity-link", never, { "linkText": { "alias": "linkText"; "required": false; }; "fontClass": { "alias": "fontClass"; "required": false; }; "link": { "alias": "link"; "required": false; }; "cypressTag": { "alias": "cypressTag"; "required": false; }; "iconName": { "alias": "iconName"; "required": false; }; "target": { "alias": "target"; "required": false; }; "iconPosition": { "alias": "iconPosition"; "required": false; }; "iconSize": { "alias": "iconSize"; "required": false; }; "state": { "alias": "state"; "required": false; }; }, {}, never, never, false, never>;
|
|
14
|
-
}
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
import { EventEmitter } from '@angular/core';
|
|
2
|
-
import { ModalButtonConfig, ModalLinkConfig } from "./gravity-modal.model";
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class GravityModalComponent {
|
|
5
|
-
title: string;
|
|
6
|
-
iconName: string;
|
|
7
|
-
preTitle: string;
|
|
8
|
-
subTitle: string;
|
|
9
|
-
isVisible: boolean;
|
|
10
|
-
state: 'positive' | 'negative' | 'warning' | 'neutral';
|
|
11
|
-
link: ModalLinkConfig;
|
|
12
|
-
primaryBtn: ModalButtonConfig;
|
|
13
|
-
secondaryBtn: ModalButtonConfig;
|
|
14
|
-
close: EventEmitter<void>;
|
|
15
|
-
closeModal(): void;
|
|
16
|
-
protected readonly onclose: (this: Window, ev: Event) => any;
|
|
17
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<GravityModalComponent, never>;
|
|
18
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<GravityModalComponent, "gravity-modal", never, { "title": { "alias": "title"; "required": false; }; "iconName": { "alias": "iconName"; "required": false; }; "preTitle": { "alias": "preTitle"; "required": false; }; "subTitle": { "alias": "subTitle"; "required": false; }; "isVisible": { "alias": "isVisible"; "required": false; }; "state": { "alias": "state"; "required": false; }; "link": { "alias": "link"; "required": false; }; "primaryBtn": { "alias": "primaryBtn"; "required": false; }; "secondaryBtn": { "alias": "secondaryBtn"; "required": false; }; }, { "close": "close"; }, never, ["*"], false, never>;
|
|
19
|
-
}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
export interface ModalButtonConfig {
|
|
2
|
-
text?: string;
|
|
3
|
-
icon?: string;
|
|
4
|
-
disabled?: boolean;
|
|
5
|
-
callback?: () => void;
|
|
6
|
-
iconPosition?: 'right' | 'left';
|
|
7
|
-
type?: 'primary' | 'secondary' | 'tertiary' | 'positive' | 'negative';
|
|
8
|
-
}
|
|
9
|
-
export interface ModalLinkConfig {
|
|
10
|
-
url?: string;
|
|
11
|
-
text?: string;
|
|
12
|
-
icon?: string;
|
|
13
|
-
fontClass?: string;
|
|
14
|
-
callback?: () => void;
|
|
15
|
-
iconPosition?: 'right' | 'left';
|
|
16
|
-
state?: 'active' | 'visited' | 'pressed' | 'disabled';
|
|
17
|
-
}
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { EventEmitter } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class GravityMultiLanguageComponent {
|
|
4
|
-
selectedLanguageResponse: EventEmitter<string>;
|
|
5
|
-
cypressTag: string;
|
|
6
|
-
languages: string[];
|
|
7
|
-
selectedLanguage: string;
|
|
8
|
-
size: 'sm' | 'md';
|
|
9
|
-
changeLanguage(language: string): void;
|
|
10
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<GravityMultiLanguageComponent, never>;
|
|
11
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<GravityMultiLanguageComponent, "gravity-multi-language", never, { "cypressTag": { "alias": "cypressTag"; "required": false; }; "languages": { "alias": "languages"; "required": false; }; "selectedLanguage": { "alias": "selectedLanguage"; "required": false; }; "size": { "alias": "size"; "required": false; }; }, { "selectedLanguageResponse": "selectedLanguage"; }, never, never, false, never>;
|
|
12
|
-
}
|
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
import { EventEmitter } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class GravityNavigationCardComponent {
|
|
4
|
-
cypressTag: string;
|
|
5
|
-
size: 'sm' | 'md';
|
|
6
|
-
state: 'active' | 'readonly';
|
|
7
|
-
title: string;
|
|
8
|
-
iconName: string;
|
|
9
|
-
actionText: string;
|
|
10
|
-
description: string;
|
|
11
|
-
fullWidth: boolean;
|
|
12
|
-
statusIndicator: {
|
|
13
|
-
status: 'positive' | 'positive-secondary' | 'negative' | 'negative-secondary' | 'attention' | 'neutro' | 'disabled';
|
|
14
|
-
text: string;
|
|
15
|
-
icon: string | null;
|
|
16
|
-
};
|
|
17
|
-
navigatorCardClicked: EventEmitter<void>;
|
|
18
|
-
isPressed: boolean;
|
|
19
|
-
onNavigationCardClick(): void;
|
|
20
|
-
onPress(): void;
|
|
21
|
-
onRelease(): void;
|
|
22
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<GravityNavigationCardComponent, never>;
|
|
23
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<GravityNavigationCardComponent, "gravity-navigation-card", never, { "cypressTag": { "alias": "cypressTag"; "required": false; }; "size": { "alias": "size"; "required": false; }; "state": { "alias": "state"; "required": false; }; "title": { "alias": "title"; "required": false; }; "iconName": { "alias": "iconName"; "required": false; }; "actionText": { "alias": "actionText"; "required": false; }; "description": { "alias": "description"; "required": false; }; "fullWidth": { "alias": "fullWidth"; "required": false; }; "statusIndicator": { "alias": "statusIndicator"; "required": false; }; }, { "navigatorCardClicked": "navigatorCardClicked"; }, never, never, false, never>;
|
|
24
|
-
}
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
export declare class GravityNetworkPillComponent {
|
|
3
|
-
cypressTag: string;
|
|
4
|
-
disabled: boolean;
|
|
5
|
-
showNetworkIcon: boolean;
|
|
6
|
-
network: {
|
|
7
|
-
iso: string;
|
|
8
|
-
id?: number;
|
|
9
|
-
};
|
|
10
|
-
type: 'primary' | 'secondary';
|
|
11
|
-
getNetworkIconName(): string;
|
|
12
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<GravityNetworkPillComponent, never>;
|
|
13
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<GravityNetworkPillComponent, "gravity-network-pill", never, { "cypressTag": { "alias": "cypressTag"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "showNetworkIcon": { "alias": "showNetworkIcon"; "required": false; }; "network": { "alias": "network"; "required": false; }; "type": { "alias": "type"; "required": false; }; }, {}, never, never, false, never>;
|
|
14
|
-
}
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { NgbActiveModal } from "@ng-bootstrap/ng-bootstrap";
|
|
2
|
-
import { GravityNotificationContent } from "./gravity-notification-content.interface";
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class GravityNotificationComponent {
|
|
5
|
-
private readonly ngbActiveModal;
|
|
6
|
-
notificationContent: GravityNotificationContent;
|
|
7
|
-
constructor(ngbActiveModal: NgbActiveModal);
|
|
8
|
-
get iconByState(): "check" | "unsuccess" | "warning-circle";
|
|
9
|
-
closeModal(): void;
|
|
10
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<GravityNotificationComponent, never>;
|
|
11
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<GravityNotificationComponent, "ng-component", never, { "notificationContent": { "alias": "notificationContent"; "required": false; }; }, {}, never, never, false, never>;
|
|
12
|
-
}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { GravityInstantNotificationsService } from "../../services/gravity-instant-notifications.service";
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class GravityNotificationInstantContainerComponent {
|
|
4
|
-
readonly gravityInstantNotificationsService: GravityInstantNotificationsService;
|
|
5
|
-
delay: number;
|
|
6
|
-
constructor(gravityInstantNotificationsService: GravityInstantNotificationsService);
|
|
7
|
-
iconByState(state: string): string;
|
|
8
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<GravityNotificationInstantContainerComponent, never>;
|
|
9
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<GravityNotificationInstantContainerComponent, "gravity-notification-instant-container", never, { "delay": { "alias": "delay"; "required": false; }; }, {}, never, never, false, never>;
|
|
10
|
-
}
|
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
import { EventEmitter, OnChanges, SimpleChanges } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export interface GravityPageChangedEvent {
|
|
4
|
-
page: number;
|
|
5
|
-
itemsPerPage: number;
|
|
6
|
-
}
|
|
7
|
-
export declare class GravityPaginationComponent implements OnChanges {
|
|
8
|
-
currentLang: string;
|
|
9
|
-
cypressTag: string;
|
|
10
|
-
totalItems: number;
|
|
11
|
-
itemsPerPage: number;
|
|
12
|
-
currentPage: number;
|
|
13
|
-
type: 'full' | 'compact' | 'page-count' | 'dots';
|
|
14
|
-
showPageCount: boolean;
|
|
15
|
-
showArrowDots: boolean;
|
|
16
|
-
pageChanged: EventEmitter<GravityPageChangedEvent>;
|
|
17
|
-
totalPages: number;
|
|
18
|
-
pages: number[];
|
|
19
|
-
ngOnChanges(changes: SimpleChanges): void;
|
|
20
|
-
private updatePages;
|
|
21
|
-
changePage(page: number): void;
|
|
22
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<GravityPaginationComponent, never>;
|
|
23
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<GravityPaginationComponent, "gravity-pagination", never, { "currentLang": { "alias": "currentLang"; "required": false; }; "cypressTag": { "alias": "cypressTag"; "required": false; }; "totalItems": { "alias": "totalItems"; "required": false; }; "itemsPerPage": { "alias": "itemsPerPage"; "required": false; }; "currentPage": { "alias": "currentPage"; "required": false; }; "type": { "alias": "type"; "required": false; }; "showPageCount": { "alias": "showPageCount"; "required": false; }; "showArrowDots": { "alias": "showArrowDots"; "required": false; }; }, { "pageChanged": "pageChanged"; }, never, never, false, never>;
|
|
24
|
-
}
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
import { NotificationViewedStatusRequest, UserNotifications } from "../../model/gravity-push-notifications.model";
|
|
2
|
-
import { ElementRef, EventEmitter, OnDestroy, OnInit } from '@angular/core';
|
|
3
|
-
import { PushNotificationsService } from "../../services/gravity-push-notifications-service.service";
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
export declare class GravityPushNotificationsComponent implements OnInit, OnDestroy {
|
|
6
|
-
readonly pushNotificationsService: PushNotificationsService;
|
|
7
|
-
private readonly elementRef;
|
|
8
|
-
set userNotifications(value: UserNotifications | undefined);
|
|
9
|
-
viewedNotificationsResponse: EventEmitter<NotificationViewedStatusRequest>;
|
|
10
|
-
isPanelOpen: boolean;
|
|
11
|
-
_userNotifications: UserNotifications | undefined;
|
|
12
|
-
viewedNotifications: NotificationViewedStatusRequest | undefined;
|
|
13
|
-
constructor(pushNotificationsService: PushNotificationsService, elementRef: ElementRef);
|
|
14
|
-
ngOnInit(): void;
|
|
15
|
-
ngOnDestroy(): void;
|
|
16
|
-
private processData;
|
|
17
|
-
handleToggleNotificationsPanel(): void;
|
|
18
|
-
onClick(event: MouseEvent): void;
|
|
19
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<GravityPushNotificationsComponent, never>;
|
|
20
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<GravityPushNotificationsComponent, "gravity-push-notifications", never, { "userNotifications": { "alias": "userNotifications"; "required": false; }; }, { "viewedNotificationsResponse": "viewedNotificationsResponse"; }, never, never, false, never>;
|
|
21
|
-
}
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
import { EventEmitter } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class GravityRadioButtonComponent {
|
|
4
|
-
cypressTag: string;
|
|
5
|
-
checked: boolean;
|
|
6
|
-
disabled: boolean;
|
|
7
|
-
name: string;
|
|
8
|
-
size: 'md' | 'sm';
|
|
9
|
-
value: string;
|
|
10
|
-
onChange: EventEmitter<string>;
|
|
11
|
-
onChangeEvent(value: string): void;
|
|
12
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<GravityRadioButtonComponent, never>;
|
|
13
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<GravityRadioButtonComponent, "gravity-radio-button", never, { "cypressTag": { "alias": "cypressTag"; "required": false; }; "checked": { "alias": "checked"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "name": { "alias": "name"; "required": false; }; "size": { "alias": "size"; "required": false; }; "value": { "alias": "value"; "required": false; }; }, { "onChange": "onChange"; }, never, ["*"], false, never>;
|
|
14
|
-
}
|
|
@@ -1,33 +0,0 @@
|
|
|
1
|
-
import { AfterViewInit, ElementRef, EventEmitter, OnInit, QueryList } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export interface SegmentedButton {
|
|
4
|
-
text: string;
|
|
5
|
-
icon?: string;
|
|
6
|
-
value: string;
|
|
7
|
-
cypressTag?: string;
|
|
8
|
-
}
|
|
9
|
-
export declare class GravitySegmentedButtonComponent implements OnInit, AfterViewInit {
|
|
10
|
-
size: 'sm' | 'md';
|
|
11
|
-
buttons: SegmentedButton[];
|
|
12
|
-
disabled: boolean;
|
|
13
|
-
preselectedItem?: string;
|
|
14
|
-
selected: EventEmitter<string>;
|
|
15
|
-
buttonElements: QueryList<ElementRef<HTMLElement>>;
|
|
16
|
-
selectedValue: string;
|
|
17
|
-
sliderStyle: {
|
|
18
|
-
left: string;
|
|
19
|
-
width: string;
|
|
20
|
-
};
|
|
21
|
-
ngOnInit(): void;
|
|
22
|
-
ngAfterViewInit(): void;
|
|
23
|
-
onSelect(button: SegmentedButton): void;
|
|
24
|
-
getState(button: SegmentedButton): string;
|
|
25
|
-
updateSliderStyle(): void;
|
|
26
|
-
getSliderStyle(): {
|
|
27
|
-
left: string;
|
|
28
|
-
width: string;
|
|
29
|
-
};
|
|
30
|
-
setSelectedValue(value: string): void;
|
|
31
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<GravitySegmentedButtonComponent, never>;
|
|
32
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<GravitySegmentedButtonComponent, "gravity-segmented-button", never, { "size": { "alias": "size"; "required": false; }; "buttons": { "alias": "buttons"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "preselectedItem": { "alias": "preselectedItem"; "required": false; }; }, { "selected": "selected"; }, never, never, false, never>;
|
|
33
|
-
}
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
import { OnChanges } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class GravityStatusIndicatorComponent implements OnChanges {
|
|
4
|
-
icon: string;
|
|
5
|
-
text: string;
|
|
6
|
-
cypressTag: string;
|
|
7
|
-
size: 'sm' | 'md';
|
|
8
|
-
type: 'primary' | 'secondary';
|
|
9
|
-
status: 'positive' | 'positive-secondary' | 'negative' | 'negative-secondary' | 'attention' | 'neutro' | 'disabled';
|
|
10
|
-
ngOnChanges(): void;
|
|
11
|
-
capitalizeFirst(): string;
|
|
12
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<GravityStatusIndicatorComponent, never>;
|
|
13
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<GravityStatusIndicatorComponent, "gravity-status-indicator", never, { "icon": { "alias": "icon"; "required": false; }; "text": { "alias": "text"; "required": false; }; "cypressTag": { "alias": "cypressTag"; "required": false; }; "size": { "alias": "size"; "required": false; }; "type": { "alias": "type"; "required": false; }; "status": { "alias": "status"; "required": false; }; }, {}, never, never, false, never>;
|
|
14
|
-
}
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import { EventEmitter } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class GravityStepperComponent {
|
|
4
|
-
currentLang: string;
|
|
5
|
-
stepLabels: string[];
|
|
6
|
-
currentStepResponse: EventEmitter<number>;
|
|
7
|
-
currentStep: number;
|
|
8
|
-
goNext(): void;
|
|
9
|
-
goBack(): void;
|
|
10
|
-
reset(): void;
|
|
11
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<GravityStepperComponent, never>;
|
|
12
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<GravityStepperComponent, "gravity-stepper", never, { "currentLang": { "alias": "currentLang"; "required": false; }; "stepLabels": { "alias": "stepLabels"; "required": false; }; }, { "currentStepResponse": "currentStep"; }, never, ["*"], false, never>;
|
|
13
|
-
}
|
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
import { AfterViewInit, EventEmitter, OnChanges, SimpleChanges } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class GravitySwitchComponent implements AfterViewInit, OnChanges {
|
|
4
|
-
cypressTag: string;
|
|
5
|
-
size: 'md' | 'sm';
|
|
6
|
-
checked: boolean;
|
|
7
|
-
disabled: boolean;
|
|
8
|
-
icons: {
|
|
9
|
-
on?: string;
|
|
10
|
-
off?: string;
|
|
11
|
-
};
|
|
12
|
-
labels: {
|
|
13
|
-
left?: string;
|
|
14
|
-
right?: string;
|
|
15
|
-
};
|
|
16
|
-
response: EventEmitter<boolean>;
|
|
17
|
-
isSwitchActive: boolean;
|
|
18
|
-
ngAfterViewInit(): void;
|
|
19
|
-
ngOnChanges(changes: SimpleChanges): void;
|
|
20
|
-
toggleSwitch(): void;
|
|
21
|
-
getIconSizeClass(size: 'md' | 'sm'): "md-16" | "sm-12";
|
|
22
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<GravitySwitchComponent, never>;
|
|
23
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<GravitySwitchComponent, "gravity-switch", never, { "cypressTag": { "alias": "cypressTag"; "required": false; }; "size": { "alias": "size"; "required": false; }; "checked": { "alias": "checked"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "icons": { "alias": "icons"; "required": false; }; "labels": { "alias": "labels"; "required": false; }; }, { "response": "response"; }, never, never, false, never>;
|
|
24
|
-
}
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import { EventEmitter } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class GravityTabPrimaryComponent {
|
|
4
|
-
selected: number;
|
|
5
|
-
size: 'sm' | 'md' | 'lg';
|
|
6
|
-
paddingClass: string;
|
|
7
|
-
tabs: {
|
|
8
|
-
title: string;
|
|
9
|
-
icon?: string;
|
|
10
|
-
cypressTag?: string;
|
|
11
|
-
}[];
|
|
12
|
-
pressed: EventEmitter<number>;
|
|
13
|
-
setActiveTab(index: number): void;
|
|
14
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<GravityTabPrimaryComponent, never>;
|
|
15
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<GravityTabPrimaryComponent, "gravity-tab-primary", never, { "selected": { "alias": "selected"; "required": false; }; "size": { "alias": "size"; "required": false; }; "paddingClass": { "alias": "paddingClass"; "required": false; }; "tabs": { "alias": "tabs"; "required": false; }; }, { "pressed": "pressed"; }, never, never, false, never>;
|
|
16
|
-
}
|