@ebuilding/biz-comm 2.5.1 → 2.5.2
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 +27 -27
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ebuilding/biz-comm",
|
|
3
|
-
"version": "2.5.
|
|
3
|
+
"version": "2.5.2",
|
|
4
4
|
"dependencies": {
|
|
5
5
|
"extend": "undefined",
|
|
6
6
|
"tslib": "^2.3.0"
|
|
@@ -19,9 +19,9 @@
|
|
|
19
19
|
"types": "./type/index.d.ts",
|
|
20
20
|
"default": "./fesm2022/type.mjs"
|
|
21
21
|
},
|
|
22
|
-
"./
|
|
23
|
-
"types": "./
|
|
24
|
-
"default": "./fesm2022/
|
|
22
|
+
"./components/filter": {
|
|
23
|
+
"types": "./components/filter/index.d.ts",
|
|
24
|
+
"default": "./fesm2022/components.filter.mjs"
|
|
25
25
|
},
|
|
26
26
|
"./components/formula": {
|
|
27
27
|
"types": "./components/formula/index.d.ts",
|
|
@@ -31,9 +31,13 @@
|
|
|
31
31
|
"types": "./components/lookup/index.d.ts",
|
|
32
32
|
"default": "./fesm2022/components.lookup.mjs"
|
|
33
33
|
},
|
|
34
|
-
"./
|
|
35
|
-
"types": "./
|
|
36
|
-
"default": "./fesm2022/
|
|
34
|
+
"./other/card": {
|
|
35
|
+
"types": "./other/card/index.d.ts",
|
|
36
|
+
"default": "./fesm2022/other.card.mjs"
|
|
37
|
+
},
|
|
38
|
+
"./other/control": {
|
|
39
|
+
"types": "./other/control/index.d.ts",
|
|
40
|
+
"default": "./fesm2022/other.control.mjs"
|
|
37
41
|
},
|
|
38
42
|
"./other/dict": {
|
|
39
43
|
"types": "./other/dict/index.d.ts",
|
|
@@ -47,10 +51,6 @@
|
|
|
47
51
|
"types": "./other/rule/index.d.ts",
|
|
48
52
|
"default": "./fesm2022/other.rule.mjs"
|
|
49
53
|
},
|
|
50
|
-
"./other/control": {
|
|
51
|
-
"types": "./other/control/index.d.ts",
|
|
52
|
-
"default": "./fesm2022/other.control.mjs"
|
|
53
|
-
},
|
|
54
54
|
"./other/source": {
|
|
55
55
|
"types": "./other/source/index.d.ts",
|
|
56
56
|
"default": "./fesm2022/other.source.mjs"
|
|
@@ -59,37 +59,33 @@
|
|
|
59
59
|
"types": "./other/tree/index.d.ts",
|
|
60
60
|
"default": "./fesm2022/other.tree.mjs"
|
|
61
61
|
},
|
|
62
|
-
"./type/
|
|
63
|
-
"types": "./type/
|
|
64
|
-
"default": "./fesm2022/type.
|
|
62
|
+
"./type/formula": {
|
|
63
|
+
"types": "./type/formula/index.d.ts",
|
|
64
|
+
"default": "./fesm2022/type.formula.mjs"
|
|
65
65
|
},
|
|
66
66
|
"./type/lookup": {
|
|
67
67
|
"types": "./type/lookup/index.d.ts",
|
|
68
68
|
"default": "./fesm2022/type.lookup.mjs"
|
|
69
69
|
},
|
|
70
|
-
"./type/
|
|
71
|
-
"types": "./type/
|
|
72
|
-
"default": "./fesm2022/type.
|
|
70
|
+
"./type/tree": {
|
|
71
|
+
"types": "./type/tree/index.d.ts",
|
|
72
|
+
"default": "./fesm2022/type.tree.mjs"
|
|
73
73
|
},
|
|
74
|
-
"./other/source/
|
|
75
|
-
"types": "./other/source/
|
|
76
|
-
"default": "./fesm2022/other.source.
|
|
74
|
+
"./other/source/field-map": {
|
|
75
|
+
"types": "./other/source/field-map/index.d.ts",
|
|
76
|
+
"default": "./fesm2022/other.source.field-map.mjs"
|
|
77
77
|
},
|
|
78
78
|
"./other/source/filter": {
|
|
79
79
|
"types": "./other/source/filter/index.d.ts",
|
|
80
80
|
"default": "./fesm2022/other.source.filter.mjs"
|
|
81
81
|
},
|
|
82
|
-
"./other/source/group": {
|
|
83
|
-
"types": "./other/source/group/index.d.ts",
|
|
84
|
-
"default": "./fesm2022/other.source.group.mjs"
|
|
85
|
-
},
|
|
86
82
|
"./other/source/field-select": {
|
|
87
83
|
"types": "./other/source/field-select/index.d.ts",
|
|
88
84
|
"default": "./fesm2022/other.source.field.select.mjs"
|
|
89
85
|
},
|
|
90
|
-
"./other/source/
|
|
91
|
-
"types": "./other/source/
|
|
92
|
-
"default": "./fesm2022/other.source.
|
|
86
|
+
"./other/source/args": {
|
|
87
|
+
"types": "./other/source/args/index.d.ts",
|
|
88
|
+
"default": "./fesm2022/other.source.args.mjs"
|
|
93
89
|
},
|
|
94
90
|
"./other/source/table": {
|
|
95
91
|
"types": "./other/source/table/index.d.ts",
|
|
@@ -98,6 +94,10 @@
|
|
|
98
94
|
"./other/source/order": {
|
|
99
95
|
"types": "./other/source/order/index.d.ts",
|
|
100
96
|
"default": "./fesm2022/other.source.order.mjs"
|
|
97
|
+
},
|
|
98
|
+
"./other/source/group": {
|
|
99
|
+
"types": "./other/source/group/index.d.ts",
|
|
100
|
+
"default": "./fesm2022/other.source.group.mjs"
|
|
101
101
|
}
|
|
102
102
|
},
|
|
103
103
|
"sideEffects": false
|