@selfeesas/shared-components 1.0.5 → 1.0.6

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.
@@ -19,7 +19,7 @@ declare const __VLS_component: DefineComponent<ExtractPropTypes<__VLS_TypePropsT
19
19
  declare const __VLS_component_2: DefineComponent<ExtractPropTypes<__VLS_TypePropsToOption_9<LayoutProps>>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToOption_9<LayoutProps>>> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
20
20
 
21
21
  declare const __VLS_component_3: DefineComponent<ExtractPropTypes<__VLS_WithDefaults_8<__VLS_TypePropsToOption_12<CustomTableProps>, {
22
- filter: string;
22
+ filter: null;
23
23
  loading: boolean;
24
24
  rowKey: string;
25
25
  services: () => {};
@@ -45,7 +45,7 @@ declare const __VLS_component_3: DefineComponent<ExtractPropTypes<__VLS_WithDefa
45
45
  "update:selected": (...args: any[]) => void;
46
46
  "selection-change": (...args: any[]) => void;
47
47
  }, string, PublicProps, Readonly< ExtractPropTypes<__VLS_WithDefaults_8<__VLS_TypePropsToOption_12<CustomTableProps>, {
48
- filter: string;
48
+ filter: null;
49
49
  loading: boolean;
50
50
  rowKey: string;
51
51
  services: () => {};
@@ -64,7 +64,7 @@ declare const __VLS_component_3: DefineComponent<ExtractPropTypes<__VLS_WithDefa
64
64
  "onUpdate:selected"?: ((...args: any[]) => any) | undefined;
65
65
  "onSelection-change"?: ((...args: any[]) => any) | undefined;
66
66
  }>, {
67
- filter: string;
67
+ filter: string | null;
68
68
  loading: boolean;
69
69
  rowKey: string;
70
70
  services: CustomTableServices;
@@ -839,7 +839,7 @@ export declare interface CustomTableConditionals {
839
839
  export declare interface CustomTableProps {
840
840
  columns: TableColumn[];
841
841
  results: any[];
842
- filter?: string;
842
+ filter?: string | null;
843
843
  pagination: Pagination;
844
844
  loading?: boolean;
845
845
  onRequest?: (props: TableRequestProps) => void;
@@ -10544,7 +10544,7 @@ const zf = {
10544
10544
  props: {
10545
10545
  columns: {},
10546
10546
  results: {},
10547
- filter: { default: "" },
10547
+ filter: { default: null },
10548
10548
  pagination: {},
10549
10549
  loading: { type: Boolean, default: !1 },
10550
10550
  onRequest: {},
@@ -11018,7 +11018,7 @@ const zf = {
11018
11018
  }, 8, ["pagination", "columns", "rows", "filter", "row-key", "rows-per-page-options", "loading", "hide-no-data"])
11019
11019
  ], 64));
11020
11020
  }
11021
- }), eh = /* @__PURE__ */ yr(rd, [["__scopeId", "data-v-2f5107de"]]);
11021
+ }), eh = /* @__PURE__ */ yr(rd, [["__scopeId", "data-v-fd6c2900"]]);
11022
11022
  var vt = typeof globalThis < "u" ? globalThis : typeof window < "u" ? window : typeof global < "u" ? global : typeof self < "u" ? self : {};
11023
11023
  function nd(l) {
11024
11024
  return l && l.__esModule && Object.prototype.hasOwnProperty.call(l, "default") ? l.default : l;