prlg-ui 1.8.291 → 1.8.292
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/prlg-ui.css +1 -1
- package/dist/reka-ui/index.cjs.js +1 -1
- package/dist/reka-ui/index.es.js +1 -1
- package/dist/rekaUI.d.ts +8 -8
- package/package.json +1 -1
package/dist/reka-ui/index.es.js
CHANGED
|
@@ -22452,7 +22452,7 @@ const HS = /* @__PURE__ */ h({
|
|
|
22452
22452
|
_: 1
|
|
22453
22453
|
}, 8, ["open"]));
|
|
22454
22454
|
}
|
|
22455
|
-
}), zS = /* @__PURE__ */ N(Q1, [["__scopeId", "data-v-
|
|
22455
|
+
}), zS = /* @__PURE__ */ N(Q1, [["__scopeId", "data-v-394a34f9"]]), eq = ["width", "height"], tq = /* @__PURE__ */ h({
|
|
22456
22456
|
__name: "Spinner",
|
|
22457
22457
|
props: {
|
|
22458
22458
|
color: { default: "currentColor" },
|
package/dist/rekaUI.d.ts
CHANGED
|
@@ -829,7 +829,7 @@ declare type __VLS_PublicProps_5 = {
|
|
|
829
829
|
} & __VLS_Props_9;
|
|
830
830
|
|
|
831
831
|
declare type __VLS_PublicProps_6 = {
|
|
832
|
-
modelValue:
|
|
832
|
+
modelValue: TShedule;
|
|
833
833
|
} & __VLS_Props_10;
|
|
834
834
|
|
|
835
835
|
declare function __VLS_template(): {
|
|
@@ -2942,9 +2942,9 @@ size: "small" | "default" | "large";
|
|
|
2942
2942
|
export { RadioGroupRoot }
|
|
2943
2943
|
|
|
2944
2944
|
export declare const Schedule: DefineComponent<__VLS_PublicProps_6, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
2945
|
-
"update:modelValue": (value:
|
|
2945
|
+
"update:modelValue": (value: TShedule) => any;
|
|
2946
2946
|
}, string, PublicProps, Readonly<__VLS_PublicProps_6> & Readonly<{
|
|
2947
|
-
"onUpdate:modelValue"?: ((value:
|
|
2947
|
+
"onUpdate:modelValue"?: ((value: TShedule) => any) | undefined;
|
|
2948
2948
|
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
2949
2949
|
|
|
2950
2950
|
export declare const ScrollAreaRoot: __VLS_WithTemplateSlots_66<typeof __VLS_component_66, __VLS_TemplateResult_66["slots"]>;
|
|
@@ -3046,11 +3046,6 @@ locale: string;
|
|
|
3046
3046
|
hourCycle: 12 | 24;
|
|
3047
3047
|
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
3048
3048
|
|
|
3049
|
-
declare type TModelValue = Record<TDayWeek, {
|
|
3050
|
-
active: boolean;
|
|
3051
|
-
time: TTimeValue[];
|
|
3052
|
-
}>;
|
|
3053
|
-
|
|
3054
3049
|
declare type Toast = Omit<ToasterToast, "id">;
|
|
3055
3050
|
|
|
3056
3051
|
declare function toast(props: Toast): {
|
|
@@ -3096,6 +3091,11 @@ export { TooltipRoot }
|
|
|
3096
3091
|
|
|
3097
3092
|
export { TooltipTrigger }
|
|
3098
3093
|
|
|
3094
|
+
declare type TShedule = Record<TDayWeek, {
|
|
3095
|
+
active: boolean;
|
|
3096
|
+
time: TTimeValue[];
|
|
3097
|
+
}>;
|
|
3098
|
+
|
|
3099
3099
|
export declare type TTimeValue = ZonedDateTime | Time | CalendarDateTime;
|
|
3100
3100
|
|
|
3101
3101
|
export declare function useToast(): {
|