@ebuilding/biz-comm 2.1.2 → 2.1.4
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 +25 -25
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ebuilding/biz-comm",
|
|
3
|
-
"version": "2.1.
|
|
3
|
+
"version": "2.1.4",
|
|
4
4
|
"dependencies": {
|
|
5
5
|
"extend": "undefined",
|
|
6
6
|
"tslib": "^2.3.0"
|
|
@@ -27,30 +27,26 @@
|
|
|
27
27
|
"types": "./components/formula/index.d.ts",
|
|
28
28
|
"default": "./fesm2022/components.formula.mjs"
|
|
29
29
|
},
|
|
30
|
-
"./components/lookup": {
|
|
31
|
-
"types": "./components/lookup/index.d.ts",
|
|
32
|
-
"default": "./fesm2022/components.lookup.mjs"
|
|
33
|
-
},
|
|
34
|
-
"./other/control": {
|
|
35
|
-
"types": "./other/control/index.d.ts",
|
|
36
|
-
"default": "./fesm2022/other.control.mjs"
|
|
37
|
-
},
|
|
38
30
|
"./other/card": {
|
|
39
31
|
"types": "./other/card/index.d.ts",
|
|
40
32
|
"default": "./fesm2022/other.card.mjs"
|
|
41
33
|
},
|
|
34
|
+
"./components/lookup": {
|
|
35
|
+
"types": "./components/lookup/index.d.ts",
|
|
36
|
+
"default": "./fesm2022/components.lookup.mjs"
|
|
37
|
+
},
|
|
42
38
|
"./other/dict": {
|
|
43
39
|
"types": "./other/dict/index.d.ts",
|
|
44
40
|
"default": "./fesm2022/other.dict.mjs"
|
|
45
41
|
},
|
|
46
|
-
"./other/rule": {
|
|
47
|
-
"types": "./other/rule/index.d.ts",
|
|
48
|
-
"default": "./fesm2022/other.rule.mjs"
|
|
49
|
-
},
|
|
50
42
|
"./other/formula": {
|
|
51
43
|
"types": "./other/formula/index.d.ts",
|
|
52
44
|
"default": "./fesm2022/other.formula.mjs"
|
|
53
45
|
},
|
|
46
|
+
"./other/control": {
|
|
47
|
+
"types": "./other/control/index.d.ts",
|
|
48
|
+
"default": "./fesm2022/other.control.mjs"
|
|
49
|
+
},
|
|
54
50
|
"./other/source": {
|
|
55
51
|
"types": "./other/source/index.d.ts",
|
|
56
52
|
"default": "./fesm2022/other.source.mjs"
|
|
@@ -59,6 +55,14 @@
|
|
|
59
55
|
"types": "./other/tree/index.d.ts",
|
|
60
56
|
"default": "./fesm2022/other.tree.mjs"
|
|
61
57
|
},
|
|
58
|
+
"./type/lookup": {
|
|
59
|
+
"types": "./type/lookup/index.d.ts",
|
|
60
|
+
"default": "./fesm2022/type.lookup.mjs"
|
|
61
|
+
},
|
|
62
|
+
"./other/rule": {
|
|
63
|
+
"types": "./other/rule/index.d.ts",
|
|
64
|
+
"default": "./fesm2022/other.rule.mjs"
|
|
65
|
+
},
|
|
62
66
|
"./type/formula": {
|
|
63
67
|
"types": "./type/formula/index.d.ts",
|
|
64
68
|
"default": "./fesm2022/type.formula.mjs"
|
|
@@ -67,30 +71,26 @@
|
|
|
67
71
|
"types": "./type/tree/index.d.ts",
|
|
68
72
|
"default": "./fesm2022/type.tree.mjs"
|
|
69
73
|
},
|
|
70
|
-
"./type/lookup": {
|
|
71
|
-
"types": "./type/lookup/index.d.ts",
|
|
72
|
-
"default": "./fesm2022/type.lookup.mjs"
|
|
73
|
-
},
|
|
74
|
-
"./other/source/args": {
|
|
75
|
-
"types": "./other/source/args/index.d.ts",
|
|
76
|
-
"default": "./fesm2022/other.source.args.mjs"
|
|
77
|
-
},
|
|
78
74
|
"./other/source/field-map": {
|
|
79
75
|
"types": "./other/source/field-map/index.d.ts",
|
|
80
76
|
"default": "./fesm2022/other.source.field-map.mjs"
|
|
81
77
|
},
|
|
82
|
-
"./other/source/filter": {
|
|
83
|
-
"types": "./other/source/filter/index.d.ts",
|
|
84
|
-
"default": "./fesm2022/other.source.filter.mjs"
|
|
85
|
-
},
|
|
86
78
|
"./other/source/group": {
|
|
87
79
|
"types": "./other/source/group/index.d.ts",
|
|
88
80
|
"default": "./fesm2022/other.source.group.mjs"
|
|
89
81
|
},
|
|
82
|
+
"./other/source/filter": {
|
|
83
|
+
"types": "./other/source/filter/index.d.ts",
|
|
84
|
+
"default": "./fesm2022/other.source.filter.mjs"
|
|
85
|
+
},
|
|
90
86
|
"./other/source/table": {
|
|
91
87
|
"types": "./other/source/table/index.d.ts",
|
|
92
88
|
"default": "./fesm2022/other.source.table.mjs"
|
|
93
89
|
},
|
|
90
|
+
"./other/source/args": {
|
|
91
|
+
"types": "./other/source/args/index.d.ts",
|
|
92
|
+
"default": "./fesm2022/other.source.args.mjs"
|
|
93
|
+
},
|
|
94
94
|
"./other/source/order": {
|
|
95
95
|
"types": "./other/source/order/index.d.ts",
|
|
96
96
|
"default": "./fesm2022/other.source.order.mjs"
|