@smart-webcomponents-angular/toast 15.0.2 → 19.0.8
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/esm2020/toast/smart.toast.mjs +1 -1
- package/fesm2015/smart-webcomponents-angular-toast.mjs.map +1 -1
- package/fesm2020/smart-webcomponents-angular-toast.mjs.map +1 -1
- package/index.d.ts +1274 -425
- package/package.json +19 -19
- package/source/modules/smart.toast.js +2 -2
- package/source/smart.button.js +1 -1
- package/source/smart.element.js +2 -2
- package/source/smart.toast.js +1 -1
- package/styles/font/smart-icons.eot +0 -0
- package/styles/font/smart-icons.svg +29 -1
- package/styles/font/smart-icons.ttf +0 -0
- package/styles/font/smart-icons.woff +0 -0
- package/styles/font/smart-icons.woff2 +0 -0
- package/styles/smart.base.css +2 -2
- package/styles/smart.common.css +1 -1
- package/toast/smart-webcomponents-angular-toast.d.ts +1 -1
- package/demo/angular.json +0 -126
- package/demo/package.json +0 -52
- package/demo/src/app/app.component.css +0 -0
- package/demo/src/app/app.component.html +0 -2
- package/demo/src/assets/fonts.css +0 -13
- package/demo/src/assets/styles.css +0 -12
- package/demo/src/index.html +0 -42
- package/demo/src/tsconfig.app.json +0 -15
- package/demo/src/tsconfig.json +0 -23
- package/start.js +0 -5
package/package.json
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@smart-webcomponents-angular/toast",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "19.0.8",
|
|
4
4
|
"preferGlobal": true,
|
|
5
5
|
"keywords": [
|
|
6
6
|
"angular",
|
|
7
7
|
"angular toast",
|
|
8
|
-
"angular 11 toast",
|
|
9
|
-
"angular 12 toast",
|
|
10
8
|
"angular 13 toast",
|
|
11
9
|
"angular 14 toast",
|
|
12
10
|
"angular 15 toast",
|
|
11
|
+
"angular 16 toast",
|
|
12
|
+
"angular 17 toast",
|
|
13
13
|
"toast",
|
|
14
14
|
"angular toast component",
|
|
15
15
|
"toast for angular",
|
|
@@ -23,24 +23,24 @@
|
|
|
23
23
|
"tslib": "^2.3.0"
|
|
24
24
|
},
|
|
25
25
|
"devDependencies": {
|
|
26
|
-
"@angular/animations": "
|
|
27
|
-
"@angular/common": "
|
|
28
|
-
"@angular/compiler": "
|
|
29
|
-
"@angular/core": "
|
|
30
|
-
"@angular/forms": "
|
|
31
|
-
"@angular/platform-browser": "12 -
|
|
26
|
+
"@angular/animations": "14 - 17",
|
|
27
|
+
"@angular/common": "14 - 17",
|
|
28
|
+
"@angular/compiler": "14 - 17",
|
|
29
|
+
"@angular/core": "14 - 17",
|
|
30
|
+
"@angular/forms": "14 - 17",
|
|
31
|
+
"@angular/platform-browser": "12 - 16",
|
|
32
32
|
"core-js": "^2.6.9",
|
|
33
33
|
"rxjs": "^6.5.3",
|
|
34
34
|
"systemjs": "0.19.43",
|
|
35
35
|
"zone.js": "~0.11.4",
|
|
36
|
-
"@angular-devkit/core": "
|
|
37
|
-
"@angular-devkit/schematics": "
|
|
38
|
-
"@angular/bazel": "
|
|
39
|
-
"@angular/compiler-cli": "
|
|
40
|
-
"@angular/platform-browser-dynamic": "
|
|
41
|
-
"@angular/platform-server": "
|
|
42
|
-
"@angular/router": "
|
|
43
|
-
"typescript": "~4.
|
|
36
|
+
"@angular-devkit/core": "14 - 17",
|
|
37
|
+
"@angular-devkit/schematics": "14 - 17",
|
|
38
|
+
"@angular/bazel": "14 - 17",
|
|
39
|
+
"@angular/compiler-cli": "14 - 17",
|
|
40
|
+
"@angular/platform-browser-dynamic": "14 - 17",
|
|
41
|
+
"@angular/platform-server": "14 - 17",
|
|
42
|
+
"@angular/router": "14 - 17",
|
|
43
|
+
"typescript": "~4.9.5"
|
|
44
44
|
},
|
|
45
45
|
"author": "jQWidgets <support@jqwidgets.com> (https://www.htmlelements.com/)",
|
|
46
46
|
"license": "SEE LICENSE IN https://www.htmlelements.com/license/",
|
|
@@ -52,8 +52,8 @@
|
|
|
52
52
|
"es2015": "./fesm2015/smart-webcomponents-angular-toast.mjs",
|
|
53
53
|
"es2020": "./fesm2020/smart-webcomponents-angular-toast.mjs",
|
|
54
54
|
"esm2020": "./esm2020/toast/smart-webcomponents-angular-toast.mjs",
|
|
55
|
-
"typings": "./toast/
|
|
56
|
-
"types": "./toast/
|
|
55
|
+
"typings": "./toast/index.d.ts",
|
|
56
|
+
"types": "./toast/index.d.ts",
|
|
57
57
|
"sideEffects": true,
|
|
58
58
|
"scripts": {
|
|
59
59
|
"start": "node start.js",
|
package/source/smart.button.js
CHANGED