@hoenergy/hoenergy-template-pc 1.1.56 → 1.1.58

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 (37) hide show
  1. package/.i18n_extractor.json +8 -8
  2. package/dist/components/Business/dataEntry/FormaxEleTimePicker/index.vue.d.ts +2 -2
  3. package/dist/components/charts/chart/FormaxChart/index.vue.d.ts +2 -0
  4. package/dist/index.js +13 -13
  5. package/dist/index.mjs +209 -208
  6. package/dist/style.css +1 -1
  7. package/docs/tailwind.css +4 -4
  8. package/package.json +1 -1
  9. package/src/components/Business/dataEntry/FormaxEleTimePicker/index.ts +55 -55
  10. package/src/components/Business/dataEntry/FormaxEleTimePicker/index.vue +104 -106
  11. package/src/components/Business/dataEntry/FormaxEleTimePicker/preview.vue +16 -16
  12. package/src/components/Business/dataEntry/modalSearchTable/hooks/useModalSearchTable.ts +73 -73
  13. package/src/components/Business/dataEntry/modalSearchTable/index.ts +184 -184
  14. package/src/components/Business/dataEntry/modalSearchTable/index.vue +376 -376
  15. package/src/components/Business/dataEntry/modalSearchTable/preview.vue +81 -81
  16. package/src/components/Business/dataEntry/modalTableSelect/hooks/useModalTableSelect.ts +73 -73
  17. package/src/components/charts/chart/FormaxChart/index.vue +5 -1
  18. package/src/components/data/form/searchForm/preview.vue +53 -53
  19. package/src/components/data/form/searchForm/src/hooks/helper.ts +21 -21
  20. package/src/components/data/form/searchForm/src/icon.ts +8 -8
  21. package/src/components/data/form/searchForm/src/types/form.ts +1 -1
  22. package/src/components/data/table/FormaxTable/src/BasicTable.ts +12 -12
  23. package/src/components/data/table/FormaxTable/src/components/TableAction.vue +1 -1
  24. package/src/components/data/table/FormaxTable/src/const.ts +11 -11
  25. package/src/components/data/table/FormaxTable/src/hooks/useColumns.ts +147 -147
  26. package/src/components/data/table/FormaxTable/src/hooks/usePagination.ts +72 -72
  27. package/src/components/data/table/FormaxTable/src/props.ts +77 -77
  28. package/src/components/data/table/FormaxTable/src/types/tableAction.ts +25 -25
  29. package/src/components/data/table/FormaxTable/src/utils.ts +65 -65
  30. package/src/components/general/icon/FormaxIcon/local-test-icon.svg +7 -7
  31. package/src/components/general/icon/FormaxIcon/preview.vue +19 -19
  32. package/src/components/general/map/MapPoint/index.ts +146 -146
  33. package/src/components/general/map/MapPoint/preview.vue +75 -75
  34. package/src/components/general/modal/FormaxModal/src/hooks/helper.ts +21 -21
  35. package/src/components/general/viewer/FormaxFileViewer/index.ts +92 -92
  36. package/src/components/general/viewer/FormaxFileViewer/preview.vue +39 -39
  37. package/tsup.config.ts +16 -16
@@ -1,8 +1,8 @@
1
- {
2
- "langs": ["en", "vi"],
3
- "scanPath": "src",
4
- "fileType": "vue|ts|js|jsx|tsx",
5
- "localePath": "src/locales",
6
- "keyCount": 10,
7
- "onlyExtract": false
8
- }
1
+ {
2
+ "langs": ["en", "vi"],
3
+ "scanPath": "src",
4
+ "fileType": "vue|ts|js|jsx|tsx",
5
+ "localePath": "src/locales",
6
+ "keyCount": 10,
7
+ "onlyExtract": false
8
+ }
@@ -4,10 +4,10 @@ type __VLS_Props = {
4
4
  declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
5
5
  "update:value": (value: string | null) => any;
6
6
  "on-confirm": (value: string | null) => any;
7
- "update:show": (show: boolean, value: string | null) => any;
7
+ "update:show": (value: boolean) => any;
8
8
  }, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{
9
9
  "onUpdate:value"?: ((value: string | null) => any) | undefined;
10
10
  "onOn-confirm"?: ((value: string | null) => any) | undefined;
11
- "onUpdate:show"?: ((show: boolean, value: string | null) => any) | undefined;
11
+ "onUpdate:show"?: ((value: boolean) => any) | undefined;
12
12
  }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
13
13
  export default _default;
@@ -18,6 +18,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
18
18
  mousemove: (...args: any[]) => void;
19
19
  zoomChange: (...args: any[]) => void;
20
20
  seriesClick: (...args: any[]) => void;
21
+ brushEnd: (...args: any[]) => void;
21
22
  }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
22
23
  option: ObjectConstructor;
23
24
  height: {
@@ -29,6 +30,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
29
30
  onMousemove?: ((...args: any[]) => any) | undefined;
30
31
  onZoomChange?: ((...args: any[]) => any) | undefined;
31
32
  onSeriesClick?: ((...args: any[]) => any) | undefined;
33
+ onBrushEnd?: ((...args: any[]) => any) | undefined;
32
34
  }>, {
33
35
  height: string;
34
36
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {