@seniorsistemas/angular-components 17.22.0 → 17.23.0-develop-4858c668
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/bundles/seniorsistemas-angular-components.umd.js +8 -1
- package/bundles/seniorsistemas-angular-components.umd.js.map +1 -1
- package/bundles/seniorsistemas-angular-components.umd.min.js +1 -1
- package/bundles/seniorsistemas-angular-components.umd.min.js.map +1 -1
- package/components/dynamic-form/components/fields/text/text-field.component.d.ts +1 -0
- package/components/dynamic-form/configurations/fields/text-field.d.ts +2 -0
- package/esm2015/components/dynamic-form/components/fields/text/text-field.component.js +7 -2
- package/esm2015/components/dynamic-form/configurations/fields/text-field.js +3 -1
- package/esm5/components/dynamic-form/components/fields/text/text-field.component.js +7 -2
- package/esm5/components/dynamic-form/configurations/fields/text-field.js +3 -1
- package/fesm2015/seniorsistemas-angular-components.js +8 -1
- package/fesm2015/seniorsistemas-angular-components.js.map +1 -1
- package/fesm5/seniorsistemas-angular-components.js +8 -1
- package/fesm5/seniorsistemas-angular-components.js.map +1 -1
- package/package.json +2 -43
- package/seniorsistemas-angular-components.metadata.json +1 -1
package/package.json
CHANGED
|
@@ -5,50 +5,9 @@
|
|
|
5
5
|
"type": "git",
|
|
6
6
|
"url": "http://git.senior.com.br/arquitetura/angular-components"
|
|
7
7
|
},
|
|
8
|
-
"version": "17.
|
|
8
|
+
"version": "17.23.0-develop-4858c668",
|
|
9
9
|
"peerDependencies": {
|
|
10
|
-
"
|
|
11
|
-
"@angular/cdk": "9.2.4",
|
|
12
|
-
"@angular/common": "9.1.13",
|
|
13
|
-
"@angular/compiler": "9.1.13",
|
|
14
|
-
"@angular/core": "9.1.13",
|
|
15
|
-
"@angular/forms": "9.1.13",
|
|
16
|
-
"@angular/platform-browser": "9.1.13",
|
|
17
|
-
"@angular/platform-browser-dynamic": "9.1.13",
|
|
18
|
-
"@angular/router": "9.1.13",
|
|
19
|
-
"@codemirror/autocomplete": "0.19.13",
|
|
20
|
-
"@codemirror/gutter": "0.19.9",
|
|
21
|
-
"@codemirror/highlight": "0.19.7",
|
|
22
|
-
"@codemirror/language": "0.19.7",
|
|
23
|
-
"@codemirror/lint": "0.19.3",
|
|
24
|
-
"@codemirror/state": "0.19.6",
|
|
25
|
-
"@codemirror/tooltip": "0.19.16",
|
|
26
|
-
"@codemirror/view": "0.19.42",
|
|
27
|
-
"@fortawesome/fontawesome-pro": "5.15.3",
|
|
28
|
-
"@lezer/generator": "0.15.4",
|
|
29
|
-
"@ngx-translate/core": "12.1.2",
|
|
30
|
-
"@ngx-translate/http-loader": "5.0.0",
|
|
31
|
-
"@seniorsistemas/ng2-currency-mask": "0.4.2",
|
|
32
|
-
"@seniorsistemas/primeng-theme": "9.0.18",
|
|
33
|
-
"@seniorsistemas/senior-platform-data": "5.4.0",
|
|
34
|
-
"angular2-hotkeys": "2.3.2",
|
|
35
|
-
"bignumber.js": "9.0.1",
|
|
36
|
-
"cropperjs": "1.6.2",
|
|
37
|
-
"element-resize-detector": "1.2.0",
|
|
38
|
-
"flag-icons": "6.6.6",
|
|
39
|
-
"json-cycle": "1.3.0",
|
|
40
|
-
"marked": "^4.3.0",
|
|
41
|
-
"moment": "2.22.2",
|
|
42
|
-
"ng2-currency-mask": "9.0.2",
|
|
43
|
-
"ngx-mask": "12.0.0",
|
|
44
|
-
"prettier": "^3.3.2",
|
|
45
|
-
"primeng": "9.1.3",
|
|
46
|
-
"quill": "1.3.7",
|
|
47
|
-
"rxjs": "6.6.3",
|
|
48
|
-
"rxjs-compat": "6.6.7",
|
|
49
|
-
"tslib": "1.10.0",
|
|
50
|
-
"web-animations-js": "2.3.2",
|
|
51
|
-
"zone.js": "0.10.2"
|
|
10
|
+
"tslib": "^1.10.0"
|
|
52
11
|
},
|
|
53
12
|
"dependencies": {
|
|
54
13
|
"@codemirror/autocomplete": "^0.19.13",
|