vueless 0.0.285 → 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.stories.js +22 -15
- package/ui.form-date-picker/index.vue +25 -2
- package/ui.form-date-picker-range/index.stories.js +47 -7
- package/ui.form-date-picker-range/index.vue +28 -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.stories.js +55 -1
- package/ui.form-input-money/index.vue +30 -7
- package/ui.form-input-number/index.vue +7 -7
- package/ui.form-input-rating/index.vue +4 -4
- package/ui.form-input-search/index.stories.js +48 -10
- package/ui.form-input-search/index.vue +24 -7
- 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 +249 -135
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"
|
|
@@ -2230,6 +2257,24 @@
|
|
|
2230
2257
|
},
|
|
2231
2258
|
"default": "md"
|
|
2232
2259
|
},
|
|
2260
|
+
{
|
|
2261
|
+
"name": "leftIcon",
|
|
2262
|
+
"description": "Left side icon name.",
|
|
2263
|
+
"value": {
|
|
2264
|
+
"kind": "expression",
|
|
2265
|
+
"type": "string"
|
|
2266
|
+
},
|
|
2267
|
+
"default": "\"\""
|
|
2268
|
+
},
|
|
2269
|
+
{
|
|
2270
|
+
"name": "rightIcon",
|
|
2271
|
+
"description": "Right side icon name.",
|
|
2272
|
+
"value": {
|
|
2273
|
+
"kind": "expression",
|
|
2274
|
+
"type": "string"
|
|
2275
|
+
},
|
|
2276
|
+
"default": "\"\""
|
|
2277
|
+
},
|
|
2233
2278
|
{
|
|
2234
2279
|
"name": "dateFormat",
|
|
2235
2280
|
"description": "Date format.",
|
|
@@ -2266,8 +2311,8 @@
|
|
|
2266
2311
|
"default": "{}"
|
|
2267
2312
|
},
|
|
2268
2313
|
{
|
|
2269
|
-
"name": "
|
|
2270
|
-
"description": "Data-
|
|
2314
|
+
"name": "dataTest",
|
|
2315
|
+
"description": "Data-test attribute for automated testing.",
|
|
2271
2316
|
"value": {
|
|
2272
2317
|
"kind": "expression",
|
|
2273
2318
|
"type": "string"
|
|
@@ -2306,6 +2351,10 @@
|
|
|
2306
2351
|
"name": "left",
|
|
2307
2352
|
"description": "Use it add something before the date."
|
|
2308
2353
|
},
|
|
2354
|
+
{
|
|
2355
|
+
"name": "left-icon",
|
|
2356
|
+
"description": "Use it add an icon before the date."
|
|
2357
|
+
},
|
|
2309
2358
|
{
|
|
2310
2359
|
"name": "right-icon",
|
|
2311
2360
|
"description": "Use it add an icon after the date."
|
|
@@ -2394,6 +2443,24 @@
|
|
|
2394
2443
|
},
|
|
2395
2444
|
"default": "md"
|
|
2396
2445
|
},
|
|
2446
|
+
{
|
|
2447
|
+
"name": "leftIcon",
|
|
2448
|
+
"description": "Left side icon name.",
|
|
2449
|
+
"value": {
|
|
2450
|
+
"kind": "expression",
|
|
2451
|
+
"type": "string"
|
|
2452
|
+
},
|
|
2453
|
+
"default": "\"\""
|
|
2454
|
+
},
|
|
2455
|
+
{
|
|
2456
|
+
"name": "rightIcon",
|
|
2457
|
+
"description": "Right side icon name.",
|
|
2458
|
+
"value": {
|
|
2459
|
+
"kind": "expression",
|
|
2460
|
+
"type": "string"
|
|
2461
|
+
},
|
|
2462
|
+
"default": "\"\""
|
|
2463
|
+
},
|
|
2397
2464
|
{
|
|
2398
2465
|
"name": "label",
|
|
2399
2466
|
"description": "Label text for input type.",
|
|
@@ -2466,8 +2533,8 @@
|
|
|
2466
2533
|
"default": "{}"
|
|
2467
2534
|
},
|
|
2468
2535
|
{
|
|
2469
|
-
"name": "
|
|
2470
|
-
"description": "Data-
|
|
2536
|
+
"name": "dataTest",
|
|
2537
|
+
"description": "Data-test attribute for automated testing.",
|
|
2471
2538
|
"value": {
|
|
2472
2539
|
"kind": "expression",
|
|
2473
2540
|
"type": "string"
|
|
@@ -2491,13 +2558,20 @@
|
|
|
2491
2558
|
],
|
|
2492
2559
|
"slots": [
|
|
2493
2560
|
{
|
|
2494
|
-
"name": "left"
|
|
2561
|
+
"name": "left",
|
|
2562
|
+
"description": "Use it to add something before the date."
|
|
2495
2563
|
},
|
|
2496
2564
|
{
|
|
2497
|
-
"name": "
|
|
2565
|
+
"name": "left-icon",
|
|
2566
|
+
"description": "Use it to add icon before the date."
|
|
2498
2567
|
},
|
|
2499
2568
|
{
|
|
2500
|
-
"name": "right"
|
|
2569
|
+
"name": "right-icon",
|
|
2570
|
+
"description": "Use it to add icon after the date."
|
|
2571
|
+
},
|
|
2572
|
+
{
|
|
2573
|
+
"name": "right",
|
|
2574
|
+
"description": "Use it to add something after the date."
|
|
2501
2575
|
}
|
|
2502
2576
|
],
|
|
2503
2577
|
"source": {
|
|
@@ -2627,8 +2701,8 @@
|
|
|
2627
2701
|
"default": "{}"
|
|
2628
2702
|
},
|
|
2629
2703
|
{
|
|
2630
|
-
"name": "
|
|
2631
|
-
"description": "Data-
|
|
2704
|
+
"name": "dataTest",
|
|
2705
|
+
"description": "Data-test attribute for automated testing.",
|
|
2632
2706
|
"value": {
|
|
2633
2707
|
"kind": "expression",
|
|
2634
2708
|
"type": "string"
|
|
@@ -2673,8 +2747,8 @@
|
|
|
2673
2747
|
"default": "{}"
|
|
2674
2748
|
},
|
|
2675
2749
|
{
|
|
2676
|
-
"name": "
|
|
2677
|
-
"description": "Data-
|
|
2750
|
+
"name": "dataTest",
|
|
2751
|
+
"description": "Data-test attribute for automated testing.",
|
|
2678
2752
|
"value": {
|
|
2679
2753
|
"kind": "expression",
|
|
2680
2754
|
"type": "string"
|
|
@@ -2809,8 +2883,8 @@
|
|
|
2809
2883
|
"default": "{}"
|
|
2810
2884
|
},
|
|
2811
2885
|
{
|
|
2812
|
-
"name": "
|
|
2813
|
-
"description": "Data-
|
|
2886
|
+
"name": "dataTest",
|
|
2887
|
+
"description": "Data-test attribute for automated testing.",
|
|
2814
2888
|
"value": {
|
|
2815
2889
|
"kind": "expression",
|
|
2816
2890
|
"type": "string"
|
|
@@ -2902,7 +2976,7 @@
|
|
|
2902
2976
|
"default": "md"
|
|
2903
2977
|
},
|
|
2904
2978
|
{
|
|
2905
|
-
"name": "
|
|
2979
|
+
"name": "round",
|
|
2906
2980
|
"description": "Set button corners rounded.",
|
|
2907
2981
|
"value": {
|
|
2908
2982
|
"kind": "expression",
|
|
@@ -3001,8 +3075,8 @@
|
|
|
3001
3075
|
"default": "{}"
|
|
3002
3076
|
},
|
|
3003
3077
|
{
|
|
3004
|
-
"name": "
|
|
3005
|
-
"description": "Data-
|
|
3078
|
+
"name": "dataTest",
|
|
3079
|
+
"description": "Data-test attribute for automated testing.",
|
|
3006
3080
|
"value": {
|
|
3007
3081
|
"kind": "expression",
|
|
3008
3082
|
"type": "string"
|
|
@@ -3058,8 +3132,8 @@
|
|
|
3058
3132
|
"default": "{}"
|
|
3059
3133
|
},
|
|
3060
3134
|
{
|
|
3061
|
-
"name": "
|
|
3062
|
-
"description": "
|
|
3135
|
+
"name": "dataTest",
|
|
3136
|
+
"description": "Data-test attribute for automated testing.",
|
|
3063
3137
|
"value": {
|
|
3064
3138
|
"kind": "expression",
|
|
3065
3139
|
"type": "string"
|
|
@@ -3230,8 +3304,8 @@
|
|
|
3230
3304
|
"default": "{}"
|
|
3231
3305
|
},
|
|
3232
3306
|
{
|
|
3233
|
-
"name": "
|
|
3234
|
-
"description": "Data-
|
|
3307
|
+
"name": "dataTest",
|
|
3308
|
+
"description": "Data-test attribute for automated testing.",
|
|
3235
3309
|
"value": {
|
|
3236
3310
|
"kind": "expression",
|
|
3237
3311
|
"type": "string"
|
|
@@ -3467,8 +3541,8 @@
|
|
|
3467
3541
|
"default": "{}"
|
|
3468
3542
|
},
|
|
3469
3543
|
{
|
|
3470
|
-
"name": "
|
|
3471
|
-
"description": "
|
|
3544
|
+
"name": "dataTest",
|
|
3545
|
+
"description": "Data-test attribute for automated testing.",
|
|
3472
3546
|
"value": {
|
|
3473
3547
|
"kind": "expression",
|
|
3474
3548
|
"type": "string"
|
|
@@ -3554,8 +3628,8 @@
|
|
|
3554
3628
|
"default": "{}"
|
|
3555
3629
|
},
|
|
3556
3630
|
{
|
|
3557
|
-
"name": "
|
|
3558
|
-
"description": "Data-
|
|
3631
|
+
"name": "dataTest",
|
|
3632
|
+
"description": "Data-test attribute for automated testing.",
|
|
3559
3633
|
"value": {
|
|
3560
3634
|
"kind": "expression",
|
|
3561
3635
|
"type": "string"
|
|
@@ -3656,8 +3730,8 @@
|
|
|
3656
3730
|
"default": "{}"
|
|
3657
3731
|
},
|
|
3658
3732
|
{
|
|
3659
|
-
"name": "
|
|
3660
|
-
"description": "
|
|
3733
|
+
"name": "dataTest",
|
|
3734
|
+
"description": "Data-test attribute for automated testing.",
|
|
3661
3735
|
"value": {
|
|
3662
3736
|
"kind": "expression",
|
|
3663
3737
|
"type": "string"
|
|
@@ -3747,8 +3821,8 @@
|
|
|
3747
3821
|
"default": "{}"
|
|
3748
3822
|
},
|
|
3749
3823
|
{
|
|
3750
|
-
"name": "
|
|
3751
|
-
"description": "Data-
|
|
3824
|
+
"name": "dataTest",
|
|
3825
|
+
"description": "Data-test attribute for automated testing.",
|
|
3752
3826
|
"value": {
|
|
3753
3827
|
"kind": "expression",
|
|
3754
3828
|
"type": "string"
|
|
@@ -3860,8 +3934,8 @@
|
|
|
3860
3934
|
"default": "{}"
|
|
3861
3935
|
},
|
|
3862
3936
|
{
|
|
3863
|
-
"name": "
|
|
3864
|
-
"description": "Data-
|
|
3937
|
+
"name": "dataTest",
|
|
3938
|
+
"description": "Data-test attribute for automated testing.",
|
|
3865
3939
|
"value": {
|
|
3866
3940
|
"kind": "expression",
|
|
3867
3941
|
"type": "string"
|
|
@@ -3920,8 +3994,8 @@
|
|
|
3920
3994
|
"default": "md"
|
|
3921
3995
|
},
|
|
3922
3996
|
{
|
|
3923
|
-
"name": "
|
|
3924
|
-
"description": "Set
|
|
3997
|
+
"name": "round",
|
|
3998
|
+
"description": "Set round mild semi-transparent background and solid colour icon.",
|
|
3925
3999
|
"value": {
|
|
3926
4000
|
"kind": "expression",
|
|
3927
4001
|
"type": "boolean"
|
|
@@ -3974,8 +4048,8 @@
|
|
|
3974
4048
|
"default": "{}"
|
|
3975
4049
|
},
|
|
3976
4050
|
{
|
|
3977
|
-
"name": "
|
|
3978
|
-
"description": "Data-
|
|
4051
|
+
"name": "dataTest",
|
|
4052
|
+
"description": "Data-test attribute for automated testing.",
|
|
3979
4053
|
"value": {
|
|
3980
4054
|
"kind": "expression",
|
|
3981
4055
|
"type": "string"
|
|
@@ -4178,8 +4252,8 @@
|
|
|
4178
4252
|
"default": "{}"
|
|
4179
4253
|
},
|
|
4180
4254
|
{
|
|
4181
|
-
"name": "
|
|
4182
|
-
"description": "Data-
|
|
4255
|
+
"name": "dataTest",
|
|
4256
|
+
"description": "Data-test attribute for automated testing.",
|
|
4183
4257
|
"value": {
|
|
4184
4258
|
"kind": "expression",
|
|
4185
4259
|
"type": "string"
|
|
@@ -4396,8 +4470,8 @@
|
|
|
4396
4470
|
"default": "{}"
|
|
4397
4471
|
},
|
|
4398
4472
|
{
|
|
4399
|
-
"name": "
|
|
4400
|
-
"description": "Data-
|
|
4473
|
+
"name": "dataTest",
|
|
4474
|
+
"description": "Data-test attribute for automated testing.",
|
|
4401
4475
|
"value": {
|
|
4402
4476
|
"kind": "expression",
|
|
4403
4477
|
"type": "string"
|
|
@@ -4526,6 +4600,24 @@
|
|
|
4526
4600
|
},
|
|
4527
4601
|
"default": "md"
|
|
4528
4602
|
},
|
|
4603
|
+
{
|
|
4604
|
+
"name": "leftIcon",
|
|
4605
|
+
"description": "Left side icon name.",
|
|
4606
|
+
"value": {
|
|
4607
|
+
"kind": "expression",
|
|
4608
|
+
"type": "string"
|
|
4609
|
+
},
|
|
4610
|
+
"default": "\"\""
|
|
4611
|
+
},
|
|
4612
|
+
{
|
|
4613
|
+
"name": "rightIcon",
|
|
4614
|
+
"description": "Right side icon name.",
|
|
4615
|
+
"value": {
|
|
4616
|
+
"kind": "expression",
|
|
4617
|
+
"type": "string"
|
|
4618
|
+
},
|
|
4619
|
+
"default": "\"\""
|
|
4620
|
+
},
|
|
4529
4621
|
{
|
|
4530
4622
|
"name": "decimalScale",
|
|
4531
4623
|
"description": "Number of signs after the comma.",
|
|
@@ -4617,8 +4709,8 @@
|
|
|
4617
4709
|
"default": "{}"
|
|
4618
4710
|
},
|
|
4619
4711
|
{
|
|
4620
|
-
"name": "
|
|
4621
|
-
"description": "Data-
|
|
4712
|
+
"name": "dataTest",
|
|
4713
|
+
"description": "Data-test attribute for automated testing.",
|
|
4622
4714
|
"value": {
|
|
4623
4715
|
"kind": "expression",
|
|
4624
4716
|
"type": "string"
|
|
@@ -4646,12 +4738,16 @@
|
|
|
4646
4738
|
"description": "Use it to add something left."
|
|
4647
4739
|
},
|
|
4648
4740
|
{
|
|
4649
|
-
"name": "
|
|
4650
|
-
"description": "Use it to add
|
|
4741
|
+
"name": "left-icon",
|
|
4742
|
+
"description": "Use it to add icon before the text."
|
|
4651
4743
|
},
|
|
4652
4744
|
{
|
|
4653
4745
|
"name": "right-icon",
|
|
4654
|
-
"description": "Use it to add
|
|
4746
|
+
"description": "Use it to add icon after the text."
|
|
4747
|
+
},
|
|
4748
|
+
{
|
|
4749
|
+
"name": "right",
|
|
4750
|
+
"description": "Use it to add something right."
|
|
4655
4751
|
}
|
|
4656
4752
|
],
|
|
4657
4753
|
"source": {
|
|
@@ -4727,8 +4823,8 @@
|
|
|
4727
4823
|
"default": "{}"
|
|
4728
4824
|
},
|
|
4729
4825
|
{
|
|
4730
|
-
"name": "
|
|
4731
|
-
"description": "Data-
|
|
4826
|
+
"name": "dataTest",
|
|
4827
|
+
"description": "Data-test attribute for automated testing.",
|
|
4732
4828
|
"value": {
|
|
4733
4829
|
"kind": "expression",
|
|
4734
4830
|
"type": "string"
|
|
@@ -4859,8 +4955,8 @@
|
|
|
4859
4955
|
"default": "{}"
|
|
4860
4956
|
},
|
|
4861
4957
|
{
|
|
4862
|
-
"name": "
|
|
4863
|
-
"description": "Data-
|
|
4958
|
+
"name": "dataTest",
|
|
4959
|
+
"description": "Data-test attribute for automated testing.",
|
|
4864
4960
|
"value": {
|
|
4865
4961
|
"kind": "expression",
|
|
4866
4962
|
"type": "string"
|
|
@@ -4941,6 +5037,24 @@
|
|
|
4941
5037
|
},
|
|
4942
5038
|
"default": "md"
|
|
4943
5039
|
},
|
|
5040
|
+
{
|
|
5041
|
+
"name": "leftIcon",
|
|
5042
|
+
"description": "Left side icon name.",
|
|
5043
|
+
"value": {
|
|
5044
|
+
"kind": "expression",
|
|
5045
|
+
"type": "string"
|
|
5046
|
+
},
|
|
5047
|
+
"default": "\"\""
|
|
5048
|
+
},
|
|
5049
|
+
{
|
|
5050
|
+
"name": "rightIcon",
|
|
5051
|
+
"description": "Right side icon name.",
|
|
5052
|
+
"value": {
|
|
5053
|
+
"kind": "expression",
|
|
5054
|
+
"type": "string"
|
|
5055
|
+
},
|
|
5056
|
+
"default": "\"\""
|
|
5057
|
+
},
|
|
4944
5058
|
{
|
|
4945
5059
|
"name": "placeholder",
|
|
4946
5060
|
"description": "Input placeholder.",
|
|
@@ -5040,8 +5154,8 @@
|
|
|
5040
5154
|
"default": "{}"
|
|
5041
5155
|
},
|
|
5042
5156
|
{
|
|
5043
|
-
"name": "
|
|
5044
|
-
"description": "Data-
|
|
5157
|
+
"name": "dataTest",
|
|
5158
|
+
"description": "Data-test attribute for automated testing.",
|
|
5045
5159
|
"value": {
|
|
5046
5160
|
"kind": "expression",
|
|
5047
5161
|
"type": "string"
|
|
@@ -5200,8 +5314,8 @@
|
|
|
5200
5314
|
"default": "{}"
|
|
5201
5315
|
},
|
|
5202
5316
|
{
|
|
5203
|
-
"name": "
|
|
5204
|
-
"description": "
|
|
5317
|
+
"name": "dataTest",
|
|
5318
|
+
"description": "Data-test attribute for automated testing.",
|
|
5205
5319
|
"value": {
|
|
5206
5320
|
"kind": "expression",
|
|
5207
5321
|
"type": "string"
|
|
@@ -5414,8 +5528,8 @@
|
|
|
5414
5528
|
"default": "{}"
|
|
5415
5529
|
},
|
|
5416
5530
|
{
|
|
5417
|
-
"name": "
|
|
5418
|
-
"description": "Data-
|
|
5531
|
+
"name": "dataTest",
|
|
5532
|
+
"description": "Data-test attribute for automated testing.",
|
|
5419
5533
|
"value": {
|
|
5420
5534
|
"kind": "expression",
|
|
5421
5535
|
"type": "string"
|
|
@@ -5688,8 +5802,8 @@
|
|
|
5688
5802
|
"default": "() => getRandomId()"
|
|
5689
5803
|
},
|
|
5690
5804
|
{
|
|
5691
|
-
"name": "
|
|
5692
|
-
"description": "Set data-
|
|
5805
|
+
"name": "dataTest",
|
|
5806
|
+
"description": "Set data-test attribute for automated testing.",
|
|
5693
5807
|
"value": {
|
|
5694
5808
|
"kind": "expression",
|
|
5695
5809
|
"type": "string"
|
|
@@ -5827,8 +5941,8 @@
|
|
|
5827
5941
|
"default": "{}"
|
|
5828
5942
|
},
|
|
5829
5943
|
{
|
|
5830
|
-
"name": "
|
|
5831
|
-
"description": "Data-
|
|
5944
|
+
"name": "dataTest",
|
|
5945
|
+
"description": "Data-test attribute for automated testing.",
|
|
5832
5946
|
"value": {
|
|
5833
5947
|
"kind": "expression",
|
|
5834
5948
|
"type": "string"
|
|
@@ -6016,8 +6130,8 @@
|
|
|
6016
6130
|
"default": "true"
|
|
6017
6131
|
},
|
|
6018
6132
|
{
|
|
6019
|
-
"name": "
|
|
6020
|
-
"description": "
|
|
6133
|
+
"name": "dataTest",
|
|
6134
|
+
"description": "Data-test attribute for automated testing.",
|
|
6021
6135
|
"value": {
|
|
6022
6136
|
"kind": "expression",
|
|
6023
6137
|
"type": "string"
|
|
@@ -6172,8 +6286,8 @@
|
|
|
6172
6286
|
"default": "{}"
|
|
6173
6287
|
},
|
|
6174
6288
|
{
|
|
6175
|
-
"name": "
|
|
6176
|
-
"description": "
|
|
6289
|
+
"name": "dataTest",
|
|
6290
|
+
"description": "Data-test attribute for automated testing.",
|
|
6177
6291
|
"value": {
|
|
6178
6292
|
"kind": "expression",
|
|
6179
6293
|
"type": "string"
|
|
@@ -6354,8 +6468,8 @@
|
|
|
6354
6468
|
"default": "{}"
|
|
6355
6469
|
},
|
|
6356
6470
|
{
|
|
6357
|
-
"name": "
|
|
6358
|
-
"description": "Data-
|
|
6471
|
+
"name": "dataTest",
|
|
6472
|
+
"description": "Data-test attribute for automated testing.",
|
|
6359
6473
|
"value": {
|
|
6360
6474
|
"kind": "expression",
|
|
6361
6475
|
"type": "string"
|
|
@@ -6481,8 +6595,8 @@
|
|
|
6481
6595
|
"default": "{}"
|
|
6482
6596
|
},
|
|
6483
6597
|
{
|
|
6484
|
-
"name": "
|
|
6485
|
-
"description": "Data-
|
|
6598
|
+
"name": "dataTest",
|
|
6599
|
+
"description": "Data-test attribute for automated testing.",
|
|
6486
6600
|
"value": {
|
|
6487
6601
|
"kind": "expression",
|
|
6488
6602
|
"type": "string"
|
|
@@ -6661,8 +6775,8 @@
|
|
|
6661
6775
|
"default": "{}"
|
|
6662
6776
|
},
|
|
6663
6777
|
{
|
|
6664
|
-
"name": "
|
|
6665
|
-
"description": "Data-
|
|
6778
|
+
"name": "dataTest",
|
|
6779
|
+
"description": "Data-test attribute for automated testing.",
|
|
6666
6780
|
"value": {
|
|
6667
6781
|
"kind": "expression",
|
|
6668
6782
|
"type": "string"
|
|
@@ -6789,8 +6903,8 @@
|
|
|
6789
6903
|
"default": "{}"
|
|
6790
6904
|
},
|
|
6791
6905
|
{
|
|
6792
|
-
"name": "
|
|
6793
|
-
"description": "Data-
|
|
6906
|
+
"name": "dataTest",
|
|
6907
|
+
"description": "Data-test attribute for automated testing.",
|
|
6794
6908
|
"value": {
|
|
6795
6909
|
"kind": "expression",
|
|
6796
6910
|
"type": "string"
|
|
@@ -6890,8 +7004,8 @@
|
|
|
6890
7004
|
"default": "{}"
|
|
6891
7005
|
},
|
|
6892
7006
|
{
|
|
6893
|
-
"name": "
|
|
6894
|
-
"description": "Data-
|
|
7007
|
+
"name": "dataTest",
|
|
7008
|
+
"description": "Data-test attribute for automated testing.",
|
|
6895
7009
|
"value": {
|
|
6896
7010
|
"kind": "expression",
|
|
6897
7011
|
"type": "string"
|
|
@@ -7131,8 +7245,8 @@
|
|
|
7131
7245
|
"default": "{}"
|
|
7132
7246
|
},
|
|
7133
7247
|
{
|
|
7134
|
-
"name": "
|
|
7135
|
-
"description": "Data-
|
|
7248
|
+
"name": "dataTest",
|
|
7249
|
+
"description": "Data-test attribute for automated testing.",
|
|
7136
7250
|
"value": {
|
|
7137
7251
|
"kind": "expression",
|
|
7138
7252
|
"type": "string"
|
|
@@ -7442,8 +7556,8 @@
|
|
|
7442
7556
|
"default": "{}"
|
|
7443
7557
|
},
|
|
7444
7558
|
{
|
|
7445
|
-
"name": "
|
|
7446
|
-
"description": "
|
|
7559
|
+
"name": "dataTest",
|
|
7560
|
+
"description": "Data-test attribute for automated testing.",
|
|
7447
7561
|
"value": {
|
|
7448
7562
|
"kind": "expression",
|
|
7449
7563
|
"type": "string"
|
|
@@ -7511,8 +7625,8 @@
|
|
|
7511
7625
|
"default": "{}"
|
|
7512
7626
|
},
|
|
7513
7627
|
{
|
|
7514
|
-
"name": "
|
|
7515
|
-
"description": "Data-
|
|
7628
|
+
"name": "dataTest",
|
|
7629
|
+
"description": "Data-test attribute for automated testing.",
|
|
7516
7630
|
"value": {
|
|
7517
7631
|
"kind": "expression",
|
|
7518
7632
|
"type": "string"
|
|
@@ -7617,8 +7731,8 @@
|
|
|
7617
7731
|
"default": "{}"
|
|
7618
7732
|
},
|
|
7619
7733
|
{
|
|
7620
|
-
"name": "
|
|
7621
|
-
"description": "Data-
|
|
7734
|
+
"name": "dataTest",
|
|
7735
|
+
"description": "Data-test attribute for automated testing.",
|
|
7622
7736
|
"value": {
|
|
7623
7737
|
"kind": "expression",
|
|
7624
7738
|
"type": "string"
|
|
@@ -7799,8 +7913,8 @@
|
|
|
7799
7913
|
"default": "{}"
|
|
7800
7914
|
},
|
|
7801
7915
|
{
|
|
7802
|
-
"name": "
|
|
7803
|
-
"description": "Data-
|
|
7916
|
+
"name": "dataTest",
|
|
7917
|
+
"description": "Data-test attribute for automated testing.",
|
|
7804
7918
|
"value": {
|
|
7805
7919
|
"kind": "expression",
|
|
7806
7920
|
"type": "string"
|
|
@@ -7883,8 +7997,8 @@
|
|
|
7883
7997
|
"default": "{}"
|
|
7884
7998
|
},
|
|
7885
7999
|
{
|
|
7886
|
-
"name": "
|
|
7887
|
-
"description": "Data-
|
|
8000
|
+
"name": "dataTest",
|
|
8001
|
+
"description": "Data-test attribute for automated testing.",
|
|
7888
8002
|
"value": {
|
|
7889
8003
|
"kind": "expression",
|
|
7890
8004
|
"type": "string"
|
|
@@ -8034,8 +8148,8 @@
|
|
|
8034
8148
|
"default": "{}"
|
|
8035
8149
|
},
|
|
8036
8150
|
{
|
|
8037
|
-
"name": "
|
|
8038
|
-
"description": "
|
|
8151
|
+
"name": "dataTest",
|
|
8152
|
+
"description": "Data-test attribute for automated testing.",
|
|
8039
8153
|
"value": {
|
|
8040
8154
|
"kind": "expression",
|
|
8041
8155
|
"type": "string"
|
|
@@ -8205,7 +8319,7 @@
|
|
|
8205
8319
|
"default": "false"
|
|
8206
8320
|
},
|
|
8207
8321
|
{
|
|
8208
|
-
"name": "
|
|
8322
|
+
"name": "round",
|
|
8209
8323
|
"description": "Set button corners rounded.",
|
|
8210
8324
|
"value": {
|
|
8211
8325
|
"kind": "expression",
|
|
@@ -8232,8 +8346,8 @@
|
|
|
8232
8346
|
"default": "{}"
|
|
8233
8347
|
},
|
|
8234
8348
|
{
|
|
8235
|
-
"name": "
|
|
8236
|
-
"description": "
|
|
8349
|
+
"name": "dataTest",
|
|
8350
|
+
"description": "Data-test attribute for automated testing.",
|
|
8237
8351
|
"value": {
|
|
8238
8352
|
"kind": "expression",
|
|
8239
8353
|
"type": "string"
|
|
@@ -8325,8 +8439,8 @@
|
|
|
8325
8439
|
"default": "{}"
|
|
8326
8440
|
},
|
|
8327
8441
|
{
|
|
8328
|
-
"name": "
|
|
8329
|
-
"description": "Data-
|
|
8442
|
+
"name": "dataTest",
|
|
8443
|
+
"description": "Data-test attribute for automated testing.",
|
|
8330
8444
|
"value": {
|
|
8331
8445
|
"kind": "expression",
|
|
8332
8446
|
"type": "string"
|