@oat-sa/tao-core-ui 1.58.1 → 1.58.2

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 (233) hide show
  1. package/dist/actionbar.js +386 -395
  2. package/dist/adder.js +21 -19
  3. package/dist/animable/absorbable/absorbable.js +204 -213
  4. package/dist/animable/absorbable/css/absorb.css +1 -0
  5. package/dist/animable/absorbable/css/absorb.css.map +1 -1
  6. package/dist/animable/pulsable/pulsable.js +168 -177
  7. package/dist/autocomplete/css/autocomplete.css +1 -0
  8. package/dist/autocomplete/css/autocomplete.css.map +1 -1
  9. package/dist/autocomplete.js +68 -66
  10. package/dist/badge/badge.js +188 -197
  11. package/dist/badge/css/badge.css +1 -0
  12. package/dist/badge/css/badge.css.map +1 -1
  13. package/dist/breadcrumbs.js +275 -284
  14. package/dist/btngrouper.js +5 -5
  15. package/dist/bulkActionPopup.js +490 -495
  16. package/dist/button.js +283 -291
  17. package/dist/cascadingComboBox.js +249 -258
  18. package/dist/ckeditor/ckConfigurator.js +26 -19
  19. package/dist/ckeditor/dtdHandler.js +11 -9
  20. package/dist/class/selector.js +441 -450
  21. package/dist/component/resizable.js +1 -1
  22. package/dist/component/windowed.js +285 -294
  23. package/dist/component.js +419 -428
  24. package/dist/contextualPopup.js +417 -426
  25. package/dist/dashboard.js +300 -309
  26. package/dist/datalist.js +753 -762
  27. package/dist/datatable/filterStrategy/multiple.js +1 -1
  28. package/dist/datatable/filterStrategy/single.js +1 -1
  29. package/dist/datatable.js +1527 -1550
  30. package/dist/dateRange/dateRange.js +393 -402
  31. package/dist/datetime/picker.js +665 -672
  32. package/dist/deleter.js +368 -377
  33. package/dist/destination/selector.js +286 -295
  34. package/dist/dialog/alert.js +3 -3
  35. package/dist/dialog/confirm.js +1 -1
  36. package/dist/dialog/confirmDelete.js +216 -225
  37. package/dist/dialog.js +650 -654
  38. package/dist/disabler.js +8 -8
  39. package/dist/documentViewer/providers/pdfViewer/fallback/viewer.js +166 -175
  40. package/dist/documentViewer/providers/pdfViewer/pdfjs/findBar.js +518 -527
  41. package/dist/documentViewer/providers/pdfViewer/pdfjs/pageView.js +380 -389
  42. package/dist/documentViewer/providers/pdfViewer/pdfjs/searchEngine.js +539 -548
  43. package/dist/documentViewer/providers/pdfViewer/pdfjs/viewer.js +369 -378
  44. package/dist/documentViewer/providers/pdfViewer.js +184 -193
  45. package/dist/documentViewer.js +292 -301
  46. package/dist/dropdown.js +383 -392
  47. package/dist/durationer.js +5 -5
  48. package/dist/dynamicComponent.js +597 -598
  49. package/dist/feedback.js +356 -362
  50. package/dist/figure/FigureStateActive.js +117 -108
  51. package/dist/filesender.js +2 -2
  52. package/dist/filter.js +230 -239
  53. package/dist/form/dropdownForm.js +355 -357
  54. package/dist/form/form.js +919 -690
  55. package/dist/form/simpleForm.js +1 -1
  56. package/dist/form/validator/renderer.js +233 -235
  57. package/dist/form/validator/validator.js +257 -189
  58. package/dist/form/widget/definitions.js +1 -1
  59. package/dist/form/widget/providers/checkBox.js +254 -259
  60. package/dist/form/widget/providers/comboBox.js +187 -192
  61. package/dist/form/widget/providers/default.js +8 -9
  62. package/dist/form/widget/providers/hidden.js +170 -179
  63. package/dist/form/widget/providers/hiddenBox.js +262 -267
  64. package/dist/form/widget/providers/radioBox.js +216 -225
  65. package/dist/form/widget/providers/textArea.js +187 -196
  66. package/dist/form/widget/providers/textBox.js +2 -3
  67. package/dist/form/widget/widget.js +473 -475
  68. package/dist/formValidator/formValidator.js +1 -1
  69. package/dist/formValidator/highlighters/message.js +1 -1
  70. package/dist/generis/form/form.js +314 -323
  71. package/dist/generis/validator/validator.js +209 -218
  72. package/dist/generis/widget/checkBox/checkBox.js +218 -227
  73. package/dist/generis/widget/comboBox/comboBox.js +179 -188
  74. package/dist/generis/widget/hiddenBox/hiddenBox.js +220 -229
  75. package/dist/generis/widget/textBox/textBox.js +169 -178
  76. package/dist/generis/widget/widget.js +246 -255
  77. package/dist/groupedComboBox.js +222 -231
  78. package/dist/groupvalidator.js +2 -2
  79. package/dist/highlighter.js +967 -958
  80. package/dist/image/ImgStateActive/helper.js +7 -5
  81. package/dist/image/ImgStateActive/initHelper.js +49 -43
  82. package/dist/image/ImgStateActive/initMediaEditor.js +24 -20
  83. package/dist/image/ImgStateActive/mediaSizer.js +14 -12
  84. package/dist/image/ImgStateActive.js +72 -70
  85. package/dist/incrementer.js +6 -6
  86. package/dist/inplacer.js +6 -6
  87. package/dist/itemButtonList/css/item-button-list.css +1 -0
  88. package/dist/itemButtonList/css/item-button-list.css.map +1 -1
  89. package/dist/itemButtonList.js +439 -435
  90. package/dist/keyNavigation/navigableDomElement.js +51 -38
  91. package/dist/keyNavigation/navigator.js +85 -70
  92. package/dist/listbox.js +460 -469
  93. package/dist/liststyler.js +8 -8
  94. package/dist/loadingButton/loadingButton.js +209 -218
  95. package/dist/lock.js +476 -485
  96. package/dist/login/login.js +475 -484
  97. package/dist/maths/calculator/basicCalculator.js +235 -244
  98. package/dist/maths/calculator/calculatorComponent.js +3 -3
  99. package/dist/maths/calculator/core/board.js +772 -781
  100. package/dist/maths/calculator/core/expression.js +476 -485
  101. package/dist/maths/calculator/core/labels.js +228 -237
  102. package/dist/maths/calculator/core/tokenizer.js +1 -1
  103. package/dist/maths/calculator/core/tokens.js +163 -170
  104. package/dist/maths/calculator/plugins/keyboard/templateKeyboard/templateKeyboard.js +244 -253
  105. package/dist/maths/calculator/plugins/screen/simpleScreen/simpleScreen.js +279 -288
  106. package/dist/maths/calculator/scientificCalculator.js +327 -336
  107. package/dist/mediaEditor/mediaEditorComponent.js +238 -245
  108. package/dist/mediaEditor/plugins/mediaAlignment/helper.js +7 -7
  109. package/dist/mediaEditor/plugins/mediaAlignment/mediaAlignmentComponent.js +229 -235
  110. package/dist/mediaEditor/plugins/mediaDimension/mediaDimensionComponent.js +580 -589
  111. package/dist/mediaplayer/players/html5.js +666 -675
  112. package/dist/mediaplayer/players/youtube.js +419 -424
  113. package/dist/mediaplayer/support.js +11 -10
  114. package/dist/mediaplayer/utils/reminder.js +14 -13
  115. package/dist/mediaplayer/utils/timeObserver.js +10 -11
  116. package/dist/mediaplayer/youtubeManager.js +164 -145
  117. package/dist/mediaplayer.js +1565 -1520
  118. package/dist/mediasizer.js +669 -678
  119. package/dist/modal.js +10 -17
  120. package/dist/pageSizeSelector.js +219 -228
  121. package/dist/pagination/providers/pages.js +280 -289
  122. package/dist/pagination/providers/simple.js +192 -201
  123. package/dist/previewer.js +30 -30
  124. package/dist/progressbar.js +4 -4
  125. package/dist/report.js +347 -356
  126. package/dist/resource/filters.js +271 -280
  127. package/dist/resource/list.js +1264 -1273
  128. package/dist/resource/selector.js +865 -874
  129. package/dist/resource/tree.js +1483 -1492
  130. package/dist/resourcemgr/fileBrowser.js +564 -569
  131. package/dist/resourcemgr/filePreview.js +16 -16
  132. package/dist/resourcemgr/fileSelector.js +515 -524
  133. package/dist/resourcemgr/util/updatePermissions.js +2 -2
  134. package/dist/resourcemgr.js +306 -315
  135. package/dist/searchModal/advancedSearch.js +796 -767
  136. package/dist/searchModal.js +114 -91
  137. package/dist/switch/switch.js +298 -307
  138. package/dist/tabs.js +598 -575
  139. package/dist/taskQueue/status.js +312 -321
  140. package/dist/taskQueue/table.js +375 -384
  141. package/dist/taskQueue/taskQueueModel.js +488 -472
  142. package/dist/taskQueueButton/taskable.js +264 -273
  143. package/dist/taskQueueButton/treeButton.js +189 -198
  144. package/dist/themeLoader.js +24 -23
  145. package/dist/themes.js +1 -1
  146. package/dist/toggler.js +3 -3
  147. package/dist/tooltip.js +295 -304
  148. package/dist/transformer.js +2 -2
  149. package/dist/tristateCheckboxGroup.js +311 -320
  150. package/dist/uploader.js +687 -696
  151. package/dist/validator/Report.js +1 -1
  152. package/dist/validator/Validator.js +3 -3
  153. package/dist/validator/validators.js +9 -9
  154. package/dist/validator.js +240 -230
  155. package/dist/waitForMedia.js +1 -1
  156. package/package.json +3 -3
  157. package/src/animable/absorbable/css/absorb.css +1 -0
  158. package/src/animable/absorbable/css/absorb.css.map +1 -1
  159. package/src/autocomplete/css/autocomplete.css +1 -0
  160. package/src/autocomplete/css/autocomplete.css.map +1 -1
  161. package/src/badge/css/badge.css +1 -0
  162. package/src/badge/css/badge.css.map +1 -1
  163. package/src/ckeditor/ckConfigurator.js +4 -0
  164. package/src/itemButtonList/css/item-button-list.css +1 -0
  165. package/src/itemButtonList/css/item-button-list.css.map +1 -1
  166. package/src/.DS_Store +0 -0
  167. package/src/css/basic.css +0 -7826
  168. package/src/css/basic.css.map +0 -1
  169. package/src/css/ckeditor/skins/tao/css/dialog.css +0 -950
  170. package/src/css/ckeditor/skins/tao/css/dialog.css.map +0 -1
  171. package/src/css/ckeditor/skins/tao/css/editor.css +0 -1850
  172. package/src/css/ckeditor/skins/tao/css/editor.css.map +0 -1
  173. package/src/scss/.DS_Store +0 -0
  174. package/src/scss/basic.scss +0 -16
  175. package/src/scss/ckeditor/skins/tao/scss/dialog.scss +0 -763
  176. package/src/scss/ckeditor/skins/tao/scss/editor.scss +0 -111
  177. package/src/scss/ckeditor/skins/tao/scss/inc/_ck-icons.scss +0 -59
  178. package/src/scss/ckeditor/skins/tao/scss/inc/_colorpanel.scss +0 -118
  179. package/src/scss/ckeditor/skins/tao/scss/inc/_elementspath.scss +0 -69
  180. package/src/scss/ckeditor/skins/tao/scss/inc/_mainui.scss +0 -194
  181. package/src/scss/ckeditor/skins/tao/scss/inc/_menu.scss +0 -181
  182. package/src/scss/ckeditor/skins/tao/scss/inc/_panel.scss +0 -200
  183. package/src/scss/ckeditor/skins/tao/scss/inc/_presets.scss +0 -32
  184. package/src/scss/ckeditor/skins/tao/scss/inc/_reset.scss +0 -101
  185. package/src/scss/ckeditor/skins/tao/scss/inc/_richcombo.scss +0 -213
  186. package/src/scss/ckeditor/skins/tao/scss/inc/_tao.scss +0 -59
  187. package/src/scss/ckeditor/skins/tao/scss/inc/_toolbar.scss +0 -301
  188. package/src/scss/font/source-sans-pro/source-sans-pro-italic.eot +0 -0
  189. package/src/scss/font/source-sans-pro/source-sans-pro-italic.eot.b64 +0 -1
  190. package/src/scss/font/source-sans-pro/source-sans-pro-italic.woff +0 -0
  191. package/src/scss/font/source-sans-pro/source-sans-pro-italic.woff.b64 +0 -1
  192. package/src/scss/font/source-sans-pro/source-sans-pro-regular.eot +0 -0
  193. package/src/scss/font/source-sans-pro/source-sans-pro-regular.eot.b64 +0 -1
  194. package/src/scss/font/source-sans-pro/source-sans-pro-regular.woff +0 -0
  195. package/src/scss/font/source-sans-pro/source-sans-pro-regular.woff.b64 +0 -1
  196. package/src/scss/font/source-sans-pro/source-sans-pro-semibold-italic.eot +0 -0
  197. package/src/scss/font/source-sans-pro/source-sans-pro-semibold-italic.eot.b64 +0 -1
  198. package/src/scss/font/source-sans-pro/source-sans-pro-semibold-italic.woff +0 -0
  199. package/src/scss/font/source-sans-pro/source-sans-pro-semibold-italic.woff.b64 +0 -1
  200. package/src/scss/font/source-sans-pro/source-sans-pro-semibold.eot +0 -0
  201. package/src/scss/font/source-sans-pro/source-sans-pro-semibold.eot.b64 +0 -1
  202. package/src/scss/font/source-sans-pro/source-sans-pro-semibold.woff +0 -0
  203. package/src/scss/font/source-sans-pro/source-sans-pro-semibold.woff.b64 +0 -1
  204. package/src/scss/font/tao/tao.eot +0 -0
  205. package/src/scss/font/tao/tao.svg +0 -235
  206. package/src/scss/font/tao/tao.ttf +0 -0
  207. package/src/scss/font/tao/tao.woff +0 -0
  208. package/src/scss/inc/_base.scss +0 -496
  209. package/src/scss/inc/_bootstrap.scss +0 -6
  210. package/src/scss/inc/_buttons.scss +0 -114
  211. package/src/scss/inc/_colors.scss +0 -88
  212. package/src/scss/inc/_feedback.scss +0 -150
  213. package/src/scss/inc/_flex-grid.scss +0 -15
  214. package/src/scss/inc/_fonts.scss +0 -4
  215. package/src/scss/inc/_forms.scss +0 -827
  216. package/src/scss/inc/_functions.scss +0 -283
  217. package/src/scss/inc/_grid.scss +0 -66
  218. package/src/scss/inc/_jquery.nouislider.scss +0 -254
  219. package/src/scss/inc/_normalize.scss +0 -528
  220. package/src/scss/inc/_report.scss +0 -68
  221. package/src/scss/inc/_secondary-properties.scss +0 -89
  222. package/src/scss/inc/_select2.scss +0 -634
  223. package/src/scss/inc/_toolbars.scss +0 -155
  224. package/src/scss/inc/_tooltip.scss +0 -312
  225. package/src/scss/inc/_variables.scss +0 -21
  226. package/src/scss/inc/base/_highlight.scss +0 -5
  227. package/src/scss/inc/base/_list-style.scss +0 -59
  228. package/src/scss/inc/base/_svg.scss +0 -3
  229. package/src/scss/inc/base/_table.scss +0 -63
  230. package/src/scss/inc/fonts/_source-sans-pro.scss +0 -29
  231. package/src/scss/inc/fonts/_tao-icon-classes.scss +0 -226
  232. package/src/scss/inc/fonts/_tao-icon-def.scss +0 -12
  233. package/src/scss/inc/fonts/_tao-icon-vars.scss +0 -240
@@ -1,528 +0,0 @@
1
- /*! normalize.css v1.1.3 | MIT License | git.io/normalize */
2
-
3
- /* ==========================================================================
4
- HTML5 display definitions
5
- ========================================================================== */
6
-
7
- /**
8
- * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
9
- */
10
-
11
- article,
12
- aside,
13
- details,
14
- figcaption,
15
- figure,
16
- footer,
17
- header,
18
- hgroup,
19
- main,
20
- nav,
21
- section,
22
- summary {
23
- display: block;
24
- }
25
-
26
- /**
27
- * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
28
- */
29
-
30
- audio,
31
- canvas,
32
- video {
33
- display: inline-block;
34
- *display: inline;
35
- *zoom: 1;
36
- }
37
-
38
- /**
39
- * Prevent modern browsers from displaying `audio` without controls.
40
- * Remove excess height in iOS 5 devices.
41
- */
42
-
43
- audio:not([controls]) {
44
- display: none;
45
- height: 0;
46
- }
47
-
48
- /**
49
- * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
50
- * Known issue: no IE 6 support.
51
- */
52
-
53
- [hidden] {
54
- display: none;
55
- }
56
-
57
- /* ==========================================================================
58
- Base
59
- ========================================================================== */
60
-
61
- /**
62
- * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
63
- * `em` units.
64
- * 2. Prevent iOS text size adjust after orientation change, without disabling
65
- * user zoom.
66
- */
67
-
68
- html {
69
- font-size: 100%; /* 1 */
70
- -ms-text-size-adjust: 100%; /* 2 */
71
- -webkit-text-size-adjust: 100%; /* 2 */
72
- }
73
-
74
- /**
75
- * Address `font-family` inconsistency between `textarea` and other form
76
- * elements.
77
- */
78
-
79
- html,
80
- button,
81
- input,
82
- select,
83
- textarea {
84
- font-family: sans-serif;
85
- }
86
-
87
- /**
88
- * Address margins handled incorrectly in IE 6/7.
89
- */
90
-
91
- body {
92
- margin: 0;
93
- }
94
-
95
- /* ==========================================================================
96
- Links
97
- ========================================================================== */
98
-
99
- /**
100
- * Address `outline` inconsistency between Chrome and other browsers.
101
- */
102
-
103
- a:focus {
104
- outline: thin dotted;
105
- }
106
-
107
- /**
108
- * Improve readability when focused and also mouse hovered in all browsers.
109
- */
110
-
111
- a:active,
112
- a:hover {
113
- outline: 0;
114
- }
115
-
116
- /* ==========================================================================
117
- Typography
118
- ========================================================================== */
119
-
120
- /**
121
- * Address font sizes and margins set differently in IE 6/7.
122
- * Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
123
- * and Chrome.
124
- */
125
-
126
- h1 {
127
- font-size: 2em;
128
- margin: 0.67em 0;
129
- }
130
-
131
- h2 {
132
- font-size: 1.5em;
133
- margin: 0.83em 0;
134
- }
135
-
136
- h3 {
137
- font-size: 1.17em;
138
- margin: 1em 0;
139
- }
140
-
141
- h4 {
142
- font-size: 1em;
143
- margin: 1.33em 0;
144
- }
145
-
146
- h5 {
147
- font-size: 0.83em;
148
- margin: 1.67em 0;
149
- }
150
-
151
- h6 {
152
- font-size: 0.67em;
153
- margin: 2.33em 0;
154
- }
155
-
156
- /**
157
- * Address styling not present in IE 7/8/9, Safari 5, and Chrome.
158
- */
159
-
160
- abbr[title] {
161
- border-bottom: 1px dotted;
162
- }
163
-
164
- /**
165
- * Address style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
166
- */
167
-
168
- b,
169
- strong {
170
- font-weight: bold;
171
- }
172
-
173
- blockquote {
174
- margin: 1em 40px;
175
- }
176
-
177
- /**
178
- * Address styling not present in Safari 5 and Chrome.
179
- */
180
-
181
- dfn {
182
- font-style: italic;
183
- }
184
-
185
- /**
186
- * Address differences between Firefox and other browsers.
187
- * Known issue: no IE 6/7 normalization.
188
- */
189
-
190
- hr {
191
- -moz-box-sizing: content-box;
192
- box-sizing: content-box;
193
- height: 0;
194
- }
195
-
196
- /**
197
- * Address styling not present in IE 6/7/8/9.
198
- */
199
-
200
- mark {
201
- background: #ff0;
202
- color: #000;
203
- }
204
-
205
- /**
206
- * Address margins set differently in IE 6/7.
207
- */
208
-
209
- p,
210
- pre {
211
- margin: 1em 0;
212
- }
213
-
214
- /**
215
- * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
216
- */
217
-
218
- code,
219
- kbd,
220
- pre,
221
- samp {
222
- font-family: monospace, serif;
223
- _font-family: 'courier new', monospace;
224
- font-size: 1em;
225
- }
226
-
227
- /**
228
- * Improve readability of pre-formatted text in all browsers.
229
- */
230
-
231
- pre {
232
- white-space: pre;
233
- white-space: pre-wrap;
234
- word-wrap: break-word;
235
- }
236
-
237
- /**
238
- * Address CSS quotes not supported in IE 6/7.
239
- */
240
-
241
- q {
242
- quotes: none;
243
- }
244
-
245
- /**
246
- * Address `quotes` property not supported in Safari 4.
247
- */
248
-
249
- q:before,
250
- q:after {
251
- content: '';
252
- content: none;
253
- }
254
-
255
- /**
256
- * Address inconsistent and variable font size in all browsers.
257
- */
258
-
259
- small {
260
- font-size: 80%;
261
- }
262
-
263
- /**
264
- * Prevent `sub` and `sup` affecting `line-height` in all browsers.
265
- */
266
-
267
- sub,
268
- sup {
269
- font-size: 75%;
270
- line-height: 0;
271
- position: relative;
272
- vertical-align: baseline;
273
- }
274
-
275
- sup {
276
- top: -0.5em;
277
- }
278
-
279
- sub {
280
- bottom: -0.25em;
281
- }
282
-
283
- /* ==========================================================================
284
- Lists
285
- ========================================================================== */
286
-
287
- /**
288
- * Address margins set differently in IE 6/7.
289
- */
290
-
291
- dl,
292
- menu,
293
- ol,
294
- ul {
295
- margin: 1em 0;
296
- }
297
-
298
- dd {
299
- margin: 0 0 0 40px;
300
- }
301
-
302
- /**
303
- * Address paddings set differently in IE 6/7.
304
- */
305
-
306
- menu,
307
- ol,
308
- ul {
309
- padding: 0 0 0 40px;
310
- }
311
-
312
- /**
313
- * Correct list images handled incorrectly in IE 7.
314
- */
315
-
316
- nav ul,
317
- nav ol {
318
- list-style: none;
319
- list-style-image: none;
320
- }
321
-
322
- /* ==========================================================================
323
- Embedded content
324
- ========================================================================== */
325
-
326
- /**
327
- * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
328
- * 2. Improve image quality when scaled in IE 7.
329
- */
330
-
331
- img {
332
- border: 0; /* 1 */
333
- -ms-interpolation-mode: bicubic; /* 2 */
334
- }
335
-
336
- /**
337
- * Correct overflow displayed oddly in IE 9.
338
- */
339
-
340
- svg:not(:root) {
341
- overflow: hidden;
342
- }
343
-
344
- /* ==========================================================================
345
- Figures
346
- ========================================================================== */
347
-
348
- /**
349
- * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
350
- */
351
-
352
- figure {
353
- margin: 0;
354
- }
355
-
356
- /* ==========================================================================
357
- Forms
358
- ========================================================================== */
359
-
360
- /**
361
- * Correct margin displayed oddly in IE 6/7.
362
- */
363
-
364
- form {
365
- margin: 0;
366
- }
367
-
368
- /**
369
- * Define consistent border, margin, and padding.
370
- */
371
-
372
- fieldset {
373
- border: 1px solid #c0c0c0;
374
- margin: 0 2px;
375
- padding: 0.35em 0.625em 0.75em;
376
- }
377
-
378
- /**
379
- * 1. Correct color not being inherited in IE 6/7/8/9.
380
- * 2. Correct text not wrapping in Firefox 3.
381
- * 3. Correct alignment displayed oddly in IE 6/7.
382
- */
383
-
384
- legend {
385
- border: 0; /* 1 */
386
- padding: 0;
387
- white-space: normal; /* 2 */
388
- *margin-left: -7px; /* 3 */
389
- }
390
-
391
- /**
392
- * 1. Correct font size not being inherited in all browsers.
393
- * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
394
- * and Chrome.
395
- * 3. Improve appearance and consistency in all browsers.
396
- */
397
-
398
- button,
399
- input,
400
- select,
401
- textarea {
402
- font-size: 100%; /* 1 */
403
- margin: 0; /* 2 */
404
- vertical-align: baseline; /* 3 */
405
- *vertical-align: middle; /* 3 */
406
- }
407
-
408
- /**
409
- * Address Firefox 3+ setting `line-height` on `input` using `!important` in
410
- * the UA stylesheet.
411
- */
412
-
413
- button,
414
- input {
415
- line-height: normal;
416
- }
417
-
418
- /**
419
- * Address inconsistent `text-transform` inheritance for `button` and `select`.
420
- * All other form control elements do not inherit `text-transform` values.
421
- * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
422
- * Correct `select` style inheritance in Firefox 4+ and Opera.
423
- */
424
-
425
- button,
426
- select {
427
- text-transform: none;
428
- }
429
-
430
- /**
431
- * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
432
- * and `video` controls.
433
- * 2. Correct inability to style clickable `input` types in iOS.
434
- * 3. Improve usability and consistency of cursor style between image-type
435
- * `input` and others.
436
- * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
437
- * Known issue: inner spacing remains in IE 6.
438
- */
439
-
440
- button,
441
- html input[type="button"], /* 1 */
442
- input[type="reset"],
443
- input[type="submit"] {
444
- -webkit-appearance: button; /* 2 */
445
- cursor: pointer; /* 3 */
446
- *overflow: visible; /* 4 */
447
- }
448
-
449
- /**
450
- * Re-set default cursor for disabled elements.
451
- */
452
-
453
- button[disabled],
454
- html input[disabled] {
455
- cursor: default;
456
- }
457
-
458
- /**
459
- * 1. Address box sizing set to content-box in IE 8/9.
460
- * 2. Remove excess padding in IE 8/9.
461
- * 3. Remove excess padding in IE 7.
462
- * Known issue: excess padding remains in IE 6.
463
- */
464
-
465
- input[type="checkbox"],
466
- input[type="radio"] {
467
- box-sizing: border-box; /* 1 */
468
- padding: 0; /* 2 */
469
- *height: 13px; /* 3 */
470
- *width: 13px; /* 3 */
471
- }
472
-
473
- /**
474
- * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
475
- * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
476
- * (include `-moz` to future-proof).
477
- */
478
-
479
- input[type="search"] {
480
- -webkit-appearance: textfield; /* 1 */
481
- -moz-box-sizing: content-box;
482
- -webkit-box-sizing: content-box; /* 2 */
483
- box-sizing: content-box;
484
- }
485
-
486
- /**
487
- * Remove inner padding and search cancel button in Safari 5 and Chrome
488
- * on OS X.
489
- */
490
-
491
- input[type="search"]::-webkit-search-cancel-button,
492
- input[type="search"]::-webkit-search-decoration {
493
- -webkit-appearance: none;
494
- }
495
-
496
- /**
497
- * Remove inner padding and border in Firefox 3+.
498
- */
499
-
500
- button::-moz-focus-inner,
501
- input::-moz-focus-inner {
502
- border: 0;
503
- padding: 0;
504
- }
505
-
506
- /**
507
- * 1. Remove default vertical scrollbar in IE 6/7/8/9.
508
- * 2. Improve readability and alignment in all browsers.
509
- */
510
-
511
- textarea {
512
- overflow: auto; /* 1 */
513
- vertical-align: top; /* 2 */
514
- }
515
-
516
- /* ==========================================================================
517
- Tables
518
- ========================================================================== */
519
-
520
- /**
521
- * Remove most spacing between table cells.
522
- */
523
-
524
- table {
525
- border-collapse: collapse;
526
- border-spacing: 0;
527
- }
528
-
@@ -1,68 +0,0 @@
1
- .component-report {
2
- width:100%;
3
- position: relative;
4
- .fold {
5
- color : $textColor;
6
- position: absolute;
7
- right: 10px;
8
- top: 10px;
9
- z-index: 1;
10
- .check-txt.hide{
11
- display:none;
12
- }
13
- }
14
- .content {
15
- .hierarchical {
16
- [class^="feedback-"], [class*=" feedback-"] {
17
- display: none;
18
- }
19
- }
20
- .actions {
21
- padding: 0;
22
- background: transparent;
23
- color : $textColor;
24
- text-align: right;
25
- .action {
26
- margin-top: 10px;
27
- }
28
- }
29
- }
30
- &.detailed {
31
- .fold .check-txt{
32
- &.show{
33
- display:none;
34
- }
35
- &.hide{
36
- display:inline-block;
37
- }
38
- }
39
- .content{
40
- .hierarchical {
41
- [class^="feedback-"], [class*=" feedback-"] {
42
- display: block;
43
- }
44
- background-color: transparent;
45
- border-color: transparent;
46
- .hierarchical {
47
- margin: 0;
48
- padding: 10px 10px 10px 20px;
49
- .hierarchical-icon {
50
- top: 10px;
51
- left: -10px;
52
- }
53
- }
54
- .leaf {
55
- margin: 10px 0;
56
- }
57
- }
58
- }
59
- }
60
- &.no-border{
61
- .content{
62
- &> [class^="feedback-"], &> [class*=" feedback-"]{
63
- background-color: transparent;
64
- border-color: transparent;
65
- }
66
- }
67
- }
68
- }
@@ -1,89 +0,0 @@
1
- .secondary-props-list {
2
- position: relative;
3
- padding-left: 30px;
4
-
5
- > li {
6
- position: relative;
7
- list-style-type: none;
8
- margin-top: 10px;
9
-
10
- &:first-child {
11
- &::after {
12
- top: -10px;
13
- }
14
- }
15
-
16
- &:last-child {
17
- &::after {
18
- bottom: 50%;
19
- }
20
- }
21
-
22
- &::marker {
23
- color: #8C8C8C;
24
- }
25
-
26
- &::before {
27
- content: '';
28
- position: absolute;
29
- border-top: 1px solid #8C8C8C;
30
- top: 50%;
31
- left: -26px;
32
- width: 10px;
33
- margin-top: -1px;
34
- }
35
-
36
- &::after {
37
- content: '';
38
- position: absolute;
39
- border-left: 1px solid #8C8C8C;
40
- bottom: -5px;
41
- top: -5px;
42
- left: -26px;
43
- }
44
-
45
- > div {
46
- display: flex;
47
- align-items: center;
48
- justify-content: space-between;
49
- flex-wrap: wrap;
50
-
51
- &.disabled {
52
- background: transparent!important;
53
- }
54
-
55
- &::before {
56
- content: '';
57
- width: 6px;
58
- height: 6px;
59
- border-radius: 50%;
60
- border: 1px solid #8C8C8C;
61
- position: absolute;
62
- left: -16px;
63
- }
64
-
65
- label {
66
- margin: 0;
67
- }
68
-
69
- select, .form_radlst {
70
- width: calc(65% + 20px);
71
- }
72
-
73
- .form_desc {
74
- width: calc(35% - 20px);
75
- }
76
-
77
- .form-error {
78
- width: calc(65% + 20px);
79
- margin-left: auto;
80
- text-align: left;
81
- }
82
-
83
- .select2-choices .select2-search-choice-error {
84
- border-color: #ba122b;
85
- background-color: #f4d0d3;
86
- }
87
- }
88
- }
89
- }