@zydon/common-csr 2.0.92 → 2.0.94
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/components/EditorField/{index.mjs → index.js} +1 -1
- package/dist/components/SQLEditor/index.js +1 -0
- package/dist/components/SQLEditorField/{index.mjs → index.js} +1 -1
- package/dist/components/editor/index.js +1 -0
- package/dist/components/filters/AdvancedRule/{index.mjs → index.js} +1 -1
- package/dist/components/filters/ListingRules/index.js +1 -0
- package/dist/components/filters/ListingRulesModal/{index.mjs → index.js} +1 -1
- package/dist/utils/rules.js +1 -0
- package/package.json +3 -2
- package/dist/components/SQLEditor/index.mjs +0 -1
- package/dist/components/editor/index.mjs +0 -1
- package/dist/components/filters/ListingRules/index.mjs +0 -1
- package/dist/utils/rules.mjs +0 -1
- /package/dist/{chunk-75QNIQAU.mjs → chunk-BKBZNJGC.js} +0 -0
- /package/dist/{chunk-2L7N4G6V.mjs → chunk-IWHIWC75.js} +0 -0
- /package/dist/{chunk-N4W37KLS.mjs → chunk-QEBDIM2F.js} +0 -0
- /package/dist/{chunk-KHFLUPBJ.mjs → chunk-UPJICKSC.js} +0 -0
- /package/dist/components/filters/FilterRule/{index.mjs → index.js} +0 -0
- /package/dist/components/filters/ManualRule/{index.mjs → index.js} +0 -0
- /package/dist/components/image/{index.mjs → index.js} +0 -0
- /package/dist/components/nav-section/{index.mjs → index.js} +0 -0
- /package/dist/hooks/{useActiveLink.mjs → useActiveLink.js} +0 -0
- /package/dist/hooks/{useDatagrid.mjs → useDatagrid.js} +0 -0
- /package/dist/{index.mjs → index.js} +0 -0
- /package/dist/types/{baseField.mjs → baseField.js} +0 -0
- /package/dist/types/{filter.mjs → filter.js} +0 -0
- /package/dist/types/{simpleMode.mjs → simpleMode.js} +0 -0
- /package/dist/utils/{changeCase.mjs → changeCase.js} +0 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { a as default } from '../../chunk-QEBDIM2F.js';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { b as Editor, a as editorClasses } from '../../chunk-UPJICKSC.js';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { a as default } from '../../../chunk-IWHIWC75.js';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { a as default } from '../chunk-BKBZNJGC.js';
|
package/package.json
CHANGED
|
@@ -1,8 +1,9 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "2.0.
|
|
2
|
+
"version": "2.0.94",
|
|
3
3
|
"name": "@zydon/common-csr",
|
|
4
4
|
"description": "Zydon common resources for React projects (only Client-Side Rendering (CSR))",
|
|
5
5
|
"license": "MIT",
|
|
6
|
+
"type": "module",
|
|
6
7
|
"author": "Zydon Tech",
|
|
7
8
|
"bugs": {
|
|
8
9
|
"url": "https://github.com/zydontecnologia/commons-csr"
|
|
@@ -11,7 +12,7 @@
|
|
|
11
12
|
"publishConfig": {
|
|
12
13
|
"access": "public"
|
|
13
14
|
},
|
|
14
|
-
"module": "./dist/index.
|
|
15
|
+
"module": "./dist/index.js",
|
|
15
16
|
"types": "./dist/index.d.ts",
|
|
16
17
|
"files": [
|
|
17
18
|
"dist",
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { a as default } from '../../chunk-N4W37KLS.mjs';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { b as Editor, a as editorClasses } from '../../chunk-KHFLUPBJ.mjs';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { a as default } from '../../../chunk-2L7N4G6V.mjs';
|
package/dist/utils/rules.mjs
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { a as default } from '../chunk-75QNIQAU.mjs';
|
|
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
|