@genesislcap/grid-tabulator 15.11.0 → 15.12.0-FUI-2601.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.
@@ -1417,244 +1417,6 @@
1417
1417
  "declarations": [],
1418
1418
  "exports": []
1419
1419
  },
1420
- {
1421
- "kind": "javascript-module",
1422
- "path": "src/cell/cell.ts",
1423
- "declarations": [
1424
- {
1425
- "kind": "class",
1426
- "description": "The GridTabulator Cell element.",
1427
- "name": "GridTabulatorCell",
1428
- "members": [
1429
- {
1430
- "kind": "field",
1431
- "name": "renderer",
1432
- "type": {
1433
- "text": "CellRendererFunc"
1434
- },
1435
- "privacy": "public"
1436
- },
1437
- {
1438
- "kind": "field",
1439
- "name": "rendererParams",
1440
- "type": {
1441
- "text": "CellRendererParams"
1442
- },
1443
- "privacy": "public"
1444
- },
1445
- {
1446
- "kind": "field",
1447
- "name": "slottedRenderer",
1448
- "type": {
1449
- "text": "HTMLElement[]"
1450
- },
1451
- "privacy": "public"
1452
- },
1453
- {
1454
- "kind": "method",
1455
- "name": "init",
1456
- "privacy": "public",
1457
- "parameters": [
1458
- {
1459
- "name": "params",
1460
- "type": {
1461
- "text": "CellRendererParams"
1462
- }
1463
- }
1464
- ]
1465
- },
1466
- {
1467
- "kind": "method",
1468
- "name": "getElement",
1469
- "privacy": "public",
1470
- "return": {
1471
- "type": {
1472
- "text": "HTMLElement"
1473
- }
1474
- }
1475
- },
1476
- {
1477
- "kind": "method",
1478
- "name": "destroy",
1479
- "privacy": "public"
1480
- },
1481
- {
1482
- "kind": "method",
1483
- "name": "refresh",
1484
- "privacy": "public",
1485
- "return": {
1486
- "type": {
1487
- "text": "boolean"
1488
- }
1489
- },
1490
- "parameters": [
1491
- {
1492
- "name": "params",
1493
- "type": {
1494
- "text": "CellRendererParams"
1495
- }
1496
- }
1497
- ]
1498
- },
1499
- {
1500
- "kind": "method",
1501
- "name": "slottedRendererChanged",
1502
- "privacy": "public"
1503
- },
1504
- {
1505
- "kind": "field",
1506
- "name": "_presentation",
1507
- "type": {
1508
- "text": "ComponentPresentation | null | undefined"
1509
- },
1510
- "privacy": "private",
1511
- "default": "void 0",
1512
- "inheritedFrom": {
1513
- "name": "FoundationElement",
1514
- "module": "src/foundation-element/foundation-element.ts"
1515
- }
1516
- },
1517
- {
1518
- "kind": "field",
1519
- "name": "$presentation",
1520
- "type": {
1521
- "text": "ComponentPresentation | null"
1522
- },
1523
- "privacy": "public",
1524
- "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
1525
- "inheritedFrom": {
1526
- "name": "FoundationElement",
1527
- "module": "src/foundation-element/foundation-element.ts"
1528
- }
1529
- },
1530
- {
1531
- "kind": "field",
1532
- "name": "template",
1533
- "type": {
1534
- "text": "ElementViewTemplate | void | null"
1535
- },
1536
- "privacy": "public",
1537
- "description": "Sets the template of the element instance. When undefined,\nthe element will attempt to resolve the template from\nthe associated presentation or custom element definition.",
1538
- "inheritedFrom": {
1539
- "name": "FoundationElement",
1540
- "module": "src/foundation-element/foundation-element.ts"
1541
- }
1542
- },
1543
- {
1544
- "kind": "method",
1545
- "name": "templateChanged",
1546
- "privacy": "protected",
1547
- "return": {
1548
- "type": {
1549
- "text": "void"
1550
- }
1551
- },
1552
- "inheritedFrom": {
1553
- "name": "FoundationElement",
1554
- "module": "src/foundation-element/foundation-element.ts"
1555
- }
1556
- },
1557
- {
1558
- "kind": "field",
1559
- "name": "styles",
1560
- "type": {
1561
- "text": "ElementStyles | void | null"
1562
- },
1563
- "privacy": "public",
1564
- "description": "Sets the default styles for the element instance. When undefined,\nthe element will attempt to resolve default styles from\nthe associated presentation or custom element definition.",
1565
- "inheritedFrom": {
1566
- "name": "FoundationElement",
1567
- "module": "src/foundation-element/foundation-element.ts"
1568
- }
1569
- },
1570
- {
1571
- "kind": "method",
1572
- "name": "stylesChanged",
1573
- "privacy": "protected",
1574
- "return": {
1575
- "type": {
1576
- "text": "void"
1577
- }
1578
- },
1579
- "inheritedFrom": {
1580
- "name": "FoundationElement",
1581
- "module": "src/foundation-element/foundation-element.ts"
1582
- }
1583
- },
1584
- {
1585
- "kind": "method",
1586
- "name": "compose",
1587
- "privacy": "public",
1588
- "static": true,
1589
- "return": {
1590
- "type": {
1591
- "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
1592
- }
1593
- },
1594
- "parameters": [
1595
- {
1596
- "name": "this",
1597
- "type": {
1598
- "text": "K"
1599
- }
1600
- },
1601
- {
1602
- "name": "elementDefinition",
1603
- "type": {
1604
- "text": "T"
1605
- },
1606
- "description": "The definition of the element to create the registry\nfunction for."
1607
- }
1608
- ],
1609
- "description": "Defines an element registry function with a set of element definition defaults.",
1610
- "inheritedFrom": {
1611
- "name": "FoundationElement",
1612
- "module": "src/foundation-element/foundation-element.ts"
1613
- }
1614
- }
1615
- ],
1616
- "superclass": {
1617
- "name": "FoundationElement",
1618
- "package": "@microsoft/fast-foundation"
1619
- },
1620
- "tagName": "grid-tabulator-cell",
1621
- "customElement": true
1622
- }
1623
- ],
1624
- "exports": [
1625
- {
1626
- "kind": "js",
1627
- "name": "GridTabulatorCell",
1628
- "declaration": {
1629
- "name": "GridTabulatorCell",
1630
- "module": "src/cell/cell.ts"
1631
- }
1632
- },
1633
- {
1634
- "kind": "custom-element-definition",
1635
- "name": "grid-tabulator-cell",
1636
- "declaration": {
1637
- "name": "GridTabulatorCell",
1638
- "module": "src/cell/cell.ts"
1639
- }
1640
- }
1641
- ]
1642
- },
1643
- {
1644
- "kind": "javascript-module",
1645
- "path": "src/cell/index.ts",
1646
- "declarations": [],
1647
- "exports": [
1648
- {
1649
- "kind": "js",
1650
- "name": "*",
1651
- "declaration": {
1652
- "name": "*",
1653
- "package": "./cell"
1654
- }
1655
- }
1656
- ]
1657
- },
1658
1420
  {
1659
1421
  "kind": "javascript-module",
1660
1422
  "path": "src/cell-formatters/action.formatter.ts",
@@ -2329,660 +2091,636 @@
2329
2091
  },
2330
2092
  {
2331
2093
  "kind": "javascript-module",
2332
- "path": "src/datasource/client-side.datasource.ts",
2094
+ "path": "src/cell-editors/date.editor.ts",
2333
2095
  "declarations": [
2334
- {
2335
- "kind": "variable",
2336
- "name": "criteriaDelimiter",
2337
- "type": {
2338
- "text": "string"
2339
- },
2340
- "default": "';'",
2341
- "description": "Delimiter for criteria in the datasource"
2342
- },
2343
- {
2344
- "kind": "variable",
2345
- "name": "criteriaJoin",
2346
- "type": {
2347
- "text": "string"
2348
- },
2349
- "default": "' && '",
2350
- "description": "Join operator for criteria in the datasource"
2351
- },
2352
2096
  {
2353
2097
  "kind": "class",
2354
- "description": "The Genesis Datasource element, for client-side data fetching and used exclusively by the GridTabulator element.",
2355
- "name": "GridTabulatorClientSideDatasource",
2098
+ "description": "The date editor class for grid-tabulator",
2099
+ "name": "DateEditor",
2356
2100
  "members": [
2357
2101
  {
2358
2102
  "kind": "field",
2359
- "name": "auth",
2103
+ "name": "params",
2360
2104
  "type": {
2361
- "text": "Auth"
2105
+ "text": "DateEditorParams"
2362
2106
  }
2363
2107
  },
2364
2108
  {
2365
2109
  "kind": "field",
2366
- "name": "connect",
2110
+ "name": "dateField",
2367
2111
  "type": {
2368
- "text": "Connect"
2112
+ "text": "any"
2369
2113
  }
2370
2114
  },
2371
2115
  {
2372
- "kind": "field",
2373
- "name": "datasource",
2374
- "type": {
2375
- "text": "Datasource"
2376
- }
2116
+ "kind": "method",
2117
+ "name": "init",
2118
+ "parameters": [
2119
+ {
2120
+ "name": "params",
2121
+ "type": {
2122
+ "text": "DateEditorParams"
2123
+ }
2124
+ }
2125
+ ],
2126
+ "description": "Initialize the editor with parameters"
2377
2127
  },
2378
2128
  {
2379
- "kind": "field",
2380
- "name": "deferredGridOptions",
2381
- "type": {
2382
- "text": "Options"
2383
- }
2129
+ "kind": "method",
2130
+ "name": "getValue",
2131
+ "description": "Get current value"
2384
2132
  },
2385
2133
  {
2386
- "kind": "field",
2387
- "name": "deferredColumnStates",
2388
- "type": {
2389
- "text": "any[]"
2390
- },
2391
- "default": "[]",
2392
- "description": "Allows storing column layouts between datasource initializations"
2134
+ "kind": "method",
2135
+ "name": "getFormattedValue",
2136
+ "description": "Format value for display"
2393
2137
  },
2394
2138
  {
2395
- "kind": "field",
2396
- "name": "criteria",
2397
- "type": {
2398
- "text": "string"
2399
- }
2139
+ "kind": "method",
2140
+ "name": "focus",
2141
+ "description": "Set focus to the input"
2400
2142
  },
2401
2143
  {
2402
2144
  "kind": "method",
2403
- "name": "criteriaChanged",
2145
+ "name": "handleKeyDown",
2404
2146
  "parameters": [
2405
2147
  {
2406
- "name": "oldCriteria",
2407
- "type": {
2408
- "text": "string"
2409
- }
2410
- },
2411
- {
2412
- "name": "newCriteria",
2148
+ "name": "event",
2413
2149
  "type": {
2414
- "text": "string"
2150
+ "text": "KeyboardEvent"
2415
2151
  }
2416
2152
  }
2417
- ]
2418
- },
2419
- {
2420
- "kind": "field",
2421
- "name": "fields",
2422
- "type": {
2423
- "text": "string"
2424
- }
2153
+ ],
2154
+ "description": "Process key down events"
2425
2155
  },
2426
2156
  {
2427
2157
  "kind": "field",
2428
- "name": "isSnapshot",
2158
+ "name": "_presentation",
2429
2159
  "type": {
2430
- "text": "boolean"
2160
+ "text": "ComponentPresentation | null | undefined"
2431
2161
  },
2432
- "default": "false"
2433
- },
2434
- {
2435
- "kind": "field",
2436
- "name": "maxRows",
2437
- "type": {
2438
- "text": "number"
2162
+ "privacy": "private",
2163
+ "default": "void 0",
2164
+ "inheritedFrom": {
2165
+ "name": "FoundationElement",
2166
+ "module": "src/foundation-element/foundation-element.ts"
2439
2167
  }
2440
2168
  },
2441
2169
  {
2442
2170
  "kind": "field",
2443
- "name": "maxView",
2171
+ "name": "$presentation",
2444
2172
  "type": {
2445
- "text": "number"
2173
+ "text": "ComponentPresentation | null"
2174
+ },
2175
+ "privacy": "public",
2176
+ "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
2177
+ "inheritedFrom": {
2178
+ "name": "FoundationElement",
2179
+ "module": "src/foundation-element/foundation-element.ts"
2446
2180
  }
2447
2181
  },
2448
2182
  {
2449
2183
  "kind": "field",
2450
- "name": "pollingInterval",
2184
+ "name": "template",
2451
2185
  "type": {
2452
- "text": "number"
2186
+ "text": "ElementViewTemplate | void | null"
2187
+ },
2188
+ "privacy": "public",
2189
+ "description": "Sets the template of the element instance. When undefined,\nthe element will attempt to resolve the template from\nthe associated presentation or custom element definition.",
2190
+ "inheritedFrom": {
2191
+ "name": "FoundationElement",
2192
+ "module": "src/foundation-element/foundation-element.ts"
2453
2193
  }
2454
2194
  },
2455
2195
  {
2456
- "kind": "field",
2457
- "name": "movingView",
2458
- "type": {
2459
- "text": "boolean"
2196
+ "kind": "method",
2197
+ "name": "templateChanged",
2198
+ "privacy": "protected",
2199
+ "return": {
2200
+ "type": {
2201
+ "text": "void"
2202
+ }
2460
2203
  },
2461
- "default": "false"
2462
- },
2463
- {
2464
- "kind": "field",
2465
- "name": "orderBy",
2466
- "type": {
2467
- "text": "string"
2204
+ "inheritedFrom": {
2205
+ "name": "FoundationElement",
2206
+ "module": "src/foundation-element/foundation-element.ts"
2468
2207
  }
2469
2208
  },
2470
2209
  {
2471
2210
  "kind": "field",
2472
- "name": "request",
2211
+ "name": "styles",
2473
2212
  "type": {
2474
- "text": "any"
2213
+ "text": "ElementStyles | void | null"
2214
+ },
2215
+ "privacy": "public",
2216
+ "description": "Sets the default styles for the element instance. When undefined,\nthe element will attempt to resolve default styles from\nthe associated presentation or custom element definition.",
2217
+ "inheritedFrom": {
2218
+ "name": "FoundationElement",
2219
+ "module": "src/foundation-element/foundation-element.ts"
2475
2220
  }
2476
2221
  },
2477
2222
  {
2478
- "kind": "field",
2479
- "name": "resourceName",
2480
- "type": {
2481
- "text": "string"
2223
+ "kind": "method",
2224
+ "name": "stylesChanged",
2225
+ "privacy": "protected",
2226
+ "return": {
2227
+ "type": {
2228
+ "text": "void"
2229
+ }
2230
+ },
2231
+ "inheritedFrom": {
2232
+ "name": "FoundationElement",
2233
+ "module": "src/foundation-element/foundation-element.ts"
2482
2234
  }
2483
2235
  },
2484
2236
  {
2485
2237
  "kind": "method",
2486
- "name": "resourceNameChanged",
2238
+ "name": "compose",
2239
+ "privacy": "public",
2240
+ "static": true,
2241
+ "return": {
2242
+ "type": {
2243
+ "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
2244
+ }
2245
+ },
2487
2246
  "parameters": [
2488
2247
  {
2489
- "name": "oldValue",
2248
+ "name": "this",
2490
2249
  "type": {
2491
- "text": "string"
2250
+ "text": "K"
2492
2251
  }
2493
2252
  },
2494
2253
  {
2495
- "name": "newValue",
2254
+ "name": "elementDefinition",
2496
2255
  "type": {
2497
- "text": "string"
2498
- }
2256
+ "text": "T"
2257
+ },
2258
+ "description": "The definition of the element to create the registry\nfunction for."
2499
2259
  }
2500
- ]
2501
- },
2502
- {
2503
- "kind": "field",
2504
- "name": "reverse",
2505
- "type": {
2506
- "text": "boolean"
2507
- },
2508
- "default": "false"
2509
- },
2510
- {
2511
- "kind": "field",
2512
- "name": "rowIdAttr",
2513
- "description": "Attribute to set an unique identifier for the row.\n\nDefaults to `ROW_REF` or `RECORD_ID` depending on the resource type."
2514
- },
2515
- {
2516
- "kind": "field",
2517
- "name": "restartOnReconnection",
2518
- "type": {
2519
- "text": "boolean"
2520
- },
2521
- "default": "true"
2522
- },
2523
- {
2524
- "kind": "field",
2525
- "name": "keepColDefsOnClearRowData",
2526
- "type": {
2527
- "text": "boolean"
2528
- },
2529
- "default": "false",
2530
- "description": "Whether to keep column definitions when clearing row data"
2531
- },
2532
- {
2533
- "kind": "field",
2534
- "name": "rowDataMapper",
2535
- "type": {
2536
- "text": "Function"
2537
- },
2538
- "description": "Allows grid data updates to be processed via and external function before applying in grid"
2539
- },
2540
- {
2541
- "kind": "field",
2542
- "name": "dataSub",
2543
- "type": {
2544
- "text": "Subscription"
2545
- },
2546
- "privacy": "private"
2547
- },
2260
+ ],
2261
+ "description": "Defines an element registry function with a set of element definition defaults.",
2262
+ "inheritedFrom": {
2263
+ "name": "FoundationElement",
2264
+ "module": "src/foundation-element/foundation-element.ts"
2265
+ }
2266
+ }
2267
+ ],
2268
+ "superclass": {
2269
+ "name": "FoundationElement",
2270
+ "package": "@microsoft/fast-foundation"
2271
+ }
2272
+ },
2273
+ {
2274
+ "kind": "variable",
2275
+ "name": "dateEditorStyles",
2276
+ "default": "css`\n :host {\n display: block;\n width: 100%;\n height: 100%;\n }\n`",
2277
+ "description": "Styles for the date editor"
2278
+ },
2279
+ {
2280
+ "kind": "function",
2281
+ "name": "getDateEditorTemplate",
2282
+ "parameters": [
2548
2283
  {
2549
- "kind": "field",
2550
- "name": "updateSub",
2551
- "type": {
2552
- "text": "Subscription"
2553
- },
2554
- "privacy": "private"
2555
- },
2284
+ "name": "prefix",
2285
+ "default": "'foundation'",
2286
+ "description": "The design system prefix to use. Defaults to 'foundation'."
2287
+ }
2288
+ ],
2289
+ "description": "Get a Design System prefixed date field template.",
2290
+ "return": {
2291
+ "type": {
2292
+ "text": ""
2293
+ }
2294
+ },
2295
+ "privacy": "public"
2296
+ },
2297
+ {
2298
+ "kind": "variable",
2299
+ "name": "foundationDateEditor",
2300
+ "description": "Definition for the date editor component"
2301
+ }
2302
+ ],
2303
+ "exports": [
2304
+ {
2305
+ "kind": "js",
2306
+ "name": "DateEditor",
2307
+ "declaration": {
2308
+ "name": "DateEditor",
2309
+ "module": "src/cell-editors/date.editor.ts"
2310
+ }
2311
+ },
2312
+ {
2313
+ "kind": "js",
2314
+ "name": "dateEditorStyles",
2315
+ "declaration": {
2316
+ "name": "dateEditorStyles",
2317
+ "module": "src/cell-editors/date.editor.ts"
2318
+ }
2319
+ },
2320
+ {
2321
+ "kind": "js",
2322
+ "name": "getDateEditorTemplate",
2323
+ "declaration": {
2324
+ "name": "getDateEditorTemplate",
2325
+ "module": "src/cell-editors/date.editor.ts"
2326
+ }
2327
+ },
2328
+ {
2329
+ "kind": "js",
2330
+ "name": "foundationDateEditor",
2331
+ "declaration": {
2332
+ "name": "foundationDateEditor",
2333
+ "module": "src/cell-editors/date.editor.ts"
2334
+ }
2335
+ }
2336
+ ]
2337
+ },
2338
+ {
2339
+ "kind": "javascript-module",
2340
+ "path": "src/cell-editors/index.ts",
2341
+ "declarations": [],
2342
+ "exports": [
2343
+ {
2344
+ "kind": "js",
2345
+ "name": "*",
2346
+ "declaration": {
2347
+ "name": "*",
2348
+ "package": "./date.editor"
2349
+ }
2350
+ },
2351
+ {
2352
+ "kind": "js",
2353
+ "name": "*",
2354
+ "declaration": {
2355
+ "name": "*",
2356
+ "package": "./number.editor"
2357
+ }
2358
+ },
2359
+ {
2360
+ "kind": "js",
2361
+ "name": "*",
2362
+ "declaration": {
2363
+ "name": "*",
2364
+ "package": "./select.editor"
2365
+ }
2366
+ },
2367
+ {
2368
+ "kind": "js",
2369
+ "name": "*",
2370
+ "declaration": {
2371
+ "name": "*",
2372
+ "package": "./string.editor"
2373
+ }
2374
+ },
2375
+ {
2376
+ "kind": "js",
2377
+ "name": "*",
2378
+ "declaration": {
2379
+ "name": "*",
2380
+ "package": "./multiselect.editor"
2381
+ }
2382
+ }
2383
+ ]
2384
+ },
2385
+ {
2386
+ "kind": "javascript-module",
2387
+ "path": "src/cell-editors/multiselect.editor.ts",
2388
+ "declarations": [
2389
+ {
2390
+ "kind": "class",
2391
+ "description": "The multiselect editor class for grid-tabulator",
2392
+ "name": "MultiselectEditor",
2393
+ "members": [
2556
2394
  {
2557
2395
  "kind": "field",
2558
- "name": "connectionSub",
2396
+ "name": "params",
2559
2397
  "type": {
2560
- "text": "Subscription"
2561
- },
2562
- "privacy": "private"
2398
+ "text": "MultiselectEditorParams"
2399
+ }
2563
2400
  },
2564
2401
  {
2565
2402
  "kind": "field",
2566
- "name": "isRequestServer",
2403
+ "name": "select",
2567
2404
  "type": {
2568
- "text": "boolean"
2569
- },
2570
- "privacy": "private",
2571
- "default": "false"
2405
+ "text": "any"
2406
+ }
2572
2407
  },
2573
2408
  {
2574
- "kind": "field",
2575
- "name": "requiresFullRowDataAndColDefs",
2576
- "type": {
2577
- "text": "boolean"
2578
- },
2579
- "privacy": "private",
2580
- "default": "true"
2409
+ "kind": "method",
2410
+ "name": "init",
2411
+ "parameters": [
2412
+ {
2413
+ "name": "params",
2414
+ "type": {
2415
+ "text": "MultiselectEditorParams"
2416
+ }
2417
+ }
2418
+ ],
2419
+ "description": "Initialize the editor with parameters"
2581
2420
  },
2582
2421
  {
2583
- "kind": "field",
2584
- "name": "dataSubWasLoggedOff",
2585
- "type": {
2586
- "text": "boolean"
2422
+ "kind": "method",
2423
+ "name": "getValues",
2424
+ "return": {
2425
+ "type": {
2426
+ "text": "(string | number)[]"
2427
+ }
2587
2428
  },
2588
- "privacy": "private",
2589
- "default": "false"
2429
+ "description": "Get current values"
2590
2430
  },
2591
2431
  {
2592
- "kind": "field",
2593
- "name": "rows",
2594
- "type": {
2595
- "text": "Map<string, any>"
2596
- },
2597
- "privacy": "private",
2598
- "default": "new Map()"
2432
+ "kind": "method",
2433
+ "name": "focus",
2434
+ "description": "Set focus to the select"
2599
2435
  },
2600
2436
  {
2601
- "kind": "field",
2602
- "name": "gridTransaction",
2603
- "type": {
2604
- "text": "RowDataTransaction"
2437
+ "kind": "method",
2438
+ "name": "isSelected",
2439
+ "return": {
2440
+ "type": {
2441
+ "text": "boolean"
2442
+ }
2605
2443
  },
2606
- "privacy": "private"
2444
+ "parameters": [
2445
+ {
2446
+ "name": "value",
2447
+ "type": {
2448
+ "text": "string | number"
2449
+ }
2450
+ }
2451
+ ],
2452
+ "description": "Check if a value is selected"
2453
+ },
2454
+ {
2455
+ "kind": "method",
2456
+ "name": "handleKeyDown",
2457
+ "parameters": [
2458
+ {
2459
+ "name": "event",
2460
+ "type": {
2461
+ "text": "KeyboardEvent"
2462
+ }
2463
+ }
2464
+ ],
2465
+ "description": "Process key down events"
2466
+ },
2467
+ {
2468
+ "kind": "method",
2469
+ "name": "handleChange",
2470
+ "description": "Handle change event to save when selection changes"
2607
2471
  },
2608
2472
  {
2609
2473
  "kind": "field",
2610
- "name": "sourceRef",
2474
+ "name": "_presentation",
2611
2475
  "type": {
2612
- "text": "string"
2476
+ "text": "ComponentPresentation | null | undefined"
2613
2477
  },
2614
- "privacy": "private"
2478
+ "privacy": "private",
2479
+ "default": "void 0",
2480
+ "inheritedFrom": {
2481
+ "name": "FoundationElement",
2482
+ "module": "src/foundation-element/foundation-element.ts"
2483
+ }
2615
2484
  },
2616
2485
  {
2617
2486
  "kind": "field",
2618
- "name": "criteriaFromFilters",
2487
+ "name": "$presentation",
2619
2488
  "type": {
2620
- "text": "Map<string, string>"
2489
+ "text": "ComponentPresentation | null"
2621
2490
  },
2622
- "privacy": "private",
2623
- "default": "new Map()"
2491
+ "privacy": "public",
2492
+ "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
2493
+ "inheritedFrom": {
2494
+ "name": "FoundationElement",
2495
+ "module": "src/foundation-element/foundation-element.ts"
2496
+ }
2624
2497
  },
2625
2498
  {
2626
2499
  "kind": "field",
2627
- "name": "update",
2500
+ "name": "template",
2628
2501
  "type": {
2629
- "text": "BehaviorSubject<Map<string, string>>"
2502
+ "text": "ElementViewTemplate | void | null"
2630
2503
  },
2631
- "privacy": "private",
2632
- "default": "new BehaviorSubject(new Map())"
2504
+ "privacy": "public",
2505
+ "description": "Sets the template of the element instance. When undefined,\nthe element will attempt to resolve the template from\nthe associated presentation or custom element definition.",
2506
+ "inheritedFrom": {
2507
+ "name": "FoundationElement",
2508
+ "module": "src/foundation-element/foundation-element.ts"
2509
+ }
2633
2510
  },
2634
2511
  {
2635
2512
  "kind": "method",
2636
- "name": "deepClone",
2513
+ "name": "templateChanged",
2514
+ "privacy": "protected",
2637
2515
  "return": {
2638
2516
  "type": {
2639
- "text": "Node"
2517
+ "text": "void"
2640
2518
  }
2641
2519
  },
2642
2520
  "inheritedFrom": {
2643
- "name": "LifecycleMixin",
2644
- "module": "src/mixins/lifecycle/lifecycle.ts"
2521
+ "name": "FoundationElement",
2522
+ "module": "src/foundation-element/foundation-element.ts"
2645
2523
  }
2646
2524
  },
2647
2525
  {
2648
2526
  "kind": "field",
2649
- "name": "gridTabulator",
2527
+ "name": "styles",
2650
2528
  "type": {
2651
- "text": "GridTabulator | null"
2529
+ "text": "ElementStyles | void | null"
2652
2530
  },
2653
- "privacy": "private",
2654
- "readonly": true
2655
- },
2656
- {
2657
- "kind": "method",
2658
- "name": "init",
2659
- "description": "Initializes the datasource.",
2660
- "privacy": "public"
2661
- },
2662
- {
2663
- "kind": "method",
2664
- "name": "destroy",
2665
- "description": "Destroys the datasource, resetting it to its initial state.",
2666
- "privacy": "public"
2667
- },
2668
- {
2669
- "kind": "method",
2670
- "name": "restart",
2671
- "description": "Restarts the datasource, uses `deinit` and `init` in sequence.",
2672
- "privacy": "public"
2531
+ "privacy": "public",
2532
+ "description": "Sets the default styles for the element instance. When undefined,\nthe element will attempt to resolve default styles from\nthe associated presentation or custom element definition.",
2533
+ "inheritedFrom": {
2534
+ "name": "FoundationElement",
2535
+ "module": "src/foundation-element/foundation-element.ts"
2536
+ }
2673
2537
  },
2674
2538
  {
2675
2539
  "kind": "method",
2676
- "name": "refreshRows",
2677
- "description": "Force the grid to redispatch the current rows"
2540
+ "name": "stylesChanged",
2541
+ "privacy": "protected",
2542
+ "return": {
2543
+ "type": {
2544
+ "text": "void"
2545
+ }
2546
+ },
2547
+ "inheritedFrom": {
2548
+ "name": "FoundationElement",
2549
+ "module": "src/foundation-element/foundation-element.ts"
2550
+ }
2678
2551
  },
2679
2552
  {
2680
2553
  "kind": "method",
2681
- "name": "handleErrors",
2554
+ "name": "compose",
2555
+ "privacy": "public",
2556
+ "static": true,
2557
+ "return": {
2558
+ "type": {
2559
+ "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
2560
+ }
2561
+ },
2682
2562
  "parameters": [
2683
2563
  {
2684
- "name": "errors",
2564
+ "name": "this",
2685
2565
  "type": {
2686
- "text": "string | any[]"
2566
+ "text": "K"
2687
2567
  }
2688
- }
2689
- ],
2690
- "description": "Handles errors by emitting an error event"
2691
- },
2692
- {
2693
- "kind": "method",
2694
- "name": "getColumnDefs",
2695
- "privacy": "private",
2696
- "parameters": [
2568
+ },
2697
2569
  {
2698
- "name": "fieldsMetadata",
2570
+ "name": "elementDefinition",
2699
2571
  "type": {
2700
- "text": "FieldMetadata[]"
2572
+ "text": "T"
2701
2573
  },
2702
- "description": "The field metadata to generate column definitions from"
2574
+ "description": "The definition of the element to create the registry\nfunction for."
2703
2575
  }
2704
2576
  ],
2705
- "description": "Generate column definitions from the field metadata"
2706
- },
2577
+ "description": "Defines an element registry function with a set of element definition defaults.",
2578
+ "inheritedFrom": {
2579
+ "name": "FoundationElement",
2580
+ "module": "src/foundation-element/foundation-element.ts"
2581
+ }
2582
+ }
2583
+ ],
2584
+ "superclass": {
2585
+ "name": "FoundationElement",
2586
+ "package": "@microsoft/fast-foundation"
2587
+ }
2588
+ },
2589
+ {
2590
+ "kind": "variable",
2591
+ "name": "multiselectEditorStyles",
2592
+ "default": "css`\n :host {\n display: block;\n width: 100%;\n height: 100%;\n }\n`",
2593
+ "description": "Styles for the multiselect editor"
2594
+ },
2595
+ {
2596
+ "kind": "function",
2597
+ "name": "getMultiselectEditorTemplate",
2598
+ "parameters": [
2707
2599
  {
2708
- "kind": "method",
2709
- "name": "handleSnapshot",
2710
- "privacy": "private",
2711
- "parameters": [
2712
- {
2713
- "name": "result"
2714
- }
2715
- ]
2716
- },
2600
+ "name": "prefix",
2601
+ "default": "'foundation'",
2602
+ "description": "The design system prefix to use. Defaults to 'foundation'."
2603
+ }
2604
+ ],
2605
+ "description": "Get a Design System prefixed Select template.",
2606
+ "return": {
2607
+ "type": {
2608
+ "text": ""
2609
+ }
2610
+ }
2611
+ },
2612
+ {
2613
+ "kind": "variable",
2614
+ "name": "foundationMultiselectEditor",
2615
+ "description": "Definition for the multiselect editor component"
2616
+ }
2617
+ ],
2618
+ "exports": [
2619
+ {
2620
+ "kind": "js",
2621
+ "name": "MultiselectEditor",
2622
+ "declaration": {
2623
+ "name": "MultiselectEditor",
2624
+ "module": "src/cell-editors/multiselect.editor.ts"
2625
+ }
2626
+ },
2627
+ {
2628
+ "kind": "js",
2629
+ "name": "multiselectEditorStyles",
2630
+ "declaration": {
2631
+ "name": "multiselectEditorStyles",
2632
+ "module": "src/cell-editors/multiselect.editor.ts"
2633
+ }
2634
+ },
2635
+ {
2636
+ "kind": "js",
2637
+ "name": "getMultiselectEditorTemplate",
2638
+ "declaration": {
2639
+ "name": "getMultiselectEditorTemplate",
2640
+ "module": "src/cell-editors/multiselect.editor.ts"
2641
+ }
2642
+ },
2643
+ {
2644
+ "kind": "js",
2645
+ "name": "foundationMultiselectEditor",
2646
+ "declaration": {
2647
+ "name": "foundationMultiselectEditor",
2648
+ "module": "src/cell-editors/multiselect.editor.ts"
2649
+ }
2650
+ }
2651
+ ]
2652
+ },
2653
+ {
2654
+ "kind": "javascript-module",
2655
+ "path": "src/cell-editors/number.editor.ts",
2656
+ "declarations": [
2657
+ {
2658
+ "kind": "class",
2659
+ "description": "The number editor class for grid-tabulator",
2660
+ "name": "NumberEditor",
2661
+ "members": [
2717
2662
  {
2718
- "kind": "method",
2719
- "name": "datasourceOptions",
2720
- "privacy": "private",
2721
- "return": {
2722
- "type": {
2723
- "text": "DatasourceOptions"
2724
- }
2663
+ "kind": "field",
2664
+ "name": "params",
2665
+ "type": {
2666
+ "text": "NumberEditorParams"
2725
2667
  }
2726
2668
  },
2727
2669
  {
2728
- "kind": "method",
2729
- "name": "handleStreamResult",
2730
- "privacy": "private",
2731
- "parameters": [
2732
- {
2733
- "name": "result",
2734
- "type": {
2735
- "text": "FilteredDataServerResult | RequestServerResult"
2736
- }
2737
- }
2738
- ]
2670
+ "kind": "field",
2671
+ "name": "numberField",
2672
+ "type": {
2673
+ "text": "any"
2674
+ }
2739
2675
  },
2740
2676
  {
2741
2677
  "kind": "method",
2742
- "name": "applyRequestServerData",
2743
- "privacy": "private",
2678
+ "name": "init",
2744
2679
  "parameters": [
2745
2680
  {
2746
- "name": "requestServerResult",
2681
+ "name": "params",
2747
2682
  "type": {
2748
- "text": "RequestServerResult"
2683
+ "text": "NumberEditorParams"
2749
2684
  }
2750
2685
  }
2751
- ]
2686
+ ],
2687
+ "description": "Initialize the editor with parameters"
2752
2688
  },
2753
2689
  {
2754
2690
  "kind": "method",
2755
- "name": "applyDataserverData",
2756
- "privacy": "private",
2757
- "parameters": [
2758
- {
2759
- "name": "dataServerResult",
2760
- "type": {
2761
- "text": "FilteredDataServerResult"
2762
- }
2763
- }
2764
- ]
2691
+ "name": "getValue",
2692
+ "description": "Get current value"
2765
2693
  },
2766
2694
  {
2767
2695
  "kind": "method",
2768
- "name": "applyTransaction",
2769
- "privacy": "private"
2696
+ "name": "focus",
2697
+ "description": "Set focus to the input"
2770
2698
  },
2771
2699
  {
2772
2700
  "kind": "method",
2773
- "name": "mapTransaction",
2774
- "privacy": "private",
2701
+ "name": "handleKeyDown",
2775
2702
  "parameters": [
2776
2703
  {
2777
- "name": "transaction",
2704
+ "name": "event",
2778
2705
  "type": {
2779
- "text": "RowDataTransaction"
2706
+ "text": "KeyboardEvent"
2780
2707
  }
2781
2708
  }
2782
- ]
2709
+ ],
2710
+ "description": "Process key down events"
2783
2711
  },
2784
2712
  {
2785
- "kind": "method",
2786
- "name": "handleStreamInserts",
2713
+ "kind": "field",
2714
+ "name": "_presentation",
2715
+ "type": {
2716
+ "text": "ComponentPresentation | null | undefined"
2717
+ },
2787
2718
  "privacy": "private",
2788
- "parameters": [
2789
- {
2790
- "name": "insertedRows",
2791
- "type": {
2792
- "text": "any[]"
2793
- }
2794
- }
2795
- ]
2796
- },
2797
- {
2798
- "kind": "method",
2799
- "name": "handleStreamDeletes",
2800
- "privacy": "private",
2801
- "parameters": [
2802
- {
2803
- "name": "deletedRows",
2804
- "type": {
2805
- "text": "any[]"
2806
- }
2807
- }
2808
- ]
2809
- },
2810
- {
2811
- "kind": "method",
2812
- "name": "handleStreamUpdates",
2813
- "privacy": "private",
2814
- "parameters": [
2815
- {
2816
- "name": "updatedRows",
2817
- "type": {
2818
- "text": "any[]"
2819
- }
2820
- }
2821
- ]
2822
- },
2823
- {
2824
- "kind": "method",
2825
- "name": "handleSizeChanged",
2826
- "privacy": "private",
2827
- "parameters": [
2828
- {
2829
- "name": "oldSize",
2830
- "type": {
2831
- "text": "number"
2832
- }
2833
- },
2834
- {
2835
- "name": "newSize",
2836
- "type": {
2837
- "text": "number"
2838
- }
2839
- }
2840
- ],
2841
- "description": "Emit event when the number of rows changes"
2842
- },
2843
- {
2844
- "kind": "method",
2845
- "name": "buildCriteria",
2846
- "privacy": "private",
2847
- "return": {
2848
- "type": {
2849
- "text": "string"
2850
- }
2851
- }
2852
- },
2853
- {
2854
- "kind": "method",
2855
- "name": "setFilter",
2856
- "privacy": "public",
2857
- "parameters": [
2858
- {
2859
- "name": "fieldName",
2860
- "type": {
2861
- "text": "string"
2862
- }
2863
- },
2864
- {
2865
- "name": "newFilter",
2866
- "type": {
2867
- "text": "string"
2868
- }
2869
- }
2870
- ]
2871
- },
2872
- {
2873
- "kind": "method",
2874
- "name": "removeFilter",
2875
- "privacy": "public",
2876
- "parameters": [
2877
- {
2878
- "name": "fieldName",
2879
- "type": {
2880
- "text": "string"
2881
- }
2882
- }
2883
- ]
2884
- },
2885
- {
2886
- "kind": "method",
2887
- "name": "datasourceStatusChanged",
2888
- "parameters": [
2889
- {
2890
- "name": "prev",
2891
- "type": {
2892
- "text": "DatasourceStatus"
2893
- }
2894
- },
2895
- {
2896
- "name": "next",
2897
- "type": {
2898
- "text": "DatasourceStatus"
2899
- }
2900
- }
2901
- ]
2902
- },
2903
- {
2904
- "kind": "method",
2905
- "name": "cloneNode",
2906
- "return": {
2907
- "type": {
2908
- "text": "Node"
2909
- }
2910
- },
2911
- "parameters": [
2912
- {
2913
- "name": "deep",
2914
- "optional": true,
2915
- "type": {
2916
- "text": "boolean"
2917
- }
2918
- }
2919
- ],
2920
- "inheritedFrom": {
2921
- "name": "LifecycleMixin",
2922
- "module": "src/mixins/lifecycle/lifecycle.ts"
2923
- }
2924
- },
2925
- {
2926
- "kind": "field",
2927
- "name": "shouldRunDisconnect",
2928
- "return": {
2929
- "type": {
2930
- "text": ""
2931
- }
2932
- },
2933
- "readonly": true,
2934
- "inheritedFrom": {
2935
- "name": "LifecycleMixin",
2936
- "module": "src/mixins/lifecycle/lifecycle.ts"
2937
- }
2938
- },
2939
- {
2940
- "kind": "field",
2941
- "name": "shouldRunConnect",
2942
- "return": {
2943
- "type": {
2944
- "text": ""
2945
- }
2946
- },
2947
- "readonly": true,
2948
- "inheritedFrom": {
2949
- "name": "LifecycleMixin",
2950
- "module": "src/mixins/lifecycle/lifecycle.ts"
2951
- }
2952
- },
2953
- {
2954
- "kind": "method",
2955
- "name": "#_blockLifecycleDueToTokenChange",
2956
- "return": {
2957
- "type": {
2958
- "text": "boolean"
2959
- }
2960
- },
2961
- "parameters": [
2962
- {
2963
- "name": "lifecycleType",
2964
- "type": {
2965
- "text": "Lifecycletype"
2966
- }
2967
- }
2968
- ],
2969
- "inheritedFrom": {
2970
- "name": "LifecycleMixin",
2971
- "module": "src/mixins/lifecycle/lifecycle.ts"
2972
- }
2973
- },
2974
- {
2975
- "kind": "field",
2976
- "name": "_presentation",
2977
- "type": {
2978
- "text": "ComponentPresentation | null | undefined"
2979
- },
2980
- "privacy": "private",
2981
- "default": "void 0",
2982
- "inheritedFrom": {
2983
- "name": "FoundationElement",
2984
- "module": "src/foundation-element/foundation-element.ts"
2985
- }
2719
+ "default": "void 0",
2720
+ "inheritedFrom": {
2721
+ "name": "FoundationElement",
2722
+ "module": "src/foundation-element/foundation-element.ts"
2723
+ }
2986
2724
  },
2987
2725
  {
2988
2726
  "kind": "field",
@@ -3083,320 +2821,94 @@
3083
2821
  }
3084
2822
  }
3085
2823
  ],
3086
- "events": [
3087
- {
3088
- "description": "Fired when a datasource error occurs. detail: `GridTabulatorErrorEventDetail`",
3089
- "name": "gridTabulator:error"
3090
- },
3091
- {
3092
- "description": "Fired when tabulator data is initialized",
3093
- "name": "dataInit"
3094
- },
2824
+ "superclass": {
2825
+ "name": "FoundationElement",
2826
+ "package": "@microsoft/fast-foundation"
2827
+ }
2828
+ },
2829
+ {
2830
+ "kind": "variable",
2831
+ "name": "numberEditorStyles",
2832
+ "default": "css`\n :host {\n display: block;\n width: 100%;\n height: 100%;\n }\n`",
2833
+ "description": "Styles for the number editor"
2834
+ },
2835
+ {
2836
+ "kind": "function",
2837
+ "name": "getNumberEditorTemplate",
2838
+ "parameters": [
3095
2839
  {
3096
- "description": "Fired when layout size changes. detail: `GridTabulatorSizeChangedEventDetail`",
3097
- "name": "sizeChanged"
2840
+ "name": "prefix",
2841
+ "default": "'foundation'",
2842
+ "description": "The design system prefix to use. Defaults to 'foundation'."
3098
2843
  }
3099
2844
  ],
3100
- "attributes": [
3101
- {
3102
- "name": "criteria",
3103
- "type": {
3104
- "text": "string"
3105
- },
3106
- "fieldName": "criteria"
3107
- },
3108
- {
3109
- "name": "fields",
3110
- "type": {
3111
- "text": "string"
3112
- },
3113
- "fieldName": "fields"
3114
- },
3115
- {
3116
- "name": "is-snapshot",
3117
- "type": {
3118
- "text": "boolean"
3119
- },
3120
- "default": "false",
3121
- "fieldName": "isSnapshot"
3122
- },
3123
- {
3124
- "name": "max-rows",
3125
- "type": {
3126
- "text": "number"
3127
- },
3128
- "fieldName": "maxRows"
3129
- },
3130
- {
3131
- "name": "max-view",
3132
- "type": {
3133
- "text": "number"
3134
- },
3135
- "fieldName": "maxView"
3136
- },
3137
- {
3138
- "name": "polling-interval",
3139
- "type": {
3140
- "text": "number"
3141
- },
3142
- "fieldName": "pollingInterval"
3143
- },
3144
- {
3145
- "name": "moving-view",
3146
- "type": {
3147
- "text": "boolean"
3148
- },
3149
- "default": "false",
3150
- "fieldName": "movingView"
3151
- },
3152
- {
3153
- "name": "order-by",
3154
- "type": {
3155
- "text": "string"
3156
- },
3157
- "fieldName": "orderBy"
3158
- },
3159
- {
3160
- "name": "resource-name",
3161
- "type": {
3162
- "text": "string"
3163
- },
3164
- "fieldName": "resourceName"
3165
- },
3166
- {
3167
- "type": {
3168
- "text": "boolean"
3169
- },
3170
- "default": "false",
3171
- "fieldName": "reverse"
3172
- },
3173
- {
3174
- "name": "row-id",
3175
- "description": "Attribute to set an unique identifier for the row.\n\nDefaults to `ROW_REF` or `RECORD_ID` depending on the resource type.",
3176
- "fieldName": "rowIdAttr"
3177
- },
3178
- {
3179
- "name": "restart-on-reconnection",
3180
- "type": {
3181
- "text": "boolean"
3182
- },
3183
- "default": "true",
3184
- "fieldName": "restartOnReconnection"
3185
- },
3186
- {
3187
- "name": "keep-col-defs-on-clear-row-data",
3188
- "type": {
3189
- "text": "boolean"
3190
- },
3191
- "default": "false",
3192
- "description": "Whether to keep column definitions when clearing row data",
3193
- "fieldName": "keepColDefsOnClearRowData"
3194
- }
3195
- ],
3196
- "mixins": [
3197
- {
3198
- "name": "LifecycleMixin",
3199
- "package": "@genesislcap/foundation-utils"
3200
- },
3201
- {
3202
- "name": "DatasourceEventHandler",
3203
- "package": "@genesislcap/foundation-comms"
2845
+ "description": "Get a Design System prefixed number field template.",
2846
+ "return": {
2847
+ "type": {
2848
+ "text": ""
3204
2849
  }
3205
- ],
3206
- "superclass": {
3207
- "name": "FoundationElement",
3208
- "package": "@microsoft/fast-foundation"
3209
- },
3210
- "tagName": "grid-tabulator-client-side-datasource",
3211
- "customElement": true
3212
- }
3213
- ],
3214
- "exports": [
3215
- {
3216
- "kind": "js",
3217
- "name": "criteriaDelimiter",
3218
- "declaration": {
3219
- "name": "criteriaDelimiter",
3220
- "module": "src/datasource/client-side.datasource.ts"
3221
- }
3222
- },
3223
- {
3224
- "kind": "js",
3225
- "name": "criteriaJoin",
3226
- "declaration": {
3227
- "name": "criteriaJoin",
3228
- "module": "src/datasource/client-side.datasource.ts"
3229
- }
3230
- },
3231
- {
3232
- "kind": "js",
3233
- "name": "GridTabulatorClientSideDatasource",
3234
- "declaration": {
3235
- "name": "GridTabulatorClientSideDatasource",
3236
- "module": "src/datasource/client-side.datasource.ts"
3237
- }
3238
- },
3239
- {
3240
- "kind": "custom-element-definition",
3241
- "name": "grid-tabulator-client-side-datasource",
3242
- "declaration": {
3243
- "name": "GridTabulatorClientSideDatasource",
3244
- "module": "src/datasource/client-side.datasource.ts"
3245
- }
3246
- }
3247
- ]
3248
- },
3249
- {
3250
- "kind": "javascript-module",
3251
- "path": "src/datasource/index.ts",
3252
- "declarations": [],
3253
- "exports": [
3254
- {
3255
- "kind": "js",
3256
- "name": "*",
3257
- "declaration": {
3258
- "name": "*",
3259
- "package": "./client-side.datasource"
3260
2850
  }
3261
- }
3262
- ]
3263
- },
3264
- {
3265
- "kind": "javascript-module",
3266
- "path": "src/external/fonts.ts",
3267
- "declarations": [
3268
- {
3269
- "kind": "variable",
3270
- "name": "tabulatorDefaultFontFace",
3271
- "default": "`\n @font-face {\n font-family: \"defaultFontFace\";\n }\n`"
3272
- },
3273
- {
3274
- "kind": "variable",
3275
- "name": "tabulatorRapidFontFace",
3276
- "default": "`\n @font-face {\n font-family: \"rapidFontFace\";\n }\n`"
3277
- },
3278
- {
3279
- "kind": "variable",
3280
- "name": "gridThemeFontFaceMap",
3281
- "type": {
3282
- "text": "GridThemeFontFaceMap"
3283
- },
3284
- "default": "{\n [GridTabulatorTheme.default]: tabulatorDefaultFontFace,\n [GridTabulatorTheme.rapid]: tabulatorRapidFontFace,\n}"
3285
2851
  },
3286
2852
  {
3287
2853
  "kind": "variable",
3288
- "name": "defaultGridTabulatorFontFace",
3289
- "default": "tabulatorDefaultFontFace"
2854
+ "name": "foundationNumberEditor",
2855
+ "description": "Definition for the number editor component"
3290
2856
  }
3291
2857
  ],
3292
2858
  "exports": [
3293
2859
  {
3294
2860
  "kind": "js",
3295
- "name": "tabulatorDefaultFontFace",
3296
- "declaration": {
3297
- "name": "tabulatorDefaultFontFace",
3298
- "module": "src/external/fonts.ts"
3299
- }
3300
- },
3301
- {
3302
- "kind": "js",
3303
- "name": "tabulatorRapidFontFace",
2861
+ "name": "NumberEditor",
3304
2862
  "declaration": {
3305
- "name": "tabulatorRapidFontFace",
3306
- "module": "src/external/fonts.ts"
2863
+ "name": "NumberEditor",
2864
+ "module": "src/cell-editors/number.editor.ts"
3307
2865
  }
3308
2866
  },
3309
2867
  {
3310
2868
  "kind": "js",
3311
- "name": "gridThemeFontFaceMap",
2869
+ "name": "numberEditorStyles",
3312
2870
  "declaration": {
3313
- "name": "gridThemeFontFaceMap",
3314
- "module": "src/external/fonts.ts"
2871
+ "name": "numberEditorStyles",
2872
+ "module": "src/cell-editors/number.editor.ts"
3315
2873
  }
3316
2874
  },
3317
2875
  {
3318
2876
  "kind": "js",
3319
- "name": "defaultGridTabulatorFontFace",
3320
- "declaration": {
3321
- "name": "defaultGridTabulatorFontFace",
3322
- "module": "src/external/fonts.ts"
3323
- }
3324
- }
3325
- ]
3326
- },
3327
- {
3328
- "kind": "javascript-module",
3329
- "path": "src/external/index.ts",
3330
- "declarations": [
3331
- {
3332
- "kind": "variable",
3333
- "name": "tabulatorExternalStockStyles",
3334
- "default": "css`\n ${tabulatorThemeSimpleCSS}\n`",
3335
- "description": "External styles for the Tabulator grid.",
3336
- "privacy": "public"
3337
- }
3338
- ],
3339
- "exports": [
3340
- {
3341
- "kind": "js",
3342
- "name": "tabulatorExternalStockStyles",
2877
+ "name": "getNumberEditorTemplate",
3343
2878
  "declaration": {
3344
- "name": "tabulatorExternalStockStyles",
3345
- "module": "src/external/index.ts"
2879
+ "name": "getNumberEditorTemplate",
2880
+ "module": "src/cell-editors/number.editor.ts"
3346
2881
  }
3347
2882
  },
3348
2883
  {
3349
2884
  "kind": "js",
3350
- "name": "tabulatorThemeSimpleCSS",
3351
- "declaration": {
3352
- "name": "tabulatorThemeSimpleCSS",
3353
- "module": "src/external/index.ts"
3354
- }
3355
- }
3356
- ]
3357
- },
3358
- {
3359
- "kind": "javascript-module",
3360
- "path": "src/external/tabulator-theme-simple-css.ts",
3361
- "declarations": [
3362
- {
3363
- "kind": "variable",
3364
- "name": "tabulatorThemeSimpleCSS",
3365
- "default": "css`\n .tabulator {\n position: relative;\n border: 1px solid #999;\n background-color: #fff;\n font-size: 14px;\n text-align: left;\n overflow: hidden;\n -webkit-transform: translateZ(0);\n -moz-transform: translateZ(0);\n -ms-transform: translateZ(0);\n -o-transform: translateZ(0);\n transform: translateZ(0);\n }\n\n .tabulator[tabulator-layout='fitDataFill'] .tabulator-tableholder .tabulator-table {\n min-width: 100%;\n }\n\n .tabulator[tabulator-layout='fitDataTable'] {\n display: inline-block;\n }\n\n .tabulator.tabulator-block-select {\n user-select: none;\n }\n\n .tabulator .tabulator-header {\n position: relative;\n box-sizing: border-box;\n width: 100%;\n border-bottom: 1px solid #999;\n background-color: #fff;\n color: #555;\n font-weight: bold;\n white-space: nowrap;\n overflow: hidden;\n -moz-user-select: none;\n -khtml-user-select: none;\n -webkit-user-select: none;\n -o-user-select: none;\n }\n\n .tabulator .tabulator-header.tabulator-header-hidden {\n display: none;\n }\n\n .tabulator .tabulator-header .tabulator-header-contents {\n position: relative;\n overflow: hidden;\n }\n\n .tabulator .tabulator-header .tabulator-header-contents .tabulator-headers {\n display: inline-block;\n }\n\n .tabulator .tabulator-header .tabulator-col {\n display: inline-flex;\n position: relative;\n box-sizing: border-box;\n flex-direction: column;\n justify-content: flex-start;\n border-right: 1px solid #ddd;\n background: #fff;\n text-align: left;\n vertical-align: bottom;\n overflow: hidden;\n }\n\n .tabulator .tabulator-header .tabulator-col.tabulator-moving {\n position: absolute;\n border: 1px solid #999;\n background: #e6e6e6;\n pointer-events: none;\n }\n\n .tabulator .tabulator-header .tabulator-col .tabulator-col-content {\n box-sizing: border-box;\n position: relative;\n padding: 4px;\n }\n\n .tabulator\n .tabulator-header\n .tabulator-col\n .tabulator-col-content\n .tabulator-header-popup-button {\n padding: 0 8px;\n }\n\n .tabulator\n .tabulator-header\n .tabulator-col\n .tabulator-col-content\n .tabulator-header-popup-button:hover {\n cursor: pointer;\n opacity: 0.6;\n }\n\n .tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title-holder {\n position: relative;\n }\n\n .tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title {\n box-sizing: border-box;\n width: 100%;\n white-space: nowrap;\n overflow: hidden;\n text-overflow: ellipsis;\n vertical-align: bottom;\n }\n\n .tabulator\n .tabulator-header\n .tabulator-col\n .tabulator-col-content\n .tabulator-col-title.tabulator-col-title-wrap {\n white-space: normal;\n text-overflow: initial;\n }\n\n .tabulator\n .tabulator-header\n .tabulator-col\n .tabulator-col-content\n .tabulator-col-title\n .tabulator-title-editor {\n box-sizing: border-box;\n width: 100%;\n border: 1px solid #999;\n padding: 1px;\n background: #fff;\n }\n\n .tabulator\n .tabulator-header\n .tabulator-col\n .tabulator-col-content\n .tabulator-col-title\n .tabulator-header-popup-button\n + .tabulator-title-editor {\n width: calc(100% - 22px);\n }\n\n .tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-sorter {\n display: flex;\n align-items: center;\n position: absolute;\n top: 0;\n bottom: 0;\n right: 4px;\n }\n\n .tabulator\n .tabulator-header\n .tabulator-col\n .tabulator-col-content\n .tabulator-col-sorter\n .tabulator-arrow {\n width: 0;\n height: 0;\n border-left: 6px solid transparent;\n border-right: 6px solid transparent;\n border-bottom: 6px solid #bbb;\n }\n\n .tabulator .tabulator-header .tabulator-col.tabulator-col-group .tabulator-col-group-cols {\n position: relative;\n display: flex;\n border-top: 1px solid #ddd;\n overflow: hidden;\n margin-right: -1px;\n }\n\n .tabulator .tabulator-header .tabulator-col .tabulator-header-filter {\n position: relative;\n box-sizing: border-box;\n margin-top: 2px;\n width: 100%;\n text-align: center;\n }\n\n .tabulator .tabulator-header .tabulator-col .tabulator-header-filter textarea {\n height: auto !important;\n }\n\n .tabulator .tabulator-header .tabulator-col .tabulator-header-filter svg {\n margin-top: 3px;\n }\n\n .tabulator .tabulator-header .tabulator-col .tabulator-header-filter input::-ms-clear {\n width: 0;\n height: 0;\n }\n\n .tabulator .tabulator-header .tabulator-col.tabulator-sortable .tabulator-col-title {\n padding-right: 25px;\n }\n\n @media (hover: hover) and (pointer: fine) {\n .tabulator\n .tabulator-header\n .tabulator-col.tabulator-sortable.tabulator-col-sorter-element:hover {\n cursor: pointer;\n background-color: #e6e6e6;\n }\n }\n\n .tabulator\n .tabulator-header\n .tabulator-col.tabulator-sortable[aria-sort='none']\n .tabulator-col-content\n .tabulator-col-sorter {\n color: #bbb;\n }\n\n @media (hover: hover) and (pointer: fine) {\n .tabulator\n .tabulator-header\n .tabulator-col.tabulator-sortable[aria-sort='none']\n .tabulator-col-content\n .tabulator-col-sorter.tabulator-col-sorter-element\n .tabulator-arrow:hover {\n cursor: pointer;\n border-bottom: 6px solid #555;\n }\n }\n\n .tabulator\n .tabulator-header\n .tabulator-col.tabulator-sortable[aria-sort='none']\n .tabulator-col-content\n .tabulator-col-sorter\n .tabulator-arrow {\n border-top: none;\n border-bottom: 6px solid #bbb;\n }\n\n .tabulator\n .tabulator-header\n .tabulator-col.tabulator-sortable[aria-sort='ascending']\n .tabulator-col-content\n .tabulator-col-sorter {\n color: #666;\n }\n\n @media (hover: hover) and (pointer: fine) {\n .tabulator\n .tabulator-header\n .tabulator-col.tabulator-sortable[aria-sort='ascending']\n .tabulator-col-content\n .tabulator-col-sorter.tabulator-col-sorter-element\n .tabulator-arrow:hover {\n cursor: pointer;\n border-bottom: 6px solid #555;\n }\n }\n\n .tabulator\n .tabulator-header\n .tabulator-col.tabulator-sortable[aria-sort='ascending']\n .tabulator-col-content\n .tabulator-col-sorter\n .tabulator-arrow {\n border-top: none;\n border-bottom: 6px solid #666;\n }\n\n .tabulator\n .tabulator-header\n .tabulator-col.tabulator-sortable[aria-sort='descending']\n .tabulator-col-content\n .tabulator-col-sorter {\n color: #666;\n }\n\n @media (hover: hover) and (pointer: fine) {\n .tabulator\n .tabulator-header\n .tabulator-col.tabulator-sortable[aria-sort='descending']\n .tabulator-col-content\n .tabulator-col-sorter.tabulator-col-sorter-element\n .tabulator-arrow:hover {\n cursor: pointer;\n border-top: 6px solid #555;\n }\n }\n\n .tabulator\n .tabulator-header\n .tabulator-col.tabulator-sortable[aria-sort='descending']\n .tabulator-col-content\n .tabulator-col-sorter\n .tabulator-arrow {\n border-bottom: none;\n border-top: 6px solid #666;\n color: #666;\n }\n\n .tabulator\n .tabulator-header\n .tabulator-col.tabulator-col-vertical\n .tabulator-col-content\n .tabulator-col-title {\n writing-mode: vertical-rl;\n text-orientation: mixed;\n display: flex;\n align-items: center;\n justify-content: center;\n }\n\n .tabulator\n .tabulator-header\n .tabulator-col.tabulator-col-vertical.tabulator-col-vertical-flip\n .tabulator-col-title {\n transform: rotate(180deg);\n }\n\n .tabulator\n .tabulator-header\n .tabulator-col.tabulator-col-vertical.tabulator-sortable\n .tabulator-col-title {\n padding-right: 0;\n padding-top: 20px;\n }\n\n .tabulator\n .tabulator-header\n .tabulator-col.tabulator-col-vertical.tabulator-sortable.tabulator-col-vertical-flip\n .tabulator-col-title {\n padding-right: 0;\n padding-bottom: 20px;\n }\n\n .tabulator\n .tabulator-header\n .tabulator-col.tabulator-col-vertical.tabulator-sortable\n .tabulator-col-sorter {\n justify-content: center;\n left: 0;\n right: 0;\n top: 4px;\n bottom: auto;\n }\n\n .tabulator .tabulator-header .tabulator-frozen {\n position: sticky;\n left: 0;\n z-index: 11;\n }\n\n .tabulator .tabulator-header .tabulator-frozen.tabulator-frozen-left {\n border-right: 2px solid #ddd;\n }\n\n .tabulator .tabulator-header .tabulator-frozen.tabulator-frozen-right {\n border-left: 2px solid #ddd;\n }\n\n .tabulator .tabulator-header .tabulator-calcs-holder {\n box-sizing: border-box;\n background: white !important;\n border-top: 1px solid #ddd;\n border-bottom: 1px solid #ddd;\n }\n\n .tabulator .tabulator-header .tabulator-calcs-holder .tabulator-row {\n background: white !important;\n }\n\n .tabulator .tabulator-header .tabulator-calcs-holder .tabulator-row .tabulator-col-resize-handle {\n display: none;\n }\n\n .tabulator .tabulator-header .tabulator-frozen-rows-holder:empty {\n display: none;\n }\n\n .tabulator .tabulator-tableholder {\n position: relative;\n width: 100%;\n white-space: nowrap;\n overflow: auto;\n -webkit-overflow-scrolling: touch;\n }\n\n .tabulator .tabulator-tableholder:focus {\n outline: none;\n }\n\n .tabulator .tabulator-tableholder .tabulator-placeholder {\n box-sizing: border-box;\n display: flex;\n align-items: center;\n justify-content: center;\n width: 100%;\n }\n\n .tabulator .tabulator-tableholder .tabulator-placeholder[tabulator-render-mode='virtual'] {\n min-height: 100%;\n min-width: 100%;\n }\n\n .tabulator .tabulator-tableholder .tabulator-placeholder .tabulator-placeholder-contents {\n display: inline-block;\n text-align: center;\n padding: 10px;\n color: #ccc;\n font-weight: bold;\n font-size: 20px;\n white-space: normal;\n }\n\n .tabulator .tabulator-tableholder .tabulator-table {\n position: relative;\n display: inline-block;\n white-space: nowrap;\n overflow: visible;\n color: #333;\n }\n\n .tabulator .tabulator-tableholder .tabulator-table .tabulator-row.tabulator-calcs {\n font-weight: bold;\n background: #f2f2f2;\n }\n\n .tabulator\n .tabulator-tableholder\n .tabulator-table\n .tabulator-row.tabulator-calcs.tabulator-calcs-top {\n border-bottom: 2px solid #ddd;\n }\n\n .tabulator\n .tabulator-tableholder\n .tabulator-table\n .tabulator-row.tabulator-calcs.tabulator-calcs-bottom {\n border-top: 2px solid #ddd;\n }\n\n .tabulator .tabulator-footer {\n border-top: 1px solid #999;\n background-color: #fff;\n color: #555;\n font-weight: bold;\n white-space: nowrap;\n user-select: none;\n -moz-user-select: none;\n -khtml-user-select: none;\n -webkit-user-select: none;\n -o-user-select: none;\n }\n\n .tabulator .tabulator-footer .tabulator-footer-contents {\n display: flex;\n flex-direction: row;\n align-items: center;\n justify-content: space-between;\n padding: 5px 10px;\n }\n\n .tabulator .tabulator-footer .tabulator-footer-contents:empty {\n display: none;\n }\n\n .tabulator .tabulator-footer .tabulator-calcs-holder {\n box-sizing: border-box;\n width: 100%;\n text-align: left;\n background: white !important;\n border-bottom: 1px solid #ddd;\n border-top: 1px solid #ddd;\n overflow: hidden;\n }\n\n .tabulator .tabulator-footer .tabulator-calcs-holder .tabulator-row {\n display: inline-block;\n background: white !important;\n }\n\n .tabulator .tabulator-footer .tabulator-calcs-holder .tabulator-row .tabulator-col-resize-handle {\n display: none;\n }\n\n .tabulator .tabulator-footer .tabulator-calcs-holder:only-child {\n margin-bottom: -5px;\n border-bottom: none;\n }\n\n .tabulator .tabulator-footer > * + .tabulator-page-counter {\n margin-left: 10px;\n }\n\n .tabulator .tabulator-footer .tabulator-page-counter {\n font-weight: normal;\n }\n\n .tabulator .tabulator-footer .tabulator-paginator {\n flex: 1;\n text-align: right;\n color: #555;\n font-family: inherit;\n font-weight: inherit;\n font-size: inherit;\n }\n\n .tabulator .tabulator-footer .tabulator-page-size {\n display: inline-block;\n margin: 0 5px;\n padding: 2px 5px;\n border: 1px solid #aaa;\n border-radius: 3px;\n }\n\n .tabulator .tabulator-footer .tabulator-pages {\n margin: 0 7px;\n }\n\n .tabulator .tabulator-footer .tabulator-page {\n display: inline-block;\n margin: 0 2px;\n padding: 2px 5px;\n border: 1px solid #aaa;\n border-radius: 3px;\n background: rgba(255, 255, 255, 0.2);\n }\n\n .tabulator .tabulator-footer .tabulator-page.active {\n color: #d00;\n }\n\n .tabulator .tabulator-footer .tabulator-page:disabled {\n opacity: 0.5;\n }\n\n @media (hover: hover) and (pointer: fine) {\n .tabulator .tabulator-footer .tabulator-page:not(.disabled):hover {\n cursor: pointer;\n background: rgba(0, 0, 0, 0.2);\n color: #fff;\n }\n }\n\n .tabulator .tabulator-col-resize-handle {\n position: relative;\n display: inline-block;\n width: 6px;\n margin-left: -3px;\n margin-right: -3px;\n z-index: 10;\n vertical-align: middle;\n }\n\n @media (hover: hover) and (pointer: fine) {\n .tabulator .tabulator-col-resize-handle:hover {\n cursor: ew-resize;\n }\n }\n\n .tabulator .tabulator-col-resize-handle:last-of-type {\n width: 3px;\n margin-right: 0;\n }\n\n .tabulator .tabulator-alert {\n position: absolute;\n display: flex;\n align-items: center;\n top: 0;\n left: 0;\n z-index: 100;\n height: 100%;\n width: 100%;\n background: rgba(0, 0, 0, 0.4);\n text-align: center;\n }\n\n .tabulator .tabulator-alert .tabulator-alert-msg {\n display: inline-block;\n margin: 0 auto;\n padding: 10px 20px;\n border-radius: 10px;\n background: #fff;\n font-weight: bold;\n font-size: 16px;\n }\n\n .tabulator .tabulator-alert .tabulator-alert-msg.tabulator-alert-state-msg {\n border: 4px solid #333;\n color: #000;\n }\n\n .tabulator .tabulator-alert .tabulator-alert-msg.tabulator-alert-state-error {\n border: 4px solid #d00;\n color: #590000;\n }\n\n .tabulator-row {\n position: relative;\n box-sizing: border-box;\n min-height: 22px;\n background-color: #fff;\n }\n\n .tabulator-row.tabulator-row-even {\n background-color: #fff;\n }\n\n @media (hover: hover) and (pointer: fine) {\n .tabulator-row.tabulator-selectable:hover {\n background-color: #bbb;\n cursor: pointer;\n }\n }\n\n .tabulator-row.tabulator-selected {\n background-color: #9abcea;\n }\n\n @media (hover: hover) and (pointer: fine) {\n .tabulator-row.tabulator-selected:hover {\n background-color: #769bcc;\n cursor: pointer;\n }\n }\n\n .tabulator-row.tabulator-row-moving {\n border: 1px solid #000;\n background: #fff;\n }\n\n .tabulator-row.tabulator-moving {\n position: absolute;\n border-top: 1px solid #ddd;\n border-bottom: 1px solid #ddd;\n pointer-events: none;\n z-index: 15;\n }\n\n .tabulator-row .tabulator-row-resize-handle {\n position: absolute;\n right: 0;\n bottom: 0;\n left: 0;\n height: 5px;\n }\n\n .tabulator-row .tabulator-row-resize-handle.prev {\n top: 0;\n bottom: auto;\n }\n\n @media (hover: hover) and (pointer: fine) {\n .tabulator-row .tabulator-row-resize-handle:hover {\n cursor: ns-resize;\n }\n }\n\n .tabulator-row .tabulator-responsive-collapse {\n box-sizing: border-box;\n padding: 5px;\n border-top: 1px solid #ddd;\n border-bottom: 1px solid #ddd;\n }\n\n .tabulator-row .tabulator-responsive-collapse:empty {\n display: none;\n }\n\n .tabulator-row .tabulator-responsive-collapse table {\n font-size: 14px;\n }\n\n .tabulator-row .tabulator-responsive-collapse table tr td {\n position: relative;\n }\n\n .tabulator-row .tabulator-responsive-collapse table tr td:first-of-type {\n padding-right: 10px;\n }\n\n .tabulator-row .tabulator-cell {\n display: inline-flex;\n position: unset;\n box-sizing: border-box;\n padding: 4px 8px;\n border-right: 1px solid #ddd;\n vertical-align: middle;\n white-space: nowrap;\n overflow: hidden;\n text-overflow: ellipsis;\n }\n\n .tabulator-row .tabulator-cell.tabulator-frozen {\n display: inline-flex;\n position: sticky;\n left: 0;\n background-color: inherit;\n z-index: 11;\n }\n\n .tabulator-row .tabulator-cell.tabulator-frozen.tabulator-frozen-left {\n border-right: 2px solid #ddd;\n }\n\n .tabulator-row .tabulator-cell.tabulator-frozen.tabulator-frozen-right {\n border-left: 2px solid #ddd;\n }\n\n .tabulator-row .tabulator-cell.tabulator-editing {\n border: 1px solid #1d68cd;\n outline: none;\n padding: 0;\n }\n\n .tabulator-row .tabulator-cell.tabulator-editing input,\n .tabulator-row .tabulator-cell.tabulator-editing select {\n border: 1px;\n background: transparent;\n outline: none;\n }\n\n .tabulator-row .tabulator-cell.tabulator-validation-fail {\n border: 1px solid #dd0000;\n }\n\n .tabulator-row .tabulator-cell.tabulator-validation-fail input,\n .tabulator-row .tabulator-cell.tabulator-validation-fail select {\n border: 1px;\n background: transparent;\n color: #dd0000;\n }\n\n .tabulator-row .tabulator-cell.tabulator-row-handle {\n display: inline-flex;\n align-items: center;\n justify-content: center;\n -moz-user-select: none;\n -khtml-user-select: none;\n -webkit-user-select: none;\n -o-user-select: none;\n }\n\n .tabulator-row .tabulator-cell.tabulator-row-handle .tabulator-row-handle-box {\n width: 80%;\n }\n\n .tabulator-row\n .tabulator-cell.tabulator-row-handle\n .tabulator-row-handle-box\n .tabulator-row-handle-bar {\n width: 100%;\n height: 3px;\n margin-top: 2px;\n background: #666;\n }\n\n .tabulator-row .tabulator-cell .tabulator-data-tree-branch-empty {\n display: inline-block;\n width: 7px;\n }\n\n .tabulator-row .tabulator-cell .tabulator-data-tree-branch {\n display: inline-block;\n vertical-align: middle;\n height: 9px;\n width: 7px;\n margin-top: -9px;\n margin-right: 5px;\n border-bottom-left-radius: 1px;\n border-left: 2px solid #ddd;\n border-bottom: 2px solid #ddd;\n }\n\n .tabulator-row .tabulator-cell .tabulator-data-tree-control {\n display: inline-flex;\n justify-content: center;\n align-items: center;\n vertical-align: middle;\n height: 11px;\n width: 11px;\n margin-right: 5px;\n border: 1px solid #333;\n border-radius: 2px;\n background: rgba(0, 0, 0, 0.1);\n overflow: hidden;\n }\n\n @media (hover: hover) and (pointer: fine) {\n .tabulator-row .tabulator-cell .tabulator-data-tree-control:hover {\n cursor: pointer;\n background: rgba(0, 0, 0, 0.2);\n }\n }\n\n .tabulator-row\n .tabulator-cell\n .tabulator-data-tree-control\n .tabulator-data-tree-control-collapse {\n display: inline-block;\n position: relative;\n height: 7px;\n width: 1px;\n background: transparent;\n }\n\n .tabulator-row\n .tabulator-cell\n .tabulator-data-tree-control\n .tabulator-data-tree-control-collapse:after {\n position: absolute;\n content: '';\n left: -3px;\n top: 3px;\n height: 1px;\n width: 7px;\n background: #333;\n }\n\n .tabulator-row .tabulator-cell .tabulator-data-tree-control .tabulator-data-tree-control-expand {\n display: inline-block;\n position: relative;\n height: 7px;\n width: 1px;\n background: #333;\n }\n\n .tabulator-row\n .tabulator-cell\n .tabulator-data-tree-control\n .tabulator-data-tree-control-expand:after {\n position: absolute;\n content: '';\n left: -3px;\n top: 3px;\n height: 1px;\n width: 7px;\n background: #333;\n }\n\n .tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle {\n display: inline-flex;\n align-items: center;\n justify-content: center;\n -moz-user-select: none;\n -khtml-user-select: none;\n -webkit-user-select: none;\n -o-user-select: none;\n height: 15px;\n width: 15px;\n border-radius: 20px;\n background: #666;\n color: #fff;\n font-weight: bold;\n font-size: 1.1em;\n }\n\n @media (hover: hover) and (pointer: fine) {\n .tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle:hover {\n opacity: 0.7;\n cursor: pointer;\n }\n }\n\n .tabulator-row\n .tabulator-cell\n .tabulator-responsive-collapse-toggle.open\n .tabulator-responsive-collapse-toggle-close {\n display: initial;\n }\n\n .tabulator-row\n .tabulator-cell\n .tabulator-responsive-collapse-toggle.open\n .tabulator-responsive-collapse-toggle-open {\n display: none;\n }\n\n .tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle svg {\n stroke: #fff;\n }\n\n .tabulator-row\n .tabulator-cell\n .tabulator-responsive-collapse-toggle\n .tabulator-responsive-collapse-toggle-close {\n display: none;\n }\n\n .tabulator-row .tabulator-cell .tabulator-traffic-light {\n display: inline-block;\n height: 14px;\n width: 14px;\n border-radius: 14px;\n }\n\n .tabulator-row.tabulator-group {\n box-sizing: border-box;\n border-bottom: 1px solid #999;\n border-right: 1px solid #ddd;\n border-top: 1px solid #999;\n padding: 5px;\n padding-left: 10px;\n background: #ccc;\n font-weight: bold;\n min-width: 100%;\n }\n\n @media (hover: hover) and (pointer: fine) {\n .tabulator-row.tabulator-group:hover {\n cursor: pointer;\n background-color: rgba(0, 0, 0, 0.1);\n }\n }\n\n .tabulator-row.tabulator-group.tabulator-group-visible .tabulator-arrow {\n margin-right: 10px;\n border-left: 6px solid transparent;\n border-right: 6px solid transparent;\n border-top: 6px solid #666;\n border-bottom: 0;\n }\n\n .tabulator-row.tabulator-group.tabulator-group-level-1 {\n padding-left: 30px;\n }\n\n .tabulator-row.tabulator-group.tabulator-group-level-2 {\n padding-left: 50px;\n }\n\n .tabulator-row.tabulator-group.tabulator-group-level-3 {\n padding-left: 70px;\n }\n\n .tabulator-row.tabulator-group.tabulator-group-level-4 {\n padding-left: 90px;\n }\n\n .tabulator-row.tabulator-group.tabulator-group-level-5 {\n padding-left: 110px;\n }\n\n .tabulator-row.tabulator-group .tabulator-group-toggle {\n display: inline-block;\n }\n\n .tabulator-row.tabulator-group .tabulator-arrow {\n display: inline-block;\n width: 0;\n height: 0;\n margin-right: 16px;\n border-top: 6px solid transparent;\n border-bottom: 6px solid transparent;\n border-right: 0;\n border-left: 6px solid #666;\n vertical-align: middle;\n }\n\n .tabulator-row.tabulator-group span {\n margin-left: 10px;\n color: #d00;\n }\n\n .tabulator-popup-container {\n position: absolute;\n display: inline-block;\n box-sizing: border-box;\n background: #fff;\n border: 1px solid #ddd;\n box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);\n font-size: 14px;\n overflow-y: auto;\n -webkit-overflow-scrolling: touch;\n z-index: 10000;\n }\n\n .tabulator-popup {\n padding: 5px;\n border-radius: 3px;\n }\n\n .tabulator-tooltip {\n max-width: Min(500px, 100%);\n padding: 3px 5px;\n border-radius: 2px;\n box-shadow: none;\n font-size: 12px;\n pointer-events: none;\n }\n\n .tabulator-menu .tabulator-menu-item {\n position: relative;\n box-sizing: border-box;\n padding: 5px 10px;\n user-select: none;\n }\n\n .tabulator-menu .tabulator-menu-item.tabulator-menu-item-disabled {\n opacity: 0.5;\n }\n\n @media (hover: hover) and (pointer: fine) {\n .tabulator-menu .tabulator-menu-item:not(.tabulator-menu-item-disabled):hover {\n cursor: pointer;\n background: #fff;\n }\n }\n\n .tabulator-menu .tabulator-menu-item.tabulator-menu-item-submenu {\n padding-right: 25px;\n }\n\n .tabulator-menu .tabulator-menu-item.tabulator-menu-item-submenu::after {\n display: inline-block;\n position: absolute;\n top: calc(5px + 0.4em);\n right: 10px;\n height: 7px;\n width: 7px;\n content: '';\n border-width: 1px 1px 0 0;\n border-style: solid;\n border-color: #ddd;\n vertical-align: top;\n transform: rotate(45deg);\n }\n\n .tabulator-menu .tabulator-menu-separator {\n border-top: 1px solid #ddd;\n }\n\n .tabulator-edit-list {\n max-height: 200px;\n font-size: 14px;\n overflow-y: auto;\n -webkit-overflow-scrolling: touch;\n }\n\n .tabulator-edit-list .tabulator-edit-list-item {\n padding: 4px;\n color: #333;\n outline: none;\n }\n\n .tabulator-edit-list .tabulator-edit-list-item.active {\n color: #fff;\n background: #1d68cd;\n }\n\n .tabulator-edit-list .tabulator-edit-list-item.active.focused {\n outline: 1px solid rgba(255, 255, 255, 0.5);\n }\n\n .tabulator-edit-list .tabulator-edit-list-item.focused {\n outline: 1px solid #1d68cd;\n }\n\n @media (hover: hover) and (pointer: fine) {\n .tabulator-edit-list .tabulator-edit-list-item:hover {\n cursor: pointer;\n color: #fff;\n background: #1d68cd;\n }\n }\n\n .tabulator-edit-list .tabulator-edit-list-placeholder {\n padding: 4px;\n color: #333;\n text-align: center;\n }\n\n .tabulator-edit-list .tabulator-edit-list-group {\n border-bottom: 1px solid #ddd;\n padding: 4px;\n padding-top: 6px;\n color: #333;\n font-weight: bold;\n }\n\n .tabulator-edit-list .tabulator-edit-list-item.tabulator-edit-list-group-level-2,\n .tabulator-edit-list .tabulator-edit-list-group.tabulator-edit-list-group-level-2 {\n padding-left: 12px;\n }\n\n .tabulator-edit-list .tabulator-edit-list-item.tabulator-edit-list-group-level-3,\n .tabulator-edit-list .tabulator-edit-list-group.tabulator-edit-list-group-level-3 {\n padding-left: 20px;\n }\n\n .tabulator-edit-list .tabulator-edit-list-item.tabulator-edit-list-group-level-4,\n .tabulator-edit-list .tabulator-edit-list-group.tabulator-edit-list-group-level-4 {\n padding-left: 28px;\n }\n\n .tabulator-edit-list .tabulator-edit-list-item.tabulator-edit-list-group-level-5,\n .tabulator-edit-list .tabulator-edit-list-group.tabulator-edit-list-group-level-5 {\n padding-left: 36px;\n }\n\n .tabulator.tabulator-ltr {\n direction: ltr;\n }\n\n .tabulator.tabulator-rtl {\n text-align: initial;\n direction: rtl;\n }\n\n .tabulator.tabulator-rtl .tabulator-header .tabulator-col {\n text-align: initial;\n border-left: 1px solid #ddd;\n border-right: initial;\n }\n\n .tabulator.tabulator-rtl\n .tabulator-header\n .tabulator-col.tabulator-col-group\n .tabulator-col-group-cols {\n margin-right: initial;\n margin-left: -1px;\n }\n\n .tabulator.tabulator-rtl\n .tabulator-header\n .tabulator-col.tabulator-sortable\n .tabulator-col-title {\n padding-right: 0;\n padding-left: 25px;\n }\n\n .tabulator.tabulator-rtl\n .tabulator-header\n .tabulator-col\n .tabulator-col-content\n .tabulator-col-sorter {\n left: 8px;\n right: initial;\n }\n\n .tabulator.tabulator-rtl .tabulator-row .tabulator-cell {\n border-right: initial;\n border-left: 1px solid #ddd;\n }\n\n .tabulator.tabulator-rtl .tabulator-row .tabulator-cell .tabulator-data-tree-branch {\n margin-right: initial;\n margin-left: 5px;\n border-bottom-left-radius: initial;\n border-bottom-right-radius: 1px;\n border-left: initial;\n border-right: 2px solid #ddd;\n }\n\n .tabulator.tabulator-rtl .tabulator-row .tabulator-cell .tabulator-data-tree-control {\n margin-right: initial;\n margin-left: 5px;\n }\n\n .tabulator.tabulator-rtl .tabulator-row .tabulator-cell.tabulator-frozen.tabulator-frozen-left {\n border-left: 2px solid #ddd;\n }\n\n .tabulator.tabulator-rtl .tabulator-row .tabulator-cell.tabulator-frozen.tabulator-frozen-right {\n border-right: 2px solid #ddd;\n }\n\n .tabulator.tabulator-rtl .tabulator-row .tabulator-col-resize-handle:last-of-type {\n width: 3px;\n margin-left: 0;\n margin-right: -3px;\n }\n\n .tabulator.tabulator-rtl .tabulator-footer .tabulator-calcs-holder {\n text-align: initial;\n }\n\n .tabulator-print-fullscreen {\n position: absolute;\n top: 0;\n bottom: 0;\n left: 0;\n right: 0;\n z-index: 10000;\n }\n\n body.tabulator-print-fullscreen-hide > *:not(.tabulator-print-fullscreen) {\n display: none !important;\n }\n\n .tabulator-print-table {\n border-collapse: collapse;\n }\n\n .tabulator-print-table .tabulator-data-tree-branch {\n display: inline-block;\n vertical-align: middle;\n height: 9px;\n width: 7px;\n margin-top: -9px;\n margin-right: 5px;\n border-bottom-left-radius: 1px;\n border-left: 2px solid #ddd;\n border-bottom: 2px solid #ddd;\n }\n\n .tabulator-print-table .tabulator-print-table-group {\n box-sizing: border-box;\n border-bottom: 1px solid #999;\n border-right: 1px solid #ddd;\n border-top: 1px solid #999;\n padding: 5px;\n padding-left: 10px;\n background: #ccc;\n font-weight: bold;\n min-width: 100%;\n }\n\n @media (hover: hover) and (pointer: fine) {\n .tabulator-print-table .tabulator-print-table-group:hover {\n cursor: pointer;\n background-color: rgba(0, 0, 0, 0.1);\n }\n }\n\n .tabulator-print-table .tabulator-print-table-group.tabulator-group-visible .tabulator-arrow {\n margin-right: 10px;\n border-left: 6px solid transparent;\n border-right: 6px solid transparent;\n border-top: 6px solid #666;\n border-bottom: 0;\n }\n\n .tabulator-print-table .tabulator-print-table-group.tabulator-group-level-1 td {\n padding-left: 30px !important;\n }\n\n .tabulator-print-table .tabulator-print-table-group.tabulator-group-level-2 td {\n padding-left: 50px !important;\n }\n\n .tabulator-print-table .tabulator-print-table-group.tabulator-group-level-3 td {\n padding-left: 70px !important;\n }\n\n .tabulator-print-table .tabulator-print-table-group.tabulator-group-level-4 td {\n padding-left: 90px !important;\n }\n\n .tabulator-print-table .tabulator-print-table-group.tabulator-group-level-5 td {\n padding-left: 110px !important;\n }\n\n .tabulator-print-table .tabulator-print-table-group .tabulator-group-toggle {\n display: inline-block;\n }\n\n .tabulator-print-table .tabulator-print-table-group .tabulator-arrow {\n display: inline-block;\n width: 0;\n height: 0;\n margin-right: 16px;\n border-top: 6px solid transparent;\n border-bottom: 6px solid transparent;\n border-right: 0;\n border-left: 6px solid #666;\n vertical-align: middle;\n }\n\n .tabulator-print-table .tabulator-print-table-group span {\n margin-left: 10px;\n color: #d00;\n }\n\n .tabulator-print-table .tabulator-data-tree-control {\n display: inline-flex;\n justify-content: center;\n align-items: center;\n vertical-align: middle;\n height: 11px;\n width: 11px;\n margin-right: 5px;\n border: 1px solid #333;\n border-radius: 2px;\n background: rgba(0, 0, 0, 0.1);\n overflow: hidden;\n }\n\n @media (hover: hover) and (pointer: fine) {\n .tabulator-print-table .tabulator-data-tree-control:hover {\n cursor: pointer;\n background: rgba(0, 0, 0, 0.2);\n }\n }\n\n .tabulator-print-table .tabulator-data-tree-control .tabulator-data-tree-control-collapse {\n display: inline-block;\n position: relative;\n height: 7px;\n width: 1px;\n background: transparent;\n }\n\n .tabulator-print-table .tabulator-data-tree-control .tabulator-data-tree-control-collapse:after {\n position: absolute;\n content: '';\n left: -3px;\n top: 3px;\n height: 1px;\n width: 7px;\n background: #333;\n }\n\n .tabulator-print-table .tabulator-data-tree-control .tabulator-data-tree-control-expand {\n display: inline-block;\n position: relative;\n height: 7px;\n width: 1px;\n background: #333;\n }\n\n .tabulator-print-table .tabulator-data-tree-control .tabulator-data-tree-control-expand:after {\n position: absolute;\n content: '';\n left: -3px;\n top: 3px;\n height: 1px;\n width: 7px;\n background: #333;\n }\n\n .tabulator {\n border: none;\n background-color: #fff;\n }\n\n .tabulator .tabulator-header .tabulator-calcs-holder {\n background: #f2f2f2 !important;\n border-bottom: 1px solid #999;\n }\n\n .tabulator .tabulator-header .tabulator-calcs-holder .tabulator-row {\n background: #f2f2f2 !important;\n }\n\n .tabulator .tabulator-tableholder .tabulator-placeholder span {\n color: #000;\n }\n\n .tabulator .tabulator-footer .tabulator-calcs-holder {\n background: #f2f2f2 !important;\n border-bottom: 1px solid #fff;\n }\n\n .tabulator .tabulator-footer .tabulator-calcs-holder .tabulator-row {\n background: #f2f2f2 !important;\n }\n\n .tabulator-row {\n border-bottom: 1px solid #ddd;\n }\n\n .tabulator-row .tabulator-cell:last-of-type {\n border-right: none;\n }\n\n .tabulator-row.tabulator-group span {\n color: #666;\n }\n\n .tabulator-print-table .tabulator-print-table-group span {\n margin-left: 10px;\n color: #666;\n }\n\n /*# sourceMappingURL=tabulator_simple.css.map */\n`",
3366
- "description": "External styles for the Tabulator grid.",
3367
- "privacy": "public"
3368
- }
3369
- ],
3370
- "exports": [
3371
- {
3372
- "kind": "js",
3373
- "name": "tabulatorThemeSimpleCSS",
2885
+ "name": "foundationNumberEditor",
3374
2886
  "declaration": {
3375
- "name": "tabulatorThemeSimpleCSS",
3376
- "module": "src/external/tabulator-theme-simple-css.ts"
2887
+ "name": "foundationNumberEditor",
2888
+ "module": "src/cell-editors/number.editor.ts"
3377
2889
  }
3378
2890
  }
3379
2891
  ]
3380
2892
  },
3381
2893
  {
3382
2894
  "kind": "javascript-module",
3383
- "path": "src/cell-editors/date.editor.ts",
2895
+ "path": "src/cell-editors/select.editor.ts",
3384
2896
  "declarations": [
3385
2897
  {
3386
2898
  "kind": "class",
3387
- "description": "The date editor class for grid-tabulator",
3388
- "name": "DateEditor",
2899
+ "description": "The select editor class for grid-tabulator",
2900
+ "name": "SelectEditor",
3389
2901
  "members": [
3390
2902
  {
3391
2903
  "kind": "field",
3392
2904
  "name": "params",
3393
2905
  "type": {
3394
- "text": "DateEditorParams"
2906
+ "text": "SelectEditorParams"
3395
2907
  }
3396
2908
  },
3397
2909
  {
3398
2910
  "kind": "field",
3399
- "name": "dateField",
2911
+ "name": "select",
3400
2912
  "type": {
3401
2913
  "text": "any"
3402
2914
  }
@@ -3408,7 +2920,7 @@
3408
2920
  {
3409
2921
  "name": "params",
3410
2922
  "type": {
3411
- "text": "DateEditorParams"
2923
+ "text": "SelectEditorParams"
3412
2924
  }
3413
2925
  }
3414
2926
  ],
@@ -3419,15 +2931,10 @@
3419
2931
  "name": "getValue",
3420
2932
  "description": "Get current value"
3421
2933
  },
3422
- {
3423
- "kind": "method",
3424
- "name": "getFormattedValue",
3425
- "description": "Format value for display"
3426
- },
3427
2934
  {
3428
2935
  "kind": "method",
3429
2936
  "name": "focus",
3430
- "description": "Set focus to the input"
2937
+ "description": "Set focus to the select"
3431
2938
  },
3432
2939
  {
3433
2940
  "kind": "method",
@@ -3442,6 +2949,11 @@
3442
2949
  ],
3443
2950
  "description": "Process key down events"
3444
2951
  },
2952
+ {
2953
+ "kind": "method",
2954
+ "name": "handleChange",
2955
+ "description": "Handle change event"
2956
+ },
3445
2957
  {
3446
2958
  "kind": "field",
3447
2959
  "name": "_presentation",
@@ -3561,13 +3073,13 @@
3561
3073
  },
3562
3074
  {
3563
3075
  "kind": "variable",
3564
- "name": "dateEditorStyles",
3076
+ "name": "selectEditorStyles",
3565
3077
  "default": "css`\n :host {\n display: block;\n width: 100%;\n height: 100%;\n }\n`",
3566
- "description": "Styles for the date editor"
3078
+ "description": "Styles for the select editor"
3567
3079
  },
3568
3080
  {
3569
3081
  "kind": "function",
3570
- "name": "getDateEditorTemplate",
3082
+ "name": "getSelectEditorTemplate",
3571
3083
  "parameters": [
3572
3084
  {
3573
3085
  "name": "prefix",
@@ -3575,7 +3087,7 @@
3575
3087
  "description": "The design system prefix to use. Defaults to 'foundation'."
3576
3088
  }
3577
3089
  ],
3578
- "description": "Get a Design System prefixed date field template.",
3090
+ "description": "Get a Design System prefixed Select template.",
3579
3091
  "return": {
3580
3092
  "type": {
3581
3093
  "text": ""
@@ -3585,111 +3097,64 @@
3585
3097
  },
3586
3098
  {
3587
3099
  "kind": "variable",
3588
- "name": "foundationDateEditor",
3589
- "description": "Definition for the date editor component"
3100
+ "name": "foundationSelectEditor",
3101
+ "description": "Definition for the select editor component"
3590
3102
  }
3591
3103
  ],
3592
3104
  "exports": [
3593
3105
  {
3594
3106
  "kind": "js",
3595
- "name": "DateEditor",
3596
- "declaration": {
3597
- "name": "DateEditor",
3598
- "module": "src/cell-editors/date.editor.ts"
3599
- }
3600
- },
3601
- {
3602
- "kind": "js",
3603
- "name": "dateEditorStyles",
3604
- "declaration": {
3605
- "name": "dateEditorStyles",
3606
- "module": "src/cell-editors/date.editor.ts"
3607
- }
3608
- },
3609
- {
3610
- "kind": "js",
3611
- "name": "getDateEditorTemplate",
3612
- "declaration": {
3613
- "name": "getDateEditorTemplate",
3614
- "module": "src/cell-editors/date.editor.ts"
3615
- }
3616
- },
3617
- {
3618
- "kind": "js",
3619
- "name": "foundationDateEditor",
3620
- "declaration": {
3621
- "name": "foundationDateEditor",
3622
- "module": "src/cell-editors/date.editor.ts"
3623
- }
3624
- }
3625
- ]
3626
- },
3627
- {
3628
- "kind": "javascript-module",
3629
- "path": "src/cell-editors/index.ts",
3630
- "declarations": [],
3631
- "exports": [
3632
- {
3633
- "kind": "js",
3634
- "name": "*",
3635
- "declaration": {
3636
- "name": "*",
3637
- "package": "./date.editor"
3638
- }
3639
- },
3640
- {
3641
- "kind": "js",
3642
- "name": "*",
3107
+ "name": "SelectEditor",
3643
3108
  "declaration": {
3644
- "name": "*",
3645
- "package": "./number.editor"
3109
+ "name": "SelectEditor",
3110
+ "module": "src/cell-editors/select.editor.ts"
3646
3111
  }
3647
3112
  },
3648
3113
  {
3649
3114
  "kind": "js",
3650
- "name": "*",
3115
+ "name": "selectEditorStyles",
3651
3116
  "declaration": {
3652
- "name": "*",
3653
- "package": "./select.editor"
3117
+ "name": "selectEditorStyles",
3118
+ "module": "src/cell-editors/select.editor.ts"
3654
3119
  }
3655
3120
  },
3656
3121
  {
3657
3122
  "kind": "js",
3658
- "name": "*",
3123
+ "name": "getSelectEditorTemplate",
3659
3124
  "declaration": {
3660
- "name": "*",
3661
- "package": "./string.editor"
3125
+ "name": "getSelectEditorTemplate",
3126
+ "module": "src/cell-editors/select.editor.ts"
3662
3127
  }
3663
3128
  },
3664
3129
  {
3665
3130
  "kind": "js",
3666
- "name": "*",
3131
+ "name": "foundationSelectEditor",
3667
3132
  "declaration": {
3668
- "name": "*",
3669
- "package": "./multiselect.editor"
3133
+ "name": "foundationSelectEditor",
3134
+ "module": "src/cell-editors/select.editor.ts"
3670
3135
  }
3671
3136
  }
3672
3137
  ]
3673
3138
  },
3674
3139
  {
3675
3140
  "kind": "javascript-module",
3676
- "path": "src/cell-editors/multiselect.editor.ts",
3141
+ "path": "src/cell-editors/string.editor.ts",
3677
3142
  "declarations": [
3678
3143
  {
3679
3144
  "kind": "class",
3680
- "description": "The multiselect editor class for grid-tabulator",
3681
- "name": "MultiselectEditor",
3145
+ "description": "The string editor class for grid-tabulator",
3146
+ "name": "StringEditor",
3682
3147
  "members": [
3683
3148
  {
3684
3149
  "kind": "field",
3685
3150
  "name": "params",
3686
3151
  "type": {
3687
- "text": "MultiselectEditorParams"
3152
+ "text": "StringEditorParams"
3688
3153
  }
3689
3154
  },
3690
3155
  {
3691
3156
  "kind": "field",
3692
- "name": "select",
3157
+ "name": "textField",
3693
3158
  "type": {
3694
3159
  "text": "any"
3695
3160
  }
@@ -3701,7 +3166,7 @@
3701
3166
  {
3702
3167
  "name": "params",
3703
3168
  "type": {
3704
- "text": "MultiselectEditorParams"
3169
+ "text": "StringEditorParams"
3705
3170
  }
3706
3171
  }
3707
3172
  ],
@@ -3709,36 +3174,13 @@
3709
3174
  },
3710
3175
  {
3711
3176
  "kind": "method",
3712
- "name": "getValues",
3713
- "return": {
3714
- "type": {
3715
- "text": "(string | number)[]"
3716
- }
3717
- },
3718
- "description": "Get current values"
3177
+ "name": "getValue",
3178
+ "description": "Get current value"
3719
3179
  },
3720
3180
  {
3721
3181
  "kind": "method",
3722
3182
  "name": "focus",
3723
- "description": "Set focus to the select"
3724
- },
3725
- {
3726
- "kind": "method",
3727
- "name": "isSelected",
3728
- "return": {
3729
- "type": {
3730
- "text": "boolean"
3731
- }
3732
- },
3733
- "parameters": [
3734
- {
3735
- "name": "value",
3736
- "type": {
3737
- "text": "string | number"
3738
- }
3739
- }
3740
- ],
3741
- "description": "Check if a value is selected"
3183
+ "description": "Set focus to the input"
3742
3184
  },
3743
3185
  {
3744
3186
  "kind": "method",
@@ -3753,11 +3195,6 @@
3753
3195
  ],
3754
3196
  "description": "Process key down events"
3755
3197
  },
3756
- {
3757
- "kind": "method",
3758
- "name": "handleChange",
3759
- "description": "Handle change event to save when selection changes"
3760
- },
3761
3198
  {
3762
3199
  "kind": "field",
3763
3200
  "name": "_presentation",
@@ -3877,13 +3314,13 @@
3877
3314
  },
3878
3315
  {
3879
3316
  "kind": "variable",
3880
- "name": "multiselectEditorStyles",
3317
+ "name": "stringEditorStyles",
3881
3318
  "default": "css`\n :host {\n display: block;\n width: 100%;\n height: 100%;\n }\n`",
3882
- "description": "Styles for the multiselect editor"
3319
+ "description": "Styles for the string editor"
3883
3320
  },
3884
3321
  {
3885
3322
  "kind": "function",
3886
- "name": "getMultiselectEditorTemplate",
3323
+ "name": "getStringEditorTemplate",
3887
3324
  "parameters": [
3888
3325
  {
3889
3326
  "name": "prefix",
@@ -3891,7 +3328,7 @@
3891
3328
  "description": "The design system prefix to use. Defaults to 'foundation'."
3892
3329
  }
3893
3330
  ],
3894
- "description": "Get a Design System prefixed Select template.",
3331
+ "description": "Get a Design System prefixed text field template.",
3895
3332
  "return": {
3896
3333
  "type": {
3897
3334
  "text": ""
@@ -3900,103 +3337,128 @@
3900
3337
  },
3901
3338
  {
3902
3339
  "kind": "variable",
3903
- "name": "foundationMultiselectEditor",
3904
- "description": "Definition for the multiselect editor component"
3340
+ "name": "foundationStringEditor",
3341
+ "description": "Definition for the string editor component"
3905
3342
  }
3906
3343
  ],
3907
3344
  "exports": [
3908
3345
  {
3909
3346
  "kind": "js",
3910
- "name": "MultiselectEditor",
3347
+ "name": "StringEditor",
3911
3348
  "declaration": {
3912
- "name": "MultiselectEditor",
3913
- "module": "src/cell-editors/multiselect.editor.ts"
3349
+ "name": "StringEditor",
3350
+ "module": "src/cell-editors/string.editor.ts"
3914
3351
  }
3915
3352
  },
3916
3353
  {
3917
3354
  "kind": "js",
3918
- "name": "multiselectEditorStyles",
3355
+ "name": "stringEditorStyles",
3919
3356
  "declaration": {
3920
- "name": "multiselectEditorStyles",
3921
- "module": "src/cell-editors/multiselect.editor.ts"
3357
+ "name": "stringEditorStyles",
3358
+ "module": "src/cell-editors/string.editor.ts"
3922
3359
  }
3923
3360
  },
3924
3361
  {
3925
3362
  "kind": "js",
3926
- "name": "getMultiselectEditorTemplate",
3363
+ "name": "getStringEditorTemplate",
3927
3364
  "declaration": {
3928
- "name": "getMultiselectEditorTemplate",
3929
- "module": "src/cell-editors/multiselect.editor.ts"
3365
+ "name": "getStringEditorTemplate",
3366
+ "module": "src/cell-editors/string.editor.ts"
3930
3367
  }
3931
3368
  },
3932
3369
  {
3933
3370
  "kind": "js",
3934
- "name": "foundationMultiselectEditor",
3371
+ "name": "foundationStringEditor",
3935
3372
  "declaration": {
3936
- "name": "foundationMultiselectEditor",
3937
- "module": "src/cell-editors/multiselect.editor.ts"
3373
+ "name": "foundationStringEditor",
3374
+ "module": "src/cell-editors/string.editor.ts"
3938
3375
  }
3939
3376
  }
3940
3377
  ]
3941
3378
  },
3942
3379
  {
3943
3380
  "kind": "javascript-module",
3944
- "path": "src/cell-editors/number.editor.ts",
3381
+ "path": "src/cell/cell.ts",
3945
3382
  "declarations": [
3946
3383
  {
3947
3384
  "kind": "class",
3948
- "description": "The number editor class for grid-tabulator",
3949
- "name": "NumberEditor",
3385
+ "description": "The GridTabulator Cell element.",
3386
+ "name": "GridTabulatorCell",
3950
3387
  "members": [
3951
3388
  {
3952
3389
  "kind": "field",
3953
- "name": "params",
3390
+ "name": "renderer",
3954
3391
  "type": {
3955
- "text": "NumberEditorParams"
3956
- }
3392
+ "text": "CellRendererFunc"
3393
+ },
3394
+ "privacy": "public"
3957
3395
  },
3958
3396
  {
3959
3397
  "kind": "field",
3960
- "name": "numberField",
3398
+ "name": "rendererParams",
3961
3399
  "type": {
3962
- "text": "any"
3963
- }
3400
+ "text": "CellRendererParams"
3401
+ },
3402
+ "privacy": "public"
3403
+ },
3404
+ {
3405
+ "kind": "field",
3406
+ "name": "slottedRenderer",
3407
+ "type": {
3408
+ "text": "HTMLElement[]"
3409
+ },
3410
+ "privacy": "public"
3964
3411
  },
3965
3412
  {
3966
3413
  "kind": "method",
3967
3414
  "name": "init",
3415
+ "privacy": "public",
3968
3416
  "parameters": [
3969
3417
  {
3970
3418
  "name": "params",
3971
3419
  "type": {
3972
- "text": "NumberEditorParams"
3420
+ "text": "CellRendererParams"
3973
3421
  }
3974
3422
  }
3975
- ],
3976
- "description": "Initialize the editor with parameters"
3423
+ ]
3977
3424
  },
3978
3425
  {
3979
3426
  "kind": "method",
3980
- "name": "getValue",
3981
- "description": "Get current value"
3427
+ "name": "getElement",
3428
+ "privacy": "public",
3429
+ "return": {
3430
+ "type": {
3431
+ "text": "HTMLElement"
3432
+ }
3433
+ }
3982
3434
  },
3983
3435
  {
3984
3436
  "kind": "method",
3985
- "name": "focus",
3986
- "description": "Set focus to the input"
3437
+ "name": "destroy",
3438
+ "privacy": "public"
3987
3439
  },
3988
3440
  {
3989
3441
  "kind": "method",
3990
- "name": "handleKeyDown",
3442
+ "name": "refresh",
3443
+ "privacy": "public",
3444
+ "return": {
3445
+ "type": {
3446
+ "text": "boolean"
3447
+ }
3448
+ },
3991
3449
  "parameters": [
3992
3450
  {
3993
- "name": "event",
3451
+ "name": "params",
3994
3452
  "type": {
3995
- "text": "KeyboardEvent"
3453
+ "text": "CellRendererParams"
3996
3454
  }
3997
3455
  }
3998
- ],
3999
- "description": "Process key down events"
3456
+ ]
3457
+ },
3458
+ {
3459
+ "kind": "method",
3460
+ "name": "slottedRendererChanged",
3461
+ "privacy": "public"
4000
3462
  },
4001
3463
  {
4002
3464
  "kind": "field",
@@ -4113,135 +3575,688 @@
4113
3575
  "superclass": {
4114
3576
  "name": "FoundationElement",
4115
3577
  "package": "@microsoft/fast-foundation"
4116
- }
4117
- },
4118
- {
4119
- "kind": "variable",
4120
- "name": "numberEditorStyles",
4121
- "default": "css`\n :host {\n display: block;\n width: 100%;\n height: 100%;\n }\n`",
4122
- "description": "Styles for the number editor"
4123
- },
4124
- {
4125
- "kind": "function",
4126
- "name": "getNumberEditorTemplate",
4127
- "parameters": [
4128
- {
4129
- "name": "prefix",
4130
- "default": "'foundation'",
4131
- "description": "The design system prefix to use. Defaults to 'foundation'."
4132
- }
4133
- ],
4134
- "description": "Get a Design System prefixed number field template.",
4135
- "return": {
4136
- "type": {
4137
- "text": ""
4138
- }
4139
- }
4140
- },
4141
- {
4142
- "kind": "variable",
4143
- "name": "foundationNumberEditor",
4144
- "description": "Definition for the number editor component"
3578
+ },
3579
+ "tagName": "grid-tabulator-cell",
3580
+ "customElement": true
4145
3581
  }
4146
3582
  ],
4147
3583
  "exports": [
4148
3584
  {
4149
3585
  "kind": "js",
4150
- "name": "NumberEditor",
3586
+ "name": "GridTabulatorCell",
4151
3587
  "declaration": {
4152
- "name": "NumberEditor",
4153
- "module": "src/cell-editors/number.editor.ts"
4154
- }
4155
- },
4156
- {
4157
- "kind": "js",
4158
- "name": "numberEditorStyles",
4159
- "declaration": {
4160
- "name": "numberEditorStyles",
4161
- "module": "src/cell-editors/number.editor.ts"
3588
+ "name": "GridTabulatorCell",
3589
+ "module": "src/cell/cell.ts"
4162
3590
  }
4163
3591
  },
4164
3592
  {
4165
- "kind": "js",
4166
- "name": "getNumberEditorTemplate",
3593
+ "kind": "custom-element-definition",
3594
+ "name": "grid-tabulator-cell",
4167
3595
  "declaration": {
4168
- "name": "getNumberEditorTemplate",
4169
- "module": "src/cell-editors/number.editor.ts"
3596
+ "name": "GridTabulatorCell",
3597
+ "module": "src/cell/cell.ts"
4170
3598
  }
4171
- },
3599
+ }
3600
+ ]
3601
+ },
3602
+ {
3603
+ "kind": "javascript-module",
3604
+ "path": "src/cell/index.ts",
3605
+ "declarations": [],
3606
+ "exports": [
4172
3607
  {
4173
3608
  "kind": "js",
4174
- "name": "foundationNumberEditor",
3609
+ "name": "*",
4175
3610
  "declaration": {
4176
- "name": "foundationNumberEditor",
4177
- "module": "src/cell-editors/number.editor.ts"
3611
+ "name": "*",
3612
+ "package": "./cell"
4178
3613
  }
4179
3614
  }
4180
3615
  ]
4181
3616
  },
4182
3617
  {
4183
3618
  "kind": "javascript-module",
4184
- "path": "src/cell-editors/select.editor.ts",
3619
+ "path": "src/datasource/client-side.datasource.ts",
4185
3620
  "declarations": [
3621
+ {
3622
+ "kind": "variable",
3623
+ "name": "criteriaDelimiter",
3624
+ "type": {
3625
+ "text": "string"
3626
+ },
3627
+ "default": "';'",
3628
+ "description": "Delimiter for criteria in the datasource"
3629
+ },
3630
+ {
3631
+ "kind": "variable",
3632
+ "name": "criteriaJoin",
3633
+ "type": {
3634
+ "text": "string"
3635
+ },
3636
+ "default": "' && '",
3637
+ "description": "Join operator for criteria in the datasource"
3638
+ },
4186
3639
  {
4187
3640
  "kind": "class",
4188
- "description": "The select editor class for grid-tabulator",
4189
- "name": "SelectEditor",
3641
+ "description": "The Genesis Datasource element, for client-side data fetching and used exclusively by the GridTabulator element.",
3642
+ "name": "GridTabulatorClientSideDatasource",
4190
3643
  "members": [
4191
3644
  {
4192
3645
  "kind": "field",
4193
- "name": "params",
3646
+ "name": "auth",
4194
3647
  "type": {
4195
- "text": "SelectEditorParams"
3648
+ "text": "Auth"
4196
3649
  }
4197
3650
  },
4198
3651
  {
4199
3652
  "kind": "field",
4200
- "name": "select",
3653
+ "name": "connect",
3654
+ "type": {
3655
+ "text": "Connect"
3656
+ }
3657
+ },
3658
+ {
3659
+ "kind": "field",
3660
+ "name": "datasource",
3661
+ "type": {
3662
+ "text": "Datasource"
3663
+ }
3664
+ },
3665
+ {
3666
+ "kind": "field",
3667
+ "name": "deferredGridOptions",
3668
+ "type": {
3669
+ "text": "Options"
3670
+ }
3671
+ },
3672
+ {
3673
+ "kind": "field",
3674
+ "name": "deferredColumnStates",
3675
+ "type": {
3676
+ "text": "any[]"
3677
+ },
3678
+ "default": "[]",
3679
+ "description": "Allows storing column layouts between datasource initializations"
3680
+ },
3681
+ {
3682
+ "kind": "field",
3683
+ "name": "criteria",
3684
+ "type": {
3685
+ "text": "string"
3686
+ }
3687
+ },
3688
+ {
3689
+ "kind": "method",
3690
+ "name": "criteriaChanged",
3691
+ "parameters": [
3692
+ {
3693
+ "name": "oldCriteria",
3694
+ "type": {
3695
+ "text": "string"
3696
+ }
3697
+ },
3698
+ {
3699
+ "name": "newCriteria",
3700
+ "type": {
3701
+ "text": "string"
3702
+ }
3703
+ }
3704
+ ]
3705
+ },
3706
+ {
3707
+ "kind": "field",
3708
+ "name": "fields",
3709
+ "type": {
3710
+ "text": "string"
3711
+ }
3712
+ },
3713
+ {
3714
+ "kind": "field",
3715
+ "name": "isSnapshot",
3716
+ "type": {
3717
+ "text": "boolean"
3718
+ },
3719
+ "default": "false"
3720
+ },
3721
+ {
3722
+ "kind": "field",
3723
+ "name": "maxRows",
3724
+ "type": {
3725
+ "text": "number"
3726
+ }
3727
+ },
3728
+ {
3729
+ "kind": "field",
3730
+ "name": "maxView",
3731
+ "type": {
3732
+ "text": "number"
3733
+ }
3734
+ },
3735
+ {
3736
+ "kind": "field",
3737
+ "name": "pollingInterval",
3738
+ "type": {
3739
+ "text": "number"
3740
+ }
3741
+ },
3742
+ {
3743
+ "kind": "field",
3744
+ "name": "movingView",
3745
+ "type": {
3746
+ "text": "boolean"
3747
+ },
3748
+ "default": "false"
3749
+ },
3750
+ {
3751
+ "kind": "field",
3752
+ "name": "orderBy",
3753
+ "type": {
3754
+ "text": "string"
3755
+ }
3756
+ },
3757
+ {
3758
+ "kind": "field",
3759
+ "name": "request",
4201
3760
  "type": {
4202
3761
  "text": "any"
4203
3762
  }
4204
3763
  },
3764
+ {
3765
+ "kind": "field",
3766
+ "name": "resourceName",
3767
+ "type": {
3768
+ "text": "string"
3769
+ }
3770
+ },
4205
3771
  {
4206
3772
  "kind": "method",
4207
- "name": "init",
3773
+ "name": "resourceNameChanged",
3774
+ "parameters": [
3775
+ {
3776
+ "name": "oldValue",
3777
+ "type": {
3778
+ "text": "string"
3779
+ }
3780
+ },
3781
+ {
3782
+ "name": "newValue",
3783
+ "type": {
3784
+ "text": "string"
3785
+ }
3786
+ }
3787
+ ]
3788
+ },
3789
+ {
3790
+ "kind": "field",
3791
+ "name": "reverse",
3792
+ "type": {
3793
+ "text": "boolean"
3794
+ },
3795
+ "default": "false"
3796
+ },
3797
+ {
3798
+ "kind": "field",
3799
+ "name": "rowIdAttr",
3800
+ "description": "Attribute to set an unique identifier for the row.\n\nDefaults to `ROW_REF` or `RECORD_ID` depending on the resource type."
3801
+ },
3802
+ {
3803
+ "kind": "field",
3804
+ "name": "restartOnReconnection",
3805
+ "type": {
3806
+ "text": "boolean"
3807
+ },
3808
+ "default": "true"
3809
+ },
3810
+ {
3811
+ "kind": "field",
3812
+ "name": "keepColDefsOnClearRowData",
3813
+ "type": {
3814
+ "text": "boolean"
3815
+ },
3816
+ "default": "false",
3817
+ "description": "Whether to keep column definitions when clearing row data"
3818
+ },
3819
+ {
3820
+ "kind": "field",
3821
+ "name": "rowDataMapper",
3822
+ "type": {
3823
+ "text": "Function"
3824
+ },
3825
+ "description": "Allows grid data updates to be processed via and external function before applying in grid"
3826
+ },
3827
+ {
3828
+ "kind": "field",
3829
+ "name": "dataSub",
3830
+ "type": {
3831
+ "text": "Subscription"
3832
+ },
3833
+ "privacy": "private"
3834
+ },
3835
+ {
3836
+ "kind": "field",
3837
+ "name": "updateSub",
3838
+ "type": {
3839
+ "text": "Subscription"
3840
+ },
3841
+ "privacy": "private"
3842
+ },
3843
+ {
3844
+ "kind": "field",
3845
+ "name": "connectionSub",
3846
+ "type": {
3847
+ "text": "Subscription"
3848
+ },
3849
+ "privacy": "private"
3850
+ },
3851
+ {
3852
+ "kind": "field",
3853
+ "name": "isRequestServer",
3854
+ "type": {
3855
+ "text": "boolean"
3856
+ },
3857
+ "privacy": "private",
3858
+ "default": "false"
3859
+ },
3860
+ {
3861
+ "kind": "field",
3862
+ "name": "requiresFullRowDataAndColDefs",
3863
+ "type": {
3864
+ "text": "boolean"
3865
+ },
3866
+ "privacy": "private",
3867
+ "default": "true"
3868
+ },
3869
+ {
3870
+ "kind": "field",
3871
+ "name": "dataSubWasLoggedOff",
3872
+ "type": {
3873
+ "text": "boolean"
3874
+ },
3875
+ "privacy": "private",
3876
+ "default": "false"
3877
+ },
3878
+ {
3879
+ "kind": "field",
3880
+ "name": "rows",
3881
+ "type": {
3882
+ "text": "Map<string, any>"
3883
+ },
3884
+ "privacy": "private",
3885
+ "default": "new Map()"
3886
+ },
3887
+ {
3888
+ "kind": "field",
3889
+ "name": "gridTransaction",
3890
+ "type": {
3891
+ "text": "RowDataTransaction"
3892
+ },
3893
+ "privacy": "private"
3894
+ },
3895
+ {
3896
+ "kind": "field",
3897
+ "name": "sourceRef",
3898
+ "type": {
3899
+ "text": "string"
3900
+ },
3901
+ "privacy": "private"
3902
+ },
3903
+ {
3904
+ "kind": "field",
3905
+ "name": "criteriaFromFilters",
3906
+ "type": {
3907
+ "text": "Map<string, string>"
3908
+ },
3909
+ "privacy": "private",
3910
+ "default": "new Map()"
3911
+ },
3912
+ {
3913
+ "kind": "field",
3914
+ "name": "update",
3915
+ "type": {
3916
+ "text": "BehaviorSubject<Map<string, string>>"
3917
+ },
3918
+ "privacy": "private",
3919
+ "default": "new BehaviorSubject(new Map())"
3920
+ },
3921
+ {
3922
+ "kind": "method",
3923
+ "name": "deepClone",
3924
+ "return": {
3925
+ "type": {
3926
+ "text": "Node"
3927
+ }
3928
+ },
3929
+ "inheritedFrom": {
3930
+ "name": "LifecycleMixin",
3931
+ "module": "src/mixins/lifecycle/lifecycle.ts"
3932
+ }
3933
+ },
3934
+ {
3935
+ "kind": "field",
3936
+ "name": "gridTabulator",
3937
+ "type": {
3938
+ "text": "GridTabulator | null"
3939
+ },
3940
+ "privacy": "private",
3941
+ "readonly": true
3942
+ },
3943
+ {
3944
+ "kind": "method",
3945
+ "name": "init",
3946
+ "description": "Initializes the datasource.",
3947
+ "privacy": "public"
3948
+ },
3949
+ {
3950
+ "kind": "method",
3951
+ "name": "destroy",
3952
+ "description": "Destroys the datasource, resetting it to its initial state.",
3953
+ "privacy": "public"
3954
+ },
3955
+ {
3956
+ "kind": "method",
3957
+ "name": "restart",
3958
+ "description": "Restarts the datasource, uses `deinit` and `init` in sequence.",
3959
+ "privacy": "public"
3960
+ },
3961
+ {
3962
+ "kind": "method",
3963
+ "name": "refreshRows",
3964
+ "description": "Force the grid to redispatch the current rows"
3965
+ },
3966
+ {
3967
+ "kind": "method",
3968
+ "name": "handleErrors",
3969
+ "parameters": [
3970
+ {
3971
+ "name": "errors",
3972
+ "type": {
3973
+ "text": "string | any[]"
3974
+ }
3975
+ }
3976
+ ],
3977
+ "description": "Handles errors by emitting an error event"
3978
+ },
3979
+ {
3980
+ "kind": "method",
3981
+ "name": "getColumnDefs",
3982
+ "privacy": "private",
3983
+ "parameters": [
3984
+ {
3985
+ "name": "fieldsMetadata",
3986
+ "type": {
3987
+ "text": "FieldMetadata[]"
3988
+ },
3989
+ "description": "The field metadata to generate column definitions from"
3990
+ }
3991
+ ],
3992
+ "description": "Generate column definitions from the field metadata"
3993
+ },
3994
+ {
3995
+ "kind": "method",
3996
+ "name": "handleSnapshot",
3997
+ "privacy": "private",
3998
+ "parameters": [
3999
+ {
4000
+ "name": "result"
4001
+ }
4002
+ ]
4003
+ },
4004
+ {
4005
+ "kind": "method",
4006
+ "name": "datasourceOptions",
4007
+ "privacy": "private",
4008
+ "return": {
4009
+ "type": {
4010
+ "text": "DatasourceOptions"
4011
+ }
4012
+ }
4013
+ },
4014
+ {
4015
+ "kind": "method",
4016
+ "name": "handleStreamResult",
4017
+ "privacy": "private",
4018
+ "parameters": [
4019
+ {
4020
+ "name": "result",
4021
+ "type": {
4022
+ "text": "FilteredDataServerResult | RequestServerResult"
4023
+ }
4024
+ }
4025
+ ]
4026
+ },
4027
+ {
4028
+ "kind": "method",
4029
+ "name": "applyRequestServerData",
4030
+ "privacy": "private",
4031
+ "parameters": [
4032
+ {
4033
+ "name": "requestServerResult",
4034
+ "type": {
4035
+ "text": "RequestServerResult"
4036
+ }
4037
+ }
4038
+ ]
4039
+ },
4040
+ {
4041
+ "kind": "method",
4042
+ "name": "applyDataserverData",
4043
+ "privacy": "private",
4044
+ "parameters": [
4045
+ {
4046
+ "name": "dataServerResult",
4047
+ "type": {
4048
+ "text": "FilteredDataServerResult"
4049
+ }
4050
+ }
4051
+ ]
4052
+ },
4053
+ {
4054
+ "kind": "method",
4055
+ "name": "applyTransaction",
4056
+ "privacy": "private"
4057
+ },
4058
+ {
4059
+ "kind": "method",
4060
+ "name": "mapTransaction",
4061
+ "privacy": "private",
4062
+ "parameters": [
4063
+ {
4064
+ "name": "transaction",
4065
+ "type": {
4066
+ "text": "RowDataTransaction"
4067
+ }
4068
+ }
4069
+ ]
4070
+ },
4071
+ {
4072
+ "kind": "method",
4073
+ "name": "handleStreamInserts",
4074
+ "privacy": "private",
4075
+ "parameters": [
4076
+ {
4077
+ "name": "insertedRows",
4078
+ "type": {
4079
+ "text": "any[]"
4080
+ }
4081
+ }
4082
+ ]
4083
+ },
4084
+ {
4085
+ "kind": "method",
4086
+ "name": "handleStreamDeletes",
4087
+ "privacy": "private",
4088
+ "parameters": [
4089
+ {
4090
+ "name": "deletedRows",
4091
+ "type": {
4092
+ "text": "any[]"
4093
+ }
4094
+ }
4095
+ ]
4096
+ },
4097
+ {
4098
+ "kind": "method",
4099
+ "name": "handleStreamUpdates",
4100
+ "privacy": "private",
4101
+ "parameters": [
4102
+ {
4103
+ "name": "updatedRows",
4104
+ "type": {
4105
+ "text": "any[]"
4106
+ }
4107
+ }
4108
+ ]
4109
+ },
4110
+ {
4111
+ "kind": "method",
4112
+ "name": "handleSizeChanged",
4113
+ "privacy": "private",
4114
+ "parameters": [
4115
+ {
4116
+ "name": "oldSize",
4117
+ "type": {
4118
+ "text": "number"
4119
+ }
4120
+ },
4121
+ {
4122
+ "name": "newSize",
4123
+ "type": {
4124
+ "text": "number"
4125
+ }
4126
+ }
4127
+ ],
4128
+ "description": "Emit event when the number of rows changes"
4129
+ },
4130
+ {
4131
+ "kind": "method",
4132
+ "name": "buildCriteria",
4133
+ "privacy": "private",
4134
+ "return": {
4135
+ "type": {
4136
+ "text": "string"
4137
+ }
4138
+ }
4139
+ },
4140
+ {
4141
+ "kind": "method",
4142
+ "name": "setFilter",
4143
+ "privacy": "public",
4144
+ "parameters": [
4145
+ {
4146
+ "name": "fieldName",
4147
+ "type": {
4148
+ "text": "string"
4149
+ }
4150
+ },
4151
+ {
4152
+ "name": "newFilter",
4153
+ "type": {
4154
+ "text": "string"
4155
+ }
4156
+ }
4157
+ ]
4158
+ },
4159
+ {
4160
+ "kind": "method",
4161
+ "name": "removeFilter",
4162
+ "privacy": "public",
4163
+ "parameters": [
4164
+ {
4165
+ "name": "fieldName",
4166
+ "type": {
4167
+ "text": "string"
4168
+ }
4169
+ }
4170
+ ]
4171
+ },
4172
+ {
4173
+ "kind": "method",
4174
+ "name": "datasourceStatusChanged",
4175
+ "parameters": [
4176
+ {
4177
+ "name": "prev",
4178
+ "type": {
4179
+ "text": "DatasourceStatus"
4180
+ }
4181
+ },
4182
+ {
4183
+ "name": "next",
4184
+ "type": {
4185
+ "text": "DatasourceStatus"
4186
+ }
4187
+ }
4188
+ ]
4189
+ },
4190
+ {
4191
+ "kind": "method",
4192
+ "name": "cloneNode",
4193
+ "return": {
4194
+ "type": {
4195
+ "text": "Node"
4196
+ }
4197
+ },
4208
4198
  "parameters": [
4209
4199
  {
4210
- "name": "params",
4200
+ "name": "deep",
4201
+ "optional": true,
4211
4202
  "type": {
4212
- "text": "SelectEditorParams"
4203
+ "text": "boolean"
4213
4204
  }
4214
4205
  }
4215
4206
  ],
4216
- "description": "Initialize the editor with parameters"
4207
+ "inheritedFrom": {
4208
+ "name": "LifecycleMixin",
4209
+ "module": "src/mixins/lifecycle/lifecycle.ts"
4210
+ }
4217
4211
  },
4218
4212
  {
4219
- "kind": "method",
4220
- "name": "getValue",
4221
- "description": "Get current value"
4213
+ "kind": "field",
4214
+ "name": "shouldRunDisconnect",
4215
+ "return": {
4216
+ "type": {
4217
+ "text": ""
4218
+ }
4219
+ },
4220
+ "readonly": true,
4221
+ "inheritedFrom": {
4222
+ "name": "LifecycleMixin",
4223
+ "module": "src/mixins/lifecycle/lifecycle.ts"
4224
+ }
4222
4225
  },
4223
4226
  {
4224
- "kind": "method",
4225
- "name": "focus",
4226
- "description": "Set focus to the select"
4227
+ "kind": "field",
4228
+ "name": "shouldRunConnect",
4229
+ "return": {
4230
+ "type": {
4231
+ "text": ""
4232
+ }
4233
+ },
4234
+ "readonly": true,
4235
+ "inheritedFrom": {
4236
+ "name": "LifecycleMixin",
4237
+ "module": "src/mixins/lifecycle/lifecycle.ts"
4238
+ }
4227
4239
  },
4228
4240
  {
4229
4241
  "kind": "method",
4230
- "name": "handleKeyDown",
4242
+ "name": "#_blockLifecycleDueToTokenChange",
4243
+ "return": {
4244
+ "type": {
4245
+ "text": "boolean"
4246
+ }
4247
+ },
4231
4248
  "parameters": [
4232
4249
  {
4233
- "name": "event",
4250
+ "name": "lifecycleType",
4234
4251
  "type": {
4235
- "text": "KeyboardEvent"
4252
+ "text": "Lifecycletype"
4236
4253
  }
4237
4254
  }
4238
4255
  ],
4239
- "description": "Process key down events"
4240
- },
4241
- {
4242
- "kind": "method",
4243
- "name": "handleChange",
4244
- "description": "Handle change event"
4256
+ "inheritedFrom": {
4257
+ "name": "LifecycleMixin",
4258
+ "module": "src/mixins/lifecycle/lifecycle.ts"
4259
+ }
4245
4260
  },
4246
4261
  {
4247
4262
  "kind": "field",
@@ -4355,312 +4370,297 @@
4355
4370
  }
4356
4371
  }
4357
4372
  ],
4358
- "superclass": {
4359
- "name": "FoundationElement",
4360
- "package": "@microsoft/fast-foundation"
4361
- }
4362
- },
4363
- {
4364
- "kind": "variable",
4365
- "name": "selectEditorStyles",
4366
- "default": "css`\n :host {\n display: block;\n width: 100%;\n height: 100%;\n }\n`",
4367
- "description": "Styles for the select editor"
4368
- },
4369
- {
4370
- "kind": "function",
4371
- "name": "getSelectEditorTemplate",
4372
- "parameters": [
4373
+ "events": [
4373
4374
  {
4374
- "name": "prefix",
4375
- "default": "'foundation'",
4376
- "description": "The design system prefix to use. Defaults to 'foundation'."
4375
+ "description": "Fired when a datasource error occurs. detail: `GridTabulatorErrorEventDetail`",
4376
+ "name": "gridTabulator:error"
4377
+ },
4378
+ {
4379
+ "description": "Fired when tabulator data is initialized",
4380
+ "name": "dataInit"
4381
+ },
4382
+ {
4383
+ "description": "Fired when layout size changes. detail: `GridTabulatorSizeChangedEventDetail`",
4384
+ "name": "sizeChanged"
4377
4385
  }
4378
4386
  ],
4379
- "description": "Get a Design System prefixed Select template.",
4380
- "return": {
4381
- "type": {
4382
- "text": ""
4383
- }
4384
- },
4385
- "privacy": "public"
4386
- },
4387
- {
4388
- "kind": "variable",
4389
- "name": "foundationSelectEditor",
4390
- "description": "Definition for the select editor component"
4391
- }
4392
- ],
4393
- "exports": [
4394
- {
4395
- "kind": "js",
4396
- "name": "SelectEditor",
4397
- "declaration": {
4398
- "name": "SelectEditor",
4399
- "module": "src/cell-editors/select.editor.ts"
4400
- }
4401
- },
4402
- {
4403
- "kind": "js",
4404
- "name": "selectEditorStyles",
4405
- "declaration": {
4406
- "name": "selectEditorStyles",
4407
- "module": "src/cell-editors/select.editor.ts"
4408
- }
4409
- },
4410
- {
4411
- "kind": "js",
4412
- "name": "getSelectEditorTemplate",
4413
- "declaration": {
4414
- "name": "getSelectEditorTemplate",
4415
- "module": "src/cell-editors/select.editor.ts"
4416
- }
4417
- },
4418
- {
4419
- "kind": "js",
4420
- "name": "foundationSelectEditor",
4421
- "declaration": {
4422
- "name": "foundationSelectEditor",
4423
- "module": "src/cell-editors/select.editor.ts"
4424
- }
4425
- }
4426
- ]
4427
- },
4428
- {
4429
- "kind": "javascript-module",
4430
- "path": "src/cell-editors/string.editor.ts",
4431
- "declarations": [
4432
- {
4433
- "kind": "class",
4434
- "description": "The string editor class for grid-tabulator",
4435
- "name": "StringEditor",
4436
- "members": [
4387
+ "attributes": [
4437
4388
  {
4438
- "kind": "field",
4439
- "name": "params",
4389
+ "name": "criteria",
4440
4390
  "type": {
4441
- "text": "StringEditorParams"
4442
- }
4391
+ "text": "string"
4392
+ },
4393
+ "fieldName": "criteria"
4443
4394
  },
4444
4395
  {
4445
- "kind": "field",
4446
- "name": "textField",
4396
+ "name": "fields",
4447
4397
  "type": {
4448
- "text": "any"
4449
- }
4450
- },
4451
- {
4452
- "kind": "method",
4453
- "name": "init",
4454
- "parameters": [
4455
- {
4456
- "name": "params",
4457
- "type": {
4458
- "text": "StringEditorParams"
4459
- }
4460
- }
4461
- ],
4462
- "description": "Initialize the editor with parameters"
4398
+ "text": "string"
4399
+ },
4400
+ "fieldName": "fields"
4463
4401
  },
4464
4402
  {
4465
- "kind": "method",
4466
- "name": "getValue",
4467
- "description": "Get current value"
4403
+ "name": "is-snapshot",
4404
+ "type": {
4405
+ "text": "boolean"
4406
+ },
4407
+ "default": "false",
4408
+ "fieldName": "isSnapshot"
4468
4409
  },
4469
4410
  {
4470
- "kind": "method",
4471
- "name": "focus",
4472
- "description": "Set focus to the input"
4411
+ "name": "max-rows",
4412
+ "type": {
4413
+ "text": "number"
4414
+ },
4415
+ "fieldName": "maxRows"
4473
4416
  },
4474
4417
  {
4475
- "kind": "method",
4476
- "name": "handleKeyDown",
4477
- "parameters": [
4478
- {
4479
- "name": "event",
4480
- "type": {
4481
- "text": "KeyboardEvent"
4482
- }
4483
- }
4484
- ],
4485
- "description": "Process key down events"
4418
+ "name": "max-view",
4419
+ "type": {
4420
+ "text": "number"
4421
+ },
4422
+ "fieldName": "maxView"
4486
4423
  },
4487
4424
  {
4488
- "kind": "field",
4489
- "name": "_presentation",
4425
+ "name": "polling-interval",
4490
4426
  "type": {
4491
- "text": "ComponentPresentation | null | undefined"
4427
+ "text": "number"
4492
4428
  },
4493
- "privacy": "private",
4494
- "default": "void 0",
4495
- "inheritedFrom": {
4496
- "name": "FoundationElement",
4497
- "module": "src/foundation-element/foundation-element.ts"
4498
- }
4429
+ "fieldName": "pollingInterval"
4499
4430
  },
4500
4431
  {
4501
- "kind": "field",
4502
- "name": "$presentation",
4432
+ "name": "moving-view",
4503
4433
  "type": {
4504
- "text": "ComponentPresentation | null"
4434
+ "text": "boolean"
4505
4435
  },
4506
- "privacy": "public",
4507
- "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
4508
- "inheritedFrom": {
4509
- "name": "FoundationElement",
4510
- "module": "src/foundation-element/foundation-element.ts"
4511
- }
4436
+ "default": "false",
4437
+ "fieldName": "movingView"
4512
4438
  },
4513
4439
  {
4514
- "kind": "field",
4515
- "name": "template",
4440
+ "name": "order-by",
4516
4441
  "type": {
4517
- "text": "ElementViewTemplate | void | null"
4442
+ "text": "string"
4518
4443
  },
4519
- "privacy": "public",
4520
- "description": "Sets the template of the element instance. When undefined,\nthe element will attempt to resolve the template from\nthe associated presentation or custom element definition.",
4521
- "inheritedFrom": {
4522
- "name": "FoundationElement",
4523
- "module": "src/foundation-element/foundation-element.ts"
4524
- }
4444
+ "fieldName": "orderBy"
4525
4445
  },
4526
- {
4527
- "kind": "method",
4528
- "name": "templateChanged",
4529
- "privacy": "protected",
4530
- "return": {
4531
- "type": {
4532
- "text": "void"
4533
- }
4446
+ {
4447
+ "name": "resource-name",
4448
+ "type": {
4449
+ "text": "string"
4534
4450
  },
4535
- "inheritedFrom": {
4536
- "name": "FoundationElement",
4537
- "module": "src/foundation-element/foundation-element.ts"
4538
- }
4451
+ "fieldName": "resourceName"
4539
4452
  },
4540
4453
  {
4541
- "kind": "field",
4542
- "name": "styles",
4543
4454
  "type": {
4544
- "text": "ElementStyles | void | null"
4455
+ "text": "boolean"
4545
4456
  },
4546
- "privacy": "public",
4547
- "description": "Sets the default styles for the element instance. When undefined,\nthe element will attempt to resolve default styles from\nthe associated presentation or custom element definition.",
4548
- "inheritedFrom": {
4549
- "name": "FoundationElement",
4550
- "module": "src/foundation-element/foundation-element.ts"
4551
- }
4457
+ "default": "false",
4458
+ "fieldName": "reverse"
4552
4459
  },
4553
4460
  {
4554
- "kind": "method",
4555
- "name": "stylesChanged",
4556
- "privacy": "protected",
4557
- "return": {
4558
- "type": {
4559
- "text": "void"
4560
- }
4461
+ "name": "row-id",
4462
+ "description": "Attribute to set an unique identifier for the row.\n\nDefaults to `ROW_REF` or `RECORD_ID` depending on the resource type.",
4463
+ "fieldName": "rowIdAttr"
4464
+ },
4465
+ {
4466
+ "name": "restart-on-reconnection",
4467
+ "type": {
4468
+ "text": "boolean"
4561
4469
  },
4562
- "inheritedFrom": {
4563
- "name": "FoundationElement",
4564
- "module": "src/foundation-element/foundation-element.ts"
4565
- }
4470
+ "default": "true",
4471
+ "fieldName": "restartOnReconnection"
4566
4472
  },
4567
4473
  {
4568
- "kind": "method",
4569
- "name": "compose",
4570
- "privacy": "public",
4571
- "static": true,
4572
- "return": {
4573
- "type": {
4574
- "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
4575
- }
4474
+ "name": "keep-col-defs-on-clear-row-data",
4475
+ "type": {
4476
+ "text": "boolean"
4576
4477
  },
4577
- "parameters": [
4578
- {
4579
- "name": "this",
4580
- "type": {
4581
- "text": "K"
4582
- }
4583
- },
4584
- {
4585
- "name": "elementDefinition",
4586
- "type": {
4587
- "text": "T"
4588
- },
4589
- "description": "The definition of the element to create the registry\nfunction for."
4590
- }
4591
- ],
4592
- "description": "Defines an element registry function with a set of element definition defaults.",
4593
- "inheritedFrom": {
4594
- "name": "FoundationElement",
4595
- "module": "src/foundation-element/foundation-element.ts"
4596
- }
4478
+ "default": "false",
4479
+ "description": "Whether to keep column definitions when clearing row data",
4480
+ "fieldName": "keepColDefsOnClearRowData"
4481
+ }
4482
+ ],
4483
+ "mixins": [
4484
+ {
4485
+ "name": "LifecycleMixin",
4486
+ "package": "@genesislcap/foundation-utils"
4487
+ },
4488
+ {
4489
+ "name": "DatasourceEventHandler",
4490
+ "package": "@genesislcap/foundation-comms"
4597
4491
  }
4598
4492
  ],
4599
4493
  "superclass": {
4600
4494
  "name": "FoundationElement",
4601
4495
  "package": "@microsoft/fast-foundation"
4496
+ },
4497
+ "tagName": "grid-tabulator-client-side-datasource",
4498
+ "customElement": true
4499
+ }
4500
+ ],
4501
+ "exports": [
4502
+ {
4503
+ "kind": "js",
4504
+ "name": "criteriaDelimiter",
4505
+ "declaration": {
4506
+ "name": "criteriaDelimiter",
4507
+ "module": "src/datasource/client-side.datasource.ts"
4602
4508
  }
4603
4509
  },
4604
4510
  {
4605
- "kind": "variable",
4606
- "name": "stringEditorStyles",
4607
- "default": "css`\n :host {\n display: block;\n width: 100%;\n height: 100%;\n }\n`",
4608
- "description": "Styles for the string editor"
4511
+ "kind": "js",
4512
+ "name": "criteriaJoin",
4513
+ "declaration": {
4514
+ "name": "criteriaJoin",
4515
+ "module": "src/datasource/client-side.datasource.ts"
4516
+ }
4609
4517
  },
4610
4518
  {
4611
- "kind": "function",
4612
- "name": "getStringEditorTemplate",
4613
- "parameters": [
4614
- {
4615
- "name": "prefix",
4616
- "default": "'foundation'",
4617
- "description": "The design system prefix to use. Defaults to 'foundation'."
4618
- }
4619
- ],
4620
- "description": "Get a Design System prefixed text field template.",
4621
- "return": {
4622
- "type": {
4623
- "text": ""
4624
- }
4519
+ "kind": "js",
4520
+ "name": "GridTabulatorClientSideDatasource",
4521
+ "declaration": {
4522
+ "name": "GridTabulatorClientSideDatasource",
4523
+ "module": "src/datasource/client-side.datasource.ts"
4524
+ }
4525
+ },
4526
+ {
4527
+ "kind": "custom-element-definition",
4528
+ "name": "grid-tabulator-client-side-datasource",
4529
+ "declaration": {
4530
+ "name": "GridTabulatorClientSideDatasource",
4531
+ "module": "src/datasource/client-side.datasource.ts"
4532
+ }
4533
+ }
4534
+ ]
4535
+ },
4536
+ {
4537
+ "kind": "javascript-module",
4538
+ "path": "src/datasource/index.ts",
4539
+ "declarations": [],
4540
+ "exports": [
4541
+ {
4542
+ "kind": "js",
4543
+ "name": "*",
4544
+ "declaration": {
4545
+ "name": "*",
4546
+ "package": "./client-side.datasource"
4625
4547
  }
4548
+ }
4549
+ ]
4550
+ },
4551
+ {
4552
+ "kind": "javascript-module",
4553
+ "path": "src/external/fonts.ts",
4554
+ "declarations": [
4555
+ {
4556
+ "kind": "variable",
4557
+ "name": "tabulatorDefaultFontFace",
4558
+ "default": "`\n @font-face {\n font-family: \"defaultFontFace\";\n }\n`"
4626
4559
  },
4627
4560
  {
4628
4561
  "kind": "variable",
4629
- "name": "foundationStringEditor",
4630
- "description": "Definition for the string editor component"
4562
+ "name": "tabulatorRapidFontFace",
4563
+ "default": "`\n @font-face {\n font-family: \"rapidFontFace\";\n }\n`"
4564
+ },
4565
+ {
4566
+ "kind": "variable",
4567
+ "name": "gridThemeFontFaceMap",
4568
+ "type": {
4569
+ "text": "GridThemeFontFaceMap"
4570
+ },
4571
+ "default": "{\n [GridTabulatorTheme.default]: tabulatorDefaultFontFace,\n [GridTabulatorTheme.rapid]: tabulatorRapidFontFace,\n}"
4572
+ },
4573
+ {
4574
+ "kind": "variable",
4575
+ "name": "defaultGridTabulatorFontFace",
4576
+ "default": "tabulatorDefaultFontFace"
4631
4577
  }
4632
4578
  ],
4633
4579
  "exports": [
4634
4580
  {
4635
4581
  "kind": "js",
4636
- "name": "StringEditor",
4582
+ "name": "tabulatorDefaultFontFace",
4637
4583
  "declaration": {
4638
- "name": "StringEditor",
4639
- "module": "src/cell-editors/string.editor.ts"
4584
+ "name": "tabulatorDefaultFontFace",
4585
+ "module": "src/external/fonts.ts"
4640
4586
  }
4641
4587
  },
4642
4588
  {
4643
4589
  "kind": "js",
4644
- "name": "stringEditorStyles",
4590
+ "name": "tabulatorRapidFontFace",
4645
4591
  "declaration": {
4646
- "name": "stringEditorStyles",
4647
- "module": "src/cell-editors/string.editor.ts"
4592
+ "name": "tabulatorRapidFontFace",
4593
+ "module": "src/external/fonts.ts"
4648
4594
  }
4649
4595
  },
4650
4596
  {
4651
4597
  "kind": "js",
4652
- "name": "getStringEditorTemplate",
4598
+ "name": "gridThemeFontFaceMap",
4653
4599
  "declaration": {
4654
- "name": "getStringEditorTemplate",
4655
- "module": "src/cell-editors/string.editor.ts"
4600
+ "name": "gridThemeFontFaceMap",
4601
+ "module": "src/external/fonts.ts"
4656
4602
  }
4657
4603
  },
4658
4604
  {
4659
4605
  "kind": "js",
4660
- "name": "foundationStringEditor",
4606
+ "name": "defaultGridTabulatorFontFace",
4661
4607
  "declaration": {
4662
- "name": "foundationStringEditor",
4663
- "module": "src/cell-editors/string.editor.ts"
4608
+ "name": "defaultGridTabulatorFontFace",
4609
+ "module": "src/external/fonts.ts"
4610
+ }
4611
+ }
4612
+ ]
4613
+ },
4614
+ {
4615
+ "kind": "javascript-module",
4616
+ "path": "src/external/index.ts",
4617
+ "declarations": [
4618
+ {
4619
+ "kind": "variable",
4620
+ "name": "tabulatorExternalStockStyles",
4621
+ "default": "css`\n ${tabulatorThemeSimpleCSS}\n`",
4622
+ "description": "External styles for the Tabulator grid.",
4623
+ "privacy": "public"
4624
+ }
4625
+ ],
4626
+ "exports": [
4627
+ {
4628
+ "kind": "js",
4629
+ "name": "tabulatorExternalStockStyles",
4630
+ "declaration": {
4631
+ "name": "tabulatorExternalStockStyles",
4632
+ "module": "src/external/index.ts"
4633
+ }
4634
+ },
4635
+ {
4636
+ "kind": "js",
4637
+ "name": "tabulatorThemeSimpleCSS",
4638
+ "declaration": {
4639
+ "name": "tabulatorThemeSimpleCSS",
4640
+ "module": "src/external/index.ts"
4641
+ }
4642
+ }
4643
+ ]
4644
+ },
4645
+ {
4646
+ "kind": "javascript-module",
4647
+ "path": "src/external/tabulator-theme-simple-css.ts",
4648
+ "declarations": [
4649
+ {
4650
+ "kind": "variable",
4651
+ "name": "tabulatorThemeSimpleCSS",
4652
+ "default": "css`\n .tabulator {\n position: relative;\n border: 1px solid #999;\n background-color: #fff;\n font-size: 14px;\n text-align: left;\n overflow: hidden;\n -webkit-transform: translateZ(0);\n -moz-transform: translateZ(0);\n -ms-transform: translateZ(0);\n -o-transform: translateZ(0);\n transform: translateZ(0);\n }\n\n .tabulator[tabulator-layout='fitDataFill'] .tabulator-tableholder .tabulator-table {\n min-width: 100%;\n }\n\n .tabulator[tabulator-layout='fitDataTable'] {\n display: inline-block;\n }\n\n .tabulator.tabulator-block-select {\n user-select: none;\n }\n\n .tabulator .tabulator-header {\n position: relative;\n box-sizing: border-box;\n width: 100%;\n border-bottom: 1px solid #999;\n background-color: #fff;\n color: #555;\n font-weight: bold;\n white-space: nowrap;\n overflow: hidden;\n -moz-user-select: none;\n -khtml-user-select: none;\n -webkit-user-select: none;\n -o-user-select: none;\n }\n\n .tabulator .tabulator-header.tabulator-header-hidden {\n display: none;\n }\n\n .tabulator .tabulator-header .tabulator-header-contents {\n position: relative;\n overflow: hidden;\n }\n\n .tabulator .tabulator-header .tabulator-header-contents .tabulator-headers {\n display: inline-block;\n }\n\n .tabulator .tabulator-header .tabulator-col {\n display: inline-flex;\n position: relative;\n box-sizing: border-box;\n flex-direction: column;\n justify-content: flex-start;\n border-right: 1px solid #ddd;\n background: #fff;\n text-align: left;\n vertical-align: bottom;\n overflow: hidden;\n }\n\n .tabulator .tabulator-header .tabulator-col.tabulator-moving {\n position: absolute;\n border: 1px solid #999;\n background: #e6e6e6;\n pointer-events: none;\n }\n\n .tabulator .tabulator-header .tabulator-col .tabulator-col-content {\n box-sizing: border-box;\n position: relative;\n padding: 4px;\n }\n\n .tabulator\n .tabulator-header\n .tabulator-col\n .tabulator-col-content\n .tabulator-header-popup-button {\n padding: 0 8px;\n }\n\n .tabulator\n .tabulator-header\n .tabulator-col\n .tabulator-col-content\n .tabulator-header-popup-button:hover {\n cursor: pointer;\n opacity: 0.6;\n }\n\n .tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title-holder {\n position: relative;\n }\n\n .tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title {\n box-sizing: border-box;\n width: 100%;\n white-space: nowrap;\n overflow: hidden;\n text-overflow: ellipsis;\n vertical-align: bottom;\n }\n\n .tabulator\n .tabulator-header\n .tabulator-col\n .tabulator-col-content\n .tabulator-col-title.tabulator-col-title-wrap {\n white-space: normal;\n text-overflow: initial;\n }\n\n .tabulator\n .tabulator-header\n .tabulator-col\n .tabulator-col-content\n .tabulator-col-title\n .tabulator-title-editor {\n box-sizing: border-box;\n width: 100%;\n border: 1px solid #999;\n padding: 1px;\n background: #fff;\n }\n\n .tabulator\n .tabulator-header\n .tabulator-col\n .tabulator-col-content\n .tabulator-col-title\n .tabulator-header-popup-button\n + .tabulator-title-editor {\n width: calc(100% - 22px);\n }\n\n .tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-sorter {\n display: flex;\n align-items: center;\n position: absolute;\n top: 0;\n bottom: 0;\n right: 4px;\n }\n\n .tabulator\n .tabulator-header\n .tabulator-col\n .tabulator-col-content\n .tabulator-col-sorter\n .tabulator-arrow {\n width: 0;\n height: 0;\n border-left: 6px solid transparent;\n border-right: 6px solid transparent;\n border-bottom: 6px solid #bbb;\n }\n\n .tabulator .tabulator-header .tabulator-col.tabulator-col-group .tabulator-col-group-cols {\n position: relative;\n display: flex;\n border-top: 1px solid #ddd;\n overflow: hidden;\n margin-right: -1px;\n }\n\n .tabulator .tabulator-header .tabulator-col .tabulator-header-filter {\n position: relative;\n box-sizing: border-box;\n margin-top: 2px;\n width: 100%;\n text-align: center;\n }\n\n .tabulator .tabulator-header .tabulator-col .tabulator-header-filter textarea {\n height: auto !important;\n }\n\n .tabulator .tabulator-header .tabulator-col .tabulator-header-filter svg {\n margin-top: 3px;\n }\n\n .tabulator .tabulator-header .tabulator-col .tabulator-header-filter input::-ms-clear {\n width: 0;\n height: 0;\n }\n\n .tabulator .tabulator-header .tabulator-col.tabulator-sortable .tabulator-col-title {\n padding-right: 25px;\n }\n\n @media (hover: hover) and (pointer: fine) {\n .tabulator\n .tabulator-header\n .tabulator-col.tabulator-sortable.tabulator-col-sorter-element:hover {\n cursor: pointer;\n background-color: #e6e6e6;\n }\n }\n\n .tabulator\n .tabulator-header\n .tabulator-col.tabulator-sortable[aria-sort='none']\n .tabulator-col-content\n .tabulator-col-sorter {\n color: #bbb;\n }\n\n @media (hover: hover) and (pointer: fine) {\n .tabulator\n .tabulator-header\n .tabulator-col.tabulator-sortable[aria-sort='none']\n .tabulator-col-content\n .tabulator-col-sorter.tabulator-col-sorter-element\n .tabulator-arrow:hover {\n cursor: pointer;\n border-bottom: 6px solid #555;\n }\n }\n\n .tabulator\n .tabulator-header\n .tabulator-col.tabulator-sortable[aria-sort='none']\n .tabulator-col-content\n .tabulator-col-sorter\n .tabulator-arrow {\n border-top: none;\n border-bottom: 6px solid #bbb;\n }\n\n .tabulator\n .tabulator-header\n .tabulator-col.tabulator-sortable[aria-sort='ascending']\n .tabulator-col-content\n .tabulator-col-sorter {\n color: #666;\n }\n\n @media (hover: hover) and (pointer: fine) {\n .tabulator\n .tabulator-header\n .tabulator-col.tabulator-sortable[aria-sort='ascending']\n .tabulator-col-content\n .tabulator-col-sorter.tabulator-col-sorter-element\n .tabulator-arrow:hover {\n cursor: pointer;\n border-bottom: 6px solid #555;\n }\n }\n\n .tabulator\n .tabulator-header\n .tabulator-col.tabulator-sortable[aria-sort='ascending']\n .tabulator-col-content\n .tabulator-col-sorter\n .tabulator-arrow {\n border-top: none;\n border-bottom: 6px solid #666;\n }\n\n .tabulator\n .tabulator-header\n .tabulator-col.tabulator-sortable[aria-sort='descending']\n .tabulator-col-content\n .tabulator-col-sorter {\n color: #666;\n }\n\n @media (hover: hover) and (pointer: fine) {\n .tabulator\n .tabulator-header\n .tabulator-col.tabulator-sortable[aria-sort='descending']\n .tabulator-col-content\n .tabulator-col-sorter.tabulator-col-sorter-element\n .tabulator-arrow:hover {\n cursor: pointer;\n border-top: 6px solid #555;\n }\n }\n\n .tabulator\n .tabulator-header\n .tabulator-col.tabulator-sortable[aria-sort='descending']\n .tabulator-col-content\n .tabulator-col-sorter\n .tabulator-arrow {\n border-bottom: none;\n border-top: 6px solid #666;\n color: #666;\n }\n\n .tabulator\n .tabulator-header\n .tabulator-col.tabulator-col-vertical\n .tabulator-col-content\n .tabulator-col-title {\n writing-mode: vertical-rl;\n text-orientation: mixed;\n display: flex;\n align-items: center;\n justify-content: center;\n }\n\n .tabulator\n .tabulator-header\n .tabulator-col.tabulator-col-vertical.tabulator-col-vertical-flip\n .tabulator-col-title {\n transform: rotate(180deg);\n }\n\n .tabulator\n .tabulator-header\n .tabulator-col.tabulator-col-vertical.tabulator-sortable\n .tabulator-col-title {\n padding-right: 0;\n padding-top: 20px;\n }\n\n .tabulator\n .tabulator-header\n .tabulator-col.tabulator-col-vertical.tabulator-sortable.tabulator-col-vertical-flip\n .tabulator-col-title {\n padding-right: 0;\n padding-bottom: 20px;\n }\n\n .tabulator\n .tabulator-header\n .tabulator-col.tabulator-col-vertical.tabulator-sortable\n .tabulator-col-sorter {\n justify-content: center;\n left: 0;\n right: 0;\n top: 4px;\n bottom: auto;\n }\n\n .tabulator .tabulator-header .tabulator-frozen {\n position: sticky;\n left: 0;\n z-index: 11;\n }\n\n .tabulator .tabulator-header .tabulator-frozen.tabulator-frozen-left {\n border-right: 2px solid #ddd;\n }\n\n .tabulator .tabulator-header .tabulator-frozen.tabulator-frozen-right {\n border-left: 2px solid #ddd;\n }\n\n .tabulator .tabulator-header .tabulator-calcs-holder {\n box-sizing: border-box;\n background: white !important;\n border-top: 1px solid #ddd;\n border-bottom: 1px solid #ddd;\n }\n\n .tabulator .tabulator-header .tabulator-calcs-holder .tabulator-row {\n background: white !important;\n }\n\n .tabulator .tabulator-header .tabulator-calcs-holder .tabulator-row .tabulator-col-resize-handle {\n display: none;\n }\n\n .tabulator .tabulator-header .tabulator-frozen-rows-holder:empty {\n display: none;\n }\n\n .tabulator .tabulator-tableholder {\n position: relative;\n width: 100%;\n white-space: nowrap;\n overflow: auto;\n -webkit-overflow-scrolling: touch;\n }\n\n .tabulator .tabulator-tableholder:focus {\n outline: none;\n }\n\n .tabulator .tabulator-tableholder .tabulator-placeholder {\n box-sizing: border-box;\n display: flex;\n align-items: center;\n justify-content: center;\n width: 100%;\n }\n\n .tabulator .tabulator-tableholder .tabulator-placeholder[tabulator-render-mode='virtual'] {\n min-height: 100%;\n min-width: 100%;\n }\n\n .tabulator .tabulator-tableholder .tabulator-placeholder .tabulator-placeholder-contents {\n display: inline-block;\n text-align: center;\n padding: 10px;\n color: #ccc;\n font-weight: bold;\n font-size: 20px;\n white-space: normal;\n }\n\n .tabulator .tabulator-tableholder .tabulator-table {\n position: relative;\n display: inline-block;\n white-space: nowrap;\n overflow: visible;\n color: #333;\n }\n\n .tabulator .tabulator-tableholder .tabulator-table .tabulator-row.tabulator-calcs {\n font-weight: bold;\n background: #f2f2f2;\n }\n\n .tabulator\n .tabulator-tableholder\n .tabulator-table\n .tabulator-row.tabulator-calcs.tabulator-calcs-top {\n border-bottom: 2px solid #ddd;\n }\n\n .tabulator\n .tabulator-tableholder\n .tabulator-table\n .tabulator-row.tabulator-calcs.tabulator-calcs-bottom {\n border-top: 2px solid #ddd;\n }\n\n .tabulator .tabulator-footer {\n border-top: 1px solid #999;\n background-color: #fff;\n color: #555;\n font-weight: bold;\n white-space: nowrap;\n user-select: none;\n -moz-user-select: none;\n -khtml-user-select: none;\n -webkit-user-select: none;\n -o-user-select: none;\n }\n\n .tabulator .tabulator-footer .tabulator-footer-contents {\n display: flex;\n flex-direction: row;\n align-items: center;\n justify-content: space-between;\n padding: 5px 10px;\n }\n\n .tabulator .tabulator-footer .tabulator-footer-contents:empty {\n display: none;\n }\n\n .tabulator .tabulator-footer .tabulator-calcs-holder {\n box-sizing: border-box;\n width: 100%;\n text-align: left;\n background: white !important;\n border-bottom: 1px solid #ddd;\n border-top: 1px solid #ddd;\n overflow: hidden;\n }\n\n .tabulator .tabulator-footer .tabulator-calcs-holder .tabulator-row {\n display: inline-block;\n background: white !important;\n }\n\n .tabulator .tabulator-footer .tabulator-calcs-holder .tabulator-row .tabulator-col-resize-handle {\n display: none;\n }\n\n .tabulator .tabulator-footer .tabulator-calcs-holder:only-child {\n margin-bottom: -5px;\n border-bottom: none;\n }\n\n .tabulator .tabulator-footer > * + .tabulator-page-counter {\n margin-left: 10px;\n }\n\n .tabulator .tabulator-footer .tabulator-page-counter {\n font-weight: normal;\n }\n\n .tabulator .tabulator-footer .tabulator-paginator {\n flex: 1;\n text-align: right;\n color: #555;\n font-family: inherit;\n font-weight: inherit;\n font-size: inherit;\n }\n\n .tabulator .tabulator-footer .tabulator-page-size {\n display: inline-block;\n margin: 0 5px;\n padding: 2px 5px;\n border: 1px solid #aaa;\n border-radius: 3px;\n }\n\n .tabulator .tabulator-footer .tabulator-pages {\n margin: 0 7px;\n }\n\n .tabulator .tabulator-footer .tabulator-page {\n display: inline-block;\n margin: 0 2px;\n padding: 2px 5px;\n border: 1px solid #aaa;\n border-radius: 3px;\n background: rgba(255, 255, 255, 0.2);\n }\n\n .tabulator .tabulator-footer .tabulator-page.active {\n color: #d00;\n }\n\n .tabulator .tabulator-footer .tabulator-page:disabled {\n opacity: 0.5;\n }\n\n @media (hover: hover) and (pointer: fine) {\n .tabulator .tabulator-footer .tabulator-page:not(.disabled):hover {\n cursor: pointer;\n background: rgba(0, 0, 0, 0.2);\n color: #fff;\n }\n }\n\n .tabulator .tabulator-col-resize-handle {\n position: relative;\n display: inline-block;\n width: 6px;\n margin-left: -3px;\n margin-right: -3px;\n z-index: 10;\n vertical-align: middle;\n }\n\n @media (hover: hover) and (pointer: fine) {\n .tabulator .tabulator-col-resize-handle:hover {\n cursor: ew-resize;\n }\n }\n\n .tabulator .tabulator-col-resize-handle:last-of-type {\n width: 3px;\n margin-right: 0;\n }\n\n .tabulator .tabulator-alert {\n position: absolute;\n display: flex;\n align-items: center;\n top: 0;\n left: 0;\n z-index: 100;\n height: 100%;\n width: 100%;\n background: rgba(0, 0, 0, 0.4);\n text-align: center;\n }\n\n .tabulator .tabulator-alert .tabulator-alert-msg {\n display: inline-block;\n margin: 0 auto;\n padding: 10px 20px;\n border-radius: 10px;\n background: #fff;\n font-weight: bold;\n font-size: 16px;\n }\n\n .tabulator .tabulator-alert .tabulator-alert-msg.tabulator-alert-state-msg {\n border: 4px solid #333;\n color: #000;\n }\n\n .tabulator .tabulator-alert .tabulator-alert-msg.tabulator-alert-state-error {\n border: 4px solid #d00;\n color: #590000;\n }\n\n .tabulator-row {\n position: relative;\n box-sizing: border-box;\n min-height: 22px;\n background-color: #fff;\n }\n\n .tabulator-row.tabulator-row-even {\n background-color: #fff;\n }\n\n @media (hover: hover) and (pointer: fine) {\n .tabulator-row.tabulator-selectable:hover {\n background-color: #bbb;\n cursor: pointer;\n }\n }\n\n .tabulator-row.tabulator-selected {\n background-color: #9abcea;\n }\n\n @media (hover: hover) and (pointer: fine) {\n .tabulator-row.tabulator-selected:hover {\n background-color: #769bcc;\n cursor: pointer;\n }\n }\n\n .tabulator-row.tabulator-row-moving {\n border: 1px solid #000;\n background: #fff;\n }\n\n .tabulator-row.tabulator-moving {\n position: absolute;\n border-top: 1px solid #ddd;\n border-bottom: 1px solid #ddd;\n pointer-events: none;\n z-index: 15;\n }\n\n .tabulator-row .tabulator-row-resize-handle {\n position: absolute;\n right: 0;\n bottom: 0;\n left: 0;\n height: 5px;\n }\n\n .tabulator-row .tabulator-row-resize-handle.prev {\n top: 0;\n bottom: auto;\n }\n\n @media (hover: hover) and (pointer: fine) {\n .tabulator-row .tabulator-row-resize-handle:hover {\n cursor: ns-resize;\n }\n }\n\n .tabulator-row .tabulator-responsive-collapse {\n box-sizing: border-box;\n padding: 5px;\n border-top: 1px solid #ddd;\n border-bottom: 1px solid #ddd;\n }\n\n .tabulator-row .tabulator-responsive-collapse:empty {\n display: none;\n }\n\n .tabulator-row .tabulator-responsive-collapse table {\n font-size: 14px;\n }\n\n .tabulator-row .tabulator-responsive-collapse table tr td {\n position: relative;\n }\n\n .tabulator-row .tabulator-responsive-collapse table tr td:first-of-type {\n padding-right: 10px;\n }\n\n .tabulator-row .tabulator-cell {\n display: inline-flex;\n position: unset;\n box-sizing: border-box;\n padding: 4px 8px;\n border-right: 1px solid #ddd;\n vertical-align: middle;\n white-space: nowrap;\n overflow: hidden;\n text-overflow: ellipsis;\n }\n\n .tabulator-row .tabulator-cell.tabulator-frozen {\n display: inline-flex;\n position: sticky;\n left: 0;\n background-color: inherit;\n z-index: 11;\n }\n\n .tabulator-row .tabulator-cell.tabulator-frozen.tabulator-frozen-left {\n border-right: 2px solid #ddd;\n }\n\n .tabulator-row .tabulator-cell.tabulator-frozen.tabulator-frozen-right {\n border-left: 2px solid #ddd;\n }\n\n .tabulator-row .tabulator-cell.tabulator-editing {\n border: 1px solid #1d68cd;\n outline: none;\n padding: 0;\n }\n\n .tabulator-row .tabulator-cell.tabulator-editing input,\n .tabulator-row .tabulator-cell.tabulator-editing select {\n border: 1px;\n background: transparent;\n outline: none;\n }\n\n .tabulator-row .tabulator-cell.tabulator-validation-fail {\n border: 1px solid #dd0000;\n }\n\n .tabulator-row .tabulator-cell.tabulator-validation-fail input,\n .tabulator-row .tabulator-cell.tabulator-validation-fail select {\n border: 1px;\n background: transparent;\n color: #dd0000;\n }\n\n .tabulator-row .tabulator-cell.tabulator-row-handle {\n display: inline-flex;\n align-items: center;\n justify-content: center;\n -moz-user-select: none;\n -khtml-user-select: none;\n -webkit-user-select: none;\n -o-user-select: none;\n }\n\n .tabulator-row .tabulator-cell.tabulator-row-handle .tabulator-row-handle-box {\n width: 80%;\n }\n\n .tabulator-row\n .tabulator-cell.tabulator-row-handle\n .tabulator-row-handle-box\n .tabulator-row-handle-bar {\n width: 100%;\n height: 3px;\n margin-top: 2px;\n background: #666;\n }\n\n .tabulator-row .tabulator-cell .tabulator-data-tree-branch-empty {\n display: inline-block;\n width: 7px;\n }\n\n .tabulator-row .tabulator-cell .tabulator-data-tree-branch {\n display: inline-block;\n vertical-align: middle;\n height: 9px;\n width: 7px;\n margin-top: -9px;\n margin-right: 5px;\n border-bottom-left-radius: 1px;\n border-left: 2px solid #ddd;\n border-bottom: 2px solid #ddd;\n }\n\n .tabulator-row .tabulator-cell .tabulator-data-tree-control {\n display: inline-flex;\n justify-content: center;\n align-items: center;\n vertical-align: middle;\n height: 11px;\n width: 11px;\n margin-right: 5px;\n border: 1px solid #333;\n border-radius: 2px;\n background: rgba(0, 0, 0, 0.1);\n overflow: hidden;\n }\n\n @media (hover: hover) and (pointer: fine) {\n .tabulator-row .tabulator-cell .tabulator-data-tree-control:hover {\n cursor: pointer;\n background: rgba(0, 0, 0, 0.2);\n }\n }\n\n .tabulator-row\n .tabulator-cell\n .tabulator-data-tree-control\n .tabulator-data-tree-control-collapse {\n display: inline-block;\n position: relative;\n height: 7px;\n width: 1px;\n background: transparent;\n }\n\n .tabulator-row\n .tabulator-cell\n .tabulator-data-tree-control\n .tabulator-data-tree-control-collapse:after {\n position: absolute;\n content: '';\n left: -3px;\n top: 3px;\n height: 1px;\n width: 7px;\n background: #333;\n }\n\n .tabulator-row .tabulator-cell .tabulator-data-tree-control .tabulator-data-tree-control-expand {\n display: inline-block;\n position: relative;\n height: 7px;\n width: 1px;\n background: #333;\n }\n\n .tabulator-row\n .tabulator-cell\n .tabulator-data-tree-control\n .tabulator-data-tree-control-expand:after {\n position: absolute;\n content: '';\n left: -3px;\n top: 3px;\n height: 1px;\n width: 7px;\n background: #333;\n }\n\n .tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle {\n display: inline-flex;\n align-items: center;\n justify-content: center;\n -moz-user-select: none;\n -khtml-user-select: none;\n -webkit-user-select: none;\n -o-user-select: none;\n height: 15px;\n width: 15px;\n border-radius: 20px;\n background: #666;\n color: #fff;\n font-weight: bold;\n font-size: 1.1em;\n }\n\n @media (hover: hover) and (pointer: fine) {\n .tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle:hover {\n opacity: 0.7;\n cursor: pointer;\n }\n }\n\n .tabulator-row\n .tabulator-cell\n .tabulator-responsive-collapse-toggle.open\n .tabulator-responsive-collapse-toggle-close {\n display: initial;\n }\n\n .tabulator-row\n .tabulator-cell\n .tabulator-responsive-collapse-toggle.open\n .tabulator-responsive-collapse-toggle-open {\n display: none;\n }\n\n .tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle svg {\n stroke: #fff;\n }\n\n .tabulator-row\n .tabulator-cell\n .tabulator-responsive-collapse-toggle\n .tabulator-responsive-collapse-toggle-close {\n display: none;\n }\n\n .tabulator-row .tabulator-cell .tabulator-traffic-light {\n display: inline-block;\n height: 14px;\n width: 14px;\n border-radius: 14px;\n }\n\n .tabulator-row.tabulator-group {\n box-sizing: border-box;\n border-bottom: 1px solid #999;\n border-right: 1px solid #ddd;\n border-top: 1px solid #999;\n padding: 5px;\n padding-left: 10px;\n background: #ccc;\n font-weight: bold;\n min-width: 100%;\n }\n\n @media (hover: hover) and (pointer: fine) {\n .tabulator-row.tabulator-group:hover {\n cursor: pointer;\n background-color: rgba(0, 0, 0, 0.1);\n }\n }\n\n .tabulator-row.tabulator-group.tabulator-group-visible .tabulator-arrow {\n margin-right: 10px;\n border-left: 6px solid transparent;\n border-right: 6px solid transparent;\n border-top: 6px solid #666;\n border-bottom: 0;\n }\n\n .tabulator-row.tabulator-group.tabulator-group-level-1 {\n padding-left: 30px;\n }\n\n .tabulator-row.tabulator-group.tabulator-group-level-2 {\n padding-left: 50px;\n }\n\n .tabulator-row.tabulator-group.tabulator-group-level-3 {\n padding-left: 70px;\n }\n\n .tabulator-row.tabulator-group.tabulator-group-level-4 {\n padding-left: 90px;\n }\n\n .tabulator-row.tabulator-group.tabulator-group-level-5 {\n padding-left: 110px;\n }\n\n .tabulator-row.tabulator-group .tabulator-group-toggle {\n display: inline-block;\n }\n\n .tabulator-row.tabulator-group .tabulator-arrow {\n display: inline-block;\n width: 0;\n height: 0;\n margin-right: 16px;\n border-top: 6px solid transparent;\n border-bottom: 6px solid transparent;\n border-right: 0;\n border-left: 6px solid #666;\n vertical-align: middle;\n }\n\n .tabulator-row.tabulator-group span {\n margin-left: 10px;\n color: #d00;\n }\n\n .tabulator-popup-container {\n position: absolute;\n display: inline-block;\n box-sizing: border-box;\n background: #fff;\n border: 1px solid #ddd;\n box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);\n font-size: 14px;\n overflow-y: auto;\n -webkit-overflow-scrolling: touch;\n z-index: 10000;\n }\n\n .tabulator-popup {\n padding: 5px;\n border-radius: 3px;\n }\n\n .tabulator-tooltip {\n max-width: Min(500px, 100%);\n padding: 3px 5px;\n border-radius: 2px;\n box-shadow: none;\n font-size: 12px;\n pointer-events: none;\n }\n\n .tabulator-menu .tabulator-menu-item {\n position: relative;\n box-sizing: border-box;\n padding: 5px 10px;\n user-select: none;\n }\n\n .tabulator-menu .tabulator-menu-item.tabulator-menu-item-disabled {\n opacity: 0.5;\n }\n\n @media (hover: hover) and (pointer: fine) {\n .tabulator-menu .tabulator-menu-item:not(.tabulator-menu-item-disabled):hover {\n cursor: pointer;\n background: #fff;\n }\n }\n\n .tabulator-menu .tabulator-menu-item.tabulator-menu-item-submenu {\n padding-right: 25px;\n }\n\n .tabulator-menu .tabulator-menu-item.tabulator-menu-item-submenu::after {\n display: inline-block;\n position: absolute;\n top: calc(5px + 0.4em);\n right: 10px;\n height: 7px;\n width: 7px;\n content: '';\n border-width: 1px 1px 0 0;\n border-style: solid;\n border-color: #ddd;\n vertical-align: top;\n transform: rotate(45deg);\n }\n\n .tabulator-menu .tabulator-menu-separator {\n border-top: 1px solid #ddd;\n }\n\n .tabulator-edit-list {\n max-height: 200px;\n font-size: 14px;\n overflow-y: auto;\n -webkit-overflow-scrolling: touch;\n }\n\n .tabulator-edit-list .tabulator-edit-list-item {\n padding: 4px;\n color: #333;\n outline: none;\n }\n\n .tabulator-edit-list .tabulator-edit-list-item.active {\n color: #fff;\n background: #1d68cd;\n }\n\n .tabulator-edit-list .tabulator-edit-list-item.active.focused {\n outline: 1px solid rgba(255, 255, 255, 0.5);\n }\n\n .tabulator-edit-list .tabulator-edit-list-item.focused {\n outline: 1px solid #1d68cd;\n }\n\n @media (hover: hover) and (pointer: fine) {\n .tabulator-edit-list .tabulator-edit-list-item:hover {\n cursor: pointer;\n color: #fff;\n background: #1d68cd;\n }\n }\n\n .tabulator-edit-list .tabulator-edit-list-placeholder {\n padding: 4px;\n color: #333;\n text-align: center;\n }\n\n .tabulator-edit-list .tabulator-edit-list-group {\n border-bottom: 1px solid #ddd;\n padding: 4px;\n padding-top: 6px;\n color: #333;\n font-weight: bold;\n }\n\n .tabulator-edit-list .tabulator-edit-list-item.tabulator-edit-list-group-level-2,\n .tabulator-edit-list .tabulator-edit-list-group.tabulator-edit-list-group-level-2 {\n padding-left: 12px;\n }\n\n .tabulator-edit-list .tabulator-edit-list-item.tabulator-edit-list-group-level-3,\n .tabulator-edit-list .tabulator-edit-list-group.tabulator-edit-list-group-level-3 {\n padding-left: 20px;\n }\n\n .tabulator-edit-list .tabulator-edit-list-item.tabulator-edit-list-group-level-4,\n .tabulator-edit-list .tabulator-edit-list-group.tabulator-edit-list-group-level-4 {\n padding-left: 28px;\n }\n\n .tabulator-edit-list .tabulator-edit-list-item.tabulator-edit-list-group-level-5,\n .tabulator-edit-list .tabulator-edit-list-group.tabulator-edit-list-group-level-5 {\n padding-left: 36px;\n }\n\n .tabulator.tabulator-ltr {\n direction: ltr;\n }\n\n .tabulator.tabulator-rtl {\n text-align: initial;\n direction: rtl;\n }\n\n .tabulator.tabulator-rtl .tabulator-header .tabulator-col {\n text-align: initial;\n border-left: 1px solid #ddd;\n border-right: initial;\n }\n\n .tabulator.tabulator-rtl\n .tabulator-header\n .tabulator-col.tabulator-col-group\n .tabulator-col-group-cols {\n margin-right: initial;\n margin-left: -1px;\n }\n\n .tabulator.tabulator-rtl\n .tabulator-header\n .tabulator-col.tabulator-sortable\n .tabulator-col-title {\n padding-right: 0;\n padding-left: 25px;\n }\n\n .tabulator.tabulator-rtl\n .tabulator-header\n .tabulator-col\n .tabulator-col-content\n .tabulator-col-sorter {\n left: 8px;\n right: initial;\n }\n\n .tabulator.tabulator-rtl .tabulator-row .tabulator-cell {\n border-right: initial;\n border-left: 1px solid #ddd;\n }\n\n .tabulator.tabulator-rtl .tabulator-row .tabulator-cell .tabulator-data-tree-branch {\n margin-right: initial;\n margin-left: 5px;\n border-bottom-left-radius: initial;\n border-bottom-right-radius: 1px;\n border-left: initial;\n border-right: 2px solid #ddd;\n }\n\n .tabulator.tabulator-rtl .tabulator-row .tabulator-cell .tabulator-data-tree-control {\n margin-right: initial;\n margin-left: 5px;\n }\n\n .tabulator.tabulator-rtl .tabulator-row .tabulator-cell.tabulator-frozen.tabulator-frozen-left {\n border-left: 2px solid #ddd;\n }\n\n .tabulator.tabulator-rtl .tabulator-row .tabulator-cell.tabulator-frozen.tabulator-frozen-right {\n border-right: 2px solid #ddd;\n }\n\n .tabulator.tabulator-rtl .tabulator-row .tabulator-col-resize-handle:last-of-type {\n width: 3px;\n margin-left: 0;\n margin-right: -3px;\n }\n\n .tabulator.tabulator-rtl .tabulator-footer .tabulator-calcs-holder {\n text-align: initial;\n }\n\n .tabulator-print-fullscreen {\n position: absolute;\n top: 0;\n bottom: 0;\n left: 0;\n right: 0;\n z-index: 10000;\n }\n\n body.tabulator-print-fullscreen-hide > *:not(.tabulator-print-fullscreen) {\n display: none !important;\n }\n\n .tabulator-print-table {\n border-collapse: collapse;\n }\n\n .tabulator-print-table .tabulator-data-tree-branch {\n display: inline-block;\n vertical-align: middle;\n height: 9px;\n width: 7px;\n margin-top: -9px;\n margin-right: 5px;\n border-bottom-left-radius: 1px;\n border-left: 2px solid #ddd;\n border-bottom: 2px solid #ddd;\n }\n\n .tabulator-print-table .tabulator-print-table-group {\n box-sizing: border-box;\n border-bottom: 1px solid #999;\n border-right: 1px solid #ddd;\n border-top: 1px solid #999;\n padding: 5px;\n padding-left: 10px;\n background: #ccc;\n font-weight: bold;\n min-width: 100%;\n }\n\n @media (hover: hover) and (pointer: fine) {\n .tabulator-print-table .tabulator-print-table-group:hover {\n cursor: pointer;\n background-color: rgba(0, 0, 0, 0.1);\n }\n }\n\n .tabulator-print-table .tabulator-print-table-group.tabulator-group-visible .tabulator-arrow {\n margin-right: 10px;\n border-left: 6px solid transparent;\n border-right: 6px solid transparent;\n border-top: 6px solid #666;\n border-bottom: 0;\n }\n\n .tabulator-print-table .tabulator-print-table-group.tabulator-group-level-1 td {\n padding-left: 30px !important;\n }\n\n .tabulator-print-table .tabulator-print-table-group.tabulator-group-level-2 td {\n padding-left: 50px !important;\n }\n\n .tabulator-print-table .tabulator-print-table-group.tabulator-group-level-3 td {\n padding-left: 70px !important;\n }\n\n .tabulator-print-table .tabulator-print-table-group.tabulator-group-level-4 td {\n padding-left: 90px !important;\n }\n\n .tabulator-print-table .tabulator-print-table-group.tabulator-group-level-5 td {\n padding-left: 110px !important;\n }\n\n .tabulator-print-table .tabulator-print-table-group .tabulator-group-toggle {\n display: inline-block;\n }\n\n .tabulator-print-table .tabulator-print-table-group .tabulator-arrow {\n display: inline-block;\n width: 0;\n height: 0;\n margin-right: 16px;\n border-top: 6px solid transparent;\n border-bottom: 6px solid transparent;\n border-right: 0;\n border-left: 6px solid #666;\n vertical-align: middle;\n }\n\n .tabulator-print-table .tabulator-print-table-group span {\n margin-left: 10px;\n color: #d00;\n }\n\n .tabulator-print-table .tabulator-data-tree-control {\n display: inline-flex;\n justify-content: center;\n align-items: center;\n vertical-align: middle;\n height: 11px;\n width: 11px;\n margin-right: 5px;\n border: 1px solid #333;\n border-radius: 2px;\n background: rgba(0, 0, 0, 0.1);\n overflow: hidden;\n }\n\n @media (hover: hover) and (pointer: fine) {\n .tabulator-print-table .tabulator-data-tree-control:hover {\n cursor: pointer;\n background: rgba(0, 0, 0, 0.2);\n }\n }\n\n .tabulator-print-table .tabulator-data-tree-control .tabulator-data-tree-control-collapse {\n display: inline-block;\n position: relative;\n height: 7px;\n width: 1px;\n background: transparent;\n }\n\n .tabulator-print-table .tabulator-data-tree-control .tabulator-data-tree-control-collapse:after {\n position: absolute;\n content: '';\n left: -3px;\n top: 3px;\n height: 1px;\n width: 7px;\n background: #333;\n }\n\n .tabulator-print-table .tabulator-data-tree-control .tabulator-data-tree-control-expand {\n display: inline-block;\n position: relative;\n height: 7px;\n width: 1px;\n background: #333;\n }\n\n .tabulator-print-table .tabulator-data-tree-control .tabulator-data-tree-control-expand:after {\n position: absolute;\n content: '';\n left: -3px;\n top: 3px;\n height: 1px;\n width: 7px;\n background: #333;\n }\n\n .tabulator {\n border: none;\n background-color: #fff;\n }\n\n .tabulator .tabulator-header .tabulator-calcs-holder {\n background: #f2f2f2 !important;\n border-bottom: 1px solid #999;\n }\n\n .tabulator .tabulator-header .tabulator-calcs-holder .tabulator-row {\n background: #f2f2f2 !important;\n }\n\n .tabulator .tabulator-tableholder .tabulator-placeholder span {\n color: #000;\n }\n\n .tabulator .tabulator-footer .tabulator-calcs-holder {\n background: #f2f2f2 !important;\n border-bottom: 1px solid #fff;\n }\n\n .tabulator .tabulator-footer .tabulator-calcs-holder .tabulator-row {\n background: #f2f2f2 !important;\n }\n\n .tabulator-row {\n border-bottom: 1px solid #ddd;\n }\n\n .tabulator-row .tabulator-cell:last-of-type {\n border-right: none;\n }\n\n .tabulator-row.tabulator-group span {\n color: #666;\n }\n\n .tabulator-print-table .tabulator-print-table-group span {\n margin-left: 10px;\n color: #666;\n }\n\n /*# sourceMappingURL=tabulator_simple.css.map */\n`",
4653
+ "description": "External styles for the Tabulator grid.",
4654
+ "privacy": "public"
4655
+ }
4656
+ ],
4657
+ "exports": [
4658
+ {
4659
+ "kind": "js",
4660
+ "name": "tabulatorThemeSimpleCSS",
4661
+ "declaration": {
4662
+ "name": "tabulatorThemeSimpleCSS",
4663
+ "module": "src/external/tabulator-theme-simple-css.ts"
4664
4664
  }
4665
4665
  }
4666
4666
  ]