@ailife-dev-vue/uiplus-dev 0.0.10 → 0.0.11
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 +11 -1
- package/dist/index.mjs +9408 -9393
- 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: {
|
|
@@ -3613,7 +3616,11 @@ default: number;
|
|
|
3613
3616
|
};
|
|
3614
3617
|
}>> & Readonly<{}>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, {
|
|
3615
3618
|
collapsedRows: number;
|
|
3616
|
-
}, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & VNodeProps & AllowedComponentProps & ComponentCustomProps &
|
|
3619
|
+
}, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & VNodeProps & AllowedComponentProps & ComponentCustomProps & (new () => {
|
|
3620
|
+
$slots: {
|
|
3621
|
+
default?(_: {}): any;
|
|
3622
|
+
};
|
|
3623
|
+
}) & Plugin_2;
|
|
3617
3624
|
|
|
3618
3625
|
export declare const UpCommonBannerNew: {
|
|
3619
3626
|
new (...args: any[]): CreateComponentPublicInstanceWithMixins<Readonly<ExtractPropTypes< {
|
|
@@ -8800,6 +8807,7 @@ export declare const zhCN: {
|
|
|
8800
8807
|
solution: string;
|
|
8801
8808
|
servicePhone: string;
|
|
8802
8809
|
purchaseLink: string;
|
|
8810
|
+
unconfiguredPlaceholder: string;
|
|
8803
8811
|
};
|
|
8804
8812
|
generalScreen: {
|
|
8805
8813
|
cardTitle: string;
|
|
@@ -8917,6 +8925,8 @@ export declare const zhCN: {
|
|
|
8917
8925
|
commonInfo: {
|
|
8918
8926
|
infoTitle: string;
|
|
8919
8927
|
statPlaceholder: string;
|
|
8928
|
+
placeholderValue: string;
|
|
8929
|
+
placeholderLabel: string;
|
|
8920
8930
|
};
|
|
8921
8931
|
statisticChart: {
|
|
8922
8932
|
tab: {
|