@namba_one/ui-kit-2 1.1.20 → 1.2.0
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 +95 -84
- package/dist/index.es.js +6510 -6391
- package/dist/index.umd.js +24 -24
- package/dist/namba-one-uikit.css +1 -1
- package/dist/sprite/sprite.svg +15 -0
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -94,9 +94,9 @@ rootRef: HTMLDivElement;
|
|
|
94
94
|
toastersRef: HTMLDivElement[];
|
|
95
95
|
}, any>;
|
|
96
96
|
|
|
97
|
-
declare const __VLS_component_23: DefineComponent<
|
|
97
|
+
declare const __VLS_component_23: DefineComponent<__VLS_Props_14, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_14> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
98
98
|
|
|
99
|
-
declare const __VLS_component_24: DefineComponent<
|
|
99
|
+
declare const __VLS_component_24: DefineComponent<__VLS_Props_15, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_15> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {
|
|
100
100
|
containerRef: HTMLDivElement;
|
|
101
101
|
}, HTMLDivElement>;
|
|
102
102
|
|
|
@@ -108,9 +108,9 @@ onApply?: ((value: string[] | null) => any) | undefined;
|
|
|
108
108
|
|
|
109
109
|
declare const __VLS_component_26: DefineComponent<PopoverProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<PopoverProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLElement>;
|
|
110
110
|
|
|
111
|
-
declare const __VLS_component_27: DefineComponent<
|
|
111
|
+
declare const __VLS_component_27: DefineComponent<__VLS_Props_16, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
112
112
|
"update:value": (value: boolean) => any;
|
|
113
|
-
}, string, PublicProps, Readonly<
|
|
113
|
+
}, string, PublicProps, Readonly<__VLS_Props_16> & Readonly<{
|
|
114
114
|
"onUpdate:value"?: ((value: boolean) => any) | undefined;
|
|
115
115
|
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLLabelElement>;
|
|
116
116
|
|
|
@@ -194,10 +194,10 @@ default?(_: {}): any;
|
|
|
194
194
|
triggerElementRef: HTMLDivElement;
|
|
195
195
|
}, HTMLDivElement>;
|
|
196
196
|
|
|
197
|
-
declare const __VLS_component_32: DefineComponent<
|
|
197
|
+
declare const __VLS_component_32: DefineComponent<__VLS_Props_21, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
198
198
|
drop: (value: CheckboxGroupFilterValue) => any;
|
|
199
199
|
apply: (value: CheckboxGroupFilterValue) => any;
|
|
200
|
-
}, string, PublicProps, Readonly<
|
|
200
|
+
}, string, PublicProps, Readonly<__VLS_Props_21> & Readonly<{
|
|
201
201
|
onDrop?: ((value: CheckboxGroupFilterValue) => any) | undefined;
|
|
202
202
|
onApply?: ((value: CheckboxGroupFilterValue) => any) | undefined;
|
|
203
203
|
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {
|
|
@@ -446,12 +446,12 @@ declare const __VLS_component_42: DefineComponent<__VLS_PublicProps_27, {}, {},
|
|
|
446
446
|
"onUpdate:value"?: ((value: (string | number)[]) => any) | undefined;
|
|
447
447
|
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
448
448
|
|
|
449
|
-
declare const __VLS_component_43: DefineComponent<
|
|
449
|
+
declare const __VLS_component_43: DefineComponent<__VLS_Props_37, {
|
|
450
450
|
open: () => void | undefined;
|
|
451
451
|
close: () => void;
|
|
452
452
|
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
453
453
|
close: () => any;
|
|
454
|
-
}, string, PublicProps, Readonly<
|
|
454
|
+
}, string, PublicProps, Readonly<__VLS_Props_37> & Readonly<{
|
|
455
455
|
onClose?: (() => any) | undefined;
|
|
456
456
|
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {
|
|
457
457
|
visibleArea: ({
|
|
@@ -518,10 +518,10 @@ default?(_: {}): any;
|
|
|
518
518
|
|
|
519
519
|
declare const __VLS_component_44: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
520
520
|
|
|
521
|
-
declare const __VLS_component_45: DefineComponent<
|
|
521
|
+
declare const __VLS_component_45: DefineComponent<__VLS_Props_39, {
|
|
522
522
|
open: () => void;
|
|
523
523
|
close: () => void;
|
|
524
|
-
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<
|
|
524
|
+
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_39> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {
|
|
525
525
|
modal: ({
|
|
526
526
|
$: ComponentInternalInstance;
|
|
527
527
|
$data: {};
|
|
@@ -653,7 +653,7 @@ close: () => any;
|
|
|
653
653
|
onClose?: (() => any) | undefined;
|
|
654
654
|
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
655
655
|
|
|
656
|
-
declare const __VLS_component_47: DefineComponent<
|
|
656
|
+
declare const __VLS_component_47: DefineComponent<__VLS_Props_41, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_41> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
657
657
|
|
|
658
658
|
declare const __VLS_component_48: DefineComponent<SidebarFormLayoutProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
659
659
|
close: () => any;
|
|
@@ -894,23 +894,27 @@ declare type __VLS_Props = {
|
|
|
894
894
|
isLoading?: boolean;
|
|
895
895
|
};
|
|
896
896
|
|
|
897
|
-
declare type __VLS_Props_10 =
|
|
897
|
+
declare type __VLS_Props_10 = {
|
|
898
|
+
isDisabled?: boolean;
|
|
899
|
+
};
|
|
900
|
+
|
|
901
|
+
declare type __VLS_Props_11 = StatusSelectProps;
|
|
898
902
|
|
|
899
|
-
declare type
|
|
903
|
+
declare type __VLS_Props_12 = DropdownElementProps;
|
|
900
904
|
|
|
901
|
-
declare type
|
|
905
|
+
declare type __VLS_Props_13 = ThemePickerProps;
|
|
902
906
|
|
|
903
|
-
declare type
|
|
907
|
+
declare type __VLS_Props_14 = {
|
|
904
908
|
align?: 'flex-start' | 'center' | 'flex-end';
|
|
905
909
|
};
|
|
906
910
|
|
|
907
|
-
declare type
|
|
911
|
+
declare type __VLS_Props_15 = {
|
|
908
912
|
isHeight?: boolean;
|
|
909
913
|
duration?: number | string;
|
|
910
914
|
delay?: number | string;
|
|
911
915
|
};
|
|
912
916
|
|
|
913
|
-
declare type
|
|
917
|
+
declare type __VLS_Props_16 = {
|
|
914
918
|
value: boolean;
|
|
915
919
|
title: string;
|
|
916
920
|
description?: string;
|
|
@@ -918,77 +922,79 @@ declare type __VLS_Props_15 = {
|
|
|
918
922
|
size?: '16' | '20';
|
|
919
923
|
};
|
|
920
924
|
|
|
921
|
-
declare type
|
|
925
|
+
declare type __VLS_Props_17 = EditorProps;
|
|
922
926
|
|
|
923
|
-
declare type
|
|
927
|
+
declare type __VLS_Props_18 = DatepickerProps;
|
|
924
928
|
|
|
925
|
-
declare type
|
|
926
|
-
|
|
927
|
-
declare type __VLS_Props_19 = FilterHubProps;
|
|
929
|
+
declare type __VLS_Props_19 = FilterItemProps;
|
|
928
930
|
|
|
929
931
|
declare type __VLS_Props_2 = CardContentProps;
|
|
930
932
|
|
|
931
|
-
declare type __VLS_Props_20 =
|
|
933
|
+
declare type __VLS_Props_20 = FilterHubProps;
|
|
934
|
+
|
|
935
|
+
declare type __VLS_Props_21 = {
|
|
932
936
|
filter: CheckboxGroupFilterType;
|
|
933
937
|
value: CheckboxGroupFilterValue;
|
|
934
938
|
};
|
|
935
939
|
|
|
936
|
-
declare type
|
|
940
|
+
declare type __VLS_Props_22 = {
|
|
937
941
|
filter: DatepickerFilterType;
|
|
938
942
|
value: DatepickerFilterValue;
|
|
939
943
|
};
|
|
940
944
|
|
|
941
|
-
declare type
|
|
945
|
+
declare type __VLS_Props_23 = InputFieldProps;
|
|
942
946
|
|
|
943
|
-
declare type
|
|
947
|
+
declare type __VLS_Props_24 = InputMaskFieldProps;
|
|
944
948
|
|
|
945
|
-
declare type
|
|
949
|
+
declare type __VLS_Props_25 = MultiSelectFieldProps;
|
|
946
950
|
|
|
947
|
-
declare type
|
|
951
|
+
declare type __VLS_Props_26 = SelectFieldProps;
|
|
948
952
|
|
|
949
|
-
declare type
|
|
953
|
+
declare type __VLS_Props_27 = MultiInputFieldProps;
|
|
950
954
|
|
|
951
|
-
declare type
|
|
955
|
+
declare type __VLS_Props_28 = TabsProps;
|
|
952
956
|
|
|
953
|
-
declare type
|
|
957
|
+
declare type __VLS_Props_29 = {
|
|
954
958
|
label?: string;
|
|
955
959
|
size: '36_subhead' | '28_caption';
|
|
956
960
|
};
|
|
957
961
|
|
|
958
|
-
declare type
|
|
962
|
+
declare type __VLS_Props_3 = CardContentListProps;
|
|
963
|
+
|
|
964
|
+
declare type __VLS_Props_30 = {
|
|
959
965
|
label: string;
|
|
960
966
|
size: 'body' | 'subhead';
|
|
961
967
|
};
|
|
962
968
|
|
|
963
|
-
declare type
|
|
964
|
-
|
|
965
|
-
declare type __VLS_Props_30 = FilterGroup_SortProps;
|
|
969
|
+
declare type __VLS_Props_31 = FilterGroup_SortProps;
|
|
966
970
|
|
|
967
|
-
declare type
|
|
971
|
+
declare type __VLS_Props_32 = FilterGroup_AmountProps;
|
|
968
972
|
|
|
969
|
-
declare type
|
|
973
|
+
declare type __VLS_Props_33 = FilterGroup_CheckboxListProps;
|
|
970
974
|
|
|
971
|
-
declare type
|
|
975
|
+
declare type __VLS_Props_34 = FilterGroup_DateProps;
|
|
972
976
|
|
|
973
|
-
declare type
|
|
977
|
+
declare type __VLS_Props_35 = FilterGroup_SingleSelectProps;
|
|
974
978
|
|
|
975
|
-
declare type
|
|
979
|
+
declare type __VLS_Props_36 = FilterGroup_ColumnSettingsProps;
|
|
976
980
|
|
|
977
|
-
declare type
|
|
981
|
+
declare type __VLS_Props_37 = {
|
|
978
982
|
hasCloseButton?: boolean;
|
|
979
983
|
};
|
|
980
984
|
|
|
981
|
-
declare type
|
|
985
|
+
declare type __VLS_Props_38 = {
|
|
982
986
|
title: string;
|
|
983
987
|
description?: string;
|
|
984
988
|
};
|
|
985
989
|
|
|
986
|
-
declare type
|
|
990
|
+
declare type __VLS_Props_39 = {
|
|
987
991
|
title: string;
|
|
988
992
|
description?: string;
|
|
989
993
|
};
|
|
990
994
|
|
|
991
|
-
declare type
|
|
995
|
+
declare type __VLS_Props_4 = DropzoneProps;
|
|
996
|
+
|
|
997
|
+
declare type __VLS_Props_40 = {
|
|
992
998
|
title: string;
|
|
993
999
|
description?: string;
|
|
994
1000
|
confirmText: string;
|
|
@@ -999,9 +1005,7 @@ declare type __VLS_Props_39 = {
|
|
|
999
1005
|
confirm: () => Promise<void> | void;
|
|
1000
1006
|
};
|
|
1001
1007
|
|
|
1002
|
-
declare type
|
|
1003
|
-
|
|
1004
|
-
declare type __VLS_Props_40 = {
|
|
1008
|
+
declare type __VLS_Props_41 = {
|
|
1005
1009
|
title: string;
|
|
1006
1010
|
align?: 'center' | 'top';
|
|
1007
1011
|
description?: string;
|
|
@@ -1023,46 +1027,46 @@ declare type __VLS_PublicProps = {
|
|
|
1023
1027
|
|
|
1024
1028
|
declare type __VLS_PublicProps_10 = {
|
|
1025
1029
|
'value': StatusSelectProps['value'];
|
|
1026
|
-
} &
|
|
1030
|
+
} & __VLS_Props_11;
|
|
1027
1031
|
|
|
1028
1032
|
declare type __VLS_PublicProps_11 = {
|
|
1029
1033
|
'isShowDropdown': boolean;
|
|
1030
|
-
} &
|
|
1034
|
+
} & __VLS_Props_12;
|
|
1031
1035
|
|
|
1032
1036
|
declare type __VLS_PublicProps_12 = {
|
|
1033
1037
|
'value': ThemePickerProps['value'];
|
|
1034
|
-
} &
|
|
1038
|
+
} & __VLS_Props_13;
|
|
1035
1039
|
|
|
1036
1040
|
declare type __VLS_PublicProps_13 = {
|
|
1037
1041
|
'value': EditorProps['value'];
|
|
1038
|
-
} &
|
|
1042
|
+
} & __VLS_Props_17;
|
|
1039
1043
|
|
|
1040
1044
|
declare type __VLS_PublicProps_14 = {
|
|
1041
1045
|
'value': DatepickerProps['value'];
|
|
1042
|
-
} &
|
|
1046
|
+
} & __VLS_Props_18;
|
|
1043
1047
|
|
|
1044
1048
|
declare type __VLS_PublicProps_15 = {
|
|
1045
1049
|
'value': FilterItemProps['value'];
|
|
1046
|
-
} &
|
|
1050
|
+
} & __VLS_Props_19;
|
|
1047
1051
|
|
|
1048
1052
|
declare type __VLS_PublicProps_16 = {
|
|
1049
1053
|
'values': FilterValue[];
|
|
1050
|
-
} &
|
|
1054
|
+
} & __VLS_Props_20;
|
|
1051
1055
|
|
|
1052
1056
|
declare type __VLS_PublicProps_17 = {
|
|
1053
1057
|
'isError'?: boolean;
|
|
1054
1058
|
'value'?: string;
|
|
1055
|
-
} &
|
|
1059
|
+
} & __VLS_Props_23;
|
|
1056
1060
|
|
|
1057
1061
|
declare type __VLS_PublicProps_18 = {
|
|
1058
1062
|
'isError'?: boolean;
|
|
1059
1063
|
'value'?: string;
|
|
1060
|
-
} &
|
|
1064
|
+
} & __VLS_Props_24;
|
|
1061
1065
|
|
|
1062
1066
|
declare type __VLS_PublicProps_19 = {
|
|
1063
1067
|
'isError'?: boolean;
|
|
1064
1068
|
'value': string[];
|
|
1065
|
-
} &
|
|
1069
|
+
} & __VLS_Props_25;
|
|
1066
1070
|
|
|
1067
1071
|
declare type __VLS_PublicProps_2 = {
|
|
1068
1072
|
'list': CardContentListProps['list'];
|
|
@@ -1071,44 +1075,44 @@ declare type __VLS_PublicProps_2 = {
|
|
|
1071
1075
|
declare type __VLS_PublicProps_20 = {
|
|
1072
1076
|
'isError'?: boolean;
|
|
1073
1077
|
'value'?: string | null;
|
|
1074
|
-
} &
|
|
1078
|
+
} & __VLS_Props_26;
|
|
1075
1079
|
|
|
1076
1080
|
declare type __VLS_PublicProps_21 = {
|
|
1077
1081
|
'isError'?: boolean;
|
|
1078
1082
|
'value': Set<string>;
|
|
1079
|
-
} &
|
|
1083
|
+
} & __VLS_Props_27;
|
|
1080
1084
|
|
|
1081
1085
|
declare type __VLS_PublicProps_22 = {
|
|
1082
1086
|
'value': TabsProps['value'];
|
|
1083
|
-
} &
|
|
1087
|
+
} & __VLS_Props_28;
|
|
1084
1088
|
|
|
1085
1089
|
declare type __VLS_PublicProps_23 = {
|
|
1086
1090
|
'active': string;
|
|
1087
|
-
} &
|
|
1091
|
+
} & __VLS_Props_29;
|
|
1088
1092
|
|
|
1089
1093
|
declare type __VLS_PublicProps_24 = {
|
|
1090
1094
|
'active': string;
|
|
1091
|
-
} &
|
|
1095
|
+
} & __VLS_Props_30;
|
|
1092
1096
|
|
|
1093
1097
|
declare type __VLS_PublicProps_25 = {
|
|
1094
1098
|
'value': FilterGroup_SortValue;
|
|
1095
|
-
} &
|
|
1099
|
+
} & __VLS_Props_31;
|
|
1096
1100
|
|
|
1097
1101
|
declare type __VLS_PublicProps_26 = {
|
|
1098
1102
|
'value': FilterGroup_AmountValue;
|
|
1099
|
-
} &
|
|
1103
|
+
} & __VLS_Props_32;
|
|
1100
1104
|
|
|
1101
1105
|
declare type __VLS_PublicProps_27 = {
|
|
1102
1106
|
'value': (string | number)[];
|
|
1103
|
-
} &
|
|
1107
|
+
} & __VLS_Props_33;
|
|
1104
1108
|
|
|
1105
1109
|
declare type __VLS_PublicProps_28 = {
|
|
1106
1110
|
'value': FilterGroup_DateValue;
|
|
1107
|
-
} &
|
|
1111
|
+
} & __VLS_Props_34;
|
|
1108
1112
|
|
|
1109
1113
|
declare type __VLS_PublicProps_29 = {
|
|
1110
1114
|
'value': FilterGroup_SingleSelectValue;
|
|
1111
|
-
} &
|
|
1115
|
+
} & __VLS_Props_35;
|
|
1112
1116
|
|
|
1113
1117
|
declare type __VLS_PublicProps_3 = {
|
|
1114
1118
|
'value': DropzoneProps['value'];
|
|
@@ -1117,7 +1121,7 @@ declare type __VLS_PublicProps_3 = {
|
|
|
1117
1121
|
|
|
1118
1122
|
declare type __VLS_PublicProps_30 = {
|
|
1119
1123
|
'value': FilterGroup_ColumnSettingsValue;
|
|
1120
|
-
} &
|
|
1124
|
+
} & __VLS_Props_36;
|
|
1121
1125
|
|
|
1122
1126
|
declare type __VLS_PublicProps_4 = {
|
|
1123
1127
|
'value'?: InputProps['value'];
|
|
@@ -1141,7 +1145,7 @@ declare type __VLS_PublicProps_8 = {
|
|
|
1141
1145
|
|
|
1142
1146
|
declare type __VLS_PublicProps_9 = {
|
|
1143
1147
|
'value': boolean;
|
|
1144
|
-
};
|
|
1148
|
+
} & __VLS_Props_10;
|
|
1145
1149
|
|
|
1146
1150
|
declare function __VLS_template(): {
|
|
1147
1151
|
attrs: Partial<{}>;
|
|
@@ -2986,6 +2990,19 @@ export declare type ContainerProps = {
|
|
|
2986
2990
|
width?: string | number;
|
|
2987
2991
|
};
|
|
2988
2992
|
|
|
2993
|
+
/**
|
|
2994
|
+
* Собирает позиции колонок (по первой строке: thead tr или первая строка tbody).
|
|
2995
|
+
* Важно: table должна быть внутри scrollContainer, который и скроллится по X.
|
|
2996
|
+
*/
|
|
2997
|
+
export declare function createColumnScroller(options: {
|
|
2998
|
+
scrollContainer: HTMLElement;
|
|
2999
|
+
table: HTMLTableElement;
|
|
3000
|
+
}): {
|
|
3001
|
+
scrollToColumnIndex: (index: number, align?: "start" | "center" | "end", additionalOffset?: number, behavior?: ScrollBehavior) => void;
|
|
3002
|
+
observe: () => void;
|
|
3003
|
+
disconnect: () => void;
|
|
3004
|
+
};
|
|
3005
|
+
|
|
2989
3006
|
export declare const Currency: {
|
|
2990
3007
|
readonly KGS: "KGS";
|
|
2991
3008
|
};
|
|
@@ -2998,10 +3015,10 @@ export declare const Datepicker: DefineComponent<__VLS_PublicProps_14, {}, {}, {
|
|
|
2998
3015
|
"onUpdate:value"?: ((value: Date[]) => any) | undefined;
|
|
2999
3016
|
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
3000
3017
|
|
|
3001
|
-
export declare const DatepickerFilterChip: DefineComponent<
|
|
3018
|
+
export declare const DatepickerFilterChip: DefineComponent<__VLS_Props_22, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
3002
3019
|
drop: (value: DatepickerFilterValue) => any;
|
|
3003
3020
|
apply: (value: DatepickerFilterValue) => any;
|
|
3004
|
-
}, string, PublicProps, Readonly<
|
|
3021
|
+
}, string, PublicProps, Readonly<__VLS_Props_22> & Readonly<{
|
|
3005
3022
|
onDrop?: ((value: DatepickerFilterValue) => any) | undefined;
|
|
3006
3023
|
onApply?: ((value: DatepickerFilterValue) => any) | undefined;
|
|
3007
3024
|
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {
|
|
@@ -3387,19 +3404,13 @@ export declare type DropdownProps = {
|
|
|
3387
3404
|
export declare const Dropzone: DefineComponent<__VLS_PublicProps_3, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
3388
3405
|
"update:value": (value: Maybe<Base64> | undefined) => any;
|
|
3389
3406
|
"update:isError": (value: boolean | undefined) => any;
|
|
3390
|
-
} & {
|
|
3391
|
-
"update:value": (value: boolean) => any;
|
|
3392
3407
|
}, string, PublicProps, Readonly<__VLS_PublicProps_3> & Readonly<{
|
|
3393
|
-
"onUpdate:value"?: ((value:
|
|
3408
|
+
"onUpdate:value"?: ((value: Maybe<Base64> | undefined) => any) | undefined;
|
|
3394
3409
|
"onUpdate:isError"?: ((value: boolean | undefined) => any) | undefined;
|
|
3395
3410
|
}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {
|
|
3396
3411
|
refInput: HTMLInputElement;
|
|
3397
3412
|
}, HTMLDivElement>;
|
|
3398
3413
|
|
|
3399
|
-
export declare type DropzoneEmits = {
|
|
3400
|
-
(event: 'update:value', value: boolean): void;
|
|
3401
|
-
};
|
|
3402
|
-
|
|
3403
3414
|
export declare type DropzoneProps = {
|
|
3404
3415
|
value?: Maybe<Base64>;
|
|
3405
3416
|
label?: string;
|
|
@@ -3786,7 +3797,7 @@ export declare type IconBaseProps = {
|
|
|
3786
3797
|
|
|
3787
3798
|
export declare type IconName = (typeof iconNames)[number];
|
|
3788
3799
|
|
|
3789
|
-
export declare const iconNames: readonly ["filed-nambaLogo", "filled-cross", "filled-folder-close", "filled-folder-open", "filled-folder", "filled-rpLogo", "filled-sort-default", "filled-sort-down", "filled-sort-up", "filled-success", "filled-warning", "outline-1c-file", "outline-agreement", "outline-airplane", "outline-alert", "outline-api", "outline-arrow-down", "outline-arrow-left", "outline-arrow-right", "outline-arrow-turn-backward", "outline-arrow-up-down", "outline-arrow-up-line", "outline-arrow-up", "outline-balance-scale", "outline-bank", "outline-beach", "outline-bookmark", "outline-box", "outline-briefcase", "outline-browser", "outline-brush", "outline-building", "outline-bulb", "outline-calendar", "outline-call", "outline-carousel", "outline-cash", "outline-chart-bar-line", "outline-check", "outline-checkmark-badge", "outline-chevron-down-huge", "outline-chevron-down", "outline-chevron-left", "outline-chevron-right", "outline-chevron-up", "outline-code", "outline-coins-stacks", "outline-computer", "outline-connect", "outline-copy", "outline-coupon-percent", "outline-coupon", "outline-credit-card-pos", "outline-credit-card", "outline-cross", "outline-csv-list", "outline-currency_bold", "outline-currency_medium", "outline-currency_regular", "outline-currency_semibold", "outline-cursor-add", "outline-customer-service", "outline-delete", "outline-delivery-tracking", "outline-delivery-truck", "outline-distribute-horizontal-center", "outline-download", "outline-drag-drop-vertical", "outline-edit", "outline-euro", "outline-expand", "outline-export", "outline-eye-close", "outline-eye-open", "outline-file", "outline-files", "outline-filter-horizontal", "outline-filter-vertical", "outline-flash", "outline-folder", "outline-h2", "outline-help-circle", "outline-image", "outline-key", "outline-link-square", "outline-link", "outline-list", "outline-lock-password", "outline-logout", "outline-magic-wand", "outline-mail-at-sign", "outline-megaphone", "outline-menu-dots", "outline-messenger", "outline-money-bag", "outline-money-safe", "outline-moon", "outline-more-horizontal", "outline-more-vertical", "outline-mortarboard", "outline-move", "outline-paint-board", "outline-percent", "outline-phone-check", "outline-placeholder", "outline-plus", "outline-promo", "outline-qr", "outline-reduce", "outline-rocket", "outline-sad-dizzy", "outline-search", "outline-settings", "outline-share", "outline-shop-1", "outline-shop", "outline-sidebar-hide", "outline-sidebar-show", "outline-snow", "outline-sort-by-down", "outline-sort-by-up", "outline-star", "outline-store-add", "outline-store-remove", "outline-success", "outline-sun", "outline-table", "outline-tag", "outline-text-bold", "outline-text", "outline-time-quarter-pass", "outline-time", "outline-traffic-jam", "outline-transaction-history", "outline-trash", "outline-two-users", "outline-unavailable", "outline-unlink", "outline-upload", "outline-user-block", "outline-user-check", "outline-user", "outline-wallet-stack", "outline-wallet", "outline-warning", "outline-xls-file", "static-nambaLogo", "static-rpLogo", "static-telegram", "static-whats-app"];
|
|
3800
|
+
export declare const iconNames: readonly ["filed-nambaLogo", "filled-cross", "filled-folder-close", "filled-folder-open", "filled-folder", "filled-plane", "filled-rpLogo", "filled-sort-default", "filled-sort-down", "filled-sort-up", "filled-success", "filled-truck", "filled-warning", "outline-1c-file", "outline-agreement", "outline-airplane", "outline-alert", "outline-api", "outline-arrow-down", "outline-arrow-left", "outline-arrow-right", "outline-arrow-turn-backward", "outline-arrow-up-down", "outline-arrow-up-line", "outline-arrow-up", "outline-balance-scale", "outline-bank", "outline-beach", "outline-bookmark", "outline-box", "outline-briefcase", "outline-browser", "outline-brush", "outline-building", "outline-bulb", "outline-calendar", "outline-call", "outline-carousel", "outline-cash", "outline-chart-bar-line", "outline-check", "outline-checkmark-badge", "outline-chevron-down-huge", "outline-chevron-down", "outline-chevron-left", "outline-chevron-right", "outline-chevron-up", "outline-code", "outline-coins-stacks", "outline-computer", "outline-connect", "outline-copy", "outline-coupon-percent", "outline-coupon", "outline-credit-card-pos", "outline-credit-card", "outline-cross", "outline-csv-list", "outline-currency_bold", "outline-currency_medium", "outline-currency_regular", "outline-currency_semibold", "outline-cursor-add", "outline-customer-service", "outline-delete", "outline-delivery-tracking", "outline-delivery-truck", "outline-distribute-horizontal-center", "outline-download", "outline-drag-drop-vertical", "outline-edit", "outline-euro", "outline-expand", "outline-export", "outline-eye-close", "outline-eye-open", "outline-file", "outline-files", "outline-filter-horizontal", "outline-filter-vertical", "outline-flash", "outline-folder", "outline-h2", "outline-help-circle", "outline-image", "outline-key", "outline-link-square", "outline-link", "outline-list", "outline-lock-password", "outline-logout", "outline-magic-wand", "outline-mail-at-sign", "outline-megaphone", "outline-menu-dots", "outline-messenger", "outline-money-bag", "outline-money-safe", "outline-moon", "outline-more-horizontal", "outline-more-vertical", "outline-mortarboard", "outline-move", "outline-paint-board", "outline-percent", "outline-phone-check", "outline-placeholder", "outline-plus", "outline-promo", "outline-qr", "outline-reduce", "outline-rocket", "outline-sad-dizzy", "outline-search", "outline-settings", "outline-share", "outline-shop-1", "outline-shop", "outline-sidebar-hide", "outline-sidebar-show", "outline-snow", "outline-sort-by-down", "outline-sort-by-up", "outline-star", "outline-store-add", "outline-store-remove", "outline-success", "outline-sun", "outline-table", "outline-tag", "outline-text-bold", "outline-text", "outline-time-quarter-pass", "outline-time", "outline-traffic-jam", "outline-transaction-history", "outline-trash", "outline-two-users", "outline-unavailable", "outline-unlink", "outline-upload", "outline-user-block", "outline-user-check", "outline-user", "outline-wallet-stack", "outline-wallet", "outline-warning", "outline-xls-file", "static-nambaLogo", "static-rpLogo", "static-telegram", "static-whats-app"];
|
|
3790
3801
|
|
|
3791
3802
|
export declare const IconView: DefineComponent<IconViewProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<IconViewProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
3792
3803
|
|
|
@@ -4087,12 +4098,12 @@ export declare const Modal: __VLS_WithTemplateSlots_43<typeof __VLS_component_43
|
|
|
4087
4098
|
|
|
4088
4099
|
export declare const Modal_Footer: __VLS_WithTemplateSlots_44<typeof __VLS_component_44, __VLS_TemplateResult_44["slots"]>;
|
|
4089
4100
|
|
|
4090
|
-
export declare const Modal_Header: DefineComponent<
|
|
4101
|
+
export declare const Modal_Header: DefineComponent<__VLS_Props_38, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_38> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
4091
4102
|
|
|
4092
|
-
export declare const ModalAlert: DefineComponent<
|
|
4103
|
+
export declare const ModalAlert: DefineComponent<__VLS_Props_40, {
|
|
4093
4104
|
open: () => void;
|
|
4094
4105
|
close: () => void;
|
|
4095
|
-
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<
|
|
4106
|
+
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_40> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {
|
|
4096
4107
|
root: ({
|
|
4097
4108
|
$: ComponentInternalInstance;
|
|
4098
4109
|
$data: {};
|
|
@@ -5098,7 +5109,7 @@ export declare const TableSimple: <T>(__VLS_props: NonNullable<Awaited<typeof __
|
|
|
5098
5109
|
item: T;
|
|
5099
5110
|
hoveredItem: T | null;
|
|
5100
5111
|
columnKey: keyof T | string;
|
|
5101
|
-
}):
|
|
5112
|
+
}): unknown;
|
|
5102
5113
|
}> & {
|
|
5103
5114
|
renderHeaderCell(props: {
|
|
5104
5115
|
columnKey: keyof T | string;
|
|
@@ -5107,7 +5118,7 @@ export declare const TableSimple: <T>(__VLS_props: NonNullable<Awaited<typeof __
|
|
|
5107
5118
|
item: T;
|
|
5108
5119
|
hoveredItem: T | null;
|
|
5109
5120
|
columnKey: keyof T | string;
|
|
5110
|
-
}):
|
|
5121
|
+
}): unknown;
|
|
5111
5122
|
};
|
|
5112
5123
|
emit: TableSimpleEmits<T>;
|
|
5113
5124
|
}>) => VNode<RendererNode, RendererElement, {
|