@umbraco-ui/uui 1.3.0-rc.0 → 1.3.0-rc.1
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 +47 -51
- package/dist/uui.min.js +432 -432
- package/dist/uui.min.js.map +1 -1
- package/lib/index.d.ts +79 -79
- package/lib/index.js +79 -79
- package/package.json +82 -82
- package/vscode-html-custom-data.json +55 -55
package/custom-elements.json
CHANGED
|
@@ -766,8 +766,8 @@
|
|
|
766
766
|
"description": "fires when the media card is selected"
|
|
767
767
|
},
|
|
768
768
|
{
|
|
769
|
-
"name": "
|
|
770
|
-
"description": "fires when the media card is
|
|
769
|
+
"name": "deselected",
|
|
770
|
+
"description": "fires when the media card is deselected"
|
|
771
771
|
}
|
|
772
772
|
],
|
|
773
773
|
"slots": [
|
|
@@ -898,8 +898,8 @@
|
|
|
898
898
|
"description": "fires when the media card is selected"
|
|
899
899
|
},
|
|
900
900
|
{
|
|
901
|
-
"name": "
|
|
902
|
-
"description": "fires when the media card is
|
|
901
|
+
"name": "deselected",
|
|
902
|
+
"description": "fires when the media card is deselected"
|
|
903
903
|
}
|
|
904
904
|
],
|
|
905
905
|
"slots": [
|
|
@@ -1013,8 +1013,8 @@
|
|
|
1013
1013
|
"description": "fires when the media card is selected"
|
|
1014
1014
|
},
|
|
1015
1015
|
{
|
|
1016
|
-
"name": "
|
|
1017
|
-
"description": "fires when the media card is
|
|
1016
|
+
"name": "deselected",
|
|
1017
|
+
"description": "fires when the media card is deselected"
|
|
1018
1018
|
}
|
|
1019
1019
|
],
|
|
1020
1020
|
"slots": [
|
|
@@ -1115,8 +1115,8 @@
|
|
|
1115
1115
|
"description": "fires when the media card is selected"
|
|
1116
1116
|
},
|
|
1117
1117
|
{
|
|
1118
|
-
"name": "
|
|
1119
|
-
"description": "fires when the media card is
|
|
1118
|
+
"name": "deselected",
|
|
1119
|
+
"description": "fires when the media card is deselected"
|
|
1120
1120
|
}
|
|
1121
1121
|
]
|
|
1122
1122
|
},
|
|
@@ -1764,14 +1764,13 @@
|
|
|
1764
1764
|
{
|
|
1765
1765
|
"name": "value",
|
|
1766
1766
|
"description": "Value of the swatch. Should be a valid hex, hexa, rgb, rgba, hsl or hsla string. Should fulfill this [css spec](https://www.w3.org/TR/css-color-4/#color-type). If not provided element will look at its text content.",
|
|
1767
|
-
"type": "
|
|
1768
|
-
"default": "\"\\\"\\\"\""
|
|
1767
|
+
"type": "string"
|
|
1769
1768
|
},
|
|
1770
1769
|
{
|
|
1771
1770
|
"name": "disabled",
|
|
1772
1771
|
"description": "Determines if the options is disabled. If true the option can't be selected",
|
|
1773
|
-
"type": "
|
|
1774
|
-
"default": "
|
|
1772
|
+
"type": "boolean",
|
|
1773
|
+
"default": "false"
|
|
1775
1774
|
},
|
|
1776
1775
|
{
|
|
1777
1776
|
"name": "show-label",
|
|
@@ -1812,15 +1811,14 @@
|
|
|
1812
1811
|
"name": "value",
|
|
1813
1812
|
"attribute": "value",
|
|
1814
1813
|
"description": "Value of the swatch. Should be a valid hex, hexa, rgb, rgba, hsl or hsla string. Should fulfill this [css spec](https://www.w3.org/TR/css-color-4/#color-type). If not provided element will look at its text content.",
|
|
1815
|
-
"type": "
|
|
1816
|
-
"default": "\"\\\"\\\"\""
|
|
1814
|
+
"type": "string"
|
|
1817
1815
|
},
|
|
1818
1816
|
{
|
|
1819
1817
|
"name": "disabled",
|
|
1820
1818
|
"attribute": "disabled",
|
|
1821
1819
|
"description": "Determines if the options is disabled. If true the option can't be selected",
|
|
1822
|
-
"type": "
|
|
1823
|
-
"default": "
|
|
1820
|
+
"type": "boolean",
|
|
1821
|
+
"default": "false"
|
|
1824
1822
|
},
|
|
1825
1823
|
{
|
|
1826
1824
|
"name": "showLabel",
|
|
@@ -1832,7 +1830,7 @@
|
|
|
1832
1830
|
{
|
|
1833
1831
|
"name": "color",
|
|
1834
1832
|
"description": "Colord object instance based on the value provided to the element. If the value is not a valid color, it falls back to black (like Amy Winehouse). For more information about Colord, see [Colord](https://omgovich.github.io/colord/)",
|
|
1835
|
-
"type": "
|
|
1833
|
+
"type": "Colord | null"
|
|
1836
1834
|
},
|
|
1837
1835
|
{
|
|
1838
1836
|
"name": "isLight",
|
|
@@ -1872,8 +1870,8 @@
|
|
|
1872
1870
|
"description": "fires when the media card is selected"
|
|
1873
1871
|
},
|
|
1874
1872
|
{
|
|
1875
|
-
"name": "
|
|
1876
|
-
"description": "fires when the media card is
|
|
1873
|
+
"name": "deselected",
|
|
1874
|
+
"description": "fires when the media card is deselected"
|
|
1877
1875
|
}
|
|
1878
1876
|
],
|
|
1879
1877
|
"slots": [
|
|
@@ -1901,8 +1899,8 @@
|
|
|
1901
1899
|
{
|
|
1902
1900
|
"name": "value",
|
|
1903
1901
|
"description": "Value of selected option.",
|
|
1904
|
-
"type": "
|
|
1905
|
-
"default": "\"
|
|
1902
|
+
"type": "string",
|
|
1903
|
+
"default": "\"\""
|
|
1906
1904
|
},
|
|
1907
1905
|
{
|
|
1908
1906
|
"name": "label",
|
|
@@ -1920,8 +1918,8 @@
|
|
|
1920
1918
|
"name": "value",
|
|
1921
1919
|
"attribute": "value",
|
|
1922
1920
|
"description": "Value of selected option.",
|
|
1923
|
-
"type": "
|
|
1924
|
-
"default": "\"
|
|
1921
|
+
"type": "string",
|
|
1922
|
+
"default": "\"\""
|
|
1925
1923
|
},
|
|
1926
1924
|
{
|
|
1927
1925
|
"name": "swatches",
|
|
@@ -2043,8 +2041,8 @@
|
|
|
2043
2041
|
"description": "fires when the media card is selected"
|
|
2044
2042
|
},
|
|
2045
2043
|
{
|
|
2046
|
-
"name": "
|
|
2047
|
-
"description": "fires when the media card is
|
|
2044
|
+
"name": "deselected",
|
|
2045
|
+
"description": "fires when the media card is deselected"
|
|
2048
2046
|
}
|
|
2049
2047
|
],
|
|
2050
2048
|
"slots": [
|
|
@@ -2374,9 +2372,8 @@
|
|
|
2374
2372
|
"attributes": [
|
|
2375
2373
|
{
|
|
2376
2374
|
"name": "accept",
|
|
2377
|
-
"description": "Comma-separated list of accepted
|
|
2378
|
-
"type": "string"
|
|
2379
|
-
"default": "\"false\""
|
|
2375
|
+
"description": "Comma-separated list of accepted mime types or file extensions (denoted with a `.`).\nIf this is left empty, it will allow all types.",
|
|
2376
|
+
"type": "string"
|
|
2380
2377
|
},
|
|
2381
2378
|
{
|
|
2382
2379
|
"name": "multiple",
|
|
@@ -2399,9 +2396,8 @@
|
|
|
2399
2396
|
{
|
|
2400
2397
|
"name": "accept",
|
|
2401
2398
|
"attribute": "accept",
|
|
2402
|
-
"description": "Comma-separated list of accepted
|
|
2403
|
-
"type": "string"
|
|
2404
|
-
"default": "\"false\""
|
|
2399
|
+
"description": "Comma-separated list of accepted mime types or file extensions (denoted with a `.`).\nIf this is left empty, it will allow all types.",
|
|
2400
|
+
"type": "string"
|
|
2405
2401
|
},
|
|
2406
2402
|
{
|
|
2407
2403
|
"name": "multiple",
|
|
@@ -4121,8 +4117,8 @@
|
|
|
4121
4117
|
"description": "fires when the media card is selected"
|
|
4122
4118
|
},
|
|
4123
4119
|
{
|
|
4124
|
-
"name": "
|
|
4125
|
-
"description": "fires when the media card is
|
|
4120
|
+
"name": "deselected",
|
|
4121
|
+
"description": "fires when the media card is deselected"
|
|
4126
4122
|
}
|
|
4127
4123
|
],
|
|
4128
4124
|
"slots": [
|
|
@@ -5123,8 +5119,8 @@
|
|
|
5123
5119
|
"description": "fires when the ref is selected"
|
|
5124
5120
|
},
|
|
5125
5121
|
{
|
|
5126
|
-
"name": "
|
|
5127
|
-
"description": "fires when the ref is
|
|
5122
|
+
"name": "deselected",
|
|
5123
|
+
"description": "fires when the ref is deselected"
|
|
5128
5124
|
}
|
|
5129
5125
|
],
|
|
5130
5126
|
"slots": [
|
|
@@ -5268,8 +5264,8 @@
|
|
|
5268
5264
|
"description": "fires when the ref is selected"
|
|
5269
5265
|
},
|
|
5270
5266
|
{
|
|
5271
|
-
"name": "
|
|
5272
|
-
"description": "fires when the ref is
|
|
5267
|
+
"name": "deselected",
|
|
5268
|
+
"description": "fires when the ref is deselected"
|
|
5273
5269
|
}
|
|
5274
5270
|
],
|
|
5275
5271
|
"slots": [
|
|
@@ -5400,8 +5396,8 @@
|
|
|
5400
5396
|
"description": "fires when the ref is selected"
|
|
5401
5397
|
},
|
|
5402
5398
|
{
|
|
5403
|
-
"name": "
|
|
5404
|
-
"description": "fires when the ref is
|
|
5399
|
+
"name": "deselected",
|
|
5400
|
+
"description": "fires when the ref is deselected"
|
|
5405
5401
|
}
|
|
5406
5402
|
],
|
|
5407
5403
|
"slots": [
|
|
@@ -5545,8 +5541,8 @@
|
|
|
5545
5541
|
"description": "fires when the ref is selected"
|
|
5546
5542
|
},
|
|
5547
5543
|
{
|
|
5548
|
-
"name": "
|
|
5549
|
-
"description": "fires when the ref is
|
|
5544
|
+
"name": "deselected",
|
|
5545
|
+
"description": "fires when the ref is deselected"
|
|
5550
5546
|
}
|
|
5551
5547
|
],
|
|
5552
5548
|
"slots": [
|
|
@@ -5703,8 +5699,8 @@
|
|
|
5703
5699
|
"description": "fires when the ref is selected"
|
|
5704
5700
|
},
|
|
5705
5701
|
{
|
|
5706
|
-
"name": "
|
|
5707
|
-
"description": "fires when the ref is
|
|
5702
|
+
"name": "deselected",
|
|
5703
|
+
"description": "fires when the ref is deselected"
|
|
5708
5704
|
}
|
|
5709
5705
|
],
|
|
5710
5706
|
"slots": [
|
|
@@ -5848,8 +5844,8 @@
|
|
|
5848
5844
|
"description": "fires when the ref is selected"
|
|
5849
5845
|
},
|
|
5850
5846
|
{
|
|
5851
|
-
"name": "
|
|
5852
|
-
"description": "fires when the ref is
|
|
5847
|
+
"name": "deselected",
|
|
5848
|
+
"description": "fires when the ref is deselected"
|
|
5853
5849
|
}
|
|
5854
5850
|
],
|
|
5855
5851
|
"slots": [
|
|
@@ -5980,8 +5976,8 @@
|
|
|
5980
5976
|
"description": "fires when the ref is selected"
|
|
5981
5977
|
},
|
|
5982
5978
|
{
|
|
5983
|
-
"name": "
|
|
5984
|
-
"description": "fires when the ref is
|
|
5979
|
+
"name": "deselected",
|
|
5980
|
+
"description": "fires when the ref is deselected"
|
|
5985
5981
|
}
|
|
5986
5982
|
],
|
|
5987
5983
|
"slots": [
|
|
@@ -6086,8 +6082,8 @@
|
|
|
6086
6082
|
"description": "fires when the ref is selected"
|
|
6087
6083
|
},
|
|
6088
6084
|
{
|
|
6089
|
-
"name": "
|
|
6090
|
-
"description": "fires when the ref is
|
|
6085
|
+
"name": "deselected",
|
|
6086
|
+
"description": "fires when the ref is deselected"
|
|
6091
6087
|
}
|
|
6092
6088
|
]
|
|
6093
6089
|
},
|
|
@@ -6964,8 +6960,8 @@
|
|
|
6964
6960
|
"description": "fires when the media card is selected"
|
|
6965
6961
|
},
|
|
6966
6962
|
{
|
|
6967
|
-
"name": "
|
|
6968
|
-
"description": "fires when the media card is
|
|
6963
|
+
"name": "deselected",
|
|
6964
|
+
"description": "fires when the media card is deselected"
|
|
6969
6965
|
}
|
|
6970
6966
|
],
|
|
6971
6967
|
"slots": [
|