web-component-wrapper 0.0.543 → 0.0.544
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/Web.d.ts +1 -1
- package/package.json +12 -11
package/Web.d.ts
CHANGED
|
@@ -372,7 +372,7 @@ export declare class Web<TElement = HTMLElement, ExternalProperties extends Mapp
|
|
|
372
372
|
*/
|
|
373
373
|
reflectEventToProperties(name: string, parameters: Array<unknown>): Promise<Partial<ExternalProperties> | null>;
|
|
374
374
|
/**
|
|
375
|
-
* Evaluates given property value depending on its
|
|
375
|
+
* Evaluates given property value depending on its property definition and
|
|
376
376
|
* registers in properties mapping object.
|
|
377
377
|
* @param attributeName - Name of given value.
|
|
378
378
|
* @param value - Value to evaluate.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "web-component-wrapper",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.544",
|
|
4
4
|
"description": "Generic web-component base class and framework specific wrapper.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"component",
|
|
@@ -69,29 +69,30 @@
|
|
|
69
69
|
"devDependencies": {
|
|
70
70
|
"@babel/eslint-parser": "^7.28.6",
|
|
71
71
|
"@babel/runtime": "^7.28.6",
|
|
72
|
-
"@
|
|
72
|
+
"@eslint/js": "^10.0.1",
|
|
73
|
+
"@stylistic/eslint-plugin": "^5.9.0",
|
|
73
74
|
"@types/ejs": "^3.1.5",
|
|
74
75
|
"@types/html-minifier": "^4.0.6",
|
|
75
|
-
"@types/jsdom": "^
|
|
76
|
-
"@types/node": "^25.2
|
|
76
|
+
"@types/jsdom": "^28.0.0",
|
|
77
|
+
"@types/node": "^25.3.2",
|
|
77
78
|
"@types/react": "^19.2.14",
|
|
78
79
|
"@types/react-dom": "^19.2.3",
|
|
79
80
|
"@types/webpack-env": "^1.18.8",
|
|
80
|
-
"@typescript-eslint/eslint-plugin": "^8.56.
|
|
81
|
-
"@typescript-eslint/parser": "^8.56.
|
|
81
|
+
"@typescript-eslint/eslint-plugin": "^8.56.1",
|
|
82
|
+
"@typescript-eslint/parser": "^8.56.1",
|
|
82
83
|
"@webcomponents/webcomponentsjs": "^2.8.0",
|
|
83
|
-
"clientnode": "^
|
|
84
|
+
"clientnode": "^4.0.1349",
|
|
84
85
|
"documentation-website": "^1.0.398",
|
|
85
|
-
"eslint": "^10.0.
|
|
86
|
+
"eslint": "^10.0.2",
|
|
86
87
|
"eslint-config-google": "^0.14.0",
|
|
87
|
-
"eslint-plugin-jsdoc": "^62.
|
|
88
|
+
"eslint-plugin-jsdoc": "^62.7.1",
|
|
88
89
|
"jest": "^30.2.0",
|
|
89
90
|
"jsdoc": "^4.0.5",
|
|
90
91
|
"prop-types": "^15.8.1",
|
|
91
92
|
"react": "^19.2.4",
|
|
92
93
|
"react-dom": "^19.2.4",
|
|
93
|
-
"typescript-eslint": "^8.56.
|
|
94
|
-
"weboptimizer": "^
|
|
94
|
+
"typescript-eslint": "^8.56.1",
|
|
95
|
+
"weboptimizer": "^3.0.0",
|
|
95
96
|
"webpack-dev-server": "^5.2.3"
|
|
96
97
|
},
|
|
97
98
|
"peerDependencies": {
|