@a2simcode/ui 0.0.150 → 0.0.151
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/input-layer/index.d.ts +2 -2
- package/dist/components/input-layer/src/input-layer.vue.d.ts +2 -2
- package/dist/simcode-ui.es.js +5634 -5599
- package/dist/simcode-ui.umd.js +2 -2
- package/dist/stats.html +1 -1
- package/dist/ui.css +1 -1
- package/docs/components/meta/form.ts +13 -3
- package/package.json +12 -12
|
@@ -268,12 +268,12 @@ export declare const JInputLayer: {
|
|
|
268
268
|
onOk?: ((...args: any[]) => any) | undefined;
|
|
269
269
|
onClosed?: ((...args: any[]) => any) | undefined;
|
|
270
270
|
onCancel?: ((...args: any[]) => any) | undefined;
|
|
271
|
-
}>, "open" | "hideLoading" | "close" | "showLoading" | ("height" | "width" | "isStep" | "validateSteps" | "beforeClose" | "steps" | "hasBtns" | "buttons" | "btnText" | "destroyOnClose" | "hasSaveBtn" | "hasHeader")> &
|
|
271
|
+
}>, "open" | "hideLoading" | "close" | "showLoading" | ("height" | "width" | "isStep" | "validateSteps" | "beforeClose" | "steps" | "hasBtns" | "buttons" | "btnText" | "destroyOnClose" | "hasSaveBtn" | "hasHeader")> & {
|
|
272
272
|
open: (layerTitle: string, type?: string, layerSubtitle?: any) => void;
|
|
273
273
|
close: () => void;
|
|
274
274
|
showLoading: (text?: string) => void;
|
|
275
275
|
hideLoading: () => void;
|
|
276
|
-
}
|
|
276
|
+
} & {} & import('vue').ComponentCustomProperties & {} & {
|
|
277
277
|
$slots: {
|
|
278
278
|
default?(_: {}): any;
|
|
279
279
|
default?(_: {}): any;
|
|
@@ -333,12 +333,12 @@ declare const _default: import('vue').DefineComponent<InputLayerProps, {}, {}, {
|
|
|
333
333
|
onOk?: ((...args: any[]) => any) | undefined;
|
|
334
334
|
onClosed?: ((...args: any[]) => any) | undefined;
|
|
335
335
|
onCancel?: ((...args: any[]) => any) | undefined;
|
|
336
|
-
}>, "open" | "hideLoading" | "close" | "showLoading" | ("height" | "width" | "isStep" | "validateSteps" | "beforeClose" | "steps" | "hasBtns" | "buttons" | "btnText" | "destroyOnClose" | "hasSaveBtn" | "hasHeader")> &
|
|
336
|
+
}>, "open" | "hideLoading" | "close" | "showLoading" | ("height" | "width" | "isStep" | "validateSteps" | "beforeClose" | "steps" | "hasBtns" | "buttons" | "btnText" | "destroyOnClose" | "hasSaveBtn" | "hasHeader")> & {
|
|
337
337
|
open: (layerTitle: string, type?: string, layerSubtitle?: any) => void;
|
|
338
338
|
close: () => void;
|
|
339
339
|
showLoading: (text?: string) => void;
|
|
340
340
|
hideLoading: () => void;
|
|
341
|
-
}
|
|
341
|
+
} & {} & import('vue').ComponentCustomProperties & {} & {
|
|
342
342
|
$slots: {
|
|
343
343
|
default?(_: {}): any;
|
|
344
344
|
default?(_: {}): any;
|