From 903973125f47dbaf508336196834572912c52fb9 Mon Sep 17 00:00:00 2001 From: "George W. Walker" Date: Fri, 28 Jun 2019 20:48:09 -0500 Subject: [PATCH 1/4] Switch files --- css/macOSNotif.min.css | 10 - css/noty.css | 697 +++++ html/licenses.html | 248 +- js/external/macOSNotif/LICENSE | 661 ----- js/external/macOSNotif/macOSNotif.min.js | 9 - js/external/noty/LICENSE | 9 + js/external/noty/noty.js | 3077 ++++++++++++++++++++++ manifest.json | 4 +- 8 files changed, 3795 insertions(+), 920 deletions(-) delete mode 100755 css/macOSNotif.min.css create mode 100644 css/noty.css delete mode 100755 js/external/macOSNotif/LICENSE delete mode 100755 js/external/macOSNotif/macOSNotif.min.js create mode 100644 js/external/noty/LICENSE create mode 100644 js/external/noty/noty.js diff --git a/css/macOSNotif.min.css b/css/macOSNotif.min.css deleted file mode 100755 index 3f00941..0000000 --- a/css/macOSNotif.min.css +++ /dev/null @@ -1,10 +0,0 @@ -/*! - * macOSNotifJS - v0.0.4 - 2018-11-12 - * /** - * * macOSNotifJS: A simple Javascript plugin to create simulated macOS notifications on your website. - * * - * * Copyright (C) 2018 Matt Cowley (MattIPv4) (me@mattcowley.co.uk) - * * / - * - */ -@font-face{font-family:SF Display;font-weight:900;src:url(fonts/SF-UI-Display-Black.otf)}@font-face{font-family:SF Display;font-weight:700;src:url(fonts/SF-UI-Display-Bold.otf)}@font-face{font-family:SF Display;font-weight:800;src:url(fonts/SF-UI-Display-Heavy.otf)}@font-face{font-family:SF Display;font-weight:200;src:url(fonts/SF-UI-Display-Light.otf)}@font-face{font-family:SF Display;font-weight:500;src:url(fonts/SF-UI-Display-Medium.otf)}@font-face{font-family:SF Display;font-weight:400;src:url(fonts/SF-UI-Display-Regular.otf)}@font-face{font-family:SF Display;font-weight:600;src:url(fonts/SF-UI-Display-Semibold.otf)}@font-face{font-family:SF Display;font-weight:300;src:url(fonts/SF-UI-Display-Thin.otf)}@font-face{font-family:SF Display;font-weight:100;src:url(fonts/SF-UI-Display-Ultralight.otf)}.sf-ui-display{font-family:SF Display,-apple-system,system-ui,BlinkMacSystemFont,Segoe UI,Roboto,Ubuntu,Lucida Grande,sans-serif}@font-face{font-family:SF Text;font-weight:700;src:url(fonts/SF-UI-Text-Bold.otf)}@font-face{font-family:SF Text;font-weight:700;font-style:italic;src:url(fonts/SF-UI-Text-BoldItalic.otf)}@font-face{font-family:SF Text;font-weight:800;src:url(fonts/SF-UI-Text-Heavy.otf)}@font-face{font-family:SF Text;font-weight:800;font-style:italic;src:url(fonts/SF-UI-Text-HeavyItalic.otf)}@font-face{font-family:SF Text;font-weight:200;src:url(fonts/SF-UI-Text-Light.otf)}@font-face{font-family:SF Text;font-weight:200;font-style:italic;src:url(fonts/SF-UI-Text-HeavyItalic.otf)}@font-face{font-family:SF Text;font-weight:500;src:url(fonts/SF-UI-Text-Medium.otf)}@font-face{font-family:SF Text;font-weight:500;font-style:italic;src:url(fonts/SF-UI-Text-MediumItalic.otf)}@font-face{font-family:SF Text;font-weight:400;src:url(fonts/SF-UI-Text-Regular.otf)}@font-face{font-family:SF Text;font-weight:400;font-style:italic;src:url(fonts/SF-UI-Text-RegularItalic.otf)}@font-face{font-family:SF Text;font-weight:600;src:url(fonts/SF-UI-Text-Semibold.otf)}@font-face{font-family:SF Text;font-weight:600;font-style:italic;src:url(fonts/SF-UI-Text-SemiboldItalic.otf)}@font-face{font-family:SF Text;font-weight:100;src:url(fonts/SF-UI-Text-Ultrathin.otf)}@font-face{font-family:SF Text;font-weight:100;font-style:italic;src:url(fonts/SF-UI-Text-UltrathinItalic.otf)}.sf-ui-text{font-family:SF Text,-apple-system,system-ui,BlinkMacSystemFont,Segoe UI,Roboto,Ubuntu,Lucida Grande,sans-serif}@font-face{font-family:SF Mono;font-weight:700;src:url(fonts/SFMono-Bold.otf)}@font-face{font-family:SF Mono;font-weight:700;font-style:italic;src:url(fonts/SFMono-BoldItalic.otf)}@font-face{font-family:SF Mono;font-weight:800;src:url(fonts/SFMono-Heavy.otf)}@font-face{font-family:SF Mono;font-weight:800;font-style:italic;src:url(fonts/SFMono-HeavyItalic.otf)}@font-face{font-family:SF Mono;font-weight:200;src:url(fonts/SFMono-Light.otf)}@font-face{font-family:SF Mono;font-weight:200;font-style:italic;src:url(fonts/SFMono-HeavyItalic.otf)}@font-face{font-family:SF Mono;font-weight:500;src:url(fonts/SFMono-Medium.otf)}@font-face{font-family:SF Mono;font-weight:500;font-style:italic;src:url(fonts/SFMono-MediumItalic.otf)}@font-face{font-family:SF Mono;font-weight:400;src:url(fonts/SFMono-Regular.otf)}@font-face{font-family:SF Mono;font-weight:400;font-style:italic;src:url(fonts/SFMono-RegularItalic.otf)}@font-face{font-family:SF Mono;font-weight:600;src:url(fonts/SFMono-Semibold.otf)}@font-face{font-family:SF Mono;font-weight:600;font-style:italic;src:url(fonts/SFMono-SemiboldItalic.otf)}.sf-mono{font-family:SF Mono,-apple-system,system-ui,BlinkMacSystemFont,Segoe UI,Roboto,Ubuntu,Lucida Grande,sans-serif}.macOSNotif_Outer,.macOSNotif_Outer *{box-sizing:content-box}.macOSNotif_Outer{width:430px;height:72px;position:fixed;right:0;top:5px;padding:10px 0;overflow:hidden;z-index:5000;-webkit-user-select:none;-moz-user-select:none;-o-user-select:none;-ms-user-select:none;-khtml-user-select:none;user-select:none;transition:top .8s ease-in-out}.macOSNotif_Container{width:400px;height:72px;position:absolute;right:-400px;top:10px;opacity:.1;background:#f2f2f2;box-shadow:inset 0 0 2px rgba(0,0,0,.2),0 0 10px rgba(0,0,0,.2);border-radius:10px;border:none;transition:all .8s ease-in-out}.macOSNotif_Dark .macOSNotif_Container{box-shadow:inset 0 0 2px hsla(0,0%,100%,.2),0 0 10px rgba(0,0,0,.2);background:#333}.macOSNotif_Container *{font-weight:300;color:#444;text-align:left;font-family:SF Display,-apple-system,system-ui,BlinkMacSystemFont,HelveticaNeue-Light,Helvetica Neue Light,Helvetica Neue,Helvetica,Segoe UI,Roboto,Ubuntu,Lucida Grande,sans-serif;transition:all .8s ease-in-out}.macOSNotif_Dark .macOSNotif_Container *{color:#fefefe}.macOSNotif_Clickable{cursor:pointer}.macOSNotif_Img{float:left;width:45px;height:100%;line-height:72px;padding-left:10px;border:none;display:block}.macOSNotif_Image{width:100%;vertical-align:middle}.macOSNotif_Img+.macOSNotif_Text{width:250px;padding-left:5px}.macOSNotif_Img+.macOSNotif_TextFull{width:330px;padding-left:5px}.macOSNotif_Text{float:left;width:300px;height:calc(100% - 20px);padding:10px;border:none;display:block}.macOSNotif_TextFull{width:400px}.macOSNotif_Title{display:block;padding:5px;margin:0;max-width:100%;overflow:hidden;white-space:nowrap;vertical-align:baseline;text-shadow:none;text-overflow:ellipsis;border:none;font-size:16px;line-height:16px;font-weight:400}.macOSNotif_Subtitle{font-size:12px;line-height:16px}.macOSNotif_Buttons{float:right;width:79px;border:none;border-left:1px solid #ddd;height:100%;min-height:100%;padding:0}.macOSNotif_Dark .macOSNotif_Buttons{border-color:#111}.macOSNotif_Button{display:block;cursor:pointer;text-align:center;padding:5px 10px;margin:0;text-decoration:none;line-height:25px;border:none;border-top:1px solid transparent;background:transparent;max-width:100%;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;text-shadow:none;font-size:13px;font-weight:600;color:#666;transition:all .8s ease-in-out,background .1s,color .1s}.macOSNotif_Dark .macOSNotif_Button{color:#fefefe}.macOSNotif_Button:first-of-type{border-top-right-radius:10px}.macOSNotif_Button:last-of-type{border-bottom-right-radius:10px}.macOSNotif_Button:active,.macOSNotif_Button:focus{outline:none;color:#fff;background:#007bff;box-shadow:inset 0 0 2px rgba(0,0,0,.2)}.macOSNotif_Dark .macOSNotif_Button:active,.macOSNotif_Dark .macOSNotif_Button:focus{background:#0063cc}.macOSNotif_ButtonFull{border:none;line-height:62px;font-size:15px}.macOSNotif_Button+.macOSNotif_Button{border-top:1px solid #ddd}.macOSNotif_Dark .macOSNotif_Button+.macOSNotif_Button{border-color:#111} \ No newline at end of file diff --git a/css/noty.css b/css/noty.css new file mode 100644 index 0000000..1c3ce94 --- /dev/null +++ b/css/noty.css @@ -0,0 +1,697 @@ +.noty_layout_mixin, #noty_layout__top, #noty_layout__topLeft, #noty_layout__topCenter, #noty_layout__topRight, #noty_layout__bottom, #noty_layout__bottomLeft, #noty_layout__bottomCenter, #noty_layout__bottomRight, #noty_layout__center, #noty_layout__centerLeft, #noty_layout__centerRight { + position: fixed; + margin: 0; + padding: 0; + z-index: 9999999; + -webkit-transform: translateZ(0) scale(1, 1); + transform: translateZ(0) scale(1, 1); + -webkit-backface-visibility: hidden; + backface-visibility: hidden; + -webkit-font-smoothing: subpixel-antialiased; + filter: blur(0); + -webkit-filter: blur(0); + max-width: 90%; } + +#noty_layout__top { + top: 0; + left: 5%; + width: 90%; } + +#noty_layout__topLeft { + top: 20px; + left: 20px; + width: 325px; } + +#noty_layout__topCenter { + top: 5%; + left: 50%; + width: 325px; + -webkit-transform: translate(-webkit-calc(-50% - .5px)) translateZ(0) scale(1, 1); + transform: translate(calc(-50% - .5px)) translateZ(0) scale(1, 1); } + +#noty_layout__topRight { + top: 20px; + right: 20px; + width: 325px; } + +#noty_layout__bottom { + bottom: 0; + left: 5%; + width: 90%; } + +#noty_layout__bottomLeft { + bottom: 20px; + left: 20px; + width: 325px; } + +#noty_layout__bottomCenter { + bottom: 5%; + left: 50%; + width: 325px; + -webkit-transform: translate(-webkit-calc(-50% - .5px)) translateZ(0) scale(1, 1); + transform: translate(calc(-50% - .5px)) translateZ(0) scale(1, 1); } + +#noty_layout__bottomRight { + bottom: 20px; + right: 20px; + width: 325px; } + +#noty_layout__center { + top: 50%; + left: 50%; + width: 325px; + -webkit-transform: translate(-webkit-calc(-50% - .5px), -webkit-calc(-50% - .5px)) translateZ(0) scale(1, 1); + transform: translate(calc(-50% - .5px), calc(-50% - .5px)) translateZ(0) scale(1, 1); } + +#noty_layout__centerLeft { + top: 50%; + left: 20px; + width: 325px; + -webkit-transform: translate(0, -webkit-calc(-50% - .5px)) translateZ(0) scale(1, 1); + transform: translate(0, calc(-50% - .5px)) translateZ(0) scale(1, 1); } + +#noty_layout__centerRight { + top: 50%; + right: 20px; + width: 325px; + -webkit-transform: translate(0, -webkit-calc(-50% - .5px)) translateZ(0) scale(1, 1); + transform: translate(0, calc(-50% - .5px)) translateZ(0) scale(1, 1); } + +.noty_progressbar { + display: none; } + +.noty_has_timeout.noty_has_progressbar .noty_progressbar { + display: block; + position: absolute; + left: 0; + bottom: 0; + height: 3px; + width: 100%; + background-color: #646464; + opacity: 0.2; + filter: alpha(opacity=10); } + +.noty_bar { + -webkit-backface-visibility: hidden; + -webkit-transform: translate(0, 0) translateZ(0) scale(1, 1); + -ms-transform: translate(0, 0) scale(1, 1); + transform: translate(0, 0) scale(1, 1); + -webkit-font-smoothing: subpixel-antialiased; + overflow: hidden; } + +.noty_effects_open { + opacity: 0; + -webkit-transform: translate(50%); + -ms-transform: translate(50%); + transform: translate(50%); + -webkit-animation: noty_anim_in 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55); + animation: noty_anim_in 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55); + -webkit-animation-fill-mode: forwards; + animation-fill-mode: forwards; } + +.noty_effects_close { + -webkit-animation: noty_anim_out 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55); + animation: noty_anim_out 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55); + -webkit-animation-fill-mode: forwards; + animation-fill-mode: forwards; } + +.noty_fix_effects_height { + -webkit-animation: noty_anim_height 75ms ease-out; + animation: noty_anim_height 75ms ease-out; } + +.noty_close_with_click { + cursor: pointer; } + +.noty_close_button { + position: absolute; + top: 2px; + right: 2px; + font-weight: bold; + width: 20px; + height: 20px; + text-align: center; + line-height: 20px; + background-color: rgba(0, 0, 0, 0.05); + border-radius: 2px; + cursor: pointer; + -webkit-transition: all .2s ease-out; + transition: all .2s ease-out; } + +.noty_close_button:hover { + background-color: rgba(0, 0, 0, 0.1); } + +.noty_modal { + position: fixed; + width: 100%; + height: 100%; + background-color: #000; + z-index: 10000; + opacity: .3; + left: 0; + top: 0; } + +.noty_modal.noty_modal_open { + opacity: 0; + -webkit-animation: noty_modal_in .3s ease-out; + animation: noty_modal_in .3s ease-out; } + +.noty_modal.noty_modal_close { + -webkit-animation: noty_modal_out .3s ease-out; + animation: noty_modal_out .3s ease-out; + -webkit-animation-fill-mode: forwards; + animation-fill-mode: forwards; } + +@-webkit-keyframes noty_modal_in { + 100% { + opacity: .3; } } + +@keyframes noty_modal_in { + 100% { + opacity: .3; } } + +@-webkit-keyframes noty_modal_out { + 100% { + opacity: 0; } } + +@keyframes noty_modal_out { + 100% { + opacity: 0; } } + +@keyframes noty_modal_out { + 100% { + opacity: 0; } } + +@-webkit-keyframes noty_anim_in { + 100% { + -webkit-transform: translate(0); + transform: translate(0); + opacity: 1; } } + +@keyframes noty_anim_in { + 100% { + -webkit-transform: translate(0); + transform: translate(0); + opacity: 1; } } + +@-webkit-keyframes noty_anim_out { + 100% { + -webkit-transform: translate(50%); + transform: translate(50%); + opacity: 0; } } + +@keyframes noty_anim_out { + 100% { + -webkit-transform: translate(50%); + transform: translate(50%); + opacity: 0; } } + +@-webkit-keyframes noty_anim_height { + 100% { + height: 0; } } + +@keyframes noty_anim_height { + 100% { + height: 0; } } + +.noty_theme__relax.noty_bar { + margin: 4px 0; + overflow: hidden; + border-radius: 2px; + position: relative; } + .noty_theme__relax.noty_bar .noty_body { + padding: 10px; } + .noty_theme__relax.noty_bar .noty_buttons { + border-top: 1px solid #e7e7e7; + padding: 5px 10px; } + +.noty_theme__relax.noty_type__alert, +.noty_theme__relax.noty_type__notification { + background-color: #fff; + border: 1px solid #dedede; + color: #444; } + +.noty_theme__relax.noty_type__warning { + background-color: #FFEAA8; + border: 1px solid #FFC237; + color: #826200; } + .noty_theme__relax.noty_type__warning .noty_buttons { + border-color: #dfaa30; } + +.noty_theme__relax.noty_type__error { + background-color: #FF8181; + border: 1px solid #e25353; + color: #FFF; } + .noty_theme__relax.noty_type__error .noty_buttons { + border-color: darkred; } + +.noty_theme__relax.noty_type__info, +.noty_theme__relax.noty_type__information { + background-color: #78C5E7; + border: 1px solid #3badd6; + color: #FFF; } + .noty_theme__relax.noty_type__info .noty_buttons, + .noty_theme__relax.noty_type__information .noty_buttons { + border-color: #0B90C4; } + +.noty_theme__relax.noty_type__success { + background-color: #BCF5BC; + border: 1px solid #7cdd77; + color: darkgreen; } + .noty_theme__relax.noty_type__success .noty_buttons { + border-color: #50C24E; } + +.noty_theme__metroui.noty_bar { + margin: 4px 0; + overflow: hidden; + position: relative; + box-shadow: rgba(0, 0, 0, 0.298039) 0 0 5px 0; } + .noty_theme__metroui.noty_bar .noty_progressbar { + position: absolute; + left: 0; + bottom: 0; + height: 3px; + width: 100%; + background-color: #000; + opacity: 0.2; + filter: alpha(opacity=20); } + .noty_theme__metroui.noty_bar .noty_body { + padding: 1.25em; + font-size: 14px; } + .noty_theme__metroui.noty_bar .noty_buttons { + padding: 0 10px .5em 10px; } + +.noty_theme__metroui.noty_type__alert, +.noty_theme__metroui.noty_type__notification { + background-color: #fff; + color: #1d1d1d; } + +.noty_theme__metroui.noty_type__warning { + background-color: #FA6800; + color: #fff; } + +.noty_theme__metroui.noty_type__error { + background-color: #CE352C; + color: #FFF; } + +.noty_theme__metroui.noty_type__info, +.noty_theme__metroui.noty_type__information { + background-color: #1BA1E2; + color: #FFF; } + +.noty_theme__metroui.noty_type__success { + background-color: #60A917; + color: #fff; } + +.noty_theme__mint.noty_bar { + margin: 4px 0; + overflow: hidden; + border-radius: 2px; + position: relative; } + .noty_theme__mint.noty_bar .noty_body { + padding: 10px; + font-size: 14px; } + .noty_theme__mint.noty_bar .noty_buttons { + padding: 10px; } + +.noty_theme__mint.noty_type__alert, +.noty_theme__mint.noty_type__notification { + background-color: #fff; + border-bottom: 1px solid #D1D1D1; + color: #2F2F2F; } + +.noty_theme__mint.noty_type__warning { + background-color: #FFAE42; + border-bottom: 1px solid #E89F3C; + color: #fff; } + +.noty_theme__mint.noty_type__error { + background-color: #DE636F; + border-bottom: 1px solid #CA5A65; + color: #fff; } + +.noty_theme__mint.noty_type__info, +.noty_theme__mint.noty_type__information { + background-color: #7F7EFF; + border-bottom: 1px solid #7473E8; + color: #fff; } + +.noty_theme__mint.noty_type__success { + background-color: #AFC765; + border-bottom: 1px solid #A0B55C; + color: #fff; } + +.noty_theme__sunset.noty_bar { + margin: 4px 0; + overflow: hidden; + border-radius: 2px; + position: relative; } + .noty_theme__sunset.noty_bar .noty_body { + padding: 10px; + font-size: 14px; + text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1); } + .noty_theme__sunset.noty_bar .noty_buttons { + padding: 10px; } + +.noty_theme__sunset.noty_type__alert, +.noty_theme__sunset.noty_type__notification { + background-color: #073B4C; + color: #fff; } + .noty_theme__sunset.noty_type__alert .noty_progressbar, + .noty_theme__sunset.noty_type__notification .noty_progressbar { + background-color: #fff; } + +.noty_theme__sunset.noty_type__warning { + background-color: #FFD166; + color: #fff; } + +.noty_theme__sunset.noty_type__error { + background-color: #EF476F; + color: #fff; } + .noty_theme__sunset.noty_type__error .noty_progressbar { + opacity: .4; } + +.noty_theme__sunset.noty_type__info, +.noty_theme__sunset.noty_type__information { + background-color: #118AB2; + color: #fff; } + .noty_theme__sunset.noty_type__info .noty_progressbar, + .noty_theme__sunset.noty_type__information .noty_progressbar { + opacity: .6; } + +.noty_theme__sunset.noty_type__success { + background-color: #06D6A0; + color: #fff; } + +.noty_theme__bootstrap-v3.noty_bar { + margin: 4px 0; + overflow: hidden; + position: relative; + border: 1px solid transparent; + border-radius: 4px; } + .noty_theme__bootstrap-v3.noty_bar .noty_body { + padding: 15px; } + .noty_theme__bootstrap-v3.noty_bar .noty_buttons { + padding: 10px; } + .noty_theme__bootstrap-v3.noty_bar .noty_close_button { + font-size: 21px; + font-weight: 700; + line-height: 1; + color: #000; + text-shadow: 0 1px 0 #fff; + filter: alpha(opacity=20); + opacity: .2; + background: transparent; } + .noty_theme__bootstrap-v3.noty_bar .noty_close_button:hover { + background: transparent; + text-decoration: none; + cursor: pointer; + filter: alpha(opacity=50); + opacity: .5; } + +.noty_theme__bootstrap-v3.noty_type__alert, +.noty_theme__bootstrap-v3.noty_type__notification { + background-color: #fff; + color: inherit; } + +.noty_theme__bootstrap-v3.noty_type__warning { + background-color: #fcf8e3; + color: #8a6d3b; + border-color: #faebcc; } + +.noty_theme__bootstrap-v3.noty_type__error { + background-color: #f2dede; + color: #a94442; + border-color: #ebccd1; } + +.noty_theme__bootstrap-v3.noty_type__info, +.noty_theme__bootstrap-v3.noty_type__information { + background-color: #d9edf7; + color: #31708f; + border-color: #bce8f1; } + +.noty_theme__bootstrap-v3.noty_type__success { + background-color: #dff0d8; + color: #3c763d; + border-color: #d6e9c6; } + +.noty_theme__bootstrap-v4.noty_bar { + margin: 4px 0; + overflow: hidden; + position: relative; + border: 1px solid transparent; + border-radius: .25rem; } + .noty_theme__bootstrap-v4.noty_bar .noty_body { + padding: .75rem 1.25rem; } + .noty_theme__bootstrap-v4.noty_bar .noty_buttons { + padding: 10px; } + .noty_theme__bootstrap-v4.noty_bar .noty_close_button { + font-size: 1.5rem; + font-weight: 700; + line-height: 1; + color: #000; + text-shadow: 0 1px 0 #fff; + filter: alpha(opacity=20); + opacity: .5; + background: transparent; } + .noty_theme__bootstrap-v4.noty_bar .noty_close_button:hover { + background: transparent; + text-decoration: none; + cursor: pointer; + filter: alpha(opacity=50); + opacity: .75; } + +.noty_theme__bootstrap-v4.noty_type__alert, +.noty_theme__bootstrap-v4.noty_type__notification { + background-color: #fff; + color: inherit; } + +.noty_theme__bootstrap-v4.noty_type__warning { + background-color: #fcf8e3; + color: #8a6d3b; + border-color: #faebcc; } + +.noty_theme__bootstrap-v4.noty_type__error { + background-color: #f2dede; + color: #a94442; + border-color: #ebccd1; } + +.noty_theme__bootstrap-v4.noty_type__info, +.noty_theme__bootstrap-v4.noty_type__information { + background-color: #d9edf7; + color: #31708f; + border-color: #bce8f1; } + +.noty_theme__bootstrap-v4.noty_type__success { + background-color: #dff0d8; + color: #3c763d; + border-color: #d6e9c6; } + +.noty_theme__semanticui.noty_bar { + margin: 4px 0; + overflow: hidden; + position: relative; + border: 1px solid transparent; + font-size: 1em; + border-radius: .28571429rem; + box-shadow: 0 0 0 1px rgba(34, 36, 38, 0.22) inset, 0 0 0 0 transparent; } + .noty_theme__semanticui.noty_bar .noty_body { + padding: 1em 1.5em; + line-height: 1.4285em; } + .noty_theme__semanticui.noty_bar .noty_buttons { + padding: 10px; } + +.noty_theme__semanticui.noty_type__alert, +.noty_theme__semanticui.noty_type__notification { + background-color: #f8f8f9; + color: rgba(0, 0, 0, 0.87); } + +.noty_theme__semanticui.noty_type__warning { + background-color: #fffaf3; + color: #573a08; + box-shadow: 0 0 0 1px #c9ba9b inset, 0 0 0 0 transparent; } + +.noty_theme__semanticui.noty_type__error { + background-color: #fff6f6; + color: #9f3a38; + box-shadow: 0 0 0 1px #e0b4b4 inset, 0 0 0 0 transparent; } + +.noty_theme__semanticui.noty_type__info, +.noty_theme__semanticui.noty_type__information { + background-color: #f8ffff; + color: #276f86; + box-shadow: 0 0 0 1px #a9d5de inset, 0 0 0 0 transparent; } + +.noty_theme__semanticui.noty_type__success { + background-color: #fcfff5; + color: #2c662d; + box-shadow: 0 0 0 1px #a3c293 inset, 0 0 0 0 transparent; } + +.noty_theme__nest.noty_bar { + margin: 0 0 15px 0; + overflow: hidden; + border-radius: 2px; + position: relative; + box-shadow: rgba(0, 0, 0, 0.098039) 5px 4px 10px 0; } + .noty_theme__nest.noty_bar .noty_body { + padding: 10px; + font-size: 14px; + text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1); } + .noty_theme__nest.noty_bar .noty_buttons { + padding: 10px; } + +.noty_layout .noty_theme__nest.noty_bar { + z-index: 5; } + +.noty_layout .noty_theme__nest.noty_bar:nth-child(2) { + position: absolute; + top: 0; + margin-top: 4px; + margin-right: -4px; + margin-left: 4px; + z-index: 4; + width: 100%; } + +.noty_layout .noty_theme__nest.noty_bar:nth-child(3) { + position: absolute; + top: 0; + margin-top: 8px; + margin-right: -8px; + margin-left: 8px; + z-index: 3; + width: 100%; } + +.noty_layout .noty_theme__nest.noty_bar:nth-child(4) { + position: absolute; + top: 0; + margin-top: 12px; + margin-right: -12px; + margin-left: 12px; + z-index: 2; + width: 100%; } + +.noty_layout .noty_theme__nest.noty_bar:nth-child(5) { + position: absolute; + top: 0; + margin-top: 16px; + margin-right: -16px; + margin-left: 16px; + z-index: 1; + width: 100%; } + +.noty_layout .noty_theme__nest.noty_bar:nth-child(n+6) { + position: absolute; + top: 0; + margin-top: 20px; + margin-right: -20px; + margin-left: 20px; + z-index: -1; + width: 100%; } + +#noty_layout__bottomLeft .noty_theme__nest.noty_bar:nth-child(2), +#noty_layout__topLeft .noty_theme__nest.noty_bar:nth-child(2) { + margin-top: 4px; + margin-left: -4px; + margin-right: 4px; } + +#noty_layout__bottomLeft .noty_theme__nest.noty_bar:nth-child(3), +#noty_layout__topLeft .noty_theme__nest.noty_bar:nth-child(3) { + margin-top: 8px; + margin-left: -8px; + margin-right: 8px; } + +#noty_layout__bottomLeft .noty_theme__nest.noty_bar:nth-child(4), +#noty_layout__topLeft .noty_theme__nest.noty_bar:nth-child(4) { + margin-top: 12px; + margin-left: -12px; + margin-right: 12px; } + +#noty_layout__bottomLeft .noty_theme__nest.noty_bar:nth-child(5), +#noty_layout__topLeft .noty_theme__nest.noty_bar:nth-child(5) { + margin-top: 16px; + margin-left: -16px; + margin-right: 16px; } + +#noty_layout__bottomLeft .noty_theme__nest.noty_bar:nth-child(n+6), +#noty_layout__topLeft .noty_theme__nest.noty_bar:nth-child(n+6) { + margin-top: 20px; + margin-left: -20px; + margin-right: 20px; } + +.noty_theme__nest.noty_type__alert, +.noty_theme__nest.noty_type__notification { + background-color: #073B4C; + color: #fff; } + .noty_theme__nest.noty_type__alert .noty_progressbar, + .noty_theme__nest.noty_type__notification .noty_progressbar { + background-color: #fff; } + +.noty_theme__nest.noty_type__warning { + background-color: #FFD166; + color: #fff; } + +.noty_theme__nest.noty_type__error { + background-color: #EF476F; + color: #fff; } + .noty_theme__nest.noty_type__error .noty_progressbar { + opacity: .4; } + +.noty_theme__nest.noty_type__info, +.noty_theme__nest.noty_type__information { + background-color: #118AB2; + color: #fff; } + .noty_theme__nest.noty_type__info .noty_progressbar, + .noty_theme__nest.noty_type__information .noty_progressbar { + opacity: .6; } + +.noty_theme__nest.noty_type__success { + background-color: #06D6A0; + color: #fff; } + +.noty_theme__light.noty_bar { + margin: 4px 0; + overflow: hidden; + border-radius: 2px; + position: relative; } + .noty_theme__light.noty_bar .noty_body { + padding: 10px; } + .noty_theme__light.noty_bar .noty_buttons { + border-top: 1px solid #e7e7e7; + padding: 5px 10px; } + +.noty_theme__light.noty_type__alert, +.noty_theme__light.noty_type__notification { + background-color: #fff; + border: 1px solid #dedede; + color: #444; } + +.noty_theme__light.noty_type__warning { + background-color: #FFEAA8; + border: 1px solid #FFC237; + color: #826200; } + .noty_theme__light.noty_type__warning .noty_buttons { + border-color: #dfaa30; } + +.noty_theme__light.noty_type__error { + background-color: #ED7000; + border: 1px solid #e25353; + color: #FFF; } + .noty_theme__light.noty_type__error .noty_buttons { + border-color: darkred; } + +.noty_theme__light.noty_type__info, +.noty_theme__light.noty_type__information { + background-color: #78C5E7; + border: 1px solid #3badd6; + color: #FFF; } + .noty_theme__light.noty_type__info .noty_buttons, + .noty_theme__light.noty_type__information .noty_buttons { + border-color: #0B90C4; } + +.noty_theme__light.noty_type__success { + background-color: #57C880; + border: 1px solid #7cdd77; + color: darkgreen; } + .noty_theme__light.noty_type__success .noty_buttons { + border-color: #50C24E; } + +/*# sourceMappingURL=noty.css.map*/ \ No newline at end of file diff --git a/html/licenses.html b/html/licenses.html index c80bf07..178c7a2 100644 --- a/html/licenses.html +++ b/html/licenses.html @@ -24,7 +24,7 @@

Licenses

  • Extension License
  • Components by ajlkn License
  • jQuery License
  • -
  • macOSNotif License
  • +
  • NOTY License
  • Stellar Theme License
  • @@ -75,244 +75,16 @@

    MIT License

    -

    macOSNotif License

    +

    NOTY License

    -

    -

    GNU AFFERO GENERAL PUBLIC LICENSE Version 3, 19 November 2007

    - -

    Copyright (C) 2007 Free Software Foundation, Inc. Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed.

    - -

    Preamble

    - -

    The GNU Affero General Public License is a free, copyleft license for software and other kinds of works, specifically designed to ensure cooperation with the community in the case of network server software.

    - -

    The licenses for most software and other practical works are designed to take away your freedom to share and change the works. By contrast, our General Public Licenses are intended to guarantee your freedom to share and change all versions of a program--to make sure it remains free software for all its users.

    - -

    When we speak of free software, we are referring to freedom, not price. Our General Public Licenses are designed to make sure that you have the freedom to distribute copies of free software (and charge for them if you wish), that you receive source code or can get it if you want it, that you can change the software or use pieces of it in new free programs, and that you know you can do these things.

    - -

    Developers that use our General Public Licenses protect your rights with two steps: (1) assert copyright on the software, and (2) offer you this License which gives you legal permission to copy, distribute and/or modify the software.

    - -

    A secondary benefit of defending all users' freedom is that improvements made in alternate versions of the program, if they receive widespread use, become available for other developers to incorporate. Many developers of free software are heartened and encouraged by the resulting cooperation. However, in the case of software used on network servers, this result may fail to come about. The GNU General Public License permits making a modified version and letting the public access it on a server without ever releasing its source code to the public.

    - -

    The GNU Affero General Public License is designed specifically to ensure that, in such cases, the modified source code becomes available to the community. It requires the operator of a network server to provide the source code of the modified version running there to the users of that server. Therefore, public use of a modified version, on a publicly accessible server, gives the public access to the source code of the modified version.

    - -

    An older license, called the Affero General Public License and published by Affero, was designed to accomplish similar goals. This is a different license, not a version of the Affero GPL, but Affero has released a new version of the Affero GPL which permits relicensing under this license.

    - -

    The precise terms and conditions for copying, distribution and modification follow.

    - -

    TERMS AND CONDITIONS

    - -

    0. Definitions.

    - -

    "This License" refers to version 3 of the GNU Affero General Public License.

    - -

    "Copyright" also means copyright-like laws that apply to other kinds of works, such as semiconductor masks.

    - -

    "The Program" refers to any copyrightable work licensed under this License. Each licensee is addressed as "you". "Licensees" and "recipients" may be individuals or organizations.

    - -

    To "modify" a work means to copy from or adapt all or part of the work in a fashion requiring copyright permission, other than the making of an exact copy. The resulting work is called a "modified version" of the earlier work or a work "based on" the earlier work.

    - -

    A "covered work" means either the unmodified Program or a work based on the Program.

    - -

    To "propagate" a work means to do anything with it that, without permission, would make you directly or secondarily liable for infringement under applicable copyright law, except executing it on a computer or modifying a private copy. Propagation includes copying, distribution (with or without modification), making available to the public, and in some countries other activities as well.

    - -

    To "convey" a work means any kind of propagation that enables other parties to make or receive copies. Mere interaction with a user through a computer network, with no transfer of a copy, is not conveying.

    - -

    An interactive user interface displays "Appropriate Legal Notices" to the extent that it includes a convenient and prominently visible feature that (1) displays an appropriate copyright notice, and (2) tells the user that there is no warranty for the work (except to the extent that warranties are provided), that licensees may convey the work under this License, and how to view a copy of this License. If the interface presents a list of user commands or options, such as a menu, a prominent item in the list meets this criterion.

    - -

    1. Source Code.

    - -

    The "source code" for a work means the preferred form of the work for making modifications to it. "Object code" means any non-source form of a work.

    - -

    A "Standard Interface" means an interface that either is an official standard defined by a recognized standards body, or, in the case of interfaces specified for a particular programming language, one that is widely used among developers working in that language.

    - -

    The "System Libraries" of an executable work include anything, other than the work as a whole, that (a) is included in the normal form of packaging a Major Component, but which is not part of that Major Component, and (b) serves only to enable use of the work with that Major Component, or to implement a Standard Interface for which an implementation is available to the public in source code form. A "Major Component", in this context, means a major essential component (kernel, window system, and so on) of the specific operating system (if any) on which the executable work runs, or a compiler used to produce the work, or an object code interpreter used to run it.

    - -

    The "Corresponding Source" for a work in object code form means all the source code needed to generate, install, and (for an executable work) run the object code and to modify the work, including scripts to control those activities. However, it does not include the work's System Libraries, or general-purpose tools or generally available free programs which are used unmodified in performing those activities but which are not part of the work. For example, Corresponding Source includes interface definition files associated with source files for the work, and the source code for shared libraries and dynamically linked subprograms that the work is specifically designed to require, such as by intimate data communication or control flow between those subprograms and other parts of the work.

    - -

    The Corresponding Source need not include anything that users can regenerate automatically from other parts of the Corresponding Source.

    - -

    The Corresponding Source for a work in source code form is that same work.

    - -

    2. Basic Permissions.

    - -

    All rights granted under this License are granted for the term of copyright on the Program, and are irrevocable provided the stated conditions are met. This License explicitly affirms your unlimited permission to run the unmodified Program. The output from running a covered work is covered by this License only if the output, given its content, constitutes a covered work. This License acknowledges your rights of fair use or other equivalent, as provided by copyright law.

    - -

    You may make, run and propagate covered works that you do not convey, without conditions so long as your license otherwise remains in force. You may convey covered works to others for the sole purpose of having them make modifications exclusively for you, or provide you with facilities for running those works, provided that you comply with the terms of this License in conveying all material for which you do not control copyright. Those thus making or running the covered works for you must do so exclusively on your behalf, under your direction and control, on terms that prohibit them from making any copies of your copyrighted material outside their relationship with you.

    - -

    Conveying under any other circumstances is permitted solely under the conditions stated below. Sublicensing is not allowed; section 10 makes it unnecessary.

    - -

    3. Protecting Users' Legal Rights From Anti-Circumvention Law.

    - -

    No covered work shall be deemed part of an effective technological measure under any applicable law fulfilling obligations under article 11 of the WIPO copyright treaty adopted on 20 December 1996, or similar laws prohibiting or restricting circumvention of such measures.

    - -

    When you convey a covered work, you waive any legal power to forbid circumvention of technological measures to the extent such circumvention is effected by exercising rights under this License with respect to the covered work, and you disclaim any intention to limit operation or modification of the work as a means of enforcing, against the work's users, your or third parties' legal rights to forbid circumvention of technological measures.

    - -

    4. Conveying Verbatim Copies.

    - -

    You may convey verbatim copies of the Program's source code as you receive it, in any medium, provided that you conspicuously and appropriately publish on each copy an appropriate copyright notice; keep intact all notices stating that this License and any non-permissive terms added in accord with section 7 apply to the code; keep intact all notices of the absence of any warranty; and give all recipients a copy of this License along with the Program.

    - -

    You may charge any price or no price for each copy that you convey, and you may offer support or warranty protection for a fee.

    - -

    5. Conveying Modified Source Versions.

    - -

    You may convey a work based on the Program, or the modifications to produce it from the Program, in the form of source code under the terms of section 4, provided that you also meet all of these conditions:

    - -

    a) The work must carry prominent notices stating that you modified it, and giving a relevant date.

    - -

    b) The work must carry prominent notices stating that it is released under this License and any conditions added under section 7. This requirement modifies the requirement in section 4 to "keep intact all notices".

    - -

    c) You must license the entire work, as a whole, under this License to anyone who comes into possession of a copy. This License will therefore apply, along with any applicable section 7 additional terms, to the whole of the work, and all its parts, regardless of how they are packaged. This License gives no permission to license the work in any other way, but it does not invalidate such permission if you have separately received it.

    - -

    d) If the work has interactive user interfaces, each must display Appropriate Legal Notices; however, if the Program has interactive interfaces that do not display Appropriate Legal Notices, your work need not make them do so.

    - -

    A compilation of a covered work with other separate and independent works, which are not by their nature extensions of the covered work, and which are not combined with it such as to form a larger program, in or on a volume of a storage or distribution medium, is called an "aggregate" if the compilation and its resulting copyright are not used to limit the access or legal rights of the compilation's users beyond what the individual works permit. Inclusion of a covered work in an aggregate does not cause this License to apply to the other parts of the aggregate.

    - -

    6. Conveying Non-Source Forms.

    - -

    You may convey a covered work in object code form under the terms of sections 4 and 5, provided that you also convey the machine-readable Corresponding Source under the terms of this License, in one of these ways:

    - -

    a) Convey the object code in, or embodied in, a physical product (including a physical distribution medium), accompanied by the Corresponding Source fixed on a durable physical medium customarily used for software interchange.

    - -

    b) Convey the object code in, or embodied in, a physical product (including a physical distribution medium), accompanied by a written offer, valid for at least three years and valid for as long as you offer spare parts or customer support for that product model, to give anyone who possesses the object code either (1) a copy of the Corresponding Source for all the software in the product that is covered by this License, on a durable physical medium customarily used for software interchange, for a price no more than your reasonable cost of physically performing this conveying of source, or (2) access to copy the Corresponding Source from a network server at no charge.

    - -

    c) Convey individual copies of the object code with a copy of the written offer to provide the Corresponding Source. This alternative is allowed only occasionally and noncommercially, and only if you received the object code with such an offer, in accord with subsection 6b.

    - -

    d) Convey the object code by offering access from a designated place (gratis or for a charge), and offer equivalent access to the Corresponding Source in the same way through the same place at no further charge. You need not require recipients to copy the Corresponding Source along with the object code. If the place to copy the object code is a network server, the Corresponding Source may be on a different server (operated by you or a third party) that supports equivalent copying facilities, provided you maintain clear directions next to the object code saying where to find the Corresponding Source. Regardless of what server hosts the Corresponding Source, you remain obligated to ensure that it is available for as long as needed to satisfy these requirements.

    - -

    e) Convey the object code using peer-to-peer transmission, provided you inform other peers where the object code and Corresponding Source of the work are being offered to the general public at no charge under subsection 6d.

    - -

    A separable portion of the object code, whose source code is excluded from the Corresponding Source as a System Library, need not be included in conveying the object code work.

    - -

    A "User Product" is either (1) a "consumer product", which means any tangible personal property which is normally used for personal, family, or household purposes, or (2) anything designed or sold for incorporation into a dwelling. In determining whether a product is a consumer product, doubtful cases shall be resolved in favor of coverage. For a particular product received by a particular user, "normally used" refers to a typical or common use of that class of product, regardless of the status of the particular user or of the way in which the particular user actually uses, or expects or is expected to use, the product. A product is a consumer product regardless of whether the product has substantial commercial, industrial or non-consumer uses, unless such uses represent the only significant mode of use of the product.

    - -

    "Installation Information" for a User Product means any methods, procedures, authorization keys, or other information required to install and execute modified versions of a covered work in that User Product from a modified version of its Corresponding Source. The information must suffice to ensure that the continued functioning of the modified object code is in no case prevented or interfered with solely because modification has been made.

    - -

    If you convey an object code work under this section in, or with, or specifically for use in, a User Product, and the conveying occurs as part of a transaction in which the right of possession and use of the User Product is transferred to the recipient in perpetuity or for a fixed term (regardless of how the transaction is characterized), the Corresponding Source conveyed under this section must be accompanied by the Installation Information. But this requirement does not apply if neither you nor any third party retains the ability to install modified object code on the User Product (for example, the work has been installed in ROM).

    - -

    The requirement to provide Installation Information does not include a requirement to continue to provide support service, warranty, or updates for a work that has been modified or installed by the recipient, or for the User Product in which it has been modified or installed. Access to a network may be denied when the modification itself materially and adversely affects the operation of the network or violates the rules and protocols for communication across the network.

    - -

    Corresponding Source conveyed, and Installation Information provided, in accord with this section must be in a format that is publicly documented (and with an implementation available to the public in source code form), and must require no special password or key for unpacking, reading or copying.

    - -

    7. Additional Terms.

    - -

    "Additional permissions" are terms that supplement the terms of this License by making exceptions from one or more of its conditions. Additional permissions that are applicable to the entire Program shall be treated as though they were included in this License, to the extent that they are valid under applicable law. If additional permissions apply only to part of the Program, that part may be used separately under those permissions, but the entire Program remains governed by this License without regard to the additional permissions.

    - -

    When you convey a copy of a covered work, you may at your option remove any additional permissions from that copy, or from any part of it. (Additional permissions may be written to require their own removal in certain cases when you modify the work.) You may place additional permissions on material, added by you to a covered work, for which you have or can give appropriate copyright permission.

    - -

    Notwithstanding any other provision of this License, for material you add to a covered work, you may (if authorized by the copyright holders of that material) supplement the terms of this License with terms:

    - -

    a) Disclaiming warranty or limiting liability differently from the terms of sections 15 and 16 of this License; or

    - -

    b) Requiring preservation of specified reasonable legal notices or author attributions in that material or in the Appropriate Legal Notices displayed by works containing it; or

    - -

    c) Prohibiting misrepresentation of the origin of that material, or requiring that modified versions of such material be marked in reasonable ways as different from the original version; or

    - -

    d) Limiting the use for publicity purposes of names of licensors or authors of the material; or

    - -

    e) Declining to grant rights under trademark law for use of some trade names, trademarks, or service marks; or

    - -

    f) Requiring indemnification of licensors and authors of that material by anyone who conveys the material (or modified versions of it) with contractual assumptions of liability to the recipient, for any liability that these contractual assumptions directly impose on those licensors and authors.

    - -

    All other non-permissive additional terms are considered "further restrictions" within the meaning of section 10. If the Program as you received it, or any part of it, contains a notice stating that it is governed by this License along with a term that is a further restriction, you may remove that term. If a license document contains a further restriction but permits relicensing or conveying under this License, you may add to a covered work material governed by the terms of that license document, provided that the further restriction does not survive such relicensing or conveying.

    - -

    If you add terms to a covered work in accord with this section, you must place, in the relevant source files, a statement of the additional terms that apply to those files, or a notice indicating where to find the applicable terms.

    - -

    Additional terms, permissive or non-permissive, may be stated in the form of a separately written license, or stated as exceptions; the above requirements apply either way.

    - -

    8. Termination.

    - -

    You may not propagate or modify a covered work except as expressly provided under this License. Any attempt otherwise to propagate or modify it is void, and will automatically terminate your rights under this License (including any patent licenses granted under the third paragraph of section 11).

    - -

    However, if you cease all violation of this License, then your license from a particular copyright holder is reinstated (a) provisionally, unless and until the copyright holder explicitly and finally terminates your license, and (b) permanently, if the copyright holder fails to notify you of the violation by some reasonable means prior to 60 days after the cessation.

    - -

    Moreover, your license from a particular copyright holder is reinstated permanently if the copyright holder notifies you of the violation by some reasonable means, this is the first time you have received notice of violation of this License (for any work) from that copyright holder, and you cure the violation prior to 30 days after your receipt of the notice.

    - -

    Termination of your rights under this section does not terminate the licenses of parties who have received copies or rights from you under this License. If your rights have been terminated and not permanently reinstated, you do not qualify to receive new licenses for the same material under section 10.

    - -

    9. Acceptance Not Required for Having Copies.

    - -

    You are not required to accept this License in order to receive or run a copy of the Program. Ancillary propagation of a covered work occurring solely as a consequence of using peer-to-peer transmission to receive a copy likewise does not require acceptance. However, nothing other than this License grants you permission to propagate or modify any covered work. These actions infringe copyright if you do not accept this License. Therefore, by modifying or propagating a covered work, you indicate your acceptance of this License to do so.

    - -

    10. Automatic Licensing of Downstream Recipients.

    - -

    Each time you convey a covered work, the recipient automatically receives a license from the original licensors, to run, modify and propagate that work, subject to this License. You are not responsible for enforcing compliance by third parties with this License.

    - -

    An "entity transaction" is a transaction transferring control of an organization, or substantially all assets of one, or subdividing an organization, or merging organizations. If propagation of a covered work results from an entity transaction, each party to that transaction who receives a copy of the work also receives whatever licenses to the work the party's predecessor in interest had or could give under the previous paragraph, plus a right to possession of the Corresponding Source of the work from the predecessor in interest, if the predecessor has it or can get it with reasonable efforts.

    - -

    You may not impose any further restrictions on the exercise of the rights granted or affirmed under this License. For example, you may not impose a license fee, royalty, or other charge for exercise of rights granted under this License, and you may not initiate litigation (including a cross-claim or counterclaim in a lawsuit) alleging that any patent claim is infringed by making, using, selling, offering for sale, or importing the Program or any portion of it.

    - -

    11. Patents.

    - -

    A "contributor" is a copyright holder who authorizes use under this License of the Program or a work on which the Program is based. The work thus licensed is called the contributor's "contributor version".

    - -

    A contributor's "essential patent claims" are all patent claims owned or controlled by the contributor, whether already acquired or hereafter acquired, that would be infringed by some manner, permitted by this License, of making, using, or selling its contributor version, but do not include claims that would be infringed only as a consequence of further modification of the contributor version. For purposes of this definition, "control" includes the right to grant patent sublicenses in a manner consistent with the requirements of this License.

    - -

    Each contributor grants you a non-exclusive, worldwide, royalty-free patent license under the contributor's essential patent claims, to make, use, sell, offer for sale, import and otherwise run, modify and propagate the contents of its contributor version.

    - -

    In the following three paragraphs, a "patent license" is any express agreement or commitment, however denominated, not to enforce a patent (such as an express permission to practice a patent or covenant not to sue for patent infringement). To "grant" such a patent license to a party means to make such an agreement or commitment not to enforce a patent against the party.

    - -

    If you convey a covered work, knowingly relying on a patent license, and the Corresponding Source of the work is not available for anyone to copy, free of charge and under the terms of this License, through a publicly available network server or other readily accessible means, then you must either (1) cause the Corresponding Source to be so available, or (2) arrange to deprive yourself of the benefit of the patent license for this particular work, or (3) arrange, in a manner consistent with the requirements of this License, to extend the patent license to downstream recipients. "Knowingly relying" means you have actual knowledge that, but for the patent license, your conveying the covered work in a country, or your recipient's use of the covered work in a country, would infringe one or more identifiable patents in that country that you have reason to believe are valid.

    - -

    If, pursuant to or in connection with a single transaction or arrangement, you convey, or propagate by procuring conveyance of, a covered work, and grant a patent license to some of the parties receiving the covered work authorizing them to use, propagate, modify or convey a specific copy of the covered work, then the patent license you grant is automatically extended to all recipients of the covered work and works based on it.

    - -

    A patent license is "discriminatory" if it does not include within the scope of its coverage, prohibits the exercise of, or is conditioned on the non-exercise of one or more of the rights that are specifically granted under this License. You may not convey a covered work if you are a party to an arrangement with a third party that is in the business of distributing software, under which you make payment to the third party based on the extent of your activity of conveying the work, and under which the third party grants, to any of the parties who would receive the covered work from you, a discriminatory patent license (a) in connection with copies of the covered work conveyed by you (or copies made from those copies), or (b) primarily for and in connection with specific products or compilations that contain the covered work, unless you entered into that arrangement, or that patent license was granted, prior to 28 March 2007.

    - -

    Nothing in this License shall be construed as excluding or limiting any implied license or other defenses to infringement that may otherwise be available to you under applicable patent law.

    - -

    12. No Surrender of Others' Freedom.

    - -

    If conditions are imposed on you (whether by court order, agreement or otherwise) that contradict the conditions of this License, they do not excuse you from the conditions of this License. If you cannot convey a covered work so as to satisfy simultaneously your obligations under this License and any other pertinent obligations, then as a consequence you may not convey it at all. For example, if you agree to terms that obligate you to collect a royalty for further conveying from those to whom you convey the Program, the only way you could satisfy both those terms and this License would be to refrain entirely from conveying the Program.

    - -

    13. Remote Network Interaction; Use with the GNU General Public License.

    - -

    Notwithstanding any other provision of this License, if you modify the Program, your modified version must prominently offer all users interacting with it remotely through a computer network (if your version supports such interaction) an opportunity to receive the Corresponding Source of your version by providing access to the Corresponding Source from a network server at no charge, through some standard or customary means of facilitating copying of software. This Corresponding Source shall include the Corresponding Source for any work covered by version 3 of the GNU General Public License that is incorporated pursuant to the following paragraph.

    - -

    Notwithstanding any other provision of this License, you have permission to link or combine any covered work with a work licensed under version 3 of the GNU General Public License into a single combined work, and to convey the resulting work. The terms of this License will continue to apply to the part which is the covered work, but the work with which it is combined will remain governed by version 3 of the GNU General Public License.

    - -

    14. Revised Versions of this License.

    - -

    The Free Software Foundation may publish revised and/or new versions of the GNU Affero General Public License from time to time. Such new versions will be similar in spirit to the present version, but may differ in detail to address new problems or concerns.

    - -

    Each version is given a distinguishing version number. If the Program specifies that a certain numbered version of the GNU Affero General Public License "or any later version" applies to it, you have the option of following the terms and conditions either of that numbered version or of any later version published by the Free Software Foundation. If the Program does not specify a version number of the GNU Affero General Public License, you may choose any version ever published by the Free Software Foundation.

    - -

    If the Program specifies that a proxy can decide which future versions of the GNU Affero General Public License can be used, that proxy's public statement of acceptance of a version permanently authorizes you to choose that version for the Program.

    - -

    Later license versions may give you additional or different permissions. However, no additional obligations are imposed on any author or copyright holder as a result of your choosing to follow a later version.

    - -

    15. Disclaimer of Warranty.

    - -

    THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION.

    - -

    16. Limitation of Liability.

    - -

    IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.

    - -

    17. Interpretation of Sections 15 and 16.

    - -

    If the disclaimer of warranty and limitation of liability provided above cannot be given local legal effect according to their terms, reviewing courts shall apply local law that most closely approximates an absolute waiver of all civil liability in connection with the Program, unless a warranty or assumption of liability accompanies a copy of the Program in return for a fee.

    - -

    END OF TERMS AND CONDITIONS

    - -

    How to Apply These Terms to Your New Programs

    - -

    If you develop a new program, and you want it to be of the greatest possible use to the public, the best way to achieve this is to make it free software which everyone can redistribute and change under these terms.

    - -

    To do so, attach the following notices to the program. It is safest to attach them to the start of each source file to most effectively state the exclusion of warranty; and each file should have at least the "copyright" line and a pointer to where the full notice is found.

    - -

    Copyright (C)

    - -

    This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

    - -

    This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details.

    - -

    You should have received a copy of the GNU Affero General Public License along with this program. If not, see .

    - -

    Also add information on how to contact you by electronic and paper mail.

    - -

    If your software can interact with users remotely through a computer network, you should also make sure that it provides a way for users to get its source. For example, if your program is a web application, its interface could display a "Source" link that leads users to an archive of the code. There are many ways you could offer source, and different solutions will be better for different programs; see section 13 for the specific requirements.

    - -

    You should also get your employer (if you work as a programmer) or school, if any, to sign a "copyright disclaimer" for the program, if necessary. For more information on this, and how to apply and follow the GNU AGPL, see .

    +

    MIT License

    +

    Copyright © 2012 Nedim Arabacı

    +

    Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

    +
      +
    • The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
    • +
    • THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS ORIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
    • +
    • IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
    • +
    diff --git a/js/external/macOSNotif/LICENSE b/js/external/macOSNotif/LICENSE deleted file mode 100755 index 1ce8758..0000000 --- a/js/external/macOSNotif/LICENSE +++ /dev/null @@ -1,661 +0,0 @@ - GNU AFFERO GENERAL PUBLIC LICENSE - Version 3, 19 November 2007 - - Copyright (C) 2007 Free Software Foundation, Inc. - Everyone is permitted to copy and distribute verbatim copies - of this license document, but changing it is not allowed. - - Preamble - - The GNU Affero General Public License is a free, copyleft license for -software and other kinds of works, specifically designed to ensure -cooperation with the community in the case of network server software. - - The licenses for most software and other practical works are designed -to take away your freedom to share and change the works. By contrast, -our General Public Licenses are intended to guarantee your freedom to -share and change all versions of a program--to make sure it remains free -software for all its users. - - When we speak of free software, we are referring to freedom, not -price. Our General Public Licenses are designed to make sure that you -have the freedom to distribute copies of free software (and charge for -them if you wish), that you receive source code or can get it if you -want it, that you can change the software or use pieces of it in new -free programs, and that you know you can do these things. - - Developers that use our General Public Licenses protect your rights -with two steps: (1) assert copyright on the software, and (2) offer -you this License which gives you legal permission to copy, distribute -and/or modify the software. - - A secondary benefit of defending all users' freedom is that -improvements made in alternate versions of the program, if they -receive widespread use, become available for other developers to -incorporate. Many developers of free software are heartened and -encouraged by the resulting cooperation. However, in the case of -software used on network servers, this result may fail to come about. -The GNU General Public License permits making a modified version and -letting the public access it on a server without ever releasing its -source code to the public. - - The GNU Affero General Public License is designed specifically to -ensure that, in such cases, the modified source code becomes available -to the community. It requires the operator of a network server to -provide the source code of the modified version running there to the -users of that server. Therefore, public use of a modified version, on -a publicly accessible server, gives the public access to the source -code of the modified version. - - An older license, called the Affero General Public License and -published by Affero, was designed to accomplish similar goals. This is -a different license, not a version of the Affero GPL, but Affero has -released a new version of the Affero GPL which permits relicensing under -this license. - - The precise terms and conditions for copying, distribution and -modification follow. - - TERMS AND CONDITIONS - - 0. Definitions. - - "This License" refers to version 3 of the GNU Affero General Public License. - - "Copyright" also means copyright-like laws that apply to other kinds of -works, such as semiconductor masks. - - "The Program" refers to any copyrightable work licensed under this -License. Each licensee is addressed as "you". "Licensees" and -"recipients" may be individuals or organizations. - - To "modify" a work means to copy from or adapt all or part of the work -in a fashion requiring copyright permission, other than the making of an -exact copy. The resulting work is called a "modified version" of the -earlier work or a work "based on" the earlier work. - - A "covered work" means either the unmodified Program or a work based -on the Program. - - To "propagate" a work means to do anything with it that, without -permission, would make you directly or secondarily liable for -infringement under applicable copyright law, except executing it on a -computer or modifying a private copy. Propagation includes copying, -distribution (with or without modification), making available to the -public, and in some countries other activities as well. - - To "convey" a work means any kind of propagation that enables other -parties to make or receive copies. Mere interaction with a user through -a computer network, with no transfer of a copy, is not conveying. - - An interactive user interface displays "Appropriate Legal Notices" -to the extent that it includes a convenient and prominently visible -feature that (1) displays an appropriate copyright notice, and (2) -tells the user that there is no warranty for the work (except to the -extent that warranties are provided), that licensees may convey the -work under this License, and how to view a copy of this License. If -the interface presents a list of user commands or options, such as a -menu, a prominent item in the list meets this criterion. - - 1. Source Code. - - The "source code" for a work means the preferred form of the work -for making modifications to it. "Object code" means any non-source -form of a work. - - A "Standard Interface" means an interface that either is an official -standard defined by a recognized standards body, or, in the case of -interfaces specified for a particular programming language, one that -is widely used among developers working in that language. - - The "System Libraries" of an executable work include anything, other -than the work as a whole, that (a) is included in the normal form of -packaging a Major Component, but which is not part of that Major -Component, and (b) serves only to enable use of the work with that -Major Component, or to implement a Standard Interface for which an -implementation is available to the public in source code form. A -"Major Component", in this context, means a major essential component -(kernel, window system, and so on) of the specific operating system -(if any) on which the executable work runs, or a compiler used to -produce the work, or an object code interpreter used to run it. - - The "Corresponding Source" for a work in object code form means all -the source code needed to generate, install, and (for an executable -work) run the object code and to modify the work, including scripts to -control those activities. However, it does not include the work's -System Libraries, or general-purpose tools or generally available free -programs which are used unmodified in performing those activities but -which are not part of the work. For example, Corresponding Source -includes interface definition files associated with source files for -the work, and the source code for shared libraries and dynamically -linked subprograms that the work is specifically designed to require, -such as by intimate data communication or control flow between those -subprograms and other parts of the work. - - The Corresponding Source need not include anything that users -can regenerate automatically from other parts of the Corresponding -Source. - - The Corresponding Source for a work in source code form is that -same work. - - 2. Basic Permissions. - - All rights granted under this License are granted for the term of -copyright on the Program, and are irrevocable provided the stated -conditions are met. This License explicitly affirms your unlimited -permission to run the unmodified Program. The output from running a -covered work is covered by this License only if the output, given its -content, constitutes a covered work. This License acknowledges your -rights of fair use or other equivalent, as provided by copyright law. - - You may make, run and propagate covered works that you do not -convey, without conditions so long as your license otherwise remains -in force. You may convey covered works to others for the sole purpose -of having them make modifications exclusively for you, or provide you -with facilities for running those works, provided that you comply with -the terms of this License in conveying all material for which you do -not control copyright. Those thus making or running the covered works -for you must do so exclusively on your behalf, under your direction -and control, on terms that prohibit them from making any copies of -your copyrighted material outside their relationship with you. - - Conveying under any other circumstances is permitted solely under -the conditions stated below. Sublicensing is not allowed; section 10 -makes it unnecessary. - - 3. Protecting Users' Legal Rights From Anti-Circumvention Law. - - No covered work shall be deemed part of an effective technological -measure under any applicable law fulfilling obligations under article -11 of the WIPO copyright treaty adopted on 20 December 1996, or -similar laws prohibiting or restricting circumvention of such -measures. - - When you convey a covered work, you waive any legal power to forbid -circumvention of technological measures to the extent such circumvention -is effected by exercising rights under this License with respect to -the covered work, and you disclaim any intention to limit operation or -modification of the work as a means of enforcing, against the work's -users, your or third parties' legal rights to forbid circumvention of -technological measures. - - 4. Conveying Verbatim Copies. - - You may convey verbatim copies of the Program's source code as you -receive it, in any medium, provided that you conspicuously and -appropriately publish on each copy an appropriate copyright notice; -keep intact all notices stating that this License and any -non-permissive terms added in accord with section 7 apply to the code; -keep intact all notices of the absence of any warranty; and give all -recipients a copy of this License along with the Program. - - You may charge any price or no price for each copy that you convey, -and you may offer support or warranty protection for a fee. - - 5. Conveying Modified Source Versions. - - You may convey a work based on the Program, or the modifications to -produce it from the Program, in the form of source code under the -terms of section 4, provided that you also meet all of these conditions: - - a) The work must carry prominent notices stating that you modified - it, and giving a relevant date. - - b) The work must carry prominent notices stating that it is - released under this License and any conditions added under section - 7. This requirement modifies the requirement in section 4 to - "keep intact all notices". - - c) You must license the entire work, as a whole, under this - License to anyone who comes into possession of a copy. This - License will therefore apply, along with any applicable section 7 - additional terms, to the whole of the work, and all its parts, - regardless of how they are packaged. This License gives no - permission to license the work in any other way, but it does not - invalidate such permission if you have separately received it. - - d) If the work has interactive user interfaces, each must display - Appropriate Legal Notices; however, if the Program has interactive - interfaces that do not display Appropriate Legal Notices, your - work need not make them do so. - - A compilation of a covered work with other separate and independent -works, which are not by their nature extensions of the covered work, -and which are not combined with it such as to form a larger program, -in or on a volume of a storage or distribution medium, is called an -"aggregate" if the compilation and its resulting copyright are not -used to limit the access or legal rights of the compilation's users -beyond what the individual works permit. Inclusion of a covered work -in an aggregate does not cause this License to apply to the other -parts of the aggregate. - - 6. Conveying Non-Source Forms. - - You may convey a covered work in object code form under the terms -of sections 4 and 5, provided that you also convey the -machine-readable Corresponding Source under the terms of this License, -in one of these ways: - - a) Convey the object code in, or embodied in, a physical product - (including a physical distribution medium), accompanied by the - Corresponding Source fixed on a durable physical medium - customarily used for software interchange. - - b) Convey the object code in, or embodied in, a physical product - (including a physical distribution medium), accompanied by a - written offer, valid for at least three years and valid for as - long as you offer spare parts or customer support for that product - model, to give anyone who possesses the object code either (1) a - copy of the Corresponding Source for all the software in the - product that is covered by this License, on a durable physical - medium customarily used for software interchange, for a price no - more than your reasonable cost of physically performing this - conveying of source, or (2) access to copy the - Corresponding Source from a network server at no charge. - - c) Convey individual copies of the object code with a copy of the - written offer to provide the Corresponding Source. This - alternative is allowed only occasionally and noncommercially, and - only if you received the object code with such an offer, in accord - with subsection 6b. - - d) Convey the object code by offering access from a designated - place (gratis or for a charge), and offer equivalent access to the - Corresponding Source in the same way through the same place at no - further charge. You need not require recipients to copy the - Corresponding Source along with the object code. If the place to - copy the object code is a network server, the Corresponding Source - may be on a different server (operated by you or a third party) - that supports equivalent copying facilities, provided you maintain - clear directions next to the object code saying where to find the - Corresponding Source. Regardless of what server hosts the - Corresponding Source, you remain obligated to ensure that it is - available for as long as needed to satisfy these requirements. - - e) Convey the object code using peer-to-peer transmission, provided - you inform other peers where the object code and Corresponding - Source of the work are being offered to the general public at no - charge under subsection 6d. - - A separable portion of the object code, whose source code is excluded -from the Corresponding Source as a System Library, need not be -included in conveying the object code work. - - A "User Product" is either (1) a "consumer product", which means any -tangible personal property which is normally used for personal, family, -or household purposes, or (2) anything designed or sold for incorporation -into a dwelling. In determining whether a product is a consumer product, -doubtful cases shall be resolved in favor of coverage. For a particular -product received by a particular user, "normally used" refers to a -typical or common use of that class of product, regardless of the status -of the particular user or of the way in which the particular user -actually uses, or expects or is expected to use, the product. A product -is a consumer product regardless of whether the product has substantial -commercial, industrial or non-consumer uses, unless such uses represent -the only significant mode of use of the product. - - "Installation Information" for a User Product means any methods, -procedures, authorization keys, or other information required to install -and execute modified versions of a covered work in that User Product from -a modified version of its Corresponding Source. The information must -suffice to ensure that the continued functioning of the modified object -code is in no case prevented or interfered with solely because -modification has been made. - - If you convey an object code work under this section in, or with, or -specifically for use in, a User Product, and the conveying occurs as -part of a transaction in which the right of possession and use of the -User Product is transferred to the recipient in perpetuity or for a -fixed term (regardless of how the transaction is characterized), the -Corresponding Source conveyed under this section must be accompanied -by the Installation Information. But this requirement does not apply -if neither you nor any third party retains the ability to install -modified object code on the User Product (for example, the work has -been installed in ROM). - - The requirement to provide Installation Information does not include a -requirement to continue to provide support service, warranty, or updates -for a work that has been modified or installed by the recipient, or for -the User Product in which it has been modified or installed. Access to a -network may be denied when the modification itself materially and -adversely affects the operation of the network or violates the rules and -protocols for communication across the network. - - Corresponding Source conveyed, and Installation Information provided, -in accord with this section must be in a format that is publicly -documented (and with an implementation available to the public in -source code form), and must require no special password or key for -unpacking, reading or copying. - - 7. Additional Terms. - - "Additional permissions" are terms that supplement the terms of this -License by making exceptions from one or more of its conditions. -Additional permissions that are applicable to the entire Program shall -be treated as though they were included in this License, to the extent -that they are valid under applicable law. If additional permissions -apply only to part of the Program, that part may be used separately -under those permissions, but the entire Program remains governed by -this License without regard to the additional permissions. - - When you convey a copy of a covered work, you may at your option -remove any additional permissions from that copy, or from any part of -it. (Additional permissions may be written to require their own -removal in certain cases when you modify the work.) You may place -additional permissions on material, added by you to a covered work, -for which you have or can give appropriate copyright permission. - - Notwithstanding any other provision of this License, for material you -add to a covered work, you may (if authorized by the copyright holders of -that material) supplement the terms of this License with terms: - - a) Disclaiming warranty or limiting liability differently from the - terms of sections 15 and 16 of this License; or - - b) Requiring preservation of specified reasonable legal notices or - author attributions in that material or in the Appropriate Legal - Notices displayed by works containing it; or - - c) Prohibiting misrepresentation of the origin of that material, or - requiring that modified versions of such material be marked in - reasonable ways as different from the original version; or - - d) Limiting the use for publicity purposes of names of licensors or - authors of the material; or - - e) Declining to grant rights under trademark law for use of some - trade names, trademarks, or service marks; or - - f) Requiring indemnification of licensors and authors of that - material by anyone who conveys the material (or modified versions of - it) with contractual assumptions of liability to the recipient, for - any liability that these contractual assumptions directly impose on - those licensors and authors. - - All other non-permissive additional terms are considered "further -restrictions" within the meaning of section 10. If the Program as you -received it, or any part of it, contains a notice stating that it is -governed by this License along with a term that is a further -restriction, you may remove that term. If a license document contains -a further restriction but permits relicensing or conveying under this -License, you may add to a covered work material governed by the terms -of that license document, provided that the further restriction does -not survive such relicensing or conveying. - - If you add terms to a covered work in accord with this section, you -must place, in the relevant source files, a statement of the -additional terms that apply to those files, or a notice indicating -where to find the applicable terms. - - Additional terms, permissive or non-permissive, may be stated in the -form of a separately written license, or stated as exceptions; -the above requirements apply either way. - - 8. Termination. - - You may not propagate or modify a covered work except as expressly -provided under this License. Any attempt otherwise to propagate or -modify it is void, and will automatically terminate your rights under -this License (including any patent licenses granted under the third -paragraph of section 11). - - However, if you cease all violation of this License, then your -license from a particular copyright holder is reinstated (a) -provisionally, unless and until the copyright holder explicitly and -finally terminates your license, and (b) permanently, if the copyright -holder fails to notify you of the violation by some reasonable means -prior to 60 days after the cessation. - - Moreover, your license from a particular copyright holder is -reinstated permanently if the copyright holder notifies you of the -violation by some reasonable means, this is the first time you have -received notice of violation of this License (for any work) from that -copyright holder, and you cure the violation prior to 30 days after -your receipt of the notice. - - Termination of your rights under this section does not terminate the -licenses of parties who have received copies or rights from you under -this License. If your rights have been terminated and not permanently -reinstated, you do not qualify to receive new licenses for the same -material under section 10. - - 9. Acceptance Not Required for Having Copies. - - You are not required to accept this License in order to receive or -run a copy of the Program. Ancillary propagation of a covered work -occurring solely as a consequence of using peer-to-peer transmission -to receive a copy likewise does not require acceptance. However, -nothing other than this License grants you permission to propagate or -modify any covered work. These actions infringe copyright if you do -not accept this License. Therefore, by modifying or propagating a -covered work, you indicate your acceptance of this License to do so. - - 10. Automatic Licensing of Downstream Recipients. - - Each time you convey a covered work, the recipient automatically -receives a license from the original licensors, to run, modify and -propagate that work, subject to this License. You are not responsible -for enforcing compliance by third parties with this License. - - An "entity transaction" is a transaction transferring control of an -organization, or substantially all assets of one, or subdividing an -organization, or merging organizations. If propagation of a covered -work results from an entity transaction, each party to that -transaction who receives a copy of the work also receives whatever -licenses to the work the party's predecessor in interest had or could -give under the previous paragraph, plus a right to possession of the -Corresponding Source of the work from the predecessor in interest, if -the predecessor has it or can get it with reasonable efforts. - - You may not impose any further restrictions on the exercise of the -rights granted or affirmed under this License. For example, you may -not impose a license fee, royalty, or other charge for exercise of -rights granted under this License, and you may not initiate litigation -(including a cross-claim or counterclaim in a lawsuit) alleging that -any patent claim is infringed by making, using, selling, offering for -sale, or importing the Program or any portion of it. - - 11. Patents. - - A "contributor" is a copyright holder who authorizes use under this -License of the Program or a work on which the Program is based. The -work thus licensed is called the contributor's "contributor version". - - A contributor's "essential patent claims" are all patent claims -owned or controlled by the contributor, whether already acquired or -hereafter acquired, that would be infringed by some manner, permitted -by this License, of making, using, or selling its contributor version, -but do not include claims that would be infringed only as a -consequence of further modification of the contributor version. For -purposes of this definition, "control" includes the right to grant -patent sublicenses in a manner consistent with the requirements of -this License. - - Each contributor grants you a non-exclusive, worldwide, royalty-free -patent license under the contributor's essential patent claims, to -make, use, sell, offer for sale, import and otherwise run, modify and -propagate the contents of its contributor version. - - In the following three paragraphs, a "patent license" is any express -agreement or commitment, however denominated, not to enforce a patent -(such as an express permission to practice a patent or covenant not to -sue for patent infringement). To "grant" such a patent license to a -party means to make such an agreement or commitment not to enforce a -patent against the party. - - If you convey a covered work, knowingly relying on a patent license, -and the Corresponding Source of the work is not available for anyone -to copy, free of charge and under the terms of this License, through a -publicly available network server or other readily accessible means, -then you must either (1) cause the Corresponding Source to be so -available, or (2) arrange to deprive yourself of the benefit of the -patent license for this particular work, or (3) arrange, in a manner -consistent with the requirements of this License, to extend the patent -license to downstream recipients. "Knowingly relying" means you have -actual knowledge that, but for the patent license, your conveying the -covered work in a country, or your recipient's use of the covered work -in a country, would infringe one or more identifiable patents in that -country that you have reason to believe are valid. - - If, pursuant to or in connection with a single transaction or -arrangement, you convey, or propagate by procuring conveyance of, a -covered work, and grant a patent license to some of the parties -receiving the covered work authorizing them to use, propagate, modify -or convey a specific copy of the covered work, then the patent license -you grant is automatically extended to all recipients of the covered -work and works based on it. - - A patent license is "discriminatory" if it does not include within -the scope of its coverage, prohibits the exercise of, or is -conditioned on the non-exercise of one or more of the rights that are -specifically granted under this License. You may not convey a covered -work if you are a party to an arrangement with a third party that is -in the business of distributing software, under which you make payment -to the third party based on the extent of your activity of conveying -the work, and under which the third party grants, to any of the -parties who would receive the covered work from you, a discriminatory -patent license (a) in connection with copies of the covered work -conveyed by you (or copies made from those copies), or (b) primarily -for and in connection with specific products or compilations that -contain the covered work, unless you entered into that arrangement, -or that patent license was granted, prior to 28 March 2007. - - Nothing in this License shall be construed as excluding or limiting -any implied license or other defenses to infringement that may -otherwise be available to you under applicable patent law. - - 12. No Surrender of Others' Freedom. - - If conditions are imposed on you (whether by court order, agreement or -otherwise) that contradict the conditions of this License, they do not -excuse you from the conditions of this License. If you cannot convey a -covered work so as to satisfy simultaneously your obligations under this -License and any other pertinent obligations, then as a consequence you may -not convey it at all. For example, if you agree to terms that obligate you -to collect a royalty for further conveying from those to whom you convey -the Program, the only way you could satisfy both those terms and this -License would be to refrain entirely from conveying the Program. - - 13. Remote Network Interaction; Use with the GNU General Public License. - - Notwithstanding any other provision of this License, if you modify the -Program, your modified version must prominently offer all users -interacting with it remotely through a computer network (if your version -supports such interaction) an opportunity to receive the Corresponding -Source of your version by providing access to the Corresponding Source -from a network server at no charge, through some standard or customary -means of facilitating copying of software. This Corresponding Source -shall include the Corresponding Source for any work covered by version 3 -of the GNU General Public License that is incorporated pursuant to the -following paragraph. - - Notwithstanding any other provision of this License, you have -permission to link or combine any covered work with a work licensed -under version 3 of the GNU General Public License into a single -combined work, and to convey the resulting work. The terms of this -License will continue to apply to the part which is the covered work, -but the work with which it is combined will remain governed by version -3 of the GNU General Public License. - - 14. Revised Versions of this License. - - The Free Software Foundation may publish revised and/or new versions of -the GNU Affero General Public License from time to time. Such new versions -will be similar in spirit to the present version, but may differ in detail to -address new problems or concerns. - - Each version is given a distinguishing version number. If the -Program specifies that a certain numbered version of the GNU Affero General -Public License "or any later version" applies to it, you have the -option of following the terms and conditions either of that numbered -version or of any later version published by the Free Software -Foundation. If the Program does not specify a version number of the -GNU Affero General Public License, you may choose any version ever published -by the Free Software Foundation. - - If the Program specifies that a proxy can decide which future -versions of the GNU Affero General Public License can be used, that proxy's -public statement of acceptance of a version permanently authorizes you -to choose that version for the Program. - - Later license versions may give you additional or different -permissions. However, no additional obligations are imposed on any -author or copyright holder as a result of your choosing to follow a -later version. - - 15. Disclaimer of Warranty. - - THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY -APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT -HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY -OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, -THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR -PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM -IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF -ALL NECESSARY SERVICING, REPAIR OR CORRECTION. - - 16. Limitation of Liability. - - IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING -WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS -THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY -GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE -USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF -DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD -PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), -EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF -SUCH DAMAGES. - - 17. Interpretation of Sections 15 and 16. - - If the disclaimer of warranty and limitation of liability provided -above cannot be given local legal effect according to their terms, -reviewing courts shall apply local law that most closely approximates -an absolute waiver of all civil liability in connection with the -Program, unless a warranty or assumption of liability accompanies a -copy of the Program in return for a fee. - - END OF TERMS AND CONDITIONS - - How to Apply These Terms to Your New Programs - - If you develop a new program, and you want it to be of the greatest -possible use to the public, the best way to achieve this is to make it -free software which everyone can redistribute and change under these terms. - - To do so, attach the following notices to the program. It is safest -to attach them to the start of each source file to most effectively -state the exclusion of warranty; and each file should have at least -the "copyright" line and a pointer to where the full notice is found. - - - Copyright (C) - - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU Affero General Public License as published - by the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU Affero General Public License for more details. - - You should have received a copy of the GNU Affero General Public License - along with this program. If not, see . - -Also add information on how to contact you by electronic and paper mail. - - If your software can interact with users remotely through a computer -network, you should also make sure that it provides a way for users to -get its source. For example, if your program is a web application, its -interface could display a "Source" link that leads users to an archive -of the code. There are many ways you could offer source, and different -solutions will be better for different programs; see section 13 for the -specific requirements. - - You should also get your employer (if you work as a programmer) or school, -if any, to sign a "copyright disclaimer" for the program, if necessary. -For more information on this, and how to apply and follow the GNU AGPL, see -. \ No newline at end of file diff --git a/js/external/macOSNotif/macOSNotif.min.js b/js/external/macOSNotif/macOSNotif.min.js deleted file mode 100755 index 02a766d..0000000 --- a/js/external/macOSNotif/macOSNotif.min.js +++ /dev/null @@ -1,9 +0,0 @@ -/*! - * macOSNotifJS - v0.0.4 - 2018-11-12 - * /** - * * macOSNotifJS: A simple Javascript plugin to create simulated macOS notifications on your website. - * * - * * Copyright (C) 2018 Matt Cowley (MattIPv4) (me@mattcowley.co.uk) - * * / - * - */!function(A){var t={};function n(o){if(t[o])return t[o].exports;var i=t[o]={i:o,l:!1,exports:{}};return A[o].call(i.exports,i,i.exports,n),i.l=!0,i.exports}n.m=A,n.c=t,n.d=function(A,t,o){n.o(A,t)||Object.defineProperty(A,t,{enumerable:!0,get:o})},n.r=function(A){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(A,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(A,"__esModule",{value:!0})},n.t=function(A,t){if(1&t&&(A=n(A)),8&t)return A;if(4&t&&"object"==typeof A&&A&&A.__esModule)return A;var o=Object.create(null);if(n.r(o),Object.defineProperty(o,"default",{enumerable:!0,value:A}),2&t&&"string"!=typeof A)for(var i in A)n.d(o,i,function(t){return A[t]}.bind(null,i));return o},n.n=function(A){var t=A&&A.__esModule?function(){return A.default}:function(){return A};return n.d(t,"a",t),t},n.o=function(A,t){return Object.prototype.hasOwnProperty.call(A,t)},n.p="",n(n.s=10)}([function(A,t){var n=A.exports="undefined"!=typeof window&&window.Math==Math?window:"undefined"!=typeof self&&self.Math==Math?self:Function("return this")();"number"==typeof __g&&(__g=n)},function(A,t){var n=A.exports={version:"2.5.7"};"number"==typeof __e&&(__e=n)},function(A,t){A.exports=function(A){return"object"==typeof A?null!==A:"function"==typeof A}},function(A,t,n){A.exports=!n(6)(function(){return 7!=Object.defineProperty({},"a",{get:function(){return 7}}).a})},function(A,t,n){var o=n(26),i=n(28);A.exports=function(A){return o(i(A))}},function(A,t,n){var o=n(14),i=n(19);A.exports=n(3)?function(A,t,n){return o.f(A,t,i(1,n))}:function(A,t,n){return A[t]=n,A}},function(A,t){A.exports=function(A){try{return!!A()}catch(A){return!0}}},function(A,t){var n={}.hasOwnProperty;A.exports=function(A,t){return n.call(A,t)}},function(A,t){var n=0,o=Math.random();A.exports=function(A){return"Symbol(".concat(void 0===A?"":A,")_",(++n+o).toString(36))}},function(A,t){var n=Math.ceil,o=Math.floor;A.exports=function(A){return isNaN(A=+A)?0:(A>0?o:n)(A)}},function(A,t,n){n(11),A.exports=n(37)},function(A,t,n){n(12),A.exports=n(1).Object.entries},function(A,t,n){var o=n(13),i=n(23)(!0);o(o.S,"Object",{entries:function(A){return i(A)}})},function(A,t,n){var o=n(0),i=n(1),q=n(5),e=n(20),r=n(21),a=function(A,t,n){var s,u,g,c,l=A&a.F,E=A&a.G,B=A&a.S,I=A&a.P,p=A&a.B,Q=E?o:B?o[t]||(o[t]={}):(o[t]||{}).prototype,C=E?i:i[t]||(i[t]={}),m=C.prototype||(C.prototype={});for(s in E&&(n=t),n)g=((u=!l&&Q&&void 0!==Q[s])?Q:n)[s],c=p&&u?r(g,o):I&&"function"==typeof g?r(Function.call,g):g,Q&&e(Q,s,g,A&a.U),C[s]!=g&&q(C,s,c),I&&m[s]!=g&&(m[s]=g)};o.core=i,a.F=1,a.G=2,a.S=4,a.P=8,a.B=16,a.W=32,a.U=64,a.R=128,A.exports=a},function(A,t,n){var o=n(15),i=n(16),q=n(18),e=Object.defineProperty;t.f=n(3)?Object.defineProperty:function(A,t,n){if(o(A),t=q(t,!0),o(n),i)try{return e(A,t,n)}catch(A){}if("get"in n||"set"in n)throw TypeError("Accessors not supported!");return"value"in n&&(A[t]=n.value),A}},function(A,t,n){var o=n(2);A.exports=function(A){if(!o(A))throw TypeError(A+" is not an object!");return A}},function(A,t,n){A.exports=!n(3)&&!n(6)(function(){return 7!=Object.defineProperty(n(17)("div"),"a",{get:function(){return 7}}).a})},function(A,t,n){var o=n(2),i=n(0).document,q=o(i)&&o(i.createElement);A.exports=function(A){return q?i.createElement(A):{}}},function(A,t,n){var o=n(2);A.exports=function(A,t){if(!o(A))return A;var n,i;if(t&&"function"==typeof(n=A.toString)&&!o(i=n.call(A)))return i;if("function"==typeof(n=A.valueOf)&&!o(i=n.call(A)))return i;if(!t&&"function"==typeof(n=A.toString)&&!o(i=n.call(A)))return i;throw TypeError("Can't convert object to primitive value")}},function(A,t){A.exports=function(A,t){return{enumerable:!(1&A),configurable:!(2&A),writable:!(4&A),value:t}}},function(A,t,n){var o=n(0),i=n(5),q=n(7),e=n(8)("src"),r=Function.toString,a=(""+r).split("toString");n(1).inspectSource=function(A){return r.call(A)},(A.exports=function(A,t,n,r){var s="function"==typeof n;s&&(q(n,"name")||i(n,"name",t)),A[t]!==n&&(s&&(q(n,e)||i(n,e,A[t]?""+A[t]:a.join(String(t)))),A===o?A[t]=n:r?A[t]?A[t]=n:i(A,t,n):(delete A[t],i(A,t,n)))})(Function.prototype,"toString",function(){return"function"==typeof this&&this[e]||r.call(this)})},function(A,t,n){var o=n(22);A.exports=function(A,t,n){if(o(A),void 0===t)return A;switch(n){case 1:return function(n){return A.call(t,n)};case 2:return function(n,o){return A.call(t,n,o)};case 3:return function(n,o,i){return A.call(t,n,o,i)}}return function(){return A.apply(t,arguments)}}},function(A,t){A.exports=function(A){if("function"!=typeof A)throw TypeError(A+" is not a function!");return A}},function(A,t,n){var o=n(24),i=n(4),q=n(36).f;A.exports=function(A){return function(t){for(var n,e=i(t),r=o(e),a=r.length,s=0,u=[];a>s;)q.call(e,n=r[s++])&&u.push(A?[n,e[n]]:e[n]);return u}}},function(A,t,n){var o=n(25),i=n(35);A.exports=Object.keys||function(A){return o(A,i)}},function(A,t,n){var o=n(7),i=n(4),q=n(29)(!1),e=n(32)("IE_PROTO");A.exports=function(A,t){var n,r=i(A),a=0,s=[];for(n in r)n!=e&&o(r,n)&&s.push(n);for(;t.length>a;)o(r,n=t[a++])&&(~q(s,n)||s.push(n));return s}},function(A,t,n){var o=n(27);A.exports=Object("z").propertyIsEnumerable(0)?Object:function(A){return"String"==o(A)?A.split(""):Object(A)}},function(A,t){var n={}.toString;A.exports=function(A){return n.call(A).slice(8,-1)}},function(A,t){A.exports=function(A){if(void 0==A)throw TypeError("Can't call method on "+A);return A}},function(A,t,n){var o=n(4),i=n(30),q=n(31);A.exports=function(A){return function(t,n,e){var r,a=o(t),s=i(a.length),u=q(e,s);if(A&&n!=n){for(;s>u;)if((r=a[u++])!=r)return!0}else for(;s>u;u++)if((A||u in a)&&a[u]===n)return A||u||0;return!A&&-1}}},function(A,t,n){var o=n(9),i=Math.min;A.exports=function(A){return A>0?i(o(A),9007199254740991):0}},function(A,t,n){var o=n(9),i=Math.max,q=Math.min;A.exports=function(A,t){return(A=o(A))<0?i(A+t,0):q(A,t)}},function(A,t,n){var o=n(33)("keys"),i=n(8);A.exports=function(A){return o[A]||(o[A]=i(A))}},function(A,t,n){var o=n(1),i=n(0),q=i["__core-js_shared__"]||(i["__core-js_shared__"]={});(A.exports=function(A,t){return q[A]||(q[A]=void 0!==t?t:{})})("versions",[]).push({version:o.version,mode:n(34)?"pure":"global",copyright:"© 2018 Denis Pushkarev (zloirock.ru)"})},function(A,t){A.exports=!1},function(A,t){A.exports="constructor,hasOwnProperty,isPrototypeOf,propertyIsEnumerable,toLocaleString,toString,valueOf".split(",")},function(A,t){t.f={}.propertyIsEnumerable},function(A,t,n){function o(A,t,n){return t in A?Object.defineProperty(A,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):A[t]=n,A}n(38);var i=function(){function A(A){this.element="string"==typeof A?document.querySelector(A):A,this.drag_acting=!1,this.drag_xOrg=null,this.drag_xOffset=0}var t=A.prototype;return t.onDismiss=function(A){return this.onDismiss=A,this},t.scroll_move=function(A){A.deltaX&&A.deltaX<0&&this.onDismiss()},t.scroll_run=function(){var A=this;this.element.addEventListener("wheel",function(t){return A.scroll_move(t)},!0)},t.drag_move=function(A){if(this.drag_acting){A.preventDefault(),A.stopPropagation();var t=this.drag_xOffset+this.drag_xOrg;"mousemove"===A.type?t-=A.clientX:"touchmove"===A.type&&(t-=A.targetTouches[0].clientX),t>this.drag_xOrg&&(t=this.drag_xOrg),this.element.style.transition="unset",this.element.style.right=t+"px"}},t.drag_rightOffset=function(){var A=this.element.getBoundingClientRect();return this.element.parentElement.getBoundingClientRect().right-A.right},t.drag_start=function(A){A.preventDefault(),A.stopPropagation(),"mousedown"===A.type?this.drag_xOffset=A.clientX:"touchstart"===A.type&&(this.drag_xOffset=A.targetTouches[0].clientX),null===this.drag_xOrg&&(this.drag_xOrg=this.drag_rightOffset()),this.drag_acting=!0},t.drag_stop=function(A){this.drag_acting&&(A.preventDefault(),A.stopPropagation(),this.element.style.transition="",this.drag_acting=!1,Math.abs(this.drag_rightOffset())>=.2*this.element.offsetWidth?this.onDismiss():this.element.style.right=this.drag_xOrg+"px")},t.drag_run=function(){var A=this;this.element.addEventListener("mousedown",function(t){return A.drag_start(t)},!0),this.element.addEventListener("touchstart",function(t){return A.drag_start(t)},!0),window.addEventListener("mousemove",function(t){return A.drag_move(t)},!0),window.addEventListener("touchmove",function(t){return A.drag_move(t)},!0),window.addEventListener("mouseup",function(t){return A.drag_stop(t)},!0),window.addEventListener("touchend",function(t){return A.drag_stop(t)},!0)},t.run=function(){this.drag_run()},A}(),q=n(41).default.replace(//g,""),e={},r=function(){function A(A){this.options=function(A){for(var t=1;tA&&(n.dismissing||(t+=1))});var n=this.container.parentElement,o=n.offsetHeight*Math.min(t,5);t<6?(this.container.style.opacity=1,this.container.style.pointerEvents="auto",n.style.top=o+"px"):t-6<2?(this.container.style.opacity=(3-(t-6))/4,this.container.style.pointerEvents="none",o+=n.offsetHeight*(t-6+1)/8,n.style.top=o+"px"):(this.container.style.opacity=0,this.container.style.pointerEvents="none")},t.__handleGo=function(A,t,n,o){var i=this;void 0===o&&(o=!1),n&&(null===A&&o||this.dismiss()),"#"!==A&&null!==A&&setTimeout(function(){"function"==typeof A?A(i):t?window.open(A,"_blank").focus():window.location.href=A},n?800:0)},t.dismissAll=function(){Object.values(e).forEach(function(A){return A.dismiss()})},t.dismiss=function(){var t=this;if(!this.dismissing){this.dismissing=!0;var n=A.__fullId(this.id);this.container.parentElement.style.pointerEvents="none",this.container.style.right=-this.container.parentElement.offsetWidth+"px",this.container.style.opacity="0.1",A.__updatePosAll(),window[n+"_AutoDismiss"]&&(clearTimeout(window[n+"_AutoDismiss"]),delete window[n+"_AutoDismiss"]),window[n+"_ButtonMain"]&&delete window[n+"_ButtonMain"],window[n+"_Button1"]&&delete window[n+"_Button1"],window[n+"_Button2"]&&delete window[n+"_Button2"],setTimeout(function(){t.container.parentElement.parentElement.removeChild(t.container.parentElement),delete e[t.id],delete window[n]},800)}},t.dark=function(){A.__getElements(this.id).Outer.classList.add("macOSNotif_Dark")},t.light=function(){A.__getElements(this.id).Outer.classList.remove("macOSNotif_Dark")},t.setTitle=function(t){this.options.title=t,A.__getElements(this.id).Title.textContent=t},t.setSubtitle=function(t){this.options.subtitle=t,A.__getElements(this.id).Subtitle.textContent=t},t.run=function(){var t=this;if(null===this.id){var n=A.__generateTemplate();this.id=n.id,document.body.insertAdjacentHTML("beforeend",n.template);var o=A.__getElements(this.id),q=o.Container,r=o.Img,a=o.Image,s=o.Text,u=o.Buttons,g=o.Button1,c=o.Button2;this.container=q,this.container.setAttribute("data-id",this.id),this.container.parentElement.style.zIndex=(this.options.zIndex+this.id).toString(),this.options.dark&&this.dark(),null!==this.options.imageSrc?(null!==this.options.imageLink&&a.classList.add("macOSNotif_Clickable"),a.src=this.options.imageSrc,a.alt=this.options.imageName,a.title=this.options.imageName):r.parentElement.removeChild(r),this.setTitle(this.options.title),this.setSubtitle(this.options.subtitle),null!==this.options.mainLink&&s.classList.add("macOSNotif_Clickable"),null!==this.options.btn1Text?(g.textContent=this.options.btn1Text,null!==this.options.btn2Text?c.textContent=this.options.btn2Text:(g.classList.add("macOSNotif_ButtonFull"),c.parentElement.removeChild(c))):(s.classList.add("macOSNotif_TextFull"),u.parentElement.removeChild(u)),this.options.interactDismiss&&(this.interact=new i(this.container),this.interact.onDismiss(function(){t.dismiss()}).run());var l=A.__fullId(this.id);window[l+"_ButtonImg"]=function(){t.__handleGo(t.options.imageLink,t.options.imageLinkNewTab,!0,!0)},window[l+"_ButtonMain"]=function(){t.__handleGo(t.options.mainLink,t.options.mainLinkNewTab,!0,!0)},window[l+"_Button1"]=function(){t.__handleGo(t.options.btn1Link,t.options.btn1NewTab,t.options.btn1Dismiss)},window[l+"_Button2"]=function(){t.__handleGo(t.options.btn2Link,t.options.btn2NewTab,t.options.btn2Dismiss)},0!==this.options.autoDismiss&&(window[l+"_AutoDismiss"]=setTimeout(function(){t.dismiss()},1e3*this.options.autoDismiss+1e3*this.options.delay)),setTimeout(function(){A.__updatePosAll(),t.options.sounds&&A.__generateAudio().play(),t.container.style.right="15px",t.container.style.opacity="1"},1e3*this.options.delay),e[this.id]=this,window[l]=this}},A}();window.macOSNotif=function(A){var t=new r(A);return t.run(),t}},function(A,t,n){},,,function(A,t,n){"use strict";n.r(t),t.default='\x3c!--\n* macOSNotifJS: A simple Javascript plugin to create simulated macOS notifications on your website.\n* \n* Copyright (C) 2018 Matt Cowley (MattIPv4) (me@mattcowley.co.uk)\n*\n* This program is free software: you can redistribute it and/or modify\n* it under the terms of the GNU Affero General Public License as published\n* by the Free Software Foundation, either version 3 of the License, or\n* (at your option) any later version.\n* This program is distributed in the hope that it will be useful,\n* but WITHOUT ANY WARRANTY; without even the implied warranty of\n* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n* GNU General Public License for more details.\n* You should have received a copy of the GNU Affero General Public License\n* along with this program. If not, please see\n* or .\n--\x3e\n\n
    \n
    \n \n \n \n \n

    \n

    \n
    \n
    \n \n \n
    \n
    \n
    \n'},function(A,t){A.exports="data:audio/mpeg;base64,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"},function(A,t){A.exports="data:audio/ogg;base64,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AABQ4AAAEGCDpsTiAIWGrAQAQgIAHIpiWZrmeZ4niqapmiRJ0zxPFEXRNE1TVUmSpnmeKIqiaZqmqrIsTfM8URRF01RVVYWmeZ4oiqJpqqrqwvM8TxRF0TRV1XXheZ4niqJomqrquhBFUTRN01RNVXVdIIqmaZqqqqquC0RPFE1TVV3XdYHniaJpqqqrui4QTdNUVVV1XVkGmKZpqqrryjJAVVXVdV1XlgGqqqqu67qyDFBV13VdWZZlAK7rurIsywIAAA4cAAACjKCTjCqLsNGECw9AoSErAoAoAADAGKYUU8owJiGkEBrGJIQUQiYlpdJSqiCkUlIpFYRUSiolo5RSailVEFIpqZQKQiollVIAANiBAwDYgYVQaMhKACAPAIAwRinGGHNOIqQUY845JxFSijHnnJNKMeacc85JKRlzzDnnpJTOOeecc1JK5pxzzjkppXPOOeeclFJK55xzTkopJYTOQSellNI555wTAABU4AAAEGCjyOYEI0GFhqwEAFIBAAyOY1ma5nmiaJqWJGma53meKJqmJkma5nmeJ4qqyfM8TxRF0TRVled5niiKommqKtcVRdM0TVVVXbIsiqZpmqrqujBN01RV13VdmKZpqqrrui5sW1VV1XVlGbatqqrqurIMXNd1ZdmWgSy7ruzasgAA8AQHAKACG1ZHOCkaCyw0ZCUAkAEAQBiDkEIIIWUQQgohhJRSCAkAABhwAAAIMKEMFBqyEgBIBQAAjLHWWmuttdZAZ6211lprrYDMWmuttdZaa6211lprrbXWUmuttdZaa6211lprrbXWWmuttdZaa6211lprrbXWWmuttdZaa6211lprrbXWWmuttdZaay2llFJKKaWUUkoppZRSSimllFJKBQD6VTgA+D/YsDrCSdFYYKEhKwGAcAAAwBilGHMMQimlVAgx5px0VFqLsUKIMeckpNRabMVzzkEoIZXWYiyecw5CKSnFVmNRKYRSUkottliLSqGjklJKrdVYjDGppNZai63GYoxJKbTUWosxFiNsTam12GqrsRhjayottBhjjMUIX2RsLabaag3GCCNbLC3VWmswxhjdW4ultpqLMT742lIsMdZcAAB3gwMARIKNM6wknRWOBhcashIACAkAIBBSijHGGHPOOeekUow55pxzDkIIoVSKMcaccw5CCCGUjDHmnHMQQgghhFJKxpxz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"}]); \ No newline at end of file diff --git a/js/external/noty/LICENSE b/js/external/noty/LICENSE new file mode 100644 index 0000000..eadbbf7 --- /dev/null +++ b/js/external/noty/LICENSE @@ -0,0 +1,9 @@ +MIT License + +Copyright (c) 2012 Nedim Arabacı + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. diff --git a/js/external/noty/noty.js b/js/external/noty/noty.js new file mode 100644 index 0000000..efe1dc3 --- /dev/null +++ b/js/external/noty/noty.js @@ -0,0 +1,3077 @@ +/* + @package NOTY - Dependency-free notification library + @version version: 3.1.4 + @contributors https://github.com/needim/noty/graphs/contributors + @documentation Examples and Documentation - http://needim.github.com/noty + @license Licensed under the MIT licenses: http://www.opensource.org/licenses/mit-license.php +*/ + +(function webpackUniversalModuleDefinition(root, factory) { + if(typeof exports === 'object' && typeof module === 'object') + module.exports = factory(); + else if(typeof define === 'function' && define.amd) + define("Noty", [], factory); + else if(typeof exports === 'object') + exports["Noty"] = factory(); + else + root["Noty"] = factory(); +})(this, function() { +return /******/ (function(modules) { // webpackBootstrap +/******/ // The module cache +/******/ var installedModules = {}; +/******/ +/******/ // The require function +/******/ function __webpack_require__(moduleId) { +/******/ +/******/ // Check if module is in cache +/******/ if(installedModules[moduleId]) { +/******/ return installedModules[moduleId].exports; +/******/ } +/******/ // Create a new module (and put it into the cache) +/******/ var module = installedModules[moduleId] = { +/******/ i: moduleId, +/******/ l: false, +/******/ exports: {} +/******/ }; +/******/ +/******/ // Execute the module function +/******/ modules[moduleId].call(module.exports, module, module.exports, __webpack_require__); +/******/ +/******/ // Flag the module as loaded +/******/ module.l = true; +/******/ +/******/ // Return the exports of the module +/******/ return module.exports; +/******/ } +/******/ +/******/ +/******/ // expose the modules object (__webpack_modules__) +/******/ __webpack_require__.m = modules; +/******/ +/******/ // expose the module cache +/******/ __webpack_require__.c = installedModules; +/******/ +/******/ // identity function for calling harmony imports with the correct context +/******/ __webpack_require__.i = function(value) { return value; }; +/******/ +/******/ // define getter function for harmony exports +/******/ __webpack_require__.d = function(exports, name, getter) { +/******/ if(!__webpack_require__.o(exports, name)) { +/******/ Object.defineProperty(exports, name, { +/******/ configurable: false, +/******/ enumerable: true, +/******/ get: getter +/******/ }); +/******/ } +/******/ }; +/******/ +/******/ // getDefaultExport function for compatibility with non-harmony modules +/******/ __webpack_require__.n = function(module) { +/******/ var getter = module && module.__esModule ? +/******/ function getDefault() { return module['default']; } : +/******/ function getModuleExports() { return module; }; +/******/ __webpack_require__.d(getter, 'a', getter); +/******/ return getter; +/******/ }; +/******/ +/******/ // Object.prototype.hasOwnProperty.call +/******/ __webpack_require__.o = function(object, property) { return Object.prototype.hasOwnProperty.call(object, property); }; +/******/ +/******/ // __webpack_public_path__ +/******/ __webpack_require__.p = ""; +/******/ +/******/ // Load entry module and return exports +/******/ return __webpack_require__(__webpack_require__.s = 6); +/******/ }) +/************************************************************************/ +/******/ ([ +/* 0 */ +/***/ (function(module, exports, __webpack_require__) { + +"use strict"; + + +Object.defineProperty(exports, "__esModule", { + value: true +}); +exports.css = exports.deepExtend = exports.animationEndEvents = undefined; + +var _typeof = typeof Symbol === "function" && typeof Symbol.iterator === "symbol" ? function (obj) { return typeof obj; } : function (obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }; + +exports.inArray = inArray; +exports.stopPropagation = stopPropagation; +exports.generateID = generateID; +exports.outerHeight = outerHeight; +exports.addListener = addListener; +exports.hasClass = hasClass; +exports.addClass = addClass; +exports.removeClass = removeClass; +exports.remove = remove; +exports.classList = classList; +exports.visibilityChangeFlow = visibilityChangeFlow; +exports.createAudioElements = createAudioElements; + +var _api = __webpack_require__(1); + +var API = _interopRequireWildcard(_api); + +function _interopRequireWildcard(obj) { if (obj && obj.__esModule) { return obj; } else { var newObj = {}; if (obj != null) { for (var key in obj) { if (Object.prototype.hasOwnProperty.call(obj, key)) newObj[key] = obj[key]; } } newObj.default = obj; return newObj; } } + +var animationEndEvents = exports.animationEndEvents = 'webkitAnimationEnd mozAnimationEnd MSAnimationEnd oanimationend animationend'; + +function inArray(needle, haystack, argStrict) { + var key = void 0; + var strict = !!argStrict; + + if (strict) { + for (key in haystack) { + if (haystack.hasOwnProperty(key) && haystack[key] === needle) { + return true; + } + } + } else { + for (key in haystack) { + if (haystack.hasOwnProperty(key) && haystack[key] === needle) { + return true; + } + } + } + return false; +} + +function stopPropagation(evt) { + evt = evt || window.event; + + if (typeof evt.stopPropagation !== 'undefined') { + evt.stopPropagation(); + } else { + evt.cancelBubble = true; + } +} + +var deepExtend = exports.deepExtend = function deepExtend(out) { + out = out || {}; + + for (var i = 1; i < arguments.length; i++) { + var obj = arguments[i]; + + if (!obj) continue; + + for (var key in obj) { + if (obj.hasOwnProperty(key)) { + if (Array.isArray(obj[key])) { + out[key] = obj[key]; + } else if (_typeof(obj[key]) === 'object' && obj[key] !== null) { + out[key] = deepExtend(out[key], obj[key]); + } else { + out[key] = obj[key]; + } + } + } + } + + return out; +}; + +function generateID() { + var prefix = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : ''; + + var id = 'noty_' + prefix + '_'; + + id += 'xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx'.replace(/[xy]/g, function (c) { + var r = Math.random() * 16 | 0; + var v = c === 'x' ? r : r & 0x3 | 0x8; + return v.toString(16); + }); + + return id; +} + +function outerHeight(el) { + var height = el.offsetHeight; + var style = window.getComputedStyle(el); + + height += parseInt(style.marginTop) + parseInt(style.marginBottom); + return height; +} + +var css = exports.css = function () { + var cssPrefixes = ['Webkit', 'O', 'Moz', 'ms']; + var cssProps = {}; + + function camelCase(string) { + return string.replace(/^-ms-/, 'ms-').replace(/-([\da-z])/gi, function (match, letter) { + return letter.toUpperCase(); + }); + } + + function getVendorProp(name) { + var style = document.body.style; + if (name in style) return name; + + var i = cssPrefixes.length; + var capName = name.charAt(0).toUpperCase() + name.slice(1); + var vendorName = void 0; + + while (i--) { + vendorName = cssPrefixes[i] + capName; + if (vendorName in style) return vendorName; + } + + return name; + } + + function getStyleProp(name) { + name = camelCase(name); + return cssProps[name] || (cssProps[name] = getVendorProp(name)); + } + + function applyCss(element, prop, value) { + prop = getStyleProp(prop); + element.style[prop] = value; + } + + return function (element, properties) { + var args = arguments; + var prop = void 0; + var value = void 0; + + if (args.length === 2) { + for (prop in properties) { + if (properties.hasOwnProperty(prop)) { + value = properties[prop]; + if (value !== undefined && properties.hasOwnProperty(prop)) { + applyCss(element, prop, value); + } + } + } + } else { + applyCss(element, args[1], args[2]); + } + }; +}(); + +function addListener(el, events, cb) { + var useCapture = arguments.length > 3 && arguments[3] !== undefined ? arguments[3] : false; + + events = events.split(' '); + for (var i = 0; i < events.length; i++) { + if (document.addEventListener) { + el.addEventListener(events[i], cb, useCapture); + } else if (document.attachEvent) { + el.attachEvent('on' + events[i], cb); + } + } +} + +function hasClass(element, name) { + var list = typeof element === 'string' ? element : classList(element); + return list.indexOf(' ' + name + ' ') >= 0; +} + +function addClass(element, name) { + var oldList = classList(element); + var newList = oldList + name; + + if (hasClass(oldList, name)) return; + + // Trim the opening space. + element.className = newList.substring(1); +} + +function removeClass(element, name) { + var oldList = classList(element); + var newList = void 0; + + if (!hasClass(element, name)) return; + + // Replace the class name. + newList = oldList.replace(' ' + name + ' ', ' '); + + // Trim the opening and closing spaces. + element.className = newList.substring(1, newList.length - 1); +} + +function remove(element) { + if (element.parentNode) { + element.parentNode.removeChild(element); + } +} + +function classList(element) { + return (' ' + (element && element.className || '') + ' ').replace(/\s+/gi, ' '); +} + +function visibilityChangeFlow() { + var hidden = void 0; + var visibilityChange = void 0; + if (typeof document.hidden !== 'undefined') { + // Opera 12.10 and Firefox 18 and later support + hidden = 'hidden'; + visibilityChange = 'visibilitychange'; + } else if (typeof document.msHidden !== 'undefined') { + hidden = 'msHidden'; + visibilityChange = 'msvisibilitychange'; + } else if (typeof document.webkitHidden !== 'undefined') { + hidden = 'webkitHidden'; + visibilityChange = 'webkitvisibilitychange'; + } + + function onVisibilityChange() { + API.PageHidden = document[hidden]; + handleVisibilityChange(); + } + + function onBlur() { + API.PageHidden = true; + handleVisibilityChange(); + } + + function onFocus() { + API.PageHidden = false; + handleVisibilityChange(); + } + + function handleVisibilityChange() { + if (API.PageHidden) stopAll();else resumeAll(); + } + + function stopAll() { + setTimeout(function () { + Object.keys(API.Store).forEach(function (id) { + if (API.Store.hasOwnProperty(id)) { + if (API.Store[id].options.visibilityControl) { + API.Store[id].stop(); + } + } + }); + }, 100); + } + + function resumeAll() { + setTimeout(function () { + Object.keys(API.Store).forEach(function (id) { + if (API.Store.hasOwnProperty(id)) { + if (API.Store[id].options.visibilityControl) { + API.Store[id].resume(); + } + } + }); + API.queueRenderAll(); + }, 100); + } + + if (visibilityChange) { + addListener(document, visibilityChange, onVisibilityChange); + } + + addListener(window, 'blur', onBlur); + addListener(window, 'focus', onFocus); +} + +function createAudioElements(ref) { + if (ref.hasSound) { + var audioElement = document.createElement('audio'); + + ref.options.sounds.sources.forEach(function (s) { + var source = document.createElement('source'); + source.src = s; + source.type = 'audio/' + getExtension(s); + audioElement.appendChild(source); + }); + + if (ref.barDom) { + ref.barDom.appendChild(audioElement); + } else { + document.querySelector('body').appendChild(audioElement); + } + + audioElement.volume = ref.options.sounds.volume; + + if (!ref.soundPlayed) { + audioElement.play(); + ref.soundPlayed = true; + } + + audioElement.onended = function () { + remove(audioElement); + }; + } +} + +function getExtension(fileName) { + return fileName.match(/\.([^.]+)$/)[1]; +} + +/***/ }), +/* 1 */ +/***/ (function(module, exports, __webpack_require__) { + +"use strict"; + + +Object.defineProperty(exports, "__esModule", { + value: true +}); +exports.Defaults = exports.Store = exports.Queues = exports.DefaultMaxVisible = exports.docTitle = exports.DocModalCount = exports.PageHidden = undefined; +exports.getQueueCounts = getQueueCounts; +exports.addToQueue = addToQueue; +exports.removeFromQueue = removeFromQueue; +exports.queueRender = queueRender; +exports.queueRenderAll = queueRenderAll; +exports.ghostFix = ghostFix; +exports.build = build; +exports.hasButtons = hasButtons; +exports.handleModal = handleModal; +exports.handleModalClose = handleModalClose; +exports.queueClose = queueClose; +exports.dequeueClose = dequeueClose; +exports.fire = fire; +exports.openFlow = openFlow; +exports.closeFlow = closeFlow; + +var _utils = __webpack_require__(0); + +var Utils = _interopRequireWildcard(_utils); + +function _interopRequireWildcard(obj) { if (obj && obj.__esModule) { return obj; } else { var newObj = {}; if (obj != null) { for (var key in obj) { if (Object.prototype.hasOwnProperty.call(obj, key)) newObj[key] = obj[key]; } } newObj.default = obj; return newObj; } } + +var PageHidden = exports.PageHidden = false; +var DocModalCount = exports.DocModalCount = 0; + +var DocTitleProps = { + originalTitle: null, + count: 0, + changed: false, + timer: -1 +}; + +var docTitle = exports.docTitle = { + increment: function increment() { + DocTitleProps.count++; + + docTitle._update(); + }, + + decrement: function decrement() { + DocTitleProps.count--; + + if (DocTitleProps.count <= 0) { + docTitle._clear(); + return; + } + + docTitle._update(); + }, + + _update: function _update() { + var title = document.title; + + if (!DocTitleProps.changed) { + DocTitleProps.originalTitle = title; + document.title = '(' + DocTitleProps.count + ') ' + title; + DocTitleProps.changed = true; + } else { + document.title = '(' + DocTitleProps.count + ') ' + DocTitleProps.originalTitle; + } + }, + + _clear: function _clear() { + if (DocTitleProps.changed) { + DocTitleProps.count = 0; + document.title = DocTitleProps.originalTitle; + DocTitleProps.changed = false; + } + } +}; + +var DefaultMaxVisible = exports.DefaultMaxVisible = 5; + +var Queues = exports.Queues = { + global: { + maxVisible: DefaultMaxVisible, + queue: [] + } +}; + +var Store = exports.Store = {}; + +var Defaults = exports.Defaults = { + type: 'alert', + layout: 'topRight', + theme: 'mint', + text: '', + timeout: false, + progressBar: true, + closeWith: ['click'], + animation: { + open: 'noty_effects_open', + close: 'noty_effects_close' + }, + id: false, + force: false, + killer: false, + queue: 'global', + container: false, + buttons: [], + callbacks: { + beforeShow: null, + onShow: null, + afterShow: null, + onClose: null, + afterClose: null, + onClick: null, + onHover: null, + onTemplate: null + }, + sounds: { + sources: [], + volume: 1, + conditions: [] + }, + titleCount: { + conditions: [] + }, + modal: false, + visibilityControl: false + + /** + * @param {string} queueName + * @return {object} + */ +};function getQueueCounts() { + var queueName = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : 'global'; + + var count = 0; + var max = DefaultMaxVisible; + + if (Queues.hasOwnProperty(queueName)) { + max = Queues[queueName].maxVisible; + Object.keys(Store).forEach(function (i) { + if (Store[i].options.queue === queueName && !Store[i].closed) count++; + }); + } + + return { + current: count, + maxVisible: max + }; +} + +/** + * @param {Noty} ref + * @return {void} + */ +function addToQueue(ref) { + if (!Queues.hasOwnProperty(ref.options.queue)) { + Queues[ref.options.queue] = { maxVisible: DefaultMaxVisible, queue: [] }; + } + + Queues[ref.options.queue].queue.push(ref); +} + +/** + * @param {Noty} ref + * @return {void} + */ +function removeFromQueue(ref) { + if (Queues.hasOwnProperty(ref.options.queue)) { + var queue = []; + Object.keys(Queues[ref.options.queue].queue).forEach(function (i) { + if (Queues[ref.options.queue].queue[i].id !== ref.id) { + queue.push(Queues[ref.options.queue].queue[i]); + } + }); + Queues[ref.options.queue].queue = queue; + } +} + +/** + * @param {string} queueName + * @return {void} + */ +function queueRender() { + var queueName = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : 'global'; + + if (Queues.hasOwnProperty(queueName)) { + var noty = Queues[queueName].queue.shift(); + + if (noty) noty.show(); + } +} + +/** + * @return {void} + */ +function queueRenderAll() { + Object.keys(Queues).forEach(function (queueName) { + queueRender(queueName); + }); +} + +/** + * @param {Noty} ref + * @return {void} + */ +function ghostFix(ref) { + var ghostID = Utils.generateID('ghost'); + var ghost = document.createElement('div'); + ghost.setAttribute('id', ghostID); + Utils.css(ghost, { + height: Utils.outerHeight(ref.barDom) + 'px' + }); + + ref.barDom.insertAdjacentHTML('afterend', ghost.outerHTML); + + Utils.remove(ref.barDom); + ghost = document.getElementById(ghostID); + Utils.addClass(ghost, 'noty_fix_effects_height'); + Utils.addListener(ghost, Utils.animationEndEvents, function () { + Utils.remove(ghost); + }); +} + +/** + * @param {Noty} ref + * @return {void} + */ +function build(ref) { + findOrCreateContainer(ref); + + var markup = '
    ' + ref.options.text + '
    ' + buildButtons(ref) + '
    '; + + ref.barDom = document.createElement('div'); + ref.barDom.setAttribute('id', ref.id); + Utils.addClass(ref.barDom, 'noty_bar noty_type__' + ref.options.type + ' noty_theme__' + ref.options.theme); + + ref.barDom.innerHTML = markup; + + fire(ref, 'onTemplate'); +} + +/** + * @param {Noty} ref + * @return {boolean} + */ +function hasButtons(ref) { + return !!(ref.options.buttons && Object.keys(ref.options.buttons).length); +} + +/** + * @param {Noty} ref + * @return {string} + */ +function buildButtons(ref) { + if (hasButtons(ref)) { + var buttons = document.createElement('div'); + Utils.addClass(buttons, 'noty_buttons'); + + Object.keys(ref.options.buttons).forEach(function (key) { + buttons.appendChild(ref.options.buttons[key].dom); + }); + + ref.options.buttons.forEach(function (btn) { + buttons.appendChild(btn.dom); + }); + return buttons.outerHTML; + } + return ''; +} + +/** + * @param {Noty} ref + * @return {void} + */ +function handleModal(ref) { + if (ref.options.modal) { + if (DocModalCount === 0) { + createModal(ref); + } + + exports.DocModalCount = DocModalCount += 1; + } +} + +/** + * @param {Noty} ref + * @return {void} + */ +function handleModalClose(ref) { + if (ref.options.modal && DocModalCount > 0) { + exports.DocModalCount = DocModalCount -= 1; + + if (DocModalCount <= 0) { + var modal = document.querySelector('.noty_modal'); + + if (modal) { + Utils.removeClass(modal, 'noty_modal_open'); + Utils.addClass(modal, 'noty_modal_close'); + Utils.addListener(modal, Utils.animationEndEvents, function () { + Utils.remove(modal); + }); + } + } + } +} + +/** + * @return {void} + */ +function createModal() { + var body = document.querySelector('body'); + var modal = document.createElement('div'); + Utils.addClass(modal, 'noty_modal'); + body.insertBefore(modal, body.firstChild); + Utils.addClass(modal, 'noty_modal_open'); + + Utils.addListener(modal, Utils.animationEndEvents, function () { + Utils.removeClass(modal, 'noty_modal_open'); + }); +} + +/** + * @param {Noty} ref + * @return {void} + */ +function findOrCreateContainer(ref) { + if (ref.options.container) { + ref.layoutDom = document.querySelector(ref.options.container); + return; + } + + var layoutID = 'noty_layout__' + ref.options.layout; + ref.layoutDom = document.querySelector('div#' + layoutID); + + if (!ref.layoutDom) { + ref.layoutDom = document.createElement('div'); + ref.layoutDom.setAttribute('id', layoutID); + ref.layoutDom.setAttribute('role', 'alert'); + ref.layoutDom.setAttribute('aria-live', 'polite'); + Utils.addClass(ref.layoutDom, 'noty_layout'); + document.querySelector('body').appendChild(ref.layoutDom); + } +} + +/** + * @param {Noty} ref + * @return {void} + */ +function queueClose(ref) { + if (ref.options.timeout) { + if (ref.options.progressBar && ref.progressDom) { + Utils.css(ref.progressDom, { + transition: 'width ' + ref.options.timeout + 'ms linear', + width: '0%' + }); + } + + clearTimeout(ref.closeTimer); + + ref.closeTimer = setTimeout(function () { + ref.close(); + }, ref.options.timeout); + } +} + +/** + * @param {Noty} ref + * @return {void} + */ +function dequeueClose(ref) { + if (ref.options.timeout && ref.closeTimer) { + clearTimeout(ref.closeTimer); + ref.closeTimer = -1; + + if (ref.options.progressBar && ref.progressDom) { + Utils.css(ref.progressDom, { + transition: 'width 0ms linear', + width: '100%' + }); + } + } +} + +/** + * @param {Noty} ref + * @param {string} eventName + * @return {void} + */ +function fire(ref, eventName) { + if (ref.listeners.hasOwnProperty(eventName)) { + ref.listeners[eventName].forEach(function (cb) { + if (typeof cb === 'function') { + cb.apply(ref); + } + }); + } +} + +/** + * @param {Noty} ref + * @return {void} + */ +function openFlow(ref) { + fire(ref, 'afterShow'); + queueClose(ref); + + Utils.addListener(ref.barDom, 'mouseenter', function () { + dequeueClose(ref); + }); + + Utils.addListener(ref.barDom, 'mouseleave', function () { + queueClose(ref); + }); +} + +/** + * @param {Noty} ref + * @return {void} + */ +function closeFlow(ref) { + delete Store[ref.id]; + ref.closing = false; + fire(ref, 'afterClose'); + + Utils.remove(ref.barDom); + + if (ref.layoutDom.querySelectorAll('.noty_bar').length === 0 && !ref.options.container) { + Utils.remove(ref.layoutDom); + } + + if (Utils.inArray('docVisible', ref.options.titleCount.conditions) || Utils.inArray('docHidden', ref.options.titleCount.conditions)) { + docTitle.decrement(); + } + + queueRender(ref.options.queue); +} + +/***/ }), +/* 2 */ +/***/ (function(module, exports, __webpack_require__) { + +"use strict"; + + +Object.defineProperty(exports, "__esModule", { + value: true +}); +exports.NotyButton = undefined; + +var _utils = __webpack_require__(0); + +var Utils = _interopRequireWildcard(_utils); + +function _interopRequireWildcard(obj) { if (obj && obj.__esModule) { return obj; } else { var newObj = {}; if (obj != null) { for (var key in obj) { if (Object.prototype.hasOwnProperty.call(obj, key)) newObj[key] = obj[key]; } } newObj.default = obj; return newObj; } } + +function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } } + +var NotyButton = exports.NotyButton = function NotyButton(html, classes, cb) { + var _this = this; + + var attributes = arguments.length > 3 && arguments[3] !== undefined ? arguments[3] : {}; + + _classCallCheck(this, NotyButton); + + this.dom = document.createElement('button'); + this.dom.innerHTML = html; + this.id = attributes.id = attributes.id || Utils.generateID('button'); + this.cb = cb; + Object.keys(attributes).forEach(function (propertyName) { + _this.dom.setAttribute(propertyName, attributes[propertyName]); + }); + Utils.addClass(this.dom, classes || 'noty_btn'); + + return this; +}; + +/***/ }), +/* 3 */ +/***/ (function(module, exports, __webpack_require__) { + +"use strict"; + + +Object.defineProperty(exports, "__esModule", { + value: true +}); + +var _createClass = function () { function defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } } return function (Constructor, protoProps, staticProps) { if (protoProps) defineProperties(Constructor.prototype, protoProps); if (staticProps) defineProperties(Constructor, staticProps); return Constructor; }; }(); + +function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } } + +var Push = exports.Push = function () { + function Push() { + var workerPath = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : '/service-worker.js'; + + _classCallCheck(this, Push); + + this.subData = {}; + this.workerPath = workerPath; + this.listeners = { + onPermissionGranted: [], + onPermissionDenied: [], + onSubscriptionSuccess: [], + onSubscriptionCancel: [], + onWorkerError: [], + onWorkerSuccess: [], + onWorkerNotSupported: [] + }; + return this; + } + + /** + * @param {string} eventName + * @param {function} cb + * @return {Push} + */ + + + _createClass(Push, [{ + key: 'on', + value: function on(eventName) { + var cb = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : function () {}; + + if (typeof cb === 'function' && this.listeners.hasOwnProperty(eventName)) { + this.listeners[eventName].push(cb); + } + + return this; + } + }, { + key: 'fire', + value: function fire(eventName) { + var _this = this; + + var params = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : []; + + if (this.listeners.hasOwnProperty(eventName)) { + this.listeners[eventName].forEach(function (cb) { + if (typeof cb === 'function') { + cb.apply(_this, params); + } + }); + } + } + }, { + key: 'create', + value: function create() { + console.log('NOT IMPLEMENTED YET'); + } + + /** + * @return {boolean} + */ + + }, { + key: 'isSupported', + value: function isSupported() { + var result = false; + + try { + result = window.Notification || window.webkitNotifications || navigator.mozNotification || window.external && window.external.msIsSiteMode() !== undefined; + } catch (e) {} + + return result; + } + + /** + * @return {string} + */ + + }, { + key: 'getPermissionStatus', + value: function getPermissionStatus() { + var perm = 'default'; + + if (window.Notification && window.Notification.permissionLevel) { + perm = window.Notification.permissionLevel; + } else if (window.webkitNotifications && window.webkitNotifications.checkPermission) { + switch (window.webkitNotifications.checkPermission()) { + case 1: + perm = 'default'; + break; + case 0: + perm = 'granted'; + break; + default: + perm = 'denied'; + } + } else if (window.Notification && window.Notification.permission) { + perm = window.Notification.permission; + } else if (navigator.mozNotification) { + perm = 'granted'; + } else if (window.external && window.external.msIsSiteMode() !== undefined) { + perm = window.external.msIsSiteMode() ? 'granted' : 'default'; + } + + return perm.toString().toLowerCase(); + } + + /** + * @return {string} + */ + + }, { + key: 'getEndpoint', + value: function getEndpoint(subscription) { + var endpoint = subscription.endpoint; + var subscriptionId = subscription.subscriptionId; + + // fix for Chrome < 45 + if (subscriptionId && endpoint.indexOf(subscriptionId) === -1) { + endpoint += '/' + subscriptionId; + } + + return endpoint; + } + + /** + * @return {boolean} + */ + + }, { + key: 'isSWRegistered', + value: function isSWRegistered() { + try { + return navigator.serviceWorker.controller.state === 'activated'; + } catch (e) { + return false; + } + } + + /** + * @return {void} + */ + + }, { + key: 'unregisterWorker', + value: function unregisterWorker() { + var self = this; + if ('serviceWorker' in navigator) { + navigator.serviceWorker.getRegistrations().then(function (registrations) { + var _iteratorNormalCompletion = true; + var _didIteratorError = false; + var _iteratorError = undefined; + + try { + for (var _iterator = registrations[Symbol.iterator](), _step; !(_iteratorNormalCompletion = (_step = _iterator.next()).done); _iteratorNormalCompletion = true) { + var registration = _step.value; + + registration.unregister(); + self.fire('onSubscriptionCancel'); + } + } catch (err) { + _didIteratorError = true; + _iteratorError = err; + } finally { + try { + if (!_iteratorNormalCompletion && _iterator.return) { + _iterator.return(); + } + } finally { + if (_didIteratorError) { + throw _iteratorError; + } + } + } + }); + } + } + + /** + * @return {void} + */ + + }, { + key: 'requestSubscription', + value: function requestSubscription() { + var _this2 = this; + + var userVisibleOnly = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : true; + + var self = this; + var current = this.getPermissionStatus(); + var cb = function cb(result) { + if (result === 'granted') { + _this2.fire('onPermissionGranted'); + + if ('serviceWorker' in navigator) { + navigator.serviceWorker.register(_this2.workerPath).then(function () { + navigator.serviceWorker.ready.then(function (serviceWorkerRegistration) { + self.fire('onWorkerSuccess'); + serviceWorkerRegistration.pushManager.subscribe({ + userVisibleOnly: userVisibleOnly + }).then(function (subscription) { + var key = subscription.getKey('p256dh'); + var token = subscription.getKey('auth'); + + self.subData = { + endpoint: self.getEndpoint(subscription), + p256dh: key ? window.btoa(String.fromCharCode.apply(null, new Uint8Array(key))) : null, + auth: token ? window.btoa(String.fromCharCode.apply(null, new Uint8Array(token))) : null + }; + + self.fire('onSubscriptionSuccess', [self.subData]); + }).catch(function (err) { + self.fire('onWorkerError', [err]); + }); + }); + }); + } else { + self.fire('onWorkerNotSupported'); + } + } else if (result === 'denied') { + _this2.fire('onPermissionDenied'); + _this2.unregisterWorker(); + } + }; + + if (current === 'default') { + if (window.Notification && window.Notification.requestPermission) { + window.Notification.requestPermission(cb); + } else if (window.webkitNotifications && window.webkitNotifications.checkPermission) { + window.webkitNotifications.requestPermission(cb); + } + } else { + cb(current); + } + } + }]); + + return Push; +}(); + +/***/ }), +/* 4 */ +/***/ (function(module, exports, __webpack_require__) { + +/* WEBPACK VAR INJECTION */(function(process, global) {var require;/*! + * @overview es6-promise - a tiny implementation of Promises/A+. + * @copyright Copyright (c) 2014 Yehuda Katz, Tom Dale, Stefan Penner and contributors (Conversion to ES6 API by Jake Archibald) + * @license Licensed under MIT license + * See https://raw.githubusercontent.com/stefanpenner/es6-promise/master/LICENSE + * @version 4.1.1 + */ + +(function (global, factory) { + true ? module.exports = factory() : + typeof define === 'function' && define.amd ? define(factory) : + (global.ES6Promise = factory()); +}(this, (function () { 'use strict'; + +function objectOrFunction(x) { + var type = typeof x; + return x !== null && (type === 'object' || type === 'function'); +} + +function isFunction(x) { + return typeof x === 'function'; +} + +var _isArray = undefined; +if (Array.isArray) { + _isArray = Array.isArray; +} else { + _isArray = function (x) { + return Object.prototype.toString.call(x) === '[object Array]'; + }; +} + +var isArray = _isArray; + +var len = 0; +var vertxNext = undefined; +var customSchedulerFn = undefined; + +var asap = function asap(callback, arg) { + queue[len] = callback; + queue[len + 1] = arg; + len += 2; + if (len === 2) { + // If len is 2, that means that we need to schedule an async flush. + // If additional callbacks are queued before the queue is flushed, they + // will be processed by this flush that we are scheduling. + if (customSchedulerFn) { + customSchedulerFn(flush); + } else { + scheduleFlush(); + } + } +}; + +function setScheduler(scheduleFn) { + customSchedulerFn = scheduleFn; +} + +function setAsap(asapFn) { + asap = asapFn; +} + +var browserWindow = typeof window !== 'undefined' ? window : undefined; +var browserGlobal = browserWindow || {}; +var BrowserMutationObserver = browserGlobal.MutationObserver || browserGlobal.WebKitMutationObserver; +var isNode = typeof self === 'undefined' && typeof process !== 'undefined' && ({}).toString.call(process) === '[object process]'; + +// test for web worker but not in IE10 +var isWorker = typeof Uint8ClampedArray !== 'undefined' && typeof importScripts !== 'undefined' && typeof MessageChannel !== 'undefined'; + +// node +function useNextTick() { + // node version 0.10.x displays a deprecation warning when nextTick is used recursively + // see https://github.com/cujojs/when/issues/410 for details + return function () { + return process.nextTick(flush); + }; +} + +// vertx +function useVertxTimer() { + if (typeof vertxNext !== 'undefined') { + return function () { + vertxNext(flush); + }; + } + + return useSetTimeout(); +} + +function useMutationObserver() { + var iterations = 0; + var observer = new BrowserMutationObserver(flush); + var node = document.createTextNode(''); + observer.observe(node, { characterData: true }); + + return function () { + node.data = iterations = ++iterations % 2; + }; +} + +// web worker +function useMessageChannel() { + var channel = new MessageChannel(); + channel.port1.onmessage = flush; + return function () { + return channel.port2.postMessage(0); + }; +} + +function useSetTimeout() { + // Store setTimeout reference so es6-promise will be unaffected by + // other code modifying setTimeout (like sinon.useFakeTimers()) + var globalSetTimeout = setTimeout; + return function () { + return globalSetTimeout(flush, 1); + }; +} + +var queue = new Array(1000); +function flush() { + for (var i = 0; i < len; i += 2) { + var callback = queue[i]; + var arg = queue[i + 1]; + + callback(arg); + + queue[i] = undefined; + queue[i + 1] = undefined; + } + + len = 0; +} + +function attemptVertx() { + try { + var r = require; + var vertx = __webpack_require__(9); + vertxNext = vertx.runOnLoop || vertx.runOnContext; + return useVertxTimer(); + } catch (e) { + return useSetTimeout(); + } +} + +var scheduleFlush = undefined; +// Decide what async method to use to triggering processing of queued callbacks: +if (isNode) { + scheduleFlush = useNextTick(); +} else if (BrowserMutationObserver) { + scheduleFlush = useMutationObserver(); +} else if (isWorker) { + scheduleFlush = useMessageChannel(); +} else if (browserWindow === undefined && "function" === 'function') { + scheduleFlush = attemptVertx(); +} else { + scheduleFlush = useSetTimeout(); +} + +function then(onFulfillment, onRejection) { + var _arguments = arguments; + + var parent = this; + + var child = new this.constructor(noop); + + if (child[PROMISE_ID] === undefined) { + makePromise(child); + } + + var _state = parent._state; + + if (_state) { + (function () { + var callback = _arguments[_state - 1]; + asap(function () { + return invokeCallback(_state, child, callback, parent._result); + }); + })(); + } else { + subscribe(parent, child, onFulfillment, onRejection); + } + + return child; +} + +/** + `Promise.resolve` returns a promise that will become resolved with the + passed `value`. It is shorthand for the following: + + ```javascript + let promise = new Promise(function(resolve, reject){ + resolve(1); + }); + + promise.then(function(value){ + // value === 1 + }); + ``` + + Instead of writing the above, your code now simply becomes the following: + + ```javascript + let promise = Promise.resolve(1); + + promise.then(function(value){ + // value === 1 + }); + ``` + + @method resolve + @static + @param {Any} value value that the returned promise will be resolved with + Useful for tooling. + @return {Promise} a promise that will become fulfilled with the given + `value` +*/ +function resolve$1(object) { + /*jshint validthis:true */ + var Constructor = this; + + if (object && typeof object === 'object' && object.constructor === Constructor) { + return object; + } + + var promise = new Constructor(noop); + resolve(promise, object); + return promise; +} + +var PROMISE_ID = Math.random().toString(36).substring(16); + +function noop() {} + +var PENDING = void 0; +var FULFILLED = 1; +var REJECTED = 2; + +var GET_THEN_ERROR = new ErrorObject(); + +function selfFulfillment() { + return new TypeError("You cannot resolve a promise with itself"); +} + +function cannotReturnOwn() { + return new TypeError('A promises callback cannot return that same promise.'); +} + +function getThen(promise) { + try { + return promise.then; + } catch (error) { + GET_THEN_ERROR.error = error; + return GET_THEN_ERROR; + } +} + +function tryThen(then$$1, value, fulfillmentHandler, rejectionHandler) { + try { + then$$1.call(value, fulfillmentHandler, rejectionHandler); + } catch (e) { + return e; + } +} + +function handleForeignThenable(promise, thenable, then$$1) { + asap(function (promise) { + var sealed = false; + var error = tryThen(then$$1, thenable, function (value) { + if (sealed) { + return; + } + sealed = true; + if (thenable !== value) { + resolve(promise, value); + } else { + fulfill(promise, value); + } + }, function (reason) { + if (sealed) { + return; + } + sealed = true; + + reject(promise, reason); + }, 'Settle: ' + (promise._label || ' unknown promise')); + + if (!sealed && error) { + sealed = true; + reject(promise, error); + } + }, promise); +} + +function handleOwnThenable(promise, thenable) { + if (thenable._state === FULFILLED) { + fulfill(promise, thenable._result); + } else if (thenable._state === REJECTED) { + reject(promise, thenable._result); + } else { + subscribe(thenable, undefined, function (value) { + return resolve(promise, value); + }, function (reason) { + return reject(promise, reason); + }); + } +} + +function handleMaybeThenable(promise, maybeThenable, then$$1) { + if (maybeThenable.constructor === promise.constructor && then$$1 === then && maybeThenable.constructor.resolve === resolve$1) { + handleOwnThenable(promise, maybeThenable); + } else { + if (then$$1 === GET_THEN_ERROR) { + reject(promise, GET_THEN_ERROR.error); + GET_THEN_ERROR.error = null; + } else if (then$$1 === undefined) { + fulfill(promise, maybeThenable); + } else if (isFunction(then$$1)) { + handleForeignThenable(promise, maybeThenable, then$$1); + } else { + fulfill(promise, maybeThenable); + } + } +} + +function resolve(promise, value) { + if (promise === value) { + reject(promise, selfFulfillment()); + } else if (objectOrFunction(value)) { + handleMaybeThenable(promise, value, getThen(value)); + } else { + fulfill(promise, value); + } +} + +function publishRejection(promise) { + if (promise._onerror) { + promise._onerror(promise._result); + } + + publish(promise); +} + +function fulfill(promise, value) { + if (promise._state !== PENDING) { + return; + } + + promise._result = value; + promise._state = FULFILLED; + + if (promise._subscribers.length !== 0) { + asap(publish, promise); + } +} + +function reject(promise, reason) { + if (promise._state !== PENDING) { + return; + } + promise._state = REJECTED; + promise._result = reason; + + asap(publishRejection, promise); +} + +function subscribe(parent, child, onFulfillment, onRejection) { + var _subscribers = parent._subscribers; + var length = _subscribers.length; + + parent._onerror = null; + + _subscribers[length] = child; + _subscribers[length + FULFILLED] = onFulfillment; + _subscribers[length + REJECTED] = onRejection; + + if (length === 0 && parent._state) { + asap(publish, parent); + } +} + +function publish(promise) { + var subscribers = promise._subscribers; + var settled = promise._state; + + if (subscribers.length === 0) { + return; + } + + var child = undefined, + callback = undefined, + detail = promise._result; + + for (var i = 0; i < subscribers.length; i += 3) { + child = subscribers[i]; + callback = subscribers[i + settled]; + + if (child) { + invokeCallback(settled, child, callback, detail); + } else { + callback(detail); + } + } + + promise._subscribers.length = 0; +} + +function ErrorObject() { + this.error = null; +} + +var TRY_CATCH_ERROR = new ErrorObject(); + +function tryCatch(callback, detail) { + try { + return callback(detail); + } catch (e) { + TRY_CATCH_ERROR.error = e; + return TRY_CATCH_ERROR; + } +} + +function invokeCallback(settled, promise, callback, detail) { + var hasCallback = isFunction(callback), + value = undefined, + error = undefined, + succeeded = undefined, + failed = undefined; + + if (hasCallback) { + value = tryCatch(callback, detail); + + if (value === TRY_CATCH_ERROR) { + failed = true; + error = value.error; + value.error = null; + } else { + succeeded = true; + } + + if (promise === value) { + reject(promise, cannotReturnOwn()); + return; + } + } else { + value = detail; + succeeded = true; + } + + if (promise._state !== PENDING) { + // noop + } else if (hasCallback && succeeded) { + resolve(promise, value); + } else if (failed) { + reject(promise, error); + } else if (settled === FULFILLED) { + fulfill(promise, value); + } else if (settled === REJECTED) { + reject(promise, value); + } +} + +function initializePromise(promise, resolver) { + try { + resolver(function resolvePromise(value) { + resolve(promise, value); + }, function rejectPromise(reason) { + reject(promise, reason); + }); + } catch (e) { + reject(promise, e); + } +} + +var id = 0; +function nextId() { + return id++; +} + +function makePromise(promise) { + promise[PROMISE_ID] = id++; + promise._state = undefined; + promise._result = undefined; + promise._subscribers = []; +} + +function Enumerator$1(Constructor, input) { + this._instanceConstructor = Constructor; + this.promise = new Constructor(noop); + + if (!this.promise[PROMISE_ID]) { + makePromise(this.promise); + } + + if (isArray(input)) { + this.length = input.length; + this._remaining = input.length; + + this._result = new Array(this.length); + + if (this.length === 0) { + fulfill(this.promise, this._result); + } else { + this.length = this.length || 0; + this._enumerate(input); + if (this._remaining === 0) { + fulfill(this.promise, this._result); + } + } + } else { + reject(this.promise, validationError()); + } +} + +function validationError() { + return new Error('Array Methods must be provided an Array'); +} + +Enumerator$1.prototype._enumerate = function (input) { + for (var i = 0; this._state === PENDING && i < input.length; i++) { + this._eachEntry(input[i], i); + } +}; + +Enumerator$1.prototype._eachEntry = function (entry, i) { + var c = this._instanceConstructor; + var resolve$$1 = c.resolve; + + if (resolve$$1 === resolve$1) { + var _then = getThen(entry); + + if (_then === then && entry._state !== PENDING) { + this._settledAt(entry._state, i, entry._result); + } else if (typeof _then !== 'function') { + this._remaining--; + this._result[i] = entry; + } else if (c === Promise$2) { + var promise = new c(noop); + handleMaybeThenable(promise, entry, _then); + this._willSettleAt(promise, i); + } else { + this._willSettleAt(new c(function (resolve$$1) { + return resolve$$1(entry); + }), i); + } + } else { + this._willSettleAt(resolve$$1(entry), i); + } +}; + +Enumerator$1.prototype._settledAt = function (state, i, value) { + var promise = this.promise; + + if (promise._state === PENDING) { + this._remaining--; + + if (state === REJECTED) { + reject(promise, value); + } else { + this._result[i] = value; + } + } + + if (this._remaining === 0) { + fulfill(promise, this._result); + } +}; + +Enumerator$1.prototype._willSettleAt = function (promise, i) { + var enumerator = this; + + subscribe(promise, undefined, function (value) { + return enumerator._settledAt(FULFILLED, i, value); + }, function (reason) { + return enumerator._settledAt(REJECTED, i, reason); + }); +}; + +/** + `Promise.all` accepts an array of promises, and returns a new promise which + is fulfilled with an array of fulfillment values for the passed promises, or + rejected with the reason of the first passed promise to be rejected. It casts all + elements of the passed iterable to promises as it runs this algorithm. + + Example: + + ```javascript + let promise1 = resolve(1); + let promise2 = resolve(2); + let promise3 = resolve(3); + let promises = [ promise1, promise2, promise3 ]; + + Promise.all(promises).then(function(array){ + // The array here would be [ 1, 2, 3 ]; + }); + ``` + + If any of the `promises` given to `all` are rejected, the first promise + that is rejected will be given as an argument to the returned promises's + rejection handler. For example: + + Example: + + ```javascript + let promise1 = resolve(1); + let promise2 = reject(new Error("2")); + let promise3 = reject(new Error("3")); + let promises = [ promise1, promise2, promise3 ]; + + Promise.all(promises).then(function(array){ + // Code here never runs because there are rejected promises! + }, function(error) { + // error.message === "2" + }); + ``` + + @method all + @static + @param {Array} entries array of promises + @param {String} label optional string for labeling the promise. + Useful for tooling. + @return {Promise} promise that is fulfilled when all `promises` have been + fulfilled, or rejected if any of them become rejected. + @static +*/ +function all$1(entries) { + return new Enumerator$1(this, entries).promise; +} + +/** + `Promise.race` returns a new promise which is settled in the same way as the + first passed promise to settle. + + Example: + + ```javascript + let promise1 = new Promise(function(resolve, reject){ + setTimeout(function(){ + resolve('promise 1'); + }, 200); + }); + + let promise2 = new Promise(function(resolve, reject){ + setTimeout(function(){ + resolve('promise 2'); + }, 100); + }); + + Promise.race([promise1, promise2]).then(function(result){ + // result === 'promise 2' because it was resolved before promise1 + // was resolved. + }); + ``` + + `Promise.race` is deterministic in that only the state of the first + settled promise matters. For example, even if other promises given to the + `promises` array argument are resolved, but the first settled promise has + become rejected before the other promises became fulfilled, the returned + promise will become rejected: + + ```javascript + let promise1 = new Promise(function(resolve, reject){ + setTimeout(function(){ + resolve('promise 1'); + }, 200); + }); + + let promise2 = new Promise(function(resolve, reject){ + setTimeout(function(){ + reject(new Error('promise 2')); + }, 100); + }); + + Promise.race([promise1, promise2]).then(function(result){ + // Code here never runs + }, function(reason){ + // reason.message === 'promise 2' because promise 2 became rejected before + // promise 1 became fulfilled + }); + ``` + + An example real-world use case is implementing timeouts: + + ```javascript + Promise.race([ajax('foo.json'), timeout(5000)]) + ``` + + @method race + @static + @param {Array} promises array of promises to observe + Useful for tooling. + @return {Promise} a promise which settles in the same way as the first passed + promise to settle. +*/ +function race$1(entries) { + /*jshint validthis:true */ + var Constructor = this; + + if (!isArray(entries)) { + return new Constructor(function (_, reject) { + return reject(new TypeError('You must pass an array to race.')); + }); + } else { + return new Constructor(function (resolve, reject) { + var length = entries.length; + for (var i = 0; i < length; i++) { + Constructor.resolve(entries[i]).then(resolve, reject); + } + }); + } +} + +/** + `Promise.reject` returns a promise rejected with the passed `reason`. + It is shorthand for the following: + + ```javascript + let promise = new Promise(function(resolve, reject){ + reject(new Error('WHOOPS')); + }); + + promise.then(function(value){ + // Code here doesn't run because the promise is rejected! + }, function(reason){ + // reason.message === 'WHOOPS' + }); + ``` + + Instead of writing the above, your code now simply becomes the following: + + ```javascript + let promise = Promise.reject(new Error('WHOOPS')); + + promise.then(function(value){ + // Code here doesn't run because the promise is rejected! + }, function(reason){ + // reason.message === 'WHOOPS' + }); + ``` + + @method reject + @static + @param {Any} reason value that the returned promise will be rejected with. + Useful for tooling. + @return {Promise} a promise rejected with the given `reason`. +*/ +function reject$1(reason) { + /*jshint validthis:true */ + var Constructor = this; + var promise = new Constructor(noop); + reject(promise, reason); + return promise; +} + +function needsResolver() { + throw new TypeError('You must pass a resolver function as the first argument to the promise constructor'); +} + +function needsNew() { + throw new TypeError("Failed to construct 'Promise': Please use the 'new' operator, this object constructor cannot be called as a function."); +} + +/** + Promise objects represent the eventual result of an asynchronous operation. The + primary way of interacting with a promise is through its `then` method, which + registers callbacks to receive either a promise's eventual value or the reason + why the promise cannot be fulfilled. + + Terminology + ----------- + + - `promise` is an object or function with a `then` method whose behavior conforms to this specification. + - `thenable` is an object or function that defines a `then` method. + - `value` is any legal JavaScript value (including undefined, a thenable, or a promise). + - `exception` is a value that is thrown using the throw statement. + - `reason` is a value that indicates why a promise was rejected. + - `settled` the final resting state of a promise, fulfilled or rejected. + + A promise can be in one of three states: pending, fulfilled, or rejected. + + Promises that are fulfilled have a fulfillment value and are in the fulfilled + state. Promises that are rejected have a rejection reason and are in the + rejected state. A fulfillment value is never a thenable. + + Promises can also be said to *resolve* a value. If this value is also a + promise, then the original promise's settled state will match the value's + settled state. So a promise that *resolves* a promise that rejects will + itself reject, and a promise that *resolves* a promise that fulfills will + itself fulfill. + + + Basic Usage: + ------------ + + ```js + let promise = new Promise(function(resolve, reject) { + // on success + resolve(value); + + // on failure + reject(reason); + }); + + promise.then(function(value) { + // on fulfillment + }, function(reason) { + // on rejection + }); + ``` + + Advanced Usage: + --------------- + + Promises shine when abstracting away asynchronous interactions such as + `XMLHttpRequest`s. + + ```js + function getJSON(url) { + return new Promise(function(resolve, reject){ + let xhr = new XMLHttpRequest(); + + xhr.open('GET', url); + xhr.onreadystatechange = handler; + xhr.responseType = 'json'; + xhr.setRequestHeader('Accept', 'application/json'); + xhr.send(); + + function handler() { + if (this.readyState === this.DONE) { + if (this.status === 200) { + resolve(this.response); + } else { + reject(new Error('getJSON: `' + url + '` failed with status: [' + this.status + ']')); + } + } + }; + }); + } + + getJSON('/posts.json').then(function(json) { + // on fulfillment + }, function(reason) { + // on rejection + }); + ``` + + Unlike callbacks, promises are great composable primitives. + + ```js + Promise.all([ + getJSON('/posts'), + getJSON('/comments') + ]).then(function(values){ + values[0] // => postsJSON + values[1] // => commentsJSON + + return values; + }); + ``` + + @class Promise + @param {function} resolver + Useful for tooling. + @constructor +*/ +function Promise$2(resolver) { + this[PROMISE_ID] = nextId(); + this._result = this._state = undefined; + this._subscribers = []; + + if (noop !== resolver) { + typeof resolver !== 'function' && needsResolver(); + this instanceof Promise$2 ? initializePromise(this, resolver) : needsNew(); + } +} + +Promise$2.all = all$1; +Promise$2.race = race$1; +Promise$2.resolve = resolve$1; +Promise$2.reject = reject$1; +Promise$2._setScheduler = setScheduler; +Promise$2._setAsap = setAsap; +Promise$2._asap = asap; + +Promise$2.prototype = { + constructor: Promise$2, + + /** + The primary way of interacting with a promise is through its `then` method, + which registers callbacks to receive either a promise's eventual value or the + reason why the promise cannot be fulfilled. + + ```js + findUser().then(function(user){ + // user is available + }, function(reason){ + // user is unavailable, and you are given the reason why + }); + ``` + + Chaining + -------- + + The return value of `then` is itself a promise. This second, 'downstream' + promise is resolved with the return value of the first promise's fulfillment + or rejection handler, or rejected if the handler throws an exception. + + ```js + findUser().then(function (user) { + return user.name; + }, function (reason) { + return 'default name'; + }).then(function (userName) { + // If `findUser` fulfilled, `userName` will be the user's name, otherwise it + // will be `'default name'` + }); + + findUser().then(function (user) { + throw new Error('Found user, but still unhappy'); + }, function (reason) { + throw new Error('`findUser` rejected and we're unhappy'); + }).then(function (value) { + // never reached + }, function (reason) { + // if `findUser` fulfilled, `reason` will be 'Found user, but still unhappy'. + // If `findUser` rejected, `reason` will be '`findUser` rejected and we're unhappy'. + }); + ``` + If the downstream promise does not specify a rejection handler, rejection reasons will be propagated further downstream. + + ```js + findUser().then(function (user) { + throw new PedagogicalException('Upstream error'); + }).then(function (value) { + // never reached + }).then(function (value) { + // never reached + }, function (reason) { + // The `PedgagocialException` is propagated all the way down to here + }); + ``` + + Assimilation + ------------ + + Sometimes the value you want to propagate to a downstream promise can only be + retrieved asynchronously. This can be achieved by returning a promise in the + fulfillment or rejection handler. The downstream promise will then be pending + until the returned promise is settled. This is called *assimilation*. + + ```js + findUser().then(function (user) { + return findCommentsByAuthor(user); + }).then(function (comments) { + // The user's comments are now available + }); + ``` + + If the assimliated promise rejects, then the downstream promise will also reject. + + ```js + findUser().then(function (user) { + return findCommentsByAuthor(user); + }).then(function (comments) { + // If `findCommentsByAuthor` fulfills, we'll have the value here + }, function (reason) { + // If `findCommentsByAuthor` rejects, we'll have the reason here + }); + ``` + + Simple Example + -------------- + + Synchronous Example + + ```javascript + let result; + + try { + result = findResult(); + // success + } catch(reason) { + // failure + } + ``` + + Errback Example + + ```js + findResult(function(result, err){ + if (err) { + // failure + } else { + // success + } + }); + ``` + + Promise Example; + + ```javascript + findResult().then(function(result){ + // success + }, function(reason){ + // failure + }); + ``` + + Advanced Example + -------------- + + Synchronous Example + + ```javascript + let author, books; + + try { + author = findAuthor(); + books = findBooksByAuthor(author); + // success + } catch(reason) { + // failure + } + ``` + + Errback Example + + ```js + + function foundBooks(books) { + + } + + function failure(reason) { + + } + + findAuthor(function(author, err){ + if (err) { + failure(err); + // failure + } else { + try { + findBoooksByAuthor(author, function(books, err) { + if (err) { + failure(err); + } else { + try { + foundBooks(books); + } catch(reason) { + failure(reason); + } + } + }); + } catch(error) { + failure(err); + } + // success + } + }); + ``` + + Promise Example; + + ```javascript + findAuthor(). + then(findBooksByAuthor). + then(function(books){ + // found books + }).catch(function(reason){ + // something went wrong + }); + ``` + + @method then + @param {Function} onFulfilled + @param {Function} onRejected + Useful for tooling. + @return {Promise} + */ + then: then, + + /** + `catch` is simply sugar for `then(undefined, onRejection)` which makes it the same + as the catch block of a try/catch statement. + + ```js + function findAuthor(){ + throw new Error('couldn't find that author'); + } + + // synchronous + try { + findAuthor(); + } catch(reason) { + // something went wrong + } + + // async with promises + findAuthor().catch(function(reason){ + // something went wrong + }); + ``` + + @method catch + @param {Function} onRejection + Useful for tooling. + @return {Promise} + */ + 'catch': function _catch(onRejection) { + return this.then(null, onRejection); + } +}; + +/*global self*/ +function polyfill$1() { + var local = undefined; + + if (typeof global !== 'undefined') { + local = global; + } else if (typeof self !== 'undefined') { + local = self; + } else { + try { + local = Function('return this')(); + } catch (e) { + throw new Error('polyfill failed because global object is unavailable in this environment'); + } + } + + var P = local.Promise; + + if (P) { + var promiseToString = null; + try { + promiseToString = Object.prototype.toString.call(P.resolve()); + } catch (e) { + // silently ignored + } + + if (promiseToString === '[object Promise]' && !P.cast) { + return; + } + } + + local.Promise = Promise$2; +} + +// Strange compat.. +Promise$2.polyfill = polyfill$1; +Promise$2.Promise = Promise$2; + +return Promise$2; + +}))); + +//# sourceMappingURL=es6-promise.map + +/* WEBPACK VAR INJECTION */}.call(exports, __webpack_require__(7), __webpack_require__(8))) + +/***/ }), +/* 5 */ +/***/ (function(module, exports) { + +// removed by extract-text-webpack-plugin + +/***/ }), +/* 6 */ +/***/ (function(module, exports, __webpack_require__) { + +"use strict"; + + +Object.defineProperty(exports, "__esModule", { + value: true +}); + +var _createClass = function () { function defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } } return function (Constructor, protoProps, staticProps) { if (protoProps) defineProperties(Constructor.prototype, protoProps); if (staticProps) defineProperties(Constructor, staticProps); return Constructor; }; }(); /* global VERSION */ + +__webpack_require__(5); + +var _es6Promise = __webpack_require__(4); + +var _es6Promise2 = _interopRequireDefault(_es6Promise); + +var _utils = __webpack_require__(0); + +var Utils = _interopRequireWildcard(_utils); + +var _api = __webpack_require__(1); + +var API = _interopRequireWildcard(_api); + +var _button = __webpack_require__(2); + +var _push = __webpack_require__(3); + +function _interopRequireWildcard(obj) { if (obj && obj.__esModule) { return obj; } else { var newObj = {}; if (obj != null) { for (var key in obj) { if (Object.prototype.hasOwnProperty.call(obj, key)) newObj[key] = obj[key]; } } newObj.default = obj; return newObj; } } + +function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } + +function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } } + +var Noty = function () { + /** + * @param {object} options + * @return {Noty} + */ + function Noty() { + var options = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {}; + + _classCallCheck(this, Noty); + + this.options = Utils.deepExtend({}, API.Defaults, options); + this.id = this.options.id || Utils.generateID('bar'); + this.closeTimer = -1; + this.barDom = null; + this.layoutDom = null; + this.progressDom = null; + this.showing = false; + this.shown = false; + this.closed = false; + this.closing = false; + this.killable = this.options.timeout || this.options.closeWith.length > 0; + this.hasSound = this.options.sounds.sources.length > 0; + this.soundPlayed = false; + this.listeners = { + beforeShow: [], + onShow: [], + afterShow: [], + onClose: [], + afterClose: [], + onClick: [], + onHover: [], + onTemplate: [] + }; + this.promises = { + show: null, + close: null + }; + this.on('beforeShow', this.options.callbacks.beforeShow); + this.on('onShow', this.options.callbacks.onShow); + this.on('afterShow', this.options.callbacks.afterShow); + this.on('onClose', this.options.callbacks.onClose); + this.on('afterClose', this.options.callbacks.afterClose); + this.on('onClick', this.options.callbacks.onClick); + this.on('onHover', this.options.callbacks.onHover); + this.on('onTemplate', this.options.callbacks.onTemplate); + + return this; + } + + /** + * @param {string} eventName + * @param {function} cb + * @return {Noty} + */ + + + _createClass(Noty, [{ + key: 'on', + value: function on(eventName) { + var cb = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : function () {}; + + if (typeof cb === 'function' && this.listeners.hasOwnProperty(eventName)) { + this.listeners[eventName].push(cb); + } + + return this; + } + + /** + * @return {Noty} + */ + + }, { + key: 'show', + value: function show() { + var _this = this; + + if (this.options.killer === true) { + Noty.closeAll(); + } else if (typeof this.options.killer === 'string') { + Noty.closeAll(this.options.killer); + } + + var queueCounts = API.getQueueCounts(this.options.queue); + + if (queueCounts.current >= queueCounts.maxVisible || API.PageHidden && this.options.visibilityControl) { + API.addToQueue(this); + + if (API.PageHidden && this.hasSound && Utils.inArray('docHidden', this.options.sounds.conditions)) { + Utils.createAudioElements(this); + } + + if (API.PageHidden && Utils.inArray('docHidden', this.options.titleCount.conditions)) { + API.docTitle.increment(); + } + + return this; + } + + API.Store[this.id] = this; + + API.fire(this, 'beforeShow'); + + this.showing = true; + + if (this.closing) { + this.showing = false; + return this; + } + + API.build(this); + API.handleModal(this); + + if (this.options.force) { + this.layoutDom.insertBefore(this.barDom, this.layoutDom.firstChild); + } else { + this.layoutDom.appendChild(this.barDom); + } + + if (this.hasSound && !this.soundPlayed && Utils.inArray('docVisible', this.options.sounds.conditions)) { + Utils.createAudioElements(this); + } + + if (Utils.inArray('docVisible', this.options.titleCount.conditions)) { + API.docTitle.increment(); + } + + this.shown = true; + this.closed = false; + + // bind button events if any + if (API.hasButtons(this)) { + Object.keys(this.options.buttons).forEach(function (key) { + var btn = _this.barDom.querySelector('#' + _this.options.buttons[key].id); + Utils.addListener(btn, 'click', function (e) { + Utils.stopPropagation(e); + _this.options.buttons[key].cb(); + }); + }); + } + + this.progressDom = this.barDom.querySelector('.noty_progressbar'); + + if (Utils.inArray('click', this.options.closeWith)) { + Utils.addClass(this.barDom, 'noty_close_with_click'); + Utils.addListener(this.barDom, 'click', function (e) { + Utils.stopPropagation(e); + API.fire(_this, 'onClick'); + _this.close(); + }, false); + } + + Utils.addListener(this.barDom, 'mouseenter', function () { + API.fire(_this, 'onHover'); + }, false); + + if (this.options.timeout) Utils.addClass(this.barDom, 'noty_has_timeout'); + if (this.options.progressBar) { + Utils.addClass(this.barDom, 'noty_has_progressbar'); + } + + if (Utils.inArray('button', this.options.closeWith)) { + Utils.addClass(this.barDom, 'noty_close_with_button'); + + var closeButton = document.createElement('div'); + Utils.addClass(closeButton, 'noty_close_button'); + closeButton.innerHTML = '×'; + this.barDom.appendChild(closeButton); + + Utils.addListener(closeButton, 'click', function (e) { + Utils.stopPropagation(e); + _this.close(); + }, false); + } + + API.fire(this, 'onShow'); + + if (this.options.animation.open === null) { + this.promises.show = new _es6Promise2.default(function (resolve) { + resolve(); + }); + } else if (typeof this.options.animation.open === 'function') { + this.promises.show = new _es6Promise2.default(this.options.animation.open.bind(this)); + } else { + Utils.addClass(this.barDom, this.options.animation.open); + this.promises.show = new _es6Promise2.default(function (resolve) { + Utils.addListener(_this.barDom, Utils.animationEndEvents, function () { + Utils.removeClass(_this.barDom, _this.options.animation.open); + resolve(); + }); + }); + } + + this.promises.show.then(function () { + var _t = _this; + setTimeout(function () { + API.openFlow(_t); + }, 100); + }); + + return this; + } + + /** + * @return {Noty} + */ + + }, { + key: 'stop', + value: function stop() { + API.dequeueClose(this); + return this; + } + + /** + * @return {Noty} + */ + + }, { + key: 'resume', + value: function resume() { + API.queueClose(this); + return this; + } + + /** + * @param {int|boolean} ms + * @return {Noty} + */ + + }, { + key: 'setTimeout', + value: function (_setTimeout) { + function setTimeout(_x) { + return _setTimeout.apply(this, arguments); + } + + setTimeout.toString = function () { + return _setTimeout.toString(); + }; + + return setTimeout; + }(function (ms) { + this.stop(); + this.options.timeout = ms; + + if (this.barDom) { + if (this.options.timeout) { + Utils.addClass(this.barDom, 'noty_has_timeout'); + } else { + Utils.removeClass(this.barDom, 'noty_has_timeout'); + } + + var _t = this; + setTimeout(function () { + // ugly fix for progressbar display bug + _t.resume(); + }, 100); + } + + return this; + }) + + /** + * @param {string} html + * @param {boolean} optionsOverride + * @return {Noty} + */ + + }, { + key: 'setText', + value: function setText(html) { + var optionsOverride = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : false; + + if (this.barDom) { + this.barDom.querySelector('.noty_body').innerHTML = html; + } + + if (optionsOverride) this.options.text = html; + + return this; + } + + /** + * @param {string} type + * @param {boolean} optionsOverride + * @return {Noty} + */ + + }, { + key: 'setType', + value: function setType(type) { + var _this2 = this; + + var optionsOverride = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : false; + + if (this.barDom) { + var classList = Utils.classList(this.barDom).split(' '); + + classList.forEach(function (c) { + if (c.substring(0, 11) === 'noty_type__') { + Utils.removeClass(_this2.barDom, c); + } + }); + + Utils.addClass(this.barDom, 'noty_type__' + type); + } + + if (optionsOverride) this.options.type = type; + + return this; + } + + /** + * @param {string} theme + * @param {boolean} optionsOverride + * @return {Noty} + */ + + }, { + key: 'setTheme', + value: function setTheme(theme) { + var _this3 = this; + + var optionsOverride = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : false; + + if (this.barDom) { + var classList = Utils.classList(this.barDom).split(' '); + + classList.forEach(function (c) { + if (c.substring(0, 12) === 'noty_theme__') { + Utils.removeClass(_this3.barDom, c); + } + }); + + Utils.addClass(this.barDom, 'noty_theme__' + theme); + } + + if (optionsOverride) this.options.theme = theme; + + return this; + } + + /** + * @return {Noty} + */ + + }, { + key: 'close', + value: function close() { + var _this4 = this; + + if (this.closed) return this; + + if (!this.shown) { + // it's in the queue + API.removeFromQueue(this); + return this; + } + + API.fire(this, 'onClose'); + + this.closing = true; + + if (this.options.animation.close === null) { + this.promises.close = new _es6Promise2.default(function (resolve) { + resolve(); + }); + } else if (typeof this.options.animation.close === 'function') { + this.promises.close = new _es6Promise2.default(this.options.animation.close.bind(this)); + } else { + Utils.addClass(this.barDom, this.options.animation.close); + this.promises.close = new _es6Promise2.default(function (resolve) { + Utils.addListener(_this4.barDom, Utils.animationEndEvents, function () { + if (_this4.options.force) { + Utils.remove(_this4.barDom); + } else { + API.ghostFix(_this4); + } + resolve(); + }); + }); + } + + this.promises.close.then(function () { + API.closeFlow(_this4); + API.handleModalClose(_this4); + }); + + this.closed = true; + + return this; + } + + // API functions + + /** + * @param {boolean|string} queueName + * @return {Noty} + */ + + }], [{ + key: 'closeAll', + value: function closeAll() { + var queueName = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : false; + + Object.keys(API.Store).forEach(function (id) { + if (queueName) { + if (API.Store[id].options.queue === queueName && API.Store[id].killable) { + API.Store[id].close(); + } + } else if (API.Store[id].killable) { + API.Store[id].close(); + } + }); + return this; + } + + /** + * @param {Object} obj + * @return {Noty} + */ + + }, { + key: 'overrideDefaults', + value: function overrideDefaults(obj) { + API.Defaults = Utils.deepExtend({}, API.Defaults, obj); + return this; + } + + /** + * @param {int} amount + * @param {string} queueName + * @return {Noty} + */ + + }, { + key: 'setMaxVisible', + value: function setMaxVisible() { + var amount = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : API.DefaultMaxVisible; + var queueName = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : 'global'; + + if (!API.Queues.hasOwnProperty(queueName)) { + API.Queues[queueName] = { maxVisible: amount, queue: [] }; + } + + API.Queues[queueName].maxVisible = amount; + return this; + } + + /** + * @param {string} innerHtml + * @param {String} classes + * @param {Function} cb + * @param {Object} attributes + * @return {NotyButton} + */ + + }, { + key: 'button', + value: function button(innerHtml) { + var classes = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : null; + var cb = arguments[2]; + var attributes = arguments.length > 3 && arguments[3] !== undefined ? arguments[3] : {}; + + return new _button.NotyButton(innerHtml, classes, cb, attributes); + } + + /** + * @return {string} + */ + + }, { + key: 'version', + value: function version() { + return "3.1.4"; + } + + /** + * @param {String} workerPath + * @return {Push} + */ + + }, { + key: 'Push', + value: function Push(workerPath) { + return new _push.Push(workerPath); + } + }]); + + return Noty; +}(); + +// Document visibility change controller + + +exports.default = Noty; +Utils.visibilityChangeFlow(); +module.exports = exports['default']; + +/***/ }), +/* 7 */ +/***/ (function(module, exports) { + +// shim for using process in browser +var process = module.exports = {}; + +// cached from whatever global is present so that test runners that stub it +// don't break things. But we need to wrap it in a try catch in case it is +// wrapped in strict mode code which doesn't define any globals. It's inside a +// function because try/catches deoptimize in certain engines. + +var cachedSetTimeout; +var cachedClearTimeout; + +function defaultSetTimout() { + throw new Error('setTimeout has not been defined'); +} +function defaultClearTimeout () { + throw new Error('clearTimeout has not been defined'); +} +(function () { + try { + if (typeof setTimeout === 'function') { + cachedSetTimeout = setTimeout; + } else { + cachedSetTimeout = defaultSetTimout; + } + } catch (e) { + cachedSetTimeout = defaultSetTimout; + } + try { + if (typeof clearTimeout === 'function') { + cachedClearTimeout = clearTimeout; + } else { + cachedClearTimeout = defaultClearTimeout; + } + } catch (e) { + cachedClearTimeout = defaultClearTimeout; + } +} ()) +function runTimeout(fun) { + if (cachedSetTimeout === setTimeout) { + //normal enviroments in sane situations + return setTimeout(fun, 0); + } + // if setTimeout wasn't available but was latter defined + if ((cachedSetTimeout === defaultSetTimout || !cachedSetTimeout) && setTimeout) { + cachedSetTimeout = setTimeout; + return setTimeout(fun, 0); + } + try { + // when when somebody has screwed with setTimeout but no I.E. maddness + return cachedSetTimeout(fun, 0); + } catch(e){ + try { + // When we are in I.E. but the script has been evaled so I.E. doesn't trust the global object when called normally + return cachedSetTimeout.call(null, fun, 0); + } catch(e){ + // same as above but when it's a version of I.E. that must have the global object for 'this', hopfully our context correct otherwise it will throw a global error + return cachedSetTimeout.call(this, fun, 0); + } + } + + +} +function runClearTimeout(marker) { + if (cachedClearTimeout === clearTimeout) { + //normal enviroments in sane situations + return clearTimeout(marker); + } + // if clearTimeout wasn't available but was latter defined + if ((cachedClearTimeout === defaultClearTimeout || !cachedClearTimeout) && clearTimeout) { + cachedClearTimeout = clearTimeout; + return clearTimeout(marker); + } + try { + // when when somebody has screwed with setTimeout but no I.E. maddness + return cachedClearTimeout(marker); + } catch (e){ + try { + // When we are in I.E. but the script has been evaled so I.E. doesn't trust the global object when called normally + return cachedClearTimeout.call(null, marker); + } catch (e){ + // same as above but when it's a version of I.E. that must have the global object for 'this', hopfully our context correct otherwise it will throw a global error. + // Some versions of I.E. have different rules for clearTimeout vs setTimeout + return cachedClearTimeout.call(this, marker); + } + } + + + +} +var queue = []; +var draining = false; +var currentQueue; +var queueIndex = -1; + +function cleanUpNextTick() { + if (!draining || !currentQueue) { + return; + } + draining = false; + if (currentQueue.length) { + queue = currentQueue.concat(queue); + } else { + queueIndex = -1; + } + if (queue.length) { + drainQueue(); + } +} + +function drainQueue() { + if (draining) { + return; + } + var timeout = runTimeout(cleanUpNextTick); + draining = true; + + var len = queue.length; + while(len) { + currentQueue = queue; + queue = []; + while (++queueIndex < len) { + if (currentQueue) { + currentQueue[queueIndex].run(); + } + } + queueIndex = -1; + len = queue.length; + } + currentQueue = null; + draining = false; + runClearTimeout(timeout); +} + +process.nextTick = function (fun) { + var args = new Array(arguments.length - 1); + if (arguments.length > 1) { + for (var i = 1; i < arguments.length; i++) { + args[i - 1] = arguments[i]; + } + } + queue.push(new Item(fun, args)); + if (queue.length === 1 && !draining) { + runTimeout(drainQueue); + } +}; + +// v8 likes predictible objects +function Item(fun, array) { + this.fun = fun; + this.array = array; +} +Item.prototype.run = function () { + this.fun.apply(null, this.array); +}; +process.title = 'browser'; +process.browser = true; +process.env = {}; +process.argv = []; +process.version = ''; // empty string to avoid regexp issues +process.versions = {}; + +function noop() {} + +process.on = noop; +process.addListener = noop; +process.once = noop; +process.off = noop; +process.removeListener = noop; +process.removeAllListeners = noop; +process.emit = noop; +process.prependListener = noop; +process.prependOnceListener = noop; + +process.listeners = function (name) { return [] } + +process.binding = function (name) { + throw new Error('process.binding is not supported'); +}; + +process.cwd = function () { return '/' }; +process.chdir = function (dir) { + throw new Error('process.chdir is not supported'); +}; +process.umask = function() { return 0; }; + + +/***/ }), +/* 8 */ +/***/ (function(module, exports) { + +var g; + +// This works in non-strict mode +g = (function() { + return this; +})(); + +try { + // This works if eval is allowed (see CSP) + g = g || Function("return this")() || (1,eval)("this"); +} catch(e) { + // This works if the window reference is available + if(typeof window === "object") + g = window; +} + +// g can still be undefined, but nothing to do about it... +// We return undefined, instead of nothing here, so it's +// easier to handle this case. if(!global) { ...} + +module.exports = g; + + +/***/ }), +/* 9 */ +/***/ (function(module, exports) { + +/* (ignored) */ + +/***/ }) +/******/ ]); +}); +//# sourceMappingURL=noty.js.map \ No newline at end of file diff --git a/manifest.json b/manifest.json index fc6cf2f..5f4f94f 100644 --- a/manifest.json +++ b/manifest.json @@ -46,8 +46,8 @@ }, { "matches": ["https://mint.intuit.com/overview.event*"], - "js": ["js/external/jquery/jquery.min.js","js/external/macOSNotif/macOSNotif.min.js", "js/mint/mint-overview.js"], - "css": ["css/mint-overview.css","css/macOSNotif.min.css"] + "js": ["js/external/jquery/jquery.min.js","js/external/noty/noty.js", "js/mint/mint-overview.js"], + "css": ["css/mint-overview.css","css/noty.css"] } ], From d1b75c1c92518dd32ec44b4c840b8874606c2bda Mon Sep 17 00:00:00 2001 From: "George W. Walker" Date: Fri, 28 Jun 2019 20:48:25 -0500 Subject: [PATCH 2/4] Switch logic --- css/mint-overview.css | 44 +++++++++++++++++++++++++++++----------- js/mint/mint-overview.js | 43 ++++++++++++++++++++------------------- 2 files changed, 54 insertions(+), 33 deletions(-) diff --git a/css/mint-overview.css b/css/mint-overview.css index 2b2e868..5f65acd 100644 --- a/css/mint-overview.css +++ b/css/mint-overview.css @@ -36,20 +36,40 @@ font-weight: bold; } -.macOSNotif_Image { - padding: 1.5em .4em; - width: 32px !important; +.notification-image { + padding: 1.5em; + padding-left: .75em; + max-width: 32px; + float: left; +} + +.notification-title { + padding: 1em 0; } -.macOSNotif_Text { - text-decoration: none !important; - cursor: unset !important; + +.notification-action { + display: flex; + justify-content: flex-end; } -.macOSNotif_Title { - text-overflow: unset !important; + +.notification-action-link { + margin: 1em; + padding: .5em 1em; + margin-top: .5em; + background-color: rgba(0,0,0,.07); + color: inherit; } -.macOSNotif_Subtitle { - font-size: 11px !important; + +.notification-action-link:hover { + background-color: rgba(0,0,0,.15); + text-decoration: none; } -.macOSNotif_Button { - text-decoration: none !important; + +.notification-wrapper { + display: flex; } + +.notification-right { + display: flex; + flex-direction: column; +} \ No newline at end of file diff --git a/js/mint/mint-overview.js b/js/mint/mint-overview.js index 5dec19a..bec6735 100644 --- a/js/mint/mint-overview.js +++ b/js/mint/mint-overview.js @@ -8,28 +8,29 @@ setTimeout(function() { }, 2000); function doAlert(request) { - var notificationSettings = { - title: 'Robinhood Mint Sync for Chrome', - subtitle: request.status, - btn1Text: 'Close', - btn1Link: null, - imageSrc: chrome.extension.getURL("/images/icon128.png"), - imageLink: null, - btn2Text: null, - mainLink: null - }; - if (typeof(request.link) !== "undefined") { - notificationSettings.btn2Text = request.linkText; - notificationSettings.btn2Link = request.link; - } - if (typeof(request.newTab !== "undefined")) { - notificationSettings.btn2NewTab = request.newTab; - } - if (!(request.persistant)) { - notificationSettings.autoDismiss = 15; - } - macOSNotif(notificationSettings); + const targetText = request.newTab ? `" target="_blank"` : ""; + + const linkText = request.link ? (`` + request.linkText + ``) : ""; + + const renderedText = ` +
    +
    + +
    +
    +
    Robinhood Mint Sync for Chrome
    +

    ` + request.status + `

    +

    ` + linkText + `

    +
    +
    `; + + new Noty({ + text: renderedText, + timeout: request.persistant ? false : 15000, + progressBar: true, + closeWith: ['button'], + }).show(); } chrome.runtime.onMessage.addListener(function(request, sender, sendResponse) { From ba8e387d2cb4ae3b74abc445199fc850188196c7 Mon Sep 17 00:00:00 2001 From: "George W. Walker" Date: Fri, 28 Jun 2019 20:53:37 -0500 Subject: [PATCH 3/4] Change deprecation notice to important notice --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index de6fb84..d66d89c 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ -## This Chrome Extension is deprecated. Mint now supports adding Robinhood accounts natively. -The extension may continue to work, but will add the Robinhood balance as a _collectible_. If you [add Robinhood to Mint natively](https://help.mint.com/General/888961131/How-do-I-add-a-new-account-in-Mint.htm) the balance will show up under investments. Any changes made to Robinhood or Mint in the future could break this extension. +## Important Note: Mint now supports adding Robinhood accounts natively. +The extension should continue to work, but will add the Robinhood balance as a _collectible_. If you [add Robinhood to Mint natively](https://help.mint.com/General/888961131/How-do-I-add-a-new-account-in-Mint.htm) the balance will show up under investments. Any changes made to Robinhood or Mint in the future could break this extension. Mint and Robinhood Sync Icon From 2ba15546eeb1dd444ee4ca8f8c4cf6f785337587 Mon Sep 17 00:00:00 2001 From: "George W. Walker" Date: Fri, 28 Jun 2019 20:57:16 -0500 Subject: [PATCH 4/4] Update changelog/version --- html/changelog.html | 6 +++++- html/welcome.html | 13 ++++++++----- manifest.json | 2 +- 3 files changed, 14 insertions(+), 7 deletions(-) diff --git a/html/changelog.html b/html/changelog.html index e80d21f..c3371ce 100644 --- a/html/changelog.html +++ b/html/changelog.html @@ -36,7 +36,7 @@

    Changelog

    What's new in this release

    -

    This release includes minor bug fixes. The extension now detects when you are not logged in to Mint or Robinhood and handles it better.

    +

    This release is a bug fix for notification buttons not working.

    @@ -54,6 +54,10 @@

    Don't want to see the changelog on updates?

    Version History

    +