@delon/util 13.5.0 → 14.0.0-beta.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/array/array-type.service.d.ts +1 -1
- package/browser/copy.d.ts +1 -1
- package/config/abc/date-picker.type.d.ts +1 -1
- package/config/abc/image.type.d.ts +1 -1
- package/config/abc/st.type.d.ts +17 -4
- package/config/auth/auth.type.d.ts +2 -0
- package/date-time/picker.d.ts +1 -1
- package/esm2020/array/array-type.service.mjs +1 -1
- package/esm2020/array/array.service.mjs +3 -3
- package/esm2020/browser/cookie.service.mjs +3 -3
- package/esm2020/browser/copy.mjs +21 -2
- package/esm2020/browser/scroll.service.mjs +3 -3
- package/esm2020/config/abc/date-picker.type.mjs +1 -1
- package/esm2020/config/abc/image.type.mjs +1 -1
- package/esm2020/config/abc/st.type.mjs +1 -1
- package/esm2020/config/auth/auth.type.mjs +1 -1
- package/esm2020/config/config.service.mjs +5 -4
- package/esm2020/date-time/picker.mjs +1 -1
- package/esm2020/format/currency.service.mjs +3 -3
- package/esm2020/other/lazy.service.mjs +5 -6
- package/esm2020/pipes/currency/cny.pipe.mjs +3 -3
- package/esm2020/pipes/currency/mega.pipe.mjs +3 -3
- package/esm2020/pipes/currency/module.mjs +4 -4
- package/esm2020/pipes/currency/price.pipe.mjs +3 -3
- package/esm2020/pipes/filter/filter.pipe.mjs +3 -3
- package/esm2020/pipes/filter/module.mjs +4 -4
- package/esm2020/pipes/format/mask.pipe.mjs +3 -3
- package/esm2020/pipes/format/module.mjs +4 -4
- package/esm2020/token/page-visibility.mjs +2 -3
- package/fesm2015/array.mjs +3 -3
- package/fesm2015/browser.mjs +26 -7
- package/fesm2015/browser.mjs.map +1 -1
- package/fesm2015/config.mjs +4 -3
- package/fesm2015/config.mjs.map +1 -1
- package/fesm2015/date-time.mjs.map +1 -1
- package/fesm2015/format.mjs +3 -3
- package/fesm2015/other.mjs +4 -5
- package/fesm2015/other.mjs.map +1 -1
- package/fesm2015/pipe-currency.mjs +13 -13
- package/fesm2015/pipe-filter.mjs +7 -7
- package/fesm2015/pipe-format.mjs +7 -7
- package/fesm2015/token.mjs +1 -2
- package/fesm2015/token.mjs.map +1 -1
- package/fesm2020/array.mjs +3 -3
- package/fesm2020/browser.mjs +26 -7
- package/fesm2020/browser.mjs.map +1 -1
- package/fesm2020/config.mjs +4 -3
- package/fesm2020/config.mjs.map +1 -1
- package/fesm2020/date-time.mjs.map +1 -1
- package/fesm2020/format.mjs +3 -3
- package/fesm2020/other.mjs +4 -5
- package/fesm2020/other.mjs.map +1 -1
- package/fesm2020/pipe-currency.mjs +13 -13
- package/fesm2020/pipe-filter.mjs +7 -7
- package/fesm2020/pipe-format.mjs +7 -7
- package/fesm2020/token.mjs +1 -2
- package/fesm2020/token.mjs.map +1 -1
- package/package.json +17 -17
- package/pipes/currency/cny.pipe.d.ts +1 -1
- package/pipes/currency/mega.pipe.d.ts +1 -1
- package/pipes/currency/price.pipe.d.ts +1 -1
- package/pipes/filter/filter.pipe.d.ts +1 -1
- package/pipes/format/mask.pipe.d.ts +1 -1
- package/array/array.d.ts +0 -5
- package/array/package.json +0 -10
- package/browser/browser.d.ts +0 -5
- package/browser/package.json +0 -10
- package/config/config.d.ts +0 -5
- package/config/package.json +0 -10
- package/date-time/date-time.d.ts +0 -5
- package/date-time/package.json +0 -10
- package/decorator/decorator.d.ts +0 -5
- package/decorator/package.json +0 -10
- package/delon-util.d.ts +0 -5
- package/form/form.d.ts +0 -5
- package/form/package.json +0 -10
- package/format/format.d.ts +0 -5
- package/format/package.json +0 -10
- package/math/math.d.ts +0 -5
- package/math/package.json +0 -10
- package/other/other.d.ts +0 -5
- package/other/package.json +0 -10
- package/pipes/currency/package.json +0 -10
- package/pipes/currency/pipe-currency.d.ts +0 -5
- package/pipes/filter/package.json +0 -10
- package/pipes/filter/pipe-filter.d.ts +0 -5
- package/pipes/format/package.json +0 -10
- package/pipes/format/pipe-format.d.ts +0 -5
- package/pipes/package.json +0 -10
- package/pipes/pipes.d.ts +0 -5
- package/token/package.json +0 -10
- package/token/token.d.ts +0 -5
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@delon/util",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "14.0.0-beta.0",
|
|
4
4
|
"author": "cipchk<cipchk@qq.com>",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"repository": {
|
|
@@ -28,13 +28,13 @@
|
|
|
28
28
|
"esm2020": "esm2020/delon-util.mjs",
|
|
29
29
|
"fesm2020": "fesm2020/delon-util.mjs",
|
|
30
30
|
"fesm2015": "fesm2015/delon-util.mjs",
|
|
31
|
-
"typings": "
|
|
31
|
+
"typings": "index.d.ts",
|
|
32
32
|
"exports": {
|
|
33
33
|
"./package.json": {
|
|
34
34
|
"default": "./package.json"
|
|
35
35
|
},
|
|
36
36
|
".": {
|
|
37
|
-
"types": "./
|
|
37
|
+
"types": "./index.d.ts",
|
|
38
38
|
"esm2020": "./esm2020/delon-util.mjs",
|
|
39
39
|
"es2020": "./fesm2020/delon-util.mjs",
|
|
40
40
|
"es2015": "./fesm2015/delon-util.mjs",
|
|
@@ -42,7 +42,7 @@
|
|
|
42
42
|
"default": "./fesm2020/delon-util.mjs"
|
|
43
43
|
},
|
|
44
44
|
"./array": {
|
|
45
|
-
"types": "./array/
|
|
45
|
+
"types": "./array/index.d.ts",
|
|
46
46
|
"esm2020": "./esm2020/array/array.mjs",
|
|
47
47
|
"es2020": "./fesm2020/array.mjs",
|
|
48
48
|
"es2015": "./fesm2015/array.mjs",
|
|
@@ -50,7 +50,7 @@
|
|
|
50
50
|
"default": "./fesm2020/array.mjs"
|
|
51
51
|
},
|
|
52
52
|
"./browser": {
|
|
53
|
-
"types": "./browser/
|
|
53
|
+
"types": "./browser/index.d.ts",
|
|
54
54
|
"esm2020": "./esm2020/browser/browser.mjs",
|
|
55
55
|
"es2020": "./fesm2020/browser.mjs",
|
|
56
56
|
"es2015": "./fesm2015/browser.mjs",
|
|
@@ -58,7 +58,7 @@
|
|
|
58
58
|
"default": "./fesm2020/browser.mjs"
|
|
59
59
|
},
|
|
60
60
|
"./config": {
|
|
61
|
-
"types": "./config/
|
|
61
|
+
"types": "./config/index.d.ts",
|
|
62
62
|
"esm2020": "./esm2020/config/config.mjs",
|
|
63
63
|
"es2020": "./fesm2020/config.mjs",
|
|
64
64
|
"es2015": "./fesm2015/config.mjs",
|
|
@@ -66,7 +66,7 @@
|
|
|
66
66
|
"default": "./fesm2020/config.mjs"
|
|
67
67
|
},
|
|
68
68
|
"./date-time": {
|
|
69
|
-
"types": "./date-time/
|
|
69
|
+
"types": "./date-time/index.d.ts",
|
|
70
70
|
"esm2020": "./esm2020/date-time/date-time.mjs",
|
|
71
71
|
"es2020": "./fesm2020/date-time.mjs",
|
|
72
72
|
"es2015": "./fesm2015/date-time.mjs",
|
|
@@ -74,7 +74,7 @@
|
|
|
74
74
|
"default": "./fesm2020/date-time.mjs"
|
|
75
75
|
},
|
|
76
76
|
"./decorator": {
|
|
77
|
-
"types": "./decorator/
|
|
77
|
+
"types": "./decorator/index.d.ts",
|
|
78
78
|
"esm2020": "./esm2020/decorator/decorator.mjs",
|
|
79
79
|
"es2020": "./fesm2020/decorator.mjs",
|
|
80
80
|
"es2015": "./fesm2015/decorator.mjs",
|
|
@@ -82,7 +82,7 @@
|
|
|
82
82
|
"default": "./fesm2020/decorator.mjs"
|
|
83
83
|
},
|
|
84
84
|
"./form": {
|
|
85
|
-
"types": "./form/
|
|
85
|
+
"types": "./form/index.d.ts",
|
|
86
86
|
"esm2020": "./esm2020/form/form.mjs",
|
|
87
87
|
"es2020": "./fesm2020/form.mjs",
|
|
88
88
|
"es2015": "./fesm2015/form.mjs",
|
|
@@ -90,7 +90,7 @@
|
|
|
90
90
|
"default": "./fesm2020/form.mjs"
|
|
91
91
|
},
|
|
92
92
|
"./format": {
|
|
93
|
-
"types": "./format/
|
|
93
|
+
"types": "./format/index.d.ts",
|
|
94
94
|
"esm2020": "./esm2020/format/format.mjs",
|
|
95
95
|
"es2020": "./fesm2020/format.mjs",
|
|
96
96
|
"es2015": "./fesm2015/format.mjs",
|
|
@@ -98,7 +98,7 @@
|
|
|
98
98
|
"default": "./fesm2020/format.mjs"
|
|
99
99
|
},
|
|
100
100
|
"./math": {
|
|
101
|
-
"types": "./math/
|
|
101
|
+
"types": "./math/index.d.ts",
|
|
102
102
|
"esm2020": "./esm2020/math/math.mjs",
|
|
103
103
|
"es2020": "./fesm2020/math.mjs",
|
|
104
104
|
"es2015": "./fesm2015/math.mjs",
|
|
@@ -106,7 +106,7 @@
|
|
|
106
106
|
"default": "./fesm2020/math.mjs"
|
|
107
107
|
},
|
|
108
108
|
"./other": {
|
|
109
|
-
"types": "./other/
|
|
109
|
+
"types": "./other/index.d.ts",
|
|
110
110
|
"esm2020": "./esm2020/other/other.mjs",
|
|
111
111
|
"es2020": "./fesm2020/other.mjs",
|
|
112
112
|
"es2015": "./fesm2015/other.mjs",
|
|
@@ -114,7 +114,7 @@
|
|
|
114
114
|
"default": "./fesm2020/other.mjs"
|
|
115
115
|
},
|
|
116
116
|
"./pipes/currency": {
|
|
117
|
-
"types": "./pipes/currency/
|
|
117
|
+
"types": "./pipes/currency/index.d.ts",
|
|
118
118
|
"esm2020": "./esm2020/pipes/currency/pipe-currency.mjs",
|
|
119
119
|
"es2020": "./fesm2020/pipe-currency.mjs",
|
|
120
120
|
"es2015": "./fesm2015/pipe-currency.mjs",
|
|
@@ -122,7 +122,7 @@
|
|
|
122
122
|
"default": "./fesm2020/pipe-currency.mjs"
|
|
123
123
|
},
|
|
124
124
|
"./pipes/filter": {
|
|
125
|
-
"types": "./pipes/filter/
|
|
125
|
+
"types": "./pipes/filter/index.d.ts",
|
|
126
126
|
"esm2020": "./esm2020/pipes/filter/pipe-filter.mjs",
|
|
127
127
|
"es2020": "./fesm2020/pipe-filter.mjs",
|
|
128
128
|
"es2015": "./fesm2015/pipe-filter.mjs",
|
|
@@ -130,7 +130,7 @@
|
|
|
130
130
|
"default": "./fesm2020/pipe-filter.mjs"
|
|
131
131
|
},
|
|
132
132
|
"./pipes/format": {
|
|
133
|
-
"types": "./pipes/format/
|
|
133
|
+
"types": "./pipes/format/index.d.ts",
|
|
134
134
|
"esm2020": "./esm2020/pipes/format/pipe-format.mjs",
|
|
135
135
|
"es2020": "./fesm2020/pipe-format.mjs",
|
|
136
136
|
"es2015": "./fesm2015/pipe-format.mjs",
|
|
@@ -138,7 +138,7 @@
|
|
|
138
138
|
"default": "./fesm2020/pipe-format.mjs"
|
|
139
139
|
},
|
|
140
140
|
"./pipes": {
|
|
141
|
-
"types": "./pipes/
|
|
141
|
+
"types": "./pipes/index.d.ts",
|
|
142
142
|
"esm2020": "./esm2020/pipes/pipes.mjs",
|
|
143
143
|
"es2020": "./fesm2020/pipes.mjs",
|
|
144
144
|
"es2015": "./fesm2015/pipes.mjs",
|
|
@@ -146,7 +146,7 @@
|
|
|
146
146
|
"default": "./fesm2020/pipes.mjs"
|
|
147
147
|
},
|
|
148
148
|
"./token": {
|
|
149
|
-
"types": "./token/
|
|
149
|
+
"types": "./token/index.d.ts",
|
|
150
150
|
"esm2020": "./esm2020/token/token.mjs",
|
|
151
151
|
"es2020": "./fesm2020/token.mjs",
|
|
152
152
|
"es2015": "./fesm2015/token.mjs",
|
|
@@ -11,5 +11,5 @@ export declare class CurrencyCNYPipe implements PipeTransform {
|
|
|
11
11
|
*/
|
|
12
12
|
transform(value: number | string, options?: CurrencyCNYOptions): string;
|
|
13
13
|
static ɵfac: i0.ɵɵFactoryDeclaration<CurrencyCNYPipe, never>;
|
|
14
|
-
static ɵpipe: i0.ɵɵPipeDeclaration<CurrencyCNYPipe, "cny">;
|
|
14
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<CurrencyCNYPipe, "cny", false>;
|
|
15
15
|
}
|
|
@@ -12,5 +12,5 @@ export declare class CurrencyMegaPipe implements PipeTransform {
|
|
|
12
12
|
*/
|
|
13
13
|
transform(value: number | string, options?: CurrencyMegaOptions): string;
|
|
14
14
|
static ɵfac: i0.ɵɵFactoryDeclaration<CurrencyMegaPipe, never>;
|
|
15
|
-
static ɵpipe: i0.ɵɵPipeDeclaration<CurrencyMegaPipe, "mega">;
|
|
15
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<CurrencyMegaPipe, "mega", false>;
|
|
16
16
|
}
|
|
@@ -15,5 +15,5 @@ export declare class CurrencyPricePipe implements PipeTransform {
|
|
|
15
15
|
*/
|
|
16
16
|
transform(value: number | string, options?: CurrencyFormatOptions): string;
|
|
17
17
|
static ɵfac: i0.ɵɵFactoryDeclaration<CurrencyPricePipe, never>;
|
|
18
|
-
static ɵpipe: i0.ɵɵPipeDeclaration<CurrencyPricePipe, "price">;
|
|
18
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<CurrencyPricePipe, "price", false>;
|
|
19
19
|
}
|
|
@@ -9,5 +9,5 @@ export declare class FilterPipe implements PipeTransform {
|
|
|
9
9
|
*/
|
|
10
10
|
transform<T>(array: readonly T[], matcher: (item: T, ...args: NzSafeAny[]) => boolean, ...args: NzSafeAny[]): T[];
|
|
11
11
|
static ɵfac: i0.ɵɵFactoryDeclaration<FilterPipe, never>;
|
|
12
|
-
static ɵpipe: i0.ɵɵPipeDeclaration<FilterPipe, "filter">;
|
|
12
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<FilterPipe, "filter", false>;
|
|
13
13
|
}
|
|
@@ -23,5 +23,5 @@ export declare class FormatMaskPipe implements PipeTransform {
|
|
|
23
23
|
*/
|
|
24
24
|
transform(value: string, mask: string | FormatMaskOption): string;
|
|
25
25
|
static ɵfac: i0.ɵɵFactoryDeclaration<FormatMaskPipe, never>;
|
|
26
|
-
static ɵpipe: i0.ɵɵPipeDeclaration<FormatMaskPipe, "mask">;
|
|
26
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<FormatMaskPipe, "mask", false>;
|
|
27
27
|
}
|
package/array/array.d.ts
DELETED
package/array/package.json
DELETED
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"module": "../fesm2015/array.mjs",
|
|
3
|
-
"es2020": "../fesm2020/array.mjs",
|
|
4
|
-
"esm2020": "../esm2020/array/array.mjs",
|
|
5
|
-
"fesm2020": "../fesm2020/array.mjs",
|
|
6
|
-
"fesm2015": "../fesm2015/array.mjs",
|
|
7
|
-
"typings": "array.d.ts",
|
|
8
|
-
"sideEffects": false,
|
|
9
|
-
"name": "@delon/util/array"
|
|
10
|
-
}
|
package/browser/browser.d.ts
DELETED
package/browser/package.json
DELETED
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"module": "../fesm2015/browser.mjs",
|
|
3
|
-
"es2020": "../fesm2020/browser.mjs",
|
|
4
|
-
"esm2020": "../esm2020/browser/browser.mjs",
|
|
5
|
-
"fesm2020": "../fesm2020/browser.mjs",
|
|
6
|
-
"fesm2015": "../fesm2015/browser.mjs",
|
|
7
|
-
"typings": "browser.d.ts",
|
|
8
|
-
"sideEffects": false,
|
|
9
|
-
"name": "@delon/util/browser"
|
|
10
|
-
}
|
package/config/config.d.ts
DELETED
package/config/package.json
DELETED
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"module": "../fesm2015/config.mjs",
|
|
3
|
-
"es2020": "../fesm2020/config.mjs",
|
|
4
|
-
"esm2020": "../esm2020/config/config.mjs",
|
|
5
|
-
"fesm2020": "../fesm2020/config.mjs",
|
|
6
|
-
"fesm2015": "../fesm2015/config.mjs",
|
|
7
|
-
"typings": "config.d.ts",
|
|
8
|
-
"sideEffects": false,
|
|
9
|
-
"name": "@delon/util/config"
|
|
10
|
-
}
|
package/date-time/date-time.d.ts
DELETED
package/date-time/package.json
DELETED
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"module": "../fesm2015/date-time.mjs",
|
|
3
|
-
"es2020": "../fesm2020/date-time.mjs",
|
|
4
|
-
"esm2020": "../esm2020/date-time/date-time.mjs",
|
|
5
|
-
"fesm2020": "../fesm2020/date-time.mjs",
|
|
6
|
-
"fesm2015": "../fesm2015/date-time.mjs",
|
|
7
|
-
"typings": "date-time.d.ts",
|
|
8
|
-
"sideEffects": false,
|
|
9
|
-
"name": "@delon/util/date-time"
|
|
10
|
-
}
|
package/decorator/decorator.d.ts
DELETED
package/decorator/package.json
DELETED
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"module": "../fesm2015/decorator.mjs",
|
|
3
|
-
"es2020": "../fesm2020/decorator.mjs",
|
|
4
|
-
"esm2020": "../esm2020/decorator/decorator.mjs",
|
|
5
|
-
"fesm2020": "../fesm2020/decorator.mjs",
|
|
6
|
-
"fesm2015": "../fesm2015/decorator.mjs",
|
|
7
|
-
"typings": "decorator.d.ts",
|
|
8
|
-
"sideEffects": false,
|
|
9
|
-
"name": "@delon/util/decorator"
|
|
10
|
-
}
|
package/delon-util.d.ts
DELETED
package/form/form.d.ts
DELETED
package/form/package.json
DELETED
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"module": "../fesm2015/form.mjs",
|
|
3
|
-
"es2020": "../fesm2020/form.mjs",
|
|
4
|
-
"esm2020": "../esm2020/form/form.mjs",
|
|
5
|
-
"fesm2020": "../fesm2020/form.mjs",
|
|
6
|
-
"fesm2015": "../fesm2015/form.mjs",
|
|
7
|
-
"typings": "form.d.ts",
|
|
8
|
-
"sideEffects": false,
|
|
9
|
-
"name": "@delon/util/form"
|
|
10
|
-
}
|
package/format/format.d.ts
DELETED
package/format/package.json
DELETED
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"module": "../fesm2015/format.mjs",
|
|
3
|
-
"es2020": "../fesm2020/format.mjs",
|
|
4
|
-
"esm2020": "../esm2020/format/format.mjs",
|
|
5
|
-
"fesm2020": "../fesm2020/format.mjs",
|
|
6
|
-
"fesm2015": "../fesm2015/format.mjs",
|
|
7
|
-
"typings": "format.d.ts",
|
|
8
|
-
"sideEffects": false,
|
|
9
|
-
"name": "@delon/util/format"
|
|
10
|
-
}
|
package/math/math.d.ts
DELETED
package/math/package.json
DELETED
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"module": "../fesm2015/math.mjs",
|
|
3
|
-
"es2020": "../fesm2020/math.mjs",
|
|
4
|
-
"esm2020": "../esm2020/math/math.mjs",
|
|
5
|
-
"fesm2020": "../fesm2020/math.mjs",
|
|
6
|
-
"fesm2015": "../fesm2015/math.mjs",
|
|
7
|
-
"typings": "math.d.ts",
|
|
8
|
-
"sideEffects": false,
|
|
9
|
-
"name": "@delon/util/math"
|
|
10
|
-
}
|
package/other/other.d.ts
DELETED
package/other/package.json
DELETED
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"module": "../fesm2015/other.mjs",
|
|
3
|
-
"es2020": "../fesm2020/other.mjs",
|
|
4
|
-
"esm2020": "../esm2020/other/other.mjs",
|
|
5
|
-
"fesm2020": "../fesm2020/other.mjs",
|
|
6
|
-
"fesm2015": "../fesm2015/other.mjs",
|
|
7
|
-
"typings": "other.d.ts",
|
|
8
|
-
"sideEffects": false,
|
|
9
|
-
"name": "@delon/util/other"
|
|
10
|
-
}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"module": "../../fesm2015/pipe-currency.mjs",
|
|
3
|
-
"es2020": "../../fesm2020/pipe-currency.mjs",
|
|
4
|
-
"esm2020": "../../esm2020/pipes/currency/pipe-currency.mjs",
|
|
5
|
-
"fesm2020": "../../fesm2020/pipe-currency.mjs",
|
|
6
|
-
"fesm2015": "../../fesm2015/pipe-currency.mjs",
|
|
7
|
-
"typings": "pipe-currency.d.ts",
|
|
8
|
-
"sideEffects": false,
|
|
9
|
-
"name": "@delon/util/pipes/currency"
|
|
10
|
-
}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"module": "../../fesm2015/pipe-filter.mjs",
|
|
3
|
-
"es2020": "../../fesm2020/pipe-filter.mjs",
|
|
4
|
-
"esm2020": "../../esm2020/pipes/filter/pipe-filter.mjs",
|
|
5
|
-
"fesm2020": "../../fesm2020/pipe-filter.mjs",
|
|
6
|
-
"fesm2015": "../../fesm2015/pipe-filter.mjs",
|
|
7
|
-
"typings": "pipe-filter.d.ts",
|
|
8
|
-
"sideEffects": false,
|
|
9
|
-
"name": "@delon/util/pipes/filter"
|
|
10
|
-
}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"module": "../../fesm2015/pipe-format.mjs",
|
|
3
|
-
"es2020": "../../fesm2020/pipe-format.mjs",
|
|
4
|
-
"esm2020": "../../esm2020/pipes/format/pipe-format.mjs",
|
|
5
|
-
"fesm2020": "../../fesm2020/pipe-format.mjs",
|
|
6
|
-
"fesm2015": "../../fesm2015/pipe-format.mjs",
|
|
7
|
-
"typings": "pipe-format.d.ts",
|
|
8
|
-
"sideEffects": false,
|
|
9
|
-
"name": "@delon/util/pipes/format"
|
|
10
|
-
}
|
package/pipes/package.json
DELETED
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"module": "../fesm2015/pipes.mjs",
|
|
3
|
-
"es2020": "../fesm2020/pipes.mjs",
|
|
4
|
-
"esm2020": "../esm2020/pipes/pipes.mjs",
|
|
5
|
-
"fesm2020": "../fesm2020/pipes.mjs",
|
|
6
|
-
"fesm2015": "../fesm2015/pipes.mjs",
|
|
7
|
-
"typings": "pipes.d.ts",
|
|
8
|
-
"sideEffects": false,
|
|
9
|
-
"name": "@delon/util/pipes"
|
|
10
|
-
}
|
package/pipes/pipes.d.ts
DELETED
package/token/package.json
DELETED
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"module": "../fesm2015/token.mjs",
|
|
3
|
-
"es2020": "../fesm2020/token.mjs",
|
|
4
|
-
"esm2020": "../esm2020/token/token.mjs",
|
|
5
|
-
"fesm2020": "../fesm2020/token.mjs",
|
|
6
|
-
"fesm2015": "../fesm2015/token.mjs",
|
|
7
|
-
"typings": "token.d.ts",
|
|
8
|
-
"sideEffects": false,
|
|
9
|
-
"name": "@delon/util/token"
|
|
10
|
-
}
|