@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,646 @@
|
|
|
1
|
+
@font-face {
|
|
2
|
+
font-family: "kaitian-icon"; /* Project id 1432262 */
|
|
3
|
+
src: url('iconfont.eot?t=1629945562168'); /* IE9 */
|
|
4
|
+
src: url('iconfont.eot?t=1629945562168#iefix') format('embedded-opentype'), /* IE6-IE8 */
|
|
5
|
+
url('iconfont.woff2?t=1629945562168') format('woff2'),
|
|
6
|
+
url('iconfont.woff?t=1629945562168') format('woff'),
|
|
7
|
+
url('iconfont.ttf?t=1629945562168') format('truetype'),
|
|
8
|
+
url('iconfont.svg?t=1629945562168#kaitian-icon') format('svg');
|
|
9
|
+
}
|
|
10
|
+
|
|
11
|
+
.kaitian-icon {
|
|
12
|
+
font-family: "kaitian-icon" !important;
|
|
13
|
+
font-size: 16px;
|
|
14
|
+
font-style: normal;
|
|
15
|
+
-webkit-font-smoothing: antialiased;
|
|
16
|
+
-moz-osx-font-smoothing: grayscale;
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
.kticon-debug-restart-frame:before {
|
|
20
|
+
content: "\e60d";
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
.kticon-unmax:before {
|
|
24
|
+
content: "\e608";
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
.kticon-max:before {
|
|
28
|
+
content: "\e60a";
|
|
29
|
+
}
|
|
30
|
+
|
|
31
|
+
.kticon-close1:before {
|
|
32
|
+
content: "\e60b";
|
|
33
|
+
}
|
|
34
|
+
|
|
35
|
+
.kticon-min:before {
|
|
36
|
+
content: "\e60c";
|
|
37
|
+
}
|
|
38
|
+
|
|
39
|
+
.kticon-kaitian:before {
|
|
40
|
+
content: "\e601";
|
|
41
|
+
}
|
|
42
|
+
|
|
43
|
+
.kticon-focus:before {
|
|
44
|
+
content: "\e656";
|
|
45
|
+
}
|
|
46
|
+
|
|
47
|
+
.kticon-experiment:before {
|
|
48
|
+
content: "\e7fb";
|
|
49
|
+
}
|
|
50
|
+
|
|
51
|
+
.kticon-expand-all:before {
|
|
52
|
+
content: "\e613";
|
|
53
|
+
}
|
|
54
|
+
|
|
55
|
+
.kticon-tree:before {
|
|
56
|
+
content: "\e7a9";
|
|
57
|
+
}
|
|
58
|
+
|
|
59
|
+
.kticon-toolkit:before {
|
|
60
|
+
content: "\ea6b";
|
|
61
|
+
}
|
|
62
|
+
|
|
63
|
+
.kticon-check-square-fill:before {
|
|
64
|
+
content: "\e862";
|
|
65
|
+
}
|
|
66
|
+
|
|
67
|
+
.kticon-check-square-o:before {
|
|
68
|
+
content: "\e7f8";
|
|
69
|
+
}
|
|
70
|
+
|
|
71
|
+
.kticon-time-circle:before {
|
|
72
|
+
content: "\e784";
|
|
73
|
+
}
|
|
74
|
+
|
|
75
|
+
.kticon-LinkE:before {
|
|
76
|
+
content: "\ea68";
|
|
77
|
+
}
|
|
78
|
+
|
|
79
|
+
.kticon-huoban:before {
|
|
80
|
+
content: "\e7a7";
|
|
81
|
+
}
|
|
82
|
+
|
|
83
|
+
.kticon-huoban-blue:before {
|
|
84
|
+
content: "\e665";
|
|
85
|
+
}
|
|
86
|
+
|
|
87
|
+
.kticon-time-circle-fill:before {
|
|
88
|
+
content: "\e85b";
|
|
89
|
+
}
|
|
90
|
+
|
|
91
|
+
.kticon-anymock:before {
|
|
92
|
+
content: "\e607";
|
|
93
|
+
}
|
|
94
|
+
|
|
95
|
+
.kticon-add-comments:before {
|
|
96
|
+
content: "\ea67";
|
|
97
|
+
}
|
|
98
|
+
|
|
99
|
+
.kticon-deploy:before {
|
|
100
|
+
content: "\ea66";
|
|
101
|
+
}
|
|
102
|
+
|
|
103
|
+
.kticon-Gitlab-fill:before {
|
|
104
|
+
content: "\ea3b";
|
|
105
|
+
}
|
|
106
|
+
|
|
107
|
+
.kticon-message:before {
|
|
108
|
+
content: "\e73f";
|
|
109
|
+
}
|
|
110
|
+
|
|
111
|
+
.kticon-mobile-phone:before {
|
|
112
|
+
content: "\ea64";
|
|
113
|
+
}
|
|
114
|
+
|
|
115
|
+
.kticon-PR:before {
|
|
116
|
+
content: "\ea5e";
|
|
117
|
+
}
|
|
118
|
+
|
|
119
|
+
.kticon-file-copy:before {
|
|
120
|
+
content: "\e79c";
|
|
121
|
+
}
|
|
122
|
+
|
|
123
|
+
.kticon-project-information:before {
|
|
124
|
+
content: "\ea62";
|
|
125
|
+
}
|
|
126
|
+
|
|
127
|
+
.kticon-control:before {
|
|
128
|
+
content: "\e802";
|
|
129
|
+
}
|
|
130
|
+
|
|
131
|
+
.kticon-doubleright:before {
|
|
132
|
+
content: "\e73a";
|
|
133
|
+
}
|
|
134
|
+
|
|
135
|
+
.kticon-mobile:before {
|
|
136
|
+
content: "\e62c";
|
|
137
|
+
}
|
|
138
|
+
|
|
139
|
+
.kticon-retrieval:before {
|
|
140
|
+
content: "\ea61";
|
|
141
|
+
}
|
|
142
|
+
|
|
143
|
+
.kticon-openfile:before {
|
|
144
|
+
content: "\ea60";
|
|
145
|
+
}
|
|
146
|
+
|
|
147
|
+
.kticon-arrowup:before {
|
|
148
|
+
content: "\e732";
|
|
149
|
+
}
|
|
150
|
+
|
|
151
|
+
.kticon-arrowdown:before {
|
|
152
|
+
content: "\e733";
|
|
153
|
+
}
|
|
154
|
+
|
|
155
|
+
.kticon-code:before {
|
|
156
|
+
content: "\e72c";
|
|
157
|
+
}
|
|
158
|
+
|
|
159
|
+
.kticon-keyboard:before {
|
|
160
|
+
content: "\ea5f";
|
|
161
|
+
}
|
|
162
|
+
|
|
163
|
+
.kticon-breakpoint-stop-before:before {
|
|
164
|
+
content: "\ea5d";
|
|
165
|
+
}
|
|
166
|
+
|
|
167
|
+
.kticon-breakpoint-activate:before {
|
|
168
|
+
content: "\ea55";
|
|
169
|
+
}
|
|
170
|
+
|
|
171
|
+
.kticon-breakpoint-enabled:before {
|
|
172
|
+
content: "\ea56";
|
|
173
|
+
}
|
|
174
|
+
|
|
175
|
+
.kticon-breakpoint-disabled:before {
|
|
176
|
+
content: "\ea5a";
|
|
177
|
+
}
|
|
178
|
+
|
|
179
|
+
.kticon-breakpoint-deactivate:before {
|
|
180
|
+
content: "\ea5b";
|
|
181
|
+
}
|
|
182
|
+
|
|
183
|
+
.kticon-breakpoint-stop:before {
|
|
184
|
+
content: "\ea5c";
|
|
185
|
+
}
|
|
186
|
+
|
|
187
|
+
.kticon-pause:before {
|
|
188
|
+
content: "\e723";
|
|
189
|
+
}
|
|
190
|
+
|
|
191
|
+
.kticon-stop:before {
|
|
192
|
+
content: "\e725";
|
|
193
|
+
}
|
|
194
|
+
|
|
195
|
+
.kticon-share:before {
|
|
196
|
+
content: "\e602";
|
|
197
|
+
}
|
|
198
|
+
|
|
199
|
+
.kticon-drag:before {
|
|
200
|
+
content: "\ea53";
|
|
201
|
+
}
|
|
202
|
+
|
|
203
|
+
.kticon-check-close-circle-o:before {
|
|
204
|
+
content: "\e81c";
|
|
205
|
+
}
|
|
206
|
+
|
|
207
|
+
.kticon-question-circle-o:before {
|
|
208
|
+
content: "\e81d";
|
|
209
|
+
}
|
|
210
|
+
|
|
211
|
+
.kticon-open-changes:before {
|
|
212
|
+
content: "\ea59";
|
|
213
|
+
}
|
|
214
|
+
|
|
215
|
+
.kticon-terminal:before {
|
|
216
|
+
content: "\ea57";
|
|
217
|
+
}
|
|
218
|
+
|
|
219
|
+
.kticon-editor:before {
|
|
220
|
+
content: "\ea58";
|
|
221
|
+
}
|
|
222
|
+
|
|
223
|
+
.kticon-start:before {
|
|
224
|
+
content: "\ea3f";
|
|
225
|
+
}
|
|
226
|
+
|
|
227
|
+
.kticon-step-in:before {
|
|
228
|
+
content: "\e720";
|
|
229
|
+
}
|
|
230
|
+
|
|
231
|
+
.kticon-continue:before {
|
|
232
|
+
content: "\e721";
|
|
233
|
+
}
|
|
234
|
+
|
|
235
|
+
.kticon-step-out:before {
|
|
236
|
+
content: "\e722";
|
|
237
|
+
}
|
|
238
|
+
|
|
239
|
+
.kticon-reload:before {
|
|
240
|
+
content: "\e71f";
|
|
241
|
+
}
|
|
242
|
+
|
|
243
|
+
.kticon-step:before {
|
|
244
|
+
content: "\e724";
|
|
245
|
+
}
|
|
246
|
+
|
|
247
|
+
.kticon-folder-default:before {
|
|
248
|
+
content: "\ea4d";
|
|
249
|
+
}
|
|
250
|
+
|
|
251
|
+
.kticon-file-default:before {
|
|
252
|
+
content: "\ea4e";
|
|
253
|
+
}
|
|
254
|
+
|
|
255
|
+
.kticon-arrow-right:before {
|
|
256
|
+
content: "\e719";
|
|
257
|
+
}
|
|
258
|
+
|
|
259
|
+
.kticon-arrow-down:before {
|
|
260
|
+
content: "\e70e";
|
|
261
|
+
}
|
|
262
|
+
|
|
263
|
+
.kticon-dock-down:before {
|
|
264
|
+
content: "\ea4b";
|
|
265
|
+
}
|
|
266
|
+
|
|
267
|
+
.kticon-gitlab:before {
|
|
268
|
+
content: "\ea49";
|
|
269
|
+
}
|
|
270
|
+
|
|
271
|
+
.kticon-basement-fileicon:before {
|
|
272
|
+
content: "\ea4a";
|
|
273
|
+
}
|
|
274
|
+
|
|
275
|
+
.kticon-minus:before {
|
|
276
|
+
content: "\e72f";
|
|
277
|
+
}
|
|
278
|
+
|
|
279
|
+
.kticon-layout:before {
|
|
280
|
+
content: "\ea47";
|
|
281
|
+
}
|
|
282
|
+
|
|
283
|
+
.kticon-layout1:before {
|
|
284
|
+
content: "\ea48";
|
|
285
|
+
}
|
|
286
|
+
|
|
287
|
+
.kticon-expand:before {
|
|
288
|
+
content: "\e72a";
|
|
289
|
+
}
|
|
290
|
+
|
|
291
|
+
.kticon-shrink:before {
|
|
292
|
+
content: "\e72b";
|
|
293
|
+
}
|
|
294
|
+
|
|
295
|
+
.kticon-bulb-fill:before {
|
|
296
|
+
content: "\e8a8";
|
|
297
|
+
}
|
|
298
|
+
|
|
299
|
+
.kticon-sever:before {
|
|
300
|
+
content: "\ea46";
|
|
301
|
+
}
|
|
302
|
+
|
|
303
|
+
.kticon-more:before {
|
|
304
|
+
content: "\ea45";
|
|
305
|
+
}
|
|
306
|
+
|
|
307
|
+
.kticon-embed:before {
|
|
308
|
+
content: "\e717";
|
|
309
|
+
}
|
|
310
|
+
|
|
311
|
+
.kticon-dock-right:before {
|
|
312
|
+
content: "\ea42";
|
|
313
|
+
}
|
|
314
|
+
|
|
315
|
+
.kticon-undock:before {
|
|
316
|
+
content: "\ea41";
|
|
317
|
+
}
|
|
318
|
+
|
|
319
|
+
.kticon-error:before {
|
|
320
|
+
content: "\e7d3";
|
|
321
|
+
}
|
|
322
|
+
|
|
323
|
+
.kticon-browser-preview:before {
|
|
324
|
+
content: "\ea3e";
|
|
325
|
+
}
|
|
326
|
+
|
|
327
|
+
.kticon-follow-cursor:before {
|
|
328
|
+
content: "\ea3d";
|
|
329
|
+
}
|
|
330
|
+
|
|
331
|
+
.kticon-github-fill:before {
|
|
332
|
+
content: "\ea3a";
|
|
333
|
+
}
|
|
334
|
+
|
|
335
|
+
.kticon-global-search:before {
|
|
336
|
+
content: "\ea30";
|
|
337
|
+
}
|
|
338
|
+
|
|
339
|
+
.kticon-content-search:before {
|
|
340
|
+
content: "\ea31";
|
|
341
|
+
}
|
|
342
|
+
|
|
343
|
+
.kticon-repository:before {
|
|
344
|
+
content: "\ea38";
|
|
345
|
+
}
|
|
346
|
+
|
|
347
|
+
.kticon-link:before {
|
|
348
|
+
content: "\ea36";
|
|
349
|
+
}
|
|
350
|
+
|
|
351
|
+
.kticon-left:before {
|
|
352
|
+
content: "\e7f0";
|
|
353
|
+
}
|
|
354
|
+
|
|
355
|
+
.kticon-down:before {
|
|
356
|
+
content: "\e7f1";
|
|
357
|
+
}
|
|
358
|
+
|
|
359
|
+
.kticon-basement:before {
|
|
360
|
+
content: "\ea37";
|
|
361
|
+
}
|
|
362
|
+
|
|
363
|
+
.kticon-execute:before {
|
|
364
|
+
content: "\e655";
|
|
365
|
+
}
|
|
366
|
+
|
|
367
|
+
.kticon-download:before {
|
|
368
|
+
content: "\e7ef";
|
|
369
|
+
}
|
|
370
|
+
|
|
371
|
+
.kticon-edit:before {
|
|
372
|
+
content: "\e7e1";
|
|
373
|
+
}
|
|
374
|
+
|
|
375
|
+
.kticon-disconnect:before {
|
|
376
|
+
content: "\e729";
|
|
377
|
+
}
|
|
378
|
+
|
|
379
|
+
.kticon-left-right-subfield:before {
|
|
380
|
+
content: "\e727";
|
|
381
|
+
}
|
|
382
|
+
|
|
383
|
+
.kticon-up-down-subfield:before {
|
|
384
|
+
content: "\e728";
|
|
385
|
+
}
|
|
386
|
+
|
|
387
|
+
.kticon-deactivate-breakpoints:before {
|
|
388
|
+
content: "\e726";
|
|
389
|
+
}
|
|
390
|
+
|
|
391
|
+
.kticon-window-maximize:before {
|
|
392
|
+
content: "\e605";
|
|
393
|
+
}
|
|
394
|
+
|
|
395
|
+
.kticon-caret-right:before {
|
|
396
|
+
content: "\e8ec";
|
|
397
|
+
}
|
|
398
|
+
|
|
399
|
+
.kticon-info-circle:before {
|
|
400
|
+
content: "\e77e";
|
|
401
|
+
}
|
|
402
|
+
|
|
403
|
+
.kticon-close-circle:before {
|
|
404
|
+
content: "\e77d";
|
|
405
|
+
}
|
|
406
|
+
|
|
407
|
+
.kticon-warning-circle:before {
|
|
408
|
+
content: "\e785";
|
|
409
|
+
}
|
|
410
|
+
|
|
411
|
+
.kticon-warning-circle-fill:before {
|
|
412
|
+
content: "\e84a";
|
|
413
|
+
}
|
|
414
|
+
|
|
415
|
+
.kticon-explorer:before {
|
|
416
|
+
content: "\e71e";
|
|
417
|
+
}
|
|
418
|
+
|
|
419
|
+
.kticon-save-all:before {
|
|
420
|
+
content: "\e71b";
|
|
421
|
+
}
|
|
422
|
+
|
|
423
|
+
.kticon-close-all:before {
|
|
424
|
+
content: "\e71c";
|
|
425
|
+
}
|
|
426
|
+
|
|
427
|
+
.kticon-replace:before {
|
|
428
|
+
content: "\e71a";
|
|
429
|
+
}
|
|
430
|
+
|
|
431
|
+
.kticon-eye-close:before {
|
|
432
|
+
content: "\e8ff";
|
|
433
|
+
}
|
|
434
|
+
|
|
435
|
+
.kticon-open:before {
|
|
436
|
+
content: "\e716";
|
|
437
|
+
}
|
|
438
|
+
|
|
439
|
+
.kticon-collapse-all:before {
|
|
440
|
+
content: "\e7bf";
|
|
441
|
+
}
|
|
442
|
+
|
|
443
|
+
.kticon-rollback:before {
|
|
444
|
+
content: "\e800";
|
|
445
|
+
}
|
|
446
|
+
|
|
447
|
+
.kticon-clear:before {
|
|
448
|
+
content: "\e900";
|
|
449
|
+
}
|
|
450
|
+
|
|
451
|
+
.kticon-line:before {
|
|
452
|
+
content: "\e7ff";
|
|
453
|
+
}
|
|
454
|
+
|
|
455
|
+
.kticon-folder-open:before {
|
|
456
|
+
content: "\e7d2";
|
|
457
|
+
}
|
|
458
|
+
|
|
459
|
+
.kticon-folder-open-fill:before {
|
|
460
|
+
content: "\e860";
|
|
461
|
+
}
|
|
462
|
+
|
|
463
|
+
.kticon-close_square:before {
|
|
464
|
+
content: "\e794";
|
|
465
|
+
}
|
|
466
|
+
|
|
467
|
+
.kticon-minus-circle-fill:before {
|
|
468
|
+
content: "\e847";
|
|
469
|
+
}
|
|
470
|
+
|
|
471
|
+
.kticon-compass-fill:before {
|
|
472
|
+
content: "\e848";
|
|
473
|
+
}
|
|
474
|
+
|
|
475
|
+
.kticon-ab:before {
|
|
476
|
+
content: "\e66e";
|
|
477
|
+
}
|
|
478
|
+
|
|
479
|
+
.kticon-abl:before {
|
|
480
|
+
content: "\e672";
|
|
481
|
+
}
|
|
482
|
+
|
|
483
|
+
.kticon-refresh:before {
|
|
484
|
+
content: "\e69d";
|
|
485
|
+
}
|
|
486
|
+
|
|
487
|
+
.kticon-folder:before {
|
|
488
|
+
content: "\e7d1";
|
|
489
|
+
}
|
|
490
|
+
|
|
491
|
+
.kticon-new-folder:before {
|
|
492
|
+
content: "\e751";
|
|
493
|
+
}
|
|
494
|
+
|
|
495
|
+
.kticon-new-file:before {
|
|
496
|
+
content: "\e752";
|
|
497
|
+
}
|
|
498
|
+
|
|
499
|
+
.kticon-regex:before {
|
|
500
|
+
content: "\ea40";
|
|
501
|
+
}
|
|
502
|
+
|
|
503
|
+
.kticon-cloud-download:before {
|
|
504
|
+
content: "\e7da";
|
|
505
|
+
}
|
|
506
|
+
|
|
507
|
+
.kticon-fullscreen:before {
|
|
508
|
+
content: "\e7ed";
|
|
509
|
+
}
|
|
510
|
+
|
|
511
|
+
.kticon-fullscreen-exit:before {
|
|
512
|
+
content: "\e7ee";
|
|
513
|
+
}
|
|
514
|
+
|
|
515
|
+
.kticon-plus:before {
|
|
516
|
+
content: "\e8fe";
|
|
517
|
+
}
|
|
518
|
+
|
|
519
|
+
.kticon-eye:before {
|
|
520
|
+
content: "\e78f";
|
|
521
|
+
}
|
|
522
|
+
|
|
523
|
+
.kticon-wait:before {
|
|
524
|
+
content: "\e714";
|
|
525
|
+
}
|
|
526
|
+
|
|
527
|
+
.kticon-search:before {
|
|
528
|
+
content: "\e710";
|
|
529
|
+
}
|
|
530
|
+
|
|
531
|
+
.kticon-scm:before {
|
|
532
|
+
content: "\e711";
|
|
533
|
+
}
|
|
534
|
+
|
|
535
|
+
.kticon-debug:before {
|
|
536
|
+
content: "\e712";
|
|
537
|
+
}
|
|
538
|
+
|
|
539
|
+
.kticon-extension:before {
|
|
540
|
+
content: "\e713";
|
|
541
|
+
}
|
|
542
|
+
|
|
543
|
+
.kticon-question-circle:before {
|
|
544
|
+
content: "\e782";
|
|
545
|
+
}
|
|
546
|
+
|
|
547
|
+
.kticon-sync:before {
|
|
548
|
+
content: "\e786";
|
|
549
|
+
}
|
|
550
|
+
|
|
551
|
+
.kticon-detail:before {
|
|
552
|
+
content: "\e793";
|
|
553
|
+
}
|
|
554
|
+
|
|
555
|
+
.kticon-delete:before {
|
|
556
|
+
content: "\e7c3";
|
|
557
|
+
}
|
|
558
|
+
|
|
559
|
+
.kticon-check:before {
|
|
560
|
+
content: "\e7fe";
|
|
561
|
+
}
|
|
562
|
+
|
|
563
|
+
.kticon-check-circle-fill:before {
|
|
564
|
+
content: "\e844";
|
|
565
|
+
}
|
|
566
|
+
|
|
567
|
+
.kticon-close-circle-fill:before {
|
|
568
|
+
content: "\e845";
|
|
569
|
+
}
|
|
570
|
+
|
|
571
|
+
.kticon-info-circle-fill:before {
|
|
572
|
+
content: "\e846";
|
|
573
|
+
}
|
|
574
|
+
|
|
575
|
+
.kticon-dashboard-fill:before {
|
|
576
|
+
content: "\e849";
|
|
577
|
+
}
|
|
578
|
+
|
|
579
|
+
.kticon-file-exclamation:before {
|
|
580
|
+
content: "\e7b7";
|
|
581
|
+
}
|
|
582
|
+
|
|
583
|
+
.kticon-branches:before {
|
|
584
|
+
content: "\e7e7";
|
|
585
|
+
}
|
|
586
|
+
|
|
587
|
+
.kticon-up:before {
|
|
588
|
+
content: "\e7ec";
|
|
589
|
+
}
|
|
590
|
+
|
|
591
|
+
.kticon-swap:before {
|
|
592
|
+
content: "\e7f2";
|
|
593
|
+
}
|
|
594
|
+
|
|
595
|
+
.kticon-unorderedlist:before {
|
|
596
|
+
content: "\e7f4";
|
|
597
|
+
}
|
|
598
|
+
|
|
599
|
+
.kticon-close:before {
|
|
600
|
+
content: "\e7fd";
|
|
601
|
+
}
|
|
602
|
+
|
|
603
|
+
.kticon-codelibrary-fill:before {
|
|
604
|
+
content: "\e84b";
|
|
605
|
+
}
|
|
606
|
+
|
|
607
|
+
.kticon-control-fill:before {
|
|
608
|
+
content: "\e852";
|
|
609
|
+
}
|
|
610
|
+
|
|
611
|
+
.kticon-smile:before {
|
|
612
|
+
content: "\e783";
|
|
613
|
+
}
|
|
614
|
+
|
|
615
|
+
.kticon-setting:before {
|
|
616
|
+
content: "\e78e";
|
|
617
|
+
}
|
|
618
|
+
|
|
619
|
+
.kticon-team:before {
|
|
620
|
+
content: "\e7ae";
|
|
621
|
+
}
|
|
622
|
+
|
|
623
|
+
.kticon-file-text:before {
|
|
624
|
+
content: "\e7b9";
|
|
625
|
+
}
|
|
626
|
+
|
|
627
|
+
.kticon-bell:before {
|
|
628
|
+
content: "\e7c4";
|
|
629
|
+
}
|
|
630
|
+
|
|
631
|
+
.kticon-cloud-server:before {
|
|
632
|
+
content: "\e7d9";
|
|
633
|
+
}
|
|
634
|
+
|
|
635
|
+
.kticon-right:before {
|
|
636
|
+
content: "\e7eb";
|
|
637
|
+
}
|
|
638
|
+
|
|
639
|
+
.kticon-ellipsis:before {
|
|
640
|
+
content: "\e7fc";
|
|
641
|
+
}
|
|
642
|
+
|
|
643
|
+
.kticon-folder-fill:before {
|
|
644
|
+
content: "\e85e";
|
|
645
|
+
}
|
|
646
|
+
|
|
Binary file
|