@dev-tcloud/tcloud-ui 1.0.0 → 2.0.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/README.md +7 -0
- package/package.json +17 -17
- package/projects/tcloud-ui/package.json +4 -4
- package/projects/tcloud-ui/src/lib/_directives/el-copy/el-copy.directive.ts +0 -2
- package/src/app/pages/ui-datepicker-time/ui-datepicker-time.component.ts +1 -1
- package/src/app/pages/ui-filters/ui-filters.component.ts +1 -1
package/README.md
CHANGED
|
@@ -11,6 +11,13 @@ Install dev-tcloud/tcloud-ui from npm
|
|
|
11
11
|
npm install @dev-tcloud/tcloud-ui --save
|
|
12
12
|
```
|
|
13
13
|
|
|
14
|
+
## Versões
|
|
15
|
+
| Angular | Versão |
|
|
16
|
+
|---------|--------|
|
|
17
|
+
| Angular 14 | 0.x.x |
|
|
18
|
+
| Angular 15 | 1.x.x |
|
|
19
|
+
| Angular 16 | 1.x.x |
|
|
20
|
+
|
|
14
21
|
## tcloud-ui modules
|
|
15
22
|
|
|
16
23
|
- TCloudUiModalModule
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dev-tcloud/tcloud-ui",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "2.0.0",
|
|
4
4
|
"scripts": {
|
|
5
5
|
"ng": "ng",
|
|
6
6
|
"start": "ng serve",
|
|
@@ -13,9 +13,9 @@
|
|
|
13
13
|
"access": "public"
|
|
14
14
|
},
|
|
15
15
|
"devDependencies": {
|
|
16
|
-
"@angular-devkit/build-angular": "^
|
|
17
|
-
"@angular/cli": "~
|
|
18
|
-
"@angular/compiler-cli": "^
|
|
16
|
+
"@angular-devkit/build-angular": "^16.2.10",
|
|
17
|
+
"@angular/cli": "~16.2.10",
|
|
18
|
+
"@angular/compiler-cli": "^16.2.12",
|
|
19
19
|
"@types/jasmine": "~4.0.0",
|
|
20
20
|
"jasmine-core": "~4.2.0",
|
|
21
21
|
"karma": "~6.4.0",
|
|
@@ -23,20 +23,20 @@
|
|
|
23
23
|
"karma-coverage": "~2.2.0",
|
|
24
24
|
"karma-jasmine": "~5.1.0",
|
|
25
25
|
"karma-jasmine-html-reporter": "~2.0.0",
|
|
26
|
-
"ng-packagr": "^
|
|
26
|
+
"ng-packagr": "^16.2.3",
|
|
27
27
|
"typescript": "~4.9.5"
|
|
28
28
|
},
|
|
29
29
|
"description": "This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 14.1.1.",
|
|
30
30
|
"main": "karma.conf.js",
|
|
31
31
|
"peerDependencies": {
|
|
32
|
-
"@angular/animations": "^
|
|
33
|
-
"@angular/common": "^
|
|
34
|
-
"@angular/compiler": "^
|
|
35
|
-
"@angular/core": "^
|
|
36
|
-
"@angular/forms": "^
|
|
37
|
-
"@angular/platform-browser": "^
|
|
38
|
-
"@angular/platform-browser-dynamic": "^
|
|
39
|
-
"@angular/router": "^
|
|
32
|
+
"@angular/animations": "^16.2.12",
|
|
33
|
+
"@angular/common": "^16.2.12",
|
|
34
|
+
"@angular/compiler": "^16.2.12",
|
|
35
|
+
"@angular/core": "^16.2.12",
|
|
36
|
+
"@angular/forms": "^16.2.12",
|
|
37
|
+
"@angular/platform-browser": "^16.2.12",
|
|
38
|
+
"@angular/platform-browser-dynamic": "^16.2.12",
|
|
39
|
+
"@angular/router": "^16.2.12",
|
|
40
40
|
"abab": "^2.0.6",
|
|
41
41
|
"abbrev": "^1.1.1",
|
|
42
42
|
"accepts": "^1.3.8",
|
|
@@ -568,7 +568,7 @@
|
|
|
568
568
|
"uri-js": "^4.4.1",
|
|
569
569
|
"util-deprecate": "^1.0.2",
|
|
570
570
|
"utils-merge": "^1.0.1",
|
|
571
|
-
"uuid": "^
|
|
571
|
+
"uuid": "^9.0.1",
|
|
572
572
|
"validate-npm-package-license": "^3.0.4",
|
|
573
573
|
"validate-npm-package-name": "^4.0.0",
|
|
574
574
|
"vary": "^1.1.2",
|
|
@@ -596,7 +596,7 @@
|
|
|
596
596
|
"yaml": "^1.10.2",
|
|
597
597
|
"yargs": "^17.5.1",
|
|
598
598
|
"yargs-parser": "^21.1.1",
|
|
599
|
-
"zone.js": "^0.
|
|
599
|
+
"zone.js": "^0.13.3"
|
|
600
600
|
},
|
|
601
601
|
"repository": {
|
|
602
602
|
"type": "git",
|
|
@@ -614,6 +614,6 @@
|
|
|
614
614
|
},
|
|
615
615
|
"homepage": "https://github.com/tcloud-dev/tcloud-ui-component#readme",
|
|
616
616
|
"dependencies": {
|
|
617
|
-
"tslib": "^2.
|
|
617
|
+
"tslib": "^2.6.2"
|
|
618
618
|
}
|
|
619
|
-
}
|
|
619
|
+
}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dev-tcloud/tcloud-ui",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "2.0.0",
|
|
4
4
|
"peerDependencies": {
|
|
5
|
-
"@angular/common": "^
|
|
6
|
-
"@angular/core": "^
|
|
5
|
+
"@angular/common": "^16.2.12",
|
|
6
|
+
"@angular/core": "^16.2.12"
|
|
7
7
|
},
|
|
8
8
|
"dependencies": {
|
|
9
|
-
"tslib": "^2.
|
|
9
|
+
"tslib": "^2.6.2"
|
|
10
10
|
}
|
|
11
11
|
}
|