@maxax/ui 1.0.12 → 1.0.17
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/dist/index.cjs +4 -0
- package/dist/index.cjs.map +1 -1
- package/dist/index.mjs +4 -0
- package/dist/index.mjs.map +1 -1
- package/dist/locales.cjs +68 -52
- package/dist/locales.cjs.map +1 -1
- package/dist/locales.mjs +68 -52
- package/dist/locales.mjs.map +1 -1
- package/package.json +3 -3
package/dist/index.cjs
CHANGED
|
@@ -20934,12 +20934,16 @@ const _sfc_main$b = /* @__PURE__ */ vue.defineComponent({
|
|
|
20934
20934
|
animat: { type: Boolean },
|
|
20935
20935
|
delayHover: {},
|
|
20936
20936
|
onSelection: { type: Function },
|
|
20937
|
+
onReady: { type: Function },
|
|
20938
|
+
onInitRendered: { type: Function },
|
|
20939
|
+
onDataRendered: { type: Function },
|
|
20937
20940
|
onKeydownStart: { type: Function },
|
|
20938
20941
|
onKeydown: { type: Function },
|
|
20939
20942
|
onKeydownEnd: { type: Function },
|
|
20940
20943
|
onPaste: { type: Function },
|
|
20941
20944
|
onCopy: { type: Function },
|
|
20942
20945
|
onCut: { type: Function },
|
|
20946
|
+
onContextMenu: { type: Function },
|
|
20943
20947
|
onColumnsChange: { type: Function },
|
|
20944
20948
|
onDataChange: { type: Function },
|
|
20945
20949
|
onFooterDataChange: { type: Function },
|