@smart-webcomponents-angular/tooltip 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/package.json CHANGED
@@ -1,15 +1,15 @@
1
1
  {
2
2
  "name": "@smart-webcomponents-angular/tooltip",
3
- "version": "15.0.2",
3
+ "version": "19.0.8",
4
4
  "preferGlobal": true,
5
5
  "keywords": [
6
6
  "angular",
7
7
  "angular tooltip",
8
- "angular 11 tooltip",
9
- "angular 12 tooltip",
10
8
  "angular 13 tooltip",
11
9
  "angular 14 tooltip",
12
10
  "angular 15 tooltip",
11
+ "angular 16 tooltip",
12
+ "angular 17 tooltip",
13
13
  "tooltip",
14
14
  "angular tooltip component",
15
15
  "tooltip for angular",
@@ -23,24 +23,24 @@
23
23
  "tslib": "^2.3.0"
24
24
  },
25
25
  "devDependencies": {
26
- "@angular/animations": "12 - 14",
27
- "@angular/common": "12 - 14",
28
- "@angular/compiler": "12 - 14",
29
- "@angular/core": "12 - 14",
30
- "@angular/forms": "12 - 14",
31
- "@angular/platform-browser": "12 - 14",
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": "12 - 14",
37
- "@angular-devkit/schematics": "12 - 14",
38
- "@angular/bazel": "12 - 14",
39
- "@angular/compiler-cli": "12 - 14",
40
- "@angular/platform-browser-dynamic": "12 - 14",
41
- "@angular/platform-server": "12 - 14",
42
- "@angular/router": "12 - 14",
43
- "typescript": "~4.4.2"
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-tooltip.mjs",
53
53
  "es2020": "./fesm2020/smart-webcomponents-angular-tooltip.mjs",
54
54
  "esm2020": "./esm2020/tooltip/smart-webcomponents-angular-tooltip.mjs",
55
- "typings": "./tooltip/smart-webcomponents-angular-tooltip.d.ts",
56
- "types": "./tooltip/smart-webcomponents-angular-tooltip.d.ts",
55
+ "typings": "./tooltip/index.d.ts",
56
+ "types": "./tooltip/index.d.ts",
57
57
  "sideEffects": true,
58
58
  "scripts": {
59
59
  "start": "node start.js",
@@ -1,6 +1,6 @@
1
1
 
2
- /* Smart UI v15.0.2 (2023-01-24)
3
- Copyright (c) 2011-2023 jQWidgets.
2
+ /* Smart UI v19.0.8 (2024-05-01)
3
+ Copyright (c) 2011-2024 jQWidgets.
4
4
  License: https://htmlelements.com/license/ */ //
5
5
 
6
6
  import "../smart.element.js";
@@ -1,5 +1,5 @@
1
1
 
2
- /* Smart UI v15.0.2 (2023-01-24)
2
+ /* Smart UI v19.0.8 (2024-05-01)
3
3
  Copyright (c) 2011-2023 jQWidgets.
4
4
  License: https://htmlelements.com/license/ */ //
5
5