@genesislcap/foundation-utils 14.243.0 → 14.244.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.
- package/dist/custom-elements.json +68 -68
- package/dist/dts/env/variables.d.ts.map +1 -1
- package/dist/esm/env/variables.js +0 -30
- package/package.json +10 -10
|
@@ -169,6 +169,59 @@
|
|
|
169
169
|
}
|
|
170
170
|
]
|
|
171
171
|
},
|
|
172
|
+
{
|
|
173
|
+
"kind": "javascript-module",
|
|
174
|
+
"path": "src/decorators/index.ts",
|
|
175
|
+
"declarations": [],
|
|
176
|
+
"exports": [
|
|
177
|
+
{
|
|
178
|
+
"kind": "js",
|
|
179
|
+
"name": "*",
|
|
180
|
+
"declaration": {
|
|
181
|
+
"name": "*",
|
|
182
|
+
"package": "./renderOnChange"
|
|
183
|
+
}
|
|
184
|
+
}
|
|
185
|
+
]
|
|
186
|
+
},
|
|
187
|
+
{
|
|
188
|
+
"kind": "javascript-module",
|
|
189
|
+
"path": "src/decorators/renderOnChange.ts",
|
|
190
|
+
"declarations": [
|
|
191
|
+
{
|
|
192
|
+
"kind": "function",
|
|
193
|
+
"name": "renderOnChange",
|
|
194
|
+
"parameters": [
|
|
195
|
+
{
|
|
196
|
+
"name": "target",
|
|
197
|
+
"type": {
|
|
198
|
+
"text": "FASTElement & { render(): void }"
|
|
199
|
+
},
|
|
200
|
+
"description": "The target to define the property change handler on."
|
|
201
|
+
},
|
|
202
|
+
{
|
|
203
|
+
"name": "name",
|
|
204
|
+
"type": {
|
|
205
|
+
"text": "string"
|
|
206
|
+
},
|
|
207
|
+
"description": "The property name."
|
|
208
|
+
}
|
|
209
|
+
],
|
|
210
|
+
"description": "Defines a property changed handler that calls a render() method on the target as an internal observation enhancement.",
|
|
211
|
+
"privacy": "public"
|
|
212
|
+
}
|
|
213
|
+
],
|
|
214
|
+
"exports": [
|
|
215
|
+
{
|
|
216
|
+
"kind": "js",
|
|
217
|
+
"name": "renderOnChange",
|
|
218
|
+
"declaration": {
|
|
219
|
+
"name": "renderOnChange",
|
|
220
|
+
"module": "src/decorators/renderOnChange.ts"
|
|
221
|
+
}
|
|
222
|
+
}
|
|
223
|
+
]
|
|
224
|
+
},
|
|
172
225
|
{
|
|
173
226
|
"kind": "javascript-module",
|
|
174
227
|
"path": "src/data/inMemoryDatabase.ts",
|
|
@@ -367,59 +420,6 @@
|
|
|
367
420
|
}
|
|
368
421
|
]
|
|
369
422
|
},
|
|
370
|
-
{
|
|
371
|
-
"kind": "javascript-module",
|
|
372
|
-
"path": "src/decorators/index.ts",
|
|
373
|
-
"declarations": [],
|
|
374
|
-
"exports": [
|
|
375
|
-
{
|
|
376
|
-
"kind": "js",
|
|
377
|
-
"name": "*",
|
|
378
|
-
"declaration": {
|
|
379
|
-
"name": "*",
|
|
380
|
-
"package": "./renderOnChange"
|
|
381
|
-
}
|
|
382
|
-
}
|
|
383
|
-
]
|
|
384
|
-
},
|
|
385
|
-
{
|
|
386
|
-
"kind": "javascript-module",
|
|
387
|
-
"path": "src/decorators/renderOnChange.ts",
|
|
388
|
-
"declarations": [
|
|
389
|
-
{
|
|
390
|
-
"kind": "function",
|
|
391
|
-
"name": "renderOnChange",
|
|
392
|
-
"parameters": [
|
|
393
|
-
{
|
|
394
|
-
"name": "target",
|
|
395
|
-
"type": {
|
|
396
|
-
"text": "FASTElement & { render(): void }"
|
|
397
|
-
},
|
|
398
|
-
"description": "The target to define the property change handler on."
|
|
399
|
-
},
|
|
400
|
-
{
|
|
401
|
-
"name": "name",
|
|
402
|
-
"type": {
|
|
403
|
-
"text": "string"
|
|
404
|
-
},
|
|
405
|
-
"description": "The property name."
|
|
406
|
-
}
|
|
407
|
-
],
|
|
408
|
-
"description": "Defines a property changed handler that calls a render() method on the target as an internal observation enhancement.",
|
|
409
|
-
"privacy": "public"
|
|
410
|
-
}
|
|
411
|
-
],
|
|
412
|
-
"exports": [
|
|
413
|
-
{
|
|
414
|
-
"kind": "js",
|
|
415
|
-
"name": "renderOnChange",
|
|
416
|
-
"declaration": {
|
|
417
|
-
"name": "renderOnChange",
|
|
418
|
-
"module": "src/decorators/renderOnChange.ts"
|
|
419
|
-
}
|
|
420
|
-
}
|
|
421
|
-
]
|
|
422
|
-
},
|
|
423
423
|
{
|
|
424
424
|
"kind": "javascript-module",
|
|
425
425
|
"path": "src/design-system/design-system.ts",
|
|
@@ -493,21 +493,6 @@
|
|
|
493
493
|
}
|
|
494
494
|
]
|
|
495
495
|
},
|
|
496
|
-
{
|
|
497
|
-
"kind": "javascript-module",
|
|
498
|
-
"path": "src/encoding/index.ts",
|
|
499
|
-
"declarations": [],
|
|
500
|
-
"exports": [
|
|
501
|
-
{
|
|
502
|
-
"kind": "js",
|
|
503
|
-
"name": "*",
|
|
504
|
-
"declaration": {
|
|
505
|
-
"name": "*",
|
|
506
|
-
"package": "./base64"
|
|
507
|
-
}
|
|
508
|
-
}
|
|
509
|
-
]
|
|
510
|
-
},
|
|
511
496
|
{
|
|
512
497
|
"kind": "javascript-module",
|
|
513
498
|
"path": "src/env/index.ts",
|
|
@@ -949,6 +934,21 @@
|
|
|
949
934
|
}
|
|
950
935
|
]
|
|
951
936
|
},
|
|
937
|
+
{
|
|
938
|
+
"kind": "javascript-module",
|
|
939
|
+
"path": "src/encoding/index.ts",
|
|
940
|
+
"declarations": [],
|
|
941
|
+
"exports": [
|
|
942
|
+
{
|
|
943
|
+
"kind": "js",
|
|
944
|
+
"name": "*",
|
|
945
|
+
"declaration": {
|
|
946
|
+
"name": "*",
|
|
947
|
+
"package": "./base64"
|
|
948
|
+
}
|
|
949
|
+
}
|
|
950
|
+
]
|
|
951
|
+
},
|
|
952
952
|
{
|
|
953
953
|
"kind": "javascript-module",
|
|
954
954
|
"path": "src/error/errorMap.ts",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"variables.d.ts","sourceRoot":"","sources":["../../../src/env/variables.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"variables.d.ts","sourceRoot":"","sources":["../../../src/env/variables.ts"],"names":[],"mappings":"AAGA;;;;;;;GAOG;AACH,QAAA,IAAI,QAAQ,EAAE,MAAkB,CAAC;AAQjC,OAAO,EAAE,QAAQ,IAAI,OAAO,EAAE,CAAC;AAG/B;;;;;;;GAOG;AACH,QAAA,IAAI,YAAY,EAAE,MAAY,CAAC;AAS/B,OAAO,EAAE,YAAY,IAAI,WAAW,EAAE,CAAC;AAGvC;;;;;;;;GAQG;AACH,QAAA,IAAI,WAAW,EAAE,MAAc,CAAC;AAQhC,OAAO,EAAE,WAAW,IAAI,UAAU,EAAE,CAAC;AAGrC;;;;GAIG;AACH,QAAA,IAAI,WAAW,EAAE,MAAM,CAAC;AAMxB,OAAO,EAAE,WAAW,IAAI,UAAU,EAAE,CAAC;AAErC;;;;;;;;;GASG;AACH,eAAO,MAAM,kBAAkB,QAAiF,CAAC;AAOjH;;;;;;GAMG;AACH,QAAA,IAAI,SAAS,EAAE,MAAwD,CAAC;AAQxE,OAAO,EAAE,SAAS,IAAI,QAAQ,EAAE,CAAC;AAGjC;;;;GAIG;AACH,QAAA,IAAI,YAAY,EAAE,MAAM,CAAC;AAMzB,OAAO,EAAE,YAAY,IAAI,WAAW,EAAE,CAAC;AAKvC;;;;GAIG;AACH,QAAA,IAAI,qBAAqB,EAAE,MAAM,CAAC;AAMlC,OAAO,EAAE,qBAAqB,IAAI,oBAAoB,EAAE,CAAC;AAGzD;;;;GAIG;AACH,QAAA,IAAI,iBAAiB,EAAE,MAAM,CAAC;AAM9B,OAAO,EAAE,iBAAiB,IAAI,gBAAgB,EAAE,CAAC;AAGjD;;;;GAIG;AACH,QAAA,IAAI,aAAa,EAAE,MAAM,CAAC;AAM1B,OAAO,EAAE,aAAa,IAAI,YAAY,EAAE,CAAC;AAGzC;;GAEG;AACH,QAAA,IAAI,SAAS,EAAE,MAA+B,CAAC;AAM/C,OAAO,EAAE,SAAS,EAAE,CAAC;AAGrB;;GAEG;AACH,QAAA,IAAI,iBAAiB,EAAE,MAA+B,CAAC;AAMvD,OAAO,EAAE,iBAAiB,EAAE,CAAC;AAG7B;;GAEG;AACH,QAAA,IAAI,iBAAiB,EAAE,MAAkC,CAAC;AAM1D,OAAO,EAAE,iBAAiB,EAAE,CAAC;AAG7B;;GAEG;AACH,QAAA,IAAI,UAAU,EAAE,MAA2B,CAAC;AAM5C,OAAO,EAAE,UAAU,EAAE,CAAC;AAGtB;;GAEG;AACH,QAAA,IAAI,mBAAmB,EAAE,MAAyC,CAAC;AAMnE,OAAO,EAAE,mBAAmB,EAAE,CAAC;AAG/B;;GAEG;AACH,QAAA,IAAI,mBAAmB,EAAE,MAAgD,CAAC;AAM1E,OAAO,EAAE,mBAAmB,EAAE,CAAC;AAG/B;;GAEG;AACH,QAAA,IAAI,kBAAkB,EAAE,MAA0C,CAAC;AAMnE,OAAO,EAAE,kBAAkB,EAAE,CAAC;AAG9B;;GAEG;AACH,QAAA,IAAI,YAAY,EAAE,MAAuB,CAAC;AAM1C,OAAO,EAAE,YAAY,EAAE,CAAC;AAGxB;;GAEG;AACH,QAAA,IAAI,aAAa,EAAE,MAAoC,CAAC;AAMxD,OAAO,EAAE,aAAa,EAAE,CAAC"}
|
|
@@ -1,7 +1,4 @@
|
|
|
1
1
|
/* eslint-disable import/no-mutable-exports */
|
|
2
|
-
// Core
|
|
3
|
-
/* eslint-disable import/no-mutable-exports */
|
|
4
|
-
import { logger } from '../utils';
|
|
5
2
|
/**
|
|
6
3
|
* The builder aka file bundler.
|
|
7
4
|
* @privateRemarks
|
|
@@ -141,9 +138,6 @@ let LOGIN_URL = '/sm/event-login-auth';
|
|
|
141
138
|
if (typeof GENX_LOGIN_URL !== 'undefined') {
|
|
142
139
|
LOGIN_URL = GENX_LOGIN_URL;
|
|
143
140
|
}
|
|
144
|
-
else {
|
|
145
|
-
logger.debug(`GENX_LOGIN_URL unset, defaulting to ${LOGIN_URL}`);
|
|
146
|
-
}
|
|
147
141
|
export { LOGIN_URL };
|
|
148
142
|
/**
|
|
149
143
|
* @public
|
|
@@ -152,9 +146,6 @@ let LOGIN_REFRESH_URL = '/sm/event-login-auth';
|
|
|
152
146
|
if (typeof GENX_LOGIN_REFRESH_URL !== 'undefined') {
|
|
153
147
|
LOGIN_REFRESH_URL = GENX_LOGIN_REFRESH_URL;
|
|
154
148
|
}
|
|
155
|
-
else {
|
|
156
|
-
logger.debug(`GENX_LOGIN_REFRESH_URL unset, defaulting to ${LOGIN_REFRESH_URL}`);
|
|
157
|
-
}
|
|
158
149
|
export { LOGIN_REFRESH_URL };
|
|
159
150
|
/**
|
|
160
151
|
* @public
|
|
@@ -163,9 +154,6 @@ let LOGIN_DETAILS_URL = '/sm/event-login-details';
|
|
|
163
154
|
if (typeof GENX_LOGIN_DETAILS_URL !== 'undefined') {
|
|
164
155
|
LOGIN_DETAILS_URL = GENX_LOGIN_DETAILS_URL;
|
|
165
156
|
}
|
|
166
|
-
else {
|
|
167
|
-
logger.debug(`GENX_LOGIN_DETAILS_URL unset, defaulting to ${LOGIN_DETAILS_URL}`);
|
|
168
|
-
}
|
|
169
157
|
export { LOGIN_DETAILS_URL };
|
|
170
158
|
/**
|
|
171
159
|
* @public
|
|
@@ -174,9 +162,6 @@ let LOGOUT_URL = '/sm/event-logout';
|
|
|
174
162
|
if (typeof GENX_LOGOUT_URL !== 'undefined') {
|
|
175
163
|
LOGOUT_URL = GENX_LOGOUT_URL;
|
|
176
164
|
}
|
|
177
|
-
else {
|
|
178
|
-
logger.debug(`GENX_LOGOUT_URL unset, defaulting to ${LOGOUT_URL}`);
|
|
179
|
-
}
|
|
180
165
|
export { LOGOUT_URL };
|
|
181
166
|
/**
|
|
182
167
|
* @public
|
|
@@ -185,9 +170,6 @@ let CHANGE_PASSWORD_URL = '/sm/event-change-user-password';
|
|
|
185
170
|
if (typeof GENX_CHANGE_PASSWORD_URL !== 'undefined') {
|
|
186
171
|
CHANGE_PASSWORD_URL = GENX_CHANGE_PASSWORD_URL;
|
|
187
172
|
}
|
|
188
|
-
else {
|
|
189
|
-
logger.debug(`GENX_CHANGE_PASSWORD_URL unset, defaulting to ${CHANGE_PASSWORD_URL}`);
|
|
190
|
-
}
|
|
191
173
|
export { CHANGE_PASSWORD_URL };
|
|
192
174
|
/**
|
|
193
175
|
* @public
|
|
@@ -196,9 +178,6 @@ let FORGOT_PASSWORD_URL = '/sm/event-self-service-password-reset';
|
|
|
196
178
|
if (typeof GENX_FORGOT_PASSWORD_URL !== 'undefined') {
|
|
197
179
|
FORGOT_PASSWORD_URL = GENX_FORGOT_PASSWORD_URL;
|
|
198
180
|
}
|
|
199
|
-
else {
|
|
200
|
-
logger.debug(`GENX_FORGOT_PASSWORD_URL unset, defaulting to ${FORGOT_PASSWORD_URL}`);
|
|
201
|
-
}
|
|
202
181
|
export { FORGOT_PASSWORD_URL };
|
|
203
182
|
/**
|
|
204
183
|
* @public
|
|
@@ -207,9 +186,6 @@ let RESET_PASSWORD_URL = '/sm/event-password-reset-action';
|
|
|
207
186
|
if (typeof GENX_RESET_PASSWORD_URL !== 'undefined') {
|
|
208
187
|
RESET_PASSWORD_URL = GENX_RESET_PASSWORD_URL;
|
|
209
188
|
}
|
|
210
|
-
else {
|
|
211
|
-
logger.debug(`GENX_RESET_PASSWORD_URL unset, defaulting to ${RESET_PASSWORD_URL}`);
|
|
212
|
-
}
|
|
213
189
|
export { RESET_PASSWORD_URL };
|
|
214
190
|
/**
|
|
215
191
|
* @public
|
|
@@ -218,9 +194,6 @@ let SSO_LIST_URL = '/sm/sso/list';
|
|
|
218
194
|
if (typeof GENX_SSO_LIST_URL !== 'undefined') {
|
|
219
195
|
SSO_LIST_URL = GENX_SSO_LIST_URL;
|
|
220
196
|
}
|
|
221
|
-
else {
|
|
222
|
-
logger.debug(`GENX_SSO_LIST_URL unset, defaulting to ${SSO_LIST_URL}`);
|
|
223
|
-
}
|
|
224
197
|
export { SSO_LIST_URL };
|
|
225
198
|
/**
|
|
226
199
|
* @public
|
|
@@ -229,7 +202,4 @@ let SSO_LOGIN_URL = '/sm/{type}/login?idp={id}';
|
|
|
229
202
|
if (typeof GENX_SSO_LOGIN_URL !== 'undefined') {
|
|
230
203
|
SSO_LOGIN_URL = GENX_SSO_LOGIN_URL;
|
|
231
204
|
}
|
|
232
|
-
else {
|
|
233
|
-
logger.debug(`GENX_SSO_LOGIN_URL unset, defaulting to ${SSO_LOGIN_URL}`);
|
|
234
|
-
}
|
|
235
205
|
export { SSO_LOGIN_URL };
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@genesislcap/foundation-utils",
|
|
3
3
|
"description": "Genesis Foundation Utils",
|
|
4
|
-
"version": "14.
|
|
4
|
+
"version": "14.244.1",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"license": "SEE LICENSE IN license.txt",
|
|
7
7
|
"main": "dist/esm/index.js",
|
|
@@ -27,17 +27,17 @@
|
|
|
27
27
|
}
|
|
28
28
|
},
|
|
29
29
|
"devDependencies": {
|
|
30
|
-
"@genesislcap/foundation-testing": "14.
|
|
31
|
-
"@genesislcap/genx": "14.
|
|
32
|
-
"@genesislcap/rollup-builder": "14.
|
|
33
|
-
"@genesislcap/ts-builder": "14.
|
|
34
|
-
"@genesislcap/uvu-playwright-builder": "14.
|
|
35
|
-
"@genesislcap/vite-builder": "14.
|
|
36
|
-
"@genesislcap/webpack-builder": "14.
|
|
30
|
+
"@genesislcap/foundation-testing": "14.244.1",
|
|
31
|
+
"@genesislcap/genx": "14.244.1",
|
|
32
|
+
"@genesislcap/rollup-builder": "14.244.1",
|
|
33
|
+
"@genesislcap/ts-builder": "14.244.1",
|
|
34
|
+
"@genesislcap/uvu-playwright-builder": "14.244.1",
|
|
35
|
+
"@genesislcap/vite-builder": "14.244.1",
|
|
36
|
+
"@genesislcap/webpack-builder": "14.244.1",
|
|
37
37
|
"rimraf": "^5.0.0"
|
|
38
38
|
},
|
|
39
39
|
"dependencies": {
|
|
40
|
-
"@genesislcap/foundation-logger": "14.
|
|
40
|
+
"@genesislcap/foundation-logger": "14.244.1",
|
|
41
41
|
"@microsoft/fast-components": "2.30.6",
|
|
42
42
|
"@microsoft/fast-element": "1.14.0",
|
|
43
43
|
"@microsoft/fast-foundation": "2.49.6",
|
|
@@ -55,5 +55,5 @@
|
|
|
55
55
|
"access": "public"
|
|
56
56
|
},
|
|
57
57
|
"customElements": "dist/custom-elements.json",
|
|
58
|
-
"gitHead": "
|
|
58
|
+
"gitHead": "538c19faaf0ec3a5f8034516c74bf8083009485b"
|
|
59
59
|
}
|