tnp-helpers 13.0.7 → 13.0.10
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/app.js +48 -2
- package/app.js.map +1 -1
- package/browser/esm2020/lib/base-component.mjs +4 -4
- package/browser/esm2020/lib/base-formly-component.mjs +7 -5
- package/browser/esm2020/lib/condition-wait.mjs +1 -1
- package/browser/esm2020/lib/constants.mjs +1 -1
- package/browser/esm2020/lib/dual-component-ctrl.mjs +3 -1
- package/browser/esm2020/lib/helpers-array-obj.mjs +1 -1
- package/browser/esm2020/lib/helpers-environment.mjs +12 -2
- package/browser/esm2020/lib/helpers-strings-regexes.mjs +1 -1
- package/browser/esm2020/lib/helpers-strings.mjs +1 -1
- package/browser/esm2020/lib/helpers.mjs +164 -2
- package/browser/esm2020/lib/index.mjs +3 -1
- package/browser/esm2020/lib/long-press.directive.mjs +11 -5
- package/browser/esm2020/lib/project.mjs +314 -2
- package/browser/esm2020/lib/resize-service.mjs +4 -4
- package/browser/fesm2015/tnp-helpers.mjs +496 -14
- package/browser/fesm2015/tnp-helpers.mjs.map +1 -1
- package/browser/fesm2020/tnp-helpers.mjs +497 -15
- package/browser/fesm2020/tnp-helpers.mjs.map +1 -1
- package/browser/lib/project.d.ts +2 -0
- package/client/esm2020/lib/base-component.mjs +4 -4
- package/client/esm2020/lib/base-formly-component.mjs +7 -5
- package/client/esm2020/lib/condition-wait.mjs +1 -1
- package/client/esm2020/lib/constants.mjs +1 -1
- package/client/esm2020/lib/dual-component-ctrl.mjs +3 -1
- package/client/esm2020/lib/helpers-array-obj.mjs +1 -1
- package/client/esm2020/lib/helpers-environment.mjs +12 -2
- package/client/esm2020/lib/helpers-strings-regexes.mjs +1 -1
- package/client/esm2020/lib/helpers-strings.mjs +1 -1
- package/client/esm2020/lib/helpers.mjs +164 -2
- package/client/esm2020/lib/index.mjs +3 -1
- package/client/esm2020/lib/long-press.directive.mjs +11 -5
- package/client/esm2020/lib/project.mjs +314 -2
- package/client/esm2020/lib/resize-service.mjs +4 -4
- package/client/fesm2015/tnp-helpers.mjs +496 -14
- package/client/fesm2015/tnp-helpers.mjs.map +1 -1
- package/client/fesm2020/tnp-helpers.mjs +497 -15
- package/client/fesm2020/tnp-helpers.mjs.map +1 -1
- package/client/lib/project.d.ts +2 -0
- package/index.js +2 -3
- package/lib/base-component.js +3 -3
- package/lib/base-component.js.map +1 -1
- package/lib/base-formly-component.js +3 -3
- package/lib/base-formly-component.js.map +1 -1
- package/lib/condition-wait.js +2 -3
- package/lib/constants.js +2 -3
- package/lib/dual-component-ctrl.js +2 -3
- package/lib/git-project.js +2 -3
- package/lib/helpers-array-obj.js +2 -3
- package/lib/helpers-cli-tool.backend.js +2 -3
- package/lib/helpers-dependencies.backend.js +2 -3
- package/lib/helpers-environment.js +2 -3
- package/lib/helpers-file-folders.backend.js +2 -3
- package/lib/helpers-git.backend.js +2 -3
- package/lib/helpers-json5.backend.js +2 -3
- package/lib/helpers-morphi-framework.backend.js +2 -3
- package/lib/helpers-network.backend.js +2 -3
- package/lib/helpers-npm.backend.js +2 -3
- package/lib/helpers-path.backend.js +2 -3
- package/lib/helpers-process.backend.d.ts +1 -0
- package/lib/helpers-process.backend.js +5 -3
- package/lib/helpers-process.backend.js.map +1 -1
- package/lib/helpers-strings-regexes.js +2 -3
- package/lib/helpers-strings.js +2 -3
- package/lib/helpers-system-terminal.backend.js +2 -3
- package/lib/helpers.js +2 -3
- package/lib/index.js +15 -4
- package/lib/long-press.directive.js +2 -3
- package/lib/merge-helpers.backend.js +2 -3
- package/lib/project.d.ts +2 -0
- package/lib/project.js +2 -3
- package/lib/project.js.map +1 -1
- package/lib/resize-service.js +2 -3
- package/lib/ts-code/index.js +2 -3
- package/lib/ts-code/ts-code-extractor.js +2 -3
- package/lib/ts-code/ts-code-modifier.backend.js +2 -3
- package/package.json +3 -3
- package/tmp-environment.json +23 -23
|
@@ -137,8 +137,18 @@ class HelpersStringsRegexes {
|
|
|
137
137
|
}
|
|
138
138
|
}
|
|
139
139
|
|
|
140
|
+
/* */
|
|
141
|
+
/* */
|
|
142
|
+
/* */
|
|
143
|
+
/* */
|
|
140
144
|
class HelpersEnvironment {
|
|
141
145
|
environmentName(filename, local_env_name) {
|
|
146
|
+
/* */
|
|
147
|
+
/* */
|
|
148
|
+
/* */
|
|
149
|
+
/* */
|
|
150
|
+
/* */
|
|
151
|
+
/* */
|
|
142
152
|
}
|
|
143
153
|
isValidGitRepuUrl(url) {
|
|
144
154
|
const regex = /^([A-Za-z0-9]+@|http(|s)\:\/\/)([A-Za-z0-9.]+(:\d+)?)(?::|\/)([\d\/\w.-]+?)(\.git)?$/;
|
|
@@ -280,11 +290,102 @@ function applyMixins(derivedCtor, baseCtors) {
|
|
|
280
290
|
}
|
|
281
291
|
// @ts-ignore
|
|
282
292
|
class HelpersTnp extends CoreHelpers {
|
|
283
|
-
constructor(
|
|
293
|
+
constructor(
|
|
294
|
+
/* */
|
|
295
|
+
/* */
|
|
296
|
+
/* */
|
|
297
|
+
/* */
|
|
298
|
+
/* */
|
|
299
|
+
/* */
|
|
300
|
+
/* */
|
|
301
|
+
/* */
|
|
302
|
+
/* */
|
|
303
|
+
/* */
|
|
304
|
+
/* */
|
|
305
|
+
/* */
|
|
306
|
+
arrays = new HelpersArrayObj(), strings = new HelpersStrings()) {
|
|
284
307
|
super();
|
|
285
308
|
this.arrays = arrays;
|
|
286
309
|
this.strings = strings;
|
|
287
310
|
this.conditionWait = conditionWait;
|
|
311
|
+
/* */
|
|
312
|
+
/* */
|
|
313
|
+
/* */
|
|
314
|
+
/* */
|
|
315
|
+
/* */
|
|
316
|
+
/* */
|
|
317
|
+
/* */
|
|
318
|
+
/* */
|
|
319
|
+
/* */
|
|
320
|
+
/* */
|
|
321
|
+
/* */
|
|
322
|
+
/* */
|
|
323
|
+
/* */
|
|
324
|
+
/* */
|
|
325
|
+
/* */
|
|
326
|
+
/* */
|
|
327
|
+
/* */
|
|
328
|
+
/* */
|
|
329
|
+
/* */
|
|
330
|
+
/* */
|
|
331
|
+
/* */
|
|
332
|
+
/* */
|
|
333
|
+
/* */
|
|
334
|
+
/* */
|
|
335
|
+
/* */
|
|
336
|
+
/* */
|
|
337
|
+
/* */
|
|
338
|
+
/* */
|
|
339
|
+
/* */
|
|
340
|
+
/* */
|
|
341
|
+
/* */
|
|
342
|
+
/* */
|
|
343
|
+
/* */
|
|
344
|
+
/* */
|
|
345
|
+
/* */
|
|
346
|
+
/* */
|
|
347
|
+
/* */
|
|
348
|
+
/* */
|
|
349
|
+
/* */
|
|
350
|
+
/* */
|
|
351
|
+
/* */
|
|
352
|
+
/* */
|
|
353
|
+
/* */
|
|
354
|
+
/* */
|
|
355
|
+
/* */
|
|
356
|
+
/* */
|
|
357
|
+
/* */
|
|
358
|
+
/* */
|
|
359
|
+
/* */
|
|
360
|
+
/* */
|
|
361
|
+
/* */
|
|
362
|
+
/* */
|
|
363
|
+
/* */
|
|
364
|
+
/* */
|
|
365
|
+
/* */
|
|
366
|
+
/* */
|
|
367
|
+
/* */
|
|
368
|
+
/* */
|
|
369
|
+
/* */
|
|
370
|
+
/* */
|
|
371
|
+
/* */
|
|
372
|
+
/* */
|
|
373
|
+
/* */
|
|
374
|
+
/* */
|
|
375
|
+
/* */
|
|
376
|
+
/* */
|
|
377
|
+
/* */
|
|
378
|
+
/* */
|
|
379
|
+
/* */
|
|
380
|
+
/* */
|
|
381
|
+
/* */
|
|
382
|
+
/* */
|
|
383
|
+
/* */
|
|
384
|
+
/* */
|
|
385
|
+
/* */
|
|
386
|
+
/* */
|
|
387
|
+
/* */
|
|
388
|
+
/* */
|
|
288
389
|
this.applyMixins = applyMixins;
|
|
289
390
|
}
|
|
290
391
|
static get Instance() {
|
|
@@ -297,10 +398,69 @@ class HelpersTnp extends CoreHelpers {
|
|
|
297
398
|
CLASS.setName(f, name);
|
|
298
399
|
return f;
|
|
299
400
|
}
|
|
401
|
+
/* */
|
|
402
|
+
/* */
|
|
403
|
+
/* */
|
|
404
|
+
/* */
|
|
405
|
+
/* */
|
|
406
|
+
/* */
|
|
407
|
+
/* */
|
|
408
|
+
/* */
|
|
409
|
+
/* */
|
|
410
|
+
/* */
|
|
411
|
+
/* */
|
|
412
|
+
/* */
|
|
413
|
+
/* */
|
|
414
|
+
/* */
|
|
415
|
+
/* */
|
|
416
|
+
/* */
|
|
417
|
+
/* */
|
|
418
|
+
/* */
|
|
419
|
+
/* */
|
|
420
|
+
/* */
|
|
421
|
+
/* */
|
|
422
|
+
/* */
|
|
423
|
+
/* */
|
|
424
|
+
/* */
|
|
425
|
+
/* */
|
|
426
|
+
/* */
|
|
427
|
+
/* */
|
|
428
|
+
/* */
|
|
429
|
+
/* */
|
|
430
|
+
/* */
|
|
431
|
+
/* */
|
|
300
432
|
isElevated() {
|
|
301
433
|
return __awaiter(this, void 0, void 0, function* () {
|
|
434
|
+
/* */
|
|
435
|
+
/* */
|
|
436
|
+
/* */
|
|
437
|
+
/* */
|
|
302
438
|
});
|
|
303
439
|
}
|
|
440
|
+
/* */
|
|
441
|
+
/* */
|
|
442
|
+
/* */
|
|
443
|
+
/* */
|
|
444
|
+
/* */
|
|
445
|
+
/* */
|
|
446
|
+
/* */
|
|
447
|
+
/* */
|
|
448
|
+
/* */
|
|
449
|
+
/* */
|
|
450
|
+
/* */
|
|
451
|
+
/* */
|
|
452
|
+
/* */
|
|
453
|
+
/* */
|
|
454
|
+
/* */
|
|
455
|
+
/* */
|
|
456
|
+
/* */
|
|
457
|
+
/* */
|
|
458
|
+
/* */
|
|
459
|
+
/* */
|
|
460
|
+
/* */
|
|
461
|
+
/* */
|
|
462
|
+
/* */
|
|
463
|
+
/* */
|
|
304
464
|
mesureExectionInMs(description, functionToExecute, ...functionArguments) {
|
|
305
465
|
return __awaiter(this, void 0, void 0, function* () {
|
|
306
466
|
var start = new Date();
|
|
@@ -310,6 +470,8 @@ class HelpersTnp extends CoreHelpers {
|
|
|
310
470
|
if (Morphi.IsBrowser) {
|
|
311
471
|
Helpers.info(`Execution time: ${end.toString()}ms for "${description}"`);
|
|
312
472
|
}
|
|
473
|
+
/* */
|
|
474
|
+
/* */
|
|
313
475
|
return end;
|
|
314
476
|
});
|
|
315
477
|
}
|
|
@@ -321,6 +483,8 @@ class HelpersTnp extends CoreHelpers {
|
|
|
321
483
|
if (Morphi.IsBrowser) {
|
|
322
484
|
Helpers.info(`Execution time: ${end.toString()}ms for "${description}"`);
|
|
323
485
|
}
|
|
486
|
+
/* */
|
|
487
|
+
/* */
|
|
324
488
|
return end;
|
|
325
489
|
}
|
|
326
490
|
waitForCondition(conditionFn, howOfftenCheckInMs = 1000) {
|
|
@@ -339,6 +503,11 @@ class HelpersTnp extends CoreHelpers {
|
|
|
339
503
|
}));
|
|
340
504
|
}
|
|
341
505
|
getBrowserVerPath(moduleName) {
|
|
506
|
+
/* */
|
|
507
|
+
/* */
|
|
508
|
+
/* */
|
|
509
|
+
/* */
|
|
510
|
+
/* */
|
|
342
511
|
}
|
|
343
512
|
getMethodName(obj, method) {
|
|
344
513
|
var methodName = null;
|
|
@@ -369,29 +538,227 @@ class HelpersTnp extends CoreHelpers {
|
|
|
369
538
|
applyMixins(HelpersTnp, [
|
|
370
539
|
HelpersStringsRegexes,
|
|
371
540
|
HelpersEnvironment,
|
|
541
|
+
/* */
|
|
542
|
+
/* */
|
|
543
|
+
/* */
|
|
372
544
|
]);
|
|
373
545
|
|
|
374
546
|
const BaselineSiteJoinprefix = '__';
|
|
375
547
|
|
|
548
|
+
/* */
|
|
376
549
|
const Helpers$1 = HelpersTnp.Instance;
|
|
377
550
|
class Project {
|
|
378
551
|
constructor() {
|
|
552
|
+
/* */
|
|
553
|
+
/* */
|
|
379
554
|
this.cache = {};
|
|
380
555
|
this.browser = {};
|
|
381
556
|
}
|
|
382
557
|
static typeFrom(location) {
|
|
558
|
+
/* */
|
|
559
|
+
/* */
|
|
560
|
+
/* */
|
|
561
|
+
/* */
|
|
562
|
+
/* */
|
|
563
|
+
/* */
|
|
564
|
+
/* */
|
|
565
|
+
/* */
|
|
566
|
+
/* */
|
|
567
|
+
/* */
|
|
568
|
+
/* */
|
|
569
|
+
/* */
|
|
383
570
|
return (void 0);
|
|
384
571
|
}
|
|
385
572
|
static unload(project) {
|
|
386
573
|
Project.projects = Project.projects.filter(f => f !== project);
|
|
387
574
|
}
|
|
388
575
|
static From(location) {
|
|
576
|
+
/* */
|
|
577
|
+
/* */
|
|
578
|
+
/* */
|
|
579
|
+
/* */
|
|
580
|
+
/* */
|
|
581
|
+
/* */
|
|
582
|
+
/* */
|
|
583
|
+
/* */
|
|
584
|
+
/* */
|
|
585
|
+
/* */
|
|
586
|
+
/* */
|
|
587
|
+
/* */
|
|
588
|
+
/* */
|
|
589
|
+
/* */
|
|
590
|
+
/* */
|
|
591
|
+
/* */
|
|
592
|
+
/* */
|
|
593
|
+
/* */
|
|
594
|
+
/* */
|
|
595
|
+
/* */
|
|
596
|
+
/* */
|
|
597
|
+
/* */
|
|
598
|
+
/* */
|
|
599
|
+
/* */
|
|
600
|
+
/* */
|
|
601
|
+
/* */
|
|
602
|
+
/* */
|
|
603
|
+
/* */
|
|
604
|
+
/* */
|
|
605
|
+
/* */
|
|
606
|
+
/* */
|
|
607
|
+
/* */
|
|
608
|
+
/* */
|
|
609
|
+
/* */
|
|
610
|
+
/* */
|
|
611
|
+
/* */
|
|
612
|
+
/* */
|
|
613
|
+
/* */
|
|
614
|
+
/* */
|
|
615
|
+
/* */
|
|
616
|
+
/* */
|
|
617
|
+
/* */
|
|
618
|
+
/* */
|
|
619
|
+
/* */
|
|
620
|
+
/* */
|
|
621
|
+
/* */
|
|
622
|
+
/* */
|
|
623
|
+
/* */
|
|
624
|
+
/* */
|
|
625
|
+
/* */
|
|
626
|
+
/* */
|
|
627
|
+
/* */
|
|
628
|
+
/* */
|
|
629
|
+
/* */
|
|
630
|
+
/* */
|
|
631
|
+
/* */
|
|
632
|
+
/* */
|
|
633
|
+
/* */
|
|
634
|
+
/* */
|
|
635
|
+
/* */
|
|
636
|
+
/* */
|
|
637
|
+
/* */
|
|
638
|
+
/* */
|
|
639
|
+
/* */
|
|
640
|
+
/* */
|
|
641
|
+
/* */
|
|
642
|
+
/* */
|
|
643
|
+
/* */
|
|
644
|
+
/* */
|
|
645
|
+
/* */
|
|
646
|
+
/* */
|
|
647
|
+
/* */
|
|
648
|
+
/* */
|
|
649
|
+
/* */
|
|
650
|
+
/* */
|
|
651
|
+
/* */
|
|
652
|
+
/* */
|
|
653
|
+
/* */
|
|
654
|
+
/* */
|
|
655
|
+
/* */
|
|
656
|
+
/* */
|
|
657
|
+
/* */
|
|
658
|
+
/* */
|
|
659
|
+
/* */
|
|
660
|
+
/* */
|
|
661
|
+
/* */
|
|
662
|
+
/* */
|
|
663
|
+
/* */
|
|
664
|
+
/* */
|
|
665
|
+
/* */
|
|
666
|
+
/* */
|
|
667
|
+
/* */
|
|
668
|
+
/* */
|
|
669
|
+
/* */
|
|
670
|
+
/* */
|
|
671
|
+
/* */
|
|
672
|
+
/* */
|
|
673
|
+
/* */
|
|
674
|
+
/* */
|
|
675
|
+
/* */
|
|
389
676
|
return (void 0);
|
|
390
677
|
}
|
|
391
678
|
static nearestTo(absoluteLocation, options) {
|
|
679
|
+
/* */
|
|
680
|
+
/* */
|
|
681
|
+
/* */
|
|
682
|
+
/* */
|
|
683
|
+
/* */
|
|
684
|
+
/* */
|
|
685
|
+
/* */
|
|
686
|
+
/* */
|
|
687
|
+
/* */
|
|
688
|
+
/* */
|
|
689
|
+
/* */
|
|
690
|
+
/* */
|
|
691
|
+
/* */
|
|
692
|
+
/* */
|
|
693
|
+
/* */
|
|
694
|
+
/* */
|
|
695
|
+
/* */
|
|
696
|
+
/* */
|
|
697
|
+
/* */
|
|
698
|
+
/* */
|
|
699
|
+
/* */
|
|
700
|
+
/* */
|
|
701
|
+
/* */
|
|
702
|
+
/* */
|
|
703
|
+
/* */
|
|
704
|
+
/* */
|
|
705
|
+
/* */
|
|
706
|
+
/* */
|
|
707
|
+
/* */
|
|
708
|
+
/* */
|
|
709
|
+
/* */
|
|
710
|
+
/* */
|
|
711
|
+
/* */
|
|
712
|
+
/* */
|
|
713
|
+
/* */
|
|
714
|
+
/* */
|
|
715
|
+
/* */
|
|
716
|
+
/* */
|
|
717
|
+
/* */
|
|
718
|
+
/* */
|
|
719
|
+
/* */
|
|
720
|
+
/* */
|
|
721
|
+
/* */
|
|
722
|
+
/* */
|
|
723
|
+
/* */
|
|
724
|
+
/* */
|
|
725
|
+
/* */
|
|
726
|
+
/* */
|
|
727
|
+
/* */
|
|
728
|
+
/* */
|
|
729
|
+
/* */
|
|
730
|
+
/* */
|
|
731
|
+
/* */
|
|
732
|
+
/* */
|
|
733
|
+
/* */
|
|
734
|
+
/* */
|
|
735
|
+
/* */
|
|
736
|
+
/* */
|
|
392
737
|
return (void 0);
|
|
393
738
|
}
|
|
394
739
|
static allProjectFrom(absoluteLocation, stopOnCwd = '/') {
|
|
740
|
+
/* */
|
|
741
|
+
/* */
|
|
742
|
+
/* */
|
|
743
|
+
/* */
|
|
744
|
+
/* */
|
|
745
|
+
/* */
|
|
746
|
+
/* */
|
|
747
|
+
/* */
|
|
748
|
+
/* */
|
|
749
|
+
/* */
|
|
750
|
+
/* */
|
|
751
|
+
/* */
|
|
752
|
+
/* */
|
|
753
|
+
/* */
|
|
754
|
+
/* */
|
|
755
|
+
/* */
|
|
756
|
+
/* */
|
|
757
|
+
/* */
|
|
758
|
+
/* */
|
|
759
|
+
/* */
|
|
760
|
+
/* */
|
|
761
|
+
/* */
|
|
395
762
|
return (void 0);
|
|
396
763
|
}
|
|
397
764
|
static DefaultPortByType(type) {
|
|
@@ -424,17 +791,86 @@ class Project {
|
|
|
424
791
|
if (Helpers$1.isBrowser) {
|
|
425
792
|
return true;
|
|
426
793
|
}
|
|
794
|
+
/* */
|
|
795
|
+
/* */
|
|
427
796
|
}
|
|
428
797
|
static get Current() {
|
|
798
|
+
/* */
|
|
799
|
+
/* */
|
|
800
|
+
/* */
|
|
801
|
+
/* */
|
|
802
|
+
/* */
|
|
803
|
+
/* */
|
|
804
|
+
/* */
|
|
805
|
+
/* */
|
|
806
|
+
/* */
|
|
807
|
+
/* */
|
|
808
|
+
/* */
|
|
429
809
|
return (void 0);
|
|
430
810
|
}
|
|
811
|
+
/* */
|
|
812
|
+
/* */
|
|
813
|
+
/* */
|
|
814
|
+
/* */
|
|
431
815
|
static get Tnp() {
|
|
816
|
+
/* */
|
|
817
|
+
/* */
|
|
818
|
+
/* */
|
|
819
|
+
/* */
|
|
820
|
+
/* */
|
|
821
|
+
/* */
|
|
822
|
+
/* */
|
|
432
823
|
return (void 0);
|
|
433
824
|
}
|
|
434
|
-
static by(libraryType, version
|
|
825
|
+
static by(libraryType, version
|
|
826
|
+
/* */
|
|
827
|
+
/* */
|
|
828
|
+
) {
|
|
829
|
+
/* */
|
|
830
|
+
/* */
|
|
831
|
+
/* */
|
|
832
|
+
/* */
|
|
833
|
+
/* */
|
|
834
|
+
/* */
|
|
835
|
+
/* */
|
|
836
|
+
/* */
|
|
837
|
+
/* */
|
|
838
|
+
/* */
|
|
839
|
+
/* */
|
|
840
|
+
/* */
|
|
841
|
+
/* */
|
|
842
|
+
/* */
|
|
843
|
+
/* */
|
|
844
|
+
/* */
|
|
845
|
+
/* */
|
|
846
|
+
/* */
|
|
847
|
+
/* */
|
|
848
|
+
/* */
|
|
849
|
+
/* */
|
|
850
|
+
/* */
|
|
851
|
+
/* */
|
|
852
|
+
/* */
|
|
853
|
+
/* */
|
|
854
|
+
/* */
|
|
855
|
+
/* */
|
|
435
856
|
return (void 0);
|
|
436
857
|
}
|
|
437
858
|
defineProperty(variableName, classFn) {
|
|
859
|
+
/* */
|
|
860
|
+
/* */
|
|
861
|
+
/* */
|
|
862
|
+
/* */
|
|
863
|
+
/* */
|
|
864
|
+
/* */
|
|
865
|
+
/* */
|
|
866
|
+
/* */
|
|
867
|
+
/* */
|
|
868
|
+
/* */
|
|
869
|
+
/* */
|
|
870
|
+
/* */
|
|
871
|
+
/* */
|
|
872
|
+
/* */
|
|
873
|
+
/* */
|
|
438
874
|
return (void 0);
|
|
439
875
|
}
|
|
440
876
|
setType(type) {
|
|
@@ -460,6 +896,50 @@ Project.projects = [];
|
|
|
460
896
|
* This may break things that are creating new projects
|
|
461
897
|
*/
|
|
462
898
|
Project.emptyLocations = [];
|
|
899
|
+
/* */
|
|
900
|
+
/* */
|
|
901
|
+
/* */
|
|
902
|
+
/* */
|
|
903
|
+
/* */
|
|
904
|
+
/* */
|
|
905
|
+
/* */
|
|
906
|
+
/* */
|
|
907
|
+
/* */
|
|
908
|
+
/* */
|
|
909
|
+
/* */
|
|
910
|
+
/* */
|
|
911
|
+
/* */
|
|
912
|
+
/* */
|
|
913
|
+
/* */
|
|
914
|
+
/* */
|
|
915
|
+
/* */
|
|
916
|
+
/* */
|
|
917
|
+
/* */
|
|
918
|
+
/* */
|
|
919
|
+
/* */
|
|
920
|
+
/* */
|
|
921
|
+
/* */
|
|
922
|
+
/* */
|
|
923
|
+
/* */
|
|
924
|
+
/* */
|
|
925
|
+
/* */
|
|
926
|
+
/* */
|
|
927
|
+
/* */
|
|
928
|
+
/* */
|
|
929
|
+
/* */
|
|
930
|
+
/* */
|
|
931
|
+
/* */
|
|
932
|
+
/* */
|
|
933
|
+
/* */
|
|
934
|
+
/* */
|
|
935
|
+
/* */
|
|
936
|
+
/* */
|
|
937
|
+
/* */
|
|
938
|
+
/* */
|
|
939
|
+
/* */
|
|
940
|
+
/* */
|
|
941
|
+
/* */
|
|
942
|
+
/* */
|
|
463
943
|
|
|
464
944
|
class BaseComponent {
|
|
465
945
|
constructor() {
|
|
@@ -472,9 +952,9 @@ class BaseComponent {
|
|
|
472
952
|
this.handlers.length = 0;
|
|
473
953
|
}
|
|
474
954
|
}
|
|
475
|
-
BaseComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.
|
|
476
|
-
BaseComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.
|
|
477
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.
|
|
955
|
+
BaseComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.6", ngImport: i0, type: BaseComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
956
|
+
BaseComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.6", type: BaseComponent, selector: "app-base-component-meta", inputs: { model: "model" }, ngImport: i0, template: '<div></div>', isInline: true });
|
|
957
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.6", ngImport: i0, type: BaseComponent, decorators: [{
|
|
478
958
|
type: Component,
|
|
479
959
|
args: [{
|
|
480
960
|
selector: 'app-base-component-meta',
|
|
@@ -708,9 +1188,9 @@ class BaseFormlyComponent extends FieldType {
|
|
|
708
1188
|
this.change.next(this.ctrl.value);
|
|
709
1189
|
}
|
|
710
1190
|
}
|
|
711
|
-
BaseFormlyComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.
|
|
712
|
-
BaseFormlyComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.
|
|
713
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.
|
|
1191
|
+
BaseFormlyComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.6", ngImport: i0, type: BaseFormlyComponent, deps: null, target: i0.ɵɵFactoryTarget.Component });
|
|
1192
|
+
BaseFormlyComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "13.2.6", type: BaseFormlyComponent, selector: "app-base-formly-component-meta", inputs: { pizda: "pizda", mode: "mode", disabled: "disabled", required: "required", label: "label", placeholder: "placeholder", defaultValue: "defaultValue", model: "model", path: "path", key: "key" }, outputs: { change: "change" }, usesInheritance: true, ngImport: i0, template: `<div></div>`, isInline: true });
|
|
1193
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.6", ngImport: i0, type: BaseFormlyComponent, decorators: [{
|
|
714
1194
|
type: Component,
|
|
715
1195
|
args: [{
|
|
716
1196
|
selector: 'app-base-formly-component-meta',
|
|
@@ -751,9 +1231,9 @@ class ResizeService {
|
|
|
751
1231
|
this.resizeDetector.uninstall(element);
|
|
752
1232
|
}
|
|
753
1233
|
}
|
|
754
|
-
ResizeService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.
|
|
755
|
-
ResizeService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.2.
|
|
756
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.
|
|
1234
|
+
ResizeService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.6", ngImport: i0, type: ResizeService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
1235
|
+
ResizeService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "13.2.6", ngImport: i0, type: ResizeService });
|
|
1236
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.6", ngImport: i0, type: ResizeService, decorators: [{
|
|
757
1237
|
type: Injectable
|
|
758
1238
|
}], ctorParameters: function () { return []; } });
|
|
759
1239
|
|
|
@@ -829,9 +1309,9 @@ class LongPress {
|
|
|
829
1309
|
this.endPress(false);
|
|
830
1310
|
}
|
|
831
1311
|
}
|
|
832
|
-
LongPress.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.
|
|
833
|
-
LongPress.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.2.
|
|
834
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.
|
|
1312
|
+
LongPress.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "13.2.6", ngImport: i0, type: LongPress, deps: [], target: i0.ɵɵFactoryTarget.Directive });
|
|
1313
|
+
LongPress.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "12.0.0", version: "13.2.6", type: LongPress, selector: "[long-press]", inputs: { pressDuration: "pressDuration" }, outputs: { onLongPress: "onLongPress", onLongPressing: "onLongPressing", onLongPressEnd: "onLongPressEnd" }, host: { listeners: { "mousedown": "onMouseDown($event)", "mousemove": "onMouseMove($event)", "mouseup": "onMouseUp()" }, properties: { "class.press": "this.press", "class.longpress": "this.longPress" } }, ngImport: i0 });
|
|
1314
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.6", ngImport: i0, type: LongPress, decorators: [{
|
|
835
1315
|
type: Directive,
|
|
836
1316
|
args: [{ selector: '[long-press]' }]
|
|
837
1317
|
}], propDecorators: { pressDuration: [{
|
|
@@ -859,6 +1339,8 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.2.5", ngImpor
|
|
|
859
1339
|
args: ['mouseup']
|
|
860
1340
|
}] } });
|
|
861
1341
|
|
|
1342
|
+
/* */
|
|
1343
|
+
/* */
|
|
862
1344
|
// export * from './git-project';
|
|
863
1345
|
const Helpers = HelpersTnp.Instance;
|
|
864
1346
|
//#endregion
|