@ailife-dev-vue/uiplus-dev 0.0.10 → 0.0.12
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 +6 -0
- package/dist/index.mjs +9791 -9756
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -848,6 +848,7 @@ export declare const enUS: {
|
|
|
848
848
|
solution: string;
|
|
849
849
|
servicePhone: string;
|
|
850
850
|
purchaseLink: string;
|
|
851
|
+
unconfiguredPlaceholder: string;
|
|
851
852
|
};
|
|
852
853
|
generalScreen: {
|
|
853
854
|
cardTitle: string;
|
|
@@ -965,6 +966,8 @@ export declare const enUS: {
|
|
|
965
966
|
commonInfo: {
|
|
966
967
|
infoTitle: string;
|
|
967
968
|
statPlaceholder: string;
|
|
969
|
+
placeholderValue: string;
|
|
970
|
+
placeholderLabel: string;
|
|
968
971
|
};
|
|
969
972
|
statisticChart: {
|
|
970
973
|
tab: {
|
|
@@ -8800,6 +8803,7 @@ export declare const zhCN: {
|
|
|
8800
8803
|
solution: string;
|
|
8801
8804
|
servicePhone: string;
|
|
8802
8805
|
purchaseLink: string;
|
|
8806
|
+
unconfiguredPlaceholder: string;
|
|
8803
8807
|
};
|
|
8804
8808
|
generalScreen: {
|
|
8805
8809
|
cardTitle: string;
|
|
@@ -8917,6 +8921,8 @@ export declare const zhCN: {
|
|
|
8917
8921
|
commonInfo: {
|
|
8918
8922
|
infoTitle: string;
|
|
8919
8923
|
statPlaceholder: string;
|
|
8924
|
+
placeholderValue: string;
|
|
8925
|
+
placeholderLabel: string;
|
|
8920
8926
|
};
|
|
8921
8927
|
statisticChart: {
|
|
8922
8928
|
tab: {
|