vueless 0.0.199 → 0.0.201

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.199",
4
+ "version": "0.0.201",
5
5
  "contributions": {
6
6
  "html": {
7
7
  "description-markup": "markdown",
@@ -732,6 +732,24 @@
732
732
  },
733
733
  "default": "md"
734
734
  },
735
+ {
736
+ "name": "iconLeft",
737
+ "description": "Left side icon name.",
738
+ "value": {
739
+ "kind": "expression",
740
+ "type": "string"
741
+ },
742
+ "default": "\"\""
743
+ },
744
+ {
745
+ "name": "iconRight",
746
+ "description": "Right side icon name.",
747
+ "value": {
748
+ "kind": "expression",
749
+ "type": "string"
750
+ },
751
+ "default": "\"\""
752
+ },
735
753
  {
736
754
  "name": "label",
737
755
  "description": "Button label.",
@@ -830,38 +848,58 @@
830
848
  "type": "string"
831
849
  },
832
850
  "default": "\"\""
833
- },
834
- {
835
- "name": "iconLeft",
836
- "description": "Left side icon name.",
837
- "value": {
838
- "kind": "expression",
839
- "type": "string"
840
- },
841
- "default": "\"\""
842
- },
843
- {
844
- "name": "iconRight",
845
- "description": "Right side icon name.",
846
- "value": {
847
- "kind": "expression",
848
- "type": "string"
849
- },
850
- "default": "\"\""
851
851
  }
852
852
  ],
853
853
  "slots": [
854
+ {
855
+ "name": "icon-left",
856
+ "scoped": true,
857
+ "description": "Use it to add icon before the text.",
858
+ "bindings": [
859
+ {
860
+ "type": "string",
861
+ "name": "icon-name"
862
+ },
863
+ {
864
+ "type": "string",
865
+ "name": "icon-size"
866
+ },
867
+ {
868
+ "type": "string",
869
+ "name": "icon-color"
870
+ }
871
+ ]
872
+ },
854
873
  {
855
874
  "name": "left",
856
- "description": "Use it to add icon before text."
875
+ "description": "Use it to add something before the text."
857
876
  },
858
877
  {
859
878
  "name": "default",
860
- "description": "Use it to add something instead of text."
879
+ "description": "Use it to add something instead of the text."
861
880
  },
862
881
  {
863
882
  "name": "right",
864
- "description": "Use it to add icon after text."
883
+ "description": "Use it to add something after the text."
884
+ },
885
+ {
886
+ "name": "icon-right",
887
+ "scoped": true,
888
+ "description": "Use it to add icon after the text.",
889
+ "bindings": [
890
+ {
891
+ "type": "string",
892
+ "name": "icon-name"
893
+ },
894
+ {
895
+ "type": "string",
896
+ "name": "icon-size"
897
+ },
898
+ {
899
+ "type": "string",
900
+ "name": "icon-color"
901
+ }
902
+ ]
865
903
  }
866
904
  ],
867
905
  "source": {
@@ -3639,6 +3677,24 @@
3639
3677
  },
3640
3678
  "default": "md"
3641
3679
  },
3680
+ {
3681
+ "name": "iconLeft",
3682
+ "description": "Left side icon name.",
3683
+ "value": {
3684
+ "kind": "expression",
3685
+ "type": "string"
3686
+ },
3687
+ "default": "\"\""
3688
+ },
3689
+ {
3690
+ "name": "iconRight",
3691
+ "description": "Right side icon name.",
3692
+ "value": {
3693
+ "kind": "expression",
3694
+ "type": "string"
3695
+ },
3696
+ "default": "\"\""
3697
+ },
3642
3698
  {
3643
3699
  "name": "maxLength",
3644
3700
  "description": "Maximum character length.",
@@ -3728,57 +3784,98 @@
3728
3784
  "type": "string"
3729
3785
  },
3730
3786
  "default": "\"\""
3731
- },
3732
- {
3733
- "name": "iconLeft",
3734
- "description": "Left side icon name.",
3735
- "value": {
3736
- "kind": "expression",
3737
- "type": "string"
3738
- },
3739
- "default": "\"\""
3740
- },
3741
- {
3742
- "name": "iconRight",
3743
- "description": "Right side icon name.",
3744
- "value": {
3745
- "kind": "expression",
3746
- "type": "string"
3747
- },
3748
- "default": "\"\""
3749
3787
  }
3750
3788
  ],
3751
3789
  "events": [
3752
3790
  {
3753
- "name": "update:modelValue"
3791
+ "name": "update:modelValue",
3792
+ "description": "Triggers when the input value is updated.",
3793
+ "properties": [
3794
+ {
3795
+ "type": [
3796
+ "string"
3797
+ ],
3798
+ "name": "modelValue"
3799
+ },
3800
+ {
3801
+ "type": [
3802
+ "number"
3803
+ ],
3804
+ "name": "modelValue"
3805
+ }
3806
+ ]
3754
3807
  },
3755
3808
  {
3756
- "name": "change"
3809
+ "name": "change",
3810
+ "description": "Triggers when the input value changes."
3757
3811
  },
3758
3812
  {
3759
- "name": "click"
3813
+ "name": "click",
3814
+ "description": "Triggers when the input is clicked."
3760
3815
  },
3761
3816
  {
3762
- "name": "focus"
3817
+ "name": "focus",
3818
+ "description": "Triggers when the input gains focus."
3763
3819
  },
3764
3820
  {
3765
- "name": "mousedown"
3821
+ "name": "mousedown",
3822
+ "description": "Triggers when the mouse is pressed down on the input."
3766
3823
  },
3767
3824
  {
3768
- "name": "blur"
3825
+ "name": "blur",
3826
+ "description": "Triggers when the input loses focus."
3769
3827
  },
3770
3828
  {
3771
- "name": "input"
3829
+ "name": "input",
3830
+ "description": "Triggers when any validation rules are applied to input value.",
3831
+ "properties": [
3832
+ {
3833
+ "type": [
3834
+ "string"
3835
+ ],
3836
+ "name": "value"
3837
+ }
3838
+ ]
3772
3839
  }
3773
3840
  ],
3774
3841
  "slots": [
3842
+ {
3843
+ "name": "icon-left",
3844
+ "scoped": true,
3845
+ "description": "Use it to add icon before the text.",
3846
+ "bindings": [
3847
+ {
3848
+ "type": "string",
3849
+ "name": "icon-name"
3850
+ },
3851
+ {
3852
+ "type": "string",
3853
+ "name": "icon-size"
3854
+ }
3855
+ ]
3856
+ },
3775
3857
  {
3776
3858
  "name": "left",
3777
- "description": "Use it to add icon before text."
3859
+ "description": "Use it to add something before the text."
3778
3860
  },
3779
3861
  {
3780
3862
  "name": "right",
3781
- "description": "Use it to add icon after text."
3863
+ "description": "Use it to add something after the text."
3864
+ },
3865
+ {
3866
+ "name": "icon-right",
3867
+ "scoped": true,
3868
+ "description": "Use it to add icon after the text.",
3869
+ "bindings": [
3870
+ {
3871
+ "type": "string",
3872
+ "name": "icon-name"
3873
+ },
3874
+ {
3875
+ "type": "string",
3876
+ "name": "icon-size"
3877
+ }
3878
+ ]
3782
3879
  }
3783
3880
  ],
3784
3881
  "source": {
@@ -6250,6 +6347,24 @@
6250
6347
  },
6251
6348
  "default": "md"
6252
6349
  },
6350
+ {
6351
+ "name": "iconLeft",
6352
+ "description": "Left side icon name.",
6353
+ "value": {
6354
+ "kind": "expression",
6355
+ "type": "string"
6356
+ },
6357
+ "default": "\"\""
6358
+ },
6359
+ {
6360
+ "name": "iconRight",
6361
+ "description": "Right side icon name.",
6362
+ "value": {
6363
+ "kind": "expression",
6364
+ "type": "string"
6365
+ },
6366
+ "default": "\"\""
6367
+ },
6253
6368
  {
6254
6369
  "name": "openDirection",
6255
6370
  "description": "Select open direction.",
@@ -6388,28 +6503,70 @@
6388
6503
  ],
6389
6504
  "events": [
6390
6505
  {
6391
- "name": "open"
6392
- },
6393
- {
6394
- "name": "close"
6506
+ "name": "open",
6507
+ "description": "Triggers when dropdown list is opened.",
6508
+ "properties": [
6509
+ {
6510
+ "type": [
6511
+ "string"
6512
+ ],
6513
+ "name": "propsId"
6514
+ }
6515
+ ]
6395
6516
  },
6396
6517
  {
6397
- "name": "searchChange"
6518
+ "name": "close",
6519
+ "description": "Triggers when dropdown list is closed.",
6520
+ "properties": [
6521
+ {
6522
+ "type": [
6523
+ "string"
6524
+ ],
6525
+ "name": "propsId"
6526
+ }
6527
+ ]
6398
6528
  },
6399
6529
  {
6400
- "name": "remove"
6530
+ "name": "searchChange",
6531
+ "description": "Triggers when the input value is changed."
6401
6532
  },
6402
6533
  {
6403
- "name": "update:modelValue"
6534
+ "name": "remove",
6535
+ "description": "Triggers when option is removed.",
6536
+ "properties": [
6537
+ {
6538
+ "type": [
6539
+ "string"
6540
+ ],
6541
+ "name": "option"
6542
+ },
6543
+ {
6544
+ "type": [
6545
+ "string"
6546
+ ],
6547
+ "name": "propsId"
6548
+ }
6549
+ ]
6404
6550
  },
6405
6551
  {
6406
- "name": "select"
6552
+ "name": "update:modelValue",
6553
+ "description": "Triggers when option is selected.",
6554
+ "properties": [
6555
+ {
6556
+ "type": [
6557
+ "number"
6558
+ ],
6559
+ "name": "value"
6560
+ }
6561
+ ]
6407
6562
  },
6408
6563
  {
6409
- "name": "addOption"
6564
+ "name": "addOption",
6565
+ "description": "Triggers when dropdown options list is updated."
6410
6566
  },
6411
6567
  {
6412
- "name": "change"
6568
+ "name": "change",
6569
+ "description": "Triggers when label position is changed."
6413
6570
  }
6414
6571
  ],
6415
6572
  "slots": [
@@ -6419,6 +6576,7 @@
6419
6576
  "description": "Use it to add something after caret.",
6420
6577
  "bindings": [
6421
6578
  {
6579
+ "type": "object",
6422
6580
  "name": "scope-props"
6423
6581
  }
6424
6582
  ]
@@ -6426,22 +6584,44 @@
6426
6584
  {
6427
6585
  "name": "before-caret",
6428
6586
  "scoped": true,
6429
- "description": "Use it to add something after caret.",
6587
+ "description": "Use it to add something before caret.",
6430
6588
  "bindings": [
6431
6589
  {
6590
+ "type": "object",
6432
6591
  "name": "scope-props"
6433
6592
  }
6434
6593
  ]
6435
6594
  },
6595
+ {
6596
+ "name": "icon-left",
6597
+ "scoped": true,
6598
+ "description": "Use it to add icon before option.",
6599
+ "bindings": [
6600
+ {
6601
+ "type": "string",
6602
+ "name": "icon-name"
6603
+ },
6604
+ {
6605
+ "type": "string",
6606
+ "name": "icon-size"
6607
+ }
6608
+ ]
6609
+ },
6610
+ {
6611
+ "name": "left",
6612
+ "description": "Use it to add something before input."
6613
+ },
6436
6614
  {
6437
6615
  "name": "selected-label",
6438
6616
  "scoped": true,
6439
6617
  "description": "Use it to add selected value label.",
6440
6618
  "bindings": [
6441
6619
  {
6620
+ "type": "string",
6442
6621
  "name": "selected-label"
6443
6622
  },
6444
6623
  {
6624
+ "type": "string",
6445
6625
  "name": "value"
6446
6626
  }
6447
6627
  ]
@@ -6449,16 +6629,32 @@
6449
6629
  {
6450
6630
  "name": "selected-label-after",
6451
6631
  "scoped": true,
6452
- "description": "Use it to add selected value label.",
6632
+ "description": "Use it to add something after selected value label.",
6453
6633
  "bindings": [
6454
6634
  {
6635
+ "type": "object",
6455
6636
  "name": "scope-props"
6456
6637
  }
6457
6638
  ]
6458
6639
  },
6459
6640
  {
6460
- "name": "left",
6461
- "description": "Use it to add some component before text."
6641
+ "name": "right",
6642
+ "description": "Use it to add something after input."
6643
+ },
6644
+ {
6645
+ "name": "icon-right",
6646
+ "scoped": true,
6647
+ "description": "Use it to add icon after option.",
6648
+ "bindings": [
6649
+ {
6650
+ "type": "string",
6651
+ "name": "icon-name"
6652
+ },
6653
+ {
6654
+ "type": "string",
6655
+ "name": "icon-size"
6656
+ }
6657
+ ]
6462
6658
  },
6463
6659
  {
6464
6660
  "name": "before-option",
@@ -6466,6 +6662,7 @@
6466
6662
  "description": "Use it to add something before option.",
6467
6663
  "bindings": [
6468
6664
  {
6665
+ "type": "other",
6469
6666
  "name": "option"
6470
6667
  }
6471
6668
  ]
@@ -6473,11 +6670,14 @@
6473
6670
  {
6474
6671
  "name": "option",
6475
6672
  "scoped": true,
6673
+ "description": "Use it to add something instead of option.",
6476
6674
  "bindings": [
6477
6675
  {
6676
+ "type": "other",
6478
6677
  "name": "option"
6479
6678
  },
6480
6679
  {
6680
+ "type": "number",
6481
6681
  "name": "index"
6482
6682
  }
6483
6683
  ]
@@ -6488,6 +6688,7 @@
6488
6688
  "description": "Use it to add something after option.",
6489
6689
  "bindings": [
6490
6690
  {
6691
+ "type": "other",
6491
6692
  "name": "option"
6492
6693
  }
6493
6694
  ]