@kubex/zinc 1.1.56 → 1.1.58
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 +196 -196
- package/dist/vscode.html-custom-data.json +26 -26
- package/dist/web-types.json +51 -51
- package/dist/zn.min.css +1 -1
- package/dist/zn.min.js +98 -98
- package/package.json +1 -1
- package/scss/themes/_light.scss +1 -0
- package/src/components/cols/cols.component.ts +1 -1
- package/src/components/data-table/data-table.scss +8 -0
- package/src/components/form-group/form-group.scss +4 -0
- package/src/components/icon/icon.component.ts +17 -7
- package/src/components/toggle/toggle.scss +9 -9
|
@@ -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",
|
|
@@ -241,79 +314,6 @@
|
|
|
241
314
|
}
|
|
242
315
|
]
|
|
243
316
|
},
|
|
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
317
|
{
|
|
318
318
|
"kind": "javascript-module",
|
|
319
319
|
"path": "components/animated-button/animated-button.js",
|
|
@@ -33542,128 +33542,6 @@
|
|
|
33542
33542
|
}
|
|
33543
33543
|
]
|
|
33544
33544
|
},
|
|
33545
|
-
{
|
|
33546
|
-
"kind": "javascript-module",
|
|
33547
|
-
"path": "components/simple-chart/simple-chart.js",
|
|
33548
|
-
"declarations": [
|
|
33549
|
-
{
|
|
33550
|
-
"kind": "class",
|
|
33551
|
-
"description": "",
|
|
33552
|
-
"name": "ZnSimpleChart",
|
|
33553
|
-
"members": [
|
|
33554
|
-
{
|
|
33555
|
-
"kind": "field",
|
|
33556
|
-
"name": "datasets",
|
|
33557
|
-
"type": {
|
|
33558
|
-
"text": "{ data: number[] }[] | undefined"
|
|
33559
|
-
},
|
|
33560
|
-
"attribute": "datasets"
|
|
33561
|
-
},
|
|
33562
|
-
{
|
|
33563
|
-
"kind": "field",
|
|
33564
|
-
"name": "labels",
|
|
33565
|
-
"type": {
|
|
33566
|
-
"text": "string[] | undefined"
|
|
33567
|
-
},
|
|
33568
|
-
"attribute": "labels"
|
|
33569
|
-
},
|
|
33570
|
-
{
|
|
33571
|
-
"kind": "field",
|
|
33572
|
-
"name": "enableAnimations",
|
|
33573
|
-
"type": {
|
|
33574
|
-
"text": "boolean | number"
|
|
33575
|
-
},
|
|
33576
|
-
"default": "false",
|
|
33577
|
-
"attribute": "enable-animations"
|
|
33578
|
-
},
|
|
33579
|
-
{
|
|
33580
|
-
"kind": "field",
|
|
33581
|
-
"name": "chart",
|
|
33582
|
-
"type": {
|
|
33583
|
-
"text": "ECharts | undefined"
|
|
33584
|
-
},
|
|
33585
|
-
"privacy": "private"
|
|
33586
|
-
},
|
|
33587
|
-
{
|
|
33588
|
-
"kind": "field",
|
|
33589
|
-
"name": "initPromise",
|
|
33590
|
-
"type": {
|
|
33591
|
-
"text": "Promise<void> | undefined"
|
|
33592
|
-
},
|
|
33593
|
-
"privacy": "private"
|
|
33594
|
-
},
|
|
33595
|
-
{
|
|
33596
|
-
"kind": "field",
|
|
33597
|
-
"name": "resizeObserver",
|
|
33598
|
-
"privacy": "private",
|
|
33599
|
-
"readonly": true,
|
|
33600
|
-
"default": "new ResizeController(this, { target: null, skipInitial: true, callback: () => this.chart?.resize(), })"
|
|
33601
|
-
},
|
|
33602
|
-
{
|
|
33603
|
-
"kind": "method",
|
|
33604
|
-
"name": "getUpdateComplete",
|
|
33605
|
-
"privacy": "protected",
|
|
33606
|
-
"return": {
|
|
33607
|
-
"type": {
|
|
33608
|
-
"text": "Promise<boolean>"
|
|
33609
|
-
}
|
|
33610
|
-
}
|
|
33611
|
-
},
|
|
33612
|
-
{
|
|
33613
|
-
"kind": "method",
|
|
33614
|
-
"name": "initChart",
|
|
33615
|
-
"privacy": "private"
|
|
33616
|
-
}
|
|
33617
|
-
],
|
|
33618
|
-
"attributes": [
|
|
33619
|
-
{
|
|
33620
|
-
"name": "datasets",
|
|
33621
|
-
"type": {
|
|
33622
|
-
"text": "{ data: number[] }[] | undefined"
|
|
33623
|
-
},
|
|
33624
|
-
"fieldName": "datasets"
|
|
33625
|
-
},
|
|
33626
|
-
{
|
|
33627
|
-
"name": "labels",
|
|
33628
|
-
"type": {
|
|
33629
|
-
"text": "string[] | undefined"
|
|
33630
|
-
},
|
|
33631
|
-
"fieldName": "labels"
|
|
33632
|
-
},
|
|
33633
|
-
{
|
|
33634
|
-
"name": "enable-animations",
|
|
33635
|
-
"type": {
|
|
33636
|
-
"text": "boolean | number"
|
|
33637
|
-
},
|
|
33638
|
-
"default": "false",
|
|
33639
|
-
"fieldName": "enableAnimations"
|
|
33640
|
-
}
|
|
33641
|
-
],
|
|
33642
|
-
"superclass": {
|
|
33643
|
-
"name": "ZincElement",
|
|
33644
|
-
"module": "/src/internal/zinc-element"
|
|
33645
|
-
},
|
|
33646
|
-
"summary": "A simple, pre-styled bar chart.",
|
|
33647
|
-
"tagNameWithoutPrefix": "simple-chart",
|
|
33648
|
-
"tagName": "zn-simple-chart",
|
|
33649
|
-
"customElement": true,
|
|
33650
|
-
"jsDoc": "/**\n * @summary A simple, pre-styled bar chart.\n * @documentation https://zinc.style/components/simple-chart\n * @status experimental\n * @since 1.0\n */",
|
|
33651
|
-
"documentation": "https://zinc.style/components/simple-chart",
|
|
33652
|
-
"status": "experimental",
|
|
33653
|
-
"since": "1.0"
|
|
33654
|
-
}
|
|
33655
|
-
],
|
|
33656
|
-
"exports": [
|
|
33657
|
-
{
|
|
33658
|
-
"kind": "js",
|
|
33659
|
-
"name": "default",
|
|
33660
|
-
"declaration": {
|
|
33661
|
-
"name": "ZnSimpleChart",
|
|
33662
|
-
"module": "components/simple-chart/simple-chart.js"
|
|
33663
|
-
}
|
|
33664
|
-
}
|
|
33665
|
-
]
|
|
33666
|
-
},
|
|
33667
33545
|
{
|
|
33668
33546
|
"kind": "javascript-module",
|
|
33669
33547
|
"path": "components/skeleton/skeleton.js",
|
|
@@ -34019,6 +33897,128 @@
|
|
|
34019
33897
|
}
|
|
34020
33898
|
]
|
|
34021
33899
|
},
|
|
33900
|
+
{
|
|
33901
|
+
"kind": "javascript-module",
|
|
33902
|
+
"path": "components/simple-chart/simple-chart.js",
|
|
33903
|
+
"declarations": [
|
|
33904
|
+
{
|
|
33905
|
+
"kind": "class",
|
|
33906
|
+
"description": "",
|
|
33907
|
+
"name": "ZnSimpleChart",
|
|
33908
|
+
"members": [
|
|
33909
|
+
{
|
|
33910
|
+
"kind": "field",
|
|
33911
|
+
"name": "datasets",
|
|
33912
|
+
"type": {
|
|
33913
|
+
"text": "{ data: number[] }[] | undefined"
|
|
33914
|
+
},
|
|
33915
|
+
"attribute": "datasets"
|
|
33916
|
+
},
|
|
33917
|
+
{
|
|
33918
|
+
"kind": "field",
|
|
33919
|
+
"name": "labels",
|
|
33920
|
+
"type": {
|
|
33921
|
+
"text": "string[] | undefined"
|
|
33922
|
+
},
|
|
33923
|
+
"attribute": "labels"
|
|
33924
|
+
},
|
|
33925
|
+
{
|
|
33926
|
+
"kind": "field",
|
|
33927
|
+
"name": "enableAnimations",
|
|
33928
|
+
"type": {
|
|
33929
|
+
"text": "boolean | number"
|
|
33930
|
+
},
|
|
33931
|
+
"default": "false",
|
|
33932
|
+
"attribute": "enable-animations"
|
|
33933
|
+
},
|
|
33934
|
+
{
|
|
33935
|
+
"kind": "field",
|
|
33936
|
+
"name": "chart",
|
|
33937
|
+
"type": {
|
|
33938
|
+
"text": "ECharts | undefined"
|
|
33939
|
+
},
|
|
33940
|
+
"privacy": "private"
|
|
33941
|
+
},
|
|
33942
|
+
{
|
|
33943
|
+
"kind": "field",
|
|
33944
|
+
"name": "initPromise",
|
|
33945
|
+
"type": {
|
|
33946
|
+
"text": "Promise<void> | undefined"
|
|
33947
|
+
},
|
|
33948
|
+
"privacy": "private"
|
|
33949
|
+
},
|
|
33950
|
+
{
|
|
33951
|
+
"kind": "field",
|
|
33952
|
+
"name": "resizeObserver",
|
|
33953
|
+
"privacy": "private",
|
|
33954
|
+
"readonly": true,
|
|
33955
|
+
"default": "new ResizeController(this, { target: null, skipInitial: true, callback: () => this.chart?.resize(), })"
|
|
33956
|
+
},
|
|
33957
|
+
{
|
|
33958
|
+
"kind": "method",
|
|
33959
|
+
"name": "getUpdateComplete",
|
|
33960
|
+
"privacy": "protected",
|
|
33961
|
+
"return": {
|
|
33962
|
+
"type": {
|
|
33963
|
+
"text": "Promise<boolean>"
|
|
33964
|
+
}
|
|
33965
|
+
}
|
|
33966
|
+
},
|
|
33967
|
+
{
|
|
33968
|
+
"kind": "method",
|
|
33969
|
+
"name": "initChart",
|
|
33970
|
+
"privacy": "private"
|
|
33971
|
+
}
|
|
33972
|
+
],
|
|
33973
|
+
"attributes": [
|
|
33974
|
+
{
|
|
33975
|
+
"name": "datasets",
|
|
33976
|
+
"type": {
|
|
33977
|
+
"text": "{ data: number[] }[] | undefined"
|
|
33978
|
+
},
|
|
33979
|
+
"fieldName": "datasets"
|
|
33980
|
+
},
|
|
33981
|
+
{
|
|
33982
|
+
"name": "labels",
|
|
33983
|
+
"type": {
|
|
33984
|
+
"text": "string[] | undefined"
|
|
33985
|
+
},
|
|
33986
|
+
"fieldName": "labels"
|
|
33987
|
+
},
|
|
33988
|
+
{
|
|
33989
|
+
"name": "enable-animations",
|
|
33990
|
+
"type": {
|
|
33991
|
+
"text": "boolean | number"
|
|
33992
|
+
},
|
|
33993
|
+
"default": "false",
|
|
33994
|
+
"fieldName": "enableAnimations"
|
|
33995
|
+
}
|
|
33996
|
+
],
|
|
33997
|
+
"superclass": {
|
|
33998
|
+
"name": "ZincElement",
|
|
33999
|
+
"module": "/src/internal/zinc-element"
|
|
34000
|
+
},
|
|
34001
|
+
"summary": "A simple, pre-styled bar chart.",
|
|
34002
|
+
"tagNameWithoutPrefix": "simple-chart",
|
|
34003
|
+
"tagName": "zn-simple-chart",
|
|
34004
|
+
"customElement": true,
|
|
34005
|
+
"jsDoc": "/**\n * @summary A simple, pre-styled bar chart.\n * @documentation https://zinc.style/components/simple-chart\n * @status experimental\n * @since 1.0\n */",
|
|
34006
|
+
"documentation": "https://zinc.style/components/simple-chart",
|
|
34007
|
+
"status": "experimental",
|
|
34008
|
+
"since": "1.0"
|
|
34009
|
+
}
|
|
34010
|
+
],
|
|
34011
|
+
"exports": [
|
|
34012
|
+
{
|
|
34013
|
+
"kind": "js",
|
|
34014
|
+
"name": "default",
|
|
34015
|
+
"declaration": {
|
|
34016
|
+
"name": "ZnSimpleChart",
|
|
34017
|
+
"module": "components/simple-chart/simple-chart.js"
|
|
34018
|
+
}
|
|
34019
|
+
}
|
|
34020
|
+
]
|
|
34021
|
+
},
|
|
34022
34022
|
{
|
|
34023
34023
|
"kind": "javascript-module",
|
|
34024
34024
|
"path": "components/sp/sp.js",
|
|
@@ -40751,7 +40751,7 @@
|
|
|
40751
40751
|
"package": {
|
|
40752
40752
|
"name": "@kubex/zinc",
|
|
40753
40753
|
"description": "A collection of web components for building web applications based off of @shoelace-style/Shoelace",
|
|
40754
|
-
"version": "1.1.
|
|
40754
|
+
"version": "1.1.58",
|
|
40755
40755
|
"author": "",
|
|
40756
40756
|
"license": "MIT"
|
|
40757
40757
|
}
|
|
@@ -13,6 +13,17 @@
|
|
|
13
13
|
}
|
|
14
14
|
]
|
|
15
15
|
},
|
|
16
|
+
{
|
|
17
|
+
"name": "zn-action-bar",
|
|
18
|
+
"description": "Short summary of the component's intended use.\n---\n\n\n### **Events:**\n - **zn-event-name** - Emitted as an example.\n\n### **Slots:**\n - _default_ - The default slot.\n- **example** - An example slot.\n\n### **CSS Properties:**\n - **--example** - An example CSS custom property. _(default: undefined)_\n\n### **CSS Parts:**\n - **base** - The component's base wrapper.",
|
|
19
|
+
"attributes": [],
|
|
20
|
+
"references": [
|
|
21
|
+
{
|
|
22
|
+
"name": "Documentation",
|
|
23
|
+
"url": "https://zinc.style/components/action-bar"
|
|
24
|
+
}
|
|
25
|
+
]
|
|
26
|
+
},
|
|
16
27
|
{
|
|
17
28
|
"name": "zn-alert",
|
|
18
29
|
"description": "Short summary of the component's intended use.\n---\n\n\n### **Events:**\n - **zn-event-name** - Emitted as an example.\n\n### **Slots:**\n - _default_ - The default slot.\n- **example** - An example slot.\n\n### **CSS Properties:**\n - **--example** - An example CSS custom property. _(default: undefined)_\n\n### **CSS Parts:**\n - **base** - The component's base wrapper.",
|
|
@@ -53,17 +64,6 @@
|
|
|
53
64
|
}
|
|
54
65
|
]
|
|
55
66
|
},
|
|
56
|
-
{
|
|
57
|
-
"name": "zn-action-bar",
|
|
58
|
-
"description": "Short summary of the component's intended use.\n---\n\n\n### **Events:**\n - **zn-event-name** - Emitted as an example.\n\n### **Slots:**\n - _default_ - The default slot.\n- **example** - An example slot.\n\n### **CSS Properties:**\n - **--example** - An example CSS custom property. _(default: undefined)_\n\n### **CSS Parts:**\n - **base** - The component's base wrapper.",
|
|
59
|
-
"attributes": [],
|
|
60
|
-
"references": [
|
|
61
|
-
{
|
|
62
|
-
"name": "Documentation",
|
|
63
|
-
"url": "https://zinc.style/components/action-bar"
|
|
64
|
-
}
|
|
65
|
-
]
|
|
66
|
-
},
|
|
67
67
|
{
|
|
68
68
|
"name": "zn-animated-button",
|
|
69
69
|
"description": "\n---\n\n\n### **Methods:**\n - **purchase(): _void_** - Programmatically trigger the purchase flow\n- **setSuccess(): _void_** - Set the button to success state manually\n- **setFailure(message): _void_** - Set the button to failure state manually with optional error message\n- **reset(): _void_** - Reset the button to idle state",
|
|
@@ -3442,21 +3442,6 @@
|
|
|
3442
3442
|
}
|
|
3443
3443
|
]
|
|
3444
3444
|
},
|
|
3445
|
-
{
|
|
3446
|
-
"name": "zn-simple-chart",
|
|
3447
|
-
"description": "A simple, pre-styled bar chart.\n---\n",
|
|
3448
|
-
"attributes": [
|
|
3449
|
-
{ "name": "datasets", "values": [{ "name": "{ data: number[] }[]" }] },
|
|
3450
|
-
{ "name": "labels", "values": [{ "name": "string[]" }] },
|
|
3451
|
-
{ "name": "enable-animations", "values": [] }
|
|
3452
|
-
],
|
|
3453
|
-
"references": [
|
|
3454
|
-
{
|
|
3455
|
-
"name": "Documentation",
|
|
3456
|
-
"url": "https://zinc.style/components/simple-chart"
|
|
3457
|
-
}
|
|
3458
|
-
]
|
|
3459
|
-
},
|
|
3460
3445
|
{
|
|
3461
3446
|
"name": "zn-skeleton",
|
|
3462
3447
|
"description": "Skeleton loaders provide visual placeholders while content is loading, improving perceived performance and user experience.\n---\n",
|
|
@@ -3516,6 +3501,21 @@
|
|
|
3516
3501
|
}
|
|
3517
3502
|
]
|
|
3518
3503
|
},
|
|
3504
|
+
{
|
|
3505
|
+
"name": "zn-simple-chart",
|
|
3506
|
+
"description": "A simple, pre-styled bar chart.\n---\n",
|
|
3507
|
+
"attributes": [
|
|
3508
|
+
{ "name": "datasets", "values": [{ "name": "{ data: number[] }[]" }] },
|
|
3509
|
+
{ "name": "labels", "values": [{ "name": "string[]" }] },
|
|
3510
|
+
{ "name": "enable-animations", "values": [] }
|
|
3511
|
+
],
|
|
3512
|
+
"references": [
|
|
3513
|
+
{
|
|
3514
|
+
"name": "Documentation",
|
|
3515
|
+
"url": "https://zinc.style/components/simple-chart"
|
|
3516
|
+
}
|
|
3517
|
+
]
|
|
3518
|
+
},
|
|
3519
3519
|
{
|
|
3520
3520
|
"name": "zn-sp",
|
|
3521
3521
|
"description": "A flexible layout container for spacing and arranging child elements in rows or columns with configurable gap, padding, and dividers.\n---\n\n\n### **Events:**\n - **zn-event-name** - Emitted as an example.\n\n### **Slots:**\n - _default_ - The default slot.\n- **example** - An example slot.\n\n### **CSS Properties:**\n - **--example** - An example CSS custom property. _(default: undefined)_\n\n### **CSS Parts:**\n - **base** - The component's base wrapper.",
|
package/dist/web-types.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://raw.githubusercontent.com/JetBrains/web-types/master/schema/web-types.json",
|
|
3
3
|
"name": "@kubex/zinc",
|
|
4
|
-
"version": "1.1.
|
|
4
|
+
"version": "1.1.58",
|
|
5
5
|
"description-markup": "markdown",
|
|
6
6
|
"contributions": {
|
|
7
7
|
"html": {
|
|
@@ -15,6 +15,28 @@
|
|
|
15
15
|
"events": [],
|
|
16
16
|
"js": { "properties": [], "events": [] }
|
|
17
17
|
},
|
|
18
|
+
{
|
|
19
|
+
"name": "zn-action-bar",
|
|
20
|
+
"description": "Short summary of the component's intended use.\n---\n\n\n### **Events:**\n - **zn-event-name** - Emitted as an example.\n\n### **Slots:**\n - _default_ - The default slot.\n- **example** - An example slot.\n\n### **CSS Properties:**\n - **--example** - An example CSS custom property. _(default: undefined)_\n\n### **CSS Parts:**\n - **base** - The component's base wrapper.",
|
|
21
|
+
"doc-url": "",
|
|
22
|
+
"attributes": [],
|
|
23
|
+
"slots": [
|
|
24
|
+
{ "name": "", "description": "The default slot." },
|
|
25
|
+
{ "name": "example", "description": "An example slot." }
|
|
26
|
+
],
|
|
27
|
+
"events": [
|
|
28
|
+
{ "name": "zn-event-name", "description": "Emitted as an example." }
|
|
29
|
+
],
|
|
30
|
+
"js": {
|
|
31
|
+
"properties": [],
|
|
32
|
+
"events": [
|
|
33
|
+
{
|
|
34
|
+
"name": "zn-event-name",
|
|
35
|
+
"description": "Emitted as an example."
|
|
36
|
+
}
|
|
37
|
+
]
|
|
38
|
+
}
|
|
39
|
+
},
|
|
18
40
|
{
|
|
19
41
|
"name": "zn-alert",
|
|
20
42
|
"description": "Short summary of the component's intended use.\n---\n\n\n### **Events:**\n - **zn-event-name** - Emitted as an example.\n\n### **Slots:**\n - _default_ - The default slot.\n- **example** - An example slot.\n\n### **CSS Properties:**\n - **--example** - An example CSS custom property. _(default: undefined)_\n\n### **CSS Parts:**\n - **base** - The component's base wrapper.",
|
|
@@ -83,28 +105,6 @@
|
|
|
83
105
|
]
|
|
84
106
|
}
|
|
85
107
|
},
|
|
86
|
-
{
|
|
87
|
-
"name": "zn-action-bar",
|
|
88
|
-
"description": "Short summary of the component's intended use.\n---\n\n\n### **Events:**\n - **zn-event-name** - Emitted as an example.\n\n### **Slots:**\n - _default_ - The default slot.\n- **example** - An example slot.\n\n### **CSS Properties:**\n - **--example** - An example CSS custom property. _(default: undefined)_\n\n### **CSS Parts:**\n - **base** - The component's base wrapper.",
|
|
89
|
-
"doc-url": "",
|
|
90
|
-
"attributes": [],
|
|
91
|
-
"slots": [
|
|
92
|
-
{ "name": "", "description": "The default slot." },
|
|
93
|
-
{ "name": "example", "description": "An example slot." }
|
|
94
|
-
],
|
|
95
|
-
"events": [
|
|
96
|
-
{ "name": "zn-event-name", "description": "Emitted as an example." }
|
|
97
|
-
],
|
|
98
|
-
"js": {
|
|
99
|
-
"properties": [],
|
|
100
|
-
"events": [
|
|
101
|
-
{
|
|
102
|
-
"name": "zn-event-name",
|
|
103
|
-
"description": "Emitted as an example."
|
|
104
|
-
}
|
|
105
|
-
]
|
|
106
|
-
}
|
|
107
|
-
},
|
|
108
108
|
{
|
|
109
109
|
"name": "zn-animated-button",
|
|
110
110
|
"description": "\n---\n\n\n### **Methods:**\n - **purchase(): _void_** - Programmatically trigger the purchase flow\n- **setSuccess(): _void_** - Set the button to success state manually\n- **setFailure(message): _void_** - Set the button to failure state manually with optional error message\n- **reset(): _void_** - Reset the button to idle state",
|
|
@@ -8154,34 +8154,6 @@
|
|
|
8154
8154
|
]
|
|
8155
8155
|
}
|
|
8156
8156
|
},
|
|
8157
|
-
{
|
|
8158
|
-
"name": "zn-simple-chart",
|
|
8159
|
-
"description": "A simple, pre-styled bar chart.\n---\n",
|
|
8160
|
-
"doc-url": "",
|
|
8161
|
-
"attributes": [
|
|
8162
|
-
{
|
|
8163
|
-
"name": "datasets",
|
|
8164
|
-
"value": { "type": "{ data: number[] }[] | undefined" }
|
|
8165
|
-
},
|
|
8166
|
-
{ "name": "labels", "value": { "type": "string[] | undefined" } },
|
|
8167
|
-
{
|
|
8168
|
-
"name": "enable-animations",
|
|
8169
|
-
"value": { "type": "boolean | number", "default": "false" }
|
|
8170
|
-
}
|
|
8171
|
-
],
|
|
8172
|
-
"events": [],
|
|
8173
|
-
"js": {
|
|
8174
|
-
"properties": [
|
|
8175
|
-
{
|
|
8176
|
-
"name": "datasets",
|
|
8177
|
-
"type": "{ data: number[] }[] | undefined"
|
|
8178
|
-
},
|
|
8179
|
-
{ "name": "labels", "type": "string[] | undefined" },
|
|
8180
|
-
{ "name": "enableAnimations", "type": "boolean | number" }
|
|
8181
|
-
],
|
|
8182
|
-
"events": []
|
|
8183
|
-
}
|
|
8184
|
-
},
|
|
8185
8157
|
{
|
|
8186
8158
|
"name": "zn-skeleton",
|
|
8187
8159
|
"description": "Skeleton loaders provide visual placeholders while content is loading, improving perceived performance and user experience.\n---\n",
|
|
@@ -8316,6 +8288,34 @@
|
|
|
8316
8288
|
]
|
|
8317
8289
|
}
|
|
8318
8290
|
},
|
|
8291
|
+
{
|
|
8292
|
+
"name": "zn-simple-chart",
|
|
8293
|
+
"description": "A simple, pre-styled bar chart.\n---\n",
|
|
8294
|
+
"doc-url": "",
|
|
8295
|
+
"attributes": [
|
|
8296
|
+
{
|
|
8297
|
+
"name": "datasets",
|
|
8298
|
+
"value": { "type": "{ data: number[] }[] | undefined" }
|
|
8299
|
+
},
|
|
8300
|
+
{ "name": "labels", "value": { "type": "string[] | undefined" } },
|
|
8301
|
+
{
|
|
8302
|
+
"name": "enable-animations",
|
|
8303
|
+
"value": { "type": "boolean | number", "default": "false" }
|
|
8304
|
+
}
|
|
8305
|
+
],
|
|
8306
|
+
"events": [],
|
|
8307
|
+
"js": {
|
|
8308
|
+
"properties": [
|
|
8309
|
+
{
|
|
8310
|
+
"name": "datasets",
|
|
8311
|
+
"type": "{ data: number[] }[] | undefined"
|
|
8312
|
+
},
|
|
8313
|
+
{ "name": "labels", "type": "string[] | undefined" },
|
|
8314
|
+
{ "name": "enableAnimations", "type": "boolean | number" }
|
|
8315
|
+
],
|
|
8316
|
+
"events": []
|
|
8317
|
+
}
|
|
8318
|
+
},
|
|
8319
8319
|
{
|
|
8320
8320
|
"name": "zn-sp",
|
|
8321
8321
|
"description": "A flexible layout container for spacing and arranging child elements in rows or columns with configurable gap, padding, and dividers.\n---\n\n\n### **Events:**\n - **zn-event-name** - Emitted as an example.\n\n### **Slots:**\n - _default_ - The default slot.\n- **example** - An example slot.\n\n### **CSS Properties:**\n - **--example** - An example CSS custom property. _(default: undefined)_\n\n### **CSS Parts:**\n - **base** - The component's base wrapper.",
|