@sd-angular/core 19.0.0-beta.99 → 19.0.3
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 +9 -11
- package/assets/images/coming-soon.svg +23 -0
- package/assets/images/data-empty.svg +21 -0
- package/assets/images/expired.svg +22 -0
- package/assets/images/file-error.svg +28 -0
- package/assets/images/filter-empty.svg +20 -0
- package/assets/images/filter-required.svg +21 -0
- package/assets/images/forbidden.svg +15 -0
- package/assets/images/image-error.svg +27 -0
- package/assets/images/maintenance.svg +23 -0
- package/assets/images/not-found.svg +20 -0
- package/assets/images/offline.svg +20 -0
- package/assets/images/submitted.svg +18 -0
- package/assets/images/success.svg +18 -0
- package/assets/images/unauthorized.svg +22 -0
- package/assets/images/unknown-error.svg +18 -0
- package/assets/scss/README.md +433 -353
- package/assets/scss/core/_inline-edit.scss +105 -0
- package/assets/scss/core/form.scss +58 -1
- package/assets/scss/core/image.scss +35 -0
- package/assets/scss/core/utilities/_base.scss +6 -6
- package/assets/scss/core/utilities/_grid.scss +4 -3
- package/assets/scss/core/utilities/_index.scss +1 -1
- package/assets/scss/core/utilities/_sizing.scss +2 -2
- package/assets/scss/sd-core.scss +1 -2
- package/components/autoid-inspector/src/autoid-inspector.component.d.ts +18 -0
- package/components/autoid-inspector/src/models/autoid-element.model.d.ts +45 -1
- package/components/autoid-inspector/src/models/autoid-export-format.model.d.ts +19 -0
- package/components/autoid-inspector/src/services/autoid-export.service.d.ts +10 -2
- package/components/autoid-inspector/src/services/autoid-scanner.service.d.ts +26 -3
- package/components/badge/src/badge.component.d.ts +20 -3
- package/components/button/src/button.component.d.ts +2 -1
- package/components/ckeditor-styles/index.d.ts +1 -0
- package/components/ckeditor-styles/src/ckeditor-styles.component.d.ts +25 -0
- package/components/form-generic/src/components/form-builder/form-builder.component.d.ts +12 -13
- package/components/form-generic/src/models/form-generic-component.model.d.ts +5 -6
- package/components/form-generic/src/models/form-generic-expression.model.d.ts +1 -1
- package/components/history/models/history.model.d.ts +2 -2
- package/components/index.d.ts +2 -0
- package/components/inform/index.d.ts +2 -0
- package/components/inform/src/inform-action.directive.d.ts +9 -0
- package/components/inform/src/inform.component.d.ts +59 -0
- package/components/modal/src/modal.component.d.ts +2 -1
- package/components/modal-resizable/index.d.ts +1 -0
- package/components/modal-resizable/src/modal-resizable.component.d.ts +29 -0
- package/components/operator/index.d.ts +1 -0
- package/components/operator/src/operator.component.d.ts +34 -0
- package/components/query-bar/index.d.ts +2 -0
- package/components/query-bar/src/components/actions-bar/actions-bar.component.d.ts +28 -0
- package/components/query-bar/src/components/build-chip/build-chip.component.d.ts +67 -0
- package/components/query-bar/src/components/chip-popover/chip-popover.component.d.ts +73 -0
- package/components/query-bar/src/components/field-picker/field-picker.component.d.ts +37 -0
- package/components/query-bar/src/components/inline-chip/inline-chip.component.d.ts +76 -0
- package/components/query-bar/src/components/inline-value-chip/inline-value-chip.component.d.ts +67 -0
- package/components/query-bar/src/components/popover-chip/popover-chip.component.d.ts +35 -0
- package/components/query-bar/src/components/saved-filters-menu/saved-filters-menu.component.d.ts +39 -0
- package/components/query-bar/src/query-bar.component.d.ts +137 -0
- package/components/query-bar/src/query-bar.model.d.ts +136 -0
- package/components/section/src/section.component.d.ts +2 -1
- package/components/stepper/index.d.ts +2 -0
- package/components/stepper/src/step.component.d.ts +17 -0
- package/components/stepper/src/stepper.component.d.ts +33 -0
- package/components/tab/index.d.ts +2 -0
- package/components/tab/src/tab-group.component.d.ts +37 -0
- package/components/tab/src/tab.component.d.ts +13 -0
- package/components/tab-router/src/decorators/tab.decorator.d.ts +2 -2
- package/components/tab-router/src/models/tab-router.model.d.ts +2 -2
- package/components/table/index.d.ts +1 -0
- package/components/table/src/components/column-title/column-title.component.d.ts +1 -1
- package/components/table/src/components/config/config.component.d.ts +3 -1
- package/components/table/src/components/desktop-cell/desktop-cell.component.d.ts +3 -3
- package/components/table/src/components/filter/column-filter/column-filter.component.d.ts +3 -7
- package/components/table/src/components/selector-action/selector-action.component.d.ts +3 -1
- package/components/table/src/configurations/table.configuration.d.ts +3 -3
- package/components/table/src/directives/index.d.ts +1 -0
- package/components/table/src/directives/sd-table-cell-def.directive.d.ts +12 -4
- package/components/table/src/directives/sd-table-column-filter-def.directive.d.ts +12 -4
- package/components/table/src/directives/sd-table-expand-def.directive.d.ts +10 -4
- package/components/table/src/directives/sd-table-filter-def.directive.d.ts +3 -3
- package/components/table/src/directives/sd-table-footer-def.directive.d.ts +12 -4
- package/components/table/src/directives/sd-table-group-def.directive.d.ts +44 -0
- package/components/table/src/directives/sd-table-title-def.directive.d.ts +10 -4
- package/components/table/src/models/index.d.ts +1 -0
- package/components/table/src/models/table-column.model.d.ts +13 -13
- package/components/table/src/models/table-command.model.d.ts +3 -2
- package/components/table/src/models/table-item.model.d.ts +19 -4
- package/components/table/src/models/table-option-export.model.d.ts +3 -3
- package/components/table/src/models/table-option-group.model.d.ts +19 -2
- package/components/table/src/models/table-option-selector.model.d.ts +17 -1
- package/components/table/src/models/table-option-tree.model.d.ts +96 -8
- package/components/table/src/models/table-option.model.d.ts +11 -2
- package/components/table/src/pipes/sd-group.pipe.d.ts +15 -1
- package/components/table/src/services/table-filter/table-filter.model.d.ts +9 -9
- package/components/table/src/services/table-filter/table-filter.service.d.ts +2 -2
- package/components/table/src/services/tree/tree.util.d.ts +43 -2
- package/components/table/src/table.component.d.ts +36 -11
- package/components/view/src/view.component.d.ts +35 -1
- package/directives/src/sd-desktop.directive.d.ts +2 -4
- package/directives/src/sd-mobile.directive.d.ts +2 -4
- package/fesm2022/sd-angular-core-components-anchor.mjs +75 -49
- package/fesm2022/sd-angular-core-components-anchor.mjs.map +1 -1
- package/fesm2022/sd-angular-core-components-autoid-inspector.mjs +254 -29
- package/fesm2022/sd-angular-core-components-autoid-inspector.mjs.map +1 -1
- package/fesm2022/sd-angular-core-components-avatar.mjs +2 -2
- package/fesm2022/sd-angular-core-components-avatar.mjs.map +1 -1
- package/fesm2022/sd-angular-core-components-badge.mjs +18 -3
- package/fesm2022/sd-angular-core-components-badge.mjs.map +1 -1
- package/fesm2022/sd-angular-core-components-button.mjs +2 -2
- package/fesm2022/sd-angular-core-components-button.mjs.map +1 -1
- package/fesm2022/sd-angular-core-components-ckeditor-styles.mjs +38 -0
- package/fesm2022/sd-angular-core-components-ckeditor-styles.mjs.map +1 -0
- package/fesm2022/sd-angular-core-components-document-builder.mjs +10 -8
- package/fesm2022/sd-angular-core-components-document-builder.mjs.map +1 -1
- package/fesm2022/sd-angular-core-components-editor.mjs +3 -2
- package/fesm2022/sd-angular-core-components-editor.mjs.map +1 -1
- package/fesm2022/sd-angular-core-components-form-generic.mjs +149 -235
- package/fesm2022/sd-angular-core-components-form-generic.mjs.map +1 -1
- package/fesm2022/sd-angular-core-components-history.mjs +3 -2
- package/fesm2022/sd-angular-core-components-history.mjs.map +1 -1
- package/fesm2022/sd-angular-core-components-inform.mjs +190 -0
- package/fesm2022/sd-angular-core-components-inform.mjs.map +1 -0
- package/fesm2022/sd-angular-core-components-mini-editor.mjs +4 -3
- package/fesm2022/sd-angular-core-components-mini-editor.mjs.map +1 -1
- package/fesm2022/sd-angular-core-components-modal-resizable.mjs +158 -0
- package/fesm2022/sd-angular-core-components-modal-resizable.mjs.map +1 -0
- package/fesm2022/sd-angular-core-components-modal.mjs +2 -2
- package/fesm2022/sd-angular-core-components-modal.mjs.map +1 -1
- package/fesm2022/sd-angular-core-components-operator.mjs +77 -0
- package/fesm2022/sd-angular-core-components-operator.mjs.map +1 -0
- package/fesm2022/sd-angular-core-components-preview.mjs +4 -4
- package/fesm2022/sd-angular-core-components-preview.mjs.map +1 -1
- package/fesm2022/sd-angular-core-components-query-bar.mjs +1384 -0
- package/fesm2022/sd-angular-core-components-query-bar.mjs.map +1 -0
- package/fesm2022/sd-angular-core-components-quick-action.mjs +2 -2
- package/fesm2022/sd-angular-core-components-quick-action.mjs.map +1 -1
- package/fesm2022/sd-angular-core-components-section.mjs.map +1 -1
- package/fesm2022/sd-angular-core-components-side-drawer.mjs +2 -2
- package/fesm2022/sd-angular-core-components-side-drawer.mjs.map +1 -1
- package/fesm2022/sd-angular-core-components-splitter.mjs +5 -2
- package/fesm2022/sd-angular-core-components-splitter.mjs.map +1 -1
- package/fesm2022/sd-angular-core-components-stepper.mjs +140 -0
- package/fesm2022/sd-angular-core-components-stepper.mjs.map +1 -0
- package/fesm2022/sd-angular-core-components-tab-router.mjs +3 -3
- package/fesm2022/sd-angular-core-components-tab-router.mjs.map +1 -1
- package/fesm2022/sd-angular-core-components-tab.mjs +145 -0
- package/fesm2022/sd-angular-core-components-tab.mjs.map +1 -0
- package/fesm2022/sd-angular-core-components-table.mjs +576 -222
- package/fesm2022/sd-angular-core-components-table.mjs.map +1 -1
- package/fesm2022/sd-angular-core-components-upload-file.mjs +23 -23
- package/fesm2022/sd-angular-core-components-upload-file.mjs.map +1 -1
- package/fesm2022/sd-angular-core-components-view.mjs +44 -9
- package/fesm2022/sd-angular-core-components-view.mjs.map +1 -1
- package/fesm2022/sd-angular-core-components.mjs +2 -0
- package/fesm2022/sd-angular-core-components.mjs.map +1 -1
- package/fesm2022/sd-angular-core-directives.mjs +19 -21
- package/fesm2022/sd-angular-core-directives.mjs.map +1 -1
- package/fesm2022/sd-angular-core-forms-autocomplete.mjs +38 -14
- package/fesm2022/sd-angular-core-forms-autocomplete.mjs.map +1 -1
- package/fesm2022/sd-angular-core-forms-checkbox.mjs +97 -87
- package/fesm2022/sd-angular-core-forms-checkbox.mjs.map +1 -1
- package/fesm2022/sd-angular-core-forms-chip-calendar.mjs +92 -61
- package/fesm2022/sd-angular-core-forms-chip-calendar.mjs.map +1 -1
- package/fesm2022/sd-angular-core-forms-chip.mjs +89 -52
- package/fesm2022/sd-angular-core-forms-chip.mjs.map +1 -1
- package/fesm2022/sd-angular-core-forms-date-range.mjs +63 -10
- package/fesm2022/sd-angular-core-forms-date-range.mjs.map +1 -1
- package/fesm2022/sd-angular-core-forms-date.mjs +39 -15
- package/fesm2022/sd-angular-core-forms-date.mjs.map +1 -1
- package/fesm2022/sd-angular-core-forms-datetime.mjs +33 -14
- package/fesm2022/sd-angular-core-forms-datetime.mjs.map +1 -1
- package/fesm2022/sd-angular-core-forms-directives.mjs +18 -24
- package/fesm2022/sd-angular-core-forms-directives.mjs.map +1 -1
- package/fesm2022/sd-angular-core-forms-inline-text.mjs +167 -0
- package/fesm2022/sd-angular-core-forms-inline-text.mjs.map +1 -0
- package/fesm2022/sd-angular-core-forms-input-color.mjs +119 -0
- package/fesm2022/sd-angular-core-forms-input-color.mjs.map +1 -0
- package/fesm2022/sd-angular-core-forms-input-number.mjs +66 -14
- package/fesm2022/sd-angular-core-forms-input-number.mjs.map +1 -1
- package/fesm2022/sd-angular-core-forms-input.mjs +86 -29
- package/fesm2022/sd-angular-core-forms-input.mjs.map +1 -1
- package/fesm2022/sd-angular-core-forms-models.mjs +44 -2
- package/fesm2022/sd-angular-core-forms-models.mjs.map +1 -1
- package/fesm2022/sd-angular-core-forms-radio.mjs +130 -175
- package/fesm2022/sd-angular-core-forms-radio.mjs.map +1 -1
- package/fesm2022/sd-angular-core-forms-select.mjs +66 -23
- package/fesm2022/sd-angular-core-forms-select.mjs.map +1 -1
- package/fesm2022/sd-angular-core-forms-switch.mjs +95 -98
- package/fesm2022/sd-angular-core-forms-switch.mjs.map +1 -1
- package/fesm2022/sd-angular-core-forms-textarea.mjs +33 -12
- package/fesm2022/sd-angular-core-forms-textarea.mjs.map +1 -1
- package/fesm2022/sd-angular-core-i18n.mjs +65 -0
- package/fesm2022/sd-angular-core-i18n.mjs.map +1 -1
- package/fesm2022/sd-angular-core-modules-auth.mjs +4 -4
- package/fesm2022/sd-angular-core-modules-auth.mjs.map +1 -1
- package/fesm2022/sd-angular-core-modules-authom.mjs +1 -1
- package/fesm2022/sd-angular-core-modules-authom.mjs.map +1 -1
- package/fesm2022/sd-angular-core-modules-layout.mjs +23 -23
- package/fesm2022/sd-angular-core-modules-layout.mjs.map +1 -1
- package/fesm2022/sd-angular-core-modules-permission.mjs +3 -3
- package/fesm2022/sd-angular-core-modules-permission.mjs.map +1 -1
- package/fesm2022/sd-angular-core-pipes.mjs +2 -2
- package/fesm2022/sd-angular-core-pipes.mjs.map +1 -1
- package/fesm2022/sd-angular-core-services-api.mjs +3 -3
- package/fesm2022/sd-angular-core-services-api.mjs.map +1 -1
- package/fesm2022/sd-angular-core-services-cache.mjs +3 -2
- package/fesm2022/sd-angular-core-services-cache.mjs.map +1 -1
- package/fesm2022/sd-angular-core-services-confirm.mjs +1 -1
- package/fesm2022/sd-angular-core-services-confirm.mjs.map +1 -1
- package/fesm2022/sd-angular-core-services-excel.mjs +6 -5
- package/fesm2022/sd-angular-core-services-excel.mjs.map +1 -1
- package/fesm2022/sd-angular-core-services-notify.mjs +18 -5
- package/fesm2022/sd-angular-core-services-notify.mjs.map +1 -1
- package/fesm2022/sd-angular-core-services-storage.mjs +2 -2
- package/fesm2022/sd-angular-core-services-storage.mjs.map +1 -1
- package/fesm2022/sd-angular-core-utilities-models.mjs.map +1 -1
- package/forms/autocomplete/src/autocomplete.component.d.ts +24 -10
- package/forms/checkbox/src/checkbox.component.d.ts +21 -20
- package/forms/chip/src/chip.component.d.ts +25 -20
- package/forms/chip-calendar/src/chip-calendar.component.d.ts +27 -22
- package/forms/date/src/date.component.d.ts +23 -9
- package/forms/date-range/src/date-range.component.d.ts +28 -5
- package/forms/datetime/src/datetime.component.d.ts +21 -8
- package/forms/directives/src/item-def.directive.d.ts +10 -5
- package/forms/directives/src/label-def.directive.d.ts +3 -2
- package/forms/directives/src/suffix-def.directive.d.ts +3 -2
- package/forms/directives/src/view-def.directive.d.ts +9 -9
- package/forms/inline-text/index.d.ts +1 -0
- package/forms/inline-text/src/inline-text.component.d.ts +76 -0
- package/forms/input/src/input.component.d.ts +31 -13
- package/forms/input-color/index.d.ts +1 -0
- package/forms/input-color/src/input-color.component.d.ts +34 -0
- package/forms/input-number/src/input-number.component.d.ts +25 -9
- package/forms/models/index.d.ts +1 -0
- package/forms/models/src/sd-custom-validator.model.d.ts +13 -1
- package/forms/models/src/sd-viewed.d.ts +38 -0
- package/forms/radio/src/radio.component.d.ts +37 -38
- package/forms/select/src/select.component.d.ts +36 -14
- package/forms/switch/src/switch.component.d.ts +22 -23
- package/forms/textarea/src/textarea.component.d.ts +18 -8
- package/i18n/src/en.d.ts +11 -0
- package/modules/auth/configurations/auth.configuration.d.ts +4 -4
- package/modules/layout/configurations/layout.configuration.d.ts +3 -3
- package/modules/permission/src/configurations/permission.configuration.d.ts +3 -3
- package/package.json +92 -56
- package/sd-angular-core-19.0.3.tgz +0 -0
- package/services/confirm/src/lib/components/dialog-confirm/dialog-confirm.component.d.ts +3 -3
- package/services/confirm/src/lib/confirm.service.d.ts +9 -9
- package/services/notify/src/components/toast/toast.component.d.ts +4 -0
- package/utilities/models/src/icon.model.d.ts +1 -1
- package/assets/scss/bootstrap-4.6.2/_alert.scss +0 -52
- package/assets/scss/bootstrap-4.6.2/_badge.scss +0 -54
- package/assets/scss/bootstrap-4.6.2/_breadcrumb.scss +0 -42
- package/assets/scss/bootstrap-4.6.2/_button-group.scss +0 -163
- package/assets/scss/bootstrap-4.6.2/_buttons.scss +0 -142
- package/assets/scss/bootstrap-4.6.2/_card.scss +0 -286
- package/assets/scss/bootstrap-4.6.2/_carousel.scss +0 -200
- package/assets/scss/bootstrap-4.6.2/_close.scss +0 -40
- package/assets/scss/bootstrap-4.6.2/_code.scss +0 -48
- package/assets/scss/bootstrap-4.6.2/_custom-forms.scss +0 -526
- package/assets/scss/bootstrap-4.6.2/_dropdown.scss +0 -192
- package/assets/scss/bootstrap-4.6.2/_forms.scss +0 -347
- package/assets/scss/bootstrap-4.6.2/_functions.scss +0 -190
- package/assets/scss/bootstrap-4.6.2/_grid.scss +0 -73
- package/assets/scss/bootstrap-4.6.2/_images.scss +0 -42
- package/assets/scss/bootstrap-4.6.2/_input-group.scss +0 -211
- package/assets/scss/bootstrap-4.6.2/_jumbotron.scss +0 -17
- package/assets/scss/bootstrap-4.6.2/_list-group.scss +0 -154
- package/assets/scss/bootstrap-4.6.2/_media.scss +0 -8
- package/assets/scss/bootstrap-4.6.2/_mixins.scss +0 -47
- package/assets/scss/bootstrap-4.6.2/_modal.scss +0 -240
- package/assets/scss/bootstrap-4.6.2/_nav.scss +0 -125
- package/assets/scss/bootstrap-4.6.2/_navbar.scss +0 -332
- package/assets/scss/bootstrap-4.6.2/_pagination.scss +0 -74
- package/assets/scss/bootstrap-4.6.2/_popover.scss +0 -170
- package/assets/scss/bootstrap-4.6.2/_print.scss +0 -132
- package/assets/scss/bootstrap-4.6.2/_progress.scss +0 -47
- package/assets/scss/bootstrap-4.6.2/_reboot.scss +0 -484
- package/assets/scss/bootstrap-4.6.2/_root.scss +0 -19
- package/assets/scss/bootstrap-4.6.2/_spinners.scss +0 -65
- package/assets/scss/bootstrap-4.6.2/_tables.scss +0 -185
- package/assets/scss/bootstrap-4.6.2/_toasts.scss +0 -46
- package/assets/scss/bootstrap-4.6.2/_tooltip.scss +0 -115
- package/assets/scss/bootstrap-4.6.2/_transitions.scss +0 -26
- package/assets/scss/bootstrap-4.6.2/_type.scss +0 -125
- package/assets/scss/bootstrap-4.6.2/_utilities.scss +0 -18
- package/assets/scss/bootstrap-4.6.2/_variables.scss +0 -1150
- package/assets/scss/bootstrap-4.6.2/bootstrap-grid.scss +0 -30
- package/assets/scss/bootstrap-4.6.2/bootstrap-reboot.scss +0 -12
- package/assets/scss/bootstrap-4.6.2/bootstrap.scss +0 -44
- package/assets/scss/bootstrap-4.6.2/mixins/_alert.scss +0 -13
- package/assets/scss/bootstrap-4.6.2/mixins/_background-variant.scss +0 -23
- package/assets/scss/bootstrap-4.6.2/mixins/_badge.scss +0 -17
- package/assets/scss/bootstrap-4.6.2/mixins/_border-radius.scss +0 -76
- package/assets/scss/bootstrap-4.6.2/mixins/_box-shadow.scss +0 -20
- package/assets/scss/bootstrap-4.6.2/mixins/_breakpoints.scss +0 -123
- package/assets/scss/bootstrap-4.6.2/mixins/_buttons.scss +0 -110
- package/assets/scss/bootstrap-4.6.2/mixins/_caret.scss +0 -62
- package/assets/scss/bootstrap-4.6.2/mixins/_clearfix.scss +0 -7
- package/assets/scss/bootstrap-4.6.2/mixins/_deprecate.scss +0 -10
- package/assets/scss/bootstrap-4.6.2/mixins/_float.scss +0 -14
- package/assets/scss/bootstrap-4.6.2/mixins/_forms.scss +0 -195
- package/assets/scss/bootstrap-4.6.2/mixins/_gradients.scss +0 -45
- package/assets/scss/bootstrap-4.6.2/mixins/_grid-framework.scss +0 -80
- package/assets/scss/bootstrap-4.6.2/mixins/_grid.scss +0 -69
- package/assets/scss/bootstrap-4.6.2/mixins/_hover.scss +0 -37
- package/assets/scss/bootstrap-4.6.2/mixins/_image.scss +0 -36
- package/assets/scss/bootstrap-4.6.2/mixins/_list-group.scss +0 -21
- package/assets/scss/bootstrap-4.6.2/mixins/_lists.scss +0 -7
- package/assets/scss/bootstrap-4.6.2/mixins/_nav-divider.scss +0 -11
- package/assets/scss/bootstrap-4.6.2/mixins/_pagination.scss +0 -22
- package/assets/scss/bootstrap-4.6.2/mixins/_reset-text.scss +0 -17
- package/assets/scss/bootstrap-4.6.2/mixins/_resize.scss +0 -6
- package/assets/scss/bootstrap-4.6.2/mixins/_screen-reader.scss +0 -34
- package/assets/scss/bootstrap-4.6.2/mixins/_size.scss +0 -7
- package/assets/scss/bootstrap-4.6.2/mixins/_table-row.scss +0 -39
- package/assets/scss/bootstrap-4.6.2/mixins/_text-emphasis.scss +0 -17
- package/assets/scss/bootstrap-4.6.2/mixins/_text-hide.scss +0 -11
- package/assets/scss/bootstrap-4.6.2/mixins/_text-truncate.scss +0 -8
- package/assets/scss/bootstrap-4.6.2/mixins/_transition.scss +0 -26
- package/assets/scss/bootstrap-4.6.2/mixins/_visibility.scss +0 -8
- package/assets/scss/bootstrap-4.6.2/utilities/_align.scss +0 -8
- package/assets/scss/bootstrap-4.6.2/utilities/_background.scss +0 -19
- package/assets/scss/bootstrap-4.6.2/utilities/_borders.scss +0 -75
- package/assets/scss/bootstrap-4.6.2/utilities/_clearfix.scss +0 -3
- package/assets/scss/bootstrap-4.6.2/utilities/_display.scss +0 -26
- package/assets/scss/bootstrap-4.6.2/utilities/_embed.scss +0 -39
- package/assets/scss/bootstrap-4.6.2/utilities/_flex.scss +0 -51
- package/assets/scss/bootstrap-4.6.2/utilities/_float.scss +0 -11
- package/assets/scss/bootstrap-4.6.2/utilities/_interactions.scss +0 -5
- package/assets/scss/bootstrap-4.6.2/utilities/_overflow.scss +0 -5
- package/assets/scss/bootstrap-4.6.2/utilities/_position.scss +0 -32
- package/assets/scss/bootstrap-4.6.2/utilities/_screenreaders.scss +0 -11
- package/assets/scss/bootstrap-4.6.2/utilities/_shadows.scss +0 -6
- package/assets/scss/bootstrap-4.6.2/utilities/_sizing.scss +0 -20
- package/assets/scss/bootstrap-4.6.2/utilities/_spacing.scss +0 -73
- package/assets/scss/bootstrap-4.6.2/utilities/_stretched-link.scss +0 -19
- package/assets/scss/bootstrap-4.6.2/utilities/_text.scss +0 -72
- package/assets/scss/bootstrap-4.6.2/utilities/_visibility.scss +0 -13
- package/assets/scss/bootstrap-4.6.2/vendor/_rfs.scss +0 -228
- package/assets/scss/core/bootstrap.scss +0 -13
- package/components/table/index.d.ts.map +0 -1
- package/components/table/sd-angular-core-components-table.d.ts.map +0 -1
- package/components/table/src/components/column-title/column-title.component.d.ts.map +0 -1
- package/components/table/src/components/command/desktop-command.component.d.ts.map +0 -1
- package/components/table/src/components/command/pipes/command.pipe.d.ts.map +0 -1
- package/components/table/src/components/command/pipes/filter.pipe.d.ts.map +0 -1
- package/components/table/src/components/config/config.component.d.ts.map +0 -1
- package/components/table/src/components/desktop-cell/desktop-cell.component.d.ts.map +0 -1
- package/components/table/src/components/desktop-cell/view/view.component.d.ts.map +0 -1
- package/components/table/src/components/filter/column-filter/column-filter.component.d.ts.map +0 -1
- package/components/table/src/components/filter/external-filter/external-filter.component.d.ts.map +0 -1
- package/components/table/src/components/filter/index.d.ts.map +0 -1
- package/components/table/src/components/filter/mobile-filter/mobile-filter.component.d.ts.map +0 -1
- package/components/table/src/components/index.d.ts.map +0 -1
- package/components/table/src/components/popup-export/popup-export.component.d.ts.map +0 -1
- package/components/table/src/components/selector-action/action-filter.pipe.d.ts.map +0 -1
- package/components/table/src/components/selector-action/selector-action.component.d.ts.map +0 -1
- package/components/table/src/configurations/index.d.ts.map +0 -1
- package/components/table/src/configurations/table.configuration.d.ts.map +0 -1
- package/components/table/src/directives/index.d.ts.map +0 -1
- package/components/table/src/directives/sd-column-resize.directive.d.ts.map +0 -1
- package/components/table/src/directives/sd-table-cell-def.directive.d.ts.map +0 -1
- package/components/table/src/directives/sd-table-column-filter-def.directive.d.ts.map +0 -1
- package/components/table/src/directives/sd-table-expand-def.directive.d.ts.map +0 -1
- package/components/table/src/directives/sd-table-filter-def.directive.d.ts.map +0 -1
- package/components/table/src/directives/sd-table-footer-def.directive.d.ts.map +0 -1
- package/components/table/src/directives/sd-table-title-def.directive.d.ts.map +0 -1
- package/components/table/src/directives/sticky-shadow.directive.d.ts.map +0 -1
- package/components/table/src/models/index.d.ts.map +0 -1
- package/components/table/src/models/table-column.model.d.ts.map +0 -1
- package/components/table/src/models/table-command.model.d.ts.map +0 -1
- package/components/table/src/models/table-item.model.d.ts.map +0 -1
- package/components/table/src/models/table-option-config.model.d.ts.map +0 -1
- package/components/table/src/models/table-option-expand.model.d.ts.map +0 -1
- package/components/table/src/models/table-option-export.model.d.ts.map +0 -1
- package/components/table/src/models/table-option-group.model.d.ts.map +0 -1
- package/components/table/src/models/table-option-paginate.model.d.ts.map +0 -1
- package/components/table/src/models/table-option-reload.model.d.ts.map +0 -1
- package/components/table/src/models/table-option-selector.model.d.ts.map +0 -1
- package/components/table/src/models/table-option-sort.model.d.ts.map +0 -1
- package/components/table/src/models/table-option-style.model.d.ts.map +0 -1
- package/components/table/src/models/table-option-tree.model.d.ts.map +0 -1
- package/components/table/src/models/table-option.model.d.ts.map +0 -1
- package/components/table/src/pipes/filter-values.pipe.d.ts.map +0 -1
- package/components/table/src/pipes/index.d.ts.map +0 -1
- package/components/table/src/pipes/sd-group.pipe.d.ts.map +0 -1
- package/components/table/src/pipes/sd-tree.pipe.d.ts.map +0 -1
- package/components/table/src/pipes/selection-disabled.pipe.d.ts.map +0 -1
- package/components/table/src/pipes/selection-visible-select-all.pipe.d.ts.map +0 -1
- package/components/table/src/pipes/selection-visible.pipe.d.ts.map +0 -1
- package/components/table/src/services/column-width.util.d.ts.map +0 -1
- package/components/table/src/services/config.service.d.ts.map +0 -1
- package/components/table/src/services/index.d.ts.map +0 -1
- package/components/table/src/services/table-export/table-export.service.d.ts.map +0 -1
- package/components/table/src/services/table-filter/table-filter.model.d.ts.map +0 -1
- package/components/table/src/services/table-filter/table-filter.service.d.ts.map +0 -1
- package/components/table/src/services/table-format/table-format.service.d.ts.map +0 -1
- package/components/table/src/services/tree/tree.util.d.ts.map +0 -1
- package/components/table/src/table.component.d.ts.map +0 -1
- package/sd-angular-core-19.0.0-beta.99.tgz +0 -0
|
@@ -1,211 +0,0 @@
|
|
|
1
|
-
// stylelint-disable selector-no-qualifying-type
|
|
2
|
-
|
|
3
|
-
//
|
|
4
|
-
// Base styles
|
|
5
|
-
//
|
|
6
|
-
|
|
7
|
-
.input-group {
|
|
8
|
-
position: relative;
|
|
9
|
-
display: flex;
|
|
10
|
-
flex-wrap: wrap; // For form validation feedback
|
|
11
|
-
align-items: stretch;
|
|
12
|
-
width: 100%;
|
|
13
|
-
|
|
14
|
-
> .form-control,
|
|
15
|
-
> .form-control-plaintext,
|
|
16
|
-
> .custom-select,
|
|
17
|
-
> .custom-file {
|
|
18
|
-
position: relative; // For focus state's z-index
|
|
19
|
-
flex: 1 1 auto;
|
|
20
|
-
width: 1%;
|
|
21
|
-
min-width: 0; // https://stackoverflow.com/questions/36247140/why-dont-flex-items-shrink-past-content-size
|
|
22
|
-
margin-bottom: 0;
|
|
23
|
-
|
|
24
|
-
+ .form-control,
|
|
25
|
-
+ .custom-select,
|
|
26
|
-
+ .custom-file {
|
|
27
|
-
margin-left: -$input-border-width;
|
|
28
|
-
}
|
|
29
|
-
}
|
|
30
|
-
|
|
31
|
-
// Bring the "active" form control to the top of surrounding elements
|
|
32
|
-
> .form-control:focus,
|
|
33
|
-
> .custom-select:focus,
|
|
34
|
-
> .custom-file .custom-file-input:focus ~ .custom-file-label {
|
|
35
|
-
z-index: 3;
|
|
36
|
-
}
|
|
37
|
-
|
|
38
|
-
// Bring the custom file input above the label
|
|
39
|
-
> .custom-file .custom-file-input:focus {
|
|
40
|
-
z-index: 4;
|
|
41
|
-
}
|
|
42
|
-
|
|
43
|
-
> .form-control,
|
|
44
|
-
> .custom-select {
|
|
45
|
-
&:not(:first-child) { @include border-left-radius(0); }
|
|
46
|
-
}
|
|
47
|
-
|
|
48
|
-
// Custom file inputs have more complex markup, thus requiring different
|
|
49
|
-
// border-radius overrides.
|
|
50
|
-
> .custom-file {
|
|
51
|
-
display: flex;
|
|
52
|
-
align-items: center;
|
|
53
|
-
|
|
54
|
-
&:not(:last-child) .custom-file-label,
|
|
55
|
-
&:not(:last-child) .custom-file-label::after { @include border-right-radius(0); }
|
|
56
|
-
&:not(:first-child) .custom-file-label { @include border-left-radius(0); }
|
|
57
|
-
}
|
|
58
|
-
|
|
59
|
-
&:not(.has-validation) {
|
|
60
|
-
> .form-control:not(:last-child),
|
|
61
|
-
> .custom-select:not(:last-child),
|
|
62
|
-
> .custom-file:not(:last-child) .custom-file-label,
|
|
63
|
-
> .custom-file:not(:last-child) .custom-file-label::after {
|
|
64
|
-
@include border-right-radius(0);
|
|
65
|
-
}
|
|
66
|
-
}
|
|
67
|
-
|
|
68
|
-
&.has-validation {
|
|
69
|
-
> .form-control:nth-last-child(n + 3),
|
|
70
|
-
> .custom-select:nth-last-child(n + 3),
|
|
71
|
-
> .custom-file:nth-last-child(n + 3) .custom-file-label,
|
|
72
|
-
> .custom-file:nth-last-child(n + 3) .custom-file-label::after {
|
|
73
|
-
@include border-right-radius(0);
|
|
74
|
-
}
|
|
75
|
-
}
|
|
76
|
-
}
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
// Prepend and append
|
|
80
|
-
//
|
|
81
|
-
// While it requires one extra layer of HTML for each, dedicated prepend and
|
|
82
|
-
// append elements allow us to 1) be less clever, 2) simplify our selectors, and
|
|
83
|
-
// 3) support HTML5 form validation.
|
|
84
|
-
|
|
85
|
-
.input-group-prepend,
|
|
86
|
-
.input-group-append {
|
|
87
|
-
display: flex;
|
|
88
|
-
|
|
89
|
-
// Ensure buttons are always above inputs for more visually pleasing borders.
|
|
90
|
-
// This isn't needed for `.input-group-text` since it shares the same border-color
|
|
91
|
-
// as our inputs.
|
|
92
|
-
.btn {
|
|
93
|
-
position: relative;
|
|
94
|
-
z-index: 2;
|
|
95
|
-
|
|
96
|
-
&:focus {
|
|
97
|
-
z-index: 3;
|
|
98
|
-
}
|
|
99
|
-
}
|
|
100
|
-
|
|
101
|
-
.btn + .btn,
|
|
102
|
-
.btn + .input-group-text,
|
|
103
|
-
.input-group-text + .input-group-text,
|
|
104
|
-
.input-group-text + .btn {
|
|
105
|
-
margin-left: -$input-border-width;
|
|
106
|
-
}
|
|
107
|
-
}
|
|
108
|
-
|
|
109
|
-
.input-group-prepend { margin-right: -$input-border-width; }
|
|
110
|
-
.input-group-append { margin-left: -$input-border-width; }
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
// Textual addons
|
|
114
|
-
//
|
|
115
|
-
// Serves as a catch-all element for any text or radio/checkbox input you wish
|
|
116
|
-
// to prepend or append to an input.
|
|
117
|
-
|
|
118
|
-
.input-group-text {
|
|
119
|
-
display: flex;
|
|
120
|
-
align-items: center;
|
|
121
|
-
padding: $input-padding-y $input-padding-x;
|
|
122
|
-
margin-bottom: 0; // Allow use of <label> elements by overriding our default margin-bottom
|
|
123
|
-
@include font-size($input-font-size); // Match inputs
|
|
124
|
-
font-weight: $font-weight-normal;
|
|
125
|
-
line-height: $input-line-height;
|
|
126
|
-
color: $input-group-addon-color;
|
|
127
|
-
text-align: center;
|
|
128
|
-
white-space: nowrap;
|
|
129
|
-
background-color: $input-group-addon-bg;
|
|
130
|
-
border: $input-border-width solid $input-group-addon-border-color;
|
|
131
|
-
@include border-radius($input-border-radius);
|
|
132
|
-
|
|
133
|
-
// Nuke default margins from checkboxes and radios to vertically center within.
|
|
134
|
-
input[type="radio"],
|
|
135
|
-
input[type="checkbox"] {
|
|
136
|
-
margin-top: 0;
|
|
137
|
-
}
|
|
138
|
-
}
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
// Sizing
|
|
142
|
-
//
|
|
143
|
-
// Remix the default form control sizing classes into new ones for easier
|
|
144
|
-
// manipulation.
|
|
145
|
-
|
|
146
|
-
.input-group-lg > .form-control:not(textarea),
|
|
147
|
-
.input-group-lg > .custom-select {
|
|
148
|
-
height: $input-height-lg;
|
|
149
|
-
}
|
|
150
|
-
|
|
151
|
-
.input-group-lg > .form-control,
|
|
152
|
-
.input-group-lg > .custom-select,
|
|
153
|
-
.input-group-lg > .input-group-prepend > .input-group-text,
|
|
154
|
-
.input-group-lg > .input-group-append > .input-group-text,
|
|
155
|
-
.input-group-lg > .input-group-prepend > .btn,
|
|
156
|
-
.input-group-lg > .input-group-append > .btn {
|
|
157
|
-
padding: $input-padding-y-lg $input-padding-x-lg;
|
|
158
|
-
@include font-size($input-font-size-lg);
|
|
159
|
-
line-height: $input-line-height-lg;
|
|
160
|
-
@include border-radius($input-border-radius-lg);
|
|
161
|
-
}
|
|
162
|
-
|
|
163
|
-
.input-group-sm > .form-control:not(textarea),
|
|
164
|
-
.input-group-sm > .custom-select {
|
|
165
|
-
height: $input-height-sm;
|
|
166
|
-
}
|
|
167
|
-
|
|
168
|
-
.input-group-sm > .form-control,
|
|
169
|
-
.input-group-sm > .custom-select,
|
|
170
|
-
.input-group-sm > .input-group-prepend > .input-group-text,
|
|
171
|
-
.input-group-sm > .input-group-append > .input-group-text,
|
|
172
|
-
.input-group-sm > .input-group-prepend > .btn,
|
|
173
|
-
.input-group-sm > .input-group-append > .btn {
|
|
174
|
-
padding: $input-padding-y-sm $input-padding-x-sm;
|
|
175
|
-
@include font-size($input-font-size-sm);
|
|
176
|
-
line-height: $input-line-height-sm;
|
|
177
|
-
@include border-radius($input-border-radius-sm);
|
|
178
|
-
}
|
|
179
|
-
|
|
180
|
-
.input-group-lg > .custom-select,
|
|
181
|
-
.input-group-sm > .custom-select {
|
|
182
|
-
padding-right: $custom-select-padding-x + $custom-select-indicator-padding;
|
|
183
|
-
}
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
// Prepend and append rounded corners
|
|
187
|
-
//
|
|
188
|
-
// These rulesets must come after the sizing ones to properly override sm and lg
|
|
189
|
-
// border-radius values when extending. They're more specific than we'd like
|
|
190
|
-
// with the `.input-group >` part, but without it, we cannot override the sizing.
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
.input-group > .input-group-prepend > .btn,
|
|
194
|
-
.input-group > .input-group-prepend > .input-group-text,
|
|
195
|
-
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .btn,
|
|
196
|
-
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .input-group-text,
|
|
197
|
-
.input-group.has-validation > .input-group-append:nth-last-child(n + 3) > .btn,
|
|
198
|
-
.input-group.has-validation > .input-group-append:nth-last-child(n + 3) > .input-group-text,
|
|
199
|
-
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
|
|
200
|
-
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
|
|
201
|
-
@include border-right-radius(0);
|
|
202
|
-
}
|
|
203
|
-
|
|
204
|
-
.input-group > .input-group-append > .btn,
|
|
205
|
-
.input-group > .input-group-append > .input-group-text,
|
|
206
|
-
.input-group > .input-group-prepend:not(:first-child) > .btn,
|
|
207
|
-
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
|
|
208
|
-
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
|
|
209
|
-
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
|
|
210
|
-
@include border-left-radius(0);
|
|
211
|
-
}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
.jumbotron {
|
|
2
|
-
padding: $jumbotron-padding ($jumbotron-padding * .5);
|
|
3
|
-
margin-bottom: $jumbotron-padding;
|
|
4
|
-
color: $jumbotron-color;
|
|
5
|
-
background-color: $jumbotron-bg;
|
|
6
|
-
@include border-radius($border-radius-lg);
|
|
7
|
-
|
|
8
|
-
@include media-breakpoint-up(sm) {
|
|
9
|
-
padding: ($jumbotron-padding * 2) $jumbotron-padding;
|
|
10
|
-
}
|
|
11
|
-
}
|
|
12
|
-
|
|
13
|
-
.jumbotron-fluid {
|
|
14
|
-
padding-right: 0;
|
|
15
|
-
padding-left: 0;
|
|
16
|
-
@include border-radius(0);
|
|
17
|
-
}
|
|
@@ -1,154 +0,0 @@
|
|
|
1
|
-
// Base class
|
|
2
|
-
//
|
|
3
|
-
// Easily usable on <ul>, <ol>, or <div>.
|
|
4
|
-
|
|
5
|
-
.list-group {
|
|
6
|
-
display: flex;
|
|
7
|
-
flex-direction: column;
|
|
8
|
-
|
|
9
|
-
// No need to set list-style: none; since .list-group-item is block level
|
|
10
|
-
padding-left: 0; // reset padding because ul and ol
|
|
11
|
-
margin-bottom: 0;
|
|
12
|
-
@include border-radius($list-group-border-radius);
|
|
13
|
-
}
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
// Interactive list items
|
|
17
|
-
//
|
|
18
|
-
// Use anchor or button elements instead of `li`s or `div`s to create interactive
|
|
19
|
-
// list items. Includes an extra `.active` modifier class for selected items.
|
|
20
|
-
|
|
21
|
-
.list-group-item-action {
|
|
22
|
-
width: 100%; // For `<button>`s (anchors become 100% by default though)
|
|
23
|
-
color: $list-group-action-color;
|
|
24
|
-
text-align: inherit; // For `<button>`s (anchors inherit)
|
|
25
|
-
|
|
26
|
-
// Hover state
|
|
27
|
-
@include hover-focus() {
|
|
28
|
-
z-index: 1; // Place hover/focus items above their siblings for proper border styling
|
|
29
|
-
color: $list-group-action-hover-color;
|
|
30
|
-
text-decoration: none;
|
|
31
|
-
background-color: $list-group-hover-bg;
|
|
32
|
-
}
|
|
33
|
-
|
|
34
|
-
&:active {
|
|
35
|
-
color: $list-group-action-active-color;
|
|
36
|
-
background-color: $list-group-action-active-bg;
|
|
37
|
-
}
|
|
38
|
-
}
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
// Individual list items
|
|
42
|
-
//
|
|
43
|
-
// Use on `li`s or `div`s within the `.list-group` parent.
|
|
44
|
-
|
|
45
|
-
.list-group-item {
|
|
46
|
-
position: relative;
|
|
47
|
-
display: block;
|
|
48
|
-
padding: $list-group-item-padding-y $list-group-item-padding-x;
|
|
49
|
-
color: $list-group-color;
|
|
50
|
-
text-decoration: if($link-decoration == none, null, none);
|
|
51
|
-
background-color: $list-group-bg;
|
|
52
|
-
border: $list-group-border-width solid $list-group-border-color;
|
|
53
|
-
|
|
54
|
-
&:first-child {
|
|
55
|
-
@include border-top-radius(inherit);
|
|
56
|
-
}
|
|
57
|
-
|
|
58
|
-
&:last-child {
|
|
59
|
-
@include border-bottom-radius(inherit);
|
|
60
|
-
}
|
|
61
|
-
|
|
62
|
-
&.disabled,
|
|
63
|
-
&:disabled {
|
|
64
|
-
color: $list-group-disabled-color;
|
|
65
|
-
pointer-events: none;
|
|
66
|
-
background-color: $list-group-disabled-bg;
|
|
67
|
-
}
|
|
68
|
-
|
|
69
|
-
// Include both here for `<a>`s and `<button>`s
|
|
70
|
-
&.active {
|
|
71
|
-
z-index: 2; // Place active items above their siblings for proper border styling
|
|
72
|
-
color: $list-group-active-color;
|
|
73
|
-
background-color: $list-group-active-bg;
|
|
74
|
-
border-color: $list-group-active-border-color;
|
|
75
|
-
}
|
|
76
|
-
|
|
77
|
-
& + & {
|
|
78
|
-
border-top-width: 0;
|
|
79
|
-
|
|
80
|
-
&.active {
|
|
81
|
-
margin-top: -$list-group-border-width;
|
|
82
|
-
border-top-width: $list-group-border-width;
|
|
83
|
-
}
|
|
84
|
-
}
|
|
85
|
-
}
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
// Horizontal
|
|
89
|
-
//
|
|
90
|
-
// Change the layout of list group items from vertical (default) to horizontal.
|
|
91
|
-
|
|
92
|
-
@each $breakpoint in map-keys($grid-breakpoints) {
|
|
93
|
-
@include media-breakpoint-up($breakpoint) {
|
|
94
|
-
$infix: breakpoint-infix($breakpoint, $grid-breakpoints);
|
|
95
|
-
|
|
96
|
-
.list-group-horizontal#{$infix} {
|
|
97
|
-
flex-direction: row;
|
|
98
|
-
|
|
99
|
-
> .list-group-item {
|
|
100
|
-
&:first-child {
|
|
101
|
-
@include border-bottom-left-radius($list-group-border-radius);
|
|
102
|
-
@include border-top-right-radius(0);
|
|
103
|
-
}
|
|
104
|
-
|
|
105
|
-
&:last-child {
|
|
106
|
-
@include border-top-right-radius($list-group-border-radius);
|
|
107
|
-
@include border-bottom-left-radius(0);
|
|
108
|
-
}
|
|
109
|
-
|
|
110
|
-
&.active {
|
|
111
|
-
margin-top: 0;
|
|
112
|
-
}
|
|
113
|
-
|
|
114
|
-
+ .list-group-item {
|
|
115
|
-
border-top-width: $list-group-border-width;
|
|
116
|
-
border-left-width: 0;
|
|
117
|
-
|
|
118
|
-
&.active {
|
|
119
|
-
margin-left: -$list-group-border-width;
|
|
120
|
-
border-left-width: $list-group-border-width;
|
|
121
|
-
}
|
|
122
|
-
}
|
|
123
|
-
}
|
|
124
|
-
}
|
|
125
|
-
}
|
|
126
|
-
}
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
// Flush list items
|
|
130
|
-
//
|
|
131
|
-
// Remove borders and border-radius to keep list group items edge-to-edge. Most
|
|
132
|
-
// useful within other components (e.g., cards).
|
|
133
|
-
|
|
134
|
-
.list-group-flush {
|
|
135
|
-
@include border-radius(0);
|
|
136
|
-
|
|
137
|
-
> .list-group-item {
|
|
138
|
-
border-width: 0 0 $list-group-border-width;
|
|
139
|
-
|
|
140
|
-
&:last-child {
|
|
141
|
-
border-bottom-width: 0;
|
|
142
|
-
}
|
|
143
|
-
}
|
|
144
|
-
}
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
// Contextual variants
|
|
148
|
-
//
|
|
149
|
-
// Add modifier classes to change text and background color on individual items.
|
|
150
|
-
// Organizationally, this must come after the `:hover` states.
|
|
151
|
-
|
|
152
|
-
@each $color, $value in $theme-colors {
|
|
153
|
-
@include list-group-item-variant($color, theme-color-level($color, -9), theme-color-level($color, 6));
|
|
154
|
-
}
|
|
@@ -1,47 +0,0 @@
|
|
|
1
|
-
// Toggles
|
|
2
|
-
//
|
|
3
|
-
// Used in conjunction with global variables to enable certain theme features.
|
|
4
|
-
|
|
5
|
-
// Vendor
|
|
6
|
-
@import "vendor/rfs";
|
|
7
|
-
|
|
8
|
-
// Deprecate
|
|
9
|
-
@import "mixins/deprecate";
|
|
10
|
-
|
|
11
|
-
// Utilities
|
|
12
|
-
@import "mixins/breakpoints";
|
|
13
|
-
@import "mixins/hover";
|
|
14
|
-
@import "mixins/image";
|
|
15
|
-
@import "mixins/badge";
|
|
16
|
-
@import "mixins/resize";
|
|
17
|
-
@import "mixins/screen-reader";
|
|
18
|
-
@import "mixins/size";
|
|
19
|
-
@import "mixins/reset-text";
|
|
20
|
-
@import "mixins/text-emphasis";
|
|
21
|
-
@import "mixins/text-hide";
|
|
22
|
-
@import "mixins/text-truncate";
|
|
23
|
-
@import "mixins/visibility";
|
|
24
|
-
|
|
25
|
-
// Components
|
|
26
|
-
@import "mixins/alert";
|
|
27
|
-
@import "mixins/buttons";
|
|
28
|
-
@import "mixins/caret";
|
|
29
|
-
@import "mixins/pagination";
|
|
30
|
-
@import "mixins/lists";
|
|
31
|
-
@import "mixins/list-group";
|
|
32
|
-
@import "mixins/nav-divider";
|
|
33
|
-
@import "mixins/forms";
|
|
34
|
-
@import "mixins/table-row";
|
|
35
|
-
|
|
36
|
-
// Skins
|
|
37
|
-
@import "mixins/background-variant";
|
|
38
|
-
@import "mixins/border-radius";
|
|
39
|
-
@import "mixins/box-shadow";
|
|
40
|
-
@import "mixins/gradients";
|
|
41
|
-
@import "mixins/transition";
|
|
42
|
-
|
|
43
|
-
// Layout
|
|
44
|
-
@import "mixins/clearfix";
|
|
45
|
-
@import "mixins/grid-framework";
|
|
46
|
-
@import "mixins/grid";
|
|
47
|
-
@import "mixins/float";
|
|
@@ -1,240 +0,0 @@
|
|
|
1
|
-
// .modal-open - body class for killing the scroll
|
|
2
|
-
// .modal - container to scroll within
|
|
3
|
-
// .modal-dialog - positioning shell for the actual modal
|
|
4
|
-
// .modal-content - actual modal w/ bg and corners and stuff
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
.modal-open {
|
|
8
|
-
// Kill the scroll on the body
|
|
9
|
-
overflow: hidden;
|
|
10
|
-
|
|
11
|
-
.modal {
|
|
12
|
-
overflow-x: hidden;
|
|
13
|
-
overflow-y: auto;
|
|
14
|
-
}
|
|
15
|
-
}
|
|
16
|
-
|
|
17
|
-
// Container that the modal scrolls within
|
|
18
|
-
.modal {
|
|
19
|
-
position: fixed;
|
|
20
|
-
top: 0;
|
|
21
|
-
left: 0;
|
|
22
|
-
z-index: $zindex-modal;
|
|
23
|
-
display: none;
|
|
24
|
-
width: 100%;
|
|
25
|
-
height: 100%;
|
|
26
|
-
overflow: hidden;
|
|
27
|
-
// Prevent Chrome on Windows from adding a focus outline. For details, see
|
|
28
|
-
// https://github.com/twbs/bootstrap/pull/10951.
|
|
29
|
-
outline: 0;
|
|
30
|
-
// We deliberately don't use `-webkit-overflow-scrolling: touch;` due to a
|
|
31
|
-
// gnarly iOS Safari bug: https://bugs.webkit.org/show_bug.cgi?id=158342
|
|
32
|
-
// See also https://github.com/twbs/bootstrap/issues/17695
|
|
33
|
-
}
|
|
34
|
-
|
|
35
|
-
// Shell div to position the modal with bottom padding
|
|
36
|
-
.modal-dialog {
|
|
37
|
-
position: relative;
|
|
38
|
-
width: auto;
|
|
39
|
-
margin: $modal-dialog-margin;
|
|
40
|
-
// allow clicks to pass through for custom click handling to close modal
|
|
41
|
-
pointer-events: none;
|
|
42
|
-
|
|
43
|
-
// When fading in the modal, animate it to slide down
|
|
44
|
-
.modal.fade & {
|
|
45
|
-
@include transition($modal-transition);
|
|
46
|
-
transform: $modal-fade-transform;
|
|
47
|
-
}
|
|
48
|
-
.modal.show & {
|
|
49
|
-
transform: $modal-show-transform;
|
|
50
|
-
}
|
|
51
|
-
|
|
52
|
-
// When trying to close, animate focus to scale
|
|
53
|
-
.modal.modal-static & {
|
|
54
|
-
transform: $modal-scale-transform;
|
|
55
|
-
}
|
|
56
|
-
}
|
|
57
|
-
|
|
58
|
-
.modal-dialog-scrollable {
|
|
59
|
-
display: flex; // IE10/11
|
|
60
|
-
max-height: subtract(100%, $modal-dialog-margin * 2);
|
|
61
|
-
|
|
62
|
-
.modal-content {
|
|
63
|
-
max-height: subtract(100vh, $modal-dialog-margin * 2); // IE10/11
|
|
64
|
-
overflow: hidden;
|
|
65
|
-
}
|
|
66
|
-
|
|
67
|
-
.modal-header,
|
|
68
|
-
.modal-footer {
|
|
69
|
-
flex-shrink: 0;
|
|
70
|
-
}
|
|
71
|
-
|
|
72
|
-
.modal-body {
|
|
73
|
-
overflow-y: auto;
|
|
74
|
-
}
|
|
75
|
-
}
|
|
76
|
-
|
|
77
|
-
.modal-dialog-centered {
|
|
78
|
-
display: flex;
|
|
79
|
-
align-items: center;
|
|
80
|
-
min-height: subtract(100%, $modal-dialog-margin * 2);
|
|
81
|
-
|
|
82
|
-
// Ensure `modal-dialog-centered` extends the full height of the view (IE10/11)
|
|
83
|
-
&::before {
|
|
84
|
-
display: block; // IE10
|
|
85
|
-
height: subtract(100vh, $modal-dialog-margin * 2);
|
|
86
|
-
height: min-content; // Reset height to 0 except on IE
|
|
87
|
-
content: "";
|
|
88
|
-
}
|
|
89
|
-
|
|
90
|
-
// Ensure `.modal-body` shows scrollbar (IE10/11)
|
|
91
|
-
&.modal-dialog-scrollable {
|
|
92
|
-
flex-direction: column;
|
|
93
|
-
justify-content: center;
|
|
94
|
-
height: 100%;
|
|
95
|
-
|
|
96
|
-
.modal-content {
|
|
97
|
-
max-height: none;
|
|
98
|
-
}
|
|
99
|
-
|
|
100
|
-
&::before {
|
|
101
|
-
content: none;
|
|
102
|
-
}
|
|
103
|
-
}
|
|
104
|
-
}
|
|
105
|
-
|
|
106
|
-
// Actual modal
|
|
107
|
-
.modal-content {
|
|
108
|
-
position: relative;
|
|
109
|
-
display: flex;
|
|
110
|
-
flex-direction: column;
|
|
111
|
-
width: 100%; // Ensure `.modal-content` extends the full width of the parent `.modal-dialog`
|
|
112
|
-
// counteract the pointer-events: none; in the .modal-dialog
|
|
113
|
-
color: $modal-content-color;
|
|
114
|
-
pointer-events: auto;
|
|
115
|
-
background-color: $modal-content-bg;
|
|
116
|
-
background-clip: padding-box;
|
|
117
|
-
border: $modal-content-border-width solid $modal-content-border-color;
|
|
118
|
-
@include border-radius($modal-content-border-radius);
|
|
119
|
-
@include box-shadow($modal-content-box-shadow-xs);
|
|
120
|
-
// Remove focus outline from opened modal
|
|
121
|
-
outline: 0;
|
|
122
|
-
}
|
|
123
|
-
|
|
124
|
-
// Modal background
|
|
125
|
-
.modal-backdrop {
|
|
126
|
-
position: fixed;
|
|
127
|
-
top: 0;
|
|
128
|
-
left: 0;
|
|
129
|
-
z-index: $zindex-modal-backdrop;
|
|
130
|
-
width: 100vw;
|
|
131
|
-
height: 100vh;
|
|
132
|
-
background-color: $modal-backdrop-bg;
|
|
133
|
-
|
|
134
|
-
// Fade for backdrop
|
|
135
|
-
&.fade { opacity: 0; }
|
|
136
|
-
&.show { opacity: $modal-backdrop-opacity; }
|
|
137
|
-
}
|
|
138
|
-
|
|
139
|
-
// Modal header
|
|
140
|
-
// Top section of the modal w/ title and dismiss
|
|
141
|
-
.modal-header {
|
|
142
|
-
display: flex;
|
|
143
|
-
align-items: flex-start; // so the close btn always stays on the upper right corner
|
|
144
|
-
justify-content: space-between; // Put modal header elements (title and dismiss) on opposite ends
|
|
145
|
-
padding: $modal-header-padding;
|
|
146
|
-
border-bottom: $modal-header-border-width solid $modal-header-border-color;
|
|
147
|
-
@include border-top-radius($modal-content-inner-border-radius);
|
|
148
|
-
|
|
149
|
-
.close {
|
|
150
|
-
padding: $modal-header-padding;
|
|
151
|
-
// auto on the left force icon to the right even when there is no .modal-title
|
|
152
|
-
margin: (-$modal-header-padding-y) (-$modal-header-padding-x) (-$modal-header-padding-y) auto;
|
|
153
|
-
}
|
|
154
|
-
}
|
|
155
|
-
|
|
156
|
-
// Title text within header
|
|
157
|
-
.modal-title {
|
|
158
|
-
margin-bottom: 0;
|
|
159
|
-
line-height: $modal-title-line-height;
|
|
160
|
-
}
|
|
161
|
-
|
|
162
|
-
// Modal body
|
|
163
|
-
// Where all modal content resides (sibling of .modal-header and .modal-footer)
|
|
164
|
-
.modal-body {
|
|
165
|
-
position: relative;
|
|
166
|
-
// Enable `flex-grow: 1` so that the body take up as much space as possible
|
|
167
|
-
// when there should be a fixed height on `.modal-dialog`.
|
|
168
|
-
flex: 1 1 auto;
|
|
169
|
-
padding: $modal-inner-padding;
|
|
170
|
-
}
|
|
171
|
-
|
|
172
|
-
// Footer (for actions)
|
|
173
|
-
.modal-footer {
|
|
174
|
-
display: flex;
|
|
175
|
-
flex-wrap: wrap;
|
|
176
|
-
align-items: center; // vertically center
|
|
177
|
-
justify-content: flex-end; // Right align buttons with flex property because text-align doesn't work on flex items
|
|
178
|
-
padding: $modal-inner-padding - $modal-footer-margin-between * .5;
|
|
179
|
-
border-top: $modal-footer-border-width solid $modal-footer-border-color;
|
|
180
|
-
@include border-bottom-radius($modal-content-inner-border-radius);
|
|
181
|
-
|
|
182
|
-
// Place margin between footer elements
|
|
183
|
-
// This solution is far from ideal because of the universal selector usage,
|
|
184
|
-
// but is needed to fix https://github.com/twbs/bootstrap/issues/24800
|
|
185
|
-
> * {
|
|
186
|
-
margin: $modal-footer-margin-between * .5;
|
|
187
|
-
}
|
|
188
|
-
}
|
|
189
|
-
|
|
190
|
-
// Measure scrollbar width for padding body during modal show/hide
|
|
191
|
-
.modal-scrollbar-measure {
|
|
192
|
-
position: absolute;
|
|
193
|
-
top: -9999px;
|
|
194
|
-
width: 50px;
|
|
195
|
-
height: 50px;
|
|
196
|
-
overflow: scroll;
|
|
197
|
-
}
|
|
198
|
-
|
|
199
|
-
// Scale up the modal
|
|
200
|
-
@include media-breakpoint-up(sm) {
|
|
201
|
-
// Automatically set modal's width for larger viewports
|
|
202
|
-
.modal-dialog {
|
|
203
|
-
max-width: $modal-md;
|
|
204
|
-
margin: $modal-dialog-margin-y-sm-up auto;
|
|
205
|
-
}
|
|
206
|
-
|
|
207
|
-
.modal-dialog-scrollable {
|
|
208
|
-
max-height: subtract(100%, $modal-dialog-margin-y-sm-up * 2);
|
|
209
|
-
|
|
210
|
-
.modal-content {
|
|
211
|
-
max-height: subtract(100vh, $modal-dialog-margin-y-sm-up * 2);
|
|
212
|
-
}
|
|
213
|
-
}
|
|
214
|
-
|
|
215
|
-
.modal-dialog-centered {
|
|
216
|
-
min-height: subtract(100%, $modal-dialog-margin-y-sm-up * 2);
|
|
217
|
-
|
|
218
|
-
&::before {
|
|
219
|
-
height: subtract(100vh, $modal-dialog-margin-y-sm-up * 2);
|
|
220
|
-
height: min-content;
|
|
221
|
-
}
|
|
222
|
-
}
|
|
223
|
-
|
|
224
|
-
.modal-content {
|
|
225
|
-
@include box-shadow($modal-content-box-shadow-sm-up);
|
|
226
|
-
}
|
|
227
|
-
|
|
228
|
-
.modal-sm { max-width: $modal-sm; }
|
|
229
|
-
}
|
|
230
|
-
|
|
231
|
-
@include media-breakpoint-up(lg) {
|
|
232
|
-
.modal-lg,
|
|
233
|
-
.modal-xl {
|
|
234
|
-
max-width: $modal-lg;
|
|
235
|
-
}
|
|
236
|
-
}
|
|
237
|
-
|
|
238
|
-
@include media-breakpoint-up(xl) {
|
|
239
|
-
.modal-xl { max-width: $modal-xl; }
|
|
240
|
-
}
|