@umbraco-ui/uui-toggle 1.9.0-rc.1 → 1.9.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 +13 -0
- package/package.json +4 -4
package/custom-elements.json
CHANGED
|
@@ -18,6 +18,12 @@
|
|
|
18
18
|
"type": "boolean",
|
|
19
19
|
"default": "\"false\""
|
|
20
20
|
},
|
|
21
|
+
{
|
|
22
|
+
"name": "indeterminate",
|
|
23
|
+
"description": "Indeterminate state for the input.",
|
|
24
|
+
"type": "boolean",
|
|
25
|
+
"default": "\"false\""
|
|
26
|
+
},
|
|
21
27
|
{
|
|
22
28
|
"name": "disabled",
|
|
23
29
|
"description": "Disables the input.",
|
|
@@ -93,6 +99,13 @@
|
|
|
93
99
|
"type": "boolean",
|
|
94
100
|
"default": "\"false\""
|
|
95
101
|
},
|
|
102
|
+
{
|
|
103
|
+
"name": "indeterminate",
|
|
104
|
+
"attribute": "indeterminate",
|
|
105
|
+
"description": "Indeterminate state for the input.",
|
|
106
|
+
"type": "boolean",
|
|
107
|
+
"default": "\"false\""
|
|
108
|
+
},
|
|
96
109
|
{
|
|
97
110
|
"name": "disabled",
|
|
98
111
|
"attribute": "disabled",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@umbraco-ui/uui-toggle",
|
|
3
|
-
"version": "1.9.0
|
|
3
|
+
"version": "1.9.0",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"Umbraco",
|
|
@@ -30,8 +30,8 @@
|
|
|
30
30
|
"custom-elements.json"
|
|
31
31
|
],
|
|
32
32
|
"dependencies": {
|
|
33
|
-
"@umbraco-ui/uui-base": "1.9.0
|
|
34
|
-
"@umbraco-ui/uui-boolean-input": "1.9.0
|
|
33
|
+
"@umbraco-ui/uui-base": "1.9.0",
|
|
34
|
+
"@umbraco-ui/uui-boolean-input": "1.9.0"
|
|
35
35
|
},
|
|
36
36
|
"scripts": {
|
|
37
37
|
"build": "npm run analyze && tsc --build && rollup -c rollup.config.js",
|
|
@@ -42,5 +42,5 @@
|
|
|
42
42
|
"access": "public"
|
|
43
43
|
},
|
|
44
44
|
"homepage": "https://uui.umbraco.com/?path=/story/uui-toggle",
|
|
45
|
-
"gitHead": "
|
|
45
|
+
"gitHead": "37111ea2cebb5883dcef0e682916f1e101013123"
|
|
46
46
|
}
|