fomantic-ui 2.9.3-beta.2 → 2.9.3-beta.20
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/.github/workflows/ci.yml +1 -1
- package/dist/components/accordion.css +1 -1
- package/dist/components/accordion.js +1 -1
- package/dist/components/accordion.min.css +1 -1
- package/dist/components/accordion.min.js +1 -1
- package/dist/components/ad.css +1 -1
- package/dist/components/ad.min.css +1 -1
- package/dist/components/api.js +1 -1
- package/dist/components/api.min.js +1 -1
- package/dist/components/breadcrumb.css +1 -1
- package/dist/components/breadcrumb.min.css +1 -1
- package/dist/components/button.css +2 -2
- package/dist/components/button.min.css +2 -2
- package/dist/components/calendar.css +6 -6
- package/dist/components/calendar.js +1 -1
- package/dist/components/calendar.min.css +2 -2
- package/dist/components/calendar.min.js +1 -1
- package/dist/components/card.css +1 -1
- package/dist/components/card.min.css +1 -1
- package/dist/components/checkbox.css +1 -1
- package/dist/components/checkbox.js +1 -1
- package/dist/components/checkbox.min.css +1 -1
- package/dist/components/checkbox.min.js +1 -1
- package/dist/components/comment.css +1 -1
- package/dist/components/comment.min.css +1 -1
- package/dist/components/container.css +62 -1
- package/dist/components/container.min.css +2 -2
- package/dist/components/dimmer.css +3 -3
- package/dist/components/dimmer.js +1 -1
- package/dist/components/dimmer.min.css +2 -2
- package/dist/components/dimmer.min.js +1 -1
- package/dist/components/divider.css +1 -1
- package/dist/components/divider.min.css +1 -1
- package/dist/components/dropdown.css +42 -4
- package/dist/components/dropdown.js +22 -12
- package/dist/components/dropdown.min.css +2 -2
- package/dist/components/dropdown.min.js +2 -2
- package/dist/components/embed.css +1 -1
- package/dist/components/embed.js +1 -1
- package/dist/components/embed.min.css +1 -1
- package/dist/components/embed.min.js +1 -1
- package/dist/components/emoji.css +1 -1
- package/dist/components/emoji.min.css +1 -1
- package/dist/components/feed.css +1 -1
- package/dist/components/feed.min.css +1 -1
- package/dist/components/flag.css +3 -2
- package/dist/components/flag.min.css +2 -2
- package/dist/components/flyout.css +1 -1
- package/dist/components/flyout.js +26 -20
- package/dist/components/flyout.min.css +1 -1
- package/dist/components/flyout.min.js +2 -2
- package/dist/components/form.css +53 -20
- package/dist/components/form.js +74 -43
- package/dist/components/form.min.css +2 -2
- package/dist/components/form.min.js +2 -2
- package/dist/components/grid.css +107 -107
- package/dist/components/grid.min.css +2 -2
- package/dist/components/header.css +1 -1
- package/dist/components/header.min.css +1 -1
- package/dist/components/icon.css +1 -1
- package/dist/components/icon.min.css +1 -1
- package/dist/components/image.css +1 -1
- package/dist/components/image.min.css +1 -1
- package/dist/components/input.css +3 -27
- package/dist/components/input.min.css +2 -2
- package/dist/components/item.css +1 -1
- package/dist/components/item.min.css +1 -1
- package/dist/components/label.css +21 -2
- package/dist/components/label.min.css +2 -2
- package/dist/components/list.css +13 -13
- package/dist/components/list.min.css +2 -2
- package/dist/components/loader.css +282 -282
- package/dist/components/loader.min.css +2 -2
- package/dist/components/menu.css +9 -3
- package/dist/components/menu.min.css +2 -2
- package/dist/components/message.css +1 -1
- package/dist/components/message.min.css +1 -1
- package/dist/components/modal.css +10 -3
- package/dist/components/modal.js +31 -26
- package/dist/components/modal.min.css +2 -2
- package/dist/components/modal.min.js +2 -2
- package/dist/components/nag.css +1 -1
- package/dist/components/nag.js +1 -1
- package/dist/components/nag.min.css +1 -1
- package/dist/components/nag.min.js +1 -1
- package/dist/components/placeholder.css +1 -1
- package/dist/components/placeholder.min.css +1 -1
- package/dist/components/popup.css +41 -40
- package/dist/components/popup.js +8 -6
- package/dist/components/popup.min.css +2 -2
- package/dist/components/popup.min.js +2 -2
- package/dist/components/progress.css +1 -1
- package/dist/components/progress.js +1 -1
- package/dist/components/progress.min.css +1 -1
- package/dist/components/progress.min.js +1 -1
- package/dist/components/rail.css +1 -1
- package/dist/components/rail.min.css +1 -1
- package/dist/components/rating.css +1 -1
- package/dist/components/rating.js +1 -1
- package/dist/components/rating.min.css +1 -1
- package/dist/components/rating.min.js +1 -1
- package/dist/components/reset.css +1 -1
- package/dist/components/reset.min.css +1 -1
- package/dist/components/reveal.css +1 -1
- package/dist/components/reveal.min.css +1 -1
- package/dist/components/search.css +17 -1
- package/dist/components/search.js +3 -2
- package/dist/components/search.min.css +2 -2
- package/dist/components/search.min.js +2 -2
- package/dist/components/segment.css +159 -33
- package/dist/components/segment.min.css +2 -2
- package/dist/components/shape.css +1 -1
- package/dist/components/shape.js +1 -1
- package/dist/components/shape.min.css +1 -1
- package/dist/components/shape.min.js +1 -1
- package/dist/components/sidebar.css +1 -1
- package/dist/components/sidebar.js +1 -1
- package/dist/components/sidebar.min.css +1 -1
- package/dist/components/sidebar.min.js +1 -1
- package/dist/components/site.css +1 -1
- package/dist/components/site.js +1 -1
- package/dist/components/site.min.css +1 -1
- package/dist/components/site.min.js +1 -1
- package/dist/components/slider.css +1 -1
- package/dist/components/slider.js +122 -26
- package/dist/components/slider.min.css +1 -1
- package/dist/components/slider.min.js +2 -2
- package/dist/components/state.js +1 -1
- package/dist/components/state.min.js +1 -1
- package/dist/components/statistic.css +1 -1
- package/dist/components/statistic.min.css +1 -1
- package/dist/components/step.css +1 -1
- package/dist/components/step.min.css +1 -1
- package/dist/components/sticky.css +1 -1
- package/dist/components/sticky.js +1 -1
- package/dist/components/sticky.min.css +1 -1
- package/dist/components/sticky.min.js +1 -1
- package/dist/components/tab.css +1 -1
- package/dist/components/tab.js +1 -1
- package/dist/components/tab.min.css +1 -1
- package/dist/components/tab.min.js +1 -1
- package/dist/components/table.css +65 -1
- package/dist/components/table.min.css +2 -2
- package/dist/components/text.css +1 -1
- package/dist/components/text.min.css +1 -1
- package/dist/components/toast.css +6 -1
- package/dist/components/toast.js +2 -2
- package/dist/components/toast.min.css +2 -2
- package/dist/components/toast.min.js +2 -2
- package/dist/components/transition.css +1 -1
- package/dist/components/transition.js +1 -1
- package/dist/components/transition.min.css +1 -1
- package/dist/components/transition.min.js +1 -1
- package/dist/components/visibility.js +1 -1
- package/dist/components/visibility.min.js +1 -1
- package/dist/semantic.css +1055 -593
- package/dist/semantic.js +306 -155
- package/dist/semantic.min.css +2 -2
- package/dist/semantic.min.js +2 -2
- package/package.json +1 -1
- package/src/definitions/behaviors/form.js +73 -42
- package/src/definitions/collections/breadcrumb.less +2 -1
- package/src/definitions/collections/form.less +27 -13
- package/src/definitions/collections/grid.less +108 -107
- package/src/definitions/collections/menu.less +29 -21
- package/src/definitions/collections/message.less +2 -1
- package/src/definitions/collections/table.less +68 -1
- package/src/definitions/elements/button.less +4 -2
- package/src/definitions/elements/container.less +65 -1
- package/src/definitions/elements/divider.less +2 -1
- package/src/definitions/elements/emoji.less +2 -1
- package/src/definitions/elements/flag.less +2 -1
- package/src/definitions/elements/header.less +2 -1
- package/src/definitions/elements/icon.less +2 -1
- package/src/definitions/elements/image.less +2 -1
- package/src/definitions/elements/input.less +4 -3
- package/src/definitions/elements/label.less +23 -2
- package/src/definitions/elements/list.less +14 -13
- package/src/definitions/elements/loader.less +73 -72
- package/src/definitions/elements/placeholder.less +2 -1
- package/src/definitions/elements/rail.less +2 -1
- package/src/definitions/elements/reveal.less +2 -1
- package/src/definitions/elements/segment.less +112 -14
- package/src/definitions/elements/step.less +2 -1
- package/src/definitions/elements/text.less +2 -1
- package/src/definitions/globals/reset.less +2 -1
- package/src/definitions/globals/site.less +2 -1
- package/src/definitions/modules/accordion.less +2 -1
- package/src/definitions/modules/calendar.less +3 -2
- package/src/definitions/modules/checkbox.less +2 -1
- package/src/definitions/modules/dimmer.less +4 -3
- package/src/definitions/modules/dropdown.js +21 -11
- package/src/definitions/modules/dropdown.less +55 -4
- package/src/definitions/modules/embed.less +2 -1
- package/src/definitions/modules/flyout.js +25 -19
- package/src/definitions/modules/flyout.less +2 -1
- package/src/definitions/modules/modal.js +30 -25
- package/src/definitions/modules/modal.less +13 -3
- package/src/definitions/modules/nag.less +3 -1
- package/src/definitions/modules/popup.js +7 -5
- package/src/definitions/modules/popup.less +42 -39
- package/src/definitions/modules/progress.less +2 -1
- package/src/definitions/modules/rating.less +2 -1
- package/src/definitions/modules/search.js +2 -1
- package/src/definitions/modules/search.less +20 -1
- package/src/definitions/modules/shape.less +2 -1
- package/src/definitions/modules/sidebar.less +2 -1
- package/src/definitions/modules/slider.js +121 -25
- package/src/definitions/modules/slider.less +2 -1
- package/src/definitions/modules/sticky.less +2 -1
- package/src/definitions/modules/tab.less +2 -1
- package/src/definitions/modules/toast.js +1 -1
- package/src/definitions/modules/toast.less +9 -1
- package/src/definitions/modules/transition.less +2 -1
- package/src/definitions/views/ad.less +2 -1
- package/src/definitions/views/card.less +2 -1
- package/src/definitions/views/comment.less +2 -1
- package/src/definitions/views/feed.less +2 -1
- package/src/definitions/views/item.less +2 -1
- package/src/definitions/views/statistic.less +2 -1
- package/src/overrides.less +7 -0
- package/src/theme.less +7 -6
- package/src/themes/amazon/elements/button.variables +5 -1
- package/src/themes/bootstrap3/elements/button.variables +5 -1
- package/src/themes/chubby/elements/header.variables +6 -1
- package/src/themes/default/collections/message.variables +3 -9
- package/src/themes/default/collections/table.variables +3 -0
- package/src/themes/default/elements/button.variables +1 -3
- package/src/themes/default/elements/container.variables +3 -0
- package/src/themes/default/elements/flag.variables +1 -1
- package/src/themes/default/elements/label.variables +5 -0
- package/src/themes/default/elements/segment.variables +8 -0
- package/src/themes/default/globals/site.variables +20 -1
- package/src/themes/default/globals/variation.variables +7 -1
- package/src/themes/default/modules/dropdown.variables +6 -0
- package/src/themes/default/modules/modal.variables +4 -0
- package/src/themes/default/modules/popup.variables +3 -1
- package/src/themes/default/modules/search.variables +3 -0
- package/src/themes/default/modules/toast.variables +1 -0
- package/src/themes/default/views/card.variables +4 -12
- package/src/themes/github/elements/button.variables +5 -1
- package/src/themes/twitter/elements/button.variables +5 -1
- package/tasks/admin/distributions/create.js +8 -3
- package/tasks/config/project/install.js +3 -0
- package/tasks/config/tasks.js +1 -8
- package/tasks/install.js +15 -5
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* # Fomantic-UI 2.9.3-beta.
|
2
|
+
* # Fomantic-UI 2.9.3-beta.20+1e3f606 - Container
|
3
3
|
* https://github.com/fomantic/Fomantic-UI/
|
4
4
|
*
|
5
5
|
*
|
@@ -161,69 +161,130 @@
|
|
161
161
|
.ui.scrolling.container.short {
|
162
162
|
max-height: 11.25em;
|
163
163
|
}
|
164
|
+
.ui.scrolling.container.short.resizable {
|
165
|
+
height: 11.25em;
|
166
|
+
}
|
164
167
|
.ui.scrolling.container[class*="very short"] {
|
165
168
|
max-height: 7.5em;
|
166
169
|
}
|
170
|
+
.ui.scrolling.container[class*="very short"].resizable {
|
171
|
+
height: 7.5em;
|
172
|
+
}
|
167
173
|
.ui.scrolling.container {
|
168
174
|
max-height: 15em;
|
169
175
|
}
|
170
176
|
.ui.scrolling.container.long {
|
171
177
|
max-height: 30em;
|
172
178
|
}
|
179
|
+
.ui.scrolling.container.long.resizable {
|
180
|
+
height: 30em;
|
181
|
+
}
|
173
182
|
.ui.scrolling.container[class*="very long"] {
|
174
183
|
max-height: 45em;
|
175
184
|
}
|
185
|
+
.ui.scrolling.container[class*="very long"].resizable {
|
186
|
+
height: 45em;
|
187
|
+
}
|
176
188
|
}
|
177
189
|
@media only screen and (min-width: 768px) {
|
178
190
|
.ui.scrolling.container.short {
|
179
191
|
max-height: 13.5em;
|
180
192
|
}
|
193
|
+
.ui.scrolling.container.short.resizable {
|
194
|
+
height: 13.5em;
|
195
|
+
}
|
181
196
|
.ui.scrolling.container[class*="very short"] {
|
182
197
|
max-height: 9em;
|
183
198
|
}
|
199
|
+
.ui.scrolling.container[class*="very short"].resizable {
|
200
|
+
height: 9em;
|
201
|
+
}
|
184
202
|
.ui.scrolling.container {
|
185
203
|
max-height: 18em;
|
186
204
|
}
|
205
|
+
.ui.scrolling.container.resizable {
|
206
|
+
height: 18em;
|
207
|
+
}
|
187
208
|
.ui.scrolling.container.long {
|
188
209
|
max-height: 36em;
|
189
210
|
}
|
211
|
+
.ui.scrolling.container.long.resizable {
|
212
|
+
height: 36em;
|
213
|
+
}
|
190
214
|
.ui.scrolling.container[class*="very long"] {
|
191
215
|
max-height: 54em;
|
192
216
|
}
|
217
|
+
.ui.scrolling.container[class*="very long"].resizable {
|
218
|
+
height: 54em;
|
219
|
+
}
|
193
220
|
}
|
194
221
|
@media only screen and (min-width: 992px) {
|
195
222
|
.ui.scrolling.container.short {
|
196
223
|
max-height: 18em;
|
197
224
|
}
|
225
|
+
.ui.scrolling.container.short.resizable {
|
226
|
+
height: 18em;
|
227
|
+
}
|
198
228
|
.ui.scrolling.container[class*="very short"] {
|
199
229
|
max-height: 12em;
|
200
230
|
}
|
231
|
+
.ui.scrolling.container[class*="very short"].resizable {
|
232
|
+
height: 12em;
|
233
|
+
}
|
201
234
|
.ui.scrolling.container {
|
202
235
|
max-height: 24em;
|
203
236
|
}
|
237
|
+
.ui.scrolling.container.resizable {
|
238
|
+
height: 24em;
|
239
|
+
}
|
204
240
|
.ui.scrolling.container.long {
|
205
241
|
max-height: 48em;
|
206
242
|
}
|
243
|
+
.ui.scrolling.container.long.resizable {
|
244
|
+
height: 48em;
|
245
|
+
}
|
207
246
|
.ui.scrolling.container[class*="very long"] {
|
208
247
|
max-height: 72em;
|
209
248
|
}
|
249
|
+
.ui.scrolling.container[class*="very long"].resizable {
|
250
|
+
height: 72em;
|
251
|
+
}
|
210
252
|
}
|
211
253
|
@media only screen and (min-width: 1920px) {
|
212
254
|
.ui.scrolling.container.short {
|
213
255
|
max-height: 22.5em;
|
214
256
|
}
|
257
|
+
.ui.scrolling.container.short.resizable {
|
258
|
+
height: 22.5em;
|
259
|
+
}
|
215
260
|
.ui.scrolling.container[class*="very short"] {
|
216
261
|
max-height: 15em;
|
217
262
|
}
|
263
|
+
.ui.scrolling.container[class*="very short"].resizable {
|
264
|
+
height: 15em;
|
265
|
+
}
|
218
266
|
.ui.scrolling.container {
|
219
267
|
max-height: 30em;
|
220
268
|
}
|
269
|
+
.ui.scrolling.container.resizable {
|
270
|
+
height: 30em;
|
271
|
+
}
|
221
272
|
.ui.scrolling.container.long {
|
222
273
|
max-height: 60em;
|
223
274
|
}
|
275
|
+
.ui.scrolling.container.long.resizable {
|
276
|
+
height: 60em;
|
277
|
+
}
|
224
278
|
.ui.scrolling.container[class*="very long"] {
|
225
279
|
max-height: 90em;
|
226
280
|
}
|
281
|
+
.ui.scrolling.container[class*="very long"].resizable {
|
282
|
+
height: 90em;
|
283
|
+
}
|
284
|
+
}
|
285
|
+
.ui.resizable.scrolling.container {
|
286
|
+
resize: vertical;
|
287
|
+
max-height: none;
|
227
288
|
}
|
228
289
|
|
229
290
|
|
@@ -1,9 +1,9 @@
|
|
1
1
|
/*!
|
2
|
-
* # Fomantic-UI 2.9.3-beta.
|
2
|
+
* # Fomantic-UI 2.9.3-beta.20+1e3f606 - Container
|
3
3
|
* https://github.com/fomantic/Fomantic-UI/
|
4
4
|
*
|
5
5
|
*
|
6
6
|
* Released under the MIT license
|
7
7
|
* https://opensource.org/licenses/MIT
|
8
8
|
*
|
9
|
-
*/.ui.container{display:block;max-width:100%}@media only screen and (max-width:767.98px){.ui.ui.ui.container:not(.fluid){width:auto;margin-left:1em;margin-right:1em}.ui.ui.ui.grid.container{width:auto}.ui.ui.ui.relaxed.grid.container{width:auto}.ui.ui.ui.very.relaxed.grid.container{width:auto}}@media only screen and (min-width:768px) and (max-width:991.98px){.ui.ui.ui.container:not(.fluid){width:723px;margin-left:auto;margin-right:auto}.ui.ui.ui.grid.container{width:calc(723px + 2rem)}.ui.ui.ui.relaxed.grid.container{width:calc(723px + 3rem)}.ui.ui.ui.very.relaxed.grid.container{width:calc(723px + 5rem)}}@media only screen and (min-width:992px) and (max-width:1199.98px){.ui.ui.ui.container:not(.fluid){width:933px;margin-left:auto;margin-right:auto}.ui.ui.ui.grid.container{width:calc(933px + 2rem)}.ui.ui.ui.relaxed.grid.container{width:calc(933px + 3rem)}.ui.ui.ui.very.relaxed.grid.container{width:calc(933px + 5rem)}}@media only screen and (min-width:1200px){.ui.ui.ui.container:not(.fluid){width:1127px;margin-left:auto;margin-right:auto}.ui.ui.ui.grid.container{width:calc(1127px + 2rem)}.ui.ui.ui.relaxed.grid.container{width:calc(1127px + 3rem)}.ui.ui.ui.very.relaxed.grid.container{width:calc(1127px + 5rem)}}.ui.text.container{font-family:Lato,system-ui,-apple-system,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";max-width:700px;line-height:1.5;font-size:1.14285714rem}@media only screen and (min-width:768px) and (max-width:991.98px){.ui.ui.ui.wide.container{width:867.6px}}@media only screen and (min-width:992px) and (max-width:1199.98px){.ui.ui.ui.wide.container{width:1119.6px}}@media only screen and (min-width:1200px){.ui.ui.ui.wide.container{width:1352.4px}}.ui.fluid.container{width:100%}.ui[class*="left aligned"].container{text-align:left}.ui[class*="center aligned"].container{text-align:center}.ui[class*="right aligned"].container{text-align:right}.ui.justified.container{text-align:justify;-webkit-hyphens:auto;-ms-hyphens:auto;hyphens:auto}.ui.scrolling.container{overflow:auto;-ms-scroll-chaining:none;overscroll-behavior:none}@media only screen and (max-width:767.98px){.ui.scrolling.container.short{max-height:11.25em}.ui.scrolling.container[class*="very short"]{max-height:7.5em}.ui.scrolling.container{max-height:15em}.ui.scrolling.container.long{max-height:30em}.ui.scrolling.container[class*="very long"]{max-height:45em}}@media only screen and (min-width:768px){.ui.scrolling.container.short{max-height:13.5em}.ui.scrolling.container[class*="very short"]{max-height:9em}.ui.scrolling.container{max-height:18em}.ui.scrolling.container.long{max-height:36em}.ui.scrolling.container[class*="very long"]{max-height:54em}}@media only screen and (min-width:992px){.ui.scrolling.container.short{max-height:18em}.ui.scrolling.container[class*="very short"]{max-height:12em}.ui.scrolling.container{max-height:24em}.ui.scrolling.container.long{max-height:48em}.ui.scrolling.container[class*="very long"]{max-height:72em}}@media only screen and (min-width:1920px){.ui.scrolling.container.short{max-height:22.5em}.ui.scrolling.container[class*="very short"]{max-height:15em}.ui.scrolling.container{max-height:30em}.ui.scrolling.container.long{max-height:60em}.ui.scrolling.container[class*="very long"]{max-height:90em}}
|
9
|
+
*/.ui.container{display:block;max-width:100%}@media only screen and (max-width:767.98px){.ui.ui.ui.container:not(.fluid){width:auto;margin-left:1em;margin-right:1em}.ui.ui.ui.grid.container{width:auto}.ui.ui.ui.relaxed.grid.container{width:auto}.ui.ui.ui.very.relaxed.grid.container{width:auto}}@media only screen and (min-width:768px) and (max-width:991.98px){.ui.ui.ui.container:not(.fluid){width:723px;margin-left:auto;margin-right:auto}.ui.ui.ui.grid.container{width:calc(723px + 2rem)}.ui.ui.ui.relaxed.grid.container{width:calc(723px + 3rem)}.ui.ui.ui.very.relaxed.grid.container{width:calc(723px + 5rem)}}@media only screen and (min-width:992px) and (max-width:1199.98px){.ui.ui.ui.container:not(.fluid){width:933px;margin-left:auto;margin-right:auto}.ui.ui.ui.grid.container{width:calc(933px + 2rem)}.ui.ui.ui.relaxed.grid.container{width:calc(933px + 3rem)}.ui.ui.ui.very.relaxed.grid.container{width:calc(933px + 5rem)}}@media only screen and (min-width:1200px){.ui.ui.ui.container:not(.fluid){width:1127px;margin-left:auto;margin-right:auto}.ui.ui.ui.grid.container{width:calc(1127px + 2rem)}.ui.ui.ui.relaxed.grid.container{width:calc(1127px + 3rem)}.ui.ui.ui.very.relaxed.grid.container{width:calc(1127px + 5rem)}}.ui.text.container{font-family:Lato,system-ui,-apple-system,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";max-width:700px;line-height:1.5;font-size:1.14285714rem}@media only screen and (min-width:768px) and (max-width:991.98px){.ui.ui.ui.wide.container{width:867.6px}}@media only screen and (min-width:992px) and (max-width:1199.98px){.ui.ui.ui.wide.container{width:1119.6px}}@media only screen and (min-width:1200px){.ui.ui.ui.wide.container{width:1352.4px}}.ui.fluid.container{width:100%}.ui[class*="left aligned"].container{text-align:left}.ui[class*="center aligned"].container{text-align:center}.ui[class*="right aligned"].container{text-align:right}.ui.justified.container{text-align:justify;-webkit-hyphens:auto;-ms-hyphens:auto;hyphens:auto}.ui.scrolling.container{overflow:auto;-ms-scroll-chaining:none;overscroll-behavior:none}@media only screen and (max-width:767.98px){.ui.scrolling.container.short{max-height:11.25em}.ui.scrolling.container.short.resizable{height:11.25em}.ui.scrolling.container[class*="very short"]{max-height:7.5em}.ui.scrolling.container[class*="very short"].resizable{height:7.5em}.ui.scrolling.container{max-height:15em}.ui.scrolling.container.long{max-height:30em}.ui.scrolling.container.long.resizable{height:30em}.ui.scrolling.container[class*="very long"]{max-height:45em}.ui.scrolling.container[class*="very long"].resizable{height:45em}}@media only screen and (min-width:768px){.ui.scrolling.container.short{max-height:13.5em}.ui.scrolling.container.short.resizable{height:13.5em}.ui.scrolling.container[class*="very short"]{max-height:9em}.ui.scrolling.container[class*="very short"].resizable{height:9em}.ui.scrolling.container{max-height:18em}.ui.scrolling.container.resizable{height:18em}.ui.scrolling.container.long{max-height:36em}.ui.scrolling.container.long.resizable{height:36em}.ui.scrolling.container[class*="very long"]{max-height:54em}.ui.scrolling.container[class*="very long"].resizable{height:54em}}@media only screen and (min-width:992px){.ui.scrolling.container.short{max-height:18em}.ui.scrolling.container.short.resizable{height:18em}.ui.scrolling.container[class*="very short"]{max-height:12em}.ui.scrolling.container[class*="very short"].resizable{height:12em}.ui.scrolling.container{max-height:24em}.ui.scrolling.container.resizable{height:24em}.ui.scrolling.container.long{max-height:48em}.ui.scrolling.container.long.resizable{height:48em}.ui.scrolling.container[class*="very long"]{max-height:72em}.ui.scrolling.container[class*="very long"].resizable{height:72em}}@media only screen and (min-width:1920px){.ui.scrolling.container.short{max-height:22.5em}.ui.scrolling.container.short.resizable{height:22.5em}.ui.scrolling.container[class*="very short"]{max-height:15em}.ui.scrolling.container[class*="very short"].resizable{height:15em}.ui.scrolling.container{max-height:30em}.ui.scrolling.container.resizable{height:30em}.ui.scrolling.container.long{max-height:60em}.ui.scrolling.container.long.resizable{height:60em}.ui.scrolling.container[class*="very long"]{max-height:90em}.ui.scrolling.container[class*="very long"].resizable{height:90em}}.ui.resizable.scrolling.container{resize:vertical;max-height:none}
|
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* # Fomantic-UI 2.9.3-beta.
|
2
|
+
* # Fomantic-UI 2.9.3-beta.20+1e3f606 - Dimmer
|
3
3
|
* https://github.com/fomantic/Fomantic-UI/
|
4
4
|
*
|
5
5
|
*
|
@@ -195,7 +195,7 @@ body.dimmable > .dimmer {
|
|
195
195
|
.light.light.light.light.light.dimmer {
|
196
196
|
background: rgba(0, 0, 0, 0.45);
|
197
197
|
}
|
198
|
-
.very.
|
198
|
+
.very.very.very.very.light.dimmer {
|
199
199
|
background: rgba(0, 0, 0, 0.25);
|
200
200
|
}
|
201
201
|
|
@@ -219,7 +219,7 @@ body.dimmable > .dimmer {
|
|
219
219
|
.light.light.light.light.light.inverted.dimmer {
|
220
220
|
background: rgba(255, 255, 255, 0.45);
|
221
221
|
}
|
222
|
-
.very.
|
222
|
+
.very.very.very.very.light.inverted.dimmer {
|
223
223
|
background: rgba(255, 255, 255, 0.25);
|
224
224
|
}
|
225
225
|
|
@@ -1,9 +1,9 @@
|
|
1
1
|
/*!
|
2
|
-
* # Fomantic-UI 2.9.3-beta.
|
2
|
+
* # Fomantic-UI 2.9.3-beta.20+1e3f606 - Dimmer
|
3
3
|
* https://github.com/fomantic/Fomantic-UI/
|
4
4
|
*
|
5
5
|
*
|
6
6
|
* Released under the MIT license
|
7
7
|
* https://opensource.org/licenses/MIT
|
8
8
|
*
|
9
|
-
*/.dimmable:not(body){position:relative}.ui.dimmer{display:none;position:absolute;top:0;left:0;width:100%;height:100%;text-align:center;vertical-align:middle;padding:1em;background:rgba(0,0,0,.85);opacity:0;line-height:1;animation-fill-mode:both;animation-duration:.5s;transition:all .5s linear;flex-direction:column;align-items:center;justify-content:center;-webkit-user-select:none;-ms-user-select:none;user-select:none;will-change:opacity;z-index:1000}.ui.dimmer>.content{-webkit-user-select:text;-ms-user-select:text;user-select:text;color:#fff}.ui.segment>.ui.dimmer:not(.page){border-radius:inherit}.ui.dimmer:not(.inverted)::-webkit-scrollbar-track{background:rgba(255,255,255,.1)}.ui.dimmer:not(.inverted)::-webkit-scrollbar-thumb{background:rgba(255,255,255,.25)}.ui.dimmer:not(.inverted)::-webkit-scrollbar-thumb:window-inactive{background:rgba(255,255,255,.15)}.ui.dimmer:not(.inverted)::-webkit-scrollbar-thumb:hover{background:rgba(255,255,255,.35)}.ui.dimmer:not(.inverted){scrollbar-face-color:#656565;scrollbar-shadow-color:#656565;scrollbar-track-color:#323232;scrollbar-arrow-color:#323232;scrollbar-color:rgba(255,255,255,.25) rgba(255,255,255,.1)}.animating.dimmable:not(body),.dimmed.dimmable:not(body){overflow:hidden}.dimmed.dimmable>.ui.animating.dimmer,.dimmed.dimmable>.ui.visible.dimmer,.ui.active.dimmer{display:flex;opacity:1}.ui.disabled.dimmer{width:0!important;height:0!important}.dimmed.dimmable>.ui.animating.legacy.dimmer,.dimmed.dimmable>.ui.visible.legacy.dimmer,.ui.active.legacy.dimmer{display:block}.ui[class*="top aligned"].dimmer{justify-content:flex-start}.ui[class*="bottom aligned"].dimmer{justify-content:flex-end}.ui.page.dimmer{position:fixed;transform-style:"";perspective:2000px;transform-origin:center center}.ui.page.dimmer.modals{-moz-perspective:none}body.animating.in.dimmable,body.dimmed.dimmable{overflow:hidden}body.dimmable>.dimmer{position:fixed}@supports (not (-webkit-backdrop-filter:none)) and (not ((-webkit-backdrop-filter:none) or (backdrop-filter:none))){.blurring.dimmable>:not(.dimmer){filter:initial;transition:.8s filter ease}.blurring.dimmed.dimmable>:not(.dimmer):not(.popup){filter:blur(5px) grayscale(.7)}}.blurring.dimmable>.dimmer{background:rgba(0,0,0,.6);-webkit-backdrop-filter:blur(5px) grayscale(.7);backdrop-filter:blur(5px) grayscale(.7)}.blurring.dimmable>.inverted.dimmer{background:rgba(255,255,255,.6)}.ui.dimmer>.top.aligned.content>*{vertical-align:top}.ui.dimmer>.bottom.aligned.content>*{vertical-align:bottom}.medium.medium.medium.medium.medium.dimmer{background:rgba(0,0,0,.65)}.light.light.light.light.light.dimmer{background:rgba(0,0,0,.45)}.very.
|
9
|
+
*/.dimmable:not(body){position:relative}.ui.dimmer{display:none;position:absolute;top:0;left:0;width:100%;height:100%;text-align:center;vertical-align:middle;padding:1em;background:rgba(0,0,0,.85);opacity:0;line-height:1;animation-fill-mode:both;animation-duration:.5s;transition:all .5s linear;flex-direction:column;align-items:center;justify-content:center;-webkit-user-select:none;-ms-user-select:none;user-select:none;will-change:opacity;z-index:1000}.ui.dimmer>.content{-webkit-user-select:text;-ms-user-select:text;user-select:text;color:#fff}.ui.segment>.ui.dimmer:not(.page){border-radius:inherit}.ui.dimmer:not(.inverted)::-webkit-scrollbar-track{background:rgba(255,255,255,.1)}.ui.dimmer:not(.inverted)::-webkit-scrollbar-thumb{background:rgba(255,255,255,.25)}.ui.dimmer:not(.inverted)::-webkit-scrollbar-thumb:window-inactive{background:rgba(255,255,255,.15)}.ui.dimmer:not(.inverted)::-webkit-scrollbar-thumb:hover{background:rgba(255,255,255,.35)}.ui.dimmer:not(.inverted){scrollbar-face-color:#656565;scrollbar-shadow-color:#656565;scrollbar-track-color:#323232;scrollbar-arrow-color:#323232;scrollbar-color:rgba(255,255,255,.25) rgba(255,255,255,.1)}.animating.dimmable:not(body),.dimmed.dimmable:not(body){overflow:hidden}.dimmed.dimmable>.ui.animating.dimmer,.dimmed.dimmable>.ui.visible.dimmer,.ui.active.dimmer{display:flex;opacity:1}.ui.disabled.dimmer{width:0!important;height:0!important}.dimmed.dimmable>.ui.animating.legacy.dimmer,.dimmed.dimmable>.ui.visible.legacy.dimmer,.ui.active.legacy.dimmer{display:block}.ui[class*="top aligned"].dimmer{justify-content:flex-start}.ui[class*="bottom aligned"].dimmer{justify-content:flex-end}.ui.page.dimmer{position:fixed;transform-style:"";perspective:2000px;transform-origin:center center}.ui.page.dimmer.modals{-moz-perspective:none}body.animating.in.dimmable,body.dimmed.dimmable{overflow:hidden}body.dimmable>.dimmer{position:fixed}@supports (not (-webkit-backdrop-filter:none)) and (not ((-webkit-backdrop-filter:none) or (backdrop-filter:none))){.blurring.dimmable>:not(.dimmer){filter:initial;transition:.8s filter ease}.blurring.dimmed.dimmable>:not(.dimmer):not(.popup){filter:blur(5px) grayscale(.7)}}.blurring.dimmable>.dimmer{background:rgba(0,0,0,.6);-webkit-backdrop-filter:blur(5px) grayscale(.7);backdrop-filter:blur(5px) grayscale(.7)}.blurring.dimmable>.inverted.dimmer{background:rgba(255,255,255,.6)}.ui.dimmer>.top.aligned.content>*{vertical-align:top}.ui.dimmer>.bottom.aligned.content>*{vertical-align:bottom}.medium.medium.medium.medium.medium.dimmer{background:rgba(0,0,0,.65)}.light.light.light.light.light.dimmer{background:rgba(0,0,0,.45)}.very.very.very.very.light.dimmer{background:rgba(0,0,0,.25)}.ui.inverted.dimmer{background:rgba(255,255,255,.85)}.ui.inverted.dimmer>.content,.ui.inverted.dimmer>.content>*{color:#000}.medium.medium.medium.medium.medium.inverted.dimmer{background:rgba(255,255,255,.65)}.light.light.light.light.light.inverted.dimmer{background:rgba(255,255,255,.45)}.very.very.very.very.light.inverted.dimmer{background:rgba(255,255,255,.25)}.ui.simple.dimmer{display:block;overflow:hidden;opacity:0;width:0;height:0;z-index:-100;background:rgba(0,0,0,0)}.dimmed.dimmable>.ui.simple.dimmer{overflow:visible;opacity:1;width:100%;height:100%;background:rgba(0,0,0,.85);z-index:1}.ui.simple.inverted.dimmer{background:rgba(255,255,255,0)}.dimmed.dimmable>.ui.simple.inverted.dimmer{background:rgba(255,255,255,.85)}.ui[class*="bottom dimmer"],.ui[class*="center dimmer"],.ui[class*="top dimmer"]{height:auto}.ui[class*="bottom dimmer"]{top:auto;bottom:0}.ui[class*="center dimmer"]{top:50%;transform:translateY(-50%)}.ui.segment>.ui.ui[class*="top dimmer"]{border-bottom-left-radius:0;border-bottom-right-radius:0}.ui.segment>.ui.ui[class*="center dimmer"]{border-radius:0}.ui.segment>.ui.ui[class*="bottom dimmer"]{border-top-left-radius:0;border-top-right-radius:0}.ui[class*="center dimmer"].transition[class*="fade up"].in{animation-name:fadeInUpCenter}.ui[class*="center dimmer"].transition[class*="fade down"].in{animation-name:fadeInDownCenter}.ui[class*="center dimmer"].transition[class*="fade up"].out{animation-name:fadeOutUpCenter}.ui[class*="center dimmer"].transition[class*="fade down"].out{animation-name:fadeOutDownCenter}.ui[class*="center dimmer"].bounce.transition{animation-name:bounceCenter}@keyframes fadeInUpCenter{0%{opacity:0;transform:translateY(-40%)}100%{opacity:1;transform:translateY(-50%)}}@keyframes fadeInDownCenter{0%{opacity:0;transform:translateY(-60%)}100%{opacity:1;transform:translateY(-50%)}}@keyframes fadeOutUpCenter{0%{opacity:1;transform:translateY(-50%)}100%{opacity:0;transform:translateY(-45%)}}@keyframes fadeOutDownCenter{0%{opacity:1;transform:translateY(-50%)}100%{opacity:0;transform:translateY(-55%)}}@keyframes bounceCenter{0%,100%,20%,50%,80%{transform:translateY(-50%)}40%{transform:translateY(calc(-50% - 30px))}60%{transform:translateY(calc(-50% - 15px))}}
|
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* # Fomantic-UI 2.9.3-beta.
|
2
|
+
* # Fomantic-UI 2.9.3-beta.20+1e3f606 - Dropdown
|
3
3
|
* https://github.com/fomantic/Fomantic-UI/
|
4
4
|
*
|
5
5
|
*
|
@@ -762,7 +762,7 @@ select.ui.dropdown {
|
|
762
762
|
.ui.dropdown:not(.selection) > .remove.icon ~ .dropdown.icon {
|
763
763
|
margin-left: 1.5em;
|
764
764
|
}
|
765
|
-
.ui.dropdown:not(.selection) > .remove.icon {
|
765
|
+
.ui.dropdown:not(.selection):not(.multiple) > .remove.icon {
|
766
766
|
margin-top: -1.35em;
|
767
767
|
}
|
768
768
|
|
@@ -823,6 +823,16 @@ select.ui.dropdown {
|
|
823
823
|
margin: -0.35714286em 0.78571429em -0.35714286em -0.78571429em;
|
824
824
|
height: 1.71428571em;
|
825
825
|
}
|
826
|
+
.ui.multiple.dropdown:not(.selection):not(.labeled) > .dropdown.icon {
|
827
|
+
right: -1.5em;
|
828
|
+
}
|
829
|
+
.ui.multiple.dropdown:not(.selection):not(.labeled) > .remove.icon {
|
830
|
+
margin-right: -1.5em;
|
831
|
+
}
|
832
|
+
.ui.multiple.dropdown:not(.selection):not(.labeled):not(.search) > .remove.icon ~ .text.default,
|
833
|
+
.ui.multiple.dropdown:not(.selection):not(.labeled) > .text.default:first-child {
|
834
|
+
overflow: inherit;
|
835
|
+
}
|
826
836
|
|
827
837
|
/* -----------------
|
828
838
|
Multiple Search
|
@@ -860,6 +870,13 @@ select.ui.dropdown {
|
|
860
870
|
.ui.multiple.search.dropdown.button {
|
861
871
|
min-width: 14em;
|
862
872
|
}
|
873
|
+
.ui.multiple.search.dropdown > span.sizer {
|
874
|
+
display: none;
|
875
|
+
}
|
876
|
+
.ui.multiple.search.dropdown:not(.selection) > .remove.icon + input.search,
|
877
|
+
.ui.multiple.search.dropdown:not(.selection) > input.search:first-child {
|
878
|
+
min-width: 5.05em;
|
879
|
+
}
|
863
880
|
|
864
881
|
/* --------------
|
865
882
|
Inline
|
@@ -1308,8 +1325,8 @@ select.ui.dropdown {
|
|
1308
1325
|
margin: 0 !important;
|
1309
1326
|
border-top: 1px solid rgba(34, 36, 38, 0.15);
|
1310
1327
|
}
|
1311
|
-
.ui.scrolling.dropdown .menu .item
|
1312
|
-
.ui.dropdown .scrolling.menu > .item
|
1328
|
+
.ui.ui.ui.scrolling.dropdown .menu .item,
|
1329
|
+
.ui.ui.ui.dropdown .scrolling.menu > .item {
|
1313
1330
|
border-top: none;
|
1314
1331
|
}
|
1315
1332
|
.ui.scrolling.dropdown .menu .item:first-child,
|
@@ -1333,24 +1350,45 @@ select.ui.dropdown {
|
|
1333
1350
|
.ui.dropdown .scrolling.menu {
|
1334
1351
|
max-height: 10.28571429rem;
|
1335
1352
|
}
|
1353
|
+
.ui.scrolling.resizable.dropdown .menu,
|
1354
|
+
.ui.dropdown .scrolling.resizable.menu {
|
1355
|
+
height: 10.28571429rem;
|
1356
|
+
}
|
1336
1357
|
}
|
1337
1358
|
@media only screen and (min-width: 768px) {
|
1338
1359
|
.ui.scrolling.dropdown .menu,
|
1339
1360
|
.ui.dropdown .scrolling.menu {
|
1340
1361
|
max-height: 15.42857143rem;
|
1341
1362
|
}
|
1363
|
+
.ui.scrolling.resizable.dropdown .menu,
|
1364
|
+
.ui.dropdown .scrolling.resizable.menu {
|
1365
|
+
height: 15.42857143rem;
|
1366
|
+
}
|
1342
1367
|
}
|
1343
1368
|
@media only screen and (min-width: 992px) {
|
1344
1369
|
.ui.scrolling.dropdown .menu,
|
1345
1370
|
.ui.dropdown .scrolling.menu {
|
1346
1371
|
max-height: 20.57142857rem;
|
1347
1372
|
}
|
1373
|
+
.ui.scrolling.resizable.dropdown .menu,
|
1374
|
+
.ui.dropdown .scrolling.resizable.menu {
|
1375
|
+
height: 20.57142857rem;
|
1376
|
+
}
|
1348
1377
|
}
|
1349
1378
|
@media only screen and (min-width: 1920px) {
|
1350
1379
|
.ui.scrolling.dropdown .menu,
|
1351
1380
|
.ui.dropdown .scrolling.menu {
|
1352
1381
|
max-height: 20.57142857rem;
|
1353
1382
|
}
|
1383
|
+
.ui.scrolling.resizable.dropdown .menu,
|
1384
|
+
.ui.dropdown .scrolling.resizable.menu {
|
1385
|
+
height: 20.57142857rem;
|
1386
|
+
}
|
1387
|
+
}
|
1388
|
+
.ui.scrolling.resizable.dropdown .menu,
|
1389
|
+
.ui.dropdown .scrolling.resizable.menu {
|
1390
|
+
resize: vertical;
|
1391
|
+
max-height: none;
|
1354
1392
|
}
|
1355
1393
|
|
1356
1394
|
/* --------------------
|
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* # Fomantic-UI 2.9.3-beta.
|
2
|
+
* # Fomantic-UI 2.9.3-beta.20+1e3f606 - Dropdown
|
3
3
|
* https://github.com/fomantic/Fomantic-UI/
|
4
4
|
*
|
5
5
|
*
|
@@ -102,7 +102,8 @@
|
|
102
102
|
selectObserver,
|
103
103
|
menuObserver,
|
104
104
|
classObserver,
|
105
|
-
module
|
105
|
+
module,
|
106
|
+
tempDisableApiCache = false
|
106
107
|
;
|
107
108
|
|
108
109
|
module = {
|
@@ -869,11 +870,12 @@
|
|
869
870
|
if (!$module.api('get request')) {
|
870
871
|
module.setup.api();
|
871
872
|
}
|
872
|
-
apiSettings = $.extend(true, {}, apiSettings, settings.apiSettings, apiCallbacks);
|
873
|
+
apiSettings = $.extend(true, {}, apiSettings, settings.apiSettings, apiCallbacks, tempDisableApiCache ? { cache: false } : {});
|
873
874
|
$module
|
874
875
|
.api('setting', apiSettings)
|
875
876
|
.api('query')
|
876
877
|
;
|
878
|
+
tempDisableApiCache = false;
|
877
879
|
},
|
878
880
|
|
879
881
|
filterItems: function (query) {
|
@@ -1405,11 +1407,13 @@
|
|
1405
1407
|
if (settings.allowAdditions) {
|
1406
1408
|
module.remove.userAddition();
|
1407
1409
|
}
|
1408
|
-
|
1410
|
+
if (!settings.keepSearchTerm) {
|
1411
|
+
module.remove.filteredItem();
|
1412
|
+
module.remove.searchTerm();
|
1413
|
+
}
|
1409
1414
|
if (!module.is.visible() && $target.length > 0) {
|
1410
1415
|
module.show();
|
1411
1416
|
}
|
1412
|
-
module.remove.searchTerm();
|
1413
1417
|
if (!module.is.focusedOnSearch() && skipRefocus !== true) {
|
1414
1418
|
module.focusSearch(true);
|
1415
1419
|
}
|
@@ -1595,7 +1599,9 @@
|
|
1595
1599
|
module.verbose('Selecting item from keyboard shortcut', $selectedItem);
|
1596
1600
|
module.event.item.click.call($selectedItem, event);
|
1597
1601
|
if (module.is.searchSelection()) {
|
1598
|
-
|
1602
|
+
if (!settings.keepSearchTerm) {
|
1603
|
+
module.remove.searchTerm();
|
1604
|
+
}
|
1599
1605
|
if (module.is.multiple()) {
|
1600
1606
|
$search.trigger('focus');
|
1601
1607
|
}
|
@@ -1812,7 +1818,7 @@
|
|
1812
1818
|
? value
|
1813
1819
|
: text;
|
1814
1820
|
if (module.can.activate($(element))) {
|
1815
|
-
module.set.selected(value, $(element));
|
1821
|
+
module.set.selected(value, $(element), false, settings.keepSearchTerm);
|
1816
1822
|
if (!module.is.multiple() && !(!settings.collapseOnActionable && $(element).hasClass(className.actionable))) {
|
1817
1823
|
module.hideAndClear();
|
1818
1824
|
}
|
@@ -2399,6 +2405,11 @@
|
|
2399
2405
|
module.set.value('', null, null, preventChangeTrigger);
|
2400
2406
|
},
|
2401
2407
|
|
2408
|
+
clearCache: function () {
|
2409
|
+
module.debug('Clearing API cache once');
|
2410
|
+
tempDisableApiCache = true;
|
2411
|
+
},
|
2412
|
+
|
2402
2413
|
scrollPage: function (direction, $selectedItem) {
|
2403
2414
|
var
|
2404
2415
|
$currentItem = $selectedItem || module.get.selectedItem(),
|
@@ -2457,7 +2468,7 @@
|
|
2457
2468
|
valueIsSet = searchValue !== ''
|
2458
2469
|
;
|
2459
2470
|
if (isMultiple && hasSearchValue) {
|
2460
|
-
module.verbose('Adjusting input width', searchWidth
|
2471
|
+
module.verbose('Adjusting input width', searchWidth);
|
2461
2472
|
$search.css('width', searchWidth + 'px');
|
2462
2473
|
}
|
2463
2474
|
if (hasSearchValue || (isSearchMultiple && valueIsSet)) {
|
@@ -2756,7 +2767,7 @@
|
|
2756
2767
|
return false;
|
2757
2768
|
}
|
2758
2769
|
module.debug('Setting selected menu item to', $selectedItem);
|
2759
|
-
if (module.is.multiple()) {
|
2770
|
+
if (module.is.multiple() && !keepSearchTerm) {
|
2760
2771
|
module.remove.searchWidth();
|
2761
2772
|
}
|
2762
2773
|
if (module.is.single()) {
|
@@ -3449,7 +3460,7 @@
|
|
3449
3460
|
return settings.apiSettings && module.can.useAPI();
|
3450
3461
|
},
|
3451
3462
|
noApiCache: function () {
|
3452
|
-
return settings.apiSettings && !settings.apiSettings.cache;
|
3463
|
+
return tempDisableApiCache || (settings.apiSettings && !settings.apiSettings.cache);
|
3453
3464
|
},
|
3454
3465
|
single: function () {
|
3455
3466
|
return !module.is.multiple();
|
@@ -3999,6 +4010,7 @@
|
|
3999
4010
|
forceSelection: false, // force a choice on blur with search selection
|
4000
4011
|
|
4001
4012
|
allowAdditions: false, // whether multiple select should allow user added values
|
4013
|
+
keepSearchTerm: false, // whether the search value should be kept and menu stays filtered on item selection
|
4002
4014
|
ignoreCase: false, // whether to consider case sensitivity when creating labels
|
4003
4015
|
ignoreSearchCase: true, // whether to consider case sensitivity when filtering items
|
4004
4016
|
hideAdditions: true, // whether or not to hide special message prompting a user they can enter a value
|
@@ -4018,8 +4030,6 @@
|
|
4018
4030
|
duration: 200, // duration of transition
|
4019
4031
|
displayType: false, // displayType of transition
|
4020
4032
|
|
4021
|
-
glyphWidth: 1.037, // widest glyph width in em (W is 1.037 em) used to calculate multiselect input width
|
4022
|
-
|
4023
4033
|
headerDivider: true, // whether option headers should have an additional divider line underneath when converted from <select> <optgroup>
|
4024
4034
|
|
4025
4035
|
collapseOnActionable: true, // whether the dropdown should collapse upon selection of an actionable item
|