@kordar/easyui-tpl 2.0.7 → 2.0.8

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 (147) hide show
  1. package/dist/index.js +11 -0
  2. package/dist/index.js.map +1 -0
  3. package/dist/index.min.css +1 -0
  4. package/dist/index.umd.cjs +11 -0
  5. package/dist/index.umd.cjs.map +1 -0
  6. package/dist/public/en.json +167 -0
  7. package/dist/public/themes/modern-blue/accordion.css +89 -0
  8. package/dist/public/themes/modern-blue/calendar.css +213 -0
  9. package/dist/public/themes/modern-blue/checkbox.css +31 -0
  10. package/dist/public/themes/modern-blue/combo.css +35 -0
  11. package/dist/public/themes/modern-blue/combobox.css +40 -0
  12. package/dist/public/themes/modern-blue/datagrid.css +305 -0
  13. package/dist/public/themes/modern-blue/datalist.css +95 -0
  14. package/dist/public/themes/modern-blue/datebox.css +36 -0
  15. package/dist/public/themes/modern-blue/dialog.css +47 -0
  16. package/dist/public/themes/modern-blue/drawer.css +15 -0
  17. package/dist/public/themes/modern-blue/easyui.css +4750 -0
  18. package/dist/public/themes/modern-blue/filebox.css +20 -0
  19. package/dist/public/themes/modern-blue/flex.css +52 -0
  20. package/dist/public/themes/modern-blue/images/accordion_arrows.png +0 -0
  21. package/dist/public/themes/modern-blue/images/blank.gif +0 -0
  22. package/dist/public/themes/modern-blue/images/calendar_arrows.png +0 -0
  23. package/dist/public/themes/modern-blue/images/combo_arrow.png +0 -0
  24. package/dist/public/themes/modern-blue/images/datagrid_icons.png +0 -0
  25. package/dist/public/themes/modern-blue/images/datebox_arrow.png +0 -0
  26. package/dist/public/themes/modern-blue/images/layout_arrows.png +0 -0
  27. package/dist/public/themes/modern-blue/images/linkbutton_bg.png +0 -0
  28. package/dist/public/themes/modern-blue/images/loading.gif +0 -0
  29. package/dist/public/themes/modern-blue/images/menu_arrows.png +0 -0
  30. package/dist/public/themes/modern-blue/images/messager_icons.png +0 -0
  31. package/dist/public/themes/modern-blue/images/messager_icons16.png +0 -0
  32. package/dist/public/themes/modern-blue/images/pagination_icons.png +0 -0
  33. package/dist/public/themes/modern-blue/images/panel_tools.png +0 -0
  34. package/dist/public/themes/modern-blue/images/passwordbox_close.png +0 -0
  35. package/dist/public/themes/modern-blue/images/passwordbox_open.png +0 -0
  36. package/dist/public/themes/modern-blue/images/searchbox_button.png +0 -0
  37. package/dist/public/themes/modern-blue/images/slider_handle.png +0 -0
  38. package/dist/public/themes/modern-blue/images/spinner_arrows.png +0 -0
  39. package/dist/public/themes/modern-blue/images/tabs_icons.png +0 -0
  40. package/dist/public/themes/modern-blue/images/tagbox_icons.png +0 -0
  41. package/dist/public/themes/modern-blue/images/tree_icons.png +0 -0
  42. package/dist/public/themes/modern-blue/images/validatebox_warning.png +0 -0
  43. package/dist/public/themes/modern-blue/layout.css +150 -0
  44. package/dist/public/themes/modern-blue/linkbutton.css +203 -0
  45. package/dist/public/themes/modern-blue/menu.css +119 -0
  46. package/dist/public/themes/modern-blue/menubutton.css +94 -0
  47. package/dist/public/themes/modern-blue/messager.css +74 -0
  48. package/dist/public/themes/modern-blue/numberbox.css +0 -0
  49. package/dist/public/themes/modern-blue/pagination.css +77 -0
  50. package/dist/public/themes/modern-blue/panel.css +276 -0
  51. package/dist/public/themes/modern-blue/passwordbox.css +6 -0
  52. package/dist/public/themes/modern-blue/progressbar.css +33 -0
  53. package/dist/public/themes/modern-blue/propertygrid.css +27 -0
  54. package/dist/public/themes/modern-blue/radiobutton.css +25 -0
  55. package/dist/public/themes/modern-blue/searchbox.css +61 -0
  56. package/dist/public/themes/modern-blue/sidemenu.css +78 -0
  57. package/dist/public/themes/modern-blue/slider.css +101 -0
  58. package/dist/public/themes/modern-blue/spinner.css +114 -0
  59. package/dist/public/themes/modern-blue/splitbutton.css +12 -0
  60. package/dist/public/themes/modern-blue/switchbutton.css +83 -0
  61. package/dist/public/themes/modern-blue/tabs.css +415 -0
  62. package/dist/public/themes/modern-blue/tagbox.css +44 -0
  63. package/dist/public/themes/modern-blue/textbox.css +173 -0
  64. package/dist/public/themes/modern-blue/timepicker.css +93 -0
  65. package/dist/public/themes/modern-blue/tooltip.css +101 -0
  66. package/dist/public/themes/modern-blue/tree.css +168 -0
  67. package/dist/public/themes/modern-blue/validatebox.css +13 -0
  68. package/dist/public/themes/modern-blue/window.css +188 -0
  69. package/dist/public/zh_CN.json +166 -0
  70. package/dist/types/components/BaseLayout.d.ts +3 -0
  71. package/dist/types/components/Card.d.ts +29 -0
  72. package/dist/types/components/LayoutContext.d.ts +10 -0
  73. package/dist/types/components/LocaleBarItem.d.ts +3 -0
  74. package/dist/types/components/PaginationPanel.d.ts +4 -0
  75. package/dist/types/components/RememberMeBox.d.ts +8 -0
  76. package/dist/types/components/SettingBarItem.d.ts +3 -0
  77. package/dist/types/components/Tooltip.d.ts +17 -0
  78. package/dist/types/components/UserBarItem.d.ts +3 -0
  79. package/dist/types/composable/useAppRedirect.d.ts +1 -0
  80. package/dist/types/composable/useAppStarter.d.ts +7 -0
  81. package/dist/types/composable/useLocalTable.d.ts +3 -0
  82. package/dist/types/composable/useMenuAndTabData.d.ts +18 -0
  83. package/dist/types/composable/useRefreshKey.d.ts +1 -0
  84. package/dist/types/composable/useRemoteTable.d.ts +3 -0
  85. package/dist/types/hoc/withDocHoc.d.ts +3 -0
  86. package/dist/types/index.d.ts +44 -0
  87. package/dist/types/init.d.ts +7 -0
  88. package/dist/types/service/AdminService.d.ts +23 -0
  89. package/dist/types/service/AuthService.d.ts +13 -0
  90. package/dist/types/service/ConfigService.d.ts +6 -0
  91. package/dist/types/service/RbacService.d.ts +80 -0
  92. package/dist/types/service/ResourceService.d.ts +25 -0
  93. package/dist/types/util/form.d.ts +8 -0
  94. package/dist/types/util/helper.d.ts +7 -0
  95. package/dist/types/util/interface.d.ts +66 -0
  96. package/dist/types/util/lazy.d.ts +2 -0
  97. package/dist/types/util/tables.d.ts +5 -0
  98. package/dist/types/views/admin/assign.d.ts +4 -0
  99. package/dist/types/views/admin/context.d.ts +3 -0
  100. package/dist/types/views/admin/form_dlg.d.ts +4 -0
  101. package/dist/types/views/admin/index.d.ts +2 -0
  102. package/dist/types/views/admin/search.d.ts +3 -0
  103. package/dist/types/views/admin/table.d.ts +4 -0
  104. package/dist/types/views/dict/context.d.ts +3 -0
  105. package/dist/types/views/dict/dialog.d.ts +5 -0
  106. package/dist/types/views/dict/form.d.ts +4 -0
  107. package/dist/types/views/dict/index.d.ts +2 -0
  108. package/dist/types/views/dict/search.d.ts +3 -0
  109. package/dist/types/views/dict/table.d.ts +4 -0
  110. package/dist/types/views/dict-item/context.d.ts +3 -0
  111. package/dist/types/views/dict-item/dialog.d.ts +4 -0
  112. package/dist/types/views/dict-item/form.d.ts +4 -0
  113. package/dist/types/views/dict-item/index.d.ts +2 -0
  114. package/dist/types/views/dict-item/search.d.ts +3 -0
  115. package/dist/types/views/dict-item/table.d.ts +4 -0
  116. package/dist/types/views/home/index.d.ts +2 -0
  117. package/dist/types/views/language/index.d.ts +3 -0
  118. package/dist/types/views/login/form.d.ts +3 -0
  119. package/dist/types/views/login/header.d.ts +9 -0
  120. package/dist/types/views/login/index.d.ts +3 -0
  121. package/dist/types/views/page/404.d.ts +2 -0
  122. package/dist/types/views/permissions/context.d.ts +3 -0
  123. package/dist/types/views/permissions/fastadd_form_dlg.d.ts +4 -0
  124. package/dist/types/views/permissions/form_dlg.d.ts +4 -0
  125. package/dist/types/views/permissions/index.d.ts +2 -0
  126. package/dist/types/views/permissions/search.d.ts +3 -0
  127. package/dist/types/views/permissions/table.d.ts +3 -0
  128. package/dist/types/views/roles/assign.d.ts +4 -0
  129. package/dist/types/views/roles/context.d.ts +3 -0
  130. package/dist/types/views/roles/form_dlg.d.ts +4 -0
  131. package/dist/types/views/roles/index.d.ts +2 -0
  132. package/dist/types/views/roles/search.d.ts +3 -0
  133. package/dist/types/views/roles/table.d.ts +4 -0
  134. package/dist/types/views/router/context.d.ts +3 -0
  135. package/dist/types/views/router/form_dlg.d.ts +4 -0
  136. package/dist/types/views/router/index.d.ts +2 -0
  137. package/dist/types/views/router/search.d.ts +3 -0
  138. package/dist/types/views/router/table.d.ts +4 -0
  139. package/dist/types/views/setting/context.d.ts +3 -0
  140. package/dist/types/views/setting/dialog.d.ts +5 -0
  141. package/dist/types/views/setting/form.d.ts +4 -0
  142. package/dist/types/views/setting/index.d.ts +2 -0
  143. package/dist/types/views/setting/search.d.ts +3 -0
  144. package/dist/types/views/setting/table.d.ts +4 -0
  145. package/dist/types/views/srceen/design/container.d.ts +3 -0
  146. package/dist/types/views/srceen/design/index.d.ts +4 -0
  147. package/package.json +5 -4
@@ -0,0 +1,44 @@
1
+ .tagbox {
2
+ cursor: text;
3
+ }
4
+ .tagbox .textbox-text {
5
+ float: left;
6
+ }
7
+ .tagbox-label {
8
+ position: relative;
9
+ display: block;
10
+ margin: 4px 0 0 4px;
11
+ padding: 0 20px 0 4px;
12
+ float: left;
13
+ vertical-align: top;
14
+ text-decoration: none;
15
+ -moz-border-radius: .375rem;
16
+ -webkit-border-radius: .375rem;
17
+ border-radius: .375rem;
18
+ background: hsl(216 30% 91%);
19
+ color: hsl(222 47% 9%);
20
+ }
21
+ .tagbox-remove {
22
+ background: url('images/tagbox_icons.png') no-repeat -16px center;
23
+ position: absolute;
24
+ display: block;
25
+ width: 16px;
26
+ height: 16px;
27
+ right: 2px;
28
+ top: 50%;
29
+ margin-top: -8px;
30
+ opacity: 0.6;
31
+ filter: alpha(opacity=60);
32
+ }
33
+ .tagbox-remove:hover {
34
+ opacity: 1;
35
+ filter: alpha(opacity=100);
36
+ }
37
+ .textbox-disabled .tagbox-label {
38
+ cursor: default;
39
+ }
40
+ .textbox-disabled .tagbox-remove:hover {
41
+ cursor: default;
42
+ opacity: 0.6;
43
+ filter: alpha(opacity=60);
44
+ }
@@ -0,0 +1,173 @@
1
+ .textbox {
2
+ position: relative;
3
+ border: 1px solid hsl(214 22% 88%);
4
+ background-color: hsl(0 0% 100%);
5
+ vertical-align: middle;
6
+ display: inline-block;
7
+ overflow: hidden;
8
+ white-space: nowrap;
9
+ margin: 0;
10
+ padding: 0;
11
+ -moz-border-radius: .375rem;
12
+ -webkit-border-radius: .375rem;
13
+ border-radius: .375rem;
14
+ }
15
+ .textbox .textbox-text {
16
+ font-size: 14px;
17
+ border: 0;
18
+ margin: 0;
19
+ padding: 0 4px;
20
+ white-space: normal;
21
+ vertical-align: top;
22
+ outline-style: none;
23
+ resize: none;
24
+ -moz-border-radius: .375rem;
25
+ -webkit-border-radius: .375rem;
26
+ border-radius: .375rem;
27
+ height: 28px;
28
+ line-height: 28px;
29
+ }
30
+ .textbox textarea.textbox-text {
31
+ line-height: normal;
32
+ }
33
+ .textbox.textbox-autoheight {
34
+ height: auto;
35
+ }
36
+ .textbox.textbox-autoheight textarea.textbox-text {
37
+ padding: 6px 4px;
38
+ overflow: hidden;
39
+ line-height: 16px;
40
+ }
41
+ .textbox .textbox-text::-ms-clear,
42
+ .textbox .textbox-text::-ms-reveal {
43
+ display: none;
44
+ }
45
+ .textbox textarea.textbox-text {
46
+ white-space: pre-wrap;
47
+ }
48
+ .textbox .textbox-prompt {
49
+ font-size: 14px;
50
+ color: #aaa;
51
+ }
52
+ .textbox .textbox-bgicon {
53
+ background-position: 3px center;
54
+ padding-left: 21px;
55
+ }
56
+ .textbox .textbox-button,
57
+ .textbox .textbox-button:hover {
58
+ position: absolute;
59
+ top: 0;
60
+ padding: 0;
61
+ vertical-align: top;
62
+ -moz-border-radius: 0 0 0 0;
63
+ -webkit-border-radius: 0 0 0 0;
64
+ border-radius: 0 0 0 0;
65
+ }
66
+ .textbox .textbox-button-right,
67
+ .textbox .textbox-button-right:hover {
68
+ right: 0;
69
+ border-width: 0 0 0 1px;
70
+ }
71
+ .textbox .textbox-button-left,
72
+ .textbox .textbox-button-left:hover {
73
+ left: 0;
74
+ border-width: 0 1px 0 0;
75
+ }
76
+ .textbox .textbox-button-top,
77
+ .textbox .textbox-button-top:hover {
78
+ left: 0;
79
+ border-width: 0 0 1px 0;
80
+ }
81
+ .textbox .textbox-button-bottom,
82
+ .textbox .textbox-button-bottom:hover {
83
+ top: auto;
84
+ bottom: 0;
85
+ left: 0;
86
+ border-width: 1px 0 0 0;
87
+ }
88
+ .textbox-addon {
89
+ position: absolute;
90
+ top: 0;
91
+ }
92
+ .textbox-label {
93
+ display: inline-block;
94
+ width: 80px;
95
+ height: 30px;
96
+ line-height: 30px;
97
+ vertical-align: middle;
98
+ overflow: hidden;
99
+ text-overflow: ellipsis;
100
+ white-space: nowrap;
101
+ margin: 0;
102
+ padding-right: 5px;
103
+ }
104
+ .textbox-label-after {
105
+ padding-left: 5px;
106
+ padding-right: 0;
107
+ }
108
+ .textbox-label-top {
109
+ display: block;
110
+ width: auto;
111
+ padding: 0;
112
+ }
113
+ .textbox-disabled,
114
+ .textbox-label-disabled {
115
+ opacity: 0.6;
116
+ filter: alpha(opacity=60);
117
+ }
118
+ .textbox-icon {
119
+ display: inline-block;
120
+ width: 18px;
121
+ height: 20px;
122
+ overflow: hidden;
123
+ vertical-align: top;
124
+ background-position: center center;
125
+ cursor: pointer;
126
+ opacity: 0.6;
127
+ filter: alpha(opacity=60);
128
+ text-decoration: none;
129
+ outline-style: none;
130
+ }
131
+ .textbox-icon-disabled,
132
+ .textbox-icon-readonly {
133
+ cursor: default;
134
+ }
135
+ .textbox-icon:hover {
136
+ opacity: 1.0;
137
+ filter: alpha(opacity=100);
138
+ }
139
+ .textbox-icon-disabled:hover {
140
+ opacity: 0.6;
141
+ filter: alpha(opacity=60);
142
+ }
143
+ .textbox-focused {
144
+ border-color: #6b9cde;
145
+ -moz-box-shadow: 0 0 3px 0 hsl(214 22% 88%);
146
+ -webkit-box-shadow: 0 0 3px 0 hsl(214 22% 88%);
147
+ box-shadow: 0 0 3px 0 hsl(214 22% 88%);
148
+ }
149
+ .textbox-invalid {
150
+ border-color: #ffa8a8;
151
+ background-color: hsl(0 0% 100%)3f3;
152
+ }
153
+ .form-floating-label.form-field .textbox-text {
154
+ padding: 0;
155
+ }
156
+ .form-floating-label.form-field .textbox-label {
157
+ position: relative;
158
+ height: 20px;
159
+ line-height: 20px;
160
+ transition: all .3s;
161
+ font-size: 12px;
162
+ z-index: 9;
163
+ }
164
+ .form-floating-label.form-field-empty .textbox-label {
165
+ cursor: text;
166
+ font-size: 14px;
167
+ transform: translate(0,25px);
168
+ }
169
+ .form-floating-label.form-field-empty.form-field-focused .textbox-label {
170
+ cursor: default;
171
+ font-size: 12px;
172
+ transform: translate(0,0);
173
+ }
@@ -0,0 +1,93 @@
1
+ .timepicker-panel .clock-wrap {
2
+ position: relative;
3
+ }
4
+ .timepicker-panel .clock {
5
+ position: relative;
6
+ background: hsl(216 30% 91%);
7
+ color: hsl(221 80% 42%);
8
+ border-radius: 50%;
9
+ position: absolute;
10
+ left: 50%;
11
+ top: 50%;
12
+ }
13
+ .timepicker-panel .clock .item {
14
+ width: 32px;
15
+ height: 32px;
16
+ left: 50%;
17
+ top: 50%;
18
+ margin-left: -16px;
19
+ margin-top: -16px;
20
+ position: absolute;
21
+ user-select: none;
22
+ border-radius: 50%;
23
+ z-index: 9;
24
+ cursor: pointer;
25
+ }
26
+ .timepicker-panel .clock .item-selected {
27
+ background: hsl(204 80% 48%);
28
+ color: hsl(222 47% 9%);
29
+ }
30
+ .timepicker-panel .clock .hand {
31
+ width: 2px;
32
+ bottom: 50%;
33
+ left: 50%;
34
+ margin-left: -1px;
35
+ top: 20px;
36
+ -webkit-transform-origin: center bottom;
37
+ transform-origin: center bottom;
38
+ position: absolute;
39
+ will-change: transform;
40
+ z-index: 1;
41
+ background-color: hsl(204 80% 48%);
42
+ }
43
+ .timepicker-panel .clock .hand .drag {
44
+ top: -16px;
45
+ left: -15px;
46
+ width: 4px;
47
+ height: 4px;
48
+ border: 14px solid hsl(204 80% 48%);
49
+ position: absolute;
50
+ box-sizing: content-box;
51
+ border-radius: 100%;
52
+ background-color: hsl(222 47% 9%);
53
+ }
54
+ .timepicker-panel .clock .center {
55
+ top: 50%;
56
+ left: 50%;
57
+ width: 6px;
58
+ height: 6px;
59
+ position: absolute;
60
+ transform: translate(-50%,-50%);
61
+ border-radius: 50%;
62
+ background-color: hsl(204 80% 48%);
63
+ }
64
+ .timepicker-panel .panel-header {
65
+ height: 70px;
66
+ border: 0;
67
+ font-size: 36px;
68
+ position: relative;
69
+ }
70
+ .timepicker-panel .body {
71
+ position: relative;
72
+ }
73
+ .timepicker-panel .panel-header .ampm {
74
+ font-size: 16px;
75
+ padding-left: 10px;
76
+ position: absolute;
77
+ right: 20px;
78
+ }
79
+ .timepicker-panel .panel-header .sep {
80
+ opacity: 0.6;
81
+ }
82
+ .timepicker-panel .panel-header .title {
83
+ cursor: pointer;
84
+ opacity: 0.6;
85
+ }
86
+ .timepicker-panel .panel-header .title:hover {
87
+ opacity: 1.0;
88
+ }
89
+ .timepicker-panel .panel-header .title-selected,
90
+ .timepicker-panel .panel-header .title-selected:hover {
91
+ cursor: default;
92
+ opacity: 1.0;
93
+ }
@@ -0,0 +1,101 @@
1
+ .tooltip {
2
+ position: absolute;
3
+ display: none;
4
+ z-index: 9900000;
5
+ outline: none;
6
+ opacity: 1;
7
+ filter: alpha(opacity=100);
8
+ padding: 5px;
9
+ border-width: 1px;
10
+ border-style: solid;
11
+ border-radius: 5px;
12
+ -moz-border-radius: .375rem;
13
+ -webkit-border-radius: .375rem;
14
+ border-radius: .375rem;
15
+ }
16
+ .tooltip-content {
17
+ font-size: 14px;
18
+ }
19
+ .tooltip-arrow-outer,
20
+ .tooltip-arrow {
21
+ position: absolute;
22
+ width: 0;
23
+ height: 0;
24
+ line-height: 0;
25
+ font-size: 0;
26
+ border-style: solid;
27
+ border-width: 6px;
28
+ border-color: transparent;
29
+ }
30
+ .tooltip-arrow {
31
+ display: none \9;
32
+ }
33
+ .tooltip-right .tooltip-arrow-outer {
34
+ left: 0;
35
+ top: 50%;
36
+ margin: -6px 0 0 -13px;
37
+ }
38
+ .tooltip-right .tooltip-arrow {
39
+ left: 0;
40
+ top: 50%;
41
+ margin: -6px 0 0 -12px;
42
+ }
43
+ .tooltip-left .tooltip-arrow-outer {
44
+ right: 0;
45
+ top: 50%;
46
+ margin: -6px -13px 0 0;
47
+ }
48
+ .tooltip-left .tooltip-arrow {
49
+ right: 0;
50
+ top: 50%;
51
+ margin: -6px -12px 0 0;
52
+ }
53
+ .tooltip-top .tooltip-arrow-outer {
54
+ bottom: 0;
55
+ left: 50%;
56
+ margin: 0 0 -13px -6px;
57
+ }
58
+ .tooltip-top .tooltip-arrow {
59
+ bottom: 0;
60
+ left: 50%;
61
+ margin: 0 0 -12px -6px;
62
+ }
63
+ .tooltip-bottom .tooltip-arrow-outer {
64
+ top: 0;
65
+ left: 50%;
66
+ margin: -13px 0 0 -6px;
67
+ }
68
+ .tooltip-bottom .tooltip-arrow {
69
+ top: 0;
70
+ left: 50%;
71
+ margin: -12px 0 0 -6px;
72
+ }
73
+ .tooltip {
74
+ background-color: hsl(0 0% 100%);
75
+ border-color: hsl(214 22% 88%);
76
+ color: hsl(222 47% 9%);
77
+ }
78
+ .tooltip-right .tooltip-arrow-outer {
79
+ border-right-color: hsl(214 22% 88%);
80
+ }
81
+ .tooltip-right .tooltip-arrow {
82
+ border-right-color: hsl(0 0% 100%);
83
+ }
84
+ .tooltip-left .tooltip-arrow-outer {
85
+ border-left-color: hsl(214 22% 88%);
86
+ }
87
+ .tooltip-left .tooltip-arrow {
88
+ border-left-color: hsl(0 0% 100%);
89
+ }
90
+ .tooltip-top .tooltip-arrow-outer {
91
+ border-top-color: hsl(214 22% 88%);
92
+ }
93
+ .tooltip-top .tooltip-arrow {
94
+ border-top-color: hsl(0 0% 100%);
95
+ }
96
+ .tooltip-bottom .tooltip-arrow-outer {
97
+ border-bottom-color: hsl(214 22% 88%);
98
+ }
99
+ .tooltip-bottom .tooltip-arrow {
100
+ border-bottom-color: hsl(0 0% 100%);
101
+ }
@@ -0,0 +1,168 @@
1
+ .tree {
2
+ margin: 0;
3
+ padding: 0;
4
+ list-style-type: none;
5
+ }
6
+ .tree li {
7
+ white-space: nowrap;
8
+ }
9
+ .tree li ul {
10
+ list-style-type: none;
11
+ margin: 0;
12
+ padding: 0;
13
+ }
14
+ .tree-node {
15
+ height: 26px;
16
+ white-space: nowrap;
17
+ cursor: pointer;
18
+ }
19
+ .tree-hit {
20
+ cursor: pointer;
21
+ }
22
+ .tree-expanded,
23
+ .tree-collapsed,
24
+ .tree-folder,
25
+ .tree-file,
26
+ .tree-checkbox,
27
+ .tree-indent {
28
+ display: inline-block;
29
+ width: 16px;
30
+ height: 18px;
31
+ margin: 4px 0;
32
+ vertical-align: middle;
33
+ overflow: hidden;
34
+ }
35
+ .tree-expanded {
36
+ background: url('images/tree_icons.png') no-repeat -18px 0px;
37
+ }
38
+ .tree-expanded-hover {
39
+ background: url('images/tree_icons.png') no-repeat -50px 0px;
40
+ }
41
+ .tree-collapsed {
42
+ background: url('images/tree_icons.png') no-repeat 0px 0px;
43
+ }
44
+ .tree-collapsed-hover {
45
+ background: url('images/tree_icons.png') no-repeat -32px 0px;
46
+ }
47
+ .tree-lines .tree-expanded,
48
+ .tree-lines .tree-root-first .tree-expanded {
49
+ background: url('images/tree_icons.png') no-repeat -144px 0;
50
+ }
51
+ .tree-lines .tree-collapsed,
52
+ .tree-lines .tree-root-first .tree-collapsed {
53
+ background: url('images/tree_icons.png') no-repeat -128px 0;
54
+ }
55
+ .tree-lines .tree-node-last .tree-expanded,
56
+ .tree-lines .tree-root-one .tree-expanded {
57
+ background: url('images/tree_icons.png') no-repeat -80px 0;
58
+ }
59
+ .tree-lines .tree-node-last .tree-collapsed,
60
+ .tree-lines .tree-root-one .tree-collapsed {
61
+ background: url('images/tree_icons.png') no-repeat -64px 0;
62
+ }
63
+ .tree-line {
64
+ background: url('images/tree_icons.png') no-repeat -176px 0;
65
+ }
66
+ .tree-join {
67
+ background: url('images/tree_icons.png') no-repeat -192px 0;
68
+ }
69
+ .tree-joinbottom {
70
+ background: url('images/tree_icons.png') no-repeat -160px 0;
71
+ }
72
+ .tree-folder {
73
+ background: url('images/tree_icons.png') no-repeat -208px 0;
74
+ }
75
+ .tree-folder-open {
76
+ background: url('images/tree_icons.png') no-repeat -224px 0;
77
+ }
78
+ .tree-file {
79
+ background: url('images/tree_icons.png') no-repeat -240px 0;
80
+ }
81
+ .tree-loading {
82
+ background: url('images/loading.gif') no-repeat center center;
83
+ }
84
+ .tree-checkbox0 {
85
+ background: url('images/tree_icons.png') no-repeat -208px -18px;
86
+ }
87
+ .tree-checkbox1 {
88
+ background: url('images/tree_icons.png') no-repeat -224px -18px;
89
+ }
90
+ .tree-checkbox2 {
91
+ background: url('images/tree_icons.png') no-repeat -240px -18px;
92
+ }
93
+ .tree-title {
94
+ font-size: 14px;
95
+ display: inline-block;
96
+ text-decoration: none;
97
+ vertical-align: middle;
98
+ white-space: nowrap;
99
+ padding: 0 2px;
100
+ margin: 4px 0;
101
+ height: 18px;
102
+ line-height: 18px;
103
+ }
104
+ .tree-node-proxy {
105
+ font-size: 14px;
106
+ line-height: 20px;
107
+ padding: 0 2px 0 20px;
108
+ border-width: 1px;
109
+ border-style: solid;
110
+ z-index: 9900000;
111
+ }
112
+ .tree-dnd-icon {
113
+ display: inline-block;
114
+ position: absolute;
115
+ width: 16px;
116
+ height: 18px;
117
+ left: 2px;
118
+ top: 50%;
119
+ margin-top: -9px;
120
+ }
121
+ .tree-dnd-yes {
122
+ background: url('images/tree_icons.png') no-repeat -256px 0;
123
+ }
124
+ .tree-dnd-no {
125
+ background: url('images/tree_icons.png') no-repeat -256px -18px;
126
+ }
127
+ .tree-node-top {
128
+ border-top: 1px dotted red;
129
+ }
130
+ .tree-node-bottom {
131
+ border-bottom: 1px dotted red;
132
+ }
133
+ .tree-node-append .tree-title {
134
+ border: 1px dotted red;
135
+ }
136
+ .tree-editor {
137
+ border: 1px solid hsl(214 22% 88%);
138
+ font-size: 14px;
139
+ height: 26px;
140
+ line-height: 26px;
141
+ padding: 0 4px;
142
+ margin: 0;
143
+ width: 80px;
144
+ outline-style: none;
145
+ vertical-align: middle;
146
+ position: absolute;
147
+ top: 0;
148
+ }
149
+ .tree-node-proxy {
150
+ background-color: hsl(0 0% 100%);
151
+ color: hsl(222 47% 9%);
152
+ border-color: hsl(214 22% 88%);
153
+ }
154
+ .tree-node-hover {
155
+ background: hsl(216 30% 91%);
156
+ color: hsl(222 47% 9%);
157
+ }
158
+ .tree-node-selected {
159
+ background: hsl(221 90% 55%);
160
+ color: hsl(222 47% 9%);
161
+ }
162
+ .tree-node-disabled {
163
+ opacity: 0.5;
164
+ cursor: default;
165
+ }
166
+ .tree-node-hidden {
167
+ display: none;
168
+ }
@@ -0,0 +1,13 @@
1
+ .inputbox {
2
+ display: inline-block;
3
+ vertical-align: middle;
4
+ overflow: hidden;
5
+ white-space: nowrap;
6
+ margin: 0;
7
+ padding: 0;
8
+ }
9
+ .validatebox-invalid {
10
+ border-color: #ffa8a8;
11
+ background-color: hsl(0 0% 100%)3f3;
12
+ color: #000;
13
+ }