@kubex/zinc 1.1.110 → 1.1.111

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.
@@ -6652,6 +6652,280 @@
6652
6652
  }
6653
6653
  ]
6654
6654
  },
6655
+ {
6656
+ "kind": "javascript-module",
6657
+ "path": "components/cols/cols.js",
6658
+ "declarations": [
6659
+ {
6660
+ "kind": "class",
6661
+ "description": "",
6662
+ "name": "ZnCols",
6663
+ "cssProperties": [
6664
+ {
6665
+ "description": "An example CSS custom property.",
6666
+ "name": "--example"
6667
+ }
6668
+ ],
6669
+ "cssParts": [
6670
+ {
6671
+ "description": "The component's base wrapper.",
6672
+ "name": "base"
6673
+ }
6674
+ ],
6675
+ "slots": [
6676
+ {
6677
+ "description": "The default slot.",
6678
+ "name": ""
6679
+ },
6680
+ {
6681
+ "description": "An example slot.",
6682
+ "name": "example"
6683
+ }
6684
+ ],
6685
+ "members": [
6686
+ {
6687
+ "kind": "field",
6688
+ "name": "layout",
6689
+ "type": {
6690
+ "text": "string"
6691
+ },
6692
+ "default": "''",
6693
+ "attribute": "layout",
6694
+ "reflects": true
6695
+ },
6696
+ {
6697
+ "kind": "field",
6698
+ "name": "stackAt",
6699
+ "type": {
6700
+ "text": "string"
6701
+ },
6702
+ "default": "''",
6703
+ "description": "Container width the columns collapse to a single column below, as one of the named zinc\ncontainer sizes (sm, smp, ph, md, lg, hd, 3k, 4k). Defaults to `lg` when a child declares\n`stack-order` or `stack-split`, otherwise the columns never explicitly stack.",
6704
+ "attribute": "stack-at",
6705
+ "reflects": true
6706
+ },
6707
+ {
6708
+ "kind": "field",
6709
+ "name": "maxColumns",
6710
+ "type": {
6711
+ "text": "number"
6712
+ },
6713
+ "default": "0",
6714
+ "attribute": "mc",
6715
+ "reflects": true
6716
+ },
6717
+ {
6718
+ "kind": "field",
6719
+ "name": "noGap",
6720
+ "type": {
6721
+ "text": "boolean"
6722
+ },
6723
+ "default": "false",
6724
+ "attribute": "no-gap"
6725
+ },
6726
+ {
6727
+ "kind": "field",
6728
+ "name": "border",
6729
+ "type": {
6730
+ "text": "boolean"
6731
+ },
6732
+ "default": "false",
6733
+ "attribute": "border"
6734
+ },
6735
+ {
6736
+ "kind": "field",
6737
+ "name": "pad",
6738
+ "type": {
6739
+ "text": "boolean"
6740
+ },
6741
+ "attribute": "pad"
6742
+ },
6743
+ {
6744
+ "kind": "field",
6745
+ "name": "divide",
6746
+ "type": {
6747
+ "text": "boolean"
6748
+ },
6749
+ "default": "false",
6750
+ "attribute": "divide"
6751
+ },
6752
+ {
6753
+ "kind": "field",
6754
+ "name": "padX",
6755
+ "type": {
6756
+ "text": "boolean"
6757
+ },
6758
+ "attribute": "pad-x"
6759
+ },
6760
+ {
6761
+ "kind": "field",
6762
+ "name": "padY",
6763
+ "type": {
6764
+ "text": "boolean"
6765
+ },
6766
+ "attribute": "pad-y"
6767
+ },
6768
+ {
6769
+ "kind": "field",
6770
+ "name": "childObserver",
6771
+ "type": {
6772
+ "text": "MutationObserver"
6773
+ },
6774
+ "privacy": "private",
6775
+ "readonly": true,
6776
+ "default": "new MutationObserver(() => this.requestUpdate())"
6777
+ },
6778
+ {
6779
+ "kind": "method",
6780
+ "name": "stackOrder",
6781
+ "privacy": "private",
6782
+ "return": {
6783
+ "type": {
6784
+ "text": "number | null"
6785
+ }
6786
+ },
6787
+ "parameters": [
6788
+ {
6789
+ "name": "element",
6790
+ "type": {
6791
+ "text": "Element"
6792
+ }
6793
+ }
6794
+ ],
6795
+ "description": "Reads the `stack-order` attribute of an element, returning null when it does not declare one."
6796
+ },
6797
+ {
6798
+ "kind": "method",
6799
+ "name": "applyStackOrder",
6800
+ "privacy": "private",
6801
+ "return": {
6802
+ "type": {
6803
+ "text": "number | null"
6804
+ }
6805
+ },
6806
+ "parameters": [
6807
+ {
6808
+ "name": "element",
6809
+ "type": {
6810
+ "text": "HTMLElement"
6811
+ }
6812
+ },
6813
+ {
6814
+ "name": "promoted",
6815
+ "type": {
6816
+ "text": "boolean"
6817
+ }
6818
+ }
6819
+ ],
6820
+ "description": "Applies the declared stack order to an element. `--zn-stacked` is 0 until the container\nquery in our stylesheet flips it to 1, so ordering only kicks in once stacked."
6821
+ }
6822
+ ],
6823
+ "events": [
6824
+ {
6825
+ "description": "Emitted as an example.",
6826
+ "name": "zn-event-name"
6827
+ }
6828
+ ],
6829
+ "attributes": [
6830
+ {
6831
+ "name": "layout",
6832
+ "type": {
6833
+ "text": "string"
6834
+ },
6835
+ "default": "''",
6836
+ "fieldName": "layout"
6837
+ },
6838
+ {
6839
+ "name": "stack-at",
6840
+ "type": {
6841
+ "text": "string"
6842
+ },
6843
+ "default": "''",
6844
+ "description": "Container width the columns collapse to a single column below, as one of the named zinc\ncontainer sizes (sm, smp, ph, md, lg, hd, 3k, 4k). Defaults to `lg` when a child declares\n`stack-order` or `stack-split`, otherwise the columns never explicitly stack.",
6845
+ "fieldName": "stackAt"
6846
+ },
6847
+ {
6848
+ "name": "mc",
6849
+ "type": {
6850
+ "text": "number"
6851
+ },
6852
+ "default": "0",
6853
+ "fieldName": "maxColumns"
6854
+ },
6855
+ {
6856
+ "name": "no-gap",
6857
+ "type": {
6858
+ "text": "boolean"
6859
+ },
6860
+ "default": "false",
6861
+ "fieldName": "noGap"
6862
+ },
6863
+ {
6864
+ "name": "border",
6865
+ "type": {
6866
+ "text": "boolean"
6867
+ },
6868
+ "default": "false",
6869
+ "fieldName": "border"
6870
+ },
6871
+ {
6872
+ "name": "pad",
6873
+ "type": {
6874
+ "text": "boolean"
6875
+ },
6876
+ "fieldName": "pad"
6877
+ },
6878
+ {
6879
+ "name": "divide",
6880
+ "type": {
6881
+ "text": "boolean"
6882
+ },
6883
+ "default": "false",
6884
+ "fieldName": "divide"
6885
+ },
6886
+ {
6887
+ "name": "pad-x",
6888
+ "type": {
6889
+ "text": "boolean"
6890
+ },
6891
+ "fieldName": "padX"
6892
+ },
6893
+ {
6894
+ "name": "pad-y",
6895
+ "type": {
6896
+ "text": "boolean"
6897
+ },
6898
+ "fieldName": "padY"
6899
+ }
6900
+ ],
6901
+ "superclass": {
6902
+ "name": "ZincElement",
6903
+ "module": "/src/internal/zinc-element"
6904
+ },
6905
+ "summary": "Short summary of the component's intended use.",
6906
+ "tagNameWithoutPrefix": "cols",
6907
+ "tagName": "zn-cols",
6908
+ "customElement": true,
6909
+ "jsDoc": "/**\n * @summary Short summary of the component's intended use.\n * @documentation https://zinc.style/components/columns\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 */",
6910
+ "documentation": "https://zinc.style/components/columns",
6911
+ "status": "experimental",
6912
+ "since": "1.0",
6913
+ "dependencies": [
6914
+ "zn-example"
6915
+ ]
6916
+ }
6917
+ ],
6918
+ "exports": [
6919
+ {
6920
+ "kind": "js",
6921
+ "name": "default",
6922
+ "declaration": {
6923
+ "name": "ZnCols",
6924
+ "module": "components/cols/cols.js"
6925
+ }
6926
+ }
6927
+ ]
6928
+ },
6655
6929
  {
6656
6930
  "kind": "javascript-module",
6657
6931
  "path": "components/confirm/confirm.js",
@@ -7025,280 +7299,6 @@
7025
7299
  }
7026
7300
  ]
7027
7301
  },
7028
- {
7029
- "kind": "javascript-module",
7030
- "path": "components/cols/cols.js",
7031
- "declarations": [
7032
- {
7033
- "kind": "class",
7034
- "description": "",
7035
- "name": "ZnCols",
7036
- "cssProperties": [
7037
- {
7038
- "description": "An example CSS custom property.",
7039
- "name": "--example"
7040
- }
7041
- ],
7042
- "cssParts": [
7043
- {
7044
- "description": "The component's base wrapper.",
7045
- "name": "base"
7046
- }
7047
- ],
7048
- "slots": [
7049
- {
7050
- "description": "The default slot.",
7051
- "name": ""
7052
- },
7053
- {
7054
- "description": "An example slot.",
7055
- "name": "example"
7056
- }
7057
- ],
7058
- "members": [
7059
- {
7060
- "kind": "field",
7061
- "name": "layout",
7062
- "type": {
7063
- "text": "string"
7064
- },
7065
- "default": "''",
7066
- "attribute": "layout",
7067
- "reflects": true
7068
- },
7069
- {
7070
- "kind": "field",
7071
- "name": "stackAt",
7072
- "type": {
7073
- "text": "string"
7074
- },
7075
- "default": "''",
7076
- "description": "Container width the columns collapse to a single column below, as one of the named zinc\ncontainer sizes (sm, smp, ph, md, lg, hd, 3k, 4k). Defaults to `lg` when a child declares\n`stack-order` or `stack-split`, otherwise the columns never explicitly stack.",
7077
- "attribute": "stack-at",
7078
- "reflects": true
7079
- },
7080
- {
7081
- "kind": "field",
7082
- "name": "maxColumns",
7083
- "type": {
7084
- "text": "number"
7085
- },
7086
- "default": "0",
7087
- "attribute": "mc",
7088
- "reflects": true
7089
- },
7090
- {
7091
- "kind": "field",
7092
- "name": "noGap",
7093
- "type": {
7094
- "text": "boolean"
7095
- },
7096
- "default": "false",
7097
- "attribute": "no-gap"
7098
- },
7099
- {
7100
- "kind": "field",
7101
- "name": "border",
7102
- "type": {
7103
- "text": "boolean"
7104
- },
7105
- "default": "false",
7106
- "attribute": "border"
7107
- },
7108
- {
7109
- "kind": "field",
7110
- "name": "pad",
7111
- "type": {
7112
- "text": "boolean"
7113
- },
7114
- "attribute": "pad"
7115
- },
7116
- {
7117
- "kind": "field",
7118
- "name": "divide",
7119
- "type": {
7120
- "text": "boolean"
7121
- },
7122
- "default": "false",
7123
- "attribute": "divide"
7124
- },
7125
- {
7126
- "kind": "field",
7127
- "name": "padX",
7128
- "type": {
7129
- "text": "boolean"
7130
- },
7131
- "attribute": "pad-x"
7132
- },
7133
- {
7134
- "kind": "field",
7135
- "name": "padY",
7136
- "type": {
7137
- "text": "boolean"
7138
- },
7139
- "attribute": "pad-y"
7140
- },
7141
- {
7142
- "kind": "field",
7143
- "name": "childObserver",
7144
- "type": {
7145
- "text": "MutationObserver"
7146
- },
7147
- "privacy": "private",
7148
- "readonly": true,
7149
- "default": "new MutationObserver(() => this.requestUpdate())"
7150
- },
7151
- {
7152
- "kind": "method",
7153
- "name": "stackOrder",
7154
- "privacy": "private",
7155
- "return": {
7156
- "type": {
7157
- "text": "number | null"
7158
- }
7159
- },
7160
- "parameters": [
7161
- {
7162
- "name": "element",
7163
- "type": {
7164
- "text": "Element"
7165
- }
7166
- }
7167
- ],
7168
- "description": "Reads the `stack-order` attribute of an element, returning null when it does not declare one."
7169
- },
7170
- {
7171
- "kind": "method",
7172
- "name": "applyStackOrder",
7173
- "privacy": "private",
7174
- "return": {
7175
- "type": {
7176
- "text": "number | null"
7177
- }
7178
- },
7179
- "parameters": [
7180
- {
7181
- "name": "element",
7182
- "type": {
7183
- "text": "HTMLElement"
7184
- }
7185
- },
7186
- {
7187
- "name": "promoted",
7188
- "type": {
7189
- "text": "boolean"
7190
- }
7191
- }
7192
- ],
7193
- "description": "Applies the declared stack order to an element. `--zn-stacked` is 0 until the container\nquery in our stylesheet flips it to 1, so ordering only kicks in once stacked."
7194
- }
7195
- ],
7196
- "events": [
7197
- {
7198
- "description": "Emitted as an example.",
7199
- "name": "zn-event-name"
7200
- }
7201
- ],
7202
- "attributes": [
7203
- {
7204
- "name": "layout",
7205
- "type": {
7206
- "text": "string"
7207
- },
7208
- "default": "''",
7209
- "fieldName": "layout"
7210
- },
7211
- {
7212
- "name": "stack-at",
7213
- "type": {
7214
- "text": "string"
7215
- },
7216
- "default": "''",
7217
- "description": "Container width the columns collapse to a single column below, as one of the named zinc\ncontainer sizes (sm, smp, ph, md, lg, hd, 3k, 4k). Defaults to `lg` when a child declares\n`stack-order` or `stack-split`, otherwise the columns never explicitly stack.",
7218
- "fieldName": "stackAt"
7219
- },
7220
- {
7221
- "name": "mc",
7222
- "type": {
7223
- "text": "number"
7224
- },
7225
- "default": "0",
7226
- "fieldName": "maxColumns"
7227
- },
7228
- {
7229
- "name": "no-gap",
7230
- "type": {
7231
- "text": "boolean"
7232
- },
7233
- "default": "false",
7234
- "fieldName": "noGap"
7235
- },
7236
- {
7237
- "name": "border",
7238
- "type": {
7239
- "text": "boolean"
7240
- },
7241
- "default": "false",
7242
- "fieldName": "border"
7243
- },
7244
- {
7245
- "name": "pad",
7246
- "type": {
7247
- "text": "boolean"
7248
- },
7249
- "fieldName": "pad"
7250
- },
7251
- {
7252
- "name": "divide",
7253
- "type": {
7254
- "text": "boolean"
7255
- },
7256
- "default": "false",
7257
- "fieldName": "divide"
7258
- },
7259
- {
7260
- "name": "pad-x",
7261
- "type": {
7262
- "text": "boolean"
7263
- },
7264
- "fieldName": "padX"
7265
- },
7266
- {
7267
- "name": "pad-y",
7268
- "type": {
7269
- "text": "boolean"
7270
- },
7271
- "fieldName": "padY"
7272
- }
7273
- ],
7274
- "superclass": {
7275
- "name": "ZincElement",
7276
- "module": "/src/internal/zinc-element"
7277
- },
7278
- "summary": "Short summary of the component's intended use.",
7279
- "tagNameWithoutPrefix": "cols",
7280
- "tagName": "zn-cols",
7281
- "customElement": true,
7282
- "jsDoc": "/**\n * @summary Short summary of the component's intended use.\n * @documentation https://zinc.style/components/columns\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 */",
7283
- "documentation": "https://zinc.style/components/columns",
7284
- "status": "experimental",
7285
- "since": "1.0",
7286
- "dependencies": [
7287
- "zn-example"
7288
- ]
7289
- }
7290
- ],
7291
- "exports": [
7292
- {
7293
- "kind": "js",
7294
- "name": "default",
7295
- "declaration": {
7296
- "name": "ZnCols",
7297
- "module": "components/cols/cols.js"
7298
- }
7299
- }
7300
- ]
7301
- },
7302
7302
  {
7303
7303
  "kind": "javascript-module",
7304
7304
  "path": "components/content-block/content-block.js",
@@ -50889,7 +50889,7 @@
50889
50889
  "package": {
50890
50890
  "name": "@kubex/zinc",
50891
50891
  "description": "A collection of web components for building web applications based off of @shoelace-style/Shoelace",
50892
- "version": "1.1.110",
50892
+ "version": "1.1.111",
50893
50893
  "author": "",
50894
50894
  "license": "MIT"
50895
50895
  }
@@ -933,6 +933,28 @@
933
933
  }
934
934
  ]
935
935
  },
936
+ {
937
+ "name": "zn-cols",
938
+ "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.",
939
+ "attributes": [
940
+ { "name": "layout", "values": [] },
941
+ {
942
+ "name": "stack-at",
943
+ "description": "Container width the columns collapse to a single column below, as one of the named zinc\ncontainer sizes (sm, smp, ph, md, lg, hd, 3k, 4k). Defaults to `lg` when a child declares\n`stack-order` or `stack-split`, otherwise the columns never explicitly stack.",
944
+ "values": []
945
+ },
946
+ { "name": "mc", "values": [] },
947
+ { "name": "no-gap", "values": [] },
948
+ { "name": "border", "values": [] },
949
+ { "name": "pad", "values": [] },
950
+ { "name": "divide", "values": [] },
951
+ { "name": "pad-x", "values": [] },
952
+ { "name": "pad-y", "values": [] }
953
+ ],
954
+ "references": [
955
+ { "name": "Documentation", "url": "https://zinc.style/components/cols" }
956
+ ]
957
+ },
936
958
  {
937
959
  "name": "zn-confirm",
938
960
  "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.",
@@ -1004,28 +1026,6 @@
1004
1026
  }
1005
1027
  ]
1006
1028
  },
1007
- {
1008
- "name": "zn-cols",
1009
- "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.",
1010
- "attributes": [
1011
- { "name": "layout", "values": [] },
1012
- {
1013
- "name": "stack-at",
1014
- "description": "Container width the columns collapse to a single column below, as one of the named zinc\ncontainer sizes (sm, smp, ph, md, lg, hd, 3k, 4k). Defaults to `lg` when a child declares\n`stack-order` or `stack-split`, otherwise the columns never explicitly stack.",
1015
- "values": []
1016
- },
1017
- { "name": "mc", "values": [] },
1018
- { "name": "no-gap", "values": [] },
1019
- { "name": "border", "values": [] },
1020
- { "name": "pad", "values": [] },
1021
- { "name": "divide", "values": [] },
1022
- { "name": "pad-x", "values": [] },
1023
- { "name": "pad-y", "values": [] }
1024
- ],
1025
- "references": [
1026
- { "name": "Documentation", "url": "https://zinc.style/components/cols" }
1027
- ]
1028
- },
1029
1029
  {
1030
1030
  "name": "zn-content-block",
1031
1031
  "description": "Short summary of the component's intended use.\n---\n\n\n### **Slots:**\n - **attachments** - Attachments displayed at the bottom of the content when the block is expanded. Use `zn-chat-message-attachment`, which auto-assigns itself to this slot.\n\n### **CSS Parts:**\n - **attachments** - The attachments row at the bottom of the content.\n- **header-attachments** - The attachment count indicator in the header.",