prlg-ui 1.8.0 → 1.8.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.
package/dist/index.d.ts CHANGED
@@ -1136,6 +1136,7 @@ onFocus?: ((value: FocusEvent) => any) | undefined;
1136
1136
  }>, {
1137
1137
  type: ICalendarType;
1138
1138
  range: boolean;
1139
+ position: "start" | "end";
1139
1140
  format: string;
1140
1141
  }, {}, {}, {}, string, ComponentProvideOptions, false, {
1141
1142
  datePickerRef: HTMLDivElement;
@@ -1274,6 +1275,12 @@ declare interface IDatePickerProps extends ICalendarProps {
1274
1275
  * Состояние - обязательно поле для заполнения или нет
1275
1276
  * */
1276
1277
  required?: boolean;
1278
+ /**
1279
+ * Позиция календаря относительно поля ввода
1280
+ *
1281
+ * @default 'start'
1282
+ */
1283
+ position?: 'start' | 'end';
1277
1284
  }
1278
1285
 
1279
1286
  declare interface IFile {