@genesislcap/foundation-header 14.407.0 → 14.408.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/dist/custom-elements.json +228 -228
- package/package.json +23 -23
|
@@ -188,228 +188,6 @@
|
|
|
188
188
|
}
|
|
189
189
|
]
|
|
190
190
|
},
|
|
191
|
-
{
|
|
192
|
-
"kind": "javascript-module",
|
|
193
|
-
"path": "src/components/control-panel.ts",
|
|
194
|
-
"declarations": [
|
|
195
|
-
{
|
|
196
|
-
"kind": "class",
|
|
197
|
-
"description": "control-panel",
|
|
198
|
-
"name": "ControlPanel",
|
|
199
|
-
"members": [
|
|
200
|
-
{
|
|
201
|
-
"kind": "field",
|
|
202
|
-
"name": "handleKeyDown",
|
|
203
|
-
"privacy": "private"
|
|
204
|
-
},
|
|
205
|
-
{
|
|
206
|
-
"kind": "field",
|
|
207
|
-
"name": "handleKeyDownBound",
|
|
208
|
-
"privacy": "private"
|
|
209
|
-
},
|
|
210
|
-
{
|
|
211
|
-
"kind": "method",
|
|
212
|
-
"name": "toggleSelection",
|
|
213
|
-
"privacy": "private",
|
|
214
|
-
"return": {
|
|
215
|
-
"type": {
|
|
216
|
-
"text": "SelectableKey[]"
|
|
217
|
-
}
|
|
218
|
-
},
|
|
219
|
-
"parameters": [
|
|
220
|
-
{
|
|
221
|
-
"name": "key",
|
|
222
|
-
"type": {
|
|
223
|
-
"text": "string"
|
|
224
|
-
}
|
|
225
|
-
},
|
|
226
|
-
{
|
|
227
|
-
"name": "keys",
|
|
228
|
-
"type": {
|
|
229
|
-
"text": "SelectableKey[]"
|
|
230
|
-
}
|
|
231
|
-
}
|
|
232
|
-
]
|
|
233
|
-
},
|
|
234
|
-
{
|
|
235
|
-
"kind": "method",
|
|
236
|
-
"name": "deleteKeysFromSessionStorage",
|
|
237
|
-
"privacy": "private",
|
|
238
|
-
"parameters": [
|
|
239
|
-
{
|
|
240
|
-
"name": "storageKey",
|
|
241
|
-
"type": {
|
|
242
|
-
"text": "string"
|
|
243
|
-
}
|
|
244
|
-
},
|
|
245
|
-
{
|
|
246
|
-
"name": "keysToDelete",
|
|
247
|
-
"type": {
|
|
248
|
-
"text": "string[]"
|
|
249
|
-
}
|
|
250
|
-
}
|
|
251
|
-
]
|
|
252
|
-
},
|
|
253
|
-
{
|
|
254
|
-
"kind": "method",
|
|
255
|
-
"name": "deleteKeysFromLocalStorage",
|
|
256
|
-
"privacy": "private",
|
|
257
|
-
"parameters": [
|
|
258
|
-
{
|
|
259
|
-
"name": "storageKey",
|
|
260
|
-
"type": {
|
|
261
|
-
"text": "string"
|
|
262
|
-
}
|
|
263
|
-
},
|
|
264
|
-
{
|
|
265
|
-
"name": "keys",
|
|
266
|
-
"type": {
|
|
267
|
-
"text": "SelectableKey[]"
|
|
268
|
-
}
|
|
269
|
-
}
|
|
270
|
-
]
|
|
271
|
-
},
|
|
272
|
-
{
|
|
273
|
-
"kind": "method",
|
|
274
|
-
"name": "getKeysForSessionStorageItem",
|
|
275
|
-
"privacy": "private",
|
|
276
|
-
"return": {
|
|
277
|
-
"type": {
|
|
278
|
-
"text": "SelectableKey[]"
|
|
279
|
-
}
|
|
280
|
-
},
|
|
281
|
-
"parameters": [
|
|
282
|
-
{
|
|
283
|
-
"name": "storageKey",
|
|
284
|
-
"type": {
|
|
285
|
-
"text": "string"
|
|
286
|
-
}
|
|
287
|
-
}
|
|
288
|
-
]
|
|
289
|
-
},
|
|
290
|
-
{
|
|
291
|
-
"kind": "method",
|
|
292
|
-
"name": "getKeysForStorageItem",
|
|
293
|
-
"privacy": "private",
|
|
294
|
-
"return": {
|
|
295
|
-
"type": {
|
|
296
|
-
"text": "SelectableKey[]"
|
|
297
|
-
}
|
|
298
|
-
},
|
|
299
|
-
"parameters": [
|
|
300
|
-
{
|
|
301
|
-
"name": "storageKey",
|
|
302
|
-
"type": {
|
|
303
|
-
"text": "string"
|
|
304
|
-
}
|
|
305
|
-
}
|
|
306
|
-
]
|
|
307
|
-
},
|
|
308
|
-
{
|
|
309
|
-
"kind": "method",
|
|
310
|
-
"name": "getKeysForKVStorage",
|
|
311
|
-
"privacy": "private",
|
|
312
|
-
"return": {
|
|
313
|
-
"type": {
|
|
314
|
-
"text": "Promise<SelectableKey[]>"
|
|
315
|
-
}
|
|
316
|
-
}
|
|
317
|
-
},
|
|
318
|
-
{
|
|
319
|
-
"kind": "method",
|
|
320
|
-
"name": "deleteKeysFromKVStorage",
|
|
321
|
-
"privacy": "private",
|
|
322
|
-
"return": {
|
|
323
|
-
"type": {
|
|
324
|
-
"text": "Promise<void>"
|
|
325
|
-
}
|
|
326
|
-
},
|
|
327
|
-
"parameters": [
|
|
328
|
-
{
|
|
329
|
-
"name": "keysToDelete",
|
|
330
|
-
"type": {
|
|
331
|
-
"text": "string[]"
|
|
332
|
-
}
|
|
333
|
-
}
|
|
334
|
-
]
|
|
335
|
-
}
|
|
336
|
-
],
|
|
337
|
-
"superclass": {
|
|
338
|
-
"name": "GenesisElement",
|
|
339
|
-
"package": "@genesislcap/web-core"
|
|
340
|
-
},
|
|
341
|
-
"tagName": "control-panel",
|
|
342
|
-
"customElement": true
|
|
343
|
-
}
|
|
344
|
-
],
|
|
345
|
-
"exports": [
|
|
346
|
-
{
|
|
347
|
-
"kind": "custom-element-definition",
|
|
348
|
-
"name": "control-panel",
|
|
349
|
-
"declaration": {
|
|
350
|
-
"name": "ControlPanel",
|
|
351
|
-
"module": "src/components/control-panel.ts"
|
|
352
|
-
}
|
|
353
|
-
}
|
|
354
|
-
]
|
|
355
|
-
},
|
|
356
|
-
{
|
|
357
|
-
"kind": "javascript-module",
|
|
358
|
-
"path": "src/components/index.ts",
|
|
359
|
-
"declarations": [],
|
|
360
|
-
"exports": [
|
|
361
|
-
{
|
|
362
|
-
"kind": "js",
|
|
363
|
-
"name": "*",
|
|
364
|
-
"declaration": {
|
|
365
|
-
"name": "*",
|
|
366
|
-
"package": "./control-panel"
|
|
367
|
-
}
|
|
368
|
-
}
|
|
369
|
-
]
|
|
370
|
-
},
|
|
371
|
-
{
|
|
372
|
-
"kind": "javascript-module",
|
|
373
|
-
"path": "src/components/rapid-components.ts",
|
|
374
|
-
"declarations": [
|
|
375
|
-
{
|
|
376
|
-
"kind": "function",
|
|
377
|
-
"name": "registerCommonRapidComponents",
|
|
378
|
-
"privacy": "public"
|
|
379
|
-
}
|
|
380
|
-
],
|
|
381
|
-
"exports": [
|
|
382
|
-
{
|
|
383
|
-
"kind": "js",
|
|
384
|
-
"name": "registerCommonRapidComponents",
|
|
385
|
-
"declaration": {
|
|
386
|
-
"name": "registerCommonRapidComponents",
|
|
387
|
-
"module": "src/components/rapid-components.ts"
|
|
388
|
-
}
|
|
389
|
-
}
|
|
390
|
-
]
|
|
391
|
-
},
|
|
392
|
-
{
|
|
393
|
-
"kind": "javascript-module",
|
|
394
|
-
"path": "src/components/zero-components.ts",
|
|
395
|
-
"declarations": [
|
|
396
|
-
{
|
|
397
|
-
"kind": "function",
|
|
398
|
-
"name": "registerCommonZeroComponents",
|
|
399
|
-
"privacy": "public"
|
|
400
|
-
}
|
|
401
|
-
],
|
|
402
|
-
"exports": [
|
|
403
|
-
{
|
|
404
|
-
"kind": "js",
|
|
405
|
-
"name": "registerCommonZeroComponents",
|
|
406
|
-
"declaration": {
|
|
407
|
-
"name": "registerCommonZeroComponents",
|
|
408
|
-
"module": "src/components/zero-components.ts"
|
|
409
|
-
}
|
|
410
|
-
}
|
|
411
|
-
]
|
|
412
|
-
},
|
|
413
191
|
{
|
|
414
192
|
"kind": "javascript-module",
|
|
415
193
|
"path": "src/main/index.ts",
|
|
@@ -3830,6 +3608,234 @@
|
|
|
3830
3608
|
}
|
|
3831
3609
|
]
|
|
3832
3610
|
},
|
|
3611
|
+
{
|
|
3612
|
+
"kind": "javascript-module",
|
|
3613
|
+
"path": "src/templates/rapid.template.ts",
|
|
3614
|
+
"declarations": [],
|
|
3615
|
+
"exports": []
|
|
3616
|
+
},
|
|
3617
|
+
{
|
|
3618
|
+
"kind": "javascript-module",
|
|
3619
|
+
"path": "src/components/control-panel.ts",
|
|
3620
|
+
"declarations": [
|
|
3621
|
+
{
|
|
3622
|
+
"kind": "class",
|
|
3623
|
+
"description": "control-panel",
|
|
3624
|
+
"name": "ControlPanel",
|
|
3625
|
+
"members": [
|
|
3626
|
+
{
|
|
3627
|
+
"kind": "field",
|
|
3628
|
+
"name": "handleKeyDown",
|
|
3629
|
+
"privacy": "private"
|
|
3630
|
+
},
|
|
3631
|
+
{
|
|
3632
|
+
"kind": "field",
|
|
3633
|
+
"name": "handleKeyDownBound",
|
|
3634
|
+
"privacy": "private"
|
|
3635
|
+
},
|
|
3636
|
+
{
|
|
3637
|
+
"kind": "method",
|
|
3638
|
+
"name": "toggleSelection",
|
|
3639
|
+
"privacy": "private",
|
|
3640
|
+
"return": {
|
|
3641
|
+
"type": {
|
|
3642
|
+
"text": "SelectableKey[]"
|
|
3643
|
+
}
|
|
3644
|
+
},
|
|
3645
|
+
"parameters": [
|
|
3646
|
+
{
|
|
3647
|
+
"name": "key",
|
|
3648
|
+
"type": {
|
|
3649
|
+
"text": "string"
|
|
3650
|
+
}
|
|
3651
|
+
},
|
|
3652
|
+
{
|
|
3653
|
+
"name": "keys",
|
|
3654
|
+
"type": {
|
|
3655
|
+
"text": "SelectableKey[]"
|
|
3656
|
+
}
|
|
3657
|
+
}
|
|
3658
|
+
]
|
|
3659
|
+
},
|
|
3660
|
+
{
|
|
3661
|
+
"kind": "method",
|
|
3662
|
+
"name": "deleteKeysFromSessionStorage",
|
|
3663
|
+
"privacy": "private",
|
|
3664
|
+
"parameters": [
|
|
3665
|
+
{
|
|
3666
|
+
"name": "storageKey",
|
|
3667
|
+
"type": {
|
|
3668
|
+
"text": "string"
|
|
3669
|
+
}
|
|
3670
|
+
},
|
|
3671
|
+
{
|
|
3672
|
+
"name": "keysToDelete",
|
|
3673
|
+
"type": {
|
|
3674
|
+
"text": "string[]"
|
|
3675
|
+
}
|
|
3676
|
+
}
|
|
3677
|
+
]
|
|
3678
|
+
},
|
|
3679
|
+
{
|
|
3680
|
+
"kind": "method",
|
|
3681
|
+
"name": "deleteKeysFromLocalStorage",
|
|
3682
|
+
"privacy": "private",
|
|
3683
|
+
"parameters": [
|
|
3684
|
+
{
|
|
3685
|
+
"name": "storageKey",
|
|
3686
|
+
"type": {
|
|
3687
|
+
"text": "string"
|
|
3688
|
+
}
|
|
3689
|
+
},
|
|
3690
|
+
{
|
|
3691
|
+
"name": "keys",
|
|
3692
|
+
"type": {
|
|
3693
|
+
"text": "SelectableKey[]"
|
|
3694
|
+
}
|
|
3695
|
+
}
|
|
3696
|
+
]
|
|
3697
|
+
},
|
|
3698
|
+
{
|
|
3699
|
+
"kind": "method",
|
|
3700
|
+
"name": "getKeysForSessionStorageItem",
|
|
3701
|
+
"privacy": "private",
|
|
3702
|
+
"return": {
|
|
3703
|
+
"type": {
|
|
3704
|
+
"text": "SelectableKey[]"
|
|
3705
|
+
}
|
|
3706
|
+
},
|
|
3707
|
+
"parameters": [
|
|
3708
|
+
{
|
|
3709
|
+
"name": "storageKey",
|
|
3710
|
+
"type": {
|
|
3711
|
+
"text": "string"
|
|
3712
|
+
}
|
|
3713
|
+
}
|
|
3714
|
+
]
|
|
3715
|
+
},
|
|
3716
|
+
{
|
|
3717
|
+
"kind": "method",
|
|
3718
|
+
"name": "getKeysForStorageItem",
|
|
3719
|
+
"privacy": "private",
|
|
3720
|
+
"return": {
|
|
3721
|
+
"type": {
|
|
3722
|
+
"text": "SelectableKey[]"
|
|
3723
|
+
}
|
|
3724
|
+
},
|
|
3725
|
+
"parameters": [
|
|
3726
|
+
{
|
|
3727
|
+
"name": "storageKey",
|
|
3728
|
+
"type": {
|
|
3729
|
+
"text": "string"
|
|
3730
|
+
}
|
|
3731
|
+
}
|
|
3732
|
+
]
|
|
3733
|
+
},
|
|
3734
|
+
{
|
|
3735
|
+
"kind": "method",
|
|
3736
|
+
"name": "getKeysForKVStorage",
|
|
3737
|
+
"privacy": "private",
|
|
3738
|
+
"return": {
|
|
3739
|
+
"type": {
|
|
3740
|
+
"text": "Promise<SelectableKey[]>"
|
|
3741
|
+
}
|
|
3742
|
+
}
|
|
3743
|
+
},
|
|
3744
|
+
{
|
|
3745
|
+
"kind": "method",
|
|
3746
|
+
"name": "deleteKeysFromKVStorage",
|
|
3747
|
+
"privacy": "private",
|
|
3748
|
+
"return": {
|
|
3749
|
+
"type": {
|
|
3750
|
+
"text": "Promise<void>"
|
|
3751
|
+
}
|
|
3752
|
+
},
|
|
3753
|
+
"parameters": [
|
|
3754
|
+
{
|
|
3755
|
+
"name": "keysToDelete",
|
|
3756
|
+
"type": {
|
|
3757
|
+
"text": "string[]"
|
|
3758
|
+
}
|
|
3759
|
+
}
|
|
3760
|
+
]
|
|
3761
|
+
}
|
|
3762
|
+
],
|
|
3763
|
+
"superclass": {
|
|
3764
|
+
"name": "GenesisElement",
|
|
3765
|
+
"package": "@genesislcap/web-core"
|
|
3766
|
+
},
|
|
3767
|
+
"tagName": "control-panel",
|
|
3768
|
+
"customElement": true
|
|
3769
|
+
}
|
|
3770
|
+
],
|
|
3771
|
+
"exports": [
|
|
3772
|
+
{
|
|
3773
|
+
"kind": "custom-element-definition",
|
|
3774
|
+
"name": "control-panel",
|
|
3775
|
+
"declaration": {
|
|
3776
|
+
"name": "ControlPanel",
|
|
3777
|
+
"module": "src/components/control-panel.ts"
|
|
3778
|
+
}
|
|
3779
|
+
}
|
|
3780
|
+
]
|
|
3781
|
+
},
|
|
3782
|
+
{
|
|
3783
|
+
"kind": "javascript-module",
|
|
3784
|
+
"path": "src/components/index.ts",
|
|
3785
|
+
"declarations": [],
|
|
3786
|
+
"exports": [
|
|
3787
|
+
{
|
|
3788
|
+
"kind": "js",
|
|
3789
|
+
"name": "*",
|
|
3790
|
+
"declaration": {
|
|
3791
|
+
"name": "*",
|
|
3792
|
+
"package": "./control-panel"
|
|
3793
|
+
}
|
|
3794
|
+
}
|
|
3795
|
+
]
|
|
3796
|
+
},
|
|
3797
|
+
{
|
|
3798
|
+
"kind": "javascript-module",
|
|
3799
|
+
"path": "src/components/rapid-components.ts",
|
|
3800
|
+
"declarations": [
|
|
3801
|
+
{
|
|
3802
|
+
"kind": "function",
|
|
3803
|
+
"name": "registerCommonRapidComponents",
|
|
3804
|
+
"privacy": "public"
|
|
3805
|
+
}
|
|
3806
|
+
],
|
|
3807
|
+
"exports": [
|
|
3808
|
+
{
|
|
3809
|
+
"kind": "js",
|
|
3810
|
+
"name": "registerCommonRapidComponents",
|
|
3811
|
+
"declaration": {
|
|
3812
|
+
"name": "registerCommonRapidComponents",
|
|
3813
|
+
"module": "src/components/rapid-components.ts"
|
|
3814
|
+
}
|
|
3815
|
+
}
|
|
3816
|
+
]
|
|
3817
|
+
},
|
|
3818
|
+
{
|
|
3819
|
+
"kind": "javascript-module",
|
|
3820
|
+
"path": "src/components/zero-components.ts",
|
|
3821
|
+
"declarations": [
|
|
3822
|
+
{
|
|
3823
|
+
"kind": "function",
|
|
3824
|
+
"name": "registerCommonZeroComponents",
|
|
3825
|
+
"privacy": "public"
|
|
3826
|
+
}
|
|
3827
|
+
],
|
|
3828
|
+
"exports": [
|
|
3829
|
+
{
|
|
3830
|
+
"kind": "js",
|
|
3831
|
+
"name": "registerCommonZeroComponents",
|
|
3832
|
+
"declaration": {
|
|
3833
|
+
"name": "registerCommonZeroComponents",
|
|
3834
|
+
"module": "src/components/zero-components.ts"
|
|
3835
|
+
}
|
|
3836
|
+
}
|
|
3837
|
+
]
|
|
3838
|
+
},
|
|
3833
3839
|
{
|
|
3834
3840
|
"kind": "javascript-module",
|
|
3835
3841
|
"path": "src/styles/colors.ts",
|
|
@@ -4012,12 +4018,6 @@
|
|
|
4012
4018
|
"declarations": [],
|
|
4013
4019
|
"exports": []
|
|
4014
4020
|
},
|
|
4015
|
-
{
|
|
4016
|
-
"kind": "javascript-module",
|
|
4017
|
-
"path": "src/templates/rapid.template.ts",
|
|
4018
|
-
"declarations": [],
|
|
4019
|
-
"exports": []
|
|
4020
|
-
},
|
|
4021
4021
|
{
|
|
4022
4022
|
"kind": "javascript-module",
|
|
4023
4023
|
"path": "src/utils/index.ts",
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@genesislcap/foundation-header",
|
|
3
3
|
"description": "Genesis Foundation Header",
|
|
4
|
-
"version": "14.
|
|
4
|
+
"version": "14.408.0",
|
|
5
5
|
"license": "SEE LICENSE IN license.txt",
|
|
6
6
|
"main": "dist/esm/index.js",
|
|
7
7
|
"types": "dist/foundation-header.d.ts",
|
|
@@ -79,29 +79,29 @@
|
|
|
79
79
|
}
|
|
80
80
|
},
|
|
81
81
|
"devDependencies": {
|
|
82
|
-
"@genesislcap/foundation-testing": "14.
|
|
83
|
-
"@genesislcap/genx": "14.
|
|
84
|
-
"@genesislcap/rollup-builder": "14.
|
|
85
|
-
"@genesislcap/ts-builder": "14.
|
|
86
|
-
"@genesislcap/uvu-playwright-builder": "14.
|
|
87
|
-
"@genesislcap/vite-builder": "14.
|
|
88
|
-
"@genesislcap/webpack-builder": "14.
|
|
82
|
+
"@genesislcap/foundation-testing": "14.408.0",
|
|
83
|
+
"@genesislcap/genx": "14.408.0",
|
|
84
|
+
"@genesislcap/rollup-builder": "14.408.0",
|
|
85
|
+
"@genesislcap/ts-builder": "14.408.0",
|
|
86
|
+
"@genesislcap/uvu-playwright-builder": "14.408.0",
|
|
87
|
+
"@genesislcap/vite-builder": "14.408.0",
|
|
88
|
+
"@genesislcap/webpack-builder": "14.408.0"
|
|
89
89
|
},
|
|
90
90
|
"dependencies": {
|
|
91
|
-
"@genesislcap/foundation-ai": "14.
|
|
92
|
-
"@genesislcap/foundation-auth": "14.
|
|
93
|
-
"@genesislcap/foundation-comms": "14.
|
|
94
|
-
"@genesislcap/foundation-events": "14.
|
|
95
|
-
"@genesislcap/foundation-i18n": "14.
|
|
96
|
-
"@genesislcap/foundation-logger": "14.
|
|
97
|
-
"@genesislcap/foundation-login": "14.
|
|
98
|
-
"@genesislcap/foundation-shell": "14.
|
|
99
|
-
"@genesislcap/foundation-ui": "14.
|
|
100
|
-
"@genesislcap/foundation-user": "14.
|
|
101
|
-
"@genesislcap/foundation-utils": "14.
|
|
102
|
-
"@genesislcap/foundation-zero": "14.
|
|
103
|
-
"@genesislcap/rapid-design-system": "14.
|
|
104
|
-
"@genesislcap/web-core": "14.
|
|
91
|
+
"@genesislcap/foundation-ai": "14.408.0",
|
|
92
|
+
"@genesislcap/foundation-auth": "14.408.0",
|
|
93
|
+
"@genesislcap/foundation-comms": "14.408.0",
|
|
94
|
+
"@genesislcap/foundation-events": "14.408.0",
|
|
95
|
+
"@genesislcap/foundation-i18n": "14.408.0",
|
|
96
|
+
"@genesislcap/foundation-logger": "14.408.0",
|
|
97
|
+
"@genesislcap/foundation-login": "14.408.0",
|
|
98
|
+
"@genesislcap/foundation-shell": "14.408.0",
|
|
99
|
+
"@genesislcap/foundation-ui": "14.408.0",
|
|
100
|
+
"@genesislcap/foundation-user": "14.408.0",
|
|
101
|
+
"@genesislcap/foundation-utils": "14.408.0",
|
|
102
|
+
"@genesislcap/foundation-zero": "14.408.0",
|
|
103
|
+
"@genesislcap/rapid-design-system": "14.408.0",
|
|
104
|
+
"@genesislcap/web-core": "14.408.0"
|
|
105
105
|
},
|
|
106
106
|
"repository": {
|
|
107
107
|
"type": "git",
|
|
@@ -112,5 +112,5 @@
|
|
|
112
112
|
"access": "public"
|
|
113
113
|
},
|
|
114
114
|
"customElements": "dist/custom-elements.json",
|
|
115
|
-
"gitHead": "
|
|
115
|
+
"gitHead": "26b08831fd001b4ee95c8a0d3364a18c0ec4005b"
|
|
116
116
|
}
|