@genesislcap/foundation-ui 14.208.0 → 14.208.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/custom-elements.json +1150 -1150
- package/package.json +16 -16
|
@@ -6140,39 +6140,53 @@
|
|
|
6140
6140
|
},
|
|
6141
6141
|
{
|
|
6142
6142
|
"kind": "javascript-module",
|
|
6143
|
-
"path": "src/
|
|
6143
|
+
"path": "src/button/button.styles.ts",
|
|
6144
6144
|
"declarations": [
|
|
6145
6145
|
{
|
|
6146
6146
|
"kind": "function",
|
|
6147
|
-
"name": "
|
|
6147
|
+
"name": "foundationButtonStyles",
|
|
6148
6148
|
"return": {
|
|
6149
6149
|
"type": {
|
|
6150
6150
|
"text": "ElementStyles"
|
|
6151
6151
|
}
|
|
6152
|
-
}
|
|
6152
|
+
},
|
|
6153
|
+
"parameters": [
|
|
6154
|
+
{
|
|
6155
|
+
"name": "context",
|
|
6156
|
+
"type": {
|
|
6157
|
+
"text": "ElementDefinitionContext"
|
|
6158
|
+
}
|
|
6159
|
+
},
|
|
6160
|
+
{
|
|
6161
|
+
"name": "definition",
|
|
6162
|
+
"type": {
|
|
6163
|
+
"text": "FoundationElementDefinition"
|
|
6164
|
+
}
|
|
6165
|
+
}
|
|
6166
|
+
]
|
|
6153
6167
|
}
|
|
6154
6168
|
],
|
|
6155
6169
|
"exports": [
|
|
6156
6170
|
{
|
|
6157
6171
|
"kind": "js",
|
|
6158
|
-
"name": "
|
|
6172
|
+
"name": "foundationButtonStyles",
|
|
6159
6173
|
"declaration": {
|
|
6160
|
-
"name": "
|
|
6161
|
-
"module": "src/
|
|
6174
|
+
"name": "foundationButtonStyles",
|
|
6175
|
+
"module": "src/button/button.styles.ts"
|
|
6162
6176
|
}
|
|
6163
6177
|
}
|
|
6164
6178
|
]
|
|
6165
6179
|
},
|
|
6166
6180
|
{
|
|
6167
6181
|
"kind": "javascript-module",
|
|
6168
|
-
"path": "src/
|
|
6182
|
+
"path": "src/button/button.template.ts",
|
|
6169
6183
|
"declarations": [
|
|
6170
6184
|
{
|
|
6171
6185
|
"kind": "function",
|
|
6172
|
-
"name": "
|
|
6186
|
+
"name": "foundationButtonTemplate",
|
|
6173
6187
|
"return": {
|
|
6174
6188
|
"type": {
|
|
6175
|
-
"text": "ViewTemplate<
|
|
6189
|
+
"text": "ViewTemplate<Button>"
|
|
6176
6190
|
}
|
|
6177
6191
|
},
|
|
6178
6192
|
"parameters": [
|
|
@@ -6194,192 +6208,156 @@
|
|
|
6194
6208
|
"exports": [
|
|
6195
6209
|
{
|
|
6196
6210
|
"kind": "js",
|
|
6197
|
-
"name": "
|
|
6211
|
+
"name": "foundationButtonTemplate",
|
|
6198
6212
|
"declaration": {
|
|
6199
|
-
"name": "
|
|
6200
|
-
"module": "src/
|
|
6213
|
+
"name": "foundationButtonTemplate",
|
|
6214
|
+
"module": "src/button/button.template.ts"
|
|
6201
6215
|
}
|
|
6202
6216
|
}
|
|
6203
6217
|
]
|
|
6204
6218
|
},
|
|
6205
6219
|
{
|
|
6206
6220
|
"kind": "javascript-module",
|
|
6207
|
-
"path": "src/
|
|
6221
|
+
"path": "src/button/button.ts",
|
|
6208
6222
|
"declarations": [
|
|
6209
6223
|
{
|
|
6210
6224
|
"kind": "class",
|
|
6211
6225
|
"description": "",
|
|
6212
|
-
"name": "
|
|
6226
|
+
"name": "Button",
|
|
6213
6227
|
"superclass": {
|
|
6214
|
-
"name": "
|
|
6228
|
+
"name": "FASTButton",
|
|
6215
6229
|
"package": "@microsoft/fast-components"
|
|
6216
6230
|
},
|
|
6217
|
-
"tagName": "%%prefix%%-
|
|
6231
|
+
"tagName": "%%prefix%%-button",
|
|
6218
6232
|
"customElement": true,
|
|
6219
6233
|
"attributes": [
|
|
6220
6234
|
{
|
|
6221
6235
|
"type": {
|
|
6222
|
-
"text": "
|
|
6236
|
+
"text": "boolean"
|
|
6223
6237
|
},
|
|
6224
|
-
"description": "
|
|
6225
|
-
"fieldName": "
|
|
6226
|
-
"default": "false",
|
|
6238
|
+
"description": "Determines if the element should receive document focus on page load.",
|
|
6239
|
+
"fieldName": "autofocus",
|
|
6227
6240
|
"inheritedFrom": {
|
|
6228
|
-
"name": "
|
|
6229
|
-
"module": "src/
|
|
6241
|
+
"name": "Button",
|
|
6242
|
+
"module": "src/button/button.ts"
|
|
6230
6243
|
}
|
|
6231
6244
|
},
|
|
6232
6245
|
{
|
|
6233
|
-
"name": "
|
|
6246
|
+
"name": "form",
|
|
6234
6247
|
"type": {
|
|
6235
6248
|
"text": "string"
|
|
6236
6249
|
},
|
|
6237
|
-
"
|
|
6238
|
-
"
|
|
6239
|
-
"fieldName": "locale",
|
|
6240
|
-
"inheritedFrom": {
|
|
6241
|
-
"name": "Calendar",
|
|
6242
|
-
"module": "src/calendar/calendar.ts"
|
|
6243
|
-
}
|
|
6244
|
-
},
|
|
6245
|
-
{
|
|
6246
|
-
"name": "day-format",
|
|
6247
|
-
"type": {
|
|
6248
|
-
"text": "DayFormat"
|
|
6249
|
-
},
|
|
6250
|
-
"default": "\"numeric\"",
|
|
6251
|
-
"description": "Format style for the day",
|
|
6252
|
-
"fieldName": "dayFormat",
|
|
6253
|
-
"inheritedFrom": {
|
|
6254
|
-
"name": "Calendar",
|
|
6255
|
-
"module": "src/calendar/calendar.ts"
|
|
6256
|
-
}
|
|
6257
|
-
},
|
|
6258
|
-
{
|
|
6259
|
-
"name": "weekday-format",
|
|
6260
|
-
"type": {
|
|
6261
|
-
"text": "WeekdayFormat"
|
|
6262
|
-
},
|
|
6263
|
-
"default": "\"short\"",
|
|
6264
|
-
"description": "Format style for the week day labels",
|
|
6265
|
-
"fieldName": "weekdayFormat",
|
|
6250
|
+
"description": "The id of a form to associate the element to.",
|
|
6251
|
+
"fieldName": "formId",
|
|
6266
6252
|
"inheritedFrom": {
|
|
6267
|
-
"name": "
|
|
6268
|
-
"module": "src/
|
|
6253
|
+
"name": "Button",
|
|
6254
|
+
"module": "src/button/button.ts"
|
|
6269
6255
|
}
|
|
6270
6256
|
},
|
|
6271
6257
|
{
|
|
6272
|
-
"name": "
|
|
6258
|
+
"name": "formaction",
|
|
6273
6259
|
"type": {
|
|
6274
|
-
"text": "
|
|
6260
|
+
"text": "string"
|
|
6275
6261
|
},
|
|
6276
|
-
"
|
|
6277
|
-
"
|
|
6278
|
-
"fieldName": "monthFormat",
|
|
6262
|
+
"description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/button | <button> element for more details.",
|
|
6263
|
+
"fieldName": "formaction",
|
|
6279
6264
|
"inheritedFrom": {
|
|
6280
|
-
"name": "
|
|
6281
|
-
"module": "src/
|
|
6265
|
+
"name": "Button",
|
|
6266
|
+
"module": "src/button/button.ts"
|
|
6282
6267
|
}
|
|
6283
6268
|
},
|
|
6284
6269
|
{
|
|
6285
|
-
"name": "
|
|
6270
|
+
"name": "formenctype",
|
|
6286
6271
|
"type": {
|
|
6287
|
-
"text": "
|
|
6272
|
+
"text": "string"
|
|
6288
6273
|
},
|
|
6289
|
-
"
|
|
6290
|
-
"
|
|
6291
|
-
"fieldName": "yearFormat",
|
|
6274
|
+
"description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/button | <button> element for more details.",
|
|
6275
|
+
"fieldName": "formenctype",
|
|
6292
6276
|
"inheritedFrom": {
|
|
6293
|
-
"name": "
|
|
6294
|
-
"module": "src/
|
|
6277
|
+
"name": "Button",
|
|
6278
|
+
"module": "src/button/button.ts"
|
|
6295
6279
|
}
|
|
6296
6280
|
},
|
|
6297
6281
|
{
|
|
6298
|
-
"name": "
|
|
6282
|
+
"name": "formmethod",
|
|
6299
6283
|
"type": {
|
|
6300
|
-
"text": "
|
|
6284
|
+
"text": "string"
|
|
6301
6285
|
},
|
|
6302
|
-
"
|
|
6303
|
-
"
|
|
6304
|
-
"fieldName": "minWeeks",
|
|
6286
|
+
"description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/button | <button> element for more details.",
|
|
6287
|
+
"fieldName": "formmethod",
|
|
6305
6288
|
"inheritedFrom": {
|
|
6306
|
-
"name": "
|
|
6307
|
-
"module": "src/
|
|
6289
|
+
"name": "Button",
|
|
6290
|
+
"module": "src/button/button.ts"
|
|
6308
6291
|
}
|
|
6309
6292
|
},
|
|
6310
6293
|
{
|
|
6311
|
-
"name": "
|
|
6294
|
+
"name": "formtarget",
|
|
6312
6295
|
"type": {
|
|
6313
|
-
"text": "
|
|
6296
|
+
"text": "\"_self\" | \"_blank\" | \"_parent\" | \"_top\""
|
|
6314
6297
|
},
|
|
6315
|
-
"
|
|
6316
|
-
"
|
|
6317
|
-
"fieldName": "disabledDates",
|
|
6298
|
+
"description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/button | <button> element for more details.",
|
|
6299
|
+
"fieldName": "formtarget",
|
|
6318
6300
|
"inheritedFrom": {
|
|
6319
|
-
"name": "
|
|
6320
|
-
"module": "src/
|
|
6301
|
+
"name": "Button",
|
|
6302
|
+
"module": "src/button/button.ts"
|
|
6321
6303
|
}
|
|
6322
6304
|
},
|
|
6323
6305
|
{
|
|
6324
|
-
"name": "
|
|
6306
|
+
"name": "type",
|
|
6325
6307
|
"type": {
|
|
6326
|
-
"text": "
|
|
6308
|
+
"text": "\"submit\" | \"reset\" | \"button\""
|
|
6327
6309
|
},
|
|
6328
|
-
"
|
|
6329
|
-
"
|
|
6330
|
-
"fieldName": "selectedDates",
|
|
6310
|
+
"description": "The button type.",
|
|
6311
|
+
"fieldName": "type",
|
|
6331
6312
|
"inheritedFrom": {
|
|
6332
|
-
"name": "
|
|
6333
|
-
"module": "src/
|
|
6313
|
+
"name": "Button",
|
|
6314
|
+
"module": "src/button/button.ts"
|
|
6334
6315
|
}
|
|
6335
6316
|
}
|
|
6336
6317
|
],
|
|
6337
6318
|
"members": [
|
|
6338
6319
|
{
|
|
6339
6320
|
"kind": "field",
|
|
6340
|
-
"name": "
|
|
6321
|
+
"name": "autofocus",
|
|
6341
6322
|
"type": {
|
|
6342
|
-
"text": "
|
|
6323
|
+
"text": "boolean"
|
|
6343
6324
|
},
|
|
6344
6325
|
"privacy": "public",
|
|
6345
|
-
"
|
|
6346
|
-
"description": "date formatter utitlity for getting localized strings",
|
|
6326
|
+
"description": "Determines if the element should receive document focus on page load.",
|
|
6347
6327
|
"inheritedFrom": {
|
|
6348
|
-
"name": "
|
|
6349
|
-
"module": "src/
|
|
6328
|
+
"name": "Button",
|
|
6329
|
+
"module": "src/button/button.ts"
|
|
6350
6330
|
}
|
|
6351
6331
|
},
|
|
6352
6332
|
{
|
|
6353
6333
|
"kind": "field",
|
|
6354
|
-
"name": "
|
|
6334
|
+
"name": "formId",
|
|
6355
6335
|
"type": {
|
|
6356
|
-
"text": "
|
|
6336
|
+
"text": "string"
|
|
6357
6337
|
},
|
|
6358
6338
|
"privacy": "public",
|
|
6359
|
-
"
|
|
6360
|
-
"description": "Readonly attribute for turning off data-grid",
|
|
6339
|
+
"description": "The id of a form to associate the element to.",
|
|
6361
6340
|
"inheritedFrom": {
|
|
6362
|
-
"name": "
|
|
6363
|
-
"module": "src/
|
|
6341
|
+
"name": "Button",
|
|
6342
|
+
"module": "src/button/button.ts"
|
|
6364
6343
|
}
|
|
6365
6344
|
},
|
|
6366
6345
|
{
|
|
6367
6346
|
"kind": "field",
|
|
6368
|
-
"name": "
|
|
6347
|
+
"name": "formaction",
|
|
6369
6348
|
"type": {
|
|
6370
6349
|
"text": "string"
|
|
6371
6350
|
},
|
|
6372
6351
|
"privacy": "public",
|
|
6373
|
-
"
|
|
6374
|
-
"description": "String repesentation of the full locale including market, calendar type and numbering system",
|
|
6352
|
+
"description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/button | <button> element} for more details.",
|
|
6375
6353
|
"inheritedFrom": {
|
|
6376
|
-
"name": "
|
|
6377
|
-
"module": "src/
|
|
6354
|
+
"name": "Button",
|
|
6355
|
+
"module": "src/button/button.ts"
|
|
6378
6356
|
}
|
|
6379
6357
|
},
|
|
6380
6358
|
{
|
|
6381
6359
|
"kind": "method",
|
|
6382
|
-
"name": "
|
|
6360
|
+
"name": "formactionChanged",
|
|
6383
6361
|
"privacy": "private",
|
|
6384
6362
|
"return": {
|
|
6385
6363
|
"type": {
|
|
@@ -6387,53 +6365,53 @@
|
|
|
6387
6365
|
}
|
|
6388
6366
|
},
|
|
6389
6367
|
"inheritedFrom": {
|
|
6390
|
-
"name": "
|
|
6391
|
-
"module": "src/
|
|
6368
|
+
"name": "Button",
|
|
6369
|
+
"module": "src/button/button.ts"
|
|
6392
6370
|
}
|
|
6393
6371
|
},
|
|
6394
6372
|
{
|
|
6395
6373
|
"kind": "field",
|
|
6396
|
-
"name": "
|
|
6374
|
+
"name": "formenctype",
|
|
6397
6375
|
"type": {
|
|
6398
|
-
"text": "
|
|
6376
|
+
"text": "string"
|
|
6399
6377
|
},
|
|
6400
6378
|
"privacy": "public",
|
|
6401
|
-
"description": "
|
|
6379
|
+
"description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/button | <button> element} for more details.",
|
|
6402
6380
|
"inheritedFrom": {
|
|
6403
|
-
"name": "
|
|
6404
|
-
"module": "src/
|
|
6381
|
+
"name": "Button",
|
|
6382
|
+
"module": "src/button/button.ts"
|
|
6405
6383
|
}
|
|
6406
6384
|
},
|
|
6407
6385
|
{
|
|
6408
|
-
"kind": "
|
|
6409
|
-
"name": "
|
|
6410
|
-
"
|
|
6411
|
-
|
|
6386
|
+
"kind": "method",
|
|
6387
|
+
"name": "formenctypeChanged",
|
|
6388
|
+
"privacy": "private",
|
|
6389
|
+
"return": {
|
|
6390
|
+
"type": {
|
|
6391
|
+
"text": "void"
|
|
6392
|
+
}
|
|
6412
6393
|
},
|
|
6413
|
-
"privacy": "public",
|
|
6414
|
-
"description": "Year of the month to display",
|
|
6415
6394
|
"inheritedFrom": {
|
|
6416
|
-
"name": "
|
|
6417
|
-
"module": "src/
|
|
6395
|
+
"name": "Button",
|
|
6396
|
+
"module": "src/button/button.ts"
|
|
6418
6397
|
}
|
|
6419
6398
|
},
|
|
6420
6399
|
{
|
|
6421
6400
|
"kind": "field",
|
|
6422
|
-
"name": "
|
|
6401
|
+
"name": "formmethod",
|
|
6423
6402
|
"type": {
|
|
6424
|
-
"text": "
|
|
6403
|
+
"text": "string"
|
|
6425
6404
|
},
|
|
6426
6405
|
"privacy": "public",
|
|
6427
|
-
"
|
|
6428
|
-
"description": "Format style for the day",
|
|
6406
|
+
"description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/button | <button> element} for more details.",
|
|
6429
6407
|
"inheritedFrom": {
|
|
6430
|
-
"name": "
|
|
6431
|
-
"module": "src/
|
|
6408
|
+
"name": "Button",
|
|
6409
|
+
"module": "src/button/button.ts"
|
|
6432
6410
|
}
|
|
6433
6411
|
},
|
|
6434
6412
|
{
|
|
6435
6413
|
"kind": "method",
|
|
6436
|
-
"name": "
|
|
6414
|
+
"name": "formmethodChanged",
|
|
6437
6415
|
"privacy": "private",
|
|
6438
6416
|
"return": {
|
|
6439
6417
|
"type": {
|
|
@@ -6441,27 +6419,26 @@
|
|
|
6441
6419
|
}
|
|
6442
6420
|
},
|
|
6443
6421
|
"inheritedFrom": {
|
|
6444
|
-
"name": "
|
|
6445
|
-
"module": "src/
|
|
6422
|
+
"name": "Button",
|
|
6423
|
+
"module": "src/button/button.ts"
|
|
6446
6424
|
}
|
|
6447
6425
|
},
|
|
6448
6426
|
{
|
|
6449
6427
|
"kind": "field",
|
|
6450
|
-
"name": "
|
|
6428
|
+
"name": "formnovalidate",
|
|
6451
6429
|
"type": {
|
|
6452
|
-
"text": "
|
|
6430
|
+
"text": "boolean"
|
|
6453
6431
|
},
|
|
6454
6432
|
"privacy": "public",
|
|
6455
|
-
"
|
|
6456
|
-
"description": "Format style for the week day labels",
|
|
6433
|
+
"description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/button | <button> element} for more details.",
|
|
6457
6434
|
"inheritedFrom": {
|
|
6458
|
-
"name": "
|
|
6459
|
-
"module": "src/
|
|
6435
|
+
"name": "Button",
|
|
6436
|
+
"module": "src/button/button.ts"
|
|
6460
6437
|
}
|
|
6461
6438
|
},
|
|
6462
6439
|
{
|
|
6463
6440
|
"kind": "method",
|
|
6464
|
-
"name": "
|
|
6441
|
+
"name": "formnovalidateChanged",
|
|
6465
6442
|
"privacy": "private",
|
|
6466
6443
|
"return": {
|
|
6467
6444
|
"type": {
|
|
@@ -6469,27 +6446,26 @@
|
|
|
6469
6446
|
}
|
|
6470
6447
|
},
|
|
6471
6448
|
"inheritedFrom": {
|
|
6472
|
-
"name": "
|
|
6473
|
-
"module": "src/
|
|
6474
|
-
}
|
|
6449
|
+
"name": "Button",
|
|
6450
|
+
"module": "src/button/button.ts"
|
|
6451
|
+
}
|
|
6475
6452
|
},
|
|
6476
6453
|
{
|
|
6477
6454
|
"kind": "field",
|
|
6478
|
-
"name": "
|
|
6455
|
+
"name": "formtarget",
|
|
6479
6456
|
"type": {
|
|
6480
|
-
"text": "
|
|
6457
|
+
"text": "\"_self\" | \"_blank\" | \"_parent\" | \"_top\""
|
|
6481
6458
|
},
|
|
6482
6459
|
"privacy": "public",
|
|
6483
|
-
"
|
|
6484
|
-
"description": "Format style for the month label",
|
|
6460
|
+
"description": "See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/button | <button> element} for more details.",
|
|
6485
6461
|
"inheritedFrom": {
|
|
6486
|
-
"name": "
|
|
6487
|
-
"module": "src/
|
|
6462
|
+
"name": "Button",
|
|
6463
|
+
"module": "src/button/button.ts"
|
|
6488
6464
|
}
|
|
6489
6465
|
},
|
|
6490
6466
|
{
|
|
6491
6467
|
"kind": "method",
|
|
6492
|
-
"name": "
|
|
6468
|
+
"name": "formtargetChanged",
|
|
6493
6469
|
"privacy": "private",
|
|
6494
6470
|
"return": {
|
|
6495
6471
|
"type": {
|
|
@@ -6497,285 +6473,127 @@
|
|
|
6497
6473
|
}
|
|
6498
6474
|
},
|
|
6499
6475
|
"inheritedFrom": {
|
|
6500
|
-
"name": "
|
|
6501
|
-
"module": "src/
|
|
6476
|
+
"name": "Button",
|
|
6477
|
+
"module": "src/button/button.ts"
|
|
6502
6478
|
}
|
|
6503
6479
|
},
|
|
6504
6480
|
{
|
|
6505
6481
|
"kind": "field",
|
|
6506
|
-
"name": "
|
|
6482
|
+
"name": "type",
|
|
6507
6483
|
"type": {
|
|
6508
|
-
"text": "
|
|
6484
|
+
"text": "\"submit\" | \"reset\" | \"button\""
|
|
6509
6485
|
},
|
|
6510
6486
|
"privacy": "public",
|
|
6511
|
-
"
|
|
6512
|
-
"description": "Format style for the year used in the title",
|
|
6487
|
+
"description": "The button type.",
|
|
6513
6488
|
"inheritedFrom": {
|
|
6514
|
-
"name": "
|
|
6515
|
-
"module": "src/
|
|
6489
|
+
"name": "Button",
|
|
6490
|
+
"module": "src/button/button.ts"
|
|
6516
6491
|
}
|
|
6517
6492
|
},
|
|
6518
6493
|
{
|
|
6519
6494
|
"kind": "method",
|
|
6520
|
-
"name": "
|
|
6495
|
+
"name": "typeChanged",
|
|
6521
6496
|
"privacy": "private",
|
|
6522
6497
|
"return": {
|
|
6523
6498
|
"type": {
|
|
6524
6499
|
"text": "void"
|
|
6525
6500
|
}
|
|
6526
6501
|
},
|
|
6527
|
-
"inheritedFrom": {
|
|
6528
|
-
"name": "Calendar",
|
|
6529
|
-
"module": "src/calendar/calendar.ts"
|
|
6530
|
-
}
|
|
6531
|
-
},
|
|
6532
|
-
{
|
|
6533
|
-
"kind": "field",
|
|
6534
|
-
"name": "minWeeks",
|
|
6535
|
-
"type": {
|
|
6536
|
-
"text": "number"
|
|
6537
|
-
},
|
|
6538
|
-
"privacy": "public",
|
|
6539
|
-
"default": "0",
|
|
6540
|
-
"description": "Minimum number of weeks to show for the month\nThis can be used to normalize the calendar view\n when changing or across multiple calendars",
|
|
6541
|
-
"inheritedFrom": {
|
|
6542
|
-
"name": "Calendar",
|
|
6543
|
-
"module": "src/calendar/calendar.ts"
|
|
6544
|
-
}
|
|
6545
|
-
},
|
|
6546
|
-
{
|
|
6547
|
-
"kind": "field",
|
|
6548
|
-
"name": "disabledDates",
|
|
6549
|
-
"type": {
|
|
6550
|
-
"text": "string"
|
|
6551
|
-
},
|
|
6552
|
-
"privacy": "public",
|
|
6553
|
-
"default": "\"\"",
|
|
6554
|
-
"description": "A list of dates that should be shown as disabled",
|
|
6555
|
-
"inheritedFrom": {
|
|
6556
|
-
"name": "Calendar",
|
|
6557
|
-
"module": "src/calendar/calendar.ts"
|
|
6558
|
-
}
|
|
6559
|
-
},
|
|
6560
|
-
{
|
|
6561
|
-
"kind": "field",
|
|
6562
|
-
"name": "selectedDates",
|
|
6563
|
-
"type": {
|
|
6564
|
-
"text": "string"
|
|
6565
|
-
},
|
|
6566
|
-
"privacy": "public",
|
|
6567
|
-
"default": "\"\"",
|
|
6568
|
-
"description": "A list of dates that should be shown as highlighted",
|
|
6569
|
-
"inheritedFrom": {
|
|
6570
|
-
"name": "Calendar",
|
|
6571
|
-
"module": "src/calendar/calendar.ts"
|
|
6572
|
-
}
|
|
6573
|
-
},
|
|
6574
|
-
{
|
|
6575
|
-
"kind": "method",
|
|
6576
|
-
"name": "getMonthInfo",
|
|
6577
|
-
"privacy": "public",
|
|
6578
|
-
"return": {
|
|
6579
|
-
"type": {
|
|
6580
|
-
"text": ""
|
|
6581
|
-
}
|
|
6582
|
-
},
|
|
6583
6502
|
"parameters": [
|
|
6584
6503
|
{
|
|
6585
|
-
"name": "
|
|
6586
|
-
"default": "this.month",
|
|
6504
|
+
"name": "previous",
|
|
6587
6505
|
"type": {
|
|
6588
|
-
"text": "
|
|
6589
|
-
}
|
|
6590
|
-
"description": "month of the calendar"
|
|
6506
|
+
"text": "\"submit\" | \"reset\" | \"button\" | void"
|
|
6507
|
+
}
|
|
6591
6508
|
},
|
|
6592
6509
|
{
|
|
6593
|
-
"name": "
|
|
6594
|
-
"default": "this.year",
|
|
6510
|
+
"name": "next",
|
|
6595
6511
|
"type": {
|
|
6596
|
-
"text": "
|
|
6597
|
-
}
|
|
6598
|
-
"description": "year of the calendar"
|
|
6512
|
+
"text": "\"submit\" | \"reset\" | \"button\""
|
|
6513
|
+
}
|
|
6599
6514
|
}
|
|
6600
6515
|
],
|
|
6601
|
-
"description": "Gets data needed to render about a calendar month as well as the previous and next months",
|
|
6602
6516
|
"inheritedFrom": {
|
|
6603
|
-
"name": "
|
|
6604
|
-
"module": "src/
|
|
6517
|
+
"name": "Button",
|
|
6518
|
+
"module": "src/button/button.ts"
|
|
6605
6519
|
}
|
|
6606
6520
|
},
|
|
6607
6521
|
{
|
|
6608
|
-
"kind": "
|
|
6609
|
-
"name": "
|
|
6610
|
-
"
|
|
6611
|
-
|
|
6612
|
-
"type": {
|
|
6613
|
-
"text": ""
|
|
6614
|
-
}
|
|
6522
|
+
"kind": "field",
|
|
6523
|
+
"name": "defaultSlottedContent",
|
|
6524
|
+
"type": {
|
|
6525
|
+
"text": "HTMLElement[]"
|
|
6615
6526
|
},
|
|
6616
|
-
"
|
|
6617
|
-
|
|
6618
|
-
"name": "info",
|
|
6619
|
-
"default": "this.getMonthInfo()",
|
|
6620
|
-
"type": {
|
|
6621
|
-
"text": "CalendarInfo"
|
|
6622
|
-
},
|
|
6623
|
-
"description": "an object containing the information needed to render a calendar month"
|
|
6624
|
-
},
|
|
6625
|
-
{
|
|
6626
|
-
"name": "minWeeks",
|
|
6627
|
-
"default": "this.minWeeks",
|
|
6628
|
-
"type": {
|
|
6629
|
-
"text": "number"
|
|
6630
|
-
},
|
|
6631
|
-
"description": "minimum number of weeks to show"
|
|
6632
|
-
}
|
|
6633
|
-
],
|
|
6634
|
-
"description": "A list of calendar days",
|
|
6527
|
+
"privacy": "public",
|
|
6528
|
+
"description": "\nDefault slotted content",
|
|
6635
6529
|
"inheritedFrom": {
|
|
6636
|
-
"name": "
|
|
6637
|
-
"module": "src/
|
|
6530
|
+
"name": "Button",
|
|
6531
|
+
"module": "src/button/button.ts"
|
|
6638
6532
|
}
|
|
6639
6533
|
},
|
|
6640
6534
|
{
|
|
6641
6535
|
"kind": "method",
|
|
6642
|
-
"name": "
|
|
6536
|
+
"name": "validate",
|
|
6643
6537
|
"privacy": "public",
|
|
6644
6538
|
"return": {
|
|
6645
6539
|
"type": {
|
|
6646
|
-
"text": ""
|
|
6540
|
+
"text": "void"
|
|
6647
6541
|
}
|
|
6648
6542
|
},
|
|
6649
|
-
"
|
|
6650
|
-
{
|
|
6651
|
-
"name": "date",
|
|
6652
|
-
"type": {
|
|
6653
|
-
"text": "Date | string"
|
|
6654
|
-
},
|
|
6655
|
-
"description": "A date objec that includes the day, month and year"
|
|
6656
|
-
},
|
|
6657
|
-
{
|
|
6658
|
-
"name": "datesString",
|
|
6659
|
-
"type": {
|
|
6660
|
-
"text": "string"
|
|
6661
|
-
},
|
|
6662
|
-
"description": "a comma separated list of dates"
|
|
6663
|
-
}
|
|
6664
|
-
],
|
|
6665
|
-
"description": "A helper function that checks if a date exists in a list of dates",
|
|
6543
|
+
"description": "{@inheritDoc (FormAssociated:interface).validate}",
|
|
6666
6544
|
"inheritedFrom": {
|
|
6667
|
-
"name": "
|
|
6668
|
-
"module": "src/
|
|
6545
|
+
"name": "Button",
|
|
6546
|
+
"module": "src/button/button.ts"
|
|
6669
6547
|
}
|
|
6670
6548
|
},
|
|
6671
6549
|
{
|
|
6672
|
-
"kind": "
|
|
6673
|
-
"name": "
|
|
6674
|
-
"privacy": "
|
|
6675
|
-
"
|
|
6676
|
-
"type": {
|
|
6677
|
-
"text": ""
|
|
6678
|
-
}
|
|
6679
|
-
},
|
|
6680
|
-
"parameters": [
|
|
6681
|
-
{
|
|
6682
|
-
"name": "date",
|
|
6683
|
-
"type": {
|
|
6684
|
-
"text": "CalendarDateInfo"
|
|
6685
|
-
},
|
|
6686
|
-
"description": "date of the calendar cell"
|
|
6687
|
-
},
|
|
6688
|
-
{
|
|
6689
|
-
"name": "todayString",
|
|
6690
|
-
"optional": true,
|
|
6691
|
-
"type": {
|
|
6692
|
-
"text": "string"
|
|
6693
|
-
}
|
|
6694
|
-
}
|
|
6695
|
-
],
|
|
6696
|
-
"description": "Creates a class string for the day container",
|
|
6550
|
+
"kind": "field",
|
|
6551
|
+
"name": "handleSubmission",
|
|
6552
|
+
"privacy": "private",
|
|
6553
|
+
"description": "Submits the parent form",
|
|
6697
6554
|
"inheritedFrom": {
|
|
6698
|
-
"name": "
|
|
6699
|
-
"module": "src/
|
|
6555
|
+
"name": "Button",
|
|
6556
|
+
"module": "src/button/button.ts"
|
|
6700
6557
|
}
|
|
6701
6558
|
},
|
|
6702
6559
|
{
|
|
6703
|
-
"kind": "
|
|
6704
|
-
"name": "
|
|
6705
|
-
"privacy": "
|
|
6706
|
-
"
|
|
6707
|
-
"type": {
|
|
6708
|
-
"text": ""
|
|
6709
|
-
}
|
|
6710
|
-
},
|
|
6711
|
-
"description": "Returns a list of weekday labels",
|
|
6560
|
+
"kind": "field",
|
|
6561
|
+
"name": "handleFormReset",
|
|
6562
|
+
"privacy": "private",
|
|
6563
|
+
"description": "Resets the parent form",
|
|
6712
6564
|
"inheritedFrom": {
|
|
6713
|
-
"name": "
|
|
6714
|
-
"module": "src/
|
|
6565
|
+
"name": "Button",
|
|
6566
|
+
"module": "src/button/button.ts"
|
|
6715
6567
|
}
|
|
6716
6568
|
},
|
|
6717
6569
|
{
|
|
6718
|
-
"kind": "
|
|
6719
|
-
"name": "
|
|
6720
|
-
"
|
|
6721
|
-
|
|
6722
|
-
"type": {
|
|
6723
|
-
"text": "void"
|
|
6724
|
-
}
|
|
6570
|
+
"kind": "field",
|
|
6571
|
+
"name": "control",
|
|
6572
|
+
"type": {
|
|
6573
|
+
"text": "HTMLButtonElement"
|
|
6725
6574
|
},
|
|
6726
|
-
"
|
|
6727
|
-
{
|
|
6728
|
-
"name": "event",
|
|
6729
|
-
"type": {
|
|
6730
|
-
"text": "Event"
|
|
6731
|
-
}
|
|
6732
|
-
},
|
|
6733
|
-
{
|
|
6734
|
-
"name": "day",
|
|
6735
|
-
"type": {
|
|
6736
|
-
"text": "CalendarDateInfo"
|
|
6737
|
-
}
|
|
6738
|
-
},
|
|
6739
|
-
{
|
|
6740
|
-
"description": "Date cell",
|
|
6741
|
-
"name": "date"
|
|
6742
|
-
}
|
|
6743
|
-
],
|
|
6744
|
-
"description": "Emits the \"date-select\" event with the day, month and year.",
|
|
6575
|
+
"privacy": "public",
|
|
6745
6576
|
"inheritedFrom": {
|
|
6746
|
-
"name": "
|
|
6747
|
-
"module": "src/
|
|
6577
|
+
"name": "Button",
|
|
6578
|
+
"module": "src/button/button.ts"
|
|
6748
6579
|
}
|
|
6749
6580
|
},
|
|
6750
6581
|
{
|
|
6751
|
-
"kind": "
|
|
6752
|
-
"name": "
|
|
6753
|
-
"privacy": "
|
|
6754
|
-
"
|
|
6755
|
-
"type": {
|
|
6756
|
-
"text": "boolean"
|
|
6757
|
-
}
|
|
6758
|
-
},
|
|
6759
|
-
"parameters": [
|
|
6760
|
-
{
|
|
6761
|
-
"name": "event",
|
|
6762
|
-
"type": {
|
|
6763
|
-
"text": "KeyboardEvent"
|
|
6764
|
-
},
|
|
6765
|
-
"description": "Keyboard event"
|
|
6766
|
-
},
|
|
6767
|
-
{
|
|
6768
|
-
"name": "date",
|
|
6769
|
-
"type": {
|
|
6770
|
-
"text": "CalendarDateInfo"
|
|
6771
|
-
},
|
|
6772
|
-
"description": "Date of the cell selected"
|
|
6773
|
-
}
|
|
6774
|
-
],
|
|
6775
|
-
"description": "Handles keyboard events on a cell",
|
|
6582
|
+
"kind": "field",
|
|
6583
|
+
"name": "handleUnsupportedDelegatesFocus",
|
|
6584
|
+
"privacy": "private",
|
|
6585
|
+
"description": "Overrides the focus call for where delegatesFocus is unsupported.\nThis check works for Chrome, Edge Chromium, FireFox, and Safari\nRelevant PR on the Firefox browser: https://phabricator.services.mozilla.com/D123858",
|
|
6776
6586
|
"inheritedFrom": {
|
|
6777
|
-
"name": "
|
|
6778
|
-
"module": "src/
|
|
6587
|
+
"name": "Button",
|
|
6588
|
+
"module": "src/button/button.ts"
|
|
6589
|
+
}
|
|
6590
|
+
},
|
|
6591
|
+
{
|
|
6592
|
+
"kind": "field",
|
|
6593
|
+
"name": "proxy",
|
|
6594
|
+
"inheritedFrom": {
|
|
6595
|
+
"name": "Button",
|
|
6596
|
+
"module": "src/button/button.ts"
|
|
6779
6597
|
}
|
|
6780
6598
|
},
|
|
6781
6599
|
{
|
|
@@ -6787,8 +6605,8 @@
|
|
|
6787
6605
|
"privacy": "private",
|
|
6788
6606
|
"default": "void 0",
|
|
6789
6607
|
"inheritedFrom": {
|
|
6790
|
-
"name": "
|
|
6791
|
-
"module": "src/
|
|
6608
|
+
"name": "Button",
|
|
6609
|
+
"module": "src/button/button.ts"
|
|
6792
6610
|
}
|
|
6793
6611
|
},
|
|
6794
6612
|
{
|
|
@@ -6800,8 +6618,8 @@
|
|
|
6800
6618
|
"privacy": "public",
|
|
6801
6619
|
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
6802
6620
|
"inheritedFrom": {
|
|
6803
|
-
"name": "
|
|
6804
|
-
"module": "src/
|
|
6621
|
+
"name": "Button",
|
|
6622
|
+
"module": "src/button/button.ts"
|
|
6805
6623
|
}
|
|
6806
6624
|
},
|
|
6807
6625
|
{
|
|
@@ -6813,8 +6631,8 @@
|
|
|
6813
6631
|
"privacy": "public",
|
|
6814
6632
|
"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.",
|
|
6815
6633
|
"inheritedFrom": {
|
|
6816
|
-
"name": "
|
|
6817
|
-
"module": "src/
|
|
6634
|
+
"name": "Button",
|
|
6635
|
+
"module": "src/button/button.ts"
|
|
6818
6636
|
}
|
|
6819
6637
|
},
|
|
6820
6638
|
{
|
|
@@ -6827,8 +6645,8 @@
|
|
|
6827
6645
|
}
|
|
6828
6646
|
},
|
|
6829
6647
|
"inheritedFrom": {
|
|
6830
|
-
"name": "
|
|
6831
|
-
"module": "src/
|
|
6648
|
+
"name": "Button",
|
|
6649
|
+
"module": "src/button/button.ts"
|
|
6832
6650
|
}
|
|
6833
6651
|
},
|
|
6834
6652
|
{
|
|
@@ -6840,8 +6658,8 @@
|
|
|
6840
6658
|
"privacy": "public",
|
|
6841
6659
|
"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.",
|
|
6842
6660
|
"inheritedFrom": {
|
|
6843
|
-
"name": "
|
|
6844
|
-
"module": "src/
|
|
6661
|
+
"name": "Button",
|
|
6662
|
+
"module": "src/button/button.ts"
|
|
6845
6663
|
}
|
|
6846
6664
|
},
|
|
6847
6665
|
{
|
|
@@ -6854,8 +6672,8 @@
|
|
|
6854
6672
|
}
|
|
6855
6673
|
},
|
|
6856
6674
|
"inheritedFrom": {
|
|
6857
|
-
"name": "
|
|
6858
|
-
"module": "src/
|
|
6675
|
+
"name": "Button",
|
|
6676
|
+
"module": "src/button/button.ts"
|
|
6859
6677
|
}
|
|
6860
6678
|
},
|
|
6861
6679
|
{
|
|
@@ -6885,25 +6703,15 @@
|
|
|
6885
6703
|
],
|
|
6886
6704
|
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
6887
6705
|
"inheritedFrom": {
|
|
6888
|
-
"name": "
|
|
6889
|
-
"module": "src/
|
|
6890
|
-
}
|
|
6891
|
-
}
|
|
6892
|
-
],
|
|
6893
|
-
"events": [
|
|
6894
|
-
{
|
|
6895
|
-
"description": "Fires a custom 'dateselected' event when Enter is invoked via keyboard on a date",
|
|
6896
|
-
"name": "dateselected",
|
|
6897
|
-
"inheritedFrom": {
|
|
6898
|
-
"name": "Calendar",
|
|
6899
|
-
"module": "src/calendar/calendar.ts"
|
|
6706
|
+
"name": "Button",
|
|
6707
|
+
"module": "src/button/button.ts"
|
|
6900
6708
|
}
|
|
6901
6709
|
}
|
|
6902
6710
|
]
|
|
6903
6711
|
},
|
|
6904
6712
|
{
|
|
6905
6713
|
"kind": "variable",
|
|
6906
|
-
"name": "
|
|
6714
|
+
"name": "foundationButtonShadowOptions",
|
|
6907
6715
|
"type": {
|
|
6908
6716
|
"text": "ShadowRootInit"
|
|
6909
6717
|
},
|
|
@@ -6911,7 +6719,7 @@
|
|
|
6911
6719
|
},
|
|
6912
6720
|
{
|
|
6913
6721
|
"kind": "variable",
|
|
6914
|
-
"name": "
|
|
6722
|
+
"name": "defaultButtonConfig",
|
|
6915
6723
|
"type": {
|
|
6916
6724
|
"text": "object"
|
|
6917
6725
|
},
|
|
@@ -6919,49 +6727,49 @@
|
|
|
6919
6727
|
},
|
|
6920
6728
|
{
|
|
6921
6729
|
"kind": "variable",
|
|
6922
|
-
"name": "
|
|
6923
|
-
"description": "The Foundation
|
|
6730
|
+
"name": "foundationButton",
|
|
6731
|
+
"description": "The Foundation Button",
|
|
6924
6732
|
"privacy": "public"
|
|
6925
6733
|
}
|
|
6926
6734
|
],
|
|
6927
6735
|
"exports": [
|
|
6928
6736
|
{
|
|
6929
6737
|
"kind": "js",
|
|
6930
|
-
"name": "
|
|
6738
|
+
"name": "Button",
|
|
6931
6739
|
"declaration": {
|
|
6932
|
-
"name": "
|
|
6933
|
-
"module": "src/
|
|
6740
|
+
"name": "Button",
|
|
6741
|
+
"module": "src/button/button.ts"
|
|
6934
6742
|
}
|
|
6935
6743
|
},
|
|
6936
6744
|
{
|
|
6937
6745
|
"kind": "js",
|
|
6938
|
-
"name": "
|
|
6746
|
+
"name": "foundationButtonShadowOptions",
|
|
6939
6747
|
"declaration": {
|
|
6940
|
-
"name": "
|
|
6941
|
-
"module": "src/
|
|
6748
|
+
"name": "foundationButtonShadowOptions",
|
|
6749
|
+
"module": "src/button/button.ts"
|
|
6942
6750
|
}
|
|
6943
6751
|
},
|
|
6944
6752
|
{
|
|
6945
6753
|
"kind": "js",
|
|
6946
|
-
"name": "
|
|
6754
|
+
"name": "defaultButtonConfig",
|
|
6947
6755
|
"declaration": {
|
|
6948
|
-
"name": "
|
|
6949
|
-
"module": "src/
|
|
6756
|
+
"name": "defaultButtonConfig",
|
|
6757
|
+
"module": "src/button/button.ts"
|
|
6950
6758
|
}
|
|
6951
6759
|
},
|
|
6952
6760
|
{
|
|
6953
6761
|
"kind": "js",
|
|
6954
|
-
"name": "
|
|
6762
|
+
"name": "foundationButton",
|
|
6955
6763
|
"declaration": {
|
|
6956
|
-
"name": "
|
|
6957
|
-
"module": "src/
|
|
6764
|
+
"name": "foundationButton",
|
|
6765
|
+
"module": "src/button/button.ts"
|
|
6958
6766
|
}
|
|
6959
6767
|
}
|
|
6960
6768
|
]
|
|
6961
6769
|
},
|
|
6962
6770
|
{
|
|
6963
6771
|
"kind": "javascript-module",
|
|
6964
|
-
"path": "src/
|
|
6772
|
+
"path": "src/button/index.ts",
|
|
6965
6773
|
"declarations": [],
|
|
6966
6774
|
"exports": [
|
|
6967
6775
|
{
|
|
@@ -6969,7 +6777,7 @@
|
|
|
6969
6777
|
"name": "*",
|
|
6970
6778
|
"declaration": {
|
|
6971
6779
|
"name": "*",
|
|
6972
|
-
"package": "./
|
|
6780
|
+
"package": "./button.template"
|
|
6973
6781
|
}
|
|
6974
6782
|
},
|
|
6975
6783
|
{
|
|
@@ -6977,7 +6785,7 @@
|
|
|
6977
6785
|
"name": "*",
|
|
6978
6786
|
"declaration": {
|
|
6979
6787
|
"name": "*",
|
|
6980
|
-
"package": "./
|
|
6788
|
+
"package": "./button.styles"
|
|
6981
6789
|
}
|
|
6982
6790
|
},
|
|
6983
6791
|
{
|
|
@@ -6985,60 +6793,46 @@
|
|
|
6985
6793
|
"name": "*",
|
|
6986
6794
|
"declaration": {
|
|
6987
6795
|
"name": "*",
|
|
6988
|
-
"package": "./
|
|
6796
|
+
"package": "./button"
|
|
6989
6797
|
}
|
|
6990
6798
|
}
|
|
6991
6799
|
]
|
|
6992
6800
|
},
|
|
6993
6801
|
{
|
|
6994
6802
|
"kind": "javascript-module",
|
|
6995
|
-
"path": "src/
|
|
6803
|
+
"path": "src/calendar/calendar.styles.ts",
|
|
6996
6804
|
"declarations": [
|
|
6997
6805
|
{
|
|
6998
6806
|
"kind": "function",
|
|
6999
|
-
"name": "
|
|
6807
|
+
"name": "foundationCalendarStyles",
|
|
7000
6808
|
"return": {
|
|
7001
6809
|
"type": {
|
|
7002
6810
|
"text": "ElementStyles"
|
|
7003
6811
|
}
|
|
7004
|
-
}
|
|
7005
|
-
"parameters": [
|
|
7006
|
-
{
|
|
7007
|
-
"name": "context",
|
|
7008
|
-
"type": {
|
|
7009
|
-
"text": "ElementDefinitionContext"
|
|
7010
|
-
}
|
|
7011
|
-
},
|
|
7012
|
-
{
|
|
7013
|
-
"name": "definition",
|
|
7014
|
-
"type": {
|
|
7015
|
-
"text": "FoundationElementDefinition"
|
|
7016
|
-
}
|
|
7017
|
-
}
|
|
7018
|
-
]
|
|
6812
|
+
}
|
|
7019
6813
|
}
|
|
7020
6814
|
],
|
|
7021
6815
|
"exports": [
|
|
7022
6816
|
{
|
|
7023
6817
|
"kind": "js",
|
|
7024
|
-
"name": "
|
|
6818
|
+
"name": "foundationCalendarStyles",
|
|
7025
6819
|
"declaration": {
|
|
7026
|
-
"name": "
|
|
7027
|
-
"module": "src/
|
|
6820
|
+
"name": "foundationCalendarStyles",
|
|
6821
|
+
"module": "src/calendar/calendar.styles.ts"
|
|
7028
6822
|
}
|
|
7029
6823
|
}
|
|
7030
6824
|
]
|
|
7031
6825
|
},
|
|
7032
6826
|
{
|
|
7033
6827
|
"kind": "javascript-module",
|
|
7034
|
-
"path": "src/
|
|
6828
|
+
"path": "src/calendar/calendar.template.ts",
|
|
7035
6829
|
"declarations": [
|
|
7036
6830
|
{
|
|
7037
6831
|
"kind": "function",
|
|
7038
|
-
"name": "
|
|
6832
|
+
"name": "foundationCalendarTemplate",
|
|
7039
6833
|
"return": {
|
|
7040
6834
|
"type": {
|
|
7041
|
-
"text": "ViewTemplate<
|
|
6835
|
+
"text": "ViewTemplate<Calendar>"
|
|
7042
6836
|
}
|
|
7043
6837
|
},
|
|
7044
6838
|
"parameters": [
|
|
@@ -7060,156 +6854,274 @@
|
|
|
7060
6854
|
"exports": [
|
|
7061
6855
|
{
|
|
7062
6856
|
"kind": "js",
|
|
7063
|
-
"name": "
|
|
6857
|
+
"name": "foundationCalendarTemplate",
|
|
7064
6858
|
"declaration": {
|
|
7065
|
-
"name": "
|
|
7066
|
-
"module": "src/
|
|
6859
|
+
"name": "foundationCalendarTemplate",
|
|
6860
|
+
"module": "src/calendar/calendar.template.ts"
|
|
7067
6861
|
}
|
|
7068
6862
|
}
|
|
7069
6863
|
]
|
|
7070
6864
|
},
|
|
7071
6865
|
{
|
|
7072
6866
|
"kind": "javascript-module",
|
|
7073
|
-
"path": "src/
|
|
6867
|
+
"path": "src/calendar/calendar.ts",
|
|
7074
6868
|
"declarations": [
|
|
7075
6869
|
{
|
|
7076
6870
|
"kind": "class",
|
|
7077
6871
|
"description": "",
|
|
7078
|
-
"name": "
|
|
6872
|
+
"name": "Calendar",
|
|
7079
6873
|
"superclass": {
|
|
7080
|
-
"name": "
|
|
6874
|
+
"name": "FASTCalendar",
|
|
7081
6875
|
"package": "@microsoft/fast-components"
|
|
7082
6876
|
},
|
|
7083
|
-
"tagName": "%%prefix%%-
|
|
6877
|
+
"tagName": "%%prefix%%-calendar",
|
|
7084
6878
|
"customElement": true,
|
|
7085
6879
|
"attributes": [
|
|
7086
6880
|
{
|
|
7087
6881
|
"type": {
|
|
7088
|
-
"text": "
|
|
6882
|
+
"text": "number"
|
|
6883
|
+
},
|
|
6884
|
+
"description": "Readonly attribute for turning off data-grid",
|
|
6885
|
+
"fieldName": "readonly",
|
|
6886
|
+
"default": "false",
|
|
6887
|
+
"inheritedFrom": {
|
|
6888
|
+
"name": "Calendar",
|
|
6889
|
+
"module": "src/calendar/calendar.ts"
|
|
6890
|
+
}
|
|
6891
|
+
},
|
|
6892
|
+
{
|
|
6893
|
+
"name": "locale",
|
|
6894
|
+
"type": {
|
|
6895
|
+
"text": "string"
|
|
6896
|
+
},
|
|
6897
|
+
"default": "\"en-US\"",
|
|
6898
|
+
"description": "String repesentation of the full locale including market, calendar type and numbering system",
|
|
6899
|
+
"fieldName": "locale",
|
|
6900
|
+
"inheritedFrom": {
|
|
6901
|
+
"name": "Calendar",
|
|
6902
|
+
"module": "src/calendar/calendar.ts"
|
|
6903
|
+
}
|
|
6904
|
+
},
|
|
6905
|
+
{
|
|
6906
|
+
"name": "day-format",
|
|
6907
|
+
"type": {
|
|
6908
|
+
"text": "DayFormat"
|
|
6909
|
+
},
|
|
6910
|
+
"default": "\"numeric\"",
|
|
6911
|
+
"description": "Format style for the day",
|
|
6912
|
+
"fieldName": "dayFormat",
|
|
6913
|
+
"inheritedFrom": {
|
|
6914
|
+
"name": "Calendar",
|
|
6915
|
+
"module": "src/calendar/calendar.ts"
|
|
6916
|
+
}
|
|
6917
|
+
},
|
|
6918
|
+
{
|
|
6919
|
+
"name": "weekday-format",
|
|
6920
|
+
"type": {
|
|
6921
|
+
"text": "WeekdayFormat"
|
|
6922
|
+
},
|
|
6923
|
+
"default": "\"short\"",
|
|
6924
|
+
"description": "Format style for the week day labels",
|
|
6925
|
+
"fieldName": "weekdayFormat",
|
|
6926
|
+
"inheritedFrom": {
|
|
6927
|
+
"name": "Calendar",
|
|
6928
|
+
"module": "src/calendar/calendar.ts"
|
|
6929
|
+
}
|
|
6930
|
+
},
|
|
6931
|
+
{
|
|
6932
|
+
"name": "month-format",
|
|
6933
|
+
"type": {
|
|
6934
|
+
"text": "MonthFormat"
|
|
6935
|
+
},
|
|
6936
|
+
"default": "\"long\"",
|
|
6937
|
+
"description": "Format style for the month label",
|
|
6938
|
+
"fieldName": "monthFormat",
|
|
6939
|
+
"inheritedFrom": {
|
|
6940
|
+
"name": "Calendar",
|
|
6941
|
+
"module": "src/calendar/calendar.ts"
|
|
6942
|
+
}
|
|
6943
|
+
},
|
|
6944
|
+
{
|
|
6945
|
+
"name": "year-format",
|
|
6946
|
+
"type": {
|
|
6947
|
+
"text": "YearFormat"
|
|
6948
|
+
},
|
|
6949
|
+
"default": "\"numeric\"",
|
|
6950
|
+
"description": "Format style for the year used in the title",
|
|
6951
|
+
"fieldName": "yearFormat",
|
|
6952
|
+
"inheritedFrom": {
|
|
6953
|
+
"name": "Calendar",
|
|
6954
|
+
"module": "src/calendar/calendar.ts"
|
|
6955
|
+
}
|
|
6956
|
+
},
|
|
6957
|
+
{
|
|
6958
|
+
"name": "min-weeks",
|
|
6959
|
+
"type": {
|
|
6960
|
+
"text": "number"
|
|
6961
|
+
},
|
|
6962
|
+
"default": "0",
|
|
6963
|
+
"description": "Minimum number of weeks to show for the month\nThis can be used to normalize the calendar view\n when changing or across multiple calendars",
|
|
6964
|
+
"fieldName": "minWeeks",
|
|
6965
|
+
"inheritedFrom": {
|
|
6966
|
+
"name": "Calendar",
|
|
6967
|
+
"module": "src/calendar/calendar.ts"
|
|
6968
|
+
}
|
|
6969
|
+
},
|
|
6970
|
+
{
|
|
6971
|
+
"name": "disabled-dates",
|
|
6972
|
+
"type": {
|
|
6973
|
+
"text": "string"
|
|
7089
6974
|
},
|
|
7090
|
-
"
|
|
7091
|
-
"
|
|
6975
|
+
"default": "\"\"",
|
|
6976
|
+
"description": "A list of dates that should be shown as disabled",
|
|
6977
|
+
"fieldName": "disabledDates",
|
|
7092
6978
|
"inheritedFrom": {
|
|
7093
|
-
"name": "
|
|
7094
|
-
"module": "src/
|
|
6979
|
+
"name": "Calendar",
|
|
6980
|
+
"module": "src/calendar/calendar.ts"
|
|
7095
6981
|
}
|
|
7096
6982
|
},
|
|
7097
6983
|
{
|
|
7098
|
-
"name": "
|
|
6984
|
+
"name": "selected-dates",
|
|
7099
6985
|
"type": {
|
|
7100
6986
|
"text": "string"
|
|
7101
6987
|
},
|
|
7102
|
-
"
|
|
7103
|
-
"
|
|
6988
|
+
"default": "\"\"",
|
|
6989
|
+
"description": "A list of dates that should be shown as highlighted",
|
|
6990
|
+
"fieldName": "selectedDates",
|
|
7104
6991
|
"inheritedFrom": {
|
|
7105
|
-
"name": "
|
|
7106
|
-
"module": "src/
|
|
6992
|
+
"name": "Calendar",
|
|
6993
|
+
"module": "src/calendar/calendar.ts"
|
|
7107
6994
|
}
|
|
7108
|
-
}
|
|
6995
|
+
}
|
|
6996
|
+
],
|
|
6997
|
+
"members": [
|
|
7109
6998
|
{
|
|
7110
|
-
"
|
|
6999
|
+
"kind": "field",
|
|
7000
|
+
"name": "dateFormatter",
|
|
7111
7001
|
"type": {
|
|
7112
|
-
"text": "
|
|
7002
|
+
"text": "DateFormatter"
|
|
7113
7003
|
},
|
|
7114
|
-
"
|
|
7115
|
-
"
|
|
7004
|
+
"privacy": "public",
|
|
7005
|
+
"default": "new DateFormatter()",
|
|
7006
|
+
"description": "date formatter utitlity for getting localized strings",
|
|
7116
7007
|
"inheritedFrom": {
|
|
7117
|
-
"name": "
|
|
7118
|
-
"module": "src/
|
|
7008
|
+
"name": "Calendar",
|
|
7009
|
+
"module": "src/calendar/calendar.ts"
|
|
7119
7010
|
}
|
|
7120
7011
|
},
|
|
7121
7012
|
{
|
|
7122
|
-
"
|
|
7013
|
+
"kind": "field",
|
|
7014
|
+
"name": "readonly",
|
|
7123
7015
|
"type": {
|
|
7124
|
-
"text": "
|
|
7016
|
+
"text": "boolean"
|
|
7125
7017
|
},
|
|
7126
|
-
"
|
|
7127
|
-
"
|
|
7018
|
+
"privacy": "public",
|
|
7019
|
+
"default": "false",
|
|
7020
|
+
"description": "Readonly attribute for turning off data-grid",
|
|
7128
7021
|
"inheritedFrom": {
|
|
7129
|
-
"name": "
|
|
7130
|
-
"module": "src/
|
|
7022
|
+
"name": "Calendar",
|
|
7023
|
+
"module": "src/calendar/calendar.ts"
|
|
7131
7024
|
}
|
|
7132
7025
|
},
|
|
7133
7026
|
{
|
|
7134
|
-
"
|
|
7027
|
+
"kind": "field",
|
|
7028
|
+
"name": "locale",
|
|
7135
7029
|
"type": {
|
|
7136
7030
|
"text": "string"
|
|
7137
7031
|
},
|
|
7138
|
-
"
|
|
7139
|
-
"
|
|
7032
|
+
"privacy": "public",
|
|
7033
|
+
"default": "\"en-US\"",
|
|
7034
|
+
"description": "String repesentation of the full locale including market, calendar type and numbering system",
|
|
7140
7035
|
"inheritedFrom": {
|
|
7141
|
-
"name": "
|
|
7142
|
-
"module": "src/
|
|
7036
|
+
"name": "Calendar",
|
|
7037
|
+
"module": "src/calendar/calendar.ts"
|
|
7143
7038
|
}
|
|
7144
7039
|
},
|
|
7145
7040
|
{
|
|
7146
|
-
"
|
|
7147
|
-
"
|
|
7148
|
-
|
|
7041
|
+
"kind": "method",
|
|
7042
|
+
"name": "localeChanged",
|
|
7043
|
+
"privacy": "private",
|
|
7044
|
+
"return": {
|
|
7045
|
+
"type": {
|
|
7046
|
+
"text": "void"
|
|
7047
|
+
}
|
|
7149
7048
|
},
|
|
7150
|
-
"description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/button | <button> element for more details.",
|
|
7151
|
-
"fieldName": "formtarget",
|
|
7152
7049
|
"inheritedFrom": {
|
|
7153
|
-
"name": "
|
|
7154
|
-
"module": "src/
|
|
7050
|
+
"name": "Calendar",
|
|
7051
|
+
"module": "src/calendar/calendar.ts"
|
|
7155
7052
|
}
|
|
7156
7053
|
},
|
|
7157
7054
|
{
|
|
7158
|
-
"
|
|
7055
|
+
"kind": "field",
|
|
7056
|
+
"name": "month",
|
|
7159
7057
|
"type": {
|
|
7160
|
-
"text": "
|
|
7058
|
+
"text": "number"
|
|
7161
7059
|
},
|
|
7162
|
-
"
|
|
7163
|
-
"
|
|
7060
|
+
"privacy": "public",
|
|
7061
|
+
"description": "Month to display",
|
|
7164
7062
|
"inheritedFrom": {
|
|
7165
|
-
"name": "
|
|
7166
|
-
"module": "src/
|
|
7063
|
+
"name": "Calendar",
|
|
7064
|
+
"module": "src/calendar/calendar.ts"
|
|
7167
7065
|
}
|
|
7168
|
-
}
|
|
7169
|
-
],
|
|
7170
|
-
"members": [
|
|
7066
|
+
},
|
|
7171
7067
|
{
|
|
7172
7068
|
"kind": "field",
|
|
7173
|
-
"name": "
|
|
7069
|
+
"name": "year",
|
|
7174
7070
|
"type": {
|
|
7175
|
-
"text": "
|
|
7071
|
+
"text": "number"
|
|
7176
7072
|
},
|
|
7177
7073
|
"privacy": "public",
|
|
7178
|
-
"description": "
|
|
7074
|
+
"description": "Year of the month to display",
|
|
7179
7075
|
"inheritedFrom": {
|
|
7180
|
-
"name": "
|
|
7181
|
-
"module": "src/
|
|
7076
|
+
"name": "Calendar",
|
|
7077
|
+
"module": "src/calendar/calendar.ts"
|
|
7182
7078
|
}
|
|
7183
7079
|
},
|
|
7184
7080
|
{
|
|
7185
7081
|
"kind": "field",
|
|
7186
|
-
"name": "
|
|
7082
|
+
"name": "dayFormat",
|
|
7187
7083
|
"type": {
|
|
7188
|
-
"text": "
|
|
7084
|
+
"text": "DayFormat"
|
|
7189
7085
|
},
|
|
7190
7086
|
"privacy": "public",
|
|
7191
|
-
"
|
|
7087
|
+
"default": "\"numeric\"",
|
|
7088
|
+
"description": "Format style for the day",
|
|
7192
7089
|
"inheritedFrom": {
|
|
7193
|
-
"name": "
|
|
7194
|
-
"module": "src/
|
|
7090
|
+
"name": "Calendar",
|
|
7091
|
+
"module": "src/calendar/calendar.ts"
|
|
7092
|
+
}
|
|
7093
|
+
},
|
|
7094
|
+
{
|
|
7095
|
+
"kind": "method",
|
|
7096
|
+
"name": "dayFormatChanged",
|
|
7097
|
+
"privacy": "private",
|
|
7098
|
+
"return": {
|
|
7099
|
+
"type": {
|
|
7100
|
+
"text": "void"
|
|
7101
|
+
}
|
|
7102
|
+
},
|
|
7103
|
+
"inheritedFrom": {
|
|
7104
|
+
"name": "Calendar",
|
|
7105
|
+
"module": "src/calendar/calendar.ts"
|
|
7195
7106
|
}
|
|
7196
7107
|
},
|
|
7197
7108
|
{
|
|
7198
7109
|
"kind": "field",
|
|
7199
|
-
"name": "
|
|
7110
|
+
"name": "weekdayFormat",
|
|
7200
7111
|
"type": {
|
|
7201
|
-
"text": "
|
|
7112
|
+
"text": "WeekdayFormat"
|
|
7202
7113
|
},
|
|
7203
7114
|
"privacy": "public",
|
|
7204
|
-
"
|
|
7115
|
+
"default": "\"short\"",
|
|
7116
|
+
"description": "Format style for the week day labels",
|
|
7205
7117
|
"inheritedFrom": {
|
|
7206
|
-
"name": "
|
|
7207
|
-
"module": "src/
|
|
7118
|
+
"name": "Calendar",
|
|
7119
|
+
"module": "src/calendar/calendar.ts"
|
|
7208
7120
|
}
|
|
7209
7121
|
},
|
|
7210
7122
|
{
|
|
7211
7123
|
"kind": "method",
|
|
7212
|
-
"name": "
|
|
7124
|
+
"name": "weekdayFormatChanged",
|
|
7213
7125
|
"privacy": "private",
|
|
7214
7126
|
"return": {
|
|
7215
7127
|
"type": {
|
|
@@ -7217,26 +7129,27 @@
|
|
|
7217
7129
|
}
|
|
7218
7130
|
},
|
|
7219
7131
|
"inheritedFrom": {
|
|
7220
|
-
"name": "
|
|
7221
|
-
"module": "src/
|
|
7132
|
+
"name": "Calendar",
|
|
7133
|
+
"module": "src/calendar/calendar.ts"
|
|
7222
7134
|
}
|
|
7223
7135
|
},
|
|
7224
7136
|
{
|
|
7225
7137
|
"kind": "field",
|
|
7226
|
-
"name": "
|
|
7138
|
+
"name": "monthFormat",
|
|
7227
7139
|
"type": {
|
|
7228
|
-
"text": "
|
|
7140
|
+
"text": "MonthFormat"
|
|
7229
7141
|
},
|
|
7230
7142
|
"privacy": "public",
|
|
7231
|
-
"
|
|
7143
|
+
"default": "\"long\"",
|
|
7144
|
+
"description": "Format style for the month label",
|
|
7232
7145
|
"inheritedFrom": {
|
|
7233
|
-
"name": "
|
|
7234
|
-
"module": "src/
|
|
7146
|
+
"name": "Calendar",
|
|
7147
|
+
"module": "src/calendar/calendar.ts"
|
|
7235
7148
|
}
|
|
7236
7149
|
},
|
|
7237
7150
|
{
|
|
7238
7151
|
"kind": "method",
|
|
7239
|
-
"name": "
|
|
7152
|
+
"name": "monthFormatChanged",
|
|
7240
7153
|
"privacy": "private",
|
|
7241
7154
|
"return": {
|
|
7242
7155
|
"type": {
|
|
@@ -7244,26 +7157,27 @@
|
|
|
7244
7157
|
}
|
|
7245
7158
|
},
|
|
7246
7159
|
"inheritedFrom": {
|
|
7247
|
-
"name": "
|
|
7248
|
-
"module": "src/
|
|
7160
|
+
"name": "Calendar",
|
|
7161
|
+
"module": "src/calendar/calendar.ts"
|
|
7249
7162
|
}
|
|
7250
7163
|
},
|
|
7251
7164
|
{
|
|
7252
7165
|
"kind": "field",
|
|
7253
|
-
"name": "
|
|
7166
|
+
"name": "yearFormat",
|
|
7254
7167
|
"type": {
|
|
7255
|
-
"text": "
|
|
7168
|
+
"text": "YearFormat"
|
|
7256
7169
|
},
|
|
7257
7170
|
"privacy": "public",
|
|
7258
|
-
"
|
|
7171
|
+
"default": "\"numeric\"",
|
|
7172
|
+
"description": "Format style for the year used in the title",
|
|
7259
7173
|
"inheritedFrom": {
|
|
7260
|
-
"name": "
|
|
7261
|
-
"module": "src/
|
|
7174
|
+
"name": "Calendar",
|
|
7175
|
+
"module": "src/calendar/calendar.ts"
|
|
7262
7176
|
}
|
|
7263
7177
|
},
|
|
7264
7178
|
{
|
|
7265
7179
|
"kind": "method",
|
|
7266
|
-
"name": "
|
|
7180
|
+
"name": "yearFormatChanged",
|
|
7267
7181
|
"privacy": "private",
|
|
7268
7182
|
"return": {
|
|
7269
7183
|
"type": {
|
|
@@ -7271,81 +7185,199 @@
|
|
|
7271
7185
|
}
|
|
7272
7186
|
},
|
|
7273
7187
|
"inheritedFrom": {
|
|
7274
|
-
"name": "
|
|
7275
|
-
"module": "src/
|
|
7188
|
+
"name": "Calendar",
|
|
7189
|
+
"module": "src/calendar/calendar.ts"
|
|
7276
7190
|
}
|
|
7277
7191
|
},
|
|
7278
7192
|
{
|
|
7279
7193
|
"kind": "field",
|
|
7280
|
-
"name": "
|
|
7194
|
+
"name": "minWeeks",
|
|
7281
7195
|
"type": {
|
|
7282
|
-
"text": "
|
|
7196
|
+
"text": "number"
|
|
7283
7197
|
},
|
|
7284
7198
|
"privacy": "public",
|
|
7285
|
-
"
|
|
7199
|
+
"default": "0",
|
|
7200
|
+
"description": "Minimum number of weeks to show for the month\nThis can be used to normalize the calendar view\n when changing or across multiple calendars",
|
|
7201
|
+
"inheritedFrom": {
|
|
7202
|
+
"name": "Calendar",
|
|
7203
|
+
"module": "src/calendar/calendar.ts"
|
|
7204
|
+
}
|
|
7205
|
+
},
|
|
7206
|
+
{
|
|
7207
|
+
"kind": "field",
|
|
7208
|
+
"name": "disabledDates",
|
|
7209
|
+
"type": {
|
|
7210
|
+
"text": "string"
|
|
7211
|
+
},
|
|
7212
|
+
"privacy": "public",
|
|
7213
|
+
"default": "\"\"",
|
|
7214
|
+
"description": "A list of dates that should be shown as disabled",
|
|
7215
|
+
"inheritedFrom": {
|
|
7216
|
+
"name": "Calendar",
|
|
7217
|
+
"module": "src/calendar/calendar.ts"
|
|
7218
|
+
}
|
|
7219
|
+
},
|
|
7220
|
+
{
|
|
7221
|
+
"kind": "field",
|
|
7222
|
+
"name": "selectedDates",
|
|
7223
|
+
"type": {
|
|
7224
|
+
"text": "string"
|
|
7225
|
+
},
|
|
7226
|
+
"privacy": "public",
|
|
7227
|
+
"default": "\"\"",
|
|
7228
|
+
"description": "A list of dates that should be shown as highlighted",
|
|
7229
|
+
"inheritedFrom": {
|
|
7230
|
+
"name": "Calendar",
|
|
7231
|
+
"module": "src/calendar/calendar.ts"
|
|
7232
|
+
}
|
|
7233
|
+
},
|
|
7234
|
+
{
|
|
7235
|
+
"kind": "method",
|
|
7236
|
+
"name": "getMonthInfo",
|
|
7237
|
+
"privacy": "public",
|
|
7238
|
+
"return": {
|
|
7239
|
+
"type": {
|
|
7240
|
+
"text": ""
|
|
7241
|
+
}
|
|
7242
|
+
},
|
|
7243
|
+
"parameters": [
|
|
7244
|
+
{
|
|
7245
|
+
"name": "month",
|
|
7246
|
+
"default": "this.month",
|
|
7247
|
+
"type": {
|
|
7248
|
+
"text": "number"
|
|
7249
|
+
},
|
|
7250
|
+
"description": "month of the calendar"
|
|
7251
|
+
},
|
|
7252
|
+
{
|
|
7253
|
+
"name": "year",
|
|
7254
|
+
"default": "this.year",
|
|
7255
|
+
"type": {
|
|
7256
|
+
"text": "number"
|
|
7257
|
+
},
|
|
7258
|
+
"description": "year of the calendar"
|
|
7259
|
+
}
|
|
7260
|
+
],
|
|
7261
|
+
"description": "Gets data needed to render about a calendar month as well as the previous and next months",
|
|
7286
7262
|
"inheritedFrom": {
|
|
7287
|
-
"name": "
|
|
7288
|
-
"module": "src/
|
|
7263
|
+
"name": "Calendar",
|
|
7264
|
+
"module": "src/calendar/calendar.ts"
|
|
7289
7265
|
}
|
|
7290
7266
|
},
|
|
7291
7267
|
{
|
|
7292
7268
|
"kind": "method",
|
|
7293
|
-
"name": "
|
|
7294
|
-
"privacy": "
|
|
7269
|
+
"name": "getDays",
|
|
7270
|
+
"privacy": "public",
|
|
7295
7271
|
"return": {
|
|
7296
7272
|
"type": {
|
|
7297
|
-
"text": "
|
|
7273
|
+
"text": ""
|
|
7298
7274
|
}
|
|
7299
7275
|
},
|
|
7276
|
+
"parameters": [
|
|
7277
|
+
{
|
|
7278
|
+
"name": "info",
|
|
7279
|
+
"default": "this.getMonthInfo()",
|
|
7280
|
+
"type": {
|
|
7281
|
+
"text": "CalendarInfo"
|
|
7282
|
+
},
|
|
7283
|
+
"description": "an object containing the information needed to render a calendar month"
|
|
7284
|
+
},
|
|
7285
|
+
{
|
|
7286
|
+
"name": "minWeeks",
|
|
7287
|
+
"default": "this.minWeeks",
|
|
7288
|
+
"type": {
|
|
7289
|
+
"text": "number"
|
|
7290
|
+
},
|
|
7291
|
+
"description": "minimum number of weeks to show"
|
|
7292
|
+
}
|
|
7293
|
+
],
|
|
7294
|
+
"description": "A list of calendar days",
|
|
7300
7295
|
"inheritedFrom": {
|
|
7301
|
-
"name": "
|
|
7302
|
-
"module": "src/
|
|
7296
|
+
"name": "Calendar",
|
|
7297
|
+
"module": "src/calendar/calendar.ts"
|
|
7303
7298
|
}
|
|
7304
7299
|
},
|
|
7305
7300
|
{
|
|
7306
|
-
"kind": "
|
|
7307
|
-
"name": "
|
|
7308
|
-
"type": {
|
|
7309
|
-
"text": "\"_self\" | \"_blank\" | \"_parent\" | \"_top\""
|
|
7310
|
-
},
|
|
7301
|
+
"kind": "method",
|
|
7302
|
+
"name": "dateInString",
|
|
7311
7303
|
"privacy": "public",
|
|
7312
|
-
"
|
|
7304
|
+
"return": {
|
|
7305
|
+
"type": {
|
|
7306
|
+
"text": ""
|
|
7307
|
+
}
|
|
7308
|
+
},
|
|
7309
|
+
"parameters": [
|
|
7310
|
+
{
|
|
7311
|
+
"name": "date",
|
|
7312
|
+
"type": {
|
|
7313
|
+
"text": "Date | string"
|
|
7314
|
+
},
|
|
7315
|
+
"description": "A date objec that includes the day, month and year"
|
|
7316
|
+
},
|
|
7317
|
+
{
|
|
7318
|
+
"name": "datesString",
|
|
7319
|
+
"type": {
|
|
7320
|
+
"text": "string"
|
|
7321
|
+
},
|
|
7322
|
+
"description": "a comma separated list of dates"
|
|
7323
|
+
}
|
|
7324
|
+
],
|
|
7325
|
+
"description": "A helper function that checks if a date exists in a list of dates",
|
|
7313
7326
|
"inheritedFrom": {
|
|
7314
|
-
"name": "
|
|
7315
|
-
"module": "src/
|
|
7327
|
+
"name": "Calendar",
|
|
7328
|
+
"module": "src/calendar/calendar.ts"
|
|
7316
7329
|
}
|
|
7317
7330
|
},
|
|
7318
7331
|
{
|
|
7319
7332
|
"kind": "method",
|
|
7320
|
-
"name": "
|
|
7321
|
-
"privacy": "
|
|
7333
|
+
"name": "getDayClassNames",
|
|
7334
|
+
"privacy": "public",
|
|
7322
7335
|
"return": {
|
|
7323
7336
|
"type": {
|
|
7324
|
-
"text": "
|
|
7337
|
+
"text": ""
|
|
7325
7338
|
}
|
|
7326
7339
|
},
|
|
7340
|
+
"parameters": [
|
|
7341
|
+
{
|
|
7342
|
+
"name": "date",
|
|
7343
|
+
"type": {
|
|
7344
|
+
"text": "CalendarDateInfo"
|
|
7345
|
+
},
|
|
7346
|
+
"description": "date of the calendar cell"
|
|
7347
|
+
},
|
|
7348
|
+
{
|
|
7349
|
+
"name": "todayString",
|
|
7350
|
+
"optional": true,
|
|
7351
|
+
"type": {
|
|
7352
|
+
"text": "string"
|
|
7353
|
+
}
|
|
7354
|
+
}
|
|
7355
|
+
],
|
|
7356
|
+
"description": "Creates a class string for the day container",
|
|
7327
7357
|
"inheritedFrom": {
|
|
7328
|
-
"name": "
|
|
7329
|
-
"module": "src/
|
|
7358
|
+
"name": "Calendar",
|
|
7359
|
+
"module": "src/calendar/calendar.ts"
|
|
7330
7360
|
}
|
|
7331
7361
|
},
|
|
7332
7362
|
{
|
|
7333
|
-
"kind": "
|
|
7334
|
-
"name": "
|
|
7335
|
-
"type": {
|
|
7336
|
-
"text": "\"submit\" | \"reset\" | \"button\""
|
|
7337
|
-
},
|
|
7363
|
+
"kind": "method",
|
|
7364
|
+
"name": "getWeekdayText",
|
|
7338
7365
|
"privacy": "public",
|
|
7339
|
-
"
|
|
7366
|
+
"return": {
|
|
7367
|
+
"type": {
|
|
7368
|
+
"text": ""
|
|
7369
|
+
}
|
|
7370
|
+
},
|
|
7371
|
+
"description": "Returns a list of weekday labels",
|
|
7340
7372
|
"inheritedFrom": {
|
|
7341
|
-
"name": "
|
|
7342
|
-
"module": "src/
|
|
7373
|
+
"name": "Calendar",
|
|
7374
|
+
"module": "src/calendar/calendar.ts"
|
|
7343
7375
|
}
|
|
7344
7376
|
},
|
|
7345
7377
|
{
|
|
7346
7378
|
"kind": "method",
|
|
7347
|
-
"name": "
|
|
7348
|
-
"privacy": "
|
|
7379
|
+
"name": "handleDateSelect",
|
|
7380
|
+
"privacy": "public",
|
|
7349
7381
|
"return": {
|
|
7350
7382
|
"type": {
|
|
7351
7383
|
"text": "void"
|
|
@@ -7353,99 +7385,57 @@
|
|
|
7353
7385
|
},
|
|
7354
7386
|
"parameters": [
|
|
7355
7387
|
{
|
|
7356
|
-
"name": "
|
|
7388
|
+
"name": "event",
|
|
7357
7389
|
"type": {
|
|
7358
|
-
"text": "
|
|
7390
|
+
"text": "Event"
|
|
7359
7391
|
}
|
|
7360
7392
|
},
|
|
7361
7393
|
{
|
|
7362
|
-
"name": "
|
|
7394
|
+
"name": "day",
|
|
7363
7395
|
"type": {
|
|
7364
|
-
"text": "
|
|
7396
|
+
"text": "CalendarDateInfo"
|
|
7365
7397
|
}
|
|
7398
|
+
},
|
|
7399
|
+
{
|
|
7400
|
+
"description": "Date cell",
|
|
7401
|
+
"name": "date"
|
|
7366
7402
|
}
|
|
7367
7403
|
],
|
|
7404
|
+
"description": "Emits the \"date-select\" event with the day, month and year.",
|
|
7368
7405
|
"inheritedFrom": {
|
|
7369
|
-
"name": "
|
|
7370
|
-
"module": "src/
|
|
7371
|
-
}
|
|
7372
|
-
},
|
|
7373
|
-
{
|
|
7374
|
-
"kind": "field",
|
|
7375
|
-
"name": "defaultSlottedContent",
|
|
7376
|
-
"type": {
|
|
7377
|
-
"text": "HTMLElement[]"
|
|
7378
|
-
},
|
|
7379
|
-
"privacy": "public",
|
|
7380
|
-
"description": "\nDefault slotted content",
|
|
7381
|
-
"inheritedFrom": {
|
|
7382
|
-
"name": "Button",
|
|
7383
|
-
"module": "src/button/button.ts"
|
|
7406
|
+
"name": "Calendar",
|
|
7407
|
+
"module": "src/calendar/calendar.ts"
|
|
7384
7408
|
}
|
|
7385
7409
|
},
|
|
7386
7410
|
{
|
|
7387
7411
|
"kind": "method",
|
|
7388
|
-
"name": "
|
|
7412
|
+
"name": "handleKeydown",
|
|
7389
7413
|
"privacy": "public",
|
|
7390
7414
|
"return": {
|
|
7391
7415
|
"type": {
|
|
7392
|
-
"text": "
|
|
7416
|
+
"text": "boolean"
|
|
7393
7417
|
}
|
|
7394
7418
|
},
|
|
7395
|
-
"
|
|
7396
|
-
|
|
7397
|
-
|
|
7398
|
-
|
|
7399
|
-
|
|
7400
|
-
|
|
7401
|
-
|
|
7402
|
-
|
|
7403
|
-
|
|
7404
|
-
|
|
7405
|
-
|
|
7406
|
-
|
|
7407
|
-
|
|
7408
|
-
|
|
7409
|
-
|
|
7410
|
-
|
|
7411
|
-
|
|
7412
|
-
"kind": "field",
|
|
7413
|
-
"name": "handleFormReset",
|
|
7414
|
-
"privacy": "private",
|
|
7415
|
-
"description": "Resets the parent form",
|
|
7416
|
-
"inheritedFrom": {
|
|
7417
|
-
"name": "Button",
|
|
7418
|
-
"module": "src/button/button.ts"
|
|
7419
|
-
}
|
|
7420
|
-
},
|
|
7421
|
-
{
|
|
7422
|
-
"kind": "field",
|
|
7423
|
-
"name": "control",
|
|
7424
|
-
"type": {
|
|
7425
|
-
"text": "HTMLButtonElement"
|
|
7426
|
-
},
|
|
7427
|
-
"privacy": "public",
|
|
7428
|
-
"inheritedFrom": {
|
|
7429
|
-
"name": "Button",
|
|
7430
|
-
"module": "src/button/button.ts"
|
|
7431
|
-
}
|
|
7432
|
-
},
|
|
7433
|
-
{
|
|
7434
|
-
"kind": "field",
|
|
7435
|
-
"name": "handleUnsupportedDelegatesFocus",
|
|
7436
|
-
"privacy": "private",
|
|
7437
|
-
"description": "Overrides the focus call for where delegatesFocus is unsupported.\nThis check works for Chrome, Edge Chromium, FireFox, and Safari\nRelevant PR on the Firefox browser: https://phabricator.services.mozilla.com/D123858",
|
|
7438
|
-
"inheritedFrom": {
|
|
7439
|
-
"name": "Button",
|
|
7440
|
-
"module": "src/button/button.ts"
|
|
7441
|
-
}
|
|
7442
|
-
},
|
|
7443
|
-
{
|
|
7444
|
-
"kind": "field",
|
|
7445
|
-
"name": "proxy",
|
|
7419
|
+
"parameters": [
|
|
7420
|
+
{
|
|
7421
|
+
"name": "event",
|
|
7422
|
+
"type": {
|
|
7423
|
+
"text": "KeyboardEvent"
|
|
7424
|
+
},
|
|
7425
|
+
"description": "Keyboard event"
|
|
7426
|
+
},
|
|
7427
|
+
{
|
|
7428
|
+
"name": "date",
|
|
7429
|
+
"type": {
|
|
7430
|
+
"text": "CalendarDateInfo"
|
|
7431
|
+
},
|
|
7432
|
+
"description": "Date of the cell selected"
|
|
7433
|
+
}
|
|
7434
|
+
],
|
|
7435
|
+
"description": "Handles keyboard events on a cell",
|
|
7446
7436
|
"inheritedFrom": {
|
|
7447
|
-
"name": "
|
|
7448
|
-
"module": "src/
|
|
7437
|
+
"name": "Calendar",
|
|
7438
|
+
"module": "src/calendar/calendar.ts"
|
|
7449
7439
|
}
|
|
7450
7440
|
},
|
|
7451
7441
|
{
|
|
@@ -7457,8 +7447,8 @@
|
|
|
7457
7447
|
"privacy": "private",
|
|
7458
7448
|
"default": "void 0",
|
|
7459
7449
|
"inheritedFrom": {
|
|
7460
|
-
"name": "
|
|
7461
|
-
"module": "src/
|
|
7450
|
+
"name": "FoundationElement",
|
|
7451
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
7462
7452
|
}
|
|
7463
7453
|
},
|
|
7464
7454
|
{
|
|
@@ -7470,8 +7460,8 @@
|
|
|
7470
7460
|
"privacy": "public",
|
|
7471
7461
|
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
7472
7462
|
"inheritedFrom": {
|
|
7473
|
-
"name": "
|
|
7474
|
-
"module": "src/
|
|
7463
|
+
"name": "FoundationElement",
|
|
7464
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
7475
7465
|
}
|
|
7476
7466
|
},
|
|
7477
7467
|
{
|
|
@@ -7483,8 +7473,8 @@
|
|
|
7483
7473
|
"privacy": "public",
|
|
7484
7474
|
"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.",
|
|
7485
7475
|
"inheritedFrom": {
|
|
7486
|
-
"name": "
|
|
7487
|
-
"module": "src/
|
|
7476
|
+
"name": "FoundationElement",
|
|
7477
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
7488
7478
|
}
|
|
7489
7479
|
},
|
|
7490
7480
|
{
|
|
@@ -7497,8 +7487,8 @@
|
|
|
7497
7487
|
}
|
|
7498
7488
|
},
|
|
7499
7489
|
"inheritedFrom": {
|
|
7500
|
-
"name": "
|
|
7501
|
-
"module": "src/
|
|
7490
|
+
"name": "FoundationElement",
|
|
7491
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
7502
7492
|
}
|
|
7503
7493
|
},
|
|
7504
7494
|
{
|
|
@@ -7510,8 +7500,8 @@
|
|
|
7510
7500
|
"privacy": "public",
|
|
7511
7501
|
"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.",
|
|
7512
7502
|
"inheritedFrom": {
|
|
7513
|
-
"name": "
|
|
7514
|
-
"module": "src/
|
|
7503
|
+
"name": "FoundationElement",
|
|
7504
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
7515
7505
|
}
|
|
7516
7506
|
},
|
|
7517
7507
|
{
|
|
@@ -7524,8 +7514,8 @@
|
|
|
7524
7514
|
}
|
|
7525
7515
|
},
|
|
7526
7516
|
"inheritedFrom": {
|
|
7527
|
-
"name": "
|
|
7528
|
-
"module": "src/
|
|
7517
|
+
"name": "FoundationElement",
|
|
7518
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
7529
7519
|
}
|
|
7530
7520
|
},
|
|
7531
7521
|
{
|
|
@@ -7555,15 +7545,25 @@
|
|
|
7555
7545
|
],
|
|
7556
7546
|
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
7557
7547
|
"inheritedFrom": {
|
|
7558
|
-
"name": "
|
|
7559
|
-
"module": "src/
|
|
7548
|
+
"name": "FoundationElement",
|
|
7549
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
7550
|
+
}
|
|
7551
|
+
}
|
|
7552
|
+
],
|
|
7553
|
+
"events": [
|
|
7554
|
+
{
|
|
7555
|
+
"description": "Fires a custom 'dateselected' event when Enter is invoked via keyboard on a date",
|
|
7556
|
+
"name": "dateselected",
|
|
7557
|
+
"inheritedFrom": {
|
|
7558
|
+
"name": "Calendar",
|
|
7559
|
+
"module": "src/calendar/calendar.ts"
|
|
7560
7560
|
}
|
|
7561
7561
|
}
|
|
7562
7562
|
]
|
|
7563
7563
|
},
|
|
7564
7564
|
{
|
|
7565
7565
|
"kind": "variable",
|
|
7566
|
-
"name": "
|
|
7566
|
+
"name": "foundationCalendarShadowOptions",
|
|
7567
7567
|
"type": {
|
|
7568
7568
|
"text": "ShadowRootInit"
|
|
7569
7569
|
},
|
|
@@ -7571,7 +7571,7 @@
|
|
|
7571
7571
|
},
|
|
7572
7572
|
{
|
|
7573
7573
|
"kind": "variable",
|
|
7574
|
-
"name": "
|
|
7574
|
+
"name": "defaultCalendarConfig",
|
|
7575
7575
|
"type": {
|
|
7576
7576
|
"text": "object"
|
|
7577
7577
|
},
|
|
@@ -7579,49 +7579,49 @@
|
|
|
7579
7579
|
},
|
|
7580
7580
|
{
|
|
7581
7581
|
"kind": "variable",
|
|
7582
|
-
"name": "
|
|
7583
|
-
"description": "The Foundation
|
|
7582
|
+
"name": "foundationCalendar",
|
|
7583
|
+
"description": "The Foundation Calendar",
|
|
7584
7584
|
"privacy": "public"
|
|
7585
7585
|
}
|
|
7586
7586
|
],
|
|
7587
7587
|
"exports": [
|
|
7588
7588
|
{
|
|
7589
7589
|
"kind": "js",
|
|
7590
|
-
"name": "
|
|
7590
|
+
"name": "Calendar",
|
|
7591
7591
|
"declaration": {
|
|
7592
|
-
"name": "
|
|
7593
|
-
"module": "src/
|
|
7592
|
+
"name": "Calendar",
|
|
7593
|
+
"module": "src/calendar/calendar.ts"
|
|
7594
7594
|
}
|
|
7595
7595
|
},
|
|
7596
7596
|
{
|
|
7597
7597
|
"kind": "js",
|
|
7598
|
-
"name": "
|
|
7598
|
+
"name": "foundationCalendarShadowOptions",
|
|
7599
7599
|
"declaration": {
|
|
7600
|
-
"name": "
|
|
7601
|
-
"module": "src/
|
|
7600
|
+
"name": "foundationCalendarShadowOptions",
|
|
7601
|
+
"module": "src/calendar/calendar.ts"
|
|
7602
7602
|
}
|
|
7603
7603
|
},
|
|
7604
7604
|
{
|
|
7605
7605
|
"kind": "js",
|
|
7606
|
-
"name": "
|
|
7606
|
+
"name": "defaultCalendarConfig",
|
|
7607
7607
|
"declaration": {
|
|
7608
|
-
"name": "
|
|
7609
|
-
"module": "src/
|
|
7608
|
+
"name": "defaultCalendarConfig",
|
|
7609
|
+
"module": "src/calendar/calendar.ts"
|
|
7610
7610
|
}
|
|
7611
7611
|
},
|
|
7612
7612
|
{
|
|
7613
7613
|
"kind": "js",
|
|
7614
|
-
"name": "
|
|
7614
|
+
"name": "foundationCalendar",
|
|
7615
7615
|
"declaration": {
|
|
7616
|
-
"name": "
|
|
7617
|
-
"module": "src/
|
|
7616
|
+
"name": "foundationCalendar",
|
|
7617
|
+
"module": "src/calendar/calendar.ts"
|
|
7618
7618
|
}
|
|
7619
7619
|
}
|
|
7620
7620
|
]
|
|
7621
7621
|
},
|
|
7622
7622
|
{
|
|
7623
7623
|
"kind": "javascript-module",
|
|
7624
|
-
"path": "src/
|
|
7624
|
+
"path": "src/calendar/index.ts",
|
|
7625
7625
|
"declarations": [],
|
|
7626
7626
|
"exports": [
|
|
7627
7627
|
{
|
|
@@ -7629,7 +7629,7 @@
|
|
|
7629
7629
|
"name": "*",
|
|
7630
7630
|
"declaration": {
|
|
7631
7631
|
"name": "*",
|
|
7632
|
-
"package": "./
|
|
7632
|
+
"package": "./calendar"
|
|
7633
7633
|
}
|
|
7634
7634
|
},
|
|
7635
7635
|
{
|
|
@@ -7637,7 +7637,7 @@
|
|
|
7637
7637
|
"name": "*",
|
|
7638
7638
|
"declaration": {
|
|
7639
7639
|
"name": "*",
|
|
7640
|
-
"package": "./
|
|
7640
|
+
"package": "./calendar.template"
|
|
7641
7641
|
}
|
|
7642
7642
|
},
|
|
7643
7643
|
{
|
|
@@ -7645,7 +7645,7 @@
|
|
|
7645
7645
|
"name": "*",
|
|
7646
7646
|
"declaration": {
|
|
7647
7647
|
"name": "*",
|
|
7648
|
-
"package": "./
|
|
7648
|
+
"package": "./calendar.styles"
|
|
7649
7649
|
}
|
|
7650
7650
|
}
|
|
7651
7651
|
]
|
|
@@ -17505,83 +17505,231 @@
|
|
|
17505
17505
|
},
|
|
17506
17506
|
{
|
|
17507
17507
|
"kind": "javascript-module",
|
|
17508
|
-
"path": "src/
|
|
17508
|
+
"path": "src/filter-bar/filter-bar.styles.ts",
|
|
17509
17509
|
"declarations": [
|
|
17510
17510
|
{
|
|
17511
|
-
"kind": "
|
|
17512
|
-
"name": "
|
|
17513
|
-
"
|
|
17514
|
-
"
|
|
17511
|
+
"kind": "function",
|
|
17512
|
+
"name": "foundationFilterBarStyles",
|
|
17513
|
+
"return": {
|
|
17514
|
+
"type": {
|
|
17515
|
+
"text": "ElementStyles"
|
|
17516
|
+
}
|
|
17515
17517
|
},
|
|
17516
|
-
"
|
|
17518
|
+
"parameters": [
|
|
17519
|
+
{
|
|
17520
|
+
"name": "context",
|
|
17521
|
+
"type": {
|
|
17522
|
+
"text": "ElementDefinitionContext"
|
|
17523
|
+
}
|
|
17524
|
+
},
|
|
17525
|
+
{
|
|
17526
|
+
"name": "definition",
|
|
17527
|
+
"type": {
|
|
17528
|
+
"text": "FoundationElementDefinition"
|
|
17529
|
+
}
|
|
17530
|
+
}
|
|
17531
|
+
]
|
|
17517
17532
|
}
|
|
17518
17533
|
],
|
|
17519
17534
|
"exports": [
|
|
17520
17535
|
{
|
|
17521
17536
|
"kind": "js",
|
|
17522
|
-
"name": "
|
|
17537
|
+
"name": "foundationFilterBarStyles",
|
|
17523
17538
|
"declaration": {
|
|
17524
|
-
"name": "
|
|
17525
|
-
"module": "src/
|
|
17539
|
+
"name": "foundationFilterBarStyles",
|
|
17540
|
+
"module": "src/filter-bar/filter-bar.styles.ts"
|
|
17526
17541
|
}
|
|
17527
17542
|
}
|
|
17528
17543
|
]
|
|
17529
17544
|
},
|
|
17530
17545
|
{
|
|
17531
17546
|
"kind": "javascript-module",
|
|
17532
|
-
"path": "src/
|
|
17547
|
+
"path": "src/filter-bar/filter-bar.template.ts",
|
|
17533
17548
|
"declarations": [
|
|
17549
|
+
{
|
|
17550
|
+
"kind": "function",
|
|
17551
|
+
"name": "filterBarTemplate",
|
|
17552
|
+
"parameters": [
|
|
17553
|
+
{
|
|
17554
|
+
"name": "prefix",
|
|
17555
|
+
"type": {
|
|
17556
|
+
"text": "string"
|
|
17557
|
+
}
|
|
17558
|
+
}
|
|
17559
|
+
]
|
|
17560
|
+
},
|
|
17534
17561
|
{
|
|
17535
17562
|
"kind": "variable",
|
|
17536
|
-
"name": "
|
|
17563
|
+
"name": "foundationFilterBarTemplate",
|
|
17537
17564
|
"type": {
|
|
17538
|
-
"text": "ViewTemplate<
|
|
17565
|
+
"text": "ViewTemplate<FilterBar>"
|
|
17539
17566
|
},
|
|
17540
|
-
"default": "html`\n
|
|
17567
|
+
"default": "html`\n ${(x) => (x.ready ? filterBarTemplate(getPrefix(x)) : loadingTemplate)}\n`"
|
|
17541
17568
|
}
|
|
17542
17569
|
],
|
|
17543
17570
|
"exports": [
|
|
17544
17571
|
{
|
|
17545
17572
|
"kind": "js",
|
|
17546
|
-
"name": "
|
|
17573
|
+
"name": "filterBarTemplate",
|
|
17547
17574
|
"declaration": {
|
|
17548
|
-
"name": "
|
|
17549
|
-
"module": "src/
|
|
17575
|
+
"name": "filterBarTemplate",
|
|
17576
|
+
"module": "src/filter-bar/filter-bar.template.ts"
|
|
17577
|
+
}
|
|
17578
|
+
},
|
|
17579
|
+
{
|
|
17580
|
+
"kind": "js",
|
|
17581
|
+
"name": "foundationFilterBarTemplate",
|
|
17582
|
+
"declaration": {
|
|
17583
|
+
"name": "foundationFilterBarTemplate",
|
|
17584
|
+
"module": "src/filter-bar/filter-bar.template.ts"
|
|
17550
17585
|
}
|
|
17551
17586
|
}
|
|
17552
17587
|
]
|
|
17553
17588
|
},
|
|
17554
17589
|
{
|
|
17555
17590
|
"kind": "javascript-module",
|
|
17556
|
-
"path": "src/
|
|
17591
|
+
"path": "src/filter-bar/filter-bar.ts",
|
|
17557
17592
|
"declarations": [
|
|
17558
17593
|
{
|
|
17559
17594
|
"kind": "variable",
|
|
17560
|
-
"name": "
|
|
17561
|
-
"type": {
|
|
17562
|
-
"text": "ShadowRootInit"
|
|
17563
|
-
},
|
|
17564
|
-
"default": "undefined"
|
|
17565
|
-
},
|
|
17566
|
-
{
|
|
17567
|
-
"kind": "variable",
|
|
17568
|
-
"name": "defaultFlexLayoutConfig",
|
|
17595
|
+
"name": "DEFUALT_FILTER_BAR_COLUMNS",
|
|
17569
17596
|
"type": {
|
|
17570
|
-
"text": "
|
|
17597
|
+
"text": "number"
|
|
17571
17598
|
},
|
|
17572
|
-
"default": "
|
|
17599
|
+
"default": "5"
|
|
17573
17600
|
},
|
|
17574
17601
|
{
|
|
17575
17602
|
"kind": "class",
|
|
17576
17603
|
"description": "",
|
|
17577
|
-
"name": "
|
|
17578
|
-
"superclass": {
|
|
17579
|
-
"name": "FoundationElement",
|
|
17580
|
-
"package": "@microsoft/fast-foundation"
|
|
17581
|
-
},
|
|
17582
|
-
"tagName": "%%prefix%%-flex-layout",
|
|
17583
|
-
"customElement": true,
|
|
17604
|
+
"name": "FilterBar",
|
|
17584
17605
|
"members": [
|
|
17606
|
+
{
|
|
17607
|
+
"kind": "field",
|
|
17608
|
+
"name": "resource",
|
|
17609
|
+
"type": {
|
|
17610
|
+
"text": "string"
|
|
17611
|
+
}
|
|
17612
|
+
},
|
|
17613
|
+
{
|
|
17614
|
+
"kind": "field",
|
|
17615
|
+
"name": "only",
|
|
17616
|
+
"type": {
|
|
17617
|
+
"text": "string"
|
|
17618
|
+
},
|
|
17619
|
+
"description": "Only generate filters for the specified fields, provided as a comma separated list.\nDefault behavior (if \"only\" is not set) is to generate filters for all fields based on metadata."
|
|
17620
|
+
},
|
|
17621
|
+
{
|
|
17622
|
+
"kind": "field",
|
|
17623
|
+
"name": "labels",
|
|
17624
|
+
"type": {
|
|
17625
|
+
"text": "string"
|
|
17626
|
+
},
|
|
17627
|
+
"description": "Labels for the specified fields, to be used alongside \"only\" prop."
|
|
17628
|
+
},
|
|
17629
|
+
{
|
|
17630
|
+
"kind": "field",
|
|
17631
|
+
"name": "target",
|
|
17632
|
+
"type": {
|
|
17633
|
+
"text": "string"
|
|
17634
|
+
},
|
|
17635
|
+
"description": "Will be included in event emmissions.\nUsually set to the id of the target datasource.\nUsefull when we have multiple grids in the same page."
|
|
17636
|
+
},
|
|
17637
|
+
{
|
|
17638
|
+
"kind": "field",
|
|
17639
|
+
"name": "columns",
|
|
17640
|
+
"type": {
|
|
17641
|
+
"text": "number"
|
|
17642
|
+
},
|
|
17643
|
+
"default": "5"
|
|
17644
|
+
},
|
|
17645
|
+
{
|
|
17646
|
+
"kind": "field",
|
|
17647
|
+
"name": "ready",
|
|
17648
|
+
"type": {
|
|
17649
|
+
"text": "boolean"
|
|
17650
|
+
},
|
|
17651
|
+
"default": "false"
|
|
17652
|
+
},
|
|
17653
|
+
{
|
|
17654
|
+
"kind": "field",
|
|
17655
|
+
"name": "fields",
|
|
17656
|
+
"type": {
|
|
17657
|
+
"text": "MetadataDetail[]"
|
|
17658
|
+
}
|
|
17659
|
+
},
|
|
17660
|
+
{
|
|
17661
|
+
"kind": "field",
|
|
17662
|
+
"name": "connect",
|
|
17663
|
+
"type": {
|
|
17664
|
+
"text": "Connect"
|
|
17665
|
+
}
|
|
17666
|
+
},
|
|
17667
|
+
{
|
|
17668
|
+
"kind": "field",
|
|
17669
|
+
"name": "filterGrid",
|
|
17670
|
+
"type": {
|
|
17671
|
+
"text": "HTMLDivElement"
|
|
17672
|
+
},
|
|
17673
|
+
"privacy": "public"
|
|
17674
|
+
},
|
|
17675
|
+
{
|
|
17676
|
+
"kind": "field",
|
|
17677
|
+
"name": "collapsed",
|
|
17678
|
+
"type": {
|
|
17679
|
+
"text": "boolean"
|
|
17680
|
+
},
|
|
17681
|
+
"default": "true"
|
|
17682
|
+
},
|
|
17683
|
+
{
|
|
17684
|
+
"kind": "method",
|
|
17685
|
+
"name": "initLabels",
|
|
17686
|
+
"privacy": "private"
|
|
17687
|
+
},
|
|
17688
|
+
{
|
|
17689
|
+
"kind": "method",
|
|
17690
|
+
"name": "camelCasePreserveWhitespace",
|
|
17691
|
+
"privacy": "private",
|
|
17692
|
+
"parameters": [
|
|
17693
|
+
{
|
|
17694
|
+
"name": "input",
|
|
17695
|
+
"type": {
|
|
17696
|
+
"text": "string"
|
|
17697
|
+
}
|
|
17698
|
+
}
|
|
17699
|
+
]
|
|
17700
|
+
},
|
|
17701
|
+
{
|
|
17702
|
+
"kind": "method",
|
|
17703
|
+
"name": "resourceChanged",
|
|
17704
|
+
"parameters": [
|
|
17705
|
+
{
|
|
17706
|
+
"name": "oldResource",
|
|
17707
|
+
"type": {
|
|
17708
|
+
"text": "string"
|
|
17709
|
+
}
|
|
17710
|
+
},
|
|
17711
|
+
{
|
|
17712
|
+
"name": "newResource",
|
|
17713
|
+
"type": {
|
|
17714
|
+
"text": "string"
|
|
17715
|
+
}
|
|
17716
|
+
}
|
|
17717
|
+
]
|
|
17718
|
+
},
|
|
17719
|
+
{
|
|
17720
|
+
"kind": "method",
|
|
17721
|
+
"name": "init",
|
|
17722
|
+
"privacy": "private"
|
|
17723
|
+
},
|
|
17724
|
+
{
|
|
17725
|
+
"kind": "method",
|
|
17726
|
+
"name": "adjustColumnStyles",
|
|
17727
|
+
"privacy": "private"
|
|
17728
|
+
},
|
|
17729
|
+
{
|
|
17730
|
+
"kind": "method",
|
|
17731
|
+
"name": "toggle"
|
|
17732
|
+
},
|
|
17585
17733
|
{
|
|
17586
17734
|
"kind": "field",
|
|
17587
17735
|
"name": "_presentation",
|
|
@@ -17693,59 +17841,123 @@
|
|
|
17693
17841
|
"module": "src/foundation-element/foundation-element.ts"
|
|
17694
17842
|
}
|
|
17695
17843
|
}
|
|
17696
|
-
]
|
|
17844
|
+
],
|
|
17845
|
+
"attributes": [
|
|
17846
|
+
{
|
|
17847
|
+
"name": "resource",
|
|
17848
|
+
"type": {
|
|
17849
|
+
"text": "string"
|
|
17850
|
+
},
|
|
17851
|
+
"fieldName": "resource"
|
|
17852
|
+
},
|
|
17853
|
+
{
|
|
17854
|
+
"name": "only",
|
|
17855
|
+
"type": {
|
|
17856
|
+
"text": "string"
|
|
17857
|
+
},
|
|
17858
|
+
"description": "Only generate filters for the specified fields, provided as a comma separated list.\nDefault behavior (if \"only\" is not set) is to generate filters for all fields based on metadata.",
|
|
17859
|
+
"fieldName": "only"
|
|
17860
|
+
},
|
|
17861
|
+
{
|
|
17862
|
+
"name": "labels",
|
|
17863
|
+
"type": {
|
|
17864
|
+
"text": "string"
|
|
17865
|
+
},
|
|
17866
|
+
"description": "Labels for the specified fields, to be used alongside \"only\" prop.",
|
|
17867
|
+
"fieldName": "labels"
|
|
17868
|
+
},
|
|
17869
|
+
{
|
|
17870
|
+
"name": "target",
|
|
17871
|
+
"type": {
|
|
17872
|
+
"text": "string"
|
|
17873
|
+
},
|
|
17874
|
+
"description": "Will be included in event emmissions.\nUsually set to the id of the target datasource.\nUsefull when we have multiple grids in the same page.",
|
|
17875
|
+
"fieldName": "target"
|
|
17876
|
+
},
|
|
17877
|
+
{
|
|
17878
|
+
"name": "columns",
|
|
17879
|
+
"type": {
|
|
17880
|
+
"text": "number"
|
|
17881
|
+
},
|
|
17882
|
+
"default": "DEFUALT_FILTER_BAR_COLUMNS",
|
|
17883
|
+
"resolveInitializer": {
|
|
17884
|
+
"module": "src/filter-bar/filter-bar.ts"
|
|
17885
|
+
},
|
|
17886
|
+
"fieldName": "columns"
|
|
17887
|
+
}
|
|
17888
|
+
],
|
|
17889
|
+
"superclass": {
|
|
17890
|
+
"name": "FoundationElement",
|
|
17891
|
+
"package": "@microsoft/fast-foundation"
|
|
17892
|
+
},
|
|
17893
|
+
"tagName": "%%prefix%%-filter-bar",
|
|
17894
|
+
"customElement": true
|
|
17697
17895
|
},
|
|
17698
17896
|
{
|
|
17699
17897
|
"kind": "variable",
|
|
17700
|
-
"name": "
|
|
17701
|
-
"description": "The Foundation
|
|
17898
|
+
"name": "foundationFilterBar",
|
|
17899
|
+
"description": "The Foundation Filter",
|
|
17702
17900
|
"privacy": "public"
|
|
17703
17901
|
}
|
|
17704
17902
|
],
|
|
17705
17903
|
"exports": [
|
|
17706
17904
|
{
|
|
17707
17905
|
"kind": "js",
|
|
17708
|
-
"name": "
|
|
17906
|
+
"name": "DEFUALT_FILTER_BAR_COLUMNS",
|
|
17709
17907
|
"declaration": {
|
|
17710
|
-
"name": "
|
|
17711
|
-
"module": "src/
|
|
17908
|
+
"name": "DEFUALT_FILTER_BAR_COLUMNS",
|
|
17909
|
+
"module": "src/filter-bar/filter-bar.ts"
|
|
17712
17910
|
}
|
|
17713
17911
|
},
|
|
17714
17912
|
{
|
|
17715
17913
|
"kind": "js",
|
|
17716
|
-
"name": "
|
|
17914
|
+
"name": "FilterBar",
|
|
17717
17915
|
"declaration": {
|
|
17718
|
-
"name": "
|
|
17719
|
-
"module": "src/
|
|
17916
|
+
"name": "FilterBar",
|
|
17917
|
+
"module": "src/filter-bar/filter-bar.ts"
|
|
17720
17918
|
}
|
|
17721
17919
|
},
|
|
17722
17920
|
{
|
|
17723
17921
|
"kind": "js",
|
|
17724
|
-
"name": "
|
|
17922
|
+
"name": "foundationFilterBar",
|
|
17725
17923
|
"declaration": {
|
|
17726
|
-
"name": "
|
|
17727
|
-
"module": "src/
|
|
17924
|
+
"name": "foundationFilterBar",
|
|
17925
|
+
"module": "src/filter-bar/filter-bar.ts"
|
|
17728
17926
|
}
|
|
17729
|
-
}
|
|
17927
|
+
}
|
|
17928
|
+
]
|
|
17929
|
+
},
|
|
17930
|
+
{
|
|
17931
|
+
"kind": "javascript-module",
|
|
17932
|
+
"path": "src/filter-bar/filter-bar.utils.ts",
|
|
17933
|
+
"declarations": [
|
|
17934
|
+
{
|
|
17935
|
+
"kind": "function",
|
|
17936
|
+
"name": "mapType",
|
|
17937
|
+
"parameters": [
|
|
17938
|
+
{
|
|
17939
|
+
"name": "TYPE",
|
|
17940
|
+
"type": {
|
|
17941
|
+
"text": "string"
|
|
17942
|
+
}
|
|
17943
|
+
}
|
|
17944
|
+
]
|
|
17945
|
+
}
|
|
17946
|
+
],
|
|
17947
|
+
"exports": [
|
|
17730
17948
|
{
|
|
17731
17949
|
"kind": "js",
|
|
17732
|
-
"name": "
|
|
17950
|
+
"name": "mapType",
|
|
17733
17951
|
"declaration": {
|
|
17734
|
-
"name": "
|
|
17735
|
-
"module": "src/
|
|
17952
|
+
"name": "mapType",
|
|
17953
|
+
"module": "src/filter-bar/filter-bar.utils.ts"
|
|
17736
17954
|
}
|
|
17737
17955
|
}
|
|
17738
17956
|
]
|
|
17739
17957
|
},
|
|
17740
17958
|
{
|
|
17741
17959
|
"kind": "javascript-module",
|
|
17742
|
-
"path": "src/
|
|
17743
|
-
"declarations": [],
|
|
17744
|
-
"exports": []
|
|
17745
|
-
},
|
|
17746
|
-
{
|
|
17747
|
-
"kind": "javascript-module",
|
|
17748
|
-
"path": "src/flex-layout/index.ts",
|
|
17960
|
+
"path": "src/filter-bar/index.ts",
|
|
17749
17961
|
"declarations": [],
|
|
17750
17962
|
"exports": [
|
|
17751
17963
|
{
|
|
@@ -17753,7 +17965,7 @@
|
|
|
17753
17965
|
"name": "*",
|
|
17754
17966
|
"declaration": {
|
|
17755
17967
|
"name": "*",
|
|
17756
|
-
"package": "./
|
|
17968
|
+
"package": "./filter-bar.styles"
|
|
17757
17969
|
}
|
|
17758
17970
|
},
|
|
17759
17971
|
{
|
|
@@ -17761,7 +17973,7 @@
|
|
|
17761
17973
|
"name": "*",
|
|
17762
17974
|
"declaration": {
|
|
17763
17975
|
"name": "*",
|
|
17764
|
-
"package": "./
|
|
17976
|
+
"package": "./filter-bar.template"
|
|
17765
17977
|
}
|
|
17766
17978
|
},
|
|
17767
17979
|
{
|
|
@@ -17769,7 +17981,7 @@
|
|
|
17769
17981
|
"name": "*",
|
|
17770
17982
|
"declaration": {
|
|
17771
17983
|
"name": "*",
|
|
17772
|
-
"package": "./
|
|
17984
|
+
"package": "./filter-bar.utils"
|
|
17773
17985
|
}
|
|
17774
17986
|
},
|
|
17775
17987
|
{
|
|
@@ -17777,201 +17989,90 @@
|
|
|
17777
17989
|
"name": "*",
|
|
17778
17990
|
"declaration": {
|
|
17779
17991
|
"name": "*",
|
|
17780
|
-
"package": "./
|
|
17992
|
+
"package": "./filter-bar"
|
|
17781
17993
|
}
|
|
17782
17994
|
}
|
|
17783
17995
|
]
|
|
17784
17996
|
},
|
|
17785
17997
|
{
|
|
17786
17998
|
"kind": "javascript-module",
|
|
17787
|
-
"path": "src/
|
|
17999
|
+
"path": "src/flex-layout/flex-layout.styles.ts",
|
|
17788
18000
|
"declarations": [
|
|
17789
18001
|
{
|
|
17790
|
-
"kind": "
|
|
17791
|
-
"name": "
|
|
17792
|
-
"
|
|
17793
|
-
"
|
|
17794
|
-
"text": "ElementStyles"
|
|
17795
|
-
}
|
|
18002
|
+
"kind": "variable",
|
|
18003
|
+
"name": "foundationFlexLayoutStyles",
|
|
18004
|
+
"type": {
|
|
18005
|
+
"text": "ElementStyles"
|
|
17796
18006
|
},
|
|
17797
|
-
"
|
|
17798
|
-
{
|
|
17799
|
-
"name": "context",
|
|
17800
|
-
"type": {
|
|
17801
|
-
"text": "ElementDefinitionContext"
|
|
17802
|
-
}
|
|
17803
|
-
},
|
|
17804
|
-
{
|
|
17805
|
-
"name": "definition",
|
|
17806
|
-
"type": {
|
|
17807
|
-
"text": "FlipperOptions"
|
|
17808
|
-
}
|
|
17809
|
-
}
|
|
17810
|
-
]
|
|
18007
|
+
"default": "css`\n :host {\n width: 100%;\n height: 100%;\n }\n\n slot {\n width: 100%;\n height: 100%;\n display: flex;\n }\n\n ${flexLayoutRWDStyles()}\n ${flexLayoutRWDStyles('lg')}\n ${flexLayoutRWDStyles('md')}\n ${flexLayoutRWDStyles('sm')}\n`"
|
|
17811
18008
|
}
|
|
17812
18009
|
],
|
|
17813
18010
|
"exports": [
|
|
17814
18011
|
{
|
|
17815
18012
|
"kind": "js",
|
|
17816
|
-
"name": "
|
|
18013
|
+
"name": "foundationFlexLayoutStyles",
|
|
17817
18014
|
"declaration": {
|
|
17818
|
-
"name": "
|
|
17819
|
-
"module": "src/
|
|
18015
|
+
"name": "foundationFlexLayoutStyles",
|
|
18016
|
+
"module": "src/flex-layout/flex-layout.styles.ts"
|
|
17820
18017
|
}
|
|
17821
18018
|
}
|
|
17822
18019
|
]
|
|
17823
18020
|
},
|
|
17824
18021
|
{
|
|
17825
18022
|
"kind": "javascript-module",
|
|
17826
|
-
"path": "src/
|
|
18023
|
+
"path": "src/flex-layout/flex-layout.template.ts",
|
|
17827
18024
|
"declarations": [
|
|
17828
18025
|
{
|
|
17829
|
-
"kind": "
|
|
17830
|
-
"name": "
|
|
17831
|
-
"
|
|
17832
|
-
"
|
|
17833
|
-
"text": "ViewTemplate<Flipper>"
|
|
17834
|
-
}
|
|
18026
|
+
"kind": "variable",
|
|
18027
|
+
"name": "foundationFlexLayoutTemplate",
|
|
18028
|
+
"type": {
|
|
18029
|
+
"text": "ViewTemplate<FlexLayout>"
|
|
17835
18030
|
},
|
|
17836
|
-
"
|
|
17837
|
-
{
|
|
17838
|
-
"name": "context",
|
|
17839
|
-
"type": {
|
|
17840
|
-
"text": "ElementDefinitionContext"
|
|
17841
|
-
}
|
|
17842
|
-
},
|
|
17843
|
-
{
|
|
17844
|
-
"name": "definition",
|
|
17845
|
-
"type": {
|
|
17846
|
-
"text": "FlipperOptions"
|
|
17847
|
-
}
|
|
17848
|
-
}
|
|
17849
|
-
]
|
|
18031
|
+
"default": "html`\n <template>\n <slot></slot>\n </template>\n`"
|
|
17850
18032
|
}
|
|
17851
18033
|
],
|
|
17852
18034
|
"exports": [
|
|
17853
18035
|
{
|
|
17854
18036
|
"kind": "js",
|
|
17855
|
-
"name": "
|
|
18037
|
+
"name": "foundationFlexLayoutTemplate",
|
|
17856
18038
|
"declaration": {
|
|
17857
|
-
"name": "
|
|
17858
|
-
"module": "src/
|
|
18039
|
+
"name": "foundationFlexLayoutTemplate",
|
|
18040
|
+
"module": "src/flex-layout/flex-layout.template.ts"
|
|
17859
18041
|
}
|
|
17860
18042
|
}
|
|
17861
18043
|
]
|
|
17862
18044
|
},
|
|
17863
18045
|
{
|
|
17864
18046
|
"kind": "javascript-module",
|
|
17865
|
-
"path": "src/
|
|
18047
|
+
"path": "src/flex-layout/flex-layout.ts",
|
|
17866
18048
|
"declarations": [
|
|
18049
|
+
{
|
|
18050
|
+
"kind": "variable",
|
|
18051
|
+
"name": "foundationFlexLayoutShadowOptions",
|
|
18052
|
+
"type": {
|
|
18053
|
+
"text": "ShadowRootInit"
|
|
18054
|
+
},
|
|
18055
|
+
"default": "undefined"
|
|
18056
|
+
},
|
|
18057
|
+
{
|
|
18058
|
+
"kind": "variable",
|
|
18059
|
+
"name": "defaultFlexLayoutConfig",
|
|
18060
|
+
"type": {
|
|
18061
|
+
"text": "object"
|
|
18062
|
+
},
|
|
18063
|
+
"default": "{}"
|
|
18064
|
+
},
|
|
17867
18065
|
{
|
|
17868
18066
|
"kind": "class",
|
|
17869
18067
|
"description": "",
|
|
17870
|
-
"name": "
|
|
17871
|
-
"superclass": {
|
|
17872
|
-
"name": "
|
|
17873
|
-
"package": "@microsoft/fast-
|
|
17874
|
-
},
|
|
17875
|
-
"tagName": "%%prefix%%-
|
|
17876
|
-
"customElement": true,
|
|
17877
|
-
"attributes": [
|
|
17878
|
-
{
|
|
17879
|
-
"type": {
|
|
17880
|
-
"text": "boolean"
|
|
17881
|
-
},
|
|
17882
|
-
"description": "The disabled state of the flipper.",
|
|
17883
|
-
"fieldName": "disabled",
|
|
17884
|
-
"inheritedFrom": {
|
|
17885
|
-
"name": "Flipper",
|
|
17886
|
-
"module": "src/flipper/flipper.ts"
|
|
17887
|
-
}
|
|
17888
|
-
},
|
|
17889
|
-
{
|
|
17890
|
-
"name": "aria-hidden",
|
|
17891
|
-
"type": {
|
|
17892
|
-
"text": "boolean"
|
|
17893
|
-
},
|
|
17894
|
-
"default": "true",
|
|
17895
|
-
"description": "Indicates the flipper should be hidden from assistive technology. Because flippers are often supplementary navigation, they are often hidden from assistive technology.",
|
|
17896
|
-
"fieldName": "hiddenFromAT",
|
|
17897
|
-
"inheritedFrom": {
|
|
17898
|
-
"name": "Flipper",
|
|
17899
|
-
"module": "src/flipper/flipper.ts"
|
|
17900
|
-
}
|
|
17901
|
-
},
|
|
17902
|
-
{
|
|
17903
|
-
"name": "direction",
|
|
17904
|
-
"type": {
|
|
17905
|
-
"text": "FlipperDirection"
|
|
17906
|
-
},
|
|
17907
|
-
"description": "The direction that the flipper implies navigating.",
|
|
17908
|
-
"fieldName": "direction",
|
|
17909
|
-
"inheritedFrom": {
|
|
17910
|
-
"name": "Flipper",
|
|
17911
|
-
"module": "src/flipper/flipper.ts"
|
|
17912
|
-
}
|
|
17913
|
-
}
|
|
17914
|
-
],
|
|
18068
|
+
"name": "FlexLayout",
|
|
18069
|
+
"superclass": {
|
|
18070
|
+
"name": "FoundationElement",
|
|
18071
|
+
"package": "@microsoft/fast-foundation"
|
|
18072
|
+
},
|
|
18073
|
+
"tagName": "%%prefix%%-flex-layout",
|
|
18074
|
+
"customElement": true,
|
|
17915
18075
|
"members": [
|
|
17916
|
-
{
|
|
17917
|
-
"kind": "field",
|
|
17918
|
-
"name": "disabled",
|
|
17919
|
-
"type": {
|
|
17920
|
-
"text": "boolean"
|
|
17921
|
-
},
|
|
17922
|
-
"privacy": "public",
|
|
17923
|
-
"description": "The disabled state of the flipper.",
|
|
17924
|
-
"inheritedFrom": {
|
|
17925
|
-
"name": "Flipper",
|
|
17926
|
-
"module": "src/flipper/flipper.ts"
|
|
17927
|
-
}
|
|
17928
|
-
},
|
|
17929
|
-
{
|
|
17930
|
-
"kind": "field",
|
|
17931
|
-
"name": "hiddenFromAT",
|
|
17932
|
-
"type": {
|
|
17933
|
-
"text": "boolean"
|
|
17934
|
-
},
|
|
17935
|
-
"privacy": "public",
|
|
17936
|
-
"default": "true",
|
|
17937
|
-
"description": "Indicates the flipper should be hidden from assistive technology. Because flippers are often supplementary navigation, they are often hidden from assistive technology.",
|
|
17938
|
-
"inheritedFrom": {
|
|
17939
|
-
"name": "Flipper",
|
|
17940
|
-
"module": "src/flipper/flipper.ts"
|
|
17941
|
-
}
|
|
17942
|
-
},
|
|
17943
|
-
{
|
|
17944
|
-
"kind": "field",
|
|
17945
|
-
"name": "direction",
|
|
17946
|
-
"type": {
|
|
17947
|
-
"text": "FlipperDirection"
|
|
17948
|
-
},
|
|
17949
|
-
"privacy": "public",
|
|
17950
|
-
"description": "The direction that the flipper implies navigating.",
|
|
17951
|
-
"inheritedFrom": {
|
|
17952
|
-
"name": "Flipper",
|
|
17953
|
-
"module": "src/flipper/flipper.ts"
|
|
17954
|
-
}
|
|
17955
|
-
},
|
|
17956
|
-
{
|
|
17957
|
-
"kind": "method",
|
|
17958
|
-
"name": "keyupHandler",
|
|
17959
|
-
"privacy": "public",
|
|
17960
|
-
"parameters": [
|
|
17961
|
-
{
|
|
17962
|
-
"name": "e",
|
|
17963
|
-
"type": {
|
|
17964
|
-
"text": "Event & KeyboardEvent"
|
|
17965
|
-
},
|
|
17966
|
-
"description": "Keyboard event"
|
|
17967
|
-
}
|
|
17968
|
-
],
|
|
17969
|
-
"description": "Simulate a click event when the flipper has focus and the user hits enter or space keys\nBlur focus if the user hits escape key",
|
|
17970
|
-
"inheritedFrom": {
|
|
17971
|
-
"name": "Flipper",
|
|
17972
|
-
"module": "src/flipper/flipper.ts"
|
|
17973
|
-
}
|
|
17974
|
-
},
|
|
17975
18076
|
{
|
|
17976
18077
|
"kind": "field",
|
|
17977
18078
|
"name": "_presentation",
|
|
@@ -18083,79 +18184,59 @@
|
|
|
18083
18184
|
"module": "src/foundation-element/foundation-element.ts"
|
|
18084
18185
|
}
|
|
18085
18186
|
}
|
|
18086
|
-
],
|
|
18087
|
-
"events": [
|
|
18088
|
-
{
|
|
18089
|
-
"description": "Fires a custom 'click' event when Enter or Space is invoked via keyboard and the flipper is exposed to assistive technologies.",
|
|
18090
|
-
"name": "click",
|
|
18091
|
-
"inheritedFrom": {
|
|
18092
|
-
"name": "Flipper",
|
|
18093
|
-
"module": "src/flipper/flipper.ts"
|
|
18094
|
-
}
|
|
18095
|
-
}
|
|
18096
18187
|
]
|
|
18097
18188
|
},
|
|
18098
18189
|
{
|
|
18099
18190
|
"kind": "variable",
|
|
18100
|
-
"name": "
|
|
18101
|
-
"
|
|
18102
|
-
"text": "ShadowRootInit"
|
|
18103
|
-
},
|
|
18104
|
-
"default": "undefined"
|
|
18105
|
-
},
|
|
18106
|
-
{
|
|
18107
|
-
"kind": "variable",
|
|
18108
|
-
"name": "defaultFlipperConfig",
|
|
18109
|
-
"type": {
|
|
18110
|
-
"text": "object"
|
|
18111
|
-
},
|
|
18112
|
-
"default": "{\n next: `\n <svg viewBox=\"0 0 16 16\" xmlns=\"http://www.w3.org/2000/svg\">\n <path\n d=\"M4.023 15.273L11.29 8 4.023.727l.704-.704L12.71 8l-7.984 7.977-.704-.704z\"\n />\n </svg>\n `,\n previous: `\n <svg viewBox=\"0 0 16 16\" xmlns=\"http://www.w3.org/2000/svg\">\n <path\n d=\"M11.273 15.977L3.29 8 11.273.023l.704.704L4.71 8l7.266 7.273-.704.704z\"\n />\n </svg>\n `,\n}"
|
|
18113
|
-
},
|
|
18114
|
-
{
|
|
18115
|
-
"kind": "variable",
|
|
18116
|
-
"name": "foundationFlipper",
|
|
18117
|
-
"description": "The Foundation Flipper",
|
|
18191
|
+
"name": "foundationFlexLayout",
|
|
18192
|
+
"description": "The Foundation Flex Layout",
|
|
18118
18193
|
"privacy": "public"
|
|
18119
18194
|
}
|
|
18120
18195
|
],
|
|
18121
18196
|
"exports": [
|
|
18122
18197
|
{
|
|
18123
18198
|
"kind": "js",
|
|
18124
|
-
"name": "
|
|
18199
|
+
"name": "foundationFlexLayoutShadowOptions",
|
|
18125
18200
|
"declaration": {
|
|
18126
|
-
"name": "
|
|
18127
|
-
"module": "src/
|
|
18201
|
+
"name": "foundationFlexLayoutShadowOptions",
|
|
18202
|
+
"module": "src/flex-layout/flex-layout.ts"
|
|
18128
18203
|
}
|
|
18129
18204
|
},
|
|
18130
18205
|
{
|
|
18131
18206
|
"kind": "js",
|
|
18132
|
-
"name": "
|
|
18207
|
+
"name": "defaultFlexLayoutConfig",
|
|
18133
18208
|
"declaration": {
|
|
18134
|
-
"name": "
|
|
18135
|
-
"module": "src/
|
|
18209
|
+
"name": "defaultFlexLayoutConfig",
|
|
18210
|
+
"module": "src/flex-layout/flex-layout.ts"
|
|
18136
18211
|
}
|
|
18137
18212
|
},
|
|
18138
18213
|
{
|
|
18139
18214
|
"kind": "js",
|
|
18140
|
-
"name": "
|
|
18215
|
+
"name": "FlexLayout",
|
|
18141
18216
|
"declaration": {
|
|
18142
|
-
"name": "
|
|
18143
|
-
"module": "src/
|
|
18217
|
+
"name": "FlexLayout",
|
|
18218
|
+
"module": "src/flex-layout/flex-layout.ts"
|
|
18144
18219
|
}
|
|
18145
18220
|
},
|
|
18146
18221
|
{
|
|
18147
18222
|
"kind": "js",
|
|
18148
|
-
"name": "
|
|
18223
|
+
"name": "foundationFlexLayout",
|
|
18149
18224
|
"declaration": {
|
|
18150
|
-
"name": "
|
|
18151
|
-
"module": "src/
|
|
18225
|
+
"name": "foundationFlexLayout",
|
|
18226
|
+
"module": "src/flex-layout/flex-layout.ts"
|
|
18152
18227
|
}
|
|
18153
18228
|
}
|
|
18154
18229
|
]
|
|
18155
18230
|
},
|
|
18156
18231
|
{
|
|
18157
18232
|
"kind": "javascript-module",
|
|
18158
|
-
"path": "src/
|
|
18233
|
+
"path": "src/flex-layout/flex-layout.types.ts",
|
|
18234
|
+
"declarations": [],
|
|
18235
|
+
"exports": []
|
|
18236
|
+
},
|
|
18237
|
+
{
|
|
18238
|
+
"kind": "javascript-module",
|
|
18239
|
+
"path": "src/flex-layout/index.ts",
|
|
18159
18240
|
"declarations": [],
|
|
18160
18241
|
"exports": [
|
|
18161
18242
|
{
|
|
@@ -18163,7 +18244,7 @@
|
|
|
18163
18244
|
"name": "*",
|
|
18164
18245
|
"declaration": {
|
|
18165
18246
|
"name": "*",
|
|
18166
|
-
"package": "./
|
|
18247
|
+
"package": "./flex-layout.template"
|
|
18167
18248
|
}
|
|
18168
18249
|
},
|
|
18169
18250
|
{
|
|
@@ -18171,7 +18252,7 @@
|
|
|
18171
18252
|
"name": "*",
|
|
18172
18253
|
"declaration": {
|
|
18173
18254
|
"name": "*",
|
|
18174
|
-
"package": "./
|
|
18255
|
+
"package": "./flex-layout.styles"
|
|
18175
18256
|
}
|
|
18176
18257
|
},
|
|
18177
18258
|
{
|
|
@@ -18179,18 +18260,26 @@
|
|
|
18179
18260
|
"name": "*",
|
|
18180
18261
|
"declaration": {
|
|
18181
18262
|
"name": "*",
|
|
18182
|
-
"package": "./
|
|
18263
|
+
"package": "./flex-layout"
|
|
18264
|
+
}
|
|
18265
|
+
},
|
|
18266
|
+
{
|
|
18267
|
+
"kind": "js",
|
|
18268
|
+
"name": "*",
|
|
18269
|
+
"declaration": {
|
|
18270
|
+
"name": "*",
|
|
18271
|
+
"package": "./flex-layout.types"
|
|
18183
18272
|
}
|
|
18184
18273
|
}
|
|
18185
18274
|
]
|
|
18186
18275
|
},
|
|
18187
18276
|
{
|
|
18188
18277
|
"kind": "javascript-module",
|
|
18189
|
-
"path": "src/
|
|
18278
|
+
"path": "src/flipper/flipper.styles.ts",
|
|
18190
18279
|
"declarations": [
|
|
18191
18280
|
{
|
|
18192
18281
|
"kind": "function",
|
|
18193
|
-
"name": "
|
|
18282
|
+
"name": "foundationFlipperStyles",
|
|
18194
18283
|
"return": {
|
|
18195
18284
|
"type": {
|
|
18196
18285
|
"text": "ElementStyles"
|
|
@@ -18206,7 +18295,7 @@
|
|
|
18206
18295
|
{
|
|
18207
18296
|
"name": "definition",
|
|
18208
18297
|
"type": {
|
|
18209
|
-
"text": "
|
|
18298
|
+
"text": "FlipperOptions"
|
|
18210
18299
|
}
|
|
18211
18300
|
}
|
|
18212
18301
|
]
|
|
@@ -18215,201 +18304,164 @@
|
|
|
18215
18304
|
"exports": [
|
|
18216
18305
|
{
|
|
18217
18306
|
"kind": "js",
|
|
18218
|
-
"name": "
|
|
18307
|
+
"name": "foundationFlipperStyles",
|
|
18219
18308
|
"declaration": {
|
|
18220
|
-
"name": "
|
|
18221
|
-
"module": "src/
|
|
18309
|
+
"name": "foundationFlipperStyles",
|
|
18310
|
+
"module": "src/flipper/flipper.styles.ts"
|
|
18222
18311
|
}
|
|
18223
18312
|
}
|
|
18224
18313
|
]
|
|
18225
18314
|
},
|
|
18226
18315
|
{
|
|
18227
18316
|
"kind": "javascript-module",
|
|
18228
|
-
"path": "src/
|
|
18317
|
+
"path": "src/flipper/flipper.template.ts",
|
|
18229
18318
|
"declarations": [
|
|
18230
18319
|
{
|
|
18231
18320
|
"kind": "function",
|
|
18232
|
-
"name": "
|
|
18321
|
+
"name": "foundationFlipperTemplate",
|
|
18322
|
+
"return": {
|
|
18323
|
+
"type": {
|
|
18324
|
+
"text": "ViewTemplate<Flipper>"
|
|
18325
|
+
}
|
|
18326
|
+
},
|
|
18233
18327
|
"parameters": [
|
|
18234
18328
|
{
|
|
18235
|
-
"name": "
|
|
18329
|
+
"name": "context",
|
|
18236
18330
|
"type": {
|
|
18237
|
-
"text": "
|
|
18331
|
+
"text": "ElementDefinitionContext"
|
|
18332
|
+
}
|
|
18333
|
+
},
|
|
18334
|
+
{
|
|
18335
|
+
"name": "definition",
|
|
18336
|
+
"type": {
|
|
18337
|
+
"text": "FlipperOptions"
|
|
18238
18338
|
}
|
|
18239
18339
|
}
|
|
18240
18340
|
]
|
|
18241
|
-
},
|
|
18242
|
-
{
|
|
18243
|
-
"kind": "variable",
|
|
18244
|
-
"name": "foundationFilterBarTemplate",
|
|
18245
|
-
"type": {
|
|
18246
|
-
"text": "ViewTemplate<FilterBar>"
|
|
18247
|
-
},
|
|
18248
|
-
"default": "html`\n ${(x) => (x.ready ? filterBarTemplate(getPrefix(x)) : loadingTemplate)}\n`"
|
|
18249
18341
|
}
|
|
18250
18342
|
],
|
|
18251
18343
|
"exports": [
|
|
18252
18344
|
{
|
|
18253
18345
|
"kind": "js",
|
|
18254
|
-
"name": "
|
|
18255
|
-
"declaration": {
|
|
18256
|
-
"name": "filterBarTemplate",
|
|
18257
|
-
"module": "src/filter-bar/filter-bar.template.ts"
|
|
18258
|
-
}
|
|
18259
|
-
},
|
|
18260
|
-
{
|
|
18261
|
-
"kind": "js",
|
|
18262
|
-
"name": "foundationFilterBarTemplate",
|
|
18346
|
+
"name": "foundationFlipperTemplate",
|
|
18263
18347
|
"declaration": {
|
|
18264
|
-
"name": "
|
|
18265
|
-
"module": "src/
|
|
18348
|
+
"name": "foundationFlipperTemplate",
|
|
18349
|
+
"module": "src/flipper/flipper.template.ts"
|
|
18266
18350
|
}
|
|
18267
18351
|
}
|
|
18268
18352
|
]
|
|
18269
18353
|
},
|
|
18270
18354
|
{
|
|
18271
18355
|
"kind": "javascript-module",
|
|
18272
|
-
"path": "src/
|
|
18356
|
+
"path": "src/flipper/flipper.ts",
|
|
18273
18357
|
"declarations": [
|
|
18274
|
-
{
|
|
18275
|
-
"kind": "variable",
|
|
18276
|
-
"name": "DEFUALT_FILTER_BAR_COLUMNS",
|
|
18277
|
-
"type": {
|
|
18278
|
-
"text": "number"
|
|
18279
|
-
},
|
|
18280
|
-
"default": "5"
|
|
18281
|
-
},
|
|
18282
18358
|
{
|
|
18283
18359
|
"kind": "class",
|
|
18284
18360
|
"description": "",
|
|
18285
|
-
"name": "
|
|
18286
|
-
"
|
|
18287
|
-
|
|
18288
|
-
|
|
18289
|
-
|
|
18290
|
-
|
|
18291
|
-
|
|
18292
|
-
|
|
18293
|
-
|
|
18294
|
-
{
|
|
18295
|
-
"kind": "field",
|
|
18296
|
-
"name": "only",
|
|
18297
|
-
"type": {
|
|
18298
|
-
"text": "string"
|
|
18299
|
-
},
|
|
18300
|
-
"description": "Only generate filters for the specified fields, provided as a comma separated list.\nDefault behavior (if \"only\" is not set) is to generate filters for all fields based on metadata."
|
|
18301
|
-
},
|
|
18302
|
-
{
|
|
18303
|
-
"kind": "field",
|
|
18304
|
-
"name": "labels",
|
|
18305
|
-
"type": {
|
|
18306
|
-
"text": "string"
|
|
18307
|
-
},
|
|
18308
|
-
"description": "Labels for the specified fields, to be used alongside \"only\" prop."
|
|
18309
|
-
},
|
|
18310
|
-
{
|
|
18311
|
-
"kind": "field",
|
|
18312
|
-
"name": "target",
|
|
18313
|
-
"type": {
|
|
18314
|
-
"text": "string"
|
|
18315
|
-
},
|
|
18316
|
-
"description": "Will be included in event emmissions.\nUsually set to the id of the target datasource.\nUsefull when we have multiple grids in the same page."
|
|
18317
|
-
},
|
|
18318
|
-
{
|
|
18319
|
-
"kind": "field",
|
|
18320
|
-
"name": "columns",
|
|
18321
|
-
"type": {
|
|
18322
|
-
"text": "number"
|
|
18323
|
-
},
|
|
18324
|
-
"default": "5"
|
|
18325
|
-
},
|
|
18326
|
-
{
|
|
18327
|
-
"kind": "field",
|
|
18328
|
-
"name": "ready",
|
|
18361
|
+
"name": "Flipper",
|
|
18362
|
+
"superclass": {
|
|
18363
|
+
"name": "FASTFlipper",
|
|
18364
|
+
"package": "@microsoft/fast-components"
|
|
18365
|
+
},
|
|
18366
|
+
"tagName": "%%prefix%%-flipper",
|
|
18367
|
+
"customElement": true,
|
|
18368
|
+
"attributes": [
|
|
18369
|
+
{
|
|
18329
18370
|
"type": {
|
|
18330
18371
|
"text": "boolean"
|
|
18331
18372
|
},
|
|
18332
|
-
"
|
|
18373
|
+
"description": "The disabled state of the flipper.",
|
|
18374
|
+
"fieldName": "disabled",
|
|
18375
|
+
"inheritedFrom": {
|
|
18376
|
+
"name": "Flipper",
|
|
18377
|
+
"module": "src/flipper/flipper.ts"
|
|
18378
|
+
}
|
|
18333
18379
|
},
|
|
18334
18380
|
{
|
|
18335
|
-
"
|
|
18336
|
-
"name": "fields",
|
|
18381
|
+
"name": "aria-hidden",
|
|
18337
18382
|
"type": {
|
|
18338
|
-
"text": "
|
|
18383
|
+
"text": "boolean"
|
|
18384
|
+
},
|
|
18385
|
+
"default": "true",
|
|
18386
|
+
"description": "Indicates the flipper should be hidden from assistive technology. Because flippers are often supplementary navigation, they are often hidden from assistive technology.",
|
|
18387
|
+
"fieldName": "hiddenFromAT",
|
|
18388
|
+
"inheritedFrom": {
|
|
18389
|
+
"name": "Flipper",
|
|
18390
|
+
"module": "src/flipper/flipper.ts"
|
|
18339
18391
|
}
|
|
18340
18392
|
},
|
|
18341
18393
|
{
|
|
18342
|
-
"
|
|
18343
|
-
"name": "connect",
|
|
18394
|
+
"name": "direction",
|
|
18344
18395
|
"type": {
|
|
18345
|
-
"text": "
|
|
18396
|
+
"text": "FlipperDirection"
|
|
18397
|
+
},
|
|
18398
|
+
"description": "The direction that the flipper implies navigating.",
|
|
18399
|
+
"fieldName": "direction",
|
|
18400
|
+
"inheritedFrom": {
|
|
18401
|
+
"name": "Flipper",
|
|
18402
|
+
"module": "src/flipper/flipper.ts"
|
|
18346
18403
|
}
|
|
18347
|
-
}
|
|
18404
|
+
}
|
|
18405
|
+
],
|
|
18406
|
+
"members": [
|
|
18348
18407
|
{
|
|
18349
18408
|
"kind": "field",
|
|
18350
|
-
"name": "
|
|
18409
|
+
"name": "disabled",
|
|
18351
18410
|
"type": {
|
|
18352
|
-
"text": "
|
|
18411
|
+
"text": "boolean"
|
|
18353
18412
|
},
|
|
18354
|
-
"privacy": "public"
|
|
18413
|
+
"privacy": "public",
|
|
18414
|
+
"description": "The disabled state of the flipper.",
|
|
18415
|
+
"inheritedFrom": {
|
|
18416
|
+
"name": "Flipper",
|
|
18417
|
+
"module": "src/flipper/flipper.ts"
|
|
18418
|
+
}
|
|
18355
18419
|
},
|
|
18356
18420
|
{
|
|
18357
18421
|
"kind": "field",
|
|
18358
|
-
"name": "
|
|
18422
|
+
"name": "hiddenFromAT",
|
|
18359
18423
|
"type": {
|
|
18360
18424
|
"text": "boolean"
|
|
18361
18425
|
},
|
|
18362
|
-
"
|
|
18363
|
-
|
|
18364
|
-
|
|
18365
|
-
"
|
|
18366
|
-
|
|
18367
|
-
|
|
18426
|
+
"privacy": "public",
|
|
18427
|
+
"default": "true",
|
|
18428
|
+
"description": "Indicates the flipper should be hidden from assistive technology. Because flippers are often supplementary navigation, they are often hidden from assistive technology.",
|
|
18429
|
+
"inheritedFrom": {
|
|
18430
|
+
"name": "Flipper",
|
|
18431
|
+
"module": "src/flipper/flipper.ts"
|
|
18432
|
+
}
|
|
18368
18433
|
},
|
|
18369
18434
|
{
|
|
18370
|
-
"kind": "
|
|
18371
|
-
"name": "
|
|
18372
|
-
"
|
|
18373
|
-
|
|
18374
|
-
|
|
18375
|
-
|
|
18376
|
-
|
|
18377
|
-
|
|
18378
|
-
|
|
18379
|
-
|
|
18380
|
-
|
|
18435
|
+
"kind": "field",
|
|
18436
|
+
"name": "direction",
|
|
18437
|
+
"type": {
|
|
18438
|
+
"text": "FlipperDirection"
|
|
18439
|
+
},
|
|
18440
|
+
"privacy": "public",
|
|
18441
|
+
"description": "The direction that the flipper implies navigating.",
|
|
18442
|
+
"inheritedFrom": {
|
|
18443
|
+
"name": "Flipper",
|
|
18444
|
+
"module": "src/flipper/flipper.ts"
|
|
18445
|
+
}
|
|
18381
18446
|
},
|
|
18382
18447
|
{
|
|
18383
18448
|
"kind": "method",
|
|
18384
|
-
"name": "
|
|
18449
|
+
"name": "keyupHandler",
|
|
18450
|
+
"privacy": "public",
|
|
18385
18451
|
"parameters": [
|
|
18386
18452
|
{
|
|
18387
|
-
"name": "
|
|
18388
|
-
"type": {
|
|
18389
|
-
"text": "string"
|
|
18390
|
-
}
|
|
18391
|
-
},
|
|
18392
|
-
{
|
|
18393
|
-
"name": "newResource",
|
|
18453
|
+
"name": "e",
|
|
18394
18454
|
"type": {
|
|
18395
|
-
"text": "
|
|
18396
|
-
}
|
|
18455
|
+
"text": "Event & KeyboardEvent"
|
|
18456
|
+
},
|
|
18457
|
+
"description": "Keyboard event"
|
|
18397
18458
|
}
|
|
18398
|
-
]
|
|
18399
|
-
|
|
18400
|
-
|
|
18401
|
-
|
|
18402
|
-
|
|
18403
|
-
|
|
18404
|
-
},
|
|
18405
|
-
{
|
|
18406
|
-
"kind": "method",
|
|
18407
|
-
"name": "adjustColumnStyles",
|
|
18408
|
-
"privacy": "private"
|
|
18409
|
-
},
|
|
18410
|
-
{
|
|
18411
|
-
"kind": "method",
|
|
18412
|
-
"name": "toggle"
|
|
18459
|
+
],
|
|
18460
|
+
"description": "Simulate a click event when the flipper has focus and the user hits enter or space keys\nBlur focus if the user hits escape key",
|
|
18461
|
+
"inheritedFrom": {
|
|
18462
|
+
"name": "Flipper",
|
|
18463
|
+
"module": "src/flipper/flipper.ts"
|
|
18464
|
+
}
|
|
18413
18465
|
},
|
|
18414
18466
|
{
|
|
18415
18467
|
"kind": "field",
|
|
@@ -18523,122 +18575,78 @@
|
|
|
18523
18575
|
}
|
|
18524
18576
|
}
|
|
18525
18577
|
],
|
|
18526
|
-
"
|
|
18527
|
-
{
|
|
18528
|
-
"name": "resource",
|
|
18529
|
-
"type": {
|
|
18530
|
-
"text": "string"
|
|
18531
|
-
},
|
|
18532
|
-
"fieldName": "resource"
|
|
18533
|
-
},
|
|
18534
|
-
{
|
|
18535
|
-
"name": "only",
|
|
18536
|
-
"type": {
|
|
18537
|
-
"text": "string"
|
|
18538
|
-
},
|
|
18539
|
-
"description": "Only generate filters for the specified fields, provided as a comma separated list.\nDefault behavior (if \"only\" is not set) is to generate filters for all fields based on metadata.",
|
|
18540
|
-
"fieldName": "only"
|
|
18541
|
-
},
|
|
18542
|
-
{
|
|
18543
|
-
"name": "labels",
|
|
18544
|
-
"type": {
|
|
18545
|
-
"text": "string"
|
|
18546
|
-
},
|
|
18547
|
-
"description": "Labels for the specified fields, to be used alongside \"only\" prop.",
|
|
18548
|
-
"fieldName": "labels"
|
|
18549
|
-
},
|
|
18550
|
-
{
|
|
18551
|
-
"name": "target",
|
|
18552
|
-
"type": {
|
|
18553
|
-
"text": "string"
|
|
18554
|
-
},
|
|
18555
|
-
"description": "Will be included in event emmissions.\nUsually set to the id of the target datasource.\nUsefull when we have multiple grids in the same page.",
|
|
18556
|
-
"fieldName": "target"
|
|
18557
|
-
},
|
|
18578
|
+
"events": [
|
|
18558
18579
|
{
|
|
18559
|
-
"
|
|
18560
|
-
"
|
|
18561
|
-
|
|
18562
|
-
|
|
18563
|
-
|
|
18564
|
-
|
|
18565
|
-
"module": "src/filter-bar/filter-bar.ts"
|
|
18566
|
-
},
|
|
18567
|
-
"fieldName": "columns"
|
|
18580
|
+
"description": "Fires a custom 'click' event when Enter or Space is invoked via keyboard and the flipper is exposed to assistive technologies.",
|
|
18581
|
+
"name": "click",
|
|
18582
|
+
"inheritedFrom": {
|
|
18583
|
+
"name": "Flipper",
|
|
18584
|
+
"module": "src/flipper/flipper.ts"
|
|
18585
|
+
}
|
|
18568
18586
|
}
|
|
18569
|
-
]
|
|
18570
|
-
|
|
18571
|
-
|
|
18572
|
-
|
|
18587
|
+
]
|
|
18588
|
+
},
|
|
18589
|
+
{
|
|
18590
|
+
"kind": "variable",
|
|
18591
|
+
"name": "foundationFlipperShadowOptions",
|
|
18592
|
+
"type": {
|
|
18593
|
+
"text": "ShadowRootInit"
|
|
18573
18594
|
},
|
|
18574
|
-
"
|
|
18575
|
-
"customElement": true
|
|
18595
|
+
"default": "undefined"
|
|
18576
18596
|
},
|
|
18577
18597
|
{
|
|
18578
18598
|
"kind": "variable",
|
|
18579
|
-
"name": "
|
|
18580
|
-
"
|
|
18599
|
+
"name": "defaultFlipperConfig",
|
|
18600
|
+
"type": {
|
|
18601
|
+
"text": "object"
|
|
18602
|
+
},
|
|
18603
|
+
"default": "{\n next: `\n <svg viewBox=\"0 0 16 16\" xmlns=\"http://www.w3.org/2000/svg\">\n <path\n d=\"M4.023 15.273L11.29 8 4.023.727l.704-.704L12.71 8l-7.984 7.977-.704-.704z\"\n />\n </svg>\n `,\n previous: `\n <svg viewBox=\"0 0 16 16\" xmlns=\"http://www.w3.org/2000/svg\">\n <path\n d=\"M11.273 15.977L3.29 8 11.273.023l.704.704L4.71 8l7.266 7.273-.704.704z\"\n />\n </svg>\n `,\n}"
|
|
18604
|
+
},
|
|
18605
|
+
{
|
|
18606
|
+
"kind": "variable",
|
|
18607
|
+
"name": "foundationFlipper",
|
|
18608
|
+
"description": "The Foundation Flipper",
|
|
18581
18609
|
"privacy": "public"
|
|
18582
18610
|
}
|
|
18583
18611
|
],
|
|
18584
18612
|
"exports": [
|
|
18585
18613
|
{
|
|
18586
18614
|
"kind": "js",
|
|
18587
|
-
"name": "
|
|
18615
|
+
"name": "Flipper",
|
|
18588
18616
|
"declaration": {
|
|
18589
|
-
"name": "
|
|
18590
|
-
"module": "src/
|
|
18617
|
+
"name": "Flipper",
|
|
18618
|
+
"module": "src/flipper/flipper.ts"
|
|
18591
18619
|
}
|
|
18592
18620
|
},
|
|
18593
18621
|
{
|
|
18594
18622
|
"kind": "js",
|
|
18595
|
-
"name": "
|
|
18623
|
+
"name": "foundationFlipperShadowOptions",
|
|
18596
18624
|
"declaration": {
|
|
18597
|
-
"name": "
|
|
18598
|
-
"module": "src/
|
|
18625
|
+
"name": "foundationFlipperShadowOptions",
|
|
18626
|
+
"module": "src/flipper/flipper.ts"
|
|
18599
18627
|
}
|
|
18600
18628
|
},
|
|
18601
18629
|
{
|
|
18602
18630
|
"kind": "js",
|
|
18603
|
-
"name": "
|
|
18631
|
+
"name": "defaultFlipperConfig",
|
|
18604
18632
|
"declaration": {
|
|
18605
|
-
"name": "
|
|
18606
|
-
"module": "src/
|
|
18633
|
+
"name": "defaultFlipperConfig",
|
|
18634
|
+
"module": "src/flipper/flipper.ts"
|
|
18607
18635
|
}
|
|
18608
|
-
}
|
|
18609
|
-
]
|
|
18610
|
-
},
|
|
18611
|
-
{
|
|
18612
|
-
"kind": "javascript-module",
|
|
18613
|
-
"path": "src/filter-bar/filter-bar.utils.ts",
|
|
18614
|
-
"declarations": [
|
|
18615
|
-
{
|
|
18616
|
-
"kind": "function",
|
|
18617
|
-
"name": "mapType",
|
|
18618
|
-
"parameters": [
|
|
18619
|
-
{
|
|
18620
|
-
"name": "TYPE",
|
|
18621
|
-
"type": {
|
|
18622
|
-
"text": "string"
|
|
18623
|
-
}
|
|
18624
|
-
}
|
|
18625
|
-
]
|
|
18626
|
-
}
|
|
18627
|
-
],
|
|
18628
|
-
"exports": [
|
|
18636
|
+
},
|
|
18629
18637
|
{
|
|
18630
18638
|
"kind": "js",
|
|
18631
|
-
"name": "
|
|
18639
|
+
"name": "foundationFlipper",
|
|
18632
18640
|
"declaration": {
|
|
18633
|
-
"name": "
|
|
18634
|
-
"module": "src/
|
|
18641
|
+
"name": "foundationFlipper",
|
|
18642
|
+
"module": "src/flipper/flipper.ts"
|
|
18635
18643
|
}
|
|
18636
18644
|
}
|
|
18637
18645
|
]
|
|
18638
18646
|
},
|
|
18639
18647
|
{
|
|
18640
18648
|
"kind": "javascript-module",
|
|
18641
|
-
"path": "src/
|
|
18649
|
+
"path": "src/flipper/index.ts",
|
|
18642
18650
|
"declarations": [],
|
|
18643
18651
|
"exports": [
|
|
18644
18652
|
{
|
|
@@ -18646,15 +18654,7 @@
|
|
|
18646
18654
|
"name": "*",
|
|
18647
18655
|
"declaration": {
|
|
18648
18656
|
"name": "*",
|
|
18649
|
-
"package": "./
|
|
18650
|
-
}
|
|
18651
|
-
},
|
|
18652
|
-
{
|
|
18653
|
-
"kind": "js",
|
|
18654
|
-
"name": "*",
|
|
18655
|
-
"declaration": {
|
|
18656
|
-
"name": "*",
|
|
18657
|
-
"package": "./filter-bar.template"
|
|
18657
|
+
"package": "./flipper.template"
|
|
18658
18658
|
}
|
|
18659
18659
|
},
|
|
18660
18660
|
{
|
|
@@ -18662,7 +18662,7 @@
|
|
|
18662
18662
|
"name": "*",
|
|
18663
18663
|
"declaration": {
|
|
18664
18664
|
"name": "*",
|
|
18665
|
-
"package": "./
|
|
18665
|
+
"package": "./flipper.styles"
|
|
18666
18666
|
}
|
|
18667
18667
|
},
|
|
18668
18668
|
{
|
|
@@ -18670,7 +18670,7 @@
|
|
|
18670
18670
|
"name": "*",
|
|
18671
18671
|
"declaration": {
|
|
18672
18672
|
"name": "*",
|
|
18673
|
-
"package": "./
|
|
18673
|
+
"package": "./flipper"
|
|
18674
18674
|
}
|
|
18675
18675
|
}
|
|
18676
18676
|
]
|