@kubex/zinc 1.1.26 → 1.1.28
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 +402 -402
- package/dist/vscode.html-custom-data.json +45 -45
- package/dist/web-types.json +110 -110
- package/dist/zn.d.ts +10 -0
- package/dist/zn.min.js +1 -1
- package/docs/eleventy.config.cjs +5 -0
- package/package.json +1 -1
- package/src/components/flow-builder/modules/flow-canvas/flow-canvas.component.ts +47 -1
|
@@ -47,6 +47,79 @@
|
|
|
47
47
|
}
|
|
48
48
|
]
|
|
49
49
|
},
|
|
50
|
+
{
|
|
51
|
+
"kind": "javascript-module",
|
|
52
|
+
"path": "components/action-bar/action-bar.js",
|
|
53
|
+
"declarations": [
|
|
54
|
+
{
|
|
55
|
+
"kind": "class",
|
|
56
|
+
"description": "",
|
|
57
|
+
"name": "ZnActionBar",
|
|
58
|
+
"cssProperties": [
|
|
59
|
+
{
|
|
60
|
+
"description": "An example CSS custom property.",
|
|
61
|
+
"name": "--example"
|
|
62
|
+
}
|
|
63
|
+
],
|
|
64
|
+
"cssParts": [
|
|
65
|
+
{
|
|
66
|
+
"description": "The component's base wrapper.",
|
|
67
|
+
"name": "base"
|
|
68
|
+
}
|
|
69
|
+
],
|
|
70
|
+
"slots": [
|
|
71
|
+
{
|
|
72
|
+
"description": "The default slot.",
|
|
73
|
+
"name": ""
|
|
74
|
+
},
|
|
75
|
+
{
|
|
76
|
+
"description": "An example slot.",
|
|
77
|
+
"name": "example"
|
|
78
|
+
}
|
|
79
|
+
],
|
|
80
|
+
"members": [
|
|
81
|
+
{
|
|
82
|
+
"kind": "field",
|
|
83
|
+
"name": "localize",
|
|
84
|
+
"privacy": "private",
|
|
85
|
+
"readonly": true,
|
|
86
|
+
"default": "new LocalizeController(this)"
|
|
87
|
+
}
|
|
88
|
+
],
|
|
89
|
+
"events": [
|
|
90
|
+
{
|
|
91
|
+
"description": "Emitted as an example.",
|
|
92
|
+
"name": "zn-event-name"
|
|
93
|
+
}
|
|
94
|
+
],
|
|
95
|
+
"superclass": {
|
|
96
|
+
"name": "ZincElement",
|
|
97
|
+
"module": "/src/internal/zinc-element"
|
|
98
|
+
},
|
|
99
|
+
"summary": "Short summary of the component's intended use.",
|
|
100
|
+
"tagNameWithoutPrefix": "action-bar",
|
|
101
|
+
"tagName": "zn-action-bar",
|
|
102
|
+
"customElement": true,
|
|
103
|
+
"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 */",
|
|
104
|
+
"documentation": "https://zinc.style/components/action-bar",
|
|
105
|
+
"status": "experimental",
|
|
106
|
+
"since": "1.0",
|
|
107
|
+
"dependencies": [
|
|
108
|
+
"zn-example"
|
|
109
|
+
]
|
|
110
|
+
}
|
|
111
|
+
],
|
|
112
|
+
"exports": [
|
|
113
|
+
{
|
|
114
|
+
"kind": "js",
|
|
115
|
+
"name": "default",
|
|
116
|
+
"declaration": {
|
|
117
|
+
"name": "ZnActionBar",
|
|
118
|
+
"module": "components/action-bar/action-bar.js"
|
|
119
|
+
}
|
|
120
|
+
}
|
|
121
|
+
]
|
|
122
|
+
},
|
|
50
123
|
{
|
|
51
124
|
"kind": "javascript-module",
|
|
52
125
|
"path": "components/alert/alert.js",
|
|
@@ -223,79 +296,6 @@
|
|
|
223
296
|
}
|
|
224
297
|
]
|
|
225
298
|
},
|
|
226
|
-
{
|
|
227
|
-
"kind": "javascript-module",
|
|
228
|
-
"path": "components/action-bar/action-bar.js",
|
|
229
|
-
"declarations": [
|
|
230
|
-
{
|
|
231
|
-
"kind": "class",
|
|
232
|
-
"description": "",
|
|
233
|
-
"name": "ZnActionBar",
|
|
234
|
-
"cssProperties": [
|
|
235
|
-
{
|
|
236
|
-
"description": "An example CSS custom property.",
|
|
237
|
-
"name": "--example"
|
|
238
|
-
}
|
|
239
|
-
],
|
|
240
|
-
"cssParts": [
|
|
241
|
-
{
|
|
242
|
-
"description": "The component's base wrapper.",
|
|
243
|
-
"name": "base"
|
|
244
|
-
}
|
|
245
|
-
],
|
|
246
|
-
"slots": [
|
|
247
|
-
{
|
|
248
|
-
"description": "The default slot.",
|
|
249
|
-
"name": ""
|
|
250
|
-
},
|
|
251
|
-
{
|
|
252
|
-
"description": "An example slot.",
|
|
253
|
-
"name": "example"
|
|
254
|
-
}
|
|
255
|
-
],
|
|
256
|
-
"members": [
|
|
257
|
-
{
|
|
258
|
-
"kind": "field",
|
|
259
|
-
"name": "localize",
|
|
260
|
-
"privacy": "private",
|
|
261
|
-
"readonly": true,
|
|
262
|
-
"default": "new LocalizeController(this)"
|
|
263
|
-
}
|
|
264
|
-
],
|
|
265
|
-
"events": [
|
|
266
|
-
{
|
|
267
|
-
"description": "Emitted as an example.",
|
|
268
|
-
"name": "zn-event-name"
|
|
269
|
-
}
|
|
270
|
-
],
|
|
271
|
-
"superclass": {
|
|
272
|
-
"name": "ZincElement",
|
|
273
|
-
"module": "/src/internal/zinc-element"
|
|
274
|
-
},
|
|
275
|
-
"summary": "Short summary of the component's intended use.",
|
|
276
|
-
"tagNameWithoutPrefix": "action-bar",
|
|
277
|
-
"tagName": "zn-action-bar",
|
|
278
|
-
"customElement": true,
|
|
279
|
-
"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 */",
|
|
280
|
-
"documentation": "https://zinc.style/components/action-bar",
|
|
281
|
-
"status": "experimental",
|
|
282
|
-
"since": "1.0",
|
|
283
|
-
"dependencies": [
|
|
284
|
-
"zn-example"
|
|
285
|
-
]
|
|
286
|
-
}
|
|
287
|
-
],
|
|
288
|
-
"exports": [
|
|
289
|
-
{
|
|
290
|
-
"kind": "js",
|
|
291
|
-
"name": "default",
|
|
292
|
-
"declaration": {
|
|
293
|
-
"name": "ZnActionBar",
|
|
294
|
-
"module": "components/action-bar/action-bar.js"
|
|
295
|
-
}
|
|
296
|
-
}
|
|
297
|
-
]
|
|
298
|
-
},
|
|
299
299
|
{
|
|
300
300
|
"kind": "javascript-module",
|
|
301
301
|
"path": "components/animated-button/animated-button.js",
|
|
@@ -6492,6 +6492,224 @@
|
|
|
6492
6492
|
}
|
|
6493
6493
|
]
|
|
6494
6494
|
},
|
|
6495
|
+
{
|
|
6496
|
+
"kind": "javascript-module",
|
|
6497
|
+
"path": "components/copy-button/copy-button.js",
|
|
6498
|
+
"declarations": [
|
|
6499
|
+
{
|
|
6500
|
+
"kind": "class",
|
|
6501
|
+
"description": "",
|
|
6502
|
+
"name": "ZnCopyButton",
|
|
6503
|
+
"cssProperties": [
|
|
6504
|
+
{
|
|
6505
|
+
"description": "An example CSS custom property.",
|
|
6506
|
+
"name": "--example"
|
|
6507
|
+
}
|
|
6508
|
+
],
|
|
6509
|
+
"cssParts": [
|
|
6510
|
+
{
|
|
6511
|
+
"description": "The component's base wrapper.",
|
|
6512
|
+
"name": "base"
|
|
6513
|
+
}
|
|
6514
|
+
],
|
|
6515
|
+
"slots": [
|
|
6516
|
+
{
|
|
6517
|
+
"description": "The default slot.",
|
|
6518
|
+
"name": ""
|
|
6519
|
+
},
|
|
6520
|
+
{
|
|
6521
|
+
"description": "An example slot.",
|
|
6522
|
+
"name": "example"
|
|
6523
|
+
}
|
|
6524
|
+
],
|
|
6525
|
+
"members": [
|
|
6526
|
+
{
|
|
6527
|
+
"kind": "field",
|
|
6528
|
+
"name": "copyIcon",
|
|
6529
|
+
"type": {
|
|
6530
|
+
"text": "HTMLSlotElement"
|
|
6531
|
+
}
|
|
6532
|
+
},
|
|
6533
|
+
{
|
|
6534
|
+
"kind": "field",
|
|
6535
|
+
"name": "successIcon",
|
|
6536
|
+
"type": {
|
|
6537
|
+
"text": "HTMLSlotElement"
|
|
6538
|
+
}
|
|
6539
|
+
},
|
|
6540
|
+
{
|
|
6541
|
+
"kind": "field",
|
|
6542
|
+
"name": "errorIcon",
|
|
6543
|
+
"type": {
|
|
6544
|
+
"text": "HTMLSlotElement"
|
|
6545
|
+
}
|
|
6546
|
+
},
|
|
6547
|
+
{
|
|
6548
|
+
"kind": "field",
|
|
6549
|
+
"name": "tooltip",
|
|
6550
|
+
"type": {
|
|
6551
|
+
"text": "ZnTooltip"
|
|
6552
|
+
}
|
|
6553
|
+
},
|
|
6554
|
+
{
|
|
6555
|
+
"kind": "field",
|
|
6556
|
+
"name": "isCopying",
|
|
6557
|
+
"type": {
|
|
6558
|
+
"text": "boolean"
|
|
6559
|
+
},
|
|
6560
|
+
"default": "false"
|
|
6561
|
+
},
|
|
6562
|
+
{
|
|
6563
|
+
"kind": "field",
|
|
6564
|
+
"name": "status",
|
|
6565
|
+
"type": {
|
|
6566
|
+
"text": "'rest' | 'success' | 'error'"
|
|
6567
|
+
},
|
|
6568
|
+
"default": "'rest'"
|
|
6569
|
+
},
|
|
6570
|
+
{
|
|
6571
|
+
"kind": "field",
|
|
6572
|
+
"name": "value",
|
|
6573
|
+
"type": {
|
|
6574
|
+
"text": "string"
|
|
6575
|
+
},
|
|
6576
|
+
"default": "''",
|
|
6577
|
+
"attribute": "value"
|
|
6578
|
+
},
|
|
6579
|
+
{
|
|
6580
|
+
"kind": "field",
|
|
6581
|
+
"name": "copyLabel",
|
|
6582
|
+
"type": {
|
|
6583
|
+
"text": "string"
|
|
6584
|
+
},
|
|
6585
|
+
"default": "''",
|
|
6586
|
+
"attribute": "copy-label"
|
|
6587
|
+
},
|
|
6588
|
+
{
|
|
6589
|
+
"kind": "field",
|
|
6590
|
+
"name": "src",
|
|
6591
|
+
"type": {
|
|
6592
|
+
"text": "string"
|
|
6593
|
+
},
|
|
6594
|
+
"default": "''",
|
|
6595
|
+
"attribute": "src"
|
|
6596
|
+
},
|
|
6597
|
+
{
|
|
6598
|
+
"kind": "field",
|
|
6599
|
+
"name": "size",
|
|
6600
|
+
"type": {
|
|
6601
|
+
"text": "number"
|
|
6602
|
+
},
|
|
6603
|
+
"default": "24",
|
|
6604
|
+
"attribute": "size",
|
|
6605
|
+
"reflects": true
|
|
6606
|
+
},
|
|
6607
|
+
{
|
|
6608
|
+
"kind": "field",
|
|
6609
|
+
"name": "from",
|
|
6610
|
+
"type": {
|
|
6611
|
+
"text": "string"
|
|
6612
|
+
},
|
|
6613
|
+
"default": "''",
|
|
6614
|
+
"description": "An id that references an element in the same document from which data will be copied. If both this and `value` are\npresent, this value will take precedence. By default, the target element's `textContent` will be copied. To copy an\nattribute, append the attribute name wrapped in square brackets, e.g. `from=\"el[value]\"`. To copy a property,\nappend a dot and the property name, e.g. `from=\"el.value\"`.",
|
|
6615
|
+
"attribute": "from"
|
|
6616
|
+
},
|
|
6617
|
+
{
|
|
6618
|
+
"kind": "method",
|
|
6619
|
+
"name": "showStatus",
|
|
6620
|
+
"privacy": "private",
|
|
6621
|
+
"parameters": [
|
|
6622
|
+
{
|
|
6623
|
+
"name": "status",
|
|
6624
|
+
"type": {
|
|
6625
|
+
"text": "'success' | 'error'"
|
|
6626
|
+
}
|
|
6627
|
+
}
|
|
6628
|
+
]
|
|
6629
|
+
},
|
|
6630
|
+
{
|
|
6631
|
+
"kind": "method",
|
|
6632
|
+
"name": "handleCopy",
|
|
6633
|
+
"privacy": "private"
|
|
6634
|
+
}
|
|
6635
|
+
],
|
|
6636
|
+
"events": [
|
|
6637
|
+
{
|
|
6638
|
+
"description": "Emitted as an example.",
|
|
6639
|
+
"name": "zn-event-name"
|
|
6640
|
+
}
|
|
6641
|
+
],
|
|
6642
|
+
"attributes": [
|
|
6643
|
+
{
|
|
6644
|
+
"name": "value",
|
|
6645
|
+
"type": {
|
|
6646
|
+
"text": "string"
|
|
6647
|
+
},
|
|
6648
|
+
"default": "''",
|
|
6649
|
+
"fieldName": "value"
|
|
6650
|
+
},
|
|
6651
|
+
{
|
|
6652
|
+
"name": "copy-label",
|
|
6653
|
+
"type": {
|
|
6654
|
+
"text": "string"
|
|
6655
|
+
},
|
|
6656
|
+
"default": "''",
|
|
6657
|
+
"fieldName": "copyLabel"
|
|
6658
|
+
},
|
|
6659
|
+
{
|
|
6660
|
+
"name": "src",
|
|
6661
|
+
"type": {
|
|
6662
|
+
"text": "string"
|
|
6663
|
+
},
|
|
6664
|
+
"default": "''",
|
|
6665
|
+
"fieldName": "src"
|
|
6666
|
+
},
|
|
6667
|
+
{
|
|
6668
|
+
"name": "size",
|
|
6669
|
+
"type": {
|
|
6670
|
+
"text": "number"
|
|
6671
|
+
},
|
|
6672
|
+
"default": "24",
|
|
6673
|
+
"fieldName": "size"
|
|
6674
|
+
},
|
|
6675
|
+
{
|
|
6676
|
+
"name": "from",
|
|
6677
|
+
"type": {
|
|
6678
|
+
"text": "string"
|
|
6679
|
+
},
|
|
6680
|
+
"default": "''",
|
|
6681
|
+
"description": "An id that references an element in the same document from which data will be copied. If both this and `value` are\npresent, this value will take precedence. By default, the target element's `textContent` will be copied. To copy an\nattribute, append the attribute name wrapped in square brackets, e.g. `from=\"el[value]\"`. To copy a property,\nappend a dot and the property name, e.g. `from=\"el.value\"`.",
|
|
6682
|
+
"fieldName": "from"
|
|
6683
|
+
}
|
|
6684
|
+
],
|
|
6685
|
+
"superclass": {
|
|
6686
|
+
"name": "ZincElement",
|
|
6687
|
+
"module": "/src/internal/zinc-element"
|
|
6688
|
+
},
|
|
6689
|
+
"summary": "Short summary of the component's intended use.",
|
|
6690
|
+
"tagNameWithoutPrefix": "copy-button",
|
|
6691
|
+
"tagName": "zn-copy-button",
|
|
6692
|
+
"customElement": true,
|
|
6693
|
+
"jsDoc": "/**\n * @summary Short summary of the component's intended use.\n * @documentation https://zinc.style/components/copy-button\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 */",
|
|
6694
|
+
"documentation": "https://zinc.style/components/copy-button",
|
|
6695
|
+
"status": "experimental",
|
|
6696
|
+
"since": "1.0",
|
|
6697
|
+
"dependencies": [
|
|
6698
|
+
"zn-example"
|
|
6699
|
+
]
|
|
6700
|
+
}
|
|
6701
|
+
],
|
|
6702
|
+
"exports": [
|
|
6703
|
+
{
|
|
6704
|
+
"kind": "js",
|
|
6705
|
+
"name": "default",
|
|
6706
|
+
"declaration": {
|
|
6707
|
+
"name": "ZnCopyButton",
|
|
6708
|
+
"module": "components/copy-button/copy-button.js"
|
|
6709
|
+
}
|
|
6710
|
+
}
|
|
6711
|
+
]
|
|
6712
|
+
},
|
|
6495
6713
|
{
|
|
6496
6714
|
"kind": "javascript-module",
|
|
6497
6715
|
"path": "components/data-select/data-select.js",
|
|
@@ -8252,224 +8470,6 @@
|
|
|
8252
8470
|
}
|
|
8253
8471
|
]
|
|
8254
8472
|
},
|
|
8255
|
-
{
|
|
8256
|
-
"kind": "javascript-module",
|
|
8257
|
-
"path": "components/copy-button/copy-button.js",
|
|
8258
|
-
"declarations": [
|
|
8259
|
-
{
|
|
8260
|
-
"kind": "class",
|
|
8261
|
-
"description": "",
|
|
8262
|
-
"name": "ZnCopyButton",
|
|
8263
|
-
"cssProperties": [
|
|
8264
|
-
{
|
|
8265
|
-
"description": "An example CSS custom property.",
|
|
8266
|
-
"name": "--example"
|
|
8267
|
-
}
|
|
8268
|
-
],
|
|
8269
|
-
"cssParts": [
|
|
8270
|
-
{
|
|
8271
|
-
"description": "The component's base wrapper.",
|
|
8272
|
-
"name": "base"
|
|
8273
|
-
}
|
|
8274
|
-
],
|
|
8275
|
-
"slots": [
|
|
8276
|
-
{
|
|
8277
|
-
"description": "The default slot.",
|
|
8278
|
-
"name": ""
|
|
8279
|
-
},
|
|
8280
|
-
{
|
|
8281
|
-
"description": "An example slot.",
|
|
8282
|
-
"name": "example"
|
|
8283
|
-
}
|
|
8284
|
-
],
|
|
8285
|
-
"members": [
|
|
8286
|
-
{
|
|
8287
|
-
"kind": "field",
|
|
8288
|
-
"name": "copyIcon",
|
|
8289
|
-
"type": {
|
|
8290
|
-
"text": "HTMLSlotElement"
|
|
8291
|
-
}
|
|
8292
|
-
},
|
|
8293
|
-
{
|
|
8294
|
-
"kind": "field",
|
|
8295
|
-
"name": "successIcon",
|
|
8296
|
-
"type": {
|
|
8297
|
-
"text": "HTMLSlotElement"
|
|
8298
|
-
}
|
|
8299
|
-
},
|
|
8300
|
-
{
|
|
8301
|
-
"kind": "field",
|
|
8302
|
-
"name": "errorIcon",
|
|
8303
|
-
"type": {
|
|
8304
|
-
"text": "HTMLSlotElement"
|
|
8305
|
-
}
|
|
8306
|
-
},
|
|
8307
|
-
{
|
|
8308
|
-
"kind": "field",
|
|
8309
|
-
"name": "tooltip",
|
|
8310
|
-
"type": {
|
|
8311
|
-
"text": "ZnTooltip"
|
|
8312
|
-
}
|
|
8313
|
-
},
|
|
8314
|
-
{
|
|
8315
|
-
"kind": "field",
|
|
8316
|
-
"name": "isCopying",
|
|
8317
|
-
"type": {
|
|
8318
|
-
"text": "boolean"
|
|
8319
|
-
},
|
|
8320
|
-
"default": "false"
|
|
8321
|
-
},
|
|
8322
|
-
{
|
|
8323
|
-
"kind": "field",
|
|
8324
|
-
"name": "status",
|
|
8325
|
-
"type": {
|
|
8326
|
-
"text": "'rest' | 'success' | 'error'"
|
|
8327
|
-
},
|
|
8328
|
-
"default": "'rest'"
|
|
8329
|
-
},
|
|
8330
|
-
{
|
|
8331
|
-
"kind": "field",
|
|
8332
|
-
"name": "value",
|
|
8333
|
-
"type": {
|
|
8334
|
-
"text": "string"
|
|
8335
|
-
},
|
|
8336
|
-
"default": "''",
|
|
8337
|
-
"attribute": "value"
|
|
8338
|
-
},
|
|
8339
|
-
{
|
|
8340
|
-
"kind": "field",
|
|
8341
|
-
"name": "copyLabel",
|
|
8342
|
-
"type": {
|
|
8343
|
-
"text": "string"
|
|
8344
|
-
},
|
|
8345
|
-
"default": "''",
|
|
8346
|
-
"attribute": "copy-label"
|
|
8347
|
-
},
|
|
8348
|
-
{
|
|
8349
|
-
"kind": "field",
|
|
8350
|
-
"name": "src",
|
|
8351
|
-
"type": {
|
|
8352
|
-
"text": "string"
|
|
8353
|
-
},
|
|
8354
|
-
"default": "''",
|
|
8355
|
-
"attribute": "src"
|
|
8356
|
-
},
|
|
8357
|
-
{
|
|
8358
|
-
"kind": "field",
|
|
8359
|
-
"name": "size",
|
|
8360
|
-
"type": {
|
|
8361
|
-
"text": "number"
|
|
8362
|
-
},
|
|
8363
|
-
"default": "24",
|
|
8364
|
-
"attribute": "size",
|
|
8365
|
-
"reflects": true
|
|
8366
|
-
},
|
|
8367
|
-
{
|
|
8368
|
-
"kind": "field",
|
|
8369
|
-
"name": "from",
|
|
8370
|
-
"type": {
|
|
8371
|
-
"text": "string"
|
|
8372
|
-
},
|
|
8373
|
-
"default": "''",
|
|
8374
|
-
"description": "An id that references an element in the same document from which data will be copied. If both this and `value` are\npresent, this value will take precedence. By default, the target element's `textContent` will be copied. To copy an\nattribute, append the attribute name wrapped in square brackets, e.g. `from=\"el[value]\"`. To copy a property,\nappend a dot and the property name, e.g. `from=\"el.value\"`.",
|
|
8375
|
-
"attribute": "from"
|
|
8376
|
-
},
|
|
8377
|
-
{
|
|
8378
|
-
"kind": "method",
|
|
8379
|
-
"name": "showStatus",
|
|
8380
|
-
"privacy": "private",
|
|
8381
|
-
"parameters": [
|
|
8382
|
-
{
|
|
8383
|
-
"name": "status",
|
|
8384
|
-
"type": {
|
|
8385
|
-
"text": "'success' | 'error'"
|
|
8386
|
-
}
|
|
8387
|
-
}
|
|
8388
|
-
]
|
|
8389
|
-
},
|
|
8390
|
-
{
|
|
8391
|
-
"kind": "method",
|
|
8392
|
-
"name": "handleCopy",
|
|
8393
|
-
"privacy": "private"
|
|
8394
|
-
}
|
|
8395
|
-
],
|
|
8396
|
-
"events": [
|
|
8397
|
-
{
|
|
8398
|
-
"description": "Emitted as an example.",
|
|
8399
|
-
"name": "zn-event-name"
|
|
8400
|
-
}
|
|
8401
|
-
],
|
|
8402
|
-
"attributes": [
|
|
8403
|
-
{
|
|
8404
|
-
"name": "value",
|
|
8405
|
-
"type": {
|
|
8406
|
-
"text": "string"
|
|
8407
|
-
},
|
|
8408
|
-
"default": "''",
|
|
8409
|
-
"fieldName": "value"
|
|
8410
|
-
},
|
|
8411
|
-
{
|
|
8412
|
-
"name": "copy-label",
|
|
8413
|
-
"type": {
|
|
8414
|
-
"text": "string"
|
|
8415
|
-
},
|
|
8416
|
-
"default": "''",
|
|
8417
|
-
"fieldName": "copyLabel"
|
|
8418
|
-
},
|
|
8419
|
-
{
|
|
8420
|
-
"name": "src",
|
|
8421
|
-
"type": {
|
|
8422
|
-
"text": "string"
|
|
8423
|
-
},
|
|
8424
|
-
"default": "''",
|
|
8425
|
-
"fieldName": "src"
|
|
8426
|
-
},
|
|
8427
|
-
{
|
|
8428
|
-
"name": "size",
|
|
8429
|
-
"type": {
|
|
8430
|
-
"text": "number"
|
|
8431
|
-
},
|
|
8432
|
-
"default": "24",
|
|
8433
|
-
"fieldName": "size"
|
|
8434
|
-
},
|
|
8435
|
-
{
|
|
8436
|
-
"name": "from",
|
|
8437
|
-
"type": {
|
|
8438
|
-
"text": "string"
|
|
8439
|
-
},
|
|
8440
|
-
"default": "''",
|
|
8441
|
-
"description": "An id that references an element in the same document from which data will be copied. If both this and `value` are\npresent, this value will take precedence. By default, the target element's `textContent` will be copied. To copy an\nattribute, append the attribute name wrapped in square brackets, e.g. `from=\"el[value]\"`. To copy a property,\nappend a dot and the property name, e.g. `from=\"el.value\"`.",
|
|
8442
|
-
"fieldName": "from"
|
|
8443
|
-
}
|
|
8444
|
-
],
|
|
8445
|
-
"superclass": {
|
|
8446
|
-
"name": "ZincElement",
|
|
8447
|
-
"module": "/src/internal/zinc-element"
|
|
8448
|
-
},
|
|
8449
|
-
"summary": "Short summary of the component's intended use.",
|
|
8450
|
-
"tagNameWithoutPrefix": "copy-button",
|
|
8451
|
-
"tagName": "zn-copy-button",
|
|
8452
|
-
"customElement": true,
|
|
8453
|
-
"jsDoc": "/**\n * @summary Short summary of the component's intended use.\n * @documentation https://zinc.style/components/copy-button\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 */",
|
|
8454
|
-
"documentation": "https://zinc.style/components/copy-button",
|
|
8455
|
-
"status": "experimental",
|
|
8456
|
-
"since": "1.0",
|
|
8457
|
-
"dependencies": [
|
|
8458
|
-
"zn-example"
|
|
8459
|
-
]
|
|
8460
|
-
}
|
|
8461
|
-
],
|
|
8462
|
-
"exports": [
|
|
8463
|
-
{
|
|
8464
|
-
"kind": "js",
|
|
8465
|
-
"name": "default",
|
|
8466
|
-
"declaration": {
|
|
8467
|
-
"name": "ZnCopyButton",
|
|
8468
|
-
"module": "components/copy-button/copy-button.js"
|
|
8469
|
-
}
|
|
8470
|
-
}
|
|
8471
|
-
]
|
|
8472
|
-
},
|
|
8473
8473
|
{
|
|
8474
8474
|
"kind": "javascript-module",
|
|
8475
8475
|
"path": "components/data-table-filter/data-table-filter.js",
|
|
@@ -21389,116 +21389,6 @@
|
|
|
21389
21389
|
}
|
|
21390
21390
|
]
|
|
21391
21391
|
},
|
|
21392
|
-
{
|
|
21393
|
-
"kind": "javascript-module",
|
|
21394
|
-
"path": "components/opt-group/opt-group.js",
|
|
21395
|
-
"declarations": [
|
|
21396
|
-
{
|
|
21397
|
-
"kind": "class",
|
|
21398
|
-
"description": "",
|
|
21399
|
-
"name": "ZnOptGroup",
|
|
21400
|
-
"cssParts": [
|
|
21401
|
-
{
|
|
21402
|
-
"description": "The component's base wrapper.",
|
|
21403
|
-
"name": "base"
|
|
21404
|
-
},
|
|
21405
|
-
{
|
|
21406
|
-
"description": "The group label element.",
|
|
21407
|
-
"name": "label"
|
|
21408
|
-
}
|
|
21409
|
-
],
|
|
21410
|
-
"slots": [
|
|
21411
|
-
{
|
|
21412
|
-
"description": "The default slot for `<zn-option>` elements.",
|
|
21413
|
-
"name": ""
|
|
21414
|
-
}
|
|
21415
|
-
],
|
|
21416
|
-
"members": [
|
|
21417
|
-
{
|
|
21418
|
-
"kind": "field",
|
|
21419
|
-
"name": "label",
|
|
21420
|
-
"type": {
|
|
21421
|
-
"text": "string"
|
|
21422
|
-
},
|
|
21423
|
-
"default": "''",
|
|
21424
|
-
"description": "The label for the opt-group, displayed as a non-selectable header above the grouped options.",
|
|
21425
|
-
"attribute": "label"
|
|
21426
|
-
},
|
|
21427
|
-
{
|
|
21428
|
-
"kind": "field",
|
|
21429
|
-
"name": "disabled",
|
|
21430
|
-
"type": {
|
|
21431
|
-
"text": "boolean"
|
|
21432
|
-
},
|
|
21433
|
-
"default": "false",
|
|
21434
|
-
"description": "Disables all options within the group.",
|
|
21435
|
-
"attribute": "disabled",
|
|
21436
|
-
"reflects": true
|
|
21437
|
-
},
|
|
21438
|
-
{
|
|
21439
|
-
"kind": "method",
|
|
21440
|
-
"name": "handleLabelChange"
|
|
21441
|
-
},
|
|
21442
|
-
{
|
|
21443
|
-
"kind": "method",
|
|
21444
|
-
"name": "handleDisabledChange"
|
|
21445
|
-
},
|
|
21446
|
-
{
|
|
21447
|
-
"kind": "method",
|
|
21448
|
-
"name": "handleSlotChange",
|
|
21449
|
-
"privacy": "private"
|
|
21450
|
-
},
|
|
21451
|
-
{
|
|
21452
|
-
"kind": "method",
|
|
21453
|
-
"name": "propagateDisabled",
|
|
21454
|
-
"privacy": "private"
|
|
21455
|
-
}
|
|
21456
|
-
],
|
|
21457
|
-
"attributes": [
|
|
21458
|
-
{
|
|
21459
|
-
"name": "label",
|
|
21460
|
-
"type": {
|
|
21461
|
-
"text": "string"
|
|
21462
|
-
},
|
|
21463
|
-
"default": "''",
|
|
21464
|
-
"description": "The label for the opt-group, displayed as a non-selectable header above the grouped options.",
|
|
21465
|
-
"fieldName": "label"
|
|
21466
|
-
},
|
|
21467
|
-
{
|
|
21468
|
-
"name": "disabled",
|
|
21469
|
-
"type": {
|
|
21470
|
-
"text": "boolean"
|
|
21471
|
-
},
|
|
21472
|
-
"default": "false",
|
|
21473
|
-
"description": "Disables all options within the group.",
|
|
21474
|
-
"fieldName": "disabled"
|
|
21475
|
-
}
|
|
21476
|
-
],
|
|
21477
|
-
"superclass": {
|
|
21478
|
-
"name": "ZincElement",
|
|
21479
|
-
"module": "/src/internal/zinc-element"
|
|
21480
|
-
},
|
|
21481
|
-
"summary": "Groups options within a `<zn-select>` under a labeled header, similar to `<optgroup>` in native HTML.",
|
|
21482
|
-
"tagNameWithoutPrefix": "opt-group",
|
|
21483
|
-
"tagName": "zn-opt-group",
|
|
21484
|
-
"customElement": true,
|
|
21485
|
-
"jsDoc": "/**\n * @summary Groups options within a `<zn-select>` under a labeled header, similar to `<optgroup>` in native HTML.\n * @documentation https://zinc.style/components/opt-group\n * @status experimental\n * @since 1.0\n *\n * @slot - The default slot for `<zn-option>` elements.\n *\n * @csspart base - The component's base wrapper.\n * @csspart label - The group label element.\n */",
|
|
21486
|
-
"documentation": "https://zinc.style/components/opt-group",
|
|
21487
|
-
"status": "experimental",
|
|
21488
|
-
"since": "1.0"
|
|
21489
|
-
}
|
|
21490
|
-
],
|
|
21491
|
-
"exports": [
|
|
21492
|
-
{
|
|
21493
|
-
"kind": "js",
|
|
21494
|
-
"name": "default",
|
|
21495
|
-
"declaration": {
|
|
21496
|
-
"name": "ZnOptGroup",
|
|
21497
|
-
"module": "components/opt-group/opt-group.js"
|
|
21498
|
-
}
|
|
21499
|
-
}
|
|
21500
|
-
]
|
|
21501
|
-
},
|
|
21502
21392
|
{
|
|
21503
21393
|
"kind": "javascript-module",
|
|
21504
21394
|
"path": "components/note/note.js",
|
|
@@ -21667,6 +21557,116 @@
|
|
|
21667
21557
|
}
|
|
21668
21558
|
]
|
|
21669
21559
|
},
|
|
21560
|
+
{
|
|
21561
|
+
"kind": "javascript-module",
|
|
21562
|
+
"path": "components/opt-group/opt-group.js",
|
|
21563
|
+
"declarations": [
|
|
21564
|
+
{
|
|
21565
|
+
"kind": "class",
|
|
21566
|
+
"description": "",
|
|
21567
|
+
"name": "ZnOptGroup",
|
|
21568
|
+
"cssParts": [
|
|
21569
|
+
{
|
|
21570
|
+
"description": "The component's base wrapper.",
|
|
21571
|
+
"name": "base"
|
|
21572
|
+
},
|
|
21573
|
+
{
|
|
21574
|
+
"description": "The group label element.",
|
|
21575
|
+
"name": "label"
|
|
21576
|
+
}
|
|
21577
|
+
],
|
|
21578
|
+
"slots": [
|
|
21579
|
+
{
|
|
21580
|
+
"description": "The default slot for `<zn-option>` elements.",
|
|
21581
|
+
"name": ""
|
|
21582
|
+
}
|
|
21583
|
+
],
|
|
21584
|
+
"members": [
|
|
21585
|
+
{
|
|
21586
|
+
"kind": "field",
|
|
21587
|
+
"name": "label",
|
|
21588
|
+
"type": {
|
|
21589
|
+
"text": "string"
|
|
21590
|
+
},
|
|
21591
|
+
"default": "''",
|
|
21592
|
+
"description": "The label for the opt-group, displayed as a non-selectable header above the grouped options.",
|
|
21593
|
+
"attribute": "label"
|
|
21594
|
+
},
|
|
21595
|
+
{
|
|
21596
|
+
"kind": "field",
|
|
21597
|
+
"name": "disabled",
|
|
21598
|
+
"type": {
|
|
21599
|
+
"text": "boolean"
|
|
21600
|
+
},
|
|
21601
|
+
"default": "false",
|
|
21602
|
+
"description": "Disables all options within the group.",
|
|
21603
|
+
"attribute": "disabled",
|
|
21604
|
+
"reflects": true
|
|
21605
|
+
},
|
|
21606
|
+
{
|
|
21607
|
+
"kind": "method",
|
|
21608
|
+
"name": "handleLabelChange"
|
|
21609
|
+
},
|
|
21610
|
+
{
|
|
21611
|
+
"kind": "method",
|
|
21612
|
+
"name": "handleDisabledChange"
|
|
21613
|
+
},
|
|
21614
|
+
{
|
|
21615
|
+
"kind": "method",
|
|
21616
|
+
"name": "handleSlotChange",
|
|
21617
|
+
"privacy": "private"
|
|
21618
|
+
},
|
|
21619
|
+
{
|
|
21620
|
+
"kind": "method",
|
|
21621
|
+
"name": "propagateDisabled",
|
|
21622
|
+
"privacy": "private"
|
|
21623
|
+
}
|
|
21624
|
+
],
|
|
21625
|
+
"attributes": [
|
|
21626
|
+
{
|
|
21627
|
+
"name": "label",
|
|
21628
|
+
"type": {
|
|
21629
|
+
"text": "string"
|
|
21630
|
+
},
|
|
21631
|
+
"default": "''",
|
|
21632
|
+
"description": "The label for the opt-group, displayed as a non-selectable header above the grouped options.",
|
|
21633
|
+
"fieldName": "label"
|
|
21634
|
+
},
|
|
21635
|
+
{
|
|
21636
|
+
"name": "disabled",
|
|
21637
|
+
"type": {
|
|
21638
|
+
"text": "boolean"
|
|
21639
|
+
},
|
|
21640
|
+
"default": "false",
|
|
21641
|
+
"description": "Disables all options within the group.",
|
|
21642
|
+
"fieldName": "disabled"
|
|
21643
|
+
}
|
|
21644
|
+
],
|
|
21645
|
+
"superclass": {
|
|
21646
|
+
"name": "ZincElement",
|
|
21647
|
+
"module": "/src/internal/zinc-element"
|
|
21648
|
+
},
|
|
21649
|
+
"summary": "Groups options within a `<zn-select>` under a labeled header, similar to `<optgroup>` in native HTML.",
|
|
21650
|
+
"tagNameWithoutPrefix": "opt-group",
|
|
21651
|
+
"tagName": "zn-opt-group",
|
|
21652
|
+
"customElement": true,
|
|
21653
|
+
"jsDoc": "/**\n * @summary Groups options within a `<zn-select>` under a labeled header, similar to `<optgroup>` in native HTML.\n * @documentation https://zinc.style/components/opt-group\n * @status experimental\n * @since 1.0\n *\n * @slot - The default slot for `<zn-option>` elements.\n *\n * @csspart base - The component's base wrapper.\n * @csspart label - The group label element.\n */",
|
|
21654
|
+
"documentation": "https://zinc.style/components/opt-group",
|
|
21655
|
+
"status": "experimental",
|
|
21656
|
+
"since": "1.0"
|
|
21657
|
+
}
|
|
21658
|
+
],
|
|
21659
|
+
"exports": [
|
|
21660
|
+
{
|
|
21661
|
+
"kind": "js",
|
|
21662
|
+
"name": "default",
|
|
21663
|
+
"declaration": {
|
|
21664
|
+
"name": "ZnOptGroup",
|
|
21665
|
+
"module": "components/opt-group/opt-group.js"
|
|
21666
|
+
}
|
|
21667
|
+
}
|
|
21668
|
+
]
|
|
21669
|
+
},
|
|
21670
21670
|
{
|
|
21671
21671
|
"kind": "javascript-module",
|
|
21672
21672
|
"path": "components/option/option.js",
|
|
@@ -38271,7 +38271,7 @@
|
|
|
38271
38271
|
"package": {
|
|
38272
38272
|
"name": "@kubex/zinc",
|
|
38273
38273
|
"description": "A collection of web components for building web applications based off of @shoelace-style/Shoelace",
|
|
38274
|
-
"version": "1.1.
|
|
38274
|
+
"version": "1.1.28",
|
|
38275
38275
|
"author": "",
|
|
38276
38276
|
"license": "MIT"
|
|
38277
38277
|
}
|