@genesislcap/grid-tabulator 14.375.1 → 14.375.2
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 +503 -503
- package/package.json +13 -13
|
@@ -2938,322 +2938,285 @@
|
|
|
2938
2938
|
},
|
|
2939
2939
|
{
|
|
2940
2940
|
"kind": "javascript-module",
|
|
2941
|
-
"path": "src/
|
|
2941
|
+
"path": "src/column/column.ts",
|
|
2942
2942
|
"declarations": [
|
|
2943
2943
|
{
|
|
2944
|
-
"kind": "
|
|
2945
|
-
"
|
|
2946
|
-
"
|
|
2947
|
-
|
|
2948
|
-
"text": ""
|
|
2949
|
-
}
|
|
2950
|
-
},
|
|
2951
|
-
"parameters": [
|
|
2944
|
+
"kind": "class",
|
|
2945
|
+
"description": "The GridTabulator Column element.",
|
|
2946
|
+
"name": "GridTabulatorColumn",
|
|
2947
|
+
"members": [
|
|
2952
2948
|
{
|
|
2953
|
-
"
|
|
2949
|
+
"kind": "field",
|
|
2950
|
+
"name": "slottedCell",
|
|
2954
2951
|
"type": {
|
|
2955
|
-
"text": "
|
|
2952
|
+
"text": "HTMLElement[]"
|
|
2956
2953
|
},
|
|
2957
|
-
"
|
|
2954
|
+
"privacy": "public"
|
|
2958
2955
|
},
|
|
2959
2956
|
{
|
|
2960
|
-
"
|
|
2961
|
-
"
|
|
2957
|
+
"kind": "field",
|
|
2958
|
+
"name": "definition",
|
|
2962
2959
|
"type": {
|
|
2963
|
-
"text": "
|
|
2960
|
+
"text": "Partial<ColumnDefinition>"
|
|
2964
2961
|
},
|
|
2965
|
-
"
|
|
2966
|
-
}
|
|
2967
|
-
],
|
|
2968
|
-
"description": "Formatter that displays an action button in the cell.\nStyled to match grid-pro action renderer.",
|
|
2969
|
-
"privacy": "public"
|
|
2970
|
-
}
|
|
2971
|
-
],
|
|
2972
|
-
"exports": [
|
|
2973
|
-
{
|
|
2974
|
-
"kind": "js",
|
|
2975
|
-
"name": "actionFormatter",
|
|
2976
|
-
"declaration": {
|
|
2977
|
-
"name": "actionFormatter",
|
|
2978
|
-
"module": "src/cell-formatters/action.formatter.ts"
|
|
2979
|
-
}
|
|
2980
|
-
}
|
|
2981
|
-
]
|
|
2982
|
-
},
|
|
2983
|
-
{
|
|
2984
|
-
"kind": "javascript-module",
|
|
2985
|
-
"path": "src/cell-formatters/actions-menu.formatter.ts",
|
|
2986
|
-
"declarations": [
|
|
2987
|
-
{
|
|
2988
|
-
"kind": "function",
|
|
2989
|
-
"name": "actionsMenuFormatter",
|
|
2990
|
-
"return": {
|
|
2991
|
-
"type": {
|
|
2992
|
-
"text": ""
|
|
2993
|
-
}
|
|
2994
|
-
},
|
|
2995
|
-
"parameters": [
|
|
2962
|
+
"default": "{}"
|
|
2963
|
+
},
|
|
2996
2964
|
{
|
|
2997
|
-
"
|
|
2998
|
-
"
|
|
2999
|
-
|
|
2965
|
+
"kind": "method",
|
|
2966
|
+
"name": "slottedCellChanged",
|
|
2967
|
+
"privacy": "public"
|
|
2968
|
+
},
|
|
2969
|
+
{
|
|
2970
|
+
"kind": "method",
|
|
2971
|
+
"name": "deepClone",
|
|
2972
|
+
"return": {
|
|
2973
|
+
"type": {
|
|
2974
|
+
"text": "Node"
|
|
2975
|
+
}
|
|
3000
2976
|
},
|
|
3001
|
-
"
|
|
2977
|
+
"inheritedFrom": {
|
|
2978
|
+
"name": "LifecycleMixin",
|
|
2979
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
2980
|
+
}
|
|
3002
2981
|
},
|
|
3003
2982
|
{
|
|
3004
|
-
"
|
|
3005
|
-
"
|
|
3006
|
-
"
|
|
3007
|
-
"
|
|
2983
|
+
"kind": "method",
|
|
2984
|
+
"name": "cloneNode",
|
|
2985
|
+
"return": {
|
|
2986
|
+
"type": {
|
|
2987
|
+
"text": "Node"
|
|
2988
|
+
}
|
|
3008
2989
|
},
|
|
3009
|
-
"
|
|
3010
|
-
|
|
3011
|
-
|
|
3012
|
-
|
|
3013
|
-
|
|
3014
|
-
|
|
3015
|
-
|
|
3016
|
-
|
|
3017
|
-
|
|
3018
|
-
|
|
3019
|
-
|
|
3020
|
-
|
|
3021
|
-
|
|
3022
|
-
|
|
3023
|
-
}
|
|
3024
|
-
}
|
|
3025
|
-
]
|
|
3026
|
-
},
|
|
3027
|
-
{
|
|
3028
|
-
"kind": "javascript-module",
|
|
3029
|
-
"path": "src/cell-formatters/boolean.formatter.ts",
|
|
3030
|
-
"declarations": [
|
|
3031
|
-
{
|
|
3032
|
-
"kind": "function",
|
|
3033
|
-
"name": "booleanFormatter",
|
|
3034
|
-
"return": {
|
|
3035
|
-
"type": {
|
|
3036
|
-
"text": ""
|
|
3037
|
-
}
|
|
3038
|
-
},
|
|
3039
|
-
"parameters": [
|
|
2990
|
+
"parameters": [
|
|
2991
|
+
{
|
|
2992
|
+
"name": "deep",
|
|
2993
|
+
"optional": true,
|
|
2994
|
+
"type": {
|
|
2995
|
+
"text": "boolean"
|
|
2996
|
+
}
|
|
2997
|
+
}
|
|
2998
|
+
],
|
|
2999
|
+
"inheritedFrom": {
|
|
3000
|
+
"name": "LifecycleMixin",
|
|
3001
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
3002
|
+
}
|
|
3003
|
+
},
|
|
3040
3004
|
{
|
|
3041
|
-
"
|
|
3042
|
-
"
|
|
3043
|
-
|
|
3005
|
+
"kind": "field",
|
|
3006
|
+
"name": "shouldRunDisconnect",
|
|
3007
|
+
"return": {
|
|
3008
|
+
"type": {
|
|
3009
|
+
"text": ""
|
|
3010
|
+
}
|
|
3044
3011
|
},
|
|
3045
|
-
"
|
|
3012
|
+
"readonly": true,
|
|
3013
|
+
"inheritedFrom": {
|
|
3014
|
+
"name": "LifecycleMixin",
|
|
3015
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
3016
|
+
}
|
|
3046
3017
|
},
|
|
3047
3018
|
{
|
|
3048
|
-
"
|
|
3049
|
-
"
|
|
3019
|
+
"kind": "field",
|
|
3020
|
+
"name": "shouldRunConnect",
|
|
3021
|
+
"return": {
|
|
3022
|
+
"type": {
|
|
3023
|
+
"text": ""
|
|
3024
|
+
}
|
|
3025
|
+
},
|
|
3026
|
+
"readonly": true,
|
|
3027
|
+
"inheritedFrom": {
|
|
3028
|
+
"name": "LifecycleMixin",
|
|
3029
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
3030
|
+
}
|
|
3031
|
+
},
|
|
3032
|
+
{
|
|
3033
|
+
"kind": "method",
|
|
3034
|
+
"name": "#_blockLifecycleDueToTokenChange",
|
|
3035
|
+
"return": {
|
|
3036
|
+
"type": {
|
|
3037
|
+
"text": "boolean"
|
|
3038
|
+
}
|
|
3039
|
+
},
|
|
3040
|
+
"parameters": [
|
|
3041
|
+
{
|
|
3042
|
+
"name": "lifecycleType",
|
|
3043
|
+
"type": {
|
|
3044
|
+
"text": "Lifecycletype"
|
|
3045
|
+
}
|
|
3046
|
+
}
|
|
3047
|
+
],
|
|
3048
|
+
"inheritedFrom": {
|
|
3049
|
+
"name": "LifecycleMixin",
|
|
3050
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
3051
|
+
}
|
|
3052
|
+
},
|
|
3053
|
+
{
|
|
3054
|
+
"kind": "field",
|
|
3055
|
+
"name": "_presentation",
|
|
3050
3056
|
"type": {
|
|
3051
|
-
"text": "
|
|
3057
|
+
"text": "ComponentPresentation | null | undefined"
|
|
3052
3058
|
},
|
|
3053
|
-
"
|
|
3054
|
-
|
|
3055
|
-
|
|
3056
|
-
|
|
3057
|
-
|
|
3058
|
-
|
|
3059
|
-
|
|
3060
|
-
"exports": [
|
|
3061
|
-
{
|
|
3062
|
-
"kind": "js",
|
|
3063
|
-
"name": "booleanFormatter",
|
|
3064
|
-
"declaration": {
|
|
3065
|
-
"name": "booleanFormatter",
|
|
3066
|
-
"module": "src/cell-formatters/boolean.formatter.ts"
|
|
3067
|
-
}
|
|
3068
|
-
}
|
|
3069
|
-
]
|
|
3070
|
-
},
|
|
3071
|
-
{
|
|
3072
|
-
"kind": "javascript-module",
|
|
3073
|
-
"path": "src/cell-formatters/constants.ts",
|
|
3074
|
-
"declarations": [],
|
|
3075
|
-
"exports": []
|
|
3076
|
-
},
|
|
3077
|
-
{
|
|
3078
|
-
"kind": "javascript-module",
|
|
3079
|
-
"path": "src/cell-formatters/editable.formatter.ts",
|
|
3080
|
-
"declarations": [
|
|
3081
|
-
{
|
|
3082
|
-
"kind": "function",
|
|
3083
|
-
"name": "editableFormatter",
|
|
3084
|
-
"return": {
|
|
3085
|
-
"type": {
|
|
3086
|
-
"text": ""
|
|
3087
|
-
}
|
|
3088
|
-
},
|
|
3089
|
-
"parameters": [
|
|
3059
|
+
"privacy": "private",
|
|
3060
|
+
"default": "void 0",
|
|
3061
|
+
"inheritedFrom": {
|
|
3062
|
+
"name": "FoundationElement",
|
|
3063
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
3064
|
+
}
|
|
3065
|
+
},
|
|
3090
3066
|
{
|
|
3091
|
-
"
|
|
3067
|
+
"kind": "field",
|
|
3068
|
+
"name": "$presentation",
|
|
3092
3069
|
"type": {
|
|
3093
|
-
"text": "
|
|
3070
|
+
"text": "ComponentPresentation | null"
|
|
3094
3071
|
},
|
|
3095
|
-
"
|
|
3072
|
+
"privacy": "public",
|
|
3073
|
+
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
3074
|
+
"inheritedFrom": {
|
|
3075
|
+
"name": "FoundationElement",
|
|
3076
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
3077
|
+
}
|
|
3096
3078
|
},
|
|
3097
3079
|
{
|
|
3098
|
-
"
|
|
3099
|
-
"
|
|
3080
|
+
"kind": "field",
|
|
3081
|
+
"name": "template",
|
|
3100
3082
|
"type": {
|
|
3101
|
-
"text": "
|
|
3083
|
+
"text": "ElementViewTemplate | void | null"
|
|
3102
3084
|
},
|
|
3103
|
-
"
|
|
3104
|
-
|
|
3105
|
-
|
|
3106
|
-
|
|
3107
|
-
|
|
3085
|
+
"privacy": "public",
|
|
3086
|
+
"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.",
|
|
3087
|
+
"inheritedFrom": {
|
|
3088
|
+
"name": "FoundationElement",
|
|
3089
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
3090
|
+
}
|
|
3091
|
+
},
|
|
3092
|
+
{
|
|
3093
|
+
"kind": "method",
|
|
3094
|
+
"name": "templateChanged",
|
|
3095
|
+
"privacy": "protected",
|
|
3096
|
+
"return": {
|
|
3097
|
+
"type": {
|
|
3098
|
+
"text": "void"
|
|
3099
|
+
}
|
|
3100
|
+
},
|
|
3101
|
+
"inheritedFrom": {
|
|
3102
|
+
"name": "FoundationElement",
|
|
3103
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
3104
|
+
}
|
|
3105
|
+
},
|
|
3106
|
+
{
|
|
3107
|
+
"kind": "field",
|
|
3108
|
+
"name": "styles",
|
|
3109
|
+
"type": {
|
|
3110
|
+
"text": "ElementStyles | void | null"
|
|
3111
|
+
},
|
|
3112
|
+
"privacy": "public",
|
|
3113
|
+
"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.",
|
|
3114
|
+
"inheritedFrom": {
|
|
3115
|
+
"name": "FoundationElement",
|
|
3116
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
3117
|
+
}
|
|
3118
|
+
},
|
|
3119
|
+
{
|
|
3120
|
+
"kind": "method",
|
|
3121
|
+
"name": "stylesChanged",
|
|
3122
|
+
"privacy": "protected",
|
|
3123
|
+
"return": {
|
|
3124
|
+
"type": {
|
|
3125
|
+
"text": "void"
|
|
3126
|
+
}
|
|
3127
|
+
},
|
|
3128
|
+
"inheritedFrom": {
|
|
3129
|
+
"name": "FoundationElement",
|
|
3130
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
3131
|
+
}
|
|
3132
|
+
},
|
|
3133
|
+
{
|
|
3134
|
+
"kind": "method",
|
|
3135
|
+
"name": "compose",
|
|
3136
|
+
"privacy": "public",
|
|
3137
|
+
"static": true,
|
|
3138
|
+
"return": {
|
|
3139
|
+
"type": {
|
|
3140
|
+
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
3141
|
+
}
|
|
3142
|
+
},
|
|
3143
|
+
"parameters": [
|
|
3144
|
+
{
|
|
3145
|
+
"name": "this",
|
|
3146
|
+
"type": {
|
|
3147
|
+
"text": "K"
|
|
3148
|
+
}
|
|
3149
|
+
},
|
|
3150
|
+
{
|
|
3151
|
+
"name": "elementDefinition",
|
|
3152
|
+
"type": {
|
|
3153
|
+
"text": "T"
|
|
3154
|
+
},
|
|
3155
|
+
"description": "The definition of the element to create the registry\nfunction for."
|
|
3156
|
+
}
|
|
3157
|
+
],
|
|
3158
|
+
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
3159
|
+
"inheritedFrom": {
|
|
3160
|
+
"name": "FoundationElement",
|
|
3161
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
3162
|
+
}
|
|
3163
|
+
}
|
|
3164
|
+
],
|
|
3165
|
+
"mixins": [
|
|
3166
|
+
{
|
|
3167
|
+
"name": "LifecycleMixin",
|
|
3168
|
+
"package": "@genesislcap/foundation-utils"
|
|
3169
|
+
}
|
|
3170
|
+
],
|
|
3171
|
+
"superclass": {
|
|
3172
|
+
"name": "FoundationElement",
|
|
3173
|
+
"package": "@microsoft/fast-foundation"
|
|
3174
|
+
},
|
|
3175
|
+
"tagName": "grid-tabulator-column",
|
|
3176
|
+
"customElement": true
|
|
3108
3177
|
}
|
|
3109
3178
|
],
|
|
3110
3179
|
"exports": [
|
|
3111
3180
|
{
|
|
3112
3181
|
"kind": "js",
|
|
3113
|
-
"name": "
|
|
3182
|
+
"name": "GridTabulatorColumn",
|
|
3114
3183
|
"declaration": {
|
|
3115
|
-
"name": "
|
|
3116
|
-
"module": "src/
|
|
3184
|
+
"name": "GridTabulatorColumn",
|
|
3185
|
+
"module": "src/column/column.ts"
|
|
3186
|
+
}
|
|
3187
|
+
},
|
|
3188
|
+
{
|
|
3189
|
+
"kind": "custom-element-definition",
|
|
3190
|
+
"name": "grid-tabulator-column",
|
|
3191
|
+
"declaration": {
|
|
3192
|
+
"name": "GridTabulatorColumn",
|
|
3193
|
+
"module": "src/column/column.ts"
|
|
3117
3194
|
}
|
|
3118
3195
|
}
|
|
3119
3196
|
]
|
|
3120
3197
|
},
|
|
3121
3198
|
{
|
|
3122
3199
|
"kind": "javascript-module",
|
|
3123
|
-
"path": "src/
|
|
3124
|
-
"declarations": [
|
|
3125
|
-
{
|
|
3126
|
-
"kind": "variable",
|
|
3127
|
-
"name": "formatters",
|
|
3128
|
-
"type": {
|
|
3129
|
-
"text": "object"
|
|
3130
|
-
},
|
|
3131
|
-
"default": "{\n action: actionFormatter,\n actionsMenu: actionsMenuFormatter,\n boolean: booleanFormatter,\n editable: editableFormatter,\n select: selectFormatter,\n text: textFormatter,\n}",
|
|
3132
|
-
"description": "Zero formatters for Tabulator grid"
|
|
3133
|
-
}
|
|
3134
|
-
],
|
|
3200
|
+
"path": "src/column/index.ts",
|
|
3201
|
+
"declarations": [],
|
|
3135
3202
|
"exports": [
|
|
3136
3203
|
{
|
|
3137
3204
|
"kind": "js",
|
|
3138
3205
|
"name": "*",
|
|
3139
3206
|
"declaration": {
|
|
3140
3207
|
"name": "*",
|
|
3141
|
-
"package": "./
|
|
3142
|
-
}
|
|
3143
|
-
},
|
|
3144
|
-
{
|
|
3145
|
-
"kind": "js",
|
|
3146
|
-
"name": "ActionFormatterParams",
|
|
3147
|
-
"declaration": {
|
|
3148
|
-
"name": "ActionFormatterParams",
|
|
3149
|
-
"module": "src/cell-formatters/index.ts"
|
|
3150
|
-
}
|
|
3151
|
-
},
|
|
3152
|
-
{
|
|
3153
|
-
"kind": "js",
|
|
3154
|
-
"name": "actionFormatter",
|
|
3155
|
-
"declaration": {
|
|
3156
|
-
"name": "actionFormatter",
|
|
3157
|
-
"module": "src/cell-formatters/index.ts"
|
|
3158
|
-
}
|
|
3159
|
-
},
|
|
3160
|
-
{
|
|
3161
|
-
"kind": "js",
|
|
3162
|
-
"name": "ActionsMenuFormatterParams",
|
|
3163
|
-
"declaration": {
|
|
3164
|
-
"name": "ActionsMenuFormatterParams",
|
|
3165
|
-
"module": "src/cell-formatters/index.ts"
|
|
3166
|
-
}
|
|
3167
|
-
},
|
|
3168
|
-
{
|
|
3169
|
-
"kind": "js",
|
|
3170
|
-
"name": "actionsMenuFormatter",
|
|
3171
|
-
"declaration": {
|
|
3172
|
-
"name": "actionsMenuFormatter",
|
|
3173
|
-
"module": "src/cell-formatters/index.ts"
|
|
3174
|
-
}
|
|
3175
|
-
},
|
|
3176
|
-
{
|
|
3177
|
-
"kind": "js",
|
|
3178
|
-
"name": "BooleanFormatterParams",
|
|
3179
|
-
"declaration": {
|
|
3180
|
-
"name": "BooleanFormatterParams",
|
|
3181
|
-
"module": "src/cell-formatters/index.ts"
|
|
3182
|
-
}
|
|
3183
|
-
},
|
|
3184
|
-
{
|
|
3185
|
-
"kind": "js",
|
|
3186
|
-
"name": "booleanFormatter",
|
|
3187
|
-
"declaration": {
|
|
3188
|
-
"name": "booleanFormatter",
|
|
3189
|
-
"module": "src/cell-formatters/index.ts"
|
|
3190
|
-
}
|
|
3191
|
-
},
|
|
3192
|
-
{
|
|
3193
|
-
"kind": "js",
|
|
3194
|
-
"name": "EditableFormatterParams",
|
|
3195
|
-
"declaration": {
|
|
3196
|
-
"name": "EditableFormatterParams",
|
|
3197
|
-
"module": "src/cell-formatters/index.ts"
|
|
3198
|
-
}
|
|
3199
|
-
},
|
|
3200
|
-
{
|
|
3201
|
-
"kind": "js",
|
|
3202
|
-
"name": "editableFormatter",
|
|
3203
|
-
"declaration": {
|
|
3204
|
-
"name": "editableFormatter",
|
|
3205
|
-
"module": "src/cell-formatters/index.ts"
|
|
3206
|
-
}
|
|
3207
|
-
},
|
|
3208
|
-
{
|
|
3209
|
-
"kind": "js",
|
|
3210
|
-
"name": "SelectFormatterParams",
|
|
3211
|
-
"declaration": {
|
|
3212
|
-
"name": "SelectFormatterParams",
|
|
3213
|
-
"module": "src/cell-formatters/index.ts"
|
|
3214
|
-
}
|
|
3215
|
-
},
|
|
3216
|
-
{
|
|
3217
|
-
"kind": "js",
|
|
3218
|
-
"name": "selectFormatter",
|
|
3219
|
-
"declaration": {
|
|
3220
|
-
"name": "selectFormatter",
|
|
3221
|
-
"module": "src/cell-formatters/index.ts"
|
|
3222
|
-
}
|
|
3223
|
-
},
|
|
3224
|
-
{
|
|
3225
|
-
"kind": "js",
|
|
3226
|
-
"name": "TextFormatterParams",
|
|
3227
|
-
"declaration": {
|
|
3228
|
-
"name": "TextFormatterParams",
|
|
3229
|
-
"module": "src/cell-formatters/index.ts"
|
|
3230
|
-
}
|
|
3231
|
-
},
|
|
3232
|
-
{
|
|
3233
|
-
"kind": "js",
|
|
3234
|
-
"name": "textFormatter",
|
|
3235
|
-
"declaration": {
|
|
3236
|
-
"name": "textFormatter",
|
|
3237
|
-
"module": "src/cell-formatters/index.ts"
|
|
3238
|
-
}
|
|
3239
|
-
},
|
|
3240
|
-
{
|
|
3241
|
-
"kind": "js",
|
|
3242
|
-
"name": "formatters",
|
|
3243
|
-
"declaration": {
|
|
3244
|
-
"name": "formatters",
|
|
3245
|
-
"module": "src/cell-formatters/index.ts"
|
|
3208
|
+
"package": "./column"
|
|
3246
3209
|
}
|
|
3247
3210
|
}
|
|
3248
3211
|
]
|
|
3249
3212
|
},
|
|
3250
3213
|
{
|
|
3251
3214
|
"kind": "javascript-module",
|
|
3252
|
-
"path": "src/cell-formatters/
|
|
3215
|
+
"path": "src/cell-formatters/action.formatter.ts",
|
|
3253
3216
|
"declarations": [
|
|
3254
3217
|
{
|
|
3255
3218
|
"kind": "function",
|
|
3256
|
-
"name": "
|
|
3219
|
+
"name": "actionFormatter",
|
|
3257
3220
|
"return": {
|
|
3258
3221
|
"type": {
|
|
3259
3222
|
"text": ""
|
|
@@ -3269,34 +3232,35 @@
|
|
|
3269
3232
|
},
|
|
3270
3233
|
{
|
|
3271
3234
|
"name": "formatterParams",
|
|
3235
|
+
"default": "{}",
|
|
3272
3236
|
"type": {
|
|
3273
|
-
"text": "
|
|
3237
|
+
"text": "ActionFormatterParams<T>"
|
|
3274
3238
|
},
|
|
3275
|
-
"description": "
|
|
3239
|
+
"description": "Action formatter parameters"
|
|
3276
3240
|
}
|
|
3277
3241
|
],
|
|
3278
|
-
"description": "Formatter that displays
|
|
3242
|
+
"description": "Formatter that displays an action button in the cell.\nStyled to match grid-pro action renderer.",
|
|
3279
3243
|
"privacy": "public"
|
|
3280
3244
|
}
|
|
3281
3245
|
],
|
|
3282
3246
|
"exports": [
|
|
3283
3247
|
{
|
|
3284
3248
|
"kind": "js",
|
|
3285
|
-
"name": "
|
|
3249
|
+
"name": "actionFormatter",
|
|
3286
3250
|
"declaration": {
|
|
3287
|
-
"name": "
|
|
3288
|
-
"module": "src/cell-formatters/
|
|
3251
|
+
"name": "actionFormatter",
|
|
3252
|
+
"module": "src/cell-formatters/action.formatter.ts"
|
|
3289
3253
|
}
|
|
3290
3254
|
}
|
|
3291
3255
|
]
|
|
3292
3256
|
},
|
|
3293
3257
|
{
|
|
3294
3258
|
"kind": "javascript-module",
|
|
3295
|
-
"path": "src/cell-formatters/
|
|
3259
|
+
"path": "src/cell-formatters/actions-menu.formatter.ts",
|
|
3296
3260
|
"declarations": [
|
|
3297
3261
|
{
|
|
3298
3262
|
"kind": "function",
|
|
3299
|
-
"name": "
|
|
3263
|
+
"name": "actionsMenuFormatter",
|
|
3300
3264
|
"return": {
|
|
3301
3265
|
"type": {
|
|
3302
3266
|
"text": ""
|
|
@@ -3314,296 +3278,332 @@
|
|
|
3314
3278
|
"name": "formatterParams",
|
|
3315
3279
|
"default": "{}",
|
|
3316
3280
|
"type": {
|
|
3317
|
-
"text": "
|
|
3281
|
+
"text": "ActionsMenuFormatterParams<T>"
|
|
3318
3282
|
},
|
|
3319
|
-
"description": "
|
|
3283
|
+
"description": "Actions menu formatter parameters"
|
|
3320
3284
|
}
|
|
3321
3285
|
],
|
|
3322
|
-
"description": "
|
|
3286
|
+
"description": "Formatter that displays a dropdown menu of actions in the cell.\nStyled to match grid-pro actions-menu renderer.",
|
|
3323
3287
|
"privacy": "public"
|
|
3324
3288
|
}
|
|
3325
3289
|
],
|
|
3326
3290
|
"exports": [
|
|
3327
3291
|
{
|
|
3328
3292
|
"kind": "js",
|
|
3329
|
-
"name": "
|
|
3293
|
+
"name": "actionsMenuFormatter",
|
|
3330
3294
|
"declaration": {
|
|
3331
|
-
"name": "
|
|
3332
|
-
"module": "src/cell-formatters/
|
|
3295
|
+
"name": "actionsMenuFormatter",
|
|
3296
|
+
"module": "src/cell-formatters/actions-menu.formatter.ts"
|
|
3333
3297
|
}
|
|
3334
3298
|
}
|
|
3335
3299
|
]
|
|
3336
3300
|
},
|
|
3337
3301
|
{
|
|
3338
3302
|
"kind": "javascript-module",
|
|
3339
|
-
"path": "src/
|
|
3303
|
+
"path": "src/cell-formatters/boolean.formatter.ts",
|
|
3340
3304
|
"declarations": [
|
|
3341
3305
|
{
|
|
3342
|
-
"kind": "
|
|
3343
|
-
"
|
|
3344
|
-
"
|
|
3345
|
-
|
|
3306
|
+
"kind": "function",
|
|
3307
|
+
"name": "booleanFormatter",
|
|
3308
|
+
"return": {
|
|
3309
|
+
"type": {
|
|
3310
|
+
"text": ""
|
|
3311
|
+
}
|
|
3312
|
+
},
|
|
3313
|
+
"parameters": [
|
|
3346
3314
|
{
|
|
3347
|
-
"
|
|
3348
|
-
"name": "slottedCell",
|
|
3315
|
+
"name": "cell",
|
|
3349
3316
|
"type": {
|
|
3350
|
-
"text": "
|
|
3317
|
+
"text": "any"
|
|
3351
3318
|
},
|
|
3352
|
-
"
|
|
3319
|
+
"description": "The cell component provided by Tabulator"
|
|
3353
3320
|
},
|
|
3354
3321
|
{
|
|
3355
|
-
"
|
|
3356
|
-
"
|
|
3322
|
+
"name": "formatterParams",
|
|
3323
|
+
"default": "{}",
|
|
3357
3324
|
"type": {
|
|
3358
|
-
"text": "
|
|
3359
|
-
},
|
|
3360
|
-
"default": "{}"
|
|
3361
|
-
},
|
|
3362
|
-
{
|
|
3363
|
-
"kind": "method",
|
|
3364
|
-
"name": "slottedCellChanged",
|
|
3365
|
-
"privacy": "public"
|
|
3366
|
-
},
|
|
3367
|
-
{
|
|
3368
|
-
"kind": "method",
|
|
3369
|
-
"name": "deepClone",
|
|
3370
|
-
"return": {
|
|
3371
|
-
"type": {
|
|
3372
|
-
"text": "Node"
|
|
3373
|
-
}
|
|
3374
|
-
},
|
|
3375
|
-
"inheritedFrom": {
|
|
3376
|
-
"name": "LifecycleMixin",
|
|
3377
|
-
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
3378
|
-
}
|
|
3379
|
-
},
|
|
3380
|
-
{
|
|
3381
|
-
"kind": "method",
|
|
3382
|
-
"name": "cloneNode",
|
|
3383
|
-
"return": {
|
|
3384
|
-
"type": {
|
|
3385
|
-
"text": "Node"
|
|
3386
|
-
}
|
|
3387
|
-
},
|
|
3388
|
-
"parameters": [
|
|
3389
|
-
{
|
|
3390
|
-
"name": "deep",
|
|
3391
|
-
"optional": true,
|
|
3392
|
-
"type": {
|
|
3393
|
-
"text": "boolean"
|
|
3394
|
-
}
|
|
3395
|
-
}
|
|
3396
|
-
],
|
|
3397
|
-
"inheritedFrom": {
|
|
3398
|
-
"name": "LifecycleMixin",
|
|
3399
|
-
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
3400
|
-
}
|
|
3401
|
-
},
|
|
3402
|
-
{
|
|
3403
|
-
"kind": "field",
|
|
3404
|
-
"name": "shouldRunDisconnect",
|
|
3405
|
-
"return": {
|
|
3406
|
-
"type": {
|
|
3407
|
-
"text": ""
|
|
3408
|
-
}
|
|
3409
|
-
},
|
|
3410
|
-
"readonly": true,
|
|
3411
|
-
"inheritedFrom": {
|
|
3412
|
-
"name": "LifecycleMixin",
|
|
3413
|
-
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
3414
|
-
}
|
|
3415
|
-
},
|
|
3416
|
-
{
|
|
3417
|
-
"kind": "field",
|
|
3418
|
-
"name": "shouldRunConnect",
|
|
3419
|
-
"return": {
|
|
3420
|
-
"type": {
|
|
3421
|
-
"text": ""
|
|
3422
|
-
}
|
|
3423
|
-
},
|
|
3424
|
-
"readonly": true,
|
|
3425
|
-
"inheritedFrom": {
|
|
3426
|
-
"name": "LifecycleMixin",
|
|
3427
|
-
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
3428
|
-
}
|
|
3429
|
-
},
|
|
3430
|
-
{
|
|
3431
|
-
"kind": "method",
|
|
3432
|
-
"name": "#_blockLifecycleDueToTokenChange",
|
|
3433
|
-
"return": {
|
|
3434
|
-
"type": {
|
|
3435
|
-
"text": "boolean"
|
|
3436
|
-
}
|
|
3325
|
+
"text": "BooleanFormatterParams<T>"
|
|
3437
3326
|
},
|
|
3438
|
-
"
|
|
3439
|
-
|
|
3440
|
-
|
|
3441
|
-
|
|
3442
|
-
|
|
3443
|
-
|
|
3444
|
-
|
|
3445
|
-
|
|
3446
|
-
|
|
3447
|
-
|
|
3448
|
-
|
|
3449
|
-
|
|
3450
|
-
|
|
3327
|
+
"description": "Boolean formatter parameters"
|
|
3328
|
+
}
|
|
3329
|
+
],
|
|
3330
|
+
"description": "Formatter that displays boolean values using a checkbox component.\nStyled to match grid-pro boolean renderer.",
|
|
3331
|
+
"privacy": "public"
|
|
3332
|
+
}
|
|
3333
|
+
],
|
|
3334
|
+
"exports": [
|
|
3335
|
+
{
|
|
3336
|
+
"kind": "js",
|
|
3337
|
+
"name": "booleanFormatter",
|
|
3338
|
+
"declaration": {
|
|
3339
|
+
"name": "booleanFormatter",
|
|
3340
|
+
"module": "src/cell-formatters/boolean.formatter.ts"
|
|
3341
|
+
}
|
|
3342
|
+
}
|
|
3343
|
+
]
|
|
3344
|
+
},
|
|
3345
|
+
{
|
|
3346
|
+
"kind": "javascript-module",
|
|
3347
|
+
"path": "src/cell-formatters/constants.ts",
|
|
3348
|
+
"declarations": [],
|
|
3349
|
+
"exports": []
|
|
3350
|
+
},
|
|
3351
|
+
{
|
|
3352
|
+
"kind": "javascript-module",
|
|
3353
|
+
"path": "src/cell-formatters/editable.formatter.ts",
|
|
3354
|
+
"declarations": [
|
|
3355
|
+
{
|
|
3356
|
+
"kind": "function",
|
|
3357
|
+
"name": "editableFormatter",
|
|
3358
|
+
"return": {
|
|
3359
|
+
"type": {
|
|
3360
|
+
"text": ""
|
|
3361
|
+
}
|
|
3362
|
+
},
|
|
3363
|
+
"parameters": [
|
|
3451
3364
|
{
|
|
3452
|
-
"
|
|
3453
|
-
"name": "_presentation",
|
|
3365
|
+
"name": "cell",
|
|
3454
3366
|
"type": {
|
|
3455
|
-
"text": "
|
|
3367
|
+
"text": "any"
|
|
3456
3368
|
},
|
|
3457
|
-
"
|
|
3458
|
-
"default": "void 0",
|
|
3459
|
-
"inheritedFrom": {
|
|
3460
|
-
"name": "FoundationElement",
|
|
3461
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
3462
|
-
}
|
|
3369
|
+
"description": "The cell component provided by Tabulator"
|
|
3463
3370
|
},
|
|
3464
3371
|
{
|
|
3465
|
-
"
|
|
3466
|
-
"
|
|
3372
|
+
"name": "formatterParams",
|
|
3373
|
+
"default": "{}",
|
|
3467
3374
|
"type": {
|
|
3468
|
-
"text": "
|
|
3375
|
+
"text": "EditableFormatterParams<T>"
|
|
3469
3376
|
},
|
|
3470
|
-
"
|
|
3471
|
-
|
|
3472
|
-
|
|
3473
|
-
|
|
3474
|
-
|
|
3475
|
-
|
|
3476
|
-
|
|
3377
|
+
"description": "Editable formatter parameters"
|
|
3378
|
+
}
|
|
3379
|
+
],
|
|
3380
|
+
"description": "Formatter that displays an editable cell with validation state",
|
|
3381
|
+
"privacy": "public"
|
|
3382
|
+
}
|
|
3383
|
+
],
|
|
3384
|
+
"exports": [
|
|
3385
|
+
{
|
|
3386
|
+
"kind": "js",
|
|
3387
|
+
"name": "editableFormatter",
|
|
3388
|
+
"declaration": {
|
|
3389
|
+
"name": "editableFormatter",
|
|
3390
|
+
"module": "src/cell-formatters/editable.formatter.ts"
|
|
3391
|
+
}
|
|
3392
|
+
}
|
|
3393
|
+
]
|
|
3394
|
+
},
|
|
3395
|
+
{
|
|
3396
|
+
"kind": "javascript-module",
|
|
3397
|
+
"path": "src/cell-formatters/index.ts",
|
|
3398
|
+
"declarations": [
|
|
3399
|
+
{
|
|
3400
|
+
"kind": "variable",
|
|
3401
|
+
"name": "formatters",
|
|
3402
|
+
"type": {
|
|
3403
|
+
"text": "object"
|
|
3404
|
+
},
|
|
3405
|
+
"default": "{\n action: actionFormatter,\n actionsMenu: actionsMenuFormatter,\n boolean: booleanFormatter,\n editable: editableFormatter,\n select: selectFormatter,\n text: textFormatter,\n}",
|
|
3406
|
+
"description": "Zero formatters for Tabulator grid"
|
|
3407
|
+
}
|
|
3408
|
+
],
|
|
3409
|
+
"exports": [
|
|
3410
|
+
{
|
|
3411
|
+
"kind": "js",
|
|
3412
|
+
"name": "*",
|
|
3413
|
+
"declaration": {
|
|
3414
|
+
"name": "*",
|
|
3415
|
+
"package": "./constants"
|
|
3416
|
+
}
|
|
3417
|
+
},
|
|
3418
|
+
{
|
|
3419
|
+
"kind": "js",
|
|
3420
|
+
"name": "ActionFormatterParams",
|
|
3421
|
+
"declaration": {
|
|
3422
|
+
"name": "ActionFormatterParams",
|
|
3423
|
+
"module": "src/cell-formatters/index.ts"
|
|
3424
|
+
}
|
|
3425
|
+
},
|
|
3426
|
+
{
|
|
3427
|
+
"kind": "js",
|
|
3428
|
+
"name": "actionFormatter",
|
|
3429
|
+
"declaration": {
|
|
3430
|
+
"name": "actionFormatter",
|
|
3431
|
+
"module": "src/cell-formatters/index.ts"
|
|
3432
|
+
}
|
|
3433
|
+
},
|
|
3434
|
+
{
|
|
3435
|
+
"kind": "js",
|
|
3436
|
+
"name": "ActionsMenuFormatterParams",
|
|
3437
|
+
"declaration": {
|
|
3438
|
+
"name": "ActionsMenuFormatterParams",
|
|
3439
|
+
"module": "src/cell-formatters/index.ts"
|
|
3440
|
+
}
|
|
3441
|
+
},
|
|
3442
|
+
{
|
|
3443
|
+
"kind": "js",
|
|
3444
|
+
"name": "actionsMenuFormatter",
|
|
3445
|
+
"declaration": {
|
|
3446
|
+
"name": "actionsMenuFormatter",
|
|
3447
|
+
"module": "src/cell-formatters/index.ts"
|
|
3448
|
+
}
|
|
3449
|
+
},
|
|
3450
|
+
{
|
|
3451
|
+
"kind": "js",
|
|
3452
|
+
"name": "BooleanFormatterParams",
|
|
3453
|
+
"declaration": {
|
|
3454
|
+
"name": "BooleanFormatterParams",
|
|
3455
|
+
"module": "src/cell-formatters/index.ts"
|
|
3456
|
+
}
|
|
3457
|
+
},
|
|
3458
|
+
{
|
|
3459
|
+
"kind": "js",
|
|
3460
|
+
"name": "booleanFormatter",
|
|
3461
|
+
"declaration": {
|
|
3462
|
+
"name": "booleanFormatter",
|
|
3463
|
+
"module": "src/cell-formatters/index.ts"
|
|
3464
|
+
}
|
|
3465
|
+
},
|
|
3466
|
+
{
|
|
3467
|
+
"kind": "js",
|
|
3468
|
+
"name": "EditableFormatterParams",
|
|
3469
|
+
"declaration": {
|
|
3470
|
+
"name": "EditableFormatterParams",
|
|
3471
|
+
"module": "src/cell-formatters/index.ts"
|
|
3472
|
+
}
|
|
3473
|
+
},
|
|
3474
|
+
{
|
|
3475
|
+
"kind": "js",
|
|
3476
|
+
"name": "editableFormatter",
|
|
3477
|
+
"declaration": {
|
|
3478
|
+
"name": "editableFormatter",
|
|
3479
|
+
"module": "src/cell-formatters/index.ts"
|
|
3480
|
+
}
|
|
3481
|
+
},
|
|
3482
|
+
{
|
|
3483
|
+
"kind": "js",
|
|
3484
|
+
"name": "SelectFormatterParams",
|
|
3485
|
+
"declaration": {
|
|
3486
|
+
"name": "SelectFormatterParams",
|
|
3487
|
+
"module": "src/cell-formatters/index.ts"
|
|
3488
|
+
}
|
|
3489
|
+
},
|
|
3490
|
+
{
|
|
3491
|
+
"kind": "js",
|
|
3492
|
+
"name": "selectFormatter",
|
|
3493
|
+
"declaration": {
|
|
3494
|
+
"name": "selectFormatter",
|
|
3495
|
+
"module": "src/cell-formatters/index.ts"
|
|
3496
|
+
}
|
|
3497
|
+
},
|
|
3498
|
+
{
|
|
3499
|
+
"kind": "js",
|
|
3500
|
+
"name": "TextFormatterParams",
|
|
3501
|
+
"declaration": {
|
|
3502
|
+
"name": "TextFormatterParams",
|
|
3503
|
+
"module": "src/cell-formatters/index.ts"
|
|
3504
|
+
}
|
|
3505
|
+
},
|
|
3506
|
+
{
|
|
3507
|
+
"kind": "js",
|
|
3508
|
+
"name": "textFormatter",
|
|
3509
|
+
"declaration": {
|
|
3510
|
+
"name": "textFormatter",
|
|
3511
|
+
"module": "src/cell-formatters/index.ts"
|
|
3512
|
+
}
|
|
3513
|
+
},
|
|
3514
|
+
{
|
|
3515
|
+
"kind": "js",
|
|
3516
|
+
"name": "formatters",
|
|
3517
|
+
"declaration": {
|
|
3518
|
+
"name": "formatters",
|
|
3519
|
+
"module": "src/cell-formatters/index.ts"
|
|
3520
|
+
}
|
|
3521
|
+
}
|
|
3522
|
+
]
|
|
3523
|
+
},
|
|
3524
|
+
{
|
|
3525
|
+
"kind": "javascript-module",
|
|
3526
|
+
"path": "src/cell-formatters/select.formatter.ts",
|
|
3527
|
+
"declarations": [
|
|
3528
|
+
{
|
|
3529
|
+
"kind": "function",
|
|
3530
|
+
"name": "selectFormatter",
|
|
3531
|
+
"return": {
|
|
3532
|
+
"type": {
|
|
3533
|
+
"text": ""
|
|
3534
|
+
}
|
|
3535
|
+
},
|
|
3536
|
+
"parameters": [
|
|
3477
3537
|
{
|
|
3478
|
-
"
|
|
3479
|
-
"name": "template",
|
|
3538
|
+
"name": "cell",
|
|
3480
3539
|
"type": {
|
|
3481
|
-
"text": "
|
|
3482
|
-
},
|
|
3483
|
-
"privacy": "public",
|
|
3484
|
-
"description": "Sets the template of the element instance. When undefined,\nthe element will attempt to resolve the template from\nthe associated presentation or custom element definition.",
|
|
3485
|
-
"inheritedFrom": {
|
|
3486
|
-
"name": "FoundationElement",
|
|
3487
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
3488
|
-
}
|
|
3489
|
-
},
|
|
3490
|
-
{
|
|
3491
|
-
"kind": "method",
|
|
3492
|
-
"name": "templateChanged",
|
|
3493
|
-
"privacy": "protected",
|
|
3494
|
-
"return": {
|
|
3495
|
-
"type": {
|
|
3496
|
-
"text": "void"
|
|
3497
|
-
}
|
|
3540
|
+
"text": "any"
|
|
3498
3541
|
},
|
|
3499
|
-
"
|
|
3500
|
-
"name": "FoundationElement",
|
|
3501
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
3502
|
-
}
|
|
3542
|
+
"description": "The cell component provided by Tabulator"
|
|
3503
3543
|
},
|
|
3504
3544
|
{
|
|
3505
|
-
"
|
|
3506
|
-
"name": "styles",
|
|
3545
|
+
"name": "formatterParams",
|
|
3507
3546
|
"type": {
|
|
3508
|
-
"text": "
|
|
3509
|
-
},
|
|
3510
|
-
"privacy": "public",
|
|
3511
|
-
"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.",
|
|
3512
|
-
"inheritedFrom": {
|
|
3513
|
-
"name": "FoundationElement",
|
|
3514
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
3515
|
-
}
|
|
3516
|
-
},
|
|
3517
|
-
{
|
|
3518
|
-
"kind": "method",
|
|
3519
|
-
"name": "stylesChanged",
|
|
3520
|
-
"privacy": "protected",
|
|
3521
|
-
"return": {
|
|
3522
|
-
"type": {
|
|
3523
|
-
"text": "void"
|
|
3524
|
-
}
|
|
3525
|
-
},
|
|
3526
|
-
"inheritedFrom": {
|
|
3527
|
-
"name": "FoundationElement",
|
|
3528
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
3529
|
-
}
|
|
3530
|
-
},
|
|
3531
|
-
{
|
|
3532
|
-
"kind": "method",
|
|
3533
|
-
"name": "compose",
|
|
3534
|
-
"privacy": "public",
|
|
3535
|
-
"static": true,
|
|
3536
|
-
"return": {
|
|
3537
|
-
"type": {
|
|
3538
|
-
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
3539
|
-
}
|
|
3547
|
+
"text": "SelectFormatterParams<T>"
|
|
3540
3548
|
},
|
|
3541
|
-
"
|
|
3542
|
-
{
|
|
3543
|
-
"name": "this",
|
|
3544
|
-
"type": {
|
|
3545
|
-
"text": "K"
|
|
3546
|
-
}
|
|
3547
|
-
},
|
|
3548
|
-
{
|
|
3549
|
-
"name": "elementDefinition",
|
|
3550
|
-
"type": {
|
|
3551
|
-
"text": "T"
|
|
3552
|
-
},
|
|
3553
|
-
"description": "The definition of the element to create the registry\nfunction for."
|
|
3554
|
-
}
|
|
3555
|
-
],
|
|
3556
|
-
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
3557
|
-
"inheritedFrom": {
|
|
3558
|
-
"name": "FoundationElement",
|
|
3559
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
3560
|
-
}
|
|
3561
|
-
}
|
|
3562
|
-
],
|
|
3563
|
-
"mixins": [
|
|
3564
|
-
{
|
|
3565
|
-
"name": "LifecycleMixin",
|
|
3566
|
-
"package": "@genesislcap/foundation-utils"
|
|
3549
|
+
"description": "Select formatter parameters"
|
|
3567
3550
|
}
|
|
3568
3551
|
],
|
|
3569
|
-
"
|
|
3570
|
-
|
|
3571
|
-
"package": "@microsoft/fast-foundation"
|
|
3572
|
-
},
|
|
3573
|
-
"tagName": "grid-tabulator-column",
|
|
3574
|
-
"customElement": true
|
|
3552
|
+
"description": "Formatter that displays a select component with options.\nReturns a wrapped div containing the select, similar to boolean.formatter.",
|
|
3553
|
+
"privacy": "public"
|
|
3575
3554
|
}
|
|
3576
3555
|
],
|
|
3577
3556
|
"exports": [
|
|
3578
3557
|
{
|
|
3579
3558
|
"kind": "js",
|
|
3580
|
-
"name": "
|
|
3581
|
-
"declaration": {
|
|
3582
|
-
"name": "GridTabulatorColumn",
|
|
3583
|
-
"module": "src/column/column.ts"
|
|
3584
|
-
}
|
|
3585
|
-
},
|
|
3586
|
-
{
|
|
3587
|
-
"kind": "custom-element-definition",
|
|
3588
|
-
"name": "grid-tabulator-column",
|
|
3559
|
+
"name": "selectFormatter",
|
|
3589
3560
|
"declaration": {
|
|
3590
|
-
"name": "
|
|
3591
|
-
"module": "src/
|
|
3561
|
+
"name": "selectFormatter",
|
|
3562
|
+
"module": "src/cell-formatters/select.formatter.ts"
|
|
3592
3563
|
}
|
|
3593
3564
|
}
|
|
3594
3565
|
]
|
|
3595
3566
|
},
|
|
3596
3567
|
{
|
|
3597
3568
|
"kind": "javascript-module",
|
|
3598
|
-
"path": "src/
|
|
3599
|
-
"declarations": [
|
|
3569
|
+
"path": "src/cell-formatters/text.formatter.ts",
|
|
3570
|
+
"declarations": [
|
|
3571
|
+
{
|
|
3572
|
+
"kind": "function",
|
|
3573
|
+
"name": "textFormatter",
|
|
3574
|
+
"return": {
|
|
3575
|
+
"type": {
|
|
3576
|
+
"text": ""
|
|
3577
|
+
}
|
|
3578
|
+
},
|
|
3579
|
+
"parameters": [
|
|
3580
|
+
{
|
|
3581
|
+
"name": "cell",
|
|
3582
|
+
"type": {
|
|
3583
|
+
"text": "any"
|
|
3584
|
+
},
|
|
3585
|
+
"description": "The cell component provided by Tabulator"
|
|
3586
|
+
},
|
|
3587
|
+
{
|
|
3588
|
+
"name": "formatterParams",
|
|
3589
|
+
"default": "{}",
|
|
3590
|
+
"type": {
|
|
3591
|
+
"text": "TextFormatterParams<T>"
|
|
3592
|
+
},
|
|
3593
|
+
"description": "Text formatter parameters"
|
|
3594
|
+
}
|
|
3595
|
+
],
|
|
3596
|
+
"description": "Text formatter for customized display of values.\nStyled to match grid-pro text renderer.",
|
|
3597
|
+
"privacy": "public"
|
|
3598
|
+
}
|
|
3599
|
+
],
|
|
3600
3600
|
"exports": [
|
|
3601
3601
|
{
|
|
3602
3602
|
"kind": "js",
|
|
3603
|
-
"name": "
|
|
3603
|
+
"name": "textFormatter",
|
|
3604
3604
|
"declaration": {
|
|
3605
|
-
"name": "
|
|
3606
|
-
"
|
|
3605
|
+
"name": "textFormatter",
|
|
3606
|
+
"module": "src/cell-formatters/text.formatter.ts"
|
|
3607
3607
|
}
|
|
3608
3608
|
}
|
|
3609
3609
|
]
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@genesislcap/grid-tabulator",
|
|
3
3
|
"description": "Genesis Foundation Grid Tabulator",
|
|
4
|
-
"version": "14.375.
|
|
4
|
+
"version": "14.375.2",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"license": "SEE LICENSE IN license.txt",
|
|
7
7
|
"main": "dist/esm/index.js",
|
|
@@ -39,20 +39,20 @@
|
|
|
39
39
|
}
|
|
40
40
|
},
|
|
41
41
|
"devDependencies": {
|
|
42
|
-
"@genesislcap/foundation-testing": "14.375.
|
|
43
|
-
"@genesislcap/genx": "14.375.
|
|
44
|
-
"@genesislcap/rollup-builder": "14.375.
|
|
45
|
-
"@genesislcap/ts-builder": "14.375.
|
|
46
|
-
"@genesislcap/uvu-playwright-builder": "14.375.
|
|
47
|
-
"@genesislcap/vite-builder": "14.375.
|
|
48
|
-
"@genesislcap/webpack-builder": "14.375.
|
|
42
|
+
"@genesislcap/foundation-testing": "14.375.2",
|
|
43
|
+
"@genesislcap/genx": "14.375.2",
|
|
44
|
+
"@genesislcap/rollup-builder": "14.375.2",
|
|
45
|
+
"@genesislcap/ts-builder": "14.375.2",
|
|
46
|
+
"@genesislcap/uvu-playwright-builder": "14.375.2",
|
|
47
|
+
"@genesislcap/vite-builder": "14.375.2",
|
|
48
|
+
"@genesislcap/webpack-builder": "14.375.2",
|
|
49
49
|
"@types/tabulator-tables": "6.2.6"
|
|
50
50
|
},
|
|
51
51
|
"dependencies": {
|
|
52
|
-
"@genesislcap/foundation-comms": "14.375.
|
|
53
|
-
"@genesislcap/foundation-logger": "14.375.
|
|
54
|
-
"@genesislcap/foundation-ui": "14.375.
|
|
55
|
-
"@genesislcap/foundation-utils": "14.375.
|
|
52
|
+
"@genesislcap/foundation-comms": "14.375.2",
|
|
53
|
+
"@genesislcap/foundation-logger": "14.375.2",
|
|
54
|
+
"@genesislcap/foundation-ui": "14.375.2",
|
|
55
|
+
"@genesislcap/foundation-utils": "14.375.2",
|
|
56
56
|
"@microsoft/fast-colors": "5.3.1",
|
|
57
57
|
"@microsoft/fast-components": "2.30.6",
|
|
58
58
|
"@microsoft/fast-element": "1.14.0",
|
|
@@ -73,5 +73,5 @@
|
|
|
73
73
|
"access": "public"
|
|
74
74
|
},
|
|
75
75
|
"customElements": "dist/custom-elements.json",
|
|
76
|
-
"gitHead": "
|
|
76
|
+
"gitHead": "be90e5c47437ac1d460f27581a38f55654bdd40d"
|
|
77
77
|
}
|