@easydata/crud 1.5.5 → 1.5.8

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.
@@ -1,7 +1,8 @@
1
1
 
2
2
  /*
3
- * EasyData.JS CRUD v1.5.5
4
- * Copyright 2020-2024 Korzh.com
3
+ * EasyData.JS CRUD v1.5.8
4
+ * Build time: 4/15/2025, 12:16:14 AM
5
+ * Copyright 2020-2025 Korzh.com
5
6
  * Licensed under MIT
6
7
  */
7
8
 
@@ -1,11 +1,12 @@
1
1
 
2
2
  /*
3
- * EasyData.JS CRUD v1.5.5
4
- * Copyright 2020-2024 Korzh.com
3
+ * EasyData.JS CRUD v1.5.8
4
+ * Build time: 4/15/2025, 12:16:14 AM
5
+ * Copyright 2020-2025 Korzh.com
5
6
  * Licensed under MIT
6
7
  */
7
8
 
8
- import { EasyDataTable, utils, DataType, i18n, EntityAttrKind, EditorTag, ValueEditor, DataRow, HttpClient, MetaData, combinePath } from '@easydata/core';
9
+ import { EasyDataTable, utils, i18n, DataType, EntityAttrKind, EditorTag, ValueEditor, DataRow, HttpClient, MetaData, combinePath } from '@easydata/core';
9
10
  import { domel, CellRendererType, browserUtils, DFMT_REGEX, DefaultDialogService, EasyGrid, DefaultDateTimePicker } from '@easydata/ui';
10
11
 
11
12
  class TextDataFilter {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@easydata/crud",
3
- "version": "1.5.5",
3
+ "version": "1.5.8",
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",
@@ -31,8 +31,8 @@
31
31
  "defaults and supports es6-module"
32
32
  ],
33
33
  "peerDependencies": {
34
- "@easydata/core": "^1.5.2",
35
- "@easydata/ui": "^1.5.2"
34
+ "@easydata/core": "*",
35
+ "@easydata/ui": "*"
36
36
  },
37
37
  "files": [
38
38
  "dist"