@genesislcap/grid-pro 14.361.2-alpha-d8ac5e3.0 → 14.361.2
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 +398 -398
- package/package.json +13 -13
|
@@ -7285,319 +7285,6 @@
|
|
|
7285
7285
|
}
|
|
7286
7286
|
]
|
|
7287
7287
|
},
|
|
7288
|
-
{
|
|
7289
|
-
"kind": "javascript-module",
|
|
7290
|
-
"path": "src/column/column.template.ts",
|
|
7291
|
-
"declarations": [
|
|
7292
|
-
{
|
|
7293
|
-
"kind": "variable",
|
|
7294
|
-
"name": "ColumnTemplate",
|
|
7295
|
-
"default": "html<GridProColumn>`\n <template>\n <slot ${slotted('slottedAgCell')} @slotchange=\"${(x) => x.slottedAgCellChanged()}\"></slot>\n </template>\n`",
|
|
7296
|
-
"description": "The Grid Pro Column Template.",
|
|
7297
|
-
"privacy": "public"
|
|
7298
|
-
}
|
|
7299
|
-
],
|
|
7300
|
-
"exports": [
|
|
7301
|
-
{
|
|
7302
|
-
"kind": "js",
|
|
7303
|
-
"name": "ColumnTemplate",
|
|
7304
|
-
"declaration": {
|
|
7305
|
-
"name": "ColumnTemplate",
|
|
7306
|
-
"module": "src/column/column.template.ts"
|
|
7307
|
-
}
|
|
7308
|
-
}
|
|
7309
|
-
]
|
|
7310
|
-
},
|
|
7311
|
-
{
|
|
7312
|
-
"kind": "javascript-module",
|
|
7313
|
-
"path": "src/column/column.ts",
|
|
7314
|
-
"declarations": [
|
|
7315
|
-
{
|
|
7316
|
-
"kind": "class",
|
|
7317
|
-
"description": "The Grid Pro Column element.",
|
|
7318
|
-
"name": "GridProColumn",
|
|
7319
|
-
"members": [
|
|
7320
|
-
{
|
|
7321
|
-
"kind": "field",
|
|
7322
|
-
"name": "slottedAgCell",
|
|
7323
|
-
"type": {
|
|
7324
|
-
"text": "HTMLElement[]"
|
|
7325
|
-
},
|
|
7326
|
-
"privacy": "public"
|
|
7327
|
-
},
|
|
7328
|
-
{
|
|
7329
|
-
"kind": "field",
|
|
7330
|
-
"name": "definition",
|
|
7331
|
-
"type": {
|
|
7332
|
-
"text": "ColDef"
|
|
7333
|
-
},
|
|
7334
|
-
"default": "{}"
|
|
7335
|
-
},
|
|
7336
|
-
{
|
|
7337
|
-
"kind": "method",
|
|
7338
|
-
"name": "slottedAgCellChanged",
|
|
7339
|
-
"privacy": "public"
|
|
7340
|
-
},
|
|
7341
|
-
{
|
|
7342
|
-
"kind": "method",
|
|
7343
|
-
"name": "deepClone",
|
|
7344
|
-
"return": {
|
|
7345
|
-
"type": {
|
|
7346
|
-
"text": "Node"
|
|
7347
|
-
}
|
|
7348
|
-
},
|
|
7349
|
-
"inheritedFrom": {
|
|
7350
|
-
"name": "LifecycleMixin",
|
|
7351
|
-
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
7352
|
-
}
|
|
7353
|
-
},
|
|
7354
|
-
{
|
|
7355
|
-
"kind": "method",
|
|
7356
|
-
"name": "cloneNode",
|
|
7357
|
-
"return": {
|
|
7358
|
-
"type": {
|
|
7359
|
-
"text": "Node"
|
|
7360
|
-
}
|
|
7361
|
-
},
|
|
7362
|
-
"parameters": [
|
|
7363
|
-
{
|
|
7364
|
-
"name": "deep",
|
|
7365
|
-
"optional": true,
|
|
7366
|
-
"type": {
|
|
7367
|
-
"text": "boolean"
|
|
7368
|
-
}
|
|
7369
|
-
}
|
|
7370
|
-
],
|
|
7371
|
-
"inheritedFrom": {
|
|
7372
|
-
"name": "LifecycleMixin",
|
|
7373
|
-
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
7374
|
-
}
|
|
7375
|
-
},
|
|
7376
|
-
{
|
|
7377
|
-
"kind": "field",
|
|
7378
|
-
"name": "shouldRunDisconnect",
|
|
7379
|
-
"return": {
|
|
7380
|
-
"type": {
|
|
7381
|
-
"text": ""
|
|
7382
|
-
}
|
|
7383
|
-
},
|
|
7384
|
-
"readonly": true,
|
|
7385
|
-
"inheritedFrom": {
|
|
7386
|
-
"name": "LifecycleMixin",
|
|
7387
|
-
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
7388
|
-
}
|
|
7389
|
-
},
|
|
7390
|
-
{
|
|
7391
|
-
"kind": "field",
|
|
7392
|
-
"name": "shouldRunConnect",
|
|
7393
|
-
"return": {
|
|
7394
|
-
"type": {
|
|
7395
|
-
"text": ""
|
|
7396
|
-
}
|
|
7397
|
-
},
|
|
7398
|
-
"readonly": true,
|
|
7399
|
-
"inheritedFrom": {
|
|
7400
|
-
"name": "LifecycleMixin",
|
|
7401
|
-
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
7402
|
-
}
|
|
7403
|
-
},
|
|
7404
|
-
{
|
|
7405
|
-
"kind": "method",
|
|
7406
|
-
"name": "#_blockLifecycleDueToTokenChange",
|
|
7407
|
-
"return": {
|
|
7408
|
-
"type": {
|
|
7409
|
-
"text": "boolean"
|
|
7410
|
-
}
|
|
7411
|
-
},
|
|
7412
|
-
"parameters": [
|
|
7413
|
-
{
|
|
7414
|
-
"name": "lifecycleType",
|
|
7415
|
-
"type": {
|
|
7416
|
-
"text": "Lifecycletype"
|
|
7417
|
-
}
|
|
7418
|
-
}
|
|
7419
|
-
],
|
|
7420
|
-
"inheritedFrom": {
|
|
7421
|
-
"name": "LifecycleMixin",
|
|
7422
|
-
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
7423
|
-
}
|
|
7424
|
-
},
|
|
7425
|
-
{
|
|
7426
|
-
"kind": "field",
|
|
7427
|
-
"name": "_presentation",
|
|
7428
|
-
"type": {
|
|
7429
|
-
"text": "ComponentPresentation | null | undefined"
|
|
7430
|
-
},
|
|
7431
|
-
"privacy": "private",
|
|
7432
|
-
"default": "void 0",
|
|
7433
|
-
"inheritedFrom": {
|
|
7434
|
-
"name": "FoundationElement",
|
|
7435
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
7436
|
-
}
|
|
7437
|
-
},
|
|
7438
|
-
{
|
|
7439
|
-
"kind": "field",
|
|
7440
|
-
"name": "$presentation",
|
|
7441
|
-
"type": {
|
|
7442
|
-
"text": "ComponentPresentation | null"
|
|
7443
|
-
},
|
|
7444
|
-
"privacy": "public",
|
|
7445
|
-
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
7446
|
-
"inheritedFrom": {
|
|
7447
|
-
"name": "FoundationElement",
|
|
7448
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
7449
|
-
}
|
|
7450
|
-
},
|
|
7451
|
-
{
|
|
7452
|
-
"kind": "field",
|
|
7453
|
-
"name": "template",
|
|
7454
|
-
"type": {
|
|
7455
|
-
"text": "ElementViewTemplate | void | null"
|
|
7456
|
-
},
|
|
7457
|
-
"privacy": "public",
|
|
7458
|
-
"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.",
|
|
7459
|
-
"inheritedFrom": {
|
|
7460
|
-
"name": "FoundationElement",
|
|
7461
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
7462
|
-
}
|
|
7463
|
-
},
|
|
7464
|
-
{
|
|
7465
|
-
"kind": "method",
|
|
7466
|
-
"name": "templateChanged",
|
|
7467
|
-
"privacy": "protected",
|
|
7468
|
-
"return": {
|
|
7469
|
-
"type": {
|
|
7470
|
-
"text": "void"
|
|
7471
|
-
}
|
|
7472
|
-
},
|
|
7473
|
-
"inheritedFrom": {
|
|
7474
|
-
"name": "FoundationElement",
|
|
7475
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
7476
|
-
}
|
|
7477
|
-
},
|
|
7478
|
-
{
|
|
7479
|
-
"kind": "field",
|
|
7480
|
-
"name": "styles",
|
|
7481
|
-
"type": {
|
|
7482
|
-
"text": "ElementStyles | void | null"
|
|
7483
|
-
},
|
|
7484
|
-
"privacy": "public",
|
|
7485
|
-
"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.",
|
|
7486
|
-
"inheritedFrom": {
|
|
7487
|
-
"name": "FoundationElement",
|
|
7488
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
7489
|
-
}
|
|
7490
|
-
},
|
|
7491
|
-
{
|
|
7492
|
-
"kind": "method",
|
|
7493
|
-
"name": "stylesChanged",
|
|
7494
|
-
"privacy": "protected",
|
|
7495
|
-
"return": {
|
|
7496
|
-
"type": {
|
|
7497
|
-
"text": "void"
|
|
7498
|
-
}
|
|
7499
|
-
},
|
|
7500
|
-
"inheritedFrom": {
|
|
7501
|
-
"name": "FoundationElement",
|
|
7502
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
7503
|
-
}
|
|
7504
|
-
},
|
|
7505
|
-
{
|
|
7506
|
-
"kind": "method",
|
|
7507
|
-
"name": "compose",
|
|
7508
|
-
"privacy": "public",
|
|
7509
|
-
"static": true,
|
|
7510
|
-
"return": {
|
|
7511
|
-
"type": {
|
|
7512
|
-
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
7513
|
-
}
|
|
7514
|
-
},
|
|
7515
|
-
"parameters": [
|
|
7516
|
-
{
|
|
7517
|
-
"name": "this",
|
|
7518
|
-
"type": {
|
|
7519
|
-
"text": "K"
|
|
7520
|
-
}
|
|
7521
|
-
},
|
|
7522
|
-
{
|
|
7523
|
-
"name": "elementDefinition",
|
|
7524
|
-
"type": {
|
|
7525
|
-
"text": "T"
|
|
7526
|
-
},
|
|
7527
|
-
"description": "The definition of the element to create the registry\nfunction for."
|
|
7528
|
-
}
|
|
7529
|
-
],
|
|
7530
|
-
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
7531
|
-
"inheritedFrom": {
|
|
7532
|
-
"name": "FoundationElement",
|
|
7533
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
7534
|
-
}
|
|
7535
|
-
}
|
|
7536
|
-
],
|
|
7537
|
-
"mixins": [
|
|
7538
|
-
{
|
|
7539
|
-
"name": "LifecycleMixin",
|
|
7540
|
-
"package": "@genesislcap/foundation-utils"
|
|
7541
|
-
}
|
|
7542
|
-
],
|
|
7543
|
-
"superclass": {
|
|
7544
|
-
"name": "FoundationElement",
|
|
7545
|
-
"package": "@microsoft/fast-foundation"
|
|
7546
|
-
},
|
|
7547
|
-
"tagName": "grid-pro-column",
|
|
7548
|
-
"customElement": true
|
|
7549
|
-
}
|
|
7550
|
-
],
|
|
7551
|
-
"exports": [
|
|
7552
|
-
{
|
|
7553
|
-
"kind": "js",
|
|
7554
|
-
"name": "GridProColumn",
|
|
7555
|
-
"declaration": {
|
|
7556
|
-
"name": "GridProColumn",
|
|
7557
|
-
"module": "src/column/column.ts"
|
|
7558
|
-
}
|
|
7559
|
-
},
|
|
7560
|
-
{
|
|
7561
|
-
"kind": "custom-element-definition",
|
|
7562
|
-
"name": "grid-pro-column",
|
|
7563
|
-
"declaration": {
|
|
7564
|
-
"name": "GridProColumn",
|
|
7565
|
-
"module": "src/column/column.ts"
|
|
7566
|
-
}
|
|
7567
|
-
}
|
|
7568
|
-
]
|
|
7569
|
-
},
|
|
7570
|
-
{
|
|
7571
|
-
"kind": "javascript-module",
|
|
7572
|
-
"path": "src/column/index.ts",
|
|
7573
|
-
"declarations": [],
|
|
7574
|
-
"exports": [
|
|
7575
|
-
{
|
|
7576
|
-
"kind": "js",
|
|
7577
|
-
"name": "*",
|
|
7578
|
-
"declaration": {
|
|
7579
|
-
"name": "*",
|
|
7580
|
-
"package": "./column.template"
|
|
7581
|
-
}
|
|
7582
|
-
},
|
|
7583
|
-
{
|
|
7584
|
-
"kind": "js",
|
|
7585
|
-
"name": "*",
|
|
7586
|
-
"declaration": {
|
|
7587
|
-
"name": "*",
|
|
7588
|
-
"package": "./column"
|
|
7589
|
-
}
|
|
7590
|
-
},
|
|
7591
|
-
{
|
|
7592
|
-
"kind": "js",
|
|
7593
|
-
"name": "*",
|
|
7594
|
-
"declaration": {
|
|
7595
|
-
"name": "*",
|
|
7596
|
-
"package": "./utils"
|
|
7597
|
-
}
|
|
7598
|
-
}
|
|
7599
|
-
]
|
|
7600
|
-
},
|
|
7601
7288
|
{
|
|
7602
7289
|
"kind": "javascript-module",
|
|
7603
7290
|
"path": "src/datasource/base.datasource.ts",
|
|
@@ -14481,164 +14168,477 @@
|
|
|
14481
14168
|
},
|
|
14482
14169
|
{
|
|
14483
14170
|
"kind": "method",
|
|
14484
|
-
"name": "updateResourceParams",
|
|
14485
|
-
"privacy": "private",
|
|
14171
|
+
"name": "updateResourceParams",
|
|
14172
|
+
"privacy": "private",
|
|
14173
|
+
"return": {
|
|
14174
|
+
"type": {
|
|
14175
|
+
"text": "void"
|
|
14176
|
+
}
|
|
14177
|
+
},
|
|
14178
|
+
"parameters": [
|
|
14179
|
+
{
|
|
14180
|
+
"name": "params",
|
|
14181
|
+
"type": {
|
|
14182
|
+
"text": "DatasourceOptions"
|
|
14183
|
+
}
|
|
14184
|
+
}
|
|
14185
|
+
],
|
|
14186
|
+
"inheritedFrom": {
|
|
14187
|
+
"name": "BaseServerSideDatasource",
|
|
14188
|
+
"module": "src/datasource/server-side.resource-base.ts"
|
|
14189
|
+
}
|
|
14190
|
+
},
|
|
14191
|
+
{
|
|
14192
|
+
"kind": "method",
|
|
14193
|
+
"name": "getOrderByAndToBeSortedColIds",
|
|
14194
|
+
"privacy": "protected",
|
|
14195
|
+
"parameters": [
|
|
14196
|
+
{
|
|
14197
|
+
"name": "map"
|
|
14198
|
+
},
|
|
14199
|
+
{
|
|
14200
|
+
"name": "searchValue"
|
|
14201
|
+
}
|
|
14202
|
+
],
|
|
14203
|
+
"inheritedFrom": {
|
|
14204
|
+
"name": "BaseServerSideDatasource",
|
|
14205
|
+
"module": "src/datasource/server-side.resource-base.ts"
|
|
14206
|
+
}
|
|
14207
|
+
},
|
|
14208
|
+
{
|
|
14209
|
+
"kind": "method",
|
|
14210
|
+
"name": "buildCriteriaMatchFromFilters",
|
|
14211
|
+
"privacy": "protected",
|
|
14212
|
+
"return": {
|
|
14213
|
+
"type": {
|
|
14214
|
+
"text": "string"
|
|
14215
|
+
}
|
|
14216
|
+
},
|
|
14217
|
+
"inheritedFrom": {
|
|
14218
|
+
"name": "BaseServerSideDatasource",
|
|
14219
|
+
"module": "src/datasource/server-side.resource-base.ts"
|
|
14220
|
+
}
|
|
14221
|
+
},
|
|
14222
|
+
{
|
|
14223
|
+
"kind": "method",
|
|
14224
|
+
"name": "criteriaFromFilters",
|
|
14225
|
+
"privacy": "protected",
|
|
14226
|
+
"return": {
|
|
14227
|
+
"type": {
|
|
14228
|
+
"text": "string[]"
|
|
14229
|
+
}
|
|
14230
|
+
},
|
|
14231
|
+
"inheritedFrom": {
|
|
14232
|
+
"name": "BaseServerSideDatasource",
|
|
14233
|
+
"module": "src/datasource/server-side.resource-base.ts"
|
|
14234
|
+
}
|
|
14235
|
+
},
|
|
14236
|
+
{
|
|
14237
|
+
"kind": "method",
|
|
14238
|
+
"name": "getFiltersByType",
|
|
14239
|
+
"privacy": "protected",
|
|
14240
|
+
"parameters": [
|
|
14241
|
+
{
|
|
14242
|
+
"name": "filterType",
|
|
14243
|
+
"type": {
|
|
14244
|
+
"text": "string"
|
|
14245
|
+
}
|
|
14246
|
+
}
|
|
14247
|
+
],
|
|
14248
|
+
"inheritedFrom": {
|
|
14249
|
+
"name": "BaseServerSideDatasource",
|
|
14250
|
+
"module": "src/datasource/server-side.resource-base.ts"
|
|
14251
|
+
}
|
|
14252
|
+
},
|
|
14253
|
+
{
|
|
14254
|
+
"kind": "method",
|
|
14255
|
+
"name": "getPageNumber",
|
|
14256
|
+
"privacy": "protected",
|
|
14257
|
+
"parameters": [
|
|
14258
|
+
{
|
|
14259
|
+
"name": "start",
|
|
14260
|
+
"type": {
|
|
14261
|
+
"text": "number"
|
|
14262
|
+
}
|
|
14263
|
+
},
|
|
14264
|
+
{
|
|
14265
|
+
"name": "recordsPerPage",
|
|
14266
|
+
"type": {
|
|
14267
|
+
"text": "number"
|
|
14268
|
+
}
|
|
14269
|
+
},
|
|
14270
|
+
{
|
|
14271
|
+
"name": "totalRecords",
|
|
14272
|
+
"optional": true,
|
|
14273
|
+
"type": {
|
|
14274
|
+
"text": "number"
|
|
14275
|
+
}
|
|
14276
|
+
},
|
|
14277
|
+
{
|
|
14278
|
+
"name": "zeroBasedViewNumber",
|
|
14279
|
+
"default": "true"
|
|
14280
|
+
}
|
|
14281
|
+
],
|
|
14282
|
+
"inheritedFrom": {
|
|
14283
|
+
"name": "BaseServerSideDatasource",
|
|
14284
|
+
"module": "src/datasource/server-side.resource-base.ts"
|
|
14285
|
+
}
|
|
14286
|
+
},
|
|
14287
|
+
{
|
|
14288
|
+
"kind": "field",
|
|
14289
|
+
"name": "isNotFirstViewNumber",
|
|
14290
|
+
"type": {
|
|
14291
|
+
"text": "boolean"
|
|
14292
|
+
},
|
|
14293
|
+
"privacy": "protected",
|
|
14294
|
+
"readonly": true,
|
|
14295
|
+
"inheritedFrom": {
|
|
14296
|
+
"name": "BaseServerSideDatasource",
|
|
14297
|
+
"module": "src/datasource/server-side.resource-base.ts"
|
|
14298
|
+
}
|
|
14299
|
+
},
|
|
14300
|
+
{
|
|
14301
|
+
"kind": "method",
|
|
14302
|
+
"name": "getEffectivePagingMode",
|
|
14303
|
+
"privacy": "protected",
|
|
14304
|
+
"return": {
|
|
14305
|
+
"type": {
|
|
14306
|
+
"text": "PagingMode"
|
|
14307
|
+
}
|
|
14308
|
+
},
|
|
14309
|
+
"description": "Determines the effective paging mode based on criteriaOnlyRequest availability and user settings",
|
|
14310
|
+
"inheritedFrom": {
|
|
14311
|
+
"name": "BaseServerSideDatasource",
|
|
14312
|
+
"module": "src/datasource/server-side.resource-base.ts"
|
|
14313
|
+
}
|
|
14314
|
+
}
|
|
14315
|
+
],
|
|
14316
|
+
"superclass": {
|
|
14317
|
+
"name": "BaseServerSideDatasource",
|
|
14318
|
+
"module": "/src/datasource/server-side.resource-base"
|
|
14319
|
+
}
|
|
14320
|
+
}
|
|
14321
|
+
],
|
|
14322
|
+
"exports": [
|
|
14323
|
+
{
|
|
14324
|
+
"kind": "js",
|
|
14325
|
+
"name": "ReqRepServerSideDatasource",
|
|
14326
|
+
"declaration": {
|
|
14327
|
+
"name": "ReqRepServerSideDatasource",
|
|
14328
|
+
"module": "src/datasource/server-side.resource-reqrep.ts"
|
|
14329
|
+
}
|
|
14330
|
+
}
|
|
14331
|
+
]
|
|
14332
|
+
},
|
|
14333
|
+
{
|
|
14334
|
+
"kind": "javascript-module",
|
|
14335
|
+
"path": "src/column/column.template.ts",
|
|
14336
|
+
"declarations": [
|
|
14337
|
+
{
|
|
14338
|
+
"kind": "variable",
|
|
14339
|
+
"name": "ColumnTemplate",
|
|
14340
|
+
"default": "html<GridProColumn>`\n <template>\n <slot ${slotted('slottedAgCell')} @slotchange=\"${(x) => x.slottedAgCellChanged()}\"></slot>\n </template>\n`",
|
|
14341
|
+
"description": "The Grid Pro Column Template.",
|
|
14342
|
+
"privacy": "public"
|
|
14343
|
+
}
|
|
14344
|
+
],
|
|
14345
|
+
"exports": [
|
|
14346
|
+
{
|
|
14347
|
+
"kind": "js",
|
|
14348
|
+
"name": "ColumnTemplate",
|
|
14349
|
+
"declaration": {
|
|
14350
|
+
"name": "ColumnTemplate",
|
|
14351
|
+
"module": "src/column/column.template.ts"
|
|
14352
|
+
}
|
|
14353
|
+
}
|
|
14354
|
+
]
|
|
14355
|
+
},
|
|
14356
|
+
{
|
|
14357
|
+
"kind": "javascript-module",
|
|
14358
|
+
"path": "src/column/column.ts",
|
|
14359
|
+
"declarations": [
|
|
14360
|
+
{
|
|
14361
|
+
"kind": "class",
|
|
14362
|
+
"description": "The Grid Pro Column element.",
|
|
14363
|
+
"name": "GridProColumn",
|
|
14364
|
+
"members": [
|
|
14365
|
+
{
|
|
14366
|
+
"kind": "field",
|
|
14367
|
+
"name": "slottedAgCell",
|
|
14368
|
+
"type": {
|
|
14369
|
+
"text": "HTMLElement[]"
|
|
14370
|
+
},
|
|
14371
|
+
"privacy": "public"
|
|
14372
|
+
},
|
|
14373
|
+
{
|
|
14374
|
+
"kind": "field",
|
|
14375
|
+
"name": "definition",
|
|
14376
|
+
"type": {
|
|
14377
|
+
"text": "ColDef"
|
|
14378
|
+
},
|
|
14379
|
+
"default": "{}"
|
|
14380
|
+
},
|
|
14381
|
+
{
|
|
14382
|
+
"kind": "method",
|
|
14383
|
+
"name": "slottedAgCellChanged",
|
|
14384
|
+
"privacy": "public"
|
|
14385
|
+
},
|
|
14386
|
+
{
|
|
14387
|
+
"kind": "method",
|
|
14388
|
+
"name": "deepClone",
|
|
14389
|
+
"return": {
|
|
14390
|
+
"type": {
|
|
14391
|
+
"text": "Node"
|
|
14392
|
+
}
|
|
14393
|
+
},
|
|
14394
|
+
"inheritedFrom": {
|
|
14395
|
+
"name": "LifecycleMixin",
|
|
14396
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
14397
|
+
}
|
|
14398
|
+
},
|
|
14399
|
+
{
|
|
14400
|
+
"kind": "method",
|
|
14401
|
+
"name": "cloneNode",
|
|
14486
14402
|
"return": {
|
|
14487
14403
|
"type": {
|
|
14488
|
-
"text": "
|
|
14404
|
+
"text": "Node"
|
|
14489
14405
|
}
|
|
14490
14406
|
},
|
|
14491
14407
|
"parameters": [
|
|
14492
14408
|
{
|
|
14493
|
-
"name": "
|
|
14409
|
+
"name": "deep",
|
|
14410
|
+
"optional": true,
|
|
14494
14411
|
"type": {
|
|
14495
|
-
"text": "
|
|
14412
|
+
"text": "boolean"
|
|
14496
14413
|
}
|
|
14497
14414
|
}
|
|
14498
14415
|
],
|
|
14499
14416
|
"inheritedFrom": {
|
|
14500
|
-
"name": "
|
|
14501
|
-
"module": "src/
|
|
14417
|
+
"name": "LifecycleMixin",
|
|
14418
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
14502
14419
|
}
|
|
14503
14420
|
},
|
|
14504
14421
|
{
|
|
14505
|
-
"kind": "
|
|
14506
|
-
"name": "
|
|
14507
|
-
"
|
|
14508
|
-
|
|
14509
|
-
|
|
14510
|
-
"name": "map"
|
|
14511
|
-
},
|
|
14512
|
-
{
|
|
14513
|
-
"name": "searchValue"
|
|
14422
|
+
"kind": "field",
|
|
14423
|
+
"name": "shouldRunDisconnect",
|
|
14424
|
+
"return": {
|
|
14425
|
+
"type": {
|
|
14426
|
+
"text": ""
|
|
14514
14427
|
}
|
|
14515
|
-
|
|
14428
|
+
},
|
|
14429
|
+
"readonly": true,
|
|
14516
14430
|
"inheritedFrom": {
|
|
14517
|
-
"name": "
|
|
14518
|
-
"module": "src/
|
|
14431
|
+
"name": "LifecycleMixin",
|
|
14432
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
14519
14433
|
}
|
|
14520
14434
|
},
|
|
14521
14435
|
{
|
|
14522
|
-
"kind": "
|
|
14523
|
-
"name": "
|
|
14524
|
-
"privacy": "protected",
|
|
14436
|
+
"kind": "field",
|
|
14437
|
+
"name": "shouldRunConnect",
|
|
14525
14438
|
"return": {
|
|
14526
14439
|
"type": {
|
|
14527
|
-
"text": "
|
|
14440
|
+
"text": ""
|
|
14528
14441
|
}
|
|
14529
14442
|
},
|
|
14443
|
+
"readonly": true,
|
|
14530
14444
|
"inheritedFrom": {
|
|
14531
|
-
"name": "
|
|
14532
|
-
"module": "src/
|
|
14445
|
+
"name": "LifecycleMixin",
|
|
14446
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
14533
14447
|
}
|
|
14534
14448
|
},
|
|
14535
14449
|
{
|
|
14536
14450
|
"kind": "method",
|
|
14537
|
-
"name": "
|
|
14538
|
-
"privacy": "protected",
|
|
14451
|
+
"name": "#_blockLifecycleDueToTokenChange",
|
|
14539
14452
|
"return": {
|
|
14540
14453
|
"type": {
|
|
14541
|
-
"text": "
|
|
14454
|
+
"text": "boolean"
|
|
14542
14455
|
}
|
|
14543
14456
|
},
|
|
14544
|
-
"inheritedFrom": {
|
|
14545
|
-
"name": "BaseServerSideDatasource",
|
|
14546
|
-
"module": "src/datasource/server-side.resource-base.ts"
|
|
14547
|
-
}
|
|
14548
|
-
},
|
|
14549
|
-
{
|
|
14550
|
-
"kind": "method",
|
|
14551
|
-
"name": "getFiltersByType",
|
|
14552
|
-
"privacy": "protected",
|
|
14553
14457
|
"parameters": [
|
|
14554
14458
|
{
|
|
14555
|
-
"name": "
|
|
14459
|
+
"name": "lifecycleType",
|
|
14556
14460
|
"type": {
|
|
14557
|
-
"text": "
|
|
14461
|
+
"text": "Lifecycletype"
|
|
14558
14462
|
}
|
|
14559
14463
|
}
|
|
14560
14464
|
],
|
|
14561
14465
|
"inheritedFrom": {
|
|
14562
|
-
"name": "
|
|
14563
|
-
"module": "src/
|
|
14466
|
+
"name": "LifecycleMixin",
|
|
14467
|
+
"module": "src/mixins/lifecycle/lifecycle.ts"
|
|
14468
|
+
}
|
|
14469
|
+
},
|
|
14470
|
+
{
|
|
14471
|
+
"kind": "field",
|
|
14472
|
+
"name": "_presentation",
|
|
14473
|
+
"type": {
|
|
14474
|
+
"text": "ComponentPresentation | null | undefined"
|
|
14475
|
+
},
|
|
14476
|
+
"privacy": "private",
|
|
14477
|
+
"default": "void 0",
|
|
14478
|
+
"inheritedFrom": {
|
|
14479
|
+
"name": "FoundationElement",
|
|
14480
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
14481
|
+
}
|
|
14482
|
+
},
|
|
14483
|
+
{
|
|
14484
|
+
"kind": "field",
|
|
14485
|
+
"name": "$presentation",
|
|
14486
|
+
"type": {
|
|
14487
|
+
"text": "ComponentPresentation | null"
|
|
14488
|
+
},
|
|
14489
|
+
"privacy": "public",
|
|
14490
|
+
"description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
|
|
14491
|
+
"inheritedFrom": {
|
|
14492
|
+
"name": "FoundationElement",
|
|
14493
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
14494
|
+
}
|
|
14495
|
+
},
|
|
14496
|
+
{
|
|
14497
|
+
"kind": "field",
|
|
14498
|
+
"name": "template",
|
|
14499
|
+
"type": {
|
|
14500
|
+
"text": "ElementViewTemplate | void | null"
|
|
14501
|
+
},
|
|
14502
|
+
"privacy": "public",
|
|
14503
|
+
"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.",
|
|
14504
|
+
"inheritedFrom": {
|
|
14505
|
+
"name": "FoundationElement",
|
|
14506
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
14564
14507
|
}
|
|
14565
14508
|
},
|
|
14566
14509
|
{
|
|
14567
14510
|
"kind": "method",
|
|
14568
|
-
"name": "
|
|
14511
|
+
"name": "templateChanged",
|
|
14569
14512
|
"privacy": "protected",
|
|
14570
|
-
"
|
|
14571
|
-
{
|
|
14572
|
-
"
|
|
14573
|
-
"type": {
|
|
14574
|
-
"text": "number"
|
|
14575
|
-
}
|
|
14576
|
-
},
|
|
14577
|
-
{
|
|
14578
|
-
"name": "recordsPerPage",
|
|
14579
|
-
"type": {
|
|
14580
|
-
"text": "number"
|
|
14581
|
-
}
|
|
14582
|
-
},
|
|
14583
|
-
{
|
|
14584
|
-
"name": "totalRecords",
|
|
14585
|
-
"optional": true,
|
|
14586
|
-
"type": {
|
|
14587
|
-
"text": "number"
|
|
14588
|
-
}
|
|
14589
|
-
},
|
|
14590
|
-
{
|
|
14591
|
-
"name": "zeroBasedViewNumber",
|
|
14592
|
-
"default": "true"
|
|
14513
|
+
"return": {
|
|
14514
|
+
"type": {
|
|
14515
|
+
"text": "void"
|
|
14593
14516
|
}
|
|
14594
|
-
|
|
14517
|
+
},
|
|
14595
14518
|
"inheritedFrom": {
|
|
14596
|
-
"name": "
|
|
14597
|
-
"module": "src/
|
|
14519
|
+
"name": "FoundationElement",
|
|
14520
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
14598
14521
|
}
|
|
14599
14522
|
},
|
|
14600
14523
|
{
|
|
14601
14524
|
"kind": "field",
|
|
14602
|
-
"name": "
|
|
14525
|
+
"name": "styles",
|
|
14603
14526
|
"type": {
|
|
14604
|
-
"text": "
|
|
14527
|
+
"text": "ElementStyles | void | null"
|
|
14605
14528
|
},
|
|
14606
|
-
"privacy": "
|
|
14607
|
-
"
|
|
14529
|
+
"privacy": "public",
|
|
14530
|
+
"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.",
|
|
14608
14531
|
"inheritedFrom": {
|
|
14609
|
-
"name": "
|
|
14610
|
-
"module": "src/
|
|
14532
|
+
"name": "FoundationElement",
|
|
14533
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
14611
14534
|
}
|
|
14612
14535
|
},
|
|
14613
14536
|
{
|
|
14614
14537
|
"kind": "method",
|
|
14615
|
-
"name": "
|
|
14538
|
+
"name": "stylesChanged",
|
|
14616
14539
|
"privacy": "protected",
|
|
14617
14540
|
"return": {
|
|
14618
14541
|
"type": {
|
|
14619
|
-
"text": "
|
|
14542
|
+
"text": "void"
|
|
14620
14543
|
}
|
|
14621
14544
|
},
|
|
14622
|
-
"description": "Determines the effective paging mode based on criteriaOnlyRequest availability and user settings",
|
|
14623
14545
|
"inheritedFrom": {
|
|
14624
|
-
"name": "
|
|
14625
|
-
"module": "src/
|
|
14546
|
+
"name": "FoundationElement",
|
|
14547
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
14548
|
+
}
|
|
14549
|
+
},
|
|
14550
|
+
{
|
|
14551
|
+
"kind": "method",
|
|
14552
|
+
"name": "compose",
|
|
14553
|
+
"privacy": "public",
|
|
14554
|
+
"static": true,
|
|
14555
|
+
"return": {
|
|
14556
|
+
"type": {
|
|
14557
|
+
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
14558
|
+
}
|
|
14559
|
+
},
|
|
14560
|
+
"parameters": [
|
|
14561
|
+
{
|
|
14562
|
+
"name": "this",
|
|
14563
|
+
"type": {
|
|
14564
|
+
"text": "K"
|
|
14565
|
+
}
|
|
14566
|
+
},
|
|
14567
|
+
{
|
|
14568
|
+
"name": "elementDefinition",
|
|
14569
|
+
"type": {
|
|
14570
|
+
"text": "T"
|
|
14571
|
+
},
|
|
14572
|
+
"description": "The definition of the element to create the registry\nfunction for."
|
|
14573
|
+
}
|
|
14574
|
+
],
|
|
14575
|
+
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
14576
|
+
"inheritedFrom": {
|
|
14577
|
+
"name": "FoundationElement",
|
|
14578
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
14626
14579
|
}
|
|
14627
14580
|
}
|
|
14628
14581
|
],
|
|
14582
|
+
"mixins": [
|
|
14583
|
+
{
|
|
14584
|
+
"name": "LifecycleMixin",
|
|
14585
|
+
"package": "@genesislcap/foundation-utils"
|
|
14586
|
+
}
|
|
14587
|
+
],
|
|
14629
14588
|
"superclass": {
|
|
14630
|
-
"name": "
|
|
14631
|
-
"
|
|
14632
|
-
}
|
|
14589
|
+
"name": "FoundationElement",
|
|
14590
|
+
"package": "@microsoft/fast-foundation"
|
|
14591
|
+
},
|
|
14592
|
+
"tagName": "grid-pro-column",
|
|
14593
|
+
"customElement": true
|
|
14633
14594
|
}
|
|
14634
14595
|
],
|
|
14635
14596
|
"exports": [
|
|
14636
14597
|
{
|
|
14637
14598
|
"kind": "js",
|
|
14638
|
-
"name": "
|
|
14599
|
+
"name": "GridProColumn",
|
|
14639
14600
|
"declaration": {
|
|
14640
|
-
"name": "
|
|
14641
|
-
"module": "src/
|
|
14601
|
+
"name": "GridProColumn",
|
|
14602
|
+
"module": "src/column/column.ts"
|
|
14603
|
+
}
|
|
14604
|
+
},
|
|
14605
|
+
{
|
|
14606
|
+
"kind": "custom-element-definition",
|
|
14607
|
+
"name": "grid-pro-column",
|
|
14608
|
+
"declaration": {
|
|
14609
|
+
"name": "GridProColumn",
|
|
14610
|
+
"module": "src/column/column.ts"
|
|
14611
|
+
}
|
|
14612
|
+
}
|
|
14613
|
+
]
|
|
14614
|
+
},
|
|
14615
|
+
{
|
|
14616
|
+
"kind": "javascript-module",
|
|
14617
|
+
"path": "src/column/index.ts",
|
|
14618
|
+
"declarations": [],
|
|
14619
|
+
"exports": [
|
|
14620
|
+
{
|
|
14621
|
+
"kind": "js",
|
|
14622
|
+
"name": "*",
|
|
14623
|
+
"declaration": {
|
|
14624
|
+
"name": "*",
|
|
14625
|
+
"package": "./column.template"
|
|
14626
|
+
}
|
|
14627
|
+
},
|
|
14628
|
+
{
|
|
14629
|
+
"kind": "js",
|
|
14630
|
+
"name": "*",
|
|
14631
|
+
"declaration": {
|
|
14632
|
+
"name": "*",
|
|
14633
|
+
"package": "./column"
|
|
14634
|
+
}
|
|
14635
|
+
},
|
|
14636
|
+
{
|
|
14637
|
+
"kind": "js",
|
|
14638
|
+
"name": "*",
|
|
14639
|
+
"declaration": {
|
|
14640
|
+
"name": "*",
|
|
14641
|
+
"package": "./utils"
|
|
14642
14642
|
}
|
|
14643
14643
|
}
|
|
14644
14644
|
]
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@genesislcap/grid-pro",
|
|
3
3
|
"description": "Genesis Foundation AG Grid",
|
|
4
|
-
"version": "14.361.2
|
|
4
|
+
"version": "14.361.2",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"license": "SEE LICENSE IN license.txt",
|
|
7
7
|
"main": "dist/esm/index.js",
|
|
@@ -38,19 +38,19 @@
|
|
|
38
38
|
}
|
|
39
39
|
},
|
|
40
40
|
"devDependencies": {
|
|
41
|
-
"@genesislcap/foundation-testing": "14.361.2
|
|
42
|
-
"@genesislcap/genx": "14.361.2
|
|
43
|
-
"@genesislcap/rollup-builder": "14.361.2
|
|
44
|
-
"@genesislcap/ts-builder": "14.361.2
|
|
45
|
-
"@genesislcap/uvu-playwright-builder": "14.361.2
|
|
46
|
-
"@genesislcap/vite-builder": "14.361.2
|
|
47
|
-
"@genesislcap/webpack-builder": "14.361.2
|
|
41
|
+
"@genesislcap/foundation-testing": "14.361.2",
|
|
42
|
+
"@genesislcap/genx": "14.361.2",
|
|
43
|
+
"@genesislcap/rollup-builder": "14.361.2",
|
|
44
|
+
"@genesislcap/ts-builder": "14.361.2",
|
|
45
|
+
"@genesislcap/uvu-playwright-builder": "14.361.2",
|
|
46
|
+
"@genesislcap/vite-builder": "14.361.2",
|
|
47
|
+
"@genesislcap/webpack-builder": "14.361.2"
|
|
48
48
|
},
|
|
49
49
|
"dependencies": {
|
|
50
|
-
"@genesislcap/foundation-comms": "14.361.2
|
|
51
|
-
"@genesislcap/foundation-logger": "14.361.2
|
|
52
|
-
"@genesislcap/foundation-ui": "14.361.2
|
|
53
|
-
"@genesislcap/foundation-utils": "14.361.2
|
|
50
|
+
"@genesislcap/foundation-comms": "14.361.2",
|
|
51
|
+
"@genesislcap/foundation-logger": "14.361.2",
|
|
52
|
+
"@genesislcap/foundation-ui": "14.361.2",
|
|
53
|
+
"@genesislcap/foundation-utils": "14.361.2",
|
|
54
54
|
"@microsoft/fast-colors": "5.3.1",
|
|
55
55
|
"@microsoft/fast-components": "2.30.6",
|
|
56
56
|
"@microsoft/fast-element": "1.14.0",
|
|
@@ -77,5 +77,5 @@
|
|
|
77
77
|
"access": "public"
|
|
78
78
|
},
|
|
79
79
|
"customElements": "dist/custom-elements.json",
|
|
80
|
-
"gitHead": "
|
|
80
|
+
"gitHead": "1b33b186428cc9867d70fe74ec5394a0bfcbf7d8"
|
|
81
81
|
}
|