@ebuilding/biz-comm 2.8.4 → 2.8.5
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 +21 -21
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ebuilding/biz-comm",
|
|
3
|
-
"version": "2.8.
|
|
3
|
+
"version": "2.8.5",
|
|
4
4
|
"dependencies": {
|
|
5
5
|
"extend": "^3.0.2",
|
|
6
6
|
"tslib": "^2.3.0"
|
|
@@ -23,6 +23,14 @@
|
|
|
23
23
|
"types": "./components/filter/index.d.ts",
|
|
24
24
|
"default": "./fesm2022/components.filter.mjs"
|
|
25
25
|
},
|
|
26
|
+
"./components/formula": {
|
|
27
|
+
"types": "./components/formula/index.d.ts",
|
|
28
|
+
"default": "./fesm2022/components.formula.mjs"
|
|
29
|
+
},
|
|
30
|
+
"./components/lookup": {
|
|
31
|
+
"types": "./components/lookup/index.d.ts",
|
|
32
|
+
"default": "./fesm2022/components.lookup.mjs"
|
|
33
|
+
},
|
|
26
34
|
"./other/card": {
|
|
27
35
|
"types": "./other/card/index.d.ts",
|
|
28
36
|
"default": "./fesm2022/other.card.mjs"
|
|
@@ -31,14 +39,6 @@
|
|
|
31
39
|
"types": "./other/control/index.d.ts",
|
|
32
40
|
"default": "./fesm2022/other.control.mjs"
|
|
33
41
|
},
|
|
34
|
-
"./components/lookup": {
|
|
35
|
-
"types": "./components/lookup/index.d.ts",
|
|
36
|
-
"default": "./fesm2022/components.lookup.mjs"
|
|
37
|
-
},
|
|
38
|
-
"./components/formula": {
|
|
39
|
-
"types": "./components/formula/index.d.ts",
|
|
40
|
-
"default": "./fesm2022/components.formula.mjs"
|
|
41
|
-
},
|
|
42
42
|
"./other/dict": {
|
|
43
43
|
"types": "./other/dict/index.d.ts",
|
|
44
44
|
"default": "./fesm2022/other.dict.mjs"
|
|
@@ -51,10 +51,6 @@
|
|
|
51
51
|
"types": "./other/rule/index.d.ts",
|
|
52
52
|
"default": "./fesm2022/other.rule.mjs"
|
|
53
53
|
},
|
|
54
|
-
"./type/formula": {
|
|
55
|
-
"types": "./type/formula/index.d.ts",
|
|
56
|
-
"default": "./fesm2022/type.formula.mjs"
|
|
57
|
-
},
|
|
58
54
|
"./other/source": {
|
|
59
55
|
"types": "./other/source/index.d.ts",
|
|
60
56
|
"default": "./fesm2022/other.source.mjs"
|
|
@@ -63,6 +59,10 @@
|
|
|
63
59
|
"types": "./other/tree/index.d.ts",
|
|
64
60
|
"default": "./fesm2022/other.tree.mjs"
|
|
65
61
|
},
|
|
62
|
+
"./type/formula": {
|
|
63
|
+
"types": "./type/formula/index.d.ts",
|
|
64
|
+
"default": "./fesm2022/type.formula.mjs"
|
|
65
|
+
},
|
|
66
66
|
"./type/lookup": {
|
|
67
67
|
"types": "./type/lookup/index.d.ts",
|
|
68
68
|
"default": "./fesm2022/type.lookup.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"
|