first commit

This commit is contained in:
编码猿
2024-09-27 00:57:27 +08:00
commit 18df0f5e4b
2548 changed files with 253280 additions and 0 deletions

5
vue-ydui/.babelrc Normal file
View File

@@ -0,0 +1,5 @@
{
"presets": [
["es2015"]
]
}

20
vue-ydui/.editorconfig Normal file
View File

@@ -0,0 +1,20 @@
# editorconfig.org
root = true
[*]
index_size = 2
charset = utf-8
end_of_line = lf
indent_style = space
insert_final_newline = true
trim_trailing_whitespace = true
[*.md]
trim_trailing_whitespace = false
[*.js]
index_size = 4
[*.less]
index_size = 2

6
vue-ydui/.gitignore vendored Normal file
View File

@@ -0,0 +1,6 @@
package-lock.json
.DS_Store
node_modules/
npm-debug.log
/.idea
/single.html

1
vue-ydui/.pydio Normal file
View File

@@ -0,0 +1 @@
fe0941a5-bc22-402e-8ec5-b93d28f2eedf

View File

@@ -0,0 +1,24 @@
#### 问题描述
作者是个菜鸟,请详细地描述问题,不要一句话带过(特别是将描述放在标题上的),根据情况贴上代码
处理 issue 是件很耗精力的事,请提交 issue 前考虑一下是否把问题说清楚了
#### 产生环境
- **使用版本:-
- **引入方式CDN | NPM
- **演示地址:-
#### 提示错误信息
1.
2. ...
#### 代码区域
```html
<script>
alert('不会贴代码的看这里!');
</script>
```

21
vue-ydui/LICENSE Normal file
View File

@@ -0,0 +1,21 @@
The MIT License (MIT)
Copyright (c) 2015-2017 YDCSS Inc.
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.

45
vue-ydui/README.md Normal file
View File

@@ -0,0 +1,45 @@
<p align="center">
<br>
<a href="http://vue.ydui.org">
<img width="200" src="http://static.ydcss.com/ydui/img/logo.png">
</a>
<br>
</p>
<br/>
#### 一只基于Vue2.x的移动端&微信UI。 -YDUI Touch
Home: <a href="http://vue.ydui.org"> http://vue.ydui.org </a>
Docs: <a href="http://vue.ydui.org/docs"> http://vue.ydui.org/docs </a>
Blog: <a href="http://www.ydcss.com"> http://www.ydcss.com </a>
#### 请用扫码查看
<img width="180" height="180" src="http://static.ydcss.com/ydui/img/qrcode.jpg" />
#### 开发
```shell
1. npm install
2. npm run dev
3. http://127.0.0.1:4321
```
#### 参考、使用的项目
* <a href="https://github.com/ftlabs/fastclick" target="_blank">[fastclick]</a> (<a href="https://github.com/ftlabs/fastclick/blob/master/LICENSE" target="_blank">[MIT License]</a>)
* <a href="https://github.com/inorganik/CountUp.js" target="_blank">[countup.js]</a> (<a href="https://github.com/inorganik/countUp.js/blob/master/LICENSE.md" target="_blank">[MIT License]</a>)
* <a href="https://github.com/iview/iview" target="_blank">[iview]</a> (<a href="https://github.com/iview/iview/blob/2.0/LICENSE" target="_blank">[MIT License]</a>)
* <a href="https://github.com/airyland/vux" target="_blank">[vux]</a> (<a href="https://github.com/airyland/vux/blob/v2/LICENSE" target="_blank">[MIT License]</a>)
* <a href="https://github.com/ElemeFE/mint-ui" target="_blank">[mint-ui]</a> (<a href="https://github.com/ElemeFE/mint-ui/blob/master/LICENSE" target="_blank">[MIT License]</a>)
* <a href="https://github.com/kimmobrunfeldt/progressbar.js" target="_blank">[progressbar.js]</a> (<a href="https://github.com/kimmobrunfeldt/progressbar.js/blob/master/LICENSE" target="_blank">[MIT License]</a>)
* <a href="https://github.com/daneden/animate.css" target="_blank">[animate.css]</a> (<a href="https://github.com/daneden/animate.css/blob/master/LICENSE" target="_blank">[MIT License]</a>)
* <a href="https://github.com/pbakaus/scroller" target="_blank">[scroller]</a> (<a href="https://github.com/pbakaus/scroller/blob/master/LICENSE.txt" target="_blank">[MIT License]</a>)
#### Developed with Open Source Licensed <a href="http://www.jetbrains.com/webstorm/" target="_blank">WebStorm</a>
<br/>
Copyright (c) 2018, ydcss.com
<br/>

1
vue-ydui/build/.pydio Normal file
View File

@@ -0,0 +1 @@
f0c4a175-8390-4837-a843-91855a101f26

View File

@@ -0,0 +1,43 @@
module.exports = {
module: {
loaders: [
{
test: /\.vue$/,
loader: 'vue',
exclude: /node_modules/
},
{
test: /\.js$/,
loader: 'babel',
exclude: /node_modules/
},
{
test: /\.less$/,
loader: 'style!css!less',
exclude: /node_modules/
},
{
test: /\.css$/,
loader: 'style!css',
exclude: /node_modules/
},
{
test: /\.json$/,
loader: 'json',
exclude: /node_modules/
},
{
test: /\.ttf/,
loader: 'file',
exclude: /node_modules/
}
]
},
vue: {
postcss: [
require('autoprefixer')({
browsers: ['Android >= 4', 'Explorer >= 10', 'iOS >= 6'], cascade: false
})
]
}
};

View File

@@ -0,0 +1,60 @@
var gulp = require('gulp');
var cleanCss = require('gulp-clean-css');
var rename = require('gulp-rename');
var through = require('through2');
var replaceRem2Px = function () {
function fn(file, encoding, callback) {
if (file.isNull()) {
return callback(null, file);
}
if (file.isStream()) {
return callback(createError(file, 'Streaming not supported'));
}
let text = file.contents.toString();
if (/\d*\.?\d+rem/.test(text)) {
text = text.replace(/(\d*\.?\d+)rem/g, function (match, m1) {
return parseInt(m1 * 50) + 'px';
});
}
file.contents = new Buffer(text);
callback(null, file);
}
return through.obj(fn);
};
gulp.task('css:base', function () {
gulp.src('../src/styles/base.less')
.pipe(require('gulp-less')())
.pipe(cleanCss())
.pipe(rename('ydui.base.css'))
.pipe(gulp.dest('../dist'));
});
gulp.task('css:ydui', function () {
gulp.src('../dist/ydui.rem.css')
.pipe(require('ydui-rem2px')(50))
.pipe(cleanCss())
.pipe(rename('ydui.px.css'))
.pipe(gulp.dest('../dist'));
});
gulp.task('js:ydui', function () {
gulp.src('../dist/ydui.rem.js')
.pipe(replaceRem2Px())
.pipe(rename('ydui.px.js'))
.pipe(gulp.dest('../dist'));
});
gulp.task('flexible', function () {
gulp.src('../src/ydui.flexible.js')
.pipe(require('gulp-uglify')())
.pipe(gulp.dest('../dist'));
});
gulp.task('default', ['css:base', 'css:ydui', 'js:ydui', 'flexible']);

20
vue-ydui/build/rem2px.js Normal file
View File

@@ -0,0 +1,20 @@
'use strict';
const postcss = require('postcss');
module.exports = postcss.plugin('vue-ydui-rem2px', function (size) {
return function (css, result) {
const oldCssText = css.toString();
let newCssText = '';
if (/\d*\.?\d+rem/.test(oldCssText)) {
newCssText = oldCssText.replace(/(\d*\.?\d+)rem/g, function (match, m1) {
return parseInt(m1 * size) + 'px';
});
} else {
return oldCssText;
}
result.root = postcss.parse(newCssText);
};
});

View File

@@ -0,0 +1,19 @@
const path = require('path');
const webpack = require('webpack');
const merge = require('webpack-merge');
const baseWebpackConfig = require('./base.conf');
module.exports = merge(baseWebpackConfig, {
entry: {
main: './example/main.js',
vendors: ['vue', 'vue-router']
},
output: {
path: path.join(__dirname, './dist'),
publicPath: '/dist/',
filename: '[name].js'
},
plugins: [
new webpack.optimize.CommonsChunkPlugin({name: 'vendors', filename: 'vendors.js'})
]
});

View File

@@ -0,0 +1,29 @@
const path = require('path');
const webpack = require('webpack');
const merge = require('webpack-merge');
const baseWebpackConfig = require('./base.conf');
const pkg = require('../package.json');
module.exports = merge(baseWebpackConfig, {
output: {
path: path.join(__dirname, '../dist'),
publicPath: '/dist/',
filename: "[name].js",
chunkFilename: "[name].js",
library: 'ydui',
libraryTarget: 'umd'
},
externals: {
vue: {
commonjs: "vue",
commonjs2: "vue",
amd: "vue",
root: "Vue"
}
},
plugins: [
new webpack.BannerPlugin(pkg.name + ' v' + pkg.version + ' by YDCSS (c) ' + new Date().getFullYear() + ' Licensed ' + pkg.license),
new webpack.optimize.UglifyJsPlugin({compress: {warnings: false}}),
new webpack.optimize.OccurenceOrderPlugin()
]
});

View File

@@ -0,0 +1,73 @@
const merge = require('webpack-merge');
const distCommonWebpackConfig = require('./webpack.dist.common.conf');
const StringReplacePlugin = require("string-replace-webpack-plugin");
module.exports = merge(distCommonWebpackConfig, {
entry: {
"/lib.px/actionsheet/index": "./src/components/actionsheet/index.js",
"/lib.px/badge/index": "./src/components/badge/index.js",
"/lib.px/button/index": "./src/components/button/index.js",
"/lib.px/cell/index": "./src/components/cell/index.js",
"/lib.px/cityselect/index": "./src/components/cityselect/index.js",
"/lib.px/dialog/index": "./src/components/dialog/index.js",
"/lib.px/grids/index": "./src/components/grids/index.js",
"/lib.px/icons/index": "./src/components/icons/index.js",
"/lib.px/infinitescroll/index": "./src/components/infinitescroll/index.js",
"/lib.px/keyboard/index": "./src/components/keyboard/index.js",
"/lib.px/layout/index": "./src/components/layout/index.js",
"/lib.px/list/index": "./src/components/list/index.js",
"/lib.px/navbar/index": "./src/components/navbar/index.js",
"/lib.px/progressbar/index": "./src/components/progressbar/index.js",
"/lib.px/pullrefresh/index": "./src/components/pullrefresh/index.js",
"/lib.px/scrolltab/index": "./src/components/scrolltab/index.js",
"/lib.px/sendcode/index": "./src/components/sendcode/index.js",
"/lib.px/slider/index": "./src/components/slider/index.js",
"/lib.px/spinner/index": "./src/components/spinner/index.js",
"/lib.px/switch/index": "./src/components/switch/index.js",
"/lib.px/tab/index": "./src/components/tab/index.js",
"/lib.px/tabbar/index": "./src/components/tabbar/index.js",
"/lib.px/countup/index": "./src/components/countup/index.js",
"/lib.px/popup/index": "./src/components/popup/index.js",
"/lib.px/rate/index": "./src/components/rate/index.js",
"/lib.px/countdown/index": "./src/components/countdown/index.js",
"/lib.px/textarea/index": "./src/components/textarea/index.js",
"/lib.px/rollnotice/index": "./src/components/rollnotice/index.js",
"/lib.px/input/index": "./src/components/input/index.js",
"/lib.px/flexbox/index": "./src/components/flexbox/index.js",
"/lib.px/radio/index": "./src/components/radio/index.js",
"/lib.px/checkbox/index": "./src/components/checkbox/index.js",
"/lib.px/backtop/index": "./src/components/backtop/index.js",
"/lib.px/accordion/index": "./src/components/accordion/index.js",
"/lib.px/datetime/index": "./src/components/datetime/index.js",
"/lib.px/lightbox/index": "./src/components/lightbox/index.js",
"/lib.px/timeline/index": "./src/components/timeline/index.js",
"/lib.px/step/index": "./src/components/step/index.js",
"/lib.px/checklist/index": "./src/components/checklist/index.js",
"/lib.px/search/index": "./src/components/search/index.js",
"/lib.px/scrollnav/index": "./src/components/scrollnav/index.js",
"/lib.px/preview/index": "./src/components/preview/index.js",
},
module: {
loaders: [
{
test: /\.vue$/,
loader: StringReplacePlugin.replace({
replacements: [
{
pattern: /(\d*\.?\d+)rem/g,
replacement: function (match, p1) {
return parseInt(p1 * 50) + 'px';
}
}
]
})
}
]
},
vue: {
postcss: [require('./rem2px')(50)]
},
plugins: [
new StringReplacePlugin()
]
});

View File

@@ -0,0 +1,49 @@
const merge = require('webpack-merge');
const distCommonWebpackConfig = require('./webpack.dist.common.conf');
module.exports = merge(distCommonWebpackConfig, {
entry: {
"/lib.rem/actionsheet/index": "./src/components/actionsheet/index.js",
"/lib.rem/badge/index": "./src/components/badge/index.js",
"/lib.rem/button/index": "./src/components/button/index.js",
"/lib.rem/cell/index": "./src/components/cell/index.js",
"/lib.rem/cityselect/index": "./src/components/cityselect/index.js",
"/lib.rem/dialog/index": "./src/components/dialog/index.js",
"/lib.rem/grids/index": "./src/components/grids/index.js",
"/lib.rem/icons/index": "./src/components/icons/index.js",
"/lib.rem/infinitescroll/index": "./src/components/infinitescroll/index.js",
"/lib.rem/keyboard/index": "./src/components/keyboard/index.js",
"/lib.rem/layout/index": "./src/components/layout/index.js",
"/lib.rem/list/index": "./src/components/list/index.js",
"/lib.rem/navbar/index": "./src/components/navbar/index.js",
"/lib.rem/progressbar/index": "./src/components/progressbar/index.js",
"/lib.rem/pullrefresh/index": "./src/components/pullrefresh/index.js",
"/lib.rem/scrolltab/index": "./src/components/scrolltab/index.js",
"/lib.rem/sendcode/index": "./src/components/sendcode/index.js",
"/lib.rem/slider/index": "./src/components/slider/index.js",
"/lib.rem/spinner/index": "./src/components/spinner/index.js",
"/lib.rem/switch/index": "./src/components/switch/index.js",
"/lib.rem/tab/index": "./src/components/tab/index.js",
"/lib.rem/tabbar/index": "./src/components/tabbar/index.js",
"/lib.rem/countup/index": "./src/components/countup/index.js",
"/lib.rem/popup/index": "./src/components/popup/index.js",
"/lib.rem/rate/index": "./src/components/rate/index.js",
"/lib.rem/countdown/index": "./src/components/countdown/index.js",
"/lib.rem/textarea/index": "./src/components/textarea/index.js",
"/lib.rem/rollnotice/index": "./src/components/rollnotice/index.js",
"/lib.rem/input/index": "./src/components/input/index.js",
"/lib.rem/flexbox/index": "./src/components/flexbox/index.js",
"/lib.rem/radio/index": "./src/components/radio/index.js",
"/lib.rem/checkbox/index": "./src/components/checkbox/index.js",
"/lib.rem/backtop/index": "./src/components/backtop/index.js",
"/lib.rem/accordion/index": "./src/components/accordion/index.js",
"/lib.rem/datetime/index": "./src/components/datetime/index.js",
"/lib.rem/lightbox/index": "./src/components/lightbox/index.js",
"/lib.rem/timeline/index": "./src/components/timeline/index.js",
"/lib.rem/step/index": "./src/components/step/index.js",
"/lib.rem/checklist/index": "./src/components/checklist/index.js",
"/lib.rem/search/index": "./src/components/search/index.js",
"/lib.rem/scrollnav/index": "./src/components/scrollnav/index.js",
"/lib.rem/preview/index": "./src/components/preview/index.js",
}
});

View File

@@ -0,0 +1,17 @@
const merge = require('webpack-merge');
const ExtractTextPlugin = require('extract-text-webpack-plugin');
const distCommonWebpackConfig = require('./webpack.dist.common.conf');
module.exports = merge(distCommonWebpackConfig, {
entry: {
'ydui.rem': './src/ydui.js'
},
vue: {
loaders: {
less: ExtractTextPlugin.extract('css!less')
}
},
plugins: [
new ExtractTextPlugin('ydui.rem.css')
]
});

1
vue-ydui/dist/.pydio vendored Normal file
View File

@@ -0,0 +1 @@
ee25ca07-0898-4ddb-a5bf-31ecc7ffde1f

1
vue-ydui/dist/lib.px/.pydio vendored Normal file
View File

@@ -0,0 +1 @@
79b41eed-3c45-4f63-b14b-3151e63e532a

1
vue-ydui/dist/lib.px/accordion/.pydio vendored Normal file
View File

@@ -0,0 +1 @@
58a06ca7-389e-45ea-a8fa-61d7702ef537

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1 @@
f684a7cb-598d-4760-a907-589c3b4b20cc

File diff suppressed because one or more lines are too long

1
vue-ydui/dist/lib.px/backtop/.pydio vendored Normal file
View File

@@ -0,0 +1 @@
ccd9739b-7448-4991-90d7-103814578bde

2
vue-ydui/dist/lib.px/backtop/index.js vendored Normal file

File diff suppressed because one or more lines are too long

1
vue-ydui/dist/lib.px/badge/.pydio vendored Normal file
View File

@@ -0,0 +1 @@
971a17ed-b8a0-49d6-a169-4e2d22f4650d

2
vue-ydui/dist/lib.px/badge/index.js vendored Normal file

File diff suppressed because one or more lines are too long

1
vue-ydui/dist/lib.px/button/.pydio vendored Normal file
View File

@@ -0,0 +1 @@
b96f1e08-8214-43d8-b4d2-ee7b35a10bc0

2
vue-ydui/dist/lib.px/button/index.js vendored Normal file

File diff suppressed because one or more lines are too long

1
vue-ydui/dist/lib.px/cell/.pydio vendored Normal file
View File

@@ -0,0 +1 @@
104a4154-558b-4cae-97f2-4d161b4f1efe

2
vue-ydui/dist/lib.px/cell/index.js vendored Normal file

File diff suppressed because one or more lines are too long

1
vue-ydui/dist/lib.px/checkbox/.pydio vendored Normal file
View File

@@ -0,0 +1 @@
b8eda318-c6f7-4802-aeec-56760a8012bf

File diff suppressed because one or more lines are too long

1
vue-ydui/dist/lib.px/checklist/.pydio vendored Normal file
View File

@@ -0,0 +1 @@
ec91cb11-4514-47a8-b6c7-25aed399255c

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1 @@
b9080ed3-f767-4329-8942-2cb1089a5f76

File diff suppressed because one or more lines are too long

1
vue-ydui/dist/lib.px/countdown/.pydio vendored Normal file
View File

@@ -0,0 +1 @@
15d0515f-ae6d-46b0-8c24-8000cdc59799

View File

@@ -0,0 +1,2 @@
/*! vue-ydui v1.2.5 by YDCSS (c) 2018 Licensed MIT */
!function(t,e){"object"==typeof exports&&"object"==typeof module?module.exports=e():"function"==typeof define&&define.amd?define([],e):"object"==typeof exports?exports.ydui=e():t.ydui=e()}(this,function(){return function(t){function e(i){if(n[i])return n[i].exports;var o=n[i]={exports:{},id:i,loaded:!1};return t[i].call(o.exports,o,o.exports,e),o.loaded=!0,o.exports}var n={};return e.m=t,e.c=n,e.p="/dist/",e(0)}({0:function(t,e,n){"use strict";function i(t){return t&&t.__esModule?t:{default:t}}Object.defineProperty(e,"__esModule",{value:!0}),e.CountDown=void 0;var o=n(83),r=i(o);e.CountDown=r.default},1:function(t,e){t.exports=function(t,e,n,i){var o,r=t=t||{},s=typeof t.default;"object"!==s&&"function"!==s||(o=t,r=t.default);var a="function"==typeof r?r.options:r;if(e&&(a.render=e.render,a.staticRenderFns=e.staticRenderFns),n&&(a._scopeId=n),i){var u=a.computed||(a.computed={});Object.keys(i).forEach(function(t){var e=i[t];u[t]=function(){return e}})}return{esModule:o,exports:r,options:a}}},83:function(t,e,n){var i=n(1)(n(264),n(183),null,null);t.exports=i.exports},183:function(t,e){t.exports={render:function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("span",[n("span",{domProps:{innerHTML:t._s(t.str)}}),t._v(" "),t.showTpl?n("span",{ref:"tpl"},[t._t("default")],2):t._e()])},staticRenderFns:[]}},264:function(t,e){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default={name:"yd-countdown",data:function(){return{str:"",timer:null,tempFormat:"",showTpl:!0}},props:{time:{type:[String,Number,Date]},format:{type:String,default:"{%d}天{%h}时{%m}分{%s}秒"},timetype:{validator:function(t){return["datetime","second","timestamp"].indexOf(t)>-1},default:"datetime"},callback:{type:Function},doneText:{type:String,default:"已结束"}},watch:{time:function(t){clearInterval(this.timer),t&&this.run()}},methods:{run:function(){this.time&&("second"===this.timetype?this.lastTime=Math.floor(new Date/1e3)+~~this.time:"timestamp"===this.timetype?this.lastTime=Math.floor(new Date(this.time).getTime()):this.lastTime=Math.floor(new Date(this.time).getTime()/1e3),this.time instanceof Date&&(this.lastTime=Math.floor(this.time.getTime()/1e3)),this.doRun(),this.timer=setInterval(this.doRun,1e3))},doRun:function(){var t=this.lastTime-Math.floor((new Date).getTime()/1e3);t>0?this.str=this.timestampTotime(t):(this.callback&&this.callback(),this.str=this.doneText,clearInterval(this.timer))},timestampTotime:function(t){var e=this.tempFormat,n={};n.s=t%60,t=Math.floor(t/60),n.m=t%60,t=Math.floor(t/60),n.h=t%24,n.d=Math.floor(t/24);var i=function(t){return t<=0?"00":t<10?"0"+t:t},o=["d","h","m","s"];return o.forEach(function(t){var o=i(n[t]).toString().split("");e=e.replace("{%"+t+"}",i(n[t])),e=e.replace("{%"+t+"0}",0!==~~o[o.length-3]?o[o.length-3]:""),e=e.replace("{%"+t+"1}",~~o[o.length-2]),e=e.replace("{%"+t+"2}",~~o[o.length-1])}),e}},mounted:function(){var t=this;this.$nextTick(function(){t.tempFormat=t.$slots.default?t.$refs.tpl.innerHTML:t.format,t.showTpl=!1,t.run()})},beforeDestroy:function(){clearInterval(this.timer)}}}})});

1
vue-ydui/dist/lib.px/countup/.pydio vendored Normal file
View File

@@ -0,0 +1 @@
cbf1c1b6-3c2c-4861-806f-1689df7946eb

2
vue-ydui/dist/lib.px/countup/index.js vendored Normal file

File diff suppressed because one or more lines are too long

1
vue-ydui/dist/lib.px/datetime/.pydio vendored Normal file
View File

@@ -0,0 +1 @@
680143e6-7db9-418c-b2cc-3e6c09d2f295

File diff suppressed because one or more lines are too long

1
vue-ydui/dist/lib.px/dialog/.pydio vendored Normal file
View File

@@ -0,0 +1 @@
6ccc9a66-0a0b-4ba4-ac5e-7d16d2439f47

2
vue-ydui/dist/lib.px/dialog/index.js vendored Normal file

File diff suppressed because one or more lines are too long

1
vue-ydui/dist/lib.px/flexbox/.pydio vendored Normal file
View File

@@ -0,0 +1 @@
b28b9763-79ec-47b1-816e-b6997bbc10fb

2
vue-ydui/dist/lib.px/flexbox/index.js vendored Normal file

File diff suppressed because one or more lines are too long

1
vue-ydui/dist/lib.px/grids/.pydio vendored Normal file
View File

@@ -0,0 +1 @@
c4f11bba-bfc8-45d7-b55d-a549697d8e8f

2
vue-ydui/dist/lib.px/grids/index.js vendored Normal file

File diff suppressed because one or more lines are too long

1
vue-ydui/dist/lib.px/icons/.pydio vendored Normal file
View File

@@ -0,0 +1 @@
4fd39fd9-404a-4ccb-8b1f-40fd640d6b53

2
vue-ydui/dist/lib.px/icons/index.js vendored Normal file

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1 @@
014a756d-25bf-4fa1-bacc-47c6ad342067

File diff suppressed because one or more lines are too long

1
vue-ydui/dist/lib.px/input/.pydio vendored Normal file
View File

@@ -0,0 +1 @@
acfc8081-c667-49bf-bfca-7b74a272f96c

2
vue-ydui/dist/lib.px/input/index.js vendored Normal file

File diff suppressed because one or more lines are too long

1
vue-ydui/dist/lib.px/keyboard/.pydio vendored Normal file
View File

@@ -0,0 +1 @@
50519d45-6738-4cab-bcfd-5d0cbf9c9ac0

File diff suppressed because one or more lines are too long

1
vue-ydui/dist/lib.px/layout/.pydio vendored Normal file
View File

@@ -0,0 +1 @@
e5a59e15-c116-47bc-b736-f674bccbce51

2
vue-ydui/dist/lib.px/layout/index.js vendored Normal file

File diff suppressed because one or more lines are too long

1
vue-ydui/dist/lib.px/lightbox/.pydio vendored Normal file
View File

@@ -0,0 +1 @@
450a1f1a-1f43-41ac-9fa0-0430fe82b4a0

File diff suppressed because one or more lines are too long

1
vue-ydui/dist/lib.px/list/.pydio vendored Normal file
View File

@@ -0,0 +1 @@
5c9d8248-d400-466e-b6f6-582123abd85e

2
vue-ydui/dist/lib.px/list/index.js vendored Normal file

File diff suppressed because one or more lines are too long

1
vue-ydui/dist/lib.px/navbar/.pydio vendored Normal file
View File

@@ -0,0 +1 @@
d451e2ed-76f8-4ec0-88f0-28fa8eec77ed

2
vue-ydui/dist/lib.px/navbar/index.js vendored Normal file

File diff suppressed because one or more lines are too long

1
vue-ydui/dist/lib.px/popup/.pydio vendored Normal file
View File

@@ -0,0 +1 @@
067e7338-f48b-4c35-bf76-931469cf2b1c

2
vue-ydui/dist/lib.px/popup/index.js vendored Normal file

File diff suppressed because one or more lines are too long

1
vue-ydui/dist/lib.px/preview/.pydio vendored Normal file
View File

@@ -0,0 +1 @@
5cbe547a-f300-4334-982d-a03ad090c99c

2
vue-ydui/dist/lib.px/preview/index.js vendored Normal file

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1 @@
1bf17e68-94ee-4330-9561-ff6eedf0b64e

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1 @@
9d544691-286e-4643-80cc-8a7ddf08d207

File diff suppressed because one or more lines are too long

1
vue-ydui/dist/lib.px/radio/.pydio vendored Normal file
View File

@@ -0,0 +1 @@
110f4179-43e6-4452-836e-57315a468807

2
vue-ydui/dist/lib.px/radio/index.js vendored Normal file

File diff suppressed because one or more lines are too long

1
vue-ydui/dist/lib.px/rate/.pydio vendored Normal file
View File

@@ -0,0 +1 @@
7137f60b-6c81-4030-bebf-d2c71876b34d

2
vue-ydui/dist/lib.px/rate/index.js vendored Normal file

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1 @@
0a78196f-4589-4923-bb93-e116909ba3c5

File diff suppressed because one or more lines are too long

1
vue-ydui/dist/lib.px/scrollnav/.pydio vendored Normal file
View File

@@ -0,0 +1 @@
215a15c4-5b96-46a6-8665-b87463895a2e

File diff suppressed because one or more lines are too long

1
vue-ydui/dist/lib.px/scrolltab/.pydio vendored Normal file
View File

@@ -0,0 +1 @@
21eb02f9-697e-49ba-b6a8-35986979c49e

File diff suppressed because one or more lines are too long

1
vue-ydui/dist/lib.px/search/.pydio vendored Normal file
View File

@@ -0,0 +1 @@
cc72db9a-59ba-4105-81d9-bad765e37d49

2
vue-ydui/dist/lib.px/search/index.js vendored Normal file

File diff suppressed because one or more lines are too long

1
vue-ydui/dist/lib.px/sendcode/.pydio vendored Normal file
View File

@@ -0,0 +1 @@
93076b5f-3533-438a-86a9-2f22f5d215f1

File diff suppressed because one or more lines are too long

1
vue-ydui/dist/lib.px/slider/.pydio vendored Normal file
View File

@@ -0,0 +1 @@
6c24e000-6180-440d-801f-c5d67b14c10c

2
vue-ydui/dist/lib.px/slider/index.js vendored Normal file

File diff suppressed because one or more lines are too long

1
vue-ydui/dist/lib.px/spinner/.pydio vendored Normal file
View File

@@ -0,0 +1 @@
adb5dae3-5fb6-48ad-b724-6dcee98f873c

2
vue-ydui/dist/lib.px/spinner/index.js vendored Normal file

File diff suppressed because one or more lines are too long

1
vue-ydui/dist/lib.px/step/.pydio vendored Normal file
View File

@@ -0,0 +1 @@
d59bda4d-790e-4ecb-abda-61abcb945a8a

2
vue-ydui/dist/lib.px/step/index.js vendored Normal file

File diff suppressed because one or more lines are too long

1
vue-ydui/dist/lib.px/switch/.pydio vendored Normal file
View File

@@ -0,0 +1 @@
df964262-868a-4313-821b-bbd52a2c36b3

2
vue-ydui/dist/lib.px/switch/index.js vendored Normal file

File diff suppressed because one or more lines are too long

1
vue-ydui/dist/lib.px/tab/.pydio vendored Normal file
View File

@@ -0,0 +1 @@
6395c4b2-b5fd-4231-ab0e-66438388d1df

2
vue-ydui/dist/lib.px/tab/index.js vendored Normal file

File diff suppressed because one or more lines are too long

1
vue-ydui/dist/lib.px/tabbar/.pydio vendored Normal file
View File

@@ -0,0 +1 @@
d9e19922-ef05-4552-8064-fe47d4f2600c

2
vue-ydui/dist/lib.px/tabbar/index.js vendored Normal file

File diff suppressed because one or more lines are too long

1
vue-ydui/dist/lib.px/textarea/.pydio vendored Normal file
View File

@@ -0,0 +1 @@
d6f35788-0170-465e-8019-f097d9d2615b

File diff suppressed because one or more lines are too long

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