fast-crud-ui3 1.5.17 → 1.5.18-beta1

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.
@@ -35,7 +35,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
35
35
  set(val: any): void;
36
36
  };
37
37
  }, {
38
- buildSelectOptions(): void;
38
+ getOptions(force?: boolean): void;
39
39
  }, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("blur" | "change" | "focus" | "update:modelValue" | "clear" | "visibleChange" | "removeTag")[], "blur" | "change" | "focus" | "update:modelValue" | "clear" | "visibleChange" | "removeTag", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
40
40
  modelValue: {
41
41
  required: true;
@@ -69,7 +69,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
69
69
  set(val: any): void;
70
70
  };
71
71
  }, {
72
- buildSelectOptions(): void;
72
+ getOptions(force?: boolean): void;
73
73
  }, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("blur" | "change" | "focus" | "update:modelValue" | "clear" | "visibleChange" | "removeTag")[], "blur" | "change" | "focus" | "update:modelValue" | "clear" | "visibleChange" | "removeTag", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
74
74
  modelValue: {
75
75
  required: true;
@@ -358,7 +358,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
358
358
  set(val: any): void;
359
359
  };
360
360
  }, {
361
- buildSelectOptions(): void;
361
+ getOptions(force?: boolean): void;
362
362
  }, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("blur" | "change" | "focus" | "update:modelValue" | "clear" | "visibleChange" | "removeTag")[], "blur" | "change" | "focus" | "update:modelValue" | "clear" | "visibleChange" | "removeTag", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
363
363
  modelValue: {
364
364
  required: true;
@@ -227,7 +227,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
227
227
  set(val: any): void;
228
228
  };
229
229
  }, {
230
- buildSelectOptions(): void;
230
+ getOptions(force?: boolean): void;
231
231
  }, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("blur" | "change" | "focus" | "update:modelValue" | "clear" | "visibleChange" | "removeTag")[], "blur" | "change" | "focus" | "update:modelValue" | "clear" | "visibleChange" | "removeTag", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
232
232
  modelValue: {
233
233
  required: true;