@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.
- package/custom-element/index.js +2 -2
- package/dist/cjs/revo-grid_11.cjs.entry.js +2 -2
- package/dist/collection/components/revo-grid/revo-grid.js +3 -3
- package/dist/collection/components/selection-focus/revogr-focus.js +1 -1
- package/dist/esm/revo-grid_11.entry.js +2 -2
- package/dist/esm-es5/revo-grid_11.entry.js +1 -1
- package/dist/revo-grid/revo-grid_11.entry.js +1 -1
- package/dist/revo-grid/revo-grid_11.system.entry.js +1 -1
- package/dist/types/components/revo-grid/revo-grid.d.ts +3 -4
- package/dist/types/components.d.ts +5 -5
- package/package.json +1 -1
package/custom-element/index.js
CHANGED
|
@@ -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.
|
|
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, "
|
|
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.
|
|
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, "
|
|
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": "
|
|
1218
|
-
"name": "
|
|
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
|
|
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; }",
|
|
@@ -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.
|
|
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, "
|
|
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({
|