@cyberpunk-vue/components 1.13.6 → 1.13.7

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.
@@ -174,11 +174,12 @@ export declare const CpTimePicker: import('../utils').SFCWithInstall<{
174
174
  readonly placement: import('@floating-ui/dom').Placement;
175
175
  readonly confirm: boolean | undefined;
176
176
  readonly valueFormat: string;
177
+ readonly defaultValue: import('../date-picker/src/picker').PickerValueItem;
178
+ readonly disabledDate: (date: Date) => boolean;
177
179
  readonly startPlaceholder: string;
178
180
  readonly endPlaceholder: string;
179
181
  readonly rangeSeparator: string;
180
182
  readonly editable: boolean;
181
- readonly disabledDate: (date: Date) => boolean;
182
183
  readonly disabledHours: import('../date-picker/src/picker').DisabledTimeResolver;
183
184
  readonly disabledMinutes: import('../date-picker/src/picker').DisabledTimeResolver;
184
185
  readonly disabledSeconds: import('../date-picker/src/picker').DisabledTimeResolver;
@@ -187,7 +188,6 @@ export declare const CpTimePicker: import('../utils').SFCWithInstall<{
187
188
  readonly secondStep: number;
188
189
  readonly showSeconds: boolean;
189
190
  readonly shortcuts: import('../date-picker/src/picker').PickerShortcut[];
190
- readonly defaultValue: import('../date-picker/src/picker').PickerValueItem;
191
191
  readonly defaultTime: string | [string, string];
192
192
  readonly unlinkPanels: boolean;
193
193
  }, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, HTMLDivElement, import('vue').ComponentProvideOptions, {
@@ -360,11 +360,12 @@ export declare const CpTimePicker: import('../utils').SFCWithInstall<{
360
360
  readonly placement: import('@floating-ui/dom').Placement;
361
361
  readonly confirm: boolean | undefined;
362
362
  readonly valueFormat: string;
363
+ readonly defaultValue: import('../date-picker/src/picker').PickerValueItem;
364
+ readonly disabledDate: (date: Date) => boolean;
363
365
  readonly startPlaceholder: string;
364
366
  readonly endPlaceholder: string;
365
367
  readonly rangeSeparator: string;
366
368
  readonly editable: boolean;
367
- readonly disabledDate: (date: Date) => boolean;
368
369
  readonly disabledHours: import('../date-picker/src/picker').DisabledTimeResolver;
369
370
  readonly disabledMinutes: import('../date-picker/src/picker').DisabledTimeResolver;
370
371
  readonly disabledSeconds: import('../date-picker/src/picker').DisabledTimeResolver;
@@ -373,7 +374,6 @@ export declare const CpTimePicker: import('../utils').SFCWithInstall<{
373
374
  readonly secondStep: number;
374
375
  readonly showSeconds: boolean;
375
376
  readonly shortcuts: import('../date-picker/src/picker').PickerShortcut[];
376
- readonly defaultValue: import('../date-picker/src/picker').PickerValueItem;
377
377
  readonly defaultTime: string | [string, string];
378
378
  readonly unlinkPanels: boolean;
379
379
  }>;
@@ -550,11 +550,12 @@ export declare const CpTimePicker: import('../utils').SFCWithInstall<{
550
550
  readonly placement: import('@floating-ui/dom').Placement;
551
551
  readonly confirm: boolean | undefined;
552
552
  readonly valueFormat: string;
553
+ readonly defaultValue: import('../date-picker/src/picker').PickerValueItem;
554
+ readonly disabledDate: (date: Date) => boolean;
553
555
  readonly startPlaceholder: string;
554
556
  readonly endPlaceholder: string;
555
557
  readonly rangeSeparator: string;
556
558
  readonly editable: boolean;
557
- readonly disabledDate: (date: Date) => boolean;
558
559
  readonly disabledHours: import('../date-picker/src/picker').DisabledTimeResolver;
559
560
  readonly disabledMinutes: import('../date-picker/src/picker').DisabledTimeResolver;
560
561
  readonly disabledSeconds: import('../date-picker/src/picker').DisabledTimeResolver;
@@ -563,7 +564,6 @@ export declare const CpTimePicker: import('../utils').SFCWithInstall<{
563
564
  readonly secondStep: number;
564
565
  readonly showSeconds: boolean;
565
566
  readonly shortcuts: import('../date-picker/src/picker').PickerShortcut[];
566
- readonly defaultValue: import('../date-picker/src/picker').PickerValueItem;
567
567
  readonly defaultTime: string | [string, string];
568
568
  readonly unlinkPanels: boolean;
569
569
  }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
@@ -320,11 +320,12 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
320
320
  readonly placement: import('@floating-ui/dom').Placement;
321
321
  readonly confirm: boolean | undefined;
322
322
  readonly valueFormat: string;
323
+ readonly defaultValue: import('..').PickerValueItem;
324
+ readonly disabledDate: (date: Date) => boolean;
323
325
  readonly startPlaceholder: string;
324
326
  readonly endPlaceholder: string;
325
327
  readonly rangeSeparator: string;
326
328
  readonly editable: boolean;
327
- readonly disabledDate: (date: Date) => boolean;
328
329
  readonly disabledHours: import('..').DisabledTimeResolver;
329
330
  readonly disabledMinutes: import('..').DisabledTimeResolver;
330
331
  readonly disabledSeconds: import('..').DisabledTimeResolver;
@@ -333,7 +334,6 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
333
334
  readonly secondStep: number;
334
335
  readonly showSeconds: boolean;
335
336
  readonly shortcuts: import('..').PickerShortcut[];
336
- readonly defaultValue: import('..').PickerValueItem;
337
337
  readonly defaultTime: string | [string, string];
338
338
  readonly unlinkPanels: boolean;
339
339
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cyberpunk-vue/components",
3
- "version": "1.13.6",
3
+ "version": "1.13.7",
4
4
  "description": "Cyberpunk Vue components - A futuristic Vue 3 component library",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",
@@ -25,9 +25,9 @@
25
25
  "dependencies": {
26
26
  "@floating-ui/dom": "^1.7.6",
27
27
  "dayjs": "^1.11.20",
28
- "@cyberpunk-vue/hooks": "1.13.6",
29
- "@cyberpunk-vue/constants": "1.13.6",
30
- "@cyberpunk-vue/theme-chalk": "1.13.6"
28
+ "@cyberpunk-vue/hooks": "1.13.7",
29
+ "@cyberpunk-vue/constants": "1.13.7",
30
+ "@cyberpunk-vue/theme-chalk": "1.13.7"
31
31
  },
32
32
  "author": "Juxest",
33
33
  "license": "MIT",