@umbraco-ui/uui-combobox 1.10.0-rc.0 → 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.
@@ -8,19 +8,19 @@
8
8
  {
9
9
  "name": "search",
10
10
  "description": "The search input.",
11
- "type": " string ",
11
+ "type": "string",
12
12
  "default": "\"\\\"\\\"\""
13
13
  },
14
14
  {
15
15
  "name": "open",
16
16
  "description": "Specifies if the popover should be open.",
17
- "type": " boolean ",
17
+ "type": "boolean",
18
18
  "default": "\"false\""
19
19
  },
20
20
  {
21
21
  "name": "closeLabel",
22
22
  "description": "Specifies the button label for the close button in mobile mode",
23
- "type": " string ",
23
+ "type": "string",
24
24
  "default": "\"\\\"Close\\\"\""
25
25
  },
26
26
  {
@@ -47,12 +47,6 @@
47
47
  "type": "string",
48
48
  "default": "\"''\""
49
49
  },
50
- {
51
- "name": "pristine",
52
- "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.",
53
- "type": "boolean",
54
- "default": "\"true\""
55
- },
56
50
  {
57
51
  "name": "required",
58
52
  "description": "Apply validation rule for requiring a value of this form control.",
@@ -76,6 +70,12 @@
76
70
  "description": "Custom error message.",
77
71
  "type": "string",
78
72
  "default": "\"This field is invalid\""
73
+ },
74
+ {
75
+ "name": "pristine",
76
+ "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.",
77
+ "type": "boolean",
78
+ "default": "\"true\""
79
79
  }
80
80
  ],
81
81
  "properties": [
@@ -83,21 +83,21 @@
83
83
  "name": "search",
84
84
  "attribute": "search",
85
85
  "description": "The search input.",
86
- "type": " string ",
86
+ "type": "string",
87
87
  "default": "\"\\\"\\\"\""
88
88
  },
89
89
  {
90
90
  "name": "open",
91
91
  "attribute": "open",
92
92
  "description": "Specifies if the popover should be open.",
93
- "type": " boolean ",
93
+ "type": "boolean",
94
94
  "default": "\"false\""
95
95
  },
96
96
  {
97
97
  "name": "closeLabel",
98
98
  "attribute": "closeLabel",
99
99
  "description": "Specifies the button label for the close button in mobile mode",
100
- "type": " string ",
100
+ "type": "string",
101
101
  "default": "\"\\\"Close\\\"\""
102
102
  },
103
103
  {
@@ -139,13 +139,6 @@
139
139
  "type": "string",
140
140
  "default": "\"''\""
141
141
  },
142
- {
143
- "name": "pristine",
144
- "attribute": "pristine",
145
- "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.",
146
- "type": "boolean",
147
- "default": "\"true\""
148
- },
149
142
  {
150
143
  "name": "required",
151
144
  "attribute": "required",
@@ -181,6 +174,13 @@
181
174
  {
182
175
  "name": "validationMessage",
183
176
  "type": "string"
177
+ },
178
+ {
179
+ "name": "pristine",
180
+ "attribute": "pristine",
181
+ "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.",
182
+ "type": "boolean",
183
+ "default": "\"true\""
184
184
  }
185
185
  ],
186
186
  "events": [
package/lib/index.js CHANGED
@@ -332,7 +332,6 @@ UUIComboboxElement.styles = [
332
332
  border: 1px solid var(--uui-color-border,#d8d7d9);
333
333
  border-radius: var(--uui-border-radius,3px);
334
334
  width: 100%;
335
- height: 100%;
336
335
  box-sizing: border-box;
337
336
  box-shadow: var(--uui-shadow-depth-3,0 10px 20px rgba(0,0,0,0.19) , 0 6px 6px rgba(0,0,0,0.23));
338
337
  }
@@ -16,7 +16,7 @@ export declare class UUIComboboxElement extends UUIComboboxElement_base {
16
16
  set value(newValue: FormDataEntryValue | FormData);
17
17
  /**
18
18
  * The search input.
19
- * @type { string }
19
+ * @type {string}
20
20
  * @attr
21
21
  * @default ""
22
22
  */
@@ -24,7 +24,7 @@ export declare class UUIComboboxElement extends UUIComboboxElement_base {
24
24
  set search(newValue: string);
25
25
  /**
26
26
  * Specifies if the popover should be open.
27
- * @type { boolean }
27
+ * @type {boolean}
28
28
  * @attr
29
29
  * @default false
30
30
  */
@@ -32,7 +32,7 @@ export declare class UUIComboboxElement extends UUIComboboxElement_base {
32
32
  set open(newValue: boolean);
33
33
  /**
34
34
  * Specifies the button label for the close button in mobile mode
35
- * @type { string }
35
+ * @type {string}
36
36
  * @attr
37
37
  * @default "Close"
38
38
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@umbraco-ui/uui-combobox",
3
- "version": "1.10.0-rc.0",
3
+ "version": "1.11.0",
4
4
  "license": "MIT",
5
5
  "keywords": [
6
6
  "Umbraco",
@@ -30,13 +30,13 @@
30
30
  "custom-elements.json"
31
31
  ],
32
32
  "dependencies": {
33
- "@umbraco-ui/uui-base": "1.10.0-rc.0",
34
- "@umbraco-ui/uui-button": "1.10.0-rc.0",
35
- "@umbraco-ui/uui-combobox-list": "1.10.0-rc.0",
36
- "@umbraco-ui/uui-icon": "1.10.0-rc.0",
37
- "@umbraco-ui/uui-popover-container": "1.10.0-rc.0",
38
- "@umbraco-ui/uui-scroll-container": "1.10.0-rc.0",
39
- "@umbraco-ui/uui-symbol-expand": "1.10.0-rc.0"
33
+ "@umbraco-ui/uui-base": "1.11.0",
34
+ "@umbraco-ui/uui-button": "1.11.0",
35
+ "@umbraco-ui/uui-combobox-list": "1.11.0",
36
+ "@umbraco-ui/uui-icon": "1.11.0",
37
+ "@umbraco-ui/uui-popover-container": "1.11.0",
38
+ "@umbraco-ui/uui-scroll-container": "1.11.0",
39
+ "@umbraco-ui/uui-symbol-expand": "1.11.0"
40
40
  },
41
41
  "scripts": {
42
42
  "build": "npm run analyze && tsc --build && rollup -c rollup.config.js",
@@ -47,5 +47,5 @@
47
47
  "access": "public"
48
48
  },
49
49
  "homepage": "https://uui.umbraco.com/?path=/story/uui-combobox",
50
- "gitHead": "f7982264bca0f2db4109c638e458f10719b1c22f"
50
+ "gitHead": "414ce88901f82c5fc7d6be942779047bb34a1407"
51
51
  }