@mobileaction/action-kit 1.1.16 → 1.1.17

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.
@@ -17,6 +17,7 @@ export interface MaInputProps {
17
17
  hint?: string;
18
18
  prefixIcon?: string;
19
19
  suffixIcon?: string;
20
+ inputClass?: string;
20
21
  }
21
22
  declare const _sfc_main: import("vue").DefineComponent<{
22
23
  allowClear: {
@@ -85,6 +86,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
85
86
  type: __PropType<string>;
86
87
  required: false;
87
88
  };
89
+ inputClass: {
90
+ type: __PropType<string>;
91
+ required: false;
92
+ };
88
93
  }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("change" | "currency-change" | "update:value" | "update:amountCurrency")[], "change" | "currency-change" | "update:value" | "update:amountCurrency", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
89
94
  allowClear: {
90
95
  type: __PropType<boolean>;
@@ -152,6 +157,10 @@ declare const _sfc_main: import("vue").DefineComponent<{
152
157
  type: __PropType<string>;
153
158
  required: false;
154
159
  };
160
+ inputClass: {
161
+ type: __PropType<string>;
162
+ required: false;
163
+ };
155
164
  }>> & {
156
165
  onChange?: (...args: any[]) => any;
157
166
  "onUpdate:value"?: (...args: any[]) => any;
@@ -0,0 +1 @@
1
+ export {};
@@ -16,6 +16,7 @@ export interface MaInputProps {
16
16
  hint?: string;
17
17
  prefixIcon?: string;
18
18
  suffixIcon?: string;
19
+ inputClass?: string;
19
20
  }
20
21
  declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<MaInputProps>, {
21
22
  type: MaInputType;
@@ -0,0 +1 @@
1
+ export {};