@inspark/inspark-components 19.0.51 → 19.0.53
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/full/bms.css +3 -0
- package/full/bms.js +1 -0
- package/full/components/autocomplete/autocomplete.component.d.ts +63 -0
- package/full/components/autocomplete/autocomplete.component.d.ts.map +1 -0
- package/full/components/autocomplete/autocomplete.module.d.ts +10 -0
- package/full/components/autocomplete/autocomplete.module.d.ts.map +1 -0
- package/full/components/breadcrumb/breadcrumb.component.d.ts +14 -0
- package/full/components/breadcrumb/breadcrumb.component.d.ts.map +1 -0
- package/full/components/breadcrumb/breadcrumb.module.d.ts +9 -0
- package/full/components/breadcrumb/breadcrumb.module.d.ts.map +1 -0
- package/full/components/button/button.component.d.ts +63 -0
- package/full/components/button/button.component.d.ts.map +1 -0
- package/full/components/button/button.module.d.ts +12 -0
- package/full/components/button/button.module.d.ts.map +1 -0
- package/full/components/checkbox/checkbox.component.d.ts +40 -0
- package/full/components/checkbox/checkbox.component.d.ts.map +1 -0
- package/full/components/checkbox/checkbox.module.d.ts +10 -0
- package/full/components/checkbox/checkbox.module.d.ts.map +1 -0
- package/full/components/communication.service.d.ts +10 -0
- package/full/components/communication.service.d.ts.map +1 -0
- package/full/components/component-container/component-container.component.d.ts +9 -0
- package/full/components/component-container/component-container.component.d.ts.map +1 -0
- package/full/components/component-container/component-container.module.d.ts +9 -0
- package/full/components/component-container/component-container.module.d.ts.map +1 -0
- package/full/components/content-toggle/content-toggle.component.d.ts +18 -0
- package/full/components/content-toggle/content-toggle.component.d.ts.map +1 -0
- package/full/components/dropdown/dropdown.component.d.ts +53 -0
- package/full/components/dropdown/dropdown.component.d.ts.map +1 -0
- package/full/components/dropdown/dropdown.module.d.ts +10 -0
- package/full/components/dropdown/dropdown.module.d.ts.map +1 -0
- package/full/components/empty/empty.component.d.ts +6 -0
- package/full/components/empty/empty.component.d.ts.map +1 -0
- package/full/components/file/file.component.d.ts +18 -0
- package/full/components/file/file.component.d.ts.map +1 -0
- package/full/components/file/file.module.d.ts +9 -0
- package/full/components/file/file.module.d.ts.map +1 -0
- package/full/components/header/header.component.d.ts +13 -0
- package/full/components/header/header.component.d.ts.map +1 -0
- package/full/components/inline-message/inline-message.component.d.ts +8 -0
- package/full/components/inline-message/inline-message.component.d.ts.map +1 -0
- package/full/components/input-group/input-group.component.d.ts +59 -0
- package/full/components/input-group/input-group.component.d.ts.map +1 -0
- package/full/components/input-text/input-text.component.d.ts +56 -0
- package/full/components/input-text/input-text.component.d.ts.map +1 -0
- package/full/components/input-text/input-text.module.d.ts +10 -0
- package/full/components/input-text/input-text.module.d.ts.map +1 -0
- package/full/components/inspark.module.d.ts +48 -0
- package/full/components/inspark.module.d.ts.map +1 -0
- package/full/components/inspark.shared.d.ts +12 -0
- package/full/components/inspark.shared.d.ts.map +1 -0
- package/full/components/legacy/legacy-components.module.d.ts +12 -0
- package/full/components/legacy/legacy-components.module.d.ts.map +1 -0
- package/full/components/legacy/legacy-ui.module.d.ts +13 -0
- package/full/components/legacy/legacy-ui.module.d.ts.map +1 -0
- package/full/components/link/link.component.d.ts +48 -0
- package/full/components/link/link.component.d.ts.map +1 -0
- package/full/components/link/link.module.d.ts +11 -0
- package/full/components/link/link.module.d.ts.map +1 -0
- package/full/components/modal-input-text/modal-input-text.component.d.ts +36 -0
- package/full/components/modal-input-text/modal-input-text.component.d.ts.map +1 -0
- package/full/components/object-tree/object-tree.component.d.ts +9 -0
- package/full/components/object-tree/object-tree.component.d.ts.map +1 -0
- package/full/components/panel/panel.component.d.ts +6 -0
- package/full/components/panel/panel.component.d.ts.map +1 -0
- package/full/components/pie/pie.component.d.ts +20 -0
- package/full/components/pie/pie.component.d.ts.map +1 -0
- package/full/components/pie/pie.service.d.ts +20 -0
- package/full/components/pie/pie.service.d.ts.map +1 -0
- package/full/components/preloader/preloader.component.d.ts +14 -0
- package/full/components/preloader/preloader.component.d.ts.map +1 -0
- package/full/components/preloader/preloader.module.d.ts +9 -0
- package/full/components/preloader/preloader.module.d.ts.map +1 -0
- package/full/components/radiobutton/radiobutton.component.d.ts +24 -0
- package/full/components/radiobutton/radiobutton.component.d.ts.map +1 -0
- package/full/components/select-button/select-button.component.d.ts +50 -0
- package/full/components/select-button/select-button.component.d.ts.map +1 -0
- package/full/components/select-button/select-button.module.d.ts +9 -0
- package/full/components/select-button/select-button.module.d.ts.map +1 -0
- package/full/components/select-list/select-list.component.d.ts +29 -0
- package/full/components/select-list/select-list.component.d.ts.map +1 -0
- package/full/components/shared/shared-components.module.d.ts +11 -0
- package/full/components/shared/shared-components.module.d.ts.map +1 -0
- package/full/components/shared/shared-ui.module.d.ts +12 -0
- package/full/components/shared/shared-ui.module.d.ts.map +1 -0
- package/full/components/status-circle/status-circle.component.d.ts +15 -0
- package/full/components/status-circle/status-circle.component.d.ts.map +1 -0
- package/full/components/sticky/sticky.component.d.ts +24 -0
- package/full/components/sticky/sticky.component.d.ts.map +1 -0
- package/full/components/sticky/sticky.module.d.ts +9 -0
- package/full/components/sticky/sticky.module.d.ts.map +1 -0
- package/full/components/svg/svg.component.d.ts +12 -0
- package/full/components/svg/svg.component.d.ts.map +1 -0
- package/full/components/svg/svg.module.d.ts +10 -0
- package/full/components/svg/svg.module.d.ts.map +1 -0
- package/full/components/switcher/switcher.component.d.ts +49 -0
- package/full/components/switcher/switcher.component.d.ts.map +1 -0
- package/full/components/table/table-click-outside.directive.d.ts +11 -0
- package/full/components/table/table-click-outside.directive.d.ts.map +1 -0
- package/full/components/table/table-columns-multiselect/table-columns-multiselect.component.d.ts +21 -0
- package/full/components/table/table-columns-multiselect/table-columns-multiselect.component.d.ts.map +1 -0
- package/full/components/table/table-menu-overlay/table-menu-overlay.component.d.ts +12 -0
- package/full/components/table/table-menu-overlay/table-menu-overlay.component.d.ts.map +1 -0
- package/full/components/table/table.component.d.ts +151 -0
- package/full/components/table/table.component.d.ts.map +1 -0
- package/full/components/textarea/textarea.component.d.ts +36 -0
- package/full/components/textarea/textarea.component.d.ts.map +1 -0
- package/full/components/textarea/textarea.module.d.ts +10 -0
- package/full/components/textarea/textarea.module.d.ts.map +1 -0
- package/full/components/toolbar/toolbar.component.d.ts +18 -0
- package/full/components/toolbar/toolbar.component.d.ts.map +1 -0
- package/full/components/toolbar/toolbar.module.d.ts +9 -0
- package/full/components/toolbar/toolbar.module.d.ts.map +1 -0
- package/full/components/tooltip/tooltip.component.d.ts +9 -0
- package/full/components/tooltip/tooltip.component.d.ts.map +1 -0
- package/full/components/tree-table/tree-table.component.d.ts +99 -0
- package/full/components/tree-table/tree-table.component.d.ts.map +1 -0
- package/full/fesm2022/inspark-inspark-components.mjs +6730 -0
- package/full/fesm2022/inspark-inspark-components.mjs.map +1 -0
- package/full/index.css +6 -0
- package/full/index.d.ts +6 -0
- package/full/index.js +1 -0
- package/full/inspark-inspark-components.d.ts.map +1 -0
- package/full/interface.d.ts +68 -0
- package/full/interface.d.ts.map +1 -0
- package/full/pipes/pipes.module.d.ts +11 -0
- package/full/pipes/pipes.module.d.ts.map +1 -0
- package/full/pipes/propertyValue.pipe.d.ts +8 -0
- package/full/pipes/propertyValue.pipe.d.ts.map +1 -0
- package/full/pipes/safeUrl.pipe.d.ts +24 -0
- package/full/pipes/safeUrl.pipe.d.ts.map +1 -0
- package/full/pipes/sort-by.pipe.d.ts +8 -0
- package/full/pipes/sort-by.pipe.d.ts.map +1 -0
- package/full/pipes/time.pipe.d.ts +35 -0
- package/full/pipes/time.pipe.d.ts.map +1 -0
- package/full/public_api.d.ts +74 -0
- package/full/public_api.d.ts.map +1 -0
- package/full/services/inspark-dialog.service.d.ts +12 -0
- package/full/services/inspark-dialog.service.d.ts.map +1 -0
- package/full/services/inspark-message.service.d.ts +22 -0
- package/full/services/inspark-message.service.d.ts.map +1 -0
- package/full/utils/gettextMarker.function.d.ts +2 -0
- package/full/utils/gettextMarker.function.d.ts.map +1 -0
- package/full/utils/hybrid/prime-table/row-state.enum.d.ts +8 -0
- package/full/utils/hybrid/prime-table/row-state.enum.d.ts.map +1 -0
- package/full/utils/hybrid/prime-table/table-row-data.model.d.ts +7 -0
- package/full/utils/hybrid/prime-table/table-row-data.model.d.ts.map +1 -0
- package/interface/fesm2022/inspark-inspark-components.mjs +8 -0
- package/interface/fesm2022/inspark-inspark-components.mjs.map +1 -0
- package/interface/index.d.ts +6 -0
- package/interface/inspark-inspark-components.d.ts.map +1 -0
- package/interface/interface.d.ts +68 -0
- package/interface/interface.d.ts.map +1 -0
- package/interface/public_api.d.ts +2 -0
- package/interface/public_api.d.ts.map +1 -0
- package/package.json +1 -17
- package/copy.json +0 -8
- package/karma.conf.js +0 -31
- package/ng-package.json +0 -7
- package/src/assets/i18n/en_US.json +0 -1631
- package/src/assets/i18n/ru.json +0 -1673
- package/src/bms-css.js +0 -3
- package/src/components/autocomplete/autocomplete.component.html +0 -68
- package/src/components/autocomplete/autocomplete.component.scss +0 -3
- package/src/components/autocomplete/autocomplete.component.ts +0 -209
- package/src/components/autocomplete/autocomplete.module.ts +0 -21
- package/src/components/breadcrumb/breadcrumb.component.html +0 -13
- package/src/components/breadcrumb/breadcrumb.component.scss +0 -0
- package/src/components/breadcrumb/breadcrumb.component.ts +0 -20
- package/src/components/breadcrumb/breadcrumb.module.ts +0 -18
- package/src/components/button/button.component.html +0 -155
- package/src/components/button/button.component.scss +0 -284
- package/src/components/button/button.component.ts +0 -134
- package/src/components/button/button.module.ts +0 -22
- package/src/components/checkbox/checkbox.component.html +0 -12
- package/src/components/checkbox/checkbox.component.scss +0 -30
- package/src/components/checkbox/checkbox.component.ts +0 -77
- package/src/components/checkbox/checkbox.module.ts +0 -18
- package/src/components/communication.service.ts +0 -22
- package/src/components/component-container/component-container.component.html +0 -3
- package/src/components/component-container/component-container.component.scss +0 -13
- package/src/components/component-container/component-container.component.ts +0 -17
- package/src/components/component-container/component-container.module.ts +0 -17
- package/src/components/content-toggle/content-toggle.component.html +0 -19
- package/src/components/content-toggle/content-toggle.component.scss +0 -58
- package/src/components/content-toggle/content-toggle.component.ts +0 -42
- package/src/components/dropdown/dropdown.component.css +0 -4
- package/src/components/dropdown/dropdown.component.html +0 -43
- package/src/components/dropdown/dropdown.component.ts +0 -167
- package/src/components/dropdown/dropdown.interface.ts +0 -25
- package/src/components/dropdown/dropdown.module.ts +0 -21
- package/src/components/empty/empty.component.html +0 -3
- package/src/components/empty/empty.component.scss +0 -4
- package/src/components/empty/empty.component.ts +0 -16
- package/src/components/file/file.component.css +0 -3
- package/src/components/file/file.component.html +0 -10
- package/src/components/file/file.component.ts +0 -41
- package/src/components/file/file.module.ts +0 -18
- package/src/components/header/header.component.html +0 -26
- package/src/components/header/header.component.scss +0 -64
- package/src/components/header/header.component.ts +0 -25
- package/src/components/inline-message/inline-message.component.html +0 -4
- package/src/components/inline-message/inline-message.component.scss +0 -13
- package/src/components/inline-message/inline-message.component.ts +0 -16
- package/src/components/input-group/input-group.component.html +0 -74
- package/src/components/input-group/input-group.component.scss +0 -1
- package/src/components/input-group/input-group.component.ts +0 -134
- package/src/components/input-text/input-text.component.html +0 -45
- package/src/components/input-text/input-text.component.scss +0 -69
- package/src/components/input-text/input-text.component.ts +0 -100
- package/src/components/input-text/input-text.module.ts +0 -19
- package/src/components/inspark.module.ts +0 -132
- package/src/components/inspark.scss +0 -28
- package/src/components/inspark.shared.ts +0 -20
- package/src/components/legacy/legacy-components.module.ts +0 -26
- package/src/components/legacy/legacy-ui.module.ts +0 -28
- package/src/components/link/link.component.html +0 -75
- package/src/components/link/link.component.scss +0 -95
- package/src/components/link/link.component.ts +0 -108
- package/src/components/link/link.module.ts +0 -23
- package/src/components/modal-input-text/modal-input-text.component.html +0 -46
- package/src/components/modal-input-text/modal-input-text.component.scss +0 -36
- package/src/components/modal-input-text/modal-input-text.component.ts +0 -100
- package/src/components/object-tree/object-tree.component.html +0 -1
- package/src/components/object-tree/object-tree.component.scss +0 -0
- package/src/components/object-tree/object-tree.component.ts +0 -17
- package/src/components/panel/panel.component.html +0 -3
- package/src/components/panel/panel.component.scss +0 -3
- package/src/components/panel/panel.component.ts +0 -13
- package/src/components/pie/pie.component.html +0 -17
- package/src/components/pie/pie.component.scss +0 -17
- package/src/components/pie/pie.component.ts +0 -66
- package/src/components/pie/pie.service.ts +0 -67
- package/src/components/preloader/preloader.component.html +0 -17
- package/src/components/preloader/preloader.component.scss +0 -144
- package/src/components/preloader/preloader.component.ts +0 -25
- package/src/components/preloader/preloader.module.ts +0 -16
- package/src/components/primeng.module.ts +0 -28
- package/src/components/radiobutton/radiobutton.component.html +0 -24
- package/src/components/radiobutton/radiobutton.component.scss +0 -9
- package/src/components/radiobutton/radiobutton.component.ts +0 -47
- package/src/components/select-button/select-button.component.html +0 -23
- package/src/components/select-button/select-button.component.scss +0 -28
- package/src/components/select-button/select-button.component.ts +0 -190
- package/src/components/select-button/select-button.module.ts +0 -18
- package/src/components/select-list/select-list.component.html +0 -27
- package/src/components/select-list/select-list.component.scss +0 -36
- package/src/components/select-list/select-list.component.ts +0 -65
- package/src/components/shared/shared-components.module.ts +0 -24
- package/src/components/shared/shared-ui.module.ts +0 -23
- package/src/components/status-circle/status-circle.component.html +0 -10
- package/src/components/status-circle/status-circle.component.scss +0 -115
- package/src/components/status-circle/status-circle.component.ts +0 -24
- package/src/components/sticky/sticky.component.html +0 -9
- package/src/components/sticky/sticky.component.scss +0 -17
- package/src/components/sticky/sticky.component.ts +0 -60
- package/src/components/sticky/sticky.module.ts +0 -18
- package/src/components/svg/svg.component.html +0 -3
- package/src/components/svg/svg.component.scss +0 -14
- package/src/components/svg/svg.component.ts +0 -18
- package/src/components/svg/svg.module.ts +0 -18
- package/src/components/switcher/switcher.component.html +0 -23
- package/src/components/switcher/switcher.component.scss +0 -30
- package/src/components/switcher/switcher.component.ts +0 -104
- package/src/components/table/table-click-outside.directive.ts +0 -24
- package/src/components/table/table-columns-multiselect/table-columns-multiselect.component.html +0 -26
- package/src/components/table/table-columns-multiselect/table-columns-multiselect.component.scss +0 -3
- package/src/components/table/table-columns-multiselect/table-columns-multiselect.component.ts +0 -26
- package/src/components/table/table-menu-overlay/table-menu-overlay-blue.component.scss +0 -8
- package/src/components/table/table-menu-overlay/table-menu-overlay-contrast.component.scss +0 -8
- package/src/components/table/table-menu-overlay/table-menu-overlay-green.component.scss +0 -8
- package/src/components/table/table-menu-overlay/table-menu-overlay-light.component.scss +0 -8
- package/src/components/table/table-menu-overlay/table-menu-overlay.component.html +0 -13
- package/src/components/table/table-menu-overlay/table-menu-overlay.component.scss +0 -32
- package/src/components/table/table-menu-overlay/table-menu-overlay.component.ts +0 -22
- package/src/components/table/table.component.html +0 -301
- package/src/components/table/table.component.scss +0 -148
- package/src/components/table/table.component.ts +0 -538
- package/src/components/textarea/textarea.component.html +0 -19
- package/src/components/textarea/textarea.component.scss +0 -0
- package/src/components/textarea/textarea.component.ts +0 -71
- package/src/components/textarea/textarea.module.ts +0 -19
- package/src/components/toolbar/toolbar.component.html +0 -19
- package/src/components/toolbar/toolbar.component.scss +0 -117
- package/src/components/toolbar/toolbar.component.ts +0 -38
- package/src/components/toolbar/toolbar.module.ts +0 -18
- package/src/components/tooltip/tooltip.component.html +0 -7
- package/src/components/tooltip/tooltip.component.scss +0 -47
- package/src/components/tooltip/tooltip.component.ts +0 -17
- package/src/components/tree-table/tree-table.component.html +0 -162
- package/src/components/tree-table/tree-table.component.scss +0 -129
- package/src/components/tree-table/tree-table.component.ts +0 -366
- package/src/components/types.ts +0 -7
- package/src/css.js +0 -6
- package/src/interface.ts +0 -80
- package/src/pipes/pipes.module.ts +0 -12
- package/src/pipes/propertyValue.pipe.ts +0 -18
- package/src/pipes/safeUrl.pipe.ts +0 -30
- package/src/pipes/sort-by.pipe.ts +0 -23
- package/src/pipes/time.pipe.ts +0 -197
- package/src/public_api.ts +0 -5
- package/src/scss/main.scss +0 -6
- package/src/scss/patchPrimeng/_loader.components.primeng.scss +0 -35
- package/src/scss/patchPrimeng/_loader.components.primeng.theme-blue.scss +0 -27
- package/src/scss/patchPrimeng/_loader.components.primeng.theme-bms-dark.scss +0 -25
- package/src/scss/patchPrimeng/_loader.components.primeng.theme-bms-light.scss +0 -27
- package/src/scss/patchPrimeng/_loader.components.primeng.theme-contrast.scss +0 -27
- package/src/scss/patchPrimeng/_loader.components.primeng.theme-dark.scss +0 -26
- package/src/scss/patchPrimeng/_loader.components.primeng.theme-light.scss +0 -29
- package/src/scss/patchPrimeng/autocomplete/_primeng.components.autocomplete.scss +0 -193
- package/src/scss/patchPrimeng/autocomplete/_primeng.components.autocomplete.theme-blue.scss +0 -58
- package/src/scss/patchPrimeng/autocomplete/_primeng.components.autocomplete.theme-contrast.scss +0 -58
- package/src/scss/patchPrimeng/autocomplete/_primeng.components.autocomplete.theme-dark.scss +0 -72
- package/src/scss/patchPrimeng/autocomplete/_primeng.components.autocomplete.theme-light.scss +0 -72
- package/src/scss/patchPrimeng/breadcrumb/_primeng.components.breadcrumb.scss +0 -0
- package/src/scss/patchPrimeng/button/_primeng.components.button.compat.scss +0 -114
- package/src/scss/patchPrimeng/button/_primeng.components.button.scss +0 -213
- package/src/scss/patchPrimeng/button/_primeng.components.button.theme-blue.scss +0 -109
- package/src/scss/patchPrimeng/button/_primeng.components.button.theme-bms-dark.scss +0 -109
- package/src/scss/patchPrimeng/button/_primeng.components.button.theme-bms-light.scss +0 -114
- package/src/scss/patchPrimeng/button/_primeng.components.button.theme-contrast.scss +0 -109
- package/src/scss/patchPrimeng/button/_primeng.components.button.theme-dark.scss +0 -108
- package/src/scss/patchPrimeng/button/_primeng.components.button.theme-light.scss +0 -113
- package/src/scss/patchPrimeng/calendar/_primeng.components.calendar.scss +0 -401
- package/src/scss/patchPrimeng/calendar/_primeng.components.calendar.theme-light.scss +0 -67
- package/src/scss/patchPrimeng/card/_primeng.components.card.scss +0 -6
- package/src/scss/patchPrimeng/card/_primeng.components.card.theme-contrast.scss +0 -3
- package/src/scss/patchPrimeng/card/_primeng.components.card.theme-dark.scss +0 -3
- package/src/scss/patchPrimeng/card/_primeng.components.card.theme-light.scss +0 -3
- package/src/scss/patchPrimeng/checkbox/_primeng.components.checkbox.scss +0 -75
- package/src/scss/patchPrimeng/checkbox/_primeng.components.checkbox.theme-contrast.scss +0 -45
- package/src/scss/patchPrimeng/checkbox/_primeng.components.checkbox.theme-dark.scss +0 -46
- package/src/scss/patchPrimeng/checkbox/_primeng.components.checkbox.theme-light.scss +0 -46
- package/src/scss/patchPrimeng/common/_primeng.components.common.scss +0 -356
- package/src/scss/patchPrimeng/common/_primeng.components.common.theme-contrast.scss +0 -12
- package/src/scss/patchPrimeng/common/_primeng.components.common.theme-dark.scss +0 -12
- package/src/scss/patchPrimeng/common/_primeng.components.common.theme-light.scss +0 -12
- package/src/scss/patchPrimeng/contextmenu/_primeng.components.contextmenu.scss +0 -64
- package/src/scss/patchPrimeng/contextmenu/_primeng.components.contextmenu.theme-contrast.scss +0 -0
- package/src/scss/patchPrimeng/contextmenu/_primeng.components.contextmenu.theme-dark.scss +0 -0
- package/src/scss/patchPrimeng/contextmenu/_primeng.components.contextmenu.theme-light.scss +0 -0
- package/src/scss/patchPrimeng/dialog/_primeng.components.dialog.scss +0 -155
- package/src/scss/patchPrimeng/dialog/_primeng.components.dialog.theme-contrast.scss +0 -3
- package/src/scss/patchPrimeng/dialog/_primeng.components.dialog.theme-dark.scss +0 -0
- package/src/scss/patchPrimeng/dialog/_primeng.components.dialog.theme-light.scss +0 -3
- package/src/scss/patchPrimeng/drawer/_primeng.components.drawer.scss +0 -7
- package/src/scss/patchPrimeng/drawer/_primeng.components.drawer.theme-contrast.scss +0 -3
- package/src/scss/patchPrimeng/drawer/_primeng.components.drawer.theme-dark.scss +0 -3
- package/src/scss/patchPrimeng/drawer/_primeng.components.drawer.theme-light.scss +0 -3
- package/src/scss/patchPrimeng/dropdown/_primeng.components.dropdown.scss +0 -171
- package/src/scss/patchPrimeng/dropdown/_primeng.components.dropdown.theme-contrast.scss +0 -4
- package/src/scss/patchPrimeng/dropdown/_primeng.components.dropdown.theme-dark.scss +0 -15
- package/src/scss/patchPrimeng/dropdown/_primeng.components.dropdown.theme-light.scss +0 -22
- package/src/scss/patchPrimeng/dropdown/_primeng.components.dropdown.themes.scss +0 -20
- package/src/scss/patchPrimeng/fieldset/_primeng.components.fieldset.scss +0 -87
- package/src/scss/patchPrimeng/fieldset/_primeng.components.fieldset.theme-contrast.scss +0 -0
- package/src/scss/patchPrimeng/fieldset/_primeng.components.fieldset.theme-dark.scss +0 -4
- package/src/scss/patchPrimeng/fieldset/_primeng.components.fieldset.theme-light.scss +0 -4
- package/src/scss/patchPrimeng/fileupload/_primeng.components.fileupload.scss +0 -185
- package/src/scss/patchPrimeng/fileupload/_primeng.components.fileupload.theme-contrast.scss +0 -31
- package/src/scss/patchPrimeng/fileupload/_primeng.components.fileupload.theme-dark.scss +0 -31
- package/src/scss/patchPrimeng/fileupload/_primeng.components.fileupload.theme-light.scss +0 -31
- package/src/scss/patchPrimeng/grid/_primeng.components.grid.scss +0 -0
- package/src/scss/patchPrimeng/icons/_primeng.components.icons.scss +0 -21
- package/src/scss/patchPrimeng/icons/_primeng.components.icons.theme-contrast.scss +0 -0
- package/src/scss/patchPrimeng/icons/_primeng.components.icons.theme-dark.scss +0 -0
- package/src/scss/patchPrimeng/icons/_primeng.components.icons.theme-light.scss +0 -0
- package/src/scss/patchPrimeng/inplace/_primeng.components.inplace.scss +0 -1
- package/src/scss/patchPrimeng/inplace/_primeng.components.inplace.theme-contrast.scss +0 -0
- package/src/scss/patchPrimeng/inplace/_primeng.components.inplace.theme-dark.scss +0 -0
- package/src/scss/patchPrimeng/inplace/_primeng.components.inplace.theme-light.scss +0 -0
- package/src/scss/patchPrimeng/inputmask/_primeng.components.inputmask.scss +0 -1
- package/src/scss/patchPrimeng/inputmask/_primeng.components.inputmask.theme-contrast.scss +0 -0
- package/src/scss/patchPrimeng/inputmask/_primeng.components.inputmask.theme-dark.scss +0 -0
- package/src/scss/patchPrimeng/inputmask/_primeng.components.inputmask.theme-light.scss +0 -0
- package/src/scss/patchPrimeng/inputswitch/_primeng.components.inputswitch.scss +0 -1
- package/src/scss/patchPrimeng/inputswitch/_primeng.components.inputswitch.theme-contrast.scss +0 -0
- package/src/scss/patchPrimeng/inputswitch/_primeng.components.inputswitch.theme-dark.scss +0 -0
- package/src/scss/patchPrimeng/inputswitch/_primeng.components.inputswitch.theme-light.scss +0 -0
- package/src/scss/patchPrimeng/inputtext/_primeng.components.inputtext.scss +0 -78
- package/src/scss/patchPrimeng/inputtext/_primeng.components.inputtext.theme-contrast.scss +0 -85
- package/src/scss/patchPrimeng/inputtext/_primeng.components.inputtext.theme-dark.scss +0 -85
- package/src/scss/patchPrimeng/inputtext/_primeng.components.inputtext.theme-light.scss +0 -83
- package/src/scss/patchPrimeng/lightbox/_primeng.components.lightbox.scss +0 -96
- package/src/scss/patchPrimeng/lightbox/_primeng.components.lightbox.theme-contrast.scss +0 -9
- package/src/scss/patchPrimeng/lightbox/_primeng.components.lightbox.theme-dark.scss +0 -9
- package/src/scss/patchPrimeng/lightbox/_primeng.components.lightbox.theme-light.scss +0 -9
- package/src/scss/patchPrimeng/listbox/_primeng.components.listbox.scss +0 -27
- package/src/scss/patchPrimeng/listbox/_primeng.components.listbox.theme-contrast.scss +0 -4
- package/src/scss/patchPrimeng/listbox/_primeng.components.listbox.theme-dark.scss +0 -3
- package/src/scss/patchPrimeng/listbox/_primeng.components.listbox.theme-light.scss +0 -4
- package/src/scss/patchPrimeng/menu/_primeng.components.menu.scss +0 -62
- package/src/scss/patchPrimeng/menu/_primeng.components.menu.theme-contrast.scss +0 -0
- package/src/scss/patchPrimeng/menu/_primeng.components.menu.theme-dark.scss +0 -0
- package/src/scss/patchPrimeng/menu/_primeng.components.menu.theme-light.scss +0 -16
- package/src/scss/patchPrimeng/modal/_primeng.modal.scss +0 -5
- package/src/scss/patchPrimeng/multiselect/_primeng.components.multiselect.scss +0 -290
- package/src/scss/patchPrimeng/multiselect/_primeng.components.multiselect.theme-contrast.scss +0 -39
- package/src/scss/patchPrimeng/multiselect/_primeng.components.multiselect.theme-dark.scss +0 -10
- package/src/scss/patchPrimeng/multiselect/_primeng.components.multiselect.theme-light.scss +0 -38
- package/src/scss/patchPrimeng/overlay/_primeng.components.overlay.scss +0 -1
- package/src/scss/patchPrimeng/overlaypanel/_primeng.components.overlaypanel.scss +0 -1
- package/src/scss/patchPrimeng/picklist/_primeng.components.picklist.scss +0 -220
- package/src/scss/patchPrimeng/picklist/_primeng.components.picklist.theme-dark.scss +0 -41
- package/src/scss/patchPrimeng/picklist/_primeng.components.picklist.theme-light.scss +0 -42
- package/src/scss/patchPrimeng/radiobutton/_primeng.components.radiobutton.scss +0 -133
- package/src/scss/patchPrimeng/radiobutton/_primeng.components.radiobutton.themes.scss +0 -12
- package/src/scss/patchPrimeng/scroller/_primeng.components.scroller.scss +0 -1
- package/src/scss/patchPrimeng/selectbutton/_primeng.components.selectbutton.scss +0 -95
- package/src/scss/patchPrimeng/selectbutton/_primeng.components.selectbutton.theme-contrast.scss +0 -0
- package/src/scss/patchPrimeng/selectbutton/_primeng.components.selectbutton.theme-dark.scss +0 -0
- package/src/scss/patchPrimeng/selectbutton/_primeng.components.selectbutton.theme-light.scss +0 -0
- package/src/scss/patchPrimeng/sidebar/_primeng.components.sidebar.scss +0 -20
- package/src/scss/patchPrimeng/sidebar/_primeng.components.sidebar.theme-contrast.scss +0 -3
- package/src/scss/patchPrimeng/sidebar/_primeng.components.sidebar.theme-dark.scss +0 -3
- package/src/scss/patchPrimeng/sidebar/_primeng.components.sidebar.theme-light.scss +0 -3
- package/src/scss/patchPrimeng/slider/_primeng.components.slider.scss +0 -124
- package/src/scss/patchPrimeng/slider/_primeng.components.slider.themes.scss +0 -29
- package/src/scss/patchPrimeng/steps/_primeng.components.steps.scss +0 -5
- package/src/scss/patchPrimeng/steps/_primeng.components.steps.theme-contrast.scss +0 -4
- package/src/scss/patchPrimeng/steps/_primeng.components.steps.theme-dark.scss +0 -4
- package/src/scss/patchPrimeng/steps/_primeng.components.steps.theme-light.scss +0 -3
- package/src/scss/patchPrimeng/table/_primeng.components.table.scss +0 -345
- package/src/scss/patchPrimeng/table/_primeng.components.table.theme-contrast.scss +0 -58
- package/src/scss/patchPrimeng/table/_primeng.components.table.theme-dark.scss +0 -51
- package/src/scss/patchPrimeng/table/_primeng.components.table.theme-light.scss +0 -77
- package/src/scss/patchPrimeng/tabview/_primeng.components.tabview.scss +0 -82
- package/src/scss/patchPrimeng/tabview/_primeng.components.tabview.theme-contrast.scss +0 -11
- package/src/scss/patchPrimeng/tabview/_primeng.components.tabview.theme-dark.scss +0 -12
- package/src/scss/patchPrimeng/tabview/_primeng.components.tabview.theme-light.scss +0 -10
- package/src/scss/patchPrimeng/toast/_primeng.components.toast.scss +0 -98
- package/src/scss/patchPrimeng/toast/_primeng.components.toast.theme-contrast.scss +0 -42
- package/src/scss/patchPrimeng/toast/_primeng.components.toast.theme-dark.scss +0 -34
- package/src/scss/patchPrimeng/toast/_primeng.components.toast.theme-light.scss +0 -42
- package/src/scss/patchPrimeng/tree/_primeng.components.tree.compat.scss +0 -12
- package/src/scss/patchPrimeng/tree/_primeng.components.tree.scss +0 -235
- package/src/scss/patchPrimeng/tree/_primeng.components.tree.theme-contrast.scss +0 -0
- package/src/scss/patchPrimeng/tree/_primeng.components.tree.theme-dark.scss +0 -0
- package/src/scss/patchPrimeng/tree/_primeng.components.tree.theme-light.scss +0 -0
- package/src/scss/patchPrimeng/treetable/_primeng.components.treetable.compat.scss +0 -355
- package/src/scss/patchPrimeng/treetable/_primeng.components.treetable.scss +0 -343
- package/src/scss/patchPrimeng/treetable/_primeng.components.treetable.theme-blue.scss +0 -31
- package/src/scss/patchPrimeng/treetable/_primeng.components.treetable.theme-contrast.scss +0 -41
- package/src/scss/patchPrimeng/treetable/_primeng.components.treetable.theme-dark.scss +0 -26
- package/src/scss/patchPrimeng/treetable/_primeng.components.treetable.theme-light.scss +0 -31
- package/src/scss/settings/_loader.settings.scss +0 -15
- package/src/scss/settings/_settings.box-shadows.scss +0 -32
- package/src/scss/settings/_settings.colors.scss +0 -215
- package/src/scss/settings/_settings.config.scss +0 -35
- package/src/scss/settings/_settings.core.scss +0 -93
- package/src/scss/settings/_settings.global.scss +0 -220
- package/src/scss/theme-blue.scss +0 -622
- package/src/scss/theme-bms-dark.scss +0 -92
- package/src/scss/theme-bms-light.scss +0 -500
- package/src/scss/theme-contrast.scss +0 -882
- package/src/scss/theme-dark.scss +0 -39
- package/src/scss/theme-green.scss +0 -619
- package/src/scss/theme-light.scss +0 -500
- package/src/services/inspark-dialog.service.ts +0 -28
- package/src/services/inspark-message.service.ts +0 -76
- package/src/test.ts +0 -16
- package/src/utils/gettextMarker.function.ts +0 -5
- package/src/utils/hybrid/prime-table/prime-table-action-buttons/prime-table-action-buttons.component.html +0 -22
- package/src/utils/hybrid/prime-table/prime-table-action-buttons/prime-table-action-buttons.component.scss +0 -0
- package/src/utils/hybrid/prime-table/prime-table-action-buttons/prime-table-action-buttons.component.ts +0 -26
- package/src/utils/hybrid/prime-table/prime-table-action-buttons/table-action-buttons.model.ts +0 -6
- package/src/utils/hybrid/prime-table/prime-table-columns-multi-select/prime-table-columns-multi-select.component.html +0 -56
- package/src/utils/hybrid/prime-table/prime-table-columns-multi-select/prime-table-columns-multi-select.component.scss +0 -4
- package/src/utils/hybrid/prime-table/prime-table-columns-multi-select/prime-table-columns-multi-select.component.ts +0 -40
- package/src/utils/hybrid/prime-table/prime-table-theme-light.component.scss +0 -0
- package/src/utils/hybrid/prime-table/prime-table.component.html +0 -173
- package/src/utils/hybrid/prime-table/prime-table.component.scss +0 -59
- package/src/utils/hybrid/prime-table/prime-table.component.ts +0 -155
- package/src/utils/hybrid/prime-table/row-state.enum.ts +0 -7
- package/src/utils/hybrid/prime-table/table-column-type.enum.ts +0 -5
- package/src/utils/hybrid/prime-table/table-column.model.ts +0 -12
- package/src/utils/hybrid/prime-table/table-filter-type.enum.ts +0 -4
- package/src/utils/hybrid/prime-table/table-filters.model.ts +0 -29
- package/src/utils/hybrid/prime-table/table-grouping.model.ts +0 -10
- package/src/utils/hybrid/prime-table/table-options.model.ts +0 -16
- package/src/utils/hybrid/prime-table/table-row-data.model.ts +0 -7
- package/src/utils/hybrid/prime-tree-table-hybrid/tree-table-column.model.ts +0 -10
- package/src/utils/hybrid/prime-tree-table-hybrid/tree-table-node-data.model.ts +0 -9
- package/src/utils/hybrid/prime-tree-table-hybrid/tree-table-node.model.ts +0 -9
- package/tsconfig.lib.json +0 -17
- package/tsconfig.lib.prod.json +0 -9
- package/tsconfig.spec.json +0 -17
- package/tslint.json +0 -17
- package/versions/full/copy.json +0 -15
- package/versions/full/package.json +0 -7
- package/versions/full/public_api.ts +0 -83
- package/versions/interfaces/copy.json +0 -15
- package/versions/interfaces/package.json +0 -7
- package/versions/interfaces/public_api.ts +0 -5
- package/webpack.config.js +0 -68
- /package/{src → full}/assets/error.svg +0 -0
- /package/{src → full}/assets/falsevalue.svg +0 -0
- /package/{src → full}/assets/icon.svg +0 -0
- /package/{src → full}/assets/none.svg +0 -0
- /package/{src → full}/assets/success.svg +0 -0
- /package/{src → full}/assets/warning.svg +0 -0
|
@@ -1,882 +0,0 @@
|
|
|
1
|
-
@use "@inspark/components-web/src/variables" as *;
|
|
2
|
-
@use "@inspark/components-web/src/mixins" as *;
|
|
3
|
-
@import "./settings/loader.settings";
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
// Theme "Contrast"
|
|
8
|
-
|
|
9
|
-
// Set a variable containing current brand
|
|
10
|
-
$theme-name: 'theme-contrast';
|
|
11
|
-
|
|
12
|
-
// SETTINGS
|
|
13
|
-
@import "settings/loader.settings";
|
|
14
|
-
|
|
15
|
-
// Reset theme-specific variables
|
|
16
|
-
|
|
17
|
-
/*
|
|
18
|
-
Colors
|
|
19
|
-
*/
|
|
20
|
-
|
|
21
|
-
/*
|
|
22
|
-
Brand colors
|
|
23
|
-
*/
|
|
24
|
-
|
|
25
|
-
/**
|
|
26
|
-
* Primary
|
|
27
|
-
*/
|
|
28
|
-
$ids-theme-primary: #067394;
|
|
29
|
-
// todo(turchaninov): отрефакторить названия переменных
|
|
30
|
-
|
|
31
|
-
/**
|
|
32
|
-
* Secondary
|
|
33
|
-
*/
|
|
34
|
-
$ids-theme-secondary: #0d485a;
|
|
35
|
-
|
|
36
|
-
/*
|
|
37
|
-
Status colors
|
|
38
|
-
*/
|
|
39
|
-
$ids-theme-status-active: $ids-theme-primary;
|
|
40
|
-
$ids-theme-status-active-light: #e6eef1 !default;
|
|
41
|
-
$ids-theme-status-highlight: $color-blue-dark;
|
|
42
|
-
$ids-theme-status-success: #31AC51;
|
|
43
|
-
$ids-theme-status-warning: #EE9946; //$color-orange
|
|
44
|
-
$ids-theme-status-error: #F95C5D;
|
|
45
|
-
$ids-theme-status-pending: $color-blue;
|
|
46
|
-
$ids-theme-status-critical: $ids-theme-status-error;
|
|
47
|
-
$ids-theme-status-disabled: #848484;
|
|
48
|
-
$ids-theme-status-falsevalue: #85B3CB;
|
|
49
|
-
|
|
50
|
-
/*
|
|
51
|
-
Functional colors
|
|
52
|
-
*/
|
|
53
|
-
$component-active-color: $color-base-white;
|
|
54
|
-
$component-active-bg: $ids-theme-primary;
|
|
55
|
-
$component-active-box-shadow: inset 0 0 0 1px transparent;
|
|
56
|
-
$state-success-bg: $ids-theme-status-success;
|
|
57
|
-
$state-success-text: $color-base-white;
|
|
58
|
-
$state-warning-bg: $ids-theme-status-warning;
|
|
59
|
-
$state-warning-text: $color-base-white;
|
|
60
|
-
$state-error-bg: $ids-theme-status-error;
|
|
61
|
-
$state-error-text: $color-base-white;
|
|
62
|
-
$state-pending-bg: $ids-theme-status-pending;
|
|
63
|
-
$state-pending-text: $color-base-white;
|
|
64
|
-
$state-critical-bg: $ids-theme-status-critical;
|
|
65
|
-
$state-critical-text: $color-base-white;
|
|
66
|
-
$state-falsevalue-bg: $ids-theme-status-falsevalue;
|
|
67
|
-
$state-falsevalue-text: $color-base-white-5;
|
|
68
|
-
|
|
69
|
-
///* ========================================================================
|
|
70
|
-
// #GLOBAL
|
|
71
|
-
// ======================================================================== */
|
|
72
|
-
|
|
73
|
-
// Body
|
|
74
|
-
//
|
|
75
|
-
// Settings for the `<body>` element.
|
|
76
|
-
|
|
77
|
-
$body-bg: $color-gray-5;
|
|
78
|
-
$body-color: $color-base-black;
|
|
79
|
-
|
|
80
|
-
// Scroll customization
|
|
81
|
-
|
|
82
|
-
$webkit-scrollbar-track-bg: #f1f1f1;
|
|
83
|
-
$webkit-scrollbar-thumb-bg: $color-gray-10;
|
|
84
|
-
$webkit-scrollbar-corner-bg: $color-gray-5;
|
|
85
|
-
|
|
86
|
-
// Links
|
|
87
|
-
//
|
|
88
|
-
// Style anchor elements.
|
|
89
|
-
// Links
|
|
90
|
-
//
|
|
91
|
-
// Style anchor elements.
|
|
92
|
-
|
|
93
|
-
$link-color: $ids-theme-primary;
|
|
94
|
-
$link-decoration: none;
|
|
95
|
-
$link-hover-color: darken($link-color, 15%);
|
|
96
|
-
$link-hover-decoration: underline;
|
|
97
|
-
|
|
98
|
-
//
|
|
99
|
-
// Typography
|
|
100
|
-
//
|
|
101
|
-
|
|
102
|
-
//== Typography
|
|
103
|
-
//
|
|
104
|
-
//## Font, line-height, and color for body text, headings, and more.
|
|
105
|
-
|
|
106
|
-
$text-color: $color-base-black;
|
|
107
|
-
$text-color-gray: $color-gray-40;
|
|
108
|
-
|
|
109
|
-
$paragraph-color: $text-color;
|
|
110
|
-
|
|
111
|
-
//** By default, this inherits from the `<body>`.
|
|
112
|
-
$headings-color: $color-gray-90;
|
|
113
|
-
$headings-small-color: $color-base-black;
|
|
114
|
-
|
|
115
|
-
$text-muted: rgba($text-color, 0.8);
|
|
116
|
-
|
|
117
|
-
$abbr-border-color: $color-gray-80;
|
|
118
|
-
|
|
119
|
-
$blockquote-small-color: $color-gray-80;
|
|
120
|
-
$blockquote-border-color: $color-gray-80;
|
|
121
|
-
|
|
122
|
-
$hr-border-color: rgba($color-base-black, 0.1);
|
|
123
|
-
|
|
124
|
-
$kbd-box-shadow: inset 0 -0.1rem 0 rgba($color-base-black, 0.25);
|
|
125
|
-
|
|
126
|
-
//** Global color for active items (e.g., navs or dropdowns).
|
|
127
|
-
$component-active-color: $color-base-white;
|
|
128
|
-
//** Global background color for active items (e.g., navs or dropdowns).
|
|
129
|
-
$component-active-bg: $ids-theme-primary;
|
|
130
|
-
|
|
131
|
-
// Tables
|
|
132
|
-
//
|
|
133
|
-
// Customizes the `.table` component with basic values, each used across all table variations.
|
|
134
|
-
|
|
135
|
-
$table-bg: transparent;
|
|
136
|
-
$table-th-color: $color-gray-90;
|
|
137
|
-
$table-bg-accent: rgba($color-base-black, 0.05);
|
|
138
|
-
$table-bg-hover: rgba($color-base-black, 0.075);
|
|
139
|
-
$table-bg-active: $table-bg-hover;
|
|
140
|
-
|
|
141
|
-
$table-head-bg: $color-gray-10;
|
|
142
|
-
$table-head-color: $color-gray-90;
|
|
143
|
-
|
|
144
|
-
//$table-border-color: $color-gray-20;
|
|
145
|
-
$table-bg-primary: $ids-theme-primary;
|
|
146
|
-
|
|
147
|
-
$table-th-bg: rgba($color-base-black, 0.2);
|
|
148
|
-
|
|
149
|
-
// Buttons
|
|
150
|
-
|
|
151
|
-
$btn-disabled-border-color: transparent;
|
|
152
|
-
$btn-disabled-background: $color-gray-5;
|
|
153
|
-
$btn-disabled-color: rgba($color-base-black, 0.4);
|
|
154
|
-
|
|
155
|
-
$btn-default-background: $color-gray-5;
|
|
156
|
-
$btn-default-background--hover: darken($btn-default-background, 20%);
|
|
157
|
-
$btn-default-background--pressed: darken($btn-default-background, 40%);
|
|
158
|
-
$btn-default-color: $text-color;
|
|
159
|
-
|
|
160
|
-
$btn-shadow: none;
|
|
161
|
-
|
|
162
|
-
$btn-bare-color--visited: $color-gray-90;
|
|
163
|
-
$btn-bare-color--hover: $color-blue-dark-800;
|
|
164
|
-
$btn-bare-color--pressed: $ids-theme-secondary;
|
|
165
|
-
|
|
166
|
-
$btn-primary-color: $color-base-white;
|
|
167
|
-
$btn-primary-border-color: transparent;
|
|
168
|
-
$btn-primary-background: $ids-theme-primary;
|
|
169
|
-
$btn-primary-background--hover: darken($btn-primary-background, 20%);
|
|
170
|
-
$btn-primary-background--pressed: darken($btn-primary-background, 40%);
|
|
171
|
-
$btn-primary-background--disabled: $btn-disabled-background;
|
|
172
|
-
$btn-primary-color--disabled: $btn-disabled-color;
|
|
173
|
-
|
|
174
|
-
$btn-secondary-color: $color-base-white;
|
|
175
|
-
$btn-secondary-border-color: transparent;
|
|
176
|
-
$btn-secondary-background: $ids-theme-secondary;
|
|
177
|
-
$btn-secondary-background--hover: darken($btn-secondary-background, 20%);
|
|
178
|
-
$btn-secondary-background--pressed: darken($btn-secondary-background, 40%);
|
|
179
|
-
|
|
180
|
-
$btn-tertiary-color: $color-base-black;
|
|
181
|
-
$btn-tertiary-border-color: transparent;
|
|
182
|
-
$btn-tertiary-background: $color-gray-40;
|
|
183
|
-
$btn-tertiary-background--hover: darken($btn-tertiary-background, 20%);
|
|
184
|
-
$btn-tertiary-background--pressed: darken($btn-tertiary-background, 40%);
|
|
185
|
-
|
|
186
|
-
$btn-menu-toggle: $color-gray-90;
|
|
187
|
-
|
|
188
|
-
$btn-destroy-border-color: $ids-theme-status-error;
|
|
189
|
-
$btn-destroy-background: $ids-theme-status-error;
|
|
190
|
-
$btn-destroy-color: $color-base-white;
|
|
191
|
-
|
|
192
|
-
$btn-rounded-border-radius: $global-radius-rounded;
|
|
193
|
-
|
|
194
|
-
$btn-datepicker-current-color: $ids-theme-primary;
|
|
195
|
-
$btn-datepicker-current-background: none;
|
|
196
|
-
|
|
197
|
-
$btn-datepicker-selected-color: $color-base-white;
|
|
198
|
-
$btn-datepicker-selected-color--hover: $color-base-white;
|
|
199
|
-
$btn-datepicker-selected-color-current: $color-base-white;
|
|
200
|
-
$btn-datepicker-selected-color-current--hover: $color-base-white;
|
|
201
|
-
|
|
202
|
-
// Forms
|
|
203
|
-
|
|
204
|
-
/// Sets the forms Font color
|
|
205
|
-
///
|
|
206
|
-
/// @group px-forms-design:variables:style
|
|
207
|
-
/// @type Color [default]
|
|
208
|
-
$inuit-forms-color: $color-base-black;
|
|
209
|
-
|
|
210
|
-
/// Sets the forms Placeholder font color
|
|
211
|
-
///
|
|
212
|
-
/// @group px-forms-design:variables:style
|
|
213
|
-
/// @type Color [default] -
|
|
214
|
-
$inuit-forms-color_placeholder: rgba($color-gray-80, 0.7);
|
|
215
|
-
|
|
216
|
-
/// Sets the forms Background color
|
|
217
|
-
///
|
|
218
|
-
/// @group px-forms-design:variables:style
|
|
219
|
-
/// @type Color [default] - Background color
|
|
220
|
-
$inuit-forms-background: rgba($color-base-black, 0.1);
|
|
221
|
-
|
|
222
|
-
/// Sets the forms Inner border string
|
|
223
|
-
///
|
|
224
|
-
/// @group px-forms-design:variables:style
|
|
225
|
-
/// @type Color | String [default]
|
|
226
|
-
$inuit-forms-border_inner: $component-active-box-shadow;
|
|
227
|
-
|
|
228
|
-
/// Sets the forms Outer border string
|
|
229
|
-
///
|
|
230
|
-
/// @group px-forms-design:variables:style
|
|
231
|
-
/// @type Color | String [default]
|
|
232
|
-
$inuit-forms-border_outer: 1px solid transparent;
|
|
233
|
-
|
|
234
|
-
/// Sets the forms Focused inner border string
|
|
235
|
-
///
|
|
236
|
-
/// @group px-forms-design:variables:style
|
|
237
|
-
/// @type Color | String [default] - Focused inner border string
|
|
238
|
-
$inuit-forms-border_inner_focused: 0 0 7px 0 rgba($ids-theme-primary, 0.4); //inset 0 0 0 1px $inuit-forms-background;
|
|
239
|
-
|
|
240
|
-
/// Sets the forms Focused outer border color
|
|
241
|
-
///
|
|
242
|
-
/// @group px-forms-design:variables:style
|
|
243
|
-
/// @type Color [default]
|
|
244
|
-
$inuit-forms-border_outer_focused: rgba($ids-theme-primary, 0.4);
|
|
245
|
-
|
|
246
|
-
/// Sets the forms Disable font color
|
|
247
|
-
///
|
|
248
|
-
/// @group px-forms-design:variables:style
|
|
249
|
-
/// @type Color [default]
|
|
250
|
-
$inuit-forms-color_disabled: $color-gray-80;
|
|
251
|
-
|
|
252
|
-
/// Sets the forms Disabled backgroundn color
|
|
253
|
-
///
|
|
254
|
-
/// @group px-forms-design:variables:style
|
|
255
|
-
/// @type Color [default]
|
|
256
|
-
$inuit-forms-background_disabled: rgba($color-gray-10, 0.8);
|
|
257
|
-
|
|
258
|
-
/// Sets the forms Disabled border string
|
|
259
|
-
///
|
|
260
|
-
/// @group px-forms-design:variables:style
|
|
261
|
-
/// @type Color | String [default]
|
|
262
|
-
$inuit-forms-border_disabled: $color-gray-5;
|
|
263
|
-
|
|
264
|
-
/// Sets the forms Readonly font color
|
|
265
|
-
///
|
|
266
|
-
/// @group px-forms-design:variables:style
|
|
267
|
-
/// @type Color [default]
|
|
268
|
-
$inuit-forms-color_readonly: $color-gray-90;
|
|
269
|
-
|
|
270
|
-
/// Sets the forms Readonnly background color
|
|
271
|
-
///
|
|
272
|
-
/// @group px-forms-design:variables:style
|
|
273
|
-
/// @type Color [default]
|
|
274
|
-
$inuit-forms-background_readonly: transparent;
|
|
275
|
-
|
|
276
|
-
/// Sets the forms Readonly border string
|
|
277
|
-
///
|
|
278
|
-
/// @group px-forms-design:variables:style
|
|
279
|
-
/// @type Color | String [default]
|
|
280
|
-
$inuit-forms-border_readonly: none;
|
|
281
|
-
|
|
282
|
-
/// Sets the forms Select dropdown background color
|
|
283
|
-
///
|
|
284
|
-
/// @group px-forms-design:variables:style
|
|
285
|
-
/// @type Color [default]
|
|
286
|
-
$inuit-forms-select-background: $inuit-forms-background;
|
|
287
|
-
|
|
288
|
-
/// Sets the forms Select dropdown font color
|
|
289
|
-
///
|
|
290
|
-
/// @group px-forms-design:variables:style
|
|
291
|
-
/// @type Color [default]
|
|
292
|
-
$inuit-forms-select-color: $color-base-black;
|
|
293
|
-
|
|
294
|
-
/// Sets the forms Select dropdown chevron font color
|
|
295
|
-
///
|
|
296
|
-
/// @group px-forms-design:variables:style
|
|
297
|
-
/// @type Color [default]
|
|
298
|
-
$inuit-forms-select-color-svg: #{$color-base-black};
|
|
299
|
-
|
|
300
|
-
/// Sets the forms Select dropdown dark shadow
|
|
301
|
-
///
|
|
302
|
-
/// @group px-forms-design:variables:style
|
|
303
|
-
/// @type Color | String [default]
|
|
304
|
-
$inuit-forms-select-shadow_dark: 0 1px 0 rgba($color-base-white, 0.1);
|
|
305
|
-
|
|
306
|
-
/// Sets the forms Select dropdown light shadow
|
|
307
|
-
///
|
|
308
|
-
/// @group px-forms-design:variables:style
|
|
309
|
-
/// @type Color | String [default]
|
|
310
|
-
$inuit-forms-select-shadow_light: 0 1px 0 rgba($color-base-white, 0.1);
|
|
311
|
-
|
|
312
|
-
/// Sets the forms Select dropdown disabled font color
|
|
313
|
-
///
|
|
314
|
-
/// @group px-forms-design:variables:style
|
|
315
|
-
/// @type Color [default]
|
|
316
|
-
$inuit-forms-select-color_disabled: $color-gray-90;
|
|
317
|
-
|
|
318
|
-
/// Sets the forms Select dropdown disabled chevron font color
|
|
319
|
-
///
|
|
320
|
-
/// @group px-forms-design:variables:style
|
|
321
|
-
/// @type Color [default]
|
|
322
|
-
$inuit-forms-select-color-svg_disabled: #{$color-base-white};
|
|
323
|
-
|
|
324
|
-
/// Sets the forms Select dropdown disabled background color
|
|
325
|
-
///
|
|
326
|
-
/// @group px-forms-design:variables:style
|
|
327
|
-
/// @type Color [default]
|
|
328
|
-
$inuit-forms-select-background_disabled: $inuit-forms-background_disabled;
|
|
329
|
-
|
|
330
|
-
/// Sets the forms Select dropdown hover background color
|
|
331
|
-
///
|
|
332
|
-
/// @group px-forms-design:variables:style
|
|
333
|
-
/// @type Color [default]
|
|
334
|
-
$inuit-forms-select-background_hover: $inuit-forms-select-background;
|
|
335
|
-
|
|
336
|
-
/// Sets the forms Select dropdown hover border color
|
|
337
|
-
///
|
|
338
|
-
/// @group px-forms-design:variables:style
|
|
339
|
-
/// @type Color [default]
|
|
340
|
-
$inuit-forms-select-border_hover: rgba($ids-theme-primary, 0.75);
|
|
341
|
-
|
|
342
|
-
/// Sets the forms Select dropdown pressed background color
|
|
343
|
-
///
|
|
344
|
-
/// @group px-forms-design:variables:style
|
|
345
|
-
/// @type Color [default]
|
|
346
|
-
$inuit-forms-select-background_pressed: $inuit-forms-select-background;
|
|
347
|
-
|
|
348
|
-
/// Sets the forms Select dropdown pressed border color
|
|
349
|
-
///
|
|
350
|
-
/// @group px-forms-design:variables:style
|
|
351
|
-
/// @type Color [default]
|
|
352
|
-
$inuit-forms-select-border_pressed: $inuit-forms-border_outer_focused;
|
|
353
|
-
|
|
354
|
-
/// Sets the forms Multiple select background color
|
|
355
|
-
///
|
|
356
|
-
/// @group px-forms-design:variables:style
|
|
357
|
-
/// @type Color [default]
|
|
358
|
-
$inuit-forms-select-multiple-background: $color-gray-35;
|
|
359
|
-
|
|
360
|
-
/// Sets the forms Validation warning color
|
|
361
|
-
///
|
|
362
|
-
/// @group px-forms-design:variables:style
|
|
363
|
-
/// @type Color [default]
|
|
364
|
-
$inuit-forms-validation-warning: $ids-theme-status-warning;
|
|
365
|
-
|
|
366
|
-
/// Sets the forms Validation error color
|
|
367
|
-
///
|
|
368
|
-
/// @group px-forms-design:variables:style
|
|
369
|
-
/// @type Color [default]
|
|
370
|
-
$inuit-forms-validation-error: $ids-theme-status-error;
|
|
371
|
-
|
|
372
|
-
/// Sets the forms Validation success color
|
|
373
|
-
///
|
|
374
|
-
/// @group px-forms-design:variables:style
|
|
375
|
-
/// @type Color [default]
|
|
376
|
-
$inuit-forms-validation-success: $ids-theme-status-success;
|
|
377
|
-
|
|
378
|
-
// Checkbox
|
|
379
|
-
$checkbox-border-color: $color-gray-10;
|
|
380
|
-
|
|
381
|
-
// Switch
|
|
382
|
-
$checkbox-swith-color-off: $color-gray-20;
|
|
383
|
-
|
|
384
|
-
// List
|
|
385
|
-
$list-item-background: $color-base-white;
|
|
386
|
-
$list-item-border: transparent;
|
|
387
|
-
$list-item-background-active: $ids-theme-primary;
|
|
388
|
-
$list-item-background-hover: $color-gray-5;
|
|
389
|
-
|
|
390
|
-
$list-scrollable-border-color: $color-gray-10;
|
|
391
|
-
$list-scrollable-background: $color-base-white;
|
|
392
|
-
|
|
393
|
-
// List group
|
|
394
|
-
|
|
395
|
-
$list-group-color: $body-color;
|
|
396
|
-
$list-group-bg: $color-base-white;
|
|
397
|
-
$list-group-border-color: rgba($color-gray-20, 0.125);
|
|
398
|
-
|
|
399
|
-
$list-group-hover-bg: $color-gray-40;
|
|
400
|
-
$list-group-active-color: $component-active-color;
|
|
401
|
-
$list-group-active-bg: $component-active-bg;
|
|
402
|
-
$list-group-active-border: $list-group-active-bg;
|
|
403
|
-
$list-group-active-text-color: lighten($list-group-active-bg, 50%);
|
|
404
|
-
|
|
405
|
-
$list-group-disabled-color: $color-gray-80;
|
|
406
|
-
$list-group-disabled-bg: $color-gray-40;
|
|
407
|
-
$list-group-disabled-text-color: $list-group-disabled-color;
|
|
408
|
-
|
|
409
|
-
$list-group-link-color: $color-gray-90;
|
|
410
|
-
$list-group-link-heading-color: $color-gray-90;
|
|
411
|
-
$list-group-link-hover-color: $color-base-black;
|
|
412
|
-
|
|
413
|
-
$list-group-link-active-color: $list-group-color;
|
|
414
|
-
$list-group-link-active-bg: rgba($ids-theme-secondary, 0.5);
|
|
415
|
-
|
|
416
|
-
// Nav
|
|
417
|
-
|
|
418
|
-
$nav-link-padding: $unit-tiny;
|
|
419
|
-
$nav-link-hover-bg: rgba($ids-theme-primary, 0.2);
|
|
420
|
-
$nav-disabled-link-color: $ids-theme-primary;
|
|
421
|
-
$nav-disabled-link-hover-color: $color-gray-40;
|
|
422
|
-
|
|
423
|
-
//== Tables
|
|
424
|
-
//
|
|
425
|
-
//## Customizes the `.table` component with basic values, each used across all table variations.
|
|
426
|
-
|
|
427
|
-
//** Default background color used for all tables.
|
|
428
|
-
//$table-bg: transparent;
|
|
429
|
-
//** Background color used for `.table-striped`.
|
|
430
|
-
//$table-bg-accent: $color-gray-10;
|
|
431
|
-
//** Background color used for `.table-hover`.
|
|
432
|
-
//$table-bg-hover: $color-gray-35;
|
|
433
|
-
//$table-bg-active: $table-bg-hover;
|
|
434
|
-
|
|
435
|
-
//** Border color for table and cell borders.
|
|
436
|
-
//$table-border-color: $color-gray-40;
|
|
437
|
-
|
|
438
|
-
//== Menu
|
|
439
|
-
$main-menu-item-li-bg: $ids-theme-secondary;
|
|
440
|
-
$main-menu-item-a-color: $main-menu-item-li-bg;
|
|
441
|
-
//$main-menu-item-symbol: $color-gray-90;
|
|
442
|
-
$main-menu-item-a-color-hover: $color-base-white;
|
|
443
|
-
$menu-ddl-menu-bg: $main-menu-item-li-bg;
|
|
444
|
-
$main-menu-submenu-item-bg: #265b6b;
|
|
445
|
-
$main-menu-item-title-color: $color-base-white;
|
|
446
|
-
|
|
447
|
-
//== Dropdowns
|
|
448
|
-
//
|
|
449
|
-
//## Dropdown menu container and contents.
|
|
450
|
-
|
|
451
|
-
//** Background for the dropdown menu.
|
|
452
|
-
$dropdown-bg: $color-gray-5;
|
|
453
|
-
//** Dropdown menu `border-color`.
|
|
454
|
-
$dropdown-border: rgba(255, 255, 255, 0.5);
|
|
455
|
-
|
|
456
|
-
$dropdown-focused-box-shadow: $component-active-box-shadow;
|
|
457
|
-
//** Dropdown menu `border-color` **for IE8**.
|
|
458
|
-
$dropdown-fallback-border: $color-gray-35;
|
|
459
|
-
//** Divider color for between dropdown items.
|
|
460
|
-
$dropdown-divider-bg: #e5e5e5;
|
|
461
|
-
|
|
462
|
-
//** Dropdown link text color.
|
|
463
|
-
$dropdown-link-color: $color-base-black;
|
|
464
|
-
//** Hover color for dropdown links.
|
|
465
|
-
$dropdown-link-hover-color: $color-base-black;
|
|
466
|
-
//** Hover background for dropdown links.
|
|
467
|
-
$dropdown-link-hover-bg: rgba($color-gray-10, 0.8);
|
|
468
|
-
|
|
469
|
-
//** Active dropdown menu item text color.
|
|
470
|
-
$dropdown-link-active-color: $color-base-black;
|
|
471
|
-
//** Active dropdown menu item background color.
|
|
472
|
-
$dropdown-link-active-bg: rgba($component-active-bg, 0.3);
|
|
473
|
-
|
|
474
|
-
//** Disabled dropdown menu item background color.
|
|
475
|
-
$dropdown-link-disabled-color: $color-gray-80;
|
|
476
|
-
$dropdown-link-disabled-bg: $color-gray-35;
|
|
477
|
-
|
|
478
|
-
//** Text color for headers within dropdown menus.
|
|
479
|
-
$dropdown-header-color: $color-gray-90;
|
|
480
|
-
|
|
481
|
-
//** Deprecated `$dropdown-caret-color` as of v3.1.0
|
|
482
|
-
$dropdown-caret-color: $color-base-black;
|
|
483
|
-
|
|
484
|
-
// Sidebar
|
|
485
|
-
$sidebar-bg: $ids-theme-secondary;
|
|
486
|
-
|
|
487
|
-
// Navbar
|
|
488
|
-
|
|
489
|
-
// Basics of a navbar
|
|
490
|
-
$navbar-default-color: $color-base-black;
|
|
491
|
-
$navbar-default-bg: $color-base-white;
|
|
492
|
-
$navbar-default-border: darken($navbar-default-bg, 6.5%);
|
|
493
|
-
|
|
494
|
-
// Navbar links
|
|
495
|
-
$navbar-default-link-color: $ids-theme-primary;
|
|
496
|
-
$navbar-default-link-hover-color: $ids-theme-secondary;
|
|
497
|
-
$navbar-default-link-hover-bg: transparent;
|
|
498
|
-
$navbar-default-link-active-color: $ids-theme-primary;
|
|
499
|
-
$navbar-default-link-active-bg: darken($navbar-default-bg, 6.5%);
|
|
500
|
-
$navbar-default-link-disabled-color: $color-gray-40;
|
|
501
|
-
$navbar-default-link-disabled-bg: transparent;
|
|
502
|
-
|
|
503
|
-
// Navbar brand label
|
|
504
|
-
$navbar-default-brand-color: $navbar-default-link-color;
|
|
505
|
-
$navbar-default-brand-hover-color: darken($navbar-default-brand-color, 10%);
|
|
506
|
-
$navbar-default-brand-hover-bg: transparent;
|
|
507
|
-
|
|
508
|
-
// Navbar toggle
|
|
509
|
-
//$navbar-default-toggle-hover-bg: #ddd;
|
|
510
|
-
$navbar-default-toggle-hover-color: $ids-theme-primary;
|
|
511
|
-
$navbar-default-toggle-icon-bar-bg: #888;
|
|
512
|
-
$navbar-default-toggle-border-color: #ddd;
|
|
513
|
-
$navbar-default-toggle-color: $color-base-black;
|
|
514
|
-
|
|
515
|
-
// Tree table
|
|
516
|
-
$tree-table-cell: $color-gray-5;
|
|
517
|
-
$tree-table__cell-content_header: $color-gray-80;
|
|
518
|
-
|
|
519
|
-
// Main content
|
|
520
|
-
$main-content-bg: $ids-theme-status-active-light;
|
|
521
|
-
$main-section-bg: $ids-theme-status-active-light;
|
|
522
|
-
|
|
523
|
-
//== Panels (Cards)
|
|
524
|
-
//
|
|
525
|
-
//##
|
|
526
|
-
|
|
527
|
-
$panel-bg: $color-base-white;
|
|
528
|
-
|
|
529
|
-
//** Border color for elements within panels
|
|
530
|
-
$panel-footer-bg: $panel-bg;
|
|
531
|
-
|
|
532
|
-
$panel-default-text: $text-color;
|
|
533
|
-
$panel-default-border: transparent;
|
|
534
|
-
$panel-default-heading-bg: $panel-bg;
|
|
535
|
-
|
|
536
|
-
$panel-primary-text: $color-base-black;
|
|
537
|
-
$panel-primary-border: $ids-theme-primary;
|
|
538
|
-
$panel-primary-heading-bg: $ids-theme-secondary;
|
|
539
|
-
|
|
540
|
-
$panel-success-text: $text-color;
|
|
541
|
-
$panel-success-border: $ids-theme-status-success;
|
|
542
|
-
$panel-success-heading-bg: $panel-bg;
|
|
543
|
-
|
|
544
|
-
$panel-info-text: $text-color;
|
|
545
|
-
$panel-info-border: $ids-theme-status-highlight;
|
|
546
|
-
$panel-info-heading-bg: $panel-bg;
|
|
547
|
-
|
|
548
|
-
$panel-warning-text: $text-color;
|
|
549
|
-
$panel-warning-border: $ids-theme-status-warning;
|
|
550
|
-
$panel-warning-heading-bg: $panel-bg;
|
|
551
|
-
|
|
552
|
-
$panel-danger-text: $text-color;
|
|
553
|
-
$panel-danger-border: $ids-theme-status-error;
|
|
554
|
-
$panel-danger-heading-bg: $panel-bg;
|
|
555
|
-
|
|
556
|
-
$panel-lighter-background: $color-base-white;
|
|
557
|
-
$panel-body-dashboard-bg: $color-gray-5;
|
|
558
|
-
|
|
559
|
-
// Breadcrumbs
|
|
560
|
-
//** Breadcrumb background color
|
|
561
|
-
$breadcrumb-bg: $ids-theme-status-active-light;
|
|
562
|
-
//** Breadcrumb text color
|
|
563
|
-
$breadcrumb-color: $color-base-black;
|
|
564
|
-
//** Text color of current page in the breadcrumb
|
|
565
|
-
$breadcrumb-active-color: $color-gray-90;
|
|
566
|
-
$breadcrumb-padding-vertical: 8.5px;
|
|
567
|
-
|
|
568
|
-
// Tooltip
|
|
569
|
-
$tooltip-bg: rgba($color-base-white, 0.95);
|
|
570
|
-
$tooltip-color: $color-base-black;
|
|
571
|
-
$tooltip-arrow-color: $tooltip-bg;
|
|
572
|
-
|
|
573
|
-
// Modal
|
|
574
|
-
|
|
575
|
-
//** Background color of modal content area
|
|
576
|
-
$modal-content-bg: $color-base-white;
|
|
577
|
-
//** Modal content border color
|
|
578
|
-
$modal-content-border-color: rgba($color-gray-10, 0.2);
|
|
579
|
-
//** Modal content border color **for IE8**
|
|
580
|
-
$modal-content-fallback-border-color: #ddd;
|
|
581
|
-
|
|
582
|
-
//** Modal backdrop background color
|
|
583
|
-
$modal-backdrop-bg: $color-base-black;
|
|
584
|
-
//** Modal backdrop opacity
|
|
585
|
-
$modal-backdrop-opacity: 0.5;
|
|
586
|
-
//** Modal header border color
|
|
587
|
-
$modal-header-border-color: $color-gray-40;
|
|
588
|
-
//** Modal footer border color
|
|
589
|
-
$modal-footer-border-color: $modal-header-border-color;
|
|
590
|
-
|
|
591
|
-
//== Footer
|
|
592
|
-
$footer-bg: $color-base-white;
|
|
593
|
-
|
|
594
|
-
//== Tabs
|
|
595
|
-
$nav-tabs-border-color: $color-gray-40;
|
|
596
|
-
|
|
597
|
-
$nav-tabs-link-hover-border-color: $color-gray-80;
|
|
598
|
-
|
|
599
|
-
$nav-tabs-active-link-hover-bg: $body-bg;
|
|
600
|
-
$nav-tabs-active-link-hover-color: $body-color;
|
|
601
|
-
$nav-tabs-active-link-hover-border-color: $ids-theme-primary;
|
|
602
|
-
|
|
603
|
-
$nav-tabs-justified-link-border-color: $color-gray-40;
|
|
604
|
-
$nav-tabs-justified-active-link-border-color: $body-bg;
|
|
605
|
-
|
|
606
|
-
$nav-tabs-tab-pane-active-background: $color-gray-5;
|
|
607
|
-
|
|
608
|
-
//== Pills
|
|
609
|
-
$nav-pills-active-link-hover-bg: $component-active-bg;
|
|
610
|
-
$nav-pills-active-link-hover-color: $component-active-color;
|
|
611
|
-
|
|
612
|
-
// Badges
|
|
613
|
-
|
|
614
|
-
$badge-default-bg: $color-gray-10;
|
|
615
|
-
$badge-primary-bg: $ids-theme-primary;
|
|
616
|
-
$badge-success-bg: $state-success-bg;
|
|
617
|
-
$badge-pending-bg: $state-pending-bg;
|
|
618
|
-
$badge-warning-bg: $state-warning-bg;
|
|
619
|
-
$badge-error-bg: $state-error-bg;
|
|
620
|
-
$badge-critical-bg: $state-critical-bg;
|
|
621
|
-
$badge-falsevalue-bg: $state-falsevalue-bg;
|
|
622
|
-
$badge-color: $color-base-white;
|
|
623
|
-
$badge-link-hover-color: $color-base-white;
|
|
624
|
-
|
|
625
|
-
// Spinner
|
|
626
|
-
$spinner-loader-color: $color-gray-40;
|
|
627
|
-
|
|
628
|
-
// Login
|
|
629
|
-
$login-form-bg: $color-base-white;
|
|
630
|
-
|
|
631
|
-
// NVD3 Charts
|
|
632
|
-
$nvd3-box-shadow: $component-active-box-shadow;
|
|
633
|
-
$nvd3-border-radius: $global-radius;
|
|
634
|
-
$nvd3-font-family: $font-family-base;
|
|
635
|
-
$nvd3-font-size-base: $font-size-base;
|
|
636
|
-
$nvd3-text-color: $text-color;
|
|
637
|
-
$nvd3-text-color-fill: $nvd3-text-color;
|
|
638
|
-
$nvd3-text-color-stroke: $nvd3-text-color;
|
|
639
|
-
|
|
640
|
-
$nvd3-background-fill: $body-bg;
|
|
641
|
-
$nvd3-background-fill-opacity: 0;
|
|
642
|
-
$nvd3-nv-brush-resize-fill: $color-gray-5;
|
|
643
|
-
$nvd3-nv-brush-resize-stroke: $color-gray-40;
|
|
644
|
-
$nvd3-nv-brush-background-stroke: $color-base-black;
|
|
645
|
-
$nvd3-nv-brush-background-fill: $color-base-white;
|
|
646
|
-
$nvd3-axis-path-stroke: $color-base-black;
|
|
647
|
-
$nvd3-axis-line: rgba($color-gray-10, 0.6);
|
|
648
|
-
|
|
649
|
-
// NVD3 Controls
|
|
650
|
-
$nvd3-controls-fill: $color-base-black;
|
|
651
|
-
|
|
652
|
-
// NVD3 Transitions
|
|
653
|
-
$nvd3-transition-duration-default: 250ms;
|
|
654
|
-
$nvd3-transition-duration-short: 50ms;
|
|
655
|
-
$nvd3-transition-function-default: linear;
|
|
656
|
-
$nvd3-transition-delay-default: 200ms;
|
|
657
|
-
$nvd3-transition-default: $nvd3-transition-duration-default $nvd3-transition-function-default;
|
|
658
|
-
|
|
659
|
-
// Bars
|
|
660
|
-
$nvd3-bars-react-hover: $ids-theme-primary;
|
|
661
|
-
|
|
662
|
-
// Boxplot
|
|
663
|
-
$nvd3-boxplot-median-stroke: $color-base-black;
|
|
664
|
-
|
|
665
|
-
// Bullet
|
|
666
|
-
$nvd3-bullet-marker-stroke: $color-base-black;
|
|
667
|
-
$nvd3-bullet-marker-triangle-stroke: $nvd3-bullet-marker-stroke;
|
|
668
|
-
$nvd3-bullet-marker-triangle-fill: $color-base-white;
|
|
669
|
-
$nvd3-bullet-marker-line-stroke: $nvd3-bullet-marker-stroke;
|
|
670
|
-
$nvd3-bullet-tick-line-stroke: $color-gray-40;
|
|
671
|
-
$nvd3-bullet-range-s0-fill: $color-gray-5;
|
|
672
|
-
$nvd3-bullet-range-s1-fill: $color-gray-10;
|
|
673
|
-
$nvd3-bullet-range-s2-fill: $color-gray-20;
|
|
674
|
-
$nvd3-bullet-subtitle-fill: $color-gray-10;
|
|
675
|
-
$nvd3-bullet-range-fill: $color-gray-5;
|
|
676
|
-
|
|
677
|
-
// Candlestick Bar
|
|
678
|
-
$nvd3-candlestickbar-tick-positive-rect-stroke: $ids-theme-status-success;
|
|
679
|
-
$nvd3-candlestickbar-tick-positive-rect-fill: $nvd3-candlestickbar-tick-positive-rect-stroke;
|
|
680
|
-
$nvd3-candlestickbar-tick-negative-rect-stroke: $ids-theme-status-error;
|
|
681
|
-
$nvd3-candlestickbar-tick-negative-rect-fill: $nvd3-candlestickbar-tick-negative-rect-stroke;
|
|
682
|
-
$nvd3-candlestickbar-ticks-line-stroke: $color-gray-40;
|
|
683
|
-
|
|
684
|
-
// Force Directed Graph
|
|
685
|
-
$nvd3-force-node-stroke: $color-base-white;
|
|
686
|
-
$nvd3-force-link-stroke: $color-gray-20;
|
|
687
|
-
|
|
688
|
-
// Lines
|
|
689
|
-
$nvd3-lines-groups-line-fill: none;
|
|
690
|
-
$nvd3-lines-groups-area-stroke: none;
|
|
691
|
-
$nvd3-lines-point-paths-stroke: $color-gray-10;
|
|
692
|
-
$nvd3-lines-point-paths-fill: $color-gray-5;
|
|
693
|
-
|
|
694
|
-
// OHLC
|
|
695
|
-
$nvd3-ohlcbar-tick-positive-stroke: $ids-theme-status-success;
|
|
696
|
-
$nvd3-ohlcbar-tick-negative-stroke: $ids-theme-status-error;
|
|
697
|
-
|
|
698
|
-
// Parallel Coordinates
|
|
699
|
-
$nvd3-background-path-fill: none;
|
|
700
|
-
$nvd3-background-path-stroke: $color-gray-5;
|
|
701
|
-
$nvd3-foreground-path-fill: none;
|
|
702
|
-
$nvd3-parallelcoordinates-brush-extent-fill: $color-base-white;
|
|
703
|
-
$nvd3-parallelcoordinates-brush-extent-stroke: $color-gray-40;
|
|
704
|
-
$nvd3-missingvaluesline-line-fill: none;
|
|
705
|
-
$nvd3-missingvaluesline-line-stroke: $color-base-black;
|
|
706
|
-
|
|
707
|
-
// Pie
|
|
708
|
-
$nvd3-pie-title-font-size: $inuit-font-size-h3;
|
|
709
|
-
$nvd3-pie-title-fill: $ids-theme-primary;
|
|
710
|
-
$nvd3-pie-slice-text-stroke: $color-base-black;
|
|
711
|
-
$nvd3-pie-path: $color-base-white;
|
|
712
|
-
|
|
713
|
-
// Sparkline
|
|
714
|
-
$nvd3-sparkline-path-fill: none;
|
|
715
|
-
$nvd3-sparklineplus-hovervalue-stroke: $color-gray-80;
|
|
716
|
-
$nvd3-sparklineplus-yvalue-stroke: lighten($ids-theme-status-error, 20%);
|
|
717
|
-
$nvd3-sparklineplus-maxvalue-stroke: $ids-theme-status-success;
|
|
718
|
-
$nvd3-sparklineplus-maxvalue-fill: $ids-theme-status-success;
|
|
719
|
-
$nvd3-sparklineplus-minvalue-stroke: $ids-theme-status-error;
|
|
720
|
-
$nvd3-sparklineplus-minvalue-fill: $ids-theme-status-error;
|
|
721
|
-
$nvd3-sparklineplus-currentvalue-font-size: $inuit-font-size-large;
|
|
722
|
-
|
|
723
|
-
// NVD3 Tooltip
|
|
724
|
-
$nvd3-tooltip-zindex: $zindex-tooltip;
|
|
725
|
-
$nvd3-tooltip-font-size: $inuit-font-size-small;
|
|
726
|
-
$nvd3-tooltip-background: $body-bg;
|
|
727
|
-
$nvd3-tooltip-border: $text-color;
|
|
728
|
-
$nvd3-tooltip-color: $text-color;
|
|
729
|
-
$nvd3-tooltip-x-y-tooltip-padding: $unit-small;
|
|
730
|
-
$nvd3-tooltip-xy-tooltip-background: $nvd3-tooltip-background;
|
|
731
|
-
$nvd3-tooltip-h3-background: $body-bg;
|
|
732
|
-
$nvd3-tooltip-h3-color: $text-color;
|
|
733
|
-
$nvd3-tooltip-h3-border-bottom-color: $nvd3-tooltip-h3-background;
|
|
734
|
-
$nvd3-tooltip-table-percent: $color-gray-35;
|
|
735
|
-
$nvd3-tooltip-table-legend-color-guide-border: $color-gray-40;
|
|
736
|
-
$nvd3-guideline-stroke: $color-gray-40;
|
|
737
|
-
|
|
738
|
-
$nvd3-color-1: #007A4B;
|
|
739
|
-
$nvd3-color-2: #3477DB;
|
|
740
|
-
$nvd3-color-3: #D252B2;
|
|
741
|
-
$nvd3-color-4: #708090;
|
|
742
|
-
$nvd3-color-5: #AF851A;
|
|
743
|
-
$nvd3-color-6: #BB671C;
|
|
744
|
-
$nvd3-color-7: #E00000;
|
|
745
|
-
$nvd3-color-8: #005031;
|
|
746
|
-
$nvd3-color-9: #34415E;
|
|
747
|
-
$nvd3-color-10: #58007E;
|
|
748
|
-
$nvd3-color-11: #2E343B;
|
|
749
|
-
|
|
750
|
-
// Logout
|
|
751
|
-
$logout-link-color: $dropdown-link-color;
|
|
752
|
-
|
|
753
|
-
// Cards
|
|
754
|
-
|
|
755
|
-
$card-border-color: rgba($color-base-white, .125);
|
|
756
|
-
$card-cap-bg: rgba($color-base-white, .03);
|
|
757
|
-
$card-bg: $color-gray-5;
|
|
758
|
-
|
|
759
|
-
// PrimeNG tables
|
|
760
|
-
|
|
761
|
-
// $pm-table-padding-vertical: $unit-tiny;
|
|
762
|
-
// $pm-table-padding-horizontal: $unit-small;
|
|
763
|
-
|
|
764
|
-
$pm-table-head-background: rgba($color-base-black, 0.1);
|
|
765
|
-
$pm-table-head-border: rgba($color-base-white, 0.5);
|
|
766
|
-
|
|
767
|
-
// PrimeNG treetables
|
|
768
|
-
|
|
769
|
-
$pm-treetable-head-background: rgba($color-base-black, 0.1);
|
|
770
|
-
$pm-treetable-head-border: rgba($color-base-white, 0.5);
|
|
771
|
-
|
|
772
|
-
// PrimeNG multiselect
|
|
773
|
-
|
|
774
|
-
$pm-multiselect-panel-background: $color-gray-5;
|
|
775
|
-
|
|
776
|
-
//$theme-light-class: ".theme-light";
|
|
777
|
-
|
|
778
|
-
// NGX-Bootstrap datepicker
|
|
779
|
-
|
|
780
|
-
$bs-datepicker-main-bg: $color-gray-5;
|
|
781
|
-
$bs-datepicker-custom-range-bg: #eee;
|
|
782
|
-
|
|
783
|
-
$bs-datepicker-main-box-shadow: $component-active-box-shadow;
|
|
784
|
-
|
|
785
|
-
$bs-datepicker-font-color-01: $body-color;
|
|
786
|
-
$bs-datepicker-font-color-02: rgba($body-color, 0.8);
|
|
787
|
-
$bs-datepicker-font-color-03: $body-color;
|
|
788
|
-
$bs-datepicker-font-color-hover: $color-base-white;
|
|
789
|
-
$bs-datepicker-font-color-secondary: rgba($body-color, 0.5);
|
|
790
|
-
$bs-datepicker-font-color-is-other-month: rgba($body-color, 0.25);
|
|
791
|
-
$bs-datepicker-font-color-selected: rgba($body-color, 0.5);
|
|
792
|
-
//$bs-datepicker-font-color-disabled: rgba($color-base-black, 0.25);
|
|
793
|
-
|
|
794
|
-
$bs-datepicker-border-color: $dropdown-border;
|
|
795
|
-
|
|
796
|
-
$bs-datepicker-highlighted-color: $color-base-white;
|
|
797
|
-
$bs-datepicker-highlighted-background: rgba($color-gray-80, 0.5);
|
|
798
|
-
|
|
799
|
-
$bs-datepicker-btn-bg: #e9edf0;
|
|
800
|
-
$bs-datepicker-btn-bg-hover: #d5dadd;
|
|
801
|
-
|
|
802
|
-
$bs-datepicker-btn-bg2: #9aaec1;
|
|
803
|
-
$bs-datepicker-btn-bg2-hover: #54708b;
|
|
804
|
-
|
|
805
|
-
$bs-datepicker-disabled-background: rgba(221, 221, 221, 0.3);
|
|
806
|
-
$bs-datepicker-disabled-color: rgba($color-base-black, 0.6);
|
|
807
|
-
|
|
808
|
-
$bs-datepicker-selected-background: $ids-theme-primary;
|
|
809
|
-
$bs-datepicker-selected-color: $color-base-white;
|
|
810
|
-
|
|
811
|
-
|
|
812
|
-
////** Background for the dropdown menu.
|
|
813
|
-
//$dropdown-bg: $color-gray-5;
|
|
814
|
-
////** Dropdown menu `border-color`.
|
|
815
|
-
//$dropdown-border: rgba(255, 255, 255, 0.5);
|
|
816
|
-
//
|
|
817
|
-
//$dropdown-focused-box-shadow: $component-active-box-shadow;
|
|
818
|
-
////** Dropdown menu `border-color` **for IE8**.
|
|
819
|
-
//$dropdown-fallback-border: $color-gray-35;
|
|
820
|
-
////** Divider color for between dropdown items.
|
|
821
|
-
//$dropdown-divider-bg: #e5e5e5;
|
|
822
|
-
//
|
|
823
|
-
////** Dropdown link text color.
|
|
824
|
-
//$dropdown-link-color: $color-base-black;
|
|
825
|
-
////** Hover color for dropdown links.
|
|
826
|
-
//$dropdown-link-hover-color: $color-base-black;
|
|
827
|
-
////** Hover background for dropdown links.
|
|
828
|
-
//$dropdown-link-hover-bg: rgba($color-gray-10, 0.8);
|
|
829
|
-
//
|
|
830
|
-
////** Active dropdown menu item text color.
|
|
831
|
-
//$dropdown-link-active-color: $color-base-black;
|
|
832
|
-
////** Active dropdown menu item background color.
|
|
833
|
-
//$dropdown-link-active-bg: rgba($component-active-bg, 0.3);
|
|
834
|
-
//
|
|
835
|
-
////** Disabled dropdown menu item background color.
|
|
836
|
-
//$dropdown-link-disabled-color: $color-gray-80;
|
|
837
|
-
//$dropdown-link-disabled-bg: $color-gray-35;
|
|
838
|
-
//
|
|
839
|
-
////** Text color for headers within dropdown menus.
|
|
840
|
-
//$dropdown-header-color: $color-gray-90;
|
|
841
|
-
//
|
|
842
|
-
////** Deprecated `$dropdown-caret-color` as of v3.1.0
|
|
843
|
-
//$dropdown-caret-color: $color-base-black;
|
|
844
|
-
|
|
845
|
-
// Datatime Picker
|
|
846
|
-
|
|
847
|
-
$owl-dt-timer-input-border: 1px solid rgba($color-base-white, .1);
|
|
848
|
-
$owl-dt-container-bg: $color-gray-35;
|
|
849
|
-
$owl-theme-color: $ids-theme-primary;
|
|
850
|
-
$owl-dt-calendar-cell-selected-color: rgba($color-base-black, .85);
|
|
851
|
-
|
|
852
|
-
// Map
|
|
853
|
-
$map-tooolbar-bg: $color-gray-5;
|
|
854
|
-
|
|
855
|
-
.theme-contrast {
|
|
856
|
-
// THEME-SPECIFIC SETTINGS
|
|
857
|
-
--selected-element-background: rgba(235, 235, 235, 0.8);
|
|
858
|
-
|
|
859
|
-
--element-background: #D6D6D7;
|
|
860
|
-
--main-background: #B3B3B3;
|
|
861
|
-
|
|
862
|
-
--input-background: #D6D6D7;
|
|
863
|
-
--input-border: 1px solid #888;
|
|
864
|
-
|
|
865
|
-
--body-background: #EBEBEB;
|
|
866
|
-
|
|
867
|
-
--card-background: #DFDFDF;
|
|
868
|
-
--card-background-selected: rgba(0, 0, 0, 0.2);
|
|
869
|
-
|
|
870
|
-
--contrast-text-color: #000;
|
|
871
|
-
--muffled-text-color: #555;
|
|
872
|
-
--text-color: #333;
|
|
873
|
-
@import "./settings/loader.settings";
|
|
874
|
-
//@import "./patchPrimeng/loader.components.primeng";
|
|
875
|
-
@import "patchPrimeng/loader.components.primeng.theme-contrast";
|
|
876
|
-
|
|
877
|
-
}
|
|
878
|
-
|
|
879
|
-
// styles for elements whitch are neighbor to body
|
|
880
|
-
.#{$theme-name} + {
|
|
881
|
-
// SEM-1329 @import "../../../../../src/app/AngularJS/common/charts-nvd3/tooltip/components.tooltip.themes";
|
|
882
|
-
}
|