@selfeesas/shared-components 0.3.3 → 0.3.4

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.
@@ -1 +1 @@
1
- .row[data-v-c5e3fee0]{width:100%;gap:8px}.smooth-rotate[data-v-0094cb2e]{transition:transform .3s ease}.logo[data-v-ab7c0ff6]{width:260px;height:auto}label[data-v-40c069f1],label[data-v-fb17c0cd]{width:50%}.icon-same-size[data-v-fb17c0cd]{margin-left:10px;margin-top:10px;font-size:30px;height:30px;width:30px;opacity:.55;display:flex;align-items:center;justify-content:center}
1
+ .row[data-v-c5e3fee0]{width:100%;gap:8px}.smooth-rotate[data-v-0094cb2e]{transition:transform .3s ease}.logo[data-v-ab7c0ff6]{width:260px;height:auto}label[data-v-618766fa],[data-v-e97e0b6e] label{width:50%}.icon-same-size[data-v-e97e0b6e]{margin-left:10px;margin-top:10px;font-size:30px;height:30px;width:30px;opacity:.55;display:flex;align-items:center;justify-content:center}
@@ -163,6 +163,8 @@ declare interface CustomBreadcrumbsProps extends QBreadcrumbsProps {
163
163
 
164
164
  export declare const DATE_FORMAT_REGEX: RegExp;
165
165
 
166
+ declare type DateInput = string | Date;
167
+
166
168
  export declare const DatePicker: DefineComponent<DatePickerProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
167
169
  "update:date": (value: string) => any;
168
170
  }, string, PublicProps, Readonly<DatePickerProps> & Readonly<{
@@ -282,7 +284,7 @@ export declare type DisabledDateObject = {
282
284
 
283
285
  export declare function formatDate(dateStr: string): string;
284
286
 
285
- export declare function isDateSelectable(date: string, minDateProps?: string | Date, maxDateProps?: string | Date, datesDisabled?: DisabledDate[]): boolean;
287
+ export declare function isDateSelectable(date: DateInput, minDateProps?: DateInput | null, maxDateProps?: DateInput | null, datesDisabled?: DisabledDate[]): boolean;
286
288
 
287
289
  export declare const Layout: __VLS_WithTemplateSlots_2<typeof __VLS_component_2, __VLS_TemplateResult_2["slots"]>;
288
290