static-columns 2.0.17 → 13.0.1

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 (186) hide show
  1. package/README.md +2 -6
  2. package/app/app.component.d.ts +8 -0
  3. package/app/app.component.js +32 -0
  4. package/app/app.component.js.map +1 -0
  5. package/app/app.module.d.ts +2 -0
  6. package/app/app.module.js +40 -0
  7. package/app/app.module.js.map +1 -0
  8. package/browser/README.md +1 -1
  9. package/browser/esm2020/lib/column/column-grow.directive.mjs +22 -0
  10. package/browser/esm2020/lib/column/column.component.mjs +23 -0
  11. package/browser/esm2020/lib/column/index.mjs +3 -0
  12. package/browser/esm2020/lib/columns.component.mjs +21 -0
  13. package/browser/esm2020/lib/columns.module.mjs +19 -0
  14. package/browser/esm2020/lib/index.mjs +6 -0
  15. package/browser/esm2020/public-api.mjs +2 -0
  16. package/browser/esm2020/static-columns.mjs +5 -0
  17. package/browser/fesm2015/static-columns.mjs +83 -0
  18. package/browser/fesm2015/static-columns.mjs.map +1 -0
  19. package/browser/fesm2020/static-columns.mjs +83 -0
  20. package/browser/fesm2020/static-columns.mjs.map +1 -0
  21. package/browser/lib/column/column-grow.directive.d.ts +9 -0
  22. package/browser/lib/column/column.component.d.ts +9 -0
  23. package/browser/{column → lib/column}/index.d.ts +0 -0
  24. package/{client → browser/lib}/columns.component.d.ts +3 -0
  25. package/browser/lib/columns.module.d.ts +9 -0
  26. package/browser/{lib.module.d.ts → lib/index.d.ts} +0 -0
  27. package/browser/package.json +28 -14
  28. package/browser/public-api.d.ts +1 -1
  29. package/browser/static-columns.d.ts +1 -1
  30. package/client/README.md +1 -1
  31. package/client/esm2020/lib/column/column-grow.directive.mjs +22 -0
  32. package/client/esm2020/lib/column/column.component.mjs +23 -0
  33. package/client/esm2020/lib/column/index.mjs +3 -0
  34. package/client/esm2020/lib/columns.component.mjs +21 -0
  35. package/client/esm2020/lib/columns.module.mjs +19 -0
  36. package/client/esm2020/lib/index.mjs +6 -0
  37. package/client/esm2020/public-api.mjs +2 -0
  38. package/client/esm2020/static-columns.mjs +5 -0
  39. package/client/fesm2015/static-columns.mjs +83 -0
  40. package/client/fesm2015/static-columns.mjs.map +1 -0
  41. package/client/fesm2020/static-columns.mjs +83 -0
  42. package/client/fesm2020/static-columns.mjs.map +1 -0
  43. package/client/lib/column/column-grow.directive.d.ts +9 -0
  44. package/client/lib/column/column.component.d.ts +9 -0
  45. package/client/{column → lib/column}/index.d.ts +0 -0
  46. package/{columns.component.d.ts → client/lib/columns.component.d.ts} +4 -1
  47. package/client/lib/columns.module.d.ts +9 -0
  48. package/client/{lib.module.d.ts → lib/index.d.ts} +0 -0
  49. package/client/package.json +27 -13
  50. package/client/public-api.d.ts +1 -1
  51. package/client/static-columns.d.ts +1 -1
  52. package/index.d.ts +1 -0
  53. package/index.js +3 -2
  54. package/index.js.map +1 -1
  55. package/{browser → lib}/column/column-grow.directive.d.ts +0 -0
  56. package/{column → lib/column}/column-grow.directive.js +5 -4
  57. package/{column → lib/column}/column-grow.directive.js.map +1 -1
  58. package/{browser → lib}/column/column.component.d.ts +0 -0
  59. package/{column → lib/column}/column.component.js +10 -9
  60. package/lib/column/column.component.js.map +1 -0
  61. package/lib/column/index.d.ts +2 -0
  62. package/lib/column/index.js +7 -0
  63. package/lib/column/index.js.map +1 -0
  64. package/{browser → lib}/columns.component.d.ts +0 -0
  65. package/{columns.component.js → lib/columns.component.js} +8 -7
  66. package/lib/columns.component.js.map +1 -0
  67. package/{browser → lib}/columns.module.d.ts +0 -0
  68. package/{columns.module.js → lib/columns.module.js} +4 -3
  69. package/lib/columns.module.js.map +1 -0
  70. package/{lib.module.d.ts → lib/index.d.ts} +1 -1
  71. package/lib/index.js +10 -0
  72. package/lib/index.js.map +1 -0
  73. package/package.json +2 -3
  74. package/{package.json_tnp.json → package.json_tnp.json5} +6 -6
  75. package/tmp-environment.json +315 -0
  76. package/browser/bundles/static-columns.umd.js +0 -97
  77. package/browser/bundles/static-columns.umd.js.map +0 -1
  78. package/browser/bundles/static-columns.umd.min.js +0 -2
  79. package/browser/bundles/static-columns.umd.min.js.map +0 -1
  80. package/browser/column/column.component.ngfactory.d.ts +0 -1
  81. package/browser/column/column.component.scss.shim.ngstyle.d.ts +0 -1
  82. package/browser/columns.component.ngfactory.d.ts +0 -1
  83. package/browser/columns.component.scss.shim.ngstyle.d.ts +0 -1
  84. package/browser/columns.module.ngfactory.d.ts +0 -3
  85. package/browser/esm2015/column/column-grow.directive.js +0 -26
  86. package/browser/esm2015/column/column-grow.directive.ngsummary.json +0 -1
  87. package/browser/esm2015/column/column.component.js +0 -19
  88. package/browser/esm2015/column/column.component.ngfactory.js +0 -17
  89. package/browser/esm2015/column/column.component.ngsummary.json +0 -1
  90. package/browser/esm2015/column/column.component.scss.shim.ngstyle.js +0 -9
  91. package/browser/esm2015/column/index.js +0 -3
  92. package/browser/esm2015/column/index.ngsummary.json +0 -1
  93. package/browser/esm2015/columns.component.js +0 -22
  94. package/browser/esm2015/columns.component.ngfactory.js +0 -17
  95. package/browser/esm2015/columns.component.ngsummary.json +0 -1
  96. package/browser/esm2015/columns.component.scss.shim.ngstyle.js +0 -9
  97. package/browser/esm2015/columns.module.js +0 -14
  98. package/browser/esm2015/columns.module.ngfactory.js +0 -11
  99. package/browser/esm2015/columns.module.ngsummary.json +0 -1
  100. package/browser/esm2015/lib.module.js +0 -6
  101. package/browser/esm2015/lib.module.ngsummary.json +0 -1
  102. package/browser/esm2015/public-api.js +0 -2
  103. package/browser/esm2015/public-api.ngsummary.json +0 -1
  104. package/browser/esm2015/static-columns.js +0 -6
  105. package/browser/esm2015/static-columns.ngsummary.json +0 -1
  106. package/browser/esm5/column/column-grow.directive.js +0 -28
  107. package/browser/esm5/column/column.component.js +0 -21
  108. package/browser/esm5/column/index.js +0 -3
  109. package/browser/esm5/columns.component.js +0 -24
  110. package/browser/esm5/columns.module.js +0 -18
  111. package/browser/esm5/lib.module.js +0 -6
  112. package/browser/esm5/public-api.js +0 -2
  113. package/browser/esm5/static-columns.js +0 -6
  114. package/browser/fesm2015/static-columns.js +0 -82
  115. package/browser/fesm2015/static-columns.js.map +0 -1
  116. package/browser/fesm5/static-columns.js +0 -88
  117. package/browser/fesm5/static-columns.js.map +0 -1
  118. package/browser/static-columns.metadata.json +0 -1
  119. package/client/bundles/static-columns.umd.js +0 -97
  120. package/client/bundles/static-columns.umd.js.map +0 -1
  121. package/client/bundles/static-columns.umd.min.js +0 -2
  122. package/client/bundles/static-columns.umd.min.js.map +0 -1
  123. package/client/column/column-grow.directive.d.ts +0 -6
  124. package/client/column/column.component.d.ts +0 -6
  125. package/client/column/column.component.ngfactory.d.ts +0 -1
  126. package/client/column/column.component.scss.shim.ngstyle.d.ts +0 -1
  127. package/client/columns.component.ngfactory.d.ts +0 -1
  128. package/client/columns.component.scss.shim.ngstyle.d.ts +0 -1
  129. package/client/columns.module.d.ts +0 -2
  130. package/client/columns.module.ngfactory.d.ts +0 -3
  131. package/client/esm2015/column/column-grow.directive.js +0 -26
  132. package/client/esm2015/column/column-grow.directive.ngsummary.json +0 -1
  133. package/client/esm2015/column/column.component.js +0 -19
  134. package/client/esm2015/column/column.component.ngfactory.js +0 -17
  135. package/client/esm2015/column/column.component.ngsummary.json +0 -1
  136. package/client/esm2015/column/column.component.scss.shim.ngstyle.js +0 -9
  137. package/client/esm2015/column/index.js +0 -3
  138. package/client/esm2015/column/index.ngsummary.json +0 -1
  139. package/client/esm2015/columns.component.js +0 -22
  140. package/client/esm2015/columns.component.ngfactory.js +0 -17
  141. package/client/esm2015/columns.component.ngsummary.json +0 -1
  142. package/client/esm2015/columns.component.scss.shim.ngstyle.js +0 -9
  143. package/client/esm2015/columns.module.js +0 -14
  144. package/client/esm2015/columns.module.ngfactory.js +0 -11
  145. package/client/esm2015/columns.module.ngsummary.json +0 -1
  146. package/client/esm2015/lib.module.js +0 -6
  147. package/client/esm2015/lib.module.ngsummary.json +0 -1
  148. package/client/esm2015/public-api.js +0 -2
  149. package/client/esm2015/public-api.ngsummary.json +0 -1
  150. package/client/esm2015/static-columns.js +0 -6
  151. package/client/esm2015/static-columns.ngsummary.json +0 -1
  152. package/client/esm5/column/column-grow.directive.js +0 -28
  153. package/client/esm5/column/column.component.js +0 -21
  154. package/client/esm5/column/index.js +0 -3
  155. package/client/esm5/columns.component.js +0 -24
  156. package/client/esm5/columns.module.js +0 -18
  157. package/client/esm5/lib.module.js +0 -6
  158. package/client/esm5/public-api.js +0 -2
  159. package/client/esm5/static-columns.js +0 -6
  160. package/client/fesm2015/static-columns.js +0 -82
  161. package/client/fesm2015/static-columns.js.map +0 -1
  162. package/client/fesm5/static-columns.js +0 -88
  163. package/client/fesm5/static-columns.js.map +0 -1
  164. package/client/static-columns.metadata.json +0 -1
  165. package/column/column-grow.directive.d.ts +0 -6
  166. package/column/column.component.d.ts +0 -6
  167. package/column/column.component.js.map +0 -1
  168. package/column/column.component.ngfactory.d.ts +0 -1
  169. package/column/column.component.scss.shim.ngstyle.d.ts +0 -1
  170. package/column/index.d.ts +0 -2
  171. package/column/index.js +0 -6
  172. package/column/index.js.map +0 -1
  173. package/columns.component.js.map +0 -1
  174. package/columns.component.ngfactory.d.ts +0 -1
  175. package/columns.component.scss.shim.ngstyle.d.ts +0 -1
  176. package/columns.module.d.ts +0 -2
  177. package/columns.module.js.map +0 -1
  178. package/columns.module.ngfactory.d.ts +0 -3
  179. package/lib.module.js +0 -9
  180. package/lib.module.js.map +0 -1
  181. package/public-api.d.ts +0 -1
  182. package/public-api.js +0 -5
  183. package/public-api.js.map +0 -1
  184. package/public_api.js +0 -6
  185. package/public_api.js.map +0 -1
  186. package/static-columns.d.ts +0 -5
@@ -3,9 +3,6 @@
3
3
  "README.md",
4
4
  "screen.png"
5
5
  ],
6
- "isCoreProject": false,
7
- "type": "angular-lib",
8
- "version": "v3",
9
6
  "overrided": {
10
7
  "ignoreDepsPattern": [],
11
8
  "includeAsDev": "*",
@@ -13,14 +10,17 @@
13
10
  "dependencies": {},
14
11
  "linkedFolders": []
15
12
  },
16
- "isGenerated": false,
17
- "useFramework": false,
18
13
  "linkedProjects": [],
19
14
  "libReleaseOptions": {
20
15
  "nodts": false,
21
16
  "obscure": false,
22
17
  "ugly": false
23
18
  },
19
+ "isCoreProject": false,
20
+ "type": "isomorphic-lib",
21
+ "version": "v3",
22
+ "isGenerated": false,
23
+ "useFramework": false,
24
24
  "license": "MIT",
25
25
  "private": false,
26
26
  "description": "Static columns with flexbox for Agnular2",
@@ -37,4 +37,4 @@
37
37
  "columns"
38
38
  ],
39
39
  "workerPlugins": {}
40
- }
40
+ }
@@ -0,0 +1,315 @@
1
+ {
2
+ "domain": "static-columns.example.domain.com",
3
+ "name": "local",
4
+ "isCoreProject": false,
5
+ "ip": "localhost",
6
+ "packageJSON": {
7
+ "tnp": {
8
+ "resources": [
9
+ "README.md",
10
+ "screen.png"
11
+ ],
12
+ "overrided": {
13
+ "ignoreDepsPattern": [],
14
+ "includeAsDev": "*",
15
+ "includeOnly": [],
16
+ "dependencies": {},
17
+ "linkedFolders": []
18
+ },
19
+ "linkedProjects": [],
20
+ "libReleaseOptions": {
21
+ "nodts": false,
22
+ "obscure": false,
23
+ "ugly": false
24
+ },
25
+ "isCoreProject": false,
26
+ "type": "isomorphic-lib",
27
+ "version": "v3",
28
+ "isGenerated": false,
29
+ "useFramework": false,
30
+ "license": "MIT",
31
+ "private": false,
32
+ "description": "Static columns with flexbox for Agnular2",
33
+ "author": "Dariusz Filipiak",
34
+ "homepage": "https://github.com/darekf77/static-columns#readme",
35
+ "keywords": [
36
+ "angular2",
37
+ "static",
38
+ "width",
39
+ "column",
40
+ "static",
41
+ "columns",
42
+ "flexbox",
43
+ "columns"
44
+ ],
45
+ "workerPlugins": {}
46
+ },
47
+ "name": "static-columns",
48
+ "version": "13.0.1",
49
+ "description": "Static columns with flexbox for Agnular2",
50
+ "repository": {
51
+ "type": "git",
52
+ "url": "git+https://github.com/darekf77/static-columns.git"
53
+ },
54
+ "keywords": [
55
+ "angular2",
56
+ "static",
57
+ "width",
58
+ "column",
59
+ "static",
60
+ "columns",
61
+ "flexbox",
62
+ "columns"
63
+ ],
64
+ "author": "Dariusz Filipiak",
65
+ "license": "MIT",
66
+ "bugs": {
67
+ "url": "https://github.com/darekf77/static-columns/issues"
68
+ },
69
+ "homepage": "https://github.com/darekf77/static-columns#readme",
70
+ "dependencies": {},
71
+ "private": false,
72
+ "lastBuildTagHash": "905655e05d069bedf8f712425f484c22ddeb3f7c",
73
+ "devDependencies": {
74
+ "@angular-devkit/build-angular": "~13.2.5",
75
+ "@angular/animations": "~13.2.0",
76
+ "@angular/cdk": "~13.2.4",
77
+ "@angular/cli": "~13.2.5",
78
+ "@angular/common": "~13.2.0",
79
+ "@angular/compiler": "~13.2.0",
80
+ "@angular/compiler-cli": "~13.2.0",
81
+ "@angular/core": "~13.2.0",
82
+ "@angular/flex-layout": "~13.0.0-beta.38",
83
+ "@angular/forms": "~13.2.0",
84
+ "@angular/material": "~13.2.4",
85
+ "@angular/platform-browser": "~13.2.0",
86
+ "@angular/platform-browser-dynamic": "~13.2.0",
87
+ "@angular/pwa": "~13.2.5",
88
+ "@angular/router": "~13.2.0",
89
+ "@angular/service-worker": "~13.2.0",
90
+ "@iconify/icons-fa-solid": "1.2.2",
91
+ "@iconify/icons-mdi": "1.2.1",
92
+ "@mdi/js": "6.5.95",
93
+ "@ngrx/component-store": "~13.0.2",
94
+ "@ngrx/data": "~13.0.2",
95
+ "@ngrx/effects": "~13.0.2",
96
+ "@ngrx/entity": "~13.0.2",
97
+ "@ngrx/router-store": "~13.0.2",
98
+ "@ngrx/schematics": "~13.0.2",
99
+ "@ngrx/store": "~13.0.2",
100
+ "@ngrx/store-devtools": "~13.0.2",
101
+ "@ngx-formly/bootstrap": "6.0.0-next.8",
102
+ "@ngx-formly/core": "6.0.0-next.8",
103
+ "@ngx-formly/ionic": "6.0.0-next.8",
104
+ "@ngx-formly/material": "6.0.0-next.8",
105
+ "@ngx-loading-bar/core": "6.0.2",
106
+ "@ngx-loading-bar/http-client": "6.0.2",
107
+ "@ngx-loading-bar/router": "6.0.2",
108
+ "@ngx-translate/core": "14.0.0",
109
+ "@ngx-translate/http-loader": "7.0.0",
110
+ "@swimlane/ngx-datatable": "20.0.0",
111
+ "@types/chai": "4.1.2",
112
+ "@types/chokidar": "2.1.3",
113
+ "@types/dateformat": "1.0.1",
114
+ "@types/diff": "3.2.2",
115
+ "@types/express": "4.11.0",
116
+ "@types/express-fileupload": "0.1.1",
117
+ "@types/fs-extra": "7.0.0",
118
+ "@types/glob": "5.0.35",
119
+ "@types/http-proxy": "1.16.0",
120
+ "@types/http-proxy-middleware": "0.19.2",
121
+ "@types/inquirer": "7.3.1",
122
+ "@types/jasmine": "3.10.0",
123
+ "@types/json-stringify-safe": "5.0.0",
124
+ "@types/json5": "0.0.29",
125
+ "@types/lockfile": "1.0.0",
126
+ "@types/lodash": "4.14.92",
127
+ "@types/lowdb": "1.0.6",
128
+ "@types/mocha": "5.2.5",
129
+ "@types/node": "12.11.1",
130
+ "@types/node-notifier": "5.4.0",
131
+ "@types/oauth2orize": "1.8.0",
132
+ "@types/password-hash": "1.2.19",
133
+ "@types/progress": "2.0.3",
134
+ "@types/q": "1.5.5",
135
+ "@types/rimraf": "2.0.2",
136
+ "@types/systeminformation": "3.23.0",
137
+ "@types/vinyl": "2.0.2",
138
+ "@types/watch": "1.0.0",
139
+ "accepts": "1.3.4",
140
+ "axios": "0.17.1",
141
+ "babel-cli": "6.26.0",
142
+ "babel-core": "6.25.0",
143
+ "babel-preset-env": "1.7.0",
144
+ "babel-preset-es2015": "6.24.1",
145
+ "background-worker-process": "~13.0.1",
146
+ "bcryptjs": "2.4.3",
147
+ "body-parser": "1.18.2",
148
+ "bootstrap": "5.1.3",
149
+ "bs4-breakpoint": "2.0.42",
150
+ "buffer-shims": "1.0.0",
151
+ "callsite-record": "4.1.3",
152
+ "chai": "4.2.0",
153
+ "chalk": "2.3.2",
154
+ "check-node-version": "3.2.0",
155
+ "cheerio": "1.0.0-rc.3",
156
+ "chokidar": "3.5.1",
157
+ "circular-json": "0.5.1",
158
+ "command-exists": "1.2.2",
159
+ "compression": "1.7.4",
160
+ "concurrently": "3.5.1",
161
+ "content-type": "1.0.4",
162
+ "cookie-parser": "1.4.3",
163
+ "copy-paste": "1.3.0",
164
+ "cors": "2.8.4",
165
+ "cpr": "3.0.1",
166
+ "cross-spawn": "7.0.3",
167
+ "dateformat": "3.0.3",
168
+ "detect-mocha": "0.1.0",
169
+ "diff": "3.2.0",
170
+ "element-resize-detector": "1.1.15",
171
+ "enquirer": "2.3.0",
172
+ "enum-values": "1.2.1",
173
+ "errorhandler": "1.5.0",
174
+ "eslint": "7.13.0",
175
+ "eslint-plugin-import": "2.22.1",
176
+ "eslint-plugin-jsdoc": "30.7.8",
177
+ "eslint-plugin-prefer-arrow": "1.2.2",
178
+ "express": "4.16.3",
179
+ "express-fileupload": "0.4.0",
180
+ "fbgraph": "1.4.1",
181
+ "file-loader": "1.1.5",
182
+ "firedev-crud": "~13.0.7",
183
+ "firedev-crud-deamon": "~13.0.2",
184
+ "firedev-ports": "~13.0.3",
185
+ "firedev-storage": "~13.0.1",
186
+ "fkill": "6.1.0",
187
+ "font-awesome": "4.7.0",
188
+ "fs-extra": "8.1.0",
189
+ "fuzzy": "0.1.3",
190
+ "glob": "7.1.2",
191
+ "gulp": "3.9.1",
192
+ "hostile": "1.3.3",
193
+ "http-proxy": "1.16.2",
194
+ "http-proxy-middleware": "0.19.1",
195
+ "http-server": "0.11.1",
196
+ "incremental-compiler": "~13.0.2",
197
+ "inquirer": "7.3.3",
198
+ "inquirer-autocomplete-prompt": "1.3.0",
199
+ "is-elevated": "3.0.0",
200
+ "istanbul-instrumenter-loader": "2.0.0",
201
+ "jasmine-core": "4.0.0",
202
+ "jscodeshift": "0.6.3",
203
+ "json-stringify-safe": "5.0.1",
204
+ "json10": "~13.0.1",
205
+ "json10-writer": "~13.0.4",
206
+ "json5": "2.1.3",
207
+ "json5-writer": "0.2.0",
208
+ "karma": "6.3.0",
209
+ "karma-chrome-launcher": "3.1.0",
210
+ "karma-cli": "1.0.1",
211
+ "karma-coverage": "2.1.0",
212
+ "karma-jasmine": "4.0.0",
213
+ "karma-jasmine-html-reporter": "1.7.0",
214
+ "lnk": "1.0.1",
215
+ "lockfile": "1.0.4",
216
+ "lodash": "4.17.4",
217
+ "lodash-walk-object": "~13.0.1",
218
+ "lodash.get": ">= 4",
219
+ "lodash.isequal": ">= 4",
220
+ "lodash.merge": ">= 4",
221
+ "lodash.set": ">= 4",
222
+ "lowdb": "1.0.0",
223
+ "material-design-icons": "3.0.1",
224
+ "method-override": "2.3.10",
225
+ "minimist": "1.2.0",
226
+ "mkdirp": "0.5.1",
227
+ "mocha": "5.2.0",
228
+ "moment": "2.22.2",
229
+ "morphi": "~13.0.8",
230
+ "ng-packagr": "13.0.0",
231
+ "ng2-logger": "~13.0.1",
232
+ "ng2-rest": "~13.0.4",
233
+ "ng4-icons": "~13.0.3",
234
+ "ng4-modal": "~13.0.2",
235
+ "ngx-bootstrap": "8.0.0",
236
+ "ngx-editor": "12.2.1",
237
+ "ngx-moment": "6.0.2",
238
+ "ngx-pipes": "3.0.0",
239
+ "ngx-store": "3.1.1",
240
+ "ngx-toastr": "14.2.2",
241
+ "ngx-wig": "13.0.3",
242
+ "node-localstorage": "2.1.6",
243
+ "node-notifier": "6.0.0",
244
+ "nodemon": "1.14.11",
245
+ "npm-get-dependents": "1.0.1",
246
+ "npm-run": "4.1.2",
247
+ "omelette": "0.4.5",
248
+ "open": "7.2.1",
249
+ "ora": "3.4.0",
250
+ "passport": "0.3.2",
251
+ "passport-http-bearer": "1.0.1",
252
+ "password-hash": "1.2.2",
253
+ "portfinder": "1.0.21",
254
+ "prettier": "2.5.1",
255
+ "progress": "2.0.3",
256
+ "prompts": "0.1.8",
257
+ "ps-list": "6.1.0",
258
+ "ps-node": "0.1.6",
259
+ "q": "1.5.1",
260
+ "randomcolor": "0.5.3",
261
+ "reflect-metadata": "0.1.10",
262
+ "rimraf": "2.6.2",
263
+ "rxjs": "~7.5.0",
264
+ "simple-git": "1.96.0",
265
+ "sloc": "0.2.0",
266
+ "socket.io": "2.4.1",
267
+ "sort-package-json": "1.11.0",
268
+ "string-similarity": "4.0.2",
269
+ "sudo-block": "3.0.0",
270
+ "systeminformation": "3.45.7",
271
+ "task.js": "0.1.5",
272
+ "tnp-cli": "~13.0.1",
273
+ "tnp-config": "~13.0.1",
274
+ "tnp-core": "~13.0.2",
275
+ "tnp-db": "~13.0.3",
276
+ "tnp-helpers": "~13.0.7",
277
+ "tnp-models": "~13.0.4",
278
+ "tnp-ui": "~13.0.1",
279
+ "ts-debug": "1.3.0",
280
+ "ts-node": "10.7.0",
281
+ "tslib": "~2.3.0",
282
+ "typeorm": "~0.2.45",
283
+ "typescript": "~4.5.2",
284
+ "typescript-class-helpers": "~13.0.1",
285
+ "typescript-formatter": "~7.2.2",
286
+ "underscore": "1.9.1",
287
+ "uuid": "8.3.2",
288
+ "validator": "9.2.0",
289
+ "watch": "1.0.2",
290
+ "zone.js": "~0.11.4"
291
+ }
292
+ },
293
+ "build": {
294
+ "number": 185,
295
+ "date": "2022-03-13T03:40:07.000Z",
296
+ "hash": "2989a7466a4fbe880bc219275da7a2e2787671e3",
297
+ "options": {}
298
+ },
299
+ "currentProjectName": "static-columns",
300
+ "currentProjectPort": 4000,
301
+ "currentProjectLaunchConfiguration": "{\"version\":\"0.2.0\",\"configurations\":[{\"type\":\"node\",\"request\":\"launch\",\"name\":\"Launch Server standalone\",\"program\":\"${workspaceFolder}/run.js\",\"args\":[\"--ENVoverride=%7B%0A%20%20%20%20%22clientProjectName%22%3A%20%22static-columns%22%0A%7D\"],\"runtimeArgs\":[\"--nolazy\",\"-r\",\"ts-node/register\",\"--experimental-worker\"]},{\"name\":\"Debugger with ng serve\",\"type\":\"chrome\",\"request\":\"launch\",\"preLaunchTask\":\"Ng Serve\",\"postDebugTask\":\"terminateall\",\"sourceMaps\":true,\"webRoot\":\"${workspaceFolder}\",\"sourceMapPathOverrides\":{\"webpack:/*\":\"${webRoot}/*\",\"/./*\":\"${webRoot}/*\",\"/tmp-src/*\":\"${webRoot}/*\",\"/*\":\"*\",\"/./~/*\":\"${webRoot}/node_modules/*\"}},{\"type\":\"node\",\"request\":\"attach\",\"name\":\"Attach to global cli tool\",\"port\":9229,\"skipFiles\":[\"<node_internals>/**\"]}],\"compounds\":[{\"name\":\"Debug backend/frontend\",\"configurations\":[\"Launch Server standalone\",\"Debugger with ng serve\"]}]}",
302
+ "currentProjectTasksConfiguration": "{\"version\":\"2.0.0\",\"tasks\":[{\"label\":\"terminateall\",\"command\":\"echo ${input:terminate}\",\"type\":\"shell\",\"problemMatcher\":[]},{\"label\":\"Ng Serve\",\"type\":\"shell\",\"command\":\"tnp build\",\"isBackground\":true,\"presentation\":{\"reveal\":\"always\"},\"group\":{\"kind\":\"build\",\"isDefault\":true},\"problemMatcher\":{\"owner\":\"typescript\",\"source\":\"ts\",\"applyTo\":\"closedDocuments\",\"fileLocation\":[\"relative\",\"${cwd}\"],\"pattern\":\"$tsc\",\"background\":{\"activeOnStart\":true,\"beginsPattern\":{\"regexp\":\"(.*?)\"},\"endsPattern\":{\"regexp\":\"Compiled |Failed to compile.\"}}}}],\"inputs\":[{\"id\":\"terminate\",\"type\":\"command\",\"command\":\"workbench.action.tasks.terminate\",\"args\":\"terminateAll\"}]}",
303
+ "currentProjectType": "isomorphic-lib",
304
+ "currentFrameworkVersion": "13.0.3",
305
+ "currentProjectIsStrictSite": false,
306
+ "currentProjectIsDependencySite": false,
307
+ "currentProjectIsStatic": false,
308
+ "isStandaloneProject": true,
309
+ "frameworks": [
310
+ "bootstrap",
311
+ "ionic",
312
+ "material"
313
+ ],
314
+ "currentLibProjectSourceFolder": "src"
315
+ }
@@ -1,97 +0,0 @@
1
- (function (global, factory) {
2
- typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('@angular/core')) :
3
- typeof define === 'function' && define.amd ? define('static-columns', ['exports', '@angular/core'], factory) :
4
- (global = global || self, factory(global['static-columns'] = {}, global.ng.core));
5
- }(this, (function (exports, core) { 'use strict';
6
-
7
- var ColumnComponent = /** @class */ (function () {
8
- function ColumnComponent() {
9
- // this.ccwidth = 90;
10
- }
11
- ColumnComponent.prototype.ngOnInit = function () { };
12
- ColumnComponent.decorators = [
13
- { type: core.Component, args: [{
14
- selector: 'column',
15
- template: '<ng-content></ng-content>',
16
- styles: [":host{flex-grow:0;flex-shrink:0;width:0}"]
17
- },] }
18
- ];
19
- ColumnComponent.ctorParameters = function () { return []; };
20
- ColumnComponent.propDecorators = {
21
- width: [{ type: core.HostBinding, args: ['style.flex.basis.px',] }, { type: core.HostBinding, args: ['style.minWidth.px',] }, { type: core.Input }]
22
- };
23
- return ColumnComponent;
24
- }());
25
-
26
- var DirectiveGrow = /** @class */ (function () {
27
- function DirectiveGrow(e, renderer) {
28
- this.e = e;
29
- this.renderer = renderer;
30
- setTimeout(function () {
31
- // e.nativeElement.style.flexGrow = 1;
32
- renderer.setStyle(e.nativeElement, 'flexGrow', '1');
33
- }, 0);
34
- // renderer.setElementStyle(e.nativeElement, 'flexGrow', '1');
35
- }
36
- DirectiveGrow.ctorParameters = function () { return [
37
- { type: core.ElementRef },
38
- { type: core.Renderer2 }
39
- ]; };
40
- DirectiveGrow.decorators = [
41
- { type: core.Directive, args: [{
42
- selector: '[grow]'
43
- },] }
44
- ];
45
- DirectiveGrow.ctorParameters = function () { return [
46
- { type: core.ElementRef },
47
- { type: core.Renderer2 }
48
- ]; };
49
- return DirectiveGrow;
50
- }());
51
-
52
- // import { Log, Level } from 'ng2-logger/index';
53
- // const log = Log.create('test');
54
- // log.i('asdas')
55
- var ColumnsComponent = /** @class */ (function () {
56
- function ColumnsComponent() {
57
- }
58
- ColumnsComponent.prototype.ngOnInit = function () { };
59
- ColumnsComponent.decorators = [
60
- { type: core.Component, args: [{
61
- selector: 'columns-container',
62
- template: "<ng-content></ng-content>\n",
63
- styles: [":host{display:flex;width:100%;align-content:streach;justify-content:space-between}"]
64
- },] }
65
- ];
66
- ColumnsComponent.ctorParameters = function () { return []; };
67
- ColumnsComponent.propDecorators = {
68
- childrens: [{ type: core.ViewChildren, args: [ColumnComponent,] }]
69
- };
70
- return ColumnsComponent;
71
- }());
72
-
73
- var StaticColumnsModule = /** @class */ (function () {
74
- function StaticColumnsModule() {
75
- }
76
- StaticColumnsModule.decorators = [
77
- { type: core.NgModule, args: [{
78
- imports: [],
79
- exports: [ColumnsComponent, ColumnComponent, DirectiveGrow],
80
- declarations: [ColumnsComponent, ColumnComponent, DirectiveGrow],
81
- providers: [],
82
- },] }
83
- ];
84
- return StaticColumnsModule;
85
- }());
86
-
87
- exports.ColumnComponent = ColumnComponent;
88
- exports.ColumnsComponent = ColumnsComponent;
89
- exports.DirectiveGrow = DirectiveGrow;
90
- exports.StaticColumnsModule = StaticColumnsModule;
91
- exports.ɵa = ColumnComponent;
92
- exports.ɵb = DirectiveGrow;
93
-
94
- Object.defineProperty(exports, '__esModule', { value: true });
95
-
96
- })));
97
- //# sourceMappingURL=static-columns.umd.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"static-columns.umd.js","sources":["ng://static-columns/column/column.component.ts","ng://static-columns/column/column-grow.directive.ts","ng://static-columns/columns.component.ts","ng://static-columns/columns.module.ts"],"sourcesContent":["import { Component, OnInit, Input, HostBinding } from '@angular/core';\n\n@Component({\n selector: 'column',\n template: '<ng-content></ng-content>',\n styleUrls: ['./column.component.scss']\n})\nexport class ColumnComponent implements OnInit {\n @HostBinding('style.flex.basis.px') @HostBinding('style.minWidth.px') @Input() width: number;\n\n constructor() {\n // this.ccwidth = 90;\n }\n\n ngOnInit() { }\n\n}\n","import { Component, Directive, ElementRef, Renderer2 } from '@angular/core';\n\n\n@Directive({\n selector: '[grow]'\n})\nexport class DirectiveGrow {\n constructor(public e: ElementRef, public renderer: Renderer2) {\n setTimeout(() => {\n // e.nativeElement.style.flexGrow = 1;\n renderer.setStyle(e.nativeElement, 'flexGrow', '1')\n }, 0);\n\n // renderer.setElementStyle(e.nativeElement, 'flexGrow', '1');\n }\n}\n","import { Component, OnInit, ViewEncapsulation, ViewChildren, QueryList } from '@angular/core';\nimport { ColumnComponent } from './column';\n// import { Log, Level } from 'ng2-logger/index';\n// const log = Log.create('test');\n// log.i('asdas')\n\n@Component({\n selector: 'columns-container',\n templateUrl: './columns.component.html',\n styleUrls: ['./columns.component.scss']\n})\nexport class ColumnsComponent implements OnInit {\n @ViewChildren(ColumnComponent) childrens: QueryList<ColumnComponent>;\n\n constructor() {\n\n }\n ngOnInit() { }\n}\n","import { NgModule } from '@angular/core';\n\nimport { ColumnComponent, DirectiveGrow } from './column';\nimport { ColumnsComponent } from './columns.component';\n\n@NgModule({\n imports: [],\n exports: [ColumnsComponent, ColumnComponent, DirectiveGrow],\n declarations: [ColumnsComponent, ColumnComponent, DirectiveGrow],\n providers: [],\n})\nexport class StaticColumnsModule { }\n"],"names":["Component","HostBinding","Input","ElementRef","Renderer2","Directive","ViewChildren","NgModule"],"mappings":";;;;;;;QAUI;;SAEC;QAED,kCAAQ,GAAR,eAAc;;oBAZjBA,cAAS,SAAC;wBACP,QAAQ,EAAE,QAAQ;wBAClB,QAAQ,EAAE,2BAA2B;;qBAExC;;;;4BAEIC,gBAAW,SAAC,qBAAqB,cAAGA,gBAAW,SAAC,mBAAmB,cAAGC,UAAK;;QAQhF,sBAAC;KAdD;;;QCKE,uBAAmB,CAAa,EAAS,QAAmB;YAAzC,MAAC,GAAD,CAAC,CAAY;YAAS,aAAQ,GAAR,QAAQ,CAAW;YAC1D,UAAU,CAAC;;gBAET,QAAQ,CAAC,QAAQ,CAAC,CAAC,CAAC,aAAa,EAAE,UAAU,EAAE,GAAG,CAAC,CAAA;aACpD,EAAE,CAAC,CAAC,CAAC;;SAGP;;oBAPqBC,eAAU;oBAAmBC,cAAS;;;oBAJ7DC,cAAS,SAAC;wBACT,QAAQ,EAAE,QAAQ;qBACnB;;;oBAL8BF,eAAU;oBAAEC,cAAS;;QAepD,oBAAC;KAZD;;ICDA;;;AAIA;QAQI;SAEC;QACD,mCAAQ,GAAR,eAAc;;oBAXjBJ,cAAS,SAAC;wBACP,QAAQ,EAAE,mBAAmB;wBAC7B,uCAAuC;;qBAE1C;;;;gCAEIM,iBAAY,SAAC,eAAe;;QAMjC,uBAAC;KAZD;;;QCDA;SAMoC;;oBANnCC,aAAQ,SAAC;wBACN,OAAO,EAAE,EAAE;wBACX,OAAO,EAAE,CAAC,gBAAgB,EAAE,eAAe,EAAE,aAAa,CAAC;wBAC3D,YAAY,EAAE,CAAC,gBAAgB,EAAE,eAAe,EAAE,aAAa,CAAC;wBAChE,SAAS,EAAE,EAAE;qBAChB;;QACkC,0BAAC;KANpC;;;;;;;;;;;;;;;;;"}
@@ -1,2 +0,0 @@
1
- !function(e,t){"object"==typeof exports&&"undefined"!=typeof module?t(exports,require("@angular/core")):"function"==typeof define&&define.amd?define("static-columns",["exports","@angular/core"],t):t((e=e||self)["static-columns"]={},e.ng.core)}(this,(function(e,t){"use strict";var n=function(){function e(){}return e.prototype.ngOnInit=function(){},e.decorators=[{type:t.Component,args:[{selector:"column",template:"<ng-content></ng-content>",styles:[":host{flex-grow:0;flex-shrink:0;width:0}"]}]}],e.ctorParameters=function(){return[]},e.propDecorators={width:[{type:t.HostBinding,args:["style.flex.basis.px"]},{type:t.HostBinding,args:["style.minWidth.px"]},{type:t.Input}]},e}(),o=function(){function e(e,t){this.e=e,this.renderer=t,setTimeout((function(){t.setStyle(e.nativeElement,"flexGrow","1")}),0)}return e.ctorParameters=function(){return[{type:t.ElementRef},{type:t.Renderer2}]},e.decorators=[{type:t.Directive,args:[{selector:"[grow]"}]}],e.ctorParameters=function(){return[{type:t.ElementRef},{type:t.Renderer2}]},e}(),r=function(){function e(){}return e.prototype.ngOnInit=function(){},e.decorators=[{type:t.Component,args:[{selector:"columns-container",template:"<ng-content></ng-content>\n",styles:[":host{display:flex;width:100%;align-content:streach;justify-content:space-between}"]}]}],e.ctorParameters=function(){return[]},e.propDecorators={childrens:[{type:t.ViewChildren,args:[n]}]},e}(),s=function(){function e(){}return e.decorators=[{type:t.NgModule,args:[{imports:[],exports:[r,n,o],declarations:[r,n,o],providers:[]}]}],e}();e.ColumnComponent=n,e.ColumnsComponent=r,e.DirectiveGrow=o,e.StaticColumnsModule=s,e.ɵa=n,e.ɵb=o,Object.defineProperty(e,"__esModule",{value:!0})}));
2
- //# sourceMappingURL=static-columns.umd.min.js.map
@@ -1 +0,0 @@
1
- {"version":3,"sources":["ng://static-columns/column/column.component.ts","ng://static-columns/column/column-grow.directive.ts","ng://static-columns/columns.component.ts","ng://static-columns/columns.module.ts"],"names":["ColumnComponent","prototype","ngOnInit","Component","args","selector","template","HostBinding","type","Input","DirectiveGrow","e","renderer","this","setTimeout","setStyle","nativeElement","ElementRef","Renderer2","Directive","ColumnsComponent","ViewChildren","StaticColumnsModule","NgModule","imports","exports","declarations","providers"],"mappings":"sSAUI,SAAAA,KAMJ,OAFIA,EAAAC,UAAAC,SAAA,iCAZHC,EAAAA,UAASC,KAAA,CAAC,CACPC,SAAU,SACVC,SAAU,yJAITC,EAAAA,YAAWH,KAAA,CAAC,wBAAqB,CAAAI,KAAGD,EAAAA,YAAWH,KAAA,CAAC,sBAAmB,CAAAI,KAAGC,EAAAA,SAQ3ET,kBCTE,SAAAU,EAAmBC,EAAsBC,GAAtBC,KAAAF,EAAAA,EAAsBE,KAAAD,SAAAA,EACvCE,YAAW,WAETF,EAASG,SAASJ,EAAEK,cAAe,WAAY,OAC9C,GAIP,gDARwBC,EAAAA,kBAA6BC,EAAAA,iCAJpDC,EAAAA,UAASf,KAAA,CAAC,CACTC,SAAU,sDAJmBY,EAAAA,kBAAYC,EAAAA,aAe3CR,KCTAU,EAAA,WAQI,SAAAA,KAIJ,OADIA,EAAAnB,UAAAC,SAAA,iCAXHC,EAAAA,UAASC,KAAA,CAAC,CACPC,SAAU,oBACVC,SAAA,yMAICe,EAAAA,aAAYjB,KAAA,CAACJ,MAMlBoB,EAZA,gBCDA,SAAAE,KAMmC,2BANlCC,EAAAA,SAAQnB,KAAA,CAAC,CACNoB,QAAS,GACTC,QAAS,CAACL,EAAkBpB,EAAiBU,GAC7CgB,aAAc,CAACN,EAAkBpB,EAAiBU,GAClDiB,UAAW,OAEoBL","sourcesContent":["import { Component, OnInit, Input, HostBinding } from '@angular/core';\n\n@Component({\n selector: 'column',\n template: '<ng-content></ng-content>',\n styleUrls: ['./column.component.scss']\n})\nexport class ColumnComponent implements OnInit {\n @HostBinding('style.flex.basis.px') @HostBinding('style.minWidth.px') @Input() width: number;\n\n constructor() {\n // this.ccwidth = 90;\n }\n\n ngOnInit() { }\n\n}\n","import { Component, Directive, ElementRef, Renderer2 } from '@angular/core';\n\n\n@Directive({\n selector: '[grow]'\n})\nexport class DirectiveGrow {\n constructor(public e: ElementRef, public renderer: Renderer2) {\n setTimeout(() => {\n // e.nativeElement.style.flexGrow = 1;\n renderer.setStyle(e.nativeElement, 'flexGrow', '1')\n }, 0);\n\n // renderer.setElementStyle(e.nativeElement, 'flexGrow', '1');\n }\n}\n","import { Component, OnInit, ViewEncapsulation, ViewChildren, QueryList } from '@angular/core';\nimport { ColumnComponent } from './column';\n// import { Log, Level } from 'ng2-logger/index';\n// const log = Log.create('test');\n// log.i('asdas')\n\n@Component({\n selector: 'columns-container',\n templateUrl: './columns.component.html',\n styleUrls: ['./columns.component.scss']\n})\nexport class ColumnsComponent implements OnInit {\n @ViewChildren(ColumnComponent) childrens: QueryList<ColumnComponent>;\n\n constructor() {\n\n }\n ngOnInit() { }\n}\n","import { NgModule } from '@angular/core';\n\nimport { ColumnComponent, DirectiveGrow } from './column';\nimport { ColumnsComponent } from './columns.component';\n\n@NgModule({\n imports: [],\n exports: [ColumnsComponent, ColumnComponent, DirectiveGrow],\n declarations: [ColumnsComponent, ColumnComponent, DirectiveGrow],\n providers: [],\n})\nexport class StaticColumnsModule { }\n"]}
@@ -1 +0,0 @@
1
- export {};
@@ -1 +0,0 @@
1
- export {};
@@ -1 +0,0 @@
1
- export {};
@@ -1,3 +0,0 @@
1
- import * as i0 from '@angular/core';
2
- import * as i1 from './columns.module';
3
- export declare const StaticColumnsModuleNgFactory: i0.NgModuleFactory<i1.StaticColumnsModule>;
@@ -1,26 +0,0 @@
1
- import { Component, Directive, ElementRef, Renderer2 } from '@angular/core';
2
- export class DirectiveGrow {
3
- constructor(e, renderer) {
4
- this.e = e;
5
- this.renderer = renderer;
6
- setTimeout(() => {
7
- // e.nativeElement.style.flexGrow = 1;
8
- renderer.setStyle(e.nativeElement, 'flexGrow', '1');
9
- }, 0);
10
- // renderer.setElementStyle(e.nativeElement, 'flexGrow', '1');
11
- }
12
- }
13
- DirectiveGrow.ctorParameters = () => [
14
- { type: ElementRef },
15
- { type: Renderer2 }
16
- ];
17
- DirectiveGrow.decorators = [
18
- { type: Directive, args: [{
19
- selector: '[grow]'
20
- },] }
21
- ];
22
- DirectiveGrow.ctorParameters = () => [
23
- { type: ElementRef },
24
- { type: Renderer2 }
25
- ];
26
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY29sdW1uLWdyb3cuZGlyZWN0aXZlLmpzIiwic291cmNlUm9vdCI6Im5nOi8vc3RhdGljLWNvbHVtbnMvIiwic291cmNlcyI6WyJjb2x1bW4vY29sdW1uLWdyb3cuZGlyZWN0aXZlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxTQUFTLEVBQUUsU0FBUyxFQUFFLFVBQVUsRUFBRSxTQUFTLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFNNUUsTUFBTSxPQUFPLGFBQWE7SUFDeEIsWUFBbUIsQ0FBYSxFQUFTLFFBQW1CO1FBQXpDLE1BQUMsR0FBRCxDQUFDLENBQVk7UUFBUyxhQUFRLEdBQVIsUUFBUSxDQUFXO1FBQzFELFVBQVUsQ0FBQyxHQUFHLEVBQUU7WUFDZCxzQ0FBc0M7WUFDdEMsUUFBUSxDQUFDLFFBQVEsQ0FBQyxDQUFDLENBQUMsYUFBYSxFQUFFLFVBQVUsRUFBRSxHQUFHLENBQUMsQ0FBQTtRQUNyRCxDQUFDLEVBQUUsQ0FBQyxDQUFDLENBQUM7UUFFTiw4REFBOEQ7SUFDaEUsQ0FBQzs7O1lBUHFCLFVBQVU7WUFBbUIsU0FBUzs7O1lBSjdELFNBQVMsU0FBQztnQkFDVCxRQUFRLEVBQUUsUUFBUTthQUNuQjs7O1lBTDhCLFVBQVU7WUFBRSxTQUFTIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ29tcG9uZW50LCBEaXJlY3RpdmUsIEVsZW1lbnRSZWYsIFJlbmRlcmVyMiB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuXG5cbkBEaXJlY3RpdmUoe1xuICBzZWxlY3RvcjogJ1tncm93XSdcbn0pXG5leHBvcnQgY2xhc3MgRGlyZWN0aXZlR3JvdyB7XG4gIGNvbnN0cnVjdG9yKHB1YmxpYyBlOiBFbGVtZW50UmVmLCBwdWJsaWMgcmVuZGVyZXI6IFJlbmRlcmVyMikge1xuICAgIHNldFRpbWVvdXQoKCkgPT4ge1xuICAgICAgLy8gZS5uYXRpdmVFbGVtZW50LnN0eWxlLmZsZXhHcm93ID0gMTtcbiAgICAgIHJlbmRlcmVyLnNldFN0eWxlKGUubmF0aXZlRWxlbWVudCwgJ2ZsZXhHcm93JywgJzEnKVxuICAgIH0sIDApO1xuXG4gICAgLy8gcmVuZGVyZXIuc2V0RWxlbWVudFN0eWxlKGUubmF0aXZlRWxlbWVudCwgJ2ZsZXhHcm93JywgJzEnKTtcbiAgfVxufVxuIl19
@@ -1 +0,0 @@
1
- {"moduleName":null,"summaries":[{"symbol":{"__symbol":0,"members":[]},"metadata":{"__symbolic":"class","members":{"__ctor__":[{"__symbolic":"constructor","parameters":[{"__symbol":1,"members":[]},{"__symbol":2,"members":[]}]}]}},"type":{"summaryKind":1,"type":{"reference":{"__symbol":0,"members":[]},"diDeps":[{"isAttribute":false,"isHost":false,"isSelf":false,"isSkipSelf":false,"isOptional":false,"token":{"identifier":{"reference":{"__symbol":1,"members":[]}}}},{"isAttribute":false,"isHost":false,"isSelf":false,"isSkipSelf":false,"isOptional":false,"token":{"identifier":{"reference":{"__symbol":2,"members":[]}}}}],"lifecycleHooks":[]},"isComponent":false,"selector":"[grow]","exportAs":null,"inputs":{},"outputs":{},"hostListeners":{},"hostProperties":{},"hostAttributes":{},"providers":[],"viewProviders":[],"queries":[],"guards":{},"viewQueries":[],"entryComponents":[],"changeDetection":null,"template":null,"componentViewType":null,"rendererType":null,"componentFactory":null}}],"symbols":[{"__symbol":0,"name":"DirectiveGrow","filePath":"./column-grow.directive"},{"__symbol":1,"name":"ElementRef","filePath":"@angular/core"},{"__symbol":2,"name":"Renderer2","filePath":"@angular/core"}]}
@@ -1,19 +0,0 @@
1
- import { Component, Input, HostBinding } from '@angular/core';
2
- export class ColumnComponent {
3
- constructor() {
4
- // this.ccwidth = 90;
5
- }
6
- ngOnInit() { }
7
- }
8
- ColumnComponent.decorators = [
9
- { type: Component, args: [{
10
- selector: 'column',
11
- template: '<ng-content></ng-content>',
12
- styles: [":host{flex-grow:0;flex-shrink:0;width:0}"]
13
- },] }
14
- ];
15
- ColumnComponent.ctorParameters = () => [];
16
- ColumnComponent.propDecorators = {
17
- width: [{ type: HostBinding, args: ['style.flex.basis.px',] }, { type: HostBinding, args: ['style.minWidth.px',] }, { type: Input }]
18
- };
19
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY29sdW1uLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiJuZzovL3N0YXRpYy1jb2x1bW5zLyIsInNvdXJjZXMiOlsiY29sdW1uL2NvbHVtbi5jb21wb25lbnQudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFNBQVMsRUFBVSxLQUFLLEVBQUUsV0FBVyxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBT3RFLE1BQU0sT0FBTyxlQUFlO0lBR3hCO1FBQ0kscUJBQXFCO0lBQ3pCLENBQUM7SUFFRCxRQUFRLEtBQUssQ0FBQzs7O1lBWmpCLFNBQVMsU0FBQztnQkFDUCxRQUFRLEVBQUUsUUFBUTtnQkFDbEIsUUFBUSxFQUFFLDJCQUEyQjs7YUFFeEM7Ozs7b0JBRUksV0FBVyxTQUFDLHFCQUFxQixjQUFHLFdBQVcsU0FBQyxtQkFBbUIsY0FBRyxLQUFLIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ29tcG9uZW50LCBPbkluaXQsIElucHV0LCBIb3N0QmluZGluZyB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuXG5AQ29tcG9uZW50KHtcbiAgICBzZWxlY3RvcjogJ2NvbHVtbicsXG4gICAgdGVtcGxhdGU6ICc8bmctY29udGVudD48L25nLWNvbnRlbnQ+JyxcbiAgICBzdHlsZVVybHM6IFsnLi9jb2x1bW4uY29tcG9uZW50LnNjc3MnXVxufSlcbmV4cG9ydCBjbGFzcyBDb2x1bW5Db21wb25lbnQgaW1wbGVtZW50cyBPbkluaXQge1xuICAgIEBIb3N0QmluZGluZygnc3R5bGUuZmxleC5iYXNpcy5weCcpIEBIb3N0QmluZGluZygnc3R5bGUubWluV2lkdGgucHgnKSBASW5wdXQoKSB3aWR0aDogbnVtYmVyO1xuXG4gICAgY29uc3RydWN0b3IoKSB7XG4gICAgICAgIC8vIHRoaXMuY2N3aWR0aCA9IDkwO1xuICAgIH1cblxuICAgIG5nT25Jbml0KCkgeyB9XG5cbn1cbiJdfQ==
@@ -1,17 +0,0 @@
1
- /**
2
- * @fileoverview This file was generated by the Angular template compiler. Do not edit.
3
- *
4
- * @suppress {suspiciousCode,uselessCode,missingProperties,missingOverride,checkTypes,extraRequire}
5
- * tslint:disable
6
- */
7
- import * as i0 from "./column.component.scss.shim.ngstyle";
8
- import * as i1 from "@angular/core";
9
- import * as i2 from "./column.component";
10
- var styles_ColumnComponent = [i0.styles];
11
- var RenderType_ColumnComponent = i1.ɵcrt({ encapsulation: 0, styles: styles_ColumnComponent, data: {} });
12
- export { RenderType_ColumnComponent as RenderType_ColumnComponent };
13
- export function View_ColumnComponent_0(_l) { return i1.ɵvid(0, [i1.ɵncd(null, 0)], null, null); }
14
- export function View_ColumnComponent_Host_0(_l) { return i1.ɵvid(0, [(_l()(), i1.ɵeld(0, 0, null, null, 1, "column", [], [[4, "flex", "basis"], [4, "minWidth", "px"]], null, null, View_ColumnComponent_0, RenderType_ColumnComponent)), i1.ɵdid(1, 114688, null, 0, i2.ColumnComponent, [], null, null)], function (_ck, _v) { _ck(_v, 1, 0); }, function (_ck, _v) { var currVal_0 = i1.ɵnov(_v, 1).width; var currVal_1 = i1.ɵnov(_v, 1).width; _ck(_v, 0, 0, currVal_0, currVal_1); }); }
15
- var ColumnComponentNgFactory = i1.ɵccf("column", i2.ColumnComponent, View_ColumnComponent_Host_0, { width: "width" }, {}, ["*"]);
16
- export { ColumnComponentNgFactory as ColumnComponentNgFactory };
17
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY29sdW1uLmNvbXBvbmVudC5uZ2ZhY3RvcnkuanMiLCJzb3VyY2VSb290Ijoibmc6Ly9zdGF0aWMtY29sdW1ucy8iLCJzb3VyY2VzIjpbImNvbHVtbi9jb2x1bW4uY29tcG9uZW50Lm5nZmFjdG9yeS50cyIsImNvbHVtbi9jb2x1bW4uY29tcG9uZW50LnRzLkNvbHVtbkNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7Ozs7Ozs7Ozs7OztnRUNBQSxlQUF5QiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCAqIGFzIGkwIGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaTAuQ29tcG9uZW50RmFjdG9yeTtcbiIsIjxuZy1jb250ZW50PjwvbmctY29udGVudD4iXX0=
@@ -1 +0,0 @@
1
- {"moduleName":null,"summaries":[{"symbol":{"__symbol":0,"members":[]},"metadata":{"__symbolic":"class","members":{"width":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbol":1,"members":[]},"arguments":["style.flex.basis.px"]},{"__symbolic":"call","expression":{"__symbol":1,"members":[]},"arguments":["style.minWidth.px"]},{"__symbolic":"call","expression":{"__symbol":2,"members":[]}}]}],"__ctor__":[{"__symbolic":"constructor"}],"ngOnInit":[{"__symbolic":"method"}]}},"type":{"summaryKind":1,"type":{"reference":{"__symbol":0,"members":[]},"diDeps":[],"lifecycleHooks":[0]},"isComponent":true,"selector":"column","exportAs":null,"inputs":{"width":"width"},"outputs":{},"hostListeners":{},"hostProperties":{"style.flex.basis.px":"width","style.minWidth.px":"width"},"hostAttributes":{},"providers":[],"viewProviders":[],"queries":[],"guards":{},"viewQueries":[],"entryComponents":[],"changeDetection":1,"template":{"ngContentSelectors":["*"],"encapsulation":0,"styles":[],"animations":[]},"componentViewType":{"__symbol":3,"members":[]},"rendererType":{"__symbol":4,"members":[]},"componentFactory":{"__symbol":5,"members":[]}}}],"symbols":[{"__symbol":0,"name":"ColumnComponent","filePath":"./column.component"},{"__symbol":1,"name":"HostBinding","filePath":"@angular/core"},{"__symbol":2,"name":"Input","filePath":"@angular/core"},{"__symbol":3,"name":"View_ColumnComponent_0","filePath":"./column.component.ngfactory"},{"__symbol":4,"name":"RenderType_ColumnComponent","filePath":"./column.component.ngfactory"},{"__symbol":5,"name":"ColumnComponentNgFactory","filePath":"./column.component.ngfactory"}]}
@@ -1,9 +0,0 @@
1
- /**
2
- * @fileoverview This file was generated by the Angular template compiler. Do not edit.
3
- *
4
- * @suppress {suspiciousCode,uselessCode,missingProperties,missingOverride,checkTypes,extraRequire}
5
- * tslint:disable
6
- */
7
- var styles = ["[_nghost-%COMP%]{flex-grow:0;flex-shrink:0;width:0}"];
8
- export { styles as styles };
9
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY29sdW1uLmNvbXBvbmVudC5zY3NzLnNoaW0ubmdzdHlsZS5qcyIsInNvdXJjZVJvb3QiOiJuZzovL3N0YXRpYy1jb2x1bW5zLyIsInNvdXJjZXMiOlsiY29sdW1uL2NvbHVtbi5jb21wb25lbnQuc2Nzcy5zaGltLm5nc3R5bGUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCAqIGFzIGkwIGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaTAuQ29tcG9uZW50RmFjdG9yeTtcbiJdfQ==
@@ -1,3 +0,0 @@
1
- export * from './column.component';
2
- export * from './column-grow.directive';
3
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290Ijoibmc6Ly9zdGF0aWMtY29sdW1ucy8iLCJzb3VyY2VzIjpbImNvbHVtbi9pbmRleC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxjQUFjLG9CQUFvQixDQUFDO0FBQ25DLGNBQWMseUJBQXlCLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyJleHBvcnQgKiBmcm9tICcuL2NvbHVtbi5jb21wb25lbnQnO1xuZXhwb3J0ICogZnJvbSAnLi9jb2x1bW4tZ3Jvdy5kaXJlY3RpdmUnO1xuIl19
@@ -1 +0,0 @@
1
- {"moduleName":null,"summaries":[{"symbol":{"__symbol":0,"members":[]},"metadata":{"__symbol":1,"members":[]}},{"symbol":{"__symbol":2,"members":[]},"metadata":{"__symbol":3,"members":[]}}],"symbols":[{"__symbol":0,"name":"ColumnComponent","filePath":"./index"},{"__symbol":1,"name":"ColumnComponent","filePath":"./column.component"},{"__symbol":2,"name":"DirectiveGrow","filePath":"./index"},{"__symbol":3,"name":"DirectiveGrow","filePath":"./column-grow.directive"}]}
@@ -1,22 +0,0 @@
1
- import { Component, ViewChildren } from '@angular/core';
2
- import { ColumnComponent } from './column';
3
- // import { Log, Level } from 'ng2-logger/index';
4
- // const log = Log.create('test');
5
- // log.i('asdas')
6
- export class ColumnsComponent {
7
- constructor() {
8
- }
9
- ngOnInit() { }
10
- }
11
- ColumnsComponent.decorators = [
12
- { type: Component, args: [{
13
- selector: 'columns-container',
14
- template: "<ng-content></ng-content>\n",
15
- styles: [":host{display:flex;width:100%;align-content:streach;justify-content:space-between}"]
16
- },] }
17
- ];
18
- ColumnsComponent.ctorParameters = () => [];
19
- ColumnsComponent.propDecorators = {
20
- childrens: [{ type: ViewChildren, args: [ColumnComponent,] }]
21
- };
22
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY29sdW1ucy5jb21wb25lbnQuanMiLCJzb3VyY2VSb290Ijoibmc6Ly9zdGF0aWMtY29sdW1ucy8iLCJzb3VyY2VzIjpbImNvbHVtbnMuY29tcG9uZW50LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxTQUFTLEVBQTZCLFlBQVksRUFBYSxNQUFNLGVBQWUsQ0FBQztBQUM5RixPQUFPLEVBQUUsZUFBZSxFQUFFLE1BQU0sVUFBVSxDQUFDO0FBQzNDLGlEQUFpRDtBQUNqRCxrQ0FBa0M7QUFDbEMsaUJBQWlCO0FBT2pCLE1BQU0sT0FBTyxnQkFBZ0I7SUFHekI7SUFFQSxDQUFDO0lBQ0QsUUFBUSxLQUFLLENBQUM7OztZQVhqQixTQUFTLFNBQUM7Z0JBQ1AsUUFBUSxFQUFFLG1CQUFtQjtnQkFDN0IsdUNBQXVDOzthQUUxQzs7Ozt3QkFFSSxZQUFZLFNBQUMsZUFBZSIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENvbXBvbmVudCwgT25Jbml0LCBWaWV3RW5jYXBzdWxhdGlvbiwgVmlld0NoaWxkcmVuLCBRdWVyeUxpc3QgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IENvbHVtbkNvbXBvbmVudCB9IGZyb20gJy4vY29sdW1uJztcbi8vIGltcG9ydCB7IExvZywgTGV2ZWwgfSBmcm9tICduZzItbG9nZ2VyL2luZGV4Jztcbi8vIGNvbnN0IGxvZyA9IExvZy5jcmVhdGUoJ3Rlc3QnKTtcbi8vIGxvZy5pKCdhc2RhcycpXG5cbkBDb21wb25lbnQoe1xuICAgIHNlbGVjdG9yOiAnY29sdW1ucy1jb250YWluZXInLFxuICAgIHRlbXBsYXRlVXJsOiAnLi9jb2x1bW5zLmNvbXBvbmVudC5odG1sJyxcbiAgICBzdHlsZVVybHM6IFsnLi9jb2x1bW5zLmNvbXBvbmVudC5zY3NzJ11cbn0pXG5leHBvcnQgY2xhc3MgQ29sdW1uc0NvbXBvbmVudCBpbXBsZW1lbnRzIE9uSW5pdCB7XG4gICAgQFZpZXdDaGlsZHJlbihDb2x1bW5Db21wb25lbnQpIGNoaWxkcmVuczogUXVlcnlMaXN0PENvbHVtbkNvbXBvbmVudD47XG5cbiAgICBjb25zdHJ1Y3RvcigpIHtcblxuICAgIH1cbiAgICBuZ09uSW5pdCgpIHsgfVxufVxuIl19