@umbraco-ui/uui-combobox 1.8.0-rc.2 → 1.8.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.
@@ -45,7 +45,7 @@
45
45
  "name": "pristine",
46
46
  "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.",
47
47
  "type": "boolean",
48
- "default": "\"false\""
48
+ "default": "\"true\""
49
49
  },
50
50
  {
51
51
  "name": "required",
@@ -131,7 +131,7 @@
131
131
  "attribute": "pristine",
132
132
  "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.",
133
133
  "type": "boolean",
134
- "default": "\"false\""
134
+ "default": "\"true\""
135
135
  },
136
136
  {
137
137
  "name": "required",
@@ -1,5 +1,5 @@
1
1
  import { LitElement } from 'lit';
2
- declare const UUIComboboxElement_base: (new (...args: any[]) => import("@umbraco-ui/uui-base/lib/mixins").UUIFormControlMixinInterface<FormDataEntryValue | FormData, string>) & typeof LitElement;
2
+ declare const UUIComboboxElement_base: (new (...args: any[]) => import("@umbraco-ui/uui-base/lib/mixins").UUIFormControlMixinElement<FormDataEntryValue | FormData>) & typeof LitElement;
3
3
  /**
4
4
  * @element uui-combobox
5
5
  * @fires {UUIComboboxEvent} input - fires when search input is changed
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@umbraco-ui/uui-combobox",
3
- "version": "1.8.0-rc.2",
3
+ "version": "1.8.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.8.0-rc.0",
34
- "@umbraco-ui/uui-button": "1.8.0-rc.2",
35
- "@umbraco-ui/uui-combobox-list": "1.8.0-rc.0",
36
- "@umbraco-ui/uui-icon": "1.8.0-rc.0",
37
- "@umbraco-ui/uui-popover-container": "1.8.0-rc.0",
38
- "@umbraco-ui/uui-scroll-container": "1.8.0-rc.0",
39
- "@umbraco-ui/uui-symbol-expand": "1.8.0-rc.0"
33
+ "@umbraco-ui/uui-base": "1.8.0",
34
+ "@umbraco-ui/uui-button": "1.8.0",
35
+ "@umbraco-ui/uui-combobox-list": "1.8.0",
36
+ "@umbraco-ui/uui-icon": "1.8.0",
37
+ "@umbraco-ui/uui-popover-container": "1.8.0",
38
+ "@umbraco-ui/uui-scroll-container": "1.8.0",
39
+ "@umbraco-ui/uui-symbol-expand": "1.8.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": "d37c2c4ba77397c7e3979f04dfc221f50ed421f1"
50
+ "gitHead": "53021762a52dc54a46f0c5ef829c1cbaabde1160"
51
51
  }