@genesislcap/rapid-grid-tabulator 14.238.0
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/README.md +29 -0
- package/custom-elements-manifest.config.js +14 -0
- package/dist/custom-elements.json +1231 -0
- package/dist/dts/cell-renderers/action.renderer.d.ts +23 -0
- package/dist/dts/cell-renderers/action.renderer.d.ts.map +1 -0
- package/dist/dts/cell-renderers/index.d.ts +2 -0
- package/dist/dts/cell-renderers/index.d.ts.map +1 -0
- package/dist/dts/grid-components.d.ts +16 -0
- package/dist/dts/grid-components.d.ts.map +1 -0
- package/dist/dts/grid-tabulator.d.ts +38 -0
- package/dist/dts/grid-tabulator.d.ts.map +1 -0
- package/dist/dts/grid-tabulator.styles.d.ts +2 -0
- package/dist/dts/grid-tabulator.styles.d.ts.map +1 -0
- package/dist/dts/grid-tabulator.template.d.ts +2 -0
- package/dist/dts/grid-tabulator.template.d.ts.map +1 -0
- package/dist/dts/index.d.ts +9 -0
- package/dist/dts/index.d.ts.map +1 -0
- package/dist/dts/style/colors.d.ts +16 -0
- package/dist/dts/style/colors.d.ts.map +1 -0
- package/dist/dts/style/index.d.ts +3 -0
- package/dist/dts/style/index.d.ts.map +1 -0
- package/dist/dts/style/tokens.d.ts +9 -0
- package/dist/dts/style/tokens.d.ts.map +1 -0
- package/dist/dts/themes/genesis-rapid/theme-genesis-rapid-css.d.ts +2 -0
- package/dist/dts/themes/genesis-rapid/theme-genesis-rapid-css.d.ts.map +1 -0
- package/dist/dts/themes/genesis-rapid/theme-genesis-rapid.d.ts +8 -0
- package/dist/dts/themes/genesis-rapid/theme-genesis-rapid.d.ts.map +1 -0
- package/dist/dts/themes/index.d.ts +2 -0
- package/dist/dts/themes/index.d.ts.map +1 -0
- package/dist/esm/cell-renderers/action.renderer.js +39 -0
- package/dist/esm/cell-renderers/index.js +1 -0
- package/dist/esm/grid-components.js +29 -0
- package/dist/esm/grid-tabulator.js +53 -0
- package/dist/esm/grid-tabulator.styles.js +21 -0
- package/dist/esm/grid-tabulator.template.js +2 -0
- package/dist/esm/index.js +8 -0
- package/dist/esm/style/colors.js +16 -0
- package/dist/esm/style/index.js +2 -0
- package/dist/esm/style/tokens.js +21 -0
- package/dist/esm/themes/genesis-rapid/theme-genesis-rapid-css.js +1326 -0
- package/dist/esm/themes/genesis-rapid/theme-genesis-rapid.js +89 -0
- package/dist/esm/themes/index.js +1 -0
- package/genx.config.ts +11 -0
- package/license.txt +46 -0
- package/package.json +70 -0
|
@@ -0,0 +1,1231 @@
|
|
|
1
|
+
{
|
|
2
|
+
"schemaVersion": "1.0.0",
|
|
3
|
+
"readme": "",
|
|
4
|
+
"modules": [
|
|
5
|
+
{
|
|
6
|
+
"kind": "javascript-module",
|
|
7
|
+
"path": "src/grid-components.ts",
|
|
8
|
+
"declarations": [
|
|
9
|
+
{
|
|
10
|
+
"kind": "variable",
|
|
11
|
+
"name": "rapidGridTabulatorComponents",
|
|
12
|
+
"type": {
|
|
13
|
+
"text": "object"
|
|
14
|
+
},
|
|
15
|
+
"default": "{\n // rapidAgActionRenderer,\n // rapidAgActionsMenuRenderer,\n // rapidAgBooleanRenderer,\n // rapidAgTextRenderer,\n // rapidAgSelectRenderer,\n rapidGridTabulator,\n register(container?: Container, ...rest: any[]) {\n if (!container) {\n // preserve backward compatibility with code that loops through\n // the values of this object and calls them as funcs with no args\n return;\n }\n for (const key in this) {\n if (key === 'register') {\n continue;\n }\n this[key]().register(container, ...rest);\n }\n },\n}"
|
|
16
|
+
}
|
|
17
|
+
],
|
|
18
|
+
"exports": [
|
|
19
|
+
{
|
|
20
|
+
"kind": "js",
|
|
21
|
+
"name": "rapidGridTabulatorComponents",
|
|
22
|
+
"declaration": {
|
|
23
|
+
"name": "rapidGridTabulatorComponents",
|
|
24
|
+
"module": "src/grid-components.ts"
|
|
25
|
+
}
|
|
26
|
+
}
|
|
27
|
+
]
|
|
28
|
+
},
|
|
29
|
+
{
|
|
30
|
+
"kind": "javascript-module",
|
|
31
|
+
"path": "src/grid-tabulator.styles.ts",
|
|
32
|
+
"declarations": [
|
|
33
|
+
{
|
|
34
|
+
"kind": "variable",
|
|
35
|
+
"name": "rapidGridTabulatorStyles",
|
|
36
|
+
"default": "css`\n /* All the Tabulator themes */\n\n /* gridTabulatorStyles */\n\n /* 100% custom, CSS based, our own name: tabulator-theme-genesis-rapid */\n ${themeGenesisRapid}\n ${themeGenesisRapidDark}\n\n :host {\n width: 100%;\n height: 100%;\n }\n\n #grid {\n height: 100%;\n }\n`"
|
|
37
|
+
}
|
|
38
|
+
],
|
|
39
|
+
"exports": [
|
|
40
|
+
{
|
|
41
|
+
"kind": "js",
|
|
42
|
+
"name": "rapidGridTabulatorStyles",
|
|
43
|
+
"declaration": {
|
|
44
|
+
"name": "rapidGridTabulatorStyles",
|
|
45
|
+
"module": "src/grid-tabulator.styles.ts"
|
|
46
|
+
}
|
|
47
|
+
}
|
|
48
|
+
]
|
|
49
|
+
},
|
|
50
|
+
{
|
|
51
|
+
"kind": "javascript-module",
|
|
52
|
+
"path": "src/grid-tabulator.template.ts",
|
|
53
|
+
"declarations": [
|
|
54
|
+
{
|
|
55
|
+
"kind": "variable",
|
|
56
|
+
"name": "rapidGridTabulatorTemplate",
|
|
57
|
+
"default": "gridTabulatorTemplate"
|
|
58
|
+
}
|
|
59
|
+
],
|
|
60
|
+
"exports": [
|
|
61
|
+
{
|
|
62
|
+
"kind": "js",
|
|
63
|
+
"name": "rapidGridTabulatorTemplate",
|
|
64
|
+
"declaration": {
|
|
65
|
+
"name": "rapidGridTabulatorTemplate",
|
|
66
|
+
"module": "src/grid-tabulator.template.ts"
|
|
67
|
+
}
|
|
68
|
+
}
|
|
69
|
+
]
|
|
70
|
+
},
|
|
71
|
+
{
|
|
72
|
+
"kind": "javascript-module",
|
|
73
|
+
"path": "src/grid-tabulator.ts",
|
|
74
|
+
"declarations": [
|
|
75
|
+
{
|
|
76
|
+
"kind": "class",
|
|
77
|
+
"description": "",
|
|
78
|
+
"name": "RapidGridTabulator",
|
|
79
|
+
"members": [
|
|
80
|
+
{
|
|
81
|
+
"kind": "field",
|
|
82
|
+
"name": "theme",
|
|
83
|
+
"type": {
|
|
84
|
+
"text": "string"
|
|
85
|
+
},
|
|
86
|
+
"default": "'tabulator-theme-genesis-rapid-dark'",
|
|
87
|
+
"description": "Sets default theme to Rapid",
|
|
88
|
+
"inheritedFrom": {
|
|
89
|
+
"name": "GridTabulator",
|
|
90
|
+
"module": "src/grid-tabulator.ts"
|
|
91
|
+
}
|
|
92
|
+
},
|
|
93
|
+
{
|
|
94
|
+
"kind": "method",
|
|
95
|
+
"name": "themeChanged",
|
|
96
|
+
"parameters": [
|
|
97
|
+
{
|
|
98
|
+
"name": "oldValue",
|
|
99
|
+
"type": {
|
|
100
|
+
"text": "string"
|
|
101
|
+
}
|
|
102
|
+
},
|
|
103
|
+
{
|
|
104
|
+
"name": "newValue",
|
|
105
|
+
"type": {
|
|
106
|
+
"text": "string"
|
|
107
|
+
}
|
|
108
|
+
}
|
|
109
|
+
],
|
|
110
|
+
"inheritedFrom": {
|
|
111
|
+
"name": "GridTabulator",
|
|
112
|
+
"module": "src/grid-tabulator.ts"
|
|
113
|
+
}
|
|
114
|
+
},
|
|
115
|
+
{
|
|
116
|
+
"kind": "field",
|
|
117
|
+
"name": "gridOptions",
|
|
118
|
+
"type": {
|
|
119
|
+
"text": "Options"
|
|
120
|
+
},
|
|
121
|
+
"description": "Handles extra RAPID configs and options",
|
|
122
|
+
"privacy": "public",
|
|
123
|
+
"inheritedFrom": {
|
|
124
|
+
"name": "GridTabulator",
|
|
125
|
+
"module": "src/grid-tabulator.ts"
|
|
126
|
+
}
|
|
127
|
+
},
|
|
128
|
+
{
|
|
129
|
+
"kind": "method",
|
|
130
|
+
"name": "cloneNode",
|
|
131
|
+
"return": {
|
|
132
|
+
"type": {
|
|
133
|
+
"text": "Node"
|
|
134
|
+
}
|
|
135
|
+
},
|
|
136
|
+
"parameters": [
|
|
137
|
+
{
|
|
138
|
+
"name": "deep",
|
|
139
|
+
"optional": true,
|
|
140
|
+
"type": {
|
|
141
|
+
"text": "boolean"
|
|
142
|
+
}
|
|
143
|
+
}
|
|
144
|
+
],
|
|
145
|
+
"inheritedFrom": {
|
|
146
|
+
"name": "LifecycleMixin",
|
|
147
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
148
|
+
}
|
|
149
|
+
},
|
|
150
|
+
{
|
|
151
|
+
"kind": "method",
|
|
152
|
+
"name": "deepClone",
|
|
153
|
+
"return": {
|
|
154
|
+
"type": {
|
|
155
|
+
"text": "Node"
|
|
156
|
+
}
|
|
157
|
+
},
|
|
158
|
+
"inheritedFrom": {
|
|
159
|
+
"name": "LifecycleMixin",
|
|
160
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
161
|
+
}
|
|
162
|
+
},
|
|
163
|
+
{
|
|
164
|
+
"kind": "field",
|
|
165
|
+
"name": "shouldRunDisconnect",
|
|
166
|
+
"return": {
|
|
167
|
+
"type": {
|
|
168
|
+
"text": ""
|
|
169
|
+
}
|
|
170
|
+
},
|
|
171
|
+
"readonly": true,
|
|
172
|
+
"inheritedFrom": {
|
|
173
|
+
"name": "LifecycleMixin",
|
|
174
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
175
|
+
}
|
|
176
|
+
},
|
|
177
|
+
{
|
|
178
|
+
"kind": "field",
|
|
179
|
+
"name": "shouldRunConnect",
|
|
180
|
+
"return": {
|
|
181
|
+
"type": {
|
|
182
|
+
"text": ""
|
|
183
|
+
}
|
|
184
|
+
},
|
|
185
|
+
"readonly": true,
|
|
186
|
+
"inheritedFrom": {
|
|
187
|
+
"name": "LifecycleMixin",
|
|
188
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
189
|
+
}
|
|
190
|
+
},
|
|
191
|
+
{
|
|
192
|
+
"kind": "method",
|
|
193
|
+
"name": "#_blockLifecycleDueToTokenChange",
|
|
194
|
+
"return": {
|
|
195
|
+
"type": {
|
|
196
|
+
"text": "boolean"
|
|
197
|
+
}
|
|
198
|
+
},
|
|
199
|
+
"parameters": [
|
|
200
|
+
{
|
|
201
|
+
"name": "lifecycleType",
|
|
202
|
+
"type": {
|
|
203
|
+
"text": "Lifecycletype"
|
|
204
|
+
}
|
|
205
|
+
}
|
|
206
|
+
],
|
|
207
|
+
"inheritedFrom": {
|
|
208
|
+
"name": "LifecycleMixin",
|
|
209
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
210
|
+
}
|
|
211
|
+
},
|
|
212
|
+
{
|
|
213
|
+
"kind": "field",
|
|
214
|
+
"name": "grid",
|
|
215
|
+
"type": {
|
|
216
|
+
"text": "Tabulator | undefined"
|
|
217
|
+
},
|
|
218
|
+
"inheritedFrom": {
|
|
219
|
+
"name": "GridTabulator",
|
|
220
|
+
"module": "src/grid-tabulator.ts"
|
|
221
|
+
}
|
|
222
|
+
},
|
|
223
|
+
{
|
|
224
|
+
"kind": "field",
|
|
225
|
+
"name": "gridDiv",
|
|
226
|
+
"type": {
|
|
227
|
+
"text": "HTMLDivElement"
|
|
228
|
+
},
|
|
229
|
+
"inheritedFrom": {
|
|
230
|
+
"name": "GridTabulator",
|
|
231
|
+
"module": "src/grid-tabulator.ts"
|
|
232
|
+
}
|
|
233
|
+
},
|
|
234
|
+
{
|
|
235
|
+
"kind": "field",
|
|
236
|
+
"name": "gridFontFace",
|
|
237
|
+
"default": "defaultGridTabulatorFontFace",
|
|
238
|
+
"inheritedFrom": {
|
|
239
|
+
"name": "GridTabulator",
|
|
240
|
+
"module": "src/grid-tabulator.ts"
|
|
241
|
+
}
|
|
242
|
+
},
|
|
243
|
+
{
|
|
244
|
+
"kind": "field",
|
|
245
|
+
"name": "classNames",
|
|
246
|
+
"type": {
|
|
247
|
+
"text": "string"
|
|
248
|
+
},
|
|
249
|
+
"inheritedFrom": {
|
|
250
|
+
"name": "GridTabulator",
|
|
251
|
+
"module": "src/grid-tabulator.ts"
|
|
252
|
+
}
|
|
253
|
+
},
|
|
254
|
+
{
|
|
255
|
+
"kind": "field",
|
|
256
|
+
"name": "rowData",
|
|
257
|
+
"type": {
|
|
258
|
+
"text": "any[]"
|
|
259
|
+
},
|
|
260
|
+
"inheritedFrom": {
|
|
261
|
+
"name": "GridTabulator",
|
|
262
|
+
"module": "src/grid-tabulator.ts"
|
|
263
|
+
}
|
|
264
|
+
},
|
|
265
|
+
{
|
|
266
|
+
"kind": "method",
|
|
267
|
+
"name": "rowDataChanged",
|
|
268
|
+
"parameters": [
|
|
269
|
+
{
|
|
270
|
+
"name": "oldValue"
|
|
271
|
+
},
|
|
272
|
+
{
|
|
273
|
+
"name": "newValue"
|
|
274
|
+
}
|
|
275
|
+
],
|
|
276
|
+
"inheritedFrom": {
|
|
277
|
+
"name": "GridTabulator",
|
|
278
|
+
"module": "src/grid-tabulator.ts"
|
|
279
|
+
}
|
|
280
|
+
},
|
|
281
|
+
{
|
|
282
|
+
"kind": "field",
|
|
283
|
+
"name": "autoCellRendererByType",
|
|
284
|
+
"type": {
|
|
285
|
+
"text": "boolean"
|
|
286
|
+
},
|
|
287
|
+
"default": "false",
|
|
288
|
+
"inheritedFrom": {
|
|
289
|
+
"name": "GridTabulator",
|
|
290
|
+
"module": "src/grid-tabulator.ts"
|
|
291
|
+
}
|
|
292
|
+
},
|
|
293
|
+
{
|
|
294
|
+
"kind": "field",
|
|
295
|
+
"name": "onlyTemplateColDefs",
|
|
296
|
+
"type": {
|
|
297
|
+
"text": "boolean"
|
|
298
|
+
},
|
|
299
|
+
"default": "false",
|
|
300
|
+
"inheritedFrom": {
|
|
301
|
+
"name": "GridTabulator",
|
|
302
|
+
"module": "src/grid-tabulator.ts"
|
|
303
|
+
}
|
|
304
|
+
},
|
|
305
|
+
{
|
|
306
|
+
"kind": "field",
|
|
307
|
+
"name": "persistColumnStateKey",
|
|
308
|
+
"type": {
|
|
309
|
+
"text": "string"
|
|
310
|
+
},
|
|
311
|
+
"inheritedFrom": {
|
|
312
|
+
"name": "GridTabulator",
|
|
313
|
+
"module": "src/grid-tabulator.ts"
|
|
314
|
+
}
|
|
315
|
+
},
|
|
316
|
+
{
|
|
317
|
+
"kind": "field",
|
|
318
|
+
"name": "rowHeight",
|
|
319
|
+
"type": {
|
|
320
|
+
"text": "number"
|
|
321
|
+
},
|
|
322
|
+
"default": "32",
|
|
323
|
+
"inheritedFrom": {
|
|
324
|
+
"name": "GridTabulator",
|
|
325
|
+
"module": "src/grid-tabulator.ts"
|
|
326
|
+
}
|
|
327
|
+
},
|
|
328
|
+
{
|
|
329
|
+
"kind": "field",
|
|
330
|
+
"name": "rehydrationAttempted",
|
|
331
|
+
"type": {
|
|
332
|
+
"text": "boolean"
|
|
333
|
+
},
|
|
334
|
+
"privacy": "private",
|
|
335
|
+
"default": "false",
|
|
336
|
+
"inheritedFrom": {
|
|
337
|
+
"name": "GridTabulator",
|
|
338
|
+
"module": "src/grid-tabulator.ts"
|
|
339
|
+
}
|
|
340
|
+
},
|
|
341
|
+
{
|
|
342
|
+
"kind": "field",
|
|
343
|
+
"name": "statePersistanceEnabled",
|
|
344
|
+
"type": {
|
|
345
|
+
"text": "boolean"
|
|
346
|
+
},
|
|
347
|
+
"readonly": true,
|
|
348
|
+
"inheritedFrom": {
|
|
349
|
+
"name": "GridTabulator",
|
|
350
|
+
"module": "src/grid-tabulator.ts"
|
|
351
|
+
}
|
|
352
|
+
},
|
|
353
|
+
{
|
|
354
|
+
"kind": "method",
|
|
355
|
+
"name": "saveGridState",
|
|
356
|
+
"inheritedFrom": {
|
|
357
|
+
"name": "GridTabulator",
|
|
358
|
+
"module": "src/grid-tabulator.ts"
|
|
359
|
+
}
|
|
360
|
+
},
|
|
361
|
+
{
|
|
362
|
+
"kind": "method",
|
|
363
|
+
"name": "restoreGridState",
|
|
364
|
+
"inheritedFrom": {
|
|
365
|
+
"name": "GridTabulator",
|
|
366
|
+
"module": "src/grid-tabulator.ts"
|
|
367
|
+
}
|
|
368
|
+
},
|
|
369
|
+
{
|
|
370
|
+
"kind": "method",
|
|
371
|
+
"name": "setFilter",
|
|
372
|
+
"parameters": [
|
|
373
|
+
{
|
|
374
|
+
"name": "column",
|
|
375
|
+
"type": {
|
|
376
|
+
"text": "string"
|
|
377
|
+
},
|
|
378
|
+
"description": "column name"
|
|
379
|
+
},
|
|
380
|
+
{
|
|
381
|
+
"name": "operator",
|
|
382
|
+
"type": {
|
|
383
|
+
"text": "string"
|
|
384
|
+
},
|
|
385
|
+
"description": "filter operator"
|
|
386
|
+
},
|
|
387
|
+
{
|
|
388
|
+
"name": "value",
|
|
389
|
+
"type": {
|
|
390
|
+
"text": "string"
|
|
391
|
+
},
|
|
392
|
+
"description": "filter value"
|
|
393
|
+
},
|
|
394
|
+
{
|
|
395
|
+
"name": "filterParams",
|
|
396
|
+
"optional": true,
|
|
397
|
+
"type": {
|
|
398
|
+
"text": "FilterParams"
|
|
399
|
+
},
|
|
400
|
+
"description": "optional filter params"
|
|
401
|
+
}
|
|
402
|
+
],
|
|
403
|
+
"description": "Set the Grid client-side filters.",
|
|
404
|
+
"privacy": "public",
|
|
405
|
+
"inheritedFrom": {
|
|
406
|
+
"name": "GridTabulator",
|
|
407
|
+
"module": "src/grid-tabulator.ts"
|
|
408
|
+
}
|
|
409
|
+
},
|
|
410
|
+
{
|
|
411
|
+
"kind": "method",
|
|
412
|
+
"name": "downloadDataAs",
|
|
413
|
+
"parameters": [
|
|
414
|
+
{
|
|
415
|
+
"name": "type",
|
|
416
|
+
"type": {
|
|
417
|
+
"text": "'csv' | 'json' | 'html'"
|
|
418
|
+
},
|
|
419
|
+
"description": "csv | json | html"
|
|
420
|
+
},
|
|
421
|
+
{
|
|
422
|
+
"name": "fileName",
|
|
423
|
+
"type": {
|
|
424
|
+
"text": "string"
|
|
425
|
+
},
|
|
426
|
+
"description": "name of the file to download"
|
|
427
|
+
},
|
|
428
|
+
{
|
|
429
|
+
"name": "params",
|
|
430
|
+
"optional": true,
|
|
431
|
+
"type": {
|
|
432
|
+
"text": "DownloadOptions"
|
|
433
|
+
},
|
|
434
|
+
"description": "optional download params"
|
|
435
|
+
},
|
|
436
|
+
{
|
|
437
|
+
"name": "filter",
|
|
438
|
+
"optional": true,
|
|
439
|
+
"type": {
|
|
440
|
+
"text": "RowRangeLookup"
|
|
441
|
+
},
|
|
442
|
+
"description": "optional row range lookup filter"
|
|
443
|
+
}
|
|
444
|
+
],
|
|
445
|
+
"description": "Download the Grid data as a file of the specified type.",
|
|
446
|
+
"privacy": "public",
|
|
447
|
+
"inheritedFrom": {
|
|
448
|
+
"name": "GridTabulator",
|
|
449
|
+
"module": "src/grid-tabulator.ts"
|
|
450
|
+
}
|
|
451
|
+
},
|
|
452
|
+
{
|
|
453
|
+
"kind": "field",
|
|
454
|
+
"name": "fontFaceDestroy",
|
|
455
|
+
"type": {
|
|
456
|
+
"text": "() => void"
|
|
457
|
+
},
|
|
458
|
+
"privacy": "private",
|
|
459
|
+
"inheritedFrom": {
|
|
460
|
+
"name": "GridTabulator",
|
|
461
|
+
"module": "src/grid-tabulator.ts"
|
|
462
|
+
}
|
|
463
|
+
},
|
|
464
|
+
{
|
|
465
|
+
"kind": "method",
|
|
466
|
+
"name": "insertFontFace",
|
|
467
|
+
"privacy": "private",
|
|
468
|
+
"parameters": [
|
|
469
|
+
{
|
|
470
|
+
"name": "newValue",
|
|
471
|
+
"type": {
|
|
472
|
+
"text": "GridTabulatorTheme | string"
|
|
473
|
+
}
|
|
474
|
+
}
|
|
475
|
+
],
|
|
476
|
+
"inheritedFrom": {
|
|
477
|
+
"name": "GridTabulator",
|
|
478
|
+
"module": "src/grid-tabulator.ts"
|
|
479
|
+
}
|
|
480
|
+
},
|
|
481
|
+
{
|
|
482
|
+
"kind": "method",
|
|
483
|
+
"name": "destroyFontFace",
|
|
484
|
+
"privacy": "private",
|
|
485
|
+
"inheritedFrom": {
|
|
486
|
+
"name": "GridTabulator",
|
|
487
|
+
"module": "src/grid-tabulator.ts"
|
|
488
|
+
}
|
|
489
|
+
},
|
|
490
|
+
{
|
|
491
|
+
"kind": "field",
|
|
492
|
+
"name": "_presentation",
|
|
493
|
+
"type": {
|
|
494
|
+
"text": "ComponentPresentation | null | undefined"
|
|
495
|
+
},
|
|
496
|
+
"privacy": "private",
|
|
497
|
+
"default": "void 0",
|
|
498
|
+
"inheritedFrom": {
|
|
499
|
+
"name": "FoundationElement",
|
|
500
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
501
|
+
}
|
|
502
|
+
},
|
|
503
|
+
{
|
|
504
|
+
"kind": "field",
|
|
505
|
+
"name": "$presentation",
|
|
506
|
+
"type": {
|
|
507
|
+
"text": "ComponentPresentation | null"
|
|
508
|
+
},
|
|
509
|
+
"privacy": "public",
|
|
510
|
+
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
511
|
+
"inheritedFrom": {
|
|
512
|
+
"name": "FoundationElement",
|
|
513
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
514
|
+
}
|
|
515
|
+
},
|
|
516
|
+
{
|
|
517
|
+
"kind": "field",
|
|
518
|
+
"name": "template",
|
|
519
|
+
"type": {
|
|
520
|
+
"text": "ElementViewTemplate | void | null"
|
|
521
|
+
},
|
|
522
|
+
"privacy": "public",
|
|
523
|
+
"description": "Sets the template of the element instance. When undefined,\nthe element will attempt to resolve the template from\nthe associated presentation or custom element definition.",
|
|
524
|
+
"inheritedFrom": {
|
|
525
|
+
"name": "FoundationElement",
|
|
526
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
527
|
+
}
|
|
528
|
+
},
|
|
529
|
+
{
|
|
530
|
+
"kind": "method",
|
|
531
|
+
"name": "templateChanged",
|
|
532
|
+
"privacy": "protected",
|
|
533
|
+
"return": {
|
|
534
|
+
"type": {
|
|
535
|
+
"text": "void"
|
|
536
|
+
}
|
|
537
|
+
},
|
|
538
|
+
"inheritedFrom": {
|
|
539
|
+
"name": "FoundationElement",
|
|
540
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
541
|
+
}
|
|
542
|
+
},
|
|
543
|
+
{
|
|
544
|
+
"kind": "field",
|
|
545
|
+
"name": "styles",
|
|
546
|
+
"type": {
|
|
547
|
+
"text": "ElementStyles | void | null"
|
|
548
|
+
},
|
|
549
|
+
"privacy": "public",
|
|
550
|
+
"description": "Sets the default styles for the element instance. When undefined,\nthe element will attempt to resolve default styles from\nthe associated presentation or custom element definition.",
|
|
551
|
+
"inheritedFrom": {
|
|
552
|
+
"name": "FoundationElement",
|
|
553
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
554
|
+
}
|
|
555
|
+
},
|
|
556
|
+
{
|
|
557
|
+
"kind": "method",
|
|
558
|
+
"name": "stylesChanged",
|
|
559
|
+
"privacy": "protected",
|
|
560
|
+
"return": {
|
|
561
|
+
"type": {
|
|
562
|
+
"text": "void"
|
|
563
|
+
}
|
|
564
|
+
},
|
|
565
|
+
"inheritedFrom": {
|
|
566
|
+
"name": "FoundationElement",
|
|
567
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
568
|
+
}
|
|
569
|
+
},
|
|
570
|
+
{
|
|
571
|
+
"kind": "method",
|
|
572
|
+
"name": "compose",
|
|
573
|
+
"privacy": "public",
|
|
574
|
+
"static": true,
|
|
575
|
+
"return": {
|
|
576
|
+
"type": {
|
|
577
|
+
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
578
|
+
}
|
|
579
|
+
},
|
|
580
|
+
"parameters": [
|
|
581
|
+
{
|
|
582
|
+
"name": "this",
|
|
583
|
+
"type": {
|
|
584
|
+
"text": "K"
|
|
585
|
+
}
|
|
586
|
+
},
|
|
587
|
+
{
|
|
588
|
+
"name": "elementDefinition",
|
|
589
|
+
"type": {
|
|
590
|
+
"text": "T"
|
|
591
|
+
},
|
|
592
|
+
"description": "The definition of the element to create the registry\nfunction for."
|
|
593
|
+
}
|
|
594
|
+
],
|
|
595
|
+
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
596
|
+
"inheritedFrom": {
|
|
597
|
+
"name": "FoundationElement",
|
|
598
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
599
|
+
}
|
|
600
|
+
}
|
|
601
|
+
],
|
|
602
|
+
"superclass": {
|
|
603
|
+
"name": "GridTabulator",
|
|
604
|
+
"package": "@genesislcap/grid-tabulator"
|
|
605
|
+
},
|
|
606
|
+
"tagName": "%%prefix%%-grid-tabulator",
|
|
607
|
+
"customElement": true,
|
|
608
|
+
"attributes": [
|
|
609
|
+
{
|
|
610
|
+
"name": "auto-cell-renderer-by-type",
|
|
611
|
+
"type": {
|
|
612
|
+
"text": "boolean"
|
|
613
|
+
},
|
|
614
|
+
"default": "false",
|
|
615
|
+
"fieldName": "autoCellRendererByType",
|
|
616
|
+
"inheritedFrom": {
|
|
617
|
+
"name": "GridTabulator",
|
|
618
|
+
"module": "src/grid-tabulator.ts"
|
|
619
|
+
}
|
|
620
|
+
},
|
|
621
|
+
{
|
|
622
|
+
"name": "only-template-col-defs",
|
|
623
|
+
"type": {
|
|
624
|
+
"text": "boolean"
|
|
625
|
+
},
|
|
626
|
+
"default": "false",
|
|
627
|
+
"fieldName": "onlyTemplateColDefs",
|
|
628
|
+
"inheritedFrom": {
|
|
629
|
+
"name": "GridTabulator",
|
|
630
|
+
"module": "src/grid-tabulator.ts"
|
|
631
|
+
}
|
|
632
|
+
},
|
|
633
|
+
{
|
|
634
|
+
"name": "persist-column-state-key",
|
|
635
|
+
"type": {
|
|
636
|
+
"text": "string"
|
|
637
|
+
},
|
|
638
|
+
"fieldName": "persistColumnStateKey",
|
|
639
|
+
"inheritedFrom": {
|
|
640
|
+
"name": "GridTabulator",
|
|
641
|
+
"module": "src/grid-tabulator.ts"
|
|
642
|
+
}
|
|
643
|
+
},
|
|
644
|
+
{
|
|
645
|
+
"name": "rowHeight",
|
|
646
|
+
"type": {
|
|
647
|
+
"text": "number"
|
|
648
|
+
},
|
|
649
|
+
"default": "defaultRowHeight",
|
|
650
|
+
"resolveInitializer": {
|
|
651
|
+
"module": "src/grid-tabulator.ts"
|
|
652
|
+
},
|
|
653
|
+
"fieldName": "rowHeight",
|
|
654
|
+
"inheritedFrom": {
|
|
655
|
+
"name": "GridTabulator",
|
|
656
|
+
"module": "src/grid-tabulator.ts"
|
|
657
|
+
}
|
|
658
|
+
},
|
|
659
|
+
{
|
|
660
|
+
"name": "theme",
|
|
661
|
+
"type": {
|
|
662
|
+
"text": "string"
|
|
663
|
+
},
|
|
664
|
+
"default": "'modern'",
|
|
665
|
+
"fieldName": "theme",
|
|
666
|
+
"inheritedFrom": {
|
|
667
|
+
"name": "GridTabulator",
|
|
668
|
+
"module": "src/grid-tabulator.ts"
|
|
669
|
+
}
|
|
670
|
+
}
|
|
671
|
+
]
|
|
672
|
+
},
|
|
673
|
+
{
|
|
674
|
+
"kind": "variable",
|
|
675
|
+
"name": "rapidGridTabulatorShadowOptions",
|
|
676
|
+
"type": {
|
|
677
|
+
"text": "ShadowRootInit"
|
|
678
|
+
},
|
|
679
|
+
"default": "gridTabulatorShadowOptions"
|
|
680
|
+
},
|
|
681
|
+
{
|
|
682
|
+
"kind": "variable",
|
|
683
|
+
"name": "rapidGridTabulatorDefaultConfig",
|
|
684
|
+
"default": "defaultGridTabulatorConfig"
|
|
685
|
+
},
|
|
686
|
+
{
|
|
687
|
+
"kind": "variable",
|
|
688
|
+
"name": "rapidGridTabulator"
|
|
689
|
+
}
|
|
690
|
+
],
|
|
691
|
+
"exports": [
|
|
692
|
+
{
|
|
693
|
+
"kind": "js",
|
|
694
|
+
"name": "RapidGridTabulator",
|
|
695
|
+
"declaration": {
|
|
696
|
+
"name": "RapidGridTabulator",
|
|
697
|
+
"module": "src/grid-tabulator.ts"
|
|
698
|
+
}
|
|
699
|
+
},
|
|
700
|
+
{
|
|
701
|
+
"kind": "js",
|
|
702
|
+
"name": "rapidGridTabulatorShadowOptions",
|
|
703
|
+
"declaration": {
|
|
704
|
+
"name": "rapidGridTabulatorShadowOptions",
|
|
705
|
+
"module": "src/grid-tabulator.ts"
|
|
706
|
+
}
|
|
707
|
+
},
|
|
708
|
+
{
|
|
709
|
+
"kind": "js",
|
|
710
|
+
"name": "rapidGridTabulatorDefaultConfig",
|
|
711
|
+
"declaration": {
|
|
712
|
+
"name": "rapidGridTabulatorDefaultConfig",
|
|
713
|
+
"module": "src/grid-tabulator.ts"
|
|
714
|
+
}
|
|
715
|
+
},
|
|
716
|
+
{
|
|
717
|
+
"kind": "js",
|
|
718
|
+
"name": "rapidGridTabulator",
|
|
719
|
+
"declaration": {
|
|
720
|
+
"name": "rapidGridTabulator",
|
|
721
|
+
"module": "src/grid-tabulator.ts"
|
|
722
|
+
}
|
|
723
|
+
}
|
|
724
|
+
]
|
|
725
|
+
},
|
|
726
|
+
{
|
|
727
|
+
"kind": "javascript-module",
|
|
728
|
+
"path": "src/index.ts",
|
|
729
|
+
"declarations": [],
|
|
730
|
+
"exports": [
|
|
731
|
+
{
|
|
732
|
+
"kind": "js",
|
|
733
|
+
"name": "*",
|
|
734
|
+
"declaration": {
|
|
735
|
+
"name": "*",
|
|
736
|
+
"package": "./grid-tabulator"
|
|
737
|
+
}
|
|
738
|
+
},
|
|
739
|
+
{
|
|
740
|
+
"kind": "js",
|
|
741
|
+
"name": "*",
|
|
742
|
+
"declaration": {
|
|
743
|
+
"name": "*",
|
|
744
|
+
"package": "./grid-tabulator.styles"
|
|
745
|
+
}
|
|
746
|
+
},
|
|
747
|
+
{
|
|
748
|
+
"kind": "js",
|
|
749
|
+
"name": "*",
|
|
750
|
+
"declaration": {
|
|
751
|
+
"name": "*",
|
|
752
|
+
"package": "./grid-tabulator.template"
|
|
753
|
+
}
|
|
754
|
+
},
|
|
755
|
+
{
|
|
756
|
+
"kind": "js",
|
|
757
|
+
"name": "*",
|
|
758
|
+
"declaration": {
|
|
759
|
+
"name": "*",
|
|
760
|
+
"package": "./cell-renderers"
|
|
761
|
+
}
|
|
762
|
+
},
|
|
763
|
+
{
|
|
764
|
+
"kind": "js",
|
|
765
|
+
"name": "*",
|
|
766
|
+
"declaration": {
|
|
767
|
+
"name": "*",
|
|
768
|
+
"package": "./themes"
|
|
769
|
+
}
|
|
770
|
+
},
|
|
771
|
+
{
|
|
772
|
+
"kind": "js",
|
|
773
|
+
"name": "*",
|
|
774
|
+
"declaration": {
|
|
775
|
+
"name": "*",
|
|
776
|
+
"package": "./style"
|
|
777
|
+
}
|
|
778
|
+
},
|
|
779
|
+
{
|
|
780
|
+
"kind": "js",
|
|
781
|
+
"name": "*",
|
|
782
|
+
"declaration": {
|
|
783
|
+
"name": "*",
|
|
784
|
+
"package": "./grid-components"
|
|
785
|
+
}
|
|
786
|
+
},
|
|
787
|
+
{
|
|
788
|
+
"kind": "js",
|
|
789
|
+
"name": "*",
|
|
790
|
+
"declaration": {
|
|
791
|
+
"name": "*",
|
|
792
|
+
"package": "@genesislcap/grid-tabulator"
|
|
793
|
+
}
|
|
794
|
+
}
|
|
795
|
+
]
|
|
796
|
+
},
|
|
797
|
+
{
|
|
798
|
+
"kind": "javascript-module",
|
|
799
|
+
"path": "src/cell-renderers/action.renderer.ts",
|
|
800
|
+
"declarations": [
|
|
801
|
+
{
|
|
802
|
+
"kind": "class",
|
|
803
|
+
"description": "",
|
|
804
|
+
"name": "RapidTabulatorActionRenderer",
|
|
805
|
+
"superclass": {
|
|
806
|
+
"name": "ActionRenderer",
|
|
807
|
+
"package": "@genesislcap/grid-tabulator"
|
|
808
|
+
},
|
|
809
|
+
"tagName": "%%prefix%%-grid-tabulator-action-renderer",
|
|
810
|
+
"customElement": true,
|
|
811
|
+
"members": [
|
|
812
|
+
{
|
|
813
|
+
"kind": "field",
|
|
814
|
+
"name": "params",
|
|
815
|
+
"type": {
|
|
816
|
+
"text": "ActionRendererParams"
|
|
817
|
+
},
|
|
818
|
+
"privacy": "public",
|
|
819
|
+
"inheritedFrom": {
|
|
820
|
+
"name": "ActionRenderer",
|
|
821
|
+
"module": "src/cell-renderers/action.renderer.ts"
|
|
822
|
+
}
|
|
823
|
+
},
|
|
824
|
+
{
|
|
825
|
+
"kind": "field",
|
|
826
|
+
"name": "pendingAction",
|
|
827
|
+
"type": {
|
|
828
|
+
"text": "boolean"
|
|
829
|
+
},
|
|
830
|
+
"privacy": "public",
|
|
831
|
+
"inheritedFrom": {
|
|
832
|
+
"name": "ActionRenderer",
|
|
833
|
+
"module": "src/cell-renderers/action.renderer.ts"
|
|
834
|
+
}
|
|
835
|
+
},
|
|
836
|
+
{
|
|
837
|
+
"kind": "method",
|
|
838
|
+
"name": "init",
|
|
839
|
+
"privacy": "public",
|
|
840
|
+
"parameters": [
|
|
841
|
+
{
|
|
842
|
+
"name": "params",
|
|
843
|
+
"type": {
|
|
844
|
+
"text": "ActionRendererParams"
|
|
845
|
+
}
|
|
846
|
+
}
|
|
847
|
+
],
|
|
848
|
+
"inheritedFrom": {
|
|
849
|
+
"name": "ActionRenderer",
|
|
850
|
+
"module": "src/cell-renderers/action.renderer.ts"
|
|
851
|
+
}
|
|
852
|
+
},
|
|
853
|
+
{
|
|
854
|
+
"kind": "method",
|
|
855
|
+
"name": "clickHandler",
|
|
856
|
+
"privacy": "public",
|
|
857
|
+
"inheritedFrom": {
|
|
858
|
+
"name": "ActionRenderer",
|
|
859
|
+
"module": "src/cell-renderers/action.renderer.ts"
|
|
860
|
+
}
|
|
861
|
+
},
|
|
862
|
+
{
|
|
863
|
+
"kind": "field",
|
|
864
|
+
"name": "dataTestId",
|
|
865
|
+
"readonly": true,
|
|
866
|
+
"inheritedFrom": {
|
|
867
|
+
"name": "ActionRenderer",
|
|
868
|
+
"module": "src/cell-renderers/action.renderer.ts"
|
|
869
|
+
}
|
|
870
|
+
},
|
|
871
|
+
{
|
|
872
|
+
"kind": "field",
|
|
873
|
+
"name": "_presentation",
|
|
874
|
+
"type": {
|
|
875
|
+
"text": "ComponentPresentation | null | undefined"
|
|
876
|
+
},
|
|
877
|
+
"privacy": "private",
|
|
878
|
+
"default": "void 0",
|
|
879
|
+
"inheritedFrom": {
|
|
880
|
+
"name": "FoundationElement",
|
|
881
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
882
|
+
}
|
|
883
|
+
},
|
|
884
|
+
{
|
|
885
|
+
"kind": "field",
|
|
886
|
+
"name": "$presentation",
|
|
887
|
+
"type": {
|
|
888
|
+
"text": "ComponentPresentation | null"
|
|
889
|
+
},
|
|
890
|
+
"privacy": "public",
|
|
891
|
+
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
892
|
+
"inheritedFrom": {
|
|
893
|
+
"name": "FoundationElement",
|
|
894
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
895
|
+
}
|
|
896
|
+
},
|
|
897
|
+
{
|
|
898
|
+
"kind": "field",
|
|
899
|
+
"name": "template",
|
|
900
|
+
"type": {
|
|
901
|
+
"text": "ElementViewTemplate | void | null"
|
|
902
|
+
},
|
|
903
|
+
"privacy": "public",
|
|
904
|
+
"description": "Sets the template of the element instance. When undefined,\nthe element will attempt to resolve the template from\nthe associated presentation or custom element definition.",
|
|
905
|
+
"inheritedFrom": {
|
|
906
|
+
"name": "FoundationElement",
|
|
907
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
908
|
+
}
|
|
909
|
+
},
|
|
910
|
+
{
|
|
911
|
+
"kind": "method",
|
|
912
|
+
"name": "templateChanged",
|
|
913
|
+
"privacy": "protected",
|
|
914
|
+
"return": {
|
|
915
|
+
"type": {
|
|
916
|
+
"text": "void"
|
|
917
|
+
}
|
|
918
|
+
},
|
|
919
|
+
"inheritedFrom": {
|
|
920
|
+
"name": "FoundationElement",
|
|
921
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
922
|
+
}
|
|
923
|
+
},
|
|
924
|
+
{
|
|
925
|
+
"kind": "field",
|
|
926
|
+
"name": "styles",
|
|
927
|
+
"type": {
|
|
928
|
+
"text": "ElementStyles | void | null"
|
|
929
|
+
},
|
|
930
|
+
"privacy": "public",
|
|
931
|
+
"description": "Sets the default styles for the element instance. When undefined,\nthe element will attempt to resolve default styles from\nthe associated presentation or custom element definition.",
|
|
932
|
+
"inheritedFrom": {
|
|
933
|
+
"name": "FoundationElement",
|
|
934
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
935
|
+
}
|
|
936
|
+
},
|
|
937
|
+
{
|
|
938
|
+
"kind": "method",
|
|
939
|
+
"name": "stylesChanged",
|
|
940
|
+
"privacy": "protected",
|
|
941
|
+
"return": {
|
|
942
|
+
"type": {
|
|
943
|
+
"text": "void"
|
|
944
|
+
}
|
|
945
|
+
},
|
|
946
|
+
"inheritedFrom": {
|
|
947
|
+
"name": "FoundationElement",
|
|
948
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
949
|
+
}
|
|
950
|
+
},
|
|
951
|
+
{
|
|
952
|
+
"kind": "method",
|
|
953
|
+
"name": "compose",
|
|
954
|
+
"privacy": "public",
|
|
955
|
+
"static": true,
|
|
956
|
+
"return": {
|
|
957
|
+
"type": {
|
|
958
|
+
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
959
|
+
}
|
|
960
|
+
},
|
|
961
|
+
"parameters": [
|
|
962
|
+
{
|
|
963
|
+
"name": "this",
|
|
964
|
+
"type": {
|
|
965
|
+
"text": "K"
|
|
966
|
+
}
|
|
967
|
+
},
|
|
968
|
+
{
|
|
969
|
+
"name": "elementDefinition",
|
|
970
|
+
"type": {
|
|
971
|
+
"text": "T"
|
|
972
|
+
},
|
|
973
|
+
"description": "The definition of the element to create the registry\nfunction for."
|
|
974
|
+
}
|
|
975
|
+
],
|
|
976
|
+
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
977
|
+
"inheritedFrom": {
|
|
978
|
+
"name": "FoundationElement",
|
|
979
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
980
|
+
}
|
|
981
|
+
}
|
|
982
|
+
]
|
|
983
|
+
},
|
|
984
|
+
{
|
|
985
|
+
"kind": "variable",
|
|
986
|
+
"name": "rapidTabulatorActionRenderer",
|
|
987
|
+
"description": "The Rapid Action Renderer",
|
|
988
|
+
"privacy": "public"
|
|
989
|
+
}
|
|
990
|
+
],
|
|
991
|
+
"exports": [
|
|
992
|
+
{
|
|
993
|
+
"kind": "js",
|
|
994
|
+
"name": "RapidTabulatorActionRenderer",
|
|
995
|
+
"declaration": {
|
|
996
|
+
"name": "RapidTabulatorActionRenderer",
|
|
997
|
+
"module": "src/cell-renderers/action.renderer.ts"
|
|
998
|
+
}
|
|
999
|
+
},
|
|
1000
|
+
{
|
|
1001
|
+
"kind": "js",
|
|
1002
|
+
"name": "rapidTabulatorActionRenderer",
|
|
1003
|
+
"declaration": {
|
|
1004
|
+
"name": "rapidTabulatorActionRenderer",
|
|
1005
|
+
"module": "src/cell-renderers/action.renderer.ts"
|
|
1006
|
+
}
|
|
1007
|
+
}
|
|
1008
|
+
]
|
|
1009
|
+
},
|
|
1010
|
+
{
|
|
1011
|
+
"kind": "javascript-module",
|
|
1012
|
+
"path": "src/cell-renderers/index.ts",
|
|
1013
|
+
"declarations": [],
|
|
1014
|
+
"exports": [
|
|
1015
|
+
{
|
|
1016
|
+
"kind": "js",
|
|
1017
|
+
"name": "*",
|
|
1018
|
+
"declaration": {
|
|
1019
|
+
"name": "*",
|
|
1020
|
+
"package": "./action.renderer"
|
|
1021
|
+
}
|
|
1022
|
+
}
|
|
1023
|
+
]
|
|
1024
|
+
},
|
|
1025
|
+
{
|
|
1026
|
+
"kind": "javascript-module",
|
|
1027
|
+
"path": "src/style/colors.ts",
|
|
1028
|
+
"declarations": [
|
|
1029
|
+
{
|
|
1030
|
+
"kind": "variable",
|
|
1031
|
+
"name": "darkColors",
|
|
1032
|
+
"type": {
|
|
1033
|
+
"text": "object"
|
|
1034
|
+
},
|
|
1035
|
+
"default": "{\n foregroundSwatch: SwatchRGB.from(parseColorHexRGB('#cccccc')),\n headerForegroundSwatch: SwatchRGB.from(parseColorHexRGB('#879ba6')),\n backgroundSwatch: SwatchRGB.from(parseColorHexRGB('#1f2126')),\n borderSwatch: SwatchRGB.from(parseColorHexRGB('#2e3339')),\n rowHoverSwatch: SwatchRGB.from(parseColorHexRGB('#2b2e34')),\n}"
|
|
1036
|
+
},
|
|
1037
|
+
{
|
|
1038
|
+
"kind": "variable",
|
|
1039
|
+
"name": "lightColors",
|
|
1040
|
+
"type": {
|
|
1041
|
+
"text": "object"
|
|
1042
|
+
},
|
|
1043
|
+
"default": "{\n foregroundSwatch: SwatchRGB.from(parseColorHexRGB('#000000')),\n headerForegroundSwatch: SwatchRGB.from(parseColorHexRGB('#181d1f')),\n backgroundSwatch: SwatchRGB.from(parseColorHexRGB('#FFFFFF')),\n borderSwatch: SwatchRGB.from(parseColorHexRGB('#babfc7')),\n rowHoverSwatch: SwatchRGB.from(parseColorHexRGB('#2196f3')),\n}"
|
|
1044
|
+
}
|
|
1045
|
+
],
|
|
1046
|
+
"exports": [
|
|
1047
|
+
{
|
|
1048
|
+
"kind": "js",
|
|
1049
|
+
"name": "darkColors",
|
|
1050
|
+
"declaration": {
|
|
1051
|
+
"name": "darkColors",
|
|
1052
|
+
"module": "src/style/colors.ts"
|
|
1053
|
+
}
|
|
1054
|
+
},
|
|
1055
|
+
{
|
|
1056
|
+
"kind": "js",
|
|
1057
|
+
"name": "lightColors",
|
|
1058
|
+
"declaration": {
|
|
1059
|
+
"name": "lightColors",
|
|
1060
|
+
"module": "src/style/colors.ts"
|
|
1061
|
+
}
|
|
1062
|
+
}
|
|
1063
|
+
]
|
|
1064
|
+
},
|
|
1065
|
+
{
|
|
1066
|
+
"kind": "javascript-module",
|
|
1067
|
+
"path": "src/style/index.ts",
|
|
1068
|
+
"declarations": [],
|
|
1069
|
+
"exports": [
|
|
1070
|
+
{
|
|
1071
|
+
"kind": "js",
|
|
1072
|
+
"name": "*",
|
|
1073
|
+
"declaration": {
|
|
1074
|
+
"name": "*",
|
|
1075
|
+
"package": "./colors"
|
|
1076
|
+
}
|
|
1077
|
+
},
|
|
1078
|
+
{
|
|
1079
|
+
"kind": "js",
|
|
1080
|
+
"name": "*",
|
|
1081
|
+
"declaration": {
|
|
1082
|
+
"name": "*",
|
|
1083
|
+
"package": "./tokens"
|
|
1084
|
+
}
|
|
1085
|
+
}
|
|
1086
|
+
]
|
|
1087
|
+
},
|
|
1088
|
+
{
|
|
1089
|
+
"kind": "javascript-module",
|
|
1090
|
+
"path": "src/style/tokens.ts",
|
|
1091
|
+
"declarations": [
|
|
1092
|
+
{
|
|
1093
|
+
"kind": "variable",
|
|
1094
|
+
"name": "gridThemeGenesisRapidTokens",
|
|
1095
|
+
"type": {
|
|
1096
|
+
"text": "object"
|
|
1097
|
+
},
|
|
1098
|
+
"default": "{\n backgroundColor: create<Swatch>('rapid-grid-background-color').withDefault((elem: HTMLElement) =>\n baseLayerLuminance.getValueFor(elem) === StandardLuminance.LightMode\n ? lightColors.backgroundSwatch\n : darkColors.backgroundSwatch,\n ),\n borderColor: create<Swatch>('rapid-grid-border-color').withDefault((elem: HTMLElement) =>\n baseLayerLuminance.getValueFor(elem) === StandardLuminance.LightMode\n ? lightColors.borderSwatch\n : darkColors.borderSwatch,\n ),\n foregroundColor: create<Swatch>('rapid-grid-foreground-color').withDefault((elem: HTMLElement) =>\n baseLayerLuminance.getValueFor(elem) === StandardLuminance.LightMode\n ? lightColors.foregroundSwatch\n : darkColors.foregroundSwatch,\n ),\n headerForegroundColor: create<Swatch>('rapid-grid-header-foreground-color').withDefault(\n (elem: HTMLElement) =>\n baseLayerLuminance.getValueFor(elem) === StandardLuminance.LightMode\n ? lightColors.headerForegroundSwatch\n : darkColors.headerForegroundSwatch,\n ),\n rowHoverColor: create<Swatch>('rapid-grid-row-hover-color').withDefault((elem: HTMLElement) =>\n baseLayerLuminance.getValueFor(elem) === StandardLuminance.LightMode\n ? lightColors.rowHoverSwatch\n : darkColors.rowHoverSwatch,\n ),\n}"
|
|
1099
|
+
}
|
|
1100
|
+
],
|
|
1101
|
+
"exports": [
|
|
1102
|
+
{
|
|
1103
|
+
"kind": "js",
|
|
1104
|
+
"name": "gridThemeGenesisRapidTokens",
|
|
1105
|
+
"declaration": {
|
|
1106
|
+
"name": "gridThemeGenesisRapidTokens",
|
|
1107
|
+
"module": "src/style/tokens.ts"
|
|
1108
|
+
}
|
|
1109
|
+
}
|
|
1110
|
+
]
|
|
1111
|
+
},
|
|
1112
|
+
{
|
|
1113
|
+
"kind": "javascript-module",
|
|
1114
|
+
"path": "src/themes/index.ts",
|
|
1115
|
+
"declarations": [],
|
|
1116
|
+
"exports": [
|
|
1117
|
+
{
|
|
1118
|
+
"kind": "js",
|
|
1119
|
+
"name": "*",
|
|
1120
|
+
"declaration": {
|
|
1121
|
+
"name": "*",
|
|
1122
|
+
"package": "./genesis-rapid/theme-genesis-rapid"
|
|
1123
|
+
}
|
|
1124
|
+
}
|
|
1125
|
+
]
|
|
1126
|
+
},
|
|
1127
|
+
{
|
|
1128
|
+
"kind": "javascript-module",
|
|
1129
|
+
"path": "src/themes/genesis-rapid/theme-genesis-rapid-css.ts",
|
|
1130
|
+
"declarations": [
|
|
1131
|
+
{
|
|
1132
|
+
"kind": "variable",
|
|
1133
|
+
"name": "themeGenesisRapidCSS",
|
|
1134
|
+
"default": "css`\n .tabulator {\n position: relative;\n /* border: 1px solid #999; */\n background-color: #1f2126;\n font-size: 14px;\n text-align: left;\n overflow: hidden;\n -webkit-transform: translateZ(0);\n -moz-transform: translateZ(0);\n -ms-transform: translateZ(0);\n -o-transform: translateZ(0);\n transform: translateZ(0);\n scrollbar-color: rgb(46 48 53) rgb(31 33 38);\n }\n\n .tabulator[tabulator-layout='fitDataFill'] .tabulator-tableholder .tabulator-table {\n min-width: 100%;\n }\n\n .tabulator[tabulator-layout='fitDataTable'] {\n display: inline-block;\n }\n\n .tabulator.tabulator-block-select {\n user-select: none;\n }\n\n .tabulator .tabulator-header {\n position: relative;\n box-sizing: border-box;\n width: 100%;\n border-bottom: 1px solid #7e9aa5;\n background-color: #202126;\n color: #879ba6;\n font-weight: bold;\n white-space: nowrap;\n overflow: hidden;\n -moz-user-select: none;\n -khtml-user-select: none;\n -webkit-user-select: none;\n -o-user-select: none;\n }\n\n .tabulator .tabulator-header.tabulator-header-hidden {\n display: none;\n }\n\n .tabulator .tabulator-header .tabulator-header-contents {\n position: relative;\n overflow: hidden;\n }\n\n .tabulator .tabulator-header .tabulator-header-contents .tabulator-headers {\n display: inline-block;\n }\n\n .tabulator .tabulator-header .tabulator-col {\n display: inline-flex;\n position: relative;\n box-sizing: border-box;\n flex-direction: column;\n justify-content: flex-start;\n border-right: 1px solid #7e9aa5;\n background-color: #202126;\n color: #879ba6;\n text-align: left;\n vertical-align: bottom;\n overflow: hidden;\n }\n\n .tabulator .tabulator-header .tabulator-col.tabulator-moving {\n position: absolute;\n border: 1px solid #999;\n background: #cdcdcd;\n pointer-events: none;\n }\n\n .tabulator .tabulator-header .tabulator-col .tabulator-col-content {\n box-sizing: border-box;\n position: relative;\n padding: 4px;\n }\n\n .tabulator\n .tabulator-header\n .tabulator-col\n .tabulator-col-content\n .tabulator-header-popup-button {\n padding: 0 8px;\n }\n\n .tabulator\n .tabulator-header\n .tabulator-col\n .tabulator-col-content\n .tabulator-header-popup-button:hover {\n cursor: pointer;\n opacity: 0.6;\n }\n\n .tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title-holder {\n position: relative;\n }\n\n .tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title {\n box-sizing: border-box;\n width: 100%;\n white-space: nowrap;\n overflow: hidden;\n text-overflow: ellipsis;\n vertical-align: bottom;\n }\n\n .tabulator\n .tabulator-header\n .tabulator-col\n .tabulator-col-content\n .tabulator-col-title.tabulator-col-title-wrap {\n white-space: normal;\n text-overflow: initial;\n }\n\n .tabulator\n .tabulator-header\n .tabulator-col\n .tabulator-col-content\n .tabulator-col-title\n .tabulator-title-editor {\n box-sizing: border-box;\n width: 100%;\n border: 1px solid #999;\n padding: 1px;\n background: #fff;\n }\n\n .tabulator\n .tabulator-header\n .tabulator-col\n .tabulator-col-content\n .tabulator-col-title\n .tabulator-header-popup-button\n + .tabulator-title-editor {\n width: calc(100% - 22px);\n }\n\n .tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-sorter {\n display: flex;\n align-items: center;\n position: absolute;\n top: 0;\n bottom: 0;\n right: 4px;\n }\n\n .tabulator\n .tabulator-header\n .tabulator-col\n .tabulator-col-content\n .tabulator-col-sorter\n .tabulator-arrow {\n width: 0;\n height: 0;\n border-left: 6px solid transparent;\n border-right: 6px solid transparent;\n border-bottom: 6px solid #bbb;\n }\n\n .tabulator .tabulator-header .tabulator-col.tabulator-col-group .tabulator-col-group-cols {\n position: relative;\n display: flex;\n border-top: 1px solid #aaa;\n overflow: hidden;\n margin-right: -1px;\n }\n\n .tabulator .tabulator-header .tabulator-col .tabulator-header-filter {\n position: relative;\n box-sizing: border-box;\n margin-top: 2px;\n width: 100%;\n text-align: center;\n }\n\n .tabulator .tabulator-header .tabulator-col .tabulator-header-filter textarea {\n height: auto !important;\n }\n\n .tabulator .tabulator-header .tabulator-col .tabulator-header-filter svg {\n margin-top: 3px;\n }\n\n .tabulator .tabulator-header .tabulator-col .tabulator-header-filter input::-ms-clear {\n width: 0;\n height: 0;\n }\n\n .tabulator .tabulator-header .tabulator-col.tabulator-sortable .tabulator-col-title {\n padding-right: 25px;\n }\n\n .tabulator\n .tabulator-header\n .tabulator-col.tabulator-sortable.tabulator-col-sorter-element:hover {\n cursor: pointer;\n background-color: #2d2e34;\n }\n\n .tabulator\n .tabulator-header\n .tabulator-col.tabulator-sortable[aria-sort='none']\n .tabulator-col-content\n .tabulator-col-sorter {\n color: #bbb;\n }\n\n .tabulator\n .tabulator-header\n .tabulator-col.tabulator-sortable[aria-sort='none']\n .tabulator-col-content\n .tabulator-col-sorter.tabulator-col-sorter-element\n .tabulator-arrow:hover {\n cursor: pointer;\n border-bottom: 6px solid #555;\n }\n\n .tabulator\n .tabulator-header\n .tabulator-col.tabulator-sortable[aria-sort='none']\n .tabulator-col-content\n .tabulator-col-sorter\n .tabulator-arrow {\n border-top: none;\n border-bottom: 6px solid #bbb;\n }\n\n .tabulator\n .tabulator-header\n .tabulator-col.tabulator-sortable[aria-sort='ascending']\n .tabulator-col-content\n .tabulator-col-sorter {\n color: #666;\n }\n\n .tabulator\n .tabulator-header\n .tabulator-col.tabulator-sortable[aria-sort='ascending']\n .tabulator-col-content\n .tabulator-col-sorter.tabulator-col-sorter-element\n .tabulator-arrow:hover {\n cursor: pointer;\n border-bottom: 6px solid #555;\n }\n\n .tabulator\n .tabulator-header\n .tabulator-col.tabulator-sortable[aria-sort='ascending']\n .tabulator-col-content\n .tabulator-col-sorter\n .tabulator-arrow {\n border-top: none;\n border-bottom: 6px solid #666;\n }\n\n .tabulator\n .tabulator-header\n .tabulator-col.tabulator-sortable[aria-sort='descending']\n .tabulator-col-content\n .tabulator-col-sorter {\n color: #666;\n }\n\n .tabulator\n .tabulator-header\n .tabulator-col.tabulator-sortable[aria-sort='descending']\n .tabulator-col-content\n .tabulator-col-sorter.tabulator-col-sorter-element\n .tabulator-arrow:hover {\n cursor: pointer;\n border-top: 6px solid #555;\n }\n\n .tabulator\n .tabulator-header\n .tabulator-col.tabulator-sortable[aria-sort='descending']\n .tabulator-col-content\n .tabulator-col-sorter\n .tabulator-arrow {\n border-bottom: none;\n border-top: 6px solid #666;\n color: #666;\n }\n\n .tabulator\n .tabulator-header\n .tabulator-col.tabulator-col-vertical\n .tabulator-col-content\n .tabulator-col-title {\n writing-mode: vertical-rl;\n text-orientation: mixed;\n display: flex;\n align-items: center;\n justify-content: center;\n }\n\n .tabulator\n .tabulator-header\n .tabulator-col.tabulator-col-vertical.tabulator-col-vertical-flip\n .tabulator-col-title {\n transform: rotate(180deg);\n }\n\n .tabulator\n .tabulator-header\n .tabulator-col.tabulator-col-vertical.tabulator-sortable\n .tabulator-col-title {\n padding-right: 0;\n padding-top: 20px;\n }\n\n .tabulator\n .tabulator-header\n .tabulator-col.tabulator-col-vertical.tabulator-sortable.tabulator-col-vertical-flip\n .tabulator-col-title {\n padding-right: 0;\n padding-bottom: 20px;\n }\n\n .tabulator\n .tabulator-header\n .tabulator-col.tabulator-col-vertical.tabulator-sortable\n .tabulator-col-sorter {\n justify-content: center;\n left: 0;\n right: 0;\n top: 4px;\n bottom: auto;\n }\n\n .tabulator .tabulator-header .tabulator-frozen {\n position: sticky;\n left: 0;\n z-index: 10;\n }\n\n .tabulator .tabulator-header .tabulator-frozen.tabulator-frozen-left {\n border-right: 2px solid #aaa;\n }\n\n .tabulator .tabulator-header .tabulator-frozen.tabulator-frozen-right {\n border-left: 2px solid #aaa;\n }\n\n .tabulator .tabulator-header .tabulator-calcs-holder {\n box-sizing: border-box;\n background: #f3f3f3 !important;\n border-top: 1px solid #aaa;\n border-bottom: 1px solid #aaa;\n }\n\n .tabulator .tabulator-header .tabulator-calcs-holder .tabulator-row {\n background: #f3f3f3 !important;\n }\n\n .tabulator .tabulator-header .tabulator-calcs-holder .tabulator-row .tabulator-col-resize-handle {\n display: none;\n }\n\n .tabulator .tabulator-header .tabulator-frozen-rows-holder:empty {\n display: none;\n }\n\n .tabulator .tabulator-tableholder {\n position: relative;\n width: 100%;\n white-space: nowrap;\n overflow: auto;\n -webkit-overflow-scrolling: touch;\n }\n\n .tabulator-tableholder::-webkit-scrollbar {\n width: 12px;\n /* width of the entire scrollbar */\n }\n\n .tabulator-tableholder::-webkit-scrollbar-track {\n background: #333;\n /* color of the tracking area */\n }\n\n .tabulator-tableholder::-webkit-scrollbar-thumb {\n background-color: #666;\n /* color of the scroll thumb */\n border-radius: 20px;\n /* roundness of the scroll thumb */\n border: 3px solid #333;\n /* creates padding around scroll thumb */\n }\n\n .tabulator-tableholder::-webkit-scrollbar-corner {\n background: #222;\n }\n\n .tabulator .tabulator-tableholder:focus {\n outline: none;\n }\n\n .tabulator .tabulator-tableholder .tabulator-placeholder {\n box-sizing: border-box;\n display: flex;\n align-items: center;\n justify-content: center;\n width: 100%;\n }\n\n .tabulator .tabulator-tableholder .tabulator-placeholder[tabulator-render-mode='virtual'] {\n min-height: 100%;\n min-width: 100%;\n }\n\n .tabulator .tabulator-tableholder .tabulator-placeholder .tabulator-placeholder-contents {\n display: inline-block;\n text-align: center;\n padding: 10px;\n color: #ccc;\n font-weight: bold;\n font-size: 20px;\n white-space: normal;\n }\n\n .tabulator .tabulator-tableholder .tabulator-table {\n position: relative;\n display: inline-block;\n white-space: nowrap;\n overflow: visible;\n color: #333;\n }\n\n .tabulator .tabulator-tableholder .tabulator-table .tabulator-row.tabulator-calcs {\n font-weight: bold;\n background: #e2e2e2;\n }\n\n .tabulator\n .tabulator-tableholder\n .tabulator-table\n .tabulator-row.tabulator-calcs.tabulator-calcs-top {\n border-bottom: 2px solid #aaa;\n }\n\n .tabulator\n .tabulator-tableholder\n .tabulator-table\n .tabulator-row.tabulator-calcs.tabulator-calcs-bottom {\n border-top: 2px solid #aaa;\n }\n\n .tabulator .tabulator-footer {\n border-top: 1px solid #999;\n background-color: #e6e6e6;\n color: #555;\n font-weight: bold;\n white-space: nowrap;\n user-select: none;\n -moz-user-select: none;\n -khtml-user-select: none;\n -webkit-user-select: none;\n -o-user-select: none;\n }\n\n .tabulator .tabulator-footer .tabulator-footer-contents {\n display: flex;\n flex-direction: row;\n align-items: center;\n justify-content: space-between;\n padding: 5px 10px;\n }\n\n .tabulator .tabulator-footer .tabulator-footer-contents:empty {\n display: none;\n }\n\n .tabulator .tabulator-footer .tabulator-calcs-holder {\n box-sizing: border-box;\n width: 100%;\n text-align: left;\n background: #f3f3f3 !important;\n border-bottom: 1px solid #aaa;\n border-top: 1px solid #aaa;\n overflow: hidden;\n }\n\n .tabulator .tabulator-footer .tabulator-calcs-holder .tabulator-row {\n display: inline-block;\n background: #f3f3f3 !important;\n }\n\n .tabulator .tabulator-footer .tabulator-calcs-holder .tabulator-row .tabulator-col-resize-handle {\n display: none;\n }\n\n .tabulator .tabulator-footer .tabulator-calcs-holder:only-child {\n margin-bottom: -5px;\n border-bottom: none;\n }\n\n .tabulator .tabulator-footer > * + .tabulator-page-counter {\n margin-left: 10px;\n }\n\n .tabulator .tabulator-footer .tabulator-page-counter {\n font-weight: normal;\n }\n\n .tabulator .tabulator-footer .tabulator-paginator {\n flex: 1;\n text-align: right;\n color: #555;\n font-family: inherit;\n font-weight: inherit;\n font-size: inherit;\n }\n\n .tabulator .tabulator-footer .tabulator-page-size {\n display: inline-block;\n margin: 0 5px;\n padding: 2px 5px;\n border: 1px solid #aaa;\n border-radius: 3px;\n }\n\n .tabulator .tabulator-footer .tabulator-pages {\n margin: 0 7px;\n }\n\n .tabulator .tabulator-footer .tabulator-page {\n display: inline-block;\n margin: 0 2px;\n padding: 2px 5px;\n border: 1px solid #aaa;\n border-radius: 3px;\n background: rgba(255, 255, 255, 0.2);\n }\n\n .tabulator .tabulator-footer .tabulator-page.active {\n color: #d00;\n }\n\n .tabulator .tabulator-footer .tabulator-page:disabled {\n opacity: 0.5;\n }\n\n .tabulator .tabulator-footer .tabulator-page:not(.disabled):hover {\n cursor: pointer;\n background: rgba(0, 0, 0, 0.2);\n color: #fff;\n }\n\n .tabulator .tabulator-col-resize-handle {\n position: relative;\n display: inline-block;\n width: 6px;\n margin-left: -3px;\n margin-right: -3px;\n z-index: 10;\n vertical-align: middle;\n }\n\n .tabulator .tabulator-col-resize-handle:hover {\n cursor: ew-resize;\n }\n\n .tabulator .tabulator-col-resize-handle:last-of-type {\n width: 3px;\n margin-right: 0;\n }\n\n .tabulator .tabulator-alert {\n position: absolute;\n display: flex;\n align-items: center;\n top: 0;\n left: 0;\n z-index: 100;\n height: 100%;\n width: 100%;\n background: rgba(0, 0, 0, 0.4);\n text-align: center;\n }\n\n .tabulator .tabulator-alert .tabulator-alert-msg {\n display: inline-block;\n margin: 0 auto;\n padding: 10px 20px;\n border-radius: 10px;\n background: #fff;\n font-weight: bold;\n font-size: 16px;\n }\n\n .tabulator .tabulator-alert .tabulator-alert-msg.tabulator-alert-state-msg {\n border: 4px solid #333;\n color: #000;\n }\n\n .tabulator .tabulator-alert .tabulator-alert-msg.tabulator-alert-state-error {\n border: 4px solid #d00;\n color: #590000;\n }\n\n .tabulator-row {\n position: relative;\n box-sizing: border-box;\n min-height: 22px;\n background-color: #1f2126;\n color: #cccccc;\n border-bottom: 1px solid #2f3237;\n }\n\n .tabulator-row.tabulator-row-even {\n background-color: #1f2126;\n }\n\n .tabulator-row.tabulator-selectable:hover {\n background-color: #2d2e34;\n cursor: pointer;\n }\n\n .tabulator-row.tabulator-selected {\n background-color: #9abcea;\n }\n\n .tabulator-row.tabulator-selected:hover {\n background-color: #769bcc;\n cursor: pointer;\n }\n\n .tabulator-row.tabulator-row-moving {\n border: 1px solid #000;\n background: #fff;\n }\n\n .tabulator-row.tabulator-moving {\n position: absolute;\n border-top: 1px solid #aaa;\n border-bottom: 1px solid #aaa;\n pointer-events: none;\n z-index: 15;\n }\n\n .tabulator-row .tabulator-row-resize-handle {\n position: absolute;\n right: 0;\n bottom: 0;\n left: 0;\n height: 5px;\n }\n\n .tabulator-row .tabulator-row-resize-handle.prev {\n top: 0;\n bottom: auto;\n }\n\n .tabulator-row .tabulator-row-resize-handle:hover {\n cursor: ns-resize;\n }\n\n .tabulator-row .tabulator-responsive-collapse {\n box-sizing: border-box;\n padding: 5px;\n border-top: 1px solid #aaa;\n border-bottom: 1px solid #aaa;\n }\n\n .tabulator-row .tabulator-responsive-collapse:empty {\n display: none;\n }\n\n .tabulator-row .tabulator-responsive-collapse table {\n font-size: 14px;\n }\n\n .tabulator-row .tabulator-responsive-collapse table tr td {\n position: relative;\n }\n\n .tabulator-row .tabulator-responsive-collapse table tr td:first-of-type {\n padding-right: 10px;\n }\n\n .tabulator-row .tabulator-cell {\n align-items: center;\n background-color: inherit;\n display: inline-flex;\n position: unset;\n box-sizing: border-box;\n padding: 4px 8px;\n /* border-right: 1px solid #aaa; */\n vertical-align: middle;\n white-space: nowrap;\n overflow: hidden;\n text-overflow: ellipsis;\n }\n\n .tabulator-row .tabulator-cell.tabulator-frozen {\n display: inline-flex;\n position: sticky;\n left: 0;\n background-color: inherit;\n z-index: 10;\n }\n\n .tabulator-row .tabulator-cell.tabulator-frozen.tabulator-frozen-left {\n border-right: 2px solid #aaa;\n }\n\n .tabulator-row .tabulator-cell.tabulator-frozen.tabulator-frozen-right {\n border-left: 2px solid #aaa;\n }\n\n .tabulator-row .tabulator-cell.tabulator-editing {\n border: 1px solid #1d68cd;\n outline: none;\n padding: 0;\n }\n\n .tabulator-row .tabulator-cell.tabulator-editing input,\n .tabulator-row .tabulator-cell.tabulator-editing select {\n border: 1px;\n background: transparent;\n outline: none;\n }\n\n .tabulator-row .tabulator-cell.tabulator-validation-fail {\n border: 1px solid #dd0000;\n }\n\n .tabulator-row .tabulator-cell.tabulator-validation-fail input,\n .tabulator-row .tabulator-cell.tabulator-validation-fail select {\n border: 1px;\n background: transparent;\n color: #dd0000;\n }\n\n .tabulator-row .tabulator-cell.tabulator-row-handle {\n display: inline-flex;\n align-items: center;\n justify-content: center;\n -moz-user-select: none;\n -khtml-user-select: none;\n -webkit-user-select: none;\n -o-user-select: none;\n }\n\n .tabulator-row .tabulator-cell.tabulator-row-handle .tabulator-row-handle-box {\n width: 80%;\n }\n\n .tabulator-row\n .tabulator-cell.tabulator-row-handle\n .tabulator-row-handle-box\n .tabulator-row-handle-bar {\n width: 100%;\n height: 3px;\n margin-top: 2px;\n background: #666;\n }\n\n .tabulator-row .tabulator-cell .tabulator-data-tree-branch {\n display: inline-block;\n vertical-align: middle;\n height: 9px;\n width: 7px;\n margin-top: -9px;\n margin-right: 5px;\n border-bottom-left-radius: 1px;\n border-left: 2px solid #aaa;\n border-bottom: 2px solid #aaa;\n }\n\n .tabulator-row .tabulator-cell .tabulator-data-tree-control {\n display: inline-flex;\n justify-content: center;\n align-items: center;\n vertical-align: middle;\n height: 11px;\n width: 11px;\n margin-right: 5px;\n border: 1px solid #333;\n border-radius: 2px;\n background: rgba(0, 0, 0, 0.1);\n overflow: hidden;\n }\n\n .tabulator-row .tabulator-cell .tabulator-data-tree-control:hover {\n cursor: pointer;\n background: rgba(0, 0, 0, 0.2);\n }\n\n .tabulator-row\n .tabulator-cell\n .tabulator-data-tree-control\n .tabulator-data-tree-control-collapse {\n display: inline-block;\n position: relative;\n height: 7px;\n width: 1px;\n background: transparent;\n }\n\n .tabulator-row\n .tabulator-cell\n .tabulator-data-tree-control\n .tabulator-data-tree-control-collapse:after {\n position: absolute;\n content: '';\n left: -3px;\n top: 3px;\n height: 1px;\n width: 7px;\n background: #333;\n }\n\n .tabulator-row .tabulator-cell .tabulator-data-tree-control .tabulator-data-tree-control-expand {\n display: inline-block;\n position: relative;\n height: 7px;\n width: 1px;\n background: #333;\n }\n\n .tabulator-row\n .tabulator-cell\n .tabulator-data-tree-control\n .tabulator-data-tree-control-expand:after {\n position: absolute;\n content: '';\n left: -3px;\n top: 3px;\n height: 1px;\n width: 7px;\n background: #333;\n }\n\n .tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle {\n display: inline-flex;\n align-items: center;\n justify-content: center;\n -moz-user-select: none;\n -khtml-user-select: none;\n -webkit-user-select: none;\n -o-user-select: none;\n height: 15px;\n width: 15px;\n border-radius: 20px;\n background: #666;\n color: #fff;\n font-weight: bold;\n font-size: 1.1em;\n }\n\n .tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle:hover {\n opacity: 0.7;\n cursor: pointer;\n }\n\n .tabulator-row\n .tabulator-cell\n .tabulator-responsive-collapse-toggle.open\n .tabulator-responsive-collapse-toggle-close {\n display: initial;\n }\n\n .tabulator-row\n .tabulator-cell\n .tabulator-responsive-collapse-toggle.open\n .tabulator-responsive-collapse-toggle-open {\n display: none;\n }\n\n .tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle svg {\n stroke: #fff;\n }\n\n .tabulator-row\n .tabulator-cell\n .tabulator-responsive-collapse-toggle\n .tabulator-responsive-collapse-toggle-close {\n display: none;\n }\n\n .tabulator-row .tabulator-cell .tabulator-traffic-light {\n display: inline-block;\n height: 14px;\n width: 14px;\n border-radius: 14px;\n }\n\n .tabulator-row.tabulator-group {\n box-sizing: border-box;\n border-bottom: 1px solid #999;\n border-right: 1px solid #aaa;\n border-top: 1px solid #999;\n padding: 5px;\n padding-left: 10px;\n background: #ccc;\n font-weight: bold;\n min-width: 100%;\n }\n\n .tabulator-row.tabulator-group:hover {\n cursor: pointer;\n background-color: rgba(0, 0, 0, 0.1);\n }\n\n .tabulator-row.tabulator-group.tabulator-group-visible .tabulator-arrow {\n margin-right: 10px;\n border-left: 6px solid transparent;\n border-right: 6px solid transparent;\n border-top: 6px solid #666;\n border-bottom: 0;\n }\n\n .tabulator-row.tabulator-group.tabulator-group-level-1 {\n padding-left: 30px;\n }\n\n .tabulator-row.tabulator-group.tabulator-group-level-2 {\n padding-left: 50px;\n }\n\n .tabulator-row.tabulator-group.tabulator-group-level-3 {\n padding-left: 70px;\n }\n\n .tabulator-row.tabulator-group.tabulator-group-level-4 {\n padding-left: 90px;\n }\n\n .tabulator-row.tabulator-group.tabulator-group-level-5 {\n padding-left: 110px;\n }\n\n .tabulator-row.tabulator-group .tabulator-group-toggle {\n display: inline-block;\n }\n\n .tabulator-row.tabulator-group .tabulator-arrow {\n display: inline-block;\n width: 0;\n height: 0;\n margin-right: 16px;\n border-top: 6px solid transparent;\n border-bottom: 6px solid transparent;\n border-right: 0;\n border-left: 6px solid #666;\n vertical-align: middle;\n }\n\n .tabulator-row.tabulator-group span {\n margin-left: 10px;\n color: #d00;\n }\n\n .tabulator-popup-container {\n position: absolute;\n display: inline-block;\n box-sizing: border-box;\n background: #fff;\n border: 1px solid #aaa;\n box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);\n font-size: 14px;\n overflow-y: auto;\n -webkit-overflow-scrolling: touch;\n z-index: 10000;\n }\n\n .tabulator-popup {\n padding: 5px;\n border-radius: 3px;\n }\n\n .tabulator-tooltip {\n max-width: Min(500px, 100%);\n padding: 3px 5px;\n border-radius: 2px;\n box-shadow: none;\n font-size: 12px;\n pointer-events: none;\n }\n\n .tabulator-menu .tabulator-menu-item {\n position: relative;\n box-sizing: border-box;\n padding: 5px 10px;\n user-select: none;\n }\n\n .tabulator-menu .tabulator-menu-item.tabulator-menu-item-disabled {\n opacity: 0.5;\n }\n\n .tabulator-menu .tabulator-menu-item:not(.tabulator-menu-item-disabled):hover {\n cursor: pointer;\n background: #efefef;\n }\n\n .tabulator-menu .tabulator-menu-item.tabulator-menu-item-submenu {\n padding-right: 25px;\n }\n\n .tabulator-menu .tabulator-menu-item.tabulator-menu-item-submenu::after {\n display: inline-block;\n position: absolute;\n top: calc(5px + 0.4em);\n right: 10px;\n height: 7px;\n width: 7px;\n content: '';\n border-width: 1px 1px 0 0;\n border-style: solid;\n border-color: #aaa;\n vertical-align: top;\n transform: rotate(45deg);\n }\n\n .tabulator-menu .tabulator-menu-separator {\n border-top: 1px solid #aaa;\n }\n\n .tabulator-edit-list {\n max-height: 200px;\n font-size: 14px;\n overflow-y: auto;\n -webkit-overflow-scrolling: touch;\n }\n\n .tabulator-edit-list .tabulator-edit-list-item {\n padding: 4px;\n color: #333;\n outline: none;\n }\n\n .tabulator-edit-list .tabulator-edit-list-item.active {\n color: #fff;\n background: #1d68cd;\n }\n\n .tabulator-edit-list .tabulator-edit-list-item.active.focused {\n outline: 1px solid rgba(255, 255, 255, 0.5);\n }\n\n .tabulator-edit-list .tabulator-edit-list-item.focused {\n outline: 1px solid #1d68cd;\n }\n\n .tabulator-edit-list .tabulator-edit-list-item:hover {\n cursor: pointer;\n color: #fff;\n background: #1d68cd;\n }\n\n .tabulator-edit-list .tabulator-edit-list-placeholder {\n padding: 4px;\n color: #333;\n text-align: center;\n }\n\n .tabulator-edit-list .tabulator-edit-list-group {\n border-bottom: 1px solid #aaa;\n padding: 4px;\n padding-top: 6px;\n color: #333;\n font-weight: bold;\n }\n\n .tabulator-edit-list .tabulator-edit-list-item.tabulator-edit-list-group-level-2,\n .tabulator-edit-list .tabulator-edit-list-group.tabulator-edit-list-group-level-2 {\n padding-left: 12px;\n }\n\n .tabulator-edit-list .tabulator-edit-list-item.tabulator-edit-list-group-level-3,\n .tabulator-edit-list .tabulator-edit-list-group.tabulator-edit-list-group-level-3 {\n padding-left: 20px;\n }\n\n .tabulator-edit-list .tabulator-edit-list-item.tabulator-edit-list-group-level-4,\n .tabulator-edit-list .tabulator-edit-list-group.tabulator-edit-list-group-level-4 {\n padding-left: 28px;\n }\n\n .tabulator-edit-list .tabulator-edit-list-item.tabulator-edit-list-group-level-5,\n .tabulator-edit-list .tabulator-edit-list-group.tabulator-edit-list-group-level-5 {\n padding-left: 36px;\n }\n\n .tabulator.tabulator-ltr {\n direction: ltr;\n }\n\n .tabulator.tabulator-rtl {\n text-align: initial;\n direction: rtl;\n }\n\n .tabulator.tabulator-rtl .tabulator-header .tabulator-col {\n text-align: initial;\n border-left: 1px solid #aaa;\n border-right: initial;\n }\n\n .tabulator.tabulator-rtl\n .tabulator-header\n .tabulator-col.tabulator-col-group\n .tabulator-col-group-cols {\n margin-right: initial;\n margin-left: -1px;\n }\n\n .tabulator.tabulator-rtl\n .tabulator-header\n .tabulator-col.tabulator-sortable\n .tabulator-col-title {\n padding-right: 0;\n padding-left: 25px;\n }\n\n .tabulator.tabulator-rtl\n .tabulator-header\n .tabulator-col\n .tabulator-col-content\n .tabulator-col-sorter {\n left: 8px;\n right: initial;\n }\n\n .tabulator.tabulator-rtl .tabulator-row .tabulator-cell {\n border-right: initial;\n border-left: 1px solid #aaa;\n }\n\n .tabulator.tabulator-rtl .tabulator-row .tabulator-cell .tabulator-data-tree-branch {\n margin-right: initial;\n margin-left: 5px;\n border-bottom-left-radius: initial;\n border-bottom-right-radius: 1px;\n border-left: initial;\n border-right: 2px solid #aaa;\n }\n\n .tabulator.tabulator-rtl .tabulator-row .tabulator-cell .tabulator-data-tree-control {\n margin-right: initial;\n margin-left: 5px;\n }\n\n .tabulator.tabulator-rtl .tabulator-row .tabulator-cell.tabulator-frozen.tabulator-frozen-left {\n border-left: 2px solid #aaa;\n }\n\n .tabulator.tabulator-rtl .tabulator-row .tabulator-cell.tabulator-frozen.tabulator-frozen-right {\n border-right: 2px solid #aaa;\n }\n\n .tabulator.tabulator-rtl .tabulator-row .tabulator-col-resize-handle:last-of-type {\n width: 3px;\n margin-left: 0;\n margin-right: -3px;\n }\n\n .tabulator.tabulator-rtl .tabulator-footer .tabulator-calcs-holder {\n text-align: initial;\n }\n\n .tabulator-print-fullscreen {\n position: absolute;\n top: 0;\n bottom: 0;\n left: 0;\n right: 0;\n z-index: 10000;\n }\n\n body.tabulator-print-fullscreen-hide > *:not(.tabulator-print-fullscreen) {\n display: none !important;\n }\n\n .tabulator-print-table {\n border-collapse: collapse;\n }\n\n .tabulator-print-table .tabulator-data-tree-branch {\n display: inline-block;\n vertical-align: middle;\n height: 9px;\n width: 7px;\n margin-top: -9px;\n margin-right: 5px;\n border-bottom-left-radius: 1px;\n border-left: 2px solid #aaa;\n border-bottom: 2px solid #aaa;\n }\n\n .tabulator-print-table .tabulator-print-table-group {\n box-sizing: border-box;\n border-bottom: 1px solid #999;\n border-right: 1px solid #aaa;\n border-top: 1px solid #999;\n padding: 5px;\n padding-left: 10px;\n background: #ccc;\n font-weight: bold;\n min-width: 100%;\n }\n\n .tabulator-print-table .tabulator-print-table-group:hover {\n cursor: pointer;\n background-color: rgba(0, 0, 0, 0.1);\n }\n\n .tabulator-print-table .tabulator-print-table-group.tabulator-group-visible .tabulator-arrow {\n margin-right: 10px;\n border-left: 6px solid transparent;\n border-right: 6px solid transparent;\n border-top: 6px solid #666;\n border-bottom: 0;\n }\n\n .tabulator-print-table .tabulator-print-table-group.tabulator-group-level-1 td {\n padding-left: 30px !important;\n }\n\n .tabulator-print-table .tabulator-print-table-group.tabulator-group-level-2 td {\n padding-left: 50px !important;\n }\n\n .tabulator-print-table .tabulator-print-table-group.tabulator-group-level-3 td {\n padding-left: 70px !important;\n }\n\n .tabulator-print-table .tabulator-print-table-group.tabulator-group-level-4 td {\n padding-left: 90px !important;\n }\n\n .tabulator-print-table .tabulator-print-table-group.tabulator-group-level-5 td {\n padding-left: 110px !important;\n }\n\n .tabulator-print-table .tabulator-print-table-group .tabulator-group-toggle {\n display: inline-block;\n }\n\n .tabulator-print-table .tabulator-print-table-group .tabulator-arrow {\n display: inline-block;\n width: 0;\n height: 0;\n margin-right: 16px;\n border-top: 6px solid transparent;\n border-bottom: 6px solid transparent;\n border-right: 0;\n border-left: 6px solid #666;\n vertical-align: middle;\n }\n\n .tabulator-print-table .tabulator-print-table-group span {\n margin-left: 10px;\n color: #d00;\n }\n\n .tabulator-print-table .tabulator-data-tree-control {\n display: inline-flex;\n justify-content: center;\n align-items: center;\n vertical-align: middle;\n height: 11px;\n width: 11px;\n margin-right: 5px;\n border: 1px solid #333;\n border-radius: 2px;\n background: rgba(0, 0, 0, 0.1);\n overflow: hidden;\n }\n\n .tabulator-print-table .tabulator-data-tree-control:hover {\n cursor: pointer;\n background: rgba(0, 0, 0, 0.2);\n }\n\n .tabulator-print-table .tabulator-data-tree-control .tabulator-data-tree-control-collapse {\n display: inline-block;\n position: relative;\n height: 7px;\n width: 1px;\n background: transparent;\n }\n\n .tabulator-print-table .tabulator-data-tree-control .tabulator-data-tree-control-collapse:after {\n position: absolute;\n content: '';\n left: -3px;\n top: 3px;\n height: 1px;\n width: 7px;\n background: #333;\n }\n\n .tabulator-print-table .tabulator-data-tree-control .tabulator-data-tree-control-expand {\n display: inline-block;\n position: relative;\n height: 7px;\n width: 1px;\n background: #333;\n }\n\n .tabulator-print-table .tabulator-data-tree-control .tabulator-data-tree-control-expand:after {\n position: absolute;\n content: '';\n left: -3px;\n top: 3px;\n height: 1px;\n width: 7px;\n background: #333;\n }\n\n /*# sourceMappingURL=tabulator.css.map */\n`"
|
|
1135
|
+
}
|
|
1136
|
+
],
|
|
1137
|
+
"exports": [
|
|
1138
|
+
{
|
|
1139
|
+
"kind": "js",
|
|
1140
|
+
"name": "themeGenesisRapidCSS",
|
|
1141
|
+
"declaration": {
|
|
1142
|
+
"name": "themeGenesisRapidCSS",
|
|
1143
|
+
"module": "src/themes/genesis-rapid/theme-genesis-rapid-css.ts"
|
|
1144
|
+
}
|
|
1145
|
+
}
|
|
1146
|
+
]
|
|
1147
|
+
},
|
|
1148
|
+
{
|
|
1149
|
+
"kind": "javascript-module",
|
|
1150
|
+
"path": "src/themes/genesis-rapid/theme-genesis-rapid.ts",
|
|
1151
|
+
"declarations": [
|
|
1152
|
+
{
|
|
1153
|
+
"kind": "variable",
|
|
1154
|
+
"name": "themeGenesisRapidTokenMap",
|
|
1155
|
+
"type": {
|
|
1156
|
+
"text": "CSSVarTokenMap<GridCSSVars | string>"
|
|
1157
|
+
},
|
|
1158
|
+
"default": "{\n // [GridCSSVars.backgroundColor]: gridThemeGenesisRapidTokens.backgroundColor,\n // [GridCSSVars.foregroundColor]: gridThemeGenesisRapidTokens.foregroundColor,\n // [GridCSSVars.oddRowBackgroundColor]: gridThemeGenesisRapidTokens.backgroundColor,\n // [GridCSSVars.headerBackgroundColor]: gridThemeGenesisRapidTokens.backgroundColor,\n // [GridCSSVars.headerForegroundColor]: gridThemeGenesisRapidTokens.headerForegroundColor,\n // [GridCSSVars.selectedRowBackgroundColor]: gridThemeGenesisRapidTokens.rowHoverColor,\n // [GridCSSVars.rowHoverColor]: gridThemeGenesisRapidTokens.rowHoverColor,\n // [GridCSSVars.borderColor]: gridThemeGenesisRapidTokens.borderColor,\n // [GridCSSVars.rowBorderColor]: gridThemeGenesisRapidTokens.rowHoverColor,\n // [GridCSSVars.modalOverlayBackgroundColor]: gridThemeGenesisRapidTokens.backgroundColor,\n // [GridCSSVars.inputFocusBoxShadow]: gridThemeGenesisRapidTokens.headerForegroundColor,\n // [GridCSSVars.inputFocusBorderColor]: gridThemeGenesisRapidTokens.headerForegroundColor,\n // [GridCSSVars.headerColumnResizeHandleColor]: gridThemeGenesisRapidTokens.headerForegroundColor,\n}"
|
|
1159
|
+
},
|
|
1160
|
+
{
|
|
1161
|
+
"kind": "variable",
|
|
1162
|
+
"name": "themeGenesisRapidName",
|
|
1163
|
+
"type": {
|
|
1164
|
+
"text": "string"
|
|
1165
|
+
},
|
|
1166
|
+
"default": "'tabulator-theme-genesis-rapid'"
|
|
1167
|
+
},
|
|
1168
|
+
{
|
|
1169
|
+
"kind": "variable",
|
|
1170
|
+
"name": "themeGenesisRapid",
|
|
1171
|
+
"default": "css`\n ${themeGenesisRapidCSS}\n ${themeTokenMapCSS(themeGenesisRapidName, themeGenesisRapidTokenMap)}\n\n .${themeGenesisRapidName} {\n ${mixinRobotoFont()}\n }\n`"
|
|
1172
|
+
},
|
|
1173
|
+
{
|
|
1174
|
+
"kind": "variable",
|
|
1175
|
+
"name": "themeGenesisRapidDarkName",
|
|
1176
|
+
"type": {
|
|
1177
|
+
"text": "string"
|
|
1178
|
+
},
|
|
1179
|
+
"default": "'tabulator-theme-genesis-rapid-dark'"
|
|
1180
|
+
},
|
|
1181
|
+
{
|
|
1182
|
+
"kind": "variable",
|
|
1183
|
+
"name": "themeGenesisRapidDark",
|
|
1184
|
+
"default": "css`\n ${themeGenesisRapidCSS}\n ${themeTokenMapCSS(themeGenesisRapidDarkName, themeGenesisRapidTokenMap)}\n\n .${themeGenesisRapidDarkName} {\n ${mixinRobotoFont()}\n }\n .tabulator {\n background-color: var(--neutral-layer-4);\n font-family: var(--body-font);\n font-size: var(--type-ramp-minus-1-font-size);\n }\n\n .tabulator .tabulator-header {\n border-bottom: calc(var(--stroke-width) * 1px) solid var(--neutral-stroke-rest);\n background-color: var(--neutral-layer-4);\n color: var(--neutral-foreground-hint);\n font-weight: bold;\n height: 40px;\n }\n\n .tabulator .tabulator-header .tabulator-col {\n justify-content: center;\n border-right: calc(var(--stroke-width) * 1px) solid var(--neutral-stroke-rest);\n background-color: var(--neutral-layer-4);\n color: var(--neutral-foreground-hint);\n height: 40px;\n }\n .tabulator .tabulator-header .tabulator-col .tabulator-col-content,\n .tabulator-row .tabulator-cell {\n padding: calc(var(--design-unit) * 1px) calc(var(--design-unit) * 4px);\n }\n\n .tabulator-row,\n .tabulator-row.tabulator-row-even {\n background-color: var(--neutral-layer-4);\n color: var(--neutral-foreground-rest);\n }\n\n .tabulator .tabulator-header .tabulator-frozen.tabulator-frozen-left,\n .tabulator-row .tabulator-cell.tabulator-frozen.tabulator-frozen-left {\n border-right: calc(var(--stroke-width) * 1px) solid var(--neutral-stroke-rest);\n }\n\n .tabulator .tabulator-header .tabulator-frozen.tabulator-frozen-right,\n .tabulator-row .tabulator-cell.tabulator-frozen.tabulator-frozen-right {\n border-left: calc(var(--stroke-width) * 1px) solid var(--neutral-stroke-rest);\n }\n\n .tabulator-row.tabulator-selectable:hover {\n background-color: color-mix(in srgb, var(--accent-fill-hover) 10%, transparent);\n }\n\n .tabulator\n .tabulator-header\n .tabulator-col.tabulator-sortable.tabulator-col-sorter-element:hover {\n background-color: var(--neutral-layer-4);\n }\n`"
|
|
1185
|
+
}
|
|
1186
|
+
],
|
|
1187
|
+
"exports": [
|
|
1188
|
+
{
|
|
1189
|
+
"kind": "js",
|
|
1190
|
+
"name": "themeGenesisRapidTokenMap",
|
|
1191
|
+
"declaration": {
|
|
1192
|
+
"name": "themeGenesisRapidTokenMap",
|
|
1193
|
+
"module": "src/themes/genesis-rapid/theme-genesis-rapid.ts"
|
|
1194
|
+
}
|
|
1195
|
+
},
|
|
1196
|
+
{
|
|
1197
|
+
"kind": "js",
|
|
1198
|
+
"name": "themeGenesisRapidName",
|
|
1199
|
+
"declaration": {
|
|
1200
|
+
"name": "themeGenesisRapidName",
|
|
1201
|
+
"module": "src/themes/genesis-rapid/theme-genesis-rapid.ts"
|
|
1202
|
+
}
|
|
1203
|
+
},
|
|
1204
|
+
{
|
|
1205
|
+
"kind": "js",
|
|
1206
|
+
"name": "themeGenesisRapid",
|
|
1207
|
+
"declaration": {
|
|
1208
|
+
"name": "themeGenesisRapid",
|
|
1209
|
+
"module": "src/themes/genesis-rapid/theme-genesis-rapid.ts"
|
|
1210
|
+
}
|
|
1211
|
+
},
|
|
1212
|
+
{
|
|
1213
|
+
"kind": "js",
|
|
1214
|
+
"name": "themeGenesisRapidDarkName",
|
|
1215
|
+
"declaration": {
|
|
1216
|
+
"name": "themeGenesisRapidDarkName",
|
|
1217
|
+
"module": "src/themes/genesis-rapid/theme-genesis-rapid.ts"
|
|
1218
|
+
}
|
|
1219
|
+
},
|
|
1220
|
+
{
|
|
1221
|
+
"kind": "js",
|
|
1222
|
+
"name": "themeGenesisRapidDark",
|
|
1223
|
+
"declaration": {
|
|
1224
|
+
"name": "themeGenesisRapidDark",
|
|
1225
|
+
"module": "src/themes/genesis-rapid/theme-genesis-rapid.ts"
|
|
1226
|
+
}
|
|
1227
|
+
}
|
|
1228
|
+
]
|
|
1229
|
+
}
|
|
1230
|
+
]
|
|
1231
|
+
}
|