vueless 0.0.286 → 0.0.287
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/directive.tooltip/index.js +2 -0
- package/package.json +2 -2
- package/ui.button/configs/default.config.js +14 -17
- package/ui.button/index.stories.js +6 -2
- package/ui.button/index.vue +97 -75
- package/ui.button-link/index.vue +4 -4
- package/ui.button-toggle/configs/default.config.js +1 -1
- package/ui.button-toggle/index.stories.js +4 -4
- package/ui.button-toggle/index.vue +7 -7
- package/ui.button-toggle-item/configs/default.config.js +1 -1
- package/ui.button-toggle-item/index.vue +4 -4
- package/ui.container-accordion/index.vue +3 -3
- package/ui.container-card/index.stories.js +2 -2
- package/ui.container-card/index.vue +3 -3
- package/ui.container-col/index.vue +3 -3
- package/ui.container-divider/index.vue +3 -3
- package/ui.container-group/index.vue +3 -3
- package/ui.container-modal/index.vue +4 -4
- package/ui.container-modal-confirm/index.vue +5 -5
- package/ui.container-page/index.vue +3 -3
- package/ui.container-row/index.vue +3 -3
- package/ui.data-list/index.vue +8 -8
- package/ui.data-table/components/TableRow.vue +5 -5
- package/ui.data-table/index.vue +8 -8
- package/ui.dropdown-badge/index.vue +5 -5
- package/ui.dropdown-button/configs/default.config.js +1 -1
- package/ui.dropdown-button/index.vue +8 -8
- package/ui.dropdown-item/index.vue +3 -3
- package/ui.dropdown-link/index.vue +5 -5
- package/ui.dropdown-list/index.vue +1 -1
- package/ui.form-calendar/index.vue +2 -2
- package/ui.form-checkbox/index.vue +4 -4
- package/ui.form-checkbox-group/index.vue +4 -4
- package/ui.form-checkbox-multi-state/index.vue +2 -2
- package/ui.form-color-picker/index.vue +3 -3
- package/ui.form-date-picker/index.vue +2 -2
- package/ui.form-date-picker-range/index.vue +2 -2
- package/ui.form-input/configs/default.config.js +2 -2
- package/ui.form-input/index.vue +4 -4
- package/ui.form-input-file/index.vue +7 -7
- package/ui.form-input-money/index.vue +3 -3
- package/ui.form-input-number/index.vue +7 -7
- package/ui.form-input-rating/index.vue +4 -4
- package/ui.form-input-search/index.vue +6 -6
- package/ui.form-label/index.vue +8 -8
- package/ui.form-radio/index.vue +4 -4
- package/ui.form-radio-group/index.vue +4 -4
- package/ui.form-select/index.vue +3 -3
- package/ui.form-switch/index.vue +3 -3
- package/ui.form-textarea/index.vue +4 -4
- package/ui.image-avatar/index.vue +3 -3
- package/ui.image-icon/configs/default.config.js +17 -17
- package/ui.image-icon/index.stories.js +2 -2
- package/ui.image-icon/index.vue +6 -6
- package/ui.navigation-pagination/index.vue +7 -7
- package/ui.navigation-progress/components/StepperProgress.vue +1 -1
- package/ui.navigation-progress/index.vue +3 -3
- package/ui.navigation-tab/index.vue +3 -3
- package/ui.navigation-tabs/index.vue +4 -4
- package/ui.other-dot/index.vue +3 -3
- package/ui.text-alert/index.vue +4 -4
- package/ui.text-badge/index.vue +3 -3
- package/ui.text-block/index.vue +3 -3
- package/ui.text-empty/index.stories.js +1 -1
- package/ui.text-empty/index.vue +4 -4
- package/ui.text-file/index.vue +3 -3
- package/ui.text-files/index.vue +3 -3
- package/ui.text-header/index.vue +3 -3
- package/ui.text-money/index.vue +3 -3
- package/ui.text-notify/index.vue +3 -3
- package/web-types.json +156 -129
package/web-types.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"framework": "vue",
|
|
3
3
|
"name": "vueless",
|
|
4
|
-
"version": "0.0.
|
|
4
|
+
"version": "0.0.287",
|
|
5
5
|
"contributions": {
|
|
6
6
|
"html": {
|
|
7
7
|
"description-markup": "markdown",
|
|
@@ -218,7 +218,7 @@
|
|
|
218
218
|
"default": "{}"
|
|
219
219
|
},
|
|
220
220
|
{
|
|
221
|
-
"name": "
|
|
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": "
|
|
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": "
|
|
384
|
-
"description": "Data-
|
|
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": "
|
|
498
|
-
"description": "Data-
|
|
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": "
|
|
638
|
-
"description": "Data-
|
|
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": "
|
|
736
|
-
"description": "Data-
|
|
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": "
|
|
852
|
-
"description": "
|
|
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": "
|
|
861
|
-
"description": "
|
|
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": "
|
|
870
|
-
"description": "
|
|
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": "
|
|
879
|
-
"description": "
|
|
887
|
+
"name": "rightIcon",
|
|
888
|
+
"description": "Right side icon name.",
|
|
880
889
|
"value": {
|
|
881
890
|
"kind": "expression",
|
|
882
891
|
"type": "string"
|
|
883
892
|
},
|
|
884
|
-
"default": "
|
|
893
|
+
"default": "\"\""
|
|
885
894
|
},
|
|
886
895
|
{
|
|
887
896
|
"name": "filled",
|
|
@@ -911,7 +920,7 @@
|
|
|
911
920
|
"default": "false"
|
|
912
921
|
},
|
|
913
922
|
{
|
|
914
|
-
"name": "
|
|
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
|
|
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": "
|
|
969
|
-
"description": "Data-
|
|
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
|
|
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
|
|
1008
|
+
"description": "Use it to add something before the label."
|
|
1000
1009
|
},
|
|
1001
1010
|
{
|
|
1002
1011
|
"name": "default",
|
|
1003
|
-
"
|
|
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
|
|
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
|
|
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": "
|
|
1118
|
-
"description": "Data-
|
|
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": "
|
|
1252
|
-
"description": "Data-
|
|
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": "
|
|
1435
|
-
"description": "Data-
|
|
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": "
|
|
1575
|
-
"description": "Data-
|
|
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": "
|
|
1685
|
-
"description": "Data-
|
|
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": "
|
|
1772
|
-
"description": "Data-
|
|
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": "
|
|
1887
|
-
"description": "Data-
|
|
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": "
|
|
2028
|
-
"description": "Data-
|
|
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": "
|
|
2288
|
-
"description": "Data-
|
|
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": "
|
|
2510
|
-
"description": "Data-
|
|
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": "
|
|
2678
|
-
"description": "Data-
|
|
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": "
|
|
2724
|
-
"description": "Data-
|
|
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": "
|
|
2860
|
-
"description": "Data-
|
|
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": "
|
|
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": "
|
|
3052
|
-
"description": "Data-
|
|
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": "
|
|
3109
|
-
"description": "
|
|
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": "
|
|
3281
|
-
"description": "Data-
|
|
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": "
|
|
3518
|
-
"description": "
|
|
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": "
|
|
3605
|
-
"description": "Data-
|
|
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": "
|
|
3707
|
-
"description": "
|
|
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": "
|
|
3798
|
-
"description": "Data-
|
|
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": "
|
|
3911
|
-
"description": "Data-
|
|
3937
|
+
"name": "dataTest",
|
|
3938
|
+
"description": "Data-test attribute for automated testing.",
|
|
3912
3939
|
"value": {
|
|
3913
3940
|
"kind": "expression",
|
|
3914
3941
|
"type": "string"
|
|
@@ -3967,8 +3994,8 @@
|
|
|
3967
3994
|
"default": "md"
|
|
3968
3995
|
},
|
|
3969
3996
|
{
|
|
3970
|
-
"name": "
|
|
3971
|
-
"description": "Set
|
|
3997
|
+
"name": "round",
|
|
3998
|
+
"description": "Set round mild semi-transparent background and solid colour icon.",
|
|
3972
3999
|
"value": {
|
|
3973
4000
|
"kind": "expression",
|
|
3974
4001
|
"type": "boolean"
|
|
@@ -4021,8 +4048,8 @@
|
|
|
4021
4048
|
"default": "{}"
|
|
4022
4049
|
},
|
|
4023
4050
|
{
|
|
4024
|
-
"name": "
|
|
4025
|
-
"description": "Data-
|
|
4051
|
+
"name": "dataTest",
|
|
4052
|
+
"description": "Data-test attribute for automated testing.",
|
|
4026
4053
|
"value": {
|
|
4027
4054
|
"kind": "expression",
|
|
4028
4055
|
"type": "string"
|
|
@@ -4225,8 +4252,8 @@
|
|
|
4225
4252
|
"default": "{}"
|
|
4226
4253
|
},
|
|
4227
4254
|
{
|
|
4228
|
-
"name": "
|
|
4229
|
-
"description": "Data-
|
|
4255
|
+
"name": "dataTest",
|
|
4256
|
+
"description": "Data-test attribute for automated testing.",
|
|
4230
4257
|
"value": {
|
|
4231
4258
|
"kind": "expression",
|
|
4232
4259
|
"type": "string"
|
|
@@ -4443,8 +4470,8 @@
|
|
|
4443
4470
|
"default": "{}"
|
|
4444
4471
|
},
|
|
4445
4472
|
{
|
|
4446
|
-
"name": "
|
|
4447
|
-
"description": "Data-
|
|
4473
|
+
"name": "dataTest",
|
|
4474
|
+
"description": "Data-test attribute for automated testing.",
|
|
4448
4475
|
"value": {
|
|
4449
4476
|
"kind": "expression",
|
|
4450
4477
|
"type": "string"
|
|
@@ -4682,8 +4709,8 @@
|
|
|
4682
4709
|
"default": "{}"
|
|
4683
4710
|
},
|
|
4684
4711
|
{
|
|
4685
|
-
"name": "
|
|
4686
|
-
"description": "Data-
|
|
4712
|
+
"name": "dataTest",
|
|
4713
|
+
"description": "Data-test attribute for automated testing.",
|
|
4687
4714
|
"value": {
|
|
4688
4715
|
"kind": "expression",
|
|
4689
4716
|
"type": "string"
|
|
@@ -4796,8 +4823,8 @@
|
|
|
4796
4823
|
"default": "{}"
|
|
4797
4824
|
},
|
|
4798
4825
|
{
|
|
4799
|
-
"name": "
|
|
4800
|
-
"description": "Data-
|
|
4826
|
+
"name": "dataTest",
|
|
4827
|
+
"description": "Data-test attribute for automated testing.",
|
|
4801
4828
|
"value": {
|
|
4802
4829
|
"kind": "expression",
|
|
4803
4830
|
"type": "string"
|
|
@@ -4928,8 +4955,8 @@
|
|
|
4928
4955
|
"default": "{}"
|
|
4929
4956
|
},
|
|
4930
4957
|
{
|
|
4931
|
-
"name": "
|
|
4932
|
-
"description": "Data-
|
|
4958
|
+
"name": "dataTest",
|
|
4959
|
+
"description": "Data-test attribute for automated testing.",
|
|
4933
4960
|
"value": {
|
|
4934
4961
|
"kind": "expression",
|
|
4935
4962
|
"type": "string"
|
|
@@ -5127,8 +5154,8 @@
|
|
|
5127
5154
|
"default": "{}"
|
|
5128
5155
|
},
|
|
5129
5156
|
{
|
|
5130
|
-
"name": "
|
|
5131
|
-
"description": "Data-
|
|
5157
|
+
"name": "dataTest",
|
|
5158
|
+
"description": "Data-test attribute for automated testing.",
|
|
5132
5159
|
"value": {
|
|
5133
5160
|
"kind": "expression",
|
|
5134
5161
|
"type": "string"
|
|
@@ -5287,8 +5314,8 @@
|
|
|
5287
5314
|
"default": "{}"
|
|
5288
5315
|
},
|
|
5289
5316
|
{
|
|
5290
|
-
"name": "
|
|
5291
|
-
"description": "
|
|
5317
|
+
"name": "dataTest",
|
|
5318
|
+
"description": "Data-test attribute for automated testing.",
|
|
5292
5319
|
"value": {
|
|
5293
5320
|
"kind": "expression",
|
|
5294
5321
|
"type": "string"
|
|
@@ -5501,8 +5528,8 @@
|
|
|
5501
5528
|
"default": "{}"
|
|
5502
5529
|
},
|
|
5503
5530
|
{
|
|
5504
|
-
"name": "
|
|
5505
|
-
"description": "Data-
|
|
5531
|
+
"name": "dataTest",
|
|
5532
|
+
"description": "Data-test attribute for automated testing.",
|
|
5506
5533
|
"value": {
|
|
5507
5534
|
"kind": "expression",
|
|
5508
5535
|
"type": "string"
|
|
@@ -5775,8 +5802,8 @@
|
|
|
5775
5802
|
"default": "() => getRandomId()"
|
|
5776
5803
|
},
|
|
5777
5804
|
{
|
|
5778
|
-
"name": "
|
|
5779
|
-
"description": "Set data-
|
|
5805
|
+
"name": "dataTest",
|
|
5806
|
+
"description": "Set data-test attribute for automated testing.",
|
|
5780
5807
|
"value": {
|
|
5781
5808
|
"kind": "expression",
|
|
5782
5809
|
"type": "string"
|
|
@@ -5914,8 +5941,8 @@
|
|
|
5914
5941
|
"default": "{}"
|
|
5915
5942
|
},
|
|
5916
5943
|
{
|
|
5917
|
-
"name": "
|
|
5918
|
-
"description": "Data-
|
|
5944
|
+
"name": "dataTest",
|
|
5945
|
+
"description": "Data-test attribute for automated testing.",
|
|
5919
5946
|
"value": {
|
|
5920
5947
|
"kind": "expression",
|
|
5921
5948
|
"type": "string"
|
|
@@ -6103,8 +6130,8 @@
|
|
|
6103
6130
|
"default": "true"
|
|
6104
6131
|
},
|
|
6105
6132
|
{
|
|
6106
|
-
"name": "
|
|
6107
|
-
"description": "
|
|
6133
|
+
"name": "dataTest",
|
|
6134
|
+
"description": "Data-test attribute for automated testing.",
|
|
6108
6135
|
"value": {
|
|
6109
6136
|
"kind": "expression",
|
|
6110
6137
|
"type": "string"
|
|
@@ -6259,8 +6286,8 @@
|
|
|
6259
6286
|
"default": "{}"
|
|
6260
6287
|
},
|
|
6261
6288
|
{
|
|
6262
|
-
"name": "
|
|
6263
|
-
"description": "
|
|
6289
|
+
"name": "dataTest",
|
|
6290
|
+
"description": "Data-test attribute for automated testing.",
|
|
6264
6291
|
"value": {
|
|
6265
6292
|
"kind": "expression",
|
|
6266
6293
|
"type": "string"
|
|
@@ -6441,8 +6468,8 @@
|
|
|
6441
6468
|
"default": "{}"
|
|
6442
6469
|
},
|
|
6443
6470
|
{
|
|
6444
|
-
"name": "
|
|
6445
|
-
"description": "Data-
|
|
6471
|
+
"name": "dataTest",
|
|
6472
|
+
"description": "Data-test attribute for automated testing.",
|
|
6446
6473
|
"value": {
|
|
6447
6474
|
"kind": "expression",
|
|
6448
6475
|
"type": "string"
|
|
@@ -6568,8 +6595,8 @@
|
|
|
6568
6595
|
"default": "{}"
|
|
6569
6596
|
},
|
|
6570
6597
|
{
|
|
6571
|
-
"name": "
|
|
6572
|
-
"description": "Data-
|
|
6598
|
+
"name": "dataTest",
|
|
6599
|
+
"description": "Data-test attribute for automated testing.",
|
|
6573
6600
|
"value": {
|
|
6574
6601
|
"kind": "expression",
|
|
6575
6602
|
"type": "string"
|
|
@@ -6748,8 +6775,8 @@
|
|
|
6748
6775
|
"default": "{}"
|
|
6749
6776
|
},
|
|
6750
6777
|
{
|
|
6751
|
-
"name": "
|
|
6752
|
-
"description": "Data-
|
|
6778
|
+
"name": "dataTest",
|
|
6779
|
+
"description": "Data-test attribute for automated testing.",
|
|
6753
6780
|
"value": {
|
|
6754
6781
|
"kind": "expression",
|
|
6755
6782
|
"type": "string"
|
|
@@ -6876,8 +6903,8 @@
|
|
|
6876
6903
|
"default": "{}"
|
|
6877
6904
|
},
|
|
6878
6905
|
{
|
|
6879
|
-
"name": "
|
|
6880
|
-
"description": "Data-
|
|
6906
|
+
"name": "dataTest",
|
|
6907
|
+
"description": "Data-test attribute for automated testing.",
|
|
6881
6908
|
"value": {
|
|
6882
6909
|
"kind": "expression",
|
|
6883
6910
|
"type": "string"
|
|
@@ -6977,8 +7004,8 @@
|
|
|
6977
7004
|
"default": "{}"
|
|
6978
7005
|
},
|
|
6979
7006
|
{
|
|
6980
|
-
"name": "
|
|
6981
|
-
"description": "Data-
|
|
7007
|
+
"name": "dataTest",
|
|
7008
|
+
"description": "Data-test attribute for automated testing.",
|
|
6982
7009
|
"value": {
|
|
6983
7010
|
"kind": "expression",
|
|
6984
7011
|
"type": "string"
|
|
@@ -7218,8 +7245,8 @@
|
|
|
7218
7245
|
"default": "{}"
|
|
7219
7246
|
},
|
|
7220
7247
|
{
|
|
7221
|
-
"name": "
|
|
7222
|
-
"description": "Data-
|
|
7248
|
+
"name": "dataTest",
|
|
7249
|
+
"description": "Data-test attribute for automated testing.",
|
|
7223
7250
|
"value": {
|
|
7224
7251
|
"kind": "expression",
|
|
7225
7252
|
"type": "string"
|
|
@@ -7529,8 +7556,8 @@
|
|
|
7529
7556
|
"default": "{}"
|
|
7530
7557
|
},
|
|
7531
7558
|
{
|
|
7532
|
-
"name": "
|
|
7533
|
-
"description": "
|
|
7559
|
+
"name": "dataTest",
|
|
7560
|
+
"description": "Data-test attribute for automated testing.",
|
|
7534
7561
|
"value": {
|
|
7535
7562
|
"kind": "expression",
|
|
7536
7563
|
"type": "string"
|
|
@@ -7598,8 +7625,8 @@
|
|
|
7598
7625
|
"default": "{}"
|
|
7599
7626
|
},
|
|
7600
7627
|
{
|
|
7601
|
-
"name": "
|
|
7602
|
-
"description": "Data-
|
|
7628
|
+
"name": "dataTest",
|
|
7629
|
+
"description": "Data-test attribute for automated testing.",
|
|
7603
7630
|
"value": {
|
|
7604
7631
|
"kind": "expression",
|
|
7605
7632
|
"type": "string"
|
|
@@ -7704,8 +7731,8 @@
|
|
|
7704
7731
|
"default": "{}"
|
|
7705
7732
|
},
|
|
7706
7733
|
{
|
|
7707
|
-
"name": "
|
|
7708
|
-
"description": "Data-
|
|
7734
|
+
"name": "dataTest",
|
|
7735
|
+
"description": "Data-test attribute for automated testing.",
|
|
7709
7736
|
"value": {
|
|
7710
7737
|
"kind": "expression",
|
|
7711
7738
|
"type": "string"
|
|
@@ -7886,8 +7913,8 @@
|
|
|
7886
7913
|
"default": "{}"
|
|
7887
7914
|
},
|
|
7888
7915
|
{
|
|
7889
|
-
"name": "
|
|
7890
|
-
"description": "Data-
|
|
7916
|
+
"name": "dataTest",
|
|
7917
|
+
"description": "Data-test attribute for automated testing.",
|
|
7891
7918
|
"value": {
|
|
7892
7919
|
"kind": "expression",
|
|
7893
7920
|
"type": "string"
|
|
@@ -7970,8 +7997,8 @@
|
|
|
7970
7997
|
"default": "{}"
|
|
7971
7998
|
},
|
|
7972
7999
|
{
|
|
7973
|
-
"name": "
|
|
7974
|
-
"description": "Data-
|
|
8000
|
+
"name": "dataTest",
|
|
8001
|
+
"description": "Data-test attribute for automated testing.",
|
|
7975
8002
|
"value": {
|
|
7976
8003
|
"kind": "expression",
|
|
7977
8004
|
"type": "string"
|
|
@@ -8121,8 +8148,8 @@
|
|
|
8121
8148
|
"default": "{}"
|
|
8122
8149
|
},
|
|
8123
8150
|
{
|
|
8124
|
-
"name": "
|
|
8125
|
-
"description": "
|
|
8151
|
+
"name": "dataTest",
|
|
8152
|
+
"description": "Data-test attribute for automated testing.",
|
|
8126
8153
|
"value": {
|
|
8127
8154
|
"kind": "expression",
|
|
8128
8155
|
"type": "string"
|
|
@@ -8292,7 +8319,7 @@
|
|
|
8292
8319
|
"default": "false"
|
|
8293
8320
|
},
|
|
8294
8321
|
{
|
|
8295
|
-
"name": "
|
|
8322
|
+
"name": "round",
|
|
8296
8323
|
"description": "Set button corners rounded.",
|
|
8297
8324
|
"value": {
|
|
8298
8325
|
"kind": "expression",
|
|
@@ -8319,8 +8346,8 @@
|
|
|
8319
8346
|
"default": "{}"
|
|
8320
8347
|
},
|
|
8321
8348
|
{
|
|
8322
|
-
"name": "
|
|
8323
|
-
"description": "
|
|
8349
|
+
"name": "dataTest",
|
|
8350
|
+
"description": "Data-test attribute for automated testing.",
|
|
8324
8351
|
"value": {
|
|
8325
8352
|
"kind": "expression",
|
|
8326
8353
|
"type": "string"
|
|
@@ -8412,8 +8439,8 @@
|
|
|
8412
8439
|
"default": "{}"
|
|
8413
8440
|
},
|
|
8414
8441
|
{
|
|
8415
|
-
"name": "
|
|
8416
|
-
"description": "Data-
|
|
8442
|
+
"name": "dataTest",
|
|
8443
|
+
"description": "Data-test attribute for automated testing.",
|
|
8417
8444
|
"value": {
|
|
8418
8445
|
"kind": "expression",
|
|
8419
8446
|
"type": "string"
|