g-ui-web 1.3.3 → 1.3.5

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.
@@ -54,6 +54,10 @@ declare const __VLS_component: import('vue').DefineComponent<globalThis.ExtractP
54
54
  type: BooleanConstructor;
55
55
  default: boolean;
56
56
  };
57
+ showDraggable: {
58
+ type: BooleanConstructor;
59
+ default: boolean;
60
+ };
57
61
  }>, {
58
62
  multipletable: globalThis.Ref<any, any>;
59
63
  }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
@@ -100,6 +104,10 @@ declare const __VLS_component: import('vue').DefineComponent<globalThis.ExtractP
100
104
  type: BooleanConstructor;
101
105
  default: boolean;
102
106
  };
107
+ showDraggable: {
108
+ type: BooleanConstructor;
109
+ default: boolean;
110
+ };
103
111
  }>> & Readonly<{
104
112
  onCellClick?: ((...args: any[]) => any) | undefined;
105
113
  onSortChange?: ((...args: any[]) => any) | undefined;
@@ -114,6 +122,7 @@ declare const __VLS_component: import('vue').DefineComponent<globalThis.ExtractP
114
122
  showOverflowTooltip: boolean;
115
123
  mergeFields: unknown[];
116
124
  tableColumns: unknown[];
125
+ showDraggable: boolean;
117
126
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
118
127
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
119
128
  export default _default;