@pepperi-addons/ngx-lib 0.4.2-beta.32 → 0.4.2-beta.321
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 +35 -0
- package/address/address.component.d.ts +9 -2
- package/attachment/attachment.component.d.ts +3 -1
- package/carousel/carousel.component.d.ts +3 -2
- package/checkbox/checkbox.component.d.ts +8 -1
- package/chips/chips.component.d.ts +4 -7
- package/chips/chips.service.d.ts +0 -3
- package/core/common/directives/auto-width.directive.d.ts +6 -2
- package/core/common/directives/base-destroyer.directive.d.ts +10 -0
- package/core/common/directives/public-api.d.ts +1 -0
- package/core/common/pipes/common-pipes.d.ts +5 -2
- package/core/common/services/addon.service.d.ts +6 -4
- package/core/common/services/file.service.d.ts +7 -2
- package/core/common/services/session.service.d.ts +2 -0
- package/core/common/services/utilities.service.d.ts +4 -4
- package/core/customization/customization.model.d.ts +4 -1
- package/core/customization/customization.service.d.ts +7 -1
- package/date/date.component.d.ts +4 -2
- package/draggable-items/draggable-item/draggable-item.component.d.ts +16 -2
- package/draggable-items/draggable-items.component.d.ts +3 -6
- package/draggable-items/draggable-items.module.d.ts +4 -3
- package/elements/README.md +256 -0
- package/esm2020/address/address.component.mjs +93 -5
- package/esm2020/assets/i18n/ar.ngx-lib.json +180 -0
- package/esm2020/assets/i18n/de.ngx-lib.json +180 -0
- package/esm2020/assets/i18n/en.ngx-lib.json +189 -0
- package/esm2020/assets/i18n/es.ngx-lib.json +180 -0
- package/esm2020/assets/i18n/fr.ngx-lib.json +180 -0
- package/esm2020/assets/i18n/he.ngx-lib.json +180 -0
- package/esm2020/assets/i18n/hu.ngx-lib.json +79 -0
- package/esm2020/assets/i18n/it.ngx-lib.json +180 -0
- package/esm2020/assets/i18n/ja.ngx-lib.json +180 -0
- package/esm2020/assets/i18n/nl.ngx-lib.json +79 -0
- package/esm2020/assets/i18n/pl.ngx-lib.json +180 -0
- package/esm2020/assets/i18n/pt.ngx-lib.json +180 -0
- package/esm2020/assets/i18n/ru.ngx-lib.json +79 -0
- package/esm2020/assets/i18n/sr.ngx-lib.json +180 -0
- package/esm2020/assets/i18n/zh.ngx-lib.json +180 -0
- package/esm2020/attachment/attachment.component.mjs +16 -6
- package/esm2020/carousel/carousel.component.mjs +14 -4
- package/esm2020/checkbox/checkbox.component.mjs +37 -3
- package/esm2020/chips/chips.component.mjs +11 -16
- package/esm2020/chips/chips.service.mjs +2 -11
- package/esm2020/color/color-picker.component.mjs +3 -3
- package/esm2020/color/color.component.mjs +3 -3
- package/esm2020/core/common/directives/auto-width.directive.mjs +29 -9
- package/esm2020/core/common/directives/base-destroyer.directive.mjs +22 -0
- package/esm2020/core/common/directives/public-api.mjs +2 -1
- package/esm2020/core/common/pipes/common-pipes.mjs +18 -8
- package/esm2020/core/common/services/addon.service.mjs +31 -7
- package/esm2020/core/common/services/data-convertor.service.mjs +3 -3
- package/esm2020/core/common/services/file.service.mjs +57 -20
- package/esm2020/core/common/services/session.service.mjs +5 -1
- package/esm2020/core/common/services/utilities.service.mjs +19 -14
- package/esm2020/core/customization/customization.model.mjs +46 -10
- package/esm2020/core/customization/customization.service.mjs +41 -2
- package/esm2020/core/http/services/http.service.mjs +17 -8
- package/esm2020/core/http/services/loader.service.mjs +3 -3
- package/esm2020/date/date.component.mjs +35 -13
- package/esm2020/dialog/dialog.component.mjs +3 -3
- package/esm2020/draggable-items/draggable-item/draggable-item.component.mjs +44 -4
- package/esm2020/draggable-items/draggable-items.component.mjs +7 -15
- package/esm2020/draggable-items/draggable-items.module.mjs +5 -1
- package/esm2020/field-title/field-title.component.mjs +6 -3
- package/esm2020/files-uploader/files-uploader.component.mjs +23 -32
- package/esm2020/form/field-generator.component.mjs +3 -3
- package/esm2020/form/form.component.mjs +7 -4
- package/esm2020/form/internal-button.component.mjs +2 -2
- package/esm2020/form/internal-carusel.component.mjs +10 -6
- package/esm2020/form/internal-field-generator.component.mjs +3 -3
- package/esm2020/form/internal-form.component.mjs +5 -3
- package/esm2020/form/internal-list.component.mjs +2 -2
- package/esm2020/form/internal-menu.component.mjs +4 -6
- package/esm2020/form/internal-page.component.mjs +3 -4
- package/esm2020/group-buttons/group-buttons.component.mjs +2 -2
- package/esm2020/icon/icon.component.mjs +36 -6
- package/esm2020/icon/icon.service.mjs +5 -1
- package/esm2020/image/image.component.mjs +15 -3
- package/esm2020/image/image.service.mjs +2 -4
- package/esm2020/images-filmstrip/images-filmstrip.component.mjs +99 -25
- package/esm2020/json-editor/json-editor.component.mjs +288 -0
- package/esm2020/json-editor/json-editor.module.mjs +83 -0
- package/esm2020/json-editor/json-tree-node.component.mjs +32 -0
- package/esm2020/json-editor/pepperi-addons-ngx-lib-json-editor.mjs +5 -0
- package/esm2020/json-editor/public-api.mjs +6 -0
- package/esm2020/lib/i18n/embedded-i18n.mjs +33 -0
- package/esm2020/link/link.component.mjs +25 -4
- package/esm2020/list/list-actions.component.mjs +1 -1
- package/esm2020/list/list-chooser.component.mjs +1 -1
- package/esm2020/list/list-pager.component.mjs +56 -9
- package/esm2020/list/list-sorting.component.mjs +1 -1
- package/esm2020/list/list-total.component.mjs +6 -3
- package/esm2020/list/list-views.component.mjs +1 -1
- package/esm2020/list/list.component.mjs +287 -50
- package/esm2020/list/list.model.mjs +1 -1
- package/esm2020/list/list.module.mjs +5 -1
- package/esm2020/list/virtual-scroller.mjs +16 -2
- package/esm2020/menu/menu-item.component.mjs +3 -3
- package/esm2020/menu/menu.component.mjs +6 -3
- package/esm2020/menu/menu.model.mjs +2 -1
- package/esm2020/page-layout/page-layout.component.mjs +28 -7
- package/esm2020/profile-data-views-list/profile-data-view/profile-data-view.component.mjs +1 -1
- package/esm2020/profile-data-views-list/profile-data-views-card/profile-data-views-card.component.mjs +25 -9
- package/esm2020/profile-data-views-list/profile-data-views-list.component.mjs +58 -26
- package/esm2020/profile-data-views-list/profile-data-views-list.model.mjs +1 -1
- package/esm2020/public-api.mjs +2 -1
- package/esm2020/quantity-selector/quantity-selector.component.mjs +67 -33
- package/esm2020/query-builder/common/model/legacy.mjs +1 -1
- package/esm2020/query-builder/common/model/operator.mjs +76 -64
- package/esm2020/query-builder/common/services/output-query.service.mjs +5 -3
- package/esm2020/query-builder/common/services/query-structure.service.mjs +34 -2
- package/esm2020/query-builder/query-builder-item/query-builder-item.component.mjs +14 -12
- package/esm2020/query-builder/query-builder-section/query-builder-section.component.mjs +3 -3
- package/esm2020/query-builder/query-builder.module.mjs +14 -3
- package/esm2020/query-builder/query-builder.service.mjs +4 -3
- package/esm2020/remote-loader/addon-block-loader.component.mjs +26 -16
- package/esm2020/remote-loader/addon-block-loader.service.mjs +5 -2
- package/esm2020/remote-loader/remote-loader-element.component.mjs +148 -27
- package/esm2020/remote-loader/remote-loader.component.mjs +1 -4
- package/esm2020/remote-loader/remote-loader.model.mjs +1 -1
- package/esm2020/remote-loader/remote-loader.service.mjs +49 -26
- package/esm2020/reset-configuration-field/pepperi-addons-ngx-lib-reset-configuration-field.mjs +5 -0
- package/esm2020/reset-configuration-field/public-api.mjs +3 -0
- package/esm2020/reset-configuration-field/reset-configuration-field.component.mjs +55 -0
- package/esm2020/reset-configuration-field/reset-configuration-field.module.mjs +36 -0
- package/esm2020/rich-html-textarea/rich-html-textarea.component.mjs +19 -3
- package/esm2020/search/search.component.mjs +43 -16
- package/esm2020/select/select.component.mjs +124 -53
- package/esm2020/select-panel/select-panel.component.mjs +4 -6
- package/esm2020/side-bar/side-bar.component.mjs +18 -4
- package/esm2020/signature/signature-dialog.component.mjs +9 -4
- package/esm2020/signature/signature.component.mjs +14 -7
- package/esm2020/size-detector/size-detector.component.mjs +16 -6
- package/esm2020/skeleton-loader/public-api.mjs +2 -2
- package/esm2020/skeleton-loader/skeleton-loader.component.mjs +33 -9
- package/esm2020/slider/slider.component.mjs +2 -2
- package/esm2020/smart-filters/boolean-filter/boolean-filter.component.mjs +1 -1
- package/esm2020/smart-filters/common/model/base-filter-component.mjs +5 -11
- package/esm2020/smart-filters/common/model/operator.mjs +15 -6
- package/esm2020/smart-filters/common/model/type.mjs +1 -1
- package/esm2020/smart-filters/date-filter/date-filter.component.mjs +1 -1
- package/esm2020/smart-filters/multi-select-filter/multi-select-filter.component.mjs +3 -3
- package/esm2020/smart-filters/number-filter/number-filter.component.mjs +3 -3
- package/esm2020/smart-filters/smart-filters.component.mjs +2 -2
- package/esm2020/smart-filters/text-filter/text-filter.component.mjs +27 -7
- package/esm2020/snack-bar/snack-bar.component.mjs +21 -6
- package/esm2020/textarea/textarea.component.mjs +12 -3
- package/esm2020/textbox/textbox-validation.directive.mjs +2 -4
- package/esm2020/textbox/textbox.component.mjs +85 -10
- package/esm2020/textbox-icon/textbox-icon.component.mjs +3 -3
- package/esm2020/top-bar/top-bar.component.mjs +31 -17
- package/fesm2015/pepperi-addons-ngx-lib-address.mjs +92 -5
- package/fesm2015/pepperi-addons-ngx-lib-address.mjs.map +1 -1
- package/fesm2015/pepperi-addons-ngx-lib-attachment.mjs +15 -5
- package/fesm2015/pepperi-addons-ngx-lib-attachment.mjs.map +1 -1
- package/fesm2015/pepperi-addons-ngx-lib-carousel.mjs +13 -3
- package/fesm2015/pepperi-addons-ngx-lib-carousel.mjs.map +1 -1
- package/fesm2015/pepperi-addons-ngx-lib-checkbox.mjs +37 -2
- package/fesm2015/pepperi-addons-ngx-lib-checkbox.mjs.map +1 -1
- package/fesm2015/pepperi-addons-ngx-lib-chips.mjs +11 -25
- package/fesm2015/pepperi-addons-ngx-lib-chips.mjs.map +1 -1
- package/fesm2015/pepperi-addons-ngx-lib-color.mjs +4 -4
- package/fesm2015/pepperi-addons-ngx-lib-color.mjs.map +1 -1
- package/fesm2015/pepperi-addons-ngx-lib-date.mjs +35 -12
- package/fesm2015/pepperi-addons-ngx-lib-date.mjs.map +1 -1
- package/fesm2015/pepperi-addons-ngx-lib-dialog.mjs +2 -2
- package/fesm2015/pepperi-addons-ngx-lib-dialog.mjs.map +1 -1
- package/fesm2015/pepperi-addons-ngx-lib-draggable-items.mjs +54 -19
- package/fesm2015/pepperi-addons-ngx-lib-draggable-items.mjs.map +1 -1
- package/fesm2015/pepperi-addons-ngx-lib-field-title.mjs +5 -2
- package/fesm2015/pepperi-addons-ngx-lib-field-title.mjs.map +1 -1
- package/fesm2015/pepperi-addons-ngx-lib-files-uploader.mjs +22 -31
- package/fesm2015/pepperi-addons-ngx-lib-files-uploader.mjs.map +1 -1
- package/fesm2015/pepperi-addons-ngx-lib-form.mjs +31 -25
- package/fesm2015/pepperi-addons-ngx-lib-form.mjs.map +1 -1
- package/fesm2015/pepperi-addons-ngx-lib-group-buttons.mjs +2 -2
- package/fesm2015/pepperi-addons-ngx-lib-group-buttons.mjs.map +1 -1
- package/fesm2015/pepperi-addons-ngx-lib-icon.mjs +40 -5
- package/fesm2015/pepperi-addons-ngx-lib-icon.mjs.map +1 -1
- package/fesm2015/pepperi-addons-ngx-lib-image.mjs +15 -5
- package/fesm2015/pepperi-addons-ngx-lib-image.mjs.map +1 -1
- package/fesm2015/pepperi-addons-ngx-lib-images-filmstrip.mjs +101 -24
- package/fesm2015/pepperi-addons-ngx-lib-images-filmstrip.mjs.map +1 -1
- package/fesm2015/pepperi-addons-ngx-lib-json-editor.mjs +407 -0
- package/fesm2015/pepperi-addons-ngx-lib-json-editor.mjs.map +1 -0
- package/fesm2015/pepperi-addons-ngx-lib-link.mjs +24 -3
- package/fesm2015/pepperi-addons-ngx-lib-link.mjs.map +1 -1
- package/fesm2015/pepperi-addons-ngx-lib-list.mjs +374 -66
- package/fesm2015/pepperi-addons-ngx-lib-list.mjs.map +1 -1
- package/fesm2015/pepperi-addons-ngx-lib-menu.mjs +8 -4
- package/fesm2015/pepperi-addons-ngx-lib-menu.mjs.map +1 -1
- package/fesm2015/pepperi-addons-ngx-lib-page-layout.mjs +27 -6
- package/fesm2015/pepperi-addons-ngx-lib-page-layout.mjs.map +1 -1
- package/fesm2015/pepperi-addons-ngx-lib-profile-data-views-list.mjs +81 -33
- package/fesm2015/pepperi-addons-ngx-lib-profile-data-views-list.mjs.map +1 -1
- package/fesm2015/pepperi-addons-ngx-lib-quantity-selector.mjs +66 -31
- package/fesm2015/pepperi-addons-ngx-lib-quantity-selector.mjs.map +1 -1
- package/fesm2015/pepperi-addons-ngx-lib-query-builder.mjs +152 -84
- package/fesm2015/pepperi-addons-ngx-lib-query-builder.mjs.map +1 -1
- package/fesm2015/pepperi-addons-ngx-lib-remote-loader.mjs +237 -85
- package/fesm2015/pepperi-addons-ngx-lib-remote-loader.mjs.map +1 -1
- package/fesm2015/pepperi-addons-ngx-lib-reset-configuration-field.mjs +95 -0
- package/fesm2015/pepperi-addons-ngx-lib-reset-configuration-field.mjs.map +1 -0
- package/fesm2015/pepperi-addons-ngx-lib-rich-html-textarea.mjs +18 -2
- package/fesm2015/pepperi-addons-ngx-lib-rich-html-textarea.mjs.map +1 -1
- package/fesm2015/pepperi-addons-ngx-lib-search.mjs +45 -15
- package/fesm2015/pepperi-addons-ngx-lib-search.mjs.map +1 -1
- package/fesm2015/pepperi-addons-ngx-lib-select-panel.mjs +3 -5
- package/fesm2015/pepperi-addons-ngx-lib-select-panel.mjs.map +1 -1
- package/fesm2015/pepperi-addons-ngx-lib-select.mjs +123 -51
- package/fesm2015/pepperi-addons-ngx-lib-select.mjs.map +1 -1
- package/fesm2015/pepperi-addons-ngx-lib-side-bar.mjs +17 -3
- package/fesm2015/pepperi-addons-ngx-lib-side-bar.mjs.map +1 -1
- package/fesm2015/pepperi-addons-ngx-lib-signature.mjs +23 -9
- package/fesm2015/pepperi-addons-ngx-lib-signature.mjs.map +1 -1
- package/fesm2015/pepperi-addons-ngx-lib-size-detector.mjs +15 -5
- package/fesm2015/pepperi-addons-ngx-lib-size-detector.mjs.map +1 -1
- package/fesm2015/pepperi-addons-ngx-lib-skeleton-loader.mjs +33 -9
- package/fesm2015/pepperi-addons-ngx-lib-skeleton-loader.mjs.map +1 -1
- package/fesm2015/pepperi-addons-ngx-lib-slider.mjs +2 -2
- package/fesm2015/pepperi-addons-ngx-lib-slider.mjs.map +1 -1
- package/fesm2015/pepperi-addons-ngx-lib-smart-filters.mjs +53 -30
- package/fesm2015/pepperi-addons-ngx-lib-smart-filters.mjs.map +1 -1
- package/fesm2015/pepperi-addons-ngx-lib-snack-bar.mjs +20 -5
- package/fesm2015/pepperi-addons-ngx-lib-snack-bar.mjs.map +1 -1
- package/fesm2015/pepperi-addons-ngx-lib-textarea.mjs +11 -2
- package/fesm2015/pepperi-addons-ngx-lib-textarea.mjs.map +1 -1
- package/fesm2015/pepperi-addons-ngx-lib-textbox-icon.mjs +2 -2
- package/fesm2015/pepperi-addons-ngx-lib-textbox-icon.mjs.map +1 -1
- package/fesm2015/pepperi-addons-ngx-lib-textbox.mjs +87 -12
- package/fesm2015/pepperi-addons-ngx-lib-textbox.mjs.map +1 -1
- package/fesm2015/pepperi-addons-ngx-lib-top-bar.mjs +31 -17
- package/fesm2015/pepperi-addons-ngx-lib-top-bar.mjs.map +1 -1
- package/fesm2015/pepperi-addons-ngx-lib.mjs +3449 -566
- package/fesm2015/pepperi-addons-ngx-lib.mjs.map +1 -1
- package/fesm2020/pepperi-addons-ngx-lib-address.mjs +92 -5
- package/fesm2020/pepperi-addons-ngx-lib-address.mjs.map +1 -1
- package/fesm2020/pepperi-addons-ngx-lib-attachment.mjs +15 -5
- package/fesm2020/pepperi-addons-ngx-lib-attachment.mjs.map +1 -1
- package/fesm2020/pepperi-addons-ngx-lib-carousel.mjs +13 -3
- package/fesm2020/pepperi-addons-ngx-lib-carousel.mjs.map +1 -1
- package/fesm2020/pepperi-addons-ngx-lib-checkbox.mjs +36 -2
- package/fesm2020/pepperi-addons-ngx-lib-checkbox.mjs.map +1 -1
- package/fesm2020/pepperi-addons-ngx-lib-chips.mjs +11 -25
- package/fesm2020/pepperi-addons-ngx-lib-chips.mjs.map +1 -1
- package/fesm2020/pepperi-addons-ngx-lib-color.mjs +4 -4
- package/fesm2020/pepperi-addons-ngx-lib-color.mjs.map +1 -1
- package/fesm2020/pepperi-addons-ngx-lib-date.mjs +34 -12
- package/fesm2020/pepperi-addons-ngx-lib-date.mjs.map +1 -1
- package/fesm2020/pepperi-addons-ngx-lib-dialog.mjs +2 -2
- package/fesm2020/pepperi-addons-ngx-lib-dialog.mjs.map +1 -1
- package/fesm2020/pepperi-addons-ngx-lib-draggable-items.mjs +54 -19
- package/fesm2020/pepperi-addons-ngx-lib-draggable-items.mjs.map +1 -1
- package/fesm2020/pepperi-addons-ngx-lib-field-title.mjs +5 -2
- package/fesm2020/pepperi-addons-ngx-lib-field-title.mjs.map +1 -1
- package/fesm2020/pepperi-addons-ngx-lib-files-uploader.mjs +22 -31
- package/fesm2020/pepperi-addons-ngx-lib-files-uploader.mjs.map +1 -1
- package/fesm2020/pepperi-addons-ngx-lib-form.mjs +31 -25
- package/fesm2020/pepperi-addons-ngx-lib-form.mjs.map +1 -1
- package/fesm2020/pepperi-addons-ngx-lib-group-buttons.mjs +2 -2
- package/fesm2020/pepperi-addons-ngx-lib-group-buttons.mjs.map +1 -1
- package/fesm2020/pepperi-addons-ngx-lib-icon.mjs +39 -5
- package/fesm2020/pepperi-addons-ngx-lib-icon.mjs.map +1 -1
- package/fesm2020/pepperi-addons-ngx-lib-image.mjs +15 -5
- package/fesm2020/pepperi-addons-ngx-lib-image.mjs.map +1 -1
- package/fesm2020/pepperi-addons-ngx-lib-images-filmstrip.mjs +98 -24
- package/fesm2020/pepperi-addons-ngx-lib-images-filmstrip.mjs.map +1 -1
- package/fesm2020/pepperi-addons-ngx-lib-json-editor.mjs +403 -0
- package/fesm2020/pepperi-addons-ngx-lib-json-editor.mjs.map +1 -0
- package/fesm2020/pepperi-addons-ngx-lib-link.mjs +24 -3
- package/fesm2020/pepperi-addons-ngx-lib-link.mjs.map +1 -1
- package/fesm2020/pepperi-addons-ngx-lib-list.mjs +369 -65
- package/fesm2020/pepperi-addons-ngx-lib-list.mjs.map +1 -1
- package/fesm2020/pepperi-addons-ngx-lib-menu.mjs +8 -4
- package/fesm2020/pepperi-addons-ngx-lib-menu.mjs.map +1 -1
- package/fesm2020/pepperi-addons-ngx-lib-page-layout.mjs +27 -6
- package/fesm2020/pepperi-addons-ngx-lib-page-layout.mjs.map +1 -1
- package/fesm2020/pepperi-addons-ngx-lib-profile-data-views-list.mjs +81 -33
- package/fesm2020/pepperi-addons-ngx-lib-profile-data-views-list.mjs.map +1 -1
- package/fesm2020/pepperi-addons-ngx-lib-quantity-selector.mjs +65 -31
- package/fesm2020/pepperi-addons-ngx-lib-quantity-selector.mjs.map +1 -1
- package/fesm2020/pepperi-addons-ngx-lib-query-builder.mjs +141 -82
- package/fesm2020/pepperi-addons-ngx-lib-query-builder.mjs.map +1 -1
- package/fesm2020/pepperi-addons-ngx-lib-remote-loader.mjs +224 -70
- package/fesm2020/pepperi-addons-ngx-lib-remote-loader.mjs.map +1 -1
- package/fesm2020/pepperi-addons-ngx-lib-reset-configuration-field.mjs +95 -0
- package/fesm2020/pepperi-addons-ngx-lib-reset-configuration-field.mjs.map +1 -0
- package/fesm2020/pepperi-addons-ngx-lib-rich-html-textarea.mjs +18 -2
- package/fesm2020/pepperi-addons-ngx-lib-rich-html-textarea.mjs.map +1 -1
- package/fesm2020/pepperi-addons-ngx-lib-search.mjs +42 -15
- package/fesm2020/pepperi-addons-ngx-lib-search.mjs.map +1 -1
- package/fesm2020/pepperi-addons-ngx-lib-select-panel.mjs +3 -5
- package/fesm2020/pepperi-addons-ngx-lib-select-panel.mjs.map +1 -1
- package/fesm2020/pepperi-addons-ngx-lib-select.mjs +122 -51
- package/fesm2020/pepperi-addons-ngx-lib-select.mjs.map +1 -1
- package/fesm2020/pepperi-addons-ngx-lib-side-bar.mjs +17 -3
- package/fesm2020/pepperi-addons-ngx-lib-side-bar.mjs.map +1 -1
- package/fesm2020/pepperi-addons-ngx-lib-signature.mjs +21 -9
- package/fesm2020/pepperi-addons-ngx-lib-signature.mjs.map +1 -1
- package/fesm2020/pepperi-addons-ngx-lib-size-detector.mjs +15 -5
- package/fesm2020/pepperi-addons-ngx-lib-size-detector.mjs.map +1 -1
- package/fesm2020/pepperi-addons-ngx-lib-skeleton-loader.mjs +33 -9
- package/fesm2020/pepperi-addons-ngx-lib-skeleton-loader.mjs.map +1 -1
- package/fesm2020/pepperi-addons-ngx-lib-slider.mjs +2 -2
- package/fesm2020/pepperi-addons-ngx-lib-slider.mjs.map +1 -1
- package/fesm2020/pepperi-addons-ngx-lib-smart-filters.mjs +53 -30
- package/fesm2020/pepperi-addons-ngx-lib-smart-filters.mjs.map +1 -1
- package/fesm2020/pepperi-addons-ngx-lib-snack-bar.mjs +20 -5
- package/fesm2020/pepperi-addons-ngx-lib-snack-bar.mjs.map +1 -1
- package/fesm2020/pepperi-addons-ngx-lib-textarea.mjs +11 -2
- package/fesm2020/pepperi-addons-ngx-lib-textarea.mjs.map +1 -1
- package/fesm2020/pepperi-addons-ngx-lib-textbox-icon.mjs +2 -2
- package/fesm2020/pepperi-addons-ngx-lib-textbox-icon.mjs.map +1 -1
- package/fesm2020/pepperi-addons-ngx-lib-textbox.mjs +85 -12
- package/fesm2020/pepperi-addons-ngx-lib-textbox.mjs.map +1 -1
- package/fesm2020/pepperi-addons-ngx-lib-top-bar.mjs +30 -16
- package/fesm2020/pepperi-addons-ngx-lib-top-bar.mjs.map +1 -1
- package/fesm2020/pepperi-addons-ngx-lib.mjs +3446 -565
- package/fesm2020/pepperi-addons-ngx-lib.mjs.map +1 -1
- package/field-title/field-title.component.d.ts +2 -1
- package/files-uploader/files-uploader.component.d.ts +4 -2
- package/form/internal-carusel.component.d.ts +1 -0
- package/form/internal-menu.component.d.ts +1 -2
- package/icon/icon.component.d.ts +4 -0
- package/image/image.component.d.ts +3 -1
- package/images-filmstrip/images-filmstrip.component.d.ts +24 -8
- package/json-editor/index.d.ts +5 -0
- package/json-editor/json-editor.component.d.ts +75 -0
- package/json-editor/json-editor.component.theme.scss +5 -0
- package/json-editor/json-editor.module.d.ts +24 -0
- package/json-editor/json-tree-node.component.d.ts +18 -0
- package/json-editor/public-api.d.ts +2 -0
- package/lib/i18n/embedded-i18n.d.ts +1 -0
- package/link/link.component.d.ts +7 -2
- package/list/list-pager.component.d.ts +16 -6
- package/list/list-total.component.d.ts +2 -1
- package/list/list.component.d.ts +26 -5
- package/list/list.model.d.ts +2 -1
- package/list/list.module.d.ts +4 -3
- package/menu/menu.component.d.ts +2 -1
- package/menu/menu.model.d.ts +1 -0
- package/package.json +18 -2
- package/page-layout/page-layout.component.d.ts +8 -2
- package/profile-data-views-list/profile-data-view/profile-data-view.component.d.ts +3 -3
- package/profile-data-views-list/profile-data-views-card/profile-data-views-card.component.d.ts +5 -4
- package/profile-data-views-list/profile-data-views-list.component.d.ts +13 -10
- package/profile-data-views-list/profile-data-views-list.model.d.ts +8 -0
- package/public-api.d.ts +1 -0
- package/quantity-selector/quantity-selector.component.d.ts +9 -9
- package/query-builder/common/model/legacy.d.ts +3 -0
- package/query-builder/common/model/operator.d.ts +11 -1
- package/query-builder/common/services/query-structure.service.d.ts +1 -0
- package/query-builder/query-builder-item/query-builder-item.component.d.ts +3 -1
- package/query-builder/query-builder.module.d.ts +7 -3
- package/remote-loader/addon-block-loader.component.d.ts +4 -2
- package/remote-loader/remote-loader-element.component.d.ts +8 -1
- package/remote-loader/remote-loader.model.d.ts +1 -0
- package/remote-loader/remote-loader.service.d.ts +3 -1
- package/reset-configuration-field/index.d.ts +5 -0
- package/reset-configuration-field/public-api.d.ts +2 -0
- package/reset-configuration-field/reset-configuration-field.component.d.ts +23 -0
- package/reset-configuration-field/reset-configuration-field.module.d.ts +12 -0
- package/rich-html-textarea/rich-html-textarea.component.d.ts +4 -1
- package/rich-html-textarea/rich-html-textarea.component.theme.scss +4 -2
- package/search/search.component.d.ts +9 -3
- package/select/select.component.d.ts +18 -2
- package/select-panel/select-panel.component.d.ts +1 -2
- package/side-bar/side-bar.component.d.ts +4 -1
- package/signature/signature-dialog.component.d.ts +2 -1
- package/signature/signature.component.d.ts +2 -1
- package/size-detector/size-detector.component.d.ts +6 -3
- package/skeleton-loader/skeleton-loader.component.d.ts +15 -7
- package/slider/slider.component.theme.scss +4 -0
- package/smart-filters/boolean-filter/boolean-filter.component.d.ts +3 -0
- package/smart-filters/common/model/base-filter-component.d.ts +2 -4
- package/smart-filters/common/model/operator.d.ts +3 -0
- package/smart-filters/common/model/type.d.ts +1 -1
- package/smart-filters/date-filter/date-filter.component.d.ts +3 -0
- package/smart-filters/multi-select-filter/multi-select-filter.component.d.ts +3 -0
- package/smart-filters/number-filter/number-filter.component.d.ts +3 -0
- package/smart-filters/text-filter/text-filter.component.d.ts +4 -0
- package/snack-bar/snack-bar.component.d.ts +9 -4
- package/src/assets/i18n/ar.ngx-lib.json +180 -0
- package/src/assets/i18n/de.ngx-lib.json +106 -4
- package/src/assets/i18n/en.ngx-lib.json +17 -3
- package/src/assets/i18n/es.ngx-lib.json +113 -11
- package/src/assets/i18n/fr.ngx-lib.json +105 -4
- package/src/assets/i18n/he.ngx-lib.json +105 -4
- package/src/assets/i18n/it.ngx-lib.json +114 -13
- package/src/assets/i18n/ja.ngx-lib.json +105 -4
- package/src/assets/i18n/pl.ngx-lib.json +105 -4
- package/src/assets/i18n/pt.ngx-lib.json +105 -4
- package/src/assets/i18n/sr.ngx-lib.json +180 -0
- package/src/assets/i18n/zh.ngx-lib.json +105 -2
- package/src/core/style/abstracts/mixins.scss +356 -102
- package/src/core/style/abstracts/variables.scss +10 -1
- package/src/core/style/base/Spacing.stories.mdx +22 -22
- package/src/core/style/base/base.scss +24 -15
- package/src/core/style/base/typography.scss +2 -1
- package/src/core/style/components/button.scss +11 -0
- package/src/core/style/components/checkbox.scss +13 -63
- package/src/core/style/components/file.scss +4 -4
- package/src/core/style/components/general.scss +81 -35
- package/src/core/style/components/textarea.scss +13 -0
- package/textarea/textarea.component.d.ts +2 -1
- package/textbox/textbox.component.d.ts +10 -3
- package/theming.scss +5 -1
- package/top-bar/top-bar.component.d.ts +3 -1
- package/src/assets/images/sail-away.jpg +0 -0
- package/src/core/style/abstracts/AbstractsIntro.stories.mdx +0 -7
|
@@ -11,13 +11,17 @@
|
|
|
11
11
|
/// @link https://twitter.com/csswizardry/status/478938530342006784 Original tweet from Harry Roberts
|
|
12
12
|
@mixin on-event($self: false) {
|
|
13
13
|
@if $self {
|
|
14
|
+
|
|
14
15
|
&,
|
|
15
16
|
&:hover,
|
|
16
17
|
&:active,
|
|
17
18
|
&:focus {
|
|
18
19
|
@content;
|
|
19
20
|
}
|
|
20
|
-
}
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
@else {
|
|
24
|
+
|
|
21
25
|
&:hover,
|
|
22
26
|
&:active,
|
|
23
27
|
&:focus {
|
|
@@ -55,7 +59,9 @@
|
|
|
55
59
|
@if ($add-important) {
|
|
56
60
|
margin-right: calc(#{$spacing-size} * -1) !important;
|
|
57
61
|
margin-left: calc(#{$spacing-size} * -1) !important;
|
|
58
|
-
}
|
|
62
|
+
}
|
|
63
|
+
|
|
64
|
+
@else {
|
|
59
65
|
margin-right: calc(#{$spacing-size} * -1);
|
|
60
66
|
margin-left: calc(#{$spacing-size} * -1);
|
|
61
67
|
}
|
|
@@ -65,7 +71,9 @@
|
|
|
65
71
|
@if ($add-important) {
|
|
66
72
|
margin-right: $spacing-size !important;
|
|
67
73
|
margin-left: $spacing-size !important;
|
|
68
|
-
}
|
|
74
|
+
}
|
|
75
|
+
|
|
76
|
+
@else {
|
|
69
77
|
margin-right: $spacing-size;
|
|
70
78
|
margin-left: $spacing-size;
|
|
71
79
|
}
|
|
@@ -100,15 +108,17 @@
|
|
|
100
108
|
}
|
|
101
109
|
|
|
102
110
|
@mixin hide-spin-buttons() {
|
|
111
|
+
|
|
103
112
|
/*Hide numbers arrows in the qs input - Chrome, Safari, Edge, Opera */
|
|
104
113
|
input::-webkit-outer-spin-button,
|
|
105
114
|
input::-webkit-inner-spin-button {
|
|
106
115
|
-webkit-appearance: none;
|
|
107
116
|
margin: 0;
|
|
108
117
|
}
|
|
118
|
+
|
|
109
119
|
/*Hide numbers arrows in the qs input - Firefox */
|
|
110
120
|
input[type=number] {
|
|
111
|
-
-moz-appearance:textfield;
|
|
121
|
+
-moz-appearance: textfield;
|
|
112
122
|
}
|
|
113
123
|
}
|
|
114
124
|
|
|
@@ -153,7 +163,7 @@
|
|
|
153
163
|
color: $text-background;
|
|
154
164
|
}
|
|
155
165
|
|
|
156
|
-
@if $alignment ==
|
|
166
|
+
@if $alignment ==2 {
|
|
157
167
|
// right alignment
|
|
158
168
|
direction: rtl;
|
|
159
169
|
text-align: right;
|
|
@@ -165,17 +175,22 @@
|
|
|
165
175
|
&:before {
|
|
166
176
|
left: 3px;
|
|
167
177
|
}
|
|
178
|
+
|
|
168
179
|
&:after {
|
|
169
180
|
/* set position to left bottom corner of text */
|
|
170
181
|
left: 3px;
|
|
171
182
|
}
|
|
172
|
-
}
|
|
183
|
+
}
|
|
184
|
+
|
|
185
|
+
@else {
|
|
173
186
|
// left alignment + center alignment
|
|
174
187
|
direction: ltr;
|
|
175
188
|
|
|
176
|
-
@if $alignment ==
|
|
189
|
+
@if $alignment ==3 {
|
|
177
190
|
text-align: center;
|
|
178
|
-
}
|
|
191
|
+
}
|
|
192
|
+
|
|
193
|
+
@else {
|
|
179
194
|
text-align: left;
|
|
180
195
|
}
|
|
181
196
|
|
|
@@ -186,6 +201,7 @@
|
|
|
186
201
|
&:before {
|
|
187
202
|
right: 3px;
|
|
188
203
|
}
|
|
204
|
+
|
|
189
205
|
&:after {
|
|
190
206
|
/* set position to right bottom corner of text */
|
|
191
207
|
right: 3px;
|
|
@@ -193,17 +209,17 @@
|
|
|
193
209
|
}
|
|
194
210
|
}
|
|
195
211
|
|
|
196
|
-
@mixin font-title($fs: variables.$fs-md, $lh: variables.$lh-md) {
|
|
197
|
-
font-family:
|
|
198
|
-
font-weight:
|
|
212
|
+
@mixin font-title($fs: variables.$fs-md, $lh: variables.$lh-md, $font-family: variables.$font-family-title, $font-weight: variables.$font-weight-bold) {
|
|
213
|
+
font-family: $font-family !important;
|
|
214
|
+
font-weight: $font-weight !important;
|
|
199
215
|
|
|
200
216
|
@include font-size($fs);
|
|
201
217
|
@include line-height($lh);
|
|
202
218
|
}
|
|
203
219
|
|
|
204
|
-
@mixin font-body($fs: variables.$fs-sm, $lh: variables.$lh-sm) {
|
|
205
|
-
font-family:
|
|
206
|
-
font-weight:
|
|
220
|
+
@mixin font-body($fs: variables.$fs-sm, $lh: variables.$lh-sm, $font-family: variables.$font-family-body, $font-weight: variables.$font-weight-normal) {
|
|
221
|
+
font-family: $font-family !important;
|
|
222
|
+
font-weight: $font-weight;
|
|
207
223
|
|
|
208
224
|
@include font-size($fs);
|
|
209
225
|
@include line-height($lh);
|
|
@@ -216,14 +232,16 @@
|
|
|
216
232
|
}
|
|
217
233
|
|
|
218
234
|
@mixin line-height($lineHeight) {
|
|
219
|
-
line-height: $lineHeight !important
|
|
235
|
+
line-height: $lineHeight !important;
|
|
220
236
|
// line-height: calculateRem($lineHeight) !important;
|
|
221
237
|
}
|
|
222
238
|
|
|
223
239
|
@mixin border($property, $width: 0, $style: solid, $color: transparent, $important: false) {
|
|
224
|
-
@if $important {
|
|
240
|
+
@if $important {
|
|
225
241
|
#{$property}: $width $style $color !important;
|
|
226
|
-
}
|
|
242
|
+
}
|
|
243
|
+
|
|
244
|
+
@else {
|
|
227
245
|
#{$property}: $width $style $color;
|
|
228
246
|
}
|
|
229
247
|
}
|
|
@@ -234,9 +252,11 @@
|
|
|
234
252
|
|
|
235
253
|
// Inline - this line face inward // This works only for buttons (and other objects that contains children).
|
|
236
254
|
@mixin inline($color: transparent, $width: 1px, $style: solid, $regularBorder: false) {
|
|
237
|
-
@if $regularBorder {
|
|
255
|
+
@if $regularBorder {
|
|
238
256
|
@include border(border, $width, $style, $color);
|
|
239
|
-
}
|
|
257
|
+
}
|
|
258
|
+
|
|
259
|
+
@else {
|
|
240
260
|
position: relative;
|
|
241
261
|
|
|
242
262
|
// 👆 Requires parent element to be 'position: relative;'
|
|
@@ -282,41 +302,91 @@
|
|
|
282
302
|
$color-low-opacity: null;
|
|
283
303
|
$color-high-opacity: null;
|
|
284
304
|
|
|
285
|
-
@if ($hex-color ==
|
|
305
|
+
@if ($hex-color ==null) {
|
|
286
306
|
$color-low-opacity: functions.get-pep-color(color-system-caution, color-tran-00);
|
|
287
307
|
$color-high-opacity: functions.get-pep-color(color-system-caution, color-tran-60);
|
|
288
|
-
}
|
|
308
|
+
}
|
|
309
|
+
|
|
310
|
+
@else {
|
|
289
311
|
$color-low-opacity: rgba($hex-color, 0);
|
|
290
312
|
$color-high-opacity: rgba($hex-color, 0.32)
|
|
291
313
|
}
|
|
292
314
|
|
|
293
|
-
background: repeating-linear-gradient(
|
|
294
|
-
45deg,
|
|
315
|
+
background: repeating-linear-gradient(45deg,
|
|
295
316
|
$color-low-opacity,
|
|
296
317
|
$color-low-opacity .65rem,
|
|
297
318
|
$color-high-opacity .65rem,
|
|
298
|
-
$color-high-opacity 0.8rem,
|
|
319
|
+
$color-high-opacity 0.8rem,
|
|
299
320
|
),
|
|
300
|
-
repeating-linear-gradient(
|
|
301
|
-
-45deg,
|
|
321
|
+
repeating-linear-gradient(-45deg,
|
|
302
322
|
$color-low-opacity,
|
|
303
323
|
$color-low-opacity .65rem,
|
|
304
324
|
$color-high-opacity 0.65rem,
|
|
305
|
-
$color-high-opacity 0.8rem,
|
|
325
|
+
$color-high-opacity 0.8rem,
|
|
306
326
|
);
|
|
307
327
|
}
|
|
308
328
|
|
|
329
|
+
@mixin pep-full-width-loader($loader-color: variables.$color-loader-base) {
|
|
330
|
+
$loader-bg: color-mix(in hsl, $loader-color 0%, transparent);
|
|
331
|
+
|
|
332
|
+
height: 0.25rem;
|
|
333
|
+
z-index: variables.$z-index-high;
|
|
334
|
+
width: 100%;
|
|
335
|
+
background: linear-gradient(0.25turn, $loader-bg 0%, $loader-color 50%, $loader-bg 50%);
|
|
336
|
+
background-size: 200% 200%;
|
|
337
|
+
animation-timing-function: ease-out;
|
|
338
|
+
animation-name: slidein;
|
|
339
|
+
animation-iteration-count: infinite;
|
|
340
|
+
animation-duration: 1.5s;
|
|
341
|
+
|
|
342
|
+
&.rtl {
|
|
343
|
+
animation-name: slideinRtl;
|
|
344
|
+
background: linear-gradient(0.75turn, $loader-bg 0%, $loader-color 50%, $loader-bg 50%);
|
|
345
|
+
background-size: 200% 200%;
|
|
346
|
+
}
|
|
347
|
+
|
|
348
|
+
@keyframes slidein {
|
|
349
|
+
0% {
|
|
350
|
+
background-position: 100%;
|
|
351
|
+
}
|
|
352
|
+
|
|
353
|
+
75% {
|
|
354
|
+
background-position: -100%;
|
|
355
|
+
}
|
|
356
|
+
|
|
357
|
+
100% {
|
|
358
|
+
background-position: -100%;
|
|
359
|
+
}
|
|
360
|
+
}
|
|
361
|
+
|
|
362
|
+
@keyframes slideinRtl {
|
|
363
|
+
0% {
|
|
364
|
+
background-position: -100%;
|
|
365
|
+
}
|
|
366
|
+
|
|
367
|
+
75% {
|
|
368
|
+
background-position: 100%;
|
|
369
|
+
}
|
|
370
|
+
|
|
371
|
+
100% {
|
|
372
|
+
background-position: 100%;
|
|
373
|
+
}
|
|
374
|
+
}
|
|
375
|
+
}
|
|
376
|
+
|
|
309
377
|
// ******************************************************************************
|
|
310
378
|
// General state declerations
|
|
311
379
|
// ******************************************************************************
|
|
312
380
|
@mixin focus($add-important: false, $focus-color: null, $focus-size: variables.$focus-size) {
|
|
313
|
-
@if ($focus-color ==
|
|
381
|
+
@if ($focus-color ==null) {
|
|
314
382
|
$focus-color: functions.get-pep-color(color-text, color-link-focus);
|
|
315
383
|
}
|
|
316
|
-
|
|
384
|
+
|
|
317
385
|
@if ($add-important) {
|
|
318
386
|
box-shadow: 0 0 0 $focus-size $focus-color !important;
|
|
319
|
-
}
|
|
387
|
+
}
|
|
388
|
+
|
|
389
|
+
@else {
|
|
320
390
|
box-shadow: 0 0 0 $focus-size $focus-color;
|
|
321
391
|
}
|
|
322
392
|
}
|
|
@@ -331,7 +401,7 @@
|
|
|
331
401
|
background: functions.get-pep-color(color-system-primary-invert, color-base);
|
|
332
402
|
border: 1px solid functions.get-pep-color(color-system-caution, color-base);
|
|
333
403
|
}
|
|
334
|
-
|
|
404
|
+
|
|
335
405
|
@mixin state-disabled() {
|
|
336
406
|
// For remove all other states
|
|
337
407
|
box-shadow: unset;
|
|
@@ -350,7 +420,7 @@
|
|
|
350
420
|
// ----------------------------------------------------------------------------------
|
|
351
421
|
@mixin state-icon() {
|
|
352
422
|
@include svg-icon-color(functions.get-pep-color(color-system-primary, color-tran-80));
|
|
353
|
-
|
|
423
|
+
|
|
354
424
|
&:hover {
|
|
355
425
|
@include svg-icon-color(functions.get-pep-color(color-system-primary, color-tran-90));
|
|
356
426
|
}
|
|
@@ -370,7 +440,7 @@
|
|
|
370
440
|
|
|
371
441
|
@mixin svg-icon-color($color) {
|
|
372
442
|
fill: $color;
|
|
373
|
-
|
|
443
|
+
|
|
374
444
|
&.stroke {
|
|
375
445
|
fill: unset;
|
|
376
446
|
stroke: $color;
|
|
@@ -388,70 +458,139 @@
|
|
|
388
458
|
}
|
|
389
459
|
|
|
390
460
|
// ******************************************************************************
|
|
391
|
-
// State
|
|
461
|
+
// State declerations
|
|
392
462
|
// ******************************************************************************
|
|
393
463
|
@mixin pep-state-default($style: weak, $color-map-key: null, $regularBorder: false) {
|
|
394
|
-
@if ($style ==
|
|
464
|
+
@if ($style =='none') {
|
|
395
465
|
@include state-none-default();
|
|
396
|
-
}
|
|
466
|
+
}
|
|
467
|
+
|
|
468
|
+
@else if ($style =='weak-invert') {
|
|
397
469
|
@include state-weak-invert-default();
|
|
398
|
-
}
|
|
470
|
+
}
|
|
471
|
+
|
|
472
|
+
@else if ($style =='weak-special') {
|
|
473
|
+
@include state-weak-special-default();
|
|
474
|
+
}
|
|
475
|
+
|
|
476
|
+
@else if ($style =='weak') {
|
|
399
477
|
@include state-weak-default($color-map-key);
|
|
400
|
-
}
|
|
478
|
+
}
|
|
479
|
+
|
|
480
|
+
@else if ($style =='strong') {
|
|
401
481
|
@include state-strong-default($color-map-key);
|
|
402
|
-
}
|
|
482
|
+
}
|
|
483
|
+
|
|
484
|
+
@else {
|
|
485
|
+
// regular.
|
|
403
486
|
@include state-regular-default($regularBorder, $color-map-key);
|
|
404
487
|
}
|
|
405
488
|
}
|
|
489
|
+
|
|
406
490
|
@mixin pep-state-disable($style: weak, $color-map-key: null, $regularBorder: false) {
|
|
407
|
-
@if ($style ==
|
|
491
|
+
@if ($style =='none') {
|
|
408
492
|
@include state-none-disable();
|
|
409
|
-
}
|
|
493
|
+
}
|
|
494
|
+
|
|
495
|
+
@else if ($style =='weak-invert') {
|
|
410
496
|
@include state-weak-invert-disable();
|
|
411
|
-
}
|
|
497
|
+
}
|
|
498
|
+
|
|
499
|
+
@else if ($style =='weak-special') {
|
|
500
|
+
@include state-weak-special-disable();
|
|
501
|
+
}
|
|
502
|
+
|
|
503
|
+
@else if ($style =='weak') {
|
|
412
504
|
@include state-weak-disable($color-map-key);
|
|
413
|
-
}
|
|
505
|
+
}
|
|
506
|
+
|
|
507
|
+
@else if ($style =='strong') {
|
|
414
508
|
@include state-strong-disable($color-map-key);
|
|
415
|
-
}
|
|
509
|
+
}
|
|
510
|
+
|
|
511
|
+
@else {
|
|
512
|
+
// regular.
|
|
416
513
|
@include state-regular-disable($regularBorder, $color-map-key);
|
|
417
514
|
}
|
|
418
515
|
}
|
|
516
|
+
|
|
419
517
|
@mixin pep-state-hover($style: weak, $color-map-key: null, $regularBorder: false) {
|
|
420
|
-
@if ($style ==
|
|
518
|
+
@if ($style =='none') {
|
|
421
519
|
@include state-none-hover();
|
|
422
|
-
}
|
|
520
|
+
}
|
|
521
|
+
|
|
522
|
+
@else if ($style =='weak-invert') {
|
|
423
523
|
@include state-weak-invert-hover();
|
|
424
|
-
}
|
|
524
|
+
}
|
|
525
|
+
|
|
526
|
+
@else if ($style =='weak-special') {
|
|
527
|
+
@include state-weak-special-hover();
|
|
528
|
+
}
|
|
529
|
+
|
|
530
|
+
@else if ($style =='weak') {
|
|
425
531
|
@include state-weak-hover($color-map-key);
|
|
426
|
-
}
|
|
532
|
+
}
|
|
533
|
+
|
|
534
|
+
@else if ($style =='strong') {
|
|
427
535
|
@include state-strong-hover($color-map-key);
|
|
428
|
-
}
|
|
536
|
+
}
|
|
537
|
+
|
|
538
|
+
@else {
|
|
539
|
+
// regular.
|
|
429
540
|
@include state-regular-hover($regularBorder, $color-map-key);
|
|
430
541
|
}
|
|
431
542
|
}
|
|
543
|
+
|
|
432
544
|
@mixin pep-state-active($style: weak, $color-map-key: null, $regularBorder: false) {
|
|
433
|
-
@if ($style ==
|
|
545
|
+
@if ($style =='none') {
|
|
434
546
|
@include state-none-active();
|
|
435
|
-
}
|
|
547
|
+
}
|
|
548
|
+
|
|
549
|
+
@else if ($style =='weak-invert') {
|
|
436
550
|
@include state-weak-invert-active();
|
|
437
|
-
}
|
|
551
|
+
}
|
|
552
|
+
|
|
553
|
+
@else if ($style =='weak-special') {
|
|
554
|
+
@include state-weak-special-active();
|
|
555
|
+
}
|
|
556
|
+
|
|
557
|
+
@else if ($style =='weak') {
|
|
438
558
|
@include state-weak-active($color-map-key);
|
|
439
|
-
}
|
|
559
|
+
}
|
|
560
|
+
|
|
561
|
+
@else if ($style =='strong') {
|
|
440
562
|
@include state-strong-active($color-map-key);
|
|
441
|
-
}
|
|
563
|
+
}
|
|
564
|
+
|
|
565
|
+
@else {
|
|
566
|
+
// regular.
|
|
442
567
|
@include state-regular-active($regularBorder, $color-map-key);
|
|
443
568
|
}
|
|
444
569
|
}
|
|
570
|
+
|
|
445
571
|
@mixin pep-state-focus($style: weak, $color-map-key: null, $regularBorder: false) {
|
|
446
|
-
@if ($style ==
|
|
572
|
+
@if ($style =='none') {
|
|
447
573
|
@include state-none-focus();
|
|
448
|
-
}
|
|
574
|
+
}
|
|
575
|
+
|
|
576
|
+
@else if ($style =='weak-invert') {
|
|
449
577
|
@include state-weak-invert-focus();
|
|
450
|
-
}
|
|
578
|
+
}
|
|
579
|
+
|
|
580
|
+
@else if ($style =='weak-special') {
|
|
581
|
+
@include state-weak-special-focus();
|
|
582
|
+
}
|
|
583
|
+
|
|
584
|
+
@else if ($style =='weak') {
|
|
451
585
|
@include state-weak-focus($color-map-key);
|
|
452
|
-
}
|
|
586
|
+
}
|
|
587
|
+
|
|
588
|
+
@else if ($style =='strong') {
|
|
453
589
|
@include state-strong-focus($color-map-key);
|
|
454
|
-
}
|
|
590
|
+
}
|
|
591
|
+
|
|
592
|
+
@else {
|
|
593
|
+
// regular.
|
|
455
594
|
@include state-regular-focus($regularBorder, $color-map-key);
|
|
456
595
|
}
|
|
457
596
|
}
|
|
@@ -462,28 +601,37 @@
|
|
|
462
601
|
// Weak - default
|
|
463
602
|
// -----------------------------------------------------------------------------
|
|
464
603
|
@mixin state-weak-default($color-map-key: null) {
|
|
465
|
-
@if ($color-map-key ==
|
|
604
|
+
@if ($color-map-key ==null) {
|
|
466
605
|
$color-map-key: color-weak;
|
|
467
606
|
}
|
|
468
|
-
|
|
607
|
+
|
|
608
|
+
background: functions.get-pep-color($color-map-key, color-tran-20);
|
|
469
609
|
}
|
|
610
|
+
|
|
470
611
|
@mixin state-weak-disable($color-map-key: null) {
|
|
471
612
|
@include state-disabled();
|
|
472
613
|
|
|
473
|
-
@if ($color-map-key ==
|
|
614
|
+
@if ($color-map-key ==null) {
|
|
474
615
|
$color-map-key: color-weak;
|
|
475
616
|
}
|
|
476
|
-
|
|
477
|
-
|
|
617
|
+
|
|
618
|
+
&:not(.disabled-no-background-no-color) {
|
|
619
|
+
color: functions.get-pep-color(color-text, color-disabled) !important;
|
|
620
|
+
background: functions.get-pep-color($color-map-key, color-tran-10) !important;
|
|
621
|
+
}
|
|
622
|
+
|
|
478
623
|
}
|
|
624
|
+
|
|
479
625
|
@mixin state-weak-hover($color-map-key: null) {
|
|
480
|
-
@if ($color-map-key ==
|
|
626
|
+
@if ($color-map-key ==null) {
|
|
481
627
|
$color-map-key: color-weak;
|
|
482
628
|
}
|
|
629
|
+
|
|
483
630
|
background: functions.get-pep-color($color-map-key, color-tran-40);
|
|
484
631
|
}
|
|
632
|
+
|
|
485
633
|
@mixin state-weak-active($color-map-key: null, $add-inline: true, $regularBorder: false) {
|
|
486
|
-
@if ($color-map-key ==
|
|
634
|
+
@if ($color-map-key ==null) {
|
|
487
635
|
$color-map-key: color-weak;
|
|
488
636
|
}
|
|
489
637
|
|
|
@@ -493,11 +641,12 @@
|
|
|
493
641
|
}
|
|
494
642
|
|
|
495
643
|
box-shadow: functions.get-pep-shadow(shadow-xs, soft);
|
|
496
|
-
|
|
644
|
+
|
|
497
645
|
@if ($add-inline) {
|
|
498
646
|
@include inline(functions.get-pep-color($color-map-key, color-base), 1px, solid, $regularBorder);
|
|
499
647
|
}
|
|
500
648
|
}
|
|
649
|
+
|
|
501
650
|
@mixin state-weak-focus($color-map-key: null, $add-inline: true, $regularBorder: false) {
|
|
502
651
|
// box-shadow: functions.get-pep-shadow(shadow-xs, soft);
|
|
503
652
|
@include state-weak-active($color-map-key, $add-inline, $regularBorder);
|
|
@@ -507,33 +656,98 @@
|
|
|
507
656
|
// Weak - invert
|
|
508
657
|
// -----------------------------------------------------------------------------
|
|
509
658
|
@mixin state-weak-invert-default() {
|
|
510
|
-
background: functions.get-pep-color(color-system-primary-invert, color-tran-
|
|
659
|
+
background: functions.get-pep-color(color-system-primary-invert, color-tran-30);
|
|
511
660
|
|
|
512
|
-
|
|
513
|
-
|
|
661
|
+
$color: functions.get-pep-color(color-text, color-invert);
|
|
662
|
+
color: $color;
|
|
514
663
|
|
|
515
|
-
|
|
516
|
-
|
|
517
|
-
|
|
664
|
+
.svg-icon {
|
|
665
|
+
fill: $color !important;
|
|
666
|
+
}
|
|
518
667
|
}
|
|
668
|
+
|
|
519
669
|
@mixin state-weak-invert-disable() {
|
|
520
670
|
@include state-disabled();
|
|
521
|
-
|
|
522
|
-
|
|
523
|
-
|
|
671
|
+
|
|
672
|
+
&:not(.disabled-no-background-no-color) {
|
|
673
|
+
color: functions.get-pep-color(color-system-primary-invert, color-tran-40) !important;
|
|
674
|
+
background: functions.get-pep-color(color-system-primary-invert, color-tran-10) !important;
|
|
675
|
+
}
|
|
676
|
+
|
|
677
|
+
.svg-icon {
|
|
678
|
+
fill: functions.get-pep-color(color-system-primary-invert, color-tran-40) !important;
|
|
679
|
+
}
|
|
524
680
|
}
|
|
681
|
+
|
|
525
682
|
@mixin state-weak-invert-hover() {
|
|
526
|
-
background: functions.get-pep-color(color-system-primary-invert, color-tran-
|
|
683
|
+
background: functions.get-pep-color(color-system-primary-invert, color-tran-50);
|
|
527
684
|
box-shadow: functions.get-pep-shadow(shadow-xs, soft);
|
|
528
685
|
cursor: pointer;
|
|
529
686
|
}
|
|
687
|
+
|
|
530
688
|
@mixin state-weak-invert-active() {
|
|
531
689
|
background: functions.get-pep-color(color-system-primary-invert, color-base);
|
|
532
690
|
box-shadow: functions.get-pep-shadow(shadow-xs, regular);
|
|
691
|
+
$color: functions.get-pep-color(color-text, color-main);
|
|
692
|
+
color: $color;
|
|
693
|
+
|
|
694
|
+
.svg-icon {
|
|
695
|
+
fill: $color !important;
|
|
696
|
+
}
|
|
533
697
|
}
|
|
698
|
+
|
|
534
699
|
@mixin state-weak-invert-focus() {
|
|
535
700
|
background: functions.get-pep-color(color-system-primary-invert, color-base);
|
|
536
701
|
@include focus();
|
|
702
|
+
$color: functions.get-pep-color(color-text, color-main);
|
|
703
|
+
color: $color;
|
|
704
|
+
|
|
705
|
+
.svg-icon {
|
|
706
|
+
fill: $color !important;
|
|
707
|
+
}
|
|
708
|
+
}
|
|
709
|
+
|
|
710
|
+
// Weak - special
|
|
711
|
+
// -----------------------------------------------------------------------------
|
|
712
|
+
@mixin state-weak-special-default() {
|
|
713
|
+
background: functions.get-pep-color(color-system-primary-invert, color-tran-50);
|
|
714
|
+
}
|
|
715
|
+
|
|
716
|
+
@mixin state-weak-special-disable() {
|
|
717
|
+
@include state-disabled();
|
|
718
|
+
|
|
719
|
+
&:not(.disabled-no-background-no-color) {
|
|
720
|
+
color: functions.get-pep-color(color-text, color-disabled) !important;
|
|
721
|
+
background: functions.get-pep-color(color-system-primary-invert, color-tran-20) !important;
|
|
722
|
+
}
|
|
723
|
+
}
|
|
724
|
+
|
|
725
|
+
@mixin state-weak-special-hover() {
|
|
726
|
+
background: functions.get-pep-color(color-system-primary-invert, color-tran-70);
|
|
727
|
+
box-shadow: functions.get-pep-shadow(shadow-xs, soft);
|
|
728
|
+
cursor: pointer;
|
|
729
|
+
}
|
|
730
|
+
|
|
731
|
+
@mixin state-weak-special-active() {
|
|
732
|
+
// background: functions.get-pep-color(color-system-primary-invert, color-base);
|
|
733
|
+
// box-shadow: functions.get-pep-shadow(shadow-xs, regular);
|
|
734
|
+
// $color: functions.get-pep-color(color-text, color-main);
|
|
735
|
+
// color: $color;
|
|
736
|
+
|
|
737
|
+
// .svg-icon {
|
|
738
|
+
// fill: $color !important;
|
|
739
|
+
// }
|
|
740
|
+
}
|
|
741
|
+
|
|
742
|
+
@mixin state-weak-special-focus() {
|
|
743
|
+
// background: functions.get-pep-color(color-system-primary-invert, color-base);
|
|
744
|
+
// @include focus();
|
|
745
|
+
// $color: functions.get-pep-color(color-text, color-main);
|
|
746
|
+
// color: $color;
|
|
747
|
+
|
|
748
|
+
// .svg-icon {
|
|
749
|
+
// fill: $color !important;
|
|
750
|
+
// }
|
|
537
751
|
}
|
|
538
752
|
|
|
539
753
|
// ******************************************************************************
|
|
@@ -542,25 +756,30 @@
|
|
|
542
756
|
// Regular - default
|
|
543
757
|
// -----------------------------------------------------------------------------
|
|
544
758
|
@mixin state-regular-default($regularBorder: false, $color-map-key: null) {
|
|
545
|
-
@if ($color-map-key ==
|
|
759
|
+
@if ($color-map-key ==null) {
|
|
546
760
|
$color-map-key: color-regular;
|
|
547
761
|
}
|
|
762
|
+
|
|
548
763
|
background: functions.get-pep-color($color-map-key, color-flat-r-40);
|
|
549
764
|
box-shadow: functions.get-pep-shadow(shadow-xs, soft);
|
|
550
765
|
@include inline(functions.get-pep-color($color-map-key, color-flat-r-20), 1px, solid, $regularBorder);
|
|
551
766
|
}
|
|
767
|
+
|
|
552
768
|
@mixin state-regular-hover($regularBorder: false, $color-map-key: null) {
|
|
553
|
-
@if ($color-map-key ==
|
|
769
|
+
@if ($color-map-key ==null) {
|
|
554
770
|
$color-map-key: color-regular;
|
|
555
771
|
}
|
|
772
|
+
|
|
556
773
|
background: functions.get-pep-color($color-map-key, color-flat-r-40);
|
|
557
774
|
box-shadow: functions.get-pep-shadow(shadow-xs, regular);
|
|
558
775
|
@include inline(functions.get-pep-color($color-map-key, color-flat-r-10), 1px, solid, $regularBorder);
|
|
559
776
|
}
|
|
777
|
+
|
|
560
778
|
@mixin state-regular-active($regularBorder: false, $color-map-key: null) {
|
|
561
|
-
@if ($color-map-key ==
|
|
779
|
+
@if ($color-map-key ==null) {
|
|
562
780
|
$color-map-key: color-regular;
|
|
563
781
|
}
|
|
782
|
+
|
|
564
783
|
background: functions.get-pep-color($color-map-key, color-flat-r-30);
|
|
565
784
|
box-shadow: functions.get-pep-shadow(shadow-xs, hard);
|
|
566
785
|
@include inline(functions.get-pep-color($color-map-key, color-base), 1px, solid, $regularBorder);
|
|
@@ -570,23 +789,30 @@
|
|
|
570
789
|
// @include focus();
|
|
571
790
|
// }
|
|
572
791
|
}
|
|
792
|
+
|
|
573
793
|
@mixin state-regular-focus($regularBorder: false, $color-map-key: null) {
|
|
574
|
-
@if ($color-map-key ==
|
|
794
|
+
@if ($color-map-key ==null) {
|
|
575
795
|
$color-map-key: color-regular;
|
|
576
796
|
}
|
|
797
|
+
|
|
577
798
|
background: functions.get-pep-color($color-map-key, color-flat-r-30);
|
|
578
799
|
box-shadow: functions.get-pep-shadow(shadow-xs, regular);
|
|
579
800
|
@include inline(functions.get-pep-color($color-map-key, color-base), 1px, solid, $regularBorder);
|
|
580
801
|
@include focus();
|
|
581
802
|
}
|
|
803
|
+
|
|
582
804
|
@mixin state-regular-disable($regularBorder: false, $color-map-key: null) {
|
|
583
805
|
@include state-disabled();
|
|
584
|
-
|
|
585
|
-
@if ($color-map-key ==
|
|
806
|
+
|
|
807
|
+
@if ($color-map-key ==null) {
|
|
586
808
|
$color-map-key: color-regular;
|
|
587
809
|
}
|
|
588
|
-
|
|
589
|
-
|
|
810
|
+
|
|
811
|
+
&:not(.disabled-no-background-no-color) {
|
|
812
|
+
color: functions.get-pep-color(color-text, color-disabled) !important;
|
|
813
|
+
background: functions.get-pep-color($color-map-key, color-flat-r-30) !important;
|
|
814
|
+
}
|
|
815
|
+
|
|
590
816
|
box-shadow: functions.get-pep-shadow(shadow-xs, xsoft) !important;
|
|
591
817
|
@include inline(functions.get-pep-color($color-map-key, color-tran-20), 1px, solid, $regularBorder);
|
|
592
818
|
}
|
|
@@ -597,7 +823,7 @@
|
|
|
597
823
|
// Strong - default
|
|
598
824
|
// -----------------------------------------------------------------------------
|
|
599
825
|
@mixin state-strong-default($color-map-key: null) {
|
|
600
|
-
@if ($color-map-key ==
|
|
826
|
+
@if ($color-map-key ==null) {
|
|
601
827
|
$color-map-key: color-strong;
|
|
602
828
|
}
|
|
603
829
|
|
|
@@ -608,44 +834,55 @@
|
|
|
608
834
|
$color: functions.get-pep-color(color-text, color-invert);
|
|
609
835
|
|
|
610
836
|
color: $color;
|
|
837
|
+
|
|
611
838
|
.svg-icon {
|
|
612
839
|
@include svg-icon-color($color);
|
|
613
840
|
}
|
|
614
841
|
}
|
|
842
|
+
|
|
615
843
|
@mixin state-strong-disable($color-map-key: null) {
|
|
616
844
|
@include state-disabled();
|
|
617
|
-
|
|
618
|
-
@if ($color-map-key ==
|
|
845
|
+
|
|
846
|
+
@if ($color-map-key ==null) {
|
|
619
847
|
$color-map-key: color-strong;
|
|
620
848
|
}
|
|
621
|
-
|
|
622
|
-
opacity: 0.5 !important;
|
|
623
|
-
|
|
849
|
+
|
|
624
850
|
$color: functions.get-pep-color(color-text, color-invert);
|
|
625
851
|
|
|
626
|
-
color
|
|
852
|
+
&:not(.disabled-no-background-no-color) {
|
|
853
|
+
background: functions.get-pep-color($color-map-key, color-base) !important;
|
|
854
|
+
opacity: 0.5 !important;
|
|
855
|
+
color: $color;
|
|
856
|
+
}
|
|
857
|
+
|
|
627
858
|
.svg-icon {
|
|
628
859
|
@include svg-icon-color($color);
|
|
629
860
|
}
|
|
630
861
|
}
|
|
862
|
+
|
|
631
863
|
@mixin state-strong-hover($color-map-key: null) {
|
|
632
|
-
@if ($color-map-key ==
|
|
864
|
+
@if ($color-map-key ==null) {
|
|
633
865
|
$color-map-key: color-strong;
|
|
634
866
|
}
|
|
867
|
+
|
|
635
868
|
background: functions.get-pep-color($color-map-key, color-flat-l-10);
|
|
636
869
|
box-shadow: functions.get-pep-shadow(shadow-sm, regular);
|
|
637
870
|
}
|
|
871
|
+
|
|
638
872
|
@mixin state-strong-active($color-map-key: null) {
|
|
639
|
-
@if ($color-map-key ==
|
|
873
|
+
@if ($color-map-key ==null) {
|
|
640
874
|
$color-map-key: color-strong;
|
|
641
875
|
}
|
|
876
|
+
|
|
642
877
|
background: functions.get-pep-color($color-map-key, color-flat-l-20);
|
|
643
878
|
box-shadow: functions.get-pep-shadow(shadow-sm, hard);
|
|
644
879
|
}
|
|
880
|
+
|
|
645
881
|
@mixin state-strong-focus($color-map-key: null) {
|
|
646
|
-
@if ($color-map-key ==
|
|
882
|
+
@if ($color-map-key ==null) {
|
|
647
883
|
$color-map-key: color-strong;
|
|
648
884
|
}
|
|
885
|
+
|
|
649
886
|
background: functions.get-pep-color($color-map-key, color-flat-l-20);
|
|
650
887
|
box-shadow: functions.get-pep-shadow(shadow-sm, soft);
|
|
651
888
|
@include focus();
|
|
@@ -659,16 +896,20 @@
|
|
|
659
896
|
@mixin state-none-default() {
|
|
660
897
|
background: functions.get-pep-color(color-system-primary, color-tran-00);
|
|
661
898
|
}
|
|
899
|
+
|
|
662
900
|
@mixin state-none-disable() {
|
|
663
901
|
@include state-disabled();
|
|
664
902
|
background: functions.get-pep-color(color-system-primary, color-tran-00) !important;
|
|
665
903
|
}
|
|
904
|
+
|
|
666
905
|
@mixin state-none-hover() {
|
|
667
906
|
@include state-weak-hover();
|
|
668
907
|
}
|
|
908
|
+
|
|
669
909
|
@mixin state-none-active() {
|
|
670
910
|
@include state-weak-active();
|
|
671
911
|
}
|
|
912
|
+
|
|
672
913
|
@mixin state-none-focus() {
|
|
673
914
|
@include state-weak-focus();
|
|
674
915
|
}
|
|
@@ -678,15 +919,19 @@
|
|
|
678
919
|
// ******************************************************************************
|
|
679
920
|
@mixin pep-button-states($style: weak, $color-map-key: null) {
|
|
680
921
|
@include pep-state-default($style, $color-map-key, true);
|
|
922
|
+
|
|
681
923
|
&:hover {
|
|
682
924
|
@include pep-state-hover($style, $color-map-key, true);
|
|
683
925
|
}
|
|
926
|
+
|
|
684
927
|
&:focus {
|
|
685
928
|
@include pep-state-focus($style, $color-map-key, true);
|
|
686
929
|
}
|
|
930
|
+
|
|
687
931
|
&:active {
|
|
688
932
|
@include pep-state-active($style, $color-map-key, true);
|
|
689
933
|
}
|
|
934
|
+
|
|
690
935
|
&:disabled {
|
|
691
936
|
&:not(.ignore-disabled) {
|
|
692
937
|
@include pep-state-disable($style, $color-map-key, true);
|
|
@@ -698,6 +943,7 @@
|
|
|
698
943
|
// Form field states declerations
|
|
699
944
|
// ******************************************************************************
|
|
700
945
|
@mixin pep-form-field-states($style: weak, $color-map-key: null) {
|
|
946
|
+
|
|
701
947
|
// Default
|
|
702
948
|
.mat-form-field-flex {
|
|
703
949
|
@include pep-state-default($style, $color-map-key);
|
|
@@ -705,6 +951,7 @@
|
|
|
705
951
|
|
|
706
952
|
// Hover
|
|
707
953
|
&:hover {
|
|
954
|
+
|
|
708
955
|
.ignore-disabled,
|
|
709
956
|
&:not(.mat-form-field-disabled) {
|
|
710
957
|
.mat-form-field-flex {
|
|
@@ -715,6 +962,7 @@
|
|
|
715
962
|
|
|
716
963
|
// Focused
|
|
717
964
|
&.mat-focused {
|
|
965
|
+
|
|
718
966
|
.ignore-disabled,
|
|
719
967
|
&:not(.mat-form-field-disabled) {
|
|
720
968
|
.mat-form-field-flex {
|
|
@@ -726,6 +974,7 @@
|
|
|
726
974
|
// Active
|
|
727
975
|
&.active,
|
|
728
976
|
&:active {
|
|
977
|
+
|
|
729
978
|
.ignore-disabled,
|
|
730
979
|
&:not(.mat-form-field-disabled) {
|
|
731
980
|
.mat-form-field-flex {
|
|
@@ -747,21 +996,22 @@
|
|
|
747
996
|
// ******************************************************************************
|
|
748
997
|
// Table states declerations
|
|
749
998
|
// ******************************************************************************
|
|
750
|
-
@mixin state-table-row-default() {
|
|
999
|
+
@mixin state-table-row-default() {}
|
|
751
1000
|
|
|
752
|
-
}
|
|
753
1001
|
@mixin state-table-row-even() {
|
|
754
1002
|
background: functions.get-pep-color(color-weak, color-tran-10);
|
|
755
1003
|
}
|
|
1004
|
+
|
|
756
1005
|
@mixin state-table-row-hover() {
|
|
757
1006
|
background: functions.get-pep-color(color-weak, color-tran-30);
|
|
758
1007
|
}
|
|
759
|
-
|
|
760
|
-
|
|
761
|
-
|
|
1008
|
+
|
|
1009
|
+
@mixin state-table-row-active() {}
|
|
1010
|
+
|
|
762
1011
|
@mixin state-table-row-selected() {
|
|
763
1012
|
background: functions.get-pep-color(color-system-success, color-tran-20);
|
|
764
1013
|
}
|
|
1014
|
+
|
|
765
1015
|
// ******************************************************************************
|
|
766
1016
|
// Card states declerations
|
|
767
1017
|
// ******************************************************************************
|
|
@@ -771,15 +1021,19 @@
|
|
|
771
1021
|
|
|
772
1022
|
transition: box-shadow 0.25s;
|
|
773
1023
|
}
|
|
1024
|
+
|
|
774
1025
|
@mixin state-card-hover() {
|
|
775
1026
|
box-shadow: functions.get-pep-shadow(shadow-card, regular);
|
|
776
1027
|
}
|
|
1028
|
+
|
|
777
1029
|
@mixin state-card-active() {
|
|
778
1030
|
box-shadow: functions.get-pep-shadow(shadow-card, hard);
|
|
779
1031
|
// @include focus();
|
|
780
1032
|
}
|
|
1033
|
+
|
|
781
1034
|
@mixin state-card-selected() {
|
|
782
|
-
background: functions.get-pep-color(color-system-success, color-tran-20)
|
|
1035
|
+
background: functions.get-pep-color(color-system-success, color-tran-20);
|
|
1036
|
+
;
|
|
783
1037
|
box-shadow: none;
|
|
784
1038
|
}
|
|
785
1039
|
|
|
@@ -795,7 +1049,7 @@
|
|
|
795
1049
|
// ******************************************************************************
|
|
796
1050
|
// @mixin mat-tabs-fixed-header-width($side-width) {
|
|
797
1051
|
// width: calc(100% - (#{$side-width} + #{$double-content-padding} + #{$double-content-margin}));
|
|
798
|
-
|
|
1052
|
+
|
|
799
1053
|
// @media (max-width: $screen-max-size-md) {
|
|
800
1054
|
// width: calc(100% - (#{$double-content-padding} + #{$double-content-margin}));
|
|
801
1055
|
// }
|