@cyberpunk-vue/components 0.1.2 → 0.1.3

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.
Files changed (60) hide show
  1. package/dist/avatar/src/avatar.d.ts +1 -1
  2. package/dist/button/index.d.ts +12 -12
  3. package/dist/button/src/button.d.ts +1 -1
  4. package/dist/button/src/button.vue.d.ts +4 -4
  5. package/dist/card/index.d.ts +12 -12
  6. package/dist/card/src/card.d.ts +1 -1
  7. package/dist/card/src/card.vue.d.ts +6 -6
  8. package/dist/checkbox/index.d.ts +3 -3
  9. package/dist/checkbox/src/checkbox.d.ts +1 -1
  10. package/dist/checkbox/src/checkbox.vue.d.ts +1 -1
  11. package/dist/checkbox-group/index.d.ts +6 -6
  12. package/dist/checkbox-group/src/checkbox-group.d.ts +1 -1
  13. package/dist/checkbox-group/src/checkbox-group.vue.d.ts +3 -3
  14. package/dist/config-provider/index.d.ts +6 -6
  15. package/dist/config-provider/src/config-provider.d.ts +1 -1
  16. package/dist/config-provider/src/config-provider.vue.d.ts +3 -3
  17. package/dist/dropdown/index.d.ts +3 -3
  18. package/dist/dropdown/src/dropdown.d.ts +1 -1
  19. package/dist/dropdown/src/dropdown.vue.d.ts +1 -1
  20. package/dist/image/index.d.ts +6 -6
  21. package/dist/image/src/image.d.ts +1 -1
  22. package/dist/image/src/image.vue.d.ts +3 -3
  23. package/dist/input/index.d.ts +3 -3
  24. package/dist/input/src/input.d.ts +1 -1
  25. package/dist/input/src/input.vue.d.ts +1 -1
  26. package/dist/input-number/index.d.ts +1 -1
  27. package/dist/input-number/src/input-number.d.ts +1 -1
  28. package/dist/input-number/src/input-number.vue.d.ts +1 -1
  29. package/dist/loading/index.d.ts +1 -1
  30. package/dist/loading/src/loading.d.ts +1 -1
  31. package/dist/loading/src/loading.vue.d.ts +1 -1
  32. package/dist/progress/index.d.ts +6 -6
  33. package/dist/progress/src/progress.d.ts +1 -1
  34. package/dist/progress/src/progress.vue.d.ts +3 -3
  35. package/dist/radio/index.d.ts +3 -3
  36. package/dist/radio/src/radio.d.ts +1 -1
  37. package/dist/radio/src/radio.vue.d.ts +1 -1
  38. package/dist/radio-group/index.d.ts +6 -6
  39. package/dist/radio-group/src/radio-group.d.ts +1 -1
  40. package/dist/radio-group/src/radio-group.vue.d.ts +3 -3
  41. package/dist/slider/index.d.ts +1 -1
  42. package/dist/slider/src/slider.d.ts +1 -1
  43. package/dist/slider/src/slider.vue.d.ts +1 -1
  44. package/dist/status-indicator/index.d.ts +3 -3
  45. package/dist/status-indicator/src/status-indicator.d.ts +1 -1
  46. package/dist/status-indicator/src/status-indicator.vue.d.ts +1 -1
  47. package/dist/switch/index.d.ts +1 -1
  48. package/dist/switch/src/switch.d.ts +1 -1
  49. package/dist/switch/src/switch.vue.d.ts +1 -1
  50. package/dist/tag/index.d.ts +3 -3
  51. package/dist/tag/src/tag.d.ts +1 -1
  52. package/dist/tag/src/tag.vue.d.ts +1 -1
  53. package/dist/text/index.d.ts +12 -12
  54. package/dist/text/src/text.d.ts +1 -1
  55. package/dist/text/src/text.vue.d.ts +6 -6
  56. package/dist/textarea/index.d.ts +1 -1
  57. package/dist/textarea/src/textarea.d.ts +1 -1
  58. package/dist/textarea/src/textarea.vue.d.ts +1 -1
  59. package/dist/vite.config.d.ts.map +1 -1
  60. package/package.json +4 -4
@@ -1,5 +1,5 @@
1
1
  import { ExtractPropTypes, PropType, Component } from 'vue';
2
- import { Size } from '../../../hooks';
2
+ import { Size } from '@cyberpunk-vue/hooks';
3
3
  /**
4
4
  * 头像预设尺寸
5
5
  * - `xs` - 24px
@@ -111,7 +111,7 @@ export declare const CpButton: import('../utils').SFCWithInstall<{
111
111
  }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
112
112
  click: (evt: MouseEvent) => void;
113
113
  }, import('vue').PublicProps, {
114
- readonly size: import('../../cyberpunk-vue').Size;
114
+ readonly size: import('@cyberpunk-vue/cyberpunk-vue').Size;
115
115
  readonly type: import('.').ButtonType;
116
116
  readonly variant: import('.').ButtonVariant;
117
117
  readonly disabled: boolean;
@@ -130,9 +130,9 @@ export declare const CpButton: import('../utils').SFCWithInstall<{
130
130
  readonly suffixIcon: object;
131
131
  readonly prefixIconColor: string;
132
132
  readonly suffixIconColor: string;
133
- readonly iconSize: import('../../cyberpunk-vue').Size;
134
- readonly prefixIconSize: import('../../cyberpunk-vue').Size;
135
- readonly suffixIconSize: import('../../cyberpunk-vue').Size;
133
+ readonly iconSize: import('@cyberpunk-vue/cyberpunk-vue').Size;
134
+ readonly prefixIconSize: import('@cyberpunk-vue/cyberpunk-vue').Size;
135
+ readonly suffixIconSize: import('@cyberpunk-vue/cyberpunk-vue').Size;
136
136
  }, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, HTMLButtonElement, import('vue').ComponentProvideOptions, {
137
137
  P: {};
138
138
  B: {};
@@ -232,7 +232,7 @@ export declare const CpButton: import('../utils').SFCWithInstall<{
232
232
  }>> & Readonly<{
233
233
  onClick?: ((evt: MouseEvent) => any) | undefined;
234
234
  }>, {}, {}, {}, {}, {
235
- readonly size: import('../../cyberpunk-vue').Size;
235
+ readonly size: import('@cyberpunk-vue/cyberpunk-vue').Size;
236
236
  readonly type: import('.').ButtonType;
237
237
  readonly variant: import('.').ButtonVariant;
238
238
  readonly disabled: boolean;
@@ -251,9 +251,9 @@ export declare const CpButton: import('../utils').SFCWithInstall<{
251
251
  readonly suffixIcon: object;
252
252
  readonly prefixIconColor: string;
253
253
  readonly suffixIconColor: string;
254
- readonly iconSize: import('../../cyberpunk-vue').Size;
255
- readonly prefixIconSize: import('../../cyberpunk-vue').Size;
256
- readonly suffixIconSize: import('../../cyberpunk-vue').Size;
254
+ readonly iconSize: import('@cyberpunk-vue/cyberpunk-vue').Size;
255
+ readonly prefixIconSize: import('@cyberpunk-vue/cyberpunk-vue').Size;
256
+ readonly suffixIconSize: import('@cyberpunk-vue/cyberpunk-vue').Size;
257
257
  }>;
258
258
  __isFragment?: never;
259
259
  __isTeleport?: never;
@@ -352,7 +352,7 @@ export declare const CpButton: import('../utils').SFCWithInstall<{
352
352
  }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
353
353
  click: (evt: MouseEvent) => void;
354
354
  }, string, {
355
- readonly size: import('../../cyberpunk-vue').Size;
355
+ readonly size: import('@cyberpunk-vue/cyberpunk-vue').Size;
356
356
  readonly type: import('.').ButtonType;
357
357
  readonly variant: import('.').ButtonVariant;
358
358
  readonly disabled: boolean;
@@ -371,9 +371,9 @@ export declare const CpButton: import('../utils').SFCWithInstall<{
371
371
  readonly suffixIcon: object;
372
372
  readonly prefixIconColor: string;
373
373
  readonly suffixIconColor: string;
374
- readonly iconSize: import('../../cyberpunk-vue').Size;
375
- readonly prefixIconSize: import('../../cyberpunk-vue').Size;
376
- readonly suffixIconSize: import('../../cyberpunk-vue').Size;
374
+ readonly iconSize: import('@cyberpunk-vue/cyberpunk-vue').Size;
375
+ readonly prefixIconSize: import('@cyberpunk-vue/cyberpunk-vue').Size;
376
+ readonly suffixIconSize: import('@cyberpunk-vue/cyberpunk-vue').Size;
377
377
  }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
378
378
  $slots: {
379
379
  prefix?(_: {}): any;
@@ -1,5 +1,5 @@
1
1
  import { ExtractPropTypes, PropType } from 'vue';
2
- import { Size } from '../../../hooks';
2
+ import { Size } from '@cyberpunk-vue/hooks';
3
3
  /**
4
4
  * 按钮颜色类型
5
5
  * - `primary` - 主要操作,强调色(赛博蓝)
@@ -192,7 +192,7 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
192
192
  }>> & Readonly<{
193
193
  onClick?: ((evt: MouseEvent) => any) | undefined;
194
194
  }>, {
195
- readonly size: import('../../../hooks').Size;
195
+ readonly size: import('@cyberpunk-vue/hooks').Size;
196
196
  readonly type: import('./button').ButtonType;
197
197
  readonly variant: import('./button').ButtonVariant;
198
198
  readonly disabled: boolean;
@@ -211,9 +211,9 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
211
211
  readonly suffixIcon: object;
212
212
  readonly prefixIconColor: string;
213
213
  readonly suffixIconColor: string;
214
- readonly iconSize: import('../../../hooks').Size;
215
- readonly prefixIconSize: import('../../../hooks').Size;
216
- readonly suffixIconSize: import('../../../hooks').Size;
214
+ readonly iconSize: import('@cyberpunk-vue/hooks').Size;
215
+ readonly prefixIconSize: import('@cyberpunk-vue/hooks').Size;
216
+ readonly suffixIconSize: import('@cyberpunk-vue/hooks').Size;
217
217
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLButtonElement>;
218
218
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
219
219
  export default _default;
@@ -56,7 +56,7 @@ export declare const CpCard: import('../utils').SFCWithInstall<{
56
56
  readonly default: "bottom";
57
57
  };
58
58
  readonly overlayDuration: {
59
- readonly type: import('vue').PropType<import('../../cyberpunk-vue').DurationValue>;
59
+ readonly type: import('vue').PropType<import('@cyberpunk-vue/cyberpunk-vue').DurationValue>;
60
60
  readonly default: 300;
61
61
  };
62
62
  readonly overlayEffect: {
@@ -101,7 +101,7 @@ export declare const CpCard: import('../utils').SFCWithInstall<{
101
101
  readonly default: false;
102
102
  };
103
103
  readonly dimmedDuration: {
104
- readonly type: import('vue').PropType<import('../../cyberpunk-vue').DurationValue>;
104
+ readonly type: import('vue').PropType<import('@cyberpunk-vue/cyberpunk-vue').DurationValue>;
105
105
  readonly default: 300;
106
106
  };
107
107
  readonly triggerImageHover: {
@@ -134,7 +134,7 @@ export declare const CpCard: import('../utils').SFCWithInstall<{
134
134
  readonly footerBorder: boolean;
135
135
  readonly overlayAnimation: import('.').CardOverlayAnimation;
136
136
  readonly overlayPosition: import('.').CardOverlayPosition;
137
- readonly overlayDuration: import('../../cyberpunk-vue').DurationValue;
137
+ readonly overlayDuration: import('@cyberpunk-vue/cyberpunk-vue').DurationValue;
138
138
  readonly overlayEffect: import('.').CardOverlayEffect;
139
139
  readonly overlayColor: string;
140
140
  readonly overlayBlur: string | number;
@@ -143,7 +143,7 @@ export declare const CpCard: import('../utils').SFCWithInstall<{
143
143
  readonly actionBlur: string | number;
144
144
  readonly bgColor: string;
145
145
  readonly dimmed: boolean;
146
- readonly dimmedDuration: import('../../cyberpunk-vue').DurationValue;
146
+ readonly dimmedDuration: import('@cyberpunk-vue/cyberpunk-vue').DurationValue;
147
147
  readonly triggerImageHover: boolean;
148
148
  readonly hoverScale: boolean;
149
149
  }, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, HTMLDivElement, import('vue').ComponentProvideOptions, {
@@ -191,7 +191,7 @@ export declare const CpCard: import('../utils').SFCWithInstall<{
191
191
  readonly default: "bottom";
192
192
  };
193
193
  readonly overlayDuration: {
194
- readonly type: import('vue').PropType<import('../../cyberpunk-vue').DurationValue>;
194
+ readonly type: import('vue').PropType<import('@cyberpunk-vue/cyberpunk-vue').DurationValue>;
195
195
  readonly default: 300;
196
196
  };
197
197
  readonly overlayEffect: {
@@ -236,7 +236,7 @@ export declare const CpCard: import('../utils').SFCWithInstall<{
236
236
  readonly default: false;
237
237
  };
238
238
  readonly dimmedDuration: {
239
- readonly type: import('vue').PropType<import('../../cyberpunk-vue').DurationValue>;
239
+ readonly type: import('vue').PropType<import('@cyberpunk-vue/cyberpunk-vue').DurationValue>;
240
240
  readonly default: 300;
241
241
  };
242
242
  readonly triggerImageHover: {
@@ -269,7 +269,7 @@ export declare const CpCard: import('../utils').SFCWithInstall<{
269
269
  readonly footerBorder: boolean;
270
270
  readonly overlayAnimation: import('.').CardOverlayAnimation;
271
271
  readonly overlayPosition: import('.').CardOverlayPosition;
272
- readonly overlayDuration: import('../../cyberpunk-vue').DurationValue;
272
+ readonly overlayDuration: import('@cyberpunk-vue/cyberpunk-vue').DurationValue;
273
273
  readonly overlayEffect: import('.').CardOverlayEffect;
274
274
  readonly overlayColor: string;
275
275
  readonly overlayBlur: string | number;
@@ -278,7 +278,7 @@ export declare const CpCard: import('../utils').SFCWithInstall<{
278
278
  readonly actionBlur: string | number;
279
279
  readonly bgColor: string;
280
280
  readonly dimmed: boolean;
281
- readonly dimmedDuration: import('../../cyberpunk-vue').DurationValue;
281
+ readonly dimmedDuration: import('@cyberpunk-vue/cyberpunk-vue').DurationValue;
282
282
  readonly triggerImageHover: boolean;
283
283
  readonly hoverScale: boolean;
284
284
  }>;
@@ -323,7 +323,7 @@ export declare const CpCard: import('../utils').SFCWithInstall<{
323
323
  readonly default: "bottom";
324
324
  };
325
325
  readonly overlayDuration: {
326
- readonly type: import('vue').PropType<import('../../cyberpunk-vue').DurationValue>;
326
+ readonly type: import('vue').PropType<import('@cyberpunk-vue/cyberpunk-vue').DurationValue>;
327
327
  readonly default: 300;
328
328
  };
329
329
  readonly overlayEffect: {
@@ -368,7 +368,7 @@ export declare const CpCard: import('../utils').SFCWithInstall<{
368
368
  readonly default: false;
369
369
  };
370
370
  readonly dimmedDuration: {
371
- readonly type: import('vue').PropType<import('../../cyberpunk-vue').DurationValue>;
371
+ readonly type: import('vue').PropType<import('@cyberpunk-vue/cyberpunk-vue').DurationValue>;
372
372
  readonly default: 300;
373
373
  };
374
374
  readonly triggerImageHover: {
@@ -401,7 +401,7 @@ export declare const CpCard: import('../utils').SFCWithInstall<{
401
401
  readonly footerBorder: boolean;
402
402
  readonly overlayAnimation: import('.').CardOverlayAnimation;
403
403
  readonly overlayPosition: import('.').CardOverlayPosition;
404
- readonly overlayDuration: import('../../cyberpunk-vue').DurationValue;
404
+ readonly overlayDuration: import('@cyberpunk-vue/cyberpunk-vue').DurationValue;
405
405
  readonly overlayEffect: import('.').CardOverlayEffect;
406
406
  readonly overlayColor: string;
407
407
  readonly overlayBlur: string | number;
@@ -410,7 +410,7 @@ export declare const CpCard: import('../utils').SFCWithInstall<{
410
410
  readonly actionBlur: string | number;
411
411
  readonly bgColor: string;
412
412
  readonly dimmed: boolean;
413
- readonly dimmedDuration: import('../../cyberpunk-vue').DurationValue;
413
+ readonly dimmedDuration: import('@cyberpunk-vue/cyberpunk-vue').DurationValue;
414
414
  readonly triggerImageHover: boolean;
415
415
  readonly hoverScale: boolean;
416
416
  }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
@@ -1,5 +1,5 @@
1
1
  import { ExtractPropTypes, PropType } from 'vue';
2
- import { DurationValue } from '../../../hooks';
2
+ import { DurationValue } from '@cyberpunk-vue/hooks';
3
3
  /**
4
4
  * 卡片阴影显示时机
5
5
  * - `always` - 始终显示阴影(默认)
@@ -51,7 +51,7 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
51
51
  readonly default: "bottom";
52
52
  };
53
53
  readonly overlayDuration: {
54
- readonly type: import('vue').PropType<import('../../../hooks').DurationValue>;
54
+ readonly type: import('vue').PropType<import('@cyberpunk-vue/hooks').DurationValue>;
55
55
  readonly default: 300;
56
56
  };
57
57
  readonly overlayEffect: {
@@ -96,7 +96,7 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
96
96
  readonly default: false;
97
97
  };
98
98
  readonly dimmedDuration: {
99
- readonly type: import('vue').PropType<import('../../../hooks').DurationValue>;
99
+ readonly type: import('vue').PropType<import('@cyberpunk-vue/hooks').DurationValue>;
100
100
  readonly default: 300;
101
101
  };
102
102
  readonly triggerImageHover: {
@@ -155,7 +155,7 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
155
155
  readonly default: "bottom";
156
156
  };
157
157
  readonly overlayDuration: {
158
- readonly type: import('vue').PropType<import('../../../hooks').DurationValue>;
158
+ readonly type: import('vue').PropType<import('@cyberpunk-vue/hooks').DurationValue>;
159
159
  readonly default: 300;
160
160
  };
161
161
  readonly overlayEffect: {
@@ -200,7 +200,7 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
200
200
  readonly default: false;
201
201
  };
202
202
  readonly dimmedDuration: {
203
- readonly type: import('vue').PropType<import('../../../hooks').DurationValue>;
203
+ readonly type: import('vue').PropType<import('@cyberpunk-vue/hooks').DurationValue>;
204
204
  readonly default: 300;
205
205
  };
206
206
  readonly triggerImageHover: {
@@ -233,7 +233,7 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
233
233
  readonly footerBorder: boolean;
234
234
  readonly overlayAnimation: import('./card').CardOverlayAnimation;
235
235
  readonly overlayPosition: import('./card').CardOverlayPosition;
236
- readonly overlayDuration: import('../../../hooks').DurationValue;
236
+ readonly overlayDuration: import('@cyberpunk-vue/hooks').DurationValue;
237
237
  readonly overlayEffect: import('./card').CardOverlayEffect;
238
238
  readonly overlayColor: string;
239
239
  readonly overlayBlur: string | number;
@@ -242,7 +242,7 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
242
242
  readonly actionBlur: string | number;
243
243
  readonly bgColor: string;
244
244
  readonly dimmed: boolean;
245
- readonly dimmedDuration: import('../../../hooks').DurationValue;
245
+ readonly dimmedDuration: import('@cyberpunk-vue/hooks').DurationValue;
246
246
  readonly triggerImageHover: boolean;
247
247
  readonly hoverScale: boolean;
248
248
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>;
@@ -66,7 +66,7 @@ export declare const CpCheckbox: import('../utils').SFCWithInstall<{
66
66
  "update:modelValue": (value: boolean | import('.').CheckboxValueType[]) => void;
67
67
  change: (value: boolean | import('.').CheckboxValueType[]) => void;
68
68
  }, import('vue').PublicProps, {
69
- readonly size: import('../../cyberpunk-vue').Size;
69
+ readonly size: import('@cyberpunk-vue/cyberpunk-vue').Size;
70
70
  readonly name: string;
71
71
  readonly type: import('.').CheckboxType;
72
72
  readonly disabled: boolean;
@@ -138,7 +138,7 @@ export declare const CpCheckbox: import('../utils').SFCWithInstall<{
138
138
  inputRef: import('vue').Ref<HTMLInputElement | undefined, HTMLInputElement | undefined>;
139
139
  checked: import('vue').ComputedRef<boolean>;
140
140
  }, {}, {}, {}, {
141
- readonly size: import('../../cyberpunk-vue').Size;
141
+ readonly size: import('@cyberpunk-vue/cyberpunk-vue').Size;
142
142
  readonly name: string;
143
143
  readonly type: import('.').CheckboxType;
144
144
  readonly disabled: boolean;
@@ -208,7 +208,7 @@ export declare const CpCheckbox: import('../utils').SFCWithInstall<{
208
208
  "update:modelValue": (value: boolean | import('.').CheckboxValueType[]) => void;
209
209
  change: (value: boolean | import('.').CheckboxValueType[]) => void;
210
210
  }, string, {
211
- readonly size: import('../../cyberpunk-vue').Size;
211
+ readonly size: import('@cyberpunk-vue/cyberpunk-vue').Size;
212
212
  readonly name: string;
213
213
  readonly type: import('.').CheckboxType;
214
214
  readonly disabled: boolean;
@@ -1,5 +1,5 @@
1
1
  import { ExtractPropTypes, PropType } from 'vue';
2
- import { Size } from '../../../hooks';
2
+ import { Size } from '@cyberpunk-vue/hooks';
3
3
  /**
4
4
  * 复选框尺寸
5
5
  * - `sm` - 小尺寸 (14px)
@@ -112,7 +112,7 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
112
112
  "onUpdate:modelValue"?: ((value: boolean | CheckboxValueType[]) => any) | undefined;
113
113
  onChange?: ((value: boolean | CheckboxValueType[]) => any) | undefined;
114
114
  }>, {
115
- readonly size: import('../../../hooks').Size;
115
+ readonly size: import('@cyberpunk-vue/hooks').Size;
116
116
  readonly name: string;
117
117
  readonly type: import('./checkbox').CheckboxType;
118
118
  readonly disabled: boolean;
@@ -24,7 +24,7 @@ export declare const CpCheckboxGroup: import('../utils').SFCWithInstall<{
24
24
  readonly default: false;
25
25
  };
26
26
  readonly size: {
27
- readonly type: import('vue').PropType<import('../../cyberpunk-vue').Size>;
27
+ readonly type: import('vue').PropType<import('@cyberpunk-vue/cyberpunk-vue').Size>;
28
28
  readonly default: "md";
29
29
  };
30
30
  readonly type: {
@@ -52,7 +52,7 @@ export declare const CpCheckboxGroup: import('../utils').SFCWithInstall<{
52
52
  "update:modelValue": (value: import('..').CheckboxValueType[]) => void;
53
53
  change: (value: import('..').CheckboxValueType[]) => void;
54
54
  }, import('vue').PublicProps, {
55
- readonly size: import('../../cyberpunk-vue').Size;
55
+ readonly size: import('@cyberpunk-vue/cyberpunk-vue').Size;
56
56
  readonly type: import('..').CheckboxType;
57
57
  readonly disabled: boolean;
58
58
  readonly modelValue: import('..').CheckboxValueType[];
@@ -76,7 +76,7 @@ export declare const CpCheckboxGroup: import('../utils').SFCWithInstall<{
76
76
  readonly default: false;
77
77
  };
78
78
  readonly size: {
79
- readonly type: import('vue').PropType<import('../../cyberpunk-vue').Size>;
79
+ readonly type: import('vue').PropType<import('@cyberpunk-vue/cyberpunk-vue').Size>;
80
80
  readonly default: "md";
81
81
  };
82
82
  readonly type: {
@@ -101,7 +101,7 @@ export declare const CpCheckboxGroup: import('../utils').SFCWithInstall<{
101
101
  }>, {
102
102
  modelValue: import('vue').Ref<import('..').CheckboxValueType[], import('..').CheckboxValueType[]>;
103
103
  }, {}, {}, {}, {
104
- readonly size: import('../../cyberpunk-vue').Size;
104
+ readonly size: import('@cyberpunk-vue/cyberpunk-vue').Size;
105
105
  readonly type: import('..').CheckboxType;
106
106
  readonly disabled: boolean;
107
107
  readonly modelValue: import('..').CheckboxValueType[];
@@ -122,7 +122,7 @@ export declare const CpCheckboxGroup: import('../utils').SFCWithInstall<{
122
122
  readonly default: false;
123
123
  };
124
124
  readonly size: {
125
- readonly type: import('vue').PropType<import('../../cyberpunk-vue').Size>;
125
+ readonly type: import('vue').PropType<import('@cyberpunk-vue/cyberpunk-vue').Size>;
126
126
  readonly default: "md";
127
127
  };
128
128
  readonly type: {
@@ -150,7 +150,7 @@ export declare const CpCheckboxGroup: import('../utils').SFCWithInstall<{
150
150
  "update:modelValue": (value: import('..').CheckboxValueType[]) => void;
151
151
  change: (value: import('..').CheckboxValueType[]) => void;
152
152
  }, string, {
153
- readonly size: import('../../cyberpunk-vue').Size;
153
+ readonly size: import('@cyberpunk-vue/cyberpunk-vue').Size;
154
154
  readonly type: import('..').CheckboxType;
155
155
  readonly disabled: boolean;
156
156
  readonly modelValue: import('..').CheckboxValueType[];
@@ -1,5 +1,5 @@
1
1
  import { ExtractPropTypes, PropType } from 'vue';
2
- import { Size } from '../../../hooks';
2
+ import { Size } from '@cyberpunk-vue/hooks';
3
3
  import { CheckboxValueType, CheckboxType } from '../../checkbox/src/checkbox';
4
4
  /**
5
5
  * CpCheckboxGroup 组件 Props 定义
@@ -18,7 +18,7 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
18
18
  readonly default: false;
19
19
  };
20
20
  readonly size: {
21
- readonly type: import('vue').PropType<import('../../../hooks').Size>;
21
+ readonly type: import('vue').PropType<import('@cyberpunk-vue/hooks').Size>;
22
22
  readonly default: "md";
23
23
  };
24
24
  readonly type: {
@@ -53,7 +53,7 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
53
53
  readonly default: false;
54
54
  };
55
55
  readonly size: {
56
- readonly type: import('vue').PropType<import('../../../hooks').Size>;
56
+ readonly type: import('vue').PropType<import('@cyberpunk-vue/hooks').Size>;
57
57
  readonly default: "md";
58
58
  };
59
59
  readonly type: {
@@ -76,7 +76,7 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
76
76
  "onUpdate:modelValue"?: ((value: CheckboxValueType[]) => any) | undefined;
77
77
  onChange?: ((value: CheckboxValueType[]) => any) | undefined;
78
78
  }>, {
79
- readonly size: import('../../../hooks').Size;
79
+ readonly size: import('@cyberpunk-vue/hooks').Size;
80
80
  readonly type: import('../..').CheckboxType;
81
81
  readonly disabled: boolean;
82
82
  readonly modelValue: CheckboxValueType[];
@@ -24,12 +24,12 @@ export declare const CpConfigProvider: import('../utils').SFCWithInstall<{
24
24
  readonly default: () => {};
25
25
  };
26
26
  readonly theme: {
27
- readonly type: import('vue').PropType<import('../../constants/dist').ThemeType>;
27
+ readonly type: import('vue').PropType<import('@cyberpunk-vue/cyberpunk-vue').ThemeType>;
28
28
  readonly default: "dark";
29
29
  };
30
30
  }>> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
31
31
  readonly defaults: import('.').ComponentDefaults;
32
- readonly theme: import('../../constants/dist').ThemeType;
32
+ readonly theme: import('@cyberpunk-vue/cyberpunk-vue').ThemeType;
33
33
  }, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
34
34
  P: {};
35
35
  B: {};
@@ -43,12 +43,12 @@ export declare const CpConfigProvider: import('../utils').SFCWithInstall<{
43
43
  readonly default: () => {};
44
44
  };
45
45
  readonly theme: {
46
- readonly type: import('vue').PropType<import('../../constants/dist').ThemeType>;
46
+ readonly type: import('vue').PropType<import('@cyberpunk-vue/cyberpunk-vue').ThemeType>;
47
47
  readonly default: "dark";
48
48
  };
49
49
  }>> & Readonly<{}>, {}, {}, {}, {}, {
50
50
  readonly defaults: import('.').ComponentDefaults;
51
- readonly theme: import('../../constants/dist').ThemeType;
51
+ readonly theme: import('@cyberpunk-vue/cyberpunk-vue').ThemeType;
52
52
  }>;
53
53
  __isFragment?: never;
54
54
  __isTeleport?: never;
@@ -59,12 +59,12 @@ export declare const CpConfigProvider: import('../utils').SFCWithInstall<{
59
59
  readonly default: () => {};
60
60
  };
61
61
  readonly theme: {
62
- readonly type: import('vue').PropType<import('../../constants/dist').ThemeType>;
62
+ readonly type: import('vue').PropType<import('@cyberpunk-vue/cyberpunk-vue').ThemeType>;
63
63
  readonly default: "dark";
64
64
  };
65
65
  }>> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
66
66
  readonly defaults: import('.').ComponentDefaults;
67
- readonly theme: import('../../constants/dist').ThemeType;
67
+ readonly theme: import('@cyberpunk-vue/cyberpunk-vue').ThemeType;
68
68
  }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
69
69
  $slots: {
70
70
  default?(_: {}): any;
@@ -1,5 +1,5 @@
1
1
  import { ExtractPropTypes, PropType } from 'vue';
2
- import { ThemeType } from '../../../constants';
2
+ import { ThemeType } from '@cyberpunk-vue/constants';
3
3
  export type { ThemeType };
4
4
  /**
5
5
  * 组件默认值配置类型
@@ -13,7 +13,7 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
13
13
  readonly default: () => {};
14
14
  };
15
15
  readonly theme: {
16
- readonly type: import('vue').PropType<import('../../../constants').ThemeType>;
16
+ readonly type: import('vue').PropType<import('@cyberpunk-vue/constants').ThemeType>;
17
17
  readonly default: "dark";
18
18
  };
19
19
  }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
@@ -22,12 +22,12 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
22
22
  readonly default: () => {};
23
23
  };
24
24
  readonly theme: {
25
- readonly type: import('vue').PropType<import('../../../constants').ThemeType>;
25
+ readonly type: import('vue').PropType<import('@cyberpunk-vue/constants').ThemeType>;
26
26
  readonly default: "dark";
27
27
  };
28
28
  }>> & Readonly<{}>, {
29
29
  readonly defaults: import('./config-provider').ComponentDefaults;
30
- readonly theme: import('../../../constants').ThemeType;
30
+ readonly theme: import('@cyberpunk-vue/constants').ThemeType;
31
31
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
32
32
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
33
33
  export default _default;
@@ -114,7 +114,7 @@ export declare const CpDropdown: import('../utils').SFCWithInstall<{
114
114
  blur: () => void;
115
115
  visibleChange: (visible: boolean) => void;
116
116
  }, import('vue').PublicProps, {
117
- readonly size: import('../../cyberpunk-vue').Size;
117
+ readonly size: import('@cyberpunk-vue/cyberpunk-vue').Size;
118
118
  readonly variant: import('.').DropdownVariant;
119
119
  readonly disabled: boolean;
120
120
  readonly color: string;
@@ -236,7 +236,7 @@ export declare const CpDropdown: import('../utils').SFCWithInstall<{
236
236
  focus: () => void;
237
237
  blur: () => void;
238
238
  }, {}, {}, {}, {
239
- readonly size: import('../../cyberpunk-vue').Size;
239
+ readonly size: import('@cyberpunk-vue/cyberpunk-vue').Size;
240
240
  readonly variant: import('.').DropdownVariant;
241
241
  readonly disabled: boolean;
242
242
  readonly color: string;
@@ -357,7 +357,7 @@ export declare const CpDropdown: import('../utils').SFCWithInstall<{
357
357
  blur: () => void;
358
358
  visibleChange: (visible: boolean) => void;
359
359
  }, string, {
360
- readonly size: import('../../cyberpunk-vue').Size;
360
+ readonly size: import('@cyberpunk-vue/cyberpunk-vue').Size;
361
361
  readonly variant: import('.').DropdownVariant;
362
362
  readonly disabled: boolean;
363
363
  readonly color: string;
@@ -1,5 +1,5 @@
1
1
  import { ExtractPropTypes, PropType } from 'vue';
2
- import { Size } from '../../../hooks';
2
+ import { Size } from '@cyberpunk-vue/hooks';
3
3
  /**
4
4
  * 下拉选项类型
5
5
  */
@@ -197,7 +197,7 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
197
197
  onBlur?: (() => any) | undefined;
198
198
  onVisibleChange?: ((visible: boolean) => any) | undefined;
199
199
  }>, {
200
- readonly size: import('../../../hooks').Size;
200
+ readonly size: import('@cyberpunk-vue/hooks').Size;
201
201
  readonly variant: import('./dropdown').DropdownVariant;
202
202
  readonly disabled: boolean;
203
203
  readonly color: string;
@@ -69,7 +69,7 @@ export declare const CpImage: import('../utils').SFCWithInstall<{
69
69
  readonly default: "scale";
70
70
  };
71
71
  readonly hoverDuration: {
72
- readonly type: import('vue').PropType<import('../../cyberpunk-vue').DurationValue>;
72
+ readonly type: import('vue').PropType<import('@cyberpunk-vue/cyberpunk-vue').DurationValue>;
73
73
  readonly default: 300;
74
74
  };
75
75
  readonly srcProcessor: {
@@ -105,7 +105,7 @@ export declare const CpImage: import('../utils').SFCWithInstall<{
105
105
  readonly showDecor: boolean;
106
106
  readonly hoverable: boolean;
107
107
  readonly hoverMode: "zoom" | "scale";
108
- readonly hoverDuration: import('../../cyberpunk-vue').DurationValue;
108
+ readonly hoverDuration: import('@cyberpunk-vue/cyberpunk-vue').DurationValue;
109
109
  readonly srcProcessor: string | ((src: string, params?: unknown) => string);
110
110
  readonly processorParams: string | unknown[] | Record<string, unknown>;
111
111
  readonly draggable: boolean;
@@ -177,7 +177,7 @@ export declare const CpImage: import('../utils').SFCWithInstall<{
177
177
  readonly default: "scale";
178
178
  };
179
179
  readonly hoverDuration: {
180
- readonly type: import('vue').PropType<import('../../cyberpunk-vue').DurationValue>;
180
+ readonly type: import('vue').PropType<import('@cyberpunk-vue/cyberpunk-vue').DurationValue>;
181
181
  readonly default: 300;
182
182
  };
183
183
  readonly srcProcessor: {
@@ -210,7 +210,7 @@ export declare const CpImage: import('../utils').SFCWithInstall<{
210
210
  readonly showDecor: boolean;
211
211
  readonly hoverable: boolean;
212
212
  readonly hoverMode: "zoom" | "scale";
213
- readonly hoverDuration: import('../../cyberpunk-vue').DurationValue;
213
+ readonly hoverDuration: import('@cyberpunk-vue/cyberpunk-vue').DurationValue;
214
214
  readonly srcProcessor: string | ((src: string, params?: unknown) => string);
215
215
  readonly processorParams: string | unknown[] | Record<string, unknown>;
216
216
  readonly draggable: boolean;
@@ -276,7 +276,7 @@ export declare const CpImage: import('../utils').SFCWithInstall<{
276
276
  readonly default: "scale";
277
277
  };
278
278
  readonly hoverDuration: {
279
- readonly type: import('vue').PropType<import('../../cyberpunk-vue').DurationValue>;
279
+ readonly type: import('vue').PropType<import('@cyberpunk-vue/cyberpunk-vue').DurationValue>;
280
280
  readonly default: 300;
281
281
  };
282
282
  readonly srcProcessor: {
@@ -312,7 +312,7 @@ export declare const CpImage: import('../utils').SFCWithInstall<{
312
312
  readonly showDecor: boolean;
313
313
  readonly hoverable: boolean;
314
314
  readonly hoverMode: "zoom" | "scale";
315
- readonly hoverDuration: import('../../cyberpunk-vue').DurationValue;
315
+ readonly hoverDuration: import('@cyberpunk-vue/cyberpunk-vue').DurationValue;
316
316
  readonly srcProcessor: string | ((src: string, params?: unknown) => string);
317
317
  readonly processorParams: string | unknown[] | Record<string, unknown>;
318
318
  readonly draggable: boolean;
@@ -1,5 +1,5 @@
1
1
  import { ExtractPropTypes, PropType } from 'vue';
2
- import { DurationValue } from '../../../hooks';
2
+ import { DurationValue } from '@cyberpunk-vue/hooks';
3
3
  /**
4
4
  * 图片适应模式
5
5
  * - `contain` - 保持比例,完整显示
@@ -69,7 +69,7 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
69
69
  readonly default: "scale";
70
70
  };
71
71
  readonly hoverDuration: {
72
- readonly type: import('vue').PropType<import('../../../hooks').DurationValue>;
72
+ readonly type: import('vue').PropType<import('@cyberpunk-vue/hooks').DurationValue>;
73
73
  readonly default: 300;
74
74
  };
75
75
  readonly srcProcessor: {
@@ -150,7 +150,7 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
150
150
  readonly default: "scale";
151
151
  };
152
152
  readonly hoverDuration: {
153
- readonly type: import('vue').PropType<import('../../../hooks').DurationValue>;
153
+ readonly type: import('vue').PropType<import('@cyberpunk-vue/hooks').DurationValue>;
154
154
  readonly default: 300;
155
155
  };
156
156
  readonly srcProcessor: {
@@ -188,7 +188,7 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
188
188
  readonly showDecor: boolean;
189
189
  readonly hoverable: boolean;
190
190
  readonly hoverMode: "zoom" | "scale";
191
- readonly hoverDuration: import('../../../hooks').DurationValue;
191
+ readonly hoverDuration: import('@cyberpunk-vue/hooks').DurationValue;
192
192
  readonly srcProcessor: string | ((src: string, params?: unknown) => string);
193
193
  readonly processorParams: string | unknown[] | Record<string, unknown>;
194
194
  readonly draggable: boolean;