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