@nicorp/nui 0.5.0 → 0.6.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.cjs.js +10 -10
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.d.ts +43 -4
- package/dist/index.es.js +4760 -4652
- package/dist/index.es.js.map +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -1034,11 +1034,11 @@ export declare interface NUILocale {
|
|
|
1034
1034
|
chatHeader_settings: string;
|
|
1035
1035
|
reasoning_title: string;
|
|
1036
1036
|
reasoning_thinking: string;
|
|
1037
|
-
/** Use {duration} placeholder
|
|
1037
|
+
/** Use {duration} placeholder */
|
|
1038
1038
|
reasoning_thoughtFor: string;
|
|
1039
|
-
/** Use {name} placeholder
|
|
1039
|
+
/** Use {name} placeholder */
|
|
1040
1040
|
toolCall_calling: string;
|
|
1041
|
-
/** Use {name} placeholder
|
|
1041
|
+
/** Use {name} placeholder */
|
|
1042
1042
|
toolCall_failed: string;
|
|
1043
1043
|
toolCall_arguments: string;
|
|
1044
1044
|
toolCall_result: string;
|
|
@@ -1054,11 +1054,50 @@ export declare interface NUILocale {
|
|
|
1054
1054
|
followUp_send: string;
|
|
1055
1055
|
sourceCitation_sources: string;
|
|
1056
1056
|
aiLoading_thinking: string;
|
|
1057
|
-
/** Use {name} placeholder
|
|
1057
|
+
/** Use {name} placeholder */
|
|
1058
1058
|
filePreview_remove: string;
|
|
1059
1059
|
modelSelector_placeholder: string;
|
|
1060
1060
|
modelSelector_searchPlaceholder: string;
|
|
1061
1061
|
modelSelector_noResults: string;
|
|
1062
|
+
common_close: string;
|
|
1063
|
+
common_search: string;
|
|
1064
|
+
common_noResults: string;
|
|
1065
|
+
common_previous: string;
|
|
1066
|
+
common_next: string;
|
|
1067
|
+
common_more: string;
|
|
1068
|
+
common_copyCode: string;
|
|
1069
|
+
combobox_placeholder: string;
|
|
1070
|
+
combobox_searchPlaceholder: string;
|
|
1071
|
+
combobox_empty: string;
|
|
1072
|
+
multiselect_placeholder: string;
|
|
1073
|
+
multiselect_searchPlaceholder: string;
|
|
1074
|
+
multiselect_empty: string;
|
|
1075
|
+
/** Use {count} placeholder */
|
|
1076
|
+
multiselect_selected: string;
|
|
1077
|
+
datePicker_placeholder: string;
|
|
1078
|
+
dataTable_searchPlaceholder: string;
|
|
1079
|
+
dataTable_noResults: string;
|
|
1080
|
+
/** Use {page} and {total} placeholders */
|
|
1081
|
+
dataTable_pageOf: string;
|
|
1082
|
+
dataTable_previous: string;
|
|
1083
|
+
dataTable_next: string;
|
|
1084
|
+
fileUpload_dragDrop: string;
|
|
1085
|
+
/** Use {size} placeholder */
|
|
1086
|
+
fileUpload_maxSize: string;
|
|
1087
|
+
tagInput_placeholder: string;
|
|
1088
|
+
pagination_previous: string;
|
|
1089
|
+
pagination_next: string;
|
|
1090
|
+
pagination_morePages: string;
|
|
1091
|
+
pagination_goToPrevious: string;
|
|
1092
|
+
pagination_goToNext: string;
|
|
1093
|
+
modeToggle_toggleTheme: string;
|
|
1094
|
+
modeToggle_light: string;
|
|
1095
|
+
modeToggle_dark: string;
|
|
1096
|
+
modeToggle_system: string;
|
|
1097
|
+
modeToggle_colorTheme: string;
|
|
1098
|
+
carousel_previousSlide: string;
|
|
1099
|
+
carousel_nextSlide: string;
|
|
1100
|
+
breadcrumb_more: string;
|
|
1062
1101
|
}
|
|
1063
1102
|
|
|
1064
1103
|
/**
|