@fewangsit/wangsvue-presets 1.0.80
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/index.d.ts +1 -0
- package/index.js +5 -0
- package/package.json +13 -0
- package/wangsvue/accordion/index.d.ts +37 -0
- package/wangsvue/accordion/index.js +70 -0
- package/wangsvue/autocomplete/index.d.ts +188 -0
- package/wangsvue/autocomplete/index.js +247 -0
- package/wangsvue/avatar/index.d.ts +85 -0
- package/wangsvue/avatar/index.js +44 -0
- package/wangsvue/avatargroup/index.d.ts +8 -0
- package/wangsvue/avatargroup/index.js +9 -0
- package/wangsvue/badge/index.d.ts +47 -0
- package/wangsvue/badge/index.js +60 -0
- package/wangsvue/badgedirective/index.d.ts +50 -0
- package/wangsvue/badgedirective/index.js +49 -0
- package/wangsvue/badgegroup/index.d.ts +45 -0
- package/wangsvue/badgegroup/index.js +29 -0
- package/wangsvue/breadcrumb/index.d.ts +25 -0
- package/wangsvue/breadcrumb/index.js +31 -0
- package/wangsvue/button/index.d.ts +46 -0
- package/wangsvue/button/index.js +423 -0
- package/wangsvue/buttonbulkaction/index.d.ts +32 -0
- package/wangsvue/buttonbulkaction/index.js +35 -0
- package/wangsvue/buttondownload/index.d.ts +12 -0
- package/wangsvue/buttondownload/index.js +13 -0
- package/wangsvue/buttonfilter/index.d.ts +12 -0
- package/wangsvue/buttonfilter/index.js +13 -0
- package/wangsvue/buttonradio/index.d.ts +58 -0
- package/wangsvue/buttonradio/index.js +109 -0
- package/wangsvue/buttonsearch/index.d.ts +65 -0
- package/wangsvue/buttonsearch/index.js +62 -0
- package/wangsvue/calendar/index.d.ts +267 -0
- package/wangsvue/calendar/index.js +610 -0
- package/wangsvue/card/index.d.ts +31 -0
- package/wangsvue/card/index.js +32 -0
- package/wangsvue/carousel/index.d.ts +57 -0
- package/wangsvue/carousel/index.js +129 -0
- package/wangsvue/cascadeselect/index.d.ts +82 -0
- package/wangsvue/cascadeselect/index.js +191 -0
- package/wangsvue/changelog/index.d.ts +32 -0
- package/wangsvue/changelog/index.js +31 -0
- package/wangsvue/checkbox/index.d.ts +81 -0
- package/wangsvue/checkbox/index.js +107 -0
- package/wangsvue/chip/index.d.ts +23 -0
- package/wangsvue/chip/index.js +40 -0
- package/wangsvue/chips/index.d.ts +38 -0
- package/wangsvue/chips/index.js +98 -0
- package/wangsvue/colorpicker/index.d.ts +51 -0
- package/wangsvue/colorpicker/index.js +118 -0
- package/wangsvue/colors.config.json +77 -0
- package/wangsvue/confirmpopup/index.d.ts +39 -0
- package/wangsvue/confirmpopup/index.js +104 -0
- package/wangsvue/contextmenu/index.d.ts +63 -0
- package/wangsvue/contextmenu/index.js +113 -0
- package/wangsvue/datatable/index.d.ts +286 -0
- package/wangsvue/datatable/index.js +253 -0
- package/wangsvue/dataview/index.d.ts +15 -0
- package/wangsvue/dataview/index.js +36 -0
- package/wangsvue/dataviewlayoutoptions/index.d.ts +13 -0
- package/wangsvue/dataviewlayoutoptions/index.js +58 -0
- package/wangsvue/dialog/index.d.ts +87 -0
- package/wangsvue/dialog/index.js +220 -0
- package/wangsvue/dialogconfirm/index.d.ts +42 -0
- package/wangsvue/dialogconfirm/index.js +45 -0
- package/wangsvue/dialogform/index.d.ts +71 -0
- package/wangsvue/dialogform/index.js +68 -0
- package/wangsvue/divider/index.d.ts +192 -0
- package/wangsvue/divider/index.js +64 -0
- package/wangsvue/dock/index.d.ts +51 -0
- package/wangsvue/dock/index.js +92 -0
- package/wangsvue/dropdown/index.d.ts +136 -0
- package/wangsvue/dropdown/index.js +207 -0
- package/wangsvue/fieldset/index.d.ts +94 -0
- package/wangsvue/fieldset/index.js +87 -0
- package/wangsvue/fileupload/index.d.ts +29 -0
- package/wangsvue/fileupload/index.js +31 -0
- package/wangsvue/form/index.d.ts +40 -0
- package/wangsvue/form/index.js +44 -0
- package/wangsvue/global.d.ts +8 -0
- package/wangsvue/global.js +14 -0
- package/wangsvue/image/index.d.ts +88 -0
- package/wangsvue/image/index.js +136 -0
- package/wangsvue/index.d.ts +190 -0
- package/wangsvue/index.js +201 -0
- package/wangsvue/index.system.js +76 -0
- package/wangsvue/inlinemessage/index.d.ts +20 -0
- package/wangsvue/inlinemessage/index.js +30 -0
- package/wangsvue/inputbadge/index.d.ts +57 -0
- package/wangsvue/inputbadge/index.js +57 -0
- package/wangsvue/inputcurrency/index.d.ts +27 -0
- package/wangsvue/inputcurrency/index.js +22 -0
- package/wangsvue/inputgroup/index.d.ts +9 -0
- package/wangsvue/inputgroup/index.js +37 -0
- package/wangsvue/inputgroupaddon/index.d.ts +17 -0
- package/wangsvue/inputgroupaddon/index.js +34 -0
- package/wangsvue/inputmask/index.d.ts +11 -0
- package/wangsvue/inputmask/index.js +29 -0
- package/wangsvue/inputnumber/index.d.ts +46 -0
- package/wangsvue/inputnumber/index.js +58 -0
- package/wangsvue/inputotp/index.d.ts +137 -0
- package/wangsvue/inputotp/index.js +63 -0
- package/wangsvue/inputphonenumber/index.d.ts +37 -0
- package/wangsvue/inputphonenumber/index.js +34 -0
- package/wangsvue/inputswitch/index.d.ts +67 -0
- package/wangsvue/inputswitch/index.js +100 -0
- package/wangsvue/inputtext/index.d.ts +18 -0
- package/wangsvue/inputtext/index.js +28 -0
- package/wangsvue/knob/index.d.ts +22 -0
- package/wangsvue/knob/index.js +45 -0
- package/wangsvue/listbox/index.d.ts +79 -0
- package/wangsvue/listbox/index.js +138 -0
- package/wangsvue/megamenu/index.d.ts +105 -0
- package/wangsvue/megamenu/index.js +202 -0
- package/wangsvue/menu/index.d.ts +49 -0
- package/wangsvue/menu/index.js +110 -0
- package/wangsvue/menubar/index.d.ts +85 -0
- package/wangsvue/menubar/index.js +172 -0
- package/wangsvue/message/index.d.ts +41 -0
- package/wangsvue/message/index.js +85 -0
- package/wangsvue/multiselect/index.d.ts +243 -0
- package/wangsvue/multiselect/index.js +328 -0
- package/wangsvue/orderlist/index.d.ts +99 -0
- package/wangsvue/orderlist/index.js +245 -0
- package/wangsvue/organizationchart/index.d.ts +71 -0
- package/wangsvue/organizationchart/index.js +129 -0
- package/wangsvue/overlaypanel/index.d.ts +17 -0
- package/wangsvue/overlaypanel/index.js +34 -0
- package/wangsvue/paginator/index.d.ts +210 -0
- package/wangsvue/paginator/index.js +474 -0
- package/wangsvue/panel/index.d.ts +43 -0
- package/wangsvue/panel/index.js +85 -0
- package/wangsvue/panelmenu/index.d.ts +76 -0
- package/wangsvue/panelmenu/index.js +124 -0
- package/wangsvue/password/index.d.ts +45 -0
- package/wangsvue/password/index.js +96 -0
- package/wangsvue/picklist/index.d.ts +245 -0
- package/wangsvue/picklist/index.js +613 -0
- package/wangsvue/progressbar/index.d.ts +117 -0
- package/wangsvue/progressbar/index.js +102 -0
- package/wangsvue/rating/index.d.ts +47 -0
- package/wangsvue/rating/index.js +88 -0
- package/wangsvue/ripple/index.d.ts +8 -0
- package/wangsvue/ripple/index.js +8 -0
- package/wangsvue/scrollpanel/index.d.ts +19 -0
- package/wangsvue/scrollpanel/index.js +62 -0
- package/wangsvue/scrolltop/index.d.ts +50 -0
- package/wangsvue/scrolltop/index.js +42 -0
- package/wangsvue/selectbutton/index.d.ts +35 -0
- package/wangsvue/selectbutton/index.js +60 -0
- package/wangsvue/sidebar/index.d.ts +66 -0
- package/wangsvue/sidebar/index.js +145 -0
- package/wangsvue/skeleton/index.d.ts +16 -0
- package/wangsvue/skeleton/index.js +22 -0
- package/wangsvue/slider/index.d.ts +55 -0
- package/wangsvue/slider/index.js +126 -0
- package/wangsvue/splitbutton/index.d.ts +6690 -0
- package/wangsvue/splitbutton/index.js +786 -0
- package/wangsvue/steps/index.d.ts +108 -0
- package/wangsvue/steps/index.js +119 -0
- package/wangsvue/style.css +5823 -0
- package/wangsvue/tabmenu/index.d.ts +57 -0
- package/wangsvue/tabmenu/index.js +75 -0
- package/wangsvue/tabview/index.d.ts +67 -0
- package/wangsvue/tabview/index.js +148 -0
- package/wangsvue/tag/index.d.ts +32 -0
- package/wangsvue/tag/index.js +37 -0
- package/wangsvue/terminal/index.d.ts +27 -0
- package/wangsvue/terminal/index.js +55 -0
- package/wangsvue/textarea/index.d.ts +12 -0
- package/wangsvue/textarea/index.js +51 -0
- package/wangsvue/tieredmenu/index.d.ts +56 -0
- package/wangsvue/tieredmenu/index.js +108 -0
- package/wangsvue/timeline/index.d.ts +53 -0
- package/wangsvue/timeline/index.js +83 -0
- package/wangsvue/toast/index.d.ts +61 -0
- package/wangsvue/toast/index.js +95 -0
- package/wangsvue/togglebutton/index.d.ts +42 -0
- package/wangsvue/togglebutton/index.js +77 -0
- package/wangsvue/toolbar/index.d.ts +19 -0
- package/wangsvue/toolbar/index.js +29 -0
- package/wangsvue/tooltip/index.d.ts +22 -0
- package/wangsvue/tooltip/index.js +42 -0
- package/wangsvue/tree/index.d.ts +117 -0
- package/wangsvue/tree/index.js +256 -0
- package/wangsvue/treeselect/index.d.ts +158 -0
- package/wangsvue/treeselect/index.js +338 -0
- package/wangsvue/tristatecheckbox/index.d.ts +49 -0
- package/wangsvue/tristatecheckbox/index.js +106 -0
- package/wangsvue/validatormessage/index.d.ts +8 -0
- package/wangsvue/validatormessage/index.js +9 -0
- package/wangsvue/workcalendar/index.d.ts +27 -0
- package/wangsvue/workcalendar/index.js +36 -0
|
@@ -0,0 +1,109 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.default = {
|
|
4
|
+
root: {
|
|
5
|
+
'class': 'flex items-center w-max gap-1 cursor-pointer text-xs',
|
|
6
|
+
'data-wv-name': 'buttonradio',
|
|
7
|
+
'data-wv-section': 'root',
|
|
8
|
+
},
|
|
9
|
+
wrapper: function (_a) {
|
|
10
|
+
var props = _a.props;
|
|
11
|
+
return ({
|
|
12
|
+
class: [
|
|
13
|
+
'relative',
|
|
14
|
+
// Flexbox & Alignment
|
|
15
|
+
'flex items-center justify-center',
|
|
16
|
+
// Size
|
|
17
|
+
'w-4 h-4',
|
|
18
|
+
// Shape
|
|
19
|
+
'border-2',
|
|
20
|
+
'rounded-full',
|
|
21
|
+
// Colors
|
|
22
|
+
{
|
|
23
|
+
'bg-white': props.value !== props.modelValue &&
|
|
24
|
+
props.value !== undefined &&
|
|
25
|
+
!props.disabled,
|
|
26
|
+
'bg-general-50': props.disabled,
|
|
27
|
+
'border-general-100': props.value !== props.modelValue &&
|
|
28
|
+
props.value !== undefined &&
|
|
29
|
+
!props.disabled,
|
|
30
|
+
'border-primary-500': props.value == props.modelValue &&
|
|
31
|
+
props.value !== undefined &&
|
|
32
|
+
!props.disabled,
|
|
33
|
+
'border-general-200': props.disabled,
|
|
34
|
+
},
|
|
35
|
+
{
|
|
36
|
+
'!border-danger-500': props.invalid,
|
|
37
|
+
},
|
|
38
|
+
// Misc
|
|
39
|
+
'cursor-pointer',
|
|
40
|
+
],
|
|
41
|
+
});
|
|
42
|
+
},
|
|
43
|
+
box: function (_a) {
|
|
44
|
+
var props = _a.props;
|
|
45
|
+
return ({
|
|
46
|
+
class: [
|
|
47
|
+
// Flexbox
|
|
48
|
+
'flex justify-center items-center',
|
|
49
|
+
// Size
|
|
50
|
+
'w-2 h-2',
|
|
51
|
+
'text-sm',
|
|
52
|
+
'font-medium',
|
|
53
|
+
// Shape
|
|
54
|
+
// 'border-2',
|
|
55
|
+
'rounded-full',
|
|
56
|
+
// Transition
|
|
57
|
+
'transition duration-200 ease-in-out',
|
|
58
|
+
// Colors
|
|
59
|
+
{
|
|
60
|
+
'border-general-100': props.value !== props.modelValue && props.value !== undefined,
|
|
61
|
+
'border-primary-500': props.value == props.modelValue &&
|
|
62
|
+
props.value !== undefined &&
|
|
63
|
+
!props.disabled,
|
|
64
|
+
'bg-primary-500': props.value == props.modelValue &&
|
|
65
|
+
props.value !== undefined &&
|
|
66
|
+
!props.disabled,
|
|
67
|
+
'bg-general-200': props.value == props.modelValue &&
|
|
68
|
+
props.value !== undefined &&
|
|
69
|
+
props.disabled,
|
|
70
|
+
},
|
|
71
|
+
// States
|
|
72
|
+
{
|
|
73
|
+
'outline-none outline-offset-0': !props.disabled,
|
|
74
|
+
'peer-focus-visible:ring-2 peer-focus-visible:ring-offset-2 peer-focus-visible:ring-offset-surface-0 peer-focus-visible:ring-primary-500': !props.disabled,
|
|
75
|
+
// 'opacity-60 cursor-default': props.disabled,
|
|
76
|
+
},
|
|
77
|
+
],
|
|
78
|
+
});
|
|
79
|
+
},
|
|
80
|
+
input: function (_a) {
|
|
81
|
+
var props = _a.props;
|
|
82
|
+
return ({
|
|
83
|
+
class: [
|
|
84
|
+
'peer',
|
|
85
|
+
// Size
|
|
86
|
+
'w-full ',
|
|
87
|
+
'h-full',
|
|
88
|
+
// Position
|
|
89
|
+
'absolute',
|
|
90
|
+
'top-0 left-0',
|
|
91
|
+
'z-10',
|
|
92
|
+
// Spacing
|
|
93
|
+
'p-0',
|
|
94
|
+
'm-0',
|
|
95
|
+
// Shape
|
|
96
|
+
'opacity-0',
|
|
97
|
+
'rounded-md',
|
|
98
|
+
'outline-none',
|
|
99
|
+
// 'border-2 border-surface-300',
|
|
100
|
+
// Misc
|
|
101
|
+
'appearance-none',
|
|
102
|
+
{ 'cursor-default': props.disabled, 'cursor-pointer': !props.disabled },
|
|
103
|
+
],
|
|
104
|
+
});
|
|
105
|
+
},
|
|
106
|
+
icon: {
|
|
107
|
+
class: 'hidden',
|
|
108
|
+
},
|
|
109
|
+
};
|
|
@@ -0,0 +1,65 @@
|
|
|
1
|
+
declare namespace _default {
|
|
2
|
+
namespace buttontrigger {
|
|
3
|
+
function root({ context }: {
|
|
4
|
+
context: any;
|
|
5
|
+
}): {
|
|
6
|
+
class: (string | {
|
|
7
|
+
'w-max': boolean;
|
|
8
|
+
})[];
|
|
9
|
+
'data-wv-section': string;
|
|
10
|
+
};
|
|
11
|
+
namespace icon {
|
|
12
|
+
let _class: string;
|
|
13
|
+
export { _class as class };
|
|
14
|
+
}
|
|
15
|
+
}
|
|
16
|
+
namespace collapsebutton {
|
|
17
|
+
export function root_1({ context }: {
|
|
18
|
+
context: any;
|
|
19
|
+
}): {
|
|
20
|
+
class: (string | {
|
|
21
|
+
'w-max': boolean;
|
|
22
|
+
})[];
|
|
23
|
+
'data-wv-section': string;
|
|
24
|
+
};
|
|
25
|
+
export { root_1 as root };
|
|
26
|
+
export namespace icon_1 {
|
|
27
|
+
let _class_1: string;
|
|
28
|
+
export { _class_1 as class };
|
|
29
|
+
}
|
|
30
|
+
export { icon_1 as icon };
|
|
31
|
+
}
|
|
32
|
+
namespace resetbutton {
|
|
33
|
+
export function root_2({ query }: {
|
|
34
|
+
query: any;
|
|
35
|
+
}): {
|
|
36
|
+
class: (string | {
|
|
37
|
+
invisible: boolean;
|
|
38
|
+
})[];
|
|
39
|
+
'data-wv-section': string;
|
|
40
|
+
};
|
|
41
|
+
export { root_2 as root };
|
|
42
|
+
export namespace icon_2 {
|
|
43
|
+
let _class_2: string[];
|
|
44
|
+
export { _class_2 as class };
|
|
45
|
+
}
|
|
46
|
+
export { icon_2 as icon };
|
|
47
|
+
}
|
|
48
|
+
namespace hiddensubmit {
|
|
49
|
+
let _class_3: string;
|
|
50
|
+
export { _class_3 as class };
|
|
51
|
+
}
|
|
52
|
+
function form({ context }: {
|
|
53
|
+
context: any;
|
|
54
|
+
}): {
|
|
55
|
+
class: (string | {
|
|
56
|
+
show: any;
|
|
57
|
+
})[];
|
|
58
|
+
'data-wv-section': string;
|
|
59
|
+
};
|
|
60
|
+
namespace inputtext {
|
|
61
|
+
let _class_4: string;
|
|
62
|
+
export { _class_4 as class };
|
|
63
|
+
}
|
|
64
|
+
}
|
|
65
|
+
export default _default;
|
|
@@ -0,0 +1,62 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.default = {
|
|
4
|
+
buttontrigger: {
|
|
5
|
+
root: function (_a) {
|
|
6
|
+
var context = _a.context;
|
|
7
|
+
return ({
|
|
8
|
+
'class': [
|
|
9
|
+
{ 'w-max': !context.showSearchInput },
|
|
10
|
+
'focus-within:ring-2 focus-within:ring-primary-400 focus-within:outline-none rounded-sm',
|
|
11
|
+
],
|
|
12
|
+
'data-wv-section': 'buttontrigger',
|
|
13
|
+
});
|
|
14
|
+
},
|
|
15
|
+
icon: {
|
|
16
|
+
class: 'w-6 h-6 text-grayscale-900 shrink-0',
|
|
17
|
+
},
|
|
18
|
+
},
|
|
19
|
+
collapsebutton: {
|
|
20
|
+
root: function (_a) {
|
|
21
|
+
var context = _a.context;
|
|
22
|
+
return ({
|
|
23
|
+
'class': [
|
|
24
|
+
{ 'w-max': !context.showSearchInput },
|
|
25
|
+
'focus-within:ring-2 focus-within:ring-primary-400 focus-within:outline-none rounded-sm',
|
|
26
|
+
],
|
|
27
|
+
'data-wv-section': 'collapsebutton',
|
|
28
|
+
});
|
|
29
|
+
},
|
|
30
|
+
icon: {
|
|
31
|
+
class: 'w-6 h-6 text-grayscale-900 shrink-0',
|
|
32
|
+
},
|
|
33
|
+
},
|
|
34
|
+
resetbutton: {
|
|
35
|
+
root: function (_a) {
|
|
36
|
+
var query = _a.query;
|
|
37
|
+
return ({
|
|
38
|
+
'class': [
|
|
39
|
+
{ invisible: !query },
|
|
40
|
+
'focus-within:ring-2 focus-within:ring-primary-400 focus-within:outline-none rounded-sm',
|
|
41
|
+
],
|
|
42
|
+
'data-wv-section': 'resetbutton',
|
|
43
|
+
});
|
|
44
|
+
},
|
|
45
|
+
icon: { class: ['text-2xl shrink-0'] },
|
|
46
|
+
},
|
|
47
|
+
hiddensubmit: { class: 'hidden' },
|
|
48
|
+
form: function (_a) {
|
|
49
|
+
var context = _a.context;
|
|
50
|
+
return ({
|
|
51
|
+
'class': [
|
|
52
|
+
{ show: context.showSearchInput },
|
|
53
|
+
'grid grid-cols-[max-content,auto,max-content] items-center gap-0.5 max-w-[224px] h-6',
|
|
54
|
+
'border-b border-primary-100',
|
|
55
|
+
],
|
|
56
|
+
'data-wv-section': 'form',
|
|
57
|
+
});
|
|
58
|
+
},
|
|
59
|
+
inputtext: {
|
|
60
|
+
class: '!h-max',
|
|
61
|
+
},
|
|
62
|
+
};
|
|
@@ -0,0 +1,267 @@
|
|
|
1
|
+
declare namespace _default {
|
|
2
|
+
function root({ props }: {
|
|
3
|
+
props: any;
|
|
4
|
+
}): {
|
|
5
|
+
class: (string | {
|
|
6
|
+
'select-none pointer-events-none cursor-default': any;
|
|
7
|
+
})[];
|
|
8
|
+
};
|
|
9
|
+
function input({ props }: {
|
|
10
|
+
props: any;
|
|
11
|
+
}): {
|
|
12
|
+
class: string[];
|
|
13
|
+
};
|
|
14
|
+
namespace inputicon {
|
|
15
|
+
let _class: string[];
|
|
16
|
+
export { _class as class };
|
|
17
|
+
}
|
|
18
|
+
namespace dropdownbutton {
|
|
19
|
+
export namespace root_1 {
|
|
20
|
+
let _class_1: string[];
|
|
21
|
+
export { _class_1 as class };
|
|
22
|
+
}
|
|
23
|
+
export { root_1 as root };
|
|
24
|
+
}
|
|
25
|
+
function panel({ props }: {
|
|
26
|
+
props: any;
|
|
27
|
+
}): {
|
|
28
|
+
class: (string | {
|
|
29
|
+
absolute: boolean;
|
|
30
|
+
'inline-block': any;
|
|
31
|
+
'min-w-[80vw] w-auto p-2 '?: undefined;
|
|
32
|
+
'p-2 min-w-full'?: undefined;
|
|
33
|
+
'overflow-x-auto'?: undefined;
|
|
34
|
+
} | {
|
|
35
|
+
'min-w-[80vw] w-auto p-2 ': any;
|
|
36
|
+
absolute?: undefined;
|
|
37
|
+
'inline-block'?: undefined;
|
|
38
|
+
'p-2 min-w-full'?: undefined;
|
|
39
|
+
'overflow-x-auto'?: undefined;
|
|
40
|
+
} | {
|
|
41
|
+
'p-2 min-w-full': any;
|
|
42
|
+
absolute?: undefined;
|
|
43
|
+
'inline-block'?: undefined;
|
|
44
|
+
'min-w-[80vw] w-auto p-2 '?: undefined;
|
|
45
|
+
'overflow-x-auto'?: undefined;
|
|
46
|
+
} | {
|
|
47
|
+
'overflow-x-auto': any;
|
|
48
|
+
absolute?: undefined;
|
|
49
|
+
'inline-block'?: undefined;
|
|
50
|
+
'min-w-[80vw] w-auto p-2 '?: undefined;
|
|
51
|
+
'p-2 min-w-full'?: undefined;
|
|
52
|
+
})[];
|
|
53
|
+
};
|
|
54
|
+
namespace datepickerMask {
|
|
55
|
+
let _class_2: string[];
|
|
56
|
+
export { _class_2 as class };
|
|
57
|
+
}
|
|
58
|
+
function header({ props, state }: {
|
|
59
|
+
props: any;
|
|
60
|
+
state: any;
|
|
61
|
+
}): {
|
|
62
|
+
class: (string | {
|
|
63
|
+
hidden: boolean;
|
|
64
|
+
})[];
|
|
65
|
+
};
|
|
66
|
+
function previousbutton({ props }: {
|
|
67
|
+
props: any;
|
|
68
|
+
}): {
|
|
69
|
+
class: string[];
|
|
70
|
+
};
|
|
71
|
+
function title({ props }: {
|
|
72
|
+
props: any;
|
|
73
|
+
}): {
|
|
74
|
+
class: string[];
|
|
75
|
+
};
|
|
76
|
+
namespace monthTitle {
|
|
77
|
+
let _class_3: string[];
|
|
78
|
+
export { _class_3 as class };
|
|
79
|
+
}
|
|
80
|
+
function yearTitle({ props }: {
|
|
81
|
+
props: any;
|
|
82
|
+
}): {
|
|
83
|
+
class: (string | {
|
|
84
|
+
hidden: boolean;
|
|
85
|
+
})[];
|
|
86
|
+
};
|
|
87
|
+
function nextbutton({ props }: {
|
|
88
|
+
props: any;
|
|
89
|
+
}): {
|
|
90
|
+
class: string[];
|
|
91
|
+
};
|
|
92
|
+
namespace table {
|
|
93
|
+
let _class_4: string[];
|
|
94
|
+
export { _class_4 as class };
|
|
95
|
+
}
|
|
96
|
+
namespace tableheadercell {
|
|
97
|
+
let _class_5: string[];
|
|
98
|
+
export { _class_5 as class };
|
|
99
|
+
}
|
|
100
|
+
namespace tablebodyrow {
|
|
101
|
+
let _class_6: any[];
|
|
102
|
+
export { _class_6 as class };
|
|
103
|
+
}
|
|
104
|
+
namespace weekheader {
|
|
105
|
+
let _class_7: string[];
|
|
106
|
+
export { _class_7 as class };
|
|
107
|
+
}
|
|
108
|
+
namespace weeknumber {
|
|
109
|
+
let _class_8: string[];
|
|
110
|
+
export { _class_8 as class };
|
|
111
|
+
}
|
|
112
|
+
namespace weekday {
|
|
113
|
+
let _class_9: any[];
|
|
114
|
+
export { _class_9 as class };
|
|
115
|
+
}
|
|
116
|
+
namespace day {
|
|
117
|
+
let _class_10: string[];
|
|
118
|
+
export { _class_10 as class };
|
|
119
|
+
}
|
|
120
|
+
function weeklabelcontainer({ context }: {
|
|
121
|
+
context: any;
|
|
122
|
+
}): {
|
|
123
|
+
class: (string | {
|
|
124
|
+
'text-surface-600/70 bg-transparent': boolean;
|
|
125
|
+
'text-primary-400 ': boolean;
|
|
126
|
+
'hover:bg-surface-100'?: undefined;
|
|
127
|
+
'opacity-40 cursor-default'?: undefined;
|
|
128
|
+
'cursor-pointer'?: undefined;
|
|
129
|
+
} | {
|
|
130
|
+
'hover:bg-surface-100': boolean;
|
|
131
|
+
'text-surface-600/70 bg-transparent'?: undefined;
|
|
132
|
+
'text-primary-400 '?: undefined;
|
|
133
|
+
'opacity-40 cursor-default'?: undefined;
|
|
134
|
+
'cursor-pointer'?: undefined;
|
|
135
|
+
} | {
|
|
136
|
+
'opacity-40 cursor-default': any;
|
|
137
|
+
'cursor-pointer': boolean;
|
|
138
|
+
'text-surface-600/70 bg-transparent'?: undefined;
|
|
139
|
+
'text-primary-400 '?: undefined;
|
|
140
|
+
'hover:bg-surface-100'?: undefined;
|
|
141
|
+
})[];
|
|
142
|
+
};
|
|
143
|
+
function daylabel({ context }: {
|
|
144
|
+
context: any;
|
|
145
|
+
}): {
|
|
146
|
+
class: (string | {
|
|
147
|
+
'bg-primary-400 text-white rounded-none': any;
|
|
148
|
+
'!rounded-full'?: undefined;
|
|
149
|
+
'hover:bg-primary-400/90'?: undefined;
|
|
150
|
+
'hover:bg-primary-200'?: undefined;
|
|
151
|
+
'opacity-40 cursor-default'?: undefined;
|
|
152
|
+
'cursor-pointer'?: undefined;
|
|
153
|
+
} | {
|
|
154
|
+
'!rounded-full': boolean;
|
|
155
|
+
'bg-primary-400 text-white rounded-none'?: undefined;
|
|
156
|
+
'hover:bg-primary-400/90'?: undefined;
|
|
157
|
+
'hover:bg-primary-200'?: undefined;
|
|
158
|
+
'opacity-40 cursor-default'?: undefined;
|
|
159
|
+
'cursor-pointer'?: undefined;
|
|
160
|
+
} | {
|
|
161
|
+
'hover:bg-primary-400/90': any;
|
|
162
|
+
'hover:bg-primary-200': boolean;
|
|
163
|
+
'bg-primary-400 text-white rounded-none'?: undefined;
|
|
164
|
+
'!rounded-full'?: undefined;
|
|
165
|
+
'opacity-40 cursor-default'?: undefined;
|
|
166
|
+
'cursor-pointer'?: undefined;
|
|
167
|
+
} | {
|
|
168
|
+
'opacity-40 cursor-default': any;
|
|
169
|
+
'cursor-pointer': boolean;
|
|
170
|
+
'bg-primary-400 text-white rounded-none'?: undefined;
|
|
171
|
+
'!rounded-full'?: undefined;
|
|
172
|
+
'hover:bg-primary-400/90'?: undefined;
|
|
173
|
+
'hover:bg-primary-200'?: undefined;
|
|
174
|
+
})[];
|
|
175
|
+
};
|
|
176
|
+
namespace monthpicker {
|
|
177
|
+
let _class_11: string[];
|
|
178
|
+
export { _class_11 as class };
|
|
179
|
+
}
|
|
180
|
+
function month({ context }: {
|
|
181
|
+
context: any;
|
|
182
|
+
}): {
|
|
183
|
+
class: (string | {
|
|
184
|
+
'text-grayscale-900 bg-transparent': boolean;
|
|
185
|
+
'bg-primary-400 text-white': boolean;
|
|
186
|
+
})[];
|
|
187
|
+
'data-month-in-future': boolean;
|
|
188
|
+
};
|
|
189
|
+
namespace yearpicker {
|
|
190
|
+
let _class_12: string[];
|
|
191
|
+
export { _class_12 as class };
|
|
192
|
+
}
|
|
193
|
+
function year({ context }: {
|
|
194
|
+
context: any;
|
|
195
|
+
}): {
|
|
196
|
+
class: (string | {
|
|
197
|
+
'text-grayscale-900 bg-transparent': boolean;
|
|
198
|
+
'bg-primary-400 text-white': boolean;
|
|
199
|
+
})[];
|
|
200
|
+
'data-year-in-future': boolean;
|
|
201
|
+
};
|
|
202
|
+
namespace timepicker {
|
|
203
|
+
let _class_13: string[];
|
|
204
|
+
export { _class_13 as class };
|
|
205
|
+
}
|
|
206
|
+
namespace separatorcontainer {
|
|
207
|
+
let _class_14: string[];
|
|
208
|
+
export { _class_14 as class };
|
|
209
|
+
}
|
|
210
|
+
namespace separator {
|
|
211
|
+
let _class_15: string[];
|
|
212
|
+
export { _class_15 as class };
|
|
213
|
+
}
|
|
214
|
+
namespace hourpicker {
|
|
215
|
+
let _class_16: string[];
|
|
216
|
+
export { _class_16 as class };
|
|
217
|
+
}
|
|
218
|
+
namespace minutepicker {
|
|
219
|
+
let _class_17: string[];
|
|
220
|
+
export { _class_17 as class };
|
|
221
|
+
}
|
|
222
|
+
namespace secondPicker {
|
|
223
|
+
let _class_18: string[];
|
|
224
|
+
export { _class_18 as class };
|
|
225
|
+
}
|
|
226
|
+
namespace incrementbutton {
|
|
227
|
+
let _class_19: string[];
|
|
228
|
+
export { _class_19 as class };
|
|
229
|
+
}
|
|
230
|
+
namespace decrementbutton {
|
|
231
|
+
let _class_20: string[];
|
|
232
|
+
export { _class_20 as class };
|
|
233
|
+
}
|
|
234
|
+
namespace groupcontainer {
|
|
235
|
+
let _class_21: string[];
|
|
236
|
+
export { _class_21 as class };
|
|
237
|
+
}
|
|
238
|
+
namespace group {
|
|
239
|
+
let _class_22: string[];
|
|
240
|
+
export { _class_22 as class };
|
|
241
|
+
}
|
|
242
|
+
namespace buttonbar {
|
|
243
|
+
let _class_23: string[];
|
|
244
|
+
export { _class_23 as class };
|
|
245
|
+
}
|
|
246
|
+
namespace todaybutton {
|
|
247
|
+
export namespace root_2 {
|
|
248
|
+
let _class_24: string[];
|
|
249
|
+
export { _class_24 as class };
|
|
250
|
+
}
|
|
251
|
+
export { root_2 as root };
|
|
252
|
+
}
|
|
253
|
+
namespace clearbutton {
|
|
254
|
+
export namespace root_3 {
|
|
255
|
+
let _class_25: string[];
|
|
256
|
+
export { _class_25 as class };
|
|
257
|
+
}
|
|
258
|
+
export { root_3 as root };
|
|
259
|
+
}
|
|
260
|
+
namespace transition {
|
|
261
|
+
let enterFromClass: string;
|
|
262
|
+
let enterActiveClass: string;
|
|
263
|
+
let leaveActiveClass: string;
|
|
264
|
+
let leaveToClass: string;
|
|
265
|
+
}
|
|
266
|
+
}
|
|
267
|
+
export default _default;
|