@mythpe/quasar-ui-qui 0.3.77 → 0.3.78

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.3.77",
3
+ "version": "0.3.78",
4
4
  "description": "MyTh Quasar UI Kit App Extension",
5
5
  "author": {
6
6
  "name": "MyTh Ahmed Faiz",
@@ -167,7 +167,19 @@ export const useBindInput = <P extends G = G> (Props: MaybeRefOrGetter<P>, key:
167
167
  if (typeof props.excel === 'string' && props.excel?.length > 0) {
168
168
  l.push(props.excel)
169
169
  } else {
170
- l.push('application/vnd.ms-excel')
170
+ l.push(
171
+ '.xls',
172
+ '.xlsx',
173
+ '.xlsm',
174
+ '.xlsb',
175
+ 'application/vnd.ms-excel',
176
+ 'application/vnd.openxmlformats-officedocument.spreadsheetml.sheet',
177
+ 'application/vnd.ms-excel.sheet.macroEnabled.12',
178
+ 'application/vnd.ms-excel.sheet.binary.macroEnabled.12',
179
+ 'application/vnd.ms-excel.template.macroEnabled.12',
180
+ 'application/vnd.openxmlformats-officedocument.spreadsheetml.template',
181
+ 'application/vnd.ms-excel.addin.macroEnabled.12'
182
+ )
171
183
  }
172
184
  }
173
185
  return l