tnp-helpers 13.1.8 → 13.1.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 +3 -3
- package/browser/esm2020/lib/base-component.mjs +2 -2
- package/browser/esm2020/lib/base-formly-component.mjs +2 -2
- package/browser/esm2020/lib/condition-wait.mjs +2 -2
- package/browser/esm2020/lib/constants.mjs +2 -2
- package/browser/esm2020/lib/dual-component-ctrl.mjs +2 -2
- package/browser/esm2020/lib/firedev-models.mjs +4 -0
- package/browser/esm2020/lib/helpers-array-obj.mjs +2 -2
- package/browser/esm2020/lib/helpers-environment.mjs +2 -2
- package/browser/esm2020/lib/helpers-numbers.mjs +2 -2
- package/browser/esm2020/lib/helpers-strings-regexes.mjs +2 -2
- package/browser/esm2020/lib/helpers-strings.mjs +2 -2
- package/browser/esm2020/lib/helpers.mjs +3 -2
- package/browser/esm2020/lib/index.mjs +3 -2
- package/browser/esm2020/lib/long-press.directive.mjs +2 -2
- package/browser/esm2020/lib/project.mjs +2 -2
- package/browser/esm2020/lib/resize-service.mjs +2 -2
- package/browser/fesm2015/tnp-helpers.mjs +19 -15
- package/browser/fesm2020/tnp-helpers.mjs +19 -15
- package/browser/lib/firedev-models.d.ts +14 -0
- package/browser/lib/index.d.ts +1 -0
- package/client/esm2020/lib/base-component.mjs +2 -2
- package/client/esm2020/lib/base-formly-component.mjs +2 -2
- package/client/esm2020/lib/condition-wait.mjs +2 -2
- package/client/esm2020/lib/constants.mjs +2 -2
- package/client/esm2020/lib/dual-component-ctrl.mjs +2 -2
- package/client/esm2020/lib/firedev-models.mjs +4 -0
- package/client/esm2020/lib/helpers-array-obj.mjs +2 -2
- package/client/esm2020/lib/helpers-environment.mjs +2 -2
- package/client/esm2020/lib/helpers-numbers.mjs +2 -2
- package/client/esm2020/lib/helpers-strings-regexes.mjs +2 -2
- package/client/esm2020/lib/helpers-strings.mjs +2 -2
- package/client/esm2020/lib/helpers.mjs +3 -2
- package/client/esm2020/lib/index.mjs +3 -2
- package/client/esm2020/lib/long-press.directive.mjs +2 -2
- package/client/esm2020/lib/project.mjs +2 -2
- package/client/esm2020/lib/resize-service.mjs +2 -2
- package/client/fesm2015/tnp-helpers.mjs +19 -15
- package/client/fesm2020/tnp-helpers.mjs +19 -15
- package/client/lib/firedev-models.d.ts +14 -0
- package/client/lib/index.d.ts +1 -0
- package/lib/base-component.js +3 -3
- package/lib/base-formly-component.js +3 -3
- package/lib/dual-component-ctrl.js +3 -3
- package/lib/firedev-models.d.ts +13 -0
- package/lib/firedev-models.js +3 -0
- package/lib/helpers-vscode.backend.d.ts +5 -0
- package/lib/helpers-vscode.backend.js +21 -0
- package/lib/helpers.d.ts +2 -0
- package/lib/helpers.js +4 -1
- package/lib/index.d.ts +1 -0
- package/lib/index.js +1 -0
- package/package.json +5 -5
- package/package.json_tnp.json5 +2 -1
- package/tmp-environment.json +29 -28
- package/websql/esm2020/lib/base-component.mjs +2 -2
- package/websql/esm2020/lib/base-formly-component.mjs +2 -2
- package/websql/esm2020/lib/condition-wait.mjs +2 -2
- package/websql/esm2020/lib/constants.mjs +2 -2
- package/websql/esm2020/lib/dual-component-ctrl.mjs +2 -2
- package/websql/esm2020/lib/firedev-models.mjs +4 -0
- package/websql/esm2020/lib/helpers-array-obj.mjs +2 -2
- package/websql/esm2020/lib/helpers-environment.mjs +2 -2
- package/websql/esm2020/lib/helpers-numbers.mjs +2 -2
- package/websql/esm2020/lib/helpers-strings-regexes.mjs +2 -2
- package/websql/esm2020/lib/helpers-strings.mjs +2 -2
- package/websql/esm2020/lib/helpers.mjs +3 -2
- package/websql/esm2020/lib/index.mjs +3 -2
- package/websql/esm2020/lib/long-press.directive.mjs +2 -2
- package/websql/esm2020/lib/project.mjs +2 -2
- package/websql/esm2020/lib/resize-service.mjs +2 -2
- package/websql/fesm2015/tnp-helpers.mjs +19 -15
- package/websql/fesm2020/tnp-helpers.mjs +19 -15
- package/websql/lib/firedev-models.d.ts +14 -0
- package/websql/lib/index.d.ts +1 -0
|
@@ -89,7 +89,7 @@ class HelpersArrayObj {
|
|
|
89
89
|
}
|
|
90
90
|
}
|
|
91
91
|
;
|
|
92
|
-
({}); // @--end-of-file-for-module=tnp-helpers
|
|
92
|
+
({}); // @--end-of-file-for-module=tnp-helpers lib/helpers-array-obj.ts
|
|
93
93
|
|
|
94
94
|
class HelpersStringsRegexes {
|
|
95
95
|
escapeStringForRegEx(s) {
|
|
@@ -139,7 +139,7 @@ class HelpersStringsRegexes {
|
|
|
139
139
|
}
|
|
140
140
|
}
|
|
141
141
|
;
|
|
142
|
-
({}); // @--end-of-file-for-module=tnp-helpers
|
|
142
|
+
({}); // @--end-of-file-for-module=tnp-helpers lib/helpers-strings-regexes.ts
|
|
143
143
|
|
|
144
144
|
/* */
|
|
145
145
|
/* */
|
|
@@ -171,7 +171,7 @@ class HelpersEnvironment {
|
|
|
171
171
|
}
|
|
172
172
|
}
|
|
173
173
|
;
|
|
174
|
-
({}); // @--end-of-file-for-module=tnp-helpers
|
|
174
|
+
({}); // @--end-of-file-for-module=tnp-helpers lib/helpers-environment.ts
|
|
175
175
|
|
|
176
176
|
class HelpersStrings {
|
|
177
177
|
/**
|
|
@@ -422,7 +422,7 @@ class HelpersStrings {
|
|
|
422
422
|
}
|
|
423
423
|
}
|
|
424
424
|
;
|
|
425
|
-
({}); // @--end-of-file-for-module=tnp-helpers
|
|
425
|
+
({}); // @--end-of-file-for-module=tnp-helpers lib/helpers-strings.ts
|
|
426
426
|
|
|
427
427
|
function conditionWait(conditionAndTimeout) {
|
|
428
428
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -468,7 +468,7 @@ function waitFor(arr, messageToShow = void 0) {
|
|
|
468
468
|
}));
|
|
469
469
|
}
|
|
470
470
|
;
|
|
471
|
-
({}); // @--end-of-file-for-module=tnp-helpers
|
|
471
|
+
({}); // @--end-of-file-for-module=tnp-helpers lib/condition-wait.ts
|
|
472
472
|
|
|
473
473
|
class HelpersNumber {
|
|
474
474
|
constructor() {
|
|
@@ -476,7 +476,7 @@ class HelpersNumber {
|
|
|
476
476
|
}
|
|
477
477
|
}
|
|
478
478
|
;
|
|
479
|
-
({}); // @--end-of-file-for-module=tnp-helpers
|
|
479
|
+
({}); // @--end-of-file-for-module=tnp-helpers lib/helpers-numbers.ts
|
|
480
480
|
|
|
481
481
|
function applyMixins(derivedCtor, baseCtors) {
|
|
482
482
|
baseCtors.forEach(baseCtor => {
|
|
@@ -500,6 +500,7 @@ class HelpersTnp extends CoreHelpers {
|
|
|
500
500
|
/* */
|
|
501
501
|
/* */
|
|
502
502
|
/* */
|
|
503
|
+
/* */
|
|
503
504
|
arrays = new HelpersArrayObj(), strings = new HelpersStrings(), numbers = new HelpersNumber()) {
|
|
504
505
|
super();
|
|
505
506
|
this.arrays = arrays;
|
|
@@ -748,7 +749,7 @@ applyMixins(HelpersTnp, [
|
|
|
748
749
|
/* */
|
|
749
750
|
]);
|
|
750
751
|
;
|
|
751
|
-
({}); // @--end-of-file-for-module=tnp-helpers
|
|
752
|
+
({}); // @--end-of-file-for-module=tnp-helpers lib/helpers.ts
|
|
752
753
|
|
|
753
754
|
const BaselineSiteJoinprefix = '__';
|
|
754
755
|
const PREFIXES = {
|
|
@@ -756,7 +757,7 @@ const PREFIXES = {
|
|
|
756
757
|
DELETED: '____DELETED____',
|
|
757
758
|
ORIGINAL: '____ORIGINAL____',
|
|
758
759
|
};
|
|
759
|
-
({}); // @--end-of-file-for-module=tnp-helpers
|
|
760
|
+
({}); // @--end-of-file-for-module=tnp-helpers lib/constants.ts
|
|
760
761
|
|
|
761
762
|
/* */
|
|
762
763
|
const Helpers$1 = HelpersTnp.Instance;
|
|
@@ -1182,7 +1183,10 @@ Project.emptyLocations = [];
|
|
|
1182
1183
|
/* */
|
|
1183
1184
|
/* */
|
|
1184
1185
|
;
|
|
1185
|
-
({}); // @--end-of-file-for-module=tnp-helpers
|
|
1186
|
+
({}); // @--end-of-file-for-module=tnp-helpers lib/project.ts
|
|
1187
|
+
|
|
1188
|
+
;
|
|
1189
|
+
({}); // @--end-of-file-for-module=tnp-helpers lib/firedev-models.ts
|
|
1186
1190
|
|
|
1187
1191
|
class BaseComponent {
|
|
1188
1192
|
constructor() {
|
|
@@ -1229,7 +1233,7 @@ class BaseComponentForRouter extends BaseComponent {
|
|
|
1229
1233
|
}
|
|
1230
1234
|
}
|
|
1231
1235
|
;
|
|
1232
|
-
({}); // @--end-of-file-for-module=tnp-helpers
|
|
1236
|
+
({}); // @--end-of-file-for-module=tnp-helpers lib/base-component.ts
|
|
1233
1237
|
|
|
1234
1238
|
const log$2 = Log.create(`DualComponentController`);
|
|
1235
1239
|
class DualComponentController {
|
|
@@ -1345,7 +1349,7 @@ class DualComponentController {
|
|
|
1345
1349
|
}
|
|
1346
1350
|
}
|
|
1347
1351
|
;
|
|
1348
|
-
({}); // @--end-of-file-for-module=tnp-helpers
|
|
1352
|
+
({}); // @--end-of-file-for-module=tnp-helpers lib/dual-component-ctrl.ts
|
|
1349
1353
|
|
|
1350
1354
|
const log$1 = Log.create('base formly component', Level.__NOTHING);
|
|
1351
1355
|
class BaseFormlyComponent extends FieldType {
|
|
@@ -1450,7 +1454,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
1450
1454
|
type: Input
|
|
1451
1455
|
}] } });
|
|
1452
1456
|
;
|
|
1453
|
-
({}); // @--end-of-file-for-module=tnp-helpers
|
|
1457
|
+
({}); // @--end-of-file-for-module=tnp-helpers lib/base-formly-component.ts
|
|
1454
1458
|
|
|
1455
1459
|
class ResizeService {
|
|
1456
1460
|
constructor() {
|
|
@@ -1469,7 +1473,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
1469
1473
|
type: Injectable
|
|
1470
1474
|
}], ctorParameters: function () { return []; } });
|
|
1471
1475
|
;
|
|
1472
|
-
({}); // @--end-of-file-for-module=tnp-helpers
|
|
1476
|
+
({}); // @--end-of-file-for-module=tnp-helpers lib/resize-service.ts
|
|
1473
1477
|
|
|
1474
1478
|
const log = Log.create(`[firedev-helpers] long-press`, Level.__NOTHING);
|
|
1475
1479
|
class LongPress {
|
|
@@ -1572,13 +1576,13 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
1572
1576
|
args: ['mouseup']
|
|
1573
1577
|
}] } });
|
|
1574
1578
|
;
|
|
1575
|
-
({}); // @--end-of-file-for-module=tnp-helpers
|
|
1579
|
+
({}); // @--end-of-file-for-module=tnp-helpers lib/long-press.directive.ts
|
|
1576
1580
|
|
|
1577
1581
|
/* */
|
|
1578
1582
|
/* */
|
|
1579
1583
|
const Helpers = HelpersTnp.Instance;
|
|
1580
1584
|
;
|
|
1581
|
-
({}); // @--end-of-file-for-module=tnp-helpers
|
|
1585
|
+
({}); // @--end-of-file-for-module=tnp-helpers lib/index.ts
|
|
1582
1586
|
|
|
1583
1587
|
/**
|
|
1584
1588
|
* Generated bundle index. Do not edit.
|
|
@@ -88,7 +88,7 @@ class HelpersArrayObj {
|
|
|
88
88
|
}
|
|
89
89
|
}
|
|
90
90
|
;
|
|
91
|
-
({}); // @--end-of-file-for-module=tnp-helpers
|
|
91
|
+
({}); // @--end-of-file-for-module=tnp-helpers lib/helpers-array-obj.ts
|
|
92
92
|
|
|
93
93
|
class HelpersStringsRegexes {
|
|
94
94
|
escapeStringForRegEx(s) {
|
|
@@ -138,7 +138,7 @@ class HelpersStringsRegexes {
|
|
|
138
138
|
}
|
|
139
139
|
}
|
|
140
140
|
;
|
|
141
|
-
({}); // @--end-of-file-for-module=tnp-helpers
|
|
141
|
+
({}); // @--end-of-file-for-module=tnp-helpers lib/helpers-strings-regexes.ts
|
|
142
142
|
|
|
143
143
|
/* */
|
|
144
144
|
/* */
|
|
@@ -170,7 +170,7 @@ class HelpersEnvironment {
|
|
|
170
170
|
}
|
|
171
171
|
}
|
|
172
172
|
;
|
|
173
|
-
({}); // @--end-of-file-for-module=tnp-helpers
|
|
173
|
+
({}); // @--end-of-file-for-module=tnp-helpers lib/helpers-environment.ts
|
|
174
174
|
|
|
175
175
|
class HelpersStrings {
|
|
176
176
|
/**
|
|
@@ -421,7 +421,7 @@ class HelpersStrings {
|
|
|
421
421
|
}
|
|
422
422
|
}
|
|
423
423
|
;
|
|
424
|
-
({}); // @--end-of-file-for-module=tnp-helpers
|
|
424
|
+
({}); // @--end-of-file-for-module=tnp-helpers lib/helpers-strings.ts
|
|
425
425
|
|
|
426
426
|
async function conditionWait(conditionAndTimeout) {
|
|
427
427
|
await waitFor(conditionAndTimeout);
|
|
@@ -465,7 +465,7 @@ function waitFor(arr, messageToShow = void 0) {
|
|
|
465
465
|
});
|
|
466
466
|
}
|
|
467
467
|
;
|
|
468
|
-
({}); // @--end-of-file-for-module=tnp-helpers
|
|
468
|
+
({}); // @--end-of-file-for-module=tnp-helpers lib/condition-wait.ts
|
|
469
469
|
|
|
470
470
|
class HelpersNumber {
|
|
471
471
|
constructor() {
|
|
@@ -473,7 +473,7 @@ class HelpersNumber {
|
|
|
473
473
|
}
|
|
474
474
|
}
|
|
475
475
|
;
|
|
476
|
-
({}); // @--end-of-file-for-module=tnp-helpers
|
|
476
|
+
({}); // @--end-of-file-for-module=tnp-helpers lib/helpers-numbers.ts
|
|
477
477
|
|
|
478
478
|
function applyMixins(derivedCtor, baseCtors) {
|
|
479
479
|
baseCtors.forEach(baseCtor => {
|
|
@@ -497,6 +497,7 @@ class HelpersTnp extends CoreHelpers {
|
|
|
497
497
|
/* */
|
|
498
498
|
/* */
|
|
499
499
|
/* */
|
|
500
|
+
/* */
|
|
500
501
|
arrays = new HelpersArrayObj(), strings = new HelpersStrings(), numbers = new HelpersNumber()) {
|
|
501
502
|
super();
|
|
502
503
|
this.arrays = arrays;
|
|
@@ -741,7 +742,7 @@ applyMixins(HelpersTnp, [
|
|
|
741
742
|
/* */
|
|
742
743
|
]);
|
|
743
744
|
;
|
|
744
|
-
({}); // @--end-of-file-for-module=tnp-helpers
|
|
745
|
+
({}); // @--end-of-file-for-module=tnp-helpers lib/helpers.ts
|
|
745
746
|
|
|
746
747
|
const BaselineSiteJoinprefix = '__';
|
|
747
748
|
const PREFIXES = {
|
|
@@ -749,7 +750,7 @@ const PREFIXES = {
|
|
|
749
750
|
DELETED: '____DELETED____',
|
|
750
751
|
ORIGINAL: '____ORIGINAL____',
|
|
751
752
|
};
|
|
752
|
-
({}); // @--end-of-file-for-module=tnp-helpers
|
|
753
|
+
({}); // @--end-of-file-for-module=tnp-helpers lib/constants.ts
|
|
753
754
|
|
|
754
755
|
/* */
|
|
755
756
|
const Helpers$1 = HelpersTnp.Instance;
|
|
@@ -1175,7 +1176,10 @@ Project.emptyLocations = [];
|
|
|
1175
1176
|
/* */
|
|
1176
1177
|
/* */
|
|
1177
1178
|
;
|
|
1178
|
-
({}); // @--end-of-file-for-module=tnp-helpers
|
|
1179
|
+
({}); // @--end-of-file-for-module=tnp-helpers lib/project.ts
|
|
1180
|
+
|
|
1181
|
+
;
|
|
1182
|
+
({}); // @--end-of-file-for-module=tnp-helpers lib/firedev-models.ts
|
|
1179
1183
|
|
|
1180
1184
|
class BaseComponent {
|
|
1181
1185
|
constructor() {
|
|
@@ -1222,7 +1226,7 @@ class BaseComponentForRouter extends BaseComponent {
|
|
|
1222
1226
|
}
|
|
1223
1227
|
}
|
|
1224
1228
|
;
|
|
1225
|
-
({}); // @--end-of-file-for-module=tnp-helpers
|
|
1229
|
+
({}); // @--end-of-file-for-module=tnp-helpers lib/base-component.ts
|
|
1226
1230
|
|
|
1227
1231
|
const log$2 = Log.create(`DualComponentController`);
|
|
1228
1232
|
class DualComponentController {
|
|
@@ -1336,7 +1340,7 @@ class DualComponentController {
|
|
|
1336
1340
|
}
|
|
1337
1341
|
}
|
|
1338
1342
|
;
|
|
1339
|
-
({}); // @--end-of-file-for-module=tnp-helpers
|
|
1343
|
+
({}); // @--end-of-file-for-module=tnp-helpers lib/dual-component-ctrl.ts
|
|
1340
1344
|
|
|
1341
1345
|
const log$1 = Log.create('base formly component', Level.__NOTHING);
|
|
1342
1346
|
class BaseFormlyComponent extends FieldType {
|
|
@@ -1441,7 +1445,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
1441
1445
|
type: Input
|
|
1442
1446
|
}] } });
|
|
1443
1447
|
;
|
|
1444
|
-
({}); // @--end-of-file-for-module=tnp-helpers
|
|
1448
|
+
({}); // @--end-of-file-for-module=tnp-helpers lib/base-formly-component.ts
|
|
1445
1449
|
|
|
1446
1450
|
class ResizeService {
|
|
1447
1451
|
constructor() {
|
|
@@ -1460,7 +1464,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
1460
1464
|
type: Injectable
|
|
1461
1465
|
}], ctorParameters: function () { return []; } });
|
|
1462
1466
|
;
|
|
1463
|
-
({}); // @--end-of-file-for-module=tnp-helpers
|
|
1467
|
+
({}); // @--end-of-file-for-module=tnp-helpers lib/resize-service.ts
|
|
1464
1468
|
|
|
1465
1469
|
const log = Log.create(`[firedev-helpers] long-press`, Level.__NOTHING);
|
|
1466
1470
|
class LongPress {
|
|
@@ -1563,13 +1567,13 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "13.3.12", ngImpo
|
|
|
1563
1567
|
args: ['mouseup']
|
|
1564
1568
|
}] } });
|
|
1565
1569
|
;
|
|
1566
|
-
({}); // @--end-of-file-for-module=tnp-helpers
|
|
1570
|
+
({}); // @--end-of-file-for-module=tnp-helpers lib/long-press.directive.ts
|
|
1567
1571
|
|
|
1568
1572
|
/* */
|
|
1569
1573
|
/* */
|
|
1570
1574
|
const Helpers = HelpersTnp.Instance;
|
|
1571
1575
|
;
|
|
1572
|
-
({}); // @--end-of-file-for-module=tnp-helpers
|
|
1576
|
+
({}); // @--end-of-file-for-module=tnp-helpers lib/index.ts
|
|
1573
1577
|
|
|
1574
1578
|
/**
|
|
1575
1579
|
* Generated bundle index. Do not edit.
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
// @ts-nocheck
|
|
2
|
+
export declare namespace FiredevModels {
|
|
3
|
+
interface VSCodeSettings {
|
|
4
|
+
'files.exclude': {
|
|
5
|
+
[files: string]: boolean;
|
|
6
|
+
};
|
|
7
|
+
'workbench.colorTheme': 'Default Light+' | 'Kimbie Dark';
|
|
8
|
+
'workbench.colorCustomizations': {
|
|
9
|
+
'activityBar.background'?: string;
|
|
10
|
+
'activityBar.foreground'?: string;
|
|
11
|
+
'statusBar.background'?: string;
|
|
12
|
+
};
|
|
13
|
+
}
|
|
14
|
+
}
|
package/websql/lib/index.d.ts
CHANGED
|
@@ -4,6 +4,7 @@ export * from './constants';
|
|
|
4
4
|
export { Condition } from './condition-wait';
|
|
5
5
|
export declare const Helpers: Base & import("tnp-core/websql").CoreHelpers;
|
|
6
6
|
export * from './project';
|
|
7
|
+
export * from './firedev-models';
|
|
7
8
|
export { BaseComponent, BaseComponentForRouter } from './base-component';
|
|
8
9
|
export { BaseFormlyComponent } from './base-formly-component';
|
|
9
10
|
export { DualComponentController } from './dual-component-ctrl';
|