vueless 0.0.286 → 0.0.288

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 (129) hide show
  1. package/composable.ui/index.js +3 -2
  2. package/constants/index.js +2 -1
  3. package/directive.tooltip/index.js +1 -0
  4. package/package.json +3 -3
  5. package/service.ui/index.js +3 -6
  6. package/ui.button/configs/default.config.js +15 -18
  7. package/ui.button/index.stories.js +6 -2
  8. package/ui.button/index.vue +98 -76
  9. package/ui.button-link/composables/attrs.composable.js +18 -28
  10. package/ui.button-link/configs/default.config.js +8 -6
  11. package/ui.button-link/index.stories.js +20 -1
  12. package/ui.button-link/index.vue +21 -26
  13. package/ui.button-toggle/configs/default.config.js +2 -2
  14. package/ui.button-toggle/index.stories.js +4 -4
  15. package/ui.button-toggle/index.vue +7 -7
  16. package/ui.button-toggle-item/configs/default.config.js +2 -2
  17. package/ui.button-toggle-item/index.vue +4 -4
  18. package/ui.container-accordion/configs/default.config.js +1 -1
  19. package/ui.container-accordion/index.vue +3 -3
  20. package/ui.container-card/configs/default.config.js +1 -1
  21. package/ui.container-card/index.stories.js +2 -2
  22. package/ui.container-card/index.vue +3 -3
  23. package/ui.container-col/configs/default.config.js +1 -1
  24. package/ui.container-col/index.vue +3 -3
  25. package/ui.container-divider/configs/default.config.js +1 -1
  26. package/ui.container-divider/index.vue +3 -3
  27. package/ui.container-group/configs/default.config.js +1 -1
  28. package/ui.container-group/index.vue +3 -3
  29. package/ui.container-modal/configs/default.config.js +1 -1
  30. package/ui.container-modal/index.vue +5 -5
  31. package/ui.container-modal-confirm/configs/default.config.js +1 -1
  32. package/ui.container-modal-confirm/index.vue +5 -5
  33. package/ui.container-page/configs/default.config.js +2 -2
  34. package/ui.container-page/index.stories.js +2 -2
  35. package/ui.container-page/index.vue +25 -14
  36. package/ui.container-row/configs/default.config.js +1 -1
  37. package/ui.container-row/index.vue +3 -3
  38. package/ui.data-list/configs/default.config.js +1 -1
  39. package/ui.data-list/index.vue +8 -8
  40. package/ui.data-table/components/TableRow.vue +5 -5
  41. package/ui.data-table/configs/default.config.js +1 -1
  42. package/ui.data-table/index.stories.js +1 -1
  43. package/ui.data-table/index.vue +8 -8
  44. package/ui.dropdown-badge/configs/default.config.js +1 -1
  45. package/ui.dropdown-badge/index.vue +5 -5
  46. package/ui.dropdown-button/configs/default.config.js +2 -2
  47. package/ui.dropdown-button/index.vue +8 -8
  48. package/ui.dropdown-item/index.vue +3 -3
  49. package/ui.dropdown-link/configs/default.config.js +1 -1
  50. package/ui.dropdown-link/index.vue +5 -5
  51. package/ui.dropdown-list/configs/default.config.js +1 -1
  52. package/ui.dropdown-list/index.vue +1 -1
  53. package/ui.form-calendar/configs/default.config.js +1 -1
  54. package/ui.form-calendar/index.vue +2 -2
  55. package/ui.form-checkbox/configs/default.config.js +1 -1
  56. package/ui.form-checkbox/index.vue +4 -4
  57. package/ui.form-checkbox-group/configs/default.config.js +1 -1
  58. package/ui.form-checkbox-group/index.vue +4 -4
  59. package/ui.form-checkbox-multi-state/configs/default.config.js +1 -1
  60. package/ui.form-checkbox-multi-state/index.vue +2 -2
  61. package/ui.form-color-picker/configs/default.config.js +1 -1
  62. package/ui.form-color-picker/index.vue +3 -3
  63. package/ui.form-date-picker/configs/default.config.js +1 -1
  64. package/ui.form-date-picker/index.vue +2 -2
  65. package/ui.form-date-picker-range/configs/default.config.js +1 -1
  66. package/ui.form-date-picker-range/index.vue +2 -2
  67. package/ui.form-input/configs/default.config.js +3 -3
  68. package/ui.form-input/index.vue +4 -4
  69. package/ui.form-input-file/configs/default.config.js +2 -2
  70. package/ui.form-input-file/index.vue +21 -20
  71. package/ui.form-input-money/configs/default.config.js +1 -1
  72. package/ui.form-input-money/index.vue +3 -3
  73. package/ui.form-input-number/configs/default.config.js +1 -1
  74. package/ui.form-input-number/index.vue +7 -7
  75. package/ui.form-input-rating/configs/default.config.js +1 -1
  76. package/ui.form-input-rating/index.vue +4 -4
  77. package/ui.form-input-search/configs/default.config.js +1 -1
  78. package/ui.form-input-search/index.vue +6 -6
  79. package/ui.form-label/configs/default.config.js +1 -1
  80. package/ui.form-label/index.vue +8 -8
  81. package/ui.form-radio/configs/default.config.js +1 -1
  82. package/ui.form-radio/index.vue +4 -4
  83. package/ui.form-radio-group/configs/default.config.js +1 -1
  84. package/ui.form-radio-group/index.vue +4 -4
  85. package/ui.form-select/configs/default.config.js +1 -1
  86. package/ui.form-select/index.vue +3 -3
  87. package/ui.form-switch/configs/default.config.js +1 -1
  88. package/ui.form-switch/index.vue +3 -3
  89. package/ui.form-textarea/configs/default.config.js +1 -1
  90. package/ui.form-textarea/index.vue +4 -4
  91. package/ui.image-avatar/configs/default.config.js +1 -1
  92. package/ui.image-avatar/index.vue +3 -3
  93. package/ui.image-icon/configs/default.config.js +4 -48
  94. package/ui.image-icon/index.stories.js +0 -3
  95. package/ui.image-icon/index.vue +16 -45
  96. package/ui.loader/configs/default.config.js +1 -1
  97. package/ui.loader-rendering/configs/default.config.js +1 -1
  98. package/ui.loader-top/configs/default.config.js +1 -1
  99. package/ui.navigation-pagination/configs/default.config.js +1 -1
  100. package/ui.navigation-pagination/index.vue +7 -7
  101. package/ui.navigation-progress/components/StepperProgress.vue +1 -1
  102. package/ui.navigation-progress/configs/default.config.js +1 -1
  103. package/ui.navigation-progress/index.vue +3 -3
  104. package/ui.navigation-tab/configs/default.config.js +1 -1
  105. package/ui.navigation-tab/index.vue +3 -3
  106. package/ui.navigation-tabs/configs/default.config.js +1 -1
  107. package/ui.navigation-tabs/index.vue +4 -4
  108. package/ui.other-dot/configs/default.config.js +1 -1
  109. package/ui.other-dot/index.vue +3 -3
  110. package/ui.text-alert/configs/default.config.js +1 -1
  111. package/ui.text-alert/index.vue +4 -4
  112. package/ui.text-badge/configs/default.config.js +1 -1
  113. package/ui.text-badge/index.vue +3 -3
  114. package/ui.text-block/configs/default.config.js +1 -1
  115. package/ui.text-block/index.vue +3 -3
  116. package/ui.text-empty/configs/default.config.js +14 -4
  117. package/ui.text-empty/index.stories.js +0 -1
  118. package/ui.text-empty/index.vue +22 -13
  119. package/ui.text-file/configs/default.config.js +2 -2
  120. package/ui.text-file/index.vue +3 -3
  121. package/ui.text-files/configs/default.config.js +1 -1
  122. package/ui.text-files/index.vue +3 -3
  123. package/ui.text-header/configs/default.config.js +1 -1
  124. package/ui.text-header/index.vue +3 -3
  125. package/ui.text-money/configs/default.config.js +1 -1
  126. package/ui.text-money/index.vue +3 -3
  127. package/ui.text-notify/configs/default.config.js +1 -1
  128. package/ui.text-notify/index.vue +3 -3
  129. package/web-types.json +169 -150
package/web-types.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "framework": "vue",
3
3
  "name": "vueless",
4
- "version": "0.0.286",
4
+ "version": "0.0.288",
5
5
  "contributions": {
6
6
  "html": {
7
7
  "description-markup": "markdown",
@@ -218,7 +218,7 @@
218
218
  "default": "{}"
219
219
  },
220
220
  {
221
- "name": "dataCy",
221
+ "name": "dataTest",
222
222
  "value": {
223
223
  "kind": "expression",
224
224
  "type": "string"
@@ -276,7 +276,7 @@
276
276
  "default": "0"
277
277
  },
278
278
  {
279
- "name": "dataCy",
279
+ "name": "dataTest",
280
280
  "required": true,
281
281
  "value": {
282
282
  "kind": "expression",
@@ -380,8 +380,8 @@
380
380
  "default": "() => getRandomId()"
381
381
  },
382
382
  {
383
- "name": "dataCy",
384
- "description": "Data-cy attribute for automated testing.",
383
+ "name": "dataTest",
384
+ "description": "Data-test attribute for automated testing.",
385
385
  "value": {
386
386
  "kind": "expression",
387
387
  "type": "string"
@@ -494,8 +494,8 @@
494
494
  "default": "{}"
495
495
  },
496
496
  {
497
- "name": "dataCy",
498
- "description": "Data-cy attribute for automated testing.",
497
+ "name": "dataTest",
498
+ "description": "Data-test attribute for automated testing.",
499
499
  "value": {
500
500
  "kind": "expression",
501
501
  "type": "string"
@@ -634,8 +634,8 @@
634
634
  "default": "{}"
635
635
  },
636
636
  {
637
- "name": "dataCy",
638
- "description": "Data-cy attribute for automated testing.",
637
+ "name": "dataTest",
638
+ "description": "Data-test attribute for automated testing.",
639
639
  "value": {
640
640
  "kind": "expression",
641
641
  "type": "string"
@@ -732,8 +732,8 @@
732
732
  "default": "{}"
733
733
  },
734
734
  {
735
- "name": "dataCy",
736
- "description": "Data-cy attribute for automated testing.",
735
+ "name": "dataTest",
736
+ "description": "Data-test attribute for automated testing.",
737
737
  "value": {
738
738
  "kind": "expression",
739
739
  "type": "string"
@@ -848,8 +848,8 @@
848
848
  "default": "md"
849
849
  },
850
850
  {
851
- "name": "leftIcon",
852
- "description": "Left side icon name.",
851
+ "name": "label",
852
+ "description": "Button label.",
853
853
  "value": {
854
854
  "kind": "expression",
855
855
  "type": "string"
@@ -857,8 +857,17 @@
857
857
  "default": "\"\""
858
858
  },
859
859
  {
860
- "name": "rightIcon",
861
- "description": "Right side icon name.",
860
+ "name": "tag",
861
+ "description": "Allows changing button html tag.",
862
+ "value": {
863
+ "kind": "expression",
864
+ "type": "string"
865
+ },
866
+ "default": "button"
867
+ },
868
+ {
869
+ "name": "icon",
870
+ "description": "Icon name (appears instead of label).",
862
871
  "value": {
863
872
  "kind": "expression",
864
873
  "type": "string"
@@ -866,8 +875,8 @@
866
875
  "default": "\"\""
867
876
  },
868
877
  {
869
- "name": "label",
870
- "description": "Button label.",
878
+ "name": "leftIcon",
879
+ "description": "Left side icon name.",
871
880
  "value": {
872
881
  "kind": "expression",
873
882
  "type": "string"
@@ -875,13 +884,13 @@
875
884
  "default": "\"\""
876
885
  },
877
886
  {
878
- "name": "tag",
879
- "description": "Allows changing button html tag.",
887
+ "name": "rightIcon",
888
+ "description": "Right side icon name.",
880
889
  "value": {
881
890
  "kind": "expression",
882
891
  "type": "string"
883
892
  },
884
- "default": "button"
893
+ "default": "\"\""
885
894
  },
886
895
  {
887
896
  "name": "filled",
@@ -911,7 +920,7 @@
911
920
  "default": "false"
912
921
  },
913
922
  {
914
- "name": "pill",
923
+ "name": "round",
915
924
  "description": "Set button corners rounded.",
916
925
  "value": {
917
926
  "kind": "expression",
@@ -939,7 +948,7 @@
939
948
  },
940
949
  {
941
950
  "name": "noRing",
942
- "description": "Remove outline ring on focus.",
951
+ "description": "Remove button ring on focus.",
943
952
  "value": {
944
953
  "kind": "expression",
945
954
  "type": "boolean"
@@ -965,8 +974,8 @@
965
974
  "default": "{}"
966
975
  },
967
976
  {
968
- "name": "dataCy",
969
- "description": "Data-cy attribute for automated testing.",
977
+ "name": "dataTest",
978
+ "description": "Data-test attribute for automated testing.",
970
979
  "value": {
971
980
  "kind": "expression",
972
981
  "type": "string"
@@ -978,7 +987,7 @@
978
987
  {
979
988
  "name": "left-icon",
980
989
  "scoped": true,
981
- "description": "Use it to add icon before the text.",
990
+ "description": "Use it to add icon before the label.",
982
991
  "bindings": [
983
992
  {
984
993
  "type": "string",
@@ -996,20 +1005,38 @@
996
1005
  },
997
1006
  {
998
1007
  "name": "left",
999
- "description": "Use it to add something before the text."
1008
+ "description": "Use it to add something before the label."
1000
1009
  },
1001
1010
  {
1002
1011
  "name": "default",
1003
- "description": "Use it to add something instead of the text."
1012
+ "scoped": true,
1013
+ "description": "Use it to add something instead of the label.",
1014
+ "bindings": [
1015
+ {
1016
+ "name": "label"
1017
+ },
1018
+ {
1019
+ "type": "string",
1020
+ "name": "icon-name"
1021
+ },
1022
+ {
1023
+ "type": "string",
1024
+ "name": "icon-size"
1025
+ },
1026
+ {
1027
+ "type": "string",
1028
+ "name": "icon-color"
1029
+ }
1030
+ ]
1004
1031
  },
1005
1032
  {
1006
1033
  "name": "right",
1007
- "description": "Use it to add something after the text."
1034
+ "description": "Use it to add something after the label."
1008
1035
  },
1009
1036
  {
1010
1037
  "name": "right-icon",
1011
1038
  "scoped": true,
1012
- "description": "Use it to add icon after the text.",
1039
+ "description": "Use it to add icon after the label.",
1013
1040
  "bindings": [
1014
1041
  {
1015
1042
  "type": "string",
@@ -1114,8 +1141,8 @@
1114
1141
  "default": "{}"
1115
1142
  },
1116
1143
  {
1117
- "name": "dataCy",
1118
- "description": "Data-cy attribute for automated testing.",
1144
+ "name": "dataTest",
1145
+ "description": "Data-test attribute for automated testing.",
1119
1146
  "value": {
1120
1147
  "kind": "expression",
1121
1148
  "type": "string"
@@ -1248,8 +1275,8 @@
1248
1275
  "default": "{}"
1249
1276
  },
1250
1277
  {
1251
- "name": "dataCy",
1252
- "description": "Data-cy attribute for automated testing.",
1278
+ "name": "dataTest",
1279
+ "description": "Data-test attribute for automated testing.",
1253
1280
  "value": {
1254
1281
  "kind": "expression",
1255
1282
  "type": "string"
@@ -1431,8 +1458,8 @@
1431
1458
  "default": "{}"
1432
1459
  },
1433
1460
  {
1434
- "name": "dataCy",
1435
- "description": "Data-cy attribute for automated testing.",
1461
+ "name": "dataTest",
1462
+ "description": "Data-test attribute for automated testing.",
1436
1463
  "value": {
1437
1464
  "kind": "expression",
1438
1465
  "type": "string"
@@ -1571,8 +1598,8 @@
1571
1598
  "default": "{}"
1572
1599
  },
1573
1600
  {
1574
- "name": "dataCy",
1575
- "description": "Data-cy attribute for automated testing.",
1601
+ "name": "dataTest",
1602
+ "description": "Data-test attribute for automated testing.",
1576
1603
  "value": {
1577
1604
  "kind": "expression",
1578
1605
  "type": "string"
@@ -1681,8 +1708,8 @@
1681
1708
  "default": "{}"
1682
1709
  },
1683
1710
  {
1684
- "name": "dataCy",
1685
- "description": "Data-cy attribute for automated testing.",
1711
+ "name": "dataTest",
1712
+ "description": "Data-test attribute for automated testing.",
1686
1713
  "value": {
1687
1714
  "kind": "expression",
1688
1715
  "type": "string"
@@ -1768,8 +1795,8 @@
1768
1795
  "default": "{}"
1769
1796
  },
1770
1797
  {
1771
- "name": "dataCy",
1772
- "description": "Data-cy attribute for automated testing.",
1798
+ "name": "dataTest",
1799
+ "description": "Data-test attribute for automated testing.",
1773
1800
  "value": {
1774
1801
  "kind": "expression",
1775
1802
  "type": "string"
@@ -1883,8 +1910,8 @@
1883
1910
  "default": "{}"
1884
1911
  },
1885
1912
  {
1886
- "name": "dataCy",
1887
- "description": "Data-cy attribute for automated testing.",
1913
+ "name": "dataTest",
1914
+ "description": "Data-test attribute for automated testing.",
1888
1915
  "value": {
1889
1916
  "kind": "expression",
1890
1917
  "type": "string"
@@ -2024,8 +2051,8 @@
2024
2051
  "default": "{}"
2025
2052
  },
2026
2053
  {
2027
- "name": "dataCy",
2028
- "description": "Data-cy attribute for automated testing.",
2054
+ "name": "dataTest",
2055
+ "description": "Data-test attribute for automated testing.",
2029
2056
  "value": {
2030
2057
  "kind": "expression",
2031
2058
  "type": "string"
@@ -2284,8 +2311,8 @@
2284
2311
  "default": "{}"
2285
2312
  },
2286
2313
  {
2287
- "name": "dataCy",
2288
- "description": "Data-cy attribute for automated testing.",
2314
+ "name": "dataTest",
2315
+ "description": "Data-test attribute for automated testing.",
2289
2316
  "value": {
2290
2317
  "kind": "expression",
2291
2318
  "type": "string"
@@ -2506,8 +2533,8 @@
2506
2533
  "default": "{}"
2507
2534
  },
2508
2535
  {
2509
- "name": "dataCy",
2510
- "description": "Data-cy attribute for automated testing.",
2536
+ "name": "dataTest",
2537
+ "description": "Data-test attribute for automated testing.",
2511
2538
  "value": {
2512
2539
  "kind": "expression",
2513
2540
  "type": "string"
@@ -2674,8 +2701,8 @@
2674
2701
  "default": "{}"
2675
2702
  },
2676
2703
  {
2677
- "name": "dataCy",
2678
- "description": "Data-cy attribute for automated testing.",
2704
+ "name": "dataTest",
2705
+ "description": "Data-test attribute for automated testing.",
2679
2706
  "value": {
2680
2707
  "kind": "expression",
2681
2708
  "type": "string"
@@ -2720,8 +2747,8 @@
2720
2747
  "default": "{}"
2721
2748
  },
2722
2749
  {
2723
- "name": "dataCy",
2724
- "description": "Data-cy attribute for automated testing.",
2750
+ "name": "dataTest",
2751
+ "description": "Data-test attribute for automated testing.",
2725
2752
  "value": {
2726
2753
  "kind": "expression",
2727
2754
  "type": "string"
@@ -2856,8 +2883,8 @@
2856
2883
  "default": "{}"
2857
2884
  },
2858
2885
  {
2859
- "name": "dataCy",
2860
- "description": "Data-cy attribute for automated testing.",
2886
+ "name": "dataTest",
2887
+ "description": "Data-test attribute for automated testing.",
2861
2888
  "value": {
2862
2889
  "kind": "expression",
2863
2890
  "type": "string"
@@ -2949,7 +2976,7 @@
2949
2976
  "default": "md"
2950
2977
  },
2951
2978
  {
2952
- "name": "pill",
2979
+ "name": "round",
2953
2980
  "description": "Set button corners rounded.",
2954
2981
  "value": {
2955
2982
  "kind": "expression",
@@ -3048,8 +3075,8 @@
3048
3075
  "default": "{}"
3049
3076
  },
3050
3077
  {
3051
- "name": "dataCy",
3052
- "description": "Data-cy attribute for automated testing.",
3078
+ "name": "dataTest",
3079
+ "description": "Data-test attribute for automated testing.",
3053
3080
  "value": {
3054
3081
  "kind": "expression",
3055
3082
  "type": "string"
@@ -3105,8 +3132,8 @@
3105
3132
  "default": "{}"
3106
3133
  },
3107
3134
  {
3108
- "name": "dataCy",
3109
- "description": "Sets data-cy attribute for automated testing.",
3135
+ "name": "dataTest",
3136
+ "description": "Data-test attribute for automated testing.",
3110
3137
  "value": {
3111
3138
  "kind": "expression",
3112
3139
  "type": "string"
@@ -3277,8 +3304,8 @@
3277
3304
  "default": "{}"
3278
3305
  },
3279
3306
  {
3280
- "name": "dataCy",
3281
- "description": "Data-cy attribute for automated testing.",
3307
+ "name": "dataTest",
3308
+ "description": "Data-test attribute for automated testing.",
3282
3309
  "value": {
3283
3310
  "kind": "expression",
3284
3311
  "type": "string"
@@ -3514,8 +3541,8 @@
3514
3541
  "default": "{}"
3515
3542
  },
3516
3543
  {
3517
- "name": "dataCy",
3518
- "description": "Sets data-cy attribute for automated testing.",
3544
+ "name": "dataTest",
3545
+ "description": "Data-test attribute for automated testing.",
3519
3546
  "value": {
3520
3547
  "kind": "expression",
3521
3548
  "type": "string"
@@ -3601,8 +3628,8 @@
3601
3628
  "default": "{}"
3602
3629
  },
3603
3630
  {
3604
- "name": "dataCy",
3605
- "description": "Data-cy attribute for automated testing.",
3631
+ "name": "dataTest",
3632
+ "description": "Data-test attribute for automated testing.",
3606
3633
  "value": {
3607
3634
  "kind": "expression",
3608
3635
  "type": "string"
@@ -3703,8 +3730,8 @@
3703
3730
  "default": "{}"
3704
3731
  },
3705
3732
  {
3706
- "name": "dataCy",
3707
- "description": "Sets data-cy attribute for automated testing.",
3733
+ "name": "dataTest",
3734
+ "description": "Data-test attribute for automated testing.",
3708
3735
  "value": {
3709
3736
  "kind": "expression",
3710
3737
  "type": "string"
@@ -3794,8 +3821,8 @@
3794
3821
  "default": "{}"
3795
3822
  },
3796
3823
  {
3797
- "name": "dataCy",
3798
- "description": "Data-cy attribute for automated testing.",
3824
+ "name": "dataTest",
3825
+ "description": "Data-test attribute for automated testing.",
3799
3826
  "value": {
3800
3827
  "kind": "expression",
3801
3828
  "type": "string"
@@ -3907,8 +3934,8 @@
3907
3934
  "default": "{}"
3908
3935
  },
3909
3936
  {
3910
- "name": "dataCy",
3911
- "description": "Data-cy attribute for automated testing.",
3937
+ "name": "dataTest",
3938
+ "description": "Data-test attribute for automated testing.",
3912
3939
  "value": {
3913
3940
  "kind": "expression",
3914
3941
  "type": "string"
@@ -3966,15 +3993,6 @@
3966
3993
  },
3967
3994
  "default": "md"
3968
3995
  },
3969
- {
3970
- "name": "pill",
3971
- "description": "Set pill mild semi-transparent background and solid colour icon.",
3972
- "value": {
3973
- "kind": "expression",
3974
- "type": "boolean"
3975
- },
3976
- "default": "false"
3977
- },
3978
3996
  {
3979
3997
  "name": "variant",
3980
3998
  "description": "Icon variant.",
@@ -4021,8 +4039,8 @@
4021
4039
  "default": "{}"
4022
4040
  },
4023
4041
  {
4024
- "name": "dataCy",
4025
- "description": "Data-cy attribute for automated testing.",
4042
+ "name": "dataTest",
4043
+ "description": "Data-test attribute for automated testing.",
4026
4044
  "value": {
4027
4045
  "kind": "expression",
4028
4046
  "type": "string"
@@ -4043,14 +4061,6 @@
4043
4061
  {
4044
4062
  "name": "click",
4045
4063
  "description": "Triggers when the icon is clicked."
4046
- },
4047
- {
4048
- "name": "focus",
4049
- "description": "Triggers when the icon is focused."
4050
- },
4051
- {
4052
- "name": "blur",
4053
- "description": "Triggers when the icon loses focus."
4054
4064
  }
4055
4065
  ],
4056
4066
  "source": {
@@ -4225,8 +4235,8 @@
4225
4235
  "default": "{}"
4226
4236
  },
4227
4237
  {
4228
- "name": "dataCy",
4229
- "description": "Data-cy attribute for automated testing.",
4238
+ "name": "dataTest",
4239
+ "description": "Data-test attribute for automated testing.",
4230
4240
  "value": {
4231
4241
  "kind": "expression",
4232
4242
  "type": "string"
@@ -4443,8 +4453,8 @@
4443
4453
  "default": "{}"
4444
4454
  },
4445
4455
  {
4446
- "name": "dataCy",
4447
- "description": "Data-cy attribute for automated testing.",
4456
+ "name": "dataTest",
4457
+ "description": "Data-test attribute for automated testing.",
4448
4458
  "value": {
4449
4459
  "kind": "expression",
4450
4460
  "type": "string"
@@ -4682,8 +4692,8 @@
4682
4692
  "default": "{}"
4683
4693
  },
4684
4694
  {
4685
- "name": "dataCy",
4686
- "description": "Data-cy attribute for automated testing.",
4695
+ "name": "dataTest",
4696
+ "description": "Data-test attribute for automated testing.",
4687
4697
  "value": {
4688
4698
  "kind": "expression",
4689
4699
  "type": "string"
@@ -4796,8 +4806,8 @@
4796
4806
  "default": "{}"
4797
4807
  },
4798
4808
  {
4799
- "name": "dataCy",
4800
- "description": "Data-cy attribute for automated testing.",
4809
+ "name": "dataTest",
4810
+ "description": "Data-test attribute for automated testing.",
4801
4811
  "value": {
4802
4812
  "kind": "expression",
4803
4813
  "type": "string"
@@ -4928,8 +4938,8 @@
4928
4938
  "default": "{}"
4929
4939
  },
4930
4940
  {
4931
- "name": "dataCy",
4932
- "description": "Data-cy attribute for automated testing.",
4941
+ "name": "dataTest",
4942
+ "description": "Data-test attribute for automated testing.",
4933
4943
  "value": {
4934
4944
  "kind": "expression",
4935
4945
  "type": "string"
@@ -5127,8 +5137,8 @@
5127
5137
  "default": "{}"
5128
5138
  },
5129
5139
  {
5130
- "name": "dataCy",
5131
- "description": "Data-cy attribute for automated testing.",
5140
+ "name": "dataTest",
5141
+ "description": "Data-test attribute for automated testing.",
5132
5142
  "value": {
5133
5143
  "kind": "expression",
5134
5144
  "type": "string"
@@ -5287,8 +5297,8 @@
5287
5297
  "default": "{}"
5288
5298
  },
5289
5299
  {
5290
- "name": "dataCy",
5291
- "description": "Sets data-cy attribute for automated testing.",
5300
+ "name": "dataTest",
5301
+ "description": "Data-test attribute for automated testing.",
5292
5302
  "value": {
5293
5303
  "kind": "expression",
5294
5304
  "type": "string"
@@ -5331,8 +5341,8 @@
5331
5341
  "default": "\"\""
5332
5342
  },
5333
5343
  {
5334
- "name": "url",
5335
- "description": "Link url.",
5344
+ "name": "href",
5345
+ "description": "Link href url.",
5336
5346
  "value": {
5337
5347
  "kind": "expression",
5338
5348
  "type": "string"
@@ -5340,8 +5350,8 @@
5340
5350
  "default": "\"\""
5341
5351
  },
5342
5352
  {
5343
- "name": "route",
5344
- "description": "Vue route object.",
5353
+ "name": "to",
5354
+ "description": "Vue-router route object.",
5345
5355
  "value": {
5346
5356
  "kind": "expression",
5347
5357
  "type": "object"
@@ -5377,7 +5387,7 @@
5377
5387
  },
5378
5388
  {
5379
5389
  "name": "targetBlank",
5380
- "description": "Open link in new window.",
5390
+ "description": "Open link in the new tab.",
5381
5391
  "value": {
5382
5392
  "kind": "expression",
5383
5393
  "type": "boolean"
@@ -5501,8 +5511,8 @@
5501
5511
  "default": "{}"
5502
5512
  },
5503
5513
  {
5504
- "name": "dataCy",
5505
- "description": "Data-cy attribute for automated testing.",
5514
+ "name": "dataTest",
5515
+ "description": "Data-test attribute for automated testing.",
5506
5516
  "value": {
5507
5517
  "kind": "expression",
5508
5518
  "type": "string"
@@ -5775,8 +5785,8 @@
5775
5785
  "default": "() => getRandomId()"
5776
5786
  },
5777
5787
  {
5778
- "name": "dataCy",
5779
- "description": "Set data-cy attribute for automated testing.",
5788
+ "name": "dataTest",
5789
+ "description": "Set data-test attribute for automated testing.",
5780
5790
  "value": {
5781
5791
  "kind": "expression",
5782
5792
  "type": "string"
@@ -5914,8 +5924,8 @@
5914
5924
  "default": "{}"
5915
5925
  },
5916
5926
  {
5917
- "name": "dataCy",
5918
- "description": "Data-cy attribute for automated testing.",
5927
+ "name": "dataTest",
5928
+ "description": "Data-test attribute for automated testing.",
5919
5929
  "value": {
5920
5930
  "kind": "expression",
5921
5931
  "type": "string"
@@ -6103,8 +6113,8 @@
6103
6113
  "default": "true"
6104
6114
  },
6105
6115
  {
6106
- "name": "dataCy",
6107
- "description": "Sets data-cy attribute for automated testing.",
6116
+ "name": "dataTest",
6117
+ "description": "Data-test attribute for automated testing.",
6108
6118
  "value": {
6109
6119
  "kind": "expression",
6110
6120
  "type": "string"
@@ -6215,13 +6225,22 @@
6215
6225
  },
6216
6226
  {
6217
6227
  "name": "backRoute",
6218
- "description": "Set Vue router route params for back arrow.",
6228
+ "description": "Back link vue-router route object.",
6219
6229
  "value": {
6220
6230
  "kind": "expression",
6221
6231
  "type": "object"
6222
6232
  },
6223
6233
  "default": "{}"
6224
6234
  },
6235
+ {
6236
+ "name": "backLabel",
6237
+ "description": "Back link label.",
6238
+ "value": {
6239
+ "kind": "expression",
6240
+ "type": "string"
6241
+ },
6242
+ "default": "\"\""
6243
+ },
6225
6244
  {
6226
6245
  "name": "gray",
6227
6246
  "description": "Set gray background color.",
@@ -6259,8 +6278,8 @@
6259
6278
  "default": "{}"
6260
6279
  },
6261
6280
  {
6262
- "name": "dataCy",
6263
- "description": "Sets data-cy attribute for automated testing.",
6281
+ "name": "dataTest",
6282
+ "description": "Data-test attribute for automated testing.",
6264
6283
  "value": {
6265
6284
  "kind": "expression",
6266
6285
  "type": "string"
@@ -6441,8 +6460,8 @@
6441
6460
  "default": "{}"
6442
6461
  },
6443
6462
  {
6444
- "name": "dataCy",
6445
- "description": "Data-cy attribute for automated testing.",
6463
+ "name": "dataTest",
6464
+ "description": "Data-test attribute for automated testing.",
6446
6465
  "value": {
6447
6466
  "kind": "expression",
6448
6467
  "type": "string"
@@ -6568,8 +6587,8 @@
6568
6587
  "default": "{}"
6569
6588
  },
6570
6589
  {
6571
- "name": "dataCy",
6572
- "description": "Data-cy attribute for automated testing.",
6590
+ "name": "dataTest",
6591
+ "description": "Data-test attribute for automated testing.",
6573
6592
  "value": {
6574
6593
  "kind": "expression",
6575
6594
  "type": "string"
@@ -6748,8 +6767,8 @@
6748
6767
  "default": "{}"
6749
6768
  },
6750
6769
  {
6751
- "name": "dataCy",
6752
- "description": "Data-cy attribute for automated testing.",
6770
+ "name": "dataTest",
6771
+ "description": "Data-test attribute for automated testing.",
6753
6772
  "value": {
6754
6773
  "kind": "expression",
6755
6774
  "type": "string"
@@ -6876,8 +6895,8 @@
6876
6895
  "default": "{}"
6877
6896
  },
6878
6897
  {
6879
- "name": "dataCy",
6880
- "description": "Data-cy attribute for automated testing.",
6898
+ "name": "dataTest",
6899
+ "description": "Data-test attribute for automated testing.",
6881
6900
  "value": {
6882
6901
  "kind": "expression",
6883
6902
  "type": "string"
@@ -6977,8 +6996,8 @@
6977
6996
  "default": "{}"
6978
6997
  },
6979
6998
  {
6980
- "name": "dataCy",
6981
- "description": "Data-cy attribute for automated testing.",
6999
+ "name": "dataTest",
7000
+ "description": "Data-test attribute for automated testing.",
6982
7001
  "value": {
6983
7002
  "kind": "expression",
6984
7003
  "type": "string"
@@ -7218,8 +7237,8 @@
7218
7237
  "default": "{}"
7219
7238
  },
7220
7239
  {
7221
- "name": "dataCy",
7222
- "description": "Data-cy attribute for automated testing.",
7240
+ "name": "dataTest",
7241
+ "description": "Data-test attribute for automated testing.",
7223
7242
  "value": {
7224
7243
  "kind": "expression",
7225
7244
  "type": "string"
@@ -7529,8 +7548,8 @@
7529
7548
  "default": "{}"
7530
7549
  },
7531
7550
  {
7532
- "name": "dataCy",
7533
- "description": "Sets data-cy attribute for automated testing.",
7551
+ "name": "dataTest",
7552
+ "description": "Data-test attribute for automated testing.",
7534
7553
  "value": {
7535
7554
  "kind": "expression",
7536
7555
  "type": "string"
@@ -7598,8 +7617,8 @@
7598
7617
  "default": "{}"
7599
7618
  },
7600
7619
  {
7601
- "name": "dataCy",
7602
- "description": "Data-cy attribute for automated testing.",
7620
+ "name": "dataTest",
7621
+ "description": "Data-test attribute for automated testing.",
7603
7622
  "value": {
7604
7623
  "kind": "expression",
7605
7624
  "type": "string"
@@ -7704,8 +7723,8 @@
7704
7723
  "default": "{}"
7705
7724
  },
7706
7725
  {
7707
- "name": "dataCy",
7708
- "description": "Data-cy attribute for automated testing.",
7726
+ "name": "dataTest",
7727
+ "description": "Data-test attribute for automated testing.",
7709
7728
  "value": {
7710
7729
  "kind": "expression",
7711
7730
  "type": "string"
@@ -7886,8 +7905,8 @@
7886
7905
  "default": "{}"
7887
7906
  },
7888
7907
  {
7889
- "name": "dataCy",
7890
- "description": "Data-cy attribute for automated testing.",
7908
+ "name": "dataTest",
7909
+ "description": "Data-test attribute for automated testing.",
7891
7910
  "value": {
7892
7911
  "kind": "expression",
7893
7912
  "type": "string"
@@ -7970,8 +7989,8 @@
7970
7989
  "default": "{}"
7971
7990
  },
7972
7991
  {
7973
- "name": "dataCy",
7974
- "description": "Data-cy attribute for automated testing.",
7992
+ "name": "dataTest",
7993
+ "description": "Data-test attribute for automated testing.",
7975
7994
  "value": {
7976
7995
  "kind": "expression",
7977
7996
  "type": "string"
@@ -8121,8 +8140,8 @@
8121
8140
  "default": "{}"
8122
8141
  },
8123
8142
  {
8124
- "name": "dataCy",
8125
- "description": "Sets data-cy attribute for automated testing.",
8143
+ "name": "dataTest",
8144
+ "description": "Data-test attribute for automated testing.",
8126
8145
  "value": {
8127
8146
  "kind": "expression",
8128
8147
  "type": "string"
@@ -8292,7 +8311,7 @@
8292
8311
  "default": "false"
8293
8312
  },
8294
8313
  {
8295
- "name": "pill",
8314
+ "name": "round",
8296
8315
  "description": "Set button corners rounded.",
8297
8316
  "value": {
8298
8317
  "kind": "expression",
@@ -8319,8 +8338,8 @@
8319
8338
  "default": "{}"
8320
8339
  },
8321
8340
  {
8322
- "name": "dataCy",
8323
- "description": "Sets data-cy attribute for automated testing.",
8341
+ "name": "dataTest",
8342
+ "description": "Data-test attribute for automated testing.",
8324
8343
  "value": {
8325
8344
  "kind": "expression",
8326
8345
  "type": "string"
@@ -8412,8 +8431,8 @@
8412
8431
  "default": "{}"
8413
8432
  },
8414
8433
  {
8415
- "name": "dataCy",
8416
- "description": "Data-cy attribute for automated testing.",
8434
+ "name": "dataTest",
8435
+ "description": "Data-test attribute for automated testing.",
8417
8436
  "value": {
8418
8437
  "kind": "expression",
8419
8438
  "type": "string"