@xn-lib/component 0.1.19 → 0.1.20

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.
@@ -287,10 +287,11 @@ declare const __VLS_base: import("vue").DefineComponent<import("vue").ExtractPro
287
287
  }>, {
288
288
  readonly disabled: boolean;
289
289
  readonly filter: import("../types/cascader").Filter;
290
- readonly showCheckbox: boolean;
291
290
  readonly modelValue: CascaderValue | null;
292
291
  readonly size: "small" | "default" | "large";
292
+ readonly showCheckbox: boolean;
293
293
  readonly onLoad: import("../types/cascader").OnLoad;
294
+ readonly placeholder: string;
294
295
  readonly getColumnStyle: (detail: {
295
296
  level: number;
296
297
  }) => string | Record<string, any>;
@@ -300,7 +301,6 @@ declare const __VLS_base: import("vue").DefineComponent<import("vue").ExtractPro
300
301
  readonly labelField: string;
301
302
  readonly separator: string;
302
303
  readonly options: CascaderOption[];
303
- readonly placeholder: string;
304
304
  readonly clearable: boolean;
305
305
  readonly filterable: boolean;
306
306
  readonly expandTrigger: import("../types/cascader").ExpandTrigger;
@@ -177,9 +177,9 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
177
177
  }>, {
178
178
  readonly disabled: boolean;
179
179
  readonly modelValue: import("../types").EditableTextareaModelValue;
180
+ readonly placeholder: string;
180
181
  readonly maxHeight: number;
181
182
  readonly onEnter: import("../types").KeyboardEventHandler;
182
- readonly placeholder: string;
183
183
  readonly maxlength: number;
184
184
  readonly readonly: boolean;
185
185
  readonly autoHeight: boolean;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "private": false,
3
3
  "name": "@xn-lib/component",
4
- "version": "0.1.19",
4
+ "version": "0.1.20",
5
5
  "description": "",
6
6
  "main": "./dist/index.umd.js",
7
7
  "module": "./dist/index.mjs",