@kubex/zinc 1.0.114 → 1.0.115

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.
@@ -47,79 +47,6 @@
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
- },
123
50
  {
124
51
  "kind": "javascript-module",
125
52
  "path": "components/alert/alert.js",
@@ -278,6 +205,79 @@
278
205
  }
279
206
  ]
280
207
  },
208
+ {
209
+ "kind": "javascript-module",
210
+ "path": "components/action-bar/action-bar.js",
211
+ "declarations": [
212
+ {
213
+ "kind": "class",
214
+ "description": "",
215
+ "name": "ZnActionBar",
216
+ "cssProperties": [
217
+ {
218
+ "description": "An example CSS custom property.",
219
+ "name": "--example"
220
+ }
221
+ ],
222
+ "cssParts": [
223
+ {
224
+ "description": "The component's base wrapper.",
225
+ "name": "base"
226
+ }
227
+ ],
228
+ "slots": [
229
+ {
230
+ "description": "The default slot.",
231
+ "name": ""
232
+ },
233
+ {
234
+ "description": "An example slot.",
235
+ "name": "example"
236
+ }
237
+ ],
238
+ "members": [
239
+ {
240
+ "kind": "field",
241
+ "name": "localize",
242
+ "privacy": "private",
243
+ "readonly": true,
244
+ "default": "new LocalizeController(this)"
245
+ }
246
+ ],
247
+ "events": [
248
+ {
249
+ "description": "Emitted as an example.",
250
+ "name": "zn-event-name"
251
+ }
252
+ ],
253
+ "superclass": {
254
+ "name": "ZincElement",
255
+ "module": "/src/internal/zinc-element"
256
+ },
257
+ "summary": "Short summary of the component's intended use.",
258
+ "tagNameWithoutPrefix": "action-bar",
259
+ "tagName": "zn-action-bar",
260
+ "customElement": true,
261
+ "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 */",
262
+ "documentation": "https://zinc.style/components/action-bar",
263
+ "status": "experimental",
264
+ "since": "1.0",
265
+ "dependencies": [
266
+ "zn-example"
267
+ ]
268
+ }
269
+ ],
270
+ "exports": [
271
+ {
272
+ "kind": "js",
273
+ "name": "default",
274
+ "declaration": {
275
+ "name": "ZnActionBar",
276
+ "module": "components/action-bar/action-bar.js"
277
+ }
278
+ }
279
+ ]
280
+ },
281
281
  {
282
282
  "kind": "javascript-module",
283
283
  "path": "components/animated-button/animated-button.js",
@@ -11908,6 +11908,15 @@
11908
11908
  },
11909
11909
  "default": "false",
11910
11910
  "attribute": "cols"
11911
+ },
11912
+ {
11913
+ "kind": "field",
11914
+ "name": "layout",
11915
+ "type": {
11916
+ "text": "string"
11917
+ },
11918
+ "default": "\"1,2\"",
11919
+ "attribute": "layout"
11911
11920
  }
11912
11921
  ],
11913
11922
  "attributes": [
@@ -11945,6 +11954,14 @@
11945
11954
  },
11946
11955
  "default": "false",
11947
11956
  "fieldName": "forceCols"
11957
+ },
11958
+ {
11959
+ "name": "layout",
11960
+ "type": {
11961
+ "text": "string"
11962
+ },
11963
+ "default": "\"1,2\"",
11964
+ "fieldName": "layout"
11948
11965
  }
11949
11966
  ],
11950
11967
  "superclass": {
@@ -35494,7 +35511,7 @@
35494
35511
  "package": {
35495
35512
  "name": "@kubex/zinc",
35496
35513
  "description": "A collection of web components for building web applications based off of @shoelace-style/Shoelace",
35497
- "version": "1.0.114",
35514
+ "version": "1.0.115",
35498
35515
  "author": "",
35499
35516
  "license": "MIT"
35500
35517
  }
@@ -13,17 +13,6 @@
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
- },
27
16
  {
28
17
  "name": "zn-alert",
29
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.",
@@ -59,6 +48,17 @@
59
48
  }
60
49
  ]
61
50
  },
51
+ {
52
+ "name": "zn-action-bar",
53
+ "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.",
54
+ "attributes": [],
55
+ "references": [
56
+ {
57
+ "name": "Documentation",
58
+ "url": "https://zinc.style/components/action-bar"
59
+ }
60
+ ]
61
+ },
62
62
  {
63
63
  "name": "zn-animated-button",
64
64
  "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",
@@ -1419,7 +1419,8 @@
1419
1419
  "description": "The form groups help text. If you need to display HTML, use the `help-text` slot instead.",
1420
1420
  "values": []
1421
1421
  },
1422
- { "name": "cols", "values": [] }
1422
+ { "name": "cols", "values": [] },
1423
+ { "name": "layout", "values": [] }
1423
1424
  ],
1424
1425
  "references": [
1425
1426
  {
@@ -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.0.114",
4
+ "version": "1.0.115",
5
5
  "description-markup": "markdown",
6
6
  "contributions": {
7
7
  "html": {
@@ -15,28 +15,6 @@
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
- },
40
18
  {
41
19
  "name": "zn-alert",
42
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.",
@@ -92,6 +70,28 @@
92
70
  ]
93
71
  }
94
72
  },
73
+ {
74
+ "name": "zn-action-bar",
75
+ "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.",
76
+ "doc-url": "",
77
+ "attributes": [],
78
+ "slots": [
79
+ { "name": "", "description": "The default slot." },
80
+ { "name": "example", "description": "An example slot." }
81
+ ],
82
+ "events": [
83
+ { "name": "zn-event-name", "description": "Emitted as an example." }
84
+ ],
85
+ "js": {
86
+ "properties": [],
87
+ "events": [
88
+ {
89
+ "name": "zn-event-name",
90
+ "description": "Emitted as an example."
91
+ }
92
+ ]
93
+ }
94
+ },
95
95
  {
96
96
  "name": "zn-animated-button",
97
97
  "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",
@@ -3272,6 +3272,10 @@
3272
3272
  {
3273
3273
  "name": "cols",
3274
3274
  "value": { "type": "boolean", "default": "false" }
3275
+ },
3276
+ {
3277
+ "name": "layout",
3278
+ "value": { "type": "string", "default": "\"1,2\"" }
3275
3279
  }
3276
3280
  ],
3277
3281
  "slots": [{ "name": "", "description": "The default slot." }],
@@ -3293,7 +3297,8 @@
3293
3297
  "description": "The form groups help text. If you need to display HTML, use the `help-text` slot instead.",
3294
3298
  "type": "string"
3295
3299
  },
3296
- { "name": "forceCols", "type": "boolean" }
3300
+ { "name": "forceCols", "type": "boolean" },
3301
+ { "name": "layout", "type": "string" }
3297
3302
  ],
3298
3303
  "events": []
3299
3304
  }
package/dist/zn.d.ts CHANGED
@@ -6086,6 +6086,7 @@ declare module "components/form-group/form-group.component" {
6086
6086
  /** The form groups help text. If you need to display HTML, use the `help-text` slot instead. */
6087
6087
  helpText: string;
6088
6088
  forceCols: boolean;
6089
+ layout: string;
6089
6090
  render(): import("lit-html").TemplateResult<1>;
6090
6091
  }
6091
6092
  }