@nuraly/lumenui 0.1.0 → 0.2.1
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/dist/nuralyui.bundle.js +23024 -17355
- package/dist/nuralyui.bundle.js.gz +0 -0
- package/dist/src/components/alert/alert.component.d.ts +8 -5
- package/dist/src/components/alert/alert.component.js +24 -20
- package/dist/src/components/alert/alert.style.d.ts +0 -7
- package/dist/src/components/alert/alert.style.js +48 -90
- package/dist/src/components/alert/bundle.js +82 -108
- package/dist/src/components/alert/bundle.js.gz +0 -0
- package/dist/src/components/badge/badge.component.d.ts +9 -8
- package/dist/src/components/badge/badge.component.js +17 -14
- package/dist/src/components/badge/badge.style.d.ts +0 -7
- package/dist/src/components/badge/badge.style.js +49 -107
- package/dist/src/components/badge/bundle.js +81 -119
- package/dist/src/components/badge/bundle.js.gz +0 -0
- package/dist/src/components/breadcrumb/breadcrumb.component.d.ts +8 -10
- package/dist/src/components/breadcrumb/breadcrumb.component.js +16 -15
- package/dist/src/components/breadcrumb/breadcrumb.style.d.ts +0 -7
- package/dist/src/components/breadcrumb/breadcrumb.style.js +42 -60
- package/dist/src/components/breadcrumb/bundle.js +96 -93
- package/dist/src/components/breadcrumb/bundle.js.gz +0 -0
- package/dist/src/components/button/bundle.js +221 -470
- package/dist/src/components/button/bundle.js.gz +0 -0
- package/dist/src/components/button/button.component.d.ts +2 -1
- package/dist/src/components/button/button.component.js +6 -6
- package/dist/src/components/button/button.style.d.ts +0 -7
- package/dist/src/components/button/button.style.js +167 -433
- package/dist/src/components/canvas/base-canvas.component.d.ts +2 -1
- package/dist/src/components/canvas/base-canvas.component.js +1 -0
- package/dist/src/components/canvas/bundle.js +16919 -9595
- package/dist/src/components/canvas/bundle.js.gz +0 -0
- package/dist/src/components/canvas/canvas.constants.d.ts +1 -1
- package/dist/src/components/canvas/canvas.constants.js +1 -1
- package/dist/src/components/canvas/chatbot-panel.style.js +31 -31
- package/dist/src/components/canvas/index.d.ts +2 -0
- package/dist/src/components/canvas/index.js +3 -0
- package/dist/src/components/canvas/whiteboard-canvas.component.d.ts +3 -1
- package/dist/src/components/canvas/whiteboard-canvas.component.js +19 -1
- package/dist/src/components/canvas/whiteboard-canvas.style.js +159 -138
- package/dist/src/components/canvas/whiteboard-node.component.d.ts +2 -1
- package/dist/src/components/canvas/whiteboard-node.component.js +2 -1
- package/dist/src/components/canvas/whiteboard-node.style.js +44 -44
- package/dist/src/components/canvas/workflow-canvas-only.d.ts +4 -0
- package/dist/src/components/canvas/workflow-canvas-only.js +5 -0
- package/dist/src/components/canvas/workflow-canvas.component.d.ts +3 -1
- package/dist/src/components/canvas/workflow-canvas.component.js +24 -2
- package/dist/src/components/canvas/workflow-canvas.style.js +776 -648
- package/dist/src/components/canvas/workflow-canvas.types.d.ts +113 -4
- package/dist/src/components/canvas/workflow-canvas.types.js +646 -3
- package/dist/src/components/canvas/workflow-node.component.d.ts +3 -2
- package/dist/src/components/canvas/workflow-node.component.js +5 -5
- package/dist/src/components/canvas/workflow-node.style.js +183 -181
- package/dist/src/components/card/bundle.js +43 -35
- package/dist/src/components/card/bundle.js.gz +0 -0
- package/dist/src/components/card/card.component.d.ts +6 -1
- package/dist/src/components/card/card.component.js +8 -2
- package/dist/src/components/card/card.style.js +26 -30
- package/dist/src/components/carousel/bundle.js +8 -8
- package/dist/src/components/carousel/bundle.js.gz +0 -0
- package/dist/src/components/carousel/carousel.component.d.ts +12 -0
- package/dist/src/components/carousel/carousel.component.js +16 -4
- package/dist/src/components/chatbot/bundle.js +422 -406
- package/dist/src/components/chatbot/bundle.js.gz +0 -0
- package/dist/src/components/chatbot/chatbot.component.d.ts +2 -1
- package/dist/src/components/chatbot/chatbot.component.js +1 -0
- package/dist/src/components/chatbot/chatbot.style.js +277 -277
- package/dist/src/components/checkbox/bundle.js +86 -245
- package/dist/src/components/checkbox/bundle.js.gz +0 -0
- package/dist/src/components/checkbox/checkbox.component.d.ts +5 -2
- package/dist/src/components/checkbox/checkbox.component.js +11 -13
- package/dist/src/components/checkbox/checkbox.style.js +56 -231
- package/dist/src/components/code-editor/bundle.js +151 -25
- package/dist/src/components/code-editor/bundle.js.gz +0 -0
- package/dist/src/components/code-editor/code-editor.component.d.ts +18 -56
- package/dist/src/components/code-editor/code-editor.component.js +141 -394
- package/dist/src/components/code-editor/code-editor.style.js +139 -15
- package/dist/src/components/collapse/bundle.js +97 -84
- package/dist/src/components/collapse/bundle.js.gz +0 -0
- package/dist/src/components/collapse/collapse.component.d.ts +7 -1
- package/dist/src/components/collapse/collapse.component.js +11 -2
- package/dist/src/components/collapse/collapse.style.js +60 -60
- package/dist/src/components/colorpicker/bundle.js +85 -48
- package/dist/src/components/colorpicker/bundle.js.gz +0 -0
- package/dist/src/components/colorpicker/color-holder.component.d.ts +2 -4
- package/dist/src/components/colorpicker/color-holder.component.js +5 -6
- package/dist/src/components/colorpicker/color-holder.style.js +11 -11
- package/dist/src/components/colorpicker/color-picker.component.d.ts +2 -1
- package/dist/src/components/colorpicker/color-picker.component.js +1 -0
- package/dist/src/components/colorpicker/color-picker.style.js +12 -12
- package/dist/src/components/colorpicker/default-color-sets.component.d.ts +2 -2
- package/dist/src/components/colorpicker/default-color-sets.component.js +4 -3
- package/dist/src/components/colorpicker/default-color-sets.style.js +5 -5
- package/dist/src/components/container/bundle.js +24 -14
- package/dist/src/components/container/bundle.js.gz +0 -0
- package/dist/src/components/container/container.component.d.ts +4 -1
- package/dist/src/components/container/container.component.js +7 -5
- package/dist/src/components/container/container.style.js +9 -9
- package/dist/src/components/datepicker/bundle.js +193 -177
- package/dist/src/components/datepicker/bundle.js.gz +0 -0
- package/dist/src/components/datepicker/datepicker.component.d.ts +2 -1
- package/dist/src/components/datepicker/datepicker.component.js +1 -0
- package/dist/src/components/datepicker/datepicker.style.js +65 -65
- package/dist/src/components/datepicker/datepicker.style.variables.js +91 -91
- package/dist/src/components/db-connection-select/bundle.js +7 -6
- package/dist/src/components/db-connection-select/bundle.js.gz +0 -0
- package/dist/src/components/db-connection-select/db-connection-select.component.d.ts +3 -0
- package/dist/src/components/db-connection-select/db-connection-select.component.js +4 -0
- package/dist/src/components/divider/bundle.js +61 -35
- package/dist/src/components/divider/bundle.js.gz +0 -0
- package/dist/src/components/divider/divider.component.d.ts +4 -6
- package/dist/src/components/divider/divider.component.js +10 -14
- package/dist/src/components/divider/divider.style.js +41 -31
- package/dist/src/components/document/bundle.js +50 -48
- package/dist/src/components/document/bundle.js.gz +0 -0
- package/dist/src/components/document/document.component.d.ts +12 -1
- package/dist/src/components/document/document.component.js +18 -6
- package/dist/src/components/document/document.style.js +21 -36
- package/dist/src/components/dropdown/bundle.js +117 -101
- package/dist/src/components/dropdown/bundle.js.gz +0 -0
- package/dist/src/components/dropdown/dropdown.component.d.ts +2 -1
- package/dist/src/components/dropdown/dropdown.component.js +1 -0
- package/dist/src/components/dropdown/dropdown.style.js +68 -68
- package/dist/src/components/file-upload/bundle.js +82 -76
- package/dist/src/components/file-upload/bundle.js.gz +0 -0
- package/dist/src/components/file-upload/file-upload.component.d.ts +2 -1
- package/dist/src/components/file-upload/file-upload.component.js +1 -0
- package/dist/src/components/file-upload/styles.js +59 -59
- package/dist/src/components/flex/bundle.js +18 -8
- package/dist/src/components/flex/bundle.js.gz +0 -0
- package/dist/src/components/flex/flex.component.d.ts +4 -1
- package/dist/src/components/flex/flex.component.js +7 -4
- package/dist/src/components/flex/flex.style.js +2 -2
- package/dist/src/components/form/bundle.js +22 -10
- package/dist/src/components/form/bundle.js.gz +0 -0
- package/dist/src/components/form/form.component.d.ts +4 -1
- package/dist/src/components/form/form.component.js +5 -1
- package/dist/src/components/form/form.style.js +2 -2
- package/dist/src/components/grid/bundle.js +26 -14
- package/dist/src/components/grid/bundle.js.gz +0 -0
- package/dist/src/components/grid/col.component.d.ts +4 -1
- package/dist/src/components/grid/col.component.js +4 -1
- package/dist/src/components/grid/col.style.js +2 -2
- package/dist/src/components/grid/row.component.d.ts +4 -1
- package/dist/src/components/grid/row.component.js +4 -1
- package/dist/src/components/grid/row.style.js +2 -2
- package/dist/src/components/icon/bundle.js +78 -252
- package/dist/src/components/icon/bundle.js.gz +0 -0
- package/dist/src/components/icon/icon-paths.d.ts +2 -0
- package/dist/src/components/icon/icon-paths.js +141 -0
- package/dist/src/components/icon/icon.component.d.ts +10 -12
- package/dist/src/components/icon/icon.component.js +42 -93
- package/dist/src/components/icon/icon.style.js +42 -130
- package/dist/src/components/icon/icon.variables.js +9 -9
- package/dist/src/components/iconpicker/bundle.js +859 -1511
- package/dist/src/components/iconpicker/bundle.js.gz +0 -0
- package/dist/src/components/iconpicker/icon-picker.component.d.ts +2 -1
- package/dist/src/components/iconpicker/icon-picker.component.js +1 -0
- package/dist/src/components/iconpicker/icon-picker.style.js +13 -13
- package/dist/src/components/image/bundle.js +43 -33
- package/dist/src/components/image/bundle.js.gz +0 -0
- package/dist/src/components/image/image.component.d.ts +10 -1
- package/dist/src/components/image/image.component.js +13 -3
- package/dist/src/components/image/image.style.js +19 -26
- package/dist/src/components/input/bundle.js +420 -644
- package/dist/src/components/input/bundle.js.gz +0 -0
- package/dist/src/components/input/input.component.d.ts +16 -3
- package/dist/src/components/input/input.component.js +43 -27
- package/dist/src/components/input/input.style.d.ts +1 -1
- package/dist/src/components/input/input.style.js +331 -634
- package/dist/src/components/kv-secret-select/bundle.js +2 -1
- package/dist/src/components/kv-secret-select/bundle.js.gz +0 -0
- package/dist/src/components/kv-secret-select/kv-secret-select.component.d.ts +3 -0
- package/dist/src/components/kv-secret-select/kv-secret-select.component.js +4 -0
- package/dist/src/components/label/bundle.js +37 -60
- package/dist/src/components/label/bundle.js.gz +0 -0
- package/dist/src/components/label/label.component.d.ts +8 -4
- package/dist/src/components/label/label.component.js +9 -14
- package/dist/src/components/label/label.style.js +17 -25
- package/dist/src/components/label/label.style.variables.js +18 -18
- package/dist/src/components/layout/bundle.js +86 -70
- package/dist/src/components/layout/bundle.js.gz +0 -0
- package/dist/src/components/layout/content.component.d.ts +2 -1
- package/dist/src/components/layout/content.component.js +2 -1
- package/dist/src/components/layout/content.style.js +3 -3
- package/dist/src/components/layout/footer.component.d.ts +2 -1
- package/dist/src/components/layout/footer.component.js +3 -2
- package/dist/src/components/layout/footer.style.js +7 -7
- package/dist/src/components/layout/header.component.d.ts +2 -1
- package/dist/src/components/layout/header.component.js +3 -2
- package/dist/src/components/layout/header.style.js +7 -7
- package/dist/src/components/layout/layout.component.d.ts +4 -7
- package/dist/src/components/layout/layout.component.js +9 -22
- package/dist/src/components/layout/layout.style.js +1 -1
- package/dist/src/components/layout/sider.component.d.ts +3 -1
- package/dist/src/components/layout/sider.component.js +3 -1
- package/dist/src/components/layout/sider.style.js +29 -29
- package/dist/src/components/menu/bundle.js +135 -125
- package/dist/src/components/menu/bundle.js.gz +0 -0
- package/dist/src/components/menu/menu.component.d.ts +2 -1
- package/dist/src/components/menu/menu.component.js +1 -0
- package/dist/src/components/menu/menu.style.js +87 -87
- package/dist/src/components/modal/bundle.js +105 -96
- package/dist/src/components/modal/bundle.js.gz +0 -0
- package/dist/src/components/modal/modal.component.d.ts +2 -1
- package/dist/src/components/modal/modal.component.js +1 -0
- package/dist/src/components/modal/modal.style.js +69 -71
- package/dist/src/components/panel/bundle.js +190 -391
- package/dist/src/components/panel/bundle.js.gz +0 -0
- package/dist/src/components/panel/panel.component.d.ts +2 -1
- package/dist/src/components/panel/panel.component.js +1 -0
- package/dist/src/components/panel/panel.style.js +65 -65
- package/dist/src/components/popconfirm/bundle.js +107 -93
- package/dist/src/components/popconfirm/bundle.js.gz +0 -0
- package/dist/src/components/popconfirm/popconfirm-manager.component.d.ts +2 -1
- package/dist/src/components/popconfirm/popconfirm-manager.component.js +1 -0
- package/dist/src/components/popconfirm/popconfirm-manager.style.js +16 -16
- package/dist/src/components/popconfirm/popconfirm.component.d.ts +2 -1
- package/dist/src/components/popconfirm/popconfirm.component.js +9 -5
- package/dist/src/components/popconfirm/popconfirm.style.js +43 -43
- package/dist/src/components/radio/bundle.js +56 -86
- package/dist/src/components/radio/bundle.js.gz +0 -0
- package/dist/src/components/radio/radio.component.d.ts +8 -2
- package/dist/src/components/radio/radio.component.js +17 -9
- package/dist/src/components/radio/radio.style.js +30 -77
- package/dist/src/components/radio-group/bundle.js +125 -89
- package/dist/src/components/radio-group/bundle.js.gz +0 -0
- package/dist/src/components/radio-group/radio-group.component.d.ts +5 -1
- package/dist/src/components/radio-group/radio-group.component.js +18 -10
- package/dist/src/components/radio-group/radio-group.style.js +44 -44
- package/dist/src/components/select/bundle.js +260 -367
- package/dist/src/components/select/bundle.js.gz +0 -0
- package/dist/src/components/select/select.component.d.ts +12 -17
- package/dist/src/components/select/select.component.js +35 -35
- package/dist/src/components/select/select.style.js +184 -324
- package/dist/src/components/skeleton/bundle.js +82 -162
- package/dist/src/components/skeleton/bundle.js.gz +0 -0
- package/dist/src/components/skeleton/skeleton.component.d.ts +10 -5
- package/dist/src/components/skeleton/skeleton.component.js +20 -7
- package/dist/src/components/skeleton/skeleton.style.js +34 -133
- package/dist/src/components/slider-input/bundle.js +89 -88
- package/dist/src/components/slider-input/bundle.js.gz +0 -0
- package/dist/src/components/slider-input/slider-input.component.d.ts +11 -0
- package/dist/src/components/slider-input/slider-input.component.js +20 -8
- package/dist/src/components/slider-input/slider-input.style.js +47 -47
- package/dist/src/components/slider-input/slider-input.style.variables.js +32 -32
- package/dist/src/components/table/bundle.js +149 -128
- package/dist/src/components/table/bundle.js.gz +0 -0
- package/dist/src/components/table/table.component.d.ts +2 -1
- package/dist/src/components/table/table.component.js +1 -0
- package/dist/src/components/table/table.style.js +79 -79
- package/dist/src/components/tabs/bundle.js +462 -663
- package/dist/src/components/tabs/bundle.js.gz +0 -0
- package/dist/src/components/tabs/tabs.component.d.ts +6 -1
- package/dist/src/components/tabs/tabs.component.js +8 -1
- package/dist/src/components/tabs/tabs.style.js +200 -201
- package/dist/src/components/tag/bundle.js +44 -36
- package/dist/src/components/tag/bundle.js.gz +0 -0
- package/dist/src/components/tag/tag.component.d.ts +7 -6
- package/dist/src/components/tag/tag.component.js +10 -19
- package/dist/src/components/tag/tag.style.js +20 -24
- package/dist/src/components/textarea/bundle.js +131 -94
- package/dist/src/components/textarea/bundle.js.gz +0 -0
- package/dist/src/components/textarea/textarea.component.d.ts +7 -1
- package/dist/src/components/textarea/textarea.component.js +10 -3
- package/dist/src/components/textarea/textarea.style.d.ts +1 -13
- package/dist/src/components/textarea/textarea.style.js +79 -91
- package/dist/src/components/timeline/bundle.js +71 -134
- package/dist/src/components/timeline/bundle.js.gz +0 -0
- package/dist/src/components/timeline/timeline.component.d.ts +9 -6
- package/dist/src/components/timeline/timeline.component.js +16 -13
- package/dist/src/components/timeline/timeline.style.d.ts +0 -7
- package/dist/src/components/timeline/timeline.style.js +41 -122
- package/dist/src/components/timepicker/bundle.js +196 -166
- package/dist/src/components/timepicker/bundle.js.gz +0 -0
- package/dist/src/components/timepicker/timepicker.component.d.ts +2 -1
- package/dist/src/components/timepicker/timepicker.component.js +1 -0
- package/dist/src/components/timepicker/timepicker.style.js +42 -42
- package/dist/src/components/timepicker/timepicker.style.variables.js +91 -91
- package/dist/src/components/toast/bundle.js +97 -81
- package/dist/src/components/toast/bundle.js.gz +0 -0
- package/dist/src/components/toast/toast.component.d.ts +2 -1
- package/dist/src/components/toast/toast.component.js +1 -0
- package/dist/src/components/toast/toast.style.js +62 -62
- package/dist/src/components/tooltips/bundle.js +10 -10
- package/dist/src/components/tooltips/bundle.js.gz +0 -0
- package/dist/src/components/tooltips/tooltips.component.d.ts +8 -0
- package/dist/src/components/tooltips/tooltips.component.js +9 -1
- package/dist/src/components/tooltips/tooltips.style.js +6 -6
- package/dist/src/components/video/bundle.js +47 -36
- package/dist/src/components/video/bundle.js.gz +0 -0
- package/dist/src/components/video/video.component.d.ts +12 -1
- package/dist/src/components/video/video.component.js +18 -6
- package/dist/src/components/video/video.style.js +18 -24
- package/package.json +25 -12
- package/packages/common/dist/VERSIONS.md +2 -2
- package/packages/common/dist/shared/base-mixin.d.ts +21 -19
- package/packages/common/dist/shared/base-mixin.d.ts.map +1 -1
- package/packages/common/dist/shared/base-mixin.js +102 -18
- package/packages/common/dist/shared/base-mixin.js.map +1 -1
- package/packages/common/dist/shared/index.d.ts +1 -0
- package/packages/common/dist/shared/index.d.ts.map +1 -1
- package/packages/common/dist/shared/index.js +2 -0
- package/packages/common/dist/shared/index.js.map +1 -1
- package/packages/common/dist/shared/style-injector.d.ts +11 -0
- package/packages/common/dist/shared/style-injector.d.ts.map +1 -0
- package/packages/common/dist/shared/style-injector.js +53 -0
- package/packages/common/dist/shared/style-injector.js.map +1 -0
- package/packages/common/dist/shared/theme-mixin.d.ts +2 -24
- package/packages/common/dist/shared/theme-mixin.d.ts.map +1 -1
- package/packages/common/dist/shared/theme-mixin.js +5 -38
- package/packages/common/dist/shared/theme-mixin.js.map +1 -1
- package/packages/themes/dist/default.css +0 -10
- package/packages/themes/dist/package.json +1 -1
|
Binary file
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
import { LitElement, PropertyValueMap } from 'lit';
|
|
7
7
|
import { IHeader, SelectionMode, Sizes, SortAttribute } from './table.types.js';
|
|
8
8
|
import { TableHost } from './interfaces/index.js';
|
|
9
|
-
declare const HyTable_base: (new (...args: any[]) => import("@nuralyui/common/mixins").DependencyAware) & (new (...args: any[]) => import("@nuralyui/common/mixins").ThemeAware) & (new (...args: any[]) => import("@nuralyui/common/mixins").EventHandlerCapable) & typeof LitElement;
|
|
9
|
+
declare const HyTable_base: (new (...args: any[]) => import("@nuralyui/common/mixins").DependencyAware) & (new (...args: any[]) => import("@nuralyui/common/mixins").ThemeAware) & (new (...args: any[]) => import("@nuralyui/common/mixins").EventHandlerCapable) & (new (...args: any[]) => import("packages/common/src/shared/base-mixin.js").LightDomContent) & typeof LitElement;
|
|
10
10
|
/**
|
|
11
11
|
* Advanced table component with sorting, filtering, pagination, selection, and fixed columns.
|
|
12
12
|
*
|
|
@@ -41,6 +41,7 @@ declare const HyTable_base: (new (...args: any[]) => import("@nuralyui/common/mi
|
|
|
41
41
|
* @fires onSort - Fired when sorting is applied
|
|
42
42
|
*/
|
|
43
43
|
export declare class HyTable extends HyTable_base implements TableHost {
|
|
44
|
+
static useShadowDom: boolean;
|
|
44
45
|
static styles: import("lit").CSSResult;
|
|
45
46
|
headers: IHeader[];
|
|
46
47
|
rows: any[];
|
|
@@ -3,9 +3,9 @@ export default css `
|
|
|
3
3
|
:host {
|
|
4
4
|
display: block;
|
|
5
5
|
width: 100%;
|
|
6
|
-
font-family:
|
|
7
|
-
color:
|
|
8
|
-
background-color:
|
|
6
|
+
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
|
|
7
|
+
color: #161616;
|
|
8
|
+
background-color: #ffffff;
|
|
9
9
|
}
|
|
10
10
|
|
|
11
11
|
/* Filter Container Styles */
|
|
@@ -13,7 +13,7 @@ export default css `
|
|
|
13
13
|
display: flex;
|
|
14
14
|
justify-content: flex-end;
|
|
15
15
|
width: 100%;
|
|
16
|
-
padding:
|
|
16
|
+
padding: 0.5rem 0;
|
|
17
17
|
position: relative;
|
|
18
18
|
margin-bottom: 5px;
|
|
19
19
|
}
|
|
@@ -23,13 +23,13 @@ export default css `
|
|
|
23
23
|
padding-left: 30px;
|
|
24
24
|
width: 100%;
|
|
25
25
|
box-sizing: border-box;
|
|
26
|
-
background-color:
|
|
27
|
-
color:
|
|
26
|
+
background-color: #ffffff;
|
|
27
|
+
color: #000000;
|
|
28
28
|
}
|
|
29
29
|
|
|
30
30
|
.filter-container input:focus {
|
|
31
31
|
outline-style: none;
|
|
32
|
-
border: 1px solid
|
|
32
|
+
border: 1px solid #1890ff;
|
|
33
33
|
}
|
|
34
34
|
|
|
35
35
|
.filter-container .icon-container {
|
|
@@ -49,12 +49,12 @@ export default css `
|
|
|
49
49
|
|
|
50
50
|
/* Actions Bar Styles */
|
|
51
51
|
.actions-container {
|
|
52
|
-
background-color:
|
|
52
|
+
background-color: #0f62fe;
|
|
53
53
|
padding: 10px;
|
|
54
54
|
box-sizing: border-box;
|
|
55
55
|
display: flex;
|
|
56
56
|
justify-content: space-between;
|
|
57
|
-
color:
|
|
57
|
+
color: #ffffff;
|
|
58
58
|
}
|
|
59
59
|
|
|
60
60
|
/* Fixed Header Styles */
|
|
@@ -69,26 +69,26 @@ export default css `
|
|
|
69
69
|
}
|
|
70
70
|
|
|
71
71
|
.table-content-wrapper.fixed-header thead {
|
|
72
|
-
background-color:
|
|
72
|
+
background-color: #fafafa;
|
|
73
73
|
}
|
|
74
74
|
|
|
75
75
|
.table-content-wrapper.fixed-header thead th {
|
|
76
76
|
position: sticky;
|
|
77
77
|
top: 0;
|
|
78
78
|
z-index: 10;
|
|
79
|
-
background-color:
|
|
80
|
-
border-bottom:
|
|
79
|
+
background-color: #fafafa;
|
|
80
|
+
border-bottom: 1px solid #f0f0f0;
|
|
81
81
|
}
|
|
82
82
|
|
|
83
83
|
.table-content-wrapper.fixed-header thead tr {
|
|
84
|
-
box-shadow: 0 1px 0 0
|
|
84
|
+
box-shadow: 0 1px 0 0 #f0f0f0;
|
|
85
85
|
}
|
|
86
86
|
|
|
87
87
|
.actions-container button {
|
|
88
88
|
cursor: pointer;
|
|
89
89
|
border: none;
|
|
90
|
-
color:
|
|
91
|
-
background-color:
|
|
90
|
+
color: #ffffff;
|
|
91
|
+
background-color: #0f62fe;
|
|
92
92
|
}
|
|
93
93
|
|
|
94
94
|
.actions-container[data-size='small'] {
|
|
@@ -110,8 +110,8 @@ export default css `
|
|
|
110
110
|
input[type='checkbox'][data-indeterminate='true']::after {
|
|
111
111
|
width: 13px;
|
|
112
112
|
height: 13px;
|
|
113
|
-
background-color:
|
|
114
|
-
color:
|
|
113
|
+
background-color: #161616;
|
|
114
|
+
color: #ffffff;
|
|
115
115
|
display: flex;
|
|
116
116
|
justify-content: center;
|
|
117
117
|
align-items: center;
|
|
@@ -122,20 +122,20 @@ export default css `
|
|
|
122
122
|
table {
|
|
123
123
|
width: 100%;
|
|
124
124
|
border-spacing: 0px;
|
|
125
|
-
color:
|
|
125
|
+
color: #161616;
|
|
126
126
|
}
|
|
127
127
|
|
|
128
128
|
td {
|
|
129
129
|
text-align: center;
|
|
130
|
-
border-bottom:
|
|
131
|
-
padding:
|
|
132
|
-
font-size:
|
|
130
|
+
border-bottom: 1px solid #f0f0f0;
|
|
131
|
+
padding: 10px;
|
|
132
|
+
font-size: 14px;
|
|
133
133
|
}
|
|
134
134
|
|
|
135
135
|
th {
|
|
136
136
|
cursor: pointer;
|
|
137
|
-
padding:
|
|
138
|
-
font-size:
|
|
137
|
+
padding: 10px;
|
|
138
|
+
font-size: 14px;
|
|
139
139
|
}
|
|
140
140
|
|
|
141
141
|
th span {
|
|
@@ -148,15 +148,15 @@ export default css `
|
|
|
148
148
|
display: flex;
|
|
149
149
|
justify-content: center;
|
|
150
150
|
align-items: center;
|
|
151
|
-
--nuraly-icon-color:
|
|
151
|
+
--nuraly-icon-color: #161616;
|
|
152
152
|
}
|
|
153
153
|
|
|
154
154
|
tbody tr {
|
|
155
|
-
background-color:
|
|
155
|
+
background-color: #ffffff;
|
|
156
156
|
}
|
|
157
157
|
|
|
158
158
|
tbody tr:hover {
|
|
159
|
-
background-color:
|
|
159
|
+
background-color: #f5f5f5;
|
|
160
160
|
}
|
|
161
161
|
|
|
162
162
|
tbody tr.clickable {
|
|
@@ -164,29 +164,29 @@ export default css `
|
|
|
164
164
|
}
|
|
165
165
|
|
|
166
166
|
thead tr {
|
|
167
|
-
background-color:
|
|
167
|
+
background-color: #fafafa;
|
|
168
168
|
}
|
|
169
169
|
|
|
170
170
|
tbody tr:has(input:checked) {
|
|
171
|
-
background-color:
|
|
171
|
+
background-color: #e6f7ff;
|
|
172
172
|
}
|
|
173
173
|
|
|
174
174
|
input,
|
|
175
175
|
.expand-icon {
|
|
176
176
|
cursor: pointer;
|
|
177
|
-
accent-color:
|
|
177
|
+
accent-color: #1890ff;
|
|
178
178
|
}
|
|
179
179
|
|
|
180
180
|
/* Size Variants for Table Content */
|
|
181
181
|
:host([size='small']) td,
|
|
182
182
|
:host([size='small']) th {
|
|
183
|
-
padding:
|
|
183
|
+
padding: 8px 16px;
|
|
184
184
|
font-size: 12px;
|
|
185
185
|
}
|
|
186
186
|
|
|
187
187
|
:host([size='large']) td,
|
|
188
188
|
:host([size='large']) th {
|
|
189
|
-
padding:
|
|
189
|
+
padding: 15px;
|
|
190
190
|
font-size: 16px;
|
|
191
191
|
}
|
|
192
192
|
|
|
@@ -195,8 +195,8 @@ export default css `
|
|
|
195
195
|
display: flex;
|
|
196
196
|
justify-content: space-between;
|
|
197
197
|
align-items: center;
|
|
198
|
-
background-color:
|
|
199
|
-
color:
|
|
198
|
+
background-color: #ffffff;
|
|
199
|
+
color: #161616;
|
|
200
200
|
}
|
|
201
201
|
|
|
202
202
|
.pagination-container .left-content {
|
|
@@ -205,7 +205,7 @@ export default css `
|
|
|
205
205
|
}
|
|
206
206
|
|
|
207
207
|
.pagination-container .left-content .items-details {
|
|
208
|
-
border-left:
|
|
208
|
+
border-left: 1px solid #e0e0e0;
|
|
209
209
|
padding: 10px;
|
|
210
210
|
}
|
|
211
211
|
|
|
@@ -217,29 +217,29 @@ export default css `
|
|
|
217
217
|
}
|
|
218
218
|
|
|
219
219
|
.pagination-container .left-content .select-details label {
|
|
220
|
-
font-size:
|
|
221
|
-
color:
|
|
220
|
+
font-size: 14px;
|
|
221
|
+
color: #000000;
|
|
222
222
|
white-space: nowrap;
|
|
223
223
|
}
|
|
224
224
|
|
|
225
225
|
.pagination-container .left-content .select-details nr-select {
|
|
226
226
|
min-width: 60px;
|
|
227
227
|
max-width: 80px;
|
|
228
|
-
--select-border-color:
|
|
229
|
-
--select-background:
|
|
230
|
-
--select-text-color:
|
|
228
|
+
--select-border-color: #d9d9d9;
|
|
229
|
+
--select-background: #fafafa;
|
|
230
|
+
--select-text-color: #000000;
|
|
231
231
|
}
|
|
232
232
|
|
|
233
233
|
.pagination-container .right-content {
|
|
234
234
|
display: flex;
|
|
235
235
|
align-items: center;
|
|
236
|
-
border-left:
|
|
236
|
+
border-left: 1px solid #e0e0e0;
|
|
237
237
|
}
|
|
238
238
|
|
|
239
239
|
.pagination-container .right-content .icon-container {
|
|
240
240
|
display: flex;
|
|
241
241
|
align-items: center;
|
|
242
|
-
border-left:
|
|
242
|
+
border-left: 1px solid #e0e0e0;
|
|
243
243
|
}
|
|
244
244
|
|
|
245
245
|
.pagination-container .right-content .page-details {
|
|
@@ -249,11 +249,11 @@ export default css `
|
|
|
249
249
|
.pagination-container .icon-container .left-arrow,
|
|
250
250
|
.pagination-container .icon-container .right-arrow {
|
|
251
251
|
padding: 10px;
|
|
252
|
-
--nuraly-icon-color:
|
|
252
|
+
--nuraly-icon-color: #161616;
|
|
253
253
|
}
|
|
254
254
|
|
|
255
255
|
.pagination-container .icon-container .left-arrow {
|
|
256
|
-
border-right:
|
|
256
|
+
border-right: 1px solid #e0e0e0;
|
|
257
257
|
}
|
|
258
258
|
|
|
259
259
|
.pagination-container nr-icon[data-enabled='false'] {
|
|
@@ -340,7 +340,7 @@ export default css `
|
|
|
340
340
|
}
|
|
341
341
|
|
|
342
342
|
.filter-trigger:hover {
|
|
343
|
-
background-color:
|
|
343
|
+
background-color: rgba(0, 0, 0, 0.04);
|
|
344
344
|
}
|
|
345
345
|
|
|
346
346
|
.filter-icon {
|
|
@@ -351,7 +351,7 @@ export default css `
|
|
|
351
351
|
}
|
|
352
352
|
|
|
353
353
|
.filter-icon.has-filter {
|
|
354
|
-
color:
|
|
354
|
+
color: #1890ff;
|
|
355
355
|
}
|
|
356
356
|
|
|
357
357
|
.filter-indicator {
|
|
@@ -361,15 +361,15 @@ export default css `
|
|
|
361
361
|
width: 6px;
|
|
362
362
|
height: 6px;
|
|
363
363
|
border-radius: 50%;
|
|
364
|
-
background-color:
|
|
364
|
+
background-color: #1890ff;
|
|
365
365
|
}
|
|
366
366
|
|
|
367
367
|
.column-filter-dropdown {
|
|
368
368
|
position: absolute;
|
|
369
369
|
top: calc(100% + 4px);
|
|
370
370
|
right: 0;
|
|
371
|
-
background:
|
|
372
|
-
border: 1px solid
|
|
371
|
+
background: #ffffff;
|
|
372
|
+
border: 1px solid #f0f0f0;
|
|
373
373
|
border-radius: 4px;
|
|
374
374
|
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
|
|
375
375
|
z-index: 100;
|
|
@@ -385,7 +385,7 @@ export default css `
|
|
|
385
385
|
|
|
386
386
|
.column-filter-input {
|
|
387
387
|
padding: 8px;
|
|
388
|
-
border: 1px solid
|
|
388
|
+
border: 1px solid #d9d9d9;
|
|
389
389
|
border-radius: 4px;
|
|
390
390
|
font-size: 14px;
|
|
391
391
|
width: 100%;
|
|
@@ -394,7 +394,7 @@ export default css `
|
|
|
394
394
|
|
|
395
395
|
.column-filter-input:focus {
|
|
396
396
|
outline: none;
|
|
397
|
-
border-color:
|
|
397
|
+
border-color: #1890ff;
|
|
398
398
|
box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
|
|
399
399
|
}
|
|
400
400
|
|
|
@@ -406,58 +406,58 @@ export default css `
|
|
|
406
406
|
display: flex;
|
|
407
407
|
align-items: center;
|
|
408
408
|
justify-content: center;
|
|
409
|
-
color:
|
|
409
|
+
color: #000;
|
|
410
410
|
align-self: flex-end;
|
|
411
411
|
}
|
|
412
412
|
|
|
413
413
|
.column-filter-clear:hover {
|
|
414
|
-
color:
|
|
414
|
+
color: #1890ff;
|
|
415
415
|
}
|
|
416
416
|
|
|
417
417
|
/* Fixed Columns Styles */
|
|
418
418
|
th.fixed-column,
|
|
419
419
|
td.fixed-column {
|
|
420
420
|
position: sticky;
|
|
421
|
-
background-color:
|
|
421
|
+
background-color: #ffffff;
|
|
422
422
|
}
|
|
423
423
|
|
|
424
424
|
/* Fixed columns in header - highest priority */
|
|
425
425
|
thead th.fixed-column {
|
|
426
426
|
z-index: 20;
|
|
427
|
-
background-color:
|
|
427
|
+
background-color: #fafafa;
|
|
428
428
|
}
|
|
429
429
|
|
|
430
430
|
/* When table has fixed header, fixed columns in header need even higher z-index */
|
|
431
431
|
.table-content-wrapper.fixed-header thead th.fixed-column {
|
|
432
432
|
z-index: 25;
|
|
433
|
-
background-color:
|
|
433
|
+
background-color: #fafafa;
|
|
434
434
|
}
|
|
435
435
|
|
|
436
436
|
/* Fixed columns in body */
|
|
437
437
|
tbody td.fixed-column {
|
|
438
438
|
z-index: 8;
|
|
439
|
-
background-color:
|
|
439
|
+
background-color: #ffffff;
|
|
440
440
|
}
|
|
441
441
|
|
|
442
442
|
/* Ensure fixed columns in tbody have proper background */
|
|
443
443
|
tbody tr td.fixed-column {
|
|
444
|
-
background-color:
|
|
444
|
+
background-color: #ffffff;
|
|
445
445
|
}
|
|
446
446
|
|
|
447
447
|
tbody tr:hover td.fixed-column {
|
|
448
|
-
background-color:
|
|
448
|
+
background-color: #f5f5f5;
|
|
449
449
|
}
|
|
450
450
|
|
|
451
451
|
th.fixed-column-left,
|
|
452
452
|
td.fixed-column-left {
|
|
453
453
|
left: 0;
|
|
454
|
-
border-right: 1px solid
|
|
454
|
+
border-right: 1px solid #f0f0f0;
|
|
455
455
|
}
|
|
456
456
|
|
|
457
457
|
th.fixed-column-right,
|
|
458
458
|
td.fixed-column-right {
|
|
459
459
|
right: 0;
|
|
460
|
-
border-left: 1px solid
|
|
460
|
+
border-left: 1px solid #f0f0f0;
|
|
461
461
|
}
|
|
462
462
|
|
|
463
463
|
/* Shadow effect for fixed columns */
|
|
@@ -507,8 +507,8 @@ export default css `
|
|
|
507
507
|
}
|
|
508
508
|
|
|
509
509
|
.skeleton-cell {
|
|
510
|
-
padding:
|
|
511
|
-
border-bottom: 1px solid
|
|
510
|
+
padding: 0.75rem 1rem;
|
|
511
|
+
border-bottom: 1px solid #f0f0f0;
|
|
512
512
|
}
|
|
513
513
|
|
|
514
514
|
.skeleton-cell.selection-skeleton {
|
|
@@ -555,27 +555,27 @@ export default css `
|
|
|
555
555
|
|
|
556
556
|
/* Spinner Loading */
|
|
557
557
|
.loading-row {
|
|
558
|
-
background-color:
|
|
558
|
+
background-color: #ffffff;
|
|
559
559
|
}
|
|
560
560
|
|
|
561
561
|
.loading-cell {
|
|
562
|
-
padding:
|
|
562
|
+
padding: 2rem 1rem;
|
|
563
563
|
text-align: center;
|
|
564
|
-
border-bottom: 1px solid
|
|
564
|
+
border-bottom: 1px solid #f0f0f0;
|
|
565
565
|
}
|
|
566
566
|
|
|
567
567
|
.loading-spinner-container {
|
|
568
568
|
display: flex;
|
|
569
569
|
flex-direction: column;
|
|
570
570
|
align-items: center;
|
|
571
|
-
gap:
|
|
571
|
+
gap: 1rem;
|
|
572
572
|
}
|
|
573
573
|
|
|
574
574
|
.loading-spinner {
|
|
575
575
|
width: 40px;
|
|
576
576
|
height: 40px;
|
|
577
|
-
border: 4px solid
|
|
578
|
-
border-top-color:
|
|
577
|
+
border: 4px solid #f0f0f0;
|
|
578
|
+
border-top-color: #7c3aed;
|
|
579
579
|
border-radius: 50%;
|
|
580
580
|
animation: spinner-rotate 0.8s linear infinite;
|
|
581
581
|
}
|
|
@@ -591,23 +591,23 @@ export default css `
|
|
|
591
591
|
|
|
592
592
|
.loading-text {
|
|
593
593
|
margin: 0;
|
|
594
|
-
color:
|
|
594
|
+
color: #525252;
|
|
595
595
|
font-size: 14px;
|
|
596
596
|
}
|
|
597
597
|
|
|
598
598
|
/* Empty State Styles */
|
|
599
599
|
.empty-row {
|
|
600
|
-
background:
|
|
600
|
+
background: #ffffff;
|
|
601
601
|
}
|
|
602
602
|
|
|
603
603
|
.empty-row:hover {
|
|
604
|
-
background:
|
|
604
|
+
background: #ffffff;
|
|
605
605
|
}
|
|
606
606
|
|
|
607
607
|
.empty-cell {
|
|
608
608
|
padding: 64px 24px;
|
|
609
609
|
text-align: center;
|
|
610
|
-
border-bottom: 1px solid
|
|
610
|
+
border-bottom: 1px solid #f0f0f0;
|
|
611
611
|
}
|
|
612
612
|
|
|
613
613
|
.empty-state {
|
|
@@ -620,7 +620,7 @@ export default css `
|
|
|
620
620
|
.empty-icon {
|
|
621
621
|
width: 64px;
|
|
622
622
|
height: 64px;
|
|
623
|
-
color:
|
|
623
|
+
color: #bfbfbf;
|
|
624
624
|
display: flex;
|
|
625
625
|
align-items: center;
|
|
626
626
|
justify-content: center;
|
|
@@ -637,7 +637,7 @@ export default css `
|
|
|
637
637
|
|
|
638
638
|
.empty-text {
|
|
639
639
|
margin: 0;
|
|
640
|
-
color:
|
|
640
|
+
color: #525252;
|
|
641
641
|
font-size: 14px;
|
|
642
642
|
line-height: 1.5;
|
|
643
643
|
}
|
|
@@ -651,12 +651,12 @@ export default css `
|
|
|
651
651
|
}
|
|
652
652
|
|
|
653
653
|
.expand-icon:hover {
|
|
654
|
-
background-color:
|
|
654
|
+
background-color: #f5f5f5;
|
|
655
655
|
}
|
|
656
656
|
|
|
657
657
|
.expand-icon:focus {
|
|
658
|
-
background-color:
|
|
659
|
-
box-shadow: inset 0 0 0 2px
|
|
658
|
+
background-color: #f5f5f5;
|
|
659
|
+
box-shadow: inset 0 0 0 2px #7c3aed;
|
|
660
660
|
}
|
|
661
661
|
|
|
662
662
|
.expand-icon nr-icon {
|
|
@@ -684,8 +684,8 @@ export default css `
|
|
|
684
684
|
|
|
685
685
|
.expansion-content {
|
|
686
686
|
padding: 16px;
|
|
687
|
-
background-color:
|
|
688
|
-
border-top: 1px solid
|
|
687
|
+
background-color: #fafafa;
|
|
688
|
+
border-top: 1px solid #e0e0e0;
|
|
689
689
|
}
|
|
690
690
|
|
|
691
691
|
@keyframes slideDown {
|