@kubex/zinc 1.0.112 → 1.0.113

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.
@@ -59,79 +59,6 @@
59
59
  }
60
60
  ]
61
61
  },
62
- {
63
- "kind": "javascript-module",
64
- "path": "components/action-bar/action-bar.js",
65
- "declarations": [
66
- {
67
- "kind": "class",
68
- "description": "",
69
- "name": "ZnActionBar",
70
- "cssProperties": [
71
- {
72
- "description": "An example CSS custom property.",
73
- "name": "--example"
74
- }
75
- ],
76
- "cssParts": [
77
- {
78
- "description": "The component's base wrapper.",
79
- "name": "base"
80
- }
81
- ],
82
- "slots": [
83
- {
84
- "description": "The default slot.",
85
- "name": ""
86
- },
87
- {
88
- "description": "An example slot.",
89
- "name": "example"
90
- }
91
- ],
92
- "members": [
93
- {
94
- "kind": "field",
95
- "name": "localize",
96
- "privacy": "private",
97
- "readonly": true,
98
- "default": "new LocalizeController(this)"
99
- }
100
- ],
101
- "events": [
102
- {
103
- "description": "Emitted as an example.",
104
- "name": "zn-event-name"
105
- }
106
- ],
107
- "superclass": {
108
- "name": "ZincElement",
109
- "module": "/src/internal/zinc-element"
110
- },
111
- "summary": "Short summary of the component's intended use.",
112
- "tagNameWithoutPrefix": "action-bar",
113
- "tagName": "zn-action-bar",
114
- "customElement": true,
115
- "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 */",
116
- "documentation": "https://zinc.style/components/action-bar",
117
- "status": "experimental",
118
- "since": "1.0",
119
- "dependencies": [
120
- "zn-example"
121
- ]
122
- }
123
- ],
124
- "exports": [
125
- {
126
- "kind": "js",
127
- "name": "default",
128
- "declaration": {
129
- "name": "ZnActionBar",
130
- "module": "components/action-bar/action-bar.js"
131
- }
132
- }
133
- ]
134
- },
135
62
  {
136
63
  "kind": "javascript-module",
137
64
  "path": "components/alert/alert.js",
@@ -290,6 +217,79 @@
290
217
  }
291
218
  ]
292
219
  },
220
+ {
221
+ "kind": "javascript-module",
222
+ "path": "components/action-bar/action-bar.js",
223
+ "declarations": [
224
+ {
225
+ "kind": "class",
226
+ "description": "",
227
+ "name": "ZnActionBar",
228
+ "cssProperties": [
229
+ {
230
+ "description": "An example CSS custom property.",
231
+ "name": "--example"
232
+ }
233
+ ],
234
+ "cssParts": [
235
+ {
236
+ "description": "The component's base wrapper.",
237
+ "name": "base"
238
+ }
239
+ ],
240
+ "slots": [
241
+ {
242
+ "description": "The default slot.",
243
+ "name": ""
244
+ },
245
+ {
246
+ "description": "An example slot.",
247
+ "name": "example"
248
+ }
249
+ ],
250
+ "members": [
251
+ {
252
+ "kind": "field",
253
+ "name": "localize",
254
+ "privacy": "private",
255
+ "readonly": true,
256
+ "default": "new LocalizeController(this)"
257
+ }
258
+ ],
259
+ "events": [
260
+ {
261
+ "description": "Emitted as an example.",
262
+ "name": "zn-event-name"
263
+ }
264
+ ],
265
+ "superclass": {
266
+ "name": "ZincElement",
267
+ "module": "/src/internal/zinc-element"
268
+ },
269
+ "summary": "Short summary of the component's intended use.",
270
+ "tagNameWithoutPrefix": "action-bar",
271
+ "tagName": "zn-action-bar",
272
+ "customElement": true,
273
+ "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 */",
274
+ "documentation": "https://zinc.style/components/action-bar",
275
+ "status": "experimental",
276
+ "since": "1.0",
277
+ "dependencies": [
278
+ "zn-example"
279
+ ]
280
+ }
281
+ ],
282
+ "exports": [
283
+ {
284
+ "kind": "js",
285
+ "name": "default",
286
+ "declaration": {
287
+ "name": "ZnActionBar",
288
+ "module": "components/action-bar/action-bar.js"
289
+ }
290
+ }
291
+ ]
292
+ },
293
293
  {
294
294
  "kind": "javascript-module",
295
295
  "path": "components/animated-button/animated-button.js",
@@ -18328,6 +18328,15 @@
18328
18328
  "privacy": "private",
18329
18329
  "default": "0"
18330
18330
  },
18331
+ {
18332
+ "kind": "field",
18333
+ "name": "_itemsObserver",
18334
+ "type": {
18335
+ "text": "MutationObserver | null"
18336
+ },
18337
+ "privacy": "private",
18338
+ "default": "null"
18339
+ },
18331
18340
  {
18332
18341
  "kind": "field",
18333
18342
  "name": "_store",
@@ -18348,6 +18357,11 @@
18348
18357
  }
18349
18358
  ]
18350
18359
  },
18360
+ {
18361
+ "kind": "field",
18362
+ "name": "_updateVisibility",
18363
+ "privacy": "private"
18364
+ },
18351
18365
  {
18352
18366
  "kind": "field",
18353
18367
  "name": "handleResize"
@@ -33265,7 +33279,7 @@
33265
33279
  "package": {
33266
33280
  "name": "@kubex/zinc",
33267
33281
  "description": "A collection of web components for building web applications based off of @shoelace-style/Shoelace",
33268
- "version": "1.0.112",
33282
+ "version": "1.0.113",
33269
33283
  "author": "",
33270
33284
  "license": "MIT"
33271
33285
  }
@@ -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",
@@ -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.112",
4
+ "version": "1.0.113",
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",
package/dist/zn.d.ts CHANGED
@@ -3613,15 +3613,19 @@ declare module "components/navbar/navbar.component" {
3613
3613
  private _navItemsGap;
3614
3614
  private _expandableMargin;
3615
3615
  private _totalItemWidth;
3616
+ private _itemsObserver;
3616
3617
  protected _store: Store;
3617
3618
  appendItem(item: Element): void;
3618
3619
  connectedCallback(): void;
3620
+ disconnectedCallback(): void;
3621
+ private _updateVisibility;
3619
3622
  handleResize: () => void;
3620
3623
  addItem(item: Element, persist?: boolean): void;
3621
3624
  protected firstUpdated(_changedProperties: PropertyValues): void;
3622
3625
  private _loadStoredTabs;
3623
3626
  private _saveTabToStorage;
3624
3627
  private handleClick;
3628
+ protected updated(_changedProperties: PropertyValues): void;
3625
3629
  render(): import("lit").TemplateResult<1>;
3626
3630
  }
3627
3631
  }