@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
package/src/components/table/table-columns-multiselect/table-columns-multiselect.component.ts
DELETED
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
import {Component, EventEmitter, Input, OnInit, Output} from '@angular/core';
|
|
2
|
-
import {TableColumns} from "../../../interface";
|
|
3
|
-
|
|
4
|
-
@Component({
|
|
5
|
-
standalone: false,
|
|
6
|
-
selector: 'in-table-columns-multiselect',
|
|
7
|
-
templateUrl: './table-columns-multiselect.component.html',
|
|
8
|
-
styleUrls: ['./table-columns-multiselect.component.scss']
|
|
9
|
-
})
|
|
10
|
-
export class TableColumnsMultiselectComponent implements OnInit {
|
|
11
|
-
public isExpanded = false;
|
|
12
|
-
@Input() columns: TableColumns[];
|
|
13
|
-
/**
|
|
14
|
-
* true - все активные чекбоксы становятся неактивными
|
|
15
|
-
* false - не влияет на чекбоксы
|
|
16
|
-
*/
|
|
17
|
-
@Input() disableActiveCheckboxes = false;
|
|
18
|
-
@Output() columnsChange = new EventEmitter<{event: any, column: TableColumns}>();
|
|
19
|
-
|
|
20
|
-
constructor() {
|
|
21
|
-
}
|
|
22
|
-
|
|
23
|
-
ngOnInit() {
|
|
24
|
-
}
|
|
25
|
-
|
|
26
|
-
}
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
<div class="c-overlay is-dropdown_open">
|
|
2
|
-
<div (click)="isExpanded = !isExpanded;"
|
|
3
|
-
class="c-overlay__toggle">
|
|
4
|
-
<ng-content select="host"></ng-content>
|
|
5
|
-
</div>
|
|
6
|
-
<ng-container *ngIf="isExpanded">
|
|
7
|
-
<div (clickedOutside)="isClickedOutsideOverlay($event)" class="c-overlay__body"
|
|
8
|
-
inClickOutside>
|
|
9
|
-
<!--{{positionClass}}-->
|
|
10
|
-
<ng-content select="body"></ng-content>
|
|
11
|
-
</div>
|
|
12
|
-
</ng-container>
|
|
13
|
-
</div>
|
|
@@ -1,32 +0,0 @@
|
|
|
1
|
-
@use "@inspark/components-web/src/inspark" as *;
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
.c-overlay {
|
|
5
|
-
position: relative;
|
|
6
|
-
display: inline-block;
|
|
7
|
-
}
|
|
8
|
-
|
|
9
|
-
.c-overlay__toggle {
|
|
10
|
-
display: inline-block;
|
|
11
|
-
}
|
|
12
|
-
|
|
13
|
-
.c-overlay__body {
|
|
14
|
-
text-align: left;
|
|
15
|
-
position: absolute;
|
|
16
|
-
top: 100%;
|
|
17
|
-
padding: $unit-tiny $unit-small;
|
|
18
|
-
z-index: $zindex-dropdown;
|
|
19
|
-
box-shadow: $box-shadow-default;
|
|
20
|
-
max-height: 500px;
|
|
21
|
-
overflow: auto;
|
|
22
|
-
}
|
|
23
|
-
|
|
24
|
-
._c-overlay {
|
|
25
|
-
}
|
|
26
|
-
|
|
27
|
-
:host-context(.theme-dark) {
|
|
28
|
-
.c-overlay__body {
|
|
29
|
-
background-color: $color-gray-35;
|
|
30
|
-
background-color: var(--ids-theme-color-gray-35, $color-gray-35);
|
|
31
|
-
}
|
|
32
|
-
}
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
import {ChangeDetectionStrategy, Component, ElementRef, Input} from '@angular/core';
|
|
2
|
-
|
|
3
|
-
@Component({
|
|
4
|
-
standalone: false,
|
|
5
|
-
selector: 'in-table-menu-overlay',
|
|
6
|
-
templateUrl: './table-menu-overlay.component.html',
|
|
7
|
-
styleUrls: ['./table-menu-overlay.component.scss', './table-menu-overlay-contrast.component.scss', './table-menu-overlay-light.component.scss', './table-menu-overlay-green.component.scss', './table-menu-overlay-blue.component.scss'],
|
|
8
|
-
changeDetection: ChangeDetectionStrategy.OnPush
|
|
9
|
-
})
|
|
10
|
-
export class TableMenuOverlayComponent {
|
|
11
|
-
@Input() isExpanded = false;
|
|
12
|
-
@Input() positionClass: string;
|
|
13
|
-
|
|
14
|
-
constructor(private element: ElementRef) {
|
|
15
|
-
}
|
|
16
|
-
|
|
17
|
-
public isClickedOutsideOverlay(event) {
|
|
18
|
-
if (!this.element.nativeElement.contains(event.target)) {
|
|
19
|
-
this.isExpanded = false;
|
|
20
|
-
}
|
|
21
|
-
}
|
|
22
|
-
}
|
|
@@ -1,301 +0,0 @@
|
|
|
1
|
-
<span *ngIf="label" class="c-label">
|
|
2
|
-
{{label}}
|
|
3
|
-
<span *ngIf="required" class="c-label__req">*</span>
|
|
4
|
-
<span *ngIf="error" class="c-label__sub_is-error">{{error}}</span>
|
|
5
|
-
</span>
|
|
6
|
-
<p-table #dt
|
|
7
|
-
(onFilter) = onFilter($event)
|
|
8
|
-
(onSort)="onSort()"
|
|
9
|
-
(onStateRestore)="restoreSearchText()"
|
|
10
|
-
(onStateSave)="stateSave($event)"
|
|
11
|
-
(sortFunction)="sortFunction? sortFunction.emit($event): null"
|
|
12
|
-
[(selection)]="selectionValue"
|
|
13
|
-
[class]="class"
|
|
14
|
-
[columns]="filteredColumns"
|
|
15
|
-
[customSort]="customSort"
|
|
16
|
-
[dataKey]="dataKey || 'id'"
|
|
17
|
-
[globalFilterFields]="globalFilteredColumns"
|
|
18
|
-
[resizableColumns]="resizableColumns"
|
|
19
|
-
[scrollHeight]="scrollHeight"
|
|
20
|
-
[scrollable]="scrollable"
|
|
21
|
-
[selectionMode]="selectionMode"
|
|
22
|
-
[sortField]="sortField || 'id'"
|
|
23
|
-
[sortOrder]="isAscending ? 1 : -1"
|
|
24
|
-
[stateKey]="stateKey"
|
|
25
|
-
[stateStorage]="'local'"
|
|
26
|
-
[style]="style"
|
|
27
|
-
[value]="values"
|
|
28
|
-
[columnResizeMode]="columnResizeMode"
|
|
29
|
-
>
|
|
30
|
-
<ng-template *ngIf="colGroupTemplate" let-columns pTemplate="colgroup">
|
|
31
|
-
<ng-container
|
|
32
|
-
*ngTemplateOutlet="colGroupTemplate; context: {$implicit: { columns: columns}}"></ng-container>
|
|
33
|
-
</ng-template>
|
|
34
|
-
|
|
35
|
-
<ng-template *ngIf="!colGroupTemplate" let-columns pTemplate="colgroup">
|
|
36
|
-
<colgroup *ngIf="!isMobileView">
|
|
37
|
-
<col *ngIf="checkboxSelection" style="width: 44px;">
|
|
38
|
-
<col *ngFor="let col of filteredColumns; let idx = index">
|
|
39
|
-
</colgroup>
|
|
40
|
-
</ng-template>
|
|
41
|
-
|
|
42
|
-
<ng-template let-columns pTemplate="header">
|
|
43
|
-
<ng-container *ngIf="showHeader">
|
|
44
|
-
<ng-container *ngIf="headerTemplate; else defaultHeaderTemplate">
|
|
45
|
-
<ng-container
|
|
46
|
-
*ngTemplateOutlet="headerTemplate; context: {$implicit: columns, columns: columns}"></ng-container>
|
|
47
|
-
</ng-container>
|
|
48
|
-
<ng-template #defaultHeaderTemplate>
|
|
49
|
-
<tr>
|
|
50
|
-
<th *ngIf="checkboxSelection" class="u-position-relative u-text_center" pResizableColumn style="width: 44px;">
|
|
51
|
-
<!-- Native header checkbox bypasses dt.processedData (O(N log N) sort) used
|
|
52
|
-
by p-tableHeaderCheckbox.toggleRowsWithCheckbox() on select all. -->
|
|
53
|
-
<input type="checkbox"
|
|
54
|
-
class="in-table-checkbox"
|
|
55
|
-
[checked]="_isAllSelected()"
|
|
56
|
-
(change)="_onHeaderCheckboxChange($event)"
|
|
57
|
-
(click)="$event.stopPropagation()"
|
|
58
|
-
>
|
|
59
|
-
</th>
|
|
60
|
-
<th *ngFor="let col of filteredColumns" [pSortableColumn]="col.field" class="u-position-relative"
|
|
61
|
-
pResizableColumn>
|
|
62
|
-
<div class="p-table-thead-title"
|
|
63
|
-
title="{{col.label | translate}}">
|
|
64
|
-
{{col.label | translate}}
|
|
65
|
-
</div>
|
|
66
|
-
<p-sortIcon *ngIf="isSortIcon" [field]="col.field"
|
|
67
|
-
class="u-position-absolute u-position-absolute-right c-sorticon"
|
|
68
|
-
style="display: flex; width: 18px; top: 0; height: 100%;"></p-sortIcon>
|
|
69
|
-
</th>
|
|
70
|
-
</tr>
|
|
71
|
-
<tr *ngIf="toolbar && toolbar.filter && toolbar.filter.active">
|
|
72
|
-
<th *ngIf="checkboxSelection" class="u-position-relative u-text_center" pResizableColumn
|
|
73
|
-
style="width: 44px;"></th>
|
|
74
|
-
<th *ngFor="let col of columns" [ngSwitch]="col.field">
|
|
75
|
-
<input
|
|
76
|
-
(input)="dt.filter($any($event.target).value, col.field, 'contains')"
|
|
77
|
-
*ngSwitchCase="colFilter(col.field)?.type === 'text' ? col.field : ''"
|
|
78
|
-
autofocus=""
|
|
79
|
-
class="c-input c-input_small ng-pristine ng-valid ng-scope ng-empty ng-touched"
|
|
80
|
-
pInputText
|
|
81
|
-
type="text">
|
|
82
|
-
|
|
83
|
-
<p-dropdown (onChange)="dt.filter($event.value, col.field, 'equals')"
|
|
84
|
-
*ngSwitchCase="colFilter(col.field)?.type === 'dropdown' ? col.field : ''"
|
|
85
|
-
[options]="colFilter(col.field)?.options"
|
|
86
|
-
[style]="{ width: '100%', overflow: 'visible' }"
|
|
87
|
-
appendTo="body"></p-dropdown>
|
|
88
|
-
|
|
89
|
-
<p-multiSelect (onChange)="dt.filter($event.value, col.field, 'in')"
|
|
90
|
-
*ngSwitchCase="colFilter(col.field)?.type === 'multiselect' ? col.field : ''"
|
|
91
|
-
[options]="colFilter(col.field)?.options"
|
|
92
|
-
[style]="{ width: '100%', overflow: 'visible' }" appendTo="body"
|
|
93
|
-
defaultLabel="{{'All' | translate}}"></p-multiSelect>
|
|
94
|
-
<input
|
|
95
|
-
(input)="dt.filter($any($event.target).value, col.field + '2filter', 'contains')"
|
|
96
|
-
*ngSwitchCase="colFilter(col.field)?.type === 'datetext' ? col.field : ''"
|
|
97
|
-
autofocus=""
|
|
98
|
-
class="c-input c-input_small ng-pristine ng-valid ng-scope ng-empty ng-touched"
|
|
99
|
-
pInputText
|
|
100
|
-
type="text">
|
|
101
|
-
</th>
|
|
102
|
-
</tr>
|
|
103
|
-
</ng-template>
|
|
104
|
-
</ng-container>
|
|
105
|
-
</ng-template>
|
|
106
|
-
|
|
107
|
-
<ng-template *ngIf="bodyTemplate" let-columns="columns" let-rowData let-rowIndex="rowIndex" pTemplate="body">
|
|
108
|
-
<ng-container
|
|
109
|
-
*ngTemplateOutlet="bodyTemplate; context: {$implicit: { rowIndex: rowIndex, rowData: rowData, columns: columns}}"></ng-container>
|
|
110
|
-
</ng-template>
|
|
111
|
-
|
|
112
|
-
<ng-template *ngIf="!bodyTemplate" let-columns="columns" let-index="rowIndex" let-rowData pTemplate="body">
|
|
113
|
-
<tr
|
|
114
|
-
(click)="toggleGroup(index, rowData.groupKey[groupMode])"
|
|
115
|
-
*ngIf="isGrouped && isShowGroup(rowData.groupKey[groupMode], index)"
|
|
116
|
-
class="row_hover_highlight">
|
|
117
|
-
<td [colSpan]="countVisibleColumns() + 1">
|
|
118
|
-
<span>
|
|
119
|
-
<i
|
|
120
|
-
[ngClass]="groupInfo[rowData.groupKey[groupMode]].isExpanded ? 'in fa-fw in-chevron-down' : 'in fa-fw in-chevron-right'"></i>
|
|
121
|
-
<span>{{rowData.groupKey[groupMode] | translate }} ({{countGroup(rowData.groupKey[groupMode], groupMode)}}
|
|
122
|
-
)</span>
|
|
123
|
-
</span>
|
|
124
|
-
</td>
|
|
125
|
-
</tr>
|
|
126
|
-
<tr *ngIf="!isGrouped || groupInfo[(rowData.groupKey[groupMode])].isExpanded"
|
|
127
|
-
[ngClass]="{row_active: isRowActive(rowData)}"
|
|
128
|
-
[pSelectableRow]="rowData"
|
|
129
|
-
class="row">
|
|
130
|
-
<td *ngIf="checkboxSelection" [ngClass]="{
|
|
131
|
-
'row_status_success': rowData.sdirparamstatecolor === 'success',
|
|
132
|
-
'row_status_error': rowData.sdirparamstatecolor === 'error',
|
|
133
|
-
'row_status_warning': rowData.sdirparamstatecolor === 'warning',
|
|
134
|
-
'row_status_critical': rowData.sdirparamstatecolor === 'critical',
|
|
135
|
-
'row_status_falsevalue': rowData.sdirparamstatecolor === 'falsevalue',
|
|
136
|
-
'row_status_pending': rowData.sdirparamstatecolor === 'pending'
|
|
137
|
-
}" class="u-text_center"
|
|
138
|
-
style="width: 44px"
|
|
139
|
-
>
|
|
140
|
-
<!-- Native checkbox — no Angular component overhead (no NgModel/CVA/signals).
|
|
141
|
-
Uses Set for O(1) state lookup instead of p-tableCheckbox's O(M) isSelected(). -->
|
|
142
|
-
<input type="checkbox"
|
|
143
|
-
class="in-table-checkbox"
|
|
144
|
-
[checked]="_isRowSelected(rowData)"
|
|
145
|
-
[style.pointer-events]="(selectionMode === 'single' || (selectionMode === 'multiple' && checkboxSelection)) ? 'none' : 'auto'"
|
|
146
|
-
(change)="_onCheckboxChange($event, rowData)"
|
|
147
|
-
(click)="$event.stopPropagation()"
|
|
148
|
-
>
|
|
149
|
-
</td>
|
|
150
|
-
<td (click)="activeChange.emit(rowData)"
|
|
151
|
-
*ngFor="let col of filteredColumns"
|
|
152
|
-
class="u-overflow-visible">
|
|
153
|
-
<div (mouseover)="showTooltip($event)" *ngIf="!valueTemplate" class="p-table-tbody-content" title>
|
|
154
|
-
{{col.translatable ? (rowData | propertyValue: col.field | translate) : (rowData | propertyValue: col.field)}}
|
|
155
|
-
</div>
|
|
156
|
-
<ng-container
|
|
157
|
-
*ngTemplateOutlet="valueTemplate; context: {$implicit: { data: rowData, col: col}}"></ng-container>
|
|
158
|
-
</td>
|
|
159
|
-
</tr>
|
|
160
|
-
</ng-template>
|
|
161
|
-
|
|
162
|
-
<ng-template *ngIf="toolbar" pTemplate="caption">
|
|
163
|
-
|
|
164
|
-
<div class="o-grid o-grid_no-gutter">
|
|
165
|
-
<div class="c-tree-table__toolbar-content u-display-inline-flex">
|
|
166
|
-
<div *ngIf="isTextSearch" class="c-form c-form_inline u-display-inline-block">
|
|
167
|
-
<form class="c-label">
|
|
168
|
-
<div class="input-wrapper u-margin-right-tiny">
|
|
169
|
-
<input #searchTextInput
|
|
170
|
-
(input)="localSearch(dt, searchText)"
|
|
171
|
-
[(ngModel)]="searchText"
|
|
172
|
-
[ngModelOptions]="{standalone: true}"
|
|
173
|
-
autofocus=""
|
|
174
|
-
class="search-box c-input c-input_small ng-pristine ng-valid ng-scope ng-empty ng-touched"
|
|
175
|
-
pInputText
|
|
176
|
-
placeholder="{{('SHARED.SEARCH' | translate) + ':'}}"
|
|
177
|
-
required
|
|
178
|
-
style="padding-right: 28px"
|
|
179
|
-
tabindex="1"
|
|
180
|
-
type="search"
|
|
181
|
-
>
|
|
182
|
-
<button (click)="clear()" class="button-reset" type="reset"
|
|
183
|
-
[attr.title]="'Reset' | translate">
|
|
184
|
-
<i class="in in-close"></i>
|
|
185
|
-
</button>
|
|
186
|
-
</div>
|
|
187
|
-
</form>
|
|
188
|
-
</div>
|
|
189
|
-
<div class="c-btn c-btn_border-free c-btn_small">
|
|
190
|
-
<in-table-columns-multiselect (columnsChange)="columnsChange($event)"
|
|
191
|
-
[columns]="primaryColumns"
|
|
192
|
-
[disableActiveCheckboxes]="countVisibleColumns() === 1"></in-table-columns-multiselect>
|
|
193
|
-
</div>
|
|
194
|
-
|
|
195
|
-
<button (click)="onFilterToolbar($event)" *ngIf="toolbar.filter"
|
|
196
|
-
class="c-btn c-btn_border-free c-btn_small"
|
|
197
|
-
>
|
|
198
|
-
<i class="in in-filter" title="{{'Service filter' | translate}}"></i>
|
|
199
|
-
</button>
|
|
200
|
-
|
|
201
|
-
<button (click)="treeAction.emit($event)" *ngIf="toolbar.tree" [disabled]="toolbar.tree.disabled"
|
|
202
|
-
class="c-btn c-btn_border-free c-btn_small"
|
|
203
|
-
>
|
|
204
|
-
<i class="in in-list" title="{{'Filter by rubric' | translate}}"></i>
|
|
205
|
-
</button>
|
|
206
|
-
|
|
207
|
-
<button (click)="addAction.emit($event)" *ngIf="toolbar.add" [disabled]="toolbar.add.disabled"
|
|
208
|
-
class="c-btn c-btn_border-free c-btn_small"
|
|
209
|
-
>
|
|
210
|
-
<i class="in in-plus" title="{{'Add' | translate}}"></i>
|
|
211
|
-
</button>
|
|
212
|
-
|
|
213
|
-
<button (click)="linkAction.emit($event)" *ngIf="toolbar.link" [disabled]="toolbar.link.disabled"
|
|
214
|
-
class="c-btn c-btn_border-free c-btn_small"
|
|
215
|
-
>
|
|
216
|
-
<i class="in in-link" title="{{'Link' | translate}}"></i>
|
|
217
|
-
</button>
|
|
218
|
-
<button (click)="csvAction.emit($event)" *ngIf="toolbar.csv" [disabled]="toolbar.csv.disabled"
|
|
219
|
-
class="c-btn c-btn_border-free c-btn_small"
|
|
220
|
-
>
|
|
221
|
-
<!--Todo: заменить на in-file-csv-->
|
|
222
|
-
<i class="in in-file-excel-outline" title="{{'LOGS.SAVE_TO_CSV' | translate}}"></i>
|
|
223
|
-
</button>
|
|
224
|
-
<button (click)="saveAction.emit($event)" *ngIf="toolbar.save"
|
|
225
|
-
[disabled]="toolbar.save.disabled"
|
|
226
|
-
class="c-btn c-btn_primary c-btn_small"
|
|
227
|
-
title="{{'Save' | translate}}"
|
|
228
|
-
>
|
|
229
|
-
{{'Save' | translate}}
|
|
230
|
-
</button>
|
|
231
|
-
<button (click)="groupEditAction.emit($event)" *ngIf="toolbar.groupEdit && toolbar.groupEdit.active"
|
|
232
|
-
[disabled]="toolbar.groupEdit.disabled"
|
|
233
|
-
class="c-btn c-btn_border-free c-btn_small">
|
|
234
|
-
<i class="in in-pencil" title="{{'groupEdit' | translate}}"></i>
|
|
235
|
-
</button>
|
|
236
|
-
<ng-content select="[buttons]"></ng-content>
|
|
237
|
-
<button (click)="paramsEditAction.emit($event)" *ngIf="toolbar.paramsEdit && toolbar.paramsEdit.active"
|
|
238
|
-
[disabled]="toolbar.paramsEdit.disabled"
|
|
239
|
-
class="c-btn c-btn_border-free c-btn_small">
|
|
240
|
-
<i class="in in-pencil" title="{{'paramsEdit' | translate}}"></i>
|
|
241
|
-
</button>
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
<button (click)="removeAction.emit($event)" *ngIf="toolbar.remove && toolbar.remove.active"
|
|
245
|
-
[disabled]="toolbar.remove.disabled"
|
|
246
|
-
class="c-btn c-btn_border-free c-btn_small">
|
|
247
|
-
<i class="in in-trash" title="{{'Delete' | translate}}"></i>
|
|
248
|
-
</button>
|
|
249
|
-
<button (click)="unlinkAction.emit($event)" *ngIf="toolbar.unlink" [disabled]="toolbar.unlink.disabled"
|
|
250
|
-
class="c-btn c-btn_border-free c-btn_small">
|
|
251
|
-
<i class="in in-link-off" title="{{'Detach tag from selected items' | translate}}"></i>
|
|
252
|
-
</button>
|
|
253
|
-
<button (click)="toggleNodes(true)"
|
|
254
|
-
*ngIf="toolbar.expandAll"
|
|
255
|
-
class="c-btn c-btn_small c-btn_svg-24 c-icon c-icon_svg c-icon_svg-24 c-btn_border-free"
|
|
256
|
-
title="{{'Expand all' | translate}}">
|
|
257
|
-
<svg fill="currentColor" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
|
|
258
|
-
<path d="M20 2H4v2h16V2zM4 20v2h16v-2H4zM12 5l5 6H7l5-6zM17 13l-5 6-5-6h10z"/>
|
|
259
|
-
</svg>
|
|
260
|
-
</button>
|
|
261
|
-
<button (click)="toggleNodes(false)"
|
|
262
|
-
*ngIf="toolbar.expandAll"
|
|
263
|
-
class="c-btn c-btn_small c-btn_svg-24 c-icon c-icon_svg c-icon_svg-24 c-btn_border-free"
|
|
264
|
-
title="{{'Collapse all' | translate}}">
|
|
265
|
-
<svg fill="currentColor" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
|
|
266
|
-
<path clip-rule="evenodd" d="M17 3l-5 6-5-6h10zM4 13v-2h16v2H4zm8 2l5 6H7l5-6z" fill-rule="evenodd"/>
|
|
267
|
-
</svg>
|
|
268
|
-
</button>
|
|
269
|
-
|
|
270
|
-
<div *ngIf="toolbar.groupSort"
|
|
271
|
-
class="c-btn-group"
|
|
272
|
-
container="body"
|
|
273
|
-
ngbDropdown>
|
|
274
|
-
|
|
275
|
-
<button class="c-btn c-btn_border-free c-btn_small"
|
|
276
|
-
id="dropdownGroupType"
|
|
277
|
-
ngbDropdownToggle
|
|
278
|
-
title="{{'Change the way parameters are grouped' | translate}}">
|
|
279
|
-
<i aria-hidden="true" class="in in-object-group"></i>
|
|
280
|
-
<i aria-hidden="true" class="c-caret"></i>
|
|
281
|
-
</button>
|
|
282
|
-
|
|
283
|
-
<ul aria-labelledby="dropdownGroupType"
|
|
284
|
-
class="c-dropdown-menu c-dropdown-menu_right ng-star-inserted"
|
|
285
|
-
ngbDropdownMenu
|
|
286
|
-
role="menu">
|
|
287
|
-
<li *ngFor="let item of toolbar.groupSort.label"
|
|
288
|
-
[ngClass]="{'is-dropdown-menu__listitem_active': item.value === groupMode}"
|
|
289
|
-
class="c-dropdown-menu__listitem is-dropdown-menu__listitem_active"
|
|
290
|
-
ngbDropdownItem
|
|
291
|
-
role="menuitem">
|
|
292
|
-
<a (click)="toggleMode(item.value)" class="c-dropdown-menu__content">
|
|
293
|
-
{{item.label}}
|
|
294
|
-
</a>
|
|
295
|
-
</li>
|
|
296
|
-
</ul>
|
|
297
|
-
</div>
|
|
298
|
-
</div>
|
|
299
|
-
</div>
|
|
300
|
-
</ng-template>
|
|
301
|
-
</p-table>
|
|
@@ -1,148 +0,0 @@
|
|
|
1
|
-
@use "@inspark/components-web/src/variables" as *;
|
|
2
|
-
|
|
3
|
-
/* Временное решение до устранения SEM-1532 после перехода на нормальные тултипы убурать заглушку*/
|
|
4
|
-
.u-overflow-visible {
|
|
5
|
-
overflow: visible !important;
|
|
6
|
-
}
|
|
7
|
-
|
|
8
|
-
.row_status_success {
|
|
9
|
-
padding-left: 9px !important;
|
|
10
|
-
border-left: 4px solid var(--ids-theme-status-success, #31AC51) !important;
|
|
11
|
-
}
|
|
12
|
-
|
|
13
|
-
.row_status_error {
|
|
14
|
-
padding-left: 9px !important;
|
|
15
|
-
border-left: 4px solid var(--ids-theme-status-error, #F95C5D) !important;
|
|
16
|
-
}
|
|
17
|
-
|
|
18
|
-
.row_status_warning {
|
|
19
|
-
padding-left: 9px !important;
|
|
20
|
-
border-left: 4px solid var(--ids-theme-status-warning, #EE9946) !important;
|
|
21
|
-
}
|
|
22
|
-
|
|
23
|
-
.row_status_critical {
|
|
24
|
-
padding-left: 9px !important;
|
|
25
|
-
border-left: 4px solid var(--ids-theme-status-critical, #F95C5D) !important;
|
|
26
|
-
}
|
|
27
|
-
|
|
28
|
-
.row_status_falsevalue {
|
|
29
|
-
padding-left: 9px !important;
|
|
30
|
-
border-left: 4px solid var(--ids-theme-status-falsevalue, #85B3CB) !important;
|
|
31
|
-
}
|
|
32
|
-
|
|
33
|
-
.row_status_disabled {
|
|
34
|
-
padding-left: 9px !important;
|
|
35
|
-
border-left: 4px solid var(--ids-theme-status-disabled) !important;
|
|
36
|
-
}
|
|
37
|
-
|
|
38
|
-
.row_status_none {
|
|
39
|
-
padding-left: 9px !important;
|
|
40
|
-
border-left: 4px solid transparent !important;
|
|
41
|
-
}
|
|
42
|
-
|
|
43
|
-
.row_status_pending {
|
|
44
|
-
padding-left: 9px !important;
|
|
45
|
-
border-left: 4px solid var(--ids-theme-status-pending, $color-blue) !important;
|
|
46
|
-
}
|
|
47
|
-
|
|
48
|
-
.button-reset {
|
|
49
|
-
display: flex;
|
|
50
|
-
align-items: center;
|
|
51
|
-
position: absolute;
|
|
52
|
-
right: 6px;
|
|
53
|
-
top: 5px;
|
|
54
|
-
padding: 6px 6px;
|
|
55
|
-
font-size: 15px;
|
|
56
|
-
border: none;
|
|
57
|
-
outline: 0;
|
|
58
|
-
cursor: pointer;
|
|
59
|
-
color: var(--colorTextMuted);
|
|
60
|
-
background-color: transparent;
|
|
61
|
-
}
|
|
62
|
-
|
|
63
|
-
.button-reset:hover {
|
|
64
|
-
color: var(--ids-theme-btn-default-color, $btn-default-color);
|
|
65
|
-
}
|
|
66
|
-
|
|
67
|
-
.input-wrapper{
|
|
68
|
-
position: relative;
|
|
69
|
-
display: flex;
|
|
70
|
-
align-items: baseline;
|
|
71
|
-
}
|
|
72
|
-
|
|
73
|
-
.search-box:focus {
|
|
74
|
-
}
|
|
75
|
-
|
|
76
|
-
.c-input:not(:valid) ~ .button-reset {
|
|
77
|
-
display: none;
|
|
78
|
-
}
|
|
79
|
-
|
|
80
|
-
/* Light / contrast themes: darker border so checkbox is visible on white background */
|
|
81
|
-
:host-context(.theme-light),
|
|
82
|
-
:host-context(.theme-contrast) {
|
|
83
|
-
.in-table-checkbox {
|
|
84
|
-
border-color: rgba(0, 0, 0, 0.45);
|
|
85
|
-
|
|
86
|
-
&:hover:not(:checked):not(:indeterminate) {
|
|
87
|
-
border-color: rgba(0, 0, 0, 0.7);
|
|
88
|
-
}
|
|
89
|
-
}
|
|
90
|
-
}
|
|
91
|
-
|
|
92
|
-
/* Native checkbox replacing p-tableCheckbox — styled to match PrimeNG checkbox tokens */
|
|
93
|
-
.in-table-checkbox {
|
|
94
|
-
appearance: none;
|
|
95
|
-
-webkit-appearance: none;
|
|
96
|
-
width: var(--p-checkbox-width, 20px);
|
|
97
|
-
height: var(--p-checkbox-height, 20px);
|
|
98
|
-
border: 1px solid var(--p-checkbox-border-color, #B3B3B3);
|
|
99
|
-
border-radius: var(--p-checkbox-border-radius, 2px);
|
|
100
|
-
background: var(--p-checkbox-background, transparent);
|
|
101
|
-
cursor: pointer;
|
|
102
|
-
display: inline-flex;
|
|
103
|
-
align-items: center;
|
|
104
|
-
justify-content: center;
|
|
105
|
-
vertical-align: middle;
|
|
106
|
-
flex-shrink: 0;
|
|
107
|
-
transition: border-color var(--p-checkbox-transition-duration, 0.15s),
|
|
108
|
-
background var(--p-checkbox-transition-duration, 0.15s);
|
|
109
|
-
|
|
110
|
-
&:checked {
|
|
111
|
-
background: var(--p-checkbox-checked-background, #387382);
|
|
112
|
-
border-color: var(--p-checkbox-checked-border-color, #387382);
|
|
113
|
-
|
|
114
|
-
&::after {
|
|
115
|
-
content: '';
|
|
116
|
-
display: block;
|
|
117
|
-
width: var(--p-checkbox-icon-size, 14px);
|
|
118
|
-
height: var(--p-checkbox-icon-size, 14px);
|
|
119
|
-
background-color: var(--p-checkbox-icon-checked-color, #ffffff);
|
|
120
|
-
mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 14'%3E%3Cpath fill='currentColor' d='M5.25 10.15l-2.8-2.8-.7.7 3.5 3.5 7.5-7.5-.7-.7z'/%3E%3C/svg%3E");
|
|
121
|
-
-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 14'%3E%3Cpath fill='currentColor' d='M5.25 10.15l-2.8-2.8-.7.7 3.5 3.5 7.5-7.5-.7-.7z'/%3E%3C/svg%3E");
|
|
122
|
-
mask-size: contain;
|
|
123
|
-
-webkit-mask-size: contain;
|
|
124
|
-
mask-repeat: no-repeat;
|
|
125
|
-
-webkit-mask-repeat: no-repeat;
|
|
126
|
-
mask-position: center;
|
|
127
|
-
-webkit-mask-position: center;
|
|
128
|
-
}
|
|
129
|
-
}
|
|
130
|
-
|
|
131
|
-
&:indeterminate {
|
|
132
|
-
background: var(--p-checkbox-checked-background, #387382);
|
|
133
|
-
border-color: var(--p-checkbox-checked-border-color, #387382);
|
|
134
|
-
|
|
135
|
-
&::after {
|
|
136
|
-
content: '';
|
|
137
|
-
display: block;
|
|
138
|
-
width: calc(var(--p-checkbox-icon-size, 14px) - 2px);
|
|
139
|
-
height: 2px;
|
|
140
|
-
background-color: var(--p-checkbox-icon-checked-color, #ffffff);
|
|
141
|
-
margin: auto;
|
|
142
|
-
}
|
|
143
|
-
}
|
|
144
|
-
|
|
145
|
-
&:hover:not(:checked):not(:indeterminate) {
|
|
146
|
-
border-color: var(--p-checkbox-hover-border-color, #999999);
|
|
147
|
-
}
|
|
148
|
-
}
|