@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.
- package/esm2020/tooltip/index.mjs +2 -0
- package/{esm2015/tooltip/public_api.js → esm2020/tooltip/public_api.mjs} +0 -0
- package/{esm2015/tooltip/smart-webcomponents-angular-tooltip.js → esm2020/tooltip/smart-webcomponents-angular-tooltip.mjs} +2 -3
- package/esm2020/tooltip/smart.element.mjs +96 -0
- package/esm2020/tooltip/smart.tooltip.mjs +313 -0
- package/esm2020/tooltip/smart.tooltip.module.mjs +18 -0
- package/fesm2015/{smart-webcomponents-angular-tooltip.js → smart-webcomponents-angular-tooltip.mjs} +90 -53
- package/fesm2015/smart-webcomponents-angular-tooltip.mjs.map +1 -0
- package/fesm2020/smart-webcomponents-angular-tooltip.mjs +435 -0
- package/fesm2020/smart-webcomponents-angular-tooltip.mjs.map +1 -0
- package/index.d.ts +275 -18
- package/package.json +26 -24
- package/source/modules/smart.tooltip.js +1 -1
- package/source/smart.button.js +1 -1
- package/source/smart.element.js +2 -2
- package/source/smart.tooltip.js +1 -1
- package/styles/font/smart-icons.eot +0 -0
- package/styles/font/smart-icons.svg +11 -3
- 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.tooltip.css +1 -1
- package/tooltip/index.d.ts +1 -0
- package/tooltip/smart-webcomponents-angular-tooltip.d.ts +2 -2
- package/tooltip/smart.element.d.ts +4 -1
- package/tooltip/smart.tooltip.d.ts +3 -0
- package/tooltip/smart.tooltip.module.d.ts +5 -0
- package/bundles/smart-webcomponents-angular-tooltip.umd.js +0 -828
- package/bundles/smart-webcomponents-angular-tooltip.umd.min.js +0 -25
- package/esm2015/tooltip/smart.element.js +0 -83
- package/esm2015/tooltip/smart.tooltip.js +0 -292
- package/esm2015/tooltip/smart.tooltip.module.js +0 -13
- package/fesm2015/smart-webcomponents-angular-tooltip.js.map +0 -1
- 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": "
|
|
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": "
|
|
24
|
-
"@angular/elements": "
|
|
23
|
+
"@angular/cdk": "13.2.2",
|
|
24
|
+
"@angular/elements": "13.2.2"
|
|
25
25
|
},
|
|
26
26
|
"devDependencies": {
|
|
27
|
-
"@angular/animations": "^
|
|
28
|
-
"@angular/common": "
|
|
29
|
-
"@angular/compiler": "
|
|
30
|
-
"@angular/cdk": "
|
|
31
|
-
"@angular/core": "
|
|
32
|
-
"@angular/forms": "
|
|
33
|
-
"@angular/platform-browser": "
|
|
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.
|
|
39
|
-
"@angular-devkit/core": "
|
|
40
|
-
"@angular-devkit/schematics": "
|
|
41
|
-
"@angular/bazel": "
|
|
42
|
-
"@angular/compiler-cli": "
|
|
43
|
-
"@angular/platform-browser-dynamic": "
|
|
44
|
-
"@angular/platform-server": "
|
|
45
|
-
"@angular/router": "
|
|
46
|
-
"typescript": "~4.
|
|
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": "[](https://jqwidgets.com/license/)",
|
|
52
52
|
"main": "./bundles/smart-webcomponents-angular-tooltip.umd.js",
|
|
53
|
-
"module": "./fesm2015/smart-webcomponents-angular-tooltip.
|
|
54
|
-
"es2015": "./fesm2015/smart-webcomponents-angular-tooltip.
|
|
55
|
-
"esm2015": "./
|
|
56
|
-
"
|
|
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":
|
|
61
|
+
"sideEffects": true,
|
|
60
62
|
"scripts": {
|
|
61
63
|
"start": "node start.js",
|
|
62
64
|
"test": "echo \"Error: no test specified\" && exit 1"
|
package/source/smart.button.js
CHANGED