@ark-ui/vue 5.23.0 → 5.24.0
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.
- package/README.md +0 -1
- package/dist/components/accordion/accordion-item-content.vue.cjs +0 -1
- package/dist/components/accordion/accordion-item-content.vue.js +0 -1
- package/dist/components/anatomy.cjs +195 -0
- package/dist/components/anatomy.d.cts +45 -0
- package/dist/components/anatomy.d.ts +45 -0
- package/dist/components/anatomy.js +45 -0
- package/dist/components/checkbox/checkbox.anatomy.d.cts +1 -1
- package/dist/components/checkbox/checkbox.anatomy.d.ts +1 -1
- package/dist/components/color-picker/color-picker.anatomy.d.cts +1 -1
- package/dist/components/color-picker/color-picker.anatomy.d.ts +1 -1
- package/dist/components/combobox/combobox-root.vue.cjs +2 -0
- package/dist/components/combobox/combobox-root.vue.js +2 -0
- package/dist/components/combobox/combobox.anatomy.d.cts +1 -1
- package/dist/components/combobox/combobox.anatomy.d.ts +1 -1
- package/dist/components/combobox/combobox.types.d.cts +6 -0
- package/dist/components/combobox/combobox.types.d.ts +6 -0
- package/dist/components/date-picker/date-picker.anatomy.d.cts +1 -1
- package/dist/components/date-picker/date-picker.anatomy.d.ts +1 -1
- package/dist/components/factory.cjs +7 -6
- package/dist/components/factory.js +7 -6
- package/dist/components/field/field.anatomy.d.cts +2 -2
- package/dist/components/field/field.anatomy.d.ts +2 -2
- package/dist/components/fieldset/fieldset-legend.vue.cjs +1 -1
- package/dist/components/fieldset/fieldset-legend.vue.js +1 -1
- package/dist/components/fieldset/fieldset.anatomy.d.cts +2 -2
- package/dist/components/fieldset/fieldset.anatomy.d.ts +2 -2
- package/dist/components/file-upload/file-upload-item-group.vue.cjs +9 -3
- package/dist/components/file-upload/file-upload-item-group.vue.d.cts +2 -1
- package/dist/components/file-upload/file-upload-item-group.vue.d.ts +2 -1
- package/dist/components/file-upload/file-upload-item-group.vue.js +10 -4
- package/dist/components/file-upload/file-upload-item-preview-image.vue.cjs +1 -1
- package/dist/components/file-upload/file-upload-item-preview-image.vue.js +1 -1
- package/dist/components/file-upload/file-upload-item.vue.cjs +7 -3
- package/dist/components/file-upload/file-upload-item.vue.d.cts +1 -1
- package/dist/components/file-upload/file-upload-item.vue.d.ts +1 -1
- package/dist/components/file-upload/file-upload-item.vue.js +8 -4
- package/dist/components/file-upload/use-file-upload-item-group-props-context.cjs +10 -0
- package/dist/components/file-upload/use-file-upload-item-group-props-context.d.cts +5 -0
- package/dist/components/file-upload/use-file-upload-item-group-props-context.d.ts +5 -0
- package/dist/components/file-upload/use-file-upload-item-group-props-context.js +5 -0
- package/dist/components/file-upload/use-file-upload-item-props-context.d.cts +2 -1
- package/dist/components/file-upload/use-file-upload-item-props-context.d.ts +2 -1
- package/dist/components/frame/frame.vue.cjs +6 -4
- package/dist/components/frame/frame.vue.js +6 -4
- package/dist/components/index.cjs +0 -42
- package/dist/components/index.d.cts +0 -1
- package/dist/components/index.d.ts +0 -1
- package/dist/components/index.js +0 -19
- package/dist/components/json-tree-view/json-tree-view-node.vue.cjs +2 -2
- package/dist/components/json-tree-view/json-tree-view-node.vue.js +2 -2
- package/dist/components/json-tree-view/json-tree-view-tree.vue.cjs +2 -2
- package/dist/components/json-tree-view/json-tree-view-tree.vue.js +2 -2
- package/dist/components/json-tree-view/json-tree-view-value-node.vue.cjs +2 -2
- package/dist/components/json-tree-view/json-tree-view-value-node.vue.js +2 -2
- package/dist/components/listbox/listbox.anatomy.d.cts +1 -1
- package/dist/components/listbox/listbox.anatomy.d.ts +1 -1
- package/dist/components/segment-group/segment-group.anatomy.d.cts +2 -2
- package/dist/components/segment-group/segment-group.anatomy.d.ts +2 -2
- package/dist/components/tabs/tabs.types.d.cts +2 -2
- package/dist/components/tabs/tabs.types.d.ts +2 -2
- package/dist/components/toast/toaster.vue.cjs +2 -2
- package/dist/components/toast/toaster.vue.js +2 -2
- package/dist/components/tour/tour.anatomy.d.cts +1 -1
- package/dist/components/tour/tour.anatomy.d.ts +1 -1
- package/dist/index.cjs +0 -42
- package/dist/index.js +0 -19
- package/package.json +68 -69
- package/dist/components/time-picker/index.cjs +0 -49
- package/dist/components/time-picker/index.d.cts +0 -19
- package/dist/components/time-picker/index.d.ts +0 -19
- package/dist/components/time-picker/index.js +0 -19
- package/dist/components/time-picker/time-picker-cell.vue.cjs +0 -40
- package/dist/components/time-picker/time-picker-cell.vue.d.cts +0 -23
- package/dist/components/time-picker/time-picker-cell.vue.d.ts +0 -23
- package/dist/components/time-picker/time-picker-cell.vue.js +0 -36
- package/dist/components/time-picker/time-picker-cell.vue2.cjs +0 -9
- package/dist/components/time-picker/time-picker-cell.vue2.js +0 -5
- package/dist/components/time-picker/time-picker-clear-trigger.vue.cjs +0 -29
- package/dist/components/time-picker/time-picker-clear-trigger.vue.d.cts +0 -19
- package/dist/components/time-picker/time-picker-clear-trigger.vue.d.ts +0 -19
- package/dist/components/time-picker/time-picker-clear-trigger.vue.js +0 -25
- package/dist/components/time-picker/time-picker-clear-trigger.vue2.cjs +0 -9
- package/dist/components/time-picker/time-picker-clear-trigger.vue2.js +0 -5
- package/dist/components/time-picker/time-picker-column.vue.cjs +0 -33
- package/dist/components/time-picker/time-picker-column.vue.d.cts +0 -20
- package/dist/components/time-picker/time-picker-column.vue.d.ts +0 -20
- package/dist/components/time-picker/time-picker-column.vue.js +0 -29
- package/dist/components/time-picker/time-picker-column.vue2.cjs +0 -9
- package/dist/components/time-picker/time-picker-column.vue2.js +0 -5
- package/dist/components/time-picker/time-picker-content.vue.cjs +0 -33
- package/dist/components/time-picker/time-picker-content.vue.d.cts +0 -19
- package/dist/components/time-picker/time-picker-content.vue.d.ts +0 -19
- package/dist/components/time-picker/time-picker-content.vue.js +0 -29
- package/dist/components/time-picker/time-picker-content.vue2.cjs +0 -9
- package/dist/components/time-picker/time-picker-content.vue2.js +0 -5
- package/dist/components/time-picker/time-picker-context.vue.cjs +0 -18
- package/dist/components/time-picker/time-picker-context.vue.d.cts +0 -17
- package/dist/components/time-picker/time-picker-context.vue.d.ts +0 -17
- package/dist/components/time-picker/time-picker-context.vue.js +0 -14
- package/dist/components/time-picker/time-picker-context.vue2.cjs +0 -9
- package/dist/components/time-picker/time-picker-context.vue2.js +0 -5
- package/dist/components/time-picker/time-picker-control.vue.cjs +0 -29
- package/dist/components/time-picker/time-picker-control.vue.d.cts +0 -19
- package/dist/components/time-picker/time-picker-control.vue.d.ts +0 -19
- package/dist/components/time-picker/time-picker-control.vue.js +0 -25
- package/dist/components/time-picker/time-picker-control.vue2.cjs +0 -9
- package/dist/components/time-picker/time-picker-control.vue2.js +0 -5
- package/dist/components/time-picker/time-picker-input.vue.cjs +0 -29
- package/dist/components/time-picker/time-picker-input.vue.d.cts +0 -19
- package/dist/components/time-picker/time-picker-input.vue.d.ts +0 -19
- package/dist/components/time-picker/time-picker-input.vue.js +0 -25
- package/dist/components/time-picker/time-picker-input.vue2.cjs +0 -9
- package/dist/components/time-picker/time-picker-input.vue2.js +0 -5
- package/dist/components/time-picker/time-picker-label.vue.cjs +0 -29
- package/dist/components/time-picker/time-picker-label.vue.d.cts +0 -19
- package/dist/components/time-picker/time-picker-label.vue.d.ts +0 -19
- package/dist/components/time-picker/time-picker-label.vue.js +0 -25
- package/dist/components/time-picker/time-picker-label.vue2.cjs +0 -9
- package/dist/components/time-picker/time-picker-label.vue2.js +0 -5
- package/dist/components/time-picker/time-picker-positioner.vue.cjs +0 -40
- package/dist/components/time-picker/time-picker-positioner.vue.d.cts +0 -19
- package/dist/components/time-picker/time-picker-positioner.vue.d.ts +0 -19
- package/dist/components/time-picker/time-picker-positioner.vue.js +0 -36
- package/dist/components/time-picker/time-picker-positioner.vue2.cjs +0 -9
- package/dist/components/time-picker/time-picker-positioner.vue2.js +0 -5
- package/dist/components/time-picker/time-picker-root-provider.vue.cjs +0 -36
- package/dist/components/time-picker/time-picker-root-provider.vue.d.cts +0 -24
- package/dist/components/time-picker/time-picker-root-provider.vue.d.ts +0 -24
- package/dist/components/time-picker/time-picker-root-provider.vue.js +0 -32
- package/dist/components/time-picker/time-picker-root-provider.vue2.cjs +0 -9
- package/dist/components/time-picker/time-picker-root-provider.vue2.js +0 -5
- package/dist/components/time-picker/time-picker-root.vue.cjs +0 -62
- package/dist/components/time-picker/time-picker-root.vue.d.cts +0 -44
- package/dist/components/time-picker/time-picker-root.vue.d.ts +0 -44
- package/dist/components/time-picker/time-picker-root.vue.js +0 -58
- package/dist/components/time-picker/time-picker-root.vue2.cjs +0 -9
- package/dist/components/time-picker/time-picker-root.vue2.js +0 -5
- package/dist/components/time-picker/time-picker-spacer.vue.cjs +0 -29
- package/dist/components/time-picker/time-picker-spacer.vue.d.cts +0 -19
- package/dist/components/time-picker/time-picker-spacer.vue.d.ts +0 -19
- package/dist/components/time-picker/time-picker-spacer.vue.js +0 -25
- package/dist/components/time-picker/time-picker-spacer.vue2.cjs +0 -9
- package/dist/components/time-picker/time-picker-spacer.vue2.js +0 -5
- package/dist/components/time-picker/time-picker-trigger.vue.cjs +0 -29
- package/dist/components/time-picker/time-picker-trigger.vue.d.cts +0 -19
- package/dist/components/time-picker/time-picker-trigger.vue.d.ts +0 -19
- package/dist/components/time-picker/time-picker-trigger.vue.js +0 -25
- package/dist/components/time-picker/time-picker-trigger.vue2.cjs +0 -9
- package/dist/components/time-picker/time-picker-trigger.vue2.js +0 -5
- package/dist/components/time-picker/time-picker.anatomy.d.cts +0 -1
- package/dist/components/time-picker/time-picker.anatomy.d.ts +0 -1
- package/dist/components/time-picker/time-picker.cjs +0 -33
- package/dist/components/time-picker/time-picker.d.cts +0 -14
- package/dist/components/time-picker/time-picker.d.ts +0 -14
- package/dist/components/time-picker/time-picker.js +0 -13
- package/dist/components/time-picker/time-picker.types.d.cts +0 -106
- package/dist/components/time-picker/time-picker.types.d.ts +0 -106
- package/dist/components/time-picker/use-time-picker-column-props-context.cjs +0 -10
- package/dist/components/time-picker/use-time-picker-column-props-context.d.cts +0 -5
- package/dist/components/time-picker/use-time-picker-column-props-context.d.ts +0 -5
- package/dist/components/time-picker/use-time-picker-column-props-context.js +0 -5
- package/dist/components/time-picker/use-time-picker-context.cjs +0 -10
- package/dist/components/time-picker/use-time-picker-context.d.cts +0 -4
- package/dist/components/time-picker/use-time-picker-context.d.ts +0 -4
- package/dist/components/time-picker/use-time-picker-context.js +0 -5
- package/dist/components/time-picker/use-time-picker.cjs +0 -64
- package/dist/components/time-picker/use-time-picker.d.cts +0 -14
- package/dist/components/time-picker/use-time-picker.d.ts +0 -14
- package/dist/components/time-picker/use-time-picker.js +0 -41
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
import { HTMLAttributes, DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
2
|
-
import { PolymorphicProps } from '../factory';
|
|
3
|
-
export interface TimePickerLabelBaseProps extends PolymorphicProps {
|
|
4
|
-
}
|
|
5
|
-
export interface TimePickerLabelProps extends TimePickerLabelBaseProps,
|
|
6
|
-
/**
|
|
7
|
-
* @vue-ignore
|
|
8
|
-
*/
|
|
9
|
-
HTMLAttributes {
|
|
10
|
-
}
|
|
11
|
-
declare const _default: __VLS_WithTemplateSlots< DefineComponent<TimePickerLabelProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<TimePickerLabelProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>, {
|
|
12
|
-
default?(_: {}): any;
|
|
13
|
-
}>;
|
|
14
|
-
export default _default;
|
|
15
|
-
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
16
|
-
new (): {
|
|
17
|
-
$slots: S;
|
|
18
|
-
};
|
|
19
|
-
};
|
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
import { defineComponent, createBlock, openBlock, unref, mergeProps, withCtx, renderSlot } from 'vue';
|
|
2
|
-
import { ark } from '../factory.js';
|
|
3
|
-
import { useTimePickerContext } from './use-time-picker-context.js';
|
|
4
|
-
import { useForwardExpose } from '../../utils/use-forward-expose.js';
|
|
5
|
-
|
|
6
|
-
const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
7
|
-
__name: "time-picker-label",
|
|
8
|
-
props: {
|
|
9
|
-
asChild: { type: Boolean }
|
|
10
|
-
},
|
|
11
|
-
setup(__props) {
|
|
12
|
-
const timePicker = useTimePickerContext();
|
|
13
|
-
useForwardExpose();
|
|
14
|
-
return (_ctx, _cache) => {
|
|
15
|
-
return openBlock(), createBlock(unref(ark).label, mergeProps(unref(timePicker).getLabelProps(), { "as-child": _ctx.asChild }), {
|
|
16
|
-
default: withCtx(() => [
|
|
17
|
-
renderSlot(_ctx.$slots, "default")
|
|
18
|
-
]),
|
|
19
|
-
_: 3
|
|
20
|
-
}, 16, ["as-child"]);
|
|
21
|
-
};
|
|
22
|
-
}
|
|
23
|
-
});
|
|
24
|
-
|
|
25
|
-
export { _sfc_main as default };
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
'use strict';
|
|
2
|
-
|
|
3
|
-
Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: 'Module' } });
|
|
4
|
-
|
|
5
|
-
const timePickerLabel_vue_vue_type_script_setup_true_lang = require('./time-picker-label.vue.cjs');
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
exports.default = timePickerLabel_vue_vue_type_script_setup_true_lang.default;
|
|
@@ -1,40 +0,0 @@
|
|
|
1
|
-
'use strict';
|
|
2
|
-
|
|
3
|
-
Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: 'Module' } });
|
|
4
|
-
|
|
5
|
-
const vue = require('vue');
|
|
6
|
-
const useRenderStrategy = require('../../utils/use-render-strategy.cjs');
|
|
7
|
-
const useForwardExpose = require('../../utils/use-forward-expose.cjs');
|
|
8
|
-
const usePresence = require('../presence/use-presence.cjs');
|
|
9
|
-
const usePresenceContext = require('../presence/use-presence-context.cjs');
|
|
10
|
-
const useTimePickerContext = require('./use-time-picker-context.cjs');
|
|
11
|
-
const factory = require('../factory.cjs');
|
|
12
|
-
|
|
13
|
-
const _sfc_main = /* @__PURE__ */ vue.defineComponent({
|
|
14
|
-
__name: "time-picker-positioner",
|
|
15
|
-
props: {
|
|
16
|
-
asChild: { type: Boolean }
|
|
17
|
-
},
|
|
18
|
-
setup(__props) {
|
|
19
|
-
const timePicker = useTimePickerContext.useTimePickerContext();
|
|
20
|
-
const renderStrategy = useRenderStrategy.useRenderStrategyProps();
|
|
21
|
-
const presence = usePresence.usePresence(
|
|
22
|
-
vue.computed(() => ({
|
|
23
|
-
...renderStrategy.value,
|
|
24
|
-
present: timePicker.value.open
|
|
25
|
-
}))
|
|
26
|
-
);
|
|
27
|
-
usePresenceContext.PresenceProvider(presence);
|
|
28
|
-
useForwardExpose.useForwardExpose();
|
|
29
|
-
return (_ctx, _cache) => {
|
|
30
|
-
return !vue.unref(presence).unmounted ? (vue.openBlock(), vue.createBlock(vue.unref(factory.ark).div, vue.mergeProps({ key: 0 }, vue.unref(timePicker).getPositionerProps(), { "as-child": _ctx.asChild }), {
|
|
31
|
-
default: vue.withCtx(() => [
|
|
32
|
-
vue.renderSlot(_ctx.$slots, "default")
|
|
33
|
-
]),
|
|
34
|
-
_: 3
|
|
35
|
-
}, 16, ["as-child"])) : vue.createCommentVNode("", true);
|
|
36
|
-
};
|
|
37
|
-
}
|
|
38
|
-
});
|
|
39
|
-
|
|
40
|
-
exports.default = _sfc_main;
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
import { HTMLAttributes, DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
2
|
-
import { PolymorphicProps } from '../factory';
|
|
3
|
-
export interface TimePickerPositionerBaseProps extends PolymorphicProps {
|
|
4
|
-
}
|
|
5
|
-
export interface TimePickerPositionerProps extends TimePickerPositionerBaseProps,
|
|
6
|
-
/**
|
|
7
|
-
* @vue-ignore
|
|
8
|
-
*/
|
|
9
|
-
HTMLAttributes {
|
|
10
|
-
}
|
|
11
|
-
declare const _default: __VLS_WithTemplateSlots< DefineComponent<TimePickerPositionerProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<TimePickerPositionerProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>, {
|
|
12
|
-
default?(_: {}): any;
|
|
13
|
-
}>;
|
|
14
|
-
export default _default;
|
|
15
|
-
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
16
|
-
new (): {
|
|
17
|
-
$slots: S;
|
|
18
|
-
};
|
|
19
|
-
};
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
import { HTMLAttributes, DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
2
|
-
import { PolymorphicProps } from '../factory';
|
|
3
|
-
export interface TimePickerPositionerBaseProps extends PolymorphicProps {
|
|
4
|
-
}
|
|
5
|
-
export interface TimePickerPositionerProps extends TimePickerPositionerBaseProps,
|
|
6
|
-
/**
|
|
7
|
-
* @vue-ignore
|
|
8
|
-
*/
|
|
9
|
-
HTMLAttributes {
|
|
10
|
-
}
|
|
11
|
-
declare const _default: __VLS_WithTemplateSlots< DefineComponent<TimePickerPositionerProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<TimePickerPositionerProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>, {
|
|
12
|
-
default?(_: {}): any;
|
|
13
|
-
}>;
|
|
14
|
-
export default _default;
|
|
15
|
-
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
16
|
-
new (): {
|
|
17
|
-
$slots: S;
|
|
18
|
-
};
|
|
19
|
-
};
|
|
@@ -1,36 +0,0 @@
|
|
|
1
|
-
import { defineComponent, computed, createBlock, createCommentVNode, unref, openBlock, mergeProps, withCtx, renderSlot } from 'vue';
|
|
2
|
-
import { useRenderStrategyProps } from '../../utils/use-render-strategy.js';
|
|
3
|
-
import { useForwardExpose } from '../../utils/use-forward-expose.js';
|
|
4
|
-
import { usePresence } from '../presence/use-presence.js';
|
|
5
|
-
import { PresenceProvider } from '../presence/use-presence-context.js';
|
|
6
|
-
import { useTimePickerContext } from './use-time-picker-context.js';
|
|
7
|
-
import { ark } from '../factory.js';
|
|
8
|
-
|
|
9
|
-
const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
10
|
-
__name: "time-picker-positioner",
|
|
11
|
-
props: {
|
|
12
|
-
asChild: { type: Boolean }
|
|
13
|
-
},
|
|
14
|
-
setup(__props) {
|
|
15
|
-
const timePicker = useTimePickerContext();
|
|
16
|
-
const renderStrategy = useRenderStrategyProps();
|
|
17
|
-
const presence = usePresence(
|
|
18
|
-
computed(() => ({
|
|
19
|
-
...renderStrategy.value,
|
|
20
|
-
present: timePicker.value.open
|
|
21
|
-
}))
|
|
22
|
-
);
|
|
23
|
-
PresenceProvider(presence);
|
|
24
|
-
useForwardExpose();
|
|
25
|
-
return (_ctx, _cache) => {
|
|
26
|
-
return !unref(presence).unmounted ? (openBlock(), createBlock(unref(ark).div, mergeProps({ key: 0 }, unref(timePicker).getPositionerProps(), { "as-child": _ctx.asChild }), {
|
|
27
|
-
default: withCtx(() => [
|
|
28
|
-
renderSlot(_ctx.$slots, "default")
|
|
29
|
-
]),
|
|
30
|
-
_: 3
|
|
31
|
-
}, 16, ["as-child"])) : createCommentVNode("", true);
|
|
32
|
-
};
|
|
33
|
-
}
|
|
34
|
-
});
|
|
35
|
-
|
|
36
|
-
export { _sfc_main as default };
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
'use strict';
|
|
2
|
-
|
|
3
|
-
Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: 'Module' } });
|
|
4
|
-
|
|
5
|
-
const timePickerPositioner_vue_vue_type_script_setup_true_lang = require('./time-picker-positioner.vue.cjs');
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
exports.default = timePickerPositioner_vue_vue_type_script_setup_true_lang.default;
|
|
@@ -1,36 +0,0 @@
|
|
|
1
|
-
'use strict';
|
|
2
|
-
|
|
3
|
-
Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: 'Module' } });
|
|
4
|
-
|
|
5
|
-
const vue = require('vue');
|
|
6
|
-
const useRenderStrategy = require('../../utils/use-render-strategy.cjs');
|
|
7
|
-
const useForwardExpose = require('../../utils/use-forward-expose.cjs');
|
|
8
|
-
const factory = require('../factory.cjs');
|
|
9
|
-
const useTimePickerContext = require('./use-time-picker-context.cjs');
|
|
10
|
-
|
|
11
|
-
const _sfc_main = /* @__PURE__ */ vue.defineComponent({
|
|
12
|
-
__name: "time-picker-root-provider",
|
|
13
|
-
props: {
|
|
14
|
-
value: {},
|
|
15
|
-
lazyMount: { type: Boolean },
|
|
16
|
-
unmountOnExit: { type: Boolean },
|
|
17
|
-
asChild: { type: Boolean }
|
|
18
|
-
},
|
|
19
|
-
setup(__props) {
|
|
20
|
-
const props = __props;
|
|
21
|
-
const timePicker = vue.computed(() => props.value);
|
|
22
|
-
useTimePickerContext.TimePickerProvider(timePicker);
|
|
23
|
-
useRenderStrategy.RenderStrategyPropsProvider(vue.computed(() => ({ lazyMount: props.lazyMount, unmountOnExit: props.unmountOnExit })));
|
|
24
|
-
useForwardExpose.useForwardExpose();
|
|
25
|
-
return (_ctx, _cache) => {
|
|
26
|
-
return vue.openBlock(), vue.createBlock(vue.unref(factory.ark).div, vue.mergeProps(timePicker.value.getRootProps(), { "as-child": _ctx.asChild }), {
|
|
27
|
-
default: vue.withCtx(() => [
|
|
28
|
-
vue.renderSlot(_ctx.$slots, "default")
|
|
29
|
-
]),
|
|
30
|
-
_: 3
|
|
31
|
-
}, 16, ["as-child"]);
|
|
32
|
-
};
|
|
33
|
-
}
|
|
34
|
-
});
|
|
35
|
-
|
|
36
|
-
exports.default = _sfc_main;
|
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
import { HTMLAttributes, UnwrapRef, DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
2
|
-
import { RenderStrategyProps } from '../../utils';
|
|
3
|
-
import { PolymorphicProps } from '../factory';
|
|
4
|
-
import { UseTimePickerReturn } from './use-time-picker';
|
|
5
|
-
interface RootProviderProps {
|
|
6
|
-
value: UnwrapRef<UseTimePickerReturn>;
|
|
7
|
-
}
|
|
8
|
-
export interface TimePickerRootProviderBaseProps extends RootProviderProps, RenderStrategyProps, PolymorphicProps {
|
|
9
|
-
}
|
|
10
|
-
export interface TimePickerRootProviderProps extends TimePickerRootProviderBaseProps,
|
|
11
|
-
/**
|
|
12
|
-
* @vue-ignore
|
|
13
|
-
*/
|
|
14
|
-
HTMLAttributes {
|
|
15
|
-
}
|
|
16
|
-
declare const _default: __VLS_WithTemplateSlots< DefineComponent<TimePickerRootProviderProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<TimePickerRootProviderProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>, {
|
|
17
|
-
default?(_: {}): any;
|
|
18
|
-
}>;
|
|
19
|
-
export default _default;
|
|
20
|
-
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
21
|
-
new (): {
|
|
22
|
-
$slots: S;
|
|
23
|
-
};
|
|
24
|
-
};
|
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
import { HTMLAttributes, UnwrapRef, DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
2
|
-
import { RenderStrategyProps } from '../../utils';
|
|
3
|
-
import { PolymorphicProps } from '../factory';
|
|
4
|
-
import { UseTimePickerReturn } from './use-time-picker';
|
|
5
|
-
interface RootProviderProps {
|
|
6
|
-
value: UnwrapRef<UseTimePickerReturn>;
|
|
7
|
-
}
|
|
8
|
-
export interface TimePickerRootProviderBaseProps extends RootProviderProps, RenderStrategyProps, PolymorphicProps {
|
|
9
|
-
}
|
|
10
|
-
export interface TimePickerRootProviderProps extends TimePickerRootProviderBaseProps,
|
|
11
|
-
/**
|
|
12
|
-
* @vue-ignore
|
|
13
|
-
*/
|
|
14
|
-
HTMLAttributes {
|
|
15
|
-
}
|
|
16
|
-
declare const _default: __VLS_WithTemplateSlots< DefineComponent<TimePickerRootProviderProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<TimePickerRootProviderProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>, {
|
|
17
|
-
default?(_: {}): any;
|
|
18
|
-
}>;
|
|
19
|
-
export default _default;
|
|
20
|
-
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
21
|
-
new (): {
|
|
22
|
-
$slots: S;
|
|
23
|
-
};
|
|
24
|
-
};
|
|
@@ -1,32 +0,0 @@
|
|
|
1
|
-
import { defineComponent, computed, createBlock, openBlock, unref, mergeProps, withCtx, renderSlot } from 'vue';
|
|
2
|
-
import { RenderStrategyPropsProvider } from '../../utils/use-render-strategy.js';
|
|
3
|
-
import { useForwardExpose } from '../../utils/use-forward-expose.js';
|
|
4
|
-
import { ark } from '../factory.js';
|
|
5
|
-
import { TimePickerProvider } from './use-time-picker-context.js';
|
|
6
|
-
|
|
7
|
-
const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
8
|
-
__name: "time-picker-root-provider",
|
|
9
|
-
props: {
|
|
10
|
-
value: {},
|
|
11
|
-
lazyMount: { type: Boolean },
|
|
12
|
-
unmountOnExit: { type: Boolean },
|
|
13
|
-
asChild: { type: Boolean }
|
|
14
|
-
},
|
|
15
|
-
setup(__props) {
|
|
16
|
-
const props = __props;
|
|
17
|
-
const timePicker = computed(() => props.value);
|
|
18
|
-
TimePickerProvider(timePicker);
|
|
19
|
-
RenderStrategyPropsProvider(computed(() => ({ lazyMount: props.lazyMount, unmountOnExit: props.unmountOnExit })));
|
|
20
|
-
useForwardExpose();
|
|
21
|
-
return (_ctx, _cache) => {
|
|
22
|
-
return openBlock(), createBlock(unref(ark).div, mergeProps(timePicker.value.getRootProps(), { "as-child": _ctx.asChild }), {
|
|
23
|
-
default: withCtx(() => [
|
|
24
|
-
renderSlot(_ctx.$slots, "default")
|
|
25
|
-
]),
|
|
26
|
-
_: 3
|
|
27
|
-
}, 16, ["as-child"]);
|
|
28
|
-
};
|
|
29
|
-
}
|
|
30
|
-
});
|
|
31
|
-
|
|
32
|
-
export { _sfc_main as default };
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
'use strict';
|
|
2
|
-
|
|
3
|
-
Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: 'Module' } });
|
|
4
|
-
|
|
5
|
-
const timePickerRootProvider_vue_vue_type_script_setup_true_lang = require('./time-picker-root-provider.vue.cjs');
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
exports.default = timePickerRootProvider_vue_vue_type_script_setup_true_lang.default;
|
|
@@ -1,62 +0,0 @@
|
|
|
1
|
-
'use strict';
|
|
2
|
-
|
|
3
|
-
Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: 'Module' } });
|
|
4
|
-
|
|
5
|
-
const vue = require('vue');
|
|
6
|
-
const useRenderStrategy = require('../../utils/use-render-strategy.cjs');
|
|
7
|
-
const useForwardExpose = require('../../utils/use-forward-expose.cjs');
|
|
8
|
-
const factory = require('../factory.cjs');
|
|
9
|
-
const useTimePicker = require('./use-time-picker.cjs');
|
|
10
|
-
const useTimePickerContext = require('./use-time-picker-context.cjs');
|
|
11
|
-
|
|
12
|
-
const _sfc_main = /* @__PURE__ */ vue.defineComponent({
|
|
13
|
-
__name: "time-picker-root",
|
|
14
|
-
props: /* @__PURE__ */ vue.mergeDefaults({
|
|
15
|
-
allowSeconds: { type: Boolean },
|
|
16
|
-
defaultOpen: { type: Boolean },
|
|
17
|
-
defaultValue: {},
|
|
18
|
-
disableLayer: { type: Boolean },
|
|
19
|
-
disabled: { type: Boolean },
|
|
20
|
-
id: {},
|
|
21
|
-
ids: {},
|
|
22
|
-
locale: {},
|
|
23
|
-
max: {},
|
|
24
|
-
min: {},
|
|
25
|
-
modelValue: {},
|
|
26
|
-
name: {},
|
|
27
|
-
open: { type: Boolean },
|
|
28
|
-
placeholder: {},
|
|
29
|
-
positioning: {},
|
|
30
|
-
readOnly: { type: Boolean },
|
|
31
|
-
steps: {},
|
|
32
|
-
lazyMount: { type: Boolean },
|
|
33
|
-
unmountOnExit: { type: Boolean },
|
|
34
|
-
asChild: { type: Boolean }
|
|
35
|
-
}, {
|
|
36
|
-
allowSeconds: void 0,
|
|
37
|
-
disabled: void 0,
|
|
38
|
-
disableLayer: void 0,
|
|
39
|
-
open: void 0,
|
|
40
|
-
readOnly: void 0,
|
|
41
|
-
defaultOpen: void 0
|
|
42
|
-
}),
|
|
43
|
-
emits: ["focusChange", "openChange", "valueChange", "update:modelValue", "update:open"],
|
|
44
|
-
setup(__props, { emit: __emit }) {
|
|
45
|
-
const props = __props;
|
|
46
|
-
const emits = __emit;
|
|
47
|
-
const timePicker = useTimePicker.useTimePicker(props, emits);
|
|
48
|
-
useTimePickerContext.TimePickerProvider(timePicker);
|
|
49
|
-
useRenderStrategy.RenderStrategyPropsProvider(vue.computed(() => ({ lazyMount: props.lazyMount, unmountOnExit: props.unmountOnExit })));
|
|
50
|
-
useForwardExpose.useForwardExpose();
|
|
51
|
-
return (_ctx, _cache) => {
|
|
52
|
-
return vue.openBlock(), vue.createBlock(vue.unref(factory.ark).div, vue.mergeProps(vue.unref(timePicker).getRootProps(), { "as-child": _ctx.asChild }), {
|
|
53
|
-
default: vue.withCtx(() => [
|
|
54
|
-
vue.renderSlot(_ctx.$slots, "default")
|
|
55
|
-
]),
|
|
56
|
-
_: 3
|
|
57
|
-
}, 16, ["as-child"]);
|
|
58
|
-
};
|
|
59
|
-
}
|
|
60
|
-
});
|
|
61
|
-
|
|
62
|
-
exports.default = _sfc_main;
|
|
@@ -1,44 +0,0 @@
|
|
|
1
|
-
import { HTMLAttributes, DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
2
|
-
import { RenderStrategyProps } from '../../utils';
|
|
3
|
-
import { PolymorphicProps } from '../factory';
|
|
4
|
-
import { RootEmits, RootProps } from './time-picker.types';
|
|
5
|
-
import { FocusChangeDetails, ValueChangeDetails, OpenChangeDetails } from '@zag-js/time-picker';
|
|
6
|
-
import { Time } from '@internationalized/date';
|
|
7
|
-
export interface TimePickerRootBaseProps extends RootProps, RenderStrategyProps, PolymorphicProps {
|
|
8
|
-
}
|
|
9
|
-
export interface TimePickerRootProps extends TimePickerRootBaseProps,
|
|
10
|
-
/**
|
|
11
|
-
* @vue-ignore
|
|
12
|
-
*/
|
|
13
|
-
HTMLAttributes {
|
|
14
|
-
}
|
|
15
|
-
export interface TimePickerRootEmits extends RootEmits {
|
|
16
|
-
}
|
|
17
|
-
declare const _default: __VLS_WithTemplateSlots< DefineComponent<TimePickerRootProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
18
|
-
focusChange: (details: FocusChangeDetails) => any;
|
|
19
|
-
valueChange: (value: ValueChangeDetails) => any;
|
|
20
|
-
"update:modelValue": (value: Time | null) => any;
|
|
21
|
-
openChange: (details: OpenChangeDetails) => any;
|
|
22
|
-
"update:open": (open: boolean) => any;
|
|
23
|
-
}, string, PublicProps, Readonly<TimePickerRootProps> & Readonly<{
|
|
24
|
-
onFocusChange?: ((details: FocusChangeDetails) => any) | undefined;
|
|
25
|
-
onValueChange?: ((value: ValueChangeDetails) => any) | undefined;
|
|
26
|
-
"onUpdate:modelValue"?: ((value: Time | null) => any) | undefined;
|
|
27
|
-
onOpenChange?: ((details: OpenChangeDetails) => any) | undefined;
|
|
28
|
-
"onUpdate:open"?: ((open: boolean) => any) | undefined;
|
|
29
|
-
}>, {
|
|
30
|
-
disabled: boolean;
|
|
31
|
-
open: boolean;
|
|
32
|
-
defaultOpen: boolean;
|
|
33
|
-
readOnly: boolean;
|
|
34
|
-
disableLayer: boolean;
|
|
35
|
-
allowSeconds: boolean;
|
|
36
|
-
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>, {
|
|
37
|
-
default?(_: {}): any;
|
|
38
|
-
}>;
|
|
39
|
-
export default _default;
|
|
40
|
-
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
41
|
-
new (): {
|
|
42
|
-
$slots: S;
|
|
43
|
-
};
|
|
44
|
-
};
|
|
@@ -1,44 +0,0 @@
|
|
|
1
|
-
import { HTMLAttributes, DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
2
|
-
import { RenderStrategyProps } from '../../utils';
|
|
3
|
-
import { PolymorphicProps } from '../factory';
|
|
4
|
-
import { RootEmits, RootProps } from './time-picker.types';
|
|
5
|
-
import { FocusChangeDetails, ValueChangeDetails, OpenChangeDetails } from '@zag-js/time-picker';
|
|
6
|
-
import { Time } from '@internationalized/date';
|
|
7
|
-
export interface TimePickerRootBaseProps extends RootProps, RenderStrategyProps, PolymorphicProps {
|
|
8
|
-
}
|
|
9
|
-
export interface TimePickerRootProps extends TimePickerRootBaseProps,
|
|
10
|
-
/**
|
|
11
|
-
* @vue-ignore
|
|
12
|
-
*/
|
|
13
|
-
HTMLAttributes {
|
|
14
|
-
}
|
|
15
|
-
export interface TimePickerRootEmits extends RootEmits {
|
|
16
|
-
}
|
|
17
|
-
declare const _default: __VLS_WithTemplateSlots< DefineComponent<TimePickerRootProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
18
|
-
focusChange: (details: FocusChangeDetails) => any;
|
|
19
|
-
valueChange: (value: ValueChangeDetails) => any;
|
|
20
|
-
"update:modelValue": (value: Time | null) => any;
|
|
21
|
-
openChange: (details: OpenChangeDetails) => any;
|
|
22
|
-
"update:open": (open: boolean) => any;
|
|
23
|
-
}, string, PublicProps, Readonly<TimePickerRootProps> & Readonly<{
|
|
24
|
-
onFocusChange?: ((details: FocusChangeDetails) => any) | undefined;
|
|
25
|
-
onValueChange?: ((value: ValueChangeDetails) => any) | undefined;
|
|
26
|
-
"onUpdate:modelValue"?: ((value: Time | null) => any) | undefined;
|
|
27
|
-
onOpenChange?: ((details: OpenChangeDetails) => any) | undefined;
|
|
28
|
-
"onUpdate:open"?: ((open: boolean) => any) | undefined;
|
|
29
|
-
}>, {
|
|
30
|
-
disabled: boolean;
|
|
31
|
-
open: boolean;
|
|
32
|
-
defaultOpen: boolean;
|
|
33
|
-
readOnly: boolean;
|
|
34
|
-
disableLayer: boolean;
|
|
35
|
-
allowSeconds: boolean;
|
|
36
|
-
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>, {
|
|
37
|
-
default?(_: {}): any;
|
|
38
|
-
}>;
|
|
39
|
-
export default _default;
|
|
40
|
-
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
41
|
-
new (): {
|
|
42
|
-
$slots: S;
|
|
43
|
-
};
|
|
44
|
-
};
|
|
@@ -1,58 +0,0 @@
|
|
|
1
|
-
import { defineComponent, mergeDefaults, computed, createBlock, openBlock, unref, mergeProps, withCtx, renderSlot } from 'vue';
|
|
2
|
-
import { RenderStrategyPropsProvider } from '../../utils/use-render-strategy.js';
|
|
3
|
-
import { useForwardExpose } from '../../utils/use-forward-expose.js';
|
|
4
|
-
import { ark } from '../factory.js';
|
|
5
|
-
import { useTimePicker } from './use-time-picker.js';
|
|
6
|
-
import { TimePickerProvider } from './use-time-picker-context.js';
|
|
7
|
-
|
|
8
|
-
const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
9
|
-
__name: "time-picker-root",
|
|
10
|
-
props: /* @__PURE__ */ mergeDefaults({
|
|
11
|
-
allowSeconds: { type: Boolean },
|
|
12
|
-
defaultOpen: { type: Boolean },
|
|
13
|
-
defaultValue: {},
|
|
14
|
-
disableLayer: { type: Boolean },
|
|
15
|
-
disabled: { type: Boolean },
|
|
16
|
-
id: {},
|
|
17
|
-
ids: {},
|
|
18
|
-
locale: {},
|
|
19
|
-
max: {},
|
|
20
|
-
min: {},
|
|
21
|
-
modelValue: {},
|
|
22
|
-
name: {},
|
|
23
|
-
open: { type: Boolean },
|
|
24
|
-
placeholder: {},
|
|
25
|
-
positioning: {},
|
|
26
|
-
readOnly: { type: Boolean },
|
|
27
|
-
steps: {},
|
|
28
|
-
lazyMount: { type: Boolean },
|
|
29
|
-
unmountOnExit: { type: Boolean },
|
|
30
|
-
asChild: { type: Boolean }
|
|
31
|
-
}, {
|
|
32
|
-
allowSeconds: void 0,
|
|
33
|
-
disabled: void 0,
|
|
34
|
-
disableLayer: void 0,
|
|
35
|
-
open: void 0,
|
|
36
|
-
readOnly: void 0,
|
|
37
|
-
defaultOpen: void 0
|
|
38
|
-
}),
|
|
39
|
-
emits: ["focusChange", "openChange", "valueChange", "update:modelValue", "update:open"],
|
|
40
|
-
setup(__props, { emit: __emit }) {
|
|
41
|
-
const props = __props;
|
|
42
|
-
const emits = __emit;
|
|
43
|
-
const timePicker = useTimePicker(props, emits);
|
|
44
|
-
TimePickerProvider(timePicker);
|
|
45
|
-
RenderStrategyPropsProvider(computed(() => ({ lazyMount: props.lazyMount, unmountOnExit: props.unmountOnExit })));
|
|
46
|
-
useForwardExpose();
|
|
47
|
-
return (_ctx, _cache) => {
|
|
48
|
-
return openBlock(), createBlock(unref(ark).div, mergeProps(unref(timePicker).getRootProps(), { "as-child": _ctx.asChild }), {
|
|
49
|
-
default: withCtx(() => [
|
|
50
|
-
renderSlot(_ctx.$slots, "default")
|
|
51
|
-
]),
|
|
52
|
-
_: 3
|
|
53
|
-
}, 16, ["as-child"]);
|
|
54
|
-
};
|
|
55
|
-
}
|
|
56
|
-
});
|
|
57
|
-
|
|
58
|
-
export { _sfc_main as default };
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
'use strict';
|
|
2
|
-
|
|
3
|
-
Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: 'Module' } });
|
|
4
|
-
|
|
5
|
-
const timePickerRoot_vue_vue_type_script_setup_true_lang = require('./time-picker-root.vue.cjs');
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
exports.default = timePickerRoot_vue_vue_type_script_setup_true_lang.default;
|
|
@@ -1,29 +0,0 @@
|
|
|
1
|
-
'use strict';
|
|
2
|
-
|
|
3
|
-
Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: 'Module' } });
|
|
4
|
-
|
|
5
|
-
const vue = require('vue');
|
|
6
|
-
const factory = require('../factory.cjs');
|
|
7
|
-
const useTimePickerContext = require('./use-time-picker-context.cjs');
|
|
8
|
-
const useForwardExpose = require('../../utils/use-forward-expose.cjs');
|
|
9
|
-
|
|
10
|
-
const _sfc_main = /* @__PURE__ */ vue.defineComponent({
|
|
11
|
-
__name: "time-picker-spacer",
|
|
12
|
-
props: {
|
|
13
|
-
asChild: { type: Boolean }
|
|
14
|
-
},
|
|
15
|
-
setup(__props) {
|
|
16
|
-
const timePicker = useTimePickerContext.useTimePickerContext();
|
|
17
|
-
useForwardExpose.useForwardExpose();
|
|
18
|
-
return (_ctx, _cache) => {
|
|
19
|
-
return vue.openBlock(), vue.createBlock(vue.unref(factory.ark).div, vue.mergeProps(vue.unref(timePicker).getSpacerProps(), { "as-child": _ctx.asChild }), {
|
|
20
|
-
default: vue.withCtx(() => [
|
|
21
|
-
vue.renderSlot(_ctx.$slots, "default")
|
|
22
|
-
]),
|
|
23
|
-
_: 3
|
|
24
|
-
}, 16, ["as-child"]);
|
|
25
|
-
};
|
|
26
|
-
}
|
|
27
|
-
});
|
|
28
|
-
|
|
29
|
-
exports.default = _sfc_main;
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
import { HTMLAttributes, DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
2
|
-
import { PolymorphicProps } from '../factory';
|
|
3
|
-
export interface TimePickerSpacerBaseProps extends PolymorphicProps {
|
|
4
|
-
}
|
|
5
|
-
export interface TimePickerSpacerProps extends TimePickerSpacerBaseProps,
|
|
6
|
-
/**
|
|
7
|
-
* @vue-ignore
|
|
8
|
-
*/
|
|
9
|
-
HTMLAttributes {
|
|
10
|
-
}
|
|
11
|
-
declare const _default: __VLS_WithTemplateSlots< DefineComponent<TimePickerSpacerProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<TimePickerSpacerProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>, {
|
|
12
|
-
default?(_: {}): any;
|
|
13
|
-
}>;
|
|
14
|
-
export default _default;
|
|
15
|
-
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
16
|
-
new (): {
|
|
17
|
-
$slots: S;
|
|
18
|
-
};
|
|
19
|
-
};
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
import { HTMLAttributes, DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
2
|
-
import { PolymorphicProps } from '../factory';
|
|
3
|
-
export interface TimePickerSpacerBaseProps extends PolymorphicProps {
|
|
4
|
-
}
|
|
5
|
-
export interface TimePickerSpacerProps extends TimePickerSpacerBaseProps,
|
|
6
|
-
/**
|
|
7
|
-
* @vue-ignore
|
|
8
|
-
*/
|
|
9
|
-
HTMLAttributes {
|
|
10
|
-
}
|
|
11
|
-
declare const _default: __VLS_WithTemplateSlots< DefineComponent<TimePickerSpacerProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<TimePickerSpacerProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>, {
|
|
12
|
-
default?(_: {}): any;
|
|
13
|
-
}>;
|
|
14
|
-
export default _default;
|
|
15
|
-
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
16
|
-
new (): {
|
|
17
|
-
$slots: S;
|
|
18
|
-
};
|
|
19
|
-
};
|