adtec-core-package 3.1.9 → 3.2.1

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 (63) hide show
  1. package/.idea/codeStyles/Project.xml +61 -0
  2. package/.idea/codeStyles/codeStyleConfig.xml +5 -0
  3. package/.idea/misc.xml +6 -0
  4. package/.idea/modules.xml +8 -0
  5. package/.idea/vcs.xml +6 -0
  6. package/.idea//345/211/215/347/253/257/346/240/270/345/277/203/345/214/205.iml +8 -0
  7. package/package.json +1 -1
  8. package/src/assets/style/index.less +42 -40
  9. package/src/assets/style/scrollbar-classic.less +105 -0
  10. package/src/assets/style/scrollbar-classic.scss +105 -0
  11. package/src/components/ElCardList.vue +7 -1
  12. package/src/components/Scrollbars/ElScrollbars.vue +10 -2
  13. package/src/components/editor-main/src/assets/styles/_variables.less +1 -1
  14. package/src/components/upload/DocxJsViewer.vue +2 -16
  15. package/src/components/upload/OfficePreview.vue +8 -0
  16. package/src/config/VxeTableConfig.ts +12 -6
  17. package/src/css/elementUI/common/var.scss +4 -4
  18. package/src/css/elementUI/mixins/mixins.scss +4 -28
  19. package/src/css/elementUI/scrollbar.scss +20 -5
  20. package/src/css/vxeTableUI/components/table.scss +35 -30
  21. package/src/utils/excelPreviewUtil.ts +5 -5
  22. package/src/utils/officePreviewUtil.ts +5 -16
  23. package/vite/umoCjsVirtual.ts +24 -2
  24. package/vite/umoIntegration.js +41 -3
  25. package/vite/umoIntegration.ts +26 -0
  26. package/.claude/skills/gitnexus/gitnexus-cli/SKILL.md +0 -83
  27. package/.claude/skills/gitnexus/gitnexus-debugging/SKILL.md +0 -89
  28. package/.claude/skills/gitnexus/gitnexus-exploring/SKILL.md +0 -78
  29. package/.claude/skills/gitnexus/gitnexus-guide/SKILL.md +0 -64
  30. package/.claude/skills/gitnexus/gitnexus-impact-analysis/SKILL.md +0 -97
  31. package/.claude/skills/gitnexus/gitnexus-refactoring/SKILL.md +0 -121
  32. package/.editorconfig +0 -6
  33. package/.prettierrc.json +0 -7
  34. package/.vscode/extensions.json +0 -8
  35. package/AGENTS.md +0 -43
  36. package/CLAUDE.md +0 -43
  37. package/adtec-core-package/adtec-core-package.css +0 -1
  38. package/adtec-core-package/adtec-core-package.js +0 -41216
  39. package/adtec-core-package/adtec-core-package.umd.cjs +0 -87
  40. package/adtec-core-package/favicon.ico +0 -0
  41. package/adtec-core-package-3.1.7.tgz +0 -0
  42. package/auto-imports.d.ts +0 -299
  43. package/env.d.ts +0 -1
  44. package/eslint.config.js +0 -56
  45. package/index.html +0 -13
  46. package/package/.editorconfig +0 -6
  47. package/package/adtec-core-package/adtec-core-package.css +0 -1
  48. package/package/adtec-core-package/adtec-core-package.js +0 -41216
  49. package/package/adtec-core-package/adtec-core-package.umd.cjs +0 -87
  50. package/package/adtec-core-package/favicon.ico +0 -0
  51. package/package/index.html +0 -13
  52. package/package/prebuilt/umo-editor/favicon.ico +0 -0
  53. package/package/prebuilt/umo-editor/umo-editor.css +0 -1
  54. package/package/public/favicon.ico +0 -0
  55. package/package/src/assets/base.css +0 -86
  56. package/package/src/assets/main.css +0 -35
  57. package/package/src/components/editor-main/src/extensions/bookmark.js +0 -110
  58. package/prebuilt/umo-editor/umo-editor.js.map +0 -1
  59. package/tsconfig.app.json +0 -12
  60. package/tsconfig.json +0 -11
  61. package/tsconfig.node.json +0 -18
  62. package/vite.config.ts +0 -46
  63. package/vite.config.umo.ts +0 -81
@@ -1,64 +0,0 @@
1
- ---
2
- name: gitnexus-guide
3
- description: "Use when the user asks about GitNexus itself — available tools, how to query the knowledge graph, MCP resources, graph schema, or workflow reference. Examples: \"What GitNexus tools are available?\", \"How do I use GitNexus?\""
4
- ---
5
-
6
- # GitNexus Guide
7
-
8
- Quick reference for all GitNexus MCP tools, resources, and the knowledge graph schema.
9
-
10
- ## Always Start Here
11
-
12
- For any task involving code understanding, debugging, impact analysis, or refactoring:
13
-
14
- 1. **Read `gitnexus://repo/{name}/context`** — codebase overview + check index freshness
15
- 2. **Match your task to a skill below** and **read that skill file**
16
- 3. **Follow the skill's workflow and checklist**
17
-
18
- > If step 1 warns the index is stale, run `npx gitnexus analyze` in the terminal first.
19
-
20
- ## Skills
21
-
22
- | Task | Skill to read |
23
- | -------------------------------------------- | ------------------- |
24
- | Understand architecture / "How does X work?" | `gitnexus-exploring` |
25
- | Blast radius / "What breaks if I change X?" | `gitnexus-impact-analysis` |
26
- | Trace bugs / "Why is X failing?" | `gitnexus-debugging` |
27
- | Rename / extract / split / refactor | `gitnexus-refactoring` |
28
- | Tools, resources, schema reference | `gitnexus-guide` (this file) |
29
- | Index, status, clean, wiki CLI commands | `gitnexus-cli` |
30
-
31
- ## Tools Reference
32
-
33
- | Tool | What it gives you |
34
- | ---------------- | ------------------------------------------------------------------------ |
35
- | `query` | Process-grouped code intelligence — execution flows related to a concept |
36
- | `context` | 360-degree symbol view — categorized refs, processes it participates in |
37
- | `impact` | Symbol blast radius — what breaks at depth 1/2/3 with confidence |
38
- | `detect_changes` | Git-diff impact — what do your current changes affect |
39
- | `rename` | Multi-file coordinated rename with confidence-tagged edits |
40
- | `cypher` | Raw graph queries (read `gitnexus://repo/{name}/schema` first) |
41
- | `list_repos` | Discover indexed repos |
42
-
43
- ## Resources Reference
44
-
45
- Lightweight reads (~100-500 tokens) for navigation:
46
-
47
- | Resource | Content |
48
- | ---------------------------------------------- | ----------------------------------------- |
49
- | `gitnexus://repo/{name}/context` | Stats, staleness check |
50
- | `gitnexus://repo/{name}/clusters` | All functional areas with cohesion scores |
51
- | `gitnexus://repo/{name}/cluster/{clusterName}` | Area members |
52
- | `gitnexus://repo/{name}/processes` | All execution flows |
53
- | `gitnexus://repo/{name}/process/{processName}` | Step-by-step trace |
54
- | `gitnexus://repo/{name}/schema` | Graph schema for Cypher |
55
-
56
- ## Graph Schema
57
-
58
- **Nodes:** File, Function, Class, Interface, Method, Community, Process
59
- **Edges (via CodeRelation.type):** CALLS, IMPORTS, EXTENDS, IMPLEMENTS, DEFINES, MEMBER_OF, STEP_IN_PROCESS
60
-
61
- ```cypher
62
- MATCH (caller)-[:CodeRelation {type: 'CALLS'}]->(f:Function {name: "myFunc"})
63
- RETURN caller.name, caller.filePath
64
- ```
@@ -1,97 +0,0 @@
1
- ---
2
- name: gitnexus-impact-analysis
3
- description: "Use when the user wants to know what will break if they change something, or needs safety analysis before editing code. Examples: \"Is it safe to change X?\", \"What depends on this?\", \"What will break?\""
4
- ---
5
-
6
- # Impact Analysis with GitNexus
7
-
8
- ## When to Use
9
-
10
- - "Is it safe to change this function?"
11
- - "What will break if I modify X?"
12
- - "Show me the blast radius"
13
- - "Who uses this code?"
14
- - Before making non-trivial code changes
15
- - Before committing — to understand what your changes affect
16
-
17
- ## Workflow
18
-
19
- ```
20
- 1. gitnexus_impact({target: "X", direction: "upstream"}) → What depends on this
21
- 2. READ gitnexus://repo/{name}/processes → Check affected execution flows
22
- 3. gitnexus_detect_changes() → Map current git changes to affected flows
23
- 4. Assess risk and report to user
24
- ```
25
-
26
- > If "Index is stale" → run `npx gitnexus analyze` in terminal.
27
-
28
- ## Checklist
29
-
30
- ```
31
- - [ ] gitnexus_impact({target, direction: "upstream"}) to find dependents
32
- - [ ] Review d=1 items first (these WILL BREAK)
33
- - [ ] Check high-confidence (>0.8) dependencies
34
- - [ ] READ processes to check affected execution flows
35
- - [ ] gitnexus_detect_changes() for pre-commit check
36
- - [ ] Assess risk level and report to user
37
- ```
38
-
39
- ## Understanding Output
40
-
41
- | Depth | Risk Level | Meaning |
42
- | ----- | ---------------- | ------------------------ |
43
- | d=1 | **WILL BREAK** | Direct callers/importers |
44
- | d=2 | LIKELY AFFECTED | Indirect dependencies |
45
- | d=3 | MAY NEED TESTING | Transitive effects |
46
-
47
- ## Risk Assessment
48
-
49
- | Affected | Risk |
50
- | ------------------------------ | -------- |
51
- | <5 symbols, few processes | LOW |
52
- | 5-15 symbols, 2-5 processes | MEDIUM |
53
- | >15 symbols or many processes | HIGH |
54
- | Critical path (auth, payments) | CRITICAL |
55
-
56
- ## Tools
57
-
58
- **gitnexus_impact** — the primary tool for symbol blast radius:
59
-
60
- ```
61
- gitnexus_impact({
62
- target: "validateUser",
63
- direction: "upstream",
64
- minConfidence: 0.8,
65
- maxDepth: 3
66
- })
67
-
68
- → d=1 (WILL BREAK):
69
- - loginHandler (src/auth/login.ts:42) [CALLS, 100%]
70
- - apiMiddleware (src/api/middleware.ts:15) [CALLS, 100%]
71
-
72
- → d=2 (LIKELY AFFECTED):
73
- - authRouter (src/routes/auth.ts:22) [CALLS, 95%]
74
- ```
75
-
76
- **gitnexus_detect_changes** — git-diff based impact analysis:
77
-
78
- ```
79
- gitnexus_detect_changes({scope: "staged"})
80
-
81
- → Changed: 5 symbols in 3 files
82
- → Affected: LoginFlow, TokenRefresh, APIMiddlewarePipeline
83
- → Risk: MEDIUM
84
- ```
85
-
86
- ## Example: "What breaks if I change validateUser?"
87
-
88
- ```
89
- 1. gitnexus_impact({target: "validateUser", direction: "upstream"})
90
- → d=1: loginHandler, apiMiddleware (WILL BREAK)
91
- → d=2: authRouter, sessionManager (LIKELY AFFECTED)
92
-
93
- 2. READ gitnexus://repo/my-app/processes
94
- → LoginFlow and TokenRefresh touch validateUser
95
-
96
- 3. Risk: 2 direct callers, 2 processes = MEDIUM
97
- ```
@@ -1,121 +0,0 @@
1
- ---
2
- name: gitnexus-refactoring
3
- description: "Use when the user wants to rename, extract, split, move, or restructure code safely. Examples: \"Rename this function\", \"Extract this into a module\", \"Refactor this class\", \"Move this to a separate file\""
4
- ---
5
-
6
- # Refactoring with GitNexus
7
-
8
- ## When to Use
9
-
10
- - "Rename this function safely"
11
- - "Extract this into a module"
12
- - "Split this service"
13
- - "Move this to a new file"
14
- - Any task involving renaming, extracting, splitting, or restructuring code
15
-
16
- ## Workflow
17
-
18
- ```
19
- 1. gitnexus_impact({target: "X", direction: "upstream"}) → Map all dependents
20
- 2. gitnexus_query({query: "X"}) → Find execution flows involving X
21
- 3. gitnexus_context({name: "X"}) → See all incoming/outgoing refs
22
- 4. Plan update order: interfaces → implementations → callers → tests
23
- ```
24
-
25
- > If "Index is stale" → run `npx gitnexus analyze` in terminal.
26
-
27
- ## Checklists
28
-
29
- ### Rename Symbol
30
-
31
- ```
32
- - [ ] gitnexus_rename({symbol_name: "oldName", new_name: "newName", dry_run: true}) — preview all edits
33
- - [ ] Review graph edits (high confidence) and ast_search edits (review carefully)
34
- - [ ] If satisfied: gitnexus_rename({..., dry_run: false}) — apply edits
35
- - [ ] gitnexus_detect_changes() — verify only expected files changed
36
- - [ ] Run tests for affected processes
37
- ```
38
-
39
- ### Extract Module
40
-
41
- ```
42
- - [ ] gitnexus_context({name: target}) — see all incoming/outgoing refs
43
- - [ ] gitnexus_impact({target, direction: "upstream"}) — find all external callers
44
- - [ ] Define new module interface
45
- - [ ] Extract code, update imports
46
- - [ ] gitnexus_detect_changes() — verify affected scope
47
- - [ ] Run tests for affected processes
48
- ```
49
-
50
- ### Split Function/Service
51
-
52
- ```
53
- - [ ] gitnexus_context({name: target}) — understand all callees
54
- - [ ] Group callees by responsibility
55
- - [ ] gitnexus_impact({target, direction: "upstream"}) — map callers to update
56
- - [ ] Create new functions/services
57
- - [ ] Update callers
58
- - [ ] gitnexus_detect_changes() — verify affected scope
59
- - [ ] Run tests for affected processes
60
- ```
61
-
62
- ## Tools
63
-
64
- **gitnexus_rename** — automated multi-file rename:
65
-
66
- ```
67
- gitnexus_rename({symbol_name: "validateUser", new_name: "authenticateUser", dry_run: true})
68
- → 12 edits across 8 files
69
- → 10 graph edits (high confidence), 2 ast_search edits (review)
70
- → Changes: [{file_path, edits: [{line, old_text, new_text, confidence}]}]
71
- ```
72
-
73
- **gitnexus_impact** — map all dependents first:
74
-
75
- ```
76
- gitnexus_impact({target: "validateUser", direction: "upstream"})
77
- → d=1: loginHandler, apiMiddleware, testUtils
78
- → Affected Processes: LoginFlow, TokenRefresh
79
- ```
80
-
81
- **gitnexus_detect_changes** — verify your changes after refactoring:
82
-
83
- ```
84
- gitnexus_detect_changes({scope: "all"})
85
- → Changed: 8 files, 12 symbols
86
- → Affected processes: LoginFlow, TokenRefresh
87
- → Risk: MEDIUM
88
- ```
89
-
90
- **gitnexus_cypher** — custom reference queries:
91
-
92
- ```cypher
93
- MATCH (caller)-[:CodeRelation {type: 'CALLS'}]->(f:Function {name: "validateUser"})
94
- RETURN caller.name, caller.filePath ORDER BY caller.filePath
95
- ```
96
-
97
- ## Risk Rules
98
-
99
- | Risk Factor | Mitigation |
100
- | ------------------- | ----------------------------------------- |
101
- | Many callers (>5) | Use gitnexus_rename for automated updates |
102
- | Cross-area refs | Use detect_changes after to verify scope |
103
- | String/dynamic refs | gitnexus_query to find them |
104
- | External/public API | Version and deprecate properly |
105
-
106
- ## Example: Rename `validateUser` to `authenticateUser`
107
-
108
- ```
109
- 1. gitnexus_rename({symbol_name: "validateUser", new_name: "authenticateUser", dry_run: true})
110
- → 12 edits: 10 graph (safe), 2 ast_search (review)
111
- → Files: validator.ts, login.ts, middleware.ts, config.json...
112
-
113
- 2. Review ast_search edits (config.json: dynamic reference!)
114
-
115
- 3. gitnexus_rename({symbol_name: "validateUser", new_name: "authenticateUser", dry_run: false})
116
- → Applied 12 edits across 8 files
117
-
118
- 4. gitnexus_detect_changes({scope: "all"})
119
- → Affected: LoginFlow, TokenRefresh
120
- → Risk: MEDIUM — run tests for these flows
121
- ```
package/.editorconfig DELETED
@@ -1,6 +0,0 @@
1
- [*.{js,jsx,mjs,cjs,ts,tsx,mts,cts,vue}]
2
- charset = utf-8
3
- indent_size = 2
4
- indent_style = space
5
- insert_final_newline = true
6
- trim_trailing_whitespace = true
package/.prettierrc.json DELETED
@@ -1,7 +0,0 @@
1
-
2
- {
3
- "$schema": "https://json.schemastore.org/prettierrc",
4
- "semi": false,
5
- "singleQuote": true,
6
- "printWidth": 100
7
- }
@@ -1,8 +0,0 @@
1
- {
2
- "recommendations": [
3
- "Vue.volar",
4
- "dbaeumer.vscode-eslint",
5
- "EditorConfig.EditorConfig",
6
- "esbenp.prettier-vscode"
7
- ]
8
- }
package/AGENTS.md DELETED
@@ -1,43 +0,0 @@
1
- <!-- gitnexus:start -->
2
- # GitNexus — Code Intelligence
3
-
4
- This project is indexed by GitNexus as **adtec-front-end-core-package** (6236 symbols, 9088 relationships, 154 execution flows). Use the GitNexus MCP tools to understand code, assess impact, and navigate safely.
5
-
6
- > If any GitNexus tool warns the index is stale, run `npx gitnexus analyze` in terminal first.
7
-
8
- ## Always Do
9
-
10
- - **MUST run impact analysis before editing any symbol.** Before modifying a function, class, or method, run `gitnexus_impact({target: "symbolName", direction: "upstream"})` and report the blast radius (direct callers, affected processes, risk level) to the user.
11
- - **MUST run `gitnexus_detect_changes()` before committing** to verify your changes only affect expected symbols and execution flows.
12
- - **MUST warn the user** if impact analysis returns HIGH or CRITICAL risk before proceeding with edits.
13
- - When exploring unfamiliar code, use `gitnexus_query({query: "concept"})` to find execution flows instead of grepping. It returns process-grouped results ranked by relevance.
14
- - When you need full context on a specific symbol — callers, callees, which execution flows it participates in — use `gitnexus_context({name: "symbolName"})`.
15
-
16
- ## Never Do
17
-
18
- - NEVER edit a function, class, or method without first running `gitnexus_impact` on it.
19
- - NEVER ignore HIGH or CRITICAL risk warnings from impact analysis.
20
- - NEVER rename symbols with find-and-replace — use `gitnexus_rename` which understands the call graph.
21
- - NEVER commit changes without running `gitnexus_detect_changes()` to check affected scope.
22
-
23
- ## Resources
24
-
25
- | Resource | Use for |
26
- |----------|---------|
27
- | `gitnexus://repo/adtec-front-end-core-package/context` | Codebase overview, check index freshness |
28
- | `gitnexus://repo/adtec-front-end-core-package/clusters` | All functional areas |
29
- | `gitnexus://repo/adtec-front-end-core-package/processes` | All execution flows |
30
- | `gitnexus://repo/adtec-front-end-core-package/process/{name}` | Step-by-step execution trace |
31
-
32
- ## CLI
33
-
34
- | Task | Read this skill file |
35
- |------|---------------------|
36
- | Understand architecture / "How does X work?" | `.claude/skills/gitnexus/gitnexus-exploring/SKILL.md` |
37
- | Blast radius / "What breaks if I change X?" | `.claude/skills/gitnexus/gitnexus-impact-analysis/SKILL.md` |
38
- | Trace bugs / "Why is X failing?" | `.claude/skills/gitnexus/gitnexus-debugging/SKILL.md` |
39
- | Rename / extract / split / refactor | `.claude/skills/gitnexus/gitnexus-refactoring/SKILL.md` |
40
- | Tools, resources, schema reference | `.claude/skills/gitnexus/gitnexus-guide/SKILL.md` |
41
- | Index, status, clean, wiki CLI commands | `.claude/skills/gitnexus/gitnexus-cli/SKILL.md` |
42
-
43
- <!-- gitnexus:end -->
package/CLAUDE.md DELETED
@@ -1,43 +0,0 @@
1
- <!-- gitnexus:start -->
2
- # GitNexus — Code Intelligence
3
-
4
- This project is indexed by GitNexus as **adtec-front-end-core-package** (6236 symbols, 9088 relationships, 154 execution flows). Use the GitNexus MCP tools to understand code, assess impact, and navigate safely.
5
-
6
- > If any GitNexus tool warns the index is stale, run `npx gitnexus analyze` in terminal first.
7
-
8
- ## Always Do
9
-
10
- - **MUST run impact analysis before editing any symbol.** Before modifying a function, class, or method, run `gitnexus_impact({target: "symbolName", direction: "upstream"})` and report the blast radius (direct callers, affected processes, risk level) to the user.
11
- - **MUST run `gitnexus_detect_changes()` before committing** to verify your changes only affect expected symbols and execution flows.
12
- - **MUST warn the user** if impact analysis returns HIGH or CRITICAL risk before proceeding with edits.
13
- - When exploring unfamiliar code, use `gitnexus_query({query: "concept"})` to find execution flows instead of grepping. It returns process-grouped results ranked by relevance.
14
- - When you need full context on a specific symbol — callers, callees, which execution flows it participates in — use `gitnexus_context({name: "symbolName"})`.
15
-
16
- ## Never Do
17
-
18
- - NEVER edit a function, class, or method without first running `gitnexus_impact` on it.
19
- - NEVER ignore HIGH or CRITICAL risk warnings from impact analysis.
20
- - NEVER rename symbols with find-and-replace — use `gitnexus_rename` which understands the call graph.
21
- - NEVER commit changes without running `gitnexus_detect_changes()` to check affected scope.
22
-
23
- ## Resources
24
-
25
- | Resource | Use for |
26
- |----------|---------|
27
- | `gitnexus://repo/adtec-front-end-core-package/context` | Codebase overview, check index freshness |
28
- | `gitnexus://repo/adtec-front-end-core-package/clusters` | All functional areas |
29
- | `gitnexus://repo/adtec-front-end-core-package/processes` | All execution flows |
30
- | `gitnexus://repo/adtec-front-end-core-package/process/{name}` | Step-by-step execution trace |
31
-
32
- ## CLI
33
-
34
- | Task | Read this skill file |
35
- |------|---------------------|
36
- | Understand architecture / "How does X work?" | `.claude/skills/gitnexus/gitnexus-exploring/SKILL.md` |
37
- | Blast radius / "What breaks if I change X?" | `.claude/skills/gitnexus/gitnexus-impact-analysis/SKILL.md` |
38
- | Trace bugs / "Why is X failing?" | `.claude/skills/gitnexus/gitnexus-debugging/SKILL.md` |
39
- | Rename / extract / split / refactor | `.claude/skills/gitnexus/gitnexus-refactoring/SKILL.md` |
40
- | Tools, resources, schema reference | `.claude/skills/gitnexus/gitnexus-guide/SKILL.md` |
41
- | Index, status, clean, wiki CLI commands | `.claude/skills/gitnexus/gitnexus-cli/SKILL.md` |
42
-
43
- <!-- gitnexus:end -->
@@ -1 +0,0 @@
1
- .icon[data-v-0af0286e]{width:1em;height:1em;vertical-align:-.15em;fill:currentColor;overflow:hidden}.icon-btn[data-v-38f813ef]{cursor:pointer;margin:0 0 0 8px;--el-button-hover-bg-color: var(--el-color-primary-light-3)}.icon-btn[data-v-38f813ef]:hover{color:var(--el-button-hover-bg-color)}.icon-btn--disabled[data-v-38f813ef]{color:var(--el-color-disabled-text-color)!important;cursor:not-allowed!important}.icon-btn--size-large[data-v-38f813ef]{font-size:var(--el-font-size-large)}.icon-btn--size-default[data-v-38f813ef]{font-size:var(--el-font-size-base)}.icon-btn--size-medium[data-v-38f813ef]{font-size:var(--el-font-size-medium)}.icon-btn--size-small[data-v-38f813ef]{font-size:var(--el-font-size-small)}.icon-btn--primary[data-v-38f813ef]{--el-button-hover-bg-color: var(--el-color-primary-light-3);--el-button-disabled-bg-color: var(--el-color-primary-light-5);color:var(--el-color-primary)}.icon-btn--primary--disabled[data-v-38f813ef]{color:var(--el-color-primary-light-5)!important;cursor:not-allowed!important}.icon-btn--success[data-v-38f813ef]{--el-button-hover-bg-color: var(--el-color-success-light-3);--el-button-disabled-bg-color: var(--el-color-success-light-5);color:var(--el-color-success)}.icon-btn--success--disabled[data-v-38f813ef]{color:var(--el-color-success-light-5)!important;cursor:not-allowed!important}.icon-btn--warning[data-v-38f813ef]{--el-button-hover-bg-color: var(--el-color-warning-light-3);--el-button-disabled-bg-color: var(--el-color-warning-light-5);color:var(--el-color-warning)}.icon-btn--warning--disabled[data-v-38f813ef]{color:var(--el-color-warning-light-5)!important;cursor:not-allowed!important}.icon-btn--danger[data-v-38f813ef]{--el-button-hover-bg-color: var(--el-color-danger-light-3);--el-button-disabled-bg-color: var(--el-color-danger-light-5);color:var(--el-color-danger)}.icon-btn--danger--disabled[data-v-38f813ef]{color:var(--el-color-danger-light-5)!important;cursor:not-allowed!important}.icon-btn--info[data-v-38f813ef]{--el-button-hover-bg-color: var(--el-color-info-light-3);--el-button-disabled-bg-color: var(--el-color-info-light-5);color:var(--el-color-info)}.icon-btn--info--disabled[data-v-38f813ef]{color:var(--el-color-info-light-5)!important;cursor:not-allowed!important}.elementSelect[data-v-004aa9c5]{border:2px dashed #1a67f8!important}.demo-form-inline .el-input[data-v-004aa9c5]{--el-input-width: 220px}.demo-form-inline .el-select[data-v-004aa9c5]{--el-select-width: 220px}.icon-btn[data-v-a14c1b84]{margin-right:5px;cursor:pointer;--el-button-hover-bg-color: var(--el-color-primary-light-3)}.icon-btn[data-v-a14c1b84]:hover{color:var(--el-button-hover-bg-color)}.icon-btn--disabled[data-v-a14c1b84]{color:var(--el-color-disabled-text-color);cursor:not-allowed!important}.icon-btn--size-large[data-v-a14c1b84]{font-size:var(--el-font-size-large)}.icon-btn--size-default[data-v-a14c1b84]{font-size:var(--el-font-size-base)}.icon-btn--size-small[data-v-a14c1b84]{font-size:var(--el-font-size-small)}.icon-btn--primary[data-v-a14c1b84]{--el-button-hover-bg-color: var(--el-color-primary-light-3);--el-button-disabled-bg-color: var(--el-color-primary-light-5);color:var(--el-color-primary)}.icon-btn--success[data-v-a14c1b84]{--el-button-hover-bg-color: var(--el-color-success-light-3);--el-button-disabled-bg-color: var(--el-color-success-light-5);color:var(--el-color-success)}.icon-btn--warning[data-v-a14c1b84]{--el-button-hover-bg-color: var(--el-color-warning-light-3);--el-button-disabled-bg-color: var(--el-color-warning-light-5);color:var(--el-color-warning)}.icon-btn--danger[data-v-a14c1b84]{--el-button-hover-bg-color: var(--el-color-danger-light-3);--el-button-disabled-bg-color: var(--el-color-danger-light-5);color:var(--el-color-danger)}.icon-btn--info[data-v-a14c1b84]{--el-button-hover-bg-color: var(--el-color-info-light-3);--el-button-disabled-bg-color: var(--el-color-info-light-5);color:var(--el-color-info)}