typescript-class-helpers 13.0.9 → 13.0.12
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/classname.mjs +35 -42
- package/browser/esm2020/lib/errors-messages.mjs +12 -0
- package/browser/esm2020/lib/index.mjs +14 -11
- package/browser/esm2020/lib/models.mjs +1 -1
- package/browser/esm2020/lib/registerd-db.mjs +5 -0
- package/browser/esm2020/lib/set-class-name.mjs +5 -5
- package/browser/esm2020/lib/symbols.mjs +1 -5
- package/browser/fesm2015/typescript-class-helpers.mjs +67 -60
- package/browser/fesm2015/typescript-class-helpers.mjs.map +1 -1
- package/browser/fesm2020/typescript-class-helpers.mjs +67 -60
- package/browser/fesm2020/typescript-class-helpers.mjs.map +1 -1
- package/browser/lib/classname.d.ts +2 -2
- package/browser/lib/errors-messages.d.ts +1 -0
- package/browser/lib/index.d.ts +9 -8
- package/browser/lib/models.d.ts +2 -0
- package/browser/lib/registerd-db.d.ts +5 -0
- package/browser/lib/symbols.d.ts +0 -3
- package/client/esm2020/lib/classname.mjs +35 -42
- package/client/esm2020/lib/errors-messages.mjs +12 -0
- package/client/esm2020/lib/index.mjs +14 -11
- package/client/esm2020/lib/models.mjs +1 -1
- package/client/esm2020/lib/registerd-db.mjs +5 -0
- package/client/esm2020/lib/set-class-name.mjs +5 -5
- package/client/esm2020/lib/symbols.mjs +1 -5
- package/client/fesm2015/typescript-class-helpers.mjs +67 -60
- package/client/fesm2015/typescript-class-helpers.mjs.map +1 -1
- package/client/fesm2020/typescript-class-helpers.mjs +67 -60
- package/client/fesm2020/typescript-class-helpers.mjs.map +1 -1
- package/client/lib/classname.d.ts +2 -2
- package/client/lib/errors-messages.d.ts +1 -0
- package/client/lib/index.d.ts +9 -8
- package/client/lib/models.d.ts +2 -0
- package/client/lib/registerd-db.d.ts +5 -0
- package/client/lib/symbols.d.ts +0 -3
- package/lib/classname.d.ts +2 -2
- package/lib/classname.js +33 -30
- package/lib/classname.js.map +1 -1
- package/lib/errors-messages.d.ts +1 -0
- package/lib/errors-messages.js +5 -0
- package/lib/errors-messages.js.map +1 -0
- package/lib/index.d.ts +9 -8
- package/lib/index.js +22 -19
- package/lib/index.js.map +1 -1
- package/lib/models.d.ts +2 -0
- package/lib/models.js.map +1 -1
- package/lib/registerd-db.d.ts +5 -0
- package/lib/registerd-db.js +8 -0
- package/lib/registerd-db.js.map +1 -0
- package/lib/set-class-name.js +4 -4
- package/lib/set-class-name.js.map +1 -1
- package/lib/symbols.d.ts +0 -3
- package/lib/symbols.js +0 -4
- package/lib/symbols.js.map +1 -1
- package/package.json +4 -229
- package/tmp-environment.json +34 -34
- package/lib/helpers-messages.d.ts +0 -19
- package/lib/helpers-messages.js +0 -120
- package/lib/helpers-messages.js.map +0 -1
package/tmp-environment.json
CHANGED
|
@@ -45,7 +45,7 @@
|
|
|
45
45
|
},
|
|
46
46
|
"name": "typescript-class-helpers",
|
|
47
47
|
"description": "Usefull helper to have in your typescript project",
|
|
48
|
-
"version": "13.0.
|
|
48
|
+
"version": "13.0.12",
|
|
49
49
|
"scripts": {
|
|
50
50
|
"test": "mocha --require ts-node/register src/**/*.spec.ts",
|
|
51
51
|
"test:watch": "mocha --compilers ts-node/register src/**/*.spec.ts --watch"
|
|
@@ -66,11 +66,11 @@
|
|
|
66
66
|
"homepage": "https://github.com/darekf77/typescript-class-helpers#readme",
|
|
67
67
|
"dependencies": {
|
|
68
68
|
"enum-values": "1.2.1",
|
|
69
|
-
"ng2-logger": "~13.0.
|
|
69
|
+
"ng2-logger": "~13.0.10"
|
|
70
70
|
},
|
|
71
71
|
"license": "MIT",
|
|
72
72
|
"private": false,
|
|
73
|
-
"lastBuildTagHash": "
|
|
73
|
+
"lastBuildTagHash": "1683ec633f58eaf5d0c5544990e400e8b0b156a0",
|
|
74
74
|
"devDependencies": {
|
|
75
75
|
"@angular-devkit/build-angular": "~13.2.5",
|
|
76
76
|
"@angular/animations": "~13.2.0",
|
|
@@ -144,11 +144,11 @@
|
|
|
144
144
|
"babel-core": "6.25.0",
|
|
145
145
|
"babel-preset-env": "1.7.0",
|
|
146
146
|
"babel-preset-es2015": "6.24.1",
|
|
147
|
-
"background-worker-process": "~13.0.
|
|
147
|
+
"background-worker-process": "~13.0.13",
|
|
148
148
|
"bcryptjs": "2.4.3",
|
|
149
149
|
"body-parser": "1.18.2",
|
|
150
150
|
"bootstrap": "5.1.3",
|
|
151
|
-
"bs4-breakpoint": "13.0.
|
|
151
|
+
"bs4-breakpoint": "13.0.9",
|
|
152
152
|
"buffer-shims": "1.0.0",
|
|
153
153
|
"callsite-record": "4.1.3",
|
|
154
154
|
"chai": "4.2.0",
|
|
@@ -181,10 +181,10 @@
|
|
|
181
181
|
"fbgraph": "1.4.1",
|
|
182
182
|
"file-loader": "1.1.5",
|
|
183
183
|
"firedev": "^13",
|
|
184
|
-
"firedev-crud": "~13.0.
|
|
185
|
-
"firedev-crud-deamon": "~13.0.
|
|
186
|
-
"firedev-ports": "~13.0.
|
|
187
|
-
"firedev-storage": "~13.0.
|
|
184
|
+
"firedev-crud": "~13.0.19",
|
|
185
|
+
"firedev-crud-deamon": "~13.0.12",
|
|
186
|
+
"firedev-ports": "~13.0.13",
|
|
187
|
+
"firedev-storage": "~13.0.9",
|
|
188
188
|
"fkill": "6.1.0",
|
|
189
189
|
"font-awesome": "4.7.0",
|
|
190
190
|
"fs-extra": "8.1.0",
|
|
@@ -195,7 +195,7 @@
|
|
|
195
195
|
"http-proxy": "1.16.2",
|
|
196
196
|
"http-proxy-middleware": "0.19.1",
|
|
197
197
|
"http-server": "0.11.1",
|
|
198
|
-
"incremental-compiler": "~13.0.
|
|
198
|
+
"incremental-compiler": "~13.0.11",
|
|
199
199
|
"inquirer": "7.3.3",
|
|
200
200
|
"inquirer-autocomplete-prompt": "1.3.0",
|
|
201
201
|
"is-elevated": "3.0.0",
|
|
@@ -203,7 +203,7 @@
|
|
|
203
203
|
"jasmine-core": "4.0.0",
|
|
204
204
|
"jscodeshift": "0.6.3",
|
|
205
205
|
"json-stringify-safe": "5.0.1",
|
|
206
|
-
"json10": "~13.0.
|
|
206
|
+
"json10": "~13.0.10",
|
|
207
207
|
"json10-writer": "~13.0.10",
|
|
208
208
|
"json5": "2.1.3",
|
|
209
209
|
"json5-writer": "0.2.0",
|
|
@@ -216,25 +216,25 @@
|
|
|
216
216
|
"lnk": "1.0.1",
|
|
217
217
|
"lockfile": "1.0.4",
|
|
218
218
|
"lodash": "4.17.4",
|
|
219
|
-
"lodash-walk-object": "~13.0.
|
|
219
|
+
"lodash-walk-object": "~13.0.10",
|
|
220
220
|
"lodash.get": ">= 4",
|
|
221
221
|
"lodash.isequal": ">= 4",
|
|
222
222
|
"lodash.merge": ">= 4",
|
|
223
223
|
"lodash.set": ">= 4",
|
|
224
224
|
"lowdb": "1.0.0",
|
|
225
|
-
"magic-renamer": "13.0.
|
|
225
|
+
"magic-renamer": "13.0.7",
|
|
226
226
|
"material-design-icons": "3.0.1",
|
|
227
227
|
"method-override": "2.3.10",
|
|
228
228
|
"minimist": "1.2.0",
|
|
229
229
|
"mkdirp": "0.5.1",
|
|
230
230
|
"mocha": "5.2.0",
|
|
231
231
|
"moment": "2.22.2",
|
|
232
|
-
"morphi": "~13.0.
|
|
232
|
+
"morphi": "~13.0.28",
|
|
233
233
|
"ng-packagr": "13.0.0",
|
|
234
|
-
"ng-talkback": "13.0.
|
|
235
|
-
"ng2-rest": "~13.0.
|
|
236
|
-
"ng4-icons": "~13.0.
|
|
237
|
-
"ng4-modal": "~13.0.
|
|
234
|
+
"ng-talkback": "~13.0.9",
|
|
235
|
+
"ng2-rest": "~13.0.13",
|
|
236
|
+
"ng4-icons": "~13.0.11",
|
|
237
|
+
"ng4-modal": "~13.0.13",
|
|
238
238
|
"ngx-bootstrap": "8.0.0",
|
|
239
239
|
"ngx-editor": "12.2.1",
|
|
240
240
|
"ngx-moment": "6.0.2",
|
|
@@ -242,7 +242,7 @@
|
|
|
242
242
|
"ngx-store": "3.1.1",
|
|
243
243
|
"ngx-toastr": "14.2.2",
|
|
244
244
|
"ngx-wig": "13.0.3",
|
|
245
|
-
"node-cli-tester": "13.0.
|
|
245
|
+
"node-cli-tester": "13.0.9",
|
|
246
246
|
"node-localstorage": "2.1.6",
|
|
247
247
|
"node-notifier": "6.0.0",
|
|
248
248
|
"nodemon": "1.14.11",
|
|
@@ -262,7 +262,7 @@
|
|
|
262
262
|
"ps-node": "0.1.6",
|
|
263
263
|
"q": "1.5.1",
|
|
264
264
|
"randomcolor": "0.5.3",
|
|
265
|
-
"record-replay-req-res-scenario": "13.0.
|
|
265
|
+
"record-replay-req-res-scenario": "13.0.10",
|
|
266
266
|
"reflect-metadata": "0.1.10",
|
|
267
267
|
"rimraf": "2.6.2",
|
|
268
268
|
"rxjs": "~7.5.0",
|
|
@@ -275,41 +275,41 @@
|
|
|
275
275
|
"sudo-block": "3.0.0",
|
|
276
276
|
"systeminformation": "3.45.7",
|
|
277
277
|
"task.js": "0.1.5",
|
|
278
|
-
"tnp-cli": "~13.0.
|
|
279
|
-
"tnp-config": "~13.0.
|
|
280
|
-
"tnp-core": "~13.0.
|
|
281
|
-
"tnp-db": "~13.0.
|
|
282
|
-
"tnp-helpers": "~13.0.
|
|
283
|
-
"tnp-models": "~13.0.
|
|
284
|
-
"tnp-ui": "~13.0.
|
|
278
|
+
"tnp-cli": "~13.0.11",
|
|
279
|
+
"tnp-config": "~13.0.15",
|
|
280
|
+
"tnp-core": "~13.0.34",
|
|
281
|
+
"tnp-db": "~13.0.22",
|
|
282
|
+
"tnp-helpers": "~13.0.18",
|
|
283
|
+
"tnp-models": "~13.0.13",
|
|
284
|
+
"tnp-ui": "~13.0.12",
|
|
285
285
|
"ts-debug": "1.3.0",
|
|
286
286
|
"ts-loader": "2.3.1",
|
|
287
287
|
"ts-node": "10.7.0",
|
|
288
288
|
"tslib": "~2.3.0",
|
|
289
289
|
"typeorm": "~0.2.45",
|
|
290
290
|
"typescript": "~4.5.2",
|
|
291
|
-
"typescript-class-helpers": "~13.0.
|
|
291
|
+
"typescript-class-helpers": "~13.0.11",
|
|
292
292
|
"typescript-formatter": "~7.2.2",
|
|
293
293
|
"underscore": "1.9.1",
|
|
294
294
|
"uuid": "8.3.2",
|
|
295
295
|
"validator": "9.2.0",
|
|
296
|
-
"vpn-split": "13.0.
|
|
296
|
+
"vpn-split": "13.0.14",
|
|
297
297
|
"watch": "1.0.2",
|
|
298
298
|
"zone.js": "~0.11.4"
|
|
299
299
|
}
|
|
300
300
|
},
|
|
301
301
|
"build": {
|
|
302
|
-
"number":
|
|
303
|
-
"date": "2022-
|
|
304
|
-
"hash": "
|
|
302
|
+
"number": 219,
|
|
303
|
+
"date": "2022-04-18T06:53:59.000Z",
|
|
304
|
+
"hash": "f6ccaabf8b999d5d1d3626ce98c2c8bd09c7d949",
|
|
305
305
|
"options": {}
|
|
306
306
|
},
|
|
307
307
|
"currentProjectName": "typescript-class-helpers",
|
|
308
308
|
"currentProjectPort": 4000,
|
|
309
|
-
"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%22typescript-class-helpers%22%0A%7D\"],\"
|
|
309
|
+
"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%22typescript-class-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\"]}]}",
|
|
310
310
|
"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\"}]}",
|
|
311
311
|
"currentProjectType": "isomorphic-lib",
|
|
312
|
-
"currentFrameworkVersion": "13.0.
|
|
312
|
+
"currentFrameworkVersion": "13.0.63",
|
|
313
313
|
"currentProjectIsStrictSite": false,
|
|
314
314
|
"currentProjectIsDependencySite": false,
|
|
315
315
|
"currentProjectIsStatic": false,
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
declare global {
|
|
2
|
-
namespace NodeJS {
|
|
3
|
-
interface Global {
|
|
4
|
-
tnp_normal_mode: boolean;
|
|
5
|
-
muteMessages: boolean;
|
|
6
|
-
testMode: boolean;
|
|
7
|
-
hideWarnings: boolean;
|
|
8
|
-
hideInfos: boolean;
|
|
9
|
-
hideLog: boolean;
|
|
10
|
-
tnpShowProgress?: boolean;
|
|
11
|
-
tnpNonInteractive?: boolean;
|
|
12
|
-
tnpNoColorsMode?: boolean;
|
|
13
|
-
}
|
|
14
|
-
}
|
|
15
|
-
}
|
|
16
|
-
export declare function error(details: any, noExit?: boolean, noTrace?: boolean): void;
|
|
17
|
-
export declare function info(details: string): void;
|
|
18
|
-
export declare function log(details: string): void;
|
|
19
|
-
export declare function warn(details: string, trace?: boolean): void;
|
package/lib/helpers-messages.js
DELETED
|
@@ -1,120 +0,0 @@
|
|
|
1
|
-
/* @fixed */ "use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.warn = exports.log = exports.info = exports.error = void 0;
|
|
4
|
-
//#region @backend
|
|
5
|
-
var tnp_cli_1 = require("tnp-cli");
|
|
6
|
-
//#endregion
|
|
7
|
-
var tnp_core_1 = require("tnp-core");
|
|
8
|
-
function error(details, noExit, noTrace) {
|
|
9
|
-
if (noExit === void 0) { noExit = false; }
|
|
10
|
-
if (noTrace === void 0) { noTrace = false; }
|
|
11
|
-
if (tnp_core_1.Helpers.isBrowser) {
|
|
12
|
-
console.error(details);
|
|
13
|
-
return;
|
|
14
|
-
}
|
|
15
|
-
//#region @backend
|
|
16
|
-
// Error.stackTraceLimit = Infinity;
|
|
17
|
-
if (!global.tnp_normal_mode) {
|
|
18
|
-
noTrace = true;
|
|
19
|
-
}
|
|
20
|
-
if (typeof details === 'object') {
|
|
21
|
-
try {
|
|
22
|
-
var json = JSON.stringify(details);
|
|
23
|
-
if (global.tnp_normal_mode) {
|
|
24
|
-
if (noTrace) {
|
|
25
|
-
!global.muteMessages && console.log(tnp_cli_1.CLI.chalk.red(json));
|
|
26
|
-
}
|
|
27
|
-
else {
|
|
28
|
-
!global.muteMessages && console.trace(tnp_cli_1.CLI.chalk.red(json));
|
|
29
|
-
}
|
|
30
|
-
}
|
|
31
|
-
else {
|
|
32
|
-
console.log(json);
|
|
33
|
-
return;
|
|
34
|
-
}
|
|
35
|
-
}
|
|
36
|
-
catch (error) {
|
|
37
|
-
if (global.tnp_normal_mode) {
|
|
38
|
-
if (noTrace) {
|
|
39
|
-
!global.muteMessages && console.log(details);
|
|
40
|
-
}
|
|
41
|
-
else {
|
|
42
|
-
!global.muteMessages && console.trace(details);
|
|
43
|
-
}
|
|
44
|
-
}
|
|
45
|
-
else {
|
|
46
|
-
console.log(details);
|
|
47
|
-
return;
|
|
48
|
-
}
|
|
49
|
-
}
|
|
50
|
-
}
|
|
51
|
-
else {
|
|
52
|
-
if (global.tnp_normal_mode) {
|
|
53
|
-
if (noTrace) {
|
|
54
|
-
!global.muteMessages && console.log(tnp_cli_1.CLI.chalk.red(details));
|
|
55
|
-
}
|
|
56
|
-
else {
|
|
57
|
-
!global.muteMessages && console.trace(tnp_cli_1.CLI.chalk.red(details));
|
|
58
|
-
}
|
|
59
|
-
}
|
|
60
|
-
else {
|
|
61
|
-
console.log(details);
|
|
62
|
-
return;
|
|
63
|
-
}
|
|
64
|
-
}
|
|
65
|
-
if (global[config.message.tnp_normal_mode]) {
|
|
66
|
-
if (!noExit) {
|
|
67
|
-
process.exit(1);
|
|
68
|
-
}
|
|
69
|
-
}
|
|
70
|
-
//#endregion
|
|
71
|
-
}
|
|
72
|
-
exports.error = error;
|
|
73
|
-
function info(details) {
|
|
74
|
-
if (tnp_core_1.Helpers.isBrowser) {
|
|
75
|
-
console.info(details);
|
|
76
|
-
return;
|
|
77
|
-
}
|
|
78
|
-
//#region @backend
|
|
79
|
-
if (!global.muteMessages && !global.hideInfos) {
|
|
80
|
-
console.log(tnp_cli_1.CLI.chalk.green(details));
|
|
81
|
-
global.tnpNonInteractive && PROGRESS_DATA.log({ msg: details });
|
|
82
|
-
}
|
|
83
|
-
//#endregion
|
|
84
|
-
}
|
|
85
|
-
exports.info = info;
|
|
86
|
-
function log(details) {
|
|
87
|
-
if (tnp_core_1.Helpers.isBrowser) {
|
|
88
|
-
console.log(details);
|
|
89
|
-
return;
|
|
90
|
-
}
|
|
91
|
-
//#region @backend
|
|
92
|
-
// console.log('global.muteMessages', global.muteMessages);
|
|
93
|
-
// console.log('global.hideLog', global.hideLog);
|
|
94
|
-
if ((!global.muteMessages && !global.hideLog)) {
|
|
95
|
-
console.log(tnp_cli_1.CLI.chalk.gray(details));
|
|
96
|
-
global.tnpNonInteractive && PROGRESS_DATA.log({ msg: details });
|
|
97
|
-
}
|
|
98
|
-
//#endregion
|
|
99
|
-
}
|
|
100
|
-
exports.log = log;
|
|
101
|
-
function warn(details, trace) {
|
|
102
|
-
if (trace === void 0) { trace = false; }
|
|
103
|
-
if (tnp_core_1.Helpers.isBrowser) {
|
|
104
|
-
console.warn(details);
|
|
105
|
-
return;
|
|
106
|
-
}
|
|
107
|
-
//#region @backend
|
|
108
|
-
if (!global.tnp_normal_mode) {
|
|
109
|
-
trace = false;
|
|
110
|
-
}
|
|
111
|
-
if (trace) {
|
|
112
|
-
(!global.muteMessages && !global.hideWarnings) && console.trace(tnp_cli_1.CLI.chalk.yellow(details));
|
|
113
|
-
}
|
|
114
|
-
else {
|
|
115
|
-
(!global.muteMessages && !global.hideWarnings) && console.log(tnp_cli_1.CLI.chalk.yellow(details));
|
|
116
|
-
}
|
|
117
|
-
//#endregion
|
|
118
|
-
}
|
|
119
|
-
exports.warn = warn;
|
|
120
|
-
//# sourceMappingURL=helpers-messages.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"helpers-messages.js","sourceRoot":"","sources":["../../src/lib/helpers-messages.ts"],"names":[],"mappings":";;;AAAA,kBAAkB;AAClB,mCAA8B;AAC9B,YAAY;AACZ,qCAAkC;AAwBlC,SAAgB,KAAK,CAAC,OAAY,EAAE,MAAc,EAAE,OAAe;IAA/B,uBAAA,EAAA,cAAc;IAAE,wBAAA,EAAA,eAAe;IACjE,IAAI,kBAAO,CAAC,SAAS,EAAE;QACrB,OAAO,CAAC,KAAK,CAAC,OAAO,CAAC,CAAA;QACtB,OAAO;KACR;IACD,kBAAkB;IAClB,oCAAoC;IACpC,IAAI,CAAC,MAAM,CAAC,eAAe,EAAE;QAC3B,OAAO,GAAG,IAAI,CAAC;KAChB;IACD,IAAI,OAAO,OAAO,KAAK,QAAQ,EAAE;QAC/B,IAAI;YACF,IAAM,IAAI,GAAG,IAAI,CAAC,SAAS,CAAC,OAAO,CAAC,CAAA;YACpC,IAAI,MAAM,CAAC,eAAe,EAAE;gBAC1B,IAAI,OAAO,EAAE;oBACX,CAAC,MAAM,CAAC,YAAY,IAAI,OAAO,CAAC,GAAG,CAAC,aAAG,CAAC,KAAK,CAAC,GAAG,CAAC,IAAI,CAAC,CAAC,CAAC;iBAC1D;qBAAM;oBACL,CAAC,MAAM,CAAC,YAAY,IAAI,OAAO,CAAC,KAAK,CAAC,aAAG,CAAC,KAAK,CAAC,GAAG,CAAC,IAAI,CAAC,CAAC,CAAC;iBAC5D;aACF;iBAAM;gBACL,OAAO,CAAC,GAAG,CAAC,IAAI,CAAC,CAAA;gBACjB,OAAO;aACR;SAGF;QAAC,OAAO,KAAK,EAAE;YACd,IAAI,MAAM,CAAC,eAAe,EAAE;gBAC1B,IAAI,OAAO,EAAE;oBACX,CAAC,MAAM,CAAC,YAAY,IAAI,OAAO,CAAC,GAAG,CAAC,OAAO,CAAC,CAAC;iBAC9C;qBAAM;oBACL,CAAC,MAAM,CAAC,YAAY,IAAI,OAAO,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC;iBAChD;aACF;iBAAM;gBACL,OAAO,CAAC,GAAG,CAAC,OAAO,CAAC,CAAA;gBACpB,OAAO;aACR;SACF;KACF;SAAM;QACL,IAAI,MAAM,CAAC,eAAe,EAAE;YAC1B,IAAI,OAAO,EAAE;gBACX,CAAC,MAAM,CAAC,YAAY,IAAI,OAAO,CAAC,GAAG,CAAC,aAAG,CAAC,KAAK,CAAC,GAAG,CAAC,OAAO,CAAC,CAAC,CAAC;aAC7D;iBAAM;gBACL,CAAC,MAAM,CAAC,YAAY,IAAI,OAAO,CAAC,KAAK,CAAC,aAAG,CAAC,KAAK,CAAC,GAAG,CAAC,OAAO,CAAC,CAAC,CAAC;aAC/D;SACF;aAAM;YACL,OAAO,CAAC,GAAG,CAAC,OAAO,CAAC,CAAA;YACpB,OAAO;SACR;KAEF;IAED,IAAI,MAAM,CAAC,MAAM,CAAC,OAAO,CAAC,eAAe,CAAC,EAAE;QAC1C,IAAI,CAAC,MAAM,EAAE;YACX,OAAO,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC;SACjB;KACF;IACD,YAAY;AACd,CAAC;AAzDD,sBAyDC;AAED,SAAgB,IAAI,CAAC,OAAe;IAClC,IAAI,kBAAO,CAAC,SAAS,EAAE;QACrB,OAAO,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QACtB,OAAO;KACR;IACD,kBAAkB;IAClB,IAAI,CAAC,MAAM,CAAC,YAAY,IAAI,CAAC,MAAM,CAAC,SAAS,EAAE;QAC7C,OAAO,CAAC,GAAG,CAAC,aAAG,CAAC,KAAK,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC,CAAA;QACrC,MAAM,CAAC,iBAAiB,IAAI,aAAa,CAAC,GAAG,CAAC,EAAE,GAAG,EAAE,OAAO,EAAE,CAAC,CAAA;KAChE;IACD,YAAY;AACd,CAAC;AAXD,oBAWC;AAED,SAAgB,GAAG,CAAC,OAAe;IACjC,IAAI,kBAAO,CAAC,SAAS,EAAE;QACrB,OAAO,CAAC,GAAG,CAAC,OAAO,CAAC,CAAC;QACrB,OAAO;KACR;IACD,kBAAkB;IAClB,2DAA2D;IAC3D,iDAAiD;IACjD,IAAI,CAAC,CAAC,MAAM,CAAC,YAAY,IAAI,CAAC,MAAM,CAAC,OAAO,CAAC,EAAE;QAC7C,OAAO,CAAC,GAAG,CAAC,aAAG,CAAC,KAAK,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC,CAAA;QACpC,MAAM,CAAC,iBAAiB,IAAI,aAAa,CAAC,GAAG,CAAC,EAAE,GAAG,EAAE,OAAO,EAAE,CAAC,CAAA;KAChE;IACD,YAAY;AACd,CAAC;AAbD,kBAaC;AAED,SAAgB,IAAI,CAAC,OAAe,EAAE,KAAa;IAAb,sBAAA,EAAA,aAAa;IACjD,IAAI,kBAAO,CAAC,SAAS,EAAE;QACrB,OAAO,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QACtB,OAAO;KACR;IACD,kBAAkB;IAClB,IAAI,CAAC,MAAM,CAAC,eAAe,EAAE;QAC3B,KAAK,GAAG,KAAK,CAAC;KACf;IACD,IAAI,KAAK,EAAE;QACT,CAAC,CAAC,MAAM,CAAC,YAAY,IAAI,CAAC,MAAM,CAAC,YAAY,CAAC,IAAI,OAAO,CAAC,KAAK,CAAC,aAAG,CAAC,KAAK,CAAC,MAAM,CAAC,OAAO,CAAC,CAAC,CAAA;KAC3F;SAAM;QACL,CAAC,CAAC,MAAM,CAAC,YAAY,IAAI,CAAC,MAAM,CAAC,YAAY,CAAC,IAAI,OAAO,CAAC,GAAG,CAAC,aAAG,CAAC,KAAK,CAAC,MAAM,CAAC,OAAO,CAAC,CAAC,CAAA;KACzF;IACD,YAAY;AACd,CAAC;AAfD,oBAeC"}
|