tnp-helpers 13.0.5 → 13.0.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/browser/esm2020/lib/base-component.mjs +3 -3
- package/browser/esm2020/lib/base-formly-component.mjs +3 -3
- package/browser/esm2020/lib/index.mjs +3 -1
- package/browser/esm2020/lib/long-press.directive.mjs +3 -3
- package/browser/esm2020/lib/resize-service.mjs +3 -3
- package/browser/fesm2015/tnp-helpers.mjs +13 -12
- package/browser/fesm2015/tnp-helpers.mjs.map +1 -1
- package/browser/fesm2020/tnp-helpers.mjs +13 -12
- package/browser/fesm2020/tnp-helpers.mjs.map +1 -1
- package/client/esm2020/lib/base-component.mjs +3 -3
- package/client/esm2020/lib/base-formly-component.mjs +3 -3
- package/client/esm2020/lib/index.mjs +3 -1
- package/client/esm2020/lib/long-press.directive.mjs +3 -3
- package/client/esm2020/lib/resize-service.mjs +3 -3
- package/client/fesm2015/tnp-helpers.mjs +13 -12
- package/client/fesm2015/tnp-helpers.mjs.map +1 -1
- package/client/fesm2020/tnp-helpers.mjs +13 -12
- package/client/fesm2020/tnp-helpers.mjs.map +1 -1
- package/lib/index.js +1 -11
- package/lib/index.js.map +1 -1
- package/package.json +3 -3
- package/tmp-environment.json +49 -21
package/lib/index.js
CHANGED
|
@@ -10,16 +10,6 @@ var helpers_1 = require("./helpers");
|
|
|
10
10
|
// export * from './git-project';
|
|
11
11
|
exports.Helpers = helpers_1.HelpersTnp.Instance;
|
|
12
12
|
(0, tslib_1.__exportStar)(require("./project"), exports);
|
|
13
|
-
|
|
14
|
-
Object.defineProperty(exports, "BaseComponent", { enumerable: true, get: function () { return base_component_1.BaseComponent; } });
|
|
15
|
-
Object.defineProperty(exports, "BaseComponentForRouter", { enumerable: true, get: function () { return base_component_1.BaseComponentForRouter; } });
|
|
16
|
-
var base_formly_component_1 = require("./base-formly-component");
|
|
17
|
-
Object.defineProperty(exports, "BaseFormlyComponent", { enumerable: true, get: function () { return base_formly_component_1.BaseFormlyComponent; } });
|
|
18
|
-
var dual_component_ctrl_1 = require("./dual-component-ctrl");
|
|
19
|
-
Object.defineProperty(exports, "DualComponentController", { enumerable: true, get: function () { return dual_component_ctrl_1.DualComponentController; } });
|
|
20
|
-
var resize_service_1 = require("./resize-service");
|
|
21
|
-
Object.defineProperty(exports, "ResizeService", { enumerable: true, get: function () { return resize_service_1.ResizeService; } });
|
|
22
|
-
var long_press_directive_1 = require("./long-press.directive");
|
|
23
|
-
Object.defineProperty(exports, "LongPress", { enumerable: true, get: function () { return long_press_directive_1.LongPress; } });
|
|
13
|
+
|
|
24
14
|
//# sourceMappingURL=index.js.map
|
|
25
15
|
// @fixed
|
package/lib/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/lib/index.ts"],"names":[],"mappings":";;;;AAAA,qCAA+C;AAC/C,2DAA4B;AAE5B,kBAAkB;AAClB,uEAAwC;AACxC,YAAY;AACZ,iCAAiC;AACpB,QAAA,OAAO,GAAG,oBAAI,CAAC,QAAQ,CAAC;AACrC,yDAA0B;AAE1B,mDAAyE;AAAhE,+GAAA,aAAa,OAAA;AAAE,wHAAA,sBAAsB,OAAA;AAC9C,iEAA8D;AAArD,4HAAA,mBAAmB,OAAA;AAC5B,6DAAgE;AAAvD,8HAAA,uBAAuB,OAAA;AAChC,mDAAiD;AAAxC,+GAAA,aAAa,OAAA;AACtB,+DAAmD;AAA1C,iHAAA,SAAS,OAAA"}
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/lib/index.ts"],"names":[],"mappings":";;;;AAAA,qCAA+C;AAC/C,2DAA4B;AAE5B,kBAAkB;AAClB,uEAAwC;AACxC,YAAY;AACZ,iCAAiC;AACpB,QAAA,OAAO,GAAG,oBAAI,CAAC,QAAQ,CAAC;AACrC,yDAA0B;AAE1B,kBAAkB;AAClB,mDAAyE;AAAhE,+GAAA,aAAa,OAAA;AAAE,wHAAA,sBAAsB,OAAA;AAC9C,iEAA8D;AAArD,4HAAA,mBAAmB,OAAA;AAC5B,6DAAgE;AAAvD,8HAAA,uBAAuB,OAAA;AAChC,mDAAiD;AAAxC,+GAAA,aAAa,OAAA;AACtB,+DAAmD;AAA1C,iHAAA,SAAS,OAAA;AAClB,YAAY"}
|
package/package.json
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "13.0.
|
|
2
|
+
"version": "13.0.6",
|
|
3
3
|
"dependencies": {
|
|
4
4
|
"json5-writer": "0.2.0",
|
|
5
|
-
"morphi": "~13.0.
|
|
6
|
-
"tnp-models": "~13.0.
|
|
5
|
+
"morphi": "~13.0.5",
|
|
6
|
+
"tnp-models": "~13.0.4"
|
|
7
7
|
},
|
|
8
8
|
"scripts": {
|
|
9
9
|
"test": "echo \"Error: no test specified\" && exit 1"
|
package/tmp-environment.json
CHANGED
|
@@ -38,11 +38,11 @@
|
|
|
38
38
|
"firedev-helpers"
|
|
39
39
|
]
|
|
40
40
|
},
|
|
41
|
-
"version": "13.0.
|
|
41
|
+
"version": "13.0.6",
|
|
42
42
|
"dependencies": {
|
|
43
43
|
"json5-writer": "0.2.0",
|
|
44
|
-
"morphi": "~13.0.
|
|
45
|
-
"tnp-models": "~13.0.
|
|
44
|
+
"morphi": "~13.0.5",
|
|
45
|
+
"tnp-models": "~13.0.4"
|
|
46
46
|
},
|
|
47
47
|
"scripts": {
|
|
48
48
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
@@ -62,6 +62,7 @@
|
|
|
62
62
|
"@angular/compiler": "~13.2.0",
|
|
63
63
|
"@angular/compiler-cli": "~13.2.0",
|
|
64
64
|
"@angular/core": "~13.2.0",
|
|
65
|
+
"@angular/flex-layout": "~13.0.0-beta.38",
|
|
65
66
|
"@angular/forms": "~13.2.0",
|
|
66
67
|
"@angular/material": "~13.2.4",
|
|
67
68
|
"@angular/platform-browser": "~13.2.0",
|
|
@@ -69,7 +70,9 @@
|
|
|
69
70
|
"@angular/pwa": "~13.2.5",
|
|
70
71
|
"@angular/router": "~13.2.0",
|
|
71
72
|
"@angular/service-worker": "~13.2.0",
|
|
72
|
-
"@
|
|
73
|
+
"@iconify/icons-fa-solid": "1.2.2",
|
|
74
|
+
"@iconify/icons-mdi": "1.2.1",
|
|
75
|
+
"@mdi/js": "6.5.95",
|
|
73
76
|
"@ngrx/component-store": "~13.0.2",
|
|
74
77
|
"@ngrx/data": "~13.0.2",
|
|
75
78
|
"@ngrx/effects": "~13.0.2",
|
|
@@ -82,6 +85,12 @@
|
|
|
82
85
|
"@ngx-formly/core": "6.0.0-next.8",
|
|
83
86
|
"@ngx-formly/ionic": "6.0.0-next.8",
|
|
84
87
|
"@ngx-formly/material": "6.0.0-next.8",
|
|
88
|
+
"@ngx-loading-bar/core": "6.0.2",
|
|
89
|
+
"@ngx-loading-bar/http-client": "6.0.2",
|
|
90
|
+
"@ngx-loading-bar/router": "6.0.2",
|
|
91
|
+
"@ngx-translate/core": "14.0.0",
|
|
92
|
+
"@ngx-translate/http-loader": "7.0.0",
|
|
93
|
+
"@swimlane/ngx-datatable": "20.0.0",
|
|
85
94
|
"@types/chai": "4.1.2",
|
|
86
95
|
"@types/chokidar": "2.1.3",
|
|
87
96
|
"@types/dateformat": "1.0.1",
|
|
@@ -112,7 +121,7 @@
|
|
|
112
121
|
"@types/watch": "1.0.0",
|
|
113
122
|
"accepts": "1.3.4",
|
|
114
123
|
"axios": "0.17.1",
|
|
115
|
-
"background-worker-process": "~
|
|
124
|
+
"background-worker-process": "~13.0.1",
|
|
116
125
|
"bcryptjs": "2.4.3",
|
|
117
126
|
"body-parser": "1.18.2",
|
|
118
127
|
"bootstrap": "5.1.3",
|
|
@@ -149,6 +158,10 @@
|
|
|
149
158
|
"express-fileupload": "0.4.0",
|
|
150
159
|
"fbgraph": "1.4.1",
|
|
151
160
|
"file-loader": "1.1.5",
|
|
161
|
+
"firedev-crud": "~13.0.3",
|
|
162
|
+
"firedev-crud-deamon": "~13.0.1",
|
|
163
|
+
"firedev-ports": "~13.0.1",
|
|
164
|
+
"firedev-storage": "3.1.3",
|
|
152
165
|
"fkill": "6.1.0",
|
|
153
166
|
"font-awesome": "4.7.0",
|
|
154
167
|
"fs-extra": "8.1.0",
|
|
@@ -159,14 +172,14 @@
|
|
|
159
172
|
"http-proxy": "1.16.2",
|
|
160
173
|
"http-proxy-middleware": "0.19.1",
|
|
161
174
|
"http-server": "0.11.1",
|
|
162
|
-
"incremental-compiler": "~
|
|
175
|
+
"incremental-compiler": "~13.0.2",
|
|
163
176
|
"inquirer": "7.3.3",
|
|
164
177
|
"inquirer-autocomplete-prompt": "1.3.0",
|
|
165
178
|
"is-elevated": "3.0.0",
|
|
166
179
|
"istanbul-instrumenter-loader": "2.0.0",
|
|
167
180
|
"jasmine-core": "4.0.0",
|
|
168
181
|
"json-stringify-safe": "5.0.1",
|
|
169
|
-
"json10": "~
|
|
182
|
+
"json10": "~13.0.1",
|
|
170
183
|
"json5": "2.1.3",
|
|
171
184
|
"karma": "6.3.0",
|
|
172
185
|
"karma-chrome-launcher": "3.1.0",
|
|
@@ -177,7 +190,11 @@
|
|
|
177
190
|
"lnk": "1.0.1",
|
|
178
191
|
"lockfile": "1.0.4",
|
|
179
192
|
"lodash": "4.17.4",
|
|
180
|
-
"lodash-walk-object": "~
|
|
193
|
+
"lodash-walk-object": "~13.0.1",
|
|
194
|
+
"lodash.get": ">= 4",
|
|
195
|
+
"lodash.isequal": ">= 4",
|
|
196
|
+
"lodash.merge": ">= 4",
|
|
197
|
+
"lodash.set": ">= 4",
|
|
181
198
|
"lowdb": "1.0.0",
|
|
182
199
|
"magic-renamer": "~0.0.20",
|
|
183
200
|
"material-design-icons": "3.0.1",
|
|
@@ -188,8 +205,17 @@
|
|
|
188
205
|
"moment": "2.22.2",
|
|
189
206
|
"ng-packagr": "13.0.0",
|
|
190
207
|
"ng-talkback": "~2.4.25",
|
|
191
|
-
"ng2-logger": "~
|
|
192
|
-
"ng2-rest": "~13.0.
|
|
208
|
+
"ng2-logger": "~13.0.1",
|
|
209
|
+
"ng2-rest": "~13.0.4",
|
|
210
|
+
"ng4-icons": "~13.0.3",
|
|
211
|
+
"ng4-modal": "~13.0.2",
|
|
212
|
+
"ngx-bootstrap": "8.0.0",
|
|
213
|
+
"ngx-editor": "12.2.1",
|
|
214
|
+
"ngx-moment": "6.0.2",
|
|
215
|
+
"ngx-pipes": "3.0.0",
|
|
216
|
+
"ngx-store": "3.1.1",
|
|
217
|
+
"ngx-toastr": "14.2.2",
|
|
218
|
+
"ngx-wig": "13.0.3",
|
|
193
219
|
"node-cli-test": "0.0.2",
|
|
194
220
|
"node-cli-tester": "~0.0.22",
|
|
195
221
|
"node-localstorage": "2.1.6",
|
|
@@ -204,6 +230,7 @@
|
|
|
204
230
|
"passport-http-bearer": "1.0.1",
|
|
205
231
|
"password-hash": "1.2.2",
|
|
206
232
|
"portfinder": "1.0.21",
|
|
233
|
+
"prettier": "2.5.1",
|
|
207
234
|
"progress": "2.0.3",
|
|
208
235
|
"prompts": "0.1.8",
|
|
209
236
|
"ps-list": "6.1.0",
|
|
@@ -222,18 +249,19 @@
|
|
|
222
249
|
"sudo-block": "3.0.0",
|
|
223
250
|
"systeminformation": "3.45.7",
|
|
224
251
|
"task.js": "0.1.5",
|
|
225
|
-
"tnp-cli": "~
|
|
226
|
-
"tnp-config": "~
|
|
227
|
-
"tnp-core": "~
|
|
228
|
-
"tnp-db": "~
|
|
229
|
-
"tnp-helpers": "~13.0.
|
|
252
|
+
"tnp-cli": "~13.0.1",
|
|
253
|
+
"tnp-config": "~13.0.1",
|
|
254
|
+
"tnp-core": "~13.0.1",
|
|
255
|
+
"tnp-db": "~13.0.3",
|
|
256
|
+
"tnp-helpers": "~13.0.5",
|
|
230
257
|
"tnp-tools": "~0.0.46",
|
|
231
|
-
"tnp-ui": "~
|
|
258
|
+
"tnp-ui": "~13.0.1",
|
|
259
|
+
"ts-debug": "1.3.0",
|
|
232
260
|
"ts-node": "10.7.0",
|
|
233
261
|
"tslib": "~2.3.0",
|
|
234
262
|
"typeorm": "~0.2.45",
|
|
235
263
|
"typescript": "~4.5.2",
|
|
236
|
-
"typescript-class-helpers": "~
|
|
264
|
+
"typescript-class-helpers": "~13.0.1",
|
|
237
265
|
"typescript-formatter": "~7.2.2",
|
|
238
266
|
"underscore": "1.9.1",
|
|
239
267
|
"uuid": "8.3.2",
|
|
@@ -244,9 +272,9 @@
|
|
|
244
272
|
}
|
|
245
273
|
},
|
|
246
274
|
"build": {
|
|
247
|
-
"number":
|
|
248
|
-
"date": "2022-03-
|
|
249
|
-
"hash": "
|
|
275
|
+
"number": 330,
|
|
276
|
+
"date": "2022-03-12T20:22:02.000Z",
|
|
277
|
+
"hash": "d0df455dba347d262284bd89be359f97c9e3ba66",
|
|
250
278
|
"options": {}
|
|
251
279
|
},
|
|
252
280
|
"currentProjectName": "tnp-helpers",
|
|
@@ -254,7 +282,7 @@
|
|
|
254
282
|
"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%22tnp-helpers%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\"]}]}",
|
|
255
283
|
"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\"}]}",
|
|
256
284
|
"currentProjectType": "isomorphic-lib",
|
|
257
|
-
"currentFrameworkVersion": "0.0
|
|
285
|
+
"currentFrameworkVersion": "13.0.0",
|
|
258
286
|
"currentProjectIsStrictSite": false,
|
|
259
287
|
"currentProjectIsDependencySite": false,
|
|
260
288
|
"currentProjectIsStatic": false,
|