@mythpe/quasar-ui-qui 0.4.64 → 0.4.65

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mythpe/quasar-ui-qui",
3
- "version": "0.4.64",
3
+ "version": "0.4.65",
4
4
  "description": "MyTh Quasar UI Kit App Extension",
5
5
  "author": {
6
6
  "name": "MyTh Ahmed Faiz",
@@ -129,7 +129,7 @@ export const useDtHelpers = (options: MaybeRefOrGetter<MDatatableProps>, emit?:
129
129
  const controlProps = computed<Required<MDtControlOptions>>(() => extend<Required<MDtControlOptions>>({
130
130
  name: 'control',
131
131
  justify: 'end',
132
- style: 'max-width: 150px',
132
+ style: 'max-width: 150px;width: 0;',
133
133
  align: 'right'
134
134
  }, toValue(getProp.value('control'))))
135
135
  const controlKey = computed<string>(() => controlProps.value.name)