-
- Downloads
fix(form): form has wrong default datasource #281
Showing
- development/issues/closed/281.html 39 additions, 0 deletionsdevelopment/issues/closed/281.html
- development/issues/closed/281.mjs 20 additions, 0 deletionsdevelopment/issues/closed/281.mjs
- package.json 2 additions, 2 deletionspackage.json
- pnpm-lock.yaml 285 additions, 266 deletionspnpm-lock.yaml
- source/components/datatable/dataset.mjs 10 additions, 5 deletionssource/components/datatable/dataset.mjs
- source/components/datatable/datasource.mjs 1 addition, 0 deletionssource/components/datatable/datasource.mjs
- source/components/datatable/util.mjs 6 additions, 2 deletionssource/components/datatable/util.mjs
- source/components/form/form.mjs 168 additions, 163 deletionssource/components/form/form.mjs
- source/components/form/style/field-set.pcss 23 additions, 0 deletionssource/components/form/style/field-set.pcss
- source/components/form/stylesheet/field-set.mjs 7 additions, 14 deletionssource/components/form/stylesheet/field-set.mjs
- source/components/form/toggle-switch.mjs 1 addition, 1 deletionsource/components/form/toggle-switch.mjs
development/issues/closed/281.html
0 → 100644
development/issues/closed/281.mjs
0 → 100644
... | ... | @@ -54,7 +54,7 @@ |
"btoa": "^1.2.1", | ||
"c8": "^10.1.3", | ||
"chai": "^5.1.2", | ||
"chai-dom": "^1.12.0", | ||
"chai-dom": "^1.12.1", | ||
"crypt": "^0.0.2", | ||
"cssnano": "^7.0.6", | ||
"dom-storage": "^2.1.0", | ||
... | ... | @@ -70,7 +70,7 @@ |
"jsdom-global": "^3.0.2", | ||
"mocha": "^10.8.2", | ||
"playwright": "^1.49.1", | ||
"postcss": "^8.4.49", | ||
"postcss": "^8.5.1", | ||
"postcss-fluid": "^1.4.2", | ||
"postcss-for": "^2.1.1", | ||
"postcss-import": "^16.1.0", | ||
... | ... |
This diff is collapsed.
This diff is collapsed.
Please register or sign in to comment