@ddwl/ddwl-ui 1.3.1 → 1.3.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +92 -92
- package/dist/demo.html +1 -1
- package/dist/{app.common.js → index.common.js} +21 -21
- package/dist/{app.umd.js → index.umd.js} +23 -23
- package/dist/{app.umd.min.js → index.umd.min.js} +2 -2
- package/package.json +4 -4
- package/src/packages/table/index.vue +1 -0
- package/src/utils/index.js +51 -51
- /package/dist/{app.css → index.css} +0 -0
package/README.md
CHANGED
|
@@ -1,92 +1,92 @@
|
|
|
1
|
-
# ddwl-ui
|
|
2
|
-
|
|
3
|
-
UI库
|
|
4
|
-
|
|
5
|
-
## Getting started
|
|
6
|
-
|
|
7
|
-
To make it easy for you to get started with GitLab, here's a list of recommended next steps.
|
|
8
|
-
|
|
9
|
-
Already a pro? Just edit this README.md and make it your own. Want to make it easy? [Use the template at the bottom](#editing-this-readme)!
|
|
10
|
-
|
|
11
|
-
## Add your files
|
|
12
|
-
|
|
13
|
-
- [ ] [Create](https://docs.gitlab.com/ee/user/project/repository/web_editor.html#create-a-file) or [upload](https://docs.gitlab.com/ee/user/project/repository/web_editor.html#upload-a-file) files
|
|
14
|
-
- [ ] [Add files using the command line](https://docs.gitlab.com/ee/gitlab-basics/add-file.html#add-a-file-using-the-command-line) or push an existing Git repository with the following command:
|
|
15
|
-
|
|
16
|
-
```
|
|
17
|
-
cd existing_repo
|
|
18
|
-
git remote add origin http://121.40.23.60:10999/frontend/ddwl-ui.git
|
|
19
|
-
git branch -M master
|
|
20
|
-
git push -uf origin master
|
|
21
|
-
```
|
|
22
|
-
|
|
23
|
-
## Integrate with your tools
|
|
24
|
-
|
|
25
|
-
- [ ] [Set up project integrations](http://121.40.23.60:10999/frontend/ddwl-ui/-/settings/integrations)
|
|
26
|
-
|
|
27
|
-
## Collaborate with your team
|
|
28
|
-
|
|
29
|
-
- [ ] [Invite team members and collaborators](https://docs.gitlab.com/ee/user/project/members/)
|
|
30
|
-
- [ ] [Create a new merge request](https://docs.gitlab.com/ee/user/project/merge_requests/creating_merge_requests.html)
|
|
31
|
-
- [ ] [Automatically close issues from merge requests](https://docs.gitlab.com/ee/user/project/issues/managing_issues.html#closing-issues-automatically)
|
|
32
|
-
- [ ] [Enable merge request approvals](https://docs.gitlab.com/ee/user/project/merge_requests/approvals/)
|
|
33
|
-
- [ ] [Automatically merge when pipeline succeeds](https://docs.gitlab.com/ee/user/project/merge_requests/merge_when_pipeline_succeeds.html)
|
|
34
|
-
|
|
35
|
-
## Test and Deploy
|
|
36
|
-
|
|
37
|
-
Use the built-in continuous integration in GitLab.
|
|
38
|
-
|
|
39
|
-
- [ ] [Get started with GitLab CI/CD](https://docs.gitlab.com/ee/ci/quick_start/index.html)
|
|
40
|
-
- [ ] [Analyze your code for known vulnerabilities with Static Application Security Testing(SAST)](https://docs.gitlab.com/ee/user/application_security/sast/)
|
|
41
|
-
- [ ] [Deploy to Kubernetes, Amazon EC2, or Amazon ECS using Auto Deploy](https://docs.gitlab.com/ee/topics/autodevops/requirements.html)
|
|
42
|
-
- [ ] [Use pull-based deployments for improved Kubernetes management](https://docs.gitlab.com/ee/user/clusters/agent/)
|
|
43
|
-
- [ ] [Set up protected environments](https://docs.gitlab.com/ee/ci/environments/protected_environments.html)
|
|
44
|
-
|
|
45
|
-
***
|
|
46
|
-
|
|
47
|
-
# Editing this README
|
|
48
|
-
|
|
49
|
-
When you're ready to make this README your own, just edit this file and use the handy template below (or feel free to structure it however you want - this is just a starting point!). Thank you to [makeareadme.com](https://www.makeareadme.com/) for this template.
|
|
50
|
-
|
|
51
|
-
## Suggestions for a good README
|
|
52
|
-
Every project is different, so consider which of these sections apply to yours. The sections used in the template are suggestions for most open source projects. Also keep in mind that while a README can be too long and detailed, too long is better than too short. If you think your README is too long, consider utilizing another form of documentation rather than cutting out information.
|
|
53
|
-
|
|
54
|
-
## Name
|
|
55
|
-
Choose a self-explaining name for your project.
|
|
56
|
-
|
|
57
|
-
## Description
|
|
58
|
-
Let people know what your project can do specifically. Provide context and add a link to any reference visitors might be unfamiliar with. A list of Features or a Background subsection can also be added here. If there are alternatives to your project, this is a good place to list differentiating factors.
|
|
59
|
-
|
|
60
|
-
## Badges
|
|
61
|
-
On some READMEs, you may see small images that convey metadata, such as whether or not all the tests are passing for the project. You can use Shields to add some to your README. Many services also have instructions for adding a badge.
|
|
62
|
-
|
|
63
|
-
## Visuals
|
|
64
|
-
Depending on what you are making, it can be a good idea to include screenshots or even a video (you'll frequently see GIFs rather than actual videos). Tools like ttygif can help, but check out Asciinema for a more sophisticated method.
|
|
65
|
-
|
|
66
|
-
## Installation
|
|
67
|
-
Within a particular ecosystem, there may be a common way of installing things, such as using Yarn, NuGet, or Homebrew. However, consider the possibility that whoever is reading your README is a novice and would like more guidance. Listing specific steps helps remove ambiguity and gets people to using your project as quickly as possible. If it only runs in a specific context like a particular programming language version or operating system or has dependencies that have to be installed manually, also add a Requirements subsection.
|
|
68
|
-
|
|
69
|
-
## Usage
|
|
70
|
-
Use examples liberally, and show the expected output if you can. It's helpful to have inline the smallest example of usage that you can demonstrate, while providing links to more sophisticated examples if they are too long to reasonably include in the README.
|
|
71
|
-
|
|
72
|
-
## Support
|
|
73
|
-
Tell people where they can go to for help. It can be any combination of an issue tracker, a chat room, an email address, etc.
|
|
74
|
-
|
|
75
|
-
## Roadmap
|
|
76
|
-
If you have ideas for releases in the future, it is a good idea to list them in the README.
|
|
77
|
-
|
|
78
|
-
## Contributing
|
|
79
|
-
State if you are open to contributions and what your requirements are for accepting them.
|
|
80
|
-
|
|
81
|
-
For people who want to make changes to your project, it's helpful to have some documentation on how to get started. Perhaps there is a script that they should run or some environment variables that they need to set. Make these steps explicit. These instructions could also be useful to your future self.
|
|
82
|
-
|
|
83
|
-
You can also document commands to lint the code or run tests. These steps help to ensure high code quality and reduce the likelihood that the changes inadvertently break something. Having instructions for running tests is especially helpful if it requires external setup, such as starting a Selenium server for testing in a browser.
|
|
84
|
-
|
|
85
|
-
## Authors and acknowledgment
|
|
86
|
-
Show your appreciation to those who have contributed to the project.
|
|
87
|
-
|
|
88
|
-
## License
|
|
89
|
-
For open source projects, say how it is licensed.
|
|
90
|
-
|
|
91
|
-
## Project status
|
|
92
|
-
If you have run out of energy or time for your project, put a note at the top of the README saying that development has slowed down or stopped completely. Someone may choose to fork your project or volunteer to step in as a maintainer or owner, allowing your project to keep going. You can also make an explicit request for maintainers.
|
|
1
|
+
# ddwl-ui
|
|
2
|
+
|
|
3
|
+
UI库
|
|
4
|
+
|
|
5
|
+
## Getting started
|
|
6
|
+
|
|
7
|
+
To make it easy for you to get started with GitLab, here's a list of recommended next steps.
|
|
8
|
+
|
|
9
|
+
Already a pro? Just edit this README.md and make it your own. Want to make it easy? [Use the template at the bottom](#editing-this-readme)!
|
|
10
|
+
|
|
11
|
+
## Add your files
|
|
12
|
+
|
|
13
|
+
- [ ] [Create](https://docs.gitlab.com/ee/user/project/repository/web_editor.html#create-a-file) or [upload](https://docs.gitlab.com/ee/user/project/repository/web_editor.html#upload-a-file) files
|
|
14
|
+
- [ ] [Add files using the command line](https://docs.gitlab.com/ee/gitlab-basics/add-file.html#add-a-file-using-the-command-line) or push an existing Git repository with the following command:
|
|
15
|
+
|
|
16
|
+
```
|
|
17
|
+
cd existing_repo
|
|
18
|
+
git remote add origin http://121.40.23.60:10999/frontend/ddwl-ui.git
|
|
19
|
+
git branch -M master
|
|
20
|
+
git push -uf origin master
|
|
21
|
+
```
|
|
22
|
+
|
|
23
|
+
## Integrate with your tools
|
|
24
|
+
|
|
25
|
+
- [ ] [Set up project integrations](http://121.40.23.60:10999/frontend/ddwl-ui/-/settings/integrations)
|
|
26
|
+
|
|
27
|
+
## Collaborate with your team
|
|
28
|
+
|
|
29
|
+
- [ ] [Invite team members and collaborators](https://docs.gitlab.com/ee/user/project/members/)
|
|
30
|
+
- [ ] [Create a new merge request](https://docs.gitlab.com/ee/user/project/merge_requests/creating_merge_requests.html)
|
|
31
|
+
- [ ] [Automatically close issues from merge requests](https://docs.gitlab.com/ee/user/project/issues/managing_issues.html#closing-issues-automatically)
|
|
32
|
+
- [ ] [Enable merge request approvals](https://docs.gitlab.com/ee/user/project/merge_requests/approvals/)
|
|
33
|
+
- [ ] [Automatically merge when pipeline succeeds](https://docs.gitlab.com/ee/user/project/merge_requests/merge_when_pipeline_succeeds.html)
|
|
34
|
+
|
|
35
|
+
## Test and Deploy
|
|
36
|
+
|
|
37
|
+
Use the built-in continuous integration in GitLab.
|
|
38
|
+
|
|
39
|
+
- [ ] [Get started with GitLab CI/CD](https://docs.gitlab.com/ee/ci/quick_start/index.html)
|
|
40
|
+
- [ ] [Analyze your code for known vulnerabilities with Static Application Security Testing(SAST)](https://docs.gitlab.com/ee/user/application_security/sast/)
|
|
41
|
+
- [ ] [Deploy to Kubernetes, Amazon EC2, or Amazon ECS using Auto Deploy](https://docs.gitlab.com/ee/topics/autodevops/requirements.html)
|
|
42
|
+
- [ ] [Use pull-based deployments for improved Kubernetes management](https://docs.gitlab.com/ee/user/clusters/agent/)
|
|
43
|
+
- [ ] [Set up protected environments](https://docs.gitlab.com/ee/ci/environments/protected_environments.html)
|
|
44
|
+
|
|
45
|
+
***
|
|
46
|
+
|
|
47
|
+
# Editing this README
|
|
48
|
+
|
|
49
|
+
When you're ready to make this README your own, just edit this file and use the handy template below (or feel free to structure it however you want - this is just a starting point!). Thank you to [makeareadme.com](https://www.makeareadme.com/) for this template.
|
|
50
|
+
|
|
51
|
+
## Suggestions for a good README
|
|
52
|
+
Every project is different, so consider which of these sections apply to yours. The sections used in the template are suggestions for most open source projects. Also keep in mind that while a README can be too long and detailed, too long is better than too short. If you think your README is too long, consider utilizing another form of documentation rather than cutting out information.
|
|
53
|
+
|
|
54
|
+
## Name
|
|
55
|
+
Choose a self-explaining name for your project.
|
|
56
|
+
|
|
57
|
+
## Description
|
|
58
|
+
Let people know what your project can do specifically. Provide context and add a link to any reference visitors might be unfamiliar with. A list of Features or a Background subsection can also be added here. If there are alternatives to your project, this is a good place to list differentiating factors.
|
|
59
|
+
|
|
60
|
+
## Badges
|
|
61
|
+
On some READMEs, you may see small images that convey metadata, such as whether or not all the tests are passing for the project. You can use Shields to add some to your README. Many services also have instructions for adding a badge.
|
|
62
|
+
|
|
63
|
+
## Visuals
|
|
64
|
+
Depending on what you are making, it can be a good idea to include screenshots or even a video (you'll frequently see GIFs rather than actual videos). Tools like ttygif can help, but check out Asciinema for a more sophisticated method.
|
|
65
|
+
|
|
66
|
+
## Installation
|
|
67
|
+
Within a particular ecosystem, there may be a common way of installing things, such as using Yarn, NuGet, or Homebrew. However, consider the possibility that whoever is reading your README is a novice and would like more guidance. Listing specific steps helps remove ambiguity and gets people to using your project as quickly as possible. If it only runs in a specific context like a particular programming language version or operating system or has dependencies that have to be installed manually, also add a Requirements subsection.
|
|
68
|
+
|
|
69
|
+
## Usage
|
|
70
|
+
Use examples liberally, and show the expected output if you can. It's helpful to have inline the smallest example of usage that you can demonstrate, while providing links to more sophisticated examples if they are too long to reasonably include in the README.
|
|
71
|
+
|
|
72
|
+
## Support
|
|
73
|
+
Tell people where they can go to for help. It can be any combination of an issue tracker, a chat room, an email address, etc.
|
|
74
|
+
|
|
75
|
+
## Roadmap
|
|
76
|
+
If you have ideas for releases in the future, it is a good idea to list them in the README.
|
|
77
|
+
|
|
78
|
+
## Contributing
|
|
79
|
+
State if you are open to contributions and what your requirements are for accepting them.
|
|
80
|
+
|
|
81
|
+
For people who want to make changes to your project, it's helpful to have some documentation on how to get started. Perhaps there is a script that they should run or some environment variables that they need to set. Make these steps explicit. These instructions could also be useful to your future self.
|
|
82
|
+
|
|
83
|
+
You can also document commands to lint the code or run tests. These steps help to ensure high code quality and reduce the likelihood that the changes inadvertently break something. Having instructions for running tests is especially helpful if it requires external setup, such as starting a Selenium server for testing in a browser.
|
|
84
|
+
|
|
85
|
+
## Authors and acknowledgment
|
|
86
|
+
Show your appreciation to those who have contributed to the project.
|
|
87
|
+
|
|
88
|
+
## License
|
|
89
|
+
For open source projects, say how it is licensed.
|
|
90
|
+
|
|
91
|
+
## Project status
|
|
92
|
+
If you have run out of energy or time for your project, put a note at the top of the README saying that development has slowed down or stopped completely. Someone may choose to fork your project or volunteer to step in as a maintainer or owner, allowing your project to keep going. You can also make an explicit request for maintainers.
|
package/dist/demo.html
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
<!doctype html><meta charset="utf-8"><title>
|
|
1
|
+
<!doctype html><meta charset="utf-8"><title>index demo</title><script src="./index.umd.js"></script><link rel="stylesheet" href="./index.css"><script>console.log(index)</script>
|
|
@@ -22822,10 +22822,10 @@ function getQueryString(name) {
|
|
|
22822
22822
|
return res ? href.match(reg)[0].split('=')[1] : '';
|
|
22823
22823
|
}
|
|
22824
22824
|
|
|
22825
|
-
/**
|
|
22826
|
-
* @description: 移除url参数
|
|
22827
|
-
* @param {*} name 参数名称
|
|
22828
|
-
* @return {string}
|
|
22825
|
+
/**
|
|
22826
|
+
* @description: 移除url参数
|
|
22827
|
+
* @param {*} name 参数名称
|
|
22828
|
+
* @return {string}
|
|
22829
22829
|
*/
|
|
22830
22830
|
var removeURLParam = function removeURLParam(name) {
|
|
22831
22831
|
var tempUrl = window.location.href;
|
|
@@ -22833,10 +22833,10 @@ var removeURLParam = function removeURLParam(name) {
|
|
|
22833
22833
|
window.history.replaceState({}, "0", tempUrl);
|
|
22834
22834
|
};
|
|
22835
22835
|
|
|
22836
|
-
/**
|
|
22837
|
-
* @description: 复制内容到剪贴板
|
|
22838
|
-
* @param {string} text 复制文本
|
|
22839
|
-
* @return {string}
|
|
22836
|
+
/**
|
|
22837
|
+
* @description: 复制内容到剪贴板
|
|
22838
|
+
* @param {string} text 复制文本
|
|
22839
|
+
* @return {string}
|
|
22840
22840
|
*/
|
|
22841
22841
|
var copy = function copy(text) {
|
|
22842
22842
|
return new Promise(function (resolve, reject) {
|
|
@@ -22854,10 +22854,10 @@ var copy = function copy(text) {
|
|
|
22854
22854
|
});
|
|
22855
22855
|
};
|
|
22856
22856
|
|
|
22857
|
-
/**
|
|
22858
|
-
* @description: 根据字符串长度生成*号字符串
|
|
22859
|
-
* @param {*} text 字符串
|
|
22860
|
-
* @return {string}
|
|
22857
|
+
/**
|
|
22858
|
+
* @description: 根据字符串长度生成*号字符串
|
|
22859
|
+
* @param {*} text 字符串
|
|
22860
|
+
* @return {string}
|
|
22861
22861
|
*/
|
|
22862
22862
|
function generateAsterisksByString(text) {
|
|
22863
22863
|
var length = text.length;
|
|
@@ -26303,9 +26303,9 @@ var search_tablevue_type_template_id_2e4500ba_render = function render() {
|
|
|
26303
26303
|
};
|
|
26304
26304
|
var search_tablevue_type_template_id_2e4500ba_staticRenderFns = [];
|
|
26305
26305
|
|
|
26306
|
-
;// ./node_modules/babel-loader/lib/index.js??clonedRuleSet-40.use[0]!./node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??ruleSet[1].rules[3]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/packages/table/index.vue?vue&type=template&id=
|
|
26306
|
+
;// ./node_modules/babel-loader/lib/index.js??clonedRuleSet-40.use[0]!./node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??ruleSet[1].rules[3]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/packages/table/index.vue?vue&type=template&id=73cf193d
|
|
26307
26307
|
|
|
26308
|
-
var
|
|
26308
|
+
var tablevue_type_template_id_73cf193d_render = function render() {
|
|
26309
26309
|
var _vm = this,
|
|
26310
26310
|
_c = _vm._self._c;
|
|
26311
26311
|
return _c('div', {
|
|
@@ -26333,7 +26333,7 @@ var tablevue_type_template_id_b5c23068_render = function render() {
|
|
|
26333
26333
|
"select-all": _vm.selectAllChange,
|
|
26334
26334
|
"selection-change": _vm.selectionChange
|
|
26335
26335
|
}
|
|
26336
|
-
}, 'el-table', _vm.$attrs, false), _vm.$listeners), [_vm.selection || _vm.asyncSelection ? _c('el-table-column', {
|
|
26336
|
+
}, 'el-table', _vm.$attrs, false), _vm.$listeners), [_vm._t("default"), _vm.selection || _vm.asyncSelection ? _c('el-table-column', {
|
|
26337
26337
|
key: "selection",
|
|
26338
26338
|
attrs: {
|
|
26339
26339
|
"type": "selection",
|
|
@@ -26403,9 +26403,9 @@ var tablevue_type_template_id_b5c23068_render = function render() {
|
|
|
26403
26403
|
}
|
|
26404
26404
|
}, 'el-pagination', _vm.$attrs, false))], 1) : _vm._e()], 1);
|
|
26405
26405
|
};
|
|
26406
|
-
var
|
|
26406
|
+
var tablevue_type_template_id_73cf193d_staticRenderFns = [];
|
|
26407
26407
|
|
|
26408
|
-
;// ./src/packages/table/index.vue?vue&type=template&id=
|
|
26408
|
+
;// ./src/packages/table/index.vue?vue&type=template&id=73cf193d
|
|
26409
26409
|
|
|
26410
26410
|
// EXTERNAL MODULE: ./node_modules/core-js/modules/es.iterator.some.js
|
|
26411
26411
|
var es_iterator_some = __webpack_require__(3579);
|
|
@@ -30211,10 +30211,10 @@ Sortable.mount(Remove, Revert);
|
|
|
30211
30211
|
});
|
|
30212
30212
|
;// ./src/packages/table/index.vue?vue&type=script&lang=js
|
|
30213
30213
|
/* harmony default export */ var packages_tablevue_type_script_lang_js = (tablevue_type_script_lang_js);
|
|
30214
|
-
;// ./node_modules/mini-css-extract-plugin/dist/loader.js??clonedRuleSet-22.use[0]!./node_modules/css-loader/dist/cjs.js??clonedRuleSet-22.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-22.use[2]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-22.use[3]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/packages/table/index.vue?vue&type=style&index=0&id=
|
|
30214
|
+
;// ./node_modules/mini-css-extract-plugin/dist/loader.js??clonedRuleSet-22.use[0]!./node_modules/css-loader/dist/cjs.js??clonedRuleSet-22.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-22.use[2]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-22.use[3]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/packages/table/index.vue?vue&type=style&index=0&id=73cf193d&prod&lang=scss
|
|
30215
30215
|
// extracted by mini-css-extract-plugin
|
|
30216
30216
|
|
|
30217
|
-
;// ./src/packages/table/index.vue?vue&type=style&index=0&id=
|
|
30217
|
+
;// ./src/packages/table/index.vue?vue&type=style&index=0&id=73cf193d&prod&lang=scss
|
|
30218
30218
|
|
|
30219
30219
|
;// ./src/packages/table/index.vue
|
|
30220
30220
|
|
|
@@ -30227,8 +30227,8 @@ Sortable.mount(Remove, Revert);
|
|
|
30227
30227
|
|
|
30228
30228
|
var table_component = (0,componentNormalizer/* default */.A)(
|
|
30229
30229
|
packages_tablevue_type_script_lang_js,
|
|
30230
|
-
|
|
30231
|
-
|
|
30230
|
+
tablevue_type_template_id_73cf193d_render,
|
|
30231
|
+
tablevue_type_template_id_73cf193d_staticRenderFns,
|
|
30232
30232
|
false,
|
|
30233
30233
|
null,
|
|
30234
30234
|
null,
|
|
@@ -4,9 +4,9 @@
|
|
|
4
4
|
else if(typeof define === 'function' && define.amd)
|
|
5
5
|
define([], factory);
|
|
6
6
|
else if(typeof exports === 'object')
|
|
7
|
-
exports["
|
|
7
|
+
exports["index"] = factory(require("vue"));
|
|
8
8
|
else
|
|
9
|
-
root["
|
|
9
|
+
root["index"] = factory(root["Vue"]);
|
|
10
10
|
})((typeof self !== 'undefined' ? self : this), function(__WEBPACK_EXTERNAL_MODULE__9274__) {
|
|
11
11
|
return /******/ (function() { // webpackBootstrap
|
|
12
12
|
/******/ var __webpack_modules__ = ({
|
|
@@ -1088,10 +1088,10 @@ function getQueryString(name) {
|
|
|
1088
1088
|
return res ? href.match(reg)[0].split('=')[1] : '';
|
|
1089
1089
|
}
|
|
1090
1090
|
|
|
1091
|
-
/**
|
|
1092
|
-
* @description: 移除url参数
|
|
1093
|
-
* @param {*} name 参数名称
|
|
1094
|
-
* @return {string}
|
|
1091
|
+
/**
|
|
1092
|
+
* @description: 移除url参数
|
|
1093
|
+
* @param {*} name 参数名称
|
|
1094
|
+
* @return {string}
|
|
1095
1095
|
*/
|
|
1096
1096
|
var removeURLParam = function removeURLParam(name) {
|
|
1097
1097
|
var tempUrl = window.location.href;
|
|
@@ -1099,10 +1099,10 @@ var removeURLParam = function removeURLParam(name) {
|
|
|
1099
1099
|
window.history.replaceState({}, "0", tempUrl);
|
|
1100
1100
|
};
|
|
1101
1101
|
|
|
1102
|
-
/**
|
|
1103
|
-
* @description: 复制内容到剪贴板
|
|
1104
|
-
* @param {string} text 复制文本
|
|
1105
|
-
* @return {string}
|
|
1102
|
+
/**
|
|
1103
|
+
* @description: 复制内容到剪贴板
|
|
1104
|
+
* @param {string} text 复制文本
|
|
1105
|
+
* @return {string}
|
|
1106
1106
|
*/
|
|
1107
1107
|
var copy = function copy(text) {
|
|
1108
1108
|
return new Promise(function (resolve, reject) {
|
|
@@ -1120,10 +1120,10 @@ var copy = function copy(text) {
|
|
|
1120
1120
|
});
|
|
1121
1121
|
};
|
|
1122
1122
|
|
|
1123
|
-
/**
|
|
1124
|
-
* @description: 根据字符串长度生成*号字符串
|
|
1125
|
-
* @param {*} text 字符串
|
|
1126
|
-
* @return {string}
|
|
1123
|
+
/**
|
|
1124
|
+
* @description: 根据字符串长度生成*号字符串
|
|
1125
|
+
* @param {*} text 字符串
|
|
1126
|
+
* @return {string}
|
|
1127
1127
|
*/
|
|
1128
1128
|
function generateAsterisksByString(text) {
|
|
1129
1129
|
var length = text.length;
|
|
@@ -26321,9 +26321,9 @@ var search_tablevue_type_template_id_2e4500ba_render = function render() {
|
|
|
26321
26321
|
};
|
|
26322
26322
|
var search_tablevue_type_template_id_2e4500ba_staticRenderFns = [];
|
|
26323
26323
|
|
|
26324
|
-
;// ./node_modules/babel-loader/lib/index.js??clonedRuleSet-83.use[0]!./node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??ruleSet[1].rules[3]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/packages/table/index.vue?vue&type=template&id=
|
|
26324
|
+
;// ./node_modules/babel-loader/lib/index.js??clonedRuleSet-83.use[0]!./node_modules/@vue/vue-loader-v15/lib/loaders/templateLoader.js??ruleSet[1].rules[3]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/packages/table/index.vue?vue&type=template&id=73cf193d
|
|
26325
26325
|
|
|
26326
|
-
var
|
|
26326
|
+
var tablevue_type_template_id_73cf193d_render = function render() {
|
|
26327
26327
|
var _vm = this,
|
|
26328
26328
|
_c = _vm._self._c;
|
|
26329
26329
|
return _c('div', {
|
|
@@ -26351,7 +26351,7 @@ var tablevue_type_template_id_b5c23068_render = function render() {
|
|
|
26351
26351
|
"select-all": _vm.selectAllChange,
|
|
26352
26352
|
"selection-change": _vm.selectionChange
|
|
26353
26353
|
}
|
|
26354
|
-
}, 'el-table', _vm.$attrs, false), _vm.$listeners), [_vm.selection || _vm.asyncSelection ? _c('el-table-column', {
|
|
26354
|
+
}, 'el-table', _vm.$attrs, false), _vm.$listeners), [_vm._t("default"), _vm.selection || _vm.asyncSelection ? _c('el-table-column', {
|
|
26355
26355
|
key: "selection",
|
|
26356
26356
|
attrs: {
|
|
26357
26357
|
"type": "selection",
|
|
@@ -26421,9 +26421,9 @@ var tablevue_type_template_id_b5c23068_render = function render() {
|
|
|
26421
26421
|
}
|
|
26422
26422
|
}, 'el-pagination', _vm.$attrs, false))], 1) : _vm._e()], 1);
|
|
26423
26423
|
};
|
|
26424
|
-
var
|
|
26424
|
+
var tablevue_type_template_id_73cf193d_staticRenderFns = [];
|
|
26425
26425
|
|
|
26426
|
-
;// ./src/packages/table/index.vue?vue&type=template&id=
|
|
26426
|
+
;// ./src/packages/table/index.vue?vue&type=template&id=73cf193d
|
|
26427
26427
|
|
|
26428
26428
|
// EXTERNAL MODULE: ./node_modules/core-js/modules/es.iterator.some.js
|
|
26429
26429
|
var es_iterator_some = __webpack_require__(3579);
|
|
@@ -30229,10 +30229,10 @@ Sortable.mount(Remove, Revert);
|
|
|
30229
30229
|
});
|
|
30230
30230
|
;// ./src/packages/table/index.vue?vue&type=script&lang=js
|
|
30231
30231
|
/* harmony default export */ var packages_tablevue_type_script_lang_js = (tablevue_type_script_lang_js);
|
|
30232
|
-
;// ./node_modules/mini-css-extract-plugin/dist/loader.js??clonedRuleSet-65.use[0]!./node_modules/css-loader/dist/cjs.js??clonedRuleSet-65.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-65.use[2]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-65.use[3]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/packages/table/index.vue?vue&type=style&index=0&id=
|
|
30232
|
+
;// ./node_modules/mini-css-extract-plugin/dist/loader.js??clonedRuleSet-65.use[0]!./node_modules/css-loader/dist/cjs.js??clonedRuleSet-65.use[1]!./node_modules/@vue/vue-loader-v15/lib/loaders/stylePostLoader.js!./node_modules/postcss-loader/dist/cjs.js??clonedRuleSet-65.use[2]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-65.use[3]!./node_modules/@vue/vue-loader-v15/lib/index.js??vue-loader-options!./src/packages/table/index.vue?vue&type=style&index=0&id=73cf193d&prod&lang=scss
|
|
30233
30233
|
// extracted by mini-css-extract-plugin
|
|
30234
30234
|
|
|
30235
|
-
;// ./src/packages/table/index.vue?vue&type=style&index=0&id=
|
|
30235
|
+
;// ./src/packages/table/index.vue?vue&type=style&index=0&id=73cf193d&prod&lang=scss
|
|
30236
30236
|
|
|
30237
30237
|
;// ./src/packages/table/index.vue
|
|
30238
30238
|
|
|
@@ -30245,8 +30245,8 @@ Sortable.mount(Remove, Revert);
|
|
|
30245
30245
|
|
|
30246
30246
|
var table_component = (0,componentNormalizer/* default */.A)(
|
|
30247
30247
|
packages_tablevue_type_script_lang_js,
|
|
30248
|
-
|
|
30249
|
-
|
|
30248
|
+
tablevue_type_template_id_73cf193d_render,
|
|
30249
|
+
tablevue_type_template_id_73cf193d_staticRenderFns,
|
|
30250
30250
|
false,
|
|
30251
30251
|
null,
|
|
30252
30252
|
null,
|