@ni/ok-components 1.2.1 → 1.3.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.
Files changed (98) hide show
  1. package/dist/all-components-bundle.js +3058 -531
  2. package/dist/all-components-bundle.js.map +1 -1
  3. package/dist/all-components-bundle.min.js +6791 -5231
  4. package/dist/all-components-bundle.min.js.map +1 -1
  5. package/dist/custom-elements.json +1421 -61
  6. package/dist/custom-elements.md +246 -13
  7. package/dist/esm/fv/accordion-item/index.d.ts +1 -0
  8. package/dist/esm/fv/accordion-item/index.js +1 -0
  9. package/dist/esm/fv/accordion-item/index.js.map +1 -1
  10. package/dist/esm/fv/accordion-item/testing/fv-accordion-item.pageobject.js +5 -0
  11. package/dist/esm/fv/accordion-item/testing/fv-accordion-item.pageobject.js.map +1 -1
  12. package/dist/esm/fv/all-fv.d.ts +7 -0
  13. package/dist/esm/fv/all-fv.js +7 -0
  14. package/dist/esm/fv/all-fv.js.map +1 -1
  15. package/dist/esm/fv/card/index.d.ts +59 -0
  16. package/dist/esm/fv/card/index.js +144 -0
  17. package/dist/esm/fv/card/index.js.map +1 -0
  18. package/dist/esm/fv/card/styles.d.ts +1 -0
  19. package/dist/esm/fv/card/styles.js +231 -0
  20. package/dist/esm/fv/card/styles.js.map +1 -0
  21. package/dist/esm/fv/card/template.d.ts +2 -0
  22. package/dist/esm/fv/card/template.js +126 -0
  23. package/dist/esm/fv/card/template.js.map +1 -0
  24. package/dist/esm/fv/card/types.d.ts +10 -0
  25. package/dist/esm/fv/card/types.js +9 -0
  26. package/dist/esm/fv/card/types.js.map +1 -0
  27. package/dist/esm/fv/chip-selector/index.d.ts +104 -0
  28. package/dist/esm/fv/chip-selector/index.js +367 -0
  29. package/dist/esm/fv/chip-selector/index.js.map +1 -0
  30. package/dist/esm/fv/chip-selector/styles.d.ts +1 -0
  31. package/dist/esm/fv/chip-selector/styles.js +251 -0
  32. package/dist/esm/fv/chip-selector/styles.js.map +1 -0
  33. package/dist/esm/fv/chip-selector/template.d.ts +2 -0
  34. package/dist/esm/fv/chip-selector/template.js +147 -0
  35. package/dist/esm/fv/chip-selector/template.js.map +1 -0
  36. package/dist/esm/fv/context-help/index.d.ts +22 -0
  37. package/dist/esm/fv/context-help/index.js +41 -0
  38. package/dist/esm/fv/context-help/index.js.map +1 -0
  39. package/dist/esm/fv/context-help/styles.d.ts +1 -0
  40. package/dist/esm/fv/context-help/styles.js +55 -0
  41. package/dist/esm/fv/context-help/styles.js.map +1 -0
  42. package/dist/esm/fv/context-help/template.d.ts +2 -0
  43. package/dist/esm/fv/context-help/template.js +24 -0
  44. package/dist/esm/fv/context-help/template.js.map +1 -0
  45. package/dist/esm/fv/context-help/types.d.ts +1 -0
  46. package/dist/esm/fv/context-help/types.js +2 -0
  47. package/dist/esm/fv/context-help/types.js.map +1 -0
  48. package/dist/esm/fv/search-input/index.d.ts +2 -0
  49. package/dist/esm/fv/search-input/index.js +2 -0
  50. package/dist/esm/fv/search-input/index.js.map +1 -1
  51. package/dist/esm/fv/search-input/styles.js +14 -14
  52. package/dist/esm/fv/search-input/styles.js.map +1 -1
  53. package/dist/esm/fv/split-button/index.d.ts +43 -0
  54. package/dist/esm/fv/split-button/index.js +130 -0
  55. package/dist/esm/fv/split-button/index.js.map +1 -0
  56. package/dist/esm/fv/split-button/styles.d.ts +1 -0
  57. package/dist/esm/fv/split-button/styles.js +220 -0
  58. package/dist/esm/fv/split-button/styles.js.map +1 -0
  59. package/dist/esm/fv/split-button/template.d.ts +2 -0
  60. package/dist/esm/fv/split-button/template.js +52 -0
  61. package/dist/esm/fv/split-button/template.js.map +1 -0
  62. package/dist/esm/fv/split-button/types.d.ts +12 -0
  63. package/dist/esm/fv/split-button/types.js +11 -0
  64. package/dist/esm/fv/split-button/types.js.map +1 -0
  65. package/dist/esm/fv/split-button-anchor/index.d.ts +47 -0
  66. package/dist/esm/fv/split-button-anchor/index.js +146 -0
  67. package/dist/esm/fv/split-button-anchor/index.js.map +1 -0
  68. package/dist/esm/fv/split-button-anchor/styles.d.ts +1 -0
  69. package/dist/esm/fv/split-button-anchor/styles.js +228 -0
  70. package/dist/esm/fv/split-button-anchor/styles.js.map +1 -0
  71. package/dist/esm/fv/split-button-anchor/template.d.ts +2 -0
  72. package/dist/esm/fv/split-button-anchor/template.js +64 -0
  73. package/dist/esm/fv/split-button-anchor/template.js.map +1 -0
  74. package/dist/esm/fv/split-button-anchor/types.d.ts +12 -0
  75. package/dist/esm/fv/split-button-anchor/types.js +11 -0
  76. package/dist/esm/fv/split-button-anchor/types.js.map +1 -0
  77. package/dist/esm/fv/summary-panel/index.d.ts +26 -0
  78. package/dist/esm/fv/summary-panel/index.js +70 -0
  79. package/dist/esm/fv/summary-panel/index.js.map +1 -0
  80. package/dist/esm/fv/summary-panel/styles.d.ts +1 -0
  81. package/dist/esm/fv/summary-panel/styles.js +49 -0
  82. package/dist/esm/fv/summary-panel/styles.js.map +1 -0
  83. package/dist/esm/fv/summary-panel/template.d.ts +2 -0
  84. package/dist/esm/fv/summary-panel/template.js +29 -0
  85. package/dist/esm/fv/summary-panel/template.js.map +1 -0
  86. package/dist/esm/fv/summary-panel-tile/index.d.ts +23 -0
  87. package/dist/esm/fv/summary-panel-tile/index.js +59 -0
  88. package/dist/esm/fv/summary-panel-tile/index.js.map +1 -0
  89. package/dist/esm/fv/summary-panel-tile/styles.d.ts +1 -0
  90. package/dist/esm/fv/summary-panel-tile/styles.js +138 -0
  91. package/dist/esm/fv/summary-panel-tile/styles.js.map +1 -0
  92. package/dist/esm/fv/summary-panel-tile/template.d.ts +2 -0
  93. package/dist/esm/fv/summary-panel-tile/template.js +14 -0
  94. package/dist/esm/fv/summary-panel-tile/template.js.map +1 -0
  95. package/dist/esm/fv/summary-panel-tile/types.d.ts +5 -0
  96. package/dist/esm/fv/summary-panel-tile/types.js +5 -0
  97. package/dist/esm/fv/summary-panel-tile/types.js.map +1 -0
  98. package/package.json +3 -3
@@ -101,24 +101,6 @@
101
101
  "text": "FvAccordionItemAppearance"
102
102
  },
103
103
  "privacy": "public"
104
- },
105
- {
106
- "kind": "method",
107
- "name": "handleToggle",
108
- "privacy": "public",
109
- "return": {
110
- "type": {
111
- "text": "boolean"
112
- }
113
- },
114
- "parameters": [
115
- {
116
- "name": "event",
117
- "type": {
118
- "text": "Event"
119
- }
120
- }
121
- ]
122
104
  }
123
105
  ],
124
106
  "attributes": [
@@ -205,113 +187,1491 @@
205
187
  },
206
188
  {
207
189
  "kind": "javascript-module",
208
- "path": "src/fv/search-input/index.ts",
190
+ "path": "src/fv/card/index.ts",
209
191
  "declarations": [
210
192
  {
211
193
  "kind": "class",
212
- "description": "A compact search input with a built-in clear affordance.",
213
- "name": "FvSearchInput",
194
+ "description": "An opinionated card component for FV layouts with optional media,\nbadges, footer metadata, and action content.",
195
+ "name": "FvCard",
214
196
  "members": [
215
197
  {
216
198
  "kind": "field",
217
- "name": "appearance",
199
+ "name": "title",
218
200
  "type": {
219
- "text": "FvSearchInputAppearanceType"
201
+ "text": "string"
220
202
  },
221
- "privacy": "public"
203
+ "privacy": "public",
204
+ "default": "''"
222
205
  },
223
206
  {
224
- "kind": "method",
225
- "name": "handleChange",
207
+ "kind": "field",
208
+ "name": "subtitle",
209
+ "type": {
210
+ "text": "string"
211
+ },
226
212
  "privacy": "public",
227
- "return": {
228
- "type": {
229
- "text": "void"
230
- }
231
- }
213
+ "default": "''"
232
214
  },
233
215
  {
234
- "kind": "method",
235
- "name": "clear",
216
+ "kind": "field",
217
+ "name": "description",
218
+ "type": {
219
+ "text": "string"
220
+ },
236
221
  "privacy": "public",
237
- "return": {
238
- "type": {
239
- "text": "boolean"
240
- }
222
+ "default": "''"
223
+ },
224
+ {
225
+ "kind": "field",
226
+ "name": "appearance",
227
+ "type": {
228
+ "text": "FvCardAppearanceType"
241
229
  },
242
- "description": "Clears the current value, restores focus to the text input, and\ndispatches a synthetic `input` event on the host so consumers\nobserve the same immediate value-update contract as typing.\nThe inner <input> value is updated on the next FAST render cycle\nvia the `:value` template binding."
243
- }
244
- ],
245
- "events": [
230
+ "privacy": "public"
231
+ },
246
232
  {
247
- "name": "input",
233
+ "kind": "field",
234
+ "name": "interactionMode",
248
235
  "type": {
249
- "text": "Event"
250
- }
236
+ "text": "FvCardInteractionModeType"
237
+ },
238
+ "privacy": "public"
239
+ },
240
+ {
241
+ "kind": "field",
242
+ "name": "disabled",
243
+ "type": {
244
+ "text": "boolean"
245
+ },
246
+ "privacy": "public",
247
+ "default": "false"
248
+ },
249
+ {
250
+ "kind": "field",
251
+ "name": "initials",
252
+ "type": {
253
+ "text": "string"
254
+ },
255
+ "privacy": "public",
256
+ "default": "''"
251
257
  }
252
258
  ],
253
259
  "attributes": [
260
+ {
261
+ "name": "card-title",
262
+ "type": {
263
+ "text": "string"
264
+ },
265
+ "default": "''",
266
+ "fieldName": "title"
267
+ },
268
+ {
269
+ "name": "subtitle",
270
+ "type": {
271
+ "text": "string"
272
+ },
273
+ "default": "''",
274
+ "fieldName": "subtitle"
275
+ },
276
+ {
277
+ "name": "description",
278
+ "type": {
279
+ "text": "string"
280
+ },
281
+ "default": "''",
282
+ "fieldName": "description"
283
+ },
254
284
  {
255
285
  "name": "appearance",
256
286
  "type": {
257
- "text": "FvSearchInputAppearanceType"
287
+ "text": "FvCardAppearanceType"
258
288
  },
259
289
  "fieldName": "appearance"
290
+ },
291
+ {
292
+ "name": "interaction-mode",
293
+ "type": {
294
+ "text": "FvCardInteractionModeType"
295
+ },
296
+ "fieldName": "interactionMode"
297
+ },
298
+ {
299
+ "name": "disabled",
300
+ "type": {
301
+ "text": "boolean"
302
+ },
303
+ "default": "false",
304
+ "fieldName": "disabled"
305
+ },
306
+ {
307
+ "name": "initials",
308
+ "type": {
309
+ "text": "string"
310
+ },
311
+ "default": "''",
312
+ "fieldName": "initials"
260
313
  }
261
314
  ],
262
315
  "superclass": {
263
- "name": "FoundationTextField",
316
+ "name": "FoundationElement",
264
317
  "package": "@ni/fast-foundation"
265
318
  }
266
319
  },
267
320
  {
268
321
  "kind": "variable",
269
- "name": "fvSearchInputTag",
322
+ "name": "fvCardTag",
270
323
  "type": {
271
324
  "text": "string"
272
325
  },
273
- "default": "'ok-fv-search-input'"
326
+ "default": "'ok-fv-card'"
274
327
  }
275
328
  ],
276
329
  "exports": [
277
330
  {
278
331
  "kind": "js",
279
- "name": "FvSearchInput",
332
+ "name": "FvCard",
280
333
  "declaration": {
281
- "name": "FvSearchInput",
282
- "module": "src/fv/search-input/index.ts"
334
+ "name": "FvCard",
335
+ "module": "src/fv/card/index.ts"
283
336
  }
284
337
  },
285
338
  {
286
339
  "kind": "js",
287
- "name": "fvSearchInputTag",
340
+ "name": "fvCardTag",
288
341
  "declaration": {
289
- "name": "fvSearchInputTag",
290
- "module": "src/fv/search-input/index.ts"
342
+ "name": "fvCardTag",
343
+ "module": "src/fv/card/index.ts"
291
344
  }
292
345
  }
293
346
  ]
294
347
  },
295
348
  {
296
349
  "kind": "javascript-module",
297
- "path": "src/fv/search-input/types.ts",
350
+ "path": "src/fv/card/types.ts",
298
351
  "declarations": [
299
352
  {
300
353
  "kind": "variable",
301
- "name": "FvSearchInputAppearance",
354
+ "name": "FvCardAppearance",
302
355
  "type": {
303
- "text": "{\n block: 'block',\n outline: 'outline',\n underline: 'underline',\n frameless: 'frameless'\n}"
356
+ "text": "{\n outline: 'outline',\n block: 'block'\n}"
304
357
  },
305
- "default": "{ block: 'block', outline: 'outline', underline: 'underline', frameless: 'frameless' }"
358
+ "default": "{ outline: 'outline', block: 'block' }"
359
+ },
360
+ {
361
+ "kind": "variable",
362
+ "name": "FvCardInteractionMode",
363
+ "type": {
364
+ "text": "{\n static: 'static',\n card: 'card'\n}"
365
+ },
366
+ "default": "{ static: 'static', card: 'card' }"
306
367
  }
307
368
  ],
308
369
  "exports": [
309
370
  {
310
371
  "kind": "js",
311
- "name": "FvSearchInputAppearance",
372
+ "name": "FvCardAppearance",
312
373
  "declaration": {
313
- "name": "FvSearchInputAppearance",
314
- "module": "src/fv/search-input/types.ts"
374
+ "name": "FvCardAppearance",
375
+ "module": "src/fv/card/types.ts"
376
+ }
377
+ },
378
+ {
379
+ "kind": "js",
380
+ "name": "FvCardInteractionMode",
381
+ "declaration": {
382
+ "name": "FvCardInteractionMode",
383
+ "module": "src/fv/card/types.ts"
384
+ }
385
+ }
386
+ ]
387
+ },
388
+ {
389
+ "kind": "javascript-module",
390
+ "path": "src/fv/chip-selector/index.ts",
391
+ "declarations": [
392
+ {
393
+ "kind": "class",
394
+ "description": "A chip picker with inline text entry, removable chips, and a dropdown option list.",
395
+ "name": "FvChipSelector",
396
+ "members": [
397
+ {
398
+ "kind": "field",
399
+ "name": "disabled",
400
+ "type": {
401
+ "text": "boolean"
402
+ },
403
+ "privacy": "public",
404
+ "default": "false"
405
+ },
406
+ {
407
+ "kind": "field",
408
+ "name": "open",
409
+ "type": {
410
+ "text": "boolean"
411
+ },
412
+ "privacy": "public",
413
+ "default": "false"
414
+ },
415
+ {
416
+ "kind": "field",
417
+ "name": "label",
418
+ "type": {
419
+ "text": "string"
420
+ },
421
+ "privacy": "public",
422
+ "default": "''"
423
+ },
424
+ {
425
+ "kind": "field",
426
+ "name": "selectedValues",
427
+ "type": {
428
+ "text": "string"
429
+ },
430
+ "privacy": "public",
431
+ "default": "''"
432
+ },
433
+ {
434
+ "kind": "field",
435
+ "name": "options",
436
+ "type": {
437
+ "text": "string"
438
+ },
439
+ "privacy": "public",
440
+ "default": "''"
441
+ },
442
+ {
443
+ "kind": "field",
444
+ "name": "placeholder",
445
+ "type": {
446
+ "text": "string"
447
+ },
448
+ "privacy": "public",
449
+ "default": "'Select values'"
450
+ },
451
+ {
452
+ "kind": "field",
453
+ "name": "allowCustomValues",
454
+ "type": {
455
+ "text": "boolean"
456
+ },
457
+ "privacy": "public",
458
+ "default": "false"
459
+ },
460
+ {
461
+ "kind": "field",
462
+ "name": "inputElement",
463
+ "type": {
464
+ "text": "HTMLInputElement | null"
465
+ },
466
+ "privacy": "private",
467
+ "default": "null"
468
+ },
469
+ {
470
+ "kind": "field",
471
+ "name": "menuButtonElement",
472
+ "type": {
473
+ "text": "(HTMLElement & { checked?: boolean }) | null"
474
+ },
475
+ "privacy": "private",
476
+ "default": "null"
477
+ },
478
+ {
479
+ "kind": "field",
480
+ "name": "documentClickHandler",
481
+ "privacy": "private",
482
+ "readonly": true
483
+ },
484
+ {
485
+ "kind": "method",
486
+ "name": "syncActiveOption",
487
+ "privacy": "private",
488
+ "return": {
489
+ "type": {
490
+ "text": "void"
491
+ }
492
+ }
493
+ },
494
+ {
495
+ "kind": "method",
496
+ "name": "commitActiveOption",
497
+ "privacy": "private",
498
+ "return": {
499
+ "type": {
500
+ "text": "void"
501
+ }
502
+ }
503
+ },
504
+ {
505
+ "kind": "method",
506
+ "name": "addValue",
507
+ "privacy": "private",
508
+ "return": {
509
+ "type": {
510
+ "text": "void"
511
+ }
512
+ },
513
+ "parameters": [
514
+ {
515
+ "name": "value",
516
+ "type": {
517
+ "text": "string"
518
+ }
519
+ }
520
+ ]
521
+ },
522
+ {
523
+ "kind": "method",
524
+ "name": "removeValue",
525
+ "privacy": "private",
526
+ "return": {
527
+ "type": {
528
+ "text": "void"
529
+ }
530
+ },
531
+ "parameters": [
532
+ {
533
+ "name": "value",
534
+ "type": {
535
+ "text": "string"
536
+ }
537
+ }
538
+ ]
539
+ },
540
+ {
541
+ "kind": "method",
542
+ "name": "commitSelection",
543
+ "privacy": "private",
544
+ "return": {
545
+ "type": {
546
+ "text": "void"
547
+ }
548
+ },
549
+ "parameters": [
550
+ {
551
+ "name": "nextValues",
552
+ "type": {
553
+ "text": "string[]"
554
+ }
555
+ }
556
+ ]
557
+ },
558
+ {
559
+ "kind": "method",
560
+ "name": "setOpen",
561
+ "privacy": "private",
562
+ "return": {
563
+ "type": {
564
+ "text": "void"
565
+ }
566
+ },
567
+ "parameters": [
568
+ {
569
+ "name": "nextOpen",
570
+ "type": {
571
+ "text": "boolean"
572
+ }
573
+ }
574
+ ]
575
+ },
576
+ {
577
+ "kind": "method",
578
+ "name": "syncMenuButtonState",
579
+ "privacy": "private",
580
+ "return": {
581
+ "type": {
582
+ "text": "void"
583
+ }
584
+ }
585
+ }
586
+ ],
587
+ "events": [
588
+ {
589
+ "name": "change",
590
+ "type": {
591
+ "text": "CustomEvent"
592
+ }
593
+ }
594
+ ],
595
+ "attributes": [
596
+ {
597
+ "name": "disabled",
598
+ "type": {
599
+ "text": "boolean"
600
+ },
601
+ "default": "false",
602
+ "fieldName": "disabled"
603
+ },
604
+ {
605
+ "name": "open",
606
+ "type": {
607
+ "text": "boolean"
608
+ },
609
+ "default": "false",
610
+ "fieldName": "open"
611
+ },
612
+ {
613
+ "name": "label",
614
+ "type": {
615
+ "text": "string"
616
+ },
617
+ "default": "''",
618
+ "fieldName": "label"
619
+ },
620
+ {
621
+ "name": "selected-values",
622
+ "type": {
623
+ "text": "string"
624
+ },
625
+ "default": "''",
626
+ "fieldName": "selectedValues"
627
+ },
628
+ {
629
+ "name": "options",
630
+ "type": {
631
+ "text": "string"
632
+ },
633
+ "default": "''",
634
+ "fieldName": "options"
635
+ },
636
+ {
637
+ "name": "placeholder",
638
+ "type": {
639
+ "text": "string"
640
+ },
641
+ "default": "'Select values'",
642
+ "fieldName": "placeholder"
643
+ },
644
+ {
645
+ "name": "allow-custom-values",
646
+ "type": {
647
+ "text": "boolean"
648
+ },
649
+ "default": "false",
650
+ "fieldName": "allowCustomValues"
651
+ }
652
+ ],
653
+ "superclass": {
654
+ "name": "FoundationElement",
655
+ "package": "@ni/fast-foundation"
656
+ }
657
+ },
658
+ {
659
+ "kind": "variable",
660
+ "name": "fvChipSelectorTag",
661
+ "type": {
662
+ "text": "string"
663
+ },
664
+ "default": "'ok-fv-chip-selector'"
665
+ }
666
+ ],
667
+ "exports": [
668
+ {
669
+ "kind": "js",
670
+ "name": "FvChipSelector",
671
+ "declaration": {
672
+ "name": "FvChipSelector",
673
+ "module": "src/fv/chip-selector/index.ts"
674
+ }
675
+ },
676
+ {
677
+ "kind": "js",
678
+ "name": "fvChipSelectorTag",
679
+ "declaration": {
680
+ "name": "fvChipSelectorTag",
681
+ "module": "src/fv/chip-selector/index.ts"
682
+ }
683
+ }
684
+ ]
685
+ },
686
+ {
687
+ "kind": "javascript-module",
688
+ "path": "src/fv/context-help/index.ts",
689
+ "declarations": [
690
+ {
691
+ "kind": "class",
692
+ "description": "An info trigger with an attached tooltip for lightweight contextual guidance.",
693
+ "name": "FvContextHelp",
694
+ "members": [
695
+ {
696
+ "kind": "field",
697
+ "name": "text",
698
+ "type": {
699
+ "text": "string"
700
+ },
701
+ "privacy": "public",
702
+ "default": "''"
703
+ },
704
+ {
705
+ "kind": "field",
706
+ "name": "triggerLabel",
707
+ "type": {
708
+ "text": "string"
709
+ },
710
+ "privacy": "public",
711
+ "default": "'Show help'"
712
+ },
713
+ {
714
+ "kind": "field",
715
+ "name": "severity",
716
+ "type": {
717
+ "text": "FvContextHelpSeverity"
718
+ },
719
+ "privacy": "public"
720
+ },
721
+ {
722
+ "kind": "field",
723
+ "name": "iconVisible",
724
+ "type": {
725
+ "text": "boolean"
726
+ },
727
+ "privacy": "public",
728
+ "default": "false"
729
+ }
730
+ ],
731
+ "attributes": [
732
+ {
733
+ "name": "text",
734
+ "type": {
735
+ "text": "string"
736
+ },
737
+ "default": "''",
738
+ "fieldName": "text"
739
+ },
740
+ {
741
+ "name": "trigger-label",
742
+ "type": {
743
+ "text": "string"
744
+ },
745
+ "default": "'Show help'",
746
+ "fieldName": "triggerLabel"
747
+ },
748
+ {
749
+ "name": "severity",
750
+ "type": {
751
+ "text": "FvContextHelpSeverity"
752
+ },
753
+ "fieldName": "severity"
754
+ },
755
+ {
756
+ "name": "icon-visible",
757
+ "type": {
758
+ "text": "boolean"
759
+ },
760
+ "default": "false",
761
+ "fieldName": "iconVisible"
762
+ }
763
+ ],
764
+ "superclass": {
765
+ "name": "FoundationElement",
766
+ "package": "@ni/fast-foundation"
767
+ }
768
+ },
769
+ {
770
+ "kind": "variable",
771
+ "name": "fvContextHelpTag",
772
+ "type": {
773
+ "text": "string"
774
+ },
775
+ "default": "'ok-fv-context-help'"
776
+ }
777
+ ],
778
+ "exports": [
779
+ {
780
+ "kind": "js",
781
+ "name": "FvContextHelpSeverity",
782
+ "declaration": {
783
+ "name": "FvContextHelpSeverity",
784
+ "module": "src/fv/context-help/index.ts"
785
+ }
786
+ },
787
+ {
788
+ "kind": "js",
789
+ "name": "FvContextHelp",
790
+ "declaration": {
791
+ "name": "FvContextHelp",
792
+ "module": "src/fv/context-help/index.ts"
793
+ }
794
+ },
795
+ {
796
+ "kind": "js",
797
+ "name": "fvContextHelpTag",
798
+ "declaration": {
799
+ "name": "fvContextHelpTag",
800
+ "module": "src/fv/context-help/index.ts"
801
+ }
802
+ }
803
+ ]
804
+ },
805
+ {
806
+ "kind": "javascript-module",
807
+ "path": "src/fv/context-help/types.ts",
808
+ "declarations": [],
809
+ "exports": []
810
+ },
811
+ {
812
+ "kind": "javascript-module",
813
+ "path": "src/fv/search-input/index.ts",
814
+ "declarations": [
815
+ {
816
+ "kind": "class",
817
+ "description": "A compact search input with a built-in clear affordance.",
818
+ "name": "FvSearchInput",
819
+ "members": [
820
+ {
821
+ "kind": "field",
822
+ "name": "appearance",
823
+ "type": {
824
+ "text": "FvSearchInputAppearanceType"
825
+ },
826
+ "privacy": "public"
827
+ }
828
+ ],
829
+ "events": [
830
+ {
831
+ "name": "input",
832
+ "type": {
833
+ "text": "Event"
834
+ }
835
+ }
836
+ ],
837
+ "attributes": [
838
+ {
839
+ "name": "appearance",
840
+ "type": {
841
+ "text": "FvSearchInputAppearanceType"
842
+ },
843
+ "fieldName": "appearance"
844
+ }
845
+ ],
846
+ "superclass": {
847
+ "name": "FoundationTextField",
848
+ "package": "@ni/fast-foundation"
849
+ }
850
+ },
851
+ {
852
+ "kind": "variable",
853
+ "name": "fvSearchInputTag",
854
+ "type": {
855
+ "text": "string"
856
+ },
857
+ "default": "'ok-fv-search-input'"
858
+ }
859
+ ],
860
+ "exports": [
861
+ {
862
+ "kind": "js",
863
+ "name": "FvSearchInput",
864
+ "declaration": {
865
+ "name": "FvSearchInput",
866
+ "module": "src/fv/search-input/index.ts"
867
+ }
868
+ },
869
+ {
870
+ "kind": "js",
871
+ "name": "fvSearchInputTag",
872
+ "declaration": {
873
+ "name": "fvSearchInputTag",
874
+ "module": "src/fv/search-input/index.ts"
875
+ }
876
+ }
877
+ ]
878
+ },
879
+ {
880
+ "kind": "javascript-module",
881
+ "path": "src/fv/search-input/types.ts",
882
+ "declarations": [
883
+ {
884
+ "kind": "variable",
885
+ "name": "FvSearchInputAppearance",
886
+ "type": {
887
+ "text": "{\n block: 'block',\n outline: 'outline',\n underline: 'underline',\n frameless: 'frameless'\n}"
888
+ },
889
+ "default": "{ block: 'block', outline: 'outline', underline: 'underline', frameless: 'frameless' }"
890
+ }
891
+ ],
892
+ "exports": [
893
+ {
894
+ "kind": "js",
895
+ "name": "FvSearchInputAppearance",
896
+ "declaration": {
897
+ "name": "FvSearchInputAppearance",
898
+ "module": "src/fv/search-input/types.ts"
899
+ }
900
+ }
901
+ ]
902
+ },
903
+ {
904
+ "kind": "javascript-module",
905
+ "path": "src/fv/split-button-anchor/index.ts",
906
+ "declarations": [
907
+ {
908
+ "kind": "class",
909
+ "description": "A split button with an anchor-backed primary action and a secondary expandable menu surface.",
910
+ "name": "FvSplitButtonAnchor",
911
+ "members": [
912
+ {
913
+ "kind": "field",
914
+ "name": "label",
915
+ "type": {
916
+ "text": "string"
917
+ },
918
+ "privacy": "public",
919
+ "default": "'Primary function'"
920
+ },
921
+ {
922
+ "kind": "field",
923
+ "name": "href",
924
+ "type": {
925
+ "text": "string"
926
+ },
927
+ "privacy": "public",
928
+ "default": "''"
929
+ },
930
+ {
931
+ "kind": "field",
932
+ "name": "target",
933
+ "type": {
934
+ "text": "string"
935
+ },
936
+ "privacy": "public",
937
+ "default": "''"
938
+ },
939
+ {
940
+ "kind": "field",
941
+ "name": "rel",
942
+ "type": {
943
+ "text": "string"
944
+ },
945
+ "privacy": "public",
946
+ "default": "''"
947
+ },
948
+ {
949
+ "kind": "field",
950
+ "name": "download",
951
+ "type": {
952
+ "text": "string"
953
+ },
954
+ "privacy": "public",
955
+ "default": "''"
956
+ },
957
+ {
958
+ "kind": "field",
959
+ "name": "disabled",
960
+ "type": {
961
+ "text": "boolean"
962
+ },
963
+ "privacy": "public",
964
+ "default": "false"
965
+ },
966
+ {
967
+ "kind": "field",
968
+ "name": "open",
969
+ "type": {
970
+ "text": "boolean"
971
+ },
972
+ "privacy": "public",
973
+ "default": "false"
974
+ },
975
+ {
976
+ "kind": "field",
977
+ "name": "appearance",
978
+ "type": {
979
+ "text": "FvSplitButtonAnchorAppearanceType"
980
+ },
981
+ "privacy": "public"
982
+ },
983
+ {
984
+ "kind": "field",
985
+ "name": "appearanceVariant",
986
+ "type": {
987
+ "text": "FvSplitButtonAnchorAppearanceVariantType"
988
+ },
989
+ "privacy": "public"
990
+ },
991
+ {
992
+ "kind": "field",
993
+ "name": "documentClickHandler",
994
+ "privacy": "private",
995
+ "readonly": true
996
+ },
997
+ {
998
+ "kind": "field",
999
+ "name": "keydownHandler",
1000
+ "privacy": "private",
1001
+ "readonly": true
1002
+ },
1003
+ {
1004
+ "kind": "field",
1005
+ "name": "menuChangeHandler",
1006
+ "privacy": "private",
1007
+ "readonly": true
1008
+ },
1009
+ {
1010
+ "kind": "method",
1011
+ "name": "setOpen",
1012
+ "privacy": "private",
1013
+ "return": {
1014
+ "type": {
1015
+ "text": "void"
1016
+ }
1017
+ },
1018
+ "parameters": [
1019
+ {
1020
+ "name": "nextOpen",
1021
+ "type": {
1022
+ "text": "boolean"
1023
+ }
1024
+ }
1025
+ ]
1026
+ }
1027
+ ],
1028
+ "events": [
1029
+ {
1030
+ "name": "trigger",
1031
+ "type": {
1032
+ "text": "CustomEvent"
1033
+ }
1034
+ },
1035
+ {
1036
+ "name": "toggle",
1037
+ "type": {
1038
+ "text": "CustomEvent"
1039
+ }
1040
+ }
1041
+ ],
1042
+ "attributes": [
1043
+ {
1044
+ "name": "label",
1045
+ "type": {
1046
+ "text": "string"
1047
+ },
1048
+ "default": "'Primary function'",
1049
+ "fieldName": "label"
1050
+ },
1051
+ {
1052
+ "name": "href",
1053
+ "type": {
1054
+ "text": "string"
1055
+ },
1056
+ "default": "''",
1057
+ "fieldName": "href"
1058
+ },
1059
+ {
1060
+ "name": "target",
1061
+ "type": {
1062
+ "text": "string"
1063
+ },
1064
+ "default": "''",
1065
+ "fieldName": "target"
1066
+ },
1067
+ {
1068
+ "name": "rel",
1069
+ "type": {
1070
+ "text": "string"
1071
+ },
1072
+ "default": "''",
1073
+ "fieldName": "rel"
1074
+ },
1075
+ {
1076
+ "name": "download",
1077
+ "type": {
1078
+ "text": "string"
1079
+ },
1080
+ "default": "''",
1081
+ "fieldName": "download"
1082
+ },
1083
+ {
1084
+ "name": "disabled",
1085
+ "type": {
1086
+ "text": "boolean"
1087
+ },
1088
+ "default": "false",
1089
+ "fieldName": "disabled"
1090
+ },
1091
+ {
1092
+ "name": "open",
1093
+ "type": {
1094
+ "text": "boolean"
1095
+ },
1096
+ "default": "false",
1097
+ "fieldName": "open"
1098
+ },
1099
+ {
1100
+ "name": "appearance",
1101
+ "type": {
1102
+ "text": "FvSplitButtonAnchorAppearanceType"
1103
+ },
1104
+ "fieldName": "appearance"
1105
+ },
1106
+ {
1107
+ "name": "appearance-variant",
1108
+ "type": {
1109
+ "text": "FvSplitButtonAnchorAppearanceVariantType"
1110
+ },
1111
+ "fieldName": "appearanceVariant"
1112
+ }
1113
+ ],
1114
+ "superclass": {
1115
+ "name": "FoundationElement",
1116
+ "package": "@ni/fast-foundation"
1117
+ }
1118
+ },
1119
+ {
1120
+ "kind": "variable",
1121
+ "name": "fvSplitButtonAnchorTag",
1122
+ "type": {
1123
+ "text": "string"
1124
+ },
1125
+ "default": "'ok-fv-split-button-anchor'"
1126
+ }
1127
+ ],
1128
+ "exports": [
1129
+ {
1130
+ "kind": "js",
1131
+ "name": "FvSplitButtonAnchor",
1132
+ "declaration": {
1133
+ "name": "FvSplitButtonAnchor",
1134
+ "module": "src/fv/split-button-anchor/index.ts"
1135
+ }
1136
+ },
1137
+ {
1138
+ "kind": "js",
1139
+ "name": "fvSplitButtonAnchorTag",
1140
+ "declaration": {
1141
+ "name": "fvSplitButtonAnchorTag",
1142
+ "module": "src/fv/split-button-anchor/index.ts"
1143
+ }
1144
+ }
1145
+ ]
1146
+ },
1147
+ {
1148
+ "kind": "javascript-module",
1149
+ "path": "src/fv/split-button-anchor/types.ts",
1150
+ "declarations": [
1151
+ {
1152
+ "kind": "variable",
1153
+ "name": "FvSplitButtonAnchorAppearance",
1154
+ "type": {
1155
+ "text": "{\n outline: 'outline',\n ghost: 'ghost',\n block: 'block'\n}"
1156
+ },
1157
+ "default": "{ outline: 'outline', ghost: 'ghost', block: 'block' }"
1158
+ },
1159
+ {
1160
+ "kind": "variable",
1161
+ "name": "FvSplitButtonAnchorAppearanceVariant",
1162
+ "type": {
1163
+ "text": "{\n default: 'default',\n primary: 'primary',\n accent: 'accent'\n}"
1164
+ },
1165
+ "default": "{ default: 'default', primary: 'primary', accent: 'accent' }"
1166
+ }
1167
+ ],
1168
+ "exports": [
1169
+ {
1170
+ "kind": "js",
1171
+ "name": "FvSplitButtonAnchorAppearance",
1172
+ "declaration": {
1173
+ "name": "FvSplitButtonAnchorAppearance",
1174
+ "module": "src/fv/split-button-anchor/types.ts"
1175
+ }
1176
+ },
1177
+ {
1178
+ "kind": "js",
1179
+ "name": "FvSplitButtonAnchorAppearanceVariant",
1180
+ "declaration": {
1181
+ "name": "FvSplitButtonAnchorAppearanceVariant",
1182
+ "module": "src/fv/split-button-anchor/types.ts"
1183
+ }
1184
+ }
1185
+ ]
1186
+ },
1187
+ {
1188
+ "kind": "javascript-module",
1189
+ "path": "src/fv/split-button/index.ts",
1190
+ "declarations": [
1191
+ {
1192
+ "kind": "class",
1193
+ "description": "A button with a primary action and a secondary expandable menu surface.",
1194
+ "name": "FvSplitButton",
1195
+ "members": [
1196
+ {
1197
+ "kind": "field",
1198
+ "name": "label",
1199
+ "type": {
1200
+ "text": "string"
1201
+ },
1202
+ "privacy": "public",
1203
+ "default": "'Primary function'"
1204
+ },
1205
+ {
1206
+ "kind": "field",
1207
+ "name": "disabled",
1208
+ "type": {
1209
+ "text": "boolean"
1210
+ },
1211
+ "privacy": "public",
1212
+ "default": "false"
1213
+ },
1214
+ {
1215
+ "kind": "field",
1216
+ "name": "open",
1217
+ "type": {
1218
+ "text": "boolean"
1219
+ },
1220
+ "privacy": "public",
1221
+ "default": "false"
1222
+ },
1223
+ {
1224
+ "kind": "field",
1225
+ "name": "appearance",
1226
+ "type": {
1227
+ "text": "FvSplitButtonAppearanceType"
1228
+ },
1229
+ "privacy": "public"
1230
+ },
1231
+ {
1232
+ "kind": "field",
1233
+ "name": "appearanceVariant",
1234
+ "type": {
1235
+ "text": "FvSplitButtonAppearanceVariantType"
1236
+ },
1237
+ "privacy": "public"
1238
+ },
1239
+ {
1240
+ "kind": "field",
1241
+ "name": "documentClickHandler",
1242
+ "privacy": "private",
1243
+ "readonly": true
1244
+ },
1245
+ {
1246
+ "kind": "field",
1247
+ "name": "keydownHandler",
1248
+ "privacy": "private",
1249
+ "readonly": true
1250
+ },
1251
+ {
1252
+ "kind": "field",
1253
+ "name": "menuChangeHandler",
1254
+ "privacy": "private",
1255
+ "readonly": true
1256
+ },
1257
+ {
1258
+ "kind": "method",
1259
+ "name": "setOpen",
1260
+ "privacy": "private",
1261
+ "return": {
1262
+ "type": {
1263
+ "text": "void"
1264
+ }
1265
+ },
1266
+ "parameters": [
1267
+ {
1268
+ "name": "nextOpen",
1269
+ "type": {
1270
+ "text": "boolean"
1271
+ }
1272
+ }
1273
+ ]
1274
+ }
1275
+ ],
1276
+ "events": [
1277
+ {
1278
+ "name": "trigger",
1279
+ "type": {
1280
+ "text": "CustomEvent"
1281
+ }
1282
+ },
1283
+ {
1284
+ "name": "toggle",
1285
+ "type": {
1286
+ "text": "CustomEvent"
1287
+ }
1288
+ }
1289
+ ],
1290
+ "attributes": [
1291
+ {
1292
+ "name": "label",
1293
+ "type": {
1294
+ "text": "string"
1295
+ },
1296
+ "default": "'Primary function'",
1297
+ "fieldName": "label"
1298
+ },
1299
+ {
1300
+ "name": "disabled",
1301
+ "type": {
1302
+ "text": "boolean"
1303
+ },
1304
+ "default": "false",
1305
+ "fieldName": "disabled"
1306
+ },
1307
+ {
1308
+ "name": "open",
1309
+ "type": {
1310
+ "text": "boolean"
1311
+ },
1312
+ "default": "false",
1313
+ "fieldName": "open"
1314
+ },
1315
+ {
1316
+ "name": "appearance",
1317
+ "type": {
1318
+ "text": "FvSplitButtonAppearanceType"
1319
+ },
1320
+ "fieldName": "appearance"
1321
+ },
1322
+ {
1323
+ "name": "appearance-variant",
1324
+ "type": {
1325
+ "text": "FvSplitButtonAppearanceVariantType"
1326
+ },
1327
+ "fieldName": "appearanceVariant"
1328
+ }
1329
+ ],
1330
+ "superclass": {
1331
+ "name": "FoundationElement",
1332
+ "package": "@ni/fast-foundation"
1333
+ }
1334
+ },
1335
+ {
1336
+ "kind": "variable",
1337
+ "name": "fvSplitButtonTag",
1338
+ "type": {
1339
+ "text": "string"
1340
+ },
1341
+ "default": "'ok-fv-split-button'"
1342
+ }
1343
+ ],
1344
+ "exports": [
1345
+ {
1346
+ "kind": "js",
1347
+ "name": "FvSplitButton",
1348
+ "declaration": {
1349
+ "name": "FvSplitButton",
1350
+ "module": "src/fv/split-button/index.ts"
1351
+ }
1352
+ },
1353
+ {
1354
+ "kind": "js",
1355
+ "name": "fvSplitButtonTag",
1356
+ "declaration": {
1357
+ "name": "fvSplitButtonTag",
1358
+ "module": "src/fv/split-button/index.ts"
1359
+ }
1360
+ }
1361
+ ]
1362
+ },
1363
+ {
1364
+ "kind": "javascript-module",
1365
+ "path": "src/fv/split-button/types.ts",
1366
+ "declarations": [
1367
+ {
1368
+ "kind": "variable",
1369
+ "name": "FvSplitButtonAppearance",
1370
+ "type": {
1371
+ "text": "{\n outline: 'outline',\n ghost: 'ghost',\n block: 'block'\n}"
1372
+ },
1373
+ "default": "{ outline: 'outline', ghost: 'ghost', block: 'block' }"
1374
+ },
1375
+ {
1376
+ "kind": "variable",
1377
+ "name": "FvSplitButtonAppearanceVariant",
1378
+ "type": {
1379
+ "text": "{\n default: 'default',\n primary: 'primary',\n accent: 'accent'\n}"
1380
+ },
1381
+ "default": "{ default: 'default', primary: 'primary', accent: 'accent' }"
1382
+ }
1383
+ ],
1384
+ "exports": [
1385
+ {
1386
+ "kind": "js",
1387
+ "name": "FvSplitButtonAppearance",
1388
+ "declaration": {
1389
+ "name": "FvSplitButtonAppearance",
1390
+ "module": "src/fv/split-button/types.ts"
1391
+ }
1392
+ },
1393
+ {
1394
+ "kind": "js",
1395
+ "name": "FvSplitButtonAppearanceVariant",
1396
+ "declaration": {
1397
+ "name": "FvSplitButtonAppearanceVariant",
1398
+ "module": "src/fv/split-button/types.ts"
1399
+ }
1400
+ }
1401
+ ]
1402
+ },
1403
+ {
1404
+ "kind": "javascript-module",
1405
+ "path": "src/fv/summary-panel/index.ts",
1406
+ "declarations": [
1407
+ {
1408
+ "kind": "class",
1409
+ "description": "A layout container for summary tiles with an optional edit-items affordance.",
1410
+ "name": "FvSummaryPanel",
1411
+ "members": [
1412
+ {
1413
+ "kind": "field",
1414
+ "name": "showEditItemsButton",
1415
+ "type": {
1416
+ "text": "boolean"
1417
+ },
1418
+ "privacy": "public",
1419
+ "default": "false"
1420
+ },
1421
+ {
1422
+ "kind": "field",
1423
+ "name": "legacyStyle",
1424
+ "type": {
1425
+ "text": "boolean"
1426
+ },
1427
+ "privacy": "public",
1428
+ "default": "false"
1429
+ },
1430
+ {
1431
+ "kind": "field",
1432
+ "name": "editItemsButtonLabel",
1433
+ "type": {
1434
+ "text": "string"
1435
+ },
1436
+ "privacy": "public",
1437
+ "default": "'Configure'"
1438
+ },
1439
+ {
1440
+ "kind": "method",
1441
+ "name": "syncTileLegacyStyle",
1442
+ "privacy": "private",
1443
+ "return": {
1444
+ "type": {
1445
+ "text": "void"
1446
+ }
1447
+ }
1448
+ }
1449
+ ],
1450
+ "events": [
1451
+ {
1452
+ "name": "edit-items",
1453
+ "type": {
1454
+ "text": "CustomEvent"
1455
+ }
1456
+ }
1457
+ ],
1458
+ "attributes": [
1459
+ {
1460
+ "name": "show-edit-items-button",
1461
+ "type": {
1462
+ "text": "boolean"
1463
+ },
1464
+ "default": "false",
1465
+ "fieldName": "showEditItemsButton"
1466
+ },
1467
+ {
1468
+ "name": "legacy-style",
1469
+ "type": {
1470
+ "text": "boolean"
1471
+ },
1472
+ "default": "false",
1473
+ "fieldName": "legacyStyle"
1474
+ },
1475
+ {
1476
+ "name": "edit-items-button-label",
1477
+ "type": {
1478
+ "text": "string"
1479
+ },
1480
+ "default": "'Configure'",
1481
+ "fieldName": "editItemsButtonLabel"
1482
+ }
1483
+ ],
1484
+ "superclass": {
1485
+ "name": "FoundationElement",
1486
+ "package": "@ni/fast-foundation"
1487
+ }
1488
+ },
1489
+ {
1490
+ "kind": "variable",
1491
+ "name": "fvSummaryPanelTag",
1492
+ "type": {
1493
+ "text": "string"
1494
+ },
1495
+ "default": "'ok-fv-summary-panel'"
1496
+ }
1497
+ ],
1498
+ "exports": [
1499
+ {
1500
+ "kind": "js",
1501
+ "name": "FvSummaryPanel",
1502
+ "declaration": {
1503
+ "name": "FvSummaryPanel",
1504
+ "module": "src/fv/summary-panel/index.ts"
1505
+ }
1506
+ },
1507
+ {
1508
+ "kind": "js",
1509
+ "name": "fvSummaryPanelTag",
1510
+ "declaration": {
1511
+ "name": "fvSummaryPanelTag",
1512
+ "module": "src/fv/summary-panel/index.ts"
1513
+ }
1514
+ }
1515
+ ]
1516
+ },
1517
+ {
1518
+ "kind": "javascript-module",
1519
+ "path": "src/fv/summary-panel-tile/index.ts",
1520
+ "declarations": [
1521
+ {
1522
+ "kind": "class",
1523
+ "description": "A clickable summary tile for displaying a large value with a compact label.",
1524
+ "name": "FvSummaryPanelTile",
1525
+ "members": [
1526
+ {
1527
+ "kind": "field",
1528
+ "name": "count",
1529
+ "type": {
1530
+ "text": "string"
1531
+ },
1532
+ "privacy": "public",
1533
+ "default": "''"
1534
+ },
1535
+ {
1536
+ "kind": "field",
1537
+ "name": "label",
1538
+ "type": {
1539
+ "text": "string"
1540
+ },
1541
+ "privacy": "public",
1542
+ "default": "''"
1543
+ },
1544
+ {
1545
+ "kind": "field",
1546
+ "name": "legacyStyle",
1547
+ "type": {
1548
+ "text": "boolean"
1549
+ },
1550
+ "privacy": "public",
1551
+ "default": "false"
1552
+ },
1553
+ {
1554
+ "kind": "field",
1555
+ "name": "selected",
1556
+ "type": {
1557
+ "text": "boolean"
1558
+ },
1559
+ "privacy": "public",
1560
+ "default": "false"
1561
+ },
1562
+ {
1563
+ "kind": "field",
1564
+ "name": "textPosition",
1565
+ "type": {
1566
+ "text": "FvSummaryPanelTileTextPositionType"
1567
+ },
1568
+ "privacy": "public"
1569
+ },
1570
+ {
1571
+ "kind": "method",
1572
+ "name": "syncLegacyStyleAttribute",
1573
+ "privacy": "private",
1574
+ "return": {
1575
+ "type": {
1576
+ "text": "void"
1577
+ }
1578
+ }
1579
+ }
1580
+ ],
1581
+ "attributes": [
1582
+ {
1583
+ "name": "count",
1584
+ "type": {
1585
+ "text": "string"
1586
+ },
1587
+ "default": "''",
1588
+ "fieldName": "count"
1589
+ },
1590
+ {
1591
+ "name": "label",
1592
+ "type": {
1593
+ "text": "string"
1594
+ },
1595
+ "default": "''",
1596
+ "fieldName": "label"
1597
+ },
1598
+ {
1599
+ "name": "legacy-style",
1600
+ "type": {
1601
+ "text": "boolean"
1602
+ },
1603
+ "default": "false",
1604
+ "fieldName": "legacyStyle"
1605
+ },
1606
+ {
1607
+ "name": "selected",
1608
+ "type": {
1609
+ "text": "boolean"
1610
+ },
1611
+ "default": "false",
1612
+ "fieldName": "selected"
1613
+ },
1614
+ {
1615
+ "name": "text-position",
1616
+ "type": {
1617
+ "text": "FvSummaryPanelTileTextPositionType"
1618
+ },
1619
+ "fieldName": "textPosition"
1620
+ }
1621
+ ],
1622
+ "superclass": {
1623
+ "name": "FoundationElement",
1624
+ "package": "@ni/fast-foundation"
1625
+ }
1626
+ },
1627
+ {
1628
+ "kind": "variable",
1629
+ "name": "fvSummaryPanelTileTag",
1630
+ "type": {
1631
+ "text": "string"
1632
+ },
1633
+ "default": "'ok-fv-summary-panel-tile'"
1634
+ }
1635
+ ],
1636
+ "exports": [
1637
+ {
1638
+ "kind": "js",
1639
+ "name": "FvSummaryPanelTile",
1640
+ "declaration": {
1641
+ "name": "FvSummaryPanelTile",
1642
+ "module": "src/fv/summary-panel-tile/index.ts"
1643
+ }
1644
+ },
1645
+ {
1646
+ "kind": "js",
1647
+ "name": "fvSummaryPanelTileTag",
1648
+ "declaration": {
1649
+ "name": "fvSummaryPanelTileTag",
1650
+ "module": "src/fv/summary-panel-tile/index.ts"
1651
+ }
1652
+ }
1653
+ ]
1654
+ },
1655
+ {
1656
+ "kind": "javascript-module",
1657
+ "path": "src/fv/summary-panel-tile/types.ts",
1658
+ "declarations": [
1659
+ {
1660
+ "kind": "variable",
1661
+ "name": "FvSummaryPanelTileTextPosition",
1662
+ "type": {
1663
+ "text": "{\n beside: 'beside',\n under: 'under'\n}"
1664
+ },
1665
+ "default": "{ beside: 'beside', under: 'under' }"
1666
+ }
1667
+ ],
1668
+ "exports": [
1669
+ {
1670
+ "kind": "js",
1671
+ "name": "FvSummaryPanelTileTextPosition",
1672
+ "declaration": {
1673
+ "name": "FvSummaryPanelTileTextPosition",
1674
+ "module": "src/fv/summary-panel-tile/types.ts"
315
1675
  }
316
1676
  }
317
1677
  ]