@fewangsit/wangsvue-presets 1.0.81 → 1.0.82-alpha.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (192) hide show
  1. package/fixedasset/accordion/index.d.ts +37 -0
  2. package/fixedasset/accordion/index.js +70 -0
  3. package/fixedasset/autocomplete/index.d.ts +188 -0
  4. package/fixedasset/autocomplete/index.js +247 -0
  5. package/fixedasset/avatar/index.d.ts +85 -0
  6. package/fixedasset/avatar/index.js +44 -0
  7. package/fixedasset/avatargroup/index.d.ts +8 -0
  8. package/fixedasset/avatargroup/index.js +9 -0
  9. package/fixedasset/badge/index.d.ts +47 -0
  10. package/fixedasset/badge/index.js +60 -0
  11. package/fixedasset/badgedirective/index.d.ts +50 -0
  12. package/fixedasset/badgedirective/index.js +49 -0
  13. package/fixedasset/badgegroup/index.d.ts +45 -0
  14. package/fixedasset/badgegroup/index.js +29 -0
  15. package/fixedasset/breadcrumb/index.d.ts +25 -0
  16. package/fixedasset/breadcrumb/index.js +31 -0
  17. package/fixedasset/button/index.d.ts +46 -0
  18. package/fixedasset/button/index.js +423 -0
  19. package/fixedasset/buttonbulkaction/index.d.ts +32 -0
  20. package/fixedasset/buttonbulkaction/index.js +35 -0
  21. package/fixedasset/buttondownload/index.d.ts +12 -0
  22. package/fixedasset/buttondownload/index.js +13 -0
  23. package/fixedasset/buttonfilter/index.d.ts +12 -0
  24. package/fixedasset/buttonfilter/index.js +13 -0
  25. package/fixedasset/buttonradio/index.d.ts +58 -0
  26. package/fixedasset/buttonradio/index.js +109 -0
  27. package/fixedasset/buttonsearch/index.d.ts +65 -0
  28. package/fixedasset/buttonsearch/index.js +62 -0
  29. package/fixedasset/calendar/index.d.ts +267 -0
  30. package/fixedasset/calendar/index.js +610 -0
  31. package/fixedasset/card/index.d.ts +31 -0
  32. package/fixedasset/card/index.js +32 -0
  33. package/fixedasset/carousel/index.d.ts +57 -0
  34. package/fixedasset/carousel/index.js +129 -0
  35. package/fixedasset/cascadeselect/index.d.ts +82 -0
  36. package/fixedasset/cascadeselect/index.js +191 -0
  37. package/fixedasset/changelog/index.d.ts +32 -0
  38. package/fixedasset/changelog/index.js +31 -0
  39. package/fixedasset/checkbox/index.d.ts +81 -0
  40. package/fixedasset/checkbox/index.js +107 -0
  41. package/fixedasset/chip/index.d.ts +23 -0
  42. package/fixedasset/chip/index.js +40 -0
  43. package/fixedasset/chips/index.d.ts +38 -0
  44. package/fixedasset/chips/index.js +98 -0
  45. package/fixedasset/colorpicker/index.d.ts +51 -0
  46. package/fixedasset/colorpicker/index.js +118 -0
  47. package/fixedasset/colors.config.json +77 -0
  48. package/fixedasset/confirmpopup/index.d.ts +39 -0
  49. package/fixedasset/confirmpopup/index.js +104 -0
  50. package/fixedasset/contextmenu/index.d.ts +63 -0
  51. package/fixedasset/contextmenu/index.js +113 -0
  52. package/fixedasset/datatable/index.d.ts +286 -0
  53. package/fixedasset/datatable/index.js +253 -0
  54. package/fixedasset/dataview/index.d.ts +15 -0
  55. package/fixedasset/dataview/index.js +36 -0
  56. package/fixedasset/dataviewlayoutoptions/index.d.ts +13 -0
  57. package/fixedasset/dataviewlayoutoptions/index.js +58 -0
  58. package/fixedasset/dialog/index.d.ts +87 -0
  59. package/fixedasset/dialog/index.js +220 -0
  60. package/fixedasset/dialogconfirm/index.d.ts +42 -0
  61. package/fixedasset/dialogconfirm/index.js +45 -0
  62. package/fixedasset/dialogform/index.d.ts +71 -0
  63. package/fixedasset/dialogform/index.js +68 -0
  64. package/fixedasset/divider/index.d.ts +192 -0
  65. package/fixedasset/divider/index.js +64 -0
  66. package/fixedasset/dock/index.d.ts +51 -0
  67. package/fixedasset/dock/index.js +92 -0
  68. package/fixedasset/dropdown/index.d.ts +136 -0
  69. package/fixedasset/dropdown/index.js +207 -0
  70. package/fixedasset/fieldset/index.d.ts +94 -0
  71. package/fixedasset/fieldset/index.js +87 -0
  72. package/fixedasset/fileupload/index.d.ts +29 -0
  73. package/fixedasset/fileupload/index.js +31 -0
  74. package/fixedasset/form/index.d.ts +40 -0
  75. package/fixedasset/form/index.js +44 -0
  76. package/fixedasset/global.d.ts +8 -0
  77. package/fixedasset/global.js +14 -0
  78. package/fixedasset/image/index.d.ts +88 -0
  79. package/fixedasset/image/index.js +136 -0
  80. package/fixedasset/index.d.ts +190 -0
  81. package/fixedasset/index.js +201 -0
  82. package/fixedasset/index.system.js +76 -0
  83. package/fixedasset/inlinemessage/index.d.ts +20 -0
  84. package/fixedasset/inlinemessage/index.js +30 -0
  85. package/fixedasset/inputbadge/index.d.ts +57 -0
  86. package/fixedasset/inputbadge/index.js +57 -0
  87. package/fixedasset/inputcurrency/index.d.ts +27 -0
  88. package/fixedasset/inputcurrency/index.js +22 -0
  89. package/fixedasset/inputgroup/index.d.ts +9 -0
  90. package/fixedasset/inputgroup/index.js +37 -0
  91. package/fixedasset/inputgroupaddon/index.d.ts +17 -0
  92. package/fixedasset/inputgroupaddon/index.js +34 -0
  93. package/fixedasset/inputmask/index.d.ts +11 -0
  94. package/fixedasset/inputmask/index.js +29 -0
  95. package/fixedasset/inputnumber/index.d.ts +46 -0
  96. package/fixedasset/inputnumber/index.js +58 -0
  97. package/fixedasset/inputotp/index.d.ts +137 -0
  98. package/fixedasset/inputotp/index.js +63 -0
  99. package/fixedasset/inputphonenumber/index.d.ts +37 -0
  100. package/fixedasset/inputphonenumber/index.js +34 -0
  101. package/fixedasset/inputswitch/index.d.ts +67 -0
  102. package/fixedasset/inputswitch/index.js +100 -0
  103. package/fixedasset/inputtext/index.d.ts +18 -0
  104. package/fixedasset/inputtext/index.js +28 -0
  105. package/fixedasset/knob/index.d.ts +22 -0
  106. package/fixedasset/knob/index.js +45 -0
  107. package/fixedasset/listbox/index.d.ts +79 -0
  108. package/fixedasset/listbox/index.js +138 -0
  109. package/fixedasset/megamenu/index.d.ts +105 -0
  110. package/fixedasset/megamenu/index.js +202 -0
  111. package/fixedasset/menu/index.d.ts +49 -0
  112. package/fixedasset/menu/index.js +110 -0
  113. package/fixedasset/menubar/index.d.ts +85 -0
  114. package/fixedasset/menubar/index.js +172 -0
  115. package/fixedasset/message/index.d.ts +41 -0
  116. package/fixedasset/message/index.js +85 -0
  117. package/fixedasset/multiselect/index.d.ts +243 -0
  118. package/fixedasset/multiselect/index.js +328 -0
  119. package/fixedasset/orderlist/index.d.ts +99 -0
  120. package/fixedasset/orderlist/index.js +245 -0
  121. package/fixedasset/organizationchart/index.d.ts +71 -0
  122. package/fixedasset/organizationchart/index.js +129 -0
  123. package/fixedasset/overlaypanel/index.d.ts +17 -0
  124. package/fixedasset/overlaypanel/index.js +34 -0
  125. package/fixedasset/paginator/index.d.ts +210 -0
  126. package/fixedasset/paginator/index.js +474 -0
  127. package/fixedasset/panel/index.d.ts +43 -0
  128. package/fixedasset/panel/index.js +85 -0
  129. package/fixedasset/panelmenu/index.d.ts +76 -0
  130. package/fixedasset/panelmenu/index.js +124 -0
  131. package/fixedasset/password/index.d.ts +45 -0
  132. package/fixedasset/password/index.js +96 -0
  133. package/fixedasset/picklist/index.d.ts +245 -0
  134. package/fixedasset/picklist/index.js +613 -0
  135. package/fixedasset/progressbar/index.d.ts +117 -0
  136. package/fixedasset/progressbar/index.js +102 -0
  137. package/fixedasset/rating/index.d.ts +47 -0
  138. package/fixedasset/rating/index.js +88 -0
  139. package/fixedasset/ripple/index.d.ts +8 -0
  140. package/fixedasset/ripple/index.js +8 -0
  141. package/fixedasset/scrollpanel/index.d.ts +19 -0
  142. package/fixedasset/scrollpanel/index.js +62 -0
  143. package/fixedasset/scrolltop/index.d.ts +50 -0
  144. package/fixedasset/scrolltop/index.js +42 -0
  145. package/fixedasset/selectbutton/index.d.ts +35 -0
  146. package/fixedasset/selectbutton/index.js +60 -0
  147. package/fixedasset/sidebar/index.d.ts +66 -0
  148. package/fixedasset/sidebar/index.js +145 -0
  149. package/fixedasset/skeleton/index.d.ts +16 -0
  150. package/fixedasset/skeleton/index.js +22 -0
  151. package/fixedasset/slider/index.d.ts +55 -0
  152. package/fixedasset/slider/index.js +126 -0
  153. package/fixedasset/splitbutton/index.d.ts +6690 -0
  154. package/fixedasset/splitbutton/index.js +786 -0
  155. package/fixedasset/steps/index.d.ts +108 -0
  156. package/fixedasset/steps/index.js +119 -0
  157. package/fixedasset/style.css +5888 -0
  158. package/fixedasset/tabmenu/index.d.ts +57 -0
  159. package/fixedasset/tabmenu/index.js +75 -0
  160. package/fixedasset/tabview/index.d.ts +67 -0
  161. package/fixedasset/tabview/index.js +148 -0
  162. package/fixedasset/tag/index.d.ts +32 -0
  163. package/fixedasset/tag/index.js +37 -0
  164. package/fixedasset/terminal/index.d.ts +27 -0
  165. package/fixedasset/terminal/index.js +55 -0
  166. package/fixedasset/textarea/index.d.ts +12 -0
  167. package/fixedasset/textarea/index.js +51 -0
  168. package/fixedasset/tieredmenu/index.d.ts +56 -0
  169. package/fixedasset/tieredmenu/index.js +108 -0
  170. package/fixedasset/timeline/index.d.ts +53 -0
  171. package/fixedasset/timeline/index.js +83 -0
  172. package/fixedasset/toast/index.d.ts +61 -0
  173. package/fixedasset/toast/index.js +95 -0
  174. package/fixedasset/togglebutton/index.d.ts +42 -0
  175. package/fixedasset/togglebutton/index.js +77 -0
  176. package/fixedasset/toolbar/index.d.ts +19 -0
  177. package/fixedasset/toolbar/index.js +29 -0
  178. package/fixedasset/tooltip/index.d.ts +22 -0
  179. package/fixedasset/tooltip/index.js +42 -0
  180. package/fixedasset/tree/index.d.ts +117 -0
  181. package/fixedasset/tree/index.js +256 -0
  182. package/fixedasset/treeselect/index.d.ts +158 -0
  183. package/fixedasset/treeselect/index.js +338 -0
  184. package/fixedasset/tristatecheckbox/index.d.ts +49 -0
  185. package/fixedasset/tristatecheckbox/index.js +106 -0
  186. package/fixedasset/validatormessage/index.d.ts +8 -0
  187. package/fixedasset/validatormessage/index.js +9 -0
  188. package/fixedasset/workcalendar/index.d.ts +27 -0
  189. package/fixedasset/workcalendar/index.js +36 -0
  190. package/index.d.ts +1 -0
  191. package/index.js +3 -1
  192. package/package.json +1 -1
@@ -0,0 +1,63 @@
1
+ declare namespace _default {
2
+ namespace root {
3
+ let _class: string[];
4
+ export { _class as class };
5
+ }
6
+ namespace menu {
7
+ let _class_1: string[];
8
+ export { _class_1 as class };
9
+ }
10
+ namespace menuitem {
11
+ let _class_2: string;
12
+ export { _class_2 as class };
13
+ }
14
+ function content({ context }: {
15
+ context: any;
16
+ }): {
17
+ class: (string | {
18
+ 'text-surface-500/70': boolean;
19
+ 'text-surface-500/70 bg-surface-200': boolean;
20
+ 'text-surface-900/80 bg-surface-50': any;
21
+ 'hover:bg-surface-50'?: undefined;
22
+ 'hover:bg-surface-100 text-surface-900/80'?: undefined;
23
+ } | {
24
+ 'hover:bg-surface-50': boolean;
25
+ 'hover:bg-surface-100 text-surface-900/80': any;
26
+ 'text-surface-500/70'?: undefined;
27
+ 'text-surface-500/70 bg-surface-200'?: undefined;
28
+ 'text-surface-900/80 bg-surface-50'?: undefined;
29
+ })[];
30
+ };
31
+ namespace action {
32
+ let _class_3: string[];
33
+ export { _class_3 as class };
34
+ }
35
+ namespace icon {
36
+ let _class_4: string[];
37
+ export { _class_4 as class };
38
+ }
39
+ namespace label {
40
+ let _class_5: string[];
41
+ export { _class_5 as class };
42
+ }
43
+ function submenu({ props }: {
44
+ props: any;
45
+ }): {
46
+ class: (string | {
47
+ 'sm:absolute sm:left-full sm:top-0': boolean;
48
+ })[];
49
+ };
50
+ namespace submenuicon {
51
+ let _class_6: string[];
52
+ export { _class_6 as class };
53
+ }
54
+ namespace separator {
55
+ let _class_7: string;
56
+ export { _class_7 as class };
57
+ }
58
+ namespace transition {
59
+ let enterFromClass: string;
60
+ let enterActiveClass: string;
61
+ }
62
+ }
63
+ export default _default;
@@ -0,0 +1,113 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.default = {
4
+ root: {
5
+ class: [
6
+ // Sizing and Shape
7
+ 'min-w-[12rem]',
8
+ 'rounded-md',
9
+ 'shadow-md',
10
+ // Spacing
11
+ 'p-1.5',
12
+ // Colors
13
+ 'bg-surface-0',
14
+ 'text-surface-700/80',
15
+ ],
16
+ },
17
+ menu: {
18
+ class: [
19
+ // Spacings and Shape
20
+ 'list-none',
21
+ 'm-0',
22
+ 'p-0',
23
+ 'outline-none',
24
+ ],
25
+ },
26
+ menuitem: {
27
+ class: 'relative',
28
+ },
29
+ content: function (_a) {
30
+ var context = _a.context;
31
+ return ({
32
+ class: [
33
+ //Shape
34
+ 'rounded-md',
35
+ // Colors
36
+ {
37
+ 'text-surface-500/70': !context.focused && !context.active,
38
+ 'text-surface-500/70 bg-surface-200': context.focused && !context.active,
39
+ 'text-surface-900/80 bg-surface-50': !context.focused && context.active,
40
+ },
41
+ // Hover States
42
+ {
43
+ 'hover:bg-surface-50': !context.active,
44
+ 'hover:bg-surface-100 text-surface-900/80': context.active,
45
+ },
46
+ // Transitions
47
+ 'transition-shadow',
48
+ 'duration-200',
49
+ ],
50
+ });
51
+ },
52
+ action: {
53
+ class: [
54
+ 'relative',
55
+ // Font
56
+ 'font-semibold',
57
+ // Flexbox
58
+ 'flex',
59
+ 'items-center',
60
+ // Spacing
61
+ 'py-2',
62
+ 'px-3',
63
+ // Misc
64
+ 'no-underline',
65
+ 'overflow-hidden',
66
+ 'cursor-pointer',
67
+ 'select-none',
68
+ ],
69
+ },
70
+ icon: {
71
+ class: [
72
+ // Spacing
73
+ 'mr-2',
74
+ 'leading-6',
75
+ 'text-sm',
76
+ ],
77
+ },
78
+ label: {
79
+ class: ['leading-6', 'text-sm'],
80
+ },
81
+ submenu: function (_a) {
82
+ var props = _a.props;
83
+ return ({
84
+ class: [
85
+ // Size
86
+ 'w-full sm:w-48',
87
+ // Spacing
88
+ 'p-1.5',
89
+ 'm-0',
90
+ 'list-none',
91
+ // Shape
92
+ 'shadow-md',
93
+ 'rounded-md',
94
+ // Position
95
+ 'static sm:absolute',
96
+ 'z-10',
97
+ { 'sm:absolute sm:left-full sm:top-0': props.level > 1 },
98
+ // Color
99
+ 'bg-surface-0',
100
+ ],
101
+ });
102
+ },
103
+ submenuicon: {
104
+ class: ['ml-auto'],
105
+ },
106
+ separator: {
107
+ class: 'border-t border-surface-200 my-1',
108
+ },
109
+ transition: {
110
+ enterFromClass: 'opacity-0',
111
+ enterActiveClass: 'transition-opacity duration-250',
112
+ },
113
+ };
@@ -0,0 +1,286 @@
1
+ declare namespace _default {
2
+ let root: {
3
+ 'data-wv-name': string;
4
+ 'data-wv-section': string;
5
+ };
6
+ let tablewrapper: {
7
+ class: string[];
8
+ 'data-wv-section': string;
9
+ };
10
+ function scrollheightwrapper({ props }: {
11
+ props: any;
12
+ }): {
13
+ class: (string | {
14
+ '!overflow-y-auto': boolean;
15
+ })[];
16
+ style: string;
17
+ 'data-wv-section': string;
18
+ };
19
+ let table: {
20
+ class: string[];
21
+ 'data-wv-section': string;
22
+ };
23
+ namespace tbody {
24
+ let _class: string[];
25
+ export { _class as class };
26
+ }
27
+ namespace thead {
28
+ let _class_1: string[];
29
+ export { _class_1 as class };
30
+ }
31
+ namespace headerrow {
32
+ let _class_2: string[];
33
+ export { _class_2 as class };
34
+ }
35
+ function bodyrow({ context, props }: {
36
+ context: any;
37
+ props: any;
38
+ }): {
39
+ class: (string | {
40
+ '!h-[35px]': boolean;
41
+ 'bg-transparent'?: undefined;
42
+ 'bg-primary-100'?: undefined;
43
+ 'focus:outline-none focus:outline-offset-0'?: undefined;
44
+ 'hover:!bg-primary-50'?: undefined;
45
+ 'hover:!bg-warning-300 !bg-warning-200'?: undefined;
46
+ 'transition duration-200'?: undefined;
47
+ 'select-none'?: undefined;
48
+ 'select-auto'?: undefined;
49
+ '!cursor-grab [&_label]:!cursor-grab'?: undefined;
50
+ 'cursor-pointer'?: undefined;
51
+ } | {
52
+ 'bg-transparent': boolean;
53
+ 'bg-primary-100': any;
54
+ '!h-[35px]'?: undefined;
55
+ 'focus:outline-none focus:outline-offset-0'?: undefined;
56
+ 'hover:!bg-primary-50'?: undefined;
57
+ 'hover:!bg-warning-300 !bg-warning-200'?: undefined;
58
+ 'transition duration-200'?: undefined;
59
+ 'select-none'?: undefined;
60
+ 'select-auto'?: undefined;
61
+ '!cursor-grab [&_label]:!cursor-grab'?: undefined;
62
+ 'cursor-pointer'?: undefined;
63
+ } | {
64
+ 'focus:outline-none focus:outline-offset-0': any;
65
+ 'hover:!bg-primary-50': boolean;
66
+ 'hover:!bg-warning-300 !bg-warning-200': any;
67
+ '!h-[35px]'?: undefined;
68
+ 'bg-transparent'?: undefined;
69
+ 'bg-primary-100'?: undefined;
70
+ 'transition duration-200'?: undefined;
71
+ 'select-none'?: undefined;
72
+ 'select-auto'?: undefined;
73
+ '!cursor-grab [&_label]:!cursor-grab'?: undefined;
74
+ 'cursor-pointer'?: undefined;
75
+ } | {
76
+ 'transition duration-200': any;
77
+ '!h-[35px]'?: undefined;
78
+ 'bg-transparent'?: undefined;
79
+ 'bg-primary-100'?: undefined;
80
+ 'focus:outline-none focus:outline-offset-0'?: undefined;
81
+ 'hover:!bg-primary-50'?: undefined;
82
+ 'hover:!bg-warning-300 !bg-warning-200'?: undefined;
83
+ 'select-none'?: undefined;
84
+ 'select-auto'?: undefined;
85
+ '!cursor-grab [&_label]:!cursor-grab'?: undefined;
86
+ 'cursor-pointer'?: undefined;
87
+ } | {
88
+ 'select-none': any;
89
+ 'select-auto': boolean;
90
+ '!h-[35px]'?: undefined;
91
+ 'bg-transparent'?: undefined;
92
+ 'bg-primary-100'?: undefined;
93
+ 'focus:outline-none focus:outline-offset-0'?: undefined;
94
+ 'hover:!bg-primary-50'?: undefined;
95
+ 'hover:!bg-warning-300 !bg-warning-200'?: undefined;
96
+ 'transition duration-200'?: undefined;
97
+ '!cursor-grab [&_label]:!cursor-grab'?: undefined;
98
+ 'cursor-pointer'?: undefined;
99
+ } | {
100
+ '!cursor-grab [&_label]:!cursor-grab': any;
101
+ '!h-[35px]'?: undefined;
102
+ 'bg-transparent'?: undefined;
103
+ 'bg-primary-100'?: undefined;
104
+ 'focus:outline-none focus:outline-offset-0'?: undefined;
105
+ 'hover:!bg-primary-50'?: undefined;
106
+ 'hover:!bg-warning-300 !bg-warning-200'?: undefined;
107
+ 'transition duration-200'?: undefined;
108
+ 'select-none'?: undefined;
109
+ 'select-auto'?: undefined;
110
+ 'cursor-pointer'?: undefined;
111
+ } | {
112
+ 'cursor-pointer': boolean;
113
+ '!h-[35px]'?: undefined;
114
+ 'bg-transparent'?: undefined;
115
+ 'bg-primary-100'?: undefined;
116
+ 'focus:outline-none focus:outline-offset-0'?: undefined;
117
+ 'hover:!bg-primary-50'?: undefined;
118
+ 'hover:!bg-warning-300 !bg-warning-200'?: undefined;
119
+ 'transition duration-200'?: undefined;
120
+ 'select-none'?: undefined;
121
+ 'select-auto'?: undefined;
122
+ '!cursor-grab [&_label]:!cursor-grab'?: undefined;
123
+ })[];
124
+ };
125
+ function headercell({ context }: {
126
+ context: any;
127
+ }): {
128
+ class: (string | {
129
+ 'bg-primary-400': boolean;
130
+ 'bg-primary-500'?: undefined;
131
+ 'sticky right-0 hover:bg-primary-500'?: undefined;
132
+ '!cursor-default'?: undefined;
133
+ } | {
134
+ 'bg-primary-500': any;
135
+ 'bg-primary-400'?: undefined;
136
+ 'sticky right-0 hover:bg-primary-500'?: undefined;
137
+ '!cursor-default'?: undefined;
138
+ } | {
139
+ 'sticky right-0 hover:bg-primary-500': any;
140
+ '!cursor-default': boolean;
141
+ 'bg-primary-400'?: undefined;
142
+ 'bg-primary-500'?: undefined;
143
+ })[];
144
+ 'data-wv-section': string;
145
+ };
146
+ let headercellcontent: {
147
+ class: string[];
148
+ 'data-wv-section': string;
149
+ };
150
+ let headercellreorderable: {
151
+ class: string[];
152
+ 'data-wv-section': string;
153
+ };
154
+ namespace draggableicon {
155
+ let _class_3: string;
156
+ export { _class_3 as class };
157
+ }
158
+ function headercheckbox({ context }: {
159
+ context: any;
160
+ }): {
161
+ class: {
162
+ '[&_[data-pc-section=box]]:!border-white [&_[data-pc-section=box]]:!bg-transparent': boolean;
163
+ }[];
164
+ 'data-wv-section': string;
165
+ };
166
+ let headercellcheckbox: {
167
+ class: string;
168
+ 'data-wv-section': string;
169
+ };
170
+ let headertoggler: {
171
+ class: string[];
172
+ 'data-wv-section': string;
173
+ };
174
+ namespace columnvisibilityicon {
175
+ let _class_4: string[];
176
+ export { _class_4 as class };
177
+ export let info: string;
178
+ }
179
+ function headertogglerbutton({ context }: {
180
+ context: any;
181
+ }): {
182
+ class: (string | {
183
+ 'rotate-180': any;
184
+ 'rotate-0'?: undefined;
185
+ } | {
186
+ 'rotate-0': boolean;
187
+ 'rotate-180'?: undefined;
188
+ })[];
189
+ 'icon-class': string;
190
+ 'data-wv-section': string;
191
+ };
192
+ let rowcheckbox: {
193
+ class: string;
194
+ 'data-wv-section': string;
195
+ };
196
+ let bodycell: {
197
+ class: string[];
198
+ 'data-wv-section': string;
199
+ };
200
+ function multirowcontainer({ props }: {
201
+ props: any;
202
+ }): {
203
+ class: string[];
204
+ };
205
+ function multirow({ context }: {
206
+ context: any;
207
+ }): {
208
+ class: (string | {
209
+ '!border-t border-primary-100 !border-solid': boolean;
210
+ })[];
211
+ };
212
+ function rowtogglerbutton({ context }: {
213
+ context: any;
214
+ }): {
215
+ class: (string | {
216
+ 'rotate-180': any;
217
+ 'rotate-0'?: undefined;
218
+ } | {
219
+ 'rotate-0': boolean;
220
+ 'rotate-180'?: undefined;
221
+ })[];
222
+ 'icon-class': string;
223
+ 'data-wv-section': string;
224
+ };
225
+ let childrowheader: {
226
+ class: string;
227
+ 'data-wv-section': string;
228
+ };
229
+ let celleditableelement: {
230
+ class: string[];
231
+ 'data-wv-section': string;
232
+ };
233
+ function rowsingleactioncell({ props, context }: {
234
+ props: any;
235
+ context: any;
236
+ }): {
237
+ class: (string | {
238
+ 'sticky bg-white': any;
239
+ '!bg-primary-100': any;
240
+ 'group-hover:!bg-primary-50': boolean;
241
+ 'group-hover:!bg-warning-300 !bg-warning-200': any;
242
+ })[];
243
+ 'data-wv-section': string;
244
+ };
245
+ let singleactionwrapper: {
246
+ class: string[];
247
+ 'data-wv-section': string;
248
+ };
249
+ function singleactionbutton({ props }: {
250
+ props: any;
251
+ }): {
252
+ class: ({
253
+ 'pointer-events-none !border-general-100 [&>i]:text-general-200': any;
254
+ 'pointer-events-auto'?: undefined;
255
+ } | {
256
+ 'pointer-events-auto': boolean;
257
+ 'pointer-events-none !border-general-100 [&>i]:text-general-200'?: undefined;
258
+ })[];
259
+ tooltip: string;
260
+ 'data-wv-section': string;
261
+ };
262
+ let nodatalottiewrapper: {
263
+ class: string;
264
+ 'data-wv-section': string;
265
+ };
266
+ let nodatalottie: {
267
+ class: string;
268
+ 'data-wv-section': string;
269
+ };
270
+ let loadingtablewrapper: {
271
+ class: string;
272
+ 'data-wv-section': string;
273
+ };
274
+ let loadingtablelottie: {
275
+ class: string;
276
+ 'data-wv-section': string;
277
+ };
278
+ function paginator({ context }: {
279
+ context: any;
280
+ }): {
281
+ 'current-page-report-template': string;
282
+ class: string;
283
+ template: string;
284
+ };
285
+ }
286
+ export default _default;