@genesislcap/grid-pro 14.83.4 → 14.83.6

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.
@@ -3251,229 +3251,6 @@
3251
3251
  }
3252
3252
  ]
3253
3253
  },
3254
- {
3255
- "kind": "javascript-module",
3256
- "path": "src/column/column.template.ts",
3257
- "declarations": [
3258
- {
3259
- "kind": "variable",
3260
- "name": "ColumnTemplate",
3261
- "default": "html<GridColumn>`\n <template>\n <slot ${slotted('slottedAgCell')} @slotchange=\"${(x) => x.slottedAgCellChanged()}\"></slot>\n </template>\n`",
3262
- "description": "The Grid Pro Column Template.",
3263
- "privacy": "public"
3264
- }
3265
- ],
3266
- "exports": [
3267
- {
3268
- "kind": "js",
3269
- "name": "ColumnTemplate",
3270
- "declaration": {
3271
- "name": "ColumnTemplate",
3272
- "module": "src/column/column.template.ts"
3273
- }
3274
- }
3275
- ]
3276
- },
3277
- {
3278
- "kind": "javascript-module",
3279
- "path": "src/column/column.ts",
3280
- "declarations": [
3281
- {
3282
- "kind": "class",
3283
- "description": "The Grid Pro Column element.",
3284
- "name": "GridColumn",
3285
- "members": [
3286
- {
3287
- "kind": "field",
3288
- "name": "slottedAgCell",
3289
- "type": {
3290
- "text": "HTMLElement[]"
3291
- },
3292
- "privacy": "public"
3293
- },
3294
- {
3295
- "kind": "field",
3296
- "name": "definition",
3297
- "type": {
3298
- "text": "ColDef"
3299
- },
3300
- "default": "{}"
3301
- },
3302
- {
3303
- "kind": "method",
3304
- "name": "slottedAgCellChanged",
3305
- "privacy": "public"
3306
- },
3307
- {
3308
- "kind": "field",
3309
- "name": "_presentation",
3310
- "type": {
3311
- "text": "ComponentPresentation | null | undefined"
3312
- },
3313
- "privacy": "private",
3314
- "default": "void 0",
3315
- "inheritedFrom": {
3316
- "name": "FoundationElement",
3317
- "module": "src/foundation-element/foundation-element.ts"
3318
- }
3319
- },
3320
- {
3321
- "kind": "field",
3322
- "name": "$presentation",
3323
- "type": {
3324
- "text": "ComponentPresentation | null"
3325
- },
3326
- "privacy": "public",
3327
- "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
3328
- "inheritedFrom": {
3329
- "name": "FoundationElement",
3330
- "module": "src/foundation-element/foundation-element.ts"
3331
- }
3332
- },
3333
- {
3334
- "kind": "field",
3335
- "name": "template",
3336
- "type": {
3337
- "text": "ElementViewTemplate | void | null"
3338
- },
3339
- "privacy": "public",
3340
- "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.",
3341
- "inheritedFrom": {
3342
- "name": "FoundationElement",
3343
- "module": "src/foundation-element/foundation-element.ts"
3344
- }
3345
- },
3346
- {
3347
- "kind": "method",
3348
- "name": "templateChanged",
3349
- "privacy": "protected",
3350
- "return": {
3351
- "type": {
3352
- "text": "void"
3353
- }
3354
- },
3355
- "inheritedFrom": {
3356
- "name": "FoundationElement",
3357
- "module": "src/foundation-element/foundation-element.ts"
3358
- }
3359
- },
3360
- {
3361
- "kind": "field",
3362
- "name": "styles",
3363
- "type": {
3364
- "text": "ElementStyles | void | null"
3365
- },
3366
- "privacy": "public",
3367
- "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.",
3368
- "inheritedFrom": {
3369
- "name": "FoundationElement",
3370
- "module": "src/foundation-element/foundation-element.ts"
3371
- }
3372
- },
3373
- {
3374
- "kind": "method",
3375
- "name": "stylesChanged",
3376
- "privacy": "protected",
3377
- "return": {
3378
- "type": {
3379
- "text": "void"
3380
- }
3381
- },
3382
- "inheritedFrom": {
3383
- "name": "FoundationElement",
3384
- "module": "src/foundation-element/foundation-element.ts"
3385
- }
3386
- },
3387
- {
3388
- "kind": "method",
3389
- "name": "compose",
3390
- "privacy": "public",
3391
- "static": true,
3392
- "return": {
3393
- "type": {
3394
- "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
3395
- }
3396
- },
3397
- "parameters": [
3398
- {
3399
- "name": "this",
3400
- "type": {
3401
- "text": "K"
3402
- }
3403
- },
3404
- {
3405
- "name": "elementDefinition",
3406
- "type": {
3407
- "text": "T"
3408
- },
3409
- "description": "The definition of the element to create the registry\nfunction for."
3410
- }
3411
- ],
3412
- "description": "Defines an element registry function with a set of element definition defaults.",
3413
- "inheritedFrom": {
3414
- "name": "FoundationElement",
3415
- "module": "src/foundation-element/foundation-element.ts"
3416
- }
3417
- }
3418
- ],
3419
- "superclass": {
3420
- "name": "FoundationElement",
3421
- "package": "@microsoft/fast-foundation"
3422
- },
3423
- "tagName": "grid-pro-column",
3424
- "customElement": true
3425
- }
3426
- ],
3427
- "exports": [
3428
- {
3429
- "kind": "js",
3430
- "name": "GridColumn",
3431
- "declaration": {
3432
- "name": "GridColumn",
3433
- "module": "src/column/column.ts"
3434
- }
3435
- },
3436
- {
3437
- "kind": "custom-element-definition",
3438
- "name": "grid-pro-column",
3439
- "declaration": {
3440
- "name": "GridColumn",
3441
- "module": "src/column/column.ts"
3442
- }
3443
- }
3444
- ]
3445
- },
3446
- {
3447
- "kind": "javascript-module",
3448
- "path": "src/column/index.ts",
3449
- "declarations": [],
3450
- "exports": [
3451
- {
3452
- "kind": "js",
3453
- "name": "*",
3454
- "declaration": {
3455
- "name": "*",
3456
- "package": "./column.template"
3457
- }
3458
- },
3459
- {
3460
- "kind": "js",
3461
- "name": "*",
3462
- "declaration": {
3463
- "name": "*",
3464
- "package": "./column"
3465
- }
3466
- },
3467
- {
3468
- "kind": "js",
3469
- "name": "*",
3470
- "declaration": {
3471
- "name": "*",
3472
- "package": "./utils"
3473
- }
3474
- }
3475
- ]
3476
- },
3477
3254
  {
3478
3255
  "kind": "javascript-module",
3479
3256
  "path": "src/external/ag-grid-css.ts",
@@ -3746,6 +3523,229 @@
3746
3523
  }
3747
3524
  ]
3748
3525
  },
3526
+ {
3527
+ "kind": "javascript-module",
3528
+ "path": "src/column/column.template.ts",
3529
+ "declarations": [
3530
+ {
3531
+ "kind": "variable",
3532
+ "name": "ColumnTemplate",
3533
+ "default": "html<GridColumn>`\n <template>\n <slot ${slotted('slottedAgCell')} @slotchange=\"${(x) => x.slottedAgCellChanged()}\"></slot>\n </template>\n`",
3534
+ "description": "The Grid Pro Column Template.",
3535
+ "privacy": "public"
3536
+ }
3537
+ ],
3538
+ "exports": [
3539
+ {
3540
+ "kind": "js",
3541
+ "name": "ColumnTemplate",
3542
+ "declaration": {
3543
+ "name": "ColumnTemplate",
3544
+ "module": "src/column/column.template.ts"
3545
+ }
3546
+ }
3547
+ ]
3548
+ },
3549
+ {
3550
+ "kind": "javascript-module",
3551
+ "path": "src/column/column.ts",
3552
+ "declarations": [
3553
+ {
3554
+ "kind": "class",
3555
+ "description": "The Grid Pro Column element.",
3556
+ "name": "GridColumn",
3557
+ "members": [
3558
+ {
3559
+ "kind": "field",
3560
+ "name": "slottedAgCell",
3561
+ "type": {
3562
+ "text": "HTMLElement[]"
3563
+ },
3564
+ "privacy": "public"
3565
+ },
3566
+ {
3567
+ "kind": "field",
3568
+ "name": "definition",
3569
+ "type": {
3570
+ "text": "ColDef"
3571
+ },
3572
+ "default": "{}"
3573
+ },
3574
+ {
3575
+ "kind": "method",
3576
+ "name": "slottedAgCellChanged",
3577
+ "privacy": "public"
3578
+ },
3579
+ {
3580
+ "kind": "field",
3581
+ "name": "_presentation",
3582
+ "type": {
3583
+ "text": "ComponentPresentation | null | undefined"
3584
+ },
3585
+ "privacy": "private",
3586
+ "default": "void 0",
3587
+ "inheritedFrom": {
3588
+ "name": "FoundationElement",
3589
+ "module": "src/foundation-element/foundation-element.ts"
3590
+ }
3591
+ },
3592
+ {
3593
+ "kind": "field",
3594
+ "name": "$presentation",
3595
+ "type": {
3596
+ "text": "ComponentPresentation | null"
3597
+ },
3598
+ "privacy": "public",
3599
+ "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
3600
+ "inheritedFrom": {
3601
+ "name": "FoundationElement",
3602
+ "module": "src/foundation-element/foundation-element.ts"
3603
+ }
3604
+ },
3605
+ {
3606
+ "kind": "field",
3607
+ "name": "template",
3608
+ "type": {
3609
+ "text": "ElementViewTemplate | void | null"
3610
+ },
3611
+ "privacy": "public",
3612
+ "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.",
3613
+ "inheritedFrom": {
3614
+ "name": "FoundationElement",
3615
+ "module": "src/foundation-element/foundation-element.ts"
3616
+ }
3617
+ },
3618
+ {
3619
+ "kind": "method",
3620
+ "name": "templateChanged",
3621
+ "privacy": "protected",
3622
+ "return": {
3623
+ "type": {
3624
+ "text": "void"
3625
+ }
3626
+ },
3627
+ "inheritedFrom": {
3628
+ "name": "FoundationElement",
3629
+ "module": "src/foundation-element/foundation-element.ts"
3630
+ }
3631
+ },
3632
+ {
3633
+ "kind": "field",
3634
+ "name": "styles",
3635
+ "type": {
3636
+ "text": "ElementStyles | void | null"
3637
+ },
3638
+ "privacy": "public",
3639
+ "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.",
3640
+ "inheritedFrom": {
3641
+ "name": "FoundationElement",
3642
+ "module": "src/foundation-element/foundation-element.ts"
3643
+ }
3644
+ },
3645
+ {
3646
+ "kind": "method",
3647
+ "name": "stylesChanged",
3648
+ "privacy": "protected",
3649
+ "return": {
3650
+ "type": {
3651
+ "text": "void"
3652
+ }
3653
+ },
3654
+ "inheritedFrom": {
3655
+ "name": "FoundationElement",
3656
+ "module": "src/foundation-element/foundation-element.ts"
3657
+ }
3658
+ },
3659
+ {
3660
+ "kind": "method",
3661
+ "name": "compose",
3662
+ "privacy": "public",
3663
+ "static": true,
3664
+ "return": {
3665
+ "type": {
3666
+ "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
3667
+ }
3668
+ },
3669
+ "parameters": [
3670
+ {
3671
+ "name": "this",
3672
+ "type": {
3673
+ "text": "K"
3674
+ }
3675
+ },
3676
+ {
3677
+ "name": "elementDefinition",
3678
+ "type": {
3679
+ "text": "T"
3680
+ },
3681
+ "description": "The definition of the element to create the registry\nfunction for."
3682
+ }
3683
+ ],
3684
+ "description": "Defines an element registry function with a set of element definition defaults.",
3685
+ "inheritedFrom": {
3686
+ "name": "FoundationElement",
3687
+ "module": "src/foundation-element/foundation-element.ts"
3688
+ }
3689
+ }
3690
+ ],
3691
+ "superclass": {
3692
+ "name": "FoundationElement",
3693
+ "package": "@microsoft/fast-foundation"
3694
+ },
3695
+ "tagName": "grid-pro-column",
3696
+ "customElement": true
3697
+ }
3698
+ ],
3699
+ "exports": [
3700
+ {
3701
+ "kind": "js",
3702
+ "name": "GridColumn",
3703
+ "declaration": {
3704
+ "name": "GridColumn",
3705
+ "module": "src/column/column.ts"
3706
+ }
3707
+ },
3708
+ {
3709
+ "kind": "custom-element-definition",
3710
+ "name": "grid-pro-column",
3711
+ "declaration": {
3712
+ "name": "GridColumn",
3713
+ "module": "src/column/column.ts"
3714
+ }
3715
+ }
3716
+ ]
3717
+ },
3718
+ {
3719
+ "kind": "javascript-module",
3720
+ "path": "src/column/index.ts",
3721
+ "declarations": [],
3722
+ "exports": [
3723
+ {
3724
+ "kind": "js",
3725
+ "name": "*",
3726
+ "declaration": {
3727
+ "name": "*",
3728
+ "package": "./column.template"
3729
+ }
3730
+ },
3731
+ {
3732
+ "kind": "js",
3733
+ "name": "*",
3734
+ "declaration": {
3735
+ "name": "*",
3736
+ "package": "./column"
3737
+ }
3738
+ },
3739
+ {
3740
+ "kind": "js",
3741
+ "name": "*",
3742
+ "declaration": {
3743
+ "name": "*",
3744
+ "package": "./utils"
3745
+ }
3746
+ }
3747
+ ]
3748
+ },
3749
3749
  {
3750
3750
  "kind": "javascript-module",
3751
3751
  "path": "src/grid-pro-genesis-datasource/grid-pro-genesis-datasource-next.ts",
@@ -246,12 +246,7 @@ declare const GridProGenesisDatasource_base: (new (...args: any[]) => {
246
246
  onanimationiteration: (this: GlobalEventHandlers, ev: AnimationEvent) => any;
247
247
  onanimationstart: (this: GlobalEventHandlers, ev: AnimationEvent) => any;
248
248
  onauxclick: (this: GlobalEventHandlers, ev: MouseEvent) => any;
249
- onbeforeinput: (this: GlobalEventHandlers, ev: InputEvent) => any; /**
250
- * Maps the transaction data to the row data mapper function, if it exists.
251
- * @param transaction - The transaction data to be mapped.
252
- * @param operations - The operations to be mapped. Can be 'add', 'update' or 'remove'.
253
- * @returns The mapped transaction (if the row data mapper function exists), or the original transaction.
254
- */
249
+ onbeforeinput: (this: GlobalEventHandlers, ev: InputEvent) => any;
255
250
  onblur: (this: GlobalEventHandlers, ev: FocusEvent) => any;
256
251
  oncancel: (this: GlobalEventHandlers, ev: Event) => any;
257
252
  oncanplay: (this: GlobalEventHandlers, ev: Event) => any;
@@ -1 +1 @@
1
- {"version":3,"file":"grid-pro-genesis-datasource.d.ts","sourceRoot":"","sources":["../../../src/grid-pro-genesis-datasource/grid-pro-genesis-datasource.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"grid-pro-genesis-datasource.d.ts","sourceRoot":"","sources":["../../../src/grid-pro-genesis-datasource/grid-pro-genesis-datasource.ts"],"names":[],"mappings":"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"}
@@ -1 +1 @@
1
- {"version":3,"file":"grid-pro.d.ts","sourceRoot":"","sources":["../../src/grid-pro.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"grid-pro.d.ts","sourceRoot":"","sources":["../../src/grid-pro.ts"],"names":[],"mappings":"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"}
@@ -371,14 +371,19 @@ let GridProGenesisDatasource = class GridProGenesisDatasource extends LifecycleM
371
371
  this.applyAllAgTransactions();
372
372
  }
373
373
  applyAllAgTransactions() {
374
- var _a, _b, _c;
375
- if (((_a = this.agTransaction.add) === null || _a === void 0 ? void 0 : _a.length) > 0) {
374
+ if (!this.agTransaction.add.length &&
375
+ !this.agTransaction.update.length &&
376
+ !this.agTransaction.remove.length) {
377
+ this.agGrid.gridApi.showNoRowsOverlay();
378
+ return;
379
+ }
380
+ if (this.agTransaction.add.length > 0) {
376
381
  this.applyMappedAgTransaction({ add: this.agTransaction.add, addIndex: this.agGrid.addIndex }, OperationType.Add, this.agGrid.asyncAdd);
377
382
  }
378
- if (((_b = this.agTransaction.remove) === null || _b === void 0 ? void 0 : _b.length) > 0) {
383
+ if (this.agTransaction.remove.length > 0) {
379
384
  this.applyMappedAgTransaction({ remove: this.agTransaction.remove }, OperationType.Remove, this.agGrid.asyncRemove);
380
385
  }
381
- if (((_c = this.agTransaction.update) === null || _c === void 0 ? void 0 : _c.length) > 0) {
386
+ if (this.agTransaction.update.length > 0) {
382
387
  this.applyMappedAgTransaction({ update: this.agTransaction.update }, OperationType.Update, this.agGrid.asyncUpdate);
383
388
  }
384
389
  }
@@ -243,13 +243,8 @@ export class GridPro extends LifecycleMixin(FoundationElement) {
243
243
  return;
244
244
  this.agAttributes[attrName] = attribute.value;
245
245
  });
246
- const { columnDefs, components, onGridReady, onFirstDataRendered } = options, rest = __rest(options, ["columnDefs", "components", "onGridReady", "onFirstDataRendered"]);
247
- const derivedOptions = Object.assign(Object.assign(Object.assign({ defaultColDef: {
248
- enableCellChangeFlash: this.enableCellFlashing,
249
- filter: true,
250
- resizable: true,
251
- sortable: true,
252
- }, components: this.combineAllGridComponents(components), suppressDragLeaveHidesColumns: true }, this.eventsAndCallbacks), { onGridReady: (event) => {
246
+ const { columnDefs, components, defaultColDef, onGridReady, onFirstDataRendered } = options, rest = __rest(options, ["columnDefs", "components", "defaultColDef", "onGridReady", "onFirstDataRendered"]);
247
+ const derivedOptions = Object.assign(Object.assign(Object.assign({ defaultColDef: Object.assign({ enableCellChangeFlash: this.enableCellFlashing, filter: true, resizable: true, sortable: true }, defaultColDef), components: this.combineAllGridComponents(components), suppressDragLeaveHidesColumns: true }, this.eventsAndCallbacks), { onGridReady: (event) => {
253
248
  var _a, _b;
254
249
  this.gridApi = (_a = options.api) !== null && _a !== void 0 ? _a : event.api;
255
250
  this.columnApi = (_b = options.columnApi) !== null && _b !== void 0 ? _b : event.columnApi;
@@ -1625,12 +1625,7 @@ declare const GridProGenesisDatasource_base: (new (...args: any[]) => {
1625
1625
  onanimationiteration: (this: GlobalEventHandlers, ev: AnimationEvent) => any;
1626
1626
  onanimationstart: (this: GlobalEventHandlers, ev: AnimationEvent) => any;
1627
1627
  onauxclick: (this: GlobalEventHandlers, ev: MouseEvent) => any;
1628
- onbeforeinput: (this: GlobalEventHandlers, ev: InputEvent) => any; /**
1629
- * Maps the transaction data to the row data mapper function, if it exists.
1630
- * @param transaction - The transaction data to be mapped.
1631
- * @param operations - The operations to be mapped. Can be 'add', 'update' or 'remove'.
1632
- * @returns The mapped transaction (if the row data mapper function exists), or the original transaction.
1633
- */
1628
+ onbeforeinput: (this: GlobalEventHandlers, ev: InputEvent) => any;
1634
1629
  onblur: (this: GlobalEventHandlers, ev: FocusEvent) => any;
1635
1630
  oncancel: (this: GlobalEventHandlers, ev: Event) => any;
1636
1631
  oncanplay: (this: GlobalEventHandlers, ev: Event) => any;
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.83.4",
4
+ "version": "14.83.6",
5
5
  "sideEffects": false,
6
6
  "license": "SEE LICENSE IN license.txt",
7
7
  "main": "dist/esm/index.js",
@@ -31,15 +31,15 @@
31
31
  "test:debug": "genx test --debug"
32
32
  },
33
33
  "devDependencies": {
34
- "@genesislcap/foundation-testing": "14.83.4",
35
- "@genesislcap/genx": "14.83.4",
34
+ "@genesislcap/foundation-testing": "14.83.6",
35
+ "@genesislcap/genx": "14.83.6",
36
36
  "rimraf": "^3.0.2"
37
37
  },
38
38
  "dependencies": {
39
- "@genesislcap/foundation-comms": "14.83.4",
40
- "@genesislcap/foundation-logger": "14.83.4",
41
- "@genesislcap/foundation-ui": "14.83.4",
42
- "@genesislcap/foundation-utils": "14.83.4",
39
+ "@genesislcap/foundation-comms": "14.83.6",
40
+ "@genesislcap/foundation-logger": "14.83.6",
41
+ "@genesislcap/foundation-ui": "14.83.6",
42
+ "@genesislcap/foundation-utils": "14.83.6",
43
43
  "@microsoft/fast-colors": "^5.1.4",
44
44
  "@microsoft/fast-components": "^2.21.3",
45
45
  "@microsoft/fast-element": "^1.7.0",
@@ -62,5 +62,5 @@
62
62
  "access": "public"
63
63
  },
64
64
  "customElements": "dist/custom-elements.json",
65
- "gitHead": "9660d0aabe48fa3c9bc69fd134c687a4da570009"
65
+ "gitHead": "b894d957705f2fdcf5df38f509790437a597a80f"
66
66
  }