static-columns 19.0.19 → 19.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.
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "static-columns/browser",
3
- "version": "19.0.19",
3
+ "version": "19.0.20",
4
4
  "module": "fesm2022/static-columns.mjs",
5
5
  "typings": "index.d.ts",
6
6
  "exports": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "static-columns/client",
3
- "version": "19.0.19",
3
+ "version": "19.0.20",
4
4
  "module": "fesm2022/static-columns.mjs",
5
5
  "typings": "index.d.ts",
6
6
  "exports": {
@@ -1,3 +1,3 @@
1
1
  export declare const BUILD_FRAMEWORK_CLI_NAME = "tnp";
2
2
  export declare const PROJECT_NPM_NAME = "static-columns";
3
- export declare const CURRENT_PACKAGE_VERSION = "19.0.19";
3
+ export declare const CURRENT_PACKAGE_VERSION = "19.0.20";
@@ -4,6 +4,6 @@ exports.CURRENT_PACKAGE_VERSION = exports.PROJECT_NPM_NAME = exports.BUILD_FRAME
4
4
  // THIS FILE IS GENERATED - DO NOT MODIFY
5
5
  exports.BUILD_FRAMEWORK_CLI_NAME = 'tnp';
6
6
  exports.PROJECT_NPM_NAME = 'static-columns';
7
- exports.CURRENT_PACKAGE_VERSION = '19.0.19';
7
+ exports.CURRENT_PACKAGE_VERSION = '19.0.20';
8
8
  // THIS FILE IS GENERATED - DO NOT MODIFY
9
9
  //# 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.dummy1748107827276 = dummy1748107827276;
4
- function dummy1748107827276() { }
3
+ exports.dummy1748397041229 = dummy1748397041229;
4
+ function dummy1748397041229() { }
5
5
  //# sourceMappingURL=index.js.map
@@ -1,5 +1,5 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.dummy1748107827295 = dummy1748107827295;
4
- function dummy1748107827295() { }
3
+ exports.dummy1748397041244 = dummy1748397041244;
4
+ function dummy1748397041244() { }
5
5
  //# sourceMappingURL=index.js.map
package/package.json CHANGED
@@ -1,24 +1,24 @@
1
1
  {
2
2
  "name": "static-columns",
3
- "version": "19.0.19",
3
+ "version": "19.0.20",
4
4
  "scripts": {
5
+ "taon init": "taon init",
6
+ "taon start": "taon start",
5
7
  "taon build:lib": "taon build:lib",
8
+ "taon build:watch:lib": "taon build:watch:lib",
6
9
  "taon build:watch:app": "taon build:watch:app",
7
10
  "taon build:watch:electron": "taon build:watch:electron",
8
- "taon build:watch:lib": "taon build:watch:lib",
9
- "taon clear": "taon clear",
10
11
  "taon docs": "taon docs",
11
12
  "taon docs:watch": "taon docs:watch",
12
- "taon init": "taon init",
13
- "taon migration:create": "taon migration:create",
14
- "taon migration:revert": "taon migration:revert",
15
- "taon migration:run": "taon migration:run",
13
+ "taon clear": "taon clear",
16
14
  "taon release": "taon release",
17
15
  "taon release:auto": "taon release:auto",
18
16
  "taon release:install:locally": "taon release:install:locally",
19
- "taon start": "taon start",
20
- "taon vscode:temp:hide": "taon vscode:temp:hide",
21
- "taon vscode:temp:show": "taon vscode:temp:show"
17
+ "taon migration:create": "taon migration:create",
18
+ "taon migration:run": "taon migration:run",
19
+ "taon migration:revert": "taon migration:revert",
20
+ "taon vscode:temp:show": "taon vscode:temp:show",
21
+ "taon vscode:temp:hide": "taon vscode:temp:hide"
22
22
  },
23
23
  "license": "MIT",
24
24
  "author": "Dariusz Filipiak",
@@ -45,6 +45,11 @@
45
45
  "url": "git+https://github.com/darekf77/static-columns.git"
46
46
  },
47
47
  "bin": {},
48
+ "exports": {
49
+ ".": {
50
+ "style": "./scss/index.scss"
51
+ }
52
+ },
48
53
  "peerDependencies": {
49
54
  "rxjs": "~7.8.2",
50
55
  "@angular/cdk": "~19.2.10"
@@ -0,0 +1,237 @@
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
+ }
@@ -0,0 +1,55 @@
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
+ }
@@ -0,0 +1,24 @@
1
+ :host {
2
+ display: block;
3
+ }
4
+
5
+ .top {
6
+ background: transparent;
7
+ // -webkit-box-shadow: 0 6px 14px -4px black;
8
+ // -moz-box-shadow : 0 6px 14px -4px black;
9
+ box-shadow: -12px 6px 14px -14px black;
10
+
11
+ span {
12
+ top: -6px;
13
+ position: relative;
14
+ margin-left: 20px;
15
+ }
16
+
17
+ img {
18
+ display: inline-block;
19
+ }
20
+ }
21
+
22
+ .header {
23
+ padding: 20px;
24
+ }
package/scss/app.scss ADDED
@@ -0,0 +1,7 @@
1
+ :host {
2
+ display: block;
3
+ }
4
+
5
+ body {
6
+ margin: 0px;
7
+ }
@@ -0,0 +1,44 @@
1
+ @use './vars.scss' as vars;
2
+ @use 'primeflex/primeflex.scss';
3
+ /* You can add global styles to this file, and also import other style files */
4
+ @import '~@angular/material/prebuilt-themes/indigo-pink.css';
5
+
6
+ // @import "primeng/resources/themes/lara-light-blue/theme.css"; // not needed anymore
7
+ // @import "primeng/resources/primeng.css"; // not needed anymore
8
+ @import 'primeicons/primeicons.css';
9
+ @import 'animate.css/animate.min.css';
10
+
11
+ @font-face {
12
+ font-family: 'Material Icons';
13
+ font-style: normal;
14
+ font-weight: 400;
15
+ src: url("#{ vars.$basename }assets/flUhRq6tzZclQEJ-Vdg-IuiaDsNcIhQ8tQ.woff2")
16
+ format('woff2');
17
+ }
18
+
19
+ .material-icons {
20
+ font-family: 'Material Icons';
21
+ font-weight: normal;
22
+ font-style: normal;
23
+ font-size: 24px;
24
+ line-height: 1;
25
+ letter-spacing: normal;
26
+ text-transform: none;
27
+ display: inline-block;
28
+ white-space: nowrap;
29
+ word-wrap: normal;
30
+ direction: ltr;
31
+ -webkit-font-feature-settings: 'liga';
32
+ -webkit-font-smoothing: antialiased;
33
+ }
34
+
35
+ .ng-scroll-content {
36
+ // TODO QUICK_FIX for modal mode
37
+ display: block !important;
38
+ }
39
+
40
+ // TODO QUICK FIX for weird chrome padding
41
+ body {
42
+ margin: 0px !important;
43
+ overflow: hidden;
44
+ }
@@ -0,0 +1,2 @@
1
+ // EXPORT SCSS STYLES FOR THIS APP or LIBRARY IN THIS FILE
2
+ @use './lib/index.scss' as *;
@@ -0,0 +1,5 @@
1
+ :host {
2
+ flex-grow: 0;
3
+ flex-shrink: 0;
4
+ width: 0px;
5
+ }
@@ -0,0 +1,5 @@
1
+ :host {
2
+ flex-grow: 0;
3
+ flex-shrink: 0;
4
+ width: 0px;
5
+ }
@@ -0,0 +1,16 @@
1
+ :host {
2
+ display: flex;
3
+ width: 100%;
4
+ align-content: streach;
5
+ justify-content: space-between;
6
+ }
7
+
8
+ .static-columns-hide-mobile {
9
+ display: block;
10
+ }
11
+
12
+ @media (max-width: 600px) {
13
+ .static-columns-hide-mobile {
14
+ display: none;
15
+ }
16
+ }
@@ -0,0 +1 @@
1
+ // EXPORT SCSS STYLES FOR THIS LIBRARY IN THIS FILE
@@ -9,9 +9,9 @@
9
9
  "only": []
10
10
  },
11
11
  "ports": {
12
- "ngNormalAppPort": 4261,
13
- "ngWebsqlAppPort": 4262,
14
- "nodeBeAppPort": 4126
12
+ "ngNormalAppPort": 4253,
13
+ "ngWebsqlAppPort": 4254,
14
+ "nodeBeAppPort": 4124
15
15
  },
16
16
  "init": {},
17
17
  "build": {
@@ -30,12 +30,12 @@
30
30
  "releaseType": "manual",
31
31
  "targetArtifact": "npm-lib-and-cli-tool",
32
32
  "envName": "__",
33
- "resolvedNewVersion": "19.0.19"
33
+ "resolvedNewVersion": "19.0.20"
34
34
  },
35
35
  "copyToManager": {},
36
36
  "buildInfo": {
37
- "date": "2025-05-22T20:57:13.000Z",
38
- "hash": "270439421d90dab4c4b06033ef0287ac32b9f26b"
37
+ "date": "2025-05-24T17:30:50.000Z",
38
+ "hash": "93b6db40024dcd12355fdfed1998786bb0956233"
39
39
  },
40
40
  "currentProjectName": "static-columns",
41
41
  "currentProjectType": "isomorphic-lib",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "static-columns/websql",
3
- "version": "19.0.19",
3
+ "version": "19.0.20",
4
4
  "module": "fesm2022/static-columns.mjs",
5
5
  "typings": "index.d.ts",
6
6
  "exports": {