@kubex/zinc 1.1.130 → 1.1.132
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 +117 -1
- package/dist/web-types.json +1 -1
- package/dist/zn.d.ts +5 -0
- package/dist/zn.min.js +66 -66
- package/package.json +1 -1
- package/src/components/panel/panel.component.ts +41 -5
- package/src/components/panel/panel.scss +6 -0
- package/src/components/panel/panel.test.ts +53 -3
|
@@ -23724,6 +23724,50 @@
|
|
|
23724
23724
|
"name": "ZnPanel",
|
|
23725
23725
|
"module": "components/panel/panel.js"
|
|
23726
23726
|
}
|
|
23727
|
+
},
|
|
23728
|
+
{
|
|
23729
|
+
"kind": "field",
|
|
23730
|
+
"name": "bodyEmpty",
|
|
23731
|
+
"type": {
|
|
23732
|
+
"text": "boolean"
|
|
23733
|
+
},
|
|
23734
|
+
"privacy": "private",
|
|
23735
|
+
"default": "false",
|
|
23736
|
+
"inheritedFrom": {
|
|
23737
|
+
"name": "ZnPanel",
|
|
23738
|
+
"module": "components/panel/panel.js"
|
|
23739
|
+
}
|
|
23740
|
+
},
|
|
23741
|
+
{
|
|
23742
|
+
"kind": "field",
|
|
23743
|
+
"name": "resizeObserver",
|
|
23744
|
+
"type": {
|
|
23745
|
+
"text": "ResizeObserver | null"
|
|
23746
|
+
},
|
|
23747
|
+
"privacy": "private",
|
|
23748
|
+
"default": "null",
|
|
23749
|
+
"inheritedFrom": {
|
|
23750
|
+
"name": "ZnPanel",
|
|
23751
|
+
"module": "components/panel/panel.js"
|
|
23752
|
+
}
|
|
23753
|
+
},
|
|
23754
|
+
{
|
|
23755
|
+
"kind": "method",
|
|
23756
|
+
"name": "observeBodyContent",
|
|
23757
|
+
"privacy": "private",
|
|
23758
|
+
"inheritedFrom": {
|
|
23759
|
+
"name": "ZnPanel",
|
|
23760
|
+
"module": "components/panel/panel.js"
|
|
23761
|
+
}
|
|
23762
|
+
},
|
|
23763
|
+
{
|
|
23764
|
+
"kind": "method",
|
|
23765
|
+
"name": "measureBodyContent",
|
|
23766
|
+
"privacy": "private",
|
|
23767
|
+
"inheritedFrom": {
|
|
23768
|
+
"name": "ZnPanel",
|
|
23769
|
+
"module": "components/panel/panel.js"
|
|
23770
|
+
}
|
|
23727
23771
|
}
|
|
23728
23772
|
],
|
|
23729
23773
|
"events": [
|
|
@@ -31063,6 +31107,34 @@
|
|
|
31063
31107
|
"text": "boolean"
|
|
31064
31108
|
},
|
|
31065
31109
|
"attribute": "shadow"
|
|
31110
|
+
},
|
|
31111
|
+
{
|
|
31112
|
+
"kind": "field",
|
|
31113
|
+
"name": "bodyEmpty",
|
|
31114
|
+
"type": {
|
|
31115
|
+
"text": "boolean"
|
|
31116
|
+
},
|
|
31117
|
+
"privacy": "private",
|
|
31118
|
+
"default": "false"
|
|
31119
|
+
},
|
|
31120
|
+
{
|
|
31121
|
+
"kind": "field",
|
|
31122
|
+
"name": "resizeObserver",
|
|
31123
|
+
"type": {
|
|
31124
|
+
"text": "ResizeObserver | null"
|
|
31125
|
+
},
|
|
31126
|
+
"privacy": "private",
|
|
31127
|
+
"default": "null"
|
|
31128
|
+
},
|
|
31129
|
+
{
|
|
31130
|
+
"kind": "method",
|
|
31131
|
+
"name": "observeBodyContent",
|
|
31132
|
+
"privacy": "private"
|
|
31133
|
+
},
|
|
31134
|
+
{
|
|
31135
|
+
"kind": "method",
|
|
31136
|
+
"name": "measureBodyContent",
|
|
31137
|
+
"privacy": "private"
|
|
31066
31138
|
}
|
|
31067
31139
|
],
|
|
31068
31140
|
"attributes": [
|
|
@@ -51438,6 +51510,50 @@
|
|
|
51438
51510
|
"name": "ZnPanel",
|
|
51439
51511
|
"module": "components/panel/panel.js"
|
|
51440
51512
|
}
|
|
51513
|
+
},
|
|
51514
|
+
{
|
|
51515
|
+
"kind": "field",
|
|
51516
|
+
"name": "bodyEmpty",
|
|
51517
|
+
"type": {
|
|
51518
|
+
"text": "boolean"
|
|
51519
|
+
},
|
|
51520
|
+
"privacy": "private",
|
|
51521
|
+
"default": "false",
|
|
51522
|
+
"inheritedFrom": {
|
|
51523
|
+
"name": "ZnPanel",
|
|
51524
|
+
"module": "components/panel/panel.js"
|
|
51525
|
+
}
|
|
51526
|
+
},
|
|
51527
|
+
{
|
|
51528
|
+
"kind": "field",
|
|
51529
|
+
"name": "resizeObserver",
|
|
51530
|
+
"type": {
|
|
51531
|
+
"text": "ResizeObserver | null"
|
|
51532
|
+
},
|
|
51533
|
+
"privacy": "private",
|
|
51534
|
+
"default": "null",
|
|
51535
|
+
"inheritedFrom": {
|
|
51536
|
+
"name": "ZnPanel",
|
|
51537
|
+
"module": "components/panel/panel.js"
|
|
51538
|
+
}
|
|
51539
|
+
},
|
|
51540
|
+
{
|
|
51541
|
+
"kind": "method",
|
|
51542
|
+
"name": "observeBodyContent",
|
|
51543
|
+
"privacy": "private",
|
|
51544
|
+
"inheritedFrom": {
|
|
51545
|
+
"name": "ZnPanel",
|
|
51546
|
+
"module": "components/panel/panel.js"
|
|
51547
|
+
}
|
|
51548
|
+
},
|
|
51549
|
+
{
|
|
51550
|
+
"kind": "method",
|
|
51551
|
+
"name": "measureBodyContent",
|
|
51552
|
+
"privacy": "private",
|
|
51553
|
+
"inheritedFrom": {
|
|
51554
|
+
"name": "ZnPanel",
|
|
51555
|
+
"module": "components/panel/panel.js"
|
|
51556
|
+
}
|
|
51441
51557
|
}
|
|
51442
51558
|
],
|
|
51443
51559
|
"events": [
|
|
@@ -52710,7 +52826,7 @@
|
|
|
52710
52826
|
"package": {
|
|
52711
52827
|
"name": "@kubex/zinc",
|
|
52712
52828
|
"description": "A collection of web components for building web applications based off of @shoelace-style/Shoelace",
|
|
52713
|
-
"version": "1.1.
|
|
52829
|
+
"version": "1.1.132",
|
|
52714
52830
|
"author": "",
|
|
52715
52831
|
"license": "MIT"
|
|
52716
52832
|
}
|
package/dist/web-types.json
CHANGED
package/dist/zn.d.ts
CHANGED
|
@@ -3867,8 +3867,13 @@ declare module "components/panel/panel.component" {
|
|
|
3867
3867
|
flushFooter: boolean;
|
|
3868
3868
|
transparent: boolean;
|
|
3869
3869
|
shadow: boolean;
|
|
3870
|
+
private bodyEmpty;
|
|
3871
|
+
private resizeObserver;
|
|
3870
3872
|
protected firstUpdated(_changedProperties: PropertyValues): void;
|
|
3871
3873
|
connectedCallback(): void;
|
|
3874
|
+
disconnectedCallback(): void;
|
|
3875
|
+
private observeBodyContent;
|
|
3876
|
+
private measureBodyContent;
|
|
3872
3877
|
protected render(): unknown;
|
|
3873
3878
|
}
|
|
3874
3879
|
}
|