sprof 0.2.1 → 0.2.3
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/dist/{ExtractsList-D2rsuyBZ.js → ExtractsList-Dh6uyUJc.js} +11 -10
- package/dist/core/components/GeneralItem.vue.d.ts +4 -4
- package/dist/core/components/GridContainer.vue.d.ts +1 -1
- package/dist/core/components/Icons/Filter/IconDownload.vue.d.ts +1 -1
- package/dist/core/components/Icons/Filter/IconFilter.vue.d.ts +1 -1
- package/dist/core/components/Icons/Pagination/ArrowLeft.vue.d.ts +1 -1
- package/dist/core/components/Icons/Pagination/ArrowRight.vue.d.ts +1 -1
- package/dist/core/components/Icons/Pagination/DoubleArrowLeft.vue.d.ts +1 -1
- package/dist/core/components/Icons/Pagination/DoubleArrowRight.vue.d.ts +1 -1
- package/dist/core/components/Icons/Pagination/EllipsisSvg.vue.d.ts +1 -1
- package/dist/core/components/InfoItem.vue.d.ts +4 -4
- package/dist/core/components/PAutocomplete.vue.d.ts +1 -1
- package/dist/core/components/RemoteSearch.stories.d.ts +6 -6
- package/dist/core/components/RemoteSearch.vue.d.ts +3 -3
- package/dist/core/components/RightSliderContainer.vue.d.ts +2 -2
- package/dist/core/components/atoms/PButton/PButton.stories.d.ts +54 -18
- package/dist/core/components/atoms/PButton/PButton.vue.d.ts +14 -3
- package/dist/core/components/atoms/PCheckbox/PCheckBox.stories.d.ts +6 -6
- package/dist/core/components/atoms/PCheckbox/PCheckBox.vue.d.ts +3 -3
- package/dist/core/components/atoms/PDatePicker/PDatePicker.vue.d.ts +3 -3
- package/dist/core/components/atoms/PFlex/PFlex.stories.d.ts +18 -18
- package/dist/core/components/atoms/PFlex/PFlex.vue.d.ts +3 -3
- package/dist/core/components/atoms/PInput/PInput.stories.d.ts +180 -38
- package/dist/core/components/atoms/PInput/PInput.vue.d.ts +49 -9
- package/dist/core/components/atoms/PInputNumber/PInputNumber.stories.d.ts +3 -3
- package/dist/core/components/atoms/PInputNumber/PInputNumber.vue.d.ts +3 -3
- package/dist/core/components/atoms/PLabelField/PLabelField.stories.d.ts +36 -36
- package/dist/core/components/atoms/PLabelField/PLabelField.vue.d.ts +6 -6
- package/dist/core/components/atoms/PLeftSlider/PLeftSlider.stories.d.ts +18 -18
- package/dist/core/components/atoms/PLeftSlider/PLeftSlider.vue.d.ts +3 -3
- package/dist/core/components/atoms/PList/PList.stories.d.ts +8 -8
- package/dist/core/components/atoms/PList/PList.vue.d.ts +2 -2
- package/dist/core/components/atoms/PListItem/PListItem.stories.d.ts +12 -12
- package/dist/core/components/atoms/PListItem/PListItem.vue.d.ts +2 -2
- package/dist/core/components/atoms/PRadio/PRadio.stories.d.ts +4 -4
- package/dist/core/components/atoms/PRadio/PRadio.vue.d.ts +2 -2
- package/dist/core/components/atoms/PRightSlider/PRightSlider.stories.d.ts +18 -18
- package/dist/core/components/atoms/PRightSlider/PRightSlider.vue.d.ts +3 -3
- package/dist/core/components/atoms/PSelect/PSelect.stories.d.ts +154 -46
- package/dist/core/components/atoms/PSelect/PSelect.vue.d.ts +56 -9
- package/dist/core/components/atoms/PString/PString.stories.d.ts +12 -12
- package/dist/core/components/atoms/PString/PString.vue.d.ts +6 -6
- package/dist/core/components/atoms/PTextarea/PTextarea.stories.d.ts +14 -18
- package/dist/core/components/atoms/PTextarea/PTextarea.vue.d.ts +3 -5
- package/dist/core/components/atoms/PTooltip/PTooltip.stories.d.ts +12 -12
- package/dist/core/components/components.d.ts +1 -3
- package/dist/core/components/molecules/Collapse/CollapseItem.stories.d.ts +2 -2
- package/dist/core/components/molecules/Collapse/CollapseItem.vue.d.ts +1 -1
- package/dist/core/components/molecules/PAdd/PAdd.vue.d.ts +1 -1
- package/dist/core/components/molecules/PAdd/PContainer.vue.d.ts +1 -1
- package/dist/core/components/molecules/PAdd/PContainerStickyHead.vue.d.ts +1 -1
- package/dist/core/components/molecules/PDel/PDel.vue.d.ts +1 -1
- package/dist/core/components/molecules/PModal/PModal.vue.d.ts +3 -3
- package/dist/core/components/molecules/index.d.ts +1 -2
- package/dist/core/components/organisms/PAuthForm/PAuthForm.stories.d.ts +142 -47
- package/dist/core/components/organisms/PAuthForm/PAuthForm.vue.d.ts +71 -23
- package/dist/core/components/organisms/PAuthModal/PAuthModal.stories.d.ts +2 -2
- package/dist/core/components/organisms/PAuthModal/PAuthModal.vue.d.ts +1 -1
- package/dist/core/components/organisms/PTabs/PTabs.stories.d.ts +6 -6
- package/dist/core/components/organisms/PTabs/PTabs.vue.d.ts +1 -1
- package/dist/core/components/organisms/PUploaderFile/PUploaderFile.stories.d.ts +18 -18
- package/dist/core/components/organisms/PUploaderFile/PUploaderFile.vue.d.ts +2 -2
- package/dist/core/components/organisms/PUploaderImage/ImageCropper.vue.d.ts +2 -2
- package/dist/core/helpers/Message.d.ts +13 -2
- package/dist/core/ui/Dialog.d.ts +18 -3
- package/dist/core/ui/Dialog.test.d.ts +1 -0
- package/dist/core/ui/Notify.d.ts +19 -24
- package/dist/core/ui/Notify.test.d.ts +1 -0
- package/dist/index-BMNKrMSC.js +14018 -0
- package/dist/index.d.ts +6 -0
- package/dist/install.d.ts +25 -0
- package/dist/sprof.js +19 -3
- package/dist/sprof.umd.cjs +29 -14
- package/dist/style.css +1 -1
- package/dist/test-utils/quasar.d.ts +5 -0
- package/package.json +22 -6
- package/dist/core/components/MessageBody.vue.d.ts +0 -27
- package/dist/core/components/PDialog.vue.d.ts +0 -2
- package/dist/core/components/molecules/PNotify/PNotify.stories.d.ts +0 -242
- package/dist/core/components/molecules/PNotify/PNotify.vue.d.ts +0 -2
- package/dist/core/ui/index.d.ts +0 -110
- package/dist/index-CkqPv_mq.js +0 -7517
package/dist/style.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
.button{&-filter[data-v-acdf750a]{background:#fff}&-download[data-v-acdf750a]{background:#dff2f8}}.button[data-v-acdf750a]{width:auto;height:34px;border-radius:5px;color:#006bb4;font-size:12px}[data-v-acdf750a] .button-register{width:auto;height:34px;border-radius:5px;color:#006bb4;background:#fff;font-size:12px}[data-v-acdf750a] .name-item{margin:0;width:auto;border-color:#fff;padding:0}.grid[data-v-acdf750a]{grid-gap:10px;margin:0}.plus-button[data-v-acdf750a]{width:100%;height:34px;border-radius:5px;color:#00bea5;background:#c1efeb}.save-picker-button[data-v-acdf750a]{width:100%;height:34px;border-radius:5px;color:#006bb4;background:#dff2f8}.gender-button[data-v-acdf750a]{width:42px;border-radius:5px;height:42px;color:#006bb4;background:#dff2f8;margin:2px 10px 0 0;font-size:18px}.save-button[data-v-acdf750a]{width:100%;border-radius:5px;height:42px;color:#006bb4;background:#dff2f8;margin:2px 10px 0 0;font-size:14px}[data-v-acdf750a] .edit-button{min-width:40px;max-width:40px;height:40px;border-radius:5px;color:#006bb4;background:#dff2f8;margin-right:10px}[data-v-acdf750a] .files-buttons{width:auto;height:34px;border-radius:5px;color:#006bb4;background:#dff2f8;font-size:12px}[data-v-acdf750a] .files-buttons:hover{background:#dff2f8}.edv{&-active[data-v-acdf750a]{color:#b0a4c0}}.edv[data-v-acdf750a]{font-size:14px;padding:0;margin:0 5px 0 0}.form-name[data-v-acdf750a]{color:#006bb4;font-size:17px;min-width:150px;width:100%;padding:0}.hidden[data-v-acdf750a]{display:none}.registers-tooltip[data-v-acdf750a]:hover{cursor:pointer}.form-link[data-v-acdf750a]:hover{cursor:pointer;text-decoration:underline}.tag-link[data-v-acdf750a]:hover{background-color:darken(white,10%);cursor:pointer}.flex-block[data-v-acdf750a]{width:100%;display:flex;justify-content:space-between;align-items:center}[data-v-acdf750a] .edit-icon{width:28px;height:28px;color:#006bb4}.item-flex[data-v-acdf750a]{display:flex;width:100%;justify-content:space-between;align-items:center}.line-item-left[data-v-acdf750a]{display:flex;justify-content:space-between;align-items:center;width:100%;margin-right:10px;padding:0}.line-item-right[data-v-acdf750a]{display:flex;justify-content:right;align-items:center;width:100%;min-width:210px;padding:0}[data-v-acdf750a] .icon-plus{fill:#00b5a4;width:24px;height:24px;cursor:pointer}.icon-filter[data-v-acdf750a]{width:24px;height:24px;cursor:pointer;stroke:#006bb4;fill:none}.icon-del[data-v-acdf750a]{width:10px;height:10px;cursor:pointer}[data-v-acdf750a] .el-form-item{margin:8px 0 0}@media (max-width: 1915px){.line-item[data-v-acdf750a]{display:flex;justify-content:space-between;align-items:center;width:100%;padding:0}.item-flex[data-v-acdf750a]{display:flex;width:100%;justify-content:space-between;align-items:center}.item-flex[data-v-acdf750a]:last-child{margin-top:10px;margin-bottom:10px}}@media (max-width: 560px){.line-item-left[data-v-acdf750a]{margin:10px 0}.line-item-right[data-v-acdf750a]{margin:10px 0;justify-content:space-between}.item-flex[data-v-acdf750a]:first-child{display:block;width:100%;margin:0 0 10px}}.button{&-filter[data-v-03915680]{background:#fff}&-download[data-v-03915680]{background:#dff2f8}}.button[data-v-03915680]{width:auto;height:34px;border-radius:5px;color:#006bb4;font-size:12px}[data-v-03915680] .button-register{width:auto;height:34px;border-radius:5px;color:#006bb4;background:#fff;font-size:12px}[data-v-03915680] .name-item{margin:0;width:auto;border-color:#fff;padding:0}.grid[data-v-03915680]{grid-gap:10px;margin:0}.plus-button[data-v-03915680]{width:100%;height:34px;border-radius:5px;color:#00bea5;background:#c1efeb}.save-picker-button[data-v-03915680]{width:100%;height:34px;border-radius:5px;color:#006bb4;background:#dff2f8}.gender-button[data-v-03915680]{width:42px;border-radius:5px;height:42px;color:#006bb4;background:#dff2f8;margin:2px 10px 0 0;font-size:18px}.save-button[data-v-03915680]{width:100%;border-radius:5px;height:42px;color:#006bb4;background:#dff2f8;margin:2px 10px 0 0;font-size:14px}[data-v-03915680] .edit-button{min-width:40px;max-width:40px;height:40px;border-radius:5px;color:#006bb4;background:#dff2f8;margin-right:10px}[data-v-03915680] .files-buttons{width:auto;height:34px;border-radius:5px;color:#006bb4;background:#dff2f8;font-size:12px}[data-v-03915680] .files-buttons:hover{background:#dff2f8}.edv{&-active[data-v-03915680]{color:#b0a4c0}}.edv[data-v-03915680]{font-size:14px;padding:0;margin:0 5px 0 0}.form-name[data-v-03915680]{color:#006bb4;font-size:17px;min-width:150px;width:100%;padding:0}.hidden[data-v-03915680]{display:none}.registers-tooltip[data-v-03915680]:hover{cursor:pointer}.form-link[data-v-03915680]:hover{cursor:pointer;text-decoration:underline}.tag-link[data-v-03915680]:hover{background-color:darken(white,10%);cursor:pointer}.flex-block[data-v-03915680]{width:100%;display:flex;justify-content:space-between;align-items:center}[data-v-03915680] .edit-icon{width:28px;height:28px;color:#006bb4}.item-flex[data-v-03915680]{display:flex;width:100%;justify-content:space-between;align-items:center}.line-item-left[data-v-03915680]{display:flex;justify-content:space-between;align-items:center;width:100%;margin-right:10px;padding:0}.line-item-right[data-v-03915680]{display:flex;justify-content:right;align-items:center;width:100%;min-width:210px;padding:0}[data-v-03915680] .icon-plus{fill:#00b5a4;width:24px;height:24px;cursor:pointer}.icon-filter[data-v-03915680]{width:24px;height:24px;cursor:pointer;stroke:#006bb4;fill:none}.icon-del[data-v-03915680]{width:10px;height:10px;cursor:pointer}[data-v-03915680] .el-form-item{margin:8px 0 0}@media (max-width: 1915px){.line-item[data-v-03915680]{display:flex;justify-content:space-between;align-items:center;width:100%;padding:0}.item-flex[data-v-03915680]{display:flex;width:100%;justify-content:space-between;align-items:center}.item-flex[data-v-03915680]:last-child{margin-top:10px;margin-bottom:10px}}@media (max-width: 560px){.line-item-left[data-v-03915680]{margin:10px 0}.line-item-right[data-v-03915680]{margin:10px 0;justify-content:space-between}.item-flex[data-v-03915680]:first-child{display:block;width:100%;margin:0 0 10px}}
|
|
1
|
+
.flex-line[data-v-71357bc9]{position:relative;box-sizing:border-box;display:flex;justify-content:left;align-items:center;background:inherit;color:inherit}.p-input[data-v-04ddb0ed] .q-field--outlined .q-field__control:before{border-color:var(--p-border-color)}.hidden[data-v-582bd65a],.hidden[data-v-1f1f064c]{display:none}.p-input-number[data-v-02457132] input[type=number]::-webkit-outer-spin-button,.p-input-number[data-v-02457132] input[type=number]::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.p-input-number[data-v-02457132] input[type=number]{-moz-appearance:textfield}.LS-body[data-v-83ad17a5]{top:0;left:0;min-height:inherit;display:flex;height:100%;overflow-y:auto;overflow-x:hidden;padding:0;z-index:999;transition:var(--q-transition-duration, .3s);-webkit-user-select:none;-ms-user-select:none;user-select:none}.click-line[data-v-83ad17a5]{box-sizing:border-box;display:flex;align-items:center;justify-content:center;height:100%;writing-mode:vertical-lr;border-left:1px solid;border-right:1px solid;cursor:pointer;border-color:var(--q-primary);background:var(--q-primary);color:#fff;padding:0 2px 0 0}.click-line[data-v-83ad17a5]:hover{background:var(--q-secondary);border-color:var(--q-secondary);color:#fff}.LS-content[data-v-83ad17a5]{position:relative;box-sizing:border-box;width:100%;height:100%;background:transparent}.wrapper[data-v-12848f83]{position:relative;display:flex}.content[data-v-12848f83]{box-sizing:border-box;width:100%;overflow-y:auto}.RS-body[data-v-12848f83]{box-sizing:border-box;right:0;min-height:inherit;display:flex;height:100%;padding:0;z-index:999;-webkit-user-select:none;-ms-user-select:none;user-select:none;transition:var(--q-transition-duration, .3s)}.click-line[data-v-12848f83]{display:flex;align-items:center;justify-content:center;height:100%;writing-mode:vertical-lr;border-right:1px solid;border-left:1px solid;cursor:pointer;border-color:var(--q-secondary);background:var(--q-secondary);color:#fff;padding:0 2px 0 0}.click-line[data-v-12848f83]:hover{background:var(--q-primary);border-color:var(--q-primary);color:#fff}.RS-content[data-v-12848f83]{box-sizing:border-box;height:auto;overflow-y:auto;overflow-x:hidden}.sticky-block[data-v-4748d546]{box-sizing:border-box;position:sticky;top:0;left:0}.string[data-v-faa0d29a]{box-sizing:border-box;max-width:100%;display:flex;align-items:center;-webkit-user-select:none;-ms-user-select:none;user-select:none}.string[data-v-faa0d29a] .q-item__label{padding:0}.p-table{border:1px solid var(--table-border-color);border-collapse:collapse}.p-table th{font-weight:var(--table-th-font-weight);padding:var(--table-th-padding);background:var(--table-th-background);border:1px solid var(--table-border-color);color:var(--table-th-font-color);position:sticky;top:0}.p-table td{border:1px solid var(--table-border-color);padding:var(--table-td-padding);color:var(--table-td-font-color)}.p-table tbody tr:nth-child(odd){background:var(--table-th-background-odd);cursor:pointer}.p-table tbody tr:nth-child(2n){background:var(--table-th-background-even);cursor:pointer}.p-table tbody tr:hover{background:var(--table-th-background-hover)}.p-textarea[data-v-611da668] .q-field--outlined .q-field__control:before{border-color:var(--p-border-color)}.tooltip-wrapper[data-v-f8d01a89]{position:relative;display:inline-block;cursor:pointer}[data-v-c96d0d0d]{box-sizing:border-box}.blur[data-v-c96d0d0d]{position:fixed;top:0;left:0;width:100%;height:100%;z-index:3;background:#000;opacity:.3}.top-slider[data-v-c96d0d0d]{position:absolute;top:0;left:50%;transform:translate(-50%);background:#f5f5f5;z-index:4;border-bottom-left-radius:5px;border-bottom-right-radius:5px;overflow:hidden;box-shadow:#00000059 0 5px 5px;transition:.3s;width:calc(100% - 300px);max-width:800px}.top-slider-content[data-v-c96d0d0d]{max-width:800px;display:flex;justify-content:center;align-items:center;height:calc(100% - 53px);margin:auto;padding:20px}.center[data-v-c96d0d0d]{width:100%}.click-line[data-v-c96d0d0d]{width:100%;position:absolute;bottom:0;right:0;height:55px;display:flex;justify-content:space-between;align-items:center;background:#0000000d;min-height:40px;color:var(--q-dark);font-size:12px;text-transform:uppercase;cursor:pointer;padding:0 10px}@media screen and (max-width: 1024px){.click-line[data-v-c96d0d0d]{font-size:12px}}@media screen and (max-width: 768px){.click-line[data-v-c96d0d0d]{font-size:11px}.top-slider[data-v-c96d0d0d]{width:calc(100% - 100px)}.top-slider-content[data-v-c96d0d0d]{padding:10px}}@media screen and (max-width: 450px){.click-line[data-v-c96d0d0d]{line-height:12px}}@media screen and (max-width: 370px){.click-line[data-v-c96d0d0d]{font-size:10px;line-height:10px}.top-slider-content[data-v-c96d0d0d]{padding:8px}}.mainblock[data-v-52b3d807]{display:flex;justify-content:space-between;width:100%;height:auto}.mainblock-left[data-v-52b3d807]{position:relative;display:flex;justify-content:left;margin-right:30px;height:100%;left:0;z-index:10}.left-menu[data-v-52b3d807]{position:absolute;top:0;left:0;z-index:1;max-height:70vh;transition:.3s;overflow:hidden;overflow-y:auto;background:#fff}.mainblock-right[data-v-52b3d807]{position:relative;width:100%;max-height:100%}.title[data-v-52b3d807]{position:relative;display:flex;align-items:center;justify-content:center;width:100%}.icon[data-v-52b3d807]{position:absolute;top:50%;transform:translateY(-50%);left:16px;justify-content:center;align-items:center}.body[data-v-52b3d807]{width:100%}@media screen and (max-width: 768px){.title[data-v-52b3d807]{font-size:20px}}@media screen and (max-width: 500px){.title[data-v-52b3d807]{font-size:16px}}.mainblock[data-v-a7d519dd]{display:flex;justify-content:space-between;width:100%;height:auto}.mainblock-left[data-v-a7d519dd]{position:sticky;display:flex;justify-content:left;margin-right:30px;height:100%;left:0;z-index:10}.left-menu[data-v-a7d519dd]{position:relative;top:0;left:0;z-index:1;max-height:80vh;transition:.3s}.mainblock-right[data-v-a7d519dd]{position:relative;width:100%;max-height:100%}.title[data-v-a7d519dd]{display:flex;align-items:center;justify-content:center;width:100%}.icon[data-v-a7d519dd]{position:absolute;top:50%;transform:translateY(-50%);left:16px;justify-content:center;align-items:center}.body[data-v-a7d519dd]{width:100%}@media screen and (max-width: 768px){.title[data-v-a7d519dd]{font-size:20px}}@media screen and (max-width: 500px){.title[data-v-a7d519dd]{font-size:16px}}.grid-block[data-v-a3c4743c]{box-sizing:border-box;display:grid;margin-left:auto;margin-right:auto;justify-content:center;max-width:var(--d143e9f0);width:var(--b9d56180);background:var(--v52bd0ff4);grid-gap:var(--v1795aeac);grid-template-columns:var(--v0cfa7c52);grid-template-rows:var(--v0c6d2a1f);margin:var(--a3ccd918)}.event-name[data-v-c5b846b9]{height:auto}.event-name[data-v-c5b846b9]:hover{cursor:pointer;color:gray}.icon-close[data-v-c5b846b9]{position:absolute;top:0;right:0;width:20px;height:20px;fill:#343e5c;cursor:pointer;transition:.3s;padding:20px}.icon-close[data-v-c5b846b9]:hover{fill:#205bb8}.modal[data-v-c5b846b9]{position:fixed;top:0;right:0;bottom:0;left:0;background-color:#00000080;display:flex;flex-direction:column;align-items:center;justify-content:center;z-index:3}.modal-box[data-v-c5b846b9]{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);align-items:center;justify-content:space-between;background:#fff;max-width:1344px;width:calc(100% - 40px);padding:20px;z-index:4;border-radius:10px}@keyframes movenext-c5b846b9{0%{margin-left:0;margin-top:0}48%{margin-left:-200%;margin-top:0}49%{margin-left:-200%;margin-top:-200%}50%{margin-left:200%;margin-top:-200%}51%{margin-left:200%;margin-top:0}to{margin-left:0;margin-top:0}}@keyframes moveprev-c5b846b9{0%{margin-right:0;margin-top:0}48%{margin-right:-200%;margin-top:0}49%{margin-right:-200%;margin-top:-200%}50%{margin-right:200%;margin-top:-200%}51%{margin-right:200%;margin-top:0}to{margin-right:0;margin-top:0}}.container[data-v-c5b846b9]{width:100%;height:calc(100% - 50px);display:flex;justify-content:space-between;align-items:center;box-sizing:border-box}.icon-arrow[data-v-c5b846b9]{width:30px;height:30px;border-radius:25px;padding:10px;background:#fff;cursor:pointer;transition:.1s}.icon-arrow[data-v-c5b846b9]:hover{background:#e3e3e3}.icon-arrow[data-v-c5b846b9]:active{background:#9d9d9d}.slide-box[data-v-c5b846b9]{position:relative;display:flex;justify-content:center;align-items:center;width:calc(100% - 60px);height:100%;z-index:2;overflow:hidden;box-sizing:border-box}.animationnext[data-v-c5b846b9]{position:absolute;animation:movenext-c5b846b9 var(--v582c9d05) infinite;animation-timing-function:linear;animation-iteration-count:1;z-index:1}.animationprev[data-v-c5b846b9]{position:absolute;animation:moveprev-c5b846b9 var(--v582c9d05) infinite;animation-timing-function:linear;animation-iteration-count:1;z-index:1}.image[data-v-c5b846b9]{height:auto;display:flex;justify-content:center;align-items:center;overflow:hidden}img[data-v-c5b846b9]{width:auto;-webkit-user-select:none;-ms-user-select:none;user-select:none;border-radius:10px;cursor:pointer}.link-number[data-v-c5b846b9]{width:100%;display:flex;justify-content:center;align-items:center;transition:1s}.number[data-v-c5b846b9]{display:flex;align-items:center;justify-content:center;width:26px;height:26px;margin:5px;border-radius:20px;color:#fff;transform:.5s;background:#e3e3e3;-webkit-user-select:none;-ms-user-select:none;user-select:none;cursor:pointer}.number[data-v-c5b846b9]:hover{background:#c3c3c3}.hidden[data-v-c5b846b9]{display:none}.label[data-v-c5b846b9]{max-width:100%;height:60px;display:flex;justify-content:center;align-items:center;text-align:center;-webkit-user-select:none;-ms-user-select:none;user-select:none;color:#9d9d9d}@media screen and (max-width: 1024px){.event-name[data-v-c5b846b9]{font-size:30px}}@media screen and (max-width: 768px){.label[data-v-c5b846b9]{font-size:12px}.icon-arrow[data-v-c5b846b9]{padding:0}.event-name[data-v-c5b846b9]{font-size:24px}}@media screen and (max-width: 480px){.label[data-v-c5b846b9]{height:40px;font-size:9px}.slide-box[data-v-c5b846b9]{position:relative;display:flex;justify-content:center;align-items:center;width:calc(100% - 20px);height:80%;z-index:2;overflow:hidden;box-sizing:border-box}.event-name[data-v-c5b846b9]{font-size:18px}}.context-window{position:fixed;border:1px solid #343e5c;border-radius:5px;background:#fff;z-index:10;width:300px;box-shadow:#00000059 0 5px 15px}.date-range[data-v-b93b6d46]{display:flex;justify-content:space-between;max-width:100%}.date-range[data-v-d28c6f33]{display:flex;max-width:300px;justify-content:left}.drop-item-name[data-v-97057f9c]{display:flex;justify-content:left;align-items:center;transition:var(--base-transition, 0s);color:var(--menu-font-color);cursor:pointer;background:var(--menu-background)}.drop-item-name[data-v-97057f9c]:hover{color:var(--menu-font-color-hovered);background:var(--menu-background-hovered)}.drop-item-list[data-v-97057f9c]{transition:.3s}[data-v-72984c94] .el-input__inner{border-radius:20px;padding-left:25px;height:34px;display:flex;font-family:Arial,Helvetica,sans-serif;font-size:15px}[data-v-72984c94] .el-input__inner::placeholder{color:#4a4a4a}[data-v-72984c94] .el-select .el-input .el-select__caret{color:#4a4a4a;font-size:15px;font-weight:700;margin-right:5px}.el-select[data-v-72984c94]{width:100%}[data-v-72984c94] .el-input__suffix{top:-2px}[data-v-72984c94] .el-form-item{padding:0 10px;margin:0}.el-form[data-v-72984c94]{width:100%}.filter-button[data-v-586481ea]{width:auto;height:23px;border-radius:5px;color:#006bb4;background:#fff;font-size:12px;padding:10px}.anticon[data-v-586481ea]{margin:4px 4px 2px;font-size:13px}.anticon[data-v-586481ea]:hover,.set[data-v-586481ea]{color:#5cb6ff}[data-v-586481ea] .el-input__inner{border-radius:20px;padding-left:25px;height:34px;width:100%;display:flex;font-family:Comfortaa,Arial,Helvetica,sans-serif;font-size:15px}[data-v-586481ea] .el-input__inner::placeholder{color:#4a4a4a}[data-v-586481ea] .el-select .el-input .el-select__caret{color:#4a4a4a;font-size:16px;font-weight:700;margin-right:5px}.el-select[data-v-586481ea]{width:100%}[data-v-586481ea] .el-form-item{margin-bottom:0}.filter-button[data-v-ae66df57]{width:auto;height:23px;border-radius:5px;color:#006bb4;background:#fff;font-size:12px;padding:10px}.anticon[data-v-ae66df57]{margin:4px 4px 2px;font-size:13px}.anticon[data-v-ae66df57]:hover,.set[data-v-ae66df57]{color:#5cb6ff}[data-v-ae66df57] .el-input__inner{border-radius:20px;padding-left:25px;height:34px;width:100%;display:flex;font-family:Comfortaa,Arial,Helvetica,sans-serif;font-size:15px}[data-v-ae66df57] .el-input__inner::placeholder{color:#4a4a4a}[data-v-ae66df57] .el-select .el-input .el-select__caret{color:#4a4a4a;font-size:16px;font-weight:700;margin-right:5px}.el-select[data-v-ae66df57]{width:100%}[data-v-ae66df57] .el-form-item{margin-bottom:0}.admin-add2[data-v-e280d85b]{border:none;background:inherit;color:#00b5a4;transition:.3s;cursor:pointer;margin-left:-6px}.admin-del[data-v-e280d85b]{border:none;background:inherit;color:#a3a9be;transition:.3s;cursor:pointer;margin-left:-6px}.filter-field[data-v-e280d85b]{width:100%;box-sizing:border-box;padding:0 0 0 10px;height:calc(100% - 110px);overflow-y:scroll;overflow-x:hidden}.tools-field[data-v-e280d85b]{display:block;box-sizing:border-box;width:100%;padding:0 8px 10px 10px}.button[data-v-e280d85b]{width:auto;height:34px;border-radius:5px;color:#006bb4;font-size:12px}[data-v-e280d85b] .button-register{width:auto;height:34px;border-radius:5px;color:#006bb4;background:#fff;font-size:12px}[data-v-e280d85b] .name-item{margin:0;width:auto;border-color:#fff;padding:0}.grid[data-v-e280d85b]{max-width:auto;grid-gap:10px;margin:0;grid-template-columns:repeat(auto-fit,minmax(99px,1fr))}.plus-button[data-v-e280d85b]{width:100%;height:34px;border-radius:5px;color:#00bea5;background:#c1efeb}.save-picker-button[data-v-e280d85b]{width:100%;height:34px;border-radius:5px;color:#006bb4;background:#dff2f8}.gender-button[data-v-e280d85b]{width:42px;border-radius:5px;height:42px;color:#006bb4;background:#dff2f8;margin:2px 10px 0 0;font-size:18px}.save-button[data-v-e280d85b]{width:100%;border-radius:5px;height:42px;color:#006bb4;background:#dff2f8;margin:2px 10px 0 0;font-size:14px}[data-v-e280d85b] .edit-button{min-width:40px;max-width:40px;height:40px;border-radius:5px;color:#006bb4;background:#dff2f8}[data-v-e280d85b] .files-buttons{width:auto;height:34px;border-radius:5px;color:#006bb4;background:#dff2f8;font-size:12px}[data-v-e280d85b] .files-buttons:hover{background:#dff2f8}.edv[data-v-e280d85b]{font-size:14px;padding:0;margin:0 5px 0 0}.edev-active[data-v-e280d85b]{color:#b0a4c0}.patient-name[data-v-e280d85b]{color:#006bb4;font-size:17px;min-width:150px;width:100%;padding:0}.hidden[data-v-e280d85b]{display:none}.scroll-block[data-v-e280d85b]{height:75vh;overflow:hidden;overflow-y:scroll;margin-left:8px}.registers-tooltip[data-v-e280d85b]:hover{cursor:pointer}.patient-link[data-v-e280d85b]:hover{cursor:pointer;text-decoration:underline}.tag-link[data-v-e280d85b]:hover{background-color:darken(white,10%);cursor:pointer}.flex-block[data-v-e280d85b]{width:100%;display:flex;justify-content:space-between;align-items:center}[data-v-e280d85b] .edit-icon{width:28px;height:28px;color:#006bb4}.item-flex[data-v-e280d85b]{display:flex;width:100%;justify-content:space-between;align-items:center;margin:0 10px 0 0}.item-flex[data-v-e280d85b]:last-child{margin:10px 0}.line-item-left[data-v-e280d85b]{display:flex;justify-content:space-between;align-items:center;width:auto;padding:0}.line-item-right[data-v-e280d85b]{display:flex;justify-content:right;align-items:center;width:auto;padding:0}[data-v-e280d85b] .icon-plus{fill:#00b5a4;width:24px;height:24px;cursor:pointer}.icon-filter[data-v-e280d85b]{width:24px;height:24px;cursor:pointer;stroke:#006bb4;fill:none}.icon-del[data-v-e280d85b]{width:10px;height:10px;cursor:pointer}.patient-count[data-v-e280d85b]{margin-top:10px;font-size:14px}[data-v-e280d85b] .el-form-item{margin:8px 0 0}@media (max-width: 1915px){.flex-block[data-v-e280d85b]{width:100%;display:block;justify-content:space-between;align-items:center}.line-item[data-v-e280d85b]{display:flex;justify-content:space-between;align-items:center;width:100%;padding:0}.item-flex[data-v-e280d85b]{display:flex;width:100%;justify-content:space-between;align-items:center;margin-top:10px}.item-flex[data-v-e280d85b]:last-child{margin-top:10px;margin-bottom:10px}}@media (max-width: 560px){.line-item-left[data-v-e280d85b]{margin:10px 0}.line-item-right[data-v-e280d85b]{margin:10px 0;justify-content:space-between}.item-flex[data-v-e280d85b]:first-child{display:block;width:100%;margin:0 0 10px}}.hidden[data-v-1056443d]{display:none}.general-block-item[data-v-1056443d]{position:relative;width:auto;display:flex;justify-content:center;align-items:center;cursor:pointer;transition:.3s;text-align:center;overflow:hidden}.green[data-v-1056443d]{position:absolute;background:#c7ecea;top:0;left:0;width:80%;height:100%}.general-block-item-title[data-v-1056443d]{font-size:12px;color:#343e5c;display:flex;justify-content:center;align-items:center;text-align:center;z-index:1}.icon-del[data-v-1056443d]{width:32px;height:32px;cursor:pointer;fill:#343e5c}.icon-del[data-v-1056443d]:hover{fill:#1979cf}.tools-icon[data-v-1056443d]{display:flex;justify-content:right;align-items:center;position:absolute;top:50%;transform:translateY(-50%);right:10px}.inside-class[data-v-e8e8f1a1]{font-weight:400;padding:0 10px;width:100%;max-width:100%;min-width:50px;margin:0;height:40px}.hidden[data-v-e8e8f1a1]{display:none}.base-box[data-v-e8e8f1a1]{position:relative;box-sizing:border-box}.body[data-v-e8e8f1a1]{position:relative;display:flex;justify-content:left;transition:.15s;box-sizing:border-box}.top-title[data-v-e8e8f1a1]{position:absolute;z-index:1;top:-7px;right:5px;background:#fff;display:flex;justify-content:left;align-items:center;padding:0 3px}.close-window[data-v-e8e8f1a1]{display:flex;justify-content:left;align-items:center;width:100%;line-height:16px;font-size:14px}.open-window[data-v-e8e8f1a1]{justify-content:center;flex-direction:column;overflow:hidden;max-height:auto;padding:7px;width:calc(100% - 14px);margin-top:5px}.blur[data-v-e8e8f1a1]{position:fixed;top:0;width:100%;height:100%;z-index:1}[data-v-e8e8f1a1] .el-input__inner{border-color:#b0a4c0}[data-v-e8e8f1a1] .el-input__inner{height:37px;display:flex;font-family:Comfortaa,Arial,Helvetica,sans-serif;font-size:14px;padding-left:0;padding-right:0;border:none;width:100%}.save-button[data-v-973addd1]{width:100%;border-radius:5px;height:42px;color:#006bb4;background:#dff2f8;margin:2px 10px 0 0;font-size:14px}.mainblock[data-v-42fa7104]{box-sizing:border-box;display:flex;justify-content:left;width:auto;height:auto;padding:10px}.mainline[data-v-42fa7104]{display:flex;justify-content:left;width:100%;height:auto}.mainblock-left[data-v-42fa7104]{position:relative;flex-direction:column;justify-content:center;align-items:flex-start;box-sizing:border-box}.mainblock-right[data-v-42fa7104]{display:flex;flex-direction:column;align-items:flex-start;justify-content:right;width:calc(100% - 10px);padding-left:10px;box-sizing:border-box}@media screen and (max-width: 600px){.mainblock[data-v-42fa7104]{padding:10px 0}.mainline[data-v-42fa7104]{display:block}.mainblock-right[data-v-42fa7104]{margin-top:20px;padding-left:0}}.hidden[data-v-64e76eb7]{display:none}.container[data-v-d02c66ef]{box-sizing:border-box;position:relative;margin:auto}.result[data-v-d02c66ef]{position:absolute;top:50px;left:10px;z-index:10000;width:calc(100% - 20px);max-height:200px;background:var(--background-color);border-radius:5px;overflow:hidden;overflow-y:auto}.search-list[data-v-d02c66ef]{list-style-type:none;cursor:pointer;height:100%;max-height:100%;margin:0;border:none;overflow:hidden}.search-list li[data-v-d02c66ef]{margin:10px 0}.admin-add[data-v-51bf3f08]{border:none;background:inherit;color:#00b5a4;transition:.3s;cursor:pointer}.admin-del[data-v-51bf3f08]{position:absolute;top:23px;right:36px;border:none;background:inherit;color:#a3a9be;transition:.3s;cursor:pointer}.bottom-buttons[data-v-51bf3f08]{display:flex;justify-content:space-between;align-items:center;padding-right:15px}.contact-container[data-v-51bf3f08]{width:calc(100% - 62px);position:relative;padding:0 10px;border:1px solid #c3c3c3;border-radius:5px;margin:0 20px 20px;background:#dff2f8}.contact-container-item[data-v-51bf3f08]{position:relative;width:calc(100% - 42px);margin:0 10px 20px;border:1px solid #c3c3c3;border-radius:5px;padding:12px 10px;background:#f9fafb}.list-number[data-v-51bf3f08]{position:absolute;top:20px;right:10px;width:22px;height:22px;display:flex;align-items:center;justify-content:center;color:#fff;background:#1979cf;border-radius:20px}.title[data-v-51bf3f08]{font-family:Open Sans,sans-serif;font-size:14px;color:#c4c4c4;margin:10px}[data-v-51bf3f08] .el-form-item__content{width:100%}[data-v-51bf3f08] .el-input__inner{border-radius:40px;padding-left:25px;height:32px;width:100%;display:flex;font-family:Comfortaa,Arial,Helvetica,sans-serif;font-size:15px}[data-v-51bf3f08] .el-input__inner::placeholder{color:#4a4a4a}[data-v-51bf3f08] .el-select .el-input .el-select__caret{color:#343e5c;font-size:15px;font-weight:700;margin-right:5px}.el-select[data-v-51bf3f08]{width:100%}[data-v-51bf3f08] .el-input__prefix{left:230px;top:-3px}[data-v-51bf3f08] .el-date-editor.el-input{width:100%}[data-v-51bf3f08] .el-input__icon{color:#343e5c}[data-v-51bf3f08] .el-input__suffix{top:-3px}[data-v-51bf3f08] .el-form-item__label{font-size:12px;color:#a3a9be;padding:0!important;text-transform:uppercase;margin-left:5px;height:30px}[data-v-51bf3f08] .el-input__prefix{left:auto;right:10px}[data-v-51bf3f08] .el-form-item{margin-bottom:10px}@media screen and (max-width: 400px){.contact-container[data-v-51bf3f08]{width:calc(100% - 42px);margin:0 10px 20px}.contact-container-item[data-v-51bf3f08]{width:calc(100% - 22px);margin:0 0 20px}.admin-del[data-v-51bf3f08]{padding:1px 0}.bottom-buttons[data-v-51bf3f08]{display:flex;justify-content:space-between;align-items:center;padding-right:5px}}.blur[data-v-0f1f2f84]{position:fixed;top:0;left:0;width:100%;height:100%;background:#000;opacity:.3;z-index:1002}.loader-container[data-v-0f1f2f84]{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);z-index:1003}.loader[data-v-0f1f2f84]{--b: 10px;--n: 10;--g: 10deg;--c: #ffffff;width:30px;aspect-ratio:1;border-radius:50%;padding:1px;background:conic-gradient(#0000,var(--c)) content-box;--_m: repeating-conic-gradient( #0000 0deg, #000 1deg calc(360deg / var(--n) - var(--g) - 1deg), #0000 calc(360deg / var(--n) - var(--g)) calc(360deg / var(--n)) ), radial-gradient(farthest-side, #0000 calc(98% - var(--b)), #000 calc(100% - var(--b)));-webkit-mask:var(--_m);mask:var(--_m);-webkit-mask-composite:destination-in;mask-composite:intersect;animation:load-0f1f2f84 1s infinite steps(var(--n))}@keyframes load-0f1f2f84{to{transform:rotate(1turn)}}.pag-container[data-v-57f15ca8]{display:flex;align-items:center;height:50px;width:100%}.pag-number[data-v-57f15ca8]{display:flex;justify-content:center;align-items:center;width:auto;max-width:300px;max-height:32px}.pag-ul[data-v-57f15ca8]{display:flex;justify-content:center;list-style-type:none;margin:0;padding:0}.registers-tooltip[data-v-57f15ca8]:hover{cursor:pointer}.flex-column[data-v-af0b4b1a]{width:100%;display:flex;flex-direction:column}.flex-row-between[data-v-af0b4b1a]{display:flex;justify-content:space-between;align-items:center}.flex-row-end[data-v-af0b4b1a]{display:flex;align-items:center;justify-content:flex-end}[data-v-af0b4b1a] .el-input__inner{padding-left:10px;height:34px;display:flex;font-family:Comfortaa,Arial,Helvetica,sans-serif;font-size:15px;border-radius:5px;border:1px solid #c4c4c4}[data-v-af0b4b1a] .el-input__suffix{top:-2px}[data-v-af0b4b1a] .el-form-item{margin:0}.el-form[data-v-af0b4b1a]{width:100%}.el-icon-search[data-v-af0b4b1a]{margin-right:5px}.mainblock[data-v-367c3367]{position:relative;display:flex;flex-direction:column;justify-content:space-between;width:auto}.mainblock-header[data-v-367c3367]{position:sticky;top:0;left:0;width:100%;height:auto;z-index:3}.mainblock-body[data-v-367c3367]{width:100%;padding-bottom:70px}.mainblock-footer[data-v-367c3367]{width:100%;height:auto}[data-v-262b1c53]{box-sizing:border-box}.right-slider[data-v-262b1c53]{position:fixed;display:flex;top:165px;right:0;background:#f5f5f5;z-index:3;height:75vh;border:$dark-border;border-top-left-radius:5px;border-bottom-left-radius:5px;overflow:hidden;box-shadow:#00000059 0 5px 5px;transition:.3s}.click-line[data-v-262b1c53]{display:flex;align-items:center;justify-content:center;width:35px;height:100%;writing-mode:vertical-lr;background:#c1efeb;background:#f5f5f5;cursor:pointer}.right-slider-content[data-v-262b1c53]{width:100%;height:calc(100% - 90px)}.right-slider-content-header[data-v-262b1c53]{display:flex;justify-content:center;align-items:center;width:100%;height:62px;margin-left:-1px;background:#f5f5f5}.right-slider-content-box[data-v-262b1c53]{width:100%;height:calc(100% - 33px);overflow:hidden;overflow-y:auto;padding:0 3px 10px 7px;box-shadow:inset 0 0 6px #0000004d;background:#f5f5f5}.right-slider-button[data-v-262b1c53]{position:absolute;bottom:0;right:0;height:62px;width:calc(100% - 30px);display:flex;justify-content:center;align-items:center;margin-left:-1px;background:#f5f5f5}@media (max-width: 1690px){.right-slider[data-v-262b1c53]{height:65vh;top:205px}}@media (max-width: 1436px){.right-slider[data-v-262b1c53]{top:205px}}@media (max-width: 1050px){.right-slider[data-v-262b1c53]{top:245px}}@media (max-width: 992px){.right-slider[data-v-262b1c53]{top:205px}}@media screen and (max-width: 822px){.right-slider[data-v-262b1c53]{top:245px}}.mainblock[data-v-0cfd77ce]{position:relative;display:flex;justify-content:left;width:auto;height:100%;padding:0;overflow:hidden}.slider-block[data-v-0cfd77ce]{position:absolute;top:8px;right:0;display:flex;justify-content:left;cursor:pointer;transition:.3s;z-index:10}.slider-icon[data-v-0cfd77ce]{min-width:91px;height:91px;margin-right:10px;box-shadow:#00000059 0 5px 5px;display:flex;justify-content:center;align-items:center}.icon-block[data-v-0cfd77ce]{display:flex;justify-content:center;align-items:center;transition:.3s}.tab-block[data-v-0cfd77ce]{width:110px;display:flex;flex-direction:column;overflow:hidden;margin-top:109px}.body-block[data-v-0cfd77ce]{position:relative;width:calc(100% - 110px);height:calc(100% - 10px);overflow:hidden;overflow-y:auto}@media screen and (max-width: 768px){.slider-icon[data-v-0cfd77ce]{min-width:42px;height:42px;margin-right:8px;box-shadow:#00000059 0 5px 5px;display:flex;justify-content:center;align-items:center}.tab-block[data-v-0cfd77ce]{width:50px;display:flex;flex-direction:column;overflow:hidden;margin-top:55px;cursor:pointer}.body-block[data-v-0cfd77ce]{position:relative;width:calc(100% - 55px);height:100%}}.red[data-v-36a59e2b]{background:red}[data-v-982338b4] .el-select__wrapper{min-height:38px;margin-top:7px}.anticon[data-v-982338b4]{margin:4px 4px 2px;font-size:13px}.anticon[data-v-982338b4]:hover,.set[data-v-982338b4]{color:#5cb6ff}[data-v-982338b4] .el-input__inner{border-radius:5px;padding-left:10px;height:40px;display:flex;font-family:Comfortaa,Arial,Helvetica,sans-serif;font-size:15px}[data-v-982338b4] .el-input__inner::placeholder{color:#4a4a4a}[data-v-982338b4] .el-select .el-input .el-select__caret{color:#4a4a4a;font-size:16px;font-weight:700;margin-right:5px}.el-select[data-v-982338b4]{width:100%}[data-v-80f413ec] .el-select__wrapper{min-height:38px;margin-top:7px}.anticon[data-v-80f413ec]{margin:4px 4px 2px;font-size:13px}.anticon[data-v-80f413ec]:hover,.set[data-v-80f413ec]{color:#5cb6ff}[data-v-80f413ec] .el-input__inner{border-radius:5px;padding-left:10px;height:40px;display:flex;font-family:Comfortaa,Arial,Helvetica,sans-serif;font-size:15px}[data-v-80f413ec] .el-input__inner::placeholder{color:#4a4a4a}[data-v-80f413ec] .el-select .el-input .el-select__caret{color:#4a4a4a;font-size:16px;font-weight:700;margin-right:5px}.el-select[data-v-80f413ec]{width:100%}.active[data-v-ecff678c]{background:inherit;border:1px solid #c4c4c4}.switch-container[data-v-ecff678c]{width:calc(100% - 2px);height:74px}.line[data-v-ecff678c]{position:relative;width:calc(100% - 20px);display:flex;justify-content:space-between;align-items:center;padding:10px}.line[data-v-ecff678c]:last-child{margin-top:5px}.switch-axis[data-v-ecff678c]{position:absolute;top:50%;left:50%;transform:translateY(-50%);transform:translate(-50%);width:calc(100% - 30px);height:1px;background:#b0a4c0}.switch-axis-dash1[data-v-ecff678c]{position:absolute;top:6px;left:14px;width:1px;height:9px;background:#b0a4c0}.switch-axis-dash2[data-v-ecff678c]{position:absolute;top:6px;left:50%;width:.5px;height:9px;background:#b0a4c0}.switch-axis-dash3[data-v-ecff678c]{position:absolute;top:6px;right:14px;width:1px;height:9px;background:#b0a4c0}.switch-knob1[data-v-ecff678c]{position:absolute;left:6px;width:16px;height:32px;background:#dff2f8;border-radius:2px;border:1px solid #006bb4;z-index:1;transition:.1s}.switch-knob2[data-v-ecff678c]{position:absolute;left:calc(50% - 9px);width:16px;height:32px;background:#dff2f8;border-radius:2px;border:1px solid #006bb4;z-index:1;transition:.1s}.switch-knob3[data-v-ecff678c]{position:absolute;right:6px;width:16px;height:32px;background:#dff2f8;border-radius:2px;border:1px solid #006bb4;z-index:1;transition:.1s}.flex[data-v-5023d414]{width:100%;box-sizing:border-box;display:flex;justify-content:left;align-items:center;padding:40px}.button[data-v-0794596f]{width:auto;height:34px;border-radius:5px;color:#006bb4;font-size:12px}.button-filter[data-v-0794596f]{background:#fff}.button-download[data-v-0794596f]{background:#dff2f8}[data-v-0794596f] .button-register{width:auto;height:34px;border-radius:5px;color:#006bb4;background:#fff;font-size:12px}[data-v-0794596f] .name-item{margin:0;width:auto;border-color:#fff;padding:0}.grid[data-v-0794596f]{max-width:auto;grid-gap:10px;margin:0;grid-template-columns:repeat(auto-fit,minmax(100%,1fr))}.plus-button[data-v-0794596f]{width:100%;height:34px;border-radius:5px;color:#00bea5;background:#c1efeb}.save-picker-button[data-v-0794596f]{width:100%;height:34px;border-radius:5px;color:#006bb4;background:#dff2f8}.gender-button[data-v-0794596f]{width:42px;border-radius:5px;height:42px;color:#006bb4;background:#dff2f8;margin:2px 10px 0 0;font-size:18px}.save-button[data-v-0794596f]{width:100%;border-radius:5px;height:42px;color:#006bb4;background:#dff2f8;margin:2px 10px 0 0;font-size:14px}[data-v-0794596f] .edit-button{min-width:40px;max-width:40px;height:40px;border-radius:5px;color:#006bb4;background:#dff2f8}[data-v-0794596f] .files-buttons{width:auto;height:34px;border-radius:5px;color:#006bb4;background:#dff2f8;font-size:12px}[data-v-0794596f] .files-buttons:hover{background:#dff2f8}.edv[data-v-0794596f]{font-size:14px;padding:0;margin:0 5px 0 0}.edv-active[data-v-0794596f]{color:#b0a4c0}.patient-name[data-v-0794596f]{color:#006bb4;font-size:17px;min-width:150px;width:100%;padding:0}.hidden[data-v-0794596f]{display:none}.scroll-block[data-v-0794596f]{height:75vh;overflow:hidden;overflow-y:scroll;margin-left:8px}.registers-tooltip[data-v-0794596f]:hover{cursor:pointer}.patient-link[data-v-0794596f]:hover{cursor:pointer;text-decoration:underline}.tag-link[data-v-0794596f]:hover{background-color:darken(white,10%);cursor:pointer}.flex-block[data-v-0794596f]{width:100%;display:flex;justify-content:space-between;align-items:center}[data-v-0794596f] .edit-icon{width:28px;height:28px;color:#006bb4}.item-flex[data-v-0794596f]{display:flex;width:100%;justify-content:space-between;align-items:center;margin:0 10px 0 0}.item-flex[data-v-0794596f]:last-child{margin:10px 0}.line-item-left[data-v-0794596f]{display:flex;justify-content:space-between;align-items:center;width:auto;padding:0}.line-item-right[data-v-0794596f]{display:flex;justify-content:right;align-items:center;width:auto;padding:0}[data-v-0794596f] .icon-plus{fill:#00b5a4;width:24px;height:24px;cursor:pointer}.icon-filter[data-v-0794596f]{width:24px;height:24px;cursor:pointer;stroke:#006bb4;fill:none}.icon-del[data-v-0794596f]{width:10px;height:10px;cursor:pointer}.patient-count[data-v-0794596f]{margin-top:10px;font-size:14px}[data-v-0794596f] .el-form-item{margin:8px 0 0}@media (max-width: 1915px){.flex-block[data-v-0794596f]{width:100%;display:block;justify-content:space-between;align-items:center}.line-item[data-v-0794596f]{display:flex;justify-content:space-between;align-items:center;width:100%;padding:0}.item-flex[data-v-0794596f]{display:flex;width:100%;justify-content:space-between;align-items:center;margin-top:10px}.item-flex[data-v-0794596f]:last-child{margin-top:10px;margin-bottom:10px}}@media (max-width: 560px){.line-item-left[data-v-0794596f]{margin:10px 0}.line-item-right[data-v-0794596f]{margin:10px 0;justify-content:space-between}.item-flex[data-v-0794596f]:first-child{display:block;width:100%;margin:0 0 10px}}[data-v-683131f5]{box-sizing:border-box}.blur[data-v-683131f5]{position:fixed;top:0;left:0;width:100%;height:100%;z-index:3;background:#000;opacity:.3}.top-slider[data-v-683131f5]{position:absolute;top:0;left:50%;transform:translate(-50%);background:#f5f5f5;z-index:4;border-bottom-left-radius:5px;border-bottom-right-radius:5px;overflow:hidden;box-shadow:#00000059 0 5px 5px;transition:.3s;width:calc(100% - 300px);max-width:800px}.top-slider-content[data-v-683131f5]{max-width:800px;display:flex;justify-content:center;align-items:center;height:calc(100% - 53px);margin:auto;padding:20px}.center[data-v-683131f5]{width:100%}.click-line[data-v-683131f5]{width:100%;position:absolute;bottom:0;right:0;height:55px;display:flex;justify-content:space-between;align-items:center;background:#f5f5f5;min-height:40px;color:#343e5c;font-size:12px;text-transform:uppercase;cursor:pointer;padding:0 10px}@media screen and (max-width: 1024px){.click-line[data-v-683131f5]{font-size:12px}}@media screen and (max-width: 768px){.click-line[data-v-683131f5]{font-size:11px}.top-slider[data-v-683131f5]{width:calc(100% - 100px)}.top-slider-content[data-v-683131f5]{padding:10px}}@media screen and (max-width: 450px){.click-line[data-v-683131f5]{line-height:12px}}@media screen and (max-width: 370px){.click-line[data-v-683131f5]{font-size:10px;line-height:10px}.top-slider-content[data-v-683131f5]{padding:8px}}.hidden[data-v-94c18208],.hidden[data-v-d11e6069],.hidden[data-v-ca16a90c],.hidden[data-v-48c8e6e2]{display:none}.icon[data-v-48c8e6e2]{box-sizing:border-box;padding:0}.hidden[data-v-cbcad2a0],.hidden[data-v-55ea5a5c],.hidden[data-v-99358e0a],.hidden[data-v-05547f14]{display:none}@keyframes ripple-05547f14{0%{transform:scale(1)}50%{transform:scale(1.15)}}.icon[data-v-05547f14]{animation-name:ripple-05547f14;animation-duration:1s;animation-iteration-count:infinite}.hidden[data-v-131f6ba1],.hidden[data-v-4d8b581f],.hidden[data-v-ec3439ce],.hidden[data-v-cd0d3c21],.hidden[data-v-98099ad2],.hidden[data-v-053c9917],.hidden[data-v-1798f31d],.hidden[data-v-c2e31ebb]{display:none}.tab[data-v-c2e31ebb]{position:relative;width:calc(100% - 10px);border:1px solid;border-color:var(--border-color-default);background:#fff;margin:10px 8px 2px 2px;cursor:pointer;transition:.15s}.tab-name[data-v-c2e31ebb]{position:relative;display:flex;min-height:60px;height:auto;align-items:center;font-weight:700;cursor:pointer}.tab input[data-v-c2e31ebb]{position:absolute;opacity:0;z-index:-1}.tab-content-down[data-v-c2e31ebb]{max-height:0;overflow:hidden;background:#fff;-webkit-transition:max-height .03s;-o-transition:max-height .03s;transition:max-height .03s;color:#343e5c;padding:0 5px}.tab-content-up[data-v-c2e31ebb]{max-height:500vh;overflow-y:scroll;overflow:hidden;background:#fff;-webkit-transition:max-height .5s;-o-transition:max-height .5s;transition:max-height .5s;color:#343e5c;padding-right:5px}.tab input:checked~.icon-arrow[data-v-c2e31ebb]{transform:rotate(180deg)}.tab input:checked~.tab-content-down[data-v-c2e31ebb]{max-height:100vh}.tab input:checked~.tab-content-up[data-v-c2e31ebb]{max-height:0}.tab label[data-v-c2e31ebb]:after{position:absolute;right:0;top:0;display:block;text-align:center;-webkit-transition:all .5s;-o-transition:all .5s;transition:all .5s}.tab-window[data-v-c2e31ebb]{width:100%}.hidden[data-v-c2e31ebb]{display:none}.icon-arrow[data-v-c2e31ebb]{position:absolute;right:20px;top:20px;width:28px;height:28px;-webkit-transition:all .5s;-o-transition:all .5s;transition:all .5s;z-index:2}[data-v-c2e31ebb] .el-carousel__item{display:flex;align-items:flex-start;justify-content:space-evenly;flex-wrap:wrap}[data-v-c2e31ebb] .el-carousel__container{max-height:auto}[data-v-c2e31ebb] .el-form-item__label{width:100%;text-align:left}[data-v-c2e31ebb] .el-form-item{display:block}[data-v-c2e31ebb] .el-input__inner{height:40px}.hidden-part[data-v-c2e31ebb]{visibility:hidden;opacity:0}.tools-bar[data-v-c2e31ebb]{display:flex;position:absolute;top:20px;right:60px;justify-content:space-between;align-items:center}.inside-icon[data-v-c2e31ebb]{display:flex;position:absolute;top:20px;left:0;align-items:center;padding-left:4px}.tab-name:active>.tools-bar[data-v-c2e31ebb]{visibility:visible;opacity:1}.tab-name:hover>.tools-bar[data-v-c2e31ebb]{visibility:visible;opacity:1}.tab[data-v-c2e31ebb]:hover{box-shadow:0 0 1px 2px var(--collaps-item-shadow-color)}.title-in[data-v-c2e31ebb]{display:flex;font-family:Open Sans,sans-serif;font-size:16px;color:#303133;height:auto;align-items:center;font-weight:400;border-radius:5px}.tab[data-v-4ccaade5]{display:flex;height:100%;position:relative}.left[data-v-4ccaade5]{display:flex;justify-content:space-between;width:50%;height:100%;background:#fff;margin-right:6px;border-top-right-radius:5px;border-bottom-right-radius:5px}.left-content[data-v-4ccaade5]{overflow:hidden;border-top-right-radius:5px;border-bottom-right-radius:5px}.right[data-v-4ccaade5]{width:50%}.arrow-bar[data-v-4ccaade5]{display:flex;justify-content:center;width:20px;background:#00b5a4;color:#fff;position:relative;cursor:pointer;border-top-right-radius:5px;border-bottom-right-radius:5px}.arrow-bar[data-v-4ccaade5]:hover{background:#009f90}.rotate[data-v-4ccaade5]{padding-top:5px;writing-mode:vertical-rl}.icon-arrow[data-v-4ccaade5]{position:absolute;top:calc(50% - 10px);width:20px;height:20px;-webkit-transition:all .5s;-o-transition:all .5s;transition:all .5s;fill:#fff}.add-block[data-v-338720bc]{position:relative;box-sizing:border-box;border:1px solid;border-color:var(--border-color-default);min-height:10px}.add-block_body[data-v-338720bc]{position:relative;box-sizing:border-box;width:100%;overflow:hidden;overflow-y:auto}.add-block[data-v-b2b43a38]{position:relative;box-sizing:border-box;border:1px solid;border-color:var(--border-color);min-height:10px;background:#fff}.add-block_body[data-v-b2b43a38],.add-block_body[data-v-9464e4a8]{position:relative;box-sizing:border-box;width:100%;overflow:hidden;overflow-y:auto;background:#fff}.del-block[data-v-58d048aa]{position:relative;box-sizing:border-box;border-radius:5px;border:1px solid;border-color:var(--border-color-default);min-height:10px}.del-block_title[data-v-58d048aa]{width:100%}.del-block_body[data-v-58d048aa]{position:relative;width:100%;overflow:hidden;overflow-y:auto}.del-block[data-v-58d048aa]:hover{cursor:pointer;box-shadow:0 0 1px 2px var(--border-color-default, grey)}.blur[data-v-ece06e7d]{position:fixed;top:0;left:0;width:100%;height:100%;background:var(--modal-blur-background, #000000);opacity:var(--modal-blur-opacity, .3);z-index:1000}.icon-box[data-v-ece06e7d]{position:fixed;top:10px;color:var(--font-color);right:10px}.icon-box[data-v-ece06e7d]:hover{color:var(--font-color-focus);cursor:pointer}.modal-w[data-v-ece06e7d]{box-sizing:border-box;position:absolute;left:50%;transform:translate(-50%);z-index:1002;border-radius:5px;min-height:40px;background:var(--modal-window-background-color);color:var(--base-font-color);overflow:hidden;overflow-y:auto}.auth-card[data-v-b315f2c4]{box-sizing:border-box;margin:0 auto;color:var(--font-color);border-radius:8px;min-width:var(--auth-form-min-width, 280px)}.btn-group[data-v-b315f2c4]{box-sizing:border-box;display:block;margin:40px 0 0}.field[data-v-4f7966cb]{width:100%}.button[data-v-4f7966cb]{width:auto;height:34px;border-radius:5px;color:#006bb4;font-size:12px}.button-filter[data-v-4f7966cb]{background:#fff}.button-download[data-v-4f7966cb]{background:#dff2f8}[data-v-4f7966cb] .button-register{width:auto;height:34px;border-radius:5px;color:#006bb4;background:#fff;font-size:12px}[data-v-4f7966cb] .name-item{margin:0;width:auto;border-color:#fff;padding:0}.grid[data-v-4f7966cb]{max-width:auto;grid-gap:10px;margin:0;grid-template-columns:repeat(auto-fit,minmax(100%,1fr))}.plus-button[data-v-4f7966cb]{width:100%;height:34px;border-radius:5px;color:#00bea5;background:#c1efeb}.save-picker-button[data-v-4f7966cb]{width:100%;height:34px;border-radius:5px;color:#006bb4;background:#dff2f8}.gender-button[data-v-4f7966cb]{width:42px;border-radius:5px;height:42px;color:#006bb4;background:#dff2f8;margin:2px 10px 0 0;font-size:18px}.save-button[data-v-4f7966cb]{width:100%;border-radius:5px;height:42px;color:#006bb4;background:#dff2f8;margin:2px 10px 0 0;font-size:14px}[data-v-4f7966cb] .edit-button{min-width:40px;max-width:40px;height:40px;border-radius:5px;color:#006bb4;background:#dff2f8}[data-v-4f7966cb] .files-buttons{width:auto;height:34px;border-radius:5px;color:#006bb4;background:#dff2f8;font-size:12px}[data-v-4f7966cb] .files-buttons:hover{background:#dff2f8}.edv[data-v-4f7966cb]{font-size:14px;padding:0;margin:0 5px 0 0}.edv-active[data-v-4f7966cb]{color:#b0a4c0}.patient-name[data-v-4f7966cb]{color:#006bb4;font-size:17px;min-width:150px;width:100%;padding:0}.hidden[data-v-4f7966cb]{display:none}.scroll-block[data-v-4f7966cb]{height:75vh;overflow:hidden;overflow-y:scroll;margin-left:8px}.registers-tooltip[data-v-4f7966cb]:hover{cursor:pointer}.patient-link[data-v-4f7966cb]:hover{cursor:pointer;text-decoration:underline}.tag-link[data-v-4f7966cb]:hover{background-color:darken(white,10%);cursor:pointer}.flex-block[data-v-4f7966cb]{width:100%;display:flex;justify-content:space-between;align-items:center}[data-v-4f7966cb] .edit-icon{width:28px;height:28px;color:#006bb4}.item-flex[data-v-4f7966cb]{display:flex;width:100%;justify-content:space-between;align-items:center;margin:0 10px 0 0}.item-flex[data-v-4f7966cb]:last-child{margin:10px 0}.line-item-left[data-v-4f7966cb]{display:flex;justify-content:space-between;align-items:center;width:auto;padding:0}.line-item-right[data-v-4f7966cb]{display:flex;justify-content:right;align-items:center;width:auto;padding:0}[data-v-4f7966cb] .icon-plus{fill:#00b5a4;width:24px;height:24px;cursor:pointer}.icon-filter[data-v-4f7966cb]{width:24px;height:24px;cursor:pointer;stroke:#006bb4;fill:none}.icon-del[data-v-4f7966cb]{width:10px;height:10px;cursor:pointer}.patient-count[data-v-4f7966cb]{margin-top:10px;font-size:14px}[data-v-4f7966cb] .el-form-item{margin:8px 0 0}@media (max-width: 1915px){.flex-block[data-v-4f7966cb]{width:100%;display:block;justify-content:space-between;align-items:center}.line-item[data-v-4f7966cb]{display:flex;justify-content:space-between;align-items:center;width:100%;padding:0}.item-flex[data-v-4f7966cb]{display:flex;width:100%;justify-content:space-between;align-items:center;margin-top:10px}.item-flex[data-v-4f7966cb]:last-child{margin-top:10px;margin-bottom:10px}}@media (max-width: 560px){.line-item-left[data-v-4f7966cb]{margin:10px 0}.line-item-right[data-v-4f7966cb]{margin:10px 0;justify-content:space-between}.item-flex[data-v-4f7966cb]:first-child{display:block;width:100%;margin:0 0 10px}}.save-button[data-v-4f7966cb]{width:100%;border-radius:5px;height:42px;color:#006bb4;background:#dff2f8;margin:10px 0 0;font-size:14px}[data-v-4f7966cb] .el-date-editor.el-input{width:100%}[data-v-4f7966cb] .el-form-item{display:block;margin-bottom:16px}[data-v-4f7966cb] .el-input__inner{height:40px;width:100%;display:flex;font-family:Comfortaa,Arial,Helvetica,sans-serif;font-size:15px}[data-v-4f7966cb] .el-form-item__label{padding:0!important;text-transform:uppercase;margin-left:5px;font-size:14px;margin-bottom:6px}[data-v-4f7966cb] .el-input-number__increase,[data-v-4f7966cb] .el-input-number__decrease{border-radius:0}[data-v-4f7966cb] .el-textarea__inner{font-family:Comfortaa,Arial,Helvetica,sans-serif;font-size:15px}.mainblock[data-v-caa5b5d8]{box-sizing:border-box;display:block;border-radius:10px;border:1px solid;border-color:var(--tabs-border-color);overflow:hidden}.top-menu[data-v-caa5b5d8]{position:relative;margin:-1px;display:grid;grid-gap:0;grid-template-rows:repeat(0 0px);z-index:6}.top-menu>div[data-v-caa5b5d8]{object-fit:cover}.body-container[data-v-caa5b5d8]{margin-top:1px;border-top:.5px solid;border-color:var(--tabs-border-color);box-sizing:border-box;overflow:scroll;overflow:hidden;overflow-y:auto}.tab[data-v-caa5b5d8]{font-size:var(--font-size-default);text-transform:uppercase;color:var(--tabs-font-color);border:1px solid;border-bottom:none;border-color:var(--tabs-border-color);display:flex;justify-content:center;align-items:center;cursor:pointer;text-align:center;-webkit-user-select:none;-ms-user-select:none;user-select:none;background:var(--tabs-background);margin:-.5px;font-family:var(--base-font)}.tab[data-v-caa5b5d8]:hover{background:var(--tabs-hover-background-color)}.selected-tab[data-v-caa5b5d8]{font-size:var(--font-size-default);text-transform:uppercase;color:var(--tabs-selected-font-color);border:1px solid;border-bottom:none;border-color:var(--tabs-border-color);position:relative;display:flex;justify-content:center;align-items:center;text-align:center;cursor:pointer;-webkit-user-select:none;-ms-user-select:none;user-select:none;background:var(--tabs-background-selected);margin:-.5px;z-index:1;font-family:var(--base-font)}.selected-tab[data-v-caa5b5d8]:hover{background:var(--tabs-background-selected)}[data-v-8b73ee22],[data-v-8b73ee22]:before,[data-v-8b73ee22]:after{box-sizing:border-box}.field[data-v-8b73ee22]{box-sizing:border-box;position:relative;display:flex;justify-content:left;align-items:center;background:var(--input-background);border-radius:var(--input-field-borderRadius-default);border:1px solid;padding:var(--input-padding-default);margin:var(--input-margin-default);overflow:hidden;width:100%}.right-field[data-v-8b73ee22]{display:flex;justify-content:right;align-items:center;width:auto;font-family:var(--base-font);color:var(--input-label-color);font-size:var(--inpur-font-size-default);white-space:nowrap}.left-field[data-v-8b73ee22]{display:flex;justify-content:center;align-items:center;height:100%;width:auto;font-family:var(--base-font);color:var(--input-label-color);font-size:var(--inpur-font-size-default);white-space:nowrap}.text-field[data-v-8b73ee22]{width:var(--input-width-default)}.text-field__label[data-v-8b73ee22]{display:flex;justify-content:left;align-items:center;width:100%;font-family:var(--base-font);color:var(--input-label-color);font-size:var(--inpur-font-size-default);margin:var(--input-label-margin)}.text-field__input[data-v-8b73ee22]{width:100%;font-size:var(--inpur-font-size-default);font-family:var(--base-font);background:var(--input-background);margin:0;height:var(--input-height, 30px);border:none;display:flex;align-items:center}.text-field__input[data-v-8b73ee22]::placeholder{font-family:var(--base-font);font-size:var(--inpur-font-size-default);color:var(--input-placeholder-color)}.text-field__input[data-v-8b73ee22]:focus{color:var(--input-focus-color);outline:0}.text-field__input[data-v-8b73ee22]:disabled,.text-field__input[readonly][data-v-8b73ee22]{background-color:var(--input-readonly-background);opacity:1}.vue-advanced-cropper{text-align:center;position:relative;-webkit-user-select:none;user-select:none;max-height:100%;max-width:100%;direction:ltr}.vue-advanced-cropper__stretcher{pointer-events:none;position:relative;max-width:100%;max-height:100%}.vue-advanced-cropper__image{-webkit-user-select:none;user-select:none;position:absolute;transform-origin:center;max-width:none!important}.vue-advanced-cropper__background,.vue-advanced-cropper__foreground{opacity:1;background:#000;transform:translate(-50%,-50%);position:absolute;top:50%;left:50%}.vue-advanced-cropper__foreground{opacity:.5}.vue-advanced-cropper__boundaries{opacity:1;transform:translate(-50%,-50%);position:absolute;left:50%;top:50%}.vue-advanced-cropper__cropper-wrapper{width:100%;height:100%}.vue-advanced-cropper__image-wrapper{overflow:hidden;position:absolute;width:100%;height:100%}.vue-advanced-cropper__stencil-wrapper{position:absolute}.vue-simple-handler{display:block;background:#fff;height:10px;width:10px}.vue-handler-wrapper{position:absolute;transform:translate(-50%,-50%);width:30px;height:30px}.vue-handler-wrapper__draggable{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.vue-handler-wrapper--west-north{cursor:nw-resize}.vue-handler-wrapper--north{cursor:n-resize}.vue-handler-wrapper--east-north{cursor:ne-resize}.vue-handler-wrapper--east{cursor:e-resize}.vue-handler-wrapper--east-south{cursor:se-resize}.vue-handler-wrapper--south{cursor:s-resize}.vue-handler-wrapper--west-south{cursor:sw-resize}.vue-handler-wrapper--west{cursor:w-resize}.vue-handler-wrapper--disabled{cursor:auto}.vue-line-wrapper{background:none;position:absolute;display:flex;align-items:center;justify-content:center}.vue-line-wrapper--north,.vue-line-wrapper--south{height:12px;width:100%;left:0;transform:translateY(-50%)}.vue-line-wrapper--north{top:0;cursor:n-resize}.vue-line-wrapper--south{top:100%;cursor:s-resize}.vue-line-wrapper--east,.vue-line-wrapper--west{width:12px;height:100%;transform:translate(-50%);top:0}.vue-line-wrapper--east{left:100%;cursor:e-resize}.vue-line-wrapper--west{left:0;cursor:w-resize}.vue-line-wrapper--disabled{cursor:auto}.vue-bounding-box{position:relative;height:100%;width:100%}.vue-bounding-box__handler{position:absolute}.vue-bounding-box__handler--west-north{left:0;top:0}.vue-bounding-box__handler--north{left:50%;top:0}.vue-bounding-box__handler--east-north{left:100%;top:0}.vue-bounding-box__handler--east{left:100%;top:50%}.vue-bounding-box__handler--east-south{left:100%;top:100%}.vue-bounding-box__handler--south{left:50%;top:100%}.vue-bounding-box__handler--west-south{left:0;top:100%}.vue-bounding-box__handler--west{left:0;top:50%}.vue-draggable-area{position:relative}.vue-preview-result{overflow:hidden;box-sizing:border-box;position:absolute;height:100%;width:100%}.vue-preview-result__wrapper{position:absolute}.vue-preview-result__image{pointer-events:none;position:relative;-webkit-user-select:none;user-select:none;transform-origin:center;max-width:none!important}.vue-rectangle-stencil{position:absolute;height:100%;width:100%;box-sizing:border-box}.vue-rectangle-stencil__preview{position:absolute;width:100%;height:100%}.vue-rectangle-stencil--movable{cursor:move}.vue-circle-stencil{position:absolute;height:100%;width:100%;box-sizing:content-box;cursor:move}.vue-circle-stencil__preview{border-radius:50%;position:absolute;width:100%;height:100%}.vue-circle-stencil--movable{cursor:move}.vue-preview{overflow:hidden;box-sizing:border-box;position:relative}.vue-preview--fill{width:100%;height:100%;position:absolute}.vue-preview__wrapper{position:absolute;height:100%;width:100%}.vue-preview__image{pointer-events:none;position:absolute;-webkit-user-select:none;user-select:none;transform-origin:center;max-width:none!important}.vue-simple-line{background:none;transition:border .5s;border-color:#ffffff4d;border-width:0;border-style:solid}.vue-simple-line--south,.vue-simple-line--north{height:0;width:100%}.vue-simple-line--east,.vue-simple-line--west{height:100%;width:0}.vue-simple-line--east{border-right-width:1px}.vue-simple-line--west{border-left-width:1px}.vue-simple-line--south{border-bottom-width:1px}.vue-simple-line--north{border-top-width:1px}.vue-simple-line--hover{opacity:1;border-color:#fff}.dialog-footer[data-v-7b32def2]{margin-top:20px;display:flex;justify-content:flex-end}.background-container[data-v-7b32def2]{width:auto;padding:10px;margin:0 20px;background:var(--uploader-background);border-radius:5px}@media only screen and (max-width: 480px){.background-container[data-v-7b32def2]{width:auto;padding:10px;margin:0 10px 10px}}.hidden[data-v-24be7852],.hidden[data-v-dd770f25],.hidden[data-v-92c28425]{display:none}.ins[data-v-d0c48ec7]{display:flex;justify-content:center;align-items:center;width:100%;height:100%}.change[data-v-d0c48ec7]{color:var(--uploader-image-change-color)}.change[data-v-d0c48ec7]:hover{color:var(--uploader-image-change-color-hovered)}.del[data-v-d0c48ec7]{color:var(--uploader-image-del-color)}.del[data-v-d0c48ec7]:hover{color:var(--uploader-image-del-color-hovered)}.img-container[data-v-d0c48ec7]{position:relative;box-sizing:border-box;overflow:hidden;min-width:95px;min-height:120px;margin:20px auto;text-align:center;border:1px dashed;border-color:var(--uploader-image-border-color);cursor:pointer;border-radius:5px;opacity:1}.img-container[data-v-d0c48ec7]:hover{border-color:var(--uploader-image-border-color-hovered)}.add-button[data-v-d0c48ec7]{position:absolute;top:0;left:0;display:flex;justify-content:center;align-items:center;box-sizing:border-box;color:var(--uploader-image-add-color)}.add-button[data-v-d0c48ec7]:hover{color:var(--uploader-image-add-color-hovered)}.tools-button[data-v-d0c48ec7]{position:absolute;top:0;left:0;display:flex;justify-content:center;align-items:center;box-sizing:border-box;font-size:20px;opacity:0}.tools-button[data-v-d0c48ec7]:hover{background:#000;opacity:.8}.img-block[data-v-d0c48ec7]{box-sizing:border-box;display:flex;justify-content:center;width:auto}.button{&-filter[data-v-acdf750a]{background:#fff}&-download[data-v-acdf750a]{background:#dff2f8}}.button[data-v-acdf750a]{width:auto;height:34px;border-radius:5px;color:#006bb4;font-size:12px}[data-v-acdf750a] .button-register{width:auto;height:34px;border-radius:5px;color:#006bb4;background:#fff;font-size:12px}[data-v-acdf750a] .name-item{margin:0;width:auto;border-color:#fff;padding:0}.grid[data-v-acdf750a]{grid-gap:10px;margin:0}.plus-button[data-v-acdf750a]{width:100%;height:34px;border-radius:5px;color:#00bea5;background:#c1efeb}.save-picker-button[data-v-acdf750a]{width:100%;height:34px;border-radius:5px;color:#006bb4;background:#dff2f8}.gender-button[data-v-acdf750a]{width:42px;border-radius:5px;height:42px;color:#006bb4;background:#dff2f8;margin:2px 10px 0 0;font-size:18px}.save-button[data-v-acdf750a]{width:100%;border-radius:5px;height:42px;color:#006bb4;background:#dff2f8;margin:2px 10px 0 0;font-size:14px}[data-v-acdf750a] .edit-button{min-width:40px;max-width:40px;height:40px;border-radius:5px;color:#006bb4;background:#dff2f8;margin-right:10px}[data-v-acdf750a] .files-buttons{width:auto;height:34px;border-radius:5px;color:#006bb4;background:#dff2f8;font-size:12px}[data-v-acdf750a] .files-buttons:hover{background:#dff2f8}.edv{&-active[data-v-acdf750a]{color:#b0a4c0}}.edv[data-v-acdf750a]{font-size:14px;padding:0;margin:0 5px 0 0}.form-name[data-v-acdf750a]{color:#006bb4;font-size:17px;min-width:150px;width:100%;padding:0}.hidden[data-v-acdf750a]{display:none}.registers-tooltip[data-v-acdf750a]:hover{cursor:pointer}.form-link[data-v-acdf750a]:hover{cursor:pointer;text-decoration:underline}.tag-link[data-v-acdf750a]:hover{background-color:darken(white,10%);cursor:pointer}.flex-block[data-v-acdf750a]{width:100%;display:flex;justify-content:space-between;align-items:center}[data-v-acdf750a] .edit-icon{width:28px;height:28px;color:#006bb4}.item-flex[data-v-acdf750a]{display:flex;width:100%;justify-content:space-between;align-items:center}.line-item-left[data-v-acdf750a]{display:flex;justify-content:space-between;align-items:center;width:100%;margin-right:10px;padding:0}.line-item-right[data-v-acdf750a]{display:flex;justify-content:right;align-items:center;width:100%;min-width:210px;padding:0}[data-v-acdf750a] .icon-plus{fill:#00b5a4;width:24px;height:24px;cursor:pointer}.icon-filter[data-v-acdf750a]{width:24px;height:24px;cursor:pointer;stroke:#006bb4;fill:none}.icon-del[data-v-acdf750a]{width:10px;height:10px;cursor:pointer}[data-v-acdf750a] .el-form-item{margin:8px 0 0}@media (max-width: 1915px){.line-item[data-v-acdf750a]{display:flex;justify-content:space-between;align-items:center;width:100%;padding:0}.item-flex[data-v-acdf750a]{display:flex;width:100%;justify-content:space-between;align-items:center}.item-flex[data-v-acdf750a]:last-child{margin-top:10px;margin-bottom:10px}}@media (max-width: 560px){.line-item-left[data-v-acdf750a]{margin:10px 0}.line-item-right[data-v-acdf750a]{margin:10px 0;justify-content:space-between}.item-flex[data-v-acdf750a]:first-child{display:block;width:100%;margin:0 0 10px}}.button{&-filter[data-v-03915680]{background:#fff}&-download[data-v-03915680]{background:#dff2f8}}.button[data-v-03915680]{width:auto;height:34px;border-radius:5px;color:#006bb4;font-size:12px}[data-v-03915680] .button-register{width:auto;height:34px;border-radius:5px;color:#006bb4;background:#fff;font-size:12px}[data-v-03915680] .name-item{margin:0;width:auto;border-color:#fff;padding:0}.grid[data-v-03915680]{grid-gap:10px;margin:0}.plus-button[data-v-03915680]{width:100%;height:34px;border-radius:5px;color:#00bea5;background:#c1efeb}.save-picker-button[data-v-03915680]{width:100%;height:34px;border-radius:5px;color:#006bb4;background:#dff2f8}.gender-button[data-v-03915680]{width:42px;border-radius:5px;height:42px;color:#006bb4;background:#dff2f8;margin:2px 10px 0 0;font-size:18px}.save-button[data-v-03915680]{width:100%;border-radius:5px;height:42px;color:#006bb4;background:#dff2f8;margin:2px 10px 0 0;font-size:14px}[data-v-03915680] .edit-button{min-width:40px;max-width:40px;height:40px;border-radius:5px;color:#006bb4;background:#dff2f8;margin-right:10px}[data-v-03915680] .files-buttons{width:auto;height:34px;border-radius:5px;color:#006bb4;background:#dff2f8;font-size:12px}[data-v-03915680] .files-buttons:hover{background:#dff2f8}.edv{&-active[data-v-03915680]{color:#b0a4c0}}.edv[data-v-03915680]{font-size:14px;padding:0;margin:0 5px 0 0}.form-name[data-v-03915680]{color:#006bb4;font-size:17px;min-width:150px;width:100%;padding:0}.hidden[data-v-03915680]{display:none}.registers-tooltip[data-v-03915680]:hover{cursor:pointer}.form-link[data-v-03915680]:hover{cursor:pointer;text-decoration:underline}.tag-link[data-v-03915680]:hover{background-color:darken(white,10%);cursor:pointer}.flex-block[data-v-03915680]{width:100%;display:flex;justify-content:space-between;align-items:center}[data-v-03915680] .edit-icon{width:28px;height:28px;color:#006bb4}.item-flex[data-v-03915680]{display:flex;width:100%;justify-content:space-between;align-items:center}.line-item-left[data-v-03915680]{display:flex;justify-content:space-between;align-items:center;width:100%;margin-right:10px;padding:0}.line-item-right[data-v-03915680]{display:flex;justify-content:right;align-items:center;width:100%;min-width:210px;padding:0}[data-v-03915680] .icon-plus{fill:#00b5a4;width:24px;height:24px;cursor:pointer}.icon-filter[data-v-03915680]{width:24px;height:24px;cursor:pointer;stroke:#006bb4;fill:none}.icon-del[data-v-03915680]{width:10px;height:10px;cursor:pointer}[data-v-03915680] .el-form-item{margin:8px 0 0}@media (max-width: 1915px){.line-item[data-v-03915680]{display:flex;justify-content:space-between;align-items:center;width:100%;padding:0}.item-flex[data-v-03915680]{display:flex;width:100%;justify-content:space-between;align-items:center}.item-flex[data-v-03915680]:last-child{margin-top:10px;margin-bottom:10px}}@media (max-width: 560px){.line-item-left[data-v-03915680]{margin:10px 0}.line-item-right[data-v-03915680]{margin:10px 0;justify-content:space-between}.item-flex[data-v-03915680]:first-child{display:block;width:100%;margin:0 0 10px}}
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "sprof",
|
|
3
3
|
"description": "components for the designer and uikit.",
|
|
4
4
|
"author": "Stanislav Lushnikov, Daniil Gaivoronskiy",
|
|
5
|
-
"version": "0.2.
|
|
5
|
+
"version": "0.2.3",
|
|
6
6
|
"private": false,
|
|
7
7
|
"type": "module",
|
|
8
8
|
"main": "./dist/sprof.umd.cjs",
|
|
@@ -10,9 +10,11 @@
|
|
|
10
10
|
"types": "./dist/index.d.ts",
|
|
11
11
|
"exports": {
|
|
12
12
|
".": {
|
|
13
|
+
"types": "./dist/index.d.ts",
|
|
13
14
|
"import": "./dist/sprof.js"
|
|
14
15
|
},
|
|
15
|
-
"./style.css": "./dist/style.css"
|
|
16
|
+
"./style.css": "./dist/style.css",
|
|
17
|
+
"./dist/*": "./dist/*"
|
|
16
18
|
},
|
|
17
19
|
"files": [
|
|
18
20
|
"dist"
|
|
@@ -30,7 +32,6 @@
|
|
|
30
32
|
},
|
|
31
33
|
"dependencies": {
|
|
32
34
|
"@vitejs/plugin-vue": "^5.0.4",
|
|
33
|
-
"axios": "^1.6.8",
|
|
34
35
|
"chart.js": "^4.4.2",
|
|
35
36
|
"chartjs-plugin-annotation": "^3.0.1",
|
|
36
37
|
"circular-json": "^0.5.9",
|
|
@@ -39,20 +40,31 @@
|
|
|
39
40
|
"js-cookie": "^3.0.5",
|
|
40
41
|
"maska": "^3.0.1",
|
|
41
42
|
"math-expression-evaluator": "^2.0.5",
|
|
42
|
-
"quasar": "^2.21.4",
|
|
43
43
|
"reflect-metadata": "^0.2.2",
|
|
44
44
|
"sortablejs": "^1.15.2",
|
|
45
45
|
"storybook-addon-root-attributes": "^2.1.3",
|
|
46
46
|
"tslib": "^2.6.2",
|
|
47
47
|
"url-join": "^5.0.0",
|
|
48
48
|
"uuid": "^14.0.0",
|
|
49
|
-
"vue": "^3.4.21",
|
|
50
49
|
"vue-advanced-cropper": "^2.5.0",
|
|
51
50
|
"vue-chartjs": "^5.3.0",
|
|
52
51
|
"vue-eslint-parser": "^9.4.2",
|
|
53
|
-
"vue-router": "^4.3.0",
|
|
54
52
|
"vuedraggable": "^4.1.0"
|
|
55
53
|
},
|
|
54
|
+
"peerDependencies": {
|
|
55
|
+
"axios": "^1.6.8",
|
|
56
|
+
"quasar": "^2.21.4",
|
|
57
|
+
"vue": "^3.4.21",
|
|
58
|
+
"vue-router": "^4.3.0"
|
|
59
|
+
},
|
|
60
|
+
"peerDependenciesMeta": {
|
|
61
|
+
"axios": {
|
|
62
|
+
"optional": true
|
|
63
|
+
},
|
|
64
|
+
"vue-router": {
|
|
65
|
+
"optional": true
|
|
66
|
+
}
|
|
67
|
+
},
|
|
56
68
|
"devDependencies": {
|
|
57
69
|
"@chromatic-com/storybook": "^1.6.1",
|
|
58
70
|
"@eslint/compat": "^1.2.3",
|
|
@@ -72,6 +84,7 @@
|
|
|
72
84
|
"@types/uuid": "^9.0.8",
|
|
73
85
|
"@typescript-eslint/eslint-plugin": "^8.15.0",
|
|
74
86
|
"@typescript-eslint/parser": "^8.15.0",
|
|
87
|
+
"axios": "^1.6.8",
|
|
75
88
|
"dpdm": "^3.14.0",
|
|
76
89
|
"eslint": "^9.15.0",
|
|
77
90
|
"eslint-config-prettier": "^9.1.0",
|
|
@@ -89,6 +102,7 @@
|
|
|
89
102
|
"lint-staged": "^15.2.2",
|
|
90
103
|
"node-sass": "^9.0.0",
|
|
91
104
|
"prettier": "^3.3.1",
|
|
105
|
+
"quasar": "^2.21.4",
|
|
92
106
|
"reflect-metadata": "^0.2.2",
|
|
93
107
|
"sass": "^1.72.0",
|
|
94
108
|
"sass-loader": "^14.1.1",
|
|
@@ -102,7 +116,9 @@
|
|
|
102
116
|
"vite-plugin-dts": "^4.3.0",
|
|
103
117
|
"vite-svg-loader": "^5.1.0",
|
|
104
118
|
"vitest": "^2.0.4",
|
|
119
|
+
"vue": "^3.4.21",
|
|
105
120
|
"vue-loader-v16": "^16.0.0-beta.5.4",
|
|
121
|
+
"vue-router": "^4.3.0",
|
|
106
122
|
"vue-svg-loader": "^0.16.0"
|
|
107
123
|
}
|
|
108
124
|
}
|
|
@@ -1,27 +0,0 @@
|
|
|
1
|
-
declare const _default: import('vue').DefineComponent<globalThis.ExtractPropTypes<{
|
|
2
|
-
title: {
|
|
3
|
-
type: globalThis.PropType<string>;
|
|
4
|
-
default: string;
|
|
5
|
-
required: false;
|
|
6
|
-
};
|
|
7
|
-
text: {
|
|
8
|
-
type: globalThis.PropType<string>;
|
|
9
|
-
default: string;
|
|
10
|
-
required: false;
|
|
11
|
-
};
|
|
12
|
-
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
|
|
13
|
-
title: {
|
|
14
|
-
type: globalThis.PropType<string>;
|
|
15
|
-
default: string;
|
|
16
|
-
required: false;
|
|
17
|
-
};
|
|
18
|
-
text: {
|
|
19
|
-
type: globalThis.PropType<string>;
|
|
20
|
-
default: string;
|
|
21
|
-
required: false;
|
|
22
|
-
};
|
|
23
|
-
}>> & Readonly<{}>, {
|
|
24
|
-
text: string;
|
|
25
|
-
title: string;
|
|
26
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
27
|
-
export default _default;
|
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
2
|
-
export default _default;
|
|
@@ -1,242 +0,0 @@
|
|
|
1
|
-
declare const _default: {
|
|
2
|
-
title: string;
|
|
3
|
-
component: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
4
|
-
tags: string[];
|
|
5
|
-
parameters: {
|
|
6
|
-
docs: {
|
|
7
|
-
description: {
|
|
8
|
-
component: string;
|
|
9
|
-
};
|
|
10
|
-
};
|
|
11
|
-
};
|
|
12
|
-
};
|
|
13
|
-
export default _default;
|
|
14
|
-
export declare const Default: () => {
|
|
15
|
-
components: {
|
|
16
|
-
PNotify: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
17
|
-
PButton: {
|
|
18
|
-
new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<globalThis.ExtractPropTypes<{
|
|
19
|
-
text: {
|
|
20
|
-
type: StringConstructor;
|
|
21
|
-
default: string;
|
|
22
|
-
required: false;
|
|
23
|
-
};
|
|
24
|
-
margin: {
|
|
25
|
-
type: StringConstructor;
|
|
26
|
-
default: string;
|
|
27
|
-
required: false;
|
|
28
|
-
};
|
|
29
|
-
padding: {
|
|
30
|
-
type: StringConstructor;
|
|
31
|
-
default: string;
|
|
32
|
-
required: false;
|
|
33
|
-
};
|
|
34
|
-
width: {
|
|
35
|
-
type: StringConstructor;
|
|
36
|
-
default: string;
|
|
37
|
-
required: false;
|
|
38
|
-
};
|
|
39
|
-
height: {
|
|
40
|
-
type: StringConstructor;
|
|
41
|
-
default: string;
|
|
42
|
-
required: false;
|
|
43
|
-
};
|
|
44
|
-
skin: {
|
|
45
|
-
type: StringConstructor;
|
|
46
|
-
default: string;
|
|
47
|
-
required: false;
|
|
48
|
-
};
|
|
49
|
-
size: {
|
|
50
|
-
type: globalThis.PropType<import('../../../types/Sizes').default>;
|
|
51
|
-
default: import('../../../types/Sizes').default;
|
|
52
|
-
required: false;
|
|
53
|
-
};
|
|
54
|
-
type: {
|
|
55
|
-
type: globalThis.PropType<import('../../../types/Statuses').default>;
|
|
56
|
-
default: import('../../../types/Statuses').default;
|
|
57
|
-
required: false;
|
|
58
|
-
};
|
|
59
|
-
fontSize: {
|
|
60
|
-
type: StringConstructor;
|
|
61
|
-
default: string;
|
|
62
|
-
required: false;
|
|
63
|
-
};
|
|
64
|
-
}>> & Readonly<{
|
|
65
|
-
onClick?: ((...args: any[]) => any) | undefined;
|
|
66
|
-
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
67
|
-
click: (...args: any[]) => void;
|
|
68
|
-
}, import('vue').PublicProps, {
|
|
69
|
-
type: import('../../../types/Statuses').default;
|
|
70
|
-
text: string;
|
|
71
|
-
size: import('../../../types/Sizes').default;
|
|
72
|
-
margin: string;
|
|
73
|
-
padding: string;
|
|
74
|
-
width: string;
|
|
75
|
-
height: string;
|
|
76
|
-
fontSize: string;
|
|
77
|
-
skin: string;
|
|
78
|
-
}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
79
|
-
P: {};
|
|
80
|
-
B: {};
|
|
81
|
-
D: {};
|
|
82
|
-
C: {};
|
|
83
|
-
M: {};
|
|
84
|
-
Defaults: {};
|
|
85
|
-
}, Readonly<globalThis.ExtractPropTypes<{
|
|
86
|
-
text: {
|
|
87
|
-
type: StringConstructor;
|
|
88
|
-
default: string;
|
|
89
|
-
required: false;
|
|
90
|
-
};
|
|
91
|
-
margin: {
|
|
92
|
-
type: StringConstructor;
|
|
93
|
-
default: string;
|
|
94
|
-
required: false;
|
|
95
|
-
};
|
|
96
|
-
padding: {
|
|
97
|
-
type: StringConstructor;
|
|
98
|
-
default: string;
|
|
99
|
-
required: false;
|
|
100
|
-
};
|
|
101
|
-
width: {
|
|
102
|
-
type: StringConstructor;
|
|
103
|
-
default: string;
|
|
104
|
-
required: false;
|
|
105
|
-
};
|
|
106
|
-
height: {
|
|
107
|
-
type: StringConstructor;
|
|
108
|
-
default: string;
|
|
109
|
-
required: false;
|
|
110
|
-
};
|
|
111
|
-
skin: {
|
|
112
|
-
type: StringConstructor;
|
|
113
|
-
default: string;
|
|
114
|
-
required: false;
|
|
115
|
-
};
|
|
116
|
-
size: {
|
|
117
|
-
type: globalThis.PropType<import('../../../types/Sizes').default>;
|
|
118
|
-
default: import('../../../types/Sizes').default;
|
|
119
|
-
required: false;
|
|
120
|
-
};
|
|
121
|
-
type: {
|
|
122
|
-
type: globalThis.PropType<import('../../../types/Statuses').default>;
|
|
123
|
-
default: import('../../../types/Statuses').default;
|
|
124
|
-
required: false;
|
|
125
|
-
};
|
|
126
|
-
fontSize: {
|
|
127
|
-
type: StringConstructor;
|
|
128
|
-
default: string;
|
|
129
|
-
required: false;
|
|
130
|
-
};
|
|
131
|
-
}>> & Readonly<{
|
|
132
|
-
onClick?: ((...args: any[]) => any) | undefined;
|
|
133
|
-
}>, {}, {}, {}, {}, {
|
|
134
|
-
type: import('../../../types/Statuses').default;
|
|
135
|
-
text: string;
|
|
136
|
-
size: import('../../../types/Sizes').default;
|
|
137
|
-
margin: string;
|
|
138
|
-
padding: string;
|
|
139
|
-
width: string;
|
|
140
|
-
height: string;
|
|
141
|
-
fontSize: string;
|
|
142
|
-
skin: string;
|
|
143
|
-
}>;
|
|
144
|
-
__isFragment?: undefined;
|
|
145
|
-
__isTeleport?: undefined;
|
|
146
|
-
__isSuspense?: undefined;
|
|
147
|
-
} & import('vue').ComponentOptionsBase<Readonly<globalThis.ExtractPropTypes<{
|
|
148
|
-
text: {
|
|
149
|
-
type: StringConstructor;
|
|
150
|
-
default: string;
|
|
151
|
-
required: false;
|
|
152
|
-
};
|
|
153
|
-
margin: {
|
|
154
|
-
type: StringConstructor;
|
|
155
|
-
default: string;
|
|
156
|
-
required: false;
|
|
157
|
-
};
|
|
158
|
-
padding: {
|
|
159
|
-
type: StringConstructor;
|
|
160
|
-
default: string;
|
|
161
|
-
required: false;
|
|
162
|
-
};
|
|
163
|
-
width: {
|
|
164
|
-
type: StringConstructor;
|
|
165
|
-
default: string;
|
|
166
|
-
required: false;
|
|
167
|
-
};
|
|
168
|
-
height: {
|
|
169
|
-
type: StringConstructor;
|
|
170
|
-
default: string;
|
|
171
|
-
required: false;
|
|
172
|
-
};
|
|
173
|
-
skin: {
|
|
174
|
-
type: StringConstructor;
|
|
175
|
-
default: string;
|
|
176
|
-
required: false;
|
|
177
|
-
};
|
|
178
|
-
size: {
|
|
179
|
-
type: globalThis.PropType<import('../../../types/Sizes').default>;
|
|
180
|
-
default: import('../../../types/Sizes').default;
|
|
181
|
-
required: false;
|
|
182
|
-
};
|
|
183
|
-
type: {
|
|
184
|
-
type: globalThis.PropType<import('../../../types/Statuses').default>;
|
|
185
|
-
default: import('../../../types/Statuses').default;
|
|
186
|
-
required: false;
|
|
187
|
-
};
|
|
188
|
-
fontSize: {
|
|
189
|
-
type: StringConstructor;
|
|
190
|
-
default: string;
|
|
191
|
-
required: false;
|
|
192
|
-
};
|
|
193
|
-
}>> & Readonly<{
|
|
194
|
-
onClick?: ((...args: any[]) => any) | undefined;
|
|
195
|
-
}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
196
|
-
click: (...args: any[]) => void;
|
|
197
|
-
}, string, {
|
|
198
|
-
type: import('../../../types/Statuses').default;
|
|
199
|
-
text: string;
|
|
200
|
-
size: import('../../../types/Sizes').default;
|
|
201
|
-
margin: string;
|
|
202
|
-
padding: string;
|
|
203
|
-
width: string;
|
|
204
|
-
height: string;
|
|
205
|
-
fontSize: string;
|
|
206
|
-
skin: string;
|
|
207
|
-
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & (new () => {
|
|
208
|
-
$slots: {
|
|
209
|
-
default?(_: {}): any;
|
|
210
|
-
};
|
|
211
|
-
});
|
|
212
|
-
};
|
|
213
|
-
setup(): {
|
|
214
|
-
click: () => void;
|
|
215
|
-
Notify: {
|
|
216
|
-
duration: number;
|
|
217
|
-
instance?: any | undefined;
|
|
218
|
-
showMessage: (m: string | (import('../../../helpers/Message').MessageOpts & {
|
|
219
|
-
duration: number;
|
|
220
|
-
}), t: import('../../../types/Statuses').default) => void;
|
|
221
|
-
GetDuration: () => number;
|
|
222
|
-
Dev: () => void;
|
|
223
|
-
Save: () => void;
|
|
224
|
-
type: import('../../../types/Statuses').default;
|
|
225
|
-
text: string;
|
|
226
|
-
title: string;
|
|
227
|
-
GetText: () => string;
|
|
228
|
-
GetTitle: () => string;
|
|
229
|
-
GetType: () => import('../../../types/Statuses').default;
|
|
230
|
-
Info: (m: string | import('../../../helpers/Message').MessageOpts) => void;
|
|
231
|
-
Success: (m: string | import('../../../helpers/Message').MessageOpts) => void;
|
|
232
|
-
Error: (m: string | import('../../../helpers/Message').MessageOpts) => void;
|
|
233
|
-
Warning: (m: string | import('../../../helpers/Message').MessageOpts) => void;
|
|
234
|
-
FormMessage: (errorFields: any) => string;
|
|
235
|
-
visible: boolean;
|
|
236
|
-
hide: () => void;
|
|
237
|
-
show: () => void;
|
|
238
|
-
IsVisible: () => boolean;
|
|
239
|
-
};
|
|
240
|
-
};
|
|
241
|
-
template: string;
|
|
242
|
-
};
|
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
2
|
-
export default _default;
|
package/dist/core/ui/index.d.ts
DELETED
|
@@ -1,110 +0,0 @@
|
|
|
1
|
-
import { default as Btn } from './Btn';
|
|
2
|
-
import { default as Input } from './Input';
|
|
3
|
-
export default abstract class UI {
|
|
4
|
-
static Admin: {
|
|
5
|
-
Menu: {
|
|
6
|
-
menu: {
|
|
7
|
-
name: string;
|
|
8
|
-
to: string;
|
|
9
|
-
icon?: string | undefined;
|
|
10
|
-
showTo?: string[] | undefined;
|
|
11
|
-
children?: any[] | undefined;
|
|
12
|
-
tableName?: string | undefined;
|
|
13
|
-
count?: number | undefined;
|
|
14
|
-
}[];
|
|
15
|
-
path: string;
|
|
16
|
-
isOpen: boolean;
|
|
17
|
-
filterString: string;
|
|
18
|
-
Set: (menu: import('../interfaces/IAdminMenu').default[]) => void;
|
|
19
|
-
Get: () => import('../interfaces/IAdminMenu').default[];
|
|
20
|
-
filterMenu: () => import('../interfaces/IAdminMenu').default[];
|
|
21
|
-
IsOpen: () => boolean;
|
|
22
|
-
Toggle: () => void;
|
|
23
|
-
SetPath: (path: string) => void;
|
|
24
|
-
GetPath: () => string;
|
|
25
|
-
SetFilter: (str: string) => void;
|
|
26
|
-
GetChildren: (menu: import('../interfaces/IAdminMenu').default) => import('../interfaces/IAdminMenu').default[] | undefined;
|
|
27
|
-
};
|
|
28
|
-
Head: {
|
|
29
|
-
title: any;
|
|
30
|
-
buttons: {
|
|
31
|
-
text: string | undefined;
|
|
32
|
-
type?: import('../types/Statuses').default | undefined;
|
|
33
|
-
condition?: boolean | undefined;
|
|
34
|
-
action?: (((next?: import('vue-router').NavigationGuardNext | undefined) => Promise<void>) | (() => Promise<void>) | (() => void)) | undefined;
|
|
35
|
-
id: string;
|
|
36
|
-
disabled: boolean;
|
|
37
|
-
}[];
|
|
38
|
-
editTitle: boolean;
|
|
39
|
-
showEdit: boolean;
|
|
40
|
-
Set: (title: (string | (() => string) | globalThis.ComputedRef<any>) | undefined, buttons: Btn[]) => void;
|
|
41
|
-
};
|
|
42
|
-
};
|
|
43
|
-
static Dialog: {
|
|
44
|
-
confirmButtonText: string;
|
|
45
|
-
cancelButtonText: string;
|
|
46
|
-
resolve?: any;
|
|
47
|
-
reject?: any;
|
|
48
|
-
GetConfirmButtonText(): string;
|
|
49
|
-
GetCancelButtonText(): string;
|
|
50
|
-
Show(m: string | (import('../helpers/Message').MessageOpts & {
|
|
51
|
-
text: string;
|
|
52
|
-
confirmButtonText: string;
|
|
53
|
-
cancelButtonText: string;
|
|
54
|
-
})): Promise<import('./Dialog').DialogResult>;
|
|
55
|
-
Save(): Promise<import('./Dialog').DialogResult>;
|
|
56
|
-
Submit(): void;
|
|
57
|
-
Cancel(): void;
|
|
58
|
-
hide(): void;
|
|
59
|
-
type: import('../types/Statuses').default;
|
|
60
|
-
text: string;
|
|
61
|
-
title: string;
|
|
62
|
-
showMessage(m: string | import('../helpers/Message').MessageOpts, t: import('../types/Statuses').default): void;
|
|
63
|
-
GetText(): string;
|
|
64
|
-
GetTitle(): string;
|
|
65
|
-
GetType(): import('../types/Statuses').default;
|
|
66
|
-
Info(m: string | import('../helpers/Message').MessageOpts): void;
|
|
67
|
-
Success(m: string | import('../helpers/Message').MessageOpts): void;
|
|
68
|
-
Error(m: string | import('../helpers/Message').MessageOpts): void;
|
|
69
|
-
Warning(m: string | import('../helpers/Message').MessageOpts): void;
|
|
70
|
-
FormMessage(errorFields: any): string;
|
|
71
|
-
visible: boolean;
|
|
72
|
-
show(): void;
|
|
73
|
-
IsVisible(): boolean;
|
|
74
|
-
};
|
|
75
|
-
static Loading: {
|
|
76
|
-
Show(): void;
|
|
77
|
-
Hide(): void;
|
|
78
|
-
visible: boolean;
|
|
79
|
-
hide(): void;
|
|
80
|
-
show(): void;
|
|
81
|
-
IsVisible(): boolean;
|
|
82
|
-
};
|
|
83
|
-
static Notify: {
|
|
84
|
-
duration: number;
|
|
85
|
-
instance?: any | undefined;
|
|
86
|
-
showMessage: (m: string | (import('../helpers/Message').MessageOpts & {
|
|
87
|
-
duration: number;
|
|
88
|
-
}), t: import('../types/Statuses').default) => void;
|
|
89
|
-
GetDuration: () => number;
|
|
90
|
-
Dev: () => void;
|
|
91
|
-
Save: () => void;
|
|
92
|
-
type: import('../types/Statuses').default;
|
|
93
|
-
text: string;
|
|
94
|
-
title: string;
|
|
95
|
-
GetText: () => string;
|
|
96
|
-
GetTitle: () => string;
|
|
97
|
-
GetType: () => import('../types/Statuses').default;
|
|
98
|
-
Info: (m: string | import('../helpers/Message').MessageOpts) => void;
|
|
99
|
-
Success: (m: string | import('../helpers/Message').MessageOpts) => void;
|
|
100
|
-
Error: (m: string | import('../helpers/Message').MessageOpts) => void;
|
|
101
|
-
Warning: (m: string | import('../helpers/Message').MessageOpts) => void;
|
|
102
|
-
FormMessage: (errorFields: any) => string;
|
|
103
|
-
visible: boolean;
|
|
104
|
-
hide: () => void;
|
|
105
|
-
show: () => void;
|
|
106
|
-
IsVisible: () => boolean;
|
|
107
|
-
};
|
|
108
|
-
static Btn: typeof Btn;
|
|
109
|
-
static Input: typeof Input;
|
|
110
|
-
}
|