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