overview-components 1.1.42 → 1.1.44

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.
Files changed (164) hide show
  1. package/dist/assets/illustration/delete-illustration.js +16 -16
  2. package/dist/components/components-settings/attachments-tab-settings.d.ts.map +1 -1
  3. package/dist/components/components-settings/attachments-tab-settings.js +5 -3
  4. package/dist/components/components-settings/attachments-tab-settings.js.map +1 -1
  5. package/dist/components/components-settings/data-grid-settings.d.ts +31 -2
  6. package/dist/components/components-settings/data-grid-settings.d.ts.map +1 -1
  7. package/dist/components/components-settings/data-grid-settings.js +279 -147
  8. package/dist/components/components-settings/data-grid-settings.js.map +1 -1
  9. package/dist/components/components-settings/section-tab-settings.d.ts +28 -1
  10. package/dist/components/components-settings/section-tab-settings.d.ts.map +1 -1
  11. package/dist/components/components-settings/section-tab-settings.js +439 -125
  12. package/dist/components/components-settings/section-tab-settings.js.map +1 -1
  13. package/dist/components/components-settings/tabs-overview-settings.d.ts.map +1 -1
  14. package/dist/components/components-settings/tabs-overview-settings.js +7 -15
  15. package/dist/components/components-settings/tabs-overview-settings.js.map +1 -1
  16. package/dist/components/index.d.ts +4 -0
  17. package/dist/components/index.d.ts.map +1 -1
  18. package/dist/components/index.js +4 -0
  19. package/dist/components/index.js.map +1 -1
  20. package/dist/components/lit-ai-filter-assistant.d.ts.map +1 -1
  21. package/dist/components/lit-ai-filter-assistant.js +3 -0
  22. package/dist/components/lit-ai-filter-assistant.js.map +1 -1
  23. package/dist/components/lit-attachments-tab.d.ts +1 -0
  24. package/dist/components/lit-attachments-tab.d.ts.map +1 -1
  25. package/dist/components/lit-attachments-tab.js +14 -2
  26. package/dist/components/lit-attachments-tab.js.map +1 -1
  27. package/dist/components/lit-case-variables-tab.d.ts +61 -3
  28. package/dist/components/lit-case-variables-tab.d.ts.map +1 -1
  29. package/dist/components/lit-case-variables-tab.js +1438 -87
  30. package/dist/components/lit-case-variables-tab.js.map +1 -1
  31. package/dist/components/lit-data-grid-tanstack.d.ts +3 -14
  32. package/dist/components/lit-data-grid-tanstack.d.ts.map +1 -1
  33. package/dist/components/lit-data-grid-tanstack.js +19 -7
  34. package/dist/components/lit-data-grid-tanstack.js.map +1 -1
  35. package/dist/components/lit-filter-builder.d.ts +67 -0
  36. package/dist/components/lit-filter-builder.d.ts.map +1 -0
  37. package/dist/components/lit-filter-builder.js +446 -0
  38. package/dist/components/lit-filter-builder.js.map +1 -0
  39. package/dist/components/lit-filter-modal.d.ts +1 -1
  40. package/dist/components/lit-filter-modal.d.ts.map +1 -1
  41. package/dist/components/lit-filter-modal.js +7 -1
  42. package/dist/components/lit-filter-modal.js.map +1 -1
  43. package/dist/components/lit-multiselect-item.d.ts.map +1 -1
  44. package/dist/components/lit-multiselect-item.js +4 -2
  45. package/dist/components/lit-multiselect-item.js.map +1 -1
  46. package/dist/components/lit-section-tab.d.ts +12 -0
  47. package/dist/components/lit-section-tab.d.ts.map +1 -1
  48. package/dist/components/lit-section-tab.js +89 -0
  49. package/dist/components/lit-section-tab.js.map +1 -1
  50. package/dist/components/lit-tabs-overview.d.ts.map +1 -1
  51. package/dist/components/lit-tabs-overview.js +10 -6
  52. package/dist/components/lit-tabs-overview.js.map +1 -1
  53. package/dist/components/modals/lit-confirm-modal.d.ts.map +1 -1
  54. package/dist/components/modals/lit-confirm-modal.js +4 -2
  55. package/dist/components/modals/lit-confirm-modal.js.map +1 -1
  56. package/dist/components/modals/lit-delete-modal.d.ts.map +1 -1
  57. package/dist/components/modals/lit-delete-modal.js +11 -7
  58. package/dist/components/modals/lit-delete-modal.js.map +1 -1
  59. package/dist/components/react-wrappers/filter-builder.d.ts +5 -0
  60. package/dist/components/react-wrappers/filter-builder.d.ts.map +1 -0
  61. package/dist/components/react-wrappers/filter-builder.js +12 -0
  62. package/dist/components/react-wrappers/filter-builder.js.map +1 -0
  63. package/dist/components/react-wrappers/index.d.ts +2 -0
  64. package/dist/components/react-wrappers/index.d.ts.map +1 -1
  65. package/dist/components/react-wrappers/index.js +2 -0
  66. package/dist/components/react-wrappers/index.js.map +1 -1
  67. package/dist/schemas/index.d.ts +2 -1
  68. package/dist/schemas/index.d.ts.map +1 -1
  69. package/dist/schemas/index.js +2 -1
  70. package/dist/schemas/index.js.map +1 -1
  71. package/dist/schemas/lit-attachments-tab-document.schema.d.ts +6 -0
  72. package/dist/schemas/lit-attachments-tab-document.schema.d.ts.map +1 -1
  73. package/dist/schemas/lit-attachments-tab-document.schema.js +6 -0
  74. package/dist/schemas/lit-attachments-tab-document.schema.js.map +1 -1
  75. package/dist/schemas/lit-attachments-tab.schema.d.ts +6 -0
  76. package/dist/schemas/lit-attachments-tab.schema.d.ts.map +1 -1
  77. package/dist/schemas/lit-case-variables-tab-cell.schema.d.ts +81 -0
  78. package/dist/schemas/lit-case-variables-tab-cell.schema.d.ts.map +1 -1
  79. package/dist/schemas/lit-case-variables-tab-cell.schema.js +60 -1
  80. package/dist/schemas/lit-case-variables-tab-cell.schema.js.map +1 -1
  81. package/dist/schemas/lit-case-variables-tab-rows.schema.d.ts +81 -0
  82. package/dist/schemas/lit-case-variables-tab-rows.schema.d.ts.map +1 -1
  83. package/dist/schemas/lit-case-variables-tab.schema.d.ts +81 -0
  84. package/dist/schemas/lit-case-variables-tab.schema.d.ts.map +1 -1
  85. package/dist/schemas/lit-data-grid-tanstack.schema.d.ts +39 -1
  86. package/dist/schemas/lit-data-grid-tanstack.schema.d.ts.map +1 -1
  87. package/dist/schemas/lit-data-grid-tanstack.schema.js +2 -1
  88. package/dist/schemas/lit-data-grid-tanstack.schema.js.map +1 -1
  89. package/dist/schemas/lit-filter-builder.schema.d.ts +67 -0
  90. package/dist/schemas/lit-filter-builder.schema.d.ts.map +1 -0
  91. package/dist/schemas/lit-filter-builder.schema.js +49 -0
  92. package/dist/schemas/lit-filter-builder.schema.js.map +1 -0
  93. package/dist/schemas/lit-section-tab-schema.d.ts +45 -0
  94. package/dist/schemas/lit-section-tab-schema.d.ts.map +1 -1
  95. package/dist/schemas/lit-section-tab-schema.js +7 -0
  96. package/dist/schemas/lit-section-tab-schema.js.map +1 -1
  97. package/dist/shared/lit-button.d.ts +3 -1
  98. package/dist/shared/lit-button.d.ts.map +1 -1
  99. package/dist/shared/lit-button.js +6 -2
  100. package/dist/shared/lit-button.js.map +1 -1
  101. package/dist/shared/lit-checkbox.d.ts +1 -0
  102. package/dist/shared/lit-checkbox.d.ts.map +1 -1
  103. package/dist/shared/lit-checkbox.js +5 -0
  104. package/dist/shared/lit-checkbox.js.map +1 -1
  105. package/dist/shared/lit-data-grid-action-buttons-popover.d.ts.map +1 -1
  106. package/dist/shared/lit-data-grid-action-buttons-popover.js +1 -0
  107. package/dist/shared/lit-data-grid-action-buttons-popover.js.map +1 -1
  108. package/dist/shared/lit-data-grid-density-popover.d.ts.map +1 -1
  109. package/dist/shared/lit-data-grid-density-popover.js +1 -0
  110. package/dist/shared/lit-data-grid-density-popover.js.map +1 -1
  111. package/dist/shared/lit-data-grid-export-popover.d.ts.map +1 -1
  112. package/dist/shared/lit-data-grid-export-popover.js +1 -0
  113. package/dist/shared/lit-data-grid-export-popover.js.map +1 -1
  114. package/dist/shared/lit-data-grid-operators-popover.d.ts +3 -3
  115. package/dist/shared/lit-data-grid-operators-popover.d.ts.map +1 -1
  116. package/dist/shared/lit-data-grid-operators-popover.js +1 -0
  117. package/dist/shared/lit-data-grid-operators-popover.js.map +1 -1
  118. package/dist/shared/lit-data-grid-row-actions.d.ts.map +1 -1
  119. package/dist/shared/lit-data-grid-row-actions.js +2 -0
  120. package/dist/shared/lit-data-grid-row-actions.js.map +1 -1
  121. package/dist/shared/lit-date-picker.d.ts +1 -1
  122. package/dist/shared/lit-date-picker.d.ts.map +1 -1
  123. package/dist/shared/lit-date-picker.js +2 -0
  124. package/dist/shared/lit-date-picker.js.map +1 -1
  125. package/dist/shared/lit-icon-button.d.ts +7 -3
  126. package/dist/shared/lit-icon-button.d.ts.map +1 -1
  127. package/dist/shared/lit-icon-button.js +6 -2
  128. package/dist/shared/lit-icon-button.js.map +1 -1
  129. package/dist/shared/lit-input.d.ts +3 -1
  130. package/dist/shared/lit-input.d.ts.map +1 -1
  131. package/dist/shared/lit-input.js +35 -28
  132. package/dist/shared/lit-input.js.map +1 -1
  133. package/dist/shared/lit-modal-body.js +1 -1
  134. package/dist/shared/lit-modal-footer.js +1 -1
  135. package/dist/shared/lit-modal-header.d.ts.map +1 -1
  136. package/dist/shared/lit-modal-header.js +1 -2
  137. package/dist/shared/lit-modal-header.js.map +1 -1
  138. package/dist/shared/lit-progress-bar.d.ts +2 -0
  139. package/dist/shared/lit-progress-bar.d.ts.map +1 -1
  140. package/dist/shared/lit-progress-bar.js +57 -7
  141. package/dist/shared/lit-progress-bar.js.map +1 -1
  142. package/dist/shared/lit-responsive-button.d.ts +17 -2
  143. package/dist/shared/lit-responsive-button.d.ts.map +1 -1
  144. package/dist/shared/lit-responsive-button.js +8 -0
  145. package/dist/shared/lit-responsive-button.js.map +1 -1
  146. package/dist/shared/lit-select-field.d.ts.map +1 -1
  147. package/dist/shared/lit-select-field.js +1 -2
  148. package/dist/shared/lit-select-field.js.map +1 -1
  149. package/dist/shared/lit-select.d.ts +5 -1
  150. package/dist/shared/lit-select.d.ts.map +1 -1
  151. package/dist/shared/lit-select.js +218 -6
  152. package/dist/shared/lit-select.js.map +1 -1
  153. package/dist/shared/lit-text-field.d.ts +2 -0
  154. package/dist/shared/lit-text-field.d.ts.map +1 -1
  155. package/dist/shared/lit-text-field.js +27 -10
  156. package/dist/shared/lit-text-field.js.map +1 -1
  157. package/dist/shared/styles/button-shared-styles.d.ts.map +1 -1
  158. package/dist/shared/styles/button-shared-styles.js +321 -28
  159. package/dist/shared/styles/button-shared-styles.js.map +1 -1
  160. package/dist/utils/getOperatorByType.d.ts +5 -5
  161. package/dist/utils/getOperatorByType.d.ts.map +1 -1
  162. package/dist/utils/getOperatorByType.js +5 -1
  163. package/dist/utils/getOperatorByType.js.map +1 -1
  164. package/package.json +5 -2
@@ -14,6 +14,12 @@ export const litAttachmentsTabDocumentSchema = {
14
14
  file_type: {
15
15
  type: 'string',
16
16
  },
17
+ meta: {
18
+ type: 'array',
19
+ items: {
20
+ type: 'string'
21
+ }
22
+ }
17
23
  },
18
24
  additionalProperties: false,
19
25
  };
@@ -1 +1 @@
1
- {"version":3,"file":"lit-attachments-tab-document.schema.js","sourceRoot":"","sources":["../../src/schemas/lit-attachments-tab-document.schema.ts"],"names":[],"mappings":"AAEA,MAAM,CAAC,MAAM,+BAA+B,GAAG;IAC3C,GAAG,EAAE,UAAU;IACf,IAAI,EAAE,QAAQ;IACd,UAAU,EAAE;QACR,EAAE,EAAE;YACA,IAAI,EAAE,QAAQ;SACjB;QACD,IAAI,EAAE;YACF,IAAI,EAAE,QAAQ;SACjB;QACD,QAAQ,EAAE;YACN,IAAI,EAAE,QAAQ;SACjB;QACD,SAAS,EAAE;YACP,IAAI,EAAE,QAAQ;SACjB;KACJ;IACD,oBAAoB,EAAE,KAAK;CACA,CAAC"}
1
+ {"version":3,"file":"lit-attachments-tab-document.schema.js","sourceRoot":"","sources":["../../src/schemas/lit-attachments-tab-document.schema.ts"],"names":[],"mappings":"AAEA,MAAM,CAAC,MAAM,+BAA+B,GAAG;IAC3C,GAAG,EAAE,UAAU;IACf,IAAI,EAAE,QAAQ;IACd,UAAU,EAAE;QACR,EAAE,EAAE;YACA,IAAI,EAAE,QAAQ;SACjB;QACD,IAAI,EAAE;YACF,IAAI,EAAE,QAAQ;SACjB;QACD,QAAQ,EAAE;YACN,IAAI,EAAE,QAAQ;SACjB;QACD,SAAS,EAAE;YACP,IAAI,EAAE,QAAQ;SACjB;QACD,IAAI,EAAE;YACF,IAAI,EAAE,OAAO;YACb,KAAK,EAAE;gBACH,IAAI,EAAE,QAAQ;aACjB;SACJ;KACJ;IACD,oBAAoB,EAAE,KAAK;CACA,CAAC"}
@@ -30,6 +30,12 @@ export declare const litAttachmentsTabSchema: {
30
30
  readonly file_type: {
31
31
  readonly type: "string";
32
32
  };
33
+ readonly meta: {
34
+ readonly type: "array";
35
+ readonly items: {
36
+ readonly type: "string";
37
+ };
38
+ };
33
39
  };
34
40
  readonly additionalProperties: false;
35
41
  };
@@ -1 +1 @@
1
- {"version":3,"file":"lit-attachments-tab.schema.d.ts","sourceRoot":"","sources":["../../src/schemas/lit-attachments-tab.schema.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,uBAAuB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA6BL,CAAC"}
1
+ {"version":3,"file":"lit-attachments-tab.schema.d.ts","sourceRoot":"","sources":["../../src/schemas/lit-attachments-tab.schema.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,uBAAuB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA6BL,CAAC"}
@@ -20,6 +20,50 @@ export declare const litCaseVariablesTabCellSchema: {
20
20
  readonly type: "null";
21
21
  }];
22
22
  };
23
+ readonly conditionalFormatting: {
24
+ readonly type: "object";
25
+ readonly properties: {
26
+ readonly enabled: {
27
+ readonly type: "boolean";
28
+ };
29
+ readonly variable: {
30
+ readonly type: "string";
31
+ };
32
+ readonly operator: {
33
+ readonly type: "string";
34
+ readonly enum: readonly ["=", "!=", ">", ">=", "<", "<=", "contains", "doesNotContain", "isEmpty", "isNotEmpty", "in", "nin", "fromTo", "startsWith", "endsWith", "is", "not", "isAnyOfValue"];
35
+ };
36
+ readonly value: {
37
+ readonly type: "string";
38
+ };
39
+ readonly backgroundColor: {
40
+ readonly type: "string";
41
+ };
42
+ readonly valueColor: {
43
+ readonly type: "string";
44
+ };
45
+ };
46
+ readonly additionalProperties: false;
47
+ };
48
+ readonly hideCondition: {
49
+ readonly type: "object";
50
+ readonly properties: {
51
+ readonly enabled: {
52
+ readonly type: "boolean";
53
+ };
54
+ readonly variable: {
55
+ readonly type: "string";
56
+ };
57
+ readonly operator: {
58
+ readonly type: "string";
59
+ readonly enum: readonly ["=", "!=", ">", ">=", "<", "<=", "contains", "doesNotContain", "isEmpty", "isNotEmpty", "in", "nin", "fromTo", "startsWith", "endsWith", "is", "not", "isAnyOfValue"];
60
+ };
61
+ readonly value: {
62
+ readonly type: "string";
63
+ };
64
+ };
65
+ readonly additionalProperties: false;
66
+ };
23
67
  readonly size: {
24
68
  readonly type: "object";
25
69
  readonly properties: {
@@ -53,6 +97,11 @@ export declare const litCaseVariablesTabCellSchema: {
53
97
  };
54
98
  readonly buttonVariant: {
55
99
  readonly type: "string";
100
+ readonly enum: readonly ["contained", "outlined", "text", "dashed"];
101
+ };
102
+ readonly buttonColor: {
103
+ readonly type: "string";
104
+ readonly enum: readonly ["primary", "secondary", "error", "warning", "ai"];
56
105
  };
57
106
  readonly buttonFullWidth: {
58
107
  readonly type: "boolean";
@@ -60,6 +109,16 @@ export declare const litCaseVariablesTabCellSchema: {
60
109
  readonly href: {
61
110
  readonly type: readonly ["string"];
62
111
  };
112
+ readonly linkType: {
113
+ readonly type: "string";
114
+ readonly enum: readonly ["custom", "case"];
115
+ };
116
+ readonly linkVariable: {
117
+ readonly type: "string";
118
+ };
119
+ readonly dynamicLink: {
120
+ readonly type: "string";
121
+ };
63
122
  readonly headerStyle: {
64
123
  readonly type: readonly ["object"];
65
124
  readonly additionalProperties: true;
@@ -72,6 +131,24 @@ export declare const litCaseVariablesTabCellSchema: {
72
131
  readonly type: readonly ["object"];
73
132
  readonly additionalProperties: true;
74
133
  };
134
+ readonly cellVariant: {
135
+ readonly type: "string";
136
+ readonly enum: readonly ["default", "primary", "success", "warning", "error", "info"];
137
+ };
138
+ readonly valueVariant: {
139
+ readonly type: "string";
140
+ readonly enum: readonly ["default", "primary", "success", "warning", "error", "info"];
141
+ };
142
+ readonly cellCustomStyles: {
143
+ readonly type: "boolean";
144
+ };
145
+ readonly valueCustomStyles: {
146
+ readonly type: "boolean";
147
+ };
148
+ readonly fontWeight: {
149
+ readonly type: "string";
150
+ readonly enum: readonly ["normal", "bold", "500", "600", "700"];
151
+ };
75
152
  readonly tooltip: {
76
153
  readonly type: readonly ["string"];
77
154
  };
@@ -82,6 +159,10 @@ export declare const litCaseVariablesTabCellSchema: {
82
159
  readonly numberOfDecimal: {
83
160
  readonly type: "number";
84
161
  };
162
+ readonly progressColor: {
163
+ readonly type: "string";
164
+ readonly enum: readonly ["primary", "success", "warning", "error", "info"];
165
+ };
85
166
  };
86
167
  readonly patternProperties: {
87
168
  readonly '^headerName_(cs|en|de|sk|pl|hu|fr|it|es)$': {
@@ -1 +1 @@
1
- {"version":3,"file":"lit-case-variables-tab-cell.schema.d.ts","sourceRoot":"","sources":["../../src/schemas/lit-case-variables-tab-cell.schema.ts"],"names":[],"mappings":"AACA,eAAO,MAAM,6BAA6B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA6DhC,CAAC"}
1
+ {"version":3,"file":"lit-case-variables-tab-cell.schema.d.ts","sourceRoot":"","sources":["../../src/schemas/lit-case-variables-tab-cell.schema.ts"],"names":[],"mappings":"AACA,eAAO,MAAM,6BAA6B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAwHhC,CAAC"}
@@ -11,6 +11,34 @@ export const litCaseVariablesTabCellSchema = {
11
11
  value: {
12
12
  oneOf: [{ type: 'string' }, { type: 'number' }, { type: 'null' }],
13
13
  },
14
+ conditionalFormatting: {
15
+ type: 'object',
16
+ properties: {
17
+ enabled: { type: 'boolean' },
18
+ variable: { type: 'string' },
19
+ operator: {
20
+ type: 'string',
21
+ enum: ['=', '!=', '>', '>=', '<', '<=', 'contains', 'doesNotContain', 'isEmpty', 'isNotEmpty', 'in', 'nin', 'fromTo', 'startsWith', 'endsWith', 'is', 'not', 'isAnyOfValue'],
22
+ },
23
+ value: { type: 'string' },
24
+ backgroundColor: { type: 'string' },
25
+ valueColor: { type: 'string' },
26
+ },
27
+ additionalProperties: false,
28
+ },
29
+ hideCondition: {
30
+ type: 'object',
31
+ properties: {
32
+ enabled: { type: 'boolean' },
33
+ variable: { type: 'string' },
34
+ operator: {
35
+ type: 'string',
36
+ enum: ['=', '!=', '>', '>=', '<', '<=', 'contains', 'doesNotContain', 'isEmpty', 'isNotEmpty', 'in', 'nin', 'fromTo', 'startsWith', 'endsWith', 'is', 'not', 'isAnyOfValue'],
37
+ },
38
+ value: { type: 'string' },
39
+ },
40
+ additionalProperties: false,
41
+ },
14
42
  size: {
15
43
  type: 'object',
16
44
  properties: {
@@ -22,12 +50,39 @@ export const litCaseVariablesTabCellSchema = {
22
50
  },
23
51
  additionalProperties: false,
24
52
  },
25
- buttonVariant: { type: 'string' },
53
+ buttonVariant: {
54
+ type: 'string',
55
+ enum: ['contained', 'outlined', 'text', 'dashed'],
56
+ },
57
+ buttonColor: {
58
+ type: 'string',
59
+ enum: ['primary', 'secondary', 'error', 'warning', 'ai'],
60
+ },
26
61
  buttonFullWidth: { type: 'boolean' },
27
62
  href: { type: ['string'] },
63
+ linkType: {
64
+ type: 'string',
65
+ enum: ['custom', 'case'],
66
+ },
67
+ linkVariable: { type: 'string' },
68
+ dynamicLink: { type: 'string' },
28
69
  headerStyle: { type: ['object'], additionalProperties: true },
29
70
  valueStyle: { type: ['object'], additionalProperties: true },
30
71
  cellStyle: { type: ['object'], additionalProperties: true },
72
+ cellVariant: {
73
+ type: 'string',
74
+ enum: ['default', 'primary', 'success', 'warning', 'error', 'info'],
75
+ },
76
+ valueVariant: {
77
+ type: 'string',
78
+ enum: ['default', 'primary', 'success', 'warning', 'error', 'info'],
79
+ },
80
+ cellCustomStyles: { type: 'boolean' },
81
+ valueCustomStyles: { type: 'boolean' },
82
+ fontWeight: {
83
+ type: 'string',
84
+ enum: ['normal', 'bold', '500', '600', '700']
85
+ },
31
86
  tooltip: { type: ['string'] },
32
87
  currencyType: {
33
88
  type: 'string',
@@ -50,6 +105,10 @@ export const litCaseVariablesTabCellSchema = {
50
105
  ],
51
106
  },
52
107
  numberOfDecimal: { type: 'number' },
108
+ progressColor: {
109
+ type: 'string',
110
+ enum: ['primary', 'success', 'warning', 'error', 'info'],
111
+ },
53
112
  },
54
113
  patternProperties: {
55
114
  '^headerName_(cs|en|de|sk|pl|hu|fr|it|es)$': { type: 'string' },
@@ -1 +1 @@
1
- {"version":3,"file":"lit-case-variables-tab-cell.schema.js","sourceRoot":"","sources":["../../src/schemas/lit-case-variables-tab-cell.schema.ts"],"names":[],"mappings":"AAAA,6BAA6B;AAC7B,MAAM,CAAC,MAAM,6BAA6B,GAAG;IACzC,IAAI,EAAE,QAAQ;IACd,UAAU,EAAE;QACR,KAAK,EAAE,EAAE,IAAI,EAAE,QAAQ,EAAE;QACzB,IAAI,EAAE;YACF,IAAI,EAAE,QAAQ;YACd,IAAI,EAAE,CAAC,QAAQ,EAAE,QAAQ,EAAE,MAAM,EAAE,MAAM,EAAE,UAAU,EAAE,UAAU,EAAE,QAAQ,CAAC;SAC/E;QACD,UAAU,EAAE,EAAE,IAAI,EAAE,QAAQ,EAAE;QAC9B,KAAK,EAAE;YACH,KAAK,EAAE,CAAC,EAAE,IAAI,EAAE,QAAQ,EAAE,EAAE,EAAE,IAAI,EAAE,QAAQ,EAAE,EAAE,EAAE,IAAI,EAAE,MAAM,EAAE,CAAC;SACpE;QACD,IAAI,EAAE;YACF,IAAI,EAAE,QAAQ;YACd,UAAU,EAAE;gBACR,EAAE,EAAE,EAAE,IAAI,EAAE,SAAS,EAAE,OAAO,EAAE,CAAC,EAAE,OAAO,EAAE,CAAC,EAAE;gBAC/C,EAAE,EAAE,EAAE,IAAI,EAAE,SAAS,EAAE,OAAO,EAAE,CAAC,EAAE,OAAO,EAAE,CAAC,EAAE;gBAC/C,EAAE,EAAE,EAAE,IAAI,EAAE,SAAS,EAAE,OAAO,EAAE,CAAC,EAAE,OAAO,EAAE,CAAC,EAAE;gBAC/C,EAAE,EAAE,EAAE,IAAI,EAAE,SAAS,EAAE,OAAO,EAAE,CAAC,EAAE,OAAO,EAAE,CAAC,EAAE;gBAC/C,EAAE,EAAE,EAAE,IAAI,EAAE,SAAS,EAAE,OAAO,EAAE,CAAC,EAAE,OAAO,EAAE,CAAC,EAAE;aAClD;YACD,oBAAoB,EAAE,KAAK;SAC9B;QACD,aAAa,EAAE,EAAE,IAAI,EAAE,QAAQ,EAAE;QACjC,eAAe,EAAE,EAAE,IAAI,EAAE,SAAS,EAAE;QACpC,IAAI,EAAE,EAAE,IAAI,EAAE,CAAC,QAAQ,CAAC,EAAE;QAC1B,WAAW,EAAE,EAAE,IAAI,EAAE,CAAC,QAAQ,CAAC,EAAE,oBAAoB,EAAE,IAAI,EAAE;QAC7D,UAAU,EAAE,EAAE,IAAI,EAAE,CAAC,QAAQ,CAAC,EAAE,oBAAoB,EAAE,IAAI,EAAE;QAC5D,SAAS,EAAE,EAAE,IAAI,EAAE,CAAC,QAAQ,CAAC,EAAE,oBAAoB,EAAE,IAAI,EAAE;QAC3D,OAAO,EAAE,EAAE,IAAI,EAAE,CAAC,QAAQ,CAAC,EAAE;QAC7B,YAAY,EAAE;YACV,IAAI,EAAE,QAAQ;YACd,IAAI,EAAE;gBACF,KAAK;gBACL,KAAK;gBACL,KAAK;gBACL,KAAK;gBACL,KAAK;gBACL,KAAK;gBACL,KAAK;gBACL,KAAK;gBACL,KAAK;gBACL,KAAK;gBACL,KAAK;gBACL,KAAK;gBACL,KAAK;gBACL,KAAK;gBACL,KAAK;aACR;SACJ;QACD,eAAe,EAAE,EAAE,IAAI,EAAE,QAAQ,EAAE;KACtC;IACD,iBAAiB,EAAE;QACf,2CAA2C,EAAE,EAAE,IAAI,EAAE,QAAQ,EAAE;QAC/D,wCAAwC,EAAE,EAAE,IAAI,EAAE,QAAQ,EAAE;QAC5D,sCAAsC,EAAE;YACpC,KAAK,EAAE,CAAC,EAAE,IAAI,EAAE,QAAQ,EAAE,EAAE,EAAE,IAAI,EAAE,QAAQ,EAAE,EAAE,EAAE,IAAI,EAAE,MAAM,EAAE,CAAC;SACpE;KACJ;IACD,QAAQ,EAAE,CAAC,OAAO,CAAC;IACnB,oBAAoB,EAAE,KAAK;CACrB,CAAC"}
1
+ {"version":3,"file":"lit-case-variables-tab-cell.schema.js","sourceRoot":"","sources":["../../src/schemas/lit-case-variables-tab-cell.schema.ts"],"names":[],"mappings":"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"}
@@ -22,6 +22,50 @@ export declare const litCaseVariablesTabRowsSchema: {
22
22
  readonly type: "null";
23
23
  }];
24
24
  };
25
+ readonly conditionalFormatting: {
26
+ readonly type: "object";
27
+ readonly properties: {
28
+ readonly enabled: {
29
+ readonly type: "boolean";
30
+ };
31
+ readonly variable: {
32
+ readonly type: "string";
33
+ };
34
+ readonly operator: {
35
+ readonly type: "string";
36
+ readonly enum: readonly ["=", "!=", ">", ">=", "<", "<=", "contains", "doesNotContain", "isEmpty", "isNotEmpty", "in", "nin", "fromTo", "startsWith", "endsWith", "is", "not", "isAnyOfValue"];
37
+ };
38
+ readonly value: {
39
+ readonly type: "string";
40
+ };
41
+ readonly backgroundColor: {
42
+ readonly type: "string";
43
+ };
44
+ readonly valueColor: {
45
+ readonly type: "string";
46
+ };
47
+ };
48
+ readonly additionalProperties: false;
49
+ };
50
+ readonly hideCondition: {
51
+ readonly type: "object";
52
+ readonly properties: {
53
+ readonly enabled: {
54
+ readonly type: "boolean";
55
+ };
56
+ readonly variable: {
57
+ readonly type: "string";
58
+ };
59
+ readonly operator: {
60
+ readonly type: "string";
61
+ readonly enum: readonly ["=", "!=", ">", ">=", "<", "<=", "contains", "doesNotContain", "isEmpty", "isNotEmpty", "in", "nin", "fromTo", "startsWith", "endsWith", "is", "not", "isAnyOfValue"];
62
+ };
63
+ readonly value: {
64
+ readonly type: "string";
65
+ };
66
+ };
67
+ readonly additionalProperties: false;
68
+ };
25
69
  readonly size: {
26
70
  readonly type: "object";
27
71
  readonly properties: {
@@ -55,6 +99,11 @@ export declare const litCaseVariablesTabRowsSchema: {
55
99
  };
56
100
  readonly buttonVariant: {
57
101
  readonly type: "string";
102
+ readonly enum: readonly ["contained", "outlined", "text", "dashed"];
103
+ };
104
+ readonly buttonColor: {
105
+ readonly type: "string";
106
+ readonly enum: readonly ["primary", "secondary", "error", "warning", "ai"];
58
107
  };
59
108
  readonly buttonFullWidth: {
60
109
  readonly type: "boolean";
@@ -62,6 +111,16 @@ export declare const litCaseVariablesTabRowsSchema: {
62
111
  readonly href: {
63
112
  readonly type: readonly ["string"];
64
113
  };
114
+ readonly linkType: {
115
+ readonly type: "string";
116
+ readonly enum: readonly ["custom", "case"];
117
+ };
118
+ readonly linkVariable: {
119
+ readonly type: "string";
120
+ };
121
+ readonly dynamicLink: {
122
+ readonly type: "string";
123
+ };
65
124
  readonly headerStyle: {
66
125
  readonly type: readonly ["object"];
67
126
  readonly additionalProperties: true;
@@ -74,6 +133,24 @@ export declare const litCaseVariablesTabRowsSchema: {
74
133
  readonly type: readonly ["object"];
75
134
  readonly additionalProperties: true;
76
135
  };
136
+ readonly cellVariant: {
137
+ readonly type: "string";
138
+ readonly enum: readonly ["default", "primary", "success", "warning", "error", "info"];
139
+ };
140
+ readonly valueVariant: {
141
+ readonly type: "string";
142
+ readonly enum: readonly ["default", "primary", "success", "warning", "error", "info"];
143
+ };
144
+ readonly cellCustomStyles: {
145
+ readonly type: "boolean";
146
+ };
147
+ readonly valueCustomStyles: {
148
+ readonly type: "boolean";
149
+ };
150
+ readonly fontWeight: {
151
+ readonly type: "string";
152
+ readonly enum: readonly ["normal", "bold", "500", "600", "700"];
153
+ };
77
154
  readonly tooltip: {
78
155
  readonly type: readonly ["string"];
79
156
  };
@@ -84,6 +161,10 @@ export declare const litCaseVariablesTabRowsSchema: {
84
161
  readonly numberOfDecimal: {
85
162
  readonly type: "number";
86
163
  };
164
+ readonly progressColor: {
165
+ readonly type: "string";
166
+ readonly enum: readonly ["primary", "success", "warning", "error", "info"];
167
+ };
87
168
  };
88
169
  readonly patternProperties: {
89
170
  readonly '^headerName_(cs|en|de|sk|pl|hu|fr|it|es)$': {
@@ -1 +1 @@
1
- {"version":3,"file":"lit-case-variables-tab-rows.schema.d.ts","sourceRoot":"","sources":["../../src/schemas/lit-case-variables-tab-rows.schema.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,6BAA6B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAGhC,CAAC"}
1
+ {"version":3,"file":"lit-case-variables-tab-rows.schema.d.ts","sourceRoot":"","sources":["../../src/schemas/lit-case-variables-tab-rows.schema.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,6BAA6B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAGhC,CAAC"}
@@ -32,6 +32,50 @@ export declare const litCaseVariablesTabSchema: {
32
32
  readonly type: "null";
33
33
  }];
34
34
  };
35
+ readonly conditionalFormatting: {
36
+ readonly type: "object";
37
+ readonly properties: {
38
+ readonly enabled: {
39
+ readonly type: "boolean";
40
+ };
41
+ readonly variable: {
42
+ readonly type: "string";
43
+ };
44
+ readonly operator: {
45
+ readonly type: "string";
46
+ readonly enum: readonly ["=", "!=", ">", ">=", "<", "<=", "contains", "doesNotContain", "isEmpty", "isNotEmpty", "in", "nin", "fromTo", "startsWith", "endsWith", "is", "not", "isAnyOfValue"];
47
+ };
48
+ readonly value: {
49
+ readonly type: "string";
50
+ };
51
+ readonly backgroundColor: {
52
+ readonly type: "string";
53
+ };
54
+ readonly valueColor: {
55
+ readonly type: "string";
56
+ };
57
+ };
58
+ readonly additionalProperties: false;
59
+ };
60
+ readonly hideCondition: {
61
+ readonly type: "object";
62
+ readonly properties: {
63
+ readonly enabled: {
64
+ readonly type: "boolean";
65
+ };
66
+ readonly variable: {
67
+ readonly type: "string";
68
+ };
69
+ readonly operator: {
70
+ readonly type: "string";
71
+ readonly enum: readonly ["=", "!=", ">", ">=", "<", "<=", "contains", "doesNotContain", "isEmpty", "isNotEmpty", "in", "nin", "fromTo", "startsWith", "endsWith", "is", "not", "isAnyOfValue"];
72
+ };
73
+ readonly value: {
74
+ readonly type: "string";
75
+ };
76
+ };
77
+ readonly additionalProperties: false;
78
+ };
35
79
  readonly size: {
36
80
  readonly type: "object";
37
81
  readonly properties: {
@@ -65,6 +109,11 @@ export declare const litCaseVariablesTabSchema: {
65
109
  };
66
110
  readonly buttonVariant: {
67
111
  readonly type: "string";
112
+ readonly enum: readonly ["contained", "outlined", "text", "dashed"];
113
+ };
114
+ readonly buttonColor: {
115
+ readonly type: "string";
116
+ readonly enum: readonly ["primary", "secondary", "error", "warning", "ai"];
68
117
  };
69
118
  readonly buttonFullWidth: {
70
119
  readonly type: "boolean";
@@ -72,6 +121,16 @@ export declare const litCaseVariablesTabSchema: {
72
121
  readonly href: {
73
122
  readonly type: readonly ["string"];
74
123
  };
124
+ readonly linkType: {
125
+ readonly type: "string";
126
+ readonly enum: readonly ["custom", "case"];
127
+ };
128
+ readonly linkVariable: {
129
+ readonly type: "string";
130
+ };
131
+ readonly dynamicLink: {
132
+ readonly type: "string";
133
+ };
75
134
  readonly headerStyle: {
76
135
  readonly type: readonly ["object"];
77
136
  readonly additionalProperties: true;
@@ -84,6 +143,24 @@ export declare const litCaseVariablesTabSchema: {
84
143
  readonly type: readonly ["object"];
85
144
  readonly additionalProperties: true;
86
145
  };
146
+ readonly cellVariant: {
147
+ readonly type: "string";
148
+ readonly enum: readonly ["default", "primary", "success", "warning", "error", "info"];
149
+ };
150
+ readonly valueVariant: {
151
+ readonly type: "string";
152
+ readonly enum: readonly ["default", "primary", "success", "warning", "error", "info"];
153
+ };
154
+ readonly cellCustomStyles: {
155
+ readonly type: "boolean";
156
+ };
157
+ readonly valueCustomStyles: {
158
+ readonly type: "boolean";
159
+ };
160
+ readonly fontWeight: {
161
+ readonly type: "string";
162
+ readonly enum: readonly ["normal", "bold", "500", "600", "700"];
163
+ };
87
164
  readonly tooltip: {
88
165
  readonly type: readonly ["string"];
89
166
  };
@@ -94,6 +171,10 @@ export declare const litCaseVariablesTabSchema: {
94
171
  readonly numberOfDecimal: {
95
172
  readonly type: "number";
96
173
  };
174
+ readonly progressColor: {
175
+ readonly type: "string";
176
+ readonly enum: readonly ["primary", "success", "warning", "error", "info"];
177
+ };
97
178
  };
98
179
  readonly patternProperties: {
99
180
  readonly '^headerName_(cs|en|de|sk|pl|hu|fr|it|es)$': {
@@ -1 +1 @@
1
- {"version":3,"file":"lit-case-variables-tab.schema.d.ts","sourceRoot":"","sources":["../../src/schemas/lit-case-variables-tab.schema.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,yBAAyB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAqB5B,CAAC"}
1
+ {"version":3,"file":"lit-case-variables-tab.schema.d.ts","sourceRoot":"","sources":["../../src/schemas/lit-case-variables-tab.schema.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,yBAAyB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAqB5B,CAAC"}
@@ -266,7 +266,45 @@ export declare const litDataGridTanstackSchema: {
266
266
  readonly type: "boolean";
267
267
  };
268
268
  readonly alwaysFilter: {
269
- readonly type: "string";
269
+ readonly type: "object";
270
+ readonly properties: {
271
+ readonly id: {
272
+ readonly type: "string";
273
+ };
274
+ readonly logicOperator: {
275
+ readonly type: "string";
276
+ readonly enum: readonly ["AND", "OR"];
277
+ };
278
+ readonly conditions: {
279
+ readonly type: "array";
280
+ readonly items: {
281
+ readonly type: "object";
282
+ readonly properties: {
283
+ readonly id: {
284
+ readonly type: "string";
285
+ };
286
+ readonly field: {
287
+ readonly type: "string";
288
+ };
289
+ readonly operator: {
290
+ readonly type: "string";
291
+ readonly enum: string[];
292
+ };
293
+ readonly value: {
294
+ readonly anyOf: readonly [{
295
+ readonly type: "string";
296
+ }, {
297
+ readonly type: "number";
298
+ }, {
299
+ readonly type: "boolean";
300
+ }];
301
+ };
302
+ };
303
+ readonly required: readonly ["id", "field", "operator", "value"];
304
+ };
305
+ };
306
+ };
307
+ readonly required: readonly ["id", "logicOperator", "conditions"];
270
308
  };
271
309
  };
272
310
  readonly additionalProperties: false;
@@ -1 +1 @@
1
- {"version":3,"file":"lit-data-grid-tanstack.schema.d.ts","sourceRoot":"","sources":["../../src/schemas/lit-data-grid-tanstack.schema.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,yBAAyB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAiG5B,CAAC"}
1
+ {"version":3,"file":"lit-data-grid-tanstack.schema.d.ts","sourceRoot":"","sources":["../../src/schemas/lit-data-grid-tanstack.schema.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,yBAAyB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAiG5B,CAAC"}
@@ -1,4 +1,5 @@
1
1
  import { litDataGridTanstackColumnArraySchema } from './lit-data-grid-tanstack-column-array.schema.js';
2
+ import { litFilterBuilderSchema } from './lit-filter-builder.schema.js';
2
3
  export const litDataGridTanstackSchema = {
3
4
  type: 'object',
4
5
  properties: {
@@ -93,7 +94,7 @@ export const litDataGridTanstackSchema = {
93
94
  },
94
95
  autoFocus: { type: 'boolean' },
95
96
  enableSettings: { type: 'boolean' },
96
- alwaysFilter: { type: 'string' },
97
+ alwaysFilter: litFilterBuilderSchema,
97
98
  },
98
99
  additionalProperties: false,
99
100
  };
@@ -1 +1 @@
1
- {"version":3,"file":"lit-data-grid-tanstack.schema.js","sourceRoot":"","sources":["../../src/schemas/lit-data-grid-tanstack.schema.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"lit-data-grid-tanstack.schema.js","sourceRoot":"","sources":["../../src/schemas/lit-data-grid-tanstack.schema.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,67 @@
1
+ export declare const filterConditionSchema: {
2
+ readonly type: "object";
3
+ readonly properties: {
4
+ readonly id: {
5
+ readonly type: "string";
6
+ };
7
+ readonly field: {
8
+ readonly type: "string";
9
+ };
10
+ readonly operator: {
11
+ readonly type: "string";
12
+ readonly enum: string[];
13
+ };
14
+ readonly value: {
15
+ readonly anyOf: readonly [{
16
+ readonly type: "string";
17
+ }, {
18
+ readonly type: "number";
19
+ }, {
20
+ readonly type: "boolean";
21
+ }];
22
+ };
23
+ };
24
+ readonly required: readonly ["id", "field", "operator", "value"];
25
+ };
26
+ export declare const litFilterBuilderSchema: {
27
+ readonly type: "object";
28
+ readonly properties: {
29
+ readonly id: {
30
+ readonly type: "string";
31
+ };
32
+ readonly logicOperator: {
33
+ readonly type: "string";
34
+ readonly enum: readonly ["AND", "OR"];
35
+ };
36
+ readonly conditions: {
37
+ readonly type: "array";
38
+ readonly items: {
39
+ readonly type: "object";
40
+ readonly properties: {
41
+ readonly id: {
42
+ readonly type: "string";
43
+ };
44
+ readonly field: {
45
+ readonly type: "string";
46
+ };
47
+ readonly operator: {
48
+ readonly type: "string";
49
+ readonly enum: string[];
50
+ };
51
+ readonly value: {
52
+ readonly anyOf: readonly [{
53
+ readonly type: "string";
54
+ }, {
55
+ readonly type: "number";
56
+ }, {
57
+ readonly type: "boolean";
58
+ }];
59
+ };
60
+ };
61
+ readonly required: readonly ["id", "field", "operator", "value"];
62
+ };
63
+ };
64
+ };
65
+ readonly required: readonly ["id", "logicOperator", "conditions"];
66
+ };
67
+ //# sourceMappingURL=lit-filter-builder.schema.d.ts.map