@smart-webcomponents-angular/tooltip 11.0.0 → 13.0.1

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.
Files changed (35) hide show
  1. package/esm2020/tooltip/index.mjs +2 -0
  2. package/{esm2015/tooltip/public_api.js → esm2020/tooltip/public_api.mjs} +0 -0
  3. package/{esm2015/tooltip/smart-webcomponents-angular-tooltip.js → esm2020/tooltip/smart-webcomponents-angular-tooltip.mjs} +2 -3
  4. package/esm2020/tooltip/smart.element.mjs +96 -0
  5. package/esm2020/tooltip/smart.tooltip.mjs +313 -0
  6. package/esm2020/tooltip/smart.tooltip.module.mjs +18 -0
  7. package/fesm2015/{smart-webcomponents-angular-tooltip.js → smart-webcomponents-angular-tooltip.mjs} +90 -53
  8. package/fesm2015/smart-webcomponents-angular-tooltip.mjs.map +1 -0
  9. package/fesm2020/smart-webcomponents-angular-tooltip.mjs +435 -0
  10. package/fesm2020/smart-webcomponents-angular-tooltip.mjs.map +1 -0
  11. package/index.d.ts +275 -18
  12. package/package.json +26 -24
  13. package/source/modules/smart.tooltip.js +1 -1
  14. package/source/smart.button.js +1 -1
  15. package/source/smart.element.js +2 -2
  16. package/source/smart.tooltip.js +1 -1
  17. package/styles/font/smart-icons.eot +0 -0
  18. package/styles/font/smart-icons.svg +11 -3
  19. package/styles/font/smart-icons.ttf +0 -0
  20. package/styles/font/smart-icons.woff +0 -0
  21. package/styles/font/smart-icons.woff2 +0 -0
  22. package/styles/smart.base.css +2 -2
  23. package/styles/smart.tooltip.css +1 -1
  24. package/tooltip/index.d.ts +1 -0
  25. package/tooltip/smart-webcomponents-angular-tooltip.d.ts +2 -2
  26. package/tooltip/smart.element.d.ts +4 -1
  27. package/tooltip/smart.tooltip.d.ts +3 -0
  28. package/tooltip/smart.tooltip.module.d.ts +5 -0
  29. package/bundles/smart-webcomponents-angular-tooltip.umd.js +0 -828
  30. package/bundles/smart-webcomponents-angular-tooltip.umd.min.js +0 -25
  31. package/esm2015/tooltip/smart.element.js +0 -83
  32. package/esm2015/tooltip/smart.tooltip.js +0 -292
  33. package/esm2015/tooltip/smart.tooltip.module.js +0 -13
  34. package/fesm2015/smart-webcomponents-angular-tooltip.js.map +0 -1
  35. package/tooltip/smart-webcomponents-angular-tooltip.metadata.json +0 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smart-webcomponents-angular/tooltip",
3
- "version": "11.0.0",
3
+ "version": "13.0.1",
4
4
  "preferGlobal": true,
5
5
  "keywords": [
6
6
  "angular",
@@ -20,43 +20,45 @@
20
20
  "angular material ui tooltip component"
21
21
  ],
22
22
  "dependencies": {
23
- "@angular/cdk": "^11.0.0 || ^12.0.0-0",
24
- "@angular/elements": "^11.0.0 || ^12.0.0-0"
23
+ "@angular/cdk": "13.2.2",
24
+ "@angular/elements": "13.2.2"
25
25
  },
26
26
  "devDependencies": {
27
- "@angular/animations": "^11.0.0",
28
- "@angular/common": "^11.0.0 || ^12.0.0-0",
29
- "@angular/compiler": "^11.0.0 || ^12.0.0-0",
30
- "@angular/cdk": "^11.0.0 || ^12.0.0-0",
31
- "@angular/core": "^11.0.0 || ^12.0.0-0",
32
- "@angular/forms": "^11.0.0 || ^12.0.0-0",
33
- "@angular/platform-browser": "^11.0.0 || ^12.0.0-0",
27
+ "@angular/animations": "^13.2.2",
28
+ "@angular/common": "13.2.2",
29
+ "@angular/compiler": "13.2.2",
30
+ "@angular/cdk": "13.2.2",
31
+ "@angular/core": "13.2.2",
32
+ "@angular/forms": "13.2.2",
33
+ "@angular/platform-browser": "13.2.2",
34
34
  "core-js": "^2.6.9",
35
35
  "rxjs": "^6.5.3",
36
36
  "systemjs": "0.19.43",
37
37
  "tslib": "^1.10.0",
38
- "zone.js": "~0.10.2",
39
- "@angular-devkit/core": "^11.0.0 || ^12.0.0-0",
40
- "@angular-devkit/schematics": "^11.0.0 || ^12.0.0-0",
41
- "@angular/bazel": "^11.0.0 || ^12.0.0-0",
42
- "@angular/compiler-cli": "^11.0.0 || ^12.0.0-0",
43
- "@angular/platform-browser-dynamic": "^11.0.0 || ^12.0.0-0",
44
- "@angular/platform-server": "^11.0.0 || ^12.0.0-0",
45
- "@angular/router": "^11.0.0 || ^12.0.0-0",
46
- "typescript": "~4.1.0"
38
+ "zone.js": "~0.11.4",
39
+ "@angular-devkit/core": "13.2.2",
40
+ "@angular-devkit/schematics": "13.2.2",
41
+ "@angular/bazel": "13.2.2",
42
+ "@angular/compiler-cli": "13.2.2",
43
+ "@angular/platform-browser-dynamic": "13.2.2",
44
+ "@angular/platform-server": "13.2.2",
45
+ "@angular/router": "13.2.2",
46
+ "typescript": "~4.4.2"
47
47
  },
48
48
  "author": "jQWidgets <support@jqwidgets.com> (https://www.htmlelements.com/)",
49
49
  "license": "SEE LICENSE IN https://www.htmlelements.com/license/",
50
50
  "homepage": "https://www.htmlelements.com/",
51
51
  "description": "[![Price](https://img.shields.io/badge/price-COMMERCIAL-0098f7.svg)](https://jqwidgets.com/license/)",
52
52
  "main": "./bundles/smart-webcomponents-angular-tooltip.umd.js",
53
- "module": "./fesm2015/smart-webcomponents-angular-tooltip.js",
54
- "es2015": "./fesm2015/smart-webcomponents-angular-tooltip.js",
55
- "esm2015": "./esm2015/tooltip/smart-webcomponents-angular-tooltip.js",
56
- "fesm2015": "./fesm2015/smart-webcomponents-angular-tooltip.js",
53
+ "module": "./fesm2015/smart-webcomponents-angular-tooltip.mjs",
54
+ "es2015": "./fesm2015/smart-webcomponents-angular-tooltip.mjs",
55
+ "esm2015": "./esm2020/tooltip/smart-webcomponents-angular-tooltip.mjs",
56
+ "esm2020": "./esm2020/tooltip/smart-webcomponents-angular-tooltip.mjs",
57
+ "fesm2015": "./fesm2015/smart-webcomponents-angular-tooltip.mjs",
58
+ "fesm2020": "./fesm2020/smart-webcomponents-angular-tooltip.mjs",
57
59
  "typings": "./tooltip/smart-webcomponents-angular-tooltip.d.ts",
58
60
  "metadata": "./tooltip/smart-webcomponents-angular-tooltip.metadata.json",
59
- "sideEffects": false,
61
+ "sideEffects": true,
60
62
  "scripts": {
61
63
  "start": "node start.js",
62
64
  "test": "echo \"Error: no test specified\" && exit 1"
@@ -1,5 +1,5 @@
1
1
 
2
- /* Smart UI v11.0.1 (2021-11-30)
2
+ /* Smart UI v13.0.0 (2022-02-17)
3
3
  Copyright (c) 2011-2021 jQWidgets.
4
4
  License: https://htmlelements.com/license/ */ //
5
5
 
@@ -1,5 +1,5 @@
1
1
 
2
- /* Smart UI v11.0.1 (2021-11-30)
2
+ /* Smart UI v13.0.0 (2022-02-17)
3
3
  Copyright (c) 2011-2021 jQWidgets.
4
4
  License: https://htmlelements.com/license/ */ //
5
5