@qikdev/vue-ui 0.1.1 → 0.1.7
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 +4 -89
- package/dist/favicon.ico +0 -0
- package/dist/index.css +1 -0
- package/dist/lib.es.js +17798 -0
- package/dist/lib.es.js.map +1 -0
- package/dist/lib.umd.js +9 -0
- package/dist/lib.umd.js.map +1 -0
- package/package.json +31 -24
- package/.gitlab-ci.yml +0 -13
- package/jsdoc.conf +0 -10
- package/src/components.js +0 -255
- package/src/content/browser.vue +0 -842
- package/src/content/item.vue +0 -48
- package/src/content/render/field.vue +0 -431
- package/src/content/render/group.vue +0 -65
- package/src/content/render/render-mixin.js +0 -101
- package/src/content/render/render.vue +0 -86
- package/src/filter/FilterBuilder.vue +0 -145
- package/src/filter/FilterCondition.vue +0 -373
- package/src/filter/FilterRule.vue +0 -259
- package/src/form/expressions/index.js +0 -83
- package/src/form/field.vue +0 -640
- package/src/form/form.vue +0 -280
- package/src/form/getDefaultValue.js +0 -226
- package/src/form/inputs/button-select.vue +0 -208
- package/src/form/inputs/checkbox.vue +0 -91
- package/src/form/inputs/content-select.vue +0 -187
- package/src/form/inputs/currency.vue +0 -205
- package/src/form/inputs/datefield.vue +0 -132
- package/src/form/inputs/group.vue +0 -155
- package/src/form/inputs/html.vue +0 -39
- package/src/form/inputs/input-mixin.js +0 -440
- package/src/form/inputs/native-select-old.vue +0 -43
- package/src/form/inputs/object-field.vue +0 -50
- package/src/form/inputs/option.vue +0 -19
- package/src/form/inputs/options-manager.vue +0 -244
- package/src/form/inputs/phone-number-input.vue +0 -235
- package/src/form/inputs/search.vue +0 -117
- package/src/form/inputs/select.vue +0 -229
- package/src/form/inputs/switch.vue +0 -87
- package/src/form/inputs/textarea.vue +0 -80
- package/src/form/inputs/textfield.vue +0 -185
- package/src/form/inputs/timezone.vue +0 -642
- package/src/form/inputs/type-select.vue +0 -247
- package/src/form/inputs/upload/filedrop.vue +0 -72
- package/src/form/inputs/upload/upload.vue +0 -323
- package/src/form/parseBoolean.js +0 -24
- package/src/layout/flex-body.vue +0 -23
- package/src/layout/flex-cell.vue +0 -45
- package/src/layout/flex-column.vue +0 -31
- package/src/layout/flex-footer.vue +0 -14
- package/src/layout/flex-header.vue +0 -14
- package/src/layout/flex-row.vue +0 -39
- package/src/layout/flex-spacer.vue +0 -18
- package/src/layout/panel-body.vue +0 -13
- package/src/layout/panel-footer.vue +0 -20
- package/src/layout/panel-header.vue +0 -20
- package/src/layout/panel.vue +0 -23
- package/src/layout/tab.vue +0 -34
- package/src/layout/tabset.vue +0 -72
- package/src/mixins/RememberScroll.js +0 -19
- package/src/modal/ConfirmModal.vue +0 -50
- package/src/modal/ContentModal.vue +0 -107
- package/src/modal/Modal.vue +0 -86
- package/src/modal/ModalMixin.js +0 -21
- package/src/modal/OptionsModal.vue +0 -31
- package/src/modal/PromptModal.vue +0 -31
- package/src/services/device.js +0 -211
- package/src/services/selection.js +0 -165
- package/src/table/Table.vue +0 -336
- package/src/table/TableCell.vue +0 -113
- package/src/table/TableRow.vue +0 -82
- package/src/table/cells/Button.vue +0 -56
- package/src/table/cells/TableCellMixin.js +0 -15
- package/src/table/cells/Thumbnail.vue +0 -39
- package/src/table/cells/Value.vue +0 -46
- package/src/ui/button.vue +0 -255
- package/src/ui/checkbox.vue +0 -79
- package/src/ui/icon.vue +0 -57
- package/src/ui/image.vue +0 -158
- package/src/ui/link.vue +0 -62
- package/src/ui/list-item.vue +0 -22
- package/src/ui/list.vue +0 -26
- package/src/ui/menu.vue +0 -147
- package/src/ui/pager.vue +0 -156
- package/src/ui/progressbar.vue +0 -77
- package/src/ui/spinner.vue +0 -26
- package/src/ui/switch.vue +0 -89
- package/src/version.js +0 -1
- package/test/index.spec.js +0 -42
- package/test/mocha.opts +0 -0
- package/yarn-error.log +0 -2923
package/README.md
CHANGED
|
@@ -1,92 +1,7 @@
|
|
|
1
|
-
# Vue
|
|
1
|
+
# Vue 3 + Vite
|
|
2
2
|
|
|
3
|
-
Vue
|
|
3
|
+
This template should help get you started developing with Vue 3 in Vite. The template uses Vue 3 `<script setup>` SFCs, check out the [script setup docs](https://v3.vuejs.org/api/sfc-script-setup.html#sfc-script-setup) to learn more.
|
|
4
4
|
|
|
5
|
-
##
|
|
5
|
+
## Recommended IDE Setup
|
|
6
6
|
|
|
7
|
-
|
|
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 https://gitlab.com/qikdevelopers/vue-ui.git
|
|
19
|
-
git branch -M main
|
|
20
|
-
git push -uf origin main
|
|
21
|
-
```
|
|
22
|
-
|
|
23
|
-
## Integrate with your tools
|
|
24
|
-
|
|
25
|
-
- [ ] [Set up project integrations](https://gitlab.com/qikdevelopers/vue-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.
|
|
7
|
+
- [VS Code](https://code.visualstudio.com/) + [Volar](https://marketplace.visualstudio.com/items?itemName=johnsoncodehk.volar)
|
package/dist/favicon.ico
ADDED
|
Binary file
|
package/dist/index.css
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@charset "UTF-8";.flex-column[data-v-203ea86f]{display:flex;overflow:hidden;flex:1;flex-direction:column}.flex-column[center][data-v-203ea86f]{align-items:center;justify-content:center}.flex-column[shrink][data-v-203ea86f]{flex:none}.flex-column-body[data-v-64850355]{overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch;flex:1;overscroll-behavior-x:none!important}.flex-column-header[data-v-10b28f00],.flex-column-footer[data-v-68216a72]{flex:none}.flex-cell[data-v-644bb279]{overflow:hidden;flex:1;flex-direction:row}.flex-cell[flex][data-v-644bb279]{display:flex}.flex-cell[center][data-v-644bb279]{display:flex;align-items:center;justify-content:center}.flex-cell[vcenter][data-v-644bb279]{display:flex;align-items:center}.flex-cell[align-bottom][data-v-644bb279]{display:flex;align-items:self-end}.flex-cell[shrink][data-v-644bb279]{flex:none}.flex-row[data-v-5b76ad1f]{display:flex;overflow:hidden;flex:1;flex-direction:row}.flex-row[center][data-v-5b76ad1f]{align-items:center;justify-content:center}.flex-row[vcenter][data-v-5b76ad1f]{align-items:center}.flex-row[wrap][data-v-5b76ad1f]{flex-wrap:wrap}.flex-row[gap][data-v-5b76ad1f]{gap:.4em}.flex-spacer[data-v-35b15579]{padding:.25em;flex:1}.panel[data-v-50ae77fc]{border-radius:.3em;border:1px solid rgba(0,0,0,.1);margin-bottom:1em;box-shadow:0 4px 4px #00000005;background:#fff}.panel-body[data-v-c82dca76]{padding:1em}.panel-header[data-v-13bf11da]{padding:.5em .5em .5em 1em;border-bottom:1px solid rgba(0,0,0,.1)}.panel-footer[data-v-b4f4786a]{padding:.5em 1em;border-top:1px solid rgba(0,0,0,.1)}.tabset-menu[data-v-b5715b66]{background:rgba(0,0,0,.05)}.tabset-menu a[data-v-b5715b66]{display:block;flex:1;align-items:center;padding:1em;text-transform:uppercase;text-align:center;letter-spacing:.05em;cursor:pointer;color:#00000080;font-weight:700;border-top:3px solid transparent}.tabset-menu a.active[data-v-b5715b66]{background:#fff;color:#00f;border-top:3px solid blue}.ux-spinner.large[data-v-3284debd]{position:absolute;left:50%;top:50%;transform:translate3d(-50%,-50%,0);font-size:clamp(50px,10vw,500px);opacity:.5}.ux-btn[data-v-17674eca]{font-family:inherit;padding:.5em 1em;background:rgba(0,0,0,.1);border-radius:2em;text-decoration:none;color:inherit;display:inline-block;position:relative;border:1px solid transparent;flex:none;margin-right:.5em;text-align:center;line-height:1;cursor:pointer;overflow:hidden;vertical-align:top}.ux-btn[data-v-17674eca]:hover{opacity:.9}.ux-btn .ux-spinner[data-v-17674eca]{position:absolute;left:50%;top:50%;transform:translate(-50%) translateY(-50%)}.ux-btn[data-v-17674eca]:last-child{margin-right:0}.ux-btn.ux-btn-block[data-v-17674eca]{display:block;width:100%;box-sizing:border-box;text-align:center}.ux-btn-color-primary[data-v-17674eca]{background:blue;color:#fff}.ux-btn-color-default[data-v-17674eca]{background:rgba(0,0,0,.05);color:#555}.ux-btn-color-default[data-v-17674eca]:hover{background:rgba(0,0,0,.1)}.ux-btn-loading[data-v-17674eca]{cursor:none;pointer-events:none}.ux-btn-loading .ux-btn-text[data-v-17674eca]{opacity:0!important}.ux-btn-xxs[data-v-17674eca]{font-size:.6em}.ux-btn-xs[data-v-17674eca]{font-size:.7em}.ux-btn-sm[data-v-17674eca]{font-size:.8em}.ux-btn-md[data-v-17674eca]{font-size:1em}.ux-btn-lg[data-v-17674eca]{font-size:1.2em}.ux-btn-xl[data-v-17674eca]{font-size:1.3em}.ux-btn-xxl[data-v-17674eca]{font-size:1.5em}.ux-btn-icon[data-v-17674eca]{border-radius:50%;position:relative;width:2em;height:0;overflow:hidden;padding:0 0 2em;text-align:center;line-height:2em}.ux-btn-icon .ux-button-text[data-v-17674eca]{position:absolute;left:50%;top:50%;transform:translate(-50%) translateY(-50%)}.ux-btn-disabled[data-v-17674eca]{cursor:none;pointer-events:none;opacity:.3;filter:grayscale(100%)}.ux-btn-disabled .ux-btn-text[data-v-17674eca]{opacity:.3}.ux-checkbox[data-v-7dd035b9]{border-radius:.3em;display:inline-block;position:relative;cursor:pointer;border:1px solid rgba(0,0,0,.2);background:#fff;height:0;overflow:hidden;width:1.2em;padding:0 0 1.2em;text-align:center;line-height:2em;appearance:none;font-size:inherit;vertical-align:top}.ux-checkbox .icon[data-v-7dd035b9]{opacity:0;position:absolute;top:50%;left:50%;transform:scale(0) translate(-50%,-50%);transition:all .2s}.ux-checkbox.ux-checkbox-true[data-v-7dd035b9]{background:blue}.ux-checkbox.ux-checkbox-true .icon[data-v-7dd035b9]{color:#fff;opacity:1;transform:scale(1) translate(-50%,-50%)}.ux-checkbox[data-v-7dd035b9]:hover{border-color:#00f}.ux-checkbox:hover .icon[data-v-7dd035b9]{opacity:.5!important;transform:scale(1) translate(-50%,-50%)}.ux-switch[data-v-7c22b478]{border-radius:1em;display:inline-block;position:relative;cursor:pointer;overflow:hidden;border:1px solid rgba(0,0,0,.1);height:0;width:1.8em;padding:0 1.8em 1.8em;text-align:center;line-height:2em;appearance:none;font-size:inherit;background:rgba(0,0,0,.05);box-sizing:border-box;box-shadow:inset .1em .1em .3em #0003;vertical-align:top}.ux-switch[data-v-7c22b478]:after{content:"";display:block;background:#fff;height:100%;width:50%;top:0;left:0;bottom:0;right:0;position:absolute;border-radius:1em;border:1px solid rgba(0,0,0,.3);box-sizing:border-box;box-shadow:0 0 2em #0000004d;transition:transform .3s;transform:scale(.8)}.ux-switch[data-v-7c22b478]:hover{border:1px solid blue}.ux-switch[data-v-7c22b478]:hover:after{transform:scale(1)}.ux-switch.ux-switch-true[data-v-7c22b478]{background:blue}.ux-switch.ux-switch-true[data-v-7c22b478]:after{transform:translate(100%)}a[data-v-c92454ee]{cursor:pointer}a.disabled[data-v-c92454ee]{cursor:none;pointer-events:none}.ux-icon.ux-icon-left[data-v-1764a3d0]{margin-right:.4em}.ux-icon.ux-icon-right[data-v-1764a3d0]{margin-left:.4em}.ux-menu-outer[data-v-3d55731c]{position:absolute;z-index:10;font-size:.8em}.ux-menu-panel[data-v-3d55731c]{position:absolute;max-height:98vh;overflow:auto;border:1px solid rgba(0,0,0,.05);box-shadow:0 .2em 1em #0000001a}.ux-menu-panel[data-v-3d55731c] .ux-list-item{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.ux-image[data-v-542486de]{display:block;background-size:cover;background-position:center center;background-repeat:no-repeat;background-color:#0000001a;width:100%;height:auto;overflow:hidden}.ux-image img[data-v-542486de]{width:100%;display:block;height:auto;margin:0;padding:0}.ux-progress[data-v-6581fb86]{margin:1em 0;position:relative;height:1em}.ux-progress-bg[data-v-6581fb86]{position:absolute;top:0;left:0;bottom:0;right:0;height:100%;width:100%;background:rgba(0,0,0,.03);border-radius:.5em;box-shadow:inset 0 .3em .3em #0000001a}.ux-progress-fg[data-v-6581fb86]{background:blue;position:absolute;top:0;left:0;bottom:0;height:100%;border-radius:.5em;opacity:1}.ux-list[data-v-98e1e4e2]{background:#fff;padding:0;margin:0;list-style-type:none;box-shadow:0 .3em .5em #0000001a}.ux-list[data-v-98e1e4e2] .ux-list-item{list-style-type:none;padding:.5em 1em;display:block;border-bottom:1px solid rgba(0,0,0,.1)}.ux-list[data-v-98e1e4e2] .ux-list-item:last-child{border-bottom:none}.ux-list-item[data-v-0e73c260]{background:#fff;cursor:pointer}.ux-list-item[data-v-0e73c260]:hover{background:#f2f2f2}.native-select[data-v-6d808434]{cursor:pointer}.native-select.multiple select[data-v-6d808434]{width:100%;font-size:1em;border:1px solid rgba(0,0,0,.1);appearance:none}.native-select.multiple select[data-v-6d808434]:focus{border:1px solid blue}.native-select.single[data-v-6d808434]{position:relative}.native-select.single .ui-select-button[data-v-6d808434]{position:relative;width:100%}.native-select.single .ui-select-button>.ux-btn[data-v-6d808434]{display:block;position:relative;text-align:left}.native-select.single .ui-select-button>.ux-btn[data-v-6d808434]:after{content:"\25bc";position:absolute;right:0;line-height:3.5em;top:0;bottom:0;height:100%;font-size:.6em;width:4em;text-align:center;opacity:.5}.native-select.single select[data-v-6d808434]{cursor:pointer;opacity:0;appearance:none;width:100%;height:100%;position:absolute;top:0;left:0;bottom:0;right:0}.ux-text-row[data-v-856e04c2]{margin-bottom:.5em}input[data-v-856e04c2]{border-radius:.1em;padding:.5em;box-sizing:border-box;background:rgba(0,0,0,.05);border:1px solid rgba(0,0,0,.1);font-size:inherit;appearance:none;line-height:1;height:2.5em}input[data-v-856e04c2]:focus{background:none;border:1px solid blue;outline:none}.ux-text-wrap[data-v-856e04c2]{position:relative}.ux-text-wrap.prefixed input[data-v-856e04c2]{padding-left:1.2em}.ux-text-wrap .ux-text-prefix[data-v-856e04c2]{position:absolute;left:0;top:0;bottom:0;width:1em;pointer-events:none;display:flex;align-items:center;padding:.5em 0;justify-content:right;opacity:.5}.ux-text-wrap .ux-text-suffix[data-v-856e04c2]{position:absolute;top:0;bottom:0;right:0;pointer-events:none;display:flex;align-items:center;padding:.5em;opacity:.5}.ux-text-row .ux-btn[data-v-856e04c2]{margin-left:.25em}.ux-text-input-multiple[data-v-856e04c2],.ux-text-input-single[data-v-856e04c2]{width:100%}.native-select[data-v-2b83f766]{cursor:pointer}.native-select.multiple select[data-v-2b83f766]{width:100%;font-size:1em;border:1px solid rgba(0,0,0,.1);appearance:none}.native-select.multiple select[data-v-2b83f766]:focus{border:1px solid blue}.native-select.single[data-v-2b83f766]{position:relative}.native-select.single .ui-select-button[data-v-2b83f766]{position:relative;width:100%}.native-select.single .ui-select-button>.ux-btn[data-v-2b83f766]{display:block;text-align:left}.native-select.single select[data-v-2b83f766]{cursor:pointer;opacity:0;appearance:none;width:100%;height:100%;position:absolute;top:0;left:0;bottom:0;right:0}.content-item[data-v-4f7e8052]{padding:.8em;border:1px solid rgba(0,0,0,.1);background:#fff;cursor:pointer}.content-item[data-v-4f7e8052]:hover{background:rgba(0,0,0,.01)}.ux-text-row[data-v-19e783ac]{margin-bottom:.5em}input[data-v-19e783ac]{border-radius:.1em;padding:.5em;box-sizing:border-box;background:rgba(0,0,0,.05);border:1px solid rgba(0,0,0,.1);font-size:inherit;appearance:none;line-height:1;height:2.5em}input[data-v-19e783ac]:focus{background:none;border:1px solid blue;outline:none}.ux-text-row .ux-btn[data-v-19e783ac]{margin-left:.25em}.ux-text-input-multiple[data-v-19e783ac]{width:100%}.ux-text-input-single[data-v-19e783ac]{width:calc(100% - .5em);margin:0 .5em 0 0}.items[data-v-19e783ac]{border:1px solid rgba(0,0,0,.1);border-radius:.3em;overflow:hidden;margin-bottom:.5em}.items .content-item[data-v-19e783ac]{border:none;border-bottom:1px solid rgba(0,0,0,.1)}.native-select[data-v-3c487f67]{cursor:pointer}.native-select.multiple select[data-v-3c487f67]{width:100%;font-size:1em;border:1px solid rgba(0,0,0,.1);appearance:none}.native-select.multiple select[data-v-3c487f67]:focus{border:1px solid blue}.native-select.single[data-v-3c487f67]{position:relative}.native-select.single .ui-select-button[data-v-3c487f67]{position:relative;width:100%}.native-select.single .ui-select-button>.ux-btn[data-v-3c487f67]{display:block;text-align:left}.native-select.single select[data-v-3c487f67]{cursor:pointer;opacity:0;appearance:none;width:100%;height:100%;position:absolute;top:0;left:0;bottom:0;right:0}.ux-text-row[data-v-5afb1a86]{margin-bottom:.5em}input[data-v-5afb1a86]{border-radius:.1em;padding:.5em;box-sizing:border-box;background:rgba(0,0,0,.05);border:1px solid rgba(0,0,0,.1);font-size:inherit;appearance:none;line-height:1;height:2.5em;text-align:left;direction:ltr}input[data-v-5afb1a86]:focus{background:none;border:1px solid blue;outline:none}.ux-text-wrap[data-v-5afb1a86]{position:relative}.ux-text-wrap.prefixed input[data-v-5afb1a86]{padding-left:1.2em}.ux-text-wrap .ux-text-prefix[data-v-5afb1a86]{position:absolute;left:0;top:0;bottom:0;width:1em;pointer-events:none;display:flex;align-items:center;padding:.5em 0;justify-content:right;opacity:.5}.ux-text-wrap .ux-text-suffix[data-v-5afb1a86]{position:absolute;top:0;bottom:0;right:0;pointer-events:none;display:flex;align-items:center;padding:.5em;opacity:.5}.ux-text-row .ux-btn[data-v-5afb1a86]{margin-left:.25em}.ux-text-input-multiple[data-v-5afb1a86],.ux-text-input-single[data-v-5afb1a86]{width:100%}.ux-text-row[data-v-8f2cb452]{margin-bottom:.5em}input[data-v-8f2cb452]{border-radius:.1em;padding:.5em;box-sizing:border-box;background:rgba(0,0,0,.05);border:1px solid rgba(0,0,0,.1);font-size:inherit;appearance:none;line-height:1;height:2.5em}input[data-v-8f2cb452]:focus{background:none;border:1px solid blue;outline:none}.ux-text-wrap[data-v-8f2cb452]{position:relative}.ux-text-wrap.prefixed input[data-v-8f2cb452]{padding-left:1.2em}.ux-text-wrap .ux-text-prefix[data-v-8f2cb452]{position:absolute;left:0;top:0;bottom:0;width:1em;pointer-events:none;display:flex;align-items:center;padding:.5em 0;justify-content:right;opacity:.5}.ux-text-wrap .ux-text-suffix[data-v-8f2cb452]{position:absolute;top:0;bottom:0;right:0;pointer-events:none;display:flex;align-items:center;padding:.5em;opacity:.5}.ux-text-row .ux-btn[data-v-8f2cb452]{margin-left:.25em}.ux-text-input-multiple[data-v-8f2cb452],.ux-text-input-single[data-v-8f2cb452]{width:100%}.ux-text-row[data-v-72eafde6]{margin-bottom:.5em}.ux-textarea[data-v-72eafde6],textarea[data-v-72eafde6]{border-radius:.1em;padding:.5em;box-sizing:border-box;background:rgba(0,0,0,.05);border:1px solid rgba(0,0,0,.1);font-size:inherit;appearance:none;line-height:1;min-height:5em;font-family:inherit;resize:vertical;overflow:hidden}.ux-textarea[data-v-72eafde6]:focus,textarea[data-v-72eafde6]:focus{background:none;border:1px solid blue;outline:none}.ux-text-row .ux-btn[data-v-72eafde6]{margin-left:.25em}.ux-text-area-multiple[data-v-72eafde6],.ux-text-area-single[data-v-72eafde6]{width:100%}.ux-text-row[data-v-578af064]{margin-bottom:.5em}input[data-v-578af064]{border-radius:.1em;padding:.5em;box-sizing:border-box;background:rgba(0,0,0,.05);border:1px solid rgba(0,0,0,.1);font-size:inherit;font-family:inherit;line-height:1;height:2.5em}input[data-v-578af064]:focus{background:none;border:1px solid blue;outline:none}.ux-text-row .ux-btn[data-v-578af064]{margin-left:.25em}.ux-text-input-multiple[data-v-578af064],.ux-text-input-single[data-v-578af064]{width:100%}.ux-checkbox[data-v-a346dafc]{margin-right:.5em;line-height:1;height:1.5em;width:1.5em;padding:0}.ux-checkbox[data-v-a346dafc]:hover{border-color:#00f}.ux-checkbox.ux-checkbox-true[data-v-a346dafc]{background:blue;border-color:#00f;color:#fff}.ux-field-title[data-v-a346dafc]{margin:0!important}.ux-field-description-long[data-v-a346dafc]{margin-top:.5em}.filter-condition{padding:.2em;border-radius:.3em;background:#fff;border:1px solid rgba(0,0,0,.1);margin:.5em}.filter-rule{padding:.5em;background:#fff;border:1px solid rgba(0,0,0,.1);border-radius:.5em;box-shadow:0 .1em .5em #0000000d;margin-bottom:.5em}.filter-rule .operator-cell{position:relative}.filter-rule .operator-cell.and .line{background:green}.filter-rule .operator-cell.and .operator{background:green;color:#fff}.filter-rule .operator-cell.or .line{background:orange}.filter-rule .operator-cell.or .operator{background:orange;color:#fff}.filter-rule .operator-cell.nor .line{background:#000}.filter-rule .operator-cell.nor .operator{background:#000;color:#fff}.filter-rule .operator-cell.last .line{background:#ff0066}.filter-rule .line{position:absolute;width:.1em;display:block;height:100%;left:.5em;top:0;bottom:0}.filter-rule .operator{border-radius:50%;position:relative;width:3em;height:0;overflow:hidden;padding:0 0 3em;text-align:center;line-height:3em;background:#111;color:#fff;font-size:.4em;text-transform:uppercase;font-weight:600;display:block}.filter-rule .summary{font-size:.8em;opacity:.5}.filter-rule .summary .native-select{display:inline-block;border:1px solid transparent;border-radius:.3em;padding:.2em}.filter-rule .summary .native-select:hover{background:#fff;border-color:#00f}.filter-builder .summary[data-v-30449bfc]{font-size:.8em;opacity:.8;padding:.3em .7em}.filter-builder .summary .native-select[data-v-30449bfc]{display:inline-block;border:1px solid transparent;border-radius:.3em;padding:.2em}.filter-builder .summary .native-select[data-v-30449bfc]:hover{background:#fff;border-color:#00f}.ux-text-row[data-v-5a049062]{margin-bottom:.5em}.ux-textarea[data-v-5a049062],textarea[data-v-5a049062]{border-radius:.1em;padding:.5em;box-sizing:border-box;background:rgba(0,0,0,.05);border:1px solid rgba(0,0,0,.1);font-size:inherit;appearance:none;line-height:1;min-height:5em;font-family:inherit;resize:vertical;overflow:hidden}.ux-textarea[data-v-5a049062]:focus,textarea[data-v-5a049062]:focus{background:none;border:1px solid blue;outline:none}.ux-text-row .ux-btn[data-v-5a049062]{margin-left:.25em}.ux-text-area-multiple[data-v-5a049062],.ux-text-area-single[data-v-5a049062]{width:100%}.ux-checkbox[data-v-7ee9d4cd]{margin-right:.5em;line-height:1;height:1.5em;width:1.5em;padding:0}.ux-checkbox[data-v-7ee9d4cd]:hover{border-color:#00f}.ux-checkbox.ux-checkbox-true[data-v-7ee9d4cd]{background:blue;border-color:#00f;color:#fff}.ux-field-title[data-v-7ee9d4cd]{margin:0!important}.ux-field-description-long[data-v-7ee9d4cd]{margin-top:.5em}.file-drop input[data-v-67879182]{display:none}.files[data-v-124f63e6]{border:1px solid rgba(0,0,0,.1)}.files .file-item[data-v-124f63e6]{padding:.5em;border-bottom:1px solid rgba(0,0,0,.1)}.files .file-item .size[data-v-124f63e6]{font-size:.8em;opacity:.5}.files .file-item .ux-progress[data-v-124f63e6]{margin:0!important}.files .file-item[data-v-124f63e6]:last-child{border-bottom:none}.ux-multi-group[data-v-67669f46]{margin-bottom:1em}.buttons[data-v-4b69def8]{display:flex;gap:.2em;flex-wrap:wrap}.buttons .ux-btn[data-v-4b69def8]{margin:0}.buttons .ux-btn .ux-icon[data-v-4b69def8]{opacity:0}.buttons .ux-btn:hover .ux-icon[data-v-4b69def8]{opacity:.5}.buttons .ux-btn.active[data-v-4b69def8]{background:blue;color:#fff}.buttons .ux-btn.active .ux-icon[data-v-4b69def8]{opacity:1}pre[data-v-6b3fc2f2]{border-radius:.5em;background:#222;font-size:.8em;color:#ddd;padding:1em;display:block}.ux-text-row[data-v-42a51394]{margin-bottom:.5em}input[data-v-42a51394]{border-radius:.1em;padding:.5em;box-sizing:border-box;background:rgba(0,0,0,.05);border:1px solid rgba(0,0,0,.1);font-size:inherit;appearance:none;line-height:1;height:2.5em}input[data-v-42a51394]:focus{background:none;border:1px solid blue;outline:none}.ux-text-wrap[data-v-42a51394]{position:relative}.ux-text-wrap.prefixed input[data-v-42a51394]{padding-left:1.8em}.ux-text-wrap .ux-text-prefix[data-v-42a51394]{position:absolute;left:0;top:0;bottom:0;width:3.1em;pointer-events:none;display:flex;align-items:center;padding:.5em 0;justify-content:right;opacity:.5;font-size:.5em}.ux-text-wrap .ux-text-suffix[data-v-42a51394]{position:absolute;top:0;bottom:0;right:0;pointer-events:none;display:flex;align-items:center;padding:.5em;opacity:.5}.ux-text-row .ux-btn[data-v-42a51394]{margin-left:.25em}.ux-text-input-multiple[data-v-42a51394],.ux-text-input-single[data-v-42a51394]{width:100%}.editor-wrap[data-v-8bfcc044]{flex:1}.code-editor-field-wrap[data-v-06a239bb]{display:flex;min-height:300px}.native-select[data-v-70f0b838]{cursor:pointer}.native-select.multiple select[data-v-70f0b838]{width:100%;font-size:1em;border:1px solid rgba(0,0,0,.1);appearance:none}.native-select.multiple select[data-v-70f0b838]:focus{border:1px solid blue}.native-select.single[data-v-70f0b838]{position:relative}.native-select.single .ui-select-button[data-v-70f0b838]{position:relative;width:100%}.native-select.single .ui-select-button>.ux-btn[data-v-70f0b838]{display:block;position:relative;text-align:left}.native-select.single .ui-select-button>.ux-btn[data-v-70f0b838]:after{content:"\25bc";position:absolute;right:0;line-height:3.5em;top:0;bottom:0;height:100%;font-size:.6em;width:4em;text-align:center;opacity:.5}.native-select.single select[data-v-70f0b838]{cursor:pointer;opacity:0;appearance:none;width:100%;height:100%;position:absolute;top:0;left:0;bottom:0;right:0}.ux-field[data-v-25b1ee7a]{margin-bottom:1.5em}.ux-field.ux-layout-only[data-v-25b1ee7a]{margin-bottom:0}.ux-field .ux-field-message[data-v-25b1ee7a]{border:red;background:rgba(255,0,0,.1);color:red;font-size:.7em;padding:.3em .5em;border-radius:0 1em 1em;margin:.3em 0;display:inline-block}[data-v-25b1ee7a] .ux-field-title{margin-top:.5em;display:block;margin-bottom:.2em;font-size:.9em;font-weight:700}[data-v-25b1ee7a] .ux-field-description{font-size:clamp(12px,.8em,16px);opacity:.5;margin-bottom:.5em}.ux-field.ux-field-error[data-v-25b1ee7a]>.ux-field-title{color:red}.ux-form-flex[data-v-58fbce85]{display:flex;flex:1;gap:2em}.ux-form-flex .ux-field-flex[data-v-58fbce85]{flex:1}.search[data-v-0a1831cd]{position:relative;width:100%}.search>.icon[data-v-0a1831cd]{position:absolute;right:0;top:0;bottom:0;line-height:2.2em;padding:0 1em}.search input[data-v-0a1831cd]{width:100%;border-radius:5em;padding:.5em 1em;box-sizing:border-box;background:rgba(0,0,0,.05);border:1px solid transparent;font-size:inherit;appearance:none;line-height:1}.search input[data-v-0a1831cd]:focus{background:none;border:1px solid blue;outline:none}.ux-multi-group[data-v-f9347560]{margin-bottom:1em}.ux-field-render[data-v-02f0b094]{margin-bottom:1.5em}.ux-field-render.ux-layout-only[data-v-02f0b094]{margin-bottom:0}[data-v-02f0b094] .ux-field-title{margin-top:.5em;display:block;margin-bottom:.2em;font-size:.9em;font-weight:700}[data-v-02f0b094] .ux-field-description{font-size:.8em;opacity:.5;margin-bottom:.5em}.ux-render-flex[data-v-31c62e32]{display:flex;flex:1;gap:2em}.ux-render-flex .ux-field-render-flex[data-v-31c62e32]{flex:1}td[data-v-6dbe8d2c]{min-width:60px;width:60px;padding:.3em!important}td .ux-image[data-v-6dbe8d2c]{border-radius:.1em}td[data-v-3cbecb7e]{width:60px;padding:.3em!important}td .ux-image[data-v-3cbecb7e]{border-radius:.1em}td[data-v-3cbecb7e] .ux-btn-text{display:block;white-space:nowrap}a[data-v-59c79a19]{padding:.5em 1em;margin:.1em;background:rgba(0,0,0,.05);border-radius:.5em;display:inline-block;line-height:1;font-size:.7em;cursor:pointer;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}a[data-v-59c79a19]:hover{background:rgba(0,0,0,.1)}.value[data-v-3bb9fc86]{display:inline-block;margin:.05em}.table-wrapper[data-v-5a1f230c]{display:flex;flex:1;overflow:hidden}.table-wrapper .table-scroll[data-v-5a1f230c]{overflow:auto;position:relative;width:100%}.table-wrapper[data-v-5a1f230c] table{width:100%;border-collapse:collapse}.table-wrapper[data-v-5a1f230c] table thead{border-bottom:1px solid rgba(0,0,0,.05)}.table-wrapper[data-v-5a1f230c] table thead th{top:0;position:sticky;text-transform:uppercase;letter-spacing:.05em;line-height:20px;white-space:nowrap;font-size:11px;padding:.5em;background:#fff;z-index:2;text-align:left}.table-wrapper[data-v-5a1f230c] table thead th.table-select{font-size:clamp(17px,1em,20px)}.table-wrapper[data-v-5a1f230c] table th.first,.table-wrapper[data-v-5a1f230c] table td.first{position:sticky;left:0;text-align:center}.table-wrapper[data-v-5a1f230c] table th.last,.table-wrapper[data-v-5a1f230c] table td.last{position:sticky;right:0;text-align:center}.table-wrapper[data-v-5a1f230c] table td,.table-wrapper[data-v-5a1f230c] table th{padding:.5em;font-size:clamp(17px,1em,20px)}.table-wrapper[data-v-5a1f230c] table td.shrink,.table-wrapper[data-v-5a1f230c] table th.shrink{width:1px}.table-wrapper[data-v-5a1f230c] table tr{border-bottom:1px solid rgba(0,0,0,.05)}.table-wrapper[data-v-5a1f230c] table tr:last-of-type{border-bottom:none}.table-wrapper[data-v-5a1f230c] table tr:nth-child(odd){background:#fcfcfc}.table-wrapper[data-v-5a1f230c] table tr:nth-child(odd) th.first,.table-wrapper[data-v-5a1f230c] table tr:nth-child(odd) td.first,.table-wrapper[data-v-5a1f230c] table tr:nth-child(odd) th.last,.table-wrapper[data-v-5a1f230c] table tr:nth-child(odd) td.last{background:#fcfcfc}.table-wrapper[data-v-5a1f230c] table tr:nth-child(even) th.first,.table-wrapper[data-v-5a1f230c] table tr:nth-child(even) td.first,.table-wrapper[data-v-5a1f230c] table tr:nth-child(even) th.last,.table-wrapper[data-v-5a1f230c] table tr:nth-child(even) td.last{background:#fff}.table-wrapper[data-v-5a1f230c] table tr.selected{background:rgba(255,165,0,.1)}.text[data-v-25ef1240]{opacity:.5;font-size:.8em}.content-browser[data-v-41c6f78a]{background:#fff;position:relative}.browser-body.loading[data-v-41c6f78a]{opacity:.5}.filter-column[data-v-41c6f78a]{padding:1em;background:rgba(0,0,0,.1);max-width:500px;width:40%;flex:none;font-size:clamp(13px,.9em,17px)}.empty[data-v-41c6f78a]{background:rgba(0,0,0,.05)}.empty .panel[data-v-41c6f78a]{background:#fff}.footer[data-v-41c6f78a]{padding:1em;border-top:1px solid rgba(0,0,0,.1)}.modal-wrapper[data-v-79d61460]{margin:0;padding:0;position:fixed;top:0;left:0;right:0;bottom:0;display:flex;width:100vw;height:100vh;height:-webkit-fill-available;z-index:100;justify-content:center;align-items:center;overflow:hidden;box-sizing:border-box}.modal-wrapper .modal-blanket[data-v-79d61460]{position:absolute;background:rgba(51,51,51,.5);left:0;top:0;right:0;bottom:0}.modal-wrapper .modal-content[data-v-79d61460]{display:flex;overflow:hidden;z-index:101;max-width:90%;max-height:90%}.wrapper[data-v-20b62981]{border-radius:.5em;overflow:hidden;background:#fff;text-align:center}.wrapper h5[data-v-20b62981]{font-size:1.2em;margin:0}.wrapper .padder[data-v-20b62981]{padding:1em}.wrapper{border-radius:.5em;overflow:hidden;background:#fff;text-align:center}.wrapper{border-radius:.5em;overflow:hidden;background:#fff;text-align:left}.wrapper h5{font-size:1.2em;margin:0}.wrapper .padder{padding:1em}.wrapper[data-v-26046182]{min-width:80vw;min-height:80vh;border-radius:.5em;overflow:hidden}.header[data-v-26046182]{background:#fff;padding:1em;border-bottom:1px solid rgba(0,0,0,.1)}
|