@ni/nimble-components 35.7.0 → 35.8.0
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 +127 -27
- package/dist/all-components-bundle.js.map +1 -1
- package/dist/all-components-bundle.min.js +3874 -3860
- package/dist/all-components-bundle.min.js.map +1 -1
- package/dist/custom-elements.json +642 -642
- package/dist/custom-elements.md +59 -59
- package/dist/esm/icons/all-icons.d.ts +1 -0
- package/dist/esm/icons/all-icons.js +1 -0
- package/dist/esm/icons/all-icons.js.map +1 -1
- package/dist/esm/icons/sparkles-nested/index.d.ts +13 -0
- package/dist/esm/icons/sparkles-nested/index.js +15 -0
- package/dist/esm/icons/sparkles-nested/index.js.map +1 -0
- 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 +19 -19
|
@@ -8977,112 +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": "
|
|
8990
|
-
"type": {
|
|
8991
|
-
"text": "string | undefined"
|
|
8992
|
-
},
|
|
8993
|
-
"privacy": "public"
|
|
8994
|
-
},
|
|
8995
|
-
{
|
|
8996
|
-
"kind": "field",
|
|
8997
|
-
"name": "groupExpand",
|
|
8998
|
-
"type": {
|
|
8999
|
-
"text": "string | undefined"
|
|
9000
|
-
},
|
|
9001
|
-
"privacy": "public"
|
|
9002
|
-
},
|
|
9003
|
-
{
|
|
9004
|
-
"kind": "field",
|
|
9005
|
-
"name": "rowCollapse",
|
|
9006
|
-
"type": {
|
|
9007
|
-
"text": "string | undefined"
|
|
9008
|
-
},
|
|
9009
|
-
"privacy": "public"
|
|
9010
|
-
},
|
|
9011
|
-
{
|
|
9012
|
-
"kind": "field",
|
|
9013
|
-
"name": "rowExpand",
|
|
9014
|
-
"type": {
|
|
9015
|
-
"text": "string | undefined"
|
|
9016
|
-
},
|
|
9017
|
-
"privacy": "public"
|
|
9018
|
-
},
|
|
9019
|
-
{
|
|
9020
|
-
"kind": "field",
|
|
9021
|
-
"name": "collapseAll",
|
|
9022
|
-
"type": {
|
|
9023
|
-
"text": "string | undefined"
|
|
9024
|
-
},
|
|
9025
|
-
"privacy": "public"
|
|
9026
|
-
},
|
|
9027
|
-
{
|
|
9028
|
-
"kind": "field",
|
|
9029
|
-
"name": "cellActionMenu",
|
|
9030
|
-
"type": {
|
|
9031
|
-
"text": "string | undefined"
|
|
9032
|
-
},
|
|
9033
|
-
"privacy": "public"
|
|
9034
|
-
},
|
|
9035
|
-
{
|
|
9036
|
-
"kind": "field",
|
|
9037
|
-
"name": "columnHeaderGrouped",
|
|
9038
|
-
"type": {
|
|
9039
|
-
"text": "string | undefined"
|
|
9040
|
-
},
|
|
9041
|
-
"privacy": "public"
|
|
9042
|
-
},
|
|
9043
|
-
{
|
|
9044
|
-
"kind": "field",
|
|
9045
|
-
"name": "columnHeaderSortedAscending",
|
|
9046
|
-
"type": {
|
|
9047
|
-
"text": "string | undefined"
|
|
9048
|
-
},
|
|
9049
|
-
"privacy": "public"
|
|
9050
|
-
},
|
|
9051
|
-
{
|
|
9052
|
-
"kind": "field",
|
|
9053
|
-
"name": "columnHeaderSortedDescending",
|
|
9054
|
-
"type": {
|
|
9055
|
-
"text": "string | undefined"
|
|
9056
|
-
},
|
|
9057
|
-
"privacy": "public"
|
|
9058
|
-
},
|
|
9059
|
-
{
|
|
9060
|
-
"kind": "field",
|
|
9061
|
-
"name": "selectAll",
|
|
9062
|
-
"type": {
|
|
9063
|
-
"text": "string | undefined"
|
|
9064
|
-
},
|
|
9065
|
-
"privacy": "public"
|
|
9066
|
-
},
|
|
9067
|
-
{
|
|
9068
|
-
"kind": "field",
|
|
9069
|
-
"name": "groupSelectAll",
|
|
9070
|
-
"type": {
|
|
9071
|
-
"text": "string | undefined"
|
|
9072
|
-
},
|
|
9073
|
-
"privacy": "public"
|
|
9074
|
-
},
|
|
9075
|
-
{
|
|
9076
|
-
"kind": "field",
|
|
9077
|
-
"name": "rowSelect",
|
|
9078
|
-
"type": {
|
|
9079
|
-
"text": "string | undefined"
|
|
9080
|
-
},
|
|
9081
|
-
"privacy": "public"
|
|
9082
|
-
},
|
|
9083
|
-
{
|
|
9084
|
-
"kind": "field",
|
|
9085
|
-
"name": "rowOperationColumn",
|
|
8989
|
+
"name": "toggleBold",
|
|
9086
8990
|
"type": {
|
|
9087
8991
|
"text": "string | undefined"
|
|
9088
8992
|
},
|
|
@@ -9090,7 +8994,7 @@
|
|
|
9090
8994
|
},
|
|
9091
8995
|
{
|
|
9092
8996
|
"kind": "field",
|
|
9093
|
-
"name": "
|
|
8997
|
+
"name": "toggleItalics",
|
|
9094
8998
|
"type": {
|
|
9095
8999
|
"text": "string | undefined"
|
|
9096
9000
|
},
|
|
@@ -9098,7 +9002,7 @@
|
|
|
9098
9002
|
},
|
|
9099
9003
|
{
|
|
9100
9004
|
"kind": "field",
|
|
9101
|
-
"name": "
|
|
9005
|
+
"name": "toggleBulletedList",
|
|
9102
9006
|
"type": {
|
|
9103
9007
|
"text": "string | undefined"
|
|
9104
9008
|
},
|
|
@@ -9106,7 +9010,7 @@
|
|
|
9106
9010
|
},
|
|
9107
9011
|
{
|
|
9108
9012
|
"kind": "field",
|
|
9109
|
-
"name": "
|
|
9013
|
+
"name": "toggleNumberedList",
|
|
9110
9014
|
"type": {
|
|
9111
9015
|
"text": "string | undefined"
|
|
9112
9016
|
},
|
|
@@ -9120,7 +9024,7 @@
|
|
|
9120
9024
|
},
|
|
9121
9025
|
"privacy": "protected",
|
|
9122
9026
|
"readonly": true,
|
|
9123
|
-
"default": "{
|
|
9027
|
+
"default": "{ toggleBold: richTextToggleBoldLabel, toggleItalics: richTextToggleItalicsLabel, toggleBulletedList: richTextToggleBulletedListLabel, toggleNumberedList: richTextToggleNumberedListLabel }",
|
|
9124
9028
|
"inheritedFrom": {
|
|
9125
9029
|
"name": "LabelProviderBase",
|
|
9126
9030
|
"module": "src/label-provider/base/index.ts"
|
|
@@ -9196,116 +9100,32 @@
|
|
|
9196
9100
|
],
|
|
9197
9101
|
"attributes": [
|
|
9198
9102
|
{
|
|
9199
|
-
"name": "
|
|
9200
|
-
"type": {
|
|
9201
|
-
"text": "string | undefined"
|
|
9202
|
-
},
|
|
9203
|
-
"fieldName": "groupCollapse"
|
|
9204
|
-
},
|
|
9205
|
-
{
|
|
9206
|
-
"name": "group-expand",
|
|
9207
|
-
"type": {
|
|
9208
|
-
"text": "string | undefined"
|
|
9209
|
-
},
|
|
9210
|
-
"fieldName": "groupExpand"
|
|
9211
|
-
},
|
|
9212
|
-
{
|
|
9213
|
-
"name": "row-collapse",
|
|
9214
|
-
"type": {
|
|
9215
|
-
"text": "string | undefined"
|
|
9216
|
-
},
|
|
9217
|
-
"fieldName": "rowCollapse"
|
|
9218
|
-
},
|
|
9219
|
-
{
|
|
9220
|
-
"name": "row-expand",
|
|
9221
|
-
"type": {
|
|
9222
|
-
"text": "string | undefined"
|
|
9223
|
-
},
|
|
9224
|
-
"fieldName": "rowExpand"
|
|
9225
|
-
},
|
|
9226
|
-
{
|
|
9227
|
-
"name": "collapse-all",
|
|
9228
|
-
"type": {
|
|
9229
|
-
"text": "string | undefined"
|
|
9230
|
-
},
|
|
9231
|
-
"fieldName": "collapseAll"
|
|
9232
|
-
},
|
|
9233
|
-
{
|
|
9234
|
-
"name": "cell-action-menu",
|
|
9235
|
-
"type": {
|
|
9236
|
-
"text": "string | undefined"
|
|
9237
|
-
},
|
|
9238
|
-
"fieldName": "cellActionMenu"
|
|
9239
|
-
},
|
|
9240
|
-
{
|
|
9241
|
-
"name": "column-header-grouped",
|
|
9242
|
-
"type": {
|
|
9243
|
-
"text": "string | undefined"
|
|
9244
|
-
},
|
|
9245
|
-
"fieldName": "columnHeaderGrouped"
|
|
9246
|
-
},
|
|
9247
|
-
{
|
|
9248
|
-
"name": "column-header-sorted-ascending",
|
|
9249
|
-
"type": {
|
|
9250
|
-
"text": "string | undefined"
|
|
9251
|
-
},
|
|
9252
|
-
"fieldName": "columnHeaderSortedAscending"
|
|
9253
|
-
},
|
|
9254
|
-
{
|
|
9255
|
-
"name": "column-header-sorted-descending",
|
|
9256
|
-
"type": {
|
|
9257
|
-
"text": "string | undefined"
|
|
9258
|
-
},
|
|
9259
|
-
"fieldName": "columnHeaderSortedDescending"
|
|
9260
|
-
},
|
|
9261
|
-
{
|
|
9262
|
-
"name": "select-all",
|
|
9263
|
-
"type": {
|
|
9264
|
-
"text": "string | undefined"
|
|
9265
|
-
},
|
|
9266
|
-
"fieldName": "selectAll"
|
|
9267
|
-
},
|
|
9268
|
-
{
|
|
9269
|
-
"name": "group-select-all",
|
|
9270
|
-
"type": {
|
|
9271
|
-
"text": "string | undefined"
|
|
9272
|
-
},
|
|
9273
|
-
"fieldName": "groupSelectAll"
|
|
9274
|
-
},
|
|
9275
|
-
{
|
|
9276
|
-
"name": "row-select",
|
|
9277
|
-
"type": {
|
|
9278
|
-
"text": "string | undefined"
|
|
9279
|
-
},
|
|
9280
|
-
"fieldName": "rowSelect"
|
|
9281
|
-
},
|
|
9282
|
-
{
|
|
9283
|
-
"name": "row-operation-column",
|
|
9103
|
+
"name": "toggle-bold",
|
|
9284
9104
|
"type": {
|
|
9285
9105
|
"text": "string | undefined"
|
|
9286
9106
|
},
|
|
9287
|
-
"fieldName": "
|
|
9107
|
+
"fieldName": "toggleBold"
|
|
9288
9108
|
},
|
|
9289
9109
|
{
|
|
9290
|
-
"name": "
|
|
9110
|
+
"name": "toggle-italics",
|
|
9291
9111
|
"type": {
|
|
9292
9112
|
"text": "string | undefined"
|
|
9293
9113
|
},
|
|
9294
|
-
"fieldName": "
|
|
9114
|
+
"fieldName": "toggleItalics"
|
|
9295
9115
|
},
|
|
9296
9116
|
{
|
|
9297
|
-
"name": "
|
|
9117
|
+
"name": "toggle-bulleted-list",
|
|
9298
9118
|
"type": {
|
|
9299
9119
|
"text": "string | undefined"
|
|
9300
9120
|
},
|
|
9301
|
-
"fieldName": "
|
|
9121
|
+
"fieldName": "toggleBulletedList"
|
|
9302
9122
|
},
|
|
9303
9123
|
{
|
|
9304
|
-
"name": "
|
|
9124
|
+
"name": "toggle-numbered-list",
|
|
9305
9125
|
"type": {
|
|
9306
9126
|
"text": "string | undefined"
|
|
9307
9127
|
},
|
|
9308
|
-
"fieldName": "
|
|
9128
|
+
"fieldName": "toggleNumberedList"
|
|
9309
9129
|
}
|
|
9310
9130
|
],
|
|
9311
9131
|
"superclass": {
|
|
@@ -9315,268 +9135,212 @@
|
|
|
9315
9135
|
},
|
|
9316
9136
|
{
|
|
9317
9137
|
"kind": "variable",
|
|
9318
|
-
"name": "
|
|
9138
|
+
"name": "labelProviderRichTextTag",
|
|
9319
9139
|
"type": {
|
|
9320
9140
|
"text": "string"
|
|
9321
9141
|
},
|
|
9322
|
-
"default": "'nimble-label-provider-
|
|
9142
|
+
"default": "'nimble-label-provider-rich-text'"
|
|
9323
9143
|
}
|
|
9324
9144
|
],
|
|
9325
9145
|
"exports": [
|
|
9326
9146
|
{
|
|
9327
9147
|
"kind": "js",
|
|
9328
|
-
"name": "
|
|
9148
|
+
"name": "LabelProviderRichText",
|
|
9329
9149
|
"declaration": {
|
|
9330
|
-
"name": "
|
|
9331
|
-
"module": "src/label-provider/
|
|
9150
|
+
"name": "LabelProviderRichText",
|
|
9151
|
+
"module": "src/label-provider/rich-text/index.ts"
|
|
9332
9152
|
}
|
|
9333
9153
|
},
|
|
9334
9154
|
{
|
|
9335
9155
|
"kind": "js",
|
|
9336
|
-
"name": "
|
|
9156
|
+
"name": "labelProviderRichTextTag",
|
|
9337
9157
|
"declaration": {
|
|
9338
|
-
"name": "
|
|
9339
|
-
"module": "src/label-provider/
|
|
9158
|
+
"name": "labelProviderRichTextTag",
|
|
9159
|
+
"module": "src/label-provider/rich-text/index.ts"
|
|
9340
9160
|
}
|
|
9341
9161
|
}
|
|
9342
9162
|
]
|
|
9343
9163
|
},
|
|
9344
9164
|
{
|
|
9345
9165
|
"kind": "javascript-module",
|
|
9346
|
-
"path": "src/label-provider/
|
|
9166
|
+
"path": "src/label-provider/rich-text/label-token-defaults.ts",
|
|
9347
9167
|
"declarations": [
|
|
9348
9168
|
{
|
|
9349
9169
|
"kind": "variable",
|
|
9350
|
-
"name": "
|
|
9170
|
+
"name": "richTextLabelDefaults",
|
|
9351
9171
|
"type": {
|
|
9352
|
-
"text": "{
|
|
9172
|
+
"text": "{\n readonly [key in TokenName]: string;\n}"
|
|
9353
9173
|
},
|
|
9354
|
-
"default": "{
|
|
9174
|
+
"default": "{ richTextToggleBoldLabel: 'Bold', richTextToggleItalicsLabel: 'Italics', richTextToggleBulletedListLabel: 'Bulleted List', richTextToggleNumberedListLabel: 'Numbered List' }"
|
|
9355
9175
|
}
|
|
9356
9176
|
],
|
|
9357
9177
|
"exports": [
|
|
9358
9178
|
{
|
|
9359
9179
|
"kind": "js",
|
|
9360
|
-
"name": "
|
|
9180
|
+
"name": "richTextLabelDefaults",
|
|
9361
9181
|
"declaration": {
|
|
9362
|
-
"name": "
|
|
9363
|
-
"module": "src/label-provider/
|
|
9182
|
+
"name": "richTextLabelDefaults",
|
|
9183
|
+
"module": "src/label-provider/rich-text/label-token-defaults.ts"
|
|
9364
9184
|
}
|
|
9365
9185
|
}
|
|
9366
9186
|
]
|
|
9367
9187
|
},
|
|
9368
9188
|
{
|
|
9369
9189
|
"kind": "javascript-module",
|
|
9370
|
-
"path": "src/label-provider/
|
|
9190
|
+
"path": "src/label-provider/rich-text/label-tokens.ts",
|
|
9371
9191
|
"declarations": [
|
|
9372
9192
|
{
|
|
9373
9193
|
"kind": "variable",
|
|
9374
|
-
"name": "
|
|
9194
|
+
"name": "richTextToggleBoldLabel"
|
|
9375
9195
|
},
|
|
9376
9196
|
{
|
|
9377
9197
|
"kind": "variable",
|
|
9378
|
-
"name": "
|
|
9198
|
+
"name": "richTextToggleItalicsLabel"
|
|
9379
9199
|
},
|
|
9380
9200
|
{
|
|
9381
9201
|
"kind": "variable",
|
|
9382
|
-
"name": "
|
|
9202
|
+
"name": "richTextToggleBulletedListLabel"
|
|
9383
9203
|
},
|
|
9384
9204
|
{
|
|
9385
9205
|
"kind": "variable",
|
|
9386
|
-
"name": "
|
|
9387
|
-
}
|
|
9388
|
-
|
|
9389
|
-
|
|
9390
|
-
"name": "tableCollapseAllLabel"
|
|
9391
|
-
},
|
|
9392
|
-
{
|
|
9393
|
-
"kind": "variable",
|
|
9394
|
-
"name": "tableCellActionMenuLabel"
|
|
9395
|
-
},
|
|
9396
|
-
{
|
|
9397
|
-
"kind": "variable",
|
|
9398
|
-
"name": "tableColumnHeaderGroupedLabel"
|
|
9399
|
-
},
|
|
9400
|
-
{
|
|
9401
|
-
"kind": "variable",
|
|
9402
|
-
"name": "tableColumnHeaderSortedAscendingLabel"
|
|
9403
|
-
},
|
|
9404
|
-
{
|
|
9405
|
-
"kind": "variable",
|
|
9406
|
-
"name": "tableColumnHeaderSortedDescendingLabel"
|
|
9407
|
-
},
|
|
9408
|
-
{
|
|
9409
|
-
"kind": "variable",
|
|
9410
|
-
"name": "tableSelectAllLabel"
|
|
9411
|
-
},
|
|
9412
|
-
{
|
|
9413
|
-
"kind": "variable",
|
|
9414
|
-
"name": "tableGroupSelectAllLabel"
|
|
9415
|
-
},
|
|
9416
|
-
{
|
|
9417
|
-
"kind": "variable",
|
|
9418
|
-
"name": "tableRowSelectLabel"
|
|
9419
|
-
},
|
|
9420
|
-
{
|
|
9421
|
-
"kind": "variable",
|
|
9422
|
-
"name": "tableRowOperationColumnLabel"
|
|
9423
|
-
},
|
|
9424
|
-
{
|
|
9425
|
-
"kind": "variable",
|
|
9426
|
-
"name": "tableRowLoadingLabel"
|
|
9427
|
-
},
|
|
9428
|
-
{
|
|
9429
|
-
"kind": "variable",
|
|
9430
|
-
"name": "tableGroupRowPlaceholderNoValueLabel"
|
|
9431
|
-
},
|
|
9432
|
-
{
|
|
9433
|
-
"kind": "variable",
|
|
9434
|
-
"name": "tableGroupRowPlaceholderEmptyLabel"
|
|
9435
|
-
}
|
|
9436
|
-
],
|
|
9437
|
-
"exports": [
|
|
9438
|
-
{
|
|
9439
|
-
"kind": "js",
|
|
9440
|
-
"name": "tableGroupCollapseLabel",
|
|
9441
|
-
"declaration": {
|
|
9442
|
-
"name": "tableGroupCollapseLabel",
|
|
9443
|
-
"module": "src/label-provider/table/label-tokens.ts"
|
|
9444
|
-
}
|
|
9445
|
-
},
|
|
9446
|
-
{
|
|
9447
|
-
"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
|
-
},
|
|
9206
|
+
"name": "richTextToggleNumberedListLabel"
|
|
9207
|
+
}
|
|
9208
|
+
],
|
|
9209
|
+
"exports": [
|
|
9518
9210
|
{
|
|
9519
9211
|
"kind": "js",
|
|
9520
|
-
"name": "
|
|
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",
|
|
9212
|
+
"name": "richTextToggleBoldLabel",
|
|
9537
9213
|
"declaration": {
|
|
9538
|
-
"name": "
|
|
9539
|
-
"module": "src/label-provider/
|
|
9214
|
+
"name": "richTextToggleBoldLabel",
|
|
9215
|
+
"module": "src/label-provider/rich-text/label-tokens.ts"
|
|
9540
9216
|
}
|
|
9541
9217
|
},
|
|
9542
9218
|
{
|
|
9543
9219
|
"kind": "js",
|
|
9544
|
-
"name": "
|
|
9220
|
+
"name": "richTextToggleItalicsLabel",
|
|
9545
9221
|
"declaration": {
|
|
9546
|
-
"name": "
|
|
9547
|
-
"module": "src/label-provider/
|
|
9222
|
+
"name": "richTextToggleItalicsLabel",
|
|
9223
|
+
"module": "src/label-provider/rich-text/label-tokens.ts"
|
|
9548
9224
|
}
|
|
9549
9225
|
},
|
|
9550
9226
|
{
|
|
9551
9227
|
"kind": "js",
|
|
9552
|
-
"name": "
|
|
9228
|
+
"name": "richTextToggleBulletedListLabel",
|
|
9553
9229
|
"declaration": {
|
|
9554
|
-
"name": "
|
|
9555
|
-
"module": "src/label-provider/
|
|
9230
|
+
"name": "richTextToggleBulletedListLabel",
|
|
9231
|
+
"module": "src/label-provider/rich-text/label-tokens.ts"
|
|
9556
9232
|
}
|
|
9557
9233
|
},
|
|
9558
9234
|
{
|
|
9559
9235
|
"kind": "js",
|
|
9560
|
-
"name": "
|
|
9236
|
+
"name": "richTextToggleNumberedListLabel",
|
|
9561
9237
|
"declaration": {
|
|
9562
|
-
"name": "
|
|
9563
|
-
"module": "src/label-provider/
|
|
9238
|
+
"name": "richTextToggleNumberedListLabel",
|
|
9239
|
+
"module": "src/label-provider/rich-text/label-tokens.ts"
|
|
9564
9240
|
}
|
|
9565
9241
|
}
|
|
9566
9242
|
]
|
|
9567
9243
|
},
|
|
9568
9244
|
{
|
|
9569
9245
|
"kind": "javascript-module",
|
|
9570
|
-
"path": "src/label-provider/
|
|
9246
|
+
"path": "src/label-provider/table/index.ts",
|
|
9571
9247
|
"declarations": [
|
|
9572
9248
|
{
|
|
9573
9249
|
"kind": "class",
|
|
9574
|
-
"description": "Label provider for the Nimble
|
|
9575
|
-
"name": "
|
|
9250
|
+
"description": "Label provider for the Nimble table (and its sub-components and columns)",
|
|
9251
|
+
"name": "LabelProviderTable",
|
|
9576
9252
|
"members": [
|
|
9577
9253
|
{
|
|
9578
9254
|
"kind": "field",
|
|
9579
|
-
"name": "
|
|
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
|
+
},
|
|
9325
|
+
{
|
|
9326
|
+
"kind": "field",
|
|
9327
|
+
"name": "selectAll",
|
|
9328
|
+
"type": {
|
|
9329
|
+
"text": "string | undefined"
|
|
9330
|
+
},
|
|
9331
|
+
"privacy": "public"
|
|
9332
|
+
},
|
|
9333
|
+
{
|
|
9334
|
+
"kind": "field",
|
|
9335
|
+
"name": "groupSelectAll",
|
|
9336
|
+
"type": {
|
|
9337
|
+
"text": "string | undefined"
|
|
9338
|
+
},
|
|
9339
|
+
"privacy": "public"
|
|
9340
|
+
},
|
|
9341
|
+
{
|
|
9342
|
+
"kind": "field",
|
|
9343
|
+
"name": "rowSelect",
|
|
9580
9344
|
"type": {
|
|
9581
9345
|
"text": "string | undefined"
|
|
9582
9346
|
},
|
|
@@ -9584,7 +9348,7 @@
|
|
|
9584
9348
|
},
|
|
9585
9349
|
{
|
|
9586
9350
|
"kind": "field",
|
|
9587
|
-
"name": "
|
|
9351
|
+
"name": "rowOperationColumn",
|
|
9588
9352
|
"type": {
|
|
9589
9353
|
"text": "string | undefined"
|
|
9590
9354
|
},
|
|
@@ -9592,7 +9356,7 @@
|
|
|
9592
9356
|
},
|
|
9593
9357
|
{
|
|
9594
9358
|
"kind": "field",
|
|
9595
|
-
"name": "
|
|
9359
|
+
"name": "rowLoading",
|
|
9596
9360
|
"type": {
|
|
9597
9361
|
"text": "string | undefined"
|
|
9598
9362
|
},
|
|
@@ -9600,7 +9364,15 @@
|
|
|
9600
9364
|
},
|
|
9601
9365
|
{
|
|
9602
9366
|
"kind": "field",
|
|
9603
|
-
"name": "
|
|
9367
|
+
"name": "groupRowPlaceholderNoValue",
|
|
9368
|
+
"type": {
|
|
9369
|
+
"text": "string | undefined"
|
|
9370
|
+
},
|
|
9371
|
+
"privacy": "public"
|
|
9372
|
+
},
|
|
9373
|
+
{
|
|
9374
|
+
"kind": "field",
|
|
9375
|
+
"name": "groupRowPlaceholderEmpty",
|
|
9604
9376
|
"type": {
|
|
9605
9377
|
"text": "string | undefined"
|
|
9606
9378
|
},
|
|
@@ -9614,7 +9386,7 @@
|
|
|
9614
9386
|
},
|
|
9615
9387
|
"privacy": "protected",
|
|
9616
9388
|
"readonly": true,
|
|
9617
|
-
"default": "{
|
|
9389
|
+
"default": "{ groupCollapse: tableGroupCollapseLabel, groupExpand: tableGroupExpandLabel, rowCollapse: tableRowCollapseLabel, rowExpand: tableRowExpandLabel, collapseAll: tableCollapseAllLabel, cellActionMenu: tableCellActionMenuLabel, columnHeaderGrouped: tableColumnHeaderGroupedLabel, columnHeaderSortedAscending: tableColumnHeaderSortedAscendingLabel, columnHeaderSortedDescending: tableColumnHeaderSortedDescendingLabel, selectAll: tableSelectAllLabel, groupSelectAll: tableGroupSelectAllLabel, rowSelect: tableRowSelectLabel, rowOperationColumn: tableRowOperationColumnLabel, rowLoading: tableRowLoadingLabel, groupRowPlaceholderNoValue: tableGroupRowPlaceholderNoValueLabel, groupRowPlaceholderEmpty: tableGroupRowPlaceholderEmptyLabel }",
|
|
9618
9390
|
"inheritedFrom": {
|
|
9619
9391
|
"name": "LabelProviderBase",
|
|
9620
9392
|
"module": "src/label-provider/base/index.ts"
|
|
@@ -9690,32 +9462,116 @@
|
|
|
9690
9462
|
],
|
|
9691
9463
|
"attributes": [
|
|
9692
9464
|
{
|
|
9693
|
-
"name": "
|
|
9465
|
+
"name": "group-collapse",
|
|
9694
9466
|
"type": {
|
|
9695
9467
|
"text": "string | undefined"
|
|
9696
9468
|
},
|
|
9697
|
-
"fieldName": "
|
|
9469
|
+
"fieldName": "groupCollapse"
|
|
9698
9470
|
},
|
|
9699
9471
|
{
|
|
9700
|
-
"name": "
|
|
9472
|
+
"name": "group-expand",
|
|
9701
9473
|
"type": {
|
|
9702
9474
|
"text": "string | undefined"
|
|
9703
9475
|
},
|
|
9704
|
-
"fieldName": "
|
|
9476
|
+
"fieldName": "groupExpand"
|
|
9705
9477
|
},
|
|
9706
9478
|
{
|
|
9707
|
-
"name": "
|
|
9479
|
+
"name": "row-collapse",
|
|
9708
9480
|
"type": {
|
|
9709
9481
|
"text": "string | undefined"
|
|
9710
9482
|
},
|
|
9711
|
-
"fieldName": "
|
|
9483
|
+
"fieldName": "rowCollapse"
|
|
9712
9484
|
},
|
|
9713
9485
|
{
|
|
9714
|
-
"name": "
|
|
9486
|
+
"name": "row-expand",
|
|
9715
9487
|
"type": {
|
|
9716
9488
|
"text": "string | undefined"
|
|
9717
9489
|
},
|
|
9718
|
-
"fieldName": "
|
|
9490
|
+
"fieldName": "rowExpand"
|
|
9491
|
+
},
|
|
9492
|
+
{
|
|
9493
|
+
"name": "collapse-all",
|
|
9494
|
+
"type": {
|
|
9495
|
+
"text": "string | undefined"
|
|
9496
|
+
},
|
|
9497
|
+
"fieldName": "collapseAll"
|
|
9498
|
+
},
|
|
9499
|
+
{
|
|
9500
|
+
"name": "cell-action-menu",
|
|
9501
|
+
"type": {
|
|
9502
|
+
"text": "string | undefined"
|
|
9503
|
+
},
|
|
9504
|
+
"fieldName": "cellActionMenu"
|
|
9505
|
+
},
|
|
9506
|
+
{
|
|
9507
|
+
"name": "column-header-grouped",
|
|
9508
|
+
"type": {
|
|
9509
|
+
"text": "string | undefined"
|
|
9510
|
+
},
|
|
9511
|
+
"fieldName": "columnHeaderGrouped"
|
|
9512
|
+
},
|
|
9513
|
+
{
|
|
9514
|
+
"name": "column-header-sorted-ascending",
|
|
9515
|
+
"type": {
|
|
9516
|
+
"text": "string | undefined"
|
|
9517
|
+
},
|
|
9518
|
+
"fieldName": "columnHeaderSortedAscending"
|
|
9519
|
+
},
|
|
9520
|
+
{
|
|
9521
|
+
"name": "column-header-sorted-descending",
|
|
9522
|
+
"type": {
|
|
9523
|
+
"text": "string | undefined"
|
|
9524
|
+
},
|
|
9525
|
+
"fieldName": "columnHeaderSortedDescending"
|
|
9526
|
+
},
|
|
9527
|
+
{
|
|
9528
|
+
"name": "select-all",
|
|
9529
|
+
"type": {
|
|
9530
|
+
"text": "string | undefined"
|
|
9531
|
+
},
|
|
9532
|
+
"fieldName": "selectAll"
|
|
9533
|
+
},
|
|
9534
|
+
{
|
|
9535
|
+
"name": "group-select-all",
|
|
9536
|
+
"type": {
|
|
9537
|
+
"text": "string | undefined"
|
|
9538
|
+
},
|
|
9539
|
+
"fieldName": "groupSelectAll"
|
|
9540
|
+
},
|
|
9541
|
+
{
|
|
9542
|
+
"name": "row-select",
|
|
9543
|
+
"type": {
|
|
9544
|
+
"text": "string | undefined"
|
|
9545
|
+
},
|
|
9546
|
+
"fieldName": "rowSelect"
|
|
9547
|
+
},
|
|
9548
|
+
{
|
|
9549
|
+
"name": "row-operation-column",
|
|
9550
|
+
"type": {
|
|
9551
|
+
"text": "string | undefined"
|
|
9552
|
+
},
|
|
9553
|
+
"fieldName": "rowOperationColumn"
|
|
9554
|
+
},
|
|
9555
|
+
{
|
|
9556
|
+
"name": "row-loading",
|
|
9557
|
+
"type": {
|
|
9558
|
+
"text": "string | undefined"
|
|
9559
|
+
},
|
|
9560
|
+
"fieldName": "rowLoading"
|
|
9561
|
+
},
|
|
9562
|
+
{
|
|
9563
|
+
"name": "group-row-placeholder-no-value",
|
|
9564
|
+
"type": {
|
|
9565
|
+
"text": "string | undefined"
|
|
9566
|
+
},
|
|
9567
|
+
"fieldName": "groupRowPlaceholderNoValue"
|
|
9568
|
+
},
|
|
9569
|
+
{
|
|
9570
|
+
"name": "group-row-placeholder-empty",
|
|
9571
|
+
"type": {
|
|
9572
|
+
"text": "string | undefined"
|
|
9573
|
+
},
|
|
9574
|
+
"fieldName": "groupRowPlaceholderEmpty"
|
|
9719
9575
|
}
|
|
9720
9576
|
],
|
|
9721
9577
|
"superclass": {
|
|
@@ -9724,109 +9580,253 @@
|
|
|
9724
9580
|
}
|
|
9725
9581
|
},
|
|
9726
9582
|
{
|
|
9727
|
-
"kind": "variable",
|
|
9728
|
-
"name": "
|
|
9729
|
-
"type": {
|
|
9730
|
-
"text": "string"
|
|
9731
|
-
},
|
|
9732
|
-
"default": "'nimble-label-provider-
|
|
9733
|
-
}
|
|
9734
|
-
],
|
|
9735
|
-
"exports": [
|
|
9583
|
+
"kind": "variable",
|
|
9584
|
+
"name": "labelProviderTableTag",
|
|
9585
|
+
"type": {
|
|
9586
|
+
"text": "string"
|
|
9587
|
+
},
|
|
9588
|
+
"default": "'nimble-label-provider-table'"
|
|
9589
|
+
}
|
|
9590
|
+
],
|
|
9591
|
+
"exports": [
|
|
9592
|
+
{
|
|
9593
|
+
"kind": "js",
|
|
9594
|
+
"name": "LabelProviderTable",
|
|
9595
|
+
"declaration": {
|
|
9596
|
+
"name": "LabelProviderTable",
|
|
9597
|
+
"module": "src/label-provider/table/index.ts"
|
|
9598
|
+
}
|
|
9599
|
+
},
|
|
9600
|
+
{
|
|
9601
|
+
"kind": "js",
|
|
9602
|
+
"name": "labelProviderTableTag",
|
|
9603
|
+
"declaration": {
|
|
9604
|
+
"name": "labelProviderTableTag",
|
|
9605
|
+
"module": "src/label-provider/table/index.ts"
|
|
9606
|
+
}
|
|
9607
|
+
}
|
|
9608
|
+
]
|
|
9609
|
+
},
|
|
9610
|
+
{
|
|
9611
|
+
"kind": "javascript-module",
|
|
9612
|
+
"path": "src/label-provider/table/label-token-defaults.ts",
|
|
9613
|
+
"declarations": [
|
|
9614
|
+
{
|
|
9615
|
+
"kind": "variable",
|
|
9616
|
+
"name": "tableLabelDefaults",
|
|
9617
|
+
"type": {
|
|
9618
|
+
"text": "{ readonly [key in TokenName]: string }"
|
|
9619
|
+
},
|
|
9620
|
+
"default": "{ tableGroupCollapseLabel: 'Collapse group', tableGroupExpandLabel: 'Expand group', tableRowCollapseLabel: 'Collapse row', tableRowExpandLabel: 'Expand row', tableCollapseAllLabel: 'Collapse all', tableCellActionMenuLabel: 'Options', tableColumnHeaderGroupedLabel: 'Grouped', tableColumnHeaderSortedAscendingLabel: 'Sorted ascending', tableColumnHeaderSortedDescendingLabel: 'Sorted descending', tableSelectAllLabel: 'Select all rows', tableGroupSelectAllLabel: 'Select all rows in group', tableRowSelectLabel: 'Select row', tableRowOperationColumnLabel: 'Row operations', tableRowLoadingLabel: 'Loading', tableGroupRowPlaceholderNoValueLabel: 'No value', tableGroupRowPlaceholderEmptyLabel: 'Empty' }"
|
|
9621
|
+
}
|
|
9622
|
+
],
|
|
9623
|
+
"exports": [
|
|
9624
|
+
{
|
|
9625
|
+
"kind": "js",
|
|
9626
|
+
"name": "tableLabelDefaults",
|
|
9627
|
+
"declaration": {
|
|
9628
|
+
"name": "tableLabelDefaults",
|
|
9629
|
+
"module": "src/label-provider/table/label-token-defaults.ts"
|
|
9630
|
+
}
|
|
9631
|
+
}
|
|
9632
|
+
]
|
|
9633
|
+
},
|
|
9634
|
+
{
|
|
9635
|
+
"kind": "javascript-module",
|
|
9636
|
+
"path": "src/label-provider/table/label-tokens.ts",
|
|
9637
|
+
"declarations": [
|
|
9638
|
+
{
|
|
9639
|
+
"kind": "variable",
|
|
9640
|
+
"name": "tableGroupCollapseLabel"
|
|
9641
|
+
},
|
|
9642
|
+
{
|
|
9643
|
+
"kind": "variable",
|
|
9644
|
+
"name": "tableGroupExpandLabel"
|
|
9645
|
+
},
|
|
9646
|
+
{
|
|
9647
|
+
"kind": "variable",
|
|
9648
|
+
"name": "tableRowCollapseLabel"
|
|
9649
|
+
},
|
|
9650
|
+
{
|
|
9651
|
+
"kind": "variable",
|
|
9652
|
+
"name": "tableRowExpandLabel"
|
|
9653
|
+
},
|
|
9654
|
+
{
|
|
9655
|
+
"kind": "variable",
|
|
9656
|
+
"name": "tableCollapseAllLabel"
|
|
9657
|
+
},
|
|
9658
|
+
{
|
|
9659
|
+
"kind": "variable",
|
|
9660
|
+
"name": "tableCellActionMenuLabel"
|
|
9661
|
+
},
|
|
9662
|
+
{
|
|
9663
|
+
"kind": "variable",
|
|
9664
|
+
"name": "tableColumnHeaderGroupedLabel"
|
|
9665
|
+
},
|
|
9666
|
+
{
|
|
9667
|
+
"kind": "variable",
|
|
9668
|
+
"name": "tableColumnHeaderSortedAscendingLabel"
|
|
9669
|
+
},
|
|
9670
|
+
{
|
|
9671
|
+
"kind": "variable",
|
|
9672
|
+
"name": "tableColumnHeaderSortedDescendingLabel"
|
|
9673
|
+
},
|
|
9674
|
+
{
|
|
9675
|
+
"kind": "variable",
|
|
9676
|
+
"name": "tableSelectAllLabel"
|
|
9677
|
+
},
|
|
9678
|
+
{
|
|
9679
|
+
"kind": "variable",
|
|
9680
|
+
"name": "tableGroupSelectAllLabel"
|
|
9681
|
+
},
|
|
9682
|
+
{
|
|
9683
|
+
"kind": "variable",
|
|
9684
|
+
"name": "tableRowSelectLabel"
|
|
9685
|
+
},
|
|
9686
|
+
{
|
|
9687
|
+
"kind": "variable",
|
|
9688
|
+
"name": "tableRowOperationColumnLabel"
|
|
9689
|
+
},
|
|
9690
|
+
{
|
|
9691
|
+
"kind": "variable",
|
|
9692
|
+
"name": "tableRowLoadingLabel"
|
|
9693
|
+
},
|
|
9694
|
+
{
|
|
9695
|
+
"kind": "variable",
|
|
9696
|
+
"name": "tableGroupRowPlaceholderNoValueLabel"
|
|
9697
|
+
},
|
|
9698
|
+
{
|
|
9699
|
+
"kind": "variable",
|
|
9700
|
+
"name": "tableGroupRowPlaceholderEmptyLabel"
|
|
9701
|
+
}
|
|
9702
|
+
],
|
|
9703
|
+
"exports": [
|
|
9704
|
+
{
|
|
9705
|
+
"kind": "js",
|
|
9706
|
+
"name": "tableGroupCollapseLabel",
|
|
9707
|
+
"declaration": {
|
|
9708
|
+
"name": "tableGroupCollapseLabel",
|
|
9709
|
+
"module": "src/label-provider/table/label-tokens.ts"
|
|
9710
|
+
}
|
|
9711
|
+
},
|
|
9712
|
+
{
|
|
9713
|
+
"kind": "js",
|
|
9714
|
+
"name": "tableGroupExpandLabel",
|
|
9715
|
+
"declaration": {
|
|
9716
|
+
"name": "tableGroupExpandLabel",
|
|
9717
|
+
"module": "src/label-provider/table/label-tokens.ts"
|
|
9718
|
+
}
|
|
9719
|
+
},
|
|
9720
|
+
{
|
|
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",
|