daisy-ui-kit 5.0.0-pre.3 → 5.0.0-pre.30
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/app/components/Accordion.vue +29 -0
- package/app/components/Alert.vue +36 -0
- package/app/components/Avatar.vue +131 -0
- package/app/components/AvatarGroup.vue +22 -0
- package/app/components/Badge.vue +72 -0
- package/app/components/Breadcrumbs.vue +7 -0
- package/app/components/Button.vue +140 -0
- package/app/components/Calendar.vue +175 -0
- package/app/components/CalendarInput.vue +275 -0
- package/app/components/CalendarSkeleton.vue +87 -0
- package/app/components/Card.vue +51 -0
- package/app/components/CardActions.vue +13 -0
- package/app/components/CardBody.vue +13 -0
- package/app/components/CardTitle.vue +11 -0
- package/app/components/Carousel.vue +24 -0
- package/app/components/CarouselItem.vue +5 -0
- package/app/components/Chat.vue +26 -0
- package/app/components/ChatBubble.vue +31 -0
- package/app/components/ChatFooter.vue +5 -0
- package/app/components/ChatHeader.vue +5 -0
- package/app/components/ChatImage.vue +5 -0
- package/app/components/Checkbox.vue +51 -0
- package/app/components/Collapse.vue +75 -0
- package/app/components/CollapseContent.vue +5 -0
- package/app/components/CollapseTitle.vue +15 -0
- package/app/components/Countdown.vue +15 -0
- package/app/components/CountdownTimers.vue +69 -0
- package/app/components/Counter.vue +21 -0
- package/app/components/Crumb.vue +5 -0
- package/app/components/DaisyLink.vue +56 -0
- package/app/components/Diff.vue +11 -0
- package/app/components/Divider.vue +43 -0
- package/app/components/Dock.vue +57 -0
- package/app/components/DockItem.vue +27 -0
- package/app/components/DockLabel.vue +5 -0
- package/app/components/Drawer.vue +50 -0
- package/app/components/DrawerContent.vue +20 -0
- package/app/components/DrawerSide.vue +21 -0
- package/app/components/Dropdown.vue +106 -0
- package/app/components/DropdownButton.vue +23 -0
- package/app/components/DropdownContent.vue +127 -0
- package/app/components/DropdownTarget.vue +21 -0
- package/app/components/Fab.vue +16 -0
- package/app/components/FabClose.vue +18 -0
- package/app/components/FabMainAction.vue +5 -0
- package/app/components/FabTrigger.vue +117 -0
- package/app/components/Fieldset.vue +20 -0
- package/app/components/FileInput.vue +53 -0
- package/app/components/Filter.vue +129 -0
- package/app/components/Flex.vue +89 -0
- package/app/components/FlexItem.vue +62 -0
- package/app/components/Footer.vue +31 -0
- package/app/components/FooterTitle.vue +18 -0
- package/app/components/FormControl.vue +5 -0
- package/app/components/Hero.vue +18 -0
- package/app/components/HeroContent.vue +18 -0
- package/app/components/HeroOverlay.vue +5 -0
- package/app/components/Hover3D.vue +22 -0
- package/app/components/HoverGallery.vue +11 -0
- package/app/components/Indicator.vue +20 -0
- package/app/components/IndicatorItem.vue +43 -0
- package/app/components/Input.vue +116 -0
- package/app/components/Join.vue +5 -0
- package/app/components/Kbd.vue +25 -0
- package/app/components/Label.vue +100 -0
- package/app/components/List.vue +5 -0
- package/app/components/ListColGrow.vue +5 -0
- package/app/components/ListColWrap.vue +5 -0
- package/app/components/ListRow.vue +5 -0
- package/app/components/LoadingBall.vue +42 -0
- package/app/components/LoadingBars.vue +42 -0
- package/app/components/LoadingDots.vue +42 -0
- package/app/components/LoadingInfinity.vue +42 -0
- package/app/components/LoadingRing.vue +42 -0
- package/app/components/LoadingSpinner.vue +42 -0
- package/app/components/Mask.vue +49 -0
- package/app/components/Menu.vue +30 -0
- package/app/components/MenuExpand.vue +92 -0
- package/app/components/MenuExpandToggle.vue +20 -0
- package/app/components/MenuItem.vue +39 -0
- package/app/components/MenuTitle.vue +5 -0
- package/app/components/MockupBrowser.vue +5 -0
- package/app/components/MockupBrowserToolbar.vue +5 -0
- package/app/components/MockupCode.vue +4 -0
- package/app/components/MockupPhone.vue +14 -0
- package/app/components/MockupWindow.vue +5 -0
- package/app/components/Modal.vue +63 -0
- package/app/components/ModalAction.vue +5 -0
- package/app/components/ModalBox.vue +5 -0
- package/app/components/NavButton.vue +12 -0
- package/app/components/Navbar.vue +12 -0
- package/app/components/NavbarCenter.vue +11 -0
- package/app/components/NavbarEnd.vue +11 -0
- package/app/components/NavbarStart.vue +11 -0
- package/app/components/Progress.vue +46 -0
- package/app/components/Prose.vue +37 -0
- package/app/components/RadialProgress.vue +36 -0
- package/app/components/Radio.vue +69 -0
- package/app/components/RadioGroup.vue +47 -0
- package/app/components/Range.vue +201 -0
- package/app/components/RangeMeasure.vue +87 -0
- package/app/components/RangeMeasureTick.vue +69 -0
- package/app/components/Rating.vue +197 -0
- package/app/components/Select.vue +101 -0
- package/app/components/Skeleton.vue +5 -0
- package/app/components/SkeletonText.vue +11 -0
- package/app/components/Stack.vue +30 -0
- package/app/components/Stat.vue +19 -0
- package/app/components/StatActions.vue +5 -0
- package/app/components/StatDesc.vue +5 -0
- package/app/components/StatFigure.vue +5 -0
- package/app/components/StatTitle.vue +5 -0
- package/app/components/StatValue.vue +5 -0
- package/app/components/Stats.vue +5 -0
- package/app/components/Status.vue +43 -0
- package/app/components/Step.vue +34 -0
- package/app/components/StepIcon.vue +5 -0
- package/app/components/Steps.vue +23 -0
- package/app/components/Swap.vue +56 -0
- package/app/components/Tab.vue +56 -0
- package/app/components/TabContent.vue +29 -0
- package/app/components/Table.vue +32 -0
- package/app/components/Tabs.vue +53 -0
- package/app/components/Text.vue +166 -0
- package/app/components/TextArea.vue +106 -0
- package/app/components/TextRotate.vue +24 -0
- package/app/components/ThemeController.vue +45 -0
- package/app/components/ThemeProvider.vue +302 -0
- package/app/components/ThemeTile.vue +50 -0
- package/app/components/Timeline.vue +22 -0
- package/app/components/TimelineEnd.vue +14 -0
- package/app/components/TimelineItem.vue +5 -0
- package/app/components/TimelineLine.vue +29 -0
- package/app/components/TimelineMiddle.vue +5 -0
- package/app/components/TimelineStart.vue +14 -0
- package/app/components/Toast.vue +67 -0
- package/app/components/Toggle.vue +60 -0
- package/app/components/Tooltip.vue +137 -0
- package/app/components/TooltipContent.vue +283 -0
- package/app/components/TooltipTarget.vue +20 -0
- package/app/components/ValidatorHint.vue +5 -0
- package/app/composables/__tests__/use-calendar.test.ts +239 -0
- package/app/composables/use-calendar.ts +288 -0
- package/app/composables/use-daisy-theme.ts +131 -0
- package/app/composables/use-toast.ts +345 -0
- package/app/composables/useSearch.ts +22 -0
- package/app/utils/drawer-utils.ts +34 -0
- package/app/utils/position-area.ts +40 -0
- package/nuxt.d.ts +13 -0
- package/nuxt.js +31 -0
- package/package.json +50 -22
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
<script setup lang="ts">
|
|
2
|
+
defineOptions({
|
|
3
|
+
inheritAttrs: false,
|
|
4
|
+
})
|
|
5
|
+
|
|
6
|
+
withDefaults(
|
|
7
|
+
defineProps<{
|
|
8
|
+
is?: string
|
|
9
|
+
}>(),
|
|
10
|
+
{
|
|
11
|
+
is: 'div',
|
|
12
|
+
},
|
|
13
|
+
)
|
|
14
|
+
</script>
|
|
15
|
+
|
|
16
|
+
<template>
|
|
17
|
+
<component :is="is" v-bind="$attrs" class="indicator">
|
|
18
|
+
<slot />
|
|
19
|
+
</component>
|
|
20
|
+
</template>
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
<script setup lang="ts">
|
|
2
|
+
import { computed } from 'vue'
|
|
3
|
+
|
|
4
|
+
defineOptions({
|
|
5
|
+
inheritAttrs: false,
|
|
6
|
+
})
|
|
7
|
+
|
|
8
|
+
const props = withDefaults(
|
|
9
|
+
defineProps<{
|
|
10
|
+
is?: string
|
|
11
|
+
|
|
12
|
+
align?: 'start' | 'center' | 'end'
|
|
13
|
+
start?: boolean
|
|
14
|
+
center?: boolean
|
|
15
|
+
end?: boolean
|
|
16
|
+
|
|
17
|
+
vAlign?: 'top' | 'middle' | 'bottom'
|
|
18
|
+
top?: boolean
|
|
19
|
+
middle?: boolean
|
|
20
|
+
bottom?: boolean
|
|
21
|
+
}>(),
|
|
22
|
+
{
|
|
23
|
+
is: 'div',
|
|
24
|
+
},
|
|
25
|
+
)
|
|
26
|
+
const classes = computed(() => {
|
|
27
|
+
return {
|
|
28
|
+
'indicator-start': props.start || props.align === 'start',
|
|
29
|
+
'indicator-center': props.center || props.align === 'center',
|
|
30
|
+
'indicator-end': props.end || props.align === 'end',
|
|
31
|
+
|
|
32
|
+
'indicator-top': props.top || props.vAlign === 'top',
|
|
33
|
+
'indicator-middle': props.middle || props.vAlign === 'middle',
|
|
34
|
+
'indicator-bottom': props.bottom || props.vAlign === 'bottom',
|
|
35
|
+
}
|
|
36
|
+
})
|
|
37
|
+
</script>
|
|
38
|
+
|
|
39
|
+
<template>
|
|
40
|
+
<component :is="is" v-bind="$attrs" class="indicator-item" :class="classes">
|
|
41
|
+
<slot />
|
|
42
|
+
</component>
|
|
43
|
+
</template>
|
|
@@ -0,0 +1,116 @@
|
|
|
1
|
+
<script setup lang="ts">
|
|
2
|
+
import { computed, inject } from 'vue'
|
|
3
|
+
|
|
4
|
+
// Map input type to value type
|
|
5
|
+
type InputType =
|
|
6
|
+
| 'text'
|
|
7
|
+
| 'password'
|
|
8
|
+
| 'email'
|
|
9
|
+
| 'number'
|
|
10
|
+
| 'date'
|
|
11
|
+
| 'datetime-local'
|
|
12
|
+
| 'week'
|
|
13
|
+
| 'month'
|
|
14
|
+
| 'tel'
|
|
15
|
+
| 'url'
|
|
16
|
+
| 'search'
|
|
17
|
+
| 'time'
|
|
18
|
+
|
|
19
|
+
const props = withDefaults(
|
|
20
|
+
defineProps<{
|
|
21
|
+
modelValue?: string | number | null
|
|
22
|
+
type?: InputType
|
|
23
|
+
placeholder?: string
|
|
24
|
+
disabled?: boolean
|
|
25
|
+
validator?: boolean
|
|
26
|
+
join?: boolean
|
|
27
|
+
color?: string
|
|
28
|
+
primary?: boolean
|
|
29
|
+
secondary?: boolean
|
|
30
|
+
accent?: boolean
|
|
31
|
+
info?: boolean
|
|
32
|
+
success?: boolean
|
|
33
|
+
warning?: boolean
|
|
34
|
+
error?: boolean
|
|
35
|
+
ghost?: boolean
|
|
36
|
+
size?: 'xl' | 'lg' | 'md' | 'sm' | 'xs'
|
|
37
|
+
xl?: boolean
|
|
38
|
+
lg?: boolean
|
|
39
|
+
md?: boolean
|
|
40
|
+
sm?: boolean
|
|
41
|
+
xs?: boolean
|
|
42
|
+
}>(),
|
|
43
|
+
{
|
|
44
|
+
type: 'text',
|
|
45
|
+
},
|
|
46
|
+
)
|
|
47
|
+
const emit = defineEmits(['update:modelValue'])
|
|
48
|
+
|
|
49
|
+
// For slot context
|
|
50
|
+
function setValue(val: string | number | null) {
|
|
51
|
+
emit('update:modelValue', val)
|
|
52
|
+
}
|
|
53
|
+
|
|
54
|
+
const labelCtx = inject('labelCtx', null)
|
|
55
|
+
|
|
56
|
+
function handleInput(event: Event) {
|
|
57
|
+
let val: string | number | null
|
|
58
|
+
if (props.type === 'number') {
|
|
59
|
+
const inputVal = (event.target as HTMLInputElement).value
|
|
60
|
+
val = inputVal === '' ? null : Number(inputVal)
|
|
61
|
+
} else {
|
|
62
|
+
val = (event.target as HTMLInputElement).value
|
|
63
|
+
}
|
|
64
|
+
emit('update:modelValue', val)
|
|
65
|
+
}
|
|
66
|
+
|
|
67
|
+
const inputAttrs = computed(() => {
|
|
68
|
+
if (labelCtx) {
|
|
69
|
+
return {
|
|
70
|
+
type: props.type,
|
|
71
|
+
placeholder: props.placeholder,
|
|
72
|
+
disabled: props.disabled,
|
|
73
|
+
}
|
|
74
|
+
}
|
|
75
|
+
return {
|
|
76
|
+
type: props.type,
|
|
77
|
+
placeholder: props.placeholder,
|
|
78
|
+
disabled: props.disabled,
|
|
79
|
+
class: [
|
|
80
|
+
'input',
|
|
81
|
+
{ validator: props.validator },
|
|
82
|
+
{ 'input-primary': props.primary || props.color === 'primary' },
|
|
83
|
+
{ 'input-secondary': props.secondary || props.color === 'secondary' },
|
|
84
|
+
{ 'input-accent': props.accent || props.color === 'accent' },
|
|
85
|
+
{ 'input-info': props.info || props.color === 'info' },
|
|
86
|
+
{ 'input-success': props.success || props.color === 'success' },
|
|
87
|
+
{ 'input-warning': props.warning || props.color === 'warning' },
|
|
88
|
+
{ 'input-error': props.error || props.color === 'error' },
|
|
89
|
+
{ 'input-ghost': props.ghost },
|
|
90
|
+
{ 'input-xl': props.xl || props.size === 'xl' },
|
|
91
|
+
{ 'input-lg': props.lg || props.size === 'lg' },
|
|
92
|
+
{ 'input-md': props.md || props.size === 'md' },
|
|
93
|
+
{ 'input-sm': props.sm || props.size === 'sm' },
|
|
94
|
+
{ 'input-xs': props.xs || props.size === 'xs' },
|
|
95
|
+
{ 'join-item': props.join },
|
|
96
|
+
],
|
|
97
|
+
}
|
|
98
|
+
})
|
|
99
|
+
const inputModel = computed({
|
|
100
|
+
get: () => props.modelValue,
|
|
101
|
+
set: setValue,
|
|
102
|
+
})
|
|
103
|
+
</script>
|
|
104
|
+
|
|
105
|
+
<template>
|
|
106
|
+
<div v-if="$slots.default">
|
|
107
|
+
<slot
|
|
108
|
+
:value="inputModel"
|
|
109
|
+
:set-value="setValue"
|
|
110
|
+
:input-attrs="inputAttrs"
|
|
111
|
+
:props="props"
|
|
112
|
+
:input-model="inputModel"
|
|
113
|
+
/>
|
|
114
|
+
</div>
|
|
115
|
+
<input v-else v-bind="inputAttrs" :value="inputModel" @input="handleInput" />
|
|
116
|
+
</template>
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
<script setup lang="ts">
|
|
2
|
+
defineProps<{
|
|
3
|
+
size?: 'xl' | 'lg' | 'md' | 'sm' | 'xs'
|
|
4
|
+
xl?: boolean
|
|
5
|
+
lg?: boolean
|
|
6
|
+
md?: boolean
|
|
7
|
+
sm?: boolean
|
|
8
|
+
xs?: boolean
|
|
9
|
+
}>()
|
|
10
|
+
</script>
|
|
11
|
+
|
|
12
|
+
<template>
|
|
13
|
+
<kbd
|
|
14
|
+
class="kbd"
|
|
15
|
+
:class="{
|
|
16
|
+
'kbd-xl': xl || size === 'xl',
|
|
17
|
+
'kbd-lg': lg || size === 'lg',
|
|
18
|
+
'kbd-md': md || size === 'md',
|
|
19
|
+
'kbd-sm': sm || size === 'sm',
|
|
20
|
+
'kbd-xs': xs || size === 'xs',
|
|
21
|
+
}"
|
|
22
|
+
>
|
|
23
|
+
<slot />
|
|
24
|
+
</kbd>
|
|
25
|
+
</template>
|
|
@@ -0,0 +1,100 @@
|
|
|
1
|
+
<script setup lang="ts">
|
|
2
|
+
import { provide, ref } from 'vue'
|
|
3
|
+
import Text from './Text.vue'
|
|
4
|
+
|
|
5
|
+
withDefaults(
|
|
6
|
+
defineProps<{
|
|
7
|
+
is?: string
|
|
8
|
+
floating?: boolean
|
|
9
|
+
|
|
10
|
+
input?: boolean
|
|
11
|
+
select?: boolean
|
|
12
|
+
toggle?: boolean
|
|
13
|
+
|
|
14
|
+
join?: boolean
|
|
15
|
+
color?: string
|
|
16
|
+
neutral?: boolean
|
|
17
|
+
primary?: boolean
|
|
18
|
+
secondary?: boolean
|
|
19
|
+
accent?: boolean
|
|
20
|
+
info?: boolean
|
|
21
|
+
success?: boolean
|
|
22
|
+
warning?: boolean
|
|
23
|
+
error?: boolean
|
|
24
|
+
ghost?: boolean
|
|
25
|
+
size?: 'xl' | 'lg' | 'md' | 'sm' | 'xs'
|
|
26
|
+
xl?: boolean
|
|
27
|
+
lg?: boolean
|
|
28
|
+
md?: boolean
|
|
29
|
+
sm?: boolean
|
|
30
|
+
xs?: boolean
|
|
31
|
+
}>(),
|
|
32
|
+
{
|
|
33
|
+
is: 'label',
|
|
34
|
+
},
|
|
35
|
+
)
|
|
36
|
+
|
|
37
|
+
// Provide label context for child inputs
|
|
38
|
+
const checked = ref(false)
|
|
39
|
+
provide('labelCtx', { checked })
|
|
40
|
+
</script>
|
|
41
|
+
|
|
42
|
+
<template>
|
|
43
|
+
<Text
|
|
44
|
+
:is="is"
|
|
45
|
+
:class="[
|
|
46
|
+
{
|
|
47
|
+
input,
|
|
48
|
+
select,
|
|
49
|
+
toggle,
|
|
50
|
+
'join-item': (input || select || toggle) && join,
|
|
51
|
+
'input-neutral': input && (neutral || color === 'neutral'),
|
|
52
|
+
'input-primary': input && (primary || color === 'primary'),
|
|
53
|
+
'input-secondary': input && (secondary || color === 'secondary'),
|
|
54
|
+
'input-accent': input && (accent || color === 'accent'),
|
|
55
|
+
'input-info': input && (info || color === 'info'),
|
|
56
|
+
'input-success': input && (success || color === 'success'),
|
|
57
|
+
'input-warning': input && (warning || color === 'warning'),
|
|
58
|
+
'input-error': input && (error || color === 'error'),
|
|
59
|
+
'input-ghost': input && ghost,
|
|
60
|
+
'input-xl': input && (size === 'xl' || xl),
|
|
61
|
+
'input-lg': input && (size === 'lg' || lg),
|
|
62
|
+
'input-md': input && (size === 'md' || md),
|
|
63
|
+
'input-sm': input && (size === 'sm' || sm),
|
|
64
|
+
'input-xs': input && (size === 'xs' || xs),
|
|
65
|
+
'select-neutral': select && (neutral || color === 'neutral'),
|
|
66
|
+
'select-primary': select && (primary || color === 'primary'),
|
|
67
|
+
'select-secondary': select && (secondary || color === 'secondary'),
|
|
68
|
+
'select-accent': select && (accent || color === 'accent'),
|
|
69
|
+
'select-info': select && (info || color === 'info'),
|
|
70
|
+
'select-success': select && (success || color === 'success'),
|
|
71
|
+
'select-warning': select && (warning || color === 'warning'),
|
|
72
|
+
'select-error': select && (error || color === 'error'),
|
|
73
|
+
'select-ghost': select && ghost,
|
|
74
|
+
'select-xl': select && (size === 'xl' || xl),
|
|
75
|
+
'select-lg': select && (size === 'lg' || lg),
|
|
76
|
+
'select-md': select && (size === 'md' || md),
|
|
77
|
+
'select-sm': select && (size === 'sm' || sm),
|
|
78
|
+
'select-xs': select && (size === 'xs' || xs),
|
|
79
|
+
'text-neutral': toggle && checked && (neutral || color === 'neutral'),
|
|
80
|
+
'text-primary': toggle && checked && (primary || color === 'primary'),
|
|
81
|
+
'text-secondary': toggle && checked && (secondary || color === 'secondary'),
|
|
82
|
+
'text-accent': toggle && checked && (accent || color === 'accent'),
|
|
83
|
+
'text-info': toggle && checked && (info || color === 'info'),
|
|
84
|
+
'text-success': toggle && checked && (success || color === 'success'),
|
|
85
|
+
'text-warning': toggle && checked && (warning || color === 'warning'),
|
|
86
|
+
'text-error': toggle && checked && (error || color === 'error'),
|
|
87
|
+
'text-ghost': toggle && ghost,
|
|
88
|
+
'toggle-xl': toggle && (size === 'xl' || xl),
|
|
89
|
+
'toggle-lg': toggle && (size === 'lg' || lg),
|
|
90
|
+
'toggle-md': toggle && (size === 'md' || md),
|
|
91
|
+
'toggle-sm': toggle && (size === 'sm' || sm),
|
|
92
|
+
'toggle-xs': toggle && (size === 'xs' || xs),
|
|
93
|
+
},
|
|
94
|
+
{ label: !floating && !(input || toggle) },
|
|
95
|
+
{ 'floating-label': floating },
|
|
96
|
+
]"
|
|
97
|
+
>
|
|
98
|
+
<slot />
|
|
99
|
+
</Text>
|
|
100
|
+
</template>
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
<script setup lang="ts">
|
|
2
|
+
const props = defineProps<{
|
|
3
|
+
color?: string
|
|
4
|
+
neutral?: boolean
|
|
5
|
+
primary?: boolean
|
|
6
|
+
secondary?: boolean
|
|
7
|
+
accent?: boolean
|
|
8
|
+
info?: boolean
|
|
9
|
+
success?: boolean
|
|
10
|
+
warning?: boolean
|
|
11
|
+
error?: boolean
|
|
12
|
+
|
|
13
|
+
size?: 'xl' | 'lg' | 'md' | 'sm' | 'xs'
|
|
14
|
+
xl?: boolean
|
|
15
|
+
lg?: boolean
|
|
16
|
+
md?: boolean
|
|
17
|
+
sm?: boolean
|
|
18
|
+
xs?: boolean
|
|
19
|
+
}>()
|
|
20
|
+
</script>
|
|
21
|
+
|
|
22
|
+
<template>
|
|
23
|
+
<span
|
|
24
|
+
class="loading loading-ball"
|
|
25
|
+
:class="{
|
|
26
|
+
'text-primary': props.primary || props.color === 'primary',
|
|
27
|
+
'text-secondary': props.secondary || props.color === 'secondary',
|
|
28
|
+
'text-neutral': props.neutral || props.color === 'neutral',
|
|
29
|
+
'text-accent': props.accent || props.color === 'accent',
|
|
30
|
+
'text-info': props.info || props.color === 'info',
|
|
31
|
+
'text-success': props.success || props.color === 'success',
|
|
32
|
+
'text-warning': props.warning || props.color === 'warning',
|
|
33
|
+
'text-error': props.error || props.color === 'error',
|
|
34
|
+
|
|
35
|
+
'loading-xl': props.xl || props.size === 'xl',
|
|
36
|
+
'loading-lg': props.lg || props.size === 'lg',
|
|
37
|
+
'loading-md': props.md || props.size === 'md',
|
|
38
|
+
'loading-sm': props.sm || props.size === 'sm',
|
|
39
|
+
'loading-xs': props.xs || props.size === 'xs',
|
|
40
|
+
}"
|
|
41
|
+
/>
|
|
42
|
+
</template>
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
<script setup lang="ts">
|
|
2
|
+
const props = defineProps<{
|
|
3
|
+
color?: string
|
|
4
|
+
neutral?: boolean
|
|
5
|
+
primary?: boolean
|
|
6
|
+
secondary?: boolean
|
|
7
|
+
accent?: boolean
|
|
8
|
+
info?: boolean
|
|
9
|
+
success?: boolean
|
|
10
|
+
warning?: boolean
|
|
11
|
+
error?: boolean
|
|
12
|
+
|
|
13
|
+
size?: 'xl' | 'lg' | 'md' | 'sm' | 'xs'
|
|
14
|
+
xl?: boolean
|
|
15
|
+
lg?: boolean
|
|
16
|
+
md?: boolean
|
|
17
|
+
sm?: boolean
|
|
18
|
+
xs?: boolean
|
|
19
|
+
}>()
|
|
20
|
+
</script>
|
|
21
|
+
|
|
22
|
+
<template>
|
|
23
|
+
<span
|
|
24
|
+
class="loading loading-bars"
|
|
25
|
+
:class="{
|
|
26
|
+
'text-primary': props.primary || props.color === 'primary',
|
|
27
|
+
'text-secondary': props.secondary || props.color === 'secondary',
|
|
28
|
+
'text-neutral': props.neutral || props.color === 'neutral',
|
|
29
|
+
'text-accent': props.accent || props.color === 'accent',
|
|
30
|
+
'text-info': props.info || props.color === 'info',
|
|
31
|
+
'text-success': props.success || props.color === 'success',
|
|
32
|
+
'text-warning': props.warning || props.color === 'warning',
|
|
33
|
+
'text-error': props.error || props.color === 'error',
|
|
34
|
+
|
|
35
|
+
'loading-xl': props.xl || props.size === 'xl',
|
|
36
|
+
'loading-lg': props.lg || props.size === 'lg',
|
|
37
|
+
'loading-md': props.md || props.size === 'md',
|
|
38
|
+
'loading-sm': props.sm || props.size === 'sm',
|
|
39
|
+
'loading-xs': props.xs || props.size === 'xs',
|
|
40
|
+
}"
|
|
41
|
+
/>
|
|
42
|
+
</template>
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
<script setup lang="ts">
|
|
2
|
+
const props = defineProps<{
|
|
3
|
+
color?: string
|
|
4
|
+
neutral?: boolean
|
|
5
|
+
primary?: boolean
|
|
6
|
+
secondary?: boolean
|
|
7
|
+
accent?: boolean
|
|
8
|
+
info?: boolean
|
|
9
|
+
success?: boolean
|
|
10
|
+
warning?: boolean
|
|
11
|
+
error?: boolean
|
|
12
|
+
|
|
13
|
+
size?: 'xl' | 'lg' | 'md' | 'sm' | 'xs'
|
|
14
|
+
xl?: boolean
|
|
15
|
+
lg?: boolean
|
|
16
|
+
md?: boolean
|
|
17
|
+
sm?: boolean
|
|
18
|
+
xs?: boolean
|
|
19
|
+
}>()
|
|
20
|
+
</script>
|
|
21
|
+
|
|
22
|
+
<template>
|
|
23
|
+
<span
|
|
24
|
+
class="loading loading-dots"
|
|
25
|
+
:class="{
|
|
26
|
+
'text-primary': props.primary || props.color === 'primary',
|
|
27
|
+
'text-secondary': props.secondary || props.color === 'secondary',
|
|
28
|
+
'text-neutral': props.neutral || props.color === 'neutral',
|
|
29
|
+
'text-accent': props.accent || props.color === 'accent',
|
|
30
|
+
'text-info': props.info || props.color === 'info',
|
|
31
|
+
'text-success': props.success || props.color === 'success',
|
|
32
|
+
'text-warning': props.warning || props.color === 'warning',
|
|
33
|
+
'text-error': props.error || props.color === 'error',
|
|
34
|
+
|
|
35
|
+
'loading-xl': props.xl || props.size === 'xl',
|
|
36
|
+
'loading-lg': props.lg || props.size === 'lg',
|
|
37
|
+
'loading-md': props.md || props.size === 'md',
|
|
38
|
+
'loading-sm': props.sm || props.size === 'sm',
|
|
39
|
+
'loading-xs': props.xs || props.size === 'xs',
|
|
40
|
+
}"
|
|
41
|
+
/>
|
|
42
|
+
</template>
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
<script setup lang="ts">
|
|
2
|
+
const props = defineProps<{
|
|
3
|
+
color?: string
|
|
4
|
+
neutral?: boolean
|
|
5
|
+
primary?: boolean
|
|
6
|
+
secondary?: boolean
|
|
7
|
+
accent?: boolean
|
|
8
|
+
info?: boolean
|
|
9
|
+
success?: boolean
|
|
10
|
+
warning?: boolean
|
|
11
|
+
error?: boolean
|
|
12
|
+
|
|
13
|
+
size?: 'xl' | 'lg' | 'md' | 'sm' | 'xs'
|
|
14
|
+
xl?: boolean
|
|
15
|
+
lg?: boolean
|
|
16
|
+
md?: boolean
|
|
17
|
+
sm?: boolean
|
|
18
|
+
xs?: boolean
|
|
19
|
+
}>()
|
|
20
|
+
</script>
|
|
21
|
+
|
|
22
|
+
<template>
|
|
23
|
+
<span
|
|
24
|
+
class="loading loading-infinity"
|
|
25
|
+
:class="{
|
|
26
|
+
'text-primary': props.primary || props.color === 'primary',
|
|
27
|
+
'text-secondary': props.secondary || props.color === 'secondary',
|
|
28
|
+
'text-neutral': props.neutral || props.color === 'neutral',
|
|
29
|
+
'text-accent': props.accent || props.color === 'accent',
|
|
30
|
+
'text-info': props.info || props.color === 'info',
|
|
31
|
+
'text-success': props.success || props.color === 'success',
|
|
32
|
+
'text-warning': props.warning || props.color === 'warning',
|
|
33
|
+
'text-error': props.error || props.color === 'error',
|
|
34
|
+
|
|
35
|
+
'loading-xl': props.xl || props.size === 'xl',
|
|
36
|
+
'loading-lg': props.lg || props.size === 'lg',
|
|
37
|
+
'loading-md': props.md || props.size === 'md',
|
|
38
|
+
'loading-sm': props.sm || props.size === 'sm',
|
|
39
|
+
'loading-xs': props.xs || props.size === 'xs',
|
|
40
|
+
}"
|
|
41
|
+
/>
|
|
42
|
+
</template>
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
<script setup lang="ts">
|
|
2
|
+
const props = defineProps<{
|
|
3
|
+
color?: string
|
|
4
|
+
neutral?: boolean
|
|
5
|
+
primary?: boolean
|
|
6
|
+
secondary?: boolean
|
|
7
|
+
accent?: boolean
|
|
8
|
+
info?: boolean
|
|
9
|
+
success?: boolean
|
|
10
|
+
warning?: boolean
|
|
11
|
+
error?: boolean
|
|
12
|
+
|
|
13
|
+
size?: 'xl' | 'lg' | 'md' | 'sm' | 'xs'
|
|
14
|
+
xl?: boolean
|
|
15
|
+
lg?: boolean
|
|
16
|
+
md?: boolean
|
|
17
|
+
sm?: boolean
|
|
18
|
+
xs?: boolean
|
|
19
|
+
}>()
|
|
20
|
+
</script>
|
|
21
|
+
|
|
22
|
+
<template>
|
|
23
|
+
<span
|
|
24
|
+
class="loading loading-ring"
|
|
25
|
+
:class="{
|
|
26
|
+
'text-primary': props.primary || props.color === 'primary',
|
|
27
|
+
'text-secondary': props.secondary || props.color === 'secondary',
|
|
28
|
+
'text-neutral': props.neutral || props.color === 'neutral',
|
|
29
|
+
'text-accent': props.accent || props.color === 'accent',
|
|
30
|
+
'text-info': props.info || props.color === 'info',
|
|
31
|
+
'text-success': props.success || props.color === 'success',
|
|
32
|
+
'text-warning': props.warning || props.color === 'warning',
|
|
33
|
+
'text-error': props.error || props.color === 'error',
|
|
34
|
+
|
|
35
|
+
'loading-xl': props.xl || props.size === 'xl',
|
|
36
|
+
'loading-lg': props.lg || props.size === 'lg',
|
|
37
|
+
'loading-md': props.md || props.size === 'md',
|
|
38
|
+
'loading-sm': props.sm || props.size === 'sm',
|
|
39
|
+
'loading-xs': props.xs || props.size === 'xs',
|
|
40
|
+
}"
|
|
41
|
+
/>
|
|
42
|
+
</template>
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
<script setup lang="ts">
|
|
2
|
+
const props = defineProps<{
|
|
3
|
+
color?: string
|
|
4
|
+
neutral?: boolean
|
|
5
|
+
primary?: boolean
|
|
6
|
+
secondary?: boolean
|
|
7
|
+
accent?: boolean
|
|
8
|
+
info?: boolean
|
|
9
|
+
success?: boolean
|
|
10
|
+
warning?: boolean
|
|
11
|
+
error?: boolean
|
|
12
|
+
|
|
13
|
+
size?: 'xl' | 'lg' | 'md' | 'sm' | 'xs'
|
|
14
|
+
xl?: boolean
|
|
15
|
+
lg?: boolean
|
|
16
|
+
md?: boolean
|
|
17
|
+
sm?: boolean
|
|
18
|
+
xs?: boolean
|
|
19
|
+
}>()
|
|
20
|
+
</script>
|
|
21
|
+
|
|
22
|
+
<template>
|
|
23
|
+
<span
|
|
24
|
+
class="loading loading-spinner"
|
|
25
|
+
:class="{
|
|
26
|
+
'text-primary': props.primary || props.color === 'primary',
|
|
27
|
+
'text-secondary': props.secondary || props.color === 'secondary',
|
|
28
|
+
'text-neutral': props.neutral || props.color === 'neutral',
|
|
29
|
+
'text-accent': props.accent || props.color === 'accent',
|
|
30
|
+
'text-info': props.info || props.color === 'info',
|
|
31
|
+
'text-success': props.success || props.color === 'success',
|
|
32
|
+
'text-warning': props.warning || props.color === 'warning',
|
|
33
|
+
'text-error': props.error || props.color === 'error',
|
|
34
|
+
|
|
35
|
+
'loading-xl': props.xl || props.size === 'xl',
|
|
36
|
+
'loading-lg': props.lg || props.size === 'lg',
|
|
37
|
+
'loading-md': props.md || props.size === 'md',
|
|
38
|
+
'loading-sm': props.sm || props.size === 'sm',
|
|
39
|
+
'loading-xs': props.xs || props.size === 'xs',
|
|
40
|
+
}"
|
|
41
|
+
/>
|
|
42
|
+
</template>
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
<script setup lang="ts">
|
|
2
|
+
const props = defineProps<{
|
|
3
|
+
shape?: string
|
|
4
|
+
squircle?: boolean
|
|
5
|
+
heart?: boolean
|
|
6
|
+
hexagon?: boolean
|
|
7
|
+
hexagon2?: boolean
|
|
8
|
+
decagon?: boolean
|
|
9
|
+
pentagon?: boolean
|
|
10
|
+
diamond?: boolean
|
|
11
|
+
square?: boolean
|
|
12
|
+
circle?: boolean
|
|
13
|
+
star?: boolean
|
|
14
|
+
star2?: boolean
|
|
15
|
+
triangle?: boolean
|
|
16
|
+
triangle2?: boolean
|
|
17
|
+
triangle3?: boolean
|
|
18
|
+
triangle4?: boolean
|
|
19
|
+
half1?: boolean
|
|
20
|
+
half2?: boolean
|
|
21
|
+
}>()
|
|
22
|
+
</script>
|
|
23
|
+
|
|
24
|
+
<template>
|
|
25
|
+
<div
|
|
26
|
+
class="mask"
|
|
27
|
+
:class="{
|
|
28
|
+
'mask-squircle': props.squircle || props.shape === 'squircle',
|
|
29
|
+
'mask-heart': props.heart || props.shape === 'heart',
|
|
30
|
+
'mask-hexagon': props.hexagon || props.shape === 'hexagon',
|
|
31
|
+
'mask-hexagon-2': props.hexagon2 || props.shape === 'hexagon-2',
|
|
32
|
+
'mask-decagon': props.decagon || props.shape === 'decagon',
|
|
33
|
+
'mask-pentagon': props.pentagon || props.shape === 'pentagon',
|
|
34
|
+
'mask-diamond': props.diamond || props.shape === 'diamond',
|
|
35
|
+
'mask-square': props.square || props.shape === 'square',
|
|
36
|
+
'mask-circle': props.circle || props.shape === 'circle',
|
|
37
|
+
'mask-star': props.star || props.shape === 'star',
|
|
38
|
+
'mask-star-2': props.star2 || props.shape === 'star-2',
|
|
39
|
+
'mask-triangle': props.triangle || props.shape === 'triangle',
|
|
40
|
+
'mask-triangle-2': props.triangle2 || props.shape === 'triangle-2',
|
|
41
|
+
'mask-triangle-3': props.triangle3 || props.shape === 'triangle-3',
|
|
42
|
+
'mask-triangle-4': props.triangle4 || props.shape === 'triangle-4',
|
|
43
|
+
'mask-half-1': props.half1 || props.shape === 'half-1',
|
|
44
|
+
'mask-half-2': props.half2 || props.shape === 'half-2',
|
|
45
|
+
}"
|
|
46
|
+
>
|
|
47
|
+
<slot />
|
|
48
|
+
</div>
|
|
49
|
+
</template>
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
<script setup lang="ts">
|
|
2
|
+
const props = defineProps<{
|
|
3
|
+
align?: 'vertical' | 'horizontal'
|
|
4
|
+
vertical?: boolean
|
|
5
|
+
horizontal?: boolean
|
|
6
|
+
size?: 'xl' | 'lg' | 'md' | 'sm' | 'xs'
|
|
7
|
+
xl?: boolean
|
|
8
|
+
lg?: boolean
|
|
9
|
+
md?: boolean
|
|
10
|
+
sm?: boolean
|
|
11
|
+
xs?: boolean
|
|
12
|
+
}>()
|
|
13
|
+
</script>
|
|
14
|
+
|
|
15
|
+
<template>
|
|
16
|
+
<ul
|
|
17
|
+
class="menu"
|
|
18
|
+
:class="{
|
|
19
|
+
'menu-vertical': props.vertical || props.align === 'vertical',
|
|
20
|
+
'menu-horizontal': props.horizontal || props.align === 'horizontal',
|
|
21
|
+
'menu-xl': props.xl || props.size === 'xl',
|
|
22
|
+
'menu-lg': props.lg || props.size === 'lg',
|
|
23
|
+
'menu-md': props.md || props.size === 'md',
|
|
24
|
+
'menu-sm': props.sm || props.size === 'sm',
|
|
25
|
+
'menu-xs': props.xs || props.size === 'xs',
|
|
26
|
+
}"
|
|
27
|
+
>
|
|
28
|
+
<slot />
|
|
29
|
+
</ul>
|
|
30
|
+
</template>
|