OrderList & PickList button label fixes

pull/4239/head
Tuğçe Küçükoğlu 2023-08-02 18:06:18 +03:00
parent b8d77f87a2
commit 195629fad8
1 changed files with 32 additions and 16 deletions

View File

@ -2525,7 +2525,8 @@ export default {
'cursor-default pointer-events-none opacity-60': context.disabled 'cursor-default pointer-events-none opacity-60': context.disabled
} }
] ]
}) }),
label: 'flex-initial w-0'
}, },
movetopbutton: { movetopbutton: {
root: ({ context }) => ({ root: ({ context }) => ({
@ -2540,7 +2541,8 @@ export default {
'cursor-default pointer-events-none opacity-60': context.disabled 'cursor-default pointer-events-none opacity-60': context.disabled
} }
] ]
}) }),
label: 'flex-initial w-0'
}, },
movedownbutton: { movedownbutton: {
root: ({ context }) => ({ root: ({ context }) => ({
@ -2555,7 +2557,8 @@ export default {
'cursor-default pointer-events-none opacity-60': context.disabled 'cursor-default pointer-events-none opacity-60': context.disabled
} }
] ]
}) }),
label: 'flex-initial w-0'
}, },
movebottombutton: { movebottombutton: {
root: ({ context }) => ({ root: ({ context }) => ({
@ -2570,7 +2573,8 @@ export default {
'cursor-default pointer-events-none opacity-60': context.disabled 'cursor-default pointer-events-none opacity-60': context.disabled
} }
] ]
}) }),
label: 'flex-initial w-0'
}, },
container: { container: {
class: 'flex-auto' class: 'flex-auto'
@ -2621,7 +2625,8 @@ export default {
'cursor-default pointer-events-none opacity-60': context.disabled 'cursor-default pointer-events-none opacity-60': context.disabled
} }
] ]
}) }),
label: 'flex-initial w-0'
}, },
sourcemovetopbutton: { sourcemovetopbutton: {
root: ({ context }) => ({ root: ({ context }) => ({
@ -2636,7 +2641,8 @@ export default {
'cursor-default pointer-events-none opacity-60': context.disabled 'cursor-default pointer-events-none opacity-60': context.disabled
} }
] ]
}) }),
label: 'flex-initial w-0'
}, },
sourcemovedownbutton: { sourcemovedownbutton: {
root: ({ context }) => ({ root: ({ context }) => ({
@ -2651,7 +2657,8 @@ export default {
'cursor-default pointer-events-none opacity-60': context.disabled 'cursor-default pointer-events-none opacity-60': context.disabled
} }
] ]
}) }),
label: 'flex-initial w-0'
}, },
sourcemovebottombutton: { sourcemovebottombutton: {
root: ({ context }) => ({ root: ({ context }) => ({
@ -2666,7 +2673,8 @@ export default {
'cursor-default pointer-events-none opacity-60': context.disabled 'cursor-default pointer-events-none opacity-60': context.disabled
} }
] ]
}) }),
label: 'flex-initial w-0'
}, },
sourcewrapper: { sourcewrapper: {
class: 'grow shrink basis-2/4' class: 'grow shrink basis-2/4'
@ -2712,7 +2720,8 @@ export default {
'cursor-default pointer-events-none opacity-60': context.disabled 'cursor-default pointer-events-none opacity-60': context.disabled
} }
] ]
}) }),
label: 'flex-initial w-0'
}, },
movealltotargetbutton: { movealltotargetbutton: {
root: ({ context }) => ({ root: ({ context }) => ({
@ -2727,7 +2736,8 @@ export default {
'cursor-default pointer-events-none opacity-60': context.disabled 'cursor-default pointer-events-none opacity-60': context.disabled
} }
] ]
}) }),
label: 'flex-initial w-0'
}, },
movetosourcebutton: { movetosourcebutton: {
root: ({ context }) => ({ root: ({ context }) => ({
@ -2742,7 +2752,8 @@ export default {
'cursor-default pointer-events-none opacity-60': context.disabled 'cursor-default pointer-events-none opacity-60': context.disabled
} }
] ]
}) }),
label: 'flex-initial w-0'
}, },
movealltosourcebutton: { movealltosourcebutton: {
root: ({ context }) => ({ root: ({ context }) => ({
@ -2757,7 +2768,8 @@ export default {
'cursor-default pointer-events-none opacity-60': context.disabled 'cursor-default pointer-events-none opacity-60': context.disabled
} }
] ]
}) }),
label: 'flex-initial w-0'
}, },
targetcontrols: { targetcontrols: {
class: 'flex flex-col justify-center p-5' class: 'flex flex-col justify-center p-5'
@ -2775,7 +2787,8 @@ export default {
'cursor-default pointer-events-none opacity-60': context.disabled 'cursor-default pointer-events-none opacity-60': context.disabled
} }
] ]
}) }),
label: 'flex-initial w-0'
}, },
targetmovetopbutton: { targetmovetopbutton: {
root: ({ context }) => ({ root: ({ context }) => ({
@ -2790,7 +2803,8 @@ export default {
'cursor-default pointer-events-none opacity-60': context.disabled 'cursor-default pointer-events-none opacity-60': context.disabled
} }
] ]
}) }),
label: 'flex-initial w-0'
}, },
targetmovedownbutton: { targetmovedownbutton: {
root: ({ context }) => ({ root: ({ context }) => ({
@ -2805,7 +2819,8 @@ export default {
'cursor-default pointer-events-none opacity-60': context.disabled 'cursor-default pointer-events-none opacity-60': context.disabled
} }
] ]
}) }),
label: 'flex-initial w-0'
}, },
targetmovebottombutton: { targetmovebottombutton: {
root: ({ context }) => ({ root: ({ context }) => ({
@ -2820,7 +2835,8 @@ export default {
'cursor-default pointer-events-none opacity-60': context.disabled 'cursor-default pointer-events-none opacity-60': context.disabled
} }
] ]
}) }),
label: 'flex-initial w-0'
}, },
targetwrapper: { targetwrapper: {
class: 'grow shrink basis-2/4' class: 'grow shrink basis-2/4'