@genesislcap/foundation-ui 14.251.0 → 14.251.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -8904,11 +8904,11 @@
8904
8904
  },
8905
8905
  {
8906
8906
  "kind": "javascript-module",
8907
- "path": "src/combobox/combobox.styles.ts",
8907
+ "path": "src/connection-indicator/connection-indicator.styles.ts",
8908
8908
  "declarations": [
8909
8909
  {
8910
8910
  "kind": "function",
8911
- "name": "foundationComboboxStyles",
8911
+ "name": "foundationConnectionIndicatorStyles",
8912
8912
  "return": {
8913
8913
  "type": {
8914
8914
  "text": "ElementStyles"
@@ -8933,82 +8933,64 @@
8933
8933
  "exports": [
8934
8934
  {
8935
8935
  "kind": "js",
8936
- "name": "foundationComboboxStyles",
8936
+ "name": "foundationConnectionIndicatorStyles",
8937
8937
  "declaration": {
8938
- "name": "foundationComboboxStyles",
8939
- "module": "src/combobox/combobox.styles.ts"
8938
+ "name": "foundationConnectionIndicatorStyles",
8939
+ "module": "src/connection-indicator/connection-indicator.styles.ts"
8940
8940
  }
8941
8941
  }
8942
8942
  ]
8943
8943
  },
8944
8944
  {
8945
8945
  "kind": "javascript-module",
8946
- "path": "src/combobox/combobox.template.ts",
8946
+ "path": "src/connection-indicator/connection-indicator.template.ts",
8947
8947
  "declarations": [
8948
8948
  {
8949
- "kind": "function",
8950
- "name": "foundationComboboxTemplate",
8951
- "return": {
8952
- "type": {
8953
- "text": "ViewTemplate<Combobox>"
8954
- }
8949
+ "kind": "variable",
8950
+ "name": "foundationConnectionIndicatorTemplate",
8951
+ "type": {
8952
+ "text": "ViewTemplate"
8955
8953
  },
8956
- "parameters": [
8957
- {
8958
- "name": "context",
8959
- "type": {
8960
- "text": "ElementDefinitionContext"
8961
- }
8962
- },
8963
- {
8964
- "name": "definition",
8965
- "type": {
8966
- "text": "ComboboxOptions"
8967
- }
8968
- }
8969
- ]
8954
+ "default": "html<ConnectionIndicator>`\n <div class=${(x) => classNames(['light', true], [x.colour, true])}></div>\n ${when(\n (x) => x.showLabel,\n html<ConnectionIndicator>`\n <div class=\"label\">${(x) => x.label}</div>\n `,\n )}\n`"
8970
8955
  }
8971
8956
  ],
8972
8957
  "exports": [
8973
8958
  {
8974
8959
  "kind": "js",
8975
- "name": "foundationComboboxTemplate",
8960
+ "name": "foundationConnectionIndicatorTemplate",
8976
8961
  "declaration": {
8977
- "name": "foundationComboboxTemplate",
8978
- "module": "src/combobox/combobox.template.ts"
8962
+ "name": "foundationConnectionIndicatorTemplate",
8963
+ "module": "src/connection-indicator/connection-indicator.template.ts"
8979
8964
  }
8980
8965
  }
8981
8966
  ]
8982
8967
  },
8983
8968
  {
8984
8969
  "kind": "javascript-module",
8985
- "path": "src/combobox/combobox.ts",
8970
+ "path": "src/connection-indicator/connection-indicator.ts",
8986
8971
  "declarations": [
8987
8972
  {
8988
8973
  "kind": "class",
8989
8974
  "description": "",
8990
- "name": "Combobox",
8975
+ "name": "ConnectionIndicator",
8991
8976
  "members": [
8992
8977
  {
8993
8978
  "kind": "field",
8994
- "name": "_ourValue",
8979
+ "name": "connect",
8995
8980
  "type": {
8996
- "text": "string"
8997
- },
8998
- "privacy": "private"
8981
+ "text": "Connect"
8982
+ }
8999
8983
  },
9000
8984
  {
9001
8985
  "kind": "field",
9002
- "name": "#indicator",
9003
- "privacy": "private",
8986
+ "name": "session",
9004
8987
  "type": {
9005
- "text": "Element"
8988
+ "text": "Session"
9006
8989
  }
9007
8990
  },
9008
8991
  {
9009
8992
  "kind": "field",
9010
- "name": "#wasOpenOnEnterDown",
9011
- "privacy": "private",
8993
+ "name": "showLabel",
9012
8994
  "type": {
9013
8995
  "text": "boolean"
9014
8996
  },
@@ -9016,420 +8998,203 @@
9016
8998
  },
9017
8999
  {
9018
9000
  "kind": "field",
9019
- "name": "needManualChangeEventDispatch",
9001
+ "name": "label",
9020
9002
  "type": {
9021
- "text": "boolean"
9003
+ "text": "string"
9022
9004
  },
9023
- "privacy": "private",
9024
- "default": "false"
9025
- },
9026
- {
9027
- "kind": "field",
9028
- "name": "activeDescendant",
9029
- "readonly": true
9030
- },
9031
- {
9032
- "kind": "field",
9033
- "name": "slottedDatasource",
9034
- "type": {
9035
- "text": "HTMLSlotElement"
9036
- }
9005
+ "default": "'disconnected'"
9037
9006
  },
9038
9007
  {
9039
9008
  "kind": "field",
9040
- "name": "async",
9009
+ "name": "colour",
9041
9010
  "type": {
9042
- "text": "boolean"
9011
+ "text": "'red' | 'green'"
9043
9012
  },
9044
- "default": "false"
9013
+ "default": "'red'"
9045
9014
  },
9046
9015
  {
9047
9016
  "kind": "field",
9048
- "name": "debounce",
9017
+ "name": "subscription",
9049
9018
  "type": {
9050
- "text": "number"
9019
+ "text": "Subscription"
9051
9020
  },
9052
- "default": "500"
9021
+ "privacy": "private"
9053
9022
  },
9054
9023
  {
9055
9024
  "kind": "method",
9056
- "name": "debounceChanged",
9025
+ "name": "getLabel",
9026
+ "return": {
9027
+ "type": {
9028
+ "text": "string"
9029
+ }
9030
+ },
9057
9031
  "parameters": [
9058
9032
  {
9059
- "name": "oldValue"
9060
- },
9061
- {
9062
- "name": "newValue",
9033
+ "name": "connected",
9063
9034
  "type": {
9064
- "text": "number"
9035
+ "text": "boolean"
9065
9036
  }
9066
9037
  }
9067
9038
  ]
9068
9039
  },
9069
9040
  {
9070
9041
  "kind": "field",
9071
- "name": "debouncedInputHandler"
9072
- },
9073
- {
9074
- "kind": "field",
9075
- "name": "caseSensitive",
9042
+ "name": "_presentation",
9076
9043
  "type": {
9077
- "text": "boolean"
9044
+ "text": "ComponentPresentation | null | undefined"
9078
9045
  },
9079
- "privacy": "public",
9080
- "default": "false",
9081
- "description": "Controls whether to perform a case-sensitive search in the list of options"
9046
+ "privacy": "private",
9047
+ "default": "void 0",
9048
+ "inheritedFrom": {
9049
+ "name": "FoundationElement",
9050
+ "module": "src/foundation-element/foundation-element.ts"
9051
+ }
9082
9052
  },
9083
9053
  {
9084
9054
  "kind": "field",
9085
- "name": "ignoreInputClick",
9055
+ "name": "$presentation",
9086
9056
  "type": {
9087
- "text": "boolean"
9057
+ "text": "ComponentPresentation | null"
9088
9058
  },
9089
9059
  "privacy": "public",
9090
- "default": "false",
9091
- "description": "Controls whether to suppress opening the dropdown when the input field is clicked"
9060
+ "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
9061
+ "inheritedFrom": {
9062
+ "name": "FoundationElement",
9063
+ "module": "src/foundation-element/foundation-element.ts"
9064
+ }
9092
9065
  },
9093
9066
  {
9094
9067
  "kind": "field",
9095
- "name": "filterMode",
9068
+ "name": "template",
9096
9069
  "type": {
9097
- "text": "'contains' | 'startsWith'"
9070
+ "text": "ElementViewTemplate | void | null"
9098
9071
  },
9099
9072
  "privacy": "public",
9100
- "default": "'startsWith'",
9101
- "description": "Controls whether to filter by contains or startsWith"
9102
- },
9103
- {
9104
- "kind": "field",
9105
- "name": "scrollToSelectedWhenOpening",
9106
- "type": {
9107
- "text": "boolean"
9108
- },
9109
- "default": "false",
9110
- "description": "Controls whether the combobox should always scroll to the selected option when the dropdown is opened"
9111
- },
9112
- {
9113
- "kind": "field",
9114
- "name": "scrollToSelectedWhenOpeningOptions",
9115
- "type": {
9116
- "text": "boolean | ScrollIntoViewOptions"
9117
- },
9118
- "default": "{\n behavior: 'auto',\n block: 'nearest',\n }",
9119
- "description": "Options for scrolling to the selected option when the dropdown is opened"
9120
- },
9121
- {
9122
- "kind": "field",
9123
- "name": "scrollWhenSelectionChanges",
9124
- "type": {
9125
- "text": "boolean"
9126
- },
9127
- "default": "false",
9128
- "description": "Controls whether the combobox should scroll to the selected option when the selection changes"
9129
- },
9130
- {
9131
- "kind": "field",
9132
- "name": "scrollWhenSelectionChangesOptions",
9133
- "type": {
9134
- "text": "boolean | ScrollIntoViewOptions"
9135
- },
9136
- "default": "{\n behavior: 'auto',\n block: 'center',\n }",
9137
- "description": "Options for scrolling to the selected option when the selection changes"
9138
- },
9139
- {
9140
- "kind": "method",
9141
- "name": "openChanged"
9142
- },
9143
- {
9144
- "kind": "field",
9145
- "name": "value",
9146
- "privacy": "public"
9073
+ "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.",
9074
+ "inheritedFrom": {
9075
+ "name": "FoundationElement",
9076
+ "module": "src/foundation-element/foundation-element.ts"
9077
+ }
9147
9078
  },
9148
9079
  {
9149
9080
  "kind": "method",
9150
- "name": "slottedOptionsChanged",
9151
- "privacy": "public",
9081
+ "name": "templateChanged",
9082
+ "privacy": "protected",
9152
9083
  "return": {
9153
9084
  "type": {
9154
9085
  "text": "void"
9155
9086
  }
9156
9087
  },
9157
- "parameters": [
9158
- {
9159
- "name": "prev",
9160
- "type": {
9161
- "text": "Element[] | undefined"
9162
- }
9163
- },
9164
- {
9165
- "name": "next",
9166
- "type": {
9167
- "text": "Element[]"
9168
- }
9169
- }
9170
- ]
9088
+ "inheritedFrom": {
9089
+ "name": "FoundationElement",
9090
+ "module": "src/foundation-element/foundation-element.ts"
9091
+ }
9171
9092
  },
9172
9093
  {
9173
- "kind": "method",
9174
- "name": "filterOptions",
9094
+ "kind": "field",
9095
+ "name": "styles",
9096
+ "type": {
9097
+ "text": "ElementStyles | void | null"
9098
+ },
9175
9099
  "privacy": "public",
9176
- "return": {
9177
- "type": {
9178
- "text": "void"
9179
- }
9100
+ "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.",
9101
+ "inheritedFrom": {
9102
+ "name": "FoundationElement",
9103
+ "module": "src/foundation-element/foundation-element.ts"
9180
9104
  }
9181
9105
  },
9182
9106
  {
9183
9107
  "kind": "method",
9184
- "name": "clickHandler",
9185
- "privacy": "public",
9108
+ "name": "stylesChanged",
9109
+ "privacy": "protected",
9186
9110
  "return": {
9187
9111
  "type": {
9188
- "text": "boolean | void"
9112
+ "text": "void"
9189
9113
  }
9190
9114
  },
9191
- "parameters": [
9192
- {
9193
- "name": "e",
9194
- "type": {
9195
- "text": "MouseEvent"
9196
- }
9197
- }
9198
- ]
9115
+ "inheritedFrom": {
9116
+ "name": "FoundationElement",
9117
+ "module": "src/foundation-element/foundation-element.ts"
9118
+ }
9199
9119
  },
9200
9120
  {
9201
9121
  "kind": "method",
9202
- "name": "keydownHandler",
9122
+ "name": "compose",
9203
9123
  "privacy": "public",
9124
+ "static": true,
9204
9125
  "return": {
9205
9126
  "type": {
9206
- "text": "boolean | void"
9127
+ "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
9207
9128
  }
9208
9129
  },
9209
9130
  "parameters": [
9210
9131
  {
9211
- "name": "e",
9132
+ "name": "this",
9212
9133
  "type": {
9213
- "text": "KeyboardEvent"
9134
+ "text": "K"
9214
9135
  }
9215
- }
9216
- ]
9217
- },
9218
- {
9219
- "kind": "method",
9220
- "name": "keyupHandler",
9221
- "privacy": "public",
9222
- "return": {
9223
- "type": {
9224
- "text": "boolean | void"
9225
- }
9226
- },
9227
- "parameters": [
9228
- {
9229
- "name": "e",
9230
- "type": {
9231
- "text": "KeyboardEvent"
9232
- }
9233
- }
9234
- ]
9235
- },
9236
- {
9237
- "kind": "field",
9238
- "name": "indicator",
9239
- "type": {
9240
- "text": "Element"
9241
- },
9242
- "privacy": "protected",
9243
- "description": "Gets the HTML element for the indicator button",
9244
- "readonly": true
9245
- },
9246
- {
9247
- "kind": "method",
9248
- "name": "selectItemByValue",
9249
- "privacy": "protected",
9250
- "parameters": [
9136
+ },
9251
9137
  {
9252
- "name": "value",
9138
+ "name": "elementDefinition",
9253
9139
  "type": {
9254
- "text": "string"
9140
+ "text": "T"
9255
9141
  },
9256
- "description": "The text value of the item to be selected"
9142
+ "description": "The definition of the element to create the registry\nfunction for."
9257
9143
  }
9258
9144
  ],
9259
- "description": "Selects an item in the dropdown based on its text value"
9260
- },
9261
- {
9262
- "kind": "method",
9263
- "name": "inputHandler",
9264
- "return": {
9265
- "type": {
9266
- "text": "boolean | void"
9267
- }
9268
- },
9269
- "parameters": [
9270
- {
9271
- "name": "e",
9272
- "type": {
9273
- "text": "InputEvent"
9274
- }
9275
- }
9276
- ]
9277
- },
9278
- {
9279
- "kind": "method",
9280
- "name": "asyncSetFilter"
9281
- },
9282
- {
9283
- "kind": "field",
9284
- "name": "resetCombobox"
9285
- },
9286
- {
9287
- "kind": "method",
9288
- "name": "manuallyDispatchChangeEvent",
9289
- "privacy": "private"
9290
- }
9291
- ],
9292
- "events": [
9293
- {
9294
- "name": "change",
9295
- "type": {
9296
- "text": "Event"
9145
+ "description": "Defines an element registry function with a set of element definition defaults.",
9146
+ "inheritedFrom": {
9147
+ "name": "FoundationElement",
9148
+ "module": "src/foundation-element/foundation-element.ts"
9297
9149
  }
9298
9150
  }
9299
9151
  ],
9300
9152
  "attributes": [
9301
9153
  {
9154
+ "name": "show-label",
9302
9155
  "type": {
9303
9156
  "text": "boolean"
9304
9157
  },
9305
9158
  "default": "false",
9306
- "fieldName": "async"
9307
- },
9308
- {
9309
- "name": "debounce",
9310
- "type": {
9311
- "text": "number"
9312
- },
9313
- "default": "DEBOUNCE_TIME",
9314
- "resolveInitializer": {
9315
- "module": "src/combobox/combobox.ts"
9316
- },
9317
- "fieldName": "debounce"
9318
- },
9319
- {
9320
- "name": "case-sensitive",
9321
- "type": {
9322
- "text": "boolean"
9323
- },
9324
- "default": "false",
9325
- "description": "Controls whether to perform a case-sensitive search in the list of options",
9326
- "fieldName": "caseSensitive"
9327
- },
9328
- {
9329
- "name": "ignore-input-click",
9330
- "type": {
9331
- "text": "boolean"
9332
- },
9333
- "default": "false",
9334
- "description": "Controls whether to suppress opening the dropdown when the input field is clicked",
9335
- "fieldName": "ignoreInputClick"
9336
- },
9337
- {
9338
- "name": "filter-mode",
9339
- "type": {
9340
- "text": "'contains' | 'startsWith'"
9341
- },
9342
- "default": "'startsWith'",
9343
- "description": "Controls whether to filter by contains or startsWith",
9344
- "fieldName": "filterMode"
9345
- },
9346
- {
9347
- "name": "scroll-to-selected-when-opening",
9348
- "type": {
9349
- "text": "boolean"
9350
- },
9351
- "default": "false",
9352
- "description": "Controls whether the combobox should always scroll to the selected option when the dropdown is opened",
9353
- "fieldName": "scrollToSelectedWhenOpening"
9354
- },
9355
- {
9356
- "name": "scroll-when-selection-changes",
9357
- "type": {
9358
- "text": "boolean"
9359
- },
9360
- "default": "false",
9361
- "description": "Controls whether the combobox should scroll to the selected option when the selection changes",
9362
- "fieldName": "scrollWhenSelectionChanges"
9159
+ "fieldName": "showLabel"
9363
9160
  }
9364
9161
  ],
9365
9162
  "superclass": {
9366
- "name": "FASTComboBox",
9367
- "package": "@microsoft/fast-components"
9163
+ "name": "FoundationElement",
9164
+ "package": "@microsoft/fast-foundation"
9368
9165
  },
9369
- "tagName": "%%prefix%%-combobox",
9166
+ "tagName": "%%prefix%%-connection-indicator",
9370
9167
  "customElement": true
9371
9168
  },
9372
9169
  {
9373
9170
  "kind": "variable",
9374
- "name": "foundationComboboxShadowOptions",
9375
- "type": {
9376
- "text": "ShadowRootInit"
9377
- },
9378
- "default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
9379
- },
9380
- {
9381
- "kind": "variable",
9382
- "name": "defaultComboboxConfig",
9383
- "type": {
9384
- "text": "object"
9385
- },
9386
- "default": "{\n indicator: `\n <svg\n class=\"combo-box-indicator\"\n part=\"combo-box-indicator\"\n viewBox=\"0 0 12 7\"\n xmlns=\"http://www.w3.org/2000/svg\"\n >\n <path\n d=\"M11.85.65c.2.2.2.5 0 .7L6.4 6.84a.55.55 0 01-.78 0L.14 1.35a.5.5 0 11.71-.7L6 5.8 11.15.65c.2-.2.5-.2.7 0z\"\n />\n </svg>\n `,\n}"
9387
- },
9388
- {
9389
- "kind": "variable",
9390
- "name": "foundationCombobox",
9391
- "description": "The Foundation Combo-box",
9171
+ "name": "foundationConnectionIndicator",
9172
+ "description": "The Connection Indicator",
9392
9173
  "privacy": "public"
9393
9174
  }
9394
9175
  ],
9395
9176
  "exports": [
9396
9177
  {
9397
9178
  "kind": "js",
9398
- "name": "Combobox",
9399
- "declaration": {
9400
- "name": "Combobox",
9401
- "module": "src/combobox/combobox.ts"
9402
- }
9403
- },
9404
- {
9405
- "kind": "js",
9406
- "name": "foundationComboboxShadowOptions",
9407
- "declaration": {
9408
- "name": "foundationComboboxShadowOptions",
9409
- "module": "src/combobox/combobox.ts"
9410
- }
9411
- },
9412
- {
9413
- "kind": "js",
9414
- "name": "defaultComboboxConfig",
9179
+ "name": "ConnectionIndicator",
9415
9180
  "declaration": {
9416
- "name": "defaultComboboxConfig",
9417
- "module": "src/combobox/combobox.ts"
9181
+ "name": "ConnectionIndicator",
9182
+ "module": "src/connection-indicator/connection-indicator.ts"
9418
9183
  }
9419
9184
  },
9420
9185
  {
9421
9186
  "kind": "js",
9422
- "name": "foundationCombobox",
9187
+ "name": "foundationConnectionIndicator",
9423
9188
  "declaration": {
9424
- "name": "foundationCombobox",
9425
- "module": "src/combobox/combobox.ts"
9189
+ "name": "foundationConnectionIndicator",
9190
+ "module": "src/connection-indicator/connection-indicator.ts"
9426
9191
  }
9427
9192
  }
9428
9193
  ]
9429
9194
  },
9430
9195
  {
9431
9196
  "kind": "javascript-module",
9432
- "path": "src/combobox/index.ts",
9197
+ "path": "src/connection-indicator/index.ts",
9433
9198
  "declarations": [],
9434
9199
  "exports": [
9435
9200
  {
@@ -9437,7 +9202,7 @@
9437
9202
  "name": "*",
9438
9203
  "declaration": {
9439
9204
  "name": "*",
9440
- "package": "./combobox.styles"
9205
+ "package": "./connection-indicator"
9441
9206
  }
9442
9207
  },
9443
9208
  {
@@ -9445,7 +9210,7 @@
9445
9210
  "name": "*",
9446
9211
  "declaration": {
9447
9212
  "name": "*",
9448
- "package": "./combobox.template"
9213
+ "package": "./connection-indicator.styles"
9449
9214
  }
9450
9215
  },
9451
9216
  {
@@ -9453,18 +9218,39 @@
9453
9218
  "name": "*",
9454
9219
  "declaration": {
9455
9220
  "name": "*",
9456
- "package": "./combobox"
9221
+ "package": "./connection-indicator.template"
9457
9222
  }
9458
9223
  }
9459
9224
  ]
9460
9225
  },
9461
9226
  {
9462
9227
  "kind": "javascript-module",
9463
- "path": "src/connection-indicator/connection-indicator.styles.ts",
9228
+ "path": "src/context/app.ts",
9229
+ "declarations": [],
9230
+ "exports": []
9231
+ },
9232
+ {
9233
+ "kind": "javascript-module",
9234
+ "path": "src/context/index.ts",
9235
+ "declarations": [],
9236
+ "exports": [
9237
+ {
9238
+ "kind": "js",
9239
+ "name": "*",
9240
+ "declaration": {
9241
+ "name": "*",
9242
+ "package": "./app"
9243
+ }
9244
+ }
9245
+ ]
9246
+ },
9247
+ {
9248
+ "kind": "javascript-module",
9249
+ "path": "src/data-grid/data-grid.styles.ts",
9464
9250
  "declarations": [
9465
9251
  {
9466
9252
  "kind": "function",
9467
- "name": "foundationConnectionIndicatorStyles",
9253
+ "name": "foundationDataGridStyles",
9468
9254
  "return": {
9469
9255
  "type": {
9470
9256
  "text": "ElementStyles"
@@ -9478,7 +9264,7 @@
9478
9264
  }
9479
9265
  },
9480
9266
  {
9481
- "name": "definition",
9267
+ "name": "defintion",
9482
9268
  "type": {
9483
9269
  "text": "FoundationElementDefinition"
9484
9270
  }
@@ -9489,96 +9275,123 @@
9489
9275
  "exports": [
9490
9276
  {
9491
9277
  "kind": "js",
9492
- "name": "foundationConnectionIndicatorStyles",
9278
+ "name": "foundationDataGridStyles",
9493
9279
  "declaration": {
9494
- "name": "foundationConnectionIndicatorStyles",
9495
- "module": "src/connection-indicator/connection-indicator.styles.ts"
9280
+ "name": "foundationDataGridStyles",
9281
+ "module": "src/data-grid/data-grid.styles.ts"
9496
9282
  }
9497
9283
  }
9498
9284
  ]
9499
9285
  },
9500
9286
  {
9501
9287
  "kind": "javascript-module",
9502
- "path": "src/connection-indicator/connection-indicator.template.ts",
9288
+ "path": "src/data-grid/data-grid.template.ts",
9503
9289
  "declarations": [
9504
9290
  {
9505
- "kind": "variable",
9506
- "name": "foundationConnectionIndicatorTemplate",
9507
- "type": {
9508
- "text": "ViewTemplate"
9291
+ "kind": "function",
9292
+ "name": "foundationDataGridTemplate",
9293
+ "return": {
9294
+ "type": {
9295
+ "text": "ViewTemplate<DataGrid>"
9296
+ }
9509
9297
  },
9510
- "default": "html<ConnectionIndicator>`\n <div class=${(x) => classNames(['light', true], [x.colour, true])}></div>\n ${when(\n (x) => x.showLabel,\n html<ConnectionIndicator>`\n <div class=\"label\">${(x) => x.label}</div>\n `,\n )}\n`"
9511
- }
9512
- ],
9513
- "exports": [
9514
- {
9515
- "kind": "js",
9516
- "name": "foundationConnectionIndicatorTemplate",
9298
+ "parameters": [
9299
+ {
9300
+ "name": "context",
9301
+ "type": {
9302
+ "text": "ElementDefinitionContext"
9303
+ }
9304
+ },
9305
+ {
9306
+ "name": "definition",
9307
+ "type": {
9308
+ "text": "FoundationElementDefinition"
9309
+ }
9310
+ }
9311
+ ]
9312
+ }
9313
+ ],
9314
+ "exports": [
9315
+ {
9316
+ "kind": "js",
9317
+ "name": "foundationDataGridTemplate",
9517
9318
  "declaration": {
9518
- "name": "foundationConnectionIndicatorTemplate",
9519
- "module": "src/connection-indicator/connection-indicator.template.ts"
9319
+ "name": "foundationDataGridTemplate",
9320
+ "module": "src/data-grid/data-grid.template.ts"
9520
9321
  }
9521
9322
  }
9522
9323
  ]
9523
9324
  },
9524
9325
  {
9525
9326
  "kind": "javascript-module",
9526
- "path": "src/connection-indicator/connection-indicator.ts",
9327
+ "path": "src/data-grid/data-grid.ts",
9527
9328
  "declarations": [
9528
9329
  {
9529
9330
  "kind": "class",
9530
9331
  "description": "",
9531
- "name": "ConnectionIndicator",
9532
- "members": [
9533
- {
9534
- "kind": "field",
9535
- "name": "connect",
9536
- "type": {
9537
- "text": "Connect"
9538
- }
9539
- },
9540
- {
9541
- "kind": "field",
9542
- "name": "session",
9543
- "type": {
9544
- "text": "Session"
9545
- }
9546
- },
9332
+ "name": "DataGrid",
9333
+ "superclass": {
9334
+ "name": "FASTDataGrid",
9335
+ "package": "@microsoft/fast-components"
9336
+ },
9337
+ "tagName": "%%prefix%%-data-grid",
9338
+ "customElement": true,
9339
+ "attributes": [
9547
9340
  {
9548
- "kind": "field",
9549
- "name": "showLabel",
9341
+ "name": "no-tabbing",
9550
9342
  "type": {
9551
9343
  "text": "boolean"
9552
9344
  },
9553
- "default": "false"
9345
+ "default": "false",
9346
+ "description": "When true the component will not add itself to the tab queue.\nDefault is false.",
9347
+ "fieldName": "noTabbing",
9348
+ "inheritedFrom": {
9349
+ "name": "DataGrid",
9350
+ "module": "src/data-grid/data-grid.ts"
9351
+ }
9554
9352
  },
9555
9353
  {
9556
- "kind": "field",
9557
- "name": "label",
9354
+ "name": "generate-header",
9558
9355
  "type": {
9559
- "text": "string"
9356
+ "text": "GenerateHeaderOptions"
9560
9357
  },
9561
- "default": "'disconnected'"
9358
+ "description": "Whether the grid should automatically generate a header row and its type",
9359
+ "fieldName": "generateHeader",
9360
+ "inheritedFrom": {
9361
+ "name": "DataGrid",
9362
+ "module": "src/data-grid/data-grid.ts"
9363
+ }
9562
9364
  },
9563
9365
  {
9564
- "kind": "field",
9565
- "name": "colour",
9366
+ "name": "grid-template-columns",
9566
9367
  "type": {
9567
- "text": "'red' | 'green'"
9368
+ "text": "string"
9568
9369
  },
9569
- "default": "'red'"
9570
- },
9370
+ "description": "String that gets applied to the the css gridTemplateColumns attribute of child rows",
9371
+ "fieldName": "gridTemplateColumns",
9372
+ "inheritedFrom": {
9373
+ "name": "DataGrid",
9374
+ "module": "src/data-grid/data-grid.ts"
9375
+ }
9376
+ }
9377
+ ],
9378
+ "members": [
9571
9379
  {
9572
9380
  "kind": "field",
9573
- "name": "subscription",
9574
- "type": {
9575
- "text": "Subscription"
9576
- },
9577
- "privacy": "private"
9381
+ "name": "generateColumns",
9382
+ "privacy": "public",
9383
+ "static": true,
9384
+ "description": "generates a basic column definition by examining sample row data",
9385
+ "inheritedFrom": {
9386
+ "name": "DataGrid",
9387
+ "module": "src/data-grid/data-grid.ts"
9388
+ }
9578
9389
  },
9579
9390
  {
9580
9391
  "kind": "method",
9581
- "name": "getLabel",
9392
+ "name": "generateTemplateColumns",
9393
+ "privacy": "private",
9394
+ "static": true,
9582
9395
  "return": {
9583
9396
  "type": {
9584
9397
  "text": "string"
@@ -9586,358 +9399,190 @@
9586
9399
  },
9587
9400
  "parameters": [
9588
9401
  {
9589
- "name": "connected",
9402
+ "name": "columnDefinitions",
9590
9403
  "type": {
9591
- "text": "boolean"
9404
+ "text": "ColumnDefinition[]"
9592
9405
  }
9593
9406
  }
9594
- ]
9407
+ ],
9408
+ "description": "generates a gridTemplateColumns based on columndata array",
9409
+ "inheritedFrom": {
9410
+ "name": "DataGrid",
9411
+ "module": "src/data-grid/data-grid.ts"
9412
+ }
9595
9413
  },
9596
9414
  {
9597
9415
  "kind": "field",
9598
- "name": "_presentation",
9416
+ "name": "noTabbing",
9599
9417
  "type": {
9600
- "text": "ComponentPresentation | null | undefined"
9418
+ "text": "boolean"
9601
9419
  },
9420
+ "privacy": "public",
9421
+ "default": "false",
9422
+ "description": "When true the component will not add itself to the tab queue.\nDefault is false.",
9423
+ "inheritedFrom": {
9424
+ "name": "DataGrid",
9425
+ "module": "src/data-grid/data-grid.ts"
9426
+ }
9427
+ },
9428
+ {
9429
+ "kind": "method",
9430
+ "name": "noTabbingChanged",
9602
9431
  "privacy": "private",
9603
- "default": "void 0",
9432
+ "return": {
9433
+ "type": {
9434
+ "text": "void"
9435
+ }
9436
+ },
9604
9437
  "inheritedFrom": {
9605
- "name": "FoundationElement",
9606
- "module": "src/foundation-element/foundation-element.ts"
9438
+ "name": "DataGrid",
9439
+ "module": "src/data-grid/data-grid.ts"
9607
9440
  }
9608
9441
  },
9609
9442
  {
9610
9443
  "kind": "field",
9611
- "name": "$presentation",
9444
+ "name": "generateHeader",
9612
9445
  "type": {
9613
- "text": "ComponentPresentation | null"
9446
+ "text": "GenerateHeaderOptions"
9614
9447
  },
9615
9448
  "privacy": "public",
9616
- "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
9449
+ "description": "Whether the grid should automatically generate a header row and its type",
9617
9450
  "inheritedFrom": {
9618
- "name": "FoundationElement",
9619
- "module": "src/foundation-element/foundation-element.ts"
9451
+ "name": "DataGrid",
9452
+ "module": "src/data-grid/data-grid.ts"
9453
+ }
9454
+ },
9455
+ {
9456
+ "kind": "method",
9457
+ "name": "generateHeaderChanged",
9458
+ "privacy": "private",
9459
+ "return": {
9460
+ "type": {
9461
+ "text": "void"
9462
+ }
9463
+ },
9464
+ "inheritedFrom": {
9465
+ "name": "DataGrid",
9466
+ "module": "src/data-grid/data-grid.ts"
9620
9467
  }
9621
9468
  },
9622
9469
  {
9623
9470
  "kind": "field",
9624
- "name": "template",
9471
+ "name": "gridTemplateColumns",
9625
9472
  "type": {
9626
- "text": "ElementViewTemplate | void | null"
9473
+ "text": "string"
9627
9474
  },
9628
9475
  "privacy": "public",
9629
- "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.",
9476
+ "description": "String that gets applied to the the css gridTemplateColumns attribute of child rows",
9630
9477
  "inheritedFrom": {
9631
- "name": "FoundationElement",
9632
- "module": "src/foundation-element/foundation-element.ts"
9478
+ "name": "DataGrid",
9479
+ "module": "src/data-grid/data-grid.ts"
9633
9480
  }
9634
9481
  },
9635
9482
  {
9636
9483
  "kind": "method",
9637
- "name": "templateChanged",
9638
- "privacy": "protected",
9484
+ "name": "gridTemplateColumnsChanged",
9485
+ "privacy": "private",
9639
9486
  "return": {
9640
9487
  "type": {
9641
9488
  "text": "void"
9642
9489
  }
9643
9490
  },
9644
9491
  "inheritedFrom": {
9645
- "name": "FoundationElement",
9646
- "module": "src/foundation-element/foundation-element.ts"
9492
+ "name": "DataGrid",
9493
+ "module": "src/data-grid/data-grid.ts"
9647
9494
  }
9648
9495
  },
9649
9496
  {
9650
9497
  "kind": "field",
9651
- "name": "styles",
9498
+ "name": "rowsData",
9652
9499
  "type": {
9653
- "text": "ElementStyles | void | null"
9500
+ "text": "object[]"
9654
9501
  },
9655
9502
  "privacy": "public",
9656
- "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.",
9503
+ "default": "[]",
9504
+ "description": "The data being displayed in the grid",
9657
9505
  "inheritedFrom": {
9658
- "name": "FoundationElement",
9659
- "module": "src/foundation-element/foundation-element.ts"
9506
+ "name": "DataGrid",
9507
+ "module": "src/data-grid/data-grid.ts"
9660
9508
  }
9661
9509
  },
9662
9510
  {
9663
9511
  "kind": "method",
9664
- "name": "stylesChanged",
9665
- "privacy": "protected",
9512
+ "name": "rowsDataChanged",
9513
+ "privacy": "private",
9666
9514
  "return": {
9667
9515
  "type": {
9668
9516
  "text": "void"
9669
9517
  }
9670
9518
  },
9671
9519
  "inheritedFrom": {
9672
- "name": "FoundationElement",
9673
- "module": "src/foundation-element/foundation-element.ts"
9520
+ "name": "DataGrid",
9521
+ "module": "src/data-grid/data-grid.ts"
9674
9522
  }
9675
9523
  },
9676
9524
  {
9677
- "kind": "method",
9678
- "name": "compose",
9525
+ "kind": "field",
9526
+ "name": "columnDefinitions",
9527
+ "type": {
9528
+ "text": "ColumnDefinition[] | null"
9529
+ },
9679
9530
  "privacy": "public",
9680
- "static": true,
9531
+ "default": "null",
9532
+ "description": "The column definitions of the grid",
9533
+ "inheritedFrom": {
9534
+ "name": "DataGrid",
9535
+ "module": "src/data-grid/data-grid.ts"
9536
+ }
9537
+ },
9538
+ {
9539
+ "kind": "method",
9540
+ "name": "columnDefinitionsChanged",
9541
+ "privacy": "private",
9681
9542
  "return": {
9682
9543
  "type": {
9683
- "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
9544
+ "text": "void"
9684
9545
  }
9685
9546
  },
9686
- "parameters": [
9687
- {
9688
- "name": "this",
9689
- "type": {
9690
- "text": "K"
9691
- }
9692
- },
9693
- {
9694
- "name": "elementDefinition",
9695
- "type": {
9696
- "text": "T"
9697
- },
9698
- "description": "The definition of the element to create the registry\nfunction for."
9699
- }
9700
- ],
9701
- "description": "Defines an element registry function with a set of element definition defaults.",
9702
9547
  "inheritedFrom": {
9703
- "name": "FoundationElement",
9704
- "module": "src/foundation-element/foundation-element.ts"
9548
+ "name": "DataGrid",
9549
+ "module": "src/data-grid/data-grid.ts"
9705
9550
  }
9706
- }
9707
- ],
9708
- "attributes": [
9551
+ },
9709
9552
  {
9710
- "name": "show-label",
9553
+ "kind": "field",
9554
+ "name": "rowItemTemplate",
9711
9555
  "type": {
9712
- "text": "boolean"
9556
+ "text": "ViewTemplate"
9713
9557
  },
9714
- "default": "false",
9715
- "fieldName": "showLabel"
9716
- }
9717
- ],
9718
- "superclass": {
9719
- "name": "FoundationElement",
9720
- "package": "@microsoft/fast-foundation"
9721
- },
9722
- "tagName": "%%prefix%%-connection-indicator",
9723
- "customElement": true
9724
- },
9725
- {
9726
- "kind": "variable",
9727
- "name": "foundationConnectionIndicator",
9728
- "description": "The Connection Indicator",
9729
- "privacy": "public"
9730
- }
9731
- ],
9732
- "exports": [
9733
- {
9734
- "kind": "js",
9735
- "name": "ConnectionIndicator",
9736
- "declaration": {
9737
- "name": "ConnectionIndicator",
9738
- "module": "src/connection-indicator/connection-indicator.ts"
9739
- }
9740
- },
9741
- {
9742
- "kind": "js",
9743
- "name": "foundationConnectionIndicator",
9744
- "declaration": {
9745
- "name": "foundationConnectionIndicator",
9746
- "module": "src/connection-indicator/connection-indicator.ts"
9747
- }
9748
- }
9749
- ]
9750
- },
9751
- {
9752
- "kind": "javascript-module",
9753
- "path": "src/connection-indicator/index.ts",
9754
- "declarations": [],
9755
- "exports": [
9756
- {
9757
- "kind": "js",
9758
- "name": "*",
9759
- "declaration": {
9760
- "name": "*",
9761
- "package": "./connection-indicator"
9762
- }
9763
- },
9764
- {
9765
- "kind": "js",
9766
- "name": "*",
9767
- "declaration": {
9768
- "name": "*",
9769
- "package": "./connection-indicator.styles"
9770
- }
9771
- },
9772
- {
9773
- "kind": "js",
9774
- "name": "*",
9775
- "declaration": {
9776
- "name": "*",
9777
- "package": "./connection-indicator.template"
9778
- }
9779
- }
9780
- ]
9781
- },
9782
- {
9783
- "kind": "javascript-module",
9784
- "path": "src/context/app.ts",
9785
- "declarations": [],
9786
- "exports": []
9787
- },
9788
- {
9789
- "kind": "javascript-module",
9790
- "path": "src/context/index.ts",
9791
- "declarations": [],
9792
- "exports": [
9793
- {
9794
- "kind": "js",
9795
- "name": "*",
9796
- "declaration": {
9797
- "name": "*",
9798
- "package": "./app"
9799
- }
9800
- }
9801
- ]
9802
- },
9803
- {
9804
- "kind": "javascript-module",
9805
- "path": "src/data-grid/data-grid.styles.ts",
9806
- "declarations": [
9807
- {
9808
- "kind": "function",
9809
- "name": "foundationDataGridStyles",
9810
- "return": {
9811
- "type": {
9812
- "text": "ElementStyles"
9813
- }
9814
- },
9815
- "parameters": [
9816
- {
9817
- "name": "context",
9818
- "type": {
9819
- "text": "ElementDefinitionContext"
9820
- }
9821
- },
9822
- {
9823
- "name": "defintion",
9824
- "type": {
9825
- "text": "FoundationElementDefinition"
9826
- }
9827
- }
9828
- ]
9829
- }
9830
- ],
9831
- "exports": [
9832
- {
9833
- "kind": "js",
9834
- "name": "foundationDataGridStyles",
9835
- "declaration": {
9836
- "name": "foundationDataGridStyles",
9837
- "module": "src/data-grid/data-grid.styles.ts"
9838
- }
9839
- }
9840
- ]
9841
- },
9842
- {
9843
- "kind": "javascript-module",
9844
- "path": "src/data-grid/data-grid.template.ts",
9845
- "declarations": [
9846
- {
9847
- "kind": "function",
9848
- "name": "foundationDataGridTemplate",
9849
- "return": {
9850
- "type": {
9851
- "text": "ViewTemplate<DataGrid>"
9852
- }
9853
- },
9854
- "parameters": [
9855
- {
9856
- "name": "context",
9857
- "type": {
9858
- "text": "ElementDefinitionContext"
9859
- }
9860
- },
9861
- {
9862
- "name": "definition",
9863
- "type": {
9864
- "text": "FoundationElementDefinition"
9865
- }
9866
- }
9867
- ]
9868
- }
9869
- ],
9870
- "exports": [
9871
- {
9872
- "kind": "js",
9873
- "name": "foundationDataGridTemplate",
9874
- "declaration": {
9875
- "name": "foundationDataGridTemplate",
9876
- "module": "src/data-grid/data-grid.template.ts"
9877
- }
9878
- }
9879
- ]
9880
- },
9881
- {
9882
- "kind": "javascript-module",
9883
- "path": "src/data-grid/data-grid.ts",
9884
- "declarations": [
9885
- {
9886
- "kind": "class",
9887
- "description": "",
9888
- "name": "DataGrid",
9889
- "superclass": {
9890
- "name": "FASTDataGrid",
9891
- "package": "@microsoft/fast-components"
9892
- },
9893
- "tagName": "%%prefix%%-data-grid",
9894
- "customElement": true,
9895
- "attributes": [
9896
- {
9897
- "name": "no-tabbing",
9898
- "type": {
9899
- "text": "boolean"
9900
- },
9901
- "default": "false",
9902
- "description": "When true the component will not add itself to the tab queue.\nDefault is false.",
9903
- "fieldName": "noTabbing",
9558
+ "privacy": "public",
9559
+ "description": "The template to use for the programmatic generation of rows",
9904
9560
  "inheritedFrom": {
9905
9561
  "name": "DataGrid",
9906
9562
  "module": "src/data-grid/data-grid.ts"
9907
9563
  }
9908
9564
  },
9909
9565
  {
9910
- "name": "generate-header",
9566
+ "kind": "field",
9567
+ "name": "cellItemTemplate",
9911
9568
  "type": {
9912
- "text": "GenerateHeaderOptions"
9569
+ "text": "ViewTemplate | undefined"
9913
9570
  },
9914
- "description": "Whether the grid should automatically generate a header row and its type",
9915
- "fieldName": "generateHeader",
9571
+ "privacy": "public",
9572
+ "description": "The template used to render cells in generated rows.",
9916
9573
  "inheritedFrom": {
9917
9574
  "name": "DataGrid",
9918
9575
  "module": "src/data-grid/data-grid.ts"
9919
9576
  }
9920
9577
  },
9921
9578
  {
9922
- "name": "grid-template-columns",
9579
+ "kind": "field",
9580
+ "name": "headerCellItemTemplate",
9923
9581
  "type": {
9924
- "text": "string"
9582
+ "text": "ViewTemplate | undefined"
9925
9583
  },
9926
- "description": "String that gets applied to the the css gridTemplateColumns attribute of child rows",
9927
- "fieldName": "gridTemplateColumns",
9928
- "inheritedFrom": {
9929
- "name": "DataGrid",
9930
- "module": "src/data-grid/data-grid.ts"
9931
- }
9932
- }
9933
- ],
9934
- "members": [
9935
- {
9936
- "kind": "field",
9937
- "name": "generateColumns",
9938
9584
  "privacy": "public",
9939
- "static": true,
9940
- "description": "generates a basic column definition by examining sample row data",
9585
+ "description": "The template used to render header cells in generated rows.",
9941
9586
  "inheritedFrom": {
9942
9587
  "name": "DataGrid",
9943
9588
  "module": "src/data-grid/data-grid.ts"
@@ -9945,23 +9590,13 @@
9945
9590
  },
9946
9591
  {
9947
9592
  "kind": "method",
9948
- "name": "generateTemplateColumns",
9593
+ "name": "headerCellItemTemplateChanged",
9949
9594
  "privacy": "private",
9950
- "static": true,
9951
9595
  "return": {
9952
9596
  "type": {
9953
- "text": "string"
9597
+ "text": "void"
9954
9598
  }
9955
9599
  },
9956
- "parameters": [
9957
- {
9958
- "name": "columnDefinitions",
9959
- "type": {
9960
- "text": "ColumnDefinition[]"
9961
- }
9962
- }
9963
- ],
9964
- "description": "generates a gridTemplateColumns based on columndata array",
9965
9600
  "inheritedFrom": {
9966
9601
  "name": "DataGrid",
9967
9602
  "module": "src/data-grid/data-grid.ts"
@@ -9969,13 +9604,13 @@
9969
9604
  },
9970
9605
  {
9971
9606
  "kind": "field",
9972
- "name": "noTabbing",
9607
+ "name": "focusRowIndex",
9973
9608
  "type": {
9974
- "text": "boolean"
9609
+ "text": "number"
9975
9610
  },
9976
9611
  "privacy": "public",
9977
- "default": "false",
9978
- "description": "When true the component will not add itself to the tab queue.\nDefault is false.",
9612
+ "default": "0",
9613
+ "description": "The index of the row that will receive focus the next time the\ngrid is focused. This value changes as focus moves to different\nrows within the grid. Changing this value when focus is already\nwithin the grid moves focus to the specified row.",
9979
9614
  "inheritedFrom": {
9980
9615
  "name": "DataGrid",
9981
9616
  "module": "src/data-grid/data-grid.ts"
@@ -9983,7 +9618,7 @@
9983
9618
  },
9984
9619
  {
9985
9620
  "kind": "method",
9986
- "name": "noTabbingChanged",
9621
+ "name": "focusRowIndexChanged",
9987
9622
  "privacy": "private",
9988
9623
  "return": {
9989
9624
  "type": {
@@ -9997,12 +9632,13 @@
9997
9632
  },
9998
9633
  {
9999
9634
  "kind": "field",
10000
- "name": "generateHeader",
9635
+ "name": "focusColumnIndex",
10001
9636
  "type": {
10002
- "text": "GenerateHeaderOptions"
9637
+ "text": "number"
10003
9638
  },
10004
9639
  "privacy": "public",
10005
- "description": "Whether the grid should automatically generate a header row and its type",
9640
+ "default": "0",
9641
+ "description": "The index of the column that will receive focus the next time the\ngrid is focused. This value changes as focus moves to different rows\nwithin the grid. Changing this value when focus is already within\nthe grid moves focus to the specified column.",
10006
9642
  "inheritedFrom": {
10007
9643
  "name": "DataGrid",
10008
9644
  "module": "src/data-grid/data-grid.ts"
@@ -10010,7 +9646,7 @@
10010
9646
  },
10011
9647
  {
10012
9648
  "kind": "method",
10013
- "name": "generateHeaderChanged",
9649
+ "name": "focusColumnIndexChanged",
10014
9650
  "privacy": "private",
10015
9651
  "return": {
10016
9652
  "type": {
@@ -10024,204 +9660,12 @@
10024
9660
  },
10025
9661
  {
10026
9662
  "kind": "field",
10027
- "name": "gridTemplateColumns",
9663
+ "name": "rowElementTag",
10028
9664
  "type": {
10029
9665
  "text": "string"
10030
9666
  },
10031
9667
  "privacy": "public",
10032
- "description": "String that gets applied to the the css gridTemplateColumns attribute of child rows",
10033
- "inheritedFrom": {
10034
- "name": "DataGrid",
10035
- "module": "src/data-grid/data-grid.ts"
10036
- }
10037
- },
10038
- {
10039
- "kind": "method",
10040
- "name": "gridTemplateColumnsChanged",
10041
- "privacy": "private",
10042
- "return": {
10043
- "type": {
10044
- "text": "void"
10045
- }
10046
- },
10047
- "inheritedFrom": {
10048
- "name": "DataGrid",
10049
- "module": "src/data-grid/data-grid.ts"
10050
- }
10051
- },
10052
- {
10053
- "kind": "field",
10054
- "name": "rowsData",
10055
- "type": {
10056
- "text": "object[]"
10057
- },
10058
- "privacy": "public",
10059
- "default": "[]",
10060
- "description": "The data being displayed in the grid",
10061
- "inheritedFrom": {
10062
- "name": "DataGrid",
10063
- "module": "src/data-grid/data-grid.ts"
10064
- }
10065
- },
10066
- {
10067
- "kind": "method",
10068
- "name": "rowsDataChanged",
10069
- "privacy": "private",
10070
- "return": {
10071
- "type": {
10072
- "text": "void"
10073
- }
10074
- },
10075
- "inheritedFrom": {
10076
- "name": "DataGrid",
10077
- "module": "src/data-grid/data-grid.ts"
10078
- }
10079
- },
10080
- {
10081
- "kind": "field",
10082
- "name": "columnDefinitions",
10083
- "type": {
10084
- "text": "ColumnDefinition[] | null"
10085
- },
10086
- "privacy": "public",
10087
- "default": "null",
10088
- "description": "The column definitions of the grid",
10089
- "inheritedFrom": {
10090
- "name": "DataGrid",
10091
- "module": "src/data-grid/data-grid.ts"
10092
- }
10093
- },
10094
- {
10095
- "kind": "method",
10096
- "name": "columnDefinitionsChanged",
10097
- "privacy": "private",
10098
- "return": {
10099
- "type": {
10100
- "text": "void"
10101
- }
10102
- },
10103
- "inheritedFrom": {
10104
- "name": "DataGrid",
10105
- "module": "src/data-grid/data-grid.ts"
10106
- }
10107
- },
10108
- {
10109
- "kind": "field",
10110
- "name": "rowItemTemplate",
10111
- "type": {
10112
- "text": "ViewTemplate"
10113
- },
10114
- "privacy": "public",
10115
- "description": "The template to use for the programmatic generation of rows",
10116
- "inheritedFrom": {
10117
- "name": "DataGrid",
10118
- "module": "src/data-grid/data-grid.ts"
10119
- }
10120
- },
10121
- {
10122
- "kind": "field",
10123
- "name": "cellItemTemplate",
10124
- "type": {
10125
- "text": "ViewTemplate | undefined"
10126
- },
10127
- "privacy": "public",
10128
- "description": "The template used to render cells in generated rows.",
10129
- "inheritedFrom": {
10130
- "name": "DataGrid",
10131
- "module": "src/data-grid/data-grid.ts"
10132
- }
10133
- },
10134
- {
10135
- "kind": "field",
10136
- "name": "headerCellItemTemplate",
10137
- "type": {
10138
- "text": "ViewTemplate | undefined"
10139
- },
10140
- "privacy": "public",
10141
- "description": "The template used to render header cells in generated rows.",
10142
- "inheritedFrom": {
10143
- "name": "DataGrid",
10144
- "module": "src/data-grid/data-grid.ts"
10145
- }
10146
- },
10147
- {
10148
- "kind": "method",
10149
- "name": "headerCellItemTemplateChanged",
10150
- "privacy": "private",
10151
- "return": {
10152
- "type": {
10153
- "text": "void"
10154
- }
10155
- },
10156
- "inheritedFrom": {
10157
- "name": "DataGrid",
10158
- "module": "src/data-grid/data-grid.ts"
10159
- }
10160
- },
10161
- {
10162
- "kind": "field",
10163
- "name": "focusRowIndex",
10164
- "type": {
10165
- "text": "number"
10166
- },
10167
- "privacy": "public",
10168
- "default": "0",
10169
- "description": "The index of the row that will receive focus the next time the\ngrid is focused. This value changes as focus moves to different\nrows within the grid. Changing this value when focus is already\nwithin the grid moves focus to the specified row.",
10170
- "inheritedFrom": {
10171
- "name": "DataGrid",
10172
- "module": "src/data-grid/data-grid.ts"
10173
- }
10174
- },
10175
- {
10176
- "kind": "method",
10177
- "name": "focusRowIndexChanged",
10178
- "privacy": "private",
10179
- "return": {
10180
- "type": {
10181
- "text": "void"
10182
- }
10183
- },
10184
- "inheritedFrom": {
10185
- "name": "DataGrid",
10186
- "module": "src/data-grid/data-grid.ts"
10187
- }
10188
- },
10189
- {
10190
- "kind": "field",
10191
- "name": "focusColumnIndex",
10192
- "type": {
10193
- "text": "number"
10194
- },
10195
- "privacy": "public",
10196
- "default": "0",
10197
- "description": "The index of the column that will receive focus the next time the\ngrid is focused. This value changes as focus moves to different rows\nwithin the grid. Changing this value when focus is already within\nthe grid moves focus to the specified column.",
10198
- "inheritedFrom": {
10199
- "name": "DataGrid",
10200
- "module": "src/data-grid/data-grid.ts"
10201
- }
10202
- },
10203
- {
10204
- "kind": "method",
10205
- "name": "focusColumnIndexChanged",
10206
- "privacy": "private",
10207
- "return": {
10208
- "type": {
10209
- "text": "void"
10210
- }
10211
- },
10212
- "inheritedFrom": {
10213
- "name": "DataGrid",
10214
- "module": "src/data-grid/data-grid.ts"
10215
- }
10216
- },
10217
- {
10218
- "kind": "field",
10219
- "name": "rowElementTag",
10220
- "type": {
10221
- "text": "string"
10222
- },
10223
- "privacy": "public",
10224
- "description": "Set by the component templates.",
9668
+ "description": "Set by the component templates.",
10225
9669
  "inheritedFrom": {
10226
9670
  "name": "DataGrid",
10227
9671
  "module": "src/data-grid/data-grid.ts"
@@ -12027,25 +11471,565 @@
12027
11471
  "exports": [
12028
11472
  {
12029
11473
  "kind": "js",
12030
- "name": "DataGridDatasource",
11474
+ "name": "DataGridDatasource",
11475
+ "declaration": {
11476
+ "name": "DataGridDatasource",
11477
+ "module": "src/data-grid-datasource/data-grid-datasource.ts"
11478
+ }
11479
+ },
11480
+ {
11481
+ "kind": "custom-element-definition",
11482
+ "name": "data-grid-datasource",
11483
+ "declaration": {
11484
+ "name": "DataGridDatasource",
11485
+ "module": "src/data-grid-datasource/data-grid-datasource.ts"
11486
+ }
11487
+ }
11488
+ ]
11489
+ },
11490
+ {
11491
+ "kind": "javascript-module",
11492
+ "path": "src/data-grid-datasource/index.ts",
11493
+ "declarations": [],
11494
+ "exports": [
11495
+ {
11496
+ "kind": "js",
11497
+ "name": "*",
11498
+ "declaration": {
11499
+ "name": "*",
11500
+ "package": "./data-grid-datasource"
11501
+ }
11502
+ }
11503
+ ]
11504
+ },
11505
+ {
11506
+ "kind": "javascript-module",
11507
+ "path": "src/combobox/combobox.styles.ts",
11508
+ "declarations": [
11509
+ {
11510
+ "kind": "function",
11511
+ "name": "foundationComboboxStyles",
11512
+ "return": {
11513
+ "type": {
11514
+ "text": "ElementStyles"
11515
+ }
11516
+ },
11517
+ "parameters": [
11518
+ {
11519
+ "name": "context",
11520
+ "type": {
11521
+ "text": "ElementDefinitionContext"
11522
+ }
11523
+ },
11524
+ {
11525
+ "name": "definition",
11526
+ "type": {
11527
+ "text": "FoundationElementDefinition"
11528
+ }
11529
+ }
11530
+ ]
11531
+ }
11532
+ ],
11533
+ "exports": [
11534
+ {
11535
+ "kind": "js",
11536
+ "name": "foundationComboboxStyles",
11537
+ "declaration": {
11538
+ "name": "foundationComboboxStyles",
11539
+ "module": "src/combobox/combobox.styles.ts"
11540
+ }
11541
+ }
11542
+ ]
11543
+ },
11544
+ {
11545
+ "kind": "javascript-module",
11546
+ "path": "src/combobox/combobox.template.ts",
11547
+ "declarations": [
11548
+ {
11549
+ "kind": "function",
11550
+ "name": "foundationComboboxTemplate",
11551
+ "return": {
11552
+ "type": {
11553
+ "text": "ViewTemplate<Combobox>"
11554
+ }
11555
+ },
11556
+ "parameters": [
11557
+ {
11558
+ "name": "context",
11559
+ "type": {
11560
+ "text": "ElementDefinitionContext"
11561
+ }
11562
+ },
11563
+ {
11564
+ "name": "definition",
11565
+ "type": {
11566
+ "text": "ComboboxOptions"
11567
+ }
11568
+ }
11569
+ ]
11570
+ }
11571
+ ],
11572
+ "exports": [
11573
+ {
11574
+ "kind": "js",
11575
+ "name": "foundationComboboxTemplate",
11576
+ "declaration": {
11577
+ "name": "foundationComboboxTemplate",
11578
+ "module": "src/combobox/combobox.template.ts"
11579
+ }
11580
+ }
11581
+ ]
11582
+ },
11583
+ {
11584
+ "kind": "javascript-module",
11585
+ "path": "src/combobox/combobox.ts",
11586
+ "declarations": [
11587
+ {
11588
+ "kind": "class",
11589
+ "description": "",
11590
+ "name": "Combobox",
11591
+ "members": [
11592
+ {
11593
+ "kind": "field",
11594
+ "name": "_ourValue",
11595
+ "type": {
11596
+ "text": "string"
11597
+ },
11598
+ "privacy": "private"
11599
+ },
11600
+ {
11601
+ "kind": "field",
11602
+ "name": "#indicator",
11603
+ "privacy": "private",
11604
+ "type": {
11605
+ "text": "Element"
11606
+ }
11607
+ },
11608
+ {
11609
+ "kind": "field",
11610
+ "name": "#wasOpenOnEnterDown",
11611
+ "privacy": "private",
11612
+ "type": {
11613
+ "text": "boolean"
11614
+ },
11615
+ "default": "false"
11616
+ },
11617
+ {
11618
+ "kind": "field",
11619
+ "name": "needManualChangeEventDispatch",
11620
+ "type": {
11621
+ "text": "boolean"
11622
+ },
11623
+ "privacy": "private",
11624
+ "default": "false"
11625
+ },
11626
+ {
11627
+ "kind": "field",
11628
+ "name": "activeDescendant",
11629
+ "readonly": true
11630
+ },
11631
+ {
11632
+ "kind": "field",
11633
+ "name": "slottedDatasource",
11634
+ "type": {
11635
+ "text": "HTMLSlotElement"
11636
+ }
11637
+ },
11638
+ {
11639
+ "kind": "field",
11640
+ "name": "async",
11641
+ "type": {
11642
+ "text": "boolean"
11643
+ },
11644
+ "default": "false"
11645
+ },
11646
+ {
11647
+ "kind": "field",
11648
+ "name": "debounce",
11649
+ "type": {
11650
+ "text": "number"
11651
+ },
11652
+ "default": "500"
11653
+ },
11654
+ {
11655
+ "kind": "method",
11656
+ "name": "debounceChanged",
11657
+ "parameters": [
11658
+ {
11659
+ "name": "oldValue"
11660
+ },
11661
+ {
11662
+ "name": "newValue",
11663
+ "type": {
11664
+ "text": "number"
11665
+ }
11666
+ }
11667
+ ]
11668
+ },
11669
+ {
11670
+ "kind": "field",
11671
+ "name": "debouncedInputHandler"
11672
+ },
11673
+ {
11674
+ "kind": "field",
11675
+ "name": "caseSensitive",
11676
+ "type": {
11677
+ "text": "boolean"
11678
+ },
11679
+ "privacy": "public",
11680
+ "default": "false",
11681
+ "description": "Controls whether to perform a case-sensitive search in the list of options"
11682
+ },
11683
+ {
11684
+ "kind": "field",
11685
+ "name": "ignoreInputClick",
11686
+ "type": {
11687
+ "text": "boolean"
11688
+ },
11689
+ "privacy": "public",
11690
+ "default": "false",
11691
+ "description": "Controls whether to suppress opening the dropdown when the input field is clicked"
11692
+ },
11693
+ {
11694
+ "kind": "field",
11695
+ "name": "filterMode",
11696
+ "type": {
11697
+ "text": "'contains' | 'startsWith'"
11698
+ },
11699
+ "privacy": "public",
11700
+ "default": "'startsWith'",
11701
+ "description": "Controls whether to filter by contains or startsWith"
11702
+ },
11703
+ {
11704
+ "kind": "field",
11705
+ "name": "scrollToSelectedWhenOpening",
11706
+ "type": {
11707
+ "text": "boolean"
11708
+ },
11709
+ "default": "false",
11710
+ "description": "Controls whether the combobox should always scroll to the selected option when the dropdown is opened"
11711
+ },
11712
+ {
11713
+ "kind": "field",
11714
+ "name": "scrollToSelectedWhenOpeningOptions",
11715
+ "type": {
11716
+ "text": "boolean | ScrollIntoViewOptions"
11717
+ },
11718
+ "default": "{\n behavior: 'auto',\n block: 'nearest',\n }",
11719
+ "description": "Options for scrolling to the selected option when the dropdown is opened"
11720
+ },
11721
+ {
11722
+ "kind": "field",
11723
+ "name": "scrollWhenSelectionChanges",
11724
+ "type": {
11725
+ "text": "boolean"
11726
+ },
11727
+ "default": "false",
11728
+ "description": "Controls whether the combobox should scroll to the selected option when the selection changes"
11729
+ },
11730
+ {
11731
+ "kind": "field",
11732
+ "name": "scrollWhenSelectionChangesOptions",
11733
+ "type": {
11734
+ "text": "boolean | ScrollIntoViewOptions"
11735
+ },
11736
+ "default": "{\n behavior: 'auto',\n block: 'center',\n }",
11737
+ "description": "Options for scrolling to the selected option when the selection changes"
11738
+ },
11739
+ {
11740
+ "kind": "method",
11741
+ "name": "openChanged"
11742
+ },
11743
+ {
11744
+ "kind": "field",
11745
+ "name": "value",
11746
+ "privacy": "public"
11747
+ },
11748
+ {
11749
+ "kind": "method",
11750
+ "name": "slottedOptionsChanged",
11751
+ "privacy": "public",
11752
+ "return": {
11753
+ "type": {
11754
+ "text": "void"
11755
+ }
11756
+ },
11757
+ "parameters": [
11758
+ {
11759
+ "name": "prev",
11760
+ "type": {
11761
+ "text": "Element[] | undefined"
11762
+ }
11763
+ },
11764
+ {
11765
+ "name": "next",
11766
+ "type": {
11767
+ "text": "Element[]"
11768
+ }
11769
+ }
11770
+ ]
11771
+ },
11772
+ {
11773
+ "kind": "method",
11774
+ "name": "filterOptions",
11775
+ "privacy": "public",
11776
+ "return": {
11777
+ "type": {
11778
+ "text": "void"
11779
+ }
11780
+ }
11781
+ },
11782
+ {
11783
+ "kind": "method",
11784
+ "name": "clickHandler",
11785
+ "privacy": "public",
11786
+ "return": {
11787
+ "type": {
11788
+ "text": "boolean | void"
11789
+ }
11790
+ },
11791
+ "parameters": [
11792
+ {
11793
+ "name": "e",
11794
+ "type": {
11795
+ "text": "MouseEvent"
11796
+ }
11797
+ }
11798
+ ]
11799
+ },
11800
+ {
11801
+ "kind": "method",
11802
+ "name": "keydownHandler",
11803
+ "privacy": "public",
11804
+ "return": {
11805
+ "type": {
11806
+ "text": "boolean | void"
11807
+ }
11808
+ },
11809
+ "parameters": [
11810
+ {
11811
+ "name": "e",
11812
+ "type": {
11813
+ "text": "KeyboardEvent"
11814
+ }
11815
+ }
11816
+ ]
11817
+ },
11818
+ {
11819
+ "kind": "method",
11820
+ "name": "keyupHandler",
11821
+ "privacy": "public",
11822
+ "return": {
11823
+ "type": {
11824
+ "text": "boolean | void"
11825
+ }
11826
+ },
11827
+ "parameters": [
11828
+ {
11829
+ "name": "e",
11830
+ "type": {
11831
+ "text": "KeyboardEvent"
11832
+ }
11833
+ }
11834
+ ]
11835
+ },
11836
+ {
11837
+ "kind": "field",
11838
+ "name": "indicator",
11839
+ "type": {
11840
+ "text": "Element"
11841
+ },
11842
+ "privacy": "protected",
11843
+ "description": "Gets the HTML element for the indicator button",
11844
+ "readonly": true
11845
+ },
11846
+ {
11847
+ "kind": "method",
11848
+ "name": "selectItemByValue",
11849
+ "privacy": "protected",
11850
+ "parameters": [
11851
+ {
11852
+ "name": "value",
11853
+ "type": {
11854
+ "text": "string"
11855
+ },
11856
+ "description": "The text value of the item to be selected"
11857
+ }
11858
+ ],
11859
+ "description": "Selects an item in the dropdown based on its text value"
11860
+ },
11861
+ {
11862
+ "kind": "method",
11863
+ "name": "inputHandler",
11864
+ "return": {
11865
+ "type": {
11866
+ "text": "boolean | void"
11867
+ }
11868
+ },
11869
+ "parameters": [
11870
+ {
11871
+ "name": "e",
11872
+ "type": {
11873
+ "text": "InputEvent"
11874
+ }
11875
+ }
11876
+ ]
11877
+ },
11878
+ {
11879
+ "kind": "method",
11880
+ "name": "asyncSetFilter"
11881
+ },
11882
+ {
11883
+ "kind": "field",
11884
+ "name": "resetCombobox"
11885
+ },
11886
+ {
11887
+ "kind": "method",
11888
+ "name": "manuallyDispatchChangeEvent",
11889
+ "privacy": "private"
11890
+ }
11891
+ ],
11892
+ "events": [
11893
+ {
11894
+ "name": "change",
11895
+ "type": {
11896
+ "text": "Event"
11897
+ }
11898
+ }
11899
+ ],
11900
+ "attributes": [
11901
+ {
11902
+ "type": {
11903
+ "text": "boolean"
11904
+ },
11905
+ "default": "false",
11906
+ "fieldName": "async"
11907
+ },
11908
+ {
11909
+ "name": "debounce",
11910
+ "type": {
11911
+ "text": "number"
11912
+ },
11913
+ "default": "DEBOUNCE_TIME",
11914
+ "resolveInitializer": {
11915
+ "module": "src/combobox/combobox.ts"
11916
+ },
11917
+ "fieldName": "debounce"
11918
+ },
11919
+ {
11920
+ "name": "case-sensitive",
11921
+ "type": {
11922
+ "text": "boolean"
11923
+ },
11924
+ "default": "false",
11925
+ "description": "Controls whether to perform a case-sensitive search in the list of options",
11926
+ "fieldName": "caseSensitive"
11927
+ },
11928
+ {
11929
+ "name": "ignore-input-click",
11930
+ "type": {
11931
+ "text": "boolean"
11932
+ },
11933
+ "default": "false",
11934
+ "description": "Controls whether to suppress opening the dropdown when the input field is clicked",
11935
+ "fieldName": "ignoreInputClick"
11936
+ },
11937
+ {
11938
+ "name": "filter-mode",
11939
+ "type": {
11940
+ "text": "'contains' | 'startsWith'"
11941
+ },
11942
+ "default": "'startsWith'",
11943
+ "description": "Controls whether to filter by contains or startsWith",
11944
+ "fieldName": "filterMode"
11945
+ },
11946
+ {
11947
+ "name": "scroll-to-selected-when-opening",
11948
+ "type": {
11949
+ "text": "boolean"
11950
+ },
11951
+ "default": "false",
11952
+ "description": "Controls whether the combobox should always scroll to the selected option when the dropdown is opened",
11953
+ "fieldName": "scrollToSelectedWhenOpening"
11954
+ },
11955
+ {
11956
+ "name": "scroll-when-selection-changes",
11957
+ "type": {
11958
+ "text": "boolean"
11959
+ },
11960
+ "default": "false",
11961
+ "description": "Controls whether the combobox should scroll to the selected option when the selection changes",
11962
+ "fieldName": "scrollWhenSelectionChanges"
11963
+ }
11964
+ ],
11965
+ "superclass": {
11966
+ "name": "FASTComboBox",
11967
+ "package": "@microsoft/fast-components"
11968
+ },
11969
+ "tagName": "%%prefix%%-combobox",
11970
+ "customElement": true
11971
+ },
11972
+ {
11973
+ "kind": "variable",
11974
+ "name": "foundationComboboxShadowOptions",
11975
+ "type": {
11976
+ "text": "ShadowRootInit"
11977
+ },
11978
+ "default": "{\n delegatesFocus: true,\n mode: 'open',\n}"
11979
+ },
11980
+ {
11981
+ "kind": "variable",
11982
+ "name": "defaultComboboxConfig",
11983
+ "type": {
11984
+ "text": "object"
11985
+ },
11986
+ "default": "{\n indicator: `\n <svg\n class=\"combo-box-indicator\"\n part=\"combo-box-indicator\"\n viewBox=\"0 0 12 7\"\n xmlns=\"http://www.w3.org/2000/svg\"\n >\n <path\n d=\"M11.85.65c.2.2.2.5 0 .7L6.4 6.84a.55.55 0 01-.78 0L.14 1.35a.5.5 0 11.71-.7L6 5.8 11.15.65c.2-.2.5-.2.7 0z\"\n />\n </svg>\n `,\n}"
11987
+ },
11988
+ {
11989
+ "kind": "variable",
11990
+ "name": "foundationCombobox",
11991
+ "description": "The Foundation Combo-box",
11992
+ "privacy": "public"
11993
+ }
11994
+ ],
11995
+ "exports": [
11996
+ {
11997
+ "kind": "js",
11998
+ "name": "Combobox",
12031
11999
  "declaration": {
12032
- "name": "DataGridDatasource",
12033
- "module": "src/data-grid-datasource/data-grid-datasource.ts"
12000
+ "name": "Combobox",
12001
+ "module": "src/combobox/combobox.ts"
12034
12002
  }
12035
12003
  },
12036
12004
  {
12037
- "kind": "custom-element-definition",
12038
- "name": "data-grid-datasource",
12005
+ "kind": "js",
12006
+ "name": "foundationComboboxShadowOptions",
12039
12007
  "declaration": {
12040
- "name": "DataGridDatasource",
12041
- "module": "src/data-grid-datasource/data-grid-datasource.ts"
12008
+ "name": "foundationComboboxShadowOptions",
12009
+ "module": "src/combobox/combobox.ts"
12010
+ }
12011
+ },
12012
+ {
12013
+ "kind": "js",
12014
+ "name": "defaultComboboxConfig",
12015
+ "declaration": {
12016
+ "name": "defaultComboboxConfig",
12017
+ "module": "src/combobox/combobox.ts"
12018
+ }
12019
+ },
12020
+ {
12021
+ "kind": "js",
12022
+ "name": "foundationCombobox",
12023
+ "declaration": {
12024
+ "name": "foundationCombobox",
12025
+ "module": "src/combobox/combobox.ts"
12042
12026
  }
12043
12027
  }
12044
12028
  ]
12045
12029
  },
12046
12030
  {
12047
12031
  "kind": "javascript-module",
12048
- "path": "src/data-grid-datasource/index.ts",
12032
+ "path": "src/combobox/index.ts",
12049
12033
  "declarations": [],
12050
12034
  "exports": [
12051
12035
  {
@@ -12053,7 +12037,23 @@
12053
12037
  "name": "*",
12054
12038
  "declaration": {
12055
12039
  "name": "*",
12056
- "package": "./data-grid-datasource"
12040
+ "package": "./combobox.styles"
12041
+ }
12042
+ },
12043
+ {
12044
+ "kind": "js",
12045
+ "name": "*",
12046
+ "declaration": {
12047
+ "name": "*",
12048
+ "package": "./combobox.template"
12049
+ }
12050
+ },
12051
+ {
12052
+ "kind": "js",
12053
+ "name": "*",
12054
+ "declaration": {
12055
+ "name": "*",
12056
+ "package": "./combobox"
12057
12057
  }
12058
12058
  }
12059
12059
  ]
@@ -14894,189 +14894,7 @@
14894
14894
  "name": "*",
14895
14895
  "declaration": {
14896
14896
  "name": "*",
14897
- "package": "./dialog.styles"
14898
- }
14899
- },
14900
- {
14901
- "kind": "js",
14902
- "name": "*",
14903
- "declaration": {
14904
- "name": "*",
14905
- "package": "./dialog.template"
14906
- }
14907
- },
14908
- {
14909
- "kind": "js",
14910
- "name": "*",
14911
- "declaration": {
14912
- "name": "*",
14913
- "package": "./dialog"
14914
- }
14915
- }
14916
- ]
14917
- },
14918
- {
14919
- "kind": "javascript-module",
14920
- "path": "src/disclosure/disclosure.styles.ts",
14921
- "declarations": [
14922
- {
14923
- "kind": "function",
14924
- "name": "foundationDisclosureStyles",
14925
- "return": {
14926
- "type": {
14927
- "text": "ElementStyles"
14928
- }
14929
- },
14930
- "parameters": [
14931
- {
14932
- "name": "context",
14933
- "type": {
14934
- "text": "ElementDefinitionContext"
14935
- }
14936
- },
14937
- {
14938
- "name": "definition",
14939
- "type": {
14940
- "text": "FoundationElementDefinition"
14941
- }
14942
- }
14943
- ]
14944
- }
14945
- ],
14946
- "exports": [
14947
- {
14948
- "kind": "js",
14949
- "name": "foundationDisclosureStyles",
14950
- "declaration": {
14951
- "name": "foundationDisclosureStyles",
14952
- "module": "src/disclosure/disclosure.styles.ts"
14953
- }
14954
- }
14955
- ]
14956
- },
14957
- {
14958
- "kind": "javascript-module",
14959
- "path": "src/disclosure/disclosure.template.ts",
14960
- "declarations": [
14961
- {
14962
- "kind": "function",
14963
- "name": "foundationDisclosureTemplate",
14964
- "return": {
14965
- "type": {
14966
- "text": "ViewTemplate<Disclosure>"
14967
- }
14968
- },
14969
- "parameters": [
14970
- {
14971
- "name": "context",
14972
- "type": {
14973
- "text": "ElementDefinitionContext"
14974
- }
14975
- },
14976
- {
14977
- "name": "definition",
14978
- "type": {
14979
- "text": "FoundationElementDefinition"
14980
- }
14981
- }
14982
- ]
14983
- }
14984
- ],
14985
- "exports": [
14986
- {
14987
- "kind": "js",
14988
- "name": "foundationDisclosureTemplate",
14989
- "declaration": {
14990
- "name": "foundationDisclosureTemplate",
14991
- "module": "src/disclosure/disclosure.template.ts"
14992
- }
14993
- }
14994
- ]
14995
- },
14996
- {
14997
- "kind": "javascript-module",
14998
- "path": "src/disclosure/disclosure.ts",
14999
- "declarations": [
15000
- {
15001
- "kind": "class",
15002
- "description": "",
15003
- "name": "Disclosure",
15004
- "superclass": {
15005
- "name": "FASTDisclosure",
15006
- "package": "@microsoft/fast-foundation"
15007
- },
15008
- "tagName": "%%prefix%%-disclosure",
15009
- "customElement": true
15010
- },
15011
- {
15012
- "kind": "variable",
15013
- "name": "foundationDisclosureShadowOptions",
15014
- "type": {
15015
- "text": "ShadowRootInit"
15016
- },
15017
- "default": "undefined"
15018
- },
15019
- {
15020
- "kind": "variable",
15021
- "name": "defaultDisclosureConfig",
15022
- "type": {
15023
- "text": "object"
15024
- },
15025
- "default": "{}"
15026
- },
15027
- {
15028
- "kind": "variable",
15029
- "name": "foundationDisclosure",
15030
- "description": "The Foundation Disclosure",
15031
- "privacy": "public"
15032
- }
15033
- ],
15034
- "exports": [
15035
- {
15036
- "kind": "js",
15037
- "name": "Disclosure",
15038
- "declaration": {
15039
- "name": "Disclosure",
15040
- "module": "src/disclosure/disclosure.ts"
15041
- }
15042
- },
15043
- {
15044
- "kind": "js",
15045
- "name": "foundationDisclosureShadowOptions",
15046
- "declaration": {
15047
- "name": "foundationDisclosureShadowOptions",
15048
- "module": "src/disclosure/disclosure.ts"
15049
- }
15050
- },
15051
- {
15052
- "kind": "js",
15053
- "name": "defaultDisclosureConfig",
15054
- "declaration": {
15055
- "name": "defaultDisclosureConfig",
15056
- "module": "src/disclosure/disclosure.ts"
15057
- }
15058
- },
15059
- {
15060
- "kind": "js",
15061
- "name": "foundationDisclosure",
15062
- "declaration": {
15063
- "name": "foundationDisclosure",
15064
- "module": "src/disclosure/disclosure.ts"
15065
- }
15066
- }
15067
- ]
15068
- },
15069
- {
15070
- "kind": "javascript-module",
15071
- "path": "src/disclosure/index.ts",
15072
- "declarations": [],
15073
- "exports": [
15074
- {
15075
- "kind": "js",
15076
- "name": "*",
15077
- "declaration": {
15078
- "name": "*",
15079
- "package": "./disclosure.template"
14897
+ "package": "./dialog.styles"
15080
14898
  }
15081
14899
  },
15082
14900
  {
@@ -15084,7 +14902,7 @@
15084
14902
  "name": "*",
15085
14903
  "declaration": {
15086
14904
  "name": "*",
15087
- "package": "./disclosure.styles"
14905
+ "package": "./dialog.template"
15088
14906
  }
15089
14907
  },
15090
14908
  {
@@ -15092,18 +14910,18 @@
15092
14910
  "name": "*",
15093
14911
  "declaration": {
15094
14912
  "name": "*",
15095
- "package": "./disclosure"
14913
+ "package": "./dialog"
15096
14914
  }
15097
14915
  }
15098
14916
  ]
15099
14917
  },
15100
14918
  {
15101
14919
  "kind": "javascript-module",
15102
- "path": "src/divider/divider.styles.ts",
14920
+ "path": "src/disclosure/disclosure.styles.ts",
15103
14921
  "declarations": [
15104
14922
  {
15105
14923
  "kind": "function",
15106
- "name": "foundationDividerStyles",
14924
+ "name": "foundationDisclosureStyles",
15107
14925
  "return": {
15108
14926
  "type": {
15109
14927
  "text": "ElementStyles"
@@ -15128,24 +14946,24 @@
15128
14946
  "exports": [
15129
14947
  {
15130
14948
  "kind": "js",
15131
- "name": "foundationDividerStyles",
14949
+ "name": "foundationDisclosureStyles",
15132
14950
  "declaration": {
15133
- "name": "foundationDividerStyles",
15134
- "module": "src/divider/divider.styles.ts"
14951
+ "name": "foundationDisclosureStyles",
14952
+ "module": "src/disclosure/disclosure.styles.ts"
15135
14953
  }
15136
14954
  }
15137
14955
  ]
15138
14956
  },
15139
14957
  {
15140
14958
  "kind": "javascript-module",
15141
- "path": "src/divider/divider.template.ts",
14959
+ "path": "src/disclosure/disclosure.template.ts",
15142
14960
  "declarations": [
15143
14961
  {
15144
14962
  "kind": "function",
15145
- "name": "foundationDividerTemplate",
14963
+ "name": "foundationDisclosureTemplate",
15146
14964
  "return": {
15147
14965
  "type": {
15148
- "text": "ViewTemplate<Divider>"
14966
+ "text": "ViewTemplate<Disclosure>"
15149
14967
  }
15150
14968
  },
15151
14969
  "parameters": [
@@ -15167,32 +14985,32 @@
15167
14985
  "exports": [
15168
14986
  {
15169
14987
  "kind": "js",
15170
- "name": "foundationDividerTemplate",
14988
+ "name": "foundationDisclosureTemplate",
15171
14989
  "declaration": {
15172
- "name": "foundationDividerTemplate",
15173
- "module": "src/divider/divider.template.ts"
14990
+ "name": "foundationDisclosureTemplate",
14991
+ "module": "src/disclosure/disclosure.template.ts"
15174
14992
  }
15175
14993
  }
15176
14994
  ]
15177
14995
  },
15178
14996
  {
15179
14997
  "kind": "javascript-module",
15180
- "path": "src/divider/divider.ts",
14998
+ "path": "src/disclosure/disclosure.ts",
15181
14999
  "declarations": [
15182
15000
  {
15183
15001
  "kind": "class",
15184
15002
  "description": "",
15185
- "name": "Divider",
15003
+ "name": "Disclosure",
15186
15004
  "superclass": {
15187
- "name": "FASTDivider",
15005
+ "name": "FASTDisclosure",
15188
15006
  "package": "@microsoft/fast-foundation"
15189
15007
  },
15190
- "tagName": "%%prefix%%-divider",
15008
+ "tagName": "%%prefix%%-disclosure",
15191
15009
  "customElement": true
15192
15010
  },
15193
15011
  {
15194
15012
  "kind": "variable",
15195
- "name": "foundationDividerShadowOptions",
15013
+ "name": "foundationDisclosureShadowOptions",
15196
15014
  "type": {
15197
15015
  "text": "ShadowRootInit"
15198
15016
  },
@@ -15200,7 +15018,7 @@
15200
15018
  },
15201
15019
  {
15202
15020
  "kind": "variable",
15203
- "name": "defaultDividerConfig",
15021
+ "name": "defaultDisclosureConfig",
15204
15022
  "type": {
15205
15023
  "text": "object"
15206
15024
  },
@@ -15208,49 +15026,49 @@
15208
15026
  },
15209
15027
  {
15210
15028
  "kind": "variable",
15211
- "name": "foundationDivider",
15212
- "description": "The Foundation Divider",
15029
+ "name": "foundationDisclosure",
15030
+ "description": "The Foundation Disclosure",
15213
15031
  "privacy": "public"
15214
15032
  }
15215
15033
  ],
15216
15034
  "exports": [
15217
15035
  {
15218
15036
  "kind": "js",
15219
- "name": "Divider",
15037
+ "name": "Disclosure",
15220
15038
  "declaration": {
15221
- "name": "Divider",
15222
- "module": "src/divider/divider.ts"
15039
+ "name": "Disclosure",
15040
+ "module": "src/disclosure/disclosure.ts"
15223
15041
  }
15224
15042
  },
15225
15043
  {
15226
15044
  "kind": "js",
15227
- "name": "foundationDividerShadowOptions",
15045
+ "name": "foundationDisclosureShadowOptions",
15228
15046
  "declaration": {
15229
- "name": "foundationDividerShadowOptions",
15230
- "module": "src/divider/divider.ts"
15047
+ "name": "foundationDisclosureShadowOptions",
15048
+ "module": "src/disclosure/disclosure.ts"
15231
15049
  }
15232
15050
  },
15233
15051
  {
15234
15052
  "kind": "js",
15235
- "name": "defaultDividerConfig",
15053
+ "name": "defaultDisclosureConfig",
15236
15054
  "declaration": {
15237
- "name": "defaultDividerConfig",
15238
- "module": "src/divider/divider.ts"
15055
+ "name": "defaultDisclosureConfig",
15056
+ "module": "src/disclosure/disclosure.ts"
15239
15057
  }
15240
15058
  },
15241
15059
  {
15242
15060
  "kind": "js",
15243
- "name": "foundationDivider",
15061
+ "name": "foundationDisclosure",
15244
15062
  "declaration": {
15245
- "name": "foundationDivider",
15246
- "module": "src/divider/divider.ts"
15063
+ "name": "foundationDisclosure",
15064
+ "module": "src/disclosure/disclosure.ts"
15247
15065
  }
15248
15066
  }
15249
15067
  ]
15250
15068
  },
15251
15069
  {
15252
15070
  "kind": "javascript-module",
15253
- "path": "src/divider/index.ts",
15071
+ "path": "src/disclosure/index.ts",
15254
15072
  "declarations": [],
15255
15073
  "exports": [
15256
15074
  {
@@ -15258,7 +15076,7 @@
15258
15076
  "name": "*",
15259
15077
  "declaration": {
15260
15078
  "name": "*",
15261
- "package": "./divider.template"
15079
+ "package": "./disclosure.template"
15262
15080
  }
15263
15081
  },
15264
15082
  {
@@ -15266,7 +15084,7 @@
15266
15084
  "name": "*",
15267
15085
  "declaration": {
15268
15086
  "name": "*",
15269
- "package": "./divider.styles"
15087
+ "package": "./disclosure.styles"
15270
15088
  }
15271
15089
  },
15272
15090
  {
@@ -15274,7 +15092,7 @@
15274
15092
  "name": "*",
15275
15093
  "declaration": {
15276
15094
  "name": "*",
15277
- "package": "./divider"
15095
+ "package": "./disclosure"
15278
15096
  }
15279
15097
  }
15280
15098
  ]
@@ -15731,7 +15549,189 @@
15731
15549
  "name": "*",
15732
15550
  "declaration": {
15733
15551
  "name": "*",
15734
- "package": "./dropdown-menu.template"
15552
+ "package": "./dropdown-menu.template"
15553
+ }
15554
+ },
15555
+ {
15556
+ "kind": "js",
15557
+ "name": "*",
15558
+ "declaration": {
15559
+ "name": "*",
15560
+ "package": "./dropdown-menu"
15561
+ }
15562
+ }
15563
+ ]
15564
+ },
15565
+ {
15566
+ "kind": "javascript-module",
15567
+ "path": "src/divider/divider.styles.ts",
15568
+ "declarations": [
15569
+ {
15570
+ "kind": "function",
15571
+ "name": "foundationDividerStyles",
15572
+ "return": {
15573
+ "type": {
15574
+ "text": "ElementStyles"
15575
+ }
15576
+ },
15577
+ "parameters": [
15578
+ {
15579
+ "name": "context",
15580
+ "type": {
15581
+ "text": "ElementDefinitionContext"
15582
+ }
15583
+ },
15584
+ {
15585
+ "name": "definition",
15586
+ "type": {
15587
+ "text": "FoundationElementDefinition"
15588
+ }
15589
+ }
15590
+ ]
15591
+ }
15592
+ ],
15593
+ "exports": [
15594
+ {
15595
+ "kind": "js",
15596
+ "name": "foundationDividerStyles",
15597
+ "declaration": {
15598
+ "name": "foundationDividerStyles",
15599
+ "module": "src/divider/divider.styles.ts"
15600
+ }
15601
+ }
15602
+ ]
15603
+ },
15604
+ {
15605
+ "kind": "javascript-module",
15606
+ "path": "src/divider/divider.template.ts",
15607
+ "declarations": [
15608
+ {
15609
+ "kind": "function",
15610
+ "name": "foundationDividerTemplate",
15611
+ "return": {
15612
+ "type": {
15613
+ "text": "ViewTemplate<Divider>"
15614
+ }
15615
+ },
15616
+ "parameters": [
15617
+ {
15618
+ "name": "context",
15619
+ "type": {
15620
+ "text": "ElementDefinitionContext"
15621
+ }
15622
+ },
15623
+ {
15624
+ "name": "definition",
15625
+ "type": {
15626
+ "text": "FoundationElementDefinition"
15627
+ }
15628
+ }
15629
+ ]
15630
+ }
15631
+ ],
15632
+ "exports": [
15633
+ {
15634
+ "kind": "js",
15635
+ "name": "foundationDividerTemplate",
15636
+ "declaration": {
15637
+ "name": "foundationDividerTemplate",
15638
+ "module": "src/divider/divider.template.ts"
15639
+ }
15640
+ }
15641
+ ]
15642
+ },
15643
+ {
15644
+ "kind": "javascript-module",
15645
+ "path": "src/divider/divider.ts",
15646
+ "declarations": [
15647
+ {
15648
+ "kind": "class",
15649
+ "description": "",
15650
+ "name": "Divider",
15651
+ "superclass": {
15652
+ "name": "FASTDivider",
15653
+ "package": "@microsoft/fast-foundation"
15654
+ },
15655
+ "tagName": "%%prefix%%-divider",
15656
+ "customElement": true
15657
+ },
15658
+ {
15659
+ "kind": "variable",
15660
+ "name": "foundationDividerShadowOptions",
15661
+ "type": {
15662
+ "text": "ShadowRootInit"
15663
+ },
15664
+ "default": "undefined"
15665
+ },
15666
+ {
15667
+ "kind": "variable",
15668
+ "name": "defaultDividerConfig",
15669
+ "type": {
15670
+ "text": "object"
15671
+ },
15672
+ "default": "{}"
15673
+ },
15674
+ {
15675
+ "kind": "variable",
15676
+ "name": "foundationDivider",
15677
+ "description": "The Foundation Divider",
15678
+ "privacy": "public"
15679
+ }
15680
+ ],
15681
+ "exports": [
15682
+ {
15683
+ "kind": "js",
15684
+ "name": "Divider",
15685
+ "declaration": {
15686
+ "name": "Divider",
15687
+ "module": "src/divider/divider.ts"
15688
+ }
15689
+ },
15690
+ {
15691
+ "kind": "js",
15692
+ "name": "foundationDividerShadowOptions",
15693
+ "declaration": {
15694
+ "name": "foundationDividerShadowOptions",
15695
+ "module": "src/divider/divider.ts"
15696
+ }
15697
+ },
15698
+ {
15699
+ "kind": "js",
15700
+ "name": "defaultDividerConfig",
15701
+ "declaration": {
15702
+ "name": "defaultDividerConfig",
15703
+ "module": "src/divider/divider.ts"
15704
+ }
15705
+ },
15706
+ {
15707
+ "kind": "js",
15708
+ "name": "foundationDivider",
15709
+ "declaration": {
15710
+ "name": "foundationDivider",
15711
+ "module": "src/divider/divider.ts"
15712
+ }
15713
+ }
15714
+ ]
15715
+ },
15716
+ {
15717
+ "kind": "javascript-module",
15718
+ "path": "src/divider/index.ts",
15719
+ "declarations": [],
15720
+ "exports": [
15721
+ {
15722
+ "kind": "js",
15723
+ "name": "*",
15724
+ "declaration": {
15725
+ "name": "*",
15726
+ "package": "./divider.template"
15727
+ }
15728
+ },
15729
+ {
15730
+ "kind": "js",
15731
+ "name": "*",
15732
+ "declaration": {
15733
+ "name": "*",
15734
+ "package": "./divider.styles"
15735
15735
  }
15736
15736
  },
15737
15737
  {
@@ -15739,7 +15739,7 @@
15739
15739
  "name": "*",
15740
15740
  "declaration": {
15741
15741
  "name": "*",
15742
- "package": "./dropdown-menu"
15742
+ "package": "./divider"
15743
15743
  }
15744
15744
  }
15745
15745
  ]
@@ -16971,6 +16971,29 @@
16971
16971
  }
16972
16972
  ]
16973
16973
  },
16974
+ {
16975
+ "kind": "method",
16976
+ "name": "configChanged",
16977
+ "return": {
16978
+ "type": {
16979
+ "text": "void"
16980
+ }
16981
+ },
16982
+ "parameters": [
16983
+ {
16984
+ "name": "oldConfig",
16985
+ "type": {
16986
+ "text": "ExpressionBuilderTypes.Config"
16987
+ }
16988
+ },
16989
+ {
16990
+ "name": "newConfig",
16991
+ "type": {
16992
+ "text": "ExpressionBuilderTypes.Config"
16993
+ }
16994
+ }
16995
+ ]
16996
+ },
16974
16997
  {
16975
16998
  "kind": "method",
16976
16999
  "name": "dispatchChangeEvent",
@@ -37611,272 +37634,43 @@
37611
37634
  "default": "{}"
37612
37635
  },
37613
37636
  {
37614
- "kind": "variable",
37615
- "name": "foundationStepper",
37616
- "description": "The Foundation Stepper",
37617
- "privacy": "public"
37618
- }
37619
- ],
37620
- "exports": [
37621
- {
37622
- "kind": "js",
37623
- "name": "Stepper",
37624
- "declaration": {
37625
- "name": "Stepper",
37626
- "module": "src/stepper/stepper.ts"
37627
- }
37628
- },
37629
- {
37630
- "kind": "js",
37631
- "name": "foundationStepperShadowOptions",
37632
- "declaration": {
37633
- "name": "foundationStepperShadowOptions",
37634
- "module": "src/stepper/stepper.ts"
37635
- }
37636
- },
37637
- {
37638
- "kind": "js",
37639
- "name": "defaultStepperConfig",
37640
- "declaration": {
37641
- "name": "defaultStepperConfig",
37642
- "module": "src/stepper/stepper.ts"
37643
- }
37644
- },
37645
- {
37646
- "kind": "js",
37647
- "name": "foundationStepper",
37648
- "declaration": {
37649
- "name": "foundationStepper",
37650
- "module": "src/stepper/stepper.ts"
37651
- }
37652
- }
37653
- ]
37654
- },
37655
- {
37656
- "kind": "javascript-module",
37657
- "path": "src/stepper-tab-panel/index.ts",
37658
- "declarations": [],
37659
- "exports": [
37660
- {
37661
- "kind": "js",
37662
- "name": "*",
37663
- "declaration": {
37664
- "name": "*",
37665
- "package": "./stepper-tab-panel.template"
37666
- }
37667
- },
37668
- {
37669
- "kind": "js",
37670
- "name": "*",
37671
- "declaration": {
37672
- "name": "*",
37673
- "package": "./stepper-tab-panel"
37674
- }
37675
- }
37676
- ]
37677
- },
37678
- {
37679
- "kind": "javascript-module",
37680
- "path": "src/stepper-tab-panel/stepper-tab-panel.template.ts",
37681
- "declarations": [
37682
- {
37683
- "kind": "function",
37684
- "name": "foundationStepperTabPanelTemplate"
37685
- }
37686
- ],
37687
- "exports": [
37688
- {
37689
- "kind": "js",
37690
- "name": "foundationStepperTabPanelTemplate",
37691
- "declaration": {
37692
- "name": "foundationStepperTabPanelTemplate",
37693
- "module": "src/stepper-tab-panel/stepper-tab-panel.template.ts"
37694
- }
37695
- }
37696
- ]
37697
- },
37698
- {
37699
- "kind": "javascript-module",
37700
- "path": "src/stepper-tab-panel/stepper-tab-panel.ts",
37701
- "declarations": [
37702
- {
37703
- "kind": "class",
37704
- "description": "",
37705
- "name": "StepperTabPanel",
37706
- "superclass": {
37707
- "name": "FoundationElement",
37708
- "package": "@microsoft/fast-foundation"
37709
- },
37710
- "tagName": "%%prefix%%-stepper-tab-panel",
37711
- "customElement": true,
37712
- "members": [
37713
- {
37714
- "kind": "field",
37715
- "name": "_presentation",
37716
- "type": {
37717
- "text": "ComponentPresentation | null | undefined"
37718
- },
37719
- "privacy": "private",
37720
- "default": "void 0",
37721
- "inheritedFrom": {
37722
- "name": "FoundationElement",
37723
- "module": "src/foundation-element/foundation-element.ts"
37724
- }
37725
- },
37726
- {
37727
- "kind": "field",
37728
- "name": "$presentation",
37729
- "type": {
37730
- "text": "ComponentPresentation | null"
37731
- },
37732
- "privacy": "public",
37733
- "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
37734
- "inheritedFrom": {
37735
- "name": "FoundationElement",
37736
- "module": "src/foundation-element/foundation-element.ts"
37737
- }
37738
- },
37739
- {
37740
- "kind": "field",
37741
- "name": "template",
37742
- "type": {
37743
- "text": "ElementViewTemplate | void | null"
37744
- },
37745
- "privacy": "public",
37746
- "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.",
37747
- "inheritedFrom": {
37748
- "name": "FoundationElement",
37749
- "module": "src/foundation-element/foundation-element.ts"
37750
- }
37751
- },
37752
- {
37753
- "kind": "method",
37754
- "name": "templateChanged",
37755
- "privacy": "protected",
37756
- "return": {
37757
- "type": {
37758
- "text": "void"
37759
- }
37760
- },
37761
- "inheritedFrom": {
37762
- "name": "FoundationElement",
37763
- "module": "src/foundation-element/foundation-element.ts"
37764
- }
37765
- },
37766
- {
37767
- "kind": "field",
37768
- "name": "styles",
37769
- "type": {
37770
- "text": "ElementStyles | void | null"
37771
- },
37772
- "privacy": "public",
37773
- "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.",
37774
- "inheritedFrom": {
37775
- "name": "FoundationElement",
37776
- "module": "src/foundation-element/foundation-element.ts"
37777
- }
37778
- },
37779
- {
37780
- "kind": "method",
37781
- "name": "stylesChanged",
37782
- "privacy": "protected",
37783
- "return": {
37784
- "type": {
37785
- "text": "void"
37786
- }
37787
- },
37788
- "inheritedFrom": {
37789
- "name": "FoundationElement",
37790
- "module": "src/foundation-element/foundation-element.ts"
37791
- }
37792
- },
37793
- {
37794
- "kind": "method",
37795
- "name": "compose",
37796
- "privacy": "public",
37797
- "static": true,
37798
- "return": {
37799
- "type": {
37800
- "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
37801
- }
37802
- },
37803
- "parameters": [
37804
- {
37805
- "name": "this",
37806
- "type": {
37807
- "text": "K"
37808
- }
37809
- },
37810
- {
37811
- "name": "elementDefinition",
37812
- "type": {
37813
- "text": "T"
37814
- },
37815
- "description": "The definition of the element to create the registry\nfunction for."
37816
- }
37817
- ],
37818
- "description": "Defines an element registry function with a set of element definition defaults.",
37819
- "inheritedFrom": {
37820
- "name": "FoundationElement",
37821
- "module": "src/foundation-element/foundation-element.ts"
37822
- }
37823
- }
37824
- ]
37825
- },
37826
- {
37827
- "kind": "variable",
37828
- "name": "foundationStepperTabPanelShadowOptions",
37829
- "type": {
37830
- "text": "ShadowRootInit"
37831
- },
37832
- "default": "undefined"
37833
- },
37834
- {
37835
- "kind": "variable",
37836
- "name": "defaultStepperTabPanelConfig",
37837
- "type": {
37838
- "text": "object"
37839
- },
37840
- "default": "{}"
37841
- },
37842
- {
37843
- "kind": "variable",
37844
- "name": "foundationStepperTabPanel",
37845
- "description": "The Foundation Stepper Tab Panel",
37637
+ "kind": "variable",
37638
+ "name": "foundationStepper",
37639
+ "description": "The Foundation Stepper",
37846
37640
  "privacy": "public"
37847
37641
  }
37848
37642
  ],
37849
37643
  "exports": [
37850
37644
  {
37851
37645
  "kind": "js",
37852
- "name": "StepperTabPanel",
37646
+ "name": "Stepper",
37853
37647
  "declaration": {
37854
- "name": "StepperTabPanel",
37855
- "module": "src/stepper-tab-panel/stepper-tab-panel.ts"
37648
+ "name": "Stepper",
37649
+ "module": "src/stepper/stepper.ts"
37856
37650
  }
37857
37651
  },
37858
37652
  {
37859
37653
  "kind": "js",
37860
- "name": "foundationStepperTabPanelShadowOptions",
37654
+ "name": "foundationStepperShadowOptions",
37861
37655
  "declaration": {
37862
- "name": "foundationStepperTabPanelShadowOptions",
37863
- "module": "src/stepper-tab-panel/stepper-tab-panel.ts"
37656
+ "name": "foundationStepperShadowOptions",
37657
+ "module": "src/stepper/stepper.ts"
37864
37658
  }
37865
37659
  },
37866
37660
  {
37867
37661
  "kind": "js",
37868
- "name": "defaultStepperTabPanelConfig",
37662
+ "name": "defaultStepperConfig",
37869
37663
  "declaration": {
37870
- "name": "defaultStepperTabPanelConfig",
37871
- "module": "src/stepper-tab-panel/stepper-tab-panel.ts"
37664
+ "name": "defaultStepperConfig",
37665
+ "module": "src/stepper/stepper.ts"
37872
37666
  }
37873
37667
  },
37874
37668
  {
37875
37669
  "kind": "js",
37876
- "name": "foundationStepperTabPanel",
37670
+ "name": "foundationStepper",
37877
37671
  "declaration": {
37878
- "name": "foundationStepperTabPanel",
37879
- "module": "src/stepper-tab-panel/stepper-tab-panel.ts"
37672
+ "name": "foundationStepper",
37673
+ "module": "src/stepper/stepper.ts"
37880
37674
  }
37881
37675
  }
37882
37676
  ]
@@ -38317,6 +38111,235 @@
38317
38111
  }
38318
38112
  ]
38319
38113
  },
38114
+ {
38115
+ "kind": "javascript-module",
38116
+ "path": "src/stepper-tab-panel/index.ts",
38117
+ "declarations": [],
38118
+ "exports": [
38119
+ {
38120
+ "kind": "js",
38121
+ "name": "*",
38122
+ "declaration": {
38123
+ "name": "*",
38124
+ "package": "./stepper-tab-panel.template"
38125
+ }
38126
+ },
38127
+ {
38128
+ "kind": "js",
38129
+ "name": "*",
38130
+ "declaration": {
38131
+ "name": "*",
38132
+ "package": "./stepper-tab-panel"
38133
+ }
38134
+ }
38135
+ ]
38136
+ },
38137
+ {
38138
+ "kind": "javascript-module",
38139
+ "path": "src/stepper-tab-panel/stepper-tab-panel.template.ts",
38140
+ "declarations": [
38141
+ {
38142
+ "kind": "function",
38143
+ "name": "foundationStepperTabPanelTemplate"
38144
+ }
38145
+ ],
38146
+ "exports": [
38147
+ {
38148
+ "kind": "js",
38149
+ "name": "foundationStepperTabPanelTemplate",
38150
+ "declaration": {
38151
+ "name": "foundationStepperTabPanelTemplate",
38152
+ "module": "src/stepper-tab-panel/stepper-tab-panel.template.ts"
38153
+ }
38154
+ }
38155
+ ]
38156
+ },
38157
+ {
38158
+ "kind": "javascript-module",
38159
+ "path": "src/stepper-tab-panel/stepper-tab-panel.ts",
38160
+ "declarations": [
38161
+ {
38162
+ "kind": "class",
38163
+ "description": "",
38164
+ "name": "StepperTabPanel",
38165
+ "superclass": {
38166
+ "name": "FoundationElement",
38167
+ "package": "@microsoft/fast-foundation"
38168
+ },
38169
+ "tagName": "%%prefix%%-stepper-tab-panel",
38170
+ "customElement": true,
38171
+ "members": [
38172
+ {
38173
+ "kind": "field",
38174
+ "name": "_presentation",
38175
+ "type": {
38176
+ "text": "ComponentPresentation | null | undefined"
38177
+ },
38178
+ "privacy": "private",
38179
+ "default": "void 0",
38180
+ "inheritedFrom": {
38181
+ "name": "FoundationElement",
38182
+ "module": "src/foundation-element/foundation-element.ts"
38183
+ }
38184
+ },
38185
+ {
38186
+ "kind": "field",
38187
+ "name": "$presentation",
38188
+ "type": {
38189
+ "text": "ComponentPresentation | null"
38190
+ },
38191
+ "privacy": "public",
38192
+ "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
38193
+ "inheritedFrom": {
38194
+ "name": "FoundationElement",
38195
+ "module": "src/foundation-element/foundation-element.ts"
38196
+ }
38197
+ },
38198
+ {
38199
+ "kind": "field",
38200
+ "name": "template",
38201
+ "type": {
38202
+ "text": "ElementViewTemplate | void | null"
38203
+ },
38204
+ "privacy": "public",
38205
+ "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.",
38206
+ "inheritedFrom": {
38207
+ "name": "FoundationElement",
38208
+ "module": "src/foundation-element/foundation-element.ts"
38209
+ }
38210
+ },
38211
+ {
38212
+ "kind": "method",
38213
+ "name": "templateChanged",
38214
+ "privacy": "protected",
38215
+ "return": {
38216
+ "type": {
38217
+ "text": "void"
38218
+ }
38219
+ },
38220
+ "inheritedFrom": {
38221
+ "name": "FoundationElement",
38222
+ "module": "src/foundation-element/foundation-element.ts"
38223
+ }
38224
+ },
38225
+ {
38226
+ "kind": "field",
38227
+ "name": "styles",
38228
+ "type": {
38229
+ "text": "ElementStyles | void | null"
38230
+ },
38231
+ "privacy": "public",
38232
+ "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.",
38233
+ "inheritedFrom": {
38234
+ "name": "FoundationElement",
38235
+ "module": "src/foundation-element/foundation-element.ts"
38236
+ }
38237
+ },
38238
+ {
38239
+ "kind": "method",
38240
+ "name": "stylesChanged",
38241
+ "privacy": "protected",
38242
+ "return": {
38243
+ "type": {
38244
+ "text": "void"
38245
+ }
38246
+ },
38247
+ "inheritedFrom": {
38248
+ "name": "FoundationElement",
38249
+ "module": "src/foundation-element/foundation-element.ts"
38250
+ }
38251
+ },
38252
+ {
38253
+ "kind": "method",
38254
+ "name": "compose",
38255
+ "privacy": "public",
38256
+ "static": true,
38257
+ "return": {
38258
+ "type": {
38259
+ "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
38260
+ }
38261
+ },
38262
+ "parameters": [
38263
+ {
38264
+ "name": "this",
38265
+ "type": {
38266
+ "text": "K"
38267
+ }
38268
+ },
38269
+ {
38270
+ "name": "elementDefinition",
38271
+ "type": {
38272
+ "text": "T"
38273
+ },
38274
+ "description": "The definition of the element to create the registry\nfunction for."
38275
+ }
38276
+ ],
38277
+ "description": "Defines an element registry function with a set of element definition defaults.",
38278
+ "inheritedFrom": {
38279
+ "name": "FoundationElement",
38280
+ "module": "src/foundation-element/foundation-element.ts"
38281
+ }
38282
+ }
38283
+ ]
38284
+ },
38285
+ {
38286
+ "kind": "variable",
38287
+ "name": "foundationStepperTabPanelShadowOptions",
38288
+ "type": {
38289
+ "text": "ShadowRootInit"
38290
+ },
38291
+ "default": "undefined"
38292
+ },
38293
+ {
38294
+ "kind": "variable",
38295
+ "name": "defaultStepperTabPanelConfig",
38296
+ "type": {
38297
+ "text": "object"
38298
+ },
38299
+ "default": "{}"
38300
+ },
38301
+ {
38302
+ "kind": "variable",
38303
+ "name": "foundationStepperTabPanel",
38304
+ "description": "The Foundation Stepper Tab Panel",
38305
+ "privacy": "public"
38306
+ }
38307
+ ],
38308
+ "exports": [
38309
+ {
38310
+ "kind": "js",
38311
+ "name": "StepperTabPanel",
38312
+ "declaration": {
38313
+ "name": "StepperTabPanel",
38314
+ "module": "src/stepper-tab-panel/stepper-tab-panel.ts"
38315
+ }
38316
+ },
38317
+ {
38318
+ "kind": "js",
38319
+ "name": "foundationStepperTabPanelShadowOptions",
38320
+ "declaration": {
38321
+ "name": "foundationStepperTabPanelShadowOptions",
38322
+ "module": "src/stepper-tab-panel/stepper-tab-panel.ts"
38323
+ }
38324
+ },
38325
+ {
38326
+ "kind": "js",
38327
+ "name": "defaultStepperTabPanelConfig",
38328
+ "declaration": {
38329
+ "name": "defaultStepperTabPanelConfig",
38330
+ "module": "src/stepper-tab-panel/stepper-tab-panel.ts"
38331
+ }
38332
+ },
38333
+ {
38334
+ "kind": "js",
38335
+ "name": "foundationStepperTabPanel",
38336
+ "declaration": {
38337
+ "name": "foundationStepperTabPanel",
38338
+ "module": "src/stepper-tab-panel/stepper-tab-panel.ts"
38339
+ }
38340
+ }
38341
+ ]
38342
+ },
38320
38343
  {
38321
38344
  "kind": "javascript-module",
38322
38345
  "path": "src/switch/index.ts",