@genesislcap/grid-pro 15.28.1 → 15.28.2-alpha-77441479e.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.
Files changed (2) hide show
  1. package/dist/custom-elements.json +611 -611
  2. package/package.json +13 -13
@@ -7860,6 +7860,319 @@
7860
7860
  }
7861
7861
  ]
7862
7862
  },
7863
+ {
7864
+ "kind": "javascript-module",
7865
+ "path": "src/column/column.template.ts",
7866
+ "declarations": [
7867
+ {
7868
+ "kind": "variable",
7869
+ "name": "ColumnTemplate",
7870
+ "default": "html<GridProColumn>`\n <template>\n <slot ${slotted('slottedAgCell')} @slotchange=\"${(x) => x.slottedAgCellChanged()}\"></slot>\n </template>\n`",
7871
+ "description": "The Grid Pro Column Template.",
7872
+ "privacy": "public"
7873
+ }
7874
+ ],
7875
+ "exports": [
7876
+ {
7877
+ "kind": "js",
7878
+ "name": "ColumnTemplate",
7879
+ "declaration": {
7880
+ "name": "ColumnTemplate",
7881
+ "module": "src/column/column.template.ts"
7882
+ }
7883
+ }
7884
+ ]
7885
+ },
7886
+ {
7887
+ "kind": "javascript-module",
7888
+ "path": "src/column/column.ts",
7889
+ "declarations": [
7890
+ {
7891
+ "kind": "class",
7892
+ "description": "The Grid Pro Column element.",
7893
+ "name": "GridProColumn",
7894
+ "members": [
7895
+ {
7896
+ "kind": "field",
7897
+ "name": "slottedAgCell",
7898
+ "type": {
7899
+ "text": "HTMLElement[]"
7900
+ },
7901
+ "privacy": "public"
7902
+ },
7903
+ {
7904
+ "kind": "field",
7905
+ "name": "definition",
7906
+ "type": {
7907
+ "text": "ColDef"
7908
+ },
7909
+ "default": "{}"
7910
+ },
7911
+ {
7912
+ "kind": "method",
7913
+ "name": "slottedAgCellChanged",
7914
+ "privacy": "public"
7915
+ },
7916
+ {
7917
+ "kind": "method",
7918
+ "name": "deepClone",
7919
+ "return": {
7920
+ "type": {
7921
+ "text": "Node"
7922
+ }
7923
+ },
7924
+ "inheritedFrom": {
7925
+ "name": "LifecycleMixin",
7926
+ "module": "src/mixins/lifecycle/lifecycle.ts"
7927
+ }
7928
+ },
7929
+ {
7930
+ "kind": "method",
7931
+ "name": "cloneNode",
7932
+ "return": {
7933
+ "type": {
7934
+ "text": "Node"
7935
+ }
7936
+ },
7937
+ "parameters": [
7938
+ {
7939
+ "name": "deep",
7940
+ "optional": true,
7941
+ "type": {
7942
+ "text": "boolean"
7943
+ }
7944
+ }
7945
+ ],
7946
+ "inheritedFrom": {
7947
+ "name": "LifecycleMixin",
7948
+ "module": "src/mixins/lifecycle/lifecycle.ts"
7949
+ }
7950
+ },
7951
+ {
7952
+ "kind": "field",
7953
+ "name": "shouldRunDisconnect",
7954
+ "return": {
7955
+ "type": {
7956
+ "text": ""
7957
+ }
7958
+ },
7959
+ "readonly": true,
7960
+ "inheritedFrom": {
7961
+ "name": "LifecycleMixin",
7962
+ "module": "src/mixins/lifecycle/lifecycle.ts"
7963
+ }
7964
+ },
7965
+ {
7966
+ "kind": "field",
7967
+ "name": "shouldRunConnect",
7968
+ "return": {
7969
+ "type": {
7970
+ "text": ""
7971
+ }
7972
+ },
7973
+ "readonly": true,
7974
+ "inheritedFrom": {
7975
+ "name": "LifecycleMixin",
7976
+ "module": "src/mixins/lifecycle/lifecycle.ts"
7977
+ }
7978
+ },
7979
+ {
7980
+ "kind": "method",
7981
+ "name": "#_blockLifecycleDueToTokenChange",
7982
+ "return": {
7983
+ "type": {
7984
+ "text": "boolean"
7985
+ }
7986
+ },
7987
+ "parameters": [
7988
+ {
7989
+ "name": "lifecycleType",
7990
+ "type": {
7991
+ "text": "Lifecycletype"
7992
+ }
7993
+ }
7994
+ ],
7995
+ "inheritedFrom": {
7996
+ "name": "LifecycleMixin",
7997
+ "module": "src/mixins/lifecycle/lifecycle.ts"
7998
+ }
7999
+ },
8000
+ {
8001
+ "kind": "field",
8002
+ "name": "_presentation",
8003
+ "type": {
8004
+ "text": "ComponentPresentation | null | undefined"
8005
+ },
8006
+ "privacy": "private",
8007
+ "default": "void 0",
8008
+ "inheritedFrom": {
8009
+ "name": "FoundationElement",
8010
+ "module": "src/foundation-element/foundation-element.ts"
8011
+ }
8012
+ },
8013
+ {
8014
+ "kind": "field",
8015
+ "name": "$presentation",
8016
+ "type": {
8017
+ "text": "ComponentPresentation | null"
8018
+ },
8019
+ "privacy": "public",
8020
+ "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
8021
+ "inheritedFrom": {
8022
+ "name": "FoundationElement",
8023
+ "module": "src/foundation-element/foundation-element.ts"
8024
+ }
8025
+ },
8026
+ {
8027
+ "kind": "field",
8028
+ "name": "template",
8029
+ "type": {
8030
+ "text": "ElementViewTemplate | void | null"
8031
+ },
8032
+ "privacy": "public",
8033
+ "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.",
8034
+ "inheritedFrom": {
8035
+ "name": "FoundationElement",
8036
+ "module": "src/foundation-element/foundation-element.ts"
8037
+ }
8038
+ },
8039
+ {
8040
+ "kind": "method",
8041
+ "name": "templateChanged",
8042
+ "privacy": "protected",
8043
+ "return": {
8044
+ "type": {
8045
+ "text": "void"
8046
+ }
8047
+ },
8048
+ "inheritedFrom": {
8049
+ "name": "FoundationElement",
8050
+ "module": "src/foundation-element/foundation-element.ts"
8051
+ }
8052
+ },
8053
+ {
8054
+ "kind": "field",
8055
+ "name": "styles",
8056
+ "type": {
8057
+ "text": "ElementStyles | void | null"
8058
+ },
8059
+ "privacy": "public",
8060
+ "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.",
8061
+ "inheritedFrom": {
8062
+ "name": "FoundationElement",
8063
+ "module": "src/foundation-element/foundation-element.ts"
8064
+ }
8065
+ },
8066
+ {
8067
+ "kind": "method",
8068
+ "name": "stylesChanged",
8069
+ "privacy": "protected",
8070
+ "return": {
8071
+ "type": {
8072
+ "text": "void"
8073
+ }
8074
+ },
8075
+ "inheritedFrom": {
8076
+ "name": "FoundationElement",
8077
+ "module": "src/foundation-element/foundation-element.ts"
8078
+ }
8079
+ },
8080
+ {
8081
+ "kind": "method",
8082
+ "name": "compose",
8083
+ "privacy": "public",
8084
+ "static": true,
8085
+ "return": {
8086
+ "type": {
8087
+ "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
8088
+ }
8089
+ },
8090
+ "parameters": [
8091
+ {
8092
+ "name": "this",
8093
+ "type": {
8094
+ "text": "K"
8095
+ }
8096
+ },
8097
+ {
8098
+ "name": "elementDefinition",
8099
+ "type": {
8100
+ "text": "T"
8101
+ },
8102
+ "description": "The definition of the element to create the registry\nfunction for."
8103
+ }
8104
+ ],
8105
+ "description": "Defines an element registry function with a set of element definition defaults.",
8106
+ "inheritedFrom": {
8107
+ "name": "FoundationElement",
8108
+ "module": "src/foundation-element/foundation-element.ts"
8109
+ }
8110
+ }
8111
+ ],
8112
+ "mixins": [
8113
+ {
8114
+ "name": "LifecycleMixin",
8115
+ "package": "@genesislcap/foundation-utils"
8116
+ }
8117
+ ],
8118
+ "superclass": {
8119
+ "name": "FoundationElement",
8120
+ "package": "@microsoft/fast-foundation"
8121
+ },
8122
+ "tagName": "grid-pro-column",
8123
+ "customElement": true
8124
+ }
8125
+ ],
8126
+ "exports": [
8127
+ {
8128
+ "kind": "js",
8129
+ "name": "GridProColumn",
8130
+ "declaration": {
8131
+ "name": "GridProColumn",
8132
+ "module": "src/column/column.ts"
8133
+ }
8134
+ },
8135
+ {
8136
+ "kind": "custom-element-definition",
8137
+ "name": "grid-pro-column",
8138
+ "declaration": {
8139
+ "name": "GridProColumn",
8140
+ "module": "src/column/column.ts"
8141
+ }
8142
+ }
8143
+ ]
8144
+ },
8145
+ {
8146
+ "kind": "javascript-module",
8147
+ "path": "src/column/index.ts",
8148
+ "declarations": [],
8149
+ "exports": [
8150
+ {
8151
+ "kind": "js",
8152
+ "name": "*",
8153
+ "declaration": {
8154
+ "name": "*",
8155
+ "package": "./column.template"
8156
+ }
8157
+ },
8158
+ {
8159
+ "kind": "js",
8160
+ "name": "*",
8161
+ "declaration": {
8162
+ "name": "*",
8163
+ "package": "./column"
8164
+ }
8165
+ },
8166
+ {
8167
+ "kind": "js",
8168
+ "name": "*",
8169
+ "declaration": {
8170
+ "name": "*",
8171
+ "package": "./utils"
8172
+ }
8173
+ }
8174
+ ]
8175
+ },
7863
8176
  {
7864
8177
  "kind": "javascript-module",
7865
8178
  "path": "src/column-filters/enum-column.filter.ts",
@@ -8036,165 +8349,22 @@
8036
8349
  "default": "null",
8037
8350
  "description": "`null` while inactive (everything passes); otherwise the selected values, with `null`\nstanding for blanks. May contain values absent from `allValues` (e.g. a restored model\nreferencing rows not loaded yet) — those are preserved and rendered as extra list entries\nso restoring a persisted model never silently narrows it, while still letting the user\ndeselect them."
8038
8351
  },
8039
- {
8040
- "kind": "field",
8041
- "name": "searchTerm",
8042
- "type": {
8043
- "text": "string"
8044
- },
8045
- "privacy": "private",
8046
- "default": "''"
8047
- },
8048
- {
8049
- "kind": "method",
8050
- "name": "init",
8051
- "privacy": "public",
8052
- "return": {
8053
- "type": {
8054
- "text": "void"
8055
- }
8056
- },
8057
- "parameters": [
8058
- {
8059
- "name": "params",
8060
- "type": {
8061
- "text": "IFilterParams & EnumColumnFilterParams"
8062
- }
8063
- }
8064
- ]
8065
- },
8066
- {
8067
- "kind": "method",
8068
- "name": "getGui",
8069
- "privacy": "public",
8070
- "return": {
8071
- "type": {
8072
- "text": "HTMLElement"
8073
- }
8074
- }
8075
- },
8076
- {
8077
- "kind": "method",
8078
- "name": "isFilterActive",
8079
- "privacy": "public",
8080
- "return": {
8081
- "type": {
8082
- "text": "boolean"
8083
- }
8084
- }
8085
- },
8086
- {
8087
- "kind": "method",
8088
- "name": "doesFilterPass",
8089
- "privacy": "public",
8090
- "return": {
8091
- "type": {
8092
- "text": "boolean"
8093
- }
8094
- },
8095
- "parameters": [
8096
- {
8097
- "name": "params",
8098
- "type": {
8099
- "text": "IDoesFilterPassParams"
8100
- }
8101
- }
8102
- ]
8103
- },
8104
- {
8105
- "kind": "method",
8106
- "name": "getModel",
8107
- "privacy": "public",
8108
- "return": {
8109
- "type": {
8110
- "text": "EnumColumnFilterModel | null"
8111
- }
8112
- }
8113
- },
8114
- {
8115
- "kind": "method",
8116
- "name": "setModel",
8117
- "privacy": "public",
8118
- "return": {
8119
- "type": {
8120
- "text": "void"
8121
- }
8122
- },
8123
- "parameters": [
8124
- {
8125
- "name": "model",
8126
- "type": {
8127
- "text": "EnumColumnFilterModel | null"
8128
- }
8129
- }
8130
- ]
8131
- },
8132
- {
8133
- "kind": "method",
8134
- "name": "getModelAsString",
8135
- "privacy": "public",
8136
- "return": {
8137
- "type": {
8138
- "text": "string"
8139
- }
8140
- },
8141
- "parameters": [
8142
- {
8143
- "name": "model",
8144
- "type": {
8145
- "text": "EnumColumnFilterModel | null"
8146
- }
8147
- }
8148
- ]
8149
- },
8150
- {
8151
- "kind": "method",
8152
- "name": "clear",
8153
- "privacy": "public",
8154
- "return": {
8155
- "type": {
8156
- "text": "void"
8157
- }
8158
- },
8159
- "description": "Clears the filter back to inactive and notifies the grid; used by the floating filter."
8160
- },
8161
- {
8162
- "kind": "method",
8163
- "name": "installHeaderTooltip",
8164
- "privacy": "private",
8165
- "return": {
8166
- "type": {
8167
- "text": "void"
8168
- }
8169
- },
8170
- "description": "Surfaces the active selection in the column's header tooltip (alongside AG's native header\nfilter icon), so the filter state is inspectable from the header without the layout-changing\nfloating filter row. Installed as a `headerTooltipValueGetter`, which AG evaluates lazily on\nhover — no header refresh needed when the model changes. While inactive it returns\n`undefined`, which falls back to the consumer's own `headerTooltip`; when active, that\ntooltip is kept as the prefix. A consumer-provided getter is left untouched."
8171
- },
8172
- {
8173
- "kind": "method",
8174
- "name": "afterGuiAttached",
8175
- "privacy": "public",
8176
- "return": {
8177
- "type": {
8178
- "text": "void"
8179
- }
8352
+ {
8353
+ "kind": "field",
8354
+ "name": "searchTerm",
8355
+ "type": {
8356
+ "text": "string"
8180
8357
  },
8181
- "parameters": [
8182
- {
8183
- "name": "params",
8184
- "optional": true,
8185
- "type": {
8186
- "text": "{ suppressFocus?: boolean }"
8187
- }
8188
- }
8189
- ]
8358
+ "privacy": "private",
8359
+ "default": "''"
8190
8360
  },
8191
8361
  {
8192
8362
  "kind": "method",
8193
- "name": "refresh",
8363
+ "name": "init",
8194
8364
  "privacy": "public",
8195
8365
  "return": {
8196
8366
  "type": {
8197
- "text": "boolean"
8367
+ "text": "void"
8198
8368
  }
8199
8369
  },
8200
8370
  "parameters": [
@@ -8208,169 +8378,114 @@
8208
8378
  },
8209
8379
  {
8210
8380
  "kind": "method",
8211
- "name": "destroy",
8381
+ "name": "getGui",
8212
8382
  "privacy": "public",
8213
8383
  "return": {
8214
8384
  "type": {
8215
- "text": "void"
8385
+ "text": "HTMLElement"
8216
8386
  }
8217
8387
  }
8218
8388
  },
8219
8389
  {
8220
8390
  "kind": "method",
8221
- "name": "resolveState",
8222
- "privacy": "private",
8391
+ "name": "isFilterActive",
8392
+ "privacy": "public",
8223
8393
  "return": {
8224
8394
  "type": {
8225
- "text": "void"
8395
+ "text": "boolean"
8226
8396
  }
8227
- },
8228
- "description": "Resolves the option list (values array or getter) and re-renders."
8397
+ }
8229
8398
  },
8230
8399
  {
8231
8400
  "kind": "method",
8232
- "name": "loadAsyncValues",
8233
- "privacy": "private",
8401
+ "name": "doesFilterPass",
8402
+ "privacy": "public",
8234
8403
  "return": {
8235
8404
  "type": {
8236
- "text": "void"
8405
+ "text": "boolean"
8237
8406
  }
8238
8407
  },
8239
8408
  "parameters": [
8240
8409
  {
8241
- "name": "getValues",
8410
+ "name": "params",
8242
8411
  "type": {
8243
- "text": "EnumColumnFilterValuesGetter"
8412
+ "text": "IDoesFilterPassParams"
8244
8413
  }
8245
8414
  }
8246
8415
  ]
8247
8416
  },
8248
8417
  {
8249
8418
  "kind": "method",
8250
- "name": "getCellValue",
8251
- "privacy": "private",
8252
- "return": {
8253
- "type": {
8254
- "text": "unknown"
8255
- }
8256
- },
8257
- "parameters": [
8258
- {
8259
- "name": "node",
8260
- "type": {
8261
- "text": "any"
8262
- }
8263
- }
8264
- ],
8265
- "description": "The raw field read covers params without `getValue` (e.g. stripped-down test params)."
8266
- },
8267
- {
8268
- "kind": "method",
8269
- "name": "extraModelValues",
8270
- "privacy": "private",
8271
- "return": {
8272
- "type": {
8273
- "text": "string[]"
8274
- }
8275
- },
8276
- "description": "Model values that are not in the option list, e.g. from a restored persisted model."
8277
- },
8278
- {
8279
- "kind": "method",
8280
- "name": "allKeys",
8281
- "privacy": "private",
8419
+ "name": "getModel",
8420
+ "privacy": "public",
8282
8421
  "return": {
8283
8422
  "type": {
8284
- "text": "(string | null)[]"
8423
+ "text": "EnumColumnFilterModel | null"
8285
8424
  }
8286
- },
8287
- "description": "All offered entry keys: the option list, then any off-list model values (rendered so they can\nbe deselected rather than being stuck in the model forever), then `null` (blanks) last like\nExcel. The blanks entry is also offered whenever the model references it, so a restored\nblanks selection stays visible and removable even before blank rows are detected."
8425
+ }
8288
8426
  },
8289
8427
  {
8290
8428
  "kind": "method",
8291
- "name": "isSelected",
8292
- "privacy": "private",
8429
+ "name": "setModel",
8430
+ "privacy": "public",
8293
8431
  "return": {
8294
8432
  "type": {
8295
- "text": "boolean"
8433
+ "text": "void"
8296
8434
  }
8297
8435
  },
8298
8436
  "parameters": [
8299
8437
  {
8300
- "name": "key",
8438
+ "name": "model",
8301
8439
  "type": {
8302
- "text": "string | null"
8440
+ "text": "EnumColumnFilterModel | null"
8303
8441
  }
8304
8442
  }
8305
8443
  ]
8306
8444
  },
8307
8445
  {
8308
8446
  "kind": "method",
8309
- "name": "visibleKeys",
8310
- "privacy": "private",
8311
- "return": {
8312
- "type": {
8313
- "text": "(string | null)[]"
8314
- }
8315
- }
8316
- },
8317
- {
8318
- "kind": "method",
8319
- "name": "updateSelection",
8320
- "privacy": "private",
8447
+ "name": "getModelAsString",
8448
+ "privacy": "public",
8321
8449
  "return": {
8322
8450
  "type": {
8323
- "text": "void"
8451
+ "text": "string"
8324
8452
  }
8325
8453
  },
8326
8454
  "parameters": [
8327
8455
  {
8328
- "name": "selected",
8456
+ "name": "model",
8329
8457
  "type": {
8330
- "text": "Set<string | null>"
8458
+ "text": "EnumColumnFilterModel | null"
8331
8459
  }
8332
8460
  }
8333
- ],
8334
- "description": "Applies a new selection. Collapses back to the inactive (`null`) model when every offered\nentry is selected, so a fully re-selected filter reports inactive exactly like the\nenterprise set filter. Selected values beyond the offered keys don't restrict anything an\ninactive filter would pass, so a superset selection collapses too."
8461
+ ]
8335
8462
  },
8336
8463
  {
8337
8464
  "kind": "method",
8338
- "name": "currentSelection",
8339
- "privacy": "private",
8465
+ "name": "clear",
8466
+ "privacy": "public",
8340
8467
  "return": {
8341
8468
  "type": {
8342
- "text": "Set<string | null>"
8469
+ "text": "void"
8343
8470
  }
8344
- }
8471
+ },
8472
+ "description": "Clears the filter back to inactive and notifies the grid; used by the floating filter."
8345
8473
  },
8346
8474
  {
8347
8475
  "kind": "method",
8348
- "name": "toggleValue",
8476
+ "name": "installHeaderTooltip",
8349
8477
  "privacy": "private",
8350
8478
  "return": {
8351
8479
  "type": {
8352
8480
  "text": "void"
8353
8481
  }
8354
8482
  },
8355
- "parameters": [
8356
- {
8357
- "name": "key",
8358
- "type": {
8359
- "text": "string | null"
8360
- }
8361
- },
8362
- {
8363
- "name": "checked",
8364
- "type": {
8365
- "text": "boolean"
8366
- }
8367
- }
8368
- ]
8483
+ "description": "Surfaces the active selection in the column's header tooltip (alongside AG's native header\nfilter icon), so the filter state is inspectable from the header without the layout-changing\nfloating filter row. Installed as a `headerTooltipValueGetter`, which AG evaluates lazily on\nhover — no header refresh needed when the model changes. While inactive it returns\n`undefined`, which falls back to the consumer's own `headerTooltip`; when active, that\ntooltip is kept as the prefix. A consumer-provided getter is left untouched."
8369
8484
  },
8370
8485
  {
8371
8486
  "kind": "method",
8372
- "name": "toggleAllVisible",
8373
- "privacy": "private",
8487
+ "name": "afterGuiAttached",
8488
+ "privacy": "public",
8374
8489
  "return": {
8375
8490
  "type": {
8376
8491
  "text": "void"
@@ -8378,213 +8493,144 @@
8378
8493
  },
8379
8494
  "parameters": [
8380
8495
  {
8381
- "name": "checked",
8496
+ "name": "params",
8497
+ "optional": true,
8382
8498
  "type": {
8383
- "text": "boolean"
8499
+ "text": "{ suppressFocus?: boolean }"
8384
8500
  }
8385
8501
  }
8386
- ],
8387
- "description": "Select-all acts on the searched subset only, mirroring Excel's AutoFilter."
8388
- },
8389
- {
8390
- "kind": "method",
8391
- "name": "createGui",
8392
- "privacy": "private",
8393
- "return": {
8394
- "type": {
8395
- "text": "void"
8396
- }
8397
- }
8502
+ ]
8398
8503
  },
8399
8504
  {
8400
8505
  "kind": "method",
8401
- "name": "createItem",
8402
- "privacy": "private",
8506
+ "name": "refresh",
8507
+ "privacy": "public",
8403
8508
  "return": {
8404
8509
  "type": {
8405
- "text": "{ label: HTMLLabelElement; input: HTMLInputElement }"
8510
+ "text": "boolean"
8406
8511
  }
8407
8512
  },
8408
8513
  "parameters": [
8409
8514
  {
8410
- "name": "text",
8515
+ "name": "params",
8411
8516
  "type": {
8412
- "text": "string"
8517
+ "text": "IFilterParams & EnumColumnFilterParams"
8413
8518
  }
8414
8519
  }
8415
8520
  ]
8416
8521
  },
8417
8522
  {
8418
8523
  "kind": "method",
8419
- "name": "renderList",
8420
- "privacy": "private",
8421
- "return": {
8422
- "type": {
8423
- "text": "void"
8424
- }
8425
- },
8426
- "description": "Rebuilds the value list; used when the values or the search term change."
8427
- },
8428
- {
8429
- "kind": "method",
8430
- "name": "syncCheckedStates",
8431
- "privacy": "private",
8524
+ "name": "destroy",
8525
+ "privacy": "public",
8432
8526
  "return": {
8433
8527
  "type": {
8434
8528
  "text": "void"
8435
8529
  }
8436
- },
8437
- "description": "Refreshes checkbox states in place, preserving DOM (and keyboard focus) on toggles."
8438
- },
8439
- {
8440
- "kind": "method",
8441
- "name": "focusables",
8442
- "privacy": "private",
8443
- "return": {
8444
- "type": {
8445
- "text": "HTMLElement[]"
8446
- }
8447
8530
  }
8448
8531
  },
8449
8532
  {
8450
8533
  "kind": "method",
8451
- "name": "handleKeyDown",
8534
+ "name": "resolveState",
8452
8535
  "privacy": "private",
8453
8536
  "return": {
8454
8537
  "type": {
8455
8538
  "text": "void"
8456
8539
  }
8457
8540
  },
8458
- "parameters": [
8459
- {
8460
- "name": "event",
8461
- "type": {
8462
- "text": "KeyboardEvent"
8463
- }
8464
- }
8465
- ],
8466
- "description": "Arrow keys walk search box, \"(Select All)\" and the visible entries; Enter toggles the\nfocused entry (Space is the checkbox's native toggle). Tab wraps within the popup: AG's own\npopup focus trap collects focusable elements with `querySelectorAll`, which does not pierce\nthe shadow root, so the trap must live here."
8467
- }
8468
- ]
8469
- }
8470
- ],
8471
- "exports": [
8472
- {
8473
- "kind": "js",
8474
- "name": "createEnumValueLabelFormatter",
8475
- "declaration": {
8476
- "name": "createEnumValueLabelFormatter",
8477
- "module": "src/column-filters/enum-column.filter.ts"
8478
- }
8479
- },
8480
- {
8481
- "kind": "js",
8482
- "name": "formatEnumFilterModelAsString",
8483
- "declaration": {
8484
- "name": "formatEnumFilterModelAsString",
8485
- "module": "src/column-filters/enum-column.filter.ts"
8486
- }
8487
- },
8488
- {
8489
- "kind": "js",
8490
- "name": "EnumColumnFilter",
8491
- "declaration": {
8492
- "name": "EnumColumnFilter",
8493
- "module": "src/column-filters/enum-column.filter.ts"
8494
- }
8495
- }
8496
- ]
8497
- },
8498
- {
8499
- "kind": "javascript-module",
8500
- "path": "src/column-filters/enum-column.floating-filter.ts",
8501
- "declarations": [
8502
- {
8503
- "kind": "class",
8504
- "description": "Floating filter companion for EnumColumnFilter: shows the current selection as a\ncompact summary (e.g. `(2) Active, Pending`), opens the parent filter on click, and offers a\none-click clear. Set via `ColDef.floatingFilterComponent` (see\nGridProFilterTypes.enumFloatingFilter); shown when the column enables `floatingFilter`.",
8505
- "name": "EnumColumnFloatingFilter",
8506
- "members": [
8507
- {
8508
- "kind": "field",
8509
- "name": "params",
8510
- "type": {
8511
- "text": "IFloatingFilterParams"
8512
- },
8513
- "privacy": "private"
8541
+ "description": "Resolves the option list (values array or getter) and re-renders."
8514
8542
  },
8515
8543
  {
8516
- "kind": "field",
8517
- "name": "eGui",
8518
- "type": {
8519
- "text": "HTMLElement"
8544
+ "kind": "method",
8545
+ "name": "loadAsyncValues",
8546
+ "privacy": "private",
8547
+ "return": {
8548
+ "type": {
8549
+ "text": "void"
8550
+ }
8520
8551
  },
8521
- "privacy": "private"
8552
+ "parameters": [
8553
+ {
8554
+ "name": "getValues",
8555
+ "type": {
8556
+ "text": "EnumColumnFilterValuesGetter"
8557
+ }
8558
+ }
8559
+ ]
8522
8560
  },
8523
8561
  {
8524
- "kind": "field",
8525
- "name": "eRoot",
8526
- "type": {
8527
- "text": "ShadowRoot"
8528
- },
8562
+ "kind": "method",
8563
+ "name": "getCellValue",
8529
8564
  "privacy": "private",
8530
- "description": "The GUI's shadow root — hosts the content and the shared FAST stylesheet."
8531
- },
8532
- {
8533
- "kind": "field",
8534
- "name": "eSummary",
8535
- "type": {
8536
- "text": "HTMLElement"
8565
+ "return": {
8566
+ "type": {
8567
+ "text": "unknown"
8568
+ }
8537
8569
  },
8538
- "privacy": "private"
8570
+ "parameters": [
8571
+ {
8572
+ "name": "node",
8573
+ "type": {
8574
+ "text": "any"
8575
+ }
8576
+ }
8577
+ ],
8578
+ "description": "The raw field read covers params without `getValue` (e.g. stripped-down test params)."
8539
8579
  },
8540
8580
  {
8541
- "kind": "field",
8542
- "name": "eClear",
8543
- "type": {
8544
- "text": "HTMLButtonElement"
8581
+ "kind": "method",
8582
+ "name": "extraModelValues",
8583
+ "privacy": "private",
8584
+ "return": {
8585
+ "type": {
8586
+ "text": "string[]"
8587
+ }
8545
8588
  },
8546
- "privacy": "private"
8589
+ "description": "Model values that are not in the option list, e.g. from a restored persisted model."
8547
8590
  },
8548
8591
  {
8549
- "kind": "field",
8550
- "name": "formatLabel",
8551
- "type": {
8552
- "text": "(value: string | null) => string"
8592
+ "kind": "method",
8593
+ "name": "allKeys",
8594
+ "privacy": "private",
8595
+ "return": {
8596
+ "type": {
8597
+ "text": "(string | null)[]"
8598
+ }
8553
8599
  },
8554
- "privacy": "private"
8600
+ "description": "All offered entry keys: the option list, then any off-list model values (rendered so they can\nbe deselected rather than being stuck in the model forever), then `null` (blanks) last like\nExcel. The blanks entry is also offered whenever the model references it, so a restored\nblanks selection stays visible and removable even before blank rows are detected."
8555
8601
  },
8556
8602
  {
8557
8603
  "kind": "method",
8558
- "name": "init",
8559
- "privacy": "public",
8604
+ "name": "isSelected",
8605
+ "privacy": "private",
8560
8606
  "return": {
8561
8607
  "type": {
8562
- "text": "void"
8608
+ "text": "boolean"
8563
8609
  }
8564
8610
  },
8565
8611
  "parameters": [
8566
8612
  {
8567
- "name": "params",
8613
+ "name": "key",
8568
8614
  "type": {
8569
- "text": "IFloatingFilterParams"
8615
+ "text": "string | null"
8570
8616
  }
8571
8617
  }
8572
8618
  ]
8573
8619
  },
8574
8620
  {
8575
8621
  "kind": "method",
8576
- "name": "getGui",
8577
- "privacy": "public",
8622
+ "name": "visibleKeys",
8623
+ "privacy": "private",
8578
8624
  "return": {
8579
8625
  "type": {
8580
- "text": "HTMLElement"
8626
+ "text": "(string | null)[]"
8581
8627
  }
8582
8628
  }
8583
8629
  },
8584
8630
  {
8585
8631
  "kind": "method",
8586
- "name": "onParentModelChanged",
8587
- "privacy": "public",
8632
+ "name": "updateSelection",
8633
+ "privacy": "private",
8588
8634
  "return": {
8589
8635
  "type": {
8590
8636
  "text": "void"
@@ -8592,345 +8638,307 @@
8592
8638
  },
8593
8639
  "parameters": [
8594
8640
  {
8595
- "name": "model",
8641
+ "name": "selected",
8596
8642
  "type": {
8597
- "text": "EnumColumnFilterModel | null"
8643
+ "text": "Set<string | null>"
8598
8644
  }
8599
8645
  }
8600
- ]
8646
+ ],
8647
+ "description": "Applies a new selection. Collapses back to the inactive (`null`) model when every offered\nentry is selected, so a fully re-selected filter reports inactive exactly like the\nenterprise set filter. Selected values beyond the offered keys don't restrict anything an\ninactive filter would pass, so a superset selection collapses too."
8601
8648
  },
8602
8649
  {
8603
8650
  "kind": "method",
8604
- "name": "destroy",
8605
- "privacy": "public",
8651
+ "name": "currentSelection",
8652
+ "privacy": "private",
8606
8653
  "return": {
8607
8654
  "type": {
8608
- "text": "void"
8655
+ "text": "Set<string | null>"
8609
8656
  }
8610
8657
  }
8611
- }
8612
- ]
8613
- }
8614
- ],
8615
- "exports": [
8616
- {
8617
- "kind": "js",
8618
- "name": "EnumColumnFloatingFilter",
8619
- "declaration": {
8620
- "name": "EnumColumnFloatingFilter",
8621
- "module": "src/column-filters/enum-column.floating-filter.ts"
8622
- }
8623
- }
8624
- ]
8625
- },
8626
- {
8627
- "kind": "javascript-module",
8628
- "path": "src/column-filters/index.ts",
8629
- "declarations": [],
8630
- "exports": [
8631
- {
8632
- "kind": "js",
8633
- "name": "*",
8634
- "declaration": {
8635
- "name": "*",
8636
- "package": "./enum-column.filter"
8637
- }
8638
- },
8639
- {
8640
- "kind": "js",
8641
- "name": "*",
8642
- "declaration": {
8643
- "name": "*",
8644
- "package": "./enum-column.floating-filter"
8645
- }
8646
- }
8647
- ]
8648
- },
8649
- {
8650
- "kind": "javascript-module",
8651
- "path": "src/column/column.template.ts",
8652
- "declarations": [
8653
- {
8654
- "kind": "variable",
8655
- "name": "ColumnTemplate",
8656
- "default": "html<GridProColumn>`\n <template>\n <slot ${slotted('slottedAgCell')} @slotchange=\"${(x) => x.slottedAgCellChanged()}\"></slot>\n </template>\n`",
8657
- "description": "The Grid Pro Column Template.",
8658
- "privacy": "public"
8659
- }
8660
- ],
8661
- "exports": [
8662
- {
8663
- "kind": "js",
8664
- "name": "ColumnTemplate",
8665
- "declaration": {
8666
- "name": "ColumnTemplate",
8667
- "module": "src/column/column.template.ts"
8668
- }
8669
- }
8670
- ]
8671
- },
8672
- {
8673
- "kind": "javascript-module",
8674
- "path": "src/column/column.ts",
8675
- "declarations": [
8676
- {
8677
- "kind": "class",
8678
- "description": "The Grid Pro Column element.",
8679
- "name": "GridProColumn",
8680
- "members": [
8681
- {
8682
- "kind": "field",
8683
- "name": "slottedAgCell",
8684
- "type": {
8685
- "text": "HTMLElement[]"
8686
- },
8687
- "privacy": "public"
8688
8658
  },
8689
8659
  {
8690
- "kind": "field",
8691
- "name": "definition",
8692
- "type": {
8693
- "text": "ColDef"
8660
+ "kind": "method",
8661
+ "name": "toggleValue",
8662
+ "privacy": "private",
8663
+ "return": {
8664
+ "type": {
8665
+ "text": "void"
8666
+ }
8694
8667
  },
8695
- "default": "{}"
8668
+ "parameters": [
8669
+ {
8670
+ "name": "key",
8671
+ "type": {
8672
+ "text": "string | null"
8673
+ }
8674
+ },
8675
+ {
8676
+ "name": "checked",
8677
+ "type": {
8678
+ "text": "boolean"
8679
+ }
8680
+ }
8681
+ ]
8696
8682
  },
8697
8683
  {
8698
8684
  "kind": "method",
8699
- "name": "slottedAgCellChanged",
8700
- "privacy": "public"
8685
+ "name": "toggleAllVisible",
8686
+ "privacy": "private",
8687
+ "return": {
8688
+ "type": {
8689
+ "text": "void"
8690
+ }
8691
+ },
8692
+ "parameters": [
8693
+ {
8694
+ "name": "checked",
8695
+ "type": {
8696
+ "text": "boolean"
8697
+ }
8698
+ }
8699
+ ],
8700
+ "description": "Select-all acts on the searched subset only, mirroring Excel's AutoFilter."
8701
8701
  },
8702
8702
  {
8703
8703
  "kind": "method",
8704
- "name": "deepClone",
8704
+ "name": "createGui",
8705
+ "privacy": "private",
8705
8706
  "return": {
8706
8707
  "type": {
8707
- "text": "Node"
8708
+ "text": "void"
8708
8709
  }
8709
- },
8710
- "inheritedFrom": {
8711
- "name": "LifecycleMixin",
8712
- "module": "src/mixins/lifecycle/lifecycle.ts"
8713
8710
  }
8714
8711
  },
8715
8712
  {
8716
8713
  "kind": "method",
8717
- "name": "cloneNode",
8714
+ "name": "createItem",
8715
+ "privacy": "private",
8718
8716
  "return": {
8719
8717
  "type": {
8720
- "text": "Node"
8718
+ "text": "{ label: HTMLLabelElement; input: HTMLInputElement }"
8721
8719
  }
8722
8720
  },
8723
8721
  "parameters": [
8724
8722
  {
8725
- "name": "deep",
8726
- "optional": true,
8723
+ "name": "text",
8727
8724
  "type": {
8728
- "text": "boolean"
8729
- }
8730
- }
8731
- ],
8732
- "inheritedFrom": {
8733
- "name": "LifecycleMixin",
8734
- "module": "src/mixins/lifecycle/lifecycle.ts"
8735
- }
8725
+ "text": "string"
8726
+ }
8727
+ }
8728
+ ]
8736
8729
  },
8737
8730
  {
8738
- "kind": "field",
8739
- "name": "shouldRunDisconnect",
8731
+ "kind": "method",
8732
+ "name": "renderList",
8733
+ "privacy": "private",
8740
8734
  "return": {
8741
8735
  "type": {
8742
- "text": ""
8736
+ "text": "void"
8743
8737
  }
8744
8738
  },
8745
- "readonly": true,
8746
- "inheritedFrom": {
8747
- "name": "LifecycleMixin",
8748
- "module": "src/mixins/lifecycle/lifecycle.ts"
8749
- }
8739
+ "description": "Rebuilds the value list; used when the values or the search term change."
8750
8740
  },
8751
8741
  {
8752
- "kind": "field",
8753
- "name": "shouldRunConnect",
8742
+ "kind": "method",
8743
+ "name": "syncCheckedStates",
8744
+ "privacy": "private",
8754
8745
  "return": {
8755
8746
  "type": {
8756
- "text": ""
8747
+ "text": "void"
8757
8748
  }
8758
8749
  },
8759
- "readonly": true,
8760
- "inheritedFrom": {
8761
- "name": "LifecycleMixin",
8762
- "module": "src/mixins/lifecycle/lifecycle.ts"
8750
+ "description": "Refreshes checkbox states in place, preserving DOM (and keyboard focus) on toggles."
8751
+ },
8752
+ {
8753
+ "kind": "method",
8754
+ "name": "focusables",
8755
+ "privacy": "private",
8756
+ "return": {
8757
+ "type": {
8758
+ "text": "HTMLElement[]"
8759
+ }
8763
8760
  }
8764
8761
  },
8765
8762
  {
8766
8763
  "kind": "method",
8767
- "name": "#_blockLifecycleDueToTokenChange",
8764
+ "name": "handleKeyDown",
8765
+ "privacy": "private",
8768
8766
  "return": {
8769
8767
  "type": {
8770
- "text": "boolean"
8768
+ "text": "void"
8771
8769
  }
8772
8770
  },
8773
8771
  "parameters": [
8774
8772
  {
8775
- "name": "lifecycleType",
8773
+ "name": "event",
8776
8774
  "type": {
8777
- "text": "Lifecycletype"
8775
+ "text": "KeyboardEvent"
8778
8776
  }
8779
8777
  }
8780
8778
  ],
8781
- "inheritedFrom": {
8782
- "name": "LifecycleMixin",
8783
- "module": "src/mixins/lifecycle/lifecycle.ts"
8784
- }
8779
+ "description": "Arrow keys walk search box, \"(Select All)\" and the visible entries; Enter toggles the\nfocused entry (Space is the checkbox's native toggle). Tab wraps within the popup: AG's own\npopup focus trap collects focusable elements with `querySelectorAll`, which does not pierce\nthe shadow root, so the trap must live here."
8780
+ }
8781
+ ]
8782
+ }
8783
+ ],
8784
+ "exports": [
8785
+ {
8786
+ "kind": "js",
8787
+ "name": "createEnumValueLabelFormatter",
8788
+ "declaration": {
8789
+ "name": "createEnumValueLabelFormatter",
8790
+ "module": "src/column-filters/enum-column.filter.ts"
8791
+ }
8792
+ },
8793
+ {
8794
+ "kind": "js",
8795
+ "name": "formatEnumFilterModelAsString",
8796
+ "declaration": {
8797
+ "name": "formatEnumFilterModelAsString",
8798
+ "module": "src/column-filters/enum-column.filter.ts"
8799
+ }
8800
+ },
8801
+ {
8802
+ "kind": "js",
8803
+ "name": "EnumColumnFilter",
8804
+ "declaration": {
8805
+ "name": "EnumColumnFilter",
8806
+ "module": "src/column-filters/enum-column.filter.ts"
8807
+ }
8808
+ }
8809
+ ]
8810
+ },
8811
+ {
8812
+ "kind": "javascript-module",
8813
+ "path": "src/column-filters/enum-column.floating-filter.ts",
8814
+ "declarations": [
8815
+ {
8816
+ "kind": "class",
8817
+ "description": "Floating filter companion for EnumColumnFilter: shows the current selection as a\ncompact summary (e.g. `(2) Active, Pending`), opens the parent filter on click, and offers a\none-click clear. Set via `ColDef.floatingFilterComponent` (see\nGridProFilterTypes.enumFloatingFilter); shown when the column enables `floatingFilter`.",
8818
+ "name": "EnumColumnFloatingFilter",
8819
+ "members": [
8820
+ {
8821
+ "kind": "field",
8822
+ "name": "params",
8823
+ "type": {
8824
+ "text": "IFloatingFilterParams"
8825
+ },
8826
+ "privacy": "private"
8785
8827
  },
8786
8828
  {
8787
8829
  "kind": "field",
8788
- "name": "_presentation",
8830
+ "name": "eGui",
8789
8831
  "type": {
8790
- "text": "ComponentPresentation | null | undefined"
8832
+ "text": "HTMLElement"
8791
8833
  },
8792
- "privacy": "private",
8793
- "default": "void 0",
8794
- "inheritedFrom": {
8795
- "name": "FoundationElement",
8796
- "module": "src/foundation-element/foundation-element.ts"
8797
- }
8834
+ "privacy": "private"
8798
8835
  },
8799
8836
  {
8800
8837
  "kind": "field",
8801
- "name": "$presentation",
8838
+ "name": "eRoot",
8802
8839
  "type": {
8803
- "text": "ComponentPresentation | null"
8840
+ "text": "ShadowRoot"
8804
8841
  },
8805
- "privacy": "public",
8806
- "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
8807
- "inheritedFrom": {
8808
- "name": "FoundationElement",
8809
- "module": "src/foundation-element/foundation-element.ts"
8810
- }
8842
+ "privacy": "private",
8843
+ "description": "The GUI's shadow root — hosts the content and the shared FAST stylesheet."
8811
8844
  },
8812
8845
  {
8813
8846
  "kind": "field",
8814
- "name": "template",
8847
+ "name": "eSummary",
8815
8848
  "type": {
8816
- "text": "ElementViewTemplate | void | null"
8849
+ "text": "HTMLElement"
8817
8850
  },
8818
- "privacy": "public",
8819
- "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.",
8820
- "inheritedFrom": {
8821
- "name": "FoundationElement",
8822
- "module": "src/foundation-element/foundation-element.ts"
8823
- }
8851
+ "privacy": "private"
8824
8852
  },
8825
8853
  {
8826
- "kind": "method",
8827
- "name": "templateChanged",
8828
- "privacy": "protected",
8829
- "return": {
8830
- "type": {
8831
- "text": "void"
8832
- }
8854
+ "kind": "field",
8855
+ "name": "eClear",
8856
+ "type": {
8857
+ "text": "HTMLButtonElement"
8833
8858
  },
8834
- "inheritedFrom": {
8835
- "name": "FoundationElement",
8836
- "module": "src/foundation-element/foundation-element.ts"
8837
- }
8859
+ "privacy": "private"
8838
8860
  },
8839
8861
  {
8840
8862
  "kind": "field",
8841
- "name": "styles",
8863
+ "name": "formatLabel",
8842
8864
  "type": {
8843
- "text": "ElementStyles | void | null"
8865
+ "text": "(value: string | null) => string"
8844
8866
  },
8845
- "privacy": "public",
8846
- "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.",
8847
- "inheritedFrom": {
8848
- "name": "FoundationElement",
8849
- "module": "src/foundation-element/foundation-element.ts"
8850
- }
8867
+ "privacy": "private"
8851
8868
  },
8852
8869
  {
8853
8870
  "kind": "method",
8854
- "name": "stylesChanged",
8855
- "privacy": "protected",
8871
+ "name": "init",
8872
+ "privacy": "public",
8856
8873
  "return": {
8857
8874
  "type": {
8858
8875
  "text": "void"
8859
8876
  }
8860
8877
  },
8861
- "inheritedFrom": {
8862
- "name": "FoundationElement",
8863
- "module": "src/foundation-element/foundation-element.ts"
8878
+ "parameters": [
8879
+ {
8880
+ "name": "params",
8881
+ "type": {
8882
+ "text": "IFloatingFilterParams"
8883
+ }
8884
+ }
8885
+ ]
8886
+ },
8887
+ {
8888
+ "kind": "method",
8889
+ "name": "getGui",
8890
+ "privacy": "public",
8891
+ "return": {
8892
+ "type": {
8893
+ "text": "HTMLElement"
8894
+ }
8864
8895
  }
8865
8896
  },
8866
8897
  {
8867
8898
  "kind": "method",
8868
- "name": "compose",
8899
+ "name": "onParentModelChanged",
8869
8900
  "privacy": "public",
8870
- "static": true,
8871
8901
  "return": {
8872
8902
  "type": {
8873
- "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
8903
+ "text": "void"
8874
8904
  }
8875
8905
  },
8876
8906
  "parameters": [
8877
8907
  {
8878
- "name": "this",
8908
+ "name": "model",
8879
8909
  "type": {
8880
- "text": "K"
8910
+ "text": "EnumColumnFilterModel | null"
8881
8911
  }
8882
- },
8883
- {
8884
- "name": "elementDefinition",
8885
- "type": {
8886
- "text": "T"
8887
- },
8888
- "description": "The definition of the element to create the registry\nfunction for."
8889
8912
  }
8890
- ],
8891
- "description": "Defines an element registry function with a set of element definition defaults.",
8892
- "inheritedFrom": {
8893
- "name": "FoundationElement",
8894
- "module": "src/foundation-element/foundation-element.ts"
8895
- }
8896
- }
8897
- ],
8898
- "mixins": [
8913
+ ]
8914
+ },
8899
8915
  {
8900
- "name": "LifecycleMixin",
8901
- "package": "@genesislcap/foundation-utils"
8916
+ "kind": "method",
8917
+ "name": "destroy",
8918
+ "privacy": "public",
8919
+ "return": {
8920
+ "type": {
8921
+ "text": "void"
8922
+ }
8923
+ }
8902
8924
  }
8903
- ],
8904
- "superclass": {
8905
- "name": "FoundationElement",
8906
- "package": "@microsoft/fast-foundation"
8907
- },
8908
- "tagName": "grid-pro-column",
8909
- "customElement": true
8925
+ ]
8910
8926
  }
8911
8927
  ],
8912
8928
  "exports": [
8913
8929
  {
8914
8930
  "kind": "js",
8915
- "name": "GridProColumn",
8916
- "declaration": {
8917
- "name": "GridProColumn",
8918
- "module": "src/column/column.ts"
8919
- }
8920
- },
8921
- {
8922
- "kind": "custom-element-definition",
8923
- "name": "grid-pro-column",
8931
+ "name": "EnumColumnFloatingFilter",
8924
8932
  "declaration": {
8925
- "name": "GridProColumn",
8926
- "module": "src/column/column.ts"
8933
+ "name": "EnumColumnFloatingFilter",
8934
+ "module": "src/column-filters/enum-column.floating-filter.ts"
8927
8935
  }
8928
8936
  }
8929
8937
  ]
8930
8938
  },
8931
8939
  {
8932
8940
  "kind": "javascript-module",
8933
- "path": "src/column/index.ts",
8941
+ "path": "src/column-filters/index.ts",
8934
8942
  "declarations": [],
8935
8943
  "exports": [
8936
8944
  {
@@ -8938,15 +8946,7 @@
8938
8946
  "name": "*",
8939
8947
  "declaration": {
8940
8948
  "name": "*",
8941
- "package": "./column.template"
8942
- }
8943
- },
8944
- {
8945
- "kind": "js",
8946
- "name": "*",
8947
- "declaration": {
8948
- "name": "*",
8949
- "package": "./column"
8949
+ "package": "./enum-column.filter"
8950
8950
  }
8951
8951
  },
8952
8952
  {
@@ -8954,7 +8954,7 @@
8954
8954
  "name": "*",
8955
8955
  "declaration": {
8956
8956
  "name": "*",
8957
- "package": "./utils"
8957
+ "package": "./enum-column.floating-filter"
8958
8958
  }
8959
8959
  }
8960
8960
  ]