@ebuilding/biz-comm 2.6.9 → 2.7.0
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/package.json +17 -17
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ebuilding/biz-comm",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.7.0",
|
|
4
4
|
"dependencies": {
|
|
5
5
|
"extend": "^3.0.2",
|
|
6
6
|
"tslib": "^2.3.0"
|
|
@@ -23,14 +23,14 @@
|
|
|
23
23
|
"types": "./components/filter/index.d.ts",
|
|
24
24
|
"default": "./fesm2022/components.filter.mjs"
|
|
25
25
|
},
|
|
26
|
-
"./components/lookup": {
|
|
27
|
-
"types": "./components/lookup/index.d.ts",
|
|
28
|
-
"default": "./fesm2022/components.lookup.mjs"
|
|
29
|
-
},
|
|
30
26
|
"./components/formula": {
|
|
31
27
|
"types": "./components/formula/index.d.ts",
|
|
32
28
|
"default": "./fesm2022/components.formula.mjs"
|
|
33
29
|
},
|
|
30
|
+
"./components/lookup": {
|
|
31
|
+
"types": "./components/lookup/index.d.ts",
|
|
32
|
+
"default": "./fesm2022/components.lookup.mjs"
|
|
33
|
+
},
|
|
34
34
|
"./other/card": {
|
|
35
35
|
"types": "./other/card/index.d.ts",
|
|
36
36
|
"default": "./fesm2022/other.card.mjs"
|
|
@@ -59,14 +59,14 @@
|
|
|
59
59
|
"types": "./other/source/index.d.ts",
|
|
60
60
|
"default": "./fesm2022/other.source.mjs"
|
|
61
61
|
},
|
|
62
|
-
"./type/formula": {
|
|
63
|
-
"types": "./type/formula/index.d.ts",
|
|
64
|
-
"default": "./fesm2022/type.formula.mjs"
|
|
65
|
-
},
|
|
66
62
|
"./type/lookup": {
|
|
67
63
|
"types": "./type/lookup/index.d.ts",
|
|
68
64
|
"default": "./fesm2022/type.lookup.mjs"
|
|
69
65
|
},
|
|
66
|
+
"./type/formula": {
|
|
67
|
+
"types": "./type/formula/index.d.ts",
|
|
68
|
+
"default": "./fesm2022/type.formula.mjs"
|
|
69
|
+
},
|
|
70
70
|
"./type/tree": {
|
|
71
71
|
"types": "./type/tree/index.d.ts",
|
|
72
72
|
"default": "./fesm2022/type.tree.mjs"
|
|
@@ -75,22 +75,22 @@
|
|
|
75
75
|
"types": "./other/source/args/index.d.ts",
|
|
76
76
|
"default": "./fesm2022/other.source.args.mjs"
|
|
77
77
|
},
|
|
78
|
-
"./other/source/field-select": {
|
|
79
|
-
"types": "./other/source/field-select/index.d.ts",
|
|
80
|
-
"default": "./fesm2022/other.source.field.select.mjs"
|
|
81
|
-
},
|
|
82
|
-
"./other/source/filter": {
|
|
83
|
-
"types": "./other/source/filter/index.d.ts",
|
|
84
|
-
"default": "./fesm2022/other.source.filter.mjs"
|
|
85
|
-
},
|
|
86
78
|
"./other/source/field-map": {
|
|
87
79
|
"types": "./other/source/field-map/index.d.ts",
|
|
88
80
|
"default": "./fesm2022/other.source.field-map.mjs"
|
|
89
81
|
},
|
|
82
|
+
"./other/source/field-select": {
|
|
83
|
+
"types": "./other/source/field-select/index.d.ts",
|
|
84
|
+
"default": "./fesm2022/other.source.field.select.mjs"
|
|
85
|
+
},
|
|
90
86
|
"./other/source/group": {
|
|
91
87
|
"types": "./other/source/group/index.d.ts",
|
|
92
88
|
"default": "./fesm2022/other.source.group.mjs"
|
|
93
89
|
},
|
|
90
|
+
"./other/source/filter": {
|
|
91
|
+
"types": "./other/source/filter/index.d.ts",
|
|
92
|
+
"default": "./fesm2022/other.source.filter.mjs"
|
|
93
|
+
},
|
|
94
94
|
"./other/source/order": {
|
|
95
95
|
"types": "./other/source/order/index.d.ts",
|
|
96
96
|
"default": "./fesm2022/other.source.order.mjs"
|