@voicenter-team/voicenter-ui-plus 3.0.12 → 3.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.
Files changed (27) hide show
  1. package/library/assets/components/VcCheckbox/VcCheckbox.css +1 -1
  2. package/library/assets/node_modules/element-plus/theme-chalk/src/checkbox-button.css +1 -0
  3. package/library/components/VcCheckbox/VcCheckbox.vue.mjs +7 -4
  4. package/library/components/VcDatePicker/VcDatePicker.vue.mjs +1 -1
  5. package/library/components/VcDropdown/VcDropdownItem.vue.mjs +1 -1
  6. package/library/components/VcForm/VcForm.vue.mjs +2 -1
  7. package/library/components/VcForm/VcFormItem.vue.mjs +2 -1
  8. package/library/components/VcHtmlEditor/VcHtmlEditorToolbar.vue.mjs +1 -1
  9. package/library/components/VcInput/VcInput.vue.mjs +2 -1
  10. package/library/components/VcMdEditor/VcMdEditor.vue.mjs +1 -1
  11. package/library/components/VcMdEditor/VcMdEditorToolbar.vue.mjs +1 -1
  12. package/library/components/VcRadio/VcRadio.vue.mjs +2 -1
  13. package/library/components/VcSelect/VcSelect.vue.mjs +2 -1
  14. package/library/components/VcSlider/VcSlider.vue.mjs +1 -1
  15. package/library/entity/components/Table/VcEntityListTable.vue.mjs +61 -43
  16. package/library/style.css +3 -1
  17. package/library/style.css.br +0 -0
  18. package/library/style.css.gz +0 -0
  19. package/library/types/components/VcCheckbox/VcCheckbox.vue.d.ts +3 -0
  20. package/library/types/components/VcCheckboxGroup/VcCheckboxGroup.vue.d.ts +3 -3
  21. package/library/types/components/VcTable/VcTable.vue.d.ts +18 -18
  22. package/library/types/components/exports.d.ts +5 -1
  23. package/library/types/types/Entity.basic.types.d.ts +4 -0
  24. package/library/types/utils/element-plus-imports.d.ts +1 -1
  25. package/library/utils/lucideIcon.mjs +4 -1
  26. package/package.json +1 -1
  27. /package/library/assets/node_modules/element-plus/theme-chalk/src/{dropdown-item.css → tooltip.css} +0 -0
@@ -1 +1 @@
1
- .vc-checkbox,.el-checkbox{margin-right:2rem}.vc-checkbox:where([dir=rtl],[dir=rtl] *),.el-checkbox:where([dir=rtl],[dir=rtl] *){margin-left:2rem;margin-right:0}.vc-checkbox:last-of-type,.el-checkbox:last-of-type{margin-right:0}.vc-checkbox:last-of-type:where([dir=rtl],[dir=rtl] *),.el-checkbox:last-of-type:where([dir=rtl],[dir=rtl] *){margin-left:0}.vc-checkbox .el-checkbox__label,.el-checkbox .el-checkbox__label{padding-left:.75rem}.vc-checkbox .el-checkbox__label:where([dir=rtl],[dir=rtl] *),.el-checkbox .el-checkbox__label:where([dir=rtl],[dir=rtl] *){padding-left:0;padding-right:.75rem}.vc-checkbox .el-checkbox__label:empty,.el-checkbox .el-checkbox__label:empty{display:none}.vc-checkbox .el-checkbox__input.is-indeterminate .el-checkbox__inner:before,.el-checkbox .el-checkbox__input.is-indeterminate .el-checkbox__inner:before{height:6px;transform:scale(.75)}.vc-checkbox .el-checkbox__inner:after,.el-checkbox .el-checkbox__inner:after{border-width:4px;height:8px;width:4px}.vc-checkbox.is-disabled,.el-checkbox.is-disabled{cursor:not-allowed;opacity:.6}.vc-checkbox:not(.is-bordered):not(.is-disabled):hover .el-checkbox__inner,.el-checkbox:not(.is-bordered):not(.is-disabled):hover .el-checkbox__inner{--tw-shadow: 0 0 3px var(--active-elements--focus);--tw-shadow-colored: 0 0 3px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.vc-checkbox.is-bordered:not(.is-disabled).is-checked,.el-checkbox.is-bordered:not(.is-disabled).is-checked{border-color:var(--active-elements)}.vc-checkbox.is-bordered:not(.is-disabled):hover,.el-checkbox.is-bordered:not(.is-disabled):hover{--tw-shadow: 0 0 3px var(--active-elements--focus);--tw-shadow-colored: 0 0 3px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.vc-checkbox.vc-checkbox-color--primary:not(.is-disabled),.el-checkbox.vc-checkbox-color--primary:not(.is-disabled){--el-checkbox-input-border-color-hover: var(--primary-actions);--el-checkbox-checked-bg-color: var(--primary-actions);--el-checkbox-checked-input-border-color: var(--primary-actions)}.vc-checkbox.vc-checkbox-color--primary:not(.is-disabled):not(.is-bordered):not(.is-disabled):hover .el-checkbox__inner,.el-checkbox.vc-checkbox-color--primary:not(.is-disabled):not(.is-bordered):not(.is-disabled):hover .el-checkbox__inner{--tw-shadow: 0 0 3px var(--primary-actions--focus);--tw-shadow-colored: 0 0 3px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.vc-checkbox.vc-checkbox-color--primary:not(.is-disabled).is-bordered:not(.is-disabled).is-checked,.el-checkbox.vc-checkbox-color--primary:not(.is-disabled).is-bordered:not(.is-disabled).is-checked{border-color:var(--primary-actions)}.vc-checkbox.vc-checkbox-color--primary:not(.is-disabled).is-bordered:not(.is-disabled):hover,.el-checkbox.vc-checkbox-color--primary:not(.is-disabled).is-bordered:not(.is-disabled):hover{--tw-shadow: 0 0 3px var(--primary-actions--focus);--tw-shadow-colored: 0 0 3px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.vc-checkbox.vc-checkbox-color--secondary:not(.is-disabled),.el-checkbox.vc-checkbox-color--secondary:not(.is-disabled){--el-checkbox-input-border-color-hover: var(--secondary-actions);--el-checkbox-checked-bg-color: var(--secondary-actions);--el-checkbox-checked-input-border-color: var(--secondary-actions)}.vc-checkbox.vc-checkbox-color--secondary:not(.is-disabled):not(.is-bordered):not(.is-disabled):hover .el-checkbox__inner,.el-checkbox.vc-checkbox-color--secondary:not(.is-disabled):not(.is-bordered):not(.is-disabled):hover .el-checkbox__inner{--tw-shadow: 0 0 3px var(--secondary-actions--focus);--tw-shadow-colored: 0 0 3px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.vc-checkbox.vc-checkbox-color--secondary:not(.is-disabled).is-bordered:not(.is-disabled).is-checked,.el-checkbox.vc-checkbox-color--secondary:not(.is-disabled).is-bordered:not(.is-disabled).is-checked{border-color:var(--secondary-actions)}.vc-checkbox.vc-checkbox-color--secondary:not(.is-disabled).is-bordered:not(.is-disabled):hover,.el-checkbox.vc-checkbox-color--secondary:not(.is-disabled).is-bordered:not(.is-disabled):hover{--tw-shadow: 0 0 3px var(--secondary-actions--focus);--tw-shadow-colored: 0 0 3px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.vc-checkbox.vc-checkbox-color--destructive:not(.is-disabled),.el-checkbox.vc-checkbox-color--destructive:not(.is-disabled){--el-checkbox-input-border-color-hover: var(--destructive-actions);--el-checkbox-checked-bg-color: var(--destructive-actions);--el-checkbox-checked-input-border-color: var(--destructive-actions)}.vc-checkbox.vc-checkbox-color--destructive:not(.is-disabled):not(.is-bordered):not(.is-disabled):hover .el-checkbox__inner,.el-checkbox.vc-checkbox-color--destructive:not(.is-disabled):not(.is-bordered):not(.is-disabled):hover .el-checkbox__inner{--tw-shadow: 0 0 3px var(--destructive-actions--focus);--tw-shadow-colored: 0 0 3px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.vc-checkbox.vc-checkbox-color--destructive:not(.is-disabled).is-bordered:not(.is-disabled).is-checked,.el-checkbox.vc-checkbox-color--destructive:not(.is-disabled).is-bordered:not(.is-disabled).is-checked{border-color:var(--destructive-actions)}.vc-checkbox.vc-checkbox-color--destructive:not(.is-disabled).is-bordered:not(.is-disabled):hover,.el-checkbox.vc-checkbox-color--destructive:not(.is-disabled).is-bordered:not(.is-disabled):hover{--tw-shadow: 0 0 3px var(--destructive-actions--focus);--tw-shadow-colored: 0 0 3px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.vc-checkbox.vc-checkbox-color--success:not(.is-disabled),.el-checkbox.vc-checkbox-color--success:not(.is-disabled){--el-checkbox-input-border-color-hover: var(--success-actions);--el-checkbox-checked-bg-color: var(--success-actions);--el-checkbox-checked-input-border-color: var(--success-actions)}.vc-checkbox.vc-checkbox-color--success:not(.is-disabled):not(.is-bordered):not(.is-disabled):hover .el-checkbox__inner,.el-checkbox.vc-checkbox-color--success:not(.is-disabled):not(.is-bordered):not(.is-disabled):hover .el-checkbox__inner{--tw-shadow: 0 0 3px var(--success-actions--focus);--tw-shadow-colored: 0 0 3px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.vc-checkbox.vc-checkbox-color--success:not(.is-disabled).is-bordered:not(.is-disabled).is-checked,.el-checkbox.vc-checkbox-color--success:not(.is-disabled).is-bordered:not(.is-disabled).is-checked{border-color:var(--success-actions)}.vc-checkbox.vc-checkbox-color--success:not(.is-disabled).is-bordered:not(.is-disabled):hover,.el-checkbox.vc-checkbox-color--success:not(.is-disabled).is-bordered:not(.is-disabled):hover{--tw-shadow: 0 0 3px var(--success-actions--focus);--tw-shadow-colored: 0 0 3px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.vc-checkbox.vc-checkbox-color--warning:not(.is-disabled),.el-checkbox.vc-checkbox-color--warning:not(.is-disabled){--el-checkbox-input-border-color-hover: var(--warning-actions);--el-checkbox-checked-bg-color: var(--warning-actions);--el-checkbox-checked-input-border-color: var(--warning-actions)}.vc-checkbox.vc-checkbox-color--warning:not(.is-disabled):not(.is-bordered):not(.is-disabled):hover .el-checkbox__inner,.el-checkbox.vc-checkbox-color--warning:not(.is-disabled):not(.is-bordered):not(.is-disabled):hover .el-checkbox__inner{--tw-shadow: 0 0 3px var(--warning-actions--focus);--tw-shadow-colored: 0 0 3px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.vc-checkbox.vc-checkbox-color--warning:not(.is-disabled).is-bordered:not(.is-disabled).is-checked,.el-checkbox.vc-checkbox-color--warning:not(.is-disabled).is-bordered:not(.is-disabled).is-checked{border-color:var(--warning-actions)}.vc-checkbox.vc-checkbox-color--warning:not(.is-disabled).is-bordered:not(.is-disabled):hover,.el-checkbox.vc-checkbox-color--warning:not(.is-disabled).is-bordered:not(.is-disabled):hover{--tw-shadow: 0 0 3px var(--warning-actions--focus);--tw-shadow-colored: 0 0 3px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.vc-transfer .el-transfer-panel .el-checkbox .el-checkbox__input .el-checkbox__inner:after{border-width:1px;height:8px;width:4px}.vc-transfer .el-transfer-panel .el-checkbox .el-checkbox__input.is-indeterminate .el-checkbox__inner:before{height:2px}
1
+ .vc-checkbox,.el-checkbox{margin-right:2rem}.vc-checkbox:where([dir=rtl],[dir=rtl] *),.el-checkbox:where([dir=rtl],[dir=rtl] *){margin-left:2rem;margin-right:0}.vc-checkbox:last-of-type,.el-checkbox:last-of-type{margin-right:0}.vc-checkbox:last-of-type:where([dir=rtl],[dir=rtl] *),.el-checkbox:last-of-type:where([dir=rtl],[dir=rtl] *){margin-left:0}.vc-checkbox .el-checkbox__label,.el-checkbox .el-checkbox__label{padding-left:.75rem}.vc-checkbox .el-checkbox__label:where([dir=rtl],[dir=rtl] *),.el-checkbox .el-checkbox__label:where([dir=rtl],[dir=rtl] *){padding-left:0;padding-right:.75rem}.vc-checkbox .el-checkbox__label:empty,.el-checkbox .el-checkbox__label:empty{display:none}.vc-checkbox .el-checkbox__input.is-indeterminate .el-checkbox__inner:before,.el-checkbox .el-checkbox__input.is-indeterminate .el-checkbox__inner:before{height:6px;transform:scale(.75)}.vc-checkbox .el-checkbox__inner:after,.el-checkbox .el-checkbox__inner:after{border-width:4px;height:8px;width:4px}.vc-checkbox.is-disabled,.el-checkbox.is-disabled{cursor:not-allowed;opacity:.6}.vc-checkbox:not(.is-bordered):not(.is-disabled):hover .el-checkbox__inner,.el-checkbox:not(.is-bordered):not(.is-disabled):hover .el-checkbox__inner{--tw-shadow: 0 0 3px var(--active-elements--focus);--tw-shadow-colored: 0 0 3px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.vc-checkbox.is-bordered:not(.is-disabled).is-checked,.el-checkbox.is-bordered:not(.is-disabled).is-checked{border-color:var(--active-elements)}.vc-checkbox.is-bordered:not(.is-disabled):hover,.el-checkbox.is-bordered:not(.is-disabled):hover{--tw-shadow: 0 0 3px var(--active-elements--focus);--tw-shadow-colored: 0 0 3px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.vc-checkbox.vc-checkbox-color--primary:not(.is-disabled),.el-checkbox.vc-checkbox-color--primary:not(.is-disabled){--el-checkbox-input-border-color-hover: var(--primary-actions);--el-checkbox-checked-bg-color: var(--primary-actions);--el-checkbox-checked-input-border-color: var(--primary-actions)}.vc-checkbox.vc-checkbox-color--primary:not(.is-disabled):not(.is-bordered):not(.is-disabled):hover .el-checkbox__inner,.el-checkbox.vc-checkbox-color--primary:not(.is-disabled):not(.is-bordered):not(.is-disabled):hover .el-checkbox__inner{--tw-shadow: 0 0 3px var(--primary-actions--focus);--tw-shadow-colored: 0 0 3px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.vc-checkbox.vc-checkbox-color--primary:not(.is-disabled).is-bordered:not(.is-disabled).is-checked,.el-checkbox.vc-checkbox-color--primary:not(.is-disabled).is-bordered:not(.is-disabled).is-checked{border-color:var(--primary-actions)}.vc-checkbox.vc-checkbox-color--primary:not(.is-disabled).is-bordered:not(.is-disabled):hover,.el-checkbox.vc-checkbox-color--primary:not(.is-disabled).is-bordered:not(.is-disabled):hover{--tw-shadow: 0 0 3px var(--primary-actions--focus);--tw-shadow-colored: 0 0 3px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.vc-checkbox.vc-checkbox-color--primary-alternative:not(.is-disabled),.el-checkbox.vc-checkbox-color--primary-alternative:not(.is-disabled){--el-checkbox-input-border-color-hover: var(--primary-alternative-actions);--el-checkbox-checked-bg-color: var(--primary-alternative-actions);--el-checkbox-checked-input-border-color: var(--primary-alternative-actions)}.vc-checkbox.vc-checkbox-color--primary-alternative:not(.is-disabled):not(.is-bordered):not(.is-disabled):hover .el-checkbox__inner,.el-checkbox.vc-checkbox-color--primary-alternative:not(.is-disabled):not(.is-bordered):not(.is-disabled):hover .el-checkbox__inner{--tw-shadow: 0 0 3px var(--primary-alternative-actions--focus);--tw-shadow-colored: 0 0 3px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.vc-checkbox.vc-checkbox-color--primary-alternative:not(.is-disabled).is-bordered:not(.is-disabled).is-checked,.el-checkbox.vc-checkbox-color--primary-alternative:not(.is-disabled).is-bordered:not(.is-disabled).is-checked{border-color:var(--primary-alternative-actions)}.vc-checkbox.vc-checkbox-color--primary-alternative:not(.is-disabled).is-bordered:not(.is-disabled):hover,.el-checkbox.vc-checkbox-color--primary-alternative:not(.is-disabled).is-bordered:not(.is-disabled):hover{--tw-shadow: 0 0 3px var(--primary-alternative-actions--focus);--tw-shadow-colored: 0 0 3px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.vc-checkbox.vc-checkbox-color--secondary:not(.is-disabled),.el-checkbox.vc-checkbox-color--secondary:not(.is-disabled){--el-checkbox-input-border-color-hover: var(--secondary-actions);--el-checkbox-checked-bg-color: var(--secondary-actions);--el-checkbox-checked-input-border-color: var(--secondary-actions)}.vc-checkbox.vc-checkbox-color--secondary:not(.is-disabled):not(.is-bordered):not(.is-disabled):hover .el-checkbox__inner,.el-checkbox.vc-checkbox-color--secondary:not(.is-disabled):not(.is-bordered):not(.is-disabled):hover .el-checkbox__inner{--tw-shadow: 0 0 3px var(--secondary-actions--focus);--tw-shadow-colored: 0 0 3px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.vc-checkbox.vc-checkbox-color--secondary:not(.is-disabled).is-bordered:not(.is-disabled).is-checked,.el-checkbox.vc-checkbox-color--secondary:not(.is-disabled).is-bordered:not(.is-disabled).is-checked{border-color:var(--secondary-actions)}.vc-checkbox.vc-checkbox-color--secondary:not(.is-disabled).is-bordered:not(.is-disabled):hover,.el-checkbox.vc-checkbox-color--secondary:not(.is-disabled).is-bordered:not(.is-disabled):hover{--tw-shadow: 0 0 3px var(--secondary-actions--focus);--tw-shadow-colored: 0 0 3px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.vc-checkbox.vc-checkbox-color--destructive:not(.is-disabled),.el-checkbox.vc-checkbox-color--destructive:not(.is-disabled){--el-checkbox-input-border-color-hover: var(--destructive-actions);--el-checkbox-checked-bg-color: var(--destructive-actions);--el-checkbox-checked-input-border-color: var(--destructive-actions)}.vc-checkbox.vc-checkbox-color--destructive:not(.is-disabled):not(.is-bordered):not(.is-disabled):hover .el-checkbox__inner,.el-checkbox.vc-checkbox-color--destructive:not(.is-disabled):not(.is-bordered):not(.is-disabled):hover .el-checkbox__inner{--tw-shadow: 0 0 3px var(--destructive-actions--focus);--tw-shadow-colored: 0 0 3px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.vc-checkbox.vc-checkbox-color--destructive:not(.is-disabled).is-bordered:not(.is-disabled).is-checked,.el-checkbox.vc-checkbox-color--destructive:not(.is-disabled).is-bordered:not(.is-disabled).is-checked{border-color:var(--destructive-actions)}.vc-checkbox.vc-checkbox-color--destructive:not(.is-disabled).is-bordered:not(.is-disabled):hover,.el-checkbox.vc-checkbox-color--destructive:not(.is-disabled).is-bordered:not(.is-disabled):hover{--tw-shadow: 0 0 3px var(--destructive-actions--focus);--tw-shadow-colored: 0 0 3px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.vc-checkbox.vc-checkbox-color--success:not(.is-disabled),.el-checkbox.vc-checkbox-color--success:not(.is-disabled){--el-checkbox-input-border-color-hover: var(--success-actions);--el-checkbox-checked-bg-color: var(--success-actions);--el-checkbox-checked-input-border-color: var(--success-actions)}.vc-checkbox.vc-checkbox-color--success:not(.is-disabled):not(.is-bordered):not(.is-disabled):hover .el-checkbox__inner,.el-checkbox.vc-checkbox-color--success:not(.is-disabled):not(.is-bordered):not(.is-disabled):hover .el-checkbox__inner{--tw-shadow: 0 0 3px var(--success-actions--focus);--tw-shadow-colored: 0 0 3px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.vc-checkbox.vc-checkbox-color--success:not(.is-disabled).is-bordered:not(.is-disabled).is-checked,.el-checkbox.vc-checkbox-color--success:not(.is-disabled).is-bordered:not(.is-disabled).is-checked{border-color:var(--success-actions)}.vc-checkbox.vc-checkbox-color--success:not(.is-disabled).is-bordered:not(.is-disabled):hover,.el-checkbox.vc-checkbox-color--success:not(.is-disabled).is-bordered:not(.is-disabled):hover{--tw-shadow: 0 0 3px var(--success-actions--focus);--tw-shadow-colored: 0 0 3px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.vc-checkbox.vc-checkbox-color--warning:not(.is-disabled),.el-checkbox.vc-checkbox-color--warning:not(.is-disabled){--el-checkbox-input-border-color-hover: var(--warning-actions);--el-checkbox-checked-bg-color: var(--warning-actions);--el-checkbox-checked-input-border-color: var(--warning-actions)}.vc-checkbox.vc-checkbox-color--warning:not(.is-disabled):not(.is-bordered):not(.is-disabled):hover .el-checkbox__inner,.el-checkbox.vc-checkbox-color--warning:not(.is-disabled):not(.is-bordered):not(.is-disabled):hover .el-checkbox__inner{--tw-shadow: 0 0 3px var(--warning-actions--focus);--tw-shadow-colored: 0 0 3px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.vc-checkbox.vc-checkbox-color--warning:not(.is-disabled).is-bordered:not(.is-disabled).is-checked,.el-checkbox.vc-checkbox-color--warning:not(.is-disabled).is-bordered:not(.is-disabled).is-checked{border-color:var(--warning-actions)}.vc-checkbox.vc-checkbox-color--warning:not(.is-disabled).is-bordered:not(.is-disabled):hover,.el-checkbox.vc-checkbox-color--warning:not(.is-disabled).is-bordered:not(.is-disabled):hover{--tw-shadow: 0 0 3px var(--warning-actions--focus);--tw-shadow-colored: 0 0 3px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.vc-transfer .el-transfer-panel .el-checkbox .el-checkbox__input .el-checkbox__inner:after{border-width:1px;height:8px;width:4px}.vc-transfer .el-transfer-panel .el-checkbox .el-checkbox__input.is-indeterminate .el-checkbox__inner:before{height:2px}
@@ -0,0 +1 @@
1
+ .el-checkbox-button{--el-checkbox-button-checked-bg-color: var(--el-color-primary);--el-checkbox-button-checked-text-color: var(--el-color-white);--el-checkbox-button-checked-border-color: var(--el-color-primary);--el-checkbox-button-disabled-checked-fill: var(--el-border-color-extra-light);position:relative;display:inline-block}.el-checkbox-button__inner{display:inline-block;line-height:1;font-weight:var(--el-checkbox-font-weight);white-space:nowrap;vertical-align:middle;cursor:pointer;background:var(--el-button-bg-color, var(--el-fill-color-blank));outline:var(--el-border);color:var(--el-button-text-color, var(--el-text-color-regular));-webkit-appearance:none;text-align:center;box-sizing:border-box;margin:0;position:relative;transition:var(--el-transition-all);-webkit-user-select:none;user-select:none;padding:8px 15px;font-size:var(--el-font-size-base);border-radius:0}.el-checkbox-button__inner.is-round{padding:8px 15px}.el-checkbox-button__inner:hover{color:var(--el-color-primary)}.el-checkbox-button__inner [class*=el-icon-]{line-height:.9}.el-checkbox-button__inner [class*=el-icon-]+span{margin-left:5px}.el-checkbox-button__original{opacity:0;outline:none;position:absolute;margin:0;z-index:-1}.el-checkbox-button.is-checked .el-checkbox-button__inner{color:var(--el-checkbox-button-checked-text-color);background-color:var(--el-checkbox-button-checked-bg-color);border-color:var(--el-checkbox-button-checked-border-color);box-shadow:-1px 0 0 0 var(--el-color-primary-light-7)}.el-checkbox-button.is-checked:first-child .el-checkbox-button__inner{border-left-color:var(--el-checkbox-button-checked-border-color)}.el-checkbox-button.is-disabled .el-checkbox-button__inner{color:var(--el-disabled-text-color);cursor:not-allowed;background-image:none;background-color:var(--el-button-disabled-bg-color, var(--el-fill-color-blank));border-color:var(--el-button-disabled-border-color, var(--el-border-color-light));box-shadow:none}.el-checkbox-button.is-disabled:first-child .el-checkbox-button__inner{border-left-color:var(--el-button-disabled-border-color, var(--el-border-color-light))}.el-checkbox-button.is-disabled.is-checked .el-checkbox-button__inner{background-color:var(--el-checkbox-button-disabled-checked-fill)}.el-checkbox-button:first-child .el-checkbox-button__inner{border-top-left-radius:var(--el-border-radius-base);border-bottom-left-radius:var(--el-border-radius-base);box-shadow:none!important}.el-checkbox-button.is-focus .el-checkbox-button__inner{border-color:var(--el-checkbox-button-checked-border-color)}.el-checkbox-button:last-child .el-checkbox-button__inner{border-top-right-radius:var(--el-border-radius-base);border-bottom-right-radius:var(--el-border-radius-base)}.el-checkbox-button--large .el-checkbox-button__inner{padding:12px 19px;font-size:var(--el-font-size-base);border-radius:0}.el-checkbox-button--large .el-checkbox-button__inner.is-round{padding:12px 19px}.el-checkbox-button--small .el-checkbox-button__inner{padding:5px 11px;font-size:12px;border-radius:0}.el-checkbox-button--small .el-checkbox-button__inner.is-round{padding:5px 11px}
@@ -1,6 +1,6 @@
1
1
  import { defineComponent, toRef, openBlock, createBlock, unref, normalizeClass, withCtx, renderSlot } from "vue";
2
2
  import { ElCheckbox } from "element-plus";
3
- import '../../assets/node_modules/element-plus/theme-chalk/src/popover.css';import '../../assets/node_modules/element-plus/theme-chalk/src/transfer.css';import '../../assets/node_modules/element-plus/theme-chalk/src/tree.css';import '../../assets/node_modules/element-plus/theme-chalk/src/text.css';import '../../assets/node_modules/element-plus/theme-chalk/src/slider.css';import '../../assets/node_modules/element-plus/theme-chalk/src/color-picker.css';import '../../assets/node_modules/element-plus/theme-chalk/src/color-picker-panel.css';import '../../assets/node_modules/element-plus/theme-chalk/src/dropdown-item.css';import '../../assets/node_modules/element-plus/theme-chalk/src/date-picker-panel.css';import '../../assets/node_modules/element-plus/theme-chalk/src/button.css';import '../../assets/node_modules/element-plus/theme-chalk/src/checkbox-group.css';import '../../assets/node_modules/element-plus/theme-chalk/src/checkbox.css';import '../../assets/node_modules/element-plus/theme-chalk/src/radio-button.css';import '../../assets/node_modules/element-plus/theme-chalk/src/radio-group.css';import '../../assets/node_modules/element-plus/theme-chalk/src/radio.css';import '../../assets/node_modules/element-plus/theme-chalk/src/select.css';import '../../assets/node_modules/element-plus/theme-chalk/src/option-group.css';import '../../assets/node_modules/element-plus/theme-chalk/src/option.css';import '../../assets/node_modules/element-plus/theme-chalk/src/tag.css';import '../../assets/node_modules/element-plus/theme-chalk/src/autocomplete.css';import '../../assets/node_modules/element-plus/theme-chalk/src/popper.css';import '../../assets/node_modules/element-plus/theme-chalk/src/scrollbar.css';import '../../assets/node_modules/element-plus/theme-chalk/src/input-number.css';import '../../assets/node_modules/element-plus/theme-chalk/src/input.css';import '../../assets/node_modules/element-plus/theme-chalk/src/form-item.css';import '../../assets/node_modules/element-plus/theme-chalk/src/form.css';import '../../assets/node_modules/element-plus/theme-chalk/src/base.css';
3
+ import '../../assets/node_modules/element-plus/theme-chalk/src/popover.css';import '../../assets/node_modules/element-plus/theme-chalk/src/transfer.css';import '../../assets/node_modules/element-plus/theme-chalk/src/tree.css';import '../../assets/node_modules/element-plus/theme-chalk/src/text.css';import '../../assets/node_modules/element-plus/theme-chalk/src/slider.css';import '../../assets/node_modules/element-plus/theme-chalk/src/color-picker.css';import '../../assets/node_modules/element-plus/theme-chalk/src/color-picker-panel.css';import '../../assets/node_modules/element-plus/theme-chalk/src/tooltip.css';import '../../assets/node_modules/element-plus/theme-chalk/src/date-picker-panel.css';import '../../assets/node_modules/element-plus/theme-chalk/src/button.css';import '../../assets/node_modules/element-plus/theme-chalk/src/checkbox-button.css';import '../../assets/node_modules/element-plus/theme-chalk/src/checkbox-group.css';import '../../assets/node_modules/element-plus/theme-chalk/src/checkbox.css';import '../../assets/node_modules/element-plus/theme-chalk/src/radio-button.css';import '../../assets/node_modules/element-plus/theme-chalk/src/radio-group.css';import '../../assets/node_modules/element-plus/theme-chalk/src/radio.css';import '../../assets/node_modules/element-plus/theme-chalk/src/select.css';import '../../assets/node_modules/element-plus/theme-chalk/src/option-group.css';import '../../assets/node_modules/element-plus/theme-chalk/src/option.css';import '../../assets/node_modules/element-plus/theme-chalk/src/tag.css';import '../../assets/node_modules/element-plus/theme-chalk/src/autocomplete.css';import '../../assets/node_modules/element-plus/theme-chalk/src/popper.css';import '../../assets/node_modules/element-plus/theme-chalk/src/scrollbar.css';import '../../assets/node_modules/element-plus/theme-chalk/src/input-number.css';import '../../assets/node_modules/element-plus/theme-chalk/src/input.css';import '../../assets/node_modules/element-plus/theme-chalk/src/form-item.css';import '../../assets/node_modules/element-plus/theme-chalk/src/form.css';import '../../assets/node_modules/element-plus/theme-chalk/src/base.css';
4
4
  import '../../assets/components/VcCheckbox/VcCheckbox.css';/* empty css */
5
5
  /* empty css */
6
6
  /* empty css */
@@ -18,6 +18,7 @@ import '../../assets/components/VcCheckbox/VcCheckbox.css';/* empty css
18
18
  /* empty css */
19
19
  /* empty css */
20
20
  /* empty css */
21
+ /* empty css */
21
22
  /* empty css */
22
23
  /* empty css */
23
24
  /* empty css */
@@ -45,6 +46,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
45
46
  handUpdate: { type: Boolean, default: false },
46
47
  name: { default: void 0 },
47
48
  dataTestName: { default: "vc-checkbox" },
49
+ value: { default: void 0 },
48
50
  prefixIconColor: {},
49
51
  color: {},
50
52
  prefixIcon: {},
@@ -92,12 +94,13 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
92
94
  indeterminate: __props.indeterminate,
93
95
  border: __props.border,
94
96
  label: __props.label,
95
- "true-label": __props.trueLabel,
96
- "false-label": __props.falseLabel,
97
+ "true-value": __props.trueLabel,
98
+ "false-value": __props.falseLabel,
97
99
  disabled: __props.disabled,
98
100
  name: __props.name,
99
101
  class: normalizeClass([unref(inputClasses), "vc-checkbox"]),
100
102
  "data-test": __props.dataTestName,
103
+ value: __props.value,
101
104
  "text-color": "red",
102
105
  onClick,
103
106
  onChange
@@ -106,7 +109,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
106
109
  renderSlot(_ctx.$slots, "default")
107
110
  ]),
108
111
  _: 3
109
- }, 8, ["model-value", "checked", "indeterminate", "border", "label", "true-label", "false-label", "disabled", "name", "class", "data-test"]);
112
+ }, 8, ["model-value", "checked", "indeterminate", "border", "label", "true-value", "false-value", "disabled", "name", "class", "data-test", "value"]);
110
113
  };
111
114
  }
112
115
  });
@@ -1,6 +1,6 @@
1
1
  import { defineComponent, ref, computed, markRaw, h, openBlock, createBlock, unref, mergeProps, createSlots, withCtx, renderSlot } from "vue";
2
2
  import { ElDatePicker } from "element-plus";
3
- import '../../assets/components/VcIcon/VcIcon.css';import '../../assets/node_modules/element-plus/theme-chalk/src/dropdown-item.css';import '../../assets/node_modules/element-plus/theme-chalk/src/date-picker-panel.css';import '../../assets/node_modules/element-plus/theme-chalk/src/button.css';import '../../assets/node_modules/element-plus/theme-chalk/src/scrollbar.css';import '../../assets/node_modules/element-plus/theme-chalk/src/input.css';import '../../assets/node_modules/element-plus/theme-chalk/src/popper.css';import '../../assets/node_modules/element-plus/theme-chalk/src/base.css';
3
+ import '../../assets/components/VcIcon/VcIcon.css';import '../../assets/node_modules/element-plus/theme-chalk/src/tooltip.css';import '../../assets/node_modules/element-plus/theme-chalk/src/date-picker-panel.css';import '../../assets/node_modules/element-plus/theme-chalk/src/button.css';import '../../assets/node_modules/element-plus/theme-chalk/src/scrollbar.css';import '../../assets/node_modules/element-plus/theme-chalk/src/input.css';import '../../assets/node_modules/element-plus/theme-chalk/src/popper.css';import '../../assets/node_modules/element-plus/theme-chalk/src/base.css';
4
4
  import '../../assets/components/VcDatePicker/VcDatePicker.css';/* empty css */
5
5
  /* empty css */
6
6
  /* empty css */
@@ -1,6 +1,6 @@
1
1
  import { defineComponent, openBlock, createBlock, unref, mergeProps, withCtx, createElementVNode, normalizeClass, renderSlot, createCommentVNode, toDisplayString } from "vue";
2
2
  import { ElDropdownItem } from "element-plus";
3
- import '../../assets/components/VcIcon/VcIcon.css';import '../../assets/node_modules/element-plus/theme-chalk/src/dropdown-item.css';import '../../assets/node_modules/element-plus/theme-chalk/src/base.css';
3
+ import '../../assets/components/VcIcon/VcIcon.css';import '../../assets/node_modules/element-plus/theme-chalk/src/tooltip.css';import '../../assets/node_modules/element-plus/theme-chalk/src/base.css';
4
4
  import '../../assets/components/VcDropdown/VcDropdownItem.css';/* empty css */
5
5
  /* empty css */
6
6
  import _sfc_main$1 from "../VcIcon/VcIcon.vue.mjs";
@@ -1,7 +1,7 @@
1
1
  import { defineComponent, inject, ref, computed, openBlock, createBlock, unref, mergeProps, withCtx, renderSlot } from "vue";
2
2
  import { convertToUnit } from "../../utils/helpers.mjs";
3
3
  import { ElForm } from "element-plus";
4
- import '../../assets/node_modules/element-plus/theme-chalk/src/popover.css';import '../../assets/node_modules/element-plus/theme-chalk/src/transfer.css';import '../../assets/node_modules/element-plus/theme-chalk/src/tree.css';import '../../assets/node_modules/element-plus/theme-chalk/src/text.css';import '../../assets/node_modules/element-plus/theme-chalk/src/slider.css';import '../../assets/node_modules/element-plus/theme-chalk/src/color-picker.css';import '../../assets/node_modules/element-plus/theme-chalk/src/color-picker-panel.css';import '../../assets/node_modules/element-plus/theme-chalk/src/dropdown-item.css';import '../../assets/node_modules/element-plus/theme-chalk/src/date-picker-panel.css';import '../../assets/node_modules/element-plus/theme-chalk/src/button.css';import '../../assets/node_modules/element-plus/theme-chalk/src/checkbox-group.css';import '../../assets/node_modules/element-plus/theme-chalk/src/checkbox.css';import '../../assets/node_modules/element-plus/theme-chalk/src/radio-button.css';import '../../assets/node_modules/element-plus/theme-chalk/src/radio-group.css';import '../../assets/node_modules/element-plus/theme-chalk/src/radio.css';import '../../assets/node_modules/element-plus/theme-chalk/src/select.css';import '../../assets/node_modules/element-plus/theme-chalk/src/option-group.css';import '../../assets/node_modules/element-plus/theme-chalk/src/option.css';import '../../assets/node_modules/element-plus/theme-chalk/src/tag.css';import '../../assets/node_modules/element-plus/theme-chalk/src/autocomplete.css';import '../../assets/node_modules/element-plus/theme-chalk/src/popper.css';import '../../assets/node_modules/element-plus/theme-chalk/src/scrollbar.css';import '../../assets/node_modules/element-plus/theme-chalk/src/input-number.css';import '../../assets/node_modules/element-plus/theme-chalk/src/input.css';import '../../assets/node_modules/element-plus/theme-chalk/src/form-item.css';import '../../assets/node_modules/element-plus/theme-chalk/src/form.css';import '../../assets/node_modules/element-plus/theme-chalk/src/base.css';/* empty css */
4
+ import '../../assets/node_modules/element-plus/theme-chalk/src/popover.css';import '../../assets/node_modules/element-plus/theme-chalk/src/transfer.css';import '../../assets/node_modules/element-plus/theme-chalk/src/tree.css';import '../../assets/node_modules/element-plus/theme-chalk/src/text.css';import '../../assets/node_modules/element-plus/theme-chalk/src/slider.css';import '../../assets/node_modules/element-plus/theme-chalk/src/color-picker.css';import '../../assets/node_modules/element-plus/theme-chalk/src/color-picker-panel.css';import '../../assets/node_modules/element-plus/theme-chalk/src/tooltip.css';import '../../assets/node_modules/element-plus/theme-chalk/src/date-picker-panel.css';import '../../assets/node_modules/element-plus/theme-chalk/src/button.css';import '../../assets/node_modules/element-plus/theme-chalk/src/checkbox-button.css';import '../../assets/node_modules/element-plus/theme-chalk/src/checkbox-group.css';import '../../assets/node_modules/element-plus/theme-chalk/src/checkbox.css';import '../../assets/node_modules/element-plus/theme-chalk/src/radio-button.css';import '../../assets/node_modules/element-plus/theme-chalk/src/radio-group.css';import '../../assets/node_modules/element-plus/theme-chalk/src/radio.css';import '../../assets/node_modules/element-plus/theme-chalk/src/select.css';import '../../assets/node_modules/element-plus/theme-chalk/src/option-group.css';import '../../assets/node_modules/element-plus/theme-chalk/src/option.css';import '../../assets/node_modules/element-plus/theme-chalk/src/tag.css';import '../../assets/node_modules/element-plus/theme-chalk/src/autocomplete.css';import '../../assets/node_modules/element-plus/theme-chalk/src/popper.css';import '../../assets/node_modules/element-plus/theme-chalk/src/scrollbar.css';import '../../assets/node_modules/element-plus/theme-chalk/src/input-number.css';import '../../assets/node_modules/element-plus/theme-chalk/src/input.css';import '../../assets/node_modules/element-plus/theme-chalk/src/form-item.css';import '../../assets/node_modules/element-plus/theme-chalk/src/form.css';import '../../assets/node_modules/element-plus/theme-chalk/src/base.css';/* empty css */
5
5
  /* empty css */
6
6
  /* empty css */
7
7
  /* empty css */
@@ -18,6 +18,7 @@ import '../../assets/node_modules/element-plus/theme-chalk/src/popover.css';impo
18
18
  /* empty css */
19
19
  /* empty css */
20
20
  /* empty css */
21
+ /* empty css */
21
22
  /* empty css */
22
23
  /* empty css */
23
24
  /* empty css */
@@ -1,6 +1,6 @@
1
1
  import { defineComponent, inject, ref, computed, openBlock, createBlock, unref, mergeProps, withCtx, renderSlot, normalizeClass, createSlots, createCommentVNode, createElementBlock, Fragment } from "vue";
2
2
  import { ElFormItem } from "element-plus";
3
- import '../../assets/components/VcForm/UiComponents/VcInputLabel.css';import '../../assets/node_modules/element-plus/theme-chalk/src/popover.css';import '../../assets/node_modules/element-plus/theme-chalk/src/transfer.css';import '../../assets/node_modules/element-plus/theme-chalk/src/tree.css';import '../../assets/node_modules/element-plus/theme-chalk/src/text.css';import '../../assets/node_modules/element-plus/theme-chalk/src/slider.css';import '../../assets/node_modules/element-plus/theme-chalk/src/color-picker.css';import '../../assets/node_modules/element-plus/theme-chalk/src/color-picker-panel.css';import '../../assets/node_modules/element-plus/theme-chalk/src/dropdown-item.css';import '../../assets/node_modules/element-plus/theme-chalk/src/date-picker-panel.css';import '../../assets/node_modules/element-plus/theme-chalk/src/button.css';import '../../assets/node_modules/element-plus/theme-chalk/src/checkbox-group.css';import '../../assets/node_modules/element-plus/theme-chalk/src/checkbox.css';import '../../assets/node_modules/element-plus/theme-chalk/src/radio-button.css';import '../../assets/node_modules/element-plus/theme-chalk/src/radio-group.css';import '../../assets/node_modules/element-plus/theme-chalk/src/radio.css';import '../../assets/node_modules/element-plus/theme-chalk/src/select.css';import '../../assets/node_modules/element-plus/theme-chalk/src/option-group.css';import '../../assets/node_modules/element-plus/theme-chalk/src/option.css';import '../../assets/node_modules/element-plus/theme-chalk/src/tag.css';import '../../assets/node_modules/element-plus/theme-chalk/src/autocomplete.css';import '../../assets/node_modules/element-plus/theme-chalk/src/popper.css';import '../../assets/node_modules/element-plus/theme-chalk/src/scrollbar.css';import '../../assets/node_modules/element-plus/theme-chalk/src/input-number.css';import '../../assets/node_modules/element-plus/theme-chalk/src/input.css';import '../../assets/node_modules/element-plus/theme-chalk/src/form-item.css';import '../../assets/node_modules/element-plus/theme-chalk/src/form.css';import '../../assets/node_modules/element-plus/theme-chalk/src/base.css';
3
+ import '../../assets/components/VcForm/UiComponents/VcInputLabel.css';import '../../assets/node_modules/element-plus/theme-chalk/src/popover.css';import '../../assets/node_modules/element-plus/theme-chalk/src/transfer.css';import '../../assets/node_modules/element-plus/theme-chalk/src/tree.css';import '../../assets/node_modules/element-plus/theme-chalk/src/text.css';import '../../assets/node_modules/element-plus/theme-chalk/src/slider.css';import '../../assets/node_modules/element-plus/theme-chalk/src/color-picker.css';import '../../assets/node_modules/element-plus/theme-chalk/src/color-picker-panel.css';import '../../assets/node_modules/element-plus/theme-chalk/src/tooltip.css';import '../../assets/node_modules/element-plus/theme-chalk/src/date-picker-panel.css';import '../../assets/node_modules/element-plus/theme-chalk/src/button.css';import '../../assets/node_modules/element-plus/theme-chalk/src/checkbox-button.css';import '../../assets/node_modules/element-plus/theme-chalk/src/checkbox-group.css';import '../../assets/node_modules/element-plus/theme-chalk/src/checkbox.css';import '../../assets/node_modules/element-plus/theme-chalk/src/radio-button.css';import '../../assets/node_modules/element-plus/theme-chalk/src/radio-group.css';import '../../assets/node_modules/element-plus/theme-chalk/src/radio.css';import '../../assets/node_modules/element-plus/theme-chalk/src/select.css';import '../../assets/node_modules/element-plus/theme-chalk/src/option-group.css';import '../../assets/node_modules/element-plus/theme-chalk/src/option.css';import '../../assets/node_modules/element-plus/theme-chalk/src/tag.css';import '../../assets/node_modules/element-plus/theme-chalk/src/autocomplete.css';import '../../assets/node_modules/element-plus/theme-chalk/src/popper.css';import '../../assets/node_modules/element-plus/theme-chalk/src/scrollbar.css';import '../../assets/node_modules/element-plus/theme-chalk/src/input-number.css';import '../../assets/node_modules/element-plus/theme-chalk/src/input.css';import '../../assets/node_modules/element-plus/theme-chalk/src/form-item.css';import '../../assets/node_modules/element-plus/theme-chalk/src/form.css';import '../../assets/node_modules/element-plus/theme-chalk/src/base.css';
4
4
  import '../../assets/components/VcForm/VcFormItem.css';/* empty css */
5
5
  /* empty css */
6
6
  /* empty css */
@@ -18,6 +18,7 @@ import '../../assets/components/VcForm/VcFormItem.css';/* empty css
18
18
  /* empty css */
19
19
  /* empty css */
20
20
  /* empty css */
21
+ /* empty css */
21
22
  /* empty css */
22
23
  /* empty css */
23
24
  /* empty css */
@@ -1,6 +1,6 @@
1
1
  import { defineComponent, ref, computed, openBlock, createElementBlock, createElementVNode, createVNode, withCtx, Fragment, renderList, unref, toDisplayString, createBlock, createTextVNode, createCommentVNode } from "vue";
2
2
  import { ElTooltip } from "element-plus";
3
- import '../../assets/components/VcIcon/VcIcon.css';import '../../assets/components/VcButton/VcButtonIcon.css';import '../../assets/components/VcButton/VcButton.css';import '../../assets/components/VcPopover/VcPopover.css';import '../../assets/node_modules/element-plus/theme-chalk/src/dropdown-item.css';import '../../assets/node_modules/element-plus/theme-chalk/src/popper.css';import '../../assets/node_modules/element-plus/theme-chalk/src/base.css';/* empty css */
3
+ import '../../assets/components/VcIcon/VcIcon.css';import '../../assets/components/VcButton/VcButtonIcon.css';import '../../assets/components/VcButton/VcButton.css';import '../../assets/components/VcPopover/VcPopover.css';import '../../assets/node_modules/element-plus/theme-chalk/src/tooltip.css';import '../../assets/node_modules/element-plus/theme-chalk/src/popper.css';import '../../assets/node_modules/element-plus/theme-chalk/src/base.css';/* empty css */
4
4
  /* empty css */
5
5
  /* empty css */
6
6
  import { htmlHeadingMenuItems, htmlInsertMenuItems, getParameterDisplayLabel } from "./htmlEditor.config.mjs";
@@ -1,6 +1,6 @@
1
1
  import { defineComponent, ref, computed, withDirectives, openBlock, createBlock, unref, mergeProps, createSlots, withCtx, createVNode, normalizeStyle, normalizeClass, createCommentVNode } from "vue";
2
2
  import { ElInput } from "element-plus";
3
- import '../../assets/components/VcIcon/VcIcon.css';import '../../assets/node_modules/element-plus/theme-chalk/src/popover.css';import '../../assets/node_modules/element-plus/theme-chalk/src/transfer.css';import '../../assets/node_modules/element-plus/theme-chalk/src/tree.css';import '../../assets/node_modules/element-plus/theme-chalk/src/text.css';import '../../assets/node_modules/element-plus/theme-chalk/src/slider.css';import '../../assets/node_modules/element-plus/theme-chalk/src/color-picker.css';import '../../assets/node_modules/element-plus/theme-chalk/src/color-picker-panel.css';import '../../assets/node_modules/element-plus/theme-chalk/src/dropdown-item.css';import '../../assets/node_modules/element-plus/theme-chalk/src/date-picker-panel.css';import '../../assets/node_modules/element-plus/theme-chalk/src/button.css';import '../../assets/node_modules/element-plus/theme-chalk/src/checkbox-group.css';import '../../assets/node_modules/element-plus/theme-chalk/src/checkbox.css';import '../../assets/node_modules/element-plus/theme-chalk/src/radio-button.css';import '../../assets/node_modules/element-plus/theme-chalk/src/radio-group.css';import '../../assets/node_modules/element-plus/theme-chalk/src/radio.css';import '../../assets/node_modules/element-plus/theme-chalk/src/select.css';import '../../assets/node_modules/element-plus/theme-chalk/src/option-group.css';import '../../assets/node_modules/element-plus/theme-chalk/src/option.css';import '../../assets/node_modules/element-plus/theme-chalk/src/tag.css';import '../../assets/node_modules/element-plus/theme-chalk/src/autocomplete.css';import '../../assets/node_modules/element-plus/theme-chalk/src/popper.css';import '../../assets/node_modules/element-plus/theme-chalk/src/scrollbar.css';import '../../assets/node_modules/element-plus/theme-chalk/src/input-number.css';import '../../assets/node_modules/element-plus/theme-chalk/src/input.css';import '../../assets/node_modules/element-plus/theme-chalk/src/form-item.css';import '../../assets/node_modules/element-plus/theme-chalk/src/form.css';import '../../assets/node_modules/element-plus/theme-chalk/src/base.css';
3
+ import '../../assets/components/VcIcon/VcIcon.css';import '../../assets/node_modules/element-plus/theme-chalk/src/popover.css';import '../../assets/node_modules/element-plus/theme-chalk/src/transfer.css';import '../../assets/node_modules/element-plus/theme-chalk/src/tree.css';import '../../assets/node_modules/element-plus/theme-chalk/src/text.css';import '../../assets/node_modules/element-plus/theme-chalk/src/slider.css';import '../../assets/node_modules/element-plus/theme-chalk/src/color-picker.css';import '../../assets/node_modules/element-plus/theme-chalk/src/color-picker-panel.css';import '../../assets/node_modules/element-plus/theme-chalk/src/tooltip.css';import '../../assets/node_modules/element-plus/theme-chalk/src/date-picker-panel.css';import '../../assets/node_modules/element-plus/theme-chalk/src/button.css';import '../../assets/node_modules/element-plus/theme-chalk/src/checkbox-button.css';import '../../assets/node_modules/element-plus/theme-chalk/src/checkbox-group.css';import '../../assets/node_modules/element-plus/theme-chalk/src/checkbox.css';import '../../assets/node_modules/element-plus/theme-chalk/src/radio-button.css';import '../../assets/node_modules/element-plus/theme-chalk/src/radio-group.css';import '../../assets/node_modules/element-plus/theme-chalk/src/radio.css';import '../../assets/node_modules/element-plus/theme-chalk/src/select.css';import '../../assets/node_modules/element-plus/theme-chalk/src/option-group.css';import '../../assets/node_modules/element-plus/theme-chalk/src/option.css';import '../../assets/node_modules/element-plus/theme-chalk/src/tag.css';import '../../assets/node_modules/element-plus/theme-chalk/src/autocomplete.css';import '../../assets/node_modules/element-plus/theme-chalk/src/popper.css';import '../../assets/node_modules/element-plus/theme-chalk/src/scrollbar.css';import '../../assets/node_modules/element-plus/theme-chalk/src/input-number.css';import '../../assets/node_modules/element-plus/theme-chalk/src/input.css';import '../../assets/node_modules/element-plus/theme-chalk/src/form-item.css';import '../../assets/node_modules/element-plus/theme-chalk/src/form.css';import '../../assets/node_modules/element-plus/theme-chalk/src/base.css';
4
4
  import '../../assets/components/VcInput/VcInput.css';/* empty css */
5
5
  /* empty css */
6
6
  /* empty css */
@@ -18,6 +18,7 @@ import '../../assets/components/VcInput/VcInput.css';/* empty css
18
18
  /* empty css */
19
19
  /* empty css */
20
20
  /* empty css */
21
+ /* empty css */
21
22
  /* empty css */
22
23
  /* empty css */
23
24
  /* empty css */
@@ -1,7 +1,7 @@
1
1
  import { defineComponent, useAttrs, ref, computed, onMounted, nextTick, openBlock, createBlock, unref, withCtx, createVNode, createElementVNode, normalizeStyle, normalizeClass, createElementBlock, createCommentVNode, mergeProps, isRef } from "vue";
2
2
  import { MilkdownProvider } from "@milkdown/vue";
3
3
  import _sfc_main$3 from "./VcMdEditorContent.vue.mjs";
4
- import '../../assets/components/VcButton/VcButtonIcon.css';import '../../assets/node_modules/element-plus/theme-chalk/src/dropdown-item.css';import '../../assets/node_modules/element-plus/theme-chalk/src/popper.css';import '../../assets/node_modules/element-plus/theme-chalk/src/base.css';import '../../assets/components/VcMdEditor/VcMdEditorContent.css';/* empty css */
4
+ import '../../assets/components/VcButton/VcButtonIcon.css';import '../../assets/node_modules/element-plus/theme-chalk/src/tooltip.css';import '../../assets/node_modules/element-plus/theme-chalk/src/popper.css';import '../../assets/node_modules/element-plus/theme-chalk/src/base.css';import '../../assets/components/VcMdEditor/VcMdEditorContent.css';/* empty css */
5
5
  import { useVModel } from "@vueuse/core";
6
6
  import { convertToUnit } from "../../utils/helpers.mjs";
7
7
  import { markdown } from "@codemirror/lang-markdown";
@@ -1,6 +1,6 @@
1
1
  import { defineComponent, ref, computed, openBlock, createElementBlock, createElementVNode, createVNode, withCtx, Fragment, renderList, unref, toDisplayString, createBlock, createCommentVNode, nextTick } from "vue";
2
2
  import _sfc_main$1 from "../VcPopover/VcPopover.vue.mjs";
3
- import '../../assets/components/VcIcon/VcIcon.css';import '../../assets/components/VcButton/VcButton.css';import '../../assets/node_modules/element-plus/theme-chalk/src/dropdown-item.css';import '../../assets/node_modules/element-plus/theme-chalk/src/popper.css';import '../../assets/node_modules/element-plus/theme-chalk/src/cascader-panel.css';import '../../assets/node_modules/element-plus/theme-chalk/src/virtual-list.css';import '../../assets/node_modules/element-plus/theme-chalk/src/scrollbar.css';import '../../assets/node_modules/element-plus/theme-chalk/src/radio.css';import '../../assets/node_modules/element-plus/theme-chalk/src/checkbox.css';import '../../assets/node_modules/element-plus/theme-chalk/src/base.css';import '../../assets/components/VcPopover/VcPopover.css';/* empty css */
3
+ import '../../assets/components/VcIcon/VcIcon.css';import '../../assets/components/VcButton/VcButton.css';import '../../assets/node_modules/element-plus/theme-chalk/src/tooltip.css';import '../../assets/node_modules/element-plus/theme-chalk/src/popper.css';import '../../assets/node_modules/element-plus/theme-chalk/src/cascader-panel.css';import '../../assets/node_modules/element-plus/theme-chalk/src/virtual-list.css';import '../../assets/node_modules/element-plus/theme-chalk/src/scrollbar.css';import '../../assets/node_modules/element-plus/theme-chalk/src/radio.css';import '../../assets/node_modules/element-plus/theme-chalk/src/checkbox.css';import '../../assets/node_modules/element-plus/theme-chalk/src/base.css';import '../../assets/components/VcPopover/VcPopover.css';/* empty css */
4
4
  import { headingMenuItems, listMenuItems, advancedMenuItems } from "./mdEditor.config.mjs";
5
5
  import { isGroupParameter } from "../../types/VcMdEditor.types.mjs";
6
6
  import { ElCascaderPanel, ElTooltip } from "element-plus";
@@ -1,6 +1,6 @@
1
1
  import { defineComponent, computed, openBlock, createBlock, unref, normalizeClass, withCtx, renderSlot, createTextVNode, toDisplayString } from "vue";
2
2
  import { ElRadio } from "element-plus";
3
- import '../../assets/node_modules/element-plus/theme-chalk/src/popover.css';import '../../assets/node_modules/element-plus/theme-chalk/src/transfer.css';import '../../assets/node_modules/element-plus/theme-chalk/src/tree.css';import '../../assets/node_modules/element-plus/theme-chalk/src/text.css';import '../../assets/node_modules/element-plus/theme-chalk/src/slider.css';import '../../assets/node_modules/element-plus/theme-chalk/src/color-picker.css';import '../../assets/node_modules/element-plus/theme-chalk/src/color-picker-panel.css';import '../../assets/node_modules/element-plus/theme-chalk/src/dropdown-item.css';import '../../assets/node_modules/element-plus/theme-chalk/src/date-picker-panel.css';import '../../assets/node_modules/element-plus/theme-chalk/src/button.css';import '../../assets/node_modules/element-plus/theme-chalk/src/checkbox-group.css';import '../../assets/node_modules/element-plus/theme-chalk/src/checkbox.css';import '../../assets/node_modules/element-plus/theme-chalk/src/radio-button.css';import '../../assets/node_modules/element-plus/theme-chalk/src/radio-group.css';import '../../assets/node_modules/element-plus/theme-chalk/src/radio.css';import '../../assets/node_modules/element-plus/theme-chalk/src/select.css';import '../../assets/node_modules/element-plus/theme-chalk/src/option-group.css';import '../../assets/node_modules/element-plus/theme-chalk/src/option.css';import '../../assets/node_modules/element-plus/theme-chalk/src/tag.css';import '../../assets/node_modules/element-plus/theme-chalk/src/autocomplete.css';import '../../assets/node_modules/element-plus/theme-chalk/src/popper.css';import '../../assets/node_modules/element-plus/theme-chalk/src/scrollbar.css';import '../../assets/node_modules/element-plus/theme-chalk/src/input-number.css';import '../../assets/node_modules/element-plus/theme-chalk/src/input.css';import '../../assets/node_modules/element-plus/theme-chalk/src/form-item.css';import '../../assets/node_modules/element-plus/theme-chalk/src/form.css';import '../../assets/node_modules/element-plus/theme-chalk/src/base.css';
3
+ import '../../assets/node_modules/element-plus/theme-chalk/src/popover.css';import '../../assets/node_modules/element-plus/theme-chalk/src/transfer.css';import '../../assets/node_modules/element-plus/theme-chalk/src/tree.css';import '../../assets/node_modules/element-plus/theme-chalk/src/text.css';import '../../assets/node_modules/element-plus/theme-chalk/src/slider.css';import '../../assets/node_modules/element-plus/theme-chalk/src/color-picker.css';import '../../assets/node_modules/element-plus/theme-chalk/src/color-picker-panel.css';import '../../assets/node_modules/element-plus/theme-chalk/src/tooltip.css';import '../../assets/node_modules/element-plus/theme-chalk/src/date-picker-panel.css';import '../../assets/node_modules/element-plus/theme-chalk/src/button.css';import '../../assets/node_modules/element-plus/theme-chalk/src/checkbox-button.css';import '../../assets/node_modules/element-plus/theme-chalk/src/checkbox-group.css';import '../../assets/node_modules/element-plus/theme-chalk/src/checkbox.css';import '../../assets/node_modules/element-plus/theme-chalk/src/radio-button.css';import '../../assets/node_modules/element-plus/theme-chalk/src/radio-group.css';import '../../assets/node_modules/element-plus/theme-chalk/src/radio.css';import '../../assets/node_modules/element-plus/theme-chalk/src/select.css';import '../../assets/node_modules/element-plus/theme-chalk/src/option-group.css';import '../../assets/node_modules/element-plus/theme-chalk/src/option.css';import '../../assets/node_modules/element-plus/theme-chalk/src/tag.css';import '../../assets/node_modules/element-plus/theme-chalk/src/autocomplete.css';import '../../assets/node_modules/element-plus/theme-chalk/src/popper.css';import '../../assets/node_modules/element-plus/theme-chalk/src/scrollbar.css';import '../../assets/node_modules/element-plus/theme-chalk/src/input-number.css';import '../../assets/node_modules/element-plus/theme-chalk/src/input.css';import '../../assets/node_modules/element-plus/theme-chalk/src/form-item.css';import '../../assets/node_modules/element-plus/theme-chalk/src/form.css';import '../../assets/node_modules/element-plus/theme-chalk/src/base.css';
4
4
  import '../../assets/components/VcRadio/VcRadio.css';/* empty css */
5
5
  /* empty css */
6
6
  /* empty css */
@@ -18,6 +18,7 @@ import '../../assets/components/VcRadio/VcRadio.css';/* empty css
18
18
  /* empty css */
19
19
  /* empty css */
20
20
  /* empty css */
21
+ /* empty css */
21
22
  /* empty css */
22
23
  /* empty css */
23
24
  /* empty css */
@@ -1,6 +1,6 @@
1
1
  import { defineComponent, computed, markRaw, h, watch, openBlock, createBlock, unref, mergeProps, isRef, createSlots, withCtx, renderSlot, createElementBlock, Fragment, createVNode, createTextVNode, toDisplayString, createCommentVNode, renderList, createElementVNode, normalizeStyle, normalizeClass } from "vue";
2
2
  import { ElSelect } from "element-plus";
3
- import '../../assets/components/VcIcon/VcIcon.css';import '../../assets/components/VcForm/VcFormItem.css';import '../../assets/components/VcCheckbox/VcCheckbox.css';import '../../assets/components/VcSelect/VcSelectOption.css';import '../../assets/node_modules/element-plus/theme-chalk/src/popover.css';import '../../assets/node_modules/element-plus/theme-chalk/src/transfer.css';import '../../assets/node_modules/element-plus/theme-chalk/src/tree.css';import '../../assets/node_modules/element-plus/theme-chalk/src/text.css';import '../../assets/node_modules/element-plus/theme-chalk/src/slider.css';import '../../assets/node_modules/element-plus/theme-chalk/src/color-picker.css';import '../../assets/node_modules/element-plus/theme-chalk/src/color-picker-panel.css';import '../../assets/node_modules/element-plus/theme-chalk/src/dropdown-item.css';import '../../assets/node_modules/element-plus/theme-chalk/src/date-picker-panel.css';import '../../assets/node_modules/element-plus/theme-chalk/src/button.css';import '../../assets/node_modules/element-plus/theme-chalk/src/checkbox-group.css';import '../../assets/node_modules/element-plus/theme-chalk/src/checkbox.css';import '../../assets/node_modules/element-plus/theme-chalk/src/radio-button.css';import '../../assets/node_modules/element-plus/theme-chalk/src/radio-group.css';import '../../assets/node_modules/element-plus/theme-chalk/src/radio.css';import '../../assets/node_modules/element-plus/theme-chalk/src/select.css';import '../../assets/node_modules/element-plus/theme-chalk/src/option-group.css';import '../../assets/node_modules/element-plus/theme-chalk/src/option.css';import '../../assets/node_modules/element-plus/theme-chalk/src/tag.css';import '../../assets/node_modules/element-plus/theme-chalk/src/autocomplete.css';import '../../assets/node_modules/element-plus/theme-chalk/src/popper.css';import '../../assets/node_modules/element-plus/theme-chalk/src/scrollbar.css';import '../../assets/node_modules/element-plus/theme-chalk/src/input-number.css';import '../../assets/node_modules/element-plus/theme-chalk/src/input.css';import '../../assets/node_modules/element-plus/theme-chalk/src/form-item.css';import '../../assets/node_modules/element-plus/theme-chalk/src/form.css';import '../../assets/node_modules/element-plus/theme-chalk/src/base.css';
3
+ import '../../assets/components/VcIcon/VcIcon.css';import '../../assets/components/VcForm/VcFormItem.css';import '../../assets/components/VcCheckbox/VcCheckbox.css';import '../../assets/components/VcSelect/VcSelectOption.css';import '../../assets/node_modules/element-plus/theme-chalk/src/popover.css';import '../../assets/node_modules/element-plus/theme-chalk/src/transfer.css';import '../../assets/node_modules/element-plus/theme-chalk/src/tree.css';import '../../assets/node_modules/element-plus/theme-chalk/src/text.css';import '../../assets/node_modules/element-plus/theme-chalk/src/slider.css';import '../../assets/node_modules/element-plus/theme-chalk/src/color-picker.css';import '../../assets/node_modules/element-plus/theme-chalk/src/color-picker-panel.css';import '../../assets/node_modules/element-plus/theme-chalk/src/tooltip.css';import '../../assets/node_modules/element-plus/theme-chalk/src/date-picker-panel.css';import '../../assets/node_modules/element-plus/theme-chalk/src/button.css';import '../../assets/node_modules/element-plus/theme-chalk/src/checkbox-button.css';import '../../assets/node_modules/element-plus/theme-chalk/src/checkbox-group.css';import '../../assets/node_modules/element-plus/theme-chalk/src/checkbox.css';import '../../assets/node_modules/element-plus/theme-chalk/src/radio-button.css';import '../../assets/node_modules/element-plus/theme-chalk/src/radio-group.css';import '../../assets/node_modules/element-plus/theme-chalk/src/radio.css';import '../../assets/node_modules/element-plus/theme-chalk/src/select.css';import '../../assets/node_modules/element-plus/theme-chalk/src/option-group.css';import '../../assets/node_modules/element-plus/theme-chalk/src/option.css';import '../../assets/node_modules/element-plus/theme-chalk/src/tag.css';import '../../assets/node_modules/element-plus/theme-chalk/src/autocomplete.css';import '../../assets/node_modules/element-plus/theme-chalk/src/popper.css';import '../../assets/node_modules/element-plus/theme-chalk/src/scrollbar.css';import '../../assets/node_modules/element-plus/theme-chalk/src/input-number.css';import '../../assets/node_modules/element-plus/theme-chalk/src/input.css';import '../../assets/node_modules/element-plus/theme-chalk/src/form-item.css';import '../../assets/node_modules/element-plus/theme-chalk/src/form.css';import '../../assets/node_modules/element-plus/theme-chalk/src/base.css';
4
4
  import '../../assets/components/VcSelect/VcSelect.css';/* empty css */
5
5
  /* empty css */
6
6
  /* empty css */
@@ -18,6 +18,7 @@ import '../../assets/components/VcSelect/VcSelect.css';/* empty css
18
18
  /* empty css */
19
19
  /* empty css */
20
20
  /* empty css */
21
+ /* empty css */
21
22
  /* empty css */
22
23
  /* empty css */
23
24
  /* empty css */
@@ -1,6 +1,6 @@
1
1
  import { defineComponent, openBlock, createBlock, unref, mergeProps } from "vue";
2
2
  import { ElSlider } from "element-plus";
3
- import '../../assets/node_modules/element-plus/theme-chalk/src/slider.css';import '../../assets/node_modules/element-plus/theme-chalk/src/input-number.css';import '../../assets/node_modules/element-plus/theme-chalk/src/input.css';import '../../assets/node_modules/element-plus/theme-chalk/src/dropdown-item.css';import '../../assets/node_modules/element-plus/theme-chalk/src/popper.css';import '../../assets/node_modules/element-plus/theme-chalk/src/base.css';
3
+ import '../../assets/node_modules/element-plus/theme-chalk/src/slider.css';import '../../assets/node_modules/element-plus/theme-chalk/src/input-number.css';import '../../assets/node_modules/element-plus/theme-chalk/src/input.css';import '../../assets/node_modules/element-plus/theme-chalk/src/tooltip.css';import '../../assets/node_modules/element-plus/theme-chalk/src/popper.css';import '../../assets/node_modules/element-plus/theme-chalk/src/base.css';
4
4
  import '../../assets/components/VcSlider/VcSlider.css';/* empty css */
5
5
  /* empty css */
6
6
  /* empty css */
@@ -20,22 +20,26 @@ import _sfc_main$6 from "../../../components/VcButton/VcButton.vue.mjs";
20
20
  const _hoisted_1 = { class: "vc-entity-list-table__wrap relative" };
21
21
  const _hoisted_2 = { key: 0 };
22
22
  const _hoisted_3 = ["colspan"];
23
- const _hoisted_4 = { class: "w-full p-4 items-center flex flex-col" };
23
+ const _hoisted_4 = { class: "w-full flex justify-center items-center" };
24
24
  const _hoisted_5 = { class: "text-default-text text-sm font-semibold" };
25
- const _hoisted_6 = { class: "flex-center px-2" };
26
- const _hoisted_7 = { class: "flex justify-between flex-wrap md:flex-nowrap gap-2" };
27
- const _hoisted_8 = { class: "left-header-actions flex items-center order-2 md:order-1 w-full md:w-auto" };
28
- const _hoisted_9 = {
25
+ const _hoisted_6 = { key: 1 };
26
+ const _hoisted_7 = ["colspan"];
27
+ const _hoisted_8 = { class: "w-full p-4 items-center flex flex-col" };
28
+ const _hoisted_9 = { class: "text-default-text text-sm font-semibold" };
29
+ const _hoisted_10 = { class: "flex-center px-2" };
30
+ const _hoisted_11 = { class: "flex justify-between flex-wrap md:flex-nowrap gap-2" };
31
+ const _hoisted_12 = { class: "left-header-actions flex items-center order-2 md:order-1 w-full md:w-auto" };
32
+ const _hoisted_13 = {
29
33
  key: 0,
30
34
  class: "md:mx-6 w-full md:w-60"
31
35
  };
32
- const _hoisted_10 = { class: "right-header-actions flex items-center flex-wrap md:flex-nowrap gap-2 order-1 md:order-2" };
33
- const _hoisted_11 = { class: "flex items-center justify-center gap-1" };
34
- const _hoisted_12 = {
36
+ const _hoisted_14 = { class: "right-header-actions flex items-center flex-wrap md:flex-nowrap gap-2 order-1 md:order-2" };
37
+ const _hoisted_15 = { class: "flex items-center justify-center gap-1" };
38
+ const _hoisted_16 = {
35
39
  key: 1,
36
40
  class: "flex-center gap-1"
37
41
  };
38
- const _hoisted_13 = {
42
+ const _hoisted_17 = {
39
43
  key: 0,
40
44
  class: "vc-entity-table-disabled-overflow"
41
45
  };
@@ -81,6 +85,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
81
85
  const searchModel = ref("");
82
86
  const searchInputRef = ref();
83
87
  const debouncedSearchModel = refDebounced(searchModel, 300);
88
+ const tableColumns = computed(() => props.columns);
84
89
  const usedSlots = computed(() => {
85
90
  return Object.keys(slots);
86
91
  });
@@ -233,7 +238,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
233
238
  return openBlock(), createElementBlock("div", _hoisted_1, [
234
239
  createVNode(_sfc_main$1, mergeProps(unref(attrs), {
235
240
  options: dataSearched.value,
236
- columns: props.columns,
241
+ columns: tableColumns.value,
237
242
  loading: !!unref(loading),
238
243
  "show-selection": isShowSelection.value,
239
244
  "show-actions-column": __props.showActionColumns,
@@ -251,38 +256,51 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
251
256
  onHandleSelectionChange: handleSelectionChange
252
257
  }), createSlots({
253
258
  "empty-data": withCtx(() => {
254
- var _a2;
259
+ var _a2, _b;
255
260
  return [
256
- !unref(loading) ? (openBlock(), createElementBlock("tr", _hoisted_2, [
261
+ unref(loading) ? (openBlock(), createElementBlock("tr", _hoisted_2, [
257
262
  createElementVNode("td", {
258
263
  colspan: ((_a2 = props.columns) == null ? void 0 : _a2.length) + 1
259
264
  }, [
260
265
  createElementVNode("div", _hoisted_4, [
261
- createElementVNode("div", _hoisted_5, toDisplayString(__props.tableNoDataText || unref(tVU).t("voicenterUi.general.no.data")), 1),
262
- isRecycleBin.value ? (openBlock(), createBlock(_sfc_main$6, {
263
- key: 0,
264
- type: "borderless",
265
- icon: "vc-icon-exit-recycle-bin",
266
- "data-test-name": "exit-recycle-bit-button",
267
- onClick: recycleBinClickHandler
268
- }, {
269
- default: withCtx(() => [
270
- createTextVNode(toDisplayString(unref(tVU).t("voicenterUi.general.exitRecycleBin")), 1)
271
- ]),
272
- _: 1
273
- })) : unref(onCreateFunction) ? renderSlot(_ctx.$slots, "add-entity-button", {
274
- key: 1,
275
- entity: unref(entity)
276
- }, () => [
277
- createVNode(_sfc_main$7, {
278
- entity: unref(entity),
279
- "add-entity-label": __props.addEntityLabel,
280
- onClick: addNewClickHandler
281
- }, null, 8, ["entity", "add-entity-label"])
282
- ]) : createCommentVNode("", true)
266
+ createElementVNode("span", _hoisted_5, toDisplayString(unref(tVU).t("voicenterUi.loader.loading")) + "...", 1)
283
267
  ])
284
268
  ], 8, _hoisted_3)
285
- ])) : createCommentVNode("", true)
269
+ ])) : (openBlock(), createElementBlock("tr", _hoisted_6, [
270
+ createElementVNode("td", {
271
+ colspan: ((_b = props.columns) == null ? void 0 : _b.length) + 1
272
+ }, [
273
+ renderSlot(_ctx.$slots, "empty-data-slot", {
274
+ recycleBin: isRecycleBin.value,
275
+ entity: unref(entity)
276
+ }, () => [
277
+ createElementVNode("div", _hoisted_8, [
278
+ createElementVNode("div", _hoisted_9, toDisplayString(__props.tableNoDataText || unref(tVU).t("voicenterUi.general.no.data")), 1),
279
+ isRecycleBin.value ? (openBlock(), createBlock(_sfc_main$6, {
280
+ key: 0,
281
+ type: "borderless",
282
+ icon: "vc-icon-exit-recycle-bin",
283
+ "data-test-name": "exit-recycle-bit-button",
284
+ onClick: recycleBinClickHandler
285
+ }, {
286
+ default: withCtx(() => [
287
+ createTextVNode(toDisplayString(unref(tVU).t("voicenterUi.general.exitRecycleBin")), 1)
288
+ ]),
289
+ _: 1
290
+ })) : unref(onCreateFunction) ? renderSlot(_ctx.$slots, "add-entity-button", {
291
+ key: 1,
292
+ entity: unref(entity)
293
+ }, () => [
294
+ createVNode(_sfc_main$7, {
295
+ entity: unref(entity),
296
+ "add-entity-label": __props.addEntityLabel,
297
+ onClick: addNewClickHandler
298
+ }, null, 8, ["entity", "add-entity-label"])
299
+ ]) : createCommentVNode("", true)
300
+ ])
301
+ ])
302
+ ], 8, _hoisted_7)
303
+ ]))
286
304
  ];
287
305
  }),
288
306
  "header-filter": withCtx(() => [
@@ -290,7 +308,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
290
308
  ]),
291
309
  "checked-tooltip": withCtx(() => [
292
310
  renderSlot(_ctx.$slots, "checked-tooltip", {}, () => [
293
- createElementVNode("div", _hoisted_6, [
311
+ createElementVNode("div", _hoisted_10, [
294
312
  unref(onEntityTableDeleteSelectedFunction) && selectedItems.value.length ? (openBlock(), createBlock(_sfc_main$6, {
295
313
  key: 0,
296
314
  color: "destructive",
@@ -310,9 +328,9 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
310
328
  "header-actions": withCtx(() => {
311
329
  var _a2;
312
330
  return [
313
- createElementVNode("div", _hoisted_7, [
314
- createElementVNode("div", _hoisted_8, [
315
- ((_a2 = __props.searchKeys) == null ? void 0 : _a2.length) ? (openBlock(), createElementBlock("div", _hoisted_9, [
331
+ createElementVNode("div", _hoisted_11, [
332
+ createElementVNode("div", _hoisted_12, [
333
+ ((_a2 = __props.searchKeys) == null ? void 0 : _a2.length) ? (openBlock(), createElementBlock("div", _hoisted_13, [
316
334
  createVNode(_sfc_main$5, {
317
335
  ref_key: "searchInputRef",
318
336
  ref: searchInputRef,
@@ -325,7 +343,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
325
343
  }, null, 8, ["modelValue", "placeholder"])
326
344
  ])) : createCommentVNode("", true)
327
345
  ]),
328
- createElementVNode("div", _hoisted_10, [
346
+ createElementVNode("div", _hoisted_14, [
329
347
  renderSlot(_ctx.$slots, "pre-header-actions"),
330
348
  __props.showRecycleBinAction && unref(onRecycleBinToggleFunction) ? (openBlock(), createBlock(_sfc_main$6, {
331
349
  key: 0,
@@ -354,7 +372,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
354
372
  ];
355
373
  }),
356
374
  "actions-column": withCtx(({ row, index }) => [
357
- createElementVNode("div", _hoisted_11, [
375
+ createElementVNode("div", _hoisted_15, [
358
376
  isRecycleBin.value ? (openBlock(), createBlock(_sfc_main$2, {
359
377
  key: 0,
360
378
  "entity-data": row,
@@ -362,7 +380,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
362
380
  disabled: !unref(onRestoreFunction),
363
381
  "data-test-name": "restore-button",
364
382
  onRestore: restoreClickHandler
365
- }, null, 8, ["entity-data", "entity", "disabled"])) : (openBlock(), createElementBlock("div", _hoisted_12, [
383
+ }, null, 8, ["entity-data", "entity", "disabled"])) : (openBlock(), createElementBlock("div", _hoisted_16, [
366
384
  renderSlot(_ctx.$slots, "pre-column-actions", {
367
385
  row,
368
386
  index
@@ -406,7 +424,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
406
424
  };
407
425
  })
408
426
  ]), 1040, ["options", "columns", "loading", "show-selection", "show-actions-column", "is-server-data", "per-page-options", "external-paginate", "loader-type"]),
409
- __props.disabled ? (openBlock(), createElementBlock("div", _hoisted_13)) : createCommentVNode("", true)
427
+ __props.disabled ? (openBlock(), createElementBlock("div", _hoisted_17)) : createCommentVNode("", true)
410
428
  ]);
411
429
  };
412
430
  }
package/library/style.css CHANGED
@@ -8,6 +8,8 @@
8
8
 
9
9
  .el-cascader-panel{--el-cascader-menu-text-color: var(--el-text-color-regular);--el-cascader-menu-selected-text-color: var(--el-color-primary);--el-cascader-menu-fill: var(--el-bg-color-overlay);--el-cascader-menu-font-size: var(--el-font-size-base);--el-cascader-menu-radius: var(--el-border-radius-base);--el-cascader-menu-border: solid 1px var(--el-border-color-light);--el-cascader-menu-shadow: var(--el-box-shadow-light);--el-cascader-node-background-hover: var(--el-fill-color-light);--el-cascader-node-color-disabled: var(--el-text-color-placeholder);--el-cascader-color-empty: var(--el-text-color-placeholder);--el-cascader-tag-background: var(--el-fill-color);display:flex;width:-moz-fit-content;width:fit-content;border-radius:var(--el-cascader-menu-radius);font-size:var(--el-cascader-menu-font-size)}.el-cascader-panel.is-bordered{border:var(--el-cascader-menu-border);border-radius:var(--el-cascader-menu-radius)}.el-cascader-menu{min-width:180px;box-sizing:border-box;color:var(--el-cascader-menu-text-color);border-right:var(--el-cascader-menu-border)}.el-cascader-menu:last-child{border-right:none}.el-cascader-menu:last-child .el-cascader-node{padding-right:20px}.el-cascader-menu__wrap.el-scrollbar__wrap{height:204px}.el-cascader-menu__list{position:relative;min-height:100%;margin:0;padding:6px 0;list-style:none;box-sizing:border-box}.el-cascader-menu__list.el-vl__window{margin:6px 0;padding:0}.el-cascader-menu__list.el-vl__window ul{margin:0;padding:0}.el-cascader-menu__hover-zone{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none}.el-cascader-menu__empty-text{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);display:flex;align-items:center;color:var(--el-cascader-color-empty)}.el-cascader-menu__empty-text .is-loading{margin-right:2px}.el-cascader-node{position:relative;display:flex;align-items:center;padding:0 30px 0 20px;height:34px;line-height:34px;outline:none;box-sizing:border-box}.el-cascader-node.is-selectable.in-active-path{color:var(--el-cascader-menu-text-color)}.el-cascader-node.in-active-path,.el-cascader-node.is-selectable.in-checked-path,.el-cascader-node.is-active{color:var(--el-cascader-menu-selected-text-color);font-weight:700}.el-cascader-node:not(.is-disabled){cursor:pointer}.el-cascader-node:not(.is-disabled):hover,.el-cascader-node:not(.is-disabled):focus{background:var(--el-cascader-node-background-hover)}.el-cascader-node.is-disabled{color:var(--el-cascader-node-color-disabled);cursor:not-allowed}.el-cascader-node__prefix{position:absolute;left:10px}.el-cascader-node__postfix{position:absolute;right:10px}.el-cascader-node__label{flex:1;text-align:left;padding:0 8px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.el-cascader-node>.el-checkbox{margin-right:0}.el-cascader-node>.el-radio{margin-right:0}.el-cascader-node>.el-radio .el-radio__label{padding-left:0}
10
10
 
11
+ .el-checkbox-button{--el-checkbox-button-checked-bg-color: var(--el-color-primary);--el-checkbox-button-checked-text-color: var(--el-color-white);--el-checkbox-button-checked-border-color: var(--el-color-primary);--el-checkbox-button-disabled-checked-fill: var(--el-border-color-extra-light);position:relative;display:inline-block}.el-checkbox-button__inner{display:inline-block;line-height:1;font-weight:var(--el-checkbox-font-weight);white-space:nowrap;vertical-align:middle;cursor:pointer;background:var(--el-button-bg-color, var(--el-fill-color-blank));outline:var(--el-border);color:var(--el-button-text-color, var(--el-text-color-regular));-webkit-appearance:none;text-align:center;box-sizing:border-box;margin:0;position:relative;transition:var(--el-transition-all);-webkit-user-select:none;user-select:none;padding:8px 15px;font-size:var(--el-font-size-base);border-radius:0}.el-checkbox-button__inner.is-round{padding:8px 15px}.el-checkbox-button__inner:hover{color:var(--el-color-primary)}.el-checkbox-button__inner [class*=el-icon-]{line-height:.9}.el-checkbox-button__inner [class*=el-icon-]+span{margin-left:5px}.el-checkbox-button__original{opacity:0;outline:none;position:absolute;margin:0;z-index:-1}.el-checkbox-button.is-checked .el-checkbox-button__inner{color:var(--el-checkbox-button-checked-text-color);background-color:var(--el-checkbox-button-checked-bg-color);border-color:var(--el-checkbox-button-checked-border-color);box-shadow:-1px 0 0 0 var(--el-color-primary-light-7)}.el-checkbox-button.is-checked:first-child .el-checkbox-button__inner{border-left-color:var(--el-checkbox-button-checked-border-color)}.el-checkbox-button.is-disabled .el-checkbox-button__inner{color:var(--el-disabled-text-color);cursor:not-allowed;background-image:none;background-color:var(--el-button-disabled-bg-color, var(--el-fill-color-blank));border-color:var(--el-button-disabled-border-color, var(--el-border-color-light));box-shadow:none}.el-checkbox-button.is-disabled:first-child .el-checkbox-button__inner{border-left-color:var(--el-button-disabled-border-color, var(--el-border-color-light))}.el-checkbox-button.is-disabled.is-checked .el-checkbox-button__inner{background-color:var(--el-checkbox-button-disabled-checked-fill)}.el-checkbox-button:first-child .el-checkbox-button__inner{border-top-left-radius:var(--el-border-radius-base);border-bottom-left-radius:var(--el-border-radius-base);box-shadow:none!important}.el-checkbox-button.is-focus .el-checkbox-button__inner{border-color:var(--el-checkbox-button-checked-border-color)}.el-checkbox-button:last-child .el-checkbox-button__inner{border-top-right-radius:var(--el-border-radius-base);border-bottom-right-radius:var(--el-border-radius-base)}.el-checkbox-button--large .el-checkbox-button__inner{padding:12px 19px;font-size:var(--el-font-size-base);border-radius:0}.el-checkbox-button--large .el-checkbox-button__inner.is-round{padding:12px 19px}.el-checkbox-button--small .el-checkbox-button__inner{padding:5px 11px;font-size:12px;border-radius:0}.el-checkbox-button--small .el-checkbox-button__inner.is-round{padding:5px 11px}
12
+
11
13
  .el-checkbox-group{font-size:0;line-height:0}
12
14
 
13
15
  .el-checkbox{--el-checkbox-font-size: var(--input-font-size, .875rem);--el-checkbox-font-weight: var(--input-font-weight);--el-checkbox-text-color: var(--default-text);--el-checkbox-input-height: 18px;--el-checkbox-input-width: 18px;--el-checkbox-border-radius: var(--base-border-radius, .25rem);--el-checkbox-bg-color: var(--field-bg, "#ffffff");--el-checkbox-input-border: 1px solid var(--inactive-elements);--el-checkbox-disabled-border-color: var(--inactive-elements);--el-checkbox-disabled-input-fill: var(--field-bg, "#ffffff");--el-checkbox-disabled-icon-color: var(--placeholders);--el-checkbox-disabled-checked-input-fill: var(--inactive-elements);--el-checkbox-disabled-checked-input-border-color: var(--inactive-elements);--el-checkbox-disabled-checked-icon-color: var(--btn-filled-text);--el-checkbox-checked-text-color: var(--default-text);--el-checkbox-checked-input-border-color: var(--active-elements);--el-checkbox-checked-bg-color: var(--active-elements);--el-checkbox-checked-icon-color: var(--btn-filled-text);--el-checkbox-input-border-color-hover: var(--active-elements--focus);color:var(--el-checkbox-text-color);font-weight:var(--el-checkbox-font-weight);font-size:var(--el-font-size-base);position:relative;cursor:pointer;display:inline-flex;align-items:center;white-space:nowrap;-webkit-user-select:none;user-select:none;margin-right:30px;height:var(--el-checkbox-height, 32px)}.el-checkbox.is-disabled{cursor:not-allowed}.el-checkbox.is-bordered{padding:0 15px 0 11px;border-radius:var(--el-border-radius-base);border:var(--el-border);box-sizing:border-box}.el-checkbox.is-bordered.is-checked{border-color:var(--el-color-primary)}.el-checkbox.is-bordered.is-disabled{border-color:var(--el-border-color-lighter)}.el-checkbox.is-bordered.el-checkbox--large{padding:0 19px 0 13px;border-radius:var(--el-border-radius-base)}.el-checkbox.is-bordered.el-checkbox--large .el-checkbox__label{font-size:var(--el-font-size-base)}.el-checkbox.is-bordered.el-checkbox--large .el-checkbox__inner{height:14px;width:14px}.el-checkbox.is-bordered.el-checkbox--small{padding:0 11px 0 9px;border-radius:calc(var(--el-border-radius-base) - 1px)}.el-checkbox.is-bordered.el-checkbox--small .el-checkbox__label{font-size:12px}.el-checkbox.is-bordered.el-checkbox--small .el-checkbox__inner{height:12px;width:12px}.el-checkbox.is-bordered.el-checkbox--small .el-checkbox__inner:after{height:6px;width:2px}.el-checkbox input:focus-visible+.el-checkbox__inner{outline:2px solid var(--el-checkbox-input-border-color-hover);outline-offset:1px;border-radius:var(--el-checkbox-border-radius)}.el-checkbox__input{white-space:nowrap;cursor:pointer;outline:none;display:inline-flex;position:relative}.el-checkbox__input.is-disabled .el-checkbox__inner{background-color:var(--el-checkbox-disabled-input-fill);border-color:var(--el-checkbox-disabled-border-color);cursor:not-allowed}.el-checkbox__input.is-disabled .el-checkbox__inner:after{cursor:not-allowed;border-color:var(--el-checkbox-disabled-icon-color);will-change:transform}.el-checkbox__input.is-disabled.is-checked .el-checkbox__inner{background-color:var(--el-checkbox-disabled-checked-input-fill);border-color:var(--el-checkbox-disabled-checked-input-border-color)}.el-checkbox__input.is-disabled.is-checked .el-checkbox__inner:after{border-color:var(--el-checkbox-disabled-checked-icon-color)}.el-checkbox__input.is-disabled.is-indeterminate .el-checkbox__inner{background-color:var(--el-checkbox-disabled-checked-input-fill);border-color:var(--el-checkbox-disabled-checked-input-border-color)}.el-checkbox__input.is-disabled.is-indeterminate .el-checkbox__inner:before{background-color:var(--el-checkbox-disabled-checked-icon-color);border-color:var(--el-checkbox-disabled-checked-icon-color)}.el-checkbox__input.is-disabled+span.el-checkbox__label{color:var(--el-disabled-text-color);cursor:not-allowed}.el-checkbox__input.is-checked .el-checkbox__inner{background-color:var(--el-checkbox-checked-bg-color);border-color:var(--el-checkbox-checked-input-border-color)}.el-checkbox__input.is-checked .el-checkbox__inner:after{transform:translate(-45%,-60%) rotate(45deg) scaleY(1);border-color:var(--el-checkbox-checked-icon-color)}.el-checkbox__input.is-checked+.el-checkbox__label{color:var(--el-checkbox-checked-text-color)}.el-checkbox__input.is-focus:not(.is-checked) .el-checkbox__original:not(:focus-visible){border-color:var(--el-checkbox-input-border-color-hover)}.el-checkbox__input.is-indeterminate .el-checkbox__inner{background-color:var(--el-checkbox-checked-bg-color);border-color:var(--el-checkbox-checked-input-border-color)}.el-checkbox__input.is-indeterminate .el-checkbox__inner:before{content:"";position:absolute;display:block;background-color:var(--el-checkbox-checked-icon-color);height:2px;transform:scale(.5);left:0;right:0;top:5px}.el-checkbox__input.is-indeterminate .el-checkbox__inner:after{display:none}.el-checkbox__inner{display:inline-block;position:relative;border:var(--el-checkbox-input-border);border-radius:var(--el-checkbox-border-radius);box-sizing:border-box;width:var(--el-checkbox-input-width);height:var(--el-checkbox-input-height);background-color:var(--el-checkbox-bg-color);z-index:var(--el-index-normal);transition:border-color .25s cubic-bezier(.71,-.46,.29,1.46),background-color .25s cubic-bezier(.71,-.46,.29,1.46),outline .25s cubic-bezier(.71,-.46,.29,1.46)}.el-checkbox__inner:hover{border-color:var(--el-checkbox-input-border-color-hover)}.el-checkbox__inner:after{box-sizing:content-box;content:"";border:1px solid transparent;border-left:0;border-top:0;height:7px;left:50%;position:absolute;top:50%;transform:translate(-45%,-60%) rotate(45deg) scaleY(0);width:3px;transition:transform .15s ease-in .05s;transform-origin:center}.el-checkbox__original{opacity:0;outline:none;position:absolute;margin:0;width:0;height:0;z-index:-1}.el-checkbox__label{display:inline-block;padding-left:8px;line-height:1;font-size:var(--el-checkbox-font-size)}.el-checkbox.el-checkbox--large{height:40px}.el-checkbox.el-checkbox--large .el-checkbox__label{font-size:14px}.el-checkbox.el-checkbox--large .el-checkbox__inner{width:14px;height:14px}.el-checkbox.el-checkbox--small{height:24px}.el-checkbox.el-checkbox--small .el-checkbox__label{font-size:12px}.el-checkbox.el-checkbox--small .el-checkbox__inner{width:12px;height:12px}.el-checkbox.el-checkbox--small .el-checkbox__input.is-indeterminate .el-checkbox__inner:before{top:4px}.el-checkbox.el-checkbox--small .el-checkbox__inner:after{width:2px;height:6px}.el-checkbox:last-of-type{margin-right:0}
@@ -76,7 +78,7 @@ button.vc-button,.vc-button{position:relative;display:inline-flex;cursor:pointer
76
78
 
77
79
  .vc-card{position:relative;display:flex;width:100%;flex-direction:column}.vc-card>:not([hidden])~:not([hidden]){--tw-divide-y-reverse: 0;border-top-width:calc(1px * calc(1 - var(--tw-divide-y-reverse)));border-bottom-width:calc(1px * var(--tw-divide-y-reverse));border-color:var(--ui-lines)}.vc-card{overflow:hidden;border-radius:.375rem;background-color:var(--card-bg-color);--tw-shadow: 0px 0px 5px var(--card-shadow-color);--tw-shadow-colored: 0px 0px 5px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.vc-card--hover{cursor:pointer;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.3s;transition-timing-function:cubic-bezier(.4,0,1,1)}@media (min-width: 960px){.vc-card--hover:hover{--tw-shadow: 0 0 3px var(--active-elements--focus);--tw-shadow-colored: 0 0 3px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}}.vc-card-header,.vc-card-footer{display:flex;align-items:center;justify-content:space-between;padding:1rem}@media (min-width: 1264px){.vc-card-header,.vc-card-footer{padding-left:1.5rem;padding-right:1.5rem}}.vc-card-content{width:100%;flex-grow:1}
78
80
 
79
- .vc-checkbox,.el-checkbox{margin-right:2rem}.vc-checkbox:where([dir=rtl],[dir=rtl] *),.el-checkbox:where([dir=rtl],[dir=rtl] *){margin-left:2rem;margin-right:0}.vc-checkbox:last-of-type,.el-checkbox:last-of-type{margin-right:0}.vc-checkbox:last-of-type:where([dir=rtl],[dir=rtl] *),.el-checkbox:last-of-type:where([dir=rtl],[dir=rtl] *){margin-left:0}.vc-checkbox .el-checkbox__label,.el-checkbox .el-checkbox__label{padding-left:.75rem}.vc-checkbox .el-checkbox__label:where([dir=rtl],[dir=rtl] *),.el-checkbox .el-checkbox__label:where([dir=rtl],[dir=rtl] *){padding-left:0;padding-right:.75rem}.vc-checkbox .el-checkbox__label:empty,.el-checkbox .el-checkbox__label:empty{display:none}.vc-checkbox .el-checkbox__input.is-indeterminate .el-checkbox__inner:before,.el-checkbox .el-checkbox__input.is-indeterminate .el-checkbox__inner:before{height:6px;transform:scale(.75)}.vc-checkbox .el-checkbox__inner:after,.el-checkbox .el-checkbox__inner:after{border-width:4px;height:8px;width:4px}.vc-checkbox.is-disabled,.el-checkbox.is-disabled{cursor:not-allowed;opacity:.6}.vc-checkbox:not(.is-bordered):not(.is-disabled):hover .el-checkbox__inner,.el-checkbox:not(.is-bordered):not(.is-disabled):hover .el-checkbox__inner{--tw-shadow: 0 0 3px var(--active-elements--focus);--tw-shadow-colored: 0 0 3px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.vc-checkbox.is-bordered:not(.is-disabled).is-checked,.el-checkbox.is-bordered:not(.is-disabled).is-checked{border-color:var(--active-elements)}.vc-checkbox.is-bordered:not(.is-disabled):hover,.el-checkbox.is-bordered:not(.is-disabled):hover{--tw-shadow: 0 0 3px var(--active-elements--focus);--tw-shadow-colored: 0 0 3px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.vc-checkbox.vc-checkbox-color--primary:not(.is-disabled),.el-checkbox.vc-checkbox-color--primary:not(.is-disabled){--el-checkbox-input-border-color-hover: var(--primary-actions);--el-checkbox-checked-bg-color: var(--primary-actions);--el-checkbox-checked-input-border-color: var(--primary-actions)}.vc-checkbox.vc-checkbox-color--primary:not(.is-disabled):not(.is-bordered):not(.is-disabled):hover .el-checkbox__inner,.el-checkbox.vc-checkbox-color--primary:not(.is-disabled):not(.is-bordered):not(.is-disabled):hover .el-checkbox__inner{--tw-shadow: 0 0 3px var(--primary-actions--focus);--tw-shadow-colored: 0 0 3px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.vc-checkbox.vc-checkbox-color--primary:not(.is-disabled).is-bordered:not(.is-disabled).is-checked,.el-checkbox.vc-checkbox-color--primary:not(.is-disabled).is-bordered:not(.is-disabled).is-checked{border-color:var(--primary-actions)}.vc-checkbox.vc-checkbox-color--primary:not(.is-disabled).is-bordered:not(.is-disabled):hover,.el-checkbox.vc-checkbox-color--primary:not(.is-disabled).is-bordered:not(.is-disabled):hover{--tw-shadow: 0 0 3px var(--primary-actions--focus);--tw-shadow-colored: 0 0 3px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.vc-checkbox.vc-checkbox-color--secondary:not(.is-disabled),.el-checkbox.vc-checkbox-color--secondary:not(.is-disabled){--el-checkbox-input-border-color-hover: var(--secondary-actions);--el-checkbox-checked-bg-color: var(--secondary-actions);--el-checkbox-checked-input-border-color: var(--secondary-actions)}.vc-checkbox.vc-checkbox-color--secondary:not(.is-disabled):not(.is-bordered):not(.is-disabled):hover .el-checkbox__inner,.el-checkbox.vc-checkbox-color--secondary:not(.is-disabled):not(.is-bordered):not(.is-disabled):hover .el-checkbox__inner{--tw-shadow: 0 0 3px var(--secondary-actions--focus);--tw-shadow-colored: 0 0 3px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.vc-checkbox.vc-checkbox-color--secondary:not(.is-disabled).is-bordered:not(.is-disabled).is-checked,.el-checkbox.vc-checkbox-color--secondary:not(.is-disabled).is-bordered:not(.is-disabled).is-checked{border-color:var(--secondary-actions)}.vc-checkbox.vc-checkbox-color--secondary:not(.is-disabled).is-bordered:not(.is-disabled):hover,.el-checkbox.vc-checkbox-color--secondary:not(.is-disabled).is-bordered:not(.is-disabled):hover{--tw-shadow: 0 0 3px var(--secondary-actions--focus);--tw-shadow-colored: 0 0 3px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.vc-checkbox.vc-checkbox-color--destructive:not(.is-disabled),.el-checkbox.vc-checkbox-color--destructive:not(.is-disabled){--el-checkbox-input-border-color-hover: var(--destructive-actions);--el-checkbox-checked-bg-color: var(--destructive-actions);--el-checkbox-checked-input-border-color: var(--destructive-actions)}.vc-checkbox.vc-checkbox-color--destructive:not(.is-disabled):not(.is-bordered):not(.is-disabled):hover .el-checkbox__inner,.el-checkbox.vc-checkbox-color--destructive:not(.is-disabled):not(.is-bordered):not(.is-disabled):hover .el-checkbox__inner{--tw-shadow: 0 0 3px var(--destructive-actions--focus);--tw-shadow-colored: 0 0 3px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.vc-checkbox.vc-checkbox-color--destructive:not(.is-disabled).is-bordered:not(.is-disabled).is-checked,.el-checkbox.vc-checkbox-color--destructive:not(.is-disabled).is-bordered:not(.is-disabled).is-checked{border-color:var(--destructive-actions)}.vc-checkbox.vc-checkbox-color--destructive:not(.is-disabled).is-bordered:not(.is-disabled):hover,.el-checkbox.vc-checkbox-color--destructive:not(.is-disabled).is-bordered:not(.is-disabled):hover{--tw-shadow: 0 0 3px var(--destructive-actions--focus);--tw-shadow-colored: 0 0 3px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.vc-checkbox.vc-checkbox-color--success:not(.is-disabled),.el-checkbox.vc-checkbox-color--success:not(.is-disabled){--el-checkbox-input-border-color-hover: var(--success-actions);--el-checkbox-checked-bg-color: var(--success-actions);--el-checkbox-checked-input-border-color: var(--success-actions)}.vc-checkbox.vc-checkbox-color--success:not(.is-disabled):not(.is-bordered):not(.is-disabled):hover .el-checkbox__inner,.el-checkbox.vc-checkbox-color--success:not(.is-disabled):not(.is-bordered):not(.is-disabled):hover .el-checkbox__inner{--tw-shadow: 0 0 3px var(--success-actions--focus);--tw-shadow-colored: 0 0 3px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.vc-checkbox.vc-checkbox-color--success:not(.is-disabled).is-bordered:not(.is-disabled).is-checked,.el-checkbox.vc-checkbox-color--success:not(.is-disabled).is-bordered:not(.is-disabled).is-checked{border-color:var(--success-actions)}.vc-checkbox.vc-checkbox-color--success:not(.is-disabled).is-bordered:not(.is-disabled):hover,.el-checkbox.vc-checkbox-color--success:not(.is-disabled).is-bordered:not(.is-disabled):hover{--tw-shadow: 0 0 3px var(--success-actions--focus);--tw-shadow-colored: 0 0 3px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.vc-checkbox.vc-checkbox-color--warning:not(.is-disabled),.el-checkbox.vc-checkbox-color--warning:not(.is-disabled){--el-checkbox-input-border-color-hover: var(--warning-actions);--el-checkbox-checked-bg-color: var(--warning-actions);--el-checkbox-checked-input-border-color: var(--warning-actions)}.vc-checkbox.vc-checkbox-color--warning:not(.is-disabled):not(.is-bordered):not(.is-disabled):hover .el-checkbox__inner,.el-checkbox.vc-checkbox-color--warning:not(.is-disabled):not(.is-bordered):not(.is-disabled):hover .el-checkbox__inner{--tw-shadow: 0 0 3px var(--warning-actions--focus);--tw-shadow-colored: 0 0 3px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.vc-checkbox.vc-checkbox-color--warning:not(.is-disabled).is-bordered:not(.is-disabled).is-checked,.el-checkbox.vc-checkbox-color--warning:not(.is-disabled).is-bordered:not(.is-disabled).is-checked{border-color:var(--warning-actions)}.vc-checkbox.vc-checkbox-color--warning:not(.is-disabled).is-bordered:not(.is-disabled):hover,.el-checkbox.vc-checkbox-color--warning:not(.is-disabled).is-bordered:not(.is-disabled):hover{--tw-shadow: 0 0 3px var(--warning-actions--focus);--tw-shadow-colored: 0 0 3px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.vc-transfer .el-transfer-panel .el-checkbox .el-checkbox__input .el-checkbox__inner:after{border-width:1px;height:8px;width:4px}.vc-transfer .el-transfer-panel .el-checkbox .el-checkbox__input.is-indeterminate .el-checkbox__inner:before{height:2px}
81
+ .vc-checkbox,.el-checkbox{margin-right:2rem}.vc-checkbox:where([dir=rtl],[dir=rtl] *),.el-checkbox:where([dir=rtl],[dir=rtl] *){margin-left:2rem;margin-right:0}.vc-checkbox:last-of-type,.el-checkbox:last-of-type{margin-right:0}.vc-checkbox:last-of-type:where([dir=rtl],[dir=rtl] *),.el-checkbox:last-of-type:where([dir=rtl],[dir=rtl] *){margin-left:0}.vc-checkbox .el-checkbox__label,.el-checkbox .el-checkbox__label{padding-left:.75rem}.vc-checkbox .el-checkbox__label:where([dir=rtl],[dir=rtl] *),.el-checkbox .el-checkbox__label:where([dir=rtl],[dir=rtl] *){padding-left:0;padding-right:.75rem}.vc-checkbox .el-checkbox__label:empty,.el-checkbox .el-checkbox__label:empty{display:none}.vc-checkbox .el-checkbox__input.is-indeterminate .el-checkbox__inner:before,.el-checkbox .el-checkbox__input.is-indeterminate .el-checkbox__inner:before{height:6px;transform:scale(.75)}.vc-checkbox .el-checkbox__inner:after,.el-checkbox .el-checkbox__inner:after{border-width:4px;height:8px;width:4px}.vc-checkbox.is-disabled,.el-checkbox.is-disabled{cursor:not-allowed;opacity:.6}.vc-checkbox:not(.is-bordered):not(.is-disabled):hover .el-checkbox__inner,.el-checkbox:not(.is-bordered):not(.is-disabled):hover .el-checkbox__inner{--tw-shadow: 0 0 3px var(--active-elements--focus);--tw-shadow-colored: 0 0 3px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.vc-checkbox.is-bordered:not(.is-disabled).is-checked,.el-checkbox.is-bordered:not(.is-disabled).is-checked{border-color:var(--active-elements)}.vc-checkbox.is-bordered:not(.is-disabled):hover,.el-checkbox.is-bordered:not(.is-disabled):hover{--tw-shadow: 0 0 3px var(--active-elements--focus);--tw-shadow-colored: 0 0 3px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.vc-checkbox.vc-checkbox-color--primary:not(.is-disabled),.el-checkbox.vc-checkbox-color--primary:not(.is-disabled){--el-checkbox-input-border-color-hover: var(--primary-actions);--el-checkbox-checked-bg-color: var(--primary-actions);--el-checkbox-checked-input-border-color: var(--primary-actions)}.vc-checkbox.vc-checkbox-color--primary:not(.is-disabled):not(.is-bordered):not(.is-disabled):hover .el-checkbox__inner,.el-checkbox.vc-checkbox-color--primary:not(.is-disabled):not(.is-bordered):not(.is-disabled):hover .el-checkbox__inner{--tw-shadow: 0 0 3px var(--primary-actions--focus);--tw-shadow-colored: 0 0 3px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.vc-checkbox.vc-checkbox-color--primary:not(.is-disabled).is-bordered:not(.is-disabled).is-checked,.el-checkbox.vc-checkbox-color--primary:not(.is-disabled).is-bordered:not(.is-disabled).is-checked{border-color:var(--primary-actions)}.vc-checkbox.vc-checkbox-color--primary:not(.is-disabled).is-bordered:not(.is-disabled):hover,.el-checkbox.vc-checkbox-color--primary:not(.is-disabled).is-bordered:not(.is-disabled):hover{--tw-shadow: 0 0 3px var(--primary-actions--focus);--tw-shadow-colored: 0 0 3px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.vc-checkbox.vc-checkbox-color--primary-alternative:not(.is-disabled),.el-checkbox.vc-checkbox-color--primary-alternative:not(.is-disabled){--el-checkbox-input-border-color-hover: var(--primary-alternative-actions);--el-checkbox-checked-bg-color: var(--primary-alternative-actions);--el-checkbox-checked-input-border-color: var(--primary-alternative-actions)}.vc-checkbox.vc-checkbox-color--primary-alternative:not(.is-disabled):not(.is-bordered):not(.is-disabled):hover .el-checkbox__inner,.el-checkbox.vc-checkbox-color--primary-alternative:not(.is-disabled):not(.is-bordered):not(.is-disabled):hover .el-checkbox__inner{--tw-shadow: 0 0 3px var(--primary-alternative-actions--focus);--tw-shadow-colored: 0 0 3px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.vc-checkbox.vc-checkbox-color--primary-alternative:not(.is-disabled).is-bordered:not(.is-disabled).is-checked,.el-checkbox.vc-checkbox-color--primary-alternative:not(.is-disabled).is-bordered:not(.is-disabled).is-checked{border-color:var(--primary-alternative-actions)}.vc-checkbox.vc-checkbox-color--primary-alternative:not(.is-disabled).is-bordered:not(.is-disabled):hover,.el-checkbox.vc-checkbox-color--primary-alternative:not(.is-disabled).is-bordered:not(.is-disabled):hover{--tw-shadow: 0 0 3px var(--primary-alternative-actions--focus);--tw-shadow-colored: 0 0 3px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.vc-checkbox.vc-checkbox-color--secondary:not(.is-disabled),.el-checkbox.vc-checkbox-color--secondary:not(.is-disabled){--el-checkbox-input-border-color-hover: var(--secondary-actions);--el-checkbox-checked-bg-color: var(--secondary-actions);--el-checkbox-checked-input-border-color: var(--secondary-actions)}.vc-checkbox.vc-checkbox-color--secondary:not(.is-disabled):not(.is-bordered):not(.is-disabled):hover .el-checkbox__inner,.el-checkbox.vc-checkbox-color--secondary:not(.is-disabled):not(.is-bordered):not(.is-disabled):hover .el-checkbox__inner{--tw-shadow: 0 0 3px var(--secondary-actions--focus);--tw-shadow-colored: 0 0 3px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.vc-checkbox.vc-checkbox-color--secondary:not(.is-disabled).is-bordered:not(.is-disabled).is-checked,.el-checkbox.vc-checkbox-color--secondary:not(.is-disabled).is-bordered:not(.is-disabled).is-checked{border-color:var(--secondary-actions)}.vc-checkbox.vc-checkbox-color--secondary:not(.is-disabled).is-bordered:not(.is-disabled):hover,.el-checkbox.vc-checkbox-color--secondary:not(.is-disabled).is-bordered:not(.is-disabled):hover{--tw-shadow: 0 0 3px var(--secondary-actions--focus);--tw-shadow-colored: 0 0 3px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.vc-checkbox.vc-checkbox-color--destructive:not(.is-disabled),.el-checkbox.vc-checkbox-color--destructive:not(.is-disabled){--el-checkbox-input-border-color-hover: var(--destructive-actions);--el-checkbox-checked-bg-color: var(--destructive-actions);--el-checkbox-checked-input-border-color: var(--destructive-actions)}.vc-checkbox.vc-checkbox-color--destructive:not(.is-disabled):not(.is-bordered):not(.is-disabled):hover .el-checkbox__inner,.el-checkbox.vc-checkbox-color--destructive:not(.is-disabled):not(.is-bordered):not(.is-disabled):hover .el-checkbox__inner{--tw-shadow: 0 0 3px var(--destructive-actions--focus);--tw-shadow-colored: 0 0 3px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.vc-checkbox.vc-checkbox-color--destructive:not(.is-disabled).is-bordered:not(.is-disabled).is-checked,.el-checkbox.vc-checkbox-color--destructive:not(.is-disabled).is-bordered:not(.is-disabled).is-checked{border-color:var(--destructive-actions)}.vc-checkbox.vc-checkbox-color--destructive:not(.is-disabled).is-bordered:not(.is-disabled):hover,.el-checkbox.vc-checkbox-color--destructive:not(.is-disabled).is-bordered:not(.is-disabled):hover{--tw-shadow: 0 0 3px var(--destructive-actions--focus);--tw-shadow-colored: 0 0 3px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.vc-checkbox.vc-checkbox-color--success:not(.is-disabled),.el-checkbox.vc-checkbox-color--success:not(.is-disabled){--el-checkbox-input-border-color-hover: var(--success-actions);--el-checkbox-checked-bg-color: var(--success-actions);--el-checkbox-checked-input-border-color: var(--success-actions)}.vc-checkbox.vc-checkbox-color--success:not(.is-disabled):not(.is-bordered):not(.is-disabled):hover .el-checkbox__inner,.el-checkbox.vc-checkbox-color--success:not(.is-disabled):not(.is-bordered):not(.is-disabled):hover .el-checkbox__inner{--tw-shadow: 0 0 3px var(--success-actions--focus);--tw-shadow-colored: 0 0 3px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.vc-checkbox.vc-checkbox-color--success:not(.is-disabled).is-bordered:not(.is-disabled).is-checked,.el-checkbox.vc-checkbox-color--success:not(.is-disabled).is-bordered:not(.is-disabled).is-checked{border-color:var(--success-actions)}.vc-checkbox.vc-checkbox-color--success:not(.is-disabled).is-bordered:not(.is-disabled):hover,.el-checkbox.vc-checkbox-color--success:not(.is-disabled).is-bordered:not(.is-disabled):hover{--tw-shadow: 0 0 3px var(--success-actions--focus);--tw-shadow-colored: 0 0 3px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.vc-checkbox.vc-checkbox-color--warning:not(.is-disabled),.el-checkbox.vc-checkbox-color--warning:not(.is-disabled){--el-checkbox-input-border-color-hover: var(--warning-actions);--el-checkbox-checked-bg-color: var(--warning-actions);--el-checkbox-checked-input-border-color: var(--warning-actions)}.vc-checkbox.vc-checkbox-color--warning:not(.is-disabled):not(.is-bordered):not(.is-disabled):hover .el-checkbox__inner,.el-checkbox.vc-checkbox-color--warning:not(.is-disabled):not(.is-bordered):not(.is-disabled):hover .el-checkbox__inner{--tw-shadow: 0 0 3px var(--warning-actions--focus);--tw-shadow-colored: 0 0 3px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.vc-checkbox.vc-checkbox-color--warning:not(.is-disabled).is-bordered:not(.is-disabled).is-checked,.el-checkbox.vc-checkbox-color--warning:not(.is-disabled).is-bordered:not(.is-disabled).is-checked{border-color:var(--warning-actions)}.vc-checkbox.vc-checkbox-color--warning:not(.is-disabled).is-bordered:not(.is-disabled):hover,.el-checkbox.vc-checkbox-color--warning:not(.is-disabled).is-bordered:not(.is-disabled):hover{--tw-shadow: 0 0 3px var(--warning-actions--focus);--tw-shadow-colored: 0 0 3px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.vc-transfer .el-transfer-panel .el-checkbox .el-checkbox__input .el-checkbox__inner:after{border-width:1px;height:8px;width:4px}.vc-transfer .el-transfer-panel .el-checkbox .el-checkbox__input.is-indeterminate .el-checkbox__inner:before{height:2px}
80
82
 
81
83
  .vc-collapse-item{width:100%}.vc-collapse-item.is-card{padding-left:.5rem;padding-right:.5rem;position:relative;display:flex;width:100%;flex-direction:column}.vc-collapse-item.is-card>:not([hidden])~:not([hidden]){--tw-divide-y-reverse: 0;border-top-width:calc(1px * calc(1 - var(--tw-divide-y-reverse)));border-bottom-width:calc(1px * var(--tw-divide-y-reverse));border-color:var(--ui-lines)}.vc-collapse-item.is-card{overflow:hidden;border-radius:.375rem;background-color:var(--card-bg-color);--tw-shadow: 0px 0px 5px var(--card-shadow-color);--tw-shadow-colored: 0px 0px 5px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.vc-collapse-item.is-card--hover{cursor:pointer;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.3s;transition-timing-function:cubic-bezier(.4,0,1,1)}@media (min-width: 960px){.vc-collapse-item.is-card--hover:hover{--tw-shadow: 0 0 3px var(--active-elements--focus);--tw-shadow-colored: 0 0 3px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}}.vc-collapse-item.is-card-header,.vc-collapse-item.is-card-footer{display:flex;align-items:center;justify-content:space-between;padding:1rem}@media (min-width: 1264px){.vc-collapse-item.is-card-header,.vc-collapse-item.is-card-footer{padding-left:1.5rem;padding-right:1.5rem}}.vc-collapse-item.is-card-content{width:100%;flex-grow:1}.vc-collapse-item__header-wrap{display:flex;width:100%;align-items:center;overflow:hidden}.vc-collapse-item__header{display:flex;width:100%;-webkit-user-select:none;-moz-user-select:none;user-select:none;align-items:center;justify-content:space-between;overflow:hidden;padding-top:.75rem;padding-bottom:.75rem;color:var(--heading-text);outline:2px solid transparent;outline-offset:2px}.vc-collapse-item__header-content{flex-shrink:0;flex-grow:1}.vc-collapse-item__header-actions{display:flex;flex-shrink:0;align-items:center;justify-content:center;min-width:20px}.vc-collapse-item__header-actions .action-icon{display:flex;align-items:center;justify-content:center;font-size:1.5rem;transition:all .28s ease}.vc-collapse-item__header-actions .action-icon.expanded{--tw-rotate: 180deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.vc-collapse-item__header:focus-visible{background-color:var(--active-elements-bg--focus);color:var(--active-elements--focus)}.vc-collapse-item__content-wrap{transition:all .28s ease}.vc-collapse-item__content{padding-bottom:1rem;color:var(--default-text)}.vc-collapse-item.is-border{border-bottom-width:1px}.vc-collapse-item.is-disabled .vc-collapse-item__header{cursor:not-allowed;color:var(--inactive-elements)}.vc-collapse-item.is-disabled .vc-collapse-item__header .vc-collapse-item__header-actions .action-icon i{color:var(--inactive-elements)}
82
84
 
Binary file
Binary file
@@ -7,6 +7,7 @@ declare const _default: <Model extends OptionValueType>(__VLS_props: {
7
7
  name?: string | undefined;
8
8
  modelValue?: Model | undefined;
9
9
  readonly "onUpdate:modelValue"?: ((pl: Model) => any) | undefined;
10
+ value?: Model | undefined;
10
11
  dataTestName?: string | undefined;
11
12
  prefixIconColor?: string | undefined;
12
13
  prefixIcon?: import('../../types').TIcon | undefined;
@@ -37,6 +38,7 @@ declare const _default: <Model extends OptionValueType>(__VLS_props: {
37
38
  name?: string | undefined;
38
39
  modelValue?: Model | undefined;
39
40
  readonly "onUpdate:modelValue"?: ((pl: Model) => any) | undefined;
41
+ value?: Model | undefined;
40
42
  dataTestName?: string | undefined;
41
43
  prefixIconColor?: string | undefined;
42
44
  prefixIcon?: import('../../types').TIcon | undefined;
@@ -71,6 +73,7 @@ declare const _default: <Model extends OptionValueType>(__VLS_props: {
71
73
  name?: string | undefined;
72
74
  modelValue?: Model | undefined;
73
75
  readonly "onUpdate:modelValue"?: ((pl: Model) => any) | undefined;
76
+ value?: Model | undefined;
74
77
  dataTestName?: string | undefined;
75
78
  prefixIconColor?: string | undefined;
76
79
  prefixIcon?: import('../../types').TIcon | undefined;
@@ -11,9 +11,9 @@ declare const _default: <Option extends OptionValueType, Config extends ConfigOp
11
11
  valueKey?: IsObjectWithKeys<Option> | undefined;
12
12
  dataTestName?: string | undefined;
13
13
  checkboxes?: Option[] | undefined;
14
+ config?: Config | undefined;
14
15
  selectAllLabel?: string | undefined;
15
16
  visibleAll?: boolean | undefined;
16
- config?: Config | undefined;
17
17
  } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, __VLS_ctx?: {
18
18
  attrs: any;
19
19
  slots: {
@@ -37,9 +37,9 @@ declare const _default: <Option extends OptionValueType, Config extends ConfigOp
37
37
  valueKey?: IsObjectWithKeys<Option> | undefined;
38
38
  dataTestName?: string | undefined;
39
39
  checkboxes?: Option[] | undefined;
40
+ config?: Config | undefined;
40
41
  selectAllLabel?: string | undefined;
41
42
  visibleAll?: boolean | undefined;
42
- config?: Config | undefined;
43
43
  } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps;
44
44
  expose(exposed: import('vue').ShallowUnwrapRef<{}>): void;
45
45
  attrs: any;
@@ -67,9 +67,9 @@ declare const _default: <Option extends OptionValueType, Config extends ConfigOp
67
67
  valueKey?: IsObjectWithKeys<Option> | undefined;
68
68
  dataTestName?: string | undefined;
69
69
  checkboxes?: Option[] | undefined;
70
+ config?: Config | undefined;
70
71
  selectAllLabel?: string | undefined;
71
72
  visibleAll?: boolean | undefined;
72
- config?: Config | undefined;
73
73
  } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps;
74
74
  expose(exposed: import('vue').ShallowUnwrapRef<{}>): void;
75
75
  attrs: any;
@@ -23,7 +23,7 @@ declare const _default: <Option extends object = Record<string, unknown>>(__VLS_
23
23
  readonly "onChange-select-all"?: ((pl: boolean) => any) | undefined;
24
24
  readonly "onClick-per-page-option"?: ((val: number) => any) | undefined;
25
25
  readonly "onUpdate:perPage"?: ((pl: Pagination) => any) | undefined;
26
- columns?: ColumnType<Option> | undefined;
26
+ columns?: ColumnType | undefined;
27
27
  showSelection?: boolean | undefined;
28
28
  expandableRow?: boolean | undefined;
29
29
  rowSelectable?: boolean | undefined;
@@ -55,18 +55,18 @@ declare const _default: <Option extends object = Record<string, unknown>>(__VLS_
55
55
  } & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, __VLS_ctx?: {
56
56
  attrs: any;
57
57
  slots: Partial<Record<string, (_: {
58
- column: ColumnTypeItem<Option>;
58
+ column: ColumnTypeItem<Record<string, unknown>>;
59
59
  }) => any>> & Partial<Record<`${string}-title`, (_: {
60
- column: ColumnTypeItem<Option>;
60
+ column: ColumnTypeItem<Record<string, unknown>>;
61
61
  title: string;
62
62
  }) => any>> & Partial<Record<`${string}-filter-option`, (_: {
63
63
  option: {
64
64
  value: string | number;
65
65
  label: string;
66
66
  };
67
- column: ColumnTypeItem<Option>;
67
+ column: ColumnTypeItem<Record<string, unknown>>;
68
68
  }) => any>> & Partial<Record<`${string}-extra`, (_: {
69
- column: ColumnTypeItem<Option>;
69
+ column: ColumnTypeItem<Record<string, unknown>>;
70
70
  }) => any>> & Partial<Record<string, (_: {
71
71
  row: Option & {
72
72
  selected?: boolean | undefined;
@@ -79,7 +79,7 @@ declare const _default: <Option extends object = Record<string, unknown>>(__VLS_
79
79
  "checked-tooltip"?(_: {}): any;
80
80
  "actions-column-header"?(_: {}): any;
81
81
  "prepend-row"?(_: {
82
- columns: ColumnType<Option>;
82
+ columns: ColumnType;
83
83
  }): any;
84
84
  "actions-column"?(_: {
85
85
  row: Option & {
@@ -148,7 +148,7 @@ declare const _default: <Option extends object = Record<string, unknown>>(__VLS_
148
148
  readonly "onChange-select-all"?: ((pl: boolean) => any) | undefined;
149
149
  readonly "onClick-per-page-option"?: ((val: number) => any) | undefined;
150
150
  readonly "onUpdate:perPage"?: ((pl: Pagination) => any) | undefined;
151
- columns?: ColumnType<Option> | undefined;
151
+ columns?: ColumnType | undefined;
152
152
  showSelection?: boolean | undefined;
153
153
  expandableRow?: boolean | undefined;
154
154
  rowSelectable?: boolean | undefined;
@@ -189,18 +189,18 @@ declare const _default: <Option extends object = Record<string, unknown>>(__VLS_
189
189
  }): void;
190
190
  attrs: any;
191
191
  slots: Partial<Record<string, (_: {
192
- column: ColumnTypeItem<Option>;
192
+ column: ColumnTypeItem<Record<string, unknown>>;
193
193
  }) => any>> & Partial<Record<`${string}-title`, (_: {
194
- column: ColumnTypeItem<Option>;
194
+ column: ColumnTypeItem<Record<string, unknown>>;
195
195
  title: string;
196
196
  }) => any>> & Partial<Record<`${string}-filter-option`, (_: {
197
197
  option: {
198
198
  value: string | number;
199
199
  label: string;
200
200
  };
201
- column: ColumnTypeItem<Option>;
201
+ column: ColumnTypeItem<Record<string, unknown>>;
202
202
  }) => any>> & Partial<Record<`${string}-extra`, (_: {
203
- column: ColumnTypeItem<Option>;
203
+ column: ColumnTypeItem<Record<string, unknown>>;
204
204
  }) => any>> & Partial<Record<string, (_: {
205
205
  row: Option & {
206
206
  selected?: boolean | undefined;
@@ -213,7 +213,7 @@ declare const _default: <Option extends object = Record<string, unknown>>(__VLS_
213
213
  "checked-tooltip"?(_: {}): any;
214
214
  "actions-column-header"?(_: {}): any;
215
215
  "prepend-row"?(_: {
216
- columns: ColumnType<Option>;
216
+ columns: ColumnType;
217
217
  }): any;
218
218
  "actions-column"?(_: {
219
219
  row: Option & {
@@ -277,7 +277,7 @@ declare const _default: <Option extends object = Record<string, unknown>>(__VLS_
277
277
  readonly "onChange-select-all"?: ((pl: boolean) => any) | undefined;
278
278
  readonly "onClick-per-page-option"?: ((val: number) => any) | undefined;
279
279
  readonly "onUpdate:perPage"?: ((pl: Pagination) => any) | undefined;
280
- columns?: ColumnType<Option> | undefined;
280
+ columns?: ColumnType | undefined;
281
281
  showSelection?: boolean | undefined;
282
282
  expandableRow?: boolean | undefined;
283
283
  rowSelectable?: boolean | undefined;
@@ -318,18 +318,18 @@ declare const _default: <Option extends object = Record<string, unknown>>(__VLS_
318
318
  }): void;
319
319
  attrs: any;
320
320
  slots: Partial<Record<string, (_: {
321
- column: ColumnTypeItem<Option>;
321
+ column: ColumnTypeItem<Record<string, unknown>>;
322
322
  }) => any>> & Partial<Record<`${string}-title`, (_: {
323
- column: ColumnTypeItem<Option>;
323
+ column: ColumnTypeItem<Record<string, unknown>>;
324
324
  title: string;
325
325
  }) => any>> & Partial<Record<`${string}-filter-option`, (_: {
326
326
  option: {
327
327
  value: string | number;
328
328
  label: string;
329
329
  };
330
- column: ColumnTypeItem<Option>;
330
+ column: ColumnTypeItem<Record<string, unknown>>;
331
331
  }) => any>> & Partial<Record<`${string}-extra`, (_: {
332
- column: ColumnTypeItem<Option>;
332
+ column: ColumnTypeItem<Record<string, unknown>>;
333
333
  }) => any>> & Partial<Record<string, (_: {
334
334
  row: Option & {
335
335
  selected?: boolean | undefined;
@@ -342,7 +342,7 @@ declare const _default: <Option extends object = Record<string, unknown>>(__VLS_
342
342
  "checked-tooltip"?(_: {}): any;
343
343
  "actions-column-header"?(_: {}): any;
344
344
  "prepend-row"?(_: {
345
- columns: ColumnType<Option>;
345
+ columns: ColumnType;
346
346
  }): any;
347
347
  "actions-column"?(_: {
348
348
  row: Option & {
@@ -11,6 +11,8 @@ import VcSelectOption from './VcSelect/VcSelectOption.vue';
11
11
  import VcInfiniteScrollSelect from './VcSelect/VcInfiniteScrollSelect.vue';
12
12
  import VcAutocomplete from './VcAutocomplete/VcAutocomplete.vue';
13
13
  import VcCheckbox from './VcCheckbox/VcCheckbox.vue';
14
+ import VcCheckboxButton from './VcCheckbox/VcCheckboxButton.vue';
15
+ import VcCheckboxButtonGroup from './VcCheckbox/VcCheckboxButtonGroup.vue';
14
16
  import VcCheckboxGroup from './VcCheckboxGroup/VcCheckboxGroup.vue';
15
17
  import VcRadio from './VcRadio/VcRadio.vue';
16
18
  import VcRadioGroup from './VcRadioGroup/VcRadioGroup.vue';
@@ -77,7 +79,7 @@ import VcExcelFileUploader from './VcExcelUploader/VcExcelFileUploader.vue';
77
79
  import VcImageUploader from './VcImageUploader/VcImageUploader.vue';
78
80
  import VcTour from './VcTour/VcTour.vue';
79
81
  import VcSipFlow from './VcSipFlow/VcSipFlow.vue';
80
- export { VcButton, VcButtonIcon, VcToggleButton, VcInput, VcInputNumber, VcInputError, VcInputLabel, VcSelect, VcSelectGrouped, VcSelectOption, VcInfiniteScrollSelect, VcAutocomplete, VcCheckbox, VcCheckboxGroup, VcRadio, VcRadioGroup, VcRadioButtonsGroup, VcSwitch, VcSlider, VcColorPicker, VcDatePicker, VcDatePickerPanel, VcDatetimeRangePicker, VcExtendedDatetimeRangePicker, VcTimeInput, VcPhoneInput, VcTagInput, VcOtpInput, VcFileUploader, VcCard, VcModal, VcConfirmModal, VcPopover, VcConfirmPopover, VcSelectPopover, VcTabs, VcTabNav, VcTabPane, VcVerticalTabs, VcRadioTabs, VcRadioTabsNav, VcCollapse, VcCollapseItem, VcWizard, VcDropdown, VcDropdownItem, VcTable, VcPagination, VcTree, VcTreeSelect, VcTransfer, VcTag, VcDelimitedList, VcSparkline, VcViewSwitcher, VcSegmented, VcLoading, VcProgress, VcProgressCircular, VcSkeletonLoader, VcNotification, VcForm, VcFormItem, VcSplitButton, VcHyperLink, VcIcon, VcIconPicker, VcMeterGroup, VcMeterGroupLabel, VcMdEditor, VcSystemUserPrompt, VcSoundPlayer, VcJsonSchema, VcHtmlEditor, VcPdfDocument, VcExcelFileUploader, VcImageUploader, VcTour, VcSipFlow, };
82
+ export { VcButton, VcButtonIcon, VcToggleButton, VcInput, VcInputNumber, VcInputError, VcInputLabel, VcSelect, VcSelectGrouped, VcSelectOption, VcInfiniteScrollSelect, VcAutocomplete, VcCheckbox, VcCheckboxGroup, VcCheckboxButton, VcCheckboxButtonGroup, VcRadio, VcRadioGroup, VcRadioButtonsGroup, VcSwitch, VcSlider, VcColorPicker, VcDatePicker, VcDatePickerPanel, VcDatetimeRangePicker, VcExtendedDatetimeRangePicker, VcTimeInput, VcPhoneInput, VcTagInput, VcOtpInput, VcFileUploader, VcCard, VcModal, VcConfirmModal, VcPopover, VcConfirmPopover, VcSelectPopover, VcTabs, VcTabNav, VcTabPane, VcVerticalTabs, VcRadioTabs, VcRadioTabsNav, VcCollapse, VcCollapseItem, VcWizard, VcDropdown, VcDropdownItem, VcTable, VcPagination, VcTree, VcTreeSelect, VcTransfer, VcTag, VcDelimitedList, VcSparkline, VcViewSwitcher, VcSegmented, VcLoading, VcProgress, VcProgressCircular, VcSkeletonLoader, VcNotification, VcForm, VcFormItem, VcSplitButton, VcHyperLink, VcIcon, VcIconPicker, VcMeterGroup, VcMeterGroupLabel, VcMdEditor, VcSystemUserPrompt, VcSoundPlayer, VcJsonSchema, VcHtmlEditor, VcPdfDocument, VcExcelFileUploader, VcImageUploader, VcTour, VcSipFlow, };
81
83
  declare module '@vue/runtime-core' {
82
84
  interface GlobalComponents {
83
85
  VcButton: typeof VcButton;
@@ -94,6 +96,8 @@ declare module '@vue/runtime-core' {
94
96
  VcAutocomplete: typeof VcAutocomplete;
95
97
  VcCheckbox: typeof VcCheckbox;
96
98
  VcCheckboxGroup: typeof VcCheckboxGroup;
99
+ VcCheckboxButton: typeof VcCheckboxButton;
100
+ VcCheckboxButtonGroup: typeof VcCheckboxButtonGroup;
97
101
  VcRadio: typeof VcRadio;
98
102
  VcRadioGroup: typeof VcRadioGroup;
99
103
  VcRadioButtonsGroup: typeof VcRadioButtonsGroup;
@@ -14,6 +14,10 @@ export type IBaseSlots = {
14
14
  'pre-column-actions'?: () => void;
15
15
  'post-column-actions'?: () => void;
16
16
  'column-actions'?: () => void;
17
+ 'empty-data-slot'?: (slotData: {
18
+ entity: BaseEntityServiceImplements;
19
+ recycleBin?: boolean;
20
+ }) => void;
17
21
  };
18
22
  export type TEntityListSlots<Data> = IBaseSlots & {
19
23
  [key: string]: ((slotData: {
@@ -4,7 +4,7 @@ export { ElInput, ElInputNumber, ElAutocomplete } from 'element-plus';
4
4
  export type { AutocompleteFetchSuggestions } from 'element-plus';
5
5
  export { ElSelect, ElOption, ElOptionGroup } from 'element-plus';
6
6
  export { ElRadio, ElRadioGroup, ElRadioButton } from 'element-plus';
7
- export { ElCheckbox, ElCheckboxGroup } from 'element-plus';
7
+ export { ElCheckbox, ElCheckboxGroup, ElCheckboxButton } from 'element-plus';
8
8
  export { ElDatePicker } from 'element-plus';
9
9
  export { ElColorPicker } from 'element-plus';
10
10
  export { ElSlider } from 'element-plus';
@@ -20,7 +20,10 @@ function cacheLucideIcon(kebabName, component) {
20
20
  }
21
21
  async function importLucideIconModule(kebabName) {
22
22
  try {
23
- const module = await import(`@lucide/vue/dist/esm/icons/${kebabName}.mjs`);
23
+ const module = await import(
24
+ /* @vite-ignore */
25
+ `@lucide/vue/dist/esm/icons/${kebabName}.mjs`
26
+ );
24
27
  const component = module.default;
25
28
  return isVueComponent(component) ? component : null;
26
29
  } catch {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@voicenter-team/voicenter-ui-plus",
3
- "version": "3.0.12",
3
+ "version": "3.0.13",
4
4
  "scripts": {
5
5
  "dev": "vite",
6
6
  "build": "vite build",