fomantic-ui 2.9.2-beta.1 → 2.9.2-beta.10
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 +4 -4
- package/dist/components/accordion.min.css +1 -1
- package/dist/components/accordion.min.js +2 -2
- package/dist/components/ad.css +2 -2
- 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 +1 -1
- package/dist/components/button.min.css +1 -1
- package/dist/components/calendar.css +7 -1
- package/dist/components/calendar.js +1 -1
- package/dist/components/calendar.min.css +1 -1
- package/dist/components/calendar.min.js +1 -1
- package/dist/components/card.css +2 -2
- package/dist/components/card.min.css +1 -1
- package/dist/components/checkbox.css +40 -40
- package/dist/components/checkbox.js +1 -1
- package/dist/components/checkbox.min.css +2 -2
- package/dist/components/checkbox.min.js +1 -1
- package/dist/components/comment.css +2 -2
- package/dist/components/comment.min.css +1 -1
- package/dist/components/container.css +1 -1
- package/dist/components/container.min.css +1 -1
- package/dist/components/dimmer.css +1 -1
- package/dist/components/dimmer.js +3 -3
- package/dist/components/dimmer.min.css +1 -1
- package/dist/components/dimmer.min.js +2 -2
- package/dist/components/divider.css +1 -1
- package/dist/components/divider.min.css +1 -1
- package/dist/components/dropdown.css +8 -6
- package/dist/components/dropdown.js +3 -3
- package/dist/components/dropdown.min.css +2 -2
- package/dist/components/dropdown.min.js +2 -2
- package/dist/components/embed.css +2 -2
- package/dist/components/embed.js +2 -2
- package/dist/components/embed.min.css +2 -2
- package/dist/components/embed.min.js +2 -2
- package/dist/components/emoji.css +6 -0
- package/dist/components/feed.css +2 -2
- package/dist/components/feed.min.css +1 -1
- package/dist/components/flag.css +1 -1
- package/dist/components/flag.min.css +1 -1
- package/dist/components/flyout.css +7 -1
- package/dist/components/flyout.js +18 -30
- package/dist/components/flyout.min.css +1 -1
- package/dist/components/flyout.min.js +2 -2
- package/dist/components/form.css +66 -37
- package/dist/components/form.js +102 -94
- package/dist/components/form.min.css +2 -2
- package/dist/components/form.min.js +2 -2
- package/dist/components/grid.css +1 -1
- package/dist/components/grid.min.css +1 -1
- 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 +59 -25
- package/dist/components/input.min.css +2 -2
- package/dist/components/item.css +3 -3
- package/dist/components/item.min.css +2 -2
- package/dist/components/label.css +1 -1
- package/dist/components/label.min.css +1 -1
- package/dist/components/list.css +2 -2
- package/dist/components/list.min.css +1 -1
- package/dist/components/loader.css +1 -1
- package/dist/components/loader.min.css +1 -1
- package/dist/components/menu.css +31 -7
- package/dist/components/menu.min.css +9 -1
- package/dist/components/message.css +2 -2
- package/dist/components/message.min.css +1 -1
- package/dist/components/modal.css +1 -1
- package/dist/components/modal.js +15 -8
- package/dist/components/modal.min.css +1 -1
- 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 +7 -1
- package/dist/components/placeholder.min.css +1 -1
- package/dist/components/popup.css +148 -3
- package/dist/components/popup.js +20 -8
- 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 +3 -29
- package/dist/components/progress.min.css +1 -1
- package/dist/components/progress.min.js +2 -2
- 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 +1 -1
- package/dist/components/search.js +2 -2
- package/dist/components/search.min.css +1 -1
- package/dist/components/search.min.js +2 -2
- package/dist/components/segment.css +3 -3
- package/dist/components/segment.min.css +2 -2
- package/dist/components/shape.css +1 -1
- package/dist/components/shape.js +15 -37
- package/dist/components/shape.min.css +1 -1
- package/dist/components/shape.min.js +2 -2
- package/dist/components/sidebar.css +1 -1
- package/dist/components/sidebar.js +7 -27
- package/dist/components/sidebar.min.css +1 -1
- package/dist/components/sidebar.min.js +2 -2
- package/dist/components/site.css +1 -10
- package/dist/components/site.js +1 -1
- package/dist/components/site.min.css +2 -2
- package/dist/components/site.min.js +1 -1
- package/dist/components/slider.css +6 -0
- package/dist/components/slider.js +1 -1
- package/dist/components/slider.min.js +1 -1
- package/dist/components/state.js +1 -1
- package/dist/components/state.min.js +1 -1
- package/dist/components/statistic.css +2 -2
- package/dist/components/statistic.min.css +1 -1
- package/dist/components/step.css +4 -4
- package/dist/components/step.min.css +2 -2
- 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 +2 -2
- package/dist/components/table.min.css +2 -2
- package/dist/components/text.css +7 -1
- package/dist/components/text.min.css +1 -1
- package/dist/components/toast.css +7 -1
- package/dist/components/toast.js +3 -3
- package/dist/components/toast.min.css +1 -1
- package/dist/components/toast.min.js +2 -2
- package/dist/components/transition.css +1 -1
- package/dist/components/transition.js +10 -61
- package/dist/components/transition.min.css +1 -1
- package/dist/components/transition.min.js +2 -2
- package/dist/components/visibility.js +1 -1
- package/dist/components/visibility.min.js +1 -1
- package/dist/semantic.css +512 -196
- package/dist/semantic.js +220 -324
- package/dist/semantic.min.css +2 -2
- package/dist/semantic.min.js +2 -2
- package/package.json +1 -1
- package/src/_site/collections/breadcrumb.variables +1 -1
- package/src/_site/collections/message.overrides +1 -1
- package/src/_site/elements/emoji.overrides +3 -0
- package/src/_site/{modules/chatroom.variables → elements/emoji.variables} +0 -0
- package/src/_site/elements/flag.variables +3 -3
- package/src/_site/elements/list.overrides +1 -1
- package/src/_site/elements/placeholder.overrides +3 -0
- package/src/_site/elements/placeholder.variables +3 -0
- package/src/_site/elements/text.overrides +3 -0
- package/src/_site/elements/text.variables +3 -0
- package/src/_site/modules/{chatroom.overrides → calendar.overrides} +0 -0
- package/src/_site/modules/calendar.variables +3 -0
- package/src/_site/modules/flyout.overrides +3 -0
- package/src/_site/modules/flyout.variables +3 -0
- package/src/_site/modules/modal.variables +1 -1
- package/src/_site/modules/rating.variables +1 -1
- package/src/_site/modules/search.variables +1 -1
- package/src/_site/modules/sidebar.variables +1 -1
- package/src/_site/modules/slider.overrides +3 -0
- package/src/_site/modules/slider.variables +3 -0
- package/src/_site/modules/sticky.variables +1 -1
- package/src/_site/modules/toast.overrides +3 -0
- package/src/_site/modules/toast.variables +3 -0
- package/src/_site/views/ad.overrides +1 -1
- package/src/_site/views/card.overrides +1 -1
- package/src/_site/views/comment.overrides +1 -1
- package/src/_site/views/feed.overrides +1 -1
- package/src/_site/views/item.overrides +1 -1
- package/src/_site/views/statistic.overrides +1 -1
- package/src/definitions/behaviors/form.js +101 -93
- package/src/definitions/collections/form.less +4 -14
- package/src/definitions/collections/menu.less +39 -6
- package/src/definitions/elements/input.less +6 -20
- package/src/definitions/globals/site.less +0 -18
- package/src/definitions/modules/accordion.js +3 -3
- package/src/definitions/modules/checkbox.less +39 -39
- package/src/definitions/modules/dimmer.js +2 -2
- package/src/definitions/modules/dropdown.js +2 -2
- package/src/definitions/modules/dropdown.less +6 -10
- package/src/definitions/modules/embed.js +1 -1
- package/src/definitions/modules/embed.less +1 -1
- package/src/definitions/modules/flyout.js +17 -29
- package/src/definitions/modules/modal.js +14 -7
- package/src/definitions/modules/popup.js +19 -7
- package/src/definitions/modules/popup.less +48 -4
- package/src/definitions/modules/progress.js +2 -28
- package/src/definitions/modules/search.js +1 -1
- package/src/definitions/modules/shape.js +14 -36
- package/src/definitions/modules/sidebar.js +6 -26
- package/src/definitions/modules/toast.js +2 -2
- package/src/definitions/modules/transition.js +9 -60
- package/src/theme.less +4 -12
- package/src/themes/default/collections/menu.variables +1 -3
- package/src/themes/default/collections/table.variables +1 -3
- package/src/themes/default/elements/segment.variables +1 -3
- package/src/themes/default/elements/step.variables +1 -1
- package/src/themes/default/globals/site.variables +1 -0
- package/src/themes/default/globals/variation.variables +2 -0
- package/src/themes/default/modules/popup.variables +8 -0
- package/src/themes/default/views/item.variables +1 -1
- package/tasks/config/project/install.js +1 -1
- package/tasks/install.js +8 -0
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* # Fomantic-UI 2.9.2-beta.
|
2
|
+
* # Fomantic-UI 2.9.2-beta.10+cf51e1c - Flyout
|
3
3
|
* https://github.com/fomantic/Fomantic-UI/
|
4
4
|
*
|
5
5
|
*
|
@@ -80,8 +80,8 @@
|
|
80
80
|
elementNamespace,
|
81
81
|
id,
|
82
82
|
observer,
|
83
|
+
observeAttributes = false,
|
83
84
|
currentScroll,
|
84
|
-
transitionEvent,
|
85
85
|
|
86
86
|
module
|
87
87
|
;
|
@@ -145,8 +145,6 @@
|
|
145
145
|
});
|
146
146
|
}
|
147
147
|
|
148
|
-
transitionEvent = module.get.transitionEvent();
|
149
|
-
|
150
148
|
// avoids locking rendering if initialized in onReady
|
151
149
|
if (settings.delaySetup) {
|
152
150
|
requestAnimationFrame(module.setup.layout);
|
@@ -498,7 +496,7 @@
|
|
498
496
|
;
|
499
497
|
mutations.every(function (mutation) {
|
500
498
|
if (mutation.type === 'attributes') {
|
501
|
-
if (mutation.attributeName === 'disabled' || $(mutation.target).find(':input').addBack(':input')) {
|
499
|
+
if (observeAttributes && (mutation.attributeName === 'disabled' || $(mutation.target).find(':input').addBack(':input').length > 0)) {
|
502
500
|
shouldRefreshInputs = true;
|
503
501
|
}
|
504
502
|
} else {
|
@@ -549,13 +547,14 @@
|
|
549
547
|
if (!settings.dimPage) {
|
550
548
|
return;
|
551
549
|
}
|
552
|
-
$inputs = $module.find('[tabindex], :input:enabled').filter(':visible').filter(function () {
|
550
|
+
$inputs = $module.find('a[href], [tabindex], :input:enabled').filter(':visible').filter(function () {
|
553
551
|
return $(this).closest('.disabled').length === 0;
|
554
552
|
});
|
555
|
-
$module.removeAttr('tabindex');
|
556
553
|
if ($inputs.length === 0) {
|
557
554
|
$inputs = $module;
|
558
555
|
$module.attr('tabindex', -1);
|
556
|
+
} else {
|
557
|
+
$module.removeAttr('tabindex');
|
559
558
|
}
|
560
559
|
$inputs.first()
|
561
560
|
.on('keydown' + elementNamespace, module.event.inputKeyDown.first)
|
@@ -652,6 +651,7 @@
|
|
652
651
|
}
|
653
652
|
}
|
654
653
|
module.set.dimmerStyles();
|
654
|
+
module.set.observeAttributes(false);
|
655
655
|
module.pushPage(function () {
|
656
656
|
callback.call(element);
|
657
657
|
settings.onVisible.call(element);
|
@@ -660,6 +660,7 @@
|
|
660
660
|
}
|
661
661
|
module.save.focus();
|
662
662
|
module.refreshInputs();
|
663
|
+
requestAnimationFrame(module.set.observeAttributes);
|
663
664
|
});
|
664
665
|
settings.onChange.call(element);
|
665
666
|
} else {
|
@@ -680,6 +681,7 @@
|
|
680
681
|
if (module.is.visible() || module.is.animating()) {
|
681
682
|
module.debug('Hiding flyout', callback);
|
682
683
|
module.refreshFlyouts();
|
684
|
+
module.set.observeAttributes(false);
|
683
685
|
module.pullPage(function () {
|
684
686
|
callback.call(element);
|
685
687
|
if (isFunction(settings.onHidden)) {
|
@@ -752,13 +754,13 @@
|
|
752
754
|
};
|
753
755
|
transitionEnd = function (event) {
|
754
756
|
if (event.target === $module[0]) {
|
755
|
-
$module.off(
|
757
|
+
$module.off('transitionend' + elementNamespace, transitionEnd);
|
756
758
|
module.remove.animating();
|
757
759
|
callback.call(element);
|
758
760
|
}
|
759
761
|
};
|
760
|
-
$module.off(
|
761
|
-
$module.on(
|
762
|
+
$module.off('transitionend' + elementNamespace);
|
763
|
+
$module.on('transitionend' + elementNamespace, transitionEnd);
|
762
764
|
requestAnimationFrame(animate);
|
763
765
|
if (settings.dimPage && !module.othersVisible()) {
|
764
766
|
requestAnimationFrame(dim);
|
@@ -793,7 +795,7 @@
|
|
793
795
|
};
|
794
796
|
transitionEnd = function (event) {
|
795
797
|
if (event.target === $module[0]) {
|
796
|
-
$module.off(
|
798
|
+
$module.off('transitionend' + elementNamespace, transitionEnd);
|
797
799
|
module.remove.animating();
|
798
800
|
module.remove.closing();
|
799
801
|
module.remove.overlay();
|
@@ -807,8 +809,8 @@
|
|
807
809
|
callback.call(element);
|
808
810
|
}
|
809
811
|
};
|
810
|
-
$module.off(
|
811
|
-
$module.on(
|
812
|
+
$module.off('transitionend' + elementNamespace);
|
813
|
+
$module.on('transitionend' + elementNamespace, transitionEnd);
|
812
814
|
requestAnimationFrame(animate);
|
813
815
|
},
|
814
816
|
|
@@ -831,6 +833,9 @@
|
|
831
833
|
},
|
832
834
|
|
833
835
|
set: {
|
836
|
+
observeAttributes: function (state) {
|
837
|
+
observeAttributes = state !== false;
|
838
|
+
},
|
834
839
|
autofocus: function () {
|
835
840
|
var
|
836
841
|
$autofocus = $inputs.filter('[autofocus]'),
|
@@ -973,23 +978,6 @@
|
|
973
978
|
|
974
979
|
return className.left;
|
975
980
|
},
|
976
|
-
transitionEvent: function () {
|
977
|
-
var
|
978
|
-
element = document.createElement('element'),
|
979
|
-
transitions = {
|
980
|
-
transition: 'transitionend',
|
981
|
-
OTransition: 'oTransitionEnd',
|
982
|
-
MozTransition: 'transitionend',
|
983
|
-
WebkitTransition: 'webkitTransitionEnd',
|
984
|
-
},
|
985
|
-
transition
|
986
|
-
;
|
987
|
-
for (transition in transitions) {
|
988
|
-
if (element.style[transition] !== undefined) {
|
989
|
-
return transitions[transition];
|
990
|
-
}
|
991
|
-
}
|
992
|
-
},
|
993
981
|
id: function () {
|
994
982
|
return id;
|
995
983
|
},
|
@@ -1,5 +1,5 @@
|
|
1
1
|
/*
|
2
|
-
* # Fomantic UI - 2.9.2-beta.
|
2
|
+
* # Fomantic UI - 2.9.2-beta.10+cf51e1c
|
3
3
|
* https://github.com/fomantic/Fomantic-UI
|
4
4
|
* https://fomantic-ui.com/
|
5
5
|
*
|
@@ -8,4 +8,4 @@
|
|
8
8
|
* https://opensource.org/licenses/MIT
|
9
9
|
*
|
10
10
|
*/
|
11
|
-
!function(W,Q,U){"use strict";function X(e){return"function"==typeof e&&"number"!=typeof e.nodeType}Q=void 0!==Q&&Q.Math===Math?Q:globalThis,W.fn.flyout=function(M){var O,e=W(this),D=W(Q),N=W(U),L=W("html"),B=W("head"),z=W("body"),I=e.selector||"",j=Date.now(),R=[],q=M,K="string"==typeof q,V=[].slice.call(arguments,1);return e.each(function(){var n,e,o,s,t,i,r,a,l=W.isPlainObject(M)?W.extend(!0,{},W.fn.flyout.settings,M):W.extend({},W.fn.flyout.settings),c=l.selector,u=l.className,d=l.namespace,f=l.fields,h=l.regExp,g=l.error,p="."+d,v="module-"+d,m=W(this),b=[Q,U].indexOf(l.context)<0?N.find(l.context):z,y=m.find(c.close),k=m.children(c.flyout),x=b.children(c.pusher),S=m.hasClass("flyout"),C=this,w=S?m.data(v):void 0,A=!1,T=b[0]===z[0],F="",E="",H=!1,P={initialize:function(){var s;P.debug("Initializing flyout",M),P.create.id(),S||(P.create.flyout(),X(l.onHidden)||(l.onHidden=function(){P.destroy(),m.remove()}),l.autoShow||(l.autoShow=!0)),m.addClass(l.class),""!==l.title&&m.find(c.header).html(P.helpers.escape(l.title,l.preserveHTML)).addClass(l.classTitle),""!==l.content&&m.find(c.content).html(P.helpers.escape(l.content,l.preserveHTML)).addClass(l.classContent),P.has.configActions()&&(0===(s=m.find(c.actions).addClass(l.classActions)).length?s=W("<div/>",{class:u.actions+" "+(l.classActions||"")}).appendTo(m):s.empty(),l.actions.forEach(function(e){var t=e[f.icon]?"<i "+(e[f.text]?'aria-hidden="true"':"")+' class="'+P.helpers.deQuote(e[f.icon])+' icon"></i>':"",n=P.helpers.escape(e[f.text]||"",l.preserveHTML),i=P.helpers.deQuote(e[f.class]||""),o=e[f.click]&&X(e[f.click])?e[f.click]:function(){};s.append(W("<button/>",{html:t+n,"aria-label":(e[f.text]||e[f.icon]||"").replace(/<[^>]+(>|$)/g,""),class:u.button+" "+i,on:{click:function(){!1!==o.call(C,m)&&P.hide()}}}))})),a=P.get.transitionEvent(),l.delaySetup?requestAnimationFrame(P.setup.layout):P.setup.layout(),requestAnimationFrame(function(){P.setup.cache()}),"left"!==P.get.direction()&&"right"!==P.get.direction()||(P.setup.heights(),P.bind.resize()),P.bind.events(),P.observeChanges(),P.instantiate(),l.autoShow&&P.show()},instantiate:function(){P.verbose("Storing instance of module",P),w=P,m.data(v,w)},create:{flyout:function(){var e;P.verbose("Programmaticaly create flyout",b),m=W("<div/>",{class:u.flyout,role:"dialog","aria-modal":l.dimPage}),l.closeIcon&&(y=W("<i/>",{class:u.close,role:"button",tabindex:0,"aria-label":l.text.close}),m.append(y)),""!==l.title&&(e="_"+P.get.id()+"title",m.attr("aria-labelledby",e),W("<div/>",{class:u.header,id:e}).appendTo(m)),""!==l.content&&(e="_"+P.get.id()+"desc",m.attr("aria-describedby",e),W("<div/>",{class:u.content,id:e}).appendTo(m)),P.has.configActions()&&W("<div/>",{class:u.actions}).appendTo(m),m.prependTo(b),C=m[0]},id:function(){t=(Math.random().toString(16)+"000000000").slice(2,10),s="."+t,P.verbose("Creating unique id for element",t)}},destroy:function(){i&&i.disconnect(),P.verbose("Destroying previous module for",m),m.off(p).removeData(v),P.is.ios()&&P.remove.ios(),y.off(s),n&&n.off(s),b.off(s),D.off(s),N.off(s)},event:{keyboard:function(e){e.which===l.keys.escape&&(l.closable?(P.debug("Escape key pressed hiding flyout"),P.hide()):P.debug("Escape key pressed, but closable is set to false"),e.preventDefault())},resize:function(){P.setup.heights()},focus:function(){P.is.visible()&&l.autofocus&&l.dimPage&&requestAnimationFrame(P.set.autofocus)},clickaway:function(e){var t;l.closable&&(t=0<x.find(e.target).length||x.is(e.target),e=b.is(e.target),t&&(P.verbose("User clicked on dimmed page"),P.hide()),e&&(P.verbose("User clicked on dimmable context (scaled out page)"),P.hide()))},close:function(e){P.hide()},closeKeyUp:function(e){e=e.which;e!==l.keys.enter&&e!==l.keys.space||P.hide()},inputKeyDown:{first:function(e){e.which===l.keys.tab&&e.shiftKey&&(n.last().trigger("focus"),e.preventDefault())},last:function(e){e.which!==l.keys.tab||e.shiftKey||(n.first().trigger("focus"),e.preventDefault())}},approve:function(e){A||!1===l.onApprove.call(P.element,W(this))?P.verbose("Approve callback returned false cancelling close"):(A=!0,P.hide(function(){A=!1}))},deny:function(e){A||!1===l.onDeny.call(P.element,W(this))?P.verbose("Deny callback returned false cancelling close"):(A=!0,P.hide(function(){A=!1}))},touch:function(e){},containScroll:function(e){C.scrollTop<=0&&(C.scrollTop=1),C.scrollTop+C.offsetHeight>=C.scrollHeight&&(C.scrollTop=C.scrollHeight-C.offsetHeight-1)},scroll:function(e){0===W(e.target).closest(c.flyout).length&&e.preventDefault()}},bind:{resize:function(){P.verbose("Adding resize event to window",D),D.on("resize"+s,P.event.resize)},events:function(){P.verbose("Attaching events"),m.on("click"+p,c.close,P.event.close).on("click"+p,c.approve,P.event.approve).on("click"+p,c.deny,P.event.deny),y.on("keyup"+s,P.event.closeKeyUp),D.on("focus"+s,P.event.focus)},clickaway:function(){P.verbose("Adding clickaway events to context",b),b.on("click"+s,P.event.clickaway).on("touchend"+s,P.event.clickaway)},scrollLock:function(){l.scrollLock&&(P.debug("Disabling page scroll"),(H=P.has.scrollbar())&&(P.save.bodyMargin(),P.set.bodyMargin()),b.addClass(u.locked)),P.verbose("Adding events to contain flyout scroll"),N.on("touchmove"+s,P.event.touch),m.on("scroll"+p,P.event.containScroll)}},unbind:{clickaway:function(){P.verbose("Removing clickaway events from context",b),b.off(s)},scrollLock:function(){P.verbose("Removing scroll lock from page"),H&&P.restore.bodyMargin(),b.removeClass(u.locked),N.off(s),m.off("scroll"+p)}},add:{inlineCSS:function(){var e=P.cache.width||m.outerWidth(),t=P.cache.height||m.outerHeight(),n=P.is.rtl(),i=P.get.direction(),t={left:e,right:-e,top:t,bottom:-t};n&&(P.verbose("RTL detected, flipping widths"),t.left=-e,t.right=e),n="<style>","left"===i||"right"===i?(P.debug("Adding CSS rules for animation distance",e),n+=" .ui.visible."+i+".flyout ~ .fixed, .ui.visible."+i+".flyout ~ .pusher { transform: translate3d("+t[i]+"px, 0, 0); }"):"top"!==i&&"bottom"!==i||(n+=" .ui.visible."+i+".flyout ~ .fixed, .ui.visible."+i+".flyout ~ .pusher { transform: translate3d(0, "+t[i]+"px, 0); }"),P.is.ie()&&("left"===i||"right"===i?(P.debug("Adding CSS rules for animation distance",e),n+=" body.pushable > .ui.visible."+i+".flyout ~ .pusher::after { transform: translate3d("+t[i]+"px, 0, 0); }"):"top"!==i&&"bottom"!==i||(n+=" body.pushable > .ui.visible."+i+".flyout ~ .pusher::after { transform: translate3d(0, "+t[i]+"px, 0); }"),n+=" body.pushable > .ui.visible.left.flyout ~ .ui.visible.right.flyout ~ .pusher::after, body.pushable > .ui.visible.right.flyout ~ .ui.visible.left.flyout ~ .pusher::after { transform: translate3d(0, 0, 0); }"),o=W(n+="</style>").appendTo(B),P.debug("Adding sizing css to head",o)},keyboardShortcuts:function(){P.verbose("Adding keyboard shortcuts"),N.on("keydown"+p,P.event.keyboard)}},observeChanges:function(){"MutationObserver"in Q&&((i=new MutationObserver(function(e){function o(e){for(var t=[],n=0,i=e.length;n<i;n++)Array.prototype.push.apply(t,o(e[n].childNodes)),t.push(e[n]);return t}var n=!1;e.every(function(e){var t;return"attributes"===e.type?"disabled"!==e.attributeName&&!W(e.target).find(":input").addBack(":input")||(n=!0):(t=W(o(e.addedNodes)).filter("a[href], [tabindex], :input:enabled").filter(":visible"),e=W(o(e.removedNodes)).filter("a[href], [tabindex], :input"),(0<t.length||0<e.length)&&(n=!0)),!n}),n&&P.refreshInputs()})).observe(C,{attributeFilter:["class","disabled"],attributes:!0,childList:!0,subtree:!0}),P.debug("Setting up mutation observer",i))},refresh:function(){P.verbose("Refreshing selector cache"),b=[Q,U].indexOf(l.context)<0?N.find(l.context):z,P.refreshFlyouts(),x=b.children(c.pusher),P.clear.cache()},refreshFlyouts:function(){P.verbose("Refreshing other flyouts"),k=b.children(c.flyout)},refreshInputs:function(){n&&n.off("keydown"+s),l.dimPage&&(n=m.find("[tabindex], :input:enabled").filter(":visible").filter(function(){return 0===W(this).closest(".disabled").length}),m.removeAttr("tabindex"),0===n.length&&(n=m).attr("tabindex",-1),n.first().on("keydown"+s,P.event.inputKeyDown.first),n.last().on("keydown"+s,P.event.inputKeyDown.last),l.autofocus&&0===n.filter(":focus").length&&P.set.autofocus())},setup:{cache:function(){P.cache={width:m.outerWidth(),height:m.outerHeight()}},layout:function(){0===b.children(c.pusher).length&&(P.debug("Adding wrapper element for flyout"),P.error(g.pusher),x=W('<div class="pusher" />'),b.children().not(c.omitted).not(k).wrapAll(x),P.refresh()),0!==m.nextAll(c.pusher).length&&m.nextAll(c.pusher)[0]===x[0]||(P.debug("Moved flyout to correct parent element"),P.error(g.movedFlyout,C),m.detach().prependTo(b),P.refresh()),P.is.mobile()&&m.addClass(u.fullscreen),P.clear.cache(),P.set.pushable(),P.set.direction()},heights:function(){P.debug("Setting up heights",m);var e=m.children(c.header),t=m.children(c.content),n=m.children(c.actions),e=(b.height()||0)-(e.outerHeight()||0)-(n.outerHeight()||0);0<e&&t.css("min-height",String(e)+"px")}},attachEvents:function(e,t){var n=W(e);t=X(P[t])?P[t]:P.toggle,0<n.length?(P.debug("Attaching flyout events to element",e,t),n.on("click"+p,t)):P.error(g.notFound,e)},show:function(e){e=X(e)?e:function(){},P.is.hidden()?!1===l.onShow.call(C)?P.verbose("Show callback returned false cancelling show"):(P.refresh(),P.othersActive()&&(P.debug("Other flyouts currently visible"),l.exclusive?P.hideOthers():A=!1),P.set.dimmerStyles(),P.pushPage(function(){e.call(C),l.onVisible.call(C),l.keyboardShortcuts&&P.add.keyboardShortcuts(),P.save.focus(),P.refreshInputs()}),l.onChange.call(C)):P.debug("Flyout is already visible")},hide:function(e){if(e=X(e)?e:function(){},!1===l.onHide.call(C,W(this)))return P.verbose("Hide callback returned false cancelling hide"),A=!1;(P.is.visible()||P.is.animating())&&(P.debug("Hiding flyout",e),P.refreshFlyouts(),P.pullPage(function(){e.call(C),X(l.onHidden)&&l.onHidden.call(C),P.restore.focus()}),l.onChange.call(C))},othersAnimating:function(){return 0<k.not(m).filter("."+u.animating).length},othersVisible:function(){return 0<k.not(m).filter("."+u.visible).length},othersActive:function(){return P.othersVisible()||P.othersAnimating()},hideOthers:function(e){var t=k.not(m).filter("."+u.visible),n=t.length,i=0;e=e||function(){},t.flyout("hide",function(){++i===n&&e()})},toggle:function(){P.verbose("Determining toggled direction"),P.is.hidden()?P.show():P.hide()},pushPage:function(t){var e,n,i;t=X(t)?t:function(){},P.set.overlay(),l.returnScroll&&(r=(T?D:b).scrollTop()),P.bind.scrollLock(),e=function(){P.bind.clickaway(),P.add.inlineCSS(),P.set.animating(),P.set.visible()},n=function(){P.set.dimmed()},i=function(e){e.target===m[0]&&(m.off(a+s,i),P.remove.animating(),t.call(C))},m.off(a+s),m.on(a+s,i),requestAnimationFrame(e),l.dimPage&&!P.othersVisible()&&requestAnimationFrame(n)},pullPage:function(t){var e,n;t=X(t)?t:function(){},P.verbose("Removing context push state",P.get.direction()),P.unbind.clickaway(),P.othersActive()||(P.unbind.scrollLock(),l.keyboardShortcuts&&P.remove.keyboardShortcuts()),e=function(){P.set.overlay(),P.set.animating(),l.dimPage&&!P.othersVisible()&&P.set.closing(),P.remove.visible()},n=function(e){e.target===m[0]&&(m.off(a+s,n),P.remove.animating(),P.remove.closing(),P.remove.overlay(),P.remove.inlineCSS(),l.returnScroll&&P.scrollBack(),l.dimPage&&!P.othersVisible()&&x.removeClass(u.dimmed),t.call(C))},m.off(a+s),m.on(a+s,n),requestAnimationFrame(e)},scrollToTop:function(){P.verbose("Scrolling to top of page to avoid animation issues"),m.scrollTop(0),(T?D:b)[0].scrollTo(0,0)},scrollBack:function(){P.verbose("Scrolling back to original page position"),(T?D:b)[0].scrollTo(0,r)},clear:{cache:function(){P.verbose("Clearing cached dimensions"),P.cache={}}},set:{autofocus:function(){var e=n.filter("[autofocus]"),t=n.filter(":input"),e=(0<e.length?e:0<t.length?t:n.filter(":not(i.close)")).first();0<(e=0===e.length&&0<n.length?n.first():e).length&&e.trigger("focus")},dimmerStyles:function(){l.blurring?x.addClass(u.blurring):x.removeClass(u.blurring)},bodyMargin:function(){var n=P.can.leftBodyScrollbar()?"left":"right";b.css((T?"margin-":"padding-")+n,E+"px"),b.find(c.bodyFixed.replace("right",n)).each(function(){var e=W(this),t="fixed"===e.css("position")?"padding-"+n:n;e.css(t,"calc("+e.css(t)+" + "+E+"px)")})},ios:function(){L.addClass(u.ios)},pushed:function(){b.addClass(u.pushed)},pushable:function(){b.addClass(u.pushable)},dimmed:function(){x.addClass(u.dimmed)},active:function(){m.addClass(u.active)},animating:function(){m.addClass(u.animating)},closing:function(){x.addClass(u.closing)},direction:function(e){e=e||P.get.direction(),m.addClass(u[e])},visible:function(){m.addClass(u.visible)},overlay:function(){m.addClass(u.overlay)}},remove:{inlineCSS:function(){P.debug("Removing inline css styles",o),o&&0<o.length&&o.remove()},keyboardShortcuts:function(){P.verbose("Removing keyboard shortcuts"),N.off("keydown"+p)},ios:function(){L.removeClass(u.ios)},pushed:function(){b.removeClass(u.pushed)},pushable:function(){b.removeClass(u.pushable)},active:function(){m.removeClass(u.active)},animating:function(){m.removeClass(u.animating)},closing:function(){x.removeClass(u.closing)},direction:function(e){e=e||P.get.direction(),m.removeClass(u[e])},visible:function(){m.removeClass(u.visible)},overlay:function(){m.removeClass(u.overlay)}},get:{direction:function(){return m.hasClass(u.top)?u.top:m.hasClass(u.right)?u.right:m.hasClass(u.bottom)?u.bottom:u.left},transitionEvent:function(){var e,t=U.createElement("element"),n={transition:"transitionend",OTransition:"oTransitionEnd",MozTransition:"transitionend",WebkitTransition:"webkitTransitionEnd"};for(e in n)if(void 0!==t.style[e])return n[e]},id:function(){return t},element:function(){return m},settings:function(){return l}},can:{leftBodyScrollbar:function(){return void 0===P.cache.leftBodyScrollbar&&(P.cache.leftBodyScrollbar=P.is.rtl()&&(P.is.iframe&&!P.is.firefox()||P.is.safari()||P.is.edge()||P.is.ie())),P.cache.leftBodyScrollbar}},save:{focus:function(){0<W(U.activeElement).closest(m).length||(e=W(U.activeElement).trigger("blur"))},bodyMargin:function(){F=b.css((T?"margin-":"padding-")+(P.can.leftBodyScrollbar()?"left":"right"));var e=parseInt(F.replace(/[^\d.]/g,""),10),t=T?Q.innerWidth-U.documentElement.clientWidth:b[0].offsetWidth-b[0].clientWidth;E=e+t}},is:{safari:function(){return void 0===P.cache.isSafari&&(P.cache.isSafari=/constructor/i.test(Q.HTMLElement)||!!Q.ApplePaySession),P.cache.isSafari},edge:function(){return void 0===P.cache.isEdge&&(P.cache.isEdge=!!Q.setImmediate&&!P.is.ie()),P.cache.isEdge},firefox:function(){return void 0===P.cache.isFirefox&&(P.cache.isFirefox=!!Q.InstallTrigger),P.cache.isFirefox},iframe:function(){return!(self===top)},ie:function(){var e,t;return void 0===P.cache.isIE&&(e=!Q.ActiveXObject&&"ActiveXObject"in Q,t="ActiveXObject"in Q,P.cache.isIE=e||t),P.cache.isIE},ios:function(){var e=navigator.userAgent,t=e.match(h.ios),n=e.match(h.mobileChrome);return!(!t||n)&&(P.verbose("Browser was found to be iOS",e),!0)},mobile:function(){var e=navigator.userAgent;return e.match(h.mobile)?(P.verbose("Browser was found to be mobile",e),!0):(P.verbose("Browser is not mobile, using regular transition",e),!1)},hidden:function(){return!P.is.visible()},visible:function(){return m.hasClass(u.visible)},animating:function(){return b.hasClass(u.animating)},rtl:function(){return void 0===P.cache.isRTL&&(P.cache.isRTL="rtl"===m.attr("dir")||"rtl"===m.css("direction")||"rtl"===z.attr("dir")||"rtl"===z.css("direction")||"rtl"===b.attr("dir")||"rtl"===b.css("direction")),P.cache.isRTL}},has:{configActions:function(){return Array.isArray(l.actions)&&0<l.actions.length},scrollbar:function(){return T||"hidden"!==b.css("overflow-y")}},restore:{focus:function(){e&&0<e.length&&l.restoreFocus&&e.trigger("focus")},bodyMargin:function(){var n=P.can.leftBodyScrollbar()?"left":"right";b.css((T?"margin-":"padding-")+n,F),b.find(c.bodyFixed.replace("right",n)).each(function(){var e=W(this),t="fixed"===e.css("position")?"padding-"+n:n;e.css(t,"")})}},helpers:{deQuote:function(e){return String(e).replace(/"/g,"")},escape:function(e,t){if(t)return e;var n={"<":"<",">":">",'"':""","'":"'","`":"`"};return/["&'<>`]/.test(e)?(e=e.replace(/&(?![\d#a-z]{1,12};)/gi,"&")).replace(/["'<>`]/g,function(e){return n[e]}):e}},setting:function(e,t){if(P.debug("Changing setting",e,t),W.isPlainObject(e))W.extend(!0,l,e);else{if(void 0===t)return l[e];W.isPlainObject(l[e])?W.extend(!0,l[e],t):l[e]=t}},internal:function(e,t){if(W.isPlainObject(e))W.extend(!0,P,e);else{if(void 0===t)return P[e];P[e]=t}},debug:function(){!l.silent&&l.debug&&(l.performance?P.performance.log(arguments):(P.debug=Function.prototype.bind.call(console.info,console,l.name+":"),P.debug.apply(console,arguments)))},verbose:function(){!l.silent&&l.verbose&&l.debug&&(l.performance?P.performance.log(arguments):(P.verbose=Function.prototype.bind.call(console.info,console,l.name+":"),P.verbose.apply(console,arguments)))},error:function(){l.silent||(P.error=Function.prototype.bind.call(console.error,console,l.name+":"),P.error.apply(console,arguments))},performance:{log:function(e){var t,n;l.performance&&(n=(t=Date.now())-(j||t),j=t,R.push({Name:e[0],Arguments:[].slice.call(e,1)||"",Element:C,"Execution Time":n})),clearTimeout(P.performance.timer),P.performance.timer=setTimeout(P.performance.display,500)},display:function(){var e=l.name+":",n=0;j=!1,clearTimeout(P.performance.timer),W.each(R,function(e,t){n+=t["Execution Time"]}),e+=" "+n+"ms",I&&(e+=" '"+I+"'"),0<R.length&&(console.groupCollapsed(e),console.table?console.table(R):W.each(R,function(e,t){console.log(t.Name+": "+t["Execution Time"]+"ms")}),console.groupEnd()),R=[]}},invoke:function(i,e,t){var o,s,n,r=w;return e=e||V,t=C||t,"string"==typeof i&&void 0!==r&&(i=i.split(/[ .]/),o=i.length-1,W.each(i,function(e,t){var n=e!==o?t+i[e+1].charAt(0).toUpperCase()+i[e+1].slice(1):i;if(W.isPlainObject(r[n])&&e!==o)r=r[n];else{if(void 0!==r[n])return s=r[n],!1;{if(!W.isPlainObject(r[t])||e===o)return void 0!==r[t]?s=r[t]:P.error(g.method,i),!1;r=r[t]}}})),X(s)?n=s.apply(t,e):void 0!==s&&(n=s),Array.isArray(O)?O.push(n):void 0!==O?O=[O,n]:void 0!==n&&(O=n),s}};K?(void 0===w&&(X(l.templates[q])&&(l.autoShow=!0,l.className.flyout=l.className.template,l=W.extend(!0,{},l,l.templates[q].apply(P,V)),u=l.className,l.namespace,f=l.fields,g=l.error),P.initialize()),X(l.templates[q])||P.invoke(q)):(void 0!==w&&w.invoke("destroy"),P.initialize(),O=m)}),void 0!==O?O:this},W.flyout=W.fn.flyout,W.fn.flyout.settings={name:"Flyout",namespace:"flyout",silent:!1,debug:!1,verbose:!1,performance:!0,context:"body",exclusive:!1,closable:!0,autofocus:!0,restoreFocus:!0,dimPage:!0,scrollLock:!1,returnScroll:!1,delaySetup:!1,autoShow:!1,keyboardShortcuts:!0,title:"",content:"",class:"",classTitle:"",classContent:"",classActions:"",closeIcon:!1,actions:!1,preserveHTML:!0,fields:{class:"class",text:"text",icon:"icon",click:"click"},onChange:function(){},onShow:function(){},onHide:function(){return!0},onHidden:!1,onVisible:function(){},onApprove:function(){},onDeny:function(){},keys:{space:32,enter:13,escape:27,tab:9},className:{flyout:"ui flyout",close:"close icon",header:"ui header",content:"content",actions:"actions",active:"active",animating:"animating",blurring:"blurring",closing:"closing",dimmed:"dimmed",ios:"ios",locked:"locked",pushable:"pushable",pushed:"pushed",right:"right",top:"top",left:"left",bottom:"bottom",visible:"visible",overlay:"overlay",fullscreen:"fullscreen",template:"ui flyout",button:"ui button",ok:"positive",cancel:"negative",prompt:"ui fluid input"},selector:{bodyFixed:"> .ui.fixed.menu, > .ui.right.toast-container, > .ui.right.sidebar, > .ui.right.flyout, > .ui.fixed.nag, > .ui.fixed.nag > .close",fixed:".fixed",omitted:"script, link, style, .ui.modal, .ui.dimmer, .ui.nag, .ui.fixed",pusher:".pusher",flyout:".ui.flyout",header:".ui.header",content:".content",actions:".actions",close:".close",approve:".actions .positive, .actions .approve, .actions .ok",deny:".actions .negative, .actions .deny, .actions .cancel"},regExp:{ios:/(iPad|iPhone|iPod)/g,mobileChrome:/(CriOS)/g,mobile:/Mobile|iP(hone|od|ad)|Android|BlackBerry|IEMobile|Kindle|NetFront|Silk-Accelerated|(hpw|web)OS|Fennec|Minimo|Opera M(obi|ini)|Blazer|Dolfin|Dolphin|Skyfire|Zune/g},error:{method:"The method you called is not defined.",pusher:"Had to add pusher element. For optimal performance make sure body content is inside a pusher element",movedFlyout:"Had to move flyout. For optimal performance make sure flyout and pusher are direct children of your body tag",notFound:"There were no elements that matched the specified selector"},text:{ok:"Ok",cancel:"Cancel",close:"Close"}},W.fn.flyout.settings.templates={getArguments:function(e){e=[].slice.call(e);return W.isPlainObject(e[0])?W.extend({handler:function(){},content:"",title:""},e[0]):(X(e[e.length-1])||e.push(function(){}),{handler:e.pop(),content:e.pop()||"",title:e.pop()||""})},alert:function(){var e=this.get.settings(),t=e.templates.getArguments(arguments);return{title:t.title,content:t.content,actions:[{text:e.text.ok,class:e.className.ok,click:t.handler}]}},confirm:function(){var e=this.get.settings(),t=e.templates.getArguments(arguments);return{title:t.title,content:t.content,actions:[{text:e.text.ok,class:e.className.ok,click:function(){t.handler(!0)}},{text:e.text.cancel,class:e.className.cancel,click:function(){t.handler(!1)}}]}},prompt:function(){var t=this,e=this.get.settings(),n=e.templates.getArguments(arguments);return 0===W(W.parseHTML(n.content)).filter(".ui.input").length&&(n.content+='<p><div class="'+e.className.prompt+'"><input placeholder="'+this.helpers.deQuote(n.placeholder||"")+'" type="text" value="'+this.helpers.deQuote(n.defaultValue||"")+'"></div></p>'),{title:n.title,content:n.content,actions:[{text:e.text.ok,class:e.className.ok,click:function(){var e=t.get.settings(),e=t.get.element().find(e.selector.prompt)[0];n.handler(W(e).val())}},{text:e.text.cancel,class:e.className.cancel,click:function(){n.handler(null)}}]}}}}(jQuery,window,document);
|
11
|
+
!function(Q,W,U){"use strict";function X(e){return"function"==typeof e&&"number"!=typeof e.nodeType}W=void 0!==W&&W.Math===Math?W:globalThis,Q.fn.flyout=function(M){var O,e=Q(this),D=Q(W),N=Q(U),L=Q("html"),B=Q("head"),z=Q("body"),I=e.selector||"",j=Date.now(),R=[],q=M,K="string"==typeof q,V=[].slice.call(arguments,1);return e.each(function(){var n,e,o,s,t,i,r,a=Q.isPlainObject(M)?Q.extend(!0,{},Q.fn.flyout.settings,M):Q.extend({},Q.fn.flyout.settings),l=a.selector,c=a.className,u=a.namespace,d=a.fields,f=a.regExp,h=a.error,g="."+u,p="module-"+u,v=Q(this),b=[W,U].indexOf(a.context)<0?N.find(a.context):z,m=v.find(l.close),y=v.children(l.flyout),k=b.children(l.pusher),x=v.hasClass("flyout"),S=this,A=x?v.data(p):void 0,C=!1,w=b[0]===z[0],T="",F="",H=!1,P=!1,E={initialize:function(){var s;E.debug("Initializing flyout",M),E.create.id(),x||(E.create.flyout(),X(a.onHidden)||(a.onHidden=function(){E.destroy(),v.remove()}),a.autoShow||(a.autoShow=!0)),v.addClass(a.class),""!==a.title&&v.find(l.header).html(E.helpers.escape(a.title,a.preserveHTML)).addClass(a.classTitle),""!==a.content&&v.find(l.content).html(E.helpers.escape(a.content,a.preserveHTML)).addClass(a.classContent),E.has.configActions()&&(0===(s=v.find(l.actions).addClass(a.classActions)).length?s=Q("<div/>",{class:c.actions+" "+(a.classActions||"")}).appendTo(v):s.empty(),a.actions.forEach(function(e){var t=e[d.icon]?"<i "+(e[d.text]?'aria-hidden="true"':"")+' class="'+E.helpers.deQuote(e[d.icon])+' icon"></i>':"",n=E.helpers.escape(e[d.text]||"",a.preserveHTML),i=E.helpers.deQuote(e[d.class]||""),o=e[d.click]&&X(e[d.click])?e[d.click]:function(){};s.append(Q("<button/>",{html:t+n,"aria-label":(e[d.text]||e[d.icon]||"").replace(/<[^>]+(>|$)/g,""),class:c.button+" "+i,on:{click:function(){!1!==o.call(S,v)&&E.hide()}}}))})),a.delaySetup?requestAnimationFrame(E.setup.layout):E.setup.layout(),requestAnimationFrame(function(){E.setup.cache()}),"left"!==E.get.direction()&&"right"!==E.get.direction()||(E.setup.heights(),E.bind.resize()),E.bind.events(),E.observeChanges(),E.instantiate(),a.autoShow&&E.show()},instantiate:function(){E.verbose("Storing instance of module",E),A=E,v.data(p,A)},create:{flyout:function(){var e;E.verbose("Programmaticaly create flyout",b),v=Q("<div/>",{class:c.flyout,role:"dialog","aria-modal":a.dimPage}),a.closeIcon&&(m=Q("<i/>",{class:c.close,role:"button",tabindex:0,"aria-label":a.text.close}),v.append(m)),""!==a.title&&(e="_"+E.get.id()+"title",v.attr("aria-labelledby",e),Q("<div/>",{class:c.header,id:e}).appendTo(v)),""!==a.content&&(e="_"+E.get.id()+"desc",v.attr("aria-describedby",e),Q("<div/>",{class:c.content,id:e}).appendTo(v)),E.has.configActions()&&Q("<div/>",{class:c.actions}).appendTo(v),v.prependTo(b),S=v[0]},id:function(){t=(Math.random().toString(16)+"000000000").slice(2,10),s="."+t,E.verbose("Creating unique id for element",t)}},destroy:function(){i&&i.disconnect(),E.verbose("Destroying previous module for",v),v.off(g).removeData(p),E.is.ios()&&E.remove.ios(),m.off(s),n&&n.off(s),b.off(s),D.off(s),N.off(s)},event:{keyboard:function(e){e.which===a.keys.escape&&(a.closable?(E.debug("Escape key pressed hiding flyout"),E.hide()):E.debug("Escape key pressed, but closable is set to false"),e.preventDefault())},resize:function(){E.setup.heights()},focus:function(){E.is.visible()&&a.autofocus&&a.dimPage&&requestAnimationFrame(E.set.autofocus)},clickaway:function(e){var t;a.closable&&(t=0<k.find(e.target).length||k.is(e.target),e=b.is(e.target),t&&(E.verbose("User clicked on dimmed page"),E.hide()),e&&(E.verbose("User clicked on dimmable context (scaled out page)"),E.hide()))},close:function(e){E.hide()},closeKeyUp:function(e){e=e.which;e!==a.keys.enter&&e!==a.keys.space||E.hide()},inputKeyDown:{first:function(e){e.which===a.keys.tab&&e.shiftKey&&(n.last().trigger("focus"),e.preventDefault())},last:function(e){e.which!==a.keys.tab||e.shiftKey||(n.first().trigger("focus"),e.preventDefault())}},approve:function(e){C||!1===a.onApprove.call(E.element,Q(this))?E.verbose("Approve callback returned false cancelling close"):(C=!0,E.hide(function(){C=!1}))},deny:function(e){C||!1===a.onDeny.call(E.element,Q(this))?E.verbose("Deny callback returned false cancelling close"):(C=!0,E.hide(function(){C=!1}))},touch:function(e){},containScroll:function(e){S.scrollTop<=0&&(S.scrollTop=1),S.scrollTop+S.offsetHeight>=S.scrollHeight&&(S.scrollTop=S.scrollHeight-S.offsetHeight-1)},scroll:function(e){0===Q(e.target).closest(l.flyout).length&&e.preventDefault()}},bind:{resize:function(){E.verbose("Adding resize event to window",D),D.on("resize"+s,E.event.resize)},events:function(){E.verbose("Attaching events"),v.on("click"+g,l.close,E.event.close).on("click"+g,l.approve,E.event.approve).on("click"+g,l.deny,E.event.deny),m.on("keyup"+s,E.event.closeKeyUp),D.on("focus"+s,E.event.focus)},clickaway:function(){E.verbose("Adding clickaway events to context",b),b.on("click"+s,E.event.clickaway).on("touchend"+s,E.event.clickaway)},scrollLock:function(){a.scrollLock&&(E.debug("Disabling page scroll"),(H=E.has.scrollbar())&&(E.save.bodyMargin(),E.set.bodyMargin()),b.addClass(c.locked)),E.verbose("Adding events to contain flyout scroll"),N.on("touchmove"+s,E.event.touch),v.on("scroll"+g,E.event.containScroll)}},unbind:{clickaway:function(){E.verbose("Removing clickaway events from context",b),b.off(s)},scrollLock:function(){E.verbose("Removing scroll lock from page"),H&&E.restore.bodyMargin(),b.removeClass(c.locked),N.off(s),v.off("scroll"+g)}},add:{inlineCSS:function(){var e=E.cache.width||v.outerWidth(),t=E.cache.height||v.outerHeight(),n=E.is.rtl(),i=E.get.direction(),t={left:e,right:-e,top:t,bottom:-t};n&&(E.verbose("RTL detected, flipping widths"),t.left=-e,t.right=e),n="<style>","left"===i||"right"===i?(E.debug("Adding CSS rules for animation distance",e),n+=" .ui.visible."+i+".flyout ~ .fixed, .ui.visible."+i+".flyout ~ .pusher { transform: translate3d("+t[i]+"px, 0, 0); }"):"top"!==i&&"bottom"!==i||(n+=" .ui.visible."+i+".flyout ~ .fixed, .ui.visible."+i+".flyout ~ .pusher { transform: translate3d(0, "+t[i]+"px, 0); }"),E.is.ie()&&("left"===i||"right"===i?(E.debug("Adding CSS rules for animation distance",e),n+=" body.pushable > .ui.visible."+i+".flyout ~ .pusher::after { transform: translate3d("+t[i]+"px, 0, 0); }"):"top"!==i&&"bottom"!==i||(n+=" body.pushable > .ui.visible."+i+".flyout ~ .pusher::after { transform: translate3d(0, "+t[i]+"px, 0); }"),n+=" body.pushable > .ui.visible.left.flyout ~ .ui.visible.right.flyout ~ .pusher::after, body.pushable > .ui.visible.right.flyout ~ .ui.visible.left.flyout ~ .pusher::after { transform: translate3d(0, 0, 0); }"),o=Q(n+="</style>").appendTo(B),E.debug("Adding sizing css to head",o)},keyboardShortcuts:function(){E.verbose("Adding keyboard shortcuts"),N.on("keydown"+g,E.event.keyboard)}},observeChanges:function(){"MutationObserver"in W&&((i=new MutationObserver(function(e){function o(e){for(var t=[],n=0,i=e.length;n<i;n++)Array.prototype.push.apply(t,o(e[n].childNodes)),t.push(e[n]);return t}var n=!1;e.every(function(e){var t;return"attributes"===e.type?P&&("disabled"===e.attributeName||0<Q(e.target).find(":input").addBack(":input").length)&&(n=!0):(t=Q(o(e.addedNodes)).filter("a[href], [tabindex], :input:enabled").filter(":visible"),e=Q(o(e.removedNodes)).filter("a[href], [tabindex], :input"),(0<t.length||0<e.length)&&(n=!0)),!n}),n&&E.refreshInputs()})).observe(S,{attributeFilter:["class","disabled"],attributes:!0,childList:!0,subtree:!0}),E.debug("Setting up mutation observer",i))},refresh:function(){E.verbose("Refreshing selector cache"),b=[W,U].indexOf(a.context)<0?N.find(a.context):z,E.refreshFlyouts(),k=b.children(l.pusher),E.clear.cache()},refreshFlyouts:function(){E.verbose("Refreshing other flyouts"),y=b.children(l.flyout)},refreshInputs:function(){n&&n.off("keydown"+s),a.dimPage&&(0===(n=v.find("a[href], [tabindex], :input:enabled").filter(":visible").filter(function(){return 0===Q(this).closest(".disabled").length})).length?(n=v).attr("tabindex",-1):v.removeAttr("tabindex"),n.first().on("keydown"+s,E.event.inputKeyDown.first),n.last().on("keydown"+s,E.event.inputKeyDown.last),a.autofocus&&0===n.filter(":focus").length&&E.set.autofocus())},setup:{cache:function(){E.cache={width:v.outerWidth(),height:v.outerHeight()}},layout:function(){0===b.children(l.pusher).length&&(E.debug("Adding wrapper element for flyout"),E.error(h.pusher),k=Q('<div class="pusher" />'),b.children().not(l.omitted).not(y).wrapAll(k),E.refresh()),0!==v.nextAll(l.pusher).length&&v.nextAll(l.pusher)[0]===k[0]||(E.debug("Moved flyout to correct parent element"),E.error(h.movedFlyout,S),v.detach().prependTo(b),E.refresh()),E.is.mobile()&&v.addClass(c.fullscreen),E.clear.cache(),E.set.pushable(),E.set.direction()},heights:function(){E.debug("Setting up heights",v);var e=v.children(l.header),t=v.children(l.content),n=v.children(l.actions),e=(b.height()||0)-(e.outerHeight()||0)-(n.outerHeight()||0);0<e&&t.css("min-height",String(e)+"px")}},attachEvents:function(e,t){var n=Q(e);t=X(E[t])?E[t]:E.toggle,0<n.length?(E.debug("Attaching flyout events to element",e,t),n.on("click"+g,t)):E.error(h.notFound,e)},show:function(e){e=X(e)?e:function(){},E.is.hidden()?!1===a.onShow.call(S)?E.verbose("Show callback returned false cancelling show"):(E.refresh(),E.othersActive()&&(E.debug("Other flyouts currently visible"),a.exclusive?E.hideOthers():C=!1),E.set.dimmerStyles(),E.set.observeAttributes(!1),E.pushPage(function(){e.call(S),a.onVisible.call(S),a.keyboardShortcuts&&E.add.keyboardShortcuts(),E.save.focus(),E.refreshInputs(),requestAnimationFrame(E.set.observeAttributes)}),a.onChange.call(S)):E.debug("Flyout is already visible")},hide:function(e){if(e=X(e)?e:function(){},!1===a.onHide.call(S,Q(this)))return E.verbose("Hide callback returned false cancelling hide"),C=!1;(E.is.visible()||E.is.animating())&&(E.debug("Hiding flyout",e),E.refreshFlyouts(),E.set.observeAttributes(!1),E.pullPage(function(){e.call(S),X(a.onHidden)&&a.onHidden.call(S),E.restore.focus()}),a.onChange.call(S))},othersAnimating:function(){return 0<y.not(v).filter("."+c.animating).length},othersVisible:function(){return 0<y.not(v).filter("."+c.visible).length},othersActive:function(){return E.othersVisible()||E.othersAnimating()},hideOthers:function(e){var t=y.not(v).filter("."+c.visible),n=t.length,i=0;e=e||function(){},t.flyout("hide",function(){++i===n&&e()})},toggle:function(){E.verbose("Determining toggled direction"),E.is.hidden()?E.show():E.hide()},pushPage:function(t){var e,n,i;t=X(t)?t:function(){},E.set.overlay(),a.returnScroll&&(r=(w?D:b).scrollTop()),E.bind.scrollLock(),e=function(){E.bind.clickaway(),E.add.inlineCSS(),E.set.animating(),E.set.visible()},n=function(){E.set.dimmed()},i=function(e){e.target===v[0]&&(v.off("transitionend"+s,i),E.remove.animating(),t.call(S))},v.off("transitionend"+s),v.on("transitionend"+s,i),requestAnimationFrame(e),a.dimPage&&!E.othersVisible()&&requestAnimationFrame(n)},pullPage:function(t){var e,n;t=X(t)?t:function(){},E.verbose("Removing context push state",E.get.direction()),E.unbind.clickaway(),E.othersActive()||(E.unbind.scrollLock(),a.keyboardShortcuts&&E.remove.keyboardShortcuts()),e=function(){E.set.overlay(),E.set.animating(),a.dimPage&&!E.othersVisible()&&E.set.closing(),E.remove.visible()},n=function(e){e.target===v[0]&&(v.off("transitionend"+s,n),E.remove.animating(),E.remove.closing(),E.remove.overlay(),E.remove.inlineCSS(),a.returnScroll&&E.scrollBack(),a.dimPage&&!E.othersVisible()&&k.removeClass(c.dimmed),t.call(S))},v.off("transitionend"+s),v.on("transitionend"+s,n),requestAnimationFrame(e)},scrollToTop:function(){E.verbose("Scrolling to top of page to avoid animation issues"),v.scrollTop(0),(w?D:b)[0].scrollTo(0,0)},scrollBack:function(){E.verbose("Scrolling back to original page position"),(w?D:b)[0].scrollTo(0,r)},clear:{cache:function(){E.verbose("Clearing cached dimensions"),E.cache={}}},set:{observeAttributes:function(e){P=!1!==e},autofocus:function(){var e=n.filter("[autofocus]"),t=n.filter(":input"),e=(0<e.length?e:0<t.length?t:n.filter(":not(i.close)")).first();0<(e=0===e.length&&0<n.length?n.first():e).length&&e.trigger("focus")},dimmerStyles:function(){a.blurring?k.addClass(c.blurring):k.removeClass(c.blurring)},bodyMargin:function(){var n=E.can.leftBodyScrollbar()?"left":"right";b.css((w?"margin-":"padding-")+n,F+"px"),b.find(l.bodyFixed.replace("right",n)).each(function(){var e=Q(this),t="fixed"===e.css("position")?"padding-"+n:n;e.css(t,"calc("+e.css(t)+" + "+F+"px)")})},ios:function(){L.addClass(c.ios)},pushed:function(){b.addClass(c.pushed)},pushable:function(){b.addClass(c.pushable)},dimmed:function(){k.addClass(c.dimmed)},active:function(){v.addClass(c.active)},animating:function(){v.addClass(c.animating)},closing:function(){k.addClass(c.closing)},direction:function(e){e=e||E.get.direction(),v.addClass(c[e])},visible:function(){v.addClass(c.visible)},overlay:function(){v.addClass(c.overlay)}},remove:{inlineCSS:function(){E.debug("Removing inline css styles",o),o&&0<o.length&&o.remove()},keyboardShortcuts:function(){E.verbose("Removing keyboard shortcuts"),N.off("keydown"+g)},ios:function(){L.removeClass(c.ios)},pushed:function(){b.removeClass(c.pushed)},pushable:function(){b.removeClass(c.pushable)},active:function(){v.removeClass(c.active)},animating:function(){v.removeClass(c.animating)},closing:function(){k.removeClass(c.closing)},direction:function(e){e=e||E.get.direction(),v.removeClass(c[e])},visible:function(){v.removeClass(c.visible)},overlay:function(){v.removeClass(c.overlay)}},get:{direction:function(){return v.hasClass(c.top)?c.top:v.hasClass(c.right)?c.right:v.hasClass(c.bottom)?c.bottom:c.left},id:function(){return t},element:function(){return v},settings:function(){return a}},can:{leftBodyScrollbar:function(){return void 0===E.cache.leftBodyScrollbar&&(E.cache.leftBodyScrollbar=E.is.rtl()&&(E.is.iframe&&!E.is.firefox()||E.is.safari()||E.is.edge()||E.is.ie())),E.cache.leftBodyScrollbar}},save:{focus:function(){0<Q(U.activeElement).closest(v).length||(e=Q(U.activeElement).trigger("blur"))},bodyMargin:function(){T=b.css((w?"margin-":"padding-")+(E.can.leftBodyScrollbar()?"left":"right"));var e=parseInt(T.replace(/[^\d.]/g,""),10),t=w?W.innerWidth-U.documentElement.clientWidth:b[0].offsetWidth-b[0].clientWidth;F=e+t}},is:{safari:function(){return void 0===E.cache.isSafari&&(E.cache.isSafari=/constructor/i.test(W.HTMLElement)||!!W.ApplePaySession),E.cache.isSafari},edge:function(){return void 0===E.cache.isEdge&&(E.cache.isEdge=!!W.setImmediate&&!E.is.ie()),E.cache.isEdge},firefox:function(){return void 0===E.cache.isFirefox&&(E.cache.isFirefox=!!W.InstallTrigger),E.cache.isFirefox},iframe:function(){return!(self===top)},ie:function(){var e,t;return void 0===E.cache.isIE&&(e=!W.ActiveXObject&&"ActiveXObject"in W,t="ActiveXObject"in W,E.cache.isIE=e||t),E.cache.isIE},ios:function(){var e=navigator.userAgent,t=e.match(f.ios),n=e.match(f.mobileChrome);return!(!t||n)&&(E.verbose("Browser was found to be iOS",e),!0)},mobile:function(){var e=navigator.userAgent;return e.match(f.mobile)?(E.verbose("Browser was found to be mobile",e),!0):(E.verbose("Browser is not mobile, using regular transition",e),!1)},hidden:function(){return!E.is.visible()},visible:function(){return v.hasClass(c.visible)},animating:function(){return b.hasClass(c.animating)},rtl:function(){return void 0===E.cache.isRTL&&(E.cache.isRTL="rtl"===v.attr("dir")||"rtl"===v.css("direction")||"rtl"===z.attr("dir")||"rtl"===z.css("direction")||"rtl"===b.attr("dir")||"rtl"===b.css("direction")),E.cache.isRTL}},has:{configActions:function(){return Array.isArray(a.actions)&&0<a.actions.length},scrollbar:function(){return w||"hidden"!==b.css("overflow-y")}},restore:{focus:function(){e&&0<e.length&&a.restoreFocus&&e.trigger("focus")},bodyMargin:function(){var n=E.can.leftBodyScrollbar()?"left":"right";b.css((w?"margin-":"padding-")+n,T),b.find(l.bodyFixed.replace("right",n)).each(function(){var e=Q(this),t="fixed"===e.css("position")?"padding-"+n:n;e.css(t,"")})}},helpers:{deQuote:function(e){return String(e).replace(/"/g,"")},escape:function(e,t){if(t)return e;var n={"<":"<",">":">",'"':""","'":"'","`":"`"};return/["&'<>`]/.test(e)?(e=e.replace(/&(?![\d#a-z]{1,12};)/gi,"&")).replace(/["'<>`]/g,function(e){return n[e]}):e}},setting:function(e,t){if(E.debug("Changing setting",e,t),Q.isPlainObject(e))Q.extend(!0,a,e);else{if(void 0===t)return a[e];Q.isPlainObject(a[e])?Q.extend(!0,a[e],t):a[e]=t}},internal:function(e,t){if(Q.isPlainObject(e))Q.extend(!0,E,e);else{if(void 0===t)return E[e];E[e]=t}},debug:function(){!a.silent&&a.debug&&(a.performance?E.performance.log(arguments):(E.debug=Function.prototype.bind.call(console.info,console,a.name+":"),E.debug.apply(console,arguments)))},verbose:function(){!a.silent&&a.verbose&&a.debug&&(a.performance?E.performance.log(arguments):(E.verbose=Function.prototype.bind.call(console.info,console,a.name+":"),E.verbose.apply(console,arguments)))},error:function(){a.silent||(E.error=Function.prototype.bind.call(console.error,console,a.name+":"),E.error.apply(console,arguments))},performance:{log:function(e){var t,n;a.performance&&(n=(t=Date.now())-(j||t),j=t,R.push({Name:e[0],Arguments:[].slice.call(e,1)||"",Element:S,"Execution Time":n})),clearTimeout(E.performance.timer),E.performance.timer=setTimeout(E.performance.display,500)},display:function(){var e=a.name+":",n=0;j=!1,clearTimeout(E.performance.timer),Q.each(R,function(e,t){n+=t["Execution Time"]}),e+=" "+n+"ms",I&&(e+=" '"+I+"'"),0<R.length&&(console.groupCollapsed(e),console.table?console.table(R):Q.each(R,function(e,t){console.log(t.Name+": "+t["Execution Time"]+"ms")}),console.groupEnd()),R=[]}},invoke:function(i,e,t){var o,s,n,r=A;return e=e||V,t=S||t,"string"==typeof i&&void 0!==r&&(i=i.split(/[ .]/),o=i.length-1,Q.each(i,function(e,t){var n=e!==o?t+i[e+1].charAt(0).toUpperCase()+i[e+1].slice(1):i;if(Q.isPlainObject(r[n])&&e!==o)r=r[n];else{if(void 0!==r[n])return s=r[n],!1;{if(!Q.isPlainObject(r[t])||e===o)return void 0!==r[t]?s=r[t]:E.error(h.method,i),!1;r=r[t]}}})),X(s)?n=s.apply(t,e):void 0!==s&&(n=s),Array.isArray(O)?O.push(n):void 0!==O?O=[O,n]:void 0!==n&&(O=n),s}};K?(void 0===A&&(X(a.templates[q])&&(a.autoShow=!0,a.className.flyout=a.className.template,a=Q.extend(!0,{},a,a.templates[q].apply(E,V)),c=a.className,a.namespace,d=a.fields,h=a.error),E.initialize()),X(a.templates[q])||E.invoke(q)):(void 0!==A&&A.invoke("destroy"),E.initialize(),O=v)}),void 0!==O?O:this},Q.flyout=Q.fn.flyout,Q.fn.flyout.settings={name:"Flyout",namespace:"flyout",silent:!1,debug:!1,verbose:!1,performance:!0,context:"body",exclusive:!1,closable:!0,autofocus:!0,restoreFocus:!0,dimPage:!0,scrollLock:!1,returnScroll:!1,delaySetup:!1,autoShow:!1,keyboardShortcuts:!0,title:"",content:"",class:"",classTitle:"",classContent:"",classActions:"",closeIcon:!1,actions:!1,preserveHTML:!0,fields:{class:"class",text:"text",icon:"icon",click:"click"},onChange:function(){},onShow:function(){},onHide:function(){return!0},onHidden:!1,onVisible:function(){},onApprove:function(){},onDeny:function(){},keys:{space:32,enter:13,escape:27,tab:9},className:{flyout:"ui flyout",close:"close icon",header:"ui header",content:"content",actions:"actions",active:"active",animating:"animating",blurring:"blurring",closing:"closing",dimmed:"dimmed",ios:"ios",locked:"locked",pushable:"pushable",pushed:"pushed",right:"right",top:"top",left:"left",bottom:"bottom",visible:"visible",overlay:"overlay",fullscreen:"fullscreen",template:"ui flyout",button:"ui button",ok:"positive",cancel:"negative",prompt:"ui fluid input"},selector:{bodyFixed:"> .ui.fixed.menu, > .ui.right.toast-container, > .ui.right.sidebar, > .ui.right.flyout, > .ui.fixed.nag, > .ui.fixed.nag > .close",fixed:".fixed",omitted:"script, link, style, .ui.modal, .ui.dimmer, .ui.nag, .ui.fixed",pusher:".pusher",flyout:".ui.flyout",header:".ui.header",content:".content",actions:".actions",close:".close",approve:".actions .positive, .actions .approve, .actions .ok",deny:".actions .negative, .actions .deny, .actions .cancel"},regExp:{ios:/(iPad|iPhone|iPod)/g,mobileChrome:/(CriOS)/g,mobile:/Mobile|iP(hone|od|ad)|Android|BlackBerry|IEMobile|Kindle|NetFront|Silk-Accelerated|(hpw|web)OS|Fennec|Minimo|Opera M(obi|ini)|Blazer|Dolfin|Dolphin|Skyfire|Zune/g},error:{method:"The method you called is not defined.",pusher:"Had to add pusher element. For optimal performance make sure body content is inside a pusher element",movedFlyout:"Had to move flyout. For optimal performance make sure flyout and pusher are direct children of your body tag",notFound:"There were no elements that matched the specified selector"},text:{ok:"Ok",cancel:"Cancel",close:"Close"}},Q.fn.flyout.settings.templates={getArguments:function(e){e=[].slice.call(e);return Q.isPlainObject(e[0])?Q.extend({handler:function(){},content:"",title:""},e[0]):(X(e[e.length-1])||e.push(function(){}),{handler:e.pop(),content:e.pop()||"",title:e.pop()||""})},alert:function(){var e=this.get.settings(),t=e.templates.getArguments(arguments);return{title:t.title,content:t.content,actions:[{text:e.text.ok,class:e.className.ok,click:t.handler}]}},confirm:function(){var e=this.get.settings(),t=e.templates.getArguments(arguments);return{title:t.title,content:t.content,actions:[{text:e.text.ok,class:e.className.ok,click:function(){t.handler(!0)}},{text:e.text.cancel,class:e.className.cancel,click:function(){t.handler(!1)}}]}},prompt:function(){var t=this,e=this.get.settings(),n=e.templates.getArguments(arguments);return 0===Q(Q.parseHTML(n.content)).filter(".ui.input").length&&(n.content+='<p><div class="'+e.className.prompt+'"><input placeholder="'+this.helpers.deQuote(n.placeholder||"")+'" type="text" value="'+this.helpers.deQuote(n.defaultValue||"")+'"></div></p>'),{title:n.title,content:n.content,actions:[{text:e.text.ok,class:e.className.ok,click:function(){var e=t.get.settings(),e=t.get.element().find(e.selector.prompt)[0];n.handler(Q(e).val())}},{text:e.text.cancel,class:e.className.cancel,click:function(){n.handler(null)}}]}}}}(jQuery,window,document);
|
package/dist/components/form.css
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* # Fomantic-UI 2.9.2-beta.
|
2
|
+
* # Fomantic-UI 2.9.2-beta.10+cf51e1c - Form
|
3
3
|
* https://github.com/fomantic/Fomantic-UI/
|
4
4
|
*
|
5
5
|
*
|
@@ -359,25 +359,30 @@
|
|
359
359
|
--------------------- */
|
360
360
|
|
361
361
|
/* browsers require these rules separate */
|
362
|
-
.ui.form
|
362
|
+
.ui.form :-ms-input-placeholder {
|
363
|
+
color: rgba(191, 191, 191, 0.87);
|
364
|
+
}
|
365
|
+
.ui.form ::-ms-input-placeholder {
|
366
|
+
color: rgba(191, 191, 191, 0.87);
|
367
|
+
}
|
368
|
+
.ui.form ::placeholder {
|
363
369
|
color: rgba(191, 191, 191, 0.87);
|
364
370
|
}
|
365
371
|
.ui.form :-ms-input-placeholder {
|
366
372
|
color: rgba(191, 191, 191, 0.87) !important;
|
367
373
|
}
|
368
|
-
.ui.form
|
369
|
-
color: rgba(
|
370
|
-
|
374
|
+
.ui.form :focus:-ms-input-placeholder {
|
375
|
+
color: rgba(115, 115, 115, 0.87);
|
376
|
+
}
|
377
|
+
.ui.form :focus::-ms-input-placeholder {
|
378
|
+
color: rgba(115, 115, 115, 0.87);
|
371
379
|
}
|
372
|
-
.ui.form :focus
|
380
|
+
.ui.form :focus::placeholder {
|
373
381
|
color: rgba(115, 115, 115, 0.87);
|
374
382
|
}
|
375
383
|
.ui.form :focus:-ms-input-placeholder {
|
376
384
|
color: rgba(115, 115, 115, 0.87) !important;
|
377
385
|
}
|
378
|
-
.ui.form :focus::-moz-placeholder {
|
379
|
-
color: rgba(115, 115, 115, 0.87);
|
380
|
-
}
|
381
386
|
|
382
387
|
/* --------------------
|
383
388
|
Focus
|
@@ -608,24 +613,30 @@
|
|
608
613
|
}
|
609
614
|
|
610
615
|
/* Placeholder */
|
611
|
-
.ui.form .error
|
616
|
+
.ui.form .error :-ms-input-placeholder {
|
617
|
+
color: #e7bdbc;
|
618
|
+
}
|
619
|
+
.ui.form .error ::-ms-input-placeholder {
|
620
|
+
color: #e7bdbc;
|
621
|
+
}
|
622
|
+
.ui.form .error ::placeholder {
|
612
623
|
color: #e7bdbc;
|
613
624
|
}
|
614
625
|
.ui.form .error :-ms-input-placeholder {
|
615
626
|
color: #e7bdbc !important;
|
616
627
|
}
|
617
|
-
.ui.form .error
|
618
|
-
color: #
|
628
|
+
.ui.form .error :focus:-ms-input-placeholder {
|
629
|
+
color: #da9796;
|
630
|
+
}
|
631
|
+
.ui.form .error :focus::-ms-input-placeholder {
|
632
|
+
color: #da9796;
|
619
633
|
}
|
620
|
-
.ui.form .error :focus
|
634
|
+
.ui.form .error :focus::placeholder {
|
621
635
|
color: #da9796;
|
622
636
|
}
|
623
637
|
.ui.form .error :focus:-ms-input-placeholder {
|
624
638
|
color: #da9796 !important;
|
625
639
|
}
|
626
|
-
.ui.form .error :focus::-moz-placeholder {
|
627
|
-
color: #da9796;
|
628
|
-
}
|
629
640
|
|
630
641
|
/*------------------
|
631
642
|
Dropdown State
|
@@ -827,24 +838,30 @@
|
|
827
838
|
}
|
828
839
|
|
829
840
|
/* Placeholder */
|
830
|
-
.ui.form .info
|
841
|
+
.ui.form .info :-ms-input-placeholder {
|
842
|
+
color: #98cfe1;
|
843
|
+
}
|
844
|
+
.ui.form .info ::-ms-input-placeholder {
|
845
|
+
color: #98cfe1;
|
846
|
+
}
|
847
|
+
.ui.form .info ::placeholder {
|
831
848
|
color: #98cfe1;
|
832
849
|
}
|
833
850
|
.ui.form .info :-ms-input-placeholder {
|
834
851
|
color: #98cfe1 !important;
|
835
852
|
}
|
836
|
-
.ui.form .info
|
837
|
-
color: #
|
853
|
+
.ui.form .info :focus:-ms-input-placeholder {
|
854
|
+
color: #70bdd6;
|
855
|
+
}
|
856
|
+
.ui.form .info :focus::-ms-input-placeholder {
|
857
|
+
color: #70bdd6;
|
838
858
|
}
|
839
|
-
.ui.form .info :focus
|
859
|
+
.ui.form .info :focus::placeholder {
|
840
860
|
color: #70bdd6;
|
841
861
|
}
|
842
862
|
.ui.form .info :focus:-ms-input-placeholder {
|
843
863
|
color: #70bdd6 !important;
|
844
864
|
}
|
845
|
-
.ui.form .info :focus::-moz-placeholder {
|
846
|
-
color: #70bdd6;
|
847
|
-
}
|
848
865
|
|
849
866
|
/*------------------
|
850
867
|
Dropdown State
|
@@ -1046,24 +1063,30 @@
|
|
1046
1063
|
}
|
1047
1064
|
|
1048
1065
|
/* Placeholder */
|
1049
|
-
.ui.form .success
|
1066
|
+
.ui.form .success :-ms-input-placeholder {
|
1067
|
+
color: #8fcf90;
|
1068
|
+
}
|
1069
|
+
.ui.form .success ::-ms-input-placeholder {
|
1070
|
+
color: #8fcf90;
|
1071
|
+
}
|
1072
|
+
.ui.form .success ::placeholder {
|
1050
1073
|
color: #8fcf90;
|
1051
1074
|
}
|
1052
1075
|
.ui.form .success :-ms-input-placeholder {
|
1053
1076
|
color: #8fcf90 !important;
|
1054
1077
|
}
|
1055
|
-
.ui.form .success
|
1056
|
-
color: #
|
1078
|
+
.ui.form .success :focus:-ms-input-placeholder {
|
1079
|
+
color: #6cbf6d;
|
1080
|
+
}
|
1081
|
+
.ui.form .success :focus::-ms-input-placeholder {
|
1082
|
+
color: #6cbf6d;
|
1057
1083
|
}
|
1058
|
-
.ui.form .success :focus
|
1084
|
+
.ui.form .success :focus::placeholder {
|
1059
1085
|
color: #6cbf6d;
|
1060
1086
|
}
|
1061
1087
|
.ui.form .success :focus:-ms-input-placeholder {
|
1062
1088
|
color: #6cbf6d !important;
|
1063
1089
|
}
|
1064
|
-
.ui.form .success :focus::-moz-placeholder {
|
1065
|
-
color: #6cbf6d;
|
1066
|
-
}
|
1067
1090
|
|
1068
1091
|
/*------------------
|
1069
1092
|
Dropdown State
|
@@ -1265,24 +1288,30 @@
|
|
1265
1288
|
}
|
1266
1289
|
|
1267
1290
|
/* Placeholder */
|
1268
|
-
.ui.form .warning
|
1291
|
+
.ui.form .warning :-ms-input-placeholder {
|
1292
|
+
color: #edad3e;
|
1293
|
+
}
|
1294
|
+
.ui.form .warning ::-ms-input-placeholder {
|
1295
|
+
color: #edad3e;
|
1296
|
+
}
|
1297
|
+
.ui.form .warning ::placeholder {
|
1269
1298
|
color: #edad3e;
|
1270
1299
|
}
|
1271
1300
|
.ui.form .warning :-ms-input-placeholder {
|
1272
1301
|
color: #edad3e !important;
|
1273
1302
|
}
|
1274
|
-
.ui.form .warning
|
1275
|
-
color: #
|
1303
|
+
.ui.form .warning :focus:-ms-input-placeholder {
|
1304
|
+
color: #e39715;
|
1276
1305
|
}
|
1277
|
-
.ui.form .warning :focus::-
|
1306
|
+
.ui.form .warning :focus::-ms-input-placeholder {
|
1307
|
+
color: #e39715;
|
1308
|
+
}
|
1309
|
+
.ui.form .warning :focus::placeholder {
|
1278
1310
|
color: #e39715;
|
1279
1311
|
}
|
1280
1312
|
.ui.form .warning :focus:-ms-input-placeholder {
|
1281
1313
|
color: #e39715 !important;
|
1282
1314
|
}
|
1283
|
-
.ui.form .warning :focus::-moz-placeholder {
|
1284
|
-
color: #e39715;
|
1285
|
-
}
|
1286
1315
|
|
1287
1316
|
/*------------------
|
1288
1317
|
Dropdown State
|