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