g-ui-web 1.3.7 → 1.3.9

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.
@@ -12,6 +12,7 @@ interface FieldsMap {
12
12
  lng: string;
13
13
  lat: string;
14
14
  count: string;
15
+ info: object;
15
16
  }
16
17
  interface ColumnProps {
17
18
  center: Center;
@@ -56,12 +57,24 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
56
57
  type: StringConstructor;
57
58
  default: string;
58
59
  };
60
+ infoWindowOffset: {
61
+ type: () => [number, number];
62
+ default: () => number[];
63
+ };
59
64
  dbOptions: {
60
65
  type: PropType<ColumnProps>;
61
66
  default: () => {};
62
67
  require: boolean;
63
68
  };
64
- }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
69
+ }>, {
70
+ createInfoWindow: (opts?: any) => any;
71
+ openInfoWindow: (content: any, position: any, opts?: any) => void;
72
+ closeInfoWindow: () => void;
73
+ getInfoWindow: () => any;
74
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
75
+ "click-marker": (item: any) => any;
76
+ "hover-marker": (item: any) => any;
77
+ }, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
65
78
  ak: {
66
79
  type: StringConstructor;
67
80
  require: string;
@@ -90,12 +103,19 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
90
103
  type: StringConstructor;
91
104
  default: string;
92
105
  };
106
+ infoWindowOffset: {
107
+ type: () => [number, number];
108
+ default: () => number[];
109
+ };
93
110
  dbOptions: {
94
111
  type: PropType<ColumnProps>;
95
112
  default: () => {};
96
113
  require: boolean;
97
114
  };
98
- }>> & Readonly<{}>, {
115
+ }>> & Readonly<{
116
+ "onClick-marker"?: ((item: any) => any) | undefined;
117
+ "onHover-marker"?: ((item: any) => any) | undefined;
118
+ }>, {
99
119
  dbOptions: ColumnProps;
100
120
  height: string;
101
121
  zoom: number;
@@ -103,5 +123,6 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
103
123
  opacity: number;
104
124
  module: string;
105
125
  gradient: Record<string, any>;
126
+ infoWindowOffset: [number, number];
106
127
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
107
128
  export default _default;
@@ -58,6 +58,10 @@ declare const __VLS_component: import('vue').DefineComponent<globalThis.ExtractP
58
58
  type: BooleanConstructor;
59
59
  default: boolean;
60
60
  };
61
+ minColumnWidth: {
62
+ type: NumberConstructor;
63
+ default: number;
64
+ };
61
65
  }>, {
62
66
  multipletable: globalThis.Ref<any, any>;
63
67
  }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
@@ -108,6 +112,10 @@ declare const __VLS_component: import('vue').DefineComponent<globalThis.ExtractP
108
112
  type: BooleanConstructor;
109
113
  default: boolean;
110
114
  };
115
+ minColumnWidth: {
116
+ type: NumberConstructor;
117
+ default: number;
118
+ };
111
119
  }>> & Readonly<{
112
120
  onCellClick?: ((...args: any[]) => any) | undefined;
113
121
  onSortChange?: ((...args: any[]) => any) | undefined;
@@ -123,6 +131,7 @@ declare const __VLS_component: import('vue').DefineComponent<globalThis.ExtractP
123
131
  mergeFields: unknown[];
124
132
  tableColumns: unknown[];
125
133
  showDraggable: boolean;
134
+ minColumnWidth: number;
126
135
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
127
136
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
128
137
  export default _default;