上传框架和附件
1579
public/static/css/animate.css
vendored
Normal file
92
public/static/css/reset.css
Normal file
@ -0,0 +1,92 @@
|
||||
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td,select { margin:0; padding:0; }
|
||||
body, button, input, select, textarea {font-size:.24rem; line-height: 1; }
|
||||
h1, h2, h3, h4, h5, h6{ font-size:100%; }
|
||||
address, cite, dfn, em, var { font-style:normal; }
|
||||
code, kbd, pre, samp { font-family:couriernew, courier, monospace; }
|
||||
small{ font-size:12px; }
|
||||
ul, ol { list-style:none; }
|
||||
sup { vertical-align:text-top; }
|
||||
sub{ vertical-align:text-bottom; }
|
||||
legend { color:#000; }
|
||||
fieldset, img { border:0; }
|
||||
button, input, select, textarea { font-size:100%; }
|
||||
table { border-collapse:collapse; border-spacing:0; }
|
||||
/* HTML5 display-role reset for older browsers */
|
||||
article, aside, details, figcaption, figure,
|
||||
footer, header, menu, nav, section { display: block; }
|
||||
input,input[type="search"],button,select,option,textarea,a{ outline:none; border:0; -webkit-appearance:none;border-radius: 0; background:none;-webkit-box-sizing:border-box;box-sizing:border-box;}
|
||||
/* custom */
|
||||
a { text-decoration: none; -webkit-backface-visibility: hidden; color:#333; }
|
||||
body { -webkit-text-size-adjust: none; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); font-family: 'PingFang SC', 'STHeitiSC-Light', 'Helvetica-Light', arial, sans-serif, 'Droid Sans Fallback'; color:#333;}
|
||||
div,section,header{-webkit-box-sizing:border-box; box-sizing:border-box;}
|
||||
input{line-height: normal;}
|
||||
.fl{ float:left; }
|
||||
.fr{ float:right; }
|
||||
.clear{ clear:both; height: 0; line-height: 0; font-size: 0; }
|
||||
.clearfix:after{ content:"."; display:block; height:0; visibility:hidden; clear:both; overflow: hidden; }
|
||||
.flex{ display: -webkit-box;
|
||||
display: -moz-box;
|
||||
display: -ms-flexbox;
|
||||
display: -webkit-flex;
|
||||
display: flex;}
|
||||
.con-cell{ display: table-cell; height: 100%; vertical-align: middle; }
|
||||
.old-price{text-decoration: line-through;}
|
||||
|
||||
|
||||
|
||||
[v-cloak] {
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
/* 一像素边框 */
|
||||
@media (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5) {
|
||||
.border-1px::after {
|
||||
-webkit-transform: scaleY(0.7);
|
||||
-moz-transform: scaleY(0.7);
|
||||
-o-transform: scaleY(0.7);
|
||||
-ms-transform: scaleY(0.7);
|
||||
transform: scaleY(0.7);
|
||||
}
|
||||
.border-top::before {
|
||||
-webkit-transform: scaleY(0.7);
|
||||
-moz-transform: scaleY(0.7);
|
||||
-o-transform: scaleY(0.7);
|
||||
-ms-transform: scaleY(0.7);
|
||||
transform: scaleY(0.7);
|
||||
}
|
||||
}
|
||||
@media (-webkit-min-device-pixel-ratio: 2), (min-device-pixel-ratio: 2) {
|
||||
.border-1px::after {
|
||||
-webkit-transform: scaleY(0.5);
|
||||
-moz-transform: scaleY(0.5);
|
||||
-o-transform: scaleY(0.5);
|
||||
-ms-transform: scaleY(0.5);
|
||||
transform: scaleY(0.5);
|
||||
}
|
||||
.border-top::before {
|
||||
-webkit-transform: scaleY(0.5);
|
||||
-moz-transform: scaleY(0.5);
|
||||
-o-transform: scaleY(0.5);
|
||||
-ms-transform: scaleY(0.5);
|
||||
transform: scaleY(0.5);
|
||||
}
|
||||
}
|
||||
@media (-webkit-min-device-pixel-ratio: 3), (min-device-pixel-ratio: 3) {
|
||||
.border-1px::after {
|
||||
-webkit-transform: scaleY(0.33);
|
||||
-moz-transform: scaleY(0.33);
|
||||
-o-transform: scaleY(0.33);
|
||||
-ms-transform: scaleY(0.33);
|
||||
transform: scaleY(0.33);
|
||||
}
|
||||
.border-top::before {
|
||||
-webkit-transform: scaleY(0.33);
|
||||
-moz-transform: scaleY(0.33);
|
||||
-o-transform: scaleY(0.33);
|
||||
-ms-transform: scaleY(0.33);
|
||||
transform: scaleY(0.33);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
14
public/static/js/media.js
Normal file
@ -0,0 +1,14 @@
|
||||
new function (){
|
||||
var _self = this;
|
||||
_self.width = 640;//设置默认最大宽度
|
||||
_self.fontSize = 100;//默认字体大小
|
||||
_self.widthProportion = function(){var p = (document.body&&document.body.clientWidth||document.getElementsByTagName("html")[0].offsetWidth)/_self.width;return p<0.5?0.5:p;};
|
||||
_self.changePage = function(){
|
||||
document.getElementsByTagName("html")[0].setAttribute("style","font-size:"+_self.widthProportion()*_self.fontSize+"px !important");
|
||||
}
|
||||
_self.changePage();
|
||||
window.addEventListener("resize",function(){_self.changePage();},false);
|
||||
};
|
||||
|
||||
|
||||
|
||||
9
public/static/plug/axios.min.js
vendored
Normal file
1
public/static/plug/basket.js
Normal file
1
public/static/plug/better-scroll.js
Normal file
542
public/static/plug/censorwords/CensorWords
Normal file
@ -0,0 +1,542 @@
|
||||
fa lun
|
||||
falu
|
||||
发抡
|
||||
发抡功
|
||||
发轮
|
||||
发伦
|
||||
发伦功
|
||||
发仑
|
||||
发沦
|
||||
发纶
|
||||
发论
|
||||
发论功
|
||||
退档保平安
|
||||
退党保平安
|
||||
发论公
|
||||
天灭中共
|
||||
发正念
|
||||
发囵
|
||||
发瞟
|
||||
罚抡
|
||||
罚伦
|
||||
艹
|
||||
罚仑
|
||||
罚沦
|
||||
罚纶
|
||||
罚囵
|
||||
筏抡
|
||||
筏轮
|
||||
筏伦
|
||||
筏仑
|
||||
筏沦
|
||||
筏纶
|
||||
筏论
|
||||
筏囵
|
||||
伐抡
|
||||
伐轮
|
||||
伐伦
|
||||
伐仑
|
||||
伐沦
|
||||
伐论
|
||||
伐囵
|
||||
乏抡
|
||||
乏轮
|
||||
乏伦
|
||||
乏仑
|
||||
乏沦
|
||||
乏纶
|
||||
乏论
|
||||
乏囵
|
||||
阀抡
|
||||
阀伦
|
||||
阀仑
|
||||
阀沦
|
||||
阀纶
|
||||
阀论
|
||||
阀囵
|
||||
法 轮 功
|
||||
法*功
|
||||
法.轮.功
|
||||
法L功
|
||||
法lun功
|
||||
法功
|
||||
法抡
|
||||
法抡功
|
||||
法轮
|
||||
法轮大法
|
||||
法轮佛法
|
||||
法轮功
|
||||
法伦
|
||||
法仑
|
||||
法沦
|
||||
法纶
|
||||
法论
|
||||
法十轮十功
|
||||
法谪
|
||||
法谪功
|
||||
法輪
|
||||
法囵
|
||||
法愣
|
||||
珐.輪功
|
||||
珐抡
|
||||
珐轮
|
||||
珐伦
|
||||
珐仑
|
||||
珐沦
|
||||
五不
|
||||
五不争鸣论坛
|
||||
垡抡
|
||||
垡轮
|
||||
垡伦
|
||||
垡仑
|
||||
垡沦
|
||||
垡纶
|
||||
垡论
|
||||
垡囵
|
||||
茳澤民
|
||||
荭志
|
||||
闳志
|
||||
闵维方
|
||||
氵去
|
||||
氵去车仑工力
|
||||
转法轮
|
||||
砝抡
|
||||
砝轮
|
||||
砝伦
|
||||
操逼
|
||||
砝沦
|
||||
砝纶
|
||||
砝论
|
||||
砝囵
|
||||
泓志
|
||||
屙民
|
||||
珐纶
|
||||
珐论
|
||||
珐囵
|
||||
falun
|
||||
Falundafa
|
||||
fa轮
|
||||
Flg
|
||||
梦网洪志
|
||||
抡功
|
||||
轮功
|
||||
伦功
|
||||
三水法轮
|
||||
三唑仑
|
||||
爱液
|
||||
爆草
|
||||
包二奶
|
||||
暴奸
|
||||
暴乳
|
||||
爆乳
|
||||
暴淫
|
||||
屄
|
||||
逼奸
|
||||
操逼
|
||||
操黑
|
||||
操烂
|
||||
肏你
|
||||
肏死
|
||||
操死
|
||||
操我
|
||||
厕奴
|
||||
插比
|
||||
插b
|
||||
插逼
|
||||
插阴
|
||||
潮吹
|
||||
潮喷
|
||||
成人电影
|
||||
成人论坛
|
||||
成人色情
|
||||
成人网站
|
||||
成人文学
|
||||
成人小说
|
||||
艳情小说
|
||||
成人游戏
|
||||
吃精
|
||||
扌由插
|
||||
抽一插
|
||||
春药
|
||||
大力抽送
|
||||
大乳
|
||||
荡妇
|
||||
荡女
|
||||
盗撮
|
||||
多人轮
|
||||
肥逼
|
||||
封面女郎
|
||||
风月大陆
|
||||
干死你
|
||||
干穴
|
||||
肛交
|
||||
肛门
|
||||
龟头
|
||||
裹本
|
||||
国产av
|
||||
豪乳
|
||||
黑逼
|
||||
后穴
|
||||
换妻俱乐部
|
||||
几吧
|
||||
鸡吧
|
||||
鸡巴
|
||||
鸡奸
|
||||
集体淫
|
||||
叫床
|
||||
精液
|
||||
就去日
|
||||
巨屌
|
||||
菊花洞
|
||||
菊门
|
||||
巨奶
|
||||
巨乳
|
||||
菊穴
|
||||
开苞
|
||||
口爆
|
||||
口活
|
||||
口交
|
||||
口射
|
||||
口淫
|
||||
裤袜
|
||||
狂操
|
||||
狂插
|
||||
浪逼
|
||||
浪妇
|
||||
浪叫
|
||||
浪女
|
||||
狼友
|
||||
聊性
|
||||
流淫
|
||||
铃木麻
|
||||
凌辱
|
||||
漏乳
|
||||
露b
|
||||
乱交
|
||||
乱伦
|
||||
轮暴
|
||||
轮操
|
||||
轮奸
|
||||
裸陪
|
||||
买春
|
||||
美逼
|
||||
美少妇
|
||||
美穴
|
||||
迷奸
|
||||
蜜穴
|
||||
蜜液
|
||||
摸奶
|
||||
摸胸
|
||||
母奸
|
||||
奈美
|
||||
奶子
|
||||
男奴
|
||||
内射
|
||||
嫩逼
|
||||
嫩女
|
||||
嫩穴
|
||||
捏弄
|
||||
女优
|
||||
炮友
|
||||
砲友
|
||||
喷精
|
||||
屁眼
|
||||
前凸后翘
|
||||
强jian
|
||||
强暴
|
||||
强奸处女
|
||||
拳交
|
||||
群交
|
||||
人兽
|
||||
日逼
|
||||
日烂
|
||||
肉棒
|
||||
肉逼
|
||||
肉唇
|
||||
肉洞
|
||||
肉缝
|
||||
肉棍
|
||||
肉茎
|
||||
肉具
|
||||
揉乳
|
||||
肉穴
|
||||
肉欲
|
||||
乳爆
|
||||
乳房
|
||||
乳沟
|
||||
乳交
|
||||
乳头
|
||||
三级片
|
||||
骚逼
|
||||
骚比
|
||||
骚女
|
||||
骚水
|
||||
骚穴
|
||||
色逼
|
||||
色界
|
||||
色猫
|
||||
色盟
|
||||
色情网站
|
||||
色区
|
||||
色色
|
||||
色诱
|
||||
色欲
|
||||
色b
|
||||
少年阿宾
|
||||
少修正
|
||||
射爽
|
||||
射颜
|
||||
食精
|
||||
释欲
|
||||
兽奸
|
||||
兽交
|
||||
手淫
|
||||
兽欲
|
||||
熟妇
|
||||
熟母
|
||||
熟女
|
||||
爽片
|
||||
死逼
|
||||
丝袜
|
||||
丝诱
|
||||
松岛枫
|
||||
酥痒
|
||||
套弄
|
||||
体奸
|
||||
舔脚
|
||||
舔阴
|
||||
调教
|
||||
偷欢
|
||||
脱内裤
|
||||
我就色
|
||||
舞女
|
||||
吸精
|
||||
相奸
|
||||
小逼
|
||||
校鸡
|
||||
小穴
|
||||
小xue
|
||||
性虎
|
||||
性饥渴
|
||||
性技巧
|
||||
性交
|
||||
性奴
|
||||
性虐
|
||||
性息
|
||||
性欲
|
||||
胸推
|
||||
穴口
|
||||
穴图
|
||||
亚情
|
||||
颜射
|
||||
阳具
|
||||
要射了
|
||||
一本道
|
||||
一夜欢
|
||||
一夜情
|
||||
一ye情
|
||||
淫虫
|
||||
淫荡
|
||||
淫电影
|
||||
淫妇
|
||||
淫河
|
||||
淫贱
|
||||
淫叫
|
||||
淫教师
|
||||
阴精
|
||||
淫浪
|
||||
淫媚
|
||||
淫糜
|
||||
淫魔
|
||||
淫母
|
||||
淫女
|
||||
淫虐
|
||||
淫妻
|
||||
淫情
|
||||
淫色
|
||||
淫声浪语
|
||||
淫兽学园
|
||||
淫书
|
||||
淫术炼金士
|
||||
淫水
|
||||
淫娃
|
||||
淫威
|
||||
淫亵
|
||||
淫样
|
||||
淫液
|
||||
淫照
|
||||
阴b
|
||||
幼交
|
||||
幼男
|
||||
欲火
|
||||
欲女
|
||||
玉乳
|
||||
欲仙欲死
|
||||
玉穴
|
||||
原味内衣
|
||||
招鸡
|
||||
抓胸
|
||||
自慰
|
||||
作爱
|
||||
99bb
|
||||
a4u
|
||||
a4y
|
||||
adult
|
||||
amateur
|
||||
anal
|
||||
fuck
|
||||
gay片
|
||||
g点
|
||||
g片
|
||||
hardcore
|
||||
h动画
|
||||
h动漫
|
||||
incest
|
||||
porn
|
||||
secom
|
||||
sexinsex
|
||||
xing伴侣
|
||||
tokyohot
|
||||
yin荡
|
||||
社会主义灭亡
|
||||
喝血社会
|
||||
反共
|
||||
学潮
|
||||
门安天
|
||||
天按门
|
||||
坦克压大学生
|
||||
东突厥斯坦解放组织
|
||||
东突解放组织
|
||||
葬独
|
||||
臧独
|
||||
藏毒
|
||||
藏西
|
||||
胡紧掏
|
||||
湖紧掏
|
||||
胡紧套
|
||||
江蛤蟆
|
||||
江贼
|
||||
江猪
|
||||
供铲党
|
||||
供铲谠
|
||||
供铲裆
|
||||
共残党
|
||||
共残主义
|
||||
狗产蛋
|
||||
共残裆
|
||||
李洪志
|
||||
志洪李
|
||||
李宏志
|
||||
轮功
|
||||
法轮
|
||||
轮法功
|
||||
三去车仑
|
||||
氵去车仑
|
||||
发论工
|
||||
法x功
|
||||
法o功
|
||||
法0功
|
||||
法一轮一功
|
||||
轮子功
|
||||
车仑工力
|
||||
法lun
|
||||
fa轮
|
||||
法lg
|
||||
flg
|
||||
fl功
|
||||
falungong
|
||||
逢8必灾
|
||||
逢八必灾
|
||||
逢9必乱
|
||||
逢九必乱
|
||||
喂奶门
|
||||
摸nai门
|
||||
酒瓶门
|
||||
脱裤门
|
||||
75事件
|
||||
李愚蠢
|
||||
中国猪
|
||||
台湾猪
|
||||
震死他们
|
||||
贱人
|
||||
装b
|
||||
大sb
|
||||
傻b
|
||||
欠干
|
||||
婊子养的
|
||||
我日你
|
||||
我操
|
||||
我草
|
||||
卧艹
|
||||
卧槽
|
||||
爆你菊
|
||||
艹你
|
||||
cao你
|
||||
你他妈
|
||||
真他妈
|
||||
别他吗
|
||||
草你吗
|
||||
草你丫
|
||||
操你妈
|
||||
擦你妈
|
||||
操你娘
|
||||
操他妈
|
||||
日你妈
|
||||
干你妈
|
||||
干你娘
|
||||
娘西皮
|
||||
狗操
|
||||
狗草
|
||||
狗杂种
|
||||
狗日的
|
||||
操你祖宗
|
||||
操你全家
|
||||
操你大爷
|
||||
妈逼
|
||||
你麻痹
|
||||
麻痹的
|
||||
妈了个逼
|
||||
马勒
|
||||
狗娘养
|
||||
贱b
|
||||
下贱
|
||||
死全家
|
||||
全家死光
|
||||
全家不得好死
|
||||
全家死绝
|
||||
sb
|
||||
杀b
|
||||
你吗b
|
||||
你妈的
|
||||
射精
|
||||
屌
|
||||
a片
|
||||
木牛流马的污染比汽车飞机大
|
||||
他们嫌我挡了城市的道路
|
||||
警察我们是为人民服务的
|
||||
做人不能太cctv了
|
||||
领导干部吃王八
|
||||
工商税务两条狼
|
||||
公检法是流氓
|
||||
公安把秩序搞乱
|
||||
剖腹一刀五千几
|
||||
读不起选个学校三万起
|
||||
父母下岗儿下地
|
||||
裙中性运动
|
||||
你妈的
|
||||
我曹
|
||||
我擦
|
||||
我艹
|
||||
我日
|
||||
你 妈 的
|
||||
我、擦
|
||||
我/擦
|
||||
我|擦
|
||||
我 擦
|
||||
我 艹
|
||||
ri你吗
|
||||
日你妈
|
||||
日 你 妈
|
||||
日、你、妈
|
||||
日|你|妈
|
||||
日 你 妈
|
||||
3597
public/static/plug/city.js
Normal file
0
public/static/plug/copy.js
Normal file
269
public/static/plug/daterangepicker/daterangepicker.css
Normal file
@ -0,0 +1,269 @@
|
||||
.daterangepicker {
|
||||
position: absolute;
|
||||
color: inherit;
|
||||
background-color: #fff;
|
||||
border-radius: 4px;
|
||||
width: 278px;
|
||||
padding: 4px;
|
||||
margin-top: 1px;
|
||||
top: 100px;
|
||||
left: 20px;
|
||||
/* Calendars */ }
|
||||
.daterangepicker:before, .daterangepicker:after {
|
||||
position: absolute;
|
||||
display: inline-block;
|
||||
border-bottom-color: rgba(0, 0, 0, 0.2);
|
||||
content: ''; }
|
||||
.daterangepicker:before {
|
||||
top: -7px;
|
||||
border-right: 7px solid transparent;
|
||||
border-left: 7px solid transparent;
|
||||
border-bottom: 7px solid #ccc; }
|
||||
.daterangepicker:after {
|
||||
top: -6px;
|
||||
border-right: 6px solid transparent;
|
||||
border-bottom: 6px solid #fff;
|
||||
border-left: 6px solid transparent; }
|
||||
.daterangepicker.opensleft:before {
|
||||
right: 9px; }
|
||||
.daterangepicker.opensleft:after {
|
||||
right: 10px; }
|
||||
.daterangepicker.openscenter:before {
|
||||
left: 0;
|
||||
right: 0;
|
||||
width: 0;
|
||||
margin-left: auto;
|
||||
margin-right: auto; }
|
||||
.daterangepicker.openscenter:after {
|
||||
left: 0;
|
||||
right: 0;
|
||||
width: 0;
|
||||
margin-left: auto;
|
||||
margin-right: auto; }
|
||||
.daterangepicker.opensright:before {
|
||||
left: 9px; }
|
||||
.daterangepicker.opensright:after {
|
||||
left: 10px; }
|
||||
.daterangepicker.dropup {
|
||||
margin-top: -5px; }
|
||||
.daterangepicker.dropup:before {
|
||||
top: initial;
|
||||
bottom: -7px;
|
||||
border-bottom: initial;
|
||||
border-top: 7px solid #ccc; }
|
||||
.daterangepicker.dropup:after {
|
||||
top: initial;
|
||||
bottom: -6px;
|
||||
border-bottom: initial;
|
||||
border-top: 6px solid #fff; }
|
||||
.daterangepicker.dropdown-menu {
|
||||
max-width: none;
|
||||
z-index: 3001; }
|
||||
.daterangepicker.single .ranges, .daterangepicker.single .calendar {
|
||||
float: none; }
|
||||
.daterangepicker.show-calendar .calendar {
|
||||
display: block; }
|
||||
.daterangepicker .calendar {
|
||||
display: none;
|
||||
max-width: 270px;
|
||||
margin: 4px; }
|
||||
.daterangepicker .calendar.single .calendar-table {
|
||||
border: none; }
|
||||
.daterangepicker .calendar th, .daterangepicker .calendar td {
|
||||
white-space: nowrap;
|
||||
text-align: center;
|
||||
min-width: 32px; }
|
||||
.daterangepicker .calendar-table {
|
||||
border: 1px solid #fff;
|
||||
padding: 4px;
|
||||
border-radius: 4px;
|
||||
background-color: #fff; }
|
||||
.daterangepicker table {
|
||||
width: 100%;
|
||||
margin: 0; }
|
||||
.daterangepicker td, .daterangepicker th {
|
||||
text-align: center;
|
||||
width: 20px;
|
||||
height: 20px;
|
||||
border-radius: 4px;
|
||||
border: 1px solid transparent;
|
||||
white-space: nowrap;
|
||||
cursor: pointer; }
|
||||
.daterangepicker td.available:hover, .daterangepicker th.available:hover {
|
||||
background-color: #eee;
|
||||
border-color: transparent;
|
||||
color: inherit; }
|
||||
.daterangepicker td.week, .daterangepicker th.week {
|
||||
font-size: 80%;
|
||||
color: #ccc; }
|
||||
.daterangepicker td.off, .daterangepicker td.off.in-range, .daterangepicker td.off.start-date, .daterangepicker td.off.end-date {
|
||||
background-color: #fff;
|
||||
border-color: transparent;
|
||||
color: #999; }
|
||||
.daterangepicker td.in-range {
|
||||
background-color: #ebf4f8;
|
||||
border-color: transparent;
|
||||
color: #000;
|
||||
border-radius: 0; }
|
||||
.daterangepicker td.start-date {
|
||||
border-radius: 4px 0 0 4px; }
|
||||
.daterangepicker td.end-date {
|
||||
border-radius: 0 4px 4px 0; }
|
||||
.daterangepicker td.start-date.end-date {
|
||||
border-radius: 4px; }
|
||||
.daterangepicker td.active, .daterangepicker td.active:hover {
|
||||
background-color: #357ebd;
|
||||
border-color: transparent;
|
||||
color: #fff; }
|
||||
.daterangepicker th.month {
|
||||
width: auto; }
|
||||
.daterangepicker td.disabled, .daterangepicker option.disabled {
|
||||
color: #999;
|
||||
cursor: not-allowed;
|
||||
text-decoration: line-through; }
|
||||
.daterangepicker select.monthselect, .daterangepicker select.yearselect {
|
||||
font-size: 12px;
|
||||
padding: 1px;
|
||||
height: auto;
|
||||
margin: 0;
|
||||
cursor: default; }
|
||||
.daterangepicker select.monthselect {
|
||||
margin-right: 2%;
|
||||
width: 56%; }
|
||||
.daterangepicker select.yearselect {
|
||||
width: 40%; }
|
||||
.daterangepicker select.hourselect, .daterangepicker select.minuteselect, .daterangepicker select.secondselect, .daterangepicker select.ampmselect {
|
||||
width: 50px;
|
||||
margin-bottom: 0; }
|
||||
.daterangepicker .input-mini {
|
||||
border: 1px solid #ccc;
|
||||
border-radius: 4px;
|
||||
color: #555;
|
||||
height: 30px;
|
||||
line-height: 30px;
|
||||
display: block;
|
||||
vertical-align: middle;
|
||||
margin: 0 0 5px 0;
|
||||
padding: 0 6px 0 28px;
|
||||
width: 100%; }
|
||||
.daterangepicker .input-mini.active {
|
||||
border: 1px solid #08c;
|
||||
border-radius: 4px; }
|
||||
.daterangepicker .daterangepicker_input {
|
||||
position: relative; }
|
||||
.daterangepicker .daterangepicker_input i {
|
||||
position: absolute;
|
||||
left: 8px;
|
||||
top: 8px; }
|
||||
.daterangepicker.rtl .input-mini {
|
||||
padding-right: 28px;
|
||||
padding-left: 6px; }
|
||||
.daterangepicker.rtl .daterangepicker_input i {
|
||||
left: auto;
|
||||
right: 8px; }
|
||||
.daterangepicker .calendar-time {
|
||||
text-align: center;
|
||||
margin: 5px auto;
|
||||
line-height: 30px;
|
||||
position: relative;
|
||||
padding-left: 28px; }
|
||||
.daterangepicker .calendar-time select.disabled {
|
||||
color: #ccc;
|
||||
cursor: not-allowed; }
|
||||
|
||||
.ranges {
|
||||
font-size: 11px;
|
||||
float: none;
|
||||
margin: 4px;
|
||||
text-align: left; }
|
||||
.ranges ul {
|
||||
list-style: none;
|
||||
margin: 0 auto;
|
||||
padding: 0;
|
||||
width: 100%; }
|
||||
.ranges li {
|
||||
font-size: 13px;
|
||||
background-color: #f5f5f5;
|
||||
border: 1px solid #f5f5f5;
|
||||
border-radius: 4px;
|
||||
color: #08c;
|
||||
padding: 3px 12px;
|
||||
margin-bottom: 8px;
|
||||
cursor: pointer; }
|
||||
.ranges li:hover {
|
||||
background-color: #08c;
|
||||
border: 1px solid #08c;
|
||||
color: #fff; }
|
||||
.ranges li.active {
|
||||
background-color: #08c;
|
||||
border: 1px solid #08c;
|
||||
color: #fff; }
|
||||
|
||||
/* Larger Screen Styling */
|
||||
@media (min-width: 564px) {
|
||||
.daterangepicker {
|
||||
width: auto; }
|
||||
.daterangepicker .ranges ul {
|
||||
width: 160px; }
|
||||
.daterangepicker.single .ranges ul {
|
||||
width: 100%; }
|
||||
.daterangepicker.single .calendar.left {
|
||||
clear: none; }
|
||||
.daterangepicker.single.ltr .ranges, .daterangepicker.single.ltr .calendar {
|
||||
float: left; }
|
||||
.daterangepicker.single.rtl .ranges, .daterangepicker.single.rtl .calendar {
|
||||
float: right; }
|
||||
.daterangepicker.ltr {
|
||||
direction: ltr;
|
||||
text-align: left; }
|
||||
.daterangepicker.ltr .calendar.left {
|
||||
clear: left;
|
||||
margin-right: 0; }
|
||||
.daterangepicker.ltr .calendar.left .calendar-table {
|
||||
border-right: none;
|
||||
border-top-right-radius: 0;
|
||||
border-bottom-right-radius: 0; }
|
||||
.daterangepicker.ltr .calendar.right {
|
||||
margin-left: 0; }
|
||||
.daterangepicker.ltr .calendar.right .calendar-table {
|
||||
border-left: none;
|
||||
border-top-left-radius: 0;
|
||||
border-bottom-left-radius: 0; }
|
||||
.daterangepicker.ltr .left .daterangepicker_input {
|
||||
padding-right: 12px; }
|
||||
.daterangepicker.ltr .calendar.left .calendar-table {
|
||||
padding-right: 12px; }
|
||||
.daterangepicker.ltr .ranges, .daterangepicker.ltr .calendar {
|
||||
float: left; }
|
||||
.daterangepicker.rtl {
|
||||
direction: rtl;
|
||||
text-align: right; }
|
||||
.daterangepicker.rtl .calendar.left {
|
||||
clear: right;
|
||||
margin-left: 0; }
|
||||
.daterangepicker.rtl .calendar.left .calendar-table {
|
||||
border-left: none;
|
||||
border-top-left-radius: 0;
|
||||
border-bottom-left-radius: 0; }
|
||||
.daterangepicker.rtl .calendar.right {
|
||||
margin-right: 0; }
|
||||
.daterangepicker.rtl .calendar.right .calendar-table {
|
||||
border-right: none;
|
||||
border-top-right-radius: 0;
|
||||
border-bottom-right-radius: 0; }
|
||||
.daterangepicker.rtl .left .daterangepicker_input {
|
||||
padding-left: 12px; }
|
||||
.daterangepicker.rtl .calendar.left .calendar-table {
|
||||
padding-left: 12px; }
|
||||
.daterangepicker.rtl .ranges, .daterangepicker.rtl .calendar {
|
||||
text-align: right;
|
||||
float: right; } }
|
||||
@media (min-width: 730px) {
|
||||
.daterangepicker .ranges {
|
||||
width: auto; }
|
||||
.daterangepicker.ltr .ranges {
|
||||
float: left; }
|
||||
.daterangepicker.rtl .ranges {
|
||||
float: right; }
|
||||
.daterangepicker .calendar.left {
|
||||
clear: none !important; } }
|
||||
1628
public/static/plug/daterangepicker/daterangepicker.js
Normal file
1
public/static/plug/echarts.common.min.js
vendored
Normal file
215
public/static/plug/helper.js
Normal file
@ -0,0 +1,215 @@
|
||||
(function(global,factory){
|
||||
typeof define == 'function' && define('helper',[],factory.bind(window));
|
||||
global['$h'] = factory();
|
||||
})(this,function(){
|
||||
var $h = $h || {};
|
||||
$h._errorMsgOptions = {offset: '80%',anim: 2,time:1200,shadeClose:true,shade:'0.1'};
|
||||
$h.returnErrorMsg = function(msg,fn){
|
||||
$h.pushMsg(msg,fn);
|
||||
return false;
|
||||
};
|
||||
$h._loadIndex = null;
|
||||
$h.pushMsg = function(msg,fn){
|
||||
requirejs(['layer'],function(layer){
|
||||
layer.msg(msg.toString(),$h._errorMsgOptions,fn);
|
||||
});
|
||||
};
|
||||
|
||||
$h.pushMsgOnceStatus = false;
|
||||
$h.pushMsgOnce = function(msg,fn){
|
||||
if($h.pushMsgOnceStatus) return ;
|
||||
$h.pushMsgOnceStatus = true;
|
||||
$h.pushMsg(msg,function(){
|
||||
fn && fn();
|
||||
$h.pushMsgOnceStatus = false;
|
||||
});
|
||||
}
|
||||
|
||||
/**
|
||||
* 底部浮动框
|
||||
* @param msg
|
||||
*/
|
||||
$h._promptStyle='<style id="_loading_bounce_style"> #_loading_bounce._prompt_hide{animation:down-hide .25s ease-in; animation-fill-mode: forwards; } #_loading_bounce{z-index: 998;position:fixed;bottom:0;background:#fff;width:100%;height:60px;box-shadow:0 1px 15px rgba(0,0,0,0.17);animation:up-show .25s ease-in}@keyframes up-show{0%{transform:translateY(60px)}100%{transform:translateY(0px)}}@keyframes down-hide{0%{transform:translateY(0px)}100%{transform:translateY(60px)}}#_loading_bounce ._double-container{height: 100%;display: table;position: absolute;width: 30%;left: 44%;} #_loading_bounce ._double-container .double-text{display: table-cell;vertical-align: middle;font-size: 12px;}.double-bounce1,.double-bounce2{width:50px;height:50px;border-radius:50%;background-color:#67CF22;opacity:.6;position:absolute;top:50%;margin-top:-25px;left:26%;-webkit-animation:bounce 2.0s infinite ease-in-out;-moz-animation:bounce 2.0s infinite ease-in-out;-o-animation:bounce 2.0s infinite ease-in-out;animation:bounce 2.0s infinite ease-in-out}.double-bounce2{-webkit-animation-delay:-1.0s;-moz-animation-delay:-1.0s;-o-animation-delay:-1.0s;animation-delay:-1.0s}@keyframes bounce{0%,100%{transform:scale(0.0)}50%{transform:scale(1.0)}}</style>';
|
||||
$h._promptHtml = '<div id="_loading_bounce" class="_prompt_loading"><div class="mop-css-1 double-bounce"><div class="double-bounce1"></div><div class="double-bounce2"></div></div><div class="_double-container"><span class="double-text">请稍等片刻...</span></div></div>';
|
||||
$h.prompt = function(msg){
|
||||
var $body = $('body'),$prompt = $($h._promptHtml);
|
||||
if(!$body.find('#_loading_bounce_style').length)
|
||||
$body.append($h._promptStyle);
|
||||
$prompt.find('.double-text').text(msg);
|
||||
$body.append($prompt);
|
||||
};
|
||||
$h.promptClear = function() {
|
||||
var that = $('._prompt_loading');
|
||||
that.addClass('_prompt_hide');
|
||||
setTimeout(function(){
|
||||
that.remove();
|
||||
},250)
|
||||
};
|
||||
$h.load = function(){
|
||||
if($h._loadIndex !== null) $h.loadClear();
|
||||
requirejs(['layer'],function(layer) {
|
||||
$h._loadIndex = layer.load(2, {shade: 0.3});
|
||||
});
|
||||
};
|
||||
$h.loadFFF = function(){
|
||||
if($h._loadIndex !== null) $h.loadClear();
|
||||
requirejs(['layer'],function(layer) {
|
||||
$h._loadIndex = layer.load(1, {shade: [0.1,'#fff']});
|
||||
});
|
||||
};
|
||||
$h.loadClear = function(){
|
||||
requirejs(['layer'],function(layer){
|
||||
setTimeout(function(){
|
||||
layer.close($h._loadIndex);
|
||||
},250);
|
||||
});
|
||||
};
|
||||
|
||||
$h.uploadFile = function (name,url,successFn,errorFn) {
|
||||
$.ajaxFileUpload({
|
||||
url: url,
|
||||
type: 'post',
|
||||
secureuri: false, //一般设置为false
|
||||
fileElementId: name, // 上传文件的id、name属性名
|
||||
dataType: 'json', //返回值类型,一般设置为json、application/json
|
||||
success:successFn,
|
||||
error: errorFn
|
||||
});
|
||||
};
|
||||
$h.ajaxUploadFile = function (name,url,fnGroup) {
|
||||
fnGroup.start && fnGroup.start();
|
||||
$.ajaxFileUpload({
|
||||
url: url,
|
||||
type: 'POST',
|
||||
secureuri: false, //一般设置为false
|
||||
fileElementId: name, // 上传文件的id、name属性名
|
||||
dataType: 'JSON', //返回值类型,一般设置为json、application/json
|
||||
success:function(res,status){
|
||||
fnGroup.success && fnGroup.success(res,status);
|
||||
fnGroup.end && fnGroup.end(res,status);
|
||||
// var fileInput = $("#"+name),html = fileInput.prop('outerHTML'),p = fileInput.parent();
|
||||
// fileInput.remove();
|
||||
// p.append(html);
|
||||
},
|
||||
error: function(res,status){
|
||||
fnGroup.error && fnGroup.error(res,status);
|
||||
fnGroup.end && fnGroup.end(res,status);
|
||||
}
|
||||
});
|
||||
};
|
||||
|
||||
//除法函数,用来得到精确的除法结果
|
||||
//说明:javascript的除法结果会有误差,在两个浮点数相除的时候会比较明显。这个函数返回较为精确的除法结果。
|
||||
//调用:_h.Div(arg1,arg2)
|
||||
//返回值:arg1除以arg2的精确结果
|
||||
$h.div = function(arg1,arg2){
|
||||
var t1=0,t2=0,r1,r2;
|
||||
try{t1=arg1.toString().split(".")[1].length;}catch(e){}
|
||||
try{t2=arg2.toString().split(".")[1].length;}catch(e){}
|
||||
with(Math){
|
||||
r1=Number(arg1.toString().replace(".",""));
|
||||
r2=Number(arg2.toString().replace(".",""));
|
||||
return (r1/r2)*pow(10,t2-t1);
|
||||
}
|
||||
};
|
||||
//乘法函数,用来得到精确的乘法结果
|
||||
//说明:javascript的乘法结果会有误差,在两个浮点数相乘的时候会比较明显。这个函数返回较为精确的乘法结果。
|
||||
//调用:_h.Mul(arg1,arg2)
|
||||
//返回值:arg1乘以arg2的精确结果
|
||||
$h.Mul = function(arg1,arg2) {
|
||||
var m=0,s1=arg1.toString(),s2=arg2.toString();
|
||||
try{m+=s1.split(".")[1].length}catch(e){}
|
||||
try{m+=s2.split(".")[1].length}catch(e){}
|
||||
return Number(s1.replace(".","")) * Number(s2.replace(".","")) / Math.pow(10,m);
|
||||
};
|
||||
|
||||
//加法函数,用来得到精确的加法结果
|
||||
//说明:javascript的加法结果会有误差,在两个浮点数相加的时候会比较明显。这个函数返回较为精确的加法结果。
|
||||
//调用:_h.Add(arg1,arg2)
|
||||
//返回值:arg1加上arg2的精确结果
|
||||
$h.Add = function(arg1,arg2){
|
||||
var r1,r2,m;
|
||||
try{r1=arg1.toString().split(".")[1].length}catch(e){r1=0}
|
||||
try{r2=arg2.toString().split(".")[1].length}catch(e){r2=0}
|
||||
m=Math.pow(10,Math.max(r1,r2));
|
||||
return (arg1*m+arg2*m)/m;
|
||||
};
|
||||
|
||||
//加法函数,用来得到精确的减法结果
|
||||
//说明:javascript的加法结果会有误差,在两个浮点数相加的时候会比较明显。这个函数返回较为精确的减法结果。
|
||||
//调用:_h.Sub(arg1,arg2)
|
||||
//返回值:arg1减去arg2的精确结果
|
||||
$h.Sub = function(arg1,arg2){
|
||||
var r1,r2,m,n;
|
||||
try{r1=arg1.toString().split(".")[1].length}catch(e){r1=0}
|
||||
try{r2=arg2.toString().split(".")[1].length}catch(e){r2=0}
|
||||
m=Math.pow(10,Math.max(r1,r2));
|
||||
//动态控制精度长度
|
||||
n=(r1>=r2)?r1:r2;
|
||||
return ((arg1*m-arg2*m)/m).toFixed(n);
|
||||
};
|
||||
$h.cookie = function(key,val,time) {
|
||||
if(val == undefined){
|
||||
return _helper.getCookie(key);
|
||||
}else if(val == null){
|
||||
return _helper.delCookie(key);
|
||||
}else{
|
||||
return _helper.setCookie(key,val,time);
|
||||
}
|
||||
};
|
||||
//操作cookie
|
||||
$h.setCookie = function(key,val,time){//设置cookie方法
|
||||
var date=new Date(); //获取当前时间
|
||||
if(!time) time = 1; //将date设置为n天以后的时间
|
||||
date.setTime(date.getTime()+time*24*3600*1000); //格式化为cookie识别的时间
|
||||
document.cookie=key + "=" + val +";expires="+date.toGMTString(); //设置cookie
|
||||
};
|
||||
|
||||
$h.getCookie = function(key) {//获取cookie方法
|
||||
/*获取cookie参数*/
|
||||
var getCookie = document.cookie.replace(/;[ ]/g, ";"); //获取cookie,并且将获得的cookie格式化,去掉空格字符
|
||||
var arrCookie = getCookie.split(";"); //将获得的cookie以"分号"为标识 将cookie保存到arrCookie的数组中
|
||||
var tips; //声明变量tips
|
||||
for (var i = 0; i < arrCookie.length; i++) { //使用for循环查找cookie中的tips变量
|
||||
var arr = arrCookie[i].split("="); //将单条cookie用"等号"为标识,将单条cookie保存为arr数组
|
||||
if (key == arr[0]) { //匹配变量名称,其中arr[0]是指的cookie名称,如果该条变量为tips则执行判断语句中的赋值操作
|
||||
tips = arr[1]; //将cookie的值赋给变量tips
|
||||
break; //终止for循环遍历
|
||||
}
|
||||
}
|
||||
return tips;
|
||||
};
|
||||
|
||||
$h.delCookie = function(key){ //删除cookie方法
|
||||
var date = new Date(); //获取当前时间
|
||||
date.setTime(date.getTime()-10000); //将date设置为过去的时间
|
||||
document.cookie = key + "=v; expires =" +date.toGMTString();//设置cookie
|
||||
};
|
||||
|
||||
$pushCookie = function(key){
|
||||
var data = $h.getCookie(key);
|
||||
$h.delCookie(key);
|
||||
return data;
|
||||
};
|
||||
|
||||
$h.getParmas = function getUrlParam(name) {
|
||||
var reg = new RegExp("(^|&)" + name + "=([^&]*)(&|$)"); //构造一个含有目标参数的正则表达式对象
|
||||
var r = window.location.search.substr(1).match(reg); //匹配目标参数
|
||||
if (r != null) return decodeURI(r[2]); return null; //返回参数值
|
||||
};
|
||||
|
||||
$h.U = function(opt){
|
||||
var m = opt.m || 'wap',c = opt.c || 'public_api', a = opt.a || 'index',q = opt.q || '',p = opt.p || {},_params = '';
|
||||
_params = Object.keys(p).map(function(key){
|
||||
return key+'/'+p[key];
|
||||
}).join('/');
|
||||
return "/index.php/"+m+"/"+c+"/"+a+(_params == '' ? '' : '/'+_params)+(q == '' ? '' : '?'+q);
|
||||
};
|
||||
|
||||
$h.isLogin = function(){
|
||||
return !!$h.getCookie('is_login');
|
||||
};
|
||||
|
||||
return $h;
|
||||
|
||||
});
|
||||
2170
public/static/plug/iscroll5.js
Normal file
32317
public/static/plug/iview/dist/iview.js
vendored
Normal file
1
public/static/plug/iview/dist/iview.min.js
vendored
Normal file
185
public/static/plug/iview/dist/locale/de-DE.js
vendored
Normal file
@ -0,0 +1,185 @@
|
||||
(function webpackUniversalModuleDefinition(root, factory) {
|
||||
if(typeof exports === 'object' && typeof module === 'object')
|
||||
module.exports = factory();
|
||||
else if(typeof define === 'function' && define.amd)
|
||||
define("iview/locale", [], factory);
|
||||
else if(typeof exports === 'object')
|
||||
exports["iview/locale"] = factory();
|
||||
else
|
||||
root["iview/locale"] = factory();
|
||||
})(this, function() {
|
||||
return /******/ (function(modules) { // webpackBootstrap
|
||||
/******/ // The module cache
|
||||
/******/ var installedModules = {};
|
||||
/******/
|
||||
/******/ // The require function
|
||||
/******/ function __webpack_require__(moduleId) {
|
||||
/******/
|
||||
/******/ // Check if module is in cache
|
||||
/******/ if(installedModules[moduleId]) {
|
||||
/******/ return installedModules[moduleId].exports;
|
||||
/******/ }
|
||||
/******/ // Create a new module (and put it into the cache)
|
||||
/******/ var module = installedModules[moduleId] = {
|
||||
/******/ i: moduleId,
|
||||
/******/ l: false,
|
||||
/******/ exports: {}
|
||||
/******/ };
|
||||
/******/
|
||||
/******/ // Execute the module function
|
||||
/******/ modules[moduleId].call(module.exports, module, module.exports, __webpack_require__);
|
||||
/******/
|
||||
/******/ // Flag the module as loaded
|
||||
/******/ module.l = true;
|
||||
/******/
|
||||
/******/ // Return the exports of the module
|
||||
/******/ return module.exports;
|
||||
/******/ }
|
||||
/******/
|
||||
/******/
|
||||
/******/ // expose the modules object (__webpack_modules__)
|
||||
/******/ __webpack_require__.m = modules;
|
||||
/******/
|
||||
/******/ // expose the module cache
|
||||
/******/ __webpack_require__.c = installedModules;
|
||||
/******/
|
||||
/******/ // define getter function for harmony exports
|
||||
/******/ __webpack_require__.d = function(exports, name, getter) {
|
||||
/******/ if(!__webpack_require__.o(exports, name)) {
|
||||
/******/ Object.defineProperty(exports, name, {
|
||||
/******/ configurable: false,
|
||||
/******/ enumerable: true,
|
||||
/******/ get: getter
|
||||
/******/ });
|
||||
/******/ }
|
||||
/******/ };
|
||||
/******/
|
||||
/******/ // getDefaultExport function for compatibility with non-harmony modules
|
||||
/******/ __webpack_require__.n = function(module) {
|
||||
/******/ var getter = module && module.__esModule ?
|
||||
/******/ function getDefault() { return module['default']; } :
|
||||
/******/ function getModuleExports() { return module; };
|
||||
/******/ __webpack_require__.d(getter, 'a', getter);
|
||||
/******/ return getter;
|
||||
/******/ };
|
||||
/******/
|
||||
/******/ // Object.prototype.hasOwnProperty.call
|
||||
/******/ __webpack_require__.o = function(object, property) { return Object.prototype.hasOwnProperty.call(object, property); };
|
||||
/******/
|
||||
/******/ // __webpack_public_path__
|
||||
/******/ __webpack_require__.p = "/dist/locale/";
|
||||
/******/
|
||||
/******/ // Load entry module and return exports
|
||||
/******/ return __webpack_require__(__webpack_require__.s = 0);
|
||||
/******/ })
|
||||
/************************************************************************/
|
||||
/******/ ([
|
||||
/* 0 */
|
||||
/***/ (function(module, exports, __webpack_require__) {
|
||||
|
||||
"use strict";
|
||||
|
||||
|
||||
Object.defineProperty(exports, "__esModule", {
|
||||
value: true
|
||||
});
|
||||
exports.default = {
|
||||
i: {
|
||||
select: {
|
||||
placeholder: 'Auswählen',
|
||||
noMatch: 'Keine Übereinstimmungen',
|
||||
loading: 'Lädt'
|
||||
},
|
||||
table: {
|
||||
noDataText: 'Keine Daten',
|
||||
noFilteredDataText: 'Keine gefilterten Daten',
|
||||
confirmFilter: 'Bestätigen',
|
||||
resetFilter: 'Zurücksetzen',
|
||||
clearFilter: 'Alle'
|
||||
},
|
||||
datepicker: {
|
||||
selectDate: 'Datum auswählen',
|
||||
selectTime: 'Zeit auswählen',
|
||||
startTime: 'Beginn',
|
||||
endTime: 'Ende',
|
||||
clear: 'Leeren',
|
||||
ok: 'OK',
|
||||
month: '',
|
||||
month1: 'Januar',
|
||||
month2: 'Februar',
|
||||
month3: 'März',
|
||||
month4: 'April',
|
||||
month5: 'Mai',
|
||||
month6: 'Juni',
|
||||
month7: 'Juli',
|
||||
month8: 'August',
|
||||
month9: 'September',
|
||||
month10: 'Oktober',
|
||||
month11: 'November',
|
||||
month12: 'Dezember',
|
||||
year: '',
|
||||
weeks: {
|
||||
sun: 'So',
|
||||
mon: 'Mo',
|
||||
tue: 'Di',
|
||||
wed: 'Mi',
|
||||
thu: 'Do',
|
||||
fri: 'Fr',
|
||||
sat: 'Sa'
|
||||
},
|
||||
months: {
|
||||
m1: 'Jan',
|
||||
m2: 'Feb',
|
||||
m3: 'Mär',
|
||||
m4: 'Apr',
|
||||
m5: 'Mai',
|
||||
m6: 'Jun',
|
||||
m7: 'Jul',
|
||||
m8: 'Aug',
|
||||
m9: 'Sep',
|
||||
m10: 'Okt',
|
||||
m11: 'Nov',
|
||||
m12: 'Dez'
|
||||
}
|
||||
},
|
||||
transfer: {
|
||||
titles: {
|
||||
source: 'Quelle',
|
||||
target: 'Ziel'
|
||||
},
|
||||
filterPlaceholder: 'Suchen',
|
||||
notFoundText: 'Nicht gefunden'
|
||||
},
|
||||
modal: {
|
||||
okText: 'OK',
|
||||
cancelText: 'Abbrechen'
|
||||
},
|
||||
poptip: {
|
||||
okText: 'OK',
|
||||
cancelText: 'Abbrechen'
|
||||
},
|
||||
page: {
|
||||
prev: 'Vorherige Seite',
|
||||
next: 'Nächste Seite',
|
||||
total: 'Total',
|
||||
item: 'Eintrag',
|
||||
items: 'Einträge',
|
||||
prev5: 'vorherigen fünf Seiten',
|
||||
next5: 'nächste fünf Seiten',
|
||||
page: '/seite',
|
||||
goto: 'Gehe zu',
|
||||
p: ''
|
||||
},
|
||||
rate: {
|
||||
star: 'Stern',
|
||||
stars: 'Sterne'
|
||||
},
|
||||
tree: {
|
||||
emptyText: 'Keine Daten'
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
/***/ })
|
||||
/******/ ]);
|
||||
});
|
||||
186
public/static/plug/iview/dist/locale/en-US.js
vendored
Normal file
@ -0,0 +1,186 @@
|
||||
(function webpackUniversalModuleDefinition(root, factory) {
|
||||
if(typeof exports === 'object' && typeof module === 'object')
|
||||
module.exports = factory();
|
||||
else if(typeof define === 'function' && define.amd)
|
||||
define("iview/locale", [], factory);
|
||||
else if(typeof exports === 'object')
|
||||
exports["iview/locale"] = factory();
|
||||
else
|
||||
root["iview/locale"] = factory();
|
||||
})(this, function() {
|
||||
return /******/ (function(modules) { // webpackBootstrap
|
||||
/******/ // The module cache
|
||||
/******/ var installedModules = {};
|
||||
/******/
|
||||
/******/ // The require function
|
||||
/******/ function __webpack_require__(moduleId) {
|
||||
/******/
|
||||
/******/ // Check if module is in cache
|
||||
/******/ if(installedModules[moduleId]) {
|
||||
/******/ return installedModules[moduleId].exports;
|
||||
/******/ }
|
||||
/******/ // Create a new module (and put it into the cache)
|
||||
/******/ var module = installedModules[moduleId] = {
|
||||
/******/ i: moduleId,
|
||||
/******/ l: false,
|
||||
/******/ exports: {}
|
||||
/******/ };
|
||||
/******/
|
||||
/******/ // Execute the module function
|
||||
/******/ modules[moduleId].call(module.exports, module, module.exports, __webpack_require__);
|
||||
/******/
|
||||
/******/ // Flag the module as loaded
|
||||
/******/ module.l = true;
|
||||
/******/
|
||||
/******/ // Return the exports of the module
|
||||
/******/ return module.exports;
|
||||
/******/ }
|
||||
/******/
|
||||
/******/
|
||||
/******/ // expose the modules object (__webpack_modules__)
|
||||
/******/ __webpack_require__.m = modules;
|
||||
/******/
|
||||
/******/ // expose the module cache
|
||||
/******/ __webpack_require__.c = installedModules;
|
||||
/******/
|
||||
/******/ // define getter function for harmony exports
|
||||
/******/ __webpack_require__.d = function(exports, name, getter) {
|
||||
/******/ if(!__webpack_require__.o(exports, name)) {
|
||||
/******/ Object.defineProperty(exports, name, {
|
||||
/******/ configurable: false,
|
||||
/******/ enumerable: true,
|
||||
/******/ get: getter
|
||||
/******/ });
|
||||
/******/ }
|
||||
/******/ };
|
||||
/******/
|
||||
/******/ // getDefaultExport function for compatibility with non-harmony modules
|
||||
/******/ __webpack_require__.n = function(module) {
|
||||
/******/ var getter = module && module.__esModule ?
|
||||
/******/ function getDefault() { return module['default']; } :
|
||||
/******/ function getModuleExports() { return module; };
|
||||
/******/ __webpack_require__.d(getter, 'a', getter);
|
||||
/******/ return getter;
|
||||
/******/ };
|
||||
/******/
|
||||
/******/ // Object.prototype.hasOwnProperty.call
|
||||
/******/ __webpack_require__.o = function(object, property) { return Object.prototype.hasOwnProperty.call(object, property); };
|
||||
/******/
|
||||
/******/ // __webpack_public_path__
|
||||
/******/ __webpack_require__.p = "/dist/locale/";
|
||||
/******/
|
||||
/******/ // Load entry module and return exports
|
||||
/******/ return __webpack_require__(__webpack_require__.s = 1);
|
||||
/******/ })
|
||||
/************************************************************************/
|
||||
/******/ ([
|
||||
/* 0 */,
|
||||
/* 1 */
|
||||
/***/ (function(module, exports, __webpack_require__) {
|
||||
|
||||
"use strict";
|
||||
|
||||
|
||||
Object.defineProperty(exports, "__esModule", {
|
||||
value: true
|
||||
});
|
||||
exports.default = {
|
||||
i: {
|
||||
select: {
|
||||
placeholder: 'Select',
|
||||
noMatch: 'No matching data',
|
||||
loading: 'Loading'
|
||||
},
|
||||
table: {
|
||||
noDataText: 'No Data',
|
||||
noFilteredDataText: 'No filter data',
|
||||
confirmFilter: 'Confirm',
|
||||
resetFilter: 'Reset',
|
||||
clearFilter: 'All'
|
||||
},
|
||||
datepicker: {
|
||||
selectDate: 'Select date',
|
||||
selectTime: 'Select time',
|
||||
startTime: 'Start Time',
|
||||
endTime: 'End Time',
|
||||
clear: 'Clear',
|
||||
ok: 'OK',
|
||||
month: '',
|
||||
month1: 'January',
|
||||
month2: 'February',
|
||||
month3: 'March',
|
||||
month4: 'April',
|
||||
month5: 'May',
|
||||
month6: 'June',
|
||||
month7: 'July',
|
||||
month8: 'August',
|
||||
month9: 'September',
|
||||
month10: 'October',
|
||||
month11: 'November',
|
||||
month12: 'December',
|
||||
year: '',
|
||||
weeks: {
|
||||
sun: 'Sun',
|
||||
mon: 'Mon',
|
||||
tue: 'Tue',
|
||||
wed: 'Wed',
|
||||
thu: 'Thu',
|
||||
fri: 'Fri',
|
||||
sat: 'Sat'
|
||||
},
|
||||
months: {
|
||||
m1: 'Jan',
|
||||
m2: 'Feb',
|
||||
m3: 'Mar',
|
||||
m4: 'Apr',
|
||||
m5: 'May',
|
||||
m6: 'Jun',
|
||||
m7: 'Jul',
|
||||
m8: 'Aug',
|
||||
m9: 'Sep',
|
||||
m10: 'Oct',
|
||||
m11: 'Nov',
|
||||
m12: 'Dec'
|
||||
}
|
||||
},
|
||||
transfer: {
|
||||
titles: {
|
||||
source: 'Source',
|
||||
target: 'Target'
|
||||
},
|
||||
filterPlaceholder: 'Search here',
|
||||
notFoundText: 'Not Found'
|
||||
},
|
||||
modal: {
|
||||
okText: 'OK',
|
||||
cancelText: 'Cancel'
|
||||
},
|
||||
poptip: {
|
||||
okText: 'OK',
|
||||
cancelText: 'Cancel'
|
||||
},
|
||||
page: {
|
||||
prev: 'Previous Page',
|
||||
next: 'Next Page',
|
||||
total: 'Total',
|
||||
item: 'item',
|
||||
items: 'items',
|
||||
prev5: 'Previous 5 Pages',
|
||||
next5: 'Next 5 Pages',
|
||||
page: '/page',
|
||||
goto: 'Goto',
|
||||
p: ''
|
||||
},
|
||||
rate: {
|
||||
star: 'Star',
|
||||
stars: 'Stars'
|
||||
},
|
||||
tree: {
|
||||
emptyText: 'No Data'
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
/***/ })
|
||||
/******/ ]);
|
||||
});
|
||||
187
public/static/plug/iview/dist/locale/es-ES.js
vendored
Normal file
@ -0,0 +1,187 @@
|
||||
(function webpackUniversalModuleDefinition(root, factory) {
|
||||
if(typeof exports === 'object' && typeof module === 'object')
|
||||
module.exports = factory();
|
||||
else if(typeof define === 'function' && define.amd)
|
||||
define("iview/locale", [], factory);
|
||||
else if(typeof exports === 'object')
|
||||
exports["iview/locale"] = factory();
|
||||
else
|
||||
root["iview/locale"] = factory();
|
||||
})(this, function() {
|
||||
return /******/ (function(modules) { // webpackBootstrap
|
||||
/******/ // The module cache
|
||||
/******/ var installedModules = {};
|
||||
/******/
|
||||
/******/ // The require function
|
||||
/******/ function __webpack_require__(moduleId) {
|
||||
/******/
|
||||
/******/ // Check if module is in cache
|
||||
/******/ if(installedModules[moduleId]) {
|
||||
/******/ return installedModules[moduleId].exports;
|
||||
/******/ }
|
||||
/******/ // Create a new module (and put it into the cache)
|
||||
/******/ var module = installedModules[moduleId] = {
|
||||
/******/ i: moduleId,
|
||||
/******/ l: false,
|
||||
/******/ exports: {}
|
||||
/******/ };
|
||||
/******/
|
||||
/******/ // Execute the module function
|
||||
/******/ modules[moduleId].call(module.exports, module, module.exports, __webpack_require__);
|
||||
/******/
|
||||
/******/ // Flag the module as loaded
|
||||
/******/ module.l = true;
|
||||
/******/
|
||||
/******/ // Return the exports of the module
|
||||
/******/ return module.exports;
|
||||
/******/ }
|
||||
/******/
|
||||
/******/
|
||||
/******/ // expose the modules object (__webpack_modules__)
|
||||
/******/ __webpack_require__.m = modules;
|
||||
/******/
|
||||
/******/ // expose the module cache
|
||||
/******/ __webpack_require__.c = installedModules;
|
||||
/******/
|
||||
/******/ // define getter function for harmony exports
|
||||
/******/ __webpack_require__.d = function(exports, name, getter) {
|
||||
/******/ if(!__webpack_require__.o(exports, name)) {
|
||||
/******/ Object.defineProperty(exports, name, {
|
||||
/******/ configurable: false,
|
||||
/******/ enumerable: true,
|
||||
/******/ get: getter
|
||||
/******/ });
|
||||
/******/ }
|
||||
/******/ };
|
||||
/******/
|
||||
/******/ // getDefaultExport function for compatibility with non-harmony modules
|
||||
/******/ __webpack_require__.n = function(module) {
|
||||
/******/ var getter = module && module.__esModule ?
|
||||
/******/ function getDefault() { return module['default']; } :
|
||||
/******/ function getModuleExports() { return module; };
|
||||
/******/ __webpack_require__.d(getter, 'a', getter);
|
||||
/******/ return getter;
|
||||
/******/ };
|
||||
/******/
|
||||
/******/ // Object.prototype.hasOwnProperty.call
|
||||
/******/ __webpack_require__.o = function(object, property) { return Object.prototype.hasOwnProperty.call(object, property); };
|
||||
/******/
|
||||
/******/ // __webpack_public_path__
|
||||
/******/ __webpack_require__.p = "/dist/locale/";
|
||||
/******/
|
||||
/******/ // Load entry module and return exports
|
||||
/******/ return __webpack_require__(__webpack_require__.s = 2);
|
||||
/******/ })
|
||||
/************************************************************************/
|
||||
/******/ ({
|
||||
|
||||
/***/ 2:
|
||||
/***/ (function(module, exports, __webpack_require__) {
|
||||
|
||||
"use strict";
|
||||
|
||||
|
||||
Object.defineProperty(exports, "__esModule", {
|
||||
value: true
|
||||
});
|
||||
exports.default = {
|
||||
i: {
|
||||
select: {
|
||||
placeholder: 'Seleccionar',
|
||||
noMatch: 'Sin coincidencias',
|
||||
loading: 'Cargando'
|
||||
},
|
||||
table: {
|
||||
noDataText: 'Sin Datos',
|
||||
noFilteredDataText: 'Sin Datos para el filtro',
|
||||
confirmFilter: 'Aceptar',
|
||||
resetFilter: 'Quitar filtro',
|
||||
clearFilter: 'Todos'
|
||||
},
|
||||
datepicker: {
|
||||
selectDate: 'Seleccionar fecha',
|
||||
selectTime: 'Seleccionar hora',
|
||||
startTime: 'Hora de inicio',
|
||||
endTime: 'Hora de fin',
|
||||
clear: 'Limpiar',
|
||||
ok: 'Aceptar',
|
||||
month: 'Mes',
|
||||
month1: 'Enero',
|
||||
month2: 'Febrero',
|
||||
month3: 'Marzo',
|
||||
month4: 'Abril',
|
||||
month5: 'Mayo',
|
||||
month6: 'Junio',
|
||||
month7: 'Julio',
|
||||
month8: 'Augosto',
|
||||
month9: 'Septiembre',
|
||||
month10: 'Octubre',
|
||||
month11: 'Noviembre',
|
||||
month12: 'Deciembre',
|
||||
year: 'Año',
|
||||
weeks: {
|
||||
sun: 'Domingo',
|
||||
mon: 'Lunes',
|
||||
tue: 'Martes',
|
||||
wed: 'Miércoles',
|
||||
thu: 'Jueves',
|
||||
fri: 'Viernes',
|
||||
sat: 'Sábado'
|
||||
},
|
||||
months: {
|
||||
m1: 'Ene',
|
||||
m2: 'Feb',
|
||||
m3: 'Mar',
|
||||
m4: 'Abr',
|
||||
m5: 'May',
|
||||
m6: 'Jun',
|
||||
m7: 'Jul',
|
||||
m8: 'Ago',
|
||||
m9: 'Sep',
|
||||
m10: 'Oct',
|
||||
m11: 'Nov',
|
||||
m12: 'Dic'
|
||||
}
|
||||
},
|
||||
transfer: {
|
||||
titles: {
|
||||
source: 'Origen',
|
||||
target: 'Destino'
|
||||
},
|
||||
filterPlaceholder: 'Buscar aquí',
|
||||
notFoundText: 'Sin resultados'
|
||||
},
|
||||
modal: {
|
||||
okText: 'Aceptar',
|
||||
cancelText: 'Cancelar'
|
||||
},
|
||||
poptip: {
|
||||
okText: 'Aceptar',
|
||||
cancelText: 'Cancelar'
|
||||
},
|
||||
page: {
|
||||
prev: 'Página Anterior',
|
||||
next: 'Página Siguiente',
|
||||
total: 'Total',
|
||||
item: 'Elemento',
|
||||
items: 'Elementos',
|
||||
prev5: '5 Páginas Anteriores',
|
||||
next5: '5 Páginas Siguientes',
|
||||
page: '/page',
|
||||
goto: 'Ir a',
|
||||
p: ''
|
||||
},
|
||||
rate: {
|
||||
star: 'Estrella',
|
||||
stars: 'Estrellas'
|
||||
},
|
||||
tree: {
|
||||
emptyText: 'Sin Datos'
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
/***/ })
|
||||
|
||||
/******/ });
|
||||
});
|
||||
187
public/static/plug/iview/dist/locale/fr-FR.js
vendored
Normal file
@ -0,0 +1,187 @@
|
||||
(function webpackUniversalModuleDefinition(root, factory) {
|
||||
if(typeof exports === 'object' && typeof module === 'object')
|
||||
module.exports = factory();
|
||||
else if(typeof define === 'function' && define.amd)
|
||||
define("iview/locale", [], factory);
|
||||
else if(typeof exports === 'object')
|
||||
exports["iview/locale"] = factory();
|
||||
else
|
||||
root["iview/locale"] = factory();
|
||||
})(this, function() {
|
||||
return /******/ (function(modules) { // webpackBootstrap
|
||||
/******/ // The module cache
|
||||
/******/ var installedModules = {};
|
||||
/******/
|
||||
/******/ // The require function
|
||||
/******/ function __webpack_require__(moduleId) {
|
||||
/******/
|
||||
/******/ // Check if module is in cache
|
||||
/******/ if(installedModules[moduleId]) {
|
||||
/******/ return installedModules[moduleId].exports;
|
||||
/******/ }
|
||||
/******/ // Create a new module (and put it into the cache)
|
||||
/******/ var module = installedModules[moduleId] = {
|
||||
/******/ i: moduleId,
|
||||
/******/ l: false,
|
||||
/******/ exports: {}
|
||||
/******/ };
|
||||
/******/
|
||||
/******/ // Execute the module function
|
||||
/******/ modules[moduleId].call(module.exports, module, module.exports, __webpack_require__);
|
||||
/******/
|
||||
/******/ // Flag the module as loaded
|
||||
/******/ module.l = true;
|
||||
/******/
|
||||
/******/ // Return the exports of the module
|
||||
/******/ return module.exports;
|
||||
/******/ }
|
||||
/******/
|
||||
/******/
|
||||
/******/ // expose the modules object (__webpack_modules__)
|
||||
/******/ __webpack_require__.m = modules;
|
||||
/******/
|
||||
/******/ // expose the module cache
|
||||
/******/ __webpack_require__.c = installedModules;
|
||||
/******/
|
||||
/******/ // define getter function for harmony exports
|
||||
/******/ __webpack_require__.d = function(exports, name, getter) {
|
||||
/******/ if(!__webpack_require__.o(exports, name)) {
|
||||
/******/ Object.defineProperty(exports, name, {
|
||||
/******/ configurable: false,
|
||||
/******/ enumerable: true,
|
||||
/******/ get: getter
|
||||
/******/ });
|
||||
/******/ }
|
||||
/******/ };
|
||||
/******/
|
||||
/******/ // getDefaultExport function for compatibility with non-harmony modules
|
||||
/******/ __webpack_require__.n = function(module) {
|
||||
/******/ var getter = module && module.__esModule ?
|
||||
/******/ function getDefault() { return module['default']; } :
|
||||
/******/ function getModuleExports() { return module; };
|
||||
/******/ __webpack_require__.d(getter, 'a', getter);
|
||||
/******/ return getter;
|
||||
/******/ };
|
||||
/******/
|
||||
/******/ // Object.prototype.hasOwnProperty.call
|
||||
/******/ __webpack_require__.o = function(object, property) { return Object.prototype.hasOwnProperty.call(object, property); };
|
||||
/******/
|
||||
/******/ // __webpack_public_path__
|
||||
/******/ __webpack_require__.p = "/dist/locale/";
|
||||
/******/
|
||||
/******/ // Load entry module and return exports
|
||||
/******/ return __webpack_require__(__webpack_require__.s = 3);
|
||||
/******/ })
|
||||
/************************************************************************/
|
||||
/******/ ({
|
||||
|
||||
/***/ 3:
|
||||
/***/ (function(module, exports, __webpack_require__) {
|
||||
|
||||
"use strict";
|
||||
|
||||
|
||||
Object.defineProperty(exports, "__esModule", {
|
||||
value: true
|
||||
});
|
||||
exports.default = {
|
||||
i: {
|
||||
select: {
|
||||
placeholder: 'Sélectionnez',
|
||||
noMatch: 'Aucun résultat',
|
||||
loading: 'Chargement'
|
||||
},
|
||||
table: {
|
||||
noDataText: 'Aucune donnée',
|
||||
noFilteredDataText: 'No filter data',
|
||||
confirmFilter: 'Confirmez',
|
||||
resetFilter: 'Reset',
|
||||
clearFilter: 'Tout'
|
||||
},
|
||||
datepicker: {
|
||||
selectDate: 'Sélectionnez une date',
|
||||
selectTime: 'Sélectionnez une heure',
|
||||
startTime: 'Heure de début',
|
||||
endTime: 'Heure de fin',
|
||||
clear: 'Annuler',
|
||||
ok: 'OK',
|
||||
month: '',
|
||||
month1: 'Janvier',
|
||||
month2: 'Février',
|
||||
month3: 'Mars',
|
||||
month4: 'Avril',
|
||||
month5: 'Mai',
|
||||
month6: 'Juin',
|
||||
month7: 'Juillet',
|
||||
month8: 'Août',
|
||||
month9: 'Septembre',
|
||||
month10: 'Octobre',
|
||||
month11: 'Novembre',
|
||||
month12: 'Decembre',
|
||||
year: '',
|
||||
weeks: {
|
||||
sun: 'Dim',
|
||||
mon: 'Lun',
|
||||
tue: 'Mar',
|
||||
wed: 'Mer',
|
||||
thu: 'Jeu',
|
||||
fri: 'Ven',
|
||||
sat: 'Sam'
|
||||
},
|
||||
months: {
|
||||
m1: 'Jan',
|
||||
m2: 'Fev',
|
||||
m3: 'Mar',
|
||||
m4: 'Avr',
|
||||
m5: 'Mai',
|
||||
m6: 'Jun',
|
||||
m7: 'Jul',
|
||||
m8: 'Aoû',
|
||||
m9: 'Sep',
|
||||
m10: 'Oct',
|
||||
m11: 'Nov',
|
||||
m12: 'Déc'
|
||||
}
|
||||
},
|
||||
transfer: {
|
||||
titles: {
|
||||
source: 'Source',
|
||||
target: 'Cible'
|
||||
},
|
||||
filterPlaceholder: 'Recherche',
|
||||
notFoundText: 'Pas de résultat'
|
||||
},
|
||||
modal: {
|
||||
okText: 'OK',
|
||||
cancelText: 'Annuler'
|
||||
},
|
||||
poptip: {
|
||||
okText: 'OK',
|
||||
cancelText: 'Annuler'
|
||||
},
|
||||
page: {
|
||||
prev: 'Page Précédente',
|
||||
next: 'Page Suivante',
|
||||
total: 'Total',
|
||||
item: 'élément',
|
||||
items: 'éléments',
|
||||
prev5: '5 Pages en Avant',
|
||||
next5: '5 Pages en Arrière',
|
||||
page: '/page',
|
||||
goto: 'Aller à',
|
||||
p: ''
|
||||
},
|
||||
rate: {
|
||||
star: 'Étoile',
|
||||
stars: 'Étoiles'
|
||||
},
|
||||
tree: {
|
||||
emptyText: 'Aucune donnée'
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
/***/ })
|
||||
|
||||
/******/ });
|
||||
});
|
||||
187
public/static/plug/iview/dist/locale/id-ID.js
vendored
Normal file
@ -0,0 +1,187 @@
|
||||
(function webpackUniversalModuleDefinition(root, factory) {
|
||||
if(typeof exports === 'object' && typeof module === 'object')
|
||||
module.exports = factory();
|
||||
else if(typeof define === 'function' && define.amd)
|
||||
define("iview/locale", [], factory);
|
||||
else if(typeof exports === 'object')
|
||||
exports["iview/locale"] = factory();
|
||||
else
|
||||
root["iview/locale"] = factory();
|
||||
})(this, function() {
|
||||
return /******/ (function(modules) { // webpackBootstrap
|
||||
/******/ // The module cache
|
||||
/******/ var installedModules = {};
|
||||
/******/
|
||||
/******/ // The require function
|
||||
/******/ function __webpack_require__(moduleId) {
|
||||
/******/
|
||||
/******/ // Check if module is in cache
|
||||
/******/ if(installedModules[moduleId]) {
|
||||
/******/ return installedModules[moduleId].exports;
|
||||
/******/ }
|
||||
/******/ // Create a new module (and put it into the cache)
|
||||
/******/ var module = installedModules[moduleId] = {
|
||||
/******/ i: moduleId,
|
||||
/******/ l: false,
|
||||
/******/ exports: {}
|
||||
/******/ };
|
||||
/******/
|
||||
/******/ // Execute the module function
|
||||
/******/ modules[moduleId].call(module.exports, module, module.exports, __webpack_require__);
|
||||
/******/
|
||||
/******/ // Flag the module as loaded
|
||||
/******/ module.l = true;
|
||||
/******/
|
||||
/******/ // Return the exports of the module
|
||||
/******/ return module.exports;
|
||||
/******/ }
|
||||
/******/
|
||||
/******/
|
||||
/******/ // expose the modules object (__webpack_modules__)
|
||||
/******/ __webpack_require__.m = modules;
|
||||
/******/
|
||||
/******/ // expose the module cache
|
||||
/******/ __webpack_require__.c = installedModules;
|
||||
/******/
|
||||
/******/ // define getter function for harmony exports
|
||||
/******/ __webpack_require__.d = function(exports, name, getter) {
|
||||
/******/ if(!__webpack_require__.o(exports, name)) {
|
||||
/******/ Object.defineProperty(exports, name, {
|
||||
/******/ configurable: false,
|
||||
/******/ enumerable: true,
|
||||
/******/ get: getter
|
||||
/******/ });
|
||||
/******/ }
|
||||
/******/ };
|
||||
/******/
|
||||
/******/ // getDefaultExport function for compatibility with non-harmony modules
|
||||
/******/ __webpack_require__.n = function(module) {
|
||||
/******/ var getter = module && module.__esModule ?
|
||||
/******/ function getDefault() { return module['default']; } :
|
||||
/******/ function getModuleExports() { return module; };
|
||||
/******/ __webpack_require__.d(getter, 'a', getter);
|
||||
/******/ return getter;
|
||||
/******/ };
|
||||
/******/
|
||||
/******/ // Object.prototype.hasOwnProperty.call
|
||||
/******/ __webpack_require__.o = function(object, property) { return Object.prototype.hasOwnProperty.call(object, property); };
|
||||
/******/
|
||||
/******/ // __webpack_public_path__
|
||||
/******/ __webpack_require__.p = "/dist/locale/";
|
||||
/******/
|
||||
/******/ // Load entry module and return exports
|
||||
/******/ return __webpack_require__(__webpack_require__.s = 4);
|
||||
/******/ })
|
||||
/************************************************************************/
|
||||
/******/ ({
|
||||
|
||||
/***/ 4:
|
||||
/***/ (function(module, exports, __webpack_require__) {
|
||||
|
||||
"use strict";
|
||||
|
||||
|
||||
Object.defineProperty(exports, "__esModule", {
|
||||
value: true
|
||||
});
|
||||
exports.default = {
|
||||
i: {
|
||||
select: {
|
||||
placeholder: 'Pilih',
|
||||
noMatch: 'Tidak ada data yang cocok',
|
||||
loading: 'Memuat'
|
||||
},
|
||||
table: {
|
||||
noDataText: 'Tidak ada data',
|
||||
noFilteredDataText: 'Tidak ada data filter',
|
||||
confirmFilter: 'Konfirmasi',
|
||||
resetFilter: 'Tata ulang',
|
||||
clearFilter: 'Semua'
|
||||
},
|
||||
datepicker: {
|
||||
selectDate: 'Pilih tanggal',
|
||||
selectTime: 'Pilih waktu',
|
||||
startTime: 'Waktu Mulai',
|
||||
endTime: 'Waktu Selesai',
|
||||
clear: 'Bersihkan',
|
||||
ok: 'OK',
|
||||
month: '',
|
||||
month1: 'Januari',
|
||||
month2: 'Februari',
|
||||
month3: 'Maret',
|
||||
month4: 'April',
|
||||
month5: 'Mei',
|
||||
month6: 'Juni',
|
||||
month7: 'Juli',
|
||||
month8: 'Agustus',
|
||||
month9: 'September',
|
||||
month10: 'Oktober',
|
||||
month11: 'November',
|
||||
month12: 'Desember',
|
||||
year: '',
|
||||
weeks: {
|
||||
sun: 'Min',
|
||||
mon: 'Sen',
|
||||
tue: 'Sel',
|
||||
wed: 'Rab',
|
||||
thu: 'Kam',
|
||||
fri: 'Jum',
|
||||
sat: 'Sab'
|
||||
},
|
||||
months: {
|
||||
m1: 'Jan',
|
||||
m2: 'Feb',
|
||||
m3: 'Mar',
|
||||
m4: 'Apr',
|
||||
m5: 'Mei',
|
||||
m6: 'Jun',
|
||||
m7: 'Jul',
|
||||
m8: 'Agu',
|
||||
m9: 'Sep',
|
||||
m10: 'Okt',
|
||||
m11: 'Nov',
|
||||
m12: 'Dec'
|
||||
}
|
||||
},
|
||||
transfer: {
|
||||
titles: {
|
||||
source: 'Sumber',
|
||||
target: 'Tujuan'
|
||||
},
|
||||
filterPlaceholder: 'Cari disini',
|
||||
notFoundText: 'Tidak ditemukan'
|
||||
},
|
||||
modal: {
|
||||
okText: 'OK',
|
||||
cancelText: 'Batal'
|
||||
},
|
||||
poptip: {
|
||||
okText: 'OK',
|
||||
cancelText: 'Batal'
|
||||
},
|
||||
page: {
|
||||
prev: 'Halaman Sebelumnya',
|
||||
next: 'Halaman Selanjutnya',
|
||||
total: 'Total',
|
||||
item: 'butir',
|
||||
items: 'butir',
|
||||
prev5: '5 Halaman Sebelumnya',
|
||||
next5: '5 Halaman Selanjutnya',
|
||||
page: '/page',
|
||||
goto: 'Pergi ke',
|
||||
p: ''
|
||||
},
|
||||
rate: {
|
||||
star: 'Star',
|
||||
stars: 'Stars'
|
||||
},
|
||||
tree: {
|
||||
emptyText: 'Tidak ada data'
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
/***/ })
|
||||
|
||||
/******/ });
|
||||
});
|
||||
187
public/static/plug/iview/dist/locale/ja-JP.js
vendored
Normal file
@ -0,0 +1,187 @@
|
||||
(function webpackUniversalModuleDefinition(root, factory) {
|
||||
if(typeof exports === 'object' && typeof module === 'object')
|
||||
module.exports = factory();
|
||||
else if(typeof define === 'function' && define.amd)
|
||||
define("iview/locale", [], factory);
|
||||
else if(typeof exports === 'object')
|
||||
exports["iview/locale"] = factory();
|
||||
else
|
||||
root["iview/locale"] = factory();
|
||||
})(this, function() {
|
||||
return /******/ (function(modules) { // webpackBootstrap
|
||||
/******/ // The module cache
|
||||
/******/ var installedModules = {};
|
||||
/******/
|
||||
/******/ // The require function
|
||||
/******/ function __webpack_require__(moduleId) {
|
||||
/******/
|
||||
/******/ // Check if module is in cache
|
||||
/******/ if(installedModules[moduleId]) {
|
||||
/******/ return installedModules[moduleId].exports;
|
||||
/******/ }
|
||||
/******/ // Create a new module (and put it into the cache)
|
||||
/******/ var module = installedModules[moduleId] = {
|
||||
/******/ i: moduleId,
|
||||
/******/ l: false,
|
||||
/******/ exports: {}
|
||||
/******/ };
|
||||
/******/
|
||||
/******/ // Execute the module function
|
||||
/******/ modules[moduleId].call(module.exports, module, module.exports, __webpack_require__);
|
||||
/******/
|
||||
/******/ // Flag the module as loaded
|
||||
/******/ module.l = true;
|
||||
/******/
|
||||
/******/ // Return the exports of the module
|
||||
/******/ return module.exports;
|
||||
/******/ }
|
||||
/******/
|
||||
/******/
|
||||
/******/ // expose the modules object (__webpack_modules__)
|
||||
/******/ __webpack_require__.m = modules;
|
||||
/******/
|
||||
/******/ // expose the module cache
|
||||
/******/ __webpack_require__.c = installedModules;
|
||||
/******/
|
||||
/******/ // define getter function for harmony exports
|
||||
/******/ __webpack_require__.d = function(exports, name, getter) {
|
||||
/******/ if(!__webpack_require__.o(exports, name)) {
|
||||
/******/ Object.defineProperty(exports, name, {
|
||||
/******/ configurable: false,
|
||||
/******/ enumerable: true,
|
||||
/******/ get: getter
|
||||
/******/ });
|
||||
/******/ }
|
||||
/******/ };
|
||||
/******/
|
||||
/******/ // getDefaultExport function for compatibility with non-harmony modules
|
||||
/******/ __webpack_require__.n = function(module) {
|
||||
/******/ var getter = module && module.__esModule ?
|
||||
/******/ function getDefault() { return module['default']; } :
|
||||
/******/ function getModuleExports() { return module; };
|
||||
/******/ __webpack_require__.d(getter, 'a', getter);
|
||||
/******/ return getter;
|
||||
/******/ };
|
||||
/******/
|
||||
/******/ // Object.prototype.hasOwnProperty.call
|
||||
/******/ __webpack_require__.o = function(object, property) { return Object.prototype.hasOwnProperty.call(object, property); };
|
||||
/******/
|
||||
/******/ // __webpack_public_path__
|
||||
/******/ __webpack_require__.p = "/dist/locale/";
|
||||
/******/
|
||||
/******/ // Load entry module and return exports
|
||||
/******/ return __webpack_require__(__webpack_require__.s = 5);
|
||||
/******/ })
|
||||
/************************************************************************/
|
||||
/******/ ({
|
||||
|
||||
/***/ 5:
|
||||
/***/ (function(module, exports, __webpack_require__) {
|
||||
|
||||
"use strict";
|
||||
|
||||
|
||||
Object.defineProperty(exports, "__esModule", {
|
||||
value: true
|
||||
});
|
||||
exports.default = {
|
||||
i: {
|
||||
select: {
|
||||
placeholder: '選んでください',
|
||||
noMatch: 'マッチするデータなし',
|
||||
loading: 'ロード中'
|
||||
},
|
||||
table: {
|
||||
noDataText: 'データなし',
|
||||
noFilteredDataText: 'スクリーニングしたデータなし',
|
||||
confirmFilter: 'スクリーニング',
|
||||
resetFilter: 'リセット',
|
||||
clearFilter: '全部'
|
||||
},
|
||||
datepicker: {
|
||||
selectDate: '日時を選んでください',
|
||||
selectTime: '時間を選んでください',
|
||||
startTime: 'スタート時間',
|
||||
endTime: '終了時間',
|
||||
clear: 'クリーア',
|
||||
ok: '確定',
|
||||
month: '月',
|
||||
month1: '1 月',
|
||||
month2: '2 月',
|
||||
month3: '3 月',
|
||||
month4: '4 月',
|
||||
month5: '5 月',
|
||||
month6: '6 月',
|
||||
month7: '7 月',
|
||||
month8: '8 月',
|
||||
month9: '9 月',
|
||||
month10: '10 月',
|
||||
month11: '11 月',
|
||||
month12: '12 月',
|
||||
year: '年',
|
||||
weeks: {
|
||||
sun: '日',
|
||||
mon: '月',
|
||||
tue: '火',
|
||||
wed: '水',
|
||||
thu: '木',
|
||||
fri: '金',
|
||||
sat: '土'
|
||||
},
|
||||
months: {
|
||||
m1: '1月',
|
||||
m2: '2月',
|
||||
m3: '3月',
|
||||
m4: '4月',
|
||||
m5: '5月',
|
||||
m6: '6月',
|
||||
m7: '7月',
|
||||
m8: '8月',
|
||||
m9: '9月',
|
||||
m10: '10月',
|
||||
m11: '11月',
|
||||
m12: '12月'
|
||||
}
|
||||
},
|
||||
transfer: {
|
||||
titles: {
|
||||
source: 'ソースリスト',
|
||||
target: 'ターゲットリスト'
|
||||
},
|
||||
filterPlaceholder: '検索内容を入力ください',
|
||||
notFoundText: '内容が見つかってなかった'
|
||||
},
|
||||
modal: {
|
||||
okText: '確定',
|
||||
cancelText: 'キャンセル'
|
||||
},
|
||||
poptip: {
|
||||
okText: '確定',
|
||||
cancelText: 'キャンセル'
|
||||
},
|
||||
page: {
|
||||
prev: '前へ',
|
||||
next: '次へ',
|
||||
total: '全部',
|
||||
item: '件',
|
||||
items: '件',
|
||||
prev5: '前の5ページへ',
|
||||
next5: '次の5ページへ',
|
||||
page: '件/ページ',
|
||||
goto: '',
|
||||
p: 'ページ目へ'
|
||||
},
|
||||
rate: {
|
||||
star: '点',
|
||||
stars: '点'
|
||||
},
|
||||
tree: {
|
||||
emptyText: 'データなし'
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
/***/ })
|
||||
|
||||
/******/ });
|
||||
});
|
||||
187
public/static/plug/iview/dist/locale/ko-KR.js
vendored
Normal file
@ -0,0 +1,187 @@
|
||||
(function webpackUniversalModuleDefinition(root, factory) {
|
||||
if(typeof exports === 'object' && typeof module === 'object')
|
||||
module.exports = factory();
|
||||
else if(typeof define === 'function' && define.amd)
|
||||
define("iview/locale", [], factory);
|
||||
else if(typeof exports === 'object')
|
||||
exports["iview/locale"] = factory();
|
||||
else
|
||||
root["iview/locale"] = factory();
|
||||
})(this, function() {
|
||||
return /******/ (function(modules) { // webpackBootstrap
|
||||
/******/ // The module cache
|
||||
/******/ var installedModules = {};
|
||||
/******/
|
||||
/******/ // The require function
|
||||
/******/ function __webpack_require__(moduleId) {
|
||||
/******/
|
||||
/******/ // Check if module is in cache
|
||||
/******/ if(installedModules[moduleId]) {
|
||||
/******/ return installedModules[moduleId].exports;
|
||||
/******/ }
|
||||
/******/ // Create a new module (and put it into the cache)
|
||||
/******/ var module = installedModules[moduleId] = {
|
||||
/******/ i: moduleId,
|
||||
/******/ l: false,
|
||||
/******/ exports: {}
|
||||
/******/ };
|
||||
/******/
|
||||
/******/ // Execute the module function
|
||||
/******/ modules[moduleId].call(module.exports, module, module.exports, __webpack_require__);
|
||||
/******/
|
||||
/******/ // Flag the module as loaded
|
||||
/******/ module.l = true;
|
||||
/******/
|
||||
/******/ // Return the exports of the module
|
||||
/******/ return module.exports;
|
||||
/******/ }
|
||||
/******/
|
||||
/******/
|
||||
/******/ // expose the modules object (__webpack_modules__)
|
||||
/******/ __webpack_require__.m = modules;
|
||||
/******/
|
||||
/******/ // expose the module cache
|
||||
/******/ __webpack_require__.c = installedModules;
|
||||
/******/
|
||||
/******/ // define getter function for harmony exports
|
||||
/******/ __webpack_require__.d = function(exports, name, getter) {
|
||||
/******/ if(!__webpack_require__.o(exports, name)) {
|
||||
/******/ Object.defineProperty(exports, name, {
|
||||
/******/ configurable: false,
|
||||
/******/ enumerable: true,
|
||||
/******/ get: getter
|
||||
/******/ });
|
||||
/******/ }
|
||||
/******/ };
|
||||
/******/
|
||||
/******/ // getDefaultExport function for compatibility with non-harmony modules
|
||||
/******/ __webpack_require__.n = function(module) {
|
||||
/******/ var getter = module && module.__esModule ?
|
||||
/******/ function getDefault() { return module['default']; } :
|
||||
/******/ function getModuleExports() { return module; };
|
||||
/******/ __webpack_require__.d(getter, 'a', getter);
|
||||
/******/ return getter;
|
||||
/******/ };
|
||||
/******/
|
||||
/******/ // Object.prototype.hasOwnProperty.call
|
||||
/******/ __webpack_require__.o = function(object, property) { return Object.prototype.hasOwnProperty.call(object, property); };
|
||||
/******/
|
||||
/******/ // __webpack_public_path__
|
||||
/******/ __webpack_require__.p = "/dist/locale/";
|
||||
/******/
|
||||
/******/ // Load entry module and return exports
|
||||
/******/ return __webpack_require__(__webpack_require__.s = 6);
|
||||
/******/ })
|
||||
/************************************************************************/
|
||||
/******/ ({
|
||||
|
||||
/***/ 6:
|
||||
/***/ (function(module, exports, __webpack_require__) {
|
||||
|
||||
"use strict";
|
||||
|
||||
|
||||
Object.defineProperty(exports, "__esModule", {
|
||||
value: true
|
||||
});
|
||||
exports.default = {
|
||||
i: {
|
||||
select: {
|
||||
placeholder: '선택',
|
||||
noMatch: '일치하는 데이터 없음',
|
||||
loading: '로딩'
|
||||
},
|
||||
table: {
|
||||
noDataText: '데이터 없음',
|
||||
noFilteredDataText: '필터된 데이터 없음',
|
||||
confirmFilter: '확인',
|
||||
resetFilter: '초기화',
|
||||
clearFilter: '전부'
|
||||
},
|
||||
datepicker: {
|
||||
selectDate: '날짜 선택',
|
||||
selectTime: '시간 선택',
|
||||
startTime: '시작 시간',
|
||||
endTime: '종료 시간',
|
||||
clear: '삭제',
|
||||
ok: '예',
|
||||
month: '월',
|
||||
month1: '1월',
|
||||
month2: '2월',
|
||||
month3: '3월',
|
||||
month4: '4월',
|
||||
month5: '5월',
|
||||
month6: '6월',
|
||||
month7: '7월',
|
||||
month8: '8월',
|
||||
month9: '9월',
|
||||
month10: '10월',
|
||||
month11: '11월',
|
||||
month12: '12월',
|
||||
year: '년',
|
||||
weeks: {
|
||||
sun: '일',
|
||||
mon: '월',
|
||||
tue: '화',
|
||||
wed: '수',
|
||||
thu: '목',
|
||||
fri: '금',
|
||||
sat: '토'
|
||||
},
|
||||
months: {
|
||||
m1: '1월',
|
||||
m2: '2월',
|
||||
m3: '3월',
|
||||
m4: '4월',
|
||||
m5: '5월',
|
||||
m6: '6월',
|
||||
m7: '7월',
|
||||
m8: '8월',
|
||||
m9: '9월',
|
||||
m10: '10월',
|
||||
m11: '11월',
|
||||
m12: '12월'
|
||||
}
|
||||
},
|
||||
transfer: {
|
||||
titles: {
|
||||
source: '소스',
|
||||
target: '타겟'
|
||||
},
|
||||
filterPlaceholder: '여기서 찾기',
|
||||
notFoundText: '아무 것도 찾을 수 없음'
|
||||
},
|
||||
modal: {
|
||||
okText: '예',
|
||||
cancelText: '취소'
|
||||
},
|
||||
poptip: {
|
||||
okText: '예',
|
||||
cancelText: '취소'
|
||||
},
|
||||
page: {
|
||||
prev: '이전 페이지',
|
||||
next: '다음 페이지',
|
||||
total: '전체',
|
||||
item: '항목',
|
||||
items: '항목',
|
||||
prev5: '이전 5 페이지',
|
||||
next5: '다음 5 페이지',
|
||||
page: '/페이지',
|
||||
goto: '이동',
|
||||
p: ''
|
||||
},
|
||||
rate: {
|
||||
star: '중요',
|
||||
stars: '중요'
|
||||
},
|
||||
tree: {
|
||||
emptyText: '데이터 없음'
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
/***/ })
|
||||
|
||||
/******/ });
|
||||
});
|
||||
187
public/static/plug/iview/dist/locale/pt-BR.js
vendored
Normal file
@ -0,0 +1,187 @@
|
||||
(function webpackUniversalModuleDefinition(root, factory) {
|
||||
if(typeof exports === 'object' && typeof module === 'object')
|
||||
module.exports = factory();
|
||||
else if(typeof define === 'function' && define.amd)
|
||||
define("iview/locale", [], factory);
|
||||
else if(typeof exports === 'object')
|
||||
exports["iview/locale"] = factory();
|
||||
else
|
||||
root["iview/locale"] = factory();
|
||||
})(this, function() {
|
||||
return /******/ (function(modules) { // webpackBootstrap
|
||||
/******/ // The module cache
|
||||
/******/ var installedModules = {};
|
||||
/******/
|
||||
/******/ // The require function
|
||||
/******/ function __webpack_require__(moduleId) {
|
||||
/******/
|
||||
/******/ // Check if module is in cache
|
||||
/******/ if(installedModules[moduleId]) {
|
||||
/******/ return installedModules[moduleId].exports;
|
||||
/******/ }
|
||||
/******/ // Create a new module (and put it into the cache)
|
||||
/******/ var module = installedModules[moduleId] = {
|
||||
/******/ i: moduleId,
|
||||
/******/ l: false,
|
||||
/******/ exports: {}
|
||||
/******/ };
|
||||
/******/
|
||||
/******/ // Execute the module function
|
||||
/******/ modules[moduleId].call(module.exports, module, module.exports, __webpack_require__);
|
||||
/******/
|
||||
/******/ // Flag the module as loaded
|
||||
/******/ module.l = true;
|
||||
/******/
|
||||
/******/ // Return the exports of the module
|
||||
/******/ return module.exports;
|
||||
/******/ }
|
||||
/******/
|
||||
/******/
|
||||
/******/ // expose the modules object (__webpack_modules__)
|
||||
/******/ __webpack_require__.m = modules;
|
||||
/******/
|
||||
/******/ // expose the module cache
|
||||
/******/ __webpack_require__.c = installedModules;
|
||||
/******/
|
||||
/******/ // define getter function for harmony exports
|
||||
/******/ __webpack_require__.d = function(exports, name, getter) {
|
||||
/******/ if(!__webpack_require__.o(exports, name)) {
|
||||
/******/ Object.defineProperty(exports, name, {
|
||||
/******/ configurable: false,
|
||||
/******/ enumerable: true,
|
||||
/******/ get: getter
|
||||
/******/ });
|
||||
/******/ }
|
||||
/******/ };
|
||||
/******/
|
||||
/******/ // getDefaultExport function for compatibility with non-harmony modules
|
||||
/******/ __webpack_require__.n = function(module) {
|
||||
/******/ var getter = module && module.__esModule ?
|
||||
/******/ function getDefault() { return module['default']; } :
|
||||
/******/ function getModuleExports() { return module; };
|
||||
/******/ __webpack_require__.d(getter, 'a', getter);
|
||||
/******/ return getter;
|
||||
/******/ };
|
||||
/******/
|
||||
/******/ // Object.prototype.hasOwnProperty.call
|
||||
/******/ __webpack_require__.o = function(object, property) { return Object.prototype.hasOwnProperty.call(object, property); };
|
||||
/******/
|
||||
/******/ // __webpack_public_path__
|
||||
/******/ __webpack_require__.p = "/dist/locale/";
|
||||
/******/
|
||||
/******/ // Load entry module and return exports
|
||||
/******/ return __webpack_require__(__webpack_require__.s = 7);
|
||||
/******/ })
|
||||
/************************************************************************/
|
||||
/******/ ({
|
||||
|
||||
/***/ 7:
|
||||
/***/ (function(module, exports, __webpack_require__) {
|
||||
|
||||
"use strict";
|
||||
|
||||
|
||||
Object.defineProperty(exports, "__esModule", {
|
||||
value: true
|
||||
});
|
||||
exports.default = {
|
||||
i: {
|
||||
select: {
|
||||
placeholder: 'Selecionar',
|
||||
noMatch: 'Não encontrado',
|
||||
loading: 'Carregando'
|
||||
},
|
||||
table: {
|
||||
noDataText: 'Sem dados',
|
||||
noFilteredDataText: 'Sem dados filtrados',
|
||||
confirmFilter: 'Confirmar',
|
||||
resetFilter: 'Limpar',
|
||||
clearFilter: 'Todos'
|
||||
},
|
||||
datepicker: {
|
||||
selectDate: 'Selecione a data',
|
||||
selectTime: 'Selecione a hora',
|
||||
startTime: 'Hora inicial',
|
||||
endTime: 'Hora final',
|
||||
clear: 'Limpar',
|
||||
ok: 'Confirmar',
|
||||
month: 'Mês',
|
||||
month1: 'Janeiro',
|
||||
month2: 'Fevereiro',
|
||||
month3: 'Março',
|
||||
month4: 'Abril',
|
||||
month5: 'Maio',
|
||||
month6: 'Junho',
|
||||
month7: 'Julho',
|
||||
month8: 'Agosto',
|
||||
month9: 'Setembro',
|
||||
month10: 'Outubro',
|
||||
month11: 'Novembro',
|
||||
month12: 'Dezembro',
|
||||
year: 'Ano',
|
||||
weeks: {
|
||||
sun: 'Dom',
|
||||
mon: 'Seg',
|
||||
tue: 'Ter',
|
||||
wed: 'Qua',
|
||||
thu: 'Qui',
|
||||
fri: 'Sex',
|
||||
sat: 'Sáb'
|
||||
},
|
||||
months: {
|
||||
m1: 'Jan',
|
||||
m2: 'Fev',
|
||||
m3: 'Mar',
|
||||
m4: 'Abr',
|
||||
m5: 'Mai',
|
||||
m6: 'Jun',
|
||||
m7: 'Jul',
|
||||
m8: 'Ago',
|
||||
m9: 'Set',
|
||||
m10: 'Out',
|
||||
m11: 'Nov',
|
||||
m12: 'Dez'
|
||||
}
|
||||
},
|
||||
transfer: {
|
||||
titles: {
|
||||
source: 'Origem',
|
||||
target: 'Destino'
|
||||
},
|
||||
filterPlaceholder: 'Pesquise aqui',
|
||||
notFoundText: 'Não encontrado'
|
||||
},
|
||||
modal: {
|
||||
okText: 'Confirmar',
|
||||
cancelText: 'Cancelar'
|
||||
},
|
||||
poptip: {
|
||||
okText: 'Confirmar',
|
||||
cancelText: 'Cancelar'
|
||||
},
|
||||
page: {
|
||||
prev: 'Página Anterior',
|
||||
next: 'Próxima Página',
|
||||
total: 'Total',
|
||||
item: 'item',
|
||||
items: 'itens',
|
||||
prev5: 'Voltar 5 Páginas',
|
||||
next5: 'Avançar 5 Páginas',
|
||||
page: '/page',
|
||||
goto: 'Ir para',
|
||||
p: ''
|
||||
},
|
||||
rate: {
|
||||
star: 'Estrela',
|
||||
stars: 'Estrelas'
|
||||
},
|
||||
tree: {
|
||||
emptyText: 'Sem dados'
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
/***/ })
|
||||
|
||||
/******/ });
|
||||
});
|
||||
187
public/static/plug/iview/dist/locale/pt-PT.js
vendored
Normal file
@ -0,0 +1,187 @@
|
||||
(function webpackUniversalModuleDefinition(root, factory) {
|
||||
if(typeof exports === 'object' && typeof module === 'object')
|
||||
module.exports = factory();
|
||||
else if(typeof define === 'function' && define.amd)
|
||||
define("iview/locale", [], factory);
|
||||
else if(typeof exports === 'object')
|
||||
exports["iview/locale"] = factory();
|
||||
else
|
||||
root["iview/locale"] = factory();
|
||||
})(this, function() {
|
||||
return /******/ (function(modules) { // webpackBootstrap
|
||||
/******/ // The module cache
|
||||
/******/ var installedModules = {};
|
||||
/******/
|
||||
/******/ // The require function
|
||||
/******/ function __webpack_require__(moduleId) {
|
||||
/******/
|
||||
/******/ // Check if module is in cache
|
||||
/******/ if(installedModules[moduleId]) {
|
||||
/******/ return installedModules[moduleId].exports;
|
||||
/******/ }
|
||||
/******/ // Create a new module (and put it into the cache)
|
||||
/******/ var module = installedModules[moduleId] = {
|
||||
/******/ i: moduleId,
|
||||
/******/ l: false,
|
||||
/******/ exports: {}
|
||||
/******/ };
|
||||
/******/
|
||||
/******/ // Execute the module function
|
||||
/******/ modules[moduleId].call(module.exports, module, module.exports, __webpack_require__);
|
||||
/******/
|
||||
/******/ // Flag the module as loaded
|
||||
/******/ module.l = true;
|
||||
/******/
|
||||
/******/ // Return the exports of the module
|
||||
/******/ return module.exports;
|
||||
/******/ }
|
||||
/******/
|
||||
/******/
|
||||
/******/ // expose the modules object (__webpack_modules__)
|
||||
/******/ __webpack_require__.m = modules;
|
||||
/******/
|
||||
/******/ // expose the module cache
|
||||
/******/ __webpack_require__.c = installedModules;
|
||||
/******/
|
||||
/******/ // define getter function for harmony exports
|
||||
/******/ __webpack_require__.d = function(exports, name, getter) {
|
||||
/******/ if(!__webpack_require__.o(exports, name)) {
|
||||
/******/ Object.defineProperty(exports, name, {
|
||||
/******/ configurable: false,
|
||||
/******/ enumerable: true,
|
||||
/******/ get: getter
|
||||
/******/ });
|
||||
/******/ }
|
||||
/******/ };
|
||||
/******/
|
||||
/******/ // getDefaultExport function for compatibility with non-harmony modules
|
||||
/******/ __webpack_require__.n = function(module) {
|
||||
/******/ var getter = module && module.__esModule ?
|
||||
/******/ function getDefault() { return module['default']; } :
|
||||
/******/ function getModuleExports() { return module; };
|
||||
/******/ __webpack_require__.d(getter, 'a', getter);
|
||||
/******/ return getter;
|
||||
/******/ };
|
||||
/******/
|
||||
/******/ // Object.prototype.hasOwnProperty.call
|
||||
/******/ __webpack_require__.o = function(object, property) { return Object.prototype.hasOwnProperty.call(object, property); };
|
||||
/******/
|
||||
/******/ // __webpack_public_path__
|
||||
/******/ __webpack_require__.p = "/dist/locale/";
|
||||
/******/
|
||||
/******/ // Load entry module and return exports
|
||||
/******/ return __webpack_require__(__webpack_require__.s = 8);
|
||||
/******/ })
|
||||
/************************************************************************/
|
||||
/******/ ({
|
||||
|
||||
/***/ 8:
|
||||
/***/ (function(module, exports, __webpack_require__) {
|
||||
|
||||
"use strict";
|
||||
|
||||
|
||||
Object.defineProperty(exports, "__esModule", {
|
||||
value: true
|
||||
});
|
||||
exports.default = {
|
||||
i: {
|
||||
select: {
|
||||
placeholder: 'Selecionar',
|
||||
noMatch: 'Não encontrado',
|
||||
loading: 'A carregar'
|
||||
},
|
||||
table: {
|
||||
noDataText: 'Sem dados',
|
||||
noFilteredDataText: 'Sem dados filtrados',
|
||||
confirmFilter: 'Confirmar',
|
||||
resetFilter: 'Limpar',
|
||||
clearFilter: 'Todos'
|
||||
},
|
||||
datepicker: {
|
||||
selectDate: 'Selecione a data',
|
||||
selectTime: 'Selecione a hora',
|
||||
startTime: 'Hora inicial',
|
||||
endTime: 'Hora final',
|
||||
clear: 'Limpar',
|
||||
ok: 'Confirmar',
|
||||
month: 'Mês',
|
||||
month1: 'Janeiro',
|
||||
month2: 'Fevereiro',
|
||||
month3: 'Março',
|
||||
month4: 'Abril',
|
||||
month5: 'Maio',
|
||||
month6: 'Junho',
|
||||
month7: 'Julho',
|
||||
month8: 'Agosto',
|
||||
month9: 'Setembro',
|
||||
month10: 'Outubro',
|
||||
month11: 'Novembro',
|
||||
month12: 'Dezembro',
|
||||
year: 'Ano',
|
||||
weeks: {
|
||||
sun: 'Dom',
|
||||
mon: 'Seg',
|
||||
tue: 'Ter',
|
||||
wed: 'Qua',
|
||||
thu: 'Qui',
|
||||
fri: 'Sex',
|
||||
sat: 'Sáb'
|
||||
},
|
||||
months: {
|
||||
m1: 'Jan',
|
||||
m2: 'Fev',
|
||||
m3: 'Mar',
|
||||
m4: 'Abr',
|
||||
m5: 'Mai',
|
||||
m6: 'Jun',
|
||||
m7: 'Jul',
|
||||
m8: 'Ago',
|
||||
m9: 'Set',
|
||||
m10: 'Out',
|
||||
m11: 'Nov',
|
||||
m12: 'Dez'
|
||||
}
|
||||
},
|
||||
transfer: {
|
||||
titles: {
|
||||
source: 'Origem',
|
||||
target: 'Destino'
|
||||
},
|
||||
filterPlaceholder: 'Pesquise aqui',
|
||||
notFoundText: 'Não encontrado'
|
||||
},
|
||||
modal: {
|
||||
okText: 'Confirmar',
|
||||
cancelText: 'Cancelar'
|
||||
},
|
||||
poptip: {
|
||||
okText: 'Confirmar',
|
||||
cancelText: 'Cancelar'
|
||||
},
|
||||
page: {
|
||||
prev: 'Página anterior',
|
||||
next: 'Próxima página',
|
||||
total: 'Total',
|
||||
item: 'item',
|
||||
items: 'itens',
|
||||
prev5: 'Voltar 5 páginas',
|
||||
next5: 'Avançar 5 páginas',
|
||||
page: '/page',
|
||||
goto: 'Ir para',
|
||||
p: ''
|
||||
},
|
||||
rate: {
|
||||
star: 'Estrela',
|
||||
stars: 'Estrelas'
|
||||
},
|
||||
tree: {
|
||||
emptyText: 'Sem dados'
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
/***/ })
|
||||
|
||||
/******/ });
|
||||
});
|
||||
187
public/static/plug/iview/dist/locale/ru-RU.js
vendored
Normal file
@ -0,0 +1,187 @@
|
||||
(function webpackUniversalModuleDefinition(root, factory) {
|
||||
if(typeof exports === 'object' && typeof module === 'object')
|
||||
module.exports = factory();
|
||||
else if(typeof define === 'function' && define.amd)
|
||||
define("iview/locale", [], factory);
|
||||
else if(typeof exports === 'object')
|
||||
exports["iview/locale"] = factory();
|
||||
else
|
||||
root["iview/locale"] = factory();
|
||||
})(this, function() {
|
||||
return /******/ (function(modules) { // webpackBootstrap
|
||||
/******/ // The module cache
|
||||
/******/ var installedModules = {};
|
||||
/******/
|
||||
/******/ // The require function
|
||||
/******/ function __webpack_require__(moduleId) {
|
||||
/******/
|
||||
/******/ // Check if module is in cache
|
||||
/******/ if(installedModules[moduleId]) {
|
||||
/******/ return installedModules[moduleId].exports;
|
||||
/******/ }
|
||||
/******/ // Create a new module (and put it into the cache)
|
||||
/******/ var module = installedModules[moduleId] = {
|
||||
/******/ i: moduleId,
|
||||
/******/ l: false,
|
||||
/******/ exports: {}
|
||||
/******/ };
|
||||
/******/
|
||||
/******/ // Execute the module function
|
||||
/******/ modules[moduleId].call(module.exports, module, module.exports, __webpack_require__);
|
||||
/******/
|
||||
/******/ // Flag the module as loaded
|
||||
/******/ module.l = true;
|
||||
/******/
|
||||
/******/ // Return the exports of the module
|
||||
/******/ return module.exports;
|
||||
/******/ }
|
||||
/******/
|
||||
/******/
|
||||
/******/ // expose the modules object (__webpack_modules__)
|
||||
/******/ __webpack_require__.m = modules;
|
||||
/******/
|
||||
/******/ // expose the module cache
|
||||
/******/ __webpack_require__.c = installedModules;
|
||||
/******/
|
||||
/******/ // define getter function for harmony exports
|
||||
/******/ __webpack_require__.d = function(exports, name, getter) {
|
||||
/******/ if(!__webpack_require__.o(exports, name)) {
|
||||
/******/ Object.defineProperty(exports, name, {
|
||||
/******/ configurable: false,
|
||||
/******/ enumerable: true,
|
||||
/******/ get: getter
|
||||
/******/ });
|
||||
/******/ }
|
||||
/******/ };
|
||||
/******/
|
||||
/******/ // getDefaultExport function for compatibility with non-harmony modules
|
||||
/******/ __webpack_require__.n = function(module) {
|
||||
/******/ var getter = module && module.__esModule ?
|
||||
/******/ function getDefault() { return module['default']; } :
|
||||
/******/ function getModuleExports() { return module; };
|
||||
/******/ __webpack_require__.d(getter, 'a', getter);
|
||||
/******/ return getter;
|
||||
/******/ };
|
||||
/******/
|
||||
/******/ // Object.prototype.hasOwnProperty.call
|
||||
/******/ __webpack_require__.o = function(object, property) { return Object.prototype.hasOwnProperty.call(object, property); };
|
||||
/******/
|
||||
/******/ // __webpack_public_path__
|
||||
/******/ __webpack_require__.p = "/dist/locale/";
|
||||
/******/
|
||||
/******/ // Load entry module and return exports
|
||||
/******/ return __webpack_require__(__webpack_require__.s = 9);
|
||||
/******/ })
|
||||
/************************************************************************/
|
||||
/******/ ({
|
||||
|
||||
/***/ 9:
|
||||
/***/ (function(module, exports, __webpack_require__) {
|
||||
|
||||
"use strict";
|
||||
|
||||
|
||||
Object.defineProperty(exports, "__esModule", {
|
||||
value: true
|
||||
});
|
||||
exports.default = {
|
||||
i: {
|
||||
select: {
|
||||
placeholder: 'Выбрать',
|
||||
noMatch: 'Нет соответствующих данных',
|
||||
loading: 'Загрузка'
|
||||
},
|
||||
table: {
|
||||
noDataText: 'Нет данных',
|
||||
noFilteredDataText: 'Нет данных по фильтру',
|
||||
confirmFilter: 'Подтвердить',
|
||||
resetFilter: 'Сброс',
|
||||
clearFilter: 'Все'
|
||||
},
|
||||
datepicker: {
|
||||
selectDate: 'Выбрать дату',
|
||||
selectTime: 'Выбрать время',
|
||||
startTime: 'Начальное время',
|
||||
endTime: 'Конечное время',
|
||||
clear: 'Очистить',
|
||||
ok: 'OK',
|
||||
month: '',
|
||||
month1: 'Январь',
|
||||
month2: 'Февраль',
|
||||
month3: 'Март',
|
||||
month4: 'Апрель',
|
||||
month5: 'Май',
|
||||
month6: 'Июнь',
|
||||
month7: 'Июль',
|
||||
month8: 'Август',
|
||||
month9: 'Сентябрь',
|
||||
month10: 'Октябрь',
|
||||
month11: 'Ноябрь',
|
||||
month12: 'Декабрь',
|
||||
year: '',
|
||||
weeks: {
|
||||
sun: 'Вс',
|
||||
mon: 'Пн',
|
||||
tue: 'Вт',
|
||||
wed: 'Ср',
|
||||
thu: 'Чт',
|
||||
fri: 'Пт',
|
||||
sat: 'Сб'
|
||||
},
|
||||
months: {
|
||||
m1: 'Янв',
|
||||
m2: 'Фев',
|
||||
m3: 'Мар',
|
||||
m4: 'Апр',
|
||||
m5: 'Май',
|
||||
m6: 'Июн',
|
||||
m7: 'Июл',
|
||||
m8: 'Авг',
|
||||
m9: 'Сен',
|
||||
m10: 'Окт',
|
||||
m11: 'Ноя',
|
||||
m12: 'Дек'
|
||||
}
|
||||
},
|
||||
transfer: {
|
||||
titles: {
|
||||
source: 'Источник',
|
||||
target: 'Цель'
|
||||
},
|
||||
filterPlaceholder: 'Искать здесь',
|
||||
notFoundText: 'Не Найдено'
|
||||
},
|
||||
modal: {
|
||||
okText: 'OK',
|
||||
cancelText: 'Отменить'
|
||||
},
|
||||
poptip: {
|
||||
okText: 'OK',
|
||||
cancelText: 'Отменить'
|
||||
},
|
||||
page: {
|
||||
prev: 'Пред. страница',
|
||||
next: 'След. страница',
|
||||
total: 'Всего',
|
||||
item: 'пункт',
|
||||
items: 'пункты',
|
||||
prev5: 'Пред. 5 страниц',
|
||||
next5: 'След. 5 страниц',
|
||||
page: '/page',
|
||||
goto: 'Идти к',
|
||||
p: ''
|
||||
},
|
||||
rate: {
|
||||
star: 'Звезда',
|
||||
stars: 'Звезды'
|
||||
},
|
||||
tree: {
|
||||
emptyText: 'Нет данных'
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
/***/ })
|
||||
|
||||
/******/ });
|
||||
});
|
||||
187
public/static/plug/iview/dist/locale/sv-SE.js
vendored
Normal file
@ -0,0 +1,187 @@
|
||||
(function webpackUniversalModuleDefinition(root, factory) {
|
||||
if(typeof exports === 'object' && typeof module === 'object')
|
||||
module.exports = factory();
|
||||
else if(typeof define === 'function' && define.amd)
|
||||
define("iview/locale", [], factory);
|
||||
else if(typeof exports === 'object')
|
||||
exports["iview/locale"] = factory();
|
||||
else
|
||||
root["iview/locale"] = factory();
|
||||
})(this, function() {
|
||||
return /******/ (function(modules) { // webpackBootstrap
|
||||
/******/ // The module cache
|
||||
/******/ var installedModules = {};
|
||||
/******/
|
||||
/******/ // The require function
|
||||
/******/ function __webpack_require__(moduleId) {
|
||||
/******/
|
||||
/******/ // Check if module is in cache
|
||||
/******/ if(installedModules[moduleId]) {
|
||||
/******/ return installedModules[moduleId].exports;
|
||||
/******/ }
|
||||
/******/ // Create a new module (and put it into the cache)
|
||||
/******/ var module = installedModules[moduleId] = {
|
||||
/******/ i: moduleId,
|
||||
/******/ l: false,
|
||||
/******/ exports: {}
|
||||
/******/ };
|
||||
/******/
|
||||
/******/ // Execute the module function
|
||||
/******/ modules[moduleId].call(module.exports, module, module.exports, __webpack_require__);
|
||||
/******/
|
||||
/******/ // Flag the module as loaded
|
||||
/******/ module.l = true;
|
||||
/******/
|
||||
/******/ // Return the exports of the module
|
||||
/******/ return module.exports;
|
||||
/******/ }
|
||||
/******/
|
||||
/******/
|
||||
/******/ // expose the modules object (__webpack_modules__)
|
||||
/******/ __webpack_require__.m = modules;
|
||||
/******/
|
||||
/******/ // expose the module cache
|
||||
/******/ __webpack_require__.c = installedModules;
|
||||
/******/
|
||||
/******/ // define getter function for harmony exports
|
||||
/******/ __webpack_require__.d = function(exports, name, getter) {
|
||||
/******/ if(!__webpack_require__.o(exports, name)) {
|
||||
/******/ Object.defineProperty(exports, name, {
|
||||
/******/ configurable: false,
|
||||
/******/ enumerable: true,
|
||||
/******/ get: getter
|
||||
/******/ });
|
||||
/******/ }
|
||||
/******/ };
|
||||
/******/
|
||||
/******/ // getDefaultExport function for compatibility with non-harmony modules
|
||||
/******/ __webpack_require__.n = function(module) {
|
||||
/******/ var getter = module && module.__esModule ?
|
||||
/******/ function getDefault() { return module['default']; } :
|
||||
/******/ function getModuleExports() { return module; };
|
||||
/******/ __webpack_require__.d(getter, 'a', getter);
|
||||
/******/ return getter;
|
||||
/******/ };
|
||||
/******/
|
||||
/******/ // Object.prototype.hasOwnProperty.call
|
||||
/******/ __webpack_require__.o = function(object, property) { return Object.prototype.hasOwnProperty.call(object, property); };
|
||||
/******/
|
||||
/******/ // __webpack_public_path__
|
||||
/******/ __webpack_require__.p = "/dist/locale/";
|
||||
/******/
|
||||
/******/ // Load entry module and return exports
|
||||
/******/ return __webpack_require__(__webpack_require__.s = 10);
|
||||
/******/ })
|
||||
/************************************************************************/
|
||||
/******/ ({
|
||||
|
||||
/***/ 10:
|
||||
/***/ (function(module, exports, __webpack_require__) {
|
||||
|
||||
"use strict";
|
||||
|
||||
|
||||
Object.defineProperty(exports, "__esModule", {
|
||||
value: true
|
||||
});
|
||||
exports.default = {
|
||||
i: {
|
||||
select: {
|
||||
placeholder: 'Välj',
|
||||
noMatch: 'Ingen träff',
|
||||
loading: 'Ladar'
|
||||
},
|
||||
table: {
|
||||
noDataText: 'Ingen data',
|
||||
noFilteredDataText: 'Ingen filter data',
|
||||
confirmFilter: 'Bekräfta',
|
||||
resetFilter: 'Återställ filter',
|
||||
clearFilter: 'Rensa filter'
|
||||
},
|
||||
datepicker: {
|
||||
selectDate: 'Välj datum',
|
||||
selectTime: 'Välj tidpunkt',
|
||||
startTime: 'Start tid',
|
||||
endTime: 'Slut tid',
|
||||
clear: 'Rensa',
|
||||
ok: 'Ok',
|
||||
month: 'Månad',
|
||||
month1: 'Januari',
|
||||
month2: 'Februari',
|
||||
month3: 'Mars',
|
||||
month4: 'April',
|
||||
month5: 'Maj',
|
||||
month6: 'Juni',
|
||||
month7: 'Juli',
|
||||
month8: 'Augusti',
|
||||
month9: 'September',
|
||||
month10: 'Oktober',
|
||||
month11: 'November',
|
||||
month12: 'December',
|
||||
year: 'År',
|
||||
weeks: {
|
||||
sun: 'Sön',
|
||||
mon: 'Mån',
|
||||
tue: 'Tis',
|
||||
wed: 'Ons',
|
||||
thu: 'Tor',
|
||||
fri: 'Fre',
|
||||
sat: 'Lör'
|
||||
},
|
||||
months: {
|
||||
m1: 'Jan',
|
||||
m2: 'Feb',
|
||||
m3: 'Mar',
|
||||
m4: 'Apr',
|
||||
m5: 'Maj',
|
||||
m6: 'Jun',
|
||||
m7: 'Jul',
|
||||
m8: 'Aug',
|
||||
m9: 'Sep',
|
||||
m10: 'Okt',
|
||||
m11: 'Nov',
|
||||
m12: 'Dec'
|
||||
}
|
||||
},
|
||||
transfer: {
|
||||
titles: {
|
||||
source: 'Källa',
|
||||
target: 'Mål'
|
||||
},
|
||||
filterPlaceholder: 'Sök här',
|
||||
notFoundText: 'Hittade inte'
|
||||
},
|
||||
modal: {
|
||||
okText: 'Ok',
|
||||
cancelText: 'Avbryt'
|
||||
},
|
||||
poptip: {
|
||||
okText: 'Ok',
|
||||
cancelText: 'Avbryt'
|
||||
},
|
||||
page: {
|
||||
prev: 'Föregående sida',
|
||||
next: 'Nästa sida',
|
||||
total: 'Totalt',
|
||||
item: 'objekt',
|
||||
items: 'objekt',
|
||||
prev5: 'Föregående 5 sidor',
|
||||
next5: 'Nästa 5 sidor',
|
||||
page: '/page',
|
||||
goto: 'Gå till',
|
||||
p: ''
|
||||
},
|
||||
rate: {
|
||||
star: 'Stjärna',
|
||||
stars: 'Stjärnor'
|
||||
},
|
||||
tree: {
|
||||
emptyText: 'Ingen data'
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
/***/ })
|
||||
|
||||
/******/ });
|
||||
});
|
||||
187
public/static/plug/iview/dist/locale/tr-TR.js
vendored
Normal file
@ -0,0 +1,187 @@
|
||||
(function webpackUniversalModuleDefinition(root, factory) {
|
||||
if(typeof exports === 'object' && typeof module === 'object')
|
||||
module.exports = factory();
|
||||
else if(typeof define === 'function' && define.amd)
|
||||
define("iview/locale", [], factory);
|
||||
else if(typeof exports === 'object')
|
||||
exports["iview/locale"] = factory();
|
||||
else
|
||||
root["iview/locale"] = factory();
|
||||
})(this, function() {
|
||||
return /******/ (function(modules) { // webpackBootstrap
|
||||
/******/ // The module cache
|
||||
/******/ var installedModules = {};
|
||||
/******/
|
||||
/******/ // The require function
|
||||
/******/ function __webpack_require__(moduleId) {
|
||||
/******/
|
||||
/******/ // Check if module is in cache
|
||||
/******/ if(installedModules[moduleId]) {
|
||||
/******/ return installedModules[moduleId].exports;
|
||||
/******/ }
|
||||
/******/ // Create a new module (and put it into the cache)
|
||||
/******/ var module = installedModules[moduleId] = {
|
||||
/******/ i: moduleId,
|
||||
/******/ l: false,
|
||||
/******/ exports: {}
|
||||
/******/ };
|
||||
/******/
|
||||
/******/ // Execute the module function
|
||||
/******/ modules[moduleId].call(module.exports, module, module.exports, __webpack_require__);
|
||||
/******/
|
||||
/******/ // Flag the module as loaded
|
||||
/******/ module.l = true;
|
||||
/******/
|
||||
/******/ // Return the exports of the module
|
||||
/******/ return module.exports;
|
||||
/******/ }
|
||||
/******/
|
||||
/******/
|
||||
/******/ // expose the modules object (__webpack_modules__)
|
||||
/******/ __webpack_require__.m = modules;
|
||||
/******/
|
||||
/******/ // expose the module cache
|
||||
/******/ __webpack_require__.c = installedModules;
|
||||
/******/
|
||||
/******/ // define getter function for harmony exports
|
||||
/******/ __webpack_require__.d = function(exports, name, getter) {
|
||||
/******/ if(!__webpack_require__.o(exports, name)) {
|
||||
/******/ Object.defineProperty(exports, name, {
|
||||
/******/ configurable: false,
|
||||
/******/ enumerable: true,
|
||||
/******/ get: getter
|
||||
/******/ });
|
||||
/******/ }
|
||||
/******/ };
|
||||
/******/
|
||||
/******/ // getDefaultExport function for compatibility with non-harmony modules
|
||||
/******/ __webpack_require__.n = function(module) {
|
||||
/******/ var getter = module && module.__esModule ?
|
||||
/******/ function getDefault() { return module['default']; } :
|
||||
/******/ function getModuleExports() { return module; };
|
||||
/******/ __webpack_require__.d(getter, 'a', getter);
|
||||
/******/ return getter;
|
||||
/******/ };
|
||||
/******/
|
||||
/******/ // Object.prototype.hasOwnProperty.call
|
||||
/******/ __webpack_require__.o = function(object, property) { return Object.prototype.hasOwnProperty.call(object, property); };
|
||||
/******/
|
||||
/******/ // __webpack_public_path__
|
||||
/******/ __webpack_require__.p = "/dist/locale/";
|
||||
/******/
|
||||
/******/ // Load entry module and return exports
|
||||
/******/ return __webpack_require__(__webpack_require__.s = 11);
|
||||
/******/ })
|
||||
/************************************************************************/
|
||||
/******/ ({
|
||||
|
||||
/***/ 11:
|
||||
/***/ (function(module, exports, __webpack_require__) {
|
||||
|
||||
"use strict";
|
||||
|
||||
|
||||
Object.defineProperty(exports, "__esModule", {
|
||||
value: true
|
||||
});
|
||||
exports.default = {
|
||||
i: {
|
||||
select: {
|
||||
placeholder: 'Seç',
|
||||
noMatch: 'Eşleşen veri yok',
|
||||
loading: 'yükleme'
|
||||
},
|
||||
table: {
|
||||
noDataText: 'Veri Yok',
|
||||
noFilteredDataText: 'Süzülen veri yok',
|
||||
confirmFilter: 'Onayla',
|
||||
resetFilter: 'Sıfırla',
|
||||
clearFilter: 'Hepsi'
|
||||
},
|
||||
datepicker: {
|
||||
selectDate: 'Tarih seç',
|
||||
selectTime: 'Zaman seç',
|
||||
startTime: 'Başlangıç',
|
||||
endTime: 'Bitişe',
|
||||
clear: 'Temizle',
|
||||
ok: 'Tamam',
|
||||
month: '',
|
||||
month1: 'Ocak',
|
||||
month2: 'Şubat',
|
||||
month3: 'Mart',
|
||||
month4: 'Nisan',
|
||||
month5: 'Mayıs',
|
||||
month6: 'Haziran',
|
||||
month7: 'Temmuz',
|
||||
month8: 'Ağustos',
|
||||
month9: 'Eylül',
|
||||
month10: 'Ekim',
|
||||
month11: 'Kasım',
|
||||
month12: 'Aralık',
|
||||
year: '',
|
||||
weeks: {
|
||||
sun: 'Paz',
|
||||
mon: 'Pzt',
|
||||
tue: 'Sal',
|
||||
wed: 'Çar',
|
||||
thu: 'Per',
|
||||
fri: 'Cum',
|
||||
sat: 'Cmt'
|
||||
},
|
||||
months: {
|
||||
m1: 'Oca',
|
||||
m2: 'Şub',
|
||||
m3: 'Mar',
|
||||
m4: 'Nis',
|
||||
m5: 'May',
|
||||
m6: 'Haz',
|
||||
m7: 'Tem',
|
||||
m8: 'Ağu',
|
||||
m9: 'Eyl',
|
||||
m10: 'Ekm',
|
||||
m11: 'Kas',
|
||||
m12: 'Ara'
|
||||
}
|
||||
},
|
||||
transfer: {
|
||||
titles: {
|
||||
source: 'Kaynak',
|
||||
target: 'Hedef'
|
||||
},
|
||||
filterPlaceholder: 'Arama yapın',
|
||||
notFoundText: 'Bulunamadı'
|
||||
},
|
||||
modal: {
|
||||
okText: 'Tamam',
|
||||
cancelText: 'İptal'
|
||||
},
|
||||
poptip: {
|
||||
okText: 'Tamam',
|
||||
cancelText: 'İptal'
|
||||
},
|
||||
page: {
|
||||
prev: 'Önceki',
|
||||
next: 'Sonraki',
|
||||
total: 'Toplam',
|
||||
item: 'öğe',
|
||||
items: 'öğeler',
|
||||
prev5: 'Önceki 5 Sayfa',
|
||||
next5: 'Sonraki 5 Sayfa',
|
||||
page: '/sayfa',
|
||||
goto: 'Git',
|
||||
p: ''
|
||||
},
|
||||
rate: {
|
||||
star: 'Yıldız',
|
||||
stars: 'Yıldız'
|
||||
},
|
||||
tree: {
|
||||
emptyText: 'Veri Yok'
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
/***/ })
|
||||
|
||||
/******/ });
|
||||
});
|
||||
187
public/static/plug/iview/dist/locale/vi-VN.js
vendored
Normal file
@ -0,0 +1,187 @@
|
||||
(function webpackUniversalModuleDefinition(root, factory) {
|
||||
if(typeof exports === 'object' && typeof module === 'object')
|
||||
module.exports = factory();
|
||||
else if(typeof define === 'function' && define.amd)
|
||||
define("iview/locale", [], factory);
|
||||
else if(typeof exports === 'object')
|
||||
exports["iview/locale"] = factory();
|
||||
else
|
||||
root["iview/locale"] = factory();
|
||||
})(this, function() {
|
||||
return /******/ (function(modules) { // webpackBootstrap
|
||||
/******/ // The module cache
|
||||
/******/ var installedModules = {};
|
||||
/******/
|
||||
/******/ // The require function
|
||||
/******/ function __webpack_require__(moduleId) {
|
||||
/******/
|
||||
/******/ // Check if module is in cache
|
||||
/******/ if(installedModules[moduleId]) {
|
||||
/******/ return installedModules[moduleId].exports;
|
||||
/******/ }
|
||||
/******/ // Create a new module (and put it into the cache)
|
||||
/******/ var module = installedModules[moduleId] = {
|
||||
/******/ i: moduleId,
|
||||
/******/ l: false,
|
||||
/******/ exports: {}
|
||||
/******/ };
|
||||
/******/
|
||||
/******/ // Execute the module function
|
||||
/******/ modules[moduleId].call(module.exports, module, module.exports, __webpack_require__);
|
||||
/******/
|
||||
/******/ // Flag the module as loaded
|
||||
/******/ module.l = true;
|
||||
/******/
|
||||
/******/ // Return the exports of the module
|
||||
/******/ return module.exports;
|
||||
/******/ }
|
||||
/******/
|
||||
/******/
|
||||
/******/ // expose the modules object (__webpack_modules__)
|
||||
/******/ __webpack_require__.m = modules;
|
||||
/******/
|
||||
/******/ // expose the module cache
|
||||
/******/ __webpack_require__.c = installedModules;
|
||||
/******/
|
||||
/******/ // define getter function for harmony exports
|
||||
/******/ __webpack_require__.d = function(exports, name, getter) {
|
||||
/******/ if(!__webpack_require__.o(exports, name)) {
|
||||
/******/ Object.defineProperty(exports, name, {
|
||||
/******/ configurable: false,
|
||||
/******/ enumerable: true,
|
||||
/******/ get: getter
|
||||
/******/ });
|
||||
/******/ }
|
||||
/******/ };
|
||||
/******/
|
||||
/******/ // getDefaultExport function for compatibility with non-harmony modules
|
||||
/******/ __webpack_require__.n = function(module) {
|
||||
/******/ var getter = module && module.__esModule ?
|
||||
/******/ function getDefault() { return module['default']; } :
|
||||
/******/ function getModuleExports() { return module; };
|
||||
/******/ __webpack_require__.d(getter, 'a', getter);
|
||||
/******/ return getter;
|
||||
/******/ };
|
||||
/******/
|
||||
/******/ // Object.prototype.hasOwnProperty.call
|
||||
/******/ __webpack_require__.o = function(object, property) { return Object.prototype.hasOwnProperty.call(object, property); };
|
||||
/******/
|
||||
/******/ // __webpack_public_path__
|
||||
/******/ __webpack_require__.p = "/dist/locale/";
|
||||
/******/
|
||||
/******/ // Load entry module and return exports
|
||||
/******/ return __webpack_require__(__webpack_require__.s = 12);
|
||||
/******/ })
|
||||
/************************************************************************/
|
||||
/******/ ({
|
||||
|
||||
/***/ 12:
|
||||
/***/ (function(module, exports, __webpack_require__) {
|
||||
|
||||
"use strict";
|
||||
|
||||
|
||||
Object.defineProperty(exports, "__esModule", {
|
||||
value: true
|
||||
});
|
||||
exports.default = {
|
||||
i: {
|
||||
select: {
|
||||
placeholder: 'Chọn',
|
||||
noMatch: 'Không tìm thấy',
|
||||
loading: 'Đang tải'
|
||||
},
|
||||
table: {
|
||||
noDataText: 'Không có dữ liệu',
|
||||
noFilteredDataText: 'Không có dữ liệu lọc',
|
||||
confirmFilter: 'Xác nhận',
|
||||
resetFilter: 'Làm lại',
|
||||
clearFilter: 'Xóa hết'
|
||||
},
|
||||
datepicker: {
|
||||
selectDate: 'Chọn ngày',
|
||||
selectTime: 'Chọn giờ',
|
||||
startTime: 'Ngày bắt đầu',
|
||||
endTime: 'Ngày kết thúc',
|
||||
clear: 'Xóa',
|
||||
ok: 'Đồng ý',
|
||||
month: '',
|
||||
month1: 'Tháng 1',
|
||||
month2: 'Tháng 2',
|
||||
month3: 'Tháng 3',
|
||||
month4: 'Tháng 4',
|
||||
month5: 'Tháng 5',
|
||||
month6: 'Tháng 6',
|
||||
month7: 'Tháng 7',
|
||||
month8: 'Tháng 8',
|
||||
month9: 'Tháng 9',
|
||||
month10: 'Tháng 10',
|
||||
month11: 'Tháng 11',
|
||||
month12: 'Tháng 12',
|
||||
year: '',
|
||||
weeks: {
|
||||
sun: 'CN',
|
||||
mon: 'T2',
|
||||
tue: 'T3',
|
||||
wed: 'T4',
|
||||
thu: 'T5',
|
||||
fri: 'T6',
|
||||
sat: 'T7'
|
||||
},
|
||||
months: {
|
||||
m1: 'Th.1',
|
||||
m2: 'Th.2',
|
||||
m3: 'Th.3',
|
||||
m4: 'Th.4',
|
||||
m5: 'Th.5',
|
||||
m6: 'Th.6',
|
||||
m7: 'Th.7',
|
||||
m8: 'Th.8',
|
||||
m9: 'Th.9',
|
||||
m10: 'Th.10',
|
||||
m11: 'Th.11',
|
||||
m12: 'Th.12'
|
||||
}
|
||||
},
|
||||
transfer: {
|
||||
titles: {
|
||||
source: 'Nguồn',
|
||||
target: 'Đích'
|
||||
},
|
||||
filterPlaceholder: 'Nhập từ khóa',
|
||||
notFoundText: 'Không tìm thấy'
|
||||
},
|
||||
modal: {
|
||||
okText: 'Đồng ý',
|
||||
cancelText: 'Hủy bỏ'
|
||||
},
|
||||
poptip: {
|
||||
okText: 'Đồng ý',
|
||||
cancelText: 'Hủy bỏ'
|
||||
},
|
||||
page: {
|
||||
prev: 'Trang trước',
|
||||
next: 'Trang kế',
|
||||
total: 'Tổng',
|
||||
item: 'kết quả',
|
||||
items: 'kết quả',
|
||||
prev5: '5 trang trước',
|
||||
next5: '5 trang kế',
|
||||
page: '/trang',
|
||||
goto: 'Tới trang',
|
||||
p: ''
|
||||
},
|
||||
rate: {
|
||||
star: 'Sao',
|
||||
stars: 'Sao'
|
||||
},
|
||||
tree: {
|
||||
emptyText: 'Không có dữ liệu'
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
/***/ })
|
||||
|
||||
/******/ });
|
||||
});
|
||||
187
public/static/plug/iview/dist/locale/zh-CN.js
vendored
Normal file
@ -0,0 +1,187 @@
|
||||
(function webpackUniversalModuleDefinition(root, factory) {
|
||||
if(typeof exports === 'object' && typeof module === 'object')
|
||||
module.exports = factory();
|
||||
else if(typeof define === 'function' && define.amd)
|
||||
define("iview/locale", [], factory);
|
||||
else if(typeof exports === 'object')
|
||||
exports["iview/locale"] = factory();
|
||||
else
|
||||
root["iview/locale"] = factory();
|
||||
})(this, function() {
|
||||
return /******/ (function(modules) { // webpackBootstrap
|
||||
/******/ // The module cache
|
||||
/******/ var installedModules = {};
|
||||
/******/
|
||||
/******/ // The require function
|
||||
/******/ function __webpack_require__(moduleId) {
|
||||
/******/
|
||||
/******/ // Check if module is in cache
|
||||
/******/ if(installedModules[moduleId]) {
|
||||
/******/ return installedModules[moduleId].exports;
|
||||
/******/ }
|
||||
/******/ // Create a new module (and put it into the cache)
|
||||
/******/ var module = installedModules[moduleId] = {
|
||||
/******/ i: moduleId,
|
||||
/******/ l: false,
|
||||
/******/ exports: {}
|
||||
/******/ };
|
||||
/******/
|
||||
/******/ // Execute the module function
|
||||
/******/ modules[moduleId].call(module.exports, module, module.exports, __webpack_require__);
|
||||
/******/
|
||||
/******/ // Flag the module as loaded
|
||||
/******/ module.l = true;
|
||||
/******/
|
||||
/******/ // Return the exports of the module
|
||||
/******/ return module.exports;
|
||||
/******/ }
|
||||
/******/
|
||||
/******/
|
||||
/******/ // expose the modules object (__webpack_modules__)
|
||||
/******/ __webpack_require__.m = modules;
|
||||
/******/
|
||||
/******/ // expose the module cache
|
||||
/******/ __webpack_require__.c = installedModules;
|
||||
/******/
|
||||
/******/ // define getter function for harmony exports
|
||||
/******/ __webpack_require__.d = function(exports, name, getter) {
|
||||
/******/ if(!__webpack_require__.o(exports, name)) {
|
||||
/******/ Object.defineProperty(exports, name, {
|
||||
/******/ configurable: false,
|
||||
/******/ enumerable: true,
|
||||
/******/ get: getter
|
||||
/******/ });
|
||||
/******/ }
|
||||
/******/ };
|
||||
/******/
|
||||
/******/ // getDefaultExport function for compatibility with non-harmony modules
|
||||
/******/ __webpack_require__.n = function(module) {
|
||||
/******/ var getter = module && module.__esModule ?
|
||||
/******/ function getDefault() { return module['default']; } :
|
||||
/******/ function getModuleExports() { return module; };
|
||||
/******/ __webpack_require__.d(getter, 'a', getter);
|
||||
/******/ return getter;
|
||||
/******/ };
|
||||
/******/
|
||||
/******/ // Object.prototype.hasOwnProperty.call
|
||||
/******/ __webpack_require__.o = function(object, property) { return Object.prototype.hasOwnProperty.call(object, property); };
|
||||
/******/
|
||||
/******/ // __webpack_public_path__
|
||||
/******/ __webpack_require__.p = "/dist/locale/";
|
||||
/******/
|
||||
/******/ // Load entry module and return exports
|
||||
/******/ return __webpack_require__(__webpack_require__.s = 13);
|
||||
/******/ })
|
||||
/************************************************************************/
|
||||
/******/ ({
|
||||
|
||||
/***/ 13:
|
||||
/***/ (function(module, exports, __webpack_require__) {
|
||||
|
||||
"use strict";
|
||||
|
||||
|
||||
Object.defineProperty(exports, "__esModule", {
|
||||
value: true
|
||||
});
|
||||
exports.default = {
|
||||
i: {
|
||||
select: {
|
||||
placeholder: '请选择',
|
||||
noMatch: '无匹配数据',
|
||||
loading: '加载中'
|
||||
},
|
||||
table: {
|
||||
noDataText: '暂无数据',
|
||||
noFilteredDataText: '暂无筛选结果',
|
||||
confirmFilter: '筛选',
|
||||
resetFilter: '重置',
|
||||
clearFilter: '全部'
|
||||
},
|
||||
datepicker: {
|
||||
selectDate: '选择日期',
|
||||
selectTime: '选择时间',
|
||||
startTime: '开始时间',
|
||||
endTime: '结束时间',
|
||||
clear: '清空',
|
||||
ok: '确定',
|
||||
month: '月',
|
||||
month1: '1 月',
|
||||
month2: '2 月',
|
||||
month3: '3 月',
|
||||
month4: '4 月',
|
||||
month5: '5 月',
|
||||
month6: '6 月',
|
||||
month7: '7 月',
|
||||
month8: '8 月',
|
||||
month9: '9 月',
|
||||
month10: '10 月',
|
||||
month11: '11 月',
|
||||
month12: '12 月',
|
||||
year: '年',
|
||||
weeks: {
|
||||
sun: '日',
|
||||
mon: '一',
|
||||
tue: '二',
|
||||
wed: '三',
|
||||
thu: '四',
|
||||
fri: '五',
|
||||
sat: '六'
|
||||
},
|
||||
months: {
|
||||
m1: '1月',
|
||||
m2: '2月',
|
||||
m3: '3月',
|
||||
m4: '4月',
|
||||
m5: '5月',
|
||||
m6: '6月',
|
||||
m7: '7月',
|
||||
m8: '8月',
|
||||
m9: '9月',
|
||||
m10: '10月',
|
||||
m11: '11月',
|
||||
m12: '12月'
|
||||
}
|
||||
},
|
||||
transfer: {
|
||||
titles: {
|
||||
source: '源列表',
|
||||
target: '目的列表'
|
||||
},
|
||||
filterPlaceholder: '请输入搜索内容',
|
||||
notFoundText: '列表为空'
|
||||
},
|
||||
modal: {
|
||||
okText: '确定',
|
||||
cancelText: '取消'
|
||||
},
|
||||
poptip: {
|
||||
okText: '确定',
|
||||
cancelText: '取消'
|
||||
},
|
||||
page: {
|
||||
prev: '上一页',
|
||||
next: '下一页',
|
||||
total: '共',
|
||||
item: '条',
|
||||
items: '条',
|
||||
prev5: '向前 5 页',
|
||||
next5: '向后 5 页',
|
||||
page: '条/页',
|
||||
goto: '跳至',
|
||||
p: '页'
|
||||
},
|
||||
rate: {
|
||||
star: '星',
|
||||
stars: '星'
|
||||
},
|
||||
tree: {
|
||||
emptyText: '暂无数据'
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
/***/ })
|
||||
|
||||
/******/ });
|
||||
});
|
||||
187
public/static/plug/iview/dist/locale/zh-TW.js
vendored
Normal file
@ -0,0 +1,187 @@
|
||||
(function webpackUniversalModuleDefinition(root, factory) {
|
||||
if(typeof exports === 'object' && typeof module === 'object')
|
||||
module.exports = factory();
|
||||
else if(typeof define === 'function' && define.amd)
|
||||
define("iview/locale", [], factory);
|
||||
else if(typeof exports === 'object')
|
||||
exports["iview/locale"] = factory();
|
||||
else
|
||||
root["iview/locale"] = factory();
|
||||
})(this, function() {
|
||||
return /******/ (function(modules) { // webpackBootstrap
|
||||
/******/ // The module cache
|
||||
/******/ var installedModules = {};
|
||||
/******/
|
||||
/******/ // The require function
|
||||
/******/ function __webpack_require__(moduleId) {
|
||||
/******/
|
||||
/******/ // Check if module is in cache
|
||||
/******/ if(installedModules[moduleId]) {
|
||||
/******/ return installedModules[moduleId].exports;
|
||||
/******/ }
|
||||
/******/ // Create a new module (and put it into the cache)
|
||||
/******/ var module = installedModules[moduleId] = {
|
||||
/******/ i: moduleId,
|
||||
/******/ l: false,
|
||||
/******/ exports: {}
|
||||
/******/ };
|
||||
/******/
|
||||
/******/ // Execute the module function
|
||||
/******/ modules[moduleId].call(module.exports, module, module.exports, __webpack_require__);
|
||||
/******/
|
||||
/******/ // Flag the module as loaded
|
||||
/******/ module.l = true;
|
||||
/******/
|
||||
/******/ // Return the exports of the module
|
||||
/******/ return module.exports;
|
||||
/******/ }
|
||||
/******/
|
||||
/******/
|
||||
/******/ // expose the modules object (__webpack_modules__)
|
||||
/******/ __webpack_require__.m = modules;
|
||||
/******/
|
||||
/******/ // expose the module cache
|
||||
/******/ __webpack_require__.c = installedModules;
|
||||
/******/
|
||||
/******/ // define getter function for harmony exports
|
||||
/******/ __webpack_require__.d = function(exports, name, getter) {
|
||||
/******/ if(!__webpack_require__.o(exports, name)) {
|
||||
/******/ Object.defineProperty(exports, name, {
|
||||
/******/ configurable: false,
|
||||
/******/ enumerable: true,
|
||||
/******/ get: getter
|
||||
/******/ });
|
||||
/******/ }
|
||||
/******/ };
|
||||
/******/
|
||||
/******/ // getDefaultExport function for compatibility with non-harmony modules
|
||||
/******/ __webpack_require__.n = function(module) {
|
||||
/******/ var getter = module && module.__esModule ?
|
||||
/******/ function getDefault() { return module['default']; } :
|
||||
/******/ function getModuleExports() { return module; };
|
||||
/******/ __webpack_require__.d(getter, 'a', getter);
|
||||
/******/ return getter;
|
||||
/******/ };
|
||||
/******/
|
||||
/******/ // Object.prototype.hasOwnProperty.call
|
||||
/******/ __webpack_require__.o = function(object, property) { return Object.prototype.hasOwnProperty.call(object, property); };
|
||||
/******/
|
||||
/******/ // __webpack_public_path__
|
||||
/******/ __webpack_require__.p = "/dist/locale/";
|
||||
/******/
|
||||
/******/ // Load entry module and return exports
|
||||
/******/ return __webpack_require__(__webpack_require__.s = 14);
|
||||
/******/ })
|
||||
/************************************************************************/
|
||||
/******/ ({
|
||||
|
||||
/***/ 14:
|
||||
/***/ (function(module, exports, __webpack_require__) {
|
||||
|
||||
"use strict";
|
||||
|
||||
|
||||
Object.defineProperty(exports, "__esModule", {
|
||||
value: true
|
||||
});
|
||||
exports.default = {
|
||||
i: {
|
||||
select: {
|
||||
placeholder: '請選擇',
|
||||
noMatch: '無匹配數據',
|
||||
loading: '加載中'
|
||||
},
|
||||
table: {
|
||||
noDataText: '暫無數據',
|
||||
noFilteredDataText: '暫無篩選結果',
|
||||
confirmFilter: '篩選',
|
||||
resetFilter: '重置',
|
||||
clearFilter: '全部'
|
||||
},
|
||||
datepicker: {
|
||||
selectDate: '選擇日期',
|
||||
selectTime: '選擇時間',
|
||||
startTime: '開始時間',
|
||||
endTime: '結束時間',
|
||||
clear: '清空',
|
||||
ok: '確定',
|
||||
month: '月',
|
||||
month1: '1 月',
|
||||
month2: '2 月',
|
||||
month3: '3 月',
|
||||
month4: '4 月',
|
||||
month5: '5 月',
|
||||
month6: '6 月',
|
||||
month7: '7 月',
|
||||
month8: '8 月',
|
||||
month9: '9 月',
|
||||
month10: '10 月',
|
||||
month11: '11 月',
|
||||
month12: '12 月',
|
||||
year: '年',
|
||||
weeks: {
|
||||
sun: '日',
|
||||
mon: '一',
|
||||
tue: '二',
|
||||
wed: '三',
|
||||
thu: '四',
|
||||
fri: '五',
|
||||
sat: '六'
|
||||
},
|
||||
months: {
|
||||
m1: '1月',
|
||||
m2: '2月',
|
||||
m3: '3月',
|
||||
m4: '4月',
|
||||
m5: '5月',
|
||||
m6: '6月',
|
||||
m7: '7月',
|
||||
m8: '8月',
|
||||
m9: '9月',
|
||||
m10: '10月',
|
||||
m11: '11月',
|
||||
m12: '12月'
|
||||
}
|
||||
},
|
||||
transfer: {
|
||||
titles: {
|
||||
source: '源列表',
|
||||
target: '目的列表'
|
||||
},
|
||||
filterPlaceholder: '請輸入搜索內容',
|
||||
notFoundText: '列表爲空'
|
||||
},
|
||||
modal: {
|
||||
okText: '確定',
|
||||
cancelText: '取消'
|
||||
},
|
||||
poptip: {
|
||||
okText: '確定',
|
||||
cancelText: '取消'
|
||||
},
|
||||
page: {
|
||||
prev: '上壹頁',
|
||||
next: '下壹頁',
|
||||
total: '共',
|
||||
item: '條',
|
||||
items: '條',
|
||||
prev5: '向前 5 頁',
|
||||
next5: '向後 5 頁',
|
||||
page: '條/頁',
|
||||
goto: '跳至',
|
||||
p: '頁'
|
||||
},
|
||||
rate: {
|
||||
star: '星',
|
||||
stars: '星'
|
||||
},
|
||||
tree: {
|
||||
emptyText: '暫無數據'
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
/***/ })
|
||||
|
||||
/******/ });
|
||||
});
|
||||
BIN
public/static/plug/iview/dist/styles/fonts/ionicons.eot
vendored
Normal file
2230
public/static/plug/iview/dist/styles/fonts/ionicons.svg
vendored
Normal file
|
After Width: | Height: | Size: 326 KiB |
BIN
public/static/plug/iview/dist/styles/fonts/ionicons.ttf
vendored
Normal file
BIN
public/static/plug/iview/dist/styles/fonts/ionicons.woff
vendored
Normal file
1
public/static/plug/iview/dist/styles/iview.css
vendored
Normal file
23
public/static/plug/jquery-1.10.2.min.js
vendored
Normal file
5
public/static/plug/jquery-1.4.1.min.js
vendored
Normal file
22
public/static/plug/jquery-slide-up.js
vendored
Normal file
@ -0,0 +1,22 @@
|
||||
(function($){
|
||||
$.fn.extend({
|
||||
"slideUp":function(value){
|
||||
var docthis = this;
|
||||
//默认参数
|
||||
value=$.extend({
|
||||
"li_h":"30",
|
||||
"time":2500,
|
||||
"movetime":500
|
||||
},value)
|
||||
|
||||
//向上滑动动画
|
||||
function autoani(){
|
||||
$("li:first",docthis).animate({"margin-top":-value.li_h},value.movetime,function(){
|
||||
$(this).css("margin-top",0).appendTo(".line");
|
||||
})
|
||||
}
|
||||
//自动间隔时间向上滑动
|
||||
var anifun = setInterval(autoani,value.time);
|
||||
}
|
||||
})
|
||||
})(jQuery);
|
||||
104
public/static/plug/jquery.downCount.js
Normal file
@ -0,0 +1,104 @@
|
||||
/**
|
||||
* downCount: Simple Countdown clock with offset
|
||||
* Author: Sonny T. <hi@sonnyt.com>, sonnyt.com
|
||||
*/
|
||||
|
||||
(function ($) {
|
||||
|
||||
$.fn.downCount = function (options, callback) {
|
||||
var settings = $.extend({
|
||||
date: null,
|
||||
offset: null
|
||||
}, options);
|
||||
|
||||
// Throw error if date is not set
|
||||
if (!settings.date) {
|
||||
$.error('Date is not defined.');
|
||||
}
|
||||
|
||||
// Throw error if date is set incorectly
|
||||
if (!Date.parse(settings.date)) {
|
||||
$.error('Incorrect date format, it should look like this, 12/24/2012 12:00:00.');
|
||||
}
|
||||
|
||||
// Save container
|
||||
var container = this;
|
||||
|
||||
/**
|
||||
* Change client's local date to match offset timezone
|
||||
* @return {Object} Fixed Date object.
|
||||
*/
|
||||
var currentDate = function () {
|
||||
// get client's current date
|
||||
var date = new Date();
|
||||
|
||||
// turn date to utc
|
||||
var utc = date.getTime() + (date.getTimezoneOffset() * 60000);
|
||||
|
||||
// set new Date object
|
||||
var new_date = new Date(utc + (3600000*settings.offset))
|
||||
|
||||
return new_date;
|
||||
};
|
||||
|
||||
/**
|
||||
* Main downCount function that calculates everything
|
||||
*/
|
||||
function countdown () {
|
||||
var target_date = new Date(settings.date), // set target date
|
||||
current_date = currentDate(); // get fixed current date
|
||||
|
||||
// difference of dates
|
||||
var difference = target_date - current_date;
|
||||
|
||||
// if difference is negative than it's pass the target date
|
||||
if (difference < 0) {
|
||||
// stop timer
|
||||
clearInterval(interval);
|
||||
|
||||
if (callback && typeof callback === 'function') callback();
|
||||
|
||||
return;
|
||||
}
|
||||
|
||||
// basic math variables
|
||||
var _second = 1000,
|
||||
_minute = _second * 60,
|
||||
_hour = _minute * 60,
|
||||
_day = _hour * 24;
|
||||
|
||||
// calculate dates
|
||||
var days = Math.floor(difference / _day),
|
||||
hours = Math.floor((difference % _day) / _hour),
|
||||
minutes = Math.floor((difference % _hour) / _minute),
|
||||
seconds = Math.floor((difference % _minute) / _second);
|
||||
|
||||
// fix dates so that it will show two digets
|
||||
days = (String(days).length >= 2) ? days : days;
|
||||
hours = (String(hours).length >= 2) ? hours : '0' + hours;
|
||||
minutes = (String(minutes).length >= 2) ? minutes : '0' + minutes;
|
||||
seconds = (String(seconds).length >= 2) ? seconds : '0' + seconds;
|
||||
|
||||
// based on the date change the refrence wording
|
||||
var ref_days = (days === 1) ? 'day' : 'days',
|
||||
ref_hours = (hours === 1) ? 'hour' : 'hours',
|
||||
ref_minutes = (minutes === 1) ? 'minute' : 'minutes',
|
||||
ref_seconds = (seconds === 1) ? 'second' : 'seconds';
|
||||
|
||||
// set to DOM
|
||||
container.find('.days').text(days);
|
||||
container.find('.hours').text(hours);
|
||||
container.find('.minutes').text(minutes);
|
||||
container.find('.seconds').text(seconds);
|
||||
|
||||
container.find('.days_ref').text(ref_days);
|
||||
container.find('.hours_ref').text(ref_hours);
|
||||
container.find('.minutes_ref').text(ref_minutes);
|
||||
container.find('.seconds_ref').text(ref_seconds);
|
||||
};
|
||||
|
||||
// start
|
||||
var interval = setInterval(countdown, 1000);
|
||||
};
|
||||
|
||||
})(jQuery);
|
||||
363
public/static/plug/layer/layer-compiled.js
Normal file
@ -0,0 +1,363 @@
|
||||
var _typeof = typeof Symbol === "function" && typeof Symbol.iterator === "symbol" ? function (obj) { return typeof obj; } : function (obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; };
|
||||
|
||||
/*! layer-v3.1.0 Web弹层组件 MIT License http://layer.layui.com/ By 贤心 */
|
||||
;!function (e, t) {
|
||||
"use strict";
|
||||
var i,
|
||||
n,
|
||||
a = e.layui && layui.define,
|
||||
o = { getPath: function () {
|
||||
var e = document.scripts,
|
||||
t = e[e.length - 1],
|
||||
i = t.src;if (!t.getAttribute("merge")) return i.substring(0, i.lastIndexOf("/") + 1);
|
||||
}(), config: {}, end: {}, minIndex: 0, minLeft: [], btn: ["确定", "取消"], type: ["dialog", "page", "iframe", "loading", "tips"], getStyle: function getStyle(t, i) {
|
||||
var n = t.currentStyle ? t.currentStyle : e.getComputedStyle(t, null);return n[n.getPropertyValue ? "getPropertyValue" : "getAttribute"](i);
|
||||
}, link: function link(t, i, n) {
|
||||
if (r.path) {
|
||||
var a = document.getElementsByTagName("head")[0],
|
||||
s = document.createElement("link");"string" == typeof i && (n = i);var l = (n || t).replace(/\.|\//g, ""),
|
||||
f = "layuicss-" + l,
|
||||
c = 0;s.rel = "stylesheet", s.href = r.path + t, s.id = f, document.getElementById(f) || a.appendChild(s), "function" == typeof i && !function u() {
|
||||
return ++c > 80 ? e.console && console.error("layer.css: Invalid") : void (1989 === parseInt(o.getStyle(document.getElementById(f), "width")) ? i() : setTimeout(u, 100));
|
||||
}();
|
||||
}
|
||||
} },
|
||||
r = { v: "3.1.0", ie: function () {
|
||||
var t = navigator.userAgent.toLowerCase();return !!(e.ActiveXObject || "ActiveXObject" in e) && ((t.match(/msie\s(\d+)/) || [])[1] || "11");
|
||||
}(), index: e.layer && e.layer.v ? 1e5 : 0, path: o.getPath, config: function config(e, t) {
|
||||
return e = e || {}, r.cache = o.config = i.extend({}, o.config, e), r.path = o.config.path || r.path, "string" == typeof e.extend && (e.extend = [e.extend]), o.config.path && r.ready(), e.extend ? (a ? layui.addcss("modules/layer/" + e.extend) : o.link("theme/" + e.extend), this) : this;
|
||||
}, ready: function ready(e) {
|
||||
var t = "layer",
|
||||
i = "",
|
||||
n = (a ? "modules/layer/" : "theme/") + "default/layer.css?v=" + r.v + i;return a ? layui.addcss(n, e, t) : o.link(n, e, t), this;
|
||||
}, alert: function alert(e, t, n) {
|
||||
var a = "function" == typeof t;return a && (n = t), r.open(i.extend({ content: e, yes: n }, a ? {} : t));
|
||||
}, confirm: function confirm(e, t, n, a) {
|
||||
var s = "function" == typeof t;return s && (a = n, n = t), r.open(i.extend({ content: e, btn: o.btn, yes: n, btn2: a }, s ? {} : t));
|
||||
}, msg: function msg(e, n, a) {
|
||||
var s = "function" == typeof n,
|
||||
f = o.config.skin,
|
||||
c = (f ? f + " " + f + "-msg" : "") || "layui-layer-msg",
|
||||
u = l.anim.length - 1;return s && (a = n), r.open(i.extend({ content: e, time: 3e3, shade: !1, skin: c, title: !1, closeBtn: !1, btn: !1, resize: !1, end: a }, s && !o.config.skin ? { skin: c + " layui-layer-hui", anim: u } : function () {
|
||||
return n = n || {}, (n.icon === -1 || n.icon === t && !o.config.skin) && (n.skin = c + " " + (n.skin || "layui-layer-hui")), n;
|
||||
}()));
|
||||
}, load: function load(e, t) {
|
||||
return r.open(i.extend({ type: 3, icon: e || 0, resize: !1, shade: .01 }, t));
|
||||
}, tips: function tips(e, t, n) {
|
||||
return r.open(i.extend({ type: 4, content: [e, t], closeBtn: !1, time: 3e3, shade: !1, resize: !1, fixed: !1, maxWidth: 210 }, n));
|
||||
} },
|
||||
s = function s(e) {
|
||||
var t = this;t.index = ++r.index, t.config = i.extend({}, t.config, o.config, e), document.body ? t.creat() : setTimeout(function () {
|
||||
t.creat();
|
||||
}, 30);
|
||||
};s.pt = s.prototype;var l = ["layui-layer", ".layui-layer-title", ".layui-layer-main", ".layui-layer-dialog", "layui-layer-iframe", "layui-layer-content", "layui-layer-btn", "layui-layer-close"];l.anim = ["layer-anim-00", "layer-anim-01", "layer-anim-02", "layer-anim-03", "layer-anim-04", "layer-anim-05", "layer-anim-06"], s.pt.config = { type: 0, shade: .3, fixed: !0, move: l[1], title: "信息", offset: "auto", area: "auto", closeBtn: 1, time: 0, zIndex: 19891014, maxWidth: 360, anim: 0, isOutAnim: !0, icon: -1, moveType: 1, resize: !0, scrollbar: !0, tips: 2 }, s.pt.vessel = function (e, t) {
|
||||
var n = this,
|
||||
a = n.index,
|
||||
r = n.config,
|
||||
s = r.zIndex + a,
|
||||
f = "object" == _typeof(r.title),
|
||||
c = r.maxmin && (1 === r.type || 2 === r.type),
|
||||
u = r.title ? '<div class="layui-layer-title" style="' + (f ? r.title[1] : "") + '">' + (f ? r.title[0] : r.title) + "</div>" : "";return r.zIndex = s, t([r.shade ? '<div class="layui-layer-shade" id="layui-layer-shade' + a + '" times="' + a + '" style="' + ("z-index:" + (s - 1) + "; ") + '"></div>' : "", '<div class="' + l[0] + (" layui-layer-" + o.type[r.type]) + (0 != r.type && 2 != r.type || r.shade ? "" : " layui-layer-border") + " " + (r.skin || "") + '" id="' + l[0] + a + '" type="' + o.type[r.type] + '" times="' + a + '" showtime="' + r.time + '" conType="' + (e ? "object" : "string") + '" style="z-index: ' + s + "; width:" + r.area[0] + ";height:" + r.area[1] + (r.fixed ? "" : ";position:absolute;") + '">' + (e && 2 != r.type ? "" : u) + '<div id="' + (r.id || "") + '" class="layui-layer-content' + (0 == r.type && r.icon !== -1 ? " layui-layer-padding" : "") + (3 == r.type ? " layui-layer-loading" + r.icon : "") + '">' + (0 == r.type && r.icon !== -1 ? '<i class="layui-layer-ico layui-layer-ico' + r.icon + '"></i>' : "") + (1 == r.type && e ? "" : r.content || "") + '</div><span class="layui-layer-setwin">' + function () {
|
||||
var e = c ? '<a class="layui-layer-min" href="javascript:;"><cite></cite></a><a class="layui-layer-ico layui-layer-max" href="javascript:;"></a>' : "";return r.closeBtn && (e += '<a class="layui-layer-ico ' + l[7] + " " + l[7] + (r.title ? r.closeBtn : 4 == r.type ? "1" : "2") + '" href="javascript:;"></a>'), e;
|
||||
}() + "</span>" + (r.btn ? function () {
|
||||
var e = "";"string" == typeof r.btn && (r.btn = [r.btn]);for (var t = 0, i = r.btn.length; t < i; t++) {
|
||||
e += '<a class="' + l[6] + t + '">' + r.btn[t] + "</a>";
|
||||
}return '<div class="' + l[6] + " layui-layer-btn-" + (r.btnAlign || "") + '">' + e + "</div>";
|
||||
}() : "") + (r.resize ? '<span class="layui-layer-resize"></span>' : "") + "</div>"], u, i('<div class="layui-layer-move"></div>')), n;
|
||||
}, s.pt.creat = function () {
|
||||
var e = this,
|
||||
t = e.config,
|
||||
a = e.index,
|
||||
s = t.content,
|
||||
f = "object" == (typeof s === "undefined" ? "undefined" : _typeof(s)),
|
||||
c = i("body");if (!t.id || !i("#" + t.id)[0]) {
|
||||
switch ("string" == typeof t.area && (t.area = "auto" === t.area ? ["", ""] : [t.area, ""]), t.shift && (t.anim = t.shift), 6 == r.ie && (t.fixed = !1), t.type) {case 0:
|
||||
t.btn = "btn" in t ? t.btn : o.btn[0], r.closeAll("dialog");break;case 2:
|
||||
var s = t.content = f ? t.content : [t.content || "http://layer.layui.com", "auto"];t.content = '<iframe scrolling="' + (t.content[1] || "auto") + '" allowtransparency="true" id="' + l[4] + a + '" name="' + l[4] + a + '" onload="this.className=\'\';" class="layui-layer-load" frameborder="0" src="' + t.content[0] + '"></iframe>';break;case 3:
|
||||
delete t.title, delete t.closeBtn, t.icon === -1 && 0 === t.icon, r.closeAll("loading");break;case 4:
|
||||
f || (t.content = [t.content, "body"]), t.follow = t.content[1], t.content = t.content[0] + '<i class="layui-layer-TipsG"></i>', delete t.title, t.tips = "object" == _typeof(t.tips) ? t.tips : [t.tips, !0], t.tipsMore || r.closeAll("tips");}if (e.vessel(f, function (n, r, u) {
|
||||
c.append(n[0]), f ? function () {
|
||||
2 == t.type || 4 == t.type ? function () {
|
||||
i("body").append(n[1]);
|
||||
}() : function () {
|
||||
s.parents("." + l[0])[0] || (s.data("display", s.css("display")).show().addClass("layui-layer-wrap").wrap(n[1]), i("#" + l[0] + a).find("." + l[5]).before(r));
|
||||
}();
|
||||
}() : c.append(n[1]), i(".layui-layer-move")[0] || c.append(o.moveElem = u), e.layero = i("#" + l[0] + a), t.scrollbar || l.html.css("overflow", "hidden").attr("layer-full", a);
|
||||
}).auto(a), i("#layui-layer-shade" + e.index).css({ "background-color": t.shade[1] || "#000", opacity: t.shade[0] || t.shade }), 2 == t.type && 6 == r.ie && e.layero.find("iframe").attr("src", s[0]), 4 == t.type ? e.tips() : e.offset(), t.fixed && n.on("resize", function () {
|
||||
e.offset(), (/^\d+%$/.test(t.area[0]) || /^\d+%$/.test(t.area[1])) && e.auto(a), 4 == t.type && e.tips();
|
||||
}), t.time <= 0 || setTimeout(function () {
|
||||
r.close(e.index);
|
||||
}, t.time), e.move().callback(), l.anim[t.anim]) {
|
||||
var u = "layer-anim " + l.anim[t.anim];e.layero.addClass(u).one("webkitAnimationEnd mozAnimationEnd MSAnimationEnd oanimationend animationend", function () {
|
||||
i(this).removeClass(u);
|
||||
});
|
||||
}t.isOutAnim && e.layero.data("isOutAnim", !0);
|
||||
}
|
||||
}, s.pt.auto = function (e) {
|
||||
var t = this,
|
||||
a = t.config,
|
||||
o = i("#" + l[0] + e);"" === a.area[0] && a.maxWidth > 0 && (r.ie && r.ie < 8 && a.btn && o.width(o.innerWidth()), o.outerWidth() > a.maxWidth && o.width(a.maxWidth));var s = [o.innerWidth(), o.innerHeight()],
|
||||
f = o.find(l[1]).outerHeight() || 0,
|
||||
c = o.find("." + l[6]).outerHeight() || 0,
|
||||
u = function u(e) {
|
||||
e = o.find(e), e.height(s[1] - f - c - 2 * (0 | parseFloat(e.css("padding-top"))));
|
||||
};switch (a.type) {case 2:
|
||||
u("iframe");break;default:
|
||||
"" === a.area[1] ? a.maxHeight > 0 && o.outerHeight() > a.maxHeight ? (s[1] = a.maxHeight, u("." + l[5])) : a.fixed && s[1] >= n.height() && (s[1] = n.height(), u("." + l[5])) : u("." + l[5]);}return t;
|
||||
}, s.pt.offset = function () {
|
||||
var e = this,
|
||||
t = e.config,
|
||||
i = e.layero,
|
||||
a = [i.outerWidth(), i.outerHeight()],
|
||||
o = "object" == _typeof(t.offset);e.offsetTop = (n.height() - a[1]) / 2, e.offsetLeft = (n.width() - a[0]) / 2, o ? (e.offsetTop = t.offset[0], e.offsetLeft = t.offset[1] || e.offsetLeft) : "auto" !== t.offset && ("t" === t.offset ? e.offsetTop = 0 : "r" === t.offset ? e.offsetLeft = n.width() - a[0] : "b" === t.offset ? e.offsetTop = n.height() - a[1] : "l" === t.offset ? e.offsetLeft = 0 : "lt" === t.offset ? (e.offsetTop = 0, e.offsetLeft = 0) : "lb" === t.offset ? (e.offsetTop = n.height() - a[1], e.offsetLeft = 0) : "rt" === t.offset ? (e.offsetTop = 0, e.offsetLeft = n.width() - a[0]) : "rb" === t.offset ? (e.offsetTop = n.height() - a[1], e.offsetLeft = n.width() - a[0]) : e.offsetTop = t.offset), t.fixed || (e.offsetTop = /%$/.test(e.offsetTop) ? n.height() * parseFloat(e.offsetTop) / 100 : parseFloat(e.offsetTop), e.offsetLeft = /%$/.test(e.offsetLeft) ? n.width() * parseFloat(e.offsetLeft) / 100 : parseFloat(e.offsetLeft), e.offsetTop += n.scrollTop(), e.offsetLeft += n.scrollLeft()), i.attr("minLeft") && (e.offsetTop = n.height() - (i.find(l[1]).outerHeight() || 0), e.offsetLeft = i.css("left")), i.css({ top: e.offsetTop, left: e.offsetLeft });
|
||||
}, s.pt.tips = function () {
|
||||
var e = this,
|
||||
t = e.config,
|
||||
a = e.layero,
|
||||
o = [a.outerWidth(), a.outerHeight()],
|
||||
r = i(t.follow);r[0] || (r = i("body"));var s = { width: r.outerWidth(), height: r.outerHeight(), top: r.offset().top, left: r.offset().left },
|
||||
f = a.find(".layui-layer-TipsG"),
|
||||
c = t.tips[0];t.tips[1] || f.remove(), s.autoLeft = function () {
|
||||
s.left + o[0] - n.width() > 0 ? (s.tipLeft = s.left + s.width - o[0], f.css({ right: 12, left: "auto" })) : s.tipLeft = s.left;
|
||||
}, s.where = [function () {
|
||||
s.autoLeft(), s.tipTop = s.top - o[1] - 10, f.removeClass("layui-layer-TipsB").addClass("layui-layer-TipsT").css("border-right-color", t.tips[1]);
|
||||
}, function () {
|
||||
s.tipLeft = s.left + s.width + 10, s.tipTop = s.top, f.removeClass("layui-layer-TipsL").addClass("layui-layer-TipsR").css("border-bottom-color", t.tips[1]);
|
||||
}, function () {
|
||||
s.autoLeft(), s.tipTop = s.top + s.height + 10, f.removeClass("layui-layer-TipsT").addClass("layui-layer-TipsB").css("border-right-color", t.tips[1]);
|
||||
}, function () {
|
||||
s.tipLeft = s.left - o[0] - 10, s.tipTop = s.top, f.removeClass("layui-layer-TipsR").addClass("layui-layer-TipsL").css("border-bottom-color", t.tips[1]);
|
||||
}], s.where[c - 1](), 1 === c ? s.top - (n.scrollTop() + o[1] + 16) < 0 && s.where[2]() : 2 === c ? n.width() - (s.left + s.width + o[0] + 16) > 0 || s.where[3]() : 3 === c ? s.top - n.scrollTop() + s.height + o[1] + 16 - n.height() > 0 && s.where[0]() : 4 === c && o[0] + 16 - s.left > 0 && s.where[1](), a.find("." + l[5]).css({ "background-color": t.tips[1], "padding-right": t.closeBtn ? "30px" : "" }), a.css({ left: s.tipLeft - (t.fixed ? n.scrollLeft() : 0), top: s.tipTop - (t.fixed ? n.scrollTop() : 0) });
|
||||
}, s.pt.move = function () {
|
||||
var e = this,
|
||||
t = e.config,
|
||||
a = i(document),
|
||||
s = e.layero,
|
||||
l = s.find(t.move),
|
||||
f = s.find(".layui-layer-resize"),
|
||||
c = {};return t.move && l.css("cursor", "move"), l.on("mousedown", function (e) {
|
||||
e.preventDefault(), t.move && (c.moveStart = !0, c.offset = [e.clientX - parseFloat(s.css("left")), e.clientY - parseFloat(s.css("top"))], o.moveElem.css("cursor", "move").show());
|
||||
}), f.on("mousedown", function (e) {
|
||||
e.preventDefault(), c.resizeStart = !0, c.offset = [e.clientX, e.clientY], c.area = [s.outerWidth(), s.outerHeight()], o.moveElem.css("cursor", "se-resize").show();
|
||||
}), a.on("mousemove", function (i) {
|
||||
if (c.moveStart) {
|
||||
var a = i.clientX - c.offset[0],
|
||||
o = i.clientY - c.offset[1],
|
||||
l = "fixed" === s.css("position");if (i.preventDefault(), c.stX = l ? 0 : n.scrollLeft(), c.stY = l ? 0 : n.scrollTop(), !t.moveOut) {
|
||||
var f = n.width() - s.outerWidth() + c.stX,
|
||||
u = n.height() - s.outerHeight() + c.stY;a < c.stX && (a = c.stX), a > f && (a = f), o < c.stY && (o = c.stY), o > u && (o = u);
|
||||
}s.css({ left: a, top: o });
|
||||
}if (t.resize && c.resizeStart) {
|
||||
var a = i.clientX - c.offset[0],
|
||||
o = i.clientY - c.offset[1];i.preventDefault(), r.style(e.index, { width: c.area[0] + a, height: c.area[1] + o }), c.isResize = !0, t.resizing && t.resizing(s);
|
||||
}
|
||||
}).on("mouseup", function (e) {
|
||||
c.moveStart && (delete c.moveStart, o.moveElem.hide(), t.moveEnd && t.moveEnd(s)), c.resizeStart && (delete c.resizeStart, o.moveElem.hide());
|
||||
}), e;
|
||||
}, s.pt.callback = function () {
|
||||
function e() {
|
||||
var e = a.cancel && a.cancel(t.index, n);e === !1 || r.close(t.index);
|
||||
}var t = this,
|
||||
n = t.layero,
|
||||
a = t.config;t.openLayer(), a.success && (2 == a.type ? n.find("iframe").on("load", function () {
|
||||
a.success(n, t.index);
|
||||
}) : a.success(n, t.index)), 6 == r.ie && t.IE6(n), n.find("." + l[6]).children("a").on("click", function () {
|
||||
var e = i(this).index();if (0 === e) a.yes ? a.yes(t.index, n) : a.btn1 ? a.btn1(t.index, n) : r.close(t.index);else {
|
||||
var o = a["btn" + (e + 1)] && a["btn" + (e + 1)](t.index, n);o === !1 || r.close(t.index);
|
||||
}
|
||||
}), n.find("." + l[7]).on("click", e), a.shadeClose && i("#layui-layer-shade" + t.index).on("click", function () {
|
||||
r.close(t.index);
|
||||
}), n.find(".layui-layer-min").on("click", function () {
|
||||
var e = a.min && a.min(n);e === !1 || r.min(t.index, a);
|
||||
}), n.find(".layui-layer-max").on("click", function () {
|
||||
i(this).hasClass("layui-layer-maxmin") ? (r.restore(t.index), a.restore && a.restore(n)) : (r.full(t.index, a), setTimeout(function () {
|
||||
a.full && a.full(n);
|
||||
}, 100));
|
||||
}), a.end && (o.end[t.index] = a.end);
|
||||
}, o.reselect = function () {
|
||||
i.each(i("select"), function (e, t) {
|
||||
var n = i(this);n.parents("." + l[0])[0] || 1 == n.attr("layer") && i("." + l[0]).length < 1 && n.removeAttr("layer").show(), n = null;
|
||||
});
|
||||
}, s.pt.IE6 = function (e) {
|
||||
i("select").each(function (e, t) {
|
||||
var n = i(this);n.parents("." + l[0])[0] || "none" === n.css("display") || n.attr({ layer: "1" }).hide(), n = null;
|
||||
});
|
||||
}, s.pt.openLayer = function () {
|
||||
var e = this;r.zIndex = e.config.zIndex, r.setTop = function (e) {
|
||||
var t = function t() {
|
||||
r.zIndex++, e.css("z-index", r.zIndex + 1);
|
||||
};return r.zIndex = parseInt(e[0].style.zIndex), e.on("mousedown", t), r.zIndex;
|
||||
};
|
||||
}, o.record = function (e) {
|
||||
var t = [e.width(), e.height(), e.position().top, e.position().left + parseFloat(e.css("margin-left"))];e.find(".layui-layer-max").addClass("layui-layer-maxmin"), e.attr({ area: t });
|
||||
}, o.rescollbar = function (e) {
|
||||
l.html.attr("layer-full") == e && (l.html[0].style.removeProperty ? l.html[0].style.removeProperty("overflow") : l.html[0].style.removeAttribute("overflow"), l.html.removeAttr("layer-full"));
|
||||
}, e.layer = r, r.getChildFrame = function (e, t) {
|
||||
return t = t || i("." + l[4]).attr("times"), i("#" + l[0] + t).find("iframe").contents().find(e);
|
||||
}, r.getFrameIndex = function (e) {
|
||||
return i("#" + e).parents("." + l[4]).attr("times");
|
||||
}, r.iframeAuto = function (e) {
|
||||
if (e) {
|
||||
var t = r.getChildFrame("html", e).outerHeight(),
|
||||
n = i("#" + l[0] + e),
|
||||
a = n.find(l[1]).outerHeight() || 0,
|
||||
o = n.find("." + l[6]).outerHeight() || 0;n.css({ height: t + a + o }), n.find("iframe").css({ height: t });
|
||||
}
|
||||
}, r.iframeSrc = function (e, t) {
|
||||
i("#" + l[0] + e).find("iframe").attr("src", t);
|
||||
}, r.style = function (e, t, n) {
|
||||
var a = i("#" + l[0] + e),
|
||||
r = a.find(".layui-layer-content"),
|
||||
s = a.attr("type"),
|
||||
f = a.find(l[1]).outerHeight() || 0,
|
||||
c = a.find("." + l[6]).outerHeight() || 0;a.attr("minLeft");s !== o.type[3] && s !== o.type[4] && (n || (parseFloat(t.width) <= 260 && (t.width = 260), parseFloat(t.height) - f - c <= 64 && (t.height = 64 + f + c)), a.css(t), c = a.find("." + l[6]).outerHeight(), s === o.type[2] ? a.find("iframe").css({ height: parseFloat(t.height) - f - c }) : r.css({ height: parseFloat(t.height) - f - c - parseFloat(r.css("padding-top")) - parseFloat(r.css("padding-bottom")) }));
|
||||
}, r.min = function (e, t) {
|
||||
var a = i("#" + l[0] + e),
|
||||
s = a.find(l[1]).outerHeight() || 0,
|
||||
f = a.attr("minLeft") || 181 * o.minIndex + "px",
|
||||
c = a.css("position");o.record(a), o.minLeft[0] && (f = o.minLeft[0], o.minLeft.shift()), a.attr("position", c), r.style(e, { width: 180, height: s, left: f, top: n.height() - s, position: "fixed", overflow: "hidden" }, !0), a.find(".layui-layer-min").hide(), "page" === a.attr("type") && a.find(l[4]).hide(), o.rescollbar(e), a.attr("minLeft") || o.minIndex++, a.attr("minLeft", f);
|
||||
}, r.restore = function (e) {
|
||||
var t = i("#" + l[0] + e),
|
||||
n = t.attr("area").split(",");t.attr("type");r.style(e, { width: parseFloat(n[0]), height: parseFloat(n[1]), top: parseFloat(n[2]), left: parseFloat(n[3]), position: t.attr("position"), overflow: "visible" }, !0), t.find(".layui-layer-max").removeClass("layui-layer-maxmin"), t.find(".layui-layer-min").show(), "page" === t.attr("type") && t.find(l[4]).show(), o.rescollbar(e);
|
||||
}, r.full = function (e) {
|
||||
var t,
|
||||
a = i("#" + l[0] + e);o.record(a), l.html.attr("layer-full") || l.html.css("overflow", "hidden").attr("layer-full", e), clearTimeout(t), t = setTimeout(function () {
|
||||
var t = "fixed" === a.css("position");r.style(e, { top: t ? 0 : n.scrollTop(), left: t ? 0 : n.scrollLeft(), width: n.width(), height: n.height() }, !0), a.find(".layui-layer-min").hide();
|
||||
}, 100);
|
||||
}, r.title = function (e, t) {
|
||||
var n = i("#" + l[0] + (t || r.index)).find(l[1]);n.html(e);
|
||||
}, r.close = function (e) {
|
||||
var t = i("#" + l[0] + e),
|
||||
n = t.attr("type"),
|
||||
a = "layer-anim-close";if (t[0]) {
|
||||
var s = "layui-layer-wrap",
|
||||
f = function f() {
|
||||
if (n === o.type[1] && "object" === t.attr("conType")) {
|
||||
t.children(":not(." + l[5] + ")").remove();for (var a = t.find("." + s), r = 0; r < 2; r++) {
|
||||
a.unwrap();
|
||||
}a.css("display", a.data("display")).removeClass(s);
|
||||
} else {
|
||||
if (n === o.type[2]) try {
|
||||
var f = i("#" + l[4] + e)[0];f.contentWindow.document.write(""), f.contentWindow.close(), t.find("." + l[5])[0].removeChild(f);
|
||||
} catch (c) {}t[0].innerHTML = "", t.remove();
|
||||
}"function" == typeof o.end[e] && o.end[e](), delete o.end[e];
|
||||
};t.data("isOutAnim") && t.addClass("layer-anim " + a), i("#layui-layer-moves, #layui-layer-shade" + e).remove(), 6 == r.ie && o.reselect(), o.rescollbar(e), t.attr("minLeft") && (o.minIndex--, o.minLeft.push(t.attr("minLeft"))), r.ie && r.ie < 10 || !t.data("isOutAnim") ? f() : setTimeout(function () {
|
||||
f();
|
||||
}, 200);
|
||||
}
|
||||
}, r.closeAll = function (e) {
|
||||
i.each(i("." + l[0]), function () {
|
||||
var t = i(this),
|
||||
n = e ? t.attr("type") === e : 1;n && r.close(t.attr("times")), n = null;
|
||||
});
|
||||
};var f = r.cache || {},
|
||||
c = function c(e) {
|
||||
return f.skin ? " " + f.skin + " " + f.skin + "-" + e : "";
|
||||
};r.prompt = function (e, t) {
|
||||
var a = "";if (e = e || {}, "function" == typeof e && (t = e), e.area) {
|
||||
var o = e.area;a = 'style="width: ' + o[0] + "; height: " + o[1] + ';"', delete e.area;
|
||||
}var s,
|
||||
l = 2 == e.formType ? '<textarea class="layui-layer-input"' + a + ">" + (e.value || "") + "</textarea>" : function () {
|
||||
return '<input type="' + (1 == e.formType ? "password" : "text") + '" class="layui-layer-input" value="' + (e.value || "") + '">';
|
||||
}(),
|
||||
f = e.success;return delete e.success, r.open(i.extend({ type: 1, btn: ["确定", "取消"], content: l, skin: "layui-layer-prompt" + c("prompt"), maxWidth: n.width(), success: function success(e) {
|
||||
s = e.find(".layui-layer-input"), s.focus(), "function" == typeof f && f(e);
|
||||
}, resize: !1, yes: function yes(i) {
|
||||
var n = s.val();"" === n ? s.focus() : n.length > (e.maxlength || 500) ? r.tips("最多输入" + (e.maxlength || 500) + "个字数", s, { tips: 1 }) : t && t(n, i, s);
|
||||
} }, e));
|
||||
}, r.tab = function (e) {
|
||||
e = e || {};var t = e.tab || {},
|
||||
n = "layui-this",
|
||||
a = e.success;return delete e.success, r.open(i.extend({ type: 1, skin: "layui-layer-tab" + c("tab"), resize: !1, title: function () {
|
||||
var e = t.length,
|
||||
i = 1,
|
||||
a = "";if (e > 0) for (a = '<span class="' + n + '">' + t[0].title + "</span>"; i < e; i++) {
|
||||
a += "<span>" + t[i].title + "</span>";
|
||||
}return a;
|
||||
}(), content: '<ul class="layui-layer-tabmain">' + function () {
|
||||
var e = t.length,
|
||||
i = 1,
|
||||
a = "";if (e > 0) for (a = '<li class="layui-layer-tabli ' + n + '">' + (t[0].content || "no content") + "</li>"; i < e; i++) {
|
||||
a += '<li class="layui-layer-tabli">' + (t[i].content || "no content") + "</li>";
|
||||
}return a;
|
||||
}() + "</ul>", success: function success(t) {
|
||||
var o = t.find(".layui-layer-title").children(),
|
||||
r = t.find(".layui-layer-tabmain").children();o.on("mousedown", function (t) {
|
||||
t.stopPropagation ? t.stopPropagation() : t.cancelBubble = !0;var a = i(this),
|
||||
o = a.index();a.addClass(n).siblings().removeClass(n), r.eq(o).show().siblings().hide(), "function" == typeof e.change && e.change(o);
|
||||
}), "function" == typeof a && a(t);
|
||||
} }, e));
|
||||
}, r.photos = function (t, n, a) {
|
||||
function o(e, t, i) {
|
||||
var n = new Image();return n.src = e, n.complete ? t(n) : (n.onload = function () {
|
||||
n.onload = null, t(n);
|
||||
}, void (n.onerror = function (e) {
|
||||
n.onerror = null, i(e);
|
||||
}));
|
||||
}var s = {};if (t = t || {}, t.photos) {
|
||||
var l = t.photos.constructor === Object,
|
||||
f = l ? t.photos : {},
|
||||
u = f.data || [],
|
||||
d = f.start || 0;s.imgIndex = (0 | d) + 1, t.img = t.img || "img";var y = t.success;if (delete t.success, l) {
|
||||
if (0 === u.length) return r.msg("没有图片");
|
||||
} else {
|
||||
var p = i(t.photos),
|
||||
h = function h() {
|
||||
u = [], p.find(t.img).each(function (e) {
|
||||
var t = i(this);t.attr("layer-index", e), u.push({ alt: t.attr("alt"), pid: t.attr("layer-pid"), src: t.attr("layer-src") || t.attr("src"), thumb: t.attr("src") });
|
||||
});
|
||||
};if (h(), 0 === u.length) return;if (n || p.on("click", t.img, function () {
|
||||
var e = i(this),
|
||||
n = e.attr("layer-index");r.photos(i.extend(t, { photos: { start: n, data: u, tab: t.tab }, full: t.full }), !0), h();
|
||||
}), !n) return;
|
||||
}s.imgprev = function (e) {
|
||||
s.imgIndex--, s.imgIndex < 1 && (s.imgIndex = u.length), s.tabimg(e);
|
||||
}, s.imgnext = function (e, t) {
|
||||
s.imgIndex++, s.imgIndex > u.length && (s.imgIndex = 1, t) || s.tabimg(e);
|
||||
}, s.keyup = function (e) {
|
||||
if (!s.end) {
|
||||
var t = e.keyCode;e.preventDefault(), 37 === t ? s.imgprev(!0) : 39 === t ? s.imgnext(!0) : 27 === t && r.close(s.index);
|
||||
}
|
||||
}, s.tabimg = function (e) {
|
||||
if (!(u.length <= 1)) return f.start = s.imgIndex - 1, r.close(s.index), r.photos(t, !0, e);
|
||||
}, s.event = function () {
|
||||
s.bigimg.hover(function () {
|
||||
s.imgsee.show();
|
||||
}, function () {
|
||||
s.imgsee.hide();
|
||||
}), s.bigimg.find(".layui-layer-imgprev").on("click", function (e) {
|
||||
e.preventDefault(), s.imgprev();
|
||||
}), s.bigimg.find(".layui-layer-imgnext").on("click", function (e) {
|
||||
e.preventDefault(), s.imgnext();
|
||||
}), i(document).on("keyup", s.keyup);
|
||||
}, s.loadi = r.load(1, { shade: !("shade" in t) && .9, scrollbar: !1 }), o(u[d].src, function (n) {
|
||||
r.close(s.loadi), s.index = r.open(i.extend({ type: 1, id: "layui-layer-photos", area: function () {
|
||||
var a = [n.width, n.height],
|
||||
o = [i(e).width() - 100, i(e).height() - 100];if (!t.full && (a[0] > o[0] || a[1] > o[1])) {
|
||||
var r = [a[0] / o[0], a[1] / o[1]];r[0] > r[1] ? (a[0] = a[0] / r[0], a[1] = a[1] / r[0]) : r[0] < r[1] && (a[0] = a[0] / r[1], a[1] = a[1] / r[1]);
|
||||
}return [a[0] + "px", a[1] + "px"];
|
||||
}(), title: !1, shade: .9, shadeClose: !0, closeBtn: !1, move: ".layui-layer-phimg img", moveType: 1, scrollbar: !1, moveOut: !0, isOutAnim: !1, skin: "layui-layer-photos" + c("photos"), content: '<div class="layui-layer-phimg"><img src="' + u[d].src + '" alt="' + (u[d].alt || "") + '" layer-pid="' + u[d].pid + '"><div class="layui-layer-imgsee">' + (u.length > 1 ? '<span class="layui-layer-imguide"><a href="javascript:;" class="layui-layer-iconext layui-layer-imgprev"></a><a href="javascript:;" class="layui-layer-iconext layui-layer-imgnext"></a></span>' : "") + '<div class="layui-layer-imgbar" style="display:' + (a ? "block" : "") + '"><span class="layui-layer-imgtit"><a href="javascript:;">' + (u[d].alt || "") + "</a><em>" + s.imgIndex + "/" + u.length + "</em></span></div></div></div>", success: function success(e, i) {
|
||||
s.bigimg = e.find(".layui-layer-phimg"), s.imgsee = e.find(".layui-layer-imguide,.layui-layer-imgbar"), s.event(e), t.tab && t.tab(u[d], e), "function" == typeof y && y(e);
|
||||
}, end: function end() {
|
||||
s.end = !0, i(document).off("keyup", s.keyup);
|
||||
} }, t));
|
||||
}, function () {
|
||||
r.close(s.loadi), r.msg("当前图片地址异常<br>是否继续查看下一张?", { time: 3e4, btn: ["下一张", "不看了"], yes: function yes() {
|
||||
u.length > 1 && s.imgnext(!0, !0);
|
||||
} });
|
||||
});
|
||||
}
|
||||
}, o.run = function (t) {
|
||||
i = t, n = i(e), l.html = i("html"), r.open = function (e) {
|
||||
var t = new s(e);return t.index;
|
||||
};
|
||||
}, e.layui && layui.define ? (r.ready(), layui.define("jquery", function (t) {
|
||||
r.path = layui.cache.dir, o.run(layui.$), e.layer = r, t("layer", r);
|
||||
})) : "function" == typeof define && define.amd ? define(["jquery"], function () {
|
||||
return o.run(e.jQuery), r;
|
||||
}) : function () {
|
||||
o.run(e.jQuery), r.ready();
|
||||
}();
|
||||
}(window);
|
||||
|
||||
//# sourceMappingURL=layer-compiled.js.map
|
||||
1
public/static/plug/layer/layer-compiled.js.map
Normal file
2
public/static/plug/layer/layer.js
Normal file
70
public/static/plug/layer/mobile/layer-compiled.js
Normal file
@ -0,0 +1,70 @@
|
||||
var _typeof = typeof Symbol === "function" && typeof Symbol.iterator === "symbol" ? function (obj) { return typeof obj; } : function (obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; };
|
||||
|
||||
/*! layer mobile-v2.0.0 Web弹层组件 MIT License http://layer.layui.com/mobile By 贤心 */
|
||||
;!function (e) {
|
||||
"use strict";
|
||||
var t = document,
|
||||
n = "querySelectorAll",
|
||||
i = "getElementsByClassName",
|
||||
a = function a(e) {
|
||||
return t[n](e);
|
||||
},
|
||||
s = { type: 0, shade: !0, shadeClose: !0, fixed: !0, anim: "scale" },
|
||||
l = { extend: function extend(e) {
|
||||
var t = JSON.parse(JSON.stringify(s));for (var n in e) {
|
||||
t[n] = e[n];
|
||||
}return t;
|
||||
}, timer: {}, end: {} };l.touch = function (e, t) {
|
||||
e.addEventListener("click", function (e) {
|
||||
t.call(this, e);
|
||||
}, !1);
|
||||
};var r = 0,
|
||||
o = ["layui-m-layer"],
|
||||
c = function c(e) {
|
||||
var t = this;t.config = l.extend(e), t.view();
|
||||
};c.prototype.view = function () {
|
||||
var e = this,
|
||||
n = e.config,
|
||||
s = t.createElement("div");e.id = s.id = o[0] + r, s.setAttribute("class", o[0] + " " + o[0] + (n.type || 0)), s.setAttribute("index", r);var l = function () {
|
||||
var e = "object" == _typeof(n.title);return n.title ? '<h3 style="' + (e ? n.title[1] : "") + '">' + (e ? n.title[0] : n.title) + "</h3>" : "";
|
||||
}(),
|
||||
c = function () {
|
||||
"string" == typeof n.btn && (n.btn = [n.btn]);var e,
|
||||
t = (n.btn || []).length;return 0 !== t && n.btn ? (e = '<span yes type="1">' + n.btn[0] + "</span>", 2 === t && (e = '<span no type="0">' + n.btn[1] + "</span>" + e), '<div class="layui-m-layerbtn">' + e + "</div>") : "";
|
||||
}();if (n.fixed || (n.top = n.hasOwnProperty("top") ? n.top : 100, n.style = n.style || "", n.style += " top:" + (t.body.scrollTop + n.top) + "px"), 2 === n.type && (n.content = '<i></i><i class="layui-m-layerload"></i><i></i><p>' + (n.content || "") + "</p>"), n.skin && (n.anim = "up"), "msg" === n.skin && (n.shade = !1), s.innerHTML = (n.shade ? "<div " + ("string" == typeof n.shade ? 'style="' + n.shade + '"' : "") + ' class="layui-m-layershade"></div>' : "") + '<div class="layui-m-layermain" ' + (n.fixed ? "" : 'style="position:static;"') + '><div class="layui-m-layersection"><div class="layui-m-layerchild ' + (n.skin ? "layui-m-layer-" + n.skin + " " : "") + (n.className ? n.className : "") + " " + (n.anim ? "layui-m-anim-" + n.anim : "") + '" ' + (n.style ? 'style="' + n.style + '"' : "") + ">" + l + '<div class="layui-m-layercont">' + n.content + "</div>" + c + "</div></div></div>", !n.type || 2 === n.type) {
|
||||
var d = t[i](o[0] + n.type),
|
||||
y = d.length;y >= 1 && layer.close(d[0].getAttribute("index"));
|
||||
}document.body.appendChild(s);var u = e.elem = a("#" + e.id)[0];n.success && n.success(u), e.index = r++, e.action(n, u);
|
||||
}, c.prototype.action = function (e, t) {
|
||||
var n = this;e.time && (l.timer[n.index] = setTimeout(function () {
|
||||
layer.close(n.index);
|
||||
}, 1e3 * e.time));var a = function a() {
|
||||
var t = this.getAttribute("type");0 == t ? (e.no && e.no(), layer.close(n.index)) : e.yes ? e.yes(n.index) : layer.close(n.index);
|
||||
};if (e.btn) for (var s = t[i]("layui-m-layerbtn")[0].children, r = s.length, o = 0; o < r; o++) {
|
||||
l.touch(s[o], a);
|
||||
}if (e.shade && e.shadeClose) {
|
||||
var c = t[i]("layui-m-layershade")[0];l.touch(c, function () {
|
||||
layer.close(n.index, e.end);
|
||||
});
|
||||
}e.end && (l.end[n.index] = e.end);
|
||||
}, e.layer = { v: "2.0", index: r, open: function open(e) {
|
||||
var t = new c(e || {});return t.index;
|
||||
}, close: function close(e) {
|
||||
var n = a("#" + o[0] + e)[0];n && (n.innerHTML = "", t.body.removeChild(n), clearTimeout(l.timer[e]), delete l.timer[e], "function" == typeof l.end[e] && l.end[e](), delete l.end[e]);
|
||||
}, closeAll: function closeAll() {
|
||||
for (var e = t[i](o[0]), n = 0, a = e.length; n < a; n++) {
|
||||
layer.close(0 | e[0].getAttribute("index"));
|
||||
}
|
||||
} }, "function" == typeof define ? define(function () {
|
||||
return layer;
|
||||
}) : function () {
|
||||
var e = document.scripts,
|
||||
n = e[e.length - 1],
|
||||
i = n.src,
|
||||
a = i.substring(0, i.lastIndexOf("/") + 1);n.getAttribute("merge") || document.head.appendChild(function () {
|
||||
var e = t.createElement("link");return e.href = a + "need/layer.css?2.0", e.type = "text/css", e.rel = "styleSheet", e.id = "layermcss", e;
|
||||
}());
|
||||
}();
|
||||
}(window);
|
||||
|
||||
//# sourceMappingURL=layer-compiled.js.map
|
||||
1
public/static/plug/layer/mobile/layer-compiled.js.map
Normal file
2
public/static/plug/layer/mobile/layer.js
Normal file
@ -0,0 +1,2 @@
|
||||
/*! layer mobile-v2.0.0 Web弹层组件 MIT License http://layer.layui.com/mobile By 贤心 */
|
||||
;!function(e){"use strict";var t=document,n="querySelectorAll",i="getElementsByClassName",a=function(e){return t[n](e)},s={type:0,shade:!0,shadeClose:!0,fixed:!0,anim:"scale"},l={extend:function(e){var t=JSON.parse(JSON.stringify(s));for(var n in e)t[n]=e[n];return t},timer:{},end:{}};l.touch=function(e,t){e.addEventListener("click",function(e){t.call(this,e)},!1)};var r=0,o=["layui-m-layer"],c=function(e){var t=this;t.config=l.extend(e),t.view()};c.prototype.view=function(){var e=this,n=e.config,s=t.createElement("div");e.id=s.id=o[0]+r,s.setAttribute("class",o[0]+" "+o[0]+(n.type||0)),s.setAttribute("index",r);var l=function(){var e="object"==typeof n.title;return n.title?'<h3 style="'+(e?n.title[1]:"")+'">'+(e?n.title[0]:n.title)+"</h3>":""}(),c=function(){"string"==typeof n.btn&&(n.btn=[n.btn]);var e,t=(n.btn||[]).length;return 0!==t&&n.btn?(e='<span yes type="1">'+n.btn[0]+"</span>",2===t&&(e='<span no type="0">'+n.btn[1]+"</span>"+e),'<div class="layui-m-layerbtn">'+e+"</div>"):""}();if(n.fixed||(n.top=n.hasOwnProperty("top")?n.top:100,n.style=n.style||"",n.style+=" top:"+(t.body.scrollTop+n.top)+"px"),2===n.type&&(n.content='<i></i><i class="layui-m-layerload"></i><i></i><p>'+(n.content||"")+"</p>"),n.skin&&(n.anim="up"),"msg"===n.skin&&(n.shade=!1),s.innerHTML=(n.shade?"<div "+("string"==typeof n.shade?'style="'+n.shade+'"':"")+' class="layui-m-layershade"></div>':"")+'<div class="layui-m-layermain" '+(n.fixed?"":'style="position:static;"')+'><div class="layui-m-layersection"><div class="layui-m-layerchild '+(n.skin?"layui-m-layer-"+n.skin+" ":"")+(n.className?n.className:"")+" "+(n.anim?"layui-m-anim-"+n.anim:"")+'" '+(n.style?'style="'+n.style+'"':"")+">"+l+'<div class="layui-m-layercont">'+n.content+"</div>"+c+"</div></div></div>",!n.type||2===n.type){var d=t[i](o[0]+n.type),y=d.length;y>=1&&layer.close(d[0].getAttribute("index"))}document.body.appendChild(s);var u=e.elem=a("#"+e.id)[0];n.success&&n.success(u),e.index=r++,e.action(n,u)},c.prototype.action=function(e,t){var n=this;e.time&&(l.timer[n.index]=setTimeout(function(){layer.close(n.index)},1e3*e.time));var a=function(){var t=this.getAttribute("type");0==t?(e.no&&e.no(),layer.close(n.index)):e.yes?e.yes(n.index):layer.close(n.index)};if(e.btn)for(var s=t[i]("layui-m-layerbtn")[0].children,r=s.length,o=0;o<r;o++)l.touch(s[o],a);if(e.shade&&e.shadeClose){var c=t[i]("layui-m-layershade")[0];l.touch(c,function(){layer.close(n.index,e.end)})}e.end&&(l.end[n.index]=e.end)},e.layer={v:"2.0",index:r,open:function(e){var t=new c(e||{});return t.index},close:function(e){var n=a("#"+o[0]+e)[0];n&&(n.innerHTML="",t.body.removeChild(n),clearTimeout(l.timer[e]),delete l.timer[e],"function"==typeof l.end[e]&&l.end[e](),delete l.end[e])},closeAll:function(){for(var e=t[i](o[0]),n=0,a=e.length;n<a;n++)layer.close(0|e[0].getAttribute("index"))}},"function"==typeof define?define(function(){return layer}):function(){var e=document.scripts,n=e[e.length-1],i=n.src,a=i.substring(0,i.lastIndexOf("/")+1);n.getAttribute("merge")||document.head.appendChild(function(){var e=t.createElement("link");return e.href=a+"need/layer.css?2.0",e.type="text/css",e.rel="styleSheet",e.id="layermcss",e}())}()}(window);
|
||||
1
public/static/plug/layer/mobile/need/layer.css
Normal file
BIN
public/static/plug/layer/theme/default/icon-ext.png
Normal file
|
After Width: | Height: | Size: 5.8 KiB |
BIN
public/static/plug/layer/theme/default/icon.png
Normal file
|
After Width: | Height: | Size: 11 KiB |
1
public/static/plug/layer/theme/default/layer.css
Normal file
BIN
public/static/plug/layer/theme/default/loading-0.gif
Normal file
|
After Width: | Height: | Size: 5.7 KiB |
BIN
public/static/plug/layer/theme/default/loading-1.gif
Normal file
|
After Width: | Height: | Size: 701 B |
BIN
public/static/plug/layer/theme/default/loading-2.gif
Normal file
|
After Width: | Height: | Size: 1.7 KiB |
2
public/static/plug/layui/css/layui.css
Normal file
2
public/static/plug/layui/css/layui.mobile.css
Normal file
2
public/static/plug/layui/css/modules/code.css
Normal file
@ -0,0 +1,2 @@
|
||||
/** layui-v2.3.0 MIT License By https://www.layui.com */
|
||||
html #layuicss-skincodecss{display:none;position:absolute;width:1989px}.layui-code-h3,.layui-code-view{position:relative;font-size:12px}.layui-code-view{display:block;margin:10px 0;padding:0;border:1px solid #e2e2e2;border-left-width:6px;background-color:#F2F2F2;color:#333;font-family:Courier New}.layui-code-h3{padding:0 10px;height:32px;line-height:32px;border-bottom:1px solid #e2e2e2}.layui-code-h3 a{position:absolute;right:10px;top:0;color:#999}.layui-code-view .layui-code-ol{position:relative;overflow:auto}.layui-code-view .layui-code-ol li{position:relative;margin-left:45px;line-height:20px;padding:0 5px;border-left:1px solid #e2e2e2;list-style-type:decimal-leading-zero;*list-style-type:decimal;background-color:#fff}.layui-code-view pre{margin:0}.layui-code-notepad{border:1px solid #0C0C0C;border-left-color:#3F3F3F;background-color:#0C0C0C;color:#C2BE9E}.layui-code-notepad .layui-code-h3{border-bottom:none}.layui-code-notepad .layui-code-ol li{background-color:#3F3F3F;border-left:none}
|
||||
BIN
public/static/plug/layui/css/modules/layer/default/icon-ext.png
Normal file
|
After Width: | Height: | Size: 5.8 KiB |
BIN
public/static/plug/layui/css/modules/layer/default/icon.png
Normal file
|
After Width: | Height: | Size: 11 KiB |
BIN
public/static/plug/layui/css/modules/layer/default/loading-0.gif
Normal file
|
After Width: | Height: | Size: 5.7 KiB |
BIN
public/static/plug/layui/css/modules/layer/default/loading-1.gif
Normal file
|
After Width: | Height: | Size: 701 B |
BIN
public/static/plug/layui/css/modules/layer/default/loading-2.gif
Normal file
|
After Width: | Height: | Size: 1.7 KiB |
BIN
public/static/plug/layui/font/iconfont.eot
Normal file
468
public/static/plug/layui/font/iconfont.svg
Normal file
|
After Width: | Height: | Size: 271 KiB |
BIN
public/static/plug/layui/font/iconfont.ttf
Normal file
BIN
public/static/plug/layui/font/iconfont.woff
Normal file
BIN
public/static/plug/layui/images/face/0.gif
Normal file
|
After Width: | Height: | Size: 2.6 KiB |
BIN
public/static/plug/layui/images/face/1.gif
Normal file
|
After Width: | Height: | Size: 5.4 KiB |
BIN
public/static/plug/layui/images/face/10.gif
Normal file
|
After Width: | Height: | Size: 2.7 KiB |
BIN
public/static/plug/layui/images/face/11.gif
Normal file
|
After Width: | Height: | Size: 4.0 KiB |
BIN
public/static/plug/layui/images/face/12.gif
Normal file
|
After Width: | Height: | Size: 3.3 KiB |
BIN
public/static/plug/layui/images/face/13.gif
Normal file
|
After Width: | Height: | Size: 7.3 KiB |
BIN
public/static/plug/layui/images/face/14.gif
Normal file
|
After Width: | Height: | Size: 2.3 KiB |
BIN
public/static/plug/layui/images/face/15.gif
Normal file
|
After Width: | Height: | Size: 1.8 KiB |
BIN
public/static/plug/layui/images/face/16.gif
Normal file
|
After Width: | Height: | Size: 6.6 KiB |
BIN
public/static/plug/layui/images/face/17.gif
Normal file
|
After Width: | Height: | Size: 4.3 KiB |
BIN
public/static/plug/layui/images/face/18.gif
Normal file
|
After Width: | Height: | Size: 2.9 KiB |
BIN
public/static/plug/layui/images/face/19.gif
Normal file
|
After Width: | Height: | Size: 3.0 KiB |
BIN
public/static/plug/layui/images/face/2.gif
Normal file
|
After Width: | Height: | Size: 3.1 KiB |
BIN
public/static/plug/layui/images/face/20.gif
Normal file
|
After Width: | Height: | Size: 5.0 KiB |
BIN
public/static/plug/layui/images/face/21.gif
Normal file
|
After Width: | Height: | Size: 5.1 KiB |
BIN
public/static/plug/layui/images/face/22.gif
Normal file
|
After Width: | Height: | Size: 9.6 KiB |
BIN
public/static/plug/layui/images/face/23.gif
Normal file
|
After Width: | Height: | Size: 3.7 KiB |
BIN
public/static/plug/layui/images/face/24.gif
Normal file
|
After Width: | Height: | Size: 7.9 KiB |
BIN
public/static/plug/layui/images/face/25.gif
Normal file
|
After Width: | Height: | Size: 3.1 KiB |
BIN
public/static/plug/layui/images/face/26.gif
Normal file
|
After Width: | Height: | Size: 3.2 KiB |
BIN
public/static/plug/layui/images/face/27.gif
Normal file
|
After Width: | Height: | Size: 4.3 KiB |
BIN
public/static/plug/layui/images/face/28.gif
Normal file
|
After Width: | Height: | Size: 2.7 KiB |
BIN
public/static/plug/layui/images/face/29.gif
Normal file
|
After Width: | Height: | Size: 4.7 KiB |
BIN
public/static/plug/layui/images/face/3.gif
Normal file
|
After Width: | Height: | Size: 3.9 KiB |
BIN
public/static/plug/layui/images/face/30.gif
Normal file
|
After Width: | Height: | Size: 2.5 KiB |
BIN
public/static/plug/layui/images/face/31.gif
Normal file
|
After Width: | Height: | Size: 2.0 KiB |
BIN
public/static/plug/layui/images/face/32.gif
Normal file
|
After Width: | Height: | Size: 3.4 KiB |
BIN
public/static/plug/layui/images/face/33.gif
Normal file
|
After Width: | Height: | Size: 2.4 KiB |
BIN
public/static/plug/layui/images/face/34.gif
Normal file
|
After Width: | Height: | Size: 3.6 KiB |
BIN
public/static/plug/layui/images/face/35.gif
Normal file
|
After Width: | Height: | Size: 1.8 KiB |
BIN
public/static/plug/layui/images/face/36.gif
Normal file
|
After Width: | Height: | Size: 2.3 KiB |
BIN
public/static/plug/layui/images/face/37.gif
Normal file
|
After Width: | Height: | Size: 1.5 KiB |
BIN
public/static/plug/layui/images/face/38.gif
Normal file
|
After Width: | Height: | Size: 3.5 KiB |