g-ui-web 1.2.32 → 1.2.33

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.
@@ -46,7 +46,7 @@ declare const __VLS_component: import('vue').DefineComponent<globalThis.ExtractP
46
46
  type: StringConstructor;
47
47
  default: string;
48
48
  };
49
- 'show-overflow-tooltip': {
49
+ showOverflowTooltip: {
50
50
  type: BooleanConstructor;
51
51
  default: boolean;
52
52
  };
@@ -54,7 +54,7 @@ declare const __VLS_component: import('vue').DefineComponent<globalThis.ExtractP
54
54
  type: BooleanConstructor;
55
55
  default: boolean;
56
56
  };
57
- 'show-summary': {
57
+ showSummary: {
58
58
  type: BooleanConstructor;
59
59
  default: boolean;
60
60
  };
@@ -96,7 +96,7 @@ declare const __VLS_component: import('vue').DefineComponent<globalThis.ExtractP
96
96
  type: StringConstructor;
97
97
  default: string;
98
98
  };
99
- 'show-overflow-tooltip': {
99
+ showOverflowTooltip: {
100
100
  type: BooleanConstructor;
101
101
  default: boolean;
102
102
  };
@@ -104,7 +104,7 @@ declare const __VLS_component: import('vue').DefineComponent<globalThis.ExtractP
104
104
  type: BooleanConstructor;
105
105
  default: boolean;
106
106
  };
107
- 'show-summary': {
107
+ showSummary: {
108
108
  type: BooleanConstructor;
109
109
  default: boolean;
110
110
  };
@@ -117,12 +117,12 @@ declare const __VLS_component: import('vue').DefineComponent<globalThis.ExtractP
117
117
  height: string;
118
118
  maxHeight: string;
119
119
  fit: boolean;
120
+ showSummary: boolean;
120
121
  rowClassName: unknown[];
122
+ showOverflowTooltip: boolean;
121
123
  mergeFields: unknown[];
122
124
  tableColumns: unknown[];
123
125
  sortableFields: unknown[];
124
- 'show-overflow-tooltip': boolean;
125
- 'show-summary': boolean;
126
126
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
127
127
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
128
128
  export default _default;