vueless 0.0.411 → 0.0.413

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
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "framework": "vue",
3
3
  "name": "vueless",
4
- "version": "0.0.411",
4
+ "version": "0.0.413",
5
5
  "contributions": {
6
6
  "html": {
7
7
  "description-markup": "markdown",
@@ -1596,7 +1596,8 @@
1596
1596
  ],
1597
1597
  "slots": [
1598
1598
  {
1599
- "name": "footer"
1599
+ "name": "bottom",
1600
+ "description": "Use it to add something below the checkbox."
1600
1601
  }
1601
1602
  ],
1602
1603
  "source": {
@@ -1724,7 +1725,8 @@
1724
1725
  ],
1725
1726
  "slots": [
1726
1727
  {
1727
- "name": "default"
1728
+ "name": "default",
1729
+ "description": "Use it to add URadio directly."
1728
1730
  }
1729
1731
  ],
1730
1732
  "source": {
@@ -2328,7 +2330,7 @@
2328
2330
  },
2329
2331
  {
2330
2332
  "name": "labelAlign",
2331
- "description": "Set label placement related from the default slot.",
2333
+ "description": "Label placement.",
2332
2334
  "value": {
2333
2335
  "kind": "expression",
2334
2336
  "type": "'top' | 'topInside' | 'topWithDesc' | 'left' | 'right'"
@@ -4361,7 +4363,7 @@
4361
4363
  },
4362
4364
  {
4363
4365
  "name": "labelAlign",
4364
- "description": "Set label placement related from the default slot.",
4366
+ "description": "Label placement.",
4365
4367
  "value": {
4366
4368
  "kind": "expression",
4367
4369
  "type": "'top' | 'topInside' | 'topWithDesc' | 'left' | 'right'"
@@ -4620,9 +4622,18 @@
4620
4622
  "name": "UInputFile",
4621
4623
  "description": "",
4622
4624
  "attributes": [
4625
+ {
4626
+ "name": "modelValue",
4627
+ "description": "Input value.",
4628
+ "value": {
4629
+ "kind": "expression",
4630
+ "type": "array|File"
4631
+ },
4632
+ "default": "null"
4633
+ },
4623
4634
  {
4624
4635
  "name": "label",
4625
- "description": "Set label.",
4636
+ "description": "Input label.",
4626
4637
  "value": {
4627
4638
  "kind": "expression",
4628
4639
  "type": "string"
@@ -4631,7 +4642,7 @@
4631
4642
  },
4632
4643
  {
4633
4644
  "name": "description",
4634
- "description": "Set description.",
4645
+ "description": "Input description.",
4635
4646
  "value": {
4636
4647
  "kind": "expression",
4637
4648
  "type": "string"
@@ -4639,34 +4650,35 @@
4639
4650
  "default": "\"\""
4640
4651
  },
4641
4652
  {
4642
- "name": "labelAlign",
4643
- "description": "Set label placement related from the default slot.",
4653
+ "name": "error",
4654
+ "description": "Error message.",
4644
4655
  "value": {
4645
4656
  "kind": "expression",
4646
- "type": "'top' | 'topInside' | 'topWithDesc'"
4657
+ "type": "string"
4647
4658
  },
4648
- "default": "topInside"
4659
+ "default": "\"\""
4649
4660
  },
4650
4661
  {
4651
- "name": "modelValue",
4662
+ "name": "labelAlign",
4663
+ "description": "Label placement.",
4652
4664
  "value": {
4653
4665
  "kind": "expression",
4654
- "type": "array|File"
4666
+ "type": "'top' | 'topInside' | 'topWithDesc'"
4655
4667
  },
4656
- "default": "null"
4668
+ "default": "topInside"
4657
4669
  },
4658
4670
  {
4659
- "name": "multiple",
4660
- "description": "Allow selecting multiple files.",
4671
+ "name": "size",
4672
+ "description": "Input size.",
4661
4673
  "value": {
4662
4674
  "kind": "expression",
4663
- "type": "boolean"
4675
+ "type": "'sm' | 'md' | 'lg'"
4664
4676
  },
4665
- "default": "false"
4677
+ "default": "md"
4666
4678
  },
4667
4679
  {
4668
4680
  "name": "maxFileSize",
4669
- "description": "Set max file size in megabytes.",
4681
+ "description": "Max file size in megabytes.",
4670
4682
  "value": {
4671
4683
  "kind": "expression",
4672
4684
  "type": "number"
@@ -4675,7 +4687,7 @@
4675
4687
  },
4676
4688
  {
4677
4689
  "name": "allowedFileTypes",
4678
- "description": "Set allowed file types.",
4690
+ "description": "Allowed file types.",
4679
4691
  "value": {
4680
4692
  "kind": "expression",
4681
4693
  "type": "array"
@@ -4683,22 +4695,13 @@
4683
4695
  "default": ""
4684
4696
  },
4685
4697
  {
4686
- "name": "size",
4687
- "description": "Set size.",
4688
- "value": {
4689
- "kind": "expression",
4690
- "type": "'sm' | 'md' | 'lg'"
4691
- },
4692
- "default": "md"
4693
- },
4694
- {
4695
- "name": "error",
4696
- "description": "Set error text for component.",
4698
+ "name": "multiple",
4699
+ "description": "Allow selecting multiple files.",
4697
4700
  "value": {
4698
4701
  "kind": "expression",
4699
- "type": "string"
4702
+ "type": "boolean"
4700
4703
  },
4701
- "default": "\"\""
4704
+ "default": "false"
4702
4705
  },
4703
4706
  {
4704
4707
  "name": "disabled",
@@ -4766,7 +4769,7 @@
4766
4769
  "slots": [
4767
4770
  {
4768
4771
  "name": "top",
4769
- "description": "Use it to add something at the top of the file block."
4772
+ "description": "Use it to add something above the component content."
4770
4773
  },
4771
4774
  {
4772
4775
  "name": "left",
@@ -4774,7 +4777,7 @@
4774
4777
  },
4775
4778
  {
4776
4779
  "name": "bottom",
4777
- "description": "Use it to add something at the bottom of the file block."
4780
+ "description": "Use it to add something below the component content."
4778
4781
  }
4779
4782
  ],
4780
4783
  "source": {
@@ -4806,7 +4809,7 @@
4806
4809
  },
4807
4810
  {
4808
4811
  "name": "labelAlign",
4809
- "description": "Set label placement related from the default slot.",
4812
+ "description": "Label placement.",
4810
4813
  "value": {
4811
4814
  "kind": "expression",
4812
4815
  "type": "'top' | 'topInside' | 'topWithDesc' | 'left' | 'right'"
@@ -5062,6 +5065,33 @@
5062
5065
  },
5063
5066
  "default": "\"\""
5064
5067
  },
5068
+ {
5069
+ "name": "labelAlign",
5070
+ "description": "Label placement.",
5071
+ "value": {
5072
+ "kind": "expression",
5073
+ "type": "'top' | 'topWithDesc' | 'left' | 'right'"
5074
+ },
5075
+ "default": "getDefault(defaultConfig, UInputNumber).labelAlign"
5076
+ },
5077
+ {
5078
+ "name": "description",
5079
+ "description": "Input description.",
5080
+ "value": {
5081
+ "kind": "expression",
5082
+ "type": "string"
5083
+ },
5084
+ "default": "\"\""
5085
+ },
5086
+ {
5087
+ "name": "error",
5088
+ "description": "Error message.",
5089
+ "value": {
5090
+ "kind": "expression",
5091
+ "type": "string"
5092
+ },
5093
+ "default": "\"\""
5094
+ },
5065
5095
  {
5066
5096
  "name": "size",
5067
5097
  "description": "Input size.",
@@ -5071,6 +5101,15 @@
5071
5101
  },
5072
5102
  "default": "md"
5073
5103
  },
5104
+ {
5105
+ "name": "disabled",
5106
+ "description": "Disable the input.",
5107
+ "value": {
5108
+ "kind": "expression",
5109
+ "type": "boolean"
5110
+ },
5111
+ "default": "getDefault(defaultConfig, UInputNumber).disabled"
5112
+ },
5074
5113
  {
5075
5114
  "name": "config",
5076
5115
  "description": "Component config object.",
@@ -5295,24 +5334,6 @@
5295
5334
  },
5296
5335
  "default": "md"
5297
5336
  },
5298
- {
5299
- "name": "leftIcon",
5300
- "description": "Left icon name.",
5301
- "value": {
5302
- "kind": "expression",
5303
- "type": "string"
5304
- },
5305
- "default": "\"\""
5306
- },
5307
- {
5308
- "name": "rightIcon",
5309
- "description": "Right icon name.",
5310
- "value": {
5311
- "kind": "expression",
5312
- "type": "string"
5313
- },
5314
- "default": "\"\""
5315
- },
5316
5337
  {
5317
5338
  "name": "placeholder",
5318
5339
  "description": "Input placeholder.",
@@ -5376,9 +5397,36 @@
5376
5397
  },
5377
5398
  "default": "\"\""
5378
5399
  },
5400
+ {
5401
+ "name": "debounce",
5402
+ "description": "Time in milliseconds before value emit.",
5403
+ "value": {
5404
+ "kind": "expression",
5405
+ "type": "number|string"
5406
+ },
5407
+ "default": "300"
5408
+ },
5409
+ {
5410
+ "name": "leftIcon",
5411
+ "description": "Left icon name.",
5412
+ "value": {
5413
+ "kind": "expression",
5414
+ "type": "string"
5415
+ },
5416
+ "default": "\"\""
5417
+ },
5418
+ {
5419
+ "name": "rightIcon",
5420
+ "description": "Right icon name.",
5421
+ "value": {
5422
+ "kind": "expression",
5423
+ "type": "string"
5424
+ },
5425
+ "default": "\"\""
5426
+ },
5379
5427
  {
5380
5428
  "name": "readonly",
5381
- "description": "Set input read-only.",
5429
+ "description": "Make input read-only.",
5382
5430
  "value": {
5383
5431
  "kind": "expression",
5384
5432
  "type": "boolean"
@@ -5387,7 +5435,7 @@
5387
5435
  },
5388
5436
  {
5389
5437
  "name": "disabled",
5390
- "description": "Set input disabled.",
5438
+ "description": "Make input disabled.",
5391
5439
  "value": {
5392
5440
  "kind": "expression",
5393
5441
  "type": "boolean"
@@ -5403,14 +5451,6 @@
5403
5451
  },
5404
5452
  "default": "\"\""
5405
5453
  },
5406
- {
5407
- "name": "debounce",
5408
- "value": {
5409
- "kind": "expression",
5410
- "type": "number|string"
5411
- },
5412
- "default": "300"
5413
- },
5414
5454
  {
5415
5455
  "name": "config",
5416
5456
  "description": "Component config object.",
@@ -5501,7 +5541,7 @@
5501
5541
  "attributes": [
5502
5542
  {
5503
5543
  "name": "label",
5504
- "description": "Set label value.",
5544
+ "description": "Label text.",
5505
5545
  "value": {
5506
5546
  "kind": "expression",
5507
5547
  "type": "string"
@@ -5509,17 +5549,26 @@
5509
5549
  "default": "\"\""
5510
5550
  },
5511
5551
  {
5512
- "name": "size",
5513
- "description": "Set label size.",
5552
+ "name": "description",
5553
+ "description": "Label description.",
5514
5554
  "value": {
5515
5555
  "kind": "expression",
5516
- "type": "'sm' | 'md' | 'lg'"
5556
+ "type": "string"
5517
5557
  },
5518
- "default": "md"
5558
+ "default": "\"\""
5559
+ },
5560
+ {
5561
+ "name": "error",
5562
+ "description": "Label error message.",
5563
+ "value": {
5564
+ "kind": "expression",
5565
+ "type": "string"
5566
+ },
5567
+ "default": "false"
5519
5568
  },
5520
5569
  {
5521
5570
  "name": "align",
5522
- "description": "Label placement.",
5571
+ "description": "Label align.",
5523
5572
  "value": {
5524
5573
  "kind": "expression",
5525
5574
  "type": "'top' | 'topInside' | 'topWithDesc' | 'left' | 'right'"
@@ -5527,50 +5576,41 @@
5527
5576
  "default": "top"
5528
5577
  },
5529
5578
  {
5530
- "name": "centred",
5531
- "description": "Centre label.",
5579
+ "name": "size",
5580
+ "description": "Label size.",
5532
5581
  "value": {
5533
5582
  "kind": "expression",
5534
- "type": "boolean"
5583
+ "type": "'sm' | 'md' | 'lg'"
5535
5584
  },
5536
- "default": "false"
5585
+ "default": "md"
5537
5586
  },
5538
5587
  {
5539
- "name": "error",
5540
- "description": "Set error message.",
5588
+ "name": "disabled",
5589
+ "description": "Make label disabled.",
5541
5590
  "value": {
5542
5591
  "kind": "expression",
5543
- "type": "string"
5592
+ "type": "boolean"
5544
5593
  },
5545
5594
  "default": "false"
5546
5595
  },
5547
5596
  {
5548
- "name": "description",
5549
- "description": "Set description text.",
5597
+ "name": "centred",
5598
+ "description": "Centre label horizontally.",
5550
5599
  "value": {
5551
5600
  "kind": "expression",
5552
- "type": "string"
5601
+ "type": "boolean"
5553
5602
  },
5554
- "default": "\"\""
5603
+ "default": "false"
5555
5604
  },
5556
5605
  {
5557
5606
  "name": "for",
5558
- "description": "@ignore: Set id label for.",
5607
+ "description": "Set input id for label `for` attribute.",
5559
5608
  "value": {
5560
5609
  "kind": "expression",
5561
5610
  "type": "string"
5562
5611
  },
5563
5612
  "default": "\"\""
5564
5613
  },
5565
- {
5566
- "name": "disabled",
5567
- "description": "Make label disabled.",
5568
- "value": {
5569
- "kind": "expression",
5570
- "type": "boolean"
5571
- },
5572
- "default": "false"
5573
- },
5574
5614
  {
5575
5615
  "name": "config",
5576
5616
  "description": "Component config object.",
@@ -5599,7 +5639,7 @@
5599
5639
  "slots": [
5600
5640
  {
5601
5641
  "name": "default",
5602
- "description": "Use it to wrap something into the label."
5642
+ "description": "Use it to add label content."
5603
5643
  },
5604
5644
  {
5605
5645
  "name": "bottom",
@@ -7043,7 +7083,7 @@
7043
7083
  "attributes": [
7044
7084
  {
7045
7085
  "name": "modelValue",
7046
- "description": "Native value attribute.",
7086
+ "description": "Radio value.",
7047
7087
  "value": {
7048
7088
  "kind": "expression",
7049
7089
  "type": "boolean|string|number|array|object"
@@ -7184,7 +7224,8 @@
7184
7224
  ],
7185
7225
  "slots": [
7186
7226
  {
7187
- "name": "footer"
7227
+ "name": "bottom",
7228
+ "description": "Use it to add something below the radio."
7188
7229
  }
7189
7230
  ],
7190
7231
  "source": {
@@ -7293,7 +7334,7 @@
7293
7334
  "kind": "expression",
7294
7335
  "type": "string"
7295
7336
  },
7296
- "default": "\"radio\""
7337
+ "default": "\"\""
7297
7338
  }
7298
7339
  ],
7299
7340
  "events": [
@@ -7312,7 +7353,8 @@
7312
7353
  ],
7313
7354
  "slots": [
7314
7355
  {
7315
- "name": "default"
7356
+ "name": "default",
7357
+ "description": "Use it to add URadio directly."
7316
7358
  }
7317
7359
  ],
7318
7360
  "source": {
@@ -7450,7 +7492,7 @@
7450
7492
  },
7451
7493
  {
7452
7494
  "name": "labelAlign",
7453
- "description": "Set label placement related from the default slot.",
7495
+ "description": "Label placement.",
7454
7496
  "value": {
7455
7497
  "kind": "expression",
7456
7498
  "type": "'top' | 'topInside' | 'topWithDesc' | 'left' | 'right'"
@@ -7905,7 +7947,7 @@
7905
7947
  "attributes": [
7906
7948
  {
7907
7949
  "name": "modelValue",
7908
- "description": "Set switch value.",
7950
+ "description": "Switch value.",
7909
7951
  "value": {
7910
7952
  "kind": "expression",
7911
7953
  "type": "boolean"
@@ -7923,7 +7965,7 @@
7923
7965
  },
7924
7966
  {
7925
7967
  "name": "label",
7926
- "description": "Set label.",
7968
+ "description": "Switch label.",
7927
7969
  "value": {
7928
7970
  "kind": "expression",
7929
7971
  "type": "string"
@@ -7932,7 +7974,7 @@
7932
7974
  },
7933
7975
  {
7934
7976
  "name": "description",
7935
- "description": "Set description.",
7977
+ "description": "Switch description.",
7936
7978
  "value": {
7937
7979
  "kind": "expression",
7938
7980
  "type": "string"
@@ -7941,7 +7983,7 @@
7941
7983
  },
7942
7984
  {
7943
7985
  "name": "size",
7944
- "description": "The size of the switch.",
7986
+ "description": "Switch size.",
7945
7987
  "value": {
7946
7988
  "kind": "expression",
7947
7989
  "type": "'sm' | 'md' | 'lg'"
@@ -7950,7 +7992,7 @@
7950
7992
  },
7951
7993
  {
7952
7994
  "name": "color",
7953
- "description": "The color of the switch.",
7995
+ "description": "Switch color.",
7954
7996
  "value": {
7955
7997
  "kind": "expression",
7956
7998
  "type": "'brand' | 'grayscale' | 'gray' | 'red' | 'orange' | 'amber' | 'yellow' | 'lime' | 'green' | 'emerald' | 'teal' | 'cyan' | 'sky' | 'blue' | 'indigo' | 'violet' | 'purple' | 'fuchsia' | 'pink' | 'rose' | 'white'"
@@ -7959,7 +8001,7 @@
7959
8001
  },
7960
8002
  {
7961
8003
  "name": "toggleIcon",
7962
- "description": "Show on / off icon inside circle.",
8004
+ "description": "Show toggle icons inside the circle.",
7963
8005
  "value": {
7964
8006
  "kind": "expression",
7965
8007
  "type": "boolean"
@@ -7968,7 +8010,7 @@
7968
8010
  },
7969
8011
  {
7970
8012
  "name": "toggleLabel",
7971
- "description": "The label variant of the switch.",
8013
+ "description": "Show toggle labels (on / off).",
7972
8014
  "value": {
7973
8015
  "kind": "expression",
7974
8016
  "type": "boolean"
@@ -7977,7 +8019,7 @@
7977
8019
  },
7978
8020
  {
7979
8021
  "name": "disabled",
7980
- "description": "Show on / off icon inside circle.",
8022
+ "description": "Set switch disabled.",
7981
8023
  "value": {
7982
8024
  "kind": "expression",
7983
8025
  "type": "boolean"
@@ -8119,7 +8161,7 @@
8119
8161
  "description": "Show date divider line between dates.",
8120
8162
  "value": {
8121
8163
  "kind": "expression",
8122
- "type": "array|boolean"
8164
+ "type": "boolean|array"
8123
8165
  },
8124
8166
  "default": "false"
8125
8167
  },
@@ -8629,7 +8671,7 @@
8629
8671
  },
8630
8672
  {
8631
8673
  "name": "labelAlign",
8632
- "description": "Set label placement related from the default slot.",
8674
+ "description": "Label placement.",
8633
8675
  "value": {
8634
8676
  "kind": "expression",
8635
8677
  "type": "'top' | 'topInside' | 'topWithDesc' | 'left' | 'right'"