@genesislcap/foundation-ui 14.416.1 → 14.416.2-alpha-a775978.0
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 +388 -388
- package/package.json +19 -19
|
@@ -1287,188 +1287,6 @@
|
|
|
1287
1287
|
}
|
|
1288
1288
|
]
|
|
1289
1289
|
},
|
|
1290
|
-
{
|
|
1291
|
-
"kind": "javascript-module",
|
|
1292
|
-
"path": "src/accordion/accordion.styles.ts",
|
|
1293
|
-
"declarations": [
|
|
1294
|
-
{
|
|
1295
|
-
"kind": "function",
|
|
1296
|
-
"name": "foundationAccordionStyles",
|
|
1297
|
-
"return": {
|
|
1298
|
-
"type": {
|
|
1299
|
-
"text": "ElementStyles"
|
|
1300
|
-
}
|
|
1301
|
-
},
|
|
1302
|
-
"parameters": [
|
|
1303
|
-
{
|
|
1304
|
-
"name": "context",
|
|
1305
|
-
"type": {
|
|
1306
|
-
"text": "ElementDefinitionContext"
|
|
1307
|
-
}
|
|
1308
|
-
},
|
|
1309
|
-
{
|
|
1310
|
-
"name": "definition",
|
|
1311
|
-
"type": {
|
|
1312
|
-
"text": "FoundationElementDefinition"
|
|
1313
|
-
}
|
|
1314
|
-
}
|
|
1315
|
-
]
|
|
1316
|
-
}
|
|
1317
|
-
],
|
|
1318
|
-
"exports": [
|
|
1319
|
-
{
|
|
1320
|
-
"kind": "js",
|
|
1321
|
-
"name": "foundationAccordionStyles",
|
|
1322
|
-
"declaration": {
|
|
1323
|
-
"name": "foundationAccordionStyles",
|
|
1324
|
-
"module": "src/accordion/accordion.styles.ts"
|
|
1325
|
-
}
|
|
1326
|
-
}
|
|
1327
|
-
]
|
|
1328
|
-
},
|
|
1329
|
-
{
|
|
1330
|
-
"kind": "javascript-module",
|
|
1331
|
-
"path": "src/accordion/accordion.template.ts",
|
|
1332
|
-
"declarations": [
|
|
1333
|
-
{
|
|
1334
|
-
"kind": "function",
|
|
1335
|
-
"name": "foundationAccordionTemplate",
|
|
1336
|
-
"return": {
|
|
1337
|
-
"type": {
|
|
1338
|
-
"text": "ViewTemplate<Accordion>"
|
|
1339
|
-
}
|
|
1340
|
-
},
|
|
1341
|
-
"parameters": [
|
|
1342
|
-
{
|
|
1343
|
-
"name": "context",
|
|
1344
|
-
"type": {
|
|
1345
|
-
"text": "ElementDefinitionContext"
|
|
1346
|
-
}
|
|
1347
|
-
},
|
|
1348
|
-
{
|
|
1349
|
-
"name": "definition",
|
|
1350
|
-
"type": {
|
|
1351
|
-
"text": "FoundationElementDefinition"
|
|
1352
|
-
}
|
|
1353
|
-
}
|
|
1354
|
-
]
|
|
1355
|
-
}
|
|
1356
|
-
],
|
|
1357
|
-
"exports": [
|
|
1358
|
-
{
|
|
1359
|
-
"kind": "js",
|
|
1360
|
-
"name": "foundationAccordionTemplate",
|
|
1361
|
-
"declaration": {
|
|
1362
|
-
"name": "foundationAccordionTemplate",
|
|
1363
|
-
"module": "src/accordion/accordion.template.ts"
|
|
1364
|
-
}
|
|
1365
|
-
}
|
|
1366
|
-
]
|
|
1367
|
-
},
|
|
1368
|
-
{
|
|
1369
|
-
"kind": "javascript-module",
|
|
1370
|
-
"path": "src/accordion/accordion.ts",
|
|
1371
|
-
"declarations": [
|
|
1372
|
-
{
|
|
1373
|
-
"kind": "class",
|
|
1374
|
-
"description": "",
|
|
1375
|
-
"name": "Accordion",
|
|
1376
|
-
"superclass": {
|
|
1377
|
-
"name": "FASTAccordion",
|
|
1378
|
-
"package": "@microsoft/fast-foundation"
|
|
1379
|
-
},
|
|
1380
|
-
"tagName": "%%prefix%%-accordion",
|
|
1381
|
-
"customElement": true
|
|
1382
|
-
},
|
|
1383
|
-
{
|
|
1384
|
-
"kind": "variable",
|
|
1385
|
-
"name": "foundationAccordionShadowOptions",
|
|
1386
|
-
"type": {
|
|
1387
|
-
"text": "ShadowRootInit"
|
|
1388
|
-
},
|
|
1389
|
-
"default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
|
|
1390
|
-
},
|
|
1391
|
-
{
|
|
1392
|
-
"kind": "variable",
|
|
1393
|
-
"name": "defaultAccordionConfig",
|
|
1394
|
-
"type": {
|
|
1395
|
-
"text": "object"
|
|
1396
|
-
},
|
|
1397
|
-
"default": "{}"
|
|
1398
|
-
},
|
|
1399
|
-
{
|
|
1400
|
-
"kind": "variable",
|
|
1401
|
-
"name": "foundationAccordion",
|
|
1402
|
-
"description": "The Foundation Accordion",
|
|
1403
|
-
"privacy": "public"
|
|
1404
|
-
}
|
|
1405
|
-
],
|
|
1406
|
-
"exports": [
|
|
1407
|
-
{
|
|
1408
|
-
"kind": "js",
|
|
1409
|
-
"name": "Accordion",
|
|
1410
|
-
"declaration": {
|
|
1411
|
-
"name": "Accordion",
|
|
1412
|
-
"module": "src/accordion/accordion.ts"
|
|
1413
|
-
}
|
|
1414
|
-
},
|
|
1415
|
-
{
|
|
1416
|
-
"kind": "js",
|
|
1417
|
-
"name": "foundationAccordionShadowOptions",
|
|
1418
|
-
"declaration": {
|
|
1419
|
-
"name": "foundationAccordionShadowOptions",
|
|
1420
|
-
"module": "src/accordion/accordion.ts"
|
|
1421
|
-
}
|
|
1422
|
-
},
|
|
1423
|
-
{
|
|
1424
|
-
"kind": "js",
|
|
1425
|
-
"name": "defaultAccordionConfig",
|
|
1426
|
-
"declaration": {
|
|
1427
|
-
"name": "defaultAccordionConfig",
|
|
1428
|
-
"module": "src/accordion/accordion.ts"
|
|
1429
|
-
}
|
|
1430
|
-
},
|
|
1431
|
-
{
|
|
1432
|
-
"kind": "js",
|
|
1433
|
-
"name": "foundationAccordion",
|
|
1434
|
-
"declaration": {
|
|
1435
|
-
"name": "foundationAccordion",
|
|
1436
|
-
"module": "src/accordion/accordion.ts"
|
|
1437
|
-
}
|
|
1438
|
-
}
|
|
1439
|
-
]
|
|
1440
|
-
},
|
|
1441
|
-
{
|
|
1442
|
-
"kind": "javascript-module",
|
|
1443
|
-
"path": "src/accordion/index.ts",
|
|
1444
|
-
"declarations": [],
|
|
1445
|
-
"exports": [
|
|
1446
|
-
{
|
|
1447
|
-
"kind": "js",
|
|
1448
|
-
"name": "*",
|
|
1449
|
-
"declaration": {
|
|
1450
|
-
"name": "*",
|
|
1451
|
-
"package": "./accordion.template"
|
|
1452
|
-
}
|
|
1453
|
-
},
|
|
1454
|
-
{
|
|
1455
|
-
"kind": "js",
|
|
1456
|
-
"name": "*",
|
|
1457
|
-
"declaration": {
|
|
1458
|
-
"name": "*",
|
|
1459
|
-
"package": "./accordion.styles"
|
|
1460
|
-
}
|
|
1461
|
-
},
|
|
1462
|
-
{
|
|
1463
|
-
"kind": "js",
|
|
1464
|
-
"name": "*",
|
|
1465
|
-
"declaration": {
|
|
1466
|
-
"name": "*",
|
|
1467
|
-
"package": "./accordion"
|
|
1468
|
-
}
|
|
1469
|
-
}
|
|
1470
|
-
]
|
|
1471
|
-
},
|
|
1472
1290
|
{
|
|
1473
1291
|
"kind": "javascript-module",
|
|
1474
1292
|
"path": "src/accordion-item/accordion-item.styles.ts",
|
|
@@ -1863,37 +1681,6 @@
|
|
|
1863
1681
|
}
|
|
1864
1682
|
]
|
|
1865
1683
|
},
|
|
1866
|
-
{
|
|
1867
|
-
"kind": "javascript-module",
|
|
1868
|
-
"path": "src/_config/index.ts",
|
|
1869
|
-
"declarations": [],
|
|
1870
|
-
"exports": [
|
|
1871
|
-
{
|
|
1872
|
-
"kind": "js",
|
|
1873
|
-
"name": "*",
|
|
1874
|
-
"declaration": {
|
|
1875
|
-
"name": "*",
|
|
1876
|
-
"package": "./styles"
|
|
1877
|
-
}
|
|
1878
|
-
},
|
|
1879
|
-
{
|
|
1880
|
-
"kind": "js",
|
|
1881
|
-
"name": "*",
|
|
1882
|
-
"declaration": {
|
|
1883
|
-
"name": "*",
|
|
1884
|
-
"package": "./tokens"
|
|
1885
|
-
}
|
|
1886
|
-
},
|
|
1887
|
-
{
|
|
1888
|
-
"kind": "js",
|
|
1889
|
-
"name": "*",
|
|
1890
|
-
"declaration": {
|
|
1891
|
-
"name": "*",
|
|
1892
|
-
"package": "./values"
|
|
1893
|
-
}
|
|
1894
|
-
}
|
|
1895
|
-
]
|
|
1896
|
-
},
|
|
1897
1684
|
{
|
|
1898
1685
|
"kind": "javascript-module",
|
|
1899
1686
|
"path": "src/actions-menu/actions-menu.styles.ts",
|
|
@@ -3433,6 +3220,219 @@
|
|
|
3433
3220
|
}
|
|
3434
3221
|
]
|
|
3435
3222
|
},
|
|
3223
|
+
{
|
|
3224
|
+
"kind": "javascript-module",
|
|
3225
|
+
"path": "src/accordion/accordion.styles.ts",
|
|
3226
|
+
"declarations": [
|
|
3227
|
+
{
|
|
3228
|
+
"kind": "function",
|
|
3229
|
+
"name": "foundationAccordionStyles",
|
|
3230
|
+
"return": {
|
|
3231
|
+
"type": {
|
|
3232
|
+
"text": "ElementStyles"
|
|
3233
|
+
}
|
|
3234
|
+
},
|
|
3235
|
+
"parameters": [
|
|
3236
|
+
{
|
|
3237
|
+
"name": "context",
|
|
3238
|
+
"type": {
|
|
3239
|
+
"text": "ElementDefinitionContext"
|
|
3240
|
+
}
|
|
3241
|
+
},
|
|
3242
|
+
{
|
|
3243
|
+
"name": "definition",
|
|
3244
|
+
"type": {
|
|
3245
|
+
"text": "FoundationElementDefinition"
|
|
3246
|
+
}
|
|
3247
|
+
}
|
|
3248
|
+
]
|
|
3249
|
+
}
|
|
3250
|
+
],
|
|
3251
|
+
"exports": [
|
|
3252
|
+
{
|
|
3253
|
+
"kind": "js",
|
|
3254
|
+
"name": "foundationAccordionStyles",
|
|
3255
|
+
"declaration": {
|
|
3256
|
+
"name": "foundationAccordionStyles",
|
|
3257
|
+
"module": "src/accordion/accordion.styles.ts"
|
|
3258
|
+
}
|
|
3259
|
+
}
|
|
3260
|
+
]
|
|
3261
|
+
},
|
|
3262
|
+
{
|
|
3263
|
+
"kind": "javascript-module",
|
|
3264
|
+
"path": "src/accordion/accordion.template.ts",
|
|
3265
|
+
"declarations": [
|
|
3266
|
+
{
|
|
3267
|
+
"kind": "function",
|
|
3268
|
+
"name": "foundationAccordionTemplate",
|
|
3269
|
+
"return": {
|
|
3270
|
+
"type": {
|
|
3271
|
+
"text": "ViewTemplate<Accordion>"
|
|
3272
|
+
}
|
|
3273
|
+
},
|
|
3274
|
+
"parameters": [
|
|
3275
|
+
{
|
|
3276
|
+
"name": "context",
|
|
3277
|
+
"type": {
|
|
3278
|
+
"text": "ElementDefinitionContext"
|
|
3279
|
+
}
|
|
3280
|
+
},
|
|
3281
|
+
{
|
|
3282
|
+
"name": "definition",
|
|
3283
|
+
"type": {
|
|
3284
|
+
"text": "FoundationElementDefinition"
|
|
3285
|
+
}
|
|
3286
|
+
}
|
|
3287
|
+
]
|
|
3288
|
+
}
|
|
3289
|
+
],
|
|
3290
|
+
"exports": [
|
|
3291
|
+
{
|
|
3292
|
+
"kind": "js",
|
|
3293
|
+
"name": "foundationAccordionTemplate",
|
|
3294
|
+
"declaration": {
|
|
3295
|
+
"name": "foundationAccordionTemplate",
|
|
3296
|
+
"module": "src/accordion/accordion.template.ts"
|
|
3297
|
+
}
|
|
3298
|
+
}
|
|
3299
|
+
]
|
|
3300
|
+
},
|
|
3301
|
+
{
|
|
3302
|
+
"kind": "javascript-module",
|
|
3303
|
+
"path": "src/accordion/accordion.ts",
|
|
3304
|
+
"declarations": [
|
|
3305
|
+
{
|
|
3306
|
+
"kind": "class",
|
|
3307
|
+
"description": "",
|
|
3308
|
+
"name": "Accordion",
|
|
3309
|
+
"superclass": {
|
|
3310
|
+
"name": "FASTAccordion",
|
|
3311
|
+
"package": "@microsoft/fast-foundation"
|
|
3312
|
+
},
|
|
3313
|
+
"tagName": "%%prefix%%-accordion",
|
|
3314
|
+
"customElement": true
|
|
3315
|
+
},
|
|
3316
|
+
{
|
|
3317
|
+
"kind": "variable",
|
|
3318
|
+
"name": "foundationAccordionShadowOptions",
|
|
3319
|
+
"type": {
|
|
3320
|
+
"text": "ShadowRootInit"
|
|
3321
|
+
},
|
|
3322
|
+
"default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
|
|
3323
|
+
},
|
|
3324
|
+
{
|
|
3325
|
+
"kind": "variable",
|
|
3326
|
+
"name": "defaultAccordionConfig",
|
|
3327
|
+
"type": {
|
|
3328
|
+
"text": "object"
|
|
3329
|
+
},
|
|
3330
|
+
"default": "{}"
|
|
3331
|
+
},
|
|
3332
|
+
{
|
|
3333
|
+
"kind": "variable",
|
|
3334
|
+
"name": "foundationAccordion",
|
|
3335
|
+
"description": "The Foundation Accordion",
|
|
3336
|
+
"privacy": "public"
|
|
3337
|
+
}
|
|
3338
|
+
],
|
|
3339
|
+
"exports": [
|
|
3340
|
+
{
|
|
3341
|
+
"kind": "js",
|
|
3342
|
+
"name": "Accordion",
|
|
3343
|
+
"declaration": {
|
|
3344
|
+
"name": "Accordion",
|
|
3345
|
+
"module": "src/accordion/accordion.ts"
|
|
3346
|
+
}
|
|
3347
|
+
},
|
|
3348
|
+
{
|
|
3349
|
+
"kind": "js",
|
|
3350
|
+
"name": "foundationAccordionShadowOptions",
|
|
3351
|
+
"declaration": {
|
|
3352
|
+
"name": "foundationAccordionShadowOptions",
|
|
3353
|
+
"module": "src/accordion/accordion.ts"
|
|
3354
|
+
}
|
|
3355
|
+
},
|
|
3356
|
+
{
|
|
3357
|
+
"kind": "js",
|
|
3358
|
+
"name": "defaultAccordionConfig",
|
|
3359
|
+
"declaration": {
|
|
3360
|
+
"name": "defaultAccordionConfig",
|
|
3361
|
+
"module": "src/accordion/accordion.ts"
|
|
3362
|
+
}
|
|
3363
|
+
},
|
|
3364
|
+
{
|
|
3365
|
+
"kind": "js",
|
|
3366
|
+
"name": "foundationAccordion",
|
|
3367
|
+
"declaration": {
|
|
3368
|
+
"name": "foundationAccordion",
|
|
3369
|
+
"module": "src/accordion/accordion.ts"
|
|
3370
|
+
}
|
|
3371
|
+
}
|
|
3372
|
+
]
|
|
3373
|
+
},
|
|
3374
|
+
{
|
|
3375
|
+
"kind": "javascript-module",
|
|
3376
|
+
"path": "src/accordion/index.ts",
|
|
3377
|
+
"declarations": [],
|
|
3378
|
+
"exports": [
|
|
3379
|
+
{
|
|
3380
|
+
"kind": "js",
|
|
3381
|
+
"name": "*",
|
|
3382
|
+
"declaration": {
|
|
3383
|
+
"name": "*",
|
|
3384
|
+
"package": "./accordion.template"
|
|
3385
|
+
}
|
|
3386
|
+
},
|
|
3387
|
+
{
|
|
3388
|
+
"kind": "js",
|
|
3389
|
+
"name": "*",
|
|
3390
|
+
"declaration": {
|
|
3391
|
+
"name": "*",
|
|
3392
|
+
"package": "./accordion.styles"
|
|
3393
|
+
}
|
|
3394
|
+
},
|
|
3395
|
+
{
|
|
3396
|
+
"kind": "js",
|
|
3397
|
+
"name": "*",
|
|
3398
|
+
"declaration": {
|
|
3399
|
+
"name": "*",
|
|
3400
|
+
"package": "./accordion"
|
|
3401
|
+
}
|
|
3402
|
+
}
|
|
3403
|
+
]
|
|
3404
|
+
},
|
|
3405
|
+
{
|
|
3406
|
+
"kind": "javascript-module",
|
|
3407
|
+
"path": "src/_config/index.ts",
|
|
3408
|
+
"declarations": [],
|
|
3409
|
+
"exports": [
|
|
3410
|
+
{
|
|
3411
|
+
"kind": "js",
|
|
3412
|
+
"name": "*",
|
|
3413
|
+
"declaration": {
|
|
3414
|
+
"name": "*",
|
|
3415
|
+
"package": "./styles"
|
|
3416
|
+
}
|
|
3417
|
+
},
|
|
3418
|
+
{
|
|
3419
|
+
"kind": "js",
|
|
3420
|
+
"name": "*",
|
|
3421
|
+
"declaration": {
|
|
3422
|
+
"name": "*",
|
|
3423
|
+
"package": "./tokens"
|
|
3424
|
+
}
|
|
3425
|
+
},
|
|
3426
|
+
{
|
|
3427
|
+
"kind": "js",
|
|
3428
|
+
"name": "*",
|
|
3429
|
+
"declaration": {
|
|
3430
|
+
"name": "*",
|
|
3431
|
+
"package": "./values"
|
|
3432
|
+
}
|
|
3433
|
+
}
|
|
3434
|
+
]
|
|
3435
|
+
},
|
|
3436
3436
|
{
|
|
3437
3437
|
"kind": "javascript-module",
|
|
3438
3438
|
"path": "src/anchor/anchor.styles.ts",
|
|
@@ -54374,6 +54374,181 @@
|
|
|
54374
54374
|
}
|
|
54375
54375
|
]
|
|
54376
54376
|
},
|
|
54377
|
+
{
|
|
54378
|
+
"kind": "javascript-module",
|
|
54379
|
+
"path": "src/ai-criteria-search/validation/criteria-ir.ts",
|
|
54380
|
+
"declarations": [],
|
|
54381
|
+
"exports": []
|
|
54382
|
+
},
|
|
54383
|
+
{
|
|
54384
|
+
"kind": "javascript-module",
|
|
54385
|
+
"path": "src/ai-criteria-search/validation/operator-map.ts",
|
|
54386
|
+
"declarations": [
|
|
54387
|
+
{
|
|
54388
|
+
"kind": "function",
|
|
54389
|
+
"name": "groupsToCriteria",
|
|
54390
|
+
"return": {
|
|
54391
|
+
"type": {
|
|
54392
|
+
"text": "string"
|
|
54393
|
+
}
|
|
54394
|
+
},
|
|
54395
|
+
"parameters": [
|
|
54396
|
+
{
|
|
54397
|
+
"name": "groups",
|
|
54398
|
+
"type": {
|
|
54399
|
+
"text": "CriteriaGroup[]"
|
|
54400
|
+
}
|
|
54401
|
+
}
|
|
54402
|
+
],
|
|
54403
|
+
"description": "Converts validated CriteriaGroup[] to a Groovy criteria string using CriteriaBuilder.\nGroups are AND-ed at top level. Within each group, clauses use group.logic (and/or).\nIf group.negated is true, the group's combined expression is wrapped in NOT."
|
|
54404
|
+
},
|
|
54405
|
+
{
|
|
54406
|
+
"kind": "variable",
|
|
54407
|
+
"name": "STRING_OPERATORS",
|
|
54408
|
+
"type": {
|
|
54409
|
+
"text": "CriteriaOperator[]"
|
|
54410
|
+
},
|
|
54411
|
+
"default": "[\n 'contains',\n 'equals',\n 'startsWith',\n 'endsWith',\n 'notEqual',\n]"
|
|
54412
|
+
},
|
|
54413
|
+
{
|
|
54414
|
+
"kind": "variable",
|
|
54415
|
+
"name": "NUMERIC_OPERATORS",
|
|
54416
|
+
"type": {
|
|
54417
|
+
"text": "CriteriaOperator[]"
|
|
54418
|
+
},
|
|
54419
|
+
"default": "[\n 'equals',\n 'greaterThan',\n 'lessThan',\n 'greaterThanOrEqual',\n 'lessThanOrEqual',\n 'notEqual',\n]"
|
|
54420
|
+
},
|
|
54421
|
+
{
|
|
54422
|
+
"kind": "variable",
|
|
54423
|
+
"name": "DATE_OPERATORS",
|
|
54424
|
+
"type": {
|
|
54425
|
+
"text": "CriteriaOperator[]"
|
|
54426
|
+
},
|
|
54427
|
+
"default": "[\n 'dateIsToday',\n 'dateIsAfter',\n 'dateIsBefore',\n 'dateIsEqual',\n 'dateIsGreaterEqual',\n 'dateIsLessEqual',\n]"
|
|
54428
|
+
},
|
|
54429
|
+
{
|
|
54430
|
+
"kind": "variable",
|
|
54431
|
+
"name": "DATETIME_OPERATORS",
|
|
54432
|
+
"type": {
|
|
54433
|
+
"text": "CriteriaOperator[]"
|
|
54434
|
+
},
|
|
54435
|
+
"default": "[\n 'dateTimeIsAfter',\n 'dateTimeIsBefore',\n 'dateTimeIsGreaterEqual',\n 'dateTimeIsLessEqual',\n]"
|
|
54436
|
+
}
|
|
54437
|
+
],
|
|
54438
|
+
"exports": [
|
|
54439
|
+
{
|
|
54440
|
+
"kind": "js",
|
|
54441
|
+
"name": "groupsToCriteria",
|
|
54442
|
+
"declaration": {
|
|
54443
|
+
"name": "groupsToCriteria",
|
|
54444
|
+
"module": "src/ai-criteria-search/validation/operator-map.ts"
|
|
54445
|
+
}
|
|
54446
|
+
},
|
|
54447
|
+
{
|
|
54448
|
+
"kind": "js",
|
|
54449
|
+
"name": "STRING_OPERATORS",
|
|
54450
|
+
"declaration": {
|
|
54451
|
+
"name": "STRING_OPERATORS",
|
|
54452
|
+
"module": "src/ai-criteria-search/validation/operator-map.ts"
|
|
54453
|
+
}
|
|
54454
|
+
},
|
|
54455
|
+
{
|
|
54456
|
+
"kind": "js",
|
|
54457
|
+
"name": "NUMERIC_OPERATORS",
|
|
54458
|
+
"declaration": {
|
|
54459
|
+
"name": "NUMERIC_OPERATORS",
|
|
54460
|
+
"module": "src/ai-criteria-search/validation/operator-map.ts"
|
|
54461
|
+
}
|
|
54462
|
+
},
|
|
54463
|
+
{
|
|
54464
|
+
"kind": "js",
|
|
54465
|
+
"name": "DATE_OPERATORS",
|
|
54466
|
+
"declaration": {
|
|
54467
|
+
"name": "DATE_OPERATORS",
|
|
54468
|
+
"module": "src/ai-criteria-search/validation/operator-map.ts"
|
|
54469
|
+
}
|
|
54470
|
+
},
|
|
54471
|
+
{
|
|
54472
|
+
"kind": "js",
|
|
54473
|
+
"name": "DATETIME_OPERATORS",
|
|
54474
|
+
"declaration": {
|
|
54475
|
+
"name": "DATETIME_OPERATORS",
|
|
54476
|
+
"module": "src/ai-criteria-search/validation/operator-map.ts"
|
|
54477
|
+
}
|
|
54478
|
+
}
|
|
54479
|
+
]
|
|
54480
|
+
},
|
|
54481
|
+
{
|
|
54482
|
+
"kind": "javascript-module",
|
|
54483
|
+
"path": "src/ai-criteria-search/validation/schema-validator.ts",
|
|
54484
|
+
"declarations": [
|
|
54485
|
+
{
|
|
54486
|
+
"kind": "function",
|
|
54487
|
+
"name": "validateClauses",
|
|
54488
|
+
"return": {
|
|
54489
|
+
"type": {
|
|
54490
|
+
"text": "ValidationResult"
|
|
54491
|
+
}
|
|
54492
|
+
},
|
|
54493
|
+
"parameters": [
|
|
54494
|
+
{
|
|
54495
|
+
"name": "clauses",
|
|
54496
|
+
"type": {
|
|
54497
|
+
"text": "CriteriaClause[]"
|
|
54498
|
+
}
|
|
54499
|
+
},
|
|
54500
|
+
{
|
|
54501
|
+
"name": "fieldMetadata",
|
|
54502
|
+
"type": {
|
|
54503
|
+
"text": "MetadataDetail[] | string[]"
|
|
54504
|
+
}
|
|
54505
|
+
}
|
|
54506
|
+
]
|
|
54507
|
+
},
|
|
54508
|
+
{
|
|
54509
|
+
"kind": "function",
|
|
54510
|
+
"name": "validateGroups",
|
|
54511
|
+
"return": {
|
|
54512
|
+
"type": {
|
|
54513
|
+
"text": "GroupsValidationResult"
|
|
54514
|
+
}
|
|
54515
|
+
},
|
|
54516
|
+
"parameters": [
|
|
54517
|
+
{
|
|
54518
|
+
"name": "groups",
|
|
54519
|
+
"type": {
|
|
54520
|
+
"text": "CriteriaGroup[]"
|
|
54521
|
+
}
|
|
54522
|
+
},
|
|
54523
|
+
{
|
|
54524
|
+
"name": "fieldMetadata",
|
|
54525
|
+
"type": {
|
|
54526
|
+
"text": "MetadataDetail[] | string[]"
|
|
54527
|
+
}
|
|
54528
|
+
}
|
|
54529
|
+
],
|
|
54530
|
+
"description": "Validates groups of criteria clauses. Each group's clauses are validated\nusing the same per-clause logic as validateClauses."
|
|
54531
|
+
}
|
|
54532
|
+
],
|
|
54533
|
+
"exports": [
|
|
54534
|
+
{
|
|
54535
|
+
"kind": "js",
|
|
54536
|
+
"name": "validateClauses",
|
|
54537
|
+
"declaration": {
|
|
54538
|
+
"name": "validateClauses",
|
|
54539
|
+
"module": "src/ai-criteria-search/validation/schema-validator.ts"
|
|
54540
|
+
}
|
|
54541
|
+
},
|
|
54542
|
+
{
|
|
54543
|
+
"kind": "js",
|
|
54544
|
+
"name": "validateGroups",
|
|
54545
|
+
"declaration": {
|
|
54546
|
+
"name": "validateGroups",
|
|
54547
|
+
"module": "src/ai-criteria-search/validation/schema-validator.ts"
|
|
54548
|
+
}
|
|
54549
|
+
}
|
|
54550
|
+
]
|
|
54551
|
+
},
|
|
54377
54552
|
{
|
|
54378
54553
|
"kind": "javascript-module",
|
|
54379
54554
|
"path": "src/_config/styles/colors.ts",
|
|
@@ -55746,181 +55921,6 @@
|
|
|
55746
55921
|
"declarations": [],
|
|
55747
55922
|
"exports": []
|
|
55748
55923
|
},
|
|
55749
|
-
{
|
|
55750
|
-
"kind": "javascript-module",
|
|
55751
|
-
"path": "src/ai-criteria-search/validation/criteria-ir.ts",
|
|
55752
|
-
"declarations": [],
|
|
55753
|
-
"exports": []
|
|
55754
|
-
},
|
|
55755
|
-
{
|
|
55756
|
-
"kind": "javascript-module",
|
|
55757
|
-
"path": "src/ai-criteria-search/validation/operator-map.ts",
|
|
55758
|
-
"declarations": [
|
|
55759
|
-
{
|
|
55760
|
-
"kind": "function",
|
|
55761
|
-
"name": "groupsToCriteria",
|
|
55762
|
-
"return": {
|
|
55763
|
-
"type": {
|
|
55764
|
-
"text": "string"
|
|
55765
|
-
}
|
|
55766
|
-
},
|
|
55767
|
-
"parameters": [
|
|
55768
|
-
{
|
|
55769
|
-
"name": "groups",
|
|
55770
|
-
"type": {
|
|
55771
|
-
"text": "CriteriaGroup[]"
|
|
55772
|
-
}
|
|
55773
|
-
}
|
|
55774
|
-
],
|
|
55775
|
-
"description": "Converts validated CriteriaGroup[] to a Groovy criteria string using CriteriaBuilder.\nGroups are AND-ed at top level. Within each group, clauses use group.logic (and/or).\nIf group.negated is true, the group's combined expression is wrapped in NOT."
|
|
55776
|
-
},
|
|
55777
|
-
{
|
|
55778
|
-
"kind": "variable",
|
|
55779
|
-
"name": "STRING_OPERATORS",
|
|
55780
|
-
"type": {
|
|
55781
|
-
"text": "CriteriaOperator[]"
|
|
55782
|
-
},
|
|
55783
|
-
"default": "[\n 'contains',\n 'equals',\n 'startsWith',\n 'endsWith',\n 'notEqual',\n]"
|
|
55784
|
-
},
|
|
55785
|
-
{
|
|
55786
|
-
"kind": "variable",
|
|
55787
|
-
"name": "NUMERIC_OPERATORS",
|
|
55788
|
-
"type": {
|
|
55789
|
-
"text": "CriteriaOperator[]"
|
|
55790
|
-
},
|
|
55791
|
-
"default": "[\n 'equals',\n 'greaterThan',\n 'lessThan',\n 'greaterThanOrEqual',\n 'lessThanOrEqual',\n 'notEqual',\n]"
|
|
55792
|
-
},
|
|
55793
|
-
{
|
|
55794
|
-
"kind": "variable",
|
|
55795
|
-
"name": "DATE_OPERATORS",
|
|
55796
|
-
"type": {
|
|
55797
|
-
"text": "CriteriaOperator[]"
|
|
55798
|
-
},
|
|
55799
|
-
"default": "[\n 'dateIsToday',\n 'dateIsAfter',\n 'dateIsBefore',\n 'dateIsEqual',\n 'dateIsGreaterEqual',\n 'dateIsLessEqual',\n]"
|
|
55800
|
-
},
|
|
55801
|
-
{
|
|
55802
|
-
"kind": "variable",
|
|
55803
|
-
"name": "DATETIME_OPERATORS",
|
|
55804
|
-
"type": {
|
|
55805
|
-
"text": "CriteriaOperator[]"
|
|
55806
|
-
},
|
|
55807
|
-
"default": "[\n 'dateTimeIsAfter',\n 'dateTimeIsBefore',\n 'dateTimeIsGreaterEqual',\n 'dateTimeIsLessEqual',\n]"
|
|
55808
|
-
}
|
|
55809
|
-
],
|
|
55810
|
-
"exports": [
|
|
55811
|
-
{
|
|
55812
|
-
"kind": "js",
|
|
55813
|
-
"name": "groupsToCriteria",
|
|
55814
|
-
"declaration": {
|
|
55815
|
-
"name": "groupsToCriteria",
|
|
55816
|
-
"module": "src/ai-criteria-search/validation/operator-map.ts"
|
|
55817
|
-
}
|
|
55818
|
-
},
|
|
55819
|
-
{
|
|
55820
|
-
"kind": "js",
|
|
55821
|
-
"name": "STRING_OPERATORS",
|
|
55822
|
-
"declaration": {
|
|
55823
|
-
"name": "STRING_OPERATORS",
|
|
55824
|
-
"module": "src/ai-criteria-search/validation/operator-map.ts"
|
|
55825
|
-
}
|
|
55826
|
-
},
|
|
55827
|
-
{
|
|
55828
|
-
"kind": "js",
|
|
55829
|
-
"name": "NUMERIC_OPERATORS",
|
|
55830
|
-
"declaration": {
|
|
55831
|
-
"name": "NUMERIC_OPERATORS",
|
|
55832
|
-
"module": "src/ai-criteria-search/validation/operator-map.ts"
|
|
55833
|
-
}
|
|
55834
|
-
},
|
|
55835
|
-
{
|
|
55836
|
-
"kind": "js",
|
|
55837
|
-
"name": "DATE_OPERATORS",
|
|
55838
|
-
"declaration": {
|
|
55839
|
-
"name": "DATE_OPERATORS",
|
|
55840
|
-
"module": "src/ai-criteria-search/validation/operator-map.ts"
|
|
55841
|
-
}
|
|
55842
|
-
},
|
|
55843
|
-
{
|
|
55844
|
-
"kind": "js",
|
|
55845
|
-
"name": "DATETIME_OPERATORS",
|
|
55846
|
-
"declaration": {
|
|
55847
|
-
"name": "DATETIME_OPERATORS",
|
|
55848
|
-
"module": "src/ai-criteria-search/validation/operator-map.ts"
|
|
55849
|
-
}
|
|
55850
|
-
}
|
|
55851
|
-
]
|
|
55852
|
-
},
|
|
55853
|
-
{
|
|
55854
|
-
"kind": "javascript-module",
|
|
55855
|
-
"path": "src/ai-criteria-search/validation/schema-validator.ts",
|
|
55856
|
-
"declarations": [
|
|
55857
|
-
{
|
|
55858
|
-
"kind": "function",
|
|
55859
|
-
"name": "validateClauses",
|
|
55860
|
-
"return": {
|
|
55861
|
-
"type": {
|
|
55862
|
-
"text": "ValidationResult"
|
|
55863
|
-
}
|
|
55864
|
-
},
|
|
55865
|
-
"parameters": [
|
|
55866
|
-
{
|
|
55867
|
-
"name": "clauses",
|
|
55868
|
-
"type": {
|
|
55869
|
-
"text": "CriteriaClause[]"
|
|
55870
|
-
}
|
|
55871
|
-
},
|
|
55872
|
-
{
|
|
55873
|
-
"name": "fieldMetadata",
|
|
55874
|
-
"type": {
|
|
55875
|
-
"text": "MetadataDetail[] | string[]"
|
|
55876
|
-
}
|
|
55877
|
-
}
|
|
55878
|
-
]
|
|
55879
|
-
},
|
|
55880
|
-
{
|
|
55881
|
-
"kind": "function",
|
|
55882
|
-
"name": "validateGroups",
|
|
55883
|
-
"return": {
|
|
55884
|
-
"type": {
|
|
55885
|
-
"text": "GroupsValidationResult"
|
|
55886
|
-
}
|
|
55887
|
-
},
|
|
55888
|
-
"parameters": [
|
|
55889
|
-
{
|
|
55890
|
-
"name": "groups",
|
|
55891
|
-
"type": {
|
|
55892
|
-
"text": "CriteriaGroup[]"
|
|
55893
|
-
}
|
|
55894
|
-
},
|
|
55895
|
-
{
|
|
55896
|
-
"name": "fieldMetadata",
|
|
55897
|
-
"type": {
|
|
55898
|
-
"text": "MetadataDetail[] | string[]"
|
|
55899
|
-
}
|
|
55900
|
-
}
|
|
55901
|
-
],
|
|
55902
|
-
"description": "Validates groups of criteria clauses. Each group's clauses are validated\nusing the same per-clause logic as validateClauses."
|
|
55903
|
-
}
|
|
55904
|
-
],
|
|
55905
|
-
"exports": [
|
|
55906
|
-
{
|
|
55907
|
-
"kind": "js",
|
|
55908
|
-
"name": "validateClauses",
|
|
55909
|
-
"declaration": {
|
|
55910
|
-
"name": "validateClauses",
|
|
55911
|
-
"module": "src/ai-criteria-search/validation/schema-validator.ts"
|
|
55912
|
-
}
|
|
55913
|
-
},
|
|
55914
|
-
{
|
|
55915
|
-
"kind": "js",
|
|
55916
|
-
"name": "validateGroups",
|
|
55917
|
-
"declaration": {
|
|
55918
|
-
"name": "validateGroups",
|
|
55919
|
-
"module": "src/ai-criteria-search/validation/schema-validator.ts"
|
|
55920
|
-
}
|
|
55921
|
-
}
|
|
55922
|
-
]
|
|
55923
|
-
},
|
|
55924
55924
|
{
|
|
55925
55925
|
"kind": "javascript-module",
|
|
55926
55926
|
"path": "src/environment-indicator/utils/configure.ts",
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@genesislcap/foundation-ui",
|
|
3
3
|
"description": "Genesis Foundation UI",
|
|
4
|
-
"version": "14.416.
|
|
4
|
+
"version": "14.416.2-alpha-a775978.0",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"license": "SEE LICENSE IN license.txt",
|
|
7
7
|
"main": "dist/esm/index.js",
|
|
@@ -85,13 +85,13 @@
|
|
|
85
85
|
}
|
|
86
86
|
},
|
|
87
87
|
"devDependencies": {
|
|
88
|
-
"@genesislcap/foundation-testing": "14.416.
|
|
89
|
-
"@genesislcap/genx": "14.416.
|
|
90
|
-
"@genesislcap/rollup-builder": "14.416.
|
|
91
|
-
"@genesislcap/ts-builder": "14.416.
|
|
92
|
-
"@genesislcap/uvu-playwright-builder": "14.416.
|
|
93
|
-
"@genesislcap/vite-builder": "14.416.
|
|
94
|
-
"@genesislcap/webpack-builder": "14.416.
|
|
88
|
+
"@genesislcap/foundation-testing": "14.416.2-alpha-a775978.0",
|
|
89
|
+
"@genesislcap/genx": "14.416.2-alpha-a775978.0",
|
|
90
|
+
"@genesislcap/rollup-builder": "14.416.2-alpha-a775978.0",
|
|
91
|
+
"@genesislcap/ts-builder": "14.416.2-alpha-a775978.0",
|
|
92
|
+
"@genesislcap/uvu-playwright-builder": "14.416.2-alpha-a775978.0",
|
|
93
|
+
"@genesislcap/vite-builder": "14.416.2-alpha-a775978.0",
|
|
94
|
+
"@genesislcap/webpack-builder": "14.416.2-alpha-a775978.0",
|
|
95
95
|
"copyfiles": "^2.4.1"
|
|
96
96
|
},
|
|
97
97
|
"dependencies": {
|
|
@@ -100,16 +100,16 @@
|
|
|
100
100
|
"@fortawesome/free-regular-svg-icons": "^6.2.1",
|
|
101
101
|
"@fortawesome/free-solid-svg-icons": "^6.2.1",
|
|
102
102
|
"@genesiscommunitysuccess/analyzer-import-alias-plugin": "^5.0.3",
|
|
103
|
-
"@genesislcap/expression-builder": "14.416.
|
|
104
|
-
"@genesislcap/foundation-ai": "14.416.
|
|
105
|
-
"@genesislcap/foundation-comms": "14.416.
|
|
106
|
-
"@genesislcap/foundation-criteria": "14.416.
|
|
107
|
-
"@genesislcap/foundation-errors": "14.416.
|
|
108
|
-
"@genesislcap/foundation-events": "14.416.
|
|
109
|
-
"@genesislcap/foundation-logger": "14.416.
|
|
110
|
-
"@genesislcap/foundation-notifications": "14.416.
|
|
111
|
-
"@genesislcap/foundation-user": "14.416.
|
|
112
|
-
"@genesislcap/foundation-utils": "14.416.
|
|
103
|
+
"@genesislcap/expression-builder": "14.416.2-alpha-a775978.0",
|
|
104
|
+
"@genesislcap/foundation-ai": "14.416.2-alpha-a775978.0",
|
|
105
|
+
"@genesislcap/foundation-comms": "14.416.2-alpha-a775978.0",
|
|
106
|
+
"@genesislcap/foundation-criteria": "14.416.2-alpha-a775978.0",
|
|
107
|
+
"@genesislcap/foundation-errors": "14.416.2-alpha-a775978.0",
|
|
108
|
+
"@genesislcap/foundation-events": "14.416.2-alpha-a775978.0",
|
|
109
|
+
"@genesislcap/foundation-logger": "14.416.2-alpha-a775978.0",
|
|
110
|
+
"@genesislcap/foundation-notifications": "14.416.2-alpha-a775978.0",
|
|
111
|
+
"@genesislcap/foundation-user": "14.416.2-alpha-a775978.0",
|
|
112
|
+
"@genesislcap/foundation-utils": "14.416.2-alpha-a775978.0",
|
|
113
113
|
"@microsoft/fast-colors": "5.3.1",
|
|
114
114
|
"@microsoft/fast-components": "2.30.6",
|
|
115
115
|
"@microsoft/fast-element": "1.14.0",
|
|
@@ -131,5 +131,5 @@
|
|
|
131
131
|
"access": "public"
|
|
132
132
|
},
|
|
133
133
|
"customElements": "dist/custom-elements.json",
|
|
134
|
-
"gitHead": "
|
|
134
|
+
"gitHead": "b7d9e88c57938176774a52fe3300a36d89c3dcad"
|
|
135
135
|
}
|