@namba_one/ui-kit-2 1.0.46 → 1.0.47
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 +14 -0
- package/dist/index.es.js +1 -0
- package/dist/index.umd.js +5 -5
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -195,6 +195,12 @@ declare type __VLS_Props_11 = DropdownElementProps;
|
|
|
195
195
|
|
|
196
196
|
declare type __VLS_Props_12 = ThemePickerProps;
|
|
197
197
|
|
|
198
|
+
declare type __VLS_Props_13 = {
|
|
199
|
+
value: boolean;
|
|
200
|
+
size: '16' | '20';
|
|
201
|
+
isIndeterminate?: boolean;
|
|
202
|
+
};
|
|
203
|
+
|
|
198
204
|
declare type __VLS_Props_2 = CardContentListProps;
|
|
199
205
|
|
|
200
206
|
declare type __VLS_Props_3 = DropzoneProps;
|
|
@@ -810,6 +816,12 @@ export declare type CardContentSkeletonProps = {
|
|
|
810
816
|
isShowImage?: boolean;
|
|
811
817
|
};
|
|
812
818
|
|
|
819
|
+
export declare const Checkbox: DefineComponent<__VLS_Props_13, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
820
|
+
"update:value": (value: boolean) => any;
|
|
821
|
+
}, string, PublicProps, Readonly<__VLS_Props_13> & Readonly<{
|
|
822
|
+
"onUpdate:value"?: ((value: boolean) => any) | undefined;
|
|
823
|
+
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLLabelElement>;
|
|
824
|
+
|
|
813
825
|
export declare type CheckboxGroupFilter = {
|
|
814
826
|
key: string;
|
|
815
827
|
label: string;
|
|
@@ -822,6 +834,8 @@ export declare type CheckboxGroupFilter = {
|
|
|
822
834
|
|
|
823
835
|
export declare type CheckboxGroupFilterValue = FilterValueBase<string[]>;
|
|
824
836
|
|
|
837
|
+
export declare type CheckboxProps = {};
|
|
838
|
+
|
|
825
839
|
export declare const Chip: __VLS_WithTemplateSlots_5<typeof __VLS_component_5, __VLS_TemplateResult_5["slots"]>;
|
|
826
840
|
|
|
827
841
|
export declare type ChipEmits = {
|
package/dist/index.es.js
CHANGED
|
@@ -19416,6 +19416,7 @@ export {
|
|
|
19416
19416
|
Tk as CardContentList,
|
|
19417
19417
|
xk as CardContentListSkeleton,
|
|
19418
19418
|
Jd as CardContentSkeleton,
|
|
19419
|
+
iy as Checkbox,
|
|
19419
19420
|
Qf as Chip,
|
|
19420
19421
|
Hk as ColorPicker,
|
|
19421
19422
|
Xk as Container,
|