prlg-ui 1.8.310 → 1.8.312

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
@@ -189,10 +189,12 @@ import { SelectSeparatorProps } from 'reka-ui';
189
189
  import { SelectTriggerProps } from 'reka-ui';
190
190
  import { SelectValueProps } from 'reka-ui';
191
191
  import { SelectViewportProps } from 'reka-ui';
192
+ import { ShallowRef } from 'vue';
192
193
  import { ShallowUnwrapRef } from 'vue';
193
194
  import { Slot } from 'vue';
194
195
  import { SortingState } from '@tanstack/vue-table';
195
196
  import { StepperItemProps } from 'reka-ui';
197
+ import { StepperRoot as StepperRoot_2 } from 'reka-ui';
196
198
  import { StepperRootProps } from 'reka-ui';
197
199
  import { SwitchRootProps } from 'reka-ui';
198
200
  import { SwitchThumbProps } from 'reka-ui';
@@ -221,6 +223,7 @@ import { VNodeProps } from 'vue';
221
223
  import { WatchCallback } from 'vue';
222
224
  import { WatchOptions } from 'vue';
223
225
  import { WatchStopHandle } from 'vue';
226
+ import { WritableComputedRef } from 'vue';
224
227
  import { ZonedDateTime } from '@internationalized/date';
225
228
 
226
229
  declare const __VLS_component: DefineComponent<IAccordionContentProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<IAccordionContentProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
@@ -755,11 +758,265 @@ declare const __VLS_component_77: DefineComponent<SelectViewportProps, {}, {}, {
755
758
 
756
759
  declare const __VLS_component_78: DefineComponent<StepperItemProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<StepperItemProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
757
760
 
758
- declare const __VLS_component_79: DefineComponent<StepperRootProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
761
+ declare const __VLS_component_79: DefineComponent<StepperRootProps, {
762
+ $el: Readonly<ShallowRef<({
763
+ new (...args: any[]): CreateComponentPublicInstanceWithMixins<Readonly<StepperRootProps> & Readonly<{
764
+ "onUpdate:modelValue"?: ((payload: number | undefined) => any) | undefined;
765
+ }>, {
766
+ goToStep: (step: number) => void;
767
+ nextStep: () => void;
768
+ prevStep: () => void;
769
+ modelValue: WritableComputedRef<number | undefined, number | undefined>;
770
+ totalSteps: ComputedRef<number>;
771
+ isNextDisabled: ComputedRef<boolean>;
772
+ isPrevDisabled: ComputedRef<boolean>;
773
+ isFirstStep: ComputedRef<boolean>;
774
+ isLastStep: ComputedRef<boolean>;
775
+ hasNext: () => boolean;
776
+ hasPrev: () => boolean;
777
+ }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
778
+ "update:modelValue": (payload: number | undefined) => any;
779
+ }, PublicProps, {
780
+ orientation: "horizontal" | "vertical";
781
+ defaultValue: number;
782
+ linear: boolean;
783
+ }, false, {}, {}, GlobalComponents, GlobalDirectives, string, {}, any, ComponentProvideOptions, {
784
+ P: {};
785
+ B: {};
786
+ D: {};
787
+ C: {};
788
+ M: {};
789
+ Defaults: {};
790
+ }, Readonly<StepperRootProps> & Readonly<{
791
+ "onUpdate:modelValue"?: ((payload: number | undefined) => any) | undefined;
792
+ }>, {
793
+ goToStep: (step: number) => void;
794
+ nextStep: () => void;
795
+ prevStep: () => void;
796
+ modelValue: WritableComputedRef<number | undefined, number | undefined>;
797
+ totalSteps: ComputedRef<number>;
798
+ isNextDisabled: ComputedRef<boolean>;
799
+ isPrevDisabled: ComputedRef<boolean>;
800
+ isFirstStep: ComputedRef<boolean>;
801
+ isLastStep: ComputedRef<boolean>;
802
+ hasNext: () => boolean;
803
+ hasPrev: () => boolean;
804
+ }, {}, {}, {}, {
805
+ orientation: "horizontal" | "vertical";
806
+ defaultValue: number;
807
+ linear: boolean;
808
+ }>;
809
+ __isFragment?: never;
810
+ __isTeleport?: never;
811
+ __isSuspense?: never;
812
+ } & ComponentOptionsBase<Readonly<StepperRootProps> & Readonly<{
813
+ "onUpdate:modelValue"?: ((payload: number | undefined) => any) | undefined;
814
+ }>, {
815
+ goToStep: (step: number) => void;
816
+ nextStep: () => void;
817
+ prevStep: () => void;
818
+ modelValue: WritableComputedRef<number | undefined, number | undefined>;
819
+ totalSteps: ComputedRef<number>;
820
+ isNextDisabled: ComputedRef<boolean>;
821
+ isPrevDisabled: ComputedRef<boolean>;
822
+ isFirstStep: ComputedRef<boolean>;
823
+ isLastStep: ComputedRef<boolean>;
824
+ hasNext: () => boolean;
825
+ hasPrev: () => boolean;
826
+ }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
827
+ "update:modelValue": (payload: number | undefined) => any;
828
+ }, string, {
829
+ orientation: "horizontal" | "vertical";
830
+ defaultValue: number;
831
+ linear: boolean;
832
+ }, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & VNodeProps & AllowedComponentProps & ComponentCustomProps & (new () => {
833
+ $slots: {
834
+ default?: (props: {
835
+ modelValue: number | undefined;
836
+ totalSteps: number;
837
+ isNextDisabled: boolean;
838
+ isPrevDisabled: boolean;
839
+ isFirstStep: boolean;
840
+ isLastStep: boolean;
841
+ goToStep: (step: number) => void;
842
+ nextStep: () => void;
843
+ prevStep: () => void;
844
+ hasNext: () => boolean;
845
+ hasPrev: () => boolean;
846
+ }) => any;
847
+ };
848
+ })) | null>>;
849
+ }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
759
850
  "update:modelValue": (payload: number | undefined) => any;
760
851
  }, string, PublicProps, Readonly<StepperRootProps> & Readonly<{
761
852
  "onUpdate:modelValue"?: ((payload: number | undefined) => any) | undefined;
762
- }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
853
+ }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {
854
+ stepper: ({
855
+ $: ComponentInternalInstance;
856
+ $data: {};
857
+ $props: {
858
+ readonly defaultValue?: number | undefined;
859
+ readonly orientation?: ("horizontal" | "vertical") | undefined;
860
+ readonly dir?: ("ltr" | "rtl") | undefined;
861
+ readonly modelValue?: number | undefined;
862
+ readonly linear?: boolean | undefined;
863
+ readonly asChild?: boolean | undefined;
864
+ readonly as?: (AsTag | Component) | undefined;
865
+ readonly "onUpdate:modelValue"?: ((payload: number | undefined) => any) | undefined;
866
+ } & VNodeProps & AllowedComponentProps & ComponentCustomProps;
867
+ $attrs: {
868
+ [x: string]: unknown;
869
+ };
870
+ $refs: {
871
+ [x: string]: unknown;
872
+ };
873
+ $slots: Readonly<{
874
+ [name: string]: Slot<any> | undefined;
875
+ }>;
876
+ $root: ComponentPublicInstance | null;
877
+ $parent: ComponentPublicInstance | null;
878
+ $host: Element | null;
879
+ $emit: (event: "update:modelValue", payload: number | undefined) => void;
880
+ $el: any;
881
+ $options: ComponentOptionsBase<Readonly<StepperRootProps> & Readonly<{
882
+ "onUpdate:modelValue"?: ((payload: number | undefined) => any) | undefined;
883
+ }>, {
884
+ StepperRoot: typeof StepperRoot_2;
885
+ forwared: typeof forwared_2;
886
+ }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
887
+ "update:modelValue": (payload: number | undefined) => any;
888
+ }, string, {}, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & {
889
+ beforeCreate?: (() => void) | (() => void)[];
890
+ created?: (() => void) | (() => void)[];
891
+ beforeMount?: (() => void) | (() => void)[];
892
+ mounted?: (() => void) | (() => void)[];
893
+ beforeUpdate?: (() => void) | (() => void)[];
894
+ updated?: (() => void) | (() => void)[];
895
+ activated?: (() => void) | (() => void)[];
896
+ deactivated?: (() => void) | (() => void)[];
897
+ beforeDestroy?: (() => void) | (() => void)[];
898
+ beforeUnmount?: (() => void) | (() => void)[];
899
+ destroyed?: (() => void) | (() => void)[];
900
+ unmounted?: (() => void) | (() => void)[];
901
+ renderTracked?: ((e: DebuggerEvent) => void) | ((e: DebuggerEvent) => void)[];
902
+ renderTriggered?: ((e: DebuggerEvent) => void) | ((e: DebuggerEvent) => void)[];
903
+ errorCaptured?: ((err: unknown, instance: ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: ComponentPublicInstance | null, info: string) => boolean | void)[];
904
+ };
905
+ $forceUpdate: () => void;
906
+ $nextTick: nextTick;
907
+ $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, OnCleanup]) => any : (...args: [any, any, OnCleanup]) => any, options?: WatchOptions): WatchStopHandle;
908
+ } & Readonly<{}> & Omit<Readonly<StepperRootProps> & Readonly<{
909
+ "onUpdate:modelValue"?: ((payload: number | undefined) => any) | undefined;
910
+ }>, "forwared" | "StepperRoot"> & ShallowUnwrapRef< {
911
+ StepperRoot: typeof StepperRoot_2;
912
+ forwared: typeof forwared_2;
913
+ }> & {} & ComponentCustomProperties & {} & {
914
+ $slots: {
915
+ default?(_: {}): any;
916
+ };
917
+ } & {
918
+ $: ComponentInternalInstance;
919
+ $data: {};
920
+ $props: {
921
+ readonly defaultValue?: number | undefined;
922
+ readonly orientation?: ("horizontal" | "vertical") | undefined;
923
+ readonly dir?: ("ltr" | "rtl") | undefined;
924
+ readonly modelValue?: number | undefined;
925
+ readonly linear?: boolean | undefined;
926
+ readonly asChild?: boolean | undefined;
927
+ readonly as?: (AsTag | Component) | undefined;
928
+ readonly "onUpdate:modelValue"?: ((payload: number | undefined) => any) | undefined | undefined;
929
+ } & VNodeProps & AllowedComponentProps & ComponentCustomProps;
930
+ $attrs: {
931
+ [x: string]: unknown;
932
+ };
933
+ $refs: {
934
+ [x: string]: unknown;
935
+ };
936
+ $slots: Readonly<{
937
+ [name: string]: Slot<any> | undefined;
938
+ }>;
939
+ $root: ComponentPublicInstance | null;
940
+ $parent: ComponentPublicInstance | null;
941
+ $host: Element | null;
942
+ $emit: (event: "update:modelValue", payload: number | undefined) => void;
943
+ $el: any;
944
+ $options: ComponentOptionsBase<Readonly<StepperRootProps> & Readonly<{
945
+ "onUpdate:modelValue"?: ((payload: number | undefined) => any) | undefined;
946
+ }>, {
947
+ goToStep: (step: number) => void;
948
+ nextStep: () => void;
949
+ prevStep: () => void;
950
+ modelValue: WritableComputedRef<number | undefined, number | undefined>;
951
+ totalSteps: ComputedRef<number>;
952
+ isNextDisabled: ComputedRef<boolean>;
953
+ isPrevDisabled: ComputedRef<boolean>;
954
+ isFirstStep: ComputedRef<boolean>;
955
+ isLastStep: ComputedRef<boolean>;
956
+ hasNext: () => boolean;
957
+ hasPrev: () => boolean;
958
+ }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
959
+ "update:modelValue": (payload: number | undefined) => any;
960
+ }, string, {
961
+ orientation: "horizontal" | "vertical";
962
+ defaultValue: number;
963
+ linear: boolean;
964
+ }, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & {
965
+ beforeCreate?: (() => void) | (() => void)[];
966
+ created?: (() => void) | (() => void)[];
967
+ beforeMount?: (() => void) | (() => void)[];
968
+ mounted?: (() => void) | (() => void)[];
969
+ beforeUpdate?: (() => void) | (() => void)[];
970
+ updated?: (() => void) | (() => void)[];
971
+ activated?: (() => void) | (() => void)[];
972
+ deactivated?: (() => void) | (() => void)[];
973
+ beforeDestroy?: (() => void) | (() => void)[];
974
+ beforeUnmount?: (() => void) | (() => void)[];
975
+ destroyed?: (() => void) | (() => void)[];
976
+ unmounted?: (() => void) | (() => void)[];
977
+ renderTracked?: ((e: DebuggerEvent) => void) | ((e: DebuggerEvent) => void)[];
978
+ renderTriggered?: ((e: DebuggerEvent) => void) | ((e: DebuggerEvent) => void)[];
979
+ errorCaptured?: ((err: unknown, instance: ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: ComponentPublicInstance | null, info: string) => boolean | void)[];
980
+ };
981
+ $forceUpdate: () => void;
982
+ $nextTick: nextTick;
983
+ $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, OnCleanup]) => any : (...args: [any, any, OnCleanup]) => any, options?: WatchOptions): WatchStopHandle;
984
+ } & Readonly<{
985
+ orientation: "horizontal" | "vertical";
986
+ defaultValue: number;
987
+ linear: boolean;
988
+ }> & Omit<Readonly<StepperRootProps> & Readonly<{
989
+ "onUpdate:modelValue"?: ((payload: number | undefined) => any) | undefined;
990
+ }>, "modelValue" | "linear" | "orientation" | "defaultValue" | "goToStep" | "nextStep" | "prevStep" | "totalSteps" | "isNextDisabled" | "isPrevDisabled" | "isFirstStep" | "isLastStep" | "hasNext" | "hasPrev"> & ShallowUnwrapRef< {
991
+ goToStep: (step: number) => void;
992
+ nextStep: () => void;
993
+ prevStep: () => void;
994
+ modelValue: WritableComputedRef<number | undefined, number | undefined>;
995
+ totalSteps: ComputedRef<number>;
996
+ isNextDisabled: ComputedRef<boolean>;
997
+ isPrevDisabled: ComputedRef<boolean>;
998
+ isFirstStep: ComputedRef<boolean>;
999
+ isLastStep: ComputedRef<boolean>;
1000
+ hasNext: () => boolean;
1001
+ hasPrev: () => boolean;
1002
+ }> & {
1003
+ $slots: {
1004
+ default?: (props: {
1005
+ modelValue: number | undefined;
1006
+ totalSteps: number;
1007
+ isNextDisabled: boolean;
1008
+ isPrevDisabled: boolean;
1009
+ isFirstStep: boolean;
1010
+ isLastStep: boolean;
1011
+ goToStep: (step: number) => void;
1012
+ nextStep: () => void;
1013
+ prevStep: () => void;
1014
+ hasNext: () => boolean;
1015
+ hasPrev: () => boolean;
1016
+ }) => any;
1017
+ };
1018
+ }) | null;
1019
+ }, any>;
763
1020
 
764
1021
  declare const __VLS_component_8: DefineComponent<IAlertDialogContentProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<IAlertDialogContentProps> & Readonly<{}>, {
765
1022
  width: number;
@@ -785,6 +1042,14 @@ declare type __VLS_Props = {
785
1042
  };
786
1043
 
787
1044
  declare type __VLS_Props_10 = {
1045
+ file: string | IFile;
1046
+ alt?: string;
1047
+ size?: "small" | "medium" | "large" | "full";
1048
+ fullScreen?: boolean;
1049
+ viewInfo?: boolean;
1050
+ };
1051
+
1052
+ declare type __VLS_Props_11 = {
788
1053
  label?: string;
789
1054
  placeholder?: string;
790
1055
  name?: string;
@@ -804,7 +1069,7 @@ declare type __VLS_Props_10 = {
804
1069
  minHeight?: string;
805
1070
  };
806
1071
 
807
- declare type __VLS_Props_11 = {
1072
+ declare type __VLS_Props_12 = {
808
1073
  placeholder?: string;
809
1074
  };
810
1075
 
@@ -843,17 +1108,20 @@ declare type __VLS_Props_6 = {
843
1108
  required?: boolean;
844
1109
  };
845
1110
 
846
- declare type __VLS_Props_7 = InputTextProps;
1111
+ declare type __VLS_Props_7 = {
1112
+ viewButtons?: boolean;
1113
+ max?: number;
1114
+ min?: number;
1115
+ countInPackage?: number;
1116
+ icon?: Component;
1117
+ iconPosition?: 'left' | 'right';
1118
+ formatter?: (value: number) => number;
1119
+ selectOnFocus?: boolean;
1120
+ };
847
1121
 
848
- declare type __VLS_Props_8 = InputTextProps_2;
1122
+ declare type __VLS_Props_8 = InputTextProps;
849
1123
 
850
- declare type __VLS_Props_9 = {
851
- file: string | IFile;
852
- alt?: string;
853
- size?: "small" | "medium" | "large" | "full";
854
- fullScreen?: boolean;
855
- viewInfo?: boolean;
856
- };
1124
+ declare type __VLS_Props_9 = InputTextProps_2;
857
1125
 
858
1126
  declare type __VLS_PublicProps = {
859
1127
  modelValue?: string | boolean | any | null | any[];
@@ -866,7 +1134,7 @@ declare type __VLS_PublicProps_2 = {
866
1134
  } & __VLS_Props_5;
867
1135
 
868
1136
  declare type __VLS_PublicProps_3 = {
869
- modelValue?: string;
1137
+ modelValue: number;
870
1138
  } & __VLS_Props_7;
871
1139
 
872
1140
  declare type __VLS_PublicProps_4 = {
@@ -875,12 +1143,16 @@ declare type __VLS_PublicProps_4 = {
875
1143
 
876
1144
  declare type __VLS_PublicProps_5 = {
877
1145
  modelValue?: string;
878
- } & __VLS_Props_10;
1146
+ } & __VLS_Props_9;
879
1147
 
880
1148
  declare type __VLS_PublicProps_6 = {
881
- modelValue: TShedule | null;
1149
+ modelValue?: string;
882
1150
  } & __VLS_Props_11;
883
1151
 
1152
+ declare type __VLS_PublicProps_7 = {
1153
+ modelValue: TShedule | null;
1154
+ } & __VLS_Props_12;
1155
+
884
1156
  declare function __VLS_template(): {
885
1157
  attrs: Partial<{}>;
886
1158
  slots: {
@@ -1695,7 +1967,173 @@ declare function __VLS_template_79(): {
1695
1967
  slots: {
1696
1968
  default?(_: {}): any;
1697
1969
  };
1698
- refs: {};
1970
+ refs: {
1971
+ stepper: ({
1972
+ $: ComponentInternalInstance;
1973
+ $data: {};
1974
+ $props: {
1975
+ readonly defaultValue?: number | undefined;
1976
+ readonly orientation?: ("horizontal" | "vertical") | undefined;
1977
+ readonly dir?: ("ltr" | "rtl") | undefined;
1978
+ readonly modelValue?: number | undefined;
1979
+ readonly linear?: boolean | undefined;
1980
+ readonly asChild?: boolean | undefined;
1981
+ readonly as?: (AsTag | Component) | undefined;
1982
+ readonly "onUpdate:modelValue"?: ((payload: number | undefined) => any) | undefined;
1983
+ } & VNodeProps & AllowedComponentProps & ComponentCustomProps;
1984
+ $attrs: {
1985
+ [x: string]: unknown;
1986
+ };
1987
+ $refs: {
1988
+ [x: string]: unknown;
1989
+ };
1990
+ $slots: Readonly<{
1991
+ [name: string]: Slot<any> | undefined;
1992
+ }>;
1993
+ $root: ComponentPublicInstance | null;
1994
+ $parent: ComponentPublicInstance | null;
1995
+ $host: Element | null;
1996
+ $emit: (event: "update:modelValue", payload: number | undefined) => void;
1997
+ $el: any;
1998
+ $options: ComponentOptionsBase<Readonly<StepperRootProps> & Readonly<{
1999
+ "onUpdate:modelValue"?: ((payload: number | undefined) => any) | undefined;
2000
+ }>, {
2001
+ StepperRoot: typeof StepperRoot_2;
2002
+ forwared: typeof forwared_2;
2003
+ }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
2004
+ "update:modelValue": (payload: number | undefined) => any;
2005
+ }, string, {}, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & {
2006
+ beforeCreate?: (() => void) | (() => void)[];
2007
+ created?: (() => void) | (() => void)[];
2008
+ beforeMount?: (() => void) | (() => void)[];
2009
+ mounted?: (() => void) | (() => void)[];
2010
+ beforeUpdate?: (() => void) | (() => void)[];
2011
+ updated?: (() => void) | (() => void)[];
2012
+ activated?: (() => void) | (() => void)[];
2013
+ deactivated?: (() => void) | (() => void)[];
2014
+ beforeDestroy?: (() => void) | (() => void)[];
2015
+ beforeUnmount?: (() => void) | (() => void)[];
2016
+ destroyed?: (() => void) | (() => void)[];
2017
+ unmounted?: (() => void) | (() => void)[];
2018
+ renderTracked?: ((e: DebuggerEvent) => void) | ((e: DebuggerEvent) => void)[];
2019
+ renderTriggered?: ((e: DebuggerEvent) => void) | ((e: DebuggerEvent) => void)[];
2020
+ errorCaptured?: ((err: unknown, instance: ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: ComponentPublicInstance | null, info: string) => boolean | void)[];
2021
+ };
2022
+ $forceUpdate: () => void;
2023
+ $nextTick: nextTick;
2024
+ $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, OnCleanup]) => any : (...args: [any, any, OnCleanup]) => any, options?: WatchOptions): WatchStopHandle;
2025
+ } & Readonly<{}> & Omit<Readonly<StepperRootProps> & Readonly<{
2026
+ "onUpdate:modelValue"?: ((payload: number | undefined) => any) | undefined;
2027
+ }>, "forwared" | "StepperRoot"> & ShallowUnwrapRef< {
2028
+ StepperRoot: typeof StepperRoot_2;
2029
+ forwared: typeof forwared_2;
2030
+ }> & {} & ComponentCustomProperties & {} & {
2031
+ $slots: {
2032
+ default?(_: {}): any;
2033
+ };
2034
+ } & {
2035
+ $: ComponentInternalInstance;
2036
+ $data: {};
2037
+ $props: {
2038
+ readonly defaultValue?: number | undefined;
2039
+ readonly orientation?: ("horizontal" | "vertical") | undefined;
2040
+ readonly dir?: ("ltr" | "rtl") | undefined;
2041
+ readonly modelValue?: number | undefined;
2042
+ readonly linear?: boolean | undefined;
2043
+ readonly asChild?: boolean | undefined;
2044
+ readonly as?: (AsTag | Component) | undefined;
2045
+ readonly "onUpdate:modelValue"?: ((payload: number | undefined) => any) | undefined | undefined;
2046
+ } & VNodeProps & AllowedComponentProps & ComponentCustomProps;
2047
+ $attrs: {
2048
+ [x: string]: unknown;
2049
+ };
2050
+ $refs: {
2051
+ [x: string]: unknown;
2052
+ };
2053
+ $slots: Readonly<{
2054
+ [name: string]: Slot<any> | undefined;
2055
+ }>;
2056
+ $root: ComponentPublicInstance | null;
2057
+ $parent: ComponentPublicInstance | null;
2058
+ $host: Element | null;
2059
+ $emit: (event: "update:modelValue", payload: number | undefined) => void;
2060
+ $el: any;
2061
+ $options: ComponentOptionsBase<Readonly<StepperRootProps> & Readonly<{
2062
+ "onUpdate:modelValue"?: ((payload: number | undefined) => any) | undefined;
2063
+ }>, {
2064
+ goToStep: (step: number) => void;
2065
+ nextStep: () => void;
2066
+ prevStep: () => void;
2067
+ modelValue: WritableComputedRef<number | undefined, number | undefined>;
2068
+ totalSteps: ComputedRef<number>;
2069
+ isNextDisabled: ComputedRef<boolean>;
2070
+ isPrevDisabled: ComputedRef<boolean>;
2071
+ isFirstStep: ComputedRef<boolean>;
2072
+ isLastStep: ComputedRef<boolean>;
2073
+ hasNext: () => boolean;
2074
+ hasPrev: () => boolean;
2075
+ }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
2076
+ "update:modelValue": (payload: number | undefined) => any;
2077
+ }, string, {
2078
+ orientation: "horizontal" | "vertical";
2079
+ defaultValue: number;
2080
+ linear: boolean;
2081
+ }, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & {
2082
+ beforeCreate?: (() => void) | (() => void)[];
2083
+ created?: (() => void) | (() => void)[];
2084
+ beforeMount?: (() => void) | (() => void)[];
2085
+ mounted?: (() => void) | (() => void)[];
2086
+ beforeUpdate?: (() => void) | (() => void)[];
2087
+ updated?: (() => void) | (() => void)[];
2088
+ activated?: (() => void) | (() => void)[];
2089
+ deactivated?: (() => void) | (() => void)[];
2090
+ beforeDestroy?: (() => void) | (() => void)[];
2091
+ beforeUnmount?: (() => void) | (() => void)[];
2092
+ destroyed?: (() => void) | (() => void)[];
2093
+ unmounted?: (() => void) | (() => void)[];
2094
+ renderTracked?: ((e: DebuggerEvent) => void) | ((e: DebuggerEvent) => void)[];
2095
+ renderTriggered?: ((e: DebuggerEvent) => void) | ((e: DebuggerEvent) => void)[];
2096
+ errorCaptured?: ((err: unknown, instance: ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: ComponentPublicInstance | null, info: string) => boolean | void)[];
2097
+ };
2098
+ $forceUpdate: () => void;
2099
+ $nextTick: nextTick;
2100
+ $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, OnCleanup]) => any : (...args: [any, any, OnCleanup]) => any, options?: WatchOptions): WatchStopHandle;
2101
+ } & Readonly<{
2102
+ orientation: "horizontal" | "vertical";
2103
+ defaultValue: number;
2104
+ linear: boolean;
2105
+ }> & Omit<Readonly<StepperRootProps> & Readonly<{
2106
+ "onUpdate:modelValue"?: ((payload: number | undefined) => any) | undefined;
2107
+ }>, "modelValue" | "linear" | "orientation" | "defaultValue" | "goToStep" | "nextStep" | "prevStep" | "totalSteps" | "isNextDisabled" | "isPrevDisabled" | "isFirstStep" | "isLastStep" | "hasNext" | "hasPrev"> & ShallowUnwrapRef< {
2108
+ goToStep: (step: number) => void;
2109
+ nextStep: () => void;
2110
+ prevStep: () => void;
2111
+ modelValue: WritableComputedRef<number | undefined, number | undefined>;
2112
+ totalSteps: ComputedRef<number>;
2113
+ isNextDisabled: ComputedRef<boolean>;
2114
+ isPrevDisabled: ComputedRef<boolean>;
2115
+ isFirstStep: ComputedRef<boolean>;
2116
+ isLastStep: ComputedRef<boolean>;
2117
+ hasNext: () => boolean;
2118
+ hasPrev: () => boolean;
2119
+ }> & {
2120
+ $slots: {
2121
+ default?: (props: {
2122
+ modelValue: number | undefined;
2123
+ totalSteps: number;
2124
+ isNextDisabled: boolean;
2125
+ isPrevDisabled: boolean;
2126
+ isFirstStep: boolean;
2127
+ isLastStep: boolean;
2128
+ goToStep: (step: number) => void;
2129
+ nextStep: () => void;
2130
+ prevStep: () => void;
2131
+ hasNext: () => boolean;
2132
+ hasPrev: () => boolean;
2133
+ }) => any;
2134
+ };
2135
+ }) | null;
2136
+ };
1699
2137
  rootEl: any;
1700
2138
  };
1701
2139
 
@@ -2711,6 +3149,11 @@ readonly maxHeight: string | number;
2711
3149
  readonly asChild: boolean;
2712
3150
  }>;
2713
3151
 
3152
+ declare const forwared_2: ComputedRef<Readonly<LooseRequired<StepperRootProps>> & {
3153
+ readonly linear: boolean;
3154
+ readonly asChild: boolean;
3155
+ } & Record<string, any>>;
3156
+
2714
3157
  declare const height: ComputedRef<string>;
2715
3158
 
2716
3159
  declare interface IAccordionContentProps {
@@ -2921,7 +3364,7 @@ export declare interface IFile {
2921
3364
  size: number | null;
2922
3365
  }
2923
3366
 
2924
- declare const Image_2: DefineComponent<__VLS_Props_9, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_9> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {
3367
+ declare const Image_2: DefineComponent<__VLS_Props_10, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_10> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {
2925
3368
  imageFullModal: CreateComponentPublicInstanceWithMixins<Readonly<{
2926
3369
  src: string;
2927
3370
  alt?: string;
@@ -2945,7 +3388,15 @@ close: () => void;
2945
3388
  }, any>;
2946
3389
  export { Image_2 as Image }
2947
3390
 
2948
- export declare const InputPhone: DefineComponent<__VLS_PublicProps_4, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
3391
+ export declare const InputNumber: DefineComponent<__VLS_PublicProps_3, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
3392
+ change: (value: number) => any;
3393
+ "update:modelValue": (value: number) => any;
3394
+ }, string, PublicProps, Readonly<__VLS_PublicProps_3> & Readonly<{
3395
+ onChange?: ((value: number) => any) | undefined;
3396
+ "onUpdate:modelValue"?: ((value: number) => any) | undefined;
3397
+ }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
3398
+
3399
+ export declare const InputPhone: DefineComponent<__VLS_PublicProps_5, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
2949
3400
  "update:modelValue": (value: string) => any;
2950
3401
  } & {
2951
3402
  clear: () => any;
@@ -2953,7 +3404,7 @@ input: (value: Event) => any;
2953
3404
  blur: (value: FocusEvent) => any;
2954
3405
  focus: (value: FocusEvent) => any;
2955
3406
  paste: (value: ClipboardEvent) => any;
2956
- }, string, PublicProps, Readonly<__VLS_PublicProps_4> & Readonly<{
3407
+ }, string, PublicProps, Readonly<__VLS_PublicProps_5> & Readonly<{
2957
3408
  onClear?: (() => any) | undefined;
2958
3409
  onInput?: ((value: Event) => any) | undefined;
2959
3410
  onBlur?: ((value: FocusEvent) => any) | undefined;
@@ -3002,7 +3453,7 @@ declare type InputPhoneProps = {
3002
3453
  showMaxLength?: boolean;
3003
3454
  };
3004
3455
 
3005
- export declare const InputText: DefineComponent<__VLS_PublicProps_3, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
3456
+ export declare const InputText: DefineComponent<__VLS_PublicProps_4, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
3006
3457
  "update:modelValue": (value: string) => any;
3007
3458
  } & {
3008
3459
  clear: () => any;
@@ -3010,7 +3461,7 @@ input: (value: Event) => any;
3010
3461
  blur: (value: FocusEvent) => any;
3011
3462
  focus: (value: FocusEvent) => any;
3012
3463
  paste: (value: ClipboardEvent) => any;
3013
- }, string, PublicProps, Readonly<__VLS_PublicProps_3> & Readonly<{
3464
+ }, string, PublicProps, Readonly<__VLS_PublicProps_4> & Readonly<{
3014
3465
  onClear?: (() => any) | undefined;
3015
3466
  onInput?: ((value: Event) => any) | undefined;
3016
3467
  onBlur?: ((value: FocusEvent) => any) | undefined;
@@ -3199,9 +3650,9 @@ iconOnly: boolean;
3199
3650
 
3200
3651
  export { RangeCalendarRoot }
3201
3652
 
3202
- export declare const Schedule: DefineComponent<__VLS_PublicProps_6, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
3653
+ export declare const Schedule: DefineComponent<__VLS_PublicProps_7, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
3203
3654
  "update:modelValue": (value: TShedule | null) => any;
3204
- }, string, PublicProps, Readonly<__VLS_PublicProps_6> & Readonly<{
3655
+ }, string, PublicProps, Readonly<__VLS_PublicProps_7> & Readonly<{
3205
3656
  "onUpdate:modelValue"?: ((value: TShedule | null) => any) | undefined;
3206
3657
  }>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
3207
3658
 
@@ -3282,13 +3733,13 @@ declare interface TagProps {
3282
3733
 
3283
3734
  export declare type TDayWeek = 'monday' | 'tuesday' | 'wednesday' | 'thursday' | 'friday' | 'saturday' | 'sunday';
3284
3735
 
3285
- export declare const Textarea: DefineComponent<__VLS_PublicProps_5, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
3736
+ export declare const Textarea: DefineComponent<__VLS_PublicProps_6, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
3286
3737
  "update:modelValue": (value: string) => any;
3287
3738
  } & {
3288
3739
  blur: (value: FocusEvent) => any;
3289
3740
  focusIn: (value: FocusEvent) => any;
3290
3741
  focusOut: (value: FocusEvent) => any;
3291
- }, string, PublicProps, Readonly<__VLS_PublicProps_5> & Readonly<{
3742
+ }, string, PublicProps, Readonly<__VLS_PublicProps_6> & Readonly<{
3292
3743
  onBlur?: ((value: FocusEvent) => any) | undefined;
3293
3744
  "onUpdate:modelValue"?: ((value: string) => any) | undefined;
3294
3745
  onFocusIn?: ((value: FocusEvent) => any) | undefined;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "prlg-ui",
3
3
  "private": false,
4
- "version": "1.8.310",
4
+ "version": "1.8.312",
5
5
  "type": "module",
6
6
  "main": "dist/prlg-ui.umd.js",
7
7
  "module": "dist/prlg-ui.es.js",
@@ -1 +0,0 @@
1
- "use strict";const e=require("vue"),t=require("./EyeIcon-CJg2W9QQ.cjs"),o={},r={width:"19",height:"19",viewBox:"0 0 19 19",fill:"none",xmlns:"http://www.w3.org/2000/svg"};function l(C,n){return e.openBlock(),e.createElementBlock("svg",r,[...n[0]||(n[0]=[e.createElementVNode("path",{d:"M9.86004 12.3737C9.7615 12.3742 9.66386 12.3549 9.57285 12.3172C9.48184 12.2794 9.39929 12.2238 9.33004 12.1537L4.33004 7.1537C4.23032 7.0078 4.18532 6.83137 4.20297 6.65553C4.22063 6.47969 4.29981 6.31574 4.42656 6.19258C4.5533 6.06943 4.71946 5.99498 4.89573 5.98238C5.07201 5.96978 5.24707 6.01982 5.39004 6.1237L9.86004 10.5637L14.33 6.1237C14.471 6.0323 14.6386 5.99088 14.8059 6.00607C14.9732 6.02126 15.1305 6.09218 15.2527 6.20746C15.3749 6.32273 15.4549 6.4757 15.4798 6.64184C15.5047 6.80797 15.4731 6.97766 15.39 7.1237L10.39 12.1237C10.3234 12.1993 10.242 12.2604 10.1508 12.3034C10.0597 12.3464 9.96075 12.3703 9.86004 12.3737Z",fill:"currentColor"},null,-1)])])}const c=t._export_sfc(o,[["render",l]]),s={},i={width:"19",height:"19",viewBox:"0 0 19 19",fill:"none",xmlns:"http://www.w3.org/2000/svg"};function _(C,n){return e.openBlock(),e.createElementBlock("svg",i,[...n[0]||(n[0]=[e.createElementVNode("path",{d:"M11.8587 14.8739C11.7602 14.8743 11.6625 14.8551 11.5715 14.8173C11.4805 14.7796 11.398 14.724 11.3287 14.6539L6.32872 9.65387C6.18826 9.51324 6.10938 9.32262 6.10938 9.12387C6.10937 8.92512 6.18826 8.7345 6.32872 8.59387L11.3287 3.59387C11.4709 3.46139 11.6589 3.38927 11.8532 3.39269C12.0475 3.39612 12.2329 3.47483 12.3703 3.61225C12.5077 3.74966 12.5865 3.93505 12.5899 4.12935C12.5933 4.32365 12.5212 4.5117 12.3887 4.65387L7.91872 9.12387L12.3887 13.5939C12.5292 13.7345 12.6081 13.9251 12.6081 14.1239C12.6081 14.3226 12.5292 14.5132 12.3887 14.6539C12.3195 14.724 12.2369 14.7796 12.1459 14.8173C12.0549 14.8551 11.9573 14.8743 11.8587 14.8739Z",fill:"currentColor"},null,-1)])])}const d=t._export_sfc(s,[["render",_]]),f={},L={width:"19",height:"19",viewBox:"0 0 19 19",fill:"none",xmlns:"http://www.w3.org/2000/svg"};function w(C,n){return e.openBlock(),e.createElementBlock("svg",L,[...n[0]||(n[0]=[e.createElementVNode("path",{d:"M17.8569 15.8731H1.85686C1.72581 15.8727 1.59709 15.8385 1.4832 15.7736C1.3693 15.7088 1.27411 15.6156 1.20686 15.5031C1.14293 15.3885 1.10937 15.2594 1.10938 15.1281C1.10938 14.9969 1.14293 14.8678 1.20686 14.7531L9.20686 0.753136C9.27801 0.645873 9.3746 0.557884 9.48802 0.497017C9.60143 0.43615 9.72815 0.404297 9.85686 0.404297C9.98558 0.404297 10.1123 0.43615 10.2257 0.497017C10.3391 0.557884 10.4357 0.645873 10.5069 0.753136L18.5069 14.7531C18.5708 14.8678 18.6043 14.9969 18.6043 15.1281C18.6043 15.2594 18.5708 15.3885 18.5069 15.5031C18.4396 15.6156 18.3444 15.7088 18.2305 15.7736C18.1166 15.8385 17.9879 15.8727 17.8569 15.8731ZM3.14686 14.3731H16.5669L9.85686 2.63314L3.14686 14.3731Z",fill:"currentColor"},null,-1),e.createElementVNode("path",{d:"M9.85547 10.373C9.65736 10.3705 9.4681 10.2906 9.328 10.1505C9.18791 10.0104 9.10806 9.82115 9.10547 9.62305V6.12305C9.10547 5.92413 9.18449 5.73337 9.32514 5.59272C9.46579 5.45206 9.65656 5.37305 9.85547 5.37305C10.0544 5.37305 10.2451 5.45206 10.3858 5.59272C10.5265 5.73337 10.6055 5.92413 10.6055 6.12305V9.62305C10.6029 9.82115 10.523 10.0104 10.3829 10.1505C10.2428 10.2906 10.0536 10.3705 9.85547 10.373Z",fill:"currentColor"},null,-1),e.createElementVNode("path",{d:"M9.85547 13.373C9.65736 13.3705 9.4681 13.2906 9.328 13.1505C9.18791 13.0104 9.10806 12.8212 9.10547 12.623V12.123C9.10547 11.9241 9.18449 11.7334 9.32514 11.5927C9.46579 11.4521 9.65656 11.373 9.85547 11.373C10.0544 11.373 10.2451 11.4521 10.3858 11.5927C10.5265 11.7334 10.6055 11.9241 10.6055 12.123V12.623C10.6029 12.8212 10.523 13.0104 10.3829 13.1505C10.2428 13.2906 10.0536 13.3705 9.85547 13.373Z",fill:"currentColor"},null,-1)])])}const u=t._export_sfc(f,[["render",w]]),h={},m={width:"19",height:"19",viewBox:"0 0 19 19",fill:"none",xmlns:"http://www.w3.org/2000/svg"};function p(C,n){return e.openBlock(),e.createElementBlock("svg",m,[...n[0]||(n[0]=[e.createElementVNode("path",{d:"M17.8594 10.123H1.85938C1.59416 10.123 1.3398 10.0177 1.15227 9.83015C0.964732 9.64262 0.859375 9.38826 0.859375 9.12305C0.859375 8.85783 0.964732 8.60348 1.15227 8.41594C1.3398 8.2284 1.59416 8.12305 1.85938 8.12305H17.8594C18.1246 8.12305 18.3789 8.2284 18.5665 8.41594C18.754 8.60348 18.8594 8.85783 18.8594 9.12305C18.8594 9.38826 18.754 9.64262 18.5665 9.83015C18.3789 10.0177 18.1246 10.123 17.8594 10.123Z",fill:"currentColor"},null,-1)])])}const a=t._export_sfc(h,[["render",p]]),g={},x={width:"19",height:"19",viewBox:"0 0 19 19",fill:"none",xmlns:"http://www.w3.org/2000/svg"};function v(C,n){return e.openBlock(),e.createElementBlock("svg",x,[...n[0]||(n[0]=[e.createElementVNode("path",{d:"M10.6094 8.37305V2.12305C10.6094 1.92413 10.5304 1.73337 10.3897 1.59272C10.2491 1.45206 10.0583 1.37305 9.85938 1.37305C9.66046 1.37305 9.4697 1.45206 9.32905 1.59272C9.18839 1.73337 9.10938 1.92413 9.10938 2.12305V8.37305H2.85938C2.66046 8.37305 2.4697 8.45206 2.32904 8.59272C2.18839 8.73337 2.10938 8.92413 2.10938 9.12305C2.10938 9.32196 2.18839 9.51272 2.32904 9.65338C2.4697 9.79403 2.66046 9.87305 2.85938 9.87305H9.10938V16.123C9.11197 16.3212 9.19181 16.5104 9.33191 16.6505C9.472 16.7906 9.66127 16.8705 9.85938 16.873C10.0583 16.873 10.2491 16.794 10.3897 16.6534C10.5304 16.5127 10.6094 16.322 10.6094 16.123V9.87305H16.8594C17.0583 9.87305 17.2491 9.79403 17.3897 9.65338C17.5304 9.51272 17.6094 9.32196 17.6094 9.12305C17.6068 8.92494 17.5269 8.73568 17.3868 8.59558C17.2467 8.45549 17.0575 8.37564 16.8594 8.37305H10.6094Z",fill:"currentColor"},null,-1)])])}const B=t._export_sfc(g,[["render",v]]),E={},$={width:"19",height:"19",viewBox:"0 0 19 19",fill:"none",xmlns:"http://www.w3.org/2000/svg"};function V(C,n){return e.openBlock(),e.createElementBlock("svg",$,[...n[0]||(n[0]=[e.createElementVNode("path",{d:"M18.9786 7.00274C18.9368 6.86987 18.8582 6.75152 18.7521 6.6613C18.646 6.57108 18.5165 6.51265 18.3786 6.49273L12.9586 5.70273L10.5286 0.792735C10.4595 0.676708 10.3614 0.58063 10.2439 0.513909C10.1265 0.447187 9.99371 0.412109 9.85863 0.412109C9.72355 0.412109 9.59079 0.447187 9.47335 0.513909C9.3559 0.58063 9.25779 0.676708 9.18863 0.792735L6.75863 5.70273L1.33863 6.49273C1.20076 6.51265 1.0713 6.57108 0.965161 6.6613C0.859018 6.75152 0.780498 6.86987 0.738631 7.00274C0.693936 7.13511 0.687104 7.27734 0.718908 7.41338C0.750711 7.54943 0.819885 7.67389 0.918631 7.77273L4.85863 11.5927L3.92863 16.9927C3.90506 17.1318 3.92064 17.2746 3.97362 17.4053C4.0266 17.536 4.1149 17.6494 4.22863 17.7327C4.34255 17.8139 4.4769 17.8616 4.6165 17.8704C4.7561 17.8793 4.89539 17.8489 5.01863 17.7827L9.85863 15.2327L14.7086 17.7827C14.8159 17.8416 14.9363 17.8725 15.0586 17.8727C15.216 17.8709 15.3692 17.8222 15.4986 17.7327C15.6124 17.6494 15.7007 17.536 15.7536 17.4053C15.8066 17.2746 15.8222 17.1318 15.7986 16.9927L14.8586 11.5927L18.7886 7.77273C18.8891 7.67497 18.9602 7.551 18.9937 7.4149C19.0273 7.2788 19.0221 7.13601 18.9786 7.00274Z",fill:"currentColor"},null,-1)])])}const I=t._export_sfc(E,[["render",V]]),k={},M={width:"19",height:"19",viewBox:"0 0 19 19",fill:"none",xmlns:"http://www.w3.org/2000/svg"};function Z(C,n){return e.openBlock(),e.createElementBlock("svg",M,[...n[0]||(n[0]=[e.createElementVNode("path",{d:"M15.0586 17.8727C14.9363 17.8725 14.8159 17.8416 14.7086 17.7827L9.85863 15.2327L5.00863 17.7827C4.88539 17.8489 4.7461 17.8793 4.6065 17.8704C4.4669 17.8616 4.33255 17.8139 4.21863 17.7327C4.1049 17.6494 4.0166 17.536 3.96362 17.4053C3.91063 17.2746 3.89506 17.1318 3.91863 16.9927L4.85863 11.5927L0.918631 7.77273C0.819885 7.67389 0.750711 7.54943 0.718908 7.41338C0.687104 7.27734 0.693936 7.13511 0.738631 7.00274C0.780498 6.86987 0.859018 6.75152 0.965161 6.6613C1.0713 6.57108 1.20076 6.51265 1.33863 6.49273L6.75863 5.70273L9.18863 0.792735C9.25779 0.676708 9.3559 0.58063 9.47335 0.513909C9.59079 0.447187 9.72355 0.412109 9.85863 0.412109C9.99371 0.412109 10.1265 0.447187 10.2439 0.513909C10.3614 0.58063 10.4595 0.676708 10.5286 0.792735L12.9586 5.70273L18.3786 6.49273C18.5165 6.51265 18.646 6.57108 18.7521 6.6613C18.8582 6.75152 18.9368 6.86987 18.9786 7.00274C19.0233 7.13511 19.0302 7.27734 18.9984 7.41338C18.9666 7.54943 18.8974 7.67389 18.7986 7.77273L14.8586 11.5927L15.7886 16.9927C15.8122 17.1318 15.7966 17.2746 15.7436 17.4053C15.6907 17.536 15.6024 17.6494 15.4886 17.7327C15.362 17.8203 15.2125 17.869 15.0586 17.8727ZM9.85863 13.6427C9.97966 13.6442 10.099 13.6715 10.2086 13.7227L14.0586 15.7227L13.3286 11.4327C13.3088 11.3124 13.3175 11.1891 13.354 11.0728C13.3904 10.9564 13.4537 10.8502 13.5386 10.7627L16.6586 7.76274L12.3486 7.12274C12.2294 7.10377 12.1165 7.05669 12.0191 6.98539C11.9217 6.9141 11.8427 6.82063 11.7886 6.71274L9.85863 2.81273L7.92863 6.72274C7.87455 6.83063 7.79555 6.9241 7.69817 6.99539C7.60078 7.06669 7.48782 7.11377 7.36863 7.13274L3.05863 7.76274L6.17863 10.7627C6.26357 10.8502 6.32681 10.9564 6.36328 11.0728C6.39975 11.1891 6.40843 11.3124 6.38863 11.4327L5.65863 15.7527L9.50863 13.7527C9.6159 13.691 9.73535 13.6535 9.85863 13.6427Z",fill:"currentColor"},null,-1)])])}const N=t._export_sfc(k,[["render",Z]]);exports.CevronBottomIcon=c;exports.CevronLeftIcon=d;exports.ErrorIcon=u;exports.MinusIcon=a;exports.PlusIcon=B;exports.StarFillIcon=I;exports.StarIcon=N;