@genesislcap/grid-tabulator 14.488.2-GENC-1351.3 → 14.488.2-GENC-1351.5
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 +840 -840
- package/package.json +13 -13
|
@@ -2944,438 +2944,836 @@
|
|
|
2944
2944
|
},
|
|
2945
2945
|
{
|
|
2946
2946
|
"kind": "javascript-module",
|
|
2947
|
-
"path": "src/
|
|
2947
|
+
"path": "src/cell-formatters/action.formatter.ts",
|
|
2948
2948
|
"declarations": [
|
|
2949
2949
|
{
|
|
2950
|
-
"kind": "
|
|
2951
|
-
"
|
|
2952
|
-
"
|
|
2953
|
-
|
|
2950
|
+
"kind": "function",
|
|
2951
|
+
"name": "actionFormatter",
|
|
2952
|
+
"return": {
|
|
2953
|
+
"type": {
|
|
2954
|
+
"text": ""
|
|
2955
|
+
}
|
|
2956
|
+
},
|
|
2957
|
+
"parameters": [
|
|
2954
2958
|
{
|
|
2955
|
-
"
|
|
2956
|
-
"name": "slottedCell",
|
|
2959
|
+
"name": "cell",
|
|
2957
2960
|
"type": {
|
|
2958
|
-
"text": "
|
|
2961
|
+
"text": "any"
|
|
2959
2962
|
},
|
|
2960
|
-
"
|
|
2963
|
+
"description": "The cell component provided by Tabulator"
|
|
2961
2964
|
},
|
|
2962
2965
|
{
|
|
2963
|
-
"
|
|
2964
|
-
"
|
|
2966
|
+
"name": "formatterParams",
|
|
2967
|
+
"default": "{}",
|
|
2965
2968
|
"type": {
|
|
2966
|
-
"text": "
|
|
2967
|
-
},
|
|
2968
|
-
"default": "{}"
|
|
2969
|
-
},
|
|
2970
|
-
{
|
|
2971
|
-
"kind": "method",
|
|
2972
|
-
"name": "slottedCellChanged",
|
|
2973
|
-
"privacy": "public"
|
|
2974
|
-
},
|
|
2975
|
-
{
|
|
2976
|
-
"kind": "method",
|
|
2977
|
-
"name": "deepClone",
|
|
2978
|
-
"return": {
|
|
2979
|
-
"type": {
|
|
2980
|
-
"text": "Node"
|
|
2981
|
-
}
|
|
2982
|
-
},
|
|
2983
|
-
"inheritedFrom": {
|
|
2984
|
-
"name": "LifecycleMixin",
|
|
2985
|
-
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
2986
|
-
}
|
|
2987
|
-
},
|
|
2988
|
-
{
|
|
2989
|
-
"kind": "method",
|
|
2990
|
-
"name": "cloneNode",
|
|
2991
|
-
"return": {
|
|
2992
|
-
"type": {
|
|
2993
|
-
"text": "Node"
|
|
2994
|
-
}
|
|
2969
|
+
"text": "ActionFormatterParams<T>"
|
|
2995
2970
|
},
|
|
2996
|
-
"
|
|
2997
|
-
|
|
2998
|
-
|
|
2999
|
-
|
|
3000
|
-
|
|
3001
|
-
|
|
3002
|
-
|
|
3003
|
-
|
|
3004
|
-
|
|
3005
|
-
|
|
3006
|
-
|
|
3007
|
-
|
|
3008
|
-
|
|
3009
|
-
|
|
2971
|
+
"description": "Action formatter parameters"
|
|
2972
|
+
}
|
|
2973
|
+
],
|
|
2974
|
+
"description": "Formatter that displays an action button in the cell.\nStyled to match grid-pro action renderer.",
|
|
2975
|
+
"privacy": "public"
|
|
2976
|
+
}
|
|
2977
|
+
],
|
|
2978
|
+
"exports": [
|
|
2979
|
+
{
|
|
2980
|
+
"kind": "js",
|
|
2981
|
+
"name": "actionFormatter",
|
|
2982
|
+
"declaration": {
|
|
2983
|
+
"name": "actionFormatter",
|
|
2984
|
+
"module": "src/cell-formatters/action.formatter.ts"
|
|
2985
|
+
}
|
|
2986
|
+
}
|
|
2987
|
+
]
|
|
2988
|
+
},
|
|
2989
|
+
{
|
|
2990
|
+
"kind": "javascript-module",
|
|
2991
|
+
"path": "src/cell-formatters/actions-menu.formatter.ts",
|
|
2992
|
+
"declarations": [
|
|
2993
|
+
{
|
|
2994
|
+
"kind": "function",
|
|
2995
|
+
"name": "actionsMenuFormatter",
|
|
2996
|
+
"return": {
|
|
2997
|
+
"type": {
|
|
2998
|
+
"text": ""
|
|
2999
|
+
}
|
|
3000
|
+
},
|
|
3001
|
+
"parameters": [
|
|
3010
3002
|
{
|
|
3011
|
-
"
|
|
3012
|
-
"
|
|
3013
|
-
|
|
3014
|
-
"type": {
|
|
3015
|
-
"text": ""
|
|
3016
|
-
}
|
|
3003
|
+
"name": "cell",
|
|
3004
|
+
"type": {
|
|
3005
|
+
"text": "any"
|
|
3017
3006
|
},
|
|
3018
|
-
"
|
|
3019
|
-
"inheritedFrom": {
|
|
3020
|
-
"name": "LifecycleMixin",
|
|
3021
|
-
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
3022
|
-
}
|
|
3007
|
+
"description": "The cell component provided by Tabulator"
|
|
3023
3008
|
},
|
|
3024
3009
|
{
|
|
3025
|
-
"
|
|
3026
|
-
"
|
|
3027
|
-
"
|
|
3028
|
-
"
|
|
3029
|
-
"text": ""
|
|
3030
|
-
}
|
|
3010
|
+
"name": "formatterParams",
|
|
3011
|
+
"default": "{}",
|
|
3012
|
+
"type": {
|
|
3013
|
+
"text": "ActionsMenuFormatterParams<T>"
|
|
3031
3014
|
},
|
|
3032
|
-
"
|
|
3033
|
-
|
|
3034
|
-
|
|
3035
|
-
|
|
3036
|
-
|
|
3037
|
-
|
|
3015
|
+
"description": "Actions menu formatter parameters"
|
|
3016
|
+
}
|
|
3017
|
+
],
|
|
3018
|
+
"description": "Formatter that displays a dropdown menu of actions in the cell.\nStyled to match grid-pro actions-menu renderer.",
|
|
3019
|
+
"privacy": "public"
|
|
3020
|
+
}
|
|
3021
|
+
],
|
|
3022
|
+
"exports": [
|
|
3023
|
+
{
|
|
3024
|
+
"kind": "js",
|
|
3025
|
+
"name": "actionsMenuFormatter",
|
|
3026
|
+
"declaration": {
|
|
3027
|
+
"name": "actionsMenuFormatter",
|
|
3028
|
+
"module": "src/cell-formatters/actions-menu.formatter.ts"
|
|
3029
|
+
}
|
|
3030
|
+
}
|
|
3031
|
+
]
|
|
3032
|
+
},
|
|
3033
|
+
{
|
|
3034
|
+
"kind": "javascript-module",
|
|
3035
|
+
"path": "src/cell-formatters/boolean.formatter.ts",
|
|
3036
|
+
"declarations": [
|
|
3037
|
+
{
|
|
3038
|
+
"kind": "function",
|
|
3039
|
+
"name": "booleanFormatter",
|
|
3040
|
+
"return": {
|
|
3041
|
+
"type": {
|
|
3042
|
+
"text": ""
|
|
3043
|
+
}
|
|
3044
|
+
},
|
|
3045
|
+
"parameters": [
|
|
3038
3046
|
{
|
|
3039
|
-
"
|
|
3040
|
-
"
|
|
3041
|
-
|
|
3042
|
-
"type": {
|
|
3043
|
-
"text": "boolean"
|
|
3044
|
-
}
|
|
3047
|
+
"name": "cell",
|
|
3048
|
+
"type": {
|
|
3049
|
+
"text": "any"
|
|
3045
3050
|
},
|
|
3046
|
-
"
|
|
3047
|
-
{
|
|
3048
|
-
"name": "lifecycleType",
|
|
3049
|
-
"type": {
|
|
3050
|
-
"text": "Lifecycletype"
|
|
3051
|
-
}
|
|
3052
|
-
}
|
|
3053
|
-
],
|
|
3054
|
-
"inheritedFrom": {
|
|
3055
|
-
"name": "LifecycleMixin",
|
|
3056
|
-
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
3057
|
-
}
|
|
3051
|
+
"description": "The cell component provided by Tabulator"
|
|
3058
3052
|
},
|
|
3059
3053
|
{
|
|
3060
|
-
"
|
|
3061
|
-
"
|
|
3054
|
+
"name": "formatterParams",
|
|
3055
|
+
"default": "{}",
|
|
3062
3056
|
"type": {
|
|
3063
|
-
"text": "
|
|
3057
|
+
"text": "BooleanFormatterParams<T>"
|
|
3064
3058
|
},
|
|
3065
|
-
"
|
|
3066
|
-
|
|
3067
|
-
|
|
3068
|
-
|
|
3069
|
-
|
|
3070
|
-
|
|
3071
|
-
|
|
3059
|
+
"description": "Boolean formatter parameters"
|
|
3060
|
+
}
|
|
3061
|
+
],
|
|
3062
|
+
"description": "Formatter that displays boolean values using a checkbox component.\nStyled to match grid-pro boolean renderer.",
|
|
3063
|
+
"privacy": "public"
|
|
3064
|
+
}
|
|
3065
|
+
],
|
|
3066
|
+
"exports": [
|
|
3067
|
+
{
|
|
3068
|
+
"kind": "js",
|
|
3069
|
+
"name": "booleanFormatter",
|
|
3070
|
+
"declaration": {
|
|
3071
|
+
"name": "booleanFormatter",
|
|
3072
|
+
"module": "src/cell-formatters/boolean.formatter.ts"
|
|
3073
|
+
}
|
|
3074
|
+
}
|
|
3075
|
+
]
|
|
3076
|
+
},
|
|
3077
|
+
{
|
|
3078
|
+
"kind": "javascript-module",
|
|
3079
|
+
"path": "src/cell-formatters/constants.ts",
|
|
3080
|
+
"declarations": [],
|
|
3081
|
+
"exports": []
|
|
3082
|
+
},
|
|
3083
|
+
{
|
|
3084
|
+
"kind": "javascript-module",
|
|
3085
|
+
"path": "src/cell-formatters/editable.formatter.ts",
|
|
3086
|
+
"declarations": [
|
|
3087
|
+
{
|
|
3088
|
+
"kind": "function",
|
|
3089
|
+
"name": "editableFormatter",
|
|
3090
|
+
"return": {
|
|
3091
|
+
"type": {
|
|
3092
|
+
"text": ""
|
|
3093
|
+
}
|
|
3094
|
+
},
|
|
3095
|
+
"parameters": [
|
|
3072
3096
|
{
|
|
3073
|
-
"
|
|
3074
|
-
"name": "$presentation",
|
|
3097
|
+
"name": "cell",
|
|
3075
3098
|
"type": {
|
|
3076
|
-
"text": "
|
|
3099
|
+
"text": "any"
|
|
3077
3100
|
},
|
|
3078
|
-
"
|
|
3079
|
-
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
3080
|
-
"inheritedFrom": {
|
|
3081
|
-
"name": "FoundationElement",
|
|
3082
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
3083
|
-
}
|
|
3101
|
+
"description": "The cell component provided by Tabulator"
|
|
3084
3102
|
},
|
|
3085
3103
|
{
|
|
3086
|
-
"
|
|
3087
|
-
"
|
|
3104
|
+
"name": "formatterParams",
|
|
3105
|
+
"default": "{}",
|
|
3088
3106
|
"type": {
|
|
3089
|
-
"text": "
|
|
3107
|
+
"text": "EditableFormatterParams<T>"
|
|
3090
3108
|
},
|
|
3091
|
-
"
|
|
3092
|
-
"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.",
|
|
3093
|
-
"inheritedFrom": {
|
|
3094
|
-
"name": "FoundationElement",
|
|
3095
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
3096
|
-
}
|
|
3097
|
-
},
|
|
3098
|
-
{
|
|
3099
|
-
"kind": "method",
|
|
3100
|
-
"name": "templateChanged",
|
|
3101
|
-
"privacy": "protected",
|
|
3102
|
-
"return": {
|
|
3103
|
-
"type": {
|
|
3104
|
-
"text": "void"
|
|
3105
|
-
}
|
|
3106
|
-
},
|
|
3107
|
-
"inheritedFrom": {
|
|
3108
|
-
"name": "FoundationElement",
|
|
3109
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
3110
|
-
}
|
|
3111
|
-
},
|
|
3112
|
-
{
|
|
3113
|
-
"kind": "field",
|
|
3114
|
-
"name": "styles",
|
|
3115
|
-
"type": {
|
|
3116
|
-
"text": "ElementStyles | void | null"
|
|
3117
|
-
},
|
|
3118
|
-
"privacy": "public",
|
|
3119
|
-
"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.",
|
|
3120
|
-
"inheritedFrom": {
|
|
3121
|
-
"name": "FoundationElement",
|
|
3122
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
3123
|
-
}
|
|
3124
|
-
},
|
|
3125
|
-
{
|
|
3126
|
-
"kind": "method",
|
|
3127
|
-
"name": "stylesChanged",
|
|
3128
|
-
"privacy": "protected",
|
|
3129
|
-
"return": {
|
|
3130
|
-
"type": {
|
|
3131
|
-
"text": "void"
|
|
3132
|
-
}
|
|
3133
|
-
},
|
|
3134
|
-
"inheritedFrom": {
|
|
3135
|
-
"name": "FoundationElement",
|
|
3136
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
3137
|
-
}
|
|
3138
|
-
},
|
|
3139
|
-
{
|
|
3140
|
-
"kind": "method",
|
|
3141
|
-
"name": "compose",
|
|
3142
|
-
"privacy": "public",
|
|
3143
|
-
"static": true,
|
|
3144
|
-
"return": {
|
|
3145
|
-
"type": {
|
|
3146
|
-
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
3147
|
-
}
|
|
3148
|
-
},
|
|
3149
|
-
"parameters": [
|
|
3150
|
-
{
|
|
3151
|
-
"name": "this",
|
|
3152
|
-
"type": {
|
|
3153
|
-
"text": "K"
|
|
3154
|
-
}
|
|
3155
|
-
},
|
|
3156
|
-
{
|
|
3157
|
-
"name": "elementDefinition",
|
|
3158
|
-
"type": {
|
|
3159
|
-
"text": "T"
|
|
3160
|
-
},
|
|
3161
|
-
"description": "The definition of the element to create the registry\nfunction for."
|
|
3162
|
-
}
|
|
3163
|
-
],
|
|
3164
|
-
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
3165
|
-
"inheritedFrom": {
|
|
3166
|
-
"name": "FoundationElement",
|
|
3167
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
3168
|
-
}
|
|
3169
|
-
}
|
|
3170
|
-
],
|
|
3171
|
-
"mixins": [
|
|
3172
|
-
{
|
|
3173
|
-
"name": "LifecycleMixin",
|
|
3174
|
-
"package": "@genesislcap/foundation-utils"
|
|
3109
|
+
"description": "Editable formatter parameters"
|
|
3175
3110
|
}
|
|
3176
3111
|
],
|
|
3177
|
-
"
|
|
3178
|
-
|
|
3179
|
-
"package": "@microsoft/fast-foundation"
|
|
3180
|
-
},
|
|
3181
|
-
"tagName": "grid-tabulator-column",
|
|
3182
|
-
"customElement": true
|
|
3112
|
+
"description": "Formatter that displays an editable cell with validation state",
|
|
3113
|
+
"privacy": "public"
|
|
3183
3114
|
}
|
|
3184
3115
|
],
|
|
3185
3116
|
"exports": [
|
|
3186
3117
|
{
|
|
3187
3118
|
"kind": "js",
|
|
3188
|
-
"name": "
|
|
3189
|
-
"declaration": {
|
|
3190
|
-
"name": "GridTabulatorColumn",
|
|
3191
|
-
"module": "src/column/column.ts"
|
|
3192
|
-
}
|
|
3193
|
-
},
|
|
3194
|
-
{
|
|
3195
|
-
"kind": "custom-element-definition",
|
|
3196
|
-
"name": "grid-tabulator-column",
|
|
3119
|
+
"name": "editableFormatter",
|
|
3197
3120
|
"declaration": {
|
|
3198
|
-
"name": "
|
|
3199
|
-
"module": "src/
|
|
3121
|
+
"name": "editableFormatter",
|
|
3122
|
+
"module": "src/cell-formatters/editable.formatter.ts"
|
|
3200
3123
|
}
|
|
3201
3124
|
}
|
|
3202
3125
|
]
|
|
3203
3126
|
},
|
|
3204
3127
|
{
|
|
3205
3128
|
"kind": "javascript-module",
|
|
3206
|
-
"path": "src/
|
|
3207
|
-
"declarations": [
|
|
3129
|
+
"path": "src/cell-formatters/index.ts",
|
|
3130
|
+
"declarations": [
|
|
3131
|
+
{
|
|
3132
|
+
"kind": "variable",
|
|
3133
|
+
"name": "formatters",
|
|
3134
|
+
"type": {
|
|
3135
|
+
"text": "object"
|
|
3136
|
+
},
|
|
3137
|
+
"default": "{\n action: actionFormatter,\n actionsMenu: actionsMenuFormatter,\n boolean: booleanFormatter,\n editable: editableFormatter,\n select: selectFormatter,\n text: textFormatter,\n}",
|
|
3138
|
+
"description": "Zero formatters for Tabulator grid"
|
|
3139
|
+
}
|
|
3140
|
+
],
|
|
3208
3141
|
"exports": [
|
|
3209
3142
|
{
|
|
3210
3143
|
"kind": "js",
|
|
3211
3144
|
"name": "*",
|
|
3212
3145
|
"declaration": {
|
|
3213
3146
|
"name": "*",
|
|
3214
|
-
"package": "./
|
|
3147
|
+
"package": "./constants"
|
|
3148
|
+
}
|
|
3149
|
+
},
|
|
3150
|
+
{
|
|
3151
|
+
"kind": "js",
|
|
3152
|
+
"name": "ActionFormatterParams",
|
|
3153
|
+
"declaration": {
|
|
3154
|
+
"name": "ActionFormatterParams",
|
|
3155
|
+
"module": "src/cell-formatters/index.ts"
|
|
3156
|
+
}
|
|
3157
|
+
},
|
|
3158
|
+
{
|
|
3159
|
+
"kind": "js",
|
|
3160
|
+
"name": "actionFormatter",
|
|
3161
|
+
"declaration": {
|
|
3162
|
+
"name": "actionFormatter",
|
|
3163
|
+
"module": "src/cell-formatters/index.ts"
|
|
3164
|
+
}
|
|
3165
|
+
},
|
|
3166
|
+
{
|
|
3167
|
+
"kind": "js",
|
|
3168
|
+
"name": "ActionsMenuFormatterParams",
|
|
3169
|
+
"declaration": {
|
|
3170
|
+
"name": "ActionsMenuFormatterParams",
|
|
3171
|
+
"module": "src/cell-formatters/index.ts"
|
|
3172
|
+
}
|
|
3173
|
+
},
|
|
3174
|
+
{
|
|
3175
|
+
"kind": "js",
|
|
3176
|
+
"name": "actionsMenuFormatter",
|
|
3177
|
+
"declaration": {
|
|
3178
|
+
"name": "actionsMenuFormatter",
|
|
3179
|
+
"module": "src/cell-formatters/index.ts"
|
|
3180
|
+
}
|
|
3181
|
+
},
|
|
3182
|
+
{
|
|
3183
|
+
"kind": "js",
|
|
3184
|
+
"name": "BooleanFormatterParams",
|
|
3185
|
+
"declaration": {
|
|
3186
|
+
"name": "BooleanFormatterParams",
|
|
3187
|
+
"module": "src/cell-formatters/index.ts"
|
|
3188
|
+
}
|
|
3189
|
+
},
|
|
3190
|
+
{
|
|
3191
|
+
"kind": "js",
|
|
3192
|
+
"name": "booleanFormatter",
|
|
3193
|
+
"declaration": {
|
|
3194
|
+
"name": "booleanFormatter",
|
|
3195
|
+
"module": "src/cell-formatters/index.ts"
|
|
3196
|
+
}
|
|
3197
|
+
},
|
|
3198
|
+
{
|
|
3199
|
+
"kind": "js",
|
|
3200
|
+
"name": "EditableFormatterParams",
|
|
3201
|
+
"declaration": {
|
|
3202
|
+
"name": "EditableFormatterParams",
|
|
3203
|
+
"module": "src/cell-formatters/index.ts"
|
|
3204
|
+
}
|
|
3205
|
+
},
|
|
3206
|
+
{
|
|
3207
|
+
"kind": "js",
|
|
3208
|
+
"name": "editableFormatter",
|
|
3209
|
+
"declaration": {
|
|
3210
|
+
"name": "editableFormatter",
|
|
3211
|
+
"module": "src/cell-formatters/index.ts"
|
|
3212
|
+
}
|
|
3213
|
+
},
|
|
3214
|
+
{
|
|
3215
|
+
"kind": "js",
|
|
3216
|
+
"name": "SelectFormatterParams",
|
|
3217
|
+
"declaration": {
|
|
3218
|
+
"name": "SelectFormatterParams",
|
|
3219
|
+
"module": "src/cell-formatters/index.ts"
|
|
3220
|
+
}
|
|
3221
|
+
},
|
|
3222
|
+
{
|
|
3223
|
+
"kind": "js",
|
|
3224
|
+
"name": "selectFormatter",
|
|
3225
|
+
"declaration": {
|
|
3226
|
+
"name": "selectFormatter",
|
|
3227
|
+
"module": "src/cell-formatters/index.ts"
|
|
3228
|
+
}
|
|
3229
|
+
},
|
|
3230
|
+
{
|
|
3231
|
+
"kind": "js",
|
|
3232
|
+
"name": "TextFormatterParams",
|
|
3233
|
+
"declaration": {
|
|
3234
|
+
"name": "TextFormatterParams",
|
|
3235
|
+
"module": "src/cell-formatters/index.ts"
|
|
3236
|
+
}
|
|
3237
|
+
},
|
|
3238
|
+
{
|
|
3239
|
+
"kind": "js",
|
|
3240
|
+
"name": "textFormatter",
|
|
3241
|
+
"declaration": {
|
|
3242
|
+
"name": "textFormatter",
|
|
3243
|
+
"module": "src/cell-formatters/index.ts"
|
|
3244
|
+
}
|
|
3245
|
+
},
|
|
3246
|
+
{
|
|
3247
|
+
"kind": "js",
|
|
3248
|
+
"name": "formatters",
|
|
3249
|
+
"declaration": {
|
|
3250
|
+
"name": "formatters",
|
|
3251
|
+
"module": "src/cell-formatters/index.ts"
|
|
3215
3252
|
}
|
|
3216
3253
|
}
|
|
3217
3254
|
]
|
|
3218
3255
|
},
|
|
3219
3256
|
{
|
|
3220
3257
|
"kind": "javascript-module",
|
|
3221
|
-
"path": "src/
|
|
3258
|
+
"path": "src/cell-formatters/select.formatter.ts",
|
|
3222
3259
|
"declarations": [
|
|
3223
3260
|
{
|
|
3224
|
-
"kind": "
|
|
3225
|
-
"name": "
|
|
3226
|
-
"
|
|
3227
|
-
"
|
|
3228
|
-
|
|
3229
|
-
|
|
3230
|
-
"description": "Delimiter for criteria in the datasource"
|
|
3231
|
-
},
|
|
3232
|
-
{
|
|
3233
|
-
"kind": "variable",
|
|
3234
|
-
"name": "criteriaJoin",
|
|
3235
|
-
"type": {
|
|
3236
|
-
"text": "string"
|
|
3261
|
+
"kind": "function",
|
|
3262
|
+
"name": "selectFormatter",
|
|
3263
|
+
"return": {
|
|
3264
|
+
"type": {
|
|
3265
|
+
"text": ""
|
|
3266
|
+
}
|
|
3237
3267
|
},
|
|
3238
|
-
"
|
|
3239
|
-
"description": "Join operator for criteria in the datasource"
|
|
3240
|
-
},
|
|
3241
|
-
{
|
|
3242
|
-
"kind": "class",
|
|
3243
|
-
"description": "The Genesis Datasource element, for client-side data fetching and used exclusively by the GridTabulator element.",
|
|
3244
|
-
"name": "GridTabulatorClientSideDatasource",
|
|
3245
|
-
"members": [
|
|
3268
|
+
"parameters": [
|
|
3246
3269
|
{
|
|
3247
|
-
"
|
|
3248
|
-
"name": "auth",
|
|
3270
|
+
"name": "cell",
|
|
3249
3271
|
"type": {
|
|
3250
|
-
"text": "
|
|
3251
|
-
}
|
|
3272
|
+
"text": "any"
|
|
3273
|
+
},
|
|
3274
|
+
"description": "The cell component provided by Tabulator"
|
|
3252
3275
|
},
|
|
3253
3276
|
{
|
|
3254
|
-
"
|
|
3255
|
-
"name": "connect",
|
|
3277
|
+
"name": "formatterParams",
|
|
3256
3278
|
"type": {
|
|
3257
|
-
"text": "
|
|
3258
|
-
}
|
|
3259
|
-
|
|
3279
|
+
"text": "SelectFormatterParams<T>"
|
|
3280
|
+
},
|
|
3281
|
+
"description": "Select formatter parameters"
|
|
3282
|
+
}
|
|
3283
|
+
],
|
|
3284
|
+
"description": "Formatter that displays a select component with options.\nReturns a wrapped div containing the select, similar to boolean.formatter.",
|
|
3285
|
+
"privacy": "public"
|
|
3286
|
+
}
|
|
3287
|
+
],
|
|
3288
|
+
"exports": [
|
|
3289
|
+
{
|
|
3290
|
+
"kind": "js",
|
|
3291
|
+
"name": "selectFormatter",
|
|
3292
|
+
"declaration": {
|
|
3293
|
+
"name": "selectFormatter",
|
|
3294
|
+
"module": "src/cell-formatters/select.formatter.ts"
|
|
3295
|
+
}
|
|
3296
|
+
}
|
|
3297
|
+
]
|
|
3298
|
+
},
|
|
3299
|
+
{
|
|
3300
|
+
"kind": "javascript-module",
|
|
3301
|
+
"path": "src/cell-formatters/text.formatter.ts",
|
|
3302
|
+
"declarations": [
|
|
3303
|
+
{
|
|
3304
|
+
"kind": "function",
|
|
3305
|
+
"name": "textFormatter",
|
|
3306
|
+
"return": {
|
|
3307
|
+
"type": {
|
|
3308
|
+
"text": ""
|
|
3309
|
+
}
|
|
3310
|
+
},
|
|
3311
|
+
"parameters": [
|
|
3260
3312
|
{
|
|
3261
|
-
"
|
|
3262
|
-
"name": "datasource",
|
|
3313
|
+
"name": "cell",
|
|
3263
3314
|
"type": {
|
|
3264
|
-
"text": "
|
|
3265
|
-
}
|
|
3315
|
+
"text": "any"
|
|
3316
|
+
},
|
|
3317
|
+
"description": "The cell component provided by Tabulator"
|
|
3266
3318
|
},
|
|
3267
3319
|
{
|
|
3268
|
-
"
|
|
3269
|
-
"
|
|
3320
|
+
"name": "formatterParams",
|
|
3321
|
+
"default": "{}",
|
|
3270
3322
|
"type": {
|
|
3271
|
-
"text": "
|
|
3272
|
-
}
|
|
3273
|
-
|
|
3323
|
+
"text": "TextFormatterParams<T>"
|
|
3324
|
+
},
|
|
3325
|
+
"description": "Text formatter parameters"
|
|
3326
|
+
}
|
|
3327
|
+
],
|
|
3328
|
+
"description": "Text formatter for customized display of values.\nStyled to match grid-pro text renderer.",
|
|
3329
|
+
"privacy": "public"
|
|
3330
|
+
}
|
|
3331
|
+
],
|
|
3332
|
+
"exports": [
|
|
3333
|
+
{
|
|
3334
|
+
"kind": "js",
|
|
3335
|
+
"name": "textFormatter",
|
|
3336
|
+
"declaration": {
|
|
3337
|
+
"name": "textFormatter",
|
|
3338
|
+
"module": "src/cell-formatters/text.formatter.ts"
|
|
3339
|
+
}
|
|
3340
|
+
}
|
|
3341
|
+
]
|
|
3342
|
+
},
|
|
3343
|
+
{
|
|
3344
|
+
"kind": "javascript-module",
|
|
3345
|
+
"path": "src/column/column.ts",
|
|
3346
|
+
"declarations": [
|
|
3347
|
+
{
|
|
3348
|
+
"kind": "class",
|
|
3349
|
+
"description": "The GridTabulator Column element.",
|
|
3350
|
+
"name": "GridTabulatorColumn",
|
|
3351
|
+
"members": [
|
|
3274
3352
|
{
|
|
3275
3353
|
"kind": "field",
|
|
3276
|
-
"name": "
|
|
3354
|
+
"name": "slottedCell",
|
|
3277
3355
|
"type": {
|
|
3278
|
-
"text": "
|
|
3356
|
+
"text": "HTMLElement[]"
|
|
3279
3357
|
},
|
|
3280
|
-
"
|
|
3281
|
-
"description": "Allows storing column layouts between datasource initializations"
|
|
3358
|
+
"privacy": "public"
|
|
3282
3359
|
},
|
|
3283
3360
|
{
|
|
3284
3361
|
"kind": "field",
|
|
3285
|
-
"name": "
|
|
3362
|
+
"name": "definition",
|
|
3286
3363
|
"type": {
|
|
3287
|
-
"text": "
|
|
3364
|
+
"text": "Partial<ColumnDefinition>"
|
|
3365
|
+
},
|
|
3366
|
+
"default": "{}"
|
|
3367
|
+
},
|
|
3368
|
+
{
|
|
3369
|
+
"kind": "method",
|
|
3370
|
+
"name": "slottedCellChanged",
|
|
3371
|
+
"privacy": "public"
|
|
3372
|
+
},
|
|
3373
|
+
{
|
|
3374
|
+
"kind": "method",
|
|
3375
|
+
"name": "deepClone",
|
|
3376
|
+
"return": {
|
|
3377
|
+
"type": {
|
|
3378
|
+
"text": "Node"
|
|
3379
|
+
}
|
|
3380
|
+
},
|
|
3381
|
+
"inheritedFrom": {
|
|
3382
|
+
"name": "LifecycleMixin",
|
|
3383
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
3288
3384
|
}
|
|
3289
3385
|
},
|
|
3290
3386
|
{
|
|
3291
3387
|
"kind": "method",
|
|
3292
|
-
"name": "
|
|
3388
|
+
"name": "cloneNode",
|
|
3389
|
+
"return": {
|
|
3390
|
+
"type": {
|
|
3391
|
+
"text": "Node"
|
|
3392
|
+
}
|
|
3393
|
+
},
|
|
3293
3394
|
"parameters": [
|
|
3294
3395
|
{
|
|
3295
|
-
"name": "
|
|
3296
|
-
"
|
|
3297
|
-
"text": "string"
|
|
3298
|
-
}
|
|
3299
|
-
},
|
|
3300
|
-
{
|
|
3301
|
-
"name": "newCriteria",
|
|
3396
|
+
"name": "deep",
|
|
3397
|
+
"optional": true,
|
|
3302
3398
|
"type": {
|
|
3303
|
-
"text": "
|
|
3399
|
+
"text": "boolean"
|
|
3304
3400
|
}
|
|
3305
3401
|
}
|
|
3306
|
-
]
|
|
3307
|
-
|
|
3308
|
-
|
|
3309
|
-
|
|
3310
|
-
"name": "fields",
|
|
3311
|
-
"type": {
|
|
3312
|
-
"text": "string"
|
|
3402
|
+
],
|
|
3403
|
+
"inheritedFrom": {
|
|
3404
|
+
"name": "LifecycleMixin",
|
|
3405
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
3313
3406
|
}
|
|
3314
3407
|
},
|
|
3315
3408
|
{
|
|
3316
3409
|
"kind": "field",
|
|
3317
|
-
"name": "
|
|
3318
|
-
"
|
|
3319
|
-
"
|
|
3410
|
+
"name": "shouldRunDisconnect",
|
|
3411
|
+
"return": {
|
|
3412
|
+
"type": {
|
|
3413
|
+
"text": ""
|
|
3414
|
+
}
|
|
3320
3415
|
},
|
|
3321
|
-
"
|
|
3416
|
+
"readonly": true,
|
|
3417
|
+
"inheritedFrom": {
|
|
3418
|
+
"name": "LifecycleMixin",
|
|
3419
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
3420
|
+
}
|
|
3322
3421
|
},
|
|
3323
3422
|
{
|
|
3324
3423
|
"kind": "field",
|
|
3325
|
-
"name": "
|
|
3326
|
-
"
|
|
3327
|
-
"
|
|
3424
|
+
"name": "shouldRunConnect",
|
|
3425
|
+
"return": {
|
|
3426
|
+
"type": {
|
|
3427
|
+
"text": ""
|
|
3428
|
+
}
|
|
3429
|
+
},
|
|
3430
|
+
"readonly": true,
|
|
3431
|
+
"inheritedFrom": {
|
|
3432
|
+
"name": "LifecycleMixin",
|
|
3433
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
3328
3434
|
}
|
|
3329
3435
|
},
|
|
3330
3436
|
{
|
|
3331
|
-
"kind": "
|
|
3332
|
-
"name": "
|
|
3333
|
-
"
|
|
3334
|
-
"
|
|
3437
|
+
"kind": "method",
|
|
3438
|
+
"name": "#_blockLifecycleDueToTokenChange",
|
|
3439
|
+
"return": {
|
|
3440
|
+
"type": {
|
|
3441
|
+
"text": "boolean"
|
|
3442
|
+
}
|
|
3443
|
+
},
|
|
3444
|
+
"parameters": [
|
|
3445
|
+
{
|
|
3446
|
+
"name": "lifecycleType",
|
|
3447
|
+
"type": {
|
|
3448
|
+
"text": "Lifecycletype"
|
|
3449
|
+
}
|
|
3450
|
+
}
|
|
3451
|
+
],
|
|
3452
|
+
"inheritedFrom": {
|
|
3453
|
+
"name": "LifecycleMixin",
|
|
3454
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
3335
3455
|
}
|
|
3336
3456
|
},
|
|
3337
3457
|
{
|
|
3338
3458
|
"kind": "field",
|
|
3339
|
-
"name": "
|
|
3459
|
+
"name": "_presentation",
|
|
3340
3460
|
"type": {
|
|
3341
|
-
"text": "
|
|
3461
|
+
"text": "ComponentPresentation | null | undefined"
|
|
3462
|
+
},
|
|
3463
|
+
"privacy": "private",
|
|
3464
|
+
"default": "void 0",
|
|
3465
|
+
"inheritedFrom": {
|
|
3466
|
+
"name": "FoundationElement",
|
|
3467
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
3342
3468
|
}
|
|
3343
3469
|
},
|
|
3344
3470
|
{
|
|
3345
3471
|
"kind": "field",
|
|
3346
|
-
"name": "
|
|
3472
|
+
"name": "$presentation",
|
|
3347
3473
|
"type": {
|
|
3348
|
-
"text": "
|
|
3474
|
+
"text": "ComponentPresentation | null"
|
|
3349
3475
|
},
|
|
3350
|
-
"
|
|
3476
|
+
"privacy": "public",
|
|
3477
|
+
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
3478
|
+
"inheritedFrom": {
|
|
3479
|
+
"name": "FoundationElement",
|
|
3480
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
3481
|
+
}
|
|
3351
3482
|
},
|
|
3352
3483
|
{
|
|
3353
3484
|
"kind": "field",
|
|
3354
|
-
"name": "
|
|
3485
|
+
"name": "template",
|
|
3355
3486
|
"type": {
|
|
3356
|
-
"text": "
|
|
3487
|
+
"text": "ElementViewTemplate | void | null"
|
|
3488
|
+
},
|
|
3489
|
+
"privacy": "public",
|
|
3490
|
+
"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.",
|
|
3491
|
+
"inheritedFrom": {
|
|
3492
|
+
"name": "FoundationElement",
|
|
3493
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
3357
3494
|
}
|
|
3358
3495
|
},
|
|
3359
3496
|
{
|
|
3360
|
-
"kind": "
|
|
3361
|
-
"name": "
|
|
3362
|
-
"
|
|
3363
|
-
|
|
3497
|
+
"kind": "method",
|
|
3498
|
+
"name": "templateChanged",
|
|
3499
|
+
"privacy": "protected",
|
|
3500
|
+
"return": {
|
|
3501
|
+
"type": {
|
|
3502
|
+
"text": "void"
|
|
3503
|
+
}
|
|
3504
|
+
},
|
|
3505
|
+
"inheritedFrom": {
|
|
3506
|
+
"name": "FoundationElement",
|
|
3507
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
3364
3508
|
}
|
|
3365
3509
|
},
|
|
3366
3510
|
{
|
|
3367
3511
|
"kind": "field",
|
|
3368
|
-
"name": "
|
|
3512
|
+
"name": "styles",
|
|
3369
3513
|
"type": {
|
|
3370
|
-
"text": "
|
|
3514
|
+
"text": "ElementStyles | void | null"
|
|
3515
|
+
},
|
|
3516
|
+
"privacy": "public",
|
|
3517
|
+
"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.",
|
|
3518
|
+
"inheritedFrom": {
|
|
3519
|
+
"name": "FoundationElement",
|
|
3520
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
3371
3521
|
}
|
|
3372
3522
|
},
|
|
3373
3523
|
{
|
|
3374
3524
|
"kind": "method",
|
|
3375
|
-
"name": "
|
|
3376
|
-
"
|
|
3377
|
-
|
|
3378
|
-
|
|
3525
|
+
"name": "stylesChanged",
|
|
3526
|
+
"privacy": "protected",
|
|
3527
|
+
"return": {
|
|
3528
|
+
"type": {
|
|
3529
|
+
"text": "void"
|
|
3530
|
+
}
|
|
3531
|
+
},
|
|
3532
|
+
"inheritedFrom": {
|
|
3533
|
+
"name": "FoundationElement",
|
|
3534
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
3535
|
+
}
|
|
3536
|
+
},
|
|
3537
|
+
{
|
|
3538
|
+
"kind": "method",
|
|
3539
|
+
"name": "compose",
|
|
3540
|
+
"privacy": "public",
|
|
3541
|
+
"static": true,
|
|
3542
|
+
"return": {
|
|
3543
|
+
"type": {
|
|
3544
|
+
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
3545
|
+
}
|
|
3546
|
+
},
|
|
3547
|
+
"parameters": [
|
|
3548
|
+
{
|
|
3549
|
+
"name": "this",
|
|
3550
|
+
"type": {
|
|
3551
|
+
"text": "K"
|
|
3552
|
+
}
|
|
3553
|
+
},
|
|
3554
|
+
{
|
|
3555
|
+
"name": "elementDefinition",
|
|
3556
|
+
"type": {
|
|
3557
|
+
"text": "T"
|
|
3558
|
+
},
|
|
3559
|
+
"description": "The definition of the element to create the registry\nfunction for."
|
|
3560
|
+
}
|
|
3561
|
+
],
|
|
3562
|
+
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
3563
|
+
"inheritedFrom": {
|
|
3564
|
+
"name": "FoundationElement",
|
|
3565
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
3566
|
+
}
|
|
3567
|
+
}
|
|
3568
|
+
],
|
|
3569
|
+
"mixins": [
|
|
3570
|
+
{
|
|
3571
|
+
"name": "LifecycleMixin",
|
|
3572
|
+
"package": "@genesislcap/foundation-utils"
|
|
3573
|
+
}
|
|
3574
|
+
],
|
|
3575
|
+
"superclass": {
|
|
3576
|
+
"name": "FoundationElement",
|
|
3577
|
+
"package": "@microsoft/fast-foundation"
|
|
3578
|
+
},
|
|
3579
|
+
"tagName": "grid-tabulator-column",
|
|
3580
|
+
"customElement": true
|
|
3581
|
+
}
|
|
3582
|
+
],
|
|
3583
|
+
"exports": [
|
|
3584
|
+
{
|
|
3585
|
+
"kind": "js",
|
|
3586
|
+
"name": "GridTabulatorColumn",
|
|
3587
|
+
"declaration": {
|
|
3588
|
+
"name": "GridTabulatorColumn",
|
|
3589
|
+
"module": "src/column/column.ts"
|
|
3590
|
+
}
|
|
3591
|
+
},
|
|
3592
|
+
{
|
|
3593
|
+
"kind": "custom-element-definition",
|
|
3594
|
+
"name": "grid-tabulator-column",
|
|
3595
|
+
"declaration": {
|
|
3596
|
+
"name": "GridTabulatorColumn",
|
|
3597
|
+
"module": "src/column/column.ts"
|
|
3598
|
+
}
|
|
3599
|
+
}
|
|
3600
|
+
]
|
|
3601
|
+
},
|
|
3602
|
+
{
|
|
3603
|
+
"kind": "javascript-module",
|
|
3604
|
+
"path": "src/column/index.ts",
|
|
3605
|
+
"declarations": [],
|
|
3606
|
+
"exports": [
|
|
3607
|
+
{
|
|
3608
|
+
"kind": "js",
|
|
3609
|
+
"name": "*",
|
|
3610
|
+
"declaration": {
|
|
3611
|
+
"name": "*",
|
|
3612
|
+
"package": "./column"
|
|
3613
|
+
}
|
|
3614
|
+
}
|
|
3615
|
+
]
|
|
3616
|
+
},
|
|
3617
|
+
{
|
|
3618
|
+
"kind": "javascript-module",
|
|
3619
|
+
"path": "src/datasource/client-side.datasource.ts",
|
|
3620
|
+
"declarations": [
|
|
3621
|
+
{
|
|
3622
|
+
"kind": "variable",
|
|
3623
|
+
"name": "criteriaDelimiter",
|
|
3624
|
+
"type": {
|
|
3625
|
+
"text": "string"
|
|
3626
|
+
},
|
|
3627
|
+
"default": "';'",
|
|
3628
|
+
"description": "Delimiter for criteria in the datasource"
|
|
3629
|
+
},
|
|
3630
|
+
{
|
|
3631
|
+
"kind": "variable",
|
|
3632
|
+
"name": "criteriaJoin",
|
|
3633
|
+
"type": {
|
|
3634
|
+
"text": "string"
|
|
3635
|
+
},
|
|
3636
|
+
"default": "' && '",
|
|
3637
|
+
"description": "Join operator for criteria in the datasource"
|
|
3638
|
+
},
|
|
3639
|
+
{
|
|
3640
|
+
"kind": "class",
|
|
3641
|
+
"description": "The Genesis Datasource element, for client-side data fetching and used exclusively by the GridTabulator element.",
|
|
3642
|
+
"name": "GridTabulatorClientSideDatasource",
|
|
3643
|
+
"members": [
|
|
3644
|
+
{
|
|
3645
|
+
"kind": "field",
|
|
3646
|
+
"name": "auth",
|
|
3647
|
+
"type": {
|
|
3648
|
+
"text": "Auth"
|
|
3649
|
+
}
|
|
3650
|
+
},
|
|
3651
|
+
{
|
|
3652
|
+
"kind": "field",
|
|
3653
|
+
"name": "connect",
|
|
3654
|
+
"type": {
|
|
3655
|
+
"text": "Connect"
|
|
3656
|
+
}
|
|
3657
|
+
},
|
|
3658
|
+
{
|
|
3659
|
+
"kind": "field",
|
|
3660
|
+
"name": "datasource",
|
|
3661
|
+
"type": {
|
|
3662
|
+
"text": "Datasource"
|
|
3663
|
+
}
|
|
3664
|
+
},
|
|
3665
|
+
{
|
|
3666
|
+
"kind": "field",
|
|
3667
|
+
"name": "deferredGridOptions",
|
|
3668
|
+
"type": {
|
|
3669
|
+
"text": "Options"
|
|
3670
|
+
}
|
|
3671
|
+
},
|
|
3672
|
+
{
|
|
3673
|
+
"kind": "field",
|
|
3674
|
+
"name": "deferredColumnStates",
|
|
3675
|
+
"type": {
|
|
3676
|
+
"text": "any[]"
|
|
3677
|
+
},
|
|
3678
|
+
"default": "[]",
|
|
3679
|
+
"description": "Allows storing column layouts between datasource initializations"
|
|
3680
|
+
},
|
|
3681
|
+
{
|
|
3682
|
+
"kind": "field",
|
|
3683
|
+
"name": "criteria",
|
|
3684
|
+
"type": {
|
|
3685
|
+
"text": "string"
|
|
3686
|
+
}
|
|
3687
|
+
},
|
|
3688
|
+
{
|
|
3689
|
+
"kind": "method",
|
|
3690
|
+
"name": "criteriaChanged",
|
|
3691
|
+
"parameters": [
|
|
3692
|
+
{
|
|
3693
|
+
"name": "oldCriteria",
|
|
3694
|
+
"type": {
|
|
3695
|
+
"text": "string"
|
|
3696
|
+
}
|
|
3697
|
+
},
|
|
3698
|
+
{
|
|
3699
|
+
"name": "newCriteria",
|
|
3700
|
+
"type": {
|
|
3701
|
+
"text": "string"
|
|
3702
|
+
}
|
|
3703
|
+
}
|
|
3704
|
+
]
|
|
3705
|
+
},
|
|
3706
|
+
{
|
|
3707
|
+
"kind": "field",
|
|
3708
|
+
"name": "fields",
|
|
3709
|
+
"type": {
|
|
3710
|
+
"text": "string"
|
|
3711
|
+
}
|
|
3712
|
+
},
|
|
3713
|
+
{
|
|
3714
|
+
"kind": "field",
|
|
3715
|
+
"name": "isSnapshot",
|
|
3716
|
+
"type": {
|
|
3717
|
+
"text": "boolean"
|
|
3718
|
+
},
|
|
3719
|
+
"default": "false"
|
|
3720
|
+
},
|
|
3721
|
+
{
|
|
3722
|
+
"kind": "field",
|
|
3723
|
+
"name": "maxRows",
|
|
3724
|
+
"type": {
|
|
3725
|
+
"text": "number"
|
|
3726
|
+
}
|
|
3727
|
+
},
|
|
3728
|
+
{
|
|
3729
|
+
"kind": "field",
|
|
3730
|
+
"name": "maxView",
|
|
3731
|
+
"type": {
|
|
3732
|
+
"text": "number"
|
|
3733
|
+
}
|
|
3734
|
+
},
|
|
3735
|
+
{
|
|
3736
|
+
"kind": "field",
|
|
3737
|
+
"name": "pollingInterval",
|
|
3738
|
+
"type": {
|
|
3739
|
+
"text": "number"
|
|
3740
|
+
}
|
|
3741
|
+
},
|
|
3742
|
+
{
|
|
3743
|
+
"kind": "field",
|
|
3744
|
+
"name": "movingView",
|
|
3745
|
+
"type": {
|
|
3746
|
+
"text": "boolean"
|
|
3747
|
+
},
|
|
3748
|
+
"default": "false"
|
|
3749
|
+
},
|
|
3750
|
+
{
|
|
3751
|
+
"kind": "field",
|
|
3752
|
+
"name": "orderBy",
|
|
3753
|
+
"type": {
|
|
3754
|
+
"text": "string"
|
|
3755
|
+
}
|
|
3756
|
+
},
|
|
3757
|
+
{
|
|
3758
|
+
"kind": "field",
|
|
3759
|
+
"name": "request",
|
|
3760
|
+
"type": {
|
|
3761
|
+
"text": "any"
|
|
3762
|
+
}
|
|
3763
|
+
},
|
|
3764
|
+
{
|
|
3765
|
+
"kind": "field",
|
|
3766
|
+
"name": "resourceName",
|
|
3767
|
+
"type": {
|
|
3768
|
+
"text": "string"
|
|
3769
|
+
}
|
|
3770
|
+
},
|
|
3771
|
+
{
|
|
3772
|
+
"kind": "method",
|
|
3773
|
+
"name": "resourceNameChanged",
|
|
3774
|
+
"parameters": [
|
|
3775
|
+
{
|
|
3776
|
+
"name": "oldValue",
|
|
3379
3777
|
"type": {
|
|
3380
3778
|
"text": "string"
|
|
3381
3779
|
}
|
|
@@ -4023,527 +4421,129 @@
|
|
|
4023
4421
|
},
|
|
4024
4422
|
"fieldName": "maxView"
|
|
4025
4423
|
},
|
|
4026
|
-
{
|
|
4027
|
-
"name": "polling-interval",
|
|
4028
|
-
"type": {
|
|
4029
|
-
"text": "number"
|
|
4030
|
-
},
|
|
4031
|
-
"fieldName": "pollingInterval"
|
|
4032
|
-
},
|
|
4033
|
-
{
|
|
4034
|
-
"name": "moving-view",
|
|
4035
|
-
"type": {
|
|
4036
|
-
"text": "boolean"
|
|
4037
|
-
},
|
|
4038
|
-
"default": "false",
|
|
4039
|
-
"fieldName": "movingView"
|
|
4040
|
-
},
|
|
4041
|
-
{
|
|
4042
|
-
"name": "order-by",
|
|
4043
|
-
"type": {
|
|
4044
|
-
"text": "string"
|
|
4045
|
-
},
|
|
4046
|
-
"fieldName": "orderBy"
|
|
4047
|
-
},
|
|
4048
|
-
{
|
|
4049
|
-
"name": "resource-name",
|
|
4050
|
-
"type": {
|
|
4051
|
-
"text": "string"
|
|
4052
|
-
},
|
|
4053
|
-
"fieldName": "resourceName"
|
|
4054
|
-
},
|
|
4055
|
-
{
|
|
4056
|
-
"type": {
|
|
4057
|
-
"text": "boolean"
|
|
4058
|
-
},
|
|
4059
|
-
"default": "false",
|
|
4060
|
-
"fieldName": "reverse"
|
|
4061
|
-
},
|
|
4062
|
-
{
|
|
4063
|
-
"name": "row-id",
|
|
4064
|
-
"description": "Attribute to set an unique identifier for the row.\n\nDefaults to `ROW_REF` or `RECORD_ID` depending on the resource type.",
|
|
4065
|
-
"fieldName": "rowIdAttr"
|
|
4066
|
-
},
|
|
4067
|
-
{
|
|
4068
|
-
"name": "restart-on-reconnection",
|
|
4069
|
-
"type": {
|
|
4070
|
-
"text": "boolean"
|
|
4071
|
-
},
|
|
4072
|
-
"default": "true",
|
|
4073
|
-
"fieldName": "restartOnReconnection"
|
|
4074
|
-
},
|
|
4075
|
-
{
|
|
4076
|
-
"name": "keep-col-defs-on-clear-row-data",
|
|
4077
|
-
"type": {
|
|
4078
|
-
"text": "boolean"
|
|
4079
|
-
},
|
|
4080
|
-
"default": "false",
|
|
4081
|
-
"description": "Whether to keep column definitions when clearing row data",
|
|
4082
|
-
"fieldName": "keepColDefsOnClearRowData"
|
|
4083
|
-
}
|
|
4084
|
-
],
|
|
4085
|
-
"mixins": [
|
|
4086
|
-
{
|
|
4087
|
-
"name": "LifecycleMixin",
|
|
4088
|
-
"package": "@genesislcap/foundation-utils"
|
|
4089
|
-
},
|
|
4090
|
-
{
|
|
4091
|
-
"name": "DatasourceEventHandler",
|
|
4092
|
-
"package": "@genesislcap/foundation-comms"
|
|
4093
|
-
}
|
|
4094
|
-
],
|
|
4095
|
-
"superclass": {
|
|
4096
|
-
"name": "FoundationElement",
|
|
4097
|
-
"package": "@microsoft/fast-foundation"
|
|
4098
|
-
},
|
|
4099
|
-
"tagName": "grid-tabulator-client-side-datasource",
|
|
4100
|
-
"customElement": true
|
|
4101
|
-
}
|
|
4102
|
-
],
|
|
4103
|
-
"exports": [
|
|
4104
|
-
{
|
|
4105
|
-
"kind": "js",
|
|
4106
|
-
"name": "criteriaDelimiter",
|
|
4107
|
-
"declaration": {
|
|
4108
|
-
"name": "criteriaDelimiter",
|
|
4109
|
-
"module": "src/datasource/client-side.datasource.ts"
|
|
4110
|
-
}
|
|
4111
|
-
},
|
|
4112
|
-
{
|
|
4113
|
-
"kind": "js",
|
|
4114
|
-
"name": "criteriaJoin",
|
|
4115
|
-
"declaration": {
|
|
4116
|
-
"name": "criteriaJoin",
|
|
4117
|
-
"module": "src/datasource/client-side.datasource.ts"
|
|
4118
|
-
}
|
|
4119
|
-
},
|
|
4120
|
-
{
|
|
4121
|
-
"kind": "js",
|
|
4122
|
-
"name": "GridTabulatorClientSideDatasource",
|
|
4123
|
-
"declaration": {
|
|
4124
|
-
"name": "GridTabulatorClientSideDatasource",
|
|
4125
|
-
"module": "src/datasource/client-side.datasource.ts"
|
|
4126
|
-
}
|
|
4127
|
-
},
|
|
4128
|
-
{
|
|
4129
|
-
"kind": "custom-element-definition",
|
|
4130
|
-
"name": "grid-tabulator-client-side-datasource",
|
|
4131
|
-
"declaration": {
|
|
4132
|
-
"name": "GridTabulatorClientSideDatasource",
|
|
4133
|
-
"module": "src/datasource/client-side.datasource.ts"
|
|
4134
|
-
}
|
|
4135
|
-
}
|
|
4136
|
-
]
|
|
4137
|
-
},
|
|
4138
|
-
{
|
|
4139
|
-
"kind": "javascript-module",
|
|
4140
|
-
"path": "src/datasource/index.ts",
|
|
4141
|
-
"declarations": [],
|
|
4142
|
-
"exports": [
|
|
4143
|
-
{
|
|
4144
|
-
"kind": "js",
|
|
4145
|
-
"name": "*",
|
|
4146
|
-
"declaration": {
|
|
4147
|
-
"name": "*",
|
|
4148
|
-
"package": "./client-side.datasource"
|
|
4149
|
-
}
|
|
4150
|
-
}
|
|
4151
|
-
]
|
|
4152
|
-
},
|
|
4153
|
-
{
|
|
4154
|
-
"kind": "javascript-module",
|
|
4155
|
-
"path": "src/cell-formatters/action.formatter.ts",
|
|
4156
|
-
"declarations": [
|
|
4157
|
-
{
|
|
4158
|
-
"kind": "function",
|
|
4159
|
-
"name": "actionFormatter",
|
|
4160
|
-
"return": {
|
|
4161
|
-
"type": {
|
|
4162
|
-
"text": ""
|
|
4163
|
-
}
|
|
4164
|
-
},
|
|
4165
|
-
"parameters": [
|
|
4166
|
-
{
|
|
4167
|
-
"name": "cell",
|
|
4168
|
-
"type": {
|
|
4169
|
-
"text": "any"
|
|
4170
|
-
},
|
|
4171
|
-
"description": "The cell component provided by Tabulator"
|
|
4172
|
-
},
|
|
4173
|
-
{
|
|
4174
|
-
"name": "formatterParams",
|
|
4175
|
-
"default": "{}",
|
|
4176
|
-
"type": {
|
|
4177
|
-
"text": "ActionFormatterParams<T>"
|
|
4178
|
-
},
|
|
4179
|
-
"description": "Action formatter parameters"
|
|
4180
|
-
}
|
|
4181
|
-
],
|
|
4182
|
-
"description": "Formatter that displays an action button in the cell.\nStyled to match grid-pro action renderer.",
|
|
4183
|
-
"privacy": "public"
|
|
4184
|
-
}
|
|
4185
|
-
],
|
|
4186
|
-
"exports": [
|
|
4187
|
-
{
|
|
4188
|
-
"kind": "js",
|
|
4189
|
-
"name": "actionFormatter",
|
|
4190
|
-
"declaration": {
|
|
4191
|
-
"name": "actionFormatter",
|
|
4192
|
-
"module": "src/cell-formatters/action.formatter.ts"
|
|
4193
|
-
}
|
|
4194
|
-
}
|
|
4195
|
-
]
|
|
4196
|
-
},
|
|
4197
|
-
{
|
|
4198
|
-
"kind": "javascript-module",
|
|
4199
|
-
"path": "src/cell-formatters/actions-menu.formatter.ts",
|
|
4200
|
-
"declarations": [
|
|
4201
|
-
{
|
|
4202
|
-
"kind": "function",
|
|
4203
|
-
"name": "actionsMenuFormatter",
|
|
4204
|
-
"return": {
|
|
4205
|
-
"type": {
|
|
4206
|
-
"text": ""
|
|
4207
|
-
}
|
|
4208
|
-
},
|
|
4209
|
-
"parameters": [
|
|
4210
|
-
{
|
|
4211
|
-
"name": "cell",
|
|
4212
|
-
"type": {
|
|
4213
|
-
"text": "any"
|
|
4214
|
-
},
|
|
4215
|
-
"description": "The cell component provided by Tabulator"
|
|
4216
|
-
},
|
|
4217
|
-
{
|
|
4218
|
-
"name": "formatterParams",
|
|
4219
|
-
"default": "{}",
|
|
4220
|
-
"type": {
|
|
4221
|
-
"text": "ActionsMenuFormatterParams<T>"
|
|
4222
|
-
},
|
|
4223
|
-
"description": "Actions menu formatter parameters"
|
|
4224
|
-
}
|
|
4225
|
-
],
|
|
4226
|
-
"description": "Formatter that displays a dropdown menu of actions in the cell.\nStyled to match grid-pro actions-menu renderer.",
|
|
4227
|
-
"privacy": "public"
|
|
4228
|
-
}
|
|
4229
|
-
],
|
|
4230
|
-
"exports": [
|
|
4231
|
-
{
|
|
4232
|
-
"kind": "js",
|
|
4233
|
-
"name": "actionsMenuFormatter",
|
|
4234
|
-
"declaration": {
|
|
4235
|
-
"name": "actionsMenuFormatter",
|
|
4236
|
-
"module": "src/cell-formatters/actions-menu.formatter.ts"
|
|
4237
|
-
}
|
|
4238
|
-
}
|
|
4239
|
-
]
|
|
4240
|
-
},
|
|
4241
|
-
{
|
|
4242
|
-
"kind": "javascript-module",
|
|
4243
|
-
"path": "src/cell-formatters/boolean.formatter.ts",
|
|
4244
|
-
"declarations": [
|
|
4245
|
-
{
|
|
4246
|
-
"kind": "function",
|
|
4247
|
-
"name": "booleanFormatter",
|
|
4248
|
-
"return": {
|
|
4249
|
-
"type": {
|
|
4250
|
-
"text": ""
|
|
4251
|
-
}
|
|
4252
|
-
},
|
|
4253
|
-
"parameters": [
|
|
4254
|
-
{
|
|
4255
|
-
"name": "cell",
|
|
4256
|
-
"type": {
|
|
4257
|
-
"text": "any"
|
|
4258
|
-
},
|
|
4259
|
-
"description": "The cell component provided by Tabulator"
|
|
4260
|
-
},
|
|
4261
|
-
{
|
|
4262
|
-
"name": "formatterParams",
|
|
4263
|
-
"default": "{}",
|
|
4264
|
-
"type": {
|
|
4265
|
-
"text": "BooleanFormatterParams<T>"
|
|
4266
|
-
},
|
|
4267
|
-
"description": "Boolean formatter parameters"
|
|
4268
|
-
}
|
|
4269
|
-
],
|
|
4270
|
-
"description": "Formatter that displays boolean values using a checkbox component.\nStyled to match grid-pro boolean renderer.",
|
|
4271
|
-
"privacy": "public"
|
|
4272
|
-
}
|
|
4273
|
-
],
|
|
4274
|
-
"exports": [
|
|
4275
|
-
{
|
|
4276
|
-
"kind": "js",
|
|
4277
|
-
"name": "booleanFormatter",
|
|
4278
|
-
"declaration": {
|
|
4279
|
-
"name": "booleanFormatter",
|
|
4280
|
-
"module": "src/cell-formatters/boolean.formatter.ts"
|
|
4281
|
-
}
|
|
4282
|
-
}
|
|
4283
|
-
]
|
|
4284
|
-
},
|
|
4285
|
-
{
|
|
4286
|
-
"kind": "javascript-module",
|
|
4287
|
-
"path": "src/cell-formatters/constants.ts",
|
|
4288
|
-
"declarations": [],
|
|
4289
|
-
"exports": []
|
|
4290
|
-
},
|
|
4291
|
-
{
|
|
4292
|
-
"kind": "javascript-module",
|
|
4293
|
-
"path": "src/cell-formatters/editable.formatter.ts",
|
|
4294
|
-
"declarations": [
|
|
4295
|
-
{
|
|
4296
|
-
"kind": "function",
|
|
4297
|
-
"name": "editableFormatter",
|
|
4298
|
-
"return": {
|
|
4299
|
-
"type": {
|
|
4300
|
-
"text": ""
|
|
4301
|
-
}
|
|
4302
|
-
},
|
|
4303
|
-
"parameters": [
|
|
4304
|
-
{
|
|
4305
|
-
"name": "cell",
|
|
4306
|
-
"type": {
|
|
4307
|
-
"text": "any"
|
|
4308
|
-
},
|
|
4309
|
-
"description": "The cell component provided by Tabulator"
|
|
4310
|
-
},
|
|
4311
|
-
{
|
|
4312
|
-
"name": "formatterParams",
|
|
4313
|
-
"default": "{}",
|
|
4314
|
-
"type": {
|
|
4315
|
-
"text": "EditableFormatterParams<T>"
|
|
4316
|
-
},
|
|
4317
|
-
"description": "Editable formatter parameters"
|
|
4318
|
-
}
|
|
4319
|
-
],
|
|
4320
|
-
"description": "Formatter that displays an editable cell with validation state",
|
|
4321
|
-
"privacy": "public"
|
|
4322
|
-
}
|
|
4323
|
-
],
|
|
4324
|
-
"exports": [
|
|
4325
|
-
{
|
|
4326
|
-
"kind": "js",
|
|
4327
|
-
"name": "editableFormatter",
|
|
4328
|
-
"declaration": {
|
|
4329
|
-
"name": "editableFormatter",
|
|
4330
|
-
"module": "src/cell-formatters/editable.formatter.ts"
|
|
4331
|
-
}
|
|
4332
|
-
}
|
|
4333
|
-
]
|
|
4334
|
-
},
|
|
4335
|
-
{
|
|
4336
|
-
"kind": "javascript-module",
|
|
4337
|
-
"path": "src/cell-formatters/index.ts",
|
|
4338
|
-
"declarations": [
|
|
4339
|
-
{
|
|
4340
|
-
"kind": "variable",
|
|
4341
|
-
"name": "formatters",
|
|
4342
|
-
"type": {
|
|
4343
|
-
"text": "object"
|
|
4344
|
-
},
|
|
4345
|
-
"default": "{\n action: actionFormatter,\n actionsMenu: actionsMenuFormatter,\n boolean: booleanFormatter,\n editable: editableFormatter,\n select: selectFormatter,\n text: textFormatter,\n}",
|
|
4346
|
-
"description": "Zero formatters for Tabulator grid"
|
|
4347
|
-
}
|
|
4348
|
-
],
|
|
4349
|
-
"exports": [
|
|
4350
|
-
{
|
|
4351
|
-
"kind": "js",
|
|
4352
|
-
"name": "*",
|
|
4353
|
-
"declaration": {
|
|
4354
|
-
"name": "*",
|
|
4355
|
-
"package": "./constants"
|
|
4356
|
-
}
|
|
4357
|
-
},
|
|
4358
|
-
{
|
|
4359
|
-
"kind": "js",
|
|
4360
|
-
"name": "ActionFormatterParams",
|
|
4361
|
-
"declaration": {
|
|
4362
|
-
"name": "ActionFormatterParams",
|
|
4363
|
-
"module": "src/cell-formatters/index.ts"
|
|
4364
|
-
}
|
|
4365
|
-
},
|
|
4366
|
-
{
|
|
4367
|
-
"kind": "js",
|
|
4368
|
-
"name": "actionFormatter",
|
|
4369
|
-
"declaration": {
|
|
4370
|
-
"name": "actionFormatter",
|
|
4371
|
-
"module": "src/cell-formatters/index.ts"
|
|
4372
|
-
}
|
|
4373
|
-
},
|
|
4374
|
-
{
|
|
4375
|
-
"kind": "js",
|
|
4376
|
-
"name": "ActionsMenuFormatterParams",
|
|
4377
|
-
"declaration": {
|
|
4378
|
-
"name": "ActionsMenuFormatterParams",
|
|
4379
|
-
"module": "src/cell-formatters/index.ts"
|
|
4380
|
-
}
|
|
4381
|
-
},
|
|
4382
|
-
{
|
|
4383
|
-
"kind": "js",
|
|
4384
|
-
"name": "actionsMenuFormatter",
|
|
4385
|
-
"declaration": {
|
|
4386
|
-
"name": "actionsMenuFormatter",
|
|
4387
|
-
"module": "src/cell-formatters/index.ts"
|
|
4388
|
-
}
|
|
4389
|
-
},
|
|
4390
|
-
{
|
|
4391
|
-
"kind": "js",
|
|
4392
|
-
"name": "BooleanFormatterParams",
|
|
4393
|
-
"declaration": {
|
|
4394
|
-
"name": "BooleanFormatterParams",
|
|
4395
|
-
"module": "src/cell-formatters/index.ts"
|
|
4396
|
-
}
|
|
4397
|
-
},
|
|
4398
|
-
{
|
|
4399
|
-
"kind": "js",
|
|
4400
|
-
"name": "booleanFormatter",
|
|
4401
|
-
"declaration": {
|
|
4402
|
-
"name": "booleanFormatter",
|
|
4403
|
-
"module": "src/cell-formatters/index.ts"
|
|
4404
|
-
}
|
|
4405
|
-
},
|
|
4406
|
-
{
|
|
4407
|
-
"kind": "js",
|
|
4408
|
-
"name": "EditableFormatterParams",
|
|
4409
|
-
"declaration": {
|
|
4410
|
-
"name": "EditableFormatterParams",
|
|
4411
|
-
"module": "src/cell-formatters/index.ts"
|
|
4412
|
-
}
|
|
4413
|
-
},
|
|
4414
|
-
{
|
|
4415
|
-
"kind": "js",
|
|
4416
|
-
"name": "editableFormatter",
|
|
4417
|
-
"declaration": {
|
|
4418
|
-
"name": "editableFormatter",
|
|
4419
|
-
"module": "src/cell-formatters/index.ts"
|
|
4420
|
-
}
|
|
4421
|
-
},
|
|
4422
|
-
{
|
|
4423
|
-
"kind": "js",
|
|
4424
|
-
"name": "SelectFormatterParams",
|
|
4425
|
-
"declaration": {
|
|
4426
|
-
"name": "SelectFormatterParams",
|
|
4427
|
-
"module": "src/cell-formatters/index.ts"
|
|
4428
|
-
}
|
|
4429
|
-
},
|
|
4424
|
+
{
|
|
4425
|
+
"name": "polling-interval",
|
|
4426
|
+
"type": {
|
|
4427
|
+
"text": "number"
|
|
4428
|
+
},
|
|
4429
|
+
"fieldName": "pollingInterval"
|
|
4430
|
+
},
|
|
4431
|
+
{
|
|
4432
|
+
"name": "moving-view",
|
|
4433
|
+
"type": {
|
|
4434
|
+
"text": "boolean"
|
|
4435
|
+
},
|
|
4436
|
+
"default": "false",
|
|
4437
|
+
"fieldName": "movingView"
|
|
4438
|
+
},
|
|
4439
|
+
{
|
|
4440
|
+
"name": "order-by",
|
|
4441
|
+
"type": {
|
|
4442
|
+
"text": "string"
|
|
4443
|
+
},
|
|
4444
|
+
"fieldName": "orderBy"
|
|
4445
|
+
},
|
|
4446
|
+
{
|
|
4447
|
+
"name": "resource-name",
|
|
4448
|
+
"type": {
|
|
4449
|
+
"text": "string"
|
|
4450
|
+
},
|
|
4451
|
+
"fieldName": "resourceName"
|
|
4452
|
+
},
|
|
4453
|
+
{
|
|
4454
|
+
"type": {
|
|
4455
|
+
"text": "boolean"
|
|
4456
|
+
},
|
|
4457
|
+
"default": "false",
|
|
4458
|
+
"fieldName": "reverse"
|
|
4459
|
+
},
|
|
4460
|
+
{
|
|
4461
|
+
"name": "row-id",
|
|
4462
|
+
"description": "Attribute to set an unique identifier for the row.\n\nDefaults to `ROW_REF` or `RECORD_ID` depending on the resource type.",
|
|
4463
|
+
"fieldName": "rowIdAttr"
|
|
4464
|
+
},
|
|
4465
|
+
{
|
|
4466
|
+
"name": "restart-on-reconnection",
|
|
4467
|
+
"type": {
|
|
4468
|
+
"text": "boolean"
|
|
4469
|
+
},
|
|
4470
|
+
"default": "true",
|
|
4471
|
+
"fieldName": "restartOnReconnection"
|
|
4472
|
+
},
|
|
4473
|
+
{
|
|
4474
|
+
"name": "keep-col-defs-on-clear-row-data",
|
|
4475
|
+
"type": {
|
|
4476
|
+
"text": "boolean"
|
|
4477
|
+
},
|
|
4478
|
+
"default": "false",
|
|
4479
|
+
"description": "Whether to keep column definitions when clearing row data",
|
|
4480
|
+
"fieldName": "keepColDefsOnClearRowData"
|
|
4481
|
+
}
|
|
4482
|
+
],
|
|
4483
|
+
"mixins": [
|
|
4484
|
+
{
|
|
4485
|
+
"name": "LifecycleMixin",
|
|
4486
|
+
"package": "@genesislcap/foundation-utils"
|
|
4487
|
+
},
|
|
4488
|
+
{
|
|
4489
|
+
"name": "DatasourceEventHandler",
|
|
4490
|
+
"package": "@genesislcap/foundation-comms"
|
|
4491
|
+
}
|
|
4492
|
+
],
|
|
4493
|
+
"superclass": {
|
|
4494
|
+
"name": "FoundationElement",
|
|
4495
|
+
"package": "@microsoft/fast-foundation"
|
|
4496
|
+
},
|
|
4497
|
+
"tagName": "grid-tabulator-client-side-datasource",
|
|
4498
|
+
"customElement": true
|
|
4499
|
+
}
|
|
4500
|
+
],
|
|
4501
|
+
"exports": [
|
|
4430
4502
|
{
|
|
4431
4503
|
"kind": "js",
|
|
4432
|
-
"name": "
|
|
4504
|
+
"name": "criteriaDelimiter",
|
|
4433
4505
|
"declaration": {
|
|
4434
|
-
"name": "
|
|
4435
|
-
"module": "src/
|
|
4506
|
+
"name": "criteriaDelimiter",
|
|
4507
|
+
"module": "src/datasource/client-side.datasource.ts"
|
|
4436
4508
|
}
|
|
4437
4509
|
},
|
|
4438
4510
|
{
|
|
4439
4511
|
"kind": "js",
|
|
4440
|
-
"name": "
|
|
4512
|
+
"name": "criteriaJoin",
|
|
4441
4513
|
"declaration": {
|
|
4442
|
-
"name": "
|
|
4443
|
-
"module": "src/
|
|
4514
|
+
"name": "criteriaJoin",
|
|
4515
|
+
"module": "src/datasource/client-side.datasource.ts"
|
|
4444
4516
|
}
|
|
4445
4517
|
},
|
|
4446
4518
|
{
|
|
4447
4519
|
"kind": "js",
|
|
4448
|
-
"name": "
|
|
4520
|
+
"name": "GridTabulatorClientSideDatasource",
|
|
4449
4521
|
"declaration": {
|
|
4450
|
-
"name": "
|
|
4451
|
-
"module": "src/
|
|
4522
|
+
"name": "GridTabulatorClientSideDatasource",
|
|
4523
|
+
"module": "src/datasource/client-side.datasource.ts"
|
|
4452
4524
|
}
|
|
4453
4525
|
},
|
|
4454
4526
|
{
|
|
4455
|
-
"kind": "
|
|
4456
|
-
"name": "
|
|
4457
|
-
"declaration": {
|
|
4458
|
-
"name": "formatters",
|
|
4459
|
-
"module": "src/cell-formatters/index.ts"
|
|
4460
|
-
}
|
|
4461
|
-
}
|
|
4462
|
-
]
|
|
4463
|
-
},
|
|
4464
|
-
{
|
|
4465
|
-
"kind": "javascript-module",
|
|
4466
|
-
"path": "src/cell-formatters/select.formatter.ts",
|
|
4467
|
-
"declarations": [
|
|
4468
|
-
{
|
|
4469
|
-
"kind": "function",
|
|
4470
|
-
"name": "selectFormatter",
|
|
4471
|
-
"return": {
|
|
4472
|
-
"type": {
|
|
4473
|
-
"text": ""
|
|
4474
|
-
}
|
|
4475
|
-
},
|
|
4476
|
-
"parameters": [
|
|
4477
|
-
{
|
|
4478
|
-
"name": "cell",
|
|
4479
|
-
"type": {
|
|
4480
|
-
"text": "any"
|
|
4481
|
-
},
|
|
4482
|
-
"description": "The cell component provided by Tabulator"
|
|
4483
|
-
},
|
|
4484
|
-
{
|
|
4485
|
-
"name": "formatterParams",
|
|
4486
|
-
"type": {
|
|
4487
|
-
"text": "SelectFormatterParams<T>"
|
|
4488
|
-
},
|
|
4489
|
-
"description": "Select formatter parameters"
|
|
4490
|
-
}
|
|
4491
|
-
],
|
|
4492
|
-
"description": "Formatter that displays a select component with options.\nReturns a wrapped div containing the select, similar to boolean.formatter.",
|
|
4493
|
-
"privacy": "public"
|
|
4494
|
-
}
|
|
4495
|
-
],
|
|
4496
|
-
"exports": [
|
|
4497
|
-
{
|
|
4498
|
-
"kind": "js",
|
|
4499
|
-
"name": "selectFormatter",
|
|
4527
|
+
"kind": "custom-element-definition",
|
|
4528
|
+
"name": "grid-tabulator-client-side-datasource",
|
|
4500
4529
|
"declaration": {
|
|
4501
|
-
"name": "
|
|
4502
|
-
"module": "src/
|
|
4530
|
+
"name": "GridTabulatorClientSideDatasource",
|
|
4531
|
+
"module": "src/datasource/client-side.datasource.ts"
|
|
4503
4532
|
}
|
|
4504
4533
|
}
|
|
4505
4534
|
]
|
|
4506
4535
|
},
|
|
4507
4536
|
{
|
|
4508
4537
|
"kind": "javascript-module",
|
|
4509
|
-
"path": "src/
|
|
4510
|
-
"declarations": [
|
|
4511
|
-
{
|
|
4512
|
-
"kind": "function",
|
|
4513
|
-
"name": "textFormatter",
|
|
4514
|
-
"return": {
|
|
4515
|
-
"type": {
|
|
4516
|
-
"text": ""
|
|
4517
|
-
}
|
|
4518
|
-
},
|
|
4519
|
-
"parameters": [
|
|
4520
|
-
{
|
|
4521
|
-
"name": "cell",
|
|
4522
|
-
"type": {
|
|
4523
|
-
"text": "any"
|
|
4524
|
-
},
|
|
4525
|
-
"description": "The cell component provided by Tabulator"
|
|
4526
|
-
},
|
|
4527
|
-
{
|
|
4528
|
-
"name": "formatterParams",
|
|
4529
|
-
"default": "{}",
|
|
4530
|
-
"type": {
|
|
4531
|
-
"text": "TextFormatterParams<T>"
|
|
4532
|
-
},
|
|
4533
|
-
"description": "Text formatter parameters"
|
|
4534
|
-
}
|
|
4535
|
-
],
|
|
4536
|
-
"description": "Text formatter for customized display of values.\nStyled to match grid-pro text renderer.",
|
|
4537
|
-
"privacy": "public"
|
|
4538
|
-
}
|
|
4539
|
-
],
|
|
4538
|
+
"path": "src/datasource/index.ts",
|
|
4539
|
+
"declarations": [],
|
|
4540
4540
|
"exports": [
|
|
4541
4541
|
{
|
|
4542
4542
|
"kind": "js",
|
|
4543
|
-
"name": "
|
|
4543
|
+
"name": "*",
|
|
4544
4544
|
"declaration": {
|
|
4545
|
-
"name": "
|
|
4546
|
-
"
|
|
4545
|
+
"name": "*",
|
|
4546
|
+
"package": "./client-side.datasource"
|
|
4547
4547
|
}
|
|
4548
4548
|
}
|
|
4549
4549
|
]
|
|
@@ -4665,41 +4665,6 @@
|
|
|
4665
4665
|
}
|
|
4666
4666
|
]
|
|
4667
4667
|
},
|
|
4668
|
-
{
|
|
4669
|
-
"kind": "javascript-module",
|
|
4670
|
-
"path": "src/style/colors.ts",
|
|
4671
|
-
"declarations": [],
|
|
4672
|
-
"exports": []
|
|
4673
|
-
},
|
|
4674
|
-
{
|
|
4675
|
-
"kind": "javascript-module",
|
|
4676
|
-
"path": "src/style/index.ts",
|
|
4677
|
-
"declarations": [],
|
|
4678
|
-
"exports": [
|
|
4679
|
-
{
|
|
4680
|
-
"kind": "js",
|
|
4681
|
-
"name": "*",
|
|
4682
|
-
"declaration": {
|
|
4683
|
-
"name": "*",
|
|
4684
|
-
"package": "./colors"
|
|
4685
|
-
}
|
|
4686
|
-
},
|
|
4687
|
-
{
|
|
4688
|
-
"kind": "js",
|
|
4689
|
-
"name": "*",
|
|
4690
|
-
"declaration": {
|
|
4691
|
-
"name": "*",
|
|
4692
|
-
"package": "./tokens"
|
|
4693
|
-
}
|
|
4694
|
-
}
|
|
4695
|
-
]
|
|
4696
|
-
},
|
|
4697
|
-
{
|
|
4698
|
-
"kind": "javascript-module",
|
|
4699
|
-
"path": "src/style/tokens.ts",
|
|
4700
|
-
"declarations": [],
|
|
4701
|
-
"exports": []
|
|
4702
|
-
},
|
|
4703
4668
|
{
|
|
4704
4669
|
"kind": "javascript-module",
|
|
4705
4670
|
"path": "src/utils/index.ts",
|
|
@@ -4863,6 +4828,41 @@
|
|
|
4863
4828
|
}
|
|
4864
4829
|
}
|
|
4865
4830
|
]
|
|
4831
|
+
},
|
|
4832
|
+
{
|
|
4833
|
+
"kind": "javascript-module",
|
|
4834
|
+
"path": "src/style/colors.ts",
|
|
4835
|
+
"declarations": [],
|
|
4836
|
+
"exports": []
|
|
4837
|
+
},
|
|
4838
|
+
{
|
|
4839
|
+
"kind": "javascript-module",
|
|
4840
|
+
"path": "src/style/index.ts",
|
|
4841
|
+
"declarations": [],
|
|
4842
|
+
"exports": [
|
|
4843
|
+
{
|
|
4844
|
+
"kind": "js",
|
|
4845
|
+
"name": "*",
|
|
4846
|
+
"declaration": {
|
|
4847
|
+
"name": "*",
|
|
4848
|
+
"package": "./colors"
|
|
4849
|
+
}
|
|
4850
|
+
},
|
|
4851
|
+
{
|
|
4852
|
+
"kind": "js",
|
|
4853
|
+
"name": "*",
|
|
4854
|
+
"declaration": {
|
|
4855
|
+
"name": "*",
|
|
4856
|
+
"package": "./tokens"
|
|
4857
|
+
}
|
|
4858
|
+
}
|
|
4859
|
+
]
|
|
4860
|
+
},
|
|
4861
|
+
{
|
|
4862
|
+
"kind": "javascript-module",
|
|
4863
|
+
"path": "src/style/tokens.ts",
|
|
4864
|
+
"declarations": [],
|
|
4865
|
+
"exports": []
|
|
4866
4866
|
}
|
|
4867
4867
|
]
|
|
4868
4868
|
}
|