finso-vue-components 0.4.29 → 0.4.31

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.
@@ -14,6 +14,7 @@ export interface FDatePickerProps {
14
14
  locale?: string;
15
15
  firstDayOfWeek?: number;
16
16
  dateFormat?: string;
17
+ header?: string;
17
18
  }
18
19
  declare const _default: import("vue").DefineComponent<FDatePickerProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<FDatePickerProps> & Readonly<{}>, {
19
20
  color: string;
@@ -26,6 +27,7 @@ declare const _default: import("vue").DefineComponent<FDatePickerProps, {}, {},
26
27
  rules: string | GenericValidateFunction<string>;
27
28
  max: undefined;
28
29
  min: undefined;
30
+ header: string;
29
31
  locale: string;
30
32
  firstDayOfWeek: number;
31
33
  dateFormat: string;
@@ -8,11 +8,13 @@ type __VLS_Props = FDialogProps;
8
8
  type __VLS_PublicProps = __VLS_Props & {
9
9
  modelValue?: boolean;
10
10
  };
11
- declare var __VLS_14: {}, __VLS_32: {};
11
+ declare var __VLS_14: {}, __VLS_32: {}, __VLS_42: {};
12
12
  type __VLS_Slots = {} & {
13
13
  header?: (props: typeof __VLS_14) => any;
14
14
  } & {
15
15
  default?: (props: typeof __VLS_32) => any;
16
+ } & {
17
+ footer?: (props: typeof __VLS_42) => any;
16
18
  };
17
19
  declare const __VLS_component: import("vue").DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
18
20
  "update:modelValue": (value: boolean | undefined) => any;
@@ -1 +1 @@
1
- .f-data-table__logo[data-v-6a520706]{object-fit:contain}.f-data-table__logo-avatar[data-v-6a520706]{background-color:#fff}.f-data-table__actions[data-v-6a520706]{display:flex;gap:4px;align-items:center;min-width:80px}[data-v-7639bf96] .v-time-picker{min-height:540px}[data-v-f2792853] .v-picker-title{display:none}
1
+ .f-data-table__logo[data-v-6a520706]{object-fit:contain}.f-data-table__logo-avatar[data-v-6a520706]{background-color:#fff}.f-data-table__actions[data-v-6a520706]{display:flex;gap:4px;align-items:center;min-width:80px}[data-v-7639bf96] .v-time-picker{min-height:540px}[data-v-313419c1] .v-picker-title{display:none}