@revolist/revogrid 3.2.9 → 3.2.10

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.
@@ -25419,7 +25419,7 @@ const RevoGridComponent = class extends HTMLElement {
25419
25419
  this.afteredit = createEvent(this, "afteredit", 7);
25420
25420
  this.beforeautofill = createEvent(this, "beforeautofill", 7);
25421
25421
  this.beforeaange = createEvent(this, "beforeaange", 7);
25422
- this.afterFocus = createEvent(this, "after-focus", 7);
25422
+ this.afterfocus = createEvent(this, "afterfocus", 7);
25423
25423
  this.roworderchanged = createEvent(this, "roworderchanged", 7);
25424
25424
  this.beforesourcesortingapply = createEvent(this, "beforesourcesortingapply", 7);
25425
25425
  this.beforesortingapply = createEvent(this, "beforesortingapply", 7);
@@ -27154,7 +27154,7 @@ const RevogrFocus$2 = class extends HTMLElement {
27154
27154
  constructor() {
27155
27155
  super();
27156
27156
  this.__registerHost();
27157
- this.afterFocus = createEvent(this, "after-focus", 7);
27157
+ this.afterFocus = createEvent(this, "afterfocus", 7);
27158
27158
  }
27159
27159
  changed(e, focus) {
27160
27160
  e === null || e === void 0 ? void 0 : e.scrollIntoView({
@@ -24855,7 +24855,7 @@ const RevoGridComponent = class {
24855
24855
  this.afteredit = index.createEvent(this, "afteredit", 7);
24856
24856
  this.beforeautofill = index.createEvent(this, "beforeautofill", 7);
24857
24857
  this.beforeaange = index.createEvent(this, "beforeaange", 7);
24858
- this.afterFocus = index.createEvent(this, "after-focus", 7);
24858
+ this.afterfocus = index.createEvent(this, "afterfocus", 7);
24859
24859
  this.roworderchanged = index.createEvent(this, "roworderchanged", 7);
24860
24860
  this.beforesourcesortingapply = index.createEvent(this, "beforesourcesortingapply", 7);
24861
24861
  this.beforesortingapply = index.createEvent(this, "beforesortingapply", 7);
@@ -26272,7 +26272,7 @@ const revogrFocusStyleCss = ".revo-drag-icon{-webkit-mask-image:url(\"data:image
26272
26272
  const RevogrFocus$1 = class {
26273
26273
  constructor(hostRef) {
26274
26274
  index.registerInstance(this, hostRef);
26275
- this.afterFocus = index.createEvent(this, "after-focus", 7);
26275
+ this.afterFocus = index.createEvent(this, "afterfocus", 7);
26276
26276
  }
26277
26277
  changed(e, focus) {
26278
26278
  e === null || e === void 0 ? void 0 : e.scrollIntoView({
@@ -1214,14 +1214,14 @@ export class RevoGridComponent {
1214
1214
  }
1215
1215
  }
1216
1216
  }, {
1217
- "method": "afterFocus",
1218
- "name": "after-focus",
1217
+ "method": "afterfocus",
1218
+ "name": "afterfocus",
1219
1219
  "bubbles": true,
1220
1220
  "cancelable": true,
1221
1221
  "composed": true,
1222
1222
  "docs": {
1223
1223
  "tags": [],
1224
- "text": "Triggered after focus rendered\nCan be used for access to focus element\nThrough @event.target"
1224
+ "text": "Triggered after focus render finished.\nCan be used to access a focus element through @event.target"
1225
1225
  },
1226
1226
  "complexType": {
1227
1227
  "original": "{ model: any; }",
@@ -130,7 +130,7 @@ export class RevogrFocus {
130
130
  }; }
131
131
  static get events() { return [{
132
132
  "method": "afterFocus",
133
- "name": "after-focus",
133
+ "name": "afterfocus",
134
134
  "bubbles": true,
135
135
  "cancelable": true,
136
136
  "composed": true,
@@ -24851,7 +24851,7 @@ const RevoGridComponent = class {
24851
24851
  this.afteredit = createEvent(this, "afteredit", 7);
24852
24852
  this.beforeautofill = createEvent(this, "beforeautofill", 7);
24853
24853
  this.beforeaange = createEvent(this, "beforeaange", 7);
24854
- this.afterFocus = createEvent(this, "after-focus", 7);
24854
+ this.afterfocus = createEvent(this, "afterfocus", 7);
24855
24855
  this.roworderchanged = createEvent(this, "roworderchanged", 7);
24856
24856
  this.beforesourcesortingapply = createEvent(this, "beforesourcesortingapply", 7);
24857
24857
  this.beforesortingapply = createEvent(this, "beforesortingapply", 7);
@@ -26268,7 +26268,7 @@ const revogrFocusStyleCss = ".revo-drag-icon{-webkit-mask-image:url(\"data:image
26268
26268
  const RevogrFocus$1 = class {
26269
26269
  constructor(hostRef) {
26270
26270
  registerInstance(this, hostRef);
26271
- this.afterFocus = createEvent(this, "after-focus", 7);
26271
+ this.afterFocus = createEvent(this, "afterfocus", 7);
26272
26272
  }
26273
26273
  changed(e, focus) {
26274
26274
  e === null || e === void 0 ? void 0 : e.scrollIntoView({