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