@genesislcap/grid-tabulator 14.418.2-alpha-222b313.0 → 14.419.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 +474 -454
- package/dist/dts/datasource/client-side.datasource.d.ts +10 -2
- package/dist/dts/datasource/client-side.datasource.d.ts.map +1 -1
- package/dist/dts/grid-tabulator.d.ts +2 -0
- package/dist/dts/grid-tabulator.d.ts.map +1 -1
- package/dist/dts/react.d.ts +77 -0
- package/dist/esm/datasource/client-side.datasource.js +4 -0
- package/dist/esm/grid-tabulator.js +2 -0
- package/dist/grid-tabulator.api.json +2 -2
- package/dist/grid-tabulator.d.ts +12 -2
- package/dist/react.cjs +40 -0
- package/dist/react.mjs +31 -0
- package/package.json +25 -13
|
@@ -993,6 +993,12 @@
|
|
|
993
993
|
}
|
|
994
994
|
}
|
|
995
995
|
],
|
|
996
|
+
"events": [
|
|
997
|
+
{
|
|
998
|
+
"description": "Fired when the Tabulator instance is ready (detail is the Tabulator instance)",
|
|
999
|
+
"name": "gridReady"
|
|
1000
|
+
}
|
|
1001
|
+
],
|
|
996
1002
|
"attributes": [
|
|
997
1003
|
{
|
|
998
1004
|
"name": "auto-cell-renderer-by-type",
|
|
@@ -2938,441 +2944,167 @@
|
|
|
2938
2944
|
},
|
|
2939
2945
|
{
|
|
2940
2946
|
"kind": "javascript-module",
|
|
2941
|
-
"path": "src/
|
|
2947
|
+
"path": "src/cell-formatters/action.formatter.ts",
|
|
2942
2948
|
"declarations": [
|
|
2943
2949
|
{
|
|
2944
|
-
"kind": "
|
|
2945
|
-
"
|
|
2946
|
-
"
|
|
2947
|
-
|
|
2950
|
+
"kind": "function",
|
|
2951
|
+
"name": "actionFormatter",
|
|
2952
|
+
"return": {
|
|
2953
|
+
"type": {
|
|
2954
|
+
"text": ""
|
|
2955
|
+
}
|
|
2956
|
+
},
|
|
2957
|
+
"parameters": [
|
|
2948
2958
|
{
|
|
2949
|
-
"
|
|
2950
|
-
"name": "slottedCell",
|
|
2959
|
+
"name": "cell",
|
|
2951
2960
|
"type": {
|
|
2952
|
-
"text": "
|
|
2961
|
+
"text": "any"
|
|
2953
2962
|
},
|
|
2954
|
-
"
|
|
2963
|
+
"description": "The cell component provided by Tabulator"
|
|
2955
2964
|
},
|
|
2956
2965
|
{
|
|
2957
|
-
"
|
|
2958
|
-
"
|
|
2966
|
+
"name": "formatterParams",
|
|
2967
|
+
"default": "{}",
|
|
2959
2968
|
"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
|
-
}
|
|
2969
|
+
"text": "ActionFormatterParams<T>"
|
|
2989
2970
|
},
|
|
2990
|
-
"
|
|
2991
|
-
|
|
2992
|
-
|
|
2993
|
-
|
|
2994
|
-
|
|
2995
|
-
|
|
2996
|
-
|
|
2997
|
-
|
|
2998
|
-
|
|
2999
|
-
|
|
3000
|
-
|
|
3001
|
-
|
|
3002
|
-
|
|
3003
|
-
|
|
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": [
|
|
3004
3002
|
{
|
|
3005
|
-
"
|
|
3006
|
-
"
|
|
3007
|
-
|
|
3008
|
-
"type": {
|
|
3009
|
-
"text": ""
|
|
3010
|
-
}
|
|
3003
|
+
"name": "cell",
|
|
3004
|
+
"type": {
|
|
3005
|
+
"text": "any"
|
|
3011
3006
|
},
|
|
3012
|
-
"
|
|
3013
|
-
"inheritedFrom": {
|
|
3014
|
-
"name": "LifecycleMixin",
|
|
3015
|
-
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
3016
|
-
}
|
|
3007
|
+
"description": "The cell component provided by Tabulator"
|
|
3017
3008
|
},
|
|
3018
3009
|
{
|
|
3019
|
-
"
|
|
3020
|
-
"
|
|
3021
|
-
"
|
|
3022
|
-
"
|
|
3023
|
-
"text": ""
|
|
3024
|
-
}
|
|
3010
|
+
"name": "formatterParams",
|
|
3011
|
+
"default": "{}",
|
|
3012
|
+
"type": {
|
|
3013
|
+
"text": "ActionsMenuFormatterParams<T>"
|
|
3025
3014
|
},
|
|
3026
|
-
"
|
|
3027
|
-
|
|
3028
|
-
|
|
3029
|
-
|
|
3030
|
-
|
|
3031
|
-
|
|
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": [
|
|
3032
3046
|
{
|
|
3033
|
-
"
|
|
3034
|
-
"
|
|
3035
|
-
|
|
3036
|
-
"type": {
|
|
3037
|
-
"text": "boolean"
|
|
3038
|
-
}
|
|
3047
|
+
"name": "cell",
|
|
3048
|
+
"type": {
|
|
3049
|
+
"text": "any"
|
|
3039
3050
|
},
|
|
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
|
-
}
|
|
3051
|
+
"description": "The cell component provided by Tabulator"
|
|
3052
3052
|
},
|
|
3053
3053
|
{
|
|
3054
|
-
"
|
|
3055
|
-
"
|
|
3054
|
+
"name": "formatterParams",
|
|
3055
|
+
"default": "{}",
|
|
3056
3056
|
"type": {
|
|
3057
|
-
"text": "
|
|
3057
|
+
"text": "BooleanFormatterParams<T>"
|
|
3058
3058
|
},
|
|
3059
|
-
"
|
|
3060
|
-
|
|
3061
|
-
|
|
3062
|
-
|
|
3063
|
-
|
|
3064
|
-
|
|
3065
|
-
|
|
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": [
|
|
3066
3096
|
{
|
|
3067
|
-
"
|
|
3068
|
-
"name": "$presentation",
|
|
3097
|
+
"name": "cell",
|
|
3069
3098
|
"type": {
|
|
3070
|
-
"text": "
|
|
3099
|
+
"text": "any"
|
|
3071
3100
|
},
|
|
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
|
-
}
|
|
3101
|
+
"description": "The cell component provided by Tabulator"
|
|
3078
3102
|
},
|
|
3079
3103
|
{
|
|
3080
|
-
"
|
|
3081
|
-
"
|
|
3104
|
+
"name": "formatterParams",
|
|
3105
|
+
"default": "{}",
|
|
3082
3106
|
"type": {
|
|
3083
|
-
"text": "
|
|
3084
|
-
},
|
|
3085
|
-
"privacy": "public",
|
|
3086
|
-
"description": "Sets the template of the element instance. When undefined,\nthe element will attempt to resolve the template from\nthe associated presentation or custom element definition.",
|
|
3087
|
-
"inheritedFrom": {
|
|
3088
|
-
"name": "FoundationElement",
|
|
3089
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
3090
|
-
}
|
|
3091
|
-
},
|
|
3092
|
-
{
|
|
3093
|
-
"kind": "method",
|
|
3094
|
-
"name": "templateChanged",
|
|
3095
|
-
"privacy": "protected",
|
|
3096
|
-
"return": {
|
|
3097
|
-
"type": {
|
|
3098
|
-
"text": "void"
|
|
3099
|
-
}
|
|
3100
|
-
},
|
|
3101
|
-
"inheritedFrom": {
|
|
3102
|
-
"name": "FoundationElement",
|
|
3103
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
3104
|
-
}
|
|
3105
|
-
},
|
|
3106
|
-
{
|
|
3107
|
-
"kind": "field",
|
|
3108
|
-
"name": "styles",
|
|
3109
|
-
"type": {
|
|
3110
|
-
"text": "ElementStyles | void | null"
|
|
3111
|
-
},
|
|
3112
|
-
"privacy": "public",
|
|
3113
|
-
"description": "Sets the default styles for the element instance. When undefined,\nthe element will attempt to resolve default styles from\nthe associated presentation or custom element definition.",
|
|
3114
|
-
"inheritedFrom": {
|
|
3115
|
-
"name": "FoundationElement",
|
|
3116
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
3117
|
-
}
|
|
3118
|
-
},
|
|
3119
|
-
{
|
|
3120
|
-
"kind": "method",
|
|
3121
|
-
"name": "stylesChanged",
|
|
3122
|
-
"privacy": "protected",
|
|
3123
|
-
"return": {
|
|
3124
|
-
"type": {
|
|
3125
|
-
"text": "void"
|
|
3126
|
-
}
|
|
3127
|
-
},
|
|
3128
|
-
"inheritedFrom": {
|
|
3129
|
-
"name": "FoundationElement",
|
|
3130
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
3131
|
-
}
|
|
3132
|
-
},
|
|
3133
|
-
{
|
|
3134
|
-
"kind": "method",
|
|
3135
|
-
"name": "compose",
|
|
3136
|
-
"privacy": "public",
|
|
3137
|
-
"static": true,
|
|
3138
|
-
"return": {
|
|
3139
|
-
"type": {
|
|
3140
|
-
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
3141
|
-
}
|
|
3142
|
-
},
|
|
3143
|
-
"parameters": [
|
|
3144
|
-
{
|
|
3145
|
-
"name": "this",
|
|
3146
|
-
"type": {
|
|
3147
|
-
"text": "K"
|
|
3148
|
-
}
|
|
3149
|
-
},
|
|
3150
|
-
{
|
|
3151
|
-
"name": "elementDefinition",
|
|
3152
|
-
"type": {
|
|
3153
|
-
"text": "T"
|
|
3154
|
-
},
|
|
3155
|
-
"description": "The definition of the element to create the registry\nfunction for."
|
|
3156
|
-
}
|
|
3157
|
-
],
|
|
3158
|
-
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
3159
|
-
"inheritedFrom": {
|
|
3160
|
-
"name": "FoundationElement",
|
|
3161
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
3162
|
-
}
|
|
3163
|
-
}
|
|
3164
|
-
],
|
|
3165
|
-
"mixins": [
|
|
3166
|
-
{
|
|
3167
|
-
"name": "LifecycleMixin",
|
|
3168
|
-
"package": "@genesislcap/foundation-utils"
|
|
3169
|
-
}
|
|
3170
|
-
],
|
|
3171
|
-
"superclass": {
|
|
3172
|
-
"name": "FoundationElement",
|
|
3173
|
-
"package": "@microsoft/fast-foundation"
|
|
3174
|
-
},
|
|
3175
|
-
"tagName": "grid-tabulator-column",
|
|
3176
|
-
"customElement": true
|
|
3177
|
-
}
|
|
3178
|
-
],
|
|
3179
|
-
"exports": [
|
|
3180
|
-
{
|
|
3181
|
-
"kind": "js",
|
|
3182
|
-
"name": "GridTabulatorColumn",
|
|
3183
|
-
"declaration": {
|
|
3184
|
-
"name": "GridTabulatorColumn",
|
|
3185
|
-
"module": "src/column/column.ts"
|
|
3186
|
-
}
|
|
3187
|
-
},
|
|
3188
|
-
{
|
|
3189
|
-
"kind": "custom-element-definition",
|
|
3190
|
-
"name": "grid-tabulator-column",
|
|
3191
|
-
"declaration": {
|
|
3192
|
-
"name": "GridTabulatorColumn",
|
|
3193
|
-
"module": "src/column/column.ts"
|
|
3194
|
-
}
|
|
3195
|
-
}
|
|
3196
|
-
]
|
|
3197
|
-
},
|
|
3198
|
-
{
|
|
3199
|
-
"kind": "javascript-module",
|
|
3200
|
-
"path": "src/column/index.ts",
|
|
3201
|
-
"declarations": [],
|
|
3202
|
-
"exports": [
|
|
3203
|
-
{
|
|
3204
|
-
"kind": "js",
|
|
3205
|
-
"name": "*",
|
|
3206
|
-
"declaration": {
|
|
3207
|
-
"name": "*",
|
|
3208
|
-
"package": "./column"
|
|
3209
|
-
}
|
|
3210
|
-
}
|
|
3211
|
-
]
|
|
3212
|
-
},
|
|
3213
|
-
{
|
|
3214
|
-
"kind": "javascript-module",
|
|
3215
|
-
"path": "src/cell-formatters/action.formatter.ts",
|
|
3216
|
-
"declarations": [
|
|
3217
|
-
{
|
|
3218
|
-
"kind": "function",
|
|
3219
|
-
"name": "actionFormatter",
|
|
3220
|
-
"return": {
|
|
3221
|
-
"type": {
|
|
3222
|
-
"text": ""
|
|
3223
|
-
}
|
|
3224
|
-
},
|
|
3225
|
-
"parameters": [
|
|
3226
|
-
{
|
|
3227
|
-
"name": "cell",
|
|
3228
|
-
"type": {
|
|
3229
|
-
"text": "any"
|
|
3230
|
-
},
|
|
3231
|
-
"description": "The cell component provided by Tabulator"
|
|
3232
|
-
},
|
|
3233
|
-
{
|
|
3234
|
-
"name": "formatterParams",
|
|
3235
|
-
"default": "{}",
|
|
3236
|
-
"type": {
|
|
3237
|
-
"text": "ActionFormatterParams<T>"
|
|
3238
|
-
},
|
|
3239
|
-
"description": "Action formatter parameters"
|
|
3240
|
-
}
|
|
3241
|
-
],
|
|
3242
|
-
"description": "Formatter that displays an action button in the cell.\nStyled to match grid-pro action renderer.",
|
|
3243
|
-
"privacy": "public"
|
|
3244
|
-
}
|
|
3245
|
-
],
|
|
3246
|
-
"exports": [
|
|
3247
|
-
{
|
|
3248
|
-
"kind": "js",
|
|
3249
|
-
"name": "actionFormatter",
|
|
3250
|
-
"declaration": {
|
|
3251
|
-
"name": "actionFormatter",
|
|
3252
|
-
"module": "src/cell-formatters/action.formatter.ts"
|
|
3253
|
-
}
|
|
3254
|
-
}
|
|
3255
|
-
]
|
|
3256
|
-
},
|
|
3257
|
-
{
|
|
3258
|
-
"kind": "javascript-module",
|
|
3259
|
-
"path": "src/cell-formatters/actions-menu.formatter.ts",
|
|
3260
|
-
"declarations": [
|
|
3261
|
-
{
|
|
3262
|
-
"kind": "function",
|
|
3263
|
-
"name": "actionsMenuFormatter",
|
|
3264
|
-
"return": {
|
|
3265
|
-
"type": {
|
|
3266
|
-
"text": ""
|
|
3267
|
-
}
|
|
3268
|
-
},
|
|
3269
|
-
"parameters": [
|
|
3270
|
-
{
|
|
3271
|
-
"name": "cell",
|
|
3272
|
-
"type": {
|
|
3273
|
-
"text": "any"
|
|
3274
|
-
},
|
|
3275
|
-
"description": "The cell component provided by Tabulator"
|
|
3276
|
-
},
|
|
3277
|
-
{
|
|
3278
|
-
"name": "formatterParams",
|
|
3279
|
-
"default": "{}",
|
|
3280
|
-
"type": {
|
|
3281
|
-
"text": "ActionsMenuFormatterParams<T>"
|
|
3282
|
-
},
|
|
3283
|
-
"description": "Actions menu formatter parameters"
|
|
3284
|
-
}
|
|
3285
|
-
],
|
|
3286
|
-
"description": "Formatter that displays a dropdown menu of actions in the cell.\nStyled to match grid-pro actions-menu renderer.",
|
|
3287
|
-
"privacy": "public"
|
|
3288
|
-
}
|
|
3289
|
-
],
|
|
3290
|
-
"exports": [
|
|
3291
|
-
{
|
|
3292
|
-
"kind": "js",
|
|
3293
|
-
"name": "actionsMenuFormatter",
|
|
3294
|
-
"declaration": {
|
|
3295
|
-
"name": "actionsMenuFormatter",
|
|
3296
|
-
"module": "src/cell-formatters/actions-menu.formatter.ts"
|
|
3297
|
-
}
|
|
3298
|
-
}
|
|
3299
|
-
]
|
|
3300
|
-
},
|
|
3301
|
-
{
|
|
3302
|
-
"kind": "javascript-module",
|
|
3303
|
-
"path": "src/cell-formatters/boolean.formatter.ts",
|
|
3304
|
-
"declarations": [
|
|
3305
|
-
{
|
|
3306
|
-
"kind": "function",
|
|
3307
|
-
"name": "booleanFormatter",
|
|
3308
|
-
"return": {
|
|
3309
|
-
"type": {
|
|
3310
|
-
"text": ""
|
|
3311
|
-
}
|
|
3312
|
-
},
|
|
3313
|
-
"parameters": [
|
|
3314
|
-
{
|
|
3315
|
-
"name": "cell",
|
|
3316
|
-
"type": {
|
|
3317
|
-
"text": "any"
|
|
3318
|
-
},
|
|
3319
|
-
"description": "The cell component provided by Tabulator"
|
|
3320
|
-
},
|
|
3321
|
-
{
|
|
3322
|
-
"name": "formatterParams",
|
|
3323
|
-
"default": "{}",
|
|
3324
|
-
"type": {
|
|
3325
|
-
"text": "BooleanFormatterParams<T>"
|
|
3326
|
-
},
|
|
3327
|
-
"description": "Boolean formatter parameters"
|
|
3328
|
-
}
|
|
3329
|
-
],
|
|
3330
|
-
"description": "Formatter that displays boolean values using a checkbox component.\nStyled to match grid-pro boolean renderer.",
|
|
3331
|
-
"privacy": "public"
|
|
3332
|
-
}
|
|
3333
|
-
],
|
|
3334
|
-
"exports": [
|
|
3335
|
-
{
|
|
3336
|
-
"kind": "js",
|
|
3337
|
-
"name": "booleanFormatter",
|
|
3338
|
-
"declaration": {
|
|
3339
|
-
"name": "booleanFormatter",
|
|
3340
|
-
"module": "src/cell-formatters/boolean.formatter.ts"
|
|
3341
|
-
}
|
|
3342
|
-
}
|
|
3343
|
-
]
|
|
3344
|
-
},
|
|
3345
|
-
{
|
|
3346
|
-
"kind": "javascript-module",
|
|
3347
|
-
"path": "src/cell-formatters/constants.ts",
|
|
3348
|
-
"declarations": [],
|
|
3349
|
-
"exports": []
|
|
3350
|
-
},
|
|
3351
|
-
{
|
|
3352
|
-
"kind": "javascript-module",
|
|
3353
|
-
"path": "src/cell-formatters/editable.formatter.ts",
|
|
3354
|
-
"declarations": [
|
|
3355
|
-
{
|
|
3356
|
-
"kind": "function",
|
|
3357
|
-
"name": "editableFormatter",
|
|
3358
|
-
"return": {
|
|
3359
|
-
"type": {
|
|
3360
|
-
"text": ""
|
|
3361
|
-
}
|
|
3362
|
-
},
|
|
3363
|
-
"parameters": [
|
|
3364
|
-
{
|
|
3365
|
-
"name": "cell",
|
|
3366
|
-
"type": {
|
|
3367
|
-
"text": "any"
|
|
3368
|
-
},
|
|
3369
|
-
"description": "The cell component provided by Tabulator"
|
|
3370
|
-
},
|
|
3371
|
-
{
|
|
3372
|
-
"name": "formatterParams",
|
|
3373
|
-
"default": "{}",
|
|
3374
|
-
"type": {
|
|
3375
|
-
"text": "EditableFormatterParams<T>"
|
|
3107
|
+
"text": "EditableFormatterParams<T>"
|
|
3376
3108
|
},
|
|
3377
3109
|
"description": "Editable formatter parameters"
|
|
3378
3110
|
}
|
|
@@ -3535,75 +3267,349 @@
|
|
|
3535
3267
|
},
|
|
3536
3268
|
"parameters": [
|
|
3537
3269
|
{
|
|
3538
|
-
"name": "cell",
|
|
3270
|
+
"name": "cell",
|
|
3271
|
+
"type": {
|
|
3272
|
+
"text": "any"
|
|
3273
|
+
},
|
|
3274
|
+
"description": "The cell component provided by Tabulator"
|
|
3275
|
+
},
|
|
3276
|
+
{
|
|
3277
|
+
"name": "formatterParams",
|
|
3278
|
+
"type": {
|
|
3279
|
+
"text": "SelectFormatterParams<T>"
|
|
3280
|
+
},
|
|
3281
|
+
"description": "Select formatter parameters"
|
|
3282
|
+
}
|
|
3283
|
+
],
|
|
3284
|
+
"description": "Formatter that displays a select component with options.\nReturns a wrapped div containing the select, similar to boolean.formatter.",
|
|
3285
|
+
"privacy": "public"
|
|
3286
|
+
}
|
|
3287
|
+
],
|
|
3288
|
+
"exports": [
|
|
3289
|
+
{
|
|
3290
|
+
"kind": "js",
|
|
3291
|
+
"name": "selectFormatter",
|
|
3292
|
+
"declaration": {
|
|
3293
|
+
"name": "selectFormatter",
|
|
3294
|
+
"module": "src/cell-formatters/select.formatter.ts"
|
|
3295
|
+
}
|
|
3296
|
+
}
|
|
3297
|
+
]
|
|
3298
|
+
},
|
|
3299
|
+
{
|
|
3300
|
+
"kind": "javascript-module",
|
|
3301
|
+
"path": "src/cell-formatters/text.formatter.ts",
|
|
3302
|
+
"declarations": [
|
|
3303
|
+
{
|
|
3304
|
+
"kind": "function",
|
|
3305
|
+
"name": "textFormatter",
|
|
3306
|
+
"return": {
|
|
3307
|
+
"type": {
|
|
3308
|
+
"text": ""
|
|
3309
|
+
}
|
|
3310
|
+
},
|
|
3311
|
+
"parameters": [
|
|
3312
|
+
{
|
|
3313
|
+
"name": "cell",
|
|
3314
|
+
"type": {
|
|
3315
|
+
"text": "any"
|
|
3316
|
+
},
|
|
3317
|
+
"description": "The cell component provided by Tabulator"
|
|
3318
|
+
},
|
|
3319
|
+
{
|
|
3320
|
+
"name": "formatterParams",
|
|
3321
|
+
"default": "{}",
|
|
3322
|
+
"type": {
|
|
3323
|
+
"text": "TextFormatterParams<T>"
|
|
3324
|
+
},
|
|
3325
|
+
"description": "Text formatter parameters"
|
|
3326
|
+
}
|
|
3327
|
+
],
|
|
3328
|
+
"description": "Text formatter for customized display of values.\nStyled to match grid-pro text renderer.",
|
|
3329
|
+
"privacy": "public"
|
|
3330
|
+
}
|
|
3331
|
+
],
|
|
3332
|
+
"exports": [
|
|
3333
|
+
{
|
|
3334
|
+
"kind": "js",
|
|
3335
|
+
"name": "textFormatter",
|
|
3336
|
+
"declaration": {
|
|
3337
|
+
"name": "textFormatter",
|
|
3338
|
+
"module": "src/cell-formatters/text.formatter.ts"
|
|
3339
|
+
}
|
|
3340
|
+
}
|
|
3341
|
+
]
|
|
3342
|
+
},
|
|
3343
|
+
{
|
|
3344
|
+
"kind": "javascript-module",
|
|
3345
|
+
"path": "src/column/column.ts",
|
|
3346
|
+
"declarations": [
|
|
3347
|
+
{
|
|
3348
|
+
"kind": "class",
|
|
3349
|
+
"description": "The GridTabulator Column element.",
|
|
3350
|
+
"name": "GridTabulatorColumn",
|
|
3351
|
+
"members": [
|
|
3352
|
+
{
|
|
3353
|
+
"kind": "field",
|
|
3354
|
+
"name": "slottedCell",
|
|
3355
|
+
"type": {
|
|
3356
|
+
"text": "HTMLElement[]"
|
|
3357
|
+
},
|
|
3358
|
+
"privacy": "public"
|
|
3359
|
+
},
|
|
3360
|
+
{
|
|
3361
|
+
"kind": "field",
|
|
3362
|
+
"name": "definition",
|
|
3363
|
+
"type": {
|
|
3364
|
+
"text": "Partial<ColumnDefinition>"
|
|
3365
|
+
},
|
|
3366
|
+
"default": "{}"
|
|
3367
|
+
},
|
|
3368
|
+
{
|
|
3369
|
+
"kind": "method",
|
|
3370
|
+
"name": "slottedCellChanged",
|
|
3371
|
+
"privacy": "public"
|
|
3372
|
+
},
|
|
3373
|
+
{
|
|
3374
|
+
"kind": "method",
|
|
3375
|
+
"name": "deepClone",
|
|
3376
|
+
"return": {
|
|
3377
|
+
"type": {
|
|
3378
|
+
"text": "Node"
|
|
3379
|
+
}
|
|
3380
|
+
},
|
|
3381
|
+
"inheritedFrom": {
|
|
3382
|
+
"name": "LifecycleMixin",
|
|
3383
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
3384
|
+
}
|
|
3385
|
+
},
|
|
3386
|
+
{
|
|
3387
|
+
"kind": "method",
|
|
3388
|
+
"name": "cloneNode",
|
|
3389
|
+
"return": {
|
|
3390
|
+
"type": {
|
|
3391
|
+
"text": "Node"
|
|
3392
|
+
}
|
|
3393
|
+
},
|
|
3394
|
+
"parameters": [
|
|
3395
|
+
{
|
|
3396
|
+
"name": "deep",
|
|
3397
|
+
"optional": true,
|
|
3398
|
+
"type": {
|
|
3399
|
+
"text": "boolean"
|
|
3400
|
+
}
|
|
3401
|
+
}
|
|
3402
|
+
],
|
|
3403
|
+
"inheritedFrom": {
|
|
3404
|
+
"name": "LifecycleMixin",
|
|
3405
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
3406
|
+
}
|
|
3407
|
+
},
|
|
3408
|
+
{
|
|
3409
|
+
"kind": "field",
|
|
3410
|
+
"name": "shouldRunDisconnect",
|
|
3411
|
+
"return": {
|
|
3412
|
+
"type": {
|
|
3413
|
+
"text": ""
|
|
3414
|
+
}
|
|
3415
|
+
},
|
|
3416
|
+
"readonly": true,
|
|
3417
|
+
"inheritedFrom": {
|
|
3418
|
+
"name": "LifecycleMixin",
|
|
3419
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
3420
|
+
}
|
|
3421
|
+
},
|
|
3422
|
+
{
|
|
3423
|
+
"kind": "field",
|
|
3424
|
+
"name": "shouldRunConnect",
|
|
3425
|
+
"return": {
|
|
3426
|
+
"type": {
|
|
3427
|
+
"text": ""
|
|
3428
|
+
}
|
|
3429
|
+
},
|
|
3430
|
+
"readonly": true,
|
|
3431
|
+
"inheritedFrom": {
|
|
3432
|
+
"name": "LifecycleMixin",
|
|
3433
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
3434
|
+
}
|
|
3435
|
+
},
|
|
3436
|
+
{
|
|
3437
|
+
"kind": "method",
|
|
3438
|
+
"name": "#_blockLifecycleDueToTokenChange",
|
|
3439
|
+
"return": {
|
|
3440
|
+
"type": {
|
|
3441
|
+
"text": "boolean"
|
|
3442
|
+
}
|
|
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",
|
|
3539
3460
|
"type": {
|
|
3540
|
-
"text": "
|
|
3461
|
+
"text": "ComponentPresentation | null | undefined"
|
|
3541
3462
|
},
|
|
3542
|
-
"
|
|
3463
|
+
"privacy": "private",
|
|
3464
|
+
"default": "void 0",
|
|
3465
|
+
"inheritedFrom": {
|
|
3466
|
+
"name": "FoundationElement",
|
|
3467
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
3468
|
+
}
|
|
3543
3469
|
},
|
|
3544
3470
|
{
|
|
3545
|
-
"
|
|
3471
|
+
"kind": "field",
|
|
3472
|
+
"name": "$presentation",
|
|
3546
3473
|
"type": {
|
|
3547
|
-
"text": "
|
|
3474
|
+
"text": "ComponentPresentation | null"
|
|
3548
3475
|
},
|
|
3549
|
-
"
|
|
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
|
+
},
|
|
3483
|
+
{
|
|
3484
|
+
"kind": "field",
|
|
3485
|
+
"name": "template",
|
|
3486
|
+
"type": {
|
|
3487
|
+
"text": "ElementViewTemplate | void | null"
|
|
3488
|
+
},
|
|
3489
|
+
"privacy": "public",
|
|
3490
|
+
"description": "Sets the template of the element instance. When undefined,\nthe element will attempt to resolve the template from\nthe associated presentation or custom element definition.",
|
|
3491
|
+
"inheritedFrom": {
|
|
3492
|
+
"name": "FoundationElement",
|
|
3493
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
3494
|
+
}
|
|
3495
|
+
},
|
|
3496
|
+
{
|
|
3497
|
+
"kind": "method",
|
|
3498
|
+
"name": "templateChanged",
|
|
3499
|
+
"privacy": "protected",
|
|
3500
|
+
"return": {
|
|
3501
|
+
"type": {
|
|
3502
|
+
"text": "void"
|
|
3503
|
+
}
|
|
3504
|
+
},
|
|
3505
|
+
"inheritedFrom": {
|
|
3506
|
+
"name": "FoundationElement",
|
|
3507
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
3508
|
+
}
|
|
3509
|
+
},
|
|
3510
|
+
{
|
|
3511
|
+
"kind": "field",
|
|
3512
|
+
"name": "styles",
|
|
3513
|
+
"type": {
|
|
3514
|
+
"text": "ElementStyles | void | null"
|
|
3515
|
+
},
|
|
3516
|
+
"privacy": "public",
|
|
3517
|
+
"description": "Sets the default styles for the element instance. When undefined,\nthe element will attempt to resolve default styles from\nthe associated presentation or custom element definition.",
|
|
3518
|
+
"inheritedFrom": {
|
|
3519
|
+
"name": "FoundationElement",
|
|
3520
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
3521
|
+
}
|
|
3522
|
+
},
|
|
3523
|
+
{
|
|
3524
|
+
"kind": "method",
|
|
3525
|
+
"name": "stylesChanged",
|
|
3526
|
+
"privacy": "protected",
|
|
3527
|
+
"return": {
|
|
3528
|
+
"type": {
|
|
3529
|
+
"text": "void"
|
|
3530
|
+
}
|
|
3531
|
+
},
|
|
3532
|
+
"inheritedFrom": {
|
|
3533
|
+
"name": "FoundationElement",
|
|
3534
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
3535
|
+
}
|
|
3536
|
+
},
|
|
3537
|
+
{
|
|
3538
|
+
"kind": "method",
|
|
3539
|
+
"name": "compose",
|
|
3540
|
+
"privacy": "public",
|
|
3541
|
+
"static": true,
|
|
3542
|
+
"return": {
|
|
3543
|
+
"type": {
|
|
3544
|
+
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
3545
|
+
}
|
|
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
|
+
}
|
|
3550
3567
|
}
|
|
3551
3568
|
],
|
|
3552
|
-
"
|
|
3553
|
-
|
|
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
|
|
3554
3581
|
}
|
|
3555
3582
|
],
|
|
3556
3583
|
"exports": [
|
|
3557
3584
|
{
|
|
3558
3585
|
"kind": "js",
|
|
3559
|
-
"name": "
|
|
3586
|
+
"name": "GridTabulatorColumn",
|
|
3560
3587
|
"declaration": {
|
|
3561
|
-
"name": "
|
|
3562
|
-
"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"
|
|
3563
3598
|
}
|
|
3564
3599
|
}
|
|
3565
3600
|
]
|
|
3566
3601
|
},
|
|
3567
3602
|
{
|
|
3568
3603
|
"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
|
-
],
|
|
3604
|
+
"path": "src/column/index.ts",
|
|
3605
|
+
"declarations": [],
|
|
3600
3606
|
"exports": [
|
|
3601
3607
|
{
|
|
3602
3608
|
"kind": "js",
|
|
3603
|
-
"name": "
|
|
3609
|
+
"name": "*",
|
|
3604
3610
|
"declaration": {
|
|
3605
|
-
"name": "
|
|
3606
|
-
"
|
|
3611
|
+
"name": "*",
|
|
3612
|
+
"package": "./column"
|
|
3607
3613
|
}
|
|
3608
3614
|
}
|
|
3609
3615
|
]
|
|
@@ -4364,6 +4370,20 @@
|
|
|
4364
4370
|
}
|
|
4365
4371
|
}
|
|
4366
4372
|
],
|
|
4373
|
+
"events": [
|
|
4374
|
+
{
|
|
4375
|
+
"description": "Fired when a datasource error occurs",
|
|
4376
|
+
"name": "gridTabulator:error"
|
|
4377
|
+
},
|
|
4378
|
+
{
|
|
4379
|
+
"description": "Fired when tabulator data is initialized",
|
|
4380
|
+
"name": "dataInit"
|
|
4381
|
+
},
|
|
4382
|
+
{
|
|
4383
|
+
"description": "Fired when layout size changes",
|
|
4384
|
+
"name": "sizeChanged"
|
|
4385
|
+
}
|
|
4386
|
+
],
|
|
4367
4387
|
"attributes": [
|
|
4368
4388
|
{
|
|
4369
4389
|
"name": "criteria",
|