@genesislcap/grid-tabulator 14.320.2-alpha-e69dcb3.0 → 14.321.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/custom-elements.json +1415 -1415
- package/package.json +13 -13
|
@@ -1411,244 +1411,6 @@
|
|
|
1411
1411
|
"declarations": [],
|
|
1412
1412
|
"exports": []
|
|
1413
1413
|
},
|
|
1414
|
-
{
|
|
1415
|
-
"kind": "javascript-module",
|
|
1416
|
-
"path": "src/cell/cell.ts",
|
|
1417
|
-
"declarations": [
|
|
1418
|
-
{
|
|
1419
|
-
"kind": "class",
|
|
1420
|
-
"description": "The GridTabulator Cell element.",
|
|
1421
|
-
"name": "GridTabulatorCell",
|
|
1422
|
-
"members": [
|
|
1423
|
-
{
|
|
1424
|
-
"kind": "field",
|
|
1425
|
-
"name": "renderer",
|
|
1426
|
-
"type": {
|
|
1427
|
-
"text": "CellRendererFunc"
|
|
1428
|
-
},
|
|
1429
|
-
"privacy": "public"
|
|
1430
|
-
},
|
|
1431
|
-
{
|
|
1432
|
-
"kind": "field",
|
|
1433
|
-
"name": "rendererParams",
|
|
1434
|
-
"type": {
|
|
1435
|
-
"text": "CellRendererParams"
|
|
1436
|
-
},
|
|
1437
|
-
"privacy": "public"
|
|
1438
|
-
},
|
|
1439
|
-
{
|
|
1440
|
-
"kind": "field",
|
|
1441
|
-
"name": "slottedRenderer",
|
|
1442
|
-
"type": {
|
|
1443
|
-
"text": "HTMLElement[]"
|
|
1444
|
-
},
|
|
1445
|
-
"privacy": "public"
|
|
1446
|
-
},
|
|
1447
|
-
{
|
|
1448
|
-
"kind": "method",
|
|
1449
|
-
"name": "init",
|
|
1450
|
-
"privacy": "public",
|
|
1451
|
-
"parameters": [
|
|
1452
|
-
{
|
|
1453
|
-
"name": "params",
|
|
1454
|
-
"type": {
|
|
1455
|
-
"text": "CellRendererParams"
|
|
1456
|
-
}
|
|
1457
|
-
}
|
|
1458
|
-
]
|
|
1459
|
-
},
|
|
1460
|
-
{
|
|
1461
|
-
"kind": "method",
|
|
1462
|
-
"name": "getElement",
|
|
1463
|
-
"privacy": "public",
|
|
1464
|
-
"return": {
|
|
1465
|
-
"type": {
|
|
1466
|
-
"text": "HTMLElement"
|
|
1467
|
-
}
|
|
1468
|
-
}
|
|
1469
|
-
},
|
|
1470
|
-
{
|
|
1471
|
-
"kind": "method",
|
|
1472
|
-
"name": "destroy",
|
|
1473
|
-
"privacy": "public"
|
|
1474
|
-
},
|
|
1475
|
-
{
|
|
1476
|
-
"kind": "method",
|
|
1477
|
-
"name": "refresh",
|
|
1478
|
-
"privacy": "public",
|
|
1479
|
-
"return": {
|
|
1480
|
-
"type": {
|
|
1481
|
-
"text": "boolean"
|
|
1482
|
-
}
|
|
1483
|
-
},
|
|
1484
|
-
"parameters": [
|
|
1485
|
-
{
|
|
1486
|
-
"name": "params",
|
|
1487
|
-
"type": {
|
|
1488
|
-
"text": "CellRendererParams"
|
|
1489
|
-
}
|
|
1490
|
-
}
|
|
1491
|
-
]
|
|
1492
|
-
},
|
|
1493
|
-
{
|
|
1494
|
-
"kind": "method",
|
|
1495
|
-
"name": "slottedRendererChanged",
|
|
1496
|
-
"privacy": "public"
|
|
1497
|
-
},
|
|
1498
|
-
{
|
|
1499
|
-
"kind": "field",
|
|
1500
|
-
"name": "_presentation",
|
|
1501
|
-
"type": {
|
|
1502
|
-
"text": "ComponentPresentation | null | undefined"
|
|
1503
|
-
},
|
|
1504
|
-
"privacy": "private",
|
|
1505
|
-
"default": "void 0",
|
|
1506
|
-
"inheritedFrom": {
|
|
1507
|
-
"name": "FoundationElement",
|
|
1508
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
1509
|
-
}
|
|
1510
|
-
},
|
|
1511
|
-
{
|
|
1512
|
-
"kind": "field",
|
|
1513
|
-
"name": "$presentation",
|
|
1514
|
-
"type": {
|
|
1515
|
-
"text": "ComponentPresentation | null"
|
|
1516
|
-
},
|
|
1517
|
-
"privacy": "public",
|
|
1518
|
-
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
1519
|
-
"inheritedFrom": {
|
|
1520
|
-
"name": "FoundationElement",
|
|
1521
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
1522
|
-
}
|
|
1523
|
-
},
|
|
1524
|
-
{
|
|
1525
|
-
"kind": "field",
|
|
1526
|
-
"name": "template",
|
|
1527
|
-
"type": {
|
|
1528
|
-
"text": "ElementViewTemplate | void | null"
|
|
1529
|
-
},
|
|
1530
|
-
"privacy": "public",
|
|
1531
|
-
"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.",
|
|
1532
|
-
"inheritedFrom": {
|
|
1533
|
-
"name": "FoundationElement",
|
|
1534
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
1535
|
-
}
|
|
1536
|
-
},
|
|
1537
|
-
{
|
|
1538
|
-
"kind": "method",
|
|
1539
|
-
"name": "templateChanged",
|
|
1540
|
-
"privacy": "protected",
|
|
1541
|
-
"return": {
|
|
1542
|
-
"type": {
|
|
1543
|
-
"text": "void"
|
|
1544
|
-
}
|
|
1545
|
-
},
|
|
1546
|
-
"inheritedFrom": {
|
|
1547
|
-
"name": "FoundationElement",
|
|
1548
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
1549
|
-
}
|
|
1550
|
-
},
|
|
1551
|
-
{
|
|
1552
|
-
"kind": "field",
|
|
1553
|
-
"name": "styles",
|
|
1554
|
-
"type": {
|
|
1555
|
-
"text": "ElementStyles | void | null"
|
|
1556
|
-
},
|
|
1557
|
-
"privacy": "public",
|
|
1558
|
-
"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.",
|
|
1559
|
-
"inheritedFrom": {
|
|
1560
|
-
"name": "FoundationElement",
|
|
1561
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
1562
|
-
}
|
|
1563
|
-
},
|
|
1564
|
-
{
|
|
1565
|
-
"kind": "method",
|
|
1566
|
-
"name": "stylesChanged",
|
|
1567
|
-
"privacy": "protected",
|
|
1568
|
-
"return": {
|
|
1569
|
-
"type": {
|
|
1570
|
-
"text": "void"
|
|
1571
|
-
}
|
|
1572
|
-
},
|
|
1573
|
-
"inheritedFrom": {
|
|
1574
|
-
"name": "FoundationElement",
|
|
1575
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
1576
|
-
}
|
|
1577
|
-
},
|
|
1578
|
-
{
|
|
1579
|
-
"kind": "method",
|
|
1580
|
-
"name": "compose",
|
|
1581
|
-
"privacy": "public",
|
|
1582
|
-
"static": true,
|
|
1583
|
-
"return": {
|
|
1584
|
-
"type": {
|
|
1585
|
-
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
1586
|
-
}
|
|
1587
|
-
},
|
|
1588
|
-
"parameters": [
|
|
1589
|
-
{
|
|
1590
|
-
"name": "this",
|
|
1591
|
-
"type": {
|
|
1592
|
-
"text": "K"
|
|
1593
|
-
}
|
|
1594
|
-
},
|
|
1595
|
-
{
|
|
1596
|
-
"name": "elementDefinition",
|
|
1597
|
-
"type": {
|
|
1598
|
-
"text": "T"
|
|
1599
|
-
},
|
|
1600
|
-
"description": "The definition of the element to create the registry\nfunction for."
|
|
1601
|
-
}
|
|
1602
|
-
],
|
|
1603
|
-
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
1604
|
-
"inheritedFrom": {
|
|
1605
|
-
"name": "FoundationElement",
|
|
1606
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
1607
|
-
}
|
|
1608
|
-
}
|
|
1609
|
-
],
|
|
1610
|
-
"superclass": {
|
|
1611
|
-
"name": "FoundationElement",
|
|
1612
|
-
"package": "@microsoft/fast-foundation"
|
|
1613
|
-
},
|
|
1614
|
-
"tagName": "grid-tabulator-cell",
|
|
1615
|
-
"customElement": true
|
|
1616
|
-
}
|
|
1617
|
-
],
|
|
1618
|
-
"exports": [
|
|
1619
|
-
{
|
|
1620
|
-
"kind": "js",
|
|
1621
|
-
"name": "GridTabulatorCell",
|
|
1622
|
-
"declaration": {
|
|
1623
|
-
"name": "GridTabulatorCell",
|
|
1624
|
-
"module": "src/cell/cell.ts"
|
|
1625
|
-
}
|
|
1626
|
-
},
|
|
1627
|
-
{
|
|
1628
|
-
"kind": "custom-element-definition",
|
|
1629
|
-
"name": "grid-tabulator-cell",
|
|
1630
|
-
"declaration": {
|
|
1631
|
-
"name": "GridTabulatorCell",
|
|
1632
|
-
"module": "src/cell/cell.ts"
|
|
1633
|
-
}
|
|
1634
|
-
}
|
|
1635
|
-
]
|
|
1636
|
-
},
|
|
1637
|
-
{
|
|
1638
|
-
"kind": "javascript-module",
|
|
1639
|
-
"path": "src/cell/index.ts",
|
|
1640
|
-
"declarations": [],
|
|
1641
|
-
"exports": [
|
|
1642
|
-
{
|
|
1643
|
-
"kind": "js",
|
|
1644
|
-
"name": "*",
|
|
1645
|
-
"declaration": {
|
|
1646
|
-
"name": "*",
|
|
1647
|
-
"package": "./cell"
|
|
1648
|
-
}
|
|
1649
|
-
}
|
|
1650
|
-
]
|
|
1651
|
-
},
|
|
1652
1414
|
{
|
|
1653
1415
|
"kind": "javascript-module",
|
|
1654
1416
|
"path": "src/cell-editors/date.editor.ts",
|
|
@@ -2938,1302 +2700,1380 @@
|
|
|
2938
2700
|
},
|
|
2939
2701
|
{
|
|
2940
2702
|
"kind": "javascript-module",
|
|
2941
|
-
"path": "src/
|
|
2703
|
+
"path": "src/column/column.ts",
|
|
2942
2704
|
"declarations": [
|
|
2943
2705
|
{
|
|
2944
|
-
"kind": "
|
|
2945
|
-
"
|
|
2946
|
-
"
|
|
2947
|
-
|
|
2948
|
-
"text": ""
|
|
2949
|
-
}
|
|
2950
|
-
},
|
|
2951
|
-
"parameters": [
|
|
2706
|
+
"kind": "class",
|
|
2707
|
+
"description": "The GridTabulator Column element.",
|
|
2708
|
+
"name": "GridTabulatorColumn",
|
|
2709
|
+
"members": [
|
|
2952
2710
|
{
|
|
2953
|
-
"
|
|
2711
|
+
"kind": "field",
|
|
2712
|
+
"name": "slottedCell",
|
|
2954
2713
|
"type": {
|
|
2955
|
-
"text": "
|
|
2714
|
+
"text": "HTMLElement[]"
|
|
2956
2715
|
},
|
|
2957
|
-
"
|
|
2716
|
+
"privacy": "public"
|
|
2958
2717
|
},
|
|
2959
2718
|
{
|
|
2960
|
-
"
|
|
2961
|
-
"
|
|
2719
|
+
"kind": "field",
|
|
2720
|
+
"name": "definition",
|
|
2962
2721
|
"type": {
|
|
2963
|
-
"text": "
|
|
2722
|
+
"text": "Partial<ColumnDefinition>"
|
|
2964
2723
|
},
|
|
2965
|
-
"
|
|
2966
|
-
}
|
|
2967
|
-
],
|
|
2968
|
-
"description": "Formatter that displays an action button in the cell.\nStyled to match grid-pro action renderer.",
|
|
2969
|
-
"privacy": "public"
|
|
2970
|
-
}
|
|
2971
|
-
],
|
|
2972
|
-
"exports": [
|
|
2973
|
-
{
|
|
2974
|
-
"kind": "js",
|
|
2975
|
-
"name": "actionFormatter",
|
|
2976
|
-
"declaration": {
|
|
2977
|
-
"name": "actionFormatter",
|
|
2978
|
-
"module": "src/cell-formatters/action.formatter.ts"
|
|
2979
|
-
}
|
|
2980
|
-
}
|
|
2981
|
-
]
|
|
2982
|
-
},
|
|
2983
|
-
{
|
|
2984
|
-
"kind": "javascript-module",
|
|
2985
|
-
"path": "src/cell-formatters/actions-menu.formatter.ts",
|
|
2986
|
-
"declarations": [
|
|
2987
|
-
{
|
|
2988
|
-
"kind": "function",
|
|
2989
|
-
"name": "actionsMenuFormatter",
|
|
2990
|
-
"return": {
|
|
2991
|
-
"type": {
|
|
2992
|
-
"text": ""
|
|
2993
|
-
}
|
|
2994
|
-
},
|
|
2995
|
-
"parameters": [
|
|
2724
|
+
"default": "{}"
|
|
2725
|
+
},
|
|
2996
2726
|
{
|
|
2997
|
-
"
|
|
2998
|
-
"
|
|
2999
|
-
|
|
2727
|
+
"kind": "method",
|
|
2728
|
+
"name": "slottedCellChanged",
|
|
2729
|
+
"privacy": "public"
|
|
2730
|
+
},
|
|
2731
|
+
{
|
|
2732
|
+
"kind": "method",
|
|
2733
|
+
"name": "deepClone",
|
|
2734
|
+
"return": {
|
|
2735
|
+
"type": {
|
|
2736
|
+
"text": "Node"
|
|
2737
|
+
}
|
|
3000
2738
|
},
|
|
3001
|
-
"
|
|
2739
|
+
"inheritedFrom": {
|
|
2740
|
+
"name": "LifecycleMixin",
|
|
2741
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
2742
|
+
}
|
|
3002
2743
|
},
|
|
3003
2744
|
{
|
|
3004
|
-
"
|
|
3005
|
-
"
|
|
3006
|
-
"
|
|
3007
|
-
"
|
|
2745
|
+
"kind": "method",
|
|
2746
|
+
"name": "cloneNode",
|
|
2747
|
+
"return": {
|
|
2748
|
+
"type": {
|
|
2749
|
+
"text": "Node"
|
|
2750
|
+
}
|
|
3008
2751
|
},
|
|
3009
|
-
"
|
|
3010
|
-
|
|
3011
|
-
|
|
3012
|
-
|
|
3013
|
-
|
|
3014
|
-
|
|
3015
|
-
|
|
3016
|
-
|
|
3017
|
-
|
|
3018
|
-
|
|
3019
|
-
|
|
3020
|
-
|
|
3021
|
-
|
|
3022
|
-
|
|
3023
|
-
}
|
|
3024
|
-
}
|
|
3025
|
-
]
|
|
3026
|
-
},
|
|
3027
|
-
{
|
|
3028
|
-
"kind": "javascript-module",
|
|
3029
|
-
"path": "src/cell-formatters/boolean.formatter.ts",
|
|
3030
|
-
"declarations": [
|
|
3031
|
-
{
|
|
3032
|
-
"kind": "function",
|
|
3033
|
-
"name": "booleanFormatter",
|
|
3034
|
-
"return": {
|
|
3035
|
-
"type": {
|
|
3036
|
-
"text": ""
|
|
3037
|
-
}
|
|
3038
|
-
},
|
|
3039
|
-
"parameters": [
|
|
2752
|
+
"parameters": [
|
|
2753
|
+
{
|
|
2754
|
+
"name": "deep",
|
|
2755
|
+
"optional": true,
|
|
2756
|
+
"type": {
|
|
2757
|
+
"text": "boolean"
|
|
2758
|
+
}
|
|
2759
|
+
}
|
|
2760
|
+
],
|
|
2761
|
+
"inheritedFrom": {
|
|
2762
|
+
"name": "LifecycleMixin",
|
|
2763
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
2764
|
+
}
|
|
2765
|
+
},
|
|
3040
2766
|
{
|
|
3041
|
-
"
|
|
3042
|
-
"
|
|
3043
|
-
|
|
2767
|
+
"kind": "field",
|
|
2768
|
+
"name": "shouldRunDisconnect",
|
|
2769
|
+
"return": {
|
|
2770
|
+
"type": {
|
|
2771
|
+
"text": ""
|
|
2772
|
+
}
|
|
3044
2773
|
},
|
|
3045
|
-
"
|
|
2774
|
+
"readonly": true,
|
|
2775
|
+
"inheritedFrom": {
|
|
2776
|
+
"name": "LifecycleMixin",
|
|
2777
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
2778
|
+
}
|
|
3046
2779
|
},
|
|
3047
2780
|
{
|
|
3048
|
-
"
|
|
3049
|
-
"
|
|
2781
|
+
"kind": "field",
|
|
2782
|
+
"name": "shouldRunConnect",
|
|
2783
|
+
"return": {
|
|
2784
|
+
"type": {
|
|
2785
|
+
"text": ""
|
|
2786
|
+
}
|
|
2787
|
+
},
|
|
2788
|
+
"readonly": true,
|
|
2789
|
+
"inheritedFrom": {
|
|
2790
|
+
"name": "LifecycleMixin",
|
|
2791
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
2792
|
+
}
|
|
2793
|
+
},
|
|
2794
|
+
{
|
|
2795
|
+
"kind": "method",
|
|
2796
|
+
"name": "#_blockLifecycleDueToTokenChange",
|
|
2797
|
+
"return": {
|
|
2798
|
+
"type": {
|
|
2799
|
+
"text": "boolean"
|
|
2800
|
+
}
|
|
2801
|
+
},
|
|
2802
|
+
"parameters": [
|
|
2803
|
+
{
|
|
2804
|
+
"name": "lifecycleType",
|
|
2805
|
+
"type": {
|
|
2806
|
+
"text": "Lifecycletype"
|
|
2807
|
+
}
|
|
2808
|
+
}
|
|
2809
|
+
],
|
|
2810
|
+
"inheritedFrom": {
|
|
2811
|
+
"name": "LifecycleMixin",
|
|
2812
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
2813
|
+
}
|
|
2814
|
+
},
|
|
2815
|
+
{
|
|
2816
|
+
"kind": "field",
|
|
2817
|
+
"name": "_presentation",
|
|
3050
2818
|
"type": {
|
|
3051
|
-
"text": "
|
|
2819
|
+
"text": "ComponentPresentation | null | undefined"
|
|
3052
2820
|
},
|
|
3053
|
-
"
|
|
3054
|
-
|
|
3055
|
-
|
|
3056
|
-
|
|
3057
|
-
|
|
3058
|
-
|
|
3059
|
-
|
|
3060
|
-
"exports": [
|
|
3061
|
-
{
|
|
3062
|
-
"kind": "js",
|
|
3063
|
-
"name": "booleanFormatter",
|
|
3064
|
-
"declaration": {
|
|
3065
|
-
"name": "booleanFormatter",
|
|
3066
|
-
"module": "src/cell-formatters/boolean.formatter.ts"
|
|
3067
|
-
}
|
|
3068
|
-
}
|
|
3069
|
-
]
|
|
3070
|
-
},
|
|
3071
|
-
{
|
|
3072
|
-
"kind": "javascript-module",
|
|
3073
|
-
"path": "src/cell-formatters/constants.ts",
|
|
3074
|
-
"declarations": [],
|
|
3075
|
-
"exports": []
|
|
3076
|
-
},
|
|
3077
|
-
{
|
|
3078
|
-
"kind": "javascript-module",
|
|
3079
|
-
"path": "src/cell-formatters/editable.formatter.ts",
|
|
3080
|
-
"declarations": [
|
|
3081
|
-
{
|
|
3082
|
-
"kind": "function",
|
|
3083
|
-
"name": "editableFormatter",
|
|
3084
|
-
"return": {
|
|
3085
|
-
"type": {
|
|
3086
|
-
"text": ""
|
|
3087
|
-
}
|
|
3088
|
-
},
|
|
3089
|
-
"parameters": [
|
|
2821
|
+
"privacy": "private",
|
|
2822
|
+
"default": "void 0",
|
|
2823
|
+
"inheritedFrom": {
|
|
2824
|
+
"name": "FoundationElement",
|
|
2825
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
2826
|
+
}
|
|
2827
|
+
},
|
|
3090
2828
|
{
|
|
3091
|
-
"
|
|
2829
|
+
"kind": "field",
|
|
2830
|
+
"name": "$presentation",
|
|
3092
2831
|
"type": {
|
|
3093
|
-
"text": "
|
|
2832
|
+
"text": "ComponentPresentation | null"
|
|
3094
2833
|
},
|
|
3095
|
-
"
|
|
2834
|
+
"privacy": "public",
|
|
2835
|
+
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
2836
|
+
"inheritedFrom": {
|
|
2837
|
+
"name": "FoundationElement",
|
|
2838
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
2839
|
+
}
|
|
3096
2840
|
},
|
|
3097
2841
|
{
|
|
3098
|
-
"
|
|
3099
|
-
"
|
|
2842
|
+
"kind": "field",
|
|
2843
|
+
"name": "template",
|
|
3100
2844
|
"type": {
|
|
3101
|
-
"text": "
|
|
2845
|
+
"text": "ElementViewTemplate | void | null"
|
|
3102
2846
|
},
|
|
3103
|
-
"
|
|
3104
|
-
|
|
3105
|
-
|
|
3106
|
-
|
|
3107
|
-
|
|
3108
|
-
|
|
3109
|
-
|
|
3110
|
-
"exports": [
|
|
3111
|
-
{
|
|
3112
|
-
"kind": "js",
|
|
3113
|
-
"name": "editableFormatter",
|
|
3114
|
-
"declaration": {
|
|
3115
|
-
"name": "editableFormatter",
|
|
3116
|
-
"module": "src/cell-formatters/editable.formatter.ts"
|
|
3117
|
-
}
|
|
3118
|
-
}
|
|
3119
|
-
]
|
|
3120
|
-
},
|
|
3121
|
-
{
|
|
3122
|
-
"kind": "javascript-module",
|
|
3123
|
-
"path": "src/cell-formatters/index.ts",
|
|
3124
|
-
"declarations": [
|
|
3125
|
-
{
|
|
3126
|
-
"kind": "variable",
|
|
3127
|
-
"name": "formatters",
|
|
3128
|
-
"type": {
|
|
3129
|
-
"text": "object"
|
|
3130
|
-
},
|
|
3131
|
-
"default": "{\n action: actionFormatter,\n actionsMenu: actionsMenuFormatter,\n boolean: booleanFormatter,\n editable: editableFormatter,\n select: selectFormatter,\n text: textFormatter,\n}",
|
|
3132
|
-
"description": "Zero formatters for Tabulator grid"
|
|
3133
|
-
}
|
|
3134
|
-
],
|
|
3135
|
-
"exports": [
|
|
3136
|
-
{
|
|
3137
|
-
"kind": "js",
|
|
3138
|
-
"name": "*",
|
|
3139
|
-
"declaration": {
|
|
3140
|
-
"name": "*",
|
|
3141
|
-
"package": "./constants"
|
|
3142
|
-
}
|
|
3143
|
-
},
|
|
3144
|
-
{
|
|
3145
|
-
"kind": "js",
|
|
3146
|
-
"name": "ActionFormatterParams",
|
|
3147
|
-
"declaration": {
|
|
3148
|
-
"name": "ActionFormatterParams",
|
|
3149
|
-
"module": "src/cell-formatters/index.ts"
|
|
3150
|
-
}
|
|
3151
|
-
},
|
|
3152
|
-
{
|
|
3153
|
-
"kind": "js",
|
|
3154
|
-
"name": "actionFormatter",
|
|
3155
|
-
"declaration": {
|
|
3156
|
-
"name": "actionFormatter",
|
|
3157
|
-
"module": "src/cell-formatters/index.ts"
|
|
3158
|
-
}
|
|
3159
|
-
},
|
|
3160
|
-
{
|
|
3161
|
-
"kind": "js",
|
|
3162
|
-
"name": "ActionsMenuFormatterParams",
|
|
3163
|
-
"declaration": {
|
|
3164
|
-
"name": "ActionsMenuFormatterParams",
|
|
3165
|
-
"module": "src/cell-formatters/index.ts"
|
|
3166
|
-
}
|
|
3167
|
-
},
|
|
3168
|
-
{
|
|
3169
|
-
"kind": "js",
|
|
3170
|
-
"name": "actionsMenuFormatter",
|
|
3171
|
-
"declaration": {
|
|
3172
|
-
"name": "actionsMenuFormatter",
|
|
3173
|
-
"module": "src/cell-formatters/index.ts"
|
|
3174
|
-
}
|
|
3175
|
-
},
|
|
3176
|
-
{
|
|
3177
|
-
"kind": "js",
|
|
3178
|
-
"name": "BooleanFormatterParams",
|
|
3179
|
-
"declaration": {
|
|
3180
|
-
"name": "BooleanFormatterParams",
|
|
3181
|
-
"module": "src/cell-formatters/index.ts"
|
|
3182
|
-
}
|
|
3183
|
-
},
|
|
3184
|
-
{
|
|
3185
|
-
"kind": "js",
|
|
3186
|
-
"name": "booleanFormatter",
|
|
3187
|
-
"declaration": {
|
|
3188
|
-
"name": "booleanFormatter",
|
|
3189
|
-
"module": "src/cell-formatters/index.ts"
|
|
3190
|
-
}
|
|
3191
|
-
},
|
|
3192
|
-
{
|
|
3193
|
-
"kind": "js",
|
|
3194
|
-
"name": "EditableFormatterParams",
|
|
3195
|
-
"declaration": {
|
|
3196
|
-
"name": "EditableFormatterParams",
|
|
3197
|
-
"module": "src/cell-formatters/index.ts"
|
|
3198
|
-
}
|
|
3199
|
-
},
|
|
3200
|
-
{
|
|
3201
|
-
"kind": "js",
|
|
3202
|
-
"name": "editableFormatter",
|
|
3203
|
-
"declaration": {
|
|
3204
|
-
"name": "editableFormatter",
|
|
3205
|
-
"module": "src/cell-formatters/index.ts"
|
|
3206
|
-
}
|
|
3207
|
-
},
|
|
3208
|
-
{
|
|
3209
|
-
"kind": "js",
|
|
3210
|
-
"name": "SelectFormatterParams",
|
|
3211
|
-
"declaration": {
|
|
3212
|
-
"name": "SelectFormatterParams",
|
|
3213
|
-
"module": "src/cell-formatters/index.ts"
|
|
3214
|
-
}
|
|
3215
|
-
},
|
|
3216
|
-
{
|
|
3217
|
-
"kind": "js",
|
|
3218
|
-
"name": "selectFormatter",
|
|
3219
|
-
"declaration": {
|
|
3220
|
-
"name": "selectFormatter",
|
|
3221
|
-
"module": "src/cell-formatters/index.ts"
|
|
3222
|
-
}
|
|
3223
|
-
},
|
|
3224
|
-
{
|
|
3225
|
-
"kind": "js",
|
|
3226
|
-
"name": "TextFormatterParams",
|
|
3227
|
-
"declaration": {
|
|
3228
|
-
"name": "TextFormatterParams",
|
|
3229
|
-
"module": "src/cell-formatters/index.ts"
|
|
3230
|
-
}
|
|
3231
|
-
},
|
|
3232
|
-
{
|
|
3233
|
-
"kind": "js",
|
|
3234
|
-
"name": "textFormatter",
|
|
3235
|
-
"declaration": {
|
|
3236
|
-
"name": "textFormatter",
|
|
3237
|
-
"module": "src/cell-formatters/index.ts"
|
|
3238
|
-
}
|
|
3239
|
-
},
|
|
3240
|
-
{
|
|
3241
|
-
"kind": "js",
|
|
3242
|
-
"name": "formatters",
|
|
3243
|
-
"declaration": {
|
|
3244
|
-
"name": "formatters",
|
|
3245
|
-
"module": "src/cell-formatters/index.ts"
|
|
3246
|
-
}
|
|
3247
|
-
}
|
|
3248
|
-
]
|
|
3249
|
-
},
|
|
3250
|
-
{
|
|
3251
|
-
"kind": "javascript-module",
|
|
3252
|
-
"path": "src/cell-formatters/select.formatter.ts",
|
|
3253
|
-
"declarations": [
|
|
3254
|
-
{
|
|
3255
|
-
"kind": "function",
|
|
3256
|
-
"name": "selectFormatter",
|
|
3257
|
-
"return": {
|
|
3258
|
-
"type": {
|
|
3259
|
-
"text": ""
|
|
3260
|
-
}
|
|
3261
|
-
},
|
|
3262
|
-
"parameters": [
|
|
2847
|
+
"privacy": "public",
|
|
2848
|
+
"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.",
|
|
2849
|
+
"inheritedFrom": {
|
|
2850
|
+
"name": "FoundationElement",
|
|
2851
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
2852
|
+
}
|
|
2853
|
+
},
|
|
3263
2854
|
{
|
|
3264
|
-
"
|
|
3265
|
-
"
|
|
3266
|
-
|
|
2855
|
+
"kind": "method",
|
|
2856
|
+
"name": "templateChanged",
|
|
2857
|
+
"privacy": "protected",
|
|
2858
|
+
"return": {
|
|
2859
|
+
"type": {
|
|
2860
|
+
"text": "void"
|
|
2861
|
+
}
|
|
3267
2862
|
},
|
|
3268
|
-
"
|
|
2863
|
+
"inheritedFrom": {
|
|
2864
|
+
"name": "FoundationElement",
|
|
2865
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
2866
|
+
}
|
|
3269
2867
|
},
|
|
3270
2868
|
{
|
|
3271
|
-
"
|
|
2869
|
+
"kind": "field",
|
|
2870
|
+
"name": "styles",
|
|
3272
2871
|
"type": {
|
|
3273
|
-
"text": "
|
|
2872
|
+
"text": "ElementStyles | void | null"
|
|
3274
2873
|
},
|
|
3275
|
-
"
|
|
3276
|
-
|
|
3277
|
-
|
|
3278
|
-
|
|
3279
|
-
|
|
3280
|
-
|
|
3281
|
-
|
|
3282
|
-
"exports": [
|
|
3283
|
-
{
|
|
3284
|
-
"kind": "js",
|
|
3285
|
-
"name": "selectFormatter",
|
|
3286
|
-
"declaration": {
|
|
3287
|
-
"name": "selectFormatter",
|
|
3288
|
-
"module": "src/cell-formatters/select.formatter.ts"
|
|
3289
|
-
}
|
|
3290
|
-
}
|
|
3291
|
-
]
|
|
3292
|
-
},
|
|
3293
|
-
{
|
|
3294
|
-
"kind": "javascript-module",
|
|
3295
|
-
"path": "src/cell-formatters/text.formatter.ts",
|
|
3296
|
-
"declarations": [
|
|
3297
|
-
{
|
|
3298
|
-
"kind": "function",
|
|
3299
|
-
"name": "textFormatter",
|
|
3300
|
-
"return": {
|
|
3301
|
-
"type": {
|
|
3302
|
-
"text": ""
|
|
3303
|
-
}
|
|
3304
|
-
},
|
|
3305
|
-
"parameters": [
|
|
2874
|
+
"privacy": "public",
|
|
2875
|
+
"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.",
|
|
2876
|
+
"inheritedFrom": {
|
|
2877
|
+
"name": "FoundationElement",
|
|
2878
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
2879
|
+
}
|
|
2880
|
+
},
|
|
3306
2881
|
{
|
|
3307
|
-
"
|
|
3308
|
-
"
|
|
3309
|
-
|
|
2882
|
+
"kind": "method",
|
|
2883
|
+
"name": "stylesChanged",
|
|
2884
|
+
"privacy": "protected",
|
|
2885
|
+
"return": {
|
|
2886
|
+
"type": {
|
|
2887
|
+
"text": "void"
|
|
2888
|
+
}
|
|
3310
2889
|
},
|
|
3311
|
-
"
|
|
2890
|
+
"inheritedFrom": {
|
|
2891
|
+
"name": "FoundationElement",
|
|
2892
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
2893
|
+
}
|
|
3312
2894
|
},
|
|
3313
2895
|
{
|
|
3314
|
-
"
|
|
3315
|
-
"
|
|
3316
|
-
"
|
|
3317
|
-
|
|
2896
|
+
"kind": "method",
|
|
2897
|
+
"name": "compose",
|
|
2898
|
+
"privacy": "public",
|
|
2899
|
+
"static": true,
|
|
2900
|
+
"return": {
|
|
2901
|
+
"type": {
|
|
2902
|
+
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
2903
|
+
}
|
|
3318
2904
|
},
|
|
3319
|
-
"
|
|
2905
|
+
"parameters": [
|
|
2906
|
+
{
|
|
2907
|
+
"name": "this",
|
|
2908
|
+
"type": {
|
|
2909
|
+
"text": "K"
|
|
2910
|
+
}
|
|
2911
|
+
},
|
|
2912
|
+
{
|
|
2913
|
+
"name": "elementDefinition",
|
|
2914
|
+
"type": {
|
|
2915
|
+
"text": "T"
|
|
2916
|
+
},
|
|
2917
|
+
"description": "The definition of the element to create the registry\nfunction for."
|
|
2918
|
+
}
|
|
2919
|
+
],
|
|
2920
|
+
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
2921
|
+
"inheritedFrom": {
|
|
2922
|
+
"name": "FoundationElement",
|
|
2923
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
2924
|
+
}
|
|
3320
2925
|
}
|
|
3321
2926
|
],
|
|
3322
|
-
"
|
|
3323
|
-
|
|
2927
|
+
"mixins": [
|
|
2928
|
+
{
|
|
2929
|
+
"name": "LifecycleMixin",
|
|
2930
|
+
"package": "@genesislcap/foundation-utils"
|
|
2931
|
+
}
|
|
2932
|
+
],
|
|
2933
|
+
"superclass": {
|
|
2934
|
+
"name": "FoundationElement",
|
|
2935
|
+
"package": "@microsoft/fast-foundation"
|
|
2936
|
+
},
|
|
2937
|
+
"tagName": "grid-tabulator-column",
|
|
2938
|
+
"customElement": true
|
|
2939
|
+
}
|
|
2940
|
+
],
|
|
2941
|
+
"exports": [
|
|
2942
|
+
{
|
|
2943
|
+
"kind": "js",
|
|
2944
|
+
"name": "GridTabulatorColumn",
|
|
2945
|
+
"declaration": {
|
|
2946
|
+
"name": "GridTabulatorColumn",
|
|
2947
|
+
"module": "src/column/column.ts"
|
|
2948
|
+
}
|
|
2949
|
+
},
|
|
2950
|
+
{
|
|
2951
|
+
"kind": "custom-element-definition",
|
|
2952
|
+
"name": "grid-tabulator-column",
|
|
2953
|
+
"declaration": {
|
|
2954
|
+
"name": "GridTabulatorColumn",
|
|
2955
|
+
"module": "src/column/column.ts"
|
|
2956
|
+
}
|
|
3324
2957
|
}
|
|
3325
|
-
]
|
|
2958
|
+
]
|
|
2959
|
+
},
|
|
2960
|
+
{
|
|
2961
|
+
"kind": "javascript-module",
|
|
2962
|
+
"path": "src/column/index.ts",
|
|
2963
|
+
"declarations": [],
|
|
3326
2964
|
"exports": [
|
|
3327
2965
|
{
|
|
3328
2966
|
"kind": "js",
|
|
3329
|
-
"name": "
|
|
2967
|
+
"name": "*",
|
|
3330
2968
|
"declaration": {
|
|
3331
|
-
"name": "
|
|
3332
|
-
"
|
|
2969
|
+
"name": "*",
|
|
2970
|
+
"package": "./column"
|
|
3333
2971
|
}
|
|
3334
2972
|
}
|
|
3335
2973
|
]
|
|
3336
2974
|
},
|
|
3337
2975
|
{
|
|
3338
2976
|
"kind": "javascript-module",
|
|
3339
|
-
"path": "src/
|
|
2977
|
+
"path": "src/datasource/client-side.datasource.ts",
|
|
3340
2978
|
"declarations": [
|
|
2979
|
+
{
|
|
2980
|
+
"kind": "variable",
|
|
2981
|
+
"name": "criteriaDelimiter",
|
|
2982
|
+
"type": {
|
|
2983
|
+
"text": "string"
|
|
2984
|
+
},
|
|
2985
|
+
"default": "';'",
|
|
2986
|
+
"description": "Delimiter for criteria in the datasource"
|
|
2987
|
+
},
|
|
2988
|
+
{
|
|
2989
|
+
"kind": "variable",
|
|
2990
|
+
"name": "criteriaJoin",
|
|
2991
|
+
"type": {
|
|
2992
|
+
"text": "string"
|
|
2993
|
+
},
|
|
2994
|
+
"default": "' && '",
|
|
2995
|
+
"description": "Join operator for criteria in the datasource"
|
|
2996
|
+
},
|
|
3341
2997
|
{
|
|
3342
2998
|
"kind": "class",
|
|
3343
|
-
"description": "The
|
|
3344
|
-
"name": "
|
|
2999
|
+
"description": "The Genesis Datasource element, for client-side data fetching and used exclusively by the GridTabulator element.",
|
|
3000
|
+
"name": "GridTabulatorClientSideDatasource",
|
|
3345
3001
|
"members": [
|
|
3346
3002
|
{
|
|
3347
3003
|
"kind": "field",
|
|
3348
|
-
"name": "
|
|
3004
|
+
"name": "auth",
|
|
3349
3005
|
"type": {
|
|
3350
|
-
"text": "
|
|
3351
|
-
}
|
|
3352
|
-
"privacy": "public"
|
|
3006
|
+
"text": "Auth"
|
|
3007
|
+
}
|
|
3353
3008
|
},
|
|
3354
3009
|
{
|
|
3355
3010
|
"kind": "field",
|
|
3356
|
-
"name": "
|
|
3011
|
+
"name": "connect",
|
|
3357
3012
|
"type": {
|
|
3358
|
-
"text": "
|
|
3013
|
+
"text": "Connect"
|
|
3014
|
+
}
|
|
3015
|
+
},
|
|
3016
|
+
{
|
|
3017
|
+
"kind": "field",
|
|
3018
|
+
"name": "datasource",
|
|
3019
|
+
"type": {
|
|
3020
|
+
"text": "Datasource"
|
|
3021
|
+
}
|
|
3022
|
+
},
|
|
3023
|
+
{
|
|
3024
|
+
"kind": "field",
|
|
3025
|
+
"name": "deferredGridOptions",
|
|
3026
|
+
"type": {
|
|
3027
|
+
"text": "Options"
|
|
3028
|
+
}
|
|
3029
|
+
},
|
|
3030
|
+
{
|
|
3031
|
+
"kind": "field",
|
|
3032
|
+
"name": "deferredColumnStates",
|
|
3033
|
+
"type": {
|
|
3034
|
+
"text": "any[]"
|
|
3359
3035
|
},
|
|
3360
|
-
"default": "
|
|
3036
|
+
"default": "[]",
|
|
3037
|
+
"description": "Allows storing column layouts between datasource initializations"
|
|
3361
3038
|
},
|
|
3362
3039
|
{
|
|
3363
|
-
"kind": "
|
|
3364
|
-
"name": "
|
|
3365
|
-
"
|
|
3040
|
+
"kind": "field",
|
|
3041
|
+
"name": "criteria",
|
|
3042
|
+
"type": {
|
|
3043
|
+
"text": "string"
|
|
3044
|
+
}
|
|
3366
3045
|
},
|
|
3367
3046
|
{
|
|
3368
3047
|
"kind": "method",
|
|
3369
|
-
"name": "
|
|
3370
|
-
"
|
|
3371
|
-
|
|
3372
|
-
"
|
|
3048
|
+
"name": "criteriaChanged",
|
|
3049
|
+
"parameters": [
|
|
3050
|
+
{
|
|
3051
|
+
"name": "oldCriteria",
|
|
3052
|
+
"type": {
|
|
3053
|
+
"text": "string"
|
|
3054
|
+
}
|
|
3055
|
+
},
|
|
3056
|
+
{
|
|
3057
|
+
"name": "newCriteria",
|
|
3058
|
+
"type": {
|
|
3059
|
+
"text": "string"
|
|
3060
|
+
}
|
|
3373
3061
|
}
|
|
3062
|
+
]
|
|
3063
|
+
},
|
|
3064
|
+
{
|
|
3065
|
+
"kind": "field",
|
|
3066
|
+
"name": "fields",
|
|
3067
|
+
"type": {
|
|
3068
|
+
"text": "string"
|
|
3069
|
+
}
|
|
3070
|
+
},
|
|
3071
|
+
{
|
|
3072
|
+
"kind": "field",
|
|
3073
|
+
"name": "isSnapshot",
|
|
3074
|
+
"type": {
|
|
3075
|
+
"text": "boolean"
|
|
3374
3076
|
},
|
|
3375
|
-
"
|
|
3376
|
-
|
|
3377
|
-
|
|
3077
|
+
"default": "false"
|
|
3078
|
+
},
|
|
3079
|
+
{
|
|
3080
|
+
"kind": "field",
|
|
3081
|
+
"name": "maxRows",
|
|
3082
|
+
"type": {
|
|
3083
|
+
"text": "number"
|
|
3378
3084
|
}
|
|
3379
3085
|
},
|
|
3380
3086
|
{
|
|
3381
|
-
"kind": "
|
|
3382
|
-
"name": "
|
|
3383
|
-
"
|
|
3384
|
-
"
|
|
3385
|
-
|
|
3386
|
-
|
|
3087
|
+
"kind": "field",
|
|
3088
|
+
"name": "maxView",
|
|
3089
|
+
"type": {
|
|
3090
|
+
"text": "number"
|
|
3091
|
+
}
|
|
3092
|
+
},
|
|
3093
|
+
{
|
|
3094
|
+
"kind": "field",
|
|
3095
|
+
"name": "pollingInterval",
|
|
3096
|
+
"type": {
|
|
3097
|
+
"text": "number"
|
|
3098
|
+
}
|
|
3099
|
+
},
|
|
3100
|
+
{
|
|
3101
|
+
"kind": "field",
|
|
3102
|
+
"name": "movingView",
|
|
3103
|
+
"type": {
|
|
3104
|
+
"text": "boolean"
|
|
3387
3105
|
},
|
|
3106
|
+
"default": "false"
|
|
3107
|
+
},
|
|
3108
|
+
{
|
|
3109
|
+
"kind": "field",
|
|
3110
|
+
"name": "orderBy",
|
|
3111
|
+
"type": {
|
|
3112
|
+
"text": "string"
|
|
3113
|
+
}
|
|
3114
|
+
},
|
|
3115
|
+
{
|
|
3116
|
+
"kind": "field",
|
|
3117
|
+
"name": "request",
|
|
3118
|
+
"type": {
|
|
3119
|
+
"text": "any"
|
|
3120
|
+
}
|
|
3121
|
+
},
|
|
3122
|
+
{
|
|
3123
|
+
"kind": "field",
|
|
3124
|
+
"name": "resourceName",
|
|
3125
|
+
"type": {
|
|
3126
|
+
"text": "string"
|
|
3127
|
+
}
|
|
3128
|
+
},
|
|
3129
|
+
{
|
|
3130
|
+
"kind": "method",
|
|
3131
|
+
"name": "resourceNameChanged",
|
|
3388
3132
|
"parameters": [
|
|
3389
3133
|
{
|
|
3390
|
-
"name": "
|
|
3391
|
-
"optional": true,
|
|
3134
|
+
"name": "oldValue",
|
|
3392
3135
|
"type": {
|
|
3393
|
-
"text": "
|
|
3136
|
+
"text": "string"
|
|
3137
|
+
}
|
|
3138
|
+
},
|
|
3139
|
+
{
|
|
3140
|
+
"name": "newValue",
|
|
3141
|
+
"type": {
|
|
3142
|
+
"text": "string"
|
|
3394
3143
|
}
|
|
3395
3144
|
}
|
|
3396
|
-
]
|
|
3397
|
-
"inheritedFrom": {
|
|
3398
|
-
"name": "LifecycleMixin",
|
|
3399
|
-
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
3400
|
-
}
|
|
3145
|
+
]
|
|
3401
3146
|
},
|
|
3402
3147
|
{
|
|
3403
3148
|
"kind": "field",
|
|
3404
|
-
"name": "
|
|
3405
|
-
"
|
|
3406
|
-
"
|
|
3407
|
-
|
|
3408
|
-
|
|
3149
|
+
"name": "reverse",
|
|
3150
|
+
"type": {
|
|
3151
|
+
"text": "boolean"
|
|
3152
|
+
},
|
|
3153
|
+
"default": "false"
|
|
3154
|
+
},
|
|
3155
|
+
{
|
|
3156
|
+
"kind": "field",
|
|
3157
|
+
"name": "rowIdAttr",
|
|
3158
|
+
"description": "Attribute to set an unique identifier for the row.\n\nDefaults to `ROW_REF` or `RECORD_ID` depending on the resource type."
|
|
3159
|
+
},
|
|
3160
|
+
{
|
|
3161
|
+
"kind": "field",
|
|
3162
|
+
"name": "restartOnReconnection",
|
|
3163
|
+
"type": {
|
|
3164
|
+
"text": "boolean"
|
|
3165
|
+
},
|
|
3166
|
+
"default": "true"
|
|
3167
|
+
},
|
|
3168
|
+
{
|
|
3169
|
+
"kind": "field",
|
|
3170
|
+
"name": "keepColDefsOnClearRowData",
|
|
3171
|
+
"type": {
|
|
3172
|
+
"text": "boolean"
|
|
3173
|
+
},
|
|
3174
|
+
"default": "false",
|
|
3175
|
+
"description": "Whether to keep column definitions when clearing row data"
|
|
3176
|
+
},
|
|
3177
|
+
{
|
|
3178
|
+
"kind": "field",
|
|
3179
|
+
"name": "rowDataMapper",
|
|
3180
|
+
"type": {
|
|
3181
|
+
"text": "Function"
|
|
3182
|
+
},
|
|
3183
|
+
"description": "Allows grid data updates to be processed via and external function before applying in grid"
|
|
3184
|
+
},
|
|
3185
|
+
{
|
|
3186
|
+
"kind": "field",
|
|
3187
|
+
"name": "dataSub",
|
|
3188
|
+
"type": {
|
|
3189
|
+
"text": "Subscription"
|
|
3190
|
+
},
|
|
3191
|
+
"privacy": "private"
|
|
3192
|
+
},
|
|
3193
|
+
{
|
|
3194
|
+
"kind": "field",
|
|
3195
|
+
"name": "updateSub",
|
|
3196
|
+
"type": {
|
|
3197
|
+
"text": "Subscription"
|
|
3198
|
+
},
|
|
3199
|
+
"privacy": "private"
|
|
3200
|
+
},
|
|
3201
|
+
{
|
|
3202
|
+
"kind": "field",
|
|
3203
|
+
"name": "connectionSub",
|
|
3204
|
+
"type": {
|
|
3205
|
+
"text": "Subscription"
|
|
3409
3206
|
},
|
|
3410
|
-
"
|
|
3411
|
-
"inheritedFrom": {
|
|
3412
|
-
"name": "LifecycleMixin",
|
|
3413
|
-
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
3414
|
-
}
|
|
3207
|
+
"privacy": "private"
|
|
3415
3208
|
},
|
|
3416
3209
|
{
|
|
3417
3210
|
"kind": "field",
|
|
3418
|
-
"name": "
|
|
3419
|
-
"
|
|
3420
|
-
"
|
|
3421
|
-
"text": ""
|
|
3422
|
-
}
|
|
3211
|
+
"name": "isRequestServer",
|
|
3212
|
+
"type": {
|
|
3213
|
+
"text": "boolean"
|
|
3423
3214
|
},
|
|
3424
|
-
"
|
|
3425
|
-
"
|
|
3426
|
-
"name": "LifecycleMixin",
|
|
3427
|
-
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
3428
|
-
}
|
|
3215
|
+
"privacy": "private",
|
|
3216
|
+
"default": "false"
|
|
3429
3217
|
},
|
|
3430
3218
|
{
|
|
3431
|
-
"kind": "
|
|
3432
|
-
"name": "
|
|
3433
|
-
"
|
|
3434
|
-
"
|
|
3435
|
-
"text": "boolean"
|
|
3436
|
-
}
|
|
3219
|
+
"kind": "field",
|
|
3220
|
+
"name": "requiresFullRowDataAndColDefs",
|
|
3221
|
+
"type": {
|
|
3222
|
+
"text": "boolean"
|
|
3437
3223
|
},
|
|
3438
|
-
"
|
|
3439
|
-
|
|
3440
|
-
"name": "lifecycleType",
|
|
3441
|
-
"type": {
|
|
3442
|
-
"text": "Lifecycletype"
|
|
3443
|
-
}
|
|
3444
|
-
}
|
|
3445
|
-
],
|
|
3446
|
-
"inheritedFrom": {
|
|
3447
|
-
"name": "LifecycleMixin",
|
|
3448
|
-
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
3449
|
-
}
|
|
3224
|
+
"privacy": "private",
|
|
3225
|
+
"default": "true"
|
|
3450
3226
|
},
|
|
3451
3227
|
{
|
|
3452
3228
|
"kind": "field",
|
|
3453
|
-
"name": "
|
|
3229
|
+
"name": "dataSubWasLoggedOff",
|
|
3454
3230
|
"type": {
|
|
3455
|
-
"text": "
|
|
3231
|
+
"text": "boolean"
|
|
3456
3232
|
},
|
|
3457
3233
|
"privacy": "private",
|
|
3458
|
-
"default": "
|
|
3459
|
-
"inheritedFrom": {
|
|
3460
|
-
"name": "FoundationElement",
|
|
3461
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
3462
|
-
}
|
|
3234
|
+
"default": "false"
|
|
3463
3235
|
},
|
|
3464
3236
|
{
|
|
3465
3237
|
"kind": "field",
|
|
3466
|
-
"name": "
|
|
3238
|
+
"name": "rows",
|
|
3467
3239
|
"type": {
|
|
3468
|
-
"text": "
|
|
3240
|
+
"text": "Map<string, any>"
|
|
3469
3241
|
},
|
|
3470
|
-
"privacy": "
|
|
3471
|
-
"
|
|
3472
|
-
"inheritedFrom": {
|
|
3473
|
-
"name": "FoundationElement",
|
|
3474
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
3475
|
-
}
|
|
3242
|
+
"privacy": "private",
|
|
3243
|
+
"default": "new Map()"
|
|
3476
3244
|
},
|
|
3477
3245
|
{
|
|
3478
3246
|
"kind": "field",
|
|
3479
|
-
"name": "
|
|
3247
|
+
"name": "gridTransaction",
|
|
3480
3248
|
"type": {
|
|
3481
|
-
"text": "
|
|
3249
|
+
"text": "RowDataTransaction"
|
|
3482
3250
|
},
|
|
3483
|
-
"privacy": "
|
|
3484
|
-
"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.",
|
|
3485
|
-
"inheritedFrom": {
|
|
3486
|
-
"name": "FoundationElement",
|
|
3487
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
3488
|
-
}
|
|
3251
|
+
"privacy": "private"
|
|
3489
3252
|
},
|
|
3490
3253
|
{
|
|
3491
|
-
"kind": "
|
|
3492
|
-
"name": "
|
|
3493
|
-
"
|
|
3494
|
-
|
|
3495
|
-
"type": {
|
|
3496
|
-
"text": "void"
|
|
3497
|
-
}
|
|
3254
|
+
"kind": "field",
|
|
3255
|
+
"name": "sourceRef",
|
|
3256
|
+
"type": {
|
|
3257
|
+
"text": "string"
|
|
3498
3258
|
},
|
|
3499
|
-
"
|
|
3500
|
-
"name": "FoundationElement",
|
|
3501
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
3502
|
-
}
|
|
3259
|
+
"privacy": "private"
|
|
3503
3260
|
},
|
|
3504
3261
|
{
|
|
3505
3262
|
"kind": "field",
|
|
3506
|
-
"name": "
|
|
3263
|
+
"name": "criteriaFromFilters",
|
|
3507
3264
|
"type": {
|
|
3508
|
-
"text": "
|
|
3265
|
+
"text": "Map<string, string>"
|
|
3509
3266
|
},
|
|
3510
|
-
"privacy": "
|
|
3511
|
-
"
|
|
3512
|
-
"inheritedFrom": {
|
|
3513
|
-
"name": "FoundationElement",
|
|
3514
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
3515
|
-
}
|
|
3267
|
+
"privacy": "private",
|
|
3268
|
+
"default": "new Map()"
|
|
3516
3269
|
},
|
|
3517
3270
|
{
|
|
3518
|
-
"kind": "
|
|
3519
|
-
"name": "
|
|
3520
|
-
"
|
|
3521
|
-
|
|
3522
|
-
"type": {
|
|
3523
|
-
"text": "void"
|
|
3524
|
-
}
|
|
3271
|
+
"kind": "field",
|
|
3272
|
+
"name": "update",
|
|
3273
|
+
"type": {
|
|
3274
|
+
"text": "BehaviorSubject<Map<string, string>>"
|
|
3525
3275
|
},
|
|
3526
|
-
"
|
|
3527
|
-
|
|
3528
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
3529
|
-
}
|
|
3276
|
+
"privacy": "private",
|
|
3277
|
+
"default": "new BehaviorSubject(new Map())"
|
|
3530
3278
|
},
|
|
3531
3279
|
{
|
|
3532
3280
|
"kind": "method",
|
|
3533
|
-
"name": "
|
|
3534
|
-
"privacy": "public",
|
|
3535
|
-
"static": true,
|
|
3281
|
+
"name": "deepClone",
|
|
3536
3282
|
"return": {
|
|
3537
3283
|
"type": {
|
|
3538
|
-
"text": "
|
|
3284
|
+
"text": "Node"
|
|
3539
3285
|
}
|
|
3540
3286
|
},
|
|
3541
|
-
"parameters": [
|
|
3542
|
-
{
|
|
3543
|
-
"name": "this",
|
|
3544
|
-
"type": {
|
|
3545
|
-
"text": "K"
|
|
3546
|
-
}
|
|
3547
|
-
},
|
|
3548
|
-
{
|
|
3549
|
-
"name": "elementDefinition",
|
|
3550
|
-
"type": {
|
|
3551
|
-
"text": "T"
|
|
3552
|
-
},
|
|
3553
|
-
"description": "The definition of the element to create the registry\nfunction for."
|
|
3554
|
-
}
|
|
3555
|
-
],
|
|
3556
|
-
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
3557
3287
|
"inheritedFrom": {
|
|
3558
|
-
"name": "
|
|
3559
|
-
"module": "src/
|
|
3560
|
-
}
|
|
3561
|
-
}
|
|
3562
|
-
],
|
|
3563
|
-
"mixins": [
|
|
3564
|
-
{
|
|
3565
|
-
"name": "LifecycleMixin",
|
|
3566
|
-
"package": "@genesislcap/foundation-utils"
|
|
3567
|
-
}
|
|
3568
|
-
],
|
|
3569
|
-
"superclass": {
|
|
3570
|
-
"name": "FoundationElement",
|
|
3571
|
-
"package": "@microsoft/fast-foundation"
|
|
3572
|
-
},
|
|
3573
|
-
"tagName": "grid-tabulator-column",
|
|
3574
|
-
"customElement": true
|
|
3575
|
-
}
|
|
3576
|
-
],
|
|
3577
|
-
"exports": [
|
|
3578
|
-
{
|
|
3579
|
-
"kind": "js",
|
|
3580
|
-
"name": "GridTabulatorColumn",
|
|
3581
|
-
"declaration": {
|
|
3582
|
-
"name": "GridTabulatorColumn",
|
|
3583
|
-
"module": "src/column/column.ts"
|
|
3584
|
-
}
|
|
3585
|
-
},
|
|
3586
|
-
{
|
|
3587
|
-
"kind": "custom-element-definition",
|
|
3588
|
-
"name": "grid-tabulator-column",
|
|
3589
|
-
"declaration": {
|
|
3590
|
-
"name": "GridTabulatorColumn",
|
|
3591
|
-
"module": "src/column/column.ts"
|
|
3592
|
-
}
|
|
3593
|
-
}
|
|
3594
|
-
]
|
|
3595
|
-
},
|
|
3596
|
-
{
|
|
3597
|
-
"kind": "javascript-module",
|
|
3598
|
-
"path": "src/column/index.ts",
|
|
3599
|
-
"declarations": [],
|
|
3600
|
-
"exports": [
|
|
3601
|
-
{
|
|
3602
|
-
"kind": "js",
|
|
3603
|
-
"name": "*",
|
|
3604
|
-
"declaration": {
|
|
3605
|
-
"name": "*",
|
|
3606
|
-
"package": "./column"
|
|
3607
|
-
}
|
|
3608
|
-
}
|
|
3609
|
-
]
|
|
3610
|
-
},
|
|
3611
|
-
{
|
|
3612
|
-
"kind": "javascript-module",
|
|
3613
|
-
"path": "src/datasource/client-side.datasource.ts",
|
|
3614
|
-
"declarations": [
|
|
3615
|
-
{
|
|
3616
|
-
"kind": "variable",
|
|
3617
|
-
"name": "criteriaDelimiter",
|
|
3618
|
-
"type": {
|
|
3619
|
-
"text": "string"
|
|
3620
|
-
},
|
|
3621
|
-
"default": "';'",
|
|
3622
|
-
"description": "Delimiter for criteria in the datasource"
|
|
3623
|
-
},
|
|
3624
|
-
{
|
|
3625
|
-
"kind": "variable",
|
|
3626
|
-
"name": "criteriaJoin",
|
|
3627
|
-
"type": {
|
|
3628
|
-
"text": "string"
|
|
3629
|
-
},
|
|
3630
|
-
"default": "' && '",
|
|
3631
|
-
"description": "Join operator for criteria in the datasource"
|
|
3632
|
-
},
|
|
3633
|
-
{
|
|
3634
|
-
"kind": "class",
|
|
3635
|
-
"description": "The Genesis Datasource element, for client-side data fetching and used exclusively by the GridTabulator element.",
|
|
3636
|
-
"name": "GridTabulatorClientSideDatasource",
|
|
3637
|
-
"members": [
|
|
3638
|
-
{
|
|
3639
|
-
"kind": "field",
|
|
3640
|
-
"name": "auth",
|
|
3641
|
-
"type": {
|
|
3642
|
-
"text": "Auth"
|
|
3288
|
+
"name": "LifecycleMixin",
|
|
3289
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
3643
3290
|
}
|
|
3644
3291
|
},
|
|
3645
3292
|
{
|
|
3646
3293
|
"kind": "field",
|
|
3647
|
-
"name": "
|
|
3294
|
+
"name": "gridTabulator",
|
|
3648
3295
|
"type": {
|
|
3649
|
-
"text": "
|
|
3650
|
-
}
|
|
3296
|
+
"text": "GridTabulator | null"
|
|
3297
|
+
},
|
|
3298
|
+
"privacy": "private",
|
|
3299
|
+
"readonly": true
|
|
3651
3300
|
},
|
|
3652
3301
|
{
|
|
3653
|
-
"kind": "
|
|
3654
|
-
"name": "
|
|
3655
|
-
"
|
|
3656
|
-
|
|
3657
|
-
}
|
|
3302
|
+
"kind": "method",
|
|
3303
|
+
"name": "init",
|
|
3304
|
+
"description": "Initializes the datasource.",
|
|
3305
|
+
"privacy": "public"
|
|
3658
3306
|
},
|
|
3659
3307
|
{
|
|
3660
|
-
"kind": "
|
|
3661
|
-
"name": "
|
|
3662
|
-
"
|
|
3663
|
-
|
|
3664
|
-
}
|
|
3308
|
+
"kind": "method",
|
|
3309
|
+
"name": "destroy",
|
|
3310
|
+
"description": "Destroys the datasource, resetting it to its initial state.",
|
|
3311
|
+
"privacy": "public"
|
|
3665
3312
|
},
|
|
3666
3313
|
{
|
|
3667
|
-
"kind": "
|
|
3668
|
-
"name": "
|
|
3669
|
-
"
|
|
3670
|
-
|
|
3671
|
-
},
|
|
3672
|
-
"default": "[]",
|
|
3673
|
-
"description": "Allows storing column layouts between datasource initializations"
|
|
3314
|
+
"kind": "method",
|
|
3315
|
+
"name": "restart",
|
|
3316
|
+
"description": "Restarts the datasource, uses `deinit` and `init` in sequence.",
|
|
3317
|
+
"privacy": "public"
|
|
3674
3318
|
},
|
|
3675
3319
|
{
|
|
3676
|
-
"kind": "
|
|
3677
|
-
"name": "
|
|
3678
|
-
"
|
|
3679
|
-
"text": "string"
|
|
3680
|
-
}
|
|
3320
|
+
"kind": "method",
|
|
3321
|
+
"name": "refreshRows",
|
|
3322
|
+
"description": "Force the grid to redispatch the current rows"
|
|
3681
3323
|
},
|
|
3682
3324
|
{
|
|
3683
3325
|
"kind": "method",
|
|
3684
|
-
"name": "
|
|
3326
|
+
"name": "handleErrors",
|
|
3685
3327
|
"parameters": [
|
|
3686
3328
|
{
|
|
3687
|
-
"name": "
|
|
3329
|
+
"name": "errors",
|
|
3688
3330
|
"type": {
|
|
3689
|
-
"text": "string"
|
|
3331
|
+
"text": "string | any[]"
|
|
3690
3332
|
}
|
|
3691
|
-
}
|
|
3333
|
+
}
|
|
3334
|
+
],
|
|
3335
|
+
"description": "Handles errors by emitting an error event"
|
|
3336
|
+
},
|
|
3337
|
+
{
|
|
3338
|
+
"kind": "method",
|
|
3339
|
+
"name": "getColumnDefs",
|
|
3340
|
+
"privacy": "private",
|
|
3341
|
+
"parameters": [
|
|
3692
3342
|
{
|
|
3693
|
-
"name": "
|
|
3343
|
+
"name": "fieldsMetadata",
|
|
3694
3344
|
"type": {
|
|
3695
|
-
"text": "
|
|
3696
|
-
}
|
|
3345
|
+
"text": "FieldMetadata[]"
|
|
3346
|
+
},
|
|
3347
|
+
"description": "The field metadata to generate column definitions from"
|
|
3348
|
+
}
|
|
3349
|
+
],
|
|
3350
|
+
"description": "Generate column definitions from the field metadata"
|
|
3351
|
+
},
|
|
3352
|
+
{
|
|
3353
|
+
"kind": "method",
|
|
3354
|
+
"name": "handleSnapshot",
|
|
3355
|
+
"privacy": "private",
|
|
3356
|
+
"parameters": [
|
|
3357
|
+
{
|
|
3358
|
+
"name": "result"
|
|
3697
3359
|
}
|
|
3698
3360
|
]
|
|
3699
3361
|
},
|
|
3700
3362
|
{
|
|
3701
|
-
"kind": "
|
|
3702
|
-
"name": "
|
|
3703
|
-
"
|
|
3704
|
-
|
|
3363
|
+
"kind": "method",
|
|
3364
|
+
"name": "datasourceOptions",
|
|
3365
|
+
"privacy": "private",
|
|
3366
|
+
"return": {
|
|
3367
|
+
"type": {
|
|
3368
|
+
"text": "DatasourceOptions"
|
|
3369
|
+
}
|
|
3705
3370
|
}
|
|
3706
3371
|
},
|
|
3707
3372
|
{
|
|
3708
|
-
"kind": "
|
|
3709
|
-
"name": "
|
|
3710
|
-
"
|
|
3711
|
-
|
|
3712
|
-
|
|
3713
|
-
|
|
3373
|
+
"kind": "method",
|
|
3374
|
+
"name": "handleStreamResult",
|
|
3375
|
+
"privacy": "private",
|
|
3376
|
+
"parameters": [
|
|
3377
|
+
{
|
|
3378
|
+
"name": "result",
|
|
3379
|
+
"type": {
|
|
3380
|
+
"text": "FilteredDataServerResult | RequestServerResult"
|
|
3381
|
+
}
|
|
3382
|
+
}
|
|
3383
|
+
]
|
|
3714
3384
|
},
|
|
3715
3385
|
{
|
|
3716
|
-
"kind": "
|
|
3717
|
-
"name": "
|
|
3718
|
-
"
|
|
3719
|
-
|
|
3720
|
-
|
|
3386
|
+
"kind": "method",
|
|
3387
|
+
"name": "applyRequestServerData",
|
|
3388
|
+
"privacy": "private",
|
|
3389
|
+
"parameters": [
|
|
3390
|
+
{
|
|
3391
|
+
"name": "requestServerResult",
|
|
3392
|
+
"type": {
|
|
3393
|
+
"text": "RequestServerResult"
|
|
3394
|
+
}
|
|
3395
|
+
}
|
|
3396
|
+
]
|
|
3721
3397
|
},
|
|
3722
3398
|
{
|
|
3723
|
-
"kind": "
|
|
3724
|
-
"name": "
|
|
3725
|
-
"
|
|
3726
|
-
|
|
3727
|
-
|
|
3399
|
+
"kind": "method",
|
|
3400
|
+
"name": "applyDataserverData",
|
|
3401
|
+
"privacy": "private",
|
|
3402
|
+
"parameters": [
|
|
3403
|
+
{
|
|
3404
|
+
"name": "dataServerResult",
|
|
3405
|
+
"type": {
|
|
3406
|
+
"text": "FilteredDataServerResult"
|
|
3407
|
+
}
|
|
3408
|
+
}
|
|
3409
|
+
]
|
|
3728
3410
|
},
|
|
3729
3411
|
{
|
|
3730
|
-
"kind": "
|
|
3731
|
-
"name": "
|
|
3732
|
-
"
|
|
3733
|
-
"text": "number"
|
|
3734
|
-
}
|
|
3412
|
+
"kind": "method",
|
|
3413
|
+
"name": "applyTransaction",
|
|
3414
|
+
"privacy": "private"
|
|
3735
3415
|
},
|
|
3736
3416
|
{
|
|
3737
|
-
"kind": "
|
|
3738
|
-
"name": "
|
|
3739
|
-
"
|
|
3740
|
-
|
|
3741
|
-
|
|
3742
|
-
|
|
3417
|
+
"kind": "method",
|
|
3418
|
+
"name": "mapTransaction",
|
|
3419
|
+
"privacy": "private",
|
|
3420
|
+
"parameters": [
|
|
3421
|
+
{
|
|
3422
|
+
"name": "transaction",
|
|
3423
|
+
"type": {
|
|
3424
|
+
"text": "RowDataTransaction"
|
|
3425
|
+
}
|
|
3426
|
+
}
|
|
3427
|
+
]
|
|
3743
3428
|
},
|
|
3744
3429
|
{
|
|
3745
|
-
"kind": "
|
|
3746
|
-
"name": "
|
|
3747
|
-
"
|
|
3748
|
-
|
|
3749
|
-
|
|
3430
|
+
"kind": "method",
|
|
3431
|
+
"name": "handleStreamInserts",
|
|
3432
|
+
"privacy": "private",
|
|
3433
|
+
"parameters": [
|
|
3434
|
+
{
|
|
3435
|
+
"name": "insertedRows",
|
|
3436
|
+
"type": {
|
|
3437
|
+
"text": "any[]"
|
|
3438
|
+
}
|
|
3439
|
+
}
|
|
3440
|
+
]
|
|
3750
3441
|
},
|
|
3751
3442
|
{
|
|
3752
|
-
"kind": "
|
|
3753
|
-
"name": "
|
|
3754
|
-
"
|
|
3755
|
-
|
|
3756
|
-
|
|
3443
|
+
"kind": "method",
|
|
3444
|
+
"name": "handleStreamDeletes",
|
|
3445
|
+
"privacy": "private",
|
|
3446
|
+
"parameters": [
|
|
3447
|
+
{
|
|
3448
|
+
"name": "deletedRows",
|
|
3449
|
+
"type": {
|
|
3450
|
+
"text": "any[]"
|
|
3451
|
+
}
|
|
3452
|
+
}
|
|
3453
|
+
]
|
|
3757
3454
|
},
|
|
3758
3455
|
{
|
|
3759
|
-
"kind": "
|
|
3760
|
-
"name": "
|
|
3761
|
-
"
|
|
3762
|
-
|
|
3763
|
-
|
|
3456
|
+
"kind": "method",
|
|
3457
|
+
"name": "handleStreamUpdates",
|
|
3458
|
+
"privacy": "private",
|
|
3459
|
+
"parameters": [
|
|
3460
|
+
{
|
|
3461
|
+
"name": "updatedRows",
|
|
3462
|
+
"type": {
|
|
3463
|
+
"text": "any[]"
|
|
3464
|
+
}
|
|
3465
|
+
}
|
|
3466
|
+
]
|
|
3764
3467
|
},
|
|
3765
3468
|
{
|
|
3766
3469
|
"kind": "method",
|
|
3767
|
-
"name": "
|
|
3470
|
+
"name": "handleSizeChanged",
|
|
3471
|
+
"privacy": "private",
|
|
3768
3472
|
"parameters": [
|
|
3769
3473
|
{
|
|
3770
|
-
"name": "
|
|
3474
|
+
"name": "oldSize",
|
|
3771
3475
|
"type": {
|
|
3772
|
-
"text": "
|
|
3476
|
+
"text": "number"
|
|
3773
3477
|
}
|
|
3774
3478
|
},
|
|
3775
3479
|
{
|
|
3776
|
-
"name": "
|
|
3480
|
+
"name": "newSize",
|
|
3777
3481
|
"type": {
|
|
3778
|
-
"text": "
|
|
3482
|
+
"text": "number"
|
|
3779
3483
|
}
|
|
3780
3484
|
}
|
|
3781
|
-
]
|
|
3782
|
-
|
|
3783
|
-
{
|
|
3784
|
-
"kind": "field",
|
|
3785
|
-
"name": "reverse",
|
|
3786
|
-
"type": {
|
|
3787
|
-
"text": "boolean"
|
|
3788
|
-
},
|
|
3789
|
-
"default": "false"
|
|
3790
|
-
},
|
|
3791
|
-
{
|
|
3792
|
-
"kind": "field",
|
|
3793
|
-
"name": "rowIdAttr",
|
|
3794
|
-
"description": "Attribute to set an unique identifier for the row.\n\nDefaults to `ROW_REF` or `RECORD_ID` depending on the resource type."
|
|
3485
|
+
],
|
|
3486
|
+
"description": "Emit event when the number of rows changes"
|
|
3795
3487
|
},
|
|
3796
3488
|
{
|
|
3797
|
-
"kind": "
|
|
3798
|
-
"name": "
|
|
3799
|
-
"
|
|
3800
|
-
|
|
3801
|
-
|
|
3802
|
-
|
|
3489
|
+
"kind": "method",
|
|
3490
|
+
"name": "buildCriteria",
|
|
3491
|
+
"privacy": "private",
|
|
3492
|
+
"return": {
|
|
3493
|
+
"type": {
|
|
3494
|
+
"text": "string"
|
|
3495
|
+
}
|
|
3496
|
+
}
|
|
3803
3497
|
},
|
|
3804
3498
|
{
|
|
3805
|
-
"kind": "
|
|
3806
|
-
"name": "
|
|
3807
|
-
"
|
|
3808
|
-
|
|
3809
|
-
|
|
3810
|
-
|
|
3811
|
-
|
|
3499
|
+
"kind": "method",
|
|
3500
|
+
"name": "setFilter",
|
|
3501
|
+
"privacy": "public",
|
|
3502
|
+
"parameters": [
|
|
3503
|
+
{
|
|
3504
|
+
"name": "fieldName",
|
|
3505
|
+
"type": {
|
|
3506
|
+
"text": "string"
|
|
3507
|
+
}
|
|
3508
|
+
},
|
|
3509
|
+
{
|
|
3510
|
+
"name": "newFilter",
|
|
3511
|
+
"type": {
|
|
3512
|
+
"text": "string"
|
|
3513
|
+
}
|
|
3514
|
+
}
|
|
3515
|
+
]
|
|
3812
3516
|
},
|
|
3813
3517
|
{
|
|
3814
|
-
"kind": "
|
|
3815
|
-
"name": "
|
|
3816
|
-
"
|
|
3817
|
-
|
|
3818
|
-
|
|
3819
|
-
|
|
3518
|
+
"kind": "method",
|
|
3519
|
+
"name": "removeFilter",
|
|
3520
|
+
"privacy": "public",
|
|
3521
|
+
"parameters": [
|
|
3522
|
+
{
|
|
3523
|
+
"name": "fieldName",
|
|
3524
|
+
"type": {
|
|
3525
|
+
"text": "string"
|
|
3526
|
+
}
|
|
3527
|
+
}
|
|
3528
|
+
]
|
|
3820
3529
|
},
|
|
3821
3530
|
{
|
|
3822
|
-
"kind": "
|
|
3823
|
-
"name": "
|
|
3824
|
-
"
|
|
3825
|
-
|
|
3826
|
-
|
|
3827
|
-
|
|
3531
|
+
"kind": "method",
|
|
3532
|
+
"name": "datasourceStatusChanged",
|
|
3533
|
+
"parameters": [
|
|
3534
|
+
{
|
|
3535
|
+
"name": "prev",
|
|
3536
|
+
"type": {
|
|
3537
|
+
"text": "DatasourceStatus"
|
|
3538
|
+
}
|
|
3539
|
+
},
|
|
3540
|
+
{
|
|
3541
|
+
"name": "next",
|
|
3542
|
+
"type": {
|
|
3543
|
+
"text": "DatasourceStatus"
|
|
3544
|
+
}
|
|
3545
|
+
}
|
|
3546
|
+
]
|
|
3828
3547
|
},
|
|
3829
3548
|
{
|
|
3830
|
-
"kind": "
|
|
3831
|
-
"name": "
|
|
3832
|
-
"
|
|
3833
|
-
"
|
|
3549
|
+
"kind": "method",
|
|
3550
|
+
"name": "cloneNode",
|
|
3551
|
+
"return": {
|
|
3552
|
+
"type": {
|
|
3553
|
+
"text": "Node"
|
|
3554
|
+
}
|
|
3834
3555
|
},
|
|
3835
|
-
"
|
|
3556
|
+
"parameters": [
|
|
3557
|
+
{
|
|
3558
|
+
"name": "deep",
|
|
3559
|
+
"optional": true,
|
|
3560
|
+
"type": {
|
|
3561
|
+
"text": "boolean"
|
|
3562
|
+
}
|
|
3563
|
+
}
|
|
3564
|
+
],
|
|
3565
|
+
"inheritedFrom": {
|
|
3566
|
+
"name": "LifecycleMixin",
|
|
3567
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
3568
|
+
}
|
|
3836
3569
|
},
|
|
3837
3570
|
{
|
|
3838
3571
|
"kind": "field",
|
|
3839
|
-
"name": "
|
|
3840
|
-
"
|
|
3841
|
-
"
|
|
3572
|
+
"name": "shouldRunDisconnect",
|
|
3573
|
+
"return": {
|
|
3574
|
+
"type": {
|
|
3575
|
+
"text": ""
|
|
3576
|
+
}
|
|
3842
3577
|
},
|
|
3843
|
-
"
|
|
3578
|
+
"readonly": true,
|
|
3579
|
+
"inheritedFrom": {
|
|
3580
|
+
"name": "LifecycleMixin",
|
|
3581
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
3582
|
+
}
|
|
3844
3583
|
},
|
|
3845
3584
|
{
|
|
3846
3585
|
"kind": "field",
|
|
3847
|
-
"name": "
|
|
3848
|
-
"
|
|
3849
|
-
"
|
|
3586
|
+
"name": "shouldRunConnect",
|
|
3587
|
+
"return": {
|
|
3588
|
+
"type": {
|
|
3589
|
+
"text": ""
|
|
3590
|
+
}
|
|
3850
3591
|
},
|
|
3851
|
-
"
|
|
3852
|
-
"
|
|
3592
|
+
"readonly": true,
|
|
3593
|
+
"inheritedFrom": {
|
|
3594
|
+
"name": "LifecycleMixin",
|
|
3595
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
3596
|
+
}
|
|
3853
3597
|
},
|
|
3854
3598
|
{
|
|
3855
|
-
"kind": "
|
|
3856
|
-
"name": "
|
|
3857
|
-
"
|
|
3858
|
-
"
|
|
3599
|
+
"kind": "method",
|
|
3600
|
+
"name": "#_blockLifecycleDueToTokenChange",
|
|
3601
|
+
"return": {
|
|
3602
|
+
"type": {
|
|
3603
|
+
"text": "boolean"
|
|
3604
|
+
}
|
|
3859
3605
|
},
|
|
3860
|
-
"
|
|
3861
|
-
|
|
3606
|
+
"parameters": [
|
|
3607
|
+
{
|
|
3608
|
+
"name": "lifecycleType",
|
|
3609
|
+
"type": {
|
|
3610
|
+
"text": "Lifecycletype"
|
|
3611
|
+
}
|
|
3612
|
+
}
|
|
3613
|
+
],
|
|
3614
|
+
"inheritedFrom": {
|
|
3615
|
+
"name": "LifecycleMixin",
|
|
3616
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
3617
|
+
}
|
|
3862
3618
|
},
|
|
3863
3619
|
{
|
|
3864
3620
|
"kind": "field",
|
|
3865
|
-
"name": "
|
|
3621
|
+
"name": "_presentation",
|
|
3866
3622
|
"type": {
|
|
3867
|
-
"text": "
|
|
3623
|
+
"text": "ComponentPresentation | null | undefined"
|
|
3868
3624
|
},
|
|
3869
3625
|
"privacy": "private",
|
|
3870
|
-
"default": "
|
|
3626
|
+
"default": "void 0",
|
|
3627
|
+
"inheritedFrom": {
|
|
3628
|
+
"name": "FoundationElement",
|
|
3629
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
3630
|
+
}
|
|
3871
3631
|
},
|
|
3872
3632
|
{
|
|
3873
3633
|
"kind": "field",
|
|
3874
|
-
"name": "
|
|
3634
|
+
"name": "$presentation",
|
|
3875
3635
|
"type": {
|
|
3876
|
-
"text": "
|
|
3636
|
+
"text": "ComponentPresentation | null"
|
|
3877
3637
|
},
|
|
3878
|
-
"privacy": "
|
|
3879
|
-
"
|
|
3638
|
+
"privacy": "public",
|
|
3639
|
+
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
3640
|
+
"inheritedFrom": {
|
|
3641
|
+
"name": "FoundationElement",
|
|
3642
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
3643
|
+
}
|
|
3880
3644
|
},
|
|
3881
3645
|
{
|
|
3882
3646
|
"kind": "field",
|
|
3883
|
-
"name": "
|
|
3647
|
+
"name": "template",
|
|
3884
3648
|
"type": {
|
|
3885
|
-
"text": "
|
|
3649
|
+
"text": "ElementViewTemplate | void | null"
|
|
3886
3650
|
},
|
|
3887
|
-
"privacy": "
|
|
3651
|
+
"privacy": "public",
|
|
3652
|
+
"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.",
|
|
3653
|
+
"inheritedFrom": {
|
|
3654
|
+
"name": "FoundationElement",
|
|
3655
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
3656
|
+
}
|
|
3888
3657
|
},
|
|
3889
3658
|
{
|
|
3890
|
-
"kind": "
|
|
3891
|
-
"name": "
|
|
3892
|
-
"
|
|
3893
|
-
|
|
3659
|
+
"kind": "method",
|
|
3660
|
+
"name": "templateChanged",
|
|
3661
|
+
"privacy": "protected",
|
|
3662
|
+
"return": {
|
|
3663
|
+
"type": {
|
|
3664
|
+
"text": "void"
|
|
3665
|
+
}
|
|
3894
3666
|
},
|
|
3895
|
-
"
|
|
3667
|
+
"inheritedFrom": {
|
|
3668
|
+
"name": "FoundationElement",
|
|
3669
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
3670
|
+
}
|
|
3896
3671
|
},
|
|
3897
3672
|
{
|
|
3898
3673
|
"kind": "field",
|
|
3899
|
-
"name": "
|
|
3674
|
+
"name": "styles",
|
|
3900
3675
|
"type": {
|
|
3901
|
-
"text": "
|
|
3676
|
+
"text": "ElementStyles | void | null"
|
|
3902
3677
|
},
|
|
3903
|
-
"privacy": "
|
|
3904
|
-
"
|
|
3678
|
+
"privacy": "public",
|
|
3679
|
+
"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.",
|
|
3680
|
+
"inheritedFrom": {
|
|
3681
|
+
"name": "FoundationElement",
|
|
3682
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
3683
|
+
}
|
|
3905
3684
|
},
|
|
3906
3685
|
{
|
|
3907
|
-
"kind": "
|
|
3908
|
-
"name": "
|
|
3909
|
-
"
|
|
3910
|
-
|
|
3686
|
+
"kind": "method",
|
|
3687
|
+
"name": "stylesChanged",
|
|
3688
|
+
"privacy": "protected",
|
|
3689
|
+
"return": {
|
|
3690
|
+
"type": {
|
|
3691
|
+
"text": "void"
|
|
3692
|
+
}
|
|
3911
3693
|
},
|
|
3912
|
-
"
|
|
3913
|
-
|
|
3694
|
+
"inheritedFrom": {
|
|
3695
|
+
"name": "FoundationElement",
|
|
3696
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
3697
|
+
}
|
|
3914
3698
|
},
|
|
3915
3699
|
{
|
|
3916
3700
|
"kind": "method",
|
|
3917
|
-
"name": "
|
|
3701
|
+
"name": "compose",
|
|
3702
|
+
"privacy": "public",
|
|
3703
|
+
"static": true,
|
|
3918
3704
|
"return": {
|
|
3919
3705
|
"type": {
|
|
3920
|
-
"text": "
|
|
3706
|
+
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
3921
3707
|
}
|
|
3922
3708
|
},
|
|
3709
|
+
"parameters": [
|
|
3710
|
+
{
|
|
3711
|
+
"name": "this",
|
|
3712
|
+
"type": {
|
|
3713
|
+
"text": "K"
|
|
3714
|
+
}
|
|
3715
|
+
},
|
|
3716
|
+
{
|
|
3717
|
+
"name": "elementDefinition",
|
|
3718
|
+
"type": {
|
|
3719
|
+
"text": "T"
|
|
3720
|
+
},
|
|
3721
|
+
"description": "The definition of the element to create the registry\nfunction for."
|
|
3722
|
+
}
|
|
3723
|
+
],
|
|
3724
|
+
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
3923
3725
|
"inheritedFrom": {
|
|
3924
|
-
"name": "
|
|
3925
|
-
"module": "src/
|
|
3726
|
+
"name": "FoundationElement",
|
|
3727
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
3926
3728
|
}
|
|
3927
|
-
}
|
|
3729
|
+
}
|
|
3730
|
+
],
|
|
3731
|
+
"attributes": [
|
|
3928
3732
|
{
|
|
3929
|
-
"
|
|
3930
|
-
"name": "gridTabulator",
|
|
3733
|
+
"name": "criteria",
|
|
3931
3734
|
"type": {
|
|
3932
|
-
"text": "
|
|
3735
|
+
"text": "string"
|
|
3933
3736
|
},
|
|
3934
|
-
"
|
|
3935
|
-
"readonly": true
|
|
3936
|
-
},
|
|
3937
|
-
{
|
|
3938
|
-
"kind": "method",
|
|
3939
|
-
"name": "init",
|
|
3940
|
-
"description": "Initializes the datasource.",
|
|
3941
|
-
"privacy": "public"
|
|
3942
|
-
},
|
|
3943
|
-
{
|
|
3944
|
-
"kind": "method",
|
|
3945
|
-
"name": "destroy",
|
|
3946
|
-
"description": "Destroys the datasource, resetting it to its initial state.",
|
|
3947
|
-
"privacy": "public"
|
|
3737
|
+
"fieldName": "criteria"
|
|
3948
3738
|
},
|
|
3949
3739
|
{
|
|
3950
|
-
"
|
|
3951
|
-
"
|
|
3952
|
-
|
|
3953
|
-
|
|
3740
|
+
"name": "fields",
|
|
3741
|
+
"type": {
|
|
3742
|
+
"text": "string"
|
|
3743
|
+
},
|
|
3744
|
+
"fieldName": "fields"
|
|
3954
3745
|
},
|
|
3955
3746
|
{
|
|
3956
|
-
"
|
|
3957
|
-
"
|
|
3958
|
-
|
|
3747
|
+
"name": "is-snapshot",
|
|
3748
|
+
"type": {
|
|
3749
|
+
"text": "boolean"
|
|
3750
|
+
},
|
|
3751
|
+
"default": "false",
|
|
3752
|
+
"fieldName": "isSnapshot"
|
|
3959
3753
|
},
|
|
3960
3754
|
{
|
|
3961
|
-
"
|
|
3962
|
-
"
|
|
3963
|
-
|
|
3964
|
-
|
|
3965
|
-
|
|
3966
|
-
"type": {
|
|
3967
|
-
"text": "string | any[]"
|
|
3968
|
-
}
|
|
3969
|
-
}
|
|
3970
|
-
],
|
|
3971
|
-
"description": "Handles errors by emitting an error event"
|
|
3755
|
+
"name": "max-rows",
|
|
3756
|
+
"type": {
|
|
3757
|
+
"text": "number"
|
|
3758
|
+
},
|
|
3759
|
+
"fieldName": "maxRows"
|
|
3972
3760
|
},
|
|
3973
3761
|
{
|
|
3974
|
-
"
|
|
3975
|
-
"
|
|
3976
|
-
|
|
3977
|
-
|
|
3978
|
-
|
|
3979
|
-
"name": "fieldsMetadata",
|
|
3980
|
-
"type": {
|
|
3981
|
-
"text": "FieldMetadata[]"
|
|
3982
|
-
},
|
|
3983
|
-
"description": "The field metadata to generate column definitions from"
|
|
3984
|
-
}
|
|
3985
|
-
],
|
|
3986
|
-
"description": "Generate column definitions from the field metadata"
|
|
3762
|
+
"name": "max-view",
|
|
3763
|
+
"type": {
|
|
3764
|
+
"text": "number"
|
|
3765
|
+
},
|
|
3766
|
+
"fieldName": "maxView"
|
|
3987
3767
|
},
|
|
3988
3768
|
{
|
|
3989
|
-
"
|
|
3990
|
-
"
|
|
3991
|
-
|
|
3992
|
-
|
|
3993
|
-
|
|
3994
|
-
"name": "result"
|
|
3995
|
-
}
|
|
3996
|
-
]
|
|
3769
|
+
"name": "polling-interval",
|
|
3770
|
+
"type": {
|
|
3771
|
+
"text": "number"
|
|
3772
|
+
},
|
|
3773
|
+
"fieldName": "pollingInterval"
|
|
3997
3774
|
},
|
|
3998
3775
|
{
|
|
3999
|
-
"
|
|
4000
|
-
"
|
|
4001
|
-
|
|
4002
|
-
|
|
4003
|
-
|
|
4004
|
-
|
|
4005
|
-
}
|
|
4006
|
-
}
|
|
3776
|
+
"name": "moving-view",
|
|
3777
|
+
"type": {
|
|
3778
|
+
"text": "boolean"
|
|
3779
|
+
},
|
|
3780
|
+
"default": "false",
|
|
3781
|
+
"fieldName": "movingView"
|
|
4007
3782
|
},
|
|
4008
3783
|
{
|
|
4009
|
-
"
|
|
4010
|
-
"
|
|
4011
|
-
|
|
4012
|
-
|
|
4013
|
-
|
|
4014
|
-
"name": "result",
|
|
4015
|
-
"type": {
|
|
4016
|
-
"text": "FilteredDataServerResult | RequestServerResult"
|
|
4017
|
-
}
|
|
4018
|
-
}
|
|
4019
|
-
]
|
|
3784
|
+
"name": "order-by",
|
|
3785
|
+
"type": {
|
|
3786
|
+
"text": "string"
|
|
3787
|
+
},
|
|
3788
|
+
"fieldName": "orderBy"
|
|
4020
3789
|
},
|
|
4021
3790
|
{
|
|
4022
|
-
"
|
|
4023
|
-
"
|
|
4024
|
-
|
|
4025
|
-
|
|
4026
|
-
|
|
4027
|
-
"name": "requestServerResult",
|
|
4028
|
-
"type": {
|
|
4029
|
-
"text": "RequestServerResult"
|
|
4030
|
-
}
|
|
4031
|
-
}
|
|
4032
|
-
]
|
|
3791
|
+
"name": "resource-name",
|
|
3792
|
+
"type": {
|
|
3793
|
+
"text": "string"
|
|
3794
|
+
},
|
|
3795
|
+
"fieldName": "resourceName"
|
|
4033
3796
|
},
|
|
4034
3797
|
{
|
|
4035
|
-
"
|
|
4036
|
-
|
|
4037
|
-
|
|
4038
|
-
"
|
|
4039
|
-
|
|
4040
|
-
"name": "dataServerResult",
|
|
4041
|
-
"type": {
|
|
4042
|
-
"text": "FilteredDataServerResult"
|
|
4043
|
-
}
|
|
4044
|
-
}
|
|
4045
|
-
]
|
|
3798
|
+
"type": {
|
|
3799
|
+
"text": "boolean"
|
|
3800
|
+
},
|
|
3801
|
+
"default": "false",
|
|
3802
|
+
"fieldName": "reverse"
|
|
4046
3803
|
},
|
|
4047
3804
|
{
|
|
4048
|
-
"
|
|
4049
|
-
"
|
|
4050
|
-
"
|
|
3805
|
+
"name": "row-id",
|
|
3806
|
+
"description": "Attribute to set an unique identifier for the row.\n\nDefaults to `ROW_REF` or `RECORD_ID` depending on the resource type.",
|
|
3807
|
+
"fieldName": "rowIdAttr"
|
|
4051
3808
|
},
|
|
4052
3809
|
{
|
|
4053
|
-
"
|
|
4054
|
-
"
|
|
4055
|
-
|
|
4056
|
-
|
|
4057
|
-
|
|
4058
|
-
|
|
4059
|
-
"type": {
|
|
4060
|
-
"text": "RowDataTransaction"
|
|
4061
|
-
}
|
|
4062
|
-
}
|
|
4063
|
-
]
|
|
3810
|
+
"name": "restart-on-reconnection",
|
|
3811
|
+
"type": {
|
|
3812
|
+
"text": "boolean"
|
|
3813
|
+
},
|
|
3814
|
+
"default": "true",
|
|
3815
|
+
"fieldName": "restartOnReconnection"
|
|
4064
3816
|
},
|
|
4065
3817
|
{
|
|
4066
|
-
"
|
|
4067
|
-
"
|
|
4068
|
-
|
|
4069
|
-
|
|
4070
|
-
|
|
4071
|
-
|
|
4072
|
-
|
|
4073
|
-
|
|
4074
|
-
|
|
4075
|
-
|
|
4076
|
-
]
|
|
4077
|
-
},
|
|
3818
|
+
"name": "keep-col-defs-on-clear-row-data",
|
|
3819
|
+
"type": {
|
|
3820
|
+
"text": "boolean"
|
|
3821
|
+
},
|
|
3822
|
+
"default": "false",
|
|
3823
|
+
"description": "Whether to keep column definitions when clearing row data",
|
|
3824
|
+
"fieldName": "keepColDefsOnClearRowData"
|
|
3825
|
+
}
|
|
3826
|
+
],
|
|
3827
|
+
"mixins": [
|
|
4078
3828
|
{
|
|
4079
|
-
"
|
|
4080
|
-
"
|
|
4081
|
-
"privacy": "private",
|
|
4082
|
-
"parameters": [
|
|
4083
|
-
{
|
|
4084
|
-
"name": "deletedRows",
|
|
4085
|
-
"type": {
|
|
4086
|
-
"text": "any[]"
|
|
4087
|
-
}
|
|
4088
|
-
}
|
|
4089
|
-
]
|
|
3829
|
+
"name": "LifecycleMixin",
|
|
3830
|
+
"package": "@genesislcap/foundation-utils"
|
|
4090
3831
|
},
|
|
4091
3832
|
{
|
|
4092
|
-
"
|
|
4093
|
-
"
|
|
4094
|
-
|
|
4095
|
-
|
|
4096
|
-
|
|
4097
|
-
|
|
4098
|
-
|
|
4099
|
-
|
|
4100
|
-
|
|
4101
|
-
|
|
4102
|
-
|
|
3833
|
+
"name": "DatasourceEventHandler",
|
|
3834
|
+
"package": "@genesislcap/foundation-comms"
|
|
3835
|
+
}
|
|
3836
|
+
],
|
|
3837
|
+
"superclass": {
|
|
3838
|
+
"name": "FoundationElement",
|
|
3839
|
+
"package": "@microsoft/fast-foundation"
|
|
3840
|
+
},
|
|
3841
|
+
"tagName": "grid-tabulator-client-side-datasource",
|
|
3842
|
+
"customElement": true
|
|
3843
|
+
}
|
|
3844
|
+
],
|
|
3845
|
+
"exports": [
|
|
3846
|
+
{
|
|
3847
|
+
"kind": "js",
|
|
3848
|
+
"name": "criteriaDelimiter",
|
|
3849
|
+
"declaration": {
|
|
3850
|
+
"name": "criteriaDelimiter",
|
|
3851
|
+
"module": "src/datasource/client-side.datasource.ts"
|
|
3852
|
+
}
|
|
3853
|
+
},
|
|
3854
|
+
{
|
|
3855
|
+
"kind": "js",
|
|
3856
|
+
"name": "criteriaJoin",
|
|
3857
|
+
"declaration": {
|
|
3858
|
+
"name": "criteriaJoin",
|
|
3859
|
+
"module": "src/datasource/client-side.datasource.ts"
|
|
3860
|
+
}
|
|
3861
|
+
},
|
|
3862
|
+
{
|
|
3863
|
+
"kind": "js",
|
|
3864
|
+
"name": "GridTabulatorClientSideDatasource",
|
|
3865
|
+
"declaration": {
|
|
3866
|
+
"name": "GridTabulatorClientSideDatasource",
|
|
3867
|
+
"module": "src/datasource/client-side.datasource.ts"
|
|
3868
|
+
}
|
|
3869
|
+
},
|
|
3870
|
+
{
|
|
3871
|
+
"kind": "custom-element-definition",
|
|
3872
|
+
"name": "grid-tabulator-client-side-datasource",
|
|
3873
|
+
"declaration": {
|
|
3874
|
+
"name": "GridTabulatorClientSideDatasource",
|
|
3875
|
+
"module": "src/datasource/client-side.datasource.ts"
|
|
3876
|
+
}
|
|
3877
|
+
}
|
|
3878
|
+
]
|
|
3879
|
+
},
|
|
3880
|
+
{
|
|
3881
|
+
"kind": "javascript-module",
|
|
3882
|
+
"path": "src/datasource/index.ts",
|
|
3883
|
+
"declarations": [],
|
|
3884
|
+
"exports": [
|
|
3885
|
+
{
|
|
3886
|
+
"kind": "js",
|
|
3887
|
+
"name": "*",
|
|
3888
|
+
"declaration": {
|
|
3889
|
+
"name": "*",
|
|
3890
|
+
"package": "./client-side.datasource"
|
|
3891
|
+
}
|
|
3892
|
+
}
|
|
3893
|
+
]
|
|
3894
|
+
},
|
|
3895
|
+
{
|
|
3896
|
+
"kind": "javascript-module",
|
|
3897
|
+
"path": "src/external/fonts.ts",
|
|
3898
|
+
"declarations": [
|
|
3899
|
+
{
|
|
3900
|
+
"kind": "variable",
|
|
3901
|
+
"name": "tabulatorDefaultFontFace",
|
|
3902
|
+
"default": "`\n @font-face {\n font-family: \"defaultFontFace\";\n }\n`"
|
|
3903
|
+
},
|
|
3904
|
+
{
|
|
3905
|
+
"kind": "variable",
|
|
3906
|
+
"name": "tabulatorRapidFontFace",
|
|
3907
|
+
"default": "`\n @font-face {\n font-family: \"rapidFontFace\";\n }\n`"
|
|
3908
|
+
},
|
|
3909
|
+
{
|
|
3910
|
+
"kind": "variable",
|
|
3911
|
+
"name": "gridThemeFontFaceMap",
|
|
3912
|
+
"type": {
|
|
3913
|
+
"text": "GridThemeFontFaceMap"
|
|
3914
|
+
},
|
|
3915
|
+
"default": "{\n [GridTabulatorTheme.default]: tabulatorDefaultFontFace,\n [GridTabulatorTheme.rapid]: tabulatorRapidFontFace,\n}"
|
|
3916
|
+
},
|
|
3917
|
+
{
|
|
3918
|
+
"kind": "variable",
|
|
3919
|
+
"name": "defaultGridTabulatorFontFace",
|
|
3920
|
+
"default": "tabulatorDefaultFontFace"
|
|
3921
|
+
}
|
|
3922
|
+
],
|
|
3923
|
+
"exports": [
|
|
3924
|
+
{
|
|
3925
|
+
"kind": "js",
|
|
3926
|
+
"name": "tabulatorDefaultFontFace",
|
|
3927
|
+
"declaration": {
|
|
3928
|
+
"name": "tabulatorDefaultFontFace",
|
|
3929
|
+
"module": "src/external/fonts.ts"
|
|
3930
|
+
}
|
|
3931
|
+
},
|
|
3932
|
+
{
|
|
3933
|
+
"kind": "js",
|
|
3934
|
+
"name": "tabulatorRapidFontFace",
|
|
3935
|
+
"declaration": {
|
|
3936
|
+
"name": "tabulatorRapidFontFace",
|
|
3937
|
+
"module": "src/external/fonts.ts"
|
|
3938
|
+
}
|
|
3939
|
+
},
|
|
3940
|
+
{
|
|
3941
|
+
"kind": "js",
|
|
3942
|
+
"name": "gridThemeFontFaceMap",
|
|
3943
|
+
"declaration": {
|
|
3944
|
+
"name": "gridThemeFontFaceMap",
|
|
3945
|
+
"module": "src/external/fonts.ts"
|
|
3946
|
+
}
|
|
3947
|
+
},
|
|
3948
|
+
{
|
|
3949
|
+
"kind": "js",
|
|
3950
|
+
"name": "defaultGridTabulatorFontFace",
|
|
3951
|
+
"declaration": {
|
|
3952
|
+
"name": "defaultGridTabulatorFontFace",
|
|
3953
|
+
"module": "src/external/fonts.ts"
|
|
3954
|
+
}
|
|
3955
|
+
}
|
|
3956
|
+
]
|
|
3957
|
+
},
|
|
3958
|
+
{
|
|
3959
|
+
"kind": "javascript-module",
|
|
3960
|
+
"path": "src/external/index.ts",
|
|
3961
|
+
"declarations": [
|
|
3962
|
+
{
|
|
3963
|
+
"kind": "variable",
|
|
3964
|
+
"name": "tabulatorExternalStockStyles",
|
|
3965
|
+
"default": "css`\n ${tabulatorThemeSimpleCSS}\n`",
|
|
3966
|
+
"description": "External styles for the Tabulator grid.",
|
|
3967
|
+
"privacy": "public"
|
|
3968
|
+
}
|
|
3969
|
+
],
|
|
3970
|
+
"exports": [
|
|
3971
|
+
{
|
|
3972
|
+
"kind": "js",
|
|
3973
|
+
"name": "tabulatorExternalStockStyles",
|
|
3974
|
+
"declaration": {
|
|
3975
|
+
"name": "tabulatorExternalStockStyles",
|
|
3976
|
+
"module": "src/external/index.ts"
|
|
3977
|
+
}
|
|
3978
|
+
},
|
|
3979
|
+
{
|
|
3980
|
+
"kind": "js",
|
|
3981
|
+
"name": "tabulatorThemeSimpleCSS",
|
|
3982
|
+
"declaration": {
|
|
3983
|
+
"name": "tabulatorThemeSimpleCSS",
|
|
3984
|
+
"module": "src/external/index.ts"
|
|
3985
|
+
}
|
|
3986
|
+
}
|
|
3987
|
+
]
|
|
3988
|
+
},
|
|
3989
|
+
{
|
|
3990
|
+
"kind": "javascript-module",
|
|
3991
|
+
"path": "src/external/tabulator-theme-simple-css.ts",
|
|
3992
|
+
"declarations": [
|
|
3993
|
+
{
|
|
3994
|
+
"kind": "variable",
|
|
3995
|
+
"name": "tabulatorThemeSimpleCSS",
|
|
3996
|
+
"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`",
|
|
3997
|
+
"description": "External styles for the Tabulator grid.",
|
|
3998
|
+
"privacy": "public"
|
|
3999
|
+
}
|
|
4000
|
+
],
|
|
4001
|
+
"exports": [
|
|
4002
|
+
{
|
|
4003
|
+
"kind": "js",
|
|
4004
|
+
"name": "tabulatorThemeSimpleCSS",
|
|
4005
|
+
"declaration": {
|
|
4006
|
+
"name": "tabulatorThemeSimpleCSS",
|
|
4007
|
+
"module": "src/external/tabulator-theme-simple-css.ts"
|
|
4008
|
+
}
|
|
4009
|
+
}
|
|
4010
|
+
]
|
|
4011
|
+
},
|
|
4012
|
+
{
|
|
4013
|
+
"kind": "javascript-module",
|
|
4014
|
+
"path": "src/cell/cell.ts",
|
|
4015
|
+
"declarations": [
|
|
4016
|
+
{
|
|
4017
|
+
"kind": "class",
|
|
4018
|
+
"description": "The GridTabulator Cell element.",
|
|
4019
|
+
"name": "GridTabulatorCell",
|
|
4020
|
+
"members": [
|
|
4021
|
+
{
|
|
4022
|
+
"kind": "field",
|
|
4023
|
+
"name": "renderer",
|
|
4024
|
+
"type": {
|
|
4025
|
+
"text": "CellRendererFunc"
|
|
4026
|
+
},
|
|
4027
|
+
"privacy": "public"
|
|
4103
4028
|
},
|
|
4104
4029
|
{
|
|
4105
|
-
"kind": "
|
|
4106
|
-
"name": "
|
|
4107
|
-
"
|
|
4108
|
-
|
|
4109
|
-
|
|
4110
|
-
|
|
4111
|
-
"type": {
|
|
4112
|
-
"text": "number"
|
|
4113
|
-
}
|
|
4114
|
-
},
|
|
4115
|
-
{
|
|
4116
|
-
"name": "newSize",
|
|
4117
|
-
"type": {
|
|
4118
|
-
"text": "number"
|
|
4119
|
-
}
|
|
4120
|
-
}
|
|
4121
|
-
],
|
|
4122
|
-
"description": "Emit event when the number of rows changes"
|
|
4030
|
+
"kind": "field",
|
|
4031
|
+
"name": "rendererParams",
|
|
4032
|
+
"type": {
|
|
4033
|
+
"text": "CellRendererParams"
|
|
4034
|
+
},
|
|
4035
|
+
"privacy": "public"
|
|
4123
4036
|
},
|
|
4124
4037
|
{
|
|
4125
|
-
"kind": "
|
|
4126
|
-
"name": "
|
|
4127
|
-
"
|
|
4128
|
-
|
|
4129
|
-
|
|
4130
|
-
|
|
4131
|
-
}
|
|
4132
|
-
}
|
|
4038
|
+
"kind": "field",
|
|
4039
|
+
"name": "slottedRenderer",
|
|
4040
|
+
"type": {
|
|
4041
|
+
"text": "HTMLElement[]"
|
|
4042
|
+
},
|
|
4043
|
+
"privacy": "public"
|
|
4133
4044
|
},
|
|
4134
4045
|
{
|
|
4135
4046
|
"kind": "method",
|
|
4136
|
-
"name": "
|
|
4047
|
+
"name": "init",
|
|
4137
4048
|
"privacy": "public",
|
|
4138
4049
|
"parameters": [
|
|
4139
4050
|
{
|
|
4140
|
-
"name": "
|
|
4141
|
-
"type": {
|
|
4142
|
-
"text": "string"
|
|
4143
|
-
}
|
|
4144
|
-
},
|
|
4145
|
-
{
|
|
4146
|
-
"name": "newFilter",
|
|
4051
|
+
"name": "params",
|
|
4147
4052
|
"type": {
|
|
4148
|
-
"text": "
|
|
4053
|
+
"text": "CellRendererParams"
|
|
4149
4054
|
}
|
|
4150
4055
|
}
|
|
4151
4056
|
]
|
|
4152
4057
|
},
|
|
4153
4058
|
{
|
|
4154
4059
|
"kind": "method",
|
|
4155
|
-
"name": "
|
|
4060
|
+
"name": "getElement",
|
|
4156
4061
|
"privacy": "public",
|
|
4157
|
-
"parameters": [
|
|
4158
|
-
{
|
|
4159
|
-
"name": "fieldName",
|
|
4160
|
-
"type": {
|
|
4161
|
-
"text": "string"
|
|
4162
|
-
}
|
|
4163
|
-
}
|
|
4164
|
-
]
|
|
4165
|
-
},
|
|
4166
|
-
{
|
|
4167
|
-
"kind": "method",
|
|
4168
|
-
"name": "datasourceStatusChanged",
|
|
4169
|
-
"parameters": [
|
|
4170
|
-
{
|
|
4171
|
-
"name": "prev",
|
|
4172
|
-
"type": {
|
|
4173
|
-
"text": "DatasourceStatus"
|
|
4174
|
-
}
|
|
4175
|
-
},
|
|
4176
|
-
{
|
|
4177
|
-
"name": "next",
|
|
4178
|
-
"type": {
|
|
4179
|
-
"text": "DatasourceStatus"
|
|
4180
|
-
}
|
|
4181
|
-
}
|
|
4182
|
-
]
|
|
4183
|
-
},
|
|
4184
|
-
{
|
|
4185
|
-
"kind": "method",
|
|
4186
|
-
"name": "cloneNode",
|
|
4187
|
-
"return": {
|
|
4188
|
-
"type": {
|
|
4189
|
-
"text": "Node"
|
|
4190
|
-
}
|
|
4191
|
-
},
|
|
4192
|
-
"parameters": [
|
|
4193
|
-
{
|
|
4194
|
-
"name": "deep",
|
|
4195
|
-
"optional": true,
|
|
4196
|
-
"type": {
|
|
4197
|
-
"text": "boolean"
|
|
4198
|
-
}
|
|
4199
|
-
}
|
|
4200
|
-
],
|
|
4201
|
-
"inheritedFrom": {
|
|
4202
|
-
"name": "LifecycleMixin",
|
|
4203
|
-
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
4204
|
-
}
|
|
4205
|
-
},
|
|
4206
|
-
{
|
|
4207
|
-
"kind": "field",
|
|
4208
|
-
"name": "shouldRunDisconnect",
|
|
4209
4062
|
"return": {
|
|
4210
4063
|
"type": {
|
|
4211
|
-
"text": ""
|
|
4064
|
+
"text": "HTMLElement"
|
|
4212
4065
|
}
|
|
4213
|
-
},
|
|
4214
|
-
"readonly": true,
|
|
4215
|
-
"inheritedFrom": {
|
|
4216
|
-
"name": "LifecycleMixin",
|
|
4217
|
-
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
4218
4066
|
}
|
|
4219
4067
|
},
|
|
4220
4068
|
{
|
|
4221
|
-
"kind": "
|
|
4222
|
-
"name": "
|
|
4223
|
-
"
|
|
4224
|
-
"type": {
|
|
4225
|
-
"text": ""
|
|
4226
|
-
}
|
|
4227
|
-
},
|
|
4228
|
-
"readonly": true,
|
|
4229
|
-
"inheritedFrom": {
|
|
4230
|
-
"name": "LifecycleMixin",
|
|
4231
|
-
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
4232
|
-
}
|
|
4069
|
+
"kind": "method",
|
|
4070
|
+
"name": "destroy",
|
|
4071
|
+
"privacy": "public"
|
|
4233
4072
|
},
|
|
4234
4073
|
{
|
|
4235
4074
|
"kind": "method",
|
|
4236
|
-
"name": "
|
|
4075
|
+
"name": "refresh",
|
|
4076
|
+
"privacy": "public",
|
|
4237
4077
|
"return": {
|
|
4238
4078
|
"type": {
|
|
4239
4079
|
"text": "boolean"
|
|
@@ -4241,16 +4081,17 @@
|
|
|
4241
4081
|
},
|
|
4242
4082
|
"parameters": [
|
|
4243
4083
|
{
|
|
4244
|
-
"name": "
|
|
4084
|
+
"name": "params",
|
|
4245
4085
|
"type": {
|
|
4246
|
-
"text": "
|
|
4086
|
+
"text": "CellRendererParams"
|
|
4247
4087
|
}
|
|
4248
4088
|
}
|
|
4249
|
-
]
|
|
4250
|
-
|
|
4251
|
-
|
|
4252
|
-
|
|
4253
|
-
|
|
4089
|
+
]
|
|
4090
|
+
},
|
|
4091
|
+
{
|
|
4092
|
+
"kind": "method",
|
|
4093
|
+
"name": "slottedRendererChanged",
|
|
4094
|
+
"privacy": "public"
|
|
4254
4095
|
},
|
|
4255
4096
|
{
|
|
4256
4097
|
"kind": "field",
|
|
@@ -4364,283 +4205,442 @@
|
|
|
4364
4205
|
}
|
|
4365
4206
|
}
|
|
4366
4207
|
],
|
|
4367
|
-
"
|
|
4368
|
-
|
|
4369
|
-
|
|
4370
|
-
|
|
4371
|
-
|
|
4372
|
-
|
|
4373
|
-
|
|
4374
|
-
|
|
4375
|
-
|
|
4376
|
-
|
|
4377
|
-
|
|
4378
|
-
|
|
4379
|
-
|
|
4380
|
-
|
|
4381
|
-
|
|
4382
|
-
|
|
4383
|
-
|
|
4384
|
-
|
|
4385
|
-
|
|
4386
|
-
|
|
4387
|
-
|
|
4388
|
-
|
|
4389
|
-
|
|
4390
|
-
|
|
4391
|
-
|
|
4392
|
-
|
|
4393
|
-
|
|
4394
|
-
|
|
4395
|
-
|
|
4396
|
-
|
|
4397
|
-
|
|
4398
|
-
|
|
4399
|
-
|
|
4400
|
-
|
|
4401
|
-
|
|
4402
|
-
|
|
4403
|
-
|
|
4404
|
-
|
|
4405
|
-
|
|
4406
|
-
|
|
4407
|
-
|
|
4408
|
-
|
|
4409
|
-
|
|
4410
|
-
|
|
4208
|
+
"superclass": {
|
|
4209
|
+
"name": "FoundationElement",
|
|
4210
|
+
"package": "@microsoft/fast-foundation"
|
|
4211
|
+
},
|
|
4212
|
+
"tagName": "grid-tabulator-cell",
|
|
4213
|
+
"customElement": true
|
|
4214
|
+
}
|
|
4215
|
+
],
|
|
4216
|
+
"exports": [
|
|
4217
|
+
{
|
|
4218
|
+
"kind": "js",
|
|
4219
|
+
"name": "GridTabulatorCell",
|
|
4220
|
+
"declaration": {
|
|
4221
|
+
"name": "GridTabulatorCell",
|
|
4222
|
+
"module": "src/cell/cell.ts"
|
|
4223
|
+
}
|
|
4224
|
+
},
|
|
4225
|
+
{
|
|
4226
|
+
"kind": "custom-element-definition",
|
|
4227
|
+
"name": "grid-tabulator-cell",
|
|
4228
|
+
"declaration": {
|
|
4229
|
+
"name": "GridTabulatorCell",
|
|
4230
|
+
"module": "src/cell/cell.ts"
|
|
4231
|
+
}
|
|
4232
|
+
}
|
|
4233
|
+
]
|
|
4234
|
+
},
|
|
4235
|
+
{
|
|
4236
|
+
"kind": "javascript-module",
|
|
4237
|
+
"path": "src/cell/index.ts",
|
|
4238
|
+
"declarations": [],
|
|
4239
|
+
"exports": [
|
|
4240
|
+
{
|
|
4241
|
+
"kind": "js",
|
|
4242
|
+
"name": "*",
|
|
4243
|
+
"declaration": {
|
|
4244
|
+
"name": "*",
|
|
4245
|
+
"package": "./cell"
|
|
4246
|
+
}
|
|
4247
|
+
}
|
|
4248
|
+
]
|
|
4249
|
+
},
|
|
4250
|
+
{
|
|
4251
|
+
"kind": "javascript-module",
|
|
4252
|
+
"path": "src/cell-formatters/action.formatter.ts",
|
|
4253
|
+
"declarations": [
|
|
4254
|
+
{
|
|
4255
|
+
"kind": "function",
|
|
4256
|
+
"name": "actionFormatter",
|
|
4257
|
+
"return": {
|
|
4258
|
+
"type": {
|
|
4259
|
+
"text": ""
|
|
4260
|
+
}
|
|
4261
|
+
},
|
|
4262
|
+
"parameters": [
|
|
4411
4263
|
{
|
|
4412
|
-
"name": "
|
|
4264
|
+
"name": "cell",
|
|
4413
4265
|
"type": {
|
|
4414
|
-
"text": "
|
|
4266
|
+
"text": "any"
|
|
4415
4267
|
},
|
|
4416
|
-
"
|
|
4417
|
-
"fieldName": "movingView"
|
|
4268
|
+
"description": "The cell component provided by Tabulator"
|
|
4418
4269
|
},
|
|
4419
4270
|
{
|
|
4420
|
-
"name": "
|
|
4271
|
+
"name": "formatterParams",
|
|
4272
|
+
"default": "{}",
|
|
4421
4273
|
"type": {
|
|
4422
|
-
"text": "
|
|
4274
|
+
"text": "ActionFormatterParams<T>"
|
|
4423
4275
|
},
|
|
4424
|
-
"
|
|
4425
|
-
}
|
|
4276
|
+
"description": "Action formatter parameters"
|
|
4277
|
+
}
|
|
4278
|
+
],
|
|
4279
|
+
"description": "Formatter that displays an action button in the cell.\nStyled to match grid-pro action renderer.",
|
|
4280
|
+
"privacy": "public"
|
|
4281
|
+
}
|
|
4282
|
+
],
|
|
4283
|
+
"exports": [
|
|
4284
|
+
{
|
|
4285
|
+
"kind": "js",
|
|
4286
|
+
"name": "actionFormatter",
|
|
4287
|
+
"declaration": {
|
|
4288
|
+
"name": "actionFormatter",
|
|
4289
|
+
"module": "src/cell-formatters/action.formatter.ts"
|
|
4290
|
+
}
|
|
4291
|
+
}
|
|
4292
|
+
]
|
|
4293
|
+
},
|
|
4294
|
+
{
|
|
4295
|
+
"kind": "javascript-module",
|
|
4296
|
+
"path": "src/cell-formatters/actions-menu.formatter.ts",
|
|
4297
|
+
"declarations": [
|
|
4298
|
+
{
|
|
4299
|
+
"kind": "function",
|
|
4300
|
+
"name": "actionsMenuFormatter",
|
|
4301
|
+
"return": {
|
|
4302
|
+
"type": {
|
|
4303
|
+
"text": ""
|
|
4304
|
+
}
|
|
4305
|
+
},
|
|
4306
|
+
"parameters": [
|
|
4426
4307
|
{
|
|
4427
|
-
"name": "
|
|
4308
|
+
"name": "cell",
|
|
4428
4309
|
"type": {
|
|
4429
|
-
"text": "
|
|
4310
|
+
"text": "any"
|
|
4430
4311
|
},
|
|
4431
|
-
"
|
|
4312
|
+
"description": "The cell component provided by Tabulator"
|
|
4432
4313
|
},
|
|
4433
4314
|
{
|
|
4315
|
+
"name": "formatterParams",
|
|
4316
|
+
"default": "{}",
|
|
4434
4317
|
"type": {
|
|
4435
|
-
"text": "
|
|
4318
|
+
"text": "ActionsMenuFormatterParams<T>"
|
|
4436
4319
|
},
|
|
4437
|
-
"
|
|
4438
|
-
|
|
4439
|
-
|
|
4440
|
-
|
|
4441
|
-
|
|
4442
|
-
|
|
4443
|
-
|
|
4444
|
-
|
|
4320
|
+
"description": "Actions menu formatter parameters"
|
|
4321
|
+
}
|
|
4322
|
+
],
|
|
4323
|
+
"description": "Formatter that displays a dropdown menu of actions in the cell.\nStyled to match grid-pro actions-menu renderer.",
|
|
4324
|
+
"privacy": "public"
|
|
4325
|
+
}
|
|
4326
|
+
],
|
|
4327
|
+
"exports": [
|
|
4328
|
+
{
|
|
4329
|
+
"kind": "js",
|
|
4330
|
+
"name": "actionsMenuFormatter",
|
|
4331
|
+
"declaration": {
|
|
4332
|
+
"name": "actionsMenuFormatter",
|
|
4333
|
+
"module": "src/cell-formatters/actions-menu.formatter.ts"
|
|
4334
|
+
}
|
|
4335
|
+
}
|
|
4336
|
+
]
|
|
4337
|
+
},
|
|
4338
|
+
{
|
|
4339
|
+
"kind": "javascript-module",
|
|
4340
|
+
"path": "src/cell-formatters/boolean.formatter.ts",
|
|
4341
|
+
"declarations": [
|
|
4342
|
+
{
|
|
4343
|
+
"kind": "function",
|
|
4344
|
+
"name": "booleanFormatter",
|
|
4345
|
+
"return": {
|
|
4346
|
+
"type": {
|
|
4347
|
+
"text": ""
|
|
4348
|
+
}
|
|
4349
|
+
},
|
|
4350
|
+
"parameters": [
|
|
4445
4351
|
{
|
|
4446
|
-
"name": "
|
|
4352
|
+
"name": "cell",
|
|
4447
4353
|
"type": {
|
|
4448
|
-
"text": "
|
|
4354
|
+
"text": "any"
|
|
4449
4355
|
},
|
|
4450
|
-
"
|
|
4451
|
-
"fieldName": "restartOnReconnection"
|
|
4356
|
+
"description": "The cell component provided by Tabulator"
|
|
4452
4357
|
},
|
|
4453
4358
|
{
|
|
4454
|
-
"name": "
|
|
4359
|
+
"name": "formatterParams",
|
|
4360
|
+
"default": "{}",
|
|
4455
4361
|
"type": {
|
|
4456
|
-
"text": "
|
|
4362
|
+
"text": "BooleanFormatterParams<T>"
|
|
4457
4363
|
},
|
|
4458
|
-
"
|
|
4459
|
-
|
|
4460
|
-
|
|
4364
|
+
"description": "Boolean formatter parameters"
|
|
4365
|
+
}
|
|
4366
|
+
],
|
|
4367
|
+
"description": "Formatter that displays boolean values using a checkbox component.\nStyled to match grid-pro boolean renderer.",
|
|
4368
|
+
"privacy": "public"
|
|
4369
|
+
}
|
|
4370
|
+
],
|
|
4371
|
+
"exports": [
|
|
4372
|
+
{
|
|
4373
|
+
"kind": "js",
|
|
4374
|
+
"name": "booleanFormatter",
|
|
4375
|
+
"declaration": {
|
|
4376
|
+
"name": "booleanFormatter",
|
|
4377
|
+
"module": "src/cell-formatters/boolean.formatter.ts"
|
|
4378
|
+
}
|
|
4379
|
+
}
|
|
4380
|
+
]
|
|
4381
|
+
},
|
|
4382
|
+
{
|
|
4383
|
+
"kind": "javascript-module",
|
|
4384
|
+
"path": "src/cell-formatters/constants.ts",
|
|
4385
|
+
"declarations": [],
|
|
4386
|
+
"exports": []
|
|
4387
|
+
},
|
|
4388
|
+
{
|
|
4389
|
+
"kind": "javascript-module",
|
|
4390
|
+
"path": "src/cell-formatters/editable.formatter.ts",
|
|
4391
|
+
"declarations": [
|
|
4392
|
+
{
|
|
4393
|
+
"kind": "function",
|
|
4394
|
+
"name": "editableFormatter",
|
|
4395
|
+
"return": {
|
|
4396
|
+
"type": {
|
|
4397
|
+
"text": ""
|
|
4461
4398
|
}
|
|
4462
|
-
|
|
4463
|
-
"
|
|
4399
|
+
},
|
|
4400
|
+
"parameters": [
|
|
4464
4401
|
{
|
|
4465
|
-
"name": "
|
|
4466
|
-
"
|
|
4402
|
+
"name": "cell",
|
|
4403
|
+
"type": {
|
|
4404
|
+
"text": "any"
|
|
4405
|
+
},
|
|
4406
|
+
"description": "The cell component provided by Tabulator"
|
|
4467
4407
|
},
|
|
4468
4408
|
{
|
|
4469
|
-
"name": "
|
|
4470
|
-
"
|
|
4409
|
+
"name": "formatterParams",
|
|
4410
|
+
"default": "{}",
|
|
4411
|
+
"type": {
|
|
4412
|
+
"text": "EditableFormatterParams<T>"
|
|
4413
|
+
},
|
|
4414
|
+
"description": "Editable formatter parameters"
|
|
4471
4415
|
}
|
|
4472
4416
|
],
|
|
4473
|
-
"
|
|
4474
|
-
|
|
4475
|
-
|
|
4417
|
+
"description": "Formatter that displays an editable cell with validation state",
|
|
4418
|
+
"privacy": "public"
|
|
4419
|
+
}
|
|
4420
|
+
],
|
|
4421
|
+
"exports": [
|
|
4422
|
+
{
|
|
4423
|
+
"kind": "js",
|
|
4424
|
+
"name": "editableFormatter",
|
|
4425
|
+
"declaration": {
|
|
4426
|
+
"name": "editableFormatter",
|
|
4427
|
+
"module": "src/cell-formatters/editable.formatter.ts"
|
|
4428
|
+
}
|
|
4429
|
+
}
|
|
4430
|
+
]
|
|
4431
|
+
},
|
|
4432
|
+
{
|
|
4433
|
+
"kind": "javascript-module",
|
|
4434
|
+
"path": "src/cell-formatters/index.ts",
|
|
4435
|
+
"declarations": [
|
|
4436
|
+
{
|
|
4437
|
+
"kind": "variable",
|
|
4438
|
+
"name": "formatters",
|
|
4439
|
+
"type": {
|
|
4440
|
+
"text": "object"
|
|
4476
4441
|
},
|
|
4477
|
-
"
|
|
4478
|
-
"
|
|
4442
|
+
"default": "{\n action: actionFormatter,\n actionsMenu: actionsMenuFormatter,\n boolean: booleanFormatter,\n editable: editableFormatter,\n select: selectFormatter,\n text: textFormatter,\n}",
|
|
4443
|
+
"description": "Zero formatters for Tabulator grid"
|
|
4479
4444
|
}
|
|
4480
4445
|
],
|
|
4481
4446
|
"exports": [
|
|
4482
4447
|
{
|
|
4483
4448
|
"kind": "js",
|
|
4484
|
-
"name": "
|
|
4449
|
+
"name": "*",
|
|
4485
4450
|
"declaration": {
|
|
4486
|
-
"name": "
|
|
4487
|
-
"
|
|
4451
|
+
"name": "*",
|
|
4452
|
+
"package": "./constants"
|
|
4488
4453
|
}
|
|
4489
4454
|
},
|
|
4490
4455
|
{
|
|
4491
4456
|
"kind": "js",
|
|
4492
|
-
"name": "
|
|
4457
|
+
"name": "ActionFormatterParams",
|
|
4493
4458
|
"declaration": {
|
|
4494
|
-
"name": "
|
|
4495
|
-
"module": "src/
|
|
4459
|
+
"name": "ActionFormatterParams",
|
|
4460
|
+
"module": "src/cell-formatters/index.ts"
|
|
4496
4461
|
}
|
|
4497
4462
|
},
|
|
4498
4463
|
{
|
|
4499
4464
|
"kind": "js",
|
|
4500
|
-
"name": "
|
|
4465
|
+
"name": "actionFormatter",
|
|
4501
4466
|
"declaration": {
|
|
4502
|
-
"name": "
|
|
4503
|
-
"module": "src/
|
|
4467
|
+
"name": "actionFormatter",
|
|
4468
|
+
"module": "src/cell-formatters/index.ts"
|
|
4504
4469
|
}
|
|
4505
4470
|
},
|
|
4506
4471
|
{
|
|
4507
|
-
"kind": "
|
|
4508
|
-
"name": "
|
|
4472
|
+
"kind": "js",
|
|
4473
|
+
"name": "ActionsMenuFormatterParams",
|
|
4509
4474
|
"declaration": {
|
|
4510
|
-
"name": "
|
|
4511
|
-
"module": "src/
|
|
4475
|
+
"name": "ActionsMenuFormatterParams",
|
|
4476
|
+
"module": "src/cell-formatters/index.ts"
|
|
4512
4477
|
}
|
|
4513
|
-
}
|
|
4514
|
-
]
|
|
4515
|
-
},
|
|
4516
|
-
{
|
|
4517
|
-
"kind": "javascript-module",
|
|
4518
|
-
"path": "src/datasource/index.ts",
|
|
4519
|
-
"declarations": [],
|
|
4520
|
-
"exports": [
|
|
4478
|
+
},
|
|
4521
4479
|
{
|
|
4522
4480
|
"kind": "js",
|
|
4523
|
-
"name": "
|
|
4481
|
+
"name": "actionsMenuFormatter",
|
|
4524
4482
|
"declaration": {
|
|
4525
|
-
"name": "
|
|
4526
|
-
"
|
|
4483
|
+
"name": "actionsMenuFormatter",
|
|
4484
|
+
"module": "src/cell-formatters/index.ts"
|
|
4527
4485
|
}
|
|
4528
|
-
}
|
|
4529
|
-
]
|
|
4530
|
-
},
|
|
4531
|
-
{
|
|
4532
|
-
"kind": "javascript-module",
|
|
4533
|
-
"path": "src/external/fonts.ts",
|
|
4534
|
-
"declarations": [
|
|
4486
|
+
},
|
|
4535
4487
|
{
|
|
4536
|
-
"kind": "
|
|
4537
|
-
"name": "
|
|
4538
|
-
"
|
|
4488
|
+
"kind": "js",
|
|
4489
|
+
"name": "BooleanFormatterParams",
|
|
4490
|
+
"declaration": {
|
|
4491
|
+
"name": "BooleanFormatterParams",
|
|
4492
|
+
"module": "src/cell-formatters/index.ts"
|
|
4493
|
+
}
|
|
4539
4494
|
},
|
|
4540
4495
|
{
|
|
4541
|
-
"kind": "
|
|
4542
|
-
"name": "
|
|
4543
|
-
"
|
|
4496
|
+
"kind": "js",
|
|
4497
|
+
"name": "booleanFormatter",
|
|
4498
|
+
"declaration": {
|
|
4499
|
+
"name": "booleanFormatter",
|
|
4500
|
+
"module": "src/cell-formatters/index.ts"
|
|
4501
|
+
}
|
|
4544
4502
|
},
|
|
4545
4503
|
{
|
|
4546
|
-
"kind": "
|
|
4547
|
-
"name": "
|
|
4548
|
-
"
|
|
4549
|
-
"
|
|
4550
|
-
|
|
4551
|
-
|
|
4504
|
+
"kind": "js",
|
|
4505
|
+
"name": "EditableFormatterParams",
|
|
4506
|
+
"declaration": {
|
|
4507
|
+
"name": "EditableFormatterParams",
|
|
4508
|
+
"module": "src/cell-formatters/index.ts"
|
|
4509
|
+
}
|
|
4552
4510
|
},
|
|
4553
4511
|
{
|
|
4554
|
-
"kind": "
|
|
4555
|
-
"name": "
|
|
4556
|
-
"
|
|
4557
|
-
|
|
4558
|
-
|
|
4559
|
-
|
|
4512
|
+
"kind": "js",
|
|
4513
|
+
"name": "editableFormatter",
|
|
4514
|
+
"declaration": {
|
|
4515
|
+
"name": "editableFormatter",
|
|
4516
|
+
"module": "src/cell-formatters/index.ts"
|
|
4517
|
+
}
|
|
4518
|
+
},
|
|
4560
4519
|
{
|
|
4561
4520
|
"kind": "js",
|
|
4562
|
-
"name": "
|
|
4521
|
+
"name": "SelectFormatterParams",
|
|
4563
4522
|
"declaration": {
|
|
4564
|
-
"name": "
|
|
4565
|
-
"module": "src/
|
|
4523
|
+
"name": "SelectFormatterParams",
|
|
4524
|
+
"module": "src/cell-formatters/index.ts"
|
|
4566
4525
|
}
|
|
4567
4526
|
},
|
|
4568
4527
|
{
|
|
4569
4528
|
"kind": "js",
|
|
4570
|
-
"name": "
|
|
4529
|
+
"name": "selectFormatter",
|
|
4571
4530
|
"declaration": {
|
|
4572
|
-
"name": "
|
|
4573
|
-
"module": "src/
|
|
4531
|
+
"name": "selectFormatter",
|
|
4532
|
+
"module": "src/cell-formatters/index.ts"
|
|
4574
4533
|
}
|
|
4575
4534
|
},
|
|
4576
4535
|
{
|
|
4577
4536
|
"kind": "js",
|
|
4578
|
-
"name": "
|
|
4537
|
+
"name": "TextFormatterParams",
|
|
4579
4538
|
"declaration": {
|
|
4580
|
-
"name": "
|
|
4581
|
-
"module": "src/
|
|
4539
|
+
"name": "TextFormatterParams",
|
|
4540
|
+
"module": "src/cell-formatters/index.ts"
|
|
4582
4541
|
}
|
|
4583
4542
|
},
|
|
4584
4543
|
{
|
|
4585
4544
|
"kind": "js",
|
|
4586
|
-
"name": "
|
|
4545
|
+
"name": "textFormatter",
|
|
4587
4546
|
"declaration": {
|
|
4588
|
-
"name": "
|
|
4589
|
-
"module": "src/
|
|
4547
|
+
"name": "textFormatter",
|
|
4548
|
+
"module": "src/cell-formatters/index.ts"
|
|
4549
|
+
}
|
|
4550
|
+
},
|
|
4551
|
+
{
|
|
4552
|
+
"kind": "js",
|
|
4553
|
+
"name": "formatters",
|
|
4554
|
+
"declaration": {
|
|
4555
|
+
"name": "formatters",
|
|
4556
|
+
"module": "src/cell-formatters/index.ts"
|
|
4590
4557
|
}
|
|
4591
4558
|
}
|
|
4592
4559
|
]
|
|
4593
4560
|
},
|
|
4594
4561
|
{
|
|
4595
4562
|
"kind": "javascript-module",
|
|
4596
|
-
"path": "src/
|
|
4563
|
+
"path": "src/cell-formatters/select.formatter.ts",
|
|
4597
4564
|
"declarations": [
|
|
4598
4565
|
{
|
|
4599
|
-
"kind": "
|
|
4600
|
-
"name": "
|
|
4601
|
-
"
|
|
4602
|
-
|
|
4566
|
+
"kind": "function",
|
|
4567
|
+
"name": "selectFormatter",
|
|
4568
|
+
"return": {
|
|
4569
|
+
"type": {
|
|
4570
|
+
"text": ""
|
|
4571
|
+
}
|
|
4572
|
+
},
|
|
4573
|
+
"parameters": [
|
|
4574
|
+
{
|
|
4575
|
+
"name": "cell",
|
|
4576
|
+
"type": {
|
|
4577
|
+
"text": "any"
|
|
4578
|
+
},
|
|
4579
|
+
"description": "The cell component provided by Tabulator"
|
|
4580
|
+
},
|
|
4581
|
+
{
|
|
4582
|
+
"name": "formatterParams",
|
|
4583
|
+
"type": {
|
|
4584
|
+
"text": "SelectFormatterParams<T>"
|
|
4585
|
+
},
|
|
4586
|
+
"description": "Select formatter parameters"
|
|
4587
|
+
}
|
|
4588
|
+
],
|
|
4589
|
+
"description": "Formatter that displays a select component with options.\nReturns a wrapped div containing the select, similar to boolean.formatter.",
|
|
4603
4590
|
"privacy": "public"
|
|
4604
4591
|
}
|
|
4605
4592
|
],
|
|
4606
4593
|
"exports": [
|
|
4607
4594
|
{
|
|
4608
4595
|
"kind": "js",
|
|
4609
|
-
"name": "
|
|
4610
|
-
"declaration": {
|
|
4611
|
-
"name": "tabulatorExternalStockStyles",
|
|
4612
|
-
"module": "src/external/index.ts"
|
|
4613
|
-
}
|
|
4614
|
-
},
|
|
4615
|
-
{
|
|
4616
|
-
"kind": "js",
|
|
4617
|
-
"name": "tabulatorThemeSimpleCSS",
|
|
4596
|
+
"name": "selectFormatter",
|
|
4618
4597
|
"declaration": {
|
|
4619
|
-
"name": "
|
|
4620
|
-
"module": "src/
|
|
4598
|
+
"name": "selectFormatter",
|
|
4599
|
+
"module": "src/cell-formatters/select.formatter.ts"
|
|
4621
4600
|
}
|
|
4622
4601
|
}
|
|
4623
4602
|
]
|
|
4624
4603
|
},
|
|
4625
4604
|
{
|
|
4626
4605
|
"kind": "javascript-module",
|
|
4627
|
-
"path": "src/
|
|
4606
|
+
"path": "src/cell-formatters/text.formatter.ts",
|
|
4628
4607
|
"declarations": [
|
|
4629
4608
|
{
|
|
4630
|
-
"kind": "
|
|
4631
|
-
"name": "
|
|
4632
|
-
"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`",
|
|
4633
|
-
|
|
4609
|
+
"kind": "function",
|
|
4610
|
+
"name": "textFormatter",
|
|
4611
|
+
"return": {
|
|
4612
|
+
"type": {
|
|
4613
|
+
"text": ""
|
|
4614
|
+
}
|
|
4615
|
+
},
|
|
4616
|
+
"parameters": [
|
|
4617
|
+
{
|
|
4618
|
+
"name": "cell",
|
|
4619
|
+
"type": {
|
|
4620
|
+
"text": "any"
|
|
4621
|
+
},
|
|
4622
|
+
"description": "The cell component provided by Tabulator"
|
|
4623
|
+
},
|
|
4624
|
+
{
|
|
4625
|
+
"name": "formatterParams",
|
|
4626
|
+
"default": "{}",
|
|
4627
|
+
"type": {
|
|
4628
|
+
"text": "TextFormatterParams<T>"
|
|
4629
|
+
},
|
|
4630
|
+
"description": "Text formatter parameters"
|
|
4631
|
+
}
|
|
4632
|
+
],
|
|
4633
|
+
"description": "Text formatter for customized display of values.\nStyled to match grid-pro text renderer.",
|
|
4634
4634
|
"privacy": "public"
|
|
4635
4635
|
}
|
|
4636
4636
|
],
|
|
4637
4637
|
"exports": [
|
|
4638
4638
|
{
|
|
4639
4639
|
"kind": "js",
|
|
4640
|
-
"name": "
|
|
4640
|
+
"name": "textFormatter",
|
|
4641
4641
|
"declaration": {
|
|
4642
|
-
"name": "
|
|
4643
|
-
"module": "src/
|
|
4642
|
+
"name": "textFormatter",
|
|
4643
|
+
"module": "src/cell-formatters/text.formatter.ts"
|
|
4644
4644
|
}
|
|
4645
4645
|
}
|
|
4646
4646
|
]
|