@genesislcap/foundation-ui 14.251.4 → 14.252.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.
Files changed (2) hide show
  1. package/dist/custom-elements.json +817 -817
  2. package/package.json +18 -18
@@ -1062,37 +1062,6 @@
1062
1062
  }
1063
1063
  ]
1064
1064
  },
1065
- {
1066
- "kind": "javascript-module",
1067
- "path": "src/_config/index.ts",
1068
- "declarations": [],
1069
- "exports": [
1070
- {
1071
- "kind": "js",
1072
- "name": "*",
1073
- "declaration": {
1074
- "name": "*",
1075
- "package": "./styles"
1076
- }
1077
- },
1078
- {
1079
- "kind": "js",
1080
- "name": "*",
1081
- "declaration": {
1082
- "name": "*",
1083
- "package": "./tokens"
1084
- }
1085
- },
1086
- {
1087
- "kind": "js",
1088
- "name": "*",
1089
- "declaration": {
1090
- "name": "*",
1091
- "package": "./values"
1092
- }
1093
- }
1094
- ]
1095
- },
1096
1065
  {
1097
1066
  "kind": "javascript-module",
1098
1067
  "path": "src/accordion-item/accordion-item.styles.ts",
@@ -1487,6 +1456,37 @@
1487
1456
  }
1488
1457
  ]
1489
1458
  },
1459
+ {
1460
+ "kind": "javascript-module",
1461
+ "path": "src/_config/index.ts",
1462
+ "declarations": [],
1463
+ "exports": [
1464
+ {
1465
+ "kind": "js",
1466
+ "name": "*",
1467
+ "declaration": {
1468
+ "name": "*",
1469
+ "package": "./styles"
1470
+ }
1471
+ },
1472
+ {
1473
+ "kind": "js",
1474
+ "name": "*",
1475
+ "declaration": {
1476
+ "name": "*",
1477
+ "package": "./tokens"
1478
+ }
1479
+ },
1480
+ {
1481
+ "kind": "js",
1482
+ "name": "*",
1483
+ "declaration": {
1484
+ "name": "*",
1485
+ "package": "./values"
1486
+ }
1487
+ }
1488
+ ]
1489
+ },
1490
1490
  {
1491
1491
  "kind": "javascript-module",
1492
1492
  "path": "src/actions-menu/actions-menu.styles.ts",
@@ -4948,125 +4948,185 @@
4948
4948
  },
4949
4949
  {
4950
4950
  "kind": "javascript-module",
4951
- "path": "src/banner/banner.styles.ts",
4951
+ "path": "src/breadcrumb/breadcrumb.styles.ts",
4952
4952
  "declarations": [
4953
4953
  {
4954
- "kind": "variable",
4955
- "name": "foundationBannerStyles",
4956
- "type": {
4957
- "text": "ElementStyles"
4954
+ "kind": "function",
4955
+ "name": "foundationBreadcrumbStyles",
4956
+ "return": {
4957
+ "type": {
4958
+ "text": "ElementStyles"
4959
+ }
4958
4960
  },
4959
- "default": "css`\n @keyframes delete-animate {\n from {\n height: 100px;\n opacity: 100%;\n }\n\n to {\n height: 0;\n opacity: 0%;\n }\n }\n\n @keyframes append-animate {\n from {\n height: 0;\n opacity: 0%;\n }\n\n to {\n height: var(--banner-height);\n opacity: 100%;\n }\n }\n\n :host {\n --banner-width: 100%;\n --banner-height: 65px;\n --flow: row;\n }\n\n @media screen and (max-width: 640px) {\n :host {\n --flow: column;\n --banner-height: 100px;\n }\n }\n\n .banner {\n animation: append-animate 0.3s linear;\n width: var(--banner-width);\n height: var(--banner-height);\n background-color: var(--fill-color);\n display: flex;\n flex-direction: var(--flow);\n padding: 5px 8px;\n box-sizing: border-box;\n overflow: hidden;\n }\n\n .banner-delete {\n animation: delete-animate 0.3s linear;\n opacity: 0%;\n }\n\n .content {\n display: flex;\n align-items: center;\n flex: 2;\n font-size: 12px;\n overflow: hidden;\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`"
4961
+ "parameters": [
4962
+ {
4963
+ "name": "context",
4964
+ "type": {
4965
+ "text": "ElementDefinitionContext"
4966
+ }
4967
+ },
4968
+ {
4969
+ "name": "definition",
4970
+ "type": {
4971
+ "text": "FoundationElementDefinition"
4972
+ }
4973
+ }
4974
+ ]
4960
4975
  }
4961
4976
  ],
4962
4977
  "exports": [
4963
4978
  {
4964
4979
  "kind": "js",
4965
- "name": "foundationBannerStyles",
4980
+ "name": "foundationBreadcrumbStyles",
4966
4981
  "declaration": {
4967
- "name": "foundationBannerStyles",
4968
- "module": "src/banner/banner.styles.ts"
4982
+ "name": "foundationBreadcrumbStyles",
4983
+ "module": "src/breadcrumb/breadcrumb.styles.ts"
4969
4984
  }
4970
4985
  }
4971
4986
  ]
4972
4987
  },
4973
4988
  {
4974
4989
  "kind": "javascript-module",
4975
- "path": "src/banner/banner.template.ts",
4990
+ "path": "src/breadcrumb/breadcrumb.template.ts",
4976
4991
  "declarations": [
4977
4992
  {
4978
4993
  "kind": "function",
4979
- "name": "getBannerTemplate",
4994
+ "name": "foundationBreadcrumbTemplate",
4995
+ "return": {
4996
+ "type": {
4997
+ "text": "ViewTemplate<Breadcrumb>"
4998
+ }
4999
+ },
4980
5000
  "parameters": [
4981
5001
  {
4982
- "name": "prefix",
5002
+ "name": "context",
4983
5003
  "type": {
4984
- "text": "string"
5004
+ "text": "ElementDefinitionContext"
5005
+ }
5006
+ },
5007
+ {
5008
+ "name": "definition",
5009
+ "type": {
5010
+ "text": "FoundationElementDefinition"
4985
5011
  }
4986
5012
  }
4987
5013
  ]
4988
- },
4989
- {
4990
- "kind": "variable",
4991
- "name": "foundationBannerTemplate",
4992
- "default": "html<Banner>`\n ${(x) => getBannerTemplate(getPrefix(x))}\n`"
4993
5014
  }
4994
5015
  ],
4995
5016
  "exports": [
4996
5017
  {
4997
5018
  "kind": "js",
4998
- "name": "getBannerTemplate",
4999
- "declaration": {
5000
- "name": "getBannerTemplate",
5001
- "module": "src/banner/banner.template.ts"
5002
- }
5003
- },
5004
- {
5005
- "kind": "js",
5006
- "name": "foundationBannerTemplate",
5019
+ "name": "foundationBreadcrumbTemplate",
5007
5020
  "declaration": {
5008
- "name": "foundationBannerTemplate",
5009
- "module": "src/banner/banner.template.ts"
5021
+ "name": "foundationBreadcrumbTemplate",
5022
+ "module": "src/breadcrumb/breadcrumb.template.ts"
5010
5023
  }
5011
5024
  }
5012
5025
  ]
5013
5026
  },
5014
5027
  {
5015
5028
  "kind": "javascript-module",
5016
- "path": "src/banner/banner.ts",
5029
+ "path": "src/breadcrumb/breadcrumb.ts",
5017
5030
  "declarations": [
5018
- {
5019
- "kind": "variable",
5020
- "name": "foundationBannerShadowOptions",
5021
- "type": {
5022
- "text": "ShadowRootInit"
5023
- },
5024
- "default": "{\n mode: 'open',\n delegatesFocus: true,\n}"
5025
- },
5026
5031
  {
5027
5032
  "kind": "class",
5028
5033
  "description": "",
5029
- "name": "Banner",
5034
+ "name": "Breadcrumb",
5035
+ "superclass": {
5036
+ "name": "FASTBreadcrumb",
5037
+ "package": "@microsoft/fast-components"
5038
+ },
5039
+ "tagName": "%%prefix%%-breadcrumb",
5040
+ "customElement": true,
5030
5041
  "members": [
5031
5042
  {
5032
- "kind": "field",
5033
- "name": "banner",
5034
- "type": {
5035
- "text": "HTMLElement"
5036
- },
5037
- "privacy": "public"
5043
+ "kind": "method",
5044
+ "name": "slottedBreadcrumbItemsChanged",
5045
+ "privacy": "public",
5046
+ "inheritedFrom": {
5047
+ "name": "Breadcrumb",
5048
+ "module": "src/breadcrumb/breadcrumb.ts"
5049
+ }
5038
5050
  },
5039
5051
  {
5040
- "kind": "field",
5041
- "name": "dismissAnimation",
5042
- "type": {
5043
- "text": "'banner-delete' | ''"
5052
+ "kind": "method",
5053
+ "name": "setItemSeparator",
5054
+ "privacy": "private",
5055
+ "return": {
5056
+ "type": {
5057
+ "text": "void"
5058
+ }
5044
5059
  },
5045
- "default": "''"
5046
- },
5047
- {
5048
- "kind": "field",
5049
- "name": "notification",
5050
- "type": {
5051
- "text": "NotificationStructure"
5060
+ "parameters": [
5061
+ {
5062
+ "name": "item",
5063
+ "type": {
5064
+ "text": "HTMLElement"
5065
+ }
5066
+ },
5067
+ {
5068
+ "name": "isLastNode",
5069
+ "type": {
5070
+ "text": "boolean"
5071
+ }
5072
+ }
5073
+ ],
5074
+ "inheritedFrom": {
5075
+ "name": "Breadcrumb",
5076
+ "module": "src/breadcrumb/breadcrumb.ts"
5052
5077
  }
5053
5078
  },
5054
5079
  {
5055
5080
  "kind": "method",
5056
- "name": "dismiss",
5057
- "privacy": "public",
5081
+ "name": "findChildWithHref",
5082
+ "privacy": "private",
5058
5083
  "return": {
5059
5084
  "type": {
5060
- "text": "Promise<void>"
5085
+ "text": "HTMLElement | null"
5061
5086
  }
5062
5087
  },
5063
- "description": "Dismiss the Banner from display."
5088
+ "parameters": [
5089
+ {
5090
+ "name": "node",
5091
+ "type": {
5092
+ "text": "HTMLElement"
5093
+ }
5094
+ }
5095
+ ],
5096
+ "description": "Finds href on childnodes in the light DOM or shadow DOM.\nWe look in the shadow DOM because we insert an anchor when breadcrumb-item has an href.",
5097
+ "inheritedFrom": {
5098
+ "name": "Breadcrumb",
5099
+ "module": "src/breadcrumb/breadcrumb.ts"
5100
+ }
5064
5101
  },
5065
5102
  {
5066
5103
  "kind": "method",
5067
- "name": "dismissNotification",
5068
- "privacy": "public",
5069
- "description": "Dismiss the Banner (NotificationStructure) from display."
5104
+ "name": "setAriaCurrent",
5105
+ "privacy": "private",
5106
+ "return": {
5107
+ "type": {
5108
+ "text": "void"
5109
+ }
5110
+ },
5111
+ "parameters": [
5112
+ {
5113
+ "name": "item",
5114
+ "type": {
5115
+ "text": "HTMLElement"
5116
+ }
5117
+ },
5118
+ {
5119
+ "name": "isLastNode",
5120
+ "type": {
5121
+ "text": "boolean"
5122
+ }
5123
+ }
5124
+ ],
5125
+ "description": "Sets ARIA Current for the current node\nIf child node with an anchor tag and with href is found then set aria-current to correct value for the child node,\notherwise apply aria-current to the host element, with an href",
5126
+ "inheritedFrom": {
5127
+ "name": "Breadcrumb",
5128
+ "module": "src/breadcrumb/breadcrumb.ts"
5129
+ }
5070
5130
  },
5071
5131
  {
5072
5132
  "kind": "field",
@@ -5179,373 +5239,7 @@
5179
5239
  "module": "src/foundation-element/foundation-element.ts"
5180
5240
  }
5181
5241
  }
5182
- ],
5183
- "superclass": {
5184
- "name": "FoundationElement",
5185
- "package": "@microsoft/fast-foundation"
5186
- },
5187
- "tagName": "%%prefix%%-banner",
5188
- "customElement": true
5189
- },
5190
- {
5191
- "kind": "variable",
5192
- "name": "foundationBanner",
5193
- "description": "The Foundation Banner",
5194
- "privacy": "public"
5195
- }
5196
- ],
5197
- "exports": [
5198
- {
5199
- "kind": "js",
5200
- "name": "foundationBannerShadowOptions",
5201
- "declaration": {
5202
- "name": "foundationBannerShadowOptions",
5203
- "module": "src/banner/banner.ts"
5204
- }
5205
- },
5206
- {
5207
- "kind": "js",
5208
- "name": "Banner",
5209
- "declaration": {
5210
- "name": "Banner",
5211
- "module": "src/banner/banner.ts"
5212
- }
5213
- },
5214
- {
5215
- "kind": "js",
5216
- "name": "foundationBanner",
5217
- "declaration": {
5218
- "name": "foundationBanner",
5219
- "module": "src/banner/banner.ts"
5220
- }
5221
- }
5222
- ]
5223
- },
5224
- {
5225
- "kind": "javascript-module",
5226
- "path": "src/banner/index.ts",
5227
- "declarations": [],
5228
- "exports": [
5229
- {
5230
- "kind": "js",
5231
- "name": "*",
5232
- "declaration": {
5233
- "name": "*",
5234
- "package": "./banner.styles"
5235
- }
5236
- },
5237
- {
5238
- "kind": "js",
5239
- "name": "*",
5240
- "declaration": {
5241
- "name": "*",
5242
- "package": "./banner.template"
5243
- }
5244
- },
5245
- {
5246
- "kind": "js",
5247
- "name": "*",
5248
- "declaration": {
5249
- "name": "*",
5250
- "package": "./banner"
5251
- }
5252
- }
5253
- ]
5254
- },
5255
- {
5256
- "kind": "javascript-module",
5257
- "path": "src/breadcrumb/breadcrumb.styles.ts",
5258
- "declarations": [
5259
- {
5260
- "kind": "function",
5261
- "name": "foundationBreadcrumbStyles",
5262
- "return": {
5263
- "type": {
5264
- "text": "ElementStyles"
5265
- }
5266
- },
5267
- "parameters": [
5268
- {
5269
- "name": "context",
5270
- "type": {
5271
- "text": "ElementDefinitionContext"
5272
- }
5273
- },
5274
- {
5275
- "name": "definition",
5276
- "type": {
5277
- "text": "FoundationElementDefinition"
5278
- }
5279
- }
5280
- ]
5281
- }
5282
- ],
5283
- "exports": [
5284
- {
5285
- "kind": "js",
5286
- "name": "foundationBreadcrumbStyles",
5287
- "declaration": {
5288
- "name": "foundationBreadcrumbStyles",
5289
- "module": "src/breadcrumb/breadcrumb.styles.ts"
5290
- }
5291
- }
5292
- ]
5293
- },
5294
- {
5295
- "kind": "javascript-module",
5296
- "path": "src/breadcrumb/breadcrumb.template.ts",
5297
- "declarations": [
5298
- {
5299
- "kind": "function",
5300
- "name": "foundationBreadcrumbTemplate",
5301
- "return": {
5302
- "type": {
5303
- "text": "ViewTemplate<Breadcrumb>"
5304
- }
5305
- },
5306
- "parameters": [
5307
- {
5308
- "name": "context",
5309
- "type": {
5310
- "text": "ElementDefinitionContext"
5311
- }
5312
- },
5313
- {
5314
- "name": "definition",
5315
- "type": {
5316
- "text": "FoundationElementDefinition"
5317
- }
5318
- }
5319
- ]
5320
- }
5321
- ],
5322
- "exports": [
5323
- {
5324
- "kind": "js",
5325
- "name": "foundationBreadcrumbTemplate",
5326
- "declaration": {
5327
- "name": "foundationBreadcrumbTemplate",
5328
- "module": "src/breadcrumb/breadcrumb.template.ts"
5329
- }
5330
- }
5331
- ]
5332
- },
5333
- {
5334
- "kind": "javascript-module",
5335
- "path": "src/breadcrumb/breadcrumb.ts",
5336
- "declarations": [
5337
- {
5338
- "kind": "class",
5339
- "description": "",
5340
- "name": "Breadcrumb",
5341
- "superclass": {
5342
- "name": "FASTBreadcrumb",
5343
- "package": "@microsoft/fast-components"
5344
- },
5345
- "tagName": "%%prefix%%-breadcrumb",
5346
- "customElement": true,
5347
- "members": [
5348
- {
5349
- "kind": "method",
5350
- "name": "slottedBreadcrumbItemsChanged",
5351
- "privacy": "public",
5352
- "inheritedFrom": {
5353
- "name": "Breadcrumb",
5354
- "module": "src/breadcrumb/breadcrumb.ts"
5355
- }
5356
- },
5357
- {
5358
- "kind": "method",
5359
- "name": "setItemSeparator",
5360
- "privacy": "private",
5361
- "return": {
5362
- "type": {
5363
- "text": "void"
5364
- }
5365
- },
5366
- "parameters": [
5367
- {
5368
- "name": "item",
5369
- "type": {
5370
- "text": "HTMLElement"
5371
- }
5372
- },
5373
- {
5374
- "name": "isLastNode",
5375
- "type": {
5376
- "text": "boolean"
5377
- }
5378
- }
5379
- ],
5380
- "inheritedFrom": {
5381
- "name": "Breadcrumb",
5382
- "module": "src/breadcrumb/breadcrumb.ts"
5383
- }
5384
- },
5385
- {
5386
- "kind": "method",
5387
- "name": "findChildWithHref",
5388
- "privacy": "private",
5389
- "return": {
5390
- "type": {
5391
- "text": "HTMLElement | null"
5392
- }
5393
- },
5394
- "parameters": [
5395
- {
5396
- "name": "node",
5397
- "type": {
5398
- "text": "HTMLElement"
5399
- }
5400
- }
5401
- ],
5402
- "description": "Finds href on childnodes in the light DOM or shadow DOM.\nWe look in the shadow DOM because we insert an anchor when breadcrumb-item has an href.",
5403
- "inheritedFrom": {
5404
- "name": "Breadcrumb",
5405
- "module": "src/breadcrumb/breadcrumb.ts"
5406
- }
5407
- },
5408
- {
5409
- "kind": "method",
5410
- "name": "setAriaCurrent",
5411
- "privacy": "private",
5412
- "return": {
5413
- "type": {
5414
- "text": "void"
5415
- }
5416
- },
5417
- "parameters": [
5418
- {
5419
- "name": "item",
5420
- "type": {
5421
- "text": "HTMLElement"
5422
- }
5423
- },
5424
- {
5425
- "name": "isLastNode",
5426
- "type": {
5427
- "text": "boolean"
5428
- }
5429
- }
5430
- ],
5431
- "description": "Sets ARIA Current for the current node\nIf child node with an anchor tag and with href is found then set aria-current to correct value for the child node,\notherwise apply aria-current to the host element, with an href",
5432
- "inheritedFrom": {
5433
- "name": "Breadcrumb",
5434
- "module": "src/breadcrumb/breadcrumb.ts"
5435
- }
5436
- },
5437
- {
5438
- "kind": "field",
5439
- "name": "_presentation",
5440
- "type": {
5441
- "text": "ComponentPresentation | null | undefined"
5442
- },
5443
- "privacy": "private",
5444
- "default": "void 0",
5445
- "inheritedFrom": {
5446
- "name": "FoundationElement",
5447
- "module": "src/foundation-element/foundation-element.ts"
5448
- }
5449
- },
5450
- {
5451
- "kind": "field",
5452
- "name": "$presentation",
5453
- "type": {
5454
- "text": "ComponentPresentation | null"
5455
- },
5456
- "privacy": "public",
5457
- "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
5458
- "inheritedFrom": {
5459
- "name": "FoundationElement",
5460
- "module": "src/foundation-element/foundation-element.ts"
5461
- }
5462
- },
5463
- {
5464
- "kind": "field",
5465
- "name": "template",
5466
- "type": {
5467
- "text": "ElementViewTemplate | void | null"
5468
- },
5469
- "privacy": "public",
5470
- "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.",
5471
- "inheritedFrom": {
5472
- "name": "FoundationElement",
5473
- "module": "src/foundation-element/foundation-element.ts"
5474
- }
5475
- },
5476
- {
5477
- "kind": "method",
5478
- "name": "templateChanged",
5479
- "privacy": "protected",
5480
- "return": {
5481
- "type": {
5482
- "text": "void"
5483
- }
5484
- },
5485
- "inheritedFrom": {
5486
- "name": "FoundationElement",
5487
- "module": "src/foundation-element/foundation-element.ts"
5488
- }
5489
- },
5490
- {
5491
- "kind": "field",
5492
- "name": "styles",
5493
- "type": {
5494
- "text": "ElementStyles | void | null"
5495
- },
5496
- "privacy": "public",
5497
- "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.",
5498
- "inheritedFrom": {
5499
- "name": "FoundationElement",
5500
- "module": "src/foundation-element/foundation-element.ts"
5501
- }
5502
- },
5503
- {
5504
- "kind": "method",
5505
- "name": "stylesChanged",
5506
- "privacy": "protected",
5507
- "return": {
5508
- "type": {
5509
- "text": "void"
5510
- }
5511
- },
5512
- "inheritedFrom": {
5513
- "name": "FoundationElement",
5514
- "module": "src/foundation-element/foundation-element.ts"
5515
- }
5516
- },
5517
- {
5518
- "kind": "method",
5519
- "name": "compose",
5520
- "privacy": "public",
5521
- "static": true,
5522
- "return": {
5523
- "type": {
5524
- "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
5525
- }
5526
- },
5527
- "parameters": [
5528
- {
5529
- "name": "this",
5530
- "type": {
5531
- "text": "K"
5532
- }
5533
- },
5534
- {
5535
- "name": "elementDefinition",
5536
- "type": {
5537
- "text": "T"
5538
- },
5539
- "description": "The definition of the element to create the registry\nfunction for."
5540
- }
5541
- ],
5542
- "description": "Defines an element registry function with a set of element definition defaults.",
5543
- "inheritedFrom": {
5544
- "name": "FoundationElement",
5545
- "module": "src/foundation-element/foundation-element.ts"
5546
- }
5547
- }
5548
- ]
5242
+ ]
5549
5243
  },
5550
5244
  {
5551
5245
  "kind": "variable",
@@ -7567,29 +7261,324 @@
7567
7261
  "module": "src/foundation-element/foundation-element.ts"
7568
7262
  }
7569
7263
  }
7570
- ],
7571
- "events": [
7572
- {
7573
- "description": "Fires a custom 'dateselected' event when Enter is invoked via keyboard on a date",
7574
- "name": "dateselected",
7575
- "inheritedFrom": {
7576
- "name": "Calendar",
7577
- "module": "src/calendar/calendar.ts"
7578
- }
7579
- }
7264
+ ],
7265
+ "events": [
7266
+ {
7267
+ "description": "Fires a custom 'dateselected' event when Enter is invoked via keyboard on a date",
7268
+ "name": "dateselected",
7269
+ "inheritedFrom": {
7270
+ "name": "Calendar",
7271
+ "module": "src/calendar/calendar.ts"
7272
+ }
7273
+ }
7274
+ ]
7275
+ },
7276
+ {
7277
+ "kind": "variable",
7278
+ "name": "foundationCalendarShadowOptions",
7279
+ "type": {
7280
+ "text": "ShadowRootInit"
7281
+ },
7282
+ "default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
7283
+ },
7284
+ {
7285
+ "kind": "variable",
7286
+ "name": "defaultCalendarConfig",
7287
+ "type": {
7288
+ "text": "object"
7289
+ },
7290
+ "default": "{}"
7291
+ },
7292
+ {
7293
+ "kind": "variable",
7294
+ "name": "foundationCalendar",
7295
+ "description": "The Foundation Calendar",
7296
+ "privacy": "public"
7297
+ }
7298
+ ],
7299
+ "exports": [
7300
+ {
7301
+ "kind": "js",
7302
+ "name": "Calendar",
7303
+ "declaration": {
7304
+ "name": "Calendar",
7305
+ "module": "src/calendar/calendar.ts"
7306
+ }
7307
+ },
7308
+ {
7309
+ "kind": "js",
7310
+ "name": "foundationCalendarShadowOptions",
7311
+ "declaration": {
7312
+ "name": "foundationCalendarShadowOptions",
7313
+ "module": "src/calendar/calendar.ts"
7314
+ }
7315
+ },
7316
+ {
7317
+ "kind": "js",
7318
+ "name": "defaultCalendarConfig",
7319
+ "declaration": {
7320
+ "name": "defaultCalendarConfig",
7321
+ "module": "src/calendar/calendar.ts"
7322
+ }
7323
+ },
7324
+ {
7325
+ "kind": "js",
7326
+ "name": "foundationCalendar",
7327
+ "declaration": {
7328
+ "name": "foundationCalendar",
7329
+ "module": "src/calendar/calendar.ts"
7330
+ }
7331
+ }
7332
+ ]
7333
+ },
7334
+ {
7335
+ "kind": "javascript-module",
7336
+ "path": "src/calendar/index.ts",
7337
+ "declarations": [],
7338
+ "exports": [
7339
+ {
7340
+ "kind": "js",
7341
+ "name": "*",
7342
+ "declaration": {
7343
+ "name": "*",
7344
+ "package": "./calendar"
7345
+ }
7346
+ },
7347
+ {
7348
+ "kind": "js",
7349
+ "name": "*",
7350
+ "declaration": {
7351
+ "name": "*",
7352
+ "package": "./calendar.template"
7353
+ }
7354
+ },
7355
+ {
7356
+ "kind": "js",
7357
+ "name": "*",
7358
+ "declaration": {
7359
+ "name": "*",
7360
+ "package": "./calendar.styles"
7361
+ }
7362
+ }
7363
+ ]
7364
+ },
7365
+ {
7366
+ "kind": "javascript-module",
7367
+ "path": "src/card/card.styles.ts",
7368
+ "declarations": [
7369
+ {
7370
+ "kind": "function",
7371
+ "name": "foundationCardStyles",
7372
+ "return": {
7373
+ "type": {
7374
+ "text": "ElementStyles"
7375
+ }
7376
+ },
7377
+ "parameters": [
7378
+ {
7379
+ "name": "context",
7380
+ "type": {
7381
+ "text": "ElementDefinitionContext"
7382
+ }
7383
+ },
7384
+ {
7385
+ "name": "definition",
7386
+ "type": {
7387
+ "text": "FoundationElementDefinition"
7388
+ }
7389
+ }
7390
+ ]
7391
+ }
7392
+ ],
7393
+ "exports": [
7394
+ {
7395
+ "kind": "js",
7396
+ "name": "foundationCardStyles",
7397
+ "declaration": {
7398
+ "name": "foundationCardStyles",
7399
+ "module": "src/card/card.styles.ts"
7400
+ }
7401
+ }
7402
+ ]
7403
+ },
7404
+ {
7405
+ "kind": "javascript-module",
7406
+ "path": "src/card/card.template.ts",
7407
+ "declarations": [
7408
+ {
7409
+ "kind": "function",
7410
+ "name": "foundationCardTemplate",
7411
+ "return": {
7412
+ "type": {
7413
+ "text": "ViewTemplate<Card>"
7414
+ }
7415
+ },
7416
+ "parameters": [
7417
+ {
7418
+ "name": "context",
7419
+ "type": {
7420
+ "text": "ElementDefinitionContext"
7421
+ }
7422
+ },
7423
+ {
7424
+ "name": "definition",
7425
+ "type": {
7426
+ "text": "FoundationElementDefinition"
7427
+ }
7428
+ }
7429
+ ]
7430
+ }
7431
+ ],
7432
+ "exports": [
7433
+ {
7434
+ "kind": "js",
7435
+ "name": "foundationCardTemplate",
7436
+ "declaration": {
7437
+ "name": "foundationCardTemplate",
7438
+ "module": "src/card/card.template.ts"
7439
+ }
7440
+ }
7441
+ ]
7442
+ },
7443
+ {
7444
+ "kind": "javascript-module",
7445
+ "path": "src/card/card.ts",
7446
+ "declarations": [
7447
+ {
7448
+ "kind": "class",
7449
+ "description": "",
7450
+ "name": "Card",
7451
+ "superclass": {
7452
+ "name": "FASTCard",
7453
+ "package": "@microsoft/fast-components"
7454
+ },
7455
+ "tagName": "%%prefix%%-card",
7456
+ "customElement": true,
7457
+ "members": [
7458
+ {
7459
+ "kind": "field",
7460
+ "name": "_presentation",
7461
+ "type": {
7462
+ "text": "ComponentPresentation | null | undefined"
7463
+ },
7464
+ "privacy": "private",
7465
+ "default": "void 0",
7466
+ "inheritedFrom": {
7467
+ "name": "FoundationElement",
7468
+ "module": "src/foundation-element/foundation-element.ts"
7469
+ }
7470
+ },
7471
+ {
7472
+ "kind": "field",
7473
+ "name": "$presentation",
7474
+ "type": {
7475
+ "text": "ComponentPresentation | null"
7476
+ },
7477
+ "privacy": "public",
7478
+ "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
7479
+ "inheritedFrom": {
7480
+ "name": "FoundationElement",
7481
+ "module": "src/foundation-element/foundation-element.ts"
7482
+ }
7483
+ },
7484
+ {
7485
+ "kind": "field",
7486
+ "name": "template",
7487
+ "type": {
7488
+ "text": "ElementViewTemplate | void | null"
7489
+ },
7490
+ "privacy": "public",
7491
+ "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.",
7492
+ "inheritedFrom": {
7493
+ "name": "FoundationElement",
7494
+ "module": "src/foundation-element/foundation-element.ts"
7495
+ }
7496
+ },
7497
+ {
7498
+ "kind": "method",
7499
+ "name": "templateChanged",
7500
+ "privacy": "protected",
7501
+ "return": {
7502
+ "type": {
7503
+ "text": "void"
7504
+ }
7505
+ },
7506
+ "inheritedFrom": {
7507
+ "name": "FoundationElement",
7508
+ "module": "src/foundation-element/foundation-element.ts"
7509
+ }
7510
+ },
7511
+ {
7512
+ "kind": "field",
7513
+ "name": "styles",
7514
+ "type": {
7515
+ "text": "ElementStyles | void | null"
7516
+ },
7517
+ "privacy": "public",
7518
+ "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.",
7519
+ "inheritedFrom": {
7520
+ "name": "FoundationElement",
7521
+ "module": "src/foundation-element/foundation-element.ts"
7522
+ }
7523
+ },
7524
+ {
7525
+ "kind": "method",
7526
+ "name": "stylesChanged",
7527
+ "privacy": "protected",
7528
+ "return": {
7529
+ "type": {
7530
+ "text": "void"
7531
+ }
7532
+ },
7533
+ "inheritedFrom": {
7534
+ "name": "FoundationElement",
7535
+ "module": "src/foundation-element/foundation-element.ts"
7536
+ }
7537
+ },
7538
+ {
7539
+ "kind": "method",
7540
+ "name": "compose",
7541
+ "privacy": "public",
7542
+ "static": true,
7543
+ "return": {
7544
+ "type": {
7545
+ "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
7546
+ }
7547
+ },
7548
+ "parameters": [
7549
+ {
7550
+ "name": "this",
7551
+ "type": {
7552
+ "text": "K"
7553
+ }
7554
+ },
7555
+ {
7556
+ "name": "elementDefinition",
7557
+ "type": {
7558
+ "text": "T"
7559
+ },
7560
+ "description": "The definition of the element to create the registry\nfunction for."
7561
+ }
7562
+ ],
7563
+ "description": "Defines an element registry function with a set of element definition defaults.",
7564
+ "inheritedFrom": {
7565
+ "name": "FoundationElement",
7566
+ "module": "src/foundation-element/foundation-element.ts"
7567
+ }
7568
+ }
7580
7569
  ]
7581
7570
  },
7582
7571
  {
7583
7572
  "kind": "variable",
7584
- "name": "foundationCalendarShadowOptions",
7573
+ "name": "foundationCardShadowOptions",
7585
7574
  "type": {
7586
7575
  "text": "ShadowRootInit"
7587
7576
  },
7588
- "default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
7577
+ "default": "undefined"
7589
7578
  },
7590
7579
  {
7591
7580
  "kind": "variable",
7592
- "name": "defaultCalendarConfig",
7581
+ "name": "defaultCardConfig",
7593
7582
  "type": {
7594
7583
  "text": "object"
7595
7584
  },
@@ -7597,49 +7586,49 @@
7597
7586
  },
7598
7587
  {
7599
7588
  "kind": "variable",
7600
- "name": "foundationCalendar",
7601
- "description": "The Foundation Calendar",
7589
+ "name": "foundationCard",
7590
+ "description": "The Foundation Card",
7602
7591
  "privacy": "public"
7603
7592
  }
7604
7593
  ],
7605
7594
  "exports": [
7606
7595
  {
7607
7596
  "kind": "js",
7608
- "name": "Calendar",
7597
+ "name": "Card",
7609
7598
  "declaration": {
7610
- "name": "Calendar",
7611
- "module": "src/calendar/calendar.ts"
7599
+ "name": "Card",
7600
+ "module": "src/card/card.ts"
7612
7601
  }
7613
7602
  },
7614
7603
  {
7615
7604
  "kind": "js",
7616
- "name": "foundationCalendarShadowOptions",
7605
+ "name": "foundationCardShadowOptions",
7617
7606
  "declaration": {
7618
- "name": "foundationCalendarShadowOptions",
7619
- "module": "src/calendar/calendar.ts"
7607
+ "name": "foundationCardShadowOptions",
7608
+ "module": "src/card/card.ts"
7620
7609
  }
7621
7610
  },
7622
7611
  {
7623
7612
  "kind": "js",
7624
- "name": "defaultCalendarConfig",
7613
+ "name": "defaultCardConfig",
7625
7614
  "declaration": {
7626
- "name": "defaultCalendarConfig",
7627
- "module": "src/calendar/calendar.ts"
7615
+ "name": "defaultCardConfig",
7616
+ "module": "src/card/card.ts"
7628
7617
  }
7629
7618
  },
7630
7619
  {
7631
7620
  "kind": "js",
7632
- "name": "foundationCalendar",
7621
+ "name": "foundationCard",
7633
7622
  "declaration": {
7634
- "name": "foundationCalendar",
7635
- "module": "src/calendar/calendar.ts"
7623
+ "name": "foundationCard",
7624
+ "module": "src/card/card.ts"
7636
7625
  }
7637
7626
  }
7638
7627
  ]
7639
7628
  },
7640
7629
  {
7641
7630
  "kind": "javascript-module",
7642
- "path": "src/calendar/index.ts",
7631
+ "path": "src/card/index.ts",
7643
7632
  "declarations": [],
7644
7633
  "exports": [
7645
7634
  {
@@ -7647,7 +7636,7 @@
7647
7636
  "name": "*",
7648
7637
  "declaration": {
7649
7638
  "name": "*",
7650
- "package": "./calendar"
7639
+ "package": "./card.template"
7651
7640
  }
7652
7641
  },
7653
7642
  {
@@ -7655,7 +7644,7 @@
7655
7644
  "name": "*",
7656
7645
  "declaration": {
7657
7646
  "name": "*",
7658
- "package": "./calendar.template"
7647
+ "package": "./card.styles"
7659
7648
  }
7660
7649
  },
7661
7650
  {
@@ -7663,104 +7652,133 @@
7663
7652
  "name": "*",
7664
7653
  "declaration": {
7665
7654
  "name": "*",
7666
- "package": "./calendar.styles"
7655
+ "package": "./card"
7667
7656
  }
7668
7657
  }
7669
7658
  ]
7670
7659
  },
7671
7660
  {
7672
7661
  "kind": "javascript-module",
7673
- "path": "src/card/card.styles.ts",
7662
+ "path": "src/banner/banner.styles.ts",
7674
7663
  "declarations": [
7675
7664
  {
7676
- "kind": "function",
7677
- "name": "foundationCardStyles",
7678
- "return": {
7679
- "type": {
7680
- "text": "ElementStyles"
7681
- }
7665
+ "kind": "variable",
7666
+ "name": "foundationBannerStyles",
7667
+ "type": {
7668
+ "text": "ElementStyles"
7682
7669
  },
7683
- "parameters": [
7684
- {
7685
- "name": "context",
7686
- "type": {
7687
- "text": "ElementDefinitionContext"
7688
- }
7689
- },
7690
- {
7691
- "name": "definition",
7692
- "type": {
7693
- "text": "FoundationElementDefinition"
7694
- }
7695
- }
7696
- ]
7670
+ "default": "css`\n @keyframes delete-animate {\n from {\n height: 100px;\n opacity: 100%;\n }\n\n to {\n height: 0;\n opacity: 0%;\n }\n }\n\n @keyframes append-animate {\n from {\n height: 0;\n opacity: 0%;\n }\n\n to {\n height: var(--banner-height);\n opacity: 100%;\n }\n }\n\n :host {\n --banner-width: 100%;\n --banner-height: 65px;\n --flow: row;\n }\n\n @media screen and (max-width: 640px) {\n :host {\n --flow: column;\n --banner-height: 100px;\n }\n }\n\n .banner {\n animation: append-animate 0.3s linear;\n width: var(--banner-width);\n height: var(--banner-height);\n background-color: var(--fill-color);\n display: flex;\n flex-direction: var(--flow);\n padding: 5px 8px;\n box-sizing: border-box;\n overflow: hidden;\n }\n\n .banner-delete {\n animation: delete-animate 0.3s linear;\n opacity: 0%;\n }\n\n .content {\n display: flex;\n align-items: center;\n flex: 2;\n font-size: 12px;\n overflow: hidden;\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`"
7697
7671
  }
7698
7672
  ],
7699
7673
  "exports": [
7700
7674
  {
7701
7675
  "kind": "js",
7702
- "name": "foundationCardStyles",
7676
+ "name": "foundationBannerStyles",
7703
7677
  "declaration": {
7704
- "name": "foundationCardStyles",
7705
- "module": "src/card/card.styles.ts"
7678
+ "name": "foundationBannerStyles",
7679
+ "module": "src/banner/banner.styles.ts"
7706
7680
  }
7707
7681
  }
7708
7682
  ]
7709
7683
  },
7710
7684
  {
7711
7685
  "kind": "javascript-module",
7712
- "path": "src/card/card.template.ts",
7686
+ "path": "src/banner/banner.template.ts",
7713
7687
  "declarations": [
7714
7688
  {
7715
7689
  "kind": "function",
7716
- "name": "foundationCardTemplate",
7717
- "return": {
7718
- "type": {
7719
- "text": "ViewTemplate<Card>"
7720
- }
7721
- },
7690
+ "name": "getBannerTemplate",
7722
7691
  "parameters": [
7723
7692
  {
7724
- "name": "context",
7725
- "type": {
7726
- "text": "ElementDefinitionContext"
7727
- }
7728
- },
7729
- {
7730
- "name": "definition",
7693
+ "name": "prefix",
7731
7694
  "type": {
7732
- "text": "FoundationElementDefinition"
7695
+ "text": "string"
7733
7696
  }
7734
7697
  }
7735
7698
  ]
7699
+ },
7700
+ {
7701
+ "kind": "variable",
7702
+ "name": "foundationBannerTemplate",
7703
+ "default": "html<Banner>`\n ${(x) => getBannerTemplate(getPrefix(x))}\n`"
7736
7704
  }
7737
7705
  ],
7738
7706
  "exports": [
7739
7707
  {
7740
7708
  "kind": "js",
7741
- "name": "foundationCardTemplate",
7709
+ "name": "getBannerTemplate",
7742
7710
  "declaration": {
7743
- "name": "foundationCardTemplate",
7744
- "module": "src/card/card.template.ts"
7711
+ "name": "getBannerTemplate",
7712
+ "module": "src/banner/banner.template.ts"
7713
+ }
7714
+ },
7715
+ {
7716
+ "kind": "js",
7717
+ "name": "foundationBannerTemplate",
7718
+ "declaration": {
7719
+ "name": "foundationBannerTemplate",
7720
+ "module": "src/banner/banner.template.ts"
7745
7721
  }
7746
7722
  }
7747
7723
  ]
7748
7724
  },
7749
7725
  {
7750
7726
  "kind": "javascript-module",
7751
- "path": "src/card/card.ts",
7727
+ "path": "src/banner/banner.ts",
7752
7728
  "declarations": [
7729
+ {
7730
+ "kind": "variable",
7731
+ "name": "foundationBannerShadowOptions",
7732
+ "type": {
7733
+ "text": "ShadowRootInit"
7734
+ },
7735
+ "default": "{\n mode: 'open',\n delegatesFocus: true,\n}"
7736
+ },
7753
7737
  {
7754
7738
  "kind": "class",
7755
7739
  "description": "",
7756
- "name": "Card",
7757
- "superclass": {
7758
- "name": "FASTCard",
7759
- "package": "@microsoft/fast-components"
7760
- },
7761
- "tagName": "%%prefix%%-card",
7762
- "customElement": true,
7740
+ "name": "Banner",
7763
7741
  "members": [
7742
+ {
7743
+ "kind": "field",
7744
+ "name": "banner",
7745
+ "type": {
7746
+ "text": "HTMLElement"
7747
+ },
7748
+ "privacy": "public"
7749
+ },
7750
+ {
7751
+ "kind": "field",
7752
+ "name": "dismissAnimation",
7753
+ "type": {
7754
+ "text": "'banner-delete' | ''"
7755
+ },
7756
+ "default": "''"
7757
+ },
7758
+ {
7759
+ "kind": "field",
7760
+ "name": "notification",
7761
+ "type": {
7762
+ "text": "NotificationStructure"
7763
+ }
7764
+ },
7765
+ {
7766
+ "kind": "method",
7767
+ "name": "dismiss",
7768
+ "privacy": "public",
7769
+ "return": {
7770
+ "type": {
7771
+ "text": "Promise<void>"
7772
+ }
7773
+ },
7774
+ "description": "Dismiss the Banner from display."
7775
+ },
7776
+ {
7777
+ "kind": "method",
7778
+ "name": "dismissNotification",
7779
+ "privacy": "public",
7780
+ "description": "Dismiss the Banner (NotificationStructure) from display."
7781
+ },
7764
7782
  {
7765
7783
  "kind": "field",
7766
7784
  "name": "_presentation",
@@ -7867,74 +7885,56 @@
7867
7885
  }
7868
7886
  ],
7869
7887
  "description": "Defines an element registry function with a set of element definition defaults.",
7870
- "inheritedFrom": {
7871
- "name": "FoundationElement",
7872
- "module": "src/foundation-element/foundation-element.ts"
7873
- }
7874
- }
7875
- ]
7876
- },
7877
- {
7878
- "kind": "variable",
7879
- "name": "foundationCardShadowOptions",
7880
- "type": {
7881
- "text": "ShadowRootInit"
7882
- },
7883
- "default": "undefined"
7884
- },
7885
- {
7886
- "kind": "variable",
7887
- "name": "defaultCardConfig",
7888
- "type": {
7889
- "text": "object"
7888
+ "inheritedFrom": {
7889
+ "name": "FoundationElement",
7890
+ "module": "src/foundation-element/foundation-element.ts"
7891
+ }
7892
+ }
7893
+ ],
7894
+ "superclass": {
7895
+ "name": "FoundationElement",
7896
+ "package": "@microsoft/fast-foundation"
7890
7897
  },
7891
- "default": "{}"
7898
+ "tagName": "%%prefix%%-banner",
7899
+ "customElement": true
7892
7900
  },
7893
7901
  {
7894
7902
  "kind": "variable",
7895
- "name": "foundationCard",
7896
- "description": "The Foundation Card",
7903
+ "name": "foundationBanner",
7904
+ "description": "The Foundation Banner",
7897
7905
  "privacy": "public"
7898
7906
  }
7899
7907
  ],
7900
7908
  "exports": [
7901
7909
  {
7902
7910
  "kind": "js",
7903
- "name": "Card",
7904
- "declaration": {
7905
- "name": "Card",
7906
- "module": "src/card/card.ts"
7907
- }
7908
- },
7909
- {
7910
- "kind": "js",
7911
- "name": "foundationCardShadowOptions",
7911
+ "name": "foundationBannerShadowOptions",
7912
7912
  "declaration": {
7913
- "name": "foundationCardShadowOptions",
7914
- "module": "src/card/card.ts"
7913
+ "name": "foundationBannerShadowOptions",
7914
+ "module": "src/banner/banner.ts"
7915
7915
  }
7916
7916
  },
7917
7917
  {
7918
7918
  "kind": "js",
7919
- "name": "defaultCardConfig",
7919
+ "name": "Banner",
7920
7920
  "declaration": {
7921
- "name": "defaultCardConfig",
7922
- "module": "src/card/card.ts"
7921
+ "name": "Banner",
7922
+ "module": "src/banner/banner.ts"
7923
7923
  }
7924
7924
  },
7925
7925
  {
7926
7926
  "kind": "js",
7927
- "name": "foundationCard",
7927
+ "name": "foundationBanner",
7928
7928
  "declaration": {
7929
- "name": "foundationCard",
7930
- "module": "src/card/card.ts"
7929
+ "name": "foundationBanner",
7930
+ "module": "src/banner/banner.ts"
7931
7931
  }
7932
7932
  }
7933
7933
  ]
7934
7934
  },
7935
7935
  {
7936
7936
  "kind": "javascript-module",
7937
- "path": "src/card/index.ts",
7937
+ "path": "src/banner/index.ts",
7938
7938
  "declarations": [],
7939
7939
  "exports": [
7940
7940
  {
@@ -7942,7 +7942,7 @@
7942
7942
  "name": "*",
7943
7943
  "declaration": {
7944
7944
  "name": "*",
7945
- "package": "./card.template"
7945
+ "package": "./banner.styles"
7946
7946
  }
7947
7947
  },
7948
7948
  {
@@ -7950,7 +7950,7 @@
7950
7950
  "name": "*",
7951
7951
  "declaration": {
7952
7952
  "name": "*",
7953
- "package": "./card.styles"
7953
+ "package": "./banner.template"
7954
7954
  }
7955
7955
  },
7956
7956
  {
@@ -7958,7 +7958,7 @@
7958
7958
  "name": "*",
7959
7959
  "declaration": {
7960
7960
  "name": "*",
7961
- "package": "./card"
7961
+ "package": "./banner"
7962
7962
  }
7963
7963
  }
7964
7964
  ]
@@ -32064,76 +32064,265 @@
32064
32064
  },
32065
32065
  {
32066
32066
  "kind": "variable",
32067
- "name": "MAX_MINS_SEC",
32067
+ "name": "MAX_MINS_SEC",
32068
+ "type": {
32069
+ "text": "number"
32070
+ },
32071
+ "default": "60"
32072
+ },
32073
+ {
32074
+ "kind": "variable",
32075
+ "name": "MAX_WEEK_NUMBER",
32076
+ "type": {
32077
+ "text": "number"
32078
+ },
32079
+ "default": "4"
32080
+ }
32081
+ ],
32082
+ "exports": [
32083
+ {
32084
+ "kind": "js",
32085
+ "name": "MAX_MONTHS",
32086
+ "declaration": {
32087
+ "name": "MAX_MONTHS",
32088
+ "module": "src/scheduler-cron-builder/types.ts"
32089
+ }
32090
+ },
32091
+ {
32092
+ "kind": "js",
32093
+ "name": "MAX_DAYS",
32094
+ "declaration": {
32095
+ "name": "MAX_DAYS",
32096
+ "module": "src/scheduler-cron-builder/types.ts"
32097
+ }
32098
+ },
32099
+ {
32100
+ "kind": "js",
32101
+ "name": "CRON_LENGTH",
32102
+ "declaration": {
32103
+ "name": "CRON_LENGTH",
32104
+ "module": "src/scheduler-cron-builder/types.ts"
32105
+ }
32106
+ },
32107
+ {
32108
+ "kind": "js",
32109
+ "name": "MAX_WEEK_DAYS",
32110
+ "declaration": {
32111
+ "name": "MAX_WEEK_DAYS",
32112
+ "module": "src/scheduler-cron-builder/types.ts"
32113
+ }
32114
+ },
32115
+ {
32116
+ "kind": "js",
32117
+ "name": "MAX_HOURS",
32118
+ "declaration": {
32119
+ "name": "MAX_HOURS",
32120
+ "module": "src/scheduler-cron-builder/types.ts"
32121
+ }
32122
+ },
32123
+ {
32124
+ "kind": "js",
32125
+ "name": "MAX_MINS_SEC",
32126
+ "declaration": {
32127
+ "name": "MAX_MINS_SEC",
32128
+ "module": "src/scheduler-cron-builder/types.ts"
32129
+ }
32130
+ },
32131
+ {
32132
+ "kind": "js",
32133
+ "name": "MAX_WEEK_NUMBER",
32134
+ "declaration": {
32135
+ "name": "MAX_WEEK_NUMBER",
32136
+ "module": "src/scheduler-cron-builder/types.ts"
32137
+ }
32138
+ }
32139
+ ]
32140
+ },
32141
+ {
32142
+ "kind": "javascript-module",
32143
+ "path": "src/segmented-control/index.ts",
32144
+ "declarations": [],
32145
+ "exports": [
32146
+ {
32147
+ "kind": "js",
32148
+ "name": "*",
32149
+ "declaration": {
32150
+ "name": "*",
32151
+ "package": "./segmented-control.template"
32152
+ }
32153
+ },
32154
+ {
32155
+ "kind": "js",
32156
+ "name": "*",
32157
+ "declaration": {
32158
+ "name": "*",
32159
+ "package": "./segmented-control.styles"
32160
+ }
32161
+ },
32162
+ {
32163
+ "kind": "js",
32164
+ "name": "*",
32165
+ "declaration": {
32166
+ "name": "*",
32167
+ "package": "./segmented-control"
32168
+ }
32169
+ }
32170
+ ]
32171
+ },
32172
+ {
32173
+ "kind": "javascript-module",
32174
+ "path": "src/segmented-control/segmented-control.styles.ts",
32175
+ "declarations": [
32176
+ {
32177
+ "kind": "function",
32178
+ "name": "foundationSegmentedControlStyles",
32179
+ "return": {
32180
+ "type": {
32181
+ "text": "ElementStyles"
32182
+ }
32183
+ },
32184
+ "parameters": [
32185
+ {
32186
+ "name": "context",
32187
+ "type": {
32188
+ "text": "ElementDefinitionContext"
32189
+ }
32190
+ },
32191
+ {
32192
+ "name": "definition",
32193
+ "type": {
32194
+ "text": "FoundationElementDefinition"
32195
+ }
32196
+ }
32197
+ ]
32198
+ }
32199
+ ],
32200
+ "exports": [
32201
+ {
32202
+ "kind": "js",
32203
+ "name": "foundationSegmentedControlStyles",
32204
+ "declaration": {
32205
+ "name": "foundationSegmentedControlStyles",
32206
+ "module": "src/segmented-control/segmented-control.styles.ts"
32207
+ }
32208
+ }
32209
+ ]
32210
+ },
32211
+ {
32212
+ "kind": "javascript-module",
32213
+ "path": "src/segmented-control/segmented-control.template.ts",
32214
+ "declarations": [
32215
+ {
32216
+ "kind": "function",
32217
+ "name": "foundationSegmentedControlTemplate",
32218
+ "return": {
32219
+ "type": {
32220
+ "text": "ViewTemplate<SegmentedControl>"
32221
+ }
32222
+ },
32223
+ "parameters": [
32224
+ {
32225
+ "name": "context",
32226
+ "type": {
32227
+ "text": "ElementDefinitionContext"
32228
+ }
32229
+ },
32230
+ {
32231
+ "name": "definition",
32232
+ "type": {
32233
+ "text": "FoundationElementDefinition"
32234
+ }
32235
+ }
32236
+ ]
32237
+ }
32238
+ ],
32239
+ "exports": [
32240
+ {
32241
+ "kind": "js",
32242
+ "name": "foundationSegmentedControlTemplate",
32243
+ "declaration": {
32244
+ "name": "foundationSegmentedControlTemplate",
32245
+ "module": "src/segmented-control/segmented-control.template.ts"
32246
+ }
32247
+ }
32248
+ ]
32249
+ },
32250
+ {
32251
+ "kind": "javascript-module",
32252
+ "path": "src/segmented-control/segmented-control.ts",
32253
+ "declarations": [
32254
+ {
32255
+ "kind": "class",
32256
+ "description": "",
32257
+ "name": "SegmentedControl",
32258
+ "members": [
32259
+ {
32260
+ "kind": "method",
32261
+ "name": "valueChanged",
32262
+ "privacy": "protected"
32263
+ }
32264
+ ],
32265
+ "superclass": {
32266
+ "name": "FASTRadioGroup",
32267
+ "package": "@microsoft/fast-foundation"
32268
+ },
32269
+ "tagName": "%%prefix%%-segmented-control",
32270
+ "customElement": true
32271
+ },
32272
+ {
32273
+ "kind": "variable",
32274
+ "name": "foundationSegmentedControlShadowOptions",
32068
32275
  "type": {
32069
- "text": "number"
32276
+ "text": "ShadowRootInit"
32070
32277
  },
32071
- "default": "60"
32278
+ "default": "undefined"
32072
32279
  },
32073
32280
  {
32074
32281
  "kind": "variable",
32075
- "name": "MAX_WEEK_NUMBER",
32282
+ "name": "defaultSegmentedControlConfig",
32076
32283
  "type": {
32077
- "text": "number"
32284
+ "text": "object"
32078
32285
  },
32079
- "default": "4"
32286
+ "default": "{}"
32287
+ },
32288
+ {
32289
+ "kind": "variable",
32290
+ "name": "foundationSegmentedControl",
32291
+ "description": "The Foundation Segmented Control",
32292
+ "privacy": "public"
32080
32293
  }
32081
32294
  ],
32082
32295
  "exports": [
32083
32296
  {
32084
32297
  "kind": "js",
32085
- "name": "MAX_MONTHS",
32086
- "declaration": {
32087
- "name": "MAX_MONTHS",
32088
- "module": "src/scheduler-cron-builder/types.ts"
32089
- }
32090
- },
32091
- {
32092
- "kind": "js",
32093
- "name": "MAX_DAYS",
32094
- "declaration": {
32095
- "name": "MAX_DAYS",
32096
- "module": "src/scheduler-cron-builder/types.ts"
32097
- }
32098
- },
32099
- {
32100
- "kind": "js",
32101
- "name": "CRON_LENGTH",
32102
- "declaration": {
32103
- "name": "CRON_LENGTH",
32104
- "module": "src/scheduler-cron-builder/types.ts"
32105
- }
32106
- },
32107
- {
32108
- "kind": "js",
32109
- "name": "MAX_WEEK_DAYS",
32298
+ "name": "SegmentedControl",
32110
32299
  "declaration": {
32111
- "name": "MAX_WEEK_DAYS",
32112
- "module": "src/scheduler-cron-builder/types.ts"
32300
+ "name": "SegmentedControl",
32301
+ "module": "src/segmented-control/segmented-control.ts"
32113
32302
  }
32114
32303
  },
32115
32304
  {
32116
32305
  "kind": "js",
32117
- "name": "MAX_HOURS",
32306
+ "name": "foundationSegmentedControlShadowOptions",
32118
32307
  "declaration": {
32119
- "name": "MAX_HOURS",
32120
- "module": "src/scheduler-cron-builder/types.ts"
32308
+ "name": "foundationSegmentedControlShadowOptions",
32309
+ "module": "src/segmented-control/segmented-control.ts"
32121
32310
  }
32122
32311
  },
32123
32312
  {
32124
32313
  "kind": "js",
32125
- "name": "MAX_MINS_SEC",
32314
+ "name": "defaultSegmentedControlConfig",
32126
32315
  "declaration": {
32127
- "name": "MAX_MINS_SEC",
32128
- "module": "src/scheduler-cron-builder/types.ts"
32316
+ "name": "defaultSegmentedControlConfig",
32317
+ "module": "src/segmented-control/segmented-control.ts"
32129
32318
  }
32130
32319
  },
32131
32320
  {
32132
32321
  "kind": "js",
32133
- "name": "MAX_WEEK_NUMBER",
32322
+ "name": "foundationSegmentedControl",
32134
32323
  "declaration": {
32135
- "name": "MAX_WEEK_NUMBER",
32136
- "module": "src/scheduler-cron-builder/types.ts"
32324
+ "name": "foundationSegmentedControl",
32325
+ "module": "src/segmented-control/segmented-control.ts"
32137
32326
  }
32138
32327
  }
32139
32328
  ]
@@ -33560,195 +33749,6 @@
33560
33749
  }
33561
33750
  ]
33562
33751
  },
33563
- {
33564
- "kind": "javascript-module",
33565
- "path": "src/segmented-control/index.ts",
33566
- "declarations": [],
33567
- "exports": [
33568
- {
33569
- "kind": "js",
33570
- "name": "*",
33571
- "declaration": {
33572
- "name": "*",
33573
- "package": "./segmented-control.template"
33574
- }
33575
- },
33576
- {
33577
- "kind": "js",
33578
- "name": "*",
33579
- "declaration": {
33580
- "name": "*",
33581
- "package": "./segmented-control.styles"
33582
- }
33583
- },
33584
- {
33585
- "kind": "js",
33586
- "name": "*",
33587
- "declaration": {
33588
- "name": "*",
33589
- "package": "./segmented-control"
33590
- }
33591
- }
33592
- ]
33593
- },
33594
- {
33595
- "kind": "javascript-module",
33596
- "path": "src/segmented-control/segmented-control.styles.ts",
33597
- "declarations": [
33598
- {
33599
- "kind": "function",
33600
- "name": "foundationSegmentedControlStyles",
33601
- "return": {
33602
- "type": {
33603
- "text": "ElementStyles"
33604
- }
33605
- },
33606
- "parameters": [
33607
- {
33608
- "name": "context",
33609
- "type": {
33610
- "text": "ElementDefinitionContext"
33611
- }
33612
- },
33613
- {
33614
- "name": "definition",
33615
- "type": {
33616
- "text": "FoundationElementDefinition"
33617
- }
33618
- }
33619
- ]
33620
- }
33621
- ],
33622
- "exports": [
33623
- {
33624
- "kind": "js",
33625
- "name": "foundationSegmentedControlStyles",
33626
- "declaration": {
33627
- "name": "foundationSegmentedControlStyles",
33628
- "module": "src/segmented-control/segmented-control.styles.ts"
33629
- }
33630
- }
33631
- ]
33632
- },
33633
- {
33634
- "kind": "javascript-module",
33635
- "path": "src/segmented-control/segmented-control.template.ts",
33636
- "declarations": [
33637
- {
33638
- "kind": "function",
33639
- "name": "foundationSegmentedControlTemplate",
33640
- "return": {
33641
- "type": {
33642
- "text": "ViewTemplate<SegmentedControl>"
33643
- }
33644
- },
33645
- "parameters": [
33646
- {
33647
- "name": "context",
33648
- "type": {
33649
- "text": "ElementDefinitionContext"
33650
- }
33651
- },
33652
- {
33653
- "name": "definition",
33654
- "type": {
33655
- "text": "FoundationElementDefinition"
33656
- }
33657
- }
33658
- ]
33659
- }
33660
- ],
33661
- "exports": [
33662
- {
33663
- "kind": "js",
33664
- "name": "foundationSegmentedControlTemplate",
33665
- "declaration": {
33666
- "name": "foundationSegmentedControlTemplate",
33667
- "module": "src/segmented-control/segmented-control.template.ts"
33668
- }
33669
- }
33670
- ]
33671
- },
33672
- {
33673
- "kind": "javascript-module",
33674
- "path": "src/segmented-control/segmented-control.ts",
33675
- "declarations": [
33676
- {
33677
- "kind": "class",
33678
- "description": "",
33679
- "name": "SegmentedControl",
33680
- "members": [
33681
- {
33682
- "kind": "method",
33683
- "name": "valueChanged",
33684
- "privacy": "protected"
33685
- }
33686
- ],
33687
- "superclass": {
33688
- "name": "FASTRadioGroup",
33689
- "package": "@microsoft/fast-foundation"
33690
- },
33691
- "tagName": "%%prefix%%-segmented-control",
33692
- "customElement": true
33693
- },
33694
- {
33695
- "kind": "variable",
33696
- "name": "foundationSegmentedControlShadowOptions",
33697
- "type": {
33698
- "text": "ShadowRootInit"
33699
- },
33700
- "default": "undefined"
33701
- },
33702
- {
33703
- "kind": "variable",
33704
- "name": "defaultSegmentedControlConfig",
33705
- "type": {
33706
- "text": "object"
33707
- },
33708
- "default": "{}"
33709
- },
33710
- {
33711
- "kind": "variable",
33712
- "name": "foundationSegmentedControl",
33713
- "description": "The Foundation Segmented Control",
33714
- "privacy": "public"
33715
- }
33716
- ],
33717
- "exports": [
33718
- {
33719
- "kind": "js",
33720
- "name": "SegmentedControl",
33721
- "declaration": {
33722
- "name": "SegmentedControl",
33723
- "module": "src/segmented-control/segmented-control.ts"
33724
- }
33725
- },
33726
- {
33727
- "kind": "js",
33728
- "name": "foundationSegmentedControlShadowOptions",
33729
- "declaration": {
33730
- "name": "foundationSegmentedControlShadowOptions",
33731
- "module": "src/segmented-control/segmented-control.ts"
33732
- }
33733
- },
33734
- {
33735
- "kind": "js",
33736
- "name": "defaultSegmentedControlConfig",
33737
- "declaration": {
33738
- "name": "defaultSegmentedControlConfig",
33739
- "module": "src/segmented-control/segmented-control.ts"
33740
- }
33741
- },
33742
- {
33743
- "kind": "js",
33744
- "name": "foundationSegmentedControl",
33745
- "declaration": {
33746
- "name": "foundationSegmentedControl",
33747
- "module": "src/segmented-control/segmented-control.ts"
33748
- }
33749
- }
33750
- ]
33751
- },
33752
33752
  {
33753
33753
  "kind": "javascript-module",
33754
33754
  "path": "src/segmented-item/index.ts",