vueless 0.0.536 → 0.0.538

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.
Files changed (85) hide show
  1. package/package.json +1 -1
  2. package/ui.button/UButton.vue +1 -1
  3. package/ui.button/types.ts +1 -1
  4. package/ui.button-link/ULink.vue +1 -1
  5. package/ui.button-link/types.ts +1 -1
  6. package/ui.button-toggle/UToggle.vue +1 -1
  7. package/ui.button-toggle/types.ts +1 -1
  8. package/ui.button-toggle-item/UToggleItem.vue +1 -1
  9. package/ui.button-toggle-item/types.ts +1 -1
  10. package/ui.container-accordion/UAccordion.vue +1 -1
  11. package/ui.container-accordion/types.ts +1 -1
  12. package/ui.container-card/UCard.vue +1 -1
  13. package/ui.container-card/types.ts +1 -1
  14. package/ui.container-col/UCol.vue +1 -1
  15. package/ui.container-col/types.ts +1 -1
  16. package/ui.container-divider/UDivider.vue +1 -1
  17. package/ui.container-divider/types.ts +1 -1
  18. package/ui.container-group/UGroup.vue +1 -2
  19. package/ui.container-group/config.ts +1 -14
  20. package/ui.container-group/types.ts +1 -6
  21. package/ui.container-groups/UGroups.vue +25 -0
  22. package/ui.container-groups/config.ts +18 -0
  23. package/ui.container-groups/constants.ts +5 -0
  24. package/ui.container-groups/storybook/Docs.mdx +16 -0
  25. package/ui.container-groups/storybook/stories.ts +59 -0
  26. package/ui.container-groups/types.ts +20 -0
  27. package/ui.container-groups/useAttrs.ts +18 -0
  28. package/ui.container-modal/UModal.vue +1 -1
  29. package/ui.container-modal/types.ts +1 -1
  30. package/ui.container-modal-confirm/UModalConfirm.vue +1 -1
  31. package/ui.container-modal-confirm/types.ts +1 -1
  32. package/ui.container-page/UPage.vue +1 -1
  33. package/ui.container-page/types.ts +1 -1
  34. package/ui.container-row/URow.vue +1 -1
  35. package/ui.container-row/types.ts +1 -1
  36. package/ui.data-table/UTable.vue +6 -6
  37. package/ui.data-table/config.ts +5 -4
  38. package/ui.data-table/useAttrs.ts +3 -2
  39. package/ui.form-checkbox/UCheckbox.vue +1 -1
  40. package/ui.form-checkbox/types.ts +1 -1
  41. package/ui.form-checkbox-group/UCheckboxGroup.vue +1 -1
  42. package/ui.form-checkbox-group/types.ts +1 -1
  43. package/ui.form-checkbox-multi-state/UCheckboxMultiState.vue +1 -1
  44. package/ui.form-checkbox-multi-state/types.ts +1 -1
  45. package/ui.form-select/config.js +3 -3
  46. package/ui.image-avatar/UAvatar.vue +1 -1
  47. package/ui.image-avatar/types.ts +1 -1
  48. package/ui.image-icon/UIcon.vue +1 -1
  49. package/ui.image-icon/types.ts +1 -1
  50. package/ui.loader/ULoader.vue +1 -1
  51. package/ui.loader/types.ts +1 -1
  52. package/ui.loader-overlay/ULoaderOverlay.vue +1 -1
  53. package/ui.loader-overlay/types.ts +1 -1
  54. package/ui.loader-progress/ULoaderProgress.vue +1 -1
  55. package/ui.loader-progress/types.ts +1 -1
  56. package/ui.navigation-pagination/UPagination.vue +1 -1
  57. package/ui.navigation-pagination/types.ts +1 -1
  58. package/ui.navigation-progress/StepperProgress.vue +1 -1
  59. package/ui.navigation-progress/UProgress.vue +1 -1
  60. package/ui.navigation-progress/types.ts +2 -2
  61. package/ui.navigation-tab/UTab.vue +1 -1
  62. package/ui.navigation-tab/types.ts +1 -1
  63. package/ui.navigation-tabs/UTabs.vue +1 -1
  64. package/ui.navigation-tabs/types.ts +1 -1
  65. package/ui.other-dot/UDot.vue +1 -1
  66. package/ui.other-dot/types.ts +1 -1
  67. package/ui.text-alert/UAlert.vue +1 -1
  68. package/ui.text-alert/types.ts +1 -1
  69. package/ui.text-badge/UBadge.vue +1 -1
  70. package/ui.text-badge/types.ts +1 -1
  71. package/ui.text-block/UText.vue +1 -1
  72. package/ui.text-block/types.ts +1 -1
  73. package/ui.text-empty/UEmpty.vue +1 -1
  74. package/ui.text-empty/types.ts +1 -1
  75. package/ui.text-file/UFile.vue +1 -1
  76. package/ui.text-file/types.ts +1 -1
  77. package/ui.text-files/UFiles.vue +1 -1
  78. package/ui.text-files/types.ts +1 -1
  79. package/ui.text-header/UHeader.vue +1 -1
  80. package/ui.text-header/types.ts +1 -1
  81. package/ui.text-money/UMoney.vue +1 -1
  82. package/ui.text-money/types.ts +1 -1
  83. package/ui.text-notify/UNotify.vue +1 -1
  84. package/ui.text-notify/types.ts +1 -1
  85. package/web-types.json +90 -163
package/web-types.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "framework": "vue",
3
3
  "name": "vueless",
4
- "version": "0.0.536",
4
+ "version": "0.0.538",
5
5
  "contributions": {
6
6
  "html": {
7
7
  "description-markup": "markdown",
@@ -43,12 +43,9 @@
43
43
  "name": "config",
44
44
  "required": false,
45
45
  "description": "Component config object.",
46
- "enum": [
47
- "TSTypeQuery"
48
- ],
49
46
  "value": {
50
47
  "kind": "expression",
51
- "type": "Partial"
48
+ "type": "Config"
52
49
  }
53
50
  },
54
51
  {
@@ -117,12 +114,9 @@
117
114
  "name": "config",
118
115
  "required": false,
119
116
  "description": "Component config object.",
120
- "enum": [
121
- "TSTypeQuery"
122
- ],
123
117
  "value": {
124
118
  "kind": "expression",
125
- "type": "Partial"
119
+ "type": "Config"
126
120
  }
127
121
  },
128
122
  {
@@ -279,12 +273,9 @@
279
273
  "name": "config",
280
274
  "required": false,
281
275
  "description": "Component config object.",
282
- "enum": [
283
- "TSTypeQuery"
284
- ],
285
276
  "value": {
286
277
  "kind": "expression",
287
- "type": "Partial"
278
+ "type": "Config"
288
279
  }
289
280
  },
290
281
  {
@@ -466,12 +457,9 @@
466
457
  "name": "config",
467
458
  "required": false,
468
459
  "description": "Component config object.",
469
- "enum": [
470
- "TSTypeQuery"
471
- ],
472
460
  "value": {
473
461
  "kind": "expression",
474
- "type": "Partial"
462
+ "type": "Config"
475
463
  }
476
464
  },
477
465
  {
@@ -631,12 +619,9 @@
631
619
  "name": "config",
632
620
  "required": false,
633
621
  "description": "Component config object.",
634
- "enum": [
635
- "TSTypeQuery"
636
- ],
637
622
  "value": {
638
623
  "kind": "expression",
639
- "type": "Partial"
624
+ "type": "Config"
640
625
  }
641
626
  },
642
627
  {
@@ -937,12 +922,9 @@
937
922
  "name": "config",
938
923
  "required": false,
939
924
  "description": "Component config object.",
940
- "enum": [
941
- "TSTypeQuery"
942
- ],
943
925
  "value": {
944
926
  "kind": "expression",
945
- "type": "Partial"
927
+ "type": "Config"
946
928
  }
947
929
  },
948
930
  {
@@ -1666,12 +1648,9 @@
1666
1648
  "name": "config",
1667
1649
  "required": false,
1668
1650
  "description": "Component config object.",
1669
- "enum": [
1670
- "TSTypeQuery"
1671
- ],
1672
1651
  "value": {
1673
1652
  "kind": "expression",
1674
- "type": "Partial"
1653
+ "type": "Config"
1675
1654
  }
1676
1655
  },
1677
1656
  {
@@ -1921,12 +1900,9 @@
1921
1900
  "name": "config",
1922
1901
  "required": false,
1923
1902
  "description": "Component config object.",
1924
- "enum": [
1925
- "TSTypeQuery"
1926
- ],
1927
1903
  "value": {
1928
1904
  "kind": "expression",
1929
- "type": "Partial"
1905
+ "type": "Config"
1930
1906
  }
1931
1907
  },
1932
1908
  {
@@ -2103,12 +2079,9 @@
2103
2079
  "name": "config",
2104
2080
  "required": false,
2105
2081
  "description": "Component config object.",
2106
- "enum": [
2107
- "TSTypeQuery"
2108
- ],
2109
2082
  "value": {
2110
2083
  "kind": "expression",
2111
- "type": "Partial"
2084
+ "type": "Config"
2112
2085
  }
2113
2086
  },
2114
2087
  {
@@ -2260,12 +2233,9 @@
2260
2233
  "name": "config",
2261
2234
  "required": false,
2262
2235
  "description": "Component config object.",
2263
- "enum": [
2264
- "TSTypeQuery"
2265
- ],
2266
2236
  "value": {
2267
2237
  "kind": "expression",
2268
- "type": "Partial"
2238
+ "type": "Config"
2269
2239
  }
2270
2240
  },
2271
2241
  {
@@ -2404,12 +2374,9 @@
2404
2374
  "name": "config",
2405
2375
  "required": false,
2406
2376
  "description": "Component config object.",
2407
- "enum": [
2408
- "TSTypeQuery"
2409
- ],
2410
2377
  "value": {
2411
2378
  "kind": "expression",
2412
- "type": "Partial"
2379
+ "type": "Config"
2413
2380
  }
2414
2381
  },
2415
2382
  {
@@ -3785,12 +3752,9 @@
3785
3752
  "name": "config",
3786
3753
  "required": false,
3787
3754
  "description": "Component config object.",
3788
- "enum": [
3789
- "TSTypeQuery"
3790
- ],
3791
3755
  "value": {
3792
3756
  "kind": "expression",
3793
- "type": "Partial"
3757
+ "type": "Config"
3794
3758
  }
3795
3759
  },
3796
3760
  {
@@ -3844,12 +3808,9 @@
3844
3808
  "name": "config",
3845
3809
  "required": false,
3846
3810
  "description": "Component config object.",
3847
- "enum": [
3848
- "TSTypeQuery"
3849
- ],
3850
3811
  "value": {
3851
3812
  "kind": "expression",
3852
- "type": "Partial"
3813
+ "type": "Config"
3853
3814
  }
3854
3815
  },
3855
3816
  {
@@ -4844,12 +4805,9 @@
4844
4805
  "name": "config",
4845
4806
  "required": false,
4846
4807
  "description": "Component config object.",
4847
- "enum": [
4848
- "TSTypeQuery"
4849
- ],
4850
4808
  "value": {
4851
4809
  "kind": "expression",
4852
- "type": "Partial"
4810
+ "type": "Config"
4853
4811
  }
4854
4812
  },
4855
4813
  {
@@ -4950,12 +4908,9 @@
4950
4908
  "name": "config",
4951
4909
  "required": false,
4952
4910
  "description": "Component config object.",
4953
- "enum": [
4954
- "TSTypeQuery"
4955
- ],
4956
4911
  "value": {
4957
4912
  "kind": "expression",
4958
- "type": "Partial"
4913
+ "type": "Config"
4959
4914
  }
4960
4915
  },
4961
4916
  {
@@ -5093,12 +5048,9 @@
5093
5048
  "name": "config",
5094
5049
  "required": false,
5095
5050
  "description": "Component config object.",
5096
- "enum": [
5097
- "TSTypeQuery"
5098
- ],
5099
5051
  "value": {
5100
5052
  "kind": "expression",
5101
- "type": "Partial"
5053
+ "type": "Config"
5102
5054
  }
5103
5055
  },
5104
5056
  {
@@ -5180,24 +5132,6 @@
5180
5132
  "type": "string"
5181
5133
  }
5182
5134
  },
5183
- {
5184
- "name": "gap",
5185
- "required": false,
5186
- "description": "The distance between nested elements.",
5187
- "enum": [
5188
- "none",
5189
- "xs",
5190
- "sm",
5191
- "md",
5192
- "lg",
5193
- "xl"
5194
- ],
5195
- "value": {
5196
- "kind": "expression",
5197
- "type": "union"
5198
- },
5199
- "default": "md"
5200
- },
5201
5135
  {
5202
5136
  "name": "upperlined",
5203
5137
  "required": false,
@@ -5222,12 +5156,9 @@
5222
5156
  "name": "config",
5223
5157
  "required": false,
5224
5158
  "description": "Component config object.",
5225
- "enum": [
5226
- "TSTypeQuery"
5227
- ],
5228
5159
  "value": {
5229
5160
  "kind": "expression",
5230
- "type": "Partial"
5161
+ "type": "Config"
5231
5162
  }
5232
5163
  },
5233
5164
  {
@@ -5268,6 +5199,59 @@
5268
5199
  "symbol": "default"
5269
5200
  }
5270
5201
  },
5202
+ {
5203
+ "name": "UGroups",
5204
+ "description": "",
5205
+ "attributes": [
5206
+ {
5207
+ "name": "gap",
5208
+ "required": false,
5209
+ "description": "The distance between nested elements.",
5210
+ "enum": [
5211
+ "none",
5212
+ "xs",
5213
+ "sm",
5214
+ "md",
5215
+ "lg",
5216
+ "xl"
5217
+ ],
5218
+ "value": {
5219
+ "kind": "expression",
5220
+ "type": "union"
5221
+ },
5222
+ "default": "md"
5223
+ },
5224
+ {
5225
+ "name": "config",
5226
+ "required": false,
5227
+ "description": "Component config object.",
5228
+ "value": {
5229
+ "kind": "expression",
5230
+ "type": "Config"
5231
+ }
5232
+ },
5233
+ {
5234
+ "name": "dataTest",
5235
+ "required": false,
5236
+ "description": "Data-test attribute for automated testing.",
5237
+ "value": {
5238
+ "kind": "expression",
5239
+ "type": "string"
5240
+ },
5241
+ "default": "\"\""
5242
+ }
5243
+ ],
5244
+ "slots": [
5245
+ {
5246
+ "name": "default",
5247
+ "description": "Use it to add something inside."
5248
+ }
5249
+ ],
5250
+ "source": {
5251
+ "module": "./src/ui.container-groups/UGroups.vue",
5252
+ "symbol": "default"
5253
+ }
5254
+ },
5271
5255
  {
5272
5256
  "name": "UHeader",
5273
5257
  "description": "",
@@ -5343,12 +5327,9 @@
5343
5327
  "name": "config",
5344
5328
  "required": false,
5345
5329
  "description": "Component config object.",
5346
- "enum": [
5347
- "TSTypeQuery"
5348
- ],
5349
5330
  "value": {
5350
5331
  "kind": "expression",
5351
- "type": "Partial"
5332
+ "type": "Config"
5352
5333
  }
5353
5334
  },
5354
5335
  {
@@ -5488,12 +5469,9 @@
5488
5469
  "name": "config",
5489
5470
  "required": false,
5490
5471
  "description": "Component config object.",
5491
- "enum": [
5492
- "TSTypeQuery"
5493
- ],
5494
5472
  "value": {
5495
5473
  "kind": "expression",
5496
- "type": "Partial"
5474
+ "type": "Config"
5497
5475
  }
5498
5476
  },
5499
5477
  {
@@ -7220,12 +7198,9 @@
7220
7198
  "name": "config",
7221
7199
  "required": false,
7222
7200
  "description": "Component config object.",
7223
- "enum": [
7224
- "TSTypeQuery"
7225
- ],
7226
7201
  "value": {
7227
7202
  "kind": "expression",
7228
- "type": "Partial"
7203
+ "type": "Config"
7229
7204
  }
7230
7205
  },
7231
7206
  {
@@ -7338,12 +7313,9 @@
7338
7313
  "name": "config",
7339
7314
  "required": false,
7340
7315
  "description": "Component config object.",
7341
- "enum": [
7342
- "TSTypeQuery"
7343
- ],
7344
7316
  "value": {
7345
7317
  "kind": "expression",
7346
- "type": "Partial"
7318
+ "type": "Config"
7347
7319
  }
7348
7320
  }
7349
7321
  ],
@@ -7389,12 +7361,9 @@
7389
7361
  "name": "config",
7390
7362
  "required": false,
7391
7363
  "description": "Component config object.",
7392
- "enum": [
7393
- "TSTypeQuery"
7394
- ],
7395
7364
  "value": {
7396
7365
  "kind": "expression",
7397
- "type": "Partial"
7366
+ "type": "Config"
7398
7367
  }
7399
7368
  }
7400
7369
  ],
@@ -7450,12 +7419,9 @@
7450
7419
  "name": "config",
7451
7420
  "required": false,
7452
7421
  "description": "Component config object.",
7453
- "enum": [
7454
- "TSTypeQuery"
7455
- ],
7456
7422
  "value": {
7457
7423
  "kind": "expression",
7458
- "type": "Partial"
7424
+ "type": "Config"
7459
7425
  }
7460
7426
  }
7461
7427
  ],
@@ -7607,12 +7573,9 @@
7607
7573
  "name": "config",
7608
7574
  "required": false,
7609
7575
  "description": "Component config object.",
7610
- "enum": [
7611
- "TSTypeQuery"
7612
- ],
7613
7576
  "value": {
7614
7577
  "kind": "expression",
7615
- "type": "Partial"
7578
+ "type": "Config"
7616
7579
  }
7617
7580
  },
7618
7581
  {
@@ -7867,12 +7830,9 @@
7867
7830
  "name": "config",
7868
7831
  "required": false,
7869
7832
  "description": "Component config object.",
7870
- "enum": [
7871
- "TSTypeQuery"
7872
- ],
7873
7833
  "value": {
7874
7834
  "kind": "expression",
7875
- "type": "Partial"
7835
+ "type": "Config"
7876
7836
  }
7877
7837
  },
7878
7838
  {
@@ -8113,12 +8073,9 @@
8113
8073
  "name": "config",
8114
8074
  "required": false,
8115
8075
  "description": "Component config object.",
8116
- "enum": [
8117
- "TSTypeQuery"
8118
- ],
8119
8076
  "value": {
8120
8077
  "kind": "expression",
8121
- "type": "Partial"
8078
+ "type": "Config"
8122
8079
  }
8123
8080
  },
8124
8081
  {
@@ -8194,12 +8151,9 @@
8194
8151
  "name": "config",
8195
8152
  "required": false,
8196
8153
  "description": "Component config object.",
8197
- "enum": [
8198
- "TSTypeQuery"
8199
- ],
8200
8154
  "value": {
8201
8155
  "kind": "expression",
8202
- "type": "Partial"
8156
+ "type": "Config"
8203
8157
  }
8204
8158
  },
8205
8159
  {
@@ -8320,12 +8274,9 @@
8320
8274
  "name": "config",
8321
8275
  "required": false,
8322
8276
  "description": "Component config object.",
8323
- "enum": [
8324
- "TSTypeQuery"
8325
- ],
8326
8277
  "value": {
8327
8278
  "kind": "expression",
8328
- "type": "Partial"
8279
+ "type": "Config"
8329
8280
  }
8330
8281
  },
8331
8282
  {
@@ -8542,12 +8493,9 @@
8542
8493
  "name": "config",
8543
8494
  "required": false,
8544
8495
  "description": "Component config object.",
8545
- "enum": [
8546
- "TSTypeQuery"
8547
- ],
8548
8496
  "value": {
8549
8497
  "kind": "expression",
8550
- "type": "Partial"
8498
+ "type": "Config"
8551
8499
  }
8552
8500
  },
8553
8501
  {
@@ -8699,12 +8647,9 @@
8699
8647
  "name": "config",
8700
8648
  "required": false,
8701
8649
  "description": "Component config object.",
8702
- "enum": [
8703
- "TSTypeQuery"
8704
- ],
8705
8650
  "value": {
8706
8651
  "kind": "expression",
8707
- "type": "Partial"
8652
+ "type": "Config"
8708
8653
  }
8709
8654
  },
8710
8655
  {
@@ -9224,12 +9169,9 @@
9224
9169
  "name": "config",
9225
9170
  "required": false,
9226
9171
  "description": "Component config object.",
9227
- "enum": [
9228
- "TSTypeQuery"
9229
- ],
9230
9172
  "value": {
9231
9173
  "kind": "expression",
9232
- "type": "Partial"
9174
+ "type": "Config"
9233
9175
  }
9234
9176
  },
9235
9177
  {
@@ -10017,12 +9959,9 @@
10017
9959
  "name": "config",
10018
9960
  "required": false,
10019
9961
  "description": "Component config object.",
10020
- "enum": [
10021
- "TSTypeQuery"
10022
- ],
10023
9962
  "value": {
10024
9963
  "kind": "expression",
10025
- "type": "Partial"
9964
+ "type": "Config"
10026
9965
  }
10027
9966
  },
10028
9967
  {
@@ -10513,12 +10452,9 @@
10513
10452
  "name": "config",
10514
10453
  "required": false,
10515
10454
  "description": "Component config object.",
10516
- "enum": [
10517
- "TSTypeQuery"
10518
- ],
10519
10455
  "value": {
10520
10456
  "kind": "expression",
10521
- "type": "Partial"
10457
+ "type": "Config"
10522
10458
  }
10523
10459
  },
10524
10460
  {
@@ -10614,12 +10550,9 @@
10614
10550
  "name": "config",
10615
10551
  "required": false,
10616
10552
  "description": "Component config object.",
10617
- "enum": [
10618
- "TSTypeQuery"
10619
- ],
10620
10553
  "value": {
10621
10554
  "kind": "expression",
10622
- "type": "Partial"
10555
+ "type": "Config"
10623
10556
  }
10624
10557
  },
10625
10558
  {
@@ -11045,12 +10978,9 @@
11045
10978
  "name": "config",
11046
10979
  "required": false,
11047
10980
  "description": "Component config object.",
11048
- "enum": [
11049
- "TSTypeQuery"
11050
- ],
11051
10981
  "value": {
11052
10982
  "kind": "expression",
11053
- "type": "Partial"
10983
+ "type": "Config"
11054
10984
  }
11055
10985
  },
11056
10986
  {
@@ -11152,12 +11082,9 @@
11152
11082
  "name": "config",
11153
11083
  "required": false,
11154
11084
  "description": "Component config object.",
11155
- "enum": [
11156
- "TSTypeQuery"
11157
- ],
11158
11085
  "value": {
11159
11086
  "kind": "expression",
11160
- "type": "Partial"
11087
+ "type": "Config"
11161
11088
  }
11162
11089
  },
11163
11090
  {