icve-sso-vue3 0.0.11 → 0.0.13
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/demo.html +1 -1
- package/dist/icve-sso-vue3.common.js +6213 -15
- package/dist/icve-sso-vue3.common.js.map +1 -1
- package/dist/icve-sso-vue3.umd.js +6213 -15
- package/dist/icve-sso-vue3.umd.js.map +1 -1
- package/dist/icve-sso-vue3.umd.min.js +4 -2
- package/dist/icve-sso-vue3.umd.min.js.map +1 -1
- package/package.json +2 -2
- package/dist/icve-sso-vue3.css +0 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "icve-sso-vue3",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.13",
|
|
4
4
|
"main": "dist/icve-sso-vue3.common.js",
|
|
5
5
|
"module": "dist/icve-sso-vue3.esm.js",
|
|
6
6
|
"style": "dist/icve-sso-vue3.css",
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
"fflate": "^0.8.2",
|
|
29
29
|
"hls.js": "^1.6.5",
|
|
30
30
|
"three": "^0.179.1",
|
|
31
|
-
|
|
31
|
+
|
|
32
32
|
"vue": "^3.3.4",
|
|
33
33
|
"qrcodejs2": "0.0.2",
|
|
34
34
|
"js-cookie": "^3.0.1"
|
package/dist/icve-sso-vue3.css
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
.custom-dialog-overlay[data-v-946293f4]{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.5);display:flex;align-items:center;justify-content:center;z-index:2000;animation:fadeIn-946293f4 .3s ease-out}.custom-dialog[data-v-946293f4]{background:#fff;border-radius:30px;box-shadow:0 4px 20px rgba(0,0,0,.15);width:900px;max-width:90vw;max-height:90vh;overflow:hidden;animation:slideIn-946293f4 .3s ease-out;display:flex;flex-direction:column}.custom-dialog-header[data-v-946293f4]{padding:20px;border-bottom:none;border-bottom:1px solid #ebebeb}.custom-dialog-header .custom-dialog-title[data-v-946293f4]{margin:0;font-size:24px;font-weight:700;color:#333}.custom-dialog-footer[data-v-946293f4]{padding:20px 24px 24px;border-top:none}.custom-dialog-body[data-v-946293f4]{flex:1;overflow-y:auto;max-height:calc(90vh - 120px)}@keyframes fadeIn-946293f4{0%{opacity:0}to{opacity:1}}@keyframes slideIn-946293f4{0%{transform:translateY(-50px);opacity:0}to{transform:translateY(0);opacity:1}}.main-content[data-v-946293f4]{display:flex}.main-content .left-panel[data-v-946293f4]{width:270px;background:#f2f2f2;flex-shrink:0}.main-content .right-panel[data-v-946293f4]{flex:1;min-width:0;padding:40px 75px;display:flex;flex-direction:column;justify-content:center}.line-item[data-v-946293f4]{display:flex}.line-item .input-displayName[data-v-946293f4]{flex:1}.line-item .input-employeeNumber[data-v-946293f4]{margin-left:20px;width:250px}.user-type-container .user-type-list[data-v-946293f4]{display:flex;flex-direction:column;gap:0;background:#f5f5f5;padding:20px 0 20px 20px;overflow:hidden}.user-type-container .user-type-list .user-type-item[data-v-946293f4]{position:relative;display:flex;align-items:center;justify-content:space-between;padding:15px 24px;cursor:pointer;transition:all .2s ease}.user-type-container .user-type-list .user-type-item[data-v-946293f4]:last-child{border-bottom:none}.user-type-container .user-type-list .user-type-item .user-type-text[data-v-946293f4]{font-size:20px;color:#0a132e;font-weight:400}.user-type-container .user-type-list .user-type-item .check-icon[data-v-946293f4]{opacity:0}.user-type-container .user-type-list .user-type-item .check-icon img[data-v-946293f4]{width:36px;height:36px}.user-type-container .user-type-list .user-type-item[data-v-946293f4]:hover:not(.disabled):not(.active){background:#fff}.user-type-container .user-type-list .user-type-item:hover:not(.disabled):not(.active) .user-type-text[data-v-946293f4]{font-weight:500;font-size:20px;color:#3e7bfa}.user-type-container .user-type-list .user-type-item:hover:not(.disabled):not(.active) .check-icon[data-v-946293f4]{opacity:1}.user-type-container .user-type-list .user-type-item.active[data-v-946293f4]{background:#fff}.user-type-container .user-type-list .user-type-item.active .user-type-text[data-v-946293f4]{font-weight:500;font-size:20px}.user-type-container .user-type-list .user-type-item.active .check-icon[data-v-946293f4]{opacity:1}.user-type-container .user-type-list .user-type-item.disabled[data-v-946293f4]{cursor:not-allowed}.user-type-container .user-type-list .user-type-item.disabled .user-type-text[data-v-946293f4]{color:#ccc}.user-type-container .user-type-list .user-type-item.active .user-type-text[data-v-946293f4]{color:#3e7bfa}.icve-sso-button[data-v-946293f4]{margin:0 auto;cursor:pointer;width:540px;height:48px;background:#3e7bfa;border-radius:4px;display:flex;align-items:center;justify-content:center;font-size:18px;color:#fff}[data-v-946293f4] .el-dialog__title{font-weight:700;font-size:24px}.el-input--medium .el-input__inner[data-v-946293f4]{height:48px;line-height:48px;font-size:14px}.input-field[data-v-946293f4]{position:relative;margin-bottom:55px}.input-field label[data-v-946293f4]{position:absolute;top:50%;left:15px;transform:translateY(-50%);font-size:14px;color:#999;pointer-events:none;transition:all .3s ease;padding:0 5px;z-index:1}.input-field label.active[data-v-946293f4]{top:-20px;left:0;font-size:18px;color:#0a132e;font-weight:700}.input-field .required-star[data-v-946293f4]{color:#ff4757;font-weight:400;margin-right:4px}.input-field[data-v-946293f4] .el-input__inner{min-height:34px}.input-field[data-v-946293f4] .el-select__wrapper{min-height:36px}.el-form-item[data-v-946293f4],.right-panel .input-field[data-v-946293f4]:last-child{margin-bottom:0}.el-input__inner[data-v-946293f4],.el-select[data-v-946293f4]{font-size:14px}.el-form-item__content[data-v-946293f4]{position:relative}.el-form-item.is-error .el-input__inner[data-v-946293f4]{border-color:#f56c6c}.el-input__inner[data-v-946293f4],.el-select .el-input__inner[data-v-946293f4]{padding-left:15px}.el-select-dropdown__item.selected[data-v-946293f4]{color:#004b90!important}.input-field .el-select .el-input.is-focus .el-input__inner[data-v-946293f4]{border-color:#004b90}.input-field .el-form-item.is-error label[data-v-946293f4]{color:#f56c6c}
|