@umbraco-ui/uui 1.10.1 → 1.11.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 +284 -216
- package/dist/uui.min.js +60 -58
- package/dist/uui.min.js.map +1 -1
- package/package.json +84 -84
- package/vscode-html-custom-data.json +130 -105
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
|
{
|
|
@@ -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
|
{
|
|
@@ -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",
|
|
@@ -1439,6 +1445,7 @@
|
|
|
1439
1445
|
{
|
|
1440
1446
|
"name": "uui-card",
|
|
1441
1447
|
"path": "./../uui-card/lib/uui-card.element.ts",
|
|
1448
|
+
"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
1449
|
"attributes": [
|
|
1443
1450
|
{
|
|
1444
1451
|
"name": "disabled",
|
|
@@ -1645,12 +1652,6 @@
|
|
|
1645
1652
|
"type": "string",
|
|
1646
1653
|
"default": "\"''\""
|
|
1647
1654
|
},
|
|
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
1655
|
{
|
|
1655
1656
|
"name": "required",
|
|
1656
1657
|
"description": "Apply validation rule for requiring a value of this form control.",
|
|
@@ -1675,6 +1676,12 @@
|
|
|
1675
1676
|
"type": "string",
|
|
1676
1677
|
"default": "\"This field is invalid\""
|
|
1677
1678
|
},
|
|
1679
|
+
{
|
|
1680
|
+
"name": "pristine",
|
|
1681
|
+
"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.",
|
|
1682
|
+
"type": "boolean",
|
|
1683
|
+
"default": "\"true\""
|
|
1684
|
+
},
|
|
1678
1685
|
{
|
|
1679
1686
|
"name": "label",
|
|
1680
1687
|
"description": "Label to be used for aria-label and potentially as visual label for some components",
|
|
@@ -1742,13 +1749,6 @@
|
|
|
1742
1749
|
"type": "string",
|
|
1743
1750
|
"default": "\"''\""
|
|
1744
1751
|
},
|
|
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
1752
|
{
|
|
1753
1753
|
"name": "required",
|
|
1754
1754
|
"attribute": "required",
|
|
@@ -1785,6 +1785,13 @@
|
|
|
1785
1785
|
"name": "validationMessage",
|
|
1786
1786
|
"type": "string"
|
|
1787
1787
|
},
|
|
1788
|
+
{
|
|
1789
|
+
"name": "pristine",
|
|
1790
|
+
"attribute": "pristine",
|
|
1791
|
+
"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.",
|
|
1792
|
+
"type": "boolean",
|
|
1793
|
+
"default": "\"true\""
|
|
1794
|
+
},
|
|
1788
1795
|
{
|
|
1789
1796
|
"name": "label",
|
|
1790
1797
|
"attribute": "label",
|
|
@@ -1809,6 +1816,18 @@
|
|
|
1809
1816
|
"name": "uui-color-area",
|
|
1810
1817
|
"path": "./../uui-color-area/lib/uui-color-area.element.ts",
|
|
1811
1818
|
"attributes": [
|
|
1819
|
+
{
|
|
1820
|
+
"name": "disabled",
|
|
1821
|
+
"description": "Sets the color area to disabled.",
|
|
1822
|
+
"type": "boolean",
|
|
1823
|
+
"default": "\"false\""
|
|
1824
|
+
},
|
|
1825
|
+
{
|
|
1826
|
+
"name": "readonly",
|
|
1827
|
+
"description": "Sets the color area to readonly mode.",
|
|
1828
|
+
"type": "boolean",
|
|
1829
|
+
"default": "\"false\""
|
|
1830
|
+
},
|
|
1812
1831
|
{
|
|
1813
1832
|
"name": "hue",
|
|
1814
1833
|
"description": "The current hue.",
|
|
@@ -1843,15 +1862,23 @@
|
|
|
1843
1862
|
"name": "value",
|
|
1844
1863
|
"description": "The current value.",
|
|
1845
1864
|
"type": "string"
|
|
1846
|
-
},
|
|
1847
|
-
{
|
|
1848
|
-
"name": "disabled",
|
|
1849
|
-
"description": "Disables the color area.",
|
|
1850
|
-
"type": "boolean",
|
|
1851
|
-
"default": "false"
|
|
1852
1865
|
}
|
|
1853
1866
|
],
|
|
1854
1867
|
"properties": [
|
|
1868
|
+
{
|
|
1869
|
+
"name": "disabled",
|
|
1870
|
+
"attribute": "disabled",
|
|
1871
|
+
"description": "Sets the color area to disabled.",
|
|
1872
|
+
"type": "boolean",
|
|
1873
|
+
"default": "\"false\""
|
|
1874
|
+
},
|
|
1875
|
+
{
|
|
1876
|
+
"name": "readonly",
|
|
1877
|
+
"attribute": "readonly",
|
|
1878
|
+
"description": "Sets the color area to readonly mode.",
|
|
1879
|
+
"type": "boolean",
|
|
1880
|
+
"default": "\"false\""
|
|
1881
|
+
},
|
|
1855
1882
|
{
|
|
1856
1883
|
"name": "hue",
|
|
1857
1884
|
"attribute": "hue",
|
|
@@ -1893,13 +1920,6 @@
|
|
|
1893
1920
|
"description": "The current value.",
|
|
1894
1921
|
"type": "string"
|
|
1895
1922
|
},
|
|
1896
|
-
{
|
|
1897
|
-
"name": "disabled",
|
|
1898
|
-
"attribute": "disabled",
|
|
1899
|
-
"description": "Disables the color area.",
|
|
1900
|
-
"type": "boolean",
|
|
1901
|
-
"default": "false"
|
|
1902
|
-
},
|
|
1903
1923
|
{
|
|
1904
1924
|
"name": "styles",
|
|
1905
1925
|
"type": "CSSResult[]",
|
|
@@ -1955,7 +1975,7 @@
|
|
|
1955
1975
|
},
|
|
1956
1976
|
{
|
|
1957
1977
|
"name": "disabled",
|
|
1958
|
-
"description": "
|
|
1978
|
+
"description": "Sets the color picker to disabled.",
|
|
1959
1979
|
"type": "boolean",
|
|
1960
1980
|
"default": "\"false\""
|
|
1961
1981
|
},
|
|
@@ -1965,6 +1985,12 @@
|
|
|
1965
1985
|
"type": "boolean",
|
|
1966
1986
|
"default": "\"false\""
|
|
1967
1987
|
},
|
|
1988
|
+
{
|
|
1989
|
+
"name": "readonly",
|
|
1990
|
+
"description": "Sets the color picker to readonly mode.",
|
|
1991
|
+
"type": "boolean",
|
|
1992
|
+
"default": "\"false\""
|
|
1993
|
+
},
|
|
1968
1994
|
{
|
|
1969
1995
|
"name": "uppercase",
|
|
1970
1996
|
"description": "By default, the value will be set in lowercase. Set this to true to set it in uppercase instead.",
|
|
@@ -2023,7 +2049,7 @@
|
|
|
2023
2049
|
{
|
|
2024
2050
|
"name": "disabled",
|
|
2025
2051
|
"attribute": "disabled",
|
|
2026
|
-
"description": "
|
|
2052
|
+
"description": "Sets the color picker to disabled.",
|
|
2027
2053
|
"type": "boolean",
|
|
2028
2054
|
"default": "\"false\""
|
|
2029
2055
|
},
|
|
@@ -2034,6 +2060,13 @@
|
|
|
2034
2060
|
"type": "boolean",
|
|
2035
2061
|
"default": "\"false\""
|
|
2036
2062
|
},
|
|
2063
|
+
{
|
|
2064
|
+
"name": "readonly",
|
|
2065
|
+
"attribute": "readonly",
|
|
2066
|
+
"description": "Sets the color picker to readonly mode.",
|
|
2067
|
+
"type": "boolean",
|
|
2068
|
+
"default": "\"false\""
|
|
2069
|
+
},
|
|
2037
2070
|
{
|
|
2038
2071
|
"name": "uppercase",
|
|
2039
2072
|
"attribute": "uppercase",
|
|
@@ -2118,9 +2151,15 @@
|
|
|
2118
2151
|
"type": "number",
|
|
2119
2152
|
"default": "\"0\""
|
|
2120
2153
|
},
|
|
2154
|
+
{
|
|
2155
|
+
"name": "readonly",
|
|
2156
|
+
"description": "Sets the color slider to readonly mode.",
|
|
2157
|
+
"type": "boolean",
|
|
2158
|
+
"default": "\"false\""
|
|
2159
|
+
},
|
|
2121
2160
|
{
|
|
2122
2161
|
"name": "disabled",
|
|
2123
|
-
"description": "
|
|
2162
|
+
"description": "Sets the color slider to disabled.",
|
|
2124
2163
|
"type": "boolean",
|
|
2125
2164
|
"default": "\"false\""
|
|
2126
2165
|
},
|
|
@@ -2180,10 +2219,17 @@
|
|
|
2180
2219
|
"type": "number",
|
|
2181
2220
|
"default": "\"0\""
|
|
2182
2221
|
},
|
|
2222
|
+
{
|
|
2223
|
+
"name": "readonly",
|
|
2224
|
+
"attribute": "readonly",
|
|
2225
|
+
"description": "Sets the color slider to readonly mode.",
|
|
2226
|
+
"type": "boolean",
|
|
2227
|
+
"default": "\"false\""
|
|
2228
|
+
},
|
|
2183
2229
|
{
|
|
2184
2230
|
"name": "disabled",
|
|
2185
2231
|
"attribute": "disabled",
|
|
2186
|
-
"description": "
|
|
2232
|
+
"description": "Sets the color slider to disabled.",
|
|
2187
2233
|
"type": "boolean",
|
|
2188
2234
|
"default": "\"false\""
|
|
2189
2235
|
},
|
|
@@ -2235,7 +2281,7 @@
|
|
|
2235
2281
|
{
|
|
2236
2282
|
"name": "uui-color-swatch",
|
|
2237
2283
|
"path": "./../uui-color-swatch/lib/uui-color-swatch.element.ts",
|
|
2238
|
-
"description": "Color swatch, can have label and be selectable.",
|
|
2284
|
+
"description": "Color swatch, can have label and be selectable, disabled or readonly.",
|
|
2239
2285
|
"attributes": [
|
|
2240
2286
|
{
|
|
2241
2287
|
"name": "value",
|
|
@@ -2249,9 +2295,15 @@
|
|
|
2249
2295
|
},
|
|
2250
2296
|
{
|
|
2251
2297
|
"name": "disabled",
|
|
2252
|
-
"description": "
|
|
2298
|
+
"description": "Sets the swatch to disabled.",
|
|
2253
2299
|
"type": "boolean",
|
|
2254
|
-
"default": "false"
|
|
2300
|
+
"default": "\"false\""
|
|
2301
|
+
},
|
|
2302
|
+
{
|
|
2303
|
+
"name": "readonly",
|
|
2304
|
+
"description": "Sets the swatch to readonly mode.",
|
|
2305
|
+
"type": "boolean",
|
|
2306
|
+
"default": "\"false\""
|
|
2255
2307
|
},
|
|
2256
2308
|
{
|
|
2257
2309
|
"name": "show-label",
|
|
@@ -2298,9 +2350,16 @@
|
|
|
2298
2350
|
{
|
|
2299
2351
|
"name": "disabled",
|
|
2300
2352
|
"attribute": "disabled",
|
|
2301
|
-
"description": "
|
|
2353
|
+
"description": "Sets the swatch to disabled.",
|
|
2302
2354
|
"type": "boolean",
|
|
2303
|
-
"default": "false"
|
|
2355
|
+
"default": "\"false\""
|
|
2356
|
+
},
|
|
2357
|
+
{
|
|
2358
|
+
"name": "readonly",
|
|
2359
|
+
"attribute": "readonly",
|
|
2360
|
+
"description": "Sets the swatch to readonly mode.",
|
|
2361
|
+
"type": "boolean",
|
|
2362
|
+
"default": "\"false\""
|
|
2304
2363
|
},
|
|
2305
2364
|
{
|
|
2306
2365
|
"name": "showLabel",
|
|
@@ -2375,7 +2434,7 @@
|
|
|
2375
2434
|
{
|
|
2376
2435
|
"name": "uui-color-swatches",
|
|
2377
2436
|
"path": "./../uui-color-swatches/lib/uui-color-swatches.element.ts",
|
|
2378
|
-
"description": "Put uui-
|
|
2437
|
+
"description": "Put uui-color-swatch elements inside this element to create a color swatch selector.",
|
|
2379
2438
|
"attributes": [
|
|
2380
2439
|
{
|
|
2381
2440
|
"name": "value",
|
|
@@ -2385,7 +2444,13 @@
|
|
|
2385
2444
|
},
|
|
2386
2445
|
{
|
|
2387
2446
|
"name": "disabled",
|
|
2388
|
-
"description": "
|
|
2447
|
+
"description": "Sets the swatches to disabled.",
|
|
2448
|
+
"type": "boolean",
|
|
2449
|
+
"default": "\"false\""
|
|
2450
|
+
},
|
|
2451
|
+
{
|
|
2452
|
+
"name": "readonly",
|
|
2453
|
+
"description": "Sets the swatches to readonly mode.",
|
|
2389
2454
|
"type": "boolean",
|
|
2390
2455
|
"default": "\"false\""
|
|
2391
2456
|
},
|
|
@@ -2406,13 +2471,16 @@
|
|
|
2406
2471
|
{
|
|
2407
2472
|
"name": "disabled",
|
|
2408
2473
|
"attribute": "disabled",
|
|
2409
|
-
"description": "
|
|
2474
|
+
"description": "Sets the swatches to disabled.",
|
|
2410
2475
|
"type": "boolean",
|
|
2411
2476
|
"default": "\"false\""
|
|
2412
2477
|
},
|
|
2413
2478
|
{
|
|
2414
|
-
"name": "
|
|
2415
|
-
"
|
|
2479
|
+
"name": "readonly",
|
|
2480
|
+
"attribute": "readonly",
|
|
2481
|
+
"description": "Sets the swatches to readonly mode.",
|
|
2482
|
+
"type": "boolean",
|
|
2483
|
+
"default": "\"false\""
|
|
2416
2484
|
},
|
|
2417
2485
|
{
|
|
2418
2486
|
"name": "styles",
|
|
@@ -2446,19 +2514,19 @@
|
|
|
2446
2514
|
{
|
|
2447
2515
|
"name": "value",
|
|
2448
2516
|
"description": "Value of the option.",
|
|
2449
|
-
"type": "
|
|
2517
|
+
"type": "string",
|
|
2450
2518
|
"default": "\"\\\"\\\"\""
|
|
2451
2519
|
},
|
|
2452
2520
|
{
|
|
2453
2521
|
"name": "display-value",
|
|
2454
2522
|
"description": "A readable value.",
|
|
2455
|
-
"type": "
|
|
2523
|
+
"type": "string",
|
|
2456
2524
|
"default": "\"\\\"\\\"\""
|
|
2457
2525
|
},
|
|
2458
2526
|
{
|
|
2459
2527
|
"name": "disabled",
|
|
2460
2528
|
"description": "Determines if the options is disabled. If true the option can't be selected",
|
|
2461
|
-
"type": "
|
|
2529
|
+
"type": "boolean",
|
|
2462
2530
|
"default": "\"false\""
|
|
2463
2531
|
},
|
|
2464
2532
|
{
|
|
@@ -2485,21 +2553,21 @@
|
|
|
2485
2553
|
"name": "value",
|
|
2486
2554
|
"attribute": "value",
|
|
2487
2555
|
"description": "Value of the option.",
|
|
2488
|
-
"type": "
|
|
2556
|
+
"type": "string",
|
|
2489
2557
|
"default": "\"\\\"\\\"\""
|
|
2490
2558
|
},
|
|
2491
2559
|
{
|
|
2492
2560
|
"name": "displayValue",
|
|
2493
2561
|
"attribute": "display-value",
|
|
2494
2562
|
"description": "A readable value.",
|
|
2495
|
-
"type": "
|
|
2563
|
+
"type": "string",
|
|
2496
2564
|
"default": "\"\\\"\\\"\""
|
|
2497
2565
|
},
|
|
2498
2566
|
{
|
|
2499
2567
|
"name": "disabled",
|
|
2500
2568
|
"attribute": "disabled",
|
|
2501
2569
|
"description": "Determines if the options is disabled. If true the option can't be selected",
|
|
2502
|
-
"type": "
|
|
2570
|
+
"type": "boolean",
|
|
2503
2571
|
"default": "\"false\""
|
|
2504
2572
|
},
|
|
2505
2573
|
{
|
|
@@ -2553,19 +2621,19 @@
|
|
|
2553
2621
|
{
|
|
2554
2622
|
"name": "value",
|
|
2555
2623
|
"description": "Value of selected option.",
|
|
2556
|
-
"type": "
|
|
2624
|
+
"type": "FormDataEntryValue | FormData",
|
|
2557
2625
|
"default": "\"\\\"\\\"\""
|
|
2558
2626
|
},
|
|
2559
2627
|
{
|
|
2560
2628
|
"name": "displayValue",
|
|
2561
2629
|
"description": "A readable value to display to show the selected value.",
|
|
2562
|
-
"type": "
|
|
2630
|
+
"type": "string",
|
|
2563
2631
|
"default": "\"\\\"\\\"\""
|
|
2564
2632
|
},
|
|
2565
2633
|
{
|
|
2566
2634
|
"name": "for",
|
|
2567
2635
|
"description": "provide another element of which keyboard navigation",
|
|
2568
|
-
"type": "
|
|
2636
|
+
"type": "HTMLElement",
|
|
2569
2637
|
"default": "\"this\""
|
|
2570
2638
|
}
|
|
2571
2639
|
],
|
|
@@ -2574,21 +2642,21 @@
|
|
|
2574
2642
|
"name": "value",
|
|
2575
2643
|
"attribute": "value",
|
|
2576
2644
|
"description": "Value of selected option.",
|
|
2577
|
-
"type": "
|
|
2645
|
+
"type": "FormDataEntryValue | FormData",
|
|
2578
2646
|
"default": "\"\\\"\\\"\""
|
|
2579
2647
|
},
|
|
2580
2648
|
{
|
|
2581
2649
|
"name": "displayValue",
|
|
2582
2650
|
"attribute": "displayValue",
|
|
2583
2651
|
"description": "A readable value to display to show the selected value.",
|
|
2584
|
-
"type": "
|
|
2652
|
+
"type": "string",
|
|
2585
2653
|
"default": "\"\\\"\\\"\""
|
|
2586
2654
|
},
|
|
2587
2655
|
{
|
|
2588
2656
|
"name": "for",
|
|
2589
2657
|
"attribute": "for",
|
|
2590
2658
|
"description": "provide another element of which keyboard navigation",
|
|
2591
|
-
"type": "
|
|
2659
|
+
"type": "HTMLElement",
|
|
2592
2660
|
"default": "\"this\""
|
|
2593
2661
|
},
|
|
2594
2662
|
{
|
|
@@ -2617,19 +2685,19 @@
|
|
|
2617
2685
|
{
|
|
2618
2686
|
"name": "search",
|
|
2619
2687
|
"description": "The search input.",
|
|
2620
|
-
"type": "
|
|
2688
|
+
"type": "string",
|
|
2621
2689
|
"default": "\"\\\"\\\"\""
|
|
2622
2690
|
},
|
|
2623
2691
|
{
|
|
2624
2692
|
"name": "open",
|
|
2625
2693
|
"description": "Specifies if the popover should be open.",
|
|
2626
|
-
"type": "
|
|
2694
|
+
"type": "boolean",
|
|
2627
2695
|
"default": "\"false\""
|
|
2628
2696
|
},
|
|
2629
2697
|
{
|
|
2630
2698
|
"name": "closeLabel",
|
|
2631
2699
|
"description": "Specifies the button label for the close button in mobile mode",
|
|
2632
|
-
"type": "
|
|
2700
|
+
"type": "string",
|
|
2633
2701
|
"default": "\"\\\"Close\\\"\""
|
|
2634
2702
|
},
|
|
2635
2703
|
{
|
|
@@ -2656,12 +2724,6 @@
|
|
|
2656
2724
|
"type": "string",
|
|
2657
2725
|
"default": "\"''\""
|
|
2658
2726
|
},
|
|
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
2727
|
{
|
|
2666
2728
|
"name": "required",
|
|
2667
2729
|
"description": "Apply validation rule for requiring a value of this form control.",
|
|
@@ -2685,6 +2747,12 @@
|
|
|
2685
2747
|
"description": "Custom error message.",
|
|
2686
2748
|
"type": "string",
|
|
2687
2749
|
"default": "\"This field is invalid\""
|
|
2750
|
+
},
|
|
2751
|
+
{
|
|
2752
|
+
"name": "pristine",
|
|
2753
|
+
"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.",
|
|
2754
|
+
"type": "boolean",
|
|
2755
|
+
"default": "\"true\""
|
|
2688
2756
|
}
|
|
2689
2757
|
],
|
|
2690
2758
|
"properties": [
|
|
@@ -2692,21 +2760,21 @@
|
|
|
2692
2760
|
"name": "search",
|
|
2693
2761
|
"attribute": "search",
|
|
2694
2762
|
"description": "The search input.",
|
|
2695
|
-
"type": "
|
|
2763
|
+
"type": "string",
|
|
2696
2764
|
"default": "\"\\\"\\\"\""
|
|
2697
2765
|
},
|
|
2698
2766
|
{
|
|
2699
2767
|
"name": "open",
|
|
2700
2768
|
"attribute": "open",
|
|
2701
2769
|
"description": "Specifies if the popover should be open.",
|
|
2702
|
-
"type": "
|
|
2770
|
+
"type": "boolean",
|
|
2703
2771
|
"default": "\"false\""
|
|
2704
2772
|
},
|
|
2705
2773
|
{
|
|
2706
2774
|
"name": "closeLabel",
|
|
2707
2775
|
"attribute": "closeLabel",
|
|
2708
2776
|
"description": "Specifies the button label for the close button in mobile mode",
|
|
2709
|
-
"type": "
|
|
2777
|
+
"type": "string",
|
|
2710
2778
|
"default": "\"\\\"Close\\\"\""
|
|
2711
2779
|
},
|
|
2712
2780
|
{
|
|
@@ -2748,13 +2816,6 @@
|
|
|
2748
2816
|
"type": "string",
|
|
2749
2817
|
"default": "\"''\""
|
|
2750
2818
|
},
|
|
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
2819
|
{
|
|
2759
2820
|
"name": "required",
|
|
2760
2821
|
"attribute": "required",
|
|
@@ -2790,6 +2851,13 @@
|
|
|
2790
2851
|
{
|
|
2791
2852
|
"name": "validationMessage",
|
|
2792
2853
|
"type": "string"
|
|
2854
|
+
},
|
|
2855
|
+
{
|
|
2856
|
+
"name": "pristine",
|
|
2857
|
+
"attribute": "pristine",
|
|
2858
|
+
"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.",
|
|
2859
|
+
"type": "boolean",
|
|
2860
|
+
"default": "\"true\""
|
|
2793
2861
|
}
|
|
2794
2862
|
],
|
|
2795
2863
|
"events": [
|
|
@@ -3184,12 +3252,6 @@
|
|
|
3184
3252
|
"type": "string",
|
|
3185
3253
|
"default": "\"''\""
|
|
3186
3254
|
},
|
|
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
3255
|
{
|
|
3194
3256
|
"name": "required",
|
|
3195
3257
|
"description": "Apply validation rule for requiring a value of this form control.",
|
|
@@ -3213,6 +3275,12 @@
|
|
|
3213
3275
|
"description": "Custom error message.",
|
|
3214
3276
|
"type": "string",
|
|
3215
3277
|
"default": "\"This field is invalid\""
|
|
3278
|
+
},
|
|
3279
|
+
{
|
|
3280
|
+
"name": "pristine",
|
|
3281
|
+
"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.",
|
|
3282
|
+
"type": "boolean",
|
|
3283
|
+
"default": "\"true\""
|
|
3216
3284
|
}
|
|
3217
3285
|
],
|
|
3218
3286
|
"properties": [
|
|
@@ -3255,13 +3323,6 @@
|
|
|
3255
3323
|
"type": "string",
|
|
3256
3324
|
"default": "\"''\""
|
|
3257
3325
|
},
|
|
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
3326
|
{
|
|
3266
3327
|
"name": "required",
|
|
3267
3328
|
"attribute": "required",
|
|
@@ -3297,6 +3358,13 @@
|
|
|
3297
3358
|
{
|
|
3298
3359
|
"name": "validationMessage",
|
|
3299
3360
|
"type": "string"
|
|
3361
|
+
},
|
|
3362
|
+
{
|
|
3363
|
+
"name": "pristine",
|
|
3364
|
+
"attribute": "pristine",
|
|
3365
|
+
"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.",
|
|
3366
|
+
"type": "boolean",
|
|
3367
|
+
"default": "\"true\""
|
|
3300
3368
|
}
|
|
3301
3369
|
]
|
|
3302
3370
|
},
|
|
@@ -3416,12 +3484,6 @@
|
|
|
3416
3484
|
"type": "string",
|
|
3417
3485
|
"default": "\"''\""
|
|
3418
3486
|
},
|
|
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
3487
|
{
|
|
3426
3488
|
"name": "required",
|
|
3427
3489
|
"description": "Apply validation rule for requiring a value of this form control.",
|
|
@@ -3446,6 +3508,12 @@
|
|
|
3446
3508
|
"type": "string",
|
|
3447
3509
|
"default": "\"This field is invalid\""
|
|
3448
3510
|
},
|
|
3511
|
+
{
|
|
3512
|
+
"name": "pristine",
|
|
3513
|
+
"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.",
|
|
3514
|
+
"type": "boolean",
|
|
3515
|
+
"default": "\"true\""
|
|
3516
|
+
},
|
|
3449
3517
|
{
|
|
3450
3518
|
"name": "label",
|
|
3451
3519
|
"description": "Label to be used for aria-label and potentially as visual label for some components",
|
|
@@ -3595,13 +3663,6 @@
|
|
|
3595
3663
|
"type": "string",
|
|
3596
3664
|
"default": "\"''\""
|
|
3597
3665
|
},
|
|
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
3666
|
{
|
|
3606
3667
|
"name": "required",
|
|
3607
3668
|
"attribute": "required",
|
|
@@ -3638,6 +3699,13 @@
|
|
|
3638
3699
|
"name": "validationMessage",
|
|
3639
3700
|
"type": "string"
|
|
3640
3701
|
},
|
|
3702
|
+
{
|
|
3703
|
+
"name": "pristine",
|
|
3704
|
+
"attribute": "pristine",
|
|
3705
|
+
"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.",
|
|
3706
|
+
"type": "boolean",
|
|
3707
|
+
"default": "\"true\""
|
|
3708
|
+
},
|
|
3641
3709
|
{
|
|
3642
3710
|
"name": "label",
|
|
3643
3711
|
"attribute": "label",
|
|
@@ -3822,12 +3890,6 @@
|
|
|
3822
3890
|
"type": "string",
|
|
3823
3891
|
"default": "\"''\""
|
|
3824
3892
|
},
|
|
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
3893
|
{
|
|
3832
3894
|
"name": "required",
|
|
3833
3895
|
"description": "Apply validation rule for requiring a value of this form control.",
|
|
@@ -3852,6 +3914,12 @@
|
|
|
3852
3914
|
"type": "string",
|
|
3853
3915
|
"default": "\"This field is invalid\""
|
|
3854
3916
|
},
|
|
3917
|
+
{
|
|
3918
|
+
"name": "pristine",
|
|
3919
|
+
"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.",
|
|
3920
|
+
"type": "boolean",
|
|
3921
|
+
"default": "\"true\""
|
|
3922
|
+
},
|
|
3855
3923
|
{
|
|
3856
3924
|
"name": "label",
|
|
3857
3925
|
"description": "Label to be used for aria-label and potentially as visual label for some components",
|
|
@@ -3994,13 +4062,6 @@
|
|
|
3994
4062
|
"type": "string",
|
|
3995
4063
|
"default": "\"''\""
|
|
3996
4064
|
},
|
|
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
4065
|
{
|
|
4005
4066
|
"name": "required",
|
|
4006
4067
|
"attribute": "required",
|
|
@@ -4037,6 +4098,13 @@
|
|
|
4037
4098
|
"name": "validationMessage",
|
|
4038
4099
|
"type": "string"
|
|
4039
4100
|
},
|
|
4101
|
+
{
|
|
4102
|
+
"name": "pristine",
|
|
4103
|
+
"attribute": "pristine",
|
|
4104
|
+
"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.",
|
|
4105
|
+
"type": "boolean",
|
|
4106
|
+
"default": "\"true\""
|
|
4107
|
+
},
|
|
4040
4108
|
{
|
|
4041
4109
|
"name": "label",
|
|
4042
4110
|
"attribute": "label",
|
|
@@ -4222,12 +4290,6 @@
|
|
|
4222
4290
|
"type": "string",
|
|
4223
4291
|
"default": "\"''\""
|
|
4224
4292
|
},
|
|
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
4293
|
{
|
|
4232
4294
|
"name": "required",
|
|
4233
4295
|
"description": "Apply validation rule for requiring a value of this form control.",
|
|
@@ -4252,6 +4314,12 @@
|
|
|
4252
4314
|
"type": "string",
|
|
4253
4315
|
"default": "\"This field is invalid\""
|
|
4254
4316
|
},
|
|
4317
|
+
{
|
|
4318
|
+
"name": "pristine",
|
|
4319
|
+
"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.",
|
|
4320
|
+
"type": "boolean",
|
|
4321
|
+
"default": "\"true\""
|
|
4322
|
+
},
|
|
4255
4323
|
{
|
|
4256
4324
|
"name": "label",
|
|
4257
4325
|
"description": "Label to be used for aria-label and potentially as visual label for some components",
|
|
@@ -4394,13 +4462,6 @@
|
|
|
4394
4462
|
"type": "string",
|
|
4395
4463
|
"default": "\"''\""
|
|
4396
4464
|
},
|
|
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
4465
|
{
|
|
4405
4466
|
"name": "required",
|
|
4406
4467
|
"attribute": "required",
|
|
@@ -4437,6 +4498,13 @@
|
|
|
4437
4498
|
"name": "validationMessage",
|
|
4438
4499
|
"type": "string"
|
|
4439
4500
|
},
|
|
4501
|
+
{
|
|
4502
|
+
"name": "pristine",
|
|
4503
|
+
"attribute": "pristine",
|
|
4504
|
+
"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.",
|
|
4505
|
+
"type": "boolean",
|
|
4506
|
+
"default": "\"true\""
|
|
4507
|
+
},
|
|
4440
4508
|
{
|
|
4441
4509
|
"name": "label",
|
|
4442
4510
|
"attribute": "label",
|
|
@@ -5423,12 +5491,6 @@
|
|
|
5423
5491
|
"type": "string",
|
|
5424
5492
|
"default": "\"''\""
|
|
5425
5493
|
},
|
|
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
5494
|
{
|
|
5433
5495
|
"name": "required",
|
|
5434
5496
|
"description": "Apply validation rule for requiring a value of this form control.",
|
|
@@ -5452,6 +5514,12 @@
|
|
|
5452
5514
|
"description": "Custom error message.",
|
|
5453
5515
|
"type": "string",
|
|
5454
5516
|
"default": "\"This field is invalid\""
|
|
5517
|
+
},
|
|
5518
|
+
{
|
|
5519
|
+
"name": "pristine",
|
|
5520
|
+
"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.",
|
|
5521
|
+
"type": "boolean",
|
|
5522
|
+
"default": "\"true\""
|
|
5455
5523
|
}
|
|
5456
5524
|
],
|
|
5457
5525
|
"properties": [
|
|
@@ -5494,13 +5562,6 @@
|
|
|
5494
5562
|
"type": "string",
|
|
5495
5563
|
"default": "\"''\""
|
|
5496
5564
|
},
|
|
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
5565
|
{
|
|
5505
5566
|
"name": "required",
|
|
5506
5567
|
"attribute": "required",
|
|
@@ -5536,6 +5597,13 @@
|
|
|
5536
5597
|
{
|
|
5537
5598
|
"name": "validationMessage",
|
|
5538
5599
|
"type": "string"
|
|
5600
|
+
},
|
|
5601
|
+
{
|
|
5602
|
+
"name": "pristine",
|
|
5603
|
+
"attribute": "pristine",
|
|
5604
|
+
"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.",
|
|
5605
|
+
"type": "boolean",
|
|
5606
|
+
"default": "\"true\""
|
|
5539
5607
|
}
|
|
5540
5608
|
],
|
|
5541
5609
|
"slots": [
|
|
@@ -5719,12 +5787,6 @@
|
|
|
5719
5787
|
"type": "string",
|
|
5720
5788
|
"default": "\"0,0\""
|
|
5721
5789
|
},
|
|
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
5790
|
{
|
|
5729
5791
|
"name": "required",
|
|
5730
5792
|
"description": "Apply validation rule for requiring a value of this form control.",
|
|
@@ -5748,6 +5810,12 @@
|
|
|
5748
5810
|
"description": "Custom error message.",
|
|
5749
5811
|
"type": "string",
|
|
5750
5812
|
"default": "\"This field is invalid\""
|
|
5813
|
+
},
|
|
5814
|
+
{
|
|
5815
|
+
"name": "pristine",
|
|
5816
|
+
"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.",
|
|
5817
|
+
"type": "boolean",
|
|
5818
|
+
"default": "\"true\""
|
|
5751
5819
|
}
|
|
5752
5820
|
],
|
|
5753
5821
|
"properties": [
|
|
@@ -5839,13 +5907,6 @@
|
|
|
5839
5907
|
"type": "string",
|
|
5840
5908
|
"default": "\"0,0\""
|
|
5841
5909
|
},
|
|
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
5910
|
{
|
|
5850
5911
|
"name": "required",
|
|
5851
5912
|
"attribute": "required",
|
|
@@ -5881,6 +5942,13 @@
|
|
|
5881
5942
|
{
|
|
5882
5943
|
"name": "validationMessage",
|
|
5883
5944
|
"type": "string"
|
|
5945
|
+
},
|
|
5946
|
+
{
|
|
5947
|
+
"name": "pristine",
|
|
5948
|
+
"attribute": "pristine",
|
|
5949
|
+
"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.",
|
|
5950
|
+
"type": "boolean",
|
|
5951
|
+
"default": "\"true\""
|
|
5884
5952
|
}
|
|
5885
5953
|
],
|
|
5886
5954
|
"events": [
|
|
@@ -7498,12 +7566,6 @@
|
|
|
7498
7566
|
"type": "string",
|
|
7499
7567
|
"default": "\"''\""
|
|
7500
7568
|
},
|
|
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
7569
|
{
|
|
7508
7570
|
"name": "required",
|
|
7509
7571
|
"description": "Apply validation rule for requiring a value of this form control.",
|
|
@@ -7527,6 +7589,12 @@
|
|
|
7527
7589
|
"description": "Custom error message.",
|
|
7528
7590
|
"type": "string",
|
|
7529
7591
|
"default": "\"This field is invalid\""
|
|
7592
|
+
},
|
|
7593
|
+
{
|
|
7594
|
+
"name": "pristine",
|
|
7595
|
+
"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.",
|
|
7596
|
+
"type": "boolean",
|
|
7597
|
+
"default": "\"true\""
|
|
7530
7598
|
}
|
|
7531
7599
|
],
|
|
7532
7600
|
"properties": [
|
|
@@ -7595,13 +7663,6 @@
|
|
|
7595
7663
|
"type": "string",
|
|
7596
7664
|
"default": "\"''\""
|
|
7597
7665
|
},
|
|
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
7666
|
{
|
|
7606
7667
|
"name": "required",
|
|
7607
7668
|
"attribute": "required",
|
|
@@ -7637,6 +7698,13 @@
|
|
|
7637
7698
|
{
|
|
7638
7699
|
"name": "validationMessage",
|
|
7639
7700
|
"type": "string"
|
|
7701
|
+
},
|
|
7702
|
+
{
|
|
7703
|
+
"name": "pristine",
|
|
7704
|
+
"attribute": "pristine",
|
|
7705
|
+
"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.",
|
|
7706
|
+
"type": "boolean",
|
|
7707
|
+
"default": "\"true\""
|
|
7640
7708
|
}
|
|
7641
7709
|
],
|
|
7642
7710
|
"events": [
|
|
@@ -7759,12 +7827,6 @@
|
|
|
7759
7827
|
"type": "string",
|
|
7760
7828
|
"default": "\"''\""
|
|
7761
7829
|
},
|
|
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
7830
|
{
|
|
7769
7831
|
"name": "required",
|
|
7770
7832
|
"description": "Apply validation rule for requiring a value of this form control.",
|
|
@@ -7788,6 +7850,12 @@
|
|
|
7788
7850
|
"description": "Custom error message.",
|
|
7789
7851
|
"type": "string",
|
|
7790
7852
|
"default": "\"This field is invalid\""
|
|
7853
|
+
},
|
|
7854
|
+
{
|
|
7855
|
+
"name": "pristine",
|
|
7856
|
+
"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.",
|
|
7857
|
+
"type": "boolean",
|
|
7858
|
+
"default": "\"true\""
|
|
7791
7859
|
}
|
|
7792
7860
|
],
|
|
7793
7861
|
"properties": [
|
|
@@ -7871,13 +7939,6 @@
|
|
|
7871
7939
|
"type": "string",
|
|
7872
7940
|
"default": "\"''\""
|
|
7873
7941
|
},
|
|
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
7942
|
{
|
|
7882
7943
|
"name": "required",
|
|
7883
7944
|
"attribute": "required",
|
|
@@ -7913,6 +7974,13 @@
|
|
|
7913
7974
|
{
|
|
7914
7975
|
"name": "validationMessage",
|
|
7915
7976
|
"type": "string"
|
|
7977
|
+
},
|
|
7978
|
+
{
|
|
7979
|
+
"name": "pristine",
|
|
7980
|
+
"attribute": "pristine",
|
|
7981
|
+
"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.",
|
|
7982
|
+
"type": "boolean",
|
|
7983
|
+
"default": "\"true\""
|
|
7916
7984
|
}
|
|
7917
7985
|
],
|
|
7918
7986
|
"events": [
|
|
@@ -8899,12 +8967,6 @@
|
|
|
8899
8967
|
"type": "string",
|
|
8900
8968
|
"default": "\"''\""
|
|
8901
8969
|
},
|
|
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
8970
|
{
|
|
8909
8971
|
"name": "required",
|
|
8910
8972
|
"description": "Apply validation rule for requiring a value of this form control.",
|
|
@@ -8928,6 +8990,12 @@
|
|
|
8928
8990
|
"description": "Custom error message.",
|
|
8929
8991
|
"type": "string",
|
|
8930
8992
|
"default": "\"This field is invalid\""
|
|
8993
|
+
},
|
|
8994
|
+
{
|
|
8995
|
+
"name": "pristine",
|
|
8996
|
+
"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.",
|
|
8997
|
+
"type": "boolean",
|
|
8998
|
+
"default": "\"true\""
|
|
8931
8999
|
}
|
|
8932
9000
|
],
|
|
8933
9001
|
"properties": [
|
|
@@ -9037,13 +9105,6 @@
|
|
|
9037
9105
|
"type": "string",
|
|
9038
9106
|
"default": "\"''\""
|
|
9039
9107
|
},
|
|
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
9108
|
{
|
|
9048
9109
|
"name": "required",
|
|
9049
9110
|
"attribute": "required",
|
|
@@ -9079,6 +9140,13 @@
|
|
|
9079
9140
|
{
|
|
9080
9141
|
"name": "validationMessage",
|
|
9081
9142
|
"type": "string"
|
|
9143
|
+
},
|
|
9144
|
+
{
|
|
9145
|
+
"name": "pristine",
|
|
9146
|
+
"attribute": "pristine",
|
|
9147
|
+
"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.",
|
|
9148
|
+
"type": "boolean",
|
|
9149
|
+
"default": "\"true\""
|
|
9082
9150
|
}
|
|
9083
9151
|
],
|
|
9084
9152
|
"events": [
|
|
@@ -9323,12 +9391,6 @@
|
|
|
9323
9391
|
"type": "string",
|
|
9324
9392
|
"default": "\"''\""
|
|
9325
9393
|
},
|
|
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
9394
|
{
|
|
9333
9395
|
"name": "required",
|
|
9334
9396
|
"description": "Apply validation rule for requiring a value of this form control.",
|
|
@@ -9353,6 +9415,12 @@
|
|
|
9353
9415
|
"type": "string",
|
|
9354
9416
|
"default": "\"This field is invalid\""
|
|
9355
9417
|
},
|
|
9418
|
+
{
|
|
9419
|
+
"name": "pristine",
|
|
9420
|
+
"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.",
|
|
9421
|
+
"type": "boolean",
|
|
9422
|
+
"default": "\"true\""
|
|
9423
|
+
},
|
|
9356
9424
|
{
|
|
9357
9425
|
"name": "label",
|
|
9358
9426
|
"description": "Label to be used for aria-label and potentially as visual label for some components",
|
|
@@ -9420,13 +9488,6 @@
|
|
|
9420
9488
|
"type": "string",
|
|
9421
9489
|
"default": "\"''\""
|
|
9422
9490
|
},
|
|
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
9491
|
{
|
|
9431
9492
|
"name": "required",
|
|
9432
9493
|
"attribute": "required",
|
|
@@ -9463,6 +9524,13 @@
|
|
|
9463
9524
|
"name": "validationMessage",
|
|
9464
9525
|
"type": "string"
|
|
9465
9526
|
},
|
|
9527
|
+
{
|
|
9528
|
+
"name": "pristine",
|
|
9529
|
+
"attribute": "pristine",
|
|
9530
|
+
"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.",
|
|
9531
|
+
"type": "boolean",
|
|
9532
|
+
"default": "\"true\""
|
|
9533
|
+
},
|
|
9466
9534
|
{
|
|
9467
9535
|
"name": "label",
|
|
9468
9536
|
"attribute": "label",
|