@yh-ui/components 0.1.15 → 0.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.
@@ -61,8 +61,8 @@ declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {}, {}
61
61
  label: string;
62
62
  className: string;
63
63
  resizable: boolean;
64
- filterable: boolean;
65
64
  align: "left" | "center" | "right";
65
+ filterable: boolean;
66
66
  headerAlign: "left" | "center" | "right";
67
67
  prop: string;
68
68
  columnKey: string;
@@ -61,8 +61,8 @@ declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {}, {}
61
61
  label: string;
62
62
  className: string;
63
63
  resizable: boolean;
64
- filterable: boolean;
65
64
  align: "left" | "center" | "right";
65
+ filterable: boolean;
66
66
  headerAlign: "left" | "center" | "right";
67
67
  prop: string;
68
68
  columnKey: string;
@@ -40,13 +40,13 @@ declare const __VLS_component: import("vue").DefineComponent<TimePickerProps, {
40
40
  format: string;
41
41
  tabindex: number | string;
42
42
  showSeconds: boolean;
43
+ cancelText: string;
44
+ confirmText: string;
43
45
  startPlaceholder: string;
44
46
  endPlaceholder: string;
45
47
  rangeSeparator: string;
46
48
  orderOnConfirm: boolean;
47
49
  isRange: boolean;
48
- cancelText: string;
49
- confirmText: string;
50
50
  popperOffset: number;
51
51
  editable: boolean;
52
52
  arrowControl: boolean;
@@ -40,13 +40,13 @@ declare const __VLS_component: import("vue").DefineComponent<TimePickerProps, {
40
40
  format: string;
41
41
  tabindex: number | string;
42
42
  showSeconds: boolean;
43
+ cancelText: string;
44
+ confirmText: string;
43
45
  startPlaceholder: string;
44
46
  endPlaceholder: string;
45
47
  rangeSeparator: string;
46
48
  orderOnConfirm: boolean;
47
49
  isRange: boolean;
48
- cancelText: string;
49
- confirmText: string;
50
50
  popperOffset: number;
51
51
  editable: boolean;
52
52
  arrowControl: boolean;
@@ -30,9 +30,9 @@ declare const __VLS_component: import("vue").DefineComponent<TransferPanelProps,
30
30
  height: number;
31
31
  size: import("./transfer").TransferSize;
32
32
  title: string;
33
+ checked: TransferKey[];
33
34
  virtual: boolean;
34
35
  itemHeight: number;
35
- checked: TransferKey[];
36
36
  filterable: boolean;
37
37
  showAllCheckbox: boolean;
38
38
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
@@ -30,9 +30,9 @@ declare const __VLS_component: import("vue").DefineComponent<TransferPanelProps,
30
30
  height: number;
31
31
  size: import("./transfer").TransferSize;
32
32
  title: string;
33
+ checked: TransferKey[];
33
34
  virtual: boolean;
34
35
  itemHeight: number;
35
- checked: TransferKey[];
36
36
  filterable: boolean;
37
37
  showAllCheckbox: boolean;
38
38
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
@@ -203,8 +203,8 @@ declare const __VLS_component: import("vue").DefineComponent<import("vue").Extra
203
203
  readonly itemHeight: number;
204
204
  readonly filterMethod: import("./tree").FilterMethod;
205
205
  readonly checkStrictly: boolean;
206
- readonly emptyText: string;
207
206
  readonly draggable: boolean;
207
+ readonly emptyText: string;
208
208
  readonly indent: number;
209
209
  readonly nodeKey: string;
210
210
  readonly showCheckbox: boolean;
@@ -203,8 +203,8 @@ declare const __VLS_component: import("vue").DefineComponent<import("vue").Extra
203
203
  readonly itemHeight: number;
204
204
  readonly filterMethod: import("./tree").FilterMethod;
205
205
  readonly checkStrictly: boolean;
206
- readonly emptyText: string;
207
206
  readonly draggable: boolean;
207
+ readonly emptyText: string;
208
208
  readonly indent: number;
209
209
  readonly nodeKey: string;
210
210
  readonly showCheckbox: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yh-ui/components",
3
- "version": "0.1.15",
3
+ "version": "0.1.17",
4
4
  "description": "YH-UI Vue 3 Components",
5
5
  "type": "module",
6
6
  "sideEffects": [
@@ -40,10 +40,10 @@
40
40
  "highlight.js": "^11.11.1",
41
41
  "markdown-it": "^14.1.1",
42
42
  "viewerjs": "^1.11.7",
43
- "@yh-ui/hooks": "0.1.15",
44
- "@yh-ui/theme": "0.1.15",
45
- "@yh-ui/utils": "0.1.15",
46
- "@yh-ui/locale": "0.1.15"
43
+ "@yh-ui/theme": "0.1.17",
44
+ "@yh-ui/locale": "0.1.17",
45
+ "@yh-ui/utils": "0.1.17",
46
+ "@yh-ui/hooks": "0.1.17"
47
47
  },
48
48
  "peerDependencies": {
49
49
  "vue": "^3.5.27"