@hostlink/nuxt-light 1.60.2 → 1.60.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/dist/module.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "light",
3
3
  "configKey": "light",
4
- "version": "1.60.2",
4
+ "version": "1.60.3",
5
5
  "builder": {
6
6
  "@nuxt/module-builder": "1.0.2",
7
7
  "unbuild": "3.6.1"
@@ -357,7 +357,6 @@ const submitSearch = (e) => {
357
357
  loadItems();
358
358
  };
359
359
  const onDownloadRow = async (row) => {
360
- getDrive(row.driveIndex).files.readAsBase64(row.path);
361
360
  const app = await q({
362
361
  app: {
363
362
  drive: {
@@ -13,8 +13,7 @@ const value = computed({
13
13
 
14
14
  <template>
15
15
  <l-date-picker v-model="value" v-bind="context.attrs" :label="context.label" :error="error"
16
- :type="context.inputType" :error-message="errorMessage" :disable="context.disabled"
17
- :required="context.state.required">
16
+ :type="context.inputType" :error-message="errorMessage" :disable="context.disabled">
18
17
  <template v-for="(s, name) in $slots" v-slot:[name]="props" :key="name">
19
18
  <slot :name="name" v-bind="props ?? {}"></slot>
20
19
  </template>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hostlink/nuxt-light",
3
- "version": "1.60.2",
3
+ "version": "1.60.3",
4
4
  "description": "HostLink Nuxt Light Framework",
5
5
  "repository": {
6
6
  "type": "git",