@ni/nimble-components 35.9.1 → 35.9.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/all-components-bundle.js +985 -259
- package/dist/all-components-bundle.js.map +1 -1
- package/dist/all-components-bundle.min.js +3011 -2907
- package/dist/all-components-bundle.min.js.map +1 -1
- package/dist/custom-elements.json +243 -243
- package/dist/custom-elements.md +50 -50
- package/package.json +4 -4
|
@@ -392,89 +392,6 @@
|
|
|
392
392
|
}
|
|
393
393
|
]
|
|
394
394
|
},
|
|
395
|
-
{
|
|
396
|
-
"kind": "javascript-module",
|
|
397
|
-
"path": "src/anchor-tab/index.ts",
|
|
398
|
-
"declarations": [
|
|
399
|
-
{
|
|
400
|
-
"kind": "class",
|
|
401
|
-
"description": "A nimble-styled link tab",
|
|
402
|
-
"name": "AnchorTab",
|
|
403
|
-
"members": [
|
|
404
|
-
{
|
|
405
|
-
"kind": "field",
|
|
406
|
-
"name": "disabled",
|
|
407
|
-
"type": {
|
|
408
|
-
"text": "boolean"
|
|
409
|
-
},
|
|
410
|
-
"privacy": "public",
|
|
411
|
-
"default": "false",
|
|
412
|
-
"description": "When true, the control will be immutable by user interaction. See https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/disabled | disabled HTML attribute for more information."
|
|
413
|
-
},
|
|
414
|
-
{
|
|
415
|
-
"kind": "field",
|
|
416
|
-
"name": "ariaSelected",
|
|
417
|
-
"type": {
|
|
418
|
-
"text": "string"
|
|
419
|
-
},
|
|
420
|
-
"privacy": "public",
|
|
421
|
-
"default": "'false'",
|
|
422
|
-
"description": "Indicates the current \"selected\" state of various widgets.\nhttps://www.w3.org/TR/wai-aria-1.1/#aria-selected"
|
|
423
|
-
}
|
|
424
|
-
],
|
|
425
|
-
"attributes": [
|
|
426
|
-
{
|
|
427
|
-
"name": "disabled",
|
|
428
|
-
"type": {
|
|
429
|
-
"text": "boolean"
|
|
430
|
-
},
|
|
431
|
-
"default": "false",
|
|
432
|
-
"description": "When true, the control will be immutable by user interaction. See https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/disabled | disabled HTML attribute for more information.",
|
|
433
|
-
"fieldName": "disabled"
|
|
434
|
-
},
|
|
435
|
-
{
|
|
436
|
-
"name": "aria-selected",
|
|
437
|
-
"type": {
|
|
438
|
-
"text": "string"
|
|
439
|
-
},
|
|
440
|
-
"default": "'false'",
|
|
441
|
-
"description": "Indicates the current \"selected\" state of various widgets.\nhttps://www.w3.org/TR/wai-aria-1.1/#aria-selected",
|
|
442
|
-
"fieldName": "ariaSelected"
|
|
443
|
-
}
|
|
444
|
-
],
|
|
445
|
-
"superclass": {
|
|
446
|
-
"name": "AnchorBase",
|
|
447
|
-
"module": "/src/anchor-base"
|
|
448
|
-
}
|
|
449
|
-
},
|
|
450
|
-
{
|
|
451
|
-
"kind": "variable",
|
|
452
|
-
"name": "anchorTabTag",
|
|
453
|
-
"type": {
|
|
454
|
-
"text": "string"
|
|
455
|
-
},
|
|
456
|
-
"default": "'nimble-anchor-tab'"
|
|
457
|
-
}
|
|
458
|
-
],
|
|
459
|
-
"exports": [
|
|
460
|
-
{
|
|
461
|
-
"kind": "js",
|
|
462
|
-
"name": "AnchorTab",
|
|
463
|
-
"declaration": {
|
|
464
|
-
"name": "AnchorTab",
|
|
465
|
-
"module": "src/anchor-tab/index.ts"
|
|
466
|
-
}
|
|
467
|
-
},
|
|
468
|
-
{
|
|
469
|
-
"kind": "js",
|
|
470
|
-
"name": "anchorTabTag",
|
|
471
|
-
"declaration": {
|
|
472
|
-
"name": "anchorTabTag",
|
|
473
|
-
"module": "src/anchor-tab/index.ts"
|
|
474
|
-
}
|
|
475
|
-
}
|
|
476
|
-
]
|
|
477
|
-
},
|
|
478
395
|
{
|
|
479
396
|
"kind": "javascript-module",
|
|
480
397
|
"path": "src/anchor-step/index.ts",
|
|
@@ -659,6 +576,89 @@
|
|
|
659
576
|
}
|
|
660
577
|
]
|
|
661
578
|
},
|
|
579
|
+
{
|
|
580
|
+
"kind": "javascript-module",
|
|
581
|
+
"path": "src/anchor-tab/index.ts",
|
|
582
|
+
"declarations": [
|
|
583
|
+
{
|
|
584
|
+
"kind": "class",
|
|
585
|
+
"description": "A nimble-styled link tab",
|
|
586
|
+
"name": "AnchorTab",
|
|
587
|
+
"members": [
|
|
588
|
+
{
|
|
589
|
+
"kind": "field",
|
|
590
|
+
"name": "disabled",
|
|
591
|
+
"type": {
|
|
592
|
+
"text": "boolean"
|
|
593
|
+
},
|
|
594
|
+
"privacy": "public",
|
|
595
|
+
"default": "false",
|
|
596
|
+
"description": "When true, the control will be immutable by user interaction. See https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/disabled | disabled HTML attribute for more information."
|
|
597
|
+
},
|
|
598
|
+
{
|
|
599
|
+
"kind": "field",
|
|
600
|
+
"name": "ariaSelected",
|
|
601
|
+
"type": {
|
|
602
|
+
"text": "string"
|
|
603
|
+
},
|
|
604
|
+
"privacy": "public",
|
|
605
|
+
"default": "'false'",
|
|
606
|
+
"description": "Indicates the current \"selected\" state of various widgets.\nhttps://www.w3.org/TR/wai-aria-1.1/#aria-selected"
|
|
607
|
+
}
|
|
608
|
+
],
|
|
609
|
+
"attributes": [
|
|
610
|
+
{
|
|
611
|
+
"name": "disabled",
|
|
612
|
+
"type": {
|
|
613
|
+
"text": "boolean"
|
|
614
|
+
},
|
|
615
|
+
"default": "false",
|
|
616
|
+
"description": "When true, the control will be immutable by user interaction. See https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/disabled | disabled HTML attribute for more information.",
|
|
617
|
+
"fieldName": "disabled"
|
|
618
|
+
},
|
|
619
|
+
{
|
|
620
|
+
"name": "aria-selected",
|
|
621
|
+
"type": {
|
|
622
|
+
"text": "string"
|
|
623
|
+
},
|
|
624
|
+
"default": "'false'",
|
|
625
|
+
"description": "Indicates the current \"selected\" state of various widgets.\nhttps://www.w3.org/TR/wai-aria-1.1/#aria-selected",
|
|
626
|
+
"fieldName": "ariaSelected"
|
|
627
|
+
}
|
|
628
|
+
],
|
|
629
|
+
"superclass": {
|
|
630
|
+
"name": "AnchorBase",
|
|
631
|
+
"module": "/src/anchor-base"
|
|
632
|
+
}
|
|
633
|
+
},
|
|
634
|
+
{
|
|
635
|
+
"kind": "variable",
|
|
636
|
+
"name": "anchorTabTag",
|
|
637
|
+
"type": {
|
|
638
|
+
"text": "string"
|
|
639
|
+
},
|
|
640
|
+
"default": "'nimble-anchor-tab'"
|
|
641
|
+
}
|
|
642
|
+
],
|
|
643
|
+
"exports": [
|
|
644
|
+
{
|
|
645
|
+
"kind": "js",
|
|
646
|
+
"name": "AnchorTab",
|
|
647
|
+
"declaration": {
|
|
648
|
+
"name": "AnchorTab",
|
|
649
|
+
"module": "src/anchor-tab/index.ts"
|
|
650
|
+
}
|
|
651
|
+
},
|
|
652
|
+
{
|
|
653
|
+
"kind": "js",
|
|
654
|
+
"name": "anchorTabTag",
|
|
655
|
+
"declaration": {
|
|
656
|
+
"name": "anchorTabTag",
|
|
657
|
+
"module": "src/anchor-tab/index.ts"
|
|
658
|
+
}
|
|
659
|
+
}
|
|
660
|
+
]
|
|
661
|
+
},
|
|
662
662
|
{
|
|
663
663
|
"kind": "javascript-module",
|
|
664
664
|
"path": "src/anchor-tabs/index.ts",
|
|
@@ -18678,6 +18678,30 @@
|
|
|
18678
18678
|
}
|
|
18679
18679
|
]
|
|
18680
18680
|
},
|
|
18681
|
+
{
|
|
18682
|
+
"kind": "javascript-module",
|
|
18683
|
+
"path": "src/table/components/cell/index.ts",
|
|
18684
|
+
"declarations": [
|
|
18685
|
+
{
|
|
18686
|
+
"kind": "variable",
|
|
18687
|
+
"name": "tableCellTag",
|
|
18688
|
+
"type": {
|
|
18689
|
+
"text": "string"
|
|
18690
|
+
},
|
|
18691
|
+
"default": "'nimble-table-cell'"
|
|
18692
|
+
}
|
|
18693
|
+
],
|
|
18694
|
+
"exports": [
|
|
18695
|
+
{
|
|
18696
|
+
"kind": "js",
|
|
18697
|
+
"name": "tableCellTag",
|
|
18698
|
+
"declaration": {
|
|
18699
|
+
"name": "tableCellTag",
|
|
18700
|
+
"module": "src/table/components/cell/index.ts"
|
|
18701
|
+
}
|
|
18702
|
+
}
|
|
18703
|
+
]
|
|
18704
|
+
},
|
|
18681
18705
|
{
|
|
18682
18706
|
"kind": "javascript-module",
|
|
18683
18707
|
"path": "src/rich-text-mention/users/view/index.ts",
|
|
@@ -18773,30 +18797,6 @@
|
|
|
18773
18797
|
}
|
|
18774
18798
|
]
|
|
18775
18799
|
},
|
|
18776
|
-
{
|
|
18777
|
-
"kind": "javascript-module",
|
|
18778
|
-
"path": "src/table/components/cell/index.ts",
|
|
18779
|
-
"declarations": [
|
|
18780
|
-
{
|
|
18781
|
-
"kind": "variable",
|
|
18782
|
-
"name": "tableCellTag",
|
|
18783
|
-
"type": {
|
|
18784
|
-
"text": "string"
|
|
18785
|
-
},
|
|
18786
|
-
"default": "'nimble-table-cell'"
|
|
18787
|
-
}
|
|
18788
|
-
],
|
|
18789
|
-
"exports": [
|
|
18790
|
-
{
|
|
18791
|
-
"kind": "js",
|
|
18792
|
-
"name": "tableCellTag",
|
|
18793
|
-
"declaration": {
|
|
18794
|
-
"name": "tableCellTag",
|
|
18795
|
-
"module": "src/table/components/cell/index.ts"
|
|
18796
|
-
}
|
|
18797
|
-
}
|
|
18798
|
-
]
|
|
18799
|
-
},
|
|
18800
18800
|
{
|
|
18801
18801
|
"kind": "javascript-module",
|
|
18802
18802
|
"path": "src/table/components/group-row/index.ts",
|
|
@@ -20330,25 +20330,109 @@
|
|
|
20330
20330
|
},
|
|
20331
20331
|
{
|
|
20332
20332
|
"kind": "javascript-module",
|
|
20333
|
-
"path": "src/table-column/
|
|
20333
|
+
"path": "src/table-column/number-text/cell-view/index.ts",
|
|
20334
20334
|
"declarations": [
|
|
20335
20335
|
{
|
|
20336
20336
|
"kind": "class",
|
|
20337
|
-
"description": "
|
|
20338
|
-
"name": "
|
|
20337
|
+
"description": "A cell view for displaying number fields as text",
|
|
20338
|
+
"name": "TableColumnNumberTextCellView",
|
|
20339
20339
|
"members": [
|
|
20340
|
+
{
|
|
20341
|
+
"kind": "method",
|
|
20342
|
+
"name": "columnConfigChanged",
|
|
20343
|
+
"privacy": "protected",
|
|
20344
|
+
"return": {
|
|
20345
|
+
"type": {
|
|
20346
|
+
"text": "void"
|
|
20347
|
+
}
|
|
20348
|
+
},
|
|
20349
|
+
"inheritedFrom": {
|
|
20350
|
+
"name": "TableColumnTextCellViewBase",
|
|
20351
|
+
"module": "src/table-column/text-base/cell-view/index.ts"
|
|
20352
|
+
}
|
|
20353
|
+
},
|
|
20354
|
+
{
|
|
20355
|
+
"kind": "method",
|
|
20356
|
+
"name": "updateText",
|
|
20357
|
+
"privacy": "protected",
|
|
20358
|
+
"return": {
|
|
20359
|
+
"type": {
|
|
20360
|
+
"text": "void"
|
|
20361
|
+
}
|
|
20362
|
+
},
|
|
20363
|
+
"inheritedFrom": {
|
|
20364
|
+
"name": "TableColumnTextCellViewBase",
|
|
20365
|
+
"module": "src/table-column/text-base/cell-view/index.ts"
|
|
20366
|
+
}
|
|
20367
|
+
},
|
|
20340
20368
|
{
|
|
20341
20369
|
"kind": "field",
|
|
20342
|
-
"name": "
|
|
20370
|
+
"name": "text",
|
|
20343
20371
|
"type": {
|
|
20344
|
-
"text": "
|
|
20372
|
+
"text": "string"
|
|
20345
20373
|
},
|
|
20346
20374
|
"privacy": "public",
|
|
20347
|
-
"
|
|
20348
|
-
"
|
|
20375
|
+
"default": "''",
|
|
20376
|
+
"description": "Text to render in the cell.",
|
|
20349
20377
|
"inheritedFrom": {
|
|
20350
|
-
"name": "
|
|
20351
|
-
"module": "src/table-column/base/cell-view/index.ts"
|
|
20378
|
+
"name": "TableColumnTextCellViewBase",
|
|
20379
|
+
"module": "src/table-column/text-base/cell-view/index.ts"
|
|
20380
|
+
}
|
|
20381
|
+
},
|
|
20382
|
+
{
|
|
20383
|
+
"kind": "field",
|
|
20384
|
+
"name": "alignment",
|
|
20385
|
+
"type": {
|
|
20386
|
+
"text": "TableColumnAlignment"
|
|
20387
|
+
},
|
|
20388
|
+
"privacy": "public",
|
|
20389
|
+
"description": "The alignment of the text within the cell.",
|
|
20390
|
+
"inheritedFrom": {
|
|
20391
|
+
"name": "TableColumnTextCellViewBase",
|
|
20392
|
+
"module": "src/table-column/text-base/cell-view/index.ts"
|
|
20393
|
+
}
|
|
20394
|
+
},
|
|
20395
|
+
{
|
|
20396
|
+
"kind": "field",
|
|
20397
|
+
"name": "isPlaceholder",
|
|
20398
|
+
"type": {
|
|
20399
|
+
"text": "boolean"
|
|
20400
|
+
},
|
|
20401
|
+
"privacy": "public",
|
|
20402
|
+
"default": "false",
|
|
20403
|
+
"description": "Whether or not the text being displayed in the cell view is a placeholder.",
|
|
20404
|
+
"inheritedFrom": {
|
|
20405
|
+
"name": "TableColumnTextCellViewBase",
|
|
20406
|
+
"module": "src/table-column/text-base/cell-view/index.ts"
|
|
20407
|
+
}
|
|
20408
|
+
},
|
|
20409
|
+
{
|
|
20410
|
+
"kind": "method",
|
|
20411
|
+
"name": "cellRecordChanged",
|
|
20412
|
+
"privacy": "private",
|
|
20413
|
+
"return": {
|
|
20414
|
+
"type": {
|
|
20415
|
+
"text": "void"
|
|
20416
|
+
}
|
|
20417
|
+
},
|
|
20418
|
+
"inheritedFrom": {
|
|
20419
|
+
"name": "TableColumnTextCellViewBase",
|
|
20420
|
+
"module": "src/table-column/text-base/cell-view/index.ts"
|
|
20421
|
+
}
|
|
20422
|
+
},
|
|
20423
|
+
{
|
|
20424
|
+
"kind": "method",
|
|
20425
|
+
"name": "applyPlaceholderTextIfNeeded",
|
|
20426
|
+
"privacy": "private",
|
|
20427
|
+
"return": {
|
|
20428
|
+
"type": {
|
|
20429
|
+
"text": ""
|
|
20430
|
+
}
|
|
20431
|
+
},
|
|
20432
|
+
"description": "Sets `this.text` to the appropriate placeholder if `cellValue` warrants it.",
|
|
20433
|
+
"inheritedFrom": {
|
|
20434
|
+
"name": "TableColumnTextCellViewBase",
|
|
20435
|
+
"module": "src/table-column/text-base/cell-view/index.ts"
|
|
20352
20436
|
}
|
|
20353
20437
|
},
|
|
20354
20438
|
{
|
|
@@ -20399,6 +20483,20 @@
|
|
|
20399
20483
|
"module": "src/table-column/base/cell-view/index.ts"
|
|
20400
20484
|
}
|
|
20401
20485
|
},
|
|
20486
|
+
{
|
|
20487
|
+
"kind": "field",
|
|
20488
|
+
"name": "tabbableChildren",
|
|
20489
|
+
"type": {
|
|
20490
|
+
"text": "HTMLElement[]"
|
|
20491
|
+
},
|
|
20492
|
+
"privacy": "public",
|
|
20493
|
+
"description": "Gets the child elements in this cell view that should be able to be reached via Tab/ Shift-Tab,\nif any.",
|
|
20494
|
+
"readonly": true,
|
|
20495
|
+
"inheritedFrom": {
|
|
20496
|
+
"name": "TableCellView",
|
|
20497
|
+
"module": "src/table-column/base/cell-view/index.ts"
|
|
20498
|
+
}
|
|
20499
|
+
},
|
|
20402
20500
|
{
|
|
20403
20501
|
"kind": "field",
|
|
20404
20502
|
"name": "delegatedEvents",
|
|
@@ -20440,143 +20538,59 @@
|
|
|
20440
20538
|
}
|
|
20441
20539
|
],
|
|
20442
20540
|
"superclass": {
|
|
20443
|
-
"name": "
|
|
20444
|
-
"module": "/src/table-column/base/cell-view"
|
|
20541
|
+
"name": "TableColumnTextCellViewBase",
|
|
20542
|
+
"module": "/src/table-column/text-base/cell-view"
|
|
20445
20543
|
}
|
|
20446
20544
|
},
|
|
20447
20545
|
{
|
|
20448
20546
|
"kind": "variable",
|
|
20449
|
-
"name": "
|
|
20547
|
+
"name": "tableColumnNumberTextCellViewTag",
|
|
20450
20548
|
"type": {
|
|
20451
20549
|
"text": "string"
|
|
20452
20550
|
},
|
|
20453
|
-
"default": "'nimble-table-column-
|
|
20551
|
+
"default": "'nimble-table-column-number-text-cell-view'"
|
|
20454
20552
|
}
|
|
20455
20553
|
],
|
|
20456
20554
|
"exports": [
|
|
20457
20555
|
{
|
|
20458
20556
|
"kind": "js",
|
|
20459
|
-
"name": "
|
|
20557
|
+
"name": "TableColumnNumberTextCellView",
|
|
20460
20558
|
"declaration": {
|
|
20461
|
-
"name": "
|
|
20462
|
-
"module": "src/table-column/
|
|
20559
|
+
"name": "TableColumnNumberTextCellView",
|
|
20560
|
+
"module": "src/table-column/number-text/cell-view/index.ts"
|
|
20463
20561
|
}
|
|
20464
20562
|
},
|
|
20465
20563
|
{
|
|
20466
20564
|
"kind": "js",
|
|
20467
|
-
"name": "
|
|
20565
|
+
"name": "tableColumnNumberTextCellViewTag",
|
|
20468
20566
|
"declaration": {
|
|
20469
|
-
"name": "
|
|
20470
|
-
"module": "src/table-column/
|
|
20567
|
+
"name": "tableColumnNumberTextCellViewTag",
|
|
20568
|
+
"module": "src/table-column/number-text/cell-view/index.ts"
|
|
20471
20569
|
}
|
|
20472
20570
|
}
|
|
20473
20571
|
]
|
|
20474
20572
|
},
|
|
20475
20573
|
{
|
|
20476
20574
|
"kind": "javascript-module",
|
|
20477
|
-
"path": "src/table-column/
|
|
20575
|
+
"path": "src/table-column/menu-button/cell-view/index.ts",
|
|
20478
20576
|
"declarations": [
|
|
20479
20577
|
{
|
|
20480
20578
|
"kind": "class",
|
|
20481
|
-
"description": "
|
|
20482
|
-
"name": "
|
|
20579
|
+
"description": "The cell view base class for displaying a string field as a menu button.",
|
|
20580
|
+
"name": "TableColumnMenuButtonCellView",
|
|
20483
20581
|
"members": [
|
|
20484
|
-
{
|
|
20485
|
-
"kind": "method",
|
|
20486
|
-
"name": "columnConfigChanged",
|
|
20487
|
-
"privacy": "protected",
|
|
20488
|
-
"return": {
|
|
20489
|
-
"type": {
|
|
20490
|
-
"text": "void"
|
|
20491
|
-
}
|
|
20492
|
-
},
|
|
20493
|
-
"inheritedFrom": {
|
|
20494
|
-
"name": "TableColumnTextCellViewBase",
|
|
20495
|
-
"module": "src/table-column/text-base/cell-view/index.ts"
|
|
20496
|
-
}
|
|
20497
|
-
},
|
|
20498
|
-
{
|
|
20499
|
-
"kind": "method",
|
|
20500
|
-
"name": "updateText",
|
|
20501
|
-
"privacy": "protected",
|
|
20502
|
-
"return": {
|
|
20503
|
-
"type": {
|
|
20504
|
-
"text": "void"
|
|
20505
|
-
}
|
|
20506
|
-
},
|
|
20507
|
-
"inheritedFrom": {
|
|
20508
|
-
"name": "TableColumnTextCellViewBase",
|
|
20509
|
-
"module": "src/table-column/text-base/cell-view/index.ts"
|
|
20510
|
-
}
|
|
20511
|
-
},
|
|
20512
20582
|
{
|
|
20513
20583
|
"kind": "field",
|
|
20514
|
-
"name": "
|
|
20515
|
-
"type": {
|
|
20516
|
-
"text": "string"
|
|
20517
|
-
},
|
|
20518
|
-
"privacy": "public",
|
|
20519
|
-
"default": "''",
|
|
20520
|
-
"description": "Text to render in the cell.",
|
|
20521
|
-
"inheritedFrom": {
|
|
20522
|
-
"name": "TableColumnTextCellViewBase",
|
|
20523
|
-
"module": "src/table-column/text-base/cell-view/index.ts"
|
|
20524
|
-
}
|
|
20525
|
-
},
|
|
20526
|
-
{
|
|
20527
|
-
"kind": "field",
|
|
20528
|
-
"name": "alignment",
|
|
20529
|
-
"type": {
|
|
20530
|
-
"text": "TableColumnAlignment"
|
|
20531
|
-
},
|
|
20532
|
-
"privacy": "public",
|
|
20533
|
-
"description": "The alignment of the text within the cell.",
|
|
20534
|
-
"inheritedFrom": {
|
|
20535
|
-
"name": "TableColumnTextCellViewBase",
|
|
20536
|
-
"module": "src/table-column/text-base/cell-view/index.ts"
|
|
20537
|
-
}
|
|
20538
|
-
},
|
|
20539
|
-
{
|
|
20540
|
-
"kind": "field",
|
|
20541
|
-
"name": "isPlaceholder",
|
|
20584
|
+
"name": "tabbableChildren",
|
|
20542
20585
|
"type": {
|
|
20543
|
-
"text": "
|
|
20586
|
+
"text": "HTMLElement[]"
|
|
20544
20587
|
},
|
|
20545
20588
|
"privacy": "public",
|
|
20546
|
-
"
|
|
20547
|
-
"
|
|
20548
|
-
"inheritedFrom": {
|
|
20549
|
-
"name": "TableColumnTextCellViewBase",
|
|
20550
|
-
"module": "src/table-column/text-base/cell-view/index.ts"
|
|
20551
|
-
}
|
|
20552
|
-
},
|
|
20553
|
-
{
|
|
20554
|
-
"kind": "method",
|
|
20555
|
-
"name": "cellRecordChanged",
|
|
20556
|
-
"privacy": "private",
|
|
20557
|
-
"return": {
|
|
20558
|
-
"type": {
|
|
20559
|
-
"text": "void"
|
|
20560
|
-
}
|
|
20561
|
-
},
|
|
20562
|
-
"inheritedFrom": {
|
|
20563
|
-
"name": "TableColumnTextCellViewBase",
|
|
20564
|
-
"module": "src/table-column/text-base/cell-view/index.ts"
|
|
20565
|
-
}
|
|
20566
|
-
},
|
|
20567
|
-
{
|
|
20568
|
-
"kind": "method",
|
|
20569
|
-
"name": "applyPlaceholderTextIfNeeded",
|
|
20570
|
-
"privacy": "private",
|
|
20571
|
-
"return": {
|
|
20572
|
-
"type": {
|
|
20573
|
-
"text": ""
|
|
20574
|
-
}
|
|
20575
|
-
},
|
|
20576
|
-
"description": "Sets `this.text` to the appropriate placeholder if `cellValue` warrants it.",
|
|
20589
|
+
"description": "Gets the child elements in this cell view that should be able to be reached via Tab/ Shift-Tab,\nif any.",
|
|
20590
|
+
"readonly": true,
|
|
20577
20591
|
"inheritedFrom": {
|
|
20578
|
-
"name": "
|
|
20579
|
-
"module": "src/table-column/
|
|
20592
|
+
"name": "TableCellView",
|
|
20593
|
+
"module": "src/table-column/base/cell-view/index.ts"
|
|
20580
20594
|
}
|
|
20581
20595
|
},
|
|
20582
20596
|
{
|
|
@@ -20627,20 +20641,6 @@
|
|
|
20627
20641
|
"module": "src/table-column/base/cell-view/index.ts"
|
|
20628
20642
|
}
|
|
20629
20643
|
},
|
|
20630
|
-
{
|
|
20631
|
-
"kind": "field",
|
|
20632
|
-
"name": "tabbableChildren",
|
|
20633
|
-
"type": {
|
|
20634
|
-
"text": "HTMLElement[]"
|
|
20635
|
-
},
|
|
20636
|
-
"privacy": "public",
|
|
20637
|
-
"description": "Gets the child elements in this cell view that should be able to be reached via Tab/ Shift-Tab,\nif any.",
|
|
20638
|
-
"readonly": true,
|
|
20639
|
-
"inheritedFrom": {
|
|
20640
|
-
"name": "TableCellView",
|
|
20641
|
-
"module": "src/table-column/base/cell-view/index.ts"
|
|
20642
|
-
}
|
|
20643
|
-
},
|
|
20644
20644
|
{
|
|
20645
20645
|
"kind": "field",
|
|
20646
20646
|
"name": "delegatedEvents",
|
|
@@ -20682,34 +20682,34 @@
|
|
|
20682
20682
|
}
|
|
20683
20683
|
],
|
|
20684
20684
|
"superclass": {
|
|
20685
|
-
"name": "
|
|
20686
|
-
"module": "/src/table-column/
|
|
20685
|
+
"name": "TableCellView",
|
|
20686
|
+
"module": "/src/table-column/base/cell-view"
|
|
20687
20687
|
}
|
|
20688
20688
|
},
|
|
20689
20689
|
{
|
|
20690
20690
|
"kind": "variable",
|
|
20691
|
-
"name": "
|
|
20691
|
+
"name": "tableColumnMenuButtonCellViewTag",
|
|
20692
20692
|
"type": {
|
|
20693
20693
|
"text": "string"
|
|
20694
20694
|
},
|
|
20695
|
-
"default": "'nimble-table-column-
|
|
20695
|
+
"default": "'nimble-table-column-menu-button-cell-view'"
|
|
20696
20696
|
}
|
|
20697
20697
|
],
|
|
20698
20698
|
"exports": [
|
|
20699
20699
|
{
|
|
20700
20700
|
"kind": "js",
|
|
20701
|
-
"name": "
|
|
20701
|
+
"name": "TableColumnMenuButtonCellView",
|
|
20702
20702
|
"declaration": {
|
|
20703
|
-
"name": "
|
|
20704
|
-
"module": "src/table-column/
|
|
20703
|
+
"name": "TableColumnMenuButtonCellView",
|
|
20704
|
+
"module": "src/table-column/menu-button/cell-view/index.ts"
|
|
20705
20705
|
}
|
|
20706
20706
|
},
|
|
20707
20707
|
{
|
|
20708
20708
|
"kind": "js",
|
|
20709
|
-
"name": "
|
|
20709
|
+
"name": "tableColumnMenuButtonCellViewTag",
|
|
20710
20710
|
"declaration": {
|
|
20711
|
-
"name": "
|
|
20712
|
-
"module": "src/table-column/
|
|
20711
|
+
"name": "tableColumnMenuButtonCellViewTag",
|
|
20712
|
+
"module": "src/table-column/menu-button/cell-view/index.ts"
|
|
20713
20713
|
}
|
|
20714
20714
|
}
|
|
20715
20715
|
]
|