@qqt-product/ui 14.0.6 → 14.0.7
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.es.js +273 -282
- package/dist/index.umd.js +21 -21
- package/dist/lib/components/detail-page-layout/index.d.ts +0 -10
- package/dist/lib/components/detail-page-layout/src/detail-page-layout.vue.d.ts +1 -11
- package/dist/lib/components/edit-page-layout/src/edit-page-layout-types.d.ts +1 -0
- package/package.json +1 -1
|
@@ -101,11 +101,6 @@ declare const _default: SFCWithInstall<DefineComponent<{
|
|
|
101
101
|
type: StringConstructor;
|
|
102
102
|
default: string;
|
|
103
103
|
};
|
|
104
|
-
} & {
|
|
105
|
-
isDetail: {
|
|
106
|
-
type: PropType<boolean>;
|
|
107
|
-
default: boolean;
|
|
108
|
-
};
|
|
109
104
|
}, {
|
|
110
105
|
instance: Ref<Expose | undefined>;
|
|
111
106
|
classes: ComputedRef<{
|
|
@@ -217,11 +212,6 @@ declare const _default: SFCWithInstall<DefineComponent<{
|
|
|
217
212
|
type: StringConstructor;
|
|
218
213
|
default: string;
|
|
219
214
|
};
|
|
220
|
-
} & {
|
|
221
|
-
isDetail: {
|
|
222
|
-
type: PropType<boolean>;
|
|
223
|
-
default: boolean;
|
|
224
|
-
};
|
|
225
215
|
}>>, {
|
|
226
216
|
pattern: Pattern;
|
|
227
217
|
currentRow: CurrentRow;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { DefineComponent, Ref, ComputedRef, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ExtractPropTypes
|
|
1
|
+
import type { DefineComponent, PropType, Ref, ComputedRef, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ExtractPropTypes } from 'vue';
|
|
2
2
|
import type { roleValidator, CurrentRow, UserInfo, Pattern, patternValidator, RemoteConfig, DetailApiFunctionType, PageButton, PageButtonPosition, pageButtonPositionValidator, RecordString, Expose, ComputedFormFieldsItem } from '../../edit-page-layout';
|
|
3
3
|
declare const _sfc_main: DefineComponent<{
|
|
4
4
|
showPageHeader: {
|
|
@@ -97,11 +97,6 @@ declare const _sfc_main: DefineComponent<{
|
|
|
97
97
|
type: StringConstructor;
|
|
98
98
|
default: string;
|
|
99
99
|
};
|
|
100
|
-
} & {
|
|
101
|
-
isDetail: {
|
|
102
|
-
type: PropType<boolean>;
|
|
103
|
-
default: boolean;
|
|
104
|
-
};
|
|
105
100
|
}, {
|
|
106
101
|
instance: Ref<Expose | undefined>;
|
|
107
102
|
classes: ComputedRef<{
|
|
@@ -213,11 +208,6 @@ declare const _sfc_main: DefineComponent<{
|
|
|
213
208
|
type: StringConstructor;
|
|
214
209
|
default: string;
|
|
215
210
|
};
|
|
216
|
-
} & {
|
|
217
|
-
isDetail: {
|
|
218
|
-
type: PropType<boolean>;
|
|
219
|
-
default: boolean;
|
|
220
|
-
};
|
|
221
211
|
}>>, {
|
|
222
212
|
pattern: Pattern;
|
|
223
213
|
currentRow: CurrentRow;
|
|
@@ -344,6 +344,7 @@ export type VxePayload = {
|
|
|
344
344
|
setItemRequiredOrDisabled?: SetItemRequiredOrDisabled;
|
|
345
345
|
Decimal?: typeof Decimal;
|
|
346
346
|
topEmit?: () => void;
|
|
347
|
+
selectedOptions?: CascaderProps['options'];
|
|
347
348
|
};
|
|
348
349
|
export interface UploadExtend {
|
|
349
350
|
businessType?: string;
|