@backtest-kit/ui 9.0.0 → 9.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (35) hide show
  1. package/README.md +254 -254
  2. package/build/modules/frontend/build/3rdparty/ace_1.4.12/ace.js +21337 -21337
  3. package/build/modules/frontend/build/3rdparty/ace_1.4.12/mode-javascript.js +797 -797
  4. package/build/modules/frontend/build/3rdparty/ace_1.4.12/theme-chrome.js +137 -137
  5. package/build/modules/frontend/build/3rdparty/ace_1.4.12/theme-twilight.js +115 -115
  6. package/build/modules/frontend/build/3rdparty/ace_1.4.12/worker-javascript.js +15012 -15012
  7. package/build/modules/frontend/build/3rdparty/qfchart_0.8.7/echarts.min.js +45 -45
  8. package/build/modules/frontend/build/assets/{Article-DDKZjbkz.js → Article-CPvMAlis.js} +1 -1
  9. package/build/modules/frontend/build/assets/{Background-5Pc2kls4.js → Background-BcBJxoQM.js} +1 -1
  10. package/build/modules/frontend/build/assets/{IconPhoto-2KIaDXXx.js → IconPhoto-C_ikll5b.js} +1 -1
  11. package/build/modules/frontend/build/assets/{KeyboardArrowLeft-nUGbVivG.js → KeyboardArrowLeft-wo8yIkQt.js} +1 -1
  12. package/build/modules/frontend/build/assets/{PictureAsPdfOutlined-BKzXxbqU.js → PictureAsPdfOutlined-B2Y3DrmN.js} +1 -1
  13. package/build/modules/frontend/build/assets/{Refresh-6IBmzTpL.js → Refresh-DWwANC2C.js} +1 -1
  14. package/build/modules/frontend/build/assets/emitters-Dr0rm1Id.js +1 -0
  15. package/build/modules/frontend/build/assets/{hasRouteMatch-Bw2df_bl.js → hasRouteMatch-DxP9EIea.js} +1 -1
  16. package/build/modules/frontend/build/assets/{html2canvas-731slHaR.js → html2canvas-BEYpPxnI.js} +1 -1
  17. package/build/modules/frontend/build/assets/{index-BgpdZ4rO.js → index-5Dtu864w.js} +1 -1
  18. package/build/modules/frontend/build/assets/{index-is6UARFt.js → index-BLgqZVUW.js} +56 -56
  19. package/build/modules/frontend/build/assets/{index-BFZbztqX.js → index-BW6mJqS7.js} +1 -1
  20. package/build/modules/frontend/build/assets/{index-Cpcp7B0Y.js → index-Bd51gA9H.js} +1 -1
  21. package/build/modules/frontend/build/assets/{index-CZUmXlNR.js → index-BqQhlvLk.js} +1 -1
  22. package/build/modules/frontend/build/assets/{index-DbkxgA90.js → index-C2FRNjrR.js} +1 -1
  23. package/build/modules/frontend/build/assets/{index-GZdKxtUQ.js → index-Csk3lyh_.js} +1 -1
  24. package/build/modules/frontend/build/assets/{index-CljWW6CQ.js → index-Ct4kOSwZ.js} +1 -1
  25. package/build/modules/frontend/build/assets/{index-Di2oEk8q.js → index-DYIV_QwZ.js} +1 -1
  26. package/build/modules/frontend/build/assets/{index-DVsJHggN.js → index-Q1e8Guut.js} +1 -1
  27. package/build/modules/frontend/build/assets/{index-DtUu3BzB.js → index-U9wO0mPn.js} +1 -1
  28. package/build/modules/frontend/build/assets/{index-DywLUAcD.js → index-nQBp5LZR.js} +1 -1
  29. package/build/modules/frontend/build/assets/{index-Dbf0lzpr.js → index-xcEpTc6J.js} +1 -1
  30. package/build/modules/frontend/build/assets/{index.es-CShnY6Uk.js → index.es-FwYn4ntA.js} +1 -1
  31. package/build/modules/frontend/build/assets/{markdownit-DnS0ASYl.js → markdownit-DifHDTjI.js} +1 -1
  32. package/build/modules/frontend/build/index.html +87 -87
  33. package/build/modules/frontend/build/manifest.json +23 -23
  34. package/package.json +118 -118
  35. package/build/modules/frontend/build/assets/emitters-1aP5uqiT.js +0 -1
@@ -1,138 +1,138 @@
1
- ace.define("ace/theme/chrome",["require","exports","module","ace/lib/dom"], function(require, exports, module) {
2
-
3
- exports.isDark = false;
4
- exports.cssClass = "ace-chrome";
5
- exports.cssText = ".ace-chrome .ace_gutter {\
6
- background: #ebebeb;\
7
- color: #333;\
8
- overflow : hidden;\
9
- }\
10
- .ace-chrome .ace_print-margin {\
11
- width: 1px;\
12
- background: #e8e8e8;\
13
- }\
14
- .ace-chrome {\
15
- background-color: #FFFFFF;\
16
- color: black;\
17
- }\
18
- .ace-chrome .ace_cursor {\
19
- color: black;\
20
- }\
21
- .ace-chrome .ace_invisible {\
22
- color: rgb(191, 191, 191);\
23
- }\
24
- .ace-chrome .ace_constant.ace_buildin {\
25
- color: rgb(88, 72, 246);\
26
- }\
27
- .ace-chrome .ace_constant.ace_language {\
28
- color: rgb(88, 92, 246);\
29
- }\
30
- .ace-chrome .ace_constant.ace_library {\
31
- color: rgb(6, 150, 14);\
32
- }\
33
- .ace-chrome .ace_invalid {\
34
- background-color: rgb(153, 0, 0);\
35
- color: white;\
36
- }\
37
- .ace-chrome .ace_fold {\
38
- }\
39
- .ace-chrome .ace_support.ace_function {\
40
- color: rgb(60, 76, 114);\
41
- }\
42
- .ace-chrome .ace_support.ace_constant {\
43
- color: rgb(6, 150, 14);\
44
- }\
45
- .ace-chrome .ace_support.ace_type,\
46
- .ace-chrome .ace_support.ace_class\
47
- .ace-chrome .ace_support.ace_other {\
48
- color: rgb(109, 121, 222);\
49
- }\
50
- .ace-chrome .ace_variable.ace_parameter {\
51
- font-style:italic;\
52
- color:#FD971F;\
53
- }\
54
- .ace-chrome .ace_keyword.ace_operator {\
55
- color: rgb(104, 118, 135);\
56
- }\
57
- .ace-chrome .ace_comment {\
58
- color: #236e24;\
59
- }\
60
- .ace-chrome .ace_comment.ace_doc {\
61
- color: #236e24;\
62
- }\
63
- .ace-chrome .ace_comment.ace_doc.ace_tag {\
64
- color: #236e24;\
65
- }\
66
- .ace-chrome .ace_constant.ace_numeric {\
67
- color: rgb(0, 0, 205);\
68
- }\
69
- .ace-chrome .ace_variable {\
70
- color: rgb(49, 132, 149);\
71
- }\
72
- .ace-chrome .ace_xml-pe {\
73
- color: rgb(104, 104, 91);\
74
- }\
75
- .ace-chrome .ace_entity.ace_name.ace_function {\
76
- color: #0000A2;\
77
- }\
78
- .ace-chrome .ace_heading {\
79
- color: rgb(12, 7, 255);\
80
- }\
81
- .ace-chrome .ace_list {\
82
- color:rgb(185, 6, 144);\
83
- }\
84
- .ace-chrome .ace_marker-layer .ace_selection {\
85
- background: rgb(181, 213, 255);\
86
- }\
87
- .ace-chrome .ace_marker-layer .ace_step {\
88
- background: rgb(252, 255, 0);\
89
- }\
90
- .ace-chrome .ace_marker-layer .ace_stack {\
91
- background: rgb(164, 229, 101);\
92
- }\
93
- .ace-chrome .ace_marker-layer .ace_bracket {\
94
- margin: -1px 0 0 -1px;\
95
- border: 1px solid rgb(192, 192, 192);\
96
- }\
97
- .ace-chrome .ace_marker-layer .ace_active-line {\
98
- background: rgba(0, 0, 0, 0.07);\
99
- }\
100
- .ace-chrome .ace_gutter-active-line {\
101
- background-color : #dcdcdc;\
102
- }\
103
- .ace-chrome .ace_marker-layer .ace_selected-word {\
104
- background: rgb(250, 250, 255);\
105
- border: 1px solid rgb(200, 200, 250);\
106
- }\
107
- .ace-chrome .ace_storage,\
108
- .ace-chrome .ace_keyword,\
109
- .ace-chrome .ace_meta.ace_tag {\
110
- color: rgb(147, 15, 128);\
111
- }\
112
- .ace-chrome .ace_string.ace_regex {\
113
- color: rgb(255, 0, 0)\
114
- }\
115
- .ace-chrome .ace_string {\
116
- color: #1A1AA6;\
117
- }\
118
- .ace-chrome .ace_entity.ace_other.ace_attribute-name {\
119
- color: #994409;\
120
- }\
121
- .ace-chrome .ace_indent-guide {\
122
- background: url(\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAACCAYAAACZgbYnAAAAE0lEQVQImWP4////f4bLly//BwAmVgd1/w11/gAAAABJRU5ErkJggg==\") right repeat-y;\
123
- }\
124
- .ace-chrome .ace_content {\
125
- background: #e0e0e0; \
126
- }\
127
- ";
128
-
129
- var dom = require("../lib/dom");
130
- dom.importCssString(exports.cssText, exports.cssClass);
131
- }); (function() {
132
- ace.require(["ace/theme/chrome"], function(m) {
133
- if (typeof module == "object" && typeof exports == "object" && module) {
134
- module.exports = m;
135
- }
136
- });
137
- })();
1
+ ace.define("ace/theme/chrome",["require","exports","module","ace/lib/dom"], function(require, exports, module) {
2
+
3
+ exports.isDark = false;
4
+ exports.cssClass = "ace-chrome";
5
+ exports.cssText = ".ace-chrome .ace_gutter {\
6
+ background: #ebebeb;\
7
+ color: #333;\
8
+ overflow : hidden;\
9
+ }\
10
+ .ace-chrome .ace_print-margin {\
11
+ width: 1px;\
12
+ background: #e8e8e8;\
13
+ }\
14
+ .ace-chrome {\
15
+ background-color: #FFFFFF;\
16
+ color: black;\
17
+ }\
18
+ .ace-chrome .ace_cursor {\
19
+ color: black;\
20
+ }\
21
+ .ace-chrome .ace_invisible {\
22
+ color: rgb(191, 191, 191);\
23
+ }\
24
+ .ace-chrome .ace_constant.ace_buildin {\
25
+ color: rgb(88, 72, 246);\
26
+ }\
27
+ .ace-chrome .ace_constant.ace_language {\
28
+ color: rgb(88, 92, 246);\
29
+ }\
30
+ .ace-chrome .ace_constant.ace_library {\
31
+ color: rgb(6, 150, 14);\
32
+ }\
33
+ .ace-chrome .ace_invalid {\
34
+ background-color: rgb(153, 0, 0);\
35
+ color: white;\
36
+ }\
37
+ .ace-chrome .ace_fold {\
38
+ }\
39
+ .ace-chrome .ace_support.ace_function {\
40
+ color: rgb(60, 76, 114);\
41
+ }\
42
+ .ace-chrome .ace_support.ace_constant {\
43
+ color: rgb(6, 150, 14);\
44
+ }\
45
+ .ace-chrome .ace_support.ace_type,\
46
+ .ace-chrome .ace_support.ace_class\
47
+ .ace-chrome .ace_support.ace_other {\
48
+ color: rgb(109, 121, 222);\
49
+ }\
50
+ .ace-chrome .ace_variable.ace_parameter {\
51
+ font-style:italic;\
52
+ color:#FD971F;\
53
+ }\
54
+ .ace-chrome .ace_keyword.ace_operator {\
55
+ color: rgb(104, 118, 135);\
56
+ }\
57
+ .ace-chrome .ace_comment {\
58
+ color: #236e24;\
59
+ }\
60
+ .ace-chrome .ace_comment.ace_doc {\
61
+ color: #236e24;\
62
+ }\
63
+ .ace-chrome .ace_comment.ace_doc.ace_tag {\
64
+ color: #236e24;\
65
+ }\
66
+ .ace-chrome .ace_constant.ace_numeric {\
67
+ color: rgb(0, 0, 205);\
68
+ }\
69
+ .ace-chrome .ace_variable {\
70
+ color: rgb(49, 132, 149);\
71
+ }\
72
+ .ace-chrome .ace_xml-pe {\
73
+ color: rgb(104, 104, 91);\
74
+ }\
75
+ .ace-chrome .ace_entity.ace_name.ace_function {\
76
+ color: #0000A2;\
77
+ }\
78
+ .ace-chrome .ace_heading {\
79
+ color: rgb(12, 7, 255);\
80
+ }\
81
+ .ace-chrome .ace_list {\
82
+ color:rgb(185, 6, 144);\
83
+ }\
84
+ .ace-chrome .ace_marker-layer .ace_selection {\
85
+ background: rgb(181, 213, 255);\
86
+ }\
87
+ .ace-chrome .ace_marker-layer .ace_step {\
88
+ background: rgb(252, 255, 0);\
89
+ }\
90
+ .ace-chrome .ace_marker-layer .ace_stack {\
91
+ background: rgb(164, 229, 101);\
92
+ }\
93
+ .ace-chrome .ace_marker-layer .ace_bracket {\
94
+ margin: -1px 0 0 -1px;\
95
+ border: 1px solid rgb(192, 192, 192);\
96
+ }\
97
+ .ace-chrome .ace_marker-layer .ace_active-line {\
98
+ background: rgba(0, 0, 0, 0.07);\
99
+ }\
100
+ .ace-chrome .ace_gutter-active-line {\
101
+ background-color : #dcdcdc;\
102
+ }\
103
+ .ace-chrome .ace_marker-layer .ace_selected-word {\
104
+ background: rgb(250, 250, 255);\
105
+ border: 1px solid rgb(200, 200, 250);\
106
+ }\
107
+ .ace-chrome .ace_storage,\
108
+ .ace-chrome .ace_keyword,\
109
+ .ace-chrome .ace_meta.ace_tag {\
110
+ color: rgb(147, 15, 128);\
111
+ }\
112
+ .ace-chrome .ace_string.ace_regex {\
113
+ color: rgb(255, 0, 0)\
114
+ }\
115
+ .ace-chrome .ace_string {\
116
+ color: #1A1AA6;\
117
+ }\
118
+ .ace-chrome .ace_entity.ace_other.ace_attribute-name {\
119
+ color: #994409;\
120
+ }\
121
+ .ace-chrome .ace_indent-guide {\
122
+ background: url(\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAACCAYAAACZgbYnAAAAE0lEQVQImWP4////f4bLly//BwAmVgd1/w11/gAAAABJRU5ErkJggg==\") right repeat-y;\
123
+ }\
124
+ .ace-chrome .ace_content {\
125
+ background: #e0e0e0; \
126
+ }\
127
+ ";
128
+
129
+ var dom = require("../lib/dom");
130
+ dom.importCssString(exports.cssText, exports.cssClass);
131
+ }); (function() {
132
+ ace.require(["ace/theme/chrome"], function(m) {
133
+ if (typeof module == "object" && typeof exports == "object" && module) {
134
+ module.exports = m;
135
+ }
136
+ });
137
+ })();
138
138
 
@@ -1,116 +1,116 @@
1
- ace.define("ace/theme/twilight",["require","exports","module","ace/lib/dom"], function(require, exports, module) {
2
-
3
- exports.isDark = true;
4
- exports.cssClass = "ace-twilight";
5
- exports.cssText = ".ace-twilight .ace_gutter {\
6
- background: #232323;\
7
- color: #E2E2E2\
8
- }\
9
- .ace-twilight .ace_print-margin {\
10
- width: 1px;\
11
- background: #232323\
12
- }\
13
- .ace-twilight {\
14
- background-color: #141414;\
15
- color: #F8F8F8\
16
- }\
17
- .ace-twilight .ace_cursor {\
18
- color: #A7A7A7\
19
- }\
20
- .ace-twilight .ace_marker-layer .ace_selection {\
21
- background: rgba(221, 240, 255, 0.20)\
22
- }\
23
- .ace-twilight.ace_multiselect .ace_selection.ace_start {\
24
- box-shadow: 0 0 3px 0px #141414;\
25
- }\
26
- .ace-twilight .ace_marker-layer .ace_step {\
27
- background: rgb(102, 82, 0)\
28
- }\
29
- .ace-twilight .ace_marker-layer .ace_bracket {\
30
- margin: -1px 0 0 -1px;\
31
- border: 1px solid rgba(255, 255, 255, 0.25)\
32
- }\
33
- .ace-twilight .ace_marker-layer .ace_active-line {\
34
- background: rgba(255, 255, 255, 0.031)\
35
- }\
36
- .ace-twilight .ace_gutter-active-line {\
37
- background-color: rgba(255, 255, 255, 0.031)\
38
- }\
39
- .ace-twilight .ace_marker-layer .ace_selected-word {\
40
- border: 1px solid rgba(221, 240, 255, 0.20)\
41
- }\
42
- .ace-twilight .ace_invisible {\
43
- color: rgba(255, 255, 255, 0.25)\
44
- }\
45
- .ace-twilight .ace_keyword,\
46
- .ace-twilight .ace_meta {\
47
- color: #CDA869\
48
- }\
49
- .ace-twilight .ace_constant,\
50
- .ace-twilight .ace_constant.ace_character,\
51
- .ace-twilight .ace_constant.ace_character.ace_escape,\
52
- .ace-twilight .ace_constant.ace_other,\
53
- .ace-twilight .ace_heading,\
54
- .ace-twilight .ace_markup.ace_heading,\
55
- .ace-twilight .ace_support.ace_constant {\
56
- color: #CF6A4C\
57
- }\
58
- .ace-twilight .ace_invalid.ace_illegal {\
59
- color: #F8F8F8;\
60
- background-color: rgba(86, 45, 86, 0.75)\
61
- }\
62
- .ace-twilight .ace_invalid.ace_deprecated {\
63
- text-decoration: underline;\
64
- font-style: italic;\
65
- color: #D2A8A1\
66
- }\
67
- .ace-twilight .ace_support {\
68
- color: #9B859D\
69
- }\
70
- .ace-twilight .ace_fold {\
71
- background-color: #AC885B;\
72
- border-color: #F8F8F8\
73
- }\
74
- .ace-twilight .ace_support.ace_function {\
75
- color: #DAD085\
76
- }\
77
- .ace-twilight .ace_list,\
78
- .ace-twilight .ace_markup.ace_list,\
79
- .ace-twilight .ace_storage {\
80
- color: #F9EE98\
81
- }\
82
- .ace-twilight .ace_entity.ace_name.ace_function,\
83
- .ace-twilight .ace_meta.ace_tag,\
84
- .ace-twilight .ace_variable {\
85
- color: #AC885B\
86
- }\
87
- .ace-twilight .ace_string {\
88
- color: #8F9D6A\
89
- }\
90
- .ace-twilight .ace_string.ace_regexp {\
91
- color: #E9C062\
92
- }\
93
- .ace-twilight .ace_comment {\
94
- font-style: italic;\
95
- color: #5F5A60\
96
- }\
97
- .ace-twilight .ace_variable {\
98
- color: #7587A6\
99
- }\
100
- .ace-twilight .ace_xml-pe {\
101
- color: #494949\
102
- }\
103
- .ace-twilight .ace_indent-guide {\
104
- background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAACCAYAAACZgbYnAAAAEklEQVQImWMQERFpYLC1tf0PAAgOAnPnhxyiAAAAAElFTkSuQmCC) right repeat-y\
105
- }";
106
-
107
- var dom = require("../lib/dom");
108
- dom.importCssString(exports.cssText, exports.cssClass);
109
- }); (function() {
110
- ace.require(["ace/theme/twilight"], function(m) {
111
- if (typeof module == "object" && typeof exports == "object" && module) {
112
- module.exports = m;
113
- }
114
- });
115
- })();
1
+ ace.define("ace/theme/twilight",["require","exports","module","ace/lib/dom"], function(require, exports, module) {
2
+
3
+ exports.isDark = true;
4
+ exports.cssClass = "ace-twilight";
5
+ exports.cssText = ".ace-twilight .ace_gutter {\
6
+ background: #232323;\
7
+ color: #E2E2E2\
8
+ }\
9
+ .ace-twilight .ace_print-margin {\
10
+ width: 1px;\
11
+ background: #232323\
12
+ }\
13
+ .ace-twilight {\
14
+ background-color: #141414;\
15
+ color: #F8F8F8\
16
+ }\
17
+ .ace-twilight .ace_cursor {\
18
+ color: #A7A7A7\
19
+ }\
20
+ .ace-twilight .ace_marker-layer .ace_selection {\
21
+ background: rgba(221, 240, 255, 0.20)\
22
+ }\
23
+ .ace-twilight.ace_multiselect .ace_selection.ace_start {\
24
+ box-shadow: 0 0 3px 0px #141414;\
25
+ }\
26
+ .ace-twilight .ace_marker-layer .ace_step {\
27
+ background: rgb(102, 82, 0)\
28
+ }\
29
+ .ace-twilight .ace_marker-layer .ace_bracket {\
30
+ margin: -1px 0 0 -1px;\
31
+ border: 1px solid rgba(255, 255, 255, 0.25)\
32
+ }\
33
+ .ace-twilight .ace_marker-layer .ace_active-line {\
34
+ background: rgba(255, 255, 255, 0.031)\
35
+ }\
36
+ .ace-twilight .ace_gutter-active-line {\
37
+ background-color: rgba(255, 255, 255, 0.031)\
38
+ }\
39
+ .ace-twilight .ace_marker-layer .ace_selected-word {\
40
+ border: 1px solid rgba(221, 240, 255, 0.20)\
41
+ }\
42
+ .ace-twilight .ace_invisible {\
43
+ color: rgba(255, 255, 255, 0.25)\
44
+ }\
45
+ .ace-twilight .ace_keyword,\
46
+ .ace-twilight .ace_meta {\
47
+ color: #CDA869\
48
+ }\
49
+ .ace-twilight .ace_constant,\
50
+ .ace-twilight .ace_constant.ace_character,\
51
+ .ace-twilight .ace_constant.ace_character.ace_escape,\
52
+ .ace-twilight .ace_constant.ace_other,\
53
+ .ace-twilight .ace_heading,\
54
+ .ace-twilight .ace_markup.ace_heading,\
55
+ .ace-twilight .ace_support.ace_constant {\
56
+ color: #CF6A4C\
57
+ }\
58
+ .ace-twilight .ace_invalid.ace_illegal {\
59
+ color: #F8F8F8;\
60
+ background-color: rgba(86, 45, 86, 0.75)\
61
+ }\
62
+ .ace-twilight .ace_invalid.ace_deprecated {\
63
+ text-decoration: underline;\
64
+ font-style: italic;\
65
+ color: #D2A8A1\
66
+ }\
67
+ .ace-twilight .ace_support {\
68
+ color: #9B859D\
69
+ }\
70
+ .ace-twilight .ace_fold {\
71
+ background-color: #AC885B;\
72
+ border-color: #F8F8F8\
73
+ }\
74
+ .ace-twilight .ace_support.ace_function {\
75
+ color: #DAD085\
76
+ }\
77
+ .ace-twilight .ace_list,\
78
+ .ace-twilight .ace_markup.ace_list,\
79
+ .ace-twilight .ace_storage {\
80
+ color: #F9EE98\
81
+ }\
82
+ .ace-twilight .ace_entity.ace_name.ace_function,\
83
+ .ace-twilight .ace_meta.ace_tag,\
84
+ .ace-twilight .ace_variable {\
85
+ color: #AC885B\
86
+ }\
87
+ .ace-twilight .ace_string {\
88
+ color: #8F9D6A\
89
+ }\
90
+ .ace-twilight .ace_string.ace_regexp {\
91
+ color: #E9C062\
92
+ }\
93
+ .ace-twilight .ace_comment {\
94
+ font-style: italic;\
95
+ color: #5F5A60\
96
+ }\
97
+ .ace-twilight .ace_variable {\
98
+ color: #7587A6\
99
+ }\
100
+ .ace-twilight .ace_xml-pe {\
101
+ color: #494949\
102
+ }\
103
+ .ace-twilight .ace_indent-guide {\
104
+ background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAACCAYAAACZgbYnAAAAEklEQVQImWMQERFpYLC1tf0PAAgOAnPnhxyiAAAAAElFTkSuQmCC) right repeat-y\
105
+ }";
106
+
107
+ var dom = require("../lib/dom");
108
+ dom.importCssString(exports.cssText, exports.cssClass);
109
+ }); (function() {
110
+ ace.require(["ace/theme/twilight"], function(m) {
111
+ if (typeof module == "object" && typeof exports == "object" && module) {
112
+ module.exports = m;
113
+ }
114
+ });
115
+ })();
116
116