@web-utils/component 3.5.0 → 3.6.1

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/web-types.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "$schema": "https://json.schemastore.org/web-types",
3
3
  "framework": "vue",
4
4
  "name": "@web-utils/component",
5
- "version": "3.5.0",
5
+ "version": "3.6.1",
6
6
  "contributions": {
7
7
  "html": {
8
8
  "description-markup": "markdown",
@@ -2246,6 +2246,76 @@
2246
2246
  }
2247
2247
  ]
2248
2248
  },
2249
+ {
2250
+ "name": "Ellipsis",
2251
+ "description": "",
2252
+ "attributes": [
2253
+ {
2254
+ "name": "content",
2255
+ "value": {
2256
+ "kind": "expression",
2257
+ "type": "string"
2258
+ },
2259
+ "default": "''"
2260
+ },
2261
+ {
2262
+ "name": "direction",
2263
+ "value": {
2264
+ "kind": "expression",
2265
+ "type": "string"
2266
+ },
2267
+ "default": "'end'"
2268
+ },
2269
+ {
2270
+ "name": "rows",
2271
+ "value": {
2272
+ "kind": "expression",
2273
+ "type": "number|string"
2274
+ },
2275
+ "default": "1"
2276
+ },
2277
+ {
2278
+ "name": "expandText",
2279
+ "value": {
2280
+ "kind": "expression",
2281
+ "type": "string"
2282
+ },
2283
+ "default": "''"
2284
+ },
2285
+ {
2286
+ "name": "collapseText",
2287
+ "value": {
2288
+ "kind": "expression",
2289
+ "type": "string"
2290
+ },
2291
+ "default": "''"
2292
+ },
2293
+ {
2294
+ "name": "symbol",
2295
+ "value": {
2296
+ "kind": "expression",
2297
+ "type": "string"
2298
+ },
2299
+ "default": "'...'"
2300
+ },
2301
+ {
2302
+ "name": "lineHeight",
2303
+ "value": {
2304
+ "kind": "expression",
2305
+ "type": "number|string"
2306
+ },
2307
+ "default": "'20'"
2308
+ }
2309
+ ],
2310
+ "events": [
2311
+ {
2312
+ "name": "click"
2313
+ },
2314
+ {
2315
+ "name": "change"
2316
+ }
2317
+ ]
2318
+ },
2249
2319
  {
2250
2320
  "name": "EmptyView",
2251
2321
  "description": "",
@@ -2671,6 +2741,14 @@
2671
2741
  "type": "object"
2672
2742
  },
2673
2743
  "default": ""
2744
+ },
2745
+ {
2746
+ "name": "panelType",
2747
+ "value": {
2748
+ "kind": "expression",
2749
+ "type": "string"
2750
+ },
2751
+ "default": ""
2674
2752
  }
2675
2753
  ],
2676
2754
  "events": [