@genesislcap/foundation-ui 14.446.1-FUI-2541.3 → 14.446.1-FUI-2541.4

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.
@@ -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",
@@ -37835,188 +37835,6 @@
37835
37835
  }
37836
37836
  ]
37837
37837
  },
37838
- {
37839
- "kind": "javascript-module",
37840
- "path": "src/progress-ring/index.ts",
37841
- "declarations": [],
37842
- "exports": [
37843
- {
37844
- "kind": "js",
37845
- "name": "*",
37846
- "declaration": {
37847
- "name": "*",
37848
- "package": "./progress-ring.template"
37849
- }
37850
- },
37851
- {
37852
- "kind": "js",
37853
- "name": "*",
37854
- "declaration": {
37855
- "name": "*",
37856
- "package": "./progress-ring.styles"
37857
- }
37858
- },
37859
- {
37860
- "kind": "js",
37861
- "name": "*",
37862
- "declaration": {
37863
- "name": "*",
37864
- "package": "./progress-ring"
37865
- }
37866
- }
37867
- ]
37868
- },
37869
- {
37870
- "kind": "javascript-module",
37871
- "path": "src/progress-ring/progress-ring.styles.ts",
37872
- "declarations": [
37873
- {
37874
- "kind": "function",
37875
- "name": "foundationProgressRingStyles",
37876
- "return": {
37877
- "type": {
37878
- "text": "ElementStyles"
37879
- }
37880
- },
37881
- "parameters": [
37882
- {
37883
- "name": "context",
37884
- "type": {
37885
- "text": "ElementDefinitionContext"
37886
- }
37887
- },
37888
- {
37889
- "name": "definition",
37890
- "type": {
37891
- "text": "ProgressRingOptions"
37892
- }
37893
- }
37894
- ]
37895
- }
37896
- ],
37897
- "exports": [
37898
- {
37899
- "kind": "js",
37900
- "name": "foundationProgressRingStyles",
37901
- "declaration": {
37902
- "name": "foundationProgressRingStyles",
37903
- "module": "src/progress-ring/progress-ring.styles.ts"
37904
- }
37905
- }
37906
- ]
37907
- },
37908
- {
37909
- "kind": "javascript-module",
37910
- "path": "src/progress-ring/progress-ring.template.ts",
37911
- "declarations": [
37912
- {
37913
- "kind": "function",
37914
- "name": "foundationProgressRingTemplate",
37915
- "return": {
37916
- "type": {
37917
- "text": "ViewTemplate<ProgressRing>"
37918
- }
37919
- },
37920
- "parameters": [
37921
- {
37922
- "name": "context",
37923
- "type": {
37924
- "text": "ElementDefinitionContext"
37925
- }
37926
- },
37927
- {
37928
- "name": "definition",
37929
- "type": {
37930
- "text": "ProgressRingOptions"
37931
- }
37932
- }
37933
- ]
37934
- }
37935
- ],
37936
- "exports": [
37937
- {
37938
- "kind": "js",
37939
- "name": "foundationProgressRingTemplate",
37940
- "declaration": {
37941
- "name": "foundationProgressRingTemplate",
37942
- "module": "src/progress-ring/progress-ring.template.ts"
37943
- }
37944
- }
37945
- ]
37946
- },
37947
- {
37948
- "kind": "javascript-module",
37949
- "path": "src/progress-ring/progress-ring.ts",
37950
- "declarations": [
37951
- {
37952
- "kind": "class",
37953
- "description": "",
37954
- "name": "ProgressRing",
37955
- "superclass": {
37956
- "name": "FASTProgressRing",
37957
- "package": "@microsoft/fast-components"
37958
- },
37959
- "tagName": "%%prefix%%-progress-ring",
37960
- "customElement": true
37961
- },
37962
- {
37963
- "kind": "variable",
37964
- "name": "foundationProgressRingShadowOptions",
37965
- "type": {
37966
- "text": "ShadowRootInit"
37967
- },
37968
- "default": "undefined"
37969
- },
37970
- {
37971
- "kind": "variable",
37972
- "name": "defaultProgressRingConfig",
37973
- "type": {
37974
- "text": "object"
37975
- },
37976
- "default": "{\n indeterminateIndicator: `\n <svg class=\"progress\" part=\"progress\" viewBox=\"0 0 16 16\">\n <circle class=\"background\" part=\"background\" cx=\"8px\" cy=\"8px\" r=\"7px\"></circle>\n <circle class=\"indeterminate-indicator-1\" part=\"indeterminate-indicator-1\" cx=\"8px\" cy=\"8px\" r=\"7px\"></circle>\n </svg>\n `,\n}"
37977
- },
37978
- {
37979
- "kind": "variable",
37980
- "name": "foundationProgressRing",
37981
- "description": "The Foundation Progress Ring",
37982
- "privacy": "public"
37983
- }
37984
- ],
37985
- "exports": [
37986
- {
37987
- "kind": "js",
37988
- "name": "ProgressRing",
37989
- "declaration": {
37990
- "name": "ProgressRing",
37991
- "module": "src/progress-ring/progress-ring.ts"
37992
- }
37993
- },
37994
- {
37995
- "kind": "js",
37996
- "name": "foundationProgressRingShadowOptions",
37997
- "declaration": {
37998
- "name": "foundationProgressRingShadowOptions",
37999
- "module": "src/progress-ring/progress-ring.ts"
38000
- }
38001
- },
38002
- {
38003
- "kind": "js",
38004
- "name": "defaultProgressRingConfig",
38005
- "declaration": {
38006
- "name": "defaultProgressRingConfig",
38007
- "module": "src/progress-ring/progress-ring.ts"
38008
- }
38009
- },
38010
- {
38011
- "kind": "js",
38012
- "name": "foundationProgressRing",
38013
- "declaration": {
38014
- "name": "foundationProgressRing",
38015
- "module": "src/progress-ring/progress-ring.ts"
38016
- }
38017
- }
38018
- ]
38019
- },
38020
37838
  {
38021
37839
  "kind": "javascript-module",
38022
37840
  "path": "src/radio/index.ts",
@@ -39093,6 +38911,553 @@
39093
38911
  }
39094
38912
  ]
39095
38913
  },
38914
+ {
38915
+ "kind": "javascript-module",
38916
+ "path": "src/progress-ring/index.ts",
38917
+ "declarations": [],
38918
+ "exports": [
38919
+ {
38920
+ "kind": "js",
38921
+ "name": "*",
38922
+ "declaration": {
38923
+ "name": "*",
38924
+ "package": "./progress-ring.template"
38925
+ }
38926
+ },
38927
+ {
38928
+ "kind": "js",
38929
+ "name": "*",
38930
+ "declaration": {
38931
+ "name": "*",
38932
+ "package": "./progress-ring.styles"
38933
+ }
38934
+ },
38935
+ {
38936
+ "kind": "js",
38937
+ "name": "*",
38938
+ "declaration": {
38939
+ "name": "*",
38940
+ "package": "./progress-ring"
38941
+ }
38942
+ }
38943
+ ]
38944
+ },
38945
+ {
38946
+ "kind": "javascript-module",
38947
+ "path": "src/progress-ring/progress-ring.styles.ts",
38948
+ "declarations": [
38949
+ {
38950
+ "kind": "function",
38951
+ "name": "foundationProgressRingStyles",
38952
+ "return": {
38953
+ "type": {
38954
+ "text": "ElementStyles"
38955
+ }
38956
+ },
38957
+ "parameters": [
38958
+ {
38959
+ "name": "context",
38960
+ "type": {
38961
+ "text": "ElementDefinitionContext"
38962
+ }
38963
+ },
38964
+ {
38965
+ "name": "definition",
38966
+ "type": {
38967
+ "text": "ProgressRingOptions"
38968
+ }
38969
+ }
38970
+ ]
38971
+ }
38972
+ ],
38973
+ "exports": [
38974
+ {
38975
+ "kind": "js",
38976
+ "name": "foundationProgressRingStyles",
38977
+ "declaration": {
38978
+ "name": "foundationProgressRingStyles",
38979
+ "module": "src/progress-ring/progress-ring.styles.ts"
38980
+ }
38981
+ }
38982
+ ]
38983
+ },
38984
+ {
38985
+ "kind": "javascript-module",
38986
+ "path": "src/progress-ring/progress-ring.template.ts",
38987
+ "declarations": [
38988
+ {
38989
+ "kind": "function",
38990
+ "name": "foundationProgressRingTemplate",
38991
+ "return": {
38992
+ "type": {
38993
+ "text": "ViewTemplate<ProgressRing>"
38994
+ }
38995
+ },
38996
+ "parameters": [
38997
+ {
38998
+ "name": "context",
38999
+ "type": {
39000
+ "text": "ElementDefinitionContext"
39001
+ }
39002
+ },
39003
+ {
39004
+ "name": "definition",
39005
+ "type": {
39006
+ "text": "ProgressRingOptions"
39007
+ }
39008
+ }
39009
+ ]
39010
+ }
39011
+ ],
39012
+ "exports": [
39013
+ {
39014
+ "kind": "js",
39015
+ "name": "foundationProgressRingTemplate",
39016
+ "declaration": {
39017
+ "name": "foundationProgressRingTemplate",
39018
+ "module": "src/progress-ring/progress-ring.template.ts"
39019
+ }
39020
+ }
39021
+ ]
39022
+ },
39023
+ {
39024
+ "kind": "javascript-module",
39025
+ "path": "src/progress-ring/progress-ring.ts",
39026
+ "declarations": [
39027
+ {
39028
+ "kind": "class",
39029
+ "description": "",
39030
+ "name": "ProgressRing",
39031
+ "superclass": {
39032
+ "name": "FASTProgressRing",
39033
+ "package": "@microsoft/fast-components"
39034
+ },
39035
+ "tagName": "%%prefix%%-progress-ring",
39036
+ "customElement": true
39037
+ },
39038
+ {
39039
+ "kind": "variable",
39040
+ "name": "foundationProgressRingShadowOptions",
39041
+ "type": {
39042
+ "text": "ShadowRootInit"
39043
+ },
39044
+ "default": "undefined"
39045
+ },
39046
+ {
39047
+ "kind": "variable",
39048
+ "name": "defaultProgressRingConfig",
39049
+ "type": {
39050
+ "text": "object"
39051
+ },
39052
+ "default": "{\n indeterminateIndicator: `\n <svg class=\"progress\" part=\"progress\" viewBox=\"0 0 16 16\">\n <circle class=\"background\" part=\"background\" cx=\"8px\" cy=\"8px\" r=\"7px\"></circle>\n <circle class=\"indeterminate-indicator-1\" part=\"indeterminate-indicator-1\" cx=\"8px\" cy=\"8px\" r=\"7px\"></circle>\n </svg>\n `,\n}"
39053
+ },
39054
+ {
39055
+ "kind": "variable",
39056
+ "name": "foundationProgressRing",
39057
+ "description": "The Foundation Progress Ring",
39058
+ "privacy": "public"
39059
+ }
39060
+ ],
39061
+ "exports": [
39062
+ {
39063
+ "kind": "js",
39064
+ "name": "ProgressRing",
39065
+ "declaration": {
39066
+ "name": "ProgressRing",
39067
+ "module": "src/progress-ring/progress-ring.ts"
39068
+ }
39069
+ },
39070
+ {
39071
+ "kind": "js",
39072
+ "name": "foundationProgressRingShadowOptions",
39073
+ "declaration": {
39074
+ "name": "foundationProgressRingShadowOptions",
39075
+ "module": "src/progress-ring/progress-ring.ts"
39076
+ }
39077
+ },
39078
+ {
39079
+ "kind": "js",
39080
+ "name": "defaultProgressRingConfig",
39081
+ "declaration": {
39082
+ "name": "defaultProgressRingConfig",
39083
+ "module": "src/progress-ring/progress-ring.ts"
39084
+ }
39085
+ },
39086
+ {
39087
+ "kind": "js",
39088
+ "name": "foundationProgressRing",
39089
+ "declaration": {
39090
+ "name": "foundationProgressRing",
39091
+ "module": "src/progress-ring/progress-ring.ts"
39092
+ }
39093
+ }
39094
+ ]
39095
+ },
39096
+ {
39097
+ "kind": "javascript-module",
39098
+ "path": "src/scheduler/index.ts",
39099
+ "declarations": [],
39100
+ "exports": [
39101
+ {
39102
+ "kind": "js",
39103
+ "name": "*",
39104
+ "declaration": {
39105
+ "name": "*",
39106
+ "package": "./scheduler"
39107
+ }
39108
+ },
39109
+ {
39110
+ "kind": "js",
39111
+ "name": "*",
39112
+ "declaration": {
39113
+ "name": "*",
39114
+ "package": "./scheduler.styles"
39115
+ }
39116
+ },
39117
+ {
39118
+ "kind": "js",
39119
+ "name": "*",
39120
+ "declaration": {
39121
+ "name": "*",
39122
+ "package": "./scheduler.template"
39123
+ }
39124
+ }
39125
+ ]
39126
+ },
39127
+ {
39128
+ "kind": "javascript-module",
39129
+ "path": "src/scheduler/scheduler.styles.ts",
39130
+ "declarations": [
39131
+ {
39132
+ "kind": "variable",
39133
+ "name": "schedulerStyles",
39134
+ "type": {
39135
+ "text": "ElementStyles"
39136
+ },
39137
+ "default": "css`\n /* Host */\n :host {\n display: flex;\n flex-direction: column;\n width: 100%;\n }\n`"
39138
+ }
39139
+ ],
39140
+ "exports": [
39141
+ {
39142
+ "kind": "js",
39143
+ "name": "schedulerStyles",
39144
+ "declaration": {
39145
+ "name": "schedulerStyles",
39146
+ "module": "src/scheduler/scheduler.styles.ts"
39147
+ }
39148
+ }
39149
+ ]
39150
+ },
39151
+ {
39152
+ "kind": "javascript-module",
39153
+ "path": "src/scheduler/scheduler.template.ts",
39154
+ "declarations": [
39155
+ {
39156
+ "kind": "function",
39157
+ "name": "getPrefixedScheduler",
39158
+ "parameters": [
39159
+ {
39160
+ "name": "prefix",
39161
+ "type": {
39162
+ "text": "string"
39163
+ }
39164
+ }
39165
+ ]
39166
+ },
39167
+ {
39168
+ "kind": "variable",
39169
+ "name": "foundationSchedulerTemplate",
39170
+ "default": "html<Scheduler>`\n ${(x) => getPrefixedScheduler(getPrefix(x))}\n`"
39171
+ }
39172
+ ],
39173
+ "exports": [
39174
+ {
39175
+ "kind": "js",
39176
+ "name": "getPrefixedScheduler",
39177
+ "declaration": {
39178
+ "name": "getPrefixedScheduler",
39179
+ "module": "src/scheduler/scheduler.template.ts"
39180
+ }
39181
+ },
39182
+ {
39183
+ "kind": "js",
39184
+ "name": "foundationSchedulerTemplate",
39185
+ "declaration": {
39186
+ "name": "foundationSchedulerTemplate",
39187
+ "module": "src/scheduler/scheduler.template.ts"
39188
+ }
39189
+ }
39190
+ ]
39191
+ },
39192
+ {
39193
+ "kind": "javascript-module",
39194
+ "path": "src/scheduler/scheduler.ts",
39195
+ "declarations": [
39196
+ {
39197
+ "kind": "class",
39198
+ "description": "",
39199
+ "name": "Scheduler",
39200
+ "members": [
39201
+ {
39202
+ "kind": "field",
39203
+ "name": "minMinuteInterval",
39204
+ "type": {
39205
+ "text": "number"
39206
+ }
39207
+ },
39208
+ {
39209
+ "kind": "field",
39210
+ "name": "disableTooltips",
39211
+ "type": {
39212
+ "text": "boolean"
39213
+ },
39214
+ "default": "false"
39215
+ },
39216
+ {
39217
+ "kind": "field",
39218
+ "name": "timezone",
39219
+ "type": {
39220
+ "text": "string"
39221
+ },
39222
+ "default": "''"
39223
+ },
39224
+ {
39225
+ "kind": "field",
39226
+ "name": "cron",
39227
+ "type": {
39228
+ "text": "string"
39229
+ },
39230
+ "default": "''"
39231
+ },
39232
+ {
39233
+ "kind": "field",
39234
+ "name": "cronConfig",
39235
+ "type": {
39236
+ "text": "CronConfig"
39237
+ }
39238
+ },
39239
+ {
39240
+ "kind": "method",
39241
+ "name": "cronConfigChanged"
39242
+ },
39243
+ {
39244
+ "kind": "method",
39245
+ "name": "handleChange",
39246
+ "parameters": [
39247
+ {
39248
+ "name": "event",
39249
+ "type": {
39250
+ "text": "CustomEvent"
39251
+ }
39252
+ },
39253
+ {
39254
+ "name": "key",
39255
+ "type": {
39256
+ "text": "string"
39257
+ }
39258
+ }
39259
+ ]
39260
+ },
39261
+ {
39262
+ "kind": "field",
39263
+ "name": "_presentation",
39264
+ "type": {
39265
+ "text": "ComponentPresentation | null | undefined"
39266
+ },
39267
+ "privacy": "private",
39268
+ "default": "void 0",
39269
+ "inheritedFrom": {
39270
+ "name": "FoundationElement",
39271
+ "module": "src/foundation-element/foundation-element.ts"
39272
+ }
39273
+ },
39274
+ {
39275
+ "kind": "field",
39276
+ "name": "$presentation",
39277
+ "type": {
39278
+ "text": "ComponentPresentation | null"
39279
+ },
39280
+ "privacy": "public",
39281
+ "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
39282
+ "inheritedFrom": {
39283
+ "name": "FoundationElement",
39284
+ "module": "src/foundation-element/foundation-element.ts"
39285
+ }
39286
+ },
39287
+ {
39288
+ "kind": "field",
39289
+ "name": "template",
39290
+ "type": {
39291
+ "text": "ElementViewTemplate | void | null"
39292
+ },
39293
+ "privacy": "public",
39294
+ "description": "Sets the template of the element instance. When undefined,\nthe element will attempt to resolve the template from\nthe associated presentation or custom element definition.",
39295
+ "inheritedFrom": {
39296
+ "name": "FoundationElement",
39297
+ "module": "src/foundation-element/foundation-element.ts"
39298
+ }
39299
+ },
39300
+ {
39301
+ "kind": "method",
39302
+ "name": "templateChanged",
39303
+ "privacy": "protected",
39304
+ "return": {
39305
+ "type": {
39306
+ "text": "void"
39307
+ }
39308
+ },
39309
+ "inheritedFrom": {
39310
+ "name": "FoundationElement",
39311
+ "module": "src/foundation-element/foundation-element.ts"
39312
+ }
39313
+ },
39314
+ {
39315
+ "kind": "field",
39316
+ "name": "styles",
39317
+ "type": {
39318
+ "text": "ElementStyles | void | null"
39319
+ },
39320
+ "privacy": "public",
39321
+ "description": "Sets the default styles for the element instance. When undefined,\nthe element will attempt to resolve default styles from\nthe associated presentation or custom element definition.",
39322
+ "inheritedFrom": {
39323
+ "name": "FoundationElement",
39324
+ "module": "src/foundation-element/foundation-element.ts"
39325
+ }
39326
+ },
39327
+ {
39328
+ "kind": "method",
39329
+ "name": "stylesChanged",
39330
+ "privacy": "protected",
39331
+ "return": {
39332
+ "type": {
39333
+ "text": "void"
39334
+ }
39335
+ },
39336
+ "inheritedFrom": {
39337
+ "name": "FoundationElement",
39338
+ "module": "src/foundation-element/foundation-element.ts"
39339
+ }
39340
+ },
39341
+ {
39342
+ "kind": "method",
39343
+ "name": "compose",
39344
+ "privacy": "public",
39345
+ "static": true,
39346
+ "return": {
39347
+ "type": {
39348
+ "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
39349
+ }
39350
+ },
39351
+ "parameters": [
39352
+ {
39353
+ "name": "this",
39354
+ "type": {
39355
+ "text": "K"
39356
+ }
39357
+ },
39358
+ {
39359
+ "name": "elementDefinition",
39360
+ "type": {
39361
+ "text": "T"
39362
+ },
39363
+ "description": "The definition of the element to create the registry\nfunction for."
39364
+ }
39365
+ ],
39366
+ "description": "Defines an element registry function with a set of element definition defaults.",
39367
+ "inheritedFrom": {
39368
+ "name": "FoundationElement",
39369
+ "module": "src/foundation-element/foundation-element.ts"
39370
+ }
39371
+ }
39372
+ ],
39373
+ "events": [
39374
+ {
39375
+ "description": "Fired when timezone or cron expression changes",
39376
+ "name": "change"
39377
+ }
39378
+ ],
39379
+ "attributes": [
39380
+ {
39381
+ "name": "min-minute-interval",
39382
+ "type": {
39383
+ "text": "number"
39384
+ },
39385
+ "fieldName": "minMinuteInterval"
39386
+ },
39387
+ {
39388
+ "name": "disable-tooltips",
39389
+ "type": {
39390
+ "text": "boolean"
39391
+ },
39392
+ "default": "false",
39393
+ "fieldName": "disableTooltips"
39394
+ }
39395
+ ],
39396
+ "superclass": {
39397
+ "name": "FoundationElement",
39398
+ "package": "@microsoft/fast-foundation"
39399
+ },
39400
+ "tagName": "%%prefix%%-scheduler",
39401
+ "customElement": true
39402
+ },
39403
+ {
39404
+ "kind": "variable",
39405
+ "name": "foundationSchedulerShadowOptions",
39406
+ "type": {
39407
+ "text": "ShadowRootInit"
39408
+ },
39409
+ "default": "undefined"
39410
+ },
39411
+ {
39412
+ "kind": "variable",
39413
+ "name": "defaultConfig",
39414
+ "type": {
39415
+ "text": "object"
39416
+ },
39417
+ "default": "{}"
39418
+ },
39419
+ {
39420
+ "kind": "variable",
39421
+ "name": "foundationScheduler",
39422
+ "description": "The Foundation Scheduler Element.",
39423
+ "privacy": "public"
39424
+ }
39425
+ ],
39426
+ "exports": [
39427
+ {
39428
+ "kind": "js",
39429
+ "name": "Scheduler",
39430
+ "declaration": {
39431
+ "name": "Scheduler",
39432
+ "module": "src/scheduler/scheduler.ts"
39433
+ }
39434
+ },
39435
+ {
39436
+ "kind": "js",
39437
+ "name": "foundationSchedulerShadowOptions",
39438
+ "declaration": {
39439
+ "name": "foundationSchedulerShadowOptions",
39440
+ "module": "src/scheduler/scheduler.ts"
39441
+ }
39442
+ },
39443
+ {
39444
+ "kind": "js",
39445
+ "name": "defaultConfig",
39446
+ "declaration": {
39447
+ "name": "defaultConfig",
39448
+ "module": "src/scheduler/scheduler.ts"
39449
+ }
39450
+ },
39451
+ {
39452
+ "kind": "js",
39453
+ "name": "foundationScheduler",
39454
+ "declaration": {
39455
+ "name": "foundationScheduler",
39456
+ "module": "src/scheduler/scheduler.ts"
39457
+ }
39458
+ }
39459
+ ]
39460
+ },
39096
39461
  {
39097
39462
  "kind": "javascript-module",
39098
39463
  "path": "src/router/configuration.ts",
@@ -39943,371 +40308,6 @@
39943
40308
  }
39944
40309
  ]
39945
40310
  },
39946
- {
39947
- "kind": "javascript-module",
39948
- "path": "src/scheduler/index.ts",
39949
- "declarations": [],
39950
- "exports": [
39951
- {
39952
- "kind": "js",
39953
- "name": "*",
39954
- "declaration": {
39955
- "name": "*",
39956
- "package": "./scheduler"
39957
- }
39958
- },
39959
- {
39960
- "kind": "js",
39961
- "name": "*",
39962
- "declaration": {
39963
- "name": "*",
39964
- "package": "./scheduler.styles"
39965
- }
39966
- },
39967
- {
39968
- "kind": "js",
39969
- "name": "*",
39970
- "declaration": {
39971
- "name": "*",
39972
- "package": "./scheduler.template"
39973
- }
39974
- }
39975
- ]
39976
- },
39977
- {
39978
- "kind": "javascript-module",
39979
- "path": "src/scheduler/scheduler.styles.ts",
39980
- "declarations": [
39981
- {
39982
- "kind": "variable",
39983
- "name": "schedulerStyles",
39984
- "type": {
39985
- "text": "ElementStyles"
39986
- },
39987
- "default": "css`\n /* Host */\n :host {\n display: flex;\n flex-direction: column;\n width: 100%;\n }\n`"
39988
- }
39989
- ],
39990
- "exports": [
39991
- {
39992
- "kind": "js",
39993
- "name": "schedulerStyles",
39994
- "declaration": {
39995
- "name": "schedulerStyles",
39996
- "module": "src/scheduler/scheduler.styles.ts"
39997
- }
39998
- }
39999
- ]
40000
- },
40001
- {
40002
- "kind": "javascript-module",
40003
- "path": "src/scheduler/scheduler.template.ts",
40004
- "declarations": [
40005
- {
40006
- "kind": "function",
40007
- "name": "getPrefixedScheduler",
40008
- "parameters": [
40009
- {
40010
- "name": "prefix",
40011
- "type": {
40012
- "text": "string"
40013
- }
40014
- }
40015
- ]
40016
- },
40017
- {
40018
- "kind": "variable",
40019
- "name": "foundationSchedulerTemplate",
40020
- "default": "html<Scheduler>`\n ${(x) => getPrefixedScheduler(getPrefix(x))}\n`"
40021
- }
40022
- ],
40023
- "exports": [
40024
- {
40025
- "kind": "js",
40026
- "name": "getPrefixedScheduler",
40027
- "declaration": {
40028
- "name": "getPrefixedScheduler",
40029
- "module": "src/scheduler/scheduler.template.ts"
40030
- }
40031
- },
40032
- {
40033
- "kind": "js",
40034
- "name": "foundationSchedulerTemplate",
40035
- "declaration": {
40036
- "name": "foundationSchedulerTemplate",
40037
- "module": "src/scheduler/scheduler.template.ts"
40038
- }
40039
- }
40040
- ]
40041
- },
40042
- {
40043
- "kind": "javascript-module",
40044
- "path": "src/scheduler/scheduler.ts",
40045
- "declarations": [
40046
- {
40047
- "kind": "class",
40048
- "description": "",
40049
- "name": "Scheduler",
40050
- "members": [
40051
- {
40052
- "kind": "field",
40053
- "name": "minMinuteInterval",
40054
- "type": {
40055
- "text": "number"
40056
- }
40057
- },
40058
- {
40059
- "kind": "field",
40060
- "name": "disableTooltips",
40061
- "type": {
40062
- "text": "boolean"
40063
- },
40064
- "default": "false"
40065
- },
40066
- {
40067
- "kind": "field",
40068
- "name": "timezone",
40069
- "type": {
40070
- "text": "string"
40071
- },
40072
- "default": "''"
40073
- },
40074
- {
40075
- "kind": "field",
40076
- "name": "cron",
40077
- "type": {
40078
- "text": "string"
40079
- },
40080
- "default": "''"
40081
- },
40082
- {
40083
- "kind": "field",
40084
- "name": "cronConfig",
40085
- "type": {
40086
- "text": "CronConfig"
40087
- }
40088
- },
40089
- {
40090
- "kind": "method",
40091
- "name": "cronConfigChanged"
40092
- },
40093
- {
40094
- "kind": "method",
40095
- "name": "handleChange",
40096
- "parameters": [
40097
- {
40098
- "name": "event",
40099
- "type": {
40100
- "text": "CustomEvent"
40101
- }
40102
- },
40103
- {
40104
- "name": "key",
40105
- "type": {
40106
- "text": "string"
40107
- }
40108
- }
40109
- ]
40110
- },
40111
- {
40112
- "kind": "field",
40113
- "name": "_presentation",
40114
- "type": {
40115
- "text": "ComponentPresentation | null | undefined"
40116
- },
40117
- "privacy": "private",
40118
- "default": "void 0",
40119
- "inheritedFrom": {
40120
- "name": "FoundationElement",
40121
- "module": "src/foundation-element/foundation-element.ts"
40122
- }
40123
- },
40124
- {
40125
- "kind": "field",
40126
- "name": "$presentation",
40127
- "type": {
40128
- "text": "ComponentPresentation | null"
40129
- },
40130
- "privacy": "public",
40131
- "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
40132
- "inheritedFrom": {
40133
- "name": "FoundationElement",
40134
- "module": "src/foundation-element/foundation-element.ts"
40135
- }
40136
- },
40137
- {
40138
- "kind": "field",
40139
- "name": "template",
40140
- "type": {
40141
- "text": "ElementViewTemplate | void | null"
40142
- },
40143
- "privacy": "public",
40144
- "description": "Sets the template of the element instance. When undefined,\nthe element will attempt to resolve the template from\nthe associated presentation or custom element definition.",
40145
- "inheritedFrom": {
40146
- "name": "FoundationElement",
40147
- "module": "src/foundation-element/foundation-element.ts"
40148
- }
40149
- },
40150
- {
40151
- "kind": "method",
40152
- "name": "templateChanged",
40153
- "privacy": "protected",
40154
- "return": {
40155
- "type": {
40156
- "text": "void"
40157
- }
40158
- },
40159
- "inheritedFrom": {
40160
- "name": "FoundationElement",
40161
- "module": "src/foundation-element/foundation-element.ts"
40162
- }
40163
- },
40164
- {
40165
- "kind": "field",
40166
- "name": "styles",
40167
- "type": {
40168
- "text": "ElementStyles | void | null"
40169
- },
40170
- "privacy": "public",
40171
- "description": "Sets the default styles for the element instance. When undefined,\nthe element will attempt to resolve default styles from\nthe associated presentation or custom element definition.",
40172
- "inheritedFrom": {
40173
- "name": "FoundationElement",
40174
- "module": "src/foundation-element/foundation-element.ts"
40175
- }
40176
- },
40177
- {
40178
- "kind": "method",
40179
- "name": "stylesChanged",
40180
- "privacy": "protected",
40181
- "return": {
40182
- "type": {
40183
- "text": "void"
40184
- }
40185
- },
40186
- "inheritedFrom": {
40187
- "name": "FoundationElement",
40188
- "module": "src/foundation-element/foundation-element.ts"
40189
- }
40190
- },
40191
- {
40192
- "kind": "method",
40193
- "name": "compose",
40194
- "privacy": "public",
40195
- "static": true,
40196
- "return": {
40197
- "type": {
40198
- "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
40199
- }
40200
- },
40201
- "parameters": [
40202
- {
40203
- "name": "this",
40204
- "type": {
40205
- "text": "K"
40206
- }
40207
- },
40208
- {
40209
- "name": "elementDefinition",
40210
- "type": {
40211
- "text": "T"
40212
- },
40213
- "description": "The definition of the element to create the registry\nfunction for."
40214
- }
40215
- ],
40216
- "description": "Defines an element registry function with a set of element definition defaults.",
40217
- "inheritedFrom": {
40218
- "name": "FoundationElement",
40219
- "module": "src/foundation-element/foundation-element.ts"
40220
- }
40221
- }
40222
- ],
40223
- "events": [
40224
- {
40225
- "description": "Fired when timezone or cron expression changes",
40226
- "name": "change"
40227
- }
40228
- ],
40229
- "attributes": [
40230
- {
40231
- "name": "min-minute-interval",
40232
- "type": {
40233
- "text": "number"
40234
- },
40235
- "fieldName": "minMinuteInterval"
40236
- },
40237
- {
40238
- "name": "disable-tooltips",
40239
- "type": {
40240
- "text": "boolean"
40241
- },
40242
- "default": "false",
40243
- "fieldName": "disableTooltips"
40244
- }
40245
- ],
40246
- "superclass": {
40247
- "name": "FoundationElement",
40248
- "package": "@microsoft/fast-foundation"
40249
- },
40250
- "tagName": "%%prefix%%-scheduler",
40251
- "customElement": true
40252
- },
40253
- {
40254
- "kind": "variable",
40255
- "name": "foundationSchedulerShadowOptions",
40256
- "type": {
40257
- "text": "ShadowRootInit"
40258
- },
40259
- "default": "undefined"
40260
- },
40261
- {
40262
- "kind": "variable",
40263
- "name": "defaultConfig",
40264
- "type": {
40265
- "text": "object"
40266
- },
40267
- "default": "{}"
40268
- },
40269
- {
40270
- "kind": "variable",
40271
- "name": "foundationScheduler",
40272
- "description": "The Foundation Scheduler Element.",
40273
- "privacy": "public"
40274
- }
40275
- ],
40276
- "exports": [
40277
- {
40278
- "kind": "js",
40279
- "name": "Scheduler",
40280
- "declaration": {
40281
- "name": "Scheduler",
40282
- "module": "src/scheduler/scheduler.ts"
40283
- }
40284
- },
40285
- {
40286
- "kind": "js",
40287
- "name": "foundationSchedulerShadowOptions",
40288
- "declaration": {
40289
- "name": "foundationSchedulerShadowOptions",
40290
- "module": "src/scheduler/scheduler.ts"
40291
- }
40292
- },
40293
- {
40294
- "kind": "js",
40295
- "name": "defaultConfig",
40296
- "declaration": {
40297
- "name": "defaultConfig",
40298
- "module": "src/scheduler/scheduler.ts"
40299
- }
40300
- },
40301
- {
40302
- "kind": "js",
40303
- "name": "foundationScheduler",
40304
- "declaration": {
40305
- "name": "foundationScheduler",
40306
- "module": "src/scheduler/scheduler.ts"
40307
- }
40308
- }
40309
- ]
40310
- },
40311
40311
  {
40312
40312
  "kind": "javascript-module",
40313
40313
  "path": "src/scheduler-cron-builder/helpers.ts",
@@ -46886,479 +46886,6 @@
46886
46886
  }
46887
46887
  ]
46888
46888
  },
46889
- {
46890
- "kind": "javascript-module",
46891
- "path": "src/snackbar/index.ts",
46892
- "declarations": [],
46893
- "exports": [
46894
- {
46895
- "kind": "js",
46896
- "name": "*",
46897
- "declaration": {
46898
- "name": "*",
46899
- "package": "./snackbar.types"
46900
- }
46901
- },
46902
- {
46903
- "kind": "js",
46904
- "name": "*",
46905
- "declaration": {
46906
- "name": "*",
46907
- "package": "./snackbar.config"
46908
- }
46909
- },
46910
- {
46911
- "kind": "js",
46912
- "name": "*",
46913
- "declaration": {
46914
- "name": "*",
46915
- "package": "./snackbar.styles"
46916
- }
46917
- },
46918
- {
46919
- "kind": "js",
46920
- "name": "*",
46921
- "declaration": {
46922
- "name": "*",
46923
- "package": "./snackbar.template"
46924
- }
46925
- },
46926
- {
46927
- "kind": "js",
46928
- "name": "*",
46929
- "declaration": {
46930
- "name": "*",
46931
- "package": "./snackbar"
46932
- }
46933
- }
46934
- ]
46935
- },
46936
- {
46937
- "kind": "javascript-module",
46938
- "path": "src/snackbar/snackbar.styles.ts",
46939
- "declarations": [
46940
- {
46941
- "kind": "variable",
46942
- "name": "foundationSnackbarStyles",
46943
- "type": {
46944
- "text": "ElementStyles"
46945
- },
46946
- "default": "css`\n @keyframes append-from-left-animate {\n from {\n transform: translateX(100%);\n opacity: 0%;\n }\n\n to {\n transform: translateX(0%);\n opacity: 100%;\n }\n }\n\n @keyframes delete-from-left-animate {\n from {\n transform: translateX(0%);\n opacity: 100%;\n }\n\n to {\n transform: translateX(100%);\n opacity: 0%;\n }\n }\n\n @keyframes append-from-top-animate {\n from {\n transform: translateY(-100%);\n opacity: 0%;\n }\n\n to {\n transform: translateY(0%);\n opacity: 100%;\n }\n }\n\n @keyframes delete-from-top-animate {\n from {\n transform: translateY(0%);\n opacity: 100%;\n }\n\n to {\n transform: translateY(-100%);\n opacity: 0%;\n }\n }\n\n @keyframes delete-fade-animate {\n from {\n opacity: 100%;\n }\n\n to {\n opacity: 0%;\n }\n }\n\n :host {\n --snackbar-min-width: 356px;\n --snackbar-min-height: 55px;\n --snackbar-max-width: 496px;\n --snackbar-max-height: auto;\n --snackbar-animation-name: append-from-left-animate;\n --snackbar-animation-delete-name: delete-from-left-animate;\n }\n\n .snackbar {\n animation: var(--snackbar-animation-name) 0.3s linear;\n max-width: var(--snackbar-max-width);\n min-width: var(--snackbar-min-width);\n min-height: var(--snackbar-min-height);\n max-height: var(--snackbar-max-height);\n background-color: var(--fill-color);\n border-radius: calc(var(--control-corner-radius) * 1px);\n border-width: thin;\n border-color: var(--neutral-fill-rest);\n box-shadow: 0 2px 5px 0 rgb(0 0 0 / 35%);\n box-sizing: border-box;\n display: flex;\n position: relative;\n bottom: 5px;\n flex-direction: row;\n padding: 2px 16px;\n }\n\n .snackbar-delete {\n animation: var(--snackbar-animation-delete-name) 0.3s linear;\n opacity: 0%;\n }\n\n .snackbar::after {\n content: '';\n position: absolute;\n top: 50%;\n transform: translateY(-50%);\n left: 0;\n height: calc(100% - 2px);\n width: 2px;\n border-radius: 2px;\n }\n\n .content {\n display: flex;\n align-items: center;\n flex: 2;\n font-size: 12px;\n overflow: hidden;\n overflow-wrap: anywhere;\n white-space: pre-line;\n }\n\n .action {\n display: flex;\n flex-direction: row-reverse;\n align-items: center;\n gap: 10px;\n flex: 1;\n overflow: hidden;\n }\n`"
46947
- }
46948
- ],
46949
- "exports": [
46950
- {
46951
- "kind": "js",
46952
- "name": "foundationSnackbarStyles",
46953
- "declaration": {
46954
- "name": "foundationSnackbarStyles",
46955
- "module": "src/snackbar/snackbar.styles.ts"
46956
- }
46957
- }
46958
- ]
46959
- },
46960
- {
46961
- "kind": "javascript-module",
46962
- "path": "src/snackbar/snackbar.template.ts",
46963
- "declarations": [
46964
- {
46965
- "kind": "function",
46966
- "name": "getPrefixedSnackbar",
46967
- "parameters": [
46968
- {
46969
- "name": "prefix",
46970
- "type": {
46971
- "text": "string"
46972
- }
46973
- }
46974
- ]
46975
- },
46976
- {
46977
- "kind": "variable",
46978
- "name": "foundationSnackbarTemplate",
46979
- "default": "html<Snackbar>`\n ${(x) => getPrefixedSnackbar(getPrefix(x))}\n`"
46980
- }
46981
- ],
46982
- "exports": [
46983
- {
46984
- "kind": "js",
46985
- "name": "getPrefixedSnackbar",
46986
- "declaration": {
46987
- "name": "getPrefixedSnackbar",
46988
- "module": "src/snackbar/snackbar.template.ts"
46989
- }
46990
- },
46991
- {
46992
- "kind": "js",
46993
- "name": "foundationSnackbarTemplate",
46994
- "declaration": {
46995
- "name": "foundationSnackbarTemplate",
46996
- "module": "src/snackbar/snackbar.template.ts"
46997
- }
46998
- }
46999
- ]
47000
- },
47001
- {
47002
- "kind": "javascript-module",
47003
- "path": "src/snackbar/snackbar.ts",
47004
- "declarations": [
47005
- {
47006
- "kind": "variable",
47007
- "name": "foundationSnackbarShadowOptions",
47008
- "type": {
47009
- "text": "ShadowRootInit"
47010
- },
47011
- "default": "{\n mode: 'open',\n delegatesFocus: true,\n}"
47012
- },
47013
- {
47014
- "kind": "class",
47015
- "description": "",
47016
- "name": "Snackbar",
47017
- "members": [
47018
- {
47019
- "kind": "field",
47020
- "name": "snackbar",
47021
- "type": {
47022
- "text": "HTMLElement"
47023
- },
47024
- "privacy": "public"
47025
- },
47026
- {
47027
- "kind": "field",
47028
- "name": "error",
47029
- "type": {
47030
- "text": "ErrorStructure"
47031
- }
47032
- },
47033
- {
47034
- "kind": "field",
47035
- "name": "notification",
47036
- "type": {
47037
- "text": "NotificationStructure"
47038
- }
47039
- },
47040
- {
47041
- "kind": "field",
47042
- "name": "deleteAnimation",
47043
- "type": {
47044
- "text": "string"
47045
- },
47046
- "default": "''"
47047
- },
47048
- {
47049
- "kind": "field",
47050
- "name": "identifier",
47051
- "type": {
47052
- "text": "string"
47053
- }
47054
- },
47055
- {
47056
- "kind": "field",
47057
- "name": "closeTimeout",
47058
- "type": {
47059
- "text": "number"
47060
- },
47061
- "default": "SNACKBAR_CLOSE_TIMEOUT"
47062
- },
47063
- {
47064
- "kind": "field",
47065
- "name": "autoClose",
47066
- "type": {
47067
- "text": "boolean"
47068
- },
47069
- "default": "true"
47070
- },
47071
- {
47072
- "kind": "method",
47073
- "name": "autoCloseChanged"
47074
- },
47075
- {
47076
- "kind": "field",
47077
- "name": "type",
47078
- "type": {
47079
- "text": "SnackbarType"
47080
- },
47081
- "default": "SNACKBAR_TYPE_DEFAULT"
47082
- },
47083
- {
47084
- "kind": "field",
47085
- "name": "timeoutRef",
47086
- "type": {
47087
- "text": "ReturnType<typeof setTimeout>"
47088
- },
47089
- "privacy": "private"
47090
- },
47091
- {
47092
- "kind": "field",
47093
- "name": "dismissEventListener",
47094
- "privacy": "private"
47095
- },
47096
- {
47097
- "kind": "method",
47098
- "name": "errorChanged",
47099
- "parameters": [
47100
- {
47101
- "name": "oldValue",
47102
- "type": {
47103
- "text": "ErrorStructure"
47104
- }
47105
- },
47106
- {
47107
- "name": "newValue",
47108
- "type": {
47109
- "text": "ErrorStructure"
47110
- }
47111
- }
47112
- ]
47113
- },
47114
- {
47115
- "kind": "method",
47116
- "name": "notificationChanged",
47117
- "parameters": [
47118
- {
47119
- "name": "oldValue",
47120
- "type": {
47121
- "text": "NotificationStructure"
47122
- }
47123
- },
47124
- {
47125
- "name": "newValue",
47126
- "type": {
47127
- "text": "NotificationStructure"
47128
- }
47129
- }
47130
- ]
47131
- },
47132
- {
47133
- "kind": "method",
47134
- "name": "handleDissmis",
47135
- "privacy": "public",
47136
- "parameters": [
47137
- {
47138
- "name": "autoDissmis",
47139
- "default": "false",
47140
- "type": {
47141
- "text": "boolean"
47142
- }
47143
- }
47144
- ],
47145
- "description": "Helper for remove snackbar from display with animation"
47146
- },
47147
- {
47148
- "kind": "method",
47149
- "name": "dismiss",
47150
- "privacy": "public",
47151
- "description": "Remove the snackbar from display."
47152
- },
47153
- {
47154
- "kind": "field",
47155
- "name": "_presentation",
47156
- "type": {
47157
- "text": "ComponentPresentation | null | undefined"
47158
- },
47159
- "privacy": "private",
47160
- "default": "void 0",
47161
- "inheritedFrom": {
47162
- "name": "FoundationElement",
47163
- "module": "src/foundation-element/foundation-element.ts"
47164
- }
47165
- },
47166
- {
47167
- "kind": "field",
47168
- "name": "$presentation",
47169
- "type": {
47170
- "text": "ComponentPresentation | null"
47171
- },
47172
- "privacy": "public",
47173
- "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
47174
- "inheritedFrom": {
47175
- "name": "FoundationElement",
47176
- "module": "src/foundation-element/foundation-element.ts"
47177
- }
47178
- },
47179
- {
47180
- "kind": "field",
47181
- "name": "template",
47182
- "type": {
47183
- "text": "ElementViewTemplate | void | null"
47184
- },
47185
- "privacy": "public",
47186
- "description": "Sets the template of the element instance. When undefined,\nthe element will attempt to resolve the template from\nthe associated presentation or custom element definition.",
47187
- "inheritedFrom": {
47188
- "name": "FoundationElement",
47189
- "module": "src/foundation-element/foundation-element.ts"
47190
- }
47191
- },
47192
- {
47193
- "kind": "method",
47194
- "name": "templateChanged",
47195
- "privacy": "protected",
47196
- "return": {
47197
- "type": {
47198
- "text": "void"
47199
- }
47200
- },
47201
- "inheritedFrom": {
47202
- "name": "FoundationElement",
47203
- "module": "src/foundation-element/foundation-element.ts"
47204
- }
47205
- },
47206
- {
47207
- "kind": "field",
47208
- "name": "styles",
47209
- "type": {
47210
- "text": "ElementStyles | void | null"
47211
- },
47212
- "privacy": "public",
47213
- "description": "Sets the default styles for the element instance. When undefined,\nthe element will attempt to resolve default styles from\nthe associated presentation or custom element definition.",
47214
- "inheritedFrom": {
47215
- "name": "FoundationElement",
47216
- "module": "src/foundation-element/foundation-element.ts"
47217
- }
47218
- },
47219
- {
47220
- "kind": "method",
47221
- "name": "stylesChanged",
47222
- "privacy": "protected",
47223
- "return": {
47224
- "type": {
47225
- "text": "void"
47226
- }
47227
- },
47228
- "inheritedFrom": {
47229
- "name": "FoundationElement",
47230
- "module": "src/foundation-element/foundation-element.ts"
47231
- }
47232
- },
47233
- {
47234
- "kind": "method",
47235
- "name": "compose",
47236
- "privacy": "public",
47237
- "static": true,
47238
- "return": {
47239
- "type": {
47240
- "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
47241
- }
47242
- },
47243
- "parameters": [
47244
- {
47245
- "name": "this",
47246
- "type": {
47247
- "text": "K"
47248
- }
47249
- },
47250
- {
47251
- "name": "elementDefinition",
47252
- "type": {
47253
- "text": "T"
47254
- },
47255
- "description": "The definition of the element to create the registry\nfunction for."
47256
- }
47257
- ],
47258
- "description": "Defines an element registry function with a set of element definition defaults.",
47259
- "inheritedFrom": {
47260
- "name": "FoundationElement",
47261
- "module": "src/foundation-element/foundation-element.ts"
47262
- }
47263
- }
47264
- ],
47265
- "events": [
47266
- {
47267
- "type": {
47268
- "text": "CustomEvent"
47269
- }
47270
- },
47271
- {
47272
- "description": "Fired when the snackbar auto-closes after its animation; detail is the identifier",
47273
- "name": "autoDismiss"
47274
- }
47275
- ],
47276
- "attributes": [
47277
- {
47278
- "name": "identifier",
47279
- "type": {
47280
- "text": "string"
47281
- },
47282
- "fieldName": "identifier"
47283
- },
47284
- {
47285
- "name": "close-timeout",
47286
- "type": {
47287
- "text": "number"
47288
- },
47289
- "default": "SNACKBAR_CLOSE_TIMEOUT",
47290
- "resolveInitializer": {
47291
- "module": "/src/snackbar/snackbar.config"
47292
- },
47293
- "fieldName": "closeTimeout"
47294
- },
47295
- {
47296
- "name": "auto-close",
47297
- "type": {
47298
- "text": "boolean"
47299
- },
47300
- "default": "true",
47301
- "fieldName": "autoClose"
47302
- },
47303
- {
47304
- "name": "type",
47305
- "type": {
47306
- "text": "SnackbarType"
47307
- },
47308
- "default": "SNACKBAR_TYPE_DEFAULT",
47309
- "resolveInitializer": {
47310
- "module": "/src/snackbar/snackbar.config"
47311
- },
47312
- "fieldName": "type"
47313
- }
47314
- ],
47315
- "superclass": {
47316
- "name": "FoundationElement",
47317
- "package": "@microsoft/fast-foundation"
47318
- },
47319
- "tagName": "%%prefix%%-snackbar",
47320
- "customElement": true
47321
- },
47322
- {
47323
- "kind": "variable",
47324
- "name": "foundationSnackbar",
47325
- "description": "The Foundation Snackbar",
47326
- "privacy": "public"
47327
- }
47328
- ],
47329
- "exports": [
47330
- {
47331
- "kind": "js",
47332
- "name": "foundationSnackbarShadowOptions",
47333
- "declaration": {
47334
- "name": "foundationSnackbarShadowOptions",
47335
- "module": "src/snackbar/snackbar.ts"
47336
- }
47337
- },
47338
- {
47339
- "kind": "js",
47340
- "name": "Snackbar",
47341
- "declaration": {
47342
- "name": "Snackbar",
47343
- "module": "src/snackbar/snackbar.ts"
47344
- }
47345
- },
47346
- {
47347
- "kind": "js",
47348
- "name": "foundationSnackbar",
47349
- "declaration": {
47350
- "name": "foundationSnackbar",
47351
- "module": "src/snackbar/snackbar.ts"
47352
- }
47353
- }
47354
- ]
47355
- },
47356
- {
47357
- "kind": "javascript-module",
47358
- "path": "src/snackbar/snackbar.types.ts",
47359
- "declarations": [],
47360
- "exports": []
47361
- },
47362
46889
  {
47363
46890
  "kind": "javascript-module",
47364
46891
  "path": "src/stacking-icons/index.ts",
@@ -49001,6 +48528,479 @@
49001
48528
  }
49002
48529
  ]
49003
48530
  },
48531
+ {
48532
+ "kind": "javascript-module",
48533
+ "path": "src/snackbar/index.ts",
48534
+ "declarations": [],
48535
+ "exports": [
48536
+ {
48537
+ "kind": "js",
48538
+ "name": "*",
48539
+ "declaration": {
48540
+ "name": "*",
48541
+ "package": "./snackbar.types"
48542
+ }
48543
+ },
48544
+ {
48545
+ "kind": "js",
48546
+ "name": "*",
48547
+ "declaration": {
48548
+ "name": "*",
48549
+ "package": "./snackbar.config"
48550
+ }
48551
+ },
48552
+ {
48553
+ "kind": "js",
48554
+ "name": "*",
48555
+ "declaration": {
48556
+ "name": "*",
48557
+ "package": "./snackbar.styles"
48558
+ }
48559
+ },
48560
+ {
48561
+ "kind": "js",
48562
+ "name": "*",
48563
+ "declaration": {
48564
+ "name": "*",
48565
+ "package": "./snackbar.template"
48566
+ }
48567
+ },
48568
+ {
48569
+ "kind": "js",
48570
+ "name": "*",
48571
+ "declaration": {
48572
+ "name": "*",
48573
+ "package": "./snackbar"
48574
+ }
48575
+ }
48576
+ ]
48577
+ },
48578
+ {
48579
+ "kind": "javascript-module",
48580
+ "path": "src/snackbar/snackbar.styles.ts",
48581
+ "declarations": [
48582
+ {
48583
+ "kind": "variable",
48584
+ "name": "foundationSnackbarStyles",
48585
+ "type": {
48586
+ "text": "ElementStyles"
48587
+ },
48588
+ "default": "css`\n @keyframes append-from-left-animate {\n from {\n transform: translateX(100%);\n opacity: 0%;\n }\n\n to {\n transform: translateX(0%);\n opacity: 100%;\n }\n }\n\n @keyframes delete-from-left-animate {\n from {\n transform: translateX(0%);\n opacity: 100%;\n }\n\n to {\n transform: translateX(100%);\n opacity: 0%;\n }\n }\n\n @keyframes append-from-top-animate {\n from {\n transform: translateY(-100%);\n opacity: 0%;\n }\n\n to {\n transform: translateY(0%);\n opacity: 100%;\n }\n }\n\n @keyframes delete-from-top-animate {\n from {\n transform: translateY(0%);\n opacity: 100%;\n }\n\n to {\n transform: translateY(-100%);\n opacity: 0%;\n }\n }\n\n @keyframes delete-fade-animate {\n from {\n opacity: 100%;\n }\n\n to {\n opacity: 0%;\n }\n }\n\n :host {\n --snackbar-min-width: 356px;\n --snackbar-min-height: 55px;\n --snackbar-max-width: 496px;\n --snackbar-max-height: auto;\n --snackbar-animation-name: append-from-left-animate;\n --snackbar-animation-delete-name: delete-from-left-animate;\n }\n\n .snackbar {\n animation: var(--snackbar-animation-name) 0.3s linear;\n max-width: var(--snackbar-max-width);\n min-width: var(--snackbar-min-width);\n min-height: var(--snackbar-min-height);\n max-height: var(--snackbar-max-height);\n background-color: var(--fill-color);\n border-radius: calc(var(--control-corner-radius) * 1px);\n border-width: thin;\n border-color: var(--neutral-fill-rest);\n box-shadow: 0 2px 5px 0 rgb(0 0 0 / 35%);\n box-sizing: border-box;\n display: flex;\n position: relative;\n bottom: 5px;\n flex-direction: row;\n padding: 2px 16px;\n }\n\n .snackbar-delete {\n animation: var(--snackbar-animation-delete-name) 0.3s linear;\n opacity: 0%;\n }\n\n .snackbar::after {\n content: '';\n position: absolute;\n top: 50%;\n transform: translateY(-50%);\n left: 0;\n height: calc(100% - 2px);\n width: 2px;\n border-radius: 2px;\n }\n\n .content {\n display: flex;\n align-items: center;\n flex: 2;\n font-size: 12px;\n overflow: hidden;\n overflow-wrap: anywhere;\n white-space: pre-line;\n }\n\n .action {\n display: flex;\n flex-direction: row-reverse;\n align-items: center;\n gap: 10px;\n flex: 1;\n overflow: hidden;\n }\n`"
48589
+ }
48590
+ ],
48591
+ "exports": [
48592
+ {
48593
+ "kind": "js",
48594
+ "name": "foundationSnackbarStyles",
48595
+ "declaration": {
48596
+ "name": "foundationSnackbarStyles",
48597
+ "module": "src/snackbar/snackbar.styles.ts"
48598
+ }
48599
+ }
48600
+ ]
48601
+ },
48602
+ {
48603
+ "kind": "javascript-module",
48604
+ "path": "src/snackbar/snackbar.template.ts",
48605
+ "declarations": [
48606
+ {
48607
+ "kind": "function",
48608
+ "name": "getPrefixedSnackbar",
48609
+ "parameters": [
48610
+ {
48611
+ "name": "prefix",
48612
+ "type": {
48613
+ "text": "string"
48614
+ }
48615
+ }
48616
+ ]
48617
+ },
48618
+ {
48619
+ "kind": "variable",
48620
+ "name": "foundationSnackbarTemplate",
48621
+ "default": "html<Snackbar>`\n ${(x) => getPrefixedSnackbar(getPrefix(x))}\n`"
48622
+ }
48623
+ ],
48624
+ "exports": [
48625
+ {
48626
+ "kind": "js",
48627
+ "name": "getPrefixedSnackbar",
48628
+ "declaration": {
48629
+ "name": "getPrefixedSnackbar",
48630
+ "module": "src/snackbar/snackbar.template.ts"
48631
+ }
48632
+ },
48633
+ {
48634
+ "kind": "js",
48635
+ "name": "foundationSnackbarTemplate",
48636
+ "declaration": {
48637
+ "name": "foundationSnackbarTemplate",
48638
+ "module": "src/snackbar/snackbar.template.ts"
48639
+ }
48640
+ }
48641
+ ]
48642
+ },
48643
+ {
48644
+ "kind": "javascript-module",
48645
+ "path": "src/snackbar/snackbar.ts",
48646
+ "declarations": [
48647
+ {
48648
+ "kind": "variable",
48649
+ "name": "foundationSnackbarShadowOptions",
48650
+ "type": {
48651
+ "text": "ShadowRootInit"
48652
+ },
48653
+ "default": "{\n mode: 'open',\n delegatesFocus: true,\n}"
48654
+ },
48655
+ {
48656
+ "kind": "class",
48657
+ "description": "",
48658
+ "name": "Snackbar",
48659
+ "members": [
48660
+ {
48661
+ "kind": "field",
48662
+ "name": "snackbar",
48663
+ "type": {
48664
+ "text": "HTMLElement"
48665
+ },
48666
+ "privacy": "public"
48667
+ },
48668
+ {
48669
+ "kind": "field",
48670
+ "name": "error",
48671
+ "type": {
48672
+ "text": "ErrorStructure"
48673
+ }
48674
+ },
48675
+ {
48676
+ "kind": "field",
48677
+ "name": "notification",
48678
+ "type": {
48679
+ "text": "NotificationStructure"
48680
+ }
48681
+ },
48682
+ {
48683
+ "kind": "field",
48684
+ "name": "deleteAnimation",
48685
+ "type": {
48686
+ "text": "string"
48687
+ },
48688
+ "default": "''"
48689
+ },
48690
+ {
48691
+ "kind": "field",
48692
+ "name": "identifier",
48693
+ "type": {
48694
+ "text": "string"
48695
+ }
48696
+ },
48697
+ {
48698
+ "kind": "field",
48699
+ "name": "closeTimeout",
48700
+ "type": {
48701
+ "text": "number"
48702
+ },
48703
+ "default": "SNACKBAR_CLOSE_TIMEOUT"
48704
+ },
48705
+ {
48706
+ "kind": "field",
48707
+ "name": "autoClose",
48708
+ "type": {
48709
+ "text": "boolean"
48710
+ },
48711
+ "default": "true"
48712
+ },
48713
+ {
48714
+ "kind": "method",
48715
+ "name": "autoCloseChanged"
48716
+ },
48717
+ {
48718
+ "kind": "field",
48719
+ "name": "type",
48720
+ "type": {
48721
+ "text": "SnackbarType"
48722
+ },
48723
+ "default": "SNACKBAR_TYPE_DEFAULT"
48724
+ },
48725
+ {
48726
+ "kind": "field",
48727
+ "name": "timeoutRef",
48728
+ "type": {
48729
+ "text": "ReturnType<typeof setTimeout>"
48730
+ },
48731
+ "privacy": "private"
48732
+ },
48733
+ {
48734
+ "kind": "field",
48735
+ "name": "dismissEventListener",
48736
+ "privacy": "private"
48737
+ },
48738
+ {
48739
+ "kind": "method",
48740
+ "name": "errorChanged",
48741
+ "parameters": [
48742
+ {
48743
+ "name": "oldValue",
48744
+ "type": {
48745
+ "text": "ErrorStructure"
48746
+ }
48747
+ },
48748
+ {
48749
+ "name": "newValue",
48750
+ "type": {
48751
+ "text": "ErrorStructure"
48752
+ }
48753
+ }
48754
+ ]
48755
+ },
48756
+ {
48757
+ "kind": "method",
48758
+ "name": "notificationChanged",
48759
+ "parameters": [
48760
+ {
48761
+ "name": "oldValue",
48762
+ "type": {
48763
+ "text": "NotificationStructure"
48764
+ }
48765
+ },
48766
+ {
48767
+ "name": "newValue",
48768
+ "type": {
48769
+ "text": "NotificationStructure"
48770
+ }
48771
+ }
48772
+ ]
48773
+ },
48774
+ {
48775
+ "kind": "method",
48776
+ "name": "handleDissmis",
48777
+ "privacy": "public",
48778
+ "parameters": [
48779
+ {
48780
+ "name": "autoDissmis",
48781
+ "default": "false",
48782
+ "type": {
48783
+ "text": "boolean"
48784
+ }
48785
+ }
48786
+ ],
48787
+ "description": "Helper for remove snackbar from display with animation"
48788
+ },
48789
+ {
48790
+ "kind": "method",
48791
+ "name": "dismiss",
48792
+ "privacy": "public",
48793
+ "description": "Remove the snackbar from display."
48794
+ },
48795
+ {
48796
+ "kind": "field",
48797
+ "name": "_presentation",
48798
+ "type": {
48799
+ "text": "ComponentPresentation | null | undefined"
48800
+ },
48801
+ "privacy": "private",
48802
+ "default": "void 0",
48803
+ "inheritedFrom": {
48804
+ "name": "FoundationElement",
48805
+ "module": "src/foundation-element/foundation-element.ts"
48806
+ }
48807
+ },
48808
+ {
48809
+ "kind": "field",
48810
+ "name": "$presentation",
48811
+ "type": {
48812
+ "text": "ComponentPresentation | null"
48813
+ },
48814
+ "privacy": "public",
48815
+ "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
48816
+ "inheritedFrom": {
48817
+ "name": "FoundationElement",
48818
+ "module": "src/foundation-element/foundation-element.ts"
48819
+ }
48820
+ },
48821
+ {
48822
+ "kind": "field",
48823
+ "name": "template",
48824
+ "type": {
48825
+ "text": "ElementViewTemplate | void | null"
48826
+ },
48827
+ "privacy": "public",
48828
+ "description": "Sets the template of the element instance. When undefined,\nthe element will attempt to resolve the template from\nthe associated presentation or custom element definition.",
48829
+ "inheritedFrom": {
48830
+ "name": "FoundationElement",
48831
+ "module": "src/foundation-element/foundation-element.ts"
48832
+ }
48833
+ },
48834
+ {
48835
+ "kind": "method",
48836
+ "name": "templateChanged",
48837
+ "privacy": "protected",
48838
+ "return": {
48839
+ "type": {
48840
+ "text": "void"
48841
+ }
48842
+ },
48843
+ "inheritedFrom": {
48844
+ "name": "FoundationElement",
48845
+ "module": "src/foundation-element/foundation-element.ts"
48846
+ }
48847
+ },
48848
+ {
48849
+ "kind": "field",
48850
+ "name": "styles",
48851
+ "type": {
48852
+ "text": "ElementStyles | void | null"
48853
+ },
48854
+ "privacy": "public",
48855
+ "description": "Sets the default styles for the element instance. When undefined,\nthe element will attempt to resolve default styles from\nthe associated presentation or custom element definition.",
48856
+ "inheritedFrom": {
48857
+ "name": "FoundationElement",
48858
+ "module": "src/foundation-element/foundation-element.ts"
48859
+ }
48860
+ },
48861
+ {
48862
+ "kind": "method",
48863
+ "name": "stylesChanged",
48864
+ "privacy": "protected",
48865
+ "return": {
48866
+ "type": {
48867
+ "text": "void"
48868
+ }
48869
+ },
48870
+ "inheritedFrom": {
48871
+ "name": "FoundationElement",
48872
+ "module": "src/foundation-element/foundation-element.ts"
48873
+ }
48874
+ },
48875
+ {
48876
+ "kind": "method",
48877
+ "name": "compose",
48878
+ "privacy": "public",
48879
+ "static": true,
48880
+ "return": {
48881
+ "type": {
48882
+ "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
48883
+ }
48884
+ },
48885
+ "parameters": [
48886
+ {
48887
+ "name": "this",
48888
+ "type": {
48889
+ "text": "K"
48890
+ }
48891
+ },
48892
+ {
48893
+ "name": "elementDefinition",
48894
+ "type": {
48895
+ "text": "T"
48896
+ },
48897
+ "description": "The definition of the element to create the registry\nfunction for."
48898
+ }
48899
+ ],
48900
+ "description": "Defines an element registry function with a set of element definition defaults.",
48901
+ "inheritedFrom": {
48902
+ "name": "FoundationElement",
48903
+ "module": "src/foundation-element/foundation-element.ts"
48904
+ }
48905
+ }
48906
+ ],
48907
+ "events": [
48908
+ {
48909
+ "type": {
48910
+ "text": "CustomEvent"
48911
+ }
48912
+ },
48913
+ {
48914
+ "description": "Fired when the snackbar auto-closes after its animation; detail is the identifier",
48915
+ "name": "autoDismiss"
48916
+ }
48917
+ ],
48918
+ "attributes": [
48919
+ {
48920
+ "name": "identifier",
48921
+ "type": {
48922
+ "text": "string"
48923
+ },
48924
+ "fieldName": "identifier"
48925
+ },
48926
+ {
48927
+ "name": "close-timeout",
48928
+ "type": {
48929
+ "text": "number"
48930
+ },
48931
+ "default": "SNACKBAR_CLOSE_TIMEOUT",
48932
+ "resolveInitializer": {
48933
+ "module": "/src/snackbar/snackbar.config"
48934
+ },
48935
+ "fieldName": "closeTimeout"
48936
+ },
48937
+ {
48938
+ "name": "auto-close",
48939
+ "type": {
48940
+ "text": "boolean"
48941
+ },
48942
+ "default": "true",
48943
+ "fieldName": "autoClose"
48944
+ },
48945
+ {
48946
+ "name": "type",
48947
+ "type": {
48948
+ "text": "SnackbarType"
48949
+ },
48950
+ "default": "SNACKBAR_TYPE_DEFAULT",
48951
+ "resolveInitializer": {
48952
+ "module": "/src/snackbar/snackbar.config"
48953
+ },
48954
+ "fieldName": "type"
48955
+ }
48956
+ ],
48957
+ "superclass": {
48958
+ "name": "FoundationElement",
48959
+ "package": "@microsoft/fast-foundation"
48960
+ },
48961
+ "tagName": "%%prefix%%-snackbar",
48962
+ "customElement": true
48963
+ },
48964
+ {
48965
+ "kind": "variable",
48966
+ "name": "foundationSnackbar",
48967
+ "description": "The Foundation Snackbar",
48968
+ "privacy": "public"
48969
+ }
48970
+ ],
48971
+ "exports": [
48972
+ {
48973
+ "kind": "js",
48974
+ "name": "foundationSnackbarShadowOptions",
48975
+ "declaration": {
48976
+ "name": "foundationSnackbarShadowOptions",
48977
+ "module": "src/snackbar/snackbar.ts"
48978
+ }
48979
+ },
48980
+ {
48981
+ "kind": "js",
48982
+ "name": "Snackbar",
48983
+ "declaration": {
48984
+ "name": "Snackbar",
48985
+ "module": "src/snackbar/snackbar.ts"
48986
+ }
48987
+ },
48988
+ {
48989
+ "kind": "js",
48990
+ "name": "foundationSnackbar",
48991
+ "declaration": {
48992
+ "name": "foundationSnackbar",
48993
+ "module": "src/snackbar/snackbar.ts"
48994
+ }
48995
+ }
48996
+ ]
48997
+ },
48998
+ {
48999
+ "kind": "javascript-module",
49000
+ "path": "src/snackbar/snackbar.types.ts",
49001
+ "declarations": [],
49002
+ "exports": []
49003
+ },
49004
49004
  {
49005
49005
  "kind": "javascript-module",
49006
49006
  "path": "src/stepper-tab/index.ts",
@@ -57105,6 +57105,197 @@
57105
57105
  }
57106
57106
  ]
57107
57107
  },
57108
+ {
57109
+ "kind": "javascript-module",
57110
+ "path": "src/ai-criteria-search/validation/criteria-ir.ts",
57111
+ "declarations": [],
57112
+ "exports": []
57113
+ },
57114
+ {
57115
+ "kind": "javascript-module",
57116
+ "path": "src/ai-criteria-search/validation/operator-map.ts",
57117
+ "declarations": [
57118
+ {
57119
+ "kind": "function",
57120
+ "name": "groupsToCriteria",
57121
+ "return": {
57122
+ "type": {
57123
+ "text": "string"
57124
+ }
57125
+ },
57126
+ "parameters": [
57127
+ {
57128
+ "name": "groups",
57129
+ "type": {
57130
+ "text": "CriteriaGroup[]"
57131
+ }
57132
+ }
57133
+ ],
57134
+ "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."
57135
+ },
57136
+ {
57137
+ "kind": "variable",
57138
+ "name": "STRING_OPERATORS",
57139
+ "type": {
57140
+ "text": "CriteriaOperator[]"
57141
+ },
57142
+ "default": "[\n 'contains',\n 'equals',\n 'startsWith',\n 'endsWith',\n 'notEqual',\n]"
57143
+ },
57144
+ {
57145
+ "kind": "variable",
57146
+ "name": "NUMERIC_OPERATORS",
57147
+ "type": {
57148
+ "text": "CriteriaOperator[]"
57149
+ },
57150
+ "default": "[\n 'equals',\n 'greaterThan',\n 'lessThan',\n 'greaterThanOrEqual',\n 'lessThanOrEqual',\n 'notEqual',\n]"
57151
+ },
57152
+ {
57153
+ "kind": "variable",
57154
+ "name": "DATE_OPERATORS",
57155
+ "type": {
57156
+ "text": "CriteriaOperator[]"
57157
+ },
57158
+ "default": "[\n 'dateIsToday',\n 'dateIsAfter',\n 'dateIsBefore',\n 'dateIsEqual',\n 'dateIsGreaterEqual',\n 'dateIsLessEqual',\n]"
57159
+ },
57160
+ {
57161
+ "kind": "variable",
57162
+ "name": "DATETIME_OPERATORS",
57163
+ "type": {
57164
+ "text": "CriteriaOperator[]"
57165
+ },
57166
+ "default": "[\n 'dateTimeIsAfter',\n 'dateTimeIsBefore',\n 'dateTimeIsGreaterEqual',\n 'dateTimeIsLessEqual',\n]"
57167
+ },
57168
+ {
57169
+ "kind": "variable",
57170
+ "name": "OPERATOR_DISPLAY_LABEL",
57171
+ "type": {
57172
+ "text": "Record<CriteriaOperator, string>"
57173
+ },
57174
+ "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}"
57175
+ }
57176
+ ],
57177
+ "exports": [
57178
+ {
57179
+ "kind": "js",
57180
+ "name": "groupsToCriteria",
57181
+ "declaration": {
57182
+ "name": "groupsToCriteria",
57183
+ "module": "src/ai-criteria-search/validation/operator-map.ts"
57184
+ }
57185
+ },
57186
+ {
57187
+ "kind": "js",
57188
+ "name": "STRING_OPERATORS",
57189
+ "declaration": {
57190
+ "name": "STRING_OPERATORS",
57191
+ "module": "src/ai-criteria-search/validation/operator-map.ts"
57192
+ }
57193
+ },
57194
+ {
57195
+ "kind": "js",
57196
+ "name": "NUMERIC_OPERATORS",
57197
+ "declaration": {
57198
+ "name": "NUMERIC_OPERATORS",
57199
+ "module": "src/ai-criteria-search/validation/operator-map.ts"
57200
+ }
57201
+ },
57202
+ {
57203
+ "kind": "js",
57204
+ "name": "DATE_OPERATORS",
57205
+ "declaration": {
57206
+ "name": "DATE_OPERATORS",
57207
+ "module": "src/ai-criteria-search/validation/operator-map.ts"
57208
+ }
57209
+ },
57210
+ {
57211
+ "kind": "js",
57212
+ "name": "DATETIME_OPERATORS",
57213
+ "declaration": {
57214
+ "name": "DATETIME_OPERATORS",
57215
+ "module": "src/ai-criteria-search/validation/operator-map.ts"
57216
+ }
57217
+ },
57218
+ {
57219
+ "kind": "js",
57220
+ "name": "OPERATOR_DISPLAY_LABEL",
57221
+ "declaration": {
57222
+ "name": "OPERATOR_DISPLAY_LABEL",
57223
+ "module": "src/ai-criteria-search/validation/operator-map.ts"
57224
+ }
57225
+ }
57226
+ ]
57227
+ },
57228
+ {
57229
+ "kind": "javascript-module",
57230
+ "path": "src/ai-criteria-search/validation/schema-validator.ts",
57231
+ "declarations": [
57232
+ {
57233
+ "kind": "function",
57234
+ "name": "validateClauses",
57235
+ "return": {
57236
+ "type": {
57237
+ "text": "ValidationResult"
57238
+ }
57239
+ },
57240
+ "parameters": [
57241
+ {
57242
+ "name": "clauses",
57243
+ "type": {
57244
+ "text": "CriteriaClause[]"
57245
+ }
57246
+ },
57247
+ {
57248
+ "name": "fieldMetadata",
57249
+ "type": {
57250
+ "text": "MetadataDetail[] | string[]"
57251
+ }
57252
+ }
57253
+ ]
57254
+ },
57255
+ {
57256
+ "kind": "function",
57257
+ "name": "validateGroups",
57258
+ "return": {
57259
+ "type": {
57260
+ "text": "GroupsValidationResult"
57261
+ }
57262
+ },
57263
+ "parameters": [
57264
+ {
57265
+ "name": "groups",
57266
+ "type": {
57267
+ "text": "CriteriaGroup[]"
57268
+ }
57269
+ },
57270
+ {
57271
+ "name": "fieldMetadata",
57272
+ "type": {
57273
+ "text": "MetadataDetail[] | string[]"
57274
+ }
57275
+ }
57276
+ ],
57277
+ "description": "Validates groups of criteria clauses. Each group's clauses are validated\nusing the same per-clause logic as validateClauses."
57278
+ }
57279
+ ],
57280
+ "exports": [
57281
+ {
57282
+ "kind": "js",
57283
+ "name": "validateClauses",
57284
+ "declaration": {
57285
+ "name": "validateClauses",
57286
+ "module": "src/ai-criteria-search/validation/schema-validator.ts"
57287
+ }
57288
+ },
57289
+ {
57290
+ "kind": "js",
57291
+ "name": "validateGroups",
57292
+ "declaration": {
57293
+ "name": "validateGroups",
57294
+ "module": "src/ai-criteria-search/validation/schema-validator.ts"
57295
+ }
57296
+ }
57297
+ ]
57298
+ },
57108
57299
  {
57109
57300
  "kind": "javascript-module",
57110
57301
  "path": "src/_config/styles/colors.ts",
@@ -58479,191 +58670,49 @@
58479
58670
  },
58480
58671
  {
58481
58672
  "kind": "javascript-module",
58482
- "path": "src/ai-criteria-search/validation/criteria-ir.ts",
58483
- "declarations": [],
58484
- "exports": []
58485
- },
58486
- {
58487
- "kind": "javascript-module",
58488
- "path": "src/ai-criteria-search/validation/operator-map.ts",
58673
+ "path": "src/flex-layout/responsiveness/flex-layout-rwd.styles.ts",
58489
58674
  "declarations": [
58490
58675
  {
58491
58676
  "kind": "function",
58492
- "name": "groupsToCriteria",
58677
+ "name": "flexLayoutRWDStyles",
58493
58678
  "return": {
58494
58679
  "type": {
58495
- "text": "string"
58680
+ "text": "ElementStyles"
58496
58681
  }
58497
58682
  },
58498
58683
  "parameters": [
58499
58684
  {
58500
- "name": "groups",
58685
+ "name": "breakPoint",
58686
+ "optional": true,
58501
58687
  "type": {
58502
- "text": "CriteriaGroup[]"
58688
+ "text": "FlexBreakPointType"
58503
58689
  }
58504
58690
  }
58505
- ],
58506
- "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."
58507
- },
58508
- {
58509
- "kind": "variable",
58510
- "name": "STRING_OPERATORS",
58511
- "type": {
58512
- "text": "CriteriaOperator[]"
58513
- },
58514
- "default": "[\n 'contains',\n 'equals',\n 'startsWith',\n 'endsWith',\n 'notEqual',\n]"
58515
- },
58516
- {
58517
- "kind": "variable",
58518
- "name": "NUMERIC_OPERATORS",
58519
- "type": {
58520
- "text": "CriteriaOperator[]"
58521
- },
58522
- "default": "[\n 'equals',\n 'greaterThan',\n 'lessThan',\n 'greaterThanOrEqual',\n 'lessThanOrEqual',\n 'notEqual',\n]"
58523
- },
58524
- {
58525
- "kind": "variable",
58526
- "name": "DATE_OPERATORS",
58527
- "type": {
58528
- "text": "CriteriaOperator[]"
58529
- },
58530
- "default": "[\n 'dateIsToday',\n 'dateIsAfter',\n 'dateIsBefore',\n 'dateIsEqual',\n 'dateIsGreaterEqual',\n 'dateIsLessEqual',\n]"
58531
- },
58532
- {
58533
- "kind": "variable",
58534
- "name": "DATETIME_OPERATORS",
58535
- "type": {
58536
- "text": "CriteriaOperator[]"
58537
- },
58538
- "default": "[\n 'dateTimeIsAfter',\n 'dateTimeIsBefore',\n 'dateTimeIsGreaterEqual',\n 'dateTimeIsLessEqual',\n]"
58539
- },
58540
- {
58541
- "kind": "variable",
58542
- "name": "OPERATOR_DISPLAY_LABEL",
58543
- "type": {
58544
- "text": "Record<CriteriaOperator, string>"
58545
- },
58546
- "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}"
58691
+ ]
58547
58692
  }
58548
58693
  ],
58549
58694
  "exports": [
58550
58695
  {
58551
58696
  "kind": "js",
58552
- "name": "groupsToCriteria",
58553
- "declaration": {
58554
- "name": "groupsToCriteria",
58555
- "module": "src/ai-criteria-search/validation/operator-map.ts"
58556
- }
58557
- },
58558
- {
58559
- "kind": "js",
58560
- "name": "STRING_OPERATORS",
58561
- "declaration": {
58562
- "name": "STRING_OPERATORS",
58563
- "module": "src/ai-criteria-search/validation/operator-map.ts"
58564
- }
58565
- },
58566
- {
58567
- "kind": "js",
58568
- "name": "NUMERIC_OPERATORS",
58569
- "declaration": {
58570
- "name": "NUMERIC_OPERATORS",
58571
- "module": "src/ai-criteria-search/validation/operator-map.ts"
58572
- }
58573
- },
58574
- {
58575
- "kind": "js",
58576
- "name": "DATE_OPERATORS",
58577
- "declaration": {
58578
- "name": "DATE_OPERATORS",
58579
- "module": "src/ai-criteria-search/validation/operator-map.ts"
58580
- }
58581
- },
58582
- {
58583
- "kind": "js",
58584
- "name": "DATETIME_OPERATORS",
58585
- "declaration": {
58586
- "name": "DATETIME_OPERATORS",
58587
- "module": "src/ai-criteria-search/validation/operator-map.ts"
58588
- }
58589
- },
58590
- {
58591
- "kind": "js",
58592
- "name": "OPERATOR_DISPLAY_LABEL",
58697
+ "name": "flexLayoutRWDStyles",
58593
58698
  "declaration": {
58594
- "name": "OPERATOR_DISPLAY_LABEL",
58595
- "module": "src/ai-criteria-search/validation/operator-map.ts"
58699
+ "name": "flexLayoutRWDStyles",
58700
+ "module": "src/flex-layout/responsiveness/flex-layout-rwd.styles.ts"
58596
58701
  }
58597
58702
  }
58598
58703
  ]
58599
58704
  },
58600
58705
  {
58601
58706
  "kind": "javascript-module",
58602
- "path": "src/ai-criteria-search/validation/schema-validator.ts",
58603
- "declarations": [
58604
- {
58605
- "kind": "function",
58606
- "name": "validateClauses",
58607
- "return": {
58608
- "type": {
58609
- "text": "ValidationResult"
58610
- }
58611
- },
58612
- "parameters": [
58613
- {
58614
- "name": "clauses",
58615
- "type": {
58616
- "text": "CriteriaClause[]"
58617
- }
58618
- },
58619
- {
58620
- "name": "fieldMetadata",
58621
- "type": {
58622
- "text": "MetadataDetail[] | string[]"
58623
- }
58624
- }
58625
- ]
58626
- },
58627
- {
58628
- "kind": "function",
58629
- "name": "validateGroups",
58630
- "return": {
58631
- "type": {
58632
- "text": "GroupsValidationResult"
58633
- }
58634
- },
58635
- "parameters": [
58636
- {
58637
- "name": "groups",
58638
- "type": {
58639
- "text": "CriteriaGroup[]"
58640
- }
58641
- },
58642
- {
58643
- "name": "fieldMetadata",
58644
- "type": {
58645
- "text": "MetadataDetail[] | string[]"
58646
- }
58647
- }
58648
- ],
58649
- "description": "Validates groups of criteria clauses. Each group's clauses are validated\nusing the same per-clause logic as validateClauses."
58650
- }
58651
- ],
58707
+ "path": "src/flex-layout/responsiveness/index.ts",
58708
+ "declarations": [],
58652
58709
  "exports": [
58653
58710
  {
58654
58711
  "kind": "js",
58655
- "name": "validateClauses",
58656
- "declaration": {
58657
- "name": "validateClauses",
58658
- "module": "src/ai-criteria-search/validation/schema-validator.ts"
58659
- }
58660
- },
58661
- {
58662
- "kind": "js",
58663
- "name": "validateGroups",
58712
+ "name": "*",
58664
58713
  "declaration": {
58665
- "name": "validateGroups",
58666
- "module": "src/ai-criteria-search/validation/schema-validator.ts"
58714
+ "name": "*",
58715
+ "package": "./flex-layout-rwd.styles"
58667
58716
  }
58668
58717
  }
58669
58718
  ]
@@ -58824,55 +58873,6 @@
58824
58873
  }
58825
58874
  ]
58826
58875
  },
58827
- {
58828
- "kind": "javascript-module",
58829
- "path": "src/flex-layout/responsiveness/flex-layout-rwd.styles.ts",
58830
- "declarations": [
58831
- {
58832
- "kind": "function",
58833
- "name": "flexLayoutRWDStyles",
58834
- "return": {
58835
- "type": {
58836
- "text": "ElementStyles"
58837
- }
58838
- },
58839
- "parameters": [
58840
- {
58841
- "name": "breakPoint",
58842
- "optional": true,
58843
- "type": {
58844
- "text": "FlexBreakPointType"
58845
- }
58846
- }
58847
- ]
58848
- }
58849
- ],
58850
- "exports": [
58851
- {
58852
- "kind": "js",
58853
- "name": "flexLayoutRWDStyles",
58854
- "declaration": {
58855
- "name": "flexLayoutRWDStyles",
58856
- "module": "src/flex-layout/responsiveness/flex-layout-rwd.styles.ts"
58857
- }
58858
- }
58859
- ]
58860
- },
58861
- {
58862
- "kind": "javascript-module",
58863
- "path": "src/flex-layout/responsiveness/index.ts",
58864
- "declarations": [],
58865
- "exports": [
58866
- {
58867
- "kind": "js",
58868
- "name": "*",
58869
- "declaration": {
58870
- "name": "*",
58871
- "package": "./flex-layout-rwd.styles"
58872
- }
58873
- }
58874
- ]
58875
- },
58876
58876
  {
58877
58877
  "kind": "javascript-module",
58878
58878
  "path": "src/grid-layout/responsiveness/grid-layout-rwd.styles.ts",