@ismail-elkorchi/ui-shell 0.1.0 → 0.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (67) hide show
  1. package/README.md +71 -68
  2. package/dist/custom-elements.json +1039 -0
  3. package/dist/index.d.ts +8 -6
  4. package/dist/index.d.ts.map +1 -1
  5. package/dist/index.js +6 -6
  6. package/dist/index.js.map +1 -1
  7. package/dist/register.d.ts +5 -5
  8. package/dist/register.d.ts.map +1 -1
  9. package/dist/register.js +5 -5
  10. package/dist/register.js.map +1 -1
  11. package/dist/src/internal/light-dom-slot-controller.d.ts +22 -0
  12. package/dist/src/internal/light-dom-slot-controller.d.ts.map +1 -0
  13. package/dist/src/internal/light-dom-slot-controller.js +91 -0
  14. package/dist/src/internal/light-dom-slot-controller.js.map +1 -0
  15. package/dist/src/internal/router.d.ts +36 -0
  16. package/dist/src/internal/router.d.ts.map +1 -0
  17. package/dist/{router.js → src/internal/router.js} +26 -19
  18. package/dist/src/internal/router.js.map +1 -0
  19. package/dist/src/structures/uik-shell-activity-bar-contract.d.ts +10 -0
  20. package/dist/src/structures/uik-shell-activity-bar-contract.d.ts.map +1 -0
  21. package/dist/src/structures/uik-shell-activity-bar-contract.js +2 -0
  22. package/dist/src/structures/uik-shell-activity-bar-contract.js.map +1 -0
  23. package/dist/src/structures/uik-shell-activity-bar.d.ts +30 -0
  24. package/dist/src/structures/uik-shell-activity-bar.d.ts.map +1 -0
  25. package/dist/src/structures/uik-shell-activity-bar.js +272 -0
  26. package/dist/src/structures/uik-shell-activity-bar.js.map +1 -0
  27. package/dist/src/structures/uik-shell-layout.d.ts +16 -0
  28. package/dist/src/structures/uik-shell-layout.d.ts.map +1 -0
  29. package/dist/src/structures/uik-shell-layout.js +123 -0
  30. package/dist/src/structures/uik-shell-layout.js.map +1 -0
  31. package/dist/src/structures/uik-shell-secondary-sidebar.d.ts +21 -0
  32. package/dist/src/structures/uik-shell-secondary-sidebar.d.ts.map +1 -0
  33. package/dist/src/structures/uik-shell-secondary-sidebar.js +169 -0
  34. package/dist/src/structures/uik-shell-secondary-sidebar.js.map +1 -0
  35. package/dist/src/structures/uik-shell-sidebar.d.ts +21 -0
  36. package/dist/src/structures/uik-shell-sidebar.d.ts.map +1 -0
  37. package/dist/src/structures/uik-shell-sidebar.js +176 -0
  38. package/dist/src/structures/uik-shell-sidebar.js.map +1 -0
  39. package/dist/src/structures/uik-shell-status-bar.d.ts +23 -0
  40. package/dist/src/structures/uik-shell-status-bar.d.ts.map +1 -0
  41. package/dist/src/structures/uik-shell-status-bar.js +144 -0
  42. package/dist/src/structures/uik-shell-status-bar.js.map +1 -0
  43. package/package.json +31 -27
  44. package/dist/ActivityBar.d.ts +0 -25
  45. package/dist/ActivityBar.d.ts.map +0 -1
  46. package/dist/ActivityBar.js +0 -81
  47. package/dist/ActivityBar.js.map +0 -1
  48. package/dist/AppShellLayout.d.ts +0 -17
  49. package/dist/AppShellLayout.d.ts.map +0 -1
  50. package/dist/AppShellLayout.js +0 -66
  51. package/dist/AppShellLayout.js.map +0 -1
  52. package/dist/SecondarySidebar.d.ts +0 -18
  53. package/dist/SecondarySidebar.d.ts.map +0 -1
  54. package/dist/SecondarySidebar.js +0 -84
  55. package/dist/SecondarySidebar.js.map +0 -1
  56. package/dist/Sidebar.d.ts +0 -20
  57. package/dist/Sidebar.d.ts.map +0 -1
  58. package/dist/Sidebar.js +0 -105
  59. package/dist/Sidebar.js.map +0 -1
  60. package/dist/Statusbar.d.ts +0 -19
  61. package/dist/Statusbar.d.ts.map +0 -1
  62. package/dist/Statusbar.js +0 -73
  63. package/dist/Statusbar.js.map +0 -1
  64. package/dist/router.d.ts +0 -36
  65. package/dist/router.d.ts.map +0 -1
  66. package/dist/router.js.map +0 -1
  67. package/dist/tailwind-source.css +0 -2
@@ -0,0 +1,1039 @@
1
+ {
2
+ "schemaVersion": "1.0.0",
3
+ "readme": "",
4
+ "modules": [
5
+ {
6
+ "kind": "javascript-module",
7
+ "path": "index.ts",
8
+ "declarations": [],
9
+ "exports": [
10
+ {
11
+ "kind": "js",
12
+ "name": "UikShellActivityBar",
13
+ "declaration": {
14
+ "name": "UikShellActivityBar",
15
+ "module": "./src/structures/uik-shell-activity-bar"
16
+ }
17
+ },
18
+ {
19
+ "kind": "js",
20
+ "name": "UikShellLayout",
21
+ "declaration": {
22
+ "name": "UikShellLayout",
23
+ "module": "./src/structures/uik-shell-layout"
24
+ }
25
+ },
26
+ {
27
+ "kind": "js",
28
+ "name": "UikShellSecondarySidebar",
29
+ "declaration": {
30
+ "name": "UikShellSecondarySidebar",
31
+ "module": "./src/structures/uik-shell-secondary-sidebar"
32
+ }
33
+ },
34
+ {
35
+ "kind": "js",
36
+ "name": "UikShellSidebar",
37
+ "declaration": {
38
+ "name": "UikShellSidebar",
39
+ "module": "./src/structures/uik-shell-sidebar"
40
+ }
41
+ },
42
+ {
43
+ "kind": "js",
44
+ "name": "UikShellStatusBar",
45
+ "declaration": {
46
+ "name": "UikShellStatusBar",
47
+ "module": "./src/structures/uik-shell-status-bar"
48
+ }
49
+ },
50
+ {
51
+ "kind": "js",
52
+ "name": "createUikShellRouter",
53
+ "declaration": {
54
+ "name": "createUikShellRouter",
55
+ "module": "./src/internal/router"
56
+ }
57
+ },
58
+ {
59
+ "kind": "js",
60
+ "name": "UIK_SHELL_NAVIGATION_EVENT",
61
+ "declaration": {
62
+ "name": "UIK_SHELL_NAVIGATION_EVENT",
63
+ "module": "./src/internal/router"
64
+ }
65
+ },
66
+ {
67
+ "kind": "js",
68
+ "name": "UikShellRouter",
69
+ "declaration": {
70
+ "name": "UikShellRouter",
71
+ "module": "./src/internal/router"
72
+ }
73
+ },
74
+ {
75
+ "kind": "js",
76
+ "name": "UikShellActivityBarIcon",
77
+ "declaration": {
78
+ "name": "UikShellActivityBarIcon",
79
+ "module": "./src/structures/uik-shell-activity-bar-contract"
80
+ }
81
+ },
82
+ {
83
+ "kind": "js",
84
+ "name": "UikShellActivityBarItem",
85
+ "declaration": {
86
+ "name": "UikShellActivityBarItem",
87
+ "module": "./src/structures/uik-shell-activity-bar-contract"
88
+ }
89
+ },
90
+ {
91
+ "kind": "js",
92
+ "name": "UikShellLocation",
93
+ "declaration": {
94
+ "name": "UikShellLocation",
95
+ "module": "./src/internal/router"
96
+ }
97
+ },
98
+ {
99
+ "kind": "js",
100
+ "name": "UikShellNavigationDetail",
101
+ "declaration": {
102
+ "name": "UikShellNavigationDetail",
103
+ "module": "./src/internal/router"
104
+ }
105
+ },
106
+ {
107
+ "kind": "js",
108
+ "name": "UikShellNavigationListener",
109
+ "declaration": {
110
+ "name": "UikShellNavigationListener",
111
+ "module": "./src/internal/router"
112
+ }
113
+ },
114
+ {
115
+ "kind": "js",
116
+ "name": "UikShellRoute",
117
+ "declaration": {
118
+ "name": "UikShellRoute",
119
+ "module": "./src/internal/router"
120
+ }
121
+ },
122
+ {
123
+ "kind": "js",
124
+ "name": "UikShellRouterConfig",
125
+ "declaration": {
126
+ "name": "UikShellRouterConfig",
127
+ "module": "./src/internal/router"
128
+ }
129
+ }
130
+ ]
131
+ },
132
+ {
133
+ "kind": "javascript-module",
134
+ "path": "register.ts",
135
+ "declarations": [],
136
+ "exports": []
137
+ },
138
+ {
139
+ "kind": "javascript-module",
140
+ "path": "src/internal/light-dom-slot-controller.ts",
141
+ "declarations": [
142
+ {
143
+ "kind": "function",
144
+ "name": "ensureLightDomRoot",
145
+ "parameters": [
146
+ {
147
+ "name": "host",
148
+ "type": {
149
+ "text": "HTMLElement"
150
+ }
151
+ },
152
+ {
153
+ "name": "attr",
154
+ "default": "ROOT_ATTRIBUTE",
155
+ "type": {
156
+ "text": "string"
157
+ }
158
+ }
159
+ ]
160
+ },
161
+ {
162
+ "kind": "class",
163
+ "description": "",
164
+ "name": "LightDomSlotController",
165
+ "members": [
166
+ {
167
+ "kind": "field",
168
+ "name": "observer",
169
+ "type": {
170
+ "text": "MutationObserver | null"
171
+ },
172
+ "privacy": "private",
173
+ "default": "null"
174
+ },
175
+ {
176
+ "kind": "method",
177
+ "name": "connect"
178
+ },
179
+ {
180
+ "kind": "method",
181
+ "name": "disconnect"
182
+ },
183
+ {
184
+ "kind": "method",
185
+ "name": "sync"
186
+ },
187
+ {
188
+ "kind": "method",
189
+ "name": "moveToContainer",
190
+ "privacy": "private",
191
+ "parameters": [
192
+ {
193
+ "name": "root",
194
+ "type": {
195
+ "text": "HTMLElement"
196
+ }
197
+ },
198
+ {
199
+ "name": "container",
200
+ "type": {
201
+ "text": "HTMLElement"
202
+ }
203
+ },
204
+ {
205
+ "name": "slotName",
206
+ "type": {
207
+ "text": "string | null"
208
+ }
209
+ }
210
+ ]
211
+ }
212
+ ]
213
+ }
214
+ ],
215
+ "exports": [
216
+ {
217
+ "kind": "js",
218
+ "name": "ensureLightDomRoot",
219
+ "declaration": {
220
+ "name": "ensureLightDomRoot",
221
+ "module": "src/internal/light-dom-slot-controller.ts"
222
+ }
223
+ },
224
+ {
225
+ "kind": "js",
226
+ "name": "LightDomSlotController",
227
+ "declaration": {
228
+ "name": "LightDomSlotController",
229
+ "module": "src/internal/light-dom-slot-controller.ts"
230
+ }
231
+ }
232
+ ]
233
+ },
234
+ {
235
+ "kind": "javascript-module",
236
+ "path": "src/internal/router.ts",
237
+ "declarations": [
238
+ {
239
+ "kind": "variable",
240
+ "name": "UIK_SHELL_NAVIGATION_EVENT",
241
+ "type": {
242
+ "text": "string"
243
+ },
244
+ "default": "'uik-shell:navigation'"
245
+ },
246
+ {
247
+ "kind": "class",
248
+ "description": "",
249
+ "name": "UikShellRouter",
250
+ "members": [
251
+ {
252
+ "kind": "field",
253
+ "name": "routeRegistry",
254
+ "privacy": "private",
255
+ "readonly": true,
256
+ "default": "new Map<string, UikShellRoute>()"
257
+ },
258
+ {
259
+ "kind": "field",
260
+ "name": "lastSubviews",
261
+ "privacy": "private",
262
+ "readonly": true,
263
+ "default": "new Map<string, string | undefined>()"
264
+ },
265
+ {
266
+ "kind": "field",
267
+ "name": "location",
268
+ "type": {
269
+ "text": "UikShellLocation"
270
+ },
271
+ "privacy": "private",
272
+ "default": "{view, subview}"
273
+ },
274
+ {
275
+ "kind": "field",
276
+ "name": "current",
277
+ "type": {
278
+ "text": "UikShellLocation"
279
+ },
280
+ "readonly": true
281
+ },
282
+ {
283
+ "kind": "field",
284
+ "name": "routes",
285
+ "type": {
286
+ "text": "UikShellRoute[]"
287
+ },
288
+ "readonly": true
289
+ },
290
+ {
291
+ "kind": "method",
292
+ "name": "subscribe",
293
+ "return": {
294
+ "type": {
295
+ "text": "() => void"
296
+ }
297
+ },
298
+ "parameters": [
299
+ {
300
+ "name": "listener",
301
+ "type": {
302
+ "text": "UikShellNavigationListener"
303
+ }
304
+ }
305
+ ]
306
+ },
307
+ {
308
+ "kind": "method",
309
+ "name": "navigate",
310
+ "parameters": [
311
+ {
312
+ "name": "view",
313
+ "type": {
314
+ "text": "string"
315
+ }
316
+ },
317
+ {
318
+ "name": "subview",
319
+ "optional": true,
320
+ "type": {
321
+ "text": "string"
322
+ }
323
+ }
324
+ ]
325
+ },
326
+ {
327
+ "kind": "method",
328
+ "name": "resolveInitialView",
329
+ "privacy": "private",
330
+ "return": {
331
+ "type": {
332
+ "text": "string"
333
+ }
334
+ },
335
+ "parameters": [
336
+ {
337
+ "name": "initialView",
338
+ "optional": true,
339
+ "type": {
340
+ "text": "string"
341
+ }
342
+ }
343
+ ]
344
+ },
345
+ {
346
+ "kind": "method",
347
+ "name": "resolveSubview",
348
+ "privacy": "private",
349
+ "return": {
350
+ "type": {
351
+ "text": "string | undefined"
352
+ }
353
+ },
354
+ "parameters": [
355
+ {
356
+ "name": "view",
357
+ "type": {
358
+ "text": "string"
359
+ }
360
+ },
361
+ {
362
+ "name": "requested",
363
+ "optional": true,
364
+ "type": {
365
+ "text": "string"
366
+ }
367
+ }
368
+ ]
369
+ }
370
+ ],
371
+ "events": [
372
+ {
373
+ "name": "UIK_SHELL_NAVIGATION_EVENT",
374
+ "type": {
375
+ "text": "CustomEvent"
376
+ }
377
+ }
378
+ ],
379
+ "superclass": {
380
+ "name": "EventTarget",
381
+ "module": "src/internal/router.ts"
382
+ }
383
+ },
384
+ {
385
+ "kind": "variable",
386
+ "name": "view"
387
+ },
388
+ {
389
+ "kind": "function",
390
+ "name": "createUikShellRouter",
391
+ "parameters": [
392
+ {
393
+ "name": "config",
394
+ "type": {
395
+ "text": "UikShellRouterConfig"
396
+ }
397
+ }
398
+ ]
399
+ }
400
+ ],
401
+ "exports": [
402
+ {
403
+ "kind": "js",
404
+ "name": "UIK_SHELL_NAVIGATION_EVENT",
405
+ "declaration": {
406
+ "name": "UIK_SHELL_NAVIGATION_EVENT",
407
+ "module": "src/internal/router.ts"
408
+ }
409
+ },
410
+ {
411
+ "kind": "js",
412
+ "name": "UikShellRouter",
413
+ "declaration": {
414
+ "name": "UikShellRouter",
415
+ "module": "src/internal/router.ts"
416
+ }
417
+ },
418
+ {
419
+ "kind": "js",
420
+ "name": "createUikShellRouter",
421
+ "declaration": {
422
+ "name": "createUikShellRouter",
423
+ "module": "src/internal/router.ts"
424
+ }
425
+ }
426
+ ]
427
+ },
428
+ {
429
+ "kind": "javascript-module",
430
+ "path": "src/structures/uik-shell-activity-bar-contract.ts",
431
+ "declarations": [],
432
+ "exports": [
433
+ {
434
+ "kind": "js",
435
+ "name": "UikShellActivityBarIcon",
436
+ "declaration": {
437
+ "name": "UikShellActivityBarIcon",
438
+ "module": "src/structures/uik-shell-activity-bar-contract.ts"
439
+ }
440
+ },
441
+ {
442
+ "kind": "js",
443
+ "name": "UikShellActivityBarItem",
444
+ "declaration": {
445
+ "name": "UikShellActivityBarItem",
446
+ "module": "src/structures/uik-shell-activity-bar-contract.ts"
447
+ }
448
+ }
449
+ ]
450
+ },
451
+ {
452
+ "kind": "javascript-module",
453
+ "path": "src/structures/uik-shell-activity-bar.ts",
454
+ "declarations": [
455
+ {
456
+ "kind": "class",
457
+ "description": "",
458
+ "name": "UikShellActivityBar",
459
+ "members": [
460
+ {
461
+ "kind": "field",
462
+ "name": "items",
463
+ "type": {
464
+ "text": "UikShellActivityBarItem[]"
465
+ },
466
+ "default": "[]"
467
+ },
468
+ {
469
+ "kind": "field",
470
+ "name": "activeId",
471
+ "type": {
472
+ "text": "string"
473
+ },
474
+ "default": "''",
475
+ "attribute": "activeId"
476
+ },
477
+ {
478
+ "kind": "field",
479
+ "name": "focusedId",
480
+ "type": {
481
+ "text": "string"
482
+ },
483
+ "privacy": "private",
484
+ "default": "''"
485
+ },
486
+ {
487
+ "kind": "field",
488
+ "name": "slotController",
489
+ "type": {
490
+ "text": "LightDomSlotController | undefined"
491
+ },
492
+ "privacy": "private"
493
+ },
494
+ {
495
+ "kind": "method",
496
+ "name": "emitSelect",
497
+ "privacy": "private",
498
+ "parameters": [
499
+ {
500
+ "name": "id",
501
+ "type": {
502
+ "text": "string"
503
+ }
504
+ }
505
+ ]
506
+ },
507
+ {
508
+ "kind": "method",
509
+ "name": "resolveDefaultFocusId",
510
+ "privacy": "private"
511
+ },
512
+ {
513
+ "kind": "method",
514
+ "name": "focusItemById",
515
+ "privacy": "private",
516
+ "parameters": [
517
+ {
518
+ "name": "id",
519
+ "type": {
520
+ "text": "string"
521
+ }
522
+ }
523
+ ]
524
+ },
525
+ {
526
+ "kind": "method",
527
+ "name": "renderIcon",
528
+ "privacy": "private",
529
+ "parameters": [
530
+ {
531
+ "name": "item",
532
+ "type": {
533
+ "text": "UikShellActivityBarItem"
534
+ }
535
+ }
536
+ ]
537
+ },
538
+ {
539
+ "kind": "field",
540
+ "name": "onItemClick",
541
+ "privacy": "private",
542
+ "readonly": true
543
+ },
544
+ {
545
+ "kind": "field",
546
+ "name": "onItemFocus",
547
+ "privacy": "private",
548
+ "readonly": true
549
+ },
550
+ {
551
+ "kind": "field",
552
+ "name": "onItemKeydown",
553
+ "privacy": "private",
554
+ "readonly": true
555
+ },
556
+ {
557
+ "kind": "method",
558
+ "name": "renderItem",
559
+ "privacy": "private",
560
+ "parameters": [
561
+ {
562
+ "name": "item",
563
+ "type": {
564
+ "text": "UikShellActivityBarItem"
565
+ }
566
+ },
567
+ {
568
+ "name": "index",
569
+ "type": {
570
+ "text": "number"
571
+ }
572
+ },
573
+ {
574
+ "name": "focusId",
575
+ "type": {
576
+ "text": "string"
577
+ }
578
+ }
579
+ ]
580
+ }
581
+ ],
582
+ "events": [
583
+ {
584
+ "name": "activity-bar-select",
585
+ "type": {
586
+ "text": "CustomEvent"
587
+ }
588
+ }
589
+ ],
590
+ "attributes": [
591
+ {
592
+ "name": "activeId",
593
+ "type": {
594
+ "text": "string"
595
+ },
596
+ "default": "''",
597
+ "fieldName": "activeId"
598
+ }
599
+ ],
600
+ "superclass": {
601
+ "name": "LitElement",
602
+ "package": "lit"
603
+ },
604
+ "tagName": "uik-shell-activity-bar",
605
+ "customElement": true
606
+ }
607
+ ],
608
+ "exports": [
609
+ {
610
+ "kind": "js",
611
+ "name": "UikShellActivityBarIcon",
612
+ "declaration": {
613
+ "name": "UikShellActivityBarIcon",
614
+ "module": "./uik-shell-activity-bar-contract"
615
+ }
616
+ },
617
+ {
618
+ "kind": "js",
619
+ "name": "UikShellActivityBarItem",
620
+ "declaration": {
621
+ "name": "UikShellActivityBarItem",
622
+ "module": "./uik-shell-activity-bar-contract"
623
+ }
624
+ },
625
+ {
626
+ "kind": "js",
627
+ "name": "UikShellActivityBar",
628
+ "declaration": {
629
+ "name": "UikShellActivityBar",
630
+ "module": "src/structures/uik-shell-activity-bar.ts"
631
+ }
632
+ },
633
+ {
634
+ "kind": "custom-element-definition",
635
+ "name": "uik-shell-activity-bar",
636
+ "declaration": {
637
+ "name": "UikShellActivityBar",
638
+ "module": "src/structures/uik-shell-activity-bar.ts"
639
+ }
640
+ }
641
+ ]
642
+ },
643
+ {
644
+ "kind": "javascript-module",
645
+ "path": "src/structures/uik-shell-layout.ts",
646
+ "declarations": [
647
+ {
648
+ "kind": "class",
649
+ "description": "",
650
+ "name": "UikShellLayout",
651
+ "members": [
652
+ {
653
+ "kind": "field",
654
+ "name": "isSecondarySidebarVisible",
655
+ "type": {
656
+ "text": "boolean"
657
+ },
658
+ "default": "false",
659
+ "attribute": "isSecondarySidebarVisible"
660
+ },
661
+ {
662
+ "kind": "field",
663
+ "name": "slotController",
664
+ "type": {
665
+ "text": "LightDomSlotController | undefined"
666
+ },
667
+ "privacy": "private"
668
+ }
669
+ ],
670
+ "attributes": [
671
+ {
672
+ "name": "isSecondarySidebarVisible",
673
+ "type": {
674
+ "text": "boolean"
675
+ },
676
+ "default": "false",
677
+ "fieldName": "isSecondarySidebarVisible"
678
+ }
679
+ ],
680
+ "superclass": {
681
+ "name": "LitElement",
682
+ "package": "lit"
683
+ },
684
+ "tagName": "uik-shell-layout",
685
+ "customElement": true
686
+ }
687
+ ],
688
+ "exports": [
689
+ {
690
+ "kind": "js",
691
+ "name": "UikShellLayout",
692
+ "declaration": {
693
+ "name": "UikShellLayout",
694
+ "module": "src/structures/uik-shell-layout.ts"
695
+ }
696
+ },
697
+ {
698
+ "kind": "custom-element-definition",
699
+ "name": "uik-shell-layout",
700
+ "declaration": {
701
+ "name": "UikShellLayout",
702
+ "module": "src/structures/uik-shell-layout.ts"
703
+ }
704
+ }
705
+ ]
706
+ },
707
+ {
708
+ "kind": "javascript-module",
709
+ "path": "src/structures/uik-shell-secondary-sidebar.ts",
710
+ "declarations": [
711
+ {
712
+ "kind": "class",
713
+ "description": "",
714
+ "name": "UikShellSecondarySidebar",
715
+ "members": [
716
+ {
717
+ "kind": "field",
718
+ "name": "isOpen",
719
+ "type": {
720
+ "text": "boolean"
721
+ },
722
+ "default": "false",
723
+ "attribute": "isOpen"
724
+ },
725
+ {
726
+ "kind": "field",
727
+ "name": "heading",
728
+ "type": {
729
+ "text": "string"
730
+ },
731
+ "default": "''",
732
+ "attribute": "heading"
733
+ },
734
+ {
735
+ "kind": "field",
736
+ "name": "hasFooter",
737
+ "type": {
738
+ "text": "boolean"
739
+ },
740
+ "privacy": "private",
741
+ "default": "false"
742
+ },
743
+ {
744
+ "kind": "field",
745
+ "name": "slotController",
746
+ "type": {
747
+ "text": "LightDomSlotController | undefined"
748
+ },
749
+ "privacy": "private"
750
+ },
751
+ {
752
+ "kind": "field",
753
+ "name": "close",
754
+ "privacy": "private"
755
+ }
756
+ ],
757
+ "attributes": [
758
+ {
759
+ "name": "isOpen",
760
+ "type": {
761
+ "text": "boolean"
762
+ },
763
+ "default": "false",
764
+ "fieldName": "isOpen"
765
+ },
766
+ {
767
+ "name": "heading",
768
+ "type": {
769
+ "text": "string"
770
+ },
771
+ "default": "''",
772
+ "fieldName": "heading"
773
+ }
774
+ ],
775
+ "superclass": {
776
+ "name": "LitElement",
777
+ "package": "lit"
778
+ },
779
+ "tagName": "uik-shell-secondary-sidebar",
780
+ "customElement": true
781
+ }
782
+ ],
783
+ "exports": [
784
+ {
785
+ "kind": "js",
786
+ "name": "UikShellSecondarySidebar",
787
+ "declaration": {
788
+ "name": "UikShellSecondarySidebar",
789
+ "module": "src/structures/uik-shell-secondary-sidebar.ts"
790
+ }
791
+ },
792
+ {
793
+ "kind": "custom-element-definition",
794
+ "name": "uik-shell-secondary-sidebar",
795
+ "declaration": {
796
+ "name": "UikShellSecondarySidebar",
797
+ "module": "src/structures/uik-shell-secondary-sidebar.ts"
798
+ }
799
+ }
800
+ ]
801
+ },
802
+ {
803
+ "kind": "javascript-module",
804
+ "path": "src/structures/uik-shell-sidebar.ts",
805
+ "declarations": [
806
+ {
807
+ "kind": "class",
808
+ "description": "",
809
+ "name": "UikShellSidebar",
810
+ "members": [
811
+ {
812
+ "kind": "field",
813
+ "name": "heading",
814
+ "type": {
815
+ "text": "string"
816
+ },
817
+ "default": "''",
818
+ "attribute": "heading"
819
+ },
820
+ {
821
+ "kind": "field",
822
+ "name": "subtitle",
823
+ "type": {
824
+ "text": "string"
825
+ },
826
+ "default": "''",
827
+ "attribute": "subtitle"
828
+ },
829
+ {
830
+ "kind": "field",
831
+ "name": "isBodyPadded",
832
+ "type": {
833
+ "text": "boolean"
834
+ },
835
+ "default": "true",
836
+ "attribute": "isBodyPadded"
837
+ },
838
+ {
839
+ "kind": "field",
840
+ "name": "isBodyScrollable",
841
+ "type": {
842
+ "text": "boolean"
843
+ },
844
+ "default": "true",
845
+ "attribute": "isBodyScrollable"
846
+ },
847
+ {
848
+ "kind": "field",
849
+ "name": "hasFooter",
850
+ "type": {
851
+ "text": "boolean"
852
+ },
853
+ "privacy": "private",
854
+ "default": "false"
855
+ },
856
+ {
857
+ "kind": "field",
858
+ "name": "slotController",
859
+ "type": {
860
+ "text": "LightDomSlotController | undefined"
861
+ },
862
+ "privacy": "private"
863
+ }
864
+ ],
865
+ "attributes": [
866
+ {
867
+ "name": "heading",
868
+ "type": {
869
+ "text": "string"
870
+ },
871
+ "default": "''",
872
+ "fieldName": "heading"
873
+ },
874
+ {
875
+ "name": "subtitle",
876
+ "type": {
877
+ "text": "string"
878
+ },
879
+ "default": "''",
880
+ "fieldName": "subtitle"
881
+ },
882
+ {
883
+ "name": "isBodyPadded",
884
+ "type": {
885
+ "text": "boolean"
886
+ },
887
+ "default": "true",
888
+ "fieldName": "isBodyPadded"
889
+ },
890
+ {
891
+ "name": "isBodyScrollable",
892
+ "type": {
893
+ "text": "boolean"
894
+ },
895
+ "default": "true",
896
+ "fieldName": "isBodyScrollable"
897
+ }
898
+ ],
899
+ "superclass": {
900
+ "name": "LitElement",
901
+ "package": "lit"
902
+ },
903
+ "tagName": "uik-shell-sidebar",
904
+ "customElement": true
905
+ }
906
+ ],
907
+ "exports": [
908
+ {
909
+ "kind": "js",
910
+ "name": "UikShellSidebar",
911
+ "declaration": {
912
+ "name": "UikShellSidebar",
913
+ "module": "src/structures/uik-shell-sidebar.ts"
914
+ }
915
+ },
916
+ {
917
+ "kind": "custom-element-definition",
918
+ "name": "uik-shell-sidebar",
919
+ "declaration": {
920
+ "name": "UikShellSidebar",
921
+ "module": "src/structures/uik-shell-sidebar.ts"
922
+ }
923
+ }
924
+ ]
925
+ },
926
+ {
927
+ "kind": "javascript-module",
928
+ "path": "src/structures/uik-shell-status-bar.ts",
929
+ "declarations": [
930
+ {
931
+ "kind": "class",
932
+ "description": "",
933
+ "name": "UikShellStatusBar",
934
+ "members": [
935
+ {
936
+ "kind": "field",
937
+ "name": "message",
938
+ "type": {
939
+ "text": "string"
940
+ },
941
+ "default": "'Ready'",
942
+ "attribute": "message"
943
+ },
944
+ {
945
+ "kind": "field",
946
+ "name": "tone",
947
+ "type": {
948
+ "text": "StatusBarTone"
949
+ },
950
+ "default": "'info'",
951
+ "attribute": "tone"
952
+ },
953
+ {
954
+ "kind": "field",
955
+ "name": "meta",
956
+ "type": {
957
+ "text": "string"
958
+ },
959
+ "default": "''",
960
+ "attribute": "meta"
961
+ },
962
+ {
963
+ "kind": "field",
964
+ "name": "hasMetaSlot",
965
+ "type": {
966
+ "text": "boolean"
967
+ },
968
+ "privacy": "private",
969
+ "default": "false"
970
+ },
971
+ {
972
+ "kind": "field",
973
+ "name": "slotController",
974
+ "type": {
975
+ "text": "LightDomSlotController | undefined"
976
+ },
977
+ "privacy": "private"
978
+ },
979
+ {
980
+ "kind": "method",
981
+ "name": "getToneColor",
982
+ "privacy": "private"
983
+ }
984
+ ],
985
+ "attributes": [
986
+ {
987
+ "name": "message",
988
+ "type": {
989
+ "text": "string"
990
+ },
991
+ "default": "'Ready'",
992
+ "fieldName": "message"
993
+ },
994
+ {
995
+ "name": "tone",
996
+ "type": {
997
+ "text": "StatusBarTone"
998
+ },
999
+ "default": "'info'",
1000
+ "fieldName": "tone"
1001
+ },
1002
+ {
1003
+ "name": "meta",
1004
+ "type": {
1005
+ "text": "string"
1006
+ },
1007
+ "default": "''",
1008
+ "fieldName": "meta"
1009
+ }
1010
+ ],
1011
+ "superclass": {
1012
+ "name": "LitElement",
1013
+ "package": "lit"
1014
+ },
1015
+ "tagName": "uik-shell-status-bar",
1016
+ "customElement": true
1017
+ }
1018
+ ],
1019
+ "exports": [
1020
+ {
1021
+ "kind": "js",
1022
+ "name": "UikShellStatusBar",
1023
+ "declaration": {
1024
+ "name": "UikShellStatusBar",
1025
+ "module": "src/structures/uik-shell-status-bar.ts"
1026
+ }
1027
+ },
1028
+ {
1029
+ "kind": "custom-element-definition",
1030
+ "name": "uik-shell-status-bar",
1031
+ "declaration": {
1032
+ "name": "UikShellStatusBar",
1033
+ "module": "src/structures/uik-shell-status-bar.ts"
1034
+ }
1035
+ }
1036
+ ]
1037
+ }
1038
+ ]
1039
+ }