@opensumi/ide-components 2.12.1-next-079c1930
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.
- package/README.md +65 -0
- package/dist/index.css +1 -0
- package/dist/index.js +26330 -0
- package/lib/badge/index.d.ts +4 -0
- package/lib/badge/index.d.ts.map +1 -0
- package/lib/badge/index.js +13 -0
- package/lib/badge/index.js.map +1 -0
- package/lib/badge/styles.less +17 -0
- package/lib/button/index.d.ts +54 -0
- package/lib/button/index.d.ts.map +1 -0
- package/lib/button/index.js +68 -0
- package/lib/button/index.js.map +1 -0
- package/lib/button/style.less +251 -0
- package/lib/checkbox/index.d.ts +9 -0
- package/lib/checkbox/index.d.ts.map +1 -0
- package/lib/checkbox/index.js +27 -0
- package/lib/checkbox/index.js.map +1 -0
- package/lib/checkbox/style.less +80 -0
- package/lib/common.d.ts +7 -0
- package/lib/common.d.ts.map +1 -0
- package/lib/common.js +11 -0
- package/lib/common.js.map +1 -0
- package/lib/dialog/index.d.ts +26 -0
- package/lib/dialog/index.d.ts.map +1 -0
- package/lib/dialog/index.js +28 -0
- package/lib/dialog/index.js.map +1 -0
- package/lib/dialog/styles.less +85 -0
- package/lib/dropdown/dropdown.d.ts +48 -0
- package/lib/dropdown/dropdown.d.ts.map +1 -0
- package/lib/dropdown/dropdown.js +80 -0
- package/lib/dropdown/dropdown.js.map +1 -0
- package/lib/dropdown/index.d.ts +5 -0
- package/lib/dropdown/index.d.ts.map +1 -0
- package/lib/dropdown/index.js +8 -0
- package/lib/dropdown/index.js.map +1 -0
- package/lib/dropdown/style.less +254 -0
- package/lib/icon/icon.d.ts +33 -0
- package/lib/icon/icon.d.ts.map +1 -0
- package/lib/icon/icon.js +71 -0
- package/lib/icon/icon.js.map +1 -0
- package/lib/icon/iconfont/iconManager.d.ts +187 -0
- package/lib/icon/iconfont/iconManager.d.ts.map +1 -0
- package/lib/icon/iconfont/iconManager.js +67 -0
- package/lib/icon/iconfont/iconManager.js.map +1 -0
- package/lib/icon/iconfont/iconMap.d.ts +160 -0
- package/lib/icon/iconfont/iconMap.d.ts.map +1 -0
- package/lib/icon/iconfont/iconMap.js +165 -0
- package/lib/icon/iconfont/iconMap.js.map +1 -0
- package/lib/icon/iconfont/iconfont.css +646 -0
- package/lib/icon/iconfont/iconfont.eot +0 -0
- package/lib/icon/iconfont/iconfont.html +1522 -0
- package/lib/icon/iconfont/iconfont.svg +333 -0
- package/lib/icon/iconfont/iconfont.ttf +0 -0
- package/lib/icon/iconfont/iconfont.woff +0 -0
- package/lib/icon/iconfont/iconfont.woff2 +0 -0
- package/lib/icon/iconfont-cn.d.ts +15 -0
- package/lib/icon/iconfont-cn.d.ts.map +1 -0
- package/lib/icon/iconfont-cn.js +78 -0
- package/lib/icon/iconfont-cn.js.map +1 -0
- package/lib/icon/index.d.ts +4 -0
- package/lib/icon/index.d.ts.map +1 -0
- package/lib/icon/index.js +9 -0
- package/lib/icon/index.js.map +1 -0
- package/lib/icon/styles.less +105 -0
- package/lib/icon/util.d.ts +29 -0
- package/lib/icon/util.d.ts.map +1 -0
- package/lib/icon/util.js +53 -0
- package/lib/icon/util.js.map +1 -0
- package/lib/index.d.ts +20 -0
- package/lib/index.d.ts.map +1 -0
- package/lib/index.js +23 -0
- package/lib/index.js.map +1 -0
- package/lib/input/HistoryInputBox.d.ts +38 -0
- package/lib/input/HistoryInputBox.d.ts.map +1 -0
- package/lib/input/HistoryInputBox.js +114 -0
- package/lib/input/HistoryInputBox.js.map +1 -0
- package/lib/input/Input.d.ts +43 -0
- package/lib/input/Input.d.ts.map +1 -0
- package/lib/input/Input.js +124 -0
- package/lib/input/Input.js.map +1 -0
- package/lib/input/ProxiedInput.d.ts +8 -0
- package/lib/input/ProxiedInput.d.ts.map +1 -0
- package/lib/input/ProxiedInput.js +67 -0
- package/lib/input/ProxiedInput.js.map +1 -0
- package/lib/input/TextArea.d.ts +6 -0
- package/lib/input/TextArea.d.ts.map +1 -0
- package/lib/input/TextArea.js +11 -0
- package/lib/input/TextArea.js.map +1 -0
- package/lib/input/ValidateInput.d.ts +20 -0
- package/lib/input/ValidateInput.d.ts.map +1 -0
- package/lib/input/ValidateInput.js +59 -0
- package/lib/input/ValidateInput.js.map +1 -0
- package/lib/input/index.d.ts +5 -0
- package/lib/input/index.d.ts.map +1 -0
- package/lib/input/index.js +8 -0
- package/lib/input/index.js.map +1 -0
- package/lib/input/input.less +83 -0
- package/lib/input/validate-input.less +88 -0
- package/lib/locale-context-provider.d.ts +16 -0
- package/lib/locale-context-provider.d.ts.map +1 -0
- package/lib/locale-context-provider.js +26 -0
- package/lib/locale-context-provider.js.map +1 -0
- package/lib/menu/MenuContext.d.ts +8 -0
- package/lib/menu/MenuContext.d.ts.map +1 -0
- package/lib/menu/MenuContext.js +8 -0
- package/lib/menu/MenuContext.js.map +1 -0
- package/lib/menu/MenuItem.d.ts +29 -0
- package/lib/menu/MenuItem.d.ts.map +1 -0
- package/lib/menu/MenuItem.js +32 -0
- package/lib/menu/MenuItem.js.map +1 -0
- package/lib/menu/SubMenu.d.ts +30 -0
- package/lib/menu/SubMenu.d.ts.map +1 -0
- package/lib/menu/SubMenu.js +28 -0
- package/lib/menu/SubMenu.js.map +1 -0
- package/lib/menu/index.d.ts +64 -0
- package/lib/menu/index.d.ts.map +1 -0
- package/lib/menu/index.js +203 -0
- package/lib/menu/index.js.map +1 -0
- package/lib/menu/style.less +513 -0
- package/lib/message/index.d.ts +10 -0
- package/lib/message/index.d.ts.map +1 -0
- package/lib/message/index.js +21 -0
- package/lib/message/index.js.map +1 -0
- package/lib/message/message.d.ts +42 -0
- package/lib/message/message.d.ts.map +1 -0
- package/lib/message/message.js +128 -0
- package/lib/message/message.js.map +1 -0
- package/lib/message/style.less +76 -0
- package/lib/modal/Modal.d.ts +127 -0
- package/lib/modal/Modal.d.ts.map +1 -0
- package/lib/modal/Modal.js +87 -0
- package/lib/modal/Modal.js.map +1 -0
- package/lib/modal/index.d.ts +5 -0
- package/lib/modal/index.d.ts.map +1 -0
- package/lib/modal/index.js +8 -0
- package/lib/modal/index.js.map +1 -0
- package/lib/modal/locale.d.ts +8 -0
- package/lib/modal/locale.d.ts.map +1 -0
- package/lib/modal/locale.js +23 -0
- package/lib/modal/locale.js.map +1 -0
- package/lib/modal/style.less +168 -0
- package/lib/notification/index.d.ts +8 -0
- package/lib/notification/index.d.ts.map +1 -0
- package/lib/notification/index.js +80 -0
- package/lib/notification/index.js.map +1 -0
- package/lib/notification/notification.d.ts +44 -0
- package/lib/notification/notification.d.ts.map +1 -0
- package/lib/notification/notification.js +156 -0
- package/lib/notification/notification.js.map +1 -0
- package/lib/notification/notification.less +231 -0
- package/lib/overlay/index.d.ts +19 -0
- package/lib/overlay/index.d.ts.map +1 -0
- package/lib/overlay/index.js +13 -0
- package/lib/overlay/index.js.map +1 -0
- package/lib/overlay/styles.less +44 -0
- package/lib/popover/index.d.ts +28 -0
- package/lib/popover/index.d.ts.map +1 -0
- package/lib/popover/index.js +127 -0
- package/lib/popover/index.js.map +1 -0
- package/lib/popover/styles.less +135 -0
- package/lib/recycle-list/RecycleList.d.ts +105 -0
- package/lib/recycle-list/RecycleList.d.ts.map +1 -0
- package/lib/recycle-list/RecycleList.js +253 -0
- package/lib/recycle-list/RecycleList.js.map +1 -0
- package/lib/recycle-list/index.d.ts +2 -0
- package/lib/recycle-list/index.d.ts.map +1 -0
- package/lib/recycle-list/index.js +5 -0
- package/lib/recycle-list/index.js.map +1 -0
- package/lib/recycle-tree/RecycleTree.d.ts +254 -0
- package/lib/recycle-tree/RecycleTree.d.ts.map +1 -0
- package/lib/recycle-tree/RecycleTree.js +635 -0
- package/lib/recycle-tree/RecycleTree.js.map +1 -0
- package/lib/recycle-tree/TreeNodeRendererWrap.d.ts +37 -0
- package/lib/recycle-tree/TreeNodeRendererWrap.d.ts.map +1 -0
- package/lib/recycle-tree/TreeNodeRendererWrap.js +18 -0
- package/lib/recycle-tree/TreeNodeRendererWrap.js.map +1 -0
- package/lib/recycle-tree/decorators/Adaptive/index.d.ts +10 -0
- package/lib/recycle-tree/decorators/Adaptive/index.d.ts.map +1 -0
- package/lib/recycle-tree/decorators/Adaptive/index.js +97 -0
- package/lib/recycle-tree/decorators/Adaptive/index.js.map +1 -0
- package/lib/recycle-tree/decorators/Filter/filter.less +11 -0
- package/lib/recycle-tree/decorators/Filter/index.d.ts +26 -0
- package/lib/recycle-tree/decorators/Filter/index.d.ts.map +1 -0
- package/lib/recycle-tree/decorators/Filter/index.js +53 -0
- package/lib/recycle-tree/decorators/Filter/index.js.map +1 -0
- package/lib/recycle-tree/decorators/index.d.ts +3 -0
- package/lib/recycle-tree/decorators/index.d.ts.map +1 -0
- package/lib/recycle-tree/decorators/index.js +6 -0
- package/lib/recycle-tree/decorators/index.js.map +1 -0
- package/lib/recycle-tree/index.d.ts +7 -0
- package/lib/recycle-tree/index.d.ts.map +1 -0
- package/lib/recycle-tree/index.js +10 -0
- package/lib/recycle-tree/index.js.map +1 -0
- package/lib/recycle-tree/prompt/NewPromptHandle.d.ts +12 -0
- package/lib/recycle-tree/prompt/NewPromptHandle.d.ts.map +1 -0
- package/lib/recycle-tree/prompt/NewPromptHandle.js +21 -0
- package/lib/recycle-tree/prompt/NewPromptHandle.js.map +1 -0
- package/lib/recycle-tree/prompt/PromptHandle.d.ts +59 -0
- package/lib/recycle-tree/prompt/PromptHandle.d.ts.map +1 -0
- package/lib/recycle-tree/prompt/PromptHandle.js +200 -0
- package/lib/recycle-tree/prompt/PromptHandle.js.map +1 -0
- package/lib/recycle-tree/prompt/RenamePromptHandle.d.ts +10 -0
- package/lib/recycle-tree/prompt/RenamePromptHandle.d.ts.map +1 -0
- package/lib/recycle-tree/prompt/RenamePromptHandle.js +21 -0
- package/lib/recycle-tree/prompt/RenamePromptHandle.js.map +1 -0
- package/lib/recycle-tree/prompt/index.d.ts +4 -0
- package/lib/recycle-tree/prompt/index.d.ts.map +1 -0
- package/lib/recycle-tree/prompt/index.js +7 -0
- package/lib/recycle-tree/prompt/index.js.map +1 -0
- package/lib/recycle-tree/tree/Tree.d.ts +20 -0
- package/lib/recycle-tree/tree/Tree.d.ts.map +1 -0
- package/lib/recycle-tree/tree/Tree.js +43 -0
- package/lib/recycle-tree/tree/Tree.js.map +1 -0
- package/lib/recycle-tree/tree/TreeNode.d.ts +222 -0
- package/lib/recycle-tree/tree/TreeNode.d.ts.map +1 -0
- package/lib/recycle-tree/tree/TreeNode.js +1099 -0
- package/lib/recycle-tree/tree/TreeNode.js.map +1 -0
- package/lib/recycle-tree/tree/decoration/CompositeDecoration.d.ts +60 -0
- package/lib/recycle-tree/tree/decoration/CompositeDecoration.d.ts.map +1 -0
- package/lib/recycle-tree/tree/decoration/CompositeDecoration.js +328 -0
- package/lib/recycle-tree/tree/decoration/CompositeDecoration.js.map +1 -0
- package/lib/recycle-tree/tree/decoration/Decoration.d.ts +79 -0
- package/lib/recycle-tree/tree/decoration/Decoration.d.ts.map +1 -0
- package/lib/recycle-tree/tree/decoration/Decoration.js +183 -0
- package/lib/recycle-tree/tree/decoration/Decoration.js.map +1 -0
- package/lib/recycle-tree/tree/decoration/DecorationManager.d.ts +34 -0
- package/lib/recycle-tree/tree/decoration/DecorationManager.d.ts.map +1 -0
- package/lib/recycle-tree/tree/decoration/DecorationManager.js +166 -0
- package/lib/recycle-tree/tree/decoration/DecorationManager.js.map +1 -0
- package/lib/recycle-tree/tree/decoration/index.d.ts +4 -0
- package/lib/recycle-tree/tree/decoration/index.d.ts.map +1 -0
- package/lib/recycle-tree/tree/decoration/index.js +7 -0
- package/lib/recycle-tree/tree/decoration/index.js.map +1 -0
- package/lib/recycle-tree/tree/index.d.ts +5 -0
- package/lib/recycle-tree/tree/index.d.ts.map +1 -0
- package/lib/recycle-tree/tree/index.js +8 -0
- package/lib/recycle-tree/tree/index.js.map +1 -0
- package/lib/recycle-tree/tree/model/TreeModel.d.ts +50 -0
- package/lib/recycle-tree/tree/model/TreeModel.d.ts.map +1 -0
- package/lib/recycle-tree/tree/model/TreeModel.js +81 -0
- package/lib/recycle-tree/tree/model/TreeModel.js.map +1 -0
- package/lib/recycle-tree/tree/model/index.d.ts +2 -0
- package/lib/recycle-tree/tree/model/index.d.ts.map +1 -0
- package/lib/recycle-tree/tree/model/index.js +5 -0
- package/lib/recycle-tree/tree/model/index.js.map +1 -0
- package/lib/recycle-tree/tree/model/treeState/TreeStateManager.d.ts +65 -0
- package/lib/recycle-tree/tree/model/treeState/TreeStateManager.d.ts.map +1 -0
- package/lib/recycle-tree/tree/model/treeState/TreeStateManager.js +191 -0
- package/lib/recycle-tree/tree/model/treeState/TreeStateManager.js.map +1 -0
- package/lib/recycle-tree/tree/model/treeState/TreeStateWatcher.d.ts +15 -0
- package/lib/recycle-tree/tree/model/treeState/TreeStateWatcher.d.ts.map +1 -0
- package/lib/recycle-tree/tree/model/treeState/TreeStateWatcher.js +104 -0
- package/lib/recycle-tree/tree/model/treeState/TreeStateWatcher.js.map +1 -0
- package/lib/recycle-tree/tree/model/treeState/index.d.ts +4 -0
- package/lib/recycle-tree/tree/model/treeState/index.d.ts.map +1 -0
- package/lib/recycle-tree/tree/model/treeState/index.js +8 -0
- package/lib/recycle-tree/tree/model/treeState/index.js.map +1 -0
- package/lib/recycle-tree/tree/model/treeState/types.d.ts +21 -0
- package/lib/recycle-tree/tree/model/treeState/types.d.ts.map +1 -0
- package/lib/recycle-tree/tree/model/treeState/types.js +18 -0
- package/lib/recycle-tree/tree/model/treeState/types.js.map +1 -0
- package/lib/recycle-tree/types/index.d.ts +4 -0
- package/lib/recycle-tree/types/index.d.ts.map +1 -0
- package/lib/recycle-tree/types/index.js +7 -0
- package/lib/recycle-tree/types/index.js.map +1 -0
- package/lib/recycle-tree/types/tree-node.d.ts +70 -0
- package/lib/recycle-tree/types/tree-node.d.ts.map +1 -0
- package/lib/recycle-tree/types/tree-node.js +11 -0
- package/lib/recycle-tree/types/tree-node.js.map +1 -0
- package/lib/recycle-tree/types/tree.d.ts +8 -0
- package/lib/recycle-tree/types/tree.d.ts.map +1 -0
- package/lib/recycle-tree/types/tree.js +3 -0
- package/lib/recycle-tree/types/tree.js.map +1 -0
- package/lib/recycle-tree/types/watcher.d.ts +114 -0
- package/lib/recycle-tree/types/watcher.d.ts.map +1 -0
- package/lib/recycle-tree/types/watcher.js +46 -0
- package/lib/recycle-tree/types/watcher.js.map +1 -0
- package/lib/scrollbars/index.d.ts +14 -0
- package/lib/scrollbars/index.d.ts.map +1 -0
- package/lib/scrollbars/index.js +52 -0
- package/lib/scrollbars/index.js.map +1 -0
- package/lib/scrollbars/styles.less +46 -0
- package/lib/select/index.d.ts +119 -0
- package/lib/select/index.d.ts.map +1 -0
- package/lib/select/index.js +327 -0
- package/lib/select/index.js.map +1 -0
- package/lib/select/style.less +224 -0
- package/lib/style/base.less +542 -0
- package/lib/style/index.less +14 -0
- package/lib/style/mixins.less +135 -0
- package/lib/style/motion/fade.less +31 -0
- package/lib/style/motion/move.less +120 -0
- package/lib/style/motion/other.less +45 -0
- package/lib/style/motion/slide.less +120 -0
- package/lib/style/motion/swing.less +34 -0
- package/lib/style/motion/zoom.less +162 -0
- package/lib/style/variable.less +204 -0
- package/lib/tabs/index.d.ts +12 -0
- package/lib/tabs/index.d.ts.map +1 -0
- package/lib/tabs/index.js +24 -0
- package/lib/tabs/index.js.map +1 -0
- package/lib/tabs/style.less +34 -0
- package/lib/tooltip/index.d.ts +7 -0
- package/lib/tooltip/index.d.ts.map +1 -0
- package/lib/tooltip/index.js +58 -0
- package/lib/tooltip/index.js.map +1 -0
- package/lib/tooltip/style.less +41 -0
- package/lib/utils/deprecated.d.ts +3 -0
- package/lib/utils/deprecated.d.ts.map +1 -0
- package/lib/utils/deprecated.js +18 -0
- package/lib/utils/deprecated.js.map +1 -0
- package/lib/utils/disposable.d.ts +37 -0
- package/lib/utils/disposable.d.ts.map +1 -0
- package/lib/utils/disposable.js +140 -0
- package/lib/utils/disposable.js.map +1 -0
- package/lib/utils/event.d.ts +189 -0
- package/lib/utils/event.d.ts.map +1 -0
- package/lib/utils/event.js +569 -0
- package/lib/utils/event.js.map +1 -0
- package/lib/utils/index.d.ts +10 -0
- package/lib/utils/index.d.ts.map +1 -0
- package/lib/utils/index.js +13 -0
- package/lib/utils/index.js.map +1 -0
- package/lib/utils/iterator.d.ts +14 -0
- package/lib/utils/iterator.d.ts.map +1 -0
- package/lib/utils/iterator.js +9 -0
- package/lib/utils/iterator.js.map +1 -0
- package/lib/utils/linkedList.d.ts +18 -0
- package/lib/utils/linkedList.d.ts.map +1 -0
- package/lib/utils/linkedList.js +139 -0
- package/lib/utils/linkedList.js.map +1 -0
- package/lib/utils/motion.d.ts +24 -0
- package/lib/utils/motion.d.ts.map +1 -0
- package/lib/utils/motion.js +17 -0
- package/lib/utils/motion.js.map +1 -0
- package/lib/utils/os.d.ts +4 -0
- package/lib/utils/os.d.ts.map +1 -0
- package/lib/utils/os.js +22 -0
- package/lib/utils/os.js.map +1 -0
- package/lib/utils/path.d.ts +92 -0
- package/lib/utils/path.d.ts.map +1 -0
- package/lib/utils/path.js +1712 -0
- package/lib/utils/path.js.map +1 -0
- package/lib/utils/process.d.ts +6 -0
- package/lib/utils/process.d.ts.map +1 -0
- package/lib/utils/process.js +17 -0
- package/lib/utils/process.js.map +1 -0
- package/lib/utils/raf.d.ts +10 -0
- package/lib/utils/raf.d.ts.map +1 -0
- package/lib/utils/raf.js +33 -0
- package/lib/utils/raf.js.map +1 -0
- package/lib/utils/type.d.ts +4 -0
- package/lib/utils/type.d.ts.map +1 -0
- package/lib/utils/type.js +9 -0
- package/lib/utils/type.js.map +1 -0
- package/lib/utils/warning.d.ts +8 -0
- package/lib/utils/warning.d.ts.map +1 -0
- package/lib/utils/warning.js +40 -0
- package/lib/utils/warning.js.map +1 -0
- package/package.json +36 -0
|
@@ -0,0 +1,187 @@
|
|
|
1
|
+
import { defaultIconfont } from './iconMap';
|
|
2
|
+
export { defaultIconfont };
|
|
3
|
+
export declare const defaultIconMap: {
|
|
4
|
+
'Gitlab-fill': string;
|
|
5
|
+
LinkE: string;
|
|
6
|
+
PR: string;
|
|
7
|
+
ab: string;
|
|
8
|
+
abl: string;
|
|
9
|
+
'add-comments': string;
|
|
10
|
+
anymock: string;
|
|
11
|
+
'arrow-down': string;
|
|
12
|
+
'arrow-right': string;
|
|
13
|
+
arrowdown: string;
|
|
14
|
+
arrowup: string;
|
|
15
|
+
basement: string;
|
|
16
|
+
'basement-fileicon': string;
|
|
17
|
+
bell: string;
|
|
18
|
+
branches: string;
|
|
19
|
+
'breakpoint-activate': string;
|
|
20
|
+
'breakpoint-deactivate': string;
|
|
21
|
+
'breakpoint-disabled': string;
|
|
22
|
+
'breakpoint-enabled': string;
|
|
23
|
+
'breakpoint-stop': string;
|
|
24
|
+
'breakpoint-stop-before': string;
|
|
25
|
+
'browser-preview': string;
|
|
26
|
+
'bulb-fill': string;
|
|
27
|
+
'caret-right': string;
|
|
28
|
+
check: string;
|
|
29
|
+
'check-circle-fill': string;
|
|
30
|
+
'check-close-circle-o': string;
|
|
31
|
+
'check-square-fill': string;
|
|
32
|
+
'check-square-o': string;
|
|
33
|
+
clear: string;
|
|
34
|
+
close: string;
|
|
35
|
+
'close-all': string;
|
|
36
|
+
'close-circle': string;
|
|
37
|
+
'close-circle-fill': string;
|
|
38
|
+
close1: string;
|
|
39
|
+
close_square: string;
|
|
40
|
+
'cloud-download': string;
|
|
41
|
+
'cloud-server': string;
|
|
42
|
+
code: string;
|
|
43
|
+
'codelibrary-fill': string;
|
|
44
|
+
'collapse-all': string;
|
|
45
|
+
'compass-fill': string;
|
|
46
|
+
'content-search': string;
|
|
47
|
+
continue: string;
|
|
48
|
+
control: string;
|
|
49
|
+
'control-fill': string;
|
|
50
|
+
'dashboard-fill': string;
|
|
51
|
+
'deactivate-breakpoints': string;
|
|
52
|
+
debug: string;
|
|
53
|
+
delete: string;
|
|
54
|
+
deploy: string;
|
|
55
|
+
detail: string;
|
|
56
|
+
disconnect: string;
|
|
57
|
+
'dock-down': string;
|
|
58
|
+
'dock-right': string;
|
|
59
|
+
doubleright: string;
|
|
60
|
+
down: string;
|
|
61
|
+
download: string;
|
|
62
|
+
drag: string;
|
|
63
|
+
'debug-restart-frame': string;
|
|
64
|
+
edit: string;
|
|
65
|
+
editor: string;
|
|
66
|
+
ellipsis: string;
|
|
67
|
+
embed: string;
|
|
68
|
+
error: string;
|
|
69
|
+
execute: string;
|
|
70
|
+
expand: string;
|
|
71
|
+
'expand-all': string;
|
|
72
|
+
experiment: string;
|
|
73
|
+
explorer: string;
|
|
74
|
+
extension: string;
|
|
75
|
+
eye: string;
|
|
76
|
+
'eye-close': string;
|
|
77
|
+
'file-copy': string;
|
|
78
|
+
'file-default': string;
|
|
79
|
+
'file-exclamation': string;
|
|
80
|
+
'file-text': string;
|
|
81
|
+
focus: string;
|
|
82
|
+
folder: string;
|
|
83
|
+
'folder-default': string;
|
|
84
|
+
'folder-fill': string;
|
|
85
|
+
'folder-open': string;
|
|
86
|
+
'folder-open-fill': string;
|
|
87
|
+
'follow-cursor': string;
|
|
88
|
+
fullscreen: string;
|
|
89
|
+
'fullscreen-exit': string;
|
|
90
|
+
'github-fill': string;
|
|
91
|
+
gitlab: string;
|
|
92
|
+
'global-search': string;
|
|
93
|
+
huoban: string;
|
|
94
|
+
'huoban-blue': string;
|
|
95
|
+
'info-circle': string;
|
|
96
|
+
'info-circle-fill': string;
|
|
97
|
+
kaitian: string;
|
|
98
|
+
keyboard: string;
|
|
99
|
+
layout: string;
|
|
100
|
+
layout1: string;
|
|
101
|
+
left: string;
|
|
102
|
+
'left-right-subfield': string;
|
|
103
|
+
line: string;
|
|
104
|
+
link: string;
|
|
105
|
+
max: string;
|
|
106
|
+
message: string;
|
|
107
|
+
min: string;
|
|
108
|
+
minus: string;
|
|
109
|
+
'minus-circle-fill': string;
|
|
110
|
+
mobile: string;
|
|
111
|
+
'mobile-phone': string;
|
|
112
|
+
more: string;
|
|
113
|
+
'new-file': string;
|
|
114
|
+
'new-folder': string;
|
|
115
|
+
open: string;
|
|
116
|
+
'open-changes': string;
|
|
117
|
+
openfile: string;
|
|
118
|
+
pause: string;
|
|
119
|
+
plus: string;
|
|
120
|
+
'project-information': string;
|
|
121
|
+
'question-circle': string;
|
|
122
|
+
'question-circle-o': string;
|
|
123
|
+
refresh: string;
|
|
124
|
+
regex: string;
|
|
125
|
+
reload: string;
|
|
126
|
+
replace: string;
|
|
127
|
+
repository: string;
|
|
128
|
+
retrieval: string;
|
|
129
|
+
right: string;
|
|
130
|
+
rollback: string;
|
|
131
|
+
'save-all': string;
|
|
132
|
+
scm: string;
|
|
133
|
+
search: string;
|
|
134
|
+
setting: string;
|
|
135
|
+
sever: string;
|
|
136
|
+
share: string;
|
|
137
|
+
shrink: string;
|
|
138
|
+
smile: string;
|
|
139
|
+
start: string;
|
|
140
|
+
step: string;
|
|
141
|
+
'step-in': string;
|
|
142
|
+
'step-out': string;
|
|
143
|
+
stop: string;
|
|
144
|
+
swap: string;
|
|
145
|
+
sync: string;
|
|
146
|
+
team: string;
|
|
147
|
+
terminal: string;
|
|
148
|
+
'time-circle': string;
|
|
149
|
+
'time-circle-fill': string;
|
|
150
|
+
toolkit: string;
|
|
151
|
+
tree: string;
|
|
152
|
+
undock: string;
|
|
153
|
+
unmax: string;
|
|
154
|
+
unorderedlist: string;
|
|
155
|
+
up: string;
|
|
156
|
+
'up-down-subfield': string;
|
|
157
|
+
wait: string;
|
|
158
|
+
'warning-circle': string;
|
|
159
|
+
'warning-circle-fill': string;
|
|
160
|
+
'window-maximize': string;
|
|
161
|
+
} & {
|
|
162
|
+
'folder-fill-open': string;
|
|
163
|
+
'search-close': string;
|
|
164
|
+
fold: string;
|
|
165
|
+
'setting-general': string;
|
|
166
|
+
'setting-editor': string;
|
|
167
|
+
'setting-file': string;
|
|
168
|
+
'setting-extension': string;
|
|
169
|
+
'run-debug': string;
|
|
170
|
+
'toggle-breakpoints': string;
|
|
171
|
+
withdraw: string;
|
|
172
|
+
terminate1: string;
|
|
173
|
+
stop1: string;
|
|
174
|
+
add: string;
|
|
175
|
+
rundebug: string;
|
|
176
|
+
terminate: string;
|
|
177
|
+
};
|
|
178
|
+
declare class IconManager {
|
|
179
|
+
private _ktIconPrefixes;
|
|
180
|
+
private _iconMap;
|
|
181
|
+
update(prefix: string, customIconMap: {
|
|
182
|
+
[iconKey: string]: string;
|
|
183
|
+
}): void;
|
|
184
|
+
getIconClx(iconKey: string): string[];
|
|
185
|
+
}
|
|
186
|
+
export declare const iconManager: IconManager;
|
|
187
|
+
//# sourceMappingURL=iconManager.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"iconManager.d.ts","sourceRoot":"","sources":["../../../src/icon/iconfont/iconManager.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,eAAe,EAAE,MAAM,WAAW,CAAC;AAC5C,OAAO,EAAE,eAAe,EAAE,CAAC;AA4B3B,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAMzB,CAAC;AAEH,cAAM,WAAW;IACf,OAAO,CAAC,eAAe,CAAgB;IAEvC,OAAO,CAAC,QAAQ,CAA+D;IAE/E,MAAM,CAAC,MAAM,EAAE,MAAM,EAAE,aAAa,EAAE;QAAE,CAAC,OAAO,EAAE,MAAM,GAAG,MAAM,CAAA;KAAE;IAKnE,UAAU,CAAC,OAAO,EAAE,MAAM,GAAG,MAAM,EAAE;CAatC;AAED,eAAO,MAAM,WAAW,aAAoB,CAAC"}
|
|
@@ -0,0 +1,67 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.iconManager = exports.defaultIconMap = exports.defaultIconfont = void 0;
|
|
4
|
+
const tslib_1 = require("tslib");
|
|
5
|
+
const warning_1 = (0, tslib_1.__importDefault)(require("../../utils/warning"));
|
|
6
|
+
const iconMap_1 = require("./iconMap");
|
|
7
|
+
Object.defineProperty(exports, "defaultIconfont", { enumerable: true, get: function () { return iconMap_1.defaultIconfont; } });
|
|
8
|
+
/**
|
|
9
|
+
* 以下为 typo 的字体,做一定兼容
|
|
10
|
+
* key 为 iconName enum, value 为 icon className
|
|
11
|
+
*/
|
|
12
|
+
const typoIconMap = {
|
|
13
|
+
'folder-fill-open': 'folder-fill',
|
|
14
|
+
'search-close': 'close-square',
|
|
15
|
+
'fold': 'collapse-all',
|
|
16
|
+
'setting-general': 'setting',
|
|
17
|
+
'setting-editor': 'codelibrary-fill',
|
|
18
|
+
'setting-file': 'file-text',
|
|
19
|
+
'setting-extension': 'extension',
|
|
20
|
+
'run-debug': 'start',
|
|
21
|
+
'toggle-breakpoints': 'deactivate-breakpoints',
|
|
22
|
+
// new typos issue
|
|
23
|
+
'withdraw': 'fallback',
|
|
24
|
+
'terminate1': 'stop',
|
|
25
|
+
'stop1': 'stop',
|
|
26
|
+
'add': 'plus',
|
|
27
|
+
// removed duplicated icons
|
|
28
|
+
'rundebug': 'start',
|
|
29
|
+
'terminate': 'stop',
|
|
30
|
+
};
|
|
31
|
+
const _defaultIconAndTypoIconMap = Object.assign({}, iconMap_1.defaultIconfont, typoIconMap);
|
|
32
|
+
exports.defaultIconMap = new Proxy(_defaultIconAndTypoIconMap, {
|
|
33
|
+
get(obj, prop) {
|
|
34
|
+
const typoValue = typoIconMap[prop];
|
|
35
|
+
(0, warning_1.default)(!typoValue, `Icon '${prop}' was a typo, please use '${typoValue}' instead`);
|
|
36
|
+
return obj[prop];
|
|
37
|
+
},
|
|
38
|
+
});
|
|
39
|
+
class IconManager {
|
|
40
|
+
constructor() {
|
|
41
|
+
this._ktIconPrefixes = [];
|
|
42
|
+
this._iconMap = {};
|
|
43
|
+
}
|
|
44
|
+
update(prefix, customIconMap) {
|
|
45
|
+
this._iconMap[prefix] = customIconMap;
|
|
46
|
+
this._ktIconPrefixes.push(prefix);
|
|
47
|
+
}
|
|
48
|
+
getIconClx(iconKey) {
|
|
49
|
+
let lastIndex = this._ktIconPrefixes.length;
|
|
50
|
+
while (!this._iconMap[this._ktIconPrefixes[--lastIndex]][iconKey]) {
|
|
51
|
+
if (lastIndex === 0) {
|
|
52
|
+
break;
|
|
53
|
+
}
|
|
54
|
+
}
|
|
55
|
+
const iconValue = this._iconMap[this._ktIconPrefixes[lastIndex]][iconKey];
|
|
56
|
+
if (!iconValue) {
|
|
57
|
+
(0, warning_1.default)(false, '图标库缺失图标:' + iconKey);
|
|
58
|
+
return [];
|
|
59
|
+
}
|
|
60
|
+
return [`${this._ktIconPrefixes[lastIndex]}${iconValue}`];
|
|
61
|
+
}
|
|
62
|
+
}
|
|
63
|
+
exports.iconManager = new IconManager();
|
|
64
|
+
const defaultKtIconPrefix = 'kaitian-icon kticon-';
|
|
65
|
+
// 将 default 的部分先配置进去
|
|
66
|
+
exports.iconManager.update(defaultKtIconPrefix, exports.defaultIconMap);
|
|
67
|
+
//# sourceMappingURL=iconManager.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"iconManager.js","sourceRoot":"","sources":["../../../src/icon/iconfont/iconManager.ts"],"names":[],"mappings":";;;;AAAA,+EAA0C;AAE1C,uCAA4C;AACnC,gGADA,yBAAe,OACA;AAExB;;;GAGG;AACH,MAAM,WAAW,GAAG;IAClB,kBAAkB,EAAE,aAAa;IACjC,cAAc,EAAE,cAAc;IAC9B,MAAM,EAAE,cAAc;IACtB,iBAAiB,EAAE,SAAS;IAC5B,gBAAgB,EAAE,kBAAkB;IACpC,cAAc,EAAE,WAAW;IAC3B,mBAAmB,EAAE,WAAW;IAChC,WAAW,EAAE,OAAO;IACpB,oBAAoB,EAAE,wBAAwB;IAC9C,kBAAkB;IAClB,UAAU,EAAE,UAAU;IACtB,YAAY,EAAE,MAAM;IACpB,OAAO,EAAE,MAAM;IACf,KAAK,EAAE,MAAM;IACb,2BAA2B;IAC3B,UAAU,EAAE,OAAO;IACnB,WAAW,EAAE,MAAM;CACpB,CAAC;AAEF,MAAM,0BAA0B,GAAG,MAAM,CAAC,MAAM,CAAC,EAAE,EAAE,yBAAe,EAAE,WAAW,CAAC,CAAC;AAEtE,QAAA,cAAc,GAAG,IAAI,KAAK,CAAC,0BAA0B,EAAE;IAClE,GAAG,CAAC,GAAG,EAAE,IAAY;QACnB,MAAM,SAAS,GAAG,WAAW,CAAC,IAAI,CAAC,CAAC;QACpC,IAAA,iBAAO,EAAC,CAAC,SAAS,EAAE,SAAS,IAAI,6BAA6B,SAAS,WAAW,CAAC,CAAC;QACpF,OAAO,GAAG,CAAC,IAAI,CAAC,CAAC;IACnB,CAAC;CACF,CAAC,CAAC;AAEH,MAAM,WAAW;IAAjB;QACU,oBAAe,GAAa,EAAE,CAAC;QAE/B,aAAQ,GAA4D,EAAE,CAAC;IAoBjF,CAAC;IAlBC,MAAM,CAAC,MAAc,EAAE,aAA4C;QACjE,IAAI,CAAC,QAAQ,CAAC,MAAM,CAAC,GAAG,aAAa,CAAC;QACtC,IAAI,CAAC,eAAe,CAAC,IAAI,CAAC,MAAM,CAAC,CAAC;IACpC,CAAC;IAED,UAAU,CAAC,OAAe;QACxB,IAAI,SAAS,GAAG,IAAI,CAAC,eAAe,CAAC,MAAM,CAAC;QAC5C,OAAO,CAAC,IAAI,CAAC,QAAQ,CAAC,IAAI,CAAC,eAAe,CAAC,EAAE,SAAS,CAAC,CAAC,CAAC,OAAO,CAAC,EAAE;YACjE,IAAI,SAAS,KAAK,CAAC,EAAE;gBAAE,MAAM;aAAE;SAChC;QACD,MAAM,SAAS,GAAG,IAAI,CAAC,QAAQ,CAAC,IAAI,CAAC,eAAe,CAAC,SAAS,CAAC,CAAC,CAAC,OAAO,CAAC,CAAC;QAE1E,IAAI,CAAC,SAAS,EAAE;YACd,IAAA,iBAAO,EAAC,KAAK,EAAE,UAAU,GAAG,OAAO,CAAC,CAAC;YACrC,OAAO,EAAE,CAAC;SACX;QACD,OAAO,CAAC,GAAG,IAAI,CAAC,eAAe,CAAC,SAAS,CAAC,GAAG,SAAS,EAAE,CAAC,CAAC;IAC5D,CAAC;CACF;AAEY,QAAA,WAAW,GAAG,IAAI,WAAW,EAAE,CAAC;AAE7C,MAAM,mBAAmB,GAAG,sBAAsB,CAAC;AACnD,qBAAqB;AACrB,mBAAW,CAAC,MAAM,CAAC,mBAAmB,EAAE,sBAAc,CAAC,CAAC"}
|
|
@@ -0,0 +1,160 @@
|
|
|
1
|
+
export declare const defaultIconfont: {
|
|
2
|
+
'Gitlab-fill': string;
|
|
3
|
+
LinkE: string;
|
|
4
|
+
PR: string;
|
|
5
|
+
ab: string;
|
|
6
|
+
abl: string;
|
|
7
|
+
'add-comments': string;
|
|
8
|
+
anymock: string;
|
|
9
|
+
'arrow-down': string;
|
|
10
|
+
'arrow-right': string;
|
|
11
|
+
arrowdown: string;
|
|
12
|
+
arrowup: string;
|
|
13
|
+
basement: string;
|
|
14
|
+
'basement-fileicon': string;
|
|
15
|
+
bell: string;
|
|
16
|
+
branches: string;
|
|
17
|
+
'breakpoint-activate': string;
|
|
18
|
+
'breakpoint-deactivate': string;
|
|
19
|
+
'breakpoint-disabled': string;
|
|
20
|
+
'breakpoint-enabled': string;
|
|
21
|
+
'breakpoint-stop': string;
|
|
22
|
+
'breakpoint-stop-before': string;
|
|
23
|
+
'browser-preview': string;
|
|
24
|
+
'bulb-fill': string;
|
|
25
|
+
'caret-right': string;
|
|
26
|
+
check: string;
|
|
27
|
+
'check-circle-fill': string;
|
|
28
|
+
'check-close-circle-o': string;
|
|
29
|
+
'check-square-fill': string;
|
|
30
|
+
'check-square-o': string;
|
|
31
|
+
clear: string;
|
|
32
|
+
close: string;
|
|
33
|
+
'close-all': string;
|
|
34
|
+
'close-circle': string;
|
|
35
|
+
'close-circle-fill': string;
|
|
36
|
+
close1: string;
|
|
37
|
+
close_square: string;
|
|
38
|
+
'cloud-download': string;
|
|
39
|
+
'cloud-server': string;
|
|
40
|
+
code: string;
|
|
41
|
+
'codelibrary-fill': string;
|
|
42
|
+
'collapse-all': string;
|
|
43
|
+
'compass-fill': string;
|
|
44
|
+
'content-search': string;
|
|
45
|
+
continue: string;
|
|
46
|
+
control: string;
|
|
47
|
+
'control-fill': string;
|
|
48
|
+
'dashboard-fill': string;
|
|
49
|
+
'deactivate-breakpoints': string;
|
|
50
|
+
debug: string;
|
|
51
|
+
delete: string;
|
|
52
|
+
deploy: string;
|
|
53
|
+
detail: string;
|
|
54
|
+
disconnect: string;
|
|
55
|
+
'dock-down': string;
|
|
56
|
+
'dock-right': string;
|
|
57
|
+
doubleright: string;
|
|
58
|
+
down: string;
|
|
59
|
+
download: string;
|
|
60
|
+
drag: string;
|
|
61
|
+
'debug-restart-frame': string;
|
|
62
|
+
edit: string;
|
|
63
|
+
editor: string;
|
|
64
|
+
ellipsis: string;
|
|
65
|
+
embed: string;
|
|
66
|
+
error: string;
|
|
67
|
+
execute: string;
|
|
68
|
+
expand: string;
|
|
69
|
+
'expand-all': string;
|
|
70
|
+
experiment: string;
|
|
71
|
+
explorer: string;
|
|
72
|
+
extension: string;
|
|
73
|
+
eye: string;
|
|
74
|
+
'eye-close': string;
|
|
75
|
+
'file-copy': string;
|
|
76
|
+
'file-default': string;
|
|
77
|
+
'file-exclamation': string;
|
|
78
|
+
'file-text': string;
|
|
79
|
+
focus: string;
|
|
80
|
+
folder: string;
|
|
81
|
+
'folder-default': string;
|
|
82
|
+
'folder-fill': string;
|
|
83
|
+
'folder-open': string;
|
|
84
|
+
'folder-open-fill': string;
|
|
85
|
+
'follow-cursor': string;
|
|
86
|
+
fullscreen: string;
|
|
87
|
+
'fullscreen-exit': string;
|
|
88
|
+
'github-fill': string;
|
|
89
|
+
gitlab: string;
|
|
90
|
+
'global-search': string;
|
|
91
|
+
huoban: string;
|
|
92
|
+
'huoban-blue': string;
|
|
93
|
+
'info-circle': string;
|
|
94
|
+
'info-circle-fill': string;
|
|
95
|
+
kaitian: string;
|
|
96
|
+
keyboard: string;
|
|
97
|
+
layout: string;
|
|
98
|
+
layout1: string;
|
|
99
|
+
left: string;
|
|
100
|
+
'left-right-subfield': string;
|
|
101
|
+
line: string;
|
|
102
|
+
link: string;
|
|
103
|
+
max: string;
|
|
104
|
+
message: string;
|
|
105
|
+
min: string;
|
|
106
|
+
minus: string;
|
|
107
|
+
'minus-circle-fill': string;
|
|
108
|
+
mobile: string;
|
|
109
|
+
'mobile-phone': string;
|
|
110
|
+
more: string;
|
|
111
|
+
'new-file': string;
|
|
112
|
+
'new-folder': string;
|
|
113
|
+
open: string;
|
|
114
|
+
'open-changes': string;
|
|
115
|
+
openfile: string;
|
|
116
|
+
pause: string;
|
|
117
|
+
plus: string;
|
|
118
|
+
'project-information': string;
|
|
119
|
+
'question-circle': string;
|
|
120
|
+
'question-circle-o': string;
|
|
121
|
+
refresh: string;
|
|
122
|
+
regex: string;
|
|
123
|
+
reload: string;
|
|
124
|
+
replace: string;
|
|
125
|
+
repository: string;
|
|
126
|
+
retrieval: string;
|
|
127
|
+
right: string;
|
|
128
|
+
rollback: string;
|
|
129
|
+
'save-all': string;
|
|
130
|
+
scm: string;
|
|
131
|
+
search: string;
|
|
132
|
+
setting: string;
|
|
133
|
+
sever: string;
|
|
134
|
+
share: string;
|
|
135
|
+
shrink: string;
|
|
136
|
+
smile: string;
|
|
137
|
+
start: string;
|
|
138
|
+
step: string;
|
|
139
|
+
'step-in': string;
|
|
140
|
+
'step-out': string;
|
|
141
|
+
stop: string;
|
|
142
|
+
swap: string;
|
|
143
|
+
sync: string;
|
|
144
|
+
team: string;
|
|
145
|
+
terminal: string;
|
|
146
|
+
'time-circle': string;
|
|
147
|
+
'time-circle-fill': string;
|
|
148
|
+
toolkit: string;
|
|
149
|
+
tree: string;
|
|
150
|
+
undock: string;
|
|
151
|
+
unmax: string;
|
|
152
|
+
unorderedlist: string;
|
|
153
|
+
up: string;
|
|
154
|
+
'up-down-subfield': string;
|
|
155
|
+
wait: string;
|
|
156
|
+
'warning-circle': string;
|
|
157
|
+
'warning-circle-fill': string;
|
|
158
|
+
'window-maximize': string;
|
|
159
|
+
};
|
|
160
|
+
//# sourceMappingURL=iconMap.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"iconMap.d.ts","sourceRoot":"","sources":["../../../src/icon/iconfont/iconMap.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA8J3B,CAAC"}
|
|
@@ -0,0 +1,165 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.defaultIconfont = void 0;
|
|
4
|
+
// GENERATE BY ./scripts/download-iconfont.ts
|
|
5
|
+
// DON NOT EDIT IT MANUALLY
|
|
6
|
+
exports.defaultIconfont = {
|
|
7
|
+
'Gitlab-fill': 'Gitlab-fill',
|
|
8
|
+
'LinkE': 'LinkE',
|
|
9
|
+
'PR': 'PR',
|
|
10
|
+
'ab': 'ab',
|
|
11
|
+
'abl': 'abl',
|
|
12
|
+
'add-comments': 'add-comments',
|
|
13
|
+
'anymock': 'anymock',
|
|
14
|
+
'arrow-down': 'arrow-down',
|
|
15
|
+
'arrow-right': 'arrow-right',
|
|
16
|
+
'arrowdown': 'arrowdown',
|
|
17
|
+
'arrowup': 'arrowup',
|
|
18
|
+
'basement': 'basement',
|
|
19
|
+
'basement-fileicon': 'basement-fileicon',
|
|
20
|
+
'bell': 'bell',
|
|
21
|
+
'branches': 'branches',
|
|
22
|
+
'breakpoint-activate': 'breakpoint-activate',
|
|
23
|
+
'breakpoint-deactivate': 'breakpoint-deactivate',
|
|
24
|
+
'breakpoint-disabled': 'breakpoint-disabled',
|
|
25
|
+
'breakpoint-enabled': 'breakpoint-enabled',
|
|
26
|
+
'breakpoint-stop': 'breakpoint-stop',
|
|
27
|
+
'breakpoint-stop-before': 'breakpoint-stop-before',
|
|
28
|
+
'browser-preview': 'browser-preview',
|
|
29
|
+
'bulb-fill': 'bulb-fill',
|
|
30
|
+
'caret-right': 'caret-right',
|
|
31
|
+
'check': 'check',
|
|
32
|
+
'check-circle-fill': 'check-circle-fill',
|
|
33
|
+
'check-close-circle-o': 'check-close-circle-o',
|
|
34
|
+
'check-square-fill': 'check-square-fill',
|
|
35
|
+
'check-square-o': 'check-square-o',
|
|
36
|
+
'clear': 'clear',
|
|
37
|
+
'close': 'close',
|
|
38
|
+
'close-all': 'close-all',
|
|
39
|
+
'close-circle': 'close-circle',
|
|
40
|
+
'close-circle-fill': 'close-circle-fill',
|
|
41
|
+
'close1': 'close1',
|
|
42
|
+
'close_square': 'close_square',
|
|
43
|
+
'cloud-download': 'cloud-download',
|
|
44
|
+
'cloud-server': 'cloud-server',
|
|
45
|
+
'code': 'code',
|
|
46
|
+
'codelibrary-fill': 'codelibrary-fill',
|
|
47
|
+
'collapse-all': 'collapse-all',
|
|
48
|
+
'compass-fill': 'compass-fill',
|
|
49
|
+
'content-search': 'content-search',
|
|
50
|
+
'continue': 'continue',
|
|
51
|
+
'control': 'control',
|
|
52
|
+
'control-fill': 'control-fill',
|
|
53
|
+
'dashboard-fill': 'dashboard-fill',
|
|
54
|
+
'deactivate-breakpoints': 'deactivate-breakpoints',
|
|
55
|
+
'debug': 'debug',
|
|
56
|
+
'delete': 'delete',
|
|
57
|
+
'deploy': 'deploy',
|
|
58
|
+
'detail': 'detail',
|
|
59
|
+
'disconnect': 'disconnect',
|
|
60
|
+
'dock-down': 'dock-down',
|
|
61
|
+
'dock-right': 'dock-right',
|
|
62
|
+
'doubleright': 'doubleright',
|
|
63
|
+
'down': 'down',
|
|
64
|
+
'download': 'download',
|
|
65
|
+
'drag': 'drag',
|
|
66
|
+
'debug-restart-frame': 'debug-restart-frame',
|
|
67
|
+
'edit': 'edit',
|
|
68
|
+
'editor': 'editor',
|
|
69
|
+
'ellipsis': 'ellipsis',
|
|
70
|
+
'embed': 'embed',
|
|
71
|
+
'error': 'error',
|
|
72
|
+
'execute': 'execute',
|
|
73
|
+
'expand': 'expand',
|
|
74
|
+
'expand-all': 'expand-all',
|
|
75
|
+
'experiment': 'experiment',
|
|
76
|
+
'explorer': 'explorer',
|
|
77
|
+
'extension': 'extension',
|
|
78
|
+
'eye': 'eye',
|
|
79
|
+
'eye-close': 'eye-close',
|
|
80
|
+
'file-copy': 'file-copy',
|
|
81
|
+
'file-default': 'file-default',
|
|
82
|
+
'file-exclamation': 'file-exclamation',
|
|
83
|
+
'file-text': 'file-text',
|
|
84
|
+
'focus': 'focus',
|
|
85
|
+
'folder': 'folder',
|
|
86
|
+
'folder-default': 'folder-default',
|
|
87
|
+
'folder-fill': 'folder-fill',
|
|
88
|
+
'folder-open': 'folder-open',
|
|
89
|
+
'folder-open-fill': 'folder-open-fill',
|
|
90
|
+
'follow-cursor': 'follow-cursor',
|
|
91
|
+
'fullscreen': 'fullscreen',
|
|
92
|
+
'fullscreen-exit': 'fullscreen-exit',
|
|
93
|
+
'github-fill': 'github-fill',
|
|
94
|
+
'gitlab': 'gitlab',
|
|
95
|
+
'global-search': 'global-search',
|
|
96
|
+
'huoban': 'huoban',
|
|
97
|
+
'huoban-blue': 'huoban-blue',
|
|
98
|
+
'info-circle': 'info-circle',
|
|
99
|
+
'info-circle-fill': 'info-circle-fill',
|
|
100
|
+
'kaitian': 'kaitian',
|
|
101
|
+
'keyboard': 'keyboard',
|
|
102
|
+
'layout': 'layout',
|
|
103
|
+
'layout1': 'layout1',
|
|
104
|
+
'left': 'left',
|
|
105
|
+
'left-right-subfield': 'left-right-subfield',
|
|
106
|
+
'line': 'line',
|
|
107
|
+
'link': 'link',
|
|
108
|
+
'max': 'max',
|
|
109
|
+
'message': 'message',
|
|
110
|
+
'min': 'min',
|
|
111
|
+
'minus': 'minus',
|
|
112
|
+
'minus-circle-fill': 'minus-circle-fill',
|
|
113
|
+
'mobile': 'mobile',
|
|
114
|
+
'mobile-phone': 'mobile-phone',
|
|
115
|
+
'more': 'more',
|
|
116
|
+
'new-file': 'new-file',
|
|
117
|
+
'new-folder': 'new-folder',
|
|
118
|
+
'open': 'open',
|
|
119
|
+
'open-changes': 'open-changes',
|
|
120
|
+
'openfile': 'openfile',
|
|
121
|
+
'pause': 'pause',
|
|
122
|
+
'plus': 'plus',
|
|
123
|
+
'project-information': 'project-information',
|
|
124
|
+
'question-circle': 'question-circle',
|
|
125
|
+
'question-circle-o': 'question-circle-o',
|
|
126
|
+
'refresh': 'refresh',
|
|
127
|
+
'regex': 'regex',
|
|
128
|
+
'reload': 'reload',
|
|
129
|
+
'replace': 'replace',
|
|
130
|
+
'repository': 'repository',
|
|
131
|
+
'retrieval': 'retrieval',
|
|
132
|
+
'right': 'right',
|
|
133
|
+
'rollback': 'rollback',
|
|
134
|
+
'save-all': 'save-all',
|
|
135
|
+
'scm': 'scm',
|
|
136
|
+
'search': 'search',
|
|
137
|
+
'setting': 'setting',
|
|
138
|
+
'sever': 'sever',
|
|
139
|
+
'share': 'share',
|
|
140
|
+
'shrink': 'shrink',
|
|
141
|
+
'smile': 'smile',
|
|
142
|
+
'start': 'start',
|
|
143
|
+
'step': 'step',
|
|
144
|
+
'step-in': 'step-in',
|
|
145
|
+
'step-out': 'step-out',
|
|
146
|
+
'stop': 'stop',
|
|
147
|
+
'swap': 'swap',
|
|
148
|
+
'sync': 'sync',
|
|
149
|
+
'team': 'team',
|
|
150
|
+
'terminal': 'terminal',
|
|
151
|
+
'time-circle': 'time-circle',
|
|
152
|
+
'time-circle-fill': 'time-circle-fill',
|
|
153
|
+
'toolkit': 'toolkit',
|
|
154
|
+
'tree': 'tree',
|
|
155
|
+
'undock': 'undock',
|
|
156
|
+
'unmax': 'unmax',
|
|
157
|
+
'unorderedlist': 'unorderedlist',
|
|
158
|
+
'up': 'up',
|
|
159
|
+
'up-down-subfield': 'up-down-subfield',
|
|
160
|
+
'wait': 'wait',
|
|
161
|
+
'warning-circle': 'warning-circle',
|
|
162
|
+
'warning-circle-fill': 'warning-circle-fill',
|
|
163
|
+
'window-maximize': 'window-maximize',
|
|
164
|
+
};
|
|
165
|
+
//# sourceMappingURL=iconMap.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"iconMap.js","sourceRoot":"","sources":["../../../src/icon/iconfont/iconMap.ts"],"names":[],"mappings":"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"}
|