@digital-realty/ix-multi-select 1.3.2 → 1.3.3-IXUAT-10996.538677
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/dist/IxMultiSelect.d.ts +1 -1
- package/package.json +4 -10
package/dist/IxMultiSelect.d.ts
CHANGED
|
@@ -118,6 +118,6 @@ export declare class IxMultiSelect extends ixMultiSelectBaseClass {
|
|
|
118
118
|
* Reset the text field to its default value.
|
|
119
119
|
*/
|
|
120
120
|
reset(): void;
|
|
121
|
-
render(): import("lit
|
|
121
|
+
render(): import("lit").TemplateResult<1>;
|
|
122
122
|
}
|
|
123
123
|
export {};
|
package/package.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"description": "Webcomponent ix-multi-select following open-wc recommendations",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"author": "Digital Realty",
|
|
6
|
-
"version": "1.3.
|
|
6
|
+
"version": "1.3.3-IXUAT-10996.538677",
|
|
7
7
|
"type": "module",
|
|
8
8
|
"main": "dist/index.js",
|
|
9
9
|
"module": "dist/index.js",
|
|
@@ -18,8 +18,8 @@
|
|
|
18
18
|
"scripts": {
|
|
19
19
|
"analyze": "cem analyze --litelement",
|
|
20
20
|
"start": "tsc && concurrently -k -r \"tsc --watch --preserveWatchOutput\" \"wds\"",
|
|
21
|
-
"build": "tsc &&
|
|
22
|
-
"prepublish": "tsc &&
|
|
21
|
+
"build": "tsc && pnpm run analyze --exclude dist && rollup -c",
|
|
22
|
+
"prepublish": "tsc && pnpm run analyze --exclude dist",
|
|
23
23
|
"lint": "eslint --ext .ts,.html . && prettier \"**/*.ts\" --check --ignore-path .gitignore",
|
|
24
24
|
"format": "eslint --ext .ts,.html . --fix && prettier \"**/*.ts\" --write --ignore-path .gitignore",
|
|
25
25
|
"test": "tsc && wtr --coverage",
|
|
@@ -44,7 +44,6 @@
|
|
|
44
44
|
"concurrently": "^9.2.1",
|
|
45
45
|
"eslint": "^9.39.4",
|
|
46
46
|
"eslint-config-prettier": "^8.3.0",
|
|
47
|
-
"husky": "^4.3.8",
|
|
48
47
|
"lint-staged": "^10.5.4",
|
|
49
48
|
"prettier": "^2.4.1",
|
|
50
49
|
"rollup": "^4.29.1",
|
|
@@ -77,11 +76,6 @@
|
|
|
77
76
|
"singleQuote": true,
|
|
78
77
|
"arrowParens": "avoid"
|
|
79
78
|
},
|
|
80
|
-
"husky": {
|
|
81
|
-
"hooks": {
|
|
82
|
-
"pre-commit": "lint-staged"
|
|
83
|
-
}
|
|
84
|
-
},
|
|
85
79
|
"lint-staged": {
|
|
86
80
|
"*.ts": [
|
|
87
81
|
"eslint --fix",
|
|
@@ -95,5 +89,5 @@
|
|
|
95
89
|
"README.md",
|
|
96
90
|
"LICENSE"
|
|
97
91
|
],
|
|
98
|
-
"gitHead": "
|
|
92
|
+
"gitHead": "683985e894a0aa14411b568af8d2d2df6677bfd4"
|
|
99
93
|
}
|