@kubex/zinc 1.1.89 → 1.1.90

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.
@@ -17,6 +17,15 @@
17
17
  }
18
18
  ],
19
19
  "members": [
20
+ {
21
+ "kind": "field",
22
+ "name": "_resizeFrame",
23
+ "type": {
24
+ "text": "number | null"
25
+ },
26
+ "privacy": "private",
27
+ "default": "null"
28
+ },
20
29
  {
21
30
  "kind": "method",
22
31
  "name": "resize"
@@ -47,6 +56,79 @@
47
56
  }
48
57
  ]
49
58
  },
59
+ {
60
+ "kind": "javascript-module",
61
+ "path": "components/action-bar/action-bar.js",
62
+ "declarations": [
63
+ {
64
+ "kind": "class",
65
+ "description": "",
66
+ "name": "ZnActionBar",
67
+ "cssProperties": [
68
+ {
69
+ "description": "An example CSS custom property.",
70
+ "name": "--example"
71
+ }
72
+ ],
73
+ "cssParts": [
74
+ {
75
+ "description": "The component's base wrapper.",
76
+ "name": "base"
77
+ }
78
+ ],
79
+ "slots": [
80
+ {
81
+ "description": "The default slot.",
82
+ "name": ""
83
+ },
84
+ {
85
+ "description": "An example slot.",
86
+ "name": "example"
87
+ }
88
+ ],
89
+ "members": [
90
+ {
91
+ "kind": "field",
92
+ "name": "localize",
93
+ "privacy": "private",
94
+ "readonly": true,
95
+ "default": "new LocalizeController(this)"
96
+ }
97
+ ],
98
+ "events": [
99
+ {
100
+ "description": "Emitted as an example.",
101
+ "name": "zn-event-name"
102
+ }
103
+ ],
104
+ "superclass": {
105
+ "name": "ZincElement",
106
+ "module": "/src/internal/zinc-element"
107
+ },
108
+ "summary": "Short summary of the component's intended use.",
109
+ "tagNameWithoutPrefix": "action-bar",
110
+ "tagName": "zn-action-bar",
111
+ "customElement": true,
112
+ "jsDoc": "/**\n * @summary Short summary of the component's intended use.\n * @documentation https://zinc.style/components/action-bar\n * @status experimental\n * @since 1.0\n *\n * @dependency zn-example\n *\n * @event zn-event-name - Emitted as an example.\n *\n * @slot - The default slot.\n * @slot example - An example slot.\n *\n * @csspart base - The component's base wrapper.\n *\n * @cssproperty --example - An example CSS custom property.\n */",
113
+ "documentation": "https://zinc.style/components/action-bar",
114
+ "status": "experimental",
115
+ "since": "1.0",
116
+ "dependencies": [
117
+ "zn-example"
118
+ ]
119
+ }
120
+ ],
121
+ "exports": [
122
+ {
123
+ "kind": "js",
124
+ "name": "default",
125
+ "declaration": {
126
+ "name": "ZnActionBar",
127
+ "module": "components/action-bar/action-bar.js"
128
+ }
129
+ }
130
+ ]
131
+ },
50
132
  {
51
133
  "kind": "javascript-module",
52
134
  "path": "components/alert/alert.js",
@@ -241,79 +323,6 @@
241
323
  }
242
324
  ]
243
325
  },
244
- {
245
- "kind": "javascript-module",
246
- "path": "components/action-bar/action-bar.js",
247
- "declarations": [
248
- {
249
- "kind": "class",
250
- "description": "",
251
- "name": "ZnActionBar",
252
- "cssProperties": [
253
- {
254
- "description": "An example CSS custom property.",
255
- "name": "--example"
256
- }
257
- ],
258
- "cssParts": [
259
- {
260
- "description": "The component's base wrapper.",
261
- "name": "base"
262
- }
263
- ],
264
- "slots": [
265
- {
266
- "description": "The default slot.",
267
- "name": ""
268
- },
269
- {
270
- "description": "An example slot.",
271
- "name": "example"
272
- }
273
- ],
274
- "members": [
275
- {
276
- "kind": "field",
277
- "name": "localize",
278
- "privacy": "private",
279
- "readonly": true,
280
- "default": "new LocalizeController(this)"
281
- }
282
- ],
283
- "events": [
284
- {
285
- "description": "Emitted as an example.",
286
- "name": "zn-event-name"
287
- }
288
- ],
289
- "superclass": {
290
- "name": "ZincElement",
291
- "module": "/src/internal/zinc-element"
292
- },
293
- "summary": "Short summary of the component's intended use.",
294
- "tagNameWithoutPrefix": "action-bar",
295
- "tagName": "zn-action-bar",
296
- "customElement": true,
297
- "jsDoc": "/**\n * @summary Short summary of the component's intended use.\n * @documentation https://zinc.style/components/action-bar\n * @status experimental\n * @since 1.0\n *\n * @dependency zn-example\n *\n * @event zn-event-name - Emitted as an example.\n *\n * @slot - The default slot.\n * @slot example - An example slot.\n *\n * @csspart base - The component's base wrapper.\n *\n * @cssproperty --example - An example CSS custom property.\n */",
298
- "documentation": "https://zinc.style/components/action-bar",
299
- "status": "experimental",
300
- "since": "1.0",
301
- "dependencies": [
302
- "zn-example"
303
- ]
304
- }
305
- ],
306
- "exports": [
307
- {
308
- "kind": "js",
309
- "name": "default",
310
- "declaration": {
311
- "name": "ZnActionBar",
312
- "module": "components/action-bar/action-bar.js"
313
- }
314
- }
315
- ]
316
- },
317
326
  {
318
327
  "kind": "javascript-module",
319
328
  "path": "components/animated-button/animated-button.js",
@@ -11337,6 +11346,432 @@
11337
11346
  }
11338
11347
  ]
11339
11348
  },
11349
+ {
11350
+ "kind": "javascript-module",
11351
+ "path": "components/dropdown/dropdown.js",
11352
+ "declarations": [
11353
+ {
11354
+ "kind": "class",
11355
+ "description": "",
11356
+ "name": "ZnDropdown",
11357
+ "cssProperties": [
11358
+ {
11359
+ "description": "An example CSS custom property.",
11360
+ "name": "--example"
11361
+ }
11362
+ ],
11363
+ "cssParts": [
11364
+ {
11365
+ "description": "The component's base wrapper.",
11366
+ "name": "base"
11367
+ }
11368
+ ],
11369
+ "slots": [
11370
+ {
11371
+ "description": "The default slot.",
11372
+ "name": ""
11373
+ },
11374
+ {
11375
+ "description": "An example slot.",
11376
+ "name": "example"
11377
+ }
11378
+ ],
11379
+ "members": [
11380
+ {
11381
+ "kind": "field",
11382
+ "name": "popup",
11383
+ "type": {
11384
+ "text": "ZnPopup"
11385
+ }
11386
+ },
11387
+ {
11388
+ "kind": "field",
11389
+ "name": "trigger",
11390
+ "type": {
11391
+ "text": "HTMLSlotElement"
11392
+ }
11393
+ },
11394
+ {
11395
+ "kind": "field",
11396
+ "name": "panel",
11397
+ "type": {
11398
+ "text": "HTMLSlotElement"
11399
+ }
11400
+ },
11401
+ {
11402
+ "kind": "field",
11403
+ "name": "closeWatcher",
11404
+ "type": {
11405
+ "text": "CloseWatcher | null"
11406
+ },
11407
+ "privacy": "private"
11408
+ },
11409
+ {
11410
+ "kind": "field",
11411
+ "name": "open",
11412
+ "type": {
11413
+ "text": "boolean"
11414
+ },
11415
+ "default": "false",
11416
+ "description": "Indicates whether the dropdown is open",
11417
+ "attribute": "open",
11418
+ "reflects": true
11419
+ },
11420
+ {
11421
+ "kind": "field",
11422
+ "name": "placement",
11423
+ "type": {
11424
+ "text": "'top' | 'top-start' | 'top-end' | 'right' | 'right-start' | 'right-end' |\n 'bottom' | 'bottom-start' | 'bottom-end' | 'left' | 'left-start' | 'left-end'"
11425
+ },
11426
+ "default": "'bottom-start'",
11427
+ "description": "The placement of the dropdown. Note the actual placement may vary based on the available space",
11428
+ "attribute": "placement",
11429
+ "reflects": true
11430
+ },
11431
+ {
11432
+ "kind": "field",
11433
+ "name": "disabled",
11434
+ "type": {
11435
+ "text": "boolean"
11436
+ },
11437
+ "default": "false",
11438
+ "description": "Disable the dropdown",
11439
+ "attribute": "disabled",
11440
+ "reflects": true
11441
+ },
11442
+ {
11443
+ "kind": "field",
11444
+ "name": "stayOpenOnSelect",
11445
+ "type": {
11446
+ "text": "boolean"
11447
+ },
11448
+ "default": "false",
11449
+ "description": "By default, the dropdown will close when an item is selected. Set this to true to keep the dropdown open",
11450
+ "attribute": "stay-open-on-select",
11451
+ "reflects": true
11452
+ },
11453
+ {
11454
+ "kind": "field",
11455
+ "name": "containingElement",
11456
+ "type": {
11457
+ "text": "HTMLElement | undefined"
11458
+ },
11459
+ "description": "The dropdown will close when the user interacts outside the element*"
11460
+ },
11461
+ {
11462
+ "kind": "field",
11463
+ "name": "distance",
11464
+ "type": {
11465
+ "text": "number"
11466
+ },
11467
+ "default": "0",
11468
+ "description": "The distance in pixels from which to offset the panel away from the trigger",
11469
+ "attribute": "distance"
11470
+ },
11471
+ {
11472
+ "kind": "field",
11473
+ "name": "skidding",
11474
+ "type": {
11475
+ "text": "number"
11476
+ },
11477
+ "default": "0",
11478
+ "description": "The distance in pixels from which to offset the panel away from the trigger",
11479
+ "attribute": "skidding"
11480
+ },
11481
+ {
11482
+ "kind": "field",
11483
+ "name": "hoist",
11484
+ "type": {
11485
+ "text": "boolean"
11486
+ },
11487
+ "default": "true",
11488
+ "description": "Enable this option if the parent is overflow hidden and the dropdown is not visible",
11489
+ "attribute": "hoist"
11490
+ },
11491
+ {
11492
+ "kind": "field",
11493
+ "name": "sync",
11494
+ "type": {
11495
+ "text": "'width' | 'height' | 'both' | undefined"
11496
+ },
11497
+ "default": "undefined",
11498
+ "description": "Syncs the popup width or height with the trigger element",
11499
+ "attribute": "sync",
11500
+ "reflects": true
11501
+ },
11502
+ {
11503
+ "kind": "field",
11504
+ "name": "uri",
11505
+ "type": {
11506
+ "text": "string"
11507
+ },
11508
+ "attribute": "uri"
11509
+ },
11510
+ {
11511
+ "kind": "field",
11512
+ "name": "fetchedContent",
11513
+ "type": {
11514
+ "text": "string"
11515
+ },
11516
+ "default": "''",
11517
+ "attribute": "fetchedContent"
11518
+ },
11519
+ {
11520
+ "kind": "method",
11521
+ "name": "focusOnTrigger",
11522
+ "privacy": "public"
11523
+ },
11524
+ {
11525
+ "kind": "method",
11526
+ "name": "getMenu",
11527
+ "privacy": "private"
11528
+ },
11529
+ {
11530
+ "kind": "method",
11531
+ "name": "addOpenListeners",
11532
+ "privacy": "private"
11533
+ },
11534
+ {
11535
+ "kind": "method",
11536
+ "name": "removeOpenListeners",
11537
+ "privacy": "private"
11538
+ },
11539
+ {
11540
+ "kind": "field",
11541
+ "name": "handlePanelSelect",
11542
+ "description": "Events"
11543
+ },
11544
+ {
11545
+ "kind": "method",
11546
+ "name": "preloadContent",
11547
+ "privacy": "private"
11548
+ },
11549
+ {
11550
+ "kind": "field",
11551
+ "name": "handlePreload",
11552
+ "privacy": "private"
11553
+ },
11554
+ {
11555
+ "kind": "method",
11556
+ "name": "handleTriggerClick"
11557
+ },
11558
+ {
11559
+ "kind": "method",
11560
+ "name": "handleKeyDown",
11561
+ "parameters": [
11562
+ {
11563
+ "name": "event",
11564
+ "type": {
11565
+ "text": "KeyboardEvent"
11566
+ }
11567
+ }
11568
+ ]
11569
+ },
11570
+ {
11571
+ "kind": "method",
11572
+ "name": "handleTriggerKeyDown",
11573
+ "privacy": "private",
11574
+ "parameters": [
11575
+ {
11576
+ "name": "event",
11577
+ "type": {
11578
+ "text": "KeyboardEvent"
11579
+ }
11580
+ }
11581
+ ]
11582
+ },
11583
+ {
11584
+ "kind": "method",
11585
+ "name": "handleTriggerKeyUp",
11586
+ "privacy": "private",
11587
+ "parameters": [
11588
+ {
11589
+ "name": "event",
11590
+ "type": {
11591
+ "text": "KeyboardEvent"
11592
+ }
11593
+ }
11594
+ ]
11595
+ },
11596
+ {
11597
+ "kind": "method",
11598
+ "name": "handleTriggerSlotChange",
11599
+ "privacy": "private"
11600
+ },
11601
+ {
11602
+ "kind": "method",
11603
+ "name": "handleDocumentMouseDown",
11604
+ "privacy": "private",
11605
+ "parameters": [
11606
+ {
11607
+ "name": "event",
11608
+ "type": {
11609
+ "text": "MouseEvent"
11610
+ }
11611
+ }
11612
+ ]
11613
+ },
11614
+ {
11615
+ "kind": "method",
11616
+ "name": "handleDocumentKeyDown",
11617
+ "parameters": [
11618
+ {
11619
+ "name": "event",
11620
+ "type": {
11621
+ "text": "KeyboardEvent"
11622
+ }
11623
+ }
11624
+ ]
11625
+ },
11626
+ {
11627
+ "kind": "method",
11628
+ "name": "show",
11629
+ "description": "Opens the dropdown"
11630
+ },
11631
+ {
11632
+ "kind": "method",
11633
+ "name": "hide",
11634
+ "description": "Closes the dropdown"
11635
+ },
11636
+ {
11637
+ "kind": "method",
11638
+ "name": "reposition",
11639
+ "description": "Instructs the dropdown to reposition itself"
11640
+ },
11641
+ {
11642
+ "kind": "method",
11643
+ "name": "updateAccessibleTrigger",
11644
+ "privacy": "private",
11645
+ "description": "Aria related method"
11646
+ },
11647
+ {
11648
+ "kind": "method",
11649
+ "name": "handleOpenChange"
11650
+ }
11651
+ ],
11652
+ "events": [
11653
+ {
11654
+ "description": "Emitted as an example.",
11655
+ "name": "zn-event-name"
11656
+ }
11657
+ ],
11658
+ "attributes": [
11659
+ {
11660
+ "name": "open",
11661
+ "type": {
11662
+ "text": "boolean"
11663
+ },
11664
+ "default": "false",
11665
+ "description": "Indicates whether the dropdown is open",
11666
+ "fieldName": "open"
11667
+ },
11668
+ {
11669
+ "name": "placement",
11670
+ "type": {
11671
+ "text": "'top' | 'top-start' | 'top-end' | 'right' | 'right-start' | 'right-end' |\n 'bottom' | 'bottom-start' | 'bottom-end' | 'left' | 'left-start' | 'left-end'"
11672
+ },
11673
+ "default": "'bottom-start'",
11674
+ "description": "The placement of the dropdown. Note the actual placement may vary based on the available space",
11675
+ "fieldName": "placement"
11676
+ },
11677
+ {
11678
+ "name": "disabled",
11679
+ "type": {
11680
+ "text": "boolean"
11681
+ },
11682
+ "default": "false",
11683
+ "description": "Disable the dropdown",
11684
+ "fieldName": "disabled"
11685
+ },
11686
+ {
11687
+ "name": "stay-open-on-select",
11688
+ "type": {
11689
+ "text": "boolean"
11690
+ },
11691
+ "default": "false",
11692
+ "description": "By default, the dropdown will close when an item is selected. Set this to true to keep the dropdown open",
11693
+ "fieldName": "stayOpenOnSelect"
11694
+ },
11695
+ {
11696
+ "name": "distance",
11697
+ "type": {
11698
+ "text": "number"
11699
+ },
11700
+ "default": "0",
11701
+ "description": "The distance in pixels from which to offset the panel away from the trigger",
11702
+ "fieldName": "distance"
11703
+ },
11704
+ {
11705
+ "name": "skidding",
11706
+ "type": {
11707
+ "text": "number"
11708
+ },
11709
+ "default": "0",
11710
+ "description": "The distance in pixels from which to offset the panel away from the trigger",
11711
+ "fieldName": "skidding"
11712
+ },
11713
+ {
11714
+ "name": "hoist",
11715
+ "type": {
11716
+ "text": "boolean"
11717
+ },
11718
+ "default": "true",
11719
+ "description": "Enable this option if the parent is overflow hidden and the dropdown is not visible",
11720
+ "fieldName": "hoist"
11721
+ },
11722
+ {
11723
+ "name": "sync",
11724
+ "type": {
11725
+ "text": "'width' | 'height' | 'both' | undefined"
11726
+ },
11727
+ "default": "undefined",
11728
+ "description": "Syncs the popup width or height with the trigger element",
11729
+ "fieldName": "sync"
11730
+ },
11731
+ {
11732
+ "name": "uri",
11733
+ "type": {
11734
+ "text": "string"
11735
+ },
11736
+ "fieldName": "uri"
11737
+ },
11738
+ {
11739
+ "name": "fetchedContent",
11740
+ "type": {
11741
+ "text": "string"
11742
+ },
11743
+ "default": "''",
11744
+ "fieldName": "fetchedContent"
11745
+ }
11746
+ ],
11747
+ "superclass": {
11748
+ "name": "ZincElement",
11749
+ "module": "/src/internal/zinc-element"
11750
+ },
11751
+ "summary": "Short summary of the component's intended use.",
11752
+ "tagNameWithoutPrefix": "dropdown",
11753
+ "tagName": "zn-dropdown",
11754
+ "customElement": true,
11755
+ "jsDoc": "/**\n * @summary Short summary of the component's intended use.\n * @documentation https://zinc.style/components/dropdown\n * @status experimental\n * @since 1.0\n *\n * @dependency zn-example\n *\n * @event zn-event-name - Emitted as an example.\n *\n * @slot - The default slot.\n * @slot example - An example slot.\n *\n * @csspart base - The component's base wrapper.\n *\n * @cssproperty --example - An example CSS custom property.\n */",
11756
+ "documentation": "https://zinc.style/components/dropdown",
11757
+ "status": "experimental",
11758
+ "since": "1.0",
11759
+ "dependencies": [
11760
+ "zn-example"
11761
+ ]
11762
+ }
11763
+ ],
11764
+ "exports": [
11765
+ {
11766
+ "kind": "js",
11767
+ "name": "default",
11768
+ "declaration": {
11769
+ "name": "ZnDropdown",
11770
+ "module": "components/dropdown/dropdown.js"
11771
+ }
11772
+ }
11773
+ ]
11774
+ },
11340
11775
  {
11341
11776
  "kind": "javascript-module",
11342
11777
  "path": "components/editor/editor.js",
@@ -11947,432 +12382,6 @@
11947
12382
  }
11948
12383
  ]
11949
12384
  },
11950
- {
11951
- "kind": "javascript-module",
11952
- "path": "components/dropdown/dropdown.js",
11953
- "declarations": [
11954
- {
11955
- "kind": "class",
11956
- "description": "",
11957
- "name": "ZnDropdown",
11958
- "cssProperties": [
11959
- {
11960
- "description": "An example CSS custom property.",
11961
- "name": "--example"
11962
- }
11963
- ],
11964
- "cssParts": [
11965
- {
11966
- "description": "The component's base wrapper.",
11967
- "name": "base"
11968
- }
11969
- ],
11970
- "slots": [
11971
- {
11972
- "description": "The default slot.",
11973
- "name": ""
11974
- },
11975
- {
11976
- "description": "An example slot.",
11977
- "name": "example"
11978
- }
11979
- ],
11980
- "members": [
11981
- {
11982
- "kind": "field",
11983
- "name": "popup",
11984
- "type": {
11985
- "text": "ZnPopup"
11986
- }
11987
- },
11988
- {
11989
- "kind": "field",
11990
- "name": "trigger",
11991
- "type": {
11992
- "text": "HTMLSlotElement"
11993
- }
11994
- },
11995
- {
11996
- "kind": "field",
11997
- "name": "panel",
11998
- "type": {
11999
- "text": "HTMLSlotElement"
12000
- }
12001
- },
12002
- {
12003
- "kind": "field",
12004
- "name": "closeWatcher",
12005
- "type": {
12006
- "text": "CloseWatcher | null"
12007
- },
12008
- "privacy": "private"
12009
- },
12010
- {
12011
- "kind": "field",
12012
- "name": "open",
12013
- "type": {
12014
- "text": "boolean"
12015
- },
12016
- "default": "false",
12017
- "description": "Indicates whether the dropdown is open",
12018
- "attribute": "open",
12019
- "reflects": true
12020
- },
12021
- {
12022
- "kind": "field",
12023
- "name": "placement",
12024
- "type": {
12025
- "text": "'top' | 'top-start' | 'top-end' | 'right' | 'right-start' | 'right-end' |\n 'bottom' | 'bottom-start' | 'bottom-end' | 'left' | 'left-start' | 'left-end'"
12026
- },
12027
- "default": "'bottom-start'",
12028
- "description": "The placement of the dropdown. Note the actual placement may vary based on the available space",
12029
- "attribute": "placement",
12030
- "reflects": true
12031
- },
12032
- {
12033
- "kind": "field",
12034
- "name": "disabled",
12035
- "type": {
12036
- "text": "boolean"
12037
- },
12038
- "default": "false",
12039
- "description": "Disable the dropdown",
12040
- "attribute": "disabled",
12041
- "reflects": true
12042
- },
12043
- {
12044
- "kind": "field",
12045
- "name": "stayOpenOnSelect",
12046
- "type": {
12047
- "text": "boolean"
12048
- },
12049
- "default": "false",
12050
- "description": "By default, the dropdown will close when an item is selected. Set this to true to keep the dropdown open",
12051
- "attribute": "stay-open-on-select",
12052
- "reflects": true
12053
- },
12054
- {
12055
- "kind": "field",
12056
- "name": "containingElement",
12057
- "type": {
12058
- "text": "HTMLElement | undefined"
12059
- },
12060
- "description": "The dropdown will close when the user interacts outside the element*"
12061
- },
12062
- {
12063
- "kind": "field",
12064
- "name": "distance",
12065
- "type": {
12066
- "text": "number"
12067
- },
12068
- "default": "0",
12069
- "description": "The distance in pixels from which to offset the panel away from the trigger",
12070
- "attribute": "distance"
12071
- },
12072
- {
12073
- "kind": "field",
12074
- "name": "skidding",
12075
- "type": {
12076
- "text": "number"
12077
- },
12078
- "default": "0",
12079
- "description": "The distance in pixels from which to offset the panel away from the trigger",
12080
- "attribute": "skidding"
12081
- },
12082
- {
12083
- "kind": "field",
12084
- "name": "hoist",
12085
- "type": {
12086
- "text": "boolean"
12087
- },
12088
- "default": "true",
12089
- "description": "Enable this option if the parent is overflow hidden and the dropdown is not visible",
12090
- "attribute": "hoist"
12091
- },
12092
- {
12093
- "kind": "field",
12094
- "name": "sync",
12095
- "type": {
12096
- "text": "'width' | 'height' | 'both' | undefined"
12097
- },
12098
- "default": "undefined",
12099
- "description": "Syncs the popup width or height with the trigger element",
12100
- "attribute": "sync",
12101
- "reflects": true
12102
- },
12103
- {
12104
- "kind": "field",
12105
- "name": "uri",
12106
- "type": {
12107
- "text": "string"
12108
- },
12109
- "attribute": "uri"
12110
- },
12111
- {
12112
- "kind": "field",
12113
- "name": "fetchedContent",
12114
- "type": {
12115
- "text": "string"
12116
- },
12117
- "default": "''",
12118
- "attribute": "fetchedContent"
12119
- },
12120
- {
12121
- "kind": "method",
12122
- "name": "focusOnTrigger",
12123
- "privacy": "public"
12124
- },
12125
- {
12126
- "kind": "method",
12127
- "name": "getMenu",
12128
- "privacy": "private"
12129
- },
12130
- {
12131
- "kind": "method",
12132
- "name": "addOpenListeners",
12133
- "privacy": "private"
12134
- },
12135
- {
12136
- "kind": "method",
12137
- "name": "removeOpenListeners",
12138
- "privacy": "private"
12139
- },
12140
- {
12141
- "kind": "field",
12142
- "name": "handlePanelSelect",
12143
- "description": "Events"
12144
- },
12145
- {
12146
- "kind": "method",
12147
- "name": "preloadContent",
12148
- "privacy": "private"
12149
- },
12150
- {
12151
- "kind": "field",
12152
- "name": "handlePreload",
12153
- "privacy": "private"
12154
- },
12155
- {
12156
- "kind": "method",
12157
- "name": "handleTriggerClick"
12158
- },
12159
- {
12160
- "kind": "method",
12161
- "name": "handleKeyDown",
12162
- "parameters": [
12163
- {
12164
- "name": "event",
12165
- "type": {
12166
- "text": "KeyboardEvent"
12167
- }
12168
- }
12169
- ]
12170
- },
12171
- {
12172
- "kind": "method",
12173
- "name": "handleTriggerKeyDown",
12174
- "privacy": "private",
12175
- "parameters": [
12176
- {
12177
- "name": "event",
12178
- "type": {
12179
- "text": "KeyboardEvent"
12180
- }
12181
- }
12182
- ]
12183
- },
12184
- {
12185
- "kind": "method",
12186
- "name": "handleTriggerKeyUp",
12187
- "privacy": "private",
12188
- "parameters": [
12189
- {
12190
- "name": "event",
12191
- "type": {
12192
- "text": "KeyboardEvent"
12193
- }
12194
- }
12195
- ]
12196
- },
12197
- {
12198
- "kind": "method",
12199
- "name": "handleTriggerSlotChange",
12200
- "privacy": "private"
12201
- },
12202
- {
12203
- "kind": "method",
12204
- "name": "handleDocumentMouseDown",
12205
- "privacy": "private",
12206
- "parameters": [
12207
- {
12208
- "name": "event",
12209
- "type": {
12210
- "text": "MouseEvent"
12211
- }
12212
- }
12213
- ]
12214
- },
12215
- {
12216
- "kind": "method",
12217
- "name": "handleDocumentKeyDown",
12218
- "parameters": [
12219
- {
12220
- "name": "event",
12221
- "type": {
12222
- "text": "KeyboardEvent"
12223
- }
12224
- }
12225
- ]
12226
- },
12227
- {
12228
- "kind": "method",
12229
- "name": "show",
12230
- "description": "Opens the dropdown"
12231
- },
12232
- {
12233
- "kind": "method",
12234
- "name": "hide",
12235
- "description": "Closes the dropdown"
12236
- },
12237
- {
12238
- "kind": "method",
12239
- "name": "reposition",
12240
- "description": "Instructs the dropdown to reposition itself"
12241
- },
12242
- {
12243
- "kind": "method",
12244
- "name": "updateAccessibleTrigger",
12245
- "privacy": "private",
12246
- "description": "Aria related method"
12247
- },
12248
- {
12249
- "kind": "method",
12250
- "name": "handleOpenChange"
12251
- }
12252
- ],
12253
- "events": [
12254
- {
12255
- "description": "Emitted as an example.",
12256
- "name": "zn-event-name"
12257
- }
12258
- ],
12259
- "attributes": [
12260
- {
12261
- "name": "open",
12262
- "type": {
12263
- "text": "boolean"
12264
- },
12265
- "default": "false",
12266
- "description": "Indicates whether the dropdown is open",
12267
- "fieldName": "open"
12268
- },
12269
- {
12270
- "name": "placement",
12271
- "type": {
12272
- "text": "'top' | 'top-start' | 'top-end' | 'right' | 'right-start' | 'right-end' |\n 'bottom' | 'bottom-start' | 'bottom-end' | 'left' | 'left-start' | 'left-end'"
12273
- },
12274
- "default": "'bottom-start'",
12275
- "description": "The placement of the dropdown. Note the actual placement may vary based on the available space",
12276
- "fieldName": "placement"
12277
- },
12278
- {
12279
- "name": "disabled",
12280
- "type": {
12281
- "text": "boolean"
12282
- },
12283
- "default": "false",
12284
- "description": "Disable the dropdown",
12285
- "fieldName": "disabled"
12286
- },
12287
- {
12288
- "name": "stay-open-on-select",
12289
- "type": {
12290
- "text": "boolean"
12291
- },
12292
- "default": "false",
12293
- "description": "By default, the dropdown will close when an item is selected. Set this to true to keep the dropdown open",
12294
- "fieldName": "stayOpenOnSelect"
12295
- },
12296
- {
12297
- "name": "distance",
12298
- "type": {
12299
- "text": "number"
12300
- },
12301
- "default": "0",
12302
- "description": "The distance in pixels from which to offset the panel away from the trigger",
12303
- "fieldName": "distance"
12304
- },
12305
- {
12306
- "name": "skidding",
12307
- "type": {
12308
- "text": "number"
12309
- },
12310
- "default": "0",
12311
- "description": "The distance in pixels from which to offset the panel away from the trigger",
12312
- "fieldName": "skidding"
12313
- },
12314
- {
12315
- "name": "hoist",
12316
- "type": {
12317
- "text": "boolean"
12318
- },
12319
- "default": "true",
12320
- "description": "Enable this option if the parent is overflow hidden and the dropdown is not visible",
12321
- "fieldName": "hoist"
12322
- },
12323
- {
12324
- "name": "sync",
12325
- "type": {
12326
- "text": "'width' | 'height' | 'both' | undefined"
12327
- },
12328
- "default": "undefined",
12329
- "description": "Syncs the popup width or height with the trigger element",
12330
- "fieldName": "sync"
12331
- },
12332
- {
12333
- "name": "uri",
12334
- "type": {
12335
- "text": "string"
12336
- },
12337
- "fieldName": "uri"
12338
- },
12339
- {
12340
- "name": "fetchedContent",
12341
- "type": {
12342
- "text": "string"
12343
- },
12344
- "default": "''",
12345
- "fieldName": "fetchedContent"
12346
- }
12347
- ],
12348
- "superclass": {
12349
- "name": "ZincElement",
12350
- "module": "/src/internal/zinc-element"
12351
- },
12352
- "summary": "Short summary of the component's intended use.",
12353
- "tagNameWithoutPrefix": "dropdown",
12354
- "tagName": "zn-dropdown",
12355
- "customElement": true,
12356
- "jsDoc": "/**\n * @summary Short summary of the component's intended use.\n * @documentation https://zinc.style/components/dropdown\n * @status experimental\n * @since 1.0\n *\n * @dependency zn-example\n *\n * @event zn-event-name - Emitted as an example.\n *\n * @slot - The default slot.\n * @slot example - An example slot.\n *\n * @csspart base - The component's base wrapper.\n *\n * @cssproperty --example - An example CSS custom property.\n */",
12357
- "documentation": "https://zinc.style/components/dropdown",
12358
- "status": "experimental",
12359
- "since": "1.0",
12360
- "dependencies": [
12361
- "zn-example"
12362
- ]
12363
- }
12364
- ],
12365
- "exports": [
12366
- {
12367
- "kind": "js",
12368
- "name": "default",
12369
- "declaration": {
12370
- "name": "ZnDropdown",
12371
- "module": "components/dropdown/dropdown.js"
12372
- }
12373
- }
12374
- ]
12375
- },
12376
12385
  {
12377
12386
  "kind": "javascript-module",
12378
12387
  "path": "components/empty-state/empty-state.js",
@@ -34320,23 +34329,46 @@
34320
34329
  },
34321
34330
  "privacy": "private"
34322
34331
  },
34332
+ {
34333
+ "kind": "field",
34334
+ "name": "_footerObserved",
34335
+ "type": {
34336
+ "text": "boolean"
34337
+ },
34338
+ "privacy": "private",
34339
+ "default": "false"
34340
+ },
34341
+ {
34342
+ "kind": "field",
34343
+ "name": "_footerHeightFrame",
34344
+ "type": {
34345
+ "text": "number | null"
34346
+ },
34347
+ "privacy": "private",
34348
+ "default": "null"
34349
+ },
34323
34350
  {
34324
34351
  "kind": "method",
34325
34352
  "name": "scrollEnd"
34326
34353
  },
34354
+ {
34355
+ "kind": "method",
34356
+ "name": "_syncFooterHeight",
34357
+ "privacy": "private"
34358
+ },
34327
34359
  {
34328
34360
  "kind": "field",
34329
34361
  "name": "_footerResizeObserver",
34330
34362
  "privacy": "private",
34331
34363
  "readonly": true,
34332
- "default": "new ResizeController(this, { target: null, callback: () => { this.style.setProperty('--zn-scroll-footer-height', `${this.footer?.clientHeight ?? 0}px`); }, })"
34364
+ "default": "new ResizeController(this, { target: null, callback: () => this._syncFooterHeight(), })"
34333
34365
  },
34334
34366
  {
34335
34367
  "kind": "field",
34336
34368
  "name": "_domObserver",
34337
34369
  "privacy": "private",
34338
34370
  "readonly": true,
34339
- "default": "new MutationController(this, { target: null, config: {childList: true, subtree: true}, callback: () => { setTimeout(() => this.scrollEnd(), 100); if (this.footer) { this.style.setProperty('--zn-scroll-footer-height', `${this.footer.clientHeight}px`); this._footerResizeObserver.observe(this.footer); } }, })"
34371
+ "default": "new MutationController(this, { target: null, config: {childList: true, subtree: true}, callback: () => { setTimeout(() => this.scrollEnd(), 100); if (this.footer) { this._syncFooterHeight(); if (!this._footerObserved) { this._footerObserved = true; this._footerResizeObserver.observe(this.footer); } } }, })"
34340
34372
  }
34341
34373
  ],
34342
34374
  "events": [
@@ -44244,309 +44276,6 @@
44244
44276
  }
44245
44277
  ]
44246
44278
  },
44247
- {
44248
- "kind": "javascript-module",
44249
- "path": "components/tooltip/tooltip.js",
44250
- "declarations": [
44251
- {
44252
- "kind": "class",
44253
- "description": "",
44254
- "name": "ZnTooltip",
44255
- "slots": [
44256
- {
44257
- "description": "The content of the tooltip",
44258
- "name": ""
44259
- },
44260
- {
44261
- "description": "The anchor the tooltip is attached to.",
44262
- "name": "anchor"
44263
- }
44264
- ],
44265
- "members": [
44266
- {
44267
- "kind": "field",
44268
- "name": "hoverTimeout",
44269
- "type": {
44270
- "text": "number"
44271
- },
44272
- "privacy": "private"
44273
- },
44274
- {
44275
- "kind": "field",
44276
- "name": "closeWatcher",
44277
- "type": {
44278
- "text": "CloseWatcher | null"
44279
- },
44280
- "privacy": "private"
44281
- },
44282
- {
44283
- "kind": "field",
44284
- "name": "defaultSlot",
44285
- "type": {
44286
- "text": "HTMLSlotElement"
44287
- }
44288
- },
44289
- {
44290
- "kind": "field",
44291
- "name": "body",
44292
- "type": {
44293
- "text": "HTMLElement"
44294
- }
44295
- },
44296
- {
44297
- "kind": "field",
44298
- "name": "popup",
44299
- "type": {
44300
- "text": "Popup"
44301
- }
44302
- },
44303
- {
44304
- "kind": "field",
44305
- "name": "content",
44306
- "type": {
44307
- "text": "string"
44308
- },
44309
- "default": "''",
44310
- "attribute": "content"
44311
- },
44312
- {
44313
- "kind": "field",
44314
- "name": "placement",
44315
- "type": {
44316
- "text": "| 'top' | 'top-start' | 'top-end' | 'right' | 'right-start' | 'right-end' | 'bottom' |\n 'bottom-start' | 'bottom-end' | 'left' | 'left-start' | 'left-end'"
44317
- },
44318
- "default": "'top'",
44319
- "attribute": "placement"
44320
- },
44321
- {
44322
- "kind": "field",
44323
- "name": "disabled",
44324
- "type": {
44325
- "text": "boolean"
44326
- },
44327
- "default": "false",
44328
- "attribute": "disabled",
44329
- "reflects": true
44330
- },
44331
- {
44332
- "kind": "field",
44333
- "name": "distance",
44334
- "type": {
44335
- "text": "number"
44336
- },
44337
- "default": "4",
44338
- "attribute": "distance"
44339
- },
44340
- {
44341
- "kind": "field",
44342
- "name": "open",
44343
- "type": {
44344
- "text": "boolean"
44345
- },
44346
- "default": "false",
44347
- "attribute": "open",
44348
- "reflects": true
44349
- },
44350
- {
44351
- "kind": "field",
44352
- "name": "skidding",
44353
- "type": {
44354
- "text": "number"
44355
- },
44356
- "default": "0",
44357
- "attribute": "skidding"
44358
- },
44359
- {
44360
- "kind": "field",
44361
- "name": "trigger",
44362
- "type": {
44363
- "text": "string"
44364
- },
44365
- "default": "'hover focus'",
44366
- "attribute": "trigger"
44367
- },
44368
- {
44369
- "kind": "field",
44370
- "name": "hoist",
44371
- "type": {
44372
- "text": "boolean"
44373
- },
44374
- "default": "true",
44375
- "attribute": "hoist"
44376
- },
44377
- {
44378
- "kind": "method",
44379
- "name": "hasTrigger",
44380
- "privacy": "private",
44381
- "parameters": [
44382
- {
44383
- "name": "triggerType",
44384
- "type": {
44385
- "text": "string"
44386
- }
44387
- }
44388
- ]
44389
- },
44390
- {
44391
- "kind": "field",
44392
- "name": "handleBlur",
44393
- "privacy": "private"
44394
- },
44395
- {
44396
- "kind": "field",
44397
- "name": "handleClick",
44398
- "privacy": "private"
44399
- },
44400
- {
44401
- "kind": "field",
44402
- "name": "handleFocus",
44403
- "privacy": "private"
44404
- },
44405
- {
44406
- "kind": "field",
44407
- "name": "handleDocumentKeyDown",
44408
- "privacy": "private"
44409
- },
44410
- {
44411
- "kind": "method",
44412
- "name": "handleMouseOver",
44413
- "privacy": "private"
44414
- },
44415
- {
44416
- "kind": "method",
44417
- "name": "handleMouseOut",
44418
- "privacy": "private"
44419
- },
44420
- {
44421
- "kind": "method",
44422
- "name": "handleOpenChange"
44423
- },
44424
- {
44425
- "kind": "method",
44426
- "name": "handleOptionsChange"
44427
- },
44428
- {
44429
- "kind": "method",
44430
- "name": "handleDisabledChange"
44431
- },
44432
- {
44433
- "kind": "method",
44434
- "name": "show"
44435
- },
44436
- {
44437
- "kind": "method",
44438
- "name": "hide"
44439
- }
44440
- ],
44441
- "events": [
44442
- {
44443
- "description": "Emitted when the tooltip is shown.",
44444
- "name": "zn-show"
44445
- },
44446
- {
44447
- "description": "Emitted after the tooltip is shown.",
44448
- "name": "zn-after-show"
44449
- },
44450
- {
44451
- "description": "Emitted when the tooltip is hidden.",
44452
- "name": "zn-hide"
44453
- },
44454
- {
44455
- "description": "Emitted after the tooltip is hidden.",
44456
- "name": "zn-after-hide"
44457
- }
44458
- ],
44459
- "attributes": [
44460
- {
44461
- "name": "content",
44462
- "type": {
44463
- "text": "string"
44464
- },
44465
- "default": "''",
44466
- "fieldName": "content"
44467
- },
44468
- {
44469
- "name": "placement",
44470
- "type": {
44471
- "text": "| 'top' | 'top-start' | 'top-end' | 'right' | 'right-start' | 'right-end' | 'bottom' |\n 'bottom-start' | 'bottom-end' | 'left' | 'left-start' | 'left-end'"
44472
- },
44473
- "default": "'top'",
44474
- "fieldName": "placement"
44475
- },
44476
- {
44477
- "name": "disabled",
44478
- "type": {
44479
- "text": "boolean"
44480
- },
44481
- "default": "false",
44482
- "fieldName": "disabled"
44483
- },
44484
- {
44485
- "name": "distance",
44486
- "type": {
44487
- "text": "number"
44488
- },
44489
- "default": "4",
44490
- "fieldName": "distance"
44491
- },
44492
- {
44493
- "name": "open",
44494
- "type": {
44495
- "text": "boolean"
44496
- },
44497
- "default": "false",
44498
- "fieldName": "open"
44499
- },
44500
- {
44501
- "name": "skidding",
44502
- "type": {
44503
- "text": "number"
44504
- },
44505
- "default": "0",
44506
- "fieldName": "skidding"
44507
- },
44508
- {
44509
- "name": "trigger",
44510
- "type": {
44511
- "text": "string"
44512
- },
44513
- "default": "'hover focus'",
44514
- "fieldName": "trigger"
44515
- },
44516
- {
44517
- "name": "hoist",
44518
- "type": {
44519
- "text": "boolean"
44520
- },
44521
- "default": "true",
44522
- "fieldName": "hoist"
44523
- }
44524
- ],
44525
- "superclass": {
44526
- "name": "ZincElement",
44527
- "module": "/src/internal/zinc-element"
44528
- },
44529
- "summary": "The Tooltip component is used to display additional information when a user hovers over or clicks\non an element.",
44530
- "tagNameWithoutPrefix": "tooltip",
44531
- "tagName": "zn-tooltip",
44532
- "customElement": true,
44533
- "jsDoc": "/**\n * @summary The Tooltip component is used to display additional information when a user hovers over or clicks\n * on an element.\n *\n * @documentation https://zinc.style/components/tooltip\n * @status experimental\n * @since 1.0\n *\n * @event zn-show - Emitted when the tooltip is shown.\n * @event zn-after-show - Emitted after the tooltip is shown.\n * @event zn-hide - Emitted when the tooltip is hidden.\n * @event zn-after-hide - Emitted after the tooltip is hidden.\n *\n * @slot - The content of the tooltip\n * @slot anchor - The anchor the tooltip is attached to.\n */",
44534
- "documentation": "https://zinc.style/components/tooltip",
44535
- "status": "experimental",
44536
- "since": "1.0"
44537
- }
44538
- ],
44539
- "exports": [
44540
- {
44541
- "kind": "js",
44542
- "name": "default",
44543
- "declaration": {
44544
- "name": "ZnTooltip",
44545
- "module": "components/tooltip/tooltip.js"
44546
- }
44547
- }
44548
- ]
44549
- },
44550
44279
  {
44551
44280
  "kind": "javascript-module",
44552
44281
  "path": "components/translation-group/translation-group.js",
@@ -45615,6 +45344,309 @@
45615
45344
  }
45616
45345
  ]
45617
45346
  },
45347
+ {
45348
+ "kind": "javascript-module",
45349
+ "path": "components/tooltip/tooltip.js",
45350
+ "declarations": [
45351
+ {
45352
+ "kind": "class",
45353
+ "description": "",
45354
+ "name": "ZnTooltip",
45355
+ "slots": [
45356
+ {
45357
+ "description": "The content of the tooltip",
45358
+ "name": ""
45359
+ },
45360
+ {
45361
+ "description": "The anchor the tooltip is attached to.",
45362
+ "name": "anchor"
45363
+ }
45364
+ ],
45365
+ "members": [
45366
+ {
45367
+ "kind": "field",
45368
+ "name": "hoverTimeout",
45369
+ "type": {
45370
+ "text": "number"
45371
+ },
45372
+ "privacy": "private"
45373
+ },
45374
+ {
45375
+ "kind": "field",
45376
+ "name": "closeWatcher",
45377
+ "type": {
45378
+ "text": "CloseWatcher | null"
45379
+ },
45380
+ "privacy": "private"
45381
+ },
45382
+ {
45383
+ "kind": "field",
45384
+ "name": "defaultSlot",
45385
+ "type": {
45386
+ "text": "HTMLSlotElement"
45387
+ }
45388
+ },
45389
+ {
45390
+ "kind": "field",
45391
+ "name": "body",
45392
+ "type": {
45393
+ "text": "HTMLElement"
45394
+ }
45395
+ },
45396
+ {
45397
+ "kind": "field",
45398
+ "name": "popup",
45399
+ "type": {
45400
+ "text": "Popup"
45401
+ }
45402
+ },
45403
+ {
45404
+ "kind": "field",
45405
+ "name": "content",
45406
+ "type": {
45407
+ "text": "string"
45408
+ },
45409
+ "default": "''",
45410
+ "attribute": "content"
45411
+ },
45412
+ {
45413
+ "kind": "field",
45414
+ "name": "placement",
45415
+ "type": {
45416
+ "text": "| 'top' | 'top-start' | 'top-end' | 'right' | 'right-start' | 'right-end' | 'bottom' |\n 'bottom-start' | 'bottom-end' | 'left' | 'left-start' | 'left-end'"
45417
+ },
45418
+ "default": "'top'",
45419
+ "attribute": "placement"
45420
+ },
45421
+ {
45422
+ "kind": "field",
45423
+ "name": "disabled",
45424
+ "type": {
45425
+ "text": "boolean"
45426
+ },
45427
+ "default": "false",
45428
+ "attribute": "disabled",
45429
+ "reflects": true
45430
+ },
45431
+ {
45432
+ "kind": "field",
45433
+ "name": "distance",
45434
+ "type": {
45435
+ "text": "number"
45436
+ },
45437
+ "default": "4",
45438
+ "attribute": "distance"
45439
+ },
45440
+ {
45441
+ "kind": "field",
45442
+ "name": "open",
45443
+ "type": {
45444
+ "text": "boolean"
45445
+ },
45446
+ "default": "false",
45447
+ "attribute": "open",
45448
+ "reflects": true
45449
+ },
45450
+ {
45451
+ "kind": "field",
45452
+ "name": "skidding",
45453
+ "type": {
45454
+ "text": "number"
45455
+ },
45456
+ "default": "0",
45457
+ "attribute": "skidding"
45458
+ },
45459
+ {
45460
+ "kind": "field",
45461
+ "name": "trigger",
45462
+ "type": {
45463
+ "text": "string"
45464
+ },
45465
+ "default": "'hover focus'",
45466
+ "attribute": "trigger"
45467
+ },
45468
+ {
45469
+ "kind": "field",
45470
+ "name": "hoist",
45471
+ "type": {
45472
+ "text": "boolean"
45473
+ },
45474
+ "default": "true",
45475
+ "attribute": "hoist"
45476
+ },
45477
+ {
45478
+ "kind": "method",
45479
+ "name": "hasTrigger",
45480
+ "privacy": "private",
45481
+ "parameters": [
45482
+ {
45483
+ "name": "triggerType",
45484
+ "type": {
45485
+ "text": "string"
45486
+ }
45487
+ }
45488
+ ]
45489
+ },
45490
+ {
45491
+ "kind": "field",
45492
+ "name": "handleBlur",
45493
+ "privacy": "private"
45494
+ },
45495
+ {
45496
+ "kind": "field",
45497
+ "name": "handleClick",
45498
+ "privacy": "private"
45499
+ },
45500
+ {
45501
+ "kind": "field",
45502
+ "name": "handleFocus",
45503
+ "privacy": "private"
45504
+ },
45505
+ {
45506
+ "kind": "field",
45507
+ "name": "handleDocumentKeyDown",
45508
+ "privacy": "private"
45509
+ },
45510
+ {
45511
+ "kind": "method",
45512
+ "name": "handleMouseOver",
45513
+ "privacy": "private"
45514
+ },
45515
+ {
45516
+ "kind": "method",
45517
+ "name": "handleMouseOut",
45518
+ "privacy": "private"
45519
+ },
45520
+ {
45521
+ "kind": "method",
45522
+ "name": "handleOpenChange"
45523
+ },
45524
+ {
45525
+ "kind": "method",
45526
+ "name": "handleOptionsChange"
45527
+ },
45528
+ {
45529
+ "kind": "method",
45530
+ "name": "handleDisabledChange"
45531
+ },
45532
+ {
45533
+ "kind": "method",
45534
+ "name": "show"
45535
+ },
45536
+ {
45537
+ "kind": "method",
45538
+ "name": "hide"
45539
+ }
45540
+ ],
45541
+ "events": [
45542
+ {
45543
+ "description": "Emitted when the tooltip is shown.",
45544
+ "name": "zn-show"
45545
+ },
45546
+ {
45547
+ "description": "Emitted after the tooltip is shown.",
45548
+ "name": "zn-after-show"
45549
+ },
45550
+ {
45551
+ "description": "Emitted when the tooltip is hidden.",
45552
+ "name": "zn-hide"
45553
+ },
45554
+ {
45555
+ "description": "Emitted after the tooltip is hidden.",
45556
+ "name": "zn-after-hide"
45557
+ }
45558
+ ],
45559
+ "attributes": [
45560
+ {
45561
+ "name": "content",
45562
+ "type": {
45563
+ "text": "string"
45564
+ },
45565
+ "default": "''",
45566
+ "fieldName": "content"
45567
+ },
45568
+ {
45569
+ "name": "placement",
45570
+ "type": {
45571
+ "text": "| 'top' | 'top-start' | 'top-end' | 'right' | 'right-start' | 'right-end' | 'bottom' |\n 'bottom-start' | 'bottom-end' | 'left' | 'left-start' | 'left-end'"
45572
+ },
45573
+ "default": "'top'",
45574
+ "fieldName": "placement"
45575
+ },
45576
+ {
45577
+ "name": "disabled",
45578
+ "type": {
45579
+ "text": "boolean"
45580
+ },
45581
+ "default": "false",
45582
+ "fieldName": "disabled"
45583
+ },
45584
+ {
45585
+ "name": "distance",
45586
+ "type": {
45587
+ "text": "number"
45588
+ },
45589
+ "default": "4",
45590
+ "fieldName": "distance"
45591
+ },
45592
+ {
45593
+ "name": "open",
45594
+ "type": {
45595
+ "text": "boolean"
45596
+ },
45597
+ "default": "false",
45598
+ "fieldName": "open"
45599
+ },
45600
+ {
45601
+ "name": "skidding",
45602
+ "type": {
45603
+ "text": "number"
45604
+ },
45605
+ "default": "0",
45606
+ "fieldName": "skidding"
45607
+ },
45608
+ {
45609
+ "name": "trigger",
45610
+ "type": {
45611
+ "text": "string"
45612
+ },
45613
+ "default": "'hover focus'",
45614
+ "fieldName": "trigger"
45615
+ },
45616
+ {
45617
+ "name": "hoist",
45618
+ "type": {
45619
+ "text": "boolean"
45620
+ },
45621
+ "default": "true",
45622
+ "fieldName": "hoist"
45623
+ }
45624
+ ],
45625
+ "superclass": {
45626
+ "name": "ZincElement",
45627
+ "module": "/src/internal/zinc-element"
45628
+ },
45629
+ "summary": "The Tooltip component is used to display additional information when a user hovers over or clicks\non an element.",
45630
+ "tagNameWithoutPrefix": "tooltip",
45631
+ "tagName": "zn-tooltip",
45632
+ "customElement": true,
45633
+ "jsDoc": "/**\n * @summary The Tooltip component is used to display additional information when a user hovers over or clicks\n * on an element.\n *\n * @documentation https://zinc.style/components/tooltip\n * @status experimental\n * @since 1.0\n *\n * @event zn-show - Emitted when the tooltip is shown.\n * @event zn-after-show - Emitted after the tooltip is shown.\n * @event zn-hide - Emitted when the tooltip is hidden.\n * @event zn-after-hide - Emitted after the tooltip is hidden.\n *\n * @slot - The content of the tooltip\n * @slot anchor - The anchor the tooltip is attached to.\n */",
45634
+ "documentation": "https://zinc.style/components/tooltip",
45635
+ "status": "experimental",
45636
+ "since": "1.0"
45637
+ }
45638
+ ],
45639
+ "exports": [
45640
+ {
45641
+ "kind": "js",
45642
+ "name": "default",
45643
+ "declaration": {
45644
+ "name": "ZnTooltip",
45645
+ "module": "components/tooltip/tooltip.js"
45646
+ }
45647
+ }
45648
+ ]
45649
+ },
45618
45650
  {
45619
45651
  "kind": "javascript-module",
45620
45652
  "path": "components/vertical-stepper/vertical-stepper.js",
@@ -45871,7 +45903,7 @@
45871
45903
  "package": {
45872
45904
  "name": "@kubex/zinc",
45873
45905
  "description": "A collection of web components for building web applications based off of @shoelace-style/Shoelace",
45874
- "version": "1.1.89",
45906
+ "version": "1.1.90",
45875
45907
  "author": "",
45876
45908
  "license": "MIT"
45877
45909
  }