@bryntum/grid-vue-3-thin 7.1.1 → 7.1.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/README.md +227 -24
- package/lib/chunks/BddaT4s7.js.map +1 -1
- package/lib/chunks/COu7hi0l.js.map +1 -1
- package/lib/chunks/DGygz4dO.js.map +1 -1
- package/package.json +1 -1
- package/src/components/BryntumGrid.vue +2 -2
- package/src/components/BryntumGridBase.vue +2 -2
- package/src/components/BryntumTreeGrid.vue +2 -2
package/package.json
CHANGED
|
@@ -1281,9 +1281,9 @@ const emit = defineEmits<{
|
|
|
1281
1281
|
* @param {string} params.e Event name
|
|
1282
1282
|
* @param {object} params.params Event parameters
|
|
1283
1283
|
* @param {object} params.params.event Event object
|
|
1284
|
-
* @param {
|
|
1284
|
+
* @param {PdfExportConfig} params.params.event.config Export config
|
|
1285
1285
|
*/
|
|
1286
|
-
(e: 'beforePdfExport', params: ((event: { config:
|
|
1286
|
+
(e: 'beforePdfExport', params: ((event: { config: PdfExportConfig }) => Promise<boolean>|boolean|void)|string): Promise<boolean>|boolean|void
|
|
1287
1287
|
/**
|
|
1288
1288
|
* Fires before a row is rendered.
|
|
1289
1289
|
* @param {string} e Event name
|
|
@@ -1280,9 +1280,9 @@ const emit = defineEmits<{
|
|
|
1280
1280
|
* @param {string} params.e Event name
|
|
1281
1281
|
* @param {object} params.params Event parameters
|
|
1282
1282
|
* @param {object} params.params.event Event object
|
|
1283
|
-
* @param {
|
|
1283
|
+
* @param {PdfExportConfig} params.params.event.config Export config
|
|
1284
1284
|
*/
|
|
1285
|
-
(e: 'beforePdfExport', params: ((event: { config:
|
|
1285
|
+
(e: 'beforePdfExport', params: ((event: { config: PdfExportConfig }) => Promise<boolean>|boolean|void)|string): Promise<boolean>|boolean|void
|
|
1286
1286
|
/**
|
|
1287
1287
|
* Fires before a row is rendered.
|
|
1288
1288
|
* @param {string} e Event name
|
|
@@ -1281,9 +1281,9 @@ const emit = defineEmits<{
|
|
|
1281
1281
|
* @param {string} params.e Event name
|
|
1282
1282
|
* @param {object} params.params Event parameters
|
|
1283
1283
|
* @param {object} params.params.event Event object
|
|
1284
|
-
* @param {
|
|
1284
|
+
* @param {PdfExportConfig} params.params.event.config Export config
|
|
1285
1285
|
*/
|
|
1286
|
-
(e: 'beforePdfExport', params: ((event: { config:
|
|
1286
|
+
(e: 'beforePdfExport', params: ((event: { config: PdfExportConfig }) => Promise<boolean>|boolean|void)|string): Promise<boolean>|boolean|void
|
|
1287
1287
|
/**
|
|
1288
1288
|
* Fires before a row is rendered.
|
|
1289
1289
|
* @param {string} e Event name
|