voiptime-components 1.12.28 → 1.12.30

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.d.ts CHANGED
@@ -127,7 +127,6 @@ declare const __VLS_component_5: DefineComponent<__VLS_PublicProps, {
127
127
  clearSelection: () => void;
128
128
  getSelectionRows: () => Record<string, any>[];
129
129
  setSelectionRows: (rows: Record<string, any>[]) => void;
130
- resetInfinityScroll: () => void;
131
130
  }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
132
131
  "current-change": (payload: {
133
132
  currentRow: Record<string, any> | null;