@namba_one/ui-kit-2 1.0.33 → 1.0.35
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 +49 -1
- package/dist/index.es.js +327 -251
- package/dist/index.umd.js +5 -5
- package/dist/sprite/sprite.svg +300 -0
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -65,6 +65,14 @@ declare const __VLS_component_16: DefineComponent< {}, {}, {}, {}, {}, Compon
|
|
|
65
65
|
|
|
66
66
|
declare const __VLS_component_17: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
67
67
|
|
|
68
|
+
declare const __VLS_component_18: DefineComponent<__VLS_PublicProps_12, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
69
|
+
"update:isShowDropdown": (value: boolean) => any;
|
|
70
|
+
}, string, PublicProps, Readonly<__VLS_PublicProps_12> & Readonly<{
|
|
71
|
+
"onUpdate:isShowDropdown"?: ((value: boolean) => any) | undefined;
|
|
72
|
+
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {
|
|
73
|
+
fixedElementRef: HTMLDivElement;
|
|
74
|
+
}, any>;
|
|
75
|
+
|
|
68
76
|
declare const __VLS_component_2: DefineComponent<TheTextProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<TheTextProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
69
77
|
|
|
70
78
|
declare const __VLS_component_3: DefineComponent<BadgeProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<BadgeProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
@@ -182,6 +190,8 @@ declare type __VLS_Props = CardContentProps;
|
|
|
182
190
|
|
|
183
191
|
declare type __VLS_Props_10 = StatusSelectProps;
|
|
184
192
|
|
|
193
|
+
declare type __VLS_Props_11 = DropdownElementProps;
|
|
194
|
+
|
|
185
195
|
declare type __VLS_Props_2 = CardContentListProps;
|
|
186
196
|
|
|
187
197
|
declare type __VLS_Props_3 = DropzoneProps;
|
|
@@ -212,6 +222,10 @@ declare type __VLS_PublicProps_11 = {
|
|
|
212
222
|
'value': StatusSelectProps['value'];
|
|
213
223
|
} & __VLS_Props_10;
|
|
214
224
|
|
|
225
|
+
declare type __VLS_PublicProps_12 = {
|
|
226
|
+
'isShowDropdown': boolean;
|
|
227
|
+
} & __VLS_Props_11;
|
|
228
|
+
|
|
215
229
|
declare type __VLS_PublicProps_2 = {
|
|
216
230
|
'list': CardContentListProps['list'];
|
|
217
231
|
} & __VLS_Props_2;
|
|
@@ -331,6 +345,22 @@ declare function __VLS_template_17(): {
|
|
|
331
345
|
rootEl: any;
|
|
332
346
|
};
|
|
333
347
|
|
|
348
|
+
declare function __VLS_template_18(): {
|
|
349
|
+
attrs: Partial<{}>;
|
|
350
|
+
slots: {
|
|
351
|
+
default?(_: {
|
|
352
|
+
align: {
|
|
353
|
+
horizontal: "left" | "right" | "center" | undefined;
|
|
354
|
+
vertical: "top" | "bottom" | "center" | undefined;
|
|
355
|
+
};
|
|
356
|
+
}): any;
|
|
357
|
+
};
|
|
358
|
+
refs: {
|
|
359
|
+
fixedElementRef: HTMLDivElement;
|
|
360
|
+
};
|
|
361
|
+
rootEl: any;
|
|
362
|
+
};
|
|
363
|
+
|
|
334
364
|
declare function __VLS_template_2(): {
|
|
335
365
|
attrs: Partial<{}>;
|
|
336
366
|
slots: {
|
|
@@ -511,6 +541,8 @@ declare type __VLS_TemplateResult_16 = ReturnType<typeof __VLS_template_16>;
|
|
|
511
541
|
|
|
512
542
|
declare type __VLS_TemplateResult_17 = ReturnType<typeof __VLS_template_17>;
|
|
513
543
|
|
|
544
|
+
declare type __VLS_TemplateResult_18 = ReturnType<typeof __VLS_template_18>;
|
|
545
|
+
|
|
514
546
|
declare type __VLS_TemplateResult_2 = ReturnType<typeof __VLS_template_2>;
|
|
515
547
|
|
|
516
548
|
declare type __VLS_TemplateResult_3 = ReturnType<typeof __VLS_template_3>;
|
|
@@ -581,6 +613,12 @@ declare type __VLS_WithTemplateSlots_17<T, S> = T & {
|
|
|
581
613
|
};
|
|
582
614
|
};
|
|
583
615
|
|
|
616
|
+
declare type __VLS_WithTemplateSlots_18<T, S> = T & {
|
|
617
|
+
new (): {
|
|
618
|
+
$slots: S;
|
|
619
|
+
};
|
|
620
|
+
};
|
|
621
|
+
|
|
584
622
|
declare type __VLS_WithTemplateSlots_2<T, S> = T & {
|
|
585
623
|
new (): {
|
|
586
624
|
$slots: S;
|
|
@@ -806,6 +844,16 @@ export declare type DividerProps = {
|
|
|
806
844
|
|
|
807
845
|
export declare const Dropdown: __VLS_WithTemplateSlots_6<typeof __VLS_component_6, __VLS_TemplateResult_6["slots"]>;
|
|
808
846
|
|
|
847
|
+
export declare const DropdownElement: __VLS_WithTemplateSlots_18<typeof __VLS_component_18, __VLS_TemplateResult_18["slots"]>;
|
|
848
|
+
|
|
849
|
+
export declare type DropdownElementProps = {
|
|
850
|
+
isShowDropdown: boolean;
|
|
851
|
+
verticalOffset?: number | string;
|
|
852
|
+
horizontalOffset?: number | string;
|
|
853
|
+
horizontalAlign?: 'left' | 'right' | 'center';
|
|
854
|
+
verticalAlign?: 'top' | 'bottom' | 'center';
|
|
855
|
+
};
|
|
856
|
+
|
|
809
857
|
export declare type DropdownProps = {
|
|
810
858
|
title: string;
|
|
811
859
|
isActive?: boolean;
|
|
@@ -896,7 +944,7 @@ export declare type IconBaseProps = {
|
|
|
896
944
|
|
|
897
945
|
export declare type IconName = (typeof iconNames)[number];
|
|
898
946
|
|
|
899
|
-
export declare const iconNames: readonly ["box", "call", "carousel", "check", "chevronDown", "chevronLeft", "chevronRight", "chevronUp", "copy", "cross", "currency_bold", "currency_medium", "currency_regular", "currency_semibold", "download", "edit", "euro", "eyeClose", "eyeOpen", "image", "image_outline", "logout", "move", "placeholder", "plus", "promo", "shop", "sort-by-down", "sort-by-up", "success", "success_filled", "trash", "upload", "user", "warning", "warning_filled"];
|
|
947
|
+
export declare const iconNames: readonly ["agreement-02", "airplane-01", "alert-02", "api", "arrow-up-down", "arrowUp", "balance-scale", "bank", "beach-02", "box", "briefcase-05", "browser", "brush", "building-06", "bulb", "calendar-03", "call", "carousel", "cash-02", "check", "checkmark-badge-01", "chevronDown", "chevronDownHuge", "chevronLeft", "chevronRight", "chevronUp", "code", "coins-01", "computer", "connect", "copy", "coupon-01", "credit-card-pos", "credit-card", "cross", "currency_bold", "currency_medium", "currency_regular", "currency_semibold", "customer-service-01", "delete-02", "delivery-tracking-02", "delivery-truck-01", "distribute-horizontal-center", "download-01", "download", "drag-drop-vertical", "edit", "euro", "eyeClose", "eyeOpen", "file", "files-01", "flash", "help-circle", "image", "image_outline", "link-04", "link-square-02", "lock-password", "logout", "mail-at-sign-01", "megaphone-03", "menuDots", "messenger", "money-bag-01", "money-safe", "more-horizontal", "more-vertical", "mortarboard-02", "move", "paint-board", "phone-check", "placeholder", "plus", "promo", "qr", "rocket-01", "settings-02", "shop", "snow", "sort-by-down-02", "sort-by-down", "sort-by-up-02", "sort-by-up", "star", "success", "success_filled", "sun-03", "tag-02", "time-quarter-pass", "time", "traffic-jam-01", "trash", "twoUsers", "unavailable", "upload", "user", "wallet-05", "wallet", "warning", "warning_filled"];
|
|
900
948
|
|
|
901
949
|
export declare const IconView: DefineComponent<IconViewProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<IconViewProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
902
950
|
|