@namba_one/ui-kit-2 1.0.131 → 1.0.132
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 +68 -22
- package/dist/index.es.js +5664 -5510
- package/dist/index.umd.js +20 -20
- package/dist/namba-one-uikit.css +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -108,7 +108,9 @@ declare const __VLS_component_27: DefineComponent<__VLS_Props_15, {}, {}, {}, {}
|
|
|
108
108
|
"onUpdate:value"?: ((value: boolean) => any) | undefined;
|
|
109
109
|
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLLabelElement>;
|
|
110
110
|
|
|
111
|
-
declare const __VLS_component_28: DefineComponent<
|
|
111
|
+
declare const __VLS_component_28: DefineComponent<PageInfoCellProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<PageInfoCellProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
112
|
+
|
|
113
|
+
declare const __VLS_component_29: DefineComponent<__VLS_PublicProps_14, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
112
114
|
"update:values": (value: FilterValue[]) => any;
|
|
113
115
|
}, string, PublicProps, Readonly<__VLS_PublicProps_14> & Readonly<{
|
|
114
116
|
"onUpdate:values"?: ((value: FilterValue[]) => any) | undefined;
|
|
@@ -176,7 +178,9 @@ default?(_: {}): any;
|
|
|
176
178
|
triggerElementRef: HTMLDivElement;
|
|
177
179
|
}, HTMLDivElement>;
|
|
178
180
|
|
|
179
|
-
declare const
|
|
181
|
+
declare const __VLS_component_3: DefineComponent<TheTextProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<TheTextProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
182
|
+
|
|
183
|
+
declare const __VLS_component_30: DefineComponent<__VLS_Props_18, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
180
184
|
drop: (value: CheckboxGroupFilterValue) => any;
|
|
181
185
|
apply: (value: CheckboxGroupFilterValue) => any;
|
|
182
186
|
}, string, PublicProps, Readonly<__VLS_Props_18> & Readonly<{
|
|
@@ -364,9 +368,7 @@ toggleItem: (item: CheckboxFilterItem, isSelected: boolean) => void;
|
|
|
364
368
|
}) | null;
|
|
365
369
|
}, any>;
|
|
366
370
|
|
|
367
|
-
declare const
|
|
368
|
-
|
|
369
|
-
declare const __VLS_component_30: DefineComponent<__VLS_PublicProps_15, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
371
|
+
declare const __VLS_component_31: DefineComponent<__VLS_PublicProps_15, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
370
372
|
"update:value": (value: string) => any;
|
|
371
373
|
"update:isError": (value: boolean) => any;
|
|
372
374
|
}, string, PublicProps, Readonly<__VLS_PublicProps_15> & Readonly<{
|
|
@@ -374,7 +376,7 @@ declare const __VLS_component_30: DefineComponent<__VLS_PublicProps_15, {}, {},
|
|
|
374
376
|
"onUpdate:isError"?: ((value: boolean) => any) | undefined;
|
|
375
377
|
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLLabelElement>;
|
|
376
378
|
|
|
377
|
-
declare const
|
|
379
|
+
declare const __VLS_component_32: DefineComponent<__VLS_PublicProps_16, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
378
380
|
"update:value": (value: string) => any;
|
|
379
381
|
"update:isError": (value: boolean) => any;
|
|
380
382
|
}, string, PublicProps, Readonly<__VLS_PublicProps_16> & Readonly<{
|
|
@@ -791,6 +793,16 @@ declare function __VLS_template_27(): {
|
|
|
791
793
|
};
|
|
792
794
|
|
|
793
795
|
declare function __VLS_template_28(): {
|
|
796
|
+
attrs: Partial<{}>;
|
|
797
|
+
slots: {
|
|
798
|
+
label?(_: {}): any;
|
|
799
|
+
value?(_: {}): any;
|
|
800
|
+
};
|
|
801
|
+
refs: {};
|
|
802
|
+
rootEl: HTMLDivElement;
|
|
803
|
+
};
|
|
804
|
+
|
|
805
|
+
declare function __VLS_template_29(): {
|
|
794
806
|
attrs: Partial<{}>;
|
|
795
807
|
slots: {
|
|
796
808
|
before?(_: {}): any;
|
|
@@ -875,7 +887,16 @@ declare function __VLS_template_28(): {
|
|
|
875
887
|
rootEl: HTMLDivElement;
|
|
876
888
|
};
|
|
877
889
|
|
|
878
|
-
declare function
|
|
890
|
+
declare function __VLS_template_3(): {
|
|
891
|
+
attrs: Partial<{}>;
|
|
892
|
+
slots: {
|
|
893
|
+
default?(_: {}): any;
|
|
894
|
+
};
|
|
895
|
+
refs: {};
|
|
896
|
+
rootEl: any;
|
|
897
|
+
};
|
|
898
|
+
|
|
899
|
+
declare function __VLS_template_30(): {
|
|
879
900
|
attrs: Partial<{}>;
|
|
880
901
|
slots: {
|
|
881
902
|
renderItem?(_: {
|
|
@@ -1068,16 +1089,7 @@ declare function __VLS_template_29(): {
|
|
|
1068
1089
|
rootEl: any;
|
|
1069
1090
|
};
|
|
1070
1091
|
|
|
1071
|
-
declare function
|
|
1072
|
-
attrs: Partial<{}>;
|
|
1073
|
-
slots: {
|
|
1074
|
-
default?(_: {}): any;
|
|
1075
|
-
};
|
|
1076
|
-
refs: {};
|
|
1077
|
-
rootEl: any;
|
|
1078
|
-
};
|
|
1079
|
-
|
|
1080
|
-
declare function __VLS_template_30(): {
|
|
1092
|
+
declare function __VLS_template_31(): {
|
|
1081
1093
|
attrs: Partial<{}>;
|
|
1082
1094
|
slots: {
|
|
1083
1095
|
after?(_: {}): any;
|
|
@@ -1086,7 +1098,7 @@ declare function __VLS_template_30(): {
|
|
|
1086
1098
|
rootEl: HTMLLabelElement;
|
|
1087
1099
|
};
|
|
1088
1100
|
|
|
1089
|
-
declare function
|
|
1101
|
+
declare function __VLS_template_32(): {
|
|
1090
1102
|
attrs: Partial<{}>;
|
|
1091
1103
|
slots: {
|
|
1092
1104
|
after?(_: {}): any;
|
|
@@ -1203,6 +1215,8 @@ declare type __VLS_TemplateResult_30 = ReturnType<typeof __VLS_template_30>;
|
|
|
1203
1215
|
|
|
1204
1216
|
declare type __VLS_TemplateResult_31 = ReturnType<typeof __VLS_template_31>;
|
|
1205
1217
|
|
|
1218
|
+
declare type __VLS_TemplateResult_32 = ReturnType<typeof __VLS_template_32>;
|
|
1219
|
+
|
|
1206
1220
|
declare type __VLS_TemplateResult_4 = ReturnType<typeof __VLS_template_4>;
|
|
1207
1221
|
|
|
1208
1222
|
declare type __VLS_TemplateResult_5 = ReturnType<typeof __VLS_template_5>;
|
|
@@ -1365,6 +1379,12 @@ declare type __VLS_WithTemplateSlots_31<T, S> = T & {
|
|
|
1365
1379
|
};
|
|
1366
1380
|
};
|
|
1367
1381
|
|
|
1382
|
+
declare type __VLS_WithTemplateSlots_32<T, S> = T & {
|
|
1383
|
+
new (): {
|
|
1384
|
+
$slots: S;
|
|
1385
|
+
};
|
|
1386
|
+
};
|
|
1387
|
+
|
|
1368
1388
|
declare type __VLS_WithTemplateSlots_4<T, S> = T & {
|
|
1369
1389
|
new (): {
|
|
1370
1390
|
$slots: S;
|
|
@@ -1585,7 +1605,7 @@ declare type CheckboxGroupFilter_2 = {
|
|
|
1585
1605
|
}[];
|
|
1586
1606
|
};
|
|
1587
1607
|
|
|
1588
|
-
export declare const CheckboxGroupFilterChip:
|
|
1608
|
+
export declare const CheckboxGroupFilterChip: __VLS_WithTemplateSlots_30<typeof __VLS_component_30, __VLS_TemplateResult_30["slots"]>;
|
|
1589
1609
|
|
|
1590
1610
|
export declare type CheckboxGroupFilterChipProps = {};
|
|
1591
1611
|
|
|
@@ -2096,7 +2116,7 @@ declare type FieldBaseProps = {
|
|
|
2096
2116
|
|
|
2097
2117
|
export declare type Filter = CheckboxGroupFilter_2 | DatepickerFilter_2;
|
|
2098
2118
|
|
|
2099
|
-
export declare const FilterHub:
|
|
2119
|
+
export declare const FilterHub: __VLS_WithTemplateSlots_29<typeof __VLS_component_29, __VLS_TemplateResult_29["slots"]>;
|
|
2100
2120
|
|
|
2101
2121
|
export declare type FilterHubProps = {
|
|
2102
2122
|
list: Filter[];
|
|
@@ -2154,7 +2174,7 @@ export declare const ImageRowSkeleton: DefineComponent< {}, {}, {}, {}, {}, C
|
|
|
2154
2174
|
|
|
2155
2175
|
export declare const Input: __VLS_WithTemplateSlots_9<typeof __VLS_component_9, __VLS_TemplateResult_9["slots"]>;
|
|
2156
2176
|
|
|
2157
|
-
export declare const InputField:
|
|
2177
|
+
export declare const InputField: __VLS_WithTemplateSlots_31<typeof __VLS_component_31, __VLS_TemplateResult_31["slots"]>;
|
|
2158
2178
|
|
|
2159
2179
|
export declare type InputFieldProps = {
|
|
2160
2180
|
autocomplete?: 'on' | 'off';
|
|
@@ -2173,7 +2193,7 @@ export declare type InputFieldProps = {
|
|
|
2173
2193
|
maxLength?: number | string;
|
|
2174
2194
|
};
|
|
2175
2195
|
|
|
2176
|
-
export declare const InputMaskField:
|
|
2196
|
+
export declare const InputMaskField: __VLS_WithTemplateSlots_32<typeof __VLS_component_32, __VLS_TemplateResult_32["slots"]>;
|
|
2177
2197
|
|
|
2178
2198
|
export declare type InputMaskFieldProps = {
|
|
2179
2199
|
autofocus?: boolean;
|
|
@@ -2727,6 +2747,32 @@ declare function onDropFilter(value: FilterValue): void;
|
|
|
2727
2747
|
|
|
2728
2748
|
declare function open_2(): void;
|
|
2729
2749
|
|
|
2750
|
+
export declare const PageInfoCell: __VLS_WithTemplateSlots_28<typeof __VLS_component_28, __VLS_TemplateResult_28["slots"]>;
|
|
2751
|
+
|
|
2752
|
+
export declare type PageInfoCellProps = {
|
|
2753
|
+
label?: string;
|
|
2754
|
+
value?: string;
|
|
2755
|
+
isShowDivider?: boolean;
|
|
2756
|
+
};
|
|
2757
|
+
|
|
2758
|
+
export declare const PageInfoCellSkeleton: DefineComponent<PageInfoCellSkeletonProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<PageInfoCellSkeletonProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
2759
|
+
|
|
2760
|
+
export declare type PageInfoCellSkeletonProps = Pick<PageInfoCellProps, 'isShowDivider'>;
|
|
2761
|
+
|
|
2762
|
+
export declare const PageInfoCellTable: DefineComponent<PageInfoCellTableProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<PageInfoCellTableProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
2763
|
+
|
|
2764
|
+
export declare type PageInfoCellTableProps = {
|
|
2765
|
+
data: (PageInfoCellProps & {
|
|
2766
|
+
isBadge?: boolean;
|
|
2767
|
+
})[];
|
|
2768
|
+
};
|
|
2769
|
+
|
|
2770
|
+
export declare const PageInfoCellTableSkeleton: DefineComponent<PageInfoCellTableSkeletonProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<PageInfoCellTableSkeletonProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
2771
|
+
|
|
2772
|
+
export declare type PageInfoCellTableSkeletonProps = {
|
|
2773
|
+
size?: number | string;
|
|
2774
|
+
};
|
|
2775
|
+
|
|
2730
2776
|
export declare const Popover: __VLS_WithTemplateSlots_26<typeof __VLS_component_26, __VLS_TemplateResult_26["slots"]>;
|
|
2731
2777
|
|
|
2732
2778
|
export declare type PopoverProps = {
|