prlg-ui 1.8.339 → 1.8.341

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/rekaUI.d.ts CHANGED
@@ -453,7 +453,7 @@ declare const __VLS_component_58: DefineComponent<__VLS_Props_7, {}, {}, {}, {},
453
453
  declare const __VLS_component_59: DefineComponent<LabelProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<LabelProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
454
454
 
455
455
  declare const __VLS_component_6: DefineComponent<IAlertDialogActionProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<IAlertDialogActionProps> & Readonly<{}>, {
456
- size: ButtonSize;
456
+ size: "extrasmall" | "small" | "medium" | "large";
457
457
  variant: ButtonVariant;
458
458
  buttonStyle: ButtonStyle;
459
459
  strong: boolean;
@@ -534,7 +534,7 @@ as: AsTag | Component;
534
534
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
535
535
 
536
536
  declare const __VLS_component_7: DefineComponent<IAlertDialogCancelProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<IAlertDialogCancelProps> & Readonly<{}>, {
537
- size: ButtonSize;
537
+ size: "extrasmall" | "small" | "medium" | "large";
538
538
  variant: ButtonVariant;
539
539
  buttonStyle: ButtonStyle;
540
540
  strong: boolean;
@@ -1180,11 +1180,15 @@ declare type __VLS_Props_9 = {
1180
1180
  viewButtons?: boolean;
1181
1181
  max?: number;
1182
1182
  min?: number;
1183
- countInPackage?: number;
1183
+ step?: number;
1184
1184
  icon?: Component;
1185
1185
  iconPosition?: 'left' | 'right';
1186
1186
  formatter?: (value: number) => number;
1187
1187
  selectOnFocus?: boolean;
1188
+ size?: 'small' | 'medium' | 'large';
1189
+ readonly?: boolean;
1190
+ disabled?: boolean;
1191
+ error?: boolean;
1188
1192
  };
1189
1193
 
1190
1194
  declare type __VLS_PublicProps = {
@@ -1737,6 +1741,7 @@ declare function __VLS_template_60(): {
1737
1741
  declare function __VLS_template_61(): {
1738
1742
  attrs: Partial<{}>;
1739
1743
  slots: {
1744
+ prefix?(_: {}): any;
1740
1745
  suffix?(_: {}): any;
1741
1746
  };
1742
1747
  refs: {};
@@ -2994,8 +2999,6 @@ export declare const Button: __VLS_WithTemplateSlots_12<typeof __VLS_component_1
2994
2999
 
2995
3000
  declare type ButtonIconPosition = "start" | "end";
2996
3001
 
2997
- declare type ButtonSize = "extrasmall" | "small" | "medium" | "large";
2998
-
2999
3002
  declare type ButtonStyle = "contrast" | "outlined" | "text" | "text-filled";
3000
3003
 
3001
3004
  declare type ButtonVariant = "primary" | "danger" | "secondary" | "link";
@@ -3019,7 +3022,7 @@ export declare const CalendarHeader: __VLS_WithTemplateSlots_18<typeof __VLS_com
3019
3022
  export declare const CalendarHeading: DefineComponent<CalendarHeadingProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<CalendarHeadingProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
3020
3023
 
3021
3024
  export declare const CalendarNext: DefineComponent<ICalendarPrevProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ICalendarPrevProps> & Readonly<{}>, {
3022
- size: ButtonSize;
3025
+ size: "extrasmall" | "small" | "medium" | "large";
3023
3026
  variant: ButtonVariant;
3024
3027
  buttonStyle: ButtonStyle;
3025
3028
  icon: Component;
@@ -3027,7 +3030,7 @@ iconOnly: boolean;
3027
3030
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
3028
3031
 
3029
3032
  export declare const CalendarPrev: DefineComponent<ICalendarPrevProps_2, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ICalendarPrevProps_2> & Readonly<{}>, {
3030
- size: ButtonSize;
3033
+ size: "extrasmall" | "small" | "medium" | "large";
3031
3034
  variant: ButtonVariant;
3032
3035
  buttonStyle: ButtonStyle;
3033
3036
  icon: Component;
@@ -3128,7 +3131,7 @@ export declare const DatePickerHeading: DefineComponent<DatePickerHeadingProps,
3128
3131
  export declare const DatePickerInput: __VLS_WithTemplateSlots_37<typeof __VLS_component_37, __VLS_TemplateResult_37["slots"]>;
3129
3132
 
3130
3133
  export declare const DatePickerNext: DefineComponent<IDatePickerNextProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<IDatePickerNextProps> & Readonly<{}>, {
3131
- size: ButtonSize;
3134
+ size: "extrasmall" | "small" | "medium" | "large";
3132
3135
  variant: ButtonVariant;
3133
3136
  buttonStyle: ButtonStyle;
3134
3137
  icon: Component;
@@ -3136,7 +3139,7 @@ iconOnly: boolean;
3136
3139
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
3137
3140
 
3138
3141
  export declare const DatePickerPrev: DefineComponent<IDatePickerPrevProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<IDatePickerPrevProps> & Readonly<{}>, {
3139
- size: ButtonSize;
3142
+ size: "extrasmall" | "small" | "medium" | "large";
3140
3143
  variant: ButtonVariant;
3141
3144
  buttonStyle: ButtonStyle;
3142
3145
  icon: Component;
@@ -3168,6 +3171,7 @@ export declare const DateRangePickerContent: __VLS_WithTemplateSlots_40<typeof _
3168
3171
  export declare const DateRangePickerField: DefineComponent<IDatePickerFieldProps_2, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<IDatePickerFieldProps_2> & Readonly<{}>, {
3169
3172
  size: "small" | "default" | "large";
3170
3173
  width: number;
3174
+ closable: boolean;
3171
3175
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
3172
3176
 
3173
3177
  export { DateRangePickerGrid }
@@ -3185,7 +3189,7 @@ export declare const DateRangePickerHeader: __VLS_WithTemplateSlots_44<typeof __
3185
3189
  export declare const DateRangePickerHeading: DefineComponent<DateRangePickerHeadingProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<DateRangePickerHeadingProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
3186
3190
 
3187
3191
  export declare const DateRangePickerNext: DefineComponent<IDateRangePickerNextProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<IDateRangePickerNextProps> & Readonly<{}>, {
3188
- size: ButtonSize;
3192
+ size: "extrasmall" | "small" | "medium" | "large";
3189
3193
  variant: ButtonVariant;
3190
3194
  buttonStyle: ButtonStyle;
3191
3195
  icon: Component;
@@ -3193,7 +3197,7 @@ iconOnly: boolean;
3193
3197
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
3194
3198
 
3195
3199
  export declare const DateRangePickerPrev: DefineComponent<IDateRangePickerPrevProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<IDateRangePickerPrevProps> & Readonly<{}>, {
3196
- size: ButtonSize;
3200
+ size: "extrasmall" | "small" | "medium" | "large";
3197
3201
  variant: ButtonVariant;
3198
3202
  buttonStyle: ButtonStyle;
3199
3203
  icon: Component;
@@ -3378,7 +3382,7 @@ export declare interface IAlertProps {
3378
3382
  }
3379
3383
 
3380
3384
  export declare interface IButtonProps {
3381
- size?: ButtonSize;
3385
+ size?: "extrasmall" | "small" | "medium" | "large";
3382
3386
  variant?: ButtonVariant;
3383
3387
  buttonStyle?: ButtonStyle;
3384
3388
  full?: boolean;
@@ -3453,6 +3457,7 @@ declare interface IDatePickerFieldProps_2 {
3453
3457
  width?: number;
3454
3458
  inputPlaceholder?: string;
3455
3459
  size?: 'small' | 'default' | 'large';
3460
+ closable?: boolean;
3456
3461
  }
3457
3462
 
3458
3463
  declare interface IDatePickerNextProps extends Omit<DatePickerNextProps, 'as' | 'asChild'>, IButtonProps {
@@ -3753,7 +3758,7 @@ export declare const RangeCalendarHeader: __VLS_WithTemplateSlots_23<typeof __VL
3753
3758
  export declare const RangeCalendarHeading: DefineComponent<RangeCalendarHeadingProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<RangeCalendarHeadingProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
3754
3759
 
3755
3760
  export declare const RangeCalendarNext: DefineComponent<ICalendarPrevProps_3, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ICalendarPrevProps_3> & Readonly<{}>, {
3756
- size: ButtonSize;
3761
+ size: "extrasmall" | "small" | "medium" | "large";
3757
3762
  variant: ButtonVariant;
3758
3763
  buttonStyle: ButtonStyle;
3759
3764
  icon: Component;
@@ -3761,7 +3766,7 @@ iconOnly: boolean;
3761
3766
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
3762
3767
 
3763
3768
  export declare const RangeCalendarPrev: DefineComponent<ICalendarPrevProps_4, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ICalendarPrevProps_4> & Readonly<{}>, {
3764
- size: ButtonSize;
3769
+ size: "extrasmall" | "small" | "medium" | "large";
3765
3770
  variant: ButtonVariant;
3766
3771
  buttonStyle: ButtonStyle;
3767
3772
  icon: Component;
@@ -27,13 +27,12 @@
27
27
  --input-color-text: var(--theme-neutral-text-body);
28
28
  --input-color-placeholder: var(--theme-neutral-500);
29
29
  --input-color-disabled: var(--theme-neutral-text-disabled);
30
+ --input-color-error: var(--theme-error-500);
30
31
 
31
32
  --input-border-color: var(--theme-neutral-border-default);
32
33
  --input-border-color-hover: var(--theme-primary-300);
33
34
  --input-border-color-focus: var(--theme-primary-500);
34
35
  --input-border-color-disabled: var(--theme-neutral-border-disabled);
35
-
36
- --input-error-color: var(--theme-error-500);
37
36
  }
38
37
 
39
38
  @include respond(lg) {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "prlg-ui",
3
3
  "private": false,
4
- "version": "1.8.339",
4
+ "version": "1.8.341",
5
5
  "type": "module",
6
6
  "main": "dist/prlg-ui.umd.js",
7
7
  "module": "dist/prlg-ui.es.js",
Binary file