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