폴더 정리

This commit is contained in:
subsub 2025-12-03 18:03:52 +09:00
parent 60e08c3844
commit 42f526cdee
425 changed files with 17 additions and 83011 deletions

View File

@ -13,8 +13,8 @@
<title>관리자페이지</title>
<!-- css -->
<link rel="stylesheet" href="/css/reset.css">
<link rel="stylesheet" href="/css/font.css">
<link rel="stylesheet" href="/publish/common/css/reset.css">
<link rel="stylesheet" href="/publish/common/css/font.css">
<link rel="stylesheet" href="/publish/adm/layout/layout.css">
<link rel="stylesheet" href="/publish/adm/css/common.css">
@ -27,15 +27,15 @@
<!-- script -->
<script src="/js/jquery-3.5.0.js"></script>
<script src="/publish/common/script/jquery-3.5.0.js"></script>
<script src="/publish/adm/layout/layout.js"></script>
<script src="/publish/adm/script/tab.js"></script>
<script src="/publish/adm/script/content.js"></script>
<!-- 캘린더 -->
<script type="module" src="/js/plugin/datapicker/duet.esm.js"></script>
<script nomodule src="/js/plugin/datapicker/duet.js"></script>
<link rel="stylesheet" href="/js/plugin/datapicker/default.css">
<script type="module" src="/publish/common/script/plugin/datapicker/duet.esm.js"></script>
<script nomodule src="/publish/common/script/plugin/datapicker/duet.js"></script>
<link rel="stylesheet" href="/publish/common/script/plugin/datapicker/default.css">
<!-- 전에 썼던것 -->
<%-- <script src="/kccadrPb/adm/script/content.js"></script>

View File

@ -27,15 +27,15 @@
<title>관리자 대시보드</title>
<!-- css -->
<link rel="stylesheet" href="/css/reset.css">
<link rel="stylesheet" href="/css/font.css">
<link rel="stylesheet" href="/publish/common/css/reset.css">
<link rel="stylesheet" href="/publish/common/css/font.css">
<link rel="stylesheet" href="/publish/adm/layout/layout.css">
<link rel="stylesheet" href="/publish/adm/css/common.css">
<link rel="stylesheet" href="/publish/adm/css/dashboard.css">
<!-- script -->
<script src="<c:url value='/js/jquery.js' />"></script>
<script src="/js/jquery-3.5.0.js"></script>
<script src="/publish/common/script/jquery-3.5.0.js"></script>
<script type="text/javaScript" language="javascript">

View File

@ -25,8 +25,8 @@
<meta http-equiv="Content-Security-Policy" content="default-src * self blob: data: gap:; style-src * self 'unsafe-inline' blob: data: gap:; script-src * 'self' 'unsafe-eval' 'unsafe-inline' blob: data: gap:; object-src * 'self' blob: data: gap:; img-src * self 'unsafe-inline' blob: data: gap:; connect-src self * 'unsafe-inline' blob: data: gap:; frame-src * self blob: data: gap:;">
<!-- css -->
<link rel="stylesheet" href="/css/reset.css">
<link rel="stylesheet" href="/css/font.css">
<link rel="stylesheet" href="/publish/common/css/reset.css">
<link rel="stylesheet" href="/publish/common/css/font.css">
<link rel="stylesheet" href="/publish/usr/layout/layout.css">
<link rel="stylesheet" href="/publish/usr/css/common.css">
<link rel="stylesheet" href="/publish/usr/css/button.css">
@ -37,7 +37,7 @@
<!-- //css -->
<!-- script -->
<script src="/js/jquery-3.5.0.js"></script>
<script src="/publish/common/script/jquery-3.5.0.js"></script>
<script src="/publish/usr/layout/layout.js"></script>
<script src="/publish/usr/script/tab.js"></script>
<script src="/publish/usr/script/popup.js"></script>
@ -46,9 +46,9 @@
<!-- //script -->
<!-- 캘린더 -->
<script type="module" src="/js/plugin/datapicker/duet.esm.js"></script>
<script nomodule src="/js/plugin/datapicker/duet.js"></script>
<link rel="stylesheet" href="/js/plugin/datapicker/default.css">
<script type="module" src="/publish/common/script/plugin/datapicker/duet.esm.js"></script>
<script nomodule src="/publish/common/script/plugin/datapicker/duet.js"></script>
<link rel="stylesheet" href="/publish/common/script/plugin/datapicker/default.css">
<!-- <link rel="stylesheet" href="/kofair_case_seed/css/reset.css">
<link rel="stylesheet" href="/kofair_case_seed/css/font.css">
@ -71,8 +71,8 @@
<!-- 메인 -->
<c:if test="${fn:contains(URL , 'main/mainPage.do')}">
<!-- plugin -->
<link rel="stylesheet" href="/js/plugin/swiper-11.1.9/package/swiper-bundle.min.css">
<script src="/js/plugin/swiper-11.1.9/package/swiper-bundle.min.js"></script>
<link rel="stylesheet" href="/publish/common/script/plugin/swiper-11.1.9/package/swiper-bundle.min.css">
<script src="/publish/common/script/plugin/swiper-11.1.9/package/swiper-bundle.min.js"></script>
<!-- //plugin -->
<link rel="stylesheet" href="/publish/usr/css/main.css">

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -1,571 +0,0 @@
:root {
--duet-color-primary: #005fcc;
--duet-color-text: #333;
--duet-color-text-active: #fff;
--duet-color-placeholder: #666;
--duet-color-button: #f5f5f5;
--duet-color-surface: #fff;
--duet-color-overlay: rgba(0, 0, 0, 0.8);
--duet-color-border: #333;
--duet-font: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
--duet-font-normal: 400;
--duet-font-bold: 600;
--duet-radius: 4px;
--duet-z-index: 600;
}
.duet-date *,
.duet-date *::before,
.duet-date *::after {
box-sizing: border-box;
margin: 0;
width: auto
}
.duet-date {
box-sizing: border-box;
color: var(--duet-color-text);
display: block;
font-family: var(--duet-font);
margin: 0;
position: relative;
text-align: left;
width: 100%
}
.duet-date__input {
-webkit-appearance: none;
appearance: none;
background: var(--duet-color-surface);
border: 1px solid var(--duet-color-border, var(--duet-color-text));
border-radius: var(--duet-radius);
color: var(--duet-color-text);
float: none;
font-family: var(--duet-font);
font-size: 100%;
line-height: normal;
padding: 14px 60px 14px 14px;
width: 100%;
box-sizing: border-box;
}
.duet-date__input:focus {
border-color: var(--duet-color-primary);
box-shadow: 0 0 0 1px var(--duet-color-primary);
outline: 0
}
.duet-date__input::-webkit-input-placeholder {
font-size: 16px;
color: #999;
opacity: 1;
}
.duet-date__input:-moz-placeholder {
font-size: 16px;
color: #999;
opacity: 1
}
.duet-date__input:-ms-input-placeholder {
font-size: 16px;
color: #999;
}
.duet-date__input-wrapper {
position: relative;
width: 100%
}
.duet-date__toggle {
-moz-appearance: none;
-webkit-appearance: none;
-webkit-user-select: none;
align-items: center;
appearance: none;
background: var(--duet-color-button);
border: 0;
border-radius: 0;
border-bottom-right-radius: var(--duet-radius);
border-top-right-radius: var(--duet-radius);
box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.1);
color: var(--duet-color-text);
cursor: pointer;
display: flex;
height: calc(100% - 2px);
justify-content: center;
padding: 0;
position: absolute;
right: 1px;
top: 1px;
user-select: none;
width: 48px;
z-index: 2
}
.duet-date__toggle:focus {
/* box-shadow: 0 0 0 2px var(--duet-color-primary); */
outline: 0
}
.duet-date__toggle-icon {
display: flex;
flex-basis: 100%;
justify-content: center;
align-items: center
}
.duet-date__dialog {
display: flex;
left: 0;
min-width: 320px;
opacity: 0;
position: absolute;
top: 100%;
transform: scale(0.96) translateZ(0) translateY(-20px);
transform-origin: top right;
transition: transform 300ms ease, opacity 300ms ease, visibility 300ms ease;
visibility: hidden;
width: 100%;
will-change: transform, opacity, visibility;
z-index: var(--duet-z-index)
}
@media (max-width: 35.9375em) {
.duet-date__dialog {
background: var(--duet-color-overlay);
bottom: 0;
position: fixed;
right: 0;
top: 0;
transform: translateZ(0);
transform-origin: bottom center
}
}
.duet-date__dialog.is-left {
left: auto;
right: 0;
width: auto
}
.duet-date__dialog.is-active {
opacity: 1;
transform: scale(1.0001) translateZ(0) translateY(0);
visibility: visible
}
.duet-date__dialog-content {
background: var(--duet-color-surface);
border: 1px solid rgba(0, 0, 0, 0.1);
border-radius: var(--duet-radius);
box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
margin-left: auto;
margin-top: 8px;
max-width: 310px;
min-width: 290px;
padding: 16px 16px 20px;
position: relative;
transform: none;
width: 100%;
z-index: var(--duet-z-index)
}
@media (max-width: 35.9375em) {
.duet-date__dialog-content {
border: 0;
border-radius: 0;
border-top-left-radius: var(--duet-radius);
border-top-right-radius: var(--duet-radius);
bottom: 0;
left: 0;
margin: 0;
max-width: none;
min-height: 26em;
opacity: 0;
padding: 0 8% 20px;
position: absolute;
transform: translateZ(0) translateY(100%);
transition: transform 400ms ease, opacity 400ms ease, visibility 400ms ease;
visibility: hidden;
will-change: transform, opacity, visibility
}
.is-active .duet-date__dialog-content {
opacity: 1;
transform: translateZ(0) translateY(0);
visibility: visible
}
}
.duet-date__table {
border-collapse: collapse;
border-spacing: 0;
color: var(--duet-color-text);
font-size: 1rem;
font-weight: var(--duet-font-normal);
line-height: 1.25;
text-align: center;
width: 100%
}
.duet-date__table-header {
font-size: 0.75rem;
font-weight: var(--duet-font-bold);
letter-spacing: 1px;
line-height: 1.25;
padding-bottom: 8px;
text-decoration: none;
text-transform: uppercase
}
.duet-date__cell {
text-align: center
}
.duet-date__day {
-moz-appearance: none;
-webkit-appearance: none;
appearance: none;
background: transparent;
border: 0;
border-radius: 50%;
color: var(--duet-color-text);
cursor: pointer;
display: inline-block;
font-family: var(--duet-font);
font-size: 0.875rem;
font-variant-numeric: tabular-nums;
font-weight: var(--duet-font-normal);
height: 36px;
line-height: 1.25;
padding: 0 0 1px;
position: relative;
text-align: center;
vertical-align: middle;
width: 36px;
z-index: 1
}
.duet-date__day.is-today {
box-shadow: 0 0 0 1px var(--duet-color-primary);
position: relative;
z-index: 200
}
.duet-date__day:hover::before,
.duet-date__day.is-today::before {
background: var(--duet-color-primary);
border-radius: 50%;
bottom: 0;
content: "";
left: 0;
opacity: 0.06;
position: absolute;
right: 0;
top: 0
}
.duet-date__day[aria-pressed=true],
.duet-date__day:focus {
background: var(--duet-color-primary);
box-shadow: none;
color: var(--duet-color-text-active);
outline: 0
}
.duet-date__day:active {
background: var(--duet-color-primary);
box-shadow: 0 0 5px var(--duet-color-primary);
color: var(--duet-color-text-active);
z-index: 200
}
.duet-date__day:focus {
box-shadow: 0 0 5px var(--duet-color-primary);
z-index: 200
}
.duet-date__day:not(.is-month) {
box-shadow: none
}
.duet-date__day:not(.is-month),
.duet-date__day[aria-disabled=true] {
background: transparent;
color: var(--duet-color-text);
cursor: default;
opacity: 0.5
}
.duet-date__day[aria-disabled=true].is-today {
box-shadow: 0 0 0 1px var(--duet-color-primary)
}
.duet-date__day[aria-disabled=true].is-today:focus {
box-shadow: 0 0 5px var(--duet-color-primary);
background: var(--duet-color-primary);
color: var(--duet-color-text-active)
}
.duet-date__day[aria-disabled=true]:not(.is-today)::before {
display: none
}
.duet-date__day.is-outside {
background: var(--duet-color-button);
box-shadow: none;
color: var(--duet-color-text);
cursor: default;
opacity: 0.6;
pointer-events: none
}
.duet-date__day.is-outside::before {
display: none
}
.duet-date__header {
align-items: center;
display: flex;
justify-content: space-between;
margin-bottom: 16px;
width: 100%
}
.duet-date__nav {
white-space: nowrap
}
.duet-date__prev,
.duet-date__next {
-moz-appearance: none;
-webkit-appearance: none;
align-items: center;
appearance: none;
background: var(--duet-color-button);
border: 0;
border-radius: 50%;
color: var(--duet-color-text);
cursor: pointer;
display: inline-flex;
height: 32px;
justify-content: center;
margin-left: 8px;
padding: 0;
transition: background-color 300ms ease;
width: 32px
}
@media (max-width: 35.9375em) {
.duet-date__prev,
.duet-date__next {
height: 40px;
width: 40px
}
}
.duet-date__prev:focus,
.duet-date__next:focus {
box-shadow: 0 0 0 2px var(--duet-color-primary);
outline: 0
}
.duet-date__prev:active:focus,
.duet-date__next:active:focus {
box-shadow: none
}
.duet-date__prev:disabled,
.duet-date__next:disabled {
cursor: default;
opacity: 0.5
}
.duet-date__prev svg,
.duet-date__next svg {
margin: 0 auto
}
.duet-date__select {
display: inline-flex;
margin-top: 4px;
position: relative
}
.duet-date__select span {
margin-right: 4px
}
.duet-date__select select {
cursor: pointer;
font-size: 1rem;
height: 100%;
left: 0;
opacity: 0;
position: absolute;
top: 0;
width: 100%;
z-index: 2
}
.duet-date__select select:focus+.duet-date__select-label {
box-shadow: 0 0 0 2px var(--duet-color-primary)
}
.duet-date__select-label {
align-items: center;
border-radius: var(--duet-radius);
color: var(--duet-color-text);
display: flex;
font-size: 1.25rem;
font-weight: var(--duet-font-bold);
line-height: 1.25;
padding: 0 4px 0 8px;
pointer-events: none;
position: relative;
width: 100%;
z-index: 1
}
.duet-date__select-label svg {
width: 16px;
height: 16px
}
.duet-date__mobile {
align-items: center;
border-bottom: 1px solid rgba(0, 0, 0, 0.12);
display: flex;
justify-content: space-between;
margin-bottom: 20px;
margin-left: -10%;
overflow: hidden;
padding: 12px 20px;
position: relative;
text-overflow: ellipsis;
white-space: nowrap;
width: 120%
}
@media (min-width: 36em) {
.duet-date__mobile {
border: 0;
margin: 0;
overflow: visible;
padding: 0;
position: absolute;
right: -8px;
top: -8px;
width: auto
}
}
.duet-date__mobile-heading {
display: inline-block;
font-weight: var(--duet-font-bold);
max-width: 84%;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap
}
@media (min-width: 36em) {
.duet-date__mobile-heading {
display: none
}
}
.duet-date__close {
-webkit-appearance: none;
align-items: center;
appearance: none;
background: var(--duet-color-button);
border: 0;
border-radius: 50%;
color: var(--duet-color-text);
cursor: pointer;
display: flex;
height: 24px;
justify-content: center;
padding: 0;
width: 24px
}
@media (min-width: 36em) {
.duet-date__close {
opacity: 0
}
}
.duet-date__close:focus {
box-shadow: 0 0 0 2px var(--duet-color-primary);
outline: none
}
@media (min-width: 36em) {
.duet-date__close:focus {
opacity: 1
}
}
.duet-date__close svg {
margin: 0 auto
}
.duet-date__vhidden {
border: 0;
clip: rect(1px, 1px, 1px, 1px);
height: 1px;
overflow: hidden;
padding: 0;
position: absolute;
top: 0;
width: 1px
}
/* 수정 */
duet-date-picker.input{padding:0 0 0 12px;}
duet-date-picker *:focus{outline: auto !important;box-shadow:none !important;}
.duet-date,.duet-date__input-wrapper{height:100%;}
.duet-date__toggle{min-width:0 !important;width:30px;box-shadow:none;background:url(./images/icon_calendar.png) no-repeat center center;top:-1.5px;right:4px;padding:0;}
.duet-date__toggle-icon{display:none !important;}
.duet-date__dialog{min-width:360px;}
.duet-date__dialog-content{max-width:360px;background:#fff;padding:50px 16px 20px;}
.duet-date__input{width:100%;height:100%;padding:0;font-size:16px;border:0;}
.duet-date__input::placeholder{font-family:'Pretendard';font-size:14px;color:#777;font-weight:400;}
.duet-date__table{table-layout:fixed;}
.duet-date__day,.duet-date__prev, .duet-date__next{min-width:0 !important;}
.duet-date__header>div{display:flex;width:70%;gap:8px;}
.duet-date__header>div.duet-date__nav{width:auto;}
.duet-date__table thead tr{background:var(--gray-color-light);}
.duet-date__table thead tr th:first-child{border-radius:10px 0 0 10px;overflow:hidden;}
.duet-date__table thead tr th:last-child{border-radius:0 10px 10px 0;overflow:hidden;}
.duet-date__select-label{height:40px;border:1px solid #d8d8d8;border-radius:5px;font-size:16px;background:url(./images/icon_arrow_down.png) no-repeat calc(100% - 8px) center;}
.duet-date__select{min-width:100px;}
.duet-date__select select{width:100%;}
.duet-date__select span{width:100%;}
.duet-date__select select:focus+.duet-date__select-label{outline:auto;}
.duet-date__select svg{display:none;}
.duet-date__table-header,.duet-date__cell,.duet-date__day,.list_top .search_area .duet-date__day{width:45px !important;height:45px !important;vertical-align:middle;padding:0 !important;}
.duet-date__prev, .duet-date__next{width:40px !important;height:40px !important;background:var(--gray-color-light);border-radius:100% !important;padding:0 !important;}
.duet-date__table-header{font-size:16px;}
.duet-date__table thead tr{background:var(--primary-lighter-color);}
.duet-date__day.is-today{box-shadow:0 0 0 1px var(--primary-color);}
.duet-date__day span{padding:0;}
.duet-date__day:hover{background:var(--primary-color-light-hover);}
.duet-date__day:hover::before, .duet-date__day.is-today::before,.duet-date__day[aria-pressed=true], .duet-date__day:focus{background:var(--primary-color);}
.duet-date__mobile{right:8px;top:7px;}
.duet-date__close{min-width:0 !important;width:40px !important;height:40px !important;background:url(./images/icon_x.png) no-repeat center;opacity:1;background-size:70%;}
.duet-date__close svg{display:none;}

File diff suppressed because one or more lines are too long

View File

@ -1,696 +0,0 @@
self,
function () {
var t = new Set("annotation-xml color-profile font-face font-face-src font-face-uri font-face-format font-face-name missing-glyph".split(" "));
function n(n) {
var i = t.has(n);
return n = /^[a-z][.0-9_a-z]*-[\-.0-9_a-z]*$/.test(n), !i && n
}
function i(t) {
var n = t.isConnected;
if (void 0 !== n) return n;
for (; t && !(t.__CE_isImportDocument || t instanceof Document);) t = t.parentNode || (window.ShadowRoot && t instanceof ShadowRoot ? t.host : void 0);
return !(!t || !(t.__CE_isImportDocument || t instanceof Document))
}
function e(t, n) {
for (; n && n !== t && !n.nextSibling;) n = n.parentNode;
return n && n !== t ? n.nextSibling : null
}
function o(t, n, i) {
i = void 0 === i ? new Set : i;
for (var r = t; r;) {
if (r.nodeType === Node.ELEMENT_NODE) {
var f = r;
n(f);
var c = f.localName;
if ("link" === c && "import" === f.getAttribute("rel")) {
if ((r = f.import) instanceof Node && !i.has(r))
for (i.add(r), r = r.firstChild; r; r = r.nextSibling) o(r, n, i);
r = e(t, f);
continue
}
if ("template" === c) {
r = e(t, f);
continue
}
if (f = f.__CE_shadowRoot)
for (f = f.firstChild; f; f = f.nextSibling) o(f, n, i)
}
r = r.firstChild ? r.firstChild : e(t, r)
}
}
function r(t, n, i) {
t[n] = i
}
function f() {
this.a = new Map, this.g = new Map, this.c = [], this.f = [], this.b = !1
}
function c(t, n) {
t.b && o(n, (function (n) {
return u(t, n)
}))
}
function u(t, n) {
if (t.b && !n.__CE_patched) {
n.__CE_patched = !0;
for (var i = 0; i < t.c.length; i++) t.c[i](n);
for (i = 0; i < t.f.length; i++) t.f[i](n)
}
}
function s(t, n) {
var i = [];
for (o(n, (function (t) {
return i.push(t)
})), n = 0; n < i.length; n++) {
var e = i[n];
1 === e.__CE_state ? t.connectedCallback(e) : l(t, e)
}
}
function a(t, n) {
var i = [];
for (o(n, (function (t) {
return i.push(t)
})), n = 0; n < i.length; n++) {
var e = i[n];
1 === e.__CE_state && t.disconnectedCallback(e)
}
}
function h(t, n, i) {
var e = (i = void 0 === i ? {} : i).u || new Set,
r = i.i || function (n) {
return l(t, n)
},
f = [];
if (o(n, (function (n) {
if ("link" === n.localName && "import" === n.getAttribute("rel")) {
var i = n.import;
i instanceof Node && (i.__CE_isImportDocument = !0, i.__CE_hasRegistry = !0), i && "complete" === i.readyState ? i.__CE_documentLoadHandled = !0 : n.addEventListener("load", (function () {
var i = n.import;
if (!i.__CE_documentLoadHandled) {
i.__CE_documentLoadHandled = !0;
var o = new Set(e);
o.delete(i), h(t, i, {
u: o,
i: r
})
}
}))
} else f.push(n)
}), e), t.b)
for (n = 0; n < f.length; n++) u(t, f[n]);
for (n = 0; n < f.length; n++) r(f[n])
}
function l(t, n) {
if (void 0 === n.__CE_state) {
var e = n.ownerDocument;
if ((e.defaultView || e.__CE_isImportDocument && e.__CE_hasRegistry) && (e = t.a.get(n.localName))) {
e.constructionStack.push(n);
var o = e.constructorFunction;
try {
try {
if (new o !== n) throw Error("The custom element constructor did not produce the element being upgraded.")
} finally {
e.constructionStack.pop()
}
} catch (t) {
throw n.__CE_state = 2, t
}
if (n.__CE_state = 1, n.__CE_definition = e, e.attributeChangedCallback)
for (e = e.observedAttributes, o = 0; o < e.length; o++) {
var r = e[o],
f = n.getAttribute(r);
null !== f && t.attributeChangedCallback(n, r, null, f, null)
}
i(n) && t.connectedCallback(n)
}
}
}
function d(t) {
var n = document;
this.c = t, this.a = n, this.b = void 0, h(this.c, this.a), "loading" === this.a.readyState && (this.b = new MutationObserver(this.f.bind(this)), this.b.observe(this.a, {
childList: !0,
subtree: !0
}))
}
function w(t) {
t.b && t.b.disconnect()
}
function v() {
var t = this;
this.b = this.a = void 0, this.c = new Promise((function (n) {
t.b = n, t.a && n(t.a)
}))
}
function m(t) {
if (t.a) throw Error("Already resolved.");
t.a = void 0, t.b && t.b(void 0)
}
function b(t) {
this.c = !1, this.a = t, this.j = new Map, this.f = function (t) {
return t()
}, this.b = !1, this.g = [], this.o = new d(t)
}
f.prototype.connectedCallback = function (t) {
var n = t.__CE_definition;
n.connectedCallback && n.connectedCallback.call(t)
}, f.prototype.disconnectedCallback = function (t) {
var n = t.__CE_definition;
n.disconnectedCallback && n.disconnectedCallback.call(t)
}, f.prototype.attributeChangedCallback = function (t, n, i, e, o) {
var r = t.__CE_definition;
r.attributeChangedCallback && -1 < r.observedAttributes.indexOf(n) && r.attributeChangedCallback.call(t, n, i, e, o)
}, d.prototype.f = function (t) {
var n = this.a.readyState;
for ("interactive" !== n && "complete" !== n || w(this), n = 0; n < t.length; n++)
for (var i = t[n].addedNodes, e = 0; e < i.length; e++) h(this.c, i[e])
}, b.prototype.l = function (t, i) {
var e = this;
if (!(i instanceof Function)) throw new TypeError("Custom element constructors must be functions.");
if (!n(t)) throw new SyntaxError("The element name '" + t + "' is not valid.");
if (this.a.a.get(t)) throw Error("A custom element with name '" + t + "' has already been defined.");
if (this.c) throw Error("A custom element is already being defined.");
this.c = !0;
try {
var o = function (t) {
var n = r[t];
if (void 0 !== n && !(n instanceof Function)) throw Error("The '" + t + "' callback must be a function.");
return n
},
r = i.prototype;
if (!(r instanceof Object)) throw new TypeError("The custom element constructor's prototype is not an object.");
var f = o("connectedCallback"),
c = o("disconnectedCallback"),
u = o("adoptedCallback"),
s = o("attributeChangedCallback"),
a = i.observedAttributes || []
} catch (t) {
return
} finally {
this.c = !1
}(function (t, n, i) {
t.a.set(n, i), t.g.set(i.constructorFunction, i)
})(this.a, t, i = {
localName: t,
constructorFunction: i,
connectedCallback: f,
disconnectedCallback: c,
adoptedCallback: u,
attributeChangedCallback: s,
observedAttributes: a,
constructionStack: []
}), this.g.push(i), this.b || (this.b = !0, this.f((function () {
return function (t) {
if (!1 !== t.b) {
t.b = !1;
for (var n = t.g, i = [], e = new Map, o = 0; o < n.length; o++) e.set(n[o].localName, []);
for (h(t.a, document, {
i: function (n) {
if (void 0 === n.__CE_state) {
var o = n.localName,
r = e.get(o);
r ? r.push(n) : t.a.a.get(o) && i.push(n)
}
}
}), o = 0; o < i.length; o++) l(t.a, i[o]);
for (; 0 < n.length;) {
var r = n.shift();
o = r.localName, r = e.get(r.localName);
for (var f = 0; f < r.length; f++) l(t.a, r[f]);
(o = t.j.get(o)) && m(o)
}
}
}(e)
})))
}, b.prototype.i = function (t) {
h(this.a, t)
}, b.prototype.get = function (t) {
if (t = this.a.a.get(t)) return t.constructorFunction
}, b.prototype.m = function (t) {
if (!n(t)) return Promise.reject(new SyntaxError("'" + t + "' is not a valid custom element name."));
var i = this.j.get(t);
return i || (i = new v, this.j.set(t, i), this.a.a.get(t) && !this.g.some((function (n) {
return n.localName === t
})) && m(i)), i.c
}, b.prototype.s = function (t) {
w(this.o);
var n = this.f;
this.f = function (i) {
return t((function () {
return n(i)
}))
}
}, window.CustomElementRegistry = b, b.prototype.define = b.prototype.l, b.prototype.upgrade = b.prototype.i, b.prototype.get = b.prototype.get, b.prototype.whenDefined = b.prototype.m, b.prototype.polyfillWrapFlushCallback = b.prototype.s;
var E = window.Document.prototype.createElement,
p = window.Document.prototype.createElementNS,
g = window.Document.prototype.importNode,
y = window.Document.prototype.prepend,
C = window.Document.prototype.append,
T = window.DocumentFragment.prototype.prepend,
j = window.DocumentFragment.prototype.append,
D = window.Node.prototype.cloneNode,
N = window.Node.prototype.appendChild,
A = window.Node.prototype.insertBefore,
O = window.Node.prototype.removeChild,
M = window.Node.prototype.replaceChild,
k = Object.getOwnPropertyDescriptor(window.Node.prototype, "textContent"),
L = window.Element.prototype.attachShadow,
S = Object.getOwnPropertyDescriptor(window.Element.prototype, "innerHTML"),
F = window.Element.prototype.getAttribute,
H = window.Element.prototype.setAttribute,
x = window.Element.prototype.removeAttribute,
z = window.Element.prototype.getAttributeNS,
P = window.Element.prototype.setAttributeNS,
R = window.Element.prototype.removeAttributeNS,
$ = window.Element.prototype.insertAdjacentElement,
_ = window.Element.prototype.insertAdjacentHTML,
B = window.Element.prototype.prepend,
I = window.Element.prototype.append,
U = window.Element.prototype.before,
W = window.Element.prototype.after,
q = window.Element.prototype.replaceWith,
G = window.Element.prototype.remove,
J = window.HTMLElement,
K = Object.getOwnPropertyDescriptor(window.HTMLElement.prototype, "innerHTML"),
Q = window.HTMLElement.prototype.insertAdjacentElement,
V = window.HTMLElement.prototype.insertAdjacentHTML,
X = new function () {};
function Y(t, n, e) {
function o(n) {
return function (e) {
for (var o = [], r = 0; r < arguments.length; ++r) o[r] = arguments[r];
r = [];
for (var f = [], c = 0; c < o.length; c++) {
var u = o[c];
if (u instanceof Element && i(u) && f.push(u), u instanceof DocumentFragment)
for (u = u.firstChild; u; u = u.nextSibling) r.push(u);
else r.push(u)
}
for (n.apply(this, o), o = 0; o < f.length; o++) a(t, f[o]);
if (i(this))
for (o = 0; o < r.length; o++)(f = r[o]) instanceof Element && s(t, f)
}
}
void 0 !== e.h && (n.prepend = o(e.h)), void 0 !== e.append && (n.append = o(e.append))
}
var Z = window.customElements;
if (!Z || Z.forcePolyfill || "function" != typeof Z.define || "function" != typeof Z.get) {
var tt = new f;
! function () {
var t = tt;
window.HTMLElement = function () {
function n() {
var n = this.constructor,
i = t.g.get(n);
if (!i) throw Error("The custom element being constructed was not registered with `customElements`.");
var e = i.constructionStack;
if (0 === e.length) return e = E.call(document, i.localName), Object.setPrototypeOf(e, n.prototype), e.__CE_state = 1, e.__CE_definition = i, u(t, e), e;
var o = e[i = e.length - 1];
if (o === X) throw Error("The HTMLElement constructor was either called reentrantly for this constructor or called multiple times.");
return e[i] = X, Object.setPrototypeOf(o, n.prototype), u(t, o), o
}
return Object.defineProperty(n.prototype = J.prototype, "constructor", {
writable: !0,
configurable: !0,
enumerable: !1,
value: n
}), n
}()
}(),
function () {
var t = tt;
r(Document.prototype, "createElement", (function (n) {
if (this.__CE_hasRegistry) {
var i = t.a.get(n);
if (i) return new i.constructorFunction
}
return n = E.call(this, n), u(t, n), n
})), r(Document.prototype, "importNode", (function (n, i) {
return n = g.call(this, n, !!i), this.__CE_hasRegistry ? h(t, n) : c(t, n), n
})), r(Document.prototype, "createElementNS", (function (n, i) {
if (this.__CE_hasRegistry && (null === n || "http://www.w3.org/1999/xhtml" === n)) {
var e = t.a.get(i);
if (e) return new e.constructorFunction
}
return n = p.call(this, n, i), u(t, n), n
})), Y(t, Document.prototype, {
h: y,
append: C
})
}(), Y(tt, DocumentFragment.prototype, {
h: T,
append: j
}),
function () {
function t(t, e) {
Object.defineProperty(t, "textContent", {
enumerable: e.enumerable,
configurable: !0,
get: e.get,
set: function (t) {
if (this.nodeType === Node.TEXT_NODE) e.set.call(this, t);
else {
var o = void 0;
if (this.firstChild) {
var r = this.childNodes,
f = r.length;
if (0 < f && i(this)) {
o = Array(f);
for (var c = 0; c < f; c++) o[c] = r[c]
}
}
if (e.set.call(this, t), o)
for (t = 0; t < o.length; t++) a(n, o[t])
}
}
})
}
var n = tt;
r(Node.prototype, "insertBefore", (function (t, e) {
if (t instanceof DocumentFragment) {
var o = Array.prototype.slice.apply(t.childNodes);
if (t = A.call(this, t, e), i(this))
for (e = 0; e < o.length; e++) s(n, o[e]);
return t
}
return o = i(t), e = A.call(this, t, e), o && a(n, t), i(this) && s(n, t), e
})), r(Node.prototype, "appendChild", (function (t) {
if (t instanceof DocumentFragment) {
var e = Array.prototype.slice.apply(t.childNodes);
if (t = N.call(this, t), i(this))
for (var o = 0; o < e.length; o++) s(n, e[o]);
return t
}
return e = i(t), o = N.call(this, t), e && a(n, t), i(this) && s(n, t), o
})), r(Node.prototype, "cloneNode", (function (t) {
return t = D.call(this, !!t), this.ownerDocument.__CE_hasRegistry ? h(n, t) : c(n, t), t
})), r(Node.prototype, "removeChild", (function (t) {
var e = i(t),
o = O.call(this, t);
return e && a(n, t), o
})), r(Node.prototype, "replaceChild", (function (t, e) {
if (t instanceof DocumentFragment) {
var o = Array.prototype.slice.apply(t.childNodes);
if (t = M.call(this, t, e), i(this))
for (a(n, e), e = 0; e < o.length; e++) s(n, o[e]);
return t
}
o = i(t);
var r = M.call(this, t, e),
f = i(this);
return f && a(n, e), o && a(n, t), f && s(n, t), r
})), k && k.get ? t(Node.prototype, k) : function (t, n) {
t.b = !0, t.c.push(n)
}(n, (function (n) {
t(n, {
enumerable: !0,
configurable: !0,
get: function () {
for (var t = [], n = 0; n < this.childNodes.length; n++) {
var i = this.childNodes[n];
i.nodeType !== Node.COMMENT_NODE && t.push(i.textContent)
}
return t.join("")
},
set: function (t) {
for (; this.firstChild;) O.call(this, this.firstChild);
null != t && "" !== t && N.call(this, document.createTextNode(t))
}
})
}))
}(),
function () {
function t(t, n) {
Object.defineProperty(t, "innerHTML", {
enumerable: n.enumerable,
configurable: !0,
get: n.get,
set: function (t) {
var e = this,
r = void 0;
if (i(this) && (r = [], o(this, (function (t) {
t !== e && r.push(t)
}))), n.set.call(this, t), r)
for (var u = 0; u < r.length; u++) {
var s = r[u];
1 === s.__CE_state && f.disconnectedCallback(s)
}
return this.ownerDocument.__CE_hasRegistry ? h(f, this) : c(f, this), t
}
})
}
function n(t, n) {
r(t, "insertAdjacentElement", (function (t, e) {
var o = i(e);
return t = n.call(this, t, e), o && a(f, e), i(t) && s(f, e), t
}))
}
function e(t, n) {
function i(t, n) {
for (var i = []; t !== n; t = t.nextSibling) i.push(t);
for (n = 0; n < i.length; n++) h(f, i[n])
}
r(t, "insertAdjacentHTML", (function (t, e) {
if ("beforebegin" === (t = t.toLowerCase())) {
var o = this.previousSibling;
n.call(this, t, e), i(o || this.parentNode.firstChild, this)
} else if ("afterbegin" === t) o = this.firstChild, n.call(this, t, e), i(this.firstChild, o);
else if ("beforeend" === t) o = this.lastChild, n.call(this, t, e), i(o || this.firstChild, null);
else {
if ("afterend" !== t) throw new SyntaxError("The value provided (" + t + ") is not one of 'beforebegin', 'afterbegin', 'beforeend', or 'afterend'.");
o = this.nextSibling, n.call(this, t, e), i(this.nextSibling, o)
}
}))
}
var f = tt;
L && r(Element.prototype, "attachShadow", (function (t) {
t = L.call(this, t);
var n = f;
if (n.b && !t.__CE_patched) {
t.__CE_patched = !0;
for (var i = 0; i < n.c.length; i++) n.c[i](t)
}
return this.__CE_shadowRoot = t
})), S && S.get ? t(Element.prototype, S) : K && K.get ? t(HTMLElement.prototype, K) : function (t, n) {
t.b = !0, t.f.push(n)
}(f, (function (n) {
t(n, {
enumerable: !0,
configurable: !0,
get: function () {
return D.call(this, !0).innerHTML
},
set: function (t) {
var n = "template" === this.localName,
i = n ? this.content : this,
e = p.call(document, this.namespaceURI, this.localName);
for (e.innerHTML = t; 0 < i.childNodes.length;) O.call(i, i.childNodes[0]);
for (t = n ? e.content : e; 0 < t.childNodes.length;) N.call(i, t.childNodes[0])
}
})
})), r(Element.prototype, "setAttribute", (function (t, n) {
if (1 !== this.__CE_state) return H.call(this, t, n);
var i = F.call(this, t);
H.call(this, t, n), n = F.call(this, t), f.attributeChangedCallback(this, t, i, n, null)
})), r(Element.prototype, "setAttributeNS", (function (t, n, i) {
if (1 !== this.__CE_state) return P.call(this, t, n, i);
var e = z.call(this, t, n);
P.call(this, t, n, i), i = z.call(this, t, n), f.attributeChangedCallback(this, n, e, i, t)
})), r(Element.prototype, "removeAttribute", (function (t) {
if (1 !== this.__CE_state) return x.call(this, t);
var n = F.call(this, t);
x.call(this, t), null !== n && f.attributeChangedCallback(this, t, n, null, null)
})), r(Element.prototype, "removeAttributeNS", (function (t, n) {
if (1 !== this.__CE_state) return R.call(this, t, n);
var i = z.call(this, t, n);
R.call(this, t, n);
var e = z.call(this, t, n);
i !== e && f.attributeChangedCallback(this, n, i, e, t)
})), Q ? n(HTMLElement.prototype, Q) : $ ? n(Element.prototype, $) : console.warn("Custom Elements: `Element#insertAdjacentElement` was not patched."), V ? e(HTMLElement.prototype, V) : _ ? e(Element.prototype, _) : console.warn("Custom Elements: `Element#insertAdjacentHTML` was not patched."), Y(f, Element.prototype, {
h: B,
append: I
}),
function (t) {
function n(n) {
return function (e) {
for (var o = [], r = 0; r < arguments.length; ++r) o[r] = arguments[r];
r = [];
for (var f = [], c = 0; c < o.length; c++) {
var u = o[c];
if (u instanceof Element && i(u) && f.push(u), u instanceof DocumentFragment)
for (u = u.firstChild; u; u = u.nextSibling) r.push(u);
else r.push(u)
}
for (n.apply(this, o), o = 0; o < f.length; o++) a(t, f[o]);
if (i(this))
for (o = 0; o < r.length; o++)(f = r[o]) instanceof Element && s(t, f)
}
}
var e = Element.prototype;
void 0 !== U && (e.before = n(U)), void 0 !== U && (e.after = n(W)), void 0 !== q && r(e, "replaceWith", (function (n) {
for (var e = [], o = 0; o < arguments.length; ++o) e[o] = arguments[o];
o = [];
for (var r = [], f = 0; f < e.length; f++) {
var c = e[f];
if (c instanceof Element && i(c) && r.push(c), c instanceof DocumentFragment)
for (c = c.firstChild; c; c = c.nextSibling) o.push(c);
else o.push(c)
}
for (f = i(this), q.apply(this, e), e = 0; e < r.length; e++) a(t, r[e]);
if (f)
for (a(t, this), e = 0; e < o.length; e++)(r = o[e]) instanceof Element && s(t, r)
})), void 0 !== G && r(e, "remove", (function () {
var n = i(this);
G.call(this), n && a(t, this)
}))
}(f)
}(), document.__CE_hasRegistry = !0;
var nt = new b(tt);
Object.defineProperty(window, "customElements", {
configurable: !0,
enumerable: !0,
value: nt
})
}
}(), "string" != typeof document.baseURI && Object.defineProperty(Document.prototype, "baseURI", {
enumerable: !0,
configurable: !0,
get: function () {
var t = document.querySelector("base");
return t && t.href ? t.href : document.URL
}
}), "function" != typeof window.CustomEvent && (window.CustomEvent = function (t, n) {
n = n || {
bubbles: !1,
cancelable: !1,
detail: void 0
};
var i = document.createEvent("CustomEvent");
return i.initCustomEvent(t, n.bubbles, n.cancelable, n.detail), i
}, window.CustomEvent.prototype = window.Event.prototype),
function (t, n, i) {
t.composedPath || (t.composedPath = function () {
if (this.path) return this.path;
var t = this.target;
for (this.path = []; null !== t.parentNode;) this.path.push(t), t = t.parentNode;
return this.path.push(n, i), this.path
})
}(Event.prototype, document, window),
/*!
Element.closest and Element.matches
https://github.com/jonathantneal/closest
Creative Commons Zero v1.0 Universal
*/
function (t) {
"function" != typeof t.matches && (t.matches = t.msMatchesSelector || t.mozMatchesSelector || t.webkitMatchesSelector || function (t) {
t = (this.document || this.ownerDocument).querySelectorAll(t);
for (var n = 0; t[n] && t[n] !== this;) ++n;
return !!t[n]
}), "function" != typeof t.closest && (t.closest = function (t) {
for (var n = this; n && 1 === n.nodeType;) {
if (n.matches(t)) return n;
n = n.parentNode
}
return null
})
}(window.Element.prototype),
/*!
Element.getRootNode()
*/
function (t) {
function n(t) {
return (t = i(t)) && 11 === t.nodeType ? n(t.host) : t
}
function i(t) {
return t && t.parentNode ? i(t.parentNode) : t
}
"function" != typeof t.getRootNode && (t.getRootNode = function (t) {
return t && t.composed ? n(this) : i(this)
})
}(Element.prototype),
/*!
Element.isConnected()
*/
function (t) {
"isConnected" in t || Object.defineProperty(t, "isConnected", {
configurable: !0,
enumerable: !0,
get: function () {
var t = this.getRootNode({
composed: !0
});
return t && 9 === t.nodeType
}
})
}(Element.prototype), [Element.prototype, CharacterData.prototype, DocumentType.prototype].forEach((function (t) {
t.hasOwnProperty("remove") || Object.defineProperty(t, "remove", {
configurable: !0,
enumerable: !0,
writable: !0,
value: function () {
null !== this.parentNode && this.parentNode.removeChild(this)
}
})
})),
function (t) {
"classList" in t || Object.defineProperty(t, "classList", {
get: function () {
var t = this,
n = (t.getAttribute("class") || "").replace(/^\s+|\s$/g, "").split(/\s+/g);
function i() {
n.length > 0 ? t.setAttribute("class", n.join(" ")) : t.removeAttribute("class")
}
return "" === n[0] && n.splice(0, 1), n.toggle = function (t, e) {
void 0 !== e ? e ? n.add(t) : n.remove(t) : -1 !== n.indexOf(t) ? n.splice(n.indexOf(t), 1) : n.push(t), i()
}, n.add = function () {
for (var t = [].slice.call(arguments), e = 0, o = t.length; e < o; e++) - 1 === n.indexOf(t[e]) && n.push(t[e]);
i()
}, n.remove = function () {
for (var t = [].slice.call(arguments), e = 0, o = t.length; e < o; e++) - 1 !== n.indexOf(t[e]) && n.splice(n.indexOf(t[e]), 1);
i()
}, n.item = function (t) {
return n[t]
}, n.contains = function (t) {
return -1 !== n.indexOf(t)
}, n.replace = function (t, e) {
-1 !== n.indexOf(t) && n.splice(n.indexOf(t), 1, e), i()
}, n.value = t.getAttribute("class") || "", n
}
})
}(Element.prototype),
/*!
DOMTokenList
*/
function (t) {
try {
document.body.classList.add()
} catch (e) {
var n = t.add,
i = t.remove;
t.add = function () {
for (var t = 0; t < arguments.length; t++) n.call(this, arguments[t])
}, t.remove = function () {
for (var t = 0; t < arguments.length; t++) i.call(this, arguments[t])
}
}
}(DOMTokenList.prototype);

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -1,64 +0,0 @@
import {
p as e,
w as a,
d as t,
N as s,
a as i,
b as r
} from "./index-a3afd6e1.js";
(() => {
e.t = a.__cssshim;
const r = Array.from(t.querySelectorAll("script")).find((e => new RegExp(`/${s}(\\.esm)?\\.js($|\\?|#)`).test(e.src) || e.getAttribute("data-stencil-namespace") === s)),
n = {};
return n.resourcesUrl = new URL(".", new URL(r.getAttribute("data-resources-url") || r.src, a.location.href)).href, ((e, i) => {
const r = `__sc_import_${s.replace(/\s|-/g,"_")}`;
try {
a[r] = new Function("w", `return import(w);//${Math.random()}`)
} catch (s) {
const n = new Map;
a[r] = s => {
const o = new URL(s, e).href;
let c = n.get(o);
if (!c) {
const e = t.createElement("script");
e.type = "module", e.crossOrigin = i.crossOrigin, e.src = URL.createObjectURL(new Blob([`import * as m from '${o}'; window.${r}.m = m;`], {
type: "application/javascript"
})), c = new Promise((t => {
e.onload = () => {
t(a[r].m), e.remove()
}
})), n.set(o, c), t.head.appendChild(e)
}
return c
}
}
})(n.resourcesUrl, r), a.customElements ? i(n) : __sc_import_duet("./dom-fb6a473e.js").then((() => n))
})().then((e => r([
["duet-date-picker", [
[0, "duet-date-picker", {
name: [1],
identifier: [1],
disabled: [516],
role: [1],
direction: [1],
required: [4],
value: [1537],
min: [1],
max: [1],
firstDayOfWeek: [2, "first-day-of-week"],
localization: [16],
dateAdapter: [16],
isDateDisabled: [16],
activeFocus: [32],
focusedDay: [32],
open: [32],
setFocus: [64],
show: [64],
hide: [64]
},
[
[6, "click", "handleDocumentClick"]
]
]
]]
], e)));

File diff suppressed because it is too large Load Diff

View File

@ -1 +0,0 @@
System.register(["./index-7f002a21.system.js"],(function(e,r){"use strict";var t,n,i,s,a,c;return{setters:[function(e){t=e.p;n=e.w;i=e.d;s=e.N;a=e.a;c=e.b}],execute:function(){var e=function(e){return"__sc_import_"+e.replace(/\s|-/g,"_")};var o=function(){{t.$cssShim$=n.__cssshim}var e=Array.from(i.querySelectorAll("script")).find((function(e){return new RegExp("/"+s+"(\\.esm)?\\.js($|\\?|#)").test(e.src)||e.getAttribute("data-stencil-namespace")===s}));var c=r.meta.url;var o={};if(c!==""){o.resourcesUrl=new URL(".",c).href}else{o.resourcesUrl=new URL(".",new URL(e.getAttribute("data-resources-url")||e.src,n.location.href)).href;{u(o.resourcesUrl,e)}if(!n.customElements){return r.import("./dom-9370655f.system.js").then((function(){return o}))}}return a(o)};var u=function(r,t){var a=e(s);try{n[a]=new Function("w","return import(w);//"+Math.random())}catch(e){var c=new Map;n[a]=function(e){var s=new URL(e,r).href;var o=c.get(s);if(!o){var u=i.createElement("script");u.type="module";u.crossOrigin=t.crossOrigin;u.src=URL.createObjectURL(new Blob(["import * as m from '"+s+"'; window."+a+".m = m;"],{type:"application/javascript"}));o=new Promise((function(e){u.onload=function(){e(n[a].m);u.remove()}}));c.set(s,o);i.head.appendChild(u)}return o}}};o().then((function(e){return c([["duet-date-picker.system",[[0,"duet-date-picker",{name:[1],identifier:[1],disabled:[516],role:[1],direction:[1],required:[4],value:[1537],min:[1],max:[1],firstDayOfWeek:[2,"first-day-of-week"],localization:[16],dateAdapter:[16],isDateDisabled:[16],activeFocus:[32],focusedDay:[32],open:[32],setFocus:[64],show:[64],hide:[64]},[[6,"click","handleDocumentClick"]]]]]],e)}))}}}));

Binary file not shown.

Before

Width:  |  Height:  |  Size: 284 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 569 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 466 B

View File

@ -1,486 +0,0 @@
const e = "duet";
let t = !1;
const l = "undefined" != typeof window ? window : {},
n = l.CSS,
s = l.document || {
head: {}
},
o = {
t: 0,
l: "",
jmp: e => e(),
raf: e => requestAnimationFrame(e),
ael: (e, t, l, n) => e.addEventListener(t, l, n),
rel: (e, t, l, n) => e.removeEventListener(t, l, n),
ce: (e, t) => new CustomEvent(e, t)
},
i = e => Promise.resolve(e),
c = (() => {
try {
return new CSSStyleSheet, "function" == typeof (new CSSStyleSheet).replace
} catch (e) {}
return !1
})(),
r = (e, t, l) => {
l && l.map((([l, n, s]) => {
const i = a(e, l),
c = u(t, s),
r = f(l);
o.ael(i, n, c, r), (t.o = t.o || []).push((() => o.rel(i, n, c, r)))
}))
},
u = (e, t) => l => {
try {
256 & e.t ? e.i[t](l) : (e.u = e.u || []).push([t, l])
} catch (e) {
le(e)
}
},
a = (e, t) => 4 & t ? s : e,
f = e => 0 != (2 & e),
$ = new WeakMap,
d = e => "sc-" + e.$,
h = {},
y = e => "object" == (e = typeof e) || "function" === e,
p = (e, t, ...l) => {
let n = null,
s = null,
o = !1,
i = !1,
c = [];
const r = t => {
for (let l = 0; l < t.length; l++) n = t[l], Array.isArray(n) ? r(n) : null != n && "boolean" != typeof n && ((o = "function" != typeof e && !y(n)) && (n += ""), o && i ? c[c.length - 1].h += n : c.push(o ? m(null, n) : n), i = o)
};
if (r(l), t) {
t.key && (s = t.key); {
const e = t.className || t.class;
e && (t.class = "object" != typeof e ? e : Object.keys(e).filter((t => e[t])).join(" "))
}
}
if ("function" == typeof e) return e(null === t ? {} : t, c, b);
const u = m(e, null);
return u.p = t, c.length > 0 && (u.m = c), u.g = s, u
},
m = (e, t) => ({
t: 0,
v: e,
h: t,
j: null,
m: null,
p: null,
g: null
}),
w = {},
b = {
forEach: (e, t) => e.map(g).forEach(t),
map: (e, t) => e.map(g).map(t).map(v)
},
g = e => ({
vattrs: e.p,
vchildren: e.m,
vkey: e.g,
vname: e.k,
vtag: e.v,
vtext: e.h
}),
v = e => {
if ("function" == typeof e.vtag) {
const t = Object.assign({}, e.vattrs);
return e.vkey && (t.key = e.vkey), e.vname && (t.name = e.vname), p(e.vtag, t, ...e.vchildren || [])
}
const t = m(e.vtag, e.vtext);
return t.p = e.vattrs, t.m = e.vchildren, t.g = e.vkey, t.k = e.vname, t
},
j = (e, t, n, s, i, c) => {
if (n !== s) {
let r = te(e, t),
u = t.toLowerCase();
if ("class" === t) {
const t = e.classList,
l = S(n),
o = S(s);
t.remove(...l.filter((e => e && !o.includes(e)))), t.add(...o.filter((e => e && !l.includes(e))))
} else if ("key" === t);
else if ("ref" === t) s && s(e);
else if (r || "o" !== t[0] || "n" !== t[1]) {
const l = y(s);
if ((r || l && null !== s) && !i) try {
if (e.tagName.includes("-")) e[t] = s;
else {
let l = null == s ? "" : s;
"list" === t ? r = !1 : null != n && e[t] == l || (e[t] = l)
}
} catch (e) {}
null == s || !1 === s ? !1 === s && "" !== e.getAttribute(t) || e.removeAttribute(t) : (!r || 4 & c || i) && !l && e.setAttribute(t, s = !0 === s ? "" : s)
} else t = "-" === t[2] ? t.slice(3) : te(l, u) ? u.slice(2) : u[2] + t.slice(3), n && o.rel(e, t, n, !1), s && o.ael(e, t, s, !1)
}
},
k = /\s/,
S = e => e ? e.split(k) : [],
O = (e, t, l, n) => {
const s = 11 === t.j.nodeType && t.j.host ? t.j.host : t.j,
o = e && e.p || h,
i = t.p || h;
for (n in o) n in i || j(s, n, o[n], void 0, l, t.t);
for (n in i) j(s, n, o[n], i[n], l, t.t)
},
x = (e, l, n) => {
let o, i, c = l.m[n],
r = 0;
if (null !== c.h) o = c.j = s.createTextNode(c.h);
else {
if (t || (t = "svg" === c.v), o = c.j = s.createElementNS(t ? "http://www.w3.org/2000/svg" : "http://www.w3.org/1999/xhtml", c.v), t && "foreignObject" === c.v && (t = !1), O(null, c, t), c.m)
for (r = 0; r < c.m.length; ++r) i = x(e, c, r), i && o.appendChild(i);
"svg" === c.v ? t = !1 : "foreignObject" === o.tagName && (t = !0)
}
return o
},
M = (e, t, l, n, s, o) => {
let i, c = e;
for (; s <= o; ++s) n[s] && (i = x(null, l, s), i && (n[s].j = i, c.insertBefore(i, t)))
},
C = (e, t, l, n, s) => {
for (; t <= l; ++t)(n = e[t]) && (s = n.j, E(n), s.remove())
},
P = (e, t) => e.v === t.v && e.g === t.g,
_ = (e, l) => {
const n = l.j = e.j,
s = e.m,
o = l.m,
i = l.v,
c = l.h;
null === c ? (t = "svg" === i || "foreignObject" !== i && t, O(e, l, t), null !== s && null !== o ? ((e, t, l, n) => {
let s, o, i = 0,
c = 0,
r = 0,
u = 0,
a = t.length - 1,
f = t[0],
$ = t[a],
d = n.length - 1,
h = n[0],
y = n[d];
for (; i <= a && c <= d;)
if (null == f) f = t[++i];
else if (null == $) $ = t[--a];
else if (null == h) h = n[++c];
else if (null == y) y = n[--d];
else if (P(f, h)) _(f, h), f = t[++i], h = n[++c];
else if (P($, y)) _($, y), $ = t[--a], y = n[--d];
else if (P(f, y)) _(f, y), e.insertBefore(f.j, $.j.nextSibling), f = t[++i], y = n[--d];
else if (P($, h)) _($, h), e.insertBefore($.j, f.j), $ = t[--a], h = n[++c];
else {
for (r = -1, u = i; u <= a; ++u)
if (t[u] && null !== t[u].g && t[u].g === h.g) {
r = u;
break
} r >= 0 ? (o = t[r], o.v !== h.v ? s = x(t && t[c], l, r) : (_(o, h), t[r] = void 0, s = o.j), h = n[++c]) : (s = x(t && t[c], l, c), h = n[++c]), s && f.j.parentNode.insertBefore(s, f.j)
}
i > a ? M(e, null == n[d + 1] ? null : n[d + 1].j, l, n, c, d) : c > d && C(t, i, a)
})(n, s, l, o) : null !== o ? (null !== e.h && (n.textContent = ""), M(n, null, l, o, 0, o.length - 1)) : null !== s && C(s, 0, s.length - 1), t && "svg" === i && (t = !1)) : e.h !== c && (n.data = c)
},
E = e => {
e.p && e.p.ref && e.p.ref(null), e.m && e.m.map(E)
},
I = e => Y(e).S,
T = (e, t, l) => {
const n = I(e);
return {
emit: e => A(n, t, {
bubbles: !!(4 & l),
composed: !!(2 & l),
cancelable: !!(1 & l),
detail: e
})
}
},
A = (e, t, l) => {
const n = o.ce(t, l);
return e.dispatchEvent(n), n
},
F = (e, t) => {
t && !e.O && t["s-p"] && t["s-p"].push(new Promise((t => e.O = t)))
},
H = (e, t) => {
if (!(4 & e.t)) return F(e, e.M), L(e, t);
e.t |= 512
},
L = (e, t) => {
const l = e.i;
return t && (e.t |= 256, e.u && (e.u.map((([e, t]) => q(l, e, t))), e.u = null)), V(void 0, (() => N(e, l, t)))
},
N = async (e, t, l) => {
const n = e.S,
o = n["s-rc"];
l && (e => {
const t = e.C;
((e, t) => {
let l = d(t),
n = oe.get(l);
if (e = 11 === e.nodeType ? e : s, n)
if ("string" == typeof n) {
let t, o = $.get(e = e.head || e);
o || $.set(e, o = new Set), o.has(l) || (e.host && (t = e.querySelector(`[sty-id="${l}"]`)) ? t.innerHTML = n : (t = s.createElement("style"), t.innerHTML = n, e.insertBefore(t, e.querySelector("link"))), o && o.add(l))
} else e.adoptedStyleSheets.includes(n) || (e.adoptedStyleSheets = [...e.adoptedStyleSheets, n])
})(e.S.getRootNode(), t)
})(e);
R(e, t), o && (o.map((e => e())), n["s-rc"] = void 0); {
const t = n["s-p"],
l = () => U(e);
0 === t.length ? l() : (Promise.all(t).then(l), e.t |= 4, t.length = 0)
}
}, R = (e, t) => {
try {
t = t.render(), e.t |= 2, ((e, t) => {
const l = e.S,
n = e.C,
s = e.P || m(null, null),
o = (e => e && e.v === w)(t) ? t : p(null, null, t);
n._ && (o.p = o.p || {}, n._.map((([e, t]) => o.p[t] = l[e]))), o.v = null, o.t |= 4, e.P = o, o.j = s.j = l, _(s, o)
})(e, t)
} catch (t) {
le(t, e.S)
}
return null
}, U = e => {
const t = e.S,
l = e.M;
64 & e.t || (e.t |= 64, z(t), e.I(t), l || W()), e.T(t), e.O && (e.O(), e.O = void 0), 512 & e.t && ie((() => H(e, !1))), e.t &= -517
}, W = () => {
z(s.documentElement), ie((() => A(l, "appload", {
detail: {
namespace: "duet"
}
})))
}, q = (e, t, l) => {
if (e && e[t]) try {
return e[t](l)
} catch (e) {
le(e)
}
}, V = (e, t) => e && e.then ? e.then(t) : t(), z = e => e.classList.add("hydrated"), B = (e, t, l, n, s, o, i) => {
let c, r, u, a;
if (1 === o.nodeType) {
for (c = o.getAttribute("c-id"), c && (r = c.split("."), r[0] !== i && "0" !== r[0] || (u = {
t: 0,
A: r[0],
F: r[1],
H: r[2],
L: r[3],
v: o.tagName.toLowerCase(),
j: o,
p: null,
m: null,
g: null,
k: null,
h: null
}, t.push(u), o.removeAttribute("c-id"), e.m || (e.m = []), e.m[u.L] = u, e = u, n && "0" === u.H && (n[u.L] = u.j))), a = o.childNodes.length - 1; a >= 0; a--) B(e, t, l, n, s, o.childNodes[a], i);
if (o.shadowRoot)
for (a = o.shadowRoot.childNodes.length - 1; a >= 0; a--) B(e, t, l, n, s, o.shadowRoot.childNodes[a], i)
} else if (8 === o.nodeType) r = o.nodeValue.split("."), r[1] !== i && "0" !== r[1] || (c = r[0], u = {
t: 0,
A: r[1],
F: r[2],
H: r[3],
L: r[4],
j: o,
p: null,
m: null,
g: null,
k: null,
v: null,
h: null
}, "t" === c ? (u.j = o.nextSibling, u.j && 3 === u.j.nodeType && (u.h = u.j.textContent, t.push(u), o.remove(), e.m || (e.m = []), e.m[u.L] = u, n && "0" === u.H && (n[u.L] = u.j))) : u.A === i && "s" === c && (u.v = "slot", o["s-sn"] = r[5] ? u.k = r[5] : "", o["s-sr"] = !0, l.push(u), e.m || (e.m = []), e.m[u.L] = u));
else if (e && "style" === e.v) {
const t = m(null, o.textContent);
t.j = o, t.L = "0", e.m = [t]
}
}, D = (e, t) => {
if (1 === e.nodeType) {
let l = 0;
for (; l < e.childNodes.length; l++) D(e.childNodes[l], t);
if (e.shadowRoot)
for (l = 0; l < e.shadowRoot.childNodes.length; l++) D(e.shadowRoot.childNodes[l], t)
} else if (8 === e.nodeType) {
const l = e.nodeValue.split(".");
"o" === l[0] && (t.set(l[1] + "." + l[2], e), e.nodeValue = "", e["s-en"] = l[3])
}
}, G = (e, t, l) => {
if (t.N) {
e.watchers && (t.R = e.watchers);
const n = Object.entries(t.N),
s = e.prototype;
if (n.map((([e, [n]]) => {
31 & n || 2 & l && 32 & n ? Object.defineProperty(s, e, {
get() {
return ((e, t) => Y(this).U.get(t))(0, e)
},
set(l) {
((e, t, l, n) => {
const s = Y(e),
o = s.S,
i = s.U.get(t),
c = s.t,
r = s.i;
if (l = ((e, t) => null == e || y(e) ? e : 4 & t ? "false" !== e && ("" === e || !!e) : 2 & t ? parseFloat(e) : 1 & t ? e + "" : e)(l, n.N[t][0]), !(8 & c && void 0 !== i || l === i) && (s.U.set(t, l), r)) {
if (n.R && 128 & c) {
const e = n.R[t];
e && e.map((e => {
try {
r[e](l, i, t)
} catch (e) {
le(e, o)
}
}))
}
2 == (18 & c) && H(s, !1)
}
})(this, e, l, t)
},
configurable: !0,
enumerable: !0
}) : 1 & l && 64 & n && Object.defineProperty(s, e, {
value(...t) {
const l = Y(this);
return l.W.then((() => l.i[e](...t)))
}
})
})), 1 & l) {
const l = new Map;
s.attributeChangedCallback = function (e, t, n) {
o.jmp((() => {
const t = l.get(e);
this[t] = (null !== n || "boolean" != typeof this[t]) && n
}))
}, e.observedAttributes = n.filter((([e, t]) => 15 & t[0])).map((([e, n]) => {
const s = n[1] || e;
return l.set(s, e), 512 & n[0] && t._.push([e, s]), s
}))
}
}
return e
}, J = e => {
q(e, "connectedCallback")
}, K = e => {
if (0 == (1 & o.t)) {
const t = Y(e),
l = t.C,
n = () => {};
if (1 & t.t) r(e, t, l.q), J(t.i);
else {
let n;
t.t |= 1, n = e.getAttribute("s-id"), n && ((e, t, l, n) => {
const i = e.shadowRoot,
c = [],
r = n.P = m(t, null);
o.V || D(s.body, o.V = new Map), e["s-id"] = l, e.removeAttribute("s-id"), B(r, c, [], null, e, e, l), c.map((e => {
const l = e.A + "." + e.F,
n = o.V.get(l),
s = e.j;
n && "" === n["s-en"] && n.parentNode.insertBefore(s, n.nextSibling), i || (s["s-hn"] = t, n && (s["s-ol"] = n, s["s-ol"]["s-nr"] = s)), o.V.delete(l)
}))
})(e, l.$, n, t); {
let l = e;
for (; l = l.parentNode || l.host;)
if (1 === l.nodeType && l.hasAttribute("s-id") && l["s-p"] || l["s-p"]) {
F(t, t.M = l);
break
}
}
l.N && Object.entries(l.N).map((([t, [l]]) => {
if (31 & l && e.hasOwnProperty(t)) {
const l = e[t];
delete e[t], e[t] = l
}
})), ie((() => (async (e, t, l, n, s) => {
if (0 == (32 & t.t)) {
{
if (t.t |= 32, (s = se(l)).then) {
const e = () => {};
s = await s, e()
}
s.isProxied || (l.R = s.watchers, G(s, l, 2), s.isProxied = !0);
const e = () => {};
t.t |= 8;
try {
new s(t)
} catch (e) {
le(e)
}
t.t &= -9, t.t |= 128, e(), J(t.i)
}
if (s.style) {
let e = s.style;
const t = d(l);
if (!oe.has(t)) {
const n = () => {};
((e, t, l) => {
let n = oe.get(e);
c && l ? (n = n || new CSSStyleSheet, n.replace(t)) : n = t, oe.set(e, n)
})(t, e, !!(1 & l.t)), n()
}
}
}
const o = t.M,
i = () => H(t, !0);
o && o["s-rc"] ? o["s-rc"].push(i) : i()
})(0, t, l)))
}
n()
}
}, Q = (e, t = {}) => {
const n = [],
i = t.exclude || [],
c = l.customElements,
r = s.head,
u = r.querySelector("meta[charset]"),
a = s.createElement("style"),
f = [];
let $, d = !0;
Object.assign(o, t), o.l = new URL(t.resourcesUrl || "./", s.baseURI).href, o.t |= 2, e.map((e => e[1].map((t => {
const l = {
t: t[0],
$: t[1],
N: t[2],
q: t[3]
};
l.N = t[2], l.q = t[3], l._ = [], l.R = {};
const s = l.$,
r = class extends HTMLElement {
constructor(e) {
super(e), ee(e = this, l)
}
connectedCallback() {
$ && (clearTimeout($), $ = null), d ? f.push(this) : o.jmp((() => K(this)))
}
disconnectedCallback() {
o.jmp((() => (() => {
if (0 == (1 & o.t)) {
const e = Y(this);
e.o && (e.o.map((e => e())), e.o = void 0)
}
})()))
}
componentOnReady() {
return Y(this).B
}
};
l.D = e[0], i.includes(s) || c.get(s) || (n.push(s), c.define(s, G(r, l, 1)))
})))), a.innerHTML = n + "{visibility:hidden}.hydrated{visibility:inherit}", a.setAttribute("data-styles", ""), r.insertBefore(a, u ? u.nextSibling : r.firstChild), d = !1, f.length ? f.map((e => e.connectedCallback())) : o.jmp((() => $ = setTimeout(W, 30)))
}, X = new WeakMap, Y = e => X.get(e), Z = (e, t) => X.set(t.i = e, t), ee = (e, t) => {
const l = {
t: 0,
S: e,
C: t,
U: new Map
};
return l.W = new Promise((e => l.T = e)), l.B = new Promise((e => l.I = e)), e["s-p"] = [], e["s-rc"] = [], r(e, l, t.q), X.set(e, l)
}, te = (e, t) => t in e, le = (e, t) => (0, console.error)(e, t), ne = new Map, se = e => {
const t = e.$.replace(/-/g, "_"),
l = e.D,
n = ne.get(l);
return n ? n[t] : __sc_import_duet(`./${l}.entry.js`).then((e => (ne.set(l, e), e[t])), le)
}, oe = new Map, ie = e => i().then(e);
export {
n as C, w as H, e as N, i as a, Q as b, T as c, s as d, I as g, p as h, o as p, Z as r, l as w
}

View File

@ -1 +0,0 @@
System.register([],(function(){"use strict";return{execute:function(){}}}));

View File

@ -1,69 +0,0 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link rel="stylesheet" href="/datapicker/default.css">
<script src="/datapicker/jquery-3.5.0.js"></script>
<script type="module" src="/datapicker/duet.esm.js"></script>
<script nomodule src="/datapicker/duet.js"></script>
<script src="/datapicker/duet.system.js"></script>
<style>
.date_wrap {
width: 280px;
height: 50px;
position: relative;
}
</style>
</head>
<body>
<div class="date_wrap">
<duet-date-picker identifier="date" class="startDate"></duet-date-picker>
</div>
<div class="date_wrap">
<duet-date-picker identifier="date" class="endDate"></duet-date-picker>
</div>
<script>
const startDate = document.querySelector(".startDate");
const endDate = document.querySelector(".endDate");
startDate.localization = {
buttonLabel: 'Choose date',
placeholder: 'YYYY-MM-DD',
selectedDateMessage: 'Selected date is',
prevMonthLabel: '이전 달 보기',
nextMonthLabel: '다음 달 보기',
monthSelectLabel: '월',
yearSelectLabel: '년',
closeLabel: 'Close window',
calendarHeading: 'Choose a date',
dayNames: ['일', '월', '화', '수', '목', '금', '토'],
monthNames: ['1월', '2월', '3월', '4월', '5월', '6월', '7월', '8월', '9월', '10월', '11월', '12월'],
monthNamesShort: ['1월', '2월', '3월', '4월', '5월', '6월', '7월', '8월', '9월', '10월', '11월', '12월'],
}
endDate.localization = {
buttonLabel: 'Choose date',
placeholder: 'YYYY-MM-DD',
selectedDateMessage: 'Selected date is',
prevMonthLabel: '이전 달 보기',
nextMonthLabel: '다음 달 보기',
monthSelectLabel: '월',
yearSelectLabel: '년',
closeLabel: 'Close window',
calendarHeading: 'Choose a date',
dayNames: ['일', '월', '화', '수', '목', '금', '토'],
monthNames: ['1월', '2월', '3월', '4월', '5월', '6월', '7월', '8월', '9월', '10월', '11월', '12월'],
monthNamesShort: ['1월', '2월', '3월', '4월', '5월', '6월', '7월', '8월', '9월', '10월', '11월', '12월'],
}
</script>
</body>
</html>

File diff suppressed because one or more lines are too long

View File

@ -1,27 +0,0 @@
FullCalendar.globalLocales.push(function () {
'use strict';
var af = {
code: 'af',
week: {
dow: 1, // Maandag is die eerste dag van die week.
doy: 4, // Die week wat die 4de Januarie bevat is die eerste week van die jaar.
},
buttonText: {
prev: 'Vorige',
next: 'Volgende',
today: 'Vandag',
year: 'Jaar',
month: 'Maand',
week: 'Week',
day: 'Dag',
list: 'Agenda',
},
allDayText: 'Heeldag',
moreLinkText: 'Addisionele',
noEventsText: 'Daar is geen gebeurtenisse nie',
};
return af;
}());

View File

@ -1,28 +0,0 @@
FullCalendar.globalLocales.push(function () {
'use strict';
var arDz = {
code: 'ar-dz',
week: {
dow: 0, // Sunday is the first day of the week.
doy: 4, // The week that contains Jan 1st is the first week of the year.
},
direction: 'rtl',
buttonText: {
prev: 'السابق',
next: 'التالي',
today: 'اليوم',
month: 'شهر',
week: 'أسبوع',
day: 'يوم',
list: 'أجندة',
},
weekText: 'أسبوع',
allDayText: 'اليوم كله',
moreLinkText: 'أخرى',
noEventsText: 'أي أحداث لعرض',
};
return arDz;
}());

View File

@ -1,28 +0,0 @@
FullCalendar.globalLocales.push(function () {
'use strict';
var arKw = {
code: 'ar-kw',
week: {
dow: 0, // Sunday is the first day of the week.
doy: 12, // The week that contains Jan 1st is the first week of the year.
},
direction: 'rtl',
buttonText: {
prev: 'السابق',
next: 'التالي',
today: 'اليوم',
month: 'شهر',
week: 'أسبوع',
day: 'يوم',
list: 'أجندة',
},
weekText: 'أسبوع',
allDayText: 'اليوم كله',
moreLinkText: 'أخرى',
noEventsText: 'أي أحداث لعرض',
};
return arKw;
}());

View File

@ -1,28 +0,0 @@
FullCalendar.globalLocales.push(function () {
'use strict';
var arLy = {
code: 'ar-ly',
week: {
dow: 6, // Saturday is the first day of the week.
doy: 12, // The week that contains Jan 1st is the first week of the year.
},
direction: 'rtl',
buttonText: {
prev: 'السابق',
next: 'التالي',
today: 'اليوم',
month: 'شهر',
week: 'أسبوع',
day: 'يوم',
list: 'أجندة',
},
weekText: 'أسبوع',
allDayText: 'اليوم كله',
moreLinkText: 'أخرى',
noEventsText: 'أي أحداث لعرض',
};
return arLy;
}());

View File

@ -1,28 +0,0 @@
FullCalendar.globalLocales.push(function () {
'use strict';
var arMa = {
code: 'ar-ma',
week: {
dow: 6, // Saturday is the first day of the week.
doy: 12, // The week that contains Jan 1st is the first week of the year.
},
direction: 'rtl',
buttonText: {
prev: 'السابق',
next: 'التالي',
today: 'اليوم',
month: 'شهر',
week: 'أسبوع',
day: 'يوم',
list: 'أجندة',
},
weekText: 'أسبوع',
allDayText: 'اليوم كله',
moreLinkText: 'أخرى',
noEventsText: 'أي أحداث لعرض',
};
return arMa;
}());

View File

@ -1,28 +0,0 @@
FullCalendar.globalLocales.push(function () {
'use strict';
var arSa = {
code: 'ar-sa',
week: {
dow: 0, // Sunday is the first day of the week.
doy: 6, // The week that contains Jan 1st is the first week of the year.
},
direction: 'rtl',
buttonText: {
prev: 'السابق',
next: 'التالي',
today: 'اليوم',
month: 'شهر',
week: 'أسبوع',
day: 'يوم',
list: 'أجندة',
},
weekText: 'أسبوع',
allDayText: 'اليوم كله',
moreLinkText: 'أخرى',
noEventsText: 'أي أحداث لعرض',
};
return arSa;
}());

View File

@ -1,28 +0,0 @@
FullCalendar.globalLocales.push(function () {
'use strict';
var arTn = {
code: 'ar-tn',
week: {
dow: 1, // Monday is the first day of the week.
doy: 4, // The week that contains Jan 4th is the first week of the year.
},
direction: 'rtl',
buttonText: {
prev: 'السابق',
next: 'التالي',
today: 'اليوم',
month: 'شهر',
week: 'أسبوع',
day: 'يوم',
list: 'أجندة',
},
weekText: 'أسبوع',
allDayText: 'اليوم كله',
moreLinkText: 'أخرى',
noEventsText: 'أي أحداث لعرض',
};
return arTn;
}());

View File

@ -1,28 +0,0 @@
FullCalendar.globalLocales.push(function () {
'use strict';
var ar = {
code: 'ar',
week: {
dow: 6, // Saturday is the first day of the week.
doy: 12, // The week that contains Jan 1st is the first week of the year.
},
direction: 'rtl',
buttonText: {
prev: 'السابق',
next: 'التالي',
today: 'اليوم',
month: 'شهر',
week: 'أسبوع',
day: 'يوم',
list: 'أجندة',
},
weekText: 'أسبوع',
allDayText: 'اليوم كله',
moreLinkText: 'أخرى',
noEventsText: 'أي أحداث لعرض',
};
return ar;
}());

View File

@ -1,29 +0,0 @@
FullCalendar.globalLocales.push(function () {
'use strict';
var az = {
code: 'az',
week: {
dow: 1, // Monday is the first day of the week.
doy: 4, // The week that contains Jan 4th is the first week of the year.
},
buttonText: {
prev: 'Əvvəl',
next: 'Sonra',
today: 'Bu Gün',
month: 'Ay',
week: 'Həftə',
day: 'Gün',
list: 'Gündəm',
},
weekText: 'Həftə',
allDayText: 'Bütün Gün',
moreLinkText: function(n) {
return '+ daha çox ' + n
},
noEventsText: 'Göstərmək üçün hadisə yoxdur',
};
return az;
}());

View File

@ -1,28 +0,0 @@
FullCalendar.globalLocales.push(function () {
'use strict';
var bg = {
code: 'bg',
week: {
dow: 1, // Monday is the first day of the week.
doy: 7, // The week that contains Jan 1st is the first week of the year.
},
buttonText: {
prev: 'назад',
next: 'напред',
today: 'днес',
month: 'Месец',
week: 'Седмица',
day: 'Ден',
list: 'График',
},
allDayText: 'Цял ден',
moreLinkText: function(n) {
return '+още ' + n
},
noEventsText: 'Няма събития за показване',
};
return bg;
}());

View File

@ -1,29 +0,0 @@
FullCalendar.globalLocales.push(function () {
'use strict';
var bn = {
code: 'bn',
week: {
dow: 0, // Sunday is the first day of the week.
doy: 6, // The week that contains Jan 1st is the first week of the year.
},
buttonText: {
prev: 'পেছনে',
next: 'সামনে',
today: 'আজ',
month: 'মাস',
week: 'সপ্তাহ',
day: 'দিন',
list: 'তালিকা',
},
weekText: 'সপ্তাহ',
allDayText: 'সারাদিন',
moreLinkText: function(n) {
return '+অন্যান্য ' + n
},
noEventsText: 'কোনো ইভেন্ট নেই',
};
return bn;
}());

View File

@ -1,29 +0,0 @@
FullCalendar.globalLocales.push(function () {
'use strict';
var bs = {
code: 'bs',
week: {
dow: 1, // Monday is the first day of the week.
doy: 7, // The week that contains Jan 1st is the first week of the year.
},
buttonText: {
prev: 'Prošli',
next: 'Sljedeći',
today: 'Danas',
month: 'Mjesec',
week: 'Sedmica',
day: 'Dan',
list: 'Raspored',
},
weekText: 'Sed',
allDayText: 'Cijeli dan',
moreLinkText: function(n) {
return '+ još ' + n
},
noEventsText: 'Nema događaja za prikazivanje',
};
return bs;
}());

View File

@ -1,27 +0,0 @@
FullCalendar.globalLocales.push(function () {
'use strict';
var ca = {
code: 'ca',
week: {
dow: 1, // Monday is the first day of the week.
doy: 4, // The week that contains Jan 4th is the first week of the year.
},
buttonText: {
prev: 'Anterior',
next: 'Següent',
today: 'Avui',
month: 'Mes',
week: 'Setmana',
day: 'Dia',
list: 'Agenda',
},
weekText: 'Set',
allDayText: 'Tot el dia',
moreLinkText: 'més',
noEventsText: 'No hi ha esdeveniments per mostrar',
};
return ca;
}());

View File

@ -1,29 +0,0 @@
FullCalendar.globalLocales.push(function () {
'use strict';
var cs = {
code: 'cs',
week: {
dow: 1, // Monday is the first day of the week.
doy: 4, // The week that contains Jan 4th is the first week of the year.
},
buttonText: {
prev: 'Dříve',
next: 'Později',
today: 'Nyní',
month: 'Měsíc',
week: 'Týden',
day: 'Den',
list: 'Agenda',
},
weekText: 'Týd',
allDayText: 'Celý den',
moreLinkText: function(n) {
return '+další: ' + n
},
noEventsText: 'Žádné akce k zobrazení',
};
return cs;
}());

View File

@ -1,28 +0,0 @@
FullCalendar.globalLocales.push(function () {
'use strict';
var cy = {
code: 'cy',
week: {
dow: 1, // Monday is the first day of the week.
doy: 4, // The week that contains Jan 4th is the first week of the year.
},
buttonText: {
prev: 'Blaenorol',
next: 'Nesaf',
today: 'Heddiw',
year: 'Blwyddyn',
month: 'Mis',
week: 'Wythnos',
day: 'Dydd',
list: 'Rhestr',
},
weekText: 'Wythnos',
allDayText: 'Trwy\'r dydd',
moreLinkText: 'Mwy',
noEventsText: 'Dim digwyddiadau',
};
return cy;
}());

View File

@ -1,27 +0,0 @@
FullCalendar.globalLocales.push(function () {
'use strict';
var da = {
code: 'da',
week: {
dow: 1, // Monday is the first day of the week.
doy: 4, // The week that contains Jan 4th is the first week of the year.
},
buttonText: {
prev: 'Forrige',
next: 'Næste',
today: 'I dag',
month: 'Måned',
week: 'Uge',
day: 'Dag',
list: 'Agenda',
},
weekText: 'Uge',
allDayText: 'Hele dagen',
moreLinkText: 'flere',
noEventsText: 'Ingen arrangementer at vise',
};
return da;
}());

View File

@ -1,30 +0,0 @@
FullCalendar.globalLocales.push(function () {
'use strict';
var deAt = {
code: 'de-at',
week: {
dow: 1, // Monday is the first day of the week.
doy: 4, // The week that contains Jan 4th is the first week of the year.
},
buttonText: {
prev: 'Zurück',
next: 'Vor',
today: 'Heute',
year: 'Jahr',
month: 'Monat',
week: 'Woche',
day: 'Tag',
list: 'Terminübersicht',
},
weekText: 'KW',
allDayText: 'Ganztägig',
moreLinkText: function(n) {
return '+ weitere ' + n
},
noEventsText: 'Keine Ereignisse anzuzeigen',
};
return deAt;
}());

View File

@ -1,30 +0,0 @@
FullCalendar.globalLocales.push(function () {
'use strict';
var de = {
code: 'de',
week: {
dow: 1, // Monday is the first day of the week.
doy: 4, // The week that contains Jan 4th is the first week of the year.
},
buttonText: {
prev: 'Zurück',
next: 'Vor',
today: 'Heute',
year: 'Jahr',
month: 'Monat',
week: 'Woche',
day: 'Tag',
list: 'Terminübersicht',
},
weekText: 'KW',
allDayText: 'Ganztägig',
moreLinkText: function(n) {
return '+ weitere ' + n
},
noEventsText: 'Keine Ereignisse anzuzeigen',
};
return de;
}());

View File

@ -1,27 +0,0 @@
FullCalendar.globalLocales.push(function () {
'use strict';
var el = {
code: 'el',
week: {
dow: 1, // Monday is the first day of the week.
doy: 4, // The week that contains Jan 4st is the first week of the year.
},
buttonText: {
prev: 'Προηγούμενος',
next: 'Επόμενος',
today: 'Σήμερα',
month: 'Μήνας',
week: 'Εβδομάδα',
day: 'Ημέρα',
list: 'Ατζέντα',
},
weekText: 'Εβδ',
allDayText: 'Ολοήμερο',
moreLinkText: 'περισσότερα',
noEventsText: 'Δεν υπάρχουν γεγονότα προς εμφάνιση',
};
return el;
}());

View File

@ -1,14 +0,0 @@
FullCalendar.globalLocales.push(function () {
'use strict';
var enAu = {
code: 'en-au',
week: {
dow: 1, // Monday is the first day of the week.
doy: 4, // The week that contains Jan 4th is the first week of the year.
},
};
return enAu;
}());

View File

@ -1,14 +0,0 @@
FullCalendar.globalLocales.push(function () {
'use strict';
var enGb = {
code: 'en-gb',
week: {
dow: 1, // Monday is the first day of the week.
doy: 4, // The week that contains Jan 4th is the first week of the year.
},
};
return enGb;
}());

View File

@ -1,14 +0,0 @@
FullCalendar.globalLocales.push(function () {
'use strict';
var enNz = {
code: 'en-nz',
week: {
dow: 1, // Monday is the first day of the week.
doy: 4, // The week that contains Jan 4th is the first week of the year.
},
};
return enNz;
}());

View File

@ -1,27 +0,0 @@
FullCalendar.globalLocales.push(function () {
'use strict';
var eo = {
code: 'eo',
week: {
dow: 1, // Monday is the first day of the week.
doy: 4, // The week that contains Jan 4th is the first week of the year.
},
buttonText: {
prev: 'Antaŭa',
next: 'Sekva',
today: 'Hodiaŭ',
month: 'Monato',
week: 'Semajno',
day: 'Tago',
list: 'Tagordo',
},
weekText: 'Sm',
allDayText: 'Tuta tago',
moreLinkText: 'pli',
noEventsText: 'Neniuj eventoj por montri',
};
return eo;
}());

View File

@ -1,27 +0,0 @@
FullCalendar.globalLocales.push(function () {
'use strict';
var esUs = {
code: 'es',
week: {
dow: 0, // Sunday is the first day of the week.
doy: 6, // The week that contains Jan 1st is the first week of the year.
},
buttonText: {
prev: 'Ant',
next: 'Sig',
today: 'Hoy',
month: 'Mes',
week: 'Semana',
day: 'Día',
list: 'Agenda',
},
weekText: 'Sm',
allDayText: 'Todo el día',
moreLinkText: 'más',
noEventsText: 'No hay eventos para mostrar',
};
return esUs;
}());

View File

@ -1,27 +0,0 @@
FullCalendar.globalLocales.push(function () {
'use strict';
var es = {
code: 'es',
week: {
dow: 1, // Monday is the first day of the week.
doy: 4, // The week that contains Jan 4th is the first week of the year.
},
buttonText: {
prev: 'Ant',
next: 'Sig',
today: 'Hoy',
month: 'Mes',
week: 'Semana',
day: 'Día',
list: 'Agenda',
},
weekText: 'Sm',
allDayText: 'Todo el día',
moreLinkText: 'más',
noEventsText: 'No hay eventos para mostrar',
};
return es;
}());

View File

@ -1,29 +0,0 @@
FullCalendar.globalLocales.push(function () {
'use strict';
var et = {
code: 'et',
week: {
dow: 1, // Monday is the first day of the week.
doy: 4, // The week that contains Jan 4th is the first week of the year.
},
buttonText: {
prev: 'Eelnev',
next: 'Järgnev',
today: 'Täna',
month: 'Kuu',
week: 'Nädal',
day: 'Päev',
list: 'Päevakord',
},
weekText: 'näd',
allDayText: 'Kogu päev',
moreLinkText: function(n) {
return '+ veel ' + n
},
noEventsText: 'Kuvamiseks puuduvad sündmused',
};
return et;
}());

View File

@ -1,27 +0,0 @@
FullCalendar.globalLocales.push(function () {
'use strict';
var eu = {
code: 'eu',
week: {
dow: 1, // Monday is the first day of the week.
doy: 7, // The week that contains Jan 1st is the first week of the year.
},
buttonText: {
prev: 'Aur',
next: 'Hur',
today: 'Gaur',
month: 'Hilabetea',
week: 'Astea',
day: 'Eguna',
list: 'Agenda',
},
weekText: 'As',
allDayText: 'Egun osoa',
moreLinkText: 'gehiago',
noEventsText: 'Ez dago ekitaldirik erakusteko',
};
return eu;
}());

View File

@ -1,30 +0,0 @@
FullCalendar.globalLocales.push(function () {
'use strict';
var fa = {
code: 'fa',
week: {
dow: 6, // Saturday is the first day of the week.
doy: 12, // The week that contains Jan 1st is the first week of the year.
},
direction: 'rtl',
buttonText: {
prev: 'قبلی',
next: 'بعدی',
today: 'امروز',
month: 'ماه',
week: 'هفته',
day: 'روز',
list: 'برنامه',
},
weekText: 'هف',
allDayText: 'تمام روز',
moreLinkText: function(n) {
return 'بیش از ' + n
},
noEventsText: 'هیچ رویدادی به نمایش',
};
return fa;
}());

View File

@ -1,27 +0,0 @@
FullCalendar.globalLocales.push(function () {
'use strict';
var fi = {
code: 'fi',
week: {
dow: 1, // Monday is the first day of the week.
doy: 4, // The week that contains Jan 4th is the first week of the year.
},
buttonText: {
prev: 'Edellinen',
next: 'Seuraava',
today: 'Tänään',
month: 'Kuukausi',
week: 'Viikko',
day: 'Päivä',
list: 'Tapahtumat',
},
weekText: 'Vk',
allDayText: 'Koko päivä',
moreLinkText: 'lisää',
noEventsText: 'Ei näytettäviä tapahtumia',
};
return fi;
}());

View File

@ -1,24 +0,0 @@
FullCalendar.globalLocales.push(function () {
'use strict';
var frCa = {
code: 'fr',
buttonText: {
prev: 'Précédent',
next: 'Suivant',
today: "Aujourd'hui",
year: 'Année',
month: 'Mois',
week: 'Semaine',
day: 'Jour',
list: 'Mon planning',
},
weekText: 'Sem.',
allDayText: 'Toute la journée',
moreLinkText: 'en plus',
noEventsText: 'Aucun événement à afficher',
};
return frCa;
}());

View File

@ -1,28 +0,0 @@
FullCalendar.globalLocales.push(function () {
'use strict';
var frCh = {
code: 'fr-ch',
week: {
dow: 1, // Monday is the first day of the week.
doy: 4, // The week that contains Jan 4th is the first week of the year.
},
buttonText: {
prev: 'Précédent',
next: 'Suivant',
today: 'Courant',
year: 'Année',
month: 'Mois',
week: 'Semaine',
day: 'Jour',
list: 'Mon planning',
},
weekText: 'Sm',
allDayText: 'Toute la journée',
moreLinkText: 'en plus',
noEventsText: 'Aucun événement à afficher',
};
return frCh;
}());

View File

@ -1,28 +0,0 @@
FullCalendar.globalLocales.push(function () {
'use strict';
var fr = {
code: 'fr',
week: {
dow: 1, // Monday is the first day of the week.
doy: 4, // The week that contains Jan 4th is the first week of the year.
},
buttonText: {
prev: 'Précédent',
next: 'Suivant',
today: "Aujourd'hui",
year: 'Année',
month: 'Mois',
week: 'Semaine',
day: 'Jour',
list: 'Planning',
},
weekText: 'Sem.',
allDayText: 'Toute la journée',
moreLinkText: 'en plus',
noEventsText: 'Aucun événement à afficher',
};
return fr;
}());

View File

@ -1,27 +0,0 @@
FullCalendar.globalLocales.push(function () {
'use strict';
var gl = {
code: 'gl',
week: {
dow: 1, // Monday is the first day of the week.
doy: 4, // The week that contains Jan 4th is the first week of the year.
},
buttonText: {
prev: 'Ant',
next: 'Seg',
today: 'Hoxe',
month: 'Mes',
week: 'Semana',
day: 'Día',
list: 'Axenda',
},
weekText: 'Sm',
allDayText: 'Todo o día',
moreLinkText: 'máis',
noEventsText: 'Non hai eventos para amosar',
};
return gl;
}());

View File

@ -1,24 +0,0 @@
FullCalendar.globalLocales.push(function () {
'use strict';
var he = {
code: 'he',
direction: 'rtl',
buttonText: {
prev: 'הקודם',
next: 'הבא',
today: 'היום',
month: 'חודש',
week: 'שבוע',
day: 'יום',
list: 'סדר יום',
},
allDayText: 'כל היום',
moreLinkText: 'אחר',
noEventsText: 'אין אירועים להצגה',
weekText: 'שבוע',
};
return he;
}());

View File

@ -1,29 +0,0 @@
FullCalendar.globalLocales.push(function () {
'use strict';
var hi = {
code: 'hi',
week: {
dow: 0, // Sunday is the first day of the week.
doy: 6, // The week that contains Jan 1st is the first week of the year.
},
buttonText: {
prev: 'पिछला',
next: 'अगला',
today: 'आज',
month: 'महीना',
week: 'सप्ताह',
day: 'दिन',
list: 'कार्यसूची',
},
weekText: 'हफ्ता',
allDayText: 'सभी दिन',
moreLinkText: function(n) {
return '+अधिक ' + n
},
noEventsText: 'कोई घटनाओं को प्रदर्शित करने के लिए',
};
return hi;
}());

View File

@ -1,29 +0,0 @@
FullCalendar.globalLocales.push(function () {
'use strict';
var hr = {
code: 'hr',
week: {
dow: 1, // Monday is the first day of the week.
doy: 7, // The week that contains Jan 1st is the first week of the year.
},
buttonText: {
prev: 'Prijašnji',
next: 'Sljedeći',
today: 'Danas',
month: 'Mjesec',
week: 'Tjedan',
day: 'Dan',
list: 'Raspored',
},
weekText: 'Tje',
allDayText: 'Cijeli dan',
moreLinkText: function(n) {
return '+ još ' + n
},
noEventsText: 'Nema događaja za prikaz',
};
return hr;
}());

View File

@ -1,27 +0,0 @@
FullCalendar.globalLocales.push(function () {
'use strict';
var hu = {
code: 'hu',
week: {
dow: 1, // Monday is the first day of the week.
doy: 4, // The week that contains Jan 4th is the first week of the year.
},
buttonText: {
prev: 'vissza',
next: 'előre',
today: 'ma',
month: 'Hónap',
week: 'Hét',
day: 'Nap',
list: 'Lista',
},
weekText: 'Hét',
allDayText: 'Egész nap',
moreLinkText: 'további',
noEventsText: 'Nincs megjeleníthető esemény',
};
return hu;
}());

View File

@ -1,29 +0,0 @@
FullCalendar.globalLocales.push(function () {
'use strict';
var hyAm = {
code: 'hy-am',
week: {
dow: 1, // Monday is the first day of the week.
doy: 4, // The week that contains Jan 4th is the first week of the year.
},
buttonText: {
prev: 'Նախորդ',
next: 'Հաջորդ',
today: 'Այսօր',
month: 'Ամիս',
week: 'Շաբաթ',
day: 'Օր',
list: 'Օրվա ցուցակ',
},
weekText: 'Շաբ',
allDayText: 'Ամբողջ օր',
moreLinkText: function(n) {
return '+ ևս ' + n
},
noEventsText: 'Բացակայում է իրադարձությունը ցուցադրելու',
};
return hyAm;
}());

View File

@ -1,27 +0,0 @@
FullCalendar.globalLocales.push(function () {
'use strict';
var id = {
code: 'id',
week: {
dow: 1, // Monday is the first day of the week.
doy: 7, // The week that contains Jan 1st is the first week of the year.
},
buttonText: {
prev: 'mundur',
next: 'maju',
today: 'hari ini',
month: 'Bulan',
week: 'Minggu',
day: 'Hari',
list: 'Agenda',
},
weekText: 'Mg',
allDayText: 'Sehari penuh',
moreLinkText: 'lebih',
noEventsText: 'Tidak ada acara untuk ditampilkan',
};
return id;
}());

View File

@ -1,27 +0,0 @@
FullCalendar.globalLocales.push(function () {
'use strict';
var is = {
code: 'is',
week: {
dow: 1, // Monday is the first day of the week.
doy: 4, // The week that contains Jan 4th is the first week of the year.
},
buttonText: {
prev: 'Fyrri',
next: 'Næsti',
today: 'Í dag',
month: 'Mánuður',
week: 'Vika',
day: 'Dagur',
list: 'Dagskrá',
},
weekText: 'Vika',
allDayText: 'Allan daginn',
moreLinkText: 'meira',
noEventsText: 'Engir viðburðir til að sýna',
};
return is;
}());

View File

@ -1,29 +0,0 @@
FullCalendar.globalLocales.push(function () {
'use strict';
var it = {
code: 'it',
week: {
dow: 1, // Monday is the first day of the week.
doy: 4, // The week that contains Jan 4th is the first week of the year.
},
buttonText: {
prev: 'Prec',
next: 'Succ',
today: 'Oggi',
month: 'Mese',
week: 'Settimana',
day: 'Giorno',
list: 'Agenda',
},
weekText: 'Sm',
allDayText: 'Tutto il giorno',
moreLinkText: function(n) {
return '+altri ' + n
},
noEventsText: 'Non ci sono eventi da visualizzare',
};
return it;
}());

View File

@ -1,25 +0,0 @@
FullCalendar.globalLocales.push(function () {
'use strict';
var ja = {
code: 'ja',
buttonText: {
prev: '前',
next: '次',
today: '今日',
month: '月',
week: '週',
day: '日',
list: '予定リスト',
},
weekText: '週',
allDayText: '終日',
moreLinkText: function(n) {
return '他 ' + n + ' 件'
},
noEventsText: '表示する予定はありません',
};
return ja;
}());

View File

@ -1,29 +0,0 @@
FullCalendar.globalLocales.push(function () {
'use strict';
var ka = {
code: 'ka',
week: {
dow: 1,
doy: 7,
},
buttonText: {
prev: 'წინა',
next: 'შემდეგი',
today: 'დღეს',
month: 'თვე',
week: 'კვირა',
day: 'დღე',
list: 'დღის წესრიგი',
},
weekText: 'კვ',
allDayText: 'მთელი დღე',
moreLinkText: function(n) {
return '+ კიდევ ' + n
},
noEventsText: 'ღონისძიებები არ არის',
};
return ka;
}());

View File

@ -1,29 +0,0 @@
FullCalendar.globalLocales.push(function () {
'use strict';
var kk = {
code: 'kk',
week: {
dow: 1, // Monday is the first day of the week.
doy: 7, // The week that contains Jan 1st is the first week of the year.
},
buttonText: {
prev: 'Алдыңғы',
next: 'Келесі',
today: 'Бүгін',
month: 'Ай',
week: 'Апта',
day: 'Күн',
list: 'Күн тәртібі',
},
weekText: 'Не',
allDayText: 'Күні бойы',
moreLinkText: function(n) {
return '+ тағы ' + n
},
noEventsText: 'Көрсету үшін оқиғалар жоқ',
};
return kk;
}());

View File

@ -1,28 +0,0 @@
FullCalendar.globalLocales.push(function () {
'use strict';
var km = {
code: 'km',
week: {
dow: 1, // Monday is the first day of the week.
doy: 4, // The week that contains Jan 4th is the first week of the year.
},
buttonText: {
prev: 'មុន',
next: 'បន្ទាប់',
today: 'ថ្ងៃនេះ',
year: 'ឆ្នាំ',
month: 'ខែ',
week: 'សប្តាហ៍',
day: 'ថ្ងៃ',
list: 'បញ្ជី',
},
weekText: 'សប្តាហ៍',
allDayText: 'ពេញមួយថ្ងៃ',
moreLinkText: 'ច្រើនទៀត',
noEventsText: 'គ្មានព្រឹត្តិការណ៍ត្រូវបង្ហាញ',
};
return km;
}());

View File

@ -1,23 +0,0 @@
FullCalendar.globalLocales.push(function () {
'use strict';
var ko = {
code: 'ko',
buttonText: {
prev: '이전달',
next: '다음달',
today: '오늘',
month: '월',
week: '주',
day: '일',
list: '일정목록',
},
weekText: '주',
allDayText: '종일',
moreLinkText: '개',
noEventsText: '일정이 없습니다',
};
return ko;
}());

View File

@ -1,28 +0,0 @@
FullCalendar.globalLocales.push(function () {
'use strict';
var ku = {
code: 'ku',
week: {
dow: 6, // Saturday is the first day of the week.
doy: 12, // The week that contains Jan 1st is the first week of the year.
},
direction: 'rtl',
buttonText: {
prev: 'پێشتر',
next: 'دواتر',
today: 'ئەمڕو',
month: 'مانگ',
week: 'هەفتە',
day: 'ڕۆژ',
list: 'بەرنامە',
},
weekText: 'هەفتە',
allDayText: 'هەموو ڕۆژەکە',
moreLinkText: 'زیاتر',
noEventsText: 'هیچ ڕووداوێك نیە',
};
return ku;
}());

View File

@ -1,27 +0,0 @@
FullCalendar.globalLocales.push(function () {
'use strict';
var lb = {
code: 'lb',
week: {
dow: 1, // Monday is the first day of the week.
doy: 4, // The week that contains Jan 4th is the first week of the year.
},
buttonText: {
prev: 'Zréck',
next: 'Weider',
today: 'Haut',
month: 'Mount',
week: 'Woch',
day: 'Dag',
list: 'Terminiwwersiicht',
},
weekText: 'W',
allDayText: 'Ganzen Dag',
moreLinkText: 'méi',
noEventsText: 'Nee Evenementer ze affichéieren',
};
return lb;
}());

View File

@ -1,27 +0,0 @@
FullCalendar.globalLocales.push(function () {
'use strict';
var lt = {
code: 'lt',
week: {
dow: 1, // Monday is the first day of the week.
doy: 4, // The week that contains Jan 4th is the first week of the year.
},
buttonText: {
prev: 'Atgal',
next: 'Pirmyn',
today: 'Šiandien',
month: 'Mėnuo',
week: 'Savaitė',
day: 'Diena',
list: 'Darbotvarkė',
},
weekText: 'SAV',
allDayText: 'Visą dieną',
moreLinkText: 'daugiau',
noEventsText: 'Nėra įvykių rodyti',
};
return lt;
}());

View File

@ -1,29 +0,0 @@
FullCalendar.globalLocales.push(function () {
'use strict';
var lv = {
code: 'lv',
week: {
dow: 1, // Monday is the first day of the week.
doy: 4, // The week that contains Jan 4th is the first week of the year.
},
buttonText: {
prev: 'Iepr.',
next: 'Nāk.',
today: 'Šodien',
month: 'Mēnesis',
week: 'Nedēļa',
day: 'Diena',
list: 'Dienas kārtība',
},
weekText: 'Ned.',
allDayText: 'Visu dienu',
moreLinkText: function(n) {
return '+vēl ' + n
},
noEventsText: 'Nav notikumu',
};
return lv;
}());

View File

@ -1,25 +0,0 @@
FullCalendar.globalLocales.push(function () {
'use strict';
var mk = {
code: 'mk',
buttonText: {
prev: 'претходно',
next: 'следно',
today: 'Денес',
month: 'Месец',
week: 'Недела',
day: 'Ден',
list: 'График',
},
weekText: 'Сед',
allDayText: 'Цел ден',
moreLinkText: function(n) {
return '+повеќе ' + n
},
noEventsText: 'Нема настани за прикажување',
};
return mk;
}());

View File

@ -1,29 +0,0 @@
FullCalendar.globalLocales.push(function () {
'use strict';
var ms = {
code: 'ms',
week: {
dow: 1, // Monday is the first day of the week.
doy: 7, // The week that contains Jan 1st is the first week of the year.
},
buttonText: {
prev: 'Sebelum',
next: 'Selepas',
today: 'hari ini',
month: 'Bulan',
week: 'Minggu',
day: 'Hari',
list: 'Agenda',
},
weekText: 'Mg',
allDayText: 'Sepanjang hari',
moreLinkText: function(n) {
return 'masih ada ' + n + ' acara'
},
noEventsText: 'Tiada peristiwa untuk dipaparkan',
};
return ms;
}());

View File

@ -1,27 +0,0 @@
FullCalendar.globalLocales.push(function () {
'use strict';
var nb = {
code: 'nb',
week: {
dow: 1, // Monday is the first day of the week.
doy: 4, // The week that contains Jan 4th is the first week of the year.
},
buttonText: {
prev: 'Forrige',
next: 'Neste',
today: 'I dag',
month: 'Måned',
week: 'Uke',
day: 'Dag',
list: 'Agenda',
},
weekText: 'Uke',
allDayText: 'Hele dagen',
moreLinkText: 'til',
noEventsText: 'Ingen hendelser å vise',
};
return nb;
}());

View File

@ -1,27 +0,0 @@
FullCalendar.globalLocales.push(function () {
'use strict';
var ne = {
code: 'ne', // code for nepal
week: {
dow: 7, // Sunday is the first day of the week.
doy: 1, // The week that contains Jan 1st is the first week of the year.
},
buttonText: {
prev: 'अघिल्लो',
next: 'अर्को',
today: 'आज',
month: 'महिना',
week: 'हप्ता',
day: 'दिन',
list: 'सूची',
},
weekText: 'हप्ता',
allDayText: 'दिनभरि',
moreLinkText: 'थप लिंक',
noEventsText: 'देखाउनको लागि कुनै घटनाहरू छैनन्',
};
return ne;
}());

View File

@ -1,27 +0,0 @@
FullCalendar.globalLocales.push(function () {
'use strict';
var nl = {
code: 'nl',
week: {
dow: 1, // Monday is the first day of the week.
doy: 4, // The week that contains Jan 4th is the first week of the year.
},
buttonText: {
prev: 'Vorige',
next: 'Volgende',
today: 'Vandaag',
year: 'Jaar',
month: 'Maand',
week: 'Week',
day: 'Dag',
list: 'Agenda',
},
allDayText: 'Hele dag',
moreLinkText: 'extra',
noEventsText: 'Geen evenementen om te laten zien',
};
return nl;
}());

View File

@ -1,27 +0,0 @@
FullCalendar.globalLocales.push(function () {
'use strict';
var nn = {
code: 'nn',
week: {
dow: 1, // Monday is the first day of the week.
doy: 4, // The week that contains Jan 4th is the first week of the year.
},
buttonText: {
prev: 'Førre',
next: 'Neste',
today: 'I dag',
month: 'Månad',
week: 'Veke',
day: 'Dag',
list: 'Agenda',
},
weekText: 'Veke',
allDayText: 'Heile dagen',
moreLinkText: 'til',
noEventsText: 'Ingen hendelser å vise',
};
return nn;
}());

View File

@ -1,27 +0,0 @@
FullCalendar.globalLocales.push(function () {
'use strict';
var pl = {
code: 'pl',
week: {
dow: 1, // Monday is the first day of the week.
doy: 4, // The week that contains Jan 4th is the first week of the year.
},
buttonText: {
prev: 'Poprzedni',
next: 'Następny',
today: 'Dziś',
month: 'Miesiąc',
week: 'Tydzień',
day: 'Dzień',
list: 'Plan dnia',
},
weekText: 'Tydz',
allDayText: 'Cały dzień',
moreLinkText: 'więcej',
noEventsText: 'Brak wydarzeń do wyświetlenia',
};
return pl;
}());

View File

@ -1,25 +0,0 @@
FullCalendar.globalLocales.push(function () {
'use strict';
var ptBr = {
code: 'pt-br',
buttonText: {
prev: 'Anterior',
next: 'Próximo',
today: 'Hoje',
month: 'Mês',
week: 'Semana',
day: 'Dia',
list: 'Lista',
},
weekText: 'Sm',
allDayText: 'dia inteiro',
moreLinkText: function(n) {
return 'mais +' + n
},
noEventsText: 'Não há eventos para mostrar',
};
return ptBr;
}());

View File

@ -1,27 +0,0 @@
FullCalendar.globalLocales.push(function () {
'use strict';
var pt = {
code: 'pt',
week: {
dow: 1, // Monday is the first day of the week.
doy: 4, // The week that contains Jan 4th is the first week of the year.
},
buttonText: {
prev: 'Anterior',
next: 'Seguinte',
today: 'Hoje',
month: 'Mês',
week: 'Semana',
day: 'Dia',
list: 'Agenda',
},
weekText: 'Sem',
allDayText: 'Todo o dia',
moreLinkText: 'mais',
noEventsText: 'Não há eventos para mostrar',
};
return pt;
}());

View File

@ -1,29 +0,0 @@
FullCalendar.globalLocales.push(function () {
'use strict';
var ro = {
code: 'ro',
week: {
dow: 1, // Monday is the first day of the week.
doy: 7, // The week that contains Jan 1st is the first week of the year.
},
buttonText: {
prev: 'precedentă',
next: 'următoare',
today: 'Azi',
month: 'Lună',
week: 'Săptămână',
day: 'Zi',
list: 'Agendă',
},
weekText: 'Săpt',
allDayText: 'Toată ziua',
moreLinkText: function(n) {
return '+alte ' + n
},
noEventsText: 'Nu există evenimente de afișat',
};
return ro;
}());

View File

@ -1,29 +0,0 @@
FullCalendar.globalLocales.push(function () {
'use strict';
var ru = {
code: 'ru',
week: {
dow: 1, // Monday is the first day of the week.
doy: 4, // The week that contains Jan 4th is the first week of the year.
},
buttonText: {
prev: 'Пред',
next: 'След',
today: 'Сегодня',
month: 'Месяц',
week: 'Неделя',
day: 'День',
list: 'Повестка дня',
},
weekText: 'Нед',
allDayText: 'Весь день',
moreLinkText: function(n) {
return '+ ещё ' + n
},
noEventsText: 'Нет событий для отображения',
};
return ru;
}());

View File

@ -1,29 +0,0 @@
FullCalendar.globalLocales.push(function () {
'use strict';
var sk = {
code: 'sk',
week: {
dow: 1, // Monday is the first day of the week.
doy: 4, // The week that contains Jan 4th is the first week of the year.
},
buttonText: {
prev: 'Predchádzajúci',
next: 'Nasledujúci',
today: 'Dnes',
month: 'Mesiac',
week: 'Týždeň',
day: 'Deň',
list: 'Rozvrh',
},
weekText: 'Ty',
allDayText: 'Celý deň',
moreLinkText: function(n) {
return '+ďalšie: ' + n
},
noEventsText: 'Žiadne akcie na zobrazenie',
};
return sk;
}());

View File

@ -1,27 +0,0 @@
FullCalendar.globalLocales.push(function () {
'use strict';
var sl = {
code: 'sl',
week: {
dow: 1, // Monday is the first day of the week.
doy: 7, // The week that contains Jan 1st is the first week of the year.
},
buttonText: {
prev: 'Prejšnji',
next: 'Naslednji',
today: 'Trenutni',
month: 'Mesec',
week: 'Teden',
day: 'Dan',
list: 'Dnevni red',
},
weekText: 'Teden',
allDayText: 'Ves dan',
moreLinkText: 'več',
noEventsText: 'Ni dogodkov za prikaz',
};
return sl;
}());

View File

@ -1,23 +0,0 @@
FullCalendar.globalLocales.push(function () {
'use strict';
var sm = {
code: 'sm',
buttonText: {
prev: 'Talu ai',
next: 'Mulimuli atu',
today: 'Aso nei',
month: 'Masina',
week: 'Vaiaso',
day: 'Aso',
list: 'Faasologa',
},
weekText: 'Vaiaso',
allDayText: 'Aso atoa',
moreLinkText: 'sili atu',
noEventsText: 'Leai ni mea na tutupu',
};
return sm;
}());

View File

@ -1,29 +0,0 @@
FullCalendar.globalLocales.push(function () {
'use strict';
var sq = {
code: 'sq',
week: {
dow: 1, // Monday is the first day of the week.
doy: 4, // The week that contains Jan 4th is the first week of the year.
},
buttonText: {
prev: 'mbrapa',
next: 'Përpara',
today: 'sot',
month: 'Muaj',
week: 'Javë',
day: 'Ditë',
list: 'Listë',
},
weekText: 'Ja',
allDayText: 'Gjithë ditën',
moreLinkText: function(n) {
return '+më tepër ' + n
},
noEventsText: 'Nuk ka evente për të shfaqur',
};
return sq;
}());

View File

@ -1,29 +0,0 @@
FullCalendar.globalLocales.push(function () {
'use strict';
var srCyrl = {
code: 'sr-cyrl',
week: {
dow: 1, // Monday is the first day of the week.
doy: 7, // The week that contains Jan 1st is the first week of the year.
},
buttonText: {
prev: 'Претходна',
next: 'следећи',
today: 'Данас',
month: 'Месец',
week: 'Недеља',
day: 'Дан',
list: 'Планер',
},
weekText: 'Сед',
allDayText: 'Цео дан',
moreLinkText: function(n) {
return '+ још ' + n
},
noEventsText: 'Нема догађаја за приказ',
};
return srCyrl;
}());

View File

@ -1,29 +0,0 @@
FullCalendar.globalLocales.push(function () {
'use strict';
var sr = {
code: 'sr',
week: {
dow: 1, // Monday is the first day of the week.
doy: 7, // The week that contains Jan 1st is the first week of the year.
},
buttonText: {
prev: 'Prethodna',
next: 'Sledeći',
today: 'Danas',
month: 'Mеsеc',
week: 'Nеdеlja',
day: 'Dan',
list: 'Planеr',
},
weekText: 'Sed',
allDayText: 'Cеo dan',
moreLinkText: function(n) {
return '+ još ' + n
},
noEventsText: 'Nеma događaja za prikaz',
};
return sr;
}());

View File

@ -1,27 +0,0 @@
FullCalendar.globalLocales.push(function () {
'use strict';
var sv = {
code: 'sv',
week: {
dow: 1, // Monday is the first day of the week.
doy: 4, // The week that contains Jan 4th is the first week of the year.
},
buttonText: {
prev: 'Förra',
next: 'Nästa',
today: 'Idag',
month: 'Månad',
week: 'Vecka',
day: 'Dag',
list: 'Program',
},
weekText: 'v.',
allDayText: 'Heldag',
moreLinkText: 'till',
noEventsText: 'Inga händelser att visa',
};
return sv;
}());

View File

@ -1,29 +0,0 @@
FullCalendar.globalLocales.push(function () {
'use strict';
var taIn = {
code: 'ta-in',
week: {
dow: 1, // Monday is the first day of the week.
doy: 4, // The week that contains Jan 4th is the first week of the year.
},
buttonText: {
prev: 'முந்தைய',
next: 'அடுத்தது',
today: 'இன்று',
month: 'மாதம்',
week: 'வாரம்',
day: 'நாள்',
list: 'தினசரி அட்டவணை',
},
weekText: 'வாரம்',
allDayText: 'நாள் முழுவதும்',
moreLinkText: function(n) {
return '+ மேலும் ' + n
},
noEventsText: 'காண்பிக்க நிகழ்வுகள் இல்லை',
};
return taIn;
}());

View File

@ -1,30 +0,0 @@
FullCalendar.globalLocales.push(function () {
'use strict';
var th = {
code: 'th',
week: {
dow: 1, // Monday is the first day of the week.
doy: 4, // The week that contains Jan 4th is the first week of the year.
},
buttonText: {
prev: 'ก่อนหน้า',
next: 'ถัดไป',
prevYear: 'ปีก่อนหน้า',
nextYear: 'ปีถัดไป',
year: 'ปี',
today: 'วันนี้',
month: 'เดือน',
week: 'สัปดาห์',
day: 'วัน',
list: 'กำหนดการ',
},
weekText: 'สัปดาห์',
allDayText: 'ตลอดวัน',
moreLinkText: 'เพิ่มเติม',
noEventsText: 'ไม่มีกิจกรรมที่จะแสดง',
};
return th;
}());

View File

@ -1,27 +0,0 @@
FullCalendar.globalLocales.push(function () {
'use strict';
var tr = {
code: 'tr',
week: {
dow: 1, // Monday is the first day of the week.
doy: 7, // The week that contains Jan 1st is the first week of the year.
},
buttonText: {
prev: 'geri',
next: 'ileri',
today: 'bugün',
month: 'Ay',
week: 'Hafta',
day: 'Gün',
list: 'Ajanda',
},
weekText: 'Hf',
allDayText: 'Tüm gün',
moreLinkText: 'daha fazla',
noEventsText: 'Gösterilecek etkinlik yok',
};
return tr;
}());

View File

@ -1,17 +0,0 @@
FullCalendar.globalLocales.push(function () {
'use strict';
var ug = {
code: 'ug',
buttonText: {
month: 'ئاي',
week: 'ھەپتە',
day: 'كۈن',
list: 'كۈنتەرتىپ',
},
allDayText: 'پۈتۈن كۈن',
};
return ug;
}());

View File

@ -1,29 +0,0 @@
FullCalendar.globalLocales.push(function () {
'use strict';
var uk = {
code: 'uk',
week: {
dow: 1, // Monday is the first day of the week.
doy: 7, // The week that contains Jan 1st is the first week of the year.
},
buttonText: {
prev: 'Попередній',
next: 'далі',
today: 'Сьогодні',
month: 'Місяць',
week: 'Тиждень',
day: 'День',
list: 'Порядок денний',
},
weekText: 'Тиж',
allDayText: 'Увесь день',
moreLinkText: function(n) {
return '+ще ' + n + '...'
},
noEventsText: 'Немає подій для відображення',
};
return uk;
}());

View File

@ -1,21 +0,0 @@
FullCalendar.globalLocales.push(function () {
'use strict';
var uz = {
code: 'uz',
buttonText: {
month: 'Oy',
week: 'Xafta',
day: 'Kun',
list: 'Kun tartibi',
},
allDayText: "Kun bo'yi",
moreLinkText: function(n) {
return '+ yana ' + n
},
noEventsText: "Ko'rsatish uchun voqealar yo'q",
};
return uz;
}());

View File

@ -1,29 +0,0 @@
FullCalendar.globalLocales.push(function () {
'use strict';
var vi = {
code: 'vi',
week: {
dow: 1, // Monday is the first day of the week.
doy: 4, // The week that contains Jan 4th is the first week of the year.
},
buttonText: {
prev: 'Trước',
next: 'Tiếp',
today: 'Hôm nay',
month: 'Tháng',
week: 'Tuần',
day: 'Ngày',
list: 'Lịch biểu',
},
weekText: 'Tu',
allDayText: 'Cả ngày',
moreLinkText: function(n) {
return '+ thêm ' + n
},
noEventsText: 'Không có sự kiện để hiển thị',
};
return vi;
}());

View File

@ -1,30 +0,0 @@
FullCalendar.globalLocales.push(function () {
'use strict';
var zhCn = {
code: 'zh-cn',
week: {
// GB/T 7408-1994《数据元和交换格式·信息交换·日期和时间表示法》与ISO 8601:1988等效
dow: 1, // Monday is the first day of the week.
doy: 4, // The week that contains Jan 4th is the first week of the year.
},
buttonText: {
prev: '上月',
next: '下月',
today: '今天',
month: '月',
week: '周',
day: '日',
list: '日程',
},
weekText: '周',
allDayText: '全天',
moreLinkText: function(n) {
return '另外 ' + n + ' 个'
},
noEventsText: '没有事件显示',
};
return zhCn;
}());

View File

@ -1,23 +0,0 @@
FullCalendar.globalLocales.push(function () {
'use strict';
var zhTw = {
code: 'zh-tw',
buttonText: {
prev: '上月',
next: '下月',
today: '今天',
month: '月',
week: '週',
day: '天',
list: '活動列表',
},
weekText: '周',
allDayText: '整天',
moreLinkText: '顯示更多',
noEventsText: '没有任何活動',
};
return zhTw;
}());

Some files were not shown because too many files have changed in this diff Show More