@easydata/crud 1.5.8 → 1.5.11
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/easydata.crud.cjs.js +3 -3
- package/dist/easydata.crud.esm.js +3 -3
- package/package.json +6 -3
- /package/dist/{types/filter → filter}/data_filter.d.ts +0 -0
- /package/dist/{types/filter → filter}/text_data_filter.d.ts +0 -0
- /package/dist/{types/form → form}/entity_edit_form.d.ts +0 -0
- /package/dist/{types/form → form}/entity_form_builder.d.ts +0 -0
- /package/dist/{types/i18n → i18n}/text_resources.d.ts +0 -0
- /package/dist/{types/main → main}/data_context.d.ts +0 -0
- /package/dist/{types/main → main}/easy_data_server_loader.d.ts +0 -0
- /package/dist/{types/public_api.d.ts → public_api.d.ts} +0 -0
- /package/dist/{types/utils → utils}/utils.d.ts +0 -0
- /package/dist/{types/validators → validators}/datetime_validator.d.ts +0 -0
- /package/dist/{types/validators → validators}/required_validator.d.ts +0 -0
- /package/dist/{types/validators → validators}/type_validator.d.ts +0 -0
- /package/dist/{types/validators → validators}/validator.d.ts +0 -0
- /package/dist/{types/views → views}/easy_data_view_dispatcher.d.ts +0 -0
- /package/dist/{types/views → views}/entity_data_view.d.ts +0 -0
- /package/dist/{types/views → views}/options.d.ts +0 -0
- /package/dist/{types/views → views}/root_data_view.d.ts +0 -0
- /package/dist/{types/widgets → widgets}/progress_bar.d.ts +0 -0
- /package/dist/{types/widgets → widgets}/text_filter_widget.d.ts +0 -0
package/package.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@easydata/crud",
|
|
3
|
-
"version": "1.5.
|
|
3
|
+
"version": "1.5.11",
|
|
4
4
|
"description": "EasyData.JS UI widgets and views for CRUD manipulations",
|
|
5
5
|
"types": "./dist/types/public_api.d.ts",
|
|
6
6
|
"main": "./dist/easydata.crud.cjs.js",
|
|
7
7
|
"module": "./dist/easydata.crud.esm.js",
|
|
8
8
|
"scripts": {
|
|
9
|
-
"test": "
|
|
9
|
+
"test": "cross-env NODE_OPTIONS=\"--import tsx\" latte -d -v -t --include=./**/*.test.ts",
|
|
10
10
|
"clear": "shx rm -rf dist/* docs/* lib/*",
|
|
11
11
|
"build": "npm run clear && rollup -c",
|
|
12
12
|
"watch": "rollup -c -w",
|
|
@@ -36,5 +36,8 @@
|
|
|
36
36
|
},
|
|
37
37
|
"files": [
|
|
38
38
|
"dist"
|
|
39
|
-
]
|
|
39
|
+
],
|
|
40
|
+
"devDependencies": {
|
|
41
|
+
"tsx": "^4.21.0"
|
|
42
|
+
}
|
|
40
43
|
}
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|