@ni/nimble-components 35.7.0 → 35.7.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/all-components-bundle.js +111 -27
- package/dist/all-components-bundle.js.map +1 -1
- package/dist/all-components-bundle.min.js +1682 -1669
- package/dist/all-components-bundle.min.js.map +1 -1
- package/dist/custom-elements.json +637 -637
- package/dist/custom-elements.md +83 -83
- package/dist/esm/rich-text/editor/testing/rich-text-editor.pageobject.js.map +1 -1
- package/dist/esm/table/testing/table.pageobject.js.map +1 -1
- package/dist/esm/tree-view/template.js.map +1 -1
- package/package.json +18 -18
|
@@ -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",
|
|
@@ -8977,16 +8977,16 @@
|
|
|
8977
8977
|
},
|
|
8978
8978
|
{
|
|
8979
8979
|
"kind": "javascript-module",
|
|
8980
|
-
"path": "src/label-provider/
|
|
8980
|
+
"path": "src/label-provider/rich-text/index.ts",
|
|
8981
8981
|
"declarations": [
|
|
8982
8982
|
{
|
|
8983
8983
|
"kind": "class",
|
|
8984
|
-
"description": "Label provider for the Nimble
|
|
8985
|
-
"name": "
|
|
8984
|
+
"description": "Label provider for the Nimble rich text component",
|
|
8985
|
+
"name": "LabelProviderRichText",
|
|
8986
8986
|
"members": [
|
|
8987
8987
|
{
|
|
8988
8988
|
"kind": "field",
|
|
8989
|
-
"name": "
|
|
8989
|
+
"name": "toggleBold",
|
|
8990
8990
|
"type": {
|
|
8991
8991
|
"text": "string | undefined"
|
|
8992
8992
|
},
|
|
@@ -8994,7 +8994,7 @@
|
|
|
8994
8994
|
},
|
|
8995
8995
|
{
|
|
8996
8996
|
"kind": "field",
|
|
8997
|
-
"name": "
|
|
8997
|
+
"name": "toggleItalics",
|
|
8998
8998
|
"type": {
|
|
8999
8999
|
"text": "string | undefined"
|
|
9000
9000
|
},
|
|
@@ -9002,7 +9002,7 @@
|
|
|
9002
9002
|
},
|
|
9003
9003
|
{
|
|
9004
9004
|
"kind": "field",
|
|
9005
|
-
"name": "
|
|
9005
|
+
"name": "toggleBulletedList",
|
|
9006
9006
|
"type": {
|
|
9007
9007
|
"text": "string | undefined"
|
|
9008
9008
|
},
|
|
@@ -9010,7 +9010,7 @@
|
|
|
9010
9010
|
},
|
|
9011
9011
|
{
|
|
9012
9012
|
"kind": "field",
|
|
9013
|
-
"name": "
|
|
9013
|
+
"name": "toggleNumberedList",
|
|
9014
9014
|
"type": {
|
|
9015
9015
|
"text": "string | undefined"
|
|
9016
9016
|
},
|
|
@@ -9018,44 +9018,310 @@
|
|
|
9018
9018
|
},
|
|
9019
9019
|
{
|
|
9020
9020
|
"kind": "field",
|
|
9021
|
-
"name": "
|
|
9021
|
+
"name": "supportedLabels",
|
|
9022
9022
|
"type": {
|
|
9023
|
-
"text": "
|
|
9023
|
+
"text": "SupportedLabels"
|
|
9024
9024
|
},
|
|
9025
|
-
"privacy": "
|
|
9025
|
+
"privacy": "protected",
|
|
9026
|
+
"readonly": true,
|
|
9027
|
+
"default": "{ toggleBold: richTextToggleBoldLabel, toggleItalics: richTextToggleItalicsLabel, toggleBulletedList: richTextToggleBulletedListLabel, toggleNumberedList: richTextToggleNumberedListLabel }",
|
|
9028
|
+
"inheritedFrom": {
|
|
9029
|
+
"name": "LabelProviderBase",
|
|
9030
|
+
"module": "src/label-provider/base/index.ts"
|
|
9031
|
+
}
|
|
9026
9032
|
},
|
|
9027
9033
|
{
|
|
9028
9034
|
"kind": "field",
|
|
9029
|
-
"name": "
|
|
9035
|
+
"name": "propertyNotifier",
|
|
9030
9036
|
"type": {
|
|
9031
|
-
"text": "
|
|
9037
|
+
"text": "Notifier"
|
|
9032
9038
|
},
|
|
9033
|
-
"privacy": "
|
|
9039
|
+
"privacy": "private",
|
|
9040
|
+
"readonly": true,
|
|
9041
|
+
"inheritedFrom": {
|
|
9042
|
+
"name": "LabelProviderBase",
|
|
9043
|
+
"module": "src/label-provider/base/index.ts"
|
|
9044
|
+
}
|
|
9034
9045
|
},
|
|
9035
9046
|
{
|
|
9036
9047
|
"kind": "field",
|
|
9037
|
-
"name": "
|
|
9048
|
+
"name": "themeProvider",
|
|
9038
9049
|
"type": {
|
|
9039
|
-
"text": "
|
|
9050
|
+
"text": "HTMLElement | undefined"
|
|
9040
9051
|
},
|
|
9041
|
-
"privacy": "
|
|
9052
|
+
"privacy": "private",
|
|
9053
|
+
"inheritedFrom": {
|
|
9054
|
+
"name": "LabelProviderBase",
|
|
9055
|
+
"module": "src/label-provider/base/index.ts"
|
|
9056
|
+
}
|
|
9042
9057
|
},
|
|
9043
9058
|
{
|
|
9044
|
-
"kind": "
|
|
9045
|
-
"name": "
|
|
9046
|
-
"
|
|
9047
|
-
|
|
9059
|
+
"kind": "method",
|
|
9060
|
+
"name": "handleChange",
|
|
9061
|
+
"privacy": "public",
|
|
9062
|
+
"return": {
|
|
9063
|
+
"type": {
|
|
9064
|
+
"text": "void"
|
|
9065
|
+
}
|
|
9048
9066
|
},
|
|
9049
|
-
"
|
|
9067
|
+
"parameters": [
|
|
9068
|
+
{
|
|
9069
|
+
"name": "_element",
|
|
9070
|
+
"type": {
|
|
9071
|
+
"text": "LabelProviderBase<SupportedLabels>"
|
|
9072
|
+
}
|
|
9073
|
+
},
|
|
9074
|
+
{
|
|
9075
|
+
"name": "property",
|
|
9076
|
+
"type": {
|
|
9077
|
+
"text": "keyof LabelProviderBase<SupportedLabels>"
|
|
9078
|
+
}
|
|
9079
|
+
}
|
|
9080
|
+
],
|
|
9081
|
+
"inheritedFrom": {
|
|
9082
|
+
"name": "LabelProviderBase",
|
|
9083
|
+
"module": "src/label-provider/base/index.ts"
|
|
9084
|
+
}
|
|
9050
9085
|
},
|
|
9051
9086
|
{
|
|
9052
|
-
"kind": "
|
|
9053
|
-
"name": "
|
|
9054
|
-
"
|
|
9055
|
-
|
|
9087
|
+
"kind": "method",
|
|
9088
|
+
"name": "initializeThemeProvider",
|
|
9089
|
+
"privacy": "private",
|
|
9090
|
+
"return": {
|
|
9091
|
+
"type": {
|
|
9092
|
+
"text": "void"
|
|
9093
|
+
}
|
|
9056
9094
|
},
|
|
9057
|
-
"
|
|
9058
|
-
|
|
9095
|
+
"inheritedFrom": {
|
|
9096
|
+
"name": "LabelProviderBase",
|
|
9097
|
+
"module": "src/label-provider/base/index.ts"
|
|
9098
|
+
}
|
|
9099
|
+
}
|
|
9100
|
+
],
|
|
9101
|
+
"attributes": [
|
|
9102
|
+
{
|
|
9103
|
+
"name": "toggle-bold",
|
|
9104
|
+
"type": {
|
|
9105
|
+
"text": "string | undefined"
|
|
9106
|
+
},
|
|
9107
|
+
"fieldName": "toggleBold"
|
|
9108
|
+
},
|
|
9109
|
+
{
|
|
9110
|
+
"name": "toggle-italics",
|
|
9111
|
+
"type": {
|
|
9112
|
+
"text": "string | undefined"
|
|
9113
|
+
},
|
|
9114
|
+
"fieldName": "toggleItalics"
|
|
9115
|
+
},
|
|
9116
|
+
{
|
|
9117
|
+
"name": "toggle-bulleted-list",
|
|
9118
|
+
"type": {
|
|
9119
|
+
"text": "string | undefined"
|
|
9120
|
+
},
|
|
9121
|
+
"fieldName": "toggleBulletedList"
|
|
9122
|
+
},
|
|
9123
|
+
{
|
|
9124
|
+
"name": "toggle-numbered-list",
|
|
9125
|
+
"type": {
|
|
9126
|
+
"text": "string | undefined"
|
|
9127
|
+
},
|
|
9128
|
+
"fieldName": "toggleNumberedList"
|
|
9129
|
+
}
|
|
9130
|
+
],
|
|
9131
|
+
"superclass": {
|
|
9132
|
+
"name": "LabelProviderBase",
|
|
9133
|
+
"module": "/src/label-provider/base"
|
|
9134
|
+
}
|
|
9135
|
+
},
|
|
9136
|
+
{
|
|
9137
|
+
"kind": "variable",
|
|
9138
|
+
"name": "labelProviderRichTextTag",
|
|
9139
|
+
"type": {
|
|
9140
|
+
"text": "string"
|
|
9141
|
+
},
|
|
9142
|
+
"default": "'nimble-label-provider-rich-text'"
|
|
9143
|
+
}
|
|
9144
|
+
],
|
|
9145
|
+
"exports": [
|
|
9146
|
+
{
|
|
9147
|
+
"kind": "js",
|
|
9148
|
+
"name": "LabelProviderRichText",
|
|
9149
|
+
"declaration": {
|
|
9150
|
+
"name": "LabelProviderRichText",
|
|
9151
|
+
"module": "src/label-provider/rich-text/index.ts"
|
|
9152
|
+
}
|
|
9153
|
+
},
|
|
9154
|
+
{
|
|
9155
|
+
"kind": "js",
|
|
9156
|
+
"name": "labelProviderRichTextTag",
|
|
9157
|
+
"declaration": {
|
|
9158
|
+
"name": "labelProviderRichTextTag",
|
|
9159
|
+
"module": "src/label-provider/rich-text/index.ts"
|
|
9160
|
+
}
|
|
9161
|
+
}
|
|
9162
|
+
]
|
|
9163
|
+
},
|
|
9164
|
+
{
|
|
9165
|
+
"kind": "javascript-module",
|
|
9166
|
+
"path": "src/label-provider/rich-text/label-token-defaults.ts",
|
|
9167
|
+
"declarations": [
|
|
9168
|
+
{
|
|
9169
|
+
"kind": "variable",
|
|
9170
|
+
"name": "richTextLabelDefaults",
|
|
9171
|
+
"type": {
|
|
9172
|
+
"text": "{\n readonly [key in TokenName]: string;\n}"
|
|
9173
|
+
},
|
|
9174
|
+
"default": "{ richTextToggleBoldLabel: 'Bold', richTextToggleItalicsLabel: 'Italics', richTextToggleBulletedListLabel: 'Bulleted List', richTextToggleNumberedListLabel: 'Numbered List' }"
|
|
9175
|
+
}
|
|
9176
|
+
],
|
|
9177
|
+
"exports": [
|
|
9178
|
+
{
|
|
9179
|
+
"kind": "js",
|
|
9180
|
+
"name": "richTextLabelDefaults",
|
|
9181
|
+
"declaration": {
|
|
9182
|
+
"name": "richTextLabelDefaults",
|
|
9183
|
+
"module": "src/label-provider/rich-text/label-token-defaults.ts"
|
|
9184
|
+
}
|
|
9185
|
+
}
|
|
9186
|
+
]
|
|
9187
|
+
},
|
|
9188
|
+
{
|
|
9189
|
+
"kind": "javascript-module",
|
|
9190
|
+
"path": "src/label-provider/rich-text/label-tokens.ts",
|
|
9191
|
+
"declarations": [
|
|
9192
|
+
{
|
|
9193
|
+
"kind": "variable",
|
|
9194
|
+
"name": "richTextToggleBoldLabel"
|
|
9195
|
+
},
|
|
9196
|
+
{
|
|
9197
|
+
"kind": "variable",
|
|
9198
|
+
"name": "richTextToggleItalicsLabel"
|
|
9199
|
+
},
|
|
9200
|
+
{
|
|
9201
|
+
"kind": "variable",
|
|
9202
|
+
"name": "richTextToggleBulletedListLabel"
|
|
9203
|
+
},
|
|
9204
|
+
{
|
|
9205
|
+
"kind": "variable",
|
|
9206
|
+
"name": "richTextToggleNumberedListLabel"
|
|
9207
|
+
}
|
|
9208
|
+
],
|
|
9209
|
+
"exports": [
|
|
9210
|
+
{
|
|
9211
|
+
"kind": "js",
|
|
9212
|
+
"name": "richTextToggleBoldLabel",
|
|
9213
|
+
"declaration": {
|
|
9214
|
+
"name": "richTextToggleBoldLabel",
|
|
9215
|
+
"module": "src/label-provider/rich-text/label-tokens.ts"
|
|
9216
|
+
}
|
|
9217
|
+
},
|
|
9218
|
+
{
|
|
9219
|
+
"kind": "js",
|
|
9220
|
+
"name": "richTextToggleItalicsLabel",
|
|
9221
|
+
"declaration": {
|
|
9222
|
+
"name": "richTextToggleItalicsLabel",
|
|
9223
|
+
"module": "src/label-provider/rich-text/label-tokens.ts"
|
|
9224
|
+
}
|
|
9225
|
+
},
|
|
9226
|
+
{
|
|
9227
|
+
"kind": "js",
|
|
9228
|
+
"name": "richTextToggleBulletedListLabel",
|
|
9229
|
+
"declaration": {
|
|
9230
|
+
"name": "richTextToggleBulletedListLabel",
|
|
9231
|
+
"module": "src/label-provider/rich-text/label-tokens.ts"
|
|
9232
|
+
}
|
|
9233
|
+
},
|
|
9234
|
+
{
|
|
9235
|
+
"kind": "js",
|
|
9236
|
+
"name": "richTextToggleNumberedListLabel",
|
|
9237
|
+
"declaration": {
|
|
9238
|
+
"name": "richTextToggleNumberedListLabel",
|
|
9239
|
+
"module": "src/label-provider/rich-text/label-tokens.ts"
|
|
9240
|
+
}
|
|
9241
|
+
}
|
|
9242
|
+
]
|
|
9243
|
+
},
|
|
9244
|
+
{
|
|
9245
|
+
"kind": "javascript-module",
|
|
9246
|
+
"path": "src/label-provider/table/index.ts",
|
|
9247
|
+
"declarations": [
|
|
9248
|
+
{
|
|
9249
|
+
"kind": "class",
|
|
9250
|
+
"description": "Label provider for the Nimble table (and its sub-components and columns)",
|
|
9251
|
+
"name": "LabelProviderTable",
|
|
9252
|
+
"members": [
|
|
9253
|
+
{
|
|
9254
|
+
"kind": "field",
|
|
9255
|
+
"name": "groupCollapse",
|
|
9256
|
+
"type": {
|
|
9257
|
+
"text": "string | undefined"
|
|
9258
|
+
},
|
|
9259
|
+
"privacy": "public"
|
|
9260
|
+
},
|
|
9261
|
+
{
|
|
9262
|
+
"kind": "field",
|
|
9263
|
+
"name": "groupExpand",
|
|
9264
|
+
"type": {
|
|
9265
|
+
"text": "string | undefined"
|
|
9266
|
+
},
|
|
9267
|
+
"privacy": "public"
|
|
9268
|
+
},
|
|
9269
|
+
{
|
|
9270
|
+
"kind": "field",
|
|
9271
|
+
"name": "rowCollapse",
|
|
9272
|
+
"type": {
|
|
9273
|
+
"text": "string | undefined"
|
|
9274
|
+
},
|
|
9275
|
+
"privacy": "public"
|
|
9276
|
+
},
|
|
9277
|
+
{
|
|
9278
|
+
"kind": "field",
|
|
9279
|
+
"name": "rowExpand",
|
|
9280
|
+
"type": {
|
|
9281
|
+
"text": "string | undefined"
|
|
9282
|
+
},
|
|
9283
|
+
"privacy": "public"
|
|
9284
|
+
},
|
|
9285
|
+
{
|
|
9286
|
+
"kind": "field",
|
|
9287
|
+
"name": "collapseAll",
|
|
9288
|
+
"type": {
|
|
9289
|
+
"text": "string | undefined"
|
|
9290
|
+
},
|
|
9291
|
+
"privacy": "public"
|
|
9292
|
+
},
|
|
9293
|
+
{
|
|
9294
|
+
"kind": "field",
|
|
9295
|
+
"name": "cellActionMenu",
|
|
9296
|
+
"type": {
|
|
9297
|
+
"text": "string | undefined"
|
|
9298
|
+
},
|
|
9299
|
+
"privacy": "public"
|
|
9300
|
+
},
|
|
9301
|
+
{
|
|
9302
|
+
"kind": "field",
|
|
9303
|
+
"name": "columnHeaderGrouped",
|
|
9304
|
+
"type": {
|
|
9305
|
+
"text": "string | undefined"
|
|
9306
|
+
},
|
|
9307
|
+
"privacy": "public"
|
|
9308
|
+
},
|
|
9309
|
+
{
|
|
9310
|
+
"kind": "field",
|
|
9311
|
+
"name": "columnHeaderSortedAscending",
|
|
9312
|
+
"type": {
|
|
9313
|
+
"text": "string | undefined"
|
|
9314
|
+
},
|
|
9315
|
+
"privacy": "public"
|
|
9316
|
+
},
|
|
9317
|
+
{
|
|
9318
|
+
"kind": "field",
|
|
9319
|
+
"name": "columnHeaderSortedDescending",
|
|
9320
|
+
"type": {
|
|
9321
|
+
"text": "string | undefined"
|
|
9322
|
+
},
|
|
9323
|
+
"privacy": "public"
|
|
9324
|
+
},
|
|
9059
9325
|
{
|
|
9060
9326
|
"kind": "field",
|
|
9061
9327
|
"name": "selectAll",
|
|
@@ -9445,388 +9711,122 @@
|
|
|
9445
9711
|
},
|
|
9446
9712
|
{
|
|
9447
9713
|
"kind": "js",
|
|
9448
|
-
"name": "tableGroupExpandLabel",
|
|
9449
|
-
"declaration": {
|
|
9450
|
-
"name": "tableGroupExpandLabel",
|
|
9451
|
-
"module": "src/label-provider/table/label-tokens.ts"
|
|
9452
|
-
}
|
|
9453
|
-
},
|
|
9454
|
-
{
|
|
9455
|
-
"kind": "js",
|
|
9456
|
-
"name": "tableRowCollapseLabel",
|
|
9457
|
-
"declaration": {
|
|
9458
|
-
"name": "tableRowCollapseLabel",
|
|
9459
|
-
"module": "src/label-provider/table/label-tokens.ts"
|
|
9460
|
-
}
|
|
9461
|
-
},
|
|
9462
|
-
{
|
|
9463
|
-
"kind": "js",
|
|
9464
|
-
"name": "tableRowExpandLabel",
|
|
9465
|
-
"declaration": {
|
|
9466
|
-
"name": "tableRowExpandLabel",
|
|
9467
|
-
"module": "src/label-provider/table/label-tokens.ts"
|
|
9468
|
-
}
|
|
9469
|
-
},
|
|
9470
|
-
{
|
|
9471
|
-
"kind": "js",
|
|
9472
|
-
"name": "tableCollapseAllLabel",
|
|
9473
|
-
"declaration": {
|
|
9474
|
-
"name": "tableCollapseAllLabel",
|
|
9475
|
-
"module": "src/label-provider/table/label-tokens.ts"
|
|
9476
|
-
}
|
|
9477
|
-
},
|
|
9478
|
-
{
|
|
9479
|
-
"kind": "js",
|
|
9480
|
-
"name": "tableCellActionMenuLabel",
|
|
9481
|
-
"declaration": {
|
|
9482
|
-
"name": "tableCellActionMenuLabel",
|
|
9483
|
-
"module": "src/label-provider/table/label-tokens.ts"
|
|
9484
|
-
}
|
|
9485
|
-
},
|
|
9486
|
-
{
|
|
9487
|
-
"kind": "js",
|
|
9488
|
-
"name": "tableColumnHeaderGroupedLabel",
|
|
9489
|
-
"declaration": {
|
|
9490
|
-
"name": "tableColumnHeaderGroupedLabel",
|
|
9491
|
-
"module": "src/label-provider/table/label-tokens.ts"
|
|
9492
|
-
}
|
|
9493
|
-
},
|
|
9494
|
-
{
|
|
9495
|
-
"kind": "js",
|
|
9496
|
-
"name": "tableColumnHeaderSortedAscendingLabel",
|
|
9497
|
-
"declaration": {
|
|
9498
|
-
"name": "tableColumnHeaderSortedAscendingLabel",
|
|
9499
|
-
"module": "src/label-provider/table/label-tokens.ts"
|
|
9500
|
-
}
|
|
9501
|
-
},
|
|
9502
|
-
{
|
|
9503
|
-
"kind": "js",
|
|
9504
|
-
"name": "tableColumnHeaderSortedDescendingLabel",
|
|
9505
|
-
"declaration": {
|
|
9506
|
-
"name": "tableColumnHeaderSortedDescendingLabel",
|
|
9507
|
-
"module": "src/label-provider/table/label-tokens.ts"
|
|
9508
|
-
}
|
|
9509
|
-
},
|
|
9510
|
-
{
|
|
9511
|
-
"kind": "js",
|
|
9512
|
-
"name": "tableSelectAllLabel",
|
|
9513
|
-
"declaration": {
|
|
9514
|
-
"name": "tableSelectAllLabel",
|
|
9515
|
-
"module": "src/label-provider/table/label-tokens.ts"
|
|
9516
|
-
}
|
|
9517
|
-
},
|
|
9518
|
-
{
|
|
9519
|
-
"kind": "js",
|
|
9520
|
-
"name": "tableGroupSelectAllLabel",
|
|
9521
|
-
"declaration": {
|
|
9522
|
-
"name": "tableGroupSelectAllLabel",
|
|
9523
|
-
"module": "src/label-provider/table/label-tokens.ts"
|
|
9524
|
-
}
|
|
9525
|
-
},
|
|
9526
|
-
{
|
|
9527
|
-
"kind": "js",
|
|
9528
|
-
"name": "tableRowSelectLabel",
|
|
9529
|
-
"declaration": {
|
|
9530
|
-
"name": "tableRowSelectLabel",
|
|
9531
|
-
"module": "src/label-provider/table/label-tokens.ts"
|
|
9532
|
-
}
|
|
9533
|
-
},
|
|
9534
|
-
{
|
|
9535
|
-
"kind": "js",
|
|
9536
|
-
"name": "tableRowOperationColumnLabel",
|
|
9537
|
-
"declaration": {
|
|
9538
|
-
"name": "tableRowOperationColumnLabel",
|
|
9539
|
-
"module": "src/label-provider/table/label-tokens.ts"
|
|
9540
|
-
}
|
|
9541
|
-
},
|
|
9542
|
-
{
|
|
9543
|
-
"kind": "js",
|
|
9544
|
-
"name": "tableRowLoadingLabel",
|
|
9545
|
-
"declaration": {
|
|
9546
|
-
"name": "tableRowLoadingLabel",
|
|
9547
|
-
"module": "src/label-provider/table/label-tokens.ts"
|
|
9548
|
-
}
|
|
9549
|
-
},
|
|
9550
|
-
{
|
|
9551
|
-
"kind": "js",
|
|
9552
|
-
"name": "tableGroupRowPlaceholderNoValueLabel",
|
|
9553
|
-
"declaration": {
|
|
9554
|
-
"name": "tableGroupRowPlaceholderNoValueLabel",
|
|
9555
|
-
"module": "src/label-provider/table/label-tokens.ts"
|
|
9556
|
-
}
|
|
9557
|
-
},
|
|
9558
|
-
{
|
|
9559
|
-
"kind": "js",
|
|
9560
|
-
"name": "tableGroupRowPlaceholderEmptyLabel",
|
|
9561
|
-
"declaration": {
|
|
9562
|
-
"name": "tableGroupRowPlaceholderEmptyLabel",
|
|
9563
|
-
"module": "src/label-provider/table/label-tokens.ts"
|
|
9564
|
-
}
|
|
9565
|
-
}
|
|
9566
|
-
]
|
|
9567
|
-
},
|
|
9568
|
-
{
|
|
9569
|
-
"kind": "javascript-module",
|
|
9570
|
-
"path": "src/label-provider/rich-text/index.ts",
|
|
9571
|
-
"declarations": [
|
|
9572
|
-
{
|
|
9573
|
-
"kind": "class",
|
|
9574
|
-
"description": "Label provider for the Nimble rich text component",
|
|
9575
|
-
"name": "LabelProviderRichText",
|
|
9576
|
-
"members": [
|
|
9577
|
-
{
|
|
9578
|
-
"kind": "field",
|
|
9579
|
-
"name": "toggleBold",
|
|
9580
|
-
"type": {
|
|
9581
|
-
"text": "string | undefined"
|
|
9582
|
-
},
|
|
9583
|
-
"privacy": "public"
|
|
9584
|
-
},
|
|
9585
|
-
{
|
|
9586
|
-
"kind": "field",
|
|
9587
|
-
"name": "toggleItalics",
|
|
9588
|
-
"type": {
|
|
9589
|
-
"text": "string | undefined"
|
|
9590
|
-
},
|
|
9591
|
-
"privacy": "public"
|
|
9592
|
-
},
|
|
9593
|
-
{
|
|
9594
|
-
"kind": "field",
|
|
9595
|
-
"name": "toggleBulletedList",
|
|
9596
|
-
"type": {
|
|
9597
|
-
"text": "string | undefined"
|
|
9598
|
-
},
|
|
9599
|
-
"privacy": "public"
|
|
9600
|
-
},
|
|
9601
|
-
{
|
|
9602
|
-
"kind": "field",
|
|
9603
|
-
"name": "toggleNumberedList",
|
|
9604
|
-
"type": {
|
|
9605
|
-
"text": "string | undefined"
|
|
9606
|
-
},
|
|
9607
|
-
"privacy": "public"
|
|
9608
|
-
},
|
|
9609
|
-
{
|
|
9610
|
-
"kind": "field",
|
|
9611
|
-
"name": "supportedLabels",
|
|
9612
|
-
"type": {
|
|
9613
|
-
"text": "SupportedLabels"
|
|
9614
|
-
},
|
|
9615
|
-
"privacy": "protected",
|
|
9616
|
-
"readonly": true,
|
|
9617
|
-
"default": "{ toggleBold: richTextToggleBoldLabel, toggleItalics: richTextToggleItalicsLabel, toggleBulletedList: richTextToggleBulletedListLabel, toggleNumberedList: richTextToggleNumberedListLabel }",
|
|
9618
|
-
"inheritedFrom": {
|
|
9619
|
-
"name": "LabelProviderBase",
|
|
9620
|
-
"module": "src/label-provider/base/index.ts"
|
|
9621
|
-
}
|
|
9622
|
-
},
|
|
9623
|
-
{
|
|
9624
|
-
"kind": "field",
|
|
9625
|
-
"name": "propertyNotifier",
|
|
9626
|
-
"type": {
|
|
9627
|
-
"text": "Notifier"
|
|
9628
|
-
},
|
|
9629
|
-
"privacy": "private",
|
|
9630
|
-
"readonly": true,
|
|
9631
|
-
"inheritedFrom": {
|
|
9632
|
-
"name": "LabelProviderBase",
|
|
9633
|
-
"module": "src/label-provider/base/index.ts"
|
|
9634
|
-
}
|
|
9635
|
-
},
|
|
9636
|
-
{
|
|
9637
|
-
"kind": "field",
|
|
9638
|
-
"name": "themeProvider",
|
|
9639
|
-
"type": {
|
|
9640
|
-
"text": "HTMLElement | undefined"
|
|
9641
|
-
},
|
|
9642
|
-
"privacy": "private",
|
|
9643
|
-
"inheritedFrom": {
|
|
9644
|
-
"name": "LabelProviderBase",
|
|
9645
|
-
"module": "src/label-provider/base/index.ts"
|
|
9646
|
-
}
|
|
9647
|
-
},
|
|
9648
|
-
{
|
|
9649
|
-
"kind": "method",
|
|
9650
|
-
"name": "handleChange",
|
|
9651
|
-
"privacy": "public",
|
|
9652
|
-
"return": {
|
|
9653
|
-
"type": {
|
|
9654
|
-
"text": "void"
|
|
9655
|
-
}
|
|
9656
|
-
},
|
|
9657
|
-
"parameters": [
|
|
9658
|
-
{
|
|
9659
|
-
"name": "_element",
|
|
9660
|
-
"type": {
|
|
9661
|
-
"text": "LabelProviderBase<SupportedLabels>"
|
|
9662
|
-
}
|
|
9663
|
-
},
|
|
9664
|
-
{
|
|
9665
|
-
"name": "property",
|
|
9666
|
-
"type": {
|
|
9667
|
-
"text": "keyof LabelProviderBase<SupportedLabels>"
|
|
9668
|
-
}
|
|
9669
|
-
}
|
|
9670
|
-
],
|
|
9671
|
-
"inheritedFrom": {
|
|
9672
|
-
"name": "LabelProviderBase",
|
|
9673
|
-
"module": "src/label-provider/base/index.ts"
|
|
9674
|
-
}
|
|
9675
|
-
},
|
|
9676
|
-
{
|
|
9677
|
-
"kind": "method",
|
|
9678
|
-
"name": "initializeThemeProvider",
|
|
9679
|
-
"privacy": "private",
|
|
9680
|
-
"return": {
|
|
9681
|
-
"type": {
|
|
9682
|
-
"text": "void"
|
|
9683
|
-
}
|
|
9684
|
-
},
|
|
9685
|
-
"inheritedFrom": {
|
|
9686
|
-
"name": "LabelProviderBase",
|
|
9687
|
-
"module": "src/label-provider/base/index.ts"
|
|
9688
|
-
}
|
|
9689
|
-
}
|
|
9690
|
-
],
|
|
9691
|
-
"attributes": [
|
|
9692
|
-
{
|
|
9693
|
-
"name": "toggle-bold",
|
|
9694
|
-
"type": {
|
|
9695
|
-
"text": "string | undefined"
|
|
9696
|
-
},
|
|
9697
|
-
"fieldName": "toggleBold"
|
|
9698
|
-
},
|
|
9699
|
-
{
|
|
9700
|
-
"name": "toggle-italics",
|
|
9701
|
-
"type": {
|
|
9702
|
-
"text": "string | undefined"
|
|
9703
|
-
},
|
|
9704
|
-
"fieldName": "toggleItalics"
|
|
9705
|
-
},
|
|
9706
|
-
{
|
|
9707
|
-
"name": "toggle-bulleted-list",
|
|
9708
|
-
"type": {
|
|
9709
|
-
"text": "string | undefined"
|
|
9710
|
-
},
|
|
9711
|
-
"fieldName": "toggleBulletedList"
|
|
9712
|
-
},
|
|
9713
|
-
{
|
|
9714
|
-
"name": "toggle-numbered-list",
|
|
9715
|
-
"type": {
|
|
9716
|
-
"text": "string | undefined"
|
|
9717
|
-
},
|
|
9718
|
-
"fieldName": "toggleNumberedList"
|
|
9719
|
-
}
|
|
9720
|
-
],
|
|
9721
|
-
"superclass": {
|
|
9722
|
-
"name": "LabelProviderBase",
|
|
9723
|
-
"module": "/src/label-provider/base"
|
|
9714
|
+
"name": "tableGroupExpandLabel",
|
|
9715
|
+
"declaration": {
|
|
9716
|
+
"name": "tableGroupExpandLabel",
|
|
9717
|
+
"module": "src/label-provider/table/label-tokens.ts"
|
|
9724
9718
|
}
|
|
9725
9719
|
},
|
|
9726
9720
|
{
|
|
9727
|
-
"kind": "
|
|
9728
|
-
"name": "
|
|
9729
|
-
"
|
|
9730
|
-
"
|
|
9731
|
-
|
|
9732
|
-
|
|
9733
|
-
}
|
|
9734
|
-
],
|
|
9735
|
-
"exports": [
|
|
9721
|
+
"kind": "js",
|
|
9722
|
+
"name": "tableRowCollapseLabel",
|
|
9723
|
+
"declaration": {
|
|
9724
|
+
"name": "tableRowCollapseLabel",
|
|
9725
|
+
"module": "src/label-provider/table/label-tokens.ts"
|
|
9726
|
+
}
|
|
9727
|
+
},
|
|
9736
9728
|
{
|
|
9737
9729
|
"kind": "js",
|
|
9738
|
-
"name": "
|
|
9730
|
+
"name": "tableRowExpandLabel",
|
|
9739
9731
|
"declaration": {
|
|
9740
|
-
"name": "
|
|
9741
|
-
"module": "src/label-provider/
|
|
9732
|
+
"name": "tableRowExpandLabel",
|
|
9733
|
+
"module": "src/label-provider/table/label-tokens.ts"
|
|
9742
9734
|
}
|
|
9743
9735
|
},
|
|
9744
9736
|
{
|
|
9745
9737
|
"kind": "js",
|
|
9746
|
-
"name": "
|
|
9738
|
+
"name": "tableCollapseAllLabel",
|
|
9747
9739
|
"declaration": {
|
|
9748
|
-
"name": "
|
|
9749
|
-
"module": "src/label-provider/
|
|
9740
|
+
"name": "tableCollapseAllLabel",
|
|
9741
|
+
"module": "src/label-provider/table/label-tokens.ts"
|
|
9750
9742
|
}
|
|
9751
|
-
}
|
|
9752
|
-
]
|
|
9753
|
-
},
|
|
9754
|
-
{
|
|
9755
|
-
"kind": "javascript-module",
|
|
9756
|
-
"path": "src/label-provider/rich-text/label-token-defaults.ts",
|
|
9757
|
-
"declarations": [
|
|
9743
|
+
},
|
|
9758
9744
|
{
|
|
9759
|
-
"kind": "
|
|
9760
|
-
"name": "
|
|
9761
|
-
"
|
|
9762
|
-
"
|
|
9763
|
-
|
|
9764
|
-
|
|
9765
|
-
}
|
|
9766
|
-
],
|
|
9767
|
-
"exports": [
|
|
9745
|
+
"kind": "js",
|
|
9746
|
+
"name": "tableCellActionMenuLabel",
|
|
9747
|
+
"declaration": {
|
|
9748
|
+
"name": "tableCellActionMenuLabel",
|
|
9749
|
+
"module": "src/label-provider/table/label-tokens.ts"
|
|
9750
|
+
}
|
|
9751
|
+
},
|
|
9768
9752
|
{
|
|
9769
9753
|
"kind": "js",
|
|
9770
|
-
"name": "
|
|
9754
|
+
"name": "tableColumnHeaderGroupedLabel",
|
|
9771
9755
|
"declaration": {
|
|
9772
|
-
"name": "
|
|
9773
|
-
"module": "src/label-provider/
|
|
9756
|
+
"name": "tableColumnHeaderGroupedLabel",
|
|
9757
|
+
"module": "src/label-provider/table/label-tokens.ts"
|
|
9774
9758
|
}
|
|
9775
|
-
}
|
|
9776
|
-
]
|
|
9777
|
-
},
|
|
9778
|
-
{
|
|
9779
|
-
"kind": "javascript-module",
|
|
9780
|
-
"path": "src/label-provider/rich-text/label-tokens.ts",
|
|
9781
|
-
"declarations": [
|
|
9759
|
+
},
|
|
9782
9760
|
{
|
|
9783
|
-
"kind": "
|
|
9784
|
-
"name": "
|
|
9761
|
+
"kind": "js",
|
|
9762
|
+
"name": "tableColumnHeaderSortedAscendingLabel",
|
|
9763
|
+
"declaration": {
|
|
9764
|
+
"name": "tableColumnHeaderSortedAscendingLabel",
|
|
9765
|
+
"module": "src/label-provider/table/label-tokens.ts"
|
|
9766
|
+
}
|
|
9785
9767
|
},
|
|
9786
9768
|
{
|
|
9787
|
-
"kind": "
|
|
9788
|
-
"name": "
|
|
9769
|
+
"kind": "js",
|
|
9770
|
+
"name": "tableColumnHeaderSortedDescendingLabel",
|
|
9771
|
+
"declaration": {
|
|
9772
|
+
"name": "tableColumnHeaderSortedDescendingLabel",
|
|
9773
|
+
"module": "src/label-provider/table/label-tokens.ts"
|
|
9774
|
+
}
|
|
9789
9775
|
},
|
|
9790
9776
|
{
|
|
9791
|
-
"kind": "
|
|
9792
|
-
"name": "
|
|
9777
|
+
"kind": "js",
|
|
9778
|
+
"name": "tableSelectAllLabel",
|
|
9779
|
+
"declaration": {
|
|
9780
|
+
"name": "tableSelectAllLabel",
|
|
9781
|
+
"module": "src/label-provider/table/label-tokens.ts"
|
|
9782
|
+
}
|
|
9793
9783
|
},
|
|
9794
9784
|
{
|
|
9795
|
-
"kind": "
|
|
9796
|
-
"name": "
|
|
9797
|
-
|
|
9798
|
-
|
|
9799
|
-
|
|
9785
|
+
"kind": "js",
|
|
9786
|
+
"name": "tableGroupSelectAllLabel",
|
|
9787
|
+
"declaration": {
|
|
9788
|
+
"name": "tableGroupSelectAllLabel",
|
|
9789
|
+
"module": "src/label-provider/table/label-tokens.ts"
|
|
9790
|
+
}
|
|
9791
|
+
},
|
|
9800
9792
|
{
|
|
9801
9793
|
"kind": "js",
|
|
9802
|
-
"name": "
|
|
9794
|
+
"name": "tableRowSelectLabel",
|
|
9803
9795
|
"declaration": {
|
|
9804
|
-
"name": "
|
|
9805
|
-
"module": "src/label-provider/
|
|
9796
|
+
"name": "tableRowSelectLabel",
|
|
9797
|
+
"module": "src/label-provider/table/label-tokens.ts"
|
|
9806
9798
|
}
|
|
9807
9799
|
},
|
|
9808
9800
|
{
|
|
9809
9801
|
"kind": "js",
|
|
9810
|
-
"name": "
|
|
9802
|
+
"name": "tableRowOperationColumnLabel",
|
|
9811
9803
|
"declaration": {
|
|
9812
|
-
"name": "
|
|
9813
|
-
"module": "src/label-provider/
|
|
9804
|
+
"name": "tableRowOperationColumnLabel",
|
|
9805
|
+
"module": "src/label-provider/table/label-tokens.ts"
|
|
9814
9806
|
}
|
|
9815
9807
|
},
|
|
9816
9808
|
{
|
|
9817
9809
|
"kind": "js",
|
|
9818
|
-
"name": "
|
|
9810
|
+
"name": "tableRowLoadingLabel",
|
|
9819
9811
|
"declaration": {
|
|
9820
|
-
"name": "
|
|
9821
|
-
"module": "src/label-provider/
|
|
9812
|
+
"name": "tableRowLoadingLabel",
|
|
9813
|
+
"module": "src/label-provider/table/label-tokens.ts"
|
|
9822
9814
|
}
|
|
9823
9815
|
},
|
|
9824
9816
|
{
|
|
9825
9817
|
"kind": "js",
|
|
9826
|
-
"name": "
|
|
9818
|
+
"name": "tableGroupRowPlaceholderNoValueLabel",
|
|
9827
9819
|
"declaration": {
|
|
9828
|
-
"name": "
|
|
9829
|
-
"module": "src/label-provider/
|
|
9820
|
+
"name": "tableGroupRowPlaceholderNoValueLabel",
|
|
9821
|
+
"module": "src/label-provider/table/label-tokens.ts"
|
|
9822
|
+
}
|
|
9823
|
+
},
|
|
9824
|
+
{
|
|
9825
|
+
"kind": "js",
|
|
9826
|
+
"name": "tableGroupRowPlaceholderEmptyLabel",
|
|
9827
|
+
"declaration": {
|
|
9828
|
+
"name": "tableGroupRowPlaceholderEmptyLabel",
|
|
9829
|
+
"module": "src/label-provider/table/label-tokens.ts"
|
|
9830
9830
|
}
|
|
9831
9831
|
}
|
|
9832
9832
|
]
|
|
@@ -10826,18 +10826,150 @@
|
|
|
10826
10826
|
},
|
|
10827
10827
|
{
|
|
10828
10828
|
"kind": "method",
|
|
10829
|
-
"name": "validate",
|
|
10830
|
-
"privacy": "protected",
|
|
10829
|
+
"name": "validate",
|
|
10830
|
+
"privacy": "protected",
|
|
10831
|
+
"return": {
|
|
10832
|
+
"type": {
|
|
10833
|
+
"text": "void"
|
|
10834
|
+
}
|
|
10835
|
+
}
|
|
10836
|
+
},
|
|
10837
|
+
{
|
|
10838
|
+
"kind": "method",
|
|
10839
|
+
"name": "childItemsChanged",
|
|
10840
|
+
"privacy": "private",
|
|
10841
|
+
"return": {
|
|
10842
|
+
"type": {
|
|
10843
|
+
"text": "void"
|
|
10844
|
+
}
|
|
10845
|
+
},
|
|
10846
|
+
"parameters": [
|
|
10847
|
+
{
|
|
10848
|
+
"name": "prev",
|
|
10849
|
+
"type": {
|
|
10850
|
+
"text": "Element[] | undefined"
|
|
10851
|
+
}
|
|
10852
|
+
},
|
|
10853
|
+
{
|
|
10854
|
+
"name": "_next",
|
|
10855
|
+
"type": {
|
|
10856
|
+
"text": "Element[]"
|
|
10857
|
+
}
|
|
10858
|
+
}
|
|
10859
|
+
]
|
|
10860
|
+
},
|
|
10861
|
+
{
|
|
10862
|
+
"kind": "method",
|
|
10863
|
+
"name": "updateMentionElementsFromChildItems",
|
|
10864
|
+
"privacy": "private",
|
|
10865
|
+
"return": {
|
|
10866
|
+
"type": {
|
|
10867
|
+
"text": "Promise<void>"
|
|
10868
|
+
}
|
|
10869
|
+
}
|
|
10870
|
+
},
|
|
10871
|
+
{
|
|
10872
|
+
"kind": "method",
|
|
10873
|
+
"name": "observeMentionInternals",
|
|
10874
|
+
"privacy": "private",
|
|
10875
|
+
"return": {
|
|
10876
|
+
"type": {
|
|
10877
|
+
"text": "void"
|
|
10878
|
+
}
|
|
10879
|
+
}
|
|
10880
|
+
},
|
|
10881
|
+
{
|
|
10882
|
+
"kind": "method",
|
|
10883
|
+
"name": "removeMentionInternalsObservers",
|
|
10884
|
+
"privacy": "private",
|
|
10885
|
+
"return": {
|
|
10886
|
+
"type": {
|
|
10887
|
+
"text": "void"
|
|
10888
|
+
}
|
|
10889
|
+
}
|
|
10890
|
+
}
|
|
10891
|
+
],
|
|
10892
|
+
"superclass": {
|
|
10893
|
+
"name": "FoundationElement",
|
|
10894
|
+
"package": "@ni/fast-foundation"
|
|
10895
|
+
}
|
|
10896
|
+
}
|
|
10897
|
+
],
|
|
10898
|
+
"exports": [
|
|
10899
|
+
{
|
|
10900
|
+
"kind": "js",
|
|
10901
|
+
"name": "RichText",
|
|
10902
|
+
"declaration": {
|
|
10903
|
+
"name": "RichText",
|
|
10904
|
+
"module": "src/rich-text/base/index.ts"
|
|
10905
|
+
}
|
|
10906
|
+
}
|
|
10907
|
+
]
|
|
10908
|
+
},
|
|
10909
|
+
{
|
|
10910
|
+
"kind": "javascript-module",
|
|
10911
|
+
"path": "src/rich-text/base/types.ts",
|
|
10912
|
+
"declarations": [],
|
|
10913
|
+
"exports": []
|
|
10914
|
+
},
|
|
10915
|
+
{
|
|
10916
|
+
"kind": "javascript-module",
|
|
10917
|
+
"path": "src/rich-text/mention-listbox/index.ts",
|
|
10918
|
+
"declarations": [
|
|
10919
|
+
{
|
|
10920
|
+
"kind": "class",
|
|
10921
|
+
"description": "A rich text mention listbox which acts as a popup for \"@mention\" support in editor",
|
|
10922
|
+
"name": "RichTextMentionListbox",
|
|
10923
|
+
"members": [
|
|
10924
|
+
{
|
|
10925
|
+
"kind": "field",
|
|
10926
|
+
"name": "anchorElement",
|
|
10927
|
+
"type": {
|
|
10928
|
+
"text": "HTMLElement | undefined"
|
|
10929
|
+
},
|
|
10930
|
+
"privacy": "private"
|
|
10931
|
+
},
|
|
10932
|
+
{
|
|
10933
|
+
"kind": "field",
|
|
10934
|
+
"name": "regionNotifier",
|
|
10935
|
+
"type": {
|
|
10936
|
+
"text": "Notifier | undefined"
|
|
10937
|
+
},
|
|
10938
|
+
"privacy": "private"
|
|
10939
|
+
},
|
|
10940
|
+
{
|
|
10941
|
+
"kind": "field",
|
|
10942
|
+
"name": "anchorElementIntersectionObserver",
|
|
10943
|
+
"type": {
|
|
10944
|
+
"text": "IntersectionObserver"
|
|
10945
|
+
},
|
|
10946
|
+
"privacy": "private",
|
|
10947
|
+
"readonly": true,
|
|
10948
|
+
"default": "new IntersectionObserver( entries => { if (!entries[0]?.isIntersecting) { this.setOpen(false); } }, { threshold: 1.0, root: document } )"
|
|
10949
|
+
},
|
|
10950
|
+
{
|
|
10951
|
+
"kind": "method",
|
|
10952
|
+
"name": "close",
|
|
10953
|
+
"privacy": "public",
|
|
10831
10954
|
"return": {
|
|
10832
10955
|
"type": {
|
|
10833
10956
|
"text": "void"
|
|
10834
10957
|
}
|
|
10835
10958
|
}
|
|
10836
10959
|
},
|
|
10960
|
+
{
|
|
10961
|
+
"kind": "field",
|
|
10962
|
+
"name": "options",
|
|
10963
|
+
"type": {
|
|
10964
|
+
"text": "ListboxOption[]"
|
|
10965
|
+
},
|
|
10966
|
+
"privacy": "public",
|
|
10967
|
+
"description": "The list of options."
|
|
10968
|
+
},
|
|
10837
10969
|
{
|
|
10838
10970
|
"kind": "method",
|
|
10839
|
-
"name": "
|
|
10840
|
-
"privacy": "
|
|
10971
|
+
"name": "show",
|
|
10972
|
+
"privacy": "public",
|
|
10841
10973
|
"return": {
|
|
10842
10974
|
"type": {
|
|
10843
10975
|
"text": "void"
|
|
@@ -10845,70 +10977,92 @@
|
|
|
10845
10977
|
},
|
|
10846
10978
|
"parameters": [
|
|
10847
10979
|
{
|
|
10848
|
-
"name": "
|
|
10849
|
-
"type": {
|
|
10850
|
-
"text": "Element[] | undefined"
|
|
10851
|
-
}
|
|
10852
|
-
},
|
|
10853
|
-
{
|
|
10854
|
-
"name": "_next",
|
|
10980
|
+
"name": "options",
|
|
10855
10981
|
"type": {
|
|
10856
|
-
"text": "
|
|
10982
|
+
"text": "MentionListboxShowOptions"
|
|
10857
10983
|
}
|
|
10858
10984
|
}
|
|
10859
|
-
]
|
|
10985
|
+
],
|
|
10986
|
+
"description": "Triggers when the mention plugin is activated upon pressing the `key`"
|
|
10860
10987
|
},
|
|
10861
10988
|
{
|
|
10862
10989
|
"kind": "method",
|
|
10863
|
-
"name": "
|
|
10864
|
-
"privacy": "
|
|
10990
|
+
"name": "keydownHandler",
|
|
10991
|
+
"privacy": "public",
|
|
10865
10992
|
"return": {
|
|
10866
10993
|
"type": {
|
|
10867
|
-
"text": "
|
|
10994
|
+
"text": "boolean"
|
|
10868
10995
|
}
|
|
10869
|
-
}
|
|
10870
|
-
|
|
10871
|
-
|
|
10872
|
-
|
|
10873
|
-
|
|
10874
|
-
|
|
10875
|
-
|
|
10876
|
-
|
|
10877
|
-
|
|
10996
|
+
},
|
|
10997
|
+
"parameters": [
|
|
10998
|
+
{
|
|
10999
|
+
"name": "event",
|
|
11000
|
+
"type": {
|
|
11001
|
+
"text": "KeyboardEvent"
|
|
11002
|
+
}
|
|
11003
|
+
},
|
|
11004
|
+
{
|
|
11005
|
+
"description": "the keyboard event",
|
|
11006
|
+
"name": "e"
|
|
10878
11007
|
}
|
|
10879
|
-
|
|
11008
|
+
],
|
|
11009
|
+
"description": "Handle keydown actions for listbox navigation and selection."
|
|
10880
11010
|
},
|
|
10881
11011
|
{
|
|
10882
11012
|
"kind": "method",
|
|
10883
|
-
"name": "
|
|
11013
|
+
"name": "setOpen",
|
|
10884
11014
|
"privacy": "private",
|
|
10885
11015
|
"return": {
|
|
10886
11016
|
"type": {
|
|
10887
11017
|
"text": "void"
|
|
10888
11018
|
}
|
|
10889
|
-
}
|
|
11019
|
+
},
|
|
11020
|
+
"parameters": [
|
|
11021
|
+
{
|
|
11022
|
+
"name": "value",
|
|
11023
|
+
"type": {
|
|
11024
|
+
"text": "boolean"
|
|
11025
|
+
}
|
|
11026
|
+
}
|
|
11027
|
+
]
|
|
10890
11028
|
}
|
|
10891
11029
|
],
|
|
10892
11030
|
"superclass": {
|
|
10893
|
-
"name": "
|
|
11031
|
+
"name": "FoundationListbox",
|
|
10894
11032
|
"package": "@ni/fast-foundation"
|
|
10895
11033
|
}
|
|
11034
|
+
},
|
|
11035
|
+
{
|
|
11036
|
+
"kind": "variable",
|
|
11037
|
+
"name": "richTextMentionListboxTag",
|
|
11038
|
+
"type": {
|
|
11039
|
+
"text": "string"
|
|
11040
|
+
},
|
|
11041
|
+
"default": "'nimble-rich-text-mention-listbox'"
|
|
10896
11042
|
}
|
|
10897
11043
|
],
|
|
10898
11044
|
"exports": [
|
|
10899
11045
|
{
|
|
10900
11046
|
"kind": "js",
|
|
10901
|
-
"name": "
|
|
11047
|
+
"name": "RichTextMentionListbox",
|
|
10902
11048
|
"declaration": {
|
|
10903
|
-
"name": "
|
|
10904
|
-
"module": "src/rich-text/
|
|
11049
|
+
"name": "RichTextMentionListbox",
|
|
11050
|
+
"module": "src/rich-text/mention-listbox/index.ts"
|
|
11051
|
+
}
|
|
11052
|
+
},
|
|
11053
|
+
{
|
|
11054
|
+
"kind": "js",
|
|
11055
|
+
"name": "richTextMentionListboxTag",
|
|
11056
|
+
"declaration": {
|
|
11057
|
+
"name": "richTextMentionListboxTag",
|
|
11058
|
+
"module": "src/rich-text/mention-listbox/index.ts"
|
|
10905
11059
|
}
|
|
10906
11060
|
}
|
|
10907
11061
|
]
|
|
10908
11062
|
},
|
|
10909
11063
|
{
|
|
10910
11064
|
"kind": "javascript-module",
|
|
10911
|
-
"path": "src/rich-text/
|
|
11065
|
+
"path": "src/rich-text/mention-listbox/types.ts",
|
|
10912
11066
|
"declarations": [],
|
|
10913
11067
|
"exports": []
|
|
10914
11068
|
},
|
|
@@ -11637,160 +11791,6 @@
|
|
|
11637
11791
|
}
|
|
11638
11792
|
]
|
|
11639
11793
|
},
|
|
11640
|
-
{
|
|
11641
|
-
"kind": "javascript-module",
|
|
11642
|
-
"path": "src/rich-text/mention-listbox/index.ts",
|
|
11643
|
-
"declarations": [
|
|
11644
|
-
{
|
|
11645
|
-
"kind": "class",
|
|
11646
|
-
"description": "A rich text mention listbox which acts as a popup for \"@mention\" support in editor",
|
|
11647
|
-
"name": "RichTextMentionListbox",
|
|
11648
|
-
"members": [
|
|
11649
|
-
{
|
|
11650
|
-
"kind": "field",
|
|
11651
|
-
"name": "anchorElement",
|
|
11652
|
-
"type": {
|
|
11653
|
-
"text": "HTMLElement | undefined"
|
|
11654
|
-
},
|
|
11655
|
-
"privacy": "private"
|
|
11656
|
-
},
|
|
11657
|
-
{
|
|
11658
|
-
"kind": "field",
|
|
11659
|
-
"name": "regionNotifier",
|
|
11660
|
-
"type": {
|
|
11661
|
-
"text": "Notifier | undefined"
|
|
11662
|
-
},
|
|
11663
|
-
"privacy": "private"
|
|
11664
|
-
},
|
|
11665
|
-
{
|
|
11666
|
-
"kind": "field",
|
|
11667
|
-
"name": "anchorElementIntersectionObserver",
|
|
11668
|
-
"type": {
|
|
11669
|
-
"text": "IntersectionObserver"
|
|
11670
|
-
},
|
|
11671
|
-
"privacy": "private",
|
|
11672
|
-
"readonly": true,
|
|
11673
|
-
"default": "new IntersectionObserver( entries => { if (!entries[0]?.isIntersecting) { this.setOpen(false); } }, { threshold: 1.0, root: document } )"
|
|
11674
|
-
},
|
|
11675
|
-
{
|
|
11676
|
-
"kind": "method",
|
|
11677
|
-
"name": "close",
|
|
11678
|
-
"privacy": "public",
|
|
11679
|
-
"return": {
|
|
11680
|
-
"type": {
|
|
11681
|
-
"text": "void"
|
|
11682
|
-
}
|
|
11683
|
-
}
|
|
11684
|
-
},
|
|
11685
|
-
{
|
|
11686
|
-
"kind": "field",
|
|
11687
|
-
"name": "options",
|
|
11688
|
-
"type": {
|
|
11689
|
-
"text": "ListboxOption[]"
|
|
11690
|
-
},
|
|
11691
|
-
"privacy": "public",
|
|
11692
|
-
"description": "The list of options."
|
|
11693
|
-
},
|
|
11694
|
-
{
|
|
11695
|
-
"kind": "method",
|
|
11696
|
-
"name": "show",
|
|
11697
|
-
"privacy": "public",
|
|
11698
|
-
"return": {
|
|
11699
|
-
"type": {
|
|
11700
|
-
"text": "void"
|
|
11701
|
-
}
|
|
11702
|
-
},
|
|
11703
|
-
"parameters": [
|
|
11704
|
-
{
|
|
11705
|
-
"name": "options",
|
|
11706
|
-
"type": {
|
|
11707
|
-
"text": "MentionListboxShowOptions"
|
|
11708
|
-
}
|
|
11709
|
-
}
|
|
11710
|
-
],
|
|
11711
|
-
"description": "Triggers when the mention plugin is activated upon pressing the `key`"
|
|
11712
|
-
},
|
|
11713
|
-
{
|
|
11714
|
-
"kind": "method",
|
|
11715
|
-
"name": "keydownHandler",
|
|
11716
|
-
"privacy": "public",
|
|
11717
|
-
"return": {
|
|
11718
|
-
"type": {
|
|
11719
|
-
"text": "boolean"
|
|
11720
|
-
}
|
|
11721
|
-
},
|
|
11722
|
-
"parameters": [
|
|
11723
|
-
{
|
|
11724
|
-
"name": "event",
|
|
11725
|
-
"type": {
|
|
11726
|
-
"text": "KeyboardEvent"
|
|
11727
|
-
}
|
|
11728
|
-
},
|
|
11729
|
-
{
|
|
11730
|
-
"description": "the keyboard event",
|
|
11731
|
-
"name": "e"
|
|
11732
|
-
}
|
|
11733
|
-
],
|
|
11734
|
-
"description": "Handle keydown actions for listbox navigation and selection."
|
|
11735
|
-
},
|
|
11736
|
-
{
|
|
11737
|
-
"kind": "method",
|
|
11738
|
-
"name": "setOpen",
|
|
11739
|
-
"privacy": "private",
|
|
11740
|
-
"return": {
|
|
11741
|
-
"type": {
|
|
11742
|
-
"text": "void"
|
|
11743
|
-
}
|
|
11744
|
-
},
|
|
11745
|
-
"parameters": [
|
|
11746
|
-
{
|
|
11747
|
-
"name": "value",
|
|
11748
|
-
"type": {
|
|
11749
|
-
"text": "boolean"
|
|
11750
|
-
}
|
|
11751
|
-
}
|
|
11752
|
-
]
|
|
11753
|
-
}
|
|
11754
|
-
],
|
|
11755
|
-
"superclass": {
|
|
11756
|
-
"name": "FoundationListbox",
|
|
11757
|
-
"package": "@ni/fast-foundation"
|
|
11758
|
-
}
|
|
11759
|
-
},
|
|
11760
|
-
{
|
|
11761
|
-
"kind": "variable",
|
|
11762
|
-
"name": "richTextMentionListboxTag",
|
|
11763
|
-
"type": {
|
|
11764
|
-
"text": "string"
|
|
11765
|
-
},
|
|
11766
|
-
"default": "'nimble-rich-text-mention-listbox'"
|
|
11767
|
-
}
|
|
11768
|
-
],
|
|
11769
|
-
"exports": [
|
|
11770
|
-
{
|
|
11771
|
-
"kind": "js",
|
|
11772
|
-
"name": "RichTextMentionListbox",
|
|
11773
|
-
"declaration": {
|
|
11774
|
-
"name": "RichTextMentionListbox",
|
|
11775
|
-
"module": "src/rich-text/mention-listbox/index.ts"
|
|
11776
|
-
}
|
|
11777
|
-
},
|
|
11778
|
-
{
|
|
11779
|
-
"kind": "js",
|
|
11780
|
-
"name": "richTextMentionListboxTag",
|
|
11781
|
-
"declaration": {
|
|
11782
|
-
"name": "richTextMentionListboxTag",
|
|
11783
|
-
"module": "src/rich-text/mention-listbox/index.ts"
|
|
11784
|
-
}
|
|
11785
|
-
}
|
|
11786
|
-
]
|
|
11787
|
-
},
|
|
11788
|
-
{
|
|
11789
|
-
"kind": "javascript-module",
|
|
11790
|
-
"path": "src/rich-text/mention-listbox/types.ts",
|
|
11791
|
-
"declarations": [],
|
|
11792
|
-
"exports": []
|
|
11793
|
-
},
|
|
11794
11794
|
{
|
|
11795
11795
|
"kind": "javascript-module",
|
|
11796
11796
|
"path": "src/rich-text/viewer/index.ts",
|