@lx-frontend/wrap-element-ui 1.0.26 → 2.0.0

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 (81) hide show
  1. package/README.md +24 -89
  2. package/dist/index.css +1 -0
  3. package/dist/index.mjs +2097 -0
  4. package/dist/index.mjs.map +1 -0
  5. package/dist/{vue2/types → types}/components/EditableTable/features/bizColorSelect.vue.d.ts +11 -5
  6. package/dist/{vue2/types → types}/components/EditableTable/features/bizTableHeaderPopover/BizCheckboxFilter.vue.d.ts +7 -5
  7. package/dist/{vue2/types → types}/components/EditableTable/features/bizTableHeaderPopover/BizColorRadioFilter.vue.d.ts +7 -5
  8. package/dist/{vue2/types → types}/components/EditableTable/features/bizTableHeaderPopover/BizDoubleDatePickerFilter.vue.d.ts +5 -3
  9. package/dist/{vue2/types → types}/components/EditableTable/features/bizTableHeaderPopover/BizInputFilter.vue.d.ts +7 -5
  10. package/dist/{vue2/types → types}/components/EditableTable/features/bizTableHeaderPopover/BizMonthDayPicker.vue.d.ts +7 -5
  11. package/dist/{vue2/types → types}/components/EditableTable/features/bizTableHeaderPopover/BizRadioFilter.vue.d.ts +7 -5
  12. package/dist/types/components/EditableTable/features/bizTableHeaderPopover/BizSortFilter.vue.d.ts +25 -0
  13. package/dist/{vue3/types → types}/components/EditableTable/features/bizTableHeaderPopover/index.vue.d.ts +77 -77
  14. package/dist/{vue2/types → types}/components/EditableTable/features/bizTableOperatePopover.vue.d.ts +10 -6
  15. package/dist/{vue3/types → types}/components/EditableTable/features/bizViewSettingDialog.vue.d.ts +35 -35
  16. package/dist/{vue3/types → types}/components/EditableTable/hooks/index.d.ts +9 -9
  17. package/dist/{vue3/types → types}/components/EditableTable/hooks/useCellHover.d.ts +19 -19
  18. package/dist/{vue3/types → types}/components/EditableTable/hooks/useColumnHeaderOperation.d.ts +37 -37
  19. package/dist/{vue3/types → types}/components/EditableTable/hooks/useDefaultOperation.d.ts +22 -22
  20. package/dist/{vue3/types → types}/components/EditableTable/hooks/useDragSort.d.ts +15 -15
  21. package/dist/{vue3/types → types}/components/EditableTable/hooks/usePagination.d.ts +12 -12
  22. package/dist/{vue3/types → types}/components/EditableTable/hooks/useRowBgColor.d.ts +18 -18
  23. package/dist/{vue3/types → types}/components/EditableTable/hooks/useRowEdit.d.ts +14 -14
  24. package/dist/{vue3/types → types}/components/EditableTable/hooks/useTableRender.d.ts +41 -41
  25. package/dist/{vue3/types → types}/components/EditableTable/hooks/useViewSetting.d.ts +26 -26
  26. package/dist/types/components/EditableTable/index.vue.d.ts +4502 -0
  27. package/dist/{vue3/types → types}/components/EditableTable/types.d.ts +419 -419
  28. package/dist/{vue3/types → types}/index.d.ts +7 -7
  29. package/dist/{vue3/types → types}/stories/EditableTable.fake.d.ts +33 -33
  30. package/dist/{vue3/types → types}/stories/EditableTable.hook.d.ts +12 -12
  31. package/dist/{vue3/types → types}/stories/EditableTable.stories.d.ts +18 -18
  32. package/dist/types/stories/Test.stories.d.ts +6 -0
  33. package/package.json +66 -103
  34. package/dist/auto/index.mjs +0 -21
  35. package/dist/auto/types/index.d.ts +0 -9
  36. package/dist/vue2/index.css +0 -1
  37. package/dist/vue2/index.mjs +0 -3017
  38. package/dist/vue2/types/components/AddMembers/index.vue.d.ts +0 -31
  39. package/dist/vue2/types/components/AuditSteps/index.vue.d.ts +0 -46
  40. package/dist/vue2/types/components/DemoComponent/index.vue.d.ts +0 -2
  41. package/dist/vue2/types/components/EditableTable/bizHooks/index.d.ts +0 -7
  42. package/dist/vue2/types/components/EditableTable/bizHooks/useCellHover.d.ts +0 -11
  43. package/dist/vue2/types/components/EditableTable/bizHooks/useColumnHeaderOperation.d.ts +0 -34
  44. package/dist/vue2/types/components/EditableTable/bizHooks/useDefaultOperation.d.ts +0 -22
  45. package/dist/vue2/types/components/EditableTable/bizHooks/useDragSort.d.ts +0 -14
  46. package/dist/vue2/types/components/EditableTable/bizHooks/usePagination.d.ts +0 -12
  47. package/dist/vue2/types/components/EditableTable/bizHooks/useRowBgColor.d.ts +0 -15
  48. package/dist/vue2/types/components/EditableTable/bizHooks/useViewSetting.d.ts +0 -26
  49. package/dist/vue2/types/components/EditableTable/features/bizEditCell.vue.d.ts +0 -21
  50. package/dist/vue2/types/components/EditableTable/features/bizTableHeaderPopover/BizSortFilter.vue.d.ts +0 -23
  51. package/dist/vue2/types/components/EditableTable/features/bizTableHeaderPopover/index.vue.d.ts +0 -311
  52. package/dist/vue2/types/components/EditableTable/features/bizViewSettingDialog.vue.d.ts +0 -30
  53. package/dist/vue2/types/components/EditableTable/index.vue.d.ts +0 -472
  54. package/dist/vue2/types/components/EditableTable/types/index.d.ts +0 -235
  55. package/dist/vue2/types/components/Ellipsis/MultilineEllipsis.vue.d.ts +0 -91
  56. package/dist/vue2/types/components/Ellipsis/index.vue.d.ts +0 -89
  57. package/dist/vue2/types/components/LxTable/index.vue.d.ts +0 -2
  58. package/dist/vue2/types/components/PopoverForm/index.vue.d.ts +0 -50
  59. package/dist/vue2/types/components/SearchForm/index.vue.d.ts +0 -116
  60. package/dist/vue2/types/components/SearchForm/types/index.d.ts +0 -65
  61. package/dist/vue2/types/components/SearchSelect/index.vue.d.ts +0 -53
  62. package/dist/vue2/types/components/index.d.ts +0 -12
  63. package/dist/vue2/types/components/singleMessage/index.d.ts +0 -4
  64. package/dist/vue2/types/vue2/index.d.ts +0 -1363
  65. package/dist/vue3/index.css +0 -1
  66. package/dist/vue3/index.mjs +0 -2306
  67. package/dist/vue3/index.mjs.map +0 -1
  68. package/dist/vue3/types/components/EditableTable/features/bizColorSelect.vue.d.ts +0 -31
  69. package/dist/vue3/types/components/EditableTable/features/bizTableHeaderPopover/BizCheckboxFilter.vue.d.ts +0 -23
  70. package/dist/vue3/types/components/EditableTable/features/bizTableHeaderPopover/BizColorRadioFilter.vue.d.ts +0 -23
  71. package/dist/vue3/types/components/EditableTable/features/bizTableHeaderPopover/BizDoubleDatePickerFilter.vue.d.ts +0 -23
  72. package/dist/vue3/types/components/EditableTable/features/bizTableHeaderPopover/BizInputFilter.vue.d.ts +0 -23
  73. package/dist/vue3/types/components/EditableTable/features/bizTableHeaderPopover/BizMonthDayPicker.helper.d.ts +0 -48
  74. package/dist/vue3/types/components/EditableTable/features/bizTableHeaderPopover/BizMonthDayPicker.vue.d.ts +0 -23
  75. package/dist/vue3/types/components/EditableTable/features/bizTableHeaderPopover/BizRadioFilter.vue.d.ts +0 -23
  76. package/dist/vue3/types/components/EditableTable/features/bizTableHeaderPopover/BizSortFilter.vue.d.ts +0 -25
  77. package/dist/vue3/types/components/EditableTable/features/bizTableOperatePopover.vue.d.ts +0 -36
  78. package/dist/vue3/types/components/EditableTable/index.vue.d.ts +0 -4478
  79. package/dist/vue3/types/components/helper.d.ts +0 -8
  80. /package/dist/{vue2/types → types}/components/EditableTable/features/bizTableHeaderPopover/BizMonthDayPicker.helper.d.ts +0 -0
  81. /package/dist/{vue2/types → types}/components/helper.d.ts +0 -0
@@ -1,7 +1,7 @@
1
- import { App } from '../vue/dist/vue.esm-bundler.js';
2
- import { default as EditableTable } from './components/EditableTable/index.vue';
3
-
4
- export { EditableTable };
5
- export type { ColumnConfig as EditableColumnConfig, EditableTableProps, EditableTableEmits, EditType, SortOption, FilterConfig, InputFilterConfig, SelectFilterConfig, DateRangeFilterConfig, ColorFilterConfig, SlotFilterConfig, ColorOption, PaginationParams as EditablePaginationParams, SortParams as EditableSortParams, DragState, } from './components/EditableTable/types';
6
- export default EditableTable;
7
- export declare const install: (app: App) => void;
1
+ import { App } from 'vue';
2
+ import { default as EditableTable } from './components/EditableTable/index.vue';
3
+
4
+ export { EditableTable };
5
+ export type { ColumnConfig as EditableColumnConfig, EditableTableProps, EditableTableEmits, EditType, SortOption, FilterConfig, InputFilterConfig, SelectFilterConfig, DateRangeFilterConfig, ColorFilterConfig, SlotFilterConfig, ColorOption, PaginationParams as EditablePaginationParams, SortParams as EditableSortParams, DragState, } from './components/EditableTable/types';
6
+ export default EditableTable;
7
+ export declare const install: (app: App) => void;
@@ -1,33 +1,33 @@
1
- export declare enum Status {
2
- '未报价' = 1,
3
- '审批中' = 2,
4
- '已完成' = 3,
5
- '已驳回' = 4
6
- }
7
- interface ITableDataItem {
8
- plateNumber: string;
9
- carModel: string;
10
- clientType: string;
11
- insuranceCompanyName: string;
12
- lastFollow: string;
13
- nextFollowTime: string;
14
- insuranceCost: string;
15
- status: number;
16
- statusName: string;
17
- insuranceContact: string;
18
- colorId: number | undefined;
19
- }
20
- export declare function generateDataList(total?: number): ITableDataItem[];
21
- export declare function clearTableData(): void;
22
- export declare function getTableDataByPageAndSize(page: any, size: any): Promise<{
23
- total: number;
24
- data: ITableDataItem[];
25
- }>;
26
- export declare function setTableDataByUuid(id: any, data: any): void;
27
- export declare function deleteTableDataByUuid(id: any): void;
28
- export declare function changeRowsIndex(page: any, size: any, fromIndex: any, toIndex: any): void;
29
- export declare const userFakeList: {
30
- value: number;
31
- text: string;
32
- }[];
33
- export {};
1
+ export declare enum Status {
2
+ '未报价' = 1,
3
+ '审批中' = 2,
4
+ '已完成' = 3,
5
+ '已驳回' = 4
6
+ }
7
+ interface ITableDataItem {
8
+ plateNumber: string;
9
+ carModel: string;
10
+ clientType: string;
11
+ insuranceCompanyName: string;
12
+ lastFollow: string;
13
+ nextFollowTime: string;
14
+ insuranceCost: string;
15
+ status: number;
16
+ statusName: string;
17
+ insuranceContact: string;
18
+ colorId: number | undefined;
19
+ }
20
+ export declare function generateDataList(total?: number): ITableDataItem[];
21
+ export declare function clearTableData(): void;
22
+ export declare function getTableDataByPageAndSize(page: any, size: any): Promise<{
23
+ total: number;
24
+ data: ITableDataItem[];
25
+ }>;
26
+ export declare function setTableDataByUuid(id: any, data: any): void;
27
+ export declare function deleteTableDataByUuid(id: any): void;
28
+ export declare function changeRowsIndex(page: any, size: any, fromIndex: any, toIndex: any): void;
29
+ export declare const userFakeList: {
30
+ value: number;
31
+ text: string;
32
+ }[];
33
+ export {};
@@ -1,12 +1,12 @@
1
- export default function useEditableTableHook(args: any, total: any): {
2
- properties: import('../../vue/dist/vue.esm-bundler.js').Ref<any, any>;
3
- loading: import('../../vue/dist/vue.esm-bundler.js').Ref<boolean, boolean>;
4
- handlePageChange: (e: any) => void;
5
- handleRowBgChange: (e: any) => void;
6
- handleRowGragDrop: (e: any) => void;
7
- handleRowEditSave: (e: any) => void;
8
- handleRowDelete: (e: any) => void;
9
- handlePlateNumberCopy: (plateNumber: any) => void;
10
- getSummaries: (param: any) => (string | number)[];
11
- handleAddLastFollow: (row: any) => void;
12
- };
1
+ export default function useEditableTableHook(args: any, total: any): {
2
+ properties: import('vue').Ref<any, any>;
3
+ loading: import('vue').Ref<boolean, boolean>;
4
+ handlePageChange: (e: any) => void;
5
+ handleRowBgChange: (e: any) => void;
6
+ handleRowGragDrop: (e: any) => void;
7
+ handleRowEditSave: (e: any) => void;
8
+ handleRowDelete: (e: any) => void;
9
+ handlePlateNumberCopy: (plateNumber: any) => void;
10
+ getSummaries: (param: any) => (string | number)[];
11
+ handleAddLastFollow: (row: any) => void;
12
+ };
@@ -1,18 +1,18 @@
1
- import { Meta, StoryObj } from '@storybook/vue3';
2
- import { default as EditableTable } from '../components/EditableTable/index.vue';
3
-
4
- declare const meta: Meta<typeof EditableTable>;
5
- export default meta;
6
- type Story = StoryObj<typeof EditableTable>;
7
- export declare const Exhibition: Story;
8
- export declare const ExpandWithTable: Story;
9
- export declare const RowDragAble: Story;
10
- export declare const RowBgColor: Story;
11
- export declare const ColumnSort: Story;
12
- export declare const ColumnFilter: Story;
13
- export declare const CustomSlotFilter: Story;
14
- export declare const ColumnSearch: Story;
15
- export declare const ColumnSummary: Story;
16
- export declare const RowEditable: Story;
17
- export declare const RowDeleteAndPinTop: Story;
18
- export declare const HoverRow: Story;
1
+ import { Meta, StoryObj } from '@storybook/vue3';
2
+ import { default as EditableTable } from '../components/EditableTable/index.vue';
3
+
4
+ declare const meta: Meta<typeof EditableTable>;
5
+ export default meta;
6
+ type Story = StoryObj<typeof EditableTable>;
7
+ export declare const Exhibition: Story;
8
+ export declare const ExpandWithTable: Story;
9
+ export declare const RowDragAble: Story;
10
+ export declare const RowBgColor: Story;
11
+ export declare const ColumnSort: Story;
12
+ export declare const ColumnFilter: Story;
13
+ export declare const CustomSlotFilter: Story;
14
+ export declare const ColumnSearch: Story;
15
+ export declare const ColumnSummary: Story;
16
+ export declare const RowEditable: Story;
17
+ export declare const RowDeleteAndPinTop: Story;
18
+ export declare const HoverRow: Story;
@@ -0,0 +1,6 @@
1
+ import { Meta, StoryObj } from '@storybook/vue3';
2
+
3
+ declare const meta: Meta;
4
+ export default meta;
5
+ type Story = StoryObj;
6
+ export declare const Basic: Story;
package/package.json CHANGED
@@ -1,103 +1,66 @@
1
- {
2
- "name": "@lx-frontend/wrap-element-ui",
3
- "version": "1.0.26",
4
- "description": "wrap-element-ui",
5
- "author": "",
6
- "main": "dist/auto/index.mjs",
7
- "module": "dist/auto/index.mjs",
8
- "types": "dist/auto/types/index.d.ts",
9
- "private": false,
10
- "scripts": {
11
- "clean": "rimraf dist",
12
- "dev": "cross-env MODE=development storybook dev -p 6006",
13
- "dist": "cross-env MODE=production pnpm build && storybook dev -p 6006",
14
- "build:lib": "pnpm build",
15
- "build": "pnpm clean && pnpm build:vue2 && pnpm build:vue3 && pnpm build:auto",
16
- "build:vue2": "cross-env BUILD_TARGET=vue2 MODE=production vite build",
17
- "build:vue3": "cd packages/vue3 && cross-env MODE=production vite build",
18
- "build:auto": "cross-env BUILD_TARGET=auto MODE=production vite build",
19
- "build:sb": "cross-env MODE=production rimraf storybook-static && pnpm build:lib && storybook build",
20
- "preview": "serve ./storybook-static",
21
- "publish:dev": "npm publish --access public --tag beta",
22
- "publish:prod": "npm publish --access public",
23
- "cdn": "gulp oss",
24
- "lint": "eslint src"
25
- },
26
- "files": [
27
- "README.md",
28
- "package.json",
29
- "dist"
30
- ],
31
- "exports": {
32
- ".": {
33
- "types": "./dist/auto/types/index.d.ts",
34
- "import": "./dist/auto/index.mjs"
35
- },
36
- "./vue2": {
37
- "types": "./dist/vue2/types/index.d.ts",
38
- "import": "./dist/vue2/index.mjs"
39
- },
40
- "./vue3": {
41
- "types": "./dist/vue3/types/index.d.ts",
42
- "import": "./dist/vue3/index.mjs"
43
- }
44
- },
45
- "peerDependencies": {
46
- "dayjs": "^1.11.13",
47
- "element-ui": "^2.15.14",
48
- "element-plus": "^2.6.0",
49
- "lodash": "^4.17.21",
50
- "vue": "^2.7.0 || ^3.2.0"
51
- },
52
- "peerDependenciesMeta": {
53
- "element-ui": {
54
- "optional": true
55
- },
56
- "element-plus": {
57
- "optional": true
58
- }
59
- },
60
- "devDependencies": {
61
- "@faker-js/faker": "^8.4.1",
62
- "@storybook/addon-docs": "7.6.19",
63
- "@storybook/addon-essentials": "7.6.19",
64
- "@storybook/addon-interactions": "7.6.19",
65
- "@storybook/addon-links": "7.6.19",
66
- "@storybook/addon-onboarding": "^1.0.11",
67
- "@storybook/blocks": "7.6.19",
68
- "@storybook/react": "7.6.19",
69
- "@storybook/react-vite": "7.6.19",
70
- "@storybook/test": "7.6.19",
71
- "@storybook/vue": "7.6.19",
72
- "@storybook/vue-vite": "7.6.19",
73
- "@types/jest": "^24.0.11",
74
- "@types/lodash": "^4.17.5",
75
- "@typescript-eslint/eslint-plugin": "^7.16.0",
76
- "@typescript-eslint/parser": "^7.16.0",
77
- "@vitejs/plugin-legacy": "^4.1.1",
78
- "@vitejs/plugin-vue2": "^2.3.1",
79
- "@vue/eslint-config-typescript": "^13.0.0",
80
- "@vue/test-utils": "1.0.0-beta.29",
81
- "ali-oss": "^6.20.0",
82
- "autoprefixer": "^10.4.19",
83
- "cross-env": "^7.0.3",
84
- "eslint": "^8.57.0",
85
- "eslint-plugin-vue": "^9.27.0",
86
- "gulp": "^4.0.2",
87
- "less": "^4.2.0",
88
- "react": "^18.3.1",
89
- "react-dom": "^18.3.1",
90
- "remark-gfm": "^3.0.1",
91
- "rimraf": "^6.0.1",
92
- "serve": "^14.2.3",
93
- "storybook": "7.6.19",
94
- "through2": "^4.0.2",
95
- "typescript": "^4.9.5",
96
- "vite": "^4.5.3",
97
- "vite-plugin-dts": "^3.9.1",
98
- "vite-plugin-lib-inject-css": "^2.1.1",
99
- "vite-tsconfig-paths": "^4.3.2",
100
- "vue-template-compiler": "^2.6.10",
101
- "vue-tsc": "^2.1.10"
102
- }
103
- }
1
+ {
2
+ "name": "@lx-frontend/wrap-element-ui",
3
+ "version": "2.0.0",
4
+ "description": "Vue 3 + Element Plus 组件库",
5
+ "author": "lx-fronted",
6
+ "main": "dist/index.mjs",
7
+ "module": "dist/index.mjs",
8
+ "types": "dist/types/index.d.ts",
9
+ "private": false,
10
+ "scripts": {
11
+ "dev": "storybook dev -p 6007",
12
+ "build": "vite build",
13
+ "build:lib": "rimraf dist && vite build",
14
+ "build:watch": "vite build --watch --mode development",
15
+ "preview": "vite preview",
16
+ "storybook": "storybook dev -p 6007",
17
+ "build:storybook": "storybook build",
18
+ "lint": "eslint src --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix",
19
+ "type-check": "vue-tsc --noEmit",
20
+ "publish:dev": "npm publish --access public --tag beta",
21
+ "publish:prod": "npm publish --access public --tag vue3"
22
+ },
23
+ "files": [
24
+ "README.md",
25
+ "package.json",
26
+ "dist"
27
+ ],
28
+ "exports": {
29
+ ".": {
30
+ "types": "./dist/types/index.d.ts",
31
+ "import": "./dist/index.mjs"
32
+ },
33
+ "./style.css": "./dist/style.css"
34
+ },
35
+ "peerDependencies": {
36
+ "dayjs": "^1.11.13",
37
+ "element-plus": "^2.6.0",
38
+ "lodash": "^4.17.21",
39
+ "vue": "^3.4.0"
40
+ },
41
+ "devDependencies": {
42
+ "@element-plus/icons-vue": "^2.3.2",
43
+ "@faker-js/faker": "^10.4.0",
44
+ "@storybook/addon-essentials": "7.6.19",
45
+ "@storybook/addon-interactions": "7.6.19",
46
+ "@storybook/addon-links": "7.6.19",
47
+ "@storybook/blocks": "7.6.19",
48
+ "@storybook/test": "7.6.19",
49
+ "@storybook/vue3": "7.6.19",
50
+ "@storybook/vue3-vite": "7.6.19",
51
+ "@types/lodash": "^4.17.5",
52
+ "@types/node": "^20.11.0",
53
+ "@vitejs/plugin-vue": "^5.0.0",
54
+ "@vue/tsconfig": "^0.5.0",
55
+ "element-plus": "^2.6.0",
56
+ "less": "^4.2.0",
57
+ "rimraf": "^6.0.1",
58
+ "storybook": "7.6.19",
59
+ "typescript": "~5.4.0",
60
+ "vite": "^5.1.0",
61
+ "vite-plugin-dts": "^3.9.1",
62
+ "vite-plugin-lib-inject-css": "^2.1.1",
63
+ "vue": "^3.4.0",
64
+ "vue-tsc": "^2.0.0"
65
+ }
66
+ }
@@ -1,21 +0,0 @@
1
- import l from "../vue2/index.mjs";
2
- import m from "../vue3/index.mjs";
3
- const c = (o) => {
4
- const s = (o == null ? void 0 : o.version) || "", t = Number.parseInt(s.split(".")[0] || "", 10);
5
- return Number.isNaN(t) ? 0 : t;
6
- }, e = (o) => {
7
- var r, i;
8
- if (c(o) === 3) {
9
- const n = m;
10
- (r = n.install) == null || r.call(n, o);
11
- return;
12
- }
13
- const t = l;
14
- (i = t.install) == null || i.call(t, o);
15
- }, j = {
16
- install: e
17
- };
18
- export {
19
- j as default,
20
- e as install
21
- };
@@ -1,9 +0,0 @@
1
- type AppLike = {
2
- version?: string;
3
- component?: (name: string, component: unknown) => void;
4
- };
5
- export declare const install: (appOrVue: AppLike) => void;
6
- declare const AutoPlugin: {
7
- install: (appOrVue: AppLike) => void;
8
- };
9
- export default AutoPlugin;
@@ -1 +0,0 @@
1
- .demo-component__input{width:30px;border-color:red}.audit-steps{width:612px}.audit-steps .el-step__head{display:none}.audit-steps__step-item{min-height:43px;max-height:43px;margin-bottom:35px}.audit-steps__step-item .el-select{width:400px}.audit-steps__step-item .el-icon-delete{margin-left:10px;font-size:16px;cursor:pointer}.audit-steps__step-order{cursor:default;margin-right:8px;position:relative;display:inline-block;text-align:center;width:20px;height:20px;border-radius:50%;border:1px solid #aaa;background:#aaa;color:#fff}.audit-steps__step-order:not(.first):before{position:absolute;content:"";display:block;width:1px;height:60px;background:#aaa;top:-60px;left:50%}.audit-steps__add{margin-top:-10px}.ellipsis{width:100%;margin:5px auto}.ellipsis__content{width:100%;overflow:hidden;display:-webkit-box;display:-ms-flexbox;display:flex}.ellipsis__last-line{width:100%;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.ellipsis-popover{width:100%}.popover-content{padding:18px 20px}.form-double-inline[data-v-28fe8daa]{display:-webkit-box;display:-ms-flexbox;display:flex}.form-double-inline .el-input[data-v-28fe8daa]:not(:first-child){margin-left:4px}.form-double-inline .el-date-editor[data-v-28fe8daa]:not(:first-child){margin-left:4px}.table-content .el-pagination{text-align:right;padding:14px 0}.search-select{position:relative;width:100%}.search-select__input{width:100%}.select-down{width:100%;position:absolute;z-index:100;-webkit-box-shadow:0 2px 12px 0 rgba(0,0,0,.1);box-shadow:0 2px 12px #0000001a;border-radius:4px;border:0 solid #d0d0d1;background-color:#fff;overflow:hidden;margin-top:10px}.select-down__item{height:30px;line-height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;text-align:center;-webkit-box-sizing:border-box;box-sizing:border-box;padding:0 15px}.select-down__item--active{background-color:#eee}.select-down__box{text-align:center;overflow:hidden}.select-down__box:first-of-type{text-align:left}.wp100[data-v-7e47e332]{width:100%}.team-setting__technicians-popover{padding:20px;height:350px;overflow-y:auto}.team-setting__technicians-select{width:320px}.team-setting__empty-technicians-options{font-size:12px;color:#80838e;text-align:center;margin-top:10px}.team-setting__technicians-options{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.team-setting__technicians-option{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:30px}.team-setting__technicians-option-left{width:250px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#80838e}.team-setting__technicians-option-right{color:#1890ff}.team-setting__technicians-option-right--selected{color:#80838e}.color-option[data-v-bb2dea8b]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.color-option .icon[data-v-bb2dea8b]{border-radius:50%;width:1em;height:1em;margin-right:.3em;border:1px solid #ccc}.editable-table .el-table__body{width:100%!important}.editable-table__selected-color{position:absolute;left:0;top:0;right:0;bottom:0}.editable-table__color-title{text-align:center;width:28px;padding:0!important}.editable-table__color-icon{padding:0!important;margin-left:8px;width:8px;height:8px;border-radius:50%;position:relative;background-color:#fcae46;cursor:pointer;overflow:visible!important}.editable-table__color-icon:before{background-color:#fc6559;left:-10px;z-index:2}.editable-table__color-icon:after{background-color:#409eff;left:-5px;z-index:1}.editable-table__color-icon:before,.editable-table__color-icon:after{content:"";width:8px;height:8px;border-radius:50%;position:absolute;top:0}.editable-table__color-column,.editable-table__drag-cell{padding:0!important}.editable-table__color-column .cell,.editable-table__drag-cell .cell{padding:0!important;height:100%;display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-align:center}.editable-table__color-column .cell{padding:0!important;border:none!important}.editable-table__drag-line{border:none;border-top:1px solid #13161b;height:4px;width:15px}.editable-table__drag-line:last-child{height:1px}.editable-table__drag-icon{width:100%;height:100%;min-height:45px;cursor:-webkit-grab;cursor:grab;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.editable-table__sort-icon{position:relative;width:12px;height:12px;border:1px solid #7b7b7b;padding:0!important;margin-left:4px;border-radius:50%}.editable-table__sort-icon:after{position:absolute;top:50%;left:50%;content:"";width:3px;height:3px;border-bottom:1px solid;border-left:1px solid;border-color:#7b7b7b;-webkit-transform:translate(-50%,-55%) rotate(-45deg);transform:translate(-50%,-55%) rotate(-45deg)}.editable-table__sort-icon--active{border:1px solid #2468f2}.editable-table__sort-icon--active:after{border-color:#2468f2}.editable-table__sort-reference{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.editable-table__sort-reference:hover{cursor:pointer}.editable-table__sort-reference--active{color:#2468f2}.editable-table-view-setting__btn-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.editable-table-view-setting__btn{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-weight:400;font-size:14px;color:#2468f2;margin-bottom:17px;margin-right:20px}.editable-table-view-setting__btn-text{margin-left:4px}.editable-table-view-setting__dialog{padding:0}.editable-table-view-setting__dialog .el-dialog__body{max-height:70vh}.editable-table-view-setting__dialog .el-dialog__body{padding:0}.editable-table-view-setting__dialog .el-button--primary{background-color:#2468f2!important;border-color:#2468f2!important}.editable-table-view-setting__dialog .el-checkbox.is-checked:not(.is-disabled) .el-checkbox__input .el-checkbox__inner{background-color:#2468f2!important;border-color:#2468f2!important}.editable-table-view-setting__dialog .el-checkbox.is-checked:not(.is-disabled) .el-checkbox__label{color:#2468f2!important}.editable-table-view-setting__dialog .el-button{border-radius:2px}.editable-table-view-setting__dialog .el-dialog__header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:14px;background-color:#eee;height:36px;line-height:36px;padding:0 20px}.editable-table-view-setting__dialog .el-dialog__title{font-size:14px;line-height:20px;color:#333}.editable-table-view-setting__dialog .el-dialog__footer{background-color:#eee;height:42px;line-height:42px;padding:0 20px}.editable-table-view-setting__dialog .el-dialog__footer .el-button{height:24px;font-size:12px;padding:5px 12px}.editable-table-view-setting__content{display:-webkit-box;display:-ms-flexbox;display:flex;min-height:500px}.editable-table-view-setting__content-left{min-width:417px;width:417px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.editable-table-view-setting__content-left-item{width:130px;margin-bottom:15px}.editable-table-view-setting__content-right{border-left:1px solid #d9d9d9;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.editable-table-view-setting__content-right-title,.editable-table-view-setting__content-left-title{border-bottom:1px solid #d9d9d9;width:100%;height:46px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-left:20px}.editable-table-view-setting__selected-count{margin-left:20px}.editable-table-view-setting__checkbox-wrapper{padding-left:37px;padding-top:24px}.editable-table-view-setting__content-right{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.editable-table-view-setting__content-right-frize{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:50px;border-bottom:1px solid #d9d9d9;padding-left:20px}.editable-table-view-setting__content-right-input.el-input{width:140px;margin:0 4px}.editable-table-view-setting__content-right-input.el-input .el-input__inner{height:28px;line-height:28px}.editable-table-view-setting__content-right-selected{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;width:100%;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;padding-left:18px;padding-top:17px;padding-right:23px}.editable-table-view-setting__selected-item-left{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.editable-table-view-setting__icon-wrapper{width:14px;height:14px;line-height:14px;padding:2px 4px;margin-right:10px;cursor:-webkit-grab;cursor:grab;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.editable-table-view-setting__selected-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;line-height:30px;height:30px;width:100%}.editable-table-view-setting__selected-item-close{cursor:pointer}.editable-table-view-setting__selected-item-close--disabled{cursor:not-allowed;color:#989ea9}.editable-table-color-popover{min-width:102px!important;width:102px!important;padding:0!important}.editable-table-color-popover .popper__arrow:after{left:0!important}.editable-table-color-popover .color-list{color:#fff;width:102px;border-radius:5px;overflow:hidden}.editable-table-color-popover .color-list__item{display:inline-block;width:100%;height:27px;line-height:27px;padding-left:6px}.editable-table-sort-filter{padding:0!important;width:258px}.editable-table-sort-filter__column-title{font-size:14px;font-weight:600;height:40px;line-height:40px;text-align:center;border-bottom:1px solid #d6dbe3}.editable-table-sort-filter__item{margin-top:14px}.editable-table-sort-filter__date-picker-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:12px}.editable-table-sort-filter__date-picker-content .el-date-editor.el-input,.editable-table-sort-filter__date-picker-content .el-date-editor.el-input__inner{width:100%}.editable-table-sort-filter__filter,.editable-table-sort-filter__search{padding:0 14px}.editable-table-sort-filter__filter .el-select,.editable-table-sort-filter__search .el-select{width:100%}.editable-table-sort-filter__filter .el-radio,.editable-table-sort-filter__search .el-radio{width:100%;margin-top:10px}.editable-table-sort-filter__filter .el-radio:first-child,.editable-table-sort-filter__search .el-radio:first-child{margin-top:0}.editable-table-sort-filter__filter .el-radio__input,.editable-table-sort-filter__search .el-radio__input{line-height:10px}.editable-table-sort-filter__filter .el-radio__inner,.editable-table-sort-filter__search .el-radio__inner{width:14px;height:14px}.editable-table-sort-filter__filter .el-radio__label,.editable-table-sort-filter__search .el-radio__label{white-space:nowrap;overflow-x:hidden;text-overflow:ellipsis;width:calc(100% - 20px);display:inline-block;vertical-align:middle;font-size:12px;line-height:normal}.editable-table-sort-filter__filter .el-radio-group,.editable-table-sort-filter__filter .el-checkbox-group{max-height:166px;overflow-y:auto;overflow-x:hidden}.editable-table-sort-filter__sort{padding:0 14px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.editable-table-sort-filter__filter-title,.editable-table-sort-filter__sort-title,.editable-table-sort-filter__search-title{font-weight:600;font-size:14px;color:#1f1f1f;margin-bottom:10px}.editable-table-sort-filter__search-input .el-input__inner{height:32px}.editable-table-sort-filter__search__date-range{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:12px}.editable-table-sort-filter__search__date-range .el-date-editor.el-input,.editable-table-sort-filter__search__date-range .el-date-editor.el-input__inner{width:100%}.editable-table-sort-filter__sort-btns{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.editable-table-sort-filter__sort-btns .el-button{border:none}.editable-table-sort-filter__sort-btn.el-button{width:112px;height:28px;padding:4px 42px;display:inline-block;background-color:#f4f4f4;color:#4a4a4a}.editable-table-sort-filter__sort-btn.el-button:hover{background-color:#fafafa}.editable-table-sort-filter__sort-btn--active.el-button{color:#2468f2;border-color:#eef3ff;background:#f4f7fe}.editable-table-sort-filter__sort-btn--active.el-button:hover{background-color:#f4f7fe}.editable-table-sort-filter__filter-checkbox-group{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.editable-table-sort-filter__filter-checkbox{margin-top:10px;font-size:14px;width:100%}.editable-table-sort-filter__filter-checkbox:first-child{margin-top:0}.editable-table-sort-filter__filter-checkbox .el-checkbox__input{line-height:10px}.editable-table-sort-filter__filter-checkbox .el-checkbox__label{white-space:nowrap;overflow-x:hidden;text-overflow:ellipsis;width:calc(100% - 20px);display:inline-block;vertical-align:middle;font-size:12px;line-height:normal}.editable-table-sort-filter__footer{display:-webkit-box;display:-ms-flexbox;display:flex;height:47px;border-top:1px solid #d6dbe3;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:0 15px;margin-top:14px}.editable-table-sort-filter__reset-btn.el-button,.editable-table-sort-filter__confirm-btn.el-button{width:50px;height:28px;margin-left:10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-radius:2px;font-size:14px;font-weight:400}.editable-table-sort-filter__confirm-btn.el-button{background-color:#2468f2;border-color:#2468f2}.editable-table-sort-filter .el-checkbox__input.is-checked .el-checkbox__inner,.editable-table-sort-filter .el-radio__input.is-checked .el-radio__inner{background:#2468f2;border-color:#2468f2}.editable-table-sort-filter .el-checkbox__input.is-checked+.el-checkbox__label,.editable-table-sort-filter .el-radio__input.is-checked+.el-radio__label{color:#2468f2}.editable-table__pin-top{width:24px;height:24px;color:#fff;background-color:#969ca4}.editable-table .el-table td,.editable-table .el-table th.is-leaf{border-bottom:1px solid #dfe3ec}.editable-table .el-table__expanded-cell{background-color:#fafafa}.editable-table .el-table tr td{min-height:45px;border-top:none;border-left:none;border-right:none}.editable-table thead tr th{background-color:#f3f4f8!important;border-right:none!important}.editable-table thead tr th .cell{color:#13161b}.editable-table thead tr th:not(:last-child) .cell{border-right:2px #e4e8ef solid}.editable-table .el-table-filter,.editable-table th.el-table__cell .el-table__column-filter-trigger,.editable-table th.is-sortable .caret-wrapper{display:none}.editable-table .el-table__body tr.current-row>td,.editable-table .el-table__body tr.hover-row>td{background-color:#fafafa}.editable-table table tbody tr td .el-date-editor.el-input{width:100%}.editable-table table tbody tr td .cell{font-size:12px}.editable-table table th{font-size:12px;font-weight:700}.editable-table table td{font-size:12px;color:#13161b}.editable-table .el-table th>.cell{color:#5b6984}.editable-table .el-table__fixed-body-wrapper{background:#fff}.editable-table .el-checkbox__input.is-checked .el-checkbox__inner,.editable-table .el-checkbox__input.is-indeterminate .el-checkbox__inner{background:#2468f2;border-color:#2468f2}.editable-table .no-inner-cell-border .cell{border:none!important}.editable-table .custom-row-classname-pinned td:last-child{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAAAXNSR0IArs4c6QAAAERlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAA6ABAAMAAAABAAEAAKACAAQAAAABAAAAMKADAAQAAAABAAAAMAAAAADbN2wMAAAClElEQVRoBdXYTU/UQBgH8H+X3cvCCam7wEIIxpeTJgY1HkhQsySsIeBFDmq86MkPIX4ITnoxnjwZg66EjUDCxRiNMSQm+LZGiCxggviGuhtqn8ZiF1ra6Ux3ZyZpdjrzzMuvnWmb1cZu3hnVNO06FE0azVtlhAVQGbEFUBVRBVARsQOgGsIVoBLCE6AKYleASMTgwBlk2tLUJXNa/FTC+KPHru3irqWOwmtXL42a7wnwvuxWVj8jEfcdzjHy/yy19Uq+d8BuKOvLLjCAILyIdEpHSm+xr0mg32Xz6peWVz1jmQDUCw/iyuUR5mVUrlRw6/ZdTwDzouTZE/YemJya9ZyQs6L/dK8vmBlAA/AgqP274kf6EZJiYXshhGEYN8K2F9UuNIAmIAoRi2mgI0ziAohA6HuaceH8MC6ODENvaWY2cAN4EB3trRg6m0VTYxKNySSGcll0ZtqYEEIAYRAH93cj138KiUQcT5+/tA7KD2T7cOjAvsCIhsCRAQLz4/dmcoPnzK8Orc8t/NjRw1bx5qaB3pM9MB8CmJ59grlX81gqreDb9x/o6sygu6sDhhnZ3pqy4p+9mHPrzioTdgfsEYJs7BM9R1AuV5AvzGD+zXu7qZXPF6atuuP/sFuVHhnhABrHD/FzYwP3HxawsLi0Y1pURnUUEyQJXULOAd2WE23aX7//4MHEFNa+rDvDq/I0+eKHBaT36lhb/4rXb4tV9c6TcA9fZw8+eZ5vJ5+urerIATRKlIiaAKJE1AwQFaKmgCgQNQeIRtQFIBJRN4AoRF0BIhB1B/AipADwIKQBhEVIBQiDkA7AipASwIKQFhAUITUgCEJ6gB9CCcBuCGUAXgilAG4I5QDbEUoCtiPoXMlE/3b8BeOQEURS9XL7AAAAAElFTkSuQmCC);background-repeat:no-repeat;background-size:24px 24px;background-position:right 0 top 0}.editable-table-operation-popover{min-width:120px;padding:0}.editable-table-operation-popover__operation{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.editable-table-operation-popover__operation-reference{display:inline-block}.editable-table-operation-popover__operation-reference--active{color:#2468f2}.editable-table-operation-popover__operation-reference .el-button{background:transparent;border:none;padding:0;font-weight:400;color:#13161b;font-size:14px}.editable-table-operation-popover__operation-reference .el-button:focus{color:#2468f2}.editable-table-operation-popover__operation-item{height:40px;line-height:40px;width:100%;text-align:center;color:#1f1f1f;cursor:pointer}.editable-table-operation-popover__operation-item:hover{background:#f4f7fe}.editable-table-operation-popover__save-cancel{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:#2468f2}.editable-table-operation-popover__btn{cursor:pointer}.editable-table-operation-popover__btn:first-child{margin-right:15px}.editable-table-operation-popover__operation-btn{color:#2468f2!important}.editable-table .pagination-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-top:12px}.editable-table .pagination-wrap .el-pagination.is-background{padding:0}.editable-table .pagination-wrap .el-pagination.is-background .el-pager li.number{background-color:#fff;border:1px solid #d6dbe3;font-weight:400;font-size:14px}.editable-table .pagination-wrap .el-pagination.is-background .el-pager li.number.active{background-color:#2468f2;color:#fff}.editable-table .pagination-wrap .el-pagination.is-background .btn-prev,.editable-table .pagination-wrap .el-pagination.is-background .btn-next,.editable-table .pagination-wrap .el-pagination.is-background .el-icon-more{background-color:#fff!important}.btn-pointer{cursor:pointer}.editable-table-drag-icon{position:relative;width:5px;height:2px;border-left:2px solid #989ea9;border-right:2px solid #989ea9;cursor:-webkit-grab;cursor:grab}.editable-table-drag-icon:after,.editable-table-drag-icon:before{position:absolute;content:"";-webkit-box-sizing:border-box;box-sizing:border-box;left:-2px;display:block;width:5px;height:2px;border-left:2px solid #989ea9;border-right:2px solid #989ea9}.editable-table-drag-icon:after{top:-4px}.editable-table-drag-icon:before{bottom:-4px}