x-runtime-lib 0.5.10 → 0.5.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/components/element/dialog/v1/index.vue.d.ts +2 -0
- package/dist/element/_common/keys.d.ts +1 -0
- package/dist/element/basic/dialog/v1/index.d.ts +3 -0
- package/dist/{i18n-en-g5917ung.js → i18n-en-chxvg9av.js} +1 -0
- package/dist/{i18n-zhHans-ehanwg1n.js → i18n-zhHans-irh3vhql.js} +1 -0
- package/dist/index.js +879 -851
- package/package.json +1 -1
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
2
|
+
export default _default;
|
|
@@ -2,6 +2,7 @@ export declare const keyBtnV1 = "btn_v1";
|
|
|
2
2
|
export declare const keyComboboxV1 = "combobox_v1";
|
|
3
3
|
export declare const keyContainerV1 = "container_v1";
|
|
4
4
|
export declare const keyDataTableV1 = "data_table_v1";
|
|
5
|
+
export declare const keyDialogV1 = "dialog_v1";
|
|
5
6
|
export declare const keyGlobalityV1 = "globality_v1";
|
|
6
7
|
export declare const keyNumberInputV1 = "number_input_v1";
|
|
7
8
|
export declare const keyRefV1 = "ref_v1";
|