primereact 10.6.2 → 10.6.3
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/autocomplete/autocomplete.cjs.js +16 -8
- package/autocomplete/autocomplete.cjs.min.js +1 -1
- package/autocomplete/autocomplete.d.ts +5 -0
- package/autocomplete/autocomplete.esm.js +16 -8
- package/autocomplete/autocomplete.esm.min.js +1 -1
- package/autocomplete/autocomplete.js +16 -8
- package/autocomplete/autocomplete.min.js +1 -1
- package/blockui/blockui.cjs.js +3 -6
- package/blockui/blockui.cjs.min.js +1 -1
- package/blockui/blockui.esm.js +3 -6
- package/blockui/blockui.esm.min.js +1 -1
- package/blockui/blockui.js +3 -6
- package/blockui/blockui.min.js +1 -1
- package/breadcrumb/breadcrumb.cjs.js +2 -5
- package/breadcrumb/breadcrumb.cjs.min.js +1 -1
- package/breadcrumb/breadcrumb.esm.js +2 -5
- package/breadcrumb/breadcrumb.esm.min.js +1 -1
- package/breadcrumb/breadcrumb.js +2 -5
- package/breadcrumb/breadcrumb.min.js +1 -1
- package/buttongroup/buttongroup.cjs.js +6 -1
- package/buttongroup/buttongroup.cjs.min.js +1 -1
- package/buttongroup/buttongroup.d.ts +5 -0
- package/buttongroup/buttongroup.esm.js +7 -2
- package/buttongroup/buttongroup.esm.min.js +1 -1
- package/buttongroup/buttongroup.js +6 -1
- package/buttongroup/buttongroup.min.js +1 -1
- package/calendar/calendar.cjs.js +30 -20
- package/calendar/calendar.cjs.min.js +1 -1
- package/calendar/calendar.d.ts +5 -0
- package/calendar/calendar.esm.js +30 -20
- package/calendar/calendar.esm.min.js +1 -1
- package/calendar/calendar.js +30 -20
- package/calendar/calendar.min.js +1 -1
- package/card/card.cjs.js +2 -5
- package/card/card.cjs.min.js +1 -1
- package/card/card.esm.js +3 -6
- package/card/card.esm.min.js +1 -1
- package/card/card.js +2 -5
- package/card/card.min.js +1 -1
- package/cascadeselect/cascadeselect.cjs.js +14 -16
- package/cascadeselect/cascadeselect.cjs.min.js +1 -1
- package/cascadeselect/cascadeselect.d.ts +5 -0
- package/cascadeselect/cascadeselect.esm.js +14 -16
- package/cascadeselect/cascadeselect.esm.min.js +1 -1
- package/cascadeselect/cascadeselect.js +14 -16
- package/cascadeselect/cascadeselect.min.js +1 -1
- package/chart/chart.cjs.js +4 -7
- package/chart/chart.cjs.min.js +1 -1
- package/chart/chart.esm.js +4 -7
- package/chart/chart.esm.min.js +1 -1
- package/chart/chart.js +4 -7
- package/chart/chart.min.js +1 -1
- package/checkbox/checkbox.cjs.js +6 -3
- package/checkbox/checkbox.cjs.min.js +1 -1
- package/checkbox/checkbox.d.ts +5 -0
- package/checkbox/checkbox.esm.js +6 -3
- package/checkbox/checkbox.esm.min.js +1 -1
- package/checkbox/checkbox.js +6 -3
- package/checkbox/checkbox.min.js +1 -1
- package/chips/chips.cjs.js +5 -3
- package/chips/chips.cjs.min.js +1 -1
- package/chips/chips.d.ts +5 -0
- package/chips/chips.esm.js +5 -3
- package/chips/chips.esm.min.js +1 -1
- package/chips/chips.js +5 -3
- package/chips/chips.min.js +1 -1
- package/colorpicker/colorpicker.cjs.js +2 -2
- package/colorpicker/colorpicker.cjs.min.js +1 -1
- package/colorpicker/colorpicker.esm.js +2 -2
- package/colorpicker/colorpicker.esm.min.js +1 -1
- package/colorpicker/colorpicker.js +2 -2
- package/colorpicker/colorpicker.min.js +1 -1
- package/column/column.d.ts +1 -1
- package/componentbase/componentbase.cjs.js +1 -1
- package/componentbase/componentbase.cjs.min.js +1 -1
- package/componentbase/componentbase.esm.js +1 -1
- package/componentbase/componentbase.esm.min.js +1 -1
- package/componentbase/componentbase.js +1 -1
- package/componentbase/componentbase.min.js +1 -1
- package/confirmpopup/confirmpopup.cjs.js +2 -2
- package/confirmpopup/confirmpopup.cjs.min.js +1 -1
- package/confirmpopup/confirmpopup.esm.js +2 -2
- package/confirmpopup/confirmpopup.esm.min.js +1 -1
- package/confirmpopup/confirmpopup.js +2 -2
- package/confirmpopup/confirmpopup.min.js +1 -1
- package/core/core.js +140 -60
- package/core/core.min.js +7 -7
- package/datatable/datatable.cjs.js +15 -6
- package/datatable/datatable.cjs.min.js +1 -1
- package/datatable/datatable.esm.js +15 -6
- package/datatable/datatable.esm.min.js +1 -1
- package/datatable/datatable.js +15 -6
- package/datatable/datatable.min.js +1 -1
- package/dialog/dialog.cjs.js +3 -3
- package/dialog/dialog.cjs.min.js +1 -1
- package/dialog/dialog.esm.js +3 -3
- package/dialog/dialog.esm.min.js +1 -1
- package/dialog/dialog.js +3 -3
- package/dialog/dialog.min.js +1 -1
- package/dropdown/dropdown.cjs.js +41 -20
- package/dropdown/dropdown.cjs.min.js +1 -1
- package/dropdown/dropdown.d.ts +6 -1
- package/dropdown/dropdown.esm.js +41 -20
- package/dropdown/dropdown.esm.min.js +1 -1
- package/dropdown/dropdown.js +41 -20
- package/dropdown/dropdown.min.js +1 -1
- package/fileupload/fileupload.cjs.js +7 -4
- package/fileupload/fileupload.cjs.min.js +1 -1
- package/fileupload/fileupload.esm.js +7 -4
- package/fileupload/fileupload.esm.min.js +1 -1
- package/fileupload/fileupload.js +7 -4
- package/fileupload/fileupload.min.js +1 -1
- package/floatlabel/floatlabel.cjs.js +6 -1
- package/floatlabel/floatlabel.cjs.min.js +1 -1
- package/floatlabel/floatlabel.esm.js +7 -2
- package/floatlabel/floatlabel.esm.min.js +1 -1
- package/floatlabel/floatlabel.js +6 -1
- package/floatlabel/floatlabel.min.js +1 -1
- package/iconfield/iconfield.cjs.js +4 -4
- package/iconfield/iconfield.cjs.min.js +1 -1
- package/iconfield/iconfield.esm.js +4 -4
- package/iconfield/iconfield.esm.min.js +1 -1
- package/iconfield/iconfield.js +4 -4
- package/iconfield/iconfield.min.js +1 -1
- package/iconfield/package.json +7 -0
- package/image/image.cjs.js +2 -2
- package/image/image.cjs.min.js +1 -1
- package/image/image.esm.js +2 -2
- package/image/image.esm.min.js +1 -1
- package/image/image.js +2 -2
- package/image/image.min.js +1 -1
- package/inputicon/package.json +7 -0
- package/inputmask/inputmask.cjs.js +21 -1
- package/inputmask/inputmask.cjs.min.js +1 -1
- package/inputmask/inputmask.d.ts +11 -1
- package/inputmask/inputmask.esm.js +22 -2
- package/inputmask/inputmask.esm.min.js +1 -1
- package/inputmask/inputmask.js +21 -1
- package/inputmask/inputmask.min.js +1 -1
- package/inputnumber/inputnumber.cjs.js +68 -23
- package/inputnumber/inputnumber.cjs.min.js +1 -1
- package/inputnumber/inputnumber.d.ts +5 -0
- package/inputnumber/inputnumber.esm.js +68 -23
- package/inputnumber/inputnumber.esm.min.js +1 -1
- package/inputnumber/inputnumber.js +68 -23
- package/inputnumber/inputnumber.min.js +1 -1
- package/inputotp/inputotp.cjs.js +348 -0
- package/inputotp/inputotp.cjs.min.js +1 -0
- package/inputotp/inputotp.d.ts +177 -0
- package/inputotp/inputotp.esm.js +340 -0
- package/inputotp/inputotp.esm.min.js +1 -0
- package/inputotp/inputotp.js +346 -0
- package/inputotp/inputotp.min.js +1 -0
- package/inputotp/package.json +7 -0
- package/inputtext/inputtext.cjs.js +9 -5
- package/inputtext/inputtext.cjs.min.js +1 -1
- package/inputtext/inputtext.d.ts +5 -0
- package/inputtext/inputtext.esm.js +9 -5
- package/inputtext/inputtext.esm.min.js +1 -1
- package/inputtext/inputtext.js +9 -5
- package/inputtext/inputtext.min.js +1 -1
- package/inputtextarea/inputtextarea.cjs.js +8 -4
- package/inputtextarea/inputtextarea.cjs.min.js +1 -1
- package/inputtextarea/inputtextarea.d.ts +5 -0
- package/inputtextarea/inputtextarea.esm.js +8 -4
- package/inputtextarea/inputtextarea.esm.min.js +1 -1
- package/inputtextarea/inputtextarea.js +8 -4
- package/inputtextarea/inputtextarea.min.js +1 -1
- package/knob/knob.cjs.js +2 -2
- package/knob/knob.cjs.min.js +1 -1
- package/knob/knob.esm.js +2 -2
- package/knob/knob.esm.min.js +1 -1
- package/knob/knob.js +2 -2
- package/knob/knob.min.js +1 -1
- package/mention/mention.cjs.js +13 -9
- package/mention/mention.cjs.min.js +1 -1
- package/mention/mention.esm.js +13 -9
- package/mention/mention.esm.min.js +1 -1
- package/mention/mention.js +13 -9
- package/mention/mention.min.js +1 -1
- package/metergroup/package.json +7 -0
- package/multiselect/multiselect.cjs.js +27 -8
- package/multiselect/multiselect.cjs.min.js +1 -1
- package/multiselect/multiselect.d.ts +5 -0
- package/multiselect/multiselect.esm.js +27 -8
- package/multiselect/multiselect.esm.min.js +1 -1
- package/multiselect/multiselect.js +27 -8
- package/multiselect/multiselect.min.js +1 -1
- package/multistatecheckbox/multistatecheckbox.cjs.js +6 -3
- package/multistatecheckbox/multistatecheckbox.cjs.min.js +1 -1
- package/multistatecheckbox/multistatecheckbox.esm.js +6 -3
- package/multistatecheckbox/multistatecheckbox.esm.min.js +1 -1
- package/multistatecheckbox/multistatecheckbox.js +6 -3
- package/multistatecheckbox/multistatecheckbox.min.js +1 -1
- package/overlaypanel/overlaypanel.cjs.js +5 -5
- package/overlaypanel/overlaypanel.cjs.min.js +1 -1
- package/overlaypanel/overlaypanel.esm.js +5 -5
- package/overlaypanel/overlaypanel.esm.min.js +1 -1
- package/overlaypanel/overlaypanel.js +5 -5
- package/overlaypanel/overlaypanel.min.js +1 -1
- package/package.json +1 -1
- package/panelmenu/panelmenu.cjs.js +12 -15
- package/panelmenu/panelmenu.cjs.min.js +1 -1
- package/panelmenu/panelmenu.esm.js +12 -15
- package/panelmenu/panelmenu.esm.min.js +1 -1
- package/panelmenu/panelmenu.js +12 -15
- package/panelmenu/panelmenu.min.js +1 -1
- package/passthrough/tailwind/index.cjs.js +134 -170
- package/passthrough/tailwind/index.cjs.min.js +1 -1
- package/passthrough/tailwind/index.esm.js +134 -170
- package/passthrough/tailwind/index.esm.min.js +1 -1
- package/passthrough/tailwind/index.js +134 -170
- package/passthrough/tailwind/index.min.js +1 -1
- package/password/password.cjs.js +5 -3
- package/password/password.cjs.min.js +1 -1
- package/password/password.d.ts +5 -0
- package/password/password.esm.js +5 -3
- package/password/password.esm.min.js +1 -1
- package/password/password.js +5 -3
- package/password/password.min.js +1 -1
- package/primereact.all.cjs.js +432 -302
- package/primereact.all.cjs.min.js +1 -1
- package/primereact.all.esm.js +432 -302
- package/primereact.all.esm.min.js +1 -1
- package/primereact.all.js +432 -302
- package/primereact.all.min.js +1 -1
- package/radiobutton/radiobutton.cjs.js +8 -3
- package/radiobutton/radiobutton.cjs.min.js +1 -1
- package/radiobutton/radiobutton.d.ts +5 -0
- package/radiobutton/radiobutton.esm.js +8 -3
- package/radiobutton/radiobutton.esm.min.js +1 -1
- package/radiobutton/radiobutton.js +8 -3
- package/radiobutton/radiobutton.min.js +1 -1
- package/rating/rating.cjs.js +2 -2
- package/rating/rating.cjs.min.js +1 -1
- package/rating/rating.esm.js +2 -2
- package/rating/rating.esm.min.js +1 -1
- package/rating/rating.js +2 -2
- package/rating/rating.min.js +1 -1
- package/resources/themes/arya-blue/theme.css +51 -43
- package/resources/themes/arya-green/theme.css +51 -43
- package/resources/themes/arya-orange/theme.css +51 -43
- package/resources/themes/bootstrap4-dark-blue/theme.css +51 -43
- package/resources/themes/bootstrap4-dark-purple/theme.css +9 -0
- package/resources/themes/bootstrap4-light-blue/theme.css +51 -43
- package/resources/themes/bootstrap4-light-purple/theme.css +9 -0
- package/resources/themes/fluent-light/theme.css +51 -43
- package/resources/themes/lara-dark-amber/theme.css +51 -43
- package/resources/themes/lara-dark-blue/theme.css +51 -43
- package/resources/themes/lara-dark-cyan/theme.css +51 -43
- package/resources/themes/lara-dark-green/theme.css +51 -43
- package/resources/themes/lara-dark-indigo/theme.css +51 -43
- package/resources/themes/lara-dark-pink/theme.css +51 -43
- package/resources/themes/lara-dark-purple/theme.css +1124 -227
- package/resources/themes/lara-dark-teal/theme.css +51 -43
- package/resources/themes/lara-light-amber/theme.css +51 -43
- package/resources/themes/lara-light-blue/theme.css +51 -43
- package/resources/themes/lara-light-cyan/theme.css +51 -43
- package/resources/themes/lara-light-green/theme.css +51 -43
- package/resources/themes/lara-light-indigo/theme.css +51 -43
- package/resources/themes/lara-light-pink/theme.css +51 -43
- package/resources/themes/lara-light-purple/theme.css +1122 -229
- package/resources/themes/lara-light-teal/theme.css +51 -43
- package/resources/themes/luna-amber/theme.css +51 -43
- package/resources/themes/luna-blue/theme.css +51 -43
- package/resources/themes/luna-green/theme.css +51 -43
- package/resources/themes/luna-pink/theme.css +51 -43
- package/resources/themes/md-dark-deeppurple/theme.css +9 -0
- package/resources/themes/md-dark-indigo/theme.css +193 -185
- package/resources/themes/md-light-deeppurple/theme.css +9 -0
- package/resources/themes/md-light-indigo/theme.css +51 -43
- package/resources/themes/mdc-dark-deeppurple/theme.css +9 -0
- package/resources/themes/mdc-dark-indigo/theme.css +193 -185
- package/resources/themes/mdc-light-deeppurple/theme.css +9 -0
- package/resources/themes/mdc-light-indigo/theme.css +51 -43
- package/resources/themes/mira/theme.css +51 -43
- package/resources/themes/nano/theme.css +51 -43
- package/resources/themes/nova/theme.css +51 -43
- package/resources/themes/nova-accent/theme.css +51 -43
- package/resources/themes/nova-alt/theme.css +51 -43
- package/resources/themes/rhea/theme.css +51 -43
- package/resources/themes/saga-blue/theme.css +51 -43
- package/resources/themes/saga-green/theme.css +51 -43
- package/resources/themes/saga-orange/theme.css +51 -43
- package/resources/themes/soho-dark/theme.css +76 -68
- package/resources/themes/soho-light/theme.css +51 -43
- package/resources/themes/tailwind-light/theme.css +52 -44
- package/resources/themes/vela-blue/theme.css +51 -43
- package/resources/themes/vela-green/theme.css +51 -43
- package/resources/themes/vela-orange/theme.css +51 -43
- package/resources/themes/viva-dark/theme.css +51 -43
- package/resources/themes/viva-light/theme.css +51 -43
- package/scrollpanel/scrollpanel.cjs.js +2 -5
- package/scrollpanel/scrollpanel.cjs.min.js +1 -1
- package/scrollpanel/scrollpanel.esm.js +3 -6
- package/scrollpanel/scrollpanel.esm.min.js +1 -1
- package/scrollpanel/scrollpanel.js +2 -5
- package/scrollpanel/scrollpanel.min.js +1 -1
- package/selectbutton/selectbutton.cjs.js +2 -2
- package/selectbutton/selectbutton.cjs.min.js +1 -1
- package/selectbutton/selectbutton.esm.js +2 -2
- package/selectbutton/selectbutton.esm.min.js +1 -1
- package/selectbutton/selectbutton.js +2 -2
- package/selectbutton/selectbutton.min.js +1 -1
- package/sidebar/sidebar.cjs.js +5 -5
- package/sidebar/sidebar.cjs.min.js +1 -1
- package/sidebar/sidebar.esm.js +5 -5
- package/sidebar/sidebar.esm.min.js +1 -1
- package/sidebar/sidebar.js +5 -5
- package/sidebar/sidebar.min.js +1 -1
- package/slidemenu/slidemenu.cjs.js +2 -2
- package/slidemenu/slidemenu.cjs.min.js +1 -1
- package/slidemenu/slidemenu.esm.js +2 -2
- package/slidemenu/slidemenu.esm.min.js +1 -1
- package/slidemenu/slidemenu.js +2 -2
- package/slidemenu/slidemenu.min.js +1 -1
- package/slider/slider.cjs.js +3 -3
- package/slider/slider.cjs.min.js +1 -1
- package/slider/slider.esm.js +3 -3
- package/slider/slider.esm.min.js +1 -1
- package/slider/slider.js +3 -3
- package/slider/slider.min.js +1 -1
- package/splitbutton/splitbutton.cjs.js +2 -2
- package/splitbutton/splitbutton.cjs.min.js +1 -1
- package/splitbutton/splitbutton.esm.js +2 -2
- package/splitbutton/splitbutton.esm.min.js +1 -1
- package/splitbutton/splitbutton.js +2 -2
- package/splitbutton/splitbutton.min.js +1 -1
- package/stepperpanel/stepperpanel.cjs.js +9 -2
- package/stepperpanel/stepperpanel.cjs.min.js +1 -1
- package/stepperpanel/stepperpanel.d.ts +1 -1
- package/stepperpanel/stepperpanel.esm.js +9 -2
- package/stepperpanel/stepperpanel.esm.min.js +1 -1
- package/stepperpanel/stepperpanel.js +10 -4
- package/stepperpanel/stepperpanel.min.js +1 -1
- package/steps/steps.cjs.js +2 -2
- package/steps/steps.cjs.min.js +1 -1
- package/steps/steps.esm.js +2 -2
- package/steps/steps.esm.min.js +1 -1
- package/steps/steps.js +2 -2
- package/steps/steps.min.js +1 -1
- package/tabmenu/tabmenu.cjs.js +2 -5
- package/tabmenu/tabmenu.cjs.min.js +1 -1
- package/tabmenu/tabmenu.esm.js +2 -5
- package/tabmenu/tabmenu.esm.min.js +1 -1
- package/tabmenu/tabmenu.js +2 -5
- package/tabmenu/tabmenu.min.js +1 -1
- package/tabview/tabview.cjs.js +2 -2
- package/tabview/tabview.cjs.min.js +1 -1
- package/tabview/tabview.esm.js +2 -2
- package/tabview/tabview.esm.min.js +1 -1
- package/tabview/tabview.js +2 -2
- package/tabview/tabview.min.js +1 -1
- package/tieredmenu/tieredmenu.cjs.js +2 -2
- package/tieredmenu/tieredmenu.cjs.min.js +1 -1
- package/tieredmenu/tieredmenu.esm.js +2 -2
- package/tieredmenu/tieredmenu.esm.min.js +1 -1
- package/tieredmenu/tieredmenu.js +2 -2
- package/tieredmenu/tieredmenu.min.js +1 -1
- package/togglebutton/togglebutton.cjs.js +3 -3
- package/togglebutton/togglebutton.cjs.min.js +1 -1
- package/togglebutton/togglebutton.esm.js +3 -3
- package/togglebutton/togglebutton.esm.min.js +1 -1
- package/togglebutton/togglebutton.js +3 -3
- package/togglebutton/togglebutton.min.js +1 -1
- package/toolbar/toolbar.cjs.js +2 -5
- package/toolbar/toolbar.cjs.min.js +1 -1
- package/toolbar/toolbar.esm.js +3 -6
- package/toolbar/toolbar.esm.min.js +1 -1
- package/toolbar/toolbar.js +2 -5
- package/toolbar/toolbar.min.js +1 -1
- package/tree/tree.cjs.js +12 -5
- package/tree/tree.cjs.min.js +1 -1
- package/tree/tree.esm.js +12 -5
- package/tree/tree.esm.min.js +1 -1
- package/tree/tree.js +12 -5
- package/tree/tree.min.js +1 -1
- package/treeselect/treeselect.cjs.js +7 -3
- package/treeselect/treeselect.cjs.min.js +1 -1
- package/treeselect/treeselect.d.ts +5 -0
- package/treeselect/treeselect.esm.js +7 -3
- package/treeselect/treeselect.esm.min.js +1 -1
- package/treeselect/treeselect.js +7 -3
- package/treeselect/treeselect.min.js +1 -1
- package/treetable/treetable.cjs.js +6 -3
- package/treetable/treetable.cjs.min.js +1 -1
- package/treetable/treetable.esm.js +6 -3
- package/treetable/treetable.esm.min.js +1 -1
- package/treetable/treetable.js +6 -3
- package/treetable/treetable.min.js +1 -1
- package/tristatecheckbox/tristatecheckbox.cjs.js +7 -3
- package/tristatecheckbox/tristatecheckbox.cjs.min.js +1 -1
- package/tristatecheckbox/tristatecheckbox.d.ts +5 -0
- package/tristatecheckbox/tristatecheckbox.esm.js +7 -3
- package/tristatecheckbox/tristatecheckbox.esm.min.js +1 -1
- package/tristatecheckbox/tristatecheckbox.js +7 -3
- package/tristatecheckbox/tristatecheckbox.min.js +1 -1
- package/web-types.json +302 -11
|
@@ -387,7 +387,7 @@ var Tailwind = {
|
|
|
387
387
|
})
|
|
388
388
|
};
|
|
389
389
|
},
|
|
390
|
-
|
|
390
|
+
gutterHandler: function gutterHandler(_ref12) {
|
|
391
391
|
var props = _ref12.props;
|
|
392
392
|
return {
|
|
393
393
|
className: classNames('bg-gray-300 dark:bg-gray-600 transition-all duration-200', {
|
|
@@ -692,7 +692,7 @@ var Tailwind = {
|
|
|
692
692
|
text: 'text-base font-normal flex flex-col flex-1 grow shrink ml-4',
|
|
693
693
|
summary: 'font-bold block',
|
|
694
694
|
detail: 'mt-1 block',
|
|
695
|
-
|
|
695
|
+
closeButton: {
|
|
696
696
|
className: classNames('w-8 h-8 rounded-full bg-transparent transition duration-200 ease-in-out', 'ml-auto overflow-hidden relative', 'flex items-center justify-center', 'hover:bg-white/30')
|
|
697
697
|
},
|
|
698
698
|
transition: {
|
|
@@ -1343,7 +1343,7 @@ var Tailwind = {
|
|
|
1343
1343
|
className: classNames('border-collapse w-full', 'my-2')
|
|
1344
1344
|
},
|
|
1345
1345
|
tableHeaderCell: 'p-2',
|
|
1346
|
-
|
|
1346
|
+
weekDay: 'text-gray-600 dark:text-white/70',
|
|
1347
1347
|
day: 'p-2',
|
|
1348
1348
|
dayLabel: function dayLabel(_ref68) {
|
|
1349
1349
|
var context = _ref68.context;
|
|
@@ -1702,7 +1702,7 @@ var Tailwind = {
|
|
|
1702
1702
|
background: 'linear-gradient(to top, #000 0%, rgb(0 0 0 / 0) 100%), linear-gradient(to right, #fff 0%, rgb(255 255 255 / 0) 100%)'
|
|
1703
1703
|
}
|
|
1704
1704
|
},
|
|
1705
|
-
|
|
1705
|
+
colorHandle: {
|
|
1706
1706
|
className: classNames('rounded-full border border-solid cursor-pointer h-3 w-3 absolute opacity-85', 'border-white')
|
|
1707
1707
|
},
|
|
1708
1708
|
hue: {
|
|
@@ -1711,7 +1711,7 @@ var Tailwind = {
|
|
|
1711
1711
|
background: 'linear-gradient(0deg, red 0, #ff0 17%, #0f0 33%, #0ff 50%, #00f 67%, #f0f 83%, red)'
|
|
1712
1712
|
}
|
|
1713
1713
|
},
|
|
1714
|
-
|
|
1714
|
+
hueHandle: 'border-solid border-2 cursor-pointer h-2 w-8 left-0 -ml-1 -mt-1 opacity-85 absolute',
|
|
1715
1715
|
transition: TRANSITIONS.overlay
|
|
1716
1716
|
},
|
|
1717
1717
|
editor: {
|
|
@@ -1866,7 +1866,7 @@ var Tailwind = {
|
|
|
1866
1866
|
},
|
|
1867
1867
|
container: 'flex items-center',
|
|
1868
1868
|
prompt: 'text-yellow-400',
|
|
1869
|
-
|
|
1869
|
+
commandText: 'flex-1 shrink grow-0 border-0 bg-transparent text-inherit p-0 outline-none'
|
|
1870
1870
|
},
|
|
1871
1871
|
blockui: {
|
|
1872
1872
|
root: 'relative',
|
|
@@ -1994,7 +1994,7 @@ var Tailwind = {
|
|
|
1994
1994
|
className: classNames('hover:bg-gray-200')
|
|
1995
1995
|
},
|
|
1996
1996
|
icon: 'text-gray-600 dark:text-white/70 mr-2',
|
|
1997
|
-
|
|
1997
|
+
submenuHeader: {
|
|
1998
1998
|
className: classNames('m-0 p-3 text-gray-700 dark:text-white/80 bg-white dark:bg-gray-900 font-bold rounded-tl-none rounded-tr-none')
|
|
1999
1999
|
},
|
|
2000
2000
|
separator: 'border-t border-gray-300 dark:border-blue-900/40 my-1',
|
|
@@ -2038,7 +2038,7 @@ var Tailwind = {
|
|
|
2038
2038
|
};
|
|
2039
2039
|
},
|
|
2040
2040
|
icon: 'mr-2',
|
|
2041
|
-
|
|
2041
|
+
submenuIcon: function submenuIcon(_ref101) {
|
|
2042
2042
|
var props = _ref101.props;
|
|
2043
2043
|
return {
|
|
2044
2044
|
className: classNames({
|
|
@@ -2112,7 +2112,7 @@ var Tailwind = {
|
|
|
2112
2112
|
}, 'no-underline w-8 h-8 items-center justify-center rounded-full transition hover:bg-gray-200 focus:shadow-[0_0_0_0.2rem_rgba(191,219,254,1)]')
|
|
2113
2113
|
};
|
|
2114
2114
|
},
|
|
2115
|
-
|
|
2115
|
+
headerAction: {
|
|
2116
2116
|
className: classNames('select-none', 'cursor-pointer flex items-center no-underline overflow-hidden relative', 'py-3 px-5 select-none')
|
|
2117
2117
|
},
|
|
2118
2118
|
action: {
|
|
@@ -2124,7 +2124,7 @@ var Tailwind = {
|
|
|
2124
2124
|
submenuItem: {
|
|
2125
2125
|
className: classNames('text-gray-700 hover:bg-gray-200')
|
|
2126
2126
|
},
|
|
2127
|
-
|
|
2127
|
+
submenuIcon: function submenuIcon(_ref107) {
|
|
2128
2128
|
var props = _ref107.props;
|
|
2129
2129
|
return {
|
|
2130
2130
|
className: classNames({
|
|
@@ -2146,7 +2146,7 @@ var Tailwind = {
|
|
|
2146
2146
|
submenu: {
|
|
2147
2147
|
className: classNames('m-0 list-none', 'py-1 w-48')
|
|
2148
2148
|
},
|
|
2149
|
-
|
|
2149
|
+
submenuHeader: {
|
|
2150
2150
|
className: classNames('m-0 py-3 px-5 text-gray-700 dark:text-white/80 bg-white dark:bg-gray-900 font-semibold rounded-tr-md rounded-tl-md')
|
|
2151
2151
|
}
|
|
2152
2152
|
},
|
|
@@ -2160,16 +2160,16 @@ var Tailwind = {
|
|
|
2160
2160
|
)
|
|
2161
2161
|
},
|
|
2162
2162
|
|
|
2163
|
-
|
|
2163
|
+
headerAction: {
|
|
2164
2164
|
className: classNames('flex items-center select-none cursor-pointer relative no-underline', 'text-gray-700 dark:text-white/80 p-5 font-bold')
|
|
2165
2165
|
},
|
|
2166
|
-
|
|
2166
|
+
headerSubmenuIcon: {
|
|
2167
2167
|
className: classNames('mr-2')
|
|
2168
2168
|
},
|
|
2169
|
-
|
|
2169
|
+
headerIcon: {
|
|
2170
2170
|
className: classNames('mr-2')
|
|
2171
2171
|
},
|
|
2172
|
-
|
|
2172
|
+
menuContent: {
|
|
2173
2173
|
className: classNames('py-1 border border-t-0 border-gray-300 dark:border-blue-900/40 bg-white dark:bg-gray-900 text-gray-700 dark:text-white/80 rounded-t-none rounded-br-md rounded-bl-md')
|
|
2174
2174
|
},
|
|
2175
2175
|
menu: {
|
|
@@ -2194,7 +2194,7 @@ var Tailwind = {
|
|
|
2194
2194
|
submenu: {
|
|
2195
2195
|
className: classNames('p-0 pl-4 m-0 list-none')
|
|
2196
2196
|
},
|
|
2197
|
-
|
|
2197
|
+
submenuIcon: {
|
|
2198
2198
|
className: classNames('mr-2')
|
|
2199
2199
|
},
|
|
2200
2200
|
transition: TRANSITIONS.toggleable
|
|
@@ -2271,7 +2271,7 @@ var Tailwind = {
|
|
|
2271
2271
|
};
|
|
2272
2272
|
},
|
|
2273
2273
|
icon: 'mr-2',
|
|
2274
|
-
|
|
2274
|
+
submenuIcon: 'ml-auto',
|
|
2275
2275
|
separator: 'border-t border-gray-300 my-1 dark:border-blue-900/40',
|
|
2276
2276
|
submenu: {
|
|
2277
2277
|
className: classNames('py-1 bg-white dark:bg-gray-900 border-0 shadow-md min-w-full', 'absolute z-10', 'left-full top-0')
|
|
@@ -2309,7 +2309,7 @@ var Tailwind = {
|
|
|
2309
2309
|
};
|
|
2310
2310
|
},
|
|
2311
2311
|
icon: 'mr-2',
|
|
2312
|
-
|
|
2312
|
+
submenuIcon: 'ml-auto',
|
|
2313
2313
|
separator: 'border-t border-gray-300 my-1 dark:border-blue-900/40',
|
|
2314
2314
|
submenu: {
|
|
2315
2315
|
className: classNames('py-1 bg-white dark:bg-gray-900 border-0 shadow-md min-w-full', 'absolute z-10', 'left-full top-0')
|
|
@@ -2320,93 +2320,57 @@ var Tailwind = {
|
|
|
2320
2320
|
root: function root(_ref116) {
|
|
2321
2321
|
var props = _ref116.props;
|
|
2322
2322
|
return {
|
|
2323
|
-
|
|
2324
|
-
// Flexbox
|
|
2325
|
-
'flex gap-4', {
|
|
2323
|
+
className: classNames('flex gap-4', {
|
|
2326
2324
|
'flex-col': props.orientation == 'horizontal',
|
|
2327
2325
|
'flex-row': props.orientation == 'vertical'
|
|
2328
|
-
}
|
|
2326
|
+
})
|
|
2329
2327
|
};
|
|
2330
2328
|
},
|
|
2331
2329
|
metercontainer: function metercontainer(_ref117) {
|
|
2332
2330
|
var props = _ref117.props;
|
|
2333
2331
|
return {
|
|
2334
|
-
|
|
2335
|
-
// Flexbox
|
|
2336
|
-
'flex', {
|
|
2332
|
+
className: classNames('flex', {
|
|
2337
2333
|
'flex-col': props.orientation === 'vertical'
|
|
2338
|
-
},
|
|
2339
|
-
// Sizing
|
|
2340
|
-
{
|
|
2334
|
+
}, {
|
|
2341
2335
|
'w-2 h-full': props.orientation === 'vertical'
|
|
2342
2336
|
}, {
|
|
2343
2337
|
'h-2': props.orientation === 'horizontal'
|
|
2344
|
-
},
|
|
2345
|
-
// Colors
|
|
2346
|
-
'bg-gray-200 dark:bg-gray-700',
|
|
2347
|
-
// Border Radius
|
|
2348
|
-
'rounded-lg']
|
|
2338
|
+
}, 'bg-gray-200 dark:bg-gray-700', 'rounded-lg')
|
|
2349
2339
|
};
|
|
2350
2340
|
},
|
|
2351
2341
|
meter: function meter(_ref118) {
|
|
2352
2342
|
var props = _ref118.props;
|
|
2353
2343
|
return {
|
|
2354
|
-
|
|
2355
|
-
// Shape
|
|
2356
|
-
'border-0',
|
|
2357
|
-
// Rounded Corners - Horizontal
|
|
2358
|
-
{
|
|
2344
|
+
className: classNames('border-0', {
|
|
2359
2345
|
'first:rounded-l-lg last:rounded-r-lg': props.orientation === 'horizontal'
|
|
2360
|
-
},
|
|
2361
|
-
// Rounded Corners - Vertical
|
|
2362
|
-
{
|
|
2346
|
+
}, {
|
|
2363
2347
|
'first:rounded-t-lg last:rounded-b-lg': props.orientation === 'vertical'
|
|
2364
|
-
},
|
|
2365
|
-
// Colors
|
|
2366
|
-
'bg-primary-500 dark:bg-primary-400']
|
|
2348
|
+
}, 'bg-primary-500 dark:bg-primary-400')
|
|
2367
2349
|
};
|
|
2368
2350
|
},
|
|
2369
2351
|
labellist: function labellist(_ref119) {
|
|
2370
2352
|
var props = _ref119.props;
|
|
2371
2353
|
return {
|
|
2372
|
-
|
|
2373
|
-
// Display & Flexbox
|
|
2374
|
-
'flex flex-wrap', {
|
|
2354
|
+
className: classNames('flex flex-wrap', {
|
|
2375
2355
|
'gap-4': props.labelOrientation === 'horizontal'
|
|
2376
2356
|
}, {
|
|
2377
2357
|
'gap-2': props.labelOrientation === 'vertical'
|
|
2378
2358
|
}, {
|
|
2379
2359
|
'flex-col': props.labelOrientation === 'vertical'
|
|
2380
|
-
},
|
|
2381
|
-
// Conditional Alignment - Horizontal
|
|
2382
|
-
{
|
|
2360
|
+
}, {
|
|
2383
2361
|
'align-end': props.labelOrientation === 'horizontal' && props.labelPosition === 'end',
|
|
2384
2362
|
'align-start': props.labelOrientation === 'horizontal' && props.labelPosition === 'start'
|
|
2385
|
-
},
|
|
2386
|
-
// Conditional Alignment - Vertical
|
|
2387
|
-
{
|
|
2363
|
+
}, {
|
|
2388
2364
|
'justify-end': props.labelOrientation === 'vertical' && props.labelPosition === 'end',
|
|
2389
2365
|
'justify-start': props.labelOrientation === 'vertical' && props.labelPosition === 'start'
|
|
2390
|
-
},
|
|
2391
|
-
// List Styling
|
|
2392
|
-
'm-0 p-0 list-none']
|
|
2366
|
+
}, 'm-0 p-0 list-none')
|
|
2393
2367
|
};
|
|
2394
2368
|
},
|
|
2395
2369
|
labellistitem: {
|
|
2396
|
-
|
|
2397
|
-
// Flexbox
|
|
2398
|
-
'inline-flex', 'items-center', 'gap-2']
|
|
2370
|
+
className: 'inline-flex items-center gap-2'
|
|
2399
2371
|
},
|
|
2400
2372
|
labellisttype: {
|
|
2401
|
-
|
|
2402
|
-
// Display
|
|
2403
|
-
'inline-flex',
|
|
2404
|
-
// Background Color
|
|
2405
|
-
'bg-primary-500 dark:bg-primary-400',
|
|
2406
|
-
// Size
|
|
2407
|
-
'w-2 h-2',
|
|
2408
|
-
// Rounded Shape
|
|
2409
|
-
'rounded-full']
|
|
2373
|
+
className: 'inline-flex bg-primary-500 dark:bg-primary-400 w-2 h-2 rounded-full'
|
|
2410
2374
|
}
|
|
2411
2375
|
},
|
|
2412
2376
|
//MEDIA
|
|
@@ -2423,26 +2387,26 @@ var Tailwind = {
|
|
|
2423
2387
|
toolbar: {
|
|
2424
2388
|
className: classNames('absolute top-0 right-0 z-10 flex', 'p-4')
|
|
2425
2389
|
},
|
|
2426
|
-
|
|
2390
|
+
rotateRightButton: {
|
|
2427
2391
|
className: classNames('flex justify-center items-center', 'text-white bg-transparent w-12 h-12 rounded-full transition duration-200 ease-in-out mr-2', 'hover:text-white hover:bg-white/10', 'focus:outline-none focus:outline-offset-0 focus:shadow-[0_0_0_0.2rem_rgba(191,219,254,1)]')
|
|
2428
2392
|
},
|
|
2429
|
-
|
|
2430
|
-
|
|
2393
|
+
rotateRightIcon: 'w-6 h-6',
|
|
2394
|
+
rotateLeftButton: {
|
|
2431
2395
|
className: classNames('flex justify-center items-center', 'text-white bg-transparent w-12 h-12 rounded-full transition duration-200 ease-in-out mr-2', 'hover:text-white hover:bg-white/10', 'focus:outline-none focus:outline-offset-0 focus:shadow-[0_0_0_0.2rem_rgba(191,219,254,1)]')
|
|
2432
2396
|
},
|
|
2433
|
-
|
|
2434
|
-
|
|
2397
|
+
rotateLeftIcon: 'w-6 h-6',
|
|
2398
|
+
zoomOutButton: {
|
|
2435
2399
|
className: classNames('flex justify-center items-center', 'text-white bg-transparent w-12 h-12 rounded-full transition duration-200 ease-in-out mr-2', 'hover:text-white hover:bg-white/10', 'focus:outline-none focus:outline-offset-0 focus:shadow-[0_0_0_0.2rem_rgba(191,219,254,1)]')
|
|
2436
2400
|
},
|
|
2437
|
-
|
|
2438
|
-
|
|
2401
|
+
zoomOutIcon: 'w-6 h-6',
|
|
2402
|
+
zoomInButton: {
|
|
2439
2403
|
className: classNames('flex justify-center items-center', 'text-white bg-transparent w-12 h-12 rounded-full transition duration-200 ease-in-out mr-2', 'hover:text-white hover:bg-white/10', 'focus:outline-none focus:outline-offset-0 focus:shadow-[0_0_0_0.2rem_rgba(191,219,254,1)]')
|
|
2440
2404
|
},
|
|
2441
|
-
|
|
2442
|
-
|
|
2405
|
+
zoomInIcon: 'w-6 h-6',
|
|
2406
|
+
closeButton: {
|
|
2443
2407
|
className: classNames('flex justify-center items-center', 'text-white bg-transparent w-12 h-12 rounded-full transition duration-200 ease-in-out mr-2', 'hover:text-white hover:bg-white/10', 'focus:outline-none focus:outline-offset-0 focus:shadow-[0_0_0_0.2rem_rgba(191,219,254,1)]')
|
|
2444
2408
|
},
|
|
2445
|
-
|
|
2409
|
+
closeIcon: 'w-6 h-6',
|
|
2446
2410
|
transition: {
|
|
2447
2411
|
timeout: 150,
|
|
2448
2412
|
classNames: {
|
|
@@ -2456,22 +2420,22 @@ var Tailwind = {
|
|
|
2456
2420
|
galleria: {
|
|
2457
2421
|
root: 'flex flex-col',
|
|
2458
2422
|
content: 'flex flex-col',
|
|
2459
|
-
|
|
2460
|
-
|
|
2423
|
+
itemWrapper: 'flex flex-col relative',
|
|
2424
|
+
itemContainer: 'relative flex h-full',
|
|
2461
2425
|
item: 'flex justify-center items-center h-full w-full',
|
|
2462
|
-
|
|
2463
|
-
|
|
2426
|
+
thumbnailWrapper: 'flex flex-col overflow-auto shrink-0',
|
|
2427
|
+
thumbnailContainer: {
|
|
2464
2428
|
className: classNames('flex flex-row', 'bg-black/90 p-4')
|
|
2465
2429
|
},
|
|
2466
|
-
|
|
2430
|
+
previousThumbnailButton: {
|
|
2467
2431
|
className: classNames('self-center flex shrink-0 justify-center items-center overflow-hidden relative', 'm-2 bg-transparent text-white w-8 h-8 transition duration-200 ease-in-out rounded-full', 'hover:bg-white/10 hover:text-white', 'focus:outline-none focus:outline-offset-0 focus:shadow-[0_0_0_0.2rem_rgba(191,219,254,1)]')
|
|
2468
2432
|
},
|
|
2469
|
-
|
|
2470
|
-
|
|
2471
|
-
|
|
2433
|
+
thumbnailItemsContainer: 'overflow-hidden w-full',
|
|
2434
|
+
thumbnailItems: 'flex',
|
|
2435
|
+
thumbnailItem: {
|
|
2472
2436
|
className: classNames('overflow-auto flex items-center justify-center cursor-pointer opacity-50', 'flex-1 grow-0 shrink-0 w-20', 'hover:opacity-100 hover:transition-opacity hover:duration-300')
|
|
2473
2437
|
},
|
|
2474
|
-
|
|
2438
|
+
nextThumbnailButton: {
|
|
2475
2439
|
className: classNames('self-center flex shrink-0 justify-center items-center overflow-hidden relative', 'm-2 bg-transparent text-white w-8 h-8 transition duration-200 ease-in-out rounded-full', 'hover:bg-white/10 hover:text-white', 'focus:outline-none focus:outline-offset-0 focus:shadow-[0_0_0_0.2rem_rgba(191,219,254,1)]')
|
|
2476
2440
|
},
|
|
2477
2441
|
indicators: {
|
|
@@ -2495,14 +2459,14 @@ var Tailwind = {
|
|
|
2495
2459
|
})
|
|
2496
2460
|
};
|
|
2497
2461
|
},
|
|
2498
|
-
|
|
2462
|
+
closeButton: {
|
|
2499
2463
|
className: classNames('absolute top-0 right-0 flex justify-center items-center overflow-hidden m-2', 'text-white bg-transparent w-12 h-12 rounded-full transition duration-200 ease-in-out', 'hover:text-white hover:bg-white/10', 'focus:outline-none focus:outline-offset-0 focus:shadow-[0_0_0_0.2rem_rgba(191,219,254,1)]')
|
|
2500
2464
|
},
|
|
2501
|
-
|
|
2502
|
-
|
|
2465
|
+
closeIcon: 'w-6 h-6',
|
|
2466
|
+
previousItemButton: {
|
|
2503
2467
|
className: classNames('inline-flex justify-center items-center overflow-hidden', 'bg-transparent text-white w-16 h-16 transition duration-200 ease-in-out rounded-md mx-2', 'fixed top-1/2 mt-[-0.5rem]', 'left-0', 'hover:bg-white/10 hover:text-white', 'focus:outline-none focus:outline-offset-0 focus:shadow-[0_0_0_0.2rem_rgba(191,219,254,1)]')
|
|
2504
2468
|
},
|
|
2505
|
-
|
|
2469
|
+
nextItemButton: {
|
|
2506
2470
|
className: classNames('inline-flex justify-center items-center overflow-hidden', 'bg-transparent text-white w-16 h-16 transition duration-200 ease-in-out rounded-md mx-2', 'fixed top-1/2 mt-[-0.5rem]', 'right-0', 'hover:bg-white/10 hover:text-white', 'focus:outline-none focus:outline-offset-0 focus:shadow-[0_0_0_0.2rem_rgba(191,219,254,1)]')
|
|
2507
2471
|
},
|
|
2508
2472
|
caption: {
|
|
@@ -2530,11 +2494,11 @@ var Tailwind = {
|
|
|
2530
2494
|
})
|
|
2531
2495
|
};
|
|
2532
2496
|
},
|
|
2533
|
-
|
|
2497
|
+
previousButton: {
|
|
2534
2498
|
className: classNames('flex justify-center items-center self-center overflow-hidden relative shrink-0 grow-0', 'w-8 h-8 text-gray-600 border-0 bg-transparent rounded-full transition duration-200 ease-in-out mx-2')
|
|
2535
2499
|
},
|
|
2536
|
-
|
|
2537
|
-
|
|
2500
|
+
itemsContent: 'overflow-hidden w-full',
|
|
2501
|
+
itemsContainer: function itemsContainer(_ref123) {
|
|
2538
2502
|
var props = _ref123.props;
|
|
2539
2503
|
return {
|
|
2540
2504
|
className: classNames('flex ', {
|
|
@@ -2556,7 +2520,7 @@ var Tailwind = {
|
|
|
2556
2520
|
className: classNames('flex flex-row justify-center flex-wrap')
|
|
2557
2521
|
},
|
|
2558
2522
|
indicator: 'mr-2 mb-2',
|
|
2559
|
-
|
|
2523
|
+
indicatorButton: function indicatorButton(_ref125) {
|
|
2560
2524
|
var context = _ref125.context;
|
|
2561
2525
|
return {
|
|
2562
2526
|
className: classNames('w-8 h-2 transition duration-200 rounded-0', 'focus:outline-none focus:outline-offset-0 focus:shadow-[0_0_0_0.2rem_rgba(191,219,254,1)] dark:focus:shadow-[0_0_0_0.2rem_rgba(147,197,253,0.5)]', {
|
|
@@ -2601,7 +2565,7 @@ var Tailwind = {
|
|
|
2601
2565
|
})
|
|
2602
2566
|
};
|
|
2603
2567
|
},
|
|
2604
|
-
|
|
2568
|
+
checkboxContainer: 'mr-2',
|
|
2605
2569
|
checkbox: function checkbox(_ref129) {
|
|
2606
2570
|
var context = _ref129.context,
|
|
2607
2571
|
props = _ref129.props;
|
|
@@ -2615,17 +2579,17 @@ var Tailwind = {
|
|
|
2615
2579
|
})
|
|
2616
2580
|
};
|
|
2617
2581
|
},
|
|
2618
|
-
|
|
2582
|
+
nodeIcon: 'mr-2 text-gray-600 dark:text-white/70',
|
|
2619
2583
|
subgroup: {
|
|
2620
2584
|
className: classNames('m-0 list-none', 'p-0 pl-4')
|
|
2621
2585
|
},
|
|
2622
|
-
|
|
2586
|
+
filterContainer: {
|
|
2623
2587
|
className: classNames('mb-2', 'relative block w-full')
|
|
2624
2588
|
},
|
|
2625
2589
|
input: {
|
|
2626
2590
|
className: classNames('m-0 p-3 text-base w-full pr-7', 'font-sans text-gray-600 dark:text-white/70 bg-white dark:bg-gray-900 border border-gray-300 dark:border-blue-900/40 transition-colors duration-200 appearance-none rounded-lg', 'hover:border-blue-500 focus:outline-none focus:outline-offset-0 focus:shadow-[0_0_0_0.2rem_rgba(191,219,254,1)] dark:focus:shadow-[0_0_0_0.2rem_rgba(147,197,253,0.5)]')
|
|
2627
2591
|
},
|
|
2628
|
-
|
|
2592
|
+
searchIcon: 'absolute top-1/2 -mt-2 right-3 text-gray-600 dark:hover:text-white/70'
|
|
2629
2593
|
},
|
|
2630
2594
|
// DATA
|
|
2631
2595
|
timeline: {
|
|
@@ -2708,7 +2672,7 @@ var Tailwind = {
|
|
|
2708
2672
|
header: 'bg-gray-100 dark:bg-gray-800 text-gray-800 dark:text-white/80 border-gray-200 dark:border-blue-900/40 border-t border-b p-4 font-bold'
|
|
2709
2673
|
},
|
|
2710
2674
|
dataviewlayoutoptions: {
|
|
2711
|
-
|
|
2675
|
+
listButton: function listButton(_ref136) {
|
|
2712
2676
|
var props = _ref136.props;
|
|
2713
2677
|
return {
|
|
2714
2678
|
className: classNames('items-center cursor-pointer inline-flex overflow-hidden relative select-none text-center align-bottom justify-center border', 'transition duration-200', 'w-12 pt-3 pb-3 rounded-lg rounded-r-none', props.layout === 'list' ? 'bg-blue-500 border-blue-500 text-white dark:bg-sky-300 dark:border-sky-300 dark:text-gray-900' : 'bg-white border-gray-300 text-blue-gray-700 dark:bg-gray-900 dark:border-blue-900/40 dark:text-white/80' // highlighted state
|
|
@@ -2716,7 +2680,7 @@ var Tailwind = {
|
|
|
2716
2680
|
};
|
|
2717
2681
|
},
|
|
2718
2682
|
|
|
2719
|
-
|
|
2683
|
+
gridButton: function gridButton(_ref137) {
|
|
2720
2684
|
var props = _ref137.props;
|
|
2721
2685
|
return {
|
|
2722
2686
|
className: classNames('items-center cursor-pointer inline-flex overflow-hidden relative select-none text-center align-bottom justify-center border', 'transition duration-200', 'w-12 pt-3 pb-3 rounded-lg rounded-l-none', props.layout === 'grid' ? 'bg-blue-500 border-blue-500 text-white dark:bg-sky-300 dark:border-sky-300 dark:text-gray-900' : 'bg-white border-gray-300 text-blue-gray-700 dark:bg-gray-900 dark:border-blue-900/40 dark:text-white/80' // highlighted state
|
|
@@ -2742,13 +2706,13 @@ var Tailwind = {
|
|
|
2742
2706
|
)
|
|
2743
2707
|
},
|
|
2744
2708
|
|
|
2745
|
-
|
|
2746
|
-
|
|
2709
|
+
lineCell: 'text-center align-top py-0 px-3',
|
|
2710
|
+
lineDown: {
|
|
2747
2711
|
className: classNames('mx-auto my-0 w-px h-[20px] bg-gray-300', 'dark:bg-blue-900/40' //Dark Mode
|
|
2748
2712
|
)
|
|
2749
2713
|
},
|
|
2750
2714
|
|
|
2751
|
-
|
|
2715
|
+
lineLeft: function lineLeft(_ref138) {
|
|
2752
2716
|
var context = _ref138.context;
|
|
2753
2717
|
return {
|
|
2754
2718
|
className: classNames('text-center align-top py-0 px-3 rounded-none border-r border-gray-300', 'dark:border-blue-900/40',
|
|
@@ -2758,7 +2722,7 @@ var Tailwind = {
|
|
|
2758
2722
|
})
|
|
2759
2723
|
};
|
|
2760
2724
|
},
|
|
2761
|
-
|
|
2725
|
+
lineRight: function lineRight(_ref139) {
|
|
2762
2726
|
var context = _ref139.context;
|
|
2763
2727
|
return {
|
|
2764
2728
|
className: classNames('text-center align-top py-0 px-3 rounded-none', 'dark:border-blue-900/40',
|
|
@@ -2768,18 +2732,18 @@ var Tailwind = {
|
|
|
2768
2732
|
})
|
|
2769
2733
|
};
|
|
2770
2734
|
},
|
|
2771
|
-
|
|
2772
|
-
|
|
2735
|
+
nodeCell: 'text-center align-top py-0 px-3',
|
|
2736
|
+
nodeToggler: {
|
|
2773
2737
|
className: classNames('absolute bottom-[-0.75rem] left-2/4 -ml-3 w-6 h-6 bg-inherit text-inherit rounded-full z-2 cursor-pointer no-underline select-none', 'focus:outline-none focus:outline-offset-0 focus:shadow-[0_0_0_0.2rem_rgba(191,219,254,1)] dark:focus:shadow-[0_0_0_0.2rem_rgba(147,197,253,0.5)]' // Focus styles
|
|
2774
2738
|
)
|
|
2775
2739
|
},
|
|
2776
2740
|
|
|
2777
|
-
|
|
2741
|
+
nodeTogglerIcon: 'relative inline-block w-4 h-4'
|
|
2778
2742
|
},
|
|
2779
2743
|
orderlist: {
|
|
2780
2744
|
root: 'flex',
|
|
2781
2745
|
controls: 'flex flex-col justify-center p-5',
|
|
2782
|
-
|
|
2746
|
+
moveUpButton: {
|
|
2783
2747
|
root: function root(_ref140) {
|
|
2784
2748
|
var context = _ref140.context;
|
|
2785
2749
|
return {
|
|
@@ -2802,7 +2766,7 @@ var Tailwind = {
|
|
|
2802
2766
|
};
|
|
2803
2767
|
}
|
|
2804
2768
|
},
|
|
2805
|
-
|
|
2769
|
+
moveTopButton: {
|
|
2806
2770
|
root: function root(_ref141) {
|
|
2807
2771
|
var context = _ref141.context;
|
|
2808
2772
|
return {
|
|
@@ -2825,7 +2789,7 @@ var Tailwind = {
|
|
|
2825
2789
|
};
|
|
2826
2790
|
}
|
|
2827
2791
|
},
|
|
2828
|
-
|
|
2792
|
+
moveDownButton: {
|
|
2829
2793
|
root: function root(_ref142) {
|
|
2830
2794
|
var context = _ref142.context;
|
|
2831
2795
|
return {
|
|
@@ -2848,7 +2812,7 @@ var Tailwind = {
|
|
|
2848
2812
|
};
|
|
2849
2813
|
}
|
|
2850
2814
|
},
|
|
2851
|
-
|
|
2815
|
+
moveBottomButton: {
|
|
2852
2816
|
root: function root(_ref143) {
|
|
2853
2817
|
var context = _ref143.context;
|
|
2854
2818
|
return {
|
|
@@ -2971,7 +2935,7 @@ var Tailwind = {
|
|
|
2971
2935
|
};
|
|
2972
2936
|
},
|
|
2973
2937
|
buttons: 'flex flex-row xl:flex-col justify-center p-5',
|
|
2974
|
-
|
|
2938
|
+
moveToTargetButton: {
|
|
2975
2939
|
root: {
|
|
2976
2940
|
className: classNames('relative inline-flex cursor-pointer user-select-none items-center align-bottom text-center overflow-hidden m-0',
|
|
2977
2941
|
// button component
|
|
@@ -2985,7 +2949,7 @@ var Tailwind = {
|
|
|
2985
2949
|
|
|
2986
2950
|
label: 'flex-initial w-0'
|
|
2987
2951
|
},
|
|
2988
|
-
|
|
2952
|
+
moveAllToTargetButton: {
|
|
2989
2953
|
root: {
|
|
2990
2954
|
className: classNames('relative inline-flex cursor-pointer user-select-none items-center align-bottom text-center overflow-hidden m-0',
|
|
2991
2955
|
// button component
|
|
@@ -2999,7 +2963,7 @@ var Tailwind = {
|
|
|
2999
2963
|
|
|
3000
2964
|
label: 'flex-initial w-0'
|
|
3001
2965
|
},
|
|
3002
|
-
|
|
2966
|
+
moveToSourceButton: {
|
|
3003
2967
|
root: {
|
|
3004
2968
|
className: classNames('relative inline-flex cursor-pointer user-select-none items-center align-bottom text-center overflow-hidden m-0',
|
|
3005
2969
|
// button component
|
|
@@ -3013,7 +2977,7 @@ var Tailwind = {
|
|
|
3013
2977
|
|
|
3014
2978
|
label: 'flex-initial w-0'
|
|
3015
2979
|
},
|
|
3016
|
-
|
|
2980
|
+
moveAllToSourceButton: {
|
|
3017
2981
|
root: {
|
|
3018
2982
|
className: classNames('relative inline-flex cursor-pointer user-select-none items-center align-bottom text-center overflow-hidden m-0',
|
|
3019
2983
|
// button component
|
|
@@ -3055,7 +3019,7 @@ var Tailwind = {
|
|
|
3055
3019
|
)
|
|
3056
3020
|
},
|
|
3057
3021
|
|
|
3058
|
-
|
|
3022
|
+
firstPageButton: function firstPageButton(_ref146) {
|
|
3059
3023
|
var context = _ref146.context;
|
|
3060
3024
|
return {
|
|
3061
3025
|
className: classNames('relative inline-flex items-center justify-center user-none overflow-hidden leading-none', 'border-0 text-gray-500 min-w-[3rem] h-12 m-[0.143rem] rounded-md', 'transition duration-200', 'dark:text-white',
|
|
@@ -3067,7 +3031,7 @@ var Tailwind = {
|
|
|
3067
3031
|
};
|
|
3068
3032
|
},
|
|
3069
3033
|
|
|
3070
|
-
|
|
3034
|
+
prevPageButton: function prevPageButton(_ref147) {
|
|
3071
3035
|
var context = _ref147.context;
|
|
3072
3036
|
return {
|
|
3073
3037
|
className: classNames('relative inline-flex items-center justify-center user-none overflow-hidden leading-none', 'border-0 text-gray-500 min-w-[3rem] h-12 m-[0.143rem] rounded-md', 'transition duration-200', 'dark:text-white',
|
|
@@ -3079,7 +3043,7 @@ var Tailwind = {
|
|
|
3079
3043
|
};
|
|
3080
3044
|
},
|
|
3081
3045
|
|
|
3082
|
-
|
|
3046
|
+
nextPageButton: function nextPageButton(_ref148) {
|
|
3083
3047
|
var context = _ref148.context;
|
|
3084
3048
|
return {
|
|
3085
3049
|
className: classNames('relative inline-flex items-center justify-center user-none overflow-hidden leading-none', 'border-0 text-gray-500 min-w-[3rem] h-12 m-[0.143rem] rounded-md', 'transition duration-200', 'dark:text-white',
|
|
@@ -3091,7 +3055,7 @@ var Tailwind = {
|
|
|
3091
3055
|
};
|
|
3092
3056
|
},
|
|
3093
3057
|
|
|
3094
|
-
|
|
3058
|
+
lastPageButton: function lastPageButton(_ref149) {
|
|
3095
3059
|
var context = _ref149.context;
|
|
3096
3060
|
return {
|
|
3097
3061
|
className: classNames('relative inline-flex items-center justify-center user-none overflow-hidden leading-none', 'border-0 text-gray-500 min-w-[3rem] h-12 m-[0.143rem] rounded-md', 'transition duration-200', 'dark:text-white',
|
|
@@ -3103,7 +3067,7 @@ var Tailwind = {
|
|
|
3103
3067
|
};
|
|
3104
3068
|
},
|
|
3105
3069
|
|
|
3106
|
-
|
|
3070
|
+
pageButton: function pageButton(_ref150) {
|
|
3107
3071
|
var context = _ref150.context;
|
|
3108
3072
|
return {
|
|
3109
3073
|
className: classNames('relative inline-flex items-center justify-center user-none overflow-hidden leading-none', 'border-0 text-gray-500 min-w-[3rem] h-12 m-[0.143rem] rounded-md', 'transition duration-200', 'dark:border-blue-300 dark:text-white',
|
|
@@ -3115,7 +3079,7 @@ var Tailwind = {
|
|
|
3115
3079
|
})
|
|
3116
3080
|
};
|
|
3117
3081
|
},
|
|
3118
|
-
|
|
3082
|
+
RPPDropdown: {
|
|
3119
3083
|
root: function root(_ref151) {
|
|
3120
3084
|
var props = _ref151.props,
|
|
3121
3085
|
state = _ref151.state;
|
|
@@ -3159,7 +3123,7 @@ var Tailwind = {
|
|
|
3159
3123
|
};
|
|
3160
3124
|
}
|
|
3161
3125
|
},
|
|
3162
|
-
|
|
3126
|
+
JTPInput: {
|
|
3163
3127
|
root: 'inline-flex mx-2',
|
|
3164
3128
|
input: {
|
|
3165
3129
|
className: classNames('font-sans text-base text-gray-600 p-3 m-0 rounded-md apperance-none', 'block whitespace-nowrap overflow-hidden flex-auto w-[1%] cursor-pointer text-ellipsis border border-gray-300 pr-0', 'focus:outline-none focus:outline-offset-0 focus:shadow-[0_0_0_0.2rem_rgba(191,219,254,1)] focus:border-blue-300', 'dark:text-white dark:bg-gray-950 dark:border-blue-900/40',
|
|
@@ -3221,18 +3185,18 @@ var Tailwind = {
|
|
|
3221
3185
|
})
|
|
3222
3186
|
};
|
|
3223
3187
|
},
|
|
3224
|
-
|
|
3188
|
+
loadingOverlay: {
|
|
3225
3189
|
className: classNames('fixed w-full h-full t-0 l-0 bg-gray-100/40', 'transition duration-200', 'absolute flex items-center justify-center z-2', 'dark:bg-gray-950/40' // Dark Mode
|
|
3226
3190
|
)
|
|
3227
3191
|
},
|
|
3228
3192
|
|
|
3229
|
-
|
|
3193
|
+
loadingIcon: 'w-8 h-8',
|
|
3230
3194
|
header: {
|
|
3231
3195
|
className: classNames('bg-slate-50 text-slate-700 border border-x-0 border-t-0 border-gray-300 p-4 font-bold', 'dark:bg-gray-900 dark:text-white/70 dark:border-blue-900/40' // Dark Mode
|
|
3232
3196
|
)
|
|
3233
3197
|
},
|
|
3234
3198
|
|
|
3235
|
-
|
|
3199
|
+
scrollableWrapper: function scrollableWrapper(_ref156) {
|
|
3236
3200
|
var props = _ref156.props;
|
|
3237
3201
|
return {
|
|
3238
3202
|
className: classNames({
|
|
@@ -3280,7 +3244,7 @@ var Tailwind = {
|
|
|
3280
3244
|
})
|
|
3281
3245
|
};
|
|
3282
3246
|
},
|
|
3283
|
-
|
|
3247
|
+
headerRow: function headerRow(_ref161) {
|
|
3284
3248
|
var props = _ref161.props;
|
|
3285
3249
|
return {
|
|
3286
3250
|
className: classNames({
|
|
@@ -3301,7 +3265,7 @@ var Tailwind = {
|
|
|
3301
3265
|
};
|
|
3302
3266
|
},
|
|
3303
3267
|
column: {
|
|
3304
|
-
|
|
3268
|
+
headerCell: function headerCell(_ref163) {
|
|
3305
3269
|
var context = _ref163.context;
|
|
3306
3270
|
return {
|
|
3307
3271
|
className: classNames('text-left border-gray-300 border font-bold', 'transition duration-200 p-4', 'dark:border-blue-900/40 dark:text-white/80 dark:bg-gray-900',
|
|
@@ -3317,7 +3281,7 @@ var Tailwind = {
|
|
|
3317
3281
|
})
|
|
3318
3282
|
};
|
|
3319
3283
|
},
|
|
3320
|
-
|
|
3284
|
+
bodyCell: function bodyCell(_ref164) {
|
|
3321
3285
|
var context = _ref164.context;
|
|
3322
3286
|
return {
|
|
3323
3287
|
className: classNames('text-left border-gray-300 border', 'transition duration-200 p-4', 'dark:border-blue-900/40',
|
|
@@ -3331,7 +3295,7 @@ var Tailwind = {
|
|
|
3331
3295
|
})
|
|
3332
3296
|
};
|
|
3333
3297
|
},
|
|
3334
|
-
|
|
3298
|
+
rowToggler: function rowToggler(_ref165) {
|
|
3335
3299
|
var context = _ref165.context;
|
|
3336
3300
|
return {
|
|
3337
3301
|
className: classNames('relative inline-flex items-center justify-center align-center cursor-pointer select-none overflow-hidden bg-transparent', 'w-8 h-8 border-0 rounded mr-0.5', {
|
|
@@ -3345,7 +3309,7 @@ var Tailwind = {
|
|
|
3345
3309
|
sort: {
|
|
3346
3310
|
className: 'inline-block align-middle'
|
|
3347
3311
|
},
|
|
3348
|
-
|
|
3312
|
+
sortIcon: function sortIcon(_ref166) {
|
|
3349
3313
|
var context = _ref166.context;
|
|
3350
3314
|
return {
|
|
3351
3315
|
className: classNames('ml-2 inline-block align-middle', {
|
|
@@ -3354,13 +3318,13 @@ var Tailwind = {
|
|
|
3354
3318
|
})
|
|
3355
3319
|
};
|
|
3356
3320
|
},
|
|
3357
|
-
|
|
3321
|
+
sortBadge: {
|
|
3358
3322
|
className: classNames('h-[1.143rem] min-w-[1.143rem] leading-[1.143rem] text-blue-700 bg-blue-50 ml-2 rounded-[50%]', 'dark:text-white/80 dark:bg-blue-500/40' // Dark Mode
|
|
3359
3323
|
)
|
|
3360
3324
|
},
|
|
3361
3325
|
|
|
3362
|
-
|
|
3363
|
-
|
|
3326
|
+
columnResizer: 'block absolute top-0 right-0 m-0 w-2 h-full p-0 cursor-col-resize border border-transparent',
|
|
3327
|
+
checkboxWrapper: {
|
|
3364
3328
|
className: classNames('cursor-pointer inline-flex relative select-none align-bottom', 'w-6 h-6 mr-2')
|
|
3365
3329
|
},
|
|
3366
3330
|
checkbox: function checkbox(_ref167) {
|
|
@@ -3374,7 +3338,7 @@ var Tailwind = {
|
|
|
3374
3338
|
})
|
|
3375
3339
|
};
|
|
3376
3340
|
},
|
|
3377
|
-
|
|
3341
|
+
checkboxIcon: function checkboxIcon(_ref168) {
|
|
3378
3342
|
var context = _ref168.context;
|
|
3379
3343
|
return {
|
|
3380
3344
|
className: classNames('w-4 h-4 transition-all duration-200 text-base dark:text-gray-900', {
|
|
@@ -3383,7 +3347,7 @@ var Tailwind = {
|
|
|
3383
3347
|
};
|
|
3384
3348
|
}
|
|
3385
3349
|
},
|
|
3386
|
-
|
|
3350
|
+
resizeHelper: 'absolute hidden w-px z-10 bg-blue-500 dark:bg-blue-300'
|
|
3387
3351
|
},
|
|
3388
3352
|
datatable: {
|
|
3389
3353
|
root: function root(_ref169) {
|
|
@@ -3394,12 +3358,12 @@ var Tailwind = {
|
|
|
3394
3358
|
})
|
|
3395
3359
|
};
|
|
3396
3360
|
},
|
|
3397
|
-
|
|
3361
|
+
loadingOverlay: {
|
|
3398
3362
|
className: classNames('fixed w-full h-full t-0 l-0 bg-gray-100/40', 'transition duration-200', 'absolute flex items-center justify-center z-2', 'dark:bg-gray-950/40' // Dark Mode
|
|
3399
3363
|
)
|
|
3400
3364
|
},
|
|
3401
3365
|
|
|
3402
|
-
|
|
3366
|
+
loadingIcon: 'w-8 h-8',
|
|
3403
3367
|
wrapper: function wrapper(_ref170) {
|
|
3404
3368
|
var props = _ref170.props;
|
|
3405
3369
|
return {
|
|
@@ -3449,7 +3413,7 @@ var Tailwind = {
|
|
|
3449
3413
|
},
|
|
3450
3414
|
|
|
3451
3415
|
column: {
|
|
3452
|
-
|
|
3416
|
+
headerCell: function headerCell(_ref175) {
|
|
3453
3417
|
var context = _ref175.context,
|
|
3454
3418
|
props = _ref175.props;
|
|
3455
3419
|
return {
|
|
@@ -3468,8 +3432,8 @@ var Tailwind = {
|
|
|
3468
3432
|
};
|
|
3469
3433
|
},
|
|
3470
3434
|
|
|
3471
|
-
|
|
3472
|
-
|
|
3435
|
+
headerContent: 'flex items-center',
|
|
3436
|
+
bodyCell: function bodyCell(_ref176) {
|
|
3473
3437
|
var props = _ref176.props,
|
|
3474
3438
|
context = _ref176.context;
|
|
3475
3439
|
return {
|
|
@@ -3484,7 +3448,7 @@ var Tailwind = {
|
|
|
3484
3448
|
})
|
|
3485
3449
|
};
|
|
3486
3450
|
},
|
|
3487
|
-
|
|
3451
|
+
footerCell: function footerCell(_ref177) {
|
|
3488
3452
|
var context = _ref177.context;
|
|
3489
3453
|
return {
|
|
3490
3454
|
className: classNames('text-left border-0 border-b border-solid border-gray-300 font-bold', 'bg-slate-50 text-slate-700', 'transition duration-200', (context === null || context === void 0 ? void 0 : context.size) === 'small' ? 'p-2' : (context === null || context === void 0 ? void 0 : context.size) === 'large' ? 'p-5' : 'p-4',
|
|
@@ -3496,60 +3460,60 @@ var Tailwind = {
|
|
|
3496
3460
|
})
|
|
3497
3461
|
};
|
|
3498
3462
|
},
|
|
3499
|
-
|
|
3463
|
+
sortIcon: function sortIcon(_ref178) {
|
|
3500
3464
|
var context = _ref178.context;
|
|
3501
3465
|
return {
|
|
3502
3466
|
className: classNames('ml-2', context.sorted ? 'text-blue-700 dark:text-white/80' : 'text-slate-700 dark:text-white/70')
|
|
3503
3467
|
};
|
|
3504
3468
|
},
|
|
3505
|
-
|
|
3469
|
+
sortBadge: {
|
|
3506
3470
|
className: classNames('flex items-center justify-center align-middle', 'rounded-[50%] w-[1.143rem] leading-[1.143rem] ml-2', 'text-blue-700 bg-blue-50', 'dark:text-white/80 dark:bg-blue-400' // Dark Mode
|
|
3507
3471
|
)
|
|
3508
3472
|
},
|
|
3509
3473
|
|
|
3510
|
-
|
|
3511
|
-
|
|
3474
|
+
columnFilter: 'inline-flex items-center ml-auto',
|
|
3475
|
+
filterOverlay: {
|
|
3512
3476
|
className: classNames('bg-white text-gray-600 border-0 rounded-md min-w-[12.5rem]', 'dark:bg-gray-900 dark:border-blue-900/40 dark:text-white/80' //Dark Mode
|
|
3513
3477
|
)
|
|
3514
3478
|
},
|
|
3515
3479
|
|
|
3516
|
-
|
|
3480
|
+
filterMatchModeDropdown: {
|
|
3517
3481
|
root: 'min-[0px]:flex mb-2'
|
|
3518
3482
|
},
|
|
3519
|
-
|
|
3520
|
-
|
|
3483
|
+
filterRowItems: 'm-0 p-0 py-3 list-none ',
|
|
3484
|
+
filterRowItem: function filterRowItem(_ref179) {
|
|
3521
3485
|
var context = _ref179.context;
|
|
3522
3486
|
return {
|
|
3523
3487
|
className: classNames('m-0 py-3 px-5 bg-transparent', 'transition duration-200', context !== null && context !== void 0 && context.highlighted ? 'text-blue-700 bg-blue-100 dark:text-white/80 dark:bg-blue-300' : 'text-gray-600 bg-transparent dark:text-white/80 dark:bg-transparent')
|
|
3524
3488
|
};
|
|
3525
3489
|
},
|
|
3526
|
-
|
|
3490
|
+
filterOperator: {
|
|
3527
3491
|
className: classNames('px-5 py-3 border-b border-solid border-gray-300 text-slate-700 bg-slate-50 rounded-t-md', 'dark:border-blue-900/40 dark:text-white/80 dark:bg-gray-900' // Dark Mode
|
|
3528
3492
|
)
|
|
3529
3493
|
},
|
|
3530
3494
|
|
|
3531
|
-
|
|
3495
|
+
filterOperatorDropdown: {
|
|
3532
3496
|
root: 'min-[0px]:flex'
|
|
3533
3497
|
},
|
|
3534
|
-
|
|
3535
|
-
|
|
3536
|
-
|
|
3498
|
+
filterConstraint: 'p-5 border-b border-solid border-gray-300 dark:border-blue-900/40',
|
|
3499
|
+
filterAddRule: 'py-3 px-5',
|
|
3500
|
+
filterAddRuleButton: {
|
|
3537
3501
|
root: 'justify-center w-full min-[0px]:text-sm',
|
|
3538
3502
|
label: 'flex-auto grow-0',
|
|
3539
3503
|
icon: 'mr-2'
|
|
3540
3504
|
},
|
|
3541
|
-
|
|
3505
|
+
filterRemoveButton: {
|
|
3542
3506
|
root: 'ml-2',
|
|
3543
3507
|
label: 'grow-0'
|
|
3544
3508
|
},
|
|
3545
|
-
|
|
3546
|
-
|
|
3509
|
+
filterButtonbar: 'flex items-center justify-between p-5',
|
|
3510
|
+
filterClearButton: {
|
|
3547
3511
|
root: 'w-auto min-[0px]:text-sm border-blue-500 text-blue-500 px-4 py-3'
|
|
3548
3512
|
},
|
|
3549
|
-
|
|
3513
|
+
filterApplyButton: {
|
|
3550
3514
|
root: 'w-auto min-[0px]:text-sm px-4 py-3'
|
|
3551
3515
|
},
|
|
3552
|
-
|
|
3516
|
+
filterMenuButton: function filterMenuButton(_ref180) {
|
|
3553
3517
|
var context = _ref180.context;
|
|
3554
3518
|
return {
|
|
3555
3519
|
className: classNames('inline-flex justify-center items-center cursor-pointer no-underline overflow-hidden relative ml-2', 'w-8 h-8 rounded-[50%]', 'transition duration-200', 'hover:text-slate-700 hover:bg-gray-300/20',
|
|
@@ -3563,7 +3527,7 @@ var Tailwind = {
|
|
|
3563
3527
|
})
|
|
3564
3528
|
};
|
|
3565
3529
|
},
|
|
3566
|
-
|
|
3530
|
+
headerFilterClearButton: function headerFilterClearButton(_ref181) {
|
|
3567
3531
|
var context = _ref181.context;
|
|
3568
3532
|
return {
|
|
3569
3533
|
className: classNames('inline-flex justify-center items-center cursor-pointer no-underline overflow-hidden relative', 'text-left bg-transparent m-0 p-0 border-none select-none ml-2', {
|
|
@@ -3571,9 +3535,9 @@ var Tailwind = {
|
|
|
3571
3535
|
})
|
|
3572
3536
|
};
|
|
3573
3537
|
},
|
|
3574
|
-
|
|
3538
|
+
columnResizer: 'block absolute top-0 right-0 m-0 w-2 h-full p-0 cursor-col-resize border border-transparent',
|
|
3575
3539
|
rowreordericon: 'cursor-move',
|
|
3576
|
-
|
|
3540
|
+
rowEditorInitButton: {
|
|
3577
3541
|
className: classNames('inline-flex items-center justify-center overflow-hidden relative', 'text-left cursor-pointer select-none', 'w-8 h-8 border-0 rounded-[50%]', 'transition duration-200', 'text-slate-700 border-transparent', 'focus:outline-0 focus:outline-offset-0 focus:shadow-[0_0_0_0.2rem_rgba(191,219,254,1)]',
|
|
3578
3542
|
//Focus
|
|
3579
3543
|
'hover:text-slate-700 hover:bg-gray-300/20',
|
|
@@ -3582,7 +3546,7 @@ var Tailwind = {
|
|
|
3582
3546
|
)
|
|
3583
3547
|
},
|
|
3584
3548
|
|
|
3585
|
-
|
|
3549
|
+
rowEditorSaveButton: {
|
|
3586
3550
|
className: classNames('inline-flex items-center justify-center overflow-hidden relative', 'text-left cursor-pointer select-none', 'w-8 h-8 border-0 rounded-[50%]', 'transition duration-200', 'text-slate-700 border-transparent', 'focus:outline-0 focus:outline-offset-0 focus:shadow-[0_0_0_0.2rem_rgba(191,219,254,1)]',
|
|
3587
3551
|
//Focus
|
|
3588
3552
|
'hover:text-slate-700 hover:bg-gray-300/20',
|
|
@@ -3591,7 +3555,7 @@ var Tailwind = {
|
|
|
3591
3555
|
)
|
|
3592
3556
|
},
|
|
3593
3557
|
|
|
3594
|
-
|
|
3558
|
+
rowEditorCancelButton: {
|
|
3595
3559
|
className: classNames('inline-flex items-center justify-center overflow-hidden relative', 'text-left cursor-pointer select-none', 'w-8 h-8 border-0 rounded-[50%]', 'transition duration-200', 'text-slate-700 border-transparent', 'focus:outline-0 focus:outline-offset-0 focus:shadow-[0_0_0_0.2rem_rgba(191,219,254,1)]',
|
|
3596
3560
|
//Focus
|
|
3597
3561
|
'hover:text-slate-700 hover:bg-gray-300/20',
|
|
@@ -3624,7 +3588,7 @@ var Tailwind = {
|
|
|
3624
3588
|
headercheckboxwrapper: {
|
|
3625
3589
|
className: classNames('cursor-pointer inline-flex relative select-none align-bottom', 'w-6 h-6')
|
|
3626
3590
|
},
|
|
3627
|
-
|
|
3591
|
+
headerCheckbox: function headerCheckbox(_ref184) {
|
|
3628
3592
|
var context = _ref184.context;
|
|
3629
3593
|
return {
|
|
3630
3594
|
className: classNames('flex items-center justify-center', 'border-2 w-6 h-6 text-gray-600 rounded-lg transition-colors duration-200', context.checked ? 'border-blue-500 bg-blue-500 dark:border-blue-400 dark:bg-blue-400' : 'border-gray-300 bg-white dark:border-blue-900/40 dark:bg-gray-900', {
|
|
@@ -3649,7 +3613,7 @@ var Tailwind = {
|
|
|
3649
3613
|
checkboxicon: 'w-4 h-4 transition-all duration-200 text-white text-base dark:text-gray-900',
|
|
3650
3614
|
transition: TRANSITIONS.overlay
|
|
3651
3615
|
},
|
|
3652
|
-
|
|
3616
|
+
bodyRow: function bodyRow(_ref186) {
|
|
3653
3617
|
var context = _ref186.context;
|
|
3654
3618
|
return {
|
|
3655
3619
|
className: classNames(context.selected ? 'bg-blue-50 text-blue-700 dark:bg-blue-300' : 'bg-white text-gray-600 dark:bg-gray-900', context.stripedRows ? context.index % 2 === 0 ? 'bg-white text-gray-600 dark:bg-gray-900' : 'bg-blue-50/50 text-gray-600 dark:bg-gray-950' : '', 'transition duration-200', 'focus:outline focus:outline-[0.15rem] focus:outline-blue-200 focus:outline-offset-[-0.15rem]',
|
|
@@ -3663,11 +3627,11 @@ var Tailwind = {
|
|
|
3663
3627
|
};
|
|
3664
3628
|
},
|
|
3665
3629
|
|
|
3666
|
-
|
|
3667
|
-
|
|
3630
|
+
rowExpansion: 'bg-white text-gray-600 dark:bg-gray-900 dark:text-white/80',
|
|
3631
|
+
rowGroupHeader: {
|
|
3668
3632
|
className: classNames('sticky z-[1]', 'bg-white text-gray-600', 'transition duration-200')
|
|
3669
3633
|
},
|
|
3670
|
-
|
|
3634
|
+
rowgroupFooter: {
|
|
3671
3635
|
className: classNames('sticky z-[1]', 'bg-white text-gray-600', 'transition duration-200')
|
|
3672
3636
|
},
|
|
3673
3637
|
rowgrouptoggler: {
|
|
@@ -3676,7 +3640,7 @@ var Tailwind = {
|
|
|
3676
3640
|
},
|
|
3677
3641
|
|
|
3678
3642
|
rowgrouptogglericon: 'inline-block w-4 h-4',
|
|
3679
|
-
|
|
3643
|
+
resizeHelper: 'absolute hidden w-px z-10 bg-blue-500 dark:bg-blue-300'
|
|
3680
3644
|
},
|
|
3681
3645
|
// CHART
|
|
3682
3646
|
chart: {
|