@starley/ion-directives 1.3.10 → 1.3.11
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.
|
@@ -28,7 +28,7 @@ export declare class IonUtilsProvider {
|
|
|
28
28
|
* @param enumInput
|
|
29
29
|
* @returns
|
|
30
30
|
*/
|
|
31
|
-
returnEnumStringName(enumInput: any):
|
|
31
|
+
returnEnumStringName(enumInput: any): string[];
|
|
32
32
|
static ɵfac: i0.ɵɵFactoryDeclaration<IonUtilsProvider, never>;
|
|
33
33
|
static ɵprov: i0.ɵɵInjectableDeclaration<IonUtilsProvider>;
|
|
34
34
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@starley/ion-directives",
|
|
3
|
-
"version": "1.3.
|
|
3
|
+
"version": "1.3.11",
|
|
4
4
|
"description": "Directivas internas para ionic",
|
|
5
5
|
"main": "./dist/index.js",
|
|
6
6
|
"typings": "./dist/index.d.ts",
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
],
|
|
10
10
|
"scripts": {
|
|
11
11
|
"ngc": "ngc",
|
|
12
|
-
"build": "rm -rf dist && rm -rf node_modules && npm install && npm run ngc",
|
|
12
|
+
"build": "rm -rf dist && rm -rf node_modules && npm install --legacy-peer-deps && npm run ngc",
|
|
13
13
|
"publishPackage": "npm run build && npm publish"
|
|
14
14
|
},
|
|
15
15
|
"peerDependencies": {
|
|
@@ -39,13 +39,13 @@
|
|
|
39
39
|
"devDependencies": {
|
|
40
40
|
"@angular/common": "^19.2.2",
|
|
41
41
|
"@angular/compiler": "^19.2.2",
|
|
42
|
-
"@angular/compiler-cli": "^18.0.
|
|
42
|
+
"@angular/compiler-cli": "^18.0.0",
|
|
43
43
|
"@angular/core": "^19.2.2",
|
|
44
44
|
"@angular/forms": "^19.2.2",
|
|
45
45
|
"@types/node": "^22.13.10",
|
|
46
46
|
"nodemon": "^3.1.9",
|
|
47
47
|
"ts-node": "^10.9.2",
|
|
48
|
-
"typescript": "~5.4
|
|
48
|
+
"typescript": "~5.5.4"
|
|
49
49
|
},
|
|
50
50
|
"dependencies": {
|
|
51
51
|
"codelyzer": "^6.0.2",
|
package/CHANGELOG.md
DELETED
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
# Changelog
|
|
2
|
-
This changelog document tracks the changes in the project since `v1.3.7`.
|
|
3
|
-
|
|
4
|
-
This project adheres to [semver](https://semver.org/).
|
|
5
|
-
|
|
6
|
-
## [1.3.9](https://github.com/StarleyDev/ion-directives/releases/tag/v1.3.9)
|
|
7
|
-
* Add new CNPJ validator with new format. ex: 12.ABC.345/01DE-35
|
|
8
|
-
|
|
9
|
-
## [1.3.7](https://github.com/StarleyDev/ion-directives/releases/tag/v1.3.7)
|
|
10
|
-
* Fix output of `appRemoveFromInput`
|