g-ui-web 0.10.40 → 0.11.0-test.2

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.
Files changed (93) hide show
  1. package/global.d.ts +4 -1
  2. package/lib/bar/index.d.ts +4 -59
  3. package/lib/bar/src/chart.d.ts +1 -1
  4. package/lib/bar/src/index.vue.d.ts +6 -12
  5. package/lib/bar/src/options.d.ts +18 -5
  6. package/lib/bar-compare/index.d.ts +4 -55
  7. package/lib/bar-compare/src/chart.d.ts +1 -1
  8. package/lib/bar-compare/src/index.vue.d.ts +6 -12
  9. package/lib/bar-compare/src/options.d.ts +27 -2
  10. package/lib/bar-conv/index.d.ts +4 -49
  11. package/lib/bar-conv/src/index.vue.d.ts +6 -10
  12. package/lib/bar-line/index.d.ts +4 -49
  13. package/lib/bar-line/src/chart.d.ts +1 -1
  14. package/lib/bar-line/src/index.vue.d.ts +6 -10
  15. package/lib/bar-line/src/options.d.ts +25 -4
  16. package/lib/box/index.d.ts +15 -0
  17. package/lib/box/src/index.vue.d.ts +9 -0
  18. package/lib/calendar/index.d.ts +132 -0
  19. package/lib/calendar/src/index.vue.d.ts +865 -0
  20. package/lib/cashflow/index.d.ts +5 -55
  21. package/lib/cashflow/src/index.vue.d.ts +7 -10
  22. package/lib/chart/index.d.ts +1 -0
  23. package/lib/chart/src/index.vue.d.ts +6 -4
  24. package/lib/datatable/index.d.ts +42 -3
  25. package/lib/datatable/src/index.vue.d.ts +25 -1
  26. package/lib/ele/drawer/index.d.ts +16 -0
  27. package/lib/ele/drawer/src/index.vue.d.ts +14 -0
  28. package/lib/ele/menu/index.d.ts +16 -0
  29. package/lib/ele/menu/src/index.vue.d.ts +14 -0
  30. package/lib/ele/menu-item/index.d.ts +18 -0
  31. package/lib/ele/menu-item/src/index.vue.d.ts +16 -0
  32. package/lib/ele/menu-item-group/index.d.ts +16 -0
  33. package/lib/ele/menu-item-group/src/index.vue.d.ts +14 -0
  34. package/lib/ele/popover/index.d.ts +16 -0
  35. package/lib/ele/popover/src/index.vue.d.ts +14 -0
  36. package/lib/ele/sub-menu/index.d.ts +18 -0
  37. package/lib/ele/sub-menu/src/index.vue.d.ts +16 -0
  38. package/lib/ele/table/index.d.ts +41 -13
  39. package/lib/ele/table/src/index.vue.d.ts +40 -9
  40. package/lib/fonts/font.css +5 -5
  41. package/lib/funnel/index.d.ts +4 -49
  42. package/lib/funnel/src/chart.d.ts +1 -1
  43. package/lib/funnel/src/index.vue.d.ts +6 -10
  44. package/lib/funnel/src/options.d.ts +19 -2
  45. package/lib/g-ui-web.js +41160 -38658
  46. package/lib/g-ui-web.js.gz +0 -0
  47. package/lib/g-ui-web.umd.cjs +78 -72
  48. package/lib/line/index.d.ts +4 -53
  49. package/lib/line/src/chart.d.ts +1 -1
  50. package/lib/line/src/index.vue.d.ts +6 -10
  51. package/lib/line/src/options.d.ts +21 -1
  52. package/lib/map/index.d.ts +4 -49
  53. package/lib/map/src/index.vue.d.ts +6 -10
  54. package/lib/node-achievement/index.d.ts +22 -1
  55. package/lib/node-achievement/src/index.vue.d.ts +28 -1
  56. package/lib/pie/index.d.ts +4 -67
  57. package/lib/pie/src/chart.d.ts +1 -1
  58. package/lib/pie/src/index.vue.d.ts +6 -14
  59. package/lib/pie/src/options.d.ts +18 -1
  60. package/lib/pie-distri/index.d.ts +4 -77
  61. package/lib/pie-distri/src/index.vue.d.ts +6 -18
  62. package/lib/pie-distri/src/options.d.ts +28 -3
  63. package/lib/pie-level/index.d.ts +4 -112
  64. package/lib/pie-level/src/chart.d.ts +2 -0
  65. package/lib/pie-level/src/index.vue.d.ts +5 -28
  66. package/lib/pie-level/src/options.d.ts +18 -0
  67. package/lib/pie-table/index.d.ts +25 -1
  68. package/lib/pie-table/src/index.vue.d.ts +29 -1
  69. package/lib/plan/index.d.ts +22 -1
  70. package/lib/plan/src/index.vue.d.ts +214 -1
  71. package/lib/radar/index.d.ts +4 -49
  72. package/lib/radar/src/index.vue.d.ts +6 -10
  73. package/lib/radar/src/options.d.ts +17 -2
  74. package/lib/ranking-cup/index.d.ts +25 -1
  75. package/lib/ranking-cup/src/index.vue.d.ts +27 -1
  76. package/lib/ranking-list/index.d.ts +25 -1
  77. package/lib/ranking-list/src/index.vue.d.ts +29 -1
  78. package/lib/ranking-rb/index.d.ts +43 -1
  79. package/lib/ranking-rb/src/index.vue.d.ts +37 -1
  80. package/lib/ranking-table/index.d.ts +25 -1
  81. package/lib/ranking-table/src/index.vue.d.ts +29 -1
  82. package/lib/reserve/index.d.ts +5 -55
  83. package/lib/reserve/src/index.vue.d.ts +7 -10
  84. package/lib/style.css +1 -1
  85. package/lib/style.css.gz +0 -0
  86. package/lib/target-achievement/src/options.d.ts +1 -1
  87. package/lib/utils/index.d.ts +1 -0
  88. package/lib/utils/loading/index.d.ts +9 -0
  89. package/lib/utils/theme/config/black-gold.d.ts +24 -0
  90. package/lib/utils/theme/config/white-blue.d.ts +24 -0
  91. package/lib/utils/theme/config/white-green.d.ts +24 -0
  92. package/lib/utils/theme/index.d.ts +1 -1
  93. package/package.json +7 -5
@@ -1,5 +1,9 @@
1
1
  declare function __VLS_template(): {
2
- slots: Partial<Record<NonNullable<string | number>, (_: any) => any>>;
2
+ slots: Partial<Record<NonNullable<string | number>, (_: any) => any>> & {
3
+ empty?(_: {
4
+ class: string;
5
+ }): any;
6
+ };
3
7
  refs: {
4
8
  elTableRef: import('vue').CreateComponentPublicInstanceWithMixins<Readonly<globalThis.ExtractPropTypes<{
5
9
  data: {
@@ -84,6 +88,10 @@ declare function __VLS_template(): {
84
88
  type: (NumberConstructor | StringConstructor)[];
85
89
  default: undefined;
86
90
  };
91
+ allowDragLastColumn: {
92
+ type: BooleanConstructor;
93
+ default: boolean;
94
+ };
87
95
  }>> & {
88
96
  onScroll?: ((...args: any[]) => any) | undefined;
89
97
  onSelect?: ((...args: any[]) => any) | undefined;
@@ -185,7 +193,8 @@ declare function __VLS_template(): {
185
193
  scrollTo: (options: ScrollToOptions | number, yCoord?: number) => void;
186
194
  setScrollLeft: (left?: number) => void;
187
195
  setScrollTop: (top?: number) => void;
188
- }, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("scroll" | "select" | "select-all" | "expand-change" | "current-change" | "selection-change" | "cell-mouse-enter" | "cell-mouse-leave" | "cell-contextmenu" | "cell-click" | "cell-dblclick" | "row-click" | "row-contextmenu" | "row-dblclick" | "header-click" | "header-contextmenu" | "sort-change" | "filter-change" | "header-dragend")[], import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, {
196
+ allowDragLastColumn: boolean;
197
+ }, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("select" | "scroll" | "select-all" | "expand-change" | "current-change" | "selection-change" | "cell-mouse-enter" | "cell-mouse-leave" | "cell-contextmenu" | "cell-click" | "cell-dblclick" | "row-click" | "row-contextmenu" | "row-dblclick" | "header-click" | "header-contextmenu" | "sort-change" | "filter-change" | "header-dragend")[], import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, {
189
198
  data: any[];
190
199
  style: import('vue').CSSProperties;
191
200
  tableLayout: "fixed" | "auto";
@@ -194,6 +203,7 @@ declare function __VLS_template(): {
194
203
  fit: boolean;
195
204
  lazy: boolean;
196
205
  scrollbarAlwaysOn: boolean;
206
+ allowDragLastColumn: boolean;
197
207
  stripe: boolean;
198
208
  treeProps: import('element-plus/es/components/table/src/table/defaults').TreeProps | undefined;
199
209
  showHeader: boolean;
@@ -294,6 +304,10 @@ declare function __VLS_template(): {
294
304
  type: (NumberConstructor | StringConstructor)[];
295
305
  default: undefined;
296
306
  };
307
+ allowDragLastColumn: {
308
+ type: BooleanConstructor;
309
+ default: boolean;
310
+ };
297
311
  }>> & {
298
312
  onScroll?: ((...args: any[]) => any) | undefined;
299
313
  onSelect?: ((...args: any[]) => any) | undefined;
@@ -395,6 +409,7 @@ declare function __VLS_template(): {
395
409
  scrollTo: (options: ScrollToOptions | number, yCoord?: number) => void;
396
410
  setScrollLeft: (left?: number) => void;
397
411
  setScrollTop: (top?: number) => void;
412
+ allowDragLastColumn: boolean;
398
413
  }, {}, {}, {}, {
399
414
  data: any[];
400
415
  style: import('vue').CSSProperties;
@@ -404,6 +419,7 @@ declare function __VLS_template(): {
404
419
  fit: boolean;
405
420
  lazy: boolean;
406
421
  scrollbarAlwaysOn: boolean;
422
+ allowDragLastColumn: boolean;
407
423
  stripe: boolean;
408
424
  treeProps: import('element-plus/es/components/table/src/table/defaults').TreeProps | undefined;
409
425
  showHeader: boolean;
@@ -420,19 +436,34 @@ declare function __VLS_template(): {
420
436
  };
421
437
  type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
422
438
  declare const __VLS_component: import('vue').DefineComponent<globalThis.ExtractPropTypes<{
423
- stripe: {
424
- type: BooleanConstructor;
425
- default: boolean;
439
+ data: {
440
+ type: ArrayConstructor;
441
+ };
442
+ emptyText: {
443
+ type: StringConstructor;
444
+ default: string;
445
+ };
446
+ textSize: {
447
+ type: StringConstructor;
448
+ default: string;
426
449
  };
427
450
  }>, {
428
451
  elTableRef: globalThis.Ref<any, any>;
429
452
  }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
430
- stripe: {
431
- type: BooleanConstructor;
432
- default: boolean;
453
+ data: {
454
+ type: ArrayConstructor;
455
+ };
456
+ emptyText: {
457
+ type: StringConstructor;
458
+ default: string;
459
+ };
460
+ textSize: {
461
+ type: StringConstructor;
462
+ default: string;
433
463
  };
434
464
  }>> & Readonly<{}>, {
435
- stripe: boolean;
465
+ emptyText: string;
466
+ textSize: string;
436
467
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
437
468
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
438
469
  export default _default;
@@ -1,6 +1,6 @@
1
1
  @font-face {
2
- font-family: 'DIN';
3
- src: url('./bb3347.ttf');
4
- font-weight: normal;
5
- font-style: normal;
6
- }
2
+ font-family: 'DIN';
3
+ src: url('./bb3347.ttf');
4
+ font-weight: normal;
5
+ font-style: normal;
6
+ }
@@ -1,59 +1,14 @@
1
1
  declare const GFunnel: ({
2
- new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<globalThis.ExtractPropTypes<{
3
- options: {
4
- type: ObjectConstructor;
5
- default: {};
6
- };
7
- dbOptions: {
8
- type: ObjectConstructor;
9
- default: {};
10
- };
11
- }>> & Readonly<{}>, {
12
- props: any;
13
- funnelRef: globalThis.Ref<null, null>;
14
- }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
15
- options: Record<string, any>;
16
- dbOptions: Record<string, any>;
17
- }, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
18
- P: {};
19
- B: {};
20
- D: {};
21
- C: {};
22
- M: {};
23
- Defaults: {};
24
- }, Readonly<globalThis.ExtractPropTypes<{
25
- options: {
26
- type: ObjectConstructor;
27
- default: {};
28
- };
29
- dbOptions: {
30
- type: ObjectConstructor;
31
- default: {};
32
- };
33
- }>> & Readonly<{}>, {
34
- props: any;
35
- funnelRef: globalThis.Ref<null, null>;
36
- }, {}, {}, {}, {
37
- options: Record<string, any>;
38
- dbOptions: Record<string, any>;
39
- }>;
2
+ new (...args: any[]): any;
40
3
  __isFragment?: never;
41
4
  __isTeleport?: never;
42
5
  __isSuspense?: never;
43
- } & import('vue').ComponentOptionsBase<Readonly<globalThis.ExtractPropTypes<{
44
- options: {
45
- type: ObjectConstructor;
46
- default: {};
47
- };
48
- dbOptions: {
49
- type: ObjectConstructor;
50
- default: {};
51
- };
52
- }>> & Readonly<{}>, {
6
+ } & import('vue').ComponentOptionsBase<any, {
53
7
  props: any;
54
8
  funnelRef: globalThis.Ref<null, null>;
55
- }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
9
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, any, string, {
56
10
  options: Record<string, any>;
11
+ description: string;
57
12
  dbOptions: Record<string, any>;
58
13
  }, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & import('vue').Plugin) & Record<string, any>;
59
14
  export default GFunnel;
@@ -1,4 +1,4 @@
1
- declare const getFunnelOptions: (options?: any) => {
1
+ declare const getFunnelOptions: (options?: any, title?: any, unit?: any) => {
2
2
  [x: string]: globalThis.Ref<any, any>;
3
3
  };
4
4
  export { getFunnelOptions };
@@ -1,4 +1,8 @@
1
1
  declare const _default: import('vue').DefineComponent<globalThis.ExtractPropTypes<{
2
+ description: {
3
+ type: StringConstructor;
4
+ default: string;
5
+ };
2
6
  options: {
3
7
  type: ObjectConstructor;
4
8
  default: {};
@@ -10,17 +14,9 @@ declare const _default: import('vue').DefineComponent<globalThis.ExtractPropType
10
14
  }>, {
11
15
  props: any;
12
16
  funnelRef: globalThis.Ref<null, null>;
13
- }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
14
- options: {
15
- type: ObjectConstructor;
16
- default: {};
17
- };
18
- dbOptions: {
19
- type: ObjectConstructor;
20
- default: {};
21
- };
22
- }>> & Readonly<{}>, {
17
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, any, string, import('vue').PublicProps, any, {
23
18
  options: Record<string, any>;
19
+ description: string;
24
20
  dbOptions: Record<string, any>;
25
21
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
26
22
  export default _default;
@@ -1,15 +1,29 @@
1
- declare const funnelOptions: () => {
1
+ declare const funnelOptions: (title: any, unit: any) => {
2
2
  backgroundColor: any;
3
3
  color: any;
4
4
  tooltip: {
5
+ show: boolean;
5
6
  trigger: string;
6
- formatter: string;
7
+ formatter: (params: any) => any;
7
8
  };
8
9
  legend: {
9
10
  trigger: string;
10
11
  orient: string;
11
12
  left: string;
12
13
  show: boolean;
14
+ itemWidth: number;
15
+ itemHeight: number;
16
+ textStyle: {
17
+ fontSize: number;
18
+ color: string;
19
+ lineHeight: number;
20
+ rich: {
21
+ a: {
22
+ verticalAlign: string;
23
+ };
24
+ };
25
+ padding: number[];
26
+ };
13
27
  };
14
28
  xAxis: {
15
29
  show: boolean;
@@ -30,12 +44,14 @@ declare const funnelOptions: () => {
30
44
  label: {
31
45
  show: boolean;
32
46
  position: string;
47
+ color: string;
33
48
  };
34
49
  labelLine: {
35
50
  length: number;
36
51
  lineStyle: {
37
52
  width: number;
38
53
  type: string;
54
+ color: string;
39
55
  };
40
56
  };
41
57
  itemStyle: {
@@ -44,6 +60,7 @@ declare const funnelOptions: () => {
44
60
  emphasis: {
45
61
  label: {
46
62
  fontSize: any;
63
+ color: string;
47
64
  };
48
65
  };
49
66
  }[];