@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,195 +0,0 @@
|
|
|
1
|
-
// Form control focus state
|
|
2
|
-
//
|
|
3
|
-
// Generate a customized focus state and for any input with the specified color,
|
|
4
|
-
// which defaults to the `$input-focus-border-color` variable.
|
|
5
|
-
//
|
|
6
|
-
// We highly encourage you to not customize the default value, but instead use
|
|
7
|
-
// this to tweak colors on an as-needed basis. This aesthetic change is based on
|
|
8
|
-
// WebKit's default styles, but applicable to a wider range of browsers. Its
|
|
9
|
-
// usability and accessibility should be taken into account with any change.
|
|
10
|
-
//
|
|
11
|
-
// Example usage: change the default blue border and shadow to white for better
|
|
12
|
-
// contrast against a dark gray background.
|
|
13
|
-
@mixin form-control-focus($ignore-warning: false) {
|
|
14
|
-
&:focus {
|
|
15
|
-
color: $input-focus-color;
|
|
16
|
-
background-color: $input-focus-bg;
|
|
17
|
-
border-color: $input-focus-border-color;
|
|
18
|
-
outline: 0;
|
|
19
|
-
@if $enable-shadows {
|
|
20
|
-
@include box-shadow($input-box-shadow, $input-focus-box-shadow);
|
|
21
|
-
} @else {
|
|
22
|
-
// Avoid using mixin so we can pass custom focus shadow properly
|
|
23
|
-
box-shadow: $input-focus-box-shadow;
|
|
24
|
-
}
|
|
25
|
-
}
|
|
26
|
-
@include deprecate("The `form-control-focus()` mixin", "v4.4.0", "v5", $ignore-warning);
|
|
27
|
-
}
|
|
28
|
-
|
|
29
|
-
// This mixin uses an `if()` technique to be compatible with Dart Sass
|
|
30
|
-
// See https://github.com/sass/sass/issues/1873#issuecomment-152293725 for more details
|
|
31
|
-
@mixin form-validation-state-selector($state) {
|
|
32
|
-
@if ($state == "valid" or $state == "invalid") {
|
|
33
|
-
.was-validated #{if(&, "&", "")}:#{$state},
|
|
34
|
-
#{if(&, "&", "")}.is-#{$state} {
|
|
35
|
-
@content;
|
|
36
|
-
}
|
|
37
|
-
} @else {
|
|
38
|
-
#{if(&, "&", "")}.is-#{$state} {
|
|
39
|
-
@content;
|
|
40
|
-
}
|
|
41
|
-
}
|
|
42
|
-
}
|
|
43
|
-
|
|
44
|
-
@mixin form-validation-state($state, $color, $icon) {
|
|
45
|
-
.#{$state}-feedback {
|
|
46
|
-
display: none;
|
|
47
|
-
width: 100%;
|
|
48
|
-
margin-top: $form-feedback-margin-top;
|
|
49
|
-
@include font-size($form-feedback-font-size);
|
|
50
|
-
color: $color;
|
|
51
|
-
}
|
|
52
|
-
|
|
53
|
-
.#{$state}-tooltip {
|
|
54
|
-
position: absolute;
|
|
55
|
-
top: 100%;
|
|
56
|
-
left: 0;
|
|
57
|
-
z-index: 5;
|
|
58
|
-
display: none;
|
|
59
|
-
max-width: 100%; // Contain to parent when possible
|
|
60
|
-
padding: $form-feedback-tooltip-padding-y $form-feedback-tooltip-padding-x;
|
|
61
|
-
margin-top: .1rem;
|
|
62
|
-
@include font-size($form-feedback-tooltip-font-size);
|
|
63
|
-
line-height: $form-feedback-tooltip-line-height;
|
|
64
|
-
color: color-yiq($color);
|
|
65
|
-
background-color: rgba($color, $form-feedback-tooltip-opacity);
|
|
66
|
-
@include border-radius($form-feedback-tooltip-border-radius);
|
|
67
|
-
|
|
68
|
-
// See https://github.com/twbs/bootstrap/pull/31557
|
|
69
|
-
// Align tooltip to form elements
|
|
70
|
-
.form-row > .col > &,
|
|
71
|
-
.form-row > [class*="col-"] > & {
|
|
72
|
-
left: $form-grid-gutter-width * .5;
|
|
73
|
-
}
|
|
74
|
-
}
|
|
75
|
-
|
|
76
|
-
@include form-validation-state-selector($state) {
|
|
77
|
-
~ .#{$state}-feedback,
|
|
78
|
-
~ .#{$state}-tooltip {
|
|
79
|
-
display: block;
|
|
80
|
-
}
|
|
81
|
-
}
|
|
82
|
-
|
|
83
|
-
.form-control {
|
|
84
|
-
@include form-validation-state-selector($state) {
|
|
85
|
-
border-color: $color;
|
|
86
|
-
|
|
87
|
-
@if $enable-validation-icons {
|
|
88
|
-
padding-right: $input-height-inner !important; // stylelint-disable-line declaration-no-important
|
|
89
|
-
background-image: escape-svg($icon);
|
|
90
|
-
background-repeat: no-repeat;
|
|
91
|
-
background-position: right $input-height-inner-quarter center;
|
|
92
|
-
background-size: $input-height-inner-half $input-height-inner-half;
|
|
93
|
-
}
|
|
94
|
-
|
|
95
|
-
&:focus {
|
|
96
|
-
border-color: $color;
|
|
97
|
-
box-shadow: 0 0 0 $input-focus-width rgba($color, .25);
|
|
98
|
-
}
|
|
99
|
-
}
|
|
100
|
-
}
|
|
101
|
-
|
|
102
|
-
// stylelint-disable-next-line selector-no-qualifying-type
|
|
103
|
-
select.form-control {
|
|
104
|
-
@include form-validation-state-selector($state) {
|
|
105
|
-
@if $enable-validation-icons {
|
|
106
|
-
padding-right: $input-padding-x * 4 !important; // stylelint-disable-line declaration-no-important
|
|
107
|
-
background-position: right $input-padding-x * 2 center;
|
|
108
|
-
}
|
|
109
|
-
}
|
|
110
|
-
}
|
|
111
|
-
|
|
112
|
-
// stylelint-disable-next-line selector-no-qualifying-type
|
|
113
|
-
textarea.form-control {
|
|
114
|
-
@include form-validation-state-selector($state) {
|
|
115
|
-
@if $enable-validation-icons {
|
|
116
|
-
padding-right: $input-height-inner;
|
|
117
|
-
background-position: top $input-height-inner-quarter right $input-height-inner-quarter;
|
|
118
|
-
}
|
|
119
|
-
}
|
|
120
|
-
}
|
|
121
|
-
|
|
122
|
-
.custom-select {
|
|
123
|
-
@include form-validation-state-selector($state) {
|
|
124
|
-
border-color: $color;
|
|
125
|
-
|
|
126
|
-
@if $enable-validation-icons {
|
|
127
|
-
padding-right: $custom-select-feedback-icon-padding-right !important; // stylelint-disable-line declaration-no-important
|
|
128
|
-
background: $custom-select-background, $custom-select-bg escape-svg($icon) $custom-select-feedback-icon-position / $custom-select-feedback-icon-size no-repeat;
|
|
129
|
-
}
|
|
130
|
-
|
|
131
|
-
&:focus {
|
|
132
|
-
border-color: $color;
|
|
133
|
-
box-shadow: 0 0 0 $input-focus-width rgba($color, .25);
|
|
134
|
-
}
|
|
135
|
-
}
|
|
136
|
-
}
|
|
137
|
-
|
|
138
|
-
.form-check-input {
|
|
139
|
-
@include form-validation-state-selector($state) {
|
|
140
|
-
~ .form-check-label {
|
|
141
|
-
color: $color;
|
|
142
|
-
}
|
|
143
|
-
|
|
144
|
-
~ .#{$state}-feedback,
|
|
145
|
-
~ .#{$state}-tooltip {
|
|
146
|
-
display: block;
|
|
147
|
-
}
|
|
148
|
-
}
|
|
149
|
-
}
|
|
150
|
-
|
|
151
|
-
.custom-control-input {
|
|
152
|
-
@include form-validation-state-selector($state) {
|
|
153
|
-
~ .custom-control-label {
|
|
154
|
-
color: $color;
|
|
155
|
-
|
|
156
|
-
&::before {
|
|
157
|
-
border-color: $color;
|
|
158
|
-
}
|
|
159
|
-
}
|
|
160
|
-
|
|
161
|
-
&:checked {
|
|
162
|
-
~ .custom-control-label::before {
|
|
163
|
-
border-color: lighten($color, 10%);
|
|
164
|
-
@include gradient-bg(lighten($color, 10%));
|
|
165
|
-
}
|
|
166
|
-
}
|
|
167
|
-
|
|
168
|
-
&:focus {
|
|
169
|
-
~ .custom-control-label::before {
|
|
170
|
-
box-shadow: 0 0 0 $input-focus-width rgba($color, .25);
|
|
171
|
-
}
|
|
172
|
-
|
|
173
|
-
&:not(:checked) ~ .custom-control-label::before {
|
|
174
|
-
border-color: $color;
|
|
175
|
-
}
|
|
176
|
-
}
|
|
177
|
-
}
|
|
178
|
-
}
|
|
179
|
-
|
|
180
|
-
// custom file
|
|
181
|
-
.custom-file-input {
|
|
182
|
-
@include form-validation-state-selector($state) {
|
|
183
|
-
~ .custom-file-label {
|
|
184
|
-
border-color: $color;
|
|
185
|
-
}
|
|
186
|
-
|
|
187
|
-
&:focus {
|
|
188
|
-
~ .custom-file-label {
|
|
189
|
-
border-color: $color;
|
|
190
|
-
box-shadow: 0 0 0 $input-focus-width rgba($color, .25);
|
|
191
|
-
}
|
|
192
|
-
}
|
|
193
|
-
}
|
|
194
|
-
}
|
|
195
|
-
}
|
|
@@ -1,45 +0,0 @@
|
|
|
1
|
-
// Gradients
|
|
2
|
-
|
|
3
|
-
@mixin gradient-bg($color) {
|
|
4
|
-
@if $enable-gradients {
|
|
5
|
-
background: $color linear-gradient(180deg, mix($body-bg, $color, 15%), $color) repeat-x;
|
|
6
|
-
} @else {
|
|
7
|
-
background-color: $color;
|
|
8
|
-
}
|
|
9
|
-
}
|
|
10
|
-
|
|
11
|
-
// Horizontal gradient, from left to right
|
|
12
|
-
//
|
|
13
|
-
// Creates two color stops, start and end, by specifying a color and position for each color stop.
|
|
14
|
-
@mixin gradient-x($start-color: $gray-700, $end-color: $gray-800, $start-percent: 0%, $end-percent: 100%) {
|
|
15
|
-
background-image: linear-gradient(to right, $start-color $start-percent, $end-color $end-percent);
|
|
16
|
-
background-repeat: repeat-x;
|
|
17
|
-
}
|
|
18
|
-
|
|
19
|
-
// Vertical gradient, from top to bottom
|
|
20
|
-
//
|
|
21
|
-
// Creates two color stops, start and end, by specifying a color and position for each color stop.
|
|
22
|
-
@mixin gradient-y($start-color: $gray-700, $end-color: $gray-800, $start-percent: 0%, $end-percent: 100%) {
|
|
23
|
-
background-image: linear-gradient(to bottom, $start-color $start-percent, $end-color $end-percent);
|
|
24
|
-
background-repeat: repeat-x;
|
|
25
|
-
}
|
|
26
|
-
|
|
27
|
-
@mixin gradient-directional($start-color: $gray-700, $end-color: $gray-800, $deg: 45deg) {
|
|
28
|
-
background-image: linear-gradient($deg, $start-color, $end-color);
|
|
29
|
-
background-repeat: repeat-x;
|
|
30
|
-
}
|
|
31
|
-
@mixin gradient-x-three-colors($start-color: $blue, $mid-color: $purple, $color-stop: 50%, $end-color: $red) {
|
|
32
|
-
background-image: linear-gradient(to right, $start-color, $mid-color $color-stop, $end-color);
|
|
33
|
-
background-repeat: no-repeat;
|
|
34
|
-
}
|
|
35
|
-
@mixin gradient-y-three-colors($start-color: $blue, $mid-color: $purple, $color-stop: 50%, $end-color: $red) {
|
|
36
|
-
background-image: linear-gradient($start-color, $mid-color $color-stop, $end-color);
|
|
37
|
-
background-repeat: no-repeat;
|
|
38
|
-
}
|
|
39
|
-
@mixin gradient-radial($inner-color: $gray-700, $outer-color: $gray-800) {
|
|
40
|
-
background-image: radial-gradient(circle, $inner-color, $outer-color);
|
|
41
|
-
background-repeat: no-repeat;
|
|
42
|
-
}
|
|
43
|
-
@mixin gradient-striped($color: rgba($white, .15), $angle: 45deg) {
|
|
44
|
-
background-image: linear-gradient($angle, $color 25%, transparent 25%, transparent 50%, $color 50%, $color 75%, transparent 75%, transparent);
|
|
45
|
-
}
|
|
@@ -1,80 +0,0 @@
|
|
|
1
|
-
// Framework grid generation
|
|
2
|
-
//
|
|
3
|
-
// Used only by Bootstrap to generate the correct number of grid classes given
|
|
4
|
-
// any value of `$grid-columns`.
|
|
5
|
-
|
|
6
|
-
@mixin make-grid-columns($columns: $grid-columns, $gutter: $grid-gutter-width, $breakpoints: $grid-breakpoints) {
|
|
7
|
-
// Common properties for all breakpoints
|
|
8
|
-
%grid-column {
|
|
9
|
-
position: relative;
|
|
10
|
-
width: 100%;
|
|
11
|
-
padding-right: $gutter * .5;
|
|
12
|
-
padding-left: $gutter * .5;
|
|
13
|
-
}
|
|
14
|
-
|
|
15
|
-
@each $breakpoint in map-keys($breakpoints) {
|
|
16
|
-
$infix: breakpoint-infix($breakpoint, $breakpoints);
|
|
17
|
-
|
|
18
|
-
@if $columns > 0 {
|
|
19
|
-
// Allow columns to stretch full width below their breakpoints
|
|
20
|
-
@for $i from 1 through $columns {
|
|
21
|
-
.col#{$infix}-#{$i} {
|
|
22
|
-
@extend %grid-column;
|
|
23
|
-
}
|
|
24
|
-
}
|
|
25
|
-
}
|
|
26
|
-
|
|
27
|
-
.col#{$infix},
|
|
28
|
-
.col#{$infix}-auto {
|
|
29
|
-
@extend %grid-column;
|
|
30
|
-
}
|
|
31
|
-
|
|
32
|
-
@include media-breakpoint-up($breakpoint, $breakpoints) {
|
|
33
|
-
// Provide basic `.col-{bp}` classes for equal-width flexbox columns
|
|
34
|
-
.col#{$infix} {
|
|
35
|
-
flex-basis: 0;
|
|
36
|
-
flex-grow: 1;
|
|
37
|
-
max-width: 100%;
|
|
38
|
-
}
|
|
39
|
-
|
|
40
|
-
@if $grid-row-columns > 0 {
|
|
41
|
-
@for $i from 1 through $grid-row-columns {
|
|
42
|
-
.row-cols#{$infix}-#{$i} {
|
|
43
|
-
@include row-cols($i);
|
|
44
|
-
}
|
|
45
|
-
}
|
|
46
|
-
}
|
|
47
|
-
|
|
48
|
-
.col#{$infix}-auto {
|
|
49
|
-
@include make-col-auto();
|
|
50
|
-
}
|
|
51
|
-
|
|
52
|
-
@if $columns > 0 {
|
|
53
|
-
@for $i from 1 through $columns {
|
|
54
|
-
.col#{$infix}-#{$i} {
|
|
55
|
-
@include make-col($i, $columns);
|
|
56
|
-
}
|
|
57
|
-
}
|
|
58
|
-
}
|
|
59
|
-
|
|
60
|
-
.order#{$infix}-first { order: -1; }
|
|
61
|
-
|
|
62
|
-
.order#{$infix}-last { order: $columns + 1; }
|
|
63
|
-
|
|
64
|
-
@for $i from 0 through $columns {
|
|
65
|
-
.order#{$infix}-#{$i} { order: $i; }
|
|
66
|
-
}
|
|
67
|
-
|
|
68
|
-
@if $columns > 0 {
|
|
69
|
-
// `$columns - 1` because offsetting by the width of an entire row isn't possible
|
|
70
|
-
@for $i from 0 through ($columns - 1) {
|
|
71
|
-
@if not ($infix == "" and $i == 0) { // Avoid emitting useless .offset-0
|
|
72
|
-
.offset#{$infix}-#{$i} {
|
|
73
|
-
@include make-col-offset($i, $columns);
|
|
74
|
-
}
|
|
75
|
-
}
|
|
76
|
-
}
|
|
77
|
-
}
|
|
78
|
-
}
|
|
79
|
-
}
|
|
80
|
-
}
|
|
@@ -1,69 +0,0 @@
|
|
|
1
|
-
/// Grid system
|
|
2
|
-
//
|
|
3
|
-
// Generate semantic grid columns with these mixins.
|
|
4
|
-
|
|
5
|
-
@mixin make-container($gutter: $grid-gutter-width) {
|
|
6
|
-
width: 100%;
|
|
7
|
-
padding-right: $gutter * .5;
|
|
8
|
-
padding-left: $gutter * .5;
|
|
9
|
-
margin-right: auto;
|
|
10
|
-
margin-left: auto;
|
|
11
|
-
}
|
|
12
|
-
|
|
13
|
-
@mixin make-row($gutter: $grid-gutter-width) {
|
|
14
|
-
display: flex;
|
|
15
|
-
flex-wrap: wrap;
|
|
16
|
-
margin-right: -$gutter * .5;
|
|
17
|
-
margin-left: -$gutter * .5;
|
|
18
|
-
}
|
|
19
|
-
|
|
20
|
-
// For each breakpoint, define the maximum width of the container in a media query
|
|
21
|
-
@mixin make-container-max-widths($max-widths: $container-max-widths, $breakpoints: $grid-breakpoints) {
|
|
22
|
-
@each $breakpoint, $container-max-width in $max-widths {
|
|
23
|
-
@include media-breakpoint-up($breakpoint, $breakpoints) {
|
|
24
|
-
max-width: $container-max-width;
|
|
25
|
-
}
|
|
26
|
-
}
|
|
27
|
-
@include deprecate("The `make-container-max-widths` mixin", "v4.5.2", "v5");
|
|
28
|
-
}
|
|
29
|
-
|
|
30
|
-
@mixin make-col-ready($gutter: $grid-gutter-width) {
|
|
31
|
-
position: relative;
|
|
32
|
-
// Prevent columns from becoming too narrow when at smaller grid tiers by
|
|
33
|
-
// always setting `width: 100%;`. This works because we use `flex` values
|
|
34
|
-
// later on to override this initial width.
|
|
35
|
-
width: 100%;
|
|
36
|
-
padding-right: $gutter * .5;
|
|
37
|
-
padding-left: $gutter * .5;
|
|
38
|
-
}
|
|
39
|
-
|
|
40
|
-
@mixin make-col($size, $columns: $grid-columns) {
|
|
41
|
-
flex: 0 0 percentage(divide($size, $columns));
|
|
42
|
-
// Add a `max-width` to ensure content within each column does not blow out
|
|
43
|
-
// the width of the column. Applies to IE10+ and Firefox. Chrome and Safari
|
|
44
|
-
// do not appear to require this.
|
|
45
|
-
max-width: percentage(divide($size, $columns));
|
|
46
|
-
}
|
|
47
|
-
|
|
48
|
-
@mixin make-col-auto() {
|
|
49
|
-
flex: 0 0 auto;
|
|
50
|
-
width: auto;
|
|
51
|
-
max-width: 100%; // Reset earlier grid tiers
|
|
52
|
-
}
|
|
53
|
-
|
|
54
|
-
@mixin make-col-offset($size, $columns: $grid-columns) {
|
|
55
|
-
$num: divide($size, $columns);
|
|
56
|
-
margin-left: if($num == 0, 0, percentage($num));
|
|
57
|
-
}
|
|
58
|
-
|
|
59
|
-
// Row columns
|
|
60
|
-
//
|
|
61
|
-
// Specify on a parent element(e.g., .row) to force immediate children into NN
|
|
62
|
-
// numberof columns. Supports wrapping to new lines, but does not do a Masonry
|
|
63
|
-
// style grid.
|
|
64
|
-
@mixin row-cols($count) {
|
|
65
|
-
> * {
|
|
66
|
-
flex: 0 0 divide(100%, $count);
|
|
67
|
-
max-width: divide(100%, $count);
|
|
68
|
-
}
|
|
69
|
-
}
|
|
@@ -1,37 +0,0 @@
|
|
|
1
|
-
// Hover mixin and `$enable-hover-media-query` are deprecated.
|
|
2
|
-
//
|
|
3
|
-
// Originally added during our alphas and maintained during betas, this mixin was
|
|
4
|
-
// designed to prevent `:hover` stickiness on iOS-an issue where hover styles
|
|
5
|
-
// would persist after initial touch.
|
|
6
|
-
//
|
|
7
|
-
// For backward compatibility, we've kept these mixins and updated them to
|
|
8
|
-
// always return their regular pseudo-classes instead of a shimmed media query.
|
|
9
|
-
//
|
|
10
|
-
// Issue: https://github.com/twbs/bootstrap/issues/25195
|
|
11
|
-
|
|
12
|
-
@mixin hover() {
|
|
13
|
-
&:hover { @content; }
|
|
14
|
-
}
|
|
15
|
-
|
|
16
|
-
@mixin hover-focus() {
|
|
17
|
-
&:hover,
|
|
18
|
-
&:focus {
|
|
19
|
-
@content;
|
|
20
|
-
}
|
|
21
|
-
}
|
|
22
|
-
|
|
23
|
-
@mixin plain-hover-focus() {
|
|
24
|
-
&,
|
|
25
|
-
&:hover,
|
|
26
|
-
&:focus {
|
|
27
|
-
@content;
|
|
28
|
-
}
|
|
29
|
-
}
|
|
30
|
-
|
|
31
|
-
@mixin hover-focus-active() {
|
|
32
|
-
&:hover,
|
|
33
|
-
&:focus,
|
|
34
|
-
&:active {
|
|
35
|
-
@content;
|
|
36
|
-
}
|
|
37
|
-
}
|
|
@@ -1,36 +0,0 @@
|
|
|
1
|
-
// Image Mixins
|
|
2
|
-
// - Responsive image
|
|
3
|
-
// - Retina image
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
// Responsive image
|
|
7
|
-
//
|
|
8
|
-
// Keep images from scaling beyond the width of their parents.
|
|
9
|
-
|
|
10
|
-
@mixin img-fluid() {
|
|
11
|
-
// Part 1: Set a maximum relative to the parent
|
|
12
|
-
max-width: 100%;
|
|
13
|
-
// Part 2: Override the height to auto, otherwise images will be stretched
|
|
14
|
-
// when setting a width and height attribute on the img element.
|
|
15
|
-
height: auto;
|
|
16
|
-
}
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
// Retina image
|
|
20
|
-
//
|
|
21
|
-
// Short retina mixin for setting background-image and -size.
|
|
22
|
-
|
|
23
|
-
@mixin img-retina($file-1x, $file-2x, $width-1x, $height-1x) {
|
|
24
|
-
background-image: url($file-1x);
|
|
25
|
-
|
|
26
|
-
// Autoprefixer takes care of adding -webkit-min-device-pixel-ratio and -o-min-device-pixel-ratio,
|
|
27
|
-
// but doesn't convert dppx=>dpi.
|
|
28
|
-
// There's no such thing as unprefixed min-device-pixel-ratio since it's nonstandard.
|
|
29
|
-
// Compatibility info: https://caniuse.com/css-media-resolution
|
|
30
|
-
@media only screen and (min-resolution: 192dpi), // IE9-11 don't support dppx
|
|
31
|
-
only screen and (min-resolution: 2dppx) { // Standardized
|
|
32
|
-
background-image: url($file-2x);
|
|
33
|
-
background-size: $width-1x $height-1x;
|
|
34
|
-
}
|
|
35
|
-
@include deprecate("`img-retina()`", "v4.3.0", "v5");
|
|
36
|
-
}
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
// List Groups
|
|
2
|
-
|
|
3
|
-
@mixin list-group-item-variant($state, $background, $color) {
|
|
4
|
-
.list-group-item-#{$state} {
|
|
5
|
-
color: $color;
|
|
6
|
-
background-color: $background;
|
|
7
|
-
|
|
8
|
-
&.list-group-item-action {
|
|
9
|
-
@include hover-focus() {
|
|
10
|
-
color: $color;
|
|
11
|
-
background-color: darken($background, 5%);
|
|
12
|
-
}
|
|
13
|
-
|
|
14
|
-
&.active {
|
|
15
|
-
color: $white;
|
|
16
|
-
background-color: $color;
|
|
17
|
-
border-color: $color;
|
|
18
|
-
}
|
|
19
|
-
}
|
|
20
|
-
}
|
|
21
|
-
}
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
// Horizontal dividers
|
|
2
|
-
//
|
|
3
|
-
// Dividers (basically an hr) within dropdowns and nav lists
|
|
4
|
-
|
|
5
|
-
@mixin nav-divider($color: $nav-divider-color, $margin-y: $nav-divider-margin-y, $ignore-warning: false) {
|
|
6
|
-
height: 0;
|
|
7
|
-
margin: $margin-y 0;
|
|
8
|
-
overflow: hidden;
|
|
9
|
-
border-top: 1px solid $color;
|
|
10
|
-
@include deprecate("The `nav-divider()` mixin", "v4.4.0", "v5", $ignore-warning);
|
|
11
|
-
}
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
// Pagination
|
|
2
|
-
|
|
3
|
-
@mixin pagination-size($padding-y, $padding-x, $font-size, $line-height, $border-radius) {
|
|
4
|
-
.page-link {
|
|
5
|
-
padding: $padding-y $padding-x;
|
|
6
|
-
@include font-size($font-size);
|
|
7
|
-
line-height: $line-height;
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
.page-item {
|
|
11
|
-
&:first-child {
|
|
12
|
-
.page-link {
|
|
13
|
-
@include border-left-radius($border-radius);
|
|
14
|
-
}
|
|
15
|
-
}
|
|
16
|
-
&:last-child {
|
|
17
|
-
.page-link {
|
|
18
|
-
@include border-right-radius($border-radius);
|
|
19
|
-
}
|
|
20
|
-
}
|
|
21
|
-
}
|
|
22
|
-
}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
@mixin reset-text() {
|
|
2
|
-
font-family: $font-family-base;
|
|
3
|
-
// We deliberately do NOT reset font-size or word-wrap.
|
|
4
|
-
font-style: normal;
|
|
5
|
-
font-weight: $font-weight-normal;
|
|
6
|
-
line-height: $line-height-base;
|
|
7
|
-
text-align: left; // Fallback for where `start` is not supported
|
|
8
|
-
text-align: start;
|
|
9
|
-
text-decoration: none;
|
|
10
|
-
text-shadow: none;
|
|
11
|
-
text-transform: none;
|
|
12
|
-
letter-spacing: normal;
|
|
13
|
-
word-break: normal;
|
|
14
|
-
white-space: normal;
|
|
15
|
-
word-spacing: normal;
|
|
16
|
-
line-break: auto;
|
|
17
|
-
}
|
|
@@ -1,34 +0,0 @@
|
|
|
1
|
-
// Only display content to screen readers
|
|
2
|
-
//
|
|
3
|
-
// See: https://www.a11yproject.com/posts/2013-01-11-how-to-hide-content/
|
|
4
|
-
// See: https://kittygiraudel.com/2016/10/13/css-hide-and-seek/
|
|
5
|
-
|
|
6
|
-
@mixin sr-only() {
|
|
7
|
-
position: absolute;
|
|
8
|
-
width: 1px;
|
|
9
|
-
height: 1px;
|
|
10
|
-
padding: 0;
|
|
11
|
-
margin: -1px; // Fix for https://github.com/twbs/bootstrap/issues/25686
|
|
12
|
-
overflow: hidden;
|
|
13
|
-
clip: rect(0, 0, 0, 0);
|
|
14
|
-
white-space: nowrap;
|
|
15
|
-
border: 0;
|
|
16
|
-
}
|
|
17
|
-
|
|
18
|
-
// Use in conjunction with .sr-only to only display content when it's focused.
|
|
19
|
-
//
|
|
20
|
-
// Useful for "Skip to main content" links; see https://www.w3.org/TR/2013/NOTE-WCAG20-TECHS-20130905/G1
|
|
21
|
-
//
|
|
22
|
-
// Credit: HTML5 Boilerplate
|
|
23
|
-
|
|
24
|
-
@mixin sr-only-focusable() {
|
|
25
|
-
&:active,
|
|
26
|
-
&:focus {
|
|
27
|
-
position: static;
|
|
28
|
-
width: auto;
|
|
29
|
-
height: auto;
|
|
30
|
-
overflow: visible;
|
|
31
|
-
clip: auto;
|
|
32
|
-
white-space: normal;
|
|
33
|
-
}
|
|
34
|
-
}
|
|
@@ -1,39 +0,0 @@
|
|
|
1
|
-
// Tables
|
|
2
|
-
|
|
3
|
-
@mixin table-row-variant($state, $background, $border: null) {
|
|
4
|
-
// Exact selectors below required to override `.table-striped` and prevent
|
|
5
|
-
// inheritance to nested tables.
|
|
6
|
-
.table-#{$state} {
|
|
7
|
-
&,
|
|
8
|
-
> th,
|
|
9
|
-
> td {
|
|
10
|
-
background-color: $background;
|
|
11
|
-
}
|
|
12
|
-
|
|
13
|
-
@if $border != null {
|
|
14
|
-
th,
|
|
15
|
-
td,
|
|
16
|
-
thead th,
|
|
17
|
-
tbody + tbody {
|
|
18
|
-
border-color: $border;
|
|
19
|
-
}
|
|
20
|
-
}
|
|
21
|
-
}
|
|
22
|
-
|
|
23
|
-
// Hover states for `.table-hover`
|
|
24
|
-
// Note: this is not available for cells or rows within `thead` or `tfoot`.
|
|
25
|
-
.table-hover {
|
|
26
|
-
$hover-background: darken($background, 5%);
|
|
27
|
-
|
|
28
|
-
.table-#{$state} {
|
|
29
|
-
@include hover() {
|
|
30
|
-
background-color: $hover-background;
|
|
31
|
-
|
|
32
|
-
> td,
|
|
33
|
-
> th {
|
|
34
|
-
background-color: $hover-background;
|
|
35
|
-
}
|
|
36
|
-
}
|
|
37
|
-
}
|
|
38
|
-
}
|
|
39
|
-
}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
// stylelint-disable declaration-no-important
|
|
2
|
-
|
|
3
|
-
// Typography
|
|
4
|
-
|
|
5
|
-
@mixin text-emphasis-variant($parent, $color, $ignore-warning: false) {
|
|
6
|
-
#{$parent} {
|
|
7
|
-
color: $color !important;
|
|
8
|
-
}
|
|
9
|
-
@if $emphasized-link-hover-darken-percentage != 0 {
|
|
10
|
-
a#{$parent} {
|
|
11
|
-
@include hover-focus() {
|
|
12
|
-
color: darken($color, $emphasized-link-hover-darken-percentage) !important;
|
|
13
|
-
}
|
|
14
|
-
}
|
|
15
|
-
}
|
|
16
|
-
@include deprecate("`text-emphasis-variant()`", "v4.4.0", "v5", $ignore-warning);
|
|
17
|
-
}
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
// CSS image replacement
|
|
2
|
-
@mixin text-hide($ignore-warning: false) {
|
|
3
|
-
// stylelint-disable-next-line font-family-no-missing-generic-family-keyword
|
|
4
|
-
font: 0/0 a;
|
|
5
|
-
color: transparent;
|
|
6
|
-
text-shadow: none;
|
|
7
|
-
background-color: transparent;
|
|
8
|
-
border: 0;
|
|
9
|
-
|
|
10
|
-
@include deprecate("`text-hide()`", "v4.1.0", "v5", $ignore-warning);
|
|
11
|
-
}
|