@a2simcode/ui 0.0.150 → 0.0.152

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.
@@ -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")> & import('vue').ShallowUnwrapRef<{
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
- }> & {} & import('vue').ComponentCustomProperties & {} & {
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")> & import('vue').ShallowUnwrapRef<{
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
- }> & {} & import('vue').ComponentCustomProperties & {} & {
341
+ } & {} & import('vue').ComponentCustomProperties & {} & {
342
342
  $slots: {
343
343
  default?(_: {}): any;
344
344
  default?(_: {}): any;