static-columns 21.0.18 → 21.0.20

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 (47) hide show
  1. package/browser/package.json +1 -1
  2. package/browser-prod/package.json +23 -0
  3. package/browser-prod.split-namespaces.json +4 -0
  4. package/lib/build-info._auto-generated_.d.ts +1 -1
  5. package/lib/build-info._auto-generated_.js +1 -1
  6. package/lib/column/index.js +2 -2
  7. package/lib/columns-gap/index.js +2 -2
  8. package/lib/migrations/index.d.ts +1 -0
  9. package/lib/migrations/index.js +19 -0
  10. package/lib/migrations/index.js.map +1 -0
  11. package/lib/migrations/migrations_index._auto-generated_.d.ts +0 -0
  12. package/lib/migrations/migrations_index._auto-generated_.js +4 -0
  13. package/lib/migrations/migrations_index._auto-generated_.js.map +1 -0
  14. package/lib/package.json +4 -0
  15. package/lib-prod/build-info._auto-generated_.d.ts +1 -1
  16. package/lib-prod/build-info._auto-generated_.js +1 -1
  17. package/lib-prod/column/index.d.ts +1 -1
  18. package/lib-prod/column/index.js +2 -2
  19. package/lib-prod/columns-gap/index.d.ts +1 -1
  20. package/lib-prod/columns-gap/index.js +2 -2
  21. package/lib-prod/package.json +4 -0
  22. package/lib-prod.split-namespaces.json +4 -0
  23. package/package.json +1 -1
  24. package/websql/package.json +1 -1
  25. package/websql-prod/package.json +23 -0
  26. package/websql-prod.split-namespaces.json +4 -0
  27. package/migrations/1736195079865_asd.d.ts +0 -10
  28. package/migrations/1736195079865_asd.js +0 -31
  29. package/migrations/1736195079865_asd.js.map +0 -1
  30. package/migrations/1736195172422_myNewDbChange.d.ts +0 -11
  31. package/migrations/1736195172422_myNewDbChange.js +0 -32
  32. package/migrations/1736195172422_myNewDbChange.js.map +0 -1
  33. package/migrations/1736195659183_myNewDbChange222.d.ts +0 -11
  34. package/migrations/1736195659183_myNewDbChange222.js +0 -32
  35. package/migrations/1736195659183_myNewDbChange222.js.map +0 -1
  36. package/migrations/1736195693350_addingFlowers.d.ts +0 -11
  37. package/migrations/1736195693350_addingFlowers.js +0 -32
  38. package/migrations/1736195693350_addingFlowers.js.map +0 -1
  39. package/package.json_devDependencies.json +0 -237
  40. package/package.json_tnp.json5 +0 -55
  41. package/tmp-environment.json +0 -43
  42. /package/{migrations → lib-prod/migrations}/index.d.ts +0 -0
  43. /package/{migrations → lib-prod/migrations}/index.js +0 -0
  44. /package/{migrations → lib-prod/migrations}/index.js.map +0 -0
  45. /package/{migrations → lib-prod/migrations}/migrations_index._auto-generated_.d.ts +0 -0
  46. /package/{migrations → lib-prod/migrations}/migrations_index._auto-generated_.js +0 -0
  47. /package/{migrations → lib-prod/migrations}/migrations_index._auto-generated_.js.map +0 -0
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "static-columns/browser",
3
- "version": "21.0.18",
3
+ "version": "21.0.20",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^21.0.0",
6
6
  "@angular/core": "^21.0.0"
@@ -0,0 +1,23 @@
1
+ {
2
+ "name": "static-columns/browser-prod",
3
+ "version": "21.0.20",
4
+ "peerDependencies": {
5
+ "@angular/common": "^21.0.0",
6
+ "@angular/core": "^21.0.0"
7
+ },
8
+ "dependencies": {
9
+ "tslib": "^2.3.0"
10
+ },
11
+ "sideEffects": false,
12
+ "module": "fesm2022/static-columns-browser.mjs",
13
+ "typings": "types/static-columns-browser.d.ts",
14
+ "exports": {
15
+ "./package.json": {
16
+ "default": "./package.json"
17
+ },
18
+ ".": {
19
+ "types": "./types/static-columns-browser.d.ts",
20
+ "default": "./fesm2022/static-columns-browser.mjs"
21
+ }
22
+ }
23
+ }
@@ -0,0 +1,4 @@
1
+ {
2
+ "namespacesMapObj": {},
3
+ "namespacesReplace": {}
4
+ }
@@ -21,4 +21,4 @@ export declare const CURRENT_PACKAGE_TAON_VERSION = "v21";
21
21
  /**
22
22
  * Autogenerated by current cli tool. Use *tnp release* to bump version.
23
23
  */
24
- export declare const CURRENT_PACKAGE_VERSION = "21.0.18";
24
+ export declare const CURRENT_PACKAGE_VERSION = "21.0.20";
@@ -25,6 +25,6 @@ exports.CURRENT_PACKAGE_TAON_VERSION = 'v21';
25
25
  /**
26
26
  * Autogenerated by current cli tool. Use *tnp release* to bump version.
27
27
  */
28
- exports.CURRENT_PACKAGE_VERSION = '21.0.18';
28
+ exports.CURRENT_PACKAGE_VERSION = '21.0.20';
29
29
  // THIS FILE IS GENERATED - DO NOT MODIFY
30
30
  //# 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.dummy1768930300386 = dummy1768930300386;
4
- function dummy1768930300386() { }
3
+ exports.dummy1769212197539 = dummy1769212197539;
4
+ function dummy1769212197539() { }
5
5
  //# sourceMappingURL=index.js.map
@@ -1,5 +1,5 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.dummy1768930300418 = dummy1768930300418;
4
- function dummy1768930300418() { }
3
+ exports.dummy1769212197575 = dummy1769212197575;
4
+ function dummy1769212197575() { }
5
5
  //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ export * from './migrations_index._auto-generated_';
@@ -0,0 +1,19 @@
1
+ "use strict";
2
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
+ if (k2 === undefined) k2 = k;
4
+ var desc = Object.getOwnPropertyDescriptor(m, k);
5
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
+ desc = { enumerable: true, get: function() { return m[k]; } };
7
+ }
8
+ Object.defineProperty(o, k2, desc);
9
+ }) : (function(o, m, k, k2) {
10
+ if (k2 === undefined) k2 = k;
11
+ o[k2] = m[k];
12
+ }));
13
+ var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
+ for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
+ };
16
+ Object.defineProperty(exports, "__esModule", { value: true });
17
+ //@ts-nocheck
18
+ __exportStar(require("./migrations_index._auto-generated_"), exports);
19
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":[""],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,aAAa;AACb,sEAAoD"}
@@ -0,0 +1,4 @@
1
+ // THIS FILE IS GENERATED - DO NOT MODIFY
2
+ // THIS FILE IS GENERATED - DO NOT MODIFY
3
+ // THIS FILE IS GENERATED - DO NOT MODIFY
4
+ //# sourceMappingURL=migrations_index._auto-generated_.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"migrations_index._auto-generated_.js","sourceRoot":"","sources":[""],"names":[],"mappings":"AAAA,yCAAyC;AAEzC,yCAAyC;AAEzC,yCAAyC"}
@@ -0,0 +1,4 @@
1
+ {
2
+ "name": "static-columns/lib",
3
+ "version": "21.0.20"
4
+ }
@@ -21,4 +21,4 @@ export declare const CURRENT_PACKAGE_TAON_VERSION = "v21";
21
21
  /**
22
22
  * Autogenerated by current cli tool. Use *tnp release* to bump version.
23
23
  */
24
- export declare const CURRENT_PACKAGE_VERSION = "21.0.18";
24
+ export declare const CURRENT_PACKAGE_VERSION = "21.0.20";
@@ -25,6 +25,6 @@ exports.CURRENT_PACKAGE_TAON_VERSION = 'v21';
25
25
  /**
26
26
  * Autogenerated by current cli tool. Use *tnp release* to bump version.
27
27
  */
28
- exports.CURRENT_PACKAGE_VERSION = '21.0.18';
28
+ exports.CURRENT_PACKAGE_VERSION = '21.0.20';
29
29
  // THIS FILE IS GENERATED - DO NOT MODIFY
30
30
  //# sourceMappingURL=build-info._auto-generated_.js.map
@@ -1 +1 @@
1
- export declare function dummy1768930340894(): void;
1
+ export declare function dummy1769212243977(): void;
@@ -1,5 +1,5 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.dummy1768930340894 = dummy1768930340894;
4
- function dummy1768930340894() { }
3
+ exports.dummy1769212243977 = dummy1769212243977;
4
+ function dummy1769212243977() { }
5
5
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- export declare function dummy1768930340927(): void;
1
+ export declare function dummy1769212244034(): void;
@@ -1,5 +1,5 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.dummy1768930340927 = dummy1768930340927;
4
- function dummy1768930340927() { }
3
+ exports.dummy1769212244034 = dummy1769212244034;
4
+ function dummy1769212244034() { }
5
5
  //# sourceMappingURL=index.js.map
@@ -0,0 +1,4 @@
1
+ {
2
+ "name": "static-columns/lib-prod",
3
+ "version": "21.0.20"
4
+ }
@@ -0,0 +1,4 @@
1
+ {
2
+ "namespacesMapObj": {},
3
+ "namespacesReplace": {}
4
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "static-columns",
3
- "version": "21.0.18",
3
+ "version": "21.0.20",
4
4
  "scripts": {
5
5
  "taon init": "taon init",
6
6
  "taon start": "taon start",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "static-columns/websql",
3
- "version": "21.0.18",
3
+ "version": "21.0.20",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^21.0.0",
6
6
  "@angular/core": "^21.0.0"
@@ -0,0 +1,23 @@
1
+ {
2
+ "name": "static-columns/websql-prod",
3
+ "version": "21.0.20",
4
+ "peerDependencies": {
5
+ "@angular/common": "^21.0.0",
6
+ "@angular/core": "^21.0.0"
7
+ },
8
+ "dependencies": {
9
+ "tslib": "^2.3.0"
10
+ },
11
+ "sideEffects": false,
12
+ "module": "fesm2022/static-columns-websql.mjs",
13
+ "typings": "types/static-columns-websql.d.ts",
14
+ "exports": {
15
+ "./package.json": {
16
+ "default": "./package.json"
17
+ },
18
+ ".": {
19
+ "types": "./types/static-columns-websql.d.ts",
20
+ "default": "./fesm2022/static-columns-websql.mjs"
21
+ }
22
+ }
23
+ }
@@ -0,0 +1,4 @@
1
+ {
2
+ "namespacesMapObj": {},
3
+ "namespacesReplace": {}
4
+ }
@@ -1,10 +0,0 @@
1
- import { Taon } from 'taon';
2
- import { QueryRunner } from 'taon-typeorm';
3
- export declare class MainContext_1736195079865_asd extends Taon.Base.Migration {
4
- /**
5
- * remove this method if you are ready to run this migration
6
- */
7
- isReadyToRun(): boolean;
8
- up(queryRunner: QueryRunner): Promise<any>;
9
- down(queryRunner: QueryRunner): Promise<any>;
10
- }
@@ -1,31 +0,0 @@
1
- "use strict";
2
- var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
3
- var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
4
- if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
5
- else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
6
- return c > 3 && r && Object.defineProperty(target, key, r), r;
7
- };
8
- Object.defineProperty(exports, "__esModule", { value: true });
9
- exports.MainContext_1736195079865_asd = void 0;
10
- const lib_1 = require("taon/lib");
11
- let MainContext_1736195079865_asd = class MainContext_1736195079865_asd extends lib_1.Taon.Base.Migration {
12
- /**
13
- * remove this method if you are ready to run this migration
14
- */
15
- isReadyToRun() {
16
- return false;
17
- }
18
- async up(queryRunner) {
19
- // do "something" in db
20
- }
21
- async down(queryRunner) {
22
- // revert this "something" in db
23
- }
24
- };
25
- exports.MainContext_1736195079865_asd = MainContext_1736195079865_asd;
26
- exports.MainContext_1736195079865_asd = MainContext_1736195079865_asd = __decorate([
27
- lib_1.Taon.Migration({
28
- className: 'MainContext_1736195079865_asd',
29
- })
30
- ], MainContext_1736195079865_asd);
31
- //# sourceMappingURL=1736195079865_asd.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"1736195079865_asd.js","sourceRoot":"","sources":[""],"names":[],"mappings":";;;;;;;;;AAAA,kCAAgC;AAMzB,IAAM,6BAA6B,GAAnC,MAAM,6BAA8B,SAAQ,UAAI,CAAC,IAAI,CAAC,SAAS;IACpE;;OAEG;IACI,YAAY;QACjB,OAAO,KAAK,CAAC;IACf,CAAC;IAED,KAAK,CAAC,EAAE,CAAC,WAAwB;QAC/B,uBAAuB;IACzB,CAAC;IAED,KAAK,CAAC,IAAI,CAAC,WAAwB;QACjC,gCAAgC;IAClC,CAAC;CACF,CAAA;AAfY,sEAA6B;wCAA7B,6BAA6B;IAHzC,UAAI,CAAC,SAAS,CAAC;QACd,SAAS,EAAE,+BAA+B;KAC3C,CAAC;GACW,6BAA6B,CAezC"}
@@ -1,11 +0,0 @@
1
- import { Taon } from 'taon';
2
- import { QueryRunner } from 'taon-typeorm';
3
- export declare class MainContext_1736195172422_myNewDbChange extends Taon.Base
4
- .Migration {
5
- /**
6
- * remove this method if you are ready to run this migration
7
- */
8
- isReadyToRun(): boolean;
9
- up(queryRunner: QueryRunner): Promise<any>;
10
- down(queryRunner: QueryRunner): Promise<any>;
11
- }
@@ -1,32 +0,0 @@
1
- "use strict";
2
- var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
3
- var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
4
- if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
5
- else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
6
- return c > 3 && r && Object.defineProperty(target, key, r), r;
7
- };
8
- Object.defineProperty(exports, "__esModule", { value: true });
9
- exports.MainContext_1736195172422_myNewDbChange = void 0;
10
- const lib_1 = require("taon/lib");
11
- let MainContext_1736195172422_myNewDbChange = class MainContext_1736195172422_myNewDbChange extends lib_1.Taon.Base
12
- .Migration {
13
- /**
14
- * remove this method if you are ready to run this migration
15
- */
16
- isReadyToRun() {
17
- return false;
18
- }
19
- async up(queryRunner) {
20
- // do "something" in db
21
- }
22
- async down(queryRunner) {
23
- // revert this "something" in db
24
- }
25
- };
26
- exports.MainContext_1736195172422_myNewDbChange = MainContext_1736195172422_myNewDbChange;
27
- exports.MainContext_1736195172422_myNewDbChange = MainContext_1736195172422_myNewDbChange = __decorate([
28
- lib_1.Taon.Migration({
29
- className: 'MainContext_1736195172422_myNewDbChange',
30
- })
31
- ], MainContext_1736195172422_myNewDbChange);
32
- //# sourceMappingURL=1736195172422_myNewDbChange.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"1736195172422_myNewDbChange.js","sourceRoot":"","sources":[""],"names":[],"mappings":";;;;;;;;;AAAA,kCAAgC;AAMzB,IAAM,uCAAuC,GAA7C,MAAM,uCAAwC,SAAQ,UAAI,CAAC,IAAI;KACnE,SAAS;IACV;;OAEG;IACI,YAAY;QACjB,OAAO,KAAK,CAAC;IACf,CAAC;IAED,KAAK,CAAC,EAAE,CAAC,WAAwB;QAC/B,uBAAuB;IACzB,CAAC;IAED,KAAK,CAAC,IAAI,CAAC,WAAwB;QACjC,gCAAgC;IAClC,CAAC;CACF,CAAA;AAhBY,0FAAuC;kDAAvC,uCAAuC;IAHnD,UAAI,CAAC,SAAS,CAAC;QACd,SAAS,EAAE,yCAAyC;KACrD,CAAC;GACW,uCAAuC,CAgBnD"}
@@ -1,11 +0,0 @@
1
- import { Taon } from 'taon';
2
- import { QueryRunner } from 'taon-typeorm';
3
- export declare class MainContext_1736195659183_myNewDbChange222 extends Taon.Base
4
- .Migration {
5
- /**
6
- * remove this method if you are ready to run this migration
7
- */
8
- isReadyToRun(): boolean;
9
- up(queryRunner: QueryRunner): Promise<any>;
10
- down(queryRunner: QueryRunner): Promise<any>;
11
- }
@@ -1,32 +0,0 @@
1
- "use strict";
2
- var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
3
- var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
4
- if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
5
- else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
6
- return c > 3 && r && Object.defineProperty(target, key, r), r;
7
- };
8
- Object.defineProperty(exports, "__esModule", { value: true });
9
- exports.MainContext_1736195659183_myNewDbChange222 = void 0;
10
- const lib_1 = require("taon/lib");
11
- let MainContext_1736195659183_myNewDbChange222 = class MainContext_1736195659183_myNewDbChange222 extends lib_1.Taon.Base
12
- .Migration {
13
- /**
14
- * remove this method if you are ready to run this migration
15
- */
16
- isReadyToRun() {
17
- return false;
18
- }
19
- async up(queryRunner) {
20
- // do "something" in db
21
- }
22
- async down(queryRunner) {
23
- // revert this "something" in db
24
- }
25
- };
26
- exports.MainContext_1736195659183_myNewDbChange222 = MainContext_1736195659183_myNewDbChange222;
27
- exports.MainContext_1736195659183_myNewDbChange222 = MainContext_1736195659183_myNewDbChange222 = __decorate([
28
- lib_1.Taon.Migration({
29
- className: 'MainContext_1736195659183_myNewDbChange222',
30
- })
31
- ], MainContext_1736195659183_myNewDbChange222);
32
- //# sourceMappingURL=1736195659183_myNewDbChange222.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"1736195659183_myNewDbChange222.js","sourceRoot":"","sources":[""],"names":[],"mappings":";;;;;;;;;AAAA,kCAAgC;AAMzB,IAAM,0CAA0C,GAAhD,MAAM,0CAA2C,SAAQ,UAAI,CAAC,IAAI;KACtE,SAAS;IACV;;OAEG;IACI,YAAY;QACjB,OAAO,KAAK,CAAC;IACf,CAAC;IAED,KAAK,CAAC,EAAE,CAAC,WAAwB;QAC/B,uBAAuB;IACzB,CAAC;IAED,KAAK,CAAC,IAAI,CAAC,WAAwB;QACjC,gCAAgC;IAClC,CAAC;CACF,CAAA;AAhBY,gGAA0C;qDAA1C,0CAA0C;IAHtD,UAAI,CAAC,SAAS,CAAC;QACd,SAAS,EAAE,4CAA4C;KACxD,CAAC;GACW,0CAA0C,CAgBtD"}
@@ -1,11 +0,0 @@
1
- import { Taon } from 'taon';
2
- import { QueryRunner } from 'taon-typeorm';
3
- export declare class MainContext_1736195693350_addingFlowers extends Taon.Base
4
- .Migration {
5
- /**
6
- * remove this method if you are ready to run this migration
7
- */
8
- isReadyToRun(): boolean;
9
- up(queryRunner: QueryRunner): Promise<any>;
10
- down(queryRunner: QueryRunner): Promise<any>;
11
- }
@@ -1,32 +0,0 @@
1
- "use strict";
2
- var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
3
- var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
4
- if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
5
- else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
6
- return c > 3 && r && Object.defineProperty(target, key, r), r;
7
- };
8
- Object.defineProperty(exports, "__esModule", { value: true });
9
- exports.MainContext_1736195693350_addingFlowers = void 0;
10
- const lib_1 = require("taon/lib");
11
- let MainContext_1736195693350_addingFlowers = class MainContext_1736195693350_addingFlowers extends lib_1.Taon.Base
12
- .Migration {
13
- /**
14
- * remove this method if you are ready to run this migration
15
- */
16
- isReadyToRun() {
17
- return false;
18
- }
19
- async up(queryRunner) {
20
- // do "something" in db
21
- }
22
- async down(queryRunner) {
23
- // revert this "something" in db
24
- }
25
- };
26
- exports.MainContext_1736195693350_addingFlowers = MainContext_1736195693350_addingFlowers;
27
- exports.MainContext_1736195693350_addingFlowers = MainContext_1736195693350_addingFlowers = __decorate([
28
- lib_1.Taon.Migration({
29
- className: 'MainContext_1736195693350_addingFlowers',
30
- })
31
- ], MainContext_1736195693350_addingFlowers);
32
- //# sourceMappingURL=1736195693350_addingFlowers.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"1736195693350_addingFlowers.js","sourceRoot":"","sources":[""],"names":[],"mappings":";;;;;;;;;AAAA,kCAAgC;AAMzB,IAAM,uCAAuC,GAA7C,MAAM,uCAAwC,SAAQ,UAAI,CAAC,IAAI;KACnE,SAAS;IACV;;OAEG;IACI,YAAY;QACjB,OAAO,KAAK,CAAC;IACf,CAAC;IAED,KAAK,CAAC,EAAE,CAAC,WAAwB;QAC/B,uBAAuB;IACzB,CAAC;IAED,KAAK,CAAC,IAAI,CAAC,WAAwB;QACjC,gCAAgC;IAClC,CAAC;CACF,CAAA;AAhBY,0FAAuC;kDAAvC,uCAAuC;IAHnD,UAAI,CAAC,SAAS,CAAC;QACd,SAAS,EAAE,yCAAyC;KACrD,CAAC;GACW,uCAAuC,CAgBnD"}
@@ -1,237 +0,0 @@
1
- {
2
- "@angular-devkit/build-angular": "~12.2.8",
3
- "@angular-devkit/build-optimizer": "~0.1202.8",
4
- "@angular-devkit/schematics": "~12.2.8",
5
- "@angular/animations": "~12.2.8",
6
- "@angular/cdk": "~12.2.8",
7
- "@angular/cli": "~12.2.8",
8
- "@angular/common": "~12.2.8",
9
- "@angular/compiler": "~12.2.8",
10
- "@angular/compiler-cli": "~12.2.8",
11
- "@angular/core": "~12.2.8",
12
- "@angular/flex-layout": "~12.0.0-beta.35",
13
- "@angular/forms": "~12.2.8",
14
- "@angular/language-service": "~12.2.8",
15
- "@angular/material": "~12.2.8",
16
- "@angular/platform-browser": "~12.2.8",
17
- "@angular/platform-browser-dynamic": "~12.2.8",
18
- "@angular/pwa": "~12.2.8",
19
- "@angular/router": "~12.2.8",
20
- "@angular/service-worker": "~12.2.8",
21
- "@mdi/js": "5.8.55",
22
- "@ngneat/transloco": "2.22.0",
23
- "@ngrx/effects": "~12.4.0",
24
- "@ngrx/entity": "~12.4.0",
25
- "@ngrx/router-store": "~12.4.0",
26
- "@ngrx/schematics": "~12.4.0",
27
- "@ngrx/store": "~12.4.0",
28
- "@ngrx/store-devtools": "~12.4.0",
29
- "@ngx-formly/bootstrap": "5.5.6",
30
- "@ngx-formly/core": "5.5.6",
31
- "@ngx-formly/ionic": "5.5.6",
32
- "@ngx-formly/material": "5.5.6",
33
- "@ngx-loading-bar/core": "4.2.0",
34
- "@ngx-loading-bar/http": "4.2.0",
35
- "@ngx-loading-bar/router": "4.2.0",
36
- "@ngx-translate/core": "11.0.1",
37
- "@ngx-translate/http-loader": "4.0.0",
38
- "@swimlane/ngx-datatable": "16.0.2",
39
- "@types/chai": "4.1.2",
40
- "@types/chokidar": "2.1.3",
41
- "@types/dateformat": "1.0.1",
42
- "@types/diff": "3.2.2",
43
- "@types/express": "4.11.0",
44
- "@types/express-fileupload": "0.1.1",
45
- "@types/fs-extra": "7.0.0",
46
- "@types/glob": "5.0.35",
47
- "@types/http-proxy": "1.16.0",
48
- "@types/http-proxy-middleware": "0.19.2",
49
- "@types/inquirer": "7.3.1",
50
- "@types/jasmine": "3.6.0",
51
- "@types/jasminewd2": "2.0.3",
52
- "@types/json-stringify-safe": "5.0.0",
53
- "@types/json5": "0.0.29",
54
- "@types/lockfile": "1.0.0",
55
- "@types/lodash": "4.14.92",
56
- "@types/lowdb": "1.0.6",
57
- "@types/mocha": "5.2.5",
58
- "@types/node": "12.11.1",
59
- "@types/node-notifier": "5.4.0",
60
- "@types/oauth2orize": "1.8.0",
61
- "@types/password-hash": "1.2.19",
62
- "@types/progress": "2.0.3",
63
- "@types/q": "1.5.5",
64
- "@types/rimraf": "2.0.2",
65
- "@types/systeminformation": "3.23.0",
66
- "@types/vinyl": "2.0.2",
67
- "@types/watch": "1.0.0",
68
- "accepts": "1.3.4",
69
- "angular-tree-component": "7.0.0",
70
- "axios": "0.17.1",
71
- "babel-cli": "6.26.0",
72
- "babel-preset-env": "1.7.0",
73
- "background-worker-process": "~0.0.35",
74
- "bcryptjs": "2.4.3",
75
- "body-parser": "1.18.2",
76
- "bootstrap": "4.3.1",
77
- "bs4-breakpoint": "~2.0.40",
78
- "buffer-shims": "1.0.0",
79
- "button-dropdown": "~1.0.45",
80
- "callsite-record": "4.1.3",
81
- "chai": "4.2.0",
82
- "chalk": "2.3.2",
83
- "check-node-version": "3.2.0",
84
- "cheerio": "1.0.0-rc.3",
85
- "chokidar": "3.5.1",
86
- "circular-json": "0.5.1",
87
- "codelyzer": "6.0.0",
88
- "command-exists": "1.2.2",
89
- "compression": "1.7.4",
90
- "concurrently": "3.5.1",
91
- "content-type": "1.0.4",
92
- "cookie-parser": "1.4.3",
93
- "copy-paste": "1.3.0",
94
- "core-js-compat": "3.4.0",
95
- "cors": "2.8.4",
96
- "cpr": "3.0.1",
97
- "cross-spawn": "7.0.3",
98
- "dateformat": "3.0.3",
99
- "detect-mocha": "0.1.0",
100
- "diff": "3.2.0",
101
- "element-resize-detector": "1.1.15",
102
- "enquirer": "2.3.0",
103
- "enum-values": "1.2.1",
104
- "errorhandler": "1.5.0",
105
- "eslint": "7.13.0",
106
- "eslint-plugin-import": "2.22.1",
107
- "eslint-plugin-jsdoc": "30.7.8",
108
- "eslint-plugin-prefer-arrow": "1.2.2",
109
- "express": "4.16.3",
110
- "express-fileupload": "0.4.0",
111
- "fbgraph": "1.4.1",
112
- "file-loader": "1.1.5",
113
- "fkill": "6.1.0",
114
- "font-awesome": "4.7.0",
115
- "fs-extra": "8.1.0",
116
- "fuzzy": "0.1.3",
117
- "glob": "7.1.2",
118
- "gulp": "3.9.1",
119
- "hammerjs": "2.0.8",
120
- "hostile": "1.3.3",
121
- "html-webpack-plugin": "4.3.0",
122
- "http-proxy": "1.16.2",
123
- "http-proxy-middleware": "0.19.1",
124
- "http-server": "0.11.1",
125
- "incremental-compiler": "~1.1.53",
126
- "inquirer": "7.3.3",
127
- "inquirer-autocomplete-prompt": "1.3.0",
128
- "is-elevated": "3.0.0",
129
- "istanbul-instrumenter-loader": "2.0.0",
130
- "jasmine-core": "3.6.0",
131
- "jasmine-spec-reporter": "5.0.0",
132
- "jest": "27.0.6",
133
- "jest-date-mock": "1.0.8",
134
- "jest-junit": "12.2.0",
135
- "jest-preset-angular": "9.0.7",
136
- "json-stringify-safe": "5.0.1",
137
- "json10": "~1.0.34",
138
- "json5": "2.1.3",
139
- "json5-writer": "0.2.0",
140
- "karma": "6.1.0",
141
- "karma-chrome-launcher": "3.1.0",
142
- "karma-cli": "1.0.1",
143
- "karma-coverage": "2.0.3",
144
- "karma-coverage-istanbul-reporter": "2.1.0",
145
- "karma-jasmine": "4.0.0",
146
- "karma-jasmine-html-reporter": "1.5.0",
147
- "lnk": "1.0.1",
148
- "lockfile": "1.0.4",
149
- "lodash": "4.17.4",
150
- "lodash-walk-object": "~1.0.35",
151
- "lowdb": "1.0.0",
152
- "magic-renamer": "~0.0.20",
153
- "material-design-icons": "3.0.1",
154
- "method-override": "2.3.10",
155
- "minimist": "1.2.0",
156
- "mkdirp": "0.5.1",
157
- "mocha": "5.2.0",
158
- "moment": "2.22.2",
159
- "morphi": "~4.0.54",
160
- "ng-modal-lib": "0.0.6",
161
- "ng-packagr": "5.7.1",
162
- "ng-talkback": "~2.4.25",
163
- "ng2-file-upload": "1.3.0",
164
- "ng2-logger": "~8.0.20",
165
- "ng2-rest": "~11.0.42",
166
- "ng4-icons": "~0.0.30",
167
- "ng4-modal": "~0.0.30",
168
- "ngx-bootstrap": "5.2.0",
169
- "ngx-breadcrumbs": "0.0.3",
170
- "ngx-editor": "4.1.0",
171
- "ngx-moment": "3.5.0",
172
- "ngx-pipes": "2.6.0",
173
- "ngx-store": "2.1.0",
174
- "ngx-toastr": "11.2.1",
175
- "ngx-wig": "8.0.0",
176
- "node-cli-test": "0.0.2",
177
- "node-cli-tester": "~0.0.22",
178
- "node-localstorage": "2.1.6",
179
- "node-notifier": "6.0.0",
180
- "nodemon": "1.14.11",
181
- "npm-get-dependents": "1.0.1",
182
- "npm-run": "4.1.2",
183
- "omelette": "0.4.5",
184
- "open": "7.2.1",
185
- "ora": "3.4.0",
186
- "passport": "0.3.2",
187
- "passport-http-bearer": "1.0.1",
188
- "password-hash": "1.2.2",
189
- "portfinder": "1.0.21",
190
- "prettier": "2.3.2",
191
- "progress": "2.0.3",
192
- "prompts": "0.1.8",
193
- "protractor": "7.0.0",
194
- "ps-list": "6.1.0",
195
- "ps-node": "0.1.6",
196
- "q": "1.5.1",
197
- "randomcolor": "0.5.3",
198
- "record-replay-req-res-scenario": "~0.0.26",
199
- "reflect-metadata": "0.1.10",
200
- "rimraf": "2.6.2",
201
- "rxjs": "~6.6.0",
202
- "rxjs-compat": "~6.5.3",
203
- "simple-git": "1.96.0",
204
- "sloc": "0.2.0",
205
- "socket.io": "2.4.1",
206
- "sort-package-json": "1.11.0",
207
- "static-columns": "~2.0.16",
208
- "string-similarity": "4.0.2",
209
- "sudo-block": "3.0.0",
210
- "systeminformation": "3.45.7",
211
- "task.js": "0.1.5",
212
- "tnp-cli": "~2.0.20",
213
- "tnp-config": "~1.0.20",
214
- "tnp-core": "~1.0.34",
215
- "tnp-db": "~0.0.44",
216
- "tnp-helpers": "~0.0.73",
217
- "tnp-models": "~0.0.37",
218
- "tnp-tools": "~0.0.46",
219
- "tnp-ui": "~0.0.33",
220
- "ts-loader": "7.0.4",
221
- "ts-node": "8.3.0",
222
- "tsickle": "0.26.0",
223
- "tslib": "~2.3.0",
224
- "tslint": "6.1.0",
225
- "typeorm": "~0.2.7",
226
- "typescript": "~4.3.5",
227
- "typescript-class-helpers": "~1.0.42",
228
- "typescript-formatter": "~7.2.2",
229
- "uglifyjs-webpack-plugin": "2.2.0",
230
- "underscore": "1.9.1",
231
- "uuid": "8.3.2",
232
- "validator": "9.2.0",
233
- "vpn-split": "~0.0.18",
234
- "watch": "1.0.2",
235
- "webpack-cli": "3.3.11",
236
- "zone.js": "~0.11.3"
237
- }
@@ -1,55 +0,0 @@
1
- {
2
- "resources": [
3
- "README.md",
4
- "screen.png"
5
- ],
6
-
7
- "overrided": {
8
- "ignoreDepsPattern": [],
9
- "includeAsDev": '*',
10
- "includeOnly": [],
11
- "dependencies": {},
12
- "linkedFolders": [],
13
- 'npmFixes': [],
14
- },
15
-
16
- "linkedProjects": [],
17
- 'smartContainerBuildTarget': '',
18
- 'linkedRepos': [],
19
-
20
- "libReleaseOptions": {
21
- "nodts": false,
22
- "obscure": false,
23
- "ugly": false,
24
- 'includeNodeModules': false,
25
- 'cliBuildNoDts': false,
26
- 'cliBuildObscure': false,
27
- 'cliBuildIncludeNodeModules': false,
28
- 'cliBuildUglify': false,
29
- },
30
-
31
- 'smartContainerTarget': '',
32
- "type": "isomorphic-lib",
33
- "isCoreProject": false,
34
- "version": "v4",
35
- "isGenerated": false,
36
- "useFramework": false,
37
- "license": "MIT",
38
- "private": false,
39
- "description": "Static columns with flexbox for Agnular2",
40
- "author": "Dariusz Filipiak",
41
- "homepage": "https://github.com/darekf77/static-columns#readme",
42
-
43
- "keywords": [
44
- "angular2",
45
- "static",
46
- "width",
47
- "column",
48
- "static",
49
- "columns",
50
- "flexbox",
51
- "columns"
52
- ],
53
-
54
- "workerPlugins": {},
55
- }
@@ -1,43 +0,0 @@
1
- {
2
- "website": {
3
- "domain": "static-columns.example.domain.com",
4
- "title": "Static Columns"
5
- },
6
- "paths": {},
7
- "config": {},
8
- "container": {
9
- "only": []
10
- },
11
- "ports": {
12
- "ngNormalAppPort": 4253,
13
- "ngWebsqlAppPort": 4254,
14
- "nodeBeAppPort": 4124
15
- },
16
- "init": {},
17
- "build": {
18
- "pwa": {},
19
- "watch": false
20
- },
21
- "loading": {
22
- "preAngularBootstrap": {},
23
- "afterAngularBootstrap": {}
24
- },
25
- "release": {
26
- "cli": {},
27
- "lib": {},
28
- "autoReleaseUsingConfig": true,
29
- "releaseVersionBumpType": "patch",
30
- "releaseType": "manual",
31
- "targetArtifact": "npm-lib-and-cli-tool",
32
- "envName": "__",
33
- "resolvedNewVersion": "19.0.21"
34
- },
35
- "copyToManager": {},
36
- "buildInfo": {
37
- "date": "2025-05-28T01:51:04.000Z",
38
- "hash": "952dd05b378be99649a68c77eca073af49407d53"
39
- },
40
- "currentProjectName": "static-columns",
41
- "currentProjectType": "isomorphic-lib",
42
- "pathsTsconfig": "\"paths\": {\"@lib\":[\"./src/lib\"],\"@lib/*\":[\"./src/lib/*\"],\"static-columns/src\":[\"./src/lib\"],\"static-columns/src/*\":[\"./src/lib/*\"]},"
43
- }
File without changes
File without changes