@umbraco-ui/uui 1.10.1 → 1.12.0
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/custom-elements.json +330 -224
- package/dist/uui.min.js +141 -86
- package/dist/uui.min.js.map +1 -1
- package/package.json +84 -84
- package/vscode-html-custom-data.json +160 -110
package/custom-elements.json
CHANGED
|
@@ -49,6 +49,12 @@
|
|
|
49
49
|
"name": "",
|
|
50
50
|
"description": "Insert the `<uui-avatar>` elements in the default slot"
|
|
51
51
|
}
|
|
52
|
+
],
|
|
53
|
+
"cssProperties": [
|
|
54
|
+
{
|
|
55
|
+
"name": "--uui-avatar-border-color",
|
|
56
|
+
"description": "Border color of the avatars"
|
|
57
|
+
}
|
|
52
58
|
]
|
|
53
59
|
},
|
|
54
60
|
{
|
|
@@ -443,7 +449,7 @@
|
|
|
443
449
|
{
|
|
444
450
|
"name": "type",
|
|
445
451
|
"description": "Specifies the type of button",
|
|
446
|
-
"type": "
|
|
452
|
+
"type": "\"submit\" | \"button\" | \"reset\"",
|
|
447
453
|
"default": "\"\\\"button\\\"\""
|
|
448
454
|
},
|
|
449
455
|
{
|
|
@@ -472,7 +478,7 @@
|
|
|
472
478
|
},
|
|
473
479
|
{
|
|
474
480
|
"name": "state",
|
|
475
|
-
"description": "Sets the state of the button. With waiting state a loader will show, the success
|
|
481
|
+
"description": "Sets the state of the button. With waiting state a loader will show, the success and fail states display icons. State is automatically reset to the default after 3 seconds.",
|
|
476
482
|
"type": "undefined |'waiting' | 'success' | 'failed'",
|
|
477
483
|
"default": "\"undefined\""
|
|
478
484
|
},
|
|
@@ -506,12 +512,6 @@
|
|
|
506
512
|
"type": "string",
|
|
507
513
|
"default": "\"''\""
|
|
508
514
|
},
|
|
509
|
-
{
|
|
510
|
-
"name": "pristine",
|
|
511
|
-
"description": "Determines wether the form control has been touched or interacted with, this determines wether the validation-status of this form control should be made visible.",
|
|
512
|
-
"type": "boolean",
|
|
513
|
-
"default": "\"true\""
|
|
514
|
-
},
|
|
515
515
|
{
|
|
516
516
|
"name": "required",
|
|
517
517
|
"description": "Apply validation rule for requiring a value of this form control.",
|
|
@@ -536,6 +536,12 @@
|
|
|
536
536
|
"type": "string",
|
|
537
537
|
"default": "\"This field is invalid\""
|
|
538
538
|
},
|
|
539
|
+
{
|
|
540
|
+
"name": "pristine",
|
|
541
|
+
"description": "Determines wether the form control has been touched or interacted with, this determines wether the validation-status of this form control should be made visible.",
|
|
542
|
+
"type": "boolean",
|
|
543
|
+
"default": "\"true\""
|
|
544
|
+
},
|
|
539
545
|
{
|
|
540
546
|
"name": "label",
|
|
541
547
|
"description": "label to be used for aria-label and potentially as visual label for some components",
|
|
@@ -553,7 +559,7 @@
|
|
|
553
559
|
"name": "type",
|
|
554
560
|
"attribute": "type",
|
|
555
561
|
"description": "Specifies the type of button",
|
|
556
|
-
"type": "
|
|
562
|
+
"type": "\"submit\" | \"button\" | \"reset\"",
|
|
557
563
|
"default": "\"\\\"button\\\"\""
|
|
558
564
|
},
|
|
559
565
|
{
|
|
@@ -587,7 +593,7 @@
|
|
|
587
593
|
{
|
|
588
594
|
"name": "state",
|
|
589
595
|
"attribute": "state",
|
|
590
|
-
"description": "Sets the state of the button. With waiting state a loader will show, the success
|
|
596
|
+
"description": "Sets the state of the button. With waiting state a loader will show, the success and fail states display icons. State is automatically reset to the default after 3 seconds.",
|
|
591
597
|
"type": "undefined |'waiting' | 'success' | 'failed'",
|
|
592
598
|
"default": "\"undefined\""
|
|
593
599
|
},
|
|
@@ -637,13 +643,6 @@
|
|
|
637
643
|
"type": "string",
|
|
638
644
|
"default": "\"''\""
|
|
639
645
|
},
|
|
640
|
-
{
|
|
641
|
-
"name": "pristine",
|
|
642
|
-
"attribute": "pristine",
|
|
643
|
-
"description": "Determines wether the form control has been touched or interacted with, this determines wether the validation-status of this form control should be made visible.",
|
|
644
|
-
"type": "boolean",
|
|
645
|
-
"default": "\"true\""
|
|
646
|
-
},
|
|
647
646
|
{
|
|
648
647
|
"name": "required",
|
|
649
648
|
"attribute": "required",
|
|
@@ -680,6 +679,13 @@
|
|
|
680
679
|
"name": "validationMessage",
|
|
681
680
|
"type": "string"
|
|
682
681
|
},
|
|
682
|
+
{
|
|
683
|
+
"name": "pristine",
|
|
684
|
+
"attribute": "pristine",
|
|
685
|
+
"description": "Determines wether the form control has been touched or interacted with, this determines wether the validation-status of this form control should be made visible.",
|
|
686
|
+
"type": "boolean",
|
|
687
|
+
"default": "\"true\""
|
|
688
|
+
},
|
|
683
689
|
{
|
|
684
690
|
"name": "label",
|
|
685
691
|
"attribute": "label",
|
|
@@ -967,6 +973,12 @@
|
|
|
967
973
|
"type": "string",
|
|
968
974
|
"default": "\"''\""
|
|
969
975
|
},
|
|
976
|
+
{
|
|
977
|
+
"name": "detail",
|
|
978
|
+
"description": "Node details",
|
|
979
|
+
"type": "string",
|
|
980
|
+
"default": "\"''\""
|
|
981
|
+
},
|
|
970
982
|
{
|
|
971
983
|
"name": "disabled",
|
|
972
984
|
"description": "Set to true to prevent opening of this item.\nThis does not prevent selection, selection is controlled by property 'selectable'",
|
|
@@ -1022,6 +1034,13 @@
|
|
|
1022
1034
|
"type": "string",
|
|
1023
1035
|
"default": "\"''\""
|
|
1024
1036
|
},
|
|
1037
|
+
{
|
|
1038
|
+
"name": "detail",
|
|
1039
|
+
"attribute": "detail",
|
|
1040
|
+
"description": "Node details",
|
|
1041
|
+
"type": "string",
|
|
1042
|
+
"default": "\"''\""
|
|
1043
|
+
},
|
|
1025
1044
|
{
|
|
1026
1045
|
"name": "disabled",
|
|
1027
1046
|
"attribute": "disabled",
|
|
@@ -1125,6 +1144,12 @@
|
|
|
1125
1144
|
"type": "string",
|
|
1126
1145
|
"default": "\"''\""
|
|
1127
1146
|
},
|
|
1147
|
+
{
|
|
1148
|
+
"name": "detail",
|
|
1149
|
+
"description": "Media detail",
|
|
1150
|
+
"type": "string",
|
|
1151
|
+
"default": "\"''\""
|
|
1152
|
+
},
|
|
1128
1153
|
{
|
|
1129
1154
|
"name": "file-ext",
|
|
1130
1155
|
"description": "Media file extension, without \".\"",
|
|
@@ -1186,6 +1211,13 @@
|
|
|
1186
1211
|
"type": "string",
|
|
1187
1212
|
"default": "\"''\""
|
|
1188
1213
|
},
|
|
1214
|
+
{
|
|
1215
|
+
"name": "detail",
|
|
1216
|
+
"attribute": "detail",
|
|
1217
|
+
"description": "Media detail",
|
|
1218
|
+
"type": "string",
|
|
1219
|
+
"default": "\"''\""
|
|
1220
|
+
},
|
|
1189
1221
|
{
|
|
1190
1222
|
"name": "fileExt",
|
|
1191
1223
|
"attribute": "file-ext",
|
|
@@ -1439,6 +1471,7 @@
|
|
|
1439
1471
|
{
|
|
1440
1472
|
"name": "uui-card",
|
|
1441
1473
|
"path": "./../uui-card/lib/uui-card.element.ts",
|
|
1474
|
+
"description": "Card is a Component that provides the basics for a Card component. This can be extended in code to match a certain need.",
|
|
1442
1475
|
"attributes": [
|
|
1443
1476
|
{
|
|
1444
1477
|
"name": "disabled",
|
|
@@ -1645,12 +1678,6 @@
|
|
|
1645
1678
|
"type": "string",
|
|
1646
1679
|
"default": "\"''\""
|
|
1647
1680
|
},
|
|
1648
|
-
{
|
|
1649
|
-
"name": "pristine",
|
|
1650
|
-
"description": "Determines wether the form control has been touched or interacted with, this determines wether the validation-status of this form control should be made visible.",
|
|
1651
|
-
"type": "boolean",
|
|
1652
|
-
"default": "\"true\""
|
|
1653
|
-
},
|
|
1654
1681
|
{
|
|
1655
1682
|
"name": "required",
|
|
1656
1683
|
"description": "Apply validation rule for requiring a value of this form control.",
|
|
@@ -1675,6 +1702,12 @@
|
|
|
1675
1702
|
"type": "string",
|
|
1676
1703
|
"default": "\"This field is invalid\""
|
|
1677
1704
|
},
|
|
1705
|
+
{
|
|
1706
|
+
"name": "pristine",
|
|
1707
|
+
"description": "Determines wether the form control has been touched or interacted with, this determines wether the validation-status of this form control should be made visible.",
|
|
1708
|
+
"type": "boolean",
|
|
1709
|
+
"default": "\"true\""
|
|
1710
|
+
},
|
|
1678
1711
|
{
|
|
1679
1712
|
"name": "label",
|
|
1680
1713
|
"description": "Label to be used for aria-label and potentially as visual label for some components",
|
|
@@ -1742,13 +1775,6 @@
|
|
|
1742
1775
|
"type": "string",
|
|
1743
1776
|
"default": "\"''\""
|
|
1744
1777
|
},
|
|
1745
|
-
{
|
|
1746
|
-
"name": "pristine",
|
|
1747
|
-
"attribute": "pristine",
|
|
1748
|
-
"description": "Determines wether the form control has been touched or interacted with, this determines wether the validation-status of this form control should be made visible.",
|
|
1749
|
-
"type": "boolean",
|
|
1750
|
-
"default": "\"true\""
|
|
1751
|
-
},
|
|
1752
1778
|
{
|
|
1753
1779
|
"name": "required",
|
|
1754
1780
|
"attribute": "required",
|
|
@@ -1785,6 +1811,13 @@
|
|
|
1785
1811
|
"name": "validationMessage",
|
|
1786
1812
|
"type": "string"
|
|
1787
1813
|
},
|
|
1814
|
+
{
|
|
1815
|
+
"name": "pristine",
|
|
1816
|
+
"attribute": "pristine",
|
|
1817
|
+
"description": "Determines wether the form control has been touched or interacted with, this determines wether the validation-status of this form control should be made visible.",
|
|
1818
|
+
"type": "boolean",
|
|
1819
|
+
"default": "\"true\""
|
|
1820
|
+
},
|
|
1788
1821
|
{
|
|
1789
1822
|
"name": "label",
|
|
1790
1823
|
"attribute": "label",
|
|
@@ -1809,6 +1842,18 @@
|
|
|
1809
1842
|
"name": "uui-color-area",
|
|
1810
1843
|
"path": "./../uui-color-area/lib/uui-color-area.element.ts",
|
|
1811
1844
|
"attributes": [
|
|
1845
|
+
{
|
|
1846
|
+
"name": "disabled",
|
|
1847
|
+
"description": "Sets the color area to disabled.",
|
|
1848
|
+
"type": "boolean",
|
|
1849
|
+
"default": "\"false\""
|
|
1850
|
+
},
|
|
1851
|
+
{
|
|
1852
|
+
"name": "readonly",
|
|
1853
|
+
"description": "Sets the color area to readonly mode.",
|
|
1854
|
+
"type": "boolean",
|
|
1855
|
+
"default": "\"false\""
|
|
1856
|
+
},
|
|
1812
1857
|
{
|
|
1813
1858
|
"name": "hue",
|
|
1814
1859
|
"description": "The current hue.",
|
|
@@ -1843,15 +1888,23 @@
|
|
|
1843
1888
|
"name": "value",
|
|
1844
1889
|
"description": "The current value.",
|
|
1845
1890
|
"type": "string"
|
|
1846
|
-
},
|
|
1847
|
-
{
|
|
1848
|
-
"name": "disabled",
|
|
1849
|
-
"description": "Disables the color area.",
|
|
1850
|
-
"type": "boolean",
|
|
1851
|
-
"default": "false"
|
|
1852
1891
|
}
|
|
1853
1892
|
],
|
|
1854
1893
|
"properties": [
|
|
1894
|
+
{
|
|
1895
|
+
"name": "disabled",
|
|
1896
|
+
"attribute": "disabled",
|
|
1897
|
+
"description": "Sets the color area to disabled.",
|
|
1898
|
+
"type": "boolean",
|
|
1899
|
+
"default": "\"false\""
|
|
1900
|
+
},
|
|
1901
|
+
{
|
|
1902
|
+
"name": "readonly",
|
|
1903
|
+
"attribute": "readonly",
|
|
1904
|
+
"description": "Sets the color area to readonly mode.",
|
|
1905
|
+
"type": "boolean",
|
|
1906
|
+
"default": "\"false\""
|
|
1907
|
+
},
|
|
1855
1908
|
{
|
|
1856
1909
|
"name": "hue",
|
|
1857
1910
|
"attribute": "hue",
|
|
@@ -1893,13 +1946,6 @@
|
|
|
1893
1946
|
"description": "The current value.",
|
|
1894
1947
|
"type": "string"
|
|
1895
1948
|
},
|
|
1896
|
-
{
|
|
1897
|
-
"name": "disabled",
|
|
1898
|
-
"attribute": "disabled",
|
|
1899
|
-
"description": "Disables the color area.",
|
|
1900
|
-
"type": "boolean",
|
|
1901
|
-
"default": "false"
|
|
1902
|
-
},
|
|
1903
1949
|
{
|
|
1904
1950
|
"name": "styles",
|
|
1905
1951
|
"type": "CSSResult[]",
|
|
@@ -1955,7 +2001,7 @@
|
|
|
1955
2001
|
},
|
|
1956
2002
|
{
|
|
1957
2003
|
"name": "disabled",
|
|
1958
|
-
"description": "
|
|
2004
|
+
"description": "Sets the color picker to disabled.",
|
|
1959
2005
|
"type": "boolean",
|
|
1960
2006
|
"default": "\"false\""
|
|
1961
2007
|
},
|
|
@@ -1965,6 +2011,12 @@
|
|
|
1965
2011
|
"type": "boolean",
|
|
1966
2012
|
"default": "\"false\""
|
|
1967
2013
|
},
|
|
2014
|
+
{
|
|
2015
|
+
"name": "readonly",
|
|
2016
|
+
"description": "Sets the color picker to readonly mode.",
|
|
2017
|
+
"type": "boolean",
|
|
2018
|
+
"default": "\"false\""
|
|
2019
|
+
},
|
|
1968
2020
|
{
|
|
1969
2021
|
"name": "uppercase",
|
|
1970
2022
|
"description": "By default, the value will be set in lowercase. Set this to true to set it in uppercase instead.",
|
|
@@ -2023,7 +2075,7 @@
|
|
|
2023
2075
|
{
|
|
2024
2076
|
"name": "disabled",
|
|
2025
2077
|
"attribute": "disabled",
|
|
2026
|
-
"description": "
|
|
2078
|
+
"description": "Sets the color picker to disabled.",
|
|
2027
2079
|
"type": "boolean",
|
|
2028
2080
|
"default": "\"false\""
|
|
2029
2081
|
},
|
|
@@ -2034,6 +2086,13 @@
|
|
|
2034
2086
|
"type": "boolean",
|
|
2035
2087
|
"default": "\"false\""
|
|
2036
2088
|
},
|
|
2089
|
+
{
|
|
2090
|
+
"name": "readonly",
|
|
2091
|
+
"attribute": "readonly",
|
|
2092
|
+
"description": "Sets the color picker to readonly mode.",
|
|
2093
|
+
"type": "boolean",
|
|
2094
|
+
"default": "\"false\""
|
|
2095
|
+
},
|
|
2037
2096
|
{
|
|
2038
2097
|
"name": "uppercase",
|
|
2039
2098
|
"attribute": "uppercase",
|
|
@@ -2118,9 +2177,15 @@
|
|
|
2118
2177
|
"type": "number",
|
|
2119
2178
|
"default": "\"0\""
|
|
2120
2179
|
},
|
|
2180
|
+
{
|
|
2181
|
+
"name": "readonly",
|
|
2182
|
+
"description": "Sets the color slider to readonly mode.",
|
|
2183
|
+
"type": "boolean",
|
|
2184
|
+
"default": "\"false\""
|
|
2185
|
+
},
|
|
2121
2186
|
{
|
|
2122
2187
|
"name": "disabled",
|
|
2123
|
-
"description": "
|
|
2188
|
+
"description": "Sets the color slider to disabled.",
|
|
2124
2189
|
"type": "boolean",
|
|
2125
2190
|
"default": "\"false\""
|
|
2126
2191
|
},
|
|
@@ -2180,10 +2245,17 @@
|
|
|
2180
2245
|
"type": "number",
|
|
2181
2246
|
"default": "\"0\""
|
|
2182
2247
|
},
|
|
2248
|
+
{
|
|
2249
|
+
"name": "readonly",
|
|
2250
|
+
"attribute": "readonly",
|
|
2251
|
+
"description": "Sets the color slider to readonly mode.",
|
|
2252
|
+
"type": "boolean",
|
|
2253
|
+
"default": "\"false\""
|
|
2254
|
+
},
|
|
2183
2255
|
{
|
|
2184
2256
|
"name": "disabled",
|
|
2185
2257
|
"attribute": "disabled",
|
|
2186
|
-
"description": "
|
|
2258
|
+
"description": "Sets the color slider to disabled.",
|
|
2187
2259
|
"type": "boolean",
|
|
2188
2260
|
"default": "\"false\""
|
|
2189
2261
|
},
|
|
@@ -2235,7 +2307,7 @@
|
|
|
2235
2307
|
{
|
|
2236
2308
|
"name": "uui-color-swatch",
|
|
2237
2309
|
"path": "./../uui-color-swatch/lib/uui-color-swatch.element.ts",
|
|
2238
|
-
"description": "Color swatch, can have label and be selectable.",
|
|
2310
|
+
"description": "Color swatch, can have label and be selectable, disabled or readonly.",
|
|
2239
2311
|
"attributes": [
|
|
2240
2312
|
{
|
|
2241
2313
|
"name": "value",
|
|
@@ -2249,9 +2321,15 @@
|
|
|
2249
2321
|
},
|
|
2250
2322
|
{
|
|
2251
2323
|
"name": "disabled",
|
|
2252
|
-
"description": "
|
|
2324
|
+
"description": "Sets the swatch to disabled.",
|
|
2253
2325
|
"type": "boolean",
|
|
2254
|
-
"default": "false"
|
|
2326
|
+
"default": "\"false\""
|
|
2327
|
+
},
|
|
2328
|
+
{
|
|
2329
|
+
"name": "readonly",
|
|
2330
|
+
"description": "Sets the swatch to readonly mode.",
|
|
2331
|
+
"type": "boolean",
|
|
2332
|
+
"default": "\"false\""
|
|
2255
2333
|
},
|
|
2256
2334
|
{
|
|
2257
2335
|
"name": "show-label",
|
|
@@ -2298,9 +2376,16 @@
|
|
|
2298
2376
|
{
|
|
2299
2377
|
"name": "disabled",
|
|
2300
2378
|
"attribute": "disabled",
|
|
2301
|
-
"description": "
|
|
2379
|
+
"description": "Sets the swatch to disabled.",
|
|
2302
2380
|
"type": "boolean",
|
|
2303
|
-
"default": "false"
|
|
2381
|
+
"default": "\"false\""
|
|
2382
|
+
},
|
|
2383
|
+
{
|
|
2384
|
+
"name": "readonly",
|
|
2385
|
+
"attribute": "readonly",
|
|
2386
|
+
"description": "Sets the swatch to readonly mode.",
|
|
2387
|
+
"type": "boolean",
|
|
2388
|
+
"default": "\"false\""
|
|
2304
2389
|
},
|
|
2305
2390
|
{
|
|
2306
2391
|
"name": "showLabel",
|
|
@@ -2375,7 +2460,7 @@
|
|
|
2375
2460
|
{
|
|
2376
2461
|
"name": "uui-color-swatches",
|
|
2377
2462
|
"path": "./../uui-color-swatches/lib/uui-color-swatches.element.ts",
|
|
2378
|
-
"description": "Put uui-
|
|
2463
|
+
"description": "Put uui-color-swatch elements inside this element to create a color swatch selector.",
|
|
2379
2464
|
"attributes": [
|
|
2380
2465
|
{
|
|
2381
2466
|
"name": "value",
|
|
@@ -2385,7 +2470,13 @@
|
|
|
2385
2470
|
},
|
|
2386
2471
|
{
|
|
2387
2472
|
"name": "disabled",
|
|
2388
|
-
"description": "
|
|
2473
|
+
"description": "Sets the swatches to disabled.",
|
|
2474
|
+
"type": "boolean",
|
|
2475
|
+
"default": "\"false\""
|
|
2476
|
+
},
|
|
2477
|
+
{
|
|
2478
|
+
"name": "readonly",
|
|
2479
|
+
"description": "Sets the swatches to readonly mode.",
|
|
2389
2480
|
"type": "boolean",
|
|
2390
2481
|
"default": "\"false\""
|
|
2391
2482
|
},
|
|
@@ -2406,13 +2497,16 @@
|
|
|
2406
2497
|
{
|
|
2407
2498
|
"name": "disabled",
|
|
2408
2499
|
"attribute": "disabled",
|
|
2409
|
-
"description": "
|
|
2500
|
+
"description": "Sets the swatches to disabled.",
|
|
2410
2501
|
"type": "boolean",
|
|
2411
2502
|
"default": "\"false\""
|
|
2412
2503
|
},
|
|
2413
2504
|
{
|
|
2414
|
-
"name": "
|
|
2415
|
-
"
|
|
2505
|
+
"name": "readonly",
|
|
2506
|
+
"attribute": "readonly",
|
|
2507
|
+
"description": "Sets the swatches to readonly mode.",
|
|
2508
|
+
"type": "boolean",
|
|
2509
|
+
"default": "\"false\""
|
|
2416
2510
|
},
|
|
2417
2511
|
{
|
|
2418
2512
|
"name": "styles",
|
|
@@ -2446,19 +2540,19 @@
|
|
|
2446
2540
|
{
|
|
2447
2541
|
"name": "value",
|
|
2448
2542
|
"description": "Value of the option.",
|
|
2449
|
-
"type": "
|
|
2543
|
+
"type": "string",
|
|
2450
2544
|
"default": "\"\\\"\\\"\""
|
|
2451
2545
|
},
|
|
2452
2546
|
{
|
|
2453
2547
|
"name": "display-value",
|
|
2454
2548
|
"description": "A readable value.",
|
|
2455
|
-
"type": "
|
|
2549
|
+
"type": "string",
|
|
2456
2550
|
"default": "\"\\\"\\\"\""
|
|
2457
2551
|
},
|
|
2458
2552
|
{
|
|
2459
2553
|
"name": "disabled",
|
|
2460
2554
|
"description": "Determines if the options is disabled. If true the option can't be selected",
|
|
2461
|
-
"type": "
|
|
2555
|
+
"type": "boolean",
|
|
2462
2556
|
"default": "\"false\""
|
|
2463
2557
|
},
|
|
2464
2558
|
{
|
|
@@ -2485,21 +2579,21 @@
|
|
|
2485
2579
|
"name": "value",
|
|
2486
2580
|
"attribute": "value",
|
|
2487
2581
|
"description": "Value of the option.",
|
|
2488
|
-
"type": "
|
|
2582
|
+
"type": "string",
|
|
2489
2583
|
"default": "\"\\\"\\\"\""
|
|
2490
2584
|
},
|
|
2491
2585
|
{
|
|
2492
2586
|
"name": "displayValue",
|
|
2493
2587
|
"attribute": "display-value",
|
|
2494
2588
|
"description": "A readable value.",
|
|
2495
|
-
"type": "
|
|
2589
|
+
"type": "string",
|
|
2496
2590
|
"default": "\"\\\"\\\"\""
|
|
2497
2591
|
},
|
|
2498
2592
|
{
|
|
2499
2593
|
"name": "disabled",
|
|
2500
2594
|
"attribute": "disabled",
|
|
2501
2595
|
"description": "Determines if the options is disabled. If true the option can't be selected",
|
|
2502
|
-
"type": "
|
|
2596
|
+
"type": "boolean",
|
|
2503
2597
|
"default": "\"false\""
|
|
2504
2598
|
},
|
|
2505
2599
|
{
|
|
@@ -2553,19 +2647,19 @@
|
|
|
2553
2647
|
{
|
|
2554
2648
|
"name": "value",
|
|
2555
2649
|
"description": "Value of selected option.",
|
|
2556
|
-
"type": "
|
|
2650
|
+
"type": "FormDataEntryValue | FormData",
|
|
2557
2651
|
"default": "\"\\\"\\\"\""
|
|
2558
2652
|
},
|
|
2559
2653
|
{
|
|
2560
2654
|
"name": "displayValue",
|
|
2561
2655
|
"description": "A readable value to display to show the selected value.",
|
|
2562
|
-
"type": "
|
|
2656
|
+
"type": "string",
|
|
2563
2657
|
"default": "\"\\\"\\\"\""
|
|
2564
2658
|
},
|
|
2565
2659
|
{
|
|
2566
2660
|
"name": "for",
|
|
2567
2661
|
"description": "provide another element of which keyboard navigation",
|
|
2568
|
-
"type": "
|
|
2662
|
+
"type": "HTMLElement",
|
|
2569
2663
|
"default": "\"this\""
|
|
2570
2664
|
}
|
|
2571
2665
|
],
|
|
@@ -2574,21 +2668,21 @@
|
|
|
2574
2668
|
"name": "value",
|
|
2575
2669
|
"attribute": "value",
|
|
2576
2670
|
"description": "Value of selected option.",
|
|
2577
|
-
"type": "
|
|
2671
|
+
"type": "FormDataEntryValue | FormData",
|
|
2578
2672
|
"default": "\"\\\"\\\"\""
|
|
2579
2673
|
},
|
|
2580
2674
|
{
|
|
2581
2675
|
"name": "displayValue",
|
|
2582
2676
|
"attribute": "displayValue",
|
|
2583
2677
|
"description": "A readable value to display to show the selected value.",
|
|
2584
|
-
"type": "
|
|
2678
|
+
"type": "string",
|
|
2585
2679
|
"default": "\"\\\"\\\"\""
|
|
2586
2680
|
},
|
|
2587
2681
|
{
|
|
2588
2682
|
"name": "for",
|
|
2589
2683
|
"attribute": "for",
|
|
2590
2684
|
"description": "provide another element of which keyboard navigation",
|
|
2591
|
-
"type": "
|
|
2685
|
+
"type": "HTMLElement",
|
|
2592
2686
|
"default": "\"this\""
|
|
2593
2687
|
},
|
|
2594
2688
|
{
|
|
@@ -2617,19 +2711,19 @@
|
|
|
2617
2711
|
{
|
|
2618
2712
|
"name": "search",
|
|
2619
2713
|
"description": "The search input.",
|
|
2620
|
-
"type": "
|
|
2714
|
+
"type": "string",
|
|
2621
2715
|
"default": "\"\\\"\\\"\""
|
|
2622
2716
|
},
|
|
2623
2717
|
{
|
|
2624
2718
|
"name": "open",
|
|
2625
2719
|
"description": "Specifies if the popover should be open.",
|
|
2626
|
-
"type": "
|
|
2720
|
+
"type": "boolean",
|
|
2627
2721
|
"default": "\"false\""
|
|
2628
2722
|
},
|
|
2629
2723
|
{
|
|
2630
2724
|
"name": "closeLabel",
|
|
2631
2725
|
"description": "Specifies the button label for the close button in mobile mode",
|
|
2632
|
-
"type": "
|
|
2726
|
+
"type": "string",
|
|
2633
2727
|
"default": "\"\\\"Close\\\"\""
|
|
2634
2728
|
},
|
|
2635
2729
|
{
|
|
@@ -2656,12 +2750,6 @@
|
|
|
2656
2750
|
"type": "string",
|
|
2657
2751
|
"default": "\"''\""
|
|
2658
2752
|
},
|
|
2659
|
-
{
|
|
2660
|
-
"name": "pristine",
|
|
2661
|
-
"description": "Determines wether the form control has been touched or interacted with, this determines wether the validation-status of this form control should be made visible.",
|
|
2662
|
-
"type": "boolean",
|
|
2663
|
-
"default": "\"true\""
|
|
2664
|
-
},
|
|
2665
2753
|
{
|
|
2666
2754
|
"name": "required",
|
|
2667
2755
|
"description": "Apply validation rule for requiring a value of this form control.",
|
|
@@ -2685,6 +2773,12 @@
|
|
|
2685
2773
|
"description": "Custom error message.",
|
|
2686
2774
|
"type": "string",
|
|
2687
2775
|
"default": "\"This field is invalid\""
|
|
2776
|
+
},
|
|
2777
|
+
{
|
|
2778
|
+
"name": "pristine",
|
|
2779
|
+
"description": "Determines wether the form control has been touched or interacted with, this determines wether the validation-status of this form control should be made visible.",
|
|
2780
|
+
"type": "boolean",
|
|
2781
|
+
"default": "\"true\""
|
|
2688
2782
|
}
|
|
2689
2783
|
],
|
|
2690
2784
|
"properties": [
|
|
@@ -2692,21 +2786,21 @@
|
|
|
2692
2786
|
"name": "search",
|
|
2693
2787
|
"attribute": "search",
|
|
2694
2788
|
"description": "The search input.",
|
|
2695
|
-
"type": "
|
|
2789
|
+
"type": "string",
|
|
2696
2790
|
"default": "\"\\\"\\\"\""
|
|
2697
2791
|
},
|
|
2698
2792
|
{
|
|
2699
2793
|
"name": "open",
|
|
2700
2794
|
"attribute": "open",
|
|
2701
2795
|
"description": "Specifies if the popover should be open.",
|
|
2702
|
-
"type": "
|
|
2796
|
+
"type": "boolean",
|
|
2703
2797
|
"default": "\"false\""
|
|
2704
2798
|
},
|
|
2705
2799
|
{
|
|
2706
2800
|
"name": "closeLabel",
|
|
2707
2801
|
"attribute": "closeLabel",
|
|
2708
2802
|
"description": "Specifies the button label for the close button in mobile mode",
|
|
2709
|
-
"type": "
|
|
2803
|
+
"type": "string",
|
|
2710
2804
|
"default": "\"\\\"Close\\\"\""
|
|
2711
2805
|
},
|
|
2712
2806
|
{
|
|
@@ -2748,13 +2842,6 @@
|
|
|
2748
2842
|
"type": "string",
|
|
2749
2843
|
"default": "\"''\""
|
|
2750
2844
|
},
|
|
2751
|
-
{
|
|
2752
|
-
"name": "pristine",
|
|
2753
|
-
"attribute": "pristine",
|
|
2754
|
-
"description": "Determines wether the form control has been touched or interacted with, this determines wether the validation-status of this form control should be made visible.",
|
|
2755
|
-
"type": "boolean",
|
|
2756
|
-
"default": "\"true\""
|
|
2757
|
-
},
|
|
2758
2845
|
{
|
|
2759
2846
|
"name": "required",
|
|
2760
2847
|
"attribute": "required",
|
|
@@ -2790,6 +2877,13 @@
|
|
|
2790
2877
|
{
|
|
2791
2878
|
"name": "validationMessage",
|
|
2792
2879
|
"type": "string"
|
|
2880
|
+
},
|
|
2881
|
+
{
|
|
2882
|
+
"name": "pristine",
|
|
2883
|
+
"attribute": "pristine",
|
|
2884
|
+
"description": "Determines wether the form control has been touched or interacted with, this determines wether the validation-status of this form control should be made visible.",
|
|
2885
|
+
"type": "boolean",
|
|
2886
|
+
"default": "\"true\""
|
|
2793
2887
|
}
|
|
2794
2888
|
],
|
|
2795
2889
|
"events": [
|
|
@@ -3184,12 +3278,6 @@
|
|
|
3184
3278
|
"type": "string",
|
|
3185
3279
|
"default": "\"''\""
|
|
3186
3280
|
},
|
|
3187
|
-
{
|
|
3188
|
-
"name": "pristine",
|
|
3189
|
-
"description": "Determines wether the form control has been touched or interacted with, this determines wether the validation-status of this form control should be made visible.",
|
|
3190
|
-
"type": "boolean",
|
|
3191
|
-
"default": "\"true\""
|
|
3192
|
-
},
|
|
3193
3281
|
{
|
|
3194
3282
|
"name": "required",
|
|
3195
3283
|
"description": "Apply validation rule for requiring a value of this form control.",
|
|
@@ -3213,6 +3301,12 @@
|
|
|
3213
3301
|
"description": "Custom error message.",
|
|
3214
3302
|
"type": "string",
|
|
3215
3303
|
"default": "\"This field is invalid\""
|
|
3304
|
+
},
|
|
3305
|
+
{
|
|
3306
|
+
"name": "pristine",
|
|
3307
|
+
"description": "Determines wether the form control has been touched or interacted with, this determines wether the validation-status of this form control should be made visible.",
|
|
3308
|
+
"type": "boolean",
|
|
3309
|
+
"default": "\"true\""
|
|
3216
3310
|
}
|
|
3217
3311
|
],
|
|
3218
3312
|
"properties": [
|
|
@@ -3255,13 +3349,6 @@
|
|
|
3255
3349
|
"type": "string",
|
|
3256
3350
|
"default": "\"''\""
|
|
3257
3351
|
},
|
|
3258
|
-
{
|
|
3259
|
-
"name": "pristine",
|
|
3260
|
-
"attribute": "pristine",
|
|
3261
|
-
"description": "Determines wether the form control has been touched or interacted with, this determines wether the validation-status of this form control should be made visible.",
|
|
3262
|
-
"type": "boolean",
|
|
3263
|
-
"default": "\"true\""
|
|
3264
|
-
},
|
|
3265
3352
|
{
|
|
3266
3353
|
"name": "required",
|
|
3267
3354
|
"attribute": "required",
|
|
@@ -3297,6 +3384,13 @@
|
|
|
3297
3384
|
{
|
|
3298
3385
|
"name": "validationMessage",
|
|
3299
3386
|
"type": "string"
|
|
3387
|
+
},
|
|
3388
|
+
{
|
|
3389
|
+
"name": "pristine",
|
|
3390
|
+
"attribute": "pristine",
|
|
3391
|
+
"description": "Determines wether the form control has been touched or interacted with, this determines wether the validation-status of this form control should be made visible.",
|
|
3392
|
+
"type": "boolean",
|
|
3393
|
+
"default": "\"true\""
|
|
3300
3394
|
}
|
|
3301
3395
|
]
|
|
3302
3396
|
},
|
|
@@ -3416,12 +3510,6 @@
|
|
|
3416
3510
|
"type": "string",
|
|
3417
3511
|
"default": "\"''\""
|
|
3418
3512
|
},
|
|
3419
|
-
{
|
|
3420
|
-
"name": "pristine",
|
|
3421
|
-
"description": "Determines wether the form control has been touched or interacted with, this determines wether the validation-status of this form control should be made visible.",
|
|
3422
|
-
"type": "boolean",
|
|
3423
|
-
"default": "\"true\""
|
|
3424
|
-
},
|
|
3425
3513
|
{
|
|
3426
3514
|
"name": "required",
|
|
3427
3515
|
"description": "Apply validation rule for requiring a value of this form control.",
|
|
@@ -3446,6 +3534,12 @@
|
|
|
3446
3534
|
"type": "string",
|
|
3447
3535
|
"default": "\"This field is invalid\""
|
|
3448
3536
|
},
|
|
3537
|
+
{
|
|
3538
|
+
"name": "pristine",
|
|
3539
|
+
"description": "Determines wether the form control has been touched or interacted with, this determines wether the validation-status of this form control should be made visible.",
|
|
3540
|
+
"type": "boolean",
|
|
3541
|
+
"default": "\"true\""
|
|
3542
|
+
},
|
|
3449
3543
|
{
|
|
3450
3544
|
"name": "label",
|
|
3451
3545
|
"description": "Label to be used for aria-label and potentially as visual label for some components",
|
|
@@ -3595,13 +3689,6 @@
|
|
|
3595
3689
|
"type": "string",
|
|
3596
3690
|
"default": "\"''\""
|
|
3597
3691
|
},
|
|
3598
|
-
{
|
|
3599
|
-
"name": "pristine",
|
|
3600
|
-
"attribute": "pristine",
|
|
3601
|
-
"description": "Determines wether the form control has been touched or interacted with, this determines wether the validation-status of this form control should be made visible.",
|
|
3602
|
-
"type": "boolean",
|
|
3603
|
-
"default": "\"true\""
|
|
3604
|
-
},
|
|
3605
3692
|
{
|
|
3606
3693
|
"name": "required",
|
|
3607
3694
|
"attribute": "required",
|
|
@@ -3638,6 +3725,13 @@
|
|
|
3638
3725
|
"name": "validationMessage",
|
|
3639
3726
|
"type": "string"
|
|
3640
3727
|
},
|
|
3728
|
+
{
|
|
3729
|
+
"name": "pristine",
|
|
3730
|
+
"attribute": "pristine",
|
|
3731
|
+
"description": "Determines wether the form control has been touched or interacted with, this determines wether the validation-status of this form control should be made visible.",
|
|
3732
|
+
"type": "boolean",
|
|
3733
|
+
"default": "\"true\""
|
|
3734
|
+
},
|
|
3641
3735
|
{
|
|
3642
3736
|
"name": "label",
|
|
3643
3737
|
"attribute": "label",
|
|
@@ -3822,12 +3916,6 @@
|
|
|
3822
3916
|
"type": "string",
|
|
3823
3917
|
"default": "\"''\""
|
|
3824
3918
|
},
|
|
3825
|
-
{
|
|
3826
|
-
"name": "pristine",
|
|
3827
|
-
"description": "Determines wether the form control has been touched or interacted with, this determines wether the validation-status of this form control should be made visible.",
|
|
3828
|
-
"type": "boolean",
|
|
3829
|
-
"default": "\"true\""
|
|
3830
|
-
},
|
|
3831
3919
|
{
|
|
3832
3920
|
"name": "required",
|
|
3833
3921
|
"description": "Apply validation rule for requiring a value of this form control.",
|
|
@@ -3852,6 +3940,12 @@
|
|
|
3852
3940
|
"type": "string",
|
|
3853
3941
|
"default": "\"This field is invalid\""
|
|
3854
3942
|
},
|
|
3943
|
+
{
|
|
3944
|
+
"name": "pristine",
|
|
3945
|
+
"description": "Determines wether the form control has been touched or interacted with, this determines wether the validation-status of this form control should be made visible.",
|
|
3946
|
+
"type": "boolean",
|
|
3947
|
+
"default": "\"true\""
|
|
3948
|
+
},
|
|
3855
3949
|
{
|
|
3856
3950
|
"name": "label",
|
|
3857
3951
|
"description": "Label to be used for aria-label and potentially as visual label for some components",
|
|
@@ -3994,13 +4088,6 @@
|
|
|
3994
4088
|
"type": "string",
|
|
3995
4089
|
"default": "\"''\""
|
|
3996
4090
|
},
|
|
3997
|
-
{
|
|
3998
|
-
"name": "pristine",
|
|
3999
|
-
"attribute": "pristine",
|
|
4000
|
-
"description": "Determines wether the form control has been touched or interacted with, this determines wether the validation-status of this form control should be made visible.",
|
|
4001
|
-
"type": "boolean",
|
|
4002
|
-
"default": "\"true\""
|
|
4003
|
-
},
|
|
4004
4091
|
{
|
|
4005
4092
|
"name": "required",
|
|
4006
4093
|
"attribute": "required",
|
|
@@ -4037,6 +4124,13 @@
|
|
|
4037
4124
|
"name": "validationMessage",
|
|
4038
4125
|
"type": "string"
|
|
4039
4126
|
},
|
|
4127
|
+
{
|
|
4128
|
+
"name": "pristine",
|
|
4129
|
+
"attribute": "pristine",
|
|
4130
|
+
"description": "Determines wether the form control has been touched or interacted with, this determines wether the validation-status of this form control should be made visible.",
|
|
4131
|
+
"type": "boolean",
|
|
4132
|
+
"default": "\"true\""
|
|
4133
|
+
},
|
|
4040
4134
|
{
|
|
4041
4135
|
"name": "label",
|
|
4042
4136
|
"attribute": "label",
|
|
@@ -4222,12 +4316,6 @@
|
|
|
4222
4316
|
"type": "string",
|
|
4223
4317
|
"default": "\"''\""
|
|
4224
4318
|
},
|
|
4225
|
-
{
|
|
4226
|
-
"name": "pristine",
|
|
4227
|
-
"description": "Determines wether the form control has been touched or interacted with, this determines wether the validation-status of this form control should be made visible.",
|
|
4228
|
-
"type": "boolean",
|
|
4229
|
-
"default": "\"true\""
|
|
4230
|
-
},
|
|
4231
4319
|
{
|
|
4232
4320
|
"name": "required",
|
|
4233
4321
|
"description": "Apply validation rule for requiring a value of this form control.",
|
|
@@ -4252,6 +4340,12 @@
|
|
|
4252
4340
|
"type": "string",
|
|
4253
4341
|
"default": "\"This field is invalid\""
|
|
4254
4342
|
},
|
|
4343
|
+
{
|
|
4344
|
+
"name": "pristine",
|
|
4345
|
+
"description": "Determines wether the form control has been touched or interacted with, this determines wether the validation-status of this form control should be made visible.",
|
|
4346
|
+
"type": "boolean",
|
|
4347
|
+
"default": "\"true\""
|
|
4348
|
+
},
|
|
4255
4349
|
{
|
|
4256
4350
|
"name": "label",
|
|
4257
4351
|
"description": "Label to be used for aria-label and potentially as visual label for some components",
|
|
@@ -4394,13 +4488,6 @@
|
|
|
4394
4488
|
"type": "string",
|
|
4395
4489
|
"default": "\"''\""
|
|
4396
4490
|
},
|
|
4397
|
-
{
|
|
4398
|
-
"name": "pristine",
|
|
4399
|
-
"attribute": "pristine",
|
|
4400
|
-
"description": "Determines wether the form control has been touched or interacted with, this determines wether the validation-status of this form control should be made visible.",
|
|
4401
|
-
"type": "boolean",
|
|
4402
|
-
"default": "\"true\""
|
|
4403
|
-
},
|
|
4404
4491
|
{
|
|
4405
4492
|
"name": "required",
|
|
4406
4493
|
"attribute": "required",
|
|
@@ -4437,6 +4524,13 @@
|
|
|
4437
4524
|
"name": "validationMessage",
|
|
4438
4525
|
"type": "string"
|
|
4439
4526
|
},
|
|
4527
|
+
{
|
|
4528
|
+
"name": "pristine",
|
|
4529
|
+
"attribute": "pristine",
|
|
4530
|
+
"description": "Determines wether the form control has been touched or interacted with, this determines wether the validation-status of this form control should be made visible.",
|
|
4531
|
+
"type": "boolean",
|
|
4532
|
+
"default": "\"true\""
|
|
4533
|
+
},
|
|
4440
4534
|
{
|
|
4441
4535
|
"name": "label",
|
|
4442
4536
|
"attribute": "label",
|
|
@@ -5044,12 +5138,12 @@
|
|
|
5044
5138
|
{
|
|
5045
5139
|
"name": "open",
|
|
5046
5140
|
"type": "(event?: Event | undefined) => void",
|
|
5047
|
-
"default": "\"(event?: Event) => {\\n event?.preventDefault();\\n event?.stopImmediatePropagation();\\n\\n const openEvent = new CustomEvent('open', {\\n cancelable: true,\\n });\\n\\n this.dispatchEvent(openEvent);\\n if (openEvent.defaultPrevented) return;\\n\\n this._openModal();\\n }\""
|
|
5141
|
+
"default": "\"(event?: Event) => {\\n event?.preventDefault();\\n event?.stopImmediatePropagation();\\n\\n const openEvent = new CustomEvent(UUIModalOpenEvent, {\\n cancelable: true,\\n });\\n // TODO: get rid of legacy 'open'-event sometime in the future. [NL]\\n const legacyOpenEvent = new CustomEvent('open', {\\n cancelable: true,\\n });\\n\\n this.dispatchEvent(openEvent);\\n this.dispatchEvent(legacyOpenEvent);\\n if (openEvent.defaultPrevented || legacyOpenEvent.defaultPrevented) return;\\n\\n this._openModal();\\n }\""
|
|
5048
5142
|
},
|
|
5049
5143
|
{
|
|
5050
5144
|
"name": "close",
|
|
5051
5145
|
"type": "(event?: Event | undefined) => void",
|
|
5052
|
-
"default": "\"(event?: Event) => {\\n event?.preventDefault();\\n event?.stopImmediatePropagation();\\n\\n const closeEvent = new CustomEvent(UUIModalCloseEvent, {\\n cancelable: true,\\n });\\n this.dispatchEvent(closeEvent);\\n\\n if (closeEvent.defaultPrevented) return;\\n\\n this.
|
|
5146
|
+
"default": "\"(event?: Event) => {\\n event?.preventDefault();\\n event?.stopImmediatePropagation();\\n\\n const closeEvent = new CustomEvent(UUIModalCloseEvent, {\\n cancelable: true,\\n });\\n this.dispatchEvent(closeEvent);\\n\\n if (closeEvent.defaultPrevented) return;\\n\\n this.forceClose();\\n }\""
|
|
5053
5147
|
},
|
|
5054
5148
|
{
|
|
5055
5149
|
"name": "styles",
|
|
@@ -5058,6 +5152,9 @@
|
|
|
5058
5152
|
}
|
|
5059
5153
|
],
|
|
5060
5154
|
"events": [
|
|
5155
|
+
{
|
|
5156
|
+
"name": "uui:modal-open"
|
|
5157
|
+
},
|
|
5061
5158
|
{
|
|
5062
5159
|
"name": "open"
|
|
5063
5160
|
},
|
|
@@ -5066,6 +5163,9 @@
|
|
|
5066
5163
|
},
|
|
5067
5164
|
{
|
|
5068
5165
|
"name": "close-end"
|
|
5166
|
+
},
|
|
5167
|
+
{
|
|
5168
|
+
"name": "uui:modal-close-end"
|
|
5069
5169
|
}
|
|
5070
5170
|
]
|
|
5071
5171
|
},
|
|
@@ -5142,12 +5242,12 @@
|
|
|
5142
5242
|
{
|
|
5143
5243
|
"name": "open",
|
|
5144
5244
|
"type": "(event?: Event | undefined) => void",
|
|
5145
|
-
"default": "\"(event?: Event) => {\\n event?.preventDefault();\\n event?.stopImmediatePropagation();\\n\\n const openEvent = new CustomEvent('open', {\\n cancelable: true,\\n });\\n\\n this.dispatchEvent(openEvent);\\n if (openEvent.defaultPrevented) return;\\n\\n this._openModal();\\n }\""
|
|
5245
|
+
"default": "\"(event?: Event) => {\\n event?.preventDefault();\\n event?.stopImmediatePropagation();\\n\\n const openEvent = new CustomEvent(UUIModalOpenEvent, {\\n cancelable: true,\\n });\\n // TODO: get rid of legacy 'open'-event sometime in the future. [NL]\\n const legacyOpenEvent = new CustomEvent('open', {\\n cancelable: true,\\n });\\n\\n this.dispatchEvent(openEvent);\\n this.dispatchEvent(legacyOpenEvent);\\n if (openEvent.defaultPrevented || legacyOpenEvent.defaultPrevented) return;\\n\\n this._openModal();\\n }\""
|
|
5146
5246
|
},
|
|
5147
5247
|
{
|
|
5148
5248
|
"name": "close",
|
|
5149
5249
|
"type": "(event?: Event | undefined) => void",
|
|
5150
|
-
"default": "\"(event?: Event) => {\\n event?.preventDefault();\\n event?.stopImmediatePropagation();\\n\\n const closeEvent = new CustomEvent(UUIModalCloseEvent, {\\n cancelable: true,\\n });\\n this.dispatchEvent(closeEvent);\\n\\n if (closeEvent.defaultPrevented) return;\\n\\n this.
|
|
5250
|
+
"default": "\"(event?: Event) => {\\n event?.preventDefault();\\n event?.stopImmediatePropagation();\\n\\n const closeEvent = new CustomEvent(UUIModalCloseEvent, {\\n cancelable: true,\\n });\\n this.dispatchEvent(closeEvent);\\n\\n if (closeEvent.defaultPrevented) return;\\n\\n this.forceClose();\\n }\""
|
|
5151
5251
|
},
|
|
5152
5252
|
{
|
|
5153
5253
|
"name": "styles",
|
|
@@ -5156,6 +5256,9 @@
|
|
|
5156
5256
|
}
|
|
5157
5257
|
],
|
|
5158
5258
|
"events": [
|
|
5259
|
+
{
|
|
5260
|
+
"name": "uui:modal-open"
|
|
5261
|
+
},
|
|
5159
5262
|
{
|
|
5160
5263
|
"name": "open"
|
|
5161
5264
|
},
|
|
@@ -5164,6 +5267,9 @@
|
|
|
5164
5267
|
},
|
|
5165
5268
|
{
|
|
5166
5269
|
"name": "close-end"
|
|
5270
|
+
},
|
|
5271
|
+
{
|
|
5272
|
+
"name": "uui:modal-close-end"
|
|
5167
5273
|
}
|
|
5168
5274
|
]
|
|
5169
5275
|
},
|
|
@@ -5423,12 +5529,6 @@
|
|
|
5423
5529
|
"type": "string",
|
|
5424
5530
|
"default": "\"''\""
|
|
5425
5531
|
},
|
|
5426
|
-
{
|
|
5427
|
-
"name": "pristine",
|
|
5428
|
-
"description": "Determines wether the form control has been touched or interacted with, this determines wether the validation-status of this form control should be made visible.",
|
|
5429
|
-
"type": "boolean",
|
|
5430
|
-
"default": "\"true\""
|
|
5431
|
-
},
|
|
5432
5532
|
{
|
|
5433
5533
|
"name": "required",
|
|
5434
5534
|
"description": "Apply validation rule for requiring a value of this form control.",
|
|
@@ -5452,6 +5552,12 @@
|
|
|
5452
5552
|
"description": "Custom error message.",
|
|
5453
5553
|
"type": "string",
|
|
5454
5554
|
"default": "\"This field is invalid\""
|
|
5555
|
+
},
|
|
5556
|
+
{
|
|
5557
|
+
"name": "pristine",
|
|
5558
|
+
"description": "Determines wether the form control has been touched or interacted with, this determines wether the validation-status of this form control should be made visible.",
|
|
5559
|
+
"type": "boolean",
|
|
5560
|
+
"default": "\"true\""
|
|
5455
5561
|
}
|
|
5456
5562
|
],
|
|
5457
5563
|
"properties": [
|
|
@@ -5494,13 +5600,6 @@
|
|
|
5494
5600
|
"type": "string",
|
|
5495
5601
|
"default": "\"''\""
|
|
5496
5602
|
},
|
|
5497
|
-
{
|
|
5498
|
-
"name": "pristine",
|
|
5499
|
-
"attribute": "pristine",
|
|
5500
|
-
"description": "Determines wether the form control has been touched or interacted with, this determines wether the validation-status of this form control should be made visible.",
|
|
5501
|
-
"type": "boolean",
|
|
5502
|
-
"default": "\"true\""
|
|
5503
|
-
},
|
|
5504
5603
|
{
|
|
5505
5604
|
"name": "required",
|
|
5506
5605
|
"attribute": "required",
|
|
@@ -5536,6 +5635,13 @@
|
|
|
5536
5635
|
{
|
|
5537
5636
|
"name": "validationMessage",
|
|
5538
5637
|
"type": "string"
|
|
5638
|
+
},
|
|
5639
|
+
{
|
|
5640
|
+
"name": "pristine",
|
|
5641
|
+
"attribute": "pristine",
|
|
5642
|
+
"description": "Determines wether the form control has been touched or interacted with, this determines wether the validation-status of this form control should be made visible.",
|
|
5643
|
+
"type": "boolean",
|
|
5644
|
+
"default": "\"true\""
|
|
5539
5645
|
}
|
|
5540
5646
|
],
|
|
5541
5647
|
"slots": [
|
|
@@ -5719,12 +5825,6 @@
|
|
|
5719
5825
|
"type": "string",
|
|
5720
5826
|
"default": "\"0,0\""
|
|
5721
5827
|
},
|
|
5722
|
-
{
|
|
5723
|
-
"name": "pristine",
|
|
5724
|
-
"description": "Determines wether the form control has been touched or interacted with, this determines wether the validation-status of this form control should be made visible.",
|
|
5725
|
-
"type": "boolean",
|
|
5726
|
-
"default": "\"true\""
|
|
5727
|
-
},
|
|
5728
5828
|
{
|
|
5729
5829
|
"name": "required",
|
|
5730
5830
|
"description": "Apply validation rule for requiring a value of this form control.",
|
|
@@ -5748,6 +5848,12 @@
|
|
|
5748
5848
|
"description": "Custom error message.",
|
|
5749
5849
|
"type": "string",
|
|
5750
5850
|
"default": "\"This field is invalid\""
|
|
5851
|
+
},
|
|
5852
|
+
{
|
|
5853
|
+
"name": "pristine",
|
|
5854
|
+
"description": "Determines wether the form control has been touched or interacted with, this determines wether the validation-status of this form control should be made visible.",
|
|
5855
|
+
"type": "boolean",
|
|
5856
|
+
"default": "\"true\""
|
|
5751
5857
|
}
|
|
5752
5858
|
],
|
|
5753
5859
|
"properties": [
|
|
@@ -5839,13 +5945,6 @@
|
|
|
5839
5945
|
"type": "string",
|
|
5840
5946
|
"default": "\"0,0\""
|
|
5841
5947
|
},
|
|
5842
|
-
{
|
|
5843
|
-
"name": "pristine",
|
|
5844
|
-
"attribute": "pristine",
|
|
5845
|
-
"description": "Determines wether the form control has been touched or interacted with, this determines wether the validation-status of this form control should be made visible.",
|
|
5846
|
-
"type": "boolean",
|
|
5847
|
-
"default": "\"true\""
|
|
5848
|
-
},
|
|
5849
5948
|
{
|
|
5850
5949
|
"name": "required",
|
|
5851
5950
|
"attribute": "required",
|
|
@@ -5881,6 +5980,13 @@
|
|
|
5881
5980
|
{
|
|
5882
5981
|
"name": "validationMessage",
|
|
5883
5982
|
"type": "string"
|
|
5983
|
+
},
|
|
5984
|
+
{
|
|
5985
|
+
"name": "pristine",
|
|
5986
|
+
"attribute": "pristine",
|
|
5987
|
+
"description": "Determines wether the form control has been touched or interacted with, this determines wether the validation-status of this form control should be made visible.",
|
|
5988
|
+
"type": "boolean",
|
|
5989
|
+
"default": "\"true\""
|
|
5884
5990
|
}
|
|
5885
5991
|
],
|
|
5886
5992
|
"events": [
|
|
@@ -7498,12 +7604,6 @@
|
|
|
7498
7604
|
"type": "string",
|
|
7499
7605
|
"default": "\"''\""
|
|
7500
7606
|
},
|
|
7501
|
-
{
|
|
7502
|
-
"name": "pristine",
|
|
7503
|
-
"description": "Determines wether the form control has been touched or interacted with, this determines wether the validation-status of this form control should be made visible.",
|
|
7504
|
-
"type": "boolean",
|
|
7505
|
-
"default": "\"true\""
|
|
7506
|
-
},
|
|
7507
7607
|
{
|
|
7508
7608
|
"name": "required",
|
|
7509
7609
|
"description": "Apply validation rule for requiring a value of this form control.",
|
|
@@ -7527,6 +7627,12 @@
|
|
|
7527
7627
|
"description": "Custom error message.",
|
|
7528
7628
|
"type": "string",
|
|
7529
7629
|
"default": "\"This field is invalid\""
|
|
7630
|
+
},
|
|
7631
|
+
{
|
|
7632
|
+
"name": "pristine",
|
|
7633
|
+
"description": "Determines wether the form control has been touched or interacted with, this determines wether the validation-status of this form control should be made visible.",
|
|
7634
|
+
"type": "boolean",
|
|
7635
|
+
"default": "\"true\""
|
|
7530
7636
|
}
|
|
7531
7637
|
],
|
|
7532
7638
|
"properties": [
|
|
@@ -7595,13 +7701,6 @@
|
|
|
7595
7701
|
"type": "string",
|
|
7596
7702
|
"default": "\"''\""
|
|
7597
7703
|
},
|
|
7598
|
-
{
|
|
7599
|
-
"name": "pristine",
|
|
7600
|
-
"attribute": "pristine",
|
|
7601
|
-
"description": "Determines wether the form control has been touched or interacted with, this determines wether the validation-status of this form control should be made visible.",
|
|
7602
|
-
"type": "boolean",
|
|
7603
|
-
"default": "\"true\""
|
|
7604
|
-
},
|
|
7605
7704
|
{
|
|
7606
7705
|
"name": "required",
|
|
7607
7706
|
"attribute": "required",
|
|
@@ -7637,6 +7736,13 @@
|
|
|
7637
7736
|
{
|
|
7638
7737
|
"name": "validationMessage",
|
|
7639
7738
|
"type": "string"
|
|
7739
|
+
},
|
|
7740
|
+
{
|
|
7741
|
+
"name": "pristine",
|
|
7742
|
+
"attribute": "pristine",
|
|
7743
|
+
"description": "Determines wether the form control has been touched or interacted with, this determines wether the validation-status of this form control should be made visible.",
|
|
7744
|
+
"type": "boolean",
|
|
7745
|
+
"default": "\"true\""
|
|
7640
7746
|
}
|
|
7641
7747
|
],
|
|
7642
7748
|
"events": [
|
|
@@ -7759,12 +7865,6 @@
|
|
|
7759
7865
|
"type": "string",
|
|
7760
7866
|
"default": "\"''\""
|
|
7761
7867
|
},
|
|
7762
|
-
{
|
|
7763
|
-
"name": "pristine",
|
|
7764
|
-
"description": "Determines wether the form control has been touched or interacted with, this determines wether the validation-status of this form control should be made visible.",
|
|
7765
|
-
"type": "boolean",
|
|
7766
|
-
"default": "\"true\""
|
|
7767
|
-
},
|
|
7768
7868
|
{
|
|
7769
7869
|
"name": "required",
|
|
7770
7870
|
"description": "Apply validation rule for requiring a value of this form control.",
|
|
@@ -7788,6 +7888,12 @@
|
|
|
7788
7888
|
"description": "Custom error message.",
|
|
7789
7889
|
"type": "string",
|
|
7790
7890
|
"default": "\"This field is invalid\""
|
|
7891
|
+
},
|
|
7892
|
+
{
|
|
7893
|
+
"name": "pristine",
|
|
7894
|
+
"description": "Determines wether the form control has been touched or interacted with, this determines wether the validation-status of this form control should be made visible.",
|
|
7895
|
+
"type": "boolean",
|
|
7896
|
+
"default": "\"true\""
|
|
7791
7897
|
}
|
|
7792
7898
|
],
|
|
7793
7899
|
"properties": [
|
|
@@ -7871,13 +7977,6 @@
|
|
|
7871
7977
|
"type": "string",
|
|
7872
7978
|
"default": "\"''\""
|
|
7873
7979
|
},
|
|
7874
|
-
{
|
|
7875
|
-
"name": "pristine",
|
|
7876
|
-
"attribute": "pristine",
|
|
7877
|
-
"description": "Determines wether the form control has been touched or interacted with, this determines wether the validation-status of this form control should be made visible.",
|
|
7878
|
-
"type": "boolean",
|
|
7879
|
-
"default": "\"true\""
|
|
7880
|
-
},
|
|
7881
7980
|
{
|
|
7882
7981
|
"name": "required",
|
|
7883
7982
|
"attribute": "required",
|
|
@@ -7913,6 +8012,13 @@
|
|
|
7913
8012
|
{
|
|
7914
8013
|
"name": "validationMessage",
|
|
7915
8014
|
"type": "string"
|
|
8015
|
+
},
|
|
8016
|
+
{
|
|
8017
|
+
"name": "pristine",
|
|
8018
|
+
"attribute": "pristine",
|
|
8019
|
+
"description": "Determines wether the form control has been touched or interacted with, this determines wether the validation-status of this form control should be made visible.",
|
|
8020
|
+
"type": "boolean",
|
|
8021
|
+
"default": "\"true\""
|
|
7916
8022
|
}
|
|
7917
8023
|
],
|
|
7918
8024
|
"events": [
|
|
@@ -8036,7 +8142,7 @@
|
|
|
8036
8142
|
{
|
|
8037
8143
|
"name": "styles",
|
|
8038
8144
|
"type": "CSSResult[]",
|
|
8039
|
-
"default": "[null]"
|
|
8145
|
+
"default": "[\"UUITextStyles\",null]"
|
|
8040
8146
|
}
|
|
8041
8147
|
]
|
|
8042
8148
|
},
|
|
@@ -8062,7 +8168,7 @@
|
|
|
8062
8168
|
{
|
|
8063
8169
|
"name": "styles",
|
|
8064
8170
|
"type": "CSSResult[]",
|
|
8065
|
-
"default": "[null]"
|
|
8171
|
+
"default": "[\"UUITextStyles\",null]"
|
|
8066
8172
|
}
|
|
8067
8173
|
]
|
|
8068
8174
|
},
|
|
@@ -8899,12 +9005,6 @@
|
|
|
8899
9005
|
"type": "string",
|
|
8900
9006
|
"default": "\"''\""
|
|
8901
9007
|
},
|
|
8902
|
-
{
|
|
8903
|
-
"name": "pristine",
|
|
8904
|
-
"description": "Determines wether the form control has been touched or interacted with, this determines wether the validation-status of this form control should be made visible.",
|
|
8905
|
-
"type": "boolean",
|
|
8906
|
-
"default": "\"true\""
|
|
8907
|
-
},
|
|
8908
9008
|
{
|
|
8909
9009
|
"name": "required",
|
|
8910
9010
|
"description": "Apply validation rule for requiring a value of this form control.",
|
|
@@ -8928,6 +9028,12 @@
|
|
|
8928
9028
|
"description": "Custom error message.",
|
|
8929
9029
|
"type": "string",
|
|
8930
9030
|
"default": "\"This field is invalid\""
|
|
9031
|
+
},
|
|
9032
|
+
{
|
|
9033
|
+
"name": "pristine",
|
|
9034
|
+
"description": "Determines wether the form control has been touched or interacted with, this determines wether the validation-status of this form control should be made visible.",
|
|
9035
|
+
"type": "boolean",
|
|
9036
|
+
"default": "\"true\""
|
|
8931
9037
|
}
|
|
8932
9038
|
],
|
|
8933
9039
|
"properties": [
|
|
@@ -9037,13 +9143,6 @@
|
|
|
9037
9143
|
"type": "string",
|
|
9038
9144
|
"default": "\"''\""
|
|
9039
9145
|
},
|
|
9040
|
-
{
|
|
9041
|
-
"name": "pristine",
|
|
9042
|
-
"attribute": "pristine",
|
|
9043
|
-
"description": "Determines wether the form control has been touched or interacted with, this determines wether the validation-status of this form control should be made visible.",
|
|
9044
|
-
"type": "boolean",
|
|
9045
|
-
"default": "\"true\""
|
|
9046
|
-
},
|
|
9047
9146
|
{
|
|
9048
9147
|
"name": "required",
|
|
9049
9148
|
"attribute": "required",
|
|
@@ -9079,6 +9178,13 @@
|
|
|
9079
9178
|
{
|
|
9080
9179
|
"name": "validationMessage",
|
|
9081
9180
|
"type": "string"
|
|
9181
|
+
},
|
|
9182
|
+
{
|
|
9183
|
+
"name": "pristine",
|
|
9184
|
+
"attribute": "pristine",
|
|
9185
|
+
"description": "Determines wether the form control has been touched or interacted with, this determines wether the validation-status of this form control should be made visible.",
|
|
9186
|
+
"type": "boolean",
|
|
9187
|
+
"default": "\"true\""
|
|
9082
9188
|
}
|
|
9083
9189
|
],
|
|
9084
9190
|
"events": [
|
|
@@ -9323,12 +9429,6 @@
|
|
|
9323
9429
|
"type": "string",
|
|
9324
9430
|
"default": "\"''\""
|
|
9325
9431
|
},
|
|
9326
|
-
{
|
|
9327
|
-
"name": "pristine",
|
|
9328
|
-
"description": "Determines wether the form control has been touched or interacted with, this determines wether the validation-status of this form control should be made visible.",
|
|
9329
|
-
"type": "boolean",
|
|
9330
|
-
"default": "\"true\""
|
|
9331
|
-
},
|
|
9332
9432
|
{
|
|
9333
9433
|
"name": "required",
|
|
9334
9434
|
"description": "Apply validation rule for requiring a value of this form control.",
|
|
@@ -9353,6 +9453,12 @@
|
|
|
9353
9453
|
"type": "string",
|
|
9354
9454
|
"default": "\"This field is invalid\""
|
|
9355
9455
|
},
|
|
9456
|
+
{
|
|
9457
|
+
"name": "pristine",
|
|
9458
|
+
"description": "Determines wether the form control has been touched or interacted with, this determines wether the validation-status of this form control should be made visible.",
|
|
9459
|
+
"type": "boolean",
|
|
9460
|
+
"default": "\"true\""
|
|
9461
|
+
},
|
|
9356
9462
|
{
|
|
9357
9463
|
"name": "label",
|
|
9358
9464
|
"description": "Label to be used for aria-label and potentially as visual label for some components",
|
|
@@ -9420,13 +9526,6 @@
|
|
|
9420
9526
|
"type": "string",
|
|
9421
9527
|
"default": "\"''\""
|
|
9422
9528
|
},
|
|
9423
|
-
{
|
|
9424
|
-
"name": "pristine",
|
|
9425
|
-
"attribute": "pristine",
|
|
9426
|
-
"description": "Determines wether the form control has been touched or interacted with, this determines wether the validation-status of this form control should be made visible.",
|
|
9427
|
-
"type": "boolean",
|
|
9428
|
-
"default": "\"true\""
|
|
9429
|
-
},
|
|
9430
9529
|
{
|
|
9431
9530
|
"name": "required",
|
|
9432
9531
|
"attribute": "required",
|
|
@@ -9463,6 +9562,13 @@
|
|
|
9463
9562
|
"name": "validationMessage",
|
|
9464
9563
|
"type": "string"
|
|
9465
9564
|
},
|
|
9565
|
+
{
|
|
9566
|
+
"name": "pristine",
|
|
9567
|
+
"attribute": "pristine",
|
|
9568
|
+
"description": "Determines wether the form control has been touched or interacted with, this determines wether the validation-status of this form control should be made visible.",
|
|
9569
|
+
"type": "boolean",
|
|
9570
|
+
"default": "\"true\""
|
|
9571
|
+
},
|
|
9466
9572
|
{
|
|
9467
9573
|
"name": "label",
|
|
9468
9574
|
"attribute": "label",
|