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
|
@@ -391,7 +391,7 @@ var Tailwind = {
|
|
|
391
391
|
})
|
|
392
392
|
};
|
|
393
393
|
},
|
|
394
|
-
|
|
394
|
+
gutterHandler: function gutterHandler(_ref12) {
|
|
395
395
|
var props = _ref12.props;
|
|
396
396
|
return {
|
|
397
397
|
className: classNames('bg-gray-300 dark:bg-gray-600 transition-all duration-200', {
|
|
@@ -696,7 +696,7 @@ var Tailwind = {
|
|
|
696
696
|
text: 'text-base font-normal flex flex-col flex-1 grow shrink ml-4',
|
|
697
697
|
summary: 'font-bold block',
|
|
698
698
|
detail: 'mt-1 block',
|
|
699
|
-
|
|
699
|
+
closeButton: {
|
|
700
700
|
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')
|
|
701
701
|
},
|
|
702
702
|
transition: {
|
|
@@ -1347,7 +1347,7 @@ var Tailwind = {
|
|
|
1347
1347
|
className: classNames('border-collapse w-full', 'my-2')
|
|
1348
1348
|
},
|
|
1349
1349
|
tableHeaderCell: 'p-2',
|
|
1350
|
-
|
|
1350
|
+
weekDay: 'text-gray-600 dark:text-white/70',
|
|
1351
1351
|
day: 'p-2',
|
|
1352
1352
|
dayLabel: function dayLabel(_ref68) {
|
|
1353
1353
|
var context = _ref68.context;
|
|
@@ -1706,7 +1706,7 @@ var Tailwind = {
|
|
|
1706
1706
|
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%)'
|
|
1707
1707
|
}
|
|
1708
1708
|
},
|
|
1709
|
-
|
|
1709
|
+
colorHandle: {
|
|
1710
1710
|
className: classNames('rounded-full border border-solid cursor-pointer h-3 w-3 absolute opacity-85', 'border-white')
|
|
1711
1711
|
},
|
|
1712
1712
|
hue: {
|
|
@@ -1715,7 +1715,7 @@ var Tailwind = {
|
|
|
1715
1715
|
background: 'linear-gradient(0deg, red 0, #ff0 17%, #0f0 33%, #0ff 50%, #00f 67%, #f0f 83%, red)'
|
|
1716
1716
|
}
|
|
1717
1717
|
},
|
|
1718
|
-
|
|
1718
|
+
hueHandle: 'border-solid border-2 cursor-pointer h-2 w-8 left-0 -ml-1 -mt-1 opacity-85 absolute',
|
|
1719
1719
|
transition: TRANSITIONS.overlay
|
|
1720
1720
|
},
|
|
1721
1721
|
editor: {
|
|
@@ -1870,7 +1870,7 @@ var Tailwind = {
|
|
|
1870
1870
|
},
|
|
1871
1871
|
container: 'flex items-center',
|
|
1872
1872
|
prompt: 'text-yellow-400',
|
|
1873
|
-
|
|
1873
|
+
commandText: 'flex-1 shrink grow-0 border-0 bg-transparent text-inherit p-0 outline-none'
|
|
1874
1874
|
},
|
|
1875
1875
|
blockui: {
|
|
1876
1876
|
root: 'relative',
|
|
@@ -1998,7 +1998,7 @@ var Tailwind = {
|
|
|
1998
1998
|
className: classNames('hover:bg-gray-200')
|
|
1999
1999
|
},
|
|
2000
2000
|
icon: 'text-gray-600 dark:text-white/70 mr-2',
|
|
2001
|
-
|
|
2001
|
+
submenuHeader: {
|
|
2002
2002
|
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')
|
|
2003
2003
|
},
|
|
2004
2004
|
separator: 'border-t border-gray-300 dark:border-blue-900/40 my-1',
|
|
@@ -2042,7 +2042,7 @@ var Tailwind = {
|
|
|
2042
2042
|
};
|
|
2043
2043
|
},
|
|
2044
2044
|
icon: 'mr-2',
|
|
2045
|
-
|
|
2045
|
+
submenuIcon: function submenuIcon(_ref101) {
|
|
2046
2046
|
var props = _ref101.props;
|
|
2047
2047
|
return {
|
|
2048
2048
|
className: classNames({
|
|
@@ -2116,7 +2116,7 @@ var Tailwind = {
|
|
|
2116
2116
|
}, '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)]')
|
|
2117
2117
|
};
|
|
2118
2118
|
},
|
|
2119
|
-
|
|
2119
|
+
headerAction: {
|
|
2120
2120
|
className: classNames('select-none', 'cursor-pointer flex items-center no-underline overflow-hidden relative', 'py-3 px-5 select-none')
|
|
2121
2121
|
},
|
|
2122
2122
|
action: {
|
|
@@ -2128,7 +2128,7 @@ var Tailwind = {
|
|
|
2128
2128
|
submenuItem: {
|
|
2129
2129
|
className: classNames('text-gray-700 hover:bg-gray-200')
|
|
2130
2130
|
},
|
|
2131
|
-
|
|
2131
|
+
submenuIcon: function submenuIcon(_ref107) {
|
|
2132
2132
|
var props = _ref107.props;
|
|
2133
2133
|
return {
|
|
2134
2134
|
className: classNames({
|
|
@@ -2150,7 +2150,7 @@ var Tailwind = {
|
|
|
2150
2150
|
submenu: {
|
|
2151
2151
|
className: classNames('m-0 list-none', 'py-1 w-48')
|
|
2152
2152
|
},
|
|
2153
|
-
|
|
2153
|
+
submenuHeader: {
|
|
2154
2154
|
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')
|
|
2155
2155
|
}
|
|
2156
2156
|
},
|
|
@@ -2164,16 +2164,16 @@ var Tailwind = {
|
|
|
2164
2164
|
)
|
|
2165
2165
|
},
|
|
2166
2166
|
|
|
2167
|
-
|
|
2167
|
+
headerAction: {
|
|
2168
2168
|
className: classNames('flex items-center select-none cursor-pointer relative no-underline', 'text-gray-700 dark:text-white/80 p-5 font-bold')
|
|
2169
2169
|
},
|
|
2170
|
-
|
|
2170
|
+
headerSubmenuIcon: {
|
|
2171
2171
|
className: classNames('mr-2')
|
|
2172
2172
|
},
|
|
2173
|
-
|
|
2173
|
+
headerIcon: {
|
|
2174
2174
|
className: classNames('mr-2')
|
|
2175
2175
|
},
|
|
2176
|
-
|
|
2176
|
+
menuContent: {
|
|
2177
2177
|
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')
|
|
2178
2178
|
},
|
|
2179
2179
|
menu: {
|
|
@@ -2198,7 +2198,7 @@ var Tailwind = {
|
|
|
2198
2198
|
submenu: {
|
|
2199
2199
|
className: classNames('p-0 pl-4 m-0 list-none')
|
|
2200
2200
|
},
|
|
2201
|
-
|
|
2201
|
+
submenuIcon: {
|
|
2202
2202
|
className: classNames('mr-2')
|
|
2203
2203
|
},
|
|
2204
2204
|
transition: TRANSITIONS.toggleable
|
|
@@ -2275,7 +2275,7 @@ var Tailwind = {
|
|
|
2275
2275
|
};
|
|
2276
2276
|
},
|
|
2277
2277
|
icon: 'mr-2',
|
|
2278
|
-
|
|
2278
|
+
submenuIcon: 'ml-auto',
|
|
2279
2279
|
separator: 'border-t border-gray-300 my-1 dark:border-blue-900/40',
|
|
2280
2280
|
submenu: {
|
|
2281
2281
|
className: classNames('py-1 bg-white dark:bg-gray-900 border-0 shadow-md min-w-full', 'absolute z-10', 'left-full top-0')
|
|
@@ -2313,7 +2313,7 @@ var Tailwind = {
|
|
|
2313
2313
|
};
|
|
2314
2314
|
},
|
|
2315
2315
|
icon: 'mr-2',
|
|
2316
|
-
|
|
2316
|
+
submenuIcon: 'ml-auto',
|
|
2317
2317
|
separator: 'border-t border-gray-300 my-1 dark:border-blue-900/40',
|
|
2318
2318
|
submenu: {
|
|
2319
2319
|
className: classNames('py-1 bg-white dark:bg-gray-900 border-0 shadow-md min-w-full', 'absolute z-10', 'left-full top-0')
|
|
@@ -2324,93 +2324,57 @@ var Tailwind = {
|
|
|
2324
2324
|
root: function root(_ref116) {
|
|
2325
2325
|
var props = _ref116.props;
|
|
2326
2326
|
return {
|
|
2327
|
-
|
|
2328
|
-
// Flexbox
|
|
2329
|
-
'flex gap-4', {
|
|
2327
|
+
className: classNames('flex gap-4', {
|
|
2330
2328
|
'flex-col': props.orientation == 'horizontal',
|
|
2331
2329
|
'flex-row': props.orientation == 'vertical'
|
|
2332
|
-
}
|
|
2330
|
+
})
|
|
2333
2331
|
};
|
|
2334
2332
|
},
|
|
2335
2333
|
metercontainer: function metercontainer(_ref117) {
|
|
2336
2334
|
var props = _ref117.props;
|
|
2337
2335
|
return {
|
|
2338
|
-
|
|
2339
|
-
// Flexbox
|
|
2340
|
-
'flex', {
|
|
2336
|
+
className: classNames('flex', {
|
|
2341
2337
|
'flex-col': props.orientation === 'vertical'
|
|
2342
|
-
},
|
|
2343
|
-
// Sizing
|
|
2344
|
-
{
|
|
2338
|
+
}, {
|
|
2345
2339
|
'w-2 h-full': props.orientation === 'vertical'
|
|
2346
2340
|
}, {
|
|
2347
2341
|
'h-2': props.orientation === 'horizontal'
|
|
2348
|
-
},
|
|
2349
|
-
// Colors
|
|
2350
|
-
'bg-gray-200 dark:bg-gray-700',
|
|
2351
|
-
// Border Radius
|
|
2352
|
-
'rounded-lg']
|
|
2342
|
+
}, 'bg-gray-200 dark:bg-gray-700', 'rounded-lg')
|
|
2353
2343
|
};
|
|
2354
2344
|
},
|
|
2355
2345
|
meter: function meter(_ref118) {
|
|
2356
2346
|
var props = _ref118.props;
|
|
2357
2347
|
return {
|
|
2358
|
-
|
|
2359
|
-
// Shape
|
|
2360
|
-
'border-0',
|
|
2361
|
-
// Rounded Corners - Horizontal
|
|
2362
|
-
{
|
|
2348
|
+
className: classNames('border-0', {
|
|
2363
2349
|
'first:rounded-l-lg last:rounded-r-lg': props.orientation === 'horizontal'
|
|
2364
|
-
},
|
|
2365
|
-
// Rounded Corners - Vertical
|
|
2366
|
-
{
|
|
2350
|
+
}, {
|
|
2367
2351
|
'first:rounded-t-lg last:rounded-b-lg': props.orientation === 'vertical'
|
|
2368
|
-
},
|
|
2369
|
-
// Colors
|
|
2370
|
-
'bg-primary-500 dark:bg-primary-400']
|
|
2352
|
+
}, 'bg-primary-500 dark:bg-primary-400')
|
|
2371
2353
|
};
|
|
2372
2354
|
},
|
|
2373
2355
|
labellist: function labellist(_ref119) {
|
|
2374
2356
|
var props = _ref119.props;
|
|
2375
2357
|
return {
|
|
2376
|
-
|
|
2377
|
-
// Display & Flexbox
|
|
2378
|
-
'flex flex-wrap', {
|
|
2358
|
+
className: classNames('flex flex-wrap', {
|
|
2379
2359
|
'gap-4': props.labelOrientation === 'horizontal'
|
|
2380
2360
|
}, {
|
|
2381
2361
|
'gap-2': props.labelOrientation === 'vertical'
|
|
2382
2362
|
}, {
|
|
2383
2363
|
'flex-col': props.labelOrientation === 'vertical'
|
|
2384
|
-
},
|
|
2385
|
-
// Conditional Alignment - Horizontal
|
|
2386
|
-
{
|
|
2364
|
+
}, {
|
|
2387
2365
|
'align-end': props.labelOrientation === 'horizontal' && props.labelPosition === 'end',
|
|
2388
2366
|
'align-start': props.labelOrientation === 'horizontal' && props.labelPosition === 'start'
|
|
2389
|
-
},
|
|
2390
|
-
// Conditional Alignment - Vertical
|
|
2391
|
-
{
|
|
2367
|
+
}, {
|
|
2392
2368
|
'justify-end': props.labelOrientation === 'vertical' && props.labelPosition === 'end',
|
|
2393
2369
|
'justify-start': props.labelOrientation === 'vertical' && props.labelPosition === 'start'
|
|
2394
|
-
},
|
|
2395
|
-
// List Styling
|
|
2396
|
-
'm-0 p-0 list-none']
|
|
2370
|
+
}, 'm-0 p-0 list-none')
|
|
2397
2371
|
};
|
|
2398
2372
|
},
|
|
2399
2373
|
labellistitem: {
|
|
2400
|
-
|
|
2401
|
-
// Flexbox
|
|
2402
|
-
'inline-flex', 'items-center', 'gap-2']
|
|
2374
|
+
className: 'inline-flex items-center gap-2'
|
|
2403
2375
|
},
|
|
2404
2376
|
labellisttype: {
|
|
2405
|
-
|
|
2406
|
-
// Display
|
|
2407
|
-
'inline-flex',
|
|
2408
|
-
// Background Color
|
|
2409
|
-
'bg-primary-500 dark:bg-primary-400',
|
|
2410
|
-
// Size
|
|
2411
|
-
'w-2 h-2',
|
|
2412
|
-
// Rounded Shape
|
|
2413
|
-
'rounded-full']
|
|
2377
|
+
className: 'inline-flex bg-primary-500 dark:bg-primary-400 w-2 h-2 rounded-full'
|
|
2414
2378
|
}
|
|
2415
2379
|
},
|
|
2416
2380
|
//MEDIA
|
|
@@ -2427,26 +2391,26 @@ var Tailwind = {
|
|
|
2427
2391
|
toolbar: {
|
|
2428
2392
|
className: classNames('absolute top-0 right-0 z-10 flex', 'p-4')
|
|
2429
2393
|
},
|
|
2430
|
-
|
|
2394
|
+
rotateRightButton: {
|
|
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
|
+
rotateRightIcon: 'w-6 h-6',
|
|
2398
|
+
rotateLeftButton: {
|
|
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
|
+
rotateLeftIcon: 'w-6 h-6',
|
|
2402
|
+
zoomOutButton: {
|
|
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
|
+
zoomOutIcon: 'w-6 h-6',
|
|
2406
|
+
zoomInButton: {
|
|
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
|
-
|
|
2446
|
-
|
|
2409
|
+
zoomInIcon: 'w-6 h-6',
|
|
2410
|
+
closeButton: {
|
|
2447
2411
|
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)]')
|
|
2448
2412
|
},
|
|
2449
|
-
|
|
2413
|
+
closeIcon: 'w-6 h-6',
|
|
2450
2414
|
transition: {
|
|
2451
2415
|
timeout: 150,
|
|
2452
2416
|
classNames: {
|
|
@@ -2460,22 +2424,22 @@ var Tailwind = {
|
|
|
2460
2424
|
galleria: {
|
|
2461
2425
|
root: 'flex flex-col',
|
|
2462
2426
|
content: 'flex flex-col',
|
|
2463
|
-
|
|
2464
|
-
|
|
2427
|
+
itemWrapper: 'flex flex-col relative',
|
|
2428
|
+
itemContainer: 'relative flex h-full',
|
|
2465
2429
|
item: 'flex justify-center items-center h-full w-full',
|
|
2466
|
-
|
|
2467
|
-
|
|
2430
|
+
thumbnailWrapper: 'flex flex-col overflow-auto shrink-0',
|
|
2431
|
+
thumbnailContainer: {
|
|
2468
2432
|
className: classNames('flex flex-row', 'bg-black/90 p-4')
|
|
2469
2433
|
},
|
|
2470
|
-
|
|
2434
|
+
previousThumbnailButton: {
|
|
2471
2435
|
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)]')
|
|
2472
2436
|
},
|
|
2473
|
-
|
|
2474
|
-
|
|
2475
|
-
|
|
2437
|
+
thumbnailItemsContainer: 'overflow-hidden w-full',
|
|
2438
|
+
thumbnailItems: 'flex',
|
|
2439
|
+
thumbnailItem: {
|
|
2476
2440
|
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')
|
|
2477
2441
|
},
|
|
2478
|
-
|
|
2442
|
+
nextThumbnailButton: {
|
|
2479
2443
|
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)]')
|
|
2480
2444
|
},
|
|
2481
2445
|
indicators: {
|
|
@@ -2499,14 +2463,14 @@ var Tailwind = {
|
|
|
2499
2463
|
})
|
|
2500
2464
|
};
|
|
2501
2465
|
},
|
|
2502
|
-
|
|
2466
|
+
closeButton: {
|
|
2503
2467
|
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)]')
|
|
2504
2468
|
},
|
|
2505
|
-
|
|
2506
|
-
|
|
2469
|
+
closeIcon: 'w-6 h-6',
|
|
2470
|
+
previousItemButton: {
|
|
2507
2471
|
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)]')
|
|
2508
2472
|
},
|
|
2509
|
-
|
|
2473
|
+
nextItemButton: {
|
|
2510
2474
|
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)]')
|
|
2511
2475
|
},
|
|
2512
2476
|
caption: {
|
|
@@ -2534,11 +2498,11 @@ var Tailwind = {
|
|
|
2534
2498
|
})
|
|
2535
2499
|
};
|
|
2536
2500
|
},
|
|
2537
|
-
|
|
2501
|
+
previousButton: {
|
|
2538
2502
|
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')
|
|
2539
2503
|
},
|
|
2540
|
-
|
|
2541
|
-
|
|
2504
|
+
itemsContent: 'overflow-hidden w-full',
|
|
2505
|
+
itemsContainer: function itemsContainer(_ref123) {
|
|
2542
2506
|
var props = _ref123.props;
|
|
2543
2507
|
return {
|
|
2544
2508
|
className: classNames('flex ', {
|
|
@@ -2560,7 +2524,7 @@ var Tailwind = {
|
|
|
2560
2524
|
className: classNames('flex flex-row justify-center flex-wrap')
|
|
2561
2525
|
},
|
|
2562
2526
|
indicator: 'mr-2 mb-2',
|
|
2563
|
-
|
|
2527
|
+
indicatorButton: function indicatorButton(_ref125) {
|
|
2564
2528
|
var context = _ref125.context;
|
|
2565
2529
|
return {
|
|
2566
2530
|
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)]', {
|
|
@@ -2605,7 +2569,7 @@ var Tailwind = {
|
|
|
2605
2569
|
})
|
|
2606
2570
|
};
|
|
2607
2571
|
},
|
|
2608
|
-
|
|
2572
|
+
checkboxContainer: 'mr-2',
|
|
2609
2573
|
checkbox: function checkbox(_ref129) {
|
|
2610
2574
|
var context = _ref129.context,
|
|
2611
2575
|
props = _ref129.props;
|
|
@@ -2619,17 +2583,17 @@ var Tailwind = {
|
|
|
2619
2583
|
})
|
|
2620
2584
|
};
|
|
2621
2585
|
},
|
|
2622
|
-
|
|
2586
|
+
nodeIcon: 'mr-2 text-gray-600 dark:text-white/70',
|
|
2623
2587
|
subgroup: {
|
|
2624
2588
|
className: classNames('m-0 list-none', 'p-0 pl-4')
|
|
2625
2589
|
},
|
|
2626
|
-
|
|
2590
|
+
filterContainer: {
|
|
2627
2591
|
className: classNames('mb-2', 'relative block w-full')
|
|
2628
2592
|
},
|
|
2629
2593
|
input: {
|
|
2630
2594
|
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)]')
|
|
2631
2595
|
},
|
|
2632
|
-
|
|
2596
|
+
searchIcon: 'absolute top-1/2 -mt-2 right-3 text-gray-600 dark:hover:text-white/70'
|
|
2633
2597
|
},
|
|
2634
2598
|
// DATA
|
|
2635
2599
|
timeline: {
|
|
@@ -2712,7 +2676,7 @@ var Tailwind = {
|
|
|
2712
2676
|
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'
|
|
2713
2677
|
},
|
|
2714
2678
|
dataviewlayoutoptions: {
|
|
2715
|
-
|
|
2679
|
+
listButton: function listButton(_ref136) {
|
|
2716
2680
|
var props = _ref136.props;
|
|
2717
2681
|
return {
|
|
2718
2682
|
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
|
|
@@ -2720,7 +2684,7 @@ var Tailwind = {
|
|
|
2720
2684
|
};
|
|
2721
2685
|
},
|
|
2722
2686
|
|
|
2723
|
-
|
|
2687
|
+
gridButton: function gridButton(_ref137) {
|
|
2724
2688
|
var props = _ref137.props;
|
|
2725
2689
|
return {
|
|
2726
2690
|
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
|
|
@@ -2746,13 +2710,13 @@ var Tailwind = {
|
|
|
2746
2710
|
)
|
|
2747
2711
|
},
|
|
2748
2712
|
|
|
2749
|
-
|
|
2750
|
-
|
|
2713
|
+
lineCell: 'text-center align-top py-0 px-3',
|
|
2714
|
+
lineDown: {
|
|
2751
2715
|
className: classNames('mx-auto my-0 w-px h-[20px] bg-gray-300', 'dark:bg-blue-900/40' //Dark Mode
|
|
2752
2716
|
)
|
|
2753
2717
|
},
|
|
2754
2718
|
|
|
2755
|
-
|
|
2719
|
+
lineLeft: function lineLeft(_ref138) {
|
|
2756
2720
|
var context = _ref138.context;
|
|
2757
2721
|
return {
|
|
2758
2722
|
className: classNames('text-center align-top py-0 px-3 rounded-none border-r border-gray-300', 'dark:border-blue-900/40',
|
|
@@ -2762,7 +2726,7 @@ var Tailwind = {
|
|
|
2762
2726
|
})
|
|
2763
2727
|
};
|
|
2764
2728
|
},
|
|
2765
|
-
|
|
2729
|
+
lineRight: function lineRight(_ref139) {
|
|
2766
2730
|
var context = _ref139.context;
|
|
2767
2731
|
return {
|
|
2768
2732
|
className: classNames('text-center align-top py-0 px-3 rounded-none', 'dark:border-blue-900/40',
|
|
@@ -2772,18 +2736,18 @@ var Tailwind = {
|
|
|
2772
2736
|
})
|
|
2773
2737
|
};
|
|
2774
2738
|
},
|
|
2775
|
-
|
|
2776
|
-
|
|
2739
|
+
nodeCell: 'text-center align-top py-0 px-3',
|
|
2740
|
+
nodeToggler: {
|
|
2777
2741
|
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
|
|
2778
2742
|
)
|
|
2779
2743
|
},
|
|
2780
2744
|
|
|
2781
|
-
|
|
2745
|
+
nodeTogglerIcon: 'relative inline-block w-4 h-4'
|
|
2782
2746
|
},
|
|
2783
2747
|
orderlist: {
|
|
2784
2748
|
root: 'flex',
|
|
2785
2749
|
controls: 'flex flex-col justify-center p-5',
|
|
2786
|
-
|
|
2750
|
+
moveUpButton: {
|
|
2787
2751
|
root: function root(_ref140) {
|
|
2788
2752
|
var context = _ref140.context;
|
|
2789
2753
|
return {
|
|
@@ -2806,7 +2770,7 @@ var Tailwind = {
|
|
|
2806
2770
|
};
|
|
2807
2771
|
}
|
|
2808
2772
|
},
|
|
2809
|
-
|
|
2773
|
+
moveTopButton: {
|
|
2810
2774
|
root: function root(_ref141) {
|
|
2811
2775
|
var context = _ref141.context;
|
|
2812
2776
|
return {
|
|
@@ -2829,7 +2793,7 @@ var Tailwind = {
|
|
|
2829
2793
|
};
|
|
2830
2794
|
}
|
|
2831
2795
|
},
|
|
2832
|
-
|
|
2796
|
+
moveDownButton: {
|
|
2833
2797
|
root: function root(_ref142) {
|
|
2834
2798
|
var context = _ref142.context;
|
|
2835
2799
|
return {
|
|
@@ -2852,7 +2816,7 @@ var Tailwind = {
|
|
|
2852
2816
|
};
|
|
2853
2817
|
}
|
|
2854
2818
|
},
|
|
2855
|
-
|
|
2819
|
+
moveBottomButton: {
|
|
2856
2820
|
root: function root(_ref143) {
|
|
2857
2821
|
var context = _ref143.context;
|
|
2858
2822
|
return {
|
|
@@ -2975,7 +2939,7 @@ var Tailwind = {
|
|
|
2975
2939
|
};
|
|
2976
2940
|
},
|
|
2977
2941
|
buttons: 'flex flex-row xl:flex-col justify-center p-5',
|
|
2978
|
-
|
|
2942
|
+
moveToTargetButton: {
|
|
2979
2943
|
root: {
|
|
2980
2944
|
className: classNames('relative inline-flex cursor-pointer user-select-none items-center align-bottom text-center overflow-hidden m-0',
|
|
2981
2945
|
// button component
|
|
@@ -2989,7 +2953,7 @@ var Tailwind = {
|
|
|
2989
2953
|
|
|
2990
2954
|
label: 'flex-initial w-0'
|
|
2991
2955
|
},
|
|
2992
|
-
|
|
2956
|
+
moveAllToTargetButton: {
|
|
2993
2957
|
root: {
|
|
2994
2958
|
className: classNames('relative inline-flex cursor-pointer user-select-none items-center align-bottom text-center overflow-hidden m-0',
|
|
2995
2959
|
// button component
|
|
@@ -3003,7 +2967,7 @@ var Tailwind = {
|
|
|
3003
2967
|
|
|
3004
2968
|
label: 'flex-initial w-0'
|
|
3005
2969
|
},
|
|
3006
|
-
|
|
2970
|
+
moveToSourceButton: {
|
|
3007
2971
|
root: {
|
|
3008
2972
|
className: classNames('relative inline-flex cursor-pointer user-select-none items-center align-bottom text-center overflow-hidden m-0',
|
|
3009
2973
|
// button component
|
|
@@ -3017,7 +2981,7 @@ var Tailwind = {
|
|
|
3017
2981
|
|
|
3018
2982
|
label: 'flex-initial w-0'
|
|
3019
2983
|
},
|
|
3020
|
-
|
|
2984
|
+
moveAllToSourceButton: {
|
|
3021
2985
|
root: {
|
|
3022
2986
|
className: classNames('relative inline-flex cursor-pointer user-select-none items-center align-bottom text-center overflow-hidden m-0',
|
|
3023
2987
|
// button component
|
|
@@ -3059,7 +3023,7 @@ var Tailwind = {
|
|
|
3059
3023
|
)
|
|
3060
3024
|
},
|
|
3061
3025
|
|
|
3062
|
-
|
|
3026
|
+
firstPageButton: function firstPageButton(_ref146) {
|
|
3063
3027
|
var context = _ref146.context;
|
|
3064
3028
|
return {
|
|
3065
3029
|
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',
|
|
@@ -3071,7 +3035,7 @@ var Tailwind = {
|
|
|
3071
3035
|
};
|
|
3072
3036
|
},
|
|
3073
3037
|
|
|
3074
|
-
|
|
3038
|
+
prevPageButton: function prevPageButton(_ref147) {
|
|
3075
3039
|
var context = _ref147.context;
|
|
3076
3040
|
return {
|
|
3077
3041
|
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',
|
|
@@ -3083,7 +3047,7 @@ var Tailwind = {
|
|
|
3083
3047
|
};
|
|
3084
3048
|
},
|
|
3085
3049
|
|
|
3086
|
-
|
|
3050
|
+
nextPageButton: function nextPageButton(_ref148) {
|
|
3087
3051
|
var context = _ref148.context;
|
|
3088
3052
|
return {
|
|
3089
3053
|
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',
|
|
@@ -3095,7 +3059,7 @@ var Tailwind = {
|
|
|
3095
3059
|
};
|
|
3096
3060
|
},
|
|
3097
3061
|
|
|
3098
|
-
|
|
3062
|
+
lastPageButton: function lastPageButton(_ref149) {
|
|
3099
3063
|
var context = _ref149.context;
|
|
3100
3064
|
return {
|
|
3101
3065
|
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',
|
|
@@ -3107,7 +3071,7 @@ var Tailwind = {
|
|
|
3107
3071
|
};
|
|
3108
3072
|
},
|
|
3109
3073
|
|
|
3110
|
-
|
|
3074
|
+
pageButton: function pageButton(_ref150) {
|
|
3111
3075
|
var context = _ref150.context;
|
|
3112
3076
|
return {
|
|
3113
3077
|
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',
|
|
@@ -3119,7 +3083,7 @@ var Tailwind = {
|
|
|
3119
3083
|
})
|
|
3120
3084
|
};
|
|
3121
3085
|
},
|
|
3122
|
-
|
|
3086
|
+
RPPDropdown: {
|
|
3123
3087
|
root: function root(_ref151) {
|
|
3124
3088
|
var props = _ref151.props,
|
|
3125
3089
|
state = _ref151.state;
|
|
@@ -3163,7 +3127,7 @@ var Tailwind = {
|
|
|
3163
3127
|
};
|
|
3164
3128
|
}
|
|
3165
3129
|
},
|
|
3166
|
-
|
|
3130
|
+
JTPInput: {
|
|
3167
3131
|
root: 'inline-flex mx-2',
|
|
3168
3132
|
input: {
|
|
3169
3133
|
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',
|
|
@@ -3225,18 +3189,18 @@ var Tailwind = {
|
|
|
3225
3189
|
})
|
|
3226
3190
|
};
|
|
3227
3191
|
},
|
|
3228
|
-
|
|
3192
|
+
loadingOverlay: {
|
|
3229
3193
|
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
|
|
3230
3194
|
)
|
|
3231
3195
|
},
|
|
3232
3196
|
|
|
3233
|
-
|
|
3197
|
+
loadingIcon: 'w-8 h-8',
|
|
3234
3198
|
header: {
|
|
3235
3199
|
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
|
|
3236
3200
|
)
|
|
3237
3201
|
},
|
|
3238
3202
|
|
|
3239
|
-
|
|
3203
|
+
scrollableWrapper: function scrollableWrapper(_ref156) {
|
|
3240
3204
|
var props = _ref156.props;
|
|
3241
3205
|
return {
|
|
3242
3206
|
className: classNames({
|
|
@@ -3284,7 +3248,7 @@ var Tailwind = {
|
|
|
3284
3248
|
})
|
|
3285
3249
|
};
|
|
3286
3250
|
},
|
|
3287
|
-
|
|
3251
|
+
headerRow: function headerRow(_ref161) {
|
|
3288
3252
|
var props = _ref161.props;
|
|
3289
3253
|
return {
|
|
3290
3254
|
className: classNames({
|
|
@@ -3305,7 +3269,7 @@ var Tailwind = {
|
|
|
3305
3269
|
};
|
|
3306
3270
|
},
|
|
3307
3271
|
column: {
|
|
3308
|
-
|
|
3272
|
+
headerCell: function headerCell(_ref163) {
|
|
3309
3273
|
var context = _ref163.context;
|
|
3310
3274
|
return {
|
|
3311
3275
|
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',
|
|
@@ -3321,7 +3285,7 @@ var Tailwind = {
|
|
|
3321
3285
|
})
|
|
3322
3286
|
};
|
|
3323
3287
|
},
|
|
3324
|
-
|
|
3288
|
+
bodyCell: function bodyCell(_ref164) {
|
|
3325
3289
|
var context = _ref164.context;
|
|
3326
3290
|
return {
|
|
3327
3291
|
className: classNames('text-left border-gray-300 border', 'transition duration-200 p-4', 'dark:border-blue-900/40',
|
|
@@ -3335,7 +3299,7 @@ var Tailwind = {
|
|
|
3335
3299
|
})
|
|
3336
3300
|
};
|
|
3337
3301
|
},
|
|
3338
|
-
|
|
3302
|
+
rowToggler: function rowToggler(_ref165) {
|
|
3339
3303
|
var context = _ref165.context;
|
|
3340
3304
|
return {
|
|
3341
3305
|
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', {
|
|
@@ -3349,7 +3313,7 @@ var Tailwind = {
|
|
|
3349
3313
|
sort: {
|
|
3350
3314
|
className: 'inline-block align-middle'
|
|
3351
3315
|
},
|
|
3352
|
-
|
|
3316
|
+
sortIcon: function sortIcon(_ref166) {
|
|
3353
3317
|
var context = _ref166.context;
|
|
3354
3318
|
return {
|
|
3355
3319
|
className: classNames('ml-2 inline-block align-middle', {
|
|
@@ -3358,13 +3322,13 @@ var Tailwind = {
|
|
|
3358
3322
|
})
|
|
3359
3323
|
};
|
|
3360
3324
|
},
|
|
3361
|
-
|
|
3325
|
+
sortBadge: {
|
|
3362
3326
|
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
|
|
3363
3327
|
)
|
|
3364
3328
|
},
|
|
3365
3329
|
|
|
3366
|
-
|
|
3367
|
-
|
|
3330
|
+
columnResizer: 'block absolute top-0 right-0 m-0 w-2 h-full p-0 cursor-col-resize border border-transparent',
|
|
3331
|
+
checkboxWrapper: {
|
|
3368
3332
|
className: classNames('cursor-pointer inline-flex relative select-none align-bottom', 'w-6 h-6 mr-2')
|
|
3369
3333
|
},
|
|
3370
3334
|
checkbox: function checkbox(_ref167) {
|
|
@@ -3378,7 +3342,7 @@ var Tailwind = {
|
|
|
3378
3342
|
})
|
|
3379
3343
|
};
|
|
3380
3344
|
},
|
|
3381
|
-
|
|
3345
|
+
checkboxIcon: function checkboxIcon(_ref168) {
|
|
3382
3346
|
var context = _ref168.context;
|
|
3383
3347
|
return {
|
|
3384
3348
|
className: classNames('w-4 h-4 transition-all duration-200 text-base dark:text-gray-900', {
|
|
@@ -3387,7 +3351,7 @@ var Tailwind = {
|
|
|
3387
3351
|
};
|
|
3388
3352
|
}
|
|
3389
3353
|
},
|
|
3390
|
-
|
|
3354
|
+
resizeHelper: 'absolute hidden w-px z-10 bg-blue-500 dark:bg-blue-300'
|
|
3391
3355
|
},
|
|
3392
3356
|
datatable: {
|
|
3393
3357
|
root: function root(_ref169) {
|
|
@@ -3398,12 +3362,12 @@ var Tailwind = {
|
|
|
3398
3362
|
})
|
|
3399
3363
|
};
|
|
3400
3364
|
},
|
|
3401
|
-
|
|
3365
|
+
loadingOverlay: {
|
|
3402
3366
|
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
|
|
3403
3367
|
)
|
|
3404
3368
|
},
|
|
3405
3369
|
|
|
3406
|
-
|
|
3370
|
+
loadingIcon: 'w-8 h-8',
|
|
3407
3371
|
wrapper: function wrapper(_ref170) {
|
|
3408
3372
|
var props = _ref170.props;
|
|
3409
3373
|
return {
|
|
@@ -3453,7 +3417,7 @@ var Tailwind = {
|
|
|
3453
3417
|
},
|
|
3454
3418
|
|
|
3455
3419
|
column: {
|
|
3456
|
-
|
|
3420
|
+
headerCell: function headerCell(_ref175) {
|
|
3457
3421
|
var context = _ref175.context,
|
|
3458
3422
|
props = _ref175.props;
|
|
3459
3423
|
return {
|
|
@@ -3472,8 +3436,8 @@ var Tailwind = {
|
|
|
3472
3436
|
};
|
|
3473
3437
|
},
|
|
3474
3438
|
|
|
3475
|
-
|
|
3476
|
-
|
|
3439
|
+
headerContent: 'flex items-center',
|
|
3440
|
+
bodyCell: function bodyCell(_ref176) {
|
|
3477
3441
|
var props = _ref176.props,
|
|
3478
3442
|
context = _ref176.context;
|
|
3479
3443
|
return {
|
|
@@ -3488,7 +3452,7 @@ var Tailwind = {
|
|
|
3488
3452
|
})
|
|
3489
3453
|
};
|
|
3490
3454
|
},
|
|
3491
|
-
|
|
3455
|
+
footerCell: function footerCell(_ref177) {
|
|
3492
3456
|
var context = _ref177.context;
|
|
3493
3457
|
return {
|
|
3494
3458
|
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',
|
|
@@ -3500,60 +3464,60 @@ var Tailwind = {
|
|
|
3500
3464
|
})
|
|
3501
3465
|
};
|
|
3502
3466
|
},
|
|
3503
|
-
|
|
3467
|
+
sortIcon: function sortIcon(_ref178) {
|
|
3504
3468
|
var context = _ref178.context;
|
|
3505
3469
|
return {
|
|
3506
3470
|
className: classNames('ml-2', context.sorted ? 'text-blue-700 dark:text-white/80' : 'text-slate-700 dark:text-white/70')
|
|
3507
3471
|
};
|
|
3508
3472
|
},
|
|
3509
|
-
|
|
3473
|
+
sortBadge: {
|
|
3510
3474
|
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
|
|
3511
3475
|
)
|
|
3512
3476
|
},
|
|
3513
3477
|
|
|
3514
|
-
|
|
3515
|
-
|
|
3478
|
+
columnFilter: 'inline-flex items-center ml-auto',
|
|
3479
|
+
filterOverlay: {
|
|
3516
3480
|
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
|
|
3517
3481
|
)
|
|
3518
3482
|
},
|
|
3519
3483
|
|
|
3520
|
-
|
|
3484
|
+
filterMatchModeDropdown: {
|
|
3521
3485
|
root: 'min-[0px]:flex mb-2'
|
|
3522
3486
|
},
|
|
3523
|
-
|
|
3524
|
-
|
|
3487
|
+
filterRowItems: 'm-0 p-0 py-3 list-none ',
|
|
3488
|
+
filterRowItem: function filterRowItem(_ref179) {
|
|
3525
3489
|
var context = _ref179.context;
|
|
3526
3490
|
return {
|
|
3527
3491
|
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')
|
|
3528
3492
|
};
|
|
3529
3493
|
},
|
|
3530
|
-
|
|
3494
|
+
filterOperator: {
|
|
3531
3495
|
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
|
|
3532
3496
|
)
|
|
3533
3497
|
},
|
|
3534
3498
|
|
|
3535
|
-
|
|
3499
|
+
filterOperatorDropdown: {
|
|
3536
3500
|
root: 'min-[0px]:flex'
|
|
3537
3501
|
},
|
|
3538
|
-
|
|
3539
|
-
|
|
3540
|
-
|
|
3502
|
+
filterConstraint: 'p-5 border-b border-solid border-gray-300 dark:border-blue-900/40',
|
|
3503
|
+
filterAddRule: 'py-3 px-5',
|
|
3504
|
+
filterAddRuleButton: {
|
|
3541
3505
|
root: 'justify-center w-full min-[0px]:text-sm',
|
|
3542
3506
|
label: 'flex-auto grow-0',
|
|
3543
3507
|
icon: 'mr-2'
|
|
3544
3508
|
},
|
|
3545
|
-
|
|
3509
|
+
filterRemoveButton: {
|
|
3546
3510
|
root: 'ml-2',
|
|
3547
3511
|
label: 'grow-0'
|
|
3548
3512
|
},
|
|
3549
|
-
|
|
3550
|
-
|
|
3513
|
+
filterButtonbar: 'flex items-center justify-between p-5',
|
|
3514
|
+
filterClearButton: {
|
|
3551
3515
|
root: 'w-auto min-[0px]:text-sm border-blue-500 text-blue-500 px-4 py-3'
|
|
3552
3516
|
},
|
|
3553
|
-
|
|
3517
|
+
filterApplyButton: {
|
|
3554
3518
|
root: 'w-auto min-[0px]:text-sm px-4 py-3'
|
|
3555
3519
|
},
|
|
3556
|
-
|
|
3520
|
+
filterMenuButton: function filterMenuButton(_ref180) {
|
|
3557
3521
|
var context = _ref180.context;
|
|
3558
3522
|
return {
|
|
3559
3523
|
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',
|
|
@@ -3567,7 +3531,7 @@ var Tailwind = {
|
|
|
3567
3531
|
})
|
|
3568
3532
|
};
|
|
3569
3533
|
},
|
|
3570
|
-
|
|
3534
|
+
headerFilterClearButton: function headerFilterClearButton(_ref181) {
|
|
3571
3535
|
var context = _ref181.context;
|
|
3572
3536
|
return {
|
|
3573
3537
|
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', {
|
|
@@ -3575,9 +3539,9 @@ var Tailwind = {
|
|
|
3575
3539
|
})
|
|
3576
3540
|
};
|
|
3577
3541
|
},
|
|
3578
|
-
|
|
3542
|
+
columnResizer: 'block absolute top-0 right-0 m-0 w-2 h-full p-0 cursor-col-resize border border-transparent',
|
|
3579
3543
|
rowreordericon: 'cursor-move',
|
|
3580
|
-
|
|
3544
|
+
rowEditorInitButton: {
|
|
3581
3545
|
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)]',
|
|
3582
3546
|
//Focus
|
|
3583
3547
|
'hover:text-slate-700 hover:bg-gray-300/20',
|
|
@@ -3586,7 +3550,7 @@ var Tailwind = {
|
|
|
3586
3550
|
)
|
|
3587
3551
|
},
|
|
3588
3552
|
|
|
3589
|
-
|
|
3553
|
+
rowEditorSaveButton: {
|
|
3590
3554
|
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)]',
|
|
3591
3555
|
//Focus
|
|
3592
3556
|
'hover:text-slate-700 hover:bg-gray-300/20',
|
|
@@ -3595,7 +3559,7 @@ var Tailwind = {
|
|
|
3595
3559
|
)
|
|
3596
3560
|
},
|
|
3597
3561
|
|
|
3598
|
-
|
|
3562
|
+
rowEditorCancelButton: {
|
|
3599
3563
|
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)]',
|
|
3600
3564
|
//Focus
|
|
3601
3565
|
'hover:text-slate-700 hover:bg-gray-300/20',
|
|
@@ -3628,7 +3592,7 @@ var Tailwind = {
|
|
|
3628
3592
|
headercheckboxwrapper: {
|
|
3629
3593
|
className: classNames('cursor-pointer inline-flex relative select-none align-bottom', 'w-6 h-6')
|
|
3630
3594
|
},
|
|
3631
|
-
|
|
3595
|
+
headerCheckbox: function headerCheckbox(_ref184) {
|
|
3632
3596
|
var context = _ref184.context;
|
|
3633
3597
|
return {
|
|
3634
3598
|
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', {
|
|
@@ -3653,7 +3617,7 @@ var Tailwind = {
|
|
|
3653
3617
|
checkboxicon: 'w-4 h-4 transition-all duration-200 text-white text-base dark:text-gray-900',
|
|
3654
3618
|
transition: TRANSITIONS.overlay
|
|
3655
3619
|
},
|
|
3656
|
-
|
|
3620
|
+
bodyRow: function bodyRow(_ref186) {
|
|
3657
3621
|
var context = _ref186.context;
|
|
3658
3622
|
return {
|
|
3659
3623
|
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]',
|
|
@@ -3667,11 +3631,11 @@ var Tailwind = {
|
|
|
3667
3631
|
};
|
|
3668
3632
|
},
|
|
3669
3633
|
|
|
3670
|
-
|
|
3671
|
-
|
|
3634
|
+
rowExpansion: 'bg-white text-gray-600 dark:bg-gray-900 dark:text-white/80',
|
|
3635
|
+
rowGroupHeader: {
|
|
3672
3636
|
className: classNames('sticky z-[1]', 'bg-white text-gray-600', 'transition duration-200')
|
|
3673
3637
|
},
|
|
3674
|
-
|
|
3638
|
+
rowgroupFooter: {
|
|
3675
3639
|
className: classNames('sticky z-[1]', 'bg-white text-gray-600', 'transition duration-200')
|
|
3676
3640
|
},
|
|
3677
3641
|
rowgrouptoggler: {
|
|
@@ -3680,7 +3644,7 @@ var Tailwind = {
|
|
|
3680
3644
|
},
|
|
3681
3645
|
|
|
3682
3646
|
rowgrouptogglericon: 'inline-block w-4 h-4',
|
|
3683
|
-
|
|
3647
|
+
resizeHelper: 'absolute hidden w-px z-10 bg-blue-500 dark:bg-blue-300'
|
|
3684
3648
|
},
|
|
3685
3649
|
// CHART
|
|
3686
3650
|
chart: {
|