@genesislcap/foundation-ui 14.209.1-alpha-6fc0d91.0 → 14.209.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/custom-elements.json +1440 -1440
- package/package.json +16 -16
|
@@ -23246,7 +23246,7 @@
|
|
|
23246
23246
|
},
|
|
23247
23247
|
{
|
|
23248
23248
|
"kind": "javascript-module",
|
|
23249
|
-
"path": "src/
|
|
23249
|
+
"path": "src/modal/index.ts",
|
|
23250
23250
|
"declarations": [],
|
|
23251
23251
|
"exports": [
|
|
23252
23252
|
{
|
|
@@ -23254,15 +23254,7 @@
|
|
|
23254
23254
|
"name": "*",
|
|
23255
23255
|
"declaration": {
|
|
23256
23256
|
"name": "*",
|
|
23257
|
-
"package": "./
|
|
23258
|
-
}
|
|
23259
|
-
},
|
|
23260
|
-
{
|
|
23261
|
-
"kind": "js",
|
|
23262
|
-
"name": "*",
|
|
23263
|
-
"declaration": {
|
|
23264
|
-
"name": "*",
|
|
23265
|
-
"package": "./multiselect"
|
|
23257
|
+
"package": "./modal.styles"
|
|
23266
23258
|
}
|
|
23267
23259
|
},
|
|
23268
23260
|
{
|
|
@@ -23270,7 +23262,7 @@
|
|
|
23270
23262
|
"name": "*",
|
|
23271
23263
|
"declaration": {
|
|
23272
23264
|
"name": "*",
|
|
23273
|
-
"package": "./
|
|
23265
|
+
"package": "./modal.template"
|
|
23274
23266
|
}
|
|
23275
23267
|
},
|
|
23276
23268
|
{
|
|
@@ -23278,108 +23270,74 @@
|
|
|
23278
23270
|
"name": "*",
|
|
23279
23271
|
"declaration": {
|
|
23280
23272
|
"name": "*",
|
|
23281
|
-
"package": "./
|
|
23273
|
+
"package": "./modal"
|
|
23282
23274
|
}
|
|
23283
23275
|
}
|
|
23284
23276
|
]
|
|
23285
23277
|
},
|
|
23286
23278
|
{
|
|
23287
23279
|
"kind": "javascript-module",
|
|
23288
|
-
"path": "src/
|
|
23289
|
-
"declarations": [],
|
|
23290
|
-
"exports": []
|
|
23291
|
-
},
|
|
23292
|
-
{
|
|
23293
|
-
"kind": "javascript-module",
|
|
23294
|
-
"path": "src/multiselect/multiselect.styles.ts",
|
|
23280
|
+
"path": "src/modal/modal.styles.ts",
|
|
23295
23281
|
"declarations": [
|
|
23296
23282
|
{
|
|
23297
23283
|
"kind": "variable",
|
|
23298
|
-
"name": "
|
|
23284
|
+
"name": "foundationModalStyles",
|
|
23299
23285
|
"type": {
|
|
23300
|
-
"text": "
|
|
23286
|
+
"text": "ElementStyles"
|
|
23301
23287
|
},
|
|
23302
|
-
"default": "
|
|
23303
|
-
},
|
|
23304
|
-
{
|
|
23305
|
-
"kind": "variable",
|
|
23306
|
-
"name": "multiselectStyles",
|
|
23307
|
-
"default": "css`\n .root {\n position: relative;\n width: inherit;\n min-width: 250px;\n }\n\n .control {\n cursor: pointer;\n position: relative;\n display: flex;\n align-items: center;\n width: 100%;\n border-radius: calc(var(--control-corner-radius) * 1px);\n }\n\n #display-field {\n width: 100%;\n cursor: pointer;\n color: rgb(241 241 241);\n min-height: 40px;\n padding: 0 calc(var(--design-unit) * 2.25px);\n border-width: 0;\n background-color: var(--neutral-fill-input-rest);\n border-radius: calc(var(--control-corner-radius) * 1px);\n }\n\n #display-field[disabled] {\n cursor: not-allowed;\n opacity: 30%;\n }\n\n #display-field:focus {\n outline: 1px solid var(--accent-fill-rest);\n background: var(--neutral-fill-input-rest);\n border-style: none;\n box-shadow: none;\n }\n\n #display-field:hover:not(:focus):not([disabled]) {\n outline: 1px solid rgb(231 232 232);\n }\n\n button {\n pointer-events: none;\n }\n\n .indicator {\n position: absolute;\n left: calc(100% - 26px);\n padding: 0;\n cursor: pointer;\n }\n\n #arrow-icon {\n width: 16px;\n fill: white;\n transform: rotate(0deg);\n transition: transform 0.2s linear 0s;\n }\n\n #arrow-icon.flipped {\n transform: rotate(180deg);\n }\n\n .disabled-svg {\n pointer-events: none;\n opacity: 30%;\n }\n\n .options {\n display: flex;\n flex-direction: column;\n position: absolute;\n height: max-content;\n overflow-y: hidden;\n margin-top: calc(var(--design-unit) * 1px);\n border: calc(var(--stroke-width) * 1px) solid var(--neutral-layer-2);\n border-radius: 4px;\n background: var(--neutral-fill-input-rest);\n width: 100%;\n max-height: 0;\n visibility: hidden;\n transition:\n max-height 0.4s ease 0s,\n visibility 0.4s ease 0s;\n z-index: 999;\n }\n\n .position-above {\n bottom: 100%;\n }\n\n .checkbox-container {\n display: flex;\n flex-direction: column;\n overflow-y: scroll;\n scrollbar-width: thin;\n scrollbar-color: var(--neutral-layer-2) var(--neutral-layer-4);\n list-style: none;\n }\n\n .checkbox-container zero-checkbox {\n min-width: fit-content;\n }\n\n .checkbox-container zero-checkbox[disabled],\n .checkbox-container foundation-checkbox[disabled] {\n cursor: not-allowed;\n }\n\n ::-webkit-scrollbar {\n width: 12px;\n }\n\n ::-webkit-scrollbar-track {\n background: var(--neutral-layer-4);\n }\n\n ::-webkit-scrollbar-thumb {\n width: 8px;\n border-radius: 10px;\n box-shadow: inset 0 0 6px rgba(0 0 0 / 30%);\n background-color: var(--neutral-layer-2);\n border: 3px solid var(--neutral-layer-4);\n }\n\n .visible {\n visibility: visible;\n max-height: ${maxheight.toString()}px;\n }\n\n ::slotted(foundation-checkbox),\n foundation-checkbox {\n border-bottom: 1px solid var(--neutral-layer-4);\n padding: 5px 0 5px 5px;\n margin: 0;\n }\n\n ::slotted(foundation-checkbox:hover),\n foundation-checkbox:hover {\n background-color: var(--neutral-layer-3);\n cursor: pointer;\n }\n\n ::slotted(foundation-checkbox)::part(label),\n foundation-checkbox::part(label) {\n overflow-x: hidden;\n text-overflow: ellipsis;\n white-space: nowrap;\n }\n\n .label {\n display: block;\n cursor: pointer;\n font-size: var(--type-ramp-base-font-size);\n line-height: var(--type-ramp-base-line-height);\n font-style: normal;\n margin: calc(var(--design-unit) * 2px) 0;\n }\n\n .label-hidden {\n display: none;\n }\n\n ol,\n li {\n margin: 0;\n padding: 0;\n }\n\n .checkbox {\n width: 100%;\n }\n\n .select-all {\n width: 100%;\n }\n\n .display-value {\n position: absolute;\n right: 40px;\n color: var(--neutral-foreground-rest);\n font-size: var(--type-ramp-base-font-size);\n line-height: var(--type-ramp-base-line-height);\n font-family: var(--body-font);\n }\n`"
|
|
23288
|
+
"default": "css`\n ${foundationDialogStyles}\n`"
|
|
23308
23289
|
}
|
|
23309
23290
|
],
|
|
23310
23291
|
"exports": [
|
|
23311
23292
|
{
|
|
23312
23293
|
"kind": "js",
|
|
23313
|
-
"name": "
|
|
23314
|
-
"declaration": {
|
|
23315
|
-
"name": "maxheight",
|
|
23316
|
-
"module": "src/multiselect/multiselect.styles.ts"
|
|
23317
|
-
}
|
|
23318
|
-
},
|
|
23319
|
-
{
|
|
23320
|
-
"kind": "js",
|
|
23321
|
-
"name": "multiselectStyles",
|
|
23294
|
+
"name": "foundationModalStyles",
|
|
23322
23295
|
"declaration": {
|
|
23323
|
-
"name": "
|
|
23324
|
-
"module": "src/
|
|
23296
|
+
"name": "foundationModalStyles",
|
|
23297
|
+
"module": "src/modal/modal.styles.ts"
|
|
23325
23298
|
}
|
|
23326
23299
|
}
|
|
23327
23300
|
]
|
|
23328
23301
|
},
|
|
23329
23302
|
{
|
|
23330
23303
|
"kind": "javascript-module",
|
|
23331
|
-
"path": "src/
|
|
23304
|
+
"path": "src/modal/modal.template.ts",
|
|
23332
23305
|
"declarations": [
|
|
23333
|
-
{
|
|
23334
|
-
"kind": "function",
|
|
23335
|
-
"name": "getPrefixedMultiselect",
|
|
23336
|
-
"parameters": [
|
|
23337
|
-
{
|
|
23338
|
-
"name": "prefix",
|
|
23339
|
-
"default": "'foundation'"
|
|
23340
|
-
}
|
|
23341
|
-
]
|
|
23342
|
-
},
|
|
23343
23306
|
{
|
|
23344
23307
|
"kind": "variable",
|
|
23345
|
-
"name": "
|
|
23346
|
-
"
|
|
23308
|
+
"name": "foundationModalTemplate",
|
|
23309
|
+
"type": {
|
|
23310
|
+
"text": "ViewTemplate<Modal>"
|
|
23311
|
+
},
|
|
23312
|
+
"default": "html`\n ${foundationDialogTemplate}\n`"
|
|
23347
23313
|
}
|
|
23348
23314
|
],
|
|
23349
23315
|
"exports": [
|
|
23350
23316
|
{
|
|
23351
23317
|
"kind": "js",
|
|
23352
|
-
"name": "
|
|
23353
|
-
"declaration": {
|
|
23354
|
-
"name": "getPrefixedMultiselect",
|
|
23355
|
-
"module": "src/multiselect/multiselect.template.ts"
|
|
23356
|
-
}
|
|
23357
|
-
},
|
|
23358
|
-
{
|
|
23359
|
-
"kind": "js",
|
|
23360
|
-
"name": "multiselectTemplate",
|
|
23318
|
+
"name": "foundationModalTemplate",
|
|
23361
23319
|
"declaration": {
|
|
23362
|
-
"name": "
|
|
23363
|
-
"module": "src/
|
|
23320
|
+
"name": "foundationModalTemplate",
|
|
23321
|
+
"module": "src/modal/modal.template.ts"
|
|
23364
23322
|
}
|
|
23365
23323
|
}
|
|
23366
23324
|
]
|
|
23367
23325
|
},
|
|
23368
23326
|
{
|
|
23369
23327
|
"kind": "javascript-module",
|
|
23370
|
-
"path": "src/
|
|
23328
|
+
"path": "src/modal/modal.ts",
|
|
23371
23329
|
"declarations": [
|
|
23372
23330
|
{
|
|
23373
23331
|
"kind": "variable",
|
|
23374
|
-
"name": "
|
|
23332
|
+
"name": "foundationModalShadowOptions",
|
|
23375
23333
|
"type": {
|
|
23376
23334
|
"text": "ShadowRootInit"
|
|
23377
23335
|
},
|
|
23378
|
-
"default": "
|
|
23336
|
+
"default": "{\n mode: 'open',\n delegatesFocus: true,\n}"
|
|
23379
23337
|
},
|
|
23380
23338
|
{
|
|
23381
23339
|
"kind": "variable",
|
|
23382
|
-
"name": "
|
|
23340
|
+
"name": "defaultModalConfig",
|
|
23383
23341
|
"type": {
|
|
23384
23342
|
"text": "object"
|
|
23385
23343
|
},
|
|
@@ -23388,682 +23346,369 @@
|
|
|
23388
23346
|
{
|
|
23389
23347
|
"kind": "class",
|
|
23390
23348
|
"description": "",
|
|
23391
|
-
"name": "
|
|
23349
|
+
"name": "Modal",
|
|
23392
23350
|
"members": [
|
|
23393
23351
|
{
|
|
23394
|
-
"kind": "
|
|
23395
|
-
"name": "
|
|
23396
|
-
"
|
|
23397
|
-
"
|
|
23352
|
+
"kind": "method",
|
|
23353
|
+
"name": "show",
|
|
23354
|
+
"return": {
|
|
23355
|
+
"type": {
|
|
23356
|
+
"text": "void"
|
|
23357
|
+
}
|
|
23398
23358
|
},
|
|
23399
|
-
"
|
|
23359
|
+
"description": "Show the HTMLDialogElement and its contents",
|
|
23360
|
+
"inheritedFrom": {
|
|
23361
|
+
"name": "<local>_DialogElement",
|
|
23362
|
+
"module": "src/dialog/dialog.ts"
|
|
23363
|
+
}
|
|
23400
23364
|
},
|
|
23401
23365
|
{
|
|
23402
23366
|
"kind": "field",
|
|
23403
|
-
"name": "
|
|
23367
|
+
"name": "mainElement",
|
|
23404
23368
|
"type": {
|
|
23405
|
-
"text": "
|
|
23369
|
+
"text": "HTMLDialogElement"
|
|
23406
23370
|
},
|
|
23407
|
-
"
|
|
23371
|
+
"description": "A reference to the dialog element\nin the component Shadow DOM.",
|
|
23372
|
+
"inheritedFrom": {
|
|
23373
|
+
"name": "<local>_DialogElement",
|
|
23374
|
+
"module": "src/dialog/dialog.ts"
|
|
23375
|
+
}
|
|
23408
23376
|
},
|
|
23409
23377
|
{
|
|
23410
23378
|
"kind": "field",
|
|
23411
|
-
"name": "
|
|
23379
|
+
"name": "notification",
|
|
23412
23380
|
"type": {
|
|
23413
|
-
"text": "
|
|
23381
|
+
"text": "NotificationStructure"
|
|
23414
23382
|
},
|
|
23415
|
-
"
|
|
23383
|
+
"inheritedFrom": {
|
|
23384
|
+
"name": "<local>_DialogElement",
|
|
23385
|
+
"module": "src/dialog/dialog.ts"
|
|
23386
|
+
}
|
|
23416
23387
|
},
|
|
23417
23388
|
{
|
|
23418
|
-
"kind": "
|
|
23419
|
-
"name": "
|
|
23420
|
-
"
|
|
23421
|
-
"
|
|
23422
|
-
|
|
23423
|
-
|
|
23389
|
+
"kind": "method",
|
|
23390
|
+
"name": "notificationChanged",
|
|
23391
|
+
"inheritedFrom": {
|
|
23392
|
+
"name": "<local>_DialogElement",
|
|
23393
|
+
"module": "src/dialog/dialog.ts"
|
|
23394
|
+
}
|
|
23424
23395
|
},
|
|
23425
23396
|
{
|
|
23426
23397
|
"kind": "field",
|
|
23427
|
-
"name": "
|
|
23398
|
+
"name": "type",
|
|
23428
23399
|
"type": {
|
|
23429
|
-
"text": "
|
|
23400
|
+
"text": "DialogType"
|
|
23430
23401
|
},
|
|
23431
|
-
"default": "
|
|
23402
|
+
"default": "'default'",
|
|
23403
|
+
"inheritedFrom": {
|
|
23404
|
+
"name": "<local>_DialogElement",
|
|
23405
|
+
"module": "src/dialog/dialog.ts"
|
|
23406
|
+
}
|
|
23432
23407
|
},
|
|
23433
23408
|
{
|
|
23434
23409
|
"kind": "field",
|
|
23435
|
-
"name": "
|
|
23410
|
+
"name": "position",
|
|
23436
23411
|
"type": {
|
|
23437
|
-
"text": "
|
|
23412
|
+
"text": "DialogPosition"
|
|
23438
23413
|
},
|
|
23439
|
-
"default": "
|
|
23414
|
+
"default": "'center'",
|
|
23415
|
+
"inheritedFrom": {
|
|
23416
|
+
"name": "<local>_DialogElement",
|
|
23417
|
+
"module": "src/dialog/dialog.ts"
|
|
23418
|
+
}
|
|
23440
23419
|
},
|
|
23441
23420
|
{
|
|
23442
23421
|
"kind": "field",
|
|
23443
|
-
"name": "
|
|
23422
|
+
"name": "showCloseIcon",
|
|
23444
23423
|
"type": {
|
|
23445
23424
|
"text": "boolean"
|
|
23446
23425
|
},
|
|
23447
|
-
"default": "
|
|
23426
|
+
"default": "true",
|
|
23427
|
+
"description": "Whether or not to show the close icon",
|
|
23428
|
+
"inheritedFrom": {
|
|
23429
|
+
"name": "<local>_DialogElement",
|
|
23430
|
+
"module": "src/dialog/dialog.ts"
|
|
23431
|
+
}
|
|
23448
23432
|
},
|
|
23449
23433
|
{
|
|
23450
23434
|
"kind": "field",
|
|
23451
|
-
"name": "
|
|
23435
|
+
"name": "onShowCallback",
|
|
23452
23436
|
"type": {
|
|
23453
|
-
"text": "
|
|
23437
|
+
"text": "() => void"
|
|
23454
23438
|
},
|
|
23455
|
-
"
|
|
23439
|
+
"description": "Callback to run *before* HTMLDialogElement is shown",
|
|
23440
|
+
"inheritedFrom": {
|
|
23441
|
+
"name": "<local>_DialogElement",
|
|
23442
|
+
"module": "src/dialog/dialog.ts"
|
|
23443
|
+
}
|
|
23456
23444
|
},
|
|
23457
23445
|
{
|
|
23458
23446
|
"kind": "field",
|
|
23459
|
-
"name": "
|
|
23447
|
+
"name": "onCloseCallback",
|
|
23460
23448
|
"type": {
|
|
23461
|
-
"text": "
|
|
23449
|
+
"text": "() => void"
|
|
23462
23450
|
},
|
|
23463
|
-
"
|
|
23451
|
+
"description": "Callback to run *after* HTMLDialogElement is closed",
|
|
23452
|
+
"inheritedFrom": {
|
|
23453
|
+
"name": "<local>_DialogElement",
|
|
23454
|
+
"module": "src/dialog/dialog.ts"
|
|
23455
|
+
}
|
|
23464
23456
|
},
|
|
23465
23457
|
{
|
|
23466
23458
|
"kind": "field",
|
|
23467
|
-
"name": "
|
|
23459
|
+
"name": "open",
|
|
23468
23460
|
"type": {
|
|
23469
23461
|
"text": "boolean"
|
|
23470
23462
|
},
|
|
23471
|
-
"
|
|
23472
|
-
"
|
|
23463
|
+
"description": "Determine if the dialog is showing or closed.",
|
|
23464
|
+
"readonly": true,
|
|
23465
|
+
"inheritedFrom": {
|
|
23466
|
+
"name": "<local>_DialogElement",
|
|
23467
|
+
"module": "src/dialog/dialog.ts"
|
|
23468
|
+
}
|
|
23473
23469
|
},
|
|
23474
23470
|
{
|
|
23475
23471
|
"kind": "method",
|
|
23476
|
-
"name": "
|
|
23477
|
-
"
|
|
23478
|
-
{
|
|
23479
|
-
"
|
|
23480
|
-
},
|
|
23481
|
-
{
|
|
23482
|
-
"name": "newValue",
|
|
23483
|
-
"type": {
|
|
23484
|
-
"text": "number"
|
|
23485
|
-
}
|
|
23472
|
+
"name": "close",
|
|
23473
|
+
"return": {
|
|
23474
|
+
"type": {
|
|
23475
|
+
"text": "void"
|
|
23486
23476
|
}
|
|
23487
|
-
|
|
23477
|
+
},
|
|
23478
|
+
"description": "Remove the HTMLDialogElement from display",
|
|
23479
|
+
"inheritedFrom": {
|
|
23480
|
+
"name": "<local>_DialogElement",
|
|
23481
|
+
"module": "src/dialog/dialog.ts"
|
|
23482
|
+
}
|
|
23488
23483
|
},
|
|
23489
23484
|
{
|
|
23490
|
-
"kind": "
|
|
23491
|
-
"name": "
|
|
23485
|
+
"kind": "method",
|
|
23486
|
+
"name": "dismiss",
|
|
23487
|
+
"privacy": "public",
|
|
23488
|
+
"description": "Dismiss the Dialog from display and calls the dismissing action.",
|
|
23489
|
+
"inheritedFrom": {
|
|
23490
|
+
"name": "<local>_DialogElement",
|
|
23491
|
+
"module": "src/dialog/dialog.ts"
|
|
23492
|
+
}
|
|
23492
23493
|
},
|
|
23493
23494
|
{
|
|
23494
|
-
"kind": "
|
|
23495
|
-
"name": "
|
|
23496
|
-
"
|
|
23497
|
-
|
|
23495
|
+
"kind": "method",
|
|
23496
|
+
"name": "closeDialog",
|
|
23497
|
+
"privacy": "public",
|
|
23498
|
+
"return": {
|
|
23499
|
+
"type": {
|
|
23500
|
+
"text": "void"
|
|
23501
|
+
}
|
|
23502
|
+
},
|
|
23503
|
+
"description": "Dismiss the Dialog from display.",
|
|
23504
|
+
"inheritedFrom": {
|
|
23505
|
+
"name": "<local>_DialogElement",
|
|
23506
|
+
"module": "src/dialog/dialog.ts"
|
|
23498
23507
|
}
|
|
23499
23508
|
},
|
|
23500
23509
|
{
|
|
23501
23510
|
"kind": "field",
|
|
23502
|
-
"name": "
|
|
23511
|
+
"name": "_presentation",
|
|
23503
23512
|
"type": {
|
|
23504
|
-
"text": "
|
|
23513
|
+
"text": "ComponentPresentation | null | undefined"
|
|
23514
|
+
},
|
|
23515
|
+
"privacy": "private",
|
|
23516
|
+
"default": "void 0",
|
|
23517
|
+
"inheritedFrom": {
|
|
23518
|
+
"name": "FoundationElement",
|
|
23519
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
23505
23520
|
}
|
|
23506
23521
|
},
|
|
23507
23522
|
{
|
|
23508
23523
|
"kind": "field",
|
|
23509
|
-
"name": "
|
|
23510
|
-
},
|
|
23511
|
-
{
|
|
23512
|
-
"kind": "field",
|
|
23513
|
-
"name": "loading",
|
|
23524
|
+
"name": "$presentation",
|
|
23514
23525
|
"type": {
|
|
23515
|
-
"text": "
|
|
23526
|
+
"text": "ComponentPresentation | null"
|
|
23527
|
+
},
|
|
23528
|
+
"privacy": "public",
|
|
23529
|
+
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
23530
|
+
"inheritedFrom": {
|
|
23531
|
+
"name": "FoundationElement",
|
|
23532
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
23516
23533
|
}
|
|
23517
23534
|
},
|
|
23518
23535
|
{
|
|
23519
23536
|
"kind": "field",
|
|
23520
|
-
"name": "
|
|
23537
|
+
"name": "template",
|
|
23521
23538
|
"type": {
|
|
23522
|
-
"text": "
|
|
23539
|
+
"text": "ElementViewTemplate | void | null"
|
|
23523
23540
|
},
|
|
23524
|
-
"
|
|
23541
|
+
"privacy": "public",
|
|
23542
|
+
"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.",
|
|
23543
|
+
"inheritedFrom": {
|
|
23544
|
+
"name": "FoundationElement",
|
|
23545
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
23546
|
+
}
|
|
23525
23547
|
},
|
|
23526
23548
|
{
|
|
23527
|
-
"kind": "
|
|
23528
|
-
"name": "
|
|
23529
|
-
"privacy": "
|
|
23549
|
+
"kind": "method",
|
|
23550
|
+
"name": "templateChanged",
|
|
23551
|
+
"privacy": "protected",
|
|
23552
|
+
"return": {
|
|
23553
|
+
"type": {
|
|
23554
|
+
"text": "void"
|
|
23555
|
+
}
|
|
23556
|
+
},
|
|
23557
|
+
"inheritedFrom": {
|
|
23558
|
+
"name": "FoundationElement",
|
|
23559
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
23560
|
+
}
|
|
23530
23561
|
},
|
|
23531
23562
|
{
|
|
23532
23563
|
"kind": "field",
|
|
23533
|
-
"name": "
|
|
23564
|
+
"name": "styles",
|
|
23534
23565
|
"type": {
|
|
23535
|
-
"text": "
|
|
23566
|
+
"text": "ElementStyles | void | null"
|
|
23536
23567
|
},
|
|
23537
|
-
"
|
|
23568
|
+
"privacy": "public",
|
|
23569
|
+
"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.",
|
|
23570
|
+
"inheritedFrom": {
|
|
23571
|
+
"name": "FoundationElement",
|
|
23572
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
23573
|
+
}
|
|
23538
23574
|
},
|
|
23539
23575
|
{
|
|
23540
23576
|
"kind": "method",
|
|
23541
|
-
"name": "
|
|
23577
|
+
"name": "stylesChanged",
|
|
23578
|
+
"privacy": "protected",
|
|
23579
|
+
"return": {
|
|
23580
|
+
"type": {
|
|
23581
|
+
"text": "void"
|
|
23582
|
+
}
|
|
23583
|
+
},
|
|
23584
|
+
"inheritedFrom": {
|
|
23585
|
+
"name": "FoundationElement",
|
|
23586
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
23587
|
+
}
|
|
23588
|
+
},
|
|
23589
|
+
{
|
|
23590
|
+
"kind": "method",
|
|
23591
|
+
"name": "compose",
|
|
23592
|
+
"privacy": "public",
|
|
23593
|
+
"static": true,
|
|
23594
|
+
"return": {
|
|
23595
|
+
"type": {
|
|
23596
|
+
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
23597
|
+
}
|
|
23598
|
+
},
|
|
23542
23599
|
"parameters": [
|
|
23543
23600
|
{
|
|
23544
|
-
"name": "
|
|
23601
|
+
"name": "this",
|
|
23545
23602
|
"type": {
|
|
23546
|
-
"text": "
|
|
23603
|
+
"text": "K"
|
|
23547
23604
|
}
|
|
23548
23605
|
},
|
|
23549
23606
|
{
|
|
23550
|
-
"name": "
|
|
23607
|
+
"name": "elementDefinition",
|
|
23551
23608
|
"type": {
|
|
23552
|
-
"text": "
|
|
23553
|
-
}
|
|
23609
|
+
"text": "T"
|
|
23610
|
+
},
|
|
23611
|
+
"description": "The definition of the element to create the registry\nfunction for."
|
|
23554
23612
|
}
|
|
23555
|
-
]
|
|
23556
|
-
|
|
23557
|
-
|
|
23558
|
-
|
|
23559
|
-
|
|
23560
|
-
|
|
23561
|
-
|
|
23562
|
-
|
|
23563
|
-
|
|
23564
|
-
|
|
23565
|
-
|
|
23566
|
-
|
|
23567
|
-
|
|
23568
|
-
|
|
23569
|
-
|
|
23570
|
-
},
|
|
23571
|
-
"default": "[]"
|
|
23572
|
-
},
|
|
23613
|
+
],
|
|
23614
|
+
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
23615
|
+
"inheritedFrom": {
|
|
23616
|
+
"name": "FoundationElement",
|
|
23617
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
23618
|
+
}
|
|
23619
|
+
}
|
|
23620
|
+
],
|
|
23621
|
+
"superclass": {
|
|
23622
|
+
"name": "DialogElement",
|
|
23623
|
+
"module": "/src/dialog"
|
|
23624
|
+
},
|
|
23625
|
+
"tagName": "%%prefix%%-modal",
|
|
23626
|
+
"customElement": true,
|
|
23627
|
+
"attributes": [
|
|
23573
23628
|
{
|
|
23574
|
-
"
|
|
23575
|
-
"name": "filteredAvailableOptions",
|
|
23629
|
+
"name": "type",
|
|
23576
23630
|
"type": {
|
|
23577
|
-
"text": "
|
|
23631
|
+
"text": "DialogType"
|
|
23578
23632
|
},
|
|
23579
|
-
"default": "
|
|
23580
|
-
|
|
23581
|
-
|
|
23582
|
-
|
|
23583
|
-
|
|
23584
|
-
"type": {
|
|
23585
|
-
"text": "HTMLElement"
|
|
23633
|
+
"default": "'default'",
|
|
23634
|
+
"fieldName": "type",
|
|
23635
|
+
"inheritedFrom": {
|
|
23636
|
+
"name": "<local>_DialogElement",
|
|
23637
|
+
"module": "src/dialog/dialog.ts"
|
|
23586
23638
|
}
|
|
23587
23639
|
},
|
|
23588
23640
|
{
|
|
23589
|
-
"kind": "field",
|
|
23590
23641
|
"name": "position",
|
|
23591
23642
|
"type": {
|
|
23592
|
-
"text": "
|
|
23643
|
+
"text": "DialogPosition"
|
|
23593
23644
|
},
|
|
23594
|
-
"
|
|
23595
|
-
|
|
23596
|
-
|
|
23597
|
-
|
|
23598
|
-
|
|
23599
|
-
"type": {
|
|
23600
|
-
"text": "(allSelected: boolean) => void"
|
|
23645
|
+
"default": "'center'",
|
|
23646
|
+
"fieldName": "position",
|
|
23647
|
+
"inheritedFrom": {
|
|
23648
|
+
"name": "<local>_DialogElement",
|
|
23649
|
+
"module": "src/dialog/dialog.ts"
|
|
23601
23650
|
}
|
|
23602
23651
|
},
|
|
23603
23652
|
{
|
|
23604
|
-
"
|
|
23605
|
-
"name": "initialisedOptions",
|
|
23653
|
+
"name": "show-close-icon",
|
|
23606
23654
|
"type": {
|
|
23607
23655
|
"text": "boolean"
|
|
23608
23656
|
},
|
|
23609
|
-
"
|
|
23610
|
-
"
|
|
23611
|
-
|
|
23612
|
-
|
|
23613
|
-
|
|
23614
|
-
|
|
23615
|
-
"type": {
|
|
23616
|
-
"text": "SVGElement"
|
|
23617
|
-
}
|
|
23618
|
-
},
|
|
23619
|
-
{
|
|
23620
|
-
"kind": "field",
|
|
23621
|
-
"name": "optionsElement",
|
|
23622
|
-
"type": {
|
|
23623
|
-
"text": "HTMLElement"
|
|
23657
|
+
"default": "true",
|
|
23658
|
+
"description": "Whether or not to show the close icon",
|
|
23659
|
+
"fieldName": "showCloseIcon",
|
|
23660
|
+
"inheritedFrom": {
|
|
23661
|
+
"name": "<local>_DialogElement",
|
|
23662
|
+
"module": "src/dialog/dialog.ts"
|
|
23624
23663
|
}
|
|
23625
|
-
},
|
|
23626
|
-
{
|
|
23627
|
-
"kind": "method",
|
|
23628
|
-
"name": "toggle"
|
|
23629
|
-
},
|
|
23630
|
-
{
|
|
23631
|
-
"kind": "method",
|
|
23632
|
-
"name": "optionsChanged"
|
|
23633
|
-
},
|
|
23634
|
-
{
|
|
23635
|
-
"kind": "method",
|
|
23636
|
-
"name": "selectedOptionsChanged"
|
|
23637
|
-
},
|
|
23638
|
-
{
|
|
23639
|
-
"kind": "method",
|
|
23640
|
-
"name": "setDropdownPosition",
|
|
23641
|
-
"privacy": "private",
|
|
23642
|
-
"description": "Sets the dropdown position based on the current configuration."
|
|
23643
|
-
},
|
|
23644
|
-
{
|
|
23645
|
-
"kind": "method",
|
|
23646
|
-
"name": "optionGetter",
|
|
23647
|
-
"parameters": [
|
|
23648
|
-
{
|
|
23649
|
-
"name": "option",
|
|
23650
|
-
"type": {
|
|
23651
|
-
"text": "MultiselectOption"
|
|
23652
|
-
}
|
|
23653
|
-
}
|
|
23654
|
-
]
|
|
23655
|
-
},
|
|
23656
|
-
{
|
|
23657
|
-
"kind": "method",
|
|
23658
|
-
"name": "getItemLabel",
|
|
23659
|
-
"parameters": [
|
|
23660
|
-
{
|
|
23661
|
-
"name": "option",
|
|
23662
|
-
"type": {
|
|
23663
|
-
"text": "MultiselectOption"
|
|
23664
|
-
}
|
|
23665
|
-
}
|
|
23666
|
-
]
|
|
23667
|
-
},
|
|
23668
|
-
{
|
|
23669
|
-
"kind": "method",
|
|
23670
|
-
"name": "isOptionDisabled",
|
|
23671
|
-
"parameters": [
|
|
23672
|
-
{
|
|
23673
|
-
"name": "option",
|
|
23674
|
-
"type": {
|
|
23675
|
-
"text": "MultiselectOption"
|
|
23676
|
-
}
|
|
23677
|
-
}
|
|
23678
|
-
]
|
|
23679
|
-
},
|
|
23680
|
-
{
|
|
23681
|
-
"kind": "field",
|
|
23682
|
-
"name": "getDisplayValue",
|
|
23683
|
-
"readonly": true
|
|
23684
|
-
},
|
|
23685
|
-
{
|
|
23686
|
-
"kind": "field",
|
|
23687
|
-
"name": "getPlaceholder",
|
|
23688
|
-
"readonly": true
|
|
23689
|
-
},
|
|
23690
|
-
{
|
|
23691
|
-
"kind": "field",
|
|
23692
|
-
"name": "isAllOptionsDisabled",
|
|
23693
|
-
"readonly": true
|
|
23694
|
-
},
|
|
23695
|
-
{
|
|
23696
|
-
"kind": "field",
|
|
23697
|
-
"name": "showCreatable",
|
|
23698
|
-
"readonly": true
|
|
23699
|
-
},
|
|
23700
|
-
{
|
|
23701
|
-
"kind": "method",
|
|
23702
|
-
"name": "isOptionSelected",
|
|
23703
|
-
"return": {
|
|
23704
|
-
"type": {
|
|
23705
|
-
"text": "boolean"
|
|
23706
|
-
}
|
|
23707
|
-
},
|
|
23708
|
-
"parameters": [
|
|
23709
|
-
{
|
|
23710
|
-
"name": "normalizedOption",
|
|
23711
|
-
"type": {
|
|
23712
|
-
"text": "MultiselectOption"
|
|
23713
|
-
}
|
|
23714
|
-
}
|
|
23715
|
-
]
|
|
23716
|
-
},
|
|
23717
|
-
{
|
|
23718
|
-
"kind": "method",
|
|
23719
|
-
"name": "selectCheckboxOne",
|
|
23720
|
-
"parameters": [
|
|
23721
|
-
{
|
|
23722
|
-
"name": "normalizedOption",
|
|
23723
|
-
"type": {
|
|
23724
|
-
"text": "MultiselectOption"
|
|
23725
|
-
}
|
|
23726
|
-
}
|
|
23727
|
-
]
|
|
23728
|
-
},
|
|
23729
|
-
{
|
|
23730
|
-
"kind": "method",
|
|
23731
|
-
"name": "checkboxKeyDown",
|
|
23732
|
-
"parameters": [
|
|
23733
|
-
{
|
|
23734
|
-
"name": "normalizedOption",
|
|
23735
|
-
"type": {
|
|
23736
|
-
"text": "MultiselectOption"
|
|
23737
|
-
}
|
|
23738
|
-
},
|
|
23739
|
-
{
|
|
23740
|
-
"name": "event",
|
|
23741
|
-
"type": {
|
|
23742
|
-
"text": "KeyboardEvent"
|
|
23743
|
-
}
|
|
23744
|
-
}
|
|
23745
|
-
]
|
|
23746
|
-
},
|
|
23747
|
-
{
|
|
23748
|
-
"kind": "method",
|
|
23749
|
-
"name": "getEnabledOptionsCount"
|
|
23750
|
-
},
|
|
23751
|
-
{
|
|
23752
|
-
"kind": "method",
|
|
23753
|
-
"name": "selectCheckboxAll"
|
|
23754
|
-
},
|
|
23755
|
-
{
|
|
23756
|
-
"kind": "method",
|
|
23757
|
-
"name": "inputHandler"
|
|
23758
|
-
},
|
|
23759
|
-
{
|
|
23760
|
-
"kind": "method",
|
|
23761
|
-
"name": "findExactMatchOptions"
|
|
23762
|
-
},
|
|
23763
|
-
{
|
|
23764
|
-
"kind": "method",
|
|
23765
|
-
"name": "setFilter"
|
|
23766
|
-
},
|
|
23767
|
-
{
|
|
23768
|
-
"kind": "method",
|
|
23769
|
-
"name": "addOption"
|
|
23770
|
-
},
|
|
23771
|
-
{
|
|
23772
|
-
"kind": "method",
|
|
23773
|
-
"name": "asyncSetFilter"
|
|
23774
|
-
},
|
|
23775
|
-
{
|
|
23776
|
-
"kind": "method",
|
|
23777
|
-
"name": "changeHandler",
|
|
23778
|
-
"parameters": [
|
|
23779
|
-
{
|
|
23780
|
-
"name": "event",
|
|
23781
|
-
"type": {
|
|
23782
|
-
"text": "Event"
|
|
23783
|
-
}
|
|
23784
|
-
}
|
|
23785
|
-
]
|
|
23786
|
-
},
|
|
23787
|
-
{
|
|
23788
|
-
"kind": "method",
|
|
23789
|
-
"name": "handleClickOutside",
|
|
23790
|
-
"privacy": "private",
|
|
23791
|
-
"parameters": [
|
|
23792
|
-
{
|
|
23793
|
-
"name": "event",
|
|
23794
|
-
"type": {
|
|
23795
|
-
"text": "MouseEvent"
|
|
23796
|
-
}
|
|
23797
|
-
}
|
|
23798
|
-
]
|
|
23799
|
-
},
|
|
23800
|
-
{
|
|
23801
|
-
"kind": "method",
|
|
23802
|
-
"name": "keydownHandler",
|
|
23803
|
-
"return": {
|
|
23804
|
-
"type": {
|
|
23805
|
-
"text": "boolean | void"
|
|
23806
|
-
}
|
|
23807
|
-
},
|
|
23808
|
-
"parameters": [
|
|
23809
|
-
{
|
|
23810
|
-
"name": "e",
|
|
23811
|
-
"type": {
|
|
23812
|
-
"text": "Event & KeyboardEvent"
|
|
23813
|
-
}
|
|
23814
|
-
}
|
|
23815
|
-
]
|
|
23816
|
-
},
|
|
23817
|
-
{
|
|
23818
|
-
"kind": "field",
|
|
23819
|
-
"name": "_presentation",
|
|
23820
|
-
"type": {
|
|
23821
|
-
"text": "ComponentPresentation | null | undefined"
|
|
23822
|
-
},
|
|
23823
|
-
"privacy": "private",
|
|
23824
|
-
"default": "void 0",
|
|
23825
|
-
"inheritedFrom": {
|
|
23826
|
-
"name": "FoundationElement",
|
|
23827
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
23828
|
-
}
|
|
23829
|
-
},
|
|
23830
|
-
{
|
|
23831
|
-
"kind": "field",
|
|
23832
|
-
"name": "$presentation",
|
|
23833
|
-
"type": {
|
|
23834
|
-
"text": "ComponentPresentation | null"
|
|
23835
|
-
},
|
|
23836
|
-
"privacy": "public",
|
|
23837
|
-
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
23838
|
-
"inheritedFrom": {
|
|
23839
|
-
"name": "FoundationElement",
|
|
23840
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
23841
|
-
}
|
|
23842
|
-
},
|
|
23843
|
-
{
|
|
23844
|
-
"kind": "field",
|
|
23845
|
-
"name": "template",
|
|
23846
|
-
"type": {
|
|
23847
|
-
"text": "ElementViewTemplate | void | null"
|
|
23848
|
-
},
|
|
23849
|
-
"privacy": "public",
|
|
23850
|
-
"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.",
|
|
23851
|
-
"inheritedFrom": {
|
|
23852
|
-
"name": "FoundationElement",
|
|
23853
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
23854
|
-
}
|
|
23855
|
-
},
|
|
23856
|
-
{
|
|
23857
|
-
"kind": "method",
|
|
23858
|
-
"name": "templateChanged",
|
|
23859
|
-
"privacy": "protected",
|
|
23860
|
-
"return": {
|
|
23861
|
-
"type": {
|
|
23862
|
-
"text": "void"
|
|
23863
|
-
}
|
|
23864
|
-
},
|
|
23865
|
-
"inheritedFrom": {
|
|
23866
|
-
"name": "FoundationElement",
|
|
23867
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
23868
|
-
}
|
|
23869
|
-
},
|
|
23870
|
-
{
|
|
23871
|
-
"kind": "field",
|
|
23872
|
-
"name": "styles",
|
|
23873
|
-
"type": {
|
|
23874
|
-
"text": "ElementStyles | void | null"
|
|
23875
|
-
},
|
|
23876
|
-
"privacy": "public",
|
|
23877
|
-
"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.",
|
|
23878
|
-
"inheritedFrom": {
|
|
23879
|
-
"name": "FoundationElement",
|
|
23880
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
23881
|
-
}
|
|
23882
|
-
},
|
|
23883
|
-
{
|
|
23884
|
-
"kind": "method",
|
|
23885
|
-
"name": "stylesChanged",
|
|
23886
|
-
"privacy": "protected",
|
|
23887
|
-
"return": {
|
|
23888
|
-
"type": {
|
|
23889
|
-
"text": "void"
|
|
23890
|
-
}
|
|
23891
|
-
},
|
|
23892
|
-
"inheritedFrom": {
|
|
23893
|
-
"name": "FoundationElement",
|
|
23894
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
23895
|
-
}
|
|
23896
|
-
},
|
|
23897
|
-
{
|
|
23898
|
-
"kind": "method",
|
|
23899
|
-
"name": "compose",
|
|
23900
|
-
"privacy": "public",
|
|
23901
|
-
"static": true,
|
|
23902
|
-
"return": {
|
|
23903
|
-
"type": {
|
|
23904
|
-
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
23905
|
-
}
|
|
23906
|
-
},
|
|
23907
|
-
"parameters": [
|
|
23908
|
-
{
|
|
23909
|
-
"name": "this",
|
|
23910
|
-
"type": {
|
|
23911
|
-
"text": "K"
|
|
23912
|
-
}
|
|
23913
|
-
},
|
|
23914
|
-
{
|
|
23915
|
-
"name": "elementDefinition",
|
|
23916
|
-
"type": {
|
|
23917
|
-
"text": "T"
|
|
23918
|
-
},
|
|
23919
|
-
"description": "The definition of the element to create the registry\nfunction for."
|
|
23920
|
-
}
|
|
23921
|
-
],
|
|
23922
|
-
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
23923
|
-
"inheritedFrom": {
|
|
23924
|
-
"name": "FoundationElement",
|
|
23925
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
23926
|
-
}
|
|
23927
|
-
}
|
|
23928
|
-
],
|
|
23929
|
-
"attributes": [
|
|
23930
|
-
{
|
|
23931
|
-
"name": "name",
|
|
23932
|
-
"type": {
|
|
23933
|
-
"text": "string"
|
|
23934
|
-
},
|
|
23935
|
-
"default": "''",
|
|
23936
|
-
"fieldName": "name"
|
|
23937
|
-
},
|
|
23938
|
-
{
|
|
23939
|
-
"name": "auto-position",
|
|
23940
|
-
"type": {
|
|
23941
|
-
"text": "boolean"
|
|
23942
|
-
},
|
|
23943
|
-
"default": "true",
|
|
23944
|
-
"fieldName": "autoPosition"
|
|
23945
|
-
},
|
|
23946
|
-
{
|
|
23947
|
-
"type": {
|
|
23948
|
-
"text": "boolean"
|
|
23949
|
-
},
|
|
23950
|
-
"default": "true",
|
|
23951
|
-
"fieldName": "all"
|
|
23952
|
-
},
|
|
23953
|
-
{
|
|
23954
|
-
"type": {
|
|
23955
|
-
"text": "boolean"
|
|
23956
|
-
},
|
|
23957
|
-
"default": "false",
|
|
23958
|
-
"fieldName": "allSelected"
|
|
23959
|
-
},
|
|
23960
|
-
{
|
|
23961
|
-
"type": {
|
|
23962
|
-
"text": "boolean"
|
|
23963
|
-
},
|
|
23964
|
-
"default": "true",
|
|
23965
|
-
"fieldName": "search"
|
|
23966
|
-
},
|
|
23967
|
-
{
|
|
23968
|
-
"type": {
|
|
23969
|
-
"text": "boolean"
|
|
23970
|
-
},
|
|
23971
|
-
"default": "false",
|
|
23972
|
-
"fieldName": "disabled"
|
|
23973
|
-
},
|
|
23974
|
-
{
|
|
23975
|
-
"type": {
|
|
23976
|
-
"text": "boolean"
|
|
23977
|
-
},
|
|
23978
|
-
"default": "false",
|
|
23979
|
-
"fieldName": "creatable"
|
|
23980
|
-
},
|
|
23981
|
-
{
|
|
23982
|
-
"type": {
|
|
23983
|
-
"text": "boolean"
|
|
23984
|
-
},
|
|
23985
|
-
"default": "false",
|
|
23986
|
-
"fieldName": "async"
|
|
23987
|
-
},
|
|
23988
|
-
{
|
|
23989
|
-
"name": "debounce",
|
|
23990
|
-
"type": {
|
|
23991
|
-
"text": "number"
|
|
23992
|
-
},
|
|
23993
|
-
"default": "DEBOUNCE_TIME",
|
|
23994
|
-
"resolveInitializer": {
|
|
23995
|
-
"module": "src/multiselect/multiselect.ts"
|
|
23996
|
-
},
|
|
23997
|
-
"fieldName": "debounce"
|
|
23998
|
-
},
|
|
23999
|
-
{
|
|
24000
|
-
"name": "filter-by-contains",
|
|
24001
|
-
"type": {
|
|
24002
|
-
"text": "boolean"
|
|
24003
|
-
},
|
|
24004
|
-
"default": "false",
|
|
24005
|
-
"description": "Tells if the filter uses a contains; if FALSE, will filter using a starts-with check",
|
|
24006
|
-
"fieldName": "filterByContains"
|
|
24007
|
-
},
|
|
24008
|
-
{
|
|
24009
|
-
"name": "position",
|
|
24010
|
-
"type": {
|
|
24011
|
-
"text": "Position"
|
|
24012
|
-
},
|
|
24013
|
-
"description": "Controls the positioning of the multiselect dropdown. Accepts the following values:\n- Position.ABOVE: Forces the dropdown to always open above the input field.\n- Position.BELOW: Forces the dropdown to always open below the input field.",
|
|
24014
|
-
"fieldName": "position"
|
|
24015
23664
|
}
|
|
24016
|
-
]
|
|
24017
|
-
"superclass": {
|
|
24018
|
-
"name": "FoundationElement",
|
|
24019
|
-
"package": "@microsoft/fast-foundation"
|
|
24020
|
-
},
|
|
24021
|
-
"tagName": "%%prefix%%-multiselect",
|
|
24022
|
-
"customElement": true
|
|
23665
|
+
]
|
|
24023
23666
|
},
|
|
24024
23667
|
{
|
|
24025
23668
|
"kind": "variable",
|
|
24026
|
-
"name": "
|
|
23669
|
+
"name": "foundationModal",
|
|
23670
|
+
"description": "The Foundation Modal",
|
|
23671
|
+
"privacy": "public"
|
|
24027
23672
|
}
|
|
24028
23673
|
],
|
|
24029
23674
|
"exports": [
|
|
24030
23675
|
{
|
|
24031
23676
|
"kind": "js",
|
|
24032
|
-
"name": "
|
|
23677
|
+
"name": "foundationModalShadowOptions",
|
|
24033
23678
|
"declaration": {
|
|
24034
|
-
"name": "
|
|
24035
|
-
"module": "src/
|
|
23679
|
+
"name": "foundationModalShadowOptions",
|
|
23680
|
+
"module": "src/modal/modal.ts"
|
|
24036
23681
|
}
|
|
24037
23682
|
},
|
|
24038
23683
|
{
|
|
24039
23684
|
"kind": "js",
|
|
24040
|
-
"name": "
|
|
23685
|
+
"name": "defaultModalConfig",
|
|
24041
23686
|
"declaration": {
|
|
24042
|
-
"name": "
|
|
24043
|
-
"module": "src/
|
|
23687
|
+
"name": "defaultModalConfig",
|
|
23688
|
+
"module": "src/modal/modal.ts"
|
|
24044
23689
|
}
|
|
24045
23690
|
},
|
|
24046
23691
|
{
|
|
24047
23692
|
"kind": "js",
|
|
24048
|
-
"name": "
|
|
23693
|
+
"name": "Modal",
|
|
24049
23694
|
"declaration": {
|
|
24050
|
-
"name": "
|
|
24051
|
-
"module": "src/
|
|
23695
|
+
"name": "Modal",
|
|
23696
|
+
"module": "src/modal/modal.ts"
|
|
24052
23697
|
}
|
|
24053
23698
|
},
|
|
24054
23699
|
{
|
|
24055
23700
|
"kind": "js",
|
|
24056
|
-
"name": "
|
|
23701
|
+
"name": "foundationModal",
|
|
24057
23702
|
"declaration": {
|
|
24058
|
-
"name": "
|
|
24059
|
-
"module": "src/
|
|
23703
|
+
"name": "foundationModal",
|
|
23704
|
+
"module": "src/modal/modal.ts"
|
|
24060
23705
|
}
|
|
24061
23706
|
}
|
|
24062
23707
|
]
|
|
24063
23708
|
},
|
|
24064
23709
|
{
|
|
24065
23710
|
"kind": "javascript-module",
|
|
24066
|
-
"path": "src/
|
|
23711
|
+
"path": "src/multiselect/index.ts",
|
|
24067
23712
|
"declarations": [],
|
|
24068
23713
|
"exports": [
|
|
24069
23714
|
{
|
|
@@ -24071,7 +23716,7 @@
|
|
|
24071
23716
|
"name": "*",
|
|
24072
23717
|
"declaration": {
|
|
24073
23718
|
"name": "*",
|
|
24074
|
-
"package": "./
|
|
23719
|
+
"package": "./multiselect-consts"
|
|
24075
23720
|
}
|
|
24076
23721
|
},
|
|
24077
23722
|
{
|
|
@@ -24079,7 +23724,7 @@
|
|
|
24079
23724
|
"name": "*",
|
|
24080
23725
|
"declaration": {
|
|
24081
23726
|
"name": "*",
|
|
24082
|
-
"package": "./
|
|
23727
|
+
"package": "./multiselect"
|
|
24083
23728
|
}
|
|
24084
23729
|
},
|
|
24085
23730
|
{
|
|
@@ -24087,74 +23732,116 @@
|
|
|
24087
23732
|
"name": "*",
|
|
24088
23733
|
"declaration": {
|
|
24089
23734
|
"name": "*",
|
|
24090
|
-
"package": "./
|
|
23735
|
+
"package": "./multiselect.styles"
|
|
23736
|
+
}
|
|
23737
|
+
},
|
|
23738
|
+
{
|
|
23739
|
+
"kind": "js",
|
|
23740
|
+
"name": "*",
|
|
23741
|
+
"declaration": {
|
|
23742
|
+
"name": "*",
|
|
23743
|
+
"package": "./multiselect.template"
|
|
24091
23744
|
}
|
|
24092
23745
|
}
|
|
24093
23746
|
]
|
|
24094
23747
|
},
|
|
24095
23748
|
{
|
|
24096
23749
|
"kind": "javascript-module",
|
|
24097
|
-
"path": "src/
|
|
23750
|
+
"path": "src/multiselect/multiselect-consts.ts",
|
|
23751
|
+
"declarations": [],
|
|
23752
|
+
"exports": []
|
|
23753
|
+
},
|
|
23754
|
+
{
|
|
23755
|
+
"kind": "javascript-module",
|
|
23756
|
+
"path": "src/multiselect/multiselect.styles.ts",
|
|
24098
23757
|
"declarations": [
|
|
24099
23758
|
{
|
|
24100
23759
|
"kind": "variable",
|
|
24101
|
-
"name": "
|
|
23760
|
+
"name": "maxheight",
|
|
24102
23761
|
"type": {
|
|
24103
|
-
"text": "
|
|
23762
|
+
"text": "number"
|
|
24104
23763
|
},
|
|
24105
|
-
"default": "
|
|
23764
|
+
"default": "230"
|
|
23765
|
+
},
|
|
23766
|
+
{
|
|
23767
|
+
"kind": "variable",
|
|
23768
|
+
"name": "multiselectStyles",
|
|
23769
|
+
"default": "css`\n .root {\n position: relative;\n width: inherit;\n min-width: 250px;\n }\n\n .control {\n cursor: pointer;\n position: relative;\n display: flex;\n align-items: center;\n width: 100%;\n border-radius: calc(var(--control-corner-radius) * 1px);\n }\n\n #display-field {\n width: 100%;\n cursor: pointer;\n color: rgb(241 241 241);\n min-height: 40px;\n padding: 0 calc(var(--design-unit) * 2.25px);\n border-width: 0;\n background-color: var(--neutral-fill-input-rest);\n border-radius: calc(var(--control-corner-radius) * 1px);\n }\n\n #display-field[disabled] {\n cursor: not-allowed;\n opacity: 30%;\n }\n\n #display-field:focus {\n outline: 1px solid var(--accent-fill-rest);\n background: var(--neutral-fill-input-rest);\n border-style: none;\n box-shadow: none;\n }\n\n #display-field:hover:not(:focus):not([disabled]) {\n outline: 1px solid rgb(231 232 232);\n }\n\n button {\n pointer-events: none;\n }\n\n .indicator {\n position: absolute;\n left: calc(100% - 26px);\n padding: 0;\n cursor: pointer;\n }\n\n #arrow-icon {\n width: 16px;\n fill: white;\n transform: rotate(0deg);\n transition: transform 0.2s linear 0s;\n }\n\n #arrow-icon.flipped {\n transform: rotate(180deg);\n }\n\n .disabled-svg {\n pointer-events: none;\n opacity: 30%;\n }\n\n .options {\n display: flex;\n flex-direction: column;\n position: absolute;\n height: max-content;\n overflow-y: hidden;\n margin-top: calc(var(--design-unit) * 1px);\n border: calc(var(--stroke-width) * 1px) solid var(--neutral-layer-2);\n border-radius: 4px;\n background: var(--neutral-fill-input-rest);\n width: 100%;\n max-height: 0;\n visibility: hidden;\n transition:\n max-height 0.4s ease 0s,\n visibility 0.4s ease 0s;\n z-index: 999;\n }\n\n .position-above {\n bottom: 100%;\n }\n\n .checkbox-container {\n display: flex;\n flex-direction: column;\n overflow-y: scroll;\n scrollbar-width: thin;\n scrollbar-color: var(--neutral-layer-2) var(--neutral-layer-4);\n list-style: none;\n }\n\n .checkbox-container zero-checkbox {\n min-width: fit-content;\n }\n\n .checkbox-container zero-checkbox[disabled],\n .checkbox-container foundation-checkbox[disabled] {\n cursor: not-allowed;\n }\n\n ::-webkit-scrollbar {\n width: 12px;\n }\n\n ::-webkit-scrollbar-track {\n background: var(--neutral-layer-4);\n }\n\n ::-webkit-scrollbar-thumb {\n width: 8px;\n border-radius: 10px;\n box-shadow: inset 0 0 6px rgba(0 0 0 / 30%);\n background-color: var(--neutral-layer-2);\n border: 3px solid var(--neutral-layer-4);\n }\n\n .visible {\n visibility: visible;\n max-height: ${maxheight.toString()}px;\n }\n\n ::slotted(foundation-checkbox),\n foundation-checkbox {\n border-bottom: 1px solid var(--neutral-layer-4);\n padding: 5px 0 5px 5px;\n margin: 0;\n }\n\n ::slotted(foundation-checkbox:hover),\n foundation-checkbox:hover {\n background-color: var(--neutral-layer-3);\n cursor: pointer;\n }\n\n ::slotted(foundation-checkbox)::part(label),\n foundation-checkbox::part(label) {\n overflow-x: hidden;\n text-overflow: ellipsis;\n white-space: nowrap;\n }\n\n .label {\n display: block;\n cursor: pointer;\n font-size: var(--type-ramp-base-font-size);\n line-height: var(--type-ramp-base-line-height);\n font-style: normal;\n margin: calc(var(--design-unit) * 2px) 0;\n }\n\n .label-hidden {\n display: none;\n }\n\n ol,\n li {\n margin: 0;\n padding: 0;\n }\n\n .checkbox {\n width: 100%;\n }\n\n .select-all {\n width: 100%;\n }\n\n .display-value {\n position: absolute;\n right: 40px;\n color: var(--neutral-foreground-rest);\n font-size: var(--type-ramp-base-font-size);\n line-height: var(--type-ramp-base-line-height);\n font-family: var(--body-font);\n }\n`"
|
|
24106
23770
|
}
|
|
24107
23771
|
],
|
|
24108
23772
|
"exports": [
|
|
24109
23773
|
{
|
|
24110
23774
|
"kind": "js",
|
|
24111
|
-
"name": "
|
|
23775
|
+
"name": "maxheight",
|
|
24112
23776
|
"declaration": {
|
|
24113
|
-
"name": "
|
|
24114
|
-
"module": "src/
|
|
23777
|
+
"name": "maxheight",
|
|
23778
|
+
"module": "src/multiselect/multiselect.styles.ts"
|
|
23779
|
+
}
|
|
23780
|
+
},
|
|
23781
|
+
{
|
|
23782
|
+
"kind": "js",
|
|
23783
|
+
"name": "multiselectStyles",
|
|
23784
|
+
"declaration": {
|
|
23785
|
+
"name": "multiselectStyles",
|
|
23786
|
+
"module": "src/multiselect/multiselect.styles.ts"
|
|
24115
23787
|
}
|
|
24116
23788
|
}
|
|
24117
23789
|
]
|
|
24118
23790
|
},
|
|
24119
23791
|
{
|
|
24120
23792
|
"kind": "javascript-module",
|
|
24121
|
-
"path": "src/
|
|
23793
|
+
"path": "src/multiselect/multiselect.template.ts",
|
|
24122
23794
|
"declarations": [
|
|
23795
|
+
{
|
|
23796
|
+
"kind": "function",
|
|
23797
|
+
"name": "getPrefixedMultiselect",
|
|
23798
|
+
"parameters": [
|
|
23799
|
+
{
|
|
23800
|
+
"name": "prefix",
|
|
23801
|
+
"default": "'foundation'"
|
|
23802
|
+
}
|
|
23803
|
+
]
|
|
23804
|
+
},
|
|
24123
23805
|
{
|
|
24124
23806
|
"kind": "variable",
|
|
24125
|
-
"name": "
|
|
24126
|
-
"
|
|
24127
|
-
"text": "ViewTemplate<Modal>"
|
|
24128
|
-
},
|
|
24129
|
-
"default": "html`\n ${foundationDialogTemplate}\n`"
|
|
23807
|
+
"name": "multiselectTemplate",
|
|
23808
|
+
"default": "html<Multiselect>`\n ${getPrefixedMultiselect()}\n`"
|
|
24130
23809
|
}
|
|
24131
23810
|
],
|
|
24132
23811
|
"exports": [
|
|
24133
23812
|
{
|
|
24134
23813
|
"kind": "js",
|
|
24135
|
-
"name": "
|
|
23814
|
+
"name": "getPrefixedMultiselect",
|
|
24136
23815
|
"declaration": {
|
|
24137
|
-
"name": "
|
|
24138
|
-
"module": "src/
|
|
23816
|
+
"name": "getPrefixedMultiselect",
|
|
23817
|
+
"module": "src/multiselect/multiselect.template.ts"
|
|
23818
|
+
}
|
|
23819
|
+
},
|
|
23820
|
+
{
|
|
23821
|
+
"kind": "js",
|
|
23822
|
+
"name": "multiselectTemplate",
|
|
23823
|
+
"declaration": {
|
|
23824
|
+
"name": "multiselectTemplate",
|
|
23825
|
+
"module": "src/multiselect/multiselect.template.ts"
|
|
24139
23826
|
}
|
|
24140
23827
|
}
|
|
24141
23828
|
]
|
|
24142
23829
|
},
|
|
24143
23830
|
{
|
|
24144
23831
|
"kind": "javascript-module",
|
|
24145
|
-
"path": "src/
|
|
23832
|
+
"path": "src/multiselect/multiselect.ts",
|
|
24146
23833
|
"declarations": [
|
|
24147
23834
|
{
|
|
24148
23835
|
"kind": "variable",
|
|
24149
|
-
"name": "
|
|
23836
|
+
"name": "foundationMultiselectShadowOptions",
|
|
24150
23837
|
"type": {
|
|
24151
23838
|
"text": "ShadowRootInit"
|
|
24152
23839
|
},
|
|
24153
|
-
"default": "
|
|
23840
|
+
"default": "undefined"
|
|
24154
23841
|
},
|
|
24155
23842
|
{
|
|
24156
23843
|
"kind": "variable",
|
|
24157
|
-
"name": "
|
|
23844
|
+
"name": "defaultMultiselectConfig",
|
|
24158
23845
|
"type": {
|
|
24159
23846
|
"text": "object"
|
|
24160
23847
|
},
|
|
@@ -24163,165 +23850,431 @@
|
|
|
24163
23850
|
{
|
|
24164
23851
|
"kind": "class",
|
|
24165
23852
|
"description": "",
|
|
24166
|
-
"name": "
|
|
23853
|
+
"name": "Multiselect",
|
|
24167
23854
|
"members": [
|
|
23855
|
+
{
|
|
23856
|
+
"kind": "field",
|
|
23857
|
+
"name": "name",
|
|
23858
|
+
"type": {
|
|
23859
|
+
"text": "string"
|
|
23860
|
+
},
|
|
23861
|
+
"default": "''"
|
|
23862
|
+
},
|
|
23863
|
+
{
|
|
23864
|
+
"kind": "field",
|
|
23865
|
+
"name": "autoPosition",
|
|
23866
|
+
"type": {
|
|
23867
|
+
"text": "boolean"
|
|
23868
|
+
},
|
|
23869
|
+
"default": "true"
|
|
23870
|
+
},
|
|
23871
|
+
{
|
|
23872
|
+
"kind": "field",
|
|
23873
|
+
"name": "all",
|
|
23874
|
+
"type": {
|
|
23875
|
+
"text": "boolean"
|
|
23876
|
+
},
|
|
23877
|
+
"default": "true"
|
|
23878
|
+
},
|
|
23879
|
+
{
|
|
23880
|
+
"kind": "field",
|
|
23881
|
+
"name": "allSelected",
|
|
23882
|
+
"type": {
|
|
23883
|
+
"text": "boolean"
|
|
23884
|
+
},
|
|
23885
|
+
"default": "false"
|
|
23886
|
+
},
|
|
23887
|
+
{
|
|
23888
|
+
"kind": "field",
|
|
23889
|
+
"name": "search",
|
|
23890
|
+
"type": {
|
|
23891
|
+
"text": "boolean"
|
|
23892
|
+
},
|
|
23893
|
+
"default": "true"
|
|
23894
|
+
},
|
|
23895
|
+
{
|
|
23896
|
+
"kind": "field",
|
|
23897
|
+
"name": "disabled",
|
|
23898
|
+
"type": {
|
|
23899
|
+
"text": "boolean"
|
|
23900
|
+
},
|
|
23901
|
+
"default": "false"
|
|
23902
|
+
},
|
|
23903
|
+
{
|
|
23904
|
+
"kind": "field",
|
|
23905
|
+
"name": "creatable",
|
|
23906
|
+
"type": {
|
|
23907
|
+
"text": "boolean"
|
|
23908
|
+
},
|
|
23909
|
+
"default": "false"
|
|
23910
|
+
},
|
|
23911
|
+
{
|
|
23912
|
+
"kind": "field",
|
|
23913
|
+
"name": "async",
|
|
23914
|
+
"type": {
|
|
23915
|
+
"text": "boolean"
|
|
23916
|
+
},
|
|
23917
|
+
"default": "false"
|
|
23918
|
+
},
|
|
23919
|
+
{
|
|
23920
|
+
"kind": "field",
|
|
23921
|
+
"name": "debounce",
|
|
23922
|
+
"type": {
|
|
23923
|
+
"text": "number"
|
|
23924
|
+
},
|
|
23925
|
+
"default": "500"
|
|
23926
|
+
},
|
|
23927
|
+
{
|
|
23928
|
+
"kind": "field",
|
|
23929
|
+
"name": "filterByContains",
|
|
23930
|
+
"type": {
|
|
23931
|
+
"text": "boolean"
|
|
23932
|
+
},
|
|
23933
|
+
"default": "false",
|
|
23934
|
+
"description": "Tells if the filter uses a contains; if FALSE, will filter using a starts-with check"
|
|
23935
|
+
},
|
|
23936
|
+
{
|
|
23937
|
+
"kind": "method",
|
|
23938
|
+
"name": "debounceChanged",
|
|
23939
|
+
"parameters": [
|
|
23940
|
+
{
|
|
23941
|
+
"name": "oldValue"
|
|
23942
|
+
},
|
|
23943
|
+
{
|
|
23944
|
+
"name": "newValue",
|
|
23945
|
+
"type": {
|
|
23946
|
+
"text": "number"
|
|
23947
|
+
}
|
|
23948
|
+
}
|
|
23949
|
+
]
|
|
23950
|
+
},
|
|
23951
|
+
{
|
|
23952
|
+
"kind": "field",
|
|
23953
|
+
"name": "debouncedInputHandler"
|
|
23954
|
+
},
|
|
23955
|
+
{
|
|
23956
|
+
"kind": "field",
|
|
23957
|
+
"name": "defaultSlottedNodes",
|
|
23958
|
+
"type": {
|
|
23959
|
+
"text": "Node[]"
|
|
23960
|
+
}
|
|
23961
|
+
},
|
|
23962
|
+
{
|
|
23963
|
+
"kind": "field",
|
|
23964
|
+
"name": "slottedDatasource",
|
|
23965
|
+
"type": {
|
|
23966
|
+
"text": "MultiselectDatasource[]"
|
|
23967
|
+
}
|
|
23968
|
+
},
|
|
23969
|
+
{
|
|
23970
|
+
"kind": "field",
|
|
23971
|
+
"name": "valueFormatter"
|
|
23972
|
+
},
|
|
23973
|
+
{
|
|
23974
|
+
"kind": "field",
|
|
23975
|
+
"name": "loading",
|
|
23976
|
+
"type": {
|
|
23977
|
+
"text": "boolean"
|
|
23978
|
+
}
|
|
23979
|
+
},
|
|
23980
|
+
{
|
|
23981
|
+
"kind": "field",
|
|
23982
|
+
"name": "filterSearchValue",
|
|
23983
|
+
"type": {
|
|
23984
|
+
"text": "string"
|
|
23985
|
+
},
|
|
23986
|
+
"default": "''"
|
|
23987
|
+
},
|
|
23988
|
+
{
|
|
23989
|
+
"kind": "field",
|
|
23990
|
+
"name": "clickOutside",
|
|
23991
|
+
"privacy": "private"
|
|
23992
|
+
},
|
|
23993
|
+
{
|
|
23994
|
+
"kind": "field",
|
|
23995
|
+
"name": "open",
|
|
23996
|
+
"type": {
|
|
23997
|
+
"text": "boolean"
|
|
23998
|
+
},
|
|
23999
|
+
"default": "false"
|
|
24000
|
+
},
|
|
24168
24001
|
{
|
|
24169
24002
|
"kind": "method",
|
|
24170
|
-
"name": "
|
|
24171
|
-
"
|
|
24172
|
-
|
|
24173
|
-
"
|
|
24003
|
+
"name": "openChanged",
|
|
24004
|
+
"parameters": [
|
|
24005
|
+
{
|
|
24006
|
+
"name": "previous",
|
|
24007
|
+
"type": {
|
|
24008
|
+
"text": "boolean"
|
|
24009
|
+
}
|
|
24010
|
+
},
|
|
24011
|
+
{
|
|
24012
|
+
"name": "open",
|
|
24013
|
+
"type": {
|
|
24014
|
+
"text": "boolean"
|
|
24015
|
+
}
|
|
24174
24016
|
}
|
|
24175
|
-
|
|
24176
|
-
"description": "Show the HTMLDialogElement and its contents",
|
|
24177
|
-
"inheritedFrom": {
|
|
24178
|
-
"name": "<local>_DialogElement",
|
|
24179
|
-
"module": "src/dialog/dialog.ts"
|
|
24180
|
-
}
|
|
24017
|
+
]
|
|
24181
24018
|
},
|
|
24182
24019
|
{
|
|
24183
24020
|
"kind": "field",
|
|
24184
|
-
"name": "
|
|
24021
|
+
"name": "options",
|
|
24185
24022
|
"type": {
|
|
24186
|
-
"text": "
|
|
24023
|
+
"text": "MultiselectOption[]"
|
|
24187
24024
|
},
|
|
24188
|
-
"
|
|
24189
|
-
"inheritedFrom": {
|
|
24190
|
-
"name": "<local>_DialogElement",
|
|
24191
|
-
"module": "src/dialog/dialog.ts"
|
|
24192
|
-
}
|
|
24025
|
+
"default": "[]"
|
|
24193
24026
|
},
|
|
24194
24027
|
{
|
|
24195
24028
|
"kind": "field",
|
|
24196
|
-
"name": "
|
|
24029
|
+
"name": "selectedOptions",
|
|
24197
24030
|
"type": {
|
|
24198
|
-
"text": "
|
|
24031
|
+
"text": "string[]"
|
|
24199
24032
|
},
|
|
24200
|
-
"
|
|
24201
|
-
"name": "<local>_DialogElement",
|
|
24202
|
-
"module": "src/dialog/dialog.ts"
|
|
24203
|
-
}
|
|
24033
|
+
"default": "[]"
|
|
24204
24034
|
},
|
|
24205
24035
|
{
|
|
24206
|
-
"kind": "
|
|
24207
|
-
"name": "
|
|
24208
|
-
"
|
|
24209
|
-
"
|
|
24210
|
-
|
|
24211
|
-
|
|
24036
|
+
"kind": "field",
|
|
24037
|
+
"name": "filteredAvailableOptions",
|
|
24038
|
+
"type": {
|
|
24039
|
+
"text": "MultiselectOption[]"
|
|
24040
|
+
},
|
|
24041
|
+
"default": "[...this.options]"
|
|
24212
24042
|
},
|
|
24213
24043
|
{
|
|
24214
24044
|
"kind": "field",
|
|
24215
|
-
"name": "
|
|
24045
|
+
"name": "scrollContainer",
|
|
24216
24046
|
"type": {
|
|
24217
|
-
"text": "
|
|
24218
|
-
},
|
|
24219
|
-
"default": "'default'",
|
|
24220
|
-
"inheritedFrom": {
|
|
24221
|
-
"name": "<local>_DialogElement",
|
|
24222
|
-
"module": "src/dialog/dialog.ts"
|
|
24047
|
+
"text": "HTMLElement"
|
|
24223
24048
|
}
|
|
24224
24049
|
},
|
|
24225
24050
|
{
|
|
24226
24051
|
"kind": "field",
|
|
24227
24052
|
"name": "position",
|
|
24228
24053
|
"type": {
|
|
24229
|
-
"text": "
|
|
24054
|
+
"text": "Position"
|
|
24230
24055
|
},
|
|
24231
|
-
"
|
|
24232
|
-
|
|
24233
|
-
|
|
24234
|
-
|
|
24056
|
+
"description": "Controls the positioning of the multiselect dropdown. Accepts the following values:\n- Position.ABOVE: Forces the dropdown to always open above the input field.\n- Position.BELOW: Forces the dropdown to always open below the input field."
|
|
24057
|
+
},
|
|
24058
|
+
{
|
|
24059
|
+
"kind": "field",
|
|
24060
|
+
"name": "onAllSelectedCallback",
|
|
24061
|
+
"type": {
|
|
24062
|
+
"text": "(allSelected: boolean) => void"
|
|
24235
24063
|
}
|
|
24236
24064
|
},
|
|
24237
24065
|
{
|
|
24238
24066
|
"kind": "field",
|
|
24239
|
-
"name": "
|
|
24067
|
+
"name": "initialisedOptions",
|
|
24240
24068
|
"type": {
|
|
24241
24069
|
"text": "boolean"
|
|
24242
24070
|
},
|
|
24243
|
-
"
|
|
24244
|
-
"
|
|
24245
|
-
"inheritedFrom": {
|
|
24246
|
-
"name": "<local>_DialogElement",
|
|
24247
|
-
"module": "src/dialog/dialog.ts"
|
|
24248
|
-
}
|
|
24071
|
+
"privacy": "private",
|
|
24072
|
+
"default": "false"
|
|
24249
24073
|
},
|
|
24250
24074
|
{
|
|
24251
24075
|
"kind": "field",
|
|
24252
|
-
"name": "
|
|
24076
|
+
"name": "arrowIcon",
|
|
24253
24077
|
"type": {
|
|
24254
|
-
"text": "
|
|
24255
|
-
},
|
|
24256
|
-
"description": "Callback to run *before* HTMLDialogElement is shown",
|
|
24257
|
-
"inheritedFrom": {
|
|
24258
|
-
"name": "<local>_DialogElement",
|
|
24259
|
-
"module": "src/dialog/dialog.ts"
|
|
24078
|
+
"text": "SVGElement"
|
|
24260
24079
|
}
|
|
24261
24080
|
},
|
|
24262
24081
|
{
|
|
24263
24082
|
"kind": "field",
|
|
24264
|
-
"name": "
|
|
24083
|
+
"name": "optionsElement",
|
|
24265
24084
|
"type": {
|
|
24266
|
-
"text": "
|
|
24267
|
-
},
|
|
24268
|
-
"description": "Callback to run *after* HTMLDialogElement is closed",
|
|
24269
|
-
"inheritedFrom": {
|
|
24270
|
-
"name": "<local>_DialogElement",
|
|
24271
|
-
"module": "src/dialog/dialog.ts"
|
|
24085
|
+
"text": "HTMLElement"
|
|
24272
24086
|
}
|
|
24273
24087
|
},
|
|
24088
|
+
{
|
|
24089
|
+
"kind": "method",
|
|
24090
|
+
"name": "toggle"
|
|
24091
|
+
},
|
|
24092
|
+
{
|
|
24093
|
+
"kind": "method",
|
|
24094
|
+
"name": "optionsChanged"
|
|
24095
|
+
},
|
|
24096
|
+
{
|
|
24097
|
+
"kind": "method",
|
|
24098
|
+
"name": "selectedOptionsChanged"
|
|
24099
|
+
},
|
|
24100
|
+
{
|
|
24101
|
+
"kind": "method",
|
|
24102
|
+
"name": "setDropdownPosition",
|
|
24103
|
+
"privacy": "private",
|
|
24104
|
+
"description": "Sets the dropdown position based on the current configuration."
|
|
24105
|
+
},
|
|
24106
|
+
{
|
|
24107
|
+
"kind": "method",
|
|
24108
|
+
"name": "optionGetter",
|
|
24109
|
+
"parameters": [
|
|
24110
|
+
{
|
|
24111
|
+
"name": "option",
|
|
24112
|
+
"type": {
|
|
24113
|
+
"text": "MultiselectOption"
|
|
24114
|
+
}
|
|
24115
|
+
}
|
|
24116
|
+
]
|
|
24117
|
+
},
|
|
24118
|
+
{
|
|
24119
|
+
"kind": "method",
|
|
24120
|
+
"name": "getItemLabel",
|
|
24121
|
+
"parameters": [
|
|
24122
|
+
{
|
|
24123
|
+
"name": "option",
|
|
24124
|
+
"type": {
|
|
24125
|
+
"text": "MultiselectOption"
|
|
24126
|
+
}
|
|
24127
|
+
}
|
|
24128
|
+
]
|
|
24129
|
+
},
|
|
24130
|
+
{
|
|
24131
|
+
"kind": "method",
|
|
24132
|
+
"name": "isOptionDisabled",
|
|
24133
|
+
"parameters": [
|
|
24134
|
+
{
|
|
24135
|
+
"name": "option",
|
|
24136
|
+
"type": {
|
|
24137
|
+
"text": "MultiselectOption"
|
|
24138
|
+
}
|
|
24139
|
+
}
|
|
24140
|
+
]
|
|
24141
|
+
},
|
|
24274
24142
|
{
|
|
24275
24143
|
"kind": "field",
|
|
24276
|
-
"name": "
|
|
24277
|
-
"
|
|
24278
|
-
|
|
24144
|
+
"name": "getDisplayValue",
|
|
24145
|
+
"readonly": true
|
|
24146
|
+
},
|
|
24147
|
+
{
|
|
24148
|
+
"kind": "field",
|
|
24149
|
+
"name": "getPlaceholder",
|
|
24150
|
+
"readonly": true
|
|
24151
|
+
},
|
|
24152
|
+
{
|
|
24153
|
+
"kind": "field",
|
|
24154
|
+
"name": "isAllOptionsDisabled",
|
|
24155
|
+
"readonly": true
|
|
24156
|
+
},
|
|
24157
|
+
{
|
|
24158
|
+
"kind": "field",
|
|
24159
|
+
"name": "showCreatable",
|
|
24160
|
+
"readonly": true
|
|
24161
|
+
},
|
|
24162
|
+
{
|
|
24163
|
+
"kind": "method",
|
|
24164
|
+
"name": "isOptionSelected",
|
|
24165
|
+
"return": {
|
|
24166
|
+
"type": {
|
|
24167
|
+
"text": "boolean"
|
|
24168
|
+
}
|
|
24279
24169
|
},
|
|
24280
|
-
"
|
|
24281
|
-
|
|
24282
|
-
|
|
24283
|
-
|
|
24284
|
-
|
|
24285
|
-
|
|
24170
|
+
"parameters": [
|
|
24171
|
+
{
|
|
24172
|
+
"name": "normalizedOption",
|
|
24173
|
+
"type": {
|
|
24174
|
+
"text": "MultiselectOption"
|
|
24175
|
+
}
|
|
24176
|
+
}
|
|
24177
|
+
]
|
|
24178
|
+
},
|
|
24179
|
+
{
|
|
24180
|
+
"kind": "method",
|
|
24181
|
+
"name": "selectCheckboxOne",
|
|
24182
|
+
"parameters": [
|
|
24183
|
+
{
|
|
24184
|
+
"name": "normalizedOption",
|
|
24185
|
+
"type": {
|
|
24186
|
+
"text": "MultiselectOption"
|
|
24187
|
+
}
|
|
24188
|
+
}
|
|
24189
|
+
]
|
|
24190
|
+
},
|
|
24191
|
+
{
|
|
24192
|
+
"kind": "method",
|
|
24193
|
+
"name": "checkboxKeyDown",
|
|
24194
|
+
"parameters": [
|
|
24195
|
+
{
|
|
24196
|
+
"name": "normalizedOption",
|
|
24197
|
+
"type": {
|
|
24198
|
+
"text": "MultiselectOption"
|
|
24199
|
+
}
|
|
24200
|
+
},
|
|
24201
|
+
{
|
|
24202
|
+
"name": "event",
|
|
24203
|
+
"type": {
|
|
24204
|
+
"text": "KeyboardEvent"
|
|
24205
|
+
}
|
|
24206
|
+
}
|
|
24207
|
+
]
|
|
24208
|
+
},
|
|
24209
|
+
{
|
|
24210
|
+
"kind": "method",
|
|
24211
|
+
"name": "getEnabledOptionsCount"
|
|
24212
|
+
},
|
|
24213
|
+
{
|
|
24214
|
+
"kind": "method",
|
|
24215
|
+
"name": "selectCheckboxAll"
|
|
24216
|
+
},
|
|
24217
|
+
{
|
|
24218
|
+
"kind": "method",
|
|
24219
|
+
"name": "inputHandler"
|
|
24220
|
+
},
|
|
24221
|
+
{
|
|
24222
|
+
"kind": "method",
|
|
24223
|
+
"name": "findExactMatchOptions"
|
|
24224
|
+
},
|
|
24225
|
+
{
|
|
24226
|
+
"kind": "method",
|
|
24227
|
+
"name": "setFilter"
|
|
24286
24228
|
},
|
|
24287
24229
|
{
|
|
24288
24230
|
"kind": "method",
|
|
24289
|
-
"name": "
|
|
24290
|
-
|
|
24291
|
-
|
|
24292
|
-
|
|
24231
|
+
"name": "addOption"
|
|
24232
|
+
},
|
|
24233
|
+
{
|
|
24234
|
+
"kind": "method",
|
|
24235
|
+
"name": "asyncSetFilter"
|
|
24236
|
+
},
|
|
24237
|
+
{
|
|
24238
|
+
"kind": "method",
|
|
24239
|
+
"name": "changeHandler",
|
|
24240
|
+
"parameters": [
|
|
24241
|
+
{
|
|
24242
|
+
"name": "event",
|
|
24243
|
+
"type": {
|
|
24244
|
+
"text": "Event"
|
|
24245
|
+
}
|
|
24293
24246
|
}
|
|
24294
|
-
|
|
24295
|
-
"description": "Remove the HTMLDialogElement from display",
|
|
24296
|
-
"inheritedFrom": {
|
|
24297
|
-
"name": "<local>_DialogElement",
|
|
24298
|
-
"module": "src/dialog/dialog.ts"
|
|
24299
|
-
}
|
|
24247
|
+
]
|
|
24300
24248
|
},
|
|
24301
24249
|
{
|
|
24302
24250
|
"kind": "method",
|
|
24303
|
-
"name": "
|
|
24304
|
-
"privacy": "
|
|
24305
|
-
"
|
|
24306
|
-
|
|
24307
|
-
|
|
24308
|
-
|
|
24309
|
-
|
|
24251
|
+
"name": "handleClickOutside",
|
|
24252
|
+
"privacy": "private",
|
|
24253
|
+
"parameters": [
|
|
24254
|
+
{
|
|
24255
|
+
"name": "event",
|
|
24256
|
+
"type": {
|
|
24257
|
+
"text": "MouseEvent"
|
|
24258
|
+
}
|
|
24259
|
+
}
|
|
24260
|
+
]
|
|
24310
24261
|
},
|
|
24311
24262
|
{
|
|
24312
24263
|
"kind": "method",
|
|
24313
|
-
"name": "
|
|
24314
|
-
"privacy": "public",
|
|
24264
|
+
"name": "keydownHandler",
|
|
24315
24265
|
"return": {
|
|
24316
24266
|
"type": {
|
|
24317
|
-
"text": "void"
|
|
24267
|
+
"text": "boolean | void"
|
|
24318
24268
|
}
|
|
24319
24269
|
},
|
|
24320
|
-
"
|
|
24321
|
-
|
|
24322
|
-
|
|
24323
|
-
|
|
24324
|
-
|
|
24270
|
+
"parameters": [
|
|
24271
|
+
{
|
|
24272
|
+
"name": "e",
|
|
24273
|
+
"type": {
|
|
24274
|
+
"text": "Event & KeyboardEvent"
|
|
24275
|
+
}
|
|
24276
|
+
}
|
|
24277
|
+
]
|
|
24325
24278
|
},
|
|
24326
24279
|
{
|
|
24327
24280
|
"kind": "field",
|
|
@@ -24435,90 +24388,137 @@
|
|
|
24435
24388
|
}
|
|
24436
24389
|
}
|
|
24437
24390
|
],
|
|
24438
|
-
"superclass": {
|
|
24439
|
-
"name": "DialogElement",
|
|
24440
|
-
"module": "/src/dialog"
|
|
24441
|
-
},
|
|
24442
|
-
"tagName": "%%prefix%%-modal",
|
|
24443
|
-
"customElement": true,
|
|
24444
24391
|
"attributes": [
|
|
24445
24392
|
{
|
|
24446
|
-
"name": "
|
|
24393
|
+
"name": "name",
|
|
24447
24394
|
"type": {
|
|
24448
|
-
"text": "
|
|
24395
|
+
"text": "string"
|
|
24449
24396
|
},
|
|
24450
|
-
"default": "'
|
|
24451
|
-
"fieldName": "
|
|
24452
|
-
"inheritedFrom": {
|
|
24453
|
-
"name": "<local>_DialogElement",
|
|
24454
|
-
"module": "src/dialog/dialog.ts"
|
|
24455
|
-
}
|
|
24397
|
+
"default": "''",
|
|
24398
|
+
"fieldName": "name"
|
|
24456
24399
|
},
|
|
24457
24400
|
{
|
|
24458
|
-
"name": "position",
|
|
24401
|
+
"name": "auto-position",
|
|
24459
24402
|
"type": {
|
|
24460
|
-
"text": "
|
|
24403
|
+
"text": "boolean"
|
|
24461
24404
|
},
|
|
24462
|
-
"default": "
|
|
24463
|
-
"fieldName": "
|
|
24464
|
-
"inheritedFrom": {
|
|
24465
|
-
"name": "<local>_DialogElement",
|
|
24466
|
-
"module": "src/dialog/dialog.ts"
|
|
24467
|
-
}
|
|
24405
|
+
"default": "true",
|
|
24406
|
+
"fieldName": "autoPosition"
|
|
24468
24407
|
},
|
|
24469
24408
|
{
|
|
24470
|
-
"name": "show-close-icon",
|
|
24471
24409
|
"type": {
|
|
24472
24410
|
"text": "boolean"
|
|
24473
24411
|
},
|
|
24474
24412
|
"default": "true",
|
|
24475
|
-
"
|
|
24476
|
-
|
|
24477
|
-
|
|
24478
|
-
|
|
24479
|
-
"
|
|
24480
|
-
}
|
|
24413
|
+
"fieldName": "all"
|
|
24414
|
+
},
|
|
24415
|
+
{
|
|
24416
|
+
"type": {
|
|
24417
|
+
"text": "boolean"
|
|
24418
|
+
},
|
|
24419
|
+
"default": "false",
|
|
24420
|
+
"fieldName": "allSelected"
|
|
24421
|
+
},
|
|
24422
|
+
{
|
|
24423
|
+
"type": {
|
|
24424
|
+
"text": "boolean"
|
|
24425
|
+
},
|
|
24426
|
+
"default": "true",
|
|
24427
|
+
"fieldName": "search"
|
|
24428
|
+
},
|
|
24429
|
+
{
|
|
24430
|
+
"type": {
|
|
24431
|
+
"text": "boolean"
|
|
24432
|
+
},
|
|
24433
|
+
"default": "false",
|
|
24434
|
+
"fieldName": "disabled"
|
|
24435
|
+
},
|
|
24436
|
+
{
|
|
24437
|
+
"type": {
|
|
24438
|
+
"text": "boolean"
|
|
24439
|
+
},
|
|
24440
|
+
"default": "false",
|
|
24441
|
+
"fieldName": "creatable"
|
|
24442
|
+
},
|
|
24443
|
+
{
|
|
24444
|
+
"type": {
|
|
24445
|
+
"text": "boolean"
|
|
24446
|
+
},
|
|
24447
|
+
"default": "false",
|
|
24448
|
+
"fieldName": "async"
|
|
24449
|
+
},
|
|
24450
|
+
{
|
|
24451
|
+
"name": "debounce",
|
|
24452
|
+
"type": {
|
|
24453
|
+
"text": "number"
|
|
24454
|
+
},
|
|
24455
|
+
"default": "DEBOUNCE_TIME",
|
|
24456
|
+
"resolveInitializer": {
|
|
24457
|
+
"module": "src/multiselect/multiselect.ts"
|
|
24458
|
+
},
|
|
24459
|
+
"fieldName": "debounce"
|
|
24460
|
+
},
|
|
24461
|
+
{
|
|
24462
|
+
"name": "filter-by-contains",
|
|
24463
|
+
"type": {
|
|
24464
|
+
"text": "boolean"
|
|
24465
|
+
},
|
|
24466
|
+
"default": "false",
|
|
24467
|
+
"description": "Tells if the filter uses a contains; if FALSE, will filter using a starts-with check",
|
|
24468
|
+
"fieldName": "filterByContains"
|
|
24469
|
+
},
|
|
24470
|
+
{
|
|
24471
|
+
"name": "position",
|
|
24472
|
+
"type": {
|
|
24473
|
+
"text": "Position"
|
|
24474
|
+
},
|
|
24475
|
+
"description": "Controls the positioning of the multiselect dropdown. Accepts the following values:\n- Position.ABOVE: Forces the dropdown to always open above the input field.\n- Position.BELOW: Forces the dropdown to always open below the input field.",
|
|
24476
|
+
"fieldName": "position"
|
|
24481
24477
|
}
|
|
24482
|
-
]
|
|
24478
|
+
],
|
|
24479
|
+
"superclass": {
|
|
24480
|
+
"name": "FoundationElement",
|
|
24481
|
+
"package": "@microsoft/fast-foundation"
|
|
24482
|
+
},
|
|
24483
|
+
"tagName": "%%prefix%%-multiselect",
|
|
24484
|
+
"customElement": true
|
|
24483
24485
|
},
|
|
24484
24486
|
{
|
|
24485
24487
|
"kind": "variable",
|
|
24486
|
-
"name": "
|
|
24487
|
-
"description": "The Foundation Modal",
|
|
24488
|
-
"privacy": "public"
|
|
24488
|
+
"name": "foundationMultiselect"
|
|
24489
24489
|
}
|
|
24490
24490
|
],
|
|
24491
24491
|
"exports": [
|
|
24492
24492
|
{
|
|
24493
24493
|
"kind": "js",
|
|
24494
|
-
"name": "
|
|
24494
|
+
"name": "foundationMultiselectShadowOptions",
|
|
24495
24495
|
"declaration": {
|
|
24496
|
-
"name": "
|
|
24497
|
-
"module": "src/
|
|
24496
|
+
"name": "foundationMultiselectShadowOptions",
|
|
24497
|
+
"module": "src/multiselect/multiselect.ts"
|
|
24498
24498
|
}
|
|
24499
24499
|
},
|
|
24500
24500
|
{
|
|
24501
24501
|
"kind": "js",
|
|
24502
|
-
"name": "
|
|
24502
|
+
"name": "defaultMultiselectConfig",
|
|
24503
24503
|
"declaration": {
|
|
24504
|
-
"name": "
|
|
24505
|
-
"module": "src/
|
|
24504
|
+
"name": "defaultMultiselectConfig",
|
|
24505
|
+
"module": "src/multiselect/multiselect.ts"
|
|
24506
24506
|
}
|
|
24507
24507
|
},
|
|
24508
24508
|
{
|
|
24509
24509
|
"kind": "js",
|
|
24510
|
-
"name": "
|
|
24510
|
+
"name": "Multiselect",
|
|
24511
24511
|
"declaration": {
|
|
24512
|
-
"name": "
|
|
24513
|
-
"module": "src/
|
|
24512
|
+
"name": "Multiselect",
|
|
24513
|
+
"module": "src/multiselect/multiselect.ts"
|
|
24514
24514
|
}
|
|
24515
24515
|
},
|
|
24516
24516
|
{
|
|
24517
24517
|
"kind": "js",
|
|
24518
|
-
"name": "
|
|
24518
|
+
"name": "foundationMultiselect",
|
|
24519
24519
|
"declaration": {
|
|
24520
|
-
"name": "
|
|
24521
|
-
"module": "src/
|
|
24520
|
+
"name": "foundationMultiselect",
|
|
24521
|
+
"module": "src/multiselect/multiselect.ts"
|
|
24522
24522
|
}
|
|
24523
24523
|
}
|
|
24524
24524
|
]
|
|
@@ -28803,89 +28803,372 @@
|
|
|
28803
28803
|
"customElement": true,
|
|
28804
28804
|
"attributes": [
|
|
28805
28805
|
{
|
|
28806
|
-
"name": "readonly",
|
|
28806
|
+
"name": "readonly",
|
|
28807
|
+
"type": {
|
|
28808
|
+
"text": "boolean"
|
|
28809
|
+
},
|
|
28810
|
+
"description": "When true, the child radios will be immutable by user interaction. See https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/readonly | readonly HTML attribute for more information.",
|
|
28811
|
+
"fieldName": "readOnly",
|
|
28812
|
+
"inheritedFrom": {
|
|
28813
|
+
"name": "RadioGroup",
|
|
28814
|
+
"module": "src/radio-group/radio-group.ts"
|
|
28815
|
+
}
|
|
28816
|
+
},
|
|
28817
|
+
{
|
|
28818
|
+
"name": "disabled",
|
|
28819
|
+
"type": {
|
|
28820
|
+
"text": "boolean"
|
|
28821
|
+
},
|
|
28822
|
+
"description": "Disables the radio group and child radios.",
|
|
28823
|
+
"fieldName": "disabled",
|
|
28824
|
+
"inheritedFrom": {
|
|
28825
|
+
"name": "RadioGroup",
|
|
28826
|
+
"module": "src/radio-group/radio-group.ts"
|
|
28827
|
+
}
|
|
28828
|
+
},
|
|
28829
|
+
{
|
|
28830
|
+
"name": "name",
|
|
28831
|
+
"type": {
|
|
28832
|
+
"text": "string"
|
|
28833
|
+
},
|
|
28834
|
+
"description": "The name of the radio group. Setting this value will set the name value\nfor all child radio elements.",
|
|
28835
|
+
"fieldName": "name",
|
|
28836
|
+
"inheritedFrom": {
|
|
28837
|
+
"name": "RadioGroup",
|
|
28838
|
+
"module": "src/radio-group/radio-group.ts"
|
|
28839
|
+
}
|
|
28840
|
+
},
|
|
28841
|
+
{
|
|
28842
|
+
"name": "value",
|
|
28843
|
+
"type": {
|
|
28844
|
+
"text": "string"
|
|
28845
|
+
},
|
|
28846
|
+
"description": "The value of the checked radio",
|
|
28847
|
+
"fieldName": "value",
|
|
28848
|
+
"inheritedFrom": {
|
|
28849
|
+
"name": "RadioGroup",
|
|
28850
|
+
"module": "src/radio-group/radio-group.ts"
|
|
28851
|
+
}
|
|
28852
|
+
},
|
|
28853
|
+
{
|
|
28854
|
+
"name": "orientation",
|
|
28855
|
+
"type": {
|
|
28856
|
+
"text": "Orientation | \"horizontal\" | \"vertical\""
|
|
28857
|
+
},
|
|
28858
|
+
"description": "The orientation of the group",
|
|
28859
|
+
"fieldName": "orientation",
|
|
28860
|
+
"inheritedFrom": {
|
|
28861
|
+
"name": "RadioGroup",
|
|
28862
|
+
"module": "src/radio-group/radio-group.ts"
|
|
28863
|
+
}
|
|
28864
|
+
}
|
|
28865
|
+
],
|
|
28866
|
+
"members": [
|
|
28867
|
+
{
|
|
28868
|
+
"kind": "field",
|
|
28869
|
+
"name": "readOnly",
|
|
28807
28870
|
"type": {
|
|
28808
28871
|
"text": "boolean"
|
|
28809
28872
|
},
|
|
28810
|
-
"
|
|
28811
|
-
"
|
|
28873
|
+
"privacy": "public",
|
|
28874
|
+
"description": "When true, the child radios will be immutable by user interaction. See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/readonly | readonly HTML attribute} for more information.",
|
|
28875
|
+
"inheritedFrom": {
|
|
28876
|
+
"name": "RadioGroup",
|
|
28877
|
+
"module": "src/radio-group/radio-group.ts"
|
|
28878
|
+
}
|
|
28879
|
+
},
|
|
28880
|
+
{
|
|
28881
|
+
"kind": "method",
|
|
28882
|
+
"name": "readOnlyChanged",
|
|
28883
|
+
"privacy": "private",
|
|
28884
|
+
"return": {
|
|
28885
|
+
"type": {
|
|
28886
|
+
"text": "void"
|
|
28887
|
+
}
|
|
28888
|
+
},
|
|
28812
28889
|
"inheritedFrom": {
|
|
28813
28890
|
"name": "RadioGroup",
|
|
28814
28891
|
"module": "src/radio-group/radio-group.ts"
|
|
28815
28892
|
}
|
|
28816
28893
|
},
|
|
28817
28894
|
{
|
|
28895
|
+
"kind": "field",
|
|
28818
28896
|
"name": "disabled",
|
|
28819
28897
|
"type": {
|
|
28820
28898
|
"text": "boolean"
|
|
28821
28899
|
},
|
|
28900
|
+
"privacy": "public",
|
|
28822
28901
|
"description": "Disables the radio group and child radios.",
|
|
28823
|
-
"fieldName": "disabled",
|
|
28824
28902
|
"inheritedFrom": {
|
|
28825
28903
|
"name": "RadioGroup",
|
|
28826
28904
|
"module": "src/radio-group/radio-group.ts"
|
|
28827
28905
|
}
|
|
28828
28906
|
},
|
|
28829
28907
|
{
|
|
28908
|
+
"kind": "method",
|
|
28909
|
+
"name": "disabledChanged",
|
|
28910
|
+
"privacy": "private",
|
|
28911
|
+
"return": {
|
|
28912
|
+
"type": {
|
|
28913
|
+
"text": "void"
|
|
28914
|
+
}
|
|
28915
|
+
},
|
|
28916
|
+
"inheritedFrom": {
|
|
28917
|
+
"name": "RadioGroup",
|
|
28918
|
+
"module": "src/radio-group/radio-group.ts"
|
|
28919
|
+
}
|
|
28920
|
+
},
|
|
28921
|
+
{
|
|
28922
|
+
"kind": "field",
|
|
28830
28923
|
"name": "name",
|
|
28831
28924
|
"type": {
|
|
28832
28925
|
"text": "string"
|
|
28833
28926
|
},
|
|
28927
|
+
"privacy": "public",
|
|
28834
28928
|
"description": "The name of the radio group. Setting this value will set the name value\nfor all child radio elements.",
|
|
28835
|
-
"fieldName": "name",
|
|
28836
28929
|
"inheritedFrom": {
|
|
28837
28930
|
"name": "RadioGroup",
|
|
28838
28931
|
"module": "src/radio-group/radio-group.ts"
|
|
28839
28932
|
}
|
|
28840
28933
|
},
|
|
28841
28934
|
{
|
|
28935
|
+
"kind": "method",
|
|
28936
|
+
"name": "nameChanged",
|
|
28937
|
+
"privacy": "protected",
|
|
28938
|
+
"return": {
|
|
28939
|
+
"type": {
|
|
28940
|
+
"text": "void"
|
|
28941
|
+
}
|
|
28942
|
+
},
|
|
28943
|
+
"inheritedFrom": {
|
|
28944
|
+
"name": "RadioGroup",
|
|
28945
|
+
"module": "src/radio-group/radio-group.ts"
|
|
28946
|
+
}
|
|
28947
|
+
},
|
|
28948
|
+
{
|
|
28949
|
+
"kind": "field",
|
|
28842
28950
|
"name": "value",
|
|
28843
28951
|
"type": {
|
|
28844
28952
|
"text": "string"
|
|
28845
28953
|
},
|
|
28954
|
+
"privacy": "public",
|
|
28846
28955
|
"description": "The value of the checked radio",
|
|
28847
|
-
"fieldName": "value",
|
|
28848
28956
|
"inheritedFrom": {
|
|
28849
28957
|
"name": "RadioGroup",
|
|
28850
28958
|
"module": "src/radio-group/radio-group.ts"
|
|
28851
28959
|
}
|
|
28852
28960
|
},
|
|
28853
28961
|
{
|
|
28962
|
+
"kind": "method",
|
|
28963
|
+
"name": "valueChanged",
|
|
28964
|
+
"privacy": "protected",
|
|
28965
|
+
"return": {
|
|
28966
|
+
"type": {
|
|
28967
|
+
"text": "void"
|
|
28968
|
+
}
|
|
28969
|
+
},
|
|
28970
|
+
"inheritedFrom": {
|
|
28971
|
+
"name": "RadioGroup",
|
|
28972
|
+
"module": "src/radio-group/radio-group.ts"
|
|
28973
|
+
}
|
|
28974
|
+
},
|
|
28975
|
+
{
|
|
28976
|
+
"kind": "field",
|
|
28854
28977
|
"name": "orientation",
|
|
28855
28978
|
"type": {
|
|
28856
28979
|
"text": "Orientation | \"horizontal\" | \"vertical\""
|
|
28857
28980
|
},
|
|
28981
|
+
"privacy": "public",
|
|
28858
28982
|
"description": "The orientation of the group",
|
|
28859
|
-
"fieldName": "orientation",
|
|
28860
28983
|
"inheritedFrom": {
|
|
28861
28984
|
"name": "RadioGroup",
|
|
28862
28985
|
"module": "src/radio-group/radio-group.ts"
|
|
28863
28986
|
}
|
|
28864
|
-
}
|
|
28865
|
-
],
|
|
28866
|
-
"members": [
|
|
28987
|
+
},
|
|
28867
28988
|
{
|
|
28868
28989
|
"kind": "field",
|
|
28869
|
-
"name": "
|
|
28990
|
+
"name": "childItems",
|
|
28870
28991
|
"type": {
|
|
28871
|
-
"text": "
|
|
28992
|
+
"text": "HTMLElement[]"
|
|
28872
28993
|
},
|
|
28873
28994
|
"privacy": "public",
|
|
28874
|
-
"description": "When true, the child radios will be immutable by user interaction. See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/readonly | readonly HTML attribute} for more information.",
|
|
28875
28995
|
"inheritedFrom": {
|
|
28876
28996
|
"name": "RadioGroup",
|
|
28877
28997
|
"module": "src/radio-group/radio-group.ts"
|
|
28878
28998
|
}
|
|
28879
28999
|
},
|
|
28880
29000
|
{
|
|
28881
|
-
"kind": "method",
|
|
28882
|
-
"name": "
|
|
29001
|
+
"kind": "method",
|
|
29002
|
+
"name": "slottedRadioButtonsChanged",
|
|
29003
|
+
"privacy": "private",
|
|
29004
|
+
"return": {
|
|
29005
|
+
"type": {
|
|
29006
|
+
"text": "void"
|
|
29007
|
+
}
|
|
29008
|
+
},
|
|
29009
|
+
"parameters": [
|
|
29010
|
+
{
|
|
29011
|
+
"name": "oldValue",
|
|
29012
|
+
"type": {
|
|
29013
|
+
"text": "unknown"
|
|
29014
|
+
}
|
|
29015
|
+
},
|
|
29016
|
+
{
|
|
29017
|
+
"name": "newValue",
|
|
29018
|
+
"type": {
|
|
29019
|
+
"text": "HTMLElement[]"
|
|
29020
|
+
}
|
|
29021
|
+
}
|
|
29022
|
+
],
|
|
29023
|
+
"inheritedFrom": {
|
|
29024
|
+
"name": "RadioGroup",
|
|
29025
|
+
"module": "src/radio-group/radio-group.ts"
|
|
29026
|
+
}
|
|
29027
|
+
},
|
|
29028
|
+
{
|
|
29029
|
+
"kind": "field",
|
|
29030
|
+
"name": "selectedRadio",
|
|
29031
|
+
"type": {
|
|
29032
|
+
"text": "HTMLInputElement | null"
|
|
29033
|
+
},
|
|
29034
|
+
"privacy": "private",
|
|
29035
|
+
"inheritedFrom": {
|
|
29036
|
+
"name": "RadioGroup",
|
|
29037
|
+
"module": "src/radio-group/radio-group.ts"
|
|
29038
|
+
}
|
|
29039
|
+
},
|
|
29040
|
+
{
|
|
29041
|
+
"kind": "field",
|
|
29042
|
+
"name": "focusedRadio",
|
|
29043
|
+
"type": {
|
|
29044
|
+
"text": "HTMLInputElement | null"
|
|
29045
|
+
},
|
|
29046
|
+
"privacy": "private",
|
|
29047
|
+
"inheritedFrom": {
|
|
29048
|
+
"name": "RadioGroup",
|
|
29049
|
+
"module": "src/radio-group/radio-group.ts"
|
|
29050
|
+
}
|
|
29051
|
+
},
|
|
29052
|
+
{
|
|
29053
|
+
"kind": "field",
|
|
29054
|
+
"name": "direction",
|
|
29055
|
+
"type": {
|
|
29056
|
+
"text": "Direction"
|
|
29057
|
+
},
|
|
29058
|
+
"privacy": "private",
|
|
29059
|
+
"inheritedFrom": {
|
|
29060
|
+
"name": "RadioGroup",
|
|
29061
|
+
"module": "src/radio-group/radio-group.ts"
|
|
29062
|
+
}
|
|
29063
|
+
},
|
|
29064
|
+
{
|
|
29065
|
+
"kind": "field",
|
|
29066
|
+
"name": "parentToolbar",
|
|
29067
|
+
"type": {
|
|
29068
|
+
"text": "HTMLElement | null"
|
|
29069
|
+
},
|
|
29070
|
+
"privacy": "private",
|
|
29071
|
+
"inheritedFrom": {
|
|
29072
|
+
"name": "RadioGroup",
|
|
29073
|
+
"module": "src/radio-group/radio-group.ts"
|
|
29074
|
+
}
|
|
29075
|
+
},
|
|
29076
|
+
{
|
|
29077
|
+
"kind": "field",
|
|
29078
|
+
"name": "isInsideToolbar",
|
|
29079
|
+
"type": {
|
|
29080
|
+
"text": "boolean"
|
|
29081
|
+
},
|
|
29082
|
+
"privacy": "private",
|
|
29083
|
+
"inheritedFrom": {
|
|
29084
|
+
"name": "RadioGroup",
|
|
29085
|
+
"module": "src/radio-group/radio-group.ts"
|
|
29086
|
+
}
|
|
29087
|
+
},
|
|
29088
|
+
{
|
|
29089
|
+
"kind": "field",
|
|
29090
|
+
"name": "isInsideFoundationToolbar",
|
|
29091
|
+
"type": {
|
|
29092
|
+
"text": "boolean"
|
|
29093
|
+
},
|
|
29094
|
+
"privacy": "private",
|
|
29095
|
+
"inheritedFrom": {
|
|
29096
|
+
"name": "RadioGroup",
|
|
29097
|
+
"module": "src/radio-group/radio-group.ts"
|
|
29098
|
+
}
|
|
29099
|
+
},
|
|
29100
|
+
{
|
|
29101
|
+
"kind": "method",
|
|
29102
|
+
"name": "setupRadioButtons",
|
|
29103
|
+
"privacy": "private",
|
|
29104
|
+
"return": {
|
|
29105
|
+
"type": {
|
|
29106
|
+
"text": "void"
|
|
29107
|
+
}
|
|
29108
|
+
},
|
|
29109
|
+
"inheritedFrom": {
|
|
29110
|
+
"name": "RadioGroup",
|
|
29111
|
+
"module": "src/radio-group/radio-group.ts"
|
|
29112
|
+
}
|
|
29113
|
+
},
|
|
29114
|
+
{
|
|
29115
|
+
"kind": "field",
|
|
29116
|
+
"name": "radioChangeHandler",
|
|
29117
|
+
"privacy": "private",
|
|
29118
|
+
"inheritedFrom": {
|
|
29119
|
+
"name": "RadioGroup",
|
|
29120
|
+
"module": "src/radio-group/radio-group.ts"
|
|
29121
|
+
}
|
|
29122
|
+
},
|
|
29123
|
+
{
|
|
29124
|
+
"kind": "field",
|
|
29125
|
+
"name": "moveToRadioByIndex",
|
|
29126
|
+
"privacy": "private",
|
|
29127
|
+
"inheritedFrom": {
|
|
29128
|
+
"name": "RadioGroup",
|
|
29129
|
+
"module": "src/radio-group/radio-group.ts"
|
|
29130
|
+
}
|
|
29131
|
+
},
|
|
29132
|
+
{
|
|
29133
|
+
"kind": "field",
|
|
29134
|
+
"name": "moveRightOffGroup",
|
|
29135
|
+
"privacy": "private",
|
|
29136
|
+
"inheritedFrom": {
|
|
29137
|
+
"name": "RadioGroup",
|
|
29138
|
+
"module": "src/radio-group/radio-group.ts"
|
|
29139
|
+
}
|
|
29140
|
+
},
|
|
29141
|
+
{
|
|
29142
|
+
"kind": "field",
|
|
29143
|
+
"name": "moveLeftOffGroup",
|
|
29144
|
+
"privacy": "private",
|
|
29145
|
+
"inheritedFrom": {
|
|
29146
|
+
"name": "RadioGroup",
|
|
29147
|
+
"module": "src/radio-group/radio-group.ts"
|
|
29148
|
+
}
|
|
29149
|
+
},
|
|
29150
|
+
{
|
|
29151
|
+
"kind": "field",
|
|
29152
|
+
"name": "shouldMoveOffGroupToTheRight",
|
|
29153
|
+
"privacy": "private",
|
|
29154
|
+
"inheritedFrom": {
|
|
29155
|
+
"name": "RadioGroup",
|
|
29156
|
+
"module": "src/radio-group/radio-group.ts"
|
|
29157
|
+
}
|
|
29158
|
+
},
|
|
29159
|
+
{
|
|
29160
|
+
"kind": "field",
|
|
29161
|
+
"name": "shouldMoveOffGroupToTheLeft",
|
|
29162
|
+
"privacy": "private",
|
|
29163
|
+
"inheritedFrom": {
|
|
29164
|
+
"name": "RadioGroup",
|
|
29165
|
+
"module": "src/radio-group/radio-group.ts"
|
|
29166
|
+
}
|
|
29167
|
+
},
|
|
29168
|
+
{
|
|
29169
|
+
"kind": "field",
|
|
29170
|
+
"name": "checkFocusedRadio",
|
|
28883
29171
|
"privacy": "private",
|
|
28884
|
-
"return": {
|
|
28885
|
-
"type": {
|
|
28886
|
-
"text": "void"
|
|
28887
|
-
}
|
|
28888
|
-
},
|
|
28889
29172
|
"inheritedFrom": {
|
|
28890
29173
|
"name": "RadioGroup",
|
|
28891
29174
|
"module": "src/radio-group/radio-group.ts"
|
|
@@ -28893,26 +29176,17 @@
|
|
|
28893
29176
|
},
|
|
28894
29177
|
{
|
|
28895
29178
|
"kind": "field",
|
|
28896
|
-
"name": "
|
|
28897
|
-
"
|
|
28898
|
-
"text": "boolean"
|
|
28899
|
-
},
|
|
28900
|
-
"privacy": "public",
|
|
28901
|
-
"description": "Disables the radio group and child radios.",
|
|
29179
|
+
"name": "moveRight",
|
|
29180
|
+
"privacy": "private",
|
|
28902
29181
|
"inheritedFrom": {
|
|
28903
29182
|
"name": "RadioGroup",
|
|
28904
29183
|
"module": "src/radio-group/radio-group.ts"
|
|
28905
29184
|
}
|
|
28906
29185
|
},
|
|
28907
29186
|
{
|
|
28908
|
-
"kind": "
|
|
28909
|
-
"name": "
|
|
29187
|
+
"kind": "field",
|
|
29188
|
+
"name": "moveLeft",
|
|
28910
29189
|
"privacy": "private",
|
|
28911
|
-
"return": {
|
|
28912
|
-
"type": {
|
|
28913
|
-
"text": "void"
|
|
28914
|
-
}
|
|
28915
|
-
},
|
|
28916
29190
|
"inheritedFrom": {
|
|
28917
29191
|
"name": "RadioGroup",
|
|
28918
29192
|
"module": "src/radio-group/radio-group.ts"
|
|
@@ -28920,47 +29194,46 @@
|
|
|
28920
29194
|
},
|
|
28921
29195
|
{
|
|
28922
29196
|
"kind": "field",
|
|
28923
|
-
"name": "
|
|
29197
|
+
"name": "_presentation",
|
|
28924
29198
|
"type": {
|
|
28925
|
-
"text": "
|
|
29199
|
+
"text": "ComponentPresentation | null | undefined"
|
|
28926
29200
|
},
|
|
28927
|
-
"privacy": "
|
|
28928
|
-
"
|
|
29201
|
+
"privacy": "private",
|
|
29202
|
+
"default": "void 0",
|
|
28929
29203
|
"inheritedFrom": {
|
|
28930
|
-
"name": "
|
|
28931
|
-
"module": "src/
|
|
29204
|
+
"name": "FoundationElement",
|
|
29205
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
28932
29206
|
}
|
|
28933
29207
|
},
|
|
28934
29208
|
{
|
|
28935
|
-
"kind": "
|
|
28936
|
-
"name": "
|
|
28937
|
-
"
|
|
28938
|
-
|
|
28939
|
-
"type": {
|
|
28940
|
-
"text": "void"
|
|
28941
|
-
}
|
|
29209
|
+
"kind": "field",
|
|
29210
|
+
"name": "$presentation",
|
|
29211
|
+
"type": {
|
|
29212
|
+
"text": "ComponentPresentation | null"
|
|
28942
29213
|
},
|
|
29214
|
+
"privacy": "public",
|
|
29215
|
+
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
28943
29216
|
"inheritedFrom": {
|
|
28944
|
-
"name": "
|
|
28945
|
-
"module": "src/
|
|
29217
|
+
"name": "FoundationElement",
|
|
29218
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
28946
29219
|
}
|
|
28947
29220
|
},
|
|
28948
29221
|
{
|
|
28949
29222
|
"kind": "field",
|
|
28950
|
-
"name": "
|
|
29223
|
+
"name": "template",
|
|
28951
29224
|
"type": {
|
|
28952
|
-
"text": "
|
|
29225
|
+
"text": "ElementViewTemplate | void | null"
|
|
28953
29226
|
},
|
|
28954
29227
|
"privacy": "public",
|
|
28955
|
-
"description": "
|
|
29228
|
+
"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.",
|
|
28956
29229
|
"inheritedFrom": {
|
|
28957
|
-
"name": "
|
|
28958
|
-
"module": "src/
|
|
29230
|
+
"name": "FoundationElement",
|
|
29231
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
28959
29232
|
}
|
|
28960
29233
|
},
|
|
28961
29234
|
{
|
|
28962
29235
|
"kind": "method",
|
|
28963
|
-
"name": "
|
|
29236
|
+
"name": "templateChanged",
|
|
28964
29237
|
"privacy": "protected",
|
|
28965
29238
|
"return": {
|
|
28966
29239
|
"type": {
|
|
@@ -28968,407 +29241,408 @@
|
|
|
28968
29241
|
}
|
|
28969
29242
|
},
|
|
28970
29243
|
"inheritedFrom": {
|
|
28971
|
-
"name": "
|
|
28972
|
-
"module": "src/
|
|
29244
|
+
"name": "FoundationElement",
|
|
29245
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
28973
29246
|
}
|
|
28974
29247
|
},
|
|
28975
29248
|
{
|
|
28976
29249
|
"kind": "field",
|
|
28977
|
-
"name": "
|
|
29250
|
+
"name": "styles",
|
|
28978
29251
|
"type": {
|
|
28979
|
-
"text": "
|
|
29252
|
+
"text": "ElementStyles | void | null"
|
|
28980
29253
|
},
|
|
28981
29254
|
"privacy": "public",
|
|
28982
|
-
"description": "
|
|
29255
|
+
"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.",
|
|
28983
29256
|
"inheritedFrom": {
|
|
28984
|
-
"name": "
|
|
28985
|
-
"module": "src/
|
|
29257
|
+
"name": "FoundationElement",
|
|
29258
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
28986
29259
|
}
|
|
28987
29260
|
},
|
|
28988
29261
|
{
|
|
28989
|
-
"kind": "
|
|
28990
|
-
"name": "
|
|
28991
|
-
"
|
|
28992
|
-
|
|
29262
|
+
"kind": "method",
|
|
29263
|
+
"name": "stylesChanged",
|
|
29264
|
+
"privacy": "protected",
|
|
29265
|
+
"return": {
|
|
29266
|
+
"type": {
|
|
29267
|
+
"text": "void"
|
|
29268
|
+
}
|
|
28993
29269
|
},
|
|
28994
|
-
"privacy": "public",
|
|
28995
29270
|
"inheritedFrom": {
|
|
28996
|
-
"name": "
|
|
28997
|
-
"module": "src/
|
|
29271
|
+
"name": "FoundationElement",
|
|
29272
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
28998
29273
|
}
|
|
28999
29274
|
},
|
|
29000
29275
|
{
|
|
29001
29276
|
"kind": "method",
|
|
29002
|
-
"name": "
|
|
29003
|
-
"privacy": "
|
|
29277
|
+
"name": "compose",
|
|
29278
|
+
"privacy": "public",
|
|
29279
|
+
"static": true,
|
|
29004
29280
|
"return": {
|
|
29005
29281
|
"type": {
|
|
29006
|
-
"text": "
|
|
29282
|
+
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
29007
29283
|
}
|
|
29008
29284
|
},
|
|
29009
29285
|
"parameters": [
|
|
29010
29286
|
{
|
|
29011
|
-
"name": "
|
|
29287
|
+
"name": "this",
|
|
29012
29288
|
"type": {
|
|
29013
|
-
"text": "
|
|
29289
|
+
"text": "K"
|
|
29014
29290
|
}
|
|
29015
29291
|
},
|
|
29016
29292
|
{
|
|
29017
|
-
"name": "
|
|
29293
|
+
"name": "elementDefinition",
|
|
29018
29294
|
"type": {
|
|
29019
|
-
"text": "
|
|
29020
|
-
}
|
|
29295
|
+
"text": "T"
|
|
29296
|
+
},
|
|
29297
|
+
"description": "The definition of the element to create the registry\nfunction for."
|
|
29021
29298
|
}
|
|
29022
29299
|
],
|
|
29300
|
+
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
29023
29301
|
"inheritedFrom": {
|
|
29024
|
-
"name": "
|
|
29025
|
-
"module": "src/
|
|
29302
|
+
"name": "FoundationElement",
|
|
29303
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
29026
29304
|
}
|
|
29027
|
-
}
|
|
29305
|
+
}
|
|
29306
|
+
],
|
|
29307
|
+
"events": [
|
|
29028
29308
|
{
|
|
29029
|
-
"
|
|
29030
|
-
"name": "
|
|
29031
|
-
"type": {
|
|
29032
|
-
"text": "HTMLInputElement | null"
|
|
29033
|
-
},
|
|
29034
|
-
"privacy": "private",
|
|
29309
|
+
"description": "Fires a custom 'change' event when the value changes",
|
|
29310
|
+
"name": "change",
|
|
29035
29311
|
"inheritedFrom": {
|
|
29036
29312
|
"name": "RadioGroup",
|
|
29037
29313
|
"module": "src/radio-group/radio-group.ts"
|
|
29038
29314
|
}
|
|
29039
|
-
}
|
|
29315
|
+
}
|
|
29316
|
+
]
|
|
29317
|
+
},
|
|
29318
|
+
{
|
|
29319
|
+
"kind": "variable",
|
|
29320
|
+
"name": "foundationRadioGroupShadowOptions",
|
|
29321
|
+
"type": {
|
|
29322
|
+
"text": "ShadowRootInit"
|
|
29323
|
+
},
|
|
29324
|
+
"default": "undefined"
|
|
29325
|
+
},
|
|
29326
|
+
{
|
|
29327
|
+
"kind": "variable",
|
|
29328
|
+
"name": "defaultRadioGroupConfig",
|
|
29329
|
+
"type": {
|
|
29330
|
+
"text": "object"
|
|
29331
|
+
},
|
|
29332
|
+
"default": "{}"
|
|
29333
|
+
},
|
|
29334
|
+
{
|
|
29335
|
+
"kind": "variable",
|
|
29336
|
+
"name": "foundationRadioGroup",
|
|
29337
|
+
"description": "The Foundation Radio Group",
|
|
29338
|
+
"privacy": "public"
|
|
29339
|
+
}
|
|
29340
|
+
],
|
|
29341
|
+
"exports": [
|
|
29342
|
+
{
|
|
29343
|
+
"kind": "js",
|
|
29344
|
+
"name": "RadioGroup",
|
|
29345
|
+
"declaration": {
|
|
29346
|
+
"name": "RadioGroup",
|
|
29347
|
+
"module": "src/radio-group/radio-group.ts"
|
|
29348
|
+
}
|
|
29349
|
+
},
|
|
29350
|
+
{
|
|
29351
|
+
"kind": "js",
|
|
29352
|
+
"name": "foundationRadioGroupShadowOptions",
|
|
29353
|
+
"declaration": {
|
|
29354
|
+
"name": "foundationRadioGroupShadowOptions",
|
|
29355
|
+
"module": "src/radio-group/radio-group.ts"
|
|
29356
|
+
}
|
|
29357
|
+
},
|
|
29358
|
+
{
|
|
29359
|
+
"kind": "js",
|
|
29360
|
+
"name": "defaultRadioGroupConfig",
|
|
29361
|
+
"declaration": {
|
|
29362
|
+
"name": "defaultRadioGroupConfig",
|
|
29363
|
+
"module": "src/radio-group/radio-group.ts"
|
|
29364
|
+
}
|
|
29365
|
+
},
|
|
29366
|
+
{
|
|
29367
|
+
"kind": "js",
|
|
29368
|
+
"name": "foundationRadioGroup",
|
|
29369
|
+
"declaration": {
|
|
29370
|
+
"name": "foundationRadioGroup",
|
|
29371
|
+
"module": "src/radio-group/radio-group.ts"
|
|
29372
|
+
}
|
|
29373
|
+
}
|
|
29374
|
+
]
|
|
29375
|
+
},
|
|
29376
|
+
{
|
|
29377
|
+
"kind": "javascript-module",
|
|
29378
|
+
"path": "src/router/index.ts",
|
|
29379
|
+
"declarations": [],
|
|
29380
|
+
"exports": [
|
|
29381
|
+
{
|
|
29382
|
+
"kind": "js",
|
|
29383
|
+
"name": "*",
|
|
29384
|
+
"declaration": {
|
|
29385
|
+
"name": "*",
|
|
29386
|
+
"package": "./navItems"
|
|
29387
|
+
}
|
|
29388
|
+
},
|
|
29389
|
+
{
|
|
29390
|
+
"kind": "js",
|
|
29391
|
+
"name": "*",
|
|
29392
|
+
"declaration": {
|
|
29393
|
+
"name": "*",
|
|
29394
|
+
"package": "./router"
|
|
29395
|
+
}
|
|
29396
|
+
}
|
|
29397
|
+
]
|
|
29398
|
+
},
|
|
29399
|
+
{
|
|
29400
|
+
"kind": "javascript-module",
|
|
29401
|
+
"path": "src/router/navItems.ts",
|
|
29402
|
+
"declarations": [
|
|
29403
|
+
{
|
|
29404
|
+
"kind": "function",
|
|
29405
|
+
"name": "defaultNavItemPredicate",
|
|
29406
|
+
"parameters": [
|
|
29040
29407
|
{
|
|
29041
|
-
"
|
|
29042
|
-
"name": "focusedRadio",
|
|
29408
|
+
"name": "item",
|
|
29043
29409
|
"type": {
|
|
29044
|
-
"text": "
|
|
29045
|
-
},
|
|
29046
|
-
"privacy": "private",
|
|
29047
|
-
"inheritedFrom": {
|
|
29048
|
-
"name": "RadioGroup",
|
|
29049
|
-
"module": "src/radio-group/radio-group.ts"
|
|
29410
|
+
"text": "FoundationRouteNavItem"
|
|
29050
29411
|
}
|
|
29051
|
-
}
|
|
29412
|
+
}
|
|
29413
|
+
]
|
|
29414
|
+
},
|
|
29415
|
+
{
|
|
29416
|
+
"kind": "variable",
|
|
29417
|
+
"name": "defaultPlacementIndexPadding",
|
|
29418
|
+
"type": {
|
|
29419
|
+
"text": "number"
|
|
29420
|
+
},
|
|
29421
|
+
"default": "10"
|
|
29422
|
+
},
|
|
29423
|
+
{
|
|
29424
|
+
"kind": "function",
|
|
29425
|
+
"name": "getNavItems",
|
|
29426
|
+
"return": {
|
|
29427
|
+
"type": {
|
|
29428
|
+
"text": "FoundationRouteNavItem[]"
|
|
29429
|
+
}
|
|
29430
|
+
},
|
|
29431
|
+
"parameters": [
|
|
29052
29432
|
{
|
|
29053
|
-
"
|
|
29054
|
-
"name": "direction",
|
|
29433
|
+
"name": "routes",
|
|
29055
29434
|
"type": {
|
|
29056
|
-
"text": "
|
|
29057
|
-
},
|
|
29058
|
-
"privacy": "private",
|
|
29059
|
-
"inheritedFrom": {
|
|
29060
|
-
"name": "RadioGroup",
|
|
29061
|
-
"module": "src/radio-group/radio-group.ts"
|
|
29435
|
+
"text": "Pick<FoundationRoute, 'navItems' | 'name' | 'path'>[]"
|
|
29062
29436
|
}
|
|
29063
29437
|
},
|
|
29064
29438
|
{
|
|
29065
|
-
"
|
|
29066
|
-
"
|
|
29067
|
-
"type": {
|
|
29068
|
-
"text": "HTMLElement | null"
|
|
29069
|
-
},
|
|
29070
|
-
"privacy": "private",
|
|
29071
|
-
"inheritedFrom": {
|
|
29072
|
-
"name": "RadioGroup",
|
|
29073
|
-
"module": "src/radio-group/radio-group.ts"
|
|
29074
|
-
}
|
|
29439
|
+
"name": "predicate",
|
|
29440
|
+
"default": "defaultNavItemPredicate"
|
|
29075
29441
|
},
|
|
29442
|
+
{
|
|
29443
|
+
"name": "placementIndexPadding",
|
|
29444
|
+
"default": "defaultPlacementIndexPadding"
|
|
29445
|
+
}
|
|
29446
|
+
],
|
|
29447
|
+
"description": "Get navigation items from routes."
|
|
29448
|
+
}
|
|
29449
|
+
],
|
|
29450
|
+
"exports": [
|
|
29451
|
+
{
|
|
29452
|
+
"kind": "js",
|
|
29453
|
+
"name": "defaultNavItemPredicate",
|
|
29454
|
+
"declaration": {
|
|
29455
|
+
"name": "defaultNavItemPredicate",
|
|
29456
|
+
"module": "src/router/navItems.ts"
|
|
29457
|
+
}
|
|
29458
|
+
},
|
|
29459
|
+
{
|
|
29460
|
+
"kind": "js",
|
|
29461
|
+
"name": "defaultPlacementIndexPadding",
|
|
29462
|
+
"declaration": {
|
|
29463
|
+
"name": "defaultPlacementIndexPadding",
|
|
29464
|
+
"module": "src/router/navItems.ts"
|
|
29465
|
+
}
|
|
29466
|
+
},
|
|
29467
|
+
{
|
|
29468
|
+
"kind": "js",
|
|
29469
|
+
"name": "getNavItems",
|
|
29470
|
+
"declaration": {
|
|
29471
|
+
"name": "getNavItems",
|
|
29472
|
+
"module": "src/router/navItems.ts"
|
|
29473
|
+
}
|
|
29474
|
+
}
|
|
29475
|
+
]
|
|
29476
|
+
},
|
|
29477
|
+
{
|
|
29478
|
+
"kind": "javascript-module",
|
|
29479
|
+
"path": "src/router/router.ts",
|
|
29480
|
+
"declarations": [
|
|
29481
|
+
{
|
|
29482
|
+
"kind": "class",
|
|
29483
|
+
"description": "",
|
|
29484
|
+
"name": "FoundationRouter",
|
|
29485
|
+
"members": [
|
|
29076
29486
|
{
|
|
29077
29487
|
"kind": "field",
|
|
29078
|
-
"name": "
|
|
29488
|
+
"name": "config",
|
|
29079
29489
|
"type": {
|
|
29080
|
-
"text": "
|
|
29081
|
-
},
|
|
29082
|
-
"privacy": "private",
|
|
29083
|
-
"inheritedFrom": {
|
|
29084
|
-
"name": "RadioGroup",
|
|
29085
|
-
"module": "src/radio-group/radio-group.ts"
|
|
29490
|
+
"text": "FoundationRouterConfiguration | null"
|
|
29086
29491
|
}
|
|
29087
|
-
}
|
|
29492
|
+
}
|
|
29493
|
+
],
|
|
29494
|
+
"superclass": {
|
|
29495
|
+
"name": "<local>_undefined",
|
|
29496
|
+
"module": "src/router/router.ts"
|
|
29497
|
+
}
|
|
29498
|
+
},
|
|
29499
|
+
{
|
|
29500
|
+
"kind": "class",
|
|
29501
|
+
"description": "",
|
|
29502
|
+
"name": "FoundationRouteCollection",
|
|
29503
|
+
"members": [
|
|
29088
29504
|
{
|
|
29089
29505
|
"kind": "field",
|
|
29090
|
-
"name": "
|
|
29506
|
+
"name": "definitions",
|
|
29091
29507
|
"type": {
|
|
29092
|
-
"text": "
|
|
29508
|
+
"text": "FoundationRoute<TSettings>[]"
|
|
29093
29509
|
},
|
|
29094
|
-
"
|
|
29095
|
-
"inheritedFrom": {
|
|
29096
|
-
"name": "RadioGroup",
|
|
29097
|
-
"module": "src/radio-group/radio-group.ts"
|
|
29098
|
-
}
|
|
29510
|
+
"default": "[]"
|
|
29099
29511
|
},
|
|
29100
29512
|
{
|
|
29101
29513
|
"kind": "method",
|
|
29102
|
-
"name": "
|
|
29103
|
-
"
|
|
29104
|
-
|
|
29105
|
-
|
|
29106
|
-
"
|
|
29514
|
+
"name": "map",
|
|
29515
|
+
"parameters": [
|
|
29516
|
+
{
|
|
29517
|
+
"name": "routes",
|
|
29518
|
+
"type": {
|
|
29519
|
+
"text": "FoundationRoute<TSettings>[]"
|
|
29520
|
+
}
|
|
29107
29521
|
}
|
|
29108
|
-
|
|
29109
|
-
|
|
29110
|
-
|
|
29111
|
-
|
|
29112
|
-
|
|
29113
|
-
|
|
29114
|
-
|
|
29115
|
-
|
|
29116
|
-
|
|
29117
|
-
|
|
29118
|
-
|
|
29119
|
-
|
|
29120
|
-
|
|
29121
|
-
}
|
|
29122
|
-
},
|
|
29123
|
-
{
|
|
29124
|
-
"kind": "field",
|
|
29125
|
-
"name": "moveToRadioByIndex",
|
|
29126
|
-
"privacy": "private",
|
|
29127
|
-
"inheritedFrom": {
|
|
29128
|
-
"name": "RadioGroup",
|
|
29129
|
-
"module": "src/radio-group/radio-group.ts"
|
|
29130
|
-
}
|
|
29131
|
-
},
|
|
29132
|
-
{
|
|
29133
|
-
"kind": "field",
|
|
29134
|
-
"name": "moveRightOffGroup",
|
|
29135
|
-
"privacy": "private",
|
|
29136
|
-
"inheritedFrom": {
|
|
29137
|
-
"name": "RadioGroup",
|
|
29138
|
-
"module": "src/radio-group/radio-group.ts"
|
|
29139
|
-
}
|
|
29140
|
-
},
|
|
29141
|
-
{
|
|
29142
|
-
"kind": "field",
|
|
29143
|
-
"name": "moveLeftOffGroup",
|
|
29144
|
-
"privacy": "private",
|
|
29145
|
-
"inheritedFrom": {
|
|
29146
|
-
"name": "RadioGroup",
|
|
29147
|
-
"module": "src/radio-group/radio-group.ts"
|
|
29148
|
-
}
|
|
29149
|
-
},
|
|
29150
|
-
{
|
|
29151
|
-
"kind": "field",
|
|
29152
|
-
"name": "shouldMoveOffGroupToTheRight",
|
|
29153
|
-
"privacy": "private",
|
|
29154
|
-
"inheritedFrom": {
|
|
29155
|
-
"name": "RadioGroup",
|
|
29156
|
-
"module": "src/radio-group/radio-group.ts"
|
|
29157
|
-
}
|
|
29158
|
-
},
|
|
29159
|
-
{
|
|
29160
|
-
"kind": "field",
|
|
29161
|
-
"name": "shouldMoveOffGroupToTheLeft",
|
|
29162
|
-
"privacy": "private",
|
|
29163
|
-
"inheritedFrom": {
|
|
29164
|
-
"name": "RadioGroup",
|
|
29165
|
-
"module": "src/radio-group/radio-group.ts"
|
|
29166
|
-
}
|
|
29167
|
-
},
|
|
29168
|
-
{
|
|
29169
|
-
"kind": "field",
|
|
29170
|
-
"name": "checkFocusedRadio",
|
|
29171
|
-
"privacy": "private",
|
|
29172
|
-
"inheritedFrom": {
|
|
29173
|
-
"name": "RadioGroup",
|
|
29174
|
-
"module": "src/radio-group/radio-group.ts"
|
|
29175
|
-
}
|
|
29176
|
-
},
|
|
29177
|
-
{
|
|
29178
|
-
"kind": "field",
|
|
29179
|
-
"name": "moveRight",
|
|
29180
|
-
"privacy": "private",
|
|
29181
|
-
"inheritedFrom": {
|
|
29182
|
-
"name": "RadioGroup",
|
|
29183
|
-
"module": "src/radio-group/radio-group.ts"
|
|
29184
|
-
}
|
|
29185
|
-
},
|
|
29186
|
-
{
|
|
29187
|
-
"kind": "field",
|
|
29188
|
-
"name": "moveLeft",
|
|
29189
|
-
"privacy": "private",
|
|
29190
|
-
"inheritedFrom": {
|
|
29191
|
-
"name": "RadioGroup",
|
|
29192
|
-
"module": "src/radio-group/radio-group.ts"
|
|
29193
|
-
}
|
|
29194
|
-
},
|
|
29522
|
+
]
|
|
29523
|
+
}
|
|
29524
|
+
],
|
|
29525
|
+
"superclass": {
|
|
29526
|
+
"name": "RouteCollection",
|
|
29527
|
+
"package": "@microsoft/fast-router"
|
|
29528
|
+
}
|
|
29529
|
+
},
|
|
29530
|
+
{
|
|
29531
|
+
"kind": "class",
|
|
29532
|
+
"description": "",
|
|
29533
|
+
"name": "FoundationRouterConfiguration",
|
|
29534
|
+
"members": [
|
|
29195
29535
|
{
|
|
29196
29536
|
"kind": "field",
|
|
29197
|
-
"name": "
|
|
29537
|
+
"name": "container",
|
|
29198
29538
|
"type": {
|
|
29199
|
-
"text": "
|
|
29539
|
+
"text": "Container"
|
|
29200
29540
|
},
|
|
29201
|
-
"privacy": "
|
|
29202
|
-
"default": "void 0",
|
|
29203
|
-
"inheritedFrom": {
|
|
29204
|
-
"name": "FoundationElement",
|
|
29205
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
29206
|
-
}
|
|
29541
|
+
"privacy": "protected"
|
|
29207
29542
|
},
|
|
29208
29543
|
{
|
|
29209
29544
|
"kind": "field",
|
|
29210
|
-
"name": "
|
|
29545
|
+
"name": "analytics",
|
|
29211
29546
|
"type": {
|
|
29212
|
-
"text": "
|
|
29547
|
+
"text": "FoundationAnalytics"
|
|
29213
29548
|
},
|
|
29214
|
-
"privacy": "
|
|
29215
|
-
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
29216
|
-
"inheritedFrom": {
|
|
29217
|
-
"name": "FoundationElement",
|
|
29218
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
29219
|
-
}
|
|
29549
|
+
"privacy": "protected"
|
|
29220
29550
|
},
|
|
29221
29551
|
{
|
|
29222
29552
|
"kind": "field",
|
|
29223
|
-
"name": "
|
|
29553
|
+
"name": "user",
|
|
29224
29554
|
"type": {
|
|
29225
|
-
"text": "
|
|
29226
|
-
},
|
|
29227
|
-
"privacy": "public",
|
|
29228
|
-
"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.",
|
|
29229
|
-
"inheritedFrom": {
|
|
29230
|
-
"name": "FoundationElement",
|
|
29231
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
29232
|
-
}
|
|
29233
|
-
},
|
|
29234
|
-
{
|
|
29235
|
-
"kind": "method",
|
|
29236
|
-
"name": "templateChanged",
|
|
29237
|
-
"privacy": "protected",
|
|
29238
|
-
"return": {
|
|
29239
|
-
"type": {
|
|
29240
|
-
"text": "void"
|
|
29241
|
-
}
|
|
29555
|
+
"text": "User"
|
|
29242
29556
|
},
|
|
29243
|
-
"
|
|
29244
|
-
"name": "FoundationElement",
|
|
29245
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
29246
|
-
}
|
|
29557
|
+
"privacy": "public"
|
|
29247
29558
|
},
|
|
29248
29559
|
{
|
|
29249
29560
|
"kind": "field",
|
|
29250
|
-
"name": "
|
|
29561
|
+
"name": "routes",
|
|
29251
29562
|
"type": {
|
|
29252
|
-
"text": "
|
|
29563
|
+
"text": "FoundationRouteCollection<TSettings>"
|
|
29253
29564
|
},
|
|
29254
29565
|
"privacy": "public",
|
|
29255
|
-
"
|
|
29256
|
-
"
|
|
29257
|
-
"name": "FoundationElement",
|
|
29258
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
29259
|
-
}
|
|
29566
|
+
"readonly": true,
|
|
29567
|
+
"default": "new FoundationRouteCollection<TSettings>(this)"
|
|
29260
29568
|
},
|
|
29261
29569
|
{
|
|
29262
29570
|
"kind": "method",
|
|
29263
|
-
"name": "
|
|
29264
|
-
"privacy": "protected",
|
|
29571
|
+
"name": "getNavItems",
|
|
29265
29572
|
"return": {
|
|
29266
29573
|
"type": {
|
|
29267
|
-
"text": "
|
|
29574
|
+
"text": "FoundationRouteNavItem[]"
|
|
29268
29575
|
}
|
|
29269
29576
|
},
|
|
29270
|
-
"
|
|
29271
|
-
|
|
29272
|
-
|
|
29273
|
-
|
|
29577
|
+
"parameters": [
|
|
29578
|
+
{
|
|
29579
|
+
"name": "predicate",
|
|
29580
|
+
"default": "defaultNavItemPredicate",
|
|
29581
|
+
"type": {
|
|
29582
|
+
"text": "NavItemPredicate"
|
|
29583
|
+
}
|
|
29584
|
+
}
|
|
29585
|
+
]
|
|
29274
29586
|
},
|
|
29275
29587
|
{
|
|
29276
29588
|
"kind": "method",
|
|
29277
|
-
"name": "
|
|
29278
|
-
|
|
29279
|
-
|
|
29589
|
+
"name": "configureAnalytics"
|
|
29590
|
+
},
|
|
29591
|
+
{
|
|
29592
|
+
"kind": "method",
|
|
29593
|
+
"name": "construct",
|
|
29280
29594
|
"return": {
|
|
29281
29595
|
"type": {
|
|
29282
|
-
"text": "
|
|
29596
|
+
"text": "T"
|
|
29283
29597
|
}
|
|
29284
29598
|
},
|
|
29285
29599
|
"parameters": [
|
|
29286
29600
|
{
|
|
29287
|
-
"name": "
|
|
29601
|
+
"name": "Type",
|
|
29288
29602
|
"type": {
|
|
29289
|
-
"text": "
|
|
29603
|
+
"text": "Constructable<T>"
|
|
29290
29604
|
}
|
|
29291
|
-
},
|
|
29292
|
-
{
|
|
29293
|
-
"name": "elementDefinition",
|
|
29294
|
-
"type": {
|
|
29295
|
-
"text": "T"
|
|
29296
|
-
},
|
|
29297
|
-
"description": "The definition of the element to create the registry\nfunction for."
|
|
29298
29605
|
}
|
|
29299
|
-
]
|
|
29300
|
-
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
29301
|
-
"inheritedFrom": {
|
|
29302
|
-
"name": "FoundationElement",
|
|
29303
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
29304
|
-
}
|
|
29606
|
+
]
|
|
29305
29607
|
}
|
|
29306
29608
|
],
|
|
29307
|
-
"
|
|
29308
|
-
|
|
29309
|
-
|
|
29310
|
-
|
|
29311
|
-
"inheritedFrom": {
|
|
29312
|
-
"name": "RadioGroup",
|
|
29313
|
-
"module": "src/radio-group/radio-group.ts"
|
|
29314
|
-
}
|
|
29315
|
-
}
|
|
29316
|
-
]
|
|
29317
|
-
},
|
|
29318
|
-
{
|
|
29319
|
-
"kind": "variable",
|
|
29320
|
-
"name": "foundationRadioGroupShadowOptions",
|
|
29321
|
-
"type": {
|
|
29322
|
-
"text": "ShadowRootInit"
|
|
29323
|
-
},
|
|
29324
|
-
"default": "undefined"
|
|
29325
|
-
},
|
|
29326
|
-
{
|
|
29327
|
-
"kind": "variable",
|
|
29328
|
-
"name": "defaultRadioGroupConfig",
|
|
29329
|
-
"type": {
|
|
29330
|
-
"text": "object"
|
|
29331
|
-
},
|
|
29332
|
-
"default": "{}"
|
|
29333
|
-
},
|
|
29334
|
-
{
|
|
29335
|
-
"kind": "variable",
|
|
29336
|
-
"name": "foundationRadioGroup",
|
|
29337
|
-
"description": "The Foundation Radio Group",
|
|
29338
|
-
"privacy": "public"
|
|
29609
|
+
"superclass": {
|
|
29610
|
+
"name": "RouterConfiguration",
|
|
29611
|
+
"package": "@microsoft/fast-router"
|
|
29612
|
+
}
|
|
29339
29613
|
}
|
|
29340
29614
|
],
|
|
29341
29615
|
"exports": [
|
|
29342
29616
|
{
|
|
29343
29617
|
"kind": "js",
|
|
29344
|
-
"name": "
|
|
29618
|
+
"name": "FoundationRouter",
|
|
29345
29619
|
"declaration": {
|
|
29346
|
-
"name": "
|
|
29347
|
-
"module": "src/
|
|
29620
|
+
"name": "FoundationRouter",
|
|
29621
|
+
"module": "src/router/router.ts"
|
|
29348
29622
|
}
|
|
29349
29623
|
},
|
|
29350
29624
|
{
|
|
29351
|
-
"kind": "
|
|
29352
|
-
"name": "
|
|
29625
|
+
"kind": "custom-element-definition",
|
|
29626
|
+
"name": "foundation-router",
|
|
29353
29627
|
"declaration": {
|
|
29354
|
-
"name": "
|
|
29355
|
-
"module": "src/
|
|
29628
|
+
"name": "FoundationRouter",
|
|
29629
|
+
"module": "src/router/router.ts"
|
|
29356
29630
|
}
|
|
29357
29631
|
},
|
|
29358
29632
|
{
|
|
29359
29633
|
"kind": "js",
|
|
29360
|
-
"name": "
|
|
29634
|
+
"name": "FoundationRouteCollection",
|
|
29361
29635
|
"declaration": {
|
|
29362
|
-
"name": "
|
|
29363
|
-
"module": "src/
|
|
29636
|
+
"name": "FoundationRouteCollection",
|
|
29637
|
+
"module": "src/router/router.ts"
|
|
29364
29638
|
}
|
|
29365
29639
|
},
|
|
29366
29640
|
{
|
|
29367
29641
|
"kind": "js",
|
|
29368
|
-
"name": "
|
|
29642
|
+
"name": "FoundationRouterConfiguration",
|
|
29369
29643
|
"declaration": {
|
|
29370
|
-
"name": "
|
|
29371
|
-
"module": "src/
|
|
29644
|
+
"name": "FoundationRouterConfiguration",
|
|
29645
|
+
"module": "src/router/router.ts"
|
|
29372
29646
|
}
|
|
29373
29647
|
}
|
|
29374
29648
|
]
|
|
@@ -30852,408 +31126,134 @@
|
|
|
30852
31126
|
}
|
|
30853
31127
|
}
|
|
30854
31128
|
]
|
|
30855
|
-
}
|
|
30856
|
-
],
|
|
30857
|
-
"exports": [
|
|
30858
|
-
{
|
|
30859
|
-
"kind": "js",
|
|
30860
|
-
"name": "foundationSegmentedControlStyles",
|
|
30861
|
-
"declaration": {
|
|
30862
|
-
"name": "foundationSegmentedControlStyles",
|
|
30863
|
-
"module": "src/segmented-control/segmented-control.styles.ts"
|
|
30864
|
-
}
|
|
30865
|
-
}
|
|
30866
|
-
]
|
|
30867
|
-
},
|
|
30868
|
-
{
|
|
30869
|
-
"kind": "javascript-module",
|
|
30870
|
-
"path": "src/segmented-control/segmented-control.template.ts",
|
|
30871
|
-
"declarations": [
|
|
30872
|
-
{
|
|
30873
|
-
"kind": "function",
|
|
30874
|
-
"name": "foundationSegmentedControlTemplate",
|
|
30875
|
-
"return": {
|
|
30876
|
-
"type": {
|
|
30877
|
-
"text": "ViewTemplate<SegmentedControl>"
|
|
30878
|
-
}
|
|
30879
|
-
},
|
|
30880
|
-
"parameters": [
|
|
30881
|
-
{
|
|
30882
|
-
"name": "context",
|
|
30883
|
-
"type": {
|
|
30884
|
-
"text": "ElementDefinitionContext"
|
|
30885
|
-
}
|
|
30886
|
-
},
|
|
30887
|
-
{
|
|
30888
|
-
"name": "definition",
|
|
30889
|
-
"type": {
|
|
30890
|
-
"text": "FoundationElementDefinition"
|
|
30891
|
-
}
|
|
30892
|
-
}
|
|
30893
|
-
]
|
|
30894
|
-
}
|
|
30895
|
-
],
|
|
30896
|
-
"exports": [
|
|
30897
|
-
{
|
|
30898
|
-
"kind": "js",
|
|
30899
|
-
"name": "foundationSegmentedControlTemplate",
|
|
30900
|
-
"declaration": {
|
|
30901
|
-
"name": "foundationSegmentedControlTemplate",
|
|
30902
|
-
"module": "src/segmented-control/segmented-control.template.ts"
|
|
30903
|
-
}
|
|
30904
|
-
}
|
|
30905
|
-
]
|
|
30906
|
-
},
|
|
30907
|
-
{
|
|
30908
|
-
"kind": "javascript-module",
|
|
30909
|
-
"path": "src/segmented-control/segmented-control.ts",
|
|
30910
|
-
"declarations": [
|
|
30911
|
-
{
|
|
30912
|
-
"kind": "class",
|
|
30913
|
-
"description": "",
|
|
30914
|
-
"name": "SegmentedControl",
|
|
30915
|
-
"members": [
|
|
30916
|
-
{
|
|
30917
|
-
"kind": "method",
|
|
30918
|
-
"name": "valueChanged",
|
|
30919
|
-
"privacy": "protected"
|
|
30920
|
-
}
|
|
30921
|
-
],
|
|
30922
|
-
"superclass": {
|
|
30923
|
-
"name": "FASTRadioGroup",
|
|
30924
|
-
"package": "@microsoft/fast-foundation"
|
|
30925
|
-
},
|
|
30926
|
-
"tagName": "%%prefix%%-segmented-control",
|
|
30927
|
-
"customElement": true
|
|
30928
|
-
},
|
|
30929
|
-
{
|
|
30930
|
-
"kind": "variable",
|
|
30931
|
-
"name": "foundationSegmentedControlShadowOptions",
|
|
30932
|
-
"type": {
|
|
30933
|
-
"text": "ShadowRootInit"
|
|
30934
|
-
},
|
|
30935
|
-
"default": "undefined"
|
|
30936
|
-
},
|
|
30937
|
-
{
|
|
30938
|
-
"kind": "variable",
|
|
30939
|
-
"name": "defaultSegmentedControlConfig",
|
|
30940
|
-
"type": {
|
|
30941
|
-
"text": "object"
|
|
30942
|
-
},
|
|
30943
|
-
"default": "{}"
|
|
30944
|
-
},
|
|
30945
|
-
{
|
|
30946
|
-
"kind": "variable",
|
|
30947
|
-
"name": "foundationSegmentedControl",
|
|
30948
|
-
"description": "The Foundation Segmented Control",
|
|
30949
|
-
"privacy": "public"
|
|
30950
|
-
}
|
|
30951
|
-
],
|
|
30952
|
-
"exports": [
|
|
30953
|
-
{
|
|
30954
|
-
"kind": "js",
|
|
30955
|
-
"name": "SegmentedControl",
|
|
30956
|
-
"declaration": {
|
|
30957
|
-
"name": "SegmentedControl",
|
|
30958
|
-
"module": "src/segmented-control/segmented-control.ts"
|
|
30959
|
-
}
|
|
30960
|
-
},
|
|
30961
|
-
{
|
|
30962
|
-
"kind": "js",
|
|
30963
|
-
"name": "foundationSegmentedControlShadowOptions",
|
|
30964
|
-
"declaration": {
|
|
30965
|
-
"name": "foundationSegmentedControlShadowOptions",
|
|
30966
|
-
"module": "src/segmented-control/segmented-control.ts"
|
|
30967
|
-
}
|
|
30968
|
-
},
|
|
30969
|
-
{
|
|
30970
|
-
"kind": "js",
|
|
30971
|
-
"name": "defaultSegmentedControlConfig",
|
|
30972
|
-
"declaration": {
|
|
30973
|
-
"name": "defaultSegmentedControlConfig",
|
|
30974
|
-
"module": "src/segmented-control/segmented-control.ts"
|
|
30975
|
-
}
|
|
30976
|
-
},
|
|
30977
|
-
{
|
|
30978
|
-
"kind": "js",
|
|
30979
|
-
"name": "foundationSegmentedControl",
|
|
30980
|
-
"declaration": {
|
|
30981
|
-
"name": "foundationSegmentedControl",
|
|
30982
|
-
"module": "src/segmented-control/segmented-control.ts"
|
|
30983
|
-
}
|
|
30984
|
-
}
|
|
30985
|
-
]
|
|
30986
|
-
},
|
|
30987
|
-
{
|
|
30988
|
-
"kind": "javascript-module",
|
|
30989
|
-
"path": "src/router/index.ts",
|
|
30990
|
-
"declarations": [],
|
|
31129
|
+
}
|
|
31130
|
+
],
|
|
30991
31131
|
"exports": [
|
|
30992
31132
|
{
|
|
30993
31133
|
"kind": "js",
|
|
30994
|
-
"name": "
|
|
30995
|
-
"declaration": {
|
|
30996
|
-
"name": "*",
|
|
30997
|
-
"package": "./navItems"
|
|
30998
|
-
}
|
|
30999
|
-
},
|
|
31000
|
-
{
|
|
31001
|
-
"kind": "js",
|
|
31002
|
-
"name": "*",
|
|
31134
|
+
"name": "foundationSegmentedControlStyles",
|
|
31003
31135
|
"declaration": {
|
|
31004
|
-
"name": "
|
|
31005
|
-
"
|
|
31136
|
+
"name": "foundationSegmentedControlStyles",
|
|
31137
|
+
"module": "src/segmented-control/segmented-control.styles.ts"
|
|
31006
31138
|
}
|
|
31007
31139
|
}
|
|
31008
31140
|
]
|
|
31009
31141
|
},
|
|
31010
31142
|
{
|
|
31011
31143
|
"kind": "javascript-module",
|
|
31012
|
-
"path": "src/
|
|
31144
|
+
"path": "src/segmented-control/segmented-control.template.ts",
|
|
31013
31145
|
"declarations": [
|
|
31014
31146
|
{
|
|
31015
31147
|
"kind": "function",
|
|
31016
|
-
"name": "
|
|
31017
|
-
"parameters": [
|
|
31018
|
-
{
|
|
31019
|
-
"name": "item",
|
|
31020
|
-
"type": {
|
|
31021
|
-
"text": "FoundationRouteNavItem"
|
|
31022
|
-
}
|
|
31023
|
-
}
|
|
31024
|
-
]
|
|
31025
|
-
},
|
|
31026
|
-
{
|
|
31027
|
-
"kind": "variable",
|
|
31028
|
-
"name": "defaultPlacementIndexPadding",
|
|
31029
|
-
"type": {
|
|
31030
|
-
"text": "number"
|
|
31031
|
-
},
|
|
31032
|
-
"default": "10"
|
|
31033
|
-
},
|
|
31034
|
-
{
|
|
31035
|
-
"kind": "function",
|
|
31036
|
-
"name": "getNavItems",
|
|
31148
|
+
"name": "foundationSegmentedControlTemplate",
|
|
31037
31149
|
"return": {
|
|
31038
31150
|
"type": {
|
|
31039
|
-
"text": "
|
|
31151
|
+
"text": "ViewTemplate<SegmentedControl>"
|
|
31040
31152
|
}
|
|
31041
31153
|
},
|
|
31042
31154
|
"parameters": [
|
|
31043
31155
|
{
|
|
31044
|
-
"name": "
|
|
31156
|
+
"name": "context",
|
|
31045
31157
|
"type": {
|
|
31046
|
-
"text": "
|
|
31158
|
+
"text": "ElementDefinitionContext"
|
|
31047
31159
|
}
|
|
31048
31160
|
},
|
|
31049
31161
|
{
|
|
31050
|
-
"name": "
|
|
31051
|
-
"
|
|
31052
|
-
|
|
31053
|
-
|
|
31054
|
-
"name": "placementIndexPadding",
|
|
31055
|
-
"default": "defaultPlacementIndexPadding"
|
|
31162
|
+
"name": "definition",
|
|
31163
|
+
"type": {
|
|
31164
|
+
"text": "FoundationElementDefinition"
|
|
31165
|
+
}
|
|
31056
31166
|
}
|
|
31057
|
-
]
|
|
31058
|
-
"description": "Get navigation items from routes."
|
|
31167
|
+
]
|
|
31059
31168
|
}
|
|
31060
31169
|
],
|
|
31061
31170
|
"exports": [
|
|
31062
31171
|
{
|
|
31063
31172
|
"kind": "js",
|
|
31064
|
-
"name": "
|
|
31065
|
-
"declaration": {
|
|
31066
|
-
"name": "defaultNavItemPredicate",
|
|
31067
|
-
"module": "src/router/navItems.ts"
|
|
31068
|
-
}
|
|
31069
|
-
},
|
|
31070
|
-
{
|
|
31071
|
-
"kind": "js",
|
|
31072
|
-
"name": "defaultPlacementIndexPadding",
|
|
31073
|
-
"declaration": {
|
|
31074
|
-
"name": "defaultPlacementIndexPadding",
|
|
31075
|
-
"module": "src/router/navItems.ts"
|
|
31076
|
-
}
|
|
31077
|
-
},
|
|
31078
|
-
{
|
|
31079
|
-
"kind": "js",
|
|
31080
|
-
"name": "getNavItems",
|
|
31173
|
+
"name": "foundationSegmentedControlTemplate",
|
|
31081
31174
|
"declaration": {
|
|
31082
|
-
"name": "
|
|
31083
|
-
"module": "src/
|
|
31175
|
+
"name": "foundationSegmentedControlTemplate",
|
|
31176
|
+
"module": "src/segmented-control/segmented-control.template.ts"
|
|
31084
31177
|
}
|
|
31085
31178
|
}
|
|
31086
31179
|
]
|
|
31087
31180
|
},
|
|
31088
31181
|
{
|
|
31089
31182
|
"kind": "javascript-module",
|
|
31090
|
-
"path": "src/
|
|
31183
|
+
"path": "src/segmented-control/segmented-control.ts",
|
|
31091
31184
|
"declarations": [
|
|
31092
31185
|
{
|
|
31093
31186
|
"kind": "class",
|
|
31094
31187
|
"description": "",
|
|
31095
|
-
"name": "
|
|
31188
|
+
"name": "SegmentedControl",
|
|
31096
31189
|
"members": [
|
|
31097
31190
|
{
|
|
31098
|
-
"kind": "
|
|
31099
|
-
"name": "
|
|
31100
|
-
"
|
|
31101
|
-
"text": "FoundationRouterConfiguration | null"
|
|
31102
|
-
}
|
|
31191
|
+
"kind": "method",
|
|
31192
|
+
"name": "valueChanged",
|
|
31193
|
+
"privacy": "protected"
|
|
31103
31194
|
}
|
|
31104
31195
|
],
|
|
31105
31196
|
"superclass": {
|
|
31106
|
-
"name": "
|
|
31107
|
-
"
|
|
31108
|
-
}
|
|
31197
|
+
"name": "FASTRadioGroup",
|
|
31198
|
+
"package": "@microsoft/fast-foundation"
|
|
31199
|
+
},
|
|
31200
|
+
"tagName": "%%prefix%%-segmented-control",
|
|
31201
|
+
"customElement": true
|
|
31109
31202
|
},
|
|
31110
31203
|
{
|
|
31111
|
-
"kind": "
|
|
31112
|
-
"
|
|
31113
|
-
"
|
|
31114
|
-
|
|
31115
|
-
|
|
31116
|
-
|
|
31117
|
-
"name": "definitions",
|
|
31118
|
-
"type": {
|
|
31119
|
-
"text": "FoundationRoute<TSettings>[]"
|
|
31120
|
-
},
|
|
31121
|
-
"default": "[]"
|
|
31122
|
-
},
|
|
31123
|
-
{
|
|
31124
|
-
"kind": "method",
|
|
31125
|
-
"name": "map",
|
|
31126
|
-
"parameters": [
|
|
31127
|
-
{
|
|
31128
|
-
"name": "routes",
|
|
31129
|
-
"type": {
|
|
31130
|
-
"text": "FoundationRoute<TSettings>[]"
|
|
31131
|
-
}
|
|
31132
|
-
}
|
|
31133
|
-
]
|
|
31134
|
-
}
|
|
31135
|
-
],
|
|
31136
|
-
"superclass": {
|
|
31137
|
-
"name": "RouteCollection",
|
|
31138
|
-
"package": "@microsoft/fast-router"
|
|
31139
|
-
}
|
|
31204
|
+
"kind": "variable",
|
|
31205
|
+
"name": "foundationSegmentedControlShadowOptions",
|
|
31206
|
+
"type": {
|
|
31207
|
+
"text": "ShadowRootInit"
|
|
31208
|
+
},
|
|
31209
|
+
"default": "undefined"
|
|
31140
31210
|
},
|
|
31141
31211
|
{
|
|
31142
|
-
"kind": "
|
|
31143
|
-
"
|
|
31144
|
-
"
|
|
31145
|
-
|
|
31146
|
-
|
|
31147
|
-
|
|
31148
|
-
|
|
31149
|
-
|
|
31150
|
-
|
|
31151
|
-
|
|
31152
|
-
|
|
31153
|
-
|
|
31154
|
-
{
|
|
31155
|
-
"kind": "field",
|
|
31156
|
-
"name": "analytics",
|
|
31157
|
-
"type": {
|
|
31158
|
-
"text": "FoundationAnalytics"
|
|
31159
|
-
},
|
|
31160
|
-
"privacy": "protected"
|
|
31161
|
-
},
|
|
31162
|
-
{
|
|
31163
|
-
"kind": "field",
|
|
31164
|
-
"name": "user",
|
|
31165
|
-
"type": {
|
|
31166
|
-
"text": "User"
|
|
31167
|
-
},
|
|
31168
|
-
"privacy": "public"
|
|
31169
|
-
},
|
|
31170
|
-
{
|
|
31171
|
-
"kind": "field",
|
|
31172
|
-
"name": "routes",
|
|
31173
|
-
"type": {
|
|
31174
|
-
"text": "FoundationRouteCollection<TSettings>"
|
|
31175
|
-
},
|
|
31176
|
-
"privacy": "public",
|
|
31177
|
-
"readonly": true,
|
|
31178
|
-
"default": "new FoundationRouteCollection<TSettings>(this)"
|
|
31179
|
-
},
|
|
31180
|
-
{
|
|
31181
|
-
"kind": "method",
|
|
31182
|
-
"name": "getNavItems",
|
|
31183
|
-
"return": {
|
|
31184
|
-
"type": {
|
|
31185
|
-
"text": "FoundationRouteNavItem[]"
|
|
31186
|
-
}
|
|
31187
|
-
},
|
|
31188
|
-
"parameters": [
|
|
31189
|
-
{
|
|
31190
|
-
"name": "predicate",
|
|
31191
|
-
"default": "defaultNavItemPredicate",
|
|
31192
|
-
"type": {
|
|
31193
|
-
"text": "NavItemPredicate"
|
|
31194
|
-
}
|
|
31195
|
-
}
|
|
31196
|
-
]
|
|
31197
|
-
},
|
|
31198
|
-
{
|
|
31199
|
-
"kind": "method",
|
|
31200
|
-
"name": "configureAnalytics"
|
|
31201
|
-
},
|
|
31202
|
-
{
|
|
31203
|
-
"kind": "method",
|
|
31204
|
-
"name": "construct",
|
|
31205
|
-
"return": {
|
|
31206
|
-
"type": {
|
|
31207
|
-
"text": "T"
|
|
31208
|
-
}
|
|
31209
|
-
},
|
|
31210
|
-
"parameters": [
|
|
31211
|
-
{
|
|
31212
|
-
"name": "Type",
|
|
31213
|
-
"type": {
|
|
31214
|
-
"text": "Constructable<T>"
|
|
31215
|
-
}
|
|
31216
|
-
}
|
|
31217
|
-
]
|
|
31218
|
-
}
|
|
31219
|
-
],
|
|
31220
|
-
"superclass": {
|
|
31221
|
-
"name": "RouterConfiguration",
|
|
31222
|
-
"package": "@microsoft/fast-router"
|
|
31223
|
-
}
|
|
31212
|
+
"kind": "variable",
|
|
31213
|
+
"name": "defaultSegmentedControlConfig",
|
|
31214
|
+
"type": {
|
|
31215
|
+
"text": "object"
|
|
31216
|
+
},
|
|
31217
|
+
"default": "{}"
|
|
31218
|
+
},
|
|
31219
|
+
{
|
|
31220
|
+
"kind": "variable",
|
|
31221
|
+
"name": "foundationSegmentedControl",
|
|
31222
|
+
"description": "The Foundation Segmented Control",
|
|
31223
|
+
"privacy": "public"
|
|
31224
31224
|
}
|
|
31225
31225
|
],
|
|
31226
31226
|
"exports": [
|
|
31227
31227
|
{
|
|
31228
31228
|
"kind": "js",
|
|
31229
|
-
"name": "
|
|
31229
|
+
"name": "SegmentedControl",
|
|
31230
31230
|
"declaration": {
|
|
31231
|
-
"name": "
|
|
31232
|
-
"module": "src/
|
|
31231
|
+
"name": "SegmentedControl",
|
|
31232
|
+
"module": "src/segmented-control/segmented-control.ts"
|
|
31233
31233
|
}
|
|
31234
31234
|
},
|
|
31235
31235
|
{
|
|
31236
|
-
"kind": "
|
|
31237
|
-
"name": "
|
|
31236
|
+
"kind": "js",
|
|
31237
|
+
"name": "foundationSegmentedControlShadowOptions",
|
|
31238
31238
|
"declaration": {
|
|
31239
|
-
"name": "
|
|
31240
|
-
"module": "src/
|
|
31239
|
+
"name": "foundationSegmentedControlShadowOptions",
|
|
31240
|
+
"module": "src/segmented-control/segmented-control.ts"
|
|
31241
31241
|
}
|
|
31242
31242
|
},
|
|
31243
31243
|
{
|
|
31244
31244
|
"kind": "js",
|
|
31245
|
-
"name": "
|
|
31245
|
+
"name": "defaultSegmentedControlConfig",
|
|
31246
31246
|
"declaration": {
|
|
31247
|
-
"name": "
|
|
31248
|
-
"module": "src/
|
|
31247
|
+
"name": "defaultSegmentedControlConfig",
|
|
31248
|
+
"module": "src/segmented-control/segmented-control.ts"
|
|
31249
31249
|
}
|
|
31250
31250
|
},
|
|
31251
31251
|
{
|
|
31252
31252
|
"kind": "js",
|
|
31253
|
-
"name": "
|
|
31253
|
+
"name": "foundationSegmentedControl",
|
|
31254
31254
|
"declaration": {
|
|
31255
|
-
"name": "
|
|
31256
|
-
"module": "src/
|
|
31255
|
+
"name": "foundationSegmentedControl",
|
|
31256
|
+
"module": "src/segmented-control/segmented-control.ts"
|
|
31257
31257
|
}
|
|
31258
31258
|
}
|
|
31259
31259
|
]
|