@ailife-dev-vue/uiplus 0.0.8-snapshot → 0.0.9-snapshot
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.css +1 -1
- package/dist/index.d.ts +2 -0
- package/dist/index.mjs +5568 -5556
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -678,6 +678,7 @@ export declare const enUS: {
|
|
|
678
678
|
resetDialogTitle: string;
|
|
679
679
|
resetDialogContentDefault: string;
|
|
680
680
|
ariaBack: string;
|
|
681
|
+
empty: string;
|
|
681
682
|
};
|
|
682
683
|
generalHistoricalRecord: {
|
|
683
684
|
cardTitle: string;
|
|
@@ -5731,6 +5732,7 @@ export declare const zhCN: {
|
|
|
5731
5732
|
resetDialogTitle: string;
|
|
5732
5733
|
resetDialogContentDefault: string;
|
|
5733
5734
|
ariaBack: string;
|
|
5735
|
+
empty: string;
|
|
5734
5736
|
};
|
|
5735
5737
|
generalHistoricalRecord: {
|
|
5736
5738
|
cardTitle: string;
|