@libs-ui/utils 0.2.335-0 → 0.2.336-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/esm2022/file.mjs +2 -2
- package/esm2022/pattern.mjs +1 -4
- package/fesm2022/libs-ui-utils.mjs +2 -5
- package/fesm2022/libs-ui-utils.mjs.map +1 -1
- package/package.json +2 -2
- package/pattern.d.ts +0 -1
package/package.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@libs-ui/utils",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.336-0",
|
|
4
4
|
"peerDependencies": {
|
|
5
5
|
"@angular/common": ">=18.0.0",
|
|
6
6
|
"@angular/core": ">=18.0.0",
|
|
7
7
|
"crypto-es": "^2.1.0",
|
|
8
8
|
"dayjs": "1.11.5",
|
|
9
|
-
"@libs-ui/interfaces-types": "0.2.
|
|
9
|
+
"@libs-ui/interfaces-types": "0.2.336-0",
|
|
10
10
|
"rxjs": "~7.8.0"
|
|
11
11
|
},
|
|
12
12
|
"sideEffects": false,
|
package/pattern.d.ts
CHANGED
|
@@ -4,7 +4,6 @@ export declare const patternHostUrl: () => RegExp;
|
|
|
4
4
|
export declare const patternDomain: () => RegExp;
|
|
5
5
|
export declare const patternMobilePhone: () => RegExp;
|
|
6
6
|
export declare const patternPhone: () => RegExp;
|
|
7
|
-
export declare const patternPhoneNormal: () => RegExp;
|
|
8
7
|
export declare const patternNumber: () => RegExp;
|
|
9
8
|
export declare const patternEncodeUri: () => RegExp;
|
|
10
9
|
export declare const patternName: () => RegExp;
|