prlg-ui 1.8.278 → 1.8.280
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 +4 -4
- package/dist/reka-ui/index.es.js +1401 -1370
- package/dist/rekaUI.d.ts +25 -9
- package/package.json +1 -1
package/dist/rekaUI.d.ts
CHANGED
|
@@ -728,6 +728,10 @@ declare type __VLS_Props_2 = {
|
|
|
728
728
|
};
|
|
729
729
|
|
|
730
730
|
declare type __VLS_Props_3 = {
|
|
731
|
+
items: MenuItem[];
|
|
732
|
+
};
|
|
733
|
+
|
|
734
|
+
declare type __VLS_Props_4 = {
|
|
731
735
|
label?: string;
|
|
732
736
|
value?: string | number | any;
|
|
733
737
|
trueValue?: string | boolean;
|
|
@@ -742,13 +746,13 @@ declare type __VLS_Props_3 = {
|
|
|
742
746
|
customId?: string;
|
|
743
747
|
};
|
|
744
748
|
|
|
745
|
-
declare type
|
|
749
|
+
declare type __VLS_Props_5 = IDataTableProps;
|
|
746
750
|
|
|
747
|
-
declare type
|
|
751
|
+
declare type __VLS_Props_6 = InputTextProps;
|
|
748
752
|
|
|
749
|
-
declare type
|
|
753
|
+
declare type __VLS_Props_7 = InputTextProps_2;
|
|
750
754
|
|
|
751
|
-
declare type
|
|
755
|
+
declare type __VLS_Props_8 = {
|
|
752
756
|
label?: string;
|
|
753
757
|
placeholder?: string;
|
|
754
758
|
name?: string;
|
|
@@ -770,25 +774,25 @@ declare type __VLS_Props_7 = {
|
|
|
770
774
|
|
|
771
775
|
declare type __VLS_PublicProps = {
|
|
772
776
|
modelValue?: string | boolean | any | null | any[];
|
|
773
|
-
} &
|
|
777
|
+
} & __VLS_Props_4;
|
|
774
778
|
|
|
775
779
|
declare type __VLS_PublicProps_2 = {
|
|
776
780
|
'page'?: typeof __VLS_defaults['page'];
|
|
777
781
|
'rows'?: typeof __VLS_defaults['rows'];
|
|
778
782
|
'rowSelection'?: RowSelectionState;
|
|
779
|
-
} &
|
|
783
|
+
} & __VLS_Props_5;
|
|
780
784
|
|
|
781
785
|
declare type __VLS_PublicProps_3 = {
|
|
782
786
|
modelValue?: string;
|
|
783
|
-
} &
|
|
787
|
+
} & __VLS_Props_6;
|
|
784
788
|
|
|
785
789
|
declare type __VLS_PublicProps_4 = {
|
|
786
790
|
modelValue?: string;
|
|
787
|
-
} &
|
|
791
|
+
} & __VLS_Props_7;
|
|
788
792
|
|
|
789
793
|
declare type __VLS_PublicProps_5 = {
|
|
790
794
|
modelValue?: string;
|
|
791
|
-
} &
|
|
795
|
+
} & __VLS_Props_8;
|
|
792
796
|
|
|
793
797
|
declare function __VLS_template(): {
|
|
794
798
|
attrs: Partial<{}>;
|
|
@@ -2108,6 +2112,8 @@ export declare type AlertVariant = "info" | "success" | "warning" | "error";
|
|
|
2108
2112
|
|
|
2109
2113
|
export declare const Badge: DefineComponent<__VLS_Props_2, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_2> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
2110
2114
|
|
|
2115
|
+
export declare const Breadcrumb: DefineComponent<__VLS_Props_3, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_3> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
2116
|
+
|
|
2111
2117
|
export declare const breakpoints: Record<"sm" | "lg" | "xl" | "mobile" | "md" | "xxl" | "xxxl", ComputedRef<boolean>> & {
|
|
2112
2118
|
greaterOrEqual: (k: MaybeRefOrGetter<"sm" | "lg" | "xl" | "mobile" | "md" | "xxl" | "xxxl">) => ComputedRef<boolean>;
|
|
2113
2119
|
smallerOrEqual: (k: MaybeRefOrGetter<"sm" | "lg" | "xl" | "mobile" | "md" | "xxl" | "xxxl">) => ComputedRef<boolean>;
|
|
@@ -2713,6 +2719,16 @@ declare interface LoadingElement extends HTMLElement {
|
|
|
2713
2719
|
_spinnerContainer?: HTMLElement;
|
|
2714
2720
|
}
|
|
2715
2721
|
|
|
2722
|
+
declare type MenuItem = {
|
|
2723
|
+
icon?: Component;
|
|
2724
|
+
label: string;
|
|
2725
|
+
url?: string | RouteLocationRaw;
|
|
2726
|
+
command?: () => void;
|
|
2727
|
+
description?: string;
|
|
2728
|
+
badge?: boolean;
|
|
2729
|
+
disabled?: boolean;
|
|
2730
|
+
};
|
|
2731
|
+
|
|
2716
2732
|
export declare const Message: __VLS_WithTemplateSlots_48<typeof __VLS_component_48, __VLS_TemplateResult_48["slots"]>;
|
|
2717
2733
|
|
|
2718
2734
|
export declare const PaginationEllipsis: DefineComponent<PaginationEllipsisProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<PaginationEllipsisProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|