@namba_one/ui-kit-2 1.5.4 → 1.5.6

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
@@ -1132,6 +1132,7 @@ declare type __VLS_PublicProps_28 = {
1132
1132
 
1133
1133
  declare type __VLS_PublicProps_29 = {
1134
1134
  'value': FilterGroup_DateValue;
1135
+ 'hasTime'?: [boolean, boolean];
1135
1136
  } & __VLS_Props_35;
1136
1137
 
1137
1138
  declare type __VLS_PublicProps_3 = {
@@ -3216,6 +3217,7 @@ export declare type DatepickerFilterValue = FilterValueBase<Date[]>;
3216
3217
 
3217
3218
  export declare type DatepickerProps = {
3218
3219
  value: Date[];
3220
+ emitPartialRange?: boolean;
3219
3221
  disabledDates?: VueDatePickerProps['disabledDates'];
3220
3222
  };
3221
3223
 
@@ -3714,8 +3716,10 @@ export declare type FilterGroup_ColumnSettingsValue = {
3714
3716
 
3715
3717
  export declare const FilterGroup_Date: DefineComponent<__VLS_PublicProps_29, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
3716
3718
  "update:value": (value: FilterGroup_DateValue) => any;
3719
+ "update:hasTime": (value: [boolean, boolean]) => any;
3717
3720
  }, string, PublicProps, Readonly<__VLS_PublicProps_29> & Readonly<{
3718
3721
  "onUpdate:value"?: ((value: FilterGroup_DateValue) => any) | undefined;
3722
+ "onUpdate:hasTime"?: ((value: [boolean, boolean]) => any) | undefined;
3719
3723
  }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
3720
3724
 
3721
3725
  export declare type FilterGroup_DateProps = {