@genesislcap/expression-builder 14.361.0 → 14.361.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 +515 -515
- package/package.json +10 -10
|
@@ -157,11 +157,50 @@
|
|
|
157
157
|
},
|
|
158
158
|
{
|
|
159
159
|
"kind": "javascript-module",
|
|
160
|
-
"path": "src/
|
|
160
|
+
"path": "src/main/events.ts",
|
|
161
|
+
"declarations": [],
|
|
162
|
+
"exports": []
|
|
163
|
+
},
|
|
164
|
+
{
|
|
165
|
+
"kind": "javascript-module",
|
|
166
|
+
"path": "src/main/expression-builder.helpers.ts",
|
|
161
167
|
"declarations": [
|
|
162
168
|
{
|
|
163
169
|
"kind": "function",
|
|
164
|
-
"name": "
|
|
170
|
+
"name": "findOperateOnGroup",
|
|
171
|
+
"return": {
|
|
172
|
+
"type": {
|
|
173
|
+
"text": ""
|
|
174
|
+
}
|
|
175
|
+
},
|
|
176
|
+
"parameters": [
|
|
177
|
+
{
|
|
178
|
+
"name": "model",
|
|
179
|
+
"type": {
|
|
180
|
+
"text": "ModelGroup"
|
|
181
|
+
},
|
|
182
|
+
"description": "The root group to start searching from"
|
|
183
|
+
},
|
|
184
|
+
{
|
|
185
|
+
"name": "groupId",
|
|
186
|
+
"type": {
|
|
187
|
+
"text": "string"
|
|
188
|
+
},
|
|
189
|
+
"description": "The Group ID to find"
|
|
190
|
+
},
|
|
191
|
+
{
|
|
192
|
+
"name": "fn",
|
|
193
|
+
"type": {
|
|
194
|
+
"text": "ChildrenOperatorFn"
|
|
195
|
+
},
|
|
196
|
+
"description": "The function to apply to the children of the found group. A *new* object must be created and returned"
|
|
197
|
+
}
|
|
198
|
+
],
|
|
199
|
+
"description": "Finds a group within a model and applies a function to create a new children"
|
|
200
|
+
},
|
|
201
|
+
{
|
|
202
|
+
"kind": "function",
|
|
203
|
+
"name": "addGroupOrRule",
|
|
165
204
|
"return": {
|
|
166
205
|
"type": {
|
|
167
206
|
"text": "ModelGroup"
|
|
@@ -169,563 +208,200 @@
|
|
|
169
208
|
},
|
|
170
209
|
"parameters": [
|
|
171
210
|
{
|
|
172
|
-
"name": "
|
|
211
|
+
"name": "model",
|
|
173
212
|
"type": {
|
|
174
|
-
"text": "
|
|
213
|
+
"text": "ModelGroup"
|
|
175
214
|
}
|
|
176
215
|
},
|
|
177
216
|
{
|
|
178
|
-
"name": "
|
|
217
|
+
"name": "parentGroupId",
|
|
179
218
|
"type": {
|
|
180
|
-
"text": "
|
|
219
|
+
"text": "string"
|
|
220
|
+
}
|
|
221
|
+
},
|
|
222
|
+
{
|
|
223
|
+
"name": "newItem",
|
|
224
|
+
"type": {
|
|
225
|
+
"text": "ModelGroup | ModelRule"
|
|
181
226
|
}
|
|
182
227
|
}
|
|
183
|
-
]
|
|
184
|
-
"description": "Converts a Group to a ModelGroup (adds required metadata)"
|
|
228
|
+
]
|
|
185
229
|
},
|
|
186
230
|
{
|
|
187
231
|
"kind": "function",
|
|
188
|
-
"name": "
|
|
232
|
+
"name": "deleteGroup",
|
|
189
233
|
"return": {
|
|
190
234
|
"type": {
|
|
191
|
-
"text": ""
|
|
235
|
+
"text": "ModelGroup"
|
|
192
236
|
}
|
|
193
237
|
},
|
|
194
238
|
"parameters": [
|
|
195
239
|
{
|
|
196
|
-
"name": "
|
|
240
|
+
"name": "model",
|
|
197
241
|
"type": {
|
|
198
242
|
"text": "ModelGroup"
|
|
199
|
-
}
|
|
200
|
-
|
|
243
|
+
}
|
|
244
|
+
},
|
|
245
|
+
{
|
|
246
|
+
"name": "groupIdToDelete",
|
|
247
|
+
"type": {
|
|
248
|
+
"text": "string"
|
|
249
|
+
}
|
|
201
250
|
}
|
|
202
|
-
]
|
|
203
|
-
"description": "Converts a ModelGroup (internal data structure) to a public Group structure.\nThis function recursively processes the rules within the group."
|
|
251
|
+
]
|
|
204
252
|
},
|
|
205
253
|
{
|
|
206
254
|
"kind": "function",
|
|
207
|
-
"name": "
|
|
255
|
+
"name": "deleteRule",
|
|
208
256
|
"return": {
|
|
209
257
|
"type": {
|
|
210
|
-
"text": ""
|
|
258
|
+
"text": "ModelGroup"
|
|
211
259
|
}
|
|
212
260
|
},
|
|
213
261
|
"parameters": [
|
|
214
262
|
{
|
|
215
|
-
"name": "
|
|
263
|
+
"name": "model",
|
|
216
264
|
"type": {
|
|
217
|
-
"text": "
|
|
218
|
-
}
|
|
219
|
-
|
|
265
|
+
"text": "ModelGroup"
|
|
266
|
+
}
|
|
267
|
+
},
|
|
268
|
+
{
|
|
269
|
+
"name": "ruleIdToDelete",
|
|
270
|
+
"type": {
|
|
271
|
+
"text": "string"
|
|
272
|
+
}
|
|
220
273
|
}
|
|
221
|
-
]
|
|
222
|
-
"description": "Converts a ModelRule (internal data structure) to a public Rule structure."
|
|
223
|
-
}
|
|
224
|
-
],
|
|
225
|
-
"exports": [
|
|
226
|
-
{
|
|
227
|
-
"kind": "js",
|
|
228
|
-
"name": "groupToModelGroup",
|
|
229
|
-
"declaration": {
|
|
230
|
-
"name": "groupToModelGroup",
|
|
231
|
-
"module": "src/utils/data-model.ts"
|
|
232
|
-
}
|
|
274
|
+
]
|
|
233
275
|
},
|
|
234
276
|
{
|
|
235
|
-
"kind": "
|
|
236
|
-
"name": "
|
|
237
|
-
"
|
|
238
|
-
"
|
|
239
|
-
|
|
240
|
-
|
|
277
|
+
"kind": "variable",
|
|
278
|
+
"name": "ROOT_GROUP",
|
|
279
|
+
"type": {
|
|
280
|
+
"text": "string"
|
|
281
|
+
},
|
|
282
|
+
"default": "'group-root'"
|
|
241
283
|
},
|
|
242
|
-
{
|
|
243
|
-
"kind": "js",
|
|
244
|
-
"name": "modelRuleToRule",
|
|
245
|
-
"declaration": {
|
|
246
|
-
"name": "modelRuleToRule",
|
|
247
|
-
"module": "src/utils/data-model.ts"
|
|
248
|
-
}
|
|
249
|
-
}
|
|
250
|
-
]
|
|
251
|
-
},
|
|
252
|
-
{
|
|
253
|
-
"kind": "javascript-module",
|
|
254
|
-
"path": "src/utils/formatting.ts",
|
|
255
|
-
"declarations": [
|
|
256
284
|
{
|
|
257
285
|
"kind": "function",
|
|
258
|
-
"name": "
|
|
286
|
+
"name": "updateGroupData",
|
|
287
|
+
"return": {
|
|
288
|
+
"type": {
|
|
289
|
+
"text": "ModelGroup"
|
|
290
|
+
}
|
|
291
|
+
},
|
|
259
292
|
"parameters": [
|
|
260
293
|
{
|
|
261
|
-
"name": "
|
|
294
|
+
"name": "model",
|
|
262
295
|
"type": {
|
|
263
|
-
"text": "
|
|
296
|
+
"text": "ModelGroup"
|
|
297
|
+
}
|
|
298
|
+
},
|
|
299
|
+
{
|
|
300
|
+
"name": "groupIdToUpdate",
|
|
301
|
+
"type": {
|
|
302
|
+
"text": "string"
|
|
303
|
+
}
|
|
304
|
+
},
|
|
305
|
+
{
|
|
306
|
+
"name": "newData",
|
|
307
|
+
"type": {
|
|
308
|
+
"text": "EventsDetailMap[Events.UpdateGroup]['newData']"
|
|
264
309
|
}
|
|
265
310
|
}
|
|
266
|
-
]
|
|
267
|
-
"description": "Gets the string representation from a `Date` which is the format a `date` input uses.\n`yyyy-mm-dd`.\nUses UTC methods to ensure consistent output regardless of timezone.\n\nUsed to convert a javascript date object into the required string format expected by the expression builder."
|
|
311
|
+
]
|
|
268
312
|
},
|
|
269
313
|
{
|
|
270
314
|
"kind": "function",
|
|
271
|
-
"name": "
|
|
315
|
+
"name": "updateRuleData",
|
|
316
|
+
"return": {
|
|
317
|
+
"type": {
|
|
318
|
+
"text": "ModelGroup"
|
|
319
|
+
}
|
|
320
|
+
},
|
|
272
321
|
"parameters": [
|
|
273
322
|
{
|
|
274
|
-
"name": "
|
|
323
|
+
"name": "model",
|
|
275
324
|
"type": {
|
|
276
|
-
"text": "
|
|
325
|
+
"text": "ModelGroup"
|
|
326
|
+
}
|
|
327
|
+
},
|
|
328
|
+
{
|
|
329
|
+
"name": "ruleIdToUpdate",
|
|
330
|
+
"type": {
|
|
331
|
+
"text": "string"
|
|
332
|
+
}
|
|
333
|
+
},
|
|
334
|
+
{
|
|
335
|
+
"name": "newData",
|
|
336
|
+
"type": {
|
|
337
|
+
"text": "EventsDetailMap[Events.UpdateRule]['newData']"
|
|
277
338
|
}
|
|
278
339
|
}
|
|
279
|
-
]
|
|
280
|
-
"description": "Gets the string representation from a `Date` which is the format a `datetime-local` input uses.\n`yyyy-mm-ddThh:mm:ss`.\nUses UTC methods to ensure consistent output regardless of timezone.\n\nUsed to convert a javascript date object into the required string format expected by the expression builder."
|
|
340
|
+
]
|
|
281
341
|
}
|
|
282
342
|
],
|
|
283
343
|
"exports": [
|
|
284
344
|
{
|
|
285
345
|
"kind": "js",
|
|
286
|
-
"name": "
|
|
346
|
+
"name": "findOperateOnGroup",
|
|
287
347
|
"declaration": {
|
|
288
|
-
"name": "
|
|
289
|
-
"module": "src/
|
|
348
|
+
"name": "findOperateOnGroup",
|
|
349
|
+
"module": "src/main/expression-builder.helpers.ts"
|
|
290
350
|
}
|
|
291
351
|
},
|
|
292
352
|
{
|
|
293
353
|
"kind": "js",
|
|
294
|
-
"name": "
|
|
354
|
+
"name": "addGroupOrRule",
|
|
295
355
|
"declaration": {
|
|
296
|
-
"name": "
|
|
297
|
-
"module": "src/
|
|
356
|
+
"name": "addGroupOrRule",
|
|
357
|
+
"module": "src/main/expression-builder.helpers.ts"
|
|
298
358
|
}
|
|
299
|
-
}
|
|
300
|
-
]
|
|
301
|
-
},
|
|
302
|
-
{
|
|
303
|
-
"kind": "javascript-module",
|
|
304
|
-
"path": "src/utils/index.ts",
|
|
305
|
-
"declarations": [],
|
|
306
|
-
"exports": [
|
|
359
|
+
},
|
|
307
360
|
{
|
|
308
361
|
"kind": "js",
|
|
309
|
-
"name": "
|
|
362
|
+
"name": "deleteGroup",
|
|
310
363
|
"declaration": {
|
|
311
|
-
"name": "
|
|
312
|
-
"
|
|
364
|
+
"name": "deleteGroup",
|
|
365
|
+
"module": "src/main/expression-builder.helpers.ts"
|
|
313
366
|
}
|
|
314
367
|
},
|
|
315
368
|
{
|
|
316
369
|
"kind": "js",
|
|
317
|
-
"name": "
|
|
370
|
+
"name": "deleteRule",
|
|
318
371
|
"declaration": {
|
|
319
|
-
"name": "
|
|
320
|
-
"
|
|
372
|
+
"name": "deleteRule",
|
|
373
|
+
"module": "src/main/expression-builder.helpers.ts"
|
|
321
374
|
}
|
|
322
375
|
},
|
|
323
376
|
{
|
|
324
377
|
"kind": "js",
|
|
325
|
-
"name": "
|
|
378
|
+
"name": "ROOT_GROUP",
|
|
326
379
|
"declaration": {
|
|
327
|
-
"name": "
|
|
328
|
-
"
|
|
380
|
+
"name": "ROOT_GROUP",
|
|
381
|
+
"module": "src/main/expression-builder.helpers.ts"
|
|
382
|
+
}
|
|
383
|
+
},
|
|
384
|
+
{
|
|
385
|
+
"kind": "js",
|
|
386
|
+
"name": "updateGroupData",
|
|
387
|
+
"declaration": {
|
|
388
|
+
"name": "updateGroupData",
|
|
389
|
+
"module": "src/main/expression-builder.helpers.ts"
|
|
390
|
+
}
|
|
391
|
+
},
|
|
392
|
+
{
|
|
393
|
+
"kind": "js",
|
|
394
|
+
"name": "updateRuleData",
|
|
395
|
+
"declaration": {
|
|
396
|
+
"name": "updateRuleData",
|
|
397
|
+
"module": "src/main/expression-builder.helpers.ts"
|
|
329
398
|
}
|
|
330
399
|
}
|
|
331
400
|
]
|
|
332
401
|
},
|
|
333
402
|
{
|
|
334
403
|
"kind": "javascript-module",
|
|
335
|
-
"path": "src/
|
|
336
|
-
"declarations": [
|
|
337
|
-
{
|
|
338
|
-
"kind": "function",
|
|
339
|
-
"name": "getFieldInput",
|
|
340
|
-
"parameters": [
|
|
341
|
-
{
|
|
342
|
-
"name": "context",
|
|
343
|
-
"type": {
|
|
344
|
-
"text": "RuleValue | ModelRule"
|
|
345
|
-
}
|
|
346
|
-
}
|
|
347
|
-
]
|
|
348
|
-
},
|
|
349
|
-
{
|
|
350
|
-
"kind": "function",
|
|
351
|
-
"name": "getFieldType",
|
|
352
|
-
"parameters": [
|
|
353
|
-
{
|
|
354
|
-
"name": "context",
|
|
355
|
-
"type": {
|
|
356
|
-
"text": "RuleValue | ModelRule"
|
|
357
|
-
}
|
|
358
|
-
}
|
|
359
|
-
]
|
|
360
|
-
},
|
|
361
|
-
{
|
|
362
|
-
"kind": "function",
|
|
363
|
-
"name": "processOptGroups",
|
|
364
|
-
"return": {
|
|
365
|
-
"type": {
|
|
366
|
-
"text": "(T | { optgroup: string | null; xs: T[] })[]"
|
|
367
|
-
}
|
|
368
|
-
},
|
|
369
|
-
"parameters": [
|
|
370
|
-
{
|
|
371
|
-
"name": "xs",
|
|
372
|
-
"type": {
|
|
373
|
-
"text": "T[]"
|
|
374
|
-
}
|
|
375
|
-
}
|
|
376
|
-
]
|
|
377
|
-
},
|
|
378
|
-
{
|
|
379
|
-
"kind": "function",
|
|
380
|
-
"name": "applyCustomStyles",
|
|
381
|
-
"return": {
|
|
382
|
-
"type": {
|
|
383
|
-
"text": "void"
|
|
384
|
-
}
|
|
385
|
-
},
|
|
386
|
-
"parameters": [
|
|
387
|
-
{
|
|
388
|
-
"name": "component",
|
|
389
|
-
"type": {
|
|
390
|
-
"text": "HTMLElement"
|
|
391
|
-
},
|
|
392
|
-
"description": "The web component instance"
|
|
393
|
-
},
|
|
394
|
-
{
|
|
395
|
-
"name": "styles",
|
|
396
|
-
"type": {
|
|
397
|
-
"text": "Styles | undefined | null"
|
|
398
|
-
},
|
|
399
|
-
"description": "The styles configuration object"
|
|
400
|
-
},
|
|
401
|
-
{
|
|
402
|
-
"name": "styleKey",
|
|
403
|
-
"type": {
|
|
404
|
-
"text": "keyof NonNullable<Styles['customStyles']>"
|
|
405
|
-
},
|
|
406
|
-
"description": "The key in styles.customStyles to use for custom styles"
|
|
407
|
-
}
|
|
408
|
-
],
|
|
409
|
-
"description": "Utility function to add custom styles to a web component's shadow root"
|
|
410
|
-
}
|
|
411
|
-
],
|
|
412
|
-
"exports": [
|
|
413
|
-
{
|
|
414
|
-
"kind": "js",
|
|
415
|
-
"name": "getFieldInput",
|
|
416
|
-
"declaration": {
|
|
417
|
-
"name": "getFieldInput",
|
|
418
|
-
"module": "src/utils/misc.ts"
|
|
419
|
-
}
|
|
420
|
-
},
|
|
421
|
-
{
|
|
422
|
-
"kind": "js",
|
|
423
|
-
"name": "getFieldType",
|
|
424
|
-
"declaration": {
|
|
425
|
-
"name": "getFieldType",
|
|
426
|
-
"module": "src/utils/misc.ts"
|
|
427
|
-
}
|
|
428
|
-
},
|
|
429
|
-
{
|
|
430
|
-
"kind": "js",
|
|
431
|
-
"name": "processOptGroups",
|
|
432
|
-
"declaration": {
|
|
433
|
-
"name": "processOptGroups",
|
|
434
|
-
"module": "src/utils/misc.ts"
|
|
435
|
-
}
|
|
436
|
-
},
|
|
437
|
-
{
|
|
438
|
-
"kind": "js",
|
|
439
|
-
"name": "applyCustomStyles",
|
|
440
|
-
"declaration": {
|
|
441
|
-
"name": "applyCustomStyles",
|
|
442
|
-
"module": "src/utils/misc.ts"
|
|
443
|
-
}
|
|
444
|
-
}
|
|
445
|
-
]
|
|
446
|
-
},
|
|
447
|
-
{
|
|
448
|
-
"kind": "javascript-module",
|
|
449
|
-
"path": "src/types/index.ts",
|
|
450
|
-
"declarations": [],
|
|
451
|
-
"exports": [
|
|
452
|
-
{
|
|
453
|
-
"kind": "js",
|
|
454
|
-
"name": "*",
|
|
455
|
-
"declaration": {
|
|
456
|
-
"name": "*",
|
|
457
|
-
"package": "./public.types"
|
|
458
|
-
}
|
|
459
|
-
},
|
|
460
|
-
{
|
|
461
|
-
"kind": "js",
|
|
462
|
-
"name": "*",
|
|
463
|
-
"declaration": {
|
|
464
|
-
"name": "*",
|
|
465
|
-
"package": "./private.types"
|
|
466
|
-
}
|
|
467
|
-
}
|
|
468
|
-
]
|
|
469
|
-
},
|
|
470
|
-
{
|
|
471
|
-
"kind": "javascript-module",
|
|
472
|
-
"path": "src/types/private.types.ts",
|
|
473
|
-
"declarations": [],
|
|
474
|
-
"exports": []
|
|
475
|
-
},
|
|
476
|
-
{
|
|
477
|
-
"kind": "javascript-module",
|
|
478
|
-
"path": "src/types/public.types.ts",
|
|
479
|
-
"declarations": [],
|
|
480
|
-
"exports": []
|
|
481
|
-
},
|
|
482
|
-
{
|
|
483
|
-
"kind": "javascript-module",
|
|
484
|
-
"path": "src/main/events.ts",
|
|
485
|
-
"declarations": [],
|
|
486
|
-
"exports": []
|
|
487
|
-
},
|
|
488
|
-
{
|
|
489
|
-
"kind": "javascript-module",
|
|
490
|
-
"path": "src/main/expression-builder.helpers.ts",
|
|
491
|
-
"declarations": [
|
|
492
|
-
{
|
|
493
|
-
"kind": "function",
|
|
494
|
-
"name": "findOperateOnGroup",
|
|
495
|
-
"return": {
|
|
496
|
-
"type": {
|
|
497
|
-
"text": ""
|
|
498
|
-
}
|
|
499
|
-
},
|
|
500
|
-
"parameters": [
|
|
501
|
-
{
|
|
502
|
-
"name": "model",
|
|
503
|
-
"type": {
|
|
504
|
-
"text": "ModelGroup"
|
|
505
|
-
},
|
|
506
|
-
"description": "The root group to start searching from"
|
|
507
|
-
},
|
|
508
|
-
{
|
|
509
|
-
"name": "groupId",
|
|
510
|
-
"type": {
|
|
511
|
-
"text": "string"
|
|
512
|
-
},
|
|
513
|
-
"description": "The Group ID to find"
|
|
514
|
-
},
|
|
515
|
-
{
|
|
516
|
-
"name": "fn",
|
|
517
|
-
"type": {
|
|
518
|
-
"text": "ChildrenOperatorFn"
|
|
519
|
-
},
|
|
520
|
-
"description": "The function to apply to the children of the found group. A *new* object must be created and returned"
|
|
521
|
-
}
|
|
522
|
-
],
|
|
523
|
-
"description": "Finds a group within a model and applies a function to create a new children"
|
|
524
|
-
},
|
|
525
|
-
{
|
|
526
|
-
"kind": "function",
|
|
527
|
-
"name": "addGroupOrRule",
|
|
528
|
-
"return": {
|
|
529
|
-
"type": {
|
|
530
|
-
"text": "ModelGroup"
|
|
531
|
-
}
|
|
532
|
-
},
|
|
533
|
-
"parameters": [
|
|
534
|
-
{
|
|
535
|
-
"name": "model",
|
|
536
|
-
"type": {
|
|
537
|
-
"text": "ModelGroup"
|
|
538
|
-
}
|
|
539
|
-
},
|
|
540
|
-
{
|
|
541
|
-
"name": "parentGroupId",
|
|
542
|
-
"type": {
|
|
543
|
-
"text": "string"
|
|
544
|
-
}
|
|
545
|
-
},
|
|
546
|
-
{
|
|
547
|
-
"name": "newItem",
|
|
548
|
-
"type": {
|
|
549
|
-
"text": "ModelGroup | ModelRule"
|
|
550
|
-
}
|
|
551
|
-
}
|
|
552
|
-
]
|
|
553
|
-
},
|
|
554
|
-
{
|
|
555
|
-
"kind": "function",
|
|
556
|
-
"name": "deleteGroup",
|
|
557
|
-
"return": {
|
|
558
|
-
"type": {
|
|
559
|
-
"text": "ModelGroup"
|
|
560
|
-
}
|
|
561
|
-
},
|
|
562
|
-
"parameters": [
|
|
563
|
-
{
|
|
564
|
-
"name": "model",
|
|
565
|
-
"type": {
|
|
566
|
-
"text": "ModelGroup"
|
|
567
|
-
}
|
|
568
|
-
},
|
|
569
|
-
{
|
|
570
|
-
"name": "groupIdToDelete",
|
|
571
|
-
"type": {
|
|
572
|
-
"text": "string"
|
|
573
|
-
}
|
|
574
|
-
}
|
|
575
|
-
]
|
|
576
|
-
},
|
|
577
|
-
{
|
|
578
|
-
"kind": "function",
|
|
579
|
-
"name": "deleteRule",
|
|
580
|
-
"return": {
|
|
581
|
-
"type": {
|
|
582
|
-
"text": "ModelGroup"
|
|
583
|
-
}
|
|
584
|
-
},
|
|
585
|
-
"parameters": [
|
|
586
|
-
{
|
|
587
|
-
"name": "model",
|
|
588
|
-
"type": {
|
|
589
|
-
"text": "ModelGroup"
|
|
590
|
-
}
|
|
591
|
-
},
|
|
592
|
-
{
|
|
593
|
-
"name": "ruleIdToDelete",
|
|
594
|
-
"type": {
|
|
595
|
-
"text": "string"
|
|
596
|
-
}
|
|
597
|
-
}
|
|
598
|
-
]
|
|
599
|
-
},
|
|
600
|
-
{
|
|
601
|
-
"kind": "variable",
|
|
602
|
-
"name": "ROOT_GROUP",
|
|
603
|
-
"type": {
|
|
604
|
-
"text": "string"
|
|
605
|
-
},
|
|
606
|
-
"default": "'group-root'"
|
|
607
|
-
},
|
|
608
|
-
{
|
|
609
|
-
"kind": "function",
|
|
610
|
-
"name": "updateGroupData",
|
|
611
|
-
"return": {
|
|
612
|
-
"type": {
|
|
613
|
-
"text": "ModelGroup"
|
|
614
|
-
}
|
|
615
|
-
},
|
|
616
|
-
"parameters": [
|
|
617
|
-
{
|
|
618
|
-
"name": "model",
|
|
619
|
-
"type": {
|
|
620
|
-
"text": "ModelGroup"
|
|
621
|
-
}
|
|
622
|
-
},
|
|
623
|
-
{
|
|
624
|
-
"name": "groupIdToUpdate",
|
|
625
|
-
"type": {
|
|
626
|
-
"text": "string"
|
|
627
|
-
}
|
|
628
|
-
},
|
|
629
|
-
{
|
|
630
|
-
"name": "newData",
|
|
631
|
-
"type": {
|
|
632
|
-
"text": "EventsDetailMap[Events.UpdateGroup]['newData']"
|
|
633
|
-
}
|
|
634
|
-
}
|
|
635
|
-
]
|
|
636
|
-
},
|
|
637
|
-
{
|
|
638
|
-
"kind": "function",
|
|
639
|
-
"name": "updateRuleData",
|
|
640
|
-
"return": {
|
|
641
|
-
"type": {
|
|
642
|
-
"text": "ModelGroup"
|
|
643
|
-
}
|
|
644
|
-
},
|
|
645
|
-
"parameters": [
|
|
646
|
-
{
|
|
647
|
-
"name": "model",
|
|
648
|
-
"type": {
|
|
649
|
-
"text": "ModelGroup"
|
|
650
|
-
}
|
|
651
|
-
},
|
|
652
|
-
{
|
|
653
|
-
"name": "ruleIdToUpdate",
|
|
654
|
-
"type": {
|
|
655
|
-
"text": "string"
|
|
656
|
-
}
|
|
657
|
-
},
|
|
658
|
-
{
|
|
659
|
-
"name": "newData",
|
|
660
|
-
"type": {
|
|
661
|
-
"text": "EventsDetailMap[Events.UpdateRule]['newData']"
|
|
662
|
-
}
|
|
663
|
-
}
|
|
664
|
-
]
|
|
665
|
-
}
|
|
666
|
-
],
|
|
667
|
-
"exports": [
|
|
668
|
-
{
|
|
669
|
-
"kind": "js",
|
|
670
|
-
"name": "findOperateOnGroup",
|
|
671
|
-
"declaration": {
|
|
672
|
-
"name": "findOperateOnGroup",
|
|
673
|
-
"module": "src/main/expression-builder.helpers.ts"
|
|
674
|
-
}
|
|
675
|
-
},
|
|
676
|
-
{
|
|
677
|
-
"kind": "js",
|
|
678
|
-
"name": "addGroupOrRule",
|
|
679
|
-
"declaration": {
|
|
680
|
-
"name": "addGroupOrRule",
|
|
681
|
-
"module": "src/main/expression-builder.helpers.ts"
|
|
682
|
-
}
|
|
683
|
-
},
|
|
684
|
-
{
|
|
685
|
-
"kind": "js",
|
|
686
|
-
"name": "deleteGroup",
|
|
687
|
-
"declaration": {
|
|
688
|
-
"name": "deleteGroup",
|
|
689
|
-
"module": "src/main/expression-builder.helpers.ts"
|
|
690
|
-
}
|
|
691
|
-
},
|
|
692
|
-
{
|
|
693
|
-
"kind": "js",
|
|
694
|
-
"name": "deleteRule",
|
|
695
|
-
"declaration": {
|
|
696
|
-
"name": "deleteRule",
|
|
697
|
-
"module": "src/main/expression-builder.helpers.ts"
|
|
698
|
-
}
|
|
699
|
-
},
|
|
700
|
-
{
|
|
701
|
-
"kind": "js",
|
|
702
|
-
"name": "ROOT_GROUP",
|
|
703
|
-
"declaration": {
|
|
704
|
-
"name": "ROOT_GROUP",
|
|
705
|
-
"module": "src/main/expression-builder.helpers.ts"
|
|
706
|
-
}
|
|
707
|
-
},
|
|
708
|
-
{
|
|
709
|
-
"kind": "js",
|
|
710
|
-
"name": "updateGroupData",
|
|
711
|
-
"declaration": {
|
|
712
|
-
"name": "updateGroupData",
|
|
713
|
-
"module": "src/main/expression-builder.helpers.ts"
|
|
714
|
-
}
|
|
715
|
-
},
|
|
716
|
-
{
|
|
717
|
-
"kind": "js",
|
|
718
|
-
"name": "updateRuleData",
|
|
719
|
-
"declaration": {
|
|
720
|
-
"name": "updateRuleData",
|
|
721
|
-
"module": "src/main/expression-builder.helpers.ts"
|
|
722
|
-
}
|
|
723
|
-
}
|
|
724
|
-
]
|
|
725
|
-
},
|
|
726
|
-
{
|
|
727
|
-
"kind": "javascript-module",
|
|
728
|
-
"path": "src/main/expression-builder.styles.ts",
|
|
404
|
+
"path": "src/main/expression-builder.styles.ts",
|
|
729
405
|
"declarations": [
|
|
730
406
|
{
|
|
731
407
|
"kind": "variable",
|
|
@@ -944,62 +620,272 @@
|
|
|
944
620
|
]
|
|
945
621
|
},
|
|
946
622
|
{
|
|
947
|
-
"kind": "field",
|
|
948
|
-
"name": "handleUpdateRuleData",
|
|
949
|
-
"privacy": "private"
|
|
950
|
-
},
|
|
623
|
+
"kind": "field",
|
|
624
|
+
"name": "handleUpdateRuleData",
|
|
625
|
+
"privacy": "private"
|
|
626
|
+
},
|
|
627
|
+
{
|
|
628
|
+
"kind": "method",
|
|
629
|
+
"name": "_handleUpdateRuleData",
|
|
630
|
+
"privacy": "private",
|
|
631
|
+
"parameters": [
|
|
632
|
+
{
|
|
633
|
+
"name": "event",
|
|
634
|
+
"type": {
|
|
635
|
+
"text": "CustomEvent<EventsDetailMap[Events.UpdateRule]>"
|
|
636
|
+
}
|
|
637
|
+
}
|
|
638
|
+
]
|
|
639
|
+
}
|
|
640
|
+
],
|
|
641
|
+
"events": [
|
|
642
|
+
{
|
|
643
|
+
"name": "change",
|
|
644
|
+
"type": {
|
|
645
|
+
"text": "CustomEvent"
|
|
646
|
+
}
|
|
647
|
+
}
|
|
648
|
+
],
|
|
649
|
+
"superclass": {
|
|
650
|
+
"name": "GenesisElement",
|
|
651
|
+
"package": "@genesislcap/web-core"
|
|
652
|
+
},
|
|
653
|
+
"tagName": "expression-builder",
|
|
654
|
+
"customElement": true
|
|
655
|
+
}
|
|
656
|
+
],
|
|
657
|
+
"exports": [
|
|
658
|
+
{
|
|
659
|
+
"kind": "js",
|
|
660
|
+
"name": "ExpressionBuilder",
|
|
661
|
+
"declaration": {
|
|
662
|
+
"name": "ExpressionBuilder",
|
|
663
|
+
"module": "src/main/expression-builder.ts"
|
|
664
|
+
}
|
|
665
|
+
},
|
|
666
|
+
{
|
|
667
|
+
"kind": "custom-element-definition",
|
|
668
|
+
"name": "expression-builder",
|
|
669
|
+
"declaration": {
|
|
670
|
+
"name": "ExpressionBuilder",
|
|
671
|
+
"module": "src/main/expression-builder.ts"
|
|
672
|
+
}
|
|
673
|
+
}
|
|
674
|
+
]
|
|
675
|
+
},
|
|
676
|
+
{
|
|
677
|
+
"kind": "javascript-module",
|
|
678
|
+
"path": "src/main/index.ts",
|
|
679
|
+
"declarations": [],
|
|
680
|
+
"exports": [
|
|
681
|
+
{
|
|
682
|
+
"kind": "js",
|
|
683
|
+
"name": "*",
|
|
684
|
+
"declaration": {
|
|
685
|
+
"name": "*",
|
|
686
|
+
"package": "./expression-builder"
|
|
687
|
+
}
|
|
688
|
+
},
|
|
689
|
+
{
|
|
690
|
+
"kind": "js",
|
|
691
|
+
"name": "*",
|
|
692
|
+
"declaration": {
|
|
693
|
+
"name": "*",
|
|
694
|
+
"package": "./expression-builder.styles"
|
|
695
|
+
}
|
|
696
|
+
},
|
|
697
|
+
{
|
|
698
|
+
"kind": "js",
|
|
699
|
+
"name": "*",
|
|
700
|
+
"declaration": {
|
|
701
|
+
"name": "*",
|
|
702
|
+
"package": "./expression-builder.template"
|
|
703
|
+
}
|
|
704
|
+
}
|
|
705
|
+
]
|
|
706
|
+
},
|
|
707
|
+
{
|
|
708
|
+
"kind": "javascript-module",
|
|
709
|
+
"path": "src/types/index.ts",
|
|
710
|
+
"declarations": [],
|
|
711
|
+
"exports": [
|
|
712
|
+
{
|
|
713
|
+
"kind": "js",
|
|
714
|
+
"name": "*",
|
|
715
|
+
"declaration": {
|
|
716
|
+
"name": "*",
|
|
717
|
+
"package": "./public.types"
|
|
718
|
+
}
|
|
719
|
+
},
|
|
720
|
+
{
|
|
721
|
+
"kind": "js",
|
|
722
|
+
"name": "*",
|
|
723
|
+
"declaration": {
|
|
724
|
+
"name": "*",
|
|
725
|
+
"package": "./private.types"
|
|
726
|
+
}
|
|
727
|
+
}
|
|
728
|
+
]
|
|
729
|
+
},
|
|
730
|
+
{
|
|
731
|
+
"kind": "javascript-module",
|
|
732
|
+
"path": "src/types/private.types.ts",
|
|
733
|
+
"declarations": [],
|
|
734
|
+
"exports": []
|
|
735
|
+
},
|
|
736
|
+
{
|
|
737
|
+
"kind": "javascript-module",
|
|
738
|
+
"path": "src/types/public.types.ts",
|
|
739
|
+
"declarations": [],
|
|
740
|
+
"exports": []
|
|
741
|
+
},
|
|
742
|
+
{
|
|
743
|
+
"kind": "javascript-module",
|
|
744
|
+
"path": "src/utils/data-model.ts",
|
|
745
|
+
"declarations": [
|
|
746
|
+
{
|
|
747
|
+
"kind": "function",
|
|
748
|
+
"name": "groupToModelGroup",
|
|
749
|
+
"return": {
|
|
750
|
+
"type": {
|
|
751
|
+
"text": "ModelGroup"
|
|
752
|
+
}
|
|
753
|
+
},
|
|
754
|
+
"parameters": [
|
|
755
|
+
{
|
|
756
|
+
"name": "group",
|
|
757
|
+
"type": {
|
|
758
|
+
"text": "Group"
|
|
759
|
+
}
|
|
760
|
+
},
|
|
761
|
+
{
|
|
762
|
+
"name": "provider",
|
|
763
|
+
"type": {
|
|
764
|
+
"text": "MetadataProvider"
|
|
765
|
+
}
|
|
766
|
+
}
|
|
767
|
+
],
|
|
768
|
+
"description": "Converts a Group to a ModelGroup (adds required metadata)"
|
|
769
|
+
},
|
|
770
|
+
{
|
|
771
|
+
"kind": "function",
|
|
772
|
+
"name": "modelGroupToGroup",
|
|
773
|
+
"return": {
|
|
774
|
+
"type": {
|
|
775
|
+
"text": ""
|
|
776
|
+
}
|
|
777
|
+
},
|
|
778
|
+
"parameters": [
|
|
951
779
|
{
|
|
952
|
-
"
|
|
953
|
-
"
|
|
954
|
-
|
|
955
|
-
|
|
956
|
-
|
|
957
|
-
"name": "event",
|
|
958
|
-
"type": {
|
|
959
|
-
"text": "CustomEvent<EventsDetailMap[Events.UpdateRule]>"
|
|
960
|
-
}
|
|
961
|
-
}
|
|
962
|
-
]
|
|
780
|
+
"name": "modelGroup",
|
|
781
|
+
"type": {
|
|
782
|
+
"text": "ModelGroup"
|
|
783
|
+
},
|
|
784
|
+
"description": "The internal ModelGroup to convert."
|
|
963
785
|
}
|
|
964
786
|
],
|
|
965
|
-
"
|
|
787
|
+
"description": "Converts a ModelGroup (internal data structure) to a public Group structure.\nThis function recursively processes the rules within the group."
|
|
788
|
+
},
|
|
789
|
+
{
|
|
790
|
+
"kind": "function",
|
|
791
|
+
"name": "modelRuleToRule",
|
|
792
|
+
"return": {
|
|
793
|
+
"type": {
|
|
794
|
+
"text": ""
|
|
795
|
+
}
|
|
796
|
+
},
|
|
797
|
+
"parameters": [
|
|
966
798
|
{
|
|
967
|
-
"name": "
|
|
799
|
+
"name": "modelRule",
|
|
968
800
|
"type": {
|
|
969
|
-
"text": "
|
|
801
|
+
"text": "ModelRule"
|
|
802
|
+
},
|
|
803
|
+
"description": "The internal ModelRule to convert."
|
|
804
|
+
}
|
|
805
|
+
],
|
|
806
|
+
"description": "Converts a ModelRule (internal data structure) to a public Rule structure."
|
|
807
|
+
}
|
|
808
|
+
],
|
|
809
|
+
"exports": [
|
|
810
|
+
{
|
|
811
|
+
"kind": "js",
|
|
812
|
+
"name": "groupToModelGroup",
|
|
813
|
+
"declaration": {
|
|
814
|
+
"name": "groupToModelGroup",
|
|
815
|
+
"module": "src/utils/data-model.ts"
|
|
816
|
+
}
|
|
817
|
+
},
|
|
818
|
+
{
|
|
819
|
+
"kind": "js",
|
|
820
|
+
"name": "modelGroupToGroup",
|
|
821
|
+
"declaration": {
|
|
822
|
+
"name": "modelGroupToGroup",
|
|
823
|
+
"module": "src/utils/data-model.ts"
|
|
824
|
+
}
|
|
825
|
+
},
|
|
826
|
+
{
|
|
827
|
+
"kind": "js",
|
|
828
|
+
"name": "modelRuleToRule",
|
|
829
|
+
"declaration": {
|
|
830
|
+
"name": "modelRuleToRule",
|
|
831
|
+
"module": "src/utils/data-model.ts"
|
|
832
|
+
}
|
|
833
|
+
}
|
|
834
|
+
]
|
|
835
|
+
},
|
|
836
|
+
{
|
|
837
|
+
"kind": "javascript-module",
|
|
838
|
+
"path": "src/utils/formatting.ts",
|
|
839
|
+
"declarations": [
|
|
840
|
+
{
|
|
841
|
+
"kind": "function",
|
|
842
|
+
"name": "formatDateString",
|
|
843
|
+
"parameters": [
|
|
844
|
+
{
|
|
845
|
+
"name": "date",
|
|
846
|
+
"type": {
|
|
847
|
+
"text": "Date"
|
|
970
848
|
}
|
|
971
849
|
}
|
|
972
850
|
],
|
|
973
|
-
"
|
|
974
|
-
|
|
975
|
-
|
|
976
|
-
|
|
977
|
-
"
|
|
978
|
-
"
|
|
851
|
+
"description": "Gets the string representation from a `Date` which is the format a `date` input uses.\n`yyyy-mm-dd`.\nUses UTC methods to ensure consistent output regardless of timezone.\n\nUsed to convert a javascript date object into the required string format expected by the expression builder."
|
|
852
|
+
},
|
|
853
|
+
{
|
|
854
|
+
"kind": "function",
|
|
855
|
+
"name": "formatDateTimeString",
|
|
856
|
+
"parameters": [
|
|
857
|
+
{
|
|
858
|
+
"name": "date",
|
|
859
|
+
"type": {
|
|
860
|
+
"text": "Date"
|
|
861
|
+
}
|
|
862
|
+
}
|
|
863
|
+
],
|
|
864
|
+
"description": "Gets the string representation from a `Date` which is the format a `datetime-local` input uses.\n`yyyy-mm-ddThh:mm:ss`.\nUses UTC methods to ensure consistent output regardless of timezone.\n\nUsed to convert a javascript date object into the required string format expected by the expression builder."
|
|
979
865
|
}
|
|
980
866
|
],
|
|
981
867
|
"exports": [
|
|
982
868
|
{
|
|
983
869
|
"kind": "js",
|
|
984
|
-
"name": "
|
|
870
|
+
"name": "formatDateString",
|
|
985
871
|
"declaration": {
|
|
986
|
-
"name": "
|
|
987
|
-
"module": "src/
|
|
872
|
+
"name": "formatDateString",
|
|
873
|
+
"module": "src/utils/formatting.ts"
|
|
988
874
|
}
|
|
989
875
|
},
|
|
990
876
|
{
|
|
991
|
-
"kind": "
|
|
992
|
-
"name": "
|
|
877
|
+
"kind": "js",
|
|
878
|
+
"name": "formatDateTimeString",
|
|
993
879
|
"declaration": {
|
|
994
|
-
"name": "
|
|
995
|
-
"module": "src/
|
|
880
|
+
"name": "formatDateTimeString",
|
|
881
|
+
"module": "src/utils/formatting.ts"
|
|
996
882
|
}
|
|
997
883
|
}
|
|
998
884
|
]
|
|
999
885
|
},
|
|
1000
886
|
{
|
|
1001
887
|
"kind": "javascript-module",
|
|
1002
|
-
"path": "src/
|
|
888
|
+
"path": "src/utils/index.ts",
|
|
1003
889
|
"declarations": [],
|
|
1004
890
|
"exports": [
|
|
1005
891
|
{
|
|
@@ -1007,7 +893,7 @@
|
|
|
1007
893
|
"name": "*",
|
|
1008
894
|
"declaration": {
|
|
1009
895
|
"name": "*",
|
|
1010
|
-
"package": "./
|
|
896
|
+
"package": "./data-model"
|
|
1011
897
|
}
|
|
1012
898
|
},
|
|
1013
899
|
{
|
|
@@ -1015,7 +901,7 @@
|
|
|
1015
901
|
"name": "*",
|
|
1016
902
|
"declaration": {
|
|
1017
903
|
"name": "*",
|
|
1018
|
-
"package": "./
|
|
904
|
+
"package": "./formatting"
|
|
1019
905
|
}
|
|
1020
906
|
},
|
|
1021
907
|
{
|
|
@@ -1023,7 +909,121 @@
|
|
|
1023
909
|
"name": "*",
|
|
1024
910
|
"declaration": {
|
|
1025
911
|
"name": "*",
|
|
1026
|
-
"package": "./
|
|
912
|
+
"package": "./misc"
|
|
913
|
+
}
|
|
914
|
+
}
|
|
915
|
+
]
|
|
916
|
+
},
|
|
917
|
+
{
|
|
918
|
+
"kind": "javascript-module",
|
|
919
|
+
"path": "src/utils/misc.ts",
|
|
920
|
+
"declarations": [
|
|
921
|
+
{
|
|
922
|
+
"kind": "function",
|
|
923
|
+
"name": "getFieldInput",
|
|
924
|
+
"parameters": [
|
|
925
|
+
{
|
|
926
|
+
"name": "context",
|
|
927
|
+
"type": {
|
|
928
|
+
"text": "RuleValue | ModelRule"
|
|
929
|
+
}
|
|
930
|
+
}
|
|
931
|
+
]
|
|
932
|
+
},
|
|
933
|
+
{
|
|
934
|
+
"kind": "function",
|
|
935
|
+
"name": "getFieldType",
|
|
936
|
+
"parameters": [
|
|
937
|
+
{
|
|
938
|
+
"name": "context",
|
|
939
|
+
"type": {
|
|
940
|
+
"text": "RuleValue | ModelRule"
|
|
941
|
+
}
|
|
942
|
+
}
|
|
943
|
+
]
|
|
944
|
+
},
|
|
945
|
+
{
|
|
946
|
+
"kind": "function",
|
|
947
|
+
"name": "processOptGroups",
|
|
948
|
+
"return": {
|
|
949
|
+
"type": {
|
|
950
|
+
"text": "(T | { optgroup: string | null; xs: T[] })[]"
|
|
951
|
+
}
|
|
952
|
+
},
|
|
953
|
+
"parameters": [
|
|
954
|
+
{
|
|
955
|
+
"name": "xs",
|
|
956
|
+
"type": {
|
|
957
|
+
"text": "T[]"
|
|
958
|
+
}
|
|
959
|
+
}
|
|
960
|
+
]
|
|
961
|
+
},
|
|
962
|
+
{
|
|
963
|
+
"kind": "function",
|
|
964
|
+
"name": "applyCustomStyles",
|
|
965
|
+
"return": {
|
|
966
|
+
"type": {
|
|
967
|
+
"text": "void"
|
|
968
|
+
}
|
|
969
|
+
},
|
|
970
|
+
"parameters": [
|
|
971
|
+
{
|
|
972
|
+
"name": "component",
|
|
973
|
+
"type": {
|
|
974
|
+
"text": "HTMLElement"
|
|
975
|
+
},
|
|
976
|
+
"description": "The web component instance"
|
|
977
|
+
},
|
|
978
|
+
{
|
|
979
|
+
"name": "styles",
|
|
980
|
+
"type": {
|
|
981
|
+
"text": "Styles | undefined | null"
|
|
982
|
+
},
|
|
983
|
+
"description": "The styles configuration object"
|
|
984
|
+
},
|
|
985
|
+
{
|
|
986
|
+
"name": "styleKey",
|
|
987
|
+
"type": {
|
|
988
|
+
"text": "keyof NonNullable<Styles['customStyles']>"
|
|
989
|
+
},
|
|
990
|
+
"description": "The key in styles.customStyles to use for custom styles"
|
|
991
|
+
}
|
|
992
|
+
],
|
|
993
|
+
"description": "Utility function to add custom styles to a web component's shadow root"
|
|
994
|
+
}
|
|
995
|
+
],
|
|
996
|
+
"exports": [
|
|
997
|
+
{
|
|
998
|
+
"kind": "js",
|
|
999
|
+
"name": "getFieldInput",
|
|
1000
|
+
"declaration": {
|
|
1001
|
+
"name": "getFieldInput",
|
|
1002
|
+
"module": "src/utils/misc.ts"
|
|
1003
|
+
}
|
|
1004
|
+
},
|
|
1005
|
+
{
|
|
1006
|
+
"kind": "js",
|
|
1007
|
+
"name": "getFieldType",
|
|
1008
|
+
"declaration": {
|
|
1009
|
+
"name": "getFieldType",
|
|
1010
|
+
"module": "src/utils/misc.ts"
|
|
1011
|
+
}
|
|
1012
|
+
},
|
|
1013
|
+
{
|
|
1014
|
+
"kind": "js",
|
|
1015
|
+
"name": "processOptGroups",
|
|
1016
|
+
"declaration": {
|
|
1017
|
+
"name": "processOptGroups",
|
|
1018
|
+
"module": "src/utils/misc.ts"
|
|
1019
|
+
}
|
|
1020
|
+
},
|
|
1021
|
+
{
|
|
1022
|
+
"kind": "js",
|
|
1023
|
+
"name": "applyCustomStyles",
|
|
1024
|
+
"declaration": {
|
|
1025
|
+
"name": "applyCustomStyles",
|
|
1026
|
+
"module": "src/utils/misc.ts"
|
|
1027
1027
|
}
|
|
1028
1028
|
}
|
|
1029
1029
|
]
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@genesislcap/expression-builder",
|
|
3
3
|
"description": "Genesis Foundation Expression Builder",
|
|
4
|
-
"version": "14.361.
|
|
4
|
+
"version": "14.361.1",
|
|
5
5
|
"license": "SEE LICENSE IN license.txt",
|
|
6
6
|
"main": "dist/esm/index.js",
|
|
7
7
|
"types": "dist/expression-builder.d.ts",
|
|
@@ -36,16 +36,16 @@
|
|
|
36
36
|
}
|
|
37
37
|
},
|
|
38
38
|
"devDependencies": {
|
|
39
|
-
"@genesislcap/foundation-testing": "14.361.
|
|
40
|
-
"@genesislcap/genx": "14.361.
|
|
41
|
-
"@genesislcap/rollup-builder": "14.361.
|
|
42
|
-
"@genesislcap/ts-builder": "14.361.
|
|
43
|
-
"@genesislcap/uvu-playwright-builder": "14.361.
|
|
44
|
-
"@genesislcap/vite-builder": "14.361.
|
|
45
|
-
"@genesislcap/webpack-builder": "14.361.
|
|
39
|
+
"@genesislcap/foundation-testing": "14.361.1",
|
|
40
|
+
"@genesislcap/genx": "14.361.1",
|
|
41
|
+
"@genesislcap/rollup-builder": "14.361.1",
|
|
42
|
+
"@genesislcap/ts-builder": "14.361.1",
|
|
43
|
+
"@genesislcap/uvu-playwright-builder": "14.361.1",
|
|
44
|
+
"@genesislcap/vite-builder": "14.361.1",
|
|
45
|
+
"@genesislcap/webpack-builder": "14.361.1"
|
|
46
46
|
},
|
|
47
47
|
"dependencies": {
|
|
48
|
-
"@genesislcap/web-core": "14.361.
|
|
48
|
+
"@genesislcap/web-core": "14.361.1",
|
|
49
49
|
"rfdc": "1.4.1"
|
|
50
50
|
},
|
|
51
51
|
"repository": {
|
|
@@ -57,5 +57,5 @@
|
|
|
57
57
|
"access": "public"
|
|
58
58
|
},
|
|
59
59
|
"customElements": "dist/custom-elements.json",
|
|
60
|
-
"gitHead": "
|
|
60
|
+
"gitHead": "90829ae0dfef597e80b62f935083ce763af6c6d9"
|
|
61
61
|
}
|