@bryntum/grid-vue-3 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 +171 -23
- package/lib/chunks/Cqm7WaTu.js.map +1 -1
- package/lib/chunks/D4TAsqNB.js.map +1 -1
- package/lib/chunks/khm7PMFG.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
|
@@ -1244,9 +1244,9 @@ const emit = defineEmits<{
|
|
|
1244
1244
|
* @param {string} e Event name
|
|
1245
1245
|
* @param {object} params Event parameters
|
|
1246
1246
|
* @param {object} params.event Event object
|
|
1247
|
-
* @param {
|
|
1247
|
+
* @param {PdfExportConfig} params.event.config Export config
|
|
1248
1248
|
*/
|
|
1249
|
-
(e: 'beforePdfExport', params: ((event: { config:
|
|
1249
|
+
(e: 'beforePdfExport', params: ((event: { config: PdfExportConfig }) => Promise<boolean>|boolean|void)|string): Promise<boolean>|boolean|void
|
|
1250
1250
|
/**
|
|
1251
1251
|
* Fires before a row is rendered.
|
|
1252
1252
|
* @param {string} e Event name
|
|
@@ -1243,9 +1243,9 @@ const emit = defineEmits<{
|
|
|
1243
1243
|
* @param {string} e Event name
|
|
1244
1244
|
* @param {object} params Event parameters
|
|
1245
1245
|
* @param {object} params.event Event object
|
|
1246
|
-
* @param {
|
|
1246
|
+
* @param {PdfExportConfig} params.event.config Export config
|
|
1247
1247
|
*/
|
|
1248
|
-
(e: 'beforePdfExport', params: ((event: { config:
|
|
1248
|
+
(e: 'beforePdfExport', params: ((event: { config: PdfExportConfig }) => Promise<boolean>|boolean|void)|string): Promise<boolean>|boolean|void
|
|
1249
1249
|
/**
|
|
1250
1250
|
* Fires before a row is rendered.
|
|
1251
1251
|
* @param {string} e Event name
|
|
@@ -1244,9 +1244,9 @@ const emit = defineEmits<{
|
|
|
1244
1244
|
* @param {string} e Event name
|
|
1245
1245
|
* @param {object} params Event parameters
|
|
1246
1246
|
* @param {object} params.event Event object
|
|
1247
|
-
* @param {
|
|
1247
|
+
* @param {PdfExportConfig} params.event.config Export config
|
|
1248
1248
|
*/
|
|
1249
|
-
(e: 'beforePdfExport', params: ((event: { config:
|
|
1249
|
+
(e: 'beforePdfExport', params: ((event: { config: PdfExportConfig }) => Promise<boolean>|boolean|void)|string): Promise<boolean>|boolean|void
|
|
1250
1250
|
/**
|
|
1251
1251
|
* Fires before a row is rendered.
|
|
1252
1252
|
* @param {string} e Event name
|