@genesislcap/foundation-ui 14.224.2 → 14.224.3
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 +1393 -1393
- package/package.json +21 -21
|
@@ -5228,6 +5228,390 @@
|
|
|
5228
5228
|
}
|
|
5229
5229
|
]
|
|
5230
5230
|
},
|
|
5231
|
+
{
|
|
5232
|
+
"kind": "javascript-module",
|
|
5233
|
+
"path": "src/breadcrumb/breadcrumb.styles.ts",
|
|
5234
|
+
"declarations": [
|
|
5235
|
+
{
|
|
5236
|
+
"kind": "function",
|
|
5237
|
+
"name": "foundationBreadcrumbStyles",
|
|
5238
|
+
"return": {
|
|
5239
|
+
"type": {
|
|
5240
|
+
"text": "ElementStyles"
|
|
5241
|
+
}
|
|
5242
|
+
},
|
|
5243
|
+
"parameters": [
|
|
5244
|
+
{
|
|
5245
|
+
"name": "context",
|
|
5246
|
+
"type": {
|
|
5247
|
+
"text": "ElementDefinitionContext"
|
|
5248
|
+
}
|
|
5249
|
+
},
|
|
5250
|
+
{
|
|
5251
|
+
"name": "definition",
|
|
5252
|
+
"type": {
|
|
5253
|
+
"text": "FoundationElementDefinition"
|
|
5254
|
+
}
|
|
5255
|
+
}
|
|
5256
|
+
]
|
|
5257
|
+
}
|
|
5258
|
+
],
|
|
5259
|
+
"exports": [
|
|
5260
|
+
{
|
|
5261
|
+
"kind": "js",
|
|
5262
|
+
"name": "foundationBreadcrumbStyles",
|
|
5263
|
+
"declaration": {
|
|
5264
|
+
"name": "foundationBreadcrumbStyles",
|
|
5265
|
+
"module": "src/breadcrumb/breadcrumb.styles.ts"
|
|
5266
|
+
}
|
|
5267
|
+
}
|
|
5268
|
+
]
|
|
5269
|
+
},
|
|
5270
|
+
{
|
|
5271
|
+
"kind": "javascript-module",
|
|
5272
|
+
"path": "src/breadcrumb/breadcrumb.template.ts",
|
|
5273
|
+
"declarations": [
|
|
5274
|
+
{
|
|
5275
|
+
"kind": "function",
|
|
5276
|
+
"name": "foundationBreadcrumbTemplate",
|
|
5277
|
+
"return": {
|
|
5278
|
+
"type": {
|
|
5279
|
+
"text": "ViewTemplate<Breadcrumb>"
|
|
5280
|
+
}
|
|
5281
|
+
},
|
|
5282
|
+
"parameters": [
|
|
5283
|
+
{
|
|
5284
|
+
"name": "context",
|
|
5285
|
+
"type": {
|
|
5286
|
+
"text": "ElementDefinitionContext"
|
|
5287
|
+
}
|
|
5288
|
+
},
|
|
5289
|
+
{
|
|
5290
|
+
"name": "definition",
|
|
5291
|
+
"type": {
|
|
5292
|
+
"text": "FoundationElementDefinition"
|
|
5293
|
+
}
|
|
5294
|
+
}
|
|
5295
|
+
]
|
|
5296
|
+
}
|
|
5297
|
+
],
|
|
5298
|
+
"exports": [
|
|
5299
|
+
{
|
|
5300
|
+
"kind": "js",
|
|
5301
|
+
"name": "foundationBreadcrumbTemplate",
|
|
5302
|
+
"declaration": {
|
|
5303
|
+
"name": "foundationBreadcrumbTemplate",
|
|
5304
|
+
"module": "src/breadcrumb/breadcrumb.template.ts"
|
|
5305
|
+
}
|
|
5306
|
+
}
|
|
5307
|
+
]
|
|
5308
|
+
},
|
|
5309
|
+
{
|
|
5310
|
+
"kind": "javascript-module",
|
|
5311
|
+
"path": "src/breadcrumb/breadcrumb.ts",
|
|
5312
|
+
"declarations": [
|
|
5313
|
+
{
|
|
5314
|
+
"kind": "class",
|
|
5315
|
+
"description": "",
|
|
5316
|
+
"name": "Breadcrumb",
|
|
5317
|
+
"superclass": {
|
|
5318
|
+
"name": "FASTBreadcrumb",
|
|
5319
|
+
"package": "@microsoft/fast-components"
|
|
5320
|
+
},
|
|
5321
|
+
"tagName": "%%prefix%%-breadcrumb",
|
|
5322
|
+
"customElement": true,
|
|
5323
|
+
"members": [
|
|
5324
|
+
{
|
|
5325
|
+
"kind": "method",
|
|
5326
|
+
"name": "slottedBreadcrumbItemsChanged",
|
|
5327
|
+
"privacy": "public",
|
|
5328
|
+
"inheritedFrom": {
|
|
5329
|
+
"name": "Breadcrumb",
|
|
5330
|
+
"module": "src/breadcrumb/breadcrumb.ts"
|
|
5331
|
+
}
|
|
5332
|
+
},
|
|
5333
|
+
{
|
|
5334
|
+
"kind": "method",
|
|
5335
|
+
"name": "setItemSeparator",
|
|
5336
|
+
"privacy": "private",
|
|
5337
|
+
"return": {
|
|
5338
|
+
"type": {
|
|
5339
|
+
"text": "void"
|
|
5340
|
+
}
|
|
5341
|
+
},
|
|
5342
|
+
"parameters": [
|
|
5343
|
+
{
|
|
5344
|
+
"name": "item",
|
|
5345
|
+
"type": {
|
|
5346
|
+
"text": "HTMLElement"
|
|
5347
|
+
}
|
|
5348
|
+
},
|
|
5349
|
+
{
|
|
5350
|
+
"name": "isLastNode",
|
|
5351
|
+
"type": {
|
|
5352
|
+
"text": "boolean"
|
|
5353
|
+
}
|
|
5354
|
+
}
|
|
5355
|
+
],
|
|
5356
|
+
"inheritedFrom": {
|
|
5357
|
+
"name": "Breadcrumb",
|
|
5358
|
+
"module": "src/breadcrumb/breadcrumb.ts"
|
|
5359
|
+
}
|
|
5360
|
+
},
|
|
5361
|
+
{
|
|
5362
|
+
"kind": "method",
|
|
5363
|
+
"name": "findChildWithHref",
|
|
5364
|
+
"privacy": "private",
|
|
5365
|
+
"return": {
|
|
5366
|
+
"type": {
|
|
5367
|
+
"text": "HTMLElement | null"
|
|
5368
|
+
}
|
|
5369
|
+
},
|
|
5370
|
+
"parameters": [
|
|
5371
|
+
{
|
|
5372
|
+
"name": "node",
|
|
5373
|
+
"type": {
|
|
5374
|
+
"text": "HTMLElement"
|
|
5375
|
+
}
|
|
5376
|
+
}
|
|
5377
|
+
],
|
|
5378
|
+
"description": "Finds href on childnodes in the light DOM or shadow DOM.\nWe look in the shadow DOM because we insert an anchor when breadcrumb-item has an href.",
|
|
5379
|
+
"inheritedFrom": {
|
|
5380
|
+
"name": "Breadcrumb",
|
|
5381
|
+
"module": "src/breadcrumb/breadcrumb.ts"
|
|
5382
|
+
}
|
|
5383
|
+
},
|
|
5384
|
+
{
|
|
5385
|
+
"kind": "method",
|
|
5386
|
+
"name": "setAriaCurrent",
|
|
5387
|
+
"privacy": "private",
|
|
5388
|
+
"return": {
|
|
5389
|
+
"type": {
|
|
5390
|
+
"text": "void"
|
|
5391
|
+
}
|
|
5392
|
+
},
|
|
5393
|
+
"parameters": [
|
|
5394
|
+
{
|
|
5395
|
+
"name": "item",
|
|
5396
|
+
"type": {
|
|
5397
|
+
"text": "HTMLElement"
|
|
5398
|
+
}
|
|
5399
|
+
},
|
|
5400
|
+
{
|
|
5401
|
+
"name": "isLastNode",
|
|
5402
|
+
"type": {
|
|
5403
|
+
"text": "boolean"
|
|
5404
|
+
}
|
|
5405
|
+
}
|
|
5406
|
+
],
|
|
5407
|
+
"description": "Sets ARIA Current for the current node\nIf child node with an anchor tag and with href is found then set aria-current to correct value for the child node,\notherwise apply aria-current to the host element, with an href",
|
|
5408
|
+
"inheritedFrom": {
|
|
5409
|
+
"name": "Breadcrumb",
|
|
5410
|
+
"module": "src/breadcrumb/breadcrumb.ts"
|
|
5411
|
+
}
|
|
5412
|
+
},
|
|
5413
|
+
{
|
|
5414
|
+
"kind": "field",
|
|
5415
|
+
"name": "_presentation",
|
|
5416
|
+
"type": {
|
|
5417
|
+
"text": "ComponentPresentation | null | undefined"
|
|
5418
|
+
},
|
|
5419
|
+
"privacy": "private",
|
|
5420
|
+
"default": "void 0",
|
|
5421
|
+
"inheritedFrom": {
|
|
5422
|
+
"name": "FoundationElement",
|
|
5423
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
5424
|
+
}
|
|
5425
|
+
},
|
|
5426
|
+
{
|
|
5427
|
+
"kind": "field",
|
|
5428
|
+
"name": "$presentation",
|
|
5429
|
+
"type": {
|
|
5430
|
+
"text": "ComponentPresentation | null"
|
|
5431
|
+
},
|
|
5432
|
+
"privacy": "public",
|
|
5433
|
+
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
5434
|
+
"inheritedFrom": {
|
|
5435
|
+
"name": "FoundationElement",
|
|
5436
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
5437
|
+
}
|
|
5438
|
+
},
|
|
5439
|
+
{
|
|
5440
|
+
"kind": "field",
|
|
5441
|
+
"name": "template",
|
|
5442
|
+
"type": {
|
|
5443
|
+
"text": "ElementViewTemplate | void | null"
|
|
5444
|
+
},
|
|
5445
|
+
"privacy": "public",
|
|
5446
|
+
"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.",
|
|
5447
|
+
"inheritedFrom": {
|
|
5448
|
+
"name": "FoundationElement",
|
|
5449
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
5450
|
+
}
|
|
5451
|
+
},
|
|
5452
|
+
{
|
|
5453
|
+
"kind": "method",
|
|
5454
|
+
"name": "templateChanged",
|
|
5455
|
+
"privacy": "protected",
|
|
5456
|
+
"return": {
|
|
5457
|
+
"type": {
|
|
5458
|
+
"text": "void"
|
|
5459
|
+
}
|
|
5460
|
+
},
|
|
5461
|
+
"inheritedFrom": {
|
|
5462
|
+
"name": "FoundationElement",
|
|
5463
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
5464
|
+
}
|
|
5465
|
+
},
|
|
5466
|
+
{
|
|
5467
|
+
"kind": "field",
|
|
5468
|
+
"name": "styles",
|
|
5469
|
+
"type": {
|
|
5470
|
+
"text": "ElementStyles | void | null"
|
|
5471
|
+
},
|
|
5472
|
+
"privacy": "public",
|
|
5473
|
+
"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.",
|
|
5474
|
+
"inheritedFrom": {
|
|
5475
|
+
"name": "FoundationElement",
|
|
5476
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
5477
|
+
}
|
|
5478
|
+
},
|
|
5479
|
+
{
|
|
5480
|
+
"kind": "method",
|
|
5481
|
+
"name": "stylesChanged",
|
|
5482
|
+
"privacy": "protected",
|
|
5483
|
+
"return": {
|
|
5484
|
+
"type": {
|
|
5485
|
+
"text": "void"
|
|
5486
|
+
}
|
|
5487
|
+
},
|
|
5488
|
+
"inheritedFrom": {
|
|
5489
|
+
"name": "FoundationElement",
|
|
5490
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
5491
|
+
}
|
|
5492
|
+
},
|
|
5493
|
+
{
|
|
5494
|
+
"kind": "method",
|
|
5495
|
+
"name": "compose",
|
|
5496
|
+
"privacy": "public",
|
|
5497
|
+
"static": true,
|
|
5498
|
+
"return": {
|
|
5499
|
+
"type": {
|
|
5500
|
+
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
5501
|
+
}
|
|
5502
|
+
},
|
|
5503
|
+
"parameters": [
|
|
5504
|
+
{
|
|
5505
|
+
"name": "this",
|
|
5506
|
+
"type": {
|
|
5507
|
+
"text": "K"
|
|
5508
|
+
}
|
|
5509
|
+
},
|
|
5510
|
+
{
|
|
5511
|
+
"name": "elementDefinition",
|
|
5512
|
+
"type": {
|
|
5513
|
+
"text": "T"
|
|
5514
|
+
},
|
|
5515
|
+
"description": "The definition of the element to create the registry\nfunction for."
|
|
5516
|
+
}
|
|
5517
|
+
],
|
|
5518
|
+
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
5519
|
+
"inheritedFrom": {
|
|
5520
|
+
"name": "FoundationElement",
|
|
5521
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
5522
|
+
}
|
|
5523
|
+
}
|
|
5524
|
+
]
|
|
5525
|
+
},
|
|
5526
|
+
{
|
|
5527
|
+
"kind": "variable",
|
|
5528
|
+
"name": "foundationBreadcrumbShadowOptions",
|
|
5529
|
+
"type": {
|
|
5530
|
+
"text": "ShadowRootInit"
|
|
5531
|
+
},
|
|
5532
|
+
"default": "undefined"
|
|
5533
|
+
},
|
|
5534
|
+
{
|
|
5535
|
+
"kind": "variable",
|
|
5536
|
+
"name": "defaultBreadcrumbConfig",
|
|
5537
|
+
"type": {
|
|
5538
|
+
"text": "object"
|
|
5539
|
+
},
|
|
5540
|
+
"default": "{}"
|
|
5541
|
+
},
|
|
5542
|
+
{
|
|
5543
|
+
"kind": "variable",
|
|
5544
|
+
"name": "foundationBreadcrumb",
|
|
5545
|
+
"description": "The Foundation Breadcrumb",
|
|
5546
|
+
"privacy": "public"
|
|
5547
|
+
}
|
|
5548
|
+
],
|
|
5549
|
+
"exports": [
|
|
5550
|
+
{
|
|
5551
|
+
"kind": "js",
|
|
5552
|
+
"name": "Breadcrumb",
|
|
5553
|
+
"declaration": {
|
|
5554
|
+
"name": "Breadcrumb",
|
|
5555
|
+
"module": "src/breadcrumb/breadcrumb.ts"
|
|
5556
|
+
}
|
|
5557
|
+
},
|
|
5558
|
+
{
|
|
5559
|
+
"kind": "js",
|
|
5560
|
+
"name": "foundationBreadcrumbShadowOptions",
|
|
5561
|
+
"declaration": {
|
|
5562
|
+
"name": "foundationBreadcrumbShadowOptions",
|
|
5563
|
+
"module": "src/breadcrumb/breadcrumb.ts"
|
|
5564
|
+
}
|
|
5565
|
+
},
|
|
5566
|
+
{
|
|
5567
|
+
"kind": "js",
|
|
5568
|
+
"name": "defaultBreadcrumbConfig",
|
|
5569
|
+
"declaration": {
|
|
5570
|
+
"name": "defaultBreadcrumbConfig",
|
|
5571
|
+
"module": "src/breadcrumb/breadcrumb.ts"
|
|
5572
|
+
}
|
|
5573
|
+
},
|
|
5574
|
+
{
|
|
5575
|
+
"kind": "js",
|
|
5576
|
+
"name": "foundationBreadcrumb",
|
|
5577
|
+
"declaration": {
|
|
5578
|
+
"name": "foundationBreadcrumb",
|
|
5579
|
+
"module": "src/breadcrumb/breadcrumb.ts"
|
|
5580
|
+
}
|
|
5581
|
+
}
|
|
5582
|
+
]
|
|
5583
|
+
},
|
|
5584
|
+
{
|
|
5585
|
+
"kind": "javascript-module",
|
|
5586
|
+
"path": "src/breadcrumb/index.ts",
|
|
5587
|
+
"declarations": [],
|
|
5588
|
+
"exports": [
|
|
5589
|
+
{
|
|
5590
|
+
"kind": "js",
|
|
5591
|
+
"name": "*",
|
|
5592
|
+
"declaration": {
|
|
5593
|
+
"name": "*",
|
|
5594
|
+
"package": "./breadcrumb.template"
|
|
5595
|
+
}
|
|
5596
|
+
},
|
|
5597
|
+
{
|
|
5598
|
+
"kind": "js",
|
|
5599
|
+
"name": "*",
|
|
5600
|
+
"declaration": {
|
|
5601
|
+
"name": "*",
|
|
5602
|
+
"package": "./breadcrumb.styles"
|
|
5603
|
+
}
|
|
5604
|
+
},
|
|
5605
|
+
{
|
|
5606
|
+
"kind": "js",
|
|
5607
|
+
"name": "*",
|
|
5608
|
+
"declaration": {
|
|
5609
|
+
"name": "*",
|
|
5610
|
+
"package": "./breadcrumb"
|
|
5611
|
+
}
|
|
5612
|
+
}
|
|
5613
|
+
]
|
|
5614
|
+
},
|
|
5231
5615
|
{
|
|
5232
5616
|
"kind": "javascript-module",
|
|
5233
5617
|
"path": "src/breadcrumb-item/breadcrumb-item.styles.ts",
|
|
@@ -5750,11 +6134,11 @@
|
|
|
5750
6134
|
},
|
|
5751
6135
|
{
|
|
5752
6136
|
"kind": "javascript-module",
|
|
5753
|
-
"path": "src/
|
|
6137
|
+
"path": "src/button/button.styles.ts",
|
|
5754
6138
|
"declarations": [
|
|
5755
6139
|
{
|
|
5756
6140
|
"kind": "function",
|
|
5757
|
-
"name": "
|
|
6141
|
+
"name": "foundationButtonStyles",
|
|
5758
6142
|
"return": {
|
|
5759
6143
|
"type": {
|
|
5760
6144
|
"text": "ElementStyles"
|
|
@@ -5779,24 +6163,24 @@
|
|
|
5779
6163
|
"exports": [
|
|
5780
6164
|
{
|
|
5781
6165
|
"kind": "js",
|
|
5782
|
-
"name": "
|
|
6166
|
+
"name": "foundationButtonStyles",
|
|
5783
6167
|
"declaration": {
|
|
5784
|
-
"name": "
|
|
5785
|
-
"module": "src/
|
|
6168
|
+
"name": "foundationButtonStyles",
|
|
6169
|
+
"module": "src/button/button.styles.ts"
|
|
5786
6170
|
}
|
|
5787
6171
|
}
|
|
5788
6172
|
]
|
|
5789
6173
|
},
|
|
5790
6174
|
{
|
|
5791
6175
|
"kind": "javascript-module",
|
|
5792
|
-
"path": "src/
|
|
6176
|
+
"path": "src/button/button.template.ts",
|
|
5793
6177
|
"declarations": [
|
|
5794
6178
|
{
|
|
5795
6179
|
"kind": "function",
|
|
5796
|
-
"name": "
|
|
6180
|
+
"name": "foundationButtonTemplate",
|
|
5797
6181
|
"return": {
|
|
5798
6182
|
"type": {
|
|
5799
|
-
"text": "ViewTemplate<
|
|
6183
|
+
"text": "ViewTemplate<Button>"
|
|
5800
6184
|
}
|
|
5801
6185
|
},
|
|
5802
6186
|
"parameters": [
|
|
@@ -5818,455 +6202,71 @@
|
|
|
5818
6202
|
"exports": [
|
|
5819
6203
|
{
|
|
5820
6204
|
"kind": "js",
|
|
5821
|
-
"name": "
|
|
6205
|
+
"name": "foundationButtonTemplate",
|
|
5822
6206
|
"declaration": {
|
|
5823
|
-
"name": "
|
|
5824
|
-
"module": "src/
|
|
6207
|
+
"name": "foundationButtonTemplate",
|
|
6208
|
+
"module": "src/button/button.template.ts"
|
|
5825
6209
|
}
|
|
5826
6210
|
}
|
|
5827
6211
|
]
|
|
5828
6212
|
},
|
|
5829
6213
|
{
|
|
5830
6214
|
"kind": "javascript-module",
|
|
5831
|
-
"path": "src/
|
|
6215
|
+
"path": "src/button/button.ts",
|
|
5832
6216
|
"declarations": [
|
|
5833
6217
|
{
|
|
5834
6218
|
"kind": "class",
|
|
5835
6219
|
"description": "",
|
|
5836
|
-
"name": "
|
|
6220
|
+
"name": "Button",
|
|
5837
6221
|
"superclass": {
|
|
5838
|
-
"name": "
|
|
6222
|
+
"name": "FASTButton",
|
|
5839
6223
|
"package": "@microsoft/fast-components"
|
|
5840
6224
|
},
|
|
5841
|
-
"tagName": "%%prefix%%-
|
|
6225
|
+
"tagName": "%%prefix%%-button",
|
|
5842
6226
|
"customElement": true,
|
|
5843
|
-
"
|
|
6227
|
+
"attributes": [
|
|
5844
6228
|
{
|
|
5845
|
-
"
|
|
5846
|
-
|
|
5847
|
-
|
|
6229
|
+
"type": {
|
|
6230
|
+
"text": "boolean"
|
|
6231
|
+
},
|
|
6232
|
+
"description": "Determines if the element should receive document focus on page load.",
|
|
6233
|
+
"fieldName": "autofocus",
|
|
5848
6234
|
"inheritedFrom": {
|
|
5849
|
-
"name": "
|
|
5850
|
-
"module": "src/
|
|
6235
|
+
"name": "Button",
|
|
6236
|
+
"module": "src/button/button.ts"
|
|
5851
6237
|
}
|
|
5852
6238
|
},
|
|
5853
6239
|
{
|
|
5854
|
-
"
|
|
5855
|
-
"
|
|
5856
|
-
|
|
5857
|
-
"return": {
|
|
5858
|
-
"type": {
|
|
5859
|
-
"text": "void"
|
|
5860
|
-
}
|
|
6240
|
+
"name": "form",
|
|
6241
|
+
"type": {
|
|
6242
|
+
"text": "string"
|
|
5861
6243
|
},
|
|
5862
|
-
"
|
|
5863
|
-
|
|
5864
|
-
"name": "item",
|
|
5865
|
-
"type": {
|
|
5866
|
-
"text": "HTMLElement"
|
|
5867
|
-
}
|
|
5868
|
-
},
|
|
5869
|
-
{
|
|
5870
|
-
"name": "isLastNode",
|
|
5871
|
-
"type": {
|
|
5872
|
-
"text": "boolean"
|
|
5873
|
-
}
|
|
5874
|
-
}
|
|
5875
|
-
],
|
|
6244
|
+
"description": "The id of a form to associate the element to.",
|
|
6245
|
+
"fieldName": "formId",
|
|
5876
6246
|
"inheritedFrom": {
|
|
5877
|
-
"name": "
|
|
5878
|
-
"module": "src/
|
|
6247
|
+
"name": "Button",
|
|
6248
|
+
"module": "src/button/button.ts"
|
|
5879
6249
|
}
|
|
5880
6250
|
},
|
|
5881
6251
|
{
|
|
5882
|
-
"
|
|
5883
|
-
"
|
|
5884
|
-
|
|
5885
|
-
"return": {
|
|
5886
|
-
"type": {
|
|
5887
|
-
"text": "HTMLElement | null"
|
|
5888
|
-
}
|
|
6252
|
+
"name": "formaction",
|
|
6253
|
+
"type": {
|
|
6254
|
+
"text": "string"
|
|
5889
6255
|
},
|
|
5890
|
-
"
|
|
5891
|
-
|
|
5892
|
-
"name": "node",
|
|
5893
|
-
"type": {
|
|
5894
|
-
"text": "HTMLElement"
|
|
5895
|
-
}
|
|
5896
|
-
}
|
|
5897
|
-
],
|
|
5898
|
-
"description": "Finds href on childnodes in the light DOM or shadow DOM.\nWe look in the shadow DOM because we insert an anchor when breadcrumb-item has an href.",
|
|
6256
|
+
"description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/button | <button> element for more details.",
|
|
6257
|
+
"fieldName": "formaction",
|
|
5899
6258
|
"inheritedFrom": {
|
|
5900
|
-
"name": "
|
|
5901
|
-
"module": "src/
|
|
6259
|
+
"name": "Button",
|
|
6260
|
+
"module": "src/button/button.ts"
|
|
5902
6261
|
}
|
|
5903
6262
|
},
|
|
5904
6263
|
{
|
|
5905
|
-
"
|
|
5906
|
-
"
|
|
5907
|
-
|
|
5908
|
-
"return": {
|
|
5909
|
-
"type": {
|
|
5910
|
-
"text": "void"
|
|
5911
|
-
}
|
|
6264
|
+
"name": "formenctype",
|
|
6265
|
+
"type": {
|
|
6266
|
+
"text": "string"
|
|
5912
6267
|
},
|
|
5913
|
-
"
|
|
5914
|
-
|
|
5915
|
-
"name": "item",
|
|
5916
|
-
"type": {
|
|
5917
|
-
"text": "HTMLElement"
|
|
5918
|
-
}
|
|
5919
|
-
},
|
|
5920
|
-
{
|
|
5921
|
-
"name": "isLastNode",
|
|
5922
|
-
"type": {
|
|
5923
|
-
"text": "boolean"
|
|
5924
|
-
}
|
|
5925
|
-
}
|
|
5926
|
-
],
|
|
5927
|
-
"description": "Sets ARIA Current for the current node\nIf child node with an anchor tag and with href is found then set aria-current to correct value for the child node,\notherwise apply aria-current to the host element, with an href",
|
|
5928
|
-
"inheritedFrom": {
|
|
5929
|
-
"name": "Breadcrumb",
|
|
5930
|
-
"module": "src/breadcrumb/breadcrumb.ts"
|
|
5931
|
-
}
|
|
5932
|
-
},
|
|
5933
|
-
{
|
|
5934
|
-
"kind": "field",
|
|
5935
|
-
"name": "_presentation",
|
|
5936
|
-
"type": {
|
|
5937
|
-
"text": "ComponentPresentation | null | undefined"
|
|
5938
|
-
},
|
|
5939
|
-
"privacy": "private",
|
|
5940
|
-
"default": "void 0",
|
|
5941
|
-
"inheritedFrom": {
|
|
5942
|
-
"name": "FoundationElement",
|
|
5943
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
5944
|
-
}
|
|
5945
|
-
},
|
|
5946
|
-
{
|
|
5947
|
-
"kind": "field",
|
|
5948
|
-
"name": "$presentation",
|
|
5949
|
-
"type": {
|
|
5950
|
-
"text": "ComponentPresentation | null"
|
|
5951
|
-
},
|
|
5952
|
-
"privacy": "public",
|
|
5953
|
-
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
5954
|
-
"inheritedFrom": {
|
|
5955
|
-
"name": "FoundationElement",
|
|
5956
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
5957
|
-
}
|
|
5958
|
-
},
|
|
5959
|
-
{
|
|
5960
|
-
"kind": "field",
|
|
5961
|
-
"name": "template",
|
|
5962
|
-
"type": {
|
|
5963
|
-
"text": "ElementViewTemplate | void | null"
|
|
5964
|
-
},
|
|
5965
|
-
"privacy": "public",
|
|
5966
|
-
"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.",
|
|
5967
|
-
"inheritedFrom": {
|
|
5968
|
-
"name": "FoundationElement",
|
|
5969
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
5970
|
-
}
|
|
5971
|
-
},
|
|
5972
|
-
{
|
|
5973
|
-
"kind": "method",
|
|
5974
|
-
"name": "templateChanged",
|
|
5975
|
-
"privacy": "protected",
|
|
5976
|
-
"return": {
|
|
5977
|
-
"type": {
|
|
5978
|
-
"text": "void"
|
|
5979
|
-
}
|
|
5980
|
-
},
|
|
5981
|
-
"inheritedFrom": {
|
|
5982
|
-
"name": "FoundationElement",
|
|
5983
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
5984
|
-
}
|
|
5985
|
-
},
|
|
5986
|
-
{
|
|
5987
|
-
"kind": "field",
|
|
5988
|
-
"name": "styles",
|
|
5989
|
-
"type": {
|
|
5990
|
-
"text": "ElementStyles | void | null"
|
|
5991
|
-
},
|
|
5992
|
-
"privacy": "public",
|
|
5993
|
-
"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.",
|
|
5994
|
-
"inheritedFrom": {
|
|
5995
|
-
"name": "FoundationElement",
|
|
5996
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
5997
|
-
}
|
|
5998
|
-
},
|
|
5999
|
-
{
|
|
6000
|
-
"kind": "method",
|
|
6001
|
-
"name": "stylesChanged",
|
|
6002
|
-
"privacy": "protected",
|
|
6003
|
-
"return": {
|
|
6004
|
-
"type": {
|
|
6005
|
-
"text": "void"
|
|
6006
|
-
}
|
|
6007
|
-
},
|
|
6008
|
-
"inheritedFrom": {
|
|
6009
|
-
"name": "FoundationElement",
|
|
6010
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
6011
|
-
}
|
|
6012
|
-
},
|
|
6013
|
-
{
|
|
6014
|
-
"kind": "method",
|
|
6015
|
-
"name": "compose",
|
|
6016
|
-
"privacy": "public",
|
|
6017
|
-
"static": true,
|
|
6018
|
-
"return": {
|
|
6019
|
-
"type": {
|
|
6020
|
-
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
6021
|
-
}
|
|
6022
|
-
},
|
|
6023
|
-
"parameters": [
|
|
6024
|
-
{
|
|
6025
|
-
"name": "this",
|
|
6026
|
-
"type": {
|
|
6027
|
-
"text": "K"
|
|
6028
|
-
}
|
|
6029
|
-
},
|
|
6030
|
-
{
|
|
6031
|
-
"name": "elementDefinition",
|
|
6032
|
-
"type": {
|
|
6033
|
-
"text": "T"
|
|
6034
|
-
},
|
|
6035
|
-
"description": "The definition of the element to create the registry\nfunction for."
|
|
6036
|
-
}
|
|
6037
|
-
],
|
|
6038
|
-
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
6039
|
-
"inheritedFrom": {
|
|
6040
|
-
"name": "FoundationElement",
|
|
6041
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
6042
|
-
}
|
|
6043
|
-
}
|
|
6044
|
-
]
|
|
6045
|
-
},
|
|
6046
|
-
{
|
|
6047
|
-
"kind": "variable",
|
|
6048
|
-
"name": "foundationBreadcrumbShadowOptions",
|
|
6049
|
-
"type": {
|
|
6050
|
-
"text": "ShadowRootInit"
|
|
6051
|
-
},
|
|
6052
|
-
"default": "undefined"
|
|
6053
|
-
},
|
|
6054
|
-
{
|
|
6055
|
-
"kind": "variable",
|
|
6056
|
-
"name": "defaultBreadcrumbConfig",
|
|
6057
|
-
"type": {
|
|
6058
|
-
"text": "object"
|
|
6059
|
-
},
|
|
6060
|
-
"default": "{}"
|
|
6061
|
-
},
|
|
6062
|
-
{
|
|
6063
|
-
"kind": "variable",
|
|
6064
|
-
"name": "foundationBreadcrumb",
|
|
6065
|
-
"description": "The Foundation Breadcrumb",
|
|
6066
|
-
"privacy": "public"
|
|
6067
|
-
}
|
|
6068
|
-
],
|
|
6069
|
-
"exports": [
|
|
6070
|
-
{
|
|
6071
|
-
"kind": "js",
|
|
6072
|
-
"name": "Breadcrumb",
|
|
6073
|
-
"declaration": {
|
|
6074
|
-
"name": "Breadcrumb",
|
|
6075
|
-
"module": "src/breadcrumb/breadcrumb.ts"
|
|
6076
|
-
}
|
|
6077
|
-
},
|
|
6078
|
-
{
|
|
6079
|
-
"kind": "js",
|
|
6080
|
-
"name": "foundationBreadcrumbShadowOptions",
|
|
6081
|
-
"declaration": {
|
|
6082
|
-
"name": "foundationBreadcrumbShadowOptions",
|
|
6083
|
-
"module": "src/breadcrumb/breadcrumb.ts"
|
|
6084
|
-
}
|
|
6085
|
-
},
|
|
6086
|
-
{
|
|
6087
|
-
"kind": "js",
|
|
6088
|
-
"name": "defaultBreadcrumbConfig",
|
|
6089
|
-
"declaration": {
|
|
6090
|
-
"name": "defaultBreadcrumbConfig",
|
|
6091
|
-
"module": "src/breadcrumb/breadcrumb.ts"
|
|
6092
|
-
}
|
|
6093
|
-
},
|
|
6094
|
-
{
|
|
6095
|
-
"kind": "js",
|
|
6096
|
-
"name": "foundationBreadcrumb",
|
|
6097
|
-
"declaration": {
|
|
6098
|
-
"name": "foundationBreadcrumb",
|
|
6099
|
-
"module": "src/breadcrumb/breadcrumb.ts"
|
|
6100
|
-
}
|
|
6101
|
-
}
|
|
6102
|
-
]
|
|
6103
|
-
},
|
|
6104
|
-
{
|
|
6105
|
-
"kind": "javascript-module",
|
|
6106
|
-
"path": "src/breadcrumb/index.ts",
|
|
6107
|
-
"declarations": [],
|
|
6108
|
-
"exports": [
|
|
6109
|
-
{
|
|
6110
|
-
"kind": "js",
|
|
6111
|
-
"name": "*",
|
|
6112
|
-
"declaration": {
|
|
6113
|
-
"name": "*",
|
|
6114
|
-
"package": "./breadcrumb.template"
|
|
6115
|
-
}
|
|
6116
|
-
},
|
|
6117
|
-
{
|
|
6118
|
-
"kind": "js",
|
|
6119
|
-
"name": "*",
|
|
6120
|
-
"declaration": {
|
|
6121
|
-
"name": "*",
|
|
6122
|
-
"package": "./breadcrumb.styles"
|
|
6123
|
-
}
|
|
6124
|
-
},
|
|
6125
|
-
{
|
|
6126
|
-
"kind": "js",
|
|
6127
|
-
"name": "*",
|
|
6128
|
-
"declaration": {
|
|
6129
|
-
"name": "*",
|
|
6130
|
-
"package": "./breadcrumb"
|
|
6131
|
-
}
|
|
6132
|
-
}
|
|
6133
|
-
]
|
|
6134
|
-
},
|
|
6135
|
-
{
|
|
6136
|
-
"kind": "javascript-module",
|
|
6137
|
-
"path": "src/button/button.styles.ts",
|
|
6138
|
-
"declarations": [
|
|
6139
|
-
{
|
|
6140
|
-
"kind": "function",
|
|
6141
|
-
"name": "foundationButtonStyles",
|
|
6142
|
-
"return": {
|
|
6143
|
-
"type": {
|
|
6144
|
-
"text": "ElementStyles"
|
|
6145
|
-
}
|
|
6146
|
-
},
|
|
6147
|
-
"parameters": [
|
|
6148
|
-
{
|
|
6149
|
-
"name": "context",
|
|
6150
|
-
"type": {
|
|
6151
|
-
"text": "ElementDefinitionContext"
|
|
6152
|
-
}
|
|
6153
|
-
},
|
|
6154
|
-
{
|
|
6155
|
-
"name": "definition",
|
|
6156
|
-
"type": {
|
|
6157
|
-
"text": "FoundationElementDefinition"
|
|
6158
|
-
}
|
|
6159
|
-
}
|
|
6160
|
-
]
|
|
6161
|
-
}
|
|
6162
|
-
],
|
|
6163
|
-
"exports": [
|
|
6164
|
-
{
|
|
6165
|
-
"kind": "js",
|
|
6166
|
-
"name": "foundationButtonStyles",
|
|
6167
|
-
"declaration": {
|
|
6168
|
-
"name": "foundationButtonStyles",
|
|
6169
|
-
"module": "src/button/button.styles.ts"
|
|
6170
|
-
}
|
|
6171
|
-
}
|
|
6172
|
-
]
|
|
6173
|
-
},
|
|
6174
|
-
{
|
|
6175
|
-
"kind": "javascript-module",
|
|
6176
|
-
"path": "src/button/button.template.ts",
|
|
6177
|
-
"declarations": [
|
|
6178
|
-
{
|
|
6179
|
-
"kind": "function",
|
|
6180
|
-
"name": "foundationButtonTemplate",
|
|
6181
|
-
"return": {
|
|
6182
|
-
"type": {
|
|
6183
|
-
"text": "ViewTemplate<Button>"
|
|
6184
|
-
}
|
|
6185
|
-
},
|
|
6186
|
-
"parameters": [
|
|
6187
|
-
{
|
|
6188
|
-
"name": "context",
|
|
6189
|
-
"type": {
|
|
6190
|
-
"text": "ElementDefinitionContext"
|
|
6191
|
-
}
|
|
6192
|
-
},
|
|
6193
|
-
{
|
|
6194
|
-
"name": "definition",
|
|
6195
|
-
"type": {
|
|
6196
|
-
"text": "FoundationElementDefinition"
|
|
6197
|
-
}
|
|
6198
|
-
}
|
|
6199
|
-
]
|
|
6200
|
-
}
|
|
6201
|
-
],
|
|
6202
|
-
"exports": [
|
|
6203
|
-
{
|
|
6204
|
-
"kind": "js",
|
|
6205
|
-
"name": "foundationButtonTemplate",
|
|
6206
|
-
"declaration": {
|
|
6207
|
-
"name": "foundationButtonTemplate",
|
|
6208
|
-
"module": "src/button/button.template.ts"
|
|
6209
|
-
}
|
|
6210
|
-
}
|
|
6211
|
-
]
|
|
6212
|
-
},
|
|
6213
|
-
{
|
|
6214
|
-
"kind": "javascript-module",
|
|
6215
|
-
"path": "src/button/button.ts",
|
|
6216
|
-
"declarations": [
|
|
6217
|
-
{
|
|
6218
|
-
"kind": "class",
|
|
6219
|
-
"description": "",
|
|
6220
|
-
"name": "Button",
|
|
6221
|
-
"superclass": {
|
|
6222
|
-
"name": "FASTButton",
|
|
6223
|
-
"package": "@microsoft/fast-components"
|
|
6224
|
-
},
|
|
6225
|
-
"tagName": "%%prefix%%-button",
|
|
6226
|
-
"customElement": true,
|
|
6227
|
-
"attributes": [
|
|
6228
|
-
{
|
|
6229
|
-
"type": {
|
|
6230
|
-
"text": "boolean"
|
|
6231
|
-
},
|
|
6232
|
-
"description": "Determines if the element should receive document focus on page load.",
|
|
6233
|
-
"fieldName": "autofocus",
|
|
6234
|
-
"inheritedFrom": {
|
|
6235
|
-
"name": "Button",
|
|
6236
|
-
"module": "src/button/button.ts"
|
|
6237
|
-
}
|
|
6238
|
-
},
|
|
6239
|
-
{
|
|
6240
|
-
"name": "form",
|
|
6241
|
-
"type": {
|
|
6242
|
-
"text": "string"
|
|
6243
|
-
},
|
|
6244
|
-
"description": "The id of a form to associate the element to.",
|
|
6245
|
-
"fieldName": "formId",
|
|
6246
|
-
"inheritedFrom": {
|
|
6247
|
-
"name": "Button",
|
|
6248
|
-
"module": "src/button/button.ts"
|
|
6249
|
-
}
|
|
6250
|
-
},
|
|
6251
|
-
{
|
|
6252
|
-
"name": "formaction",
|
|
6253
|
-
"type": {
|
|
6254
|
-
"text": "string"
|
|
6255
|
-
},
|
|
6256
|
-
"description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/button | <button> element for more details.",
|
|
6257
|
-
"fieldName": "formaction",
|
|
6258
|
-
"inheritedFrom": {
|
|
6259
|
-
"name": "Button",
|
|
6260
|
-
"module": "src/button/button.ts"
|
|
6261
|
-
}
|
|
6262
|
-
},
|
|
6263
|
-
{
|
|
6264
|
-
"name": "formenctype",
|
|
6265
|
-
"type": {
|
|
6266
|
-
"text": "string"
|
|
6267
|
-
},
|
|
6268
|
-
"description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/button | <button> element for more details.",
|
|
6269
|
-
"fieldName": "formenctype",
|
|
6268
|
+
"description": "See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/button | <button> element for more details.",
|
|
6269
|
+
"fieldName": "formenctype",
|
|
6270
6270
|
"inheritedFrom": {
|
|
6271
6271
|
"name": "Button",
|
|
6272
6272
|
"module": "src/button/button.ts"
|
|
@@ -22977,6 +22977,468 @@
|
|
|
22977
22977
|
}
|
|
22978
22978
|
]
|
|
22979
22979
|
},
|
|
22980
|
+
{
|
|
22981
|
+
"kind": "javascript-module",
|
|
22982
|
+
"path": "src/modal/index.ts",
|
|
22983
|
+
"declarations": [],
|
|
22984
|
+
"exports": [
|
|
22985
|
+
{
|
|
22986
|
+
"kind": "js",
|
|
22987
|
+
"name": "*",
|
|
22988
|
+
"declaration": {
|
|
22989
|
+
"name": "*",
|
|
22990
|
+
"package": "./modal.styles"
|
|
22991
|
+
}
|
|
22992
|
+
},
|
|
22993
|
+
{
|
|
22994
|
+
"kind": "js",
|
|
22995
|
+
"name": "*",
|
|
22996
|
+
"declaration": {
|
|
22997
|
+
"name": "*",
|
|
22998
|
+
"package": "./modal.template"
|
|
22999
|
+
}
|
|
23000
|
+
},
|
|
23001
|
+
{
|
|
23002
|
+
"kind": "js",
|
|
23003
|
+
"name": "*",
|
|
23004
|
+
"declaration": {
|
|
23005
|
+
"name": "*",
|
|
23006
|
+
"package": "./modal"
|
|
23007
|
+
}
|
|
23008
|
+
}
|
|
23009
|
+
]
|
|
23010
|
+
},
|
|
23011
|
+
{
|
|
23012
|
+
"kind": "javascript-module",
|
|
23013
|
+
"path": "src/modal/modal.styles.ts",
|
|
23014
|
+
"declarations": [
|
|
23015
|
+
{
|
|
23016
|
+
"kind": "variable",
|
|
23017
|
+
"name": "foundationModalStyles",
|
|
23018
|
+
"type": {
|
|
23019
|
+
"text": "ElementStyles"
|
|
23020
|
+
},
|
|
23021
|
+
"default": "css`\n ${foundationDialogStyles}\n`"
|
|
23022
|
+
}
|
|
23023
|
+
],
|
|
23024
|
+
"exports": [
|
|
23025
|
+
{
|
|
23026
|
+
"kind": "js",
|
|
23027
|
+
"name": "foundationModalStyles",
|
|
23028
|
+
"declaration": {
|
|
23029
|
+
"name": "foundationModalStyles",
|
|
23030
|
+
"module": "src/modal/modal.styles.ts"
|
|
23031
|
+
}
|
|
23032
|
+
}
|
|
23033
|
+
]
|
|
23034
|
+
},
|
|
23035
|
+
{
|
|
23036
|
+
"kind": "javascript-module",
|
|
23037
|
+
"path": "src/modal/modal.template.ts",
|
|
23038
|
+
"declarations": [
|
|
23039
|
+
{
|
|
23040
|
+
"kind": "variable",
|
|
23041
|
+
"name": "foundationModalTemplate",
|
|
23042
|
+
"type": {
|
|
23043
|
+
"text": "ViewTemplate<Modal>"
|
|
23044
|
+
},
|
|
23045
|
+
"default": "html`\n ${foundationDialogTemplate}\n`"
|
|
23046
|
+
}
|
|
23047
|
+
],
|
|
23048
|
+
"exports": [
|
|
23049
|
+
{
|
|
23050
|
+
"kind": "js",
|
|
23051
|
+
"name": "foundationModalTemplate",
|
|
23052
|
+
"declaration": {
|
|
23053
|
+
"name": "foundationModalTemplate",
|
|
23054
|
+
"module": "src/modal/modal.template.ts"
|
|
23055
|
+
}
|
|
23056
|
+
}
|
|
23057
|
+
]
|
|
23058
|
+
},
|
|
23059
|
+
{
|
|
23060
|
+
"kind": "javascript-module",
|
|
23061
|
+
"path": "src/modal/modal.ts",
|
|
23062
|
+
"declarations": [
|
|
23063
|
+
{
|
|
23064
|
+
"kind": "variable",
|
|
23065
|
+
"name": "foundationModalShadowOptions",
|
|
23066
|
+
"type": {
|
|
23067
|
+
"text": "ShadowRootInit"
|
|
23068
|
+
},
|
|
23069
|
+
"default": "{\n mode: 'open',\n delegatesFocus: true,\n}"
|
|
23070
|
+
},
|
|
23071
|
+
{
|
|
23072
|
+
"kind": "variable",
|
|
23073
|
+
"name": "defaultModalConfig",
|
|
23074
|
+
"type": {
|
|
23075
|
+
"text": "object"
|
|
23076
|
+
},
|
|
23077
|
+
"default": "{}"
|
|
23078
|
+
},
|
|
23079
|
+
{
|
|
23080
|
+
"kind": "class",
|
|
23081
|
+
"description": "",
|
|
23082
|
+
"name": "Modal",
|
|
23083
|
+
"members": [
|
|
23084
|
+
{
|
|
23085
|
+
"kind": "method",
|
|
23086
|
+
"name": "show",
|
|
23087
|
+
"return": {
|
|
23088
|
+
"type": {
|
|
23089
|
+
"text": "void"
|
|
23090
|
+
}
|
|
23091
|
+
},
|
|
23092
|
+
"description": "Show the HTMLDialogElement and its contents",
|
|
23093
|
+
"inheritedFrom": {
|
|
23094
|
+
"name": "<local>_DialogElement",
|
|
23095
|
+
"module": "src/dialog/dialog.ts"
|
|
23096
|
+
}
|
|
23097
|
+
},
|
|
23098
|
+
{
|
|
23099
|
+
"kind": "field",
|
|
23100
|
+
"name": "mainElement",
|
|
23101
|
+
"type": {
|
|
23102
|
+
"text": "HTMLDialogElement"
|
|
23103
|
+
},
|
|
23104
|
+
"description": "A reference to the dialog element\nin the component Shadow DOM.",
|
|
23105
|
+
"inheritedFrom": {
|
|
23106
|
+
"name": "<local>_DialogElement",
|
|
23107
|
+
"module": "src/dialog/dialog.ts"
|
|
23108
|
+
}
|
|
23109
|
+
},
|
|
23110
|
+
{
|
|
23111
|
+
"kind": "field",
|
|
23112
|
+
"name": "notification",
|
|
23113
|
+
"type": {
|
|
23114
|
+
"text": "NotificationStructure"
|
|
23115
|
+
},
|
|
23116
|
+
"inheritedFrom": {
|
|
23117
|
+
"name": "<local>_DialogElement",
|
|
23118
|
+
"module": "src/dialog/dialog.ts"
|
|
23119
|
+
}
|
|
23120
|
+
},
|
|
23121
|
+
{
|
|
23122
|
+
"kind": "method",
|
|
23123
|
+
"name": "notificationChanged",
|
|
23124
|
+
"inheritedFrom": {
|
|
23125
|
+
"name": "<local>_DialogElement",
|
|
23126
|
+
"module": "src/dialog/dialog.ts"
|
|
23127
|
+
}
|
|
23128
|
+
},
|
|
23129
|
+
{
|
|
23130
|
+
"kind": "field",
|
|
23131
|
+
"name": "type",
|
|
23132
|
+
"type": {
|
|
23133
|
+
"text": "DialogType"
|
|
23134
|
+
},
|
|
23135
|
+
"default": "'default'",
|
|
23136
|
+
"inheritedFrom": {
|
|
23137
|
+
"name": "<local>_DialogElement",
|
|
23138
|
+
"module": "src/dialog/dialog.ts"
|
|
23139
|
+
}
|
|
23140
|
+
},
|
|
23141
|
+
{
|
|
23142
|
+
"kind": "field",
|
|
23143
|
+
"name": "position",
|
|
23144
|
+
"type": {
|
|
23145
|
+
"text": "DialogPosition"
|
|
23146
|
+
},
|
|
23147
|
+
"default": "'center'",
|
|
23148
|
+
"inheritedFrom": {
|
|
23149
|
+
"name": "<local>_DialogElement",
|
|
23150
|
+
"module": "src/dialog/dialog.ts"
|
|
23151
|
+
}
|
|
23152
|
+
},
|
|
23153
|
+
{
|
|
23154
|
+
"kind": "field",
|
|
23155
|
+
"name": "showCloseIcon",
|
|
23156
|
+
"type": {
|
|
23157
|
+
"text": "boolean"
|
|
23158
|
+
},
|
|
23159
|
+
"default": "true",
|
|
23160
|
+
"description": "Whether or not to show the close icon",
|
|
23161
|
+
"inheritedFrom": {
|
|
23162
|
+
"name": "<local>_DialogElement",
|
|
23163
|
+
"module": "src/dialog/dialog.ts"
|
|
23164
|
+
}
|
|
23165
|
+
},
|
|
23166
|
+
{
|
|
23167
|
+
"kind": "field",
|
|
23168
|
+
"name": "onShowCallback",
|
|
23169
|
+
"type": {
|
|
23170
|
+
"text": "() => void"
|
|
23171
|
+
},
|
|
23172
|
+
"description": "Callback to run *before* HTMLDialogElement is shown",
|
|
23173
|
+
"inheritedFrom": {
|
|
23174
|
+
"name": "<local>_DialogElement",
|
|
23175
|
+
"module": "src/dialog/dialog.ts"
|
|
23176
|
+
}
|
|
23177
|
+
},
|
|
23178
|
+
{
|
|
23179
|
+
"kind": "field",
|
|
23180
|
+
"name": "onCloseCallback",
|
|
23181
|
+
"type": {
|
|
23182
|
+
"text": "() => void"
|
|
23183
|
+
},
|
|
23184
|
+
"description": "Callback to run *after* HTMLDialogElement is closed",
|
|
23185
|
+
"inheritedFrom": {
|
|
23186
|
+
"name": "<local>_DialogElement",
|
|
23187
|
+
"module": "src/dialog/dialog.ts"
|
|
23188
|
+
}
|
|
23189
|
+
},
|
|
23190
|
+
{
|
|
23191
|
+
"kind": "field",
|
|
23192
|
+
"name": "open",
|
|
23193
|
+
"type": {
|
|
23194
|
+
"text": "boolean"
|
|
23195
|
+
},
|
|
23196
|
+
"description": "Determine if the dialog is showing or closed.",
|
|
23197
|
+
"readonly": true,
|
|
23198
|
+
"inheritedFrom": {
|
|
23199
|
+
"name": "<local>_DialogElement",
|
|
23200
|
+
"module": "src/dialog/dialog.ts"
|
|
23201
|
+
}
|
|
23202
|
+
},
|
|
23203
|
+
{
|
|
23204
|
+
"kind": "method",
|
|
23205
|
+
"name": "close",
|
|
23206
|
+
"return": {
|
|
23207
|
+
"type": {
|
|
23208
|
+
"text": "void"
|
|
23209
|
+
}
|
|
23210
|
+
},
|
|
23211
|
+
"description": "Remove the HTMLDialogElement from display",
|
|
23212
|
+
"inheritedFrom": {
|
|
23213
|
+
"name": "<local>_DialogElement",
|
|
23214
|
+
"module": "src/dialog/dialog.ts"
|
|
23215
|
+
}
|
|
23216
|
+
},
|
|
23217
|
+
{
|
|
23218
|
+
"kind": "method",
|
|
23219
|
+
"name": "dismiss",
|
|
23220
|
+
"privacy": "public",
|
|
23221
|
+
"description": "Dismiss the Dialog from display and calls the dismissing action.",
|
|
23222
|
+
"inheritedFrom": {
|
|
23223
|
+
"name": "<local>_DialogElement",
|
|
23224
|
+
"module": "src/dialog/dialog.ts"
|
|
23225
|
+
}
|
|
23226
|
+
},
|
|
23227
|
+
{
|
|
23228
|
+
"kind": "method",
|
|
23229
|
+
"name": "closeDialog",
|
|
23230
|
+
"privacy": "public",
|
|
23231
|
+
"return": {
|
|
23232
|
+
"type": {
|
|
23233
|
+
"text": "void"
|
|
23234
|
+
}
|
|
23235
|
+
},
|
|
23236
|
+
"description": "Dismiss the Dialog from display.",
|
|
23237
|
+
"inheritedFrom": {
|
|
23238
|
+
"name": "<local>_DialogElement",
|
|
23239
|
+
"module": "src/dialog/dialog.ts"
|
|
23240
|
+
}
|
|
23241
|
+
},
|
|
23242
|
+
{
|
|
23243
|
+
"kind": "field",
|
|
23244
|
+
"name": "_presentation",
|
|
23245
|
+
"type": {
|
|
23246
|
+
"text": "ComponentPresentation | null | undefined"
|
|
23247
|
+
},
|
|
23248
|
+
"privacy": "private",
|
|
23249
|
+
"default": "void 0",
|
|
23250
|
+
"inheritedFrom": {
|
|
23251
|
+
"name": "FoundationElement",
|
|
23252
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
23253
|
+
}
|
|
23254
|
+
},
|
|
23255
|
+
{
|
|
23256
|
+
"kind": "field",
|
|
23257
|
+
"name": "$presentation",
|
|
23258
|
+
"type": {
|
|
23259
|
+
"text": "ComponentPresentation | null"
|
|
23260
|
+
},
|
|
23261
|
+
"privacy": "public",
|
|
23262
|
+
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
23263
|
+
"inheritedFrom": {
|
|
23264
|
+
"name": "FoundationElement",
|
|
23265
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
23266
|
+
}
|
|
23267
|
+
},
|
|
23268
|
+
{
|
|
23269
|
+
"kind": "field",
|
|
23270
|
+
"name": "template",
|
|
23271
|
+
"type": {
|
|
23272
|
+
"text": "ElementViewTemplate | void | null"
|
|
23273
|
+
},
|
|
23274
|
+
"privacy": "public",
|
|
23275
|
+
"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.",
|
|
23276
|
+
"inheritedFrom": {
|
|
23277
|
+
"name": "FoundationElement",
|
|
23278
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
23279
|
+
}
|
|
23280
|
+
},
|
|
23281
|
+
{
|
|
23282
|
+
"kind": "method",
|
|
23283
|
+
"name": "templateChanged",
|
|
23284
|
+
"privacy": "protected",
|
|
23285
|
+
"return": {
|
|
23286
|
+
"type": {
|
|
23287
|
+
"text": "void"
|
|
23288
|
+
}
|
|
23289
|
+
},
|
|
23290
|
+
"inheritedFrom": {
|
|
23291
|
+
"name": "FoundationElement",
|
|
23292
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
23293
|
+
}
|
|
23294
|
+
},
|
|
23295
|
+
{
|
|
23296
|
+
"kind": "field",
|
|
23297
|
+
"name": "styles",
|
|
23298
|
+
"type": {
|
|
23299
|
+
"text": "ElementStyles | void | null"
|
|
23300
|
+
},
|
|
23301
|
+
"privacy": "public",
|
|
23302
|
+
"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.",
|
|
23303
|
+
"inheritedFrom": {
|
|
23304
|
+
"name": "FoundationElement",
|
|
23305
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
23306
|
+
}
|
|
23307
|
+
},
|
|
23308
|
+
{
|
|
23309
|
+
"kind": "method",
|
|
23310
|
+
"name": "stylesChanged",
|
|
23311
|
+
"privacy": "protected",
|
|
23312
|
+
"return": {
|
|
23313
|
+
"type": {
|
|
23314
|
+
"text": "void"
|
|
23315
|
+
}
|
|
23316
|
+
},
|
|
23317
|
+
"inheritedFrom": {
|
|
23318
|
+
"name": "FoundationElement",
|
|
23319
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
23320
|
+
}
|
|
23321
|
+
},
|
|
23322
|
+
{
|
|
23323
|
+
"kind": "method",
|
|
23324
|
+
"name": "compose",
|
|
23325
|
+
"privacy": "public",
|
|
23326
|
+
"static": true,
|
|
23327
|
+
"return": {
|
|
23328
|
+
"type": {
|
|
23329
|
+
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
23330
|
+
}
|
|
23331
|
+
},
|
|
23332
|
+
"parameters": [
|
|
23333
|
+
{
|
|
23334
|
+
"name": "this",
|
|
23335
|
+
"type": {
|
|
23336
|
+
"text": "K"
|
|
23337
|
+
}
|
|
23338
|
+
},
|
|
23339
|
+
{
|
|
23340
|
+
"name": "elementDefinition",
|
|
23341
|
+
"type": {
|
|
23342
|
+
"text": "T"
|
|
23343
|
+
},
|
|
23344
|
+
"description": "The definition of the element to create the registry\nfunction for."
|
|
23345
|
+
}
|
|
23346
|
+
],
|
|
23347
|
+
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
23348
|
+
"inheritedFrom": {
|
|
23349
|
+
"name": "FoundationElement",
|
|
23350
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
23351
|
+
}
|
|
23352
|
+
}
|
|
23353
|
+
],
|
|
23354
|
+
"superclass": {
|
|
23355
|
+
"name": "DialogElement",
|
|
23356
|
+
"module": "/src/dialog"
|
|
23357
|
+
},
|
|
23358
|
+
"tagName": "%%prefix%%-modal",
|
|
23359
|
+
"customElement": true,
|
|
23360
|
+
"attributes": [
|
|
23361
|
+
{
|
|
23362
|
+
"name": "type",
|
|
23363
|
+
"type": {
|
|
23364
|
+
"text": "DialogType"
|
|
23365
|
+
},
|
|
23366
|
+
"default": "'default'",
|
|
23367
|
+
"fieldName": "type",
|
|
23368
|
+
"inheritedFrom": {
|
|
23369
|
+
"name": "<local>_DialogElement",
|
|
23370
|
+
"module": "src/dialog/dialog.ts"
|
|
23371
|
+
}
|
|
23372
|
+
},
|
|
23373
|
+
{
|
|
23374
|
+
"name": "position",
|
|
23375
|
+
"type": {
|
|
23376
|
+
"text": "DialogPosition"
|
|
23377
|
+
},
|
|
23378
|
+
"default": "'center'",
|
|
23379
|
+
"fieldName": "position",
|
|
23380
|
+
"inheritedFrom": {
|
|
23381
|
+
"name": "<local>_DialogElement",
|
|
23382
|
+
"module": "src/dialog/dialog.ts"
|
|
23383
|
+
}
|
|
23384
|
+
},
|
|
23385
|
+
{
|
|
23386
|
+
"name": "show-close-icon",
|
|
23387
|
+
"type": {
|
|
23388
|
+
"text": "boolean"
|
|
23389
|
+
},
|
|
23390
|
+
"default": "true",
|
|
23391
|
+
"description": "Whether or not to show the close icon",
|
|
23392
|
+
"fieldName": "showCloseIcon",
|
|
23393
|
+
"inheritedFrom": {
|
|
23394
|
+
"name": "<local>_DialogElement",
|
|
23395
|
+
"module": "src/dialog/dialog.ts"
|
|
23396
|
+
}
|
|
23397
|
+
}
|
|
23398
|
+
]
|
|
23399
|
+
},
|
|
23400
|
+
{
|
|
23401
|
+
"kind": "variable",
|
|
23402
|
+
"name": "foundationModal",
|
|
23403
|
+
"description": "The Foundation Modal",
|
|
23404
|
+
"privacy": "public"
|
|
23405
|
+
}
|
|
23406
|
+
],
|
|
23407
|
+
"exports": [
|
|
23408
|
+
{
|
|
23409
|
+
"kind": "js",
|
|
23410
|
+
"name": "foundationModalShadowOptions",
|
|
23411
|
+
"declaration": {
|
|
23412
|
+
"name": "foundationModalShadowOptions",
|
|
23413
|
+
"module": "src/modal/modal.ts"
|
|
23414
|
+
}
|
|
23415
|
+
},
|
|
23416
|
+
{
|
|
23417
|
+
"kind": "js",
|
|
23418
|
+
"name": "defaultModalConfig",
|
|
23419
|
+
"declaration": {
|
|
23420
|
+
"name": "defaultModalConfig",
|
|
23421
|
+
"module": "src/modal/modal.ts"
|
|
23422
|
+
}
|
|
23423
|
+
},
|
|
23424
|
+
{
|
|
23425
|
+
"kind": "js",
|
|
23426
|
+
"name": "Modal",
|
|
23427
|
+
"declaration": {
|
|
23428
|
+
"name": "Modal",
|
|
23429
|
+
"module": "src/modal/modal.ts"
|
|
23430
|
+
}
|
|
23431
|
+
},
|
|
23432
|
+
{
|
|
23433
|
+
"kind": "js",
|
|
23434
|
+
"name": "foundationModal",
|
|
23435
|
+
"declaration": {
|
|
23436
|
+
"name": "foundationModal",
|
|
23437
|
+
"module": "src/modal/modal.ts"
|
|
23438
|
+
}
|
|
23439
|
+
}
|
|
23440
|
+
]
|
|
23441
|
+
},
|
|
22980
23442
|
{
|
|
22981
23443
|
"kind": "javascript-module",
|
|
22982
23444
|
"path": "src/menu-item/index.ts",
|
|
@@ -23459,7 +23921,7 @@
|
|
|
23459
23921
|
},
|
|
23460
23922
|
{
|
|
23461
23923
|
"kind": "javascript-module",
|
|
23462
|
-
"path": "src/
|
|
23924
|
+
"path": "src/multiselect/index.ts",
|
|
23463
23925
|
"declarations": [],
|
|
23464
23926
|
"exports": [
|
|
23465
23927
|
{
|
|
@@ -23467,7 +23929,7 @@
|
|
|
23467
23929
|
"name": "*",
|
|
23468
23930
|
"declaration": {
|
|
23469
23931
|
"name": "*",
|
|
23470
|
-
"package": "./
|
|
23932
|
+
"package": "./multiselect-consts"
|
|
23471
23933
|
}
|
|
23472
23934
|
},
|
|
23473
23935
|
{
|
|
@@ -23475,7 +23937,7 @@
|
|
|
23475
23937
|
"name": "*",
|
|
23476
23938
|
"declaration": {
|
|
23477
23939
|
"name": "*",
|
|
23478
|
-
"package": "./
|
|
23940
|
+
"package": "./multiselect"
|
|
23479
23941
|
}
|
|
23480
23942
|
},
|
|
23481
23943
|
{
|
|
@@ -23483,520 +23945,58 @@
|
|
|
23483
23945
|
"name": "*",
|
|
23484
23946
|
"declaration": {
|
|
23485
23947
|
"name": "*",
|
|
23486
|
-
"package": "./
|
|
23948
|
+
"package": "./multiselect.styles"
|
|
23949
|
+
}
|
|
23950
|
+
},
|
|
23951
|
+
{
|
|
23952
|
+
"kind": "js",
|
|
23953
|
+
"name": "*",
|
|
23954
|
+
"declaration": {
|
|
23955
|
+
"name": "*",
|
|
23956
|
+
"package": "./multiselect.template"
|
|
23487
23957
|
}
|
|
23488
23958
|
}
|
|
23489
23959
|
]
|
|
23490
23960
|
},
|
|
23491
23961
|
{
|
|
23492
23962
|
"kind": "javascript-module",
|
|
23493
|
-
"path": "src/
|
|
23963
|
+
"path": "src/multiselect/multiselect-consts.ts",
|
|
23964
|
+
"declarations": [],
|
|
23965
|
+
"exports": []
|
|
23966
|
+
},
|
|
23967
|
+
{
|
|
23968
|
+
"kind": "javascript-module",
|
|
23969
|
+
"path": "src/multiselect/multiselect.styles.ts",
|
|
23494
23970
|
"declarations": [
|
|
23495
23971
|
{
|
|
23496
23972
|
"kind": "variable",
|
|
23497
|
-
"name": "
|
|
23973
|
+
"name": "maxheight",
|
|
23498
23974
|
"type": {
|
|
23499
|
-
"text": "
|
|
23975
|
+
"text": "number"
|
|
23500
23976
|
},
|
|
23501
|
-
"default": "
|
|
23977
|
+
"default": "230"
|
|
23978
|
+
},
|
|
23979
|
+
{
|
|
23980
|
+
"kind": "variable",
|
|
23981
|
+
"name": "multiselectStyles",
|
|
23982
|
+
"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`"
|
|
23502
23983
|
}
|
|
23503
23984
|
],
|
|
23504
23985
|
"exports": [
|
|
23505
23986
|
{
|
|
23506
23987
|
"kind": "js",
|
|
23507
|
-
"name": "
|
|
23988
|
+
"name": "maxheight",
|
|
23508
23989
|
"declaration": {
|
|
23509
|
-
"name": "
|
|
23510
|
-
"module": "src/
|
|
23511
|
-
}
|
|
23512
|
-
}
|
|
23513
|
-
|
|
23514
|
-
|
|
23515
|
-
|
|
23516
|
-
|
|
23517
|
-
|
|
23518
|
-
|
|
23519
|
-
{
|
|
23520
|
-
"kind": "variable",
|
|
23521
|
-
"name": "foundationModalTemplate",
|
|
23522
|
-
"type": {
|
|
23523
|
-
"text": "ViewTemplate<Modal>"
|
|
23524
|
-
},
|
|
23525
|
-
"default": "html`\n ${foundationDialogTemplate}\n`"
|
|
23526
|
-
}
|
|
23527
|
-
],
|
|
23528
|
-
"exports": [
|
|
23529
|
-
{
|
|
23530
|
-
"kind": "js",
|
|
23531
|
-
"name": "foundationModalTemplate",
|
|
23532
|
-
"declaration": {
|
|
23533
|
-
"name": "foundationModalTemplate",
|
|
23534
|
-
"module": "src/modal/modal.template.ts"
|
|
23535
|
-
}
|
|
23536
|
-
}
|
|
23537
|
-
]
|
|
23538
|
-
},
|
|
23539
|
-
{
|
|
23540
|
-
"kind": "javascript-module",
|
|
23541
|
-
"path": "src/modal/modal.ts",
|
|
23542
|
-
"declarations": [
|
|
23543
|
-
{
|
|
23544
|
-
"kind": "variable",
|
|
23545
|
-
"name": "foundationModalShadowOptions",
|
|
23546
|
-
"type": {
|
|
23547
|
-
"text": "ShadowRootInit"
|
|
23548
|
-
},
|
|
23549
|
-
"default": "{\n mode: 'open',\n delegatesFocus: true,\n}"
|
|
23550
|
-
},
|
|
23551
|
-
{
|
|
23552
|
-
"kind": "variable",
|
|
23553
|
-
"name": "defaultModalConfig",
|
|
23554
|
-
"type": {
|
|
23555
|
-
"text": "object"
|
|
23556
|
-
},
|
|
23557
|
-
"default": "{}"
|
|
23558
|
-
},
|
|
23559
|
-
{
|
|
23560
|
-
"kind": "class",
|
|
23561
|
-
"description": "",
|
|
23562
|
-
"name": "Modal",
|
|
23563
|
-
"members": [
|
|
23564
|
-
{
|
|
23565
|
-
"kind": "method",
|
|
23566
|
-
"name": "show",
|
|
23567
|
-
"return": {
|
|
23568
|
-
"type": {
|
|
23569
|
-
"text": "void"
|
|
23570
|
-
}
|
|
23571
|
-
},
|
|
23572
|
-
"description": "Show the HTMLDialogElement and its contents",
|
|
23573
|
-
"inheritedFrom": {
|
|
23574
|
-
"name": "<local>_DialogElement",
|
|
23575
|
-
"module": "src/dialog/dialog.ts"
|
|
23576
|
-
}
|
|
23577
|
-
},
|
|
23578
|
-
{
|
|
23579
|
-
"kind": "field",
|
|
23580
|
-
"name": "mainElement",
|
|
23581
|
-
"type": {
|
|
23582
|
-
"text": "HTMLDialogElement"
|
|
23583
|
-
},
|
|
23584
|
-
"description": "A reference to the dialog element\nin the component Shadow DOM.",
|
|
23585
|
-
"inheritedFrom": {
|
|
23586
|
-
"name": "<local>_DialogElement",
|
|
23587
|
-
"module": "src/dialog/dialog.ts"
|
|
23588
|
-
}
|
|
23589
|
-
},
|
|
23590
|
-
{
|
|
23591
|
-
"kind": "field",
|
|
23592
|
-
"name": "notification",
|
|
23593
|
-
"type": {
|
|
23594
|
-
"text": "NotificationStructure"
|
|
23595
|
-
},
|
|
23596
|
-
"inheritedFrom": {
|
|
23597
|
-
"name": "<local>_DialogElement",
|
|
23598
|
-
"module": "src/dialog/dialog.ts"
|
|
23599
|
-
}
|
|
23600
|
-
},
|
|
23601
|
-
{
|
|
23602
|
-
"kind": "method",
|
|
23603
|
-
"name": "notificationChanged",
|
|
23604
|
-
"inheritedFrom": {
|
|
23605
|
-
"name": "<local>_DialogElement",
|
|
23606
|
-
"module": "src/dialog/dialog.ts"
|
|
23607
|
-
}
|
|
23608
|
-
},
|
|
23609
|
-
{
|
|
23610
|
-
"kind": "field",
|
|
23611
|
-
"name": "type",
|
|
23612
|
-
"type": {
|
|
23613
|
-
"text": "DialogType"
|
|
23614
|
-
},
|
|
23615
|
-
"default": "'default'",
|
|
23616
|
-
"inheritedFrom": {
|
|
23617
|
-
"name": "<local>_DialogElement",
|
|
23618
|
-
"module": "src/dialog/dialog.ts"
|
|
23619
|
-
}
|
|
23620
|
-
},
|
|
23621
|
-
{
|
|
23622
|
-
"kind": "field",
|
|
23623
|
-
"name": "position",
|
|
23624
|
-
"type": {
|
|
23625
|
-
"text": "DialogPosition"
|
|
23626
|
-
},
|
|
23627
|
-
"default": "'center'",
|
|
23628
|
-
"inheritedFrom": {
|
|
23629
|
-
"name": "<local>_DialogElement",
|
|
23630
|
-
"module": "src/dialog/dialog.ts"
|
|
23631
|
-
}
|
|
23632
|
-
},
|
|
23633
|
-
{
|
|
23634
|
-
"kind": "field",
|
|
23635
|
-
"name": "showCloseIcon",
|
|
23636
|
-
"type": {
|
|
23637
|
-
"text": "boolean"
|
|
23638
|
-
},
|
|
23639
|
-
"default": "true",
|
|
23640
|
-
"description": "Whether or not to show the close icon",
|
|
23641
|
-
"inheritedFrom": {
|
|
23642
|
-
"name": "<local>_DialogElement",
|
|
23643
|
-
"module": "src/dialog/dialog.ts"
|
|
23644
|
-
}
|
|
23645
|
-
},
|
|
23646
|
-
{
|
|
23647
|
-
"kind": "field",
|
|
23648
|
-
"name": "onShowCallback",
|
|
23649
|
-
"type": {
|
|
23650
|
-
"text": "() => void"
|
|
23651
|
-
},
|
|
23652
|
-
"description": "Callback to run *before* HTMLDialogElement is shown",
|
|
23653
|
-
"inheritedFrom": {
|
|
23654
|
-
"name": "<local>_DialogElement",
|
|
23655
|
-
"module": "src/dialog/dialog.ts"
|
|
23656
|
-
}
|
|
23657
|
-
},
|
|
23658
|
-
{
|
|
23659
|
-
"kind": "field",
|
|
23660
|
-
"name": "onCloseCallback",
|
|
23661
|
-
"type": {
|
|
23662
|
-
"text": "() => void"
|
|
23663
|
-
},
|
|
23664
|
-
"description": "Callback to run *after* HTMLDialogElement is closed",
|
|
23665
|
-
"inheritedFrom": {
|
|
23666
|
-
"name": "<local>_DialogElement",
|
|
23667
|
-
"module": "src/dialog/dialog.ts"
|
|
23668
|
-
}
|
|
23669
|
-
},
|
|
23670
|
-
{
|
|
23671
|
-
"kind": "field",
|
|
23672
|
-
"name": "open",
|
|
23673
|
-
"type": {
|
|
23674
|
-
"text": "boolean"
|
|
23675
|
-
},
|
|
23676
|
-
"description": "Determine if the dialog is showing or closed.",
|
|
23677
|
-
"readonly": true,
|
|
23678
|
-
"inheritedFrom": {
|
|
23679
|
-
"name": "<local>_DialogElement",
|
|
23680
|
-
"module": "src/dialog/dialog.ts"
|
|
23681
|
-
}
|
|
23682
|
-
},
|
|
23683
|
-
{
|
|
23684
|
-
"kind": "method",
|
|
23685
|
-
"name": "close",
|
|
23686
|
-
"return": {
|
|
23687
|
-
"type": {
|
|
23688
|
-
"text": "void"
|
|
23689
|
-
}
|
|
23690
|
-
},
|
|
23691
|
-
"description": "Remove the HTMLDialogElement from display",
|
|
23692
|
-
"inheritedFrom": {
|
|
23693
|
-
"name": "<local>_DialogElement",
|
|
23694
|
-
"module": "src/dialog/dialog.ts"
|
|
23695
|
-
}
|
|
23696
|
-
},
|
|
23697
|
-
{
|
|
23698
|
-
"kind": "method",
|
|
23699
|
-
"name": "dismiss",
|
|
23700
|
-
"privacy": "public",
|
|
23701
|
-
"description": "Dismiss the Dialog from display and calls the dismissing action.",
|
|
23702
|
-
"inheritedFrom": {
|
|
23703
|
-
"name": "<local>_DialogElement",
|
|
23704
|
-
"module": "src/dialog/dialog.ts"
|
|
23705
|
-
}
|
|
23706
|
-
},
|
|
23707
|
-
{
|
|
23708
|
-
"kind": "method",
|
|
23709
|
-
"name": "closeDialog",
|
|
23710
|
-
"privacy": "public",
|
|
23711
|
-
"return": {
|
|
23712
|
-
"type": {
|
|
23713
|
-
"text": "void"
|
|
23714
|
-
}
|
|
23715
|
-
},
|
|
23716
|
-
"description": "Dismiss the Dialog from display.",
|
|
23717
|
-
"inheritedFrom": {
|
|
23718
|
-
"name": "<local>_DialogElement",
|
|
23719
|
-
"module": "src/dialog/dialog.ts"
|
|
23720
|
-
}
|
|
23721
|
-
},
|
|
23722
|
-
{
|
|
23723
|
-
"kind": "field",
|
|
23724
|
-
"name": "_presentation",
|
|
23725
|
-
"type": {
|
|
23726
|
-
"text": "ComponentPresentation | null | undefined"
|
|
23727
|
-
},
|
|
23728
|
-
"privacy": "private",
|
|
23729
|
-
"default": "void 0",
|
|
23730
|
-
"inheritedFrom": {
|
|
23731
|
-
"name": "FoundationElement",
|
|
23732
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
23733
|
-
}
|
|
23734
|
-
},
|
|
23735
|
-
{
|
|
23736
|
-
"kind": "field",
|
|
23737
|
-
"name": "$presentation",
|
|
23738
|
-
"type": {
|
|
23739
|
-
"text": "ComponentPresentation | null"
|
|
23740
|
-
},
|
|
23741
|
-
"privacy": "public",
|
|
23742
|
-
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
23743
|
-
"inheritedFrom": {
|
|
23744
|
-
"name": "FoundationElement",
|
|
23745
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
23746
|
-
}
|
|
23747
|
-
},
|
|
23748
|
-
{
|
|
23749
|
-
"kind": "field",
|
|
23750
|
-
"name": "template",
|
|
23751
|
-
"type": {
|
|
23752
|
-
"text": "ElementViewTemplate | void | null"
|
|
23753
|
-
},
|
|
23754
|
-
"privacy": "public",
|
|
23755
|
-
"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.",
|
|
23756
|
-
"inheritedFrom": {
|
|
23757
|
-
"name": "FoundationElement",
|
|
23758
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
23759
|
-
}
|
|
23760
|
-
},
|
|
23761
|
-
{
|
|
23762
|
-
"kind": "method",
|
|
23763
|
-
"name": "templateChanged",
|
|
23764
|
-
"privacy": "protected",
|
|
23765
|
-
"return": {
|
|
23766
|
-
"type": {
|
|
23767
|
-
"text": "void"
|
|
23768
|
-
}
|
|
23769
|
-
},
|
|
23770
|
-
"inheritedFrom": {
|
|
23771
|
-
"name": "FoundationElement",
|
|
23772
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
23773
|
-
}
|
|
23774
|
-
},
|
|
23775
|
-
{
|
|
23776
|
-
"kind": "field",
|
|
23777
|
-
"name": "styles",
|
|
23778
|
-
"type": {
|
|
23779
|
-
"text": "ElementStyles | void | null"
|
|
23780
|
-
},
|
|
23781
|
-
"privacy": "public",
|
|
23782
|
-
"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.",
|
|
23783
|
-
"inheritedFrom": {
|
|
23784
|
-
"name": "FoundationElement",
|
|
23785
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
23786
|
-
}
|
|
23787
|
-
},
|
|
23788
|
-
{
|
|
23789
|
-
"kind": "method",
|
|
23790
|
-
"name": "stylesChanged",
|
|
23791
|
-
"privacy": "protected",
|
|
23792
|
-
"return": {
|
|
23793
|
-
"type": {
|
|
23794
|
-
"text": "void"
|
|
23795
|
-
}
|
|
23796
|
-
},
|
|
23797
|
-
"inheritedFrom": {
|
|
23798
|
-
"name": "FoundationElement",
|
|
23799
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
23800
|
-
}
|
|
23801
|
-
},
|
|
23802
|
-
{
|
|
23803
|
-
"kind": "method",
|
|
23804
|
-
"name": "compose",
|
|
23805
|
-
"privacy": "public",
|
|
23806
|
-
"static": true,
|
|
23807
|
-
"return": {
|
|
23808
|
-
"type": {
|
|
23809
|
-
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
23810
|
-
}
|
|
23811
|
-
},
|
|
23812
|
-
"parameters": [
|
|
23813
|
-
{
|
|
23814
|
-
"name": "this",
|
|
23815
|
-
"type": {
|
|
23816
|
-
"text": "K"
|
|
23817
|
-
}
|
|
23818
|
-
},
|
|
23819
|
-
{
|
|
23820
|
-
"name": "elementDefinition",
|
|
23821
|
-
"type": {
|
|
23822
|
-
"text": "T"
|
|
23823
|
-
},
|
|
23824
|
-
"description": "The definition of the element to create the registry\nfunction for."
|
|
23825
|
-
}
|
|
23826
|
-
],
|
|
23827
|
-
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
23828
|
-
"inheritedFrom": {
|
|
23829
|
-
"name": "FoundationElement",
|
|
23830
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
23831
|
-
}
|
|
23832
|
-
}
|
|
23833
|
-
],
|
|
23834
|
-
"superclass": {
|
|
23835
|
-
"name": "DialogElement",
|
|
23836
|
-
"module": "/src/dialog"
|
|
23837
|
-
},
|
|
23838
|
-
"tagName": "%%prefix%%-modal",
|
|
23839
|
-
"customElement": true,
|
|
23840
|
-
"attributes": [
|
|
23841
|
-
{
|
|
23842
|
-
"name": "type",
|
|
23843
|
-
"type": {
|
|
23844
|
-
"text": "DialogType"
|
|
23845
|
-
},
|
|
23846
|
-
"default": "'default'",
|
|
23847
|
-
"fieldName": "type",
|
|
23848
|
-
"inheritedFrom": {
|
|
23849
|
-
"name": "<local>_DialogElement",
|
|
23850
|
-
"module": "src/dialog/dialog.ts"
|
|
23851
|
-
}
|
|
23852
|
-
},
|
|
23853
|
-
{
|
|
23854
|
-
"name": "position",
|
|
23855
|
-
"type": {
|
|
23856
|
-
"text": "DialogPosition"
|
|
23857
|
-
},
|
|
23858
|
-
"default": "'center'",
|
|
23859
|
-
"fieldName": "position",
|
|
23860
|
-
"inheritedFrom": {
|
|
23861
|
-
"name": "<local>_DialogElement",
|
|
23862
|
-
"module": "src/dialog/dialog.ts"
|
|
23863
|
-
}
|
|
23864
|
-
},
|
|
23865
|
-
{
|
|
23866
|
-
"name": "show-close-icon",
|
|
23867
|
-
"type": {
|
|
23868
|
-
"text": "boolean"
|
|
23869
|
-
},
|
|
23870
|
-
"default": "true",
|
|
23871
|
-
"description": "Whether or not to show the close icon",
|
|
23872
|
-
"fieldName": "showCloseIcon",
|
|
23873
|
-
"inheritedFrom": {
|
|
23874
|
-
"name": "<local>_DialogElement",
|
|
23875
|
-
"module": "src/dialog/dialog.ts"
|
|
23876
|
-
}
|
|
23877
|
-
}
|
|
23878
|
-
]
|
|
23879
|
-
},
|
|
23880
|
-
{
|
|
23881
|
-
"kind": "variable",
|
|
23882
|
-
"name": "foundationModal",
|
|
23883
|
-
"description": "The Foundation Modal",
|
|
23884
|
-
"privacy": "public"
|
|
23885
|
-
}
|
|
23886
|
-
],
|
|
23887
|
-
"exports": [
|
|
23888
|
-
{
|
|
23889
|
-
"kind": "js",
|
|
23890
|
-
"name": "foundationModalShadowOptions",
|
|
23891
|
-
"declaration": {
|
|
23892
|
-
"name": "foundationModalShadowOptions",
|
|
23893
|
-
"module": "src/modal/modal.ts"
|
|
23894
|
-
}
|
|
23895
|
-
},
|
|
23896
|
-
{
|
|
23897
|
-
"kind": "js",
|
|
23898
|
-
"name": "defaultModalConfig",
|
|
23899
|
-
"declaration": {
|
|
23900
|
-
"name": "defaultModalConfig",
|
|
23901
|
-
"module": "src/modal/modal.ts"
|
|
23902
|
-
}
|
|
23903
|
-
},
|
|
23904
|
-
{
|
|
23905
|
-
"kind": "js",
|
|
23906
|
-
"name": "Modal",
|
|
23907
|
-
"declaration": {
|
|
23908
|
-
"name": "Modal",
|
|
23909
|
-
"module": "src/modal/modal.ts"
|
|
23910
|
-
}
|
|
23911
|
-
},
|
|
23912
|
-
{
|
|
23913
|
-
"kind": "js",
|
|
23914
|
-
"name": "foundationModal",
|
|
23915
|
-
"declaration": {
|
|
23916
|
-
"name": "foundationModal",
|
|
23917
|
-
"module": "src/modal/modal.ts"
|
|
23918
|
-
}
|
|
23919
|
-
}
|
|
23920
|
-
]
|
|
23921
|
-
},
|
|
23922
|
-
{
|
|
23923
|
-
"kind": "javascript-module",
|
|
23924
|
-
"path": "src/multiselect/index.ts",
|
|
23925
|
-
"declarations": [],
|
|
23926
|
-
"exports": [
|
|
23927
|
-
{
|
|
23928
|
-
"kind": "js",
|
|
23929
|
-
"name": "*",
|
|
23930
|
-
"declaration": {
|
|
23931
|
-
"name": "*",
|
|
23932
|
-
"package": "./multiselect-consts"
|
|
23933
|
-
}
|
|
23934
|
-
},
|
|
23935
|
-
{
|
|
23936
|
-
"kind": "js",
|
|
23937
|
-
"name": "*",
|
|
23938
|
-
"declaration": {
|
|
23939
|
-
"name": "*",
|
|
23940
|
-
"package": "./multiselect"
|
|
23941
|
-
}
|
|
23942
|
-
},
|
|
23943
|
-
{
|
|
23944
|
-
"kind": "js",
|
|
23945
|
-
"name": "*",
|
|
23946
|
-
"declaration": {
|
|
23947
|
-
"name": "*",
|
|
23948
|
-
"package": "./multiselect.styles"
|
|
23949
|
-
}
|
|
23950
|
-
},
|
|
23951
|
-
{
|
|
23952
|
-
"kind": "js",
|
|
23953
|
-
"name": "*",
|
|
23954
|
-
"declaration": {
|
|
23955
|
-
"name": "*",
|
|
23956
|
-
"package": "./multiselect.template"
|
|
23957
|
-
}
|
|
23958
|
-
}
|
|
23959
|
-
]
|
|
23960
|
-
},
|
|
23961
|
-
{
|
|
23962
|
-
"kind": "javascript-module",
|
|
23963
|
-
"path": "src/multiselect/multiselect-consts.ts",
|
|
23964
|
-
"declarations": [],
|
|
23965
|
-
"exports": []
|
|
23966
|
-
},
|
|
23967
|
-
{
|
|
23968
|
-
"kind": "javascript-module",
|
|
23969
|
-
"path": "src/multiselect/multiselect.styles.ts",
|
|
23970
|
-
"declarations": [
|
|
23971
|
-
{
|
|
23972
|
-
"kind": "variable",
|
|
23973
|
-
"name": "maxheight",
|
|
23974
|
-
"type": {
|
|
23975
|
-
"text": "number"
|
|
23976
|
-
},
|
|
23977
|
-
"default": "230"
|
|
23978
|
-
},
|
|
23979
|
-
{
|
|
23980
|
-
"kind": "variable",
|
|
23981
|
-
"name": "multiselectStyles",
|
|
23982
|
-
"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`"
|
|
23983
|
-
}
|
|
23984
|
-
],
|
|
23985
|
-
"exports": [
|
|
23986
|
-
{
|
|
23987
|
-
"kind": "js",
|
|
23988
|
-
"name": "maxheight",
|
|
23989
|
-
"declaration": {
|
|
23990
|
-
"name": "maxheight",
|
|
23991
|
-
"module": "src/multiselect/multiselect.styles.ts"
|
|
23992
|
-
}
|
|
23993
|
-
},
|
|
23994
|
-
{
|
|
23995
|
-
"kind": "js",
|
|
23996
|
-
"name": "multiselectStyles",
|
|
23997
|
-
"declaration": {
|
|
23998
|
-
"name": "multiselectStyles",
|
|
23999
|
-
"module": "src/multiselect/multiselect.styles.ts"
|
|
23990
|
+
"name": "maxheight",
|
|
23991
|
+
"module": "src/multiselect/multiselect.styles.ts"
|
|
23992
|
+
}
|
|
23993
|
+
},
|
|
23994
|
+
{
|
|
23995
|
+
"kind": "js",
|
|
23996
|
+
"name": "multiselectStyles",
|
|
23997
|
+
"declaration": {
|
|
23998
|
+
"name": "multiselectStyles",
|
|
23999
|
+
"module": "src/multiselect/multiselect.styles.ts"
|
|
24000
24000
|
}
|
|
24001
24001
|
}
|
|
24002
24002
|
]
|
|
@@ -37846,7 +37846,7 @@
|
|
|
37846
37846
|
},
|
|
37847
37847
|
{
|
|
37848
37848
|
"kind": "javascript-module",
|
|
37849
|
-
"path": "src/text-
|
|
37849
|
+
"path": "src/text-area/index.ts",
|
|
37850
37850
|
"declarations": [],
|
|
37851
37851
|
"exports": [
|
|
37852
37852
|
{
|
|
@@ -37854,7 +37854,7 @@
|
|
|
37854
37854
|
"name": "*",
|
|
37855
37855
|
"declaration": {
|
|
37856
37856
|
"name": "*",
|
|
37857
|
-
"package": "./text-
|
|
37857
|
+
"package": "./text-area.template"
|
|
37858
37858
|
}
|
|
37859
37859
|
},
|
|
37860
37860
|
{
|
|
@@ -37862,7 +37862,7 @@
|
|
|
37862
37862
|
"name": "*",
|
|
37863
37863
|
"declaration": {
|
|
37864
37864
|
"name": "*",
|
|
37865
|
-
"package": "./text-
|
|
37865
|
+
"package": "./text-area.styles"
|
|
37866
37866
|
}
|
|
37867
37867
|
},
|
|
37868
37868
|
{
|
|
@@ -37870,18 +37870,18 @@
|
|
|
37870
37870
|
"name": "*",
|
|
37871
37871
|
"declaration": {
|
|
37872
37872
|
"name": "*",
|
|
37873
|
-
"package": "./text-
|
|
37873
|
+
"package": "./text-area"
|
|
37874
37874
|
}
|
|
37875
37875
|
}
|
|
37876
37876
|
]
|
|
37877
37877
|
},
|
|
37878
37878
|
{
|
|
37879
37879
|
"kind": "javascript-module",
|
|
37880
|
-
"path": "src/text-
|
|
37880
|
+
"path": "src/text-area/text-area.styles.ts",
|
|
37881
37881
|
"declarations": [
|
|
37882
37882
|
{
|
|
37883
37883
|
"kind": "function",
|
|
37884
|
-
"name": "
|
|
37884
|
+
"name": "foundationTextAreaStyles",
|
|
37885
37885
|
"return": {
|
|
37886
37886
|
"type": {
|
|
37887
37887
|
"text": "ElementStyles"
|
|
@@ -37906,27 +37906,38 @@
|
|
|
37906
37906
|
"exports": [
|
|
37907
37907
|
{
|
|
37908
37908
|
"kind": "js",
|
|
37909
|
-
"name": "
|
|
37909
|
+
"name": "foundationTextAreaStyles",
|
|
37910
37910
|
"declaration": {
|
|
37911
|
-
"name": "
|
|
37912
|
-
"module": "src/text-
|
|
37911
|
+
"name": "foundationTextAreaStyles",
|
|
37912
|
+
"module": "src/text-area/text-area.styles.ts"
|
|
37913
37913
|
}
|
|
37914
37914
|
}
|
|
37915
37915
|
]
|
|
37916
37916
|
},
|
|
37917
37917
|
{
|
|
37918
37918
|
"kind": "javascript-module",
|
|
37919
|
-
"path": "src/text-
|
|
37919
|
+
"path": "src/text-area/text-area.template.ts",
|
|
37920
37920
|
"declarations": [
|
|
37921
37921
|
{
|
|
37922
37922
|
"kind": "function",
|
|
37923
|
-
"name": "
|
|
37923
|
+
"name": "foundationTextAreaTemplate",
|
|
37924
|
+
"return": {
|
|
37925
|
+
"type": {
|
|
37926
|
+
"text": "ViewTemplate<TextArea>"
|
|
37927
|
+
}
|
|
37928
|
+
},
|
|
37924
37929
|
"parameters": [
|
|
37925
37930
|
{
|
|
37926
|
-
"name": "context"
|
|
37931
|
+
"name": "context",
|
|
37932
|
+
"type": {
|
|
37933
|
+
"text": "ElementDefinitionContext"
|
|
37934
|
+
}
|
|
37927
37935
|
},
|
|
37928
37936
|
{
|
|
37929
|
-
"name": "definition"
|
|
37937
|
+
"name": "definition",
|
|
37938
|
+
"type": {
|
|
37939
|
+
"text": "FoundationElementDefinition"
|
|
37940
|
+
}
|
|
37930
37941
|
}
|
|
37931
37942
|
]
|
|
37932
37943
|
}
|
|
@@ -37934,55 +37945,103 @@
|
|
|
37934
37945
|
"exports": [
|
|
37935
37946
|
{
|
|
37936
37947
|
"kind": "js",
|
|
37937
|
-
"name": "
|
|
37948
|
+
"name": "foundationTextAreaTemplate",
|
|
37938
37949
|
"declaration": {
|
|
37939
|
-
"name": "
|
|
37940
|
-
"module": "src/text-
|
|
37950
|
+
"name": "foundationTextAreaTemplate",
|
|
37951
|
+
"module": "src/text-area/text-area.template.ts"
|
|
37941
37952
|
}
|
|
37942
37953
|
}
|
|
37943
37954
|
]
|
|
37944
37955
|
},
|
|
37945
37956
|
{
|
|
37946
37957
|
"kind": "javascript-module",
|
|
37947
|
-
"path": "src/text-
|
|
37958
|
+
"path": "src/text-area/text-area.ts",
|
|
37948
37959
|
"declarations": [
|
|
37949
37960
|
{
|
|
37950
37961
|
"kind": "class",
|
|
37951
37962
|
"description": "",
|
|
37952
|
-
"name": "
|
|
37953
|
-
"
|
|
37963
|
+
"name": "TextArea",
|
|
37964
|
+
"superclass": {
|
|
37965
|
+
"name": "FASTTextArea",
|
|
37966
|
+
"package": "@microsoft/fast-components"
|
|
37967
|
+
},
|
|
37968
|
+
"tagName": "%%prefix%%-text-area",
|
|
37969
|
+
"customElement": true,
|
|
37970
|
+
"attributes": [
|
|
37954
37971
|
{
|
|
37955
|
-
"kind": "field",
|
|
37956
|
-
"name": "autocomplete",
|
|
37957
37972
|
"type": {
|
|
37958
|
-
"text": "
|
|
37973
|
+
"text": "boolean"
|
|
37974
|
+
},
|
|
37975
|
+
"description": "When true, the control will be immutable by user interaction. See https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/readonly | readonly HTML attribute for more information.",
|
|
37976
|
+
"fieldName": "readOnly",
|
|
37977
|
+
"default": "20",
|
|
37978
|
+
"inheritedFrom": {
|
|
37979
|
+
"name": "TextArea",
|
|
37980
|
+
"module": "src/text-area/text-area.ts"
|
|
37959
37981
|
}
|
|
37960
37982
|
},
|
|
37961
37983
|
{
|
|
37962
|
-
"
|
|
37963
|
-
"
|
|
37964
|
-
|
|
37984
|
+
"name": "resize",
|
|
37985
|
+
"type": {
|
|
37986
|
+
"text": "TextAreaResize"
|
|
37987
|
+
},
|
|
37988
|
+
"description": "The resize mode of the element.",
|
|
37989
|
+
"fieldName": "resize",
|
|
37990
|
+
"inheritedFrom": {
|
|
37991
|
+
"name": "TextArea",
|
|
37992
|
+
"module": "src/text-area/text-area.ts"
|
|
37993
|
+
}
|
|
37965
37994
|
},
|
|
37966
37995
|
{
|
|
37967
|
-
"
|
|
37968
|
-
"name": "autocapitalize",
|
|
37996
|
+
"name": "form",
|
|
37969
37997
|
"type": {
|
|
37970
37998
|
"text": "string"
|
|
37971
37999
|
},
|
|
37972
|
-
"
|
|
38000
|
+
"description": "The https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/id | id of the https://developer.mozilla.org/en-US/docs/Web/HTML/Element/form | form the element is associated to",
|
|
38001
|
+
"fieldName": "formId",
|
|
38002
|
+
"inheritedFrom": {
|
|
38003
|
+
"name": "TextArea",
|
|
38004
|
+
"module": "src/text-area/text-area.ts"
|
|
38005
|
+
}
|
|
37973
38006
|
},
|
|
37974
38007
|
{
|
|
37975
|
-
"
|
|
37976
|
-
"
|
|
37977
|
-
|
|
38008
|
+
"name": "list",
|
|
38009
|
+
"type": {
|
|
38010
|
+
"text": "string"
|
|
38011
|
+
},
|
|
38012
|
+
"description": "Allows associating a https://developer.mozilla.org/en-US/docs/Web/HTML/Element/datalist | datalist to the element by https://developer.mozilla.org/en-US/docs/Web/API/Element/id.",
|
|
38013
|
+
"fieldName": "list",
|
|
38014
|
+
"inheritedFrom": {
|
|
38015
|
+
"name": "TextArea",
|
|
38016
|
+
"module": "src/text-area/text-area.ts"
|
|
38017
|
+
}
|
|
37978
38018
|
},
|
|
37979
38019
|
{
|
|
37980
|
-
"
|
|
37981
|
-
"name": "step",
|
|
38020
|
+
"name": "name",
|
|
37982
38021
|
"type": {
|
|
37983
|
-
"text": "
|
|
38022
|
+
"text": "string"
|
|
38023
|
+
},
|
|
38024
|
+
"description": "The name of the element.",
|
|
38025
|
+
"fieldName": "name",
|
|
38026
|
+
"inheritedFrom": {
|
|
38027
|
+
"name": "TextArea",
|
|
38028
|
+
"module": "src/text-area/text-area.ts"
|
|
37984
38029
|
}
|
|
37985
38030
|
},
|
|
38031
|
+
{
|
|
38032
|
+
"name": "placeholder",
|
|
38033
|
+
"type": {
|
|
38034
|
+
"text": "string"
|
|
38035
|
+
},
|
|
38036
|
+
"description": "Sets the placeholder value of the element, generally used to provide a hint to the user.",
|
|
38037
|
+
"fieldName": "placeholder",
|
|
38038
|
+
"inheritedFrom": {
|
|
38039
|
+
"name": "TextArea",
|
|
38040
|
+
"module": "src/text-area/text-area.ts"
|
|
38041
|
+
}
|
|
38042
|
+
}
|
|
38043
|
+
],
|
|
38044
|
+
"members": [
|
|
37986
38045
|
{
|
|
37987
38046
|
"kind": "field",
|
|
37988
38047
|
"name": "readOnly",
|
|
@@ -37992,8 +38051,8 @@
|
|
|
37992
38051
|
"privacy": "public",
|
|
37993
38052
|
"description": "When true, the control 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.",
|
|
37994
38053
|
"inheritedFrom": {
|
|
37995
|
-
"name": "
|
|
37996
|
-
"module": "src/text-
|
|
38054
|
+
"name": "TextArea",
|
|
38055
|
+
"module": "src/text-area/text-area.ts"
|
|
37997
38056
|
}
|
|
37998
38057
|
},
|
|
37999
38058
|
{
|
|
@@ -38006,53 +38065,39 @@
|
|
|
38006
38065
|
}
|
|
38007
38066
|
},
|
|
38008
38067
|
"inheritedFrom": {
|
|
38009
|
-
"name": "
|
|
38010
|
-
"module": "src/text-
|
|
38068
|
+
"name": "TextArea",
|
|
38069
|
+
"module": "src/text-area/text-area.ts"
|
|
38011
38070
|
}
|
|
38012
38071
|
},
|
|
38013
38072
|
{
|
|
38014
38073
|
"kind": "field",
|
|
38015
|
-
"name": "
|
|
38074
|
+
"name": "resize",
|
|
38016
38075
|
"type": {
|
|
38017
|
-
"text": "
|
|
38076
|
+
"text": "TextAreaResize"
|
|
38018
38077
|
},
|
|
38019
38078
|
"privacy": "public",
|
|
38020
|
-
"description": "
|
|
38021
|
-
"inheritedFrom": {
|
|
38022
|
-
"name": "TextField",
|
|
38023
|
-
"module": "src/text-field/text-field.ts"
|
|
38024
|
-
}
|
|
38025
|
-
},
|
|
38026
|
-
{
|
|
38027
|
-
"kind": "method",
|
|
38028
|
-
"name": "autofocusChanged",
|
|
38029
|
-
"privacy": "private",
|
|
38030
|
-
"return": {
|
|
38031
|
-
"type": {
|
|
38032
|
-
"text": "void"
|
|
38033
|
-
}
|
|
38034
|
-
},
|
|
38079
|
+
"description": "The resize mode of the element.",
|
|
38035
38080
|
"inheritedFrom": {
|
|
38036
|
-
"name": "
|
|
38037
|
-
"module": "src/text-
|
|
38081
|
+
"name": "TextArea",
|
|
38082
|
+
"module": "src/text-area/text-area.ts"
|
|
38038
38083
|
}
|
|
38039
38084
|
},
|
|
38040
38085
|
{
|
|
38041
38086
|
"kind": "field",
|
|
38042
|
-
"name": "
|
|
38087
|
+
"name": "autofocus",
|
|
38043
38088
|
"type": {
|
|
38044
|
-
"text": "
|
|
38089
|
+
"text": "boolean"
|
|
38045
38090
|
},
|
|
38046
38091
|
"privacy": "public",
|
|
38047
|
-
"description": "
|
|
38092
|
+
"description": "Indicates that this element should get focus after the page finishes loading.",
|
|
38048
38093
|
"inheritedFrom": {
|
|
38049
|
-
"name": "
|
|
38050
|
-
"module": "src/text-
|
|
38094
|
+
"name": "TextArea",
|
|
38095
|
+
"module": "src/text-area/text-area.ts"
|
|
38051
38096
|
}
|
|
38052
38097
|
},
|
|
38053
38098
|
{
|
|
38054
38099
|
"kind": "method",
|
|
38055
|
-
"name": "
|
|
38100
|
+
"name": "autofocusChanged",
|
|
38056
38101
|
"privacy": "private",
|
|
38057
38102
|
"return": {
|
|
38058
38103
|
"type": {
|
|
@@ -38060,35 +38105,21 @@
|
|
|
38060
38105
|
}
|
|
38061
38106
|
},
|
|
38062
38107
|
"inheritedFrom": {
|
|
38063
|
-
"name": "
|
|
38064
|
-
"module": "src/text-
|
|
38108
|
+
"name": "TextArea",
|
|
38109
|
+
"module": "src/text-area/text-area.ts"
|
|
38065
38110
|
}
|
|
38066
38111
|
},
|
|
38067
38112
|
{
|
|
38068
38113
|
"kind": "field",
|
|
38069
|
-
"name": "
|
|
38114
|
+
"name": "formId",
|
|
38070
38115
|
"type": {
|
|
38071
|
-
"text": "
|
|
38116
|
+
"text": "string"
|
|
38072
38117
|
},
|
|
38073
38118
|
"privacy": "public",
|
|
38074
|
-
"description": "
|
|
38075
|
-
"inheritedFrom": {
|
|
38076
|
-
"name": "TextField",
|
|
38077
|
-
"module": "src/text-field/text-field.ts"
|
|
38078
|
-
}
|
|
38079
|
-
},
|
|
38080
|
-
{
|
|
38081
|
-
"kind": "method",
|
|
38082
|
-
"name": "typeChanged",
|
|
38083
|
-
"privacy": "private",
|
|
38084
|
-
"return": {
|
|
38085
|
-
"type": {
|
|
38086
|
-
"text": "void"
|
|
38087
|
-
}
|
|
38088
|
-
},
|
|
38119
|
+
"description": "The {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/id | id} of the {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/form | form} the element is associated to",
|
|
38089
38120
|
"inheritedFrom": {
|
|
38090
|
-
"name": "
|
|
38091
|
-
"module": "src/text-
|
|
38121
|
+
"name": "TextArea",
|
|
38122
|
+
"module": "src/text-area/text-area.ts"
|
|
38092
38123
|
}
|
|
38093
38124
|
},
|
|
38094
38125
|
{
|
|
@@ -38100,8 +38131,8 @@
|
|
|
38100
38131
|
"privacy": "public",
|
|
38101
38132
|
"description": "Allows associating a {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/datalist | datalist} to the element by {@link https://developer.mozilla.org/en-US/docs/Web/API/Element/id}.",
|
|
38102
38133
|
"inheritedFrom": {
|
|
38103
|
-
"name": "
|
|
38104
|
-
"module": "src/text-
|
|
38134
|
+
"name": "TextArea",
|
|
38135
|
+
"module": "src/text-area/text-area.ts"
|
|
38105
38136
|
}
|
|
38106
38137
|
},
|
|
38107
38138
|
{
|
|
@@ -38114,8 +38145,8 @@
|
|
|
38114
38145
|
}
|
|
38115
38146
|
},
|
|
38116
38147
|
"inheritedFrom": {
|
|
38117
|
-
"name": "
|
|
38118
|
-
"module": "src/text-
|
|
38148
|
+
"name": "TextArea",
|
|
38149
|
+
"module": "src/text-area/text-area.ts"
|
|
38119
38150
|
}
|
|
38120
38151
|
},
|
|
38121
38152
|
{
|
|
@@ -38127,8 +38158,8 @@
|
|
|
38127
38158
|
"privacy": "public",
|
|
38128
38159
|
"description": "The maximum number of characters a user can enter.",
|
|
38129
38160
|
"inheritedFrom": {
|
|
38130
|
-
"name": "
|
|
38131
|
-
"module": "src/text-
|
|
38161
|
+
"name": "TextArea",
|
|
38162
|
+
"module": "src/text-area/text-area.ts"
|
|
38132
38163
|
}
|
|
38133
38164
|
},
|
|
38134
38165
|
{
|
|
@@ -38141,8 +38172,8 @@
|
|
|
38141
38172
|
}
|
|
38142
38173
|
},
|
|
38143
38174
|
"inheritedFrom": {
|
|
38144
|
-
"name": "
|
|
38145
|
-
"module": "src/text-
|
|
38175
|
+
"name": "TextArea",
|
|
38176
|
+
"module": "src/text-area/text-area.ts"
|
|
38146
38177
|
}
|
|
38147
38178
|
},
|
|
38148
38179
|
{
|
|
@@ -38154,8 +38185,8 @@
|
|
|
38154
38185
|
"privacy": "public",
|
|
38155
38186
|
"description": "The minimum number of characters a user can enter.",
|
|
38156
38187
|
"inheritedFrom": {
|
|
38157
|
-
"name": "
|
|
38158
|
-
"module": "src/text-
|
|
38188
|
+
"name": "TextArea",
|
|
38189
|
+
"module": "src/text-area/text-area.ts"
|
|
38159
38190
|
}
|
|
38160
38191
|
},
|
|
38161
38192
|
{
|
|
@@ -38168,62 +38199,61 @@
|
|
|
38168
38199
|
}
|
|
38169
38200
|
},
|
|
38170
38201
|
"inheritedFrom": {
|
|
38171
|
-
"name": "
|
|
38172
|
-
"module": "src/text-
|
|
38202
|
+
"name": "TextArea",
|
|
38203
|
+
"module": "src/text-area/text-area.ts"
|
|
38173
38204
|
}
|
|
38174
38205
|
},
|
|
38175
38206
|
{
|
|
38176
38207
|
"kind": "field",
|
|
38177
|
-
"name": "
|
|
38208
|
+
"name": "name",
|
|
38178
38209
|
"type": {
|
|
38179
38210
|
"text": "string"
|
|
38180
38211
|
},
|
|
38181
38212
|
"privacy": "public",
|
|
38182
|
-
"description": "
|
|
38213
|
+
"description": "The name of the element.",
|
|
38183
38214
|
"inheritedFrom": {
|
|
38184
|
-
"name": "
|
|
38185
|
-
"module": "src/text-
|
|
38215
|
+
"name": "TextArea",
|
|
38216
|
+
"module": "src/text-area/text-area.ts"
|
|
38186
38217
|
}
|
|
38187
38218
|
},
|
|
38188
38219
|
{
|
|
38189
|
-
"kind": "
|
|
38190
|
-
"name": "
|
|
38191
|
-
"
|
|
38192
|
-
|
|
38193
|
-
"type": {
|
|
38194
|
-
"text": "void"
|
|
38195
|
-
}
|
|
38220
|
+
"kind": "field",
|
|
38221
|
+
"name": "placeholder",
|
|
38222
|
+
"type": {
|
|
38223
|
+
"text": "string"
|
|
38196
38224
|
},
|
|
38225
|
+
"privacy": "public",
|
|
38226
|
+
"description": "Sets the placeholder value of the element, generally used to provide a hint to the user.",
|
|
38197
38227
|
"inheritedFrom": {
|
|
38198
|
-
"name": "
|
|
38199
|
-
"module": "src/text-
|
|
38228
|
+
"name": "TextArea",
|
|
38229
|
+
"module": "src/text-area/text-area.ts"
|
|
38200
38230
|
}
|
|
38201
38231
|
},
|
|
38202
38232
|
{
|
|
38203
38233
|
"kind": "field",
|
|
38204
|
-
"name": "
|
|
38234
|
+
"name": "cols",
|
|
38205
38235
|
"type": {
|
|
38206
38236
|
"text": "number"
|
|
38207
38237
|
},
|
|
38208
38238
|
"privacy": "public",
|
|
38209
|
-
"
|
|
38239
|
+
"default": "20",
|
|
38240
|
+
"description": "Sizes the element horizontally by a number of character columns.",
|
|
38210
38241
|
"inheritedFrom": {
|
|
38211
|
-
"name": "
|
|
38212
|
-
"module": "src/text-
|
|
38242
|
+
"name": "TextArea",
|
|
38243
|
+
"module": "src/text-area/text-area.ts"
|
|
38213
38244
|
}
|
|
38214
38245
|
},
|
|
38215
38246
|
{
|
|
38216
|
-
"kind": "
|
|
38217
|
-
"name": "
|
|
38218
|
-
"
|
|
38219
|
-
|
|
38220
|
-
"type": {
|
|
38221
|
-
"text": "void"
|
|
38222
|
-
}
|
|
38247
|
+
"kind": "field",
|
|
38248
|
+
"name": "rows",
|
|
38249
|
+
"type": {
|
|
38250
|
+
"text": "number"
|
|
38223
38251
|
},
|
|
38252
|
+
"privacy": "public",
|
|
38253
|
+
"description": "Sizes the element vertically by a number of character rows.",
|
|
38224
38254
|
"inheritedFrom": {
|
|
38225
|
-
"name": "
|
|
38226
|
-
"module": "src/text-
|
|
38255
|
+
"name": "TextArea",
|
|
38256
|
+
"module": "src/text-area/text-area.ts"
|
|
38227
38257
|
}
|
|
38228
38258
|
},
|
|
38229
38259
|
{
|
|
@@ -38233,10 +38263,10 @@
|
|
|
38233
38263
|
"text": "boolean"
|
|
38234
38264
|
},
|
|
38235
38265
|
"privacy": "public",
|
|
38236
|
-
"description": "
|
|
38266
|
+
"description": "Sets if the element is eligible for spell checking\nbut the UA.",
|
|
38237
38267
|
"inheritedFrom": {
|
|
38238
|
-
"name": "
|
|
38239
|
-
"module": "src/text-
|
|
38268
|
+
"name": "TextArea",
|
|
38269
|
+
"module": "src/text-area/text-area.ts"
|
|
38240
38270
|
}
|
|
38241
38271
|
},
|
|
38242
38272
|
{
|
|
@@ -38249,8 +38279,8 @@
|
|
|
38249
38279
|
}
|
|
38250
38280
|
},
|
|
38251
38281
|
"inheritedFrom": {
|
|
38252
|
-
"name": "
|
|
38253
|
-
"module": "src/text-
|
|
38282
|
+
"name": "TextArea",
|
|
38283
|
+
"module": "src/text-area/text-area.ts"
|
|
38254
38284
|
}
|
|
38255
38285
|
},
|
|
38256
38286
|
{
|
|
@@ -38262,10 +38292,10 @@
|
|
|
38262
38292
|
"text": "void"
|
|
38263
38293
|
}
|
|
38264
38294
|
},
|
|
38265
|
-
"description": "Selects all the text in the text
|
|
38295
|
+
"description": "Selects all the text in the text area",
|
|
38266
38296
|
"inheritedFrom": {
|
|
38267
|
-
"name": "
|
|
38268
|
-
"module": "src/text-
|
|
38297
|
+
"name": "TextArea",
|
|
38298
|
+
"module": "src/text-area/text-area.ts"
|
|
38269
38299
|
}
|
|
38270
38300
|
},
|
|
38271
38301
|
{
|
|
@@ -38279,16 +38309,16 @@
|
|
|
38279
38309
|
},
|
|
38280
38310
|
"description": "{@inheritDoc (FormAssociated:interface).validate}",
|
|
38281
38311
|
"inheritedFrom": {
|
|
38282
|
-
"name": "
|
|
38283
|
-
"module": "src/text-
|
|
38312
|
+
"name": "TextArea",
|
|
38313
|
+
"module": "src/text-area/text-area.ts"
|
|
38284
38314
|
}
|
|
38285
38315
|
},
|
|
38286
38316
|
{
|
|
38287
38317
|
"kind": "field",
|
|
38288
38318
|
"name": "proxy",
|
|
38289
38319
|
"inheritedFrom": {
|
|
38290
|
-
"name": "
|
|
38291
|
-
"module": "src/text-
|
|
38320
|
+
"name": "TextArea",
|
|
38321
|
+
"module": "src/text-area/text-area.ts"
|
|
38292
38322
|
}
|
|
38293
38323
|
},
|
|
38294
38324
|
{
|
|
@@ -38300,8 +38330,8 @@
|
|
|
38300
38330
|
"privacy": "private",
|
|
38301
38331
|
"default": "void 0",
|
|
38302
38332
|
"inheritedFrom": {
|
|
38303
|
-
"name": "
|
|
38304
|
-
"module": "src/text-
|
|
38333
|
+
"name": "TextArea",
|
|
38334
|
+
"module": "src/text-area/text-area.ts"
|
|
38305
38335
|
}
|
|
38306
38336
|
},
|
|
38307
38337
|
{
|
|
@@ -38313,8 +38343,8 @@
|
|
|
38313
38343
|
"privacy": "public",
|
|
38314
38344
|
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
38315
38345
|
"inheritedFrom": {
|
|
38316
|
-
"name": "
|
|
38317
|
-
"module": "src/text-
|
|
38346
|
+
"name": "TextArea",
|
|
38347
|
+
"module": "src/text-area/text-area.ts"
|
|
38318
38348
|
}
|
|
38319
38349
|
},
|
|
38320
38350
|
{
|
|
@@ -38326,8 +38356,8 @@
|
|
|
38326
38356
|
"privacy": "public",
|
|
38327
38357
|
"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.",
|
|
38328
38358
|
"inheritedFrom": {
|
|
38329
|
-
"name": "
|
|
38330
|
-
"module": "src/text-
|
|
38359
|
+
"name": "TextArea",
|
|
38360
|
+
"module": "src/text-area/text-area.ts"
|
|
38331
38361
|
}
|
|
38332
38362
|
},
|
|
38333
38363
|
{
|
|
@@ -38340,8 +38370,8 @@
|
|
|
38340
38370
|
}
|
|
38341
38371
|
},
|
|
38342
38372
|
"inheritedFrom": {
|
|
38343
|
-
"name": "
|
|
38344
|
-
"module": "src/text-
|
|
38373
|
+
"name": "TextArea",
|
|
38374
|
+
"module": "src/text-area/text-area.ts"
|
|
38345
38375
|
}
|
|
38346
38376
|
},
|
|
38347
38377
|
{
|
|
@@ -38353,8 +38383,8 @@
|
|
|
38353
38383
|
"privacy": "public",
|
|
38354
38384
|
"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.",
|
|
38355
38385
|
"inheritedFrom": {
|
|
38356
|
-
"name": "
|
|
38357
|
-
"module": "src/text-
|
|
38386
|
+
"name": "TextArea",
|
|
38387
|
+
"module": "src/text-area/text-area.ts"
|
|
38358
38388
|
}
|
|
38359
38389
|
},
|
|
38360
38390
|
{
|
|
@@ -38367,8 +38397,8 @@
|
|
|
38367
38397
|
}
|
|
38368
38398
|
},
|
|
38369
38399
|
"inheritedFrom": {
|
|
38370
|
-
"name": "
|
|
38371
|
-
"module": "src/text-
|
|
38400
|
+
"name": "TextArea",
|
|
38401
|
+
"module": "src/text-area/text-area.ts"
|
|
38372
38402
|
}
|
|
38373
38403
|
},
|
|
38374
38404
|
{
|
|
@@ -38398,134 +38428,33 @@
|
|
|
38398
38428
|
],
|
|
38399
38429
|
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
38400
38430
|
"inheritedFrom": {
|
|
38401
|
-
"name": "
|
|
38402
|
-
"module": "src/text-
|
|
38403
|
-
}
|
|
38404
|
-
}
|
|
38405
|
-
],
|
|
38406
|
-
"attributes": [
|
|
38407
|
-
{
|
|
38408
|
-
"name": "autocomplete",
|
|
38409
|
-
"type": {
|
|
38410
|
-
"text": "string"
|
|
38411
|
-
},
|
|
38412
|
-
"fieldName": "autocomplete"
|
|
38413
|
-
},
|
|
38414
|
-
{
|
|
38415
|
-
"name": "autocapitalize",
|
|
38416
|
-
"type": {
|
|
38417
|
-
"text": "string"
|
|
38418
|
-
},
|
|
38419
|
-
"default": "'off'",
|
|
38420
|
-
"fieldName": "autocapitalize"
|
|
38421
|
-
},
|
|
38422
|
-
{
|
|
38423
|
-
"name": "step",
|
|
38424
|
-
"type": {
|
|
38425
|
-
"text": "number"
|
|
38426
|
-
},
|
|
38427
|
-
"fieldName": "step"
|
|
38428
|
-
},
|
|
38429
|
-
{
|
|
38430
|
-
"name": "readonly",
|
|
38431
|
-
"type": {
|
|
38432
|
-
"text": "boolean"
|
|
38433
|
-
},
|
|
38434
|
-
"description": "When true, the control will be immutable by user interaction. See https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/readonly | readonly HTML attribute for more information.",
|
|
38435
|
-
"fieldName": "readOnly",
|
|
38436
|
-
"inheritedFrom": {
|
|
38437
|
-
"name": "TextField",
|
|
38438
|
-
"module": "src/text-field/text-field.ts"
|
|
38439
|
-
}
|
|
38440
|
-
},
|
|
38441
|
-
{
|
|
38442
|
-
"type": {
|
|
38443
|
-
"text": "boolean"
|
|
38444
|
-
},
|
|
38445
|
-
"description": "Indicates that this element should get focus after the page finishes loading. See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#htmlattrdefautofocus | autofocus HTML attribute for more information.",
|
|
38446
|
-
"fieldName": "autofocus",
|
|
38447
|
-
"inheritedFrom": {
|
|
38448
|
-
"name": "TextField",
|
|
38449
|
-
"module": "src/text-field/text-field.ts"
|
|
38450
|
-
}
|
|
38451
|
-
},
|
|
38452
|
-
{
|
|
38453
|
-
"name": "placeholder",
|
|
38454
|
-
"type": {
|
|
38455
|
-
"text": "string"
|
|
38456
|
-
},
|
|
38457
|
-
"description": "Sets the placeholder value of the element, generally used to provide a hint to the user.",
|
|
38458
|
-
"fieldName": "placeholder",
|
|
38459
|
-
"inheritedFrom": {
|
|
38460
|
-
"name": "TextField",
|
|
38461
|
-
"module": "src/text-field/text-field.ts"
|
|
38462
|
-
}
|
|
38463
|
-
},
|
|
38464
|
-
{
|
|
38465
|
-
"name": "type",
|
|
38466
|
-
"type": {
|
|
38467
|
-
"text": "TextFieldType"
|
|
38468
|
-
},
|
|
38469
|
-
"description": "Allows setting a type or mode of text.",
|
|
38470
|
-
"fieldName": "type",
|
|
38471
|
-
"inheritedFrom": {
|
|
38472
|
-
"name": "TextField",
|
|
38473
|
-
"module": "src/text-field/text-field.ts"
|
|
38474
|
-
}
|
|
38475
|
-
},
|
|
38476
|
-
{
|
|
38477
|
-
"name": "list",
|
|
38478
|
-
"type": {
|
|
38479
|
-
"text": "string"
|
|
38480
|
-
},
|
|
38481
|
-
"description": "Allows associating a https://developer.mozilla.org/en-US/docs/Web/HTML/Element/datalist | datalist to the element by https://developer.mozilla.org/en-US/docs/Web/API/Element/id.",
|
|
38482
|
-
"fieldName": "list",
|
|
38483
|
-
"inheritedFrom": {
|
|
38484
|
-
"name": "TextField",
|
|
38485
|
-
"module": "src/text-field/text-field.ts"
|
|
38486
|
-
}
|
|
38487
|
-
},
|
|
38488
|
-
{
|
|
38489
|
-
"name": "pattern",
|
|
38490
|
-
"type": {
|
|
38491
|
-
"text": "string"
|
|
38492
|
-
},
|
|
38493
|
-
"description": "A regular expression that the value must match to pass validation.",
|
|
38494
|
-
"fieldName": "pattern",
|
|
38495
|
-
"inheritedFrom": {
|
|
38496
|
-
"name": "TextField",
|
|
38497
|
-
"module": "src/text-field/text-field.ts"
|
|
38431
|
+
"name": "TextArea",
|
|
38432
|
+
"module": "src/text-area/text-area.ts"
|
|
38498
38433
|
}
|
|
38499
38434
|
}
|
|
38500
38435
|
],
|
|
38501
|
-
"superclass": {
|
|
38502
|
-
"name": "FASTTextField",
|
|
38503
|
-
"package": "@microsoft/fast-components"
|
|
38504
|
-
},
|
|
38505
|
-
"tagName": "%%prefix%%-text-field",
|
|
38506
|
-
"customElement": true,
|
|
38507
38436
|
"events": [
|
|
38508
38437
|
{
|
|
38509
|
-
"description": "
|
|
38438
|
+
"description": "Emits a custom 'change' event when the textarea emits a change event",
|
|
38510
38439
|
"name": "change",
|
|
38511
38440
|
"inheritedFrom": {
|
|
38512
|
-
"name": "
|
|
38513
|
-
"module": "src/text-
|
|
38441
|
+
"name": "TextArea",
|
|
38442
|
+
"module": "src/text-area/text-area.ts"
|
|
38514
38443
|
}
|
|
38515
38444
|
}
|
|
38516
38445
|
]
|
|
38517
38446
|
},
|
|
38518
38447
|
{
|
|
38519
38448
|
"kind": "variable",
|
|
38520
|
-
"name": "
|
|
38449
|
+
"name": "foundationTextAreaShadowOptions",
|
|
38521
38450
|
"type": {
|
|
38522
38451
|
"text": "ShadowRootInit"
|
|
38523
38452
|
},
|
|
38524
|
-
"default": "
|
|
38453
|
+
"default": "undefined"
|
|
38525
38454
|
},
|
|
38526
38455
|
{
|
|
38527
38456
|
"kind": "variable",
|
|
38528
|
-
"name": "
|
|
38457
|
+
"name": "defaultTextAreaConfig",
|
|
38529
38458
|
"type": {
|
|
38530
38459
|
"text": "object"
|
|
38531
38460
|
},
|
|
@@ -38533,49 +38462,49 @@
|
|
|
38533
38462
|
},
|
|
38534
38463
|
{
|
|
38535
38464
|
"kind": "variable",
|
|
38536
|
-
"name": "
|
|
38537
|
-
"description": "The Foundation Text
|
|
38465
|
+
"name": "foundationTextArea",
|
|
38466
|
+
"description": "The Foundation Text Area",
|
|
38538
38467
|
"privacy": "public"
|
|
38539
38468
|
}
|
|
38540
38469
|
],
|
|
38541
38470
|
"exports": [
|
|
38542
38471
|
{
|
|
38543
38472
|
"kind": "js",
|
|
38544
|
-
"name": "
|
|
38473
|
+
"name": "TextArea",
|
|
38545
38474
|
"declaration": {
|
|
38546
|
-
"name": "
|
|
38547
|
-
"module": "src/text-
|
|
38475
|
+
"name": "TextArea",
|
|
38476
|
+
"module": "src/text-area/text-area.ts"
|
|
38548
38477
|
}
|
|
38549
38478
|
},
|
|
38550
38479
|
{
|
|
38551
38480
|
"kind": "js",
|
|
38552
|
-
"name": "
|
|
38481
|
+
"name": "foundationTextAreaShadowOptions",
|
|
38553
38482
|
"declaration": {
|
|
38554
|
-
"name": "
|
|
38555
|
-
"module": "src/text-
|
|
38483
|
+
"name": "foundationTextAreaShadowOptions",
|
|
38484
|
+
"module": "src/text-area/text-area.ts"
|
|
38556
38485
|
}
|
|
38557
38486
|
},
|
|
38558
38487
|
{
|
|
38559
38488
|
"kind": "js",
|
|
38560
|
-
"name": "
|
|
38489
|
+
"name": "defaultTextAreaConfig",
|
|
38561
38490
|
"declaration": {
|
|
38562
|
-
"name": "
|
|
38563
|
-
"module": "src/text-
|
|
38491
|
+
"name": "defaultTextAreaConfig",
|
|
38492
|
+
"module": "src/text-area/text-area.ts"
|
|
38564
38493
|
}
|
|
38565
38494
|
},
|
|
38566
38495
|
{
|
|
38567
38496
|
"kind": "js",
|
|
38568
|
-
"name": "
|
|
38497
|
+
"name": "foundationTextArea",
|
|
38569
38498
|
"declaration": {
|
|
38570
|
-
"name": "
|
|
38571
|
-
"module": "src/text-
|
|
38499
|
+
"name": "foundationTextArea",
|
|
38500
|
+
"module": "src/text-area/text-area.ts"
|
|
38572
38501
|
}
|
|
38573
38502
|
}
|
|
38574
38503
|
]
|
|
38575
38504
|
},
|
|
38576
38505
|
{
|
|
38577
38506
|
"kind": "javascript-module",
|
|
38578
|
-
"path": "src/text-
|
|
38507
|
+
"path": "src/text-field/index.ts",
|
|
38579
38508
|
"declarations": [],
|
|
38580
38509
|
"exports": [
|
|
38581
38510
|
{
|
|
@@ -38583,7 +38512,7 @@
|
|
|
38583
38512
|
"name": "*",
|
|
38584
38513
|
"declaration": {
|
|
38585
38514
|
"name": "*",
|
|
38586
|
-
"package": "./text-
|
|
38515
|
+
"package": "./text-field.template"
|
|
38587
38516
|
}
|
|
38588
38517
|
},
|
|
38589
38518
|
{
|
|
@@ -38591,7 +38520,7 @@
|
|
|
38591
38520
|
"name": "*",
|
|
38592
38521
|
"declaration": {
|
|
38593
38522
|
"name": "*",
|
|
38594
|
-
"package": "./text-
|
|
38523
|
+
"package": "./text-field.styles"
|
|
38595
38524
|
}
|
|
38596
38525
|
},
|
|
38597
38526
|
{
|
|
@@ -38599,18 +38528,18 @@
|
|
|
38599
38528
|
"name": "*",
|
|
38600
38529
|
"declaration": {
|
|
38601
38530
|
"name": "*",
|
|
38602
|
-
"package": "./text-
|
|
38531
|
+
"package": "./text-field"
|
|
38603
38532
|
}
|
|
38604
38533
|
}
|
|
38605
38534
|
]
|
|
38606
38535
|
},
|
|
38607
38536
|
{
|
|
38608
38537
|
"kind": "javascript-module",
|
|
38609
|
-
"path": "src/text-
|
|
38538
|
+
"path": "src/text-field/text-field.styles.ts",
|
|
38610
38539
|
"declarations": [
|
|
38611
38540
|
{
|
|
38612
38541
|
"kind": "function",
|
|
38613
|
-
"name": "
|
|
38542
|
+
"name": "foundationTextFieldStyles",
|
|
38614
38543
|
"return": {
|
|
38615
38544
|
"type": {
|
|
38616
38545
|
"text": "ElementStyles"
|
|
@@ -38635,38 +38564,27 @@
|
|
|
38635
38564
|
"exports": [
|
|
38636
38565
|
{
|
|
38637
38566
|
"kind": "js",
|
|
38638
|
-
"name": "
|
|
38567
|
+
"name": "foundationTextFieldStyles",
|
|
38639
38568
|
"declaration": {
|
|
38640
|
-
"name": "
|
|
38641
|
-
"module": "src/text-
|
|
38569
|
+
"name": "foundationTextFieldStyles",
|
|
38570
|
+
"module": "src/text-field/text-field.styles.ts"
|
|
38642
38571
|
}
|
|
38643
38572
|
}
|
|
38644
38573
|
]
|
|
38645
38574
|
},
|
|
38646
38575
|
{
|
|
38647
38576
|
"kind": "javascript-module",
|
|
38648
|
-
"path": "src/text-
|
|
38577
|
+
"path": "src/text-field/text-field.template.ts",
|
|
38649
38578
|
"declarations": [
|
|
38650
38579
|
{
|
|
38651
38580
|
"kind": "function",
|
|
38652
|
-
"name": "
|
|
38653
|
-
"return": {
|
|
38654
|
-
"type": {
|
|
38655
|
-
"text": "ViewTemplate<TextArea>"
|
|
38656
|
-
}
|
|
38657
|
-
},
|
|
38581
|
+
"name": "foundationTextFieldTemplate",
|
|
38658
38582
|
"parameters": [
|
|
38659
38583
|
{
|
|
38660
|
-
"name": "context"
|
|
38661
|
-
"type": {
|
|
38662
|
-
"text": "ElementDefinitionContext"
|
|
38663
|
-
}
|
|
38584
|
+
"name": "context"
|
|
38664
38585
|
},
|
|
38665
38586
|
{
|
|
38666
|
-
"name": "definition"
|
|
38667
|
-
"type": {
|
|
38668
|
-
"text": "FoundationElementDefinition"
|
|
38669
|
-
}
|
|
38587
|
+
"name": "definition"
|
|
38670
38588
|
}
|
|
38671
38589
|
]
|
|
38672
38590
|
}
|
|
@@ -38674,103 +38592,55 @@
|
|
|
38674
38592
|
"exports": [
|
|
38675
38593
|
{
|
|
38676
38594
|
"kind": "js",
|
|
38677
|
-
"name": "
|
|
38595
|
+
"name": "foundationTextFieldTemplate",
|
|
38678
38596
|
"declaration": {
|
|
38679
|
-
"name": "
|
|
38680
|
-
"module": "src/text-
|
|
38597
|
+
"name": "foundationTextFieldTemplate",
|
|
38598
|
+
"module": "src/text-field/text-field.template.ts"
|
|
38681
38599
|
}
|
|
38682
38600
|
}
|
|
38683
38601
|
]
|
|
38684
38602
|
},
|
|
38685
38603
|
{
|
|
38686
38604
|
"kind": "javascript-module",
|
|
38687
|
-
"path": "src/text-
|
|
38605
|
+
"path": "src/text-field/text-field.ts",
|
|
38688
38606
|
"declarations": [
|
|
38689
38607
|
{
|
|
38690
38608
|
"kind": "class",
|
|
38691
38609
|
"description": "",
|
|
38692
|
-
"name": "
|
|
38693
|
-
"
|
|
38694
|
-
"name": "FASTTextArea",
|
|
38695
|
-
"package": "@microsoft/fast-components"
|
|
38696
|
-
},
|
|
38697
|
-
"tagName": "%%prefix%%-text-area",
|
|
38698
|
-
"customElement": true,
|
|
38699
|
-
"attributes": [
|
|
38610
|
+
"name": "TextField",
|
|
38611
|
+
"members": [
|
|
38700
38612
|
{
|
|
38613
|
+
"kind": "field",
|
|
38614
|
+
"name": "autocomplete",
|
|
38701
38615
|
"type": {
|
|
38702
|
-
"text": "
|
|
38703
|
-
},
|
|
38704
|
-
"description": "When true, the control will be immutable by user interaction. See https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/readonly | readonly HTML attribute for more information.",
|
|
38705
|
-
"fieldName": "readOnly",
|
|
38706
|
-
"default": "20",
|
|
38707
|
-
"inheritedFrom": {
|
|
38708
|
-
"name": "TextArea",
|
|
38709
|
-
"module": "src/text-area/text-area.ts"
|
|
38616
|
+
"text": "string"
|
|
38710
38617
|
}
|
|
38711
38618
|
},
|
|
38712
38619
|
{
|
|
38713
|
-
"
|
|
38714
|
-
"
|
|
38715
|
-
|
|
38716
|
-
},
|
|
38717
|
-
"description": "The resize mode of the element.",
|
|
38718
|
-
"fieldName": "resize",
|
|
38719
|
-
"inheritedFrom": {
|
|
38720
|
-
"name": "TextArea",
|
|
38721
|
-
"module": "src/text-area/text-area.ts"
|
|
38722
|
-
}
|
|
38620
|
+
"kind": "method",
|
|
38621
|
+
"name": "autocompleteChanged",
|
|
38622
|
+
"privacy": "private"
|
|
38723
38623
|
},
|
|
38724
38624
|
{
|
|
38725
|
-
"
|
|
38625
|
+
"kind": "field",
|
|
38626
|
+
"name": "autocapitalize",
|
|
38726
38627
|
"type": {
|
|
38727
38628
|
"text": "string"
|
|
38728
38629
|
},
|
|
38729
|
-
"
|
|
38730
|
-
"fieldName": "formId",
|
|
38731
|
-
"inheritedFrom": {
|
|
38732
|
-
"name": "TextArea",
|
|
38733
|
-
"module": "src/text-area/text-area.ts"
|
|
38734
|
-
}
|
|
38630
|
+
"default": "'off'"
|
|
38735
38631
|
},
|
|
38736
38632
|
{
|
|
38737
|
-
"
|
|
38738
|
-
"
|
|
38739
|
-
|
|
38740
|
-
},
|
|
38741
|
-
"description": "Allows associating a https://developer.mozilla.org/en-US/docs/Web/HTML/Element/datalist | datalist to the element by https://developer.mozilla.org/en-US/docs/Web/API/Element/id.",
|
|
38742
|
-
"fieldName": "list",
|
|
38743
|
-
"inheritedFrom": {
|
|
38744
|
-
"name": "TextArea",
|
|
38745
|
-
"module": "src/text-area/text-area.ts"
|
|
38746
|
-
}
|
|
38633
|
+
"kind": "method",
|
|
38634
|
+
"name": "autocapitalizeChanged",
|
|
38635
|
+
"privacy": "private"
|
|
38747
38636
|
},
|
|
38748
38637
|
{
|
|
38749
|
-
"
|
|
38638
|
+
"kind": "field",
|
|
38639
|
+
"name": "step",
|
|
38750
38640
|
"type": {
|
|
38751
|
-
"text": "
|
|
38752
|
-
},
|
|
38753
|
-
"description": "The name of the element.",
|
|
38754
|
-
"fieldName": "name",
|
|
38755
|
-
"inheritedFrom": {
|
|
38756
|
-
"name": "TextArea",
|
|
38757
|
-
"module": "src/text-area/text-area.ts"
|
|
38641
|
+
"text": "number"
|
|
38758
38642
|
}
|
|
38759
38643
|
},
|
|
38760
|
-
{
|
|
38761
|
-
"name": "placeholder",
|
|
38762
|
-
"type": {
|
|
38763
|
-
"text": "string"
|
|
38764
|
-
},
|
|
38765
|
-
"description": "Sets the placeholder value of the element, generally used to provide a hint to the user.",
|
|
38766
|
-
"fieldName": "placeholder",
|
|
38767
|
-
"inheritedFrom": {
|
|
38768
|
-
"name": "TextArea",
|
|
38769
|
-
"module": "src/text-area/text-area.ts"
|
|
38770
|
-
}
|
|
38771
|
-
}
|
|
38772
|
-
],
|
|
38773
|
-
"members": [
|
|
38774
38644
|
{
|
|
38775
38645
|
"kind": "field",
|
|
38776
38646
|
"name": "readOnly",
|
|
@@ -38780,8 +38650,8 @@
|
|
|
38780
38650
|
"privacy": "public",
|
|
38781
38651
|
"description": "When true, the control 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.",
|
|
38782
38652
|
"inheritedFrom": {
|
|
38783
|
-
"name": "
|
|
38784
|
-
"module": "src/text-
|
|
38653
|
+
"name": "TextField",
|
|
38654
|
+
"module": "src/text-field/text-field.ts"
|
|
38785
38655
|
}
|
|
38786
38656
|
},
|
|
38787
38657
|
{
|
|
@@ -38794,39 +38664,53 @@
|
|
|
38794
38664
|
}
|
|
38795
38665
|
},
|
|
38796
38666
|
"inheritedFrom": {
|
|
38797
|
-
"name": "
|
|
38798
|
-
"module": "src/text-
|
|
38667
|
+
"name": "TextField",
|
|
38668
|
+
"module": "src/text-field/text-field.ts"
|
|
38799
38669
|
}
|
|
38800
38670
|
},
|
|
38801
38671
|
{
|
|
38802
38672
|
"kind": "field",
|
|
38803
|
-
"name": "
|
|
38673
|
+
"name": "autofocus",
|
|
38804
38674
|
"type": {
|
|
38805
|
-
"text": "
|
|
38675
|
+
"text": "boolean"
|
|
38806
38676
|
},
|
|
38807
38677
|
"privacy": "public",
|
|
38808
|
-
"description": "
|
|
38678
|
+
"description": "Indicates that this element should get focus after the page finishes loading. See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#htmlattrdefautofocus | autofocus HTML attribute} for more information.",
|
|
38809
38679
|
"inheritedFrom": {
|
|
38810
|
-
"name": "
|
|
38811
|
-
"module": "src/text-
|
|
38680
|
+
"name": "TextField",
|
|
38681
|
+
"module": "src/text-field/text-field.ts"
|
|
38682
|
+
}
|
|
38683
|
+
},
|
|
38684
|
+
{
|
|
38685
|
+
"kind": "method",
|
|
38686
|
+
"name": "autofocusChanged",
|
|
38687
|
+
"privacy": "private",
|
|
38688
|
+
"return": {
|
|
38689
|
+
"type": {
|
|
38690
|
+
"text": "void"
|
|
38691
|
+
}
|
|
38692
|
+
},
|
|
38693
|
+
"inheritedFrom": {
|
|
38694
|
+
"name": "TextField",
|
|
38695
|
+
"module": "src/text-field/text-field.ts"
|
|
38812
38696
|
}
|
|
38813
38697
|
},
|
|
38814
38698
|
{
|
|
38815
38699
|
"kind": "field",
|
|
38816
|
-
"name": "
|
|
38700
|
+
"name": "placeholder",
|
|
38817
38701
|
"type": {
|
|
38818
|
-
"text": "
|
|
38702
|
+
"text": "string"
|
|
38819
38703
|
},
|
|
38820
38704
|
"privacy": "public",
|
|
38821
|
-
"description": "
|
|
38705
|
+
"description": "Sets the placeholder value of the element, generally used to provide a hint to the user.",
|
|
38822
38706
|
"inheritedFrom": {
|
|
38823
|
-
"name": "
|
|
38824
|
-
"module": "src/text-
|
|
38707
|
+
"name": "TextField",
|
|
38708
|
+
"module": "src/text-field/text-field.ts"
|
|
38825
38709
|
}
|
|
38826
38710
|
},
|
|
38827
38711
|
{
|
|
38828
38712
|
"kind": "method",
|
|
38829
|
-
"name": "
|
|
38713
|
+
"name": "placeholderChanged",
|
|
38830
38714
|
"privacy": "private",
|
|
38831
38715
|
"return": {
|
|
38832
38716
|
"type": {
|
|
@@ -38834,21 +38718,35 @@
|
|
|
38834
38718
|
}
|
|
38835
38719
|
},
|
|
38836
38720
|
"inheritedFrom": {
|
|
38837
|
-
"name": "
|
|
38838
|
-
"module": "src/text-
|
|
38721
|
+
"name": "TextField",
|
|
38722
|
+
"module": "src/text-field/text-field.ts"
|
|
38839
38723
|
}
|
|
38840
38724
|
},
|
|
38841
38725
|
{
|
|
38842
38726
|
"kind": "field",
|
|
38843
|
-
"name": "
|
|
38727
|
+
"name": "type",
|
|
38844
38728
|
"type": {
|
|
38845
|
-
"text": "
|
|
38729
|
+
"text": "TextFieldType"
|
|
38846
38730
|
},
|
|
38847
38731
|
"privacy": "public",
|
|
38848
|
-
"description": "
|
|
38732
|
+
"description": "Allows setting a type or mode of text.",
|
|
38849
38733
|
"inheritedFrom": {
|
|
38850
|
-
"name": "
|
|
38851
|
-
"module": "src/text-
|
|
38734
|
+
"name": "TextField",
|
|
38735
|
+
"module": "src/text-field/text-field.ts"
|
|
38736
|
+
}
|
|
38737
|
+
},
|
|
38738
|
+
{
|
|
38739
|
+
"kind": "method",
|
|
38740
|
+
"name": "typeChanged",
|
|
38741
|
+
"privacy": "private",
|
|
38742
|
+
"return": {
|
|
38743
|
+
"type": {
|
|
38744
|
+
"text": "void"
|
|
38745
|
+
}
|
|
38746
|
+
},
|
|
38747
|
+
"inheritedFrom": {
|
|
38748
|
+
"name": "TextField",
|
|
38749
|
+
"module": "src/text-field/text-field.ts"
|
|
38852
38750
|
}
|
|
38853
38751
|
},
|
|
38854
38752
|
{
|
|
@@ -38860,8 +38758,8 @@
|
|
|
38860
38758
|
"privacy": "public",
|
|
38861
38759
|
"description": "Allows associating a {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Element/datalist | datalist} to the element by {@link https://developer.mozilla.org/en-US/docs/Web/API/Element/id}.",
|
|
38862
38760
|
"inheritedFrom": {
|
|
38863
|
-
"name": "
|
|
38864
|
-
"module": "src/text-
|
|
38761
|
+
"name": "TextField",
|
|
38762
|
+
"module": "src/text-field/text-field.ts"
|
|
38865
38763
|
}
|
|
38866
38764
|
},
|
|
38867
38765
|
{
|
|
@@ -38874,8 +38772,8 @@
|
|
|
38874
38772
|
}
|
|
38875
38773
|
},
|
|
38876
38774
|
"inheritedFrom": {
|
|
38877
|
-
"name": "
|
|
38878
|
-
"module": "src/text-
|
|
38775
|
+
"name": "TextField",
|
|
38776
|
+
"module": "src/text-field/text-field.ts"
|
|
38879
38777
|
}
|
|
38880
38778
|
},
|
|
38881
38779
|
{
|
|
@@ -38887,8 +38785,8 @@
|
|
|
38887
38785
|
"privacy": "public",
|
|
38888
38786
|
"description": "The maximum number of characters a user can enter.",
|
|
38889
38787
|
"inheritedFrom": {
|
|
38890
|
-
"name": "
|
|
38891
|
-
"module": "src/text-
|
|
38788
|
+
"name": "TextField",
|
|
38789
|
+
"module": "src/text-field/text-field.ts"
|
|
38892
38790
|
}
|
|
38893
38791
|
},
|
|
38894
38792
|
{
|
|
@@ -38901,8 +38799,8 @@
|
|
|
38901
38799
|
}
|
|
38902
38800
|
},
|
|
38903
38801
|
"inheritedFrom": {
|
|
38904
|
-
"name": "
|
|
38905
|
-
"module": "src/text-
|
|
38802
|
+
"name": "TextField",
|
|
38803
|
+
"module": "src/text-field/text-field.ts"
|
|
38906
38804
|
}
|
|
38907
38805
|
},
|
|
38908
38806
|
{
|
|
@@ -38914,8 +38812,8 @@
|
|
|
38914
38812
|
"privacy": "public",
|
|
38915
38813
|
"description": "The minimum number of characters a user can enter.",
|
|
38916
38814
|
"inheritedFrom": {
|
|
38917
|
-
"name": "
|
|
38918
|
-
"module": "src/text-
|
|
38815
|
+
"name": "TextField",
|
|
38816
|
+
"module": "src/text-field/text-field.ts"
|
|
38919
38817
|
}
|
|
38920
38818
|
},
|
|
38921
38819
|
{
|
|
@@ -38928,61 +38826,62 @@
|
|
|
38928
38826
|
}
|
|
38929
38827
|
},
|
|
38930
38828
|
"inheritedFrom": {
|
|
38931
|
-
"name": "
|
|
38932
|
-
"module": "src/text-
|
|
38829
|
+
"name": "TextField",
|
|
38830
|
+
"module": "src/text-field/text-field.ts"
|
|
38933
38831
|
}
|
|
38934
38832
|
},
|
|
38935
38833
|
{
|
|
38936
38834
|
"kind": "field",
|
|
38937
|
-
"name": "
|
|
38835
|
+
"name": "pattern",
|
|
38938
38836
|
"type": {
|
|
38939
38837
|
"text": "string"
|
|
38940
38838
|
},
|
|
38941
38839
|
"privacy": "public",
|
|
38942
|
-
"description": "
|
|
38840
|
+
"description": "A regular expression that the value must match to pass validation.",
|
|
38943
38841
|
"inheritedFrom": {
|
|
38944
|
-
"name": "
|
|
38945
|
-
"module": "src/text-
|
|
38842
|
+
"name": "TextField",
|
|
38843
|
+
"module": "src/text-field/text-field.ts"
|
|
38946
38844
|
}
|
|
38947
38845
|
},
|
|
38948
38846
|
{
|
|
38949
|
-
"kind": "
|
|
38950
|
-
"name": "
|
|
38951
|
-
"
|
|
38952
|
-
|
|
38847
|
+
"kind": "method",
|
|
38848
|
+
"name": "patternChanged",
|
|
38849
|
+
"privacy": "private",
|
|
38850
|
+
"return": {
|
|
38851
|
+
"type": {
|
|
38852
|
+
"text": "void"
|
|
38853
|
+
}
|
|
38953
38854
|
},
|
|
38954
|
-
"privacy": "public",
|
|
38955
|
-
"description": "Sets the placeholder value of the element, generally used to provide a hint to the user.",
|
|
38956
38855
|
"inheritedFrom": {
|
|
38957
|
-
"name": "
|
|
38958
|
-
"module": "src/text-
|
|
38856
|
+
"name": "TextField",
|
|
38857
|
+
"module": "src/text-field/text-field.ts"
|
|
38959
38858
|
}
|
|
38960
38859
|
},
|
|
38961
38860
|
{
|
|
38962
38861
|
"kind": "field",
|
|
38963
|
-
"name": "
|
|
38862
|
+
"name": "size",
|
|
38964
38863
|
"type": {
|
|
38965
38864
|
"text": "number"
|
|
38966
38865
|
},
|
|
38967
38866
|
"privacy": "public",
|
|
38968
|
-
"
|
|
38969
|
-
"description": "Sizes the element horizontally by a number of character columns.",
|
|
38867
|
+
"description": "Sets the width of the element to a specified number of characters.",
|
|
38970
38868
|
"inheritedFrom": {
|
|
38971
|
-
"name": "
|
|
38972
|
-
"module": "src/text-
|
|
38869
|
+
"name": "TextField",
|
|
38870
|
+
"module": "src/text-field/text-field.ts"
|
|
38973
38871
|
}
|
|
38974
38872
|
},
|
|
38975
38873
|
{
|
|
38976
|
-
"kind": "
|
|
38977
|
-
"name": "
|
|
38978
|
-
"
|
|
38979
|
-
|
|
38874
|
+
"kind": "method",
|
|
38875
|
+
"name": "sizeChanged",
|
|
38876
|
+
"privacy": "private",
|
|
38877
|
+
"return": {
|
|
38878
|
+
"type": {
|
|
38879
|
+
"text": "void"
|
|
38880
|
+
}
|
|
38980
38881
|
},
|
|
38981
|
-
"privacy": "public",
|
|
38982
|
-
"description": "Sizes the element vertically by a number of character rows.",
|
|
38983
38882
|
"inheritedFrom": {
|
|
38984
|
-
"name": "
|
|
38985
|
-
"module": "src/text-
|
|
38883
|
+
"name": "TextField",
|
|
38884
|
+
"module": "src/text-field/text-field.ts"
|
|
38986
38885
|
}
|
|
38987
38886
|
},
|
|
38988
38887
|
{
|
|
@@ -38992,10 +38891,10 @@
|
|
|
38992
38891
|
"text": "boolean"
|
|
38993
38892
|
},
|
|
38994
38893
|
"privacy": "public",
|
|
38995
|
-
"description": "
|
|
38894
|
+
"description": "Controls whether or not to enable spell checking for the input field, or if the default spell checking configuration should be used.",
|
|
38996
38895
|
"inheritedFrom": {
|
|
38997
|
-
"name": "
|
|
38998
|
-
"module": "src/text-
|
|
38896
|
+
"name": "TextField",
|
|
38897
|
+
"module": "src/text-field/text-field.ts"
|
|
38999
38898
|
}
|
|
39000
38899
|
},
|
|
39001
38900
|
{
|
|
@@ -39008,8 +38907,8 @@
|
|
|
39008
38907
|
}
|
|
39009
38908
|
},
|
|
39010
38909
|
"inheritedFrom": {
|
|
39011
|
-
"name": "
|
|
39012
|
-
"module": "src/text-
|
|
38910
|
+
"name": "TextField",
|
|
38911
|
+
"module": "src/text-field/text-field.ts"
|
|
39013
38912
|
}
|
|
39014
38913
|
},
|
|
39015
38914
|
{
|
|
@@ -39021,10 +38920,10 @@
|
|
|
39021
38920
|
"text": "void"
|
|
39022
38921
|
}
|
|
39023
38922
|
},
|
|
39024
|
-
"description": "Selects all the text in the text
|
|
38923
|
+
"description": "Selects all the text in the text field",
|
|
39025
38924
|
"inheritedFrom": {
|
|
39026
|
-
"name": "
|
|
39027
|
-
"module": "src/text-
|
|
38925
|
+
"name": "TextField",
|
|
38926
|
+
"module": "src/text-field/text-field.ts"
|
|
39028
38927
|
}
|
|
39029
38928
|
},
|
|
39030
38929
|
{
|
|
@@ -39038,16 +38937,16 @@
|
|
|
39038
38937
|
},
|
|
39039
38938
|
"description": "{@inheritDoc (FormAssociated:interface).validate}",
|
|
39040
38939
|
"inheritedFrom": {
|
|
39041
|
-
"name": "
|
|
39042
|
-
"module": "src/text-
|
|
38940
|
+
"name": "TextField",
|
|
38941
|
+
"module": "src/text-field/text-field.ts"
|
|
39043
38942
|
}
|
|
39044
38943
|
},
|
|
39045
38944
|
{
|
|
39046
38945
|
"kind": "field",
|
|
39047
38946
|
"name": "proxy",
|
|
39048
38947
|
"inheritedFrom": {
|
|
39049
|
-
"name": "
|
|
39050
|
-
"module": "src/text-
|
|
38948
|
+
"name": "TextField",
|
|
38949
|
+
"module": "src/text-field/text-field.ts"
|
|
39051
38950
|
}
|
|
39052
38951
|
},
|
|
39053
38952
|
{
|
|
@@ -39059,8 +38958,8 @@
|
|
|
39059
38958
|
"privacy": "private",
|
|
39060
38959
|
"default": "void 0",
|
|
39061
38960
|
"inheritedFrom": {
|
|
39062
|
-
"name": "
|
|
39063
|
-
"module": "src/text-
|
|
38961
|
+
"name": "TextField",
|
|
38962
|
+
"module": "src/text-field/text-field.ts"
|
|
39064
38963
|
}
|
|
39065
38964
|
},
|
|
39066
38965
|
{
|
|
@@ -39072,8 +38971,8 @@
|
|
|
39072
38971
|
"privacy": "public",
|
|
39073
38972
|
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
39074
38973
|
"inheritedFrom": {
|
|
39075
|
-
"name": "
|
|
39076
|
-
"module": "src/text-
|
|
38974
|
+
"name": "TextField",
|
|
38975
|
+
"module": "src/text-field/text-field.ts"
|
|
39077
38976
|
}
|
|
39078
38977
|
},
|
|
39079
38978
|
{
|
|
@@ -39085,8 +38984,8 @@
|
|
|
39085
38984
|
"privacy": "public",
|
|
39086
38985
|
"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.",
|
|
39087
38986
|
"inheritedFrom": {
|
|
39088
|
-
"name": "
|
|
39089
|
-
"module": "src/text-
|
|
38987
|
+
"name": "TextField",
|
|
38988
|
+
"module": "src/text-field/text-field.ts"
|
|
39090
38989
|
}
|
|
39091
38990
|
},
|
|
39092
38991
|
{
|
|
@@ -39099,8 +38998,8 @@
|
|
|
39099
38998
|
}
|
|
39100
38999
|
},
|
|
39101
39000
|
"inheritedFrom": {
|
|
39102
|
-
"name": "
|
|
39103
|
-
"module": "src/text-
|
|
39001
|
+
"name": "TextField",
|
|
39002
|
+
"module": "src/text-field/text-field.ts"
|
|
39104
39003
|
}
|
|
39105
39004
|
},
|
|
39106
39005
|
{
|
|
@@ -39112,8 +39011,8 @@
|
|
|
39112
39011
|
"privacy": "public",
|
|
39113
39012
|
"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.",
|
|
39114
39013
|
"inheritedFrom": {
|
|
39115
|
-
"name": "
|
|
39116
|
-
"module": "src/text-
|
|
39014
|
+
"name": "TextField",
|
|
39015
|
+
"module": "src/text-field/text-field.ts"
|
|
39117
39016
|
}
|
|
39118
39017
|
},
|
|
39119
39018
|
{
|
|
@@ -39126,8 +39025,8 @@
|
|
|
39126
39025
|
}
|
|
39127
39026
|
},
|
|
39128
39027
|
"inheritedFrom": {
|
|
39129
|
-
"name": "
|
|
39130
|
-
"module": "src/text-
|
|
39028
|
+
"name": "TextField",
|
|
39029
|
+
"module": "src/text-field/text-field.ts"
|
|
39131
39030
|
}
|
|
39132
39031
|
},
|
|
39133
39032
|
{
|
|
@@ -39157,33 +39056,134 @@
|
|
|
39157
39056
|
],
|
|
39158
39057
|
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
39159
39058
|
"inheritedFrom": {
|
|
39160
|
-
"name": "
|
|
39161
|
-
"module": "src/text-
|
|
39059
|
+
"name": "TextField",
|
|
39060
|
+
"module": "src/text-field/text-field.ts"
|
|
39162
39061
|
}
|
|
39163
39062
|
}
|
|
39164
39063
|
],
|
|
39064
|
+
"attributes": [
|
|
39065
|
+
{
|
|
39066
|
+
"name": "autocomplete",
|
|
39067
|
+
"type": {
|
|
39068
|
+
"text": "string"
|
|
39069
|
+
},
|
|
39070
|
+
"fieldName": "autocomplete"
|
|
39071
|
+
},
|
|
39072
|
+
{
|
|
39073
|
+
"name": "autocapitalize",
|
|
39074
|
+
"type": {
|
|
39075
|
+
"text": "string"
|
|
39076
|
+
},
|
|
39077
|
+
"default": "'off'",
|
|
39078
|
+
"fieldName": "autocapitalize"
|
|
39079
|
+
},
|
|
39080
|
+
{
|
|
39081
|
+
"name": "step",
|
|
39082
|
+
"type": {
|
|
39083
|
+
"text": "number"
|
|
39084
|
+
},
|
|
39085
|
+
"fieldName": "step"
|
|
39086
|
+
},
|
|
39087
|
+
{
|
|
39088
|
+
"name": "readonly",
|
|
39089
|
+
"type": {
|
|
39090
|
+
"text": "boolean"
|
|
39091
|
+
},
|
|
39092
|
+
"description": "When true, the control will be immutable by user interaction. See https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/readonly | readonly HTML attribute for more information.",
|
|
39093
|
+
"fieldName": "readOnly",
|
|
39094
|
+
"inheritedFrom": {
|
|
39095
|
+
"name": "TextField",
|
|
39096
|
+
"module": "src/text-field/text-field.ts"
|
|
39097
|
+
}
|
|
39098
|
+
},
|
|
39099
|
+
{
|
|
39100
|
+
"type": {
|
|
39101
|
+
"text": "boolean"
|
|
39102
|
+
},
|
|
39103
|
+
"description": "Indicates that this element should get focus after the page finishes loading. See https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#htmlattrdefautofocus | autofocus HTML attribute for more information.",
|
|
39104
|
+
"fieldName": "autofocus",
|
|
39105
|
+
"inheritedFrom": {
|
|
39106
|
+
"name": "TextField",
|
|
39107
|
+
"module": "src/text-field/text-field.ts"
|
|
39108
|
+
}
|
|
39109
|
+
},
|
|
39110
|
+
{
|
|
39111
|
+
"name": "placeholder",
|
|
39112
|
+
"type": {
|
|
39113
|
+
"text": "string"
|
|
39114
|
+
},
|
|
39115
|
+
"description": "Sets the placeholder value of the element, generally used to provide a hint to the user.",
|
|
39116
|
+
"fieldName": "placeholder",
|
|
39117
|
+
"inheritedFrom": {
|
|
39118
|
+
"name": "TextField",
|
|
39119
|
+
"module": "src/text-field/text-field.ts"
|
|
39120
|
+
}
|
|
39121
|
+
},
|
|
39122
|
+
{
|
|
39123
|
+
"name": "type",
|
|
39124
|
+
"type": {
|
|
39125
|
+
"text": "TextFieldType"
|
|
39126
|
+
},
|
|
39127
|
+
"description": "Allows setting a type or mode of text.",
|
|
39128
|
+
"fieldName": "type",
|
|
39129
|
+
"inheritedFrom": {
|
|
39130
|
+
"name": "TextField",
|
|
39131
|
+
"module": "src/text-field/text-field.ts"
|
|
39132
|
+
}
|
|
39133
|
+
},
|
|
39134
|
+
{
|
|
39135
|
+
"name": "list",
|
|
39136
|
+
"type": {
|
|
39137
|
+
"text": "string"
|
|
39138
|
+
},
|
|
39139
|
+
"description": "Allows associating a https://developer.mozilla.org/en-US/docs/Web/HTML/Element/datalist | datalist to the element by https://developer.mozilla.org/en-US/docs/Web/API/Element/id.",
|
|
39140
|
+
"fieldName": "list",
|
|
39141
|
+
"inheritedFrom": {
|
|
39142
|
+
"name": "TextField",
|
|
39143
|
+
"module": "src/text-field/text-field.ts"
|
|
39144
|
+
}
|
|
39145
|
+
},
|
|
39146
|
+
{
|
|
39147
|
+
"name": "pattern",
|
|
39148
|
+
"type": {
|
|
39149
|
+
"text": "string"
|
|
39150
|
+
},
|
|
39151
|
+
"description": "A regular expression that the value must match to pass validation.",
|
|
39152
|
+
"fieldName": "pattern",
|
|
39153
|
+
"inheritedFrom": {
|
|
39154
|
+
"name": "TextField",
|
|
39155
|
+
"module": "src/text-field/text-field.ts"
|
|
39156
|
+
}
|
|
39157
|
+
}
|
|
39158
|
+
],
|
|
39159
|
+
"superclass": {
|
|
39160
|
+
"name": "FASTTextField",
|
|
39161
|
+
"package": "@microsoft/fast-components"
|
|
39162
|
+
},
|
|
39163
|
+
"tagName": "%%prefix%%-text-field",
|
|
39164
|
+
"customElement": true,
|
|
39165
39165
|
"events": [
|
|
39166
39166
|
{
|
|
39167
|
-
"description": "
|
|
39167
|
+
"description": "Fires a custom 'change' event when the value has changed",
|
|
39168
39168
|
"name": "change",
|
|
39169
39169
|
"inheritedFrom": {
|
|
39170
|
-
"name": "
|
|
39171
|
-
"module": "src/text-
|
|
39170
|
+
"name": "TextField",
|
|
39171
|
+
"module": "src/text-field/text-field.ts"
|
|
39172
39172
|
}
|
|
39173
39173
|
}
|
|
39174
39174
|
]
|
|
39175
39175
|
},
|
|
39176
39176
|
{
|
|
39177
39177
|
"kind": "variable",
|
|
39178
|
-
"name": "
|
|
39178
|
+
"name": "foundationTextFieldShadowOptions",
|
|
39179
39179
|
"type": {
|
|
39180
39180
|
"text": "ShadowRootInit"
|
|
39181
39181
|
},
|
|
39182
|
-
"default": "
|
|
39182
|
+
"default": "{\n mode: 'open',\n delegatesFocus: true,\n}"
|
|
39183
39183
|
},
|
|
39184
39184
|
{
|
|
39185
39185
|
"kind": "variable",
|
|
39186
|
-
"name": "
|
|
39186
|
+
"name": "defaultTextFieldConfig",
|
|
39187
39187
|
"type": {
|
|
39188
39188
|
"text": "object"
|
|
39189
39189
|
},
|
|
@@ -39191,42 +39191,42 @@
|
|
|
39191
39191
|
},
|
|
39192
39192
|
{
|
|
39193
39193
|
"kind": "variable",
|
|
39194
|
-
"name": "
|
|
39195
|
-
"description": "The Foundation Text
|
|
39194
|
+
"name": "foundationTextField",
|
|
39195
|
+
"description": "The Foundation Text Fields",
|
|
39196
39196
|
"privacy": "public"
|
|
39197
39197
|
}
|
|
39198
39198
|
],
|
|
39199
39199
|
"exports": [
|
|
39200
39200
|
{
|
|
39201
39201
|
"kind": "js",
|
|
39202
|
-
"name": "
|
|
39202
|
+
"name": "TextField",
|
|
39203
39203
|
"declaration": {
|
|
39204
|
-
"name": "
|
|
39205
|
-
"module": "src/text-
|
|
39204
|
+
"name": "TextField",
|
|
39205
|
+
"module": "src/text-field/text-field.ts"
|
|
39206
39206
|
}
|
|
39207
39207
|
},
|
|
39208
39208
|
{
|
|
39209
39209
|
"kind": "js",
|
|
39210
|
-
"name": "
|
|
39210
|
+
"name": "foundationTextFieldShadowOptions",
|
|
39211
39211
|
"declaration": {
|
|
39212
|
-
"name": "
|
|
39213
|
-
"module": "src/text-
|
|
39212
|
+
"name": "foundationTextFieldShadowOptions",
|
|
39213
|
+
"module": "src/text-field/text-field.ts"
|
|
39214
39214
|
}
|
|
39215
39215
|
},
|
|
39216
39216
|
{
|
|
39217
39217
|
"kind": "js",
|
|
39218
|
-
"name": "
|
|
39218
|
+
"name": "defaultTextFieldConfig",
|
|
39219
39219
|
"declaration": {
|
|
39220
|
-
"name": "
|
|
39221
|
-
"module": "src/text-
|
|
39220
|
+
"name": "defaultTextFieldConfig",
|
|
39221
|
+
"module": "src/text-field/text-field.ts"
|
|
39222
39222
|
}
|
|
39223
39223
|
},
|
|
39224
39224
|
{
|
|
39225
39225
|
"kind": "js",
|
|
39226
|
-
"name": "
|
|
39226
|
+
"name": "foundationTextField",
|
|
39227
39227
|
"declaration": {
|
|
39228
|
-
"name": "
|
|
39229
|
-
"module": "src/text-
|
|
39228
|
+
"name": "foundationTextField",
|
|
39229
|
+
"module": "src/text-field/text-field.ts"
|
|
39230
39230
|
}
|
|
39231
39231
|
}
|
|
39232
39232
|
]
|