overview-components 1.0.79 → 1.0.80
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/assets/generated/locales/de.js +70 -72
- package/dist/assets/generated/locales/de.js.map +1 -0
- package/dist/assets/generated/locales/en.js +70 -72
- package/dist/assets/generated/locales/en.js.map +1 -0
- package/dist/assets/generated/locales/fr.js +70 -72
- package/dist/assets/generated/locales/fr.js.map +1 -0
- package/dist/assets/generated/locales/hr.js +70 -72
- package/dist/assets/generated/locales/hr.js.map +1 -0
- package/dist/assets/generated/locales/it.js +70 -72
- package/dist/assets/generated/locales/it.js.map +1 -0
- package/dist/assets/generated/locales/pl.js +70 -72
- package/dist/assets/generated/locales/pl.js.map +1 -0
- package/dist/assets/generated/locales/ro.js +70 -72
- package/dist/assets/generated/locales/ro.js.map +1 -0
- package/dist/assets/generated/locales/sk.js +70 -72
- package/dist/assets/generated/locales/sk.js.map +1 -0
- package/dist/assets/generated/locales/sr.js +70 -72
- package/dist/assets/generated/locales/sr.js.map +1 -0
- package/dist/assets/icons/iconGlyphs.js +678 -679
- package/dist/assets/icons/iconGlyphs.js.map +1 -0
- package/dist/assets/illustration/delete-illustration.js +96 -0
- package/dist/assets/illustration/delete-illustration.js.map +1 -0
- package/dist/assets/illustration/no-content.js +167 -0
- package/dist/assets/illustration/no-content.js.map +1 -0
- package/dist/assets/illustration/no-preview.js +133 -0
- package/dist/assets/illustration/no-preview.js.map +1 -0
- package/dist/assets/illustration/not-found.js +106 -0
- package/dist/assets/illustration/not-found.js.map +1 -0
- package/dist/assets/illustration/settings-illustration.js +176 -0
- package/dist/assets/illustration/settings-illustration.js.map +1 -0
- package/dist/components/components-settings/attachments-tab-settings.js +226 -0
- package/dist/components/components-settings/attachments-tab-settings.js.map +1 -0
- package/dist/components/components-settings/data-grid-settings.js +318 -0
- package/dist/components/components-settings/data-grid-settings.js.map +1 -0
- package/dist/components/components-settings/section-tab-settings.js +269 -0
- package/dist/components/components-settings/section-tab-settings.js.map +1 -0
- package/dist/components/components-settings/tabs-overview-settings.js +439 -0
- package/dist/components/components-settings/tabs-overview-settings.js.map +1 -0
- package/dist/components/lit-attachments-tab.js +432 -271
- package/dist/components/lit-attachments-tab.js.map +1 -0
- package/dist/components/lit-badge.js +40 -40
- package/dist/components/lit-badge.js.map +1 -0
- package/dist/components/lit-case-variables-tab.js +497 -382
- package/dist/components/lit-case-variables-tab.js.map +1 -0
- package/dist/components/lit-chart.js +406 -378
- package/dist/components/lit-chart.js.map +1 -0
- package/dist/components/lit-data-grid-tanstack.js +1663 -1150
- package/dist/components/lit-data-grid-tanstack.js.map +1 -0
- package/dist/components/lit-filter-modal.js +230 -198
- package/dist/components/lit-filter-modal.js.map +1 -0
- package/dist/components/lit-multiselect-item.js +477 -301
- package/dist/components/lit-multiselect-item.js.map +1 -0
- package/dist/components/lit-section-tab.js +85 -73
- package/dist/components/lit-section-tab.js.map +1 -0
- package/dist/components/lit-tabs-overview.js +232 -191
- package/dist/components/lit-tabs-overview.js.map +1 -0
- package/dist/components/modals/lit-confirm-modal.js +120 -0
- package/dist/components/modals/lit-confirm-modal.js.map +1 -0
- package/dist/components/modals/lit-delete-modal.js +128 -0
- package/dist/components/modals/lit-delete-modal.js.map +1 -0
- package/dist/components/react-wrappers/attachments-tab.js +8 -13
- package/dist/components/react-wrappers/attachments-tab.js.map +1 -0
- package/dist/components/react-wrappers/badge.js +8 -13
- package/dist/components/react-wrappers/badge.js.map +1 -0
- package/dist/components/react-wrappers/button.js +8 -13
- package/dist/components/react-wrappers/button.js.map +1 -0
- package/dist/components/react-wrappers/case-variables-tab.js +8 -13
- package/dist/components/react-wrappers/case-variables-tab.js.map +1 -0
- package/dist/components/react-wrappers/chart.js +8 -13
- package/dist/components/react-wrappers/chart.js.map +1 -0
- package/dist/components/react-wrappers/data-grid-tanstack.js +8 -13
- package/dist/components/react-wrappers/data-grid-tanstack.js.map +1 -0
- package/dist/components/react-wrappers/filter-modal.js +8 -13
- package/dist/components/react-wrappers/filter-modal.js.map +1 -0
- package/dist/components/react-wrappers/progress-bar.js +8 -13
- package/dist/components/react-wrappers/progress-bar.js.map +1 -0
- package/dist/components/react-wrappers/section-tab.js +8 -13
- package/dist/components/react-wrappers/section-tab.js.map +1 -0
- package/dist/components/react-wrappers/tabs-overview.js +8 -13
- package/dist/components/react-wrappers/tabs-overview.js.map +1 -0
- package/dist/data/translations.js +2763 -0
- package/dist/data/translations.js.map +1 -0
- package/dist/index.js +107 -113
- package/dist/index.js.map +1 -0
- package/dist/schemas/index.js +17 -0
- package/dist/schemas/index.js.map +1 -0
- package/dist/schemas/lit-attachments-tab-document.schema.js +20 -0
- package/dist/schemas/lit-attachments-tab-document.schema.js.map +1 -0
- package/dist/schemas/lit-attachments-tab-settings-value.schema.js +15 -0
- package/dist/schemas/lit-attachments-tab-settings-value.schema.js.map +1 -0
- package/dist/schemas/lit-attachments-tab.schema.js +32 -0
- package/dist/schemas/lit-attachments-tab.schema.js.map +1 -0
- package/dist/schemas/lit-case-variables-tab-cell.schema.js +43 -0
- package/dist/schemas/lit-case-variables-tab-cell.schema.js.map +1 -0
- package/dist/schemas/lit-case-variables-tab-rows.schema.js +6 -0
- package/dist/schemas/lit-case-variables-tab-rows.schema.js.map +1 -0
- package/dist/schemas/lit-case-variables-tab.schema.js +24 -0
- package/dist/schemas/lit-case-variables-tab.schema.js.map +1 -0
- package/dist/schemas/lit-data-grid-tanstack-column-array.schema.js +6 -0
- package/dist/schemas/lit-data-grid-tanstack-column-array.schema.js.map +1 -0
- package/dist/schemas/lit-data-grid-tanstack-column-custom-filter-array.schema.js +6 -0
- package/dist/schemas/lit-data-grid-tanstack-column-custom-filter-array.schema.js.map +1 -0
- package/dist/schemas/lit-data-grid-tanstack-column-custom-filter.schema.js +11 -0
- package/dist/schemas/lit-data-grid-tanstack-column-custom-filter.schema.js.map +1 -0
- package/dist/schemas/lit-data-grid-tanstack-column.schema.js +55 -0
- package/dist/schemas/lit-data-grid-tanstack-column.schema.js.map +1 -0
- package/dist/schemas/lit-data-grid-tanstack.schema.js +99 -0
- package/dist/schemas/lit-data-grid-tanstack.schema.js.map +1 -0
- package/dist/schemas/lit-section-tab-schema.js +24 -0
- package/dist/schemas/lit-section-tab-schema.js.map +1 -0
- package/dist/schemas/lit-tabs-overview-tab-array.schema.js +6 -0
- package/dist/schemas/lit-tabs-overview-tab-array.schema.js.map +1 -0
- package/dist/schemas/lit-tabs-overview-tab.schema.js +32 -0
- package/dist/schemas/lit-tabs-overview-tab.schema.js.map +1 -0
- package/dist/schemas/lit-tabs-overview.schema.js +29 -0
- package/dist/schemas/lit-tabs-overview.schema.js.map +1 -0
- package/dist/scripts/translate-locales.js +69 -0
- package/dist/scripts/translate-locales.js.map +1 -0
- package/dist/shared/filter-inputs.js +335 -234
- package/dist/shared/filter-inputs.js.map +1 -0
- package/dist/shared/lit-button.js +80 -66
- package/dist/shared/lit-button.js.map +1 -0
- package/dist/shared/lit-case-variables-tab-cell.js +127 -108
- package/dist/shared/lit-case-variables-tab-cell.js.map +1 -0
- package/dist/shared/lit-checkbox.js +94 -78
- package/dist/shared/lit-checkbox.js.map +1 -0
- package/dist/shared/lit-custom-popper.js +84 -66
- package/dist/shared/lit-custom-popper.js.map +1 -0
- package/dist/shared/lit-data-grid-action-buttons-popover.js +178 -141
- package/dist/shared/lit-data-grid-action-buttons-popover.js.map +1 -0
- package/dist/shared/lit-data-grid-density-popover.js +54 -49
- package/dist/shared/lit-data-grid-density-popover.js.map +1 -0
- package/dist/shared/lit-data-grid-export-popover.js +43 -41
- package/dist/shared/lit-data-grid-export-popover.js.map +1 -0
- package/dist/shared/lit-data-grid-operators-popover.js +90 -70
- package/dist/shared/lit-data-grid-operators-popover.js.map +1 -0
- package/dist/shared/lit-data-grid-row-actions.js +54 -51
- package/dist/shared/lit-data-grid-row-actions.js.map +1 -0
- package/dist/shared/lit-date-picker.js +451 -370
- package/dist/shared/lit-date-picker.js.map +1 -0
- package/dist/shared/lit-icon-button.js +66 -52
- package/dist/shared/lit-icon-button.js.map +1 -0
- package/dist/shared/lit-icon.js +261 -259
- package/dist/shared/lit-icon.js.map +1 -0
- package/dist/shared/lit-input.js +143 -115
- package/dist/shared/lit-input.js.map +1 -0
- package/dist/shared/lit-label.js +63 -55
- package/dist/shared/lit-label.js.map +1 -0
- package/dist/shared/lit-loader.js +26 -27
- package/dist/shared/lit-loader.js.map +1 -0
- package/dist/shared/lit-loading-bar.js +57 -24
- package/dist/shared/lit-loading-bar.js.map +1 -0
- package/dist/shared/lit-menu-item.js +56 -51
- package/dist/shared/lit-menu-item.js.map +1 -0
- package/dist/shared/lit-menu.js +22 -20
- package/dist/shared/lit-menu.js.map +1 -0
- package/dist/shared/lit-modal-body.js +9 -15
- package/dist/shared/lit-modal-body.js.map +1 -0
- package/dist/shared/lit-modal-footer.js +17 -20
- package/dist/shared/lit-modal-footer.js.map +1 -0
- package/dist/shared/lit-modal-header.js +24 -27
- package/dist/shared/lit-modal-header.js.map +1 -0
- package/dist/shared/lit-modal.js +112 -71
- package/dist/shared/lit-modal.js.map +1 -0
- package/dist/shared/lit-overflow-tooltip.js +86 -68
- package/dist/shared/lit-overflow-tooltip.js.map +1 -0
- package/dist/shared/lit-pill.js +39 -37
- package/dist/shared/lit-pill.js.map +1 -0
- package/dist/shared/lit-progress-bar.js +33 -35
- package/dist/shared/lit-progress-bar.js.map +1 -0
- package/dist/shared/lit-responsive-button.js +74 -64
- package/dist/shared/lit-responsive-button.js.map +1 -0
- package/dist/shared/lit-select-field.js +266 -183
- package/dist/shared/lit-select-field.js.map +1 -0
- package/dist/shared/lit-select.js +276 -202
- package/dist/shared/lit-select.js.map +1 -0
- package/dist/shared/lit-settings.js +68 -51
- package/dist/shared/lit-settings.js.map +1 -0
- package/dist/shared/lit-text-field.js +99 -82
- package/dist/shared/lit-text-field.js.map +1 -0
- package/dist/shared/lit-toggle.js +74 -65
- package/dist/shared/lit-toggle.js.map +1 -0
- package/dist/shared/lit-tooltip.js +113 -84
- package/dist/shared/lit-tooltip.js.map +1 -0
- package/dist/shared/simple-popper.js +229 -149
- package/dist/shared/simple-popper.js.map +1 -0
- package/dist/shared/simple-tooltip.js +198 -124
- package/dist/shared/simple-tooltip.js.map +1 -0
- package/dist/shared/styles/button-shared-styles.js +4 -8
- package/dist/shared/styles/button-shared-styles.js.map +1 -0
- package/dist/styles.js +3 -8
- package/dist/styles.js.map +1 -0
- package/dist/utils/currency.js +15 -12
- package/dist/utils/currency.js.map +1 -0
- package/dist/utils/custom-filters.js +80 -46
- package/dist/utils/custom-filters.js.map +1 -0
- package/dist/utils/date.js +21 -14
- package/dist/utils/date.js.map +1 -0
- package/dist/utils/getOperatorByType.js +65 -51
- package/dist/utils/getOperatorByType.js.map +1 -0
- package/dist/utils/getOverviewValue.js +177 -0
- package/dist/utils/getOverviewValue.js.map +1 -0
- package/dist/utils/localization.js +429 -412
- package/dist/utils/localization.js.map +1 -0
- package/dist/utils/utils.js +12 -10
- package/dist/utils/utils.js.map +1 -0
- package/dist/utils/validate-json-schema.js +8 -0
- package/dist/utils/validate-json-schema.js.map +1 -0
- package/dist/validators/validator.js +7 -0
- package/dist/validators/validator.js.map +1 -0
- package/package.json +2 -2
package/dist/shared/lit-icon.js
CHANGED
|
@@ -1,256 +1,260 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
import h from "../styles.js";
|
|
7
|
-
import u from "../assets/icons/iconGlyphs.js";
|
|
8
|
-
import { css as v } from "../node_modules/@lit/reactive-element/css-tag.js";
|
|
9
|
-
var g = Object.defineProperty, F = Object.getOwnPropertyDescriptor, o = (l, t, s, r) => {
|
|
10
|
-
for (var e = r > 1 ? void 0 : r ? F(t, s) : t, a = l.length - 1, n; a >= 0; a--)
|
|
11
|
-
(n = l[a]) && (e = (r ? n(t, s, e) : n(e)) || e);
|
|
12
|
-
return r && e && g(t, s, e), e;
|
|
1
|
+
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
2
|
+
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
3
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
4
|
+
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
5
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
13
6
|
};
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
7
|
+
import { LitElement, html, css } from 'lit';
|
|
8
|
+
import { customElement, property } from 'lit/decorators.js';
|
|
9
|
+
import styles from '../styles.js';
|
|
10
|
+
import glyphs from '../assets/icons/iconGlyphs.js';
|
|
11
|
+
export const IconArray = [
|
|
12
|
+
'archive',
|
|
13
|
+
'requiredFilled',
|
|
14
|
+
'account',
|
|
15
|
+
'add',
|
|
16
|
+
'administration',
|
|
17
|
+
'arrowLeft',
|
|
18
|
+
'arrowRight',
|
|
19
|
+
'bell',
|
|
20
|
+
'bellNotify',
|
|
21
|
+
'cases',
|
|
22
|
+
'darkMode',
|
|
23
|
+
'documents',
|
|
24
|
+
'events',
|
|
25
|
+
'favorite',
|
|
26
|
+
'help',
|
|
27
|
+
'home',
|
|
28
|
+
'leave',
|
|
29
|
+
'lightMode',
|
|
30
|
+
'manuals',
|
|
31
|
+
'overviews',
|
|
32
|
+
'planning',
|
|
33
|
+
'reports',
|
|
34
|
+
'roles',
|
|
35
|
+
'search',
|
|
36
|
+
'settings',
|
|
37
|
+
'structure',
|
|
38
|
+
'tasks',
|
|
39
|
+
'templates',
|
|
40
|
+
'users',
|
|
41
|
+
'close',
|
|
42
|
+
'curveArrow',
|
|
43
|
+
'administrator',
|
|
44
|
+
'delegate',
|
|
45
|
+
'download',
|
|
46
|
+
'assume',
|
|
47
|
+
'calculator',
|
|
48
|
+
'check',
|
|
49
|
+
'chevronDown',
|
|
50
|
+
'handover',
|
|
51
|
+
'flag',
|
|
52
|
+
'filter',
|
|
53
|
+
'favoriteAdd',
|
|
54
|
+
'note',
|
|
55
|
+
'more',
|
|
56
|
+
'minus',
|
|
57
|
+
'success',
|
|
58
|
+
'time',
|
|
59
|
+
'trash',
|
|
60
|
+
'pen',
|
|
61
|
+
'unlike',
|
|
62
|
+
'user',
|
|
63
|
+
'puzzle',
|
|
64
|
+
'informative',
|
|
65
|
+
'save',
|
|
66
|
+
'warning',
|
|
67
|
+
'help2',
|
|
68
|
+
'accomplish',
|
|
69
|
+
'addDocument',
|
|
70
|
+
'addNote',
|
|
71
|
+
'checkboxEmpty',
|
|
72
|
+
'expand',
|
|
73
|
+
'duplicate',
|
|
74
|
+
'history',
|
|
75
|
+
'instruction',
|
|
76
|
+
'radioEmpty',
|
|
77
|
+
'print',
|
|
78
|
+
'zoomIn',
|
|
79
|
+
'view',
|
|
80
|
+
'reading',
|
|
81
|
+
'reload',
|
|
82
|
+
'logs',
|
|
83
|
+
'flow',
|
|
84
|
+
'csv',
|
|
85
|
+
'contact',
|
|
86
|
+
'columns',
|
|
87
|
+
'hamburger',
|
|
88
|
+
'beginning',
|
|
89
|
+
'signal',
|
|
90
|
+
'variable',
|
|
91
|
+
'up',
|
|
92
|
+
'upload',
|
|
93
|
+
'revision',
|
|
94
|
+
'typing',
|
|
95
|
+
'tasksFilled',
|
|
96
|
+
'overviewsFilled',
|
|
97
|
+
'homeFilled',
|
|
98
|
+
'favoriteFilled',
|
|
99
|
+
'flagFilled',
|
|
100
|
+
'darkModeFilled',
|
|
101
|
+
'bellFilled',
|
|
102
|
+
'administrationFilled',
|
|
103
|
+
'administratorFilled',
|
|
104
|
+
'casesFilled',
|
|
105
|
+
'manualsFilled',
|
|
106
|
+
'reportsFilled',
|
|
107
|
+
'structureFilled',
|
|
108
|
+
'usersFilled',
|
|
109
|
+
'userFilled',
|
|
110
|
+
'settingsFilled',
|
|
111
|
+
'lightModeFilled',
|
|
112
|
+
'leaveFilled',
|
|
113
|
+
'searchFilled',
|
|
114
|
+
'checkboxFilled',
|
|
115
|
+
'checkFilled',
|
|
116
|
+
'chevronDownFilled',
|
|
117
|
+
'chevronUpFilled',
|
|
118
|
+
'chevronRightFilled',
|
|
119
|
+
'chevronLeftFilled',
|
|
120
|
+
'logsFilled',
|
|
121
|
+
'radioFilled',
|
|
122
|
+
'historyFilled',
|
|
123
|
+
'sortFilled',
|
|
124
|
+
'variableFilled',
|
|
125
|
+
'dangerFilled',
|
|
126
|
+
'eventsFilled',
|
|
127
|
+
'helpFilled',
|
|
128
|
+
'rolesFilled',
|
|
129
|
+
'clean',
|
|
130
|
+
'dms',
|
|
131
|
+
'cog',
|
|
132
|
+
'email',
|
|
133
|
+
'files',
|
|
134
|
+
'chevron',
|
|
135
|
+
'hand',
|
|
136
|
+
'hide',
|
|
137
|
+
'hierarchy',
|
|
138
|
+
'import',
|
|
139
|
+
'index',
|
|
140
|
+
'infinity',
|
|
141
|
+
'infinity2',
|
|
142
|
+
'reset',
|
|
143
|
+
'rest',
|
|
144
|
+
'sleep',
|
|
145
|
+
'sorting',
|
|
146
|
+
'totake',
|
|
147
|
+
'totakedelegate',
|
|
148
|
+
'shredding',
|
|
149
|
+
'show',
|
|
150
|
+
'share',
|
|
151
|
+
'table',
|
|
152
|
+
'url',
|
|
153
|
+
'schema',
|
|
154
|
+
'stats',
|
|
155
|
+
'zoomout',
|
|
156
|
+
'book',
|
|
157
|
+
'authentication',
|
|
158
|
+
'apphealth',
|
|
159
|
+
'certificate',
|
|
160
|
+
'console',
|
|
161
|
+
'folder',
|
|
162
|
+
'hragenda',
|
|
163
|
+
'script',
|
|
164
|
+
'sequence',
|
|
165
|
+
'serviceoperation',
|
|
166
|
+
'archiveFilled',
|
|
167
|
+
'planningFilled',
|
|
168
|
+
'approval',
|
|
169
|
+
'certificate2',
|
|
170
|
+
'change',
|
|
171
|
+
'chevrondown',
|
|
172
|
+
'cursor',
|
|
173
|
+
'copylink',
|
|
174
|
+
'column',
|
|
175
|
+
'documentsFilled',
|
|
176
|
+
'filterFilled',
|
|
177
|
+
'filteroff',
|
|
178
|
+
'hr',
|
|
179
|
+
'image',
|
|
180
|
+
'outoftime',
|
|
181
|
+
'news',
|
|
182
|
+
'newsFilled',
|
|
183
|
+
'morevertical',
|
|
184
|
+
'spinner',
|
|
185
|
+
'userFilled2',
|
|
186
|
+
'tasksii',
|
|
187
|
+
'rowlarge',
|
|
188
|
+
'rowmedium',
|
|
189
|
+
'rowmall',
|
|
190
|
+
'touchid',
|
|
191
|
+
'acces',
|
|
192
|
+
'agenda',
|
|
193
|
+
'annoncement',
|
|
194
|
+
'email2',
|
|
195
|
+
'export',
|
|
196
|
+
'faceid',
|
|
197
|
+
'deviceregister',
|
|
198
|
+
'lock',
|
|
199
|
+
'outoftime2',
|
|
200
|
+
'qr',
|
|
201
|
+
'unlock',
|
|
202
|
+
'zastupovany',
|
|
203
|
+
'csvFilled',
|
|
204
|
+
'qrFilled',
|
|
205
|
+
'knowledgeFilled',
|
|
206
|
+
'hragendaFilled',
|
|
207
|
+
'deviceregisterFilled',
|
|
208
|
+
'agregation',
|
|
209
|
+
'code',
|
|
210
|
+
'flowii',
|
|
211
|
+
'cursor2',
|
|
212
|
+
'drag',
|
|
213
|
+
'link',
|
|
214
|
+
'lang',
|
|
215
|
+
'pinFilled',
|
|
216
|
+
'pin',
|
|
217
|
+
'play',
|
|
218
|
+
'return',
|
|
219
|
+
'sorting2',
|
|
220
|
+
'switch',
|
|
221
|
+
'test',
|
|
222
|
+
'stop',
|
|
223
|
+
'zoom',
|
|
224
|
+
'wrapitup',
|
|
225
|
+
'web',
|
|
229
226
|
];
|
|
230
|
-
let
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
227
|
+
let LitIcon = class LitIcon extends LitElement {
|
|
228
|
+
constructor() {
|
|
229
|
+
super(...arguments);
|
|
230
|
+
this.icon = 'add';
|
|
231
|
+
this.size = '1.375rem';
|
|
232
|
+
this.isActive = false;
|
|
233
|
+
this.notRotateIcon = ['arrowLeft', 'arrowRight'];
|
|
234
|
+
}
|
|
235
|
+
render() {
|
|
236
|
+
const glyph = this.icon ? glyphs[this.icon] : undefined;
|
|
237
|
+
if (!glyph) {
|
|
238
|
+
return html `<span>Icon not found</span>`;
|
|
239
|
+
}
|
|
240
|
+
return html `
|
|
237
241
|
<svg
|
|
238
242
|
xmlns="http://www.w3.org/2000/svg"
|
|
239
243
|
viewBox="0 0 512 512"
|
|
240
|
-
style="width: ${this.size ||
|
|
244
|
+
style="width: ${this.size || ' 1.5rem'} ; height: ${this.size || ' 1.5rem'};"
|
|
241
245
|
class="rotated"
|
|
242
|
-
fill="${this.isActive ?
|
|
246
|
+
fill="${this.isActive ? 'var(--color-primary-main, #76b703)' : 'currentColor'}"
|
|
243
247
|
>
|
|
244
248
|
<g transform="translate(0,20)">
|
|
245
|
-
<path d="${
|
|
249
|
+
<path d="${glyph.d}" />
|
|
246
250
|
</g>
|
|
247
251
|
</svg>
|
|
248
|
-
|
|
249
|
-
|
|
252
|
+
`;
|
|
253
|
+
}
|
|
250
254
|
};
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
255
|
+
LitIcon.styles = [
|
|
256
|
+
styles,
|
|
257
|
+
css `
|
|
254
258
|
:host {
|
|
255
259
|
position: relative;
|
|
256
260
|
display: inline-block;
|
|
@@ -262,21 +266,19 @@ i.styles = [
|
|
|
262
266
|
svg.rotated {
|
|
263
267
|
transform: scaleY(-1);
|
|
264
268
|
}
|
|
265
|
-
|
|
269
|
+
`,
|
|
266
270
|
];
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
],
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
],
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
],
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
],
|
|
279
|
-
export {
|
|
280
|
-
|
|
281
|
-
i as LitIcon
|
|
282
|
-
};
|
|
271
|
+
__decorate([
|
|
272
|
+
property({ type: String })
|
|
273
|
+
], LitIcon.prototype, "icon", void 0);
|
|
274
|
+
__decorate([
|
|
275
|
+
property({ type: String })
|
|
276
|
+
], LitIcon.prototype, "size", void 0);
|
|
277
|
+
__decorate([
|
|
278
|
+
property({ type: Boolean, reflect: true })
|
|
279
|
+
], LitIcon.prototype, "isActive", void 0);
|
|
280
|
+
LitIcon = __decorate([
|
|
281
|
+
customElement('lit-icon')
|
|
282
|
+
], LitIcon);
|
|
283
|
+
export { LitIcon };
|
|
284
|
+
//# sourceMappingURL=lit-icon.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"lit-icon.js","sourceRoot":"","sources":["../../src/shared/lit-icon.ts"],"names":[],"mappings":"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"}
|