@ni/ok-components 1.3.7 → 1.4.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 (31) hide show
  1. package/dist/all-components-bundle.js +940 -435
  2. package/dist/all-components-bundle.js.map +1 -1
  3. package/dist/all-components-bundle.min.js +3576 -3444
  4. package/dist/all-components-bundle.min.js.map +1 -1
  5. package/dist/custom-elements.json +775 -239
  6. package/dist/custom-elements.md +129 -56
  7. package/dist/esm/ts/all-ts.d.ts +1 -0
  8. package/dist/esm/ts/all-ts.js +1 -0
  9. package/dist/esm/ts/all-ts.js.map +1 -1
  10. package/dist/esm/ts/table-column/breakpoint/cell-view/index.d.ts +73 -0
  11. package/dist/esm/ts/table-column/breakpoint/cell-view/index.js +305 -0
  12. package/dist/esm/ts/table-column/breakpoint/cell-view/index.js.map +1 -0
  13. package/dist/esm/ts/table-column/breakpoint/cell-view/styles.d.ts +1 -0
  14. package/dist/esm/ts/table-column/breakpoint/cell-view/styles.js +48 -0
  15. package/dist/esm/ts/table-column/breakpoint/cell-view/styles.js.map +1 -0
  16. package/dist/esm/ts/table-column/breakpoint/cell-view/template.d.ts +2 -0
  17. package/dist/esm/ts/table-column/breakpoint/cell-view/template.js +55 -0
  18. package/dist/esm/ts/table-column/breakpoint/cell-view/template.js.map +1 -0
  19. package/dist/esm/ts/table-column/breakpoint/index.d.ts +36 -0
  20. package/dist/esm/ts/table-column/breakpoint/index.js +101 -0
  21. package/dist/esm/ts/table-column/breakpoint/index.js.map +1 -0
  22. package/dist/esm/ts/table-column/breakpoint/template.d.ts +2 -0
  23. package/dist/esm/ts/table-column/breakpoint/template.js +8 -0
  24. package/dist/esm/ts/table-column/breakpoint/template.js.map +1 -0
  25. package/dist/esm/ts/table-column/breakpoint/testing/ts-table-column-breakpoint.pageobject.d.ts +23 -0
  26. package/dist/esm/ts/table-column/breakpoint/testing/ts-table-column-breakpoint.pageobject.js +69 -0
  27. package/dist/esm/ts/table-column/breakpoint/testing/ts-table-column-breakpoint.pageobject.js.map +1 -0
  28. package/dist/esm/ts/table-column/breakpoint/types.d.ts +32 -0
  29. package/dist/esm/ts/table-column/breakpoint/types.js +16 -0
  30. package/dist/esm/ts/table-column/breakpoint/types.js.map +1 -0
  31. package/package.json +2 -2
@@ -683,223 +683,6 @@
683
683
  }
684
684
  ]
685
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
686
  {
904
687
  "kind": "javascript-module",
905
688
  "path": "src/fv/split-button/index.ts",
@@ -1402,41 +1185,258 @@
1402
1185
  },
1403
1186
  {
1404
1187
  "kind": "javascript-module",
1405
- "path": "src/fv/summary-panel/index.ts",
1188
+ "path": "src/fv/search-input/index.ts",
1406
1189
  "declarations": [
1407
1190
  {
1408
1191
  "kind": "class",
1409
- "description": "A layout container for summary tiles with an optional edit-items affordance.",
1410
- "name": "FvSummaryPanel",
1192
+ "description": "A compact search input with a built-in clear affordance.",
1193
+ "name": "FvSearchInput",
1411
1194
  "members": [
1412
1195
  {
1413
1196
  "kind": "field",
1414
- "name": "showEditItemsButton",
1197
+ "name": "appearance",
1415
1198
  "type": {
1416
- "text": "boolean"
1199
+ "text": "FvSearchInputAppearanceType"
1417
1200
  },
1418
- "privacy": "public",
1419
- "default": "false"
1420
- },
1201
+ "privacy": "public"
1202
+ }
1203
+ ],
1204
+ "events": [
1421
1205
  {
1422
- "kind": "field",
1423
- "name": "legacyStyle",
1206
+ "name": "input",
1424
1207
  "type": {
1425
- "text": "boolean"
1426
- },
1427
- "privacy": "public",
1428
- "default": "false"
1429
- },
1208
+ "text": "Event"
1209
+ }
1210
+ }
1211
+ ],
1212
+ "attributes": [
1430
1213
  {
1431
- "kind": "field",
1432
- "name": "editItemsButtonLabel",
1214
+ "name": "appearance",
1433
1215
  "type": {
1434
- "text": "string"
1216
+ "text": "FvSearchInputAppearanceType"
1435
1217
  },
1436
- "privacy": "public",
1437
- "default": "'Configure'"
1438
- },
1439
- {
1218
+ "fieldName": "appearance"
1219
+ }
1220
+ ],
1221
+ "superclass": {
1222
+ "name": "FoundationTextField",
1223
+ "package": "@ni/fast-foundation"
1224
+ }
1225
+ },
1226
+ {
1227
+ "kind": "variable",
1228
+ "name": "fvSearchInputTag",
1229
+ "type": {
1230
+ "text": "string"
1231
+ },
1232
+ "default": "'ok-fv-search-input'"
1233
+ }
1234
+ ],
1235
+ "exports": [
1236
+ {
1237
+ "kind": "js",
1238
+ "name": "FvSearchInput",
1239
+ "declaration": {
1240
+ "name": "FvSearchInput",
1241
+ "module": "src/fv/search-input/index.ts"
1242
+ }
1243
+ },
1244
+ {
1245
+ "kind": "js",
1246
+ "name": "fvSearchInputTag",
1247
+ "declaration": {
1248
+ "name": "fvSearchInputTag",
1249
+ "module": "src/fv/search-input/index.ts"
1250
+ }
1251
+ }
1252
+ ]
1253
+ },
1254
+ {
1255
+ "kind": "javascript-module",
1256
+ "path": "src/fv/search-input/types.ts",
1257
+ "declarations": [
1258
+ {
1259
+ "kind": "variable",
1260
+ "name": "FvSearchInputAppearance",
1261
+ "type": {
1262
+ "text": "{\n block: 'block',\n outline: 'outline',\n underline: 'underline',\n frameless: 'frameless'\n}"
1263
+ },
1264
+ "default": "{ block: 'block', outline: 'outline', underline: 'underline', frameless: 'frameless' }"
1265
+ }
1266
+ ],
1267
+ "exports": [
1268
+ {
1269
+ "kind": "js",
1270
+ "name": "FvSearchInputAppearance",
1271
+ "declaration": {
1272
+ "name": "FvSearchInputAppearance",
1273
+ "module": "src/fv/search-input/types.ts"
1274
+ }
1275
+ }
1276
+ ]
1277
+ },
1278
+ {
1279
+ "kind": "javascript-module",
1280
+ "path": "src/fv/context-help/index.ts",
1281
+ "declarations": [
1282
+ {
1283
+ "kind": "class",
1284
+ "description": "An info trigger with an attached tooltip for lightweight contextual guidance.",
1285
+ "name": "FvContextHelp",
1286
+ "members": [
1287
+ {
1288
+ "kind": "field",
1289
+ "name": "text",
1290
+ "type": {
1291
+ "text": "string"
1292
+ },
1293
+ "privacy": "public",
1294
+ "default": "''"
1295
+ },
1296
+ {
1297
+ "kind": "field",
1298
+ "name": "triggerLabel",
1299
+ "type": {
1300
+ "text": "string"
1301
+ },
1302
+ "privacy": "public",
1303
+ "default": "'Show help'"
1304
+ },
1305
+ {
1306
+ "kind": "field",
1307
+ "name": "severity",
1308
+ "type": {
1309
+ "text": "FvContextHelpSeverity"
1310
+ },
1311
+ "privacy": "public"
1312
+ },
1313
+ {
1314
+ "kind": "field",
1315
+ "name": "iconVisible",
1316
+ "type": {
1317
+ "text": "boolean"
1318
+ },
1319
+ "privacy": "public",
1320
+ "default": "false"
1321
+ }
1322
+ ],
1323
+ "attributes": [
1324
+ {
1325
+ "name": "text",
1326
+ "type": {
1327
+ "text": "string"
1328
+ },
1329
+ "default": "''",
1330
+ "fieldName": "text"
1331
+ },
1332
+ {
1333
+ "name": "trigger-label",
1334
+ "type": {
1335
+ "text": "string"
1336
+ },
1337
+ "default": "'Show help'",
1338
+ "fieldName": "triggerLabel"
1339
+ },
1340
+ {
1341
+ "name": "severity",
1342
+ "type": {
1343
+ "text": "FvContextHelpSeverity"
1344
+ },
1345
+ "fieldName": "severity"
1346
+ },
1347
+ {
1348
+ "name": "icon-visible",
1349
+ "type": {
1350
+ "text": "boolean"
1351
+ },
1352
+ "default": "false",
1353
+ "fieldName": "iconVisible"
1354
+ }
1355
+ ],
1356
+ "superclass": {
1357
+ "name": "FoundationElement",
1358
+ "package": "@ni/fast-foundation"
1359
+ }
1360
+ },
1361
+ {
1362
+ "kind": "variable",
1363
+ "name": "fvContextHelpTag",
1364
+ "type": {
1365
+ "text": "string"
1366
+ },
1367
+ "default": "'ok-fv-context-help'"
1368
+ }
1369
+ ],
1370
+ "exports": [
1371
+ {
1372
+ "kind": "js",
1373
+ "name": "FvContextHelpSeverity",
1374
+ "declaration": {
1375
+ "name": "FvContextHelpSeverity",
1376
+ "module": "src/fv/context-help/index.ts"
1377
+ }
1378
+ },
1379
+ {
1380
+ "kind": "js",
1381
+ "name": "FvContextHelp",
1382
+ "declaration": {
1383
+ "name": "FvContextHelp",
1384
+ "module": "src/fv/context-help/index.ts"
1385
+ }
1386
+ },
1387
+ {
1388
+ "kind": "js",
1389
+ "name": "fvContextHelpTag",
1390
+ "declaration": {
1391
+ "name": "fvContextHelpTag",
1392
+ "module": "src/fv/context-help/index.ts"
1393
+ }
1394
+ }
1395
+ ]
1396
+ },
1397
+ {
1398
+ "kind": "javascript-module",
1399
+ "path": "src/fv/context-help/types.ts",
1400
+ "declarations": [],
1401
+ "exports": []
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
1440
  "kind": "method",
1441
1441
  "name": "syncTileLegacyStyle",
1442
1442
  "privacy": "private",
@@ -1743,6 +1743,542 @@
1743
1743
  }
1744
1744
  }
1745
1745
  ]
1746
+ },
1747
+ {
1748
+ "kind": "javascript-module",
1749
+ "path": "src/ts/table-column/breakpoint/index.ts",
1750
+ "declarations": [
1751
+ {
1752
+ "kind": "class",
1753
+ "description": "A table column that displays a breakpoint indicator with toggle functionality.",
1754
+ "name": "TsTableColumnBreakpoint",
1755
+ "members": [
1756
+ {
1757
+ "kind": "field",
1758
+ "name": "fieldName",
1759
+ "type": {
1760
+ "text": "string | undefined"
1761
+ },
1762
+ "privacy": "public"
1763
+ },
1764
+ {
1765
+ "kind": "field",
1766
+ "name": "menuSlot",
1767
+ "type": {
1768
+ "text": "string | undefined"
1769
+ },
1770
+ "privacy": "public"
1771
+ },
1772
+ {
1773
+ "kind": "field",
1774
+ "name": "position",
1775
+ "type": {
1776
+ "text": "BreakpointMenuPosition"
1777
+ },
1778
+ "privacy": "public"
1779
+ },
1780
+ {
1781
+ "kind": "method",
1782
+ "name": "requestBreakpointStateChange",
1783
+ "privacy": "public",
1784
+ "return": {
1785
+ "type": {
1786
+ "text": "void"
1787
+ }
1788
+ },
1789
+ "parameters": [
1790
+ {
1791
+ "name": "recordId",
1792
+ "type": {
1793
+ "text": "string"
1794
+ }
1795
+ },
1796
+ {
1797
+ "name": "currentState",
1798
+ "type": {
1799
+ "text": "BreakpointState"
1800
+ }
1801
+ },
1802
+ {
1803
+ "name": "requestedState",
1804
+ "type": {
1805
+ "text": "BreakpointState"
1806
+ }
1807
+ }
1808
+ ],
1809
+ "description": "Programmatically requests a breakpoint state change for a record."
1810
+ },
1811
+ {
1812
+ "kind": "method",
1813
+ "name": "getColumnInternalsOptions",
1814
+ "privacy": "protected",
1815
+ "return": {
1816
+ "type": {
1817
+ "text": "ColumnInternalsOptions"
1818
+ }
1819
+ }
1820
+ },
1821
+ {
1822
+ "kind": "method",
1823
+ "name": "fieldNameChanged",
1824
+ "privacy": "protected",
1825
+ "return": {
1826
+ "type": {
1827
+ "text": "void"
1828
+ }
1829
+ }
1830
+ },
1831
+ {
1832
+ "kind": "method",
1833
+ "name": "menuSlotChanged",
1834
+ "privacy": "protected",
1835
+ "return": {
1836
+ "type": {
1837
+ "text": "void"
1838
+ }
1839
+ }
1840
+ },
1841
+ {
1842
+ "kind": "method",
1843
+ "name": "positionChanged",
1844
+ "privacy": "protected",
1845
+ "return": {
1846
+ "type": {
1847
+ "text": "void"
1848
+ }
1849
+ }
1850
+ },
1851
+ {
1852
+ "kind": "method",
1853
+ "name": "updateColumnConfig",
1854
+ "privacy": "private",
1855
+ "return": {
1856
+ "type": {
1857
+ "text": "void"
1858
+ }
1859
+ }
1860
+ },
1861
+ {
1862
+ "kind": "field",
1863
+ "name": "resizingDisabled",
1864
+ "type": {
1865
+ "text": "boolean"
1866
+ },
1867
+ "default": "true"
1868
+ },
1869
+ {
1870
+ "kind": "field",
1871
+ "name": "pixelWidth",
1872
+ "default": "singleIconColumnWidth"
1873
+ },
1874
+ {
1875
+ "kind": "field",
1876
+ "name": "minPixelWidth",
1877
+ "default": "singleIconColumnWidth"
1878
+ }
1879
+ ],
1880
+ "attributes": [
1881
+ {
1882
+ "name": "field-name",
1883
+ "type": {
1884
+ "text": "string | undefined"
1885
+ },
1886
+ "fieldName": "fieldName"
1887
+ },
1888
+ {
1889
+ "name": "menu-slot",
1890
+ "type": {
1891
+ "text": "string | undefined"
1892
+ },
1893
+ "fieldName": "menuSlot"
1894
+ },
1895
+ {
1896
+ "name": "position",
1897
+ "type": {
1898
+ "text": "BreakpointMenuPosition"
1899
+ },
1900
+ "fieldName": "position"
1901
+ }
1902
+ ],
1903
+ "superclass": {
1904
+ "name": "TableColumn",
1905
+ "package": "@ni/nimble-components/dist/esm/table-column/base"
1906
+ }
1907
+ },
1908
+ {
1909
+ "kind": "variable",
1910
+ "name": "tsTableColumnBreakpointTag",
1911
+ "type": {
1912
+ "text": "string"
1913
+ },
1914
+ "default": "'ok-ts-table-column-breakpoint'"
1915
+ }
1916
+ ],
1917
+ "exports": [
1918
+ {
1919
+ "kind": "js",
1920
+ "name": "TsTableColumnBreakpoint",
1921
+ "declaration": {
1922
+ "name": "TsTableColumnBreakpoint",
1923
+ "module": "src/ts/table-column/breakpoint/index.ts"
1924
+ }
1925
+ },
1926
+ {
1927
+ "kind": "js",
1928
+ "name": "tsTableColumnBreakpointTag",
1929
+ "declaration": {
1930
+ "name": "tsTableColumnBreakpointTag",
1931
+ "module": "src/ts/table-column/breakpoint/index.ts"
1932
+ }
1933
+ }
1934
+ ]
1935
+ },
1936
+ {
1937
+ "kind": "javascript-module",
1938
+ "path": "src/ts/table-column/breakpoint/types.ts",
1939
+ "declarations": [
1940
+ {
1941
+ "kind": "variable",
1942
+ "name": "BreakpointState",
1943
+ "type": {
1944
+ "text": "{\n off: 'off',\n enabled: 'enabled',\n disabled: 'disabled',\n hit: 'hit',\n conditional: 'conditional',\n hitDisabled: 'hit-disabled'\n}"
1945
+ },
1946
+ "default": "{ off: 'off', enabled: 'enabled', disabled: 'disabled', hit: 'hit', conditional: 'conditional', hitDisabled: 'hit-disabled' }",
1947
+ "description": "The possible states of a breakpoint indicator."
1948
+ }
1949
+ ],
1950
+ "exports": [
1951
+ {
1952
+ "kind": "js",
1953
+ "name": "BreakpointState",
1954
+ "declaration": {
1955
+ "name": "BreakpointState",
1956
+ "module": "src/ts/table-column/breakpoint/types.ts"
1957
+ }
1958
+ }
1959
+ ]
1960
+ },
1961
+ {
1962
+ "kind": "javascript-module",
1963
+ "path": "src/ts/table-column/breakpoint/cell-view/index.ts",
1964
+ "declarations": [
1965
+ {
1966
+ "kind": "class",
1967
+ "description": "Cell view for the breakpoint column that renders a clickable breakpoint indicator.",
1968
+ "name": "TsTableColumnBreakpointCellView",
1969
+ "members": [
1970
+ {
1971
+ "kind": "field",
1972
+ "name": "menuKeyAlias",
1973
+ "type": {
1974
+ "text": "string"
1975
+ },
1976
+ "privacy": "private",
1977
+ "static": true,
1978
+ "readonly": true,
1979
+ "default": "'Menu'"
1980
+ },
1981
+ {
1982
+ "kind": "field",
1983
+ "name": "contextMenuKeyAlias",
1984
+ "type": {
1985
+ "text": "string"
1986
+ },
1987
+ "privacy": "private",
1988
+ "static": true,
1989
+ "readonly": true,
1990
+ "default": "'ContextMenu'"
1991
+ },
1992
+ {
1993
+ "kind": "field",
1994
+ "name": "open",
1995
+ "type": {
1996
+ "text": "boolean"
1997
+ },
1998
+ "privacy": "public",
1999
+ "default": "false",
2000
+ "description": "Specifies whether or not the menu is open."
2001
+ },
2002
+ {
2003
+ "kind": "field",
2004
+ "name": "focusLastItemWhenOpened",
2005
+ "type": {
2006
+ "text": "boolean"
2007
+ },
2008
+ "privacy": "private",
2009
+ "default": "false"
2010
+ },
2011
+ {
2012
+ "kind": "field",
2013
+ "name": "tabbableChildren",
2014
+ "type": {
2015
+ "text": "HTMLElement[]"
2016
+ },
2017
+ "privacy": "public",
2018
+ "readonly": true
2019
+ },
2020
+ {
2021
+ "kind": "method",
2022
+ "name": "regionLoadedHandler",
2023
+ "privacy": "public",
2024
+ "return": {
2025
+ "type": {
2026
+ "text": "void"
2027
+ }
2028
+ }
2029
+ },
2030
+ {
2031
+ "kind": "method",
2032
+ "name": "regionChanged",
2033
+ "privacy": "public",
2034
+ "return": {
2035
+ "type": {
2036
+ "text": "void"
2037
+ }
2038
+ },
2039
+ "parameters": [
2040
+ {
2041
+ "name": "prev",
2042
+ "type": {
2043
+ "text": "AnchoredRegion | undefined"
2044
+ }
2045
+ },
2046
+ {
2047
+ "name": "_next",
2048
+ "type": {
2049
+ "text": "AnchoredRegion | undefined"
2050
+ }
2051
+ }
2052
+ ]
2053
+ },
2054
+ {
2055
+ "kind": "method",
2056
+ "name": "buttonChanged",
2057
+ "privacy": "public",
2058
+ "return": {
2059
+ "type": {
2060
+ "text": "void"
2061
+ }
2062
+ }
2063
+ },
2064
+ {
2065
+ "kind": "method",
2066
+ "name": "focusoutHandler",
2067
+ "privacy": "public",
2068
+ "return": {
2069
+ "type": {
2070
+ "text": "boolean"
2071
+ }
2072
+ },
2073
+ "parameters": [
2074
+ {
2075
+ "name": "e",
2076
+ "type": {
2077
+ "text": "FocusEvent"
2078
+ }
2079
+ }
2080
+ ]
2081
+ },
2082
+ {
2083
+ "kind": "method",
2084
+ "name": "contextMenuKeyDownHandler",
2085
+ "privacy": "public",
2086
+ "return": {
2087
+ "type": {
2088
+ "text": "boolean"
2089
+ }
2090
+ },
2091
+ "parameters": [
2092
+ {
2093
+ "name": "e",
2094
+ "type": {
2095
+ "text": "KeyboardEvent"
2096
+ }
2097
+ }
2098
+ ]
2099
+ },
2100
+ {
2101
+ "kind": "method",
2102
+ "name": "onContextMenuChange",
2103
+ "privacy": "public",
2104
+ "return": {
2105
+ "type": {
2106
+ "text": "void"
2107
+ }
2108
+ },
2109
+ "parameters": [
2110
+ {
2111
+ "name": "event",
2112
+ "type": {
2113
+ "text": "Event"
2114
+ }
2115
+ }
2116
+ ]
2117
+ },
2118
+ {
2119
+ "kind": "method",
2120
+ "name": "getMenu",
2121
+ "privacy": "private",
2122
+ "return": {
2123
+ "type": {
2124
+ "text": "HTMLElement | undefined"
2125
+ }
2126
+ }
2127
+ },
2128
+ {
2129
+ "kind": "method",
2130
+ "name": "isSlotElement",
2131
+ "privacy": "private",
2132
+ "return": {
2133
+ "type": {
2134
+ "text": "element is HTMLSlotElement"
2135
+ }
2136
+ },
2137
+ "parameters": [
2138
+ {
2139
+ "name": "element",
2140
+ "type": {
2141
+ "text": "HTMLElement | undefined"
2142
+ }
2143
+ }
2144
+ ]
2145
+ },
2146
+ {
2147
+ "kind": "method",
2148
+ "name": "focusMenu",
2149
+ "privacy": "private",
2150
+ "return": {
2151
+ "type": {
2152
+ "text": "void"
2153
+ }
2154
+ }
2155
+ },
2156
+ {
2157
+ "kind": "method",
2158
+ "name": "focusLastMenuItem",
2159
+ "privacy": "private",
2160
+ "return": {
2161
+ "type": {
2162
+ "text": "void"
2163
+ }
2164
+ }
2165
+ },
2166
+ {
2167
+ "kind": "method",
2168
+ "name": "emitToggle",
2169
+ "privacy": "private",
2170
+ "return": {
2171
+ "type": {
2172
+ "text": "void"
2173
+ }
2174
+ },
2175
+ "parameters": [
2176
+ {
2177
+ "name": "oldState",
2178
+ "type": {
2179
+ "text": "BreakpointState"
2180
+ }
2181
+ },
2182
+ {
2183
+ "name": "newState",
2184
+ "type": {
2185
+ "text": "BreakpointState"
2186
+ }
2187
+ }
2188
+ ]
2189
+ },
2190
+ {
2191
+ "kind": "method",
2192
+ "name": "requestContextMenu",
2193
+ "privacy": "private",
2194
+ "return": {
2195
+ "type": {
2196
+ "text": "void"
2197
+ }
2198
+ }
2199
+ },
2200
+ {
2201
+ "kind": "method",
2202
+ "name": "openMenuFromColumnSlot",
2203
+ "privacy": "private",
2204
+ "return": {
2205
+ "type": {
2206
+ "text": "void"
2207
+ }
2208
+ }
2209
+ },
2210
+ {
2211
+ "kind": "field",
2212
+ "name": "menuChangeHandler",
2213
+ "privacy": "private",
2214
+ "readonly": true
2215
+ },
2216
+ {
2217
+ "kind": "method",
2218
+ "name": "getRequestedStateFromEvent",
2219
+ "privacy": "private",
2220
+ "return": {
2221
+ "type": {
2222
+ "text": "BreakpointState | undefined"
2223
+ }
2224
+ },
2225
+ "parameters": [
2226
+ {
2227
+ "name": "event",
2228
+ "type": {
2229
+ "text": "Event"
2230
+ }
2231
+ }
2232
+ ]
2233
+ }
2234
+ ],
2235
+ "attributes": [
2236
+ {
2237
+ "name": "open",
2238
+ "type": {
2239
+ "text": "boolean"
2240
+ },
2241
+ "default": "false",
2242
+ "description": "Specifies whether or not the menu is open.",
2243
+ "fieldName": "open"
2244
+ }
2245
+ ],
2246
+ "superclass": {
2247
+ "name": "TableCellView",
2248
+ "package": "@ni/nimble-components/dist/esm/table-column/base/cell-view"
2249
+ }
2250
+ },
2251
+ {
2252
+ "kind": "variable",
2253
+ "name": "requestedState"
2254
+ },
2255
+ {
2256
+ "kind": "variable",
2257
+ "name": "tsTableColumnBreakpointCellViewTag",
2258
+ "type": {
2259
+ "text": "string"
2260
+ },
2261
+ "default": "'ok-ts-table-column-breakpoint-cell-view'"
2262
+ }
2263
+ ],
2264
+ "exports": [
2265
+ {
2266
+ "kind": "js",
2267
+ "name": "TsTableColumnBreakpointCellView",
2268
+ "declaration": {
2269
+ "name": "TsTableColumnBreakpointCellView",
2270
+ "module": "src/ts/table-column/breakpoint/cell-view/index.ts"
2271
+ }
2272
+ },
2273
+ {
2274
+ "kind": "js",
2275
+ "name": "tsTableColumnBreakpointCellViewTag",
2276
+ "declaration": {
2277
+ "name": "tsTableColumnBreakpointCellViewTag",
2278
+ "module": "src/ts/table-column/breakpoint/cell-view/index.ts"
2279
+ }
2280
+ }
2281
+ ]
1746
2282
  }
1747
2283
  ]
1748
2284
  }