prlg-ui 1.8.167 → 1.8.169

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.
package/dist/index.d.ts CHANGED
@@ -229,7 +229,9 @@ declare const __VLS_component_24: DefineComponent<__VLS_Props_32, {}, {}, {}, {}
229
229
 
230
230
  declare const __VLS_component_25: DefineComponent<__VLS_Props_33, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_33> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
231
231
 
232
- declare const __VLS_component_26: DefineComponent<ScheduleProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
232
+ declare const __VLS_component_26: DefineComponent<ScheduleProps, {
233
+ errorTime: Ref<Record<string, string | null>, Record<string, string | null>>;
234
+ }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
233
235
  clear: () => any;
234
236
  change: (value: DayOfWeek[]) => any;
235
237
  "update:modelValue": (value: DayOfWeek[]) => any;
@@ -444,7 +446,8 @@ declare type __VLS_Props_26 = DrawerProps;
444
446
  declare type __VLS_Props_27 = {
445
447
  title?: string;
446
448
  style?: CSSProperties;
447
- position?: "top" | "center" | "bottom";
449
+ position?: 'top' | 'center' | 'bottom';
450
+ closeOnClickModal?: boolean;
448
451
  };
449
452
 
450
453
  declare type __VLS_Props_28 = {
@@ -565,7 +568,7 @@ declare type __VLS_PublicProps_17 = {
565
568
  } & __VLS_Props_26;
566
569
 
567
570
  declare type __VLS_PublicProps_18 = {
568
- "open": boolean;
571
+ 'open': boolean;
569
572
  } & __VLS_Props_27;
570
573
 
571
574
  declare type __VLS_PublicProps_19 = {
@@ -1385,7 +1388,7 @@ declare interface DayOfWeek {
1385
1388
  key: string;
1386
1389
  label: string;
1387
1390
  enabled: boolean;
1388
- time?: TimeRange;
1391
+ time: TimeRange;
1389
1392
  }
1390
1393
 
1391
1394
  export declare const Divider: __VLS_WithTemplateSlots_20<typeof __VLS_component_20, __VLS_TemplateResult_20["slots"]>;