static-columns 19.0.47 → 19.0.49

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.
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "static-columns/browser",
3
- "version": "19.0.47",
3
+ "version": "19.0.49",
4
4
  "module": "fesm2022/static-columns.mjs",
5
5
  "typings": "index.d.ts",
6
6
  "exports": {
@@ -17,4 +17,4 @@ export declare const PROJECT_NPM_NAME = "static-columns";
17
17
  /**
18
18
  * Autogenerated by current cli tool. Use *tnp release* to bump version.
19
19
  */
20
- export declare const CURRENT_PACKAGE_VERSION = "19.0.47";
20
+ export declare const CURRENT_PACKAGE_VERSION = "19.0.49";
@@ -21,6 +21,6 @@ exports.PROJECT_NPM_NAME = 'static-columns';
21
21
  /**
22
22
  * Autogenerated by current cli tool. Use *tnp release* to bump version.
23
23
  */
24
- exports.CURRENT_PACKAGE_VERSION = '19.0.47';
24
+ exports.CURRENT_PACKAGE_VERSION = '19.0.49';
25
25
  // THIS FILE IS GENERATED - DO NOT MODIFY
26
26
  //# sourceMappingURL=build-info._auto-generated_.js.map
@@ -1,5 +1,5 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.dummy1755275361781 = dummy1755275361781;
4
- function dummy1755275361781() { }
3
+ exports.dummy1756666761882 = dummy1756666761882;
4
+ function dummy1756666761882() { }
5
5
  //# sourceMappingURL=index.js.map
@@ -1,5 +1,5 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.dummy1755275361794 = dummy1755275361794;
4
- function dummy1755275361794() { }
3
+ exports.dummy1756666761911 = dummy1756666761911;
4
+ function dummy1756666761911() { }
5
5
  //# sourceMappingURL=index.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "static-columns",
3
- "version": "19.0.47",
3
+ "version": "19.0.49",
4
4
  "scripts": {
5
5
  "taon init": "taon init",
6
6
  "taon start": "taon start",
@@ -40,13 +40,14 @@
40
40
  "columns"
41
41
  ],
42
42
  "main": "dist/app.electron.js",
43
+ "optionalDependencies": {
44
+ "rxjs": "~7.8.2",
45
+ "@angular/cdk": "~19.2.10"
46
+ },
43
47
  "repository": {
44
48
  "type": "git",
45
49
  "url": "git+https://github.com/darekf77/static-columns.git"
46
50
  },
47
51
  "bin": {},
48
- "peerDependencies": {
49
- "rxjs": "~7.8.2",
50
- "@angular/cdk": "~19.2.10"
51
- }
52
+ "peerDependencies": {}
52
53
  }
package/scss/vars.scss CHANGED
@@ -1,7 +1,7 @@
1
1
  // THIS FILE IS GENERATED - DO NOT MODIFY
2
- // CORE ASSETS BASENAME - use it only for asset from core container
3
- $basename: '/';
4
- $website_title: 'Static Columns';
5
- $website_domain: 'static-columns.example.domain.com';
6
- $project_npm_name: 'static-columns';
7
- // THIS FILE IS GENERATED - DO NOT MODIFY
2
+ // CORE ASSETS BASENAME - use it only for asset from core container
3
+ $basename: '/';
4
+ $website_title: 'Static Columns';
5
+ $website_domain: 'static-columns.example.domain.com';
6
+ $project_npm_name: 'static-columns';
7
+ // THIS FILE IS GENERATED - DO NOT MODIFY
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "static-columns/websql",
3
- "version": "19.0.47",
3
+ "version": "19.0.49",
4
4
  "module": "fesm2022/static-columns.mjs",
5
5
  "typings": "index.d.ts",
6
6
  "exports": {