dolphin-components 3.1.17 → 3.1.18-beta.1
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/dolphin-components.cjs.js +2 -2
- package/dist/dolphin-components.es.js +1311 -1303
- package/dist/dolphin-components.umd.js +72 -72
- package/dist/index.d.ts +2 -0
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -222,6 +222,7 @@ declare const __VLS_export_4: DefineComponent<TabulatorProps, {
|
|
|
222
222
|
maxSelectableRows: number | boolean;
|
|
223
223
|
enableRangeSelect: boolean;
|
|
224
224
|
selectionOverflowMode: "block" | "rolling";
|
|
225
|
+
ajaxDelay: number;
|
|
225
226
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
226
227
|
|
|
227
228
|
declare const __VLS_export_5: DefineComponent<ToggleProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
@@ -675,6 +676,7 @@ export declare interface TabulatorProps {
|
|
|
675
676
|
maxSelectableRows?: number | boolean;
|
|
676
677
|
enableRangeSelect?: boolean;
|
|
677
678
|
selectionOverflowMode?: "block" | "rolling";
|
|
679
|
+
ajaxDelay?: number;
|
|
678
680
|
}
|
|
679
681
|
|
|
680
682
|
export declare const TextEditor: typeof __VLS_export_15;
|