@genesislcap/foundation-ui 14.448.0 → 14.449.1-alpha-12eee28.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 +769 -233
- package/dist/dts/date-picker/date-picker.d.ts +63 -0
- package/dist/dts/date-picker/date-picker.d.ts.map +1 -1
- package/dist/dts/date-picker/date-picker.template.d.ts.map +1 -1
- package/dist/dts/date-picker/date-picker.util.d.ts +37 -0
- package/dist/dts/date-picker/date-picker.util.d.ts.map +1 -0
- package/dist/dts/date-picker/index.d.ts +1 -0
- package/dist/dts/date-picker/index.d.ts.map +1 -1
- package/dist/dts/utils/logger.d.ts +2 -2
- package/dist/dts/utils/logger.d.ts.map +1 -1
- package/dist/esm/date-picker/date-picker.js +264 -17
- package/dist/esm/date-picker/date-picker.template.js +9 -1
- package/dist/esm/date-picker/date-picker.util.js +92 -0
- package/dist/esm/date-picker/index.js +1 -0
- package/dist/esm/utils/logger.js +1 -2
- package/package.json +19 -19
|
@@ -1398,37 +1398,6 @@
|
|
|
1398
1398
|
}
|
|
1399
1399
|
]
|
|
1400
1400
|
},
|
|
1401
|
-
{
|
|
1402
|
-
"kind": "javascript-module",
|
|
1403
|
-
"path": "src/_config/index.ts",
|
|
1404
|
-
"declarations": [],
|
|
1405
|
-
"exports": [
|
|
1406
|
-
{
|
|
1407
|
-
"kind": "js",
|
|
1408
|
-
"name": "*",
|
|
1409
|
-
"declaration": {
|
|
1410
|
-
"name": "*",
|
|
1411
|
-
"package": "./styles"
|
|
1412
|
-
}
|
|
1413
|
-
},
|
|
1414
|
-
{
|
|
1415
|
-
"kind": "js",
|
|
1416
|
-
"name": "*",
|
|
1417
|
-
"declaration": {
|
|
1418
|
-
"name": "*",
|
|
1419
|
-
"package": "./tokens"
|
|
1420
|
-
}
|
|
1421
|
-
},
|
|
1422
|
-
{
|
|
1423
|
-
"kind": "js",
|
|
1424
|
-
"name": "*",
|
|
1425
|
-
"declaration": {
|
|
1426
|
-
"name": "*",
|
|
1427
|
-
"package": "./values"
|
|
1428
|
-
}
|
|
1429
|
-
}
|
|
1430
|
-
]
|
|
1431
|
-
},
|
|
1432
1401
|
{
|
|
1433
1402
|
"kind": "javascript-module",
|
|
1434
1403
|
"path": "src/accordion-item/accordion-item.styles.ts",
|
|
@@ -3440,6 +3409,37 @@
|
|
|
3440
3409
|
}
|
|
3441
3410
|
]
|
|
3442
3411
|
},
|
|
3412
|
+
{
|
|
3413
|
+
"kind": "javascript-module",
|
|
3414
|
+
"path": "src/_config/index.ts",
|
|
3415
|
+
"declarations": [],
|
|
3416
|
+
"exports": [
|
|
3417
|
+
{
|
|
3418
|
+
"kind": "js",
|
|
3419
|
+
"name": "*",
|
|
3420
|
+
"declaration": {
|
|
3421
|
+
"name": "*",
|
|
3422
|
+
"package": "./styles"
|
|
3423
|
+
}
|
|
3424
|
+
},
|
|
3425
|
+
{
|
|
3426
|
+
"kind": "js",
|
|
3427
|
+
"name": "*",
|
|
3428
|
+
"declaration": {
|
|
3429
|
+
"name": "*",
|
|
3430
|
+
"package": "./tokens"
|
|
3431
|
+
}
|
|
3432
|
+
},
|
|
3433
|
+
{
|
|
3434
|
+
"kind": "js",
|
|
3435
|
+
"name": "*",
|
|
3436
|
+
"declaration": {
|
|
3437
|
+
"name": "*",
|
|
3438
|
+
"package": "./values"
|
|
3439
|
+
}
|
|
3440
|
+
}
|
|
3441
|
+
]
|
|
3442
|
+
},
|
|
3443
3443
|
{
|
|
3444
3444
|
"kind": "javascript-module",
|
|
3445
3445
|
"path": "src/accordion/accordion.styles.ts",
|
|
@@ -14945,10 +14945,7 @@
|
|
|
14945
14945
|
{
|
|
14946
14946
|
"kind": "field",
|
|
14947
14947
|
"name": "format",
|
|
14948
|
-
"
|
|
14949
|
-
"text": "string"
|
|
14950
|
-
},
|
|
14951
|
-
"default": "'MM-DD-YYYY'",
|
|
14948
|
+
"default": "DATE_PICKER_VALUE_FORMAT",
|
|
14952
14949
|
"attribute": "format"
|
|
14953
14950
|
},
|
|
14954
14951
|
{
|
|
@@ -14977,6 +14974,37 @@
|
|
|
14977
14974
|
},
|
|
14978
14975
|
"default": "'en-US'"
|
|
14979
14976
|
},
|
|
14977
|
+
{
|
|
14978
|
+
"kind": "method",
|
|
14979
|
+
"name": "langChanged"
|
|
14980
|
+
},
|
|
14981
|
+
{
|
|
14982
|
+
"kind": "field",
|
|
14983
|
+
"name": "useLocaleFormat",
|
|
14984
|
+
"type": {
|
|
14985
|
+
"text": "boolean"
|
|
14986
|
+
},
|
|
14987
|
+
"default": "false",
|
|
14988
|
+
"attribute": "use-locale-format"
|
|
14989
|
+
},
|
|
14990
|
+
{
|
|
14991
|
+
"kind": "method",
|
|
14992
|
+
"name": "useLocaleFormatChanged",
|
|
14993
|
+
"parameters": [
|
|
14994
|
+
{
|
|
14995
|
+
"name": "oldValue",
|
|
14996
|
+
"type": {
|
|
14997
|
+
"text": "boolean"
|
|
14998
|
+
}
|
|
14999
|
+
},
|
|
15000
|
+
{
|
|
15001
|
+
"name": "newValue",
|
|
15002
|
+
"type": {
|
|
15003
|
+
"text": "boolean"
|
|
15004
|
+
}
|
|
15005
|
+
}
|
|
15006
|
+
]
|
|
15007
|
+
},
|
|
14980
15008
|
{
|
|
14981
15009
|
"kind": "field",
|
|
14982
15010
|
"name": "visible",
|
|
@@ -15028,6 +15056,23 @@
|
|
|
15028
15056
|
},
|
|
15029
15057
|
"attribute": "label"
|
|
15030
15058
|
},
|
|
15059
|
+
{
|
|
15060
|
+
"kind": "field",
|
|
15061
|
+
"name": "allowEmpty",
|
|
15062
|
+
"type": {
|
|
15063
|
+
"text": "boolean"
|
|
15064
|
+
},
|
|
15065
|
+
"default": "false",
|
|
15066
|
+
"attribute": "allow-empty"
|
|
15067
|
+
},
|
|
15068
|
+
{
|
|
15069
|
+
"kind": "field",
|
|
15070
|
+
"name": "placeholder",
|
|
15071
|
+
"type": {
|
|
15072
|
+
"text": "string"
|
|
15073
|
+
},
|
|
15074
|
+
"attribute": "placeholder"
|
|
15075
|
+
},
|
|
15031
15076
|
{
|
|
15032
15077
|
"kind": "field",
|
|
15033
15078
|
"name": "value",
|
|
@@ -15077,6 +15122,172 @@
|
|
|
15077
15122
|
"text": "number"
|
|
15078
15123
|
}
|
|
15079
15124
|
},
|
|
15125
|
+
{
|
|
15126
|
+
"kind": "field",
|
|
15127
|
+
"name": "suppressValueChanged",
|
|
15128
|
+
"type": {
|
|
15129
|
+
"text": "boolean"
|
|
15130
|
+
},
|
|
15131
|
+
"privacy": "private",
|
|
15132
|
+
"default": "false"
|
|
15133
|
+
},
|
|
15134
|
+
{
|
|
15135
|
+
"kind": "field",
|
|
15136
|
+
"name": "cachedFormat",
|
|
15137
|
+
"privacy": "private",
|
|
15138
|
+
"default": "DATE_PICKER_VALUE_FORMAT"
|
|
15139
|
+
},
|
|
15140
|
+
{
|
|
15141
|
+
"kind": "method",
|
|
15142
|
+
"name": "clear",
|
|
15143
|
+
"privacy": "public",
|
|
15144
|
+
"return": {
|
|
15145
|
+
"type": {
|
|
15146
|
+
"text": "void"
|
|
15147
|
+
}
|
|
15148
|
+
},
|
|
15149
|
+
"description": "Clears the selected date (only when `allow-empty` is enabled)."
|
|
15150
|
+
},
|
|
15151
|
+
{
|
|
15152
|
+
"kind": "method",
|
|
15153
|
+
"name": "applyLocaleFormat",
|
|
15154
|
+
"privacy": "private",
|
|
15155
|
+
"return": {
|
|
15156
|
+
"type": {
|
|
15157
|
+
"text": "void"
|
|
15158
|
+
}
|
|
15159
|
+
}
|
|
15160
|
+
},
|
|
15161
|
+
{
|
|
15162
|
+
"kind": "method",
|
|
15163
|
+
"name": "cacheUserFormat",
|
|
15164
|
+
"privacy": "private",
|
|
15165
|
+
"return": {
|
|
15166
|
+
"type": {
|
|
15167
|
+
"text": "void"
|
|
15168
|
+
}
|
|
15169
|
+
},
|
|
15170
|
+
"parameters": [
|
|
15171
|
+
{
|
|
15172
|
+
"name": "format",
|
|
15173
|
+
"type": {
|
|
15174
|
+
"text": "string"
|
|
15175
|
+
}
|
|
15176
|
+
}
|
|
15177
|
+
]
|
|
15178
|
+
},
|
|
15179
|
+
{
|
|
15180
|
+
"kind": "method",
|
|
15181
|
+
"name": "restoreUserFormat",
|
|
15182
|
+
"privacy": "private",
|
|
15183
|
+
"return": {
|
|
15184
|
+
"type": {
|
|
15185
|
+
"text": "void"
|
|
15186
|
+
}
|
|
15187
|
+
}
|
|
15188
|
+
},
|
|
15189
|
+
{
|
|
15190
|
+
"kind": "method",
|
|
15191
|
+
"name": "applyEffectiveLangChange",
|
|
15192
|
+
"privacy": "private",
|
|
15193
|
+
"return": {
|
|
15194
|
+
"type": {
|
|
15195
|
+
"text": "void"
|
|
15196
|
+
}
|
|
15197
|
+
}
|
|
15198
|
+
},
|
|
15199
|
+
{
|
|
15200
|
+
"kind": "method",
|
|
15201
|
+
"name": "syncValueAttribute",
|
|
15202
|
+
"privacy": "private",
|
|
15203
|
+
"return": {
|
|
15204
|
+
"type": {
|
|
15205
|
+
"text": "void"
|
|
15206
|
+
}
|
|
15207
|
+
},
|
|
15208
|
+
"parameters": [
|
|
15209
|
+
{
|
|
15210
|
+
"name": "value",
|
|
15211
|
+
"type": {
|
|
15212
|
+
"text": "string"
|
|
15213
|
+
}
|
|
15214
|
+
}
|
|
15215
|
+
]
|
|
15216
|
+
},
|
|
15217
|
+
{
|
|
15218
|
+
"kind": "method",
|
|
15219
|
+
"name": "initializeEmpty",
|
|
15220
|
+
"privacy": "private",
|
|
15221
|
+
"return": {
|
|
15222
|
+
"type": {
|
|
15223
|
+
"text": "void"
|
|
15224
|
+
}
|
|
15225
|
+
}
|
|
15226
|
+
},
|
|
15227
|
+
{
|
|
15228
|
+
"kind": "method",
|
|
15229
|
+
"name": "initializeWithDefaultDate",
|
|
15230
|
+
"privacy": "private",
|
|
15231
|
+
"return": {
|
|
15232
|
+
"type": {
|
|
15233
|
+
"text": "void"
|
|
15234
|
+
}
|
|
15235
|
+
}
|
|
15236
|
+
},
|
|
15237
|
+
{
|
|
15238
|
+
"kind": "method",
|
|
15239
|
+
"name": "resetToDefaultDate",
|
|
15240
|
+
"privacy": "private",
|
|
15241
|
+
"return": {
|
|
15242
|
+
"type": {
|
|
15243
|
+
"text": "void"
|
|
15244
|
+
}
|
|
15245
|
+
},
|
|
15246
|
+
"parameters": [
|
|
15247
|
+
{
|
|
15248
|
+
"name": "createCalendar",
|
|
15249
|
+
"default": "false"
|
|
15250
|
+
}
|
|
15251
|
+
]
|
|
15252
|
+
},
|
|
15253
|
+
{
|
|
15254
|
+
"kind": "method",
|
|
15255
|
+
"name": "applyValue",
|
|
15256
|
+
"privacy": "private",
|
|
15257
|
+
"return": {
|
|
15258
|
+
"type": {
|
|
15259
|
+
"text": "void"
|
|
15260
|
+
}
|
|
15261
|
+
},
|
|
15262
|
+
"parameters": [
|
|
15263
|
+
{
|
|
15264
|
+
"name": "dateString",
|
|
15265
|
+
"type": {
|
|
15266
|
+
"text": "string"
|
|
15267
|
+
}
|
|
15268
|
+
}
|
|
15269
|
+
]
|
|
15270
|
+
},
|
|
15271
|
+
{
|
|
15272
|
+
"kind": "method",
|
|
15273
|
+
"name": "clearToEmpty",
|
|
15274
|
+
"privacy": "private",
|
|
15275
|
+
"return": {
|
|
15276
|
+
"type": {
|
|
15277
|
+
"text": "void"
|
|
15278
|
+
}
|
|
15279
|
+
},
|
|
15280
|
+
"parameters": [
|
|
15281
|
+
{
|
|
15282
|
+
"name": "emitEvent",
|
|
15283
|
+
"type": {
|
|
15284
|
+
"text": "boolean"
|
|
15285
|
+
},
|
|
15286
|
+
"description": "emit `value-changed` for user-driven clears (public `clear()`); skip for\nhost-driven attribute writes since the host is the source of the change."
|
|
15287
|
+
}
|
|
15288
|
+
],
|
|
15289
|
+
"description": "Resets to the empty/cleared view."
|
|
15290
|
+
},
|
|
15080
15291
|
{
|
|
15081
15292
|
"kind": "method",
|
|
15082
15293
|
"name": "updateHeaderText",
|
|
@@ -15086,6 +15297,86 @@
|
|
|
15086
15297
|
}
|
|
15087
15298
|
}
|
|
15088
15299
|
},
|
|
15300
|
+
{
|
|
15301
|
+
"kind": "method",
|
|
15302
|
+
"name": "visibleChanged",
|
|
15303
|
+
"privacy": "protected",
|
|
15304
|
+
"return": {
|
|
15305
|
+
"type": {
|
|
15306
|
+
"text": "void"
|
|
15307
|
+
}
|
|
15308
|
+
},
|
|
15309
|
+
"parameters": [
|
|
15310
|
+
{
|
|
15311
|
+
"name": "_prev",
|
|
15312
|
+
"type": {
|
|
15313
|
+
"text": "boolean"
|
|
15314
|
+
}
|
|
15315
|
+
},
|
|
15316
|
+
{
|
|
15317
|
+
"name": "next",
|
|
15318
|
+
"type": {
|
|
15319
|
+
"text": "boolean"
|
|
15320
|
+
}
|
|
15321
|
+
}
|
|
15322
|
+
]
|
|
15323
|
+
},
|
|
15324
|
+
{
|
|
15325
|
+
"kind": "field",
|
|
15326
|
+
"name": "clickOutside",
|
|
15327
|
+
"privacy": "private"
|
|
15328
|
+
},
|
|
15329
|
+
{
|
|
15330
|
+
"kind": "field",
|
|
15331
|
+
"name": "keydownOutside",
|
|
15332
|
+
"privacy": "private"
|
|
15333
|
+
},
|
|
15334
|
+
{
|
|
15335
|
+
"kind": "method",
|
|
15336
|
+
"name": "handleKeydownOutside",
|
|
15337
|
+
"privacy": "private",
|
|
15338
|
+
"return": {
|
|
15339
|
+
"type": {
|
|
15340
|
+
"text": "void"
|
|
15341
|
+
}
|
|
15342
|
+
},
|
|
15343
|
+
"parameters": [
|
|
15344
|
+
{
|
|
15345
|
+
"name": "event",
|
|
15346
|
+
"type": {
|
|
15347
|
+
"text": "KeyboardEvent"
|
|
15348
|
+
}
|
|
15349
|
+
}
|
|
15350
|
+
]
|
|
15351
|
+
},
|
|
15352
|
+
{
|
|
15353
|
+
"kind": "method",
|
|
15354
|
+
"name": "handleClickOutside",
|
|
15355
|
+
"privacy": "private",
|
|
15356
|
+
"return": {
|
|
15357
|
+
"type": {
|
|
15358
|
+
"text": "void"
|
|
15359
|
+
}
|
|
15360
|
+
},
|
|
15361
|
+
"parameters": [
|
|
15362
|
+
{
|
|
15363
|
+
"name": "event",
|
|
15364
|
+
"type": {
|
|
15365
|
+
"text": "MouseEvent"
|
|
15366
|
+
}
|
|
15367
|
+
}
|
|
15368
|
+
]
|
|
15369
|
+
},
|
|
15370
|
+
{
|
|
15371
|
+
"kind": "method",
|
|
15372
|
+
"name": "closeCalendar",
|
|
15373
|
+
"privacy": "private",
|
|
15374
|
+
"return": {
|
|
15375
|
+
"type": {
|
|
15376
|
+
"text": "void"
|
|
15377
|
+
}
|
|
15378
|
+
}
|
|
15379
|
+
},
|
|
15089
15380
|
{
|
|
15090
15381
|
"kind": "method",
|
|
15091
15382
|
"name": "toggleCalendar",
|
|
@@ -15289,13 +15580,22 @@
|
|
|
15289
15580
|
"attributes": [
|
|
15290
15581
|
{
|
|
15291
15582
|
"name": "format",
|
|
15292
|
-
"
|
|
15293
|
-
|
|
15583
|
+
"default": "DATE_PICKER_VALUE_FORMAT",
|
|
15584
|
+
"resolveInitializer": {
|
|
15585
|
+
"module": "/src/date-picker/date-picker.util"
|
|
15294
15586
|
},
|
|
15295
|
-
"default": "'MM-DD-YYYY'",
|
|
15296
15587
|
"fieldName": "format",
|
|
15297
15588
|
"description": "date format that will be displayed."
|
|
15298
15589
|
},
|
|
15590
|
+
{
|
|
15591
|
+
"name": "use-locale-format",
|
|
15592
|
+
"type": {
|
|
15593
|
+
"text": "boolean"
|
|
15594
|
+
},
|
|
15595
|
+
"default": "false",
|
|
15596
|
+
"fieldName": "useLocaleFormat",
|
|
15597
|
+
"description": "when true, `format` is set from dayjs locale `L`. Uses the browser locale (`navigator.language`) unless `lang` is set on the element."
|
|
15598
|
+
},
|
|
15299
15599
|
{
|
|
15300
15600
|
"name": "inline-calendar",
|
|
15301
15601
|
"type": {
|
|
@@ -15331,6 +15631,23 @@
|
|
|
15331
15631
|
"fieldName": "label",
|
|
15332
15632
|
"description": "the label that will be displayed next to the date input text field"
|
|
15333
15633
|
},
|
|
15634
|
+
{
|
|
15635
|
+
"name": "allow-empty",
|
|
15636
|
+
"type": {
|
|
15637
|
+
"text": "boolean"
|
|
15638
|
+
},
|
|
15639
|
+
"default": "false",
|
|
15640
|
+
"fieldName": "allowEmpty",
|
|
15641
|
+
"description": "when true, no initial date is selected; the input shows a placeholder until the user picks a date."
|
|
15642
|
+
},
|
|
15643
|
+
{
|
|
15644
|
+
"name": "placeholder",
|
|
15645
|
+
"type": {
|
|
15646
|
+
"text": "string"
|
|
15647
|
+
},
|
|
15648
|
+
"fieldName": "placeholder",
|
|
15649
|
+
"description": "hint shown when allow-empty is set and no date is selected. Defaults from `format` (e.g. DD/MM/YYYY → dd/mm/yyyy)."
|
|
15650
|
+
},
|
|
15334
15651
|
{
|
|
15335
15652
|
"name": "value",
|
|
15336
15653
|
"type": {
|
|
@@ -15341,10 +15658,10 @@
|
|
|
15341
15658
|
},
|
|
15342
15659
|
{
|
|
15343
15660
|
"name": "format",
|
|
15344
|
-
"
|
|
15345
|
-
|
|
15661
|
+
"default": "DATE_PICKER_VALUE_FORMAT",
|
|
15662
|
+
"resolveInitializer": {
|
|
15663
|
+
"module": "/src/date-picker/date-picker.util"
|
|
15346
15664
|
},
|
|
15347
|
-
"default": "'MM-DD-YYYY'",
|
|
15348
15665
|
"attribute": "format",
|
|
15349
15666
|
"fieldName": "format"
|
|
15350
15667
|
},
|
|
@@ -15356,6 +15673,15 @@
|
|
|
15356
15673
|
"default": "'en-US'",
|
|
15357
15674
|
"fieldName": "lang"
|
|
15358
15675
|
},
|
|
15676
|
+
{
|
|
15677
|
+
"name": "use-locale-format",
|
|
15678
|
+
"type": {
|
|
15679
|
+
"text": "boolean"
|
|
15680
|
+
},
|
|
15681
|
+
"default": "false",
|
|
15682
|
+
"attribute": "use-locale-format",
|
|
15683
|
+
"fieldName": "useLocaleFormat"
|
|
15684
|
+
},
|
|
15359
15685
|
{
|
|
15360
15686
|
"name": "visible",
|
|
15361
15687
|
"type": {
|
|
@@ -15399,6 +15725,23 @@
|
|
|
15399
15725
|
"attribute": "label",
|
|
15400
15726
|
"fieldName": "label"
|
|
15401
15727
|
},
|
|
15728
|
+
{
|
|
15729
|
+
"name": "allow-empty",
|
|
15730
|
+
"type": {
|
|
15731
|
+
"text": "boolean"
|
|
15732
|
+
},
|
|
15733
|
+
"default": "false",
|
|
15734
|
+
"attribute": "allow-empty",
|
|
15735
|
+
"fieldName": "allowEmpty"
|
|
15736
|
+
},
|
|
15737
|
+
{
|
|
15738
|
+
"name": "placeholder",
|
|
15739
|
+
"type": {
|
|
15740
|
+
"text": "string"
|
|
15741
|
+
},
|
|
15742
|
+
"attribute": "placeholder",
|
|
15743
|
+
"fieldName": "placeholder"
|
|
15744
|
+
},
|
|
15402
15745
|
{
|
|
15403
15746
|
"name": "value",
|
|
15404
15747
|
"type": {
|
|
@@ -15457,6 +15800,191 @@
|
|
|
15457
15800
|
}
|
|
15458
15801
|
]
|
|
15459
15802
|
},
|
|
15803
|
+
{
|
|
15804
|
+
"kind": "javascript-module",
|
|
15805
|
+
"path": "src/date-picker/date-picker.util.ts",
|
|
15806
|
+
"declarations": [
|
|
15807
|
+
{
|
|
15808
|
+
"kind": "function",
|
|
15809
|
+
"name": "resolveDayjsLocale",
|
|
15810
|
+
"return": {
|
|
15811
|
+
"type": {
|
|
15812
|
+
"text": "string"
|
|
15813
|
+
}
|
|
15814
|
+
},
|
|
15815
|
+
"parameters": [
|
|
15816
|
+
{
|
|
15817
|
+
"name": "lang",
|
|
15818
|
+
"type": {
|
|
15819
|
+
"text": "string"
|
|
15820
|
+
}
|
|
15821
|
+
}
|
|
15822
|
+
],
|
|
15823
|
+
"description": "Maps BCP-47 tags to dayjs locale ids (lowercase, e.g. `fr-FR` → `fr-fr`).\nEnglish variants map to dayjs bundles: `en-US` → `en`, `en-GB` → `en-gb`.",
|
|
15824
|
+
"privacy": "public"
|
|
15825
|
+
},
|
|
15826
|
+
{
|
|
15827
|
+
"kind": "function",
|
|
15828
|
+
"name": "getBrowserLocale",
|
|
15829
|
+
"return": {
|
|
15830
|
+
"type": {
|
|
15831
|
+
"text": "string"
|
|
15832
|
+
}
|
|
15833
|
+
},
|
|
15834
|
+
"description": "Browser BCP-47 locale (e.g. `en-GB`), or `en` when unavailable (SSR/tests).",
|
|
15835
|
+
"privacy": "public"
|
|
15836
|
+
},
|
|
15837
|
+
{
|
|
15838
|
+
"kind": "function",
|
|
15839
|
+
"name": "getDisplayFormatForLang",
|
|
15840
|
+
"return": {
|
|
15841
|
+
"type": {
|
|
15842
|
+
"text": "string"
|
|
15843
|
+
}
|
|
15844
|
+
},
|
|
15845
|
+
"parameters": [
|
|
15846
|
+
{
|
|
15847
|
+
"name": "lang",
|
|
15848
|
+
"default": "'en'",
|
|
15849
|
+
"type": {
|
|
15850
|
+
"text": "string"
|
|
15851
|
+
}
|
|
15852
|
+
}
|
|
15853
|
+
],
|
|
15854
|
+
"description": "Display format from dayjs locale `L` (e.g. en / en-US → MM/DD/YYYY, en-gb → DD/MM/YYYY).\nFalls back to `en` when the locale is not loaded in dayjs (import the matching `dayjs/locale/*` bundle).",
|
|
15855
|
+
"privacy": "public"
|
|
15856
|
+
},
|
|
15857
|
+
{
|
|
15858
|
+
"kind": "function",
|
|
15859
|
+
"name": "formatToPlaceholder",
|
|
15860
|
+
"return": {
|
|
15861
|
+
"type": {
|
|
15862
|
+
"text": "string"
|
|
15863
|
+
}
|
|
15864
|
+
},
|
|
15865
|
+
"parameters": [
|
|
15866
|
+
{
|
|
15867
|
+
"name": "format",
|
|
15868
|
+
"type": {
|
|
15869
|
+
"text": "string"
|
|
15870
|
+
}
|
|
15871
|
+
}
|
|
15872
|
+
],
|
|
15873
|
+
"description": "Maps a dayjs-style display format to a lowercase placeholder hint (e.g. DD/MM/YYYY → dd/mm/yyyy).",
|
|
15874
|
+
"privacy": "public"
|
|
15875
|
+
},
|
|
15876
|
+
{
|
|
15877
|
+
"kind": "function",
|
|
15878
|
+
"name": "hasDateValue",
|
|
15879
|
+
"return": {
|
|
15880
|
+
"type": {
|
|
15881
|
+
"text": "boolean"
|
|
15882
|
+
}
|
|
15883
|
+
},
|
|
15884
|
+
"parameters": [
|
|
15885
|
+
{
|
|
15886
|
+
"name": "value",
|
|
15887
|
+
"type": {
|
|
15888
|
+
"text": "string | null | undefined"
|
|
15889
|
+
}
|
|
15890
|
+
}
|
|
15891
|
+
]
|
|
15892
|
+
},
|
|
15893
|
+
{
|
|
15894
|
+
"kind": "variable",
|
|
15895
|
+
"name": "DATE_PICKER_VALUE_FORMAT",
|
|
15896
|
+
"type": {
|
|
15897
|
+
"text": "string"
|
|
15898
|
+
},
|
|
15899
|
+
"default": "'MM-DD-YYYY'",
|
|
15900
|
+
"description": "Internal wire format for the date picker's `value` attribute.\nDisplay formatting is independent (see `format` / `getDisplayFormatForLang`).",
|
|
15901
|
+
"privacy": "public"
|
|
15902
|
+
},
|
|
15903
|
+
{
|
|
15904
|
+
"kind": "function",
|
|
15905
|
+
"name": "parseDatePickerValue",
|
|
15906
|
+
"return": {
|
|
15907
|
+
"type": {
|
|
15908
|
+
"text": "dayjs.Dayjs | null"
|
|
15909
|
+
}
|
|
15910
|
+
},
|
|
15911
|
+
"parameters": [
|
|
15912
|
+
{
|
|
15913
|
+
"name": "dateString",
|
|
15914
|
+
"type": {
|
|
15915
|
+
"text": "string"
|
|
15916
|
+
}
|
|
15917
|
+
},
|
|
15918
|
+
{
|
|
15919
|
+
"name": "displayFormat",
|
|
15920
|
+
"type": {
|
|
15921
|
+
"text": "string"
|
|
15922
|
+
}
|
|
15923
|
+
}
|
|
15924
|
+
],
|
|
15925
|
+
"description": "Strictly parses a date picker value (`displayFormat` or internal `DATE_PICKER_VALUE_FORMAT`). Returns null when invalid.",
|
|
15926
|
+
"privacy": "public"
|
|
15927
|
+
}
|
|
15928
|
+
],
|
|
15929
|
+
"exports": [
|
|
15930
|
+
{
|
|
15931
|
+
"kind": "js",
|
|
15932
|
+
"name": "resolveDayjsLocale",
|
|
15933
|
+
"declaration": {
|
|
15934
|
+
"name": "resolveDayjsLocale",
|
|
15935
|
+
"module": "src/date-picker/date-picker.util.ts"
|
|
15936
|
+
}
|
|
15937
|
+
},
|
|
15938
|
+
{
|
|
15939
|
+
"kind": "js",
|
|
15940
|
+
"name": "getBrowserLocale",
|
|
15941
|
+
"declaration": {
|
|
15942
|
+
"name": "getBrowserLocale",
|
|
15943
|
+
"module": "src/date-picker/date-picker.util.ts"
|
|
15944
|
+
}
|
|
15945
|
+
},
|
|
15946
|
+
{
|
|
15947
|
+
"kind": "js",
|
|
15948
|
+
"name": "getDisplayFormatForLang",
|
|
15949
|
+
"declaration": {
|
|
15950
|
+
"name": "getDisplayFormatForLang",
|
|
15951
|
+
"module": "src/date-picker/date-picker.util.ts"
|
|
15952
|
+
}
|
|
15953
|
+
},
|
|
15954
|
+
{
|
|
15955
|
+
"kind": "js",
|
|
15956
|
+
"name": "formatToPlaceholder",
|
|
15957
|
+
"declaration": {
|
|
15958
|
+
"name": "formatToPlaceholder",
|
|
15959
|
+
"module": "src/date-picker/date-picker.util.ts"
|
|
15960
|
+
}
|
|
15961
|
+
},
|
|
15962
|
+
{
|
|
15963
|
+
"kind": "js",
|
|
15964
|
+
"name": "hasDateValue",
|
|
15965
|
+
"declaration": {
|
|
15966
|
+
"name": "hasDateValue",
|
|
15967
|
+
"module": "src/date-picker/date-picker.util.ts"
|
|
15968
|
+
}
|
|
15969
|
+
},
|
|
15970
|
+
{
|
|
15971
|
+
"kind": "js",
|
|
15972
|
+
"name": "DATE_PICKER_VALUE_FORMAT",
|
|
15973
|
+
"declaration": {
|
|
15974
|
+
"name": "DATE_PICKER_VALUE_FORMAT",
|
|
15975
|
+
"module": "src/date-picker/date-picker.util.ts"
|
|
15976
|
+
}
|
|
15977
|
+
},
|
|
15978
|
+
{
|
|
15979
|
+
"kind": "js",
|
|
15980
|
+
"name": "parseDatePickerValue",
|
|
15981
|
+
"declaration": {
|
|
15982
|
+
"name": "parseDatePickerValue",
|
|
15983
|
+
"module": "src/date-picker/date-picker.util.ts"
|
|
15984
|
+
}
|
|
15985
|
+
}
|
|
15986
|
+
]
|
|
15987
|
+
},
|
|
15460
15988
|
{
|
|
15461
15989
|
"kind": "javascript-module",
|
|
15462
15990
|
"path": "src/date-picker/day.ts",
|
|
@@ -15730,6 +16258,14 @@
|
|
|
15730
16258
|
"name": "*",
|
|
15731
16259
|
"package": "./date-picker"
|
|
15732
16260
|
}
|
|
16261
|
+
},
|
|
16262
|
+
{
|
|
16263
|
+
"kind": "js",
|
|
16264
|
+
"name": "*",
|
|
16265
|
+
"declaration": {
|
|
16266
|
+
"name": "*",
|
|
16267
|
+
"package": "./date-picker.util"
|
|
16268
|
+
}
|
|
15733
16269
|
}
|
|
15734
16270
|
]
|
|
15735
16271
|
},
|
|
@@ -56943,7 +57479,7 @@
|
|
|
56943
57479
|
"kind": "js",
|
|
56944
57480
|
"name": "logType",
|
|
56945
57481
|
"declaration": {
|
|
56946
|
-
"name": "
|
|
57482
|
+
"name": "LogType",
|
|
56947
57483
|
"module": "src/utils/logger.ts"
|
|
56948
57484
|
}
|
|
56949
57485
|
},
|
|
@@ -57141,6 +57677,197 @@
|
|
|
57141
57677
|
}
|
|
57142
57678
|
]
|
|
57143
57679
|
},
|
|
57680
|
+
{
|
|
57681
|
+
"kind": "javascript-module",
|
|
57682
|
+
"path": "src/ai-criteria-search/validation/criteria-ir.ts",
|
|
57683
|
+
"declarations": [],
|
|
57684
|
+
"exports": []
|
|
57685
|
+
},
|
|
57686
|
+
{
|
|
57687
|
+
"kind": "javascript-module",
|
|
57688
|
+
"path": "src/ai-criteria-search/validation/operator-map.ts",
|
|
57689
|
+
"declarations": [
|
|
57690
|
+
{
|
|
57691
|
+
"kind": "function",
|
|
57692
|
+
"name": "groupsToCriteria",
|
|
57693
|
+
"return": {
|
|
57694
|
+
"type": {
|
|
57695
|
+
"text": "string"
|
|
57696
|
+
}
|
|
57697
|
+
},
|
|
57698
|
+
"parameters": [
|
|
57699
|
+
{
|
|
57700
|
+
"name": "groups",
|
|
57701
|
+
"type": {
|
|
57702
|
+
"text": "CriteriaGroup[]"
|
|
57703
|
+
}
|
|
57704
|
+
}
|
|
57705
|
+
],
|
|
57706
|
+
"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."
|
|
57707
|
+
},
|
|
57708
|
+
{
|
|
57709
|
+
"kind": "variable",
|
|
57710
|
+
"name": "STRING_OPERATORS",
|
|
57711
|
+
"type": {
|
|
57712
|
+
"text": "CriteriaOperator[]"
|
|
57713
|
+
},
|
|
57714
|
+
"default": "[\n 'contains',\n 'equals',\n 'startsWith',\n 'endsWith',\n 'notEqual',\n]"
|
|
57715
|
+
},
|
|
57716
|
+
{
|
|
57717
|
+
"kind": "variable",
|
|
57718
|
+
"name": "NUMERIC_OPERATORS",
|
|
57719
|
+
"type": {
|
|
57720
|
+
"text": "CriteriaOperator[]"
|
|
57721
|
+
},
|
|
57722
|
+
"default": "[\n 'equals',\n 'greaterThan',\n 'lessThan',\n 'greaterThanOrEqual',\n 'lessThanOrEqual',\n 'notEqual',\n]"
|
|
57723
|
+
},
|
|
57724
|
+
{
|
|
57725
|
+
"kind": "variable",
|
|
57726
|
+
"name": "DATE_OPERATORS",
|
|
57727
|
+
"type": {
|
|
57728
|
+
"text": "CriteriaOperator[]"
|
|
57729
|
+
},
|
|
57730
|
+
"default": "[\n 'dateIsToday',\n 'dateIsAfter',\n 'dateIsBefore',\n 'dateIsEqual',\n 'dateIsGreaterEqual',\n 'dateIsLessEqual',\n]"
|
|
57731
|
+
},
|
|
57732
|
+
{
|
|
57733
|
+
"kind": "variable",
|
|
57734
|
+
"name": "DATETIME_OPERATORS",
|
|
57735
|
+
"type": {
|
|
57736
|
+
"text": "CriteriaOperator[]"
|
|
57737
|
+
},
|
|
57738
|
+
"default": "[\n 'dateTimeIsAfter',\n 'dateTimeIsBefore',\n 'dateTimeIsGreaterEqual',\n 'dateTimeIsLessEqual',\n]"
|
|
57739
|
+
},
|
|
57740
|
+
{
|
|
57741
|
+
"kind": "variable",
|
|
57742
|
+
"name": "OPERATOR_DISPLAY_LABEL",
|
|
57743
|
+
"type": {
|
|
57744
|
+
"text": "Record<CriteriaOperator, string>"
|
|
57745
|
+
},
|
|
57746
|
+
"default": "{\n contains: 'contains',\n equals: '=',\n startsWith: 'starts with',\n endsWith: 'ends with',\n notEqual: '≠',\n greaterThan: '>',\n lessThan: '<',\n greaterThanOrEqual: '≥',\n lessThanOrEqual: '≤',\n dateIsToday: 'is today',\n dateIsAfter: 'after',\n dateIsBefore: 'before',\n dateIsEqual: '=',\n dateIsGreaterEqual: '≥',\n dateIsLessEqual: '≤',\n dateTimeIsAfter: 'after',\n dateTimeIsBefore: 'before',\n dateTimeIsGreaterEqual: '≥',\n dateTimeIsLessEqual: '≤',\n}"
|
|
57747
|
+
}
|
|
57748
|
+
],
|
|
57749
|
+
"exports": [
|
|
57750
|
+
{
|
|
57751
|
+
"kind": "js",
|
|
57752
|
+
"name": "groupsToCriteria",
|
|
57753
|
+
"declaration": {
|
|
57754
|
+
"name": "groupsToCriteria",
|
|
57755
|
+
"module": "src/ai-criteria-search/validation/operator-map.ts"
|
|
57756
|
+
}
|
|
57757
|
+
},
|
|
57758
|
+
{
|
|
57759
|
+
"kind": "js",
|
|
57760
|
+
"name": "STRING_OPERATORS",
|
|
57761
|
+
"declaration": {
|
|
57762
|
+
"name": "STRING_OPERATORS",
|
|
57763
|
+
"module": "src/ai-criteria-search/validation/operator-map.ts"
|
|
57764
|
+
}
|
|
57765
|
+
},
|
|
57766
|
+
{
|
|
57767
|
+
"kind": "js",
|
|
57768
|
+
"name": "NUMERIC_OPERATORS",
|
|
57769
|
+
"declaration": {
|
|
57770
|
+
"name": "NUMERIC_OPERATORS",
|
|
57771
|
+
"module": "src/ai-criteria-search/validation/operator-map.ts"
|
|
57772
|
+
}
|
|
57773
|
+
},
|
|
57774
|
+
{
|
|
57775
|
+
"kind": "js",
|
|
57776
|
+
"name": "DATE_OPERATORS",
|
|
57777
|
+
"declaration": {
|
|
57778
|
+
"name": "DATE_OPERATORS",
|
|
57779
|
+
"module": "src/ai-criteria-search/validation/operator-map.ts"
|
|
57780
|
+
}
|
|
57781
|
+
},
|
|
57782
|
+
{
|
|
57783
|
+
"kind": "js",
|
|
57784
|
+
"name": "DATETIME_OPERATORS",
|
|
57785
|
+
"declaration": {
|
|
57786
|
+
"name": "DATETIME_OPERATORS",
|
|
57787
|
+
"module": "src/ai-criteria-search/validation/operator-map.ts"
|
|
57788
|
+
}
|
|
57789
|
+
},
|
|
57790
|
+
{
|
|
57791
|
+
"kind": "js",
|
|
57792
|
+
"name": "OPERATOR_DISPLAY_LABEL",
|
|
57793
|
+
"declaration": {
|
|
57794
|
+
"name": "OPERATOR_DISPLAY_LABEL",
|
|
57795
|
+
"module": "src/ai-criteria-search/validation/operator-map.ts"
|
|
57796
|
+
}
|
|
57797
|
+
}
|
|
57798
|
+
]
|
|
57799
|
+
},
|
|
57800
|
+
{
|
|
57801
|
+
"kind": "javascript-module",
|
|
57802
|
+
"path": "src/ai-criteria-search/validation/schema-validator.ts",
|
|
57803
|
+
"declarations": [
|
|
57804
|
+
{
|
|
57805
|
+
"kind": "function",
|
|
57806
|
+
"name": "validateClauses",
|
|
57807
|
+
"return": {
|
|
57808
|
+
"type": {
|
|
57809
|
+
"text": "ValidationResult"
|
|
57810
|
+
}
|
|
57811
|
+
},
|
|
57812
|
+
"parameters": [
|
|
57813
|
+
{
|
|
57814
|
+
"name": "clauses",
|
|
57815
|
+
"type": {
|
|
57816
|
+
"text": "CriteriaClause[]"
|
|
57817
|
+
}
|
|
57818
|
+
},
|
|
57819
|
+
{
|
|
57820
|
+
"name": "fieldMetadata",
|
|
57821
|
+
"type": {
|
|
57822
|
+
"text": "MetadataDetail[] | string[]"
|
|
57823
|
+
}
|
|
57824
|
+
}
|
|
57825
|
+
]
|
|
57826
|
+
},
|
|
57827
|
+
{
|
|
57828
|
+
"kind": "function",
|
|
57829
|
+
"name": "validateGroups",
|
|
57830
|
+
"return": {
|
|
57831
|
+
"type": {
|
|
57832
|
+
"text": "GroupsValidationResult"
|
|
57833
|
+
}
|
|
57834
|
+
},
|
|
57835
|
+
"parameters": [
|
|
57836
|
+
{
|
|
57837
|
+
"name": "groups",
|
|
57838
|
+
"type": {
|
|
57839
|
+
"text": "CriteriaGroup[]"
|
|
57840
|
+
}
|
|
57841
|
+
},
|
|
57842
|
+
{
|
|
57843
|
+
"name": "fieldMetadata",
|
|
57844
|
+
"type": {
|
|
57845
|
+
"text": "MetadataDetail[] | string[]"
|
|
57846
|
+
}
|
|
57847
|
+
}
|
|
57848
|
+
],
|
|
57849
|
+
"description": "Validates groups of criteria clauses. Each group's clauses are validated\nusing the same per-clause logic as validateClauses."
|
|
57850
|
+
}
|
|
57851
|
+
],
|
|
57852
|
+
"exports": [
|
|
57853
|
+
{
|
|
57854
|
+
"kind": "js",
|
|
57855
|
+
"name": "validateClauses",
|
|
57856
|
+
"declaration": {
|
|
57857
|
+
"name": "validateClauses",
|
|
57858
|
+
"module": "src/ai-criteria-search/validation/schema-validator.ts"
|
|
57859
|
+
}
|
|
57860
|
+
},
|
|
57861
|
+
{
|
|
57862
|
+
"kind": "js",
|
|
57863
|
+
"name": "validateGroups",
|
|
57864
|
+
"declaration": {
|
|
57865
|
+
"name": "validateGroups",
|
|
57866
|
+
"module": "src/ai-criteria-search/validation/schema-validator.ts"
|
|
57867
|
+
}
|
|
57868
|
+
}
|
|
57869
|
+
]
|
|
57870
|
+
},
|
|
57144
57871
|
{
|
|
57145
57872
|
"kind": "javascript-module",
|
|
57146
57873
|
"path": "src/_config/styles/colors.ts",
|
|
@@ -58513,197 +59240,6 @@
|
|
|
58513
59240
|
"declarations": [],
|
|
58514
59241
|
"exports": []
|
|
58515
59242
|
},
|
|
58516
|
-
{
|
|
58517
|
-
"kind": "javascript-module",
|
|
58518
|
-
"path": "src/ai-criteria-search/validation/criteria-ir.ts",
|
|
58519
|
-
"declarations": [],
|
|
58520
|
-
"exports": []
|
|
58521
|
-
},
|
|
58522
|
-
{
|
|
58523
|
-
"kind": "javascript-module",
|
|
58524
|
-
"path": "src/ai-criteria-search/validation/operator-map.ts",
|
|
58525
|
-
"declarations": [
|
|
58526
|
-
{
|
|
58527
|
-
"kind": "function",
|
|
58528
|
-
"name": "groupsToCriteria",
|
|
58529
|
-
"return": {
|
|
58530
|
-
"type": {
|
|
58531
|
-
"text": "string"
|
|
58532
|
-
}
|
|
58533
|
-
},
|
|
58534
|
-
"parameters": [
|
|
58535
|
-
{
|
|
58536
|
-
"name": "groups",
|
|
58537
|
-
"type": {
|
|
58538
|
-
"text": "CriteriaGroup[]"
|
|
58539
|
-
}
|
|
58540
|
-
}
|
|
58541
|
-
],
|
|
58542
|
-
"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."
|
|
58543
|
-
},
|
|
58544
|
-
{
|
|
58545
|
-
"kind": "variable",
|
|
58546
|
-
"name": "STRING_OPERATORS",
|
|
58547
|
-
"type": {
|
|
58548
|
-
"text": "CriteriaOperator[]"
|
|
58549
|
-
},
|
|
58550
|
-
"default": "[\n 'contains',\n 'equals',\n 'startsWith',\n 'endsWith',\n 'notEqual',\n]"
|
|
58551
|
-
},
|
|
58552
|
-
{
|
|
58553
|
-
"kind": "variable",
|
|
58554
|
-
"name": "NUMERIC_OPERATORS",
|
|
58555
|
-
"type": {
|
|
58556
|
-
"text": "CriteriaOperator[]"
|
|
58557
|
-
},
|
|
58558
|
-
"default": "[\n 'equals',\n 'greaterThan',\n 'lessThan',\n 'greaterThanOrEqual',\n 'lessThanOrEqual',\n 'notEqual',\n]"
|
|
58559
|
-
},
|
|
58560
|
-
{
|
|
58561
|
-
"kind": "variable",
|
|
58562
|
-
"name": "DATE_OPERATORS",
|
|
58563
|
-
"type": {
|
|
58564
|
-
"text": "CriteriaOperator[]"
|
|
58565
|
-
},
|
|
58566
|
-
"default": "[\n 'dateIsToday',\n 'dateIsAfter',\n 'dateIsBefore',\n 'dateIsEqual',\n 'dateIsGreaterEqual',\n 'dateIsLessEqual',\n]"
|
|
58567
|
-
},
|
|
58568
|
-
{
|
|
58569
|
-
"kind": "variable",
|
|
58570
|
-
"name": "DATETIME_OPERATORS",
|
|
58571
|
-
"type": {
|
|
58572
|
-
"text": "CriteriaOperator[]"
|
|
58573
|
-
},
|
|
58574
|
-
"default": "[\n 'dateTimeIsAfter',\n 'dateTimeIsBefore',\n 'dateTimeIsGreaterEqual',\n 'dateTimeIsLessEqual',\n]"
|
|
58575
|
-
},
|
|
58576
|
-
{
|
|
58577
|
-
"kind": "variable",
|
|
58578
|
-
"name": "OPERATOR_DISPLAY_LABEL",
|
|
58579
|
-
"type": {
|
|
58580
|
-
"text": "Record<CriteriaOperator, string>"
|
|
58581
|
-
},
|
|
58582
|
-
"default": "{\n contains: 'contains',\n equals: '=',\n startsWith: 'starts with',\n endsWith: 'ends with',\n notEqual: '≠',\n greaterThan: '>',\n lessThan: '<',\n greaterThanOrEqual: '≥',\n lessThanOrEqual: '≤',\n dateIsToday: 'is today',\n dateIsAfter: 'after',\n dateIsBefore: 'before',\n dateIsEqual: '=',\n dateIsGreaterEqual: '≥',\n dateIsLessEqual: '≤',\n dateTimeIsAfter: 'after',\n dateTimeIsBefore: 'before',\n dateTimeIsGreaterEqual: '≥',\n dateTimeIsLessEqual: '≤',\n}"
|
|
58583
|
-
}
|
|
58584
|
-
],
|
|
58585
|
-
"exports": [
|
|
58586
|
-
{
|
|
58587
|
-
"kind": "js",
|
|
58588
|
-
"name": "groupsToCriteria",
|
|
58589
|
-
"declaration": {
|
|
58590
|
-
"name": "groupsToCriteria",
|
|
58591
|
-
"module": "src/ai-criteria-search/validation/operator-map.ts"
|
|
58592
|
-
}
|
|
58593
|
-
},
|
|
58594
|
-
{
|
|
58595
|
-
"kind": "js",
|
|
58596
|
-
"name": "STRING_OPERATORS",
|
|
58597
|
-
"declaration": {
|
|
58598
|
-
"name": "STRING_OPERATORS",
|
|
58599
|
-
"module": "src/ai-criteria-search/validation/operator-map.ts"
|
|
58600
|
-
}
|
|
58601
|
-
},
|
|
58602
|
-
{
|
|
58603
|
-
"kind": "js",
|
|
58604
|
-
"name": "NUMERIC_OPERATORS",
|
|
58605
|
-
"declaration": {
|
|
58606
|
-
"name": "NUMERIC_OPERATORS",
|
|
58607
|
-
"module": "src/ai-criteria-search/validation/operator-map.ts"
|
|
58608
|
-
}
|
|
58609
|
-
},
|
|
58610
|
-
{
|
|
58611
|
-
"kind": "js",
|
|
58612
|
-
"name": "DATE_OPERATORS",
|
|
58613
|
-
"declaration": {
|
|
58614
|
-
"name": "DATE_OPERATORS",
|
|
58615
|
-
"module": "src/ai-criteria-search/validation/operator-map.ts"
|
|
58616
|
-
}
|
|
58617
|
-
},
|
|
58618
|
-
{
|
|
58619
|
-
"kind": "js",
|
|
58620
|
-
"name": "DATETIME_OPERATORS",
|
|
58621
|
-
"declaration": {
|
|
58622
|
-
"name": "DATETIME_OPERATORS",
|
|
58623
|
-
"module": "src/ai-criteria-search/validation/operator-map.ts"
|
|
58624
|
-
}
|
|
58625
|
-
},
|
|
58626
|
-
{
|
|
58627
|
-
"kind": "js",
|
|
58628
|
-
"name": "OPERATOR_DISPLAY_LABEL",
|
|
58629
|
-
"declaration": {
|
|
58630
|
-
"name": "OPERATOR_DISPLAY_LABEL",
|
|
58631
|
-
"module": "src/ai-criteria-search/validation/operator-map.ts"
|
|
58632
|
-
}
|
|
58633
|
-
}
|
|
58634
|
-
]
|
|
58635
|
-
},
|
|
58636
|
-
{
|
|
58637
|
-
"kind": "javascript-module",
|
|
58638
|
-
"path": "src/ai-criteria-search/validation/schema-validator.ts",
|
|
58639
|
-
"declarations": [
|
|
58640
|
-
{
|
|
58641
|
-
"kind": "function",
|
|
58642
|
-
"name": "validateClauses",
|
|
58643
|
-
"return": {
|
|
58644
|
-
"type": {
|
|
58645
|
-
"text": "ValidationResult"
|
|
58646
|
-
}
|
|
58647
|
-
},
|
|
58648
|
-
"parameters": [
|
|
58649
|
-
{
|
|
58650
|
-
"name": "clauses",
|
|
58651
|
-
"type": {
|
|
58652
|
-
"text": "CriteriaClause[]"
|
|
58653
|
-
}
|
|
58654
|
-
},
|
|
58655
|
-
{
|
|
58656
|
-
"name": "fieldMetadata",
|
|
58657
|
-
"type": {
|
|
58658
|
-
"text": "MetadataDetail[] | string[]"
|
|
58659
|
-
}
|
|
58660
|
-
}
|
|
58661
|
-
]
|
|
58662
|
-
},
|
|
58663
|
-
{
|
|
58664
|
-
"kind": "function",
|
|
58665
|
-
"name": "validateGroups",
|
|
58666
|
-
"return": {
|
|
58667
|
-
"type": {
|
|
58668
|
-
"text": "GroupsValidationResult"
|
|
58669
|
-
}
|
|
58670
|
-
},
|
|
58671
|
-
"parameters": [
|
|
58672
|
-
{
|
|
58673
|
-
"name": "groups",
|
|
58674
|
-
"type": {
|
|
58675
|
-
"text": "CriteriaGroup[]"
|
|
58676
|
-
}
|
|
58677
|
-
},
|
|
58678
|
-
{
|
|
58679
|
-
"name": "fieldMetadata",
|
|
58680
|
-
"type": {
|
|
58681
|
-
"text": "MetadataDetail[] | string[]"
|
|
58682
|
-
}
|
|
58683
|
-
}
|
|
58684
|
-
],
|
|
58685
|
-
"description": "Validates groups of criteria clauses. Each group's clauses are validated\nusing the same per-clause logic as validateClauses."
|
|
58686
|
-
}
|
|
58687
|
-
],
|
|
58688
|
-
"exports": [
|
|
58689
|
-
{
|
|
58690
|
-
"kind": "js",
|
|
58691
|
-
"name": "validateClauses",
|
|
58692
|
-
"declaration": {
|
|
58693
|
-
"name": "validateClauses",
|
|
58694
|
-
"module": "src/ai-criteria-search/validation/schema-validator.ts"
|
|
58695
|
-
}
|
|
58696
|
-
},
|
|
58697
|
-
{
|
|
58698
|
-
"kind": "js",
|
|
58699
|
-
"name": "validateGroups",
|
|
58700
|
-
"declaration": {
|
|
58701
|
-
"name": "validateGroups",
|
|
58702
|
-
"module": "src/ai-criteria-search/validation/schema-validator.ts"
|
|
58703
|
-
}
|
|
58704
|
-
}
|
|
58705
|
-
]
|
|
58706
|
-
},
|
|
58707
59243
|
{
|
|
58708
59244
|
"kind": "javascript-module",
|
|
58709
59245
|
"path": "src/environment-indicator/utils/configure.ts",
|