@kubex/zinc 1.1.88 → 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.
- package/dist/custom-elements.json +338 -306
- package/dist/vscode.html-custom-data.json +37 -37
- package/dist/web-types.json +104 -104
- package/dist/zn.d.ts +7 -1
- package/dist/zn.min.js +6 -7
- package/docs/pages/components/editor.md +0 -1
- package/package.json +1 -1
- package/src/components/absolute-container/absolute-container.component.ts +23 -4
- package/src/components/scroll-container/scroll-container.component.ts +31 -6
- package/src/components/theme-editor/theme-editor.component.ts +0 -1
- package/src/components/theme-editor/theme-editor.scss +0 -1
|
@@ -4568,43 +4568,6 @@
|
|
|
4568
4568
|
}
|
|
4569
4569
|
]
|
|
4570
4570
|
},
|
|
4571
|
-
{
|
|
4572
|
-
"name": "zn-tooltip",
|
|
4573
|
-
"description": "The Tooltip component is used to display additional information when a user hovers over or clicks\non an element.\n---\n\n\n### **Events:**\n - **zn-show** - Emitted when the tooltip is shown.\n- **zn-after-show** - Emitted after the tooltip is shown.\n- **zn-hide** - Emitted when the tooltip is hidden.\n- **zn-after-hide** - Emitted after the tooltip is hidden.\n\n### **Slots:**\n - _default_ - The content of the tooltip\n- **anchor** - The anchor the tooltip is attached to.",
|
|
4574
|
-
"attributes": [
|
|
4575
|
-
{ "name": "content", "values": [] },
|
|
4576
|
-
{
|
|
4577
|
-
"name": "placement",
|
|
4578
|
-
"values": [
|
|
4579
|
-
{ "name": "" },
|
|
4580
|
-
{ "name": "top" },
|
|
4581
|
-
{ "name": "top-start" },
|
|
4582
|
-
{ "name": "top-end" },
|
|
4583
|
-
{ "name": "right" },
|
|
4584
|
-
{ "name": "right-start" },
|
|
4585
|
-
{ "name": "right-end" },
|
|
4586
|
-
{ "name": "bottom" },
|
|
4587
|
-
{ "name": "bottom-start" },
|
|
4588
|
-
{ "name": "bottom-end" },
|
|
4589
|
-
{ "name": "left" },
|
|
4590
|
-
{ "name": "left-start" },
|
|
4591
|
-
{ "name": "left-end" }
|
|
4592
|
-
]
|
|
4593
|
-
},
|
|
4594
|
-
{ "name": "disabled", "values": [] },
|
|
4595
|
-
{ "name": "distance", "values": [] },
|
|
4596
|
-
{ "name": "open", "values": [] },
|
|
4597
|
-
{ "name": "skidding", "values": [] },
|
|
4598
|
-
{ "name": "trigger", "values": [] },
|
|
4599
|
-
{ "name": "hoist", "values": [] }
|
|
4600
|
-
],
|
|
4601
|
-
"references": [
|
|
4602
|
-
{
|
|
4603
|
-
"name": "Documentation",
|
|
4604
|
-
"url": "https://zinc.style/components/tooltip"
|
|
4605
|
-
}
|
|
4606
|
-
]
|
|
4607
|
-
},
|
|
4608
4571
|
{
|
|
4609
4572
|
"name": "zn-translation-group",
|
|
4610
4573
|
"description": "A panel-styled container that provides a shared language toggle for multiple zn-translations children.\n---\n\n\n### **Events:**\n - **zn-language-change** - Emitted when the active language changes. Detail: `{ language: string }`.\n\n### **Slots:**\n - _default_ - Default slot for `<zn-translations>` elements.\n- **actions** - Actions displayed in the panel header alongside language buttons.\n- **footer** - Content displayed in the panel footer.\n\n### **CSS Properties:**\n - **--zn-panel-basis** - The flex-basis of the panel. Can be set using the basis-px attribute. _(default: undefined)_\n\n### **CSS Parts:**\n - **base** - The component's base wrapper.",
|
|
@@ -4705,6 +4668,43 @@
|
|
|
4705
4668
|
}
|
|
4706
4669
|
]
|
|
4707
4670
|
},
|
|
4671
|
+
{
|
|
4672
|
+
"name": "zn-tooltip",
|
|
4673
|
+
"description": "The Tooltip component is used to display additional information when a user hovers over or clicks\non an element.\n---\n\n\n### **Events:**\n - **zn-show** - Emitted when the tooltip is shown.\n- **zn-after-show** - Emitted after the tooltip is shown.\n- **zn-hide** - Emitted when the tooltip is hidden.\n- **zn-after-hide** - Emitted after the tooltip is hidden.\n\n### **Slots:**\n - _default_ - The content of the tooltip\n- **anchor** - The anchor the tooltip is attached to.",
|
|
4674
|
+
"attributes": [
|
|
4675
|
+
{ "name": "content", "values": [] },
|
|
4676
|
+
{
|
|
4677
|
+
"name": "placement",
|
|
4678
|
+
"values": [
|
|
4679
|
+
{ "name": "" },
|
|
4680
|
+
{ "name": "top" },
|
|
4681
|
+
{ "name": "top-start" },
|
|
4682
|
+
{ "name": "top-end" },
|
|
4683
|
+
{ "name": "right" },
|
|
4684
|
+
{ "name": "right-start" },
|
|
4685
|
+
{ "name": "right-end" },
|
|
4686
|
+
{ "name": "bottom" },
|
|
4687
|
+
{ "name": "bottom-start" },
|
|
4688
|
+
{ "name": "bottom-end" },
|
|
4689
|
+
{ "name": "left" },
|
|
4690
|
+
{ "name": "left-start" },
|
|
4691
|
+
{ "name": "left-end" }
|
|
4692
|
+
]
|
|
4693
|
+
},
|
|
4694
|
+
{ "name": "disabled", "values": [] },
|
|
4695
|
+
{ "name": "distance", "values": [] },
|
|
4696
|
+
{ "name": "open", "values": [] },
|
|
4697
|
+
{ "name": "skidding", "values": [] },
|
|
4698
|
+
{ "name": "trigger", "values": [] },
|
|
4699
|
+
{ "name": "hoist", "values": [] }
|
|
4700
|
+
],
|
|
4701
|
+
"references": [
|
|
4702
|
+
{
|
|
4703
|
+
"name": "Documentation",
|
|
4704
|
+
"url": "https://zinc.style/components/tooltip"
|
|
4705
|
+
}
|
|
4706
|
+
]
|
|
4707
|
+
},
|
|
4708
4708
|
{
|
|
4709
4709
|
"name": "zn-vertical-stepper",
|
|
4710
4710
|
"description": "Vertical steppers display a sequence of steps in a vertical layout with descriptions and optional icons.\n---\n\n\n### **Slots:**\n - **icon** - Optional slot for adding an icon or indicator before the step content.\n\n### **CSS Parts:**\n - **vs** - The main container for the vertical stepper.\n- **vs__left** - The left section containing the icon and connecting line.\n- **vs__icon** - The icon container.\n- **vs__line** - The vertical connecting line between steps.\n- **vs__right** - The right section containing caption and description text.\n- **vs__caption** - The caption/title text element.\n- **vs__description** - The description text element.",
|
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.90",
|
|
5
5
|
"description-markup": "markdown",
|
|
6
6
|
"contributions": {
|
|
7
7
|
"html": {
|
|
@@ -10800,109 +10800,6 @@
|
|
|
10800
10800
|
]
|
|
10801
10801
|
}
|
|
10802
10802
|
},
|
|
10803
|
-
{
|
|
10804
|
-
"name": "zn-tooltip",
|
|
10805
|
-
"description": "The Tooltip component is used to display additional information when a user hovers over or clicks\non an element.\n---\n\n\n### **Events:**\n - **zn-show** - Emitted when the tooltip is shown.\n- **zn-after-show** - Emitted after the tooltip is shown.\n- **zn-hide** - Emitted when the tooltip is hidden.\n- **zn-after-hide** - Emitted after the tooltip is hidden.\n\n### **Slots:**\n - _default_ - The content of the tooltip\n- **anchor** - The anchor the tooltip is attached to.",
|
|
10806
|
-
"doc-url": "",
|
|
10807
|
-
"attributes": [
|
|
10808
|
-
{
|
|
10809
|
-
"name": "content",
|
|
10810
|
-
"value": { "type": "string", "default": "''" }
|
|
10811
|
-
},
|
|
10812
|
-
{
|
|
10813
|
-
"name": "placement",
|
|
10814
|
-
"value": {
|
|
10815
|
-
"type": "| 'top' | 'top-start' | 'top-end' | 'right' | 'right-start' | 'right-end' | 'bottom' |\n 'bottom-start' | 'bottom-end' | 'left' | 'left-start' | 'left-end'",
|
|
10816
|
-
"default": "'top'"
|
|
10817
|
-
}
|
|
10818
|
-
},
|
|
10819
|
-
{
|
|
10820
|
-
"name": "disabled",
|
|
10821
|
-
"value": { "type": "boolean", "default": "false" }
|
|
10822
|
-
},
|
|
10823
|
-
{
|
|
10824
|
-
"name": "distance",
|
|
10825
|
-
"value": { "type": "number", "default": "4" }
|
|
10826
|
-
},
|
|
10827
|
-
{
|
|
10828
|
-
"name": "open",
|
|
10829
|
-
"value": { "type": "boolean", "default": "false" }
|
|
10830
|
-
},
|
|
10831
|
-
{
|
|
10832
|
-
"name": "skidding",
|
|
10833
|
-
"value": { "type": "number", "default": "0" }
|
|
10834
|
-
},
|
|
10835
|
-
{
|
|
10836
|
-
"name": "trigger",
|
|
10837
|
-
"value": { "type": "string", "default": "'hover focus'" }
|
|
10838
|
-
},
|
|
10839
|
-
{
|
|
10840
|
-
"name": "hoist",
|
|
10841
|
-
"value": { "type": "boolean", "default": "true" }
|
|
10842
|
-
}
|
|
10843
|
-
],
|
|
10844
|
-
"slots": [
|
|
10845
|
-
{ "name": "", "description": "The content of the tooltip" },
|
|
10846
|
-
{
|
|
10847
|
-
"name": "anchor",
|
|
10848
|
-
"description": "The anchor the tooltip is attached to."
|
|
10849
|
-
}
|
|
10850
|
-
],
|
|
10851
|
-
"events": [
|
|
10852
|
-
{
|
|
10853
|
-
"name": "zn-show",
|
|
10854
|
-
"description": "Emitted when the tooltip is shown."
|
|
10855
|
-
},
|
|
10856
|
-
{
|
|
10857
|
-
"name": "zn-after-show",
|
|
10858
|
-
"description": "Emitted after the tooltip is shown."
|
|
10859
|
-
},
|
|
10860
|
-
{
|
|
10861
|
-
"name": "zn-hide",
|
|
10862
|
-
"description": "Emitted when the tooltip is hidden."
|
|
10863
|
-
},
|
|
10864
|
-
{
|
|
10865
|
-
"name": "zn-after-hide",
|
|
10866
|
-
"description": "Emitted after the tooltip is hidden."
|
|
10867
|
-
}
|
|
10868
|
-
],
|
|
10869
|
-
"js": {
|
|
10870
|
-
"properties": [
|
|
10871
|
-
{ "name": "defaultSlot", "type": "HTMLSlotElement" },
|
|
10872
|
-
{ "name": "body", "type": "HTMLElement" },
|
|
10873
|
-
{ "name": "popup", "type": "Popup" },
|
|
10874
|
-
{ "name": "content", "type": "string" },
|
|
10875
|
-
{
|
|
10876
|
-
"name": "placement",
|
|
10877
|
-
"type": "| 'top' | 'top-start' | 'top-end' | 'right' | 'right-start' | 'right-end' | 'bottom' |\n 'bottom-start' | 'bottom-end' | 'left' | 'left-start' | 'left-end'"
|
|
10878
|
-
},
|
|
10879
|
-
{ "name": "disabled", "type": "boolean" },
|
|
10880
|
-
{ "name": "distance", "type": "number" },
|
|
10881
|
-
{ "name": "open", "type": "boolean" },
|
|
10882
|
-
{ "name": "skidding", "type": "number" },
|
|
10883
|
-
{ "name": "trigger", "type": "string" },
|
|
10884
|
-
{ "name": "hoist", "type": "boolean" }
|
|
10885
|
-
],
|
|
10886
|
-
"events": [
|
|
10887
|
-
{
|
|
10888
|
-
"name": "zn-show",
|
|
10889
|
-
"description": "Emitted when the tooltip is shown."
|
|
10890
|
-
},
|
|
10891
|
-
{
|
|
10892
|
-
"name": "zn-after-show",
|
|
10893
|
-
"description": "Emitted after the tooltip is shown."
|
|
10894
|
-
},
|
|
10895
|
-
{
|
|
10896
|
-
"name": "zn-hide",
|
|
10897
|
-
"description": "Emitted when the tooltip is hidden."
|
|
10898
|
-
},
|
|
10899
|
-
{
|
|
10900
|
-
"name": "zn-after-hide",
|
|
10901
|
-
"description": "Emitted after the tooltip is hidden."
|
|
10902
|
-
}
|
|
10903
|
-
]
|
|
10904
|
-
}
|
|
10905
|
-
},
|
|
10906
10803
|
{
|
|
10907
10804
|
"name": "zn-translation-group",
|
|
10908
10805
|
"description": "A panel-styled container that provides a shared language toggle for multiple zn-translations children.\n---\n\n\n### **Events:**\n - **zn-language-change** - Emitted when the active language changes. Detail: `{ language: string }`.\n\n### **Slots:**\n - _default_ - Default slot for `<zn-translations>` elements.\n- **actions** - Actions displayed in the panel header alongside language buttons.\n- **footer** - Content displayed in the panel footer.\n\n### **CSS Properties:**\n - **--zn-panel-basis** - The flex-basis of the panel. Can be set using the basis-px attribute. _(default: undefined)_\n\n### **CSS Parts:**\n - **base** - The component's base wrapper.",
|
|
@@ -11120,6 +11017,109 @@
|
|
|
11120
11017
|
"events": []
|
|
11121
11018
|
}
|
|
11122
11019
|
},
|
|
11020
|
+
{
|
|
11021
|
+
"name": "zn-tooltip",
|
|
11022
|
+
"description": "The Tooltip component is used to display additional information when a user hovers over or clicks\non an element.\n---\n\n\n### **Events:**\n - **zn-show** - Emitted when the tooltip is shown.\n- **zn-after-show** - Emitted after the tooltip is shown.\n- **zn-hide** - Emitted when the tooltip is hidden.\n- **zn-after-hide** - Emitted after the tooltip is hidden.\n\n### **Slots:**\n - _default_ - The content of the tooltip\n- **anchor** - The anchor the tooltip is attached to.",
|
|
11023
|
+
"doc-url": "",
|
|
11024
|
+
"attributes": [
|
|
11025
|
+
{
|
|
11026
|
+
"name": "content",
|
|
11027
|
+
"value": { "type": "string", "default": "''" }
|
|
11028
|
+
},
|
|
11029
|
+
{
|
|
11030
|
+
"name": "placement",
|
|
11031
|
+
"value": {
|
|
11032
|
+
"type": "| 'top' | 'top-start' | 'top-end' | 'right' | 'right-start' | 'right-end' | 'bottom' |\n 'bottom-start' | 'bottom-end' | 'left' | 'left-start' | 'left-end'",
|
|
11033
|
+
"default": "'top'"
|
|
11034
|
+
}
|
|
11035
|
+
},
|
|
11036
|
+
{
|
|
11037
|
+
"name": "disabled",
|
|
11038
|
+
"value": { "type": "boolean", "default": "false" }
|
|
11039
|
+
},
|
|
11040
|
+
{
|
|
11041
|
+
"name": "distance",
|
|
11042
|
+
"value": { "type": "number", "default": "4" }
|
|
11043
|
+
},
|
|
11044
|
+
{
|
|
11045
|
+
"name": "open",
|
|
11046
|
+
"value": { "type": "boolean", "default": "false" }
|
|
11047
|
+
},
|
|
11048
|
+
{
|
|
11049
|
+
"name": "skidding",
|
|
11050
|
+
"value": { "type": "number", "default": "0" }
|
|
11051
|
+
},
|
|
11052
|
+
{
|
|
11053
|
+
"name": "trigger",
|
|
11054
|
+
"value": { "type": "string", "default": "'hover focus'" }
|
|
11055
|
+
},
|
|
11056
|
+
{
|
|
11057
|
+
"name": "hoist",
|
|
11058
|
+
"value": { "type": "boolean", "default": "true" }
|
|
11059
|
+
}
|
|
11060
|
+
],
|
|
11061
|
+
"slots": [
|
|
11062
|
+
{ "name": "", "description": "The content of the tooltip" },
|
|
11063
|
+
{
|
|
11064
|
+
"name": "anchor",
|
|
11065
|
+
"description": "The anchor the tooltip is attached to."
|
|
11066
|
+
}
|
|
11067
|
+
],
|
|
11068
|
+
"events": [
|
|
11069
|
+
{
|
|
11070
|
+
"name": "zn-show",
|
|
11071
|
+
"description": "Emitted when the tooltip is shown."
|
|
11072
|
+
},
|
|
11073
|
+
{
|
|
11074
|
+
"name": "zn-after-show",
|
|
11075
|
+
"description": "Emitted after the tooltip is shown."
|
|
11076
|
+
},
|
|
11077
|
+
{
|
|
11078
|
+
"name": "zn-hide",
|
|
11079
|
+
"description": "Emitted when the tooltip is hidden."
|
|
11080
|
+
},
|
|
11081
|
+
{
|
|
11082
|
+
"name": "zn-after-hide",
|
|
11083
|
+
"description": "Emitted after the tooltip is hidden."
|
|
11084
|
+
}
|
|
11085
|
+
],
|
|
11086
|
+
"js": {
|
|
11087
|
+
"properties": [
|
|
11088
|
+
{ "name": "defaultSlot", "type": "HTMLSlotElement" },
|
|
11089
|
+
{ "name": "body", "type": "HTMLElement" },
|
|
11090
|
+
{ "name": "popup", "type": "Popup" },
|
|
11091
|
+
{ "name": "content", "type": "string" },
|
|
11092
|
+
{
|
|
11093
|
+
"name": "placement",
|
|
11094
|
+
"type": "| 'top' | 'top-start' | 'top-end' | 'right' | 'right-start' | 'right-end' | 'bottom' |\n 'bottom-start' | 'bottom-end' | 'left' | 'left-start' | 'left-end'"
|
|
11095
|
+
},
|
|
11096
|
+
{ "name": "disabled", "type": "boolean" },
|
|
11097
|
+
{ "name": "distance", "type": "number" },
|
|
11098
|
+
{ "name": "open", "type": "boolean" },
|
|
11099
|
+
{ "name": "skidding", "type": "number" },
|
|
11100
|
+
{ "name": "trigger", "type": "string" },
|
|
11101
|
+
{ "name": "hoist", "type": "boolean" }
|
|
11102
|
+
],
|
|
11103
|
+
"events": [
|
|
11104
|
+
{
|
|
11105
|
+
"name": "zn-show",
|
|
11106
|
+
"description": "Emitted when the tooltip is shown."
|
|
11107
|
+
},
|
|
11108
|
+
{
|
|
11109
|
+
"name": "zn-after-show",
|
|
11110
|
+
"description": "Emitted after the tooltip is shown."
|
|
11111
|
+
},
|
|
11112
|
+
{
|
|
11113
|
+
"name": "zn-hide",
|
|
11114
|
+
"description": "Emitted when the tooltip is hidden."
|
|
11115
|
+
},
|
|
11116
|
+
{
|
|
11117
|
+
"name": "zn-after-hide",
|
|
11118
|
+
"description": "Emitted after the tooltip is hidden."
|
|
11119
|
+
}
|
|
11120
|
+
]
|
|
11121
|
+
}
|
|
11122
|
+
},
|
|
11123
11123
|
{
|
|
11124
11124
|
"name": "zn-vertical-stepper",
|
|
11125
11125
|
"description": "Vertical steppers display a sequence of steps in a vertical layout with descriptions and optional icons.\n---\n\n\n### **Slots:**\n - **icon** - Optional slot for adding an icon or indicator before the step content.\n\n### **CSS Parts:**\n - **vs** - The main container for the vertical stepper.\n- **vs__left** - The left section containing the icon and connecting line.\n- **vs__icon** - The icon container.\n- **vs__line** - The vertical connecting line between steps.\n- **vs__right** - The right section containing caption and description text.\n- **vs__caption** - The caption/title text element.\n- **vs__description** - The description text element.",
|
package/dist/zn.d.ts
CHANGED
|
@@ -1267,8 +1267,10 @@ declare module "components/absolute-container/absolute-container.component" {
|
|
|
1267
1267
|
*
|
|
1268
1268
|
*/
|
|
1269
1269
|
export default class ZnAbsoluteContainer extends ZincElement {
|
|
1270
|
+
private _resizeFrame;
|
|
1270
1271
|
constructor();
|
|
1271
1272
|
protected firstUpdated(_changedProperties: PropertyValues): void;
|
|
1273
|
+
disconnectedCallback(): void;
|
|
1272
1274
|
resize(): void;
|
|
1273
1275
|
createRenderRoot(): this;
|
|
1274
1276
|
}
|
|
@@ -5857,7 +5859,7 @@ declare module "components/stat/index" {
|
|
|
5857
5859
|
}
|
|
5858
5860
|
}
|
|
5859
5861
|
declare module "components/scroll-container/scroll-container.component" {
|
|
5860
|
-
import { type CSSResultGroup, PropertyValues } from 'lit';
|
|
5862
|
+
import { type CSSResultGroup, type PropertyValues } from 'lit';
|
|
5861
5863
|
import ZincElement from "internal/zinc-element";
|
|
5862
5864
|
/**
|
|
5863
5865
|
* @summary Short summary of the component's intended use.
|
|
@@ -5881,8 +5883,12 @@ declare module "components/scroll-container/scroll-container.component" {
|
|
|
5881
5883
|
startScrolled: boolean;
|
|
5882
5884
|
private container;
|
|
5883
5885
|
private footer;
|
|
5886
|
+
private _footerObserved;
|
|
5887
|
+
private _footerHeightFrame;
|
|
5884
5888
|
protected firstUpdated(_changedProperties: PropertyValues): void;
|
|
5889
|
+
disconnectedCallback(): void;
|
|
5885
5890
|
scrollEnd(): void;
|
|
5891
|
+
private _syncFooterHeight;
|
|
5886
5892
|
private readonly _footerResizeObserver;
|
|
5887
5893
|
private readonly _domObserver;
|
|
5888
5894
|
connectedCallback(): void;
|