@genesislcap/grid-tabulator 15.10.4 → 15.10.6
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 +587 -587
- package/dist/dts/react.d.ts +9 -9
- package/dist/react.cjs +6 -6
- package/dist/react.mjs +5 -5
- package/package.json +13 -13
|
@@ -2944,308 +2944,432 @@
|
|
|
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
|
-
"
|
|
3270
|
+
"name": "cell",
|
|
3271
|
+
"type": {
|
|
3272
|
+
"text": "any"
|
|
3273
|
+
},
|
|
3274
|
+
"description": "The cell component provided by Tabulator"
|
|
3275
|
+
},
|
|
3276
|
+
{
|
|
3277
|
+
"name": "formatterParams",
|
|
3278
|
+
"type": {
|
|
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": [
|
|
3312
|
+
{
|
|
3313
|
+
"name": "cell",
|
|
3314
|
+
"type": {
|
|
3315
|
+
"text": "any"
|
|
3316
|
+
},
|
|
3317
|
+
"description": "The cell component provided by Tabulator"
|
|
3318
|
+
},
|
|
3319
|
+
{
|
|
3320
|
+
"name": "formatterParams",
|
|
3321
|
+
"default": "{}",
|
|
3322
|
+
"type": {
|
|
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/datasource/client-side.datasource.ts",
|
|
3346
|
+
"declarations": [
|
|
3347
|
+
{
|
|
3348
|
+
"kind": "variable",
|
|
3349
|
+
"name": "criteriaDelimiter",
|
|
3350
|
+
"type": {
|
|
3351
|
+
"text": "string"
|
|
3352
|
+
},
|
|
3353
|
+
"default": "';'",
|
|
3354
|
+
"description": "Delimiter for criteria in the datasource"
|
|
3355
|
+
},
|
|
3356
|
+
{
|
|
3357
|
+
"kind": "variable",
|
|
3358
|
+
"name": "criteriaJoin",
|
|
3359
|
+
"type": {
|
|
3360
|
+
"text": "string"
|
|
3361
|
+
},
|
|
3362
|
+
"default": "' && '",
|
|
3363
|
+
"description": "Join operator for criteria in the datasource"
|
|
3364
|
+
},
|
|
3365
|
+
{
|
|
3366
|
+
"kind": "class",
|
|
3367
|
+
"description": "The Genesis Datasource element, for client-side data fetching and used exclusively by the GridTabulator element.",
|
|
3368
|
+
"name": "GridTabulatorClientSideDatasource",
|
|
3369
|
+
"members": [
|
|
3370
|
+
{
|
|
3371
|
+
"kind": "field",
|
|
3372
|
+
"name": "auth",
|
|
3249
3373
|
"type": {
|
|
3250
3374
|
"text": "Auth"
|
|
3251
3375
|
}
|
|
@@ -4152,398 +4276,274 @@
|
|
|
4152
4276
|
},
|
|
4153
4277
|
{
|
|
4154
4278
|
"kind": "javascript-module",
|
|
4155
|
-
"path": "src/
|
|
4279
|
+
"path": "src/column/column.ts",
|
|
4156
4280
|
"declarations": [
|
|
4157
4281
|
{
|
|
4158
|
-
"kind": "
|
|
4159
|
-
"
|
|
4160
|
-
"
|
|
4161
|
-
|
|
4162
|
-
"text": ""
|
|
4163
|
-
}
|
|
4164
|
-
},
|
|
4165
|
-
"parameters": [
|
|
4282
|
+
"kind": "class",
|
|
4283
|
+
"description": "The GridTabulator Column element.",
|
|
4284
|
+
"name": "GridTabulatorColumn",
|
|
4285
|
+
"members": [
|
|
4166
4286
|
{
|
|
4167
|
-
"
|
|
4287
|
+
"kind": "field",
|
|
4288
|
+
"name": "slottedCell",
|
|
4168
4289
|
"type": {
|
|
4169
|
-
"text": "
|
|
4290
|
+
"text": "HTMLElement[]"
|
|
4170
4291
|
},
|
|
4171
|
-
"
|
|
4292
|
+
"privacy": "public"
|
|
4172
4293
|
},
|
|
4173
4294
|
{
|
|
4174
|
-
"
|
|
4175
|
-
"
|
|
4295
|
+
"kind": "field",
|
|
4296
|
+
"name": "definition",
|
|
4176
4297
|
"type": {
|
|
4177
|
-
"text": "
|
|
4298
|
+
"text": "Partial<ColumnDefinition>"
|
|
4178
4299
|
},
|
|
4179
|
-
"
|
|
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": [
|
|
4300
|
+
"default": "{}"
|
|
4301
|
+
},
|
|
4210
4302
|
{
|
|
4211
|
-
"
|
|
4212
|
-
"
|
|
4213
|
-
|
|
4214
|
-
},
|
|
4215
|
-
"description": "The cell component provided by Tabulator"
|
|
4303
|
+
"kind": "method",
|
|
4304
|
+
"name": "slottedCellChanged",
|
|
4305
|
+
"privacy": "public"
|
|
4216
4306
|
},
|
|
4217
4307
|
{
|
|
4218
|
-
"
|
|
4219
|
-
"
|
|
4220
|
-
"
|
|
4221
|
-
"
|
|
4308
|
+
"kind": "method",
|
|
4309
|
+
"name": "deepClone",
|
|
4310
|
+
"return": {
|
|
4311
|
+
"type": {
|
|
4312
|
+
"text": "Node"
|
|
4313
|
+
}
|
|
4222
4314
|
},
|
|
4223
|
-
"
|
|
4224
|
-
|
|
4225
|
-
|
|
4226
|
-
|
|
4227
|
-
|
|
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": [
|
|
4315
|
+
"inheritedFrom": {
|
|
4316
|
+
"name": "LifecycleMixin",
|
|
4317
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
4318
|
+
}
|
|
4319
|
+
},
|
|
4254
4320
|
{
|
|
4255
|
-
"
|
|
4256
|
-
"
|
|
4257
|
-
|
|
4321
|
+
"kind": "method",
|
|
4322
|
+
"name": "cloneNode",
|
|
4323
|
+
"return": {
|
|
4324
|
+
"type": {
|
|
4325
|
+
"text": "Node"
|
|
4326
|
+
}
|
|
4258
4327
|
},
|
|
4259
|
-
"
|
|
4328
|
+
"parameters": [
|
|
4329
|
+
{
|
|
4330
|
+
"name": "deep",
|
|
4331
|
+
"optional": true,
|
|
4332
|
+
"type": {
|
|
4333
|
+
"text": "boolean"
|
|
4334
|
+
}
|
|
4335
|
+
}
|
|
4336
|
+
],
|
|
4337
|
+
"inheritedFrom": {
|
|
4338
|
+
"name": "LifecycleMixin",
|
|
4339
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
4340
|
+
}
|
|
4260
4341
|
},
|
|
4261
4342
|
{
|
|
4262
|
-
"
|
|
4263
|
-
"
|
|
4264
|
-
"
|
|
4265
|
-
"
|
|
4343
|
+
"kind": "field",
|
|
4344
|
+
"name": "shouldRunDisconnect",
|
|
4345
|
+
"return": {
|
|
4346
|
+
"type": {
|
|
4347
|
+
"text": ""
|
|
4348
|
+
}
|
|
4266
4349
|
},
|
|
4267
|
-
"
|
|
4268
|
-
|
|
4269
|
-
|
|
4270
|
-
|
|
4271
|
-
|
|
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": [
|
|
4350
|
+
"readonly": true,
|
|
4351
|
+
"inheritedFrom": {
|
|
4352
|
+
"name": "LifecycleMixin",
|
|
4353
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
4354
|
+
}
|
|
4355
|
+
},
|
|
4304
4356
|
{
|
|
4305
|
-
"
|
|
4357
|
+
"kind": "field",
|
|
4358
|
+
"name": "shouldRunConnect",
|
|
4359
|
+
"return": {
|
|
4360
|
+
"type": {
|
|
4361
|
+
"text": ""
|
|
4362
|
+
}
|
|
4363
|
+
},
|
|
4364
|
+
"readonly": true,
|
|
4365
|
+
"inheritedFrom": {
|
|
4366
|
+
"name": "LifecycleMixin",
|
|
4367
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
4368
|
+
}
|
|
4369
|
+
},
|
|
4370
|
+
{
|
|
4371
|
+
"kind": "method",
|
|
4372
|
+
"name": "#_blockLifecycleDueToTokenChange",
|
|
4373
|
+
"return": {
|
|
4374
|
+
"type": {
|
|
4375
|
+
"text": "boolean"
|
|
4376
|
+
}
|
|
4377
|
+
},
|
|
4378
|
+
"parameters": [
|
|
4379
|
+
{
|
|
4380
|
+
"name": "lifecycleType",
|
|
4381
|
+
"type": {
|
|
4382
|
+
"text": "Lifecycletype"
|
|
4383
|
+
}
|
|
4384
|
+
}
|
|
4385
|
+
],
|
|
4386
|
+
"inheritedFrom": {
|
|
4387
|
+
"name": "LifecycleMixin",
|
|
4388
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
4389
|
+
}
|
|
4390
|
+
},
|
|
4391
|
+
{
|
|
4392
|
+
"kind": "field",
|
|
4393
|
+
"name": "_presentation",
|
|
4306
4394
|
"type": {
|
|
4307
|
-
"text": "
|
|
4395
|
+
"text": "ComponentPresentation | null | undefined"
|
|
4308
4396
|
},
|
|
4309
|
-
"
|
|
4397
|
+
"privacy": "private",
|
|
4398
|
+
"default": "void 0",
|
|
4399
|
+
"inheritedFrom": {
|
|
4400
|
+
"name": "FoundationElement",
|
|
4401
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
4402
|
+
}
|
|
4310
4403
|
},
|
|
4311
4404
|
{
|
|
4312
|
-
"
|
|
4313
|
-
"
|
|
4405
|
+
"kind": "field",
|
|
4406
|
+
"name": "$presentation",
|
|
4314
4407
|
"type": {
|
|
4315
|
-
"text": "
|
|
4408
|
+
"text": "ComponentPresentation | null"
|
|
4316
4409
|
},
|
|
4317
|
-
"
|
|
4318
|
-
|
|
4319
|
-
|
|
4320
|
-
|
|
4321
|
-
|
|
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
|
-
},
|
|
4430
|
-
{
|
|
4431
|
-
"kind": "js",
|
|
4432
|
-
"name": "selectFormatter",
|
|
4433
|
-
"declaration": {
|
|
4434
|
-
"name": "selectFormatter",
|
|
4435
|
-
"module": "src/cell-formatters/index.ts"
|
|
4436
|
-
}
|
|
4437
|
-
},
|
|
4438
|
-
{
|
|
4439
|
-
"kind": "js",
|
|
4440
|
-
"name": "TextFormatterParams",
|
|
4441
|
-
"declaration": {
|
|
4442
|
-
"name": "TextFormatterParams",
|
|
4443
|
-
"module": "src/cell-formatters/index.ts"
|
|
4444
|
-
}
|
|
4445
|
-
},
|
|
4446
|
-
{
|
|
4447
|
-
"kind": "js",
|
|
4448
|
-
"name": "textFormatter",
|
|
4449
|
-
"declaration": {
|
|
4450
|
-
"name": "textFormatter",
|
|
4451
|
-
"module": "src/cell-formatters/index.ts"
|
|
4452
|
-
}
|
|
4453
|
-
},
|
|
4454
|
-
{
|
|
4455
|
-
"kind": "js",
|
|
4456
|
-
"name": "formatters",
|
|
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": [
|
|
4410
|
+
"privacy": "public",
|
|
4411
|
+
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
4412
|
+
"inheritedFrom": {
|
|
4413
|
+
"name": "FoundationElement",
|
|
4414
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
4415
|
+
}
|
|
4416
|
+
},
|
|
4477
4417
|
{
|
|
4478
|
-
"
|
|
4418
|
+
"kind": "field",
|
|
4419
|
+
"name": "template",
|
|
4479
4420
|
"type": {
|
|
4480
|
-
"text": "
|
|
4421
|
+
"text": "ElementViewTemplate | void | null"
|
|
4481
4422
|
},
|
|
4482
|
-
"
|
|
4423
|
+
"privacy": "public",
|
|
4424
|
+
"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.",
|
|
4425
|
+
"inheritedFrom": {
|
|
4426
|
+
"name": "FoundationElement",
|
|
4427
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
4428
|
+
}
|
|
4483
4429
|
},
|
|
4484
4430
|
{
|
|
4485
|
-
"
|
|
4431
|
+
"kind": "method",
|
|
4432
|
+
"name": "templateChanged",
|
|
4433
|
+
"privacy": "protected",
|
|
4434
|
+
"return": {
|
|
4435
|
+
"type": {
|
|
4436
|
+
"text": "void"
|
|
4437
|
+
}
|
|
4438
|
+
},
|
|
4439
|
+
"inheritedFrom": {
|
|
4440
|
+
"name": "FoundationElement",
|
|
4441
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
4442
|
+
}
|
|
4443
|
+
},
|
|
4444
|
+
{
|
|
4445
|
+
"kind": "field",
|
|
4446
|
+
"name": "styles",
|
|
4486
4447
|
"type": {
|
|
4487
|
-
"text": "
|
|
4448
|
+
"text": "ElementStyles | void | null"
|
|
4488
4449
|
},
|
|
4489
|
-
"
|
|
4450
|
+
"privacy": "public",
|
|
4451
|
+
"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.",
|
|
4452
|
+
"inheritedFrom": {
|
|
4453
|
+
"name": "FoundationElement",
|
|
4454
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
4455
|
+
}
|
|
4456
|
+
},
|
|
4457
|
+
{
|
|
4458
|
+
"kind": "method",
|
|
4459
|
+
"name": "stylesChanged",
|
|
4460
|
+
"privacy": "protected",
|
|
4461
|
+
"return": {
|
|
4462
|
+
"type": {
|
|
4463
|
+
"text": "void"
|
|
4464
|
+
}
|
|
4465
|
+
},
|
|
4466
|
+
"inheritedFrom": {
|
|
4467
|
+
"name": "FoundationElement",
|
|
4468
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
4469
|
+
}
|
|
4470
|
+
},
|
|
4471
|
+
{
|
|
4472
|
+
"kind": "method",
|
|
4473
|
+
"name": "compose",
|
|
4474
|
+
"privacy": "public",
|
|
4475
|
+
"static": true,
|
|
4476
|
+
"return": {
|
|
4477
|
+
"type": {
|
|
4478
|
+
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
4479
|
+
}
|
|
4480
|
+
},
|
|
4481
|
+
"parameters": [
|
|
4482
|
+
{
|
|
4483
|
+
"name": "this",
|
|
4484
|
+
"type": {
|
|
4485
|
+
"text": "K"
|
|
4486
|
+
}
|
|
4487
|
+
},
|
|
4488
|
+
{
|
|
4489
|
+
"name": "elementDefinition",
|
|
4490
|
+
"type": {
|
|
4491
|
+
"text": "T"
|
|
4492
|
+
},
|
|
4493
|
+
"description": "The definition of the element to create the registry\nfunction for."
|
|
4494
|
+
}
|
|
4495
|
+
],
|
|
4496
|
+
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
4497
|
+
"inheritedFrom": {
|
|
4498
|
+
"name": "FoundationElement",
|
|
4499
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
4500
|
+
}
|
|
4490
4501
|
}
|
|
4491
4502
|
],
|
|
4492
|
-
"
|
|
4493
|
-
|
|
4503
|
+
"mixins": [
|
|
4504
|
+
{
|
|
4505
|
+
"name": "LifecycleMixin",
|
|
4506
|
+
"package": "@genesislcap/foundation-utils"
|
|
4507
|
+
}
|
|
4508
|
+
],
|
|
4509
|
+
"superclass": {
|
|
4510
|
+
"name": "FoundationElement",
|
|
4511
|
+
"package": "@microsoft/fast-foundation"
|
|
4512
|
+
},
|
|
4513
|
+
"tagName": "grid-tabulator-column",
|
|
4514
|
+
"customElement": true
|
|
4494
4515
|
}
|
|
4495
4516
|
],
|
|
4496
4517
|
"exports": [
|
|
4497
4518
|
{
|
|
4498
4519
|
"kind": "js",
|
|
4499
|
-
"name": "
|
|
4520
|
+
"name": "GridTabulatorColumn",
|
|
4500
4521
|
"declaration": {
|
|
4501
|
-
"name": "
|
|
4502
|
-
"module": "src/
|
|
4522
|
+
"name": "GridTabulatorColumn",
|
|
4523
|
+
"module": "src/column/column.ts"
|
|
4524
|
+
}
|
|
4525
|
+
},
|
|
4526
|
+
{
|
|
4527
|
+
"kind": "custom-element-definition",
|
|
4528
|
+
"name": "grid-tabulator-column",
|
|
4529
|
+
"declaration": {
|
|
4530
|
+
"name": "GridTabulatorColumn",
|
|
4531
|
+
"module": "src/column/column.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/column/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": "./column"
|
|
4547
4547
|
}
|
|
4548
4548
|
}
|
|
4549
4549
|
]
|