@dpa-id-components/dpa-shared-components 5.1.0 → 5.1.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.
@@ -130,7 +130,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
130
130
  default: boolean;
131
131
  };
132
132
  customFormatCallback: {
133
- type: __PropType<((value: Date | [Date, Date]) => string) | undefined>;
133
+ type: __PropType<any>;
134
134
  required: false;
135
135
  default: () => null;
136
136
  };
@@ -269,7 +269,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
269
269
  default: boolean;
270
270
  };
271
271
  customFormatCallback: {
272
- type: __PropType<((value: Date | [Date, Date]) => string) | undefined>;
272
+ type: __PropType<any>;
273
273
  required: false;
274
274
  default: () => null;
275
275
  };
@@ -314,7 +314,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
314
314
  activeState: boolean | undefined;
315
315
  disabledState: boolean | undefined;
316
316
  monthPicker: boolean | undefined;
317
- customFormatCallback: ((value: Date | [Date, Date]) => string) | undefined;
317
+ customFormatCallback: any;
318
318
  inputLabel: string | undefined;
319
319
  iconLeft: string | null | undefined;
320
320
  }, {}>;
@@ -269,9 +269,9 @@ declare const _sfc_main: import("vue").DefineComponent<{
269
269
  firstAvailableDate: number | undefined;
270
270
  maxDate: Date | undefined;
271
271
  autoRange: number | null;
272
- inputLabel: string | undefined;
273
272
  showMultiCalendars: boolean | undefined;
274
273
  independentMultiCalendars: boolean | undefined;
274
+ inputLabel: string | undefined;
275
275
  mobileOverlayHeadline: string | undefined;
276
276
  overlayHeadline: string | undefined;
277
277
  hasHeader: boolean | undefined;
@@ -0,0 +1,2 @@
1
+ declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
2
+ export default _default;
@@ -13636,7 +13636,7 @@ const Gg = jg, Qg = { class: "w-37 flex h-80 flex-col border-r-2 border-r-gray-2
13636
13636
  activeState: { type: Boolean, default: !1 },
13637
13637
  disabledState: { type: Boolean, default: !1 },
13638
13638
  monthPicker: { type: Boolean, default: !1 },
13639
- customFormatCallback: { type: Function, default: () => null },
13639
+ customFormatCallback: { default: () => null },
13640
13640
  inputLabel: { default: "" },
13641
13641
  iconLeft: { default: null }
13642
13642
  },