@smart-webcomponents-angular/scrollbar 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/scrollbar",
3
- "version": "15.0.2",
3
+ "version": "19.0.8",
4
4
  "preferGlobal": true,
5
5
  "keywords": [
6
6
  "angular",
7
7
  "angular scrollbar",
8
- "angular 11 scrollbar",
9
- "angular 12 scrollbar",
10
8
  "angular 13 scrollbar",
11
9
  "angular 14 scrollbar",
12
10
  "angular 15 scrollbar",
11
+ "angular 16 scrollbar",
12
+ "angular 17 scrollbar",
13
13
  "scrollbar",
14
14
  "angular scrollbar component",
15
15
  "scrollbar 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-scrollbar.mjs",
53
53
  "es2020": "./fesm2020/smart-webcomponents-angular-scrollbar.mjs",
54
54
  "esm2020": "./esm2020/scrollbar/smart-webcomponents-angular-scrollbar.mjs",
55
- "typings": "./scrollbar/smart-webcomponents-angular-scrollbar.d.ts",
56
- "types": "./scrollbar/smart-webcomponents-angular-scrollbar.d.ts",
55
+ "typings": "./scrollbar/index.d.ts",
56
+ "types": "./scrollbar/index.d.ts",
57
57
  "sideEffects": true,
58
58
  "scripts": {
59
59
  "start": "node start.js",
@@ -1,5 +1,5 @@
1
1
  /**
2
2
  * Generated bundle index. Do not edit.
3
3
  */
4
- /// <amd-module name="@smart-webcomponents-angular/scrollbar" />
4
+ /// <amd-module name="smart-webcomponents-angular/scrollbar" />
5
5
  export * from './index';
@@ -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