@universal-material/web 3.2.6 → 3.3.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 +9162 -8890
- package/package.json +6 -4
- package/vscode.html-custom-data.json +1831 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@universal-material/web",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.3.0",
|
|
4
4
|
"description": "Material web components",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"keywords": [
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
"sass": "gulp -f gulpfile.js sass",
|
|
25
25
|
"sass:watch": "gulp -f gulpfile.js sass:watch",
|
|
26
26
|
"clean": "rimraf ./dist/ rimraf ./src/**/*.d.ts rimraf ./src/**/*.styles.ts",
|
|
27
|
-
"copy": "copyfiles package.json README.md custom-elements.json dist/ && copyfiles -u 1 src/scss/**/*.scss dist/",
|
|
27
|
+
"copy": "copyfiles package.json README.md custom-elements.json vscode.html-custom-data.json dist/ && copyfiles -u 1 src/scss/**/*.scss dist/",
|
|
28
28
|
"lint": "npm run lint:lit-analyzer && npm run lint:eslint && npm run lint:prettier",
|
|
29
29
|
"lint:eslint": "eslint src/**/*.ts",
|
|
30
30
|
"lint:eslint:fix": "eslint src/**/*.ts --fix",
|
|
@@ -37,7 +37,7 @@
|
|
|
37
37
|
"docs:serve": "cd docs && ng serve",
|
|
38
38
|
"docs:build": "npm run predocs && cd docs && ng build",
|
|
39
39
|
"docs:watch": "npm run predocs && cd docs && ng build --watch --configuration development",
|
|
40
|
-
"analyze": "cem analyze --litelement --globs \"src/**/*.ts\"",
|
|
40
|
+
"analyze": "cem analyze --litelement --globs \"src/**/*.ts\" && node fix-html-custom-data-union-types.js",
|
|
41
41
|
"analyze:watch": "cem analyze --litelement --globs \"src/**/*.ts\" --watch",
|
|
42
42
|
"checksize": "rollup -c ; cat my-element.bundled.js | gzip -9 | wc -c ; rm my-element.bundled.js",
|
|
43
43
|
"prettier": "prettier . --write"
|
|
@@ -67,7 +67,7 @@
|
|
|
67
67
|
"@angular/forms": "^20.0.0",
|
|
68
68
|
"@angular/platform-browser": "^20.0.0",
|
|
69
69
|
"@angular/router": "^20.0.0",
|
|
70
|
-
"@custom-elements-manifest/analyzer": "^0.
|
|
70
|
+
"@custom-elements-manifest/analyzer": "^0.10.4",
|
|
71
71
|
"@eslint/compat": "^1.2.7",
|
|
72
72
|
"@eslint/eslintrc": "^3.3.0",
|
|
73
73
|
"@eslint/js": "^9.21.0",
|
|
@@ -78,9 +78,11 @@
|
|
|
78
78
|
"@types/mocha": "^10.0.6",
|
|
79
79
|
"@typescript-eslint/eslint-plugin": "8.35.0",
|
|
80
80
|
"@typescript-eslint/parser": "8.35.0",
|
|
81
|
+
"@wc-toolkit/type-parser": "^1.1.0",
|
|
81
82
|
"@webcomponents/webcomponentsjs": "^2.8.0",
|
|
82
83
|
"angular-eslint": "^20.0.0",
|
|
83
84
|
"copyfiles": "^2.4.1",
|
|
85
|
+
"custom-element-vs-code-integration": "^1.5.0",
|
|
84
86
|
"eslint": "^9.21.0",
|
|
85
87
|
"eslint-plugin-import": "^2.31.0",
|
|
86
88
|
"eslint-plugin-import-helpers": "^2.0.1",
|