提交 ee008703 编写于 作者: View Design's avatar View Design

Tue Jul 30 12:16:00 CST 2024 inscode

上级 ca207a2f
# This file is for unifying the coding style for different editors and IDEs
# editorconfig.org
# top-most EditorConfig file
root = true
# every file
[*]
charset = utf-8
end_of_line = lf
indent_size = 4
indent_style = space
insert_final_newline = true
trim_trailing_whitespace = true
# 4 space indentation
[*.py]
indent_size = 4
# Tab indentation (no size specified)
[Makefile]
indent_style = tab
[*.md]
trim_trailing_whitespace = false
src/directives
src/utils/throttle.js
\ No newline at end of file
module.exports = {
root: true,
env: {
node: true
},
globals: {
$: true,
'BMap': true
},
extends: ['plugin:vue/vue3-essential'],
parserOptions: {
parser: 'babel-eslint',
ecmaVersion: 6,
sourceType: 'module'
},
rules: {
'vue/script-setup-uses-vars': 'off'
}
};
src/styles/**/* linguist-vendored=false
\ No newline at end of file
<!--
注意:不接受关于用法、咨询等问题,Bug 反馈、新功能请求,请到下面提交 issues:
https://www.iviewui.com/new-issue
不是用上面的链接创建的 issue 会被立即关闭。
-->
<!--
IMPORTANT: Please use the following link to create a new issue:
https://www.iviewui.com/new-issue
If your issue was not created using the app above, it will be closed immediately.
-->
<!-- 请提交 PR 到 master 分支 | Please send PR to master branch -->
<!-- 如果试图解决一个问题,请附上能够最小化复现问题的 run.iviewui.com 链接 -->
<!-- 请不要提交 dist 的内容 | Please do not commit dist file -->
<!-- 请先运行 npm install 和 npm test,通过测试后再提交您的 pr -->
<!-- Please run `npm install` and `npm test` to test your changes before submitting a pull request -->
*.iml
.idea
.ipr
.iws
*.diff
*.patch
*.bak
.DS_Store .DS_Store
node_modules node_modules/
/dist node_modules2/
.project
.settings
# local env files npm-debug.log
.env.local .*proj
.env.*.local .svn/
*.swp
# Log files *.swo
npm-debug.log* *.log
yarn-debug.log* examples/dist/
yarn-error.log* yarn-error.log
pnpm-debug.log* test/unit/coverage
.vscode
package-lock.json package-lock.json
# Editor directories and files
.idea
.vscode/*
!.vscode/preview.yml
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?
.*
*.md
*.yml
build/
node_modules/
test/
gulpfile.js
sudo: required
language: node_js
node_js:
- '8'
script:
- 'npm run test'
before_script:
- 'sudo chown root /opt/google/chrome/chrome-sandbox'
- 'sudo chmod 4755 /opt/google/chrome/chrome-sandbox'
The MIT License (MIT)
Copyright (c) 2016-present ViewDesign, https://www.iviewui.com/
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
MIT LICENSE
Copyright (c) 2015-present Alipay.com, https://www.alipay.com/
Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
"Software"), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to
the following conditions:
The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
The MIT License (MIT)
Copyright (c) 2016 ElemeFE
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
The MIT License (MIT)
Copyright (c) 2015 Koala
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
The MIT License (MIT)
Copyright (c) 2016 vue-beauty
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
MIT License
Copyright (c) 2016-present, Airyland
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
The MIT License (MIT)
Copyright (c) 2016 Drifty (http://drifty.com/)
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
The MIT License (MIT)
Copyright (c) 2015 greyby
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
The MIT License (MIT)
Copyright (c) 2016-present TalkingData
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
<p align="center">
<a href="https://www.iviewui.com">
<img width="200" src="https://file.iviewui.com/view-ui-logo-new.svg">
</a>
</p>
<h1>
View UI Plus
<h3>基于 Vue.js 3 的企业级 UI 组件库和中后台系统解决方案,为数万开发者服务。
</h3>
</h1>
[![View UI Plus](https://img.shields.io/npm/v/view-ui-plus.svg?style=flat-square)](https://www.npmjs.org/package/view-ui-plus)
[![NPM downloads](http://img.shields.io/npm/dm/view-ui-plus.svg?style=flat-square)](https://npmjs.org/package/view-ui-plus)
[![NPM downloads](https://img.shields.io/npm/dt/view-ui-plus.svg?style=flat-square)](https://npmjs.org/package/view-ui-plus)
![JS gzip size](http://img.badgesize.io/https://unpkg.com/view-ui-plus/dist/viewuiplus.min.js?compression=gzip&label=gzip%20size:%20JS&style=flat-square)
![CSS gzip size](http://img.badgesize.io/https://unpkg.com/view-ui-plus/dist/styles/viewuiplus.css?compression=gzip&label=gzip%20size:%20CSS&style=flat-square)
[![Join the chat at https://gitter.im/iview/iview](https://img.shields.io/badge/chat-on_gitter-30b392.svg?style=flat-square)](https://gitter.im/iview/iview?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
## 文档
[https://www.iviewui.com](https://www.iviewui.com)
## 在 InsCode 中在线体验
[https://inscode.csdn.net/@aresn/ViewDesign](https://inscode.csdn.net/@aresn/ViewDesign)
## 特性
- 丰富的组件和功能,满足绝大部分网站场景
- 提供开箱即用的 [Admin 系统](https://iviewui.com/admin-plus) 和 快速增删改查 [表格组件](https://iviewui.com/icrud),极大程度节省开发成本
- 友好的 API ,自由灵活地使用空间
- 细致、漂亮的 UI
- 事无巨细的文档
- 可自定义主题
## 安装
我们推进您使用官方工具快速开始:
- [View UI Plus Project (Based on Vue CLI)](https://github.com/view-design/view-ui-project-vuecli)
- [View UI Plus Project (Based on Vite)](https://github.com/view-design/view-ui-project-vite)
- [View UI Plus Project (Based on TypeScript)](https://github.com/view-design/view-ui-project-ts)
- [View UI Plus Project (Based on Nuxt)](https://github.com/view-design/view-ui-project-nuxt)
### 安装 View UI Plus
使用 npm:
```
npm install view-ui-plus --save
```
或使用 `<script>` 全局引用:
```html
<script type="text/javascript" src="viewuiplus.min.js"></script>
<link rel="stylesheet" href="dist/styles/viewuiplus.css">
```
您可以[在官网文档](https://www.iviewui.com/view-ui-plus/guide/install)查看更多详细说明。
## 示例
### Options API:
```vue
<template>
<Slider v-model="value" range />
</template>
<script setup>
import { ref } from 'vue'
const value = ref([20, 50])
</script>
```
### Composition API:
```vue
<template>
<Slider v-model="value" range />
</template>
<script setup>
import { ref } from 'vue'
const value = ref([20, 50])
</script>
```
### TypeScript:
```vue
<template>
<Slider v-model="value" range />
</template>
<script setup lang="ts">
import { ref } from 'vue'
import type { Ref } from 'vue'
const value: Ref<number[]> = ref([20, 50])
</script>
```
使用 `import` 导入 CSS:
```js
import 'view-ui-plus/dist/styles/viewuiplus.css'
```
## 社区
您可以免费加入到 [ViewDesign 官方社区](https://community.gitcode.com/viewdesign) 了解更多 Vue 的内容。
## 主要贡献者
|Name|Avatar|Name|Avatar|Name|Avatar|
|---|---|---|---|---|---|
|[Aresn](https://github.com/icarusion) | ![](https://avatars3.githubusercontent.com/u/5370542?v=3&s=60) |[jingsam](https://github.com/jingsam) | ![](https://avatars3.githubusercontent.com/u/1522494?v=3&s=60) | [rijn](https://github.com/rijn) | ![](https://avatars2.githubusercontent.com/u/6976367?v=3&s=60) |
|[lcx960324](https://github.com/lcx960324) | ![](https://avatars3.githubusercontent.com/u/9768245?v=3&s=60) |[GITleonine1989](https://github.com/GITleonine1989) | ![](https://avatars1.githubusercontent.com/u/7582490?v=3&s=60) |[huixisheng](https://github.com/huixisheng) | ![](https://avatars1.githubusercontent.com/u/1518967?v=3&s=60) |
|[Sergio Crisostomo](https://github.com/SergioCrisostomo) | ![](https://avatars3.githubusercontent.com/u/5614559?v=3&s=60) | [lison16](https://github.com/lison16) | ![](https://avatars3.githubusercontent.com/u/20942571?v=3&s=60) | [Xotic750](https://github.com/Xotic750) | ![](https://avatars3.githubusercontent.com/u/216041?v=3&s=60) |
[huanghong1125](https://github.com/huanghong1125) | ![](https://avatars3.githubusercontent.com/u/12794817?v=3&s=60) | [yangdan8](https://github.com/yangdan8) | ![](https://avatars2.githubusercontent.com/u/16515026?v=3&s=60) | [likuner](https://github.com/likuner)| ![](https://avatars3.githubusercontent.com/u/18632318?v=3&s=60) |
## License
[MIT](http://opensource.org/licenses/MIT)
Copyright (c) 2016-present, ViewDesign
<p align="center">
<a href="https://www.iviewui.com">
<img width="200" src="https://file.iviewui.com/view-ui-logo-new.svg">
</a>
</p>
<h1>
View UI Plus
<h3>An enterprise-level UI component library and front-end solution based on Vue.js 3</h3>
</h1>
[![View UI Plus](https://img.shields.io/npm/v/view-ui-plus.svg?style=flat-square)](https://www.npmjs.org/package/view-ui-plus)
[![NPM downloads](http://img.shields.io/npm/dm/view-ui-plus.svg?style=flat-square)](https://npmjs.org/package/view-ui-plus)
[![NPM downloads](https://img.shields.io/npm/dt/view-ui-plus.svg?style=flat-square)](https://npmjs.org/package/view-ui-plus)
![JS gzip size](http://img.badgesize.io/https://unpkg.com/view-ui-plus/dist/viewuiplus.min.js?compression=gzip&label=gzip%20size:%20JS&style=flat-square)
![CSS gzip size](http://img.badgesize.io/https://unpkg.com/view-ui-plus/dist/styles/viewuiplus.css?compression=gzip&label=gzip%20size:%20CSS&style=flat-square)
[![Join the chat at https://gitter.im/iview/iview](https://img.shields.io/badge/chat-on_gitter-30b392.svg?style=flat-square)](https://gitter.im/iview/iview?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
## Docs
[https://www.iviewui.com](https://www.iviewui.com)
## Experience it online in InsCode
[https://inscode.csdn.net/@aresn/ViewDesign](https://inscode.csdn.net/@aresn/ViewDesign)
## Features
- Dozens of useful and beautiful components.
- Friendly API. It's made for people with any skills level.
- Extensive documentations and demos.
- It is quite awesome.
## Install
We provide starter kit for you.
- [View UI Plus Project (Based on Vue CLI)](https://github.com/view-design/view-ui-project-vuecli)
- [View UI Plus Project (Based on Vite)](https://github.com/view-design/view-ui-project-vite)
- [View UI Plus Project (Based on TypeScript)](https://github.com/view-design/view-ui-project-ts)
- [View UI Plus Project (Based on Nuxt)](https://github.com/view-design/view-ui-project-nuxt)
### Install View UI Plus
Using npm:
```
npm install view-ui-plus --save
```
Using a script tag for global use:
```html
<script type="text/javascript" src="viewuiplus.min.js"></script>
<link rel="stylesheet" href="dist/styles/viewuiplus.css">
```
You can find more info [on the website](https://www.iviewui.com/view-ui-plus/guide/install).
## Usage
```vue
<template>
<Slider v-model="value" range />
</template>
<script setup>
import { ref } from 'vue'
const value = ref([20, 50])
</script>
```
Using css via `import`:
```js
import 'view-ui-plus/dist/styles/viewuiplus.css'
```
## Community
If you want to contribute us or in case you are haiving any doubt.
**Questions:** Find other users at the [Gitter chat](https://gitter.im/iview/iview) or post on [StackOverflow using `[iview-ui]` tag](https://stackoverflow.com/questions/tagged/iview-ui)
**Bugs:** [File a issue here](https://www.iviewui.com/new-issue) - please provide a example so we can help you better
**Contribute:** Contact us in [Gitter chat](https://gitter.im/iview/iview), WeChat or via mail to `admin@aresn.com`. PRs welcome!
## Major Contributors
|Name|Avatar|Name|Avatar|Name|Avatar|
|---|---|---|---|---|---|
|[Aresn](https://github.com/icarusion) | ![](https://avatars3.githubusercontent.com/u/5370542?v=3&s=60) |[jingsam](https://github.com/jingsam) | ![](https://avatars3.githubusercontent.com/u/1522494?v=3&s=60) | [rijn](https://github.com/rijn) | ![](https://avatars2.githubusercontent.com/u/6976367?v=3&s=60) |
|[lcx960324](https://github.com/lcx960324) | ![](https://avatars3.githubusercontent.com/u/9768245?v=3&s=60) |[GITleonine1989](https://github.com/GITleonine1989) | ![](https://avatars1.githubusercontent.com/u/7582490?v=3&s=60) |[huixisheng](https://github.com/huixisheng) | ![](https://avatars1.githubusercontent.com/u/1518967?v=3&s=60) |
|[Sergio Crisostomo](https://github.com/SergioCrisostomo) | ![](https://avatars3.githubusercontent.com/u/5614559?v=3&s=60) | [lison16](https://github.com/lison16) | ![](https://avatars3.githubusercontent.com/u/20942571?v=3&s=60) | [Xotic750](https://github.com/Xotic750) | ![](https://avatars3.githubusercontent.com/u/216041?v=3&s=60) |
[huanghong1125](https://github.com/huanghong1125) | ![](https://avatars3.githubusercontent.com/u/12794817?v=3&s=60) | [yangdan8](https://github.com/yangdan8) | ![](https://avatars2.githubusercontent.com/u/16515026?v=3&s=60) | [likuner](https://github.com/likuner)| ![](https://avatars3.githubusercontent.com/u/18632318?v=3&s=60) |
## License
[MIT](http://opensource.org/licenses/MIT)
Copyright (c) 2016-present, ViewDesign
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 19.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg version="1.1" id="图层_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
viewBox="0 0 72 72" style="enable-background:new 0 0 72 72;" xml:space="preserve">
<style type="text/css">
.st0{fill:#3399FF;}
.st1{fill:#00CC99;}
</style>
<polygon id="XMLID_85_" class="st0" points="59.1,12.3 19.2,12.3 25.4,21.4 53,21.4 49.5,26.6 39.2,41.9 44.7,50.1 60.6,26.6
64.1,21.4 70.3,12.3 "/>
<g id="XMLID_36_">
<polygon id="XMLID_57_" class="st1" points="41.5,54.9 36,46.6 36,46.6 22.4,26.6 11.3,26.6 30.4,54.9 30.4,54.9 36,63.1 "/>
<polygon id="XMLID_44_" class="st1" points="12.8,12.3 1.7,12.3 7.8,21.4 19,21.4 "/>
</g>
</svg>
const gulp = require('gulp');
const cleanCSS = require('gulp-clean-css');
const less = require('gulp-less');
const rename = require('gulp-rename');
const autoprefixer = require('gulp-autoprefixer');
// 编译less
gulp.task('css', function () {
return gulp.src('../src/styles/index.less')
.pipe(less({
javascriptEnabled: true
}))
.pipe(
autoprefixer({
overrideBrowserslist: ['last 2 versions', 'ie > 8']
})
)
.pipe(cleanCSS())
.pipe(rename('viewuiplus.css'))
.pipe(gulp.dest('../dist/styles'));
});
// 拷贝字体文件
gulp.task('fonts', function () {
return gulp.src('../src/styles/common/iconfont/fonts/*.*')
.pipe(gulp.dest('../dist/styles/fonts'));
});
gulp.task('default', gulp.parallel('css', 'fonts'));
const readDir = require('fs').readdirSync;
const files = readDir('./src/locale/lang');
const entry = {};
files.forEach(file => {
const name = file.split('.')[0];
entry[name] = './src/locale/lang/' + file;
});
module.exports = entry;
import { defineConfig } from 'vite';
const path = require('path');
const readDir = require('fs').readdirSync;
const files = readDir('./src/locale/lang');
const entry = {};
files.forEach(file => {
const name = file.split('.')[0];
entry[name] = `./src/locale/lang/${file}`;
});
// https://vitejs.dev/config/
const config = defineConfig({
build: {
target: 'es2015',
outDir: path.resolve(__dirname, '../dist/locale'),
rollupOptions: {
input: entry,
context: 'globalThis',
preserveEntrySignatures: 'strict',
output: {
format: 'es',
exports: 'default',
sourcemap: false,
entryFileNames: '[name].js',
chunkFileNames: '[name].js',
assetFileNames: '[name].[ext]',
namespaceToStringTag: true,
inlineDynamicImports: false,
manualChunks: undefined
}
}
},
resolve: {
extensions: ['.mjs', '.js', '.ts', '.jsx', '.tsx', '.json', '.vue']
}
});
export default config;
import{s as e}from"./lang.js";const t={i:{locale:"ar-EG",select:{placeholder:"\u0625\u062E\u062A\u064A\u0627\u0631",noMatch:"\u0644\u0627 \u064A\u0648\u062C\u062F \u062A\u0637\u0627\u0628\u0642 \u0641\u064A \u0627\u0644\u0628\u064A\u0627\u0646\u0627\u062A",loading:"\u062A\u062D\u0645\u064A\u0644"},table:{noDataText:"\u0644\u0627 \u062A\u0648\u062C\u062F \u0628\u064A\u0627\u0646\u0627\u062A",noFilteredDataText:"\u0644\u0627 \u062A\u0648\u062C\u062F \u0628\u064A\u0627\u0646\u0627\u062A",confirmFilter:"\u062A\u0623\u0643\u064A\u062F",resetFilter:"\u0625\u0639\u0627\u062F\u0629 \u062A\u0639\u064A\u064A\u0646",clearFilter:"\u0627\u0644\u0643\u0644",sumText:"\u0627\u0644\u0645\u062C\u0645\u0648\u0639"},datepicker:{selectDate:"\u0625\u062E\u062A\u0631 \u0627\u0644\u062A\u0627\u0631\u064A\u062E",selectTime:"\u0625\u062E\u062A\u0631 \u0627\u0644\u0648\u0642\u062A",startTime:"\u0648\u0642\u062A \u0627\u0644\u0628\u062F\u0627\u064A\u0629",endTime:"\u0648\u0642\u062A \u0627\u0644\u0646\u0647\u0627\u064A\u0629",clear:"\u0625\u0632\u0627\u0644\u0629",ok:"\u062D\u0633\u0646\u0627",datePanelLabel:"[mmmm] [yyyy]",month:"\u0634\u0647\u0631",month1:"\u064A\u0646\u0627\u064A\u0631",month2:"\u0641\u0628\u0631\u0627\u064A\u0631",month3:"\u0645\u0627\u0631\u0633",month4:"\u0623\u0628\u0631\u064A\u0644",month5:"\u0645\u0627\u064A\u0648",month6:"\u064A\u0648\u0646\u064A\u0648",month7:"\u064A\u0648\u0644\u064A\u0648",month8:"\u0623\u063A\u0633\u0637\u0633",month9:"\u0633\u0628\u062A\u0645\u0628\u0631",month10:"\u0627\u0643\u062A\u0648\u0628\u0631",month11:"\u0646\u0648\u0641\u0645\u0628\u0631",month12:"\u062F\u064A\u0633\u0645\u0628\u0631",year:"\u0633\u0646\u0629",weekStartDay:"0",weeks:{sun:"\u0623\u062D\u062F",mon:"\u0625\u062B\u0646\u064A\u0646",tue:"\u062B\u0644\u0627\u062B\u0627\u0621",wed:"\u0623\u0631\u0628\u0639\u0627\u0621",thu:"\u062E\u0645\u064A\u0633",fri:"\u062C\u0645\u0639\u0629",sat:"\u0633\u0628\u062A"},months:{m1:"\u064A\u0646\u0627\u064A\u0631",m2:"\u0641\u0628\u0631\u0627\u064A\u0631",m3:"\u0645\u0627\u0631\u0633",m4:"\u0623\u0628\u0631\u064A\u0644",m5:"\u0645\u0627\u064A\u0648",m6:"\u064A\u0648\u0646\u064A\u0648",m7:"\u064A\u0648\u0644\u064A\u0648",m8:"\u0623\u063A\u0633\u0637\u0633",m9:"\u0633\u0628\u062A\u0645\u0628\u0631",m10:"\u0627\u0643\u062A\u0648\u0628\u0631",m11:"\u0646\u0648\u0641\u0645\u0628\u0631",m12:"\u062F\u064A\u0633\u0645\u0628\u0631"}},transfer:{titles:{source:"\u0627\u0644\u0645\u0635\u062F\u0631",target:"\u0627\u0644\u0647\u062F\u0641"},filterPlaceholder:"\u0625\u0628\u062D\u062B \u0647\u0646\u0627",notFoundText:"\u0644\u0627 \u064A\u0648\u062C\u062F"},modal:{okText:"\u062D\u0633\u0646\u0627",cancelText:"\u0625\u0644\u063A\u0627\u0621"},poptip:{okText:"\u062D\u0633\u0646\u0627",cancelText:"\u0625\u0644\u063A\u0627\u0621"},page:{prev:"\u0627\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u0633\u0627\u0628\u0642\u0629",next:"\u0627\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u062A\u0627\u0644\u064A\u0629",total:"\u0627\u0644\u0645\u062C\u0645\u0648\u0639",item:"\u0639\u0646\u0635\u0631",items:"\u0639\u0646\u0627\u0635\u0631",prev5:"\u0627\u0644\u062E\u0645\u0633 \u0635\u0641\u062D\u0627\u062A \u0627\u0644\u0633\u0627\u0628\u0642\u0629",next5:"\u0627\u0644\u062E\u0645\u0633 \u0635\u0641\u062D\u0627\u062A \u0627\u0644\u062A\u0627\u0644\u064A\u0629",page:"/\u0635\u0641\u062D\u0629",goto:"\u0627\u0644\u0630\u0647\u0627\u0628 \u0625\u0644\u0649",p:""},rate:{star:"\u0646\u062C\u0645\u0629",stars:"\u0646\u062C\u0648\u0645"},time:{before:" \u0645\u0646\u0630",after:" \u0628\u0639\u062F",just:"\u0627\u0644\u0622\u0646",seconds:" \u062B\u0648\u0627\u0646\u064A",minutes:" \u062F\u0642\u0627\u0626\u0642",hours:" \u0633\u0627\u0639\u0627\u062A",days:" \u0623\u064A\u0627\u0645"},tree:{emptyText:"\u0644\u0627 \u062A\u0648\u062C\u062F \u0628\u064A\u0627\u0646\u0627\u062A"}}};e(t);export{t as default};
import{s as e}from"./lang.js";const t={i:{locale:"ar-SA",select:{placeholder:"\u0625\u062E\u062A\u064A\u0627\u0631",noMatch:"\u0644\u0627 \u064A\u0648\u062C\u062F \u062A\u0637\u0627\u0628\u0642 \u0641\u064A \u0627\u0644\u0628\u064A\u0627\u0646\u0627\u062A",loading:"\u062A\u062D\u0645\u064A\u0644"},table:{noDataText:"\u0644\u0627 \u062A\u0648\u062C\u062F \u0628\u064A\u0627\u0646\u0627\u062A",noFilteredDataText:"\u0644\u0627 \u062A\u0648\u062C\u062F \u0628\u064A\u0627\u0646\u0627\u062A",confirmFilter:"\u062A\u0623\u0643\u064A\u062F",resetFilter:"\u0625\u0639\u0627\u062F\u0629 \u062A\u0639\u064A\u064A\u0646",clearFilter:"\u0627\u0644\u0643\u0644",sumText:"\u0627\u0644\u0645\u062C\u0645\u0648\u0639"},datepicker:{selectDate:"\u0625\u062E\u062A\u0631 \u0627\u0644\u062A\u0627\u0631\u064A\u062E",selectTime:"\u0625\u062E\u062A\u0631 \u0627\u0644\u0648\u0642\u062A",startTime:"\u0648\u0642\u062A \u0627\u0644\u0628\u062F\u0627\u064A\u0629",endTime:"\u0648\u0642\u062A \u0627\u0644\u0646\u0647\u0627\u064A\u0629",clear:"\u0625\u0632\u0627\u0644\u0629",ok:"\u062D\u0633\u0646\u0627",datePanelLabel:"[mmmm] [yyyy]",month:"\u0634\u0647\u0631",month1:"\u064A\u0646\u0627\u064A\u0631",month2:"\u0641\u0628\u0631\u0627\u064A\u0631",month3:"\u0645\u0627\u0631\u0633",month4:"\u0623\u0628\u0631\u064A\u0644",month5:"\u0645\u0627\u064A\u0648",month6:"\u064A\u0648\u0646\u064A\u0648",month7:"\u064A\u0648\u0644\u064A\u0648",month8:"\u0623\u063A\u0633\u0637\u0633",month9:"\u0633\u0628\u062A\u0645\u0628\u0631",month10:"\u0627\u0643\u062A\u0648\u0628\u0631",month11:"\u0646\u0648\u0641\u0645\u0628\u0631",month12:"\u062F\u064A\u0633\u0645\u0628\u0631",year:"\u0633\u0646\u0629",weekStartDay:"0",weeks:{sun:"\u0623\u062D\u062F",mon:"\u0625\u062B\u0646\u064A\u0646",tue:"\u062B\u0644\u0627\u062B\u0627\u0621",wed:"\u0623\u0631\u0628\u0639\u0627\u0621",thu:"\u062E\u0645\u064A\u0633",fri:"\u062C\u0645\u0639\u0629",sat:"\u0633\u0628\u062A"},months:{m1:"\u064A\u0646\u0627\u064A\u0631",m2:"\u0641\u0628\u0631\u0627\u064A\u0631",m3:"\u0645\u0627\u0631\u0633",m4:"\u0623\u0628\u0631\u064A\u0644",m5:"\u0645\u0627\u064A\u0648",m6:"\u064A\u0648\u0646\u064A\u0648",m7:"\u064A\u0648\u0644\u064A\u0648",m8:"\u0623\u063A\u0633\u0637\u0633",m9:"\u0633\u0628\u062A\u0645\u0628\u0631",m10:"\u0627\u0643\u062A\u0648\u0628\u0631",m11:"\u0646\u0648\u0641\u0645\u0628\u0631",m12:"\u062F\u064A\u0633\u0645\u0628\u0631"}},transfer:{titles:{source:"\u0627\u0644\u0645\u0635\u062F\u0631",target:"\u0627\u0644\u0647\u062F\u0641"},filterPlaceholder:"\u0625\u0628\u062D\u062B \u0647\u0646\u0627",notFoundText:"\u0644\u0627 \u064A\u0648\u062C\u062F"},modal:{okText:"\u062D\u0633\u0646\u0627",cancelText:"\u0625\u0644\u063A\u0627\u0621"},poptip:{okText:"\u062D\u0633\u0646\u0627",cancelText:"\u0625\u0644\u063A\u0627\u0621"},page:{prev:"\u0627\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u0633\u0627\u0628\u0642\u0629",next:"\u0627\u0644\u0635\u0641\u062D\u0629 \u0627\u0644\u062A\u0627\u0644\u064A\u0629",total:"\u0627\u0644\u0645\u062C\u0645\u0648\u0639",item:"\u0639\u0646\u0635\u0631",items:"\u0639\u0646\u0627\u0635\u0631",prev5:"\u0627\u0644\u062E\u0645\u0633 \u0635\u0641\u062D\u0627\u062A \u0627\u0644\u0633\u0627\u0628\u0642\u0629",next5:"\u0627\u0644\u062E\u0645\u0633 \u0635\u0641\u062D\u0627\u062A \u0627\u0644\u062A\u0627\u0644\u064A\u0629",page:"/\u0635\u0641\u062D\u0629",goto:"\u0627\u0644\u0630\u0647\u0627\u0628 \u0625\u0644\u0649",p:""},rate:{star:"\u0646\u062C\u0645\u0629",stars:"\u0646\u062C\u0648\u0645"},time:{before:" \u0645\u0646\u0630",after:" \u0628\u0639\u062F",just:"\u0627\u0644\u0622\u0646",seconds:" \u062B\u0648\u0627\u0646\u064A",minutes:" \u062F\u0642\u0627\u0626\u0642",hours:" \u0633\u0627\u0639\u0627\u062A",days:" \u0623\u064A\u0627\u0645"},tree:{emptyText:"\u0644\u0627 \u062A\u0648\u062C\u062F \u0628\u064A\u0627\u0646\u0627\u062A"}}};e(t);export{t as default};
import{s as e}from"./lang.js";const t={i:{locale:"cs-CZ",select:{placeholder:"Vybrat",noMatch:"Nenalezeny \u017E\xE1dn\xE9 polo\u017Eky",loading:"Nahr\xE1v\xE1m"},table:{noDataText:"\u017D\xE1dn\xE1 data",noFilteredDataText:"Nenalezeny \u017E\xE1dn\xE9 polo\u017Eky",confirmFilter:"Potvrdit",resetFilter:"Reset",clearFilter:"V\u0161e",sumText:"Sum"},datepicker:{selectDate:"Vybrat datum",selectTime:"Vybrat \u010Das",startTime:"Za\u010D\xE1tek",endTime:"Konec",clear:"Vymazat",ok:"OK",datePanelLabel:"[mmmm] [yyyy]",month:"M\u011Bs\xEDc",month1:"Leden",month2:"\xDAnor",month3:"B\u0159ezen",month4:"Duben",month5:"Kv\u011Bten",month6:"\u010Cerven",month7:"\u010Cervenec",month8:"Srpen",month9:"Z\xE1\u0159\xED",month10:"\u0158\xEDjen",month11:"Listopad",month12:"Prosinec",year:"Rok",weekStartDay:"1",weeks:{sun:"Ne",mon:"Po",tue:"\xDAt",wed:"St",thu:"\u010Ct",fri:"P\xE1",sat:"So"},months:{m1:"Led",m2:"\xDAno",m3:"B\u0159e",m4:"Dub",m5:"Kv\u011B",m6:"\u010Cer",m7:"\u010Cnc",m8:"Srp",m9:"Z\xE1\u0159",m10:"\u0158\xEDj",m11:"Lis",m12:"Pro"}},transfer:{titles:{source:"Zdroj",target:"C\xEDl"},filterPlaceholder:"Hledat",notFoundText:"Nenalezeno"},modal:{okText:"OK",cancelText:"Zru\u0161it"},poptip:{okText:"OK",cancelText:"Zru\u0161it"},page:{prev:"N\xE1sleduj\xEDc\xED",next:"P\u0159edchoz\xED",total:"Celkem",item:"polo\u017Eka",items:"polo\u017Eek",prev5:"P\u0159edchoz\xEDch 5 str\xE1nek",next5:"N\xE1sleduj\xEDc\xEDch 5 str\xE1nek",page:"na str\xE1nku",goto:"J\xEDt na",p:""},rate:{star:"hv\u011Bzda",stars:"hv\u011Bzdy"},tree:{emptyText:"\u017D\xE1dn\xE1 data"}}};e(t);export{t as default};
import{s as e}from"./lang.js";const t={i:{locale:"da-DK",select:{placeholder:"V\xE6lg",noMatch:"Ingen resultater fundet",loading:"Indl\xE6ser"},table:{noDataText:"Ingen resultater fundet",noFilteredDataText:"No filter data",confirmFilter:"Bekr\xE6ft",resetFilter:"Nulstil",clearFilter:"Alle",sumText:"Sum"},datepicker:{selectDate:"V\xE6lg dato",selectTime:"V\xE6lg tid",startTime:"Starttid",endTime:"Sluttid",clear:"Ryd",ok:"OK",datePanelLabel:"[mmmm] [yyyy]",month:"M\xE5ned",month1:"Januar",month2:"Februar",month3:"Marts",month4:"April",month5:"Maj",month6:"Juni",month7:"Juli",month8:"August",month9:"September",month10:"Oktober",month11:"November",month12:"December",year:"\xC5r",weekStartDay:"0",weeks:{sun:"S\xF8n",mon:"Man",tue:"Tir",wed:"Ons",thu:"Tor",fri:"Fre",sat:"L\xF8r"},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:"Kilde",target:"M\xE5l"},filterPlaceholder:"S\xF8g her",notFoundText:"Ikke fundet"},modal:{okText:"OK",cancelText:"Annuller"},poptip:{okText:"OK",cancelText:"Annuller"},page:{prev:"Forrige side",next:"N\xE6ste side",total:"I alt",item:"emne",items:"emner",prev5:"Forrige 5 sider",next5:"N\xE6ste 5 sider",page:"/page",goto:"G\xE5 til",p:""},rate:{star:"Stjerne",stars:"Stjerner"},time:{before:" siden",after:" efter",just:"lige nu",seconds:" sekunder",minutes:" minutter",hours:" timer",days:" dage"},tree:{emptyText:"Intet indhold"}}};e(t);export{t as default};
import{s as e}from"./lang.js";const t={i:{locale:"de-DE",select:{placeholder:"Ausw\xE4hlen",noMatch:"Keine \xDCbereinstimmungen",loading:"L\xE4dt"},table:{noDataText:"Keine Daten",noFilteredDataText:"Keine gefilterten Daten",confirmFilter:"Best\xE4tigen",resetFilter:"Zur\xFCcksetzen",clearFilter:"Alle",sumText:"Summe"},datepicker:{selectDate:"Datum ausw\xE4hlen",selectTime:"Zeit ausw\xE4hlen",startTime:"Beginn",endTime:"Ende",clear:"Leeren",ok:"OK",datePanelLabel:"[mmmm] [yyyy]",month:"Monat",month1:"Januar",month2:"Februar",month3:"M\xE4rz",month4:"April",month5:"Mai",month6:"Juni",month7:"Juli",month8:"August",month9:"September",month10:"Oktober",month11:"November",month12:"Dezember",year:"Jahr",weekStartDay:"1",weeks:{sun:"So",mon:"Mo",tue:"Di",wed:"Mi",thu:"Do",fri:"Fr",sat:"Sa"},months:{m1:"Jan",m2:"Feb",m3:"M\xE4r",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\xE4chste Seite",total:"Total",item:"Eintrag",items:"Eintr\xE4ge",prev5:"vorherigen f\xFCnf Seiten",next5:"n\xE4chste f\xFCnf Seiten",page:"/seite",goto:"Gehe zu",p:""},rate:{star:"Stern",stars:"Sterne"},tree:{emptyText:"Keine Daten"}}};e(t);export{t as default};
import{s as e}from"./lang.js";const t={i:{locale:"el-GR",select:{placeholder:"\u0395\u03C0\u03B9\u03BB\u03BF\u03B3\u03AE",noMatch:"\u0394\u03B5\u03BD \u03B2\u03C1\u03AD\u03B8\u03B7\u03BA\u03B1\u03BD \u03B1\u03C0\u03BF\u03C4\u03B5\u03BB\u03AD\u03C3\u03BC\u03B1\u03C4\u03B1",loading:"\u03A6\u03CC\u03C1\u03C4\u03C9\u03C3\u03B7"},table:{noDataText:"\u03A7\u03C9\u03C1\u03AF\u03C2 \u03B4\u03B5\u03B4\u03BF\u03BC\u03AD\u03BD\u03B1",noFilteredDataText:"\u03A7\u03C9\u03C1\u03AF\u03C2 \u03C6\u03AF\u03BB\u03C4\u03C1\u03BF",confirmFilter:"\u0395\u03C0\u03B9\u03B2\u03B5\u03B2\u03B1\u03AF\u03C9\u03C3\u03B7",resetFilter:"\u0395\u03C0\u03B1\u03BD\u03B1\u03C6\u03BF\u03C1\u03AC",clearFilter:"\u038C\u03BB\u03B1",sumText:"\u03A3\u03CD\u03BD\u03BF\u03BB\u03BF"},datepicker:{selectDate:"\u0395\u03C0\u03B9\u03BB\u03AD\u03BE\u03C4\u03B5 \u03B7\u03BC\u03AD\u03C1\u03B1",selectTime:"\u0395\u03C0\u03B9\u03BB\u03AD\u03BE\u03C4\u03B5 \u03CE\u03C1\u03B1",startTime:"\u03A9\u03C1\u03B1 \u0388\u03BD\u03B1\u03C1\u03BE\u03B7\u03C2",endTime:"\u03A9\u03C1\u03B1 \u039B\u03AE\u03BE\u03B7\u03C2",clear:"\u039A\u03B1\u03B8\u03B1\u03C1\u03B9\u03C3\u03BC\u03CC\u03C2",ok:"\u0395\u03BD\u03C4\u03AC\u03BE\u03B5\u03B9",datePanelLabel:"[mmmm] [yyyy]",month:"\u039C\u03AE\u03BD\u03B1\u03C2",month1:"\u0399\u03B1\u03BD\u03BF\u03C5\u03AC\u03C1\u03B9\u03BF\u03C2",month2:"\u03A6\u03B5\u03B2\u03C1\u03BF\u03C5\u03AC\u03C1\u03B9\u03BF\u03C2",month3:"\u039C\u03AC\u03C1\u03C4\u03B9\u03BF\u03C2",month4:"\u0391\u03C0\u03C1\u03AF\u03BB\u03B9\u03BF\u03C2",month5:"\u039C\u03AC\u03B9\u03BF\u03C2",month6:"\u0399\u03BF\u03CD\u03BD\u03B9\u03BF\u03C2",month7:"\u0399\u03BF\u03CD\u03BB\u03B9\u03BF\u03C2",month8:"\u0391\u03CD\u03B3\u03BF\u03C5\u03C3\u03C4\u03BF\u03C2",month9:"\u03A3\u03B5\u03C0\u03C4\u03AD\u03BC\u03B2\u03C1\u03B9\u03BF\u03C2",month10:"\u039F\u03BA\u03C4\u03CE\u03B2\u03C1\u03B9\u03BF\u03C2",month11:"\u039D\u03BF\u03AD\u03BC\u03B2\u03C1\u03B9\u03BF\u03C2",month12:"\u0394\u03B5\u03BA\u03AD\u03BC\u03B2\u03C1\u03B9\u03BF\u03C2",year:"\u0388\u03C4\u03BF\u03C2",weekStartDay:"1",weeks:{sun:"\u039A\u03C5\u03C1",mon:"\u0394\u03B5\u03C5",tue:"\u03A4\u03C1\u03B9",wed:"\u03A4\u03B5\u03C4",thu:"\u03A0\u03B5\u03BC",fri:"\u03A0\u03B1\u03C1",sat:"\u03A3\u03B1\u03B2"},months:{m1:"\u0399\u03B1\u03BD",m2:"\u03A6\u03B5\u03B2",m3:"\u039C\u03B1\u03C1",m4:"\u0391\u03C0\u03C1",m5:"\u039C\u03B1\u03CA",m6:"\u0399\u03BF\u03C5\u03BD",m7:"\u0399\u03BF\u03C5\u03BB",m8:"\u0391\u03C5\u03B3",m9:"\u03A3\u03B5\u03C0",m10:"\u039F\u03BA\u03C4",m11:"\u039D\u03BF\u03B5",m12:"\u0394\u03B5\u03BA"}},transfer:{titles:{source:"\u03A0\u03B7\u03B3\u03AE",target:"\u03A3\u03C4\u03CC\u03C7\u03BF\u03C2"},filterPlaceholder:"\u0391\u03BD\u03B1\u03B6\u03AE\u03C4\u03B7\u03C3\u03B7",notFoundText:"\u0394\u03B5\u03BD \u03B2\u03C1\u03AD\u03B8\u03B7\u03BA\u03B1\u03BD \u03B1\u03C0\u03BF\u03C4\u03B5\u03BB\u03AD\u03C3\u03BC\u03B1\u03C4\u03B1"},modal:{okText:"\u0395\u03BD\u03C4\u03AC\u03BE\u03B5\u03B9",cancelText:"\u0391\u03BA\u03CD\u03C1\u03C9\u03C3\u03B7"},poptip:{okText:"\u0395\u03BD\u03C4\u03AC\u03BE\u03B5\u03B9",cancelText:"\u0391\u03BA\u03CD\u03C1\u03C9\u03C3\u03B7"},page:{prev:"\u03A0\u03C1\u03BF\u03B7\u03B3\u03BF\u03CD\u03BC\u03B5\u03BD\u03B7 \u03A3\u03B5\u03BB\u03AF\u03B4\u03B1",next:"\u0395\u03C0\u03CC\u03BC\u03B5\u03BD\u03B7 \u03A3\u03B5\u03BB\u03AF\u03B4\u03B1",total:"\u03A3\u03CD\u03BD\u03BF\u03BB\u03BF",item:"\u0391\u03BD\u03C4\u03B9\u03BA\u03B5\u03AF\u03BC\u03B5\u03BD\u03BF",items:"\u0391\u03BD\u03C4\u03B9\u03BA\u03B5\u03AF\u03BC\u03B5\u03BD\u03B1",prev5:"\u03A0\u03C1\u03BF\u03B7\u03B3\u03BF\u03CD\u03BC\u03B5\u03BD\u03B5\u03C2 5 \u03A3\u03B5\u03BB\u03AF\u03B4\u03B5\u03C2",next5:"\u0395\u03C0\u03CC\u03BC\u03B5\u03BD\u03B5\u03C2 5 \u03A3\u03B5\u03BB\u03AF\u03B4\u03B5\u03C2",page:"/\u03A3\u03B5\u03BB\u03AF\u03B4\u03B1",goto:"\u039C\u03B5\u03C4\u03AC\u03B2\u03B1\u03C3\u03B7 \u03C3\u03B5",p:""},rate:{star:"\u0391\u03C3\u03C4\u03AD\u03C1\u03B9",stars:"\u0391\u03C3\u03C4\u03AD\u03C1\u03B9\u03B1"},tree:{emptyText:"\u03A7\u03C9\u03C1\u03AF\u03C2 \u0394\u03B5\u03B4\u03BF\u03BC\u03AD\u03BD\u03B1"}}};e(t);export{t as default};
import{s as e}from"./lang.js";const t={i:{locale:"en-US",select:{placeholder:"Select",noMatch:"No matching data",loading:"Loading"},table:{noDataText:"No Data",noFilteredDataText:"No filter data",confirmFilter:"Confirm",resetFilter:"Reset",clearFilter:"All",sumText:"Sum"},datepicker:{selectDate:"Select date",selectTime:"Select time",startTime:"Start Time",endTime:"End Time",clear:"Clear",ok:"OK",datePanelLabel:"[mmmm] [yyyy]",month:"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:"Year",weekStartDay:"0",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"},time:{before:" ago",after:" after",just:"just now",seconds:" seconds",minutes:" minutes",hours:" hours",days:" days"},tree:{emptyText:"No Data"},image:{zoomIn:"Zoom In",zoomOut:"Zoom Out",rotateLeft:"Rotate Left",rotateRight:"Rotate Right",fail:"failed",preview:"preview"}}};e(t);export{t as default};
import{s as e}from"./lang.js";const t={i:{locale:"es-ES",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",sumText:"Suma"},datepicker:{selectDate:"Seleccionar fecha",selectTime:"Seleccionar hora",startTime:"Hora de inicio",endTime:"Hora de fin",clear:"Limpiar",ok:"Aceptar",datePanelLabel:"[mmmm] [yyyy]",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:"Diciembre",year:"A\xF1o",weekStartDay:"1",weeks:{sun:"Dom",mon:"Lun",tue:"Mar",wed:"Mi\xE9",thu:"Jue",fri:"Vie",sat:"S\xE1b"},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\xED",notFoundText:"Sin resultados"},modal:{okText:"Aceptar",cancelText:"Cancelar"},poptip:{okText:"Aceptar",cancelText:"Cancelar"},page:{prev:"P\xE1gina Anterior",next:"P\xE1gina Siguiente",total:"Total",item:"Elemento",items:"Elementos",prev5:"5 P\xE1ginas Anteriores",next5:"5 P\xE1ginas Siguientes",page:"/page",goto:"Ir a",p:""},rate:{star:"Estrella",stars:"Estrellas"},tree:{emptyText:"Sin Datos"}}};e(t);export{t as default};
import{s as e}from"./lang.js";const t={i:{locale:"fa-IR",select:{placeholder:"\u0627\u0646\u062A\u062E\u0627\u0628\u200C \u06A9\u0646\u06CC\u062F",noMatch:"\u06CC\u0627\u0641\u062A \u0646\u0634\u062F",loading:"\u062F\u0631\u200C\u062D\u0627\u0644 \u0628\u0627\u0631\u06AF\u0630\u0627\u0631\u06CC"},table:{noDataText:"\u0627\u0637\u0644\u0627\u0639\u0627\u062A\u06CC \u0645\u0648\u062C\u0648\u062F \u0646\u06CC\u0633\u062A",noFilteredDataText:"\u0628\u062F\u0648\u0646 \u0627\u0637\u0644\u0627\u0639\u0627\u062A \u0641\u06CC\u0644\u062A\u0631\u0634\u062F\u0647",confirmFilter:"\u062A\u0627\u06CC\u06CC\u062F",resetFilter:"\u0628\u0627\u0632\u0646\u0634\u0627\u0646\u06CC",clearFilter:"\u0647\u0645\u0647",sumText:"\u062C\u0645\u0639"},datepicker:{selectDate:"\u0627\u0646\u062A\u062E\u0627\u0628 \u062A\u0627\u0631\u06CC\u062E",selectTime:"\u0627\u0646\u062A\u062E\u0627\u0628 \u0632\u0645\u0627\u0646",startTime:"\u062A\u0627\u0631\u06CC\u062E \u0634\u0631\u0648\u0639",endTime:"\u062A\u0627\u0631\u06CC\u062E \u067E\u0627\u06CC\u0627\u0646",clear:"\u067E\u0627\u06A9\u0633\u0627\u0632\u06CC",ok:"\u062A\u0627\u06CC\u06CC\u062F",datePanelLabel:"[mmmm] [yyyy]",month:"\u0645\u0627\u0647",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:"\u0633\u0627\u0644",weekStartDay:"0",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:"\u0645\u0646\u0628\u0639",target:"\u0647\u062F\u0641"},filterPlaceholder:"\u0627\u06CC\u0646\u062C\u0627 \u062C\u0633\u062A\u062C\u0648 \u06A9\u0646\u06CC\u062F",notFoundText:"\u067E\u06CC\u062F\u0627 \u0646\u0634\u062F"},modal:{okText:"\u062A\u0627\u06CC\u06CC\u062F",cancelText:"\u0644\u063A\u0648"},poptip:{okText:"\u062A\u0627\u06CC\u06CC\u062F",cancelText:"\u0644\u063A\u0648"},page:{prev:"\u0635\u0641\u062D\u0647 \u0642\u0628\u0644\u06CC",next:"\u0635\u0641\u062D\u0647 \u0628\u0639\u062F\u06CC",total:"\u0645\u062C\u0645\u0648\u0639",item:"\u062F\u0627\u062F\u0647",items:"\u062F\u0627\u062F\u0647\u200C\u0647\u0627",prev5:"\u06F5 \u0635\u0641\u062D\u0647 \u0642\u0628\u0644\u06CC",next5:"\u06F5 \u0635\u0641\u062D\u0647 \u0628\u0639\u062F\u06CC",page:"/\u0635\u0641\u062D\u0647",goto:"\u0628\u0631\u0648\u200C\u0628\u0647",p:""},rate:{star:"\u0633\u062A\u0627\u0631\u0647",stars:"\u0633\u062A\u0627\u0631\u0647\u200C\u0647\u0627"},tree:{emptyText:"\u0628\u062F\u0648\u0646 \u0627\u0637\u0644\u0627\u0639\u0627\u062A"}}};e(t);export{t as default};
import{s as e}from"./lang.js";const t={i:{locale:"fi-FI",select:{placeholder:"Valitse",noMatch:"Ei tuloksia",loading:"Ladataan"},table:{noDataText:"Ei tietoja",noFilteredDataText:"Ei suodatettua dataa",confirmFilter:"Hyv\xE4ksy",resetFilter:"Nollaa",clearFilter:"Kaikki",sumText:"Summa"},datepicker:{selectDate:"Valitse p\xE4iv\xE4m\xE4\xE4r\xE4",selectTime:"Valitse aika",startTime:"Aloitusaika",endTime:"P\xE4\xE4ttymisaika",clear:"Tyhjenn\xE4",ok:"OK",datePanelLabel:"[mmmm] [yyyy]",month:"Kuukausi",month1:"Tammikuu",month2:"Helmikuu",month3:"Maaliskuu",month4:"Huhtikuu",month5:"Toukokuu",month6:"Kes\xE4kuu",month7:"Hein\xE4kuu",month8:"Elokuu",month9:"Syyskuu",month10:"Lokakuu",month11:"Marraskuu",month12:"Joulukuu",year:"Vuosi",weekStartDay:"1",weeks:{sun:"Su",mon:"Ma",tue:"Ti",wed:"Ke",thu:"To",fri:"Pe",sat:"La"},months:{m1:"Tam",m2:"Hel",m3:"Maa",m4:"Huh",m5:"Tou",m6:"Kes",m7:"Hei",m8:"Elo",m9:"Syy",m10:"Lok",m11:"Mar",m12:"Jou"}},transfer:{titles:{source:"L\xE4hde",target:"Kohde"},filterPlaceholder:"Hae t\xE4\xE4lt\xE4",notFoundText:"Ei tuloksia"},modal:{okText:"OK",cancelText:"Peruuta"},poptip:{okText:"OK",cancelText:"Peruuta"},page:{prev:"Edellinen sivu",next:"Seuraava sivu",total:"Yhteens\xE4",item:"kohde",items:"kohdetta",prev5:"Edelliset 5 sivua",next5:"Seuraavat 5 sivua",page:"/page",goto:"Siirry",p:""},rate:{star:"T\xE4hti",stars:"T\xE4hte\xE4"},time:{before:" sitten",after:" j\xE4lkeen",just:"juuri nyt",seconds:" sekuntia",minutes:" minuuttia",hours:" tuntia",days:" p\xE4iv\xE4\xE4"},tree:{emptyText:"Ei tietoja"}}};e(t);export{t as default};
import{s as e}from"./lang.js";const t={i:{locale:"fr-FR",select:{placeholder:"S\xE9lectionnez",noMatch:"Aucun r\xE9sultat",loading:"Chargement"},table:{noDataText:"Aucune donn\xE9e",noFilteredDataText:"No filter data",confirmFilter:"Confirmez",resetFilter:"Reset",clearFilter:"Tout",sumText:"Somme"},datepicker:{selectDate:"S\xE9lectionnez une date",selectTime:"S\xE9lectionnez une heure",startTime:"Heure de d\xE9but",endTime:"Heure de fin",clear:"Annuler",ok:"OK",datePanelLabel:"[mmmm] [yyyy]",month:"Mois",month1:"Janvier",month2:"F\xE9vrier",month3:"Mars",month4:"Avril",month5:"Mai",month6:"Juin",month7:"Juillet",month8:"Ao\xFBt",month9:"Septembre",month10:"Octobre",month11:"Novembre",month12:"Decembre",year:"An",weekStartDay:"1",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\xFB",m9:"Sep",m10:"Oct",m11:"Nov",m12:"D\xE9c"}},transfer:{titles:{source:"Source",target:"Cible"},filterPlaceholder:"Recherche",notFoundText:"Pas de r\xE9sultat"},modal:{okText:"OK",cancelText:"Annuler"},poptip:{okText:"OK",cancelText:"Annuler"},page:{prev:"Page Pr\xE9c\xE9dente",next:"Page Suivante",total:"Total",item:"\xE9l\xE9ment",items:"\xE9l\xE9ments",prev5:"5 Pages en Avant",next5:"5 Pages en Arri\xE8re",page:"/page",goto:"Aller \xE0",p:""},rate:{star:"\xC9toile",stars:"\xC9toiles"},tree:{emptyText:"Aucune donn\xE9e"}}};e(t);export{t as default};
import{s as e}from"./lang.js";const t={i:{locale:"hi-IN",select:{placeholder:"\u0915\u0943\u092A\u092F\u093E \u091A\u0941\u0928\u0947|",noMatch:"\u0915\u094B\u0908 \u0906\u0915\u0921\u093C\u093E \u0909\u092A\u0932\u092C\u094D\u0927 \u0928\u0939\u0940\u0902 \u0939\u0948|",loading:"\u0932\u094B\u0921 \u0939\u094B \u0930\u0939\u093E \u0939\u0948"},table:{noDataText:"\u0915\u094B\u0908 \u0906\u0915\u0921\u093C\u093E \u0909\u092A\u0932\u092C\u094D\u0927 \u0928\u0939\u0940\u0902 \u0939\u0948",noFilteredDataText:"\u0915\u094B\u0908 \u0906\u0915\u0921\u093C\u093E \u0909\u092A\u0932\u092C\u094D\u0927 \u0928\u0939\u0940\u0902 \u0939\u0948",confirmFilter:"\u092A\u0941\u0937\u094D\u091F\u093F \u0915\u0930\u0947\u0902",resetFilter:"\u092A\u0941\u0928\u0903 \u0924\u0948\u092F\u093E\u0930 \u0915\u0930\u0928\u093E",clearFilter:"\u0938\u092C \u0915\u0941\u091B",sumText:"Sum"},datepicker:{selectDate:"\u0926\u093F\u0928\u093E\u0902\u0915 \u091A\u0941\u0928\u0947\u0902",selectTime:"\u0938\u092E\u092F \u091A\u0941\u0928\u0947\u0902",startTime:"\u092A\u094D\u0930\u093E\u0930\u0902\u092D \u0938\u092E\u092F",endTime:"\u0938\u092E\u093E\u092A\u094D\u0924\u093F \u0938\u092E\u092F",clear:"\u0938\u093E\u092B\u093C \u0915\u0930\u0947\u0902",ok:"\u0920\u0940\u0915",datePanelLabel:"[mmmm] [yyyy]",month:"\u092E\u0939\u0940\u0928\u093E",month1:"\u091C\u0928\u0935\u0930\u0940",month2:"\u092B\u0930\u0935\u0930\u0940",month3:"\u092E\u093E\u0930\u094D\u091A",month4:"\u0905\u092A\u094D\u0930\u0948\u0932",month5:"\u092E\u0908",month6:"\u091C\u0942\u0928",month7:"\u091C\u0941\u0932\u093E\u0908",month8:"\u0905\u0917\u0938\u094D\u0924",month9:"\u0938\u093F\u0924\u0902\u092C\u0930",month10:"\u0905\u0915\u094D\u091F\u0942\u092C\u0930",month11:"\u0928\u0935\u0902\u092C\u0930",month12:"\u0926\u093F\u0938\u0902\u092C\u0930",year:"\u0938\u093E\u0932",weekStartDay:"0",weeks:{sun:"\u0930\u0935\u093F\u0935\u093E\u0930",mon:"\u0938\u094B\u092E\u0935\u093E\u0930",tue:"\u092E\u0902\u0917\u0932\u0935\u093E\u0930",wed:"\u092C\u0941\u0927\u0935\u093E\u0930",thu:"\u0917\u0941\u0930\u0941\u0935\u093E\u0930",fri:"\u0936\u0941\u0915\u094D\u0930\u0935\u093E\u0930",sat:"\u0936\u0928\u093F\u0935\u093E\u0930"},months:{m1:"\u091C\u0928\u0935\u0930\u0940",m2:"\u092B\u0930\u0935\u0930\u0940",m3:"\u092E\u093E\u0930\u094D\u091A",m4:"\u0905\u092A\u094D\u0930\u0948\u0932",m5:"\u092E\u0908",m6:"\u091C\u0942\u0928",m7:"\u091C\u0941\u0932\u093E\u0908",m8:"\u0905\u0917\u0938\u094D\u0924",m9:"\u0938\u093F\u0924\u0902\u092C\u0930",m10:"\u0905\u0915\u094D\u091F\u0942\u092C\u0930",m11:"\u0928\u0935\u0902\u092C\u0930",m12:"\u0926\u093F\u0938\u0902\u092C\u0930"}},transfer:{titles:{source:"\u0938\u094D\u0930\u094B\u0924",target:"\u0932\u0915\u094D\u0937\u094D\u092F"},filterPlaceholder:"\u092F\u0939\u093E\u0902 \u0916\u094B\u091C\u0947\u0902",notFoundText:"\u0915\u094B\u0908 \u0906\u0915\u0921\u093C\u093E \u0909\u092A\u0932\u092C\u094D\u0927 \u0928\u0939\u0940\u0902 \u0939\u0948"},modal:{okText:"\u0920\u0940\u0915",cancelText:"\u0928\u093F\u0930\u0938\u094D\u0924 \u0915\u0930\u0928\u093E"},poptip:{okText:"\u0920\u0940\u0915",cancelText:"\u0928\u093F\u0930\u0938\u094D\u0924 \u0915\u0930\u0928\u093E"},page:{prev:"\u092A\u093F\u091B\u0932\u093E \u092A\u0947\u091C",next:"\u0905\u0917\u0932\u093E \u092A\u0947\u091C",total:"\u0938\u092E\u0938\u094D\u0924",item:"\u090F\u0915 \u091A\u0940\u091C",items:"\u0905\u0928\u0947\u0915 \u091A\u0940\u091C",prev5:"\u092A\u093F\u091B\u0932\u093E 5 \u092A\u0947\u091C",next5:"\u0905\u0917\u0932\u093E 5 \u092A\u0947\u091C",page:"/page",goto:"\u091C\u093E\u0913",p:""},rate:{star:"\u092A\u094D\u0930\u0938\u093F\u0926\u094D\u0927",stars:"\u092A\u094D\u0930\u0938\u093F\u0926\u094D\u0927"},tree:{emptyText:"\u0915\u094B\u0908 \u0906\u0915\u0921\u093C\u093E \u0909\u092A\u0932\u092C\u094D\u0927 \u0928\u0939\u0940\u0902 \u0939\u0948"}}};e(t);export{t as default};
import{s as a}from"./lang.js";const e={i:{locale:"id-ID",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",sumText:"Jml"},datepicker:{selectDate:"Pilih tanggal",selectTime:"Pilih waktu",startTime:"Waktu Mulai",endTime:"Waktu Selesai",clear:"Bersihkan",ok:"OK",datePanelLabel:"[mmmm] [yyyy]",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:"",weekStartDay:"1",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"}}};a(e);export{e as default};
import{s as e}from"./lang.js";const t={i:{locale:"it-IT",select:{placeholder:"Seleziona",noMatch:"Nessun Risultato",loading:"Caricamento"},table:{noDataText:"Nessun Risultato",noFilteredDataText:"Filtro senza risultati",confirmFilter:"Conferma",resetFilter:"Reset",clearFilter:"Tutto",sumText:"Somma"},datepicker:{selectDate:"Seleziona data",selectTime:"Seleziona orario",startTime:"Orario inizio",endTime:"Orario fine",clear:"Annulla",ok:"OK",datePanelLabel:"[mmmm] [yyyy]",month:"Mese",month1:"Gennaio",month2:"Febbraio",month3:"Marzo",month4:"Aprile",month5:"Maggio",month6:"Giugno",month7:"Luglio",month8:"Agosto",month9:"Settembre",month10:"Ottobre",month11:"Novembre",month12:"Dicembre",year:"Anno",weekStartDay:"1",weeks:{sun:"Dom",mon:"Lun",tue:"Mar",wed:"Mer",thu:"Gio",fri:"Ven",sat:"Sab"},months:{m1:"Gen",m2:"Feb",m3:"Mar",m4:"Apr",m5:"Mag",m6:"Giu",m7:"Lug",m8:"Ago",m9:"Set",m10:"Ott",m11:"Nov",m12:"Dic"}},transfer:{titles:{source:"Origine",target:"Destinazione"},filterPlaceholder:"Cerca",notFoundText:"Nessun Risultato"},modal:{okText:"OK",cancelText:"Annulla"},poptip:{okText:"OK",cancelText:"Annulla"},page:{prev:"Pagina Precedente",next:"Pagina Successiva",total:"Totale",item:"elemento",items:"elementi",prev5:"5 Pagine Precedenti",next5:"5 Pagine Successive",page:"/pagina",goto:"Vai a",p:""},rate:{star:"Stella",stars:"Stelle"},time:{before:"fa",after:" dopo",just:"adesso",seconds:" secondi",minutes:" minuti",hours:" ore",days:" giorni"},tree:{emptyText:"Nessun Risultato"}}};e(t);export{t as default};
import{s as e}from"./lang.js";const t={i:{locale:"ja-JP",select:{placeholder:"\u9078\u3093\u3067\u304F\u3060\u3055\u3044",noMatch:"\u30DE\u30C3\u30C1\u3059\u308B\u30C7\u30FC\u30BF\u306A\u3057",loading:"\u30ED\u30FC\u30C9\u4E2D"},table:{noDataText:"\u30C7\u30FC\u30BF\u306A\u3057",noFilteredDataText:"\u30B9\u30AF\u30EA\u30FC\u30CB\u30F3\u30B0\u3057\u305F\u30C7\u30FC\u30BF\u306A\u3057",confirmFilter:"\u30B9\u30AF\u30EA\u30FC\u30CB\u30F3\u30B0",resetFilter:"\u30EA\u30BB\u30C3\u30C8",clearFilter:"\u5168\u90E8",sumText:"\u5408\u8A08"},datepicker:{selectDate:"\u65E5\u6642\u3092\u9078\u3093\u3067\u304F\u3060\u3055\u3044",selectTime:"\u6642\u9593\u3092\u9078\u3093\u3067\u304F\u3060\u3055\u3044",startTime:"\u30B9\u30BF\u30FC\u30C8\u6642\u9593",endTime:"\u7D42\u4E86\u6642\u9593",clear:"\u30AF\u30EA\u30FC\u30A2",ok:"\u78BA\u5B9A",datePanelLabel:"[yyyy\u5E74] [m\u6708]",month:"\u6708",month1:"1 \u6708",month2:"2 \u6708",month3:"3 \u6708",month4:"4 \u6708",month5:"5 \u6708",month6:"6 \u6708",month7:"7 \u6708",month8:"8 \u6708",month9:"9 \u6708",month10:"10 \u6708",month11:"11 \u6708",month12:"12 \u6708",year:"\u5E74",weekStartDay:"0",weeks:{sun:"\u65E5",mon:"\u6708",tue:"\u706B",wed:"\u6C34",thu:"\u6728",fri:"\u91D1",sat:"\u571F"},months:{m1:"1\u6708",m2:"2\u6708",m3:"3\u6708",m4:"4\u6708",m5:"5\u6708",m6:"6\u6708",m7:"7\u6708",m8:"8\u6708",m9:"9\u6708",m10:"10\u6708",m11:"11\u6708",m12:"12\u6708"}},transfer:{titles:{source:"\u30BD\u30FC\u30B9\u30EA\u30B9\u30C8",target:"\u30BF\u30FC\u30B2\u30C3\u30C8\u30EA\u30B9\u30C8"},filterPlaceholder:"\u691C\u7D22\u5185\u5BB9\u3092\u5165\u529B\u304F\u3060\u3055\u3044",notFoundText:"\u5185\u5BB9\u304C\u898B\u3064\u304B\u3063\u3066\u306A\u304B\u3063\u305F"},modal:{okText:"\u78BA\u5B9A",cancelText:"\u30AD\u30E3\u30F3\u30BB\u30EB"},poptip:{okText:"\u78BA\u5B9A",cancelText:"\u30AD\u30E3\u30F3\u30BB\u30EB"},page:{prev:"\u524D\u3078",next:"\u6B21\u3078",total:"\u5168\u90E8",item:"\u4EF6",items:"\u4EF6",prev5:"\u524D\u306E\uFF15\u30DA\u30FC\u30B8\u3078",next5:"\u6B21\u306E\uFF15\u30DA\u30FC\u30B8\u3078",page:"\u4EF6/\u30DA\u30FC\u30B8",goto:"",p:"\u30DA\u30FC\u30B8\u76EE\u3078"},rate:{star:"\u70B9",stars:"\u70B9"},time:{before:"\u524D",after:"\u5F8C",just:"\u305F\u3063\u305F\u4ECA",seconds:"\u79D2",minutes:"\u5206",hours:"\u6642\u9593",days:"\u65E5"},tree:{emptyText:"\u30C7\u30FC\u30BF\u306A\u3057"}}};e(t);export{t as default};
import{s as e}from"./lang.js";const t={i:{locale:"ko-KR",select:{placeholder:"\uC120\uD0DD",noMatch:"\uC77C\uCE58\uD558\uB294 \uB370\uC774\uD130 \uC5C6\uC74C",loading:"\uB85C\uB529"},table:{noDataText:"\uB370\uC774\uD130 \uC5C6\uC74C",noFilteredDataText:"\uD544\uD130\uB41C \uB370\uC774\uD130 \uC5C6\uC74C",confirmFilter:"\uD655\uC778",resetFilter:"\uCD08\uAE30\uD654",clearFilter:"\uC804\uBD80",sumText:"\uD569"},datepicker:{selectDate:"\uB0A0\uC9DC \uC120\uD0DD",selectTime:"\uC2DC\uAC04 \uC120\uD0DD",startTime:"\uC2DC\uC791 \uC2DC\uAC04",endTime:"\uC885\uB8CC \uC2DC\uAC04",clear:"\uC0AD\uC81C",ok:"\uC608",datePanelLabel:"[yyyy\uB144] [m\uC6D4]",month:"\uC6D4",month1:"1\uC6D4",month2:"2\uC6D4",month3:"3\uC6D4",month4:"4\uC6D4",month5:"5\uC6D4",month6:"6\uC6D4",month7:"7\uC6D4",month8:"8\uC6D4",month9:"9\uC6D4",month10:"10\uC6D4",month11:"11\uC6D4",month12:"12\uC6D4",year:"\uB144",weekStartDay:"0",weeks:{sun:"\uC77C",mon:"\uC6D4",tue:"\uD654",wed:"\uC218",thu:"\uBAA9",fri:"\uAE08",sat:"\uD1A0"},months:{m1:"1\uC6D4",m2:"2\uC6D4",m3:"3\uC6D4",m4:"4\uC6D4",m5:"5\uC6D4",m6:"6\uC6D4",m7:"7\uC6D4",m8:"8\uC6D4",m9:"9\uC6D4",m10:"10\uC6D4",m11:"11\uC6D4",m12:"12\uC6D4"}},transfer:{titles:{source:"\uC18C\uC2A4",target:"\uD0C0\uAC9F"},filterPlaceholder:"\uC5EC\uAE30\uC11C \uCC3E\uAE30",notFoundText:"\uC544\uBB34 \uAC83\uB3C4 \uCC3E\uC744 \uC218 \uC5C6\uC74C"},modal:{okText:"\uC608",cancelText:"\uCDE8\uC18C"},poptip:{okText:"\uC608",cancelText:"\uCDE8\uC18C"},page:{prev:"\uC774\uC804 \uD398\uC774\uC9C0",next:"\uB2E4\uC74C \uD398\uC774\uC9C0",total:"\uC804\uCCB4",item:"\uD56D\uBAA9",items:"\uD56D\uBAA9",prev5:"\uC774\uC804 5 \uD398\uC774\uC9C0",next5:"\uB2E4\uC74C 5 \uD398\uC774\uC9C0",page:"/\uD398\uC774\uC9C0",goto:"\uC774\uB3D9",p:""},rate:{star:"\uC911\uC694",stars:"\uC911\uC694"},time:{before:" \uC804",after:" \uD6C4",just:"\uBC29\uAE08",seconds:" \uCD08",minutes:" \uBD84",hours:" \uC2DC\uAC04",days:" \uC77C"},tree:{emptyText:"\uB370\uC774\uD130 \uC5C6\uC74C"}}};e(t);export{t as default};
const e=typeof window!="undefined";function n(i){e&&typeof window.viewuiplus!="undefined"&&("langs"in viewuiplus||(viewuiplus.langs={}),viewuiplus.langs[i.i.locale]=i)}export{n as s};
import{s as t}from"./lang.js";const e={i:{locale:"mn-MN",select:{placeholder:"\u0421\u043E\u043D\u0433\u043E\u0445",noMatch:"\u0422\u0430\u0430\u0440\u0430\u0445 \u04E9\u0433\u04E9\u0433\u0434\u04E9\u043B \u0431\u0430\u0439\u0445\u0433\u04AF\u0439 \u0431\u0430\u0439\u043D\u0430",loading:"\u0410\u0447\u0430\u0430\u043B\u043B\u0430\u0436 \u0431\u0430\u0439\u043D\u0430"},table:{noDataText:"\u04E8\u0433\u04E9\u0433\u0434\u04E9\u043B \u0430\u043B\u0433\u0430",noFilteredDataText:"No filter data",confirmFilter:"\u0411\u0430\u0442\u043B\u0430\u0445",resetFilter:"\u0428\u0438\u043D\u044D\u044D\u0440 \u0442\u043E\u0445\u0438\u0440\u0443\u0443\u043B\u0430\u0445",clearFilter:"\u0411\u04AF\u0433\u0434",sumText:"\u041D\u0438\u0439\u0442"},datepicker:{selectDate:"\u041E\u0433\u043D\u043E\u043E \u0441\u043E\u043D\u0433\u043E\u0445",selectTime:"\u0426\u0430\u0433 \u0441\u043E\u043D\u0433\u043E\u0445",startTime:"\u042D\u0445\u043B\u044D\u0445 \u0426\u0430\u0433",endTime:"\u0414\u0443\u0443\u0441\u0430\u0445 \u0426\u0430\u0433",clear:"\u0426\u044D\u0432\u044D\u0440\u043B\u044D\u0445",ok:"OK",datePanelLabel:"[mmmm] [yyyy]",month:"\u0421\u0430\u0440",month1:"1-\u0440 \u0441\u0430\u0440",month2:"2-\u0440 \u0441\u0430\u0440",month3:"3-\u0440 \u0441\u0430\u0440",month4:"4-\u0440 \u0441\u0430\u0440",month5:"5-\u0440 \u0441\u0430\u0440",month6:"6-\u0440 \u0441\u0430\u0440",month7:"7-\u0440 \u0441\u0430\u0440",month8:"8-\u0440 \u0441\u0430\u0440",month9:"9-\u0440 \u0441\u0430\u0440",month10:"10-\u0440 \u0441\u0430\u0440",month11:"11-\u0440 \u0441\u0430\u0440",month12:"12-\u0440 \u0441\u0430\u0440",year:"\u0416\u0438\u043B",weekStartDay:"0",weeks:{sun:"\u041D\u044F\u043C",mon:"\u0414\u0430\u0432",tue:"\u041C\u044F\u0433",wed:"\u041B\u0445\u0430",thu:"\u041F\u04AF\u0440",fri:"\u0411\u0430\u0430",sat:"\u0411\u044F\u0430"},months:{m1:"1-\u0440 \u0441\u0430\u0440",m2:"2-\u0440 \u0441\u0430\u0440",m3:"3-\u0440 \u0441\u0430\u0440",m4:"4-\u0440 \u0441\u0430\u0440",m5:"5-\u0440 \u0441\u0430\u0440",m6:"6-\u0440 \u0441\u0430\u0440",m7:"7-\u0440 \u0441\u0430\u0440",m8:"8-\u0440 \u0441\u0430\u0440",m9:"9-\u0440 \u0441\u0430\u0440",m10:"10-\u0440 \u0441\u0430\u0440",m11:"11-\u0440 \u0441\u0430\u0440",m12:"12-\u0440 \u0441\u0430\u0440"}},transfer:{titles:{source:"\u042D\u0445 \u0441\u0443\u0440\u0432\u0430\u043B\u0436",target:"\u041E\u043D\u043E\u043E\u0445 \u0431\u0430\u0439"},filterPlaceholder:"\u042D\u043D\u0434\u044D\u044D\u0441 \u0445\u0430\u0439\u0445",notFoundText:"\u041E\u043B\u0434\u0441\u043E\u043D\u0433\u04AF\u0439"},modal:{okText:"OK",cancelText:"\u0411\u043E\u043B\u0438\u0445"},poptip:{okText:"OK",cancelText:"\u0411\u043E\u043B\u0438\u0445"},page:{prev:"\u04E8\u043C\u043D\u04E9\u0445 \u0445\u0443\u0443\u0434\u0430\u0441",next:"\u0414\u0430\u0440\u0430\u0430\u0445 \u0445\u0443\u0443\u0434\u0430\u0441",total:"\u041D\u0438\u0439\u0442",item:"\u0437\u04AF\u0439\u043B",items:"\u0437\u04AF\u0439\u043B\u04AF\u04AF\u0434",prev5:"\u04E8\u043C\u043D\u04E9\u0445 5 \u0445\u0443\u0443\u0434\u0430\u0441",next5:"\u0414\u0430\u0440\u0430\u0430\u0433\u0438\u0439\u043D 5 \u0445\u0443\u0443\u0434\u0430\u0441",page:"/\u0445\u0443\u0443\u0434\u0441\u0430\u043D\u0434",goto:"\u041E\u0447\u0438\u0445 \u0445\u0443\u0443\u0434\u0430\u0441",p:""},rate:{star:"\u041E\u0434",stars:"\u041E\u0434\u0443\u0443\u0434"},tree:{emptyText:"\u04E8\u0433\u04E9\u0433\u0434\u04E9\u043B \u0430\u043B\u0433\u0430"}}};t(e);export{e as default};
import{s as t}from"./lang.js";const e={i:{locale:"mn-TR",select:{placeholder:"\u1830\u1823\u1829\u182D\u1823\u182C\u1824",noMatch:"\u1823\u182F\u1833\u1820\u182D\u1830\u1820\u1828 \u1826\u182D\u1821\u1822",loading:"\u1820\u1834\u1822\u1836\u1820\u182F\u1820\u1835\u1824 \u182A\u1820\u1836\u1822\u1828\u180E\u1820"},table:{noDataText:"\u1832\u1823\u182D\u180E\u1820 \u182A\u1820\u1837\u1822\u182E\u1832\u1820 \u1826\u182D\u1821\u1836",noFilteredDataText:"\u1828\u1826\u182C\u1826\u1834\u1821\u182F\u202F\u1833\u1826 \u1828\u1821\u1836\u1822\u1834\u1821\u182D\u1830\u1821\u1828 \u1832\u1823\u182D\u180E\u1820 \u182A\u1820\u1837\u1822\u182E\u1832\u1820 \u1823\u182F\u1833\u1820\u182D\u1830\u1820\u1828 \u1826\u182D\u1821\u1822",confirmFilter:"\u1830\u1822\u182F\u1822\u182C\u1826",resetFilter:"\u182A\u1823\u1834\u1820\u182D\u1820\u182C\u1824",clearFilter:"\u182A\u1826\u182C\u1826",sumText:"Sum"},datepicker:{selectDate:"\u1821\u1833\u1826\u1837 \u1830\u1820\u1837\u180E\u1820 \u1830\u1823\u1829\u182D\u1823\u182C\u1824",selectTime:"\u1834\u1820\u182D\u202F\u1822 \u1830\u1823\u1829\u182D\u1823\u182C\u1824",startTime:"\u1821\u182C\u1822\u182F\u1821\u182C\u1826 \u1834\u1820\u182D",endTime:"\u1832\u1821\u182D\u1826\u1830\u182C\u1826 \u1834\u1820\u182D",clear:"\u182C\u1823\u182D\u1824\u1830\u1824\u182F\u1820\u182C\u1824",ok:"\u1832\u1821\u182D\u1821\u1836\u180E\u1821",datePanelLabel:"[yyyy \u1823\u1828] [m \u1830\u1820\u1837\u180E\u1820]",month:"\u1830\u1820\u1837\u180E\u1820",month1:"1 \u1830\u1820\u1837\u180E\u1820",month2:"2 \u1830\u1820\u1837\u180E\u1820",month3:"3 \u1830\u1820\u1837\u180E\u1820",month4:"4 \u1830\u1820\u1837\u180E\u1820",month5:"5 \u1830\u1820\u1837\u180E\u1820",month6:"6 \u1830\u1820\u1837\u180E\u1820",month7:"7 \u1830\u1820\u1837\u180E\u1820",month8:"8 \u1830\u1820\u1837\u180E\u1820",month9:"9 \u1830\u1820\u1837\u180E\u1820",month10:"10 \u1830\u1820\u1837\u180E\u1820",month11:"11 \u1830\u1820\u1837\u180E\u1820",month12:"12 \u1830\u1820\u1837\u180E\u1820",year:"\u1835\u1822\u182F",weekStartDay:"0",weeks:{sun:"\u1821\u1833\u1826\u1837",mon:"\u1828\u1822\u182D\u1821",tue:"\u182C\u1823\u1836\u1820\u1837",wed:"\u182D\u1824\u1837\u182A\u1820",thu:"\u1833\u1826\u1837\u182A\u1821",fri:"\u1832\u1820\u182A\u1824",sat:"\u1835\u1822\u1837\u182D\u1824\u182D\u180E\u1820"},months:{m1:"1 \u1830\u1820\u1837\u180E\u1820",m2:"2 \u1830\u1820\u1837\u180E\u1820",m3:"3 \u1830\u1820\u1837\u180E\u1820",m4:"4 \u1830\u1820\u1837\u180E\u1820",m5:"5 \u1830\u1820\u1837\u180E\u1820",m6:"6 \u1830\u1820\u1837\u180E\u1820",m7:"7 \u1830\u1820\u1837\u180E\u1820",m8:"8 \u1830\u1820\u1837\u180E\u1820",m9:"9 \u1830\u1820\u1837\u180E\u1820",m10:"10 \u1830\u1820\u1837\u180E\u1820",m11:"11 \u1830\u1820\u1837\u180E\u1820",m12:"12 \u1830\u1820\u1837\u180E\u1820"}},transfer:{titles:{source:"\u1821\u182C\u1822 \u182C\u1826\u1830\u1826\u1828\u1826\u182D ",target:"\u1835\u1823\u1837\u1822\u182F\u182D\u180E\u1820 \u182C\u1826\u1830\u1826\u1828\u1826\u182D"},filterPlaceholder:"\u182C\u1820\u1836\u1822\u182C\u1824 \u1820\u182D\u1824\u182F\u182D\u180E\u1820 \u182A\u1820\u1828 \u1823\u1837\u1824\u182D\u1824\u182F",notFoundText:"\u182C\u1826\u1830\u1826\u1828\u1826\u182D \u182C\u1823\u182D\u1823\u1830\u1823\u1828"},modal:{okText:"\u1832\u1821\u182D\u1821\u1836\u180E\u1821",cancelText:"\u1826\u182D\u1821\u1836\u1822\u1830\u182D\u1821\u182C\u1826"},poptip:{okText:"\u1832\u1821\u182D\u1821\u1836\u180E\u1821",cancelText:"\u1826\u182D\u1821\u1836\u1822\u1830\u182D\u1821\u182C\u1826"},page:{prev:"\u1821\u182E\u1824\u1828\u180E\u1820 \u1828\u1822\u182D\u1824\u1837",next:"\u1833\u1820\u1837\u1820\u182D\u180E\u1820 \u1828\u1822\u182D\u1824\u1837",total:"\u1828\u1821\u1836\u1822\u1832\u1821",item:"\u1835\u1823\u1837\u182A\u1824\u1830",items:"\u1835\u1823\u1837\u182A\u1824\u1830",prev5:"\u1821\u182E\u1826\u1828\u1821\u182C\u1822 5 \u1828\u1822\u182D\u1824\u1837",next5:"\u182C\u1823\u1836\u1822\u1828\u1820\u182C\u1822 5 \u1828\u1822\u182D\u1824\u1837",page:"\u1835\u1823\u1837\u182A\u1824\u1830/\u1828\u1822\u182D\u1824\u1837",goto:"\u182C\u1826\u1837\u182C\u1826",p:"\u1828\u1822\u182D\u1824\u1837"},rate:{star:"\u1823\u1833\u1824",stars:"\u1823\u1833\u1824"},tree:{emptyText:"\u1832\u1823\u182D\u180E\u1820 \u182A\u1820\u1837\u1822\u182E\u1832\u1820 \u1826\u182D\u1821\u1836"}}};t(e);export{e as default};
import{s as e}from"./lang.js";const t={i:{locale:"nb-NO",select:{placeholder:"Velg",noMatch:"Ingen treff",loading:"Laster"},table:{noDataText:"Ingen data",noFilteredDataText:"Filtreringen gir ingen treff",confirmFilter:"Bekreft",resetFilter:"Nullstill",clearFilter:"Alle",sumText:"Sum"},datepicker:{selectDate:"Velg dato",selectTime:"Velg klokkeslett",startTime:"Start klokken",endTime:"Slutt klokken",clear:"Nullstill",ok:"OK",datePanelLabel:"[mmmm] [yyyy]",month:"M\xE5ned",month1:"Januar",month2:"Februar",month3:"Mars",month4:"April",month5:"Mai",month6:"Juni",month7:"Juli",month8:"August",month9:"September",month10:"Oktober",month11:"November",month12:"Desember",year:"\xC5r",weekStartDay:"1",weeks:{sun:"S\xF8n",mon:"Man",tue:"Tir",wed:"Ons",thu:"Tor",fri:"Fre",sat:"L\xF8r"},months:{m1:"Jan",m2:"Feb",m3:"Mar",m4:"Apr",m5:"Mai",m6:"Jun",m7:"Jul",m8:"Aug",m9:"Sep",m10:"Okt",m11:"Nov",m12:"Des"}},transfer:{titles:{source:"Kilde",target:"M\xE5l"},filterPlaceholder:"S\xF8keord her",notFoundText:"Ikke funnet"},modal:{okText:"OK",cancelText:"Avbryt"},poptip:{okText:"OK",cancelText:"Avbryt"},page:{prev:"Forrige side",next:"Neste side",total:"Total",item:"element",items:"elementer",prev5:"Forrige 5 sider",next5:"Neste 5 sider",page:"/side",goto:"G\xE5 til",p:""},rate:{star:"Stjerne",stars:"Stjerner"},time:{before:" siden",after:" etter",just:"akkurat n\xE5",seconds:" sekunder",minutes:" minutter",hours:" timer",days:" dager"},tree:{emptyText:"Ingen data"}}};e(t);export{t as default};
import{s as e}from"./lang.js";const t={i:{locale:"nl-NL",select:{placeholder:"Selecteer",noMatch:"Geen overeenkomsten",loading:"Laden"},table:{noDataText:"Geen data",noFilteredDataText:"Geen gefilterde data",confirmFilter:"Bevestig",resetFilter:"Herstel",clearFilter:"Alles",sumText:"Som"},datepicker:{selectDate:"Selecteer datum",selectTime:"Selecteer tijd",startTime:"Begin tijd",endTime:"Eind tijd",clear:"Herstel",ok:"Ok",datePanelLabel:"[mm] [yyyy]",month:"Maand",month1:"Januari",month2:"Februari",month3:"Maart",month4:"April",month5:"Mei",month6:"Juni",month7:"Juli",month8:"Augustus",month9:"September",month10:"Oktober",month11:"November",month12:"December",year:"Jaar",weekStartDay:"1",weeks:{sun:"Zon",mon:"Maa",tue:"Din",wed:"Woe",thu:"Don",fri:"Vri",sat:"Zat"},months:{m1:"Jan",m2:"Feb",m3:"Mar",m4:"Apr",m5:"Mei",m6:"Jun",m7:"Jul",m8:"Aug",m9:"Sep",m10:"Okt",m11:"Nov",m12:"Dec"}},transfer:{titles:{source:"Bron",target:"Doel"},filterPlaceholder:"Zoeken",notFoundText:"Niet gevonden"},modal:{okText:"Ok",cancelText:"Annuleren"},poptip:{okText:"Ok",cancelText:"Annuleren"},page:{prev:"Vorige pagina",next:"Volgende pagina",total:"Totaal",item:"item",items:"items",prev5:"Vorige 5 pagina's",next5:"Volgende 5 pagina's",page:"/pagina",goto:"Ga",p:""},rate:{star:"Ster",stars:"Sterren"},tree:{emptyText:"Geen data"}}};e(t);export{t as default};
import{s as e}from"./lang.js";const t={i:{locale:"pl-PL",select:{placeholder:"Wybierz",noMatch:"Brak pasuj\u0105cych wynik\xF3w",loading:"\u0141adowanie"},table:{noDataText:"Brak danych",noFilteredDataText:"Brak danych",confirmFilter:"Potwierd\u017A",resetFilter:"Resetuj",clearFilter:"Wszystkie",sumText:"Razem"},datepicker:{selectDate:"Wybierz dat\u0119",selectTime:"Wybierz godzin\u0119",startTime:"Godzina pocz\u0105tkowa",endTime:"Godzina ko\u0144cowa",clear:"Wyczy\u015B\u0107",ok:"OK",datePanelLabel:"[mmmm] [yyyy]",month:"Miesi\u0105c",month1:"Stycze\u0144",month2:"Luty",month3:"Marzec",month4:"Kwiecie\u0144",month5:"Maj",month6:"Czerwiec",month7:"Lipiec",month8:"Sierpie\u0144",month9:"Wrzesie\u0144",month10:"Pa\u017Adziernik",month11:"Listopad",month12:"Grudzie\u0144",year:"Rok",weekStartDay:"1",weeks:{sun:"Ndz",mon:"Pon",tue:"Wto",wed:"\u015Aro",thu:"Czw",fri:"Pi\u0105",sat:"Sob"},months:{m1:"Sty",m2:"Lut",m3:"Mar",m4:"Kwi",m5:"Maj",m6:"Cze",m7:"Lip",m8:"Sie",m9:"Wrz",m10:"Pa\u017A",m11:"Lis",m12:"Gru"}},transfer:{titles:{source:"\u0179r\xF3d\u0142owy",target:"Docelowy"},filterPlaceholder:"Szukaj tutaj",notFoundText:"Nie znaleziono"},modal:{okText:"OK",cancelText:"Anuluj"},poptip:{okText:"OK",cancelText:"Anuluj"},page:{prev:"Poprzednia Strona",next:"Nast\u0119pna Strona",total:"\u0141\u0105cznie",item:"element",items:"element\xF3w",prev5:"Poprzednie 5 Stron",next5:"Nast\u0119pne 5 Stron",page:"/stron\u0119",goto:"Id\u017A do",p:""},rate:{star:"Gwiazdka",stars:"Gwiazdek"},time:{before:" temu",after:" po",just:"dopiero co",seconds:" sekund",minutes:" minut",hours:" godzin",days:" dni"},tree:{emptyText:"Brak danych"}}};e(t);export{t as default};
import{s as e}from"./lang.js";const a={i:{locale:"pt-BR",select:{placeholder:"Selecionar",noMatch:"N\xE3o encontrado",loading:"Carregando"},table:{noDataText:"Sem dados",noFilteredDataText:"Sem dados filtrados",confirmFilter:"Confirmar",resetFilter:"Limpar",clearFilter:"Todos",sumText:"Sum"},datepicker:{selectDate:"Selecione a data",selectTime:"Selecione a hora",startTime:"Hora inicial",endTime:"Hora final",clear:"Limpar",ok:"Confirmar",datePanelLabel:"[mmmm] de [yyyy]",month:"M\xEAs",month1:"Janeiro",month2:"Fevereiro",month3:"Mar\xE7o",month4:"Abril",month5:"Maio",month6:"Junho",month7:"Julho",month8:"Agosto",month9:"Setembro",month10:"Outubro",month11:"Novembro",month12:"Dezembro",year:"Ano",weekStartDay:"0",weeks:{sun:"Dom",mon:"Seg",tue:"Ter",wed:"Qua",thu:"Qui",fri:"Sex",sat:"S\xE1b"},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\xE3o encontrado"},modal:{okText:"Confirmar",cancelText:"Cancelar"},poptip:{okText:"Confirmar",cancelText:"Cancelar"},page:{prev:"P\xE1gina Anterior",next:"Pr\xF3xima P\xE1gina",total:"Total",item:"item",items:"itens",prev5:"Voltar 5 P\xE1ginas",next5:"Avan\xE7ar 5 P\xE1ginas",page:"/page",goto:"Ir para",p:""},rate:{star:"Estrela",stars:"Estrelas"},tree:{emptyText:"Sem dados"}}};e(a);export{a as default};
import{s as e}from"./lang.js";const a={i:{locale:"pt-PT",select:{placeholder:"Selecionar",noMatch:"N\xE3o encontrado",loading:"A carregar"},table:{noDataText:"Sem dados",noFilteredDataText:"Sem dados filtrados",confirmFilter:"Confirmar",resetFilter:"Limpar",clearFilter:"Todos",sumText:"Sum"},datepicker:{selectDate:"Selecione a data",selectTime:"Selecione a hora",startTime:"Hora inicial",endTime:"Hora final",clear:"Limpar",ok:"Confirmar",datePanelLabel:"[mmmm] de [yyyy]",month:"M\xEAs",month1:"Janeiro",month2:"Fevereiro",month3:"Mar\xE7o",month4:"Abril",month5:"Maio",month6:"Junho",month7:"Julho",month8:"Agosto",month9:"Setembro",month10:"Outubro",month11:"Novembro",month12:"Dezembro",year:"Ano",weekStartDay:"1",weeks:{sun:"Dom",mon:"Seg",tue:"Ter",wed:"Qua",thu:"Qui",fri:"Sex",sat:"S\xE1b"},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\xE3o encontrado"},modal:{okText:"Confirmar",cancelText:"Cancelar"},poptip:{okText:"Confirmar",cancelText:"Cancelar"},page:{prev:"P\xE1gina anterior",next:"Pr\xF3xima p\xE1gina",total:"Total",item:"item",items:"itens",prev5:"Voltar 5 p\xE1ginas",next5:"Avan\xE7ar 5 p\xE1ginas",page:"/page",goto:"Ir para",p:""},rate:{star:"Estrela",stars:"Estrelas"},tree:{emptyText:"Sem dados"}}};e(a);export{a as default};
import{s as e}from"./lang.js";const t={i:{locale:"ro-RO",select:{placeholder:"Selecteaz\u0103",noMatch:"Niciun rezultat",loading:"\xCEnc\u0103rcare"},table:{noDataText:"F\u0103r\u0103 date",noFilteredDataText:"Filtru f\u0103r\u0103 rezultate",confirmFilter:"Confirm\u0103",resetFilter:"Reseteaz\u0103",clearFilter:"Tot",sumText:"Suma"},datepicker:{selectDate:"Selecteaz\u0103 data",selectTime:"Selecteaz\u0103 timpul",startTime:"Ora ini\u021Bial\u0103",endTime:"Ora final\u0103",clear:"Anuleaz\u0103",ok:"OK",datePanelLabel:"[mmmm] [yyyy]",month:"Lun\u0103",month1:"Ianuarie",month2:"Februarie",month3:"Martie",month4:"Aprilia",month5:"Mai",month6:"Iunie",month7:"Iulie",month8:"August",month9:"Septembrie",month10:"Octombrie",month11:"Noiembrie",month12:"Decembrie",year:"An",weekStartDay:"1",weeks:{sun:"Dum",mon:"Lun",tue:"Mar",wed:"Mie",thu:"Joi",fri:"Vin",sat:"S\xE2m"},months:{m1:"Ian",m2:"Feb",m3:"Mar",m4:"Apr",m5:"Mai",m6:"Iun",m7:"Iul",m8:"Aug",m9:"Sep",m10:"Oct",m11:"Noi",m12:"Dec"}},transfer:{titles:{source:"Origine",target:"Destina\u021Bie"},filterPlaceholder:"Caut\u0103",notFoundText:"Niciun rezultat"},modal:{okText:"OK",cancelText:"Renun\u021B\u0103"},poptip:{okText:"OK",cancelText:"Renun\u021B\u0103"},page:{prev:"Pagina precedent\u0103",next:"Pagina urmatoare",total:"Total",item:"element",items:"elemente",prev5:"5 Pagini precedente",next5:"Urmatoarele 5 Pagini",page:"/pagina",goto:"Du-te la",p:""},rate:{star:"Stea",stars:"Stele"},tree:{emptyText:"F\u0103r\u0103 date"}}};e(t);export{t as default};
import{s as t}from"./lang.js";const e={i:{locale:"ru-RU",select:{placeholder:"\u0412\u044B\u0431\u0440\u0430\u0442\u044C",noMatch:"\u041D\u0435\u0442 \u0441\u043E\u043E\u0442\u0432\u0435\u0442\u0441\u0442\u0432\u0443\u044E\u0449\u0438\u0445 \u0434\u0430\u043D\u043D\u044B\u0445",loading:"\u0417\u0430\u0433\u0440\u0443\u0437\u043A\u0430"},table:{noDataText:"\u041D\u0435\u0442 \u0434\u0430\u043D\u043D\u044B\u0445",noFilteredDataText:"\u041D\u0435\u0442 \u0434\u0430\u043D\u043D\u044B\u0445 \u043F\u043E \u0444\u0438\u043B\u044C\u0442\u0440\u0443",confirmFilter:"\u041F\u043E\u0434\u0442\u0432\u0435\u0440\u0434\u0438\u0442\u044C",resetFilter:"\u0421\u0431\u0440\u043E\u0441",clearFilter:"\u0412\u0441\u0435",sumText:"\u0421\u0443\u043C\u043C\u0430"},datepicker:{selectDate:"\u0412\u044B\u0431\u0440\u0430\u0442\u044C \u0434\u0430\u0442\u0443",selectTime:"\u0412\u044B\u0431\u0440\u0430\u0442\u044C \u0432\u0440\u0435\u043C\u044F",startTime:"\u041D\u0430\u0447\u0430\u043B\u044C\u043D\u043E\u0435 \u0432\u0440\u0435\u043C\u044F",endTime:"\u041A\u043E\u043D\u0435\u0447\u043D\u043E\u0435 \u0432\u0440\u0435\u043C\u044F",clear:"\u041E\u0447\u0438\u0441\u0442\u0438\u0442\u044C",ok:"OK",datePanelLabel:"[Mmmm] [yyyy]",month:"",month1:"\u042F\u043D\u0432\u0430\u0440\u044C",month2:"\u0424\u0435\u0432\u0440\u0430\u043B\u044C",month3:"\u041C\u0430\u0440\u0442",month4:"\u0410\u043F\u0440\u0435\u043B\u044C",month5:"\u041C\u0430\u0439",month6:"\u0418\u044E\u043D\u044C",month7:"\u0418\u044E\u043B\u044C",month8:"\u0410\u0432\u0433\u0443\u0441\u0442",month9:"\u0421\u0435\u043D\u0442\u044F\u0431\u0440\u044C",month10:"\u041E\u043A\u0442\u044F\u0431\u0440\u044C",month11:"\u041D\u043E\u044F\u0431\u0440\u044C",month12:"\u0414\u0435\u043A\u0430\u0431\u0440\u044C",year:"",weekStartDay:"1",weeks:{sun:"\u0412\u0441",mon:"\u041F\u043D",tue:"\u0412\u0442",wed:"\u0421\u0440",thu:"\u0427\u0442",fri:"\u041F\u0442",sat:"\u0421\u0431"},months:{m1:"\u042F\u043D\u0432",m2:"\u0424\u0435\u0432",m3:"\u041C\u0430\u0440",m4:"\u0410\u043F\u0440",m5:"\u041C\u0430\u0439",m6:"\u0418\u044E\u043D",m7:"\u0418\u044E\u043B",m8:"\u0410\u0432\u0433",m9:"\u0421\u0435\u043D",m10:"\u041E\u043A\u0442",m11:"\u041D\u043E\u044F",m12:"\u0414\u0435\u043A"}},transfer:{titles:{source:"\u0418\u0441\u0442\u043E\u0447\u043D\u0438\u043A",target:"\u0426\u0435\u043B\u044C"},filterPlaceholder:"\u0418\u0441\u043A\u0430\u0442\u044C \u0437\u0434\u0435\u0441\u044C",notFoundText:"\u041D\u0435 \u043D\u0430\u0439\u0434\u0435\u043D\u043E"},modal:{okText:"OK",cancelText:"\u041E\u0442\u043C\u0435\u043D\u0438\u0442\u044C"},poptip:{okText:"OK",cancelText:"\u041E\u0442\u043C\u0435\u043D\u0438\u0442\u044C"},page:{prev:"\u041F\u0440\u0435\u0434. \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0430",next:"\u0421\u043B\u0435\u0434. \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0430",total:"\u0412\u0441\u0435\u0433\u043E",item:"\u043F\u0443\u043D\u043A\u0442",items:"\u043F\u0443\u043D\u043A\u0442\u044B",prev5:"\u041F\u0440\u0435\u0434. 5 \u0441\u0442\u0440\u0430\u043D\u0438\u0446",next5:"\u0421\u043B\u0435\u0434. 5 \u0441\u0442\u0440\u0430\u043D\u0438\u0446",page:" \u043D\u0430 \u0441\u0442\u0440\u0430\u043D\u0438\u0446\u0435",goto:"\u041F\u0435\u0440\u0435\u0439\u0442\u0438 \u043A",p:""},rate:{star:"\u0417\u0432\u0435\u0437\u0434\u0430",stars:"\u0417\u0432\u0435\u0437\u0434\u044B"},tree:{emptyText:"\u041D\u0435\u0442 \u0434\u0430\u043D\u043D\u044B\u0445"}}};t(e);export{e as default};
import{s as e}from"./lang.js";const t={i:{locale:"si-LK",select:{placeholder:"\u0DAD\u0DDD\u0DBB\u0DB1\u0DCA\u0DB1",noMatch:"\u0D9C\u0DD0\u0DC5\u0DB4\u0DD9\u0DB1 \u0DAF\u0DAD\u0DCA\u0DAD \u0DB1\u0DD0\u0DAD",loading:"\u0DB4\u0DD6\u0DBB\u0DAB\u0DBA \u0DC0\u0DD9\u0DB8\u0DD2\u0DB1\u0DCA"},table:{noDataText:"\u0DAF\u0DAD\u0DCA\u0DAD \u0DB1\u0DD0\u0DAD",noFilteredDataText:"\u0DB4\u0DD9\u0DBB\u0DC4\u0DB1\u0DCA \u0DAF\u0DAD\u0DCA\u0DAD \u0DB1\u0DDC\u0DB8\u0DD0\u0DAD",confirmFilter:"\u0DAD\u0DC4\u0DC0\u0DD4\u0DBB\u0DD4 \u0D9A\u0DBB\u0DB1\u0DCA\u0DB1",resetFilter:"\u0DBA\u0DC5\u0DD2 \u0DB4\u0DD2\u0DC4\u0DD2\u0DA7\u0DD4\u0DC0\u0DB1\u0DCA\u0DB1",clearFilter:"\u0DC3\u0DD2\u0DBA\u0DBD\u0DCA\u0DBD",sumText:"\u0D91\u0D9A\u0DAD\u0DD4\u0DC0"},datepicker:{selectDate:"\u0DAF\u0DD2\u0DB1\u0DBA \u0DAD\u0DDD\u0DBB\u0DB1\u0DCA\u0DB1",selectTime:"\u0DC0\u0DDA\u0DBD\u0DCF\u0DC0 \u0DAD\u0DDD\u0DBB\u0DB1\u0DCA\u0DB1",startTime:"\u0D86\u0DBB\u0DB8\u0DCA\u0DB7\u0D9A \u0DC0\u0DDA\u0DBD\u0DCF\u0DC0",endTime:"\u0D85\u0DC0\u0DC3\u0DB1\u0DCA \u0DC0\u0DDA\u0DBD\u0DCF\u0DC0",clear:"\u0DC4\u0DD2\u0DC3\u0DCA \u0D9A\u0DBB\u0DB1\u0DCA\u0DB1",ok:"\u0DC4\u0DBB\u0DD2",datePanelLabel:"[yyyy] [mmmm]",month:"\u0DB8\u0DCF\u0DC3\u0DBA",month1:"\u0DAF\u0DD4\u0DBB\u0DD4\u0DAD\u0DD4",month2:"\u0DB1\u0DC0\u0DB8\u0DCA",month3:"\u0DB8\u0DD0\u0DAF\u0DD2\u0DB1\u0DCA",month4:"\u0DB6\u0D9A\u0DCA",month5:"\u0DC0\u0DD9\u0DC3\u0D9A\u0DCA",month6:"\u0DB4\u0DDC\u0DC3\u0DDC\u0DB1\u0DCA",month7:"\u0D87\u0DC3\u0DC5",month8:"\u0DB1\u0DD2\u0D9A\u0DD2\u0DAB\u0DD2",month9:"\u0DB6\u0DD2\u0DB1\u0DBB",month10:"\u0DC0\u0DB4\u0DCA",month11:"\u0D89\u0DBD\u0DCA",month12:"\u0D8B\u0DB3\u0DD4\u0DC0\u0DB4\u0DCA",year:"\u0DC0\u0DBB\u0DCA\u0DC2\u0DBA",weekStartDay:"0",weeks:{sun:"\u0D89\u0DBB\u0DD2\u0DAF\u0DCF",mon:"\u0DC3\u0DB3\u0DD4\u0DAF\u0DCF",tue:"\u0D85\u0D9F\u0DC4",wed:"\u0DB6\u0DAF\u0DCF\u0DAF\u0DCF",thu:"\u0DB6\u0DCA\u200D\u0DBB\u0DC4\u0DC3\u0DCA",fri:"\u0DC3\u0DD2\u0D9A\u0DD4",sat:"\u0DC3\u0DD9\u0DB1"},months:{m1:"\u0DAF\u0DD4\u0DBB\u0DD4\u0DAD\u0DD4",m2:"\u0DB1\u0DC0\u0DB8\u0DCA",m3:"\u0DB8\u0DD0\u0DAF\u0DD2\u0DB1\u0DCA",m4:"\u0DB6\u0D9A\u0DCA",m5:"\u0DC0\u0DD9\u0DC3\u0D9A\u0DCA",m6:"\u0DB4\u0DD9\u0DC3\u0DDC\u0DB1\u0DCA",m7:"\u0D87\u0DC3\u0DC5",m8:"\u0DB1\u0DD2\u0D9A\u0DD2\u0DAB\u0DD2",m9:"\u0DB6\u0DD2\u0DB1\u0DBB",m10:"\u0DC0\u0DB4\u0DCA",m11:"\u0D89\u0DBD\u0DCA",m12:"\u0D8B\u0DB3\u0DD4\u0DC0"}},transfer:{titles:{source:"\u0DB4\u0DCA\u200D\u0DBB\u0DB7\u0DC0\u0DBA",target:"\u0D89\u0DBD\u0D9A\u0DCA\u0D9A\u0DBA"},filterPlaceholder:"\u0DB8\u0DD9\u0DAD\u0DD0\u0DB1 \u0DC3\u0DDC\u0DBA\u0DB1\u0DCA\u0DB1",notFoundText:"\u0DC3\u0DDC\u0DBA\u0DCF \u0D9C\u0DAD \u0DB1\u0DDC\u0DC4\u0DD0\u0D9A"},modal:{okText:"\u0DC4\u0DBB\u0DD2",cancelText:"\u0D85\u0DC0\u0DBD\u0D82\u0D9C\u0DD4 \u0D9A\u0DBB\u0DB1\u0DCA\u0DB1"},poptip:{okText:"\u0DC4\u0DBB\u0DD2",cancelText:"\u0D85\u0DC0\u0DBD\u0D82\u0D9C\u0DD4 \u0D9A\u0DBB\u0DB1\u0DCA\u0DB1"},page:{prev:"\u0DB4\u0DD9\u0DBB \u0DB4\u0DD2\u0DA7\u0DD4\u0DC0",next:"\u0D8A\u0DC5\u0D9F \u0DB4\u0DD2\u0DA7\u0DD4\u0DC0",total:"\u0DB8\u0DD4\u0DC5\u0DD4 \u0D91\u0D9A\u0DAD\u0DD4\u0DC0",item:"\u0D85\u0DAE\u0D9A\u0DBA",items:"\u0D85\u0DAE\u0D9A",prev5:"\u0DB4\u0DD9\u0DBB \u0DB4\u0DD2\u0DA7\u0DD4 5",next5:"\u0D8A\u0DC5\u0D9F \u0DB4\u0DD2\u0DA7\u0DD4 5",page:"/\u0DB4\u0DD2\u0DA7\u0DD4\u0DC0",goto:"\u0DA7 \u0DBA\u0DB1\u0DCA\u0DB1",p:""},rate:{star:"\u0DAD\u0DBB\u0DD4\u0DC0",stars:"\u0DAD\u0DBB\u0DD4"},time:{before:" \u0DB4\u0DD9\u0DBB",after:" \u0DB4\u0DC3\u0DD4",just:"\u0DB8\u0DDA \u0DAF\u0DD0\u0DB1\u0DCA",seconds:" \u0DAD\u0DAD\u0DCA\u0DB4\u0DBB",minutes:" \u0DC0\u0DD2\u0DB1\u0DCF\u0DA9\u0DD2",hours:" \u0DB4\u0DD0\u0DBA",days:" \u0DAF\u0DD2\u0DB1"},tree:{emptyText:"\u0DAF\u0DAD\u0DCA\u0DAD \u0DB1\u0DD0\u0DAD"}}};e(t);export{t as default};
import{s as t}from"./lang.js";const e={i:{locale:"sv-SE",select:{placeholder:"V\xE4lj",noMatch:"Ingen tr\xE4ff",loading:"Laddar"},table:{noDataText:"Ingen data",noFilteredDataText:"Ingen filter data",confirmFilter:"Bekr\xE4fta",resetFilter:"\xC5terst\xE4ll filter",clearFilter:"Rensa filter",sumText:"Sum"},datepicker:{selectDate:"V\xE4lj datum",selectTime:"V\xE4lj tidpunkt",startTime:"Start tid",endTime:"Slut tid",clear:"Rensa",ok:"Ok",datePanelLabel:"[mmmm] [yyyy]",month:"M\xE5nad",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:"\xC5r",weekStartDay:"1",weeks:{sun:"S\xF6n",mon:"M\xE5n",tue:"Tis",wed:"Ons",thu:"Tor",fri:"Fre",sat:"L\xF6r"},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\xE4lla",target:"M\xE5l"},filterPlaceholder:"S\xF6k h\xE4r",notFoundText:"Hittade inte"},modal:{okText:"Ok",cancelText:"Avbryt"},poptip:{okText:"Ok",cancelText:"Avbryt"},page:{prev:"F\xF6reg\xE5ende sida",next:"N\xE4sta sida",total:"Totalt",item:"objekt",items:"objekt",prev5:"F\xF6reg\xE5ende 5 sidor",next5:"N\xE4sta 5 sidor",page:"/page",goto:"G\xE5 till",p:""},rate:{star:"Stj\xE4rna",stars:"Stj\xE4rnor"},tree:{emptyText:"Ingen data"}}};t(e);export{e as default};
import{s as t}from"./lang.js";const e={i:{locale:"th-TH",select:{placeholder:"\u0E15\u0E31\u0E27\u0E40\u0E25\u0E37\u0E2D\u0E01",noMatch:"\u0E02\u0E49\u0E2D\u0E21\u0E39\u0E25\u0E44\u0E21\u0E48\u0E15\u0E23\u0E07\u0E01\u0E31\u0E19",loading:"\u0E14\u0E32\u0E27\u0E19\u0E4C\u0E42\u0E2B\u0E25\u0E14"},table:{noDataText:"\u0E44\u0E21\u0E48\u0E1E\u0E1A\u0E02\u0E49\u0E2D\u0E21\u0E39\u0E25",noFilteredDataText:"\u0E44\u0E21\u0E48\u0E1E\u0E1A\u0E15\u0E31\u0E27\u0E01\u0E23\u0E2D\u0E07\u0E02\u0E49\u0E2D\u0E21\u0E39\u0E25",confirmFilter:"\u0E22\u0E37\u0E19\u0E22\u0E31\u0E19",resetFilter:"\u0E23\u0E35\u0E40\u0E0B\u0E47\u0E15",clearFilter:"\u0E17\u0E31\u0E49\u0E07\u0E2B\u0E21\u0E14",sumText:"Sum"},datepicker:{selectDate:"\u0E40\u0E25\u0E37\u0E2D\u0E01\u0E27\u0E31\u0E19",selectTime:"\u0E40\u0E25\u0E37\u0E2D\u0E01\u0E40\u0E27\u0E25\u0E32",startTime:"\u0E40\u0E23\u0E34\u0E48\u0E21\u0E40\u0E27\u0E25\u0E32",endTime:"\u0E2A\u0E34\u0E49\u0E19\u0E2A\u0E38\u0E14\u0E40\u0E27\u0E25\u0E32",clear:"\u0E25\u0E49\u0E32\u0E07\u0E02\u0E49\u0E2D\u0E21\u0E39\u0E25",ok:"\u0E15\u0E01\u0E25\u0E07",datePanelLabel:"[mmmm] [yyyy]",month:"\u0E40\u0E14\u0E37\u0E2D\u0E19",month1:"\u0E21\u0E01\u0E23\u0E32\u0E15\u0E21",month2:"\u0E01\u0E38\u0E21\u0E20\u0E32\u0E1E\u0E31\u0E19\u0E18\u0E4C",month3:"\u0E21\u0E35\u0E19\u0E32\u0E04\u0E21",month4:"\u0E40\u0E21\u0E29\u0E32\u0E22\u0E19",month5:"\u0E1E\u0E24\u0E29\u0E20\u0E32\u0E04\u0E21",month6:"\u0E21\u0E34\u0E16\u0E38\u0E19\u0E32\u0E22\u0E19",month7:"\u0E01\u0E23\u0E01\u0E0E\u0E32\u0E04\u0E21",month8:"\u0E2A\u0E34\u0E07\u0E2B\u0E32\u0E04\u0E21",month9:"\u0E01\u0E31\u0E19\u0E22\u0E32\u0E22\u0E19",month10:"\u0E15\u0E38\u0E25\u0E32\u0E04\u0E21",month11:"\u0E1E\u0E24\u0E28\u0E08\u0E34\u0E01\u0E32\u0E22\u0E19",month12:"\u0E18\u0E31\u0E19\u0E27\u0E32\u0E04\u0E21",year:"\u0E1B\u0E35",weekStartDay:"0",weeks:{sun:"\u0E2D\u0E32\u0E17\u0E34\u0E15\u0E22\u0E4C",mon:"\u0E08\u0E31\u0E19\u0E17\u0E23\u0E4C",tue:"\u0E2D\u0E31\u0E07\u0E04\u0E32\u0E23",wed:"\u0E1E\u0E38\u0E18",thu:"\u0E1E\u0E24\u0E2B\u0E31\u0E2A\u0E1A\u0E14\u0E35",fri:"\u0E28\u0E38\u0E01\u0E23\u0E4C",sat:"\u0E40\u0E2A\u0E32\u0E23\u0E4C"},months:{m1:"\u0E21.\u0E04.",m2:"\u0E01.\u0E1E.",m3:"\u0E21\u0E35.\u0E04.",m4:"\u0E40\u0E21.\u0E22.",m5:"\u0E1E.\u0E04.",m6:"\u0E21\u0E34.\u0E22.",m7:"\u0E01.\u0E04.",m8:"\u0E2A.\u0E04.",m9:"\u0E01.\u0E22.",m10:"\u0E15.\u0E04.",m11:"\u0E1E.\u0E22.",m12:"\u0E18.\u0E04."}},transfer:{titles:{source:"\u0E41\u0E2B\u0E25\u0E48\u0E07\u0E02\u0E49\u0E2D\u0E21\u0E39\u0E25",target:"\u0E40\u0E1B\u0E49\u0E32\u0E2B\u0E21\u0E32\u0E22"},filterPlaceholder:"\u0E04\u0E49\u0E19\u0E2B\u0E32\u0E17\u0E35\u0E48\u0E19\u0E35\u0E49",notFoundText:"\u0E04\u0E49\u0E19\u0E2B\u0E32\u0E44\u0E21\u0E48\u0E1E\u0E1A"},modal:{okText:"\u0E15\u0E01\u0E25\u0E07",cancelText:"\u0E22\u0E01\u0E40\u0E25\u0E34\u0E01"},poptip:{okText:"\u0E15\u0E01\u0E25\u0E07",cancelText:"\u0E22\u0E01\u0E40\u0E25\u0E34\u0E01"},page:{prev:"\u0E2B\u0E19\u0E49\u0E32\u0E01\u0E48\u0E2D\u0E19",next:"\u0E2B\u0E19\u0E49\u0E32\u0E16\u0E31\u0E14\u0E44\u0E1B",total:"\u0E17\u0E31\u0E49\u0E07\u0E2B\u0E21\u0E14",item:"\u0E44\u0E2D\u0E40\u0E17\u0E21",items:"\u0E44\u0E2D\u0E40\u0E17\u0E21",prev5:"\u0E01\u0E48\u0E2D\u0E19 5 \u0E2B\u0E19\u0E49\u0E32",next5:"\u0E16\u0E31\u0E14\u0E44\u0E1B 5 \u0E2B\u0E19\u0E49\u0E32",page:"/\u0E2B\u0E19\u0E49\u0E32",goto:"\u0E44\u0E1B\u0E22\u0E31\u0E07",p:"\u0E2B\u0E19\u0E49\u0E32"},rate:{star:"\u0E14\u0E27\u0E07",stars:"\u0E14\u0E27\u0E07"},tree:{emptyText:"\u0E44\u0E21\u0E48\u0E1E\u0E1A\u0E02\u0E49\u0E2D\u0E21\u0E39\u0E25"}}};t(e);export{e as default};
import{s as e}from"./lang.js";const a={i:{locale:"tr-TR",select:{placeholder:"Se\xE7",noMatch:"E\u015Fle\u015Fen veri yok",loading:"y\xFCkleme"},table:{noDataText:"Veri Yok",noFilteredDataText:"S\xFCz\xFClen veri yok",confirmFilter:"Onayla",resetFilter:"S\u0131f\u0131rla",clearFilter:"Hepsi",sumText:"Sum"},datepicker:{selectDate:"Tarih se\xE7",selectTime:"Zaman se\xE7",startTime:"Ba\u015Flang\u0131\xE7",endTime:"Biti\u015Fe",clear:"Temizle",ok:"Tamam",datePanelLabel:"[mmmm] [yyyy]",month:"",month1:"Ocak",month2:"\u015Eubat",month3:"Mart",month4:"Nisan",month5:"May\u0131s",month6:"Haziran",month7:"Temmuz",month8:"A\u011Fustos",month9:"Eyl\xFCl",month10:"Ekim",month11:"Kas\u0131m",month12:"Aral\u0131k",year:"",weekStartDay:"0",weeks:{sun:"Paz",mon:"Pzt",tue:"Sal",wed:"\xC7ar",thu:"Per",fri:"Cum",sat:"Cmt"},months:{m1:"Oca",m2:"\u015Eub",m3:"Mar",m4:"Nis",m5:"May",m6:"Haz",m7:"Tem",m8:"A\u011Fu",m9:"Eyl",m10:"Ekm",m11:"Kas",m12:"Ara"}},transfer:{titles:{source:"Kaynak",target:"Hedef"},filterPlaceholder:"Arama yap\u0131n",notFoundText:"Bulunamad\u0131"},modal:{okText:"Tamam",cancelText:"\u0130ptal"},poptip:{okText:"Tamam",cancelText:"\u0130ptal"},page:{prev:"\xD6nceki",next:"Sonraki",total:"Toplam",item:"\xF6\u011Fe",items:"\xF6\u011Feler",prev5:"\xD6nceki 5 Sayfa",next5:"Sonraki 5 Sayfa",page:"/sayfa",goto:"Git",p:""},rate:{star:"Y\u0131ld\u0131z",stars:"Y\u0131ld\u0131z"},time:{before:" \xF6nce",after:" sonra",just:"hemen \u015Fimdi",seconds:" saniye",minutes:" dakika",hours:" saat",days:" g\xFCn"},tree:{emptyText:"Veri Yok"}}};e(a);export{a as default};
import{s as e}from"./lang.js";const t={i:{locale:"uk-UA",select:{placeholder:"\u041E\u0431\u0440\u0430\u0442\u0438",noMatch:"\u041D\u0435\u043C\u0430\u0454 \u0432\u0456\u0434\u043F\u043E\u0432\u0456\u0434\u043D\u0438\u0445 \u0434\u0430\u043D\u0438\u0445",loading:"\u0417\u0430\u0432\u0430\u043D\u0442\u0430\u0436\u0435\u043D\u043D\u044F"},table:{noDataText:"\u041D\u0435\u043C\u0430\u0454 \u0434\u0430\u043D\u0438\u0445",noFilteredDataText:"\u041D\u0435\u043C\u0430\u0454 \u0434\u0430\u043D\u0438\u0445 \u043F\u043E \u0444\u0456\u043B\u044C\u0442\u0440\u0443",confirmFilter:"\u041F\u0456\u0434\u0442\u0432\u0435\u0440\u0434\u0438\u0442\u0438",resetFilter:"\u0421\u043A\u0438\u043D\u0443\u0442\u0438",clearFilter:"\u0423\u0441\u0435",sumText:"Sum"},datepicker:{selectDate:"\u041E\u0431\u0440\u0430\u0442\u0438 \u0434\u0430\u0442\u0443",selectTime:"\u041E\u0431\u0440\u0430\u0442\u0438 \u0447\u0430\u0441",startTime:"\u041F\u043E\u0447\u0430\u0442\u043A\u043E\u0432\u0438\u0439 \u0447\u0430\u0441",endTime:"\u041A\u0456\u043D\u0446\u0435\u0432\u0438\u0439 \u0447\u0430\u0441",clear:"\u041E\u0447\u0438\u0441\u0442\u0438\u0442\u0438",ok:"OK",datePanelLabel:"[Mmmm] [yyyy]",month:"",month1:"\u0421\u0456\u0447\u0435\u043D\u044C",month2:"\u041B\u044E\u0442\u0438\u0439",month3:"\u0411\u0435\u0440\u0435\u0437\u0435\u043D\u044C",month4:"\u041A\u0432\u0456\u0442\u0435\u043D\u044C",month5:"\u0422\u0440\u0430\u0432\u0435\u043D\u044C",month6:"\u0427\u0435\u0440\u0432\u0435\u043D\u044C",month7:"\u041B\u0438\u043F\u0435\u043D\u044C",month8:"\u0421\u0435\u0440\u043F\u0435\u043D\u044C",month9:"\u0412\u0435\u0440\u0435\u0441\u0435\u043D\u044C",month10:"\u0416\u043E\u0432\u0442\u0435\u043D\u044C",month11:"\u041B\u0438\u0441\u0442\u043E\u043F\u0430\u0434",month12:"\u0413\u0440\u0443\u0434\u0435\u043D\u044C",year:"",weekStartDay:"1",weeks:{sun:"\u041D\u0434",mon:"\u041F\u043D",tue:"\u0412\u0442",wed:"\u0421\u0440",thu:"\u0427\u0442",fri:"\u041F\u0442",sat:"\u0421\u0431"},months:{m1:"\u0421\u0456\u0447",m2:"\u041B\u044E\u0442",m3:"\u0411\u0435\u0440",m4:"\u041A\u0432\u0456",m5:"\u0422\u0440\u0430",m6:"\u0427\u0435\u0440",m7:"\u041B\u0438\u043F",m8:"\u0421\u0435\u0440",m9:"\u0412\u0435\u0440",m10:"\u0416\u043E\u0432",m11:"\u041B\u0438\u0441",m12:"\u0413\u0440\u0443"}},transfer:{titles:{source:"\u0414\u0436\u0435\u0440\u0435\u043B\u043E",target:"\u0426\u0456\u043B\u044C"},filterPlaceholder:"\u0428\u0443\u043A\u0430\u0442\u0438 \u0442\u0443\u0442",notFoundText:"\u041D\u0435 \u0437\u043D\u0430\u0439\u0434\u0435\u043D\u043E"},modal:{okText:"OK",cancelText:"\u0421\u043A\u0430\u0441\u0443\u0432\u0430\u0442\u0438"},poptip:{okText:"OK",cancelText:"\u0421\u043A\u0430\u0441\u0443\u0432\u0430\u0442\u0438"},page:{prev:"\u041F\u043E\u043F\u0435\u0440. \u0441\u0442\u043E\u0440\u0456\u043D\u043A\u0430",next:"\u041D\u0430\u0441\u0442. \u0441\u0442\u043E\u0440\u0456\u043D\u043A\u0430",total:"\u0412\u0441\u044C\u043E\u0433\u043E",item:"\u043F\u0443\u043D\u043A\u0442",items:"\u043F\u0443\u043D\u043A\u0442\u0438",prev5:"\u041F\u043E\u043F\u0435\u0440. 5 \u0441\u0442\u043E\u0440\u0456\u043D\u043E\u043A",next5:"\u041D\u0430\u0441\u0442. 5 \u0441\u0442\u043E\u0440\u0456\u043D\u043E\u043A",page:"/page",goto:"\u0419\u0442\u0438 \u0434\u043E",p:""},rate:{star:"\u0417\u0456\u0440\u043A\u0430",stars:"\u0417\u0456\u0440\u043A\u0438"},tree:{emptyText:"\u041D\u0435\u043C\u0430\u0454 \u0434\u0430\u043D\u0438\u0445"}}};e(t);export{t as default};
import{s as t}from"./lang.js";const n={i:{locale:"vi-VN",select:{placeholder:"Ch\u1ECDn",noMatch:"Kh\xF4ng t\xECm th\u1EA5y",loading:"\u0110ang t\u1EA3i"},table:{noDataText:"Kh\xF4ng c\xF3 d\u1EEF li\u1EC7u",noFilteredDataText:"Kh\xF4ng c\xF3 d\u1EEF li\u1EC7u l\u1ECDc",confirmFilter:"X\xE1c nh\u1EADn",resetFilter:"L\xE0m l\u1EA1i",clearFilter:"X\xF3a h\u1EBFt",sumText:"T\u1ED5ng"},datepicker:{selectDate:"Ch\u1ECDn ng\xE0y",selectTime:"Ch\u1ECDn gi\u1EDD",startTime:"Ng\xE0y b\u1EAFt \u0111\u1EA7u",endTime:"Ng\xE0y k\u1EBFt th\xFAc",clear:"X\xF3a",ok:"\u0110\u1ED3ng \xFD",datePanelLabel:"[Th\xE1ng mm]/[yyyy]",month:"",month1:"Th\xE1ng 1",month2:"Th\xE1ng 2",month3:"Th\xE1ng 3",month4:"Th\xE1ng 4",month5:"Th\xE1ng 5",month6:"Th\xE1ng 6",month7:"Th\xE1ng 7",month8:"Th\xE1ng 8",month9:"Th\xE1ng 9",month10:"Th\xE1ng 10",month11:"Th\xE1ng 11",month12:"Th\xE1ng 12",year:"",weekStartDay:"1",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\u1ED3n",target:"\u0110\xEDch"},filterPlaceholder:"Nh\u1EADp t\u1EEB kh\xF3a",notFoundText:"Kh\xF4ng t\xECm th\u1EA5y"},modal:{okText:"\u0110\u1ED3ng \xFD",cancelText:"H\u1EE7y b\u1ECF"},poptip:{okText:"\u0110\u1ED3ng \xFD",cancelText:"H\u1EE7y b\u1ECF"},page:{prev:"Trang tr\u01B0\u1EDBc",next:"Trang k\u1EBF",total:"T\u1ED5ng",item:"k\u1EBFt qu\u1EA3",items:"k\u1EBFt qu\u1EA3",prev5:"5 trang tr\u01B0\u1EDBc",next5:"5 trang k\u1EBF",page:"/trang",goto:"T\u1EDBi trang",p:""},rate:{star:"Sao",stars:"Sao"},tree:{emptyText:"Kh\xF4ng c\xF3 d\u1EEF li\u1EC7u"}}};t(n);export{n as default};
import{s as e}from"./lang.js";const t={i:{locale:"zh-CN",select:{placeholder:"\u8BF7\u9009\u62E9",noMatch:"\u65E0\u5339\u914D\u6570\u636E",loading:"\u52A0\u8F7D\u4E2D"},table:{noDataText:"\u6682\u65E0\u6570\u636E",noFilteredDataText:"\u6682\u65E0\u7B5B\u9009\u7ED3\u679C",confirmFilter:"\u7B5B\u9009",resetFilter:"\u91CD\u7F6E",clearFilter:"\u5168\u90E8",sumText:"\u5408\u8BA1"},datepicker:{selectDate:"\u9009\u62E9\u65E5\u671F",selectTime:"\u9009\u62E9\u65F6\u95F4",startTime:"\u5F00\u59CB\u65F6\u95F4",endTime:"\u7ED3\u675F\u65F6\u95F4",clear:"\u6E05\u7A7A",ok:"\u786E\u5B9A",datePanelLabel:"[yyyy\u5E74] [m\u6708]",month:"\u6708",month1:"1 \u6708",month2:"2 \u6708",month3:"3 \u6708",month4:"4 \u6708",month5:"5 \u6708",month6:"6 \u6708",month7:"7 \u6708",month8:"8 \u6708",month9:"9 \u6708",month10:"10 \u6708",month11:"11 \u6708",month12:"12 \u6708",year:"\u5E74",weekStartDay:"0",weeks:{sun:"\u65E5",mon:"\u4E00",tue:"\u4E8C",wed:"\u4E09",thu:"\u56DB",fri:"\u4E94",sat:"\u516D"},months:{m1:"1\u6708",m2:"2\u6708",m3:"3\u6708",m4:"4\u6708",m5:"5\u6708",m6:"6\u6708",m7:"7\u6708",m8:"8\u6708",m9:"9\u6708",m10:"10\u6708",m11:"11\u6708",m12:"12\u6708"}},transfer:{titles:{source:"\u6E90\u5217\u8868",target:"\u76EE\u7684\u5217\u8868"},filterPlaceholder:"\u8BF7\u8F93\u5165\u641C\u7D22\u5185\u5BB9",notFoundText:"\u5217\u8868\u4E3A\u7A7A"},modal:{okText:"\u786E\u5B9A",cancelText:"\u53D6\u6D88"},poptip:{okText:"\u786E\u5B9A",cancelText:"\u53D6\u6D88"},page:{prev:"\u4E0A\u4E00\u9875",next:"\u4E0B\u4E00\u9875",total:"\u5171",item:"\u6761",items:"\u6761",prev5:"\u5411\u524D 5 \u9875",next5:"\u5411\u540E 5 \u9875",page:"\u6761/\u9875",goto:"\u8DF3\u81F3",p:"\u9875"},rate:{star:"\u661F",stars:"\u661F"},time:{before:"\u524D",after:"\u540E",just:"\u521A\u521A",seconds:"\u79D2",minutes:"\u5206\u949F",hours:"\u5C0F\u65F6",days:"\u5929"},tree:{emptyText:"\u6682\u65E0\u6570\u636E"},image:{zoomIn:"\u653E\u5927",zoomOut:"\u7F29\u5C0F",rotateLeft:"\u5DE6\u65CB\u8F6C",rotateRight:"\u53F3\u65CB\u8F6C",fail:"\u5931\u8D25",preview:"\u9884\u89C8"}}};e(t);export{t as default};
import{s as t}from"./lang.js";const e={i:{locale:"zh-TW",select:{placeholder:"\u8ACB\u9078\u64C7",noMatch:"\u7121\u5339\u914D\u8CC7\u6599",loading:"\u52A0\u8F09\u4E2D"},table:{noDataText:"\u66AB\u7121\u8CC7\u6599",noFilteredDataText:"\u66AB\u7121\u7BE9\u9078\u7D50\u679C",confirmFilter:"\u7BE9\u9078",resetFilter:"\u91CD\u7F6E",clearFilter:"\u5168\u90E8",sumText:"\u5408\u8A08"},datepicker:{selectDate:"\u9078\u64C7\u65E5\u671F",selectTime:"\u9078\u64C7\u6642\u9593",startTime:"\u958B\u59CB\u6642\u9593",endTime:"\u7D50\u675F\u6642\u9593",clear:"\u6E05\u7A7A",ok:"\u78BA\u5B9A",datePanelLabel:"[yyyy\u5E74] [m\u6708]",month:"\u6708",month1:"1 \u6708",month2:"2 \u6708",month3:"3 \u6708",month4:"4 \u6708",month5:"5 \u6708",month6:"6 \u6708",month7:"7 \u6708",month8:"8 \u6708",month9:"9 \u6708",month10:"10 \u6708",month11:"11 \u6708",month12:"12 \u6708",year:"\u5E74",weekStartDay:"0",weeks:{sun:"\u65E5",mon:"\u4E00",tue:"\u4E8C",wed:"\u4E09",thu:"\u56DB",fri:"\u4E94",sat:"\u516D"},months:{m1:"1\u6708",m2:"2\u6708",m3:"3\u6708",m4:"4\u6708",m5:"5\u6708",m6:"6\u6708",m7:"7\u6708",m8:"8\u6708",m9:"9\u6708",m10:"10\u6708",m11:"11\u6708",m12:"12\u6708"}},transfer:{titles:{source:"\u4F86\u6E90\u5217\u8868",target:"\u76EE\u6A19\u5217\u8868"},filterPlaceholder:"\u8ACB\u8F38\u5165\u641C\u5C0B\u5167\u5BB9",notFoundText:"\u5217\u8868\u7232\u7A7A"},modal:{okText:"\u78BA\u5B9A",cancelText:"\u53D6\u6D88"},poptip:{okText:"\u78BA\u5B9A",cancelText:"\u53D6\u6D88"},page:{prev:"\u4E0A\u4E00\u9801",next:"\u4E0B\u4E00\u9801",total:"\u5171",item:"\u689D",items:"\u689D",prev5:"\u5411\u524D 5 \u9801",next5:"\u5411\u5F8C 5 \u9801",page:"\u689D/\u9801",goto:"\u8DF3\u81F3",p:"\u9801"},rate:{star:"\u661F",stars:"\u661F"},tree:{emptyText:"\u66AB\u7121\u8CC7\u6599"},image:{zoomIn:"\u653E\u5927",zoomOut:"\u7E2E\u5C0F",rotateLeft:"\u5DE6\u65CB\u8F49",rotateRight:"\u53F3\u65CB\u8F49",fail:"\u5931\u6557",preview:"\u9810\u89BD"}}};t(e);export{e as default};
import{s as e}from"./lang.js";const t={i:{locale:"zh-UG",select:{placeholder:"\u062A\u0627\u0644\u0644\u0627\u0634",noMatch:"\u0626\u06C7\u0686\u06C7\u0631 \u064A\u0648\u0642",loading:"\u0633\u06D5\u0644 \u0633\u0627\u0642\u0644\u0627\u0634"},table:{noDataText:"\u0626\u06C7\u0686\u06C7\u0631 \u064A\u0648\u0642",noFilteredDataText:"\u0628\u06C7\u0646\u062F\u0627\u0642 \u0646\u06D5\u062A\u0649\u062C\u06D5 \u064A\u0648\u0642",confirmFilter:"\u062A\u0627\u0633\u0642\u0627\u0634",resetFilter:"\u062A\u0627\u0632\u0644\u0627\u0634",clearFilter:"\u0628\u0627\u0631\u0644\u0649\u0642",sumText:"\u062C\u06D5\u0645\u0626\u0649\u064A"},datepicker:{selectDate:"\u0686\u0649\u0633\u0644\u0627 \u062A\u0627\u0644\u0644\u0627\u0634",selectTime:"\u06CB\u0627\u0642\u0649\u062A \u062A\u0627\u0644\u0644\u0627\u0634",startTime:"\u0628\u0627\u0634\u0644\u0649\u0646\u0649\u0634",endTime:"\u0626\u0627\u062E\u0649\u0631\u0644\u0649\u0634\u0649\u0634",clear:"\u0628\u0649\u0643\u0627\u0631\u0644\u0627\u0634",ok:"\u062C\u06D5\u0632\u0649\u0645\u0644\u06D5\u0634",datePanelLabel:"[yyyy\u064A\u0649\u0644] [m\u0626\u0627\u064A]",month:"\u0626\u0627\u064A",month1:"1-\u0626\u0627\u064A",month2:"2-\u0626\u0627\u064A",month3:"3-\u0626\u0627\u064A",month4:"4-\u0626\u0627\u064A",month5:"5-\u0626\u0627\u064A",month6:"6-\u0626\u0627\u064A",month7:"7-\u0626\u0627\u064A",month8:"8-\u0626\u0627\u064A",month9:"9-\u0626\u0627\u064A",month10:"10-\u0626\u0627\u064A",month11:"11-\u0626\u0627\u064A",month12:"12-\u0626\u0627\u064A",year:"\u064A\u0649\u0644",weekStartDay:"0",weeks:{sun:"\u064A\u06D5\u0643",mon:"\u062F\u06C8",tue:"\u0633\u06D5\u064A",wed:"\u0686\u0627\u0631",thu:"\u067E\u06D5\u064A",fri:"\u062C\u06C8",sat:"\u0634\u06D5\u0646"},months:{m1:"1-\u0626\u0627\u064A",m2:"2-\u0626\u0627\u064A",m3:"3-\u0626\u0627\u064A",m4:"4-\u0626\u0627\u064A",m5:"5-\u0626\u0627\u064A",m6:"6-\u0626\u0627\u064A",m7:"7-\u0626\u0627\u064A",m8:"8-\u0626\u0627\u064A",m9:"9-\u0626\u0627\u064A",m10:"10-\u0626\u0627\u064A",m11:"11-\u0626\u0627\u064A",m12:"12-\u0626\u0627\u064A"}},transfer:{titles:{source:"\u0626\u06D5\u0633\u0644\u0649 \u062A\u0649\u0632\u0649\u0645\u0644\u0649\u0643",target:"\u0646\u0649\u0634\u0627\u0646 \u062A\u0649\u0632\u0649\u0645\u0644\u0649\u0643"},filterPlaceholder:"\u0626\u0649\u0632\u062F\u06D5\u064A\u062F\u0649\u063A\u0627\u0646 \u0645\u06D5\u0632\u0645\u06C7\u0646\u0646\u0649 \u0643\u0649\u0631\u06AF\u06C8\u0632\u06C8\u06AD",notFoundText:"\u0626\u06C7\u0686\u06C7\u0631 \u064A\u0648\u0642"},modal:{okText:"\u062C\u06D5\u0632\u0649\u0645\u0644\u06D5\u0634",cancelText:"\u0628\u0649\u0643\u0627\u0631 \u0642\u0649\u0644\u0649\u0634"},poptip:{okText:"\u062C\u06D5\u0632\u0649\u0645\u0644\u06D5\u0634",cancelText:"\u0628\u0649\u0643\u0627\u0631 \u0642\u0649\u0644\u0649\u0634"},page:{prev:"\u0626\u0627\u0644\u062F\u0649\u0646\u0642\u0649 \u0628\u06D5\u062A",next:"\u0643\u0649\u064A\u0649\u0646\u0643\u0649 \u0628\u06D5\u062A",total:"\u062C\u06D5\u0645\u0626\u0649\u064A",item:"\u062A\u0627\u0644",items:"\u062A\u0627\u0644",prev5:"\u0626\u0627\u0644\u062F\u0649\u063A\u0627 5 \u0628\u06D5\u062A",next5:"\u0626\u0627\u0631\u0642\u0649\u063A\u0627 5 \u0628\u06D5\u062A",page:"\u062A\u0627\u0644/\u06BE\u06D5\u0631 \u0628\u0649\u0631 \u0628\u06D5\u062A",goto:"\u0626\u0627\u062A\u0644\u0627\u0634",p:"\u0628\u06D5\u062A"},rate:{star:"\u064A\u06C7\u0644\u062A\u06C7\u0632",stars:"\u064A\u06C7\u0644\u062A\u06C7\u0632"},time:{before:" \u0628\u06C7\u0631\u06C7\u0646",after:" \u0643\u0649\u064A\u0649\u0646",just:"\u0628\u0627\u064A\u0649\u0644\u0627",seconds:" \u0633\u0649\u0643\u0648\u0646\u062A",minutes:" \u0645\u0649\u0646\u06C7\u062A",hours:" \u0633\u0627\u0626\u06D5\u062A",days:" \u0643\u06C8\u0646"},tree:{emptyText:"\u0626\u06C7\u0686\u06C7\u0631 \u064A\u0648\u0642"}}};e(t);export{t as default};
此差异已折叠。
因为 它太大了无法显示 source diff 。你可以改为 查看blob
此差异已折叠。
此差异已折叠。
<style lang="less">
@import "../src/styles/index.less";
.container-nav{
&>span{
display: inline-block;
margin-right: 12px;
}
}
</style>
<template>
<div id="app" class="container">
<div class="container-nav">
<span><router-link to="/split">Split</router-link></span>
<span><router-link to="/layout">Layout</router-link></span>
<span><router-link to="/affix">Affix</router-link></span>
<span><router-link to="/anchor">Anchor</router-link></span>
<span><router-link to="/grid">Grid</router-link></span>
<span><router-link to="/button">Button</router-link></span>
<span><router-link to="/input">Input</router-link></span>
<span><router-link to="/radio">Radio</router-link></span>
<span><router-link to="/checkbox">Checkbox</router-link></span>
<span><router-link to="/steps">Steps</router-link></span>
<span><router-link to="/timeline">Timeline</router-link></span>
<span><router-link to="/switch">Switch</router-link></span>
<span><router-link to="/alert">Alert</router-link></span>
<span><router-link to="/badge">Badge</router-link></span>
<span><router-link to="/tag">Tag</router-link></span>
<span><router-link to="/input-number">InputNumber</router-link></span>
<span><router-link to="/progress">Progress</router-link></span>
<span><router-link to="/upload">Upload</router-link></span>
<span><router-link to="/collapse">Collapse</router-link></span>
<span><router-link to="/carousel">Carousel</router-link></span>
<span><router-link to="/card">Card</router-link></span>
<span><router-link to="/tree">Tree</router-link></span>
<span><router-link to="/rate">Rate</router-link></span>
<span><router-link to="/circle">Circle</router-link></span>
<span><router-link to="/tabs">Tabs</router-link></span>
<span><router-link to="/tooltip">Tooltip</router-link></span>
<span><router-link to="/poptip">Poptip</router-link></span>
<span><router-link to="/slider">Slider</router-link></span>
<span><router-link to="/dropdown">Dropdown</router-link></span>
<span><router-link to="/breadcrumb">Breadcrumb</router-link></span>
<span><router-link to="/menu">Menu</router-link></span>
<span><router-link to="/spin">Spin</router-link></span>
<span><router-link to="/cascader">Cascader</router-link></span>
<span><router-link to="/select">Select</router-link></span>
<span><router-link to="/backtop">Backtop</router-link></span>
<span><router-link to="/page">Page</router-link></span>
<span><router-link to="/transfer">Transfer</router-link></span>
<span><router-link to="/date">Date</router-link></span>
<span><router-link to="/form">Form</router-link></span>
<span><router-link to="/table">Table</router-link></span>
<span><router-link to="/loading-bar">LoadingBar</router-link></span>
<span><router-link to="/modal">Modal</router-link></span>
<span><router-link to="/message">Message</router-link></span>
<span><router-link to="/notice">Notice</router-link></span>
<span><router-link to="/avatar">Avatar</router-link></span>
<span><router-link to="/color-picker">ColorPicker</router-link></span>
<span><router-link to="/auto-complete">AutoComplete</router-link></span>
<span><router-link to="/scroll">Scroll</router-link></span>
<span><router-link to="/divider">Divider</router-link></span>
<span><router-link to="/time">Time</router-link></span>
<span><router-link to="/cell">Cell</router-link></span>
<span><router-link to="/drawer">Drawer</router-link></span>
<span><router-link to="/icon">Icon</router-link></span>
<span><router-link to="/list">List</router-link></span>
<span><router-link to="/skeleton">Skeleton</router-link></span>
<span><router-link to="/typography">Typography</router-link></span>
<Divider></Divider>
<span><router-link to="/grid-component">Grid</router-link></span>
<span><router-link to="/description-list">DescriptionList</router-link></span>
<span><router-link to="/page-header">PageHeader</router-link></span>
<span><router-link to="/tag-select">TagSelect</router-link></span>
<span><router-link to="/login">Login</router-link></span>
<span><router-link to="/notification">Notification</router-link></span>
<span><router-link to="/calendar">Calendar</router-link></span>
<span><router-link to="/auth">Auth</router-link></span>
<span><router-link to="/ellipsis">Ellipsis</router-link></span>
<span><router-link to="/table-paste">TablePaste</router-link></span>
<span><router-link to="/avatar-list">AvatarList</router-link></span>
<span><router-link to="/count-down">CountDown</router-link></span>
<span><router-link to="/count-up">CountUp</router-link></span>
<span><router-link to="/numeral">Numeral</router-link></span>
<span><router-link to="/number-info">NumberInfo</router-link></span>
<span><router-link to="/trend">Trend</router-link></span>
<span><router-link to="/footer-toolbar">FooterToolbar</router-link></span>
<span><router-link to="/global-footer">GlobalFooter</router-link></span>
<span><router-link to="/word-count">WordCount</router-link></span>
<span><router-link to="/result">Result</router-link></span>
<span><router-link to="/exception">Exception</router-link></span>
<span><router-link to="/tree-select">TreeSelect</router-link></span>
<span><router-link to="/city">City</router-link></span>
<span><router-link to="/v-style">v-style</router-link></span>
<span><router-link to="/v-resize">v-resize</router-link></span>
<span><router-link to="/v-line-clamp">v-line-clamp</router-link></span>
<span><router-link to="/copy">$Copy</router-link></span>
<span><router-link to="/scroll-top">$ScrollTop</router-link></span>
<span><router-link to="/scroll-into-view">$ScrollIntoView</router-link></span>
<span><router-link to="/image">Image</router-link></span>
<span><router-link to="/space">Space</router-link></span>
</div>
<div style="margin: 50px">
<router-view></router-view>
</div>
</div>
</template>
<script>
export default {
data () {
return {
}
}
}
</script>
<template>
<Table width="550" border :columns="columns2" :data="data3"></Table>
</template>
<script>
export default {
name: 'etable',
data () {
return {
columns2: [
{
title: '姓名',
key: 'name',
width: 100,
fixed: 'left'
},
{
title: '年龄',
key: 'age',
width: 100
},
{
title: '省份',
key: 'province',
width: 100
},
{
title: '市区',
key: 'city',
width: 100
},
{
title: '地址',
key: 'address',
width: 200
},
{
title: '邮编',
key: 'zip',
width: 100
},
{
title: '操作',
key: 'action',
fixed: 'right',
width: 120,
render: (h, params) => {
return h('div', [
h('Button', {
props: {
type: 'text',
size: 'small'
}
}, '查看'),
h('Button', {
props: {
type: 'text',
size: 'small'
}
}, '编辑')
]);
}
}
],
data3: [
{
name: '王小明',
age: 18,
address: '北京市朝阳区芍药居',
province: '北京市',
city: '朝阳区',
zip: 100000
},
{
name: '张小刚',
age: 25,
address: '北京市海淀区西二旗',
province: '北京市',
city: '海淀区',
zip: 100000
},
{
name: '李小红',
age: 30,
address: '上海市浦东新区世纪大道',
province: '上海市',
city: '浦东新区',
zip: 100000
},
{
name: '周小伟',
age: 26,
address: '深圳市南山区深南大道',
province: '广东',
city: '南山区',
zip: 100000
}
]
}
},
mounted () {
console.log(1)
}
}
</script>
<style scoped>
.expand-row{
margin-bottom: 16px;
}
</style>
<template>
<div>
<Row class="expand-row">
<Col span="8">
<span class="expand-key">Job: </span>
<span class="expand-value">{{ row.job }}</span>
</Col>
<Col span="8">
<span class="expand-key">Interest: </span>
<span class="expand-value">{{ row.interest }}</span>
</Col>
<Col span="8">
<span class="expand-key">Birthday: </span>
<span class="expand-value">{{ row.birthday }}</span>
</Col>
</Row>
<Row>
<Col span="8">
<span class="expand-key">Favorite book: </span>
<span class="expand-value">{{ row.book }}</span>
</Col>
<Col span="8">
<span class="expand-key">Favorite movie: </span>
<span class="expand-value">{{ row.movie }}</span>
</Col>
<Col span="8">
<span class="expand-key">Favorite music: </span>
<span class="expand-value">{{ row.music }}</span>
</Col>
</Row>
</div>
</template>
<script>
export default {
props: {
row: Object
}
};
</script>
\ No newline at end of file
<template>
<div>
<Row class="expand-row">
<Col span="8">
<span class="expand-key">职业:</span>
<span class="expand-value">{{ row.job }}</span>
</Col>
<Col span="8">
<span class="expand-key">兴趣:</span>
<span class="expand-value">{{ row.interest }}</span>
</Col>
<Col span="8">
<span class="expand-key">生日:</span>
<span class="expand-value">{{ row.birthday }}</span>
</Col>
</Row>
<Row>
<Col span="8">
<span class="expand-key">最喜欢的书:</span>
<span class="expand-value">{{ row.book }}</span>
</Col>
<Col span="8">
<span class="expand-key">最喜欢的电影:</span>
<span class="expand-value">{{ row.movie }}</span>
</Col>
<Col span="8">
<span class="expand-key">最喜欢的音乐:</span>
<span class="expand-value">{{ row.music }}</span>
</Col>
</Row>
</div>
</template>
<script>
export default {
props: {
row: Object
}
};
</script>
\ No newline at end of file
<template>
<div class="i-wrapper"><slot></slot></div>
</template>
<script>
export default {
}
</script>
\ No newline at end of file
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8">
<title>View UI Plus Demo</title>
<script src="https://cdn.tailwindcss.com"></script>
<meta name="viewport" content="user-scalable=no,width=device-width,initial-scale=1"/>
<!-- <link href="/test/dist/main.css" rel="stylesheet"> -->
</head>
<body>
<div id="app"></div>
<!-- <script type="text/javascript" src="/test/dist/vendor.js"></script>
<script type="text/javascript" src="/test/dist/main.js"></script> -->
</body>
</html>
/**
* Created by aresn on 16/6/20.
*/
import { createApp } from 'vue';
import { createRouter, createWebHistory } from 'vue-router';
import App from './app.vue';
import ViewUIPlus from '../src/index';
// import locale from '../src/locale/lang/en-US';
// import locale from '../src/locale/lang/zh-CN';
// 路由配置
const router = createRouter({
esModule: false,
mode: 'history',
history: createWebHistory(),
routes: [
{
path: '/split',
component: () => import('./routers/split.vue')
},
{
path: '/layout',
component: () => import('./routers/layout.vue')
},
{
path: '/affix',
component: () => import('./routers/affix.vue')
},
{
path: '/anchor',
component: () => import('./routers/anchor.vue')
},
{
path: '/grid',
component: () => import('./routers/grid.vue')
},
{
path: '/button',
component: () => import('./routers/button.vue')
},
{
path: '/input',
component: () => import('./routers/input.vue')
},
{
path: '/radio',
component: () => import('./routers/radio.vue')
},
{
path: '/checkbox',
component: () => import('./routers/checkbox.vue')
},
{
path: '/steps',
component: () => import('./routers/steps.vue')
},
{
path: '/timeline',
component: () => import('./routers/timeline.vue')
},
{
path: '/switch',
component: () => import('./routers/switch.vue')
},
{
path: '/alert',
component: () => import('./routers/alert.vue')
},
{
path: '/badge',
component: () => import('./routers/badge.vue')
},
{
path: '/tag',
component: () => import('./routers/tag.vue')
},
{
path: '/input-number',
component: () => import('./routers/input-number.vue')
},
{
path: '/upload',
component: () => import('./routers/upload.vue')
},
{
path: '/progress',
component: () => import('./routers/progress.vue')
},
{
path: '/collapse',
component: () => import('./routers/collapse.vue')
},
{
path: '/carousel',
component: () => import('./routers/carousel.vue')
},
{
path: '/card',
component: () => import('./routers/card.vue')
},
{
path: '/tree',
component: () => import('./routers/tree.vue')
},
{
path: '/rate',
component: () => import('./routers/rate.vue')
},
{
path: '/circle',
component: () => import('./routers/circle.vue')
},
{
path: '/tabs',
component: () => import('./routers/tabs.vue')
},
{
path: '/tooltip',
component: () => import('./routers/tooltip.vue')
},
{
path: '/poptip',
component: () => import('./routers/poptip.vue')
},
{
path: '/slider',
component: () => import('./routers/slider.vue')
},
{
path: '/dropdown',
component: () => import('./routers/dropdown.vue')
},
{
path: '/breadcrumb',
component: () => import('./routers/breadcrumb.vue')
},
{
path: '/menu',
component: () => import('./routers/menu.vue')
},
{
path: '/spin',
component: () => import('./routers/spin.vue')
},
{
path: '/cascader',
component: () => import('./routers/cascader.vue')
},
{
path: '/select',
component: () => import('./routers/select.vue')
},
{
path: '/backtop',
component: () => import('./routers/back-top.vue')
},
{
path: '/page',
component: () => import('./routers/page.vue')
},
{
path: '/transfer',
component: () => import('./routers/transfer.vue')
},
{
path: '/date',
component: () => import('./routers/date.vue')
},
{
path: '/form',
component: () => import('./routers/form.vue')
},
{
path: '/table',
component: () => import('./routers/table.vue')
},
{
path: '/loading-bar',
component: () => import('./routers/loading-bar.vue')
},
{
path: '/modal',
component: () => import('./routers/modal.vue')
},
{
path: '/message',
component: () => import('./routers/message.vue')
},
{
path: '/notice',
component: () => import('./routers/notice.vue')
},
{
path: '/avatar',
component: () => import('./routers/avatar.vue')
},
{
path: '/color-picker',
component: () => import('./routers/color-picker.vue')
},
{
path: '/auto-complete',
component: () => import('./routers/auto-complete.vue')
},
{
path: '/scroll',
component: () => import('./routers/scroll.vue')
},
{
path: '/divider',
component: () => import('./routers/divider.vue')
},
{
path: '/time',
component: () => import('./routers/time.vue')
},
{
path: '/cell',
component: () => import('./routers/cell.vue')
},
{
path: '/drawer',
component: () => import('./routers/drawer.vue')
},
{
path: '/icon',
component: () => import('./routers/icon.vue')
},
{
path: '/list',
component: () => import('./routers/list.vue')
},
{
path: '/grid-component',
component: () => import('./routers/grid-component.vue')
},
{
path: '/description-list',
component: () => import('./routers/description-list.vue')
},
{
path: '/page-header',
component: () => import('./routers/page-header.vue')
},
{
path: '/tag-select',
component: () => import('./routers/tag-select.vue')
},
{
path: '/login',
component: () => import('./routers/login.vue')
},
{
path: '/notification',
component: () => import('./routers/notification.vue')
},
{
path: '/calendar',
component: () => import('./routers/calendar.vue')
},
{
path: '/auth',
component: () => import('./routers/auth.vue')
},
{
path: '/ellipsis',
component: () => import('./routers/ellipsis.vue')
},
{
path: '/table-paste',
component: () => import('./routers/table-paste.vue')
},
{
path: '/avatar-list',
component: () => import('./routers/avatar-list.vue')
},
{
path: '/count-down',
component: () => import('./routers/count-down.vue')
},
{
path: '/count-up',
component: () => import('./routers/count-up.vue')
},
{
path: '/numeral',
component: () => import('./routers/numeral.vue')
},
{
path: '/number-info',
component: () => import('./routers/number-info.vue')
},
{
path: '/trend',
component: () => import('./routers/trend.vue')
},
{
path: '/footer-toolbar',
component: () => import('./routers/footer-toolbar.vue')
},
{
path: '/global-footer',
component: () => import('./routers/global-footer.vue')
},
{
path: '/word-count',
component: () => import('./routers/word-count.vue')
},
{
path: '/result',
component: () => import('./routers/result.vue')
},
{
path: '/exception',
component: () => import('./routers/exception.vue')
},
{
path: '/v-style',
component: () => import('./routers/v-style.vue')
},
{
path: '/v-resize',
component: () => import('./routers/v-resize.vue')
},
{
path: '/v-line-clamp',
component: () => import('./routers/v-line-clamp.vue')
},
{
path: '/copy',
component: () => import('./routers/copy.vue')
},
{
path: '/scroll-top',
component: () => import('./routers/scroll-top.vue')
},
{
path: '/scroll-into-view',
component: () => import('./routers/scroll-into-view.vue')
},
{
path: '/tree-select',
component: () => import('./routers/tree-select.vue')
},
{
path: '/city',
component: () => import('./routers/city.vue')
},
{
path: '/skeleton',
component: () => import('./routers/skeleton.vue')
},
{
path: '/image',
component: () => import('./routers/image.vue')
},
{
path: '/typography',
component: () => import('./routers/typography.vue')
},
{
path: '/space',
component: () => import('./routers/space.vue')
}
]
});
const app = createApp(App);
app.use(ViewUIPlus);
app.use(router);
app.mount('#app');
export default app;
<style>
body{
/*height: 2000px;*/
}
.demo-affix{
width: 100px;
height: 30px;
background: #f60;
color: #fff
}
</style>
<template>
<div>
<Affix>
<div class="demo-affix">固定在最顶部</div>
</Affix>
<div v-for="(item,index) in arr" :key="index">{{item}}</div>
</div>
</template>
<script>
export default {
data(){
return {
arr: []
}
},
created(){
for(let i = 0 ; i < 100 ; i++){
this.arr.push(i);
}
}
}
</script>
<template>
<div>
<Button @click="show = !show">toggle show</Button>
<Alert v-if="show" :fade="false">
An info prompt
<template #desc>Content of prompt. Content of prompt. Content of prompt. Content of prompt. </template>
</Alert>
<Alert type="success">
A success prompt
<template #desc>Content of prompt. Content of prompt. Content of prompt. Content of prompt. </template>
</Alert>
<Alert type="warning">
A warning prompt
<template #desc>
Content of prompt. Content of prompt. Content of prompt.
</template>
</Alert>
<Alert type="error">
An error prompt
<template #desc>
<span>
Custom error description copywriting. <Icon type="help-circled" size="14"></Icon>
</span>
</template>
</Alert>
<Alert type="info" show-icon closable>消息提示文案</Alert>
<Alert type="success" show-icon>成功提示文案</Alert>
<Alert type="warning" show-icon>警告提示文案</Alert>
<Alert type="error" show-icon>错误提示文案</Alert>
<Alert show-icon>
消息提示文案
<template #desc>消息提示的描述文案消息提示的描述文案消息提示的描述文案消息提示的描述文案消息提示的描述文案</template>
</Alert>
<Alert type="success" show-icon>
成功提示文案
<template #desc>
<span>成功的提示描述文案成功的提示描述文案成功的提示描述文案成功的提示描述文案成功的提示描述文案</span>
</template>
</Alert>
<Alert type="warning" show-icon>
警告提示文案
<template #desc>
警告的提示描述文案警告的提示描述文案警告的提示描述文案
</template>
</Alert>
<Alert type="error" show-icon>
错误提示文案
<template #desc>
<span>自定义错误描述文案。</span>
</template>
</Alert>
<Alert show-icon closable>
自定义图标
<template #icon>
<Icon type="ios-bulb-outline"></Icon>
</template>
<template #desc>自定义图标文案自定义图标文案自定义图标文案自定义图标文案自定义图标文案</template>
</Alert>
<Alert banner type="warning">Notice: notification contents...</Alert>
<Alert banner closable type="warning">Notice: notification contents...</Alert>
<Alert closable>An info prompt</Alert>
<Alert type="success" show-icon closable>
A success prompt
<template #desc>
<span>Content of prompt. Content of prompt. Content of prompt. Content of prompt. </span>
</template>
</Alert>
<Alert type="warning" closable :fade="false">
Custom closing content
<template #close>
<span>No longer prompt</span>
</template>
</Alert>
</div>
</template>
<script>
export default {
data () {
return {
show: true
}
}
}
</script>
<template>
<div>
<div v-for="n in 100" :key="n" :id="n" style="height: 50px;background: #2d8cf0;margin: 20px">
{{ n }}
</div>
<div style="position: absolute;top: 10px;right: 10px">
<Anchor show-ink>
<AnchorLink v-for="n in arr" :key="n.id" :href="'#' + n.index" :title="'title' + n.index" />
</Anchor>
</div>
</div>
</template>
<script>
export default {
data () {
const arr = [];
for (let i = 0; i < 100; i++) {
arr.push({
id: Math.random(),
index: i + 1
});
}
return {
arr
}
}
}
</script>
<template>
<div>
<Divider>prevent 模式,默认效果</Divider>
<Auth authority="admin" access="user" prevent>
<Button type="primary" size="large" @click="handleSubmit">操作</Button>
</Auth>
<Divider>prevent 模式,自定义文案</Divider>
<Auth authority="admin" access="user" prevent message="权限不足">
<Button type="primary" size="large" @click="handleSubmit">操作</Button>
</Auth>
<Divider>prevent 模式,自定义点击</Divider>
<Auth authority="admin" access="user" prevent custom-tip @click="handleClick">
<Button type="primary" size="large" @click="handleSubmit">操作</Button>
</Auth>
</div>
</template>
<script>
export default {
methods: {
handleSubmit () {
// 因为第一个鉴权是不通过的,所以点击按钮也不会触发该方法
this.$Message.success('点击了操作按钮');
},
handleClick () {
this.$Notice.warning({
title: '提示',
desc: '您当前权限不足,无法进行操作'
});
}
}
}
</script>
<template>
<AutoComplete
v-model="value1"
:data="data1"
@on-search="handleSearch1"
transfer
placeholder="input here"
style="width:200px"></AutoComplete>
<br><br>
<AutoComplete
v-model="value2"
transfer
@on-search="handleSearch2"
placeholder="input here"
style="width:200px">
<Option v-for="item in data2" :value="item" :key="item">{{ item }}</Option>
</AutoComplete>
<br><br>
<AutoComplete
v-model="value3"
:data="data3"
:filter-method="filterMethod"
placeholder="input here"
style="width:200px">
</AutoComplete>
<br><br>
<AutoComplete
v-model="value4"
icon="ios-search"
placeholder="input here"
style="width:300px">
<div class="demo-auto-complete-item" v-for="(item, index) in data4" :key="index">
<div class="demo-auto-complete-group">
<span>{{ item.title }}</span>
<a href="https://www.google.com/search?q=iView" target="_blank">更多</a>
</div>
<Option v-for="option in item.children" :value="option.title" :key="option.title">
<span class="demo-auto-complete-title">{{ option.title }}</span>
<span class="demo-auto-complete-count">{{ option.count }} 人关注</span>
</Option>
</div>
<a href="https://www.google.com/search?q=iView" target="_blank" class="demo-auto-complete-more">查看所有结果</a>
</AutoComplete>
</template>
<script>
export default {
data () {
return {
value1: '',
data1: [],
value2: '',
data2: [],
value3: '',
data3: ['Steve Jobs', 'Stephen Gary Wozniak', 'Jonathan Paul Ive'],
value4: '',
data4: [
{
title: '话题',
children: [
{
title: 'View UI',
count: 10000,
},
{
title: 'View UI Plus',
count: 10600,
}
]
},
{
title: '问题',
children: [
{
title: 'View UI Plus 有多好',
count: 60100,
},
{
title: 'View UI Plus 是啥',
count: 30010,
}
]
},
{
title: '文章',
children: [
{
title: 'View UI Plus 是一个设计语言',
count: 100000,
}
]
}
]
}
},
methods: {
handleSearch1 (value) {
this.data1 = !value ? [] : [
value,
value + value,
value + value + value
];
},
handleSearch2 (value) {
this.data2 = !value || value.indexOf('@') >= 0 ? [] : [
value + '@qq.com',
value + '@sina.com',
value + '@163.com'
];
},
filterMethod (value, option) {
return option.toUpperCase().indexOf(value.toUpperCase()) !== -1;
}
}
}
</script>
<style>
.demo-auto-complete-item{
padding: 4px 0;
border-bottom: 1px solid #F6F6F6;
}
.demo-auto-complete-group{
font-size: 12px;
padding: 4px 6px;
}
.demo-auto-complete-group span{
color: #666;
font-weight: bold;
}
.demo-auto-complete-group a{
float: right;
}
.demo-auto-complete-count{
float: right;
color: #999;
}
.demo-auto-complete-more{
display: block;
margin: 0 auto;
padding: 4px;
text-align: center;
font-size: 12px;
}
</style>
\ No newline at end of file
<template>
<AvatarList :list="list" :max="3" :excess-style="excessStyle" />
</template>
<script>
export default {
data () {
return {
excessStyle: {
color: '#f56a00',
backgroundColor: '#fde3cf'
},
list: [
{
src: 'https://dev-file.iviewui.com/BbnuuEiM0QXNPHVCvb3E2AFrawIjCkqW/avatar',
tip: '史蒂夫·乔布斯'
},
{
src: 'https://dev-file.iviewui.com/zhj85zgAfEjChCNIKT1LQENUIOyOYCaX/avatar',
tip: '斯蒂夫·沃兹尼亚克'
},
{
src: 'https://dev-file.iviewui.com/TkH54UozsINlex15TAMI00GElsfsKSiC/avatar',
tip: '乔纳森·伊夫'
},
{
src: 'https://dev-file.iviewui.com/xrzbBR99F6tYsDJPLNrvwhllowbuL7Gw/avatar',
tip: '蒂姆·库克'
},
{
src: 'https://dev-file.iviewui.com/bgrngoUb9A6UQ2kAwBFtnSNzhrh2qj1O/avatar',
tip: '比尔·费尔南德斯'
}
]
}
}
}
</script>
<template>
<div class="demo-avatar">
<Avatar :style="{background: color}">{{ user }}</Avatar>
<Button size="small" @click="handleChange">Change</Button>
<div>
<div class="demo-avatar">
<Avatar icon="ios-person" size="large" />
<Avatar icon="ios-person" />
<Avatar icon="ios-person" size="small" />
</div>
<div class="demo-avatar">
<Avatar shape="square" icon="ios-person" size="large" />
<Avatar shape="square" icon="ios-person" />
<Avatar shape="square" icon="ios-person" size="small" />
</div>
</div>
<div class="demo-avatar">
<Avatar icon="ios-person" />
<Avatar>U</Avatar>
<Avatar>USER</Avatar>
<Avatar src="https://i.loli.net/2017/08/21/599a521472424.jpg" />
<Avatar style="color: #f56a00;background-color: #fde3cf">U</Avatar>
<Avatar style="background-color: #87d068" icon="ios-person" />
</div>
<div class="demo-avatar-badge">
<Badge :count="1">
<Avatar shape="square" icon="ios-person" />
</Badge>
<Badge dot>
<Avatar shape="square" icon="ios-person" />
</Badge>
</div>
<br><br><br>
<Avatar custom-icon="ivu-icon-ios-person" />
<Avatar :src="src" size="large" @on-error="handleError" />
<Divider></Divider>
<Avatar src="https://i.loli.net/2017/08/21/599a521472424.jpg" size="64" shape="square" />
<Avatar src="https://i.loli.net/2017/08/21/599a521472424.jpg" size="64" shape="circle" />
<Avatar icon="ios-person" size="64" shape="circle" />
<Avatar size="42">U</Avatar>
</div>
</template>
<script>
const UserList = ['', '小二', '', '二个人'];
const ColorList = ['#f56a00', '#7265e6', '#ffbf00', '#00a2ae'];
export default {
setup(){
},
data () {
return {
user: UserList[0],
color: ColorList[0],
src: 'https://dev-file.iviewui.com/userinfoPDvn9gKWYihR24SpgC319vXY8qniCqj41/avatar'
}
},
methods: {
handleChange () {
const index = UserList.indexOf(this.user);
this.user = index < UserList.length - 1 ? UserList[index + 1] : UserList[0];
this.color = index < ColorList.length - 1 ? ColorList[index + 1] : ColorList[0];
},
handleError () {
this.src = 'https://dev-file.iviewui.com/userinfoPDvn9gKWYihR24SpgC319vXY8qniCqj4/avatar';
}
}
}
</script>
<style>
body{
/*height: 2000px;*/
}
</style>
<template>
<BackTop>
</BackTop>
</template>
<script>
export default {
data(){
return {
}
},
mounted(){
}
}
</script>
<style scoped>
.demo-badge{
width: 42px;
height: 42px;
background: #eee;
border-radius: 6px;
display: inline-block;
}
</style>
<style>
.demo-badge-alone{
background: #5cb85c !important;
}
</style>
<template>
<div>
<Badge :count="count">
<a href="#" class="demo-badge"></a>
</Badge>
<Badge :count="0" showZero>
<a href="#" class="demo-badge"></a>
</Badge>
<Badge>
<template #count>
<Icon type="md-time" size="16" color="#ff6600" />
</template>
<a href="#" class="demo-badge"></a>
</Badge>
<Button @click="setCount">set count</Button>
<Divider></Divider>
<Badge :count="count" text="new">
<a href="#" class="demo-badge"></a>
</Badge>
<Badge :count="count">
<a href="#" class="demo-badge"></a>
<template #text>
<span>hhh</span>
</template>
</Badge>
<br><br>
<Badge text="hot">
<Button type="primary" ghost>Hello</Button>
</Badge>
<br><br>
<div>
<Badge status="success" />
<Badge status="error" />
<Badge status="default" />
<Badge status="processing" />
<Badge status="warning" />
<br />
<Badge status="success" text="Success" />
<Badge status="success">
<template #text>
<strong>Success</strong>
</template>
</Badge>
<br />
<Badge status="error" text="Error" />
<br />
<Badge status="default" text="Default" />
<br />
<Badge status="processing" text="Processing" />
<br />
<Badge status="warning" text="Warning" />
</div>
<div style="margin: 50px">
<Badge dot>
<a href="//iviewui.com">我是一个链接</a>
</Badge>
<br><br>
<Badge :count="10" :offset="[-5, -5]">
<a href="//iviewui.com">我是一个链接</a>
</Badge>
</div>
<div>
<Badge :count="count" type="primary">
<a href="#" class="demo-badge"></a>
</Badge>
<Badge :count="count" type="success">
<a href="#" class="demo-badge"></a>
</Badge>
<Badge :count="count" type="normal">
<a href="#" class="demo-badge"></a>
</Badge>
<Badge :count="count" type="info">
<a href="#" class="demo-badge"></a>
</Badge>
<Badge :count="count" type="error">
<a href="#" class="demo-badge"></a>
</Badge>
<Badge :count="count" type="warning">
<a href="#" class="demo-badge"></a>
</Badge>
<Badge :count="count">
<a href="#" class="demo-badge"></a>
</Badge>
</div>
<Divider></Divider>
<Badge status="success" text="Success" />
<br />
<Badge status="error" text="Error" />
<br />
<Badge status="default" text="Default" />
<br />
<Badge status="processing" text="Processing" />
<br />
<Badge status="warning" text="Warning" />
<br />
<Badge color="blue" text="blue" />
<Badge color="green" text="green" />
<Badge color="red" text="red" />
<Badge color="yellow" text="yellow" />
<Badge color="pink" text="pink" />
<Badge color="magenta" text="magenta" />
<Badge color="volcano" text="volcano" />
<Badge color="orange" text="orange" />
<Badge color="gold" text="gold" />
<Badge color="lime" text="lime" />
<Badge color="cyan" text="cyan" />
<Badge color="geekblue" text="geekblue" />
<Badge color="purple" text="purple" />
<br />
<Badge color="#2db7f5" text="#2db7f5" />
<Badge color="#f50" text="#f50" />
</div>
</template>
<script>
export default {
props: {},
data () {
return {
count: 5
};
},
methods: {
setCount () {
this.count = 10;
}
}
};
</script>
<style>
.demo-breadcrumb-separator{
color: #ff5500;
padding: 0 5px;
}
</style>
<template>
<div>
<Breadcrumb separator="<b class='demo-breadcrumb-separator'>=></b>">
<Breadcrumb-item to="/button">Home4</Breadcrumb-item>
<Breadcrumb-item to="//iviewui.com" target="_blank">Home4</Breadcrumb-item>
<Breadcrumb-item :to="{name: 'icon', params: { userId: 123 }}">Components</Breadcrumb-item>
<Breadcrumb-item>Breadcrumb</Breadcrumb-item>
</Breadcrumb>
<Breadcrumb separator="">
<Breadcrumb-item href="/">
<template>Home</template>
<template #separator>
<b style="color: #ff5500;">-></b>
</template>
</Breadcrumb-item>
<Breadcrumb-item href="/components/page">
<template>Breadcrumb</template>
<template #separator>
<b style="color: #ff5500;">-></b>
</template>
</Breadcrumb-item>
<Breadcrumb-item>Breadcrumb</Breadcrumb-item>
</Breadcrumb>
</div>
</template>
<script>
export default {
}
</script>
此差异已折叠。
<template>
<div>
<Calendar v-model="value" hide-type>
<template #month="{ data }">
<Badge status="warning" text="看苹果发布会" v-if="data.day === '2019-09-11'" />
<Badge status="success" text="中秋节" v-if="data.day === '2019-09-13'" />
<Badge status="error" text="国庆节" v-if="data.day === '2019-10-01'" />
</template>
</Calendar>
</div>
</template>
<script>
export default {
data () {
return {
value: '2019-09-05'
}
}
}
</script>
<template>
<Card style="width:350px" to="/button">
<template #title>
<p>
<Icon type="ios-film-outline"></Icon>
<span>经典电影</span>
</p>
</template>
<template #extra>
<a href="#" @click.prevent="changeLimit">
<Icon type="ios-loop-strong"></Icon>
换一换
</a>
</template>
<ul>
<li v-for="item in movieList" :key="item.name">
<a :href="item.url" target="_blank">{{ item.name }}</a>
<span>
<!--<Icon type="ios-star" v-for="n in 4"></Icon><Icon type="ios-star" v-if="item.rate >= 9.5"></Icon><Icon type="ios-star-half" v-else></Icon>-->
{{ item.rate }}
</span>
</li>
</ul>
</Card>
</template>
<script>
export default {
data () {
return {
limitNum: 5,
limitFrom: 0,
movieList: [
{
name: '肖申克的救赎',
url: 'https://movie.douban.com/subject/1292052/',
rate: 9.6
},
{
name: '这个杀手不太冷',
url: 'https://movie.douban.com/subject/1295644/',
rate: 9.4
},
{
name: '霸王别姬',
url: 'https://movie.douban.com/subject/1291546/',
rate: 9.5
},
{
name: '阿甘正传',
url: 'https://movie.douban.com/subject/1292720/',
rate: 9.4
},
{
name: '美丽人生',
url: 'https://movie.douban.com/subject/1292063/',
rate: 9.5
},
{
name: '千与千寻',
url: 'https://movie.douban.com/subject/1291561/',
rate: 9.2
},
{
name: '辛德勒的名单',
url: 'https://movie.douban.com/subject/1295124/',
rate: 9.4
},
{
name: '海上钢琴师',
url: 'https://movie.douban.com/subject/1292001/',
rate: 9.2
},
{
name: '机器人总动员',
url: 'https://movie.douban.com/subject/2131459/',
rate: 9.3
},
{
name: '盗梦空间',
url: 'https://movie.douban.com/subject/3541415/',
rate: 9.2
}
]
}
},
methods: {
changeLimit () {
this.limitFrom = this.limitFrom === 0 ? 5 : 0;
}
}
}
</script>
<template>
<div style="width:400px">
<Carousel :modelValue="value1" loop>
<CarouselItem>
<div class="demo-carousel">1-1</div>
</CarouselItem>
<CarouselItem>
<div class="demo-carousel">1-2</div>
</CarouselItem>
<CarouselItem>
<div class="demo-carousel">1-3</div>
</CarouselItem>
<CarouselItem>
<div class="demo-carousel">1-4</div>
</CarouselItem>
</Carousel>
<Button @click="value1 = 2">change1</Button>
</div>
<div style="width:400px">
<Carousel :modelValue="value2" :loop="false" :autoplaySpeed="1000" :dots="'outside'" :rigger="'hover'" :arrow="'always'" :easing="''">
<CarouselItem>
<div class="demo-carousel">2-1</div>
</CarouselItem>
<CarouselItem>
<div class="demo-carousel">2-2</div>
</CarouselItem>
<CarouselItem>
<div class="demo-carousel">2-3</div>
</CarouselItem>
<CarouselItem>
<div class="demo-carousel">2-4</div>
</CarouselItem>
</Carousel>
<Button @click="value2 = (value2<3?value2+1:0)">change2</Button>
</div>
</template>
<script>
export default {
data () {
return {
value1: 0,
value2: 0
}
}
}
</script>
<style>
.demo-carousel{
height: 200px;
line-height: 200px;
text-align: center;
color: #fff;
font-size: 20px;
background: #506b9e;
}
</style>
<template>
<div style="margin: 100px;width: 200px;">
<Cascader :data="data" v-model="value1"></Cascader>
</div>
</template>
<script>
export default {
data () {
return {
value1: [],
data: [{
value: 'beijing',
label: '北京',
children: [
{
value: 'gugong',
label: '故宫'
},
{
value: 'tiantan',
label: '天坛'
},
{
value: 'wangfujing',
label: '王府井'
}
]
}, {
value: 'jiangsu',
label: '江苏',
children: [
{
value: 'nanjing',
label: '南京',
children: [
{
value: 'fuzimiao',
label: '夫子庙',
}
]
},
{
value: 'suzhou',
label: '苏州',
children: [
{
value: 'zhuozhengyuan',
label: '拙政园',
},
{
value: 'shizilin',
label: '狮子林',
}
]
}
],
}]
}
}
}
</script>
<template>
<div style="margin: 100px;background: #f8f8f9;padding: 100px;">
<Card title="选项" :padding="0" shadow style="width: 300px;">
<CellGroup @on-click="handleClick">
<Cell title="标题一" name="a1" label="附属内容" to="/button">
<!-- <Badge :count="10" #extra></Badge>-->
</Cell>
<Cell title="标题一" name="a2" label="附属内容" extra="详细信息"></Cell>
<Cell title="标题一" name="a3" label="附属内容" extra="详细信息" to="/button"></Cell>
<Cell title="标题一" name="a4" label="附属内容" selected></Cell>
<Cell title="标题二">
<!-- <Icon type="trash-a" #icon></Icon>-->
</Cell>
<Cell><span style="color: #ff6600">六七十111</span></Cell>
<Cell title="标题四" selected></Cell>
<Cell title="标题五"></Cell>
<Cell title="标题六" disabled></Cell>
<Cell title="标题七" extra="详细信息" to="/icon"></Cell>
<Cell title="标题七" extra="详细信息" selected></Cell>
<Cell title="标题七" label="附属内容" extra="详细信息"></Cell>
<Cell title="标题八">
<!-- <i-switch v-model="switch1" #extra></i-switch>-->
</Cell>
<Cell title="标题九" to="/button" target="_blank"></Cell>
</CellGroup>
</Card>
</div>
</template>
<script>
export default {
data(){
return {
switch1: false
}
},
methods: {
handleClick (name) {
console.log(name);
}
}
}
</script>
<template>
<div>
<Checkbox></Checkbox>
<Checkbox disabled></Checkbox>
<br><br>
<Checkbox
:indeterminate="true"
:value="false"
size="large">全选</Checkbox>
<Checkbox
:indeterminate="true"
:value="false"
size="default">全选</Checkbox>
<Checkbox
:indeterminate="true"
:value="false"
size="small">全选</Checkbox>
<div>
<Checkbox size="large" true-value="true" false-value="false" v-model="testValue1">Apple</Checkbox>
<Checkbox true-value="true" false-value="false" v-model="testValue1" disabled>Apple</Checkbox>
<Checkbox size="small" true-value="true" false-value="false" v-model="testValue1">Apple</Checkbox>
{{ testValue1 }}
</div>
<div>
<Checkbox :true-value="0" :false-value="1" v-model="testValue2">test number</Checkbox>
{{ testValue2 }}
</div>
<Checkbox-group v-model="fruit" size="large">
<Checkbox v-for="item in tags" :label="item.label" :key="item.label" true-value="true"></Checkbox>
</Checkbox-group>
<div>{{ fruit }}</div>
<Divider></Divider>
<CheckboxGroup v-model="fruit" size="small">
<Checkbox label="香蕉"></Checkbox>
<Checkbox label="苹果"></Checkbox>
<Checkbox label="西瓜"></Checkbox>
</CheckboxGroup>
<br>
<CheckboxGroup v-model="fruit" size="default">
<Checkbox label="香蕉"></Checkbox>
<Checkbox label="苹果"></Checkbox>
<Checkbox label="西瓜"></Checkbox>
</CheckboxGroup>
<br>
<CheckboxGroup v-model="fruit" size="large">
<Checkbox label="香蕉"></Checkbox>
<Checkbox label="苹果"></Checkbox>
<Checkbox label="西瓜"></Checkbox>
</CheckboxGroup>
<Divider></Divider>
<div style="border-bottom: 1px solid #e9e9e9;padding-bottom:6px;margin-bottom:6px;">
<Checkbox
:indeterminate="indeterminate"
:modelValue="checkAll"
@click.prevent="handleCheckAll">全选</Checkbox>
</div>
<CheckboxGroup v-model="checkAllGroup" @on-change="checkAllGroupChange">
<Checkbox label="香蕉"></Checkbox>
<Checkbox label="苹果"></Checkbox>
<Checkbox label="西瓜"></Checkbox>
</CheckboxGroup>
<Divider></Divider>
<CheckboxGroup v-model="fruit" size="small">
<Checkbox label="香蕉" border></Checkbox>
<Checkbox label="苹果" border></Checkbox>
<Checkbox label="西瓜" border></Checkbox>
</CheckboxGroup>
<br>
<CheckboxGroup v-model="fruit" size="default">
<Checkbox label="香蕉" border></Checkbox>
<Checkbox label="苹果" border disabled></Checkbox>
<Checkbox label="西瓜" border></Checkbox>
</CheckboxGroup>
<br>
<CheckboxGroup v-model="fruit" size="large">
<Checkbox label="香蕉" border></Checkbox>
<Checkbox label="苹果" border></Checkbox>
<Checkbox label="西瓜" border></Checkbox>
</CheckboxGroup>
<Divider></Divider>
<Checkbox v-model="single" size="small" border>单独</Checkbox>
<Checkbox v-model="single" size="default" border disabled>单独</Checkbox>
<Checkbox v-model="single" size="large" border>单独</Checkbox>
</div>
</template>
<script>
export default {
data () {
return {
social: ['facebook', 'github'],
fruit: ['苹果'],
tags: [],
testValue1: null,
testValue2: null,
indeterminate: true,
checkAll: false,
checkAllGroup: ['香蕉', '西瓜'],
single: false
};
},
methods: {
handleCheckAll () {
if (this.indeterminate) {
this.checkAll = false;
} else {
this.checkAll = !this.checkAll;
}
this.indeterminate = false;
if (this.checkAll) {
this.checkAllGroup = ['香蕉', '苹果', '西瓜'];
} else {
this.checkAllGroup = [];
}
},
checkAllGroupChange (data) {
if (data.length === 3) {
this.indeterminate = false;
this.checkAll = true;
} else if (data.length > 0) {
this.indeterminate = true;
this.checkAll = false;
} else {
this.indeterminate = false;
this.checkAll = false;
}
}
},
mounted () {
setTimeout(() => {
this.tags = [
{
label: '香蕉'
},
{
label: '苹果'
},
{
label: '西瓜'
}
];
}, 1000);
}
};
</script>
<template>
<div>
<Circle :percent="80">
<span class="demo-i-circle-inner" style="font-size:24px">80%</span>
</Circle>
<Circle :percent="100" stroke-color="#5cb85c">
<Icon type="ios-checkmark" size="60" style="color:#5cb85c"></Icon>
</Circle>
<Circle :percent="35" stroke-color="#ff5500">
<span class="demo-i-circle-inner">
<Icon type="ios-close" size="50" style="color:#ff5500"></Icon>
</span>
</Circle>
<Divider></Divider>
<Circle :percent="80" dashboard stroke-linecap="square">
<span class="demo-circle-inner" style="font-size:24px">80%</span>
</Circle>
<Divider></Divider>
<Circle :percent="80" dashboard stroke-linecap="square" :stroke-color="['#108ee9', '#87d068']">
<span class="demo-circle-inner" style="font-size:24px">80%</span>
</Circle>
</div>
</template>
<script>
export default {
}
</script>
<template>
<City v-model="value" :cities="cities" />
</template>
<script>
export default {
data () {
return {
value: '110000',
cities: ['110000', '310000', '440100', '440300', '510100', '120000', '330100', '420100', '500000']
}
}
}
</script>
\ No newline at end of file
<template>
<Collapse v-model="value1">
<Panel name="1">
史蒂夫·乔布斯
<template #content>
<p>史蒂夫·乔布斯(Steve Jobs),1955年2月24日生于美国加利福尼亚州旧金山,美国发明家、企业家、美国苹果公司联合创办人。</p>
</template>
</Panel>
<Panel name="2">
斯蒂夫·盖瑞·沃兹尼亚克
<template #content>
<p>斯蒂夫·盖瑞·沃兹尼亚克(Stephen Gary Wozniak),美国电脑工程师,曾与史蒂夫·乔布斯合伙创立苹果电脑(今之苹果公司)。斯蒂夫·盖瑞·沃兹尼亚克曾就读于美国科罗拉多大学,后转学入美国著名高等学府加州大学伯克利分校(UC Berkeley)并获得电机工程及计算机(EECS)本科学位(1987年)。</p>
</template>
</Panel>
<Panel name="3">
乔纳森·伊夫
<template #content>
<p>乔纳森·伊夫是一位工业设计师,现任Apple公司设计师兼资深副总裁,英国爵士。他曾参与设计了iPod,iMac,iPhone,iPad等众多苹果产品。除了乔布斯,他是对苹果那些著名的产品最有影响力的人。</p>
</template>
</Panel>
</Collapse>
</template>
<script>
export default {
data () {
return {
value1: '1'
}
}
}
</script>
<template>
<Row>
<Col span="8">
<ColorPicker v-model="color6" size="large" transfer/>
</Col>
<Col span="8">
<ColorPicker v-model="color6" />
</Col>
<Col span="8">
<ColorPicker v-model="color6" size="small" />
</Col>
</Row>
</template>
<script>
export default {
data () {
return {
color6: '#19be6b'
}
}
}
</script>
<template>
<div>
<Input type="textarea" v-model="value" />
<Button @click="handleCopy">复制</Button>
</div>
</template>
<script>
export default {
data () {
return {
value: '随意输入内容,点击复制按钮'
}
},
methods: {
handleCopy () {
this.$Copy({
text: this.value
})
}
}
}
</script>
<template>
<Row>
<Col span="12">
<CountDown :target="targetTime1" />
</Col>
<Col span="12">
<CountDown :target="targetTime2" @on-end="handleEnd" />
</Col>
</Row>
</template>
<script>
export default {
data () {
return {
targetTime1: new Date().getTime() + 3900000,
targetTime2: new Date().getTime() + 30000,
}
},
methods: {
handleEnd () {
this.$Message.info('倒计时结束');
}
}
}
</script>
<template>
<div>
<p class="ivu-m"><strong>不显示分隔符及 easing 动画</strong></p>
<CountUp :end="1234" :duration="6" :options="options" ref="count" />
<p class="ivu-m"><strong>控制</strong></p>
<Button @click="handleRestart">重新开始</Button>
</div>
</template>
<script>
export default {
data () {
return {
options: {
useEasing: false,
useGrouping: false
}
}
},
methods: {
handleRestart () {
this.$refs.count.CountUp.reset();
this.$refs.count.CountUp.start();
}
}
}
</script>
<template>
<Submenu :name="`${parentName}`">
<template slot="title">
<span>{{ parentItem.name }}</span>
</template>
<template v-for="item in children">
<custem-menu-item v-if="item.children && item.children.length !== 0" :key="`menu-${item.name}`" :parent-item="item"></custem-menu-item>
<menu-item v-else :name="`${item.name}`" :key="`menu-${item.name}`">{{ item.name }}</menu-item>
</template>
</Submenu>
</template>
<script>
export default {
name: 'custemMenuItem',
props: {
parentItem: {
type: Object,
default: () => {}
},
theme: String,
iconSize: Number
},
computed: {
parentName () {
return this.parentItem.name
},
children () {
return this.parentItem.children
}
}
}
</script>
<!--
<template>
<div>
{{ value1 }}
<Date-picker v-model="value1" type="datetimerange" placeholder="选择日期" style="width: 200px" @on-change="hc"></Date-picker>
<Button @click="setDate">set date</Button>
<Button @click="getDate">get date</Button>
&lt;!&ndash;<Date-picker v-model="value2" type="daterange" placeholder="选择日期" style="width: 200px"></Date-picker>&ndash;&gt;
&lt;!&ndash;<Date-picker transfer type="datetimerange" placeholder="选择日期" style="width: 200px" @on-change="changeDate"></Date-picker>&ndash;&gt;
</div>
</template>
<script>
export default {
data () {
return {
value1: ['2014-10-10 10:00:01', '2017-10-10 10:00:00'],
value2: []
}
},
methods: {
changeDate(date){
console.log(date);
},
setDate () {
this.value1 = ['2016-10-10', '2017-10-10'];
},
getDate () {
const date = new Date(this.value1);
console.log(date.getMonth()+1)
},
hc (d) {
console.log(d);
}
}
}
</script>
<style>
body{
width: 100%;
}
</style>
-->
<!--<template>-->
<!--<row>-->
<!--<i-col span="12">-->
<!--<Date-picker type="date" :options="options1" placeholder="选择日期" style="width: 200px"></Date-picker>-->
<!--</i-col>-->
<!--<i-col span="12">-->
<!--<Date-picker type="daterange" :options="options2" placement="bottom-end" placeholder="选择日期" style="width: 200px"></Date-picker>-->
<!--</i-col>-->
<!--</row>-->
<!--</template>-->
<!--<script>-->
<!--export default {-->
<!--data () {-->
<!--return {-->
<!--options1: {-->
<!--shortcuts: [-->
<!--{-->
<!--text: '今天',-->
<!--value () {-->
<!--return new Date();-->
<!--},-->
<!--onClick: (picker) => {-->
<!--this.$Message.info('点击了今天');-->
<!--}-->
<!--},-->
<!--{-->
<!--text: '昨天',-->
<!--value () {-->
<!--const date = new Date();-->
<!--date.setTime(date.getTime() - 3600 * 1000 * 24);-->
<!--return date;-->
<!--},-->
<!--onClick: (picker) => {-->
<!--this.$Message.info('点击了昨天');-->
<!--}-->
<!--},-->
<!--{-->
<!--text: '一周前',-->
<!--value () {-->
<!--const date = new Date();-->
<!--date.setTime(date.getTime() - 3600 * 1000 * 24 * 7);-->
<!--return date;-->
<!--},-->
<!--onClick: (picker) => {-->
<!--this.$Message.info('点击了一周前');-->
<!--}-->
<!--}-->
<!--]-->
<!--},-->
<!--options2: {-->
<!--shortcuts: [-->
<!--{-->
<!--text: '最近一周',-->
<!--value () {-->
<!--const end = new Date();-->
<!--const start = new Date();-->
<!--start.setTime(start.getTime() - 3600 * 1000 * 24 * 7);-->
<!--return [start, end];-->
<!--}-->
<!--},-->
<!--{-->
<!--text: '最近一个月',-->
<!--value () {-->
<!--const end = new Date();-->
<!--const start = new Date();-->
<!--start.setTime(start.getTime() - 3600 * 1000 * 24 * 30);-->
<!--return [start, end];-->
<!--}-->
<!--},-->
<!--{-->
<!--text: '最近三个月',-->
<!--value () {-->
<!--const end = new Date();-->
<!--const start = new Date();-->
<!--start.setTime(start.getTime() - 3600 * 1000 * 24 * 90);-->
<!--return [start, end];-->
<!--}-->
<!--}-->
<!--]-->
<!--}-->
<!--}-->
<!--}-->
<!--}-->
<!--</script>-->
<!--<template>-->
<!--<row>-->
<!--<i-col span="12">-->
<!--<Date-picker :value="value1" format="yyyy年MM月dd日" type="date" placeholder="选择日期" style="width: 200px"></Date-picker>-->
<!--</i-col>-->
<!--<i-col span="12">-->
<!--<Date-picker :value="value2" format="yyyy/MM/dd" type="daterange" placement="bottom-end" placeholder="选择日期" style="width: 200px"></Date-picker>-->
<!--</i-col>-->
<!--</row>-->
<!--</template>-->
<!--<script>-->
<!--export default {-->
<!--data () {-->
<!--return {-->
<!--value1: '2016-01-01',-->
<!--value2: ['2016-01-01', '2016-02-15']-->
<!--}-->
<!--}-->
<!--}-->
<!--</script>-->
<!--<template>-->
<!--<div>-->
<!--<div style="width: 50%; float: left;">-->
<!--<Date-picker type="date" placeholder="选择日期和时间" style="width: 200px"></Date-picker> | Single date, no date-->
<!--<br>-->
<!--<Date-picker type="datetime" placeholder="选择日期和时间" style="width: 200px"></Date-picker> | Single datetime, no date-->
<!--<br>-->
<!--<Date-picker type="datetime" v-model="dateString" placeholder="选择日期和时间" style="width: 200px"></Date-picker> | Single datetime, string date-->
<!--<br>-->
<!--<Date-picker type="datetime" v-model="singleDate" placeholder="选择日期和时间" style="width: 200px"></Date-picker> | Single datetime, date object-->
<!--<br>-->
<!--<Date-picker type="datetime" format="yyyy-MM-dd HH:mm" placeholder="选择日期和时间(不含秒)" style="width: 200px"></Date-picker> | Single datetime, format yyyy-MM-dd HH:mm-->
<!--<br>-->
<!--<Date-picker type="date" multiple style="width: 200px"></Date-picker> | Single date, multiple-->
<!--<br>-->
<!--<Date-picker type="date" multiple style="width: 200px" show-week-numbers></Date-picker> | Single date, multiple, show week numbers-->
<!--<br>-->
<!--<Date-picker type="date" format="yyyy-MM-dd HH:mm" placeholder="选择日期和时间(不含秒)" style="width: 200px"></Date-picker> | Single date, format MM-dd HH:mm-->
<!--<br>-->
<!--<Date-picker type="datetime" :start-date="minDate" v-model="singleDate" placeholder="选择日期和时间" style="width: 200px"></Date-picker> | Single datetime, date object, start date-->
<!--<br>-->
<!--</div>-->
<!--<div style="width: 50%; float: right;">-->
<!--<Date-picker type="datetimerange" :value="dateRange" placeholder="选择日期和时间" style="width: 300px"></Date-picker> | DateTimeRange, date objects-->
<!--<br>-->
<!--<Date-picker type="daterange" placeholder="选择日期和时间" style="width: 300px"></Date-picker> | Range, no dates-->
<!--<br>-->
<!--<Date-picker type="daterange" split-panels placeholder="选择日期和时间" style="width: 300px"></Date-picker> | Range, no dates, split panels-->
<!--<br>-->
<!--<Date-picker type="datetimerange" format="yyyy-MM-dd HH:mm" placeholder="选择日期和时间(不含秒)" style="width: 300px"></Date-picker> | DateTimeRange, format yyyy-MM-dd HH:mm-->
<!--</div>-->
<!--<div style="width: 50%; float: right;">-->
<!--<TimePicker type="timerange" placeholder="Select time" style="width: 168px"></TimePicker>-->
<!--</div>-->
<!--</div>-->
<!--</template>-->
<!--<script>-->
<!--export default {-->
<!--data(){-->
<!--const now = new Date().getTime();-->
<!--const oneMonth = 2592e6;-->
<!--return {-->
<!--dateString: '2018-01-03 20:52:59',-->
<!--singleDate: new Date(1978, 4, 10),-->
<!--dateRange: [new Date(2010, 4, 1), new Date()],-->
<!--minDate: new Date(2010, 4, 1),-->
<!--maxDate: new Date(now + oneMonth)-->
<!--}-->
<!--}-->
<!--}-->
<!--</script>-->
<!--<template>-->
<!--<row>-->
<!--<i-col span="12">-->
<!--<Time-picker type="time" placeholder="选择时间" style="width: 168px"></Time-picker>-->
<!--</i-col>-->
<!--<i-col span="12">-->
<!--<Time-picker type="timerange" placement="bottom-end" placeholder="选择时间" style="width: 168px"></Time-picker>-->
<!--</i-col>-->
<!--</row>-->
<!--</template>-->
<!--<script>-->
<!--export default {-->
<!--data () {-->
<!--return {-->
<!--t1: ''-->
<!--}-->
<!--}-->
<!--}-->
<!--</script>-->
<!--<template>-->
<!--<div>-->
<!--<DatePicker v-model="value" @on-change="handleChange" type="daterange" placeholder="Select date" style="width: 200px"></DatePicker>-->
<!--</div>-->
<!--</template>-->
<!--<script>-->
<!--export default {-->
<!--data () {-->
<!--return {-->
<!--value: []-->
<!--}-->
<!--},-->
<!--methods: {-->
<!--handleChange (v) {-->
<!--console.log(v);-->
<!--}-->
<!--}-->
<!--}-->
<!--</script>-->
<template>
<div style="width: 500px;margin: 100px;">
<p><input type="text"></p>
<DatePicker type="month" show-week-numbers placeholder="Select date" style="width: 200px"></DatePicker>
<DatePicker type="year" show-week-numbers placeholder="Select date" style="width: 200px"></DatePicker>
<DatePicker type="date" transfer show-week-numbers placeholder="Select date" style="width: 400px"></DatePicker>
<DatePicker type="datetime" show-week-numbers confirm placeholder="Select date" style="width: 400px"></DatePicker>
<DatePicker type="daterange" transfer show-week-numbers placeholder="Select date" style="width: 400px"></DatePicker>
<DatePicker type="datetimerange" transfer show-week-numbers placeholder="Select date" style="width: 400px"></DatePicker>
<Time-Picker :steps="[1, 1, 15]" :value="new Date()"></Time-Picker>
<Divider>快捷方式</Divider>
<Row>
<Col span="12">
<DatePicker type="date" :options="options1" placeholder="Select date" style="width: 200px"></DatePicker>
</Col>
<Col span="12">
<DatePicker type="daterange" :options="options2" placement="bottom-end" placeholder="Select date" style="width: 200px"></DatePicker>
</Col>
</Row>
</div>
</template>
<script>
export default {
data () {
return {
options1: {
shortcuts: [
{
text: 'Today',
value () {
return new Date();
},
onClick: (picker) => {
this.$Message.info('Click today');
}
},
{
text: 'Yesterday',
value () {
const date = new Date();
date.setTime(date.getTime() - 3600 * 1000 * 24);
return date;
},
onClick: (picker) => {
this.$Message.info('Click yesterday');
}
},
{
text: 'One week',
value () {
const date = new Date();
date.setTime(date.getTime() - 3600 * 1000 * 24 * 7);
return date;
},
onClick: (picker) => {
this.$Message.info('Click a week ago');
}
}
]
},
options2: {
shortcuts: [
{
text: '1 week',
value () {
const end = new Date();
const start = new Date();
start.setTime(start.getTime() - 3600 * 1000 * 24 * 7);
return [start, end];
}
},
{
text: '1 month',
value () {
const end = new Date();
const start = new Date();
start.setTime(start.getTime() - 3600 * 1000 * 24 * 30);
return [start, end];
}
},
{
text: '3 months',
value () {
const end = new Date();
const start = new Date();
start.setTime(start.getTime() - 3600 * 1000 * 24 * 90);
return [start, end];
}
}
]
}
}
}
}
</script>
<template>
<DescriptionList title="标题" layout="vertical">
<Description term="Macintosh:">
麦金塔电脑,是苹果电脑其中一系列的个人电脑。Macintosh 是由 Macintosh 计划发起人 Jeff Raskin(杰夫·拉斯金)根据他最爱的苹果品种 McIntosh 命名,但为了避免与音频设备制造商麦金托什实验室(McIntosh Laboratory)的名字有冲突,他故意改变了字母的拼写。
</Description>
<Description term="Lisa:">
Lisa 是一款具有划时代意义的电脑,可以说没有 Lisa 就没有 Macintosh(在Mac的开发早期,很多系统软件都是在Lisa上设计的)。她具有16位CPU,鼠标,硬盘,以及支持图形用户界面和多任务的操作系统。并且随机捆绑了7个商用软件。
</Description>
<Description term="Newton:">
Apple Newton(牛顿),是世界上第一款掌上电脑(PDA),由苹果电脑公司于1993年开始制造,但是因为newton在市场上找不到其定位而需求量低而停止发展,并于1997年停止了生产。
</Description>
</DescriptionList>
</template>
<script>
export default {
}
</script>
<template>
<Row :gutter="16">
<i-col span="12">
<Card title="horizontal divider">
<div>
<p>
iView is a set of UI components and widgets built on Vue.js.
iView is a set of UI components and widgets built on Vue.js.
iView is a set of UI components and widgets built on Vue.js.
</p>
<Divider/>
<p>
iView is a set of UI components and widgets built on Vue.js.
iView is a set of UI components and widgets built on Vue.js.
iView is a set of UI components and widgets built on Vue.js.
</p>
<Divider size="small">iView</Divider>
<p>
iView is a set of UI components and widgets built on Vue.js.
iView is a set of UI components and widgets built on Vue.js.
iView is a set of UI components and widgets built on Vue.js.
</p>
<Divider dashed>iView Developer</Divider>
<p>
iView is a set of UI components and widgets built on Vue.js.
iView is a set of UI components and widgets built on Vue.js.
iView is a set of UI components and widgets built on Vue.js.
</p>
<Divider dashed orientation="left" size="small">iView Developer</Divider>
<p>
iView is a set of UI components and widgets built on Vue.js.
iView is a set of UI components and widgets built on Vue.js.
iView is a set of UI components and widgets built on Vue.js.
</p>
<Divider dashed orientation="right">iView Developer</Divider>
<p>
iView is a set of UI components and widgets built on Vue.js.
iView is a set of UI components and widgets built on Vue.js.
iView is a set of UI components and widgets built on Vue.js.
</p>
<Divider dashed/>
<p>
iView is a set of UI components and widgets built on Vue.js.
iView is a set of UI components and widgets built on Vue.js.
iView is a set of UI components and widgets built on Vue.js.
</p>
<Divider orientation="left">iView</Divider>
<p>
iView is a set of UI components and widgets built on Vue.js.
iView is a set of UI components and widgets built on Vue.js.
iView is a set of UI components and widgets built on Vue.js.
</p>
<Divider orientation="right">iView</Divider>
<p>
iView is a set of UI components and widgets built on Vue.js.
iView is a set of UI components and widgets built on Vue.js.
iView is a set of UI components and widgets built on Vue.js.
</p>
<Divider plain>iView</Divider>
<Divider orientation="left" plain>iView</Divider>
<Divider orientation="right" plain>iView</Divider>
</div>
</Card>
</i-col>
<i-col span="12">
<Card title="vertical divider">
<div>
iView
<Divider type="vertical" />
<a href="#">Components</a>
<Divider type="vertical" />
<a href="#">Divider</a>
<Divider type="vertical" dashed />
<a href="#">ABCDE</a>
</div>
</Card>
</i-col>
</Row>
</template>
<script>
export default {}
</script>
<style>
</style>
<template>
<Button @click="value5 = true" type="primary">Open Drawer</Button>
<Drawer title="Multi-level drawer" width="512" :closable="false" v-model="value5">
<Button @click="value6 = true" type="primary">Two-level Drawer</Button>
</Drawer>
<Drawer title="Two-level Drawer" :closable="false" v-model="value6">
This is two-level drawer.
</Drawer>
</template>
<script>
export default {
data () {
return {
value5: false,
value6: false
}
}
}
</script>
<style>
body{
height: 2000px;
}
</style>
<template>
<Dropdown :transfer="true" transfer-class-name="aa" trigger="hover">
<a href="javascript:void(0)">
下拉菜单
<Icon type="ios-arrow-down"></Icon>
</a>
<template #list>
<DropdownMenu>
<DropdownItem>驴打滚</DropdownItem>
<DropdownItem>炸酱面</DropdownItem>
<DropdownItem disabled>豆汁儿</DropdownItem>
<DropdownItem>冰糖葫芦</DropdownItem>
<DropdownItem divided>北京烤鸭</DropdownItem>
</DropdownMenu>
</template>
</Dropdown>
<!-- <Dropdown style="margin-left: 20px">-->
<!-- <Button type="primary">-->
<!-- 下拉菜单-->
<!-- <Icon type="ios-arrow-down"></Icon>-->
<!-- </Button>-->
<!-- <template #list>-->
<!-- <DropdownMenu>-->
<!-- <DropdownItem>驴打滚</DropdownItem>-->
<!-- <DropdownItem>炸酱面</DropdownItem>-->
<!-- <DropdownItem disabled>豆汁儿</DropdownItem>-->
<!-- <DropdownItem>冰糖葫芦</DropdownItem>-->
<!-- <DropdownItem divided>北京烤鸭</DropdownItem>-->
<!-- </DropdownMenu>-->
<!-- </template>-->
<!-- </Dropdown>-->
</template>
<script>
export default {
}
</script>
<template>
<div style="width:400px;margin: 0 auto;">
<Ellipsis :text="text" :lines="3" tooltip />
</div>
</template>
<script>
export default {
data () {
return {
text: '史蒂夫·乔布斯(英语:Steve Jobs),是一名美国企业家、营销家和发明家,苹果公司的联合创始人之一,曾任董事长及首席执行官职位,NeXT创办人及首席执行官,也是皮克斯动画的创办人并曾任首席执行官,2006年为华特迪士尼公司的董事会成员。2017年9月苹果发布会举行的地方,以他命名为 Steve Jobs Theater 。'
}
}
}
</script>
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册