@voicenter-team/voicenter-ui-plus 3.2.0 → 3.3.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +502 -459
- package/library/assets/components/VcCheckbox/VcCheckboxButton.css +1 -0
- package/library/components/VcCheckbox/VcCheckbox.vue.mjs +1 -1
- package/library/components/VcCheckbox/VcCheckboxButton.vue.mjs +101 -0
- package/library/components/VcCheckbox/VcCheckboxButton.vue3.mjs +5 -0
- package/library/components/VcCheckbox/VcCheckboxButtonGroup.vue.mjs +89 -0
- package/library/components/VcCheckbox/VcCheckboxButtonGroup.vue2.mjs +4 -0
- package/library/components/VcDatePicker/VcDatePicker.vue.mjs +1 -1
- package/library/components/VcDropdown/VcDropdownItem.vue.mjs +1 -1
- package/library/components/VcForm/VcForm.vue.mjs +1 -1
- package/library/components/VcForm/VcFormItem.vue.mjs +1 -1
- package/library/components/VcHtmlEditor/VcHtmlEditorToolbar.vue.mjs +1 -1
- package/library/components/VcInput/VcInput.vue.mjs +1 -1
- package/library/components/VcMdEditor/VcMdEditor.vue.mjs +1 -1
- package/library/components/VcMdEditor/VcMdEditorToolbar.vue.mjs +1 -1
- package/library/components/VcRadio/VcRadio.vue.mjs +1 -1
- package/library/components/VcSelect/VcSelect.vue.mjs +1 -1
- package/library/components/VcSlider/VcSlider.vue.mjs +1 -1
- package/library/font/FontLoader.mjs +3 -12
- package/library/font/index.mjs +1 -9
- package/library/index.mjs +289 -284
- package/library/index.mjs.br +0 -0
- package/library/index.mjs.gz +0 -0
- package/library/plugin-components.gen.mjs +294 -0
- package/library/plugin.mjs +291 -377
- package/library/plugin.mjs.br +0 -0
- package/library/plugin.mjs.gz +0 -0
- package/library/style.css +2 -0
- package/library/style.css.br +0 -0
- package/library/style.css.gz +0 -0
- package/library/types/components/VcCheckbox/VcCheckboxButton.vue.d.ts +86 -0
- package/library/types/components/VcCheckbox/VcCheckboxButtonGroup.vue.d.ts +86 -0
- package/library/types/components/exports.d.ts +48 -2
- package/library/types/components.gen.d.ts +105 -0
- package/library/types/index.d.ts +1 -103
- package/library/types/plugin-components.gen.d.ts +2 -0
- package/library/utils/jsonSchema/helpers.mjs +1 -1
- package/package.json +10 -2
- /package/library/assets/node_modules/element-plus/theme-chalk/src/{dropdown-item.css → tooltip.css} +0 -0
package/library/plugin.mjs.br
CHANGED
|
Binary file
|
package/library/plugin.mjs.gz
CHANGED
|
Binary file
|
package/library/style.css
CHANGED
|
@@ -80,6 +80,8 @@ button.vc-button,.vc-button{position:relative;display:inline-flex;cursor:pointer
|
|
|
80
80
|
|
|
81
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}
|
|
82
82
|
|
|
83
|
+
.el-checkbox-button.vc-checkbox-button{--el-checkbox-button-checked-bg-color: var(--active-elements);--el-checkbox-button-checked-text-color: var(--btn-filled-text);--el-checkbox-button-checked-border-color: var(--active-elements);--el-checkbox-button-disabled-checked-fill: var(--field-borders);--el-button-disabled-border-color: var(--inactive-elements);--el-disabled-text-color: var(--inactive-elements)}.el-checkbox-button.vc-checkbox-button.vc-checkbox-color--primary:not(.is-disabled){--el-checkbox-button-checked-bg-color: var(--primary-actions);--el-checkbox-button-checked-border-color: var(--primary-actions);--el-checkbox-button-checked-text-color: var(--btn-filled-text)}.el-checkbox-button.vc-checkbox-button.vc-checkbox-color--primary-alternative:not(.is-disabled){--el-checkbox-button-checked-bg-color: var(--primary-alternative-actions);--el-checkbox-button-checked-border-color: var(--primary-alternative-actions);--el-checkbox-button-checked-text-color: var(--btn-filled-text)}.el-checkbox-button.vc-checkbox-button.vc-checkbox-color--secondary:not(.is-disabled){--el-checkbox-button-checked-bg-color: var(--secondary-actions);--el-checkbox-button-checked-border-color: var(--secondary-actions);--el-checkbox-button-checked-text-color: var(--btn-filled-text)}.el-checkbox-button.vc-checkbox-button.vc-checkbox-color--destructive:not(.is-disabled){--el-checkbox-button-checked-bg-color: var(--destructive-actions);--el-checkbox-button-checked-border-color: var(--destructive-actions);--el-checkbox-button-checked-text-color: var(--btn-filled-text)}.el-checkbox-button.vc-checkbox-button.vc-checkbox-color--success:not(.is-disabled){--el-checkbox-button-checked-bg-color: var(--success-actions);--el-checkbox-button-checked-border-color: var(--success-actions);--el-checkbox-button-checked-text-color: var(--btn-filled-text)}.el-checkbox-button.vc-checkbox-button.vc-checkbox-color--warning:not(.is-disabled){--el-checkbox-button-checked-bg-color: var(--warning-actions);--el-checkbox-button-checked-border-color: var(--warning-actions);--el-checkbox-button-checked-text-color: var(--btn-filled-text)}
|
|
84
|
+
|
|
83
85
|
.vc-code-block{--vc-cb-bg: var(--code-block-bg, var(--main-bg, #F7FAFC));--vc-cb-header-bg: var(--code-block-header-bg, color-mix(in srgb, var(--default-text, #263148) 4%, var(--main-bg, #F7FAFC)));--vc-cb-border: var(--code-block-border, var(--ui-lines, #E0E2E5));--vc-cb-radius: var(--code-block-radius, 10px);--vc-cb-text: var(--code-block-text, var(--default-text, #263148));--vc-cb-muted: var(--code-block-muted, var(--placeholders, #9EA6B2));--vc-cb-selection: var(--code-block-selection, color-mix(in srgb, var(--default-text, #263148) 12%, transparent));position:relative;border-radius:var(--vc-cb-radius);border:1px solid var(--vc-cb-border);background:var(--vc-cb-bg);overflow:hidden}.vc-code-block__header{display:flex;align-items:center;gap:.5rem;padding:.5rem .75rem;border-bottom:1px solid var(--vc-cb-border);background:var(--vc-cb-header-bg)}.vc-code-block__title{flex:1 1 auto;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,Liberation Mono,monospace;font-size:.75rem;font-weight:500;color:var(--vc-cb-text)}.vc-code-block__lang{font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,Liberation Mono,monospace;font-size:.6875rem;font-weight:600;text-transform:lowercase;letter-spacing:.03em;color:var(--vc-cb-muted);-webkit-user-select:none;-moz-user-select:none;user-select:none}.vc-code-block__copy{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;flex-shrink:0;border:none;border-radius:7px;background:transparent;color:var(--vc-cb-muted);cursor:pointer;transition:background-color .15s ease,color .15s ease}.vc-code-block__copy:hover{background:var(--vc-cb-selection);color:var(--vc-cb-text)}.vc-code-block__header .vc-code-block__copy{margin-inline-start:auto}.vc-code-block__title+.vc-code-block__lang{flex-shrink:0}.vc-code-block__floating{position:absolute;top:8px;inset-inline-end:8px;z-index:1;display:flex;align-items:center;gap:.375rem;padding:2px;border-radius:8px;background:color-mix(in srgb,var(--vc-cb-bg) 80%,transparent);opacity:0;transition:opacity .15s ease}.vc-code-block__floating .vc-code-block__lang{padding-inline-start:.375rem}.vc-code-block:hover .vc-code-block__floating,.vc-code-block__floating:focus-within{opacity:1}.vc-code-block__body{overflow:auto;scrollbar-color:var(--vc-cb-selection) transparent}.vc-code-block__body::-webkit-scrollbar{width:8px;height:8px}.vc-code-block__body::-webkit-scrollbar-track{background:transparent}.vc-code-block__body::-webkit-scrollbar-thumb{background:var(--vc-cb-selection);border-radius:4px}.vc-code-block__scroll{display:flex;align-items:flex-start;min-width:-moz-max-content;min-width:max-content;direction:ltr;text-align:left}.vc-code-block__gutter{position:sticky;left:0;display:flex;flex-direction:column;flex-shrink:0;padding:1rem 0;background:var(--vc-cb-bg);border-inline-end:1px solid var(--vc-cb-border);-webkit-user-select:none;-moz-user-select:none;user-select:none}.vc-code-block__line-number{padding:0 .75rem;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,Liberation Mono,monospace;font-size:.8125rem;line-height:1.7;text-align:right;color:var(--vc-cb-muted)}.vc-code-block__pre{flex:1 1 auto;margin:0;padding:0}.vc-code-block__code{display:block;padding:1rem 1.25rem;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,Liberation Mono,monospace;font-size:.8125rem;font-weight:400;line-height:1.7;-moz-tab-size:4;-o-tab-size:4;tab-size:4;white-space:pre;word-break:normal;color:var(--vc-cb-text);background:transparent}.vc-code-block__code::-moz-selection,.vc-code-block__code *::-moz-selection{background:var(--vc-cb-selection)}.vc-code-block__code::selection,.vc-code-block__code *::selection{background:var(--vc-cb-selection)}.vc-code-block--with-header .vc-code-block__floating{display:none}.vc-code-block--wrap .vc-code-block__scroll{min-width:0}.vc-code-block--wrap .vc-code-block__code{white-space:pre-wrap;word-break:break-word}.vc-code-block{--vc-cb-token-comment: var(--code-block-token-comment, #A0A6B2);--vc-cb-token-keyword: var(--code-block-token-keyword, #A626A4);--vc-cb-token-string: var(--code-block-token-string, #50A14F);--vc-cb-token-number: var(--code-block-token-number, #B76B01);--vc-cb-token-title: var(--code-block-token-title, #4078F2);--vc-cb-token-type: var(--code-block-token-type, #C18401);--vc-cb-token-tag: var(--code-block-token-tag, #E45649);--vc-cb-token-attr: var(--code-block-token-attr, #986801);--vc-cb-token-builtin: var(--code-block-token-builtin, #0184BC);--vc-cb-token-meta: var(--code-block-token-meta, #4078F2)}.vc-code-block--dark-surface{--vc-cb-token-comment: var(--code-block-token-comment, #7F848E);--vc-cb-token-keyword: var(--code-block-token-keyword, #C678DD);--vc-cb-token-string: var(--code-block-token-string, #98C379);--vc-cb-token-number: var(--code-block-token-number, #D19A66);--vc-cb-token-title: var(--code-block-token-title, #61AFEF);--vc-cb-token-type: var(--code-block-token-type, #E5C07B);--vc-cb-token-tag: var(--code-block-token-tag, #E06C75);--vc-cb-token-attr: var(--code-block-token-attr, #D19A66);--vc-cb-token-builtin: var(--code-block-token-builtin, #56B6C2);--vc-cb-token-meta: var(--code-block-token-meta, #61AFEF)}.vc-code-block .hljs-comment,.vc-code-block .hljs-quote{color:var(--vc-cb-token-comment);font-style:italic}.vc-code-block .hljs-keyword,.vc-code-block .hljs-selector-tag,.vc-code-block .hljs-doctag,.vc-code-block .hljs-formula{color:var(--vc-cb-token-keyword)}.vc-code-block .hljs-string,.vc-code-block .hljs-addition,.vc-code-block .hljs-selector-pseudo{color:var(--vc-cb-token-string)}.vc-code-block .hljs-number,.vc-code-block .hljs-literal,.vc-code-block .hljs-selector-class,.vc-code-block .hljs-meta .hljs-string{color:var(--vc-cb-token-number)}.vc-code-block .hljs-title,.vc-code-block .hljs-title.function_,.vc-code-block .hljs-section{color:var(--vc-cb-token-title)}.vc-code-block .hljs-title.class_,.vc-code-block .hljs-type,.vc-code-block .hljs-selector-id{color:var(--vc-cb-token-type)}.vc-code-block .hljs-tag,.vc-code-block .hljs-name,.vc-code-block .hljs-deletion,.vc-code-block .hljs-variable,.vc-code-block .hljs-template-variable{color:var(--vc-cb-token-tag)}.vc-code-block .hljs-attr,.vc-code-block .hljs-attribute,.vc-code-block .hljs-property,.vc-code-block .hljs-params{color:var(--vc-cb-token-attr)}.vc-code-block .hljs-built_in,.vc-code-block .hljs-symbol,.vc-code-block .hljs-bullet,.vc-code-block .hljs-link,.vc-code-block .hljs-regexp{color:var(--vc-cb-token-builtin)}.vc-code-block .hljs-meta,.vc-code-block .hljs-meta .hljs-keyword{color:var(--vc-cb-token-meta)}.vc-code-block .hljs-emphasis{font-style:italic}.vc-code-block .hljs-strong{font-weight:700}
|
|
84
86
|
|
|
85
87
|
.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)}
|
package/library/style.css.br
CHANGED
|
Binary file
|
package/library/style.css.gz
CHANGED
|
Binary file
|
|
@@ -0,0 +1,86 @@
|
|
|
1
|
+
import { OptionValueType } from '../../types';
|
|
2
|
+
declare const _default: <Model extends OptionValueType>(__VLS_props: {
|
|
3
|
+
color?: "" | "success" | "warning" | "primary" | "secondary" | "destructive" | "active" | "primary-alternative" | undefined;
|
|
4
|
+
label?: Model | undefined;
|
|
5
|
+
readonly onChange?: ((pl: Model) => any) | undefined;
|
|
6
|
+
disabled?: boolean | undefined;
|
|
7
|
+
name?: string | undefined;
|
|
8
|
+
modelValue?: Model | undefined;
|
|
9
|
+
readonly "onUpdate:modelValue"?: ((pl: Model) => any) | undefined;
|
|
10
|
+
value?: Model | undefined;
|
|
11
|
+
dataTestName?: string | undefined;
|
|
12
|
+
readonly "onUpdate:checked"?: ((pl?: Model | undefined) => any) | undefined;
|
|
13
|
+
trueLabel?: string | number | undefined;
|
|
14
|
+
falseLabel?: string | number | undefined;
|
|
15
|
+
checked?: boolean | undefined;
|
|
16
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, __VLS_ctx?: {
|
|
17
|
+
attrs: any;
|
|
18
|
+
slots: {
|
|
19
|
+
default?(_: {}): any;
|
|
20
|
+
};
|
|
21
|
+
emit: {
|
|
22
|
+
(e: 'update:modelValue', pl: Model): void;
|
|
23
|
+
(e: 'change', pl: Model): void;
|
|
24
|
+
(e: 'update:checked', pl?: Model | undefined): void;
|
|
25
|
+
};
|
|
26
|
+
} | undefined, __VLS_expose?: ((exposed: import('vue').ShallowUnwrapRef<{}>) => void) | undefined, __VLS_setup?: Promise<{
|
|
27
|
+
props: {
|
|
28
|
+
color?: "" | "success" | "warning" | "primary" | "secondary" | "destructive" | "active" | "primary-alternative" | undefined;
|
|
29
|
+
label?: Model | undefined;
|
|
30
|
+
readonly onChange?: ((pl: Model) => any) | undefined;
|
|
31
|
+
disabled?: boolean | undefined;
|
|
32
|
+
name?: string | undefined;
|
|
33
|
+
modelValue?: Model | undefined;
|
|
34
|
+
readonly "onUpdate:modelValue"?: ((pl: Model) => any) | undefined;
|
|
35
|
+
value?: Model | undefined;
|
|
36
|
+
dataTestName?: string | undefined;
|
|
37
|
+
readonly "onUpdate:checked"?: ((pl?: Model | undefined) => any) | undefined;
|
|
38
|
+
trueLabel?: string | number | undefined;
|
|
39
|
+
falseLabel?: string | number | undefined;
|
|
40
|
+
checked?: boolean | undefined;
|
|
41
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps;
|
|
42
|
+
expose(exposed: import('vue').ShallowUnwrapRef<{}>): void;
|
|
43
|
+
attrs: any;
|
|
44
|
+
slots: {
|
|
45
|
+
default?(_: {}): any;
|
|
46
|
+
};
|
|
47
|
+
emit: {
|
|
48
|
+
(e: 'update:modelValue', pl: Model): void;
|
|
49
|
+
(e: 'change', pl: Model): void;
|
|
50
|
+
(e: 'update:checked', pl?: Model | undefined): void;
|
|
51
|
+
};
|
|
52
|
+
}>) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
53
|
+
[key: string]: any;
|
|
54
|
+
}> & {
|
|
55
|
+
__ctx?: {
|
|
56
|
+
props: {
|
|
57
|
+
color?: "" | "success" | "warning" | "primary" | "secondary" | "destructive" | "active" | "primary-alternative" | undefined;
|
|
58
|
+
label?: Model | undefined;
|
|
59
|
+
readonly onChange?: ((pl: Model) => any) | undefined;
|
|
60
|
+
disabled?: boolean | undefined;
|
|
61
|
+
name?: string | undefined;
|
|
62
|
+
modelValue?: Model | undefined;
|
|
63
|
+
readonly "onUpdate:modelValue"?: ((pl: Model) => any) | undefined;
|
|
64
|
+
value?: Model | undefined;
|
|
65
|
+
dataTestName?: string | undefined;
|
|
66
|
+
readonly "onUpdate:checked"?: ((pl?: Model | undefined) => any) | undefined;
|
|
67
|
+
trueLabel?: string | number | undefined;
|
|
68
|
+
falseLabel?: string | number | undefined;
|
|
69
|
+
checked?: boolean | undefined;
|
|
70
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps;
|
|
71
|
+
expose(exposed: import('vue').ShallowUnwrapRef<{}>): void;
|
|
72
|
+
attrs: any;
|
|
73
|
+
slots: {
|
|
74
|
+
default?(_: {}): any;
|
|
75
|
+
};
|
|
76
|
+
emit: {
|
|
77
|
+
(e: 'update:modelValue', pl: Model): void;
|
|
78
|
+
(e: 'change', pl: Model): void;
|
|
79
|
+
(e: 'update:checked', pl?: Model | undefined): void;
|
|
80
|
+
};
|
|
81
|
+
} | undefined;
|
|
82
|
+
};
|
|
83
|
+
export default _default;
|
|
84
|
+
type __VLS_Prettify<T> = {
|
|
85
|
+
[K in keyof T]: T[K];
|
|
86
|
+
} & {};
|
|
@@ -0,0 +1,86 @@
|
|
|
1
|
+
import { ConfigOptionType, ExtractValueType, IsObjectWithKeys, OptionValueType } from '../../types';
|
|
2
|
+
declare const _default: <Option extends OptionValueType, Config extends ConfigOptionType<Option>, Model extends ExtractValueType<Option, Config>>(__VLS_props: {
|
|
3
|
+
size?: "default" | "small" | "large" | undefined;
|
|
4
|
+
readonly onChange?: ((pl: Option[]) => any) | undefined;
|
|
5
|
+
disabled?: boolean | undefined;
|
|
6
|
+
max?: number | undefined;
|
|
7
|
+
modelValue?: Model[] | undefined;
|
|
8
|
+
min?: number | undefined;
|
|
9
|
+
readonly "onUpdate:modelValue"?: ((pl: Model[]) => any) | undefined;
|
|
10
|
+
valueKey?: IsObjectWithKeys<Option> | undefined;
|
|
11
|
+
dataTestName?: string | undefined;
|
|
12
|
+
checkboxes?: Option[] | undefined;
|
|
13
|
+
config?: Config | undefined;
|
|
14
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, __VLS_ctx?: {
|
|
15
|
+
attrs: any;
|
|
16
|
+
slots: {
|
|
17
|
+
default?(_: {}): any;
|
|
18
|
+
"checkbox-label"?(_: {
|
|
19
|
+
checkbox: Option;
|
|
20
|
+
}): any;
|
|
21
|
+
};
|
|
22
|
+
emit: {
|
|
23
|
+
(e: 'update:modelValue', pl: Model[]): void;
|
|
24
|
+
(e: 'change', pl: Option[]): void;
|
|
25
|
+
};
|
|
26
|
+
} | undefined, __VLS_expose?: ((exposed: import('vue').ShallowUnwrapRef<{}>) => void) | undefined, __VLS_setup?: Promise<{
|
|
27
|
+
props: {
|
|
28
|
+
size?: "default" | "small" | "large" | undefined;
|
|
29
|
+
readonly onChange?: ((pl: Option[]) => any) | undefined;
|
|
30
|
+
disabled?: boolean | undefined;
|
|
31
|
+
max?: number | undefined;
|
|
32
|
+
modelValue?: Model[] | undefined;
|
|
33
|
+
min?: number | undefined;
|
|
34
|
+
readonly "onUpdate:modelValue"?: ((pl: Model[]) => any) | undefined;
|
|
35
|
+
valueKey?: IsObjectWithKeys<Option> | undefined;
|
|
36
|
+
dataTestName?: string | undefined;
|
|
37
|
+
checkboxes?: Option[] | undefined;
|
|
38
|
+
config?: Config | undefined;
|
|
39
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps;
|
|
40
|
+
expose(exposed: import('vue').ShallowUnwrapRef<{}>): void;
|
|
41
|
+
attrs: any;
|
|
42
|
+
slots: {
|
|
43
|
+
default?(_: {}): any;
|
|
44
|
+
"checkbox-label"?(_: {
|
|
45
|
+
checkbox: Option;
|
|
46
|
+
}): any;
|
|
47
|
+
};
|
|
48
|
+
emit: {
|
|
49
|
+
(e: 'update:modelValue', pl: Model[]): void;
|
|
50
|
+
(e: 'change', pl: Option[]): void;
|
|
51
|
+
};
|
|
52
|
+
}>) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
53
|
+
[key: string]: any;
|
|
54
|
+
}> & {
|
|
55
|
+
__ctx?: {
|
|
56
|
+
props: {
|
|
57
|
+
size?: "default" | "small" | "large" | undefined;
|
|
58
|
+
readonly onChange?: ((pl: Option[]) => any) | undefined;
|
|
59
|
+
disabled?: boolean | undefined;
|
|
60
|
+
max?: number | undefined;
|
|
61
|
+
modelValue?: Model[] | undefined;
|
|
62
|
+
min?: number | undefined;
|
|
63
|
+
readonly "onUpdate:modelValue"?: ((pl: Model[]) => any) | undefined;
|
|
64
|
+
valueKey?: IsObjectWithKeys<Option> | undefined;
|
|
65
|
+
dataTestName?: string | undefined;
|
|
66
|
+
checkboxes?: Option[] | undefined;
|
|
67
|
+
config?: Config | undefined;
|
|
68
|
+
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps;
|
|
69
|
+
expose(exposed: import('vue').ShallowUnwrapRef<{}>): void;
|
|
70
|
+
attrs: any;
|
|
71
|
+
slots: {
|
|
72
|
+
default?(_: {}): any;
|
|
73
|
+
"checkbox-label"?(_: {
|
|
74
|
+
checkbox: Option;
|
|
75
|
+
}): any;
|
|
76
|
+
};
|
|
77
|
+
emit: {
|
|
78
|
+
(e: 'update:modelValue', pl: Model[]): void;
|
|
79
|
+
(e: 'change', pl: Option[]): void;
|
|
80
|
+
};
|
|
81
|
+
} | undefined;
|
|
82
|
+
};
|
|
83
|
+
export default _default;
|
|
84
|
+
type __VLS_Prettify<T> = {
|
|
85
|
+
[K in keyof T]: T[K];
|
|
86
|
+
} & {};
|
|
@@ -62,6 +62,7 @@ import VcProgress from './VcProgress/VcProgress.vue';
|
|
|
62
62
|
import VcProgressCircular from './VcProgress/VcProgressCircular.vue';
|
|
63
63
|
import VcSkeletonLoader from './VcSkeletonLoader/VcSkeletonLoader.vue';
|
|
64
64
|
import VcNotification from './VcNotification/VcNotification.vue';
|
|
65
|
+
import VcPluginOverlays from './VcPluginOverlays/VcPluginOverlays.vue';
|
|
65
66
|
import VcForm from './VcForm/VcForm.vue';
|
|
66
67
|
import VcFormItem from './VcForm/VcFormItem.vue';
|
|
67
68
|
import VcSplitButton from './VcSplitButton/VcSplitButton.vue';
|
|
@@ -74,13 +75,35 @@ import VcMdEditor from './VcMdEditor/VcMdEditor.vue';
|
|
|
74
75
|
import VcSystemUserPrompt from './VcSystemUserPrompt/VcSystemUserPrompt.vue';
|
|
75
76
|
import VcSoundPlayer from './VcSoundplayer/VcSoundPlayer.vue';
|
|
76
77
|
import VcJsonSchema from './VcJsonSchema/VcJsonSchema.vue';
|
|
78
|
+
import VcPlayerPlaybackRate from './VcSoundplayer/VcPlayerPlaybackRate.vue';
|
|
79
|
+
import VcPlayerPlaybackRatePopup from './VcSoundplayer/VcPlayerPlaybackRatePopup.vue';
|
|
80
|
+
import VcPlayerPlayStopButton from './VcSoundplayer/VcPlayerPlayStopButton.vue';
|
|
81
|
+
import VcPlayerSkipButtons from './VcSoundplayer/VcPlayerSkipButtons.vue';
|
|
82
|
+
import VcSoundCurrentTime from './VcSoundplayer/VcSoundCurrentTime.vue';
|
|
83
|
+
import VcSoundDuration from './VcSoundplayer/VcSoundDuration.vue';
|
|
84
|
+
import VcSoundPlayerError from './VcSoundplayer/VcSoundPlayerError.vue';
|
|
85
|
+
import VcSoundPlayerProgress from './VcSoundplayer/VcSoundPlayerProgress.vue';
|
|
86
|
+
import VcSoundPlayerWrapper from './VcSoundplayer/VcSoundPlayerWrapper.vue';
|
|
87
|
+
import VcSoundVolume from './VcSoundplayer/VcSoundVolume.vue';
|
|
77
88
|
import VcHtmlEditor from './VcHtmlEditor/VcHtmlEditor.vue';
|
|
78
89
|
import VcPdfDocument from './VcPdfViewer/VcPdfDocument.vue';
|
|
79
90
|
import VcExcelFileUploader from './VcExcelUploader/VcExcelFileUploader.vue';
|
|
80
91
|
import VcImageUploader from './VcImageUploader/VcImageUploader.vue';
|
|
81
92
|
import VcTour from './VcTour/VcTour.vue';
|
|
82
93
|
import VcSipFlow from './VcSipFlow/VcSipFlow.vue';
|
|
83
|
-
|
|
94
|
+
import VcEntityAddButton from '../entity/components/Button/VcEntityAddButton.vue';
|
|
95
|
+
import VcEntityCancelButton from '../entity/components/Button/VcEntityCancelButton.vue';
|
|
96
|
+
import VcEntityDeleteIconButton from '../entity/components/Button/VcEntityDeleteIconButton.vue';
|
|
97
|
+
import VcEntityEditIconButton from '../entity/components/Button/VcEntityEditIconButton.vue';
|
|
98
|
+
import VcEntityRestoreButton from '../entity/components/Button/VcEntityRestoreButton.vue';
|
|
99
|
+
import VcEntityStatusButton from '../entity/components/Button/VcEntityStatusButton.vue';
|
|
100
|
+
import VcEntityEditableTabs from '../entity/components/Tabs/VcEntityEditableTabs.vue';
|
|
101
|
+
import VcEntityListTable from '../entity/components/Table/VcEntityListTable.vue';
|
|
102
|
+
import VcBaseVerticalForm from '../entity/components/Form/VcBaseVerticalForm.vue';
|
|
103
|
+
import VcEntityVerticalCreateForm from '../entity/components/Form/VcEntityVerticalCreateForm.vue';
|
|
104
|
+
import VcEntityVerticalEditForm from '../entity/components/Form/VcEntityVerticalEditForm.vue';
|
|
105
|
+
import VcEntityEditPageForm from '../entity/components/Form/VcEntityEditPageForm.vue';
|
|
106
|
+
export { VcButton, VcButtonIcon, VcToggleButton, VcInput, VcInputNumber, VcInputError, VcInputLabel, VcSelect, VcSelectGrouped, VcSelectOption, VcInfiniteScrollSelect, VcAutocomplete, VcCheckbox, VcCheckboxButton, VcCheckboxButtonGroup, VcCheckboxGroup, VcRadio, VcRadioGroup, VcRadioButtonsGroup, VcSwitch, VcSlider, VcColorPicker, VcDatePicker, VcDatePickerPanel, VcDatetimeRangePicker, VcExtendedDatetimeRangePicker, VcTimeInput, VcPhoneInput, VcTagInput, VcOtpInput, VcFileUploader, VcCard, VcCodeBlock, 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, VcPluginOverlays, VcForm, VcFormItem, VcSplitButton, VcHyperLink, VcIcon, VcIconPicker, VcMeterGroup, VcMeterGroupLabel, VcMdEditor, VcSystemUserPrompt, VcSoundPlayer, VcJsonSchema, VcPlayerPlaybackRate, VcPlayerPlaybackRatePopup, VcPlayerPlayStopButton, VcPlayerSkipButtons, VcSoundCurrentTime, VcSoundDuration, VcSoundPlayerError, VcSoundPlayerProgress, VcSoundPlayerWrapper, VcSoundVolume, VcHtmlEditor, VcPdfDocument, VcExcelFileUploader, VcImageUploader, VcTour, VcSipFlow, VcEntityAddButton, VcEntityCancelButton, VcEntityDeleteIconButton, VcEntityEditIconButton, VcEntityRestoreButton, VcEntityStatusButton, VcEntityEditableTabs, VcEntityListTable, VcBaseVerticalForm, VcEntityVerticalCreateForm, VcEntityVerticalEditForm, VcEntityEditPageForm, };
|
|
84
107
|
declare module '@vue/runtime-core' {
|
|
85
108
|
interface GlobalComponents {
|
|
86
109
|
VcButton: typeof VcButton;
|
|
@@ -96,9 +119,9 @@ declare module '@vue/runtime-core' {
|
|
|
96
119
|
VcInfiniteScrollSelect: typeof VcInfiniteScrollSelect;
|
|
97
120
|
VcAutocomplete: typeof VcAutocomplete;
|
|
98
121
|
VcCheckbox: typeof VcCheckbox;
|
|
99
|
-
VcCheckboxGroup: typeof VcCheckboxGroup;
|
|
100
122
|
VcCheckboxButton: typeof VcCheckboxButton;
|
|
101
123
|
VcCheckboxButtonGroup: typeof VcCheckboxButtonGroup;
|
|
124
|
+
VcCheckboxGroup: typeof VcCheckboxGroup;
|
|
102
125
|
VcRadio: typeof VcRadio;
|
|
103
126
|
VcRadioGroup: typeof VcRadioGroup;
|
|
104
127
|
VcRadioButtonsGroup: typeof VcRadioButtonsGroup;
|
|
@@ -147,6 +170,7 @@ declare module '@vue/runtime-core' {
|
|
|
147
170
|
VcProgressCircular: typeof VcProgressCircular;
|
|
148
171
|
VcSkeletonLoader: typeof VcSkeletonLoader;
|
|
149
172
|
VcNotification: typeof VcNotification;
|
|
173
|
+
VcPluginOverlays: typeof VcPluginOverlays;
|
|
150
174
|
VcForm: typeof VcForm;
|
|
151
175
|
VcFormItem: typeof VcFormItem;
|
|
152
176
|
VcSplitButton: typeof VcSplitButton;
|
|
@@ -159,11 +183,33 @@ declare module '@vue/runtime-core' {
|
|
|
159
183
|
VcSystemUserPrompt: typeof VcSystemUserPrompt;
|
|
160
184
|
VcSoundPlayer: typeof VcSoundPlayer;
|
|
161
185
|
VcJsonSchema: typeof VcJsonSchema;
|
|
186
|
+
VcPlayerPlaybackRate: typeof VcPlayerPlaybackRate;
|
|
187
|
+
VcPlayerPlaybackRatePopup: typeof VcPlayerPlaybackRatePopup;
|
|
188
|
+
VcPlayerPlayStopButton: typeof VcPlayerPlayStopButton;
|
|
189
|
+
VcPlayerSkipButtons: typeof VcPlayerSkipButtons;
|
|
190
|
+
VcSoundCurrentTime: typeof VcSoundCurrentTime;
|
|
191
|
+
VcSoundDuration: typeof VcSoundDuration;
|
|
192
|
+
VcSoundPlayerError: typeof VcSoundPlayerError;
|
|
193
|
+
VcSoundPlayerProgress: typeof VcSoundPlayerProgress;
|
|
194
|
+
VcSoundPlayerWrapper: typeof VcSoundPlayerWrapper;
|
|
195
|
+
VcSoundVolume: typeof VcSoundVolume;
|
|
162
196
|
VcHtmlEditor: typeof VcHtmlEditor;
|
|
163
197
|
VcPdfDocument: typeof VcPdfDocument;
|
|
164
198
|
VcExcelFileUploader: typeof VcExcelFileUploader;
|
|
165
199
|
VcImageUploader: typeof VcImageUploader;
|
|
166
200
|
VcTour: typeof VcTour;
|
|
167
201
|
VcSipFlow: typeof VcSipFlow;
|
|
202
|
+
VcEntityAddButton: typeof VcEntityAddButton;
|
|
203
|
+
VcEntityCancelButton: typeof VcEntityCancelButton;
|
|
204
|
+
VcEntityDeleteIconButton: typeof VcEntityDeleteIconButton;
|
|
205
|
+
VcEntityEditIconButton: typeof VcEntityEditIconButton;
|
|
206
|
+
VcEntityRestoreButton: typeof VcEntityRestoreButton;
|
|
207
|
+
VcEntityStatusButton: typeof VcEntityStatusButton;
|
|
208
|
+
VcEntityEditableTabs: typeof VcEntityEditableTabs;
|
|
209
|
+
VcEntityListTable: typeof VcEntityListTable;
|
|
210
|
+
VcBaseVerticalForm: typeof VcBaseVerticalForm;
|
|
211
|
+
VcEntityVerticalCreateForm: typeof VcEntityVerticalCreateForm;
|
|
212
|
+
VcEntityVerticalEditForm: typeof VcEntityVerticalEditForm;
|
|
213
|
+
VcEntityEditPageForm: typeof VcEntityEditPageForm;
|
|
168
214
|
}
|
|
169
215
|
}
|
|
@@ -0,0 +1,105 @@
|
|
|
1
|
+
export { default as VcButton } from './components/VcButton/VcButton.vue';
|
|
2
|
+
export { default as VcButtonIcon } from './components/VcButton/VcButtonIcon.vue';
|
|
3
|
+
export { default as VcToggleButton } from './components/VcButton/VcToggleButton.vue';
|
|
4
|
+
export { default as VcInput } from './components/VcInput/VcInput.vue';
|
|
5
|
+
export { default as VcInputNumber } from './components/VcInputNumber/VcInputNumber.vue';
|
|
6
|
+
export { default as VcInputError } from './components/VcForm/UiComponents/VcInputError.vue';
|
|
7
|
+
export { default as VcInputLabel } from './components/VcForm/UiComponents/VcInputLabel.vue';
|
|
8
|
+
export { default as VcSelect } from './components/VcSelect/VcSelect.vue';
|
|
9
|
+
export { default as VcSelectGrouped } from './components/VcSelect/VcSelectGrouped.vue';
|
|
10
|
+
export { default as VcSelectOption } from './components/VcSelect/VcSelectOption.vue';
|
|
11
|
+
export { default as VcInfiniteScrollSelect } from './components/VcSelect/VcInfiniteScrollSelect.vue';
|
|
12
|
+
export { default as VcAutocomplete } from './components/VcAutocomplete/VcAutocomplete.vue';
|
|
13
|
+
export { default as VcCheckbox } from './components/VcCheckbox/VcCheckbox.vue';
|
|
14
|
+
export { default as VcCheckboxButton } from './components/VcCheckbox/VcCheckboxButton.vue';
|
|
15
|
+
export { default as VcCheckboxButtonGroup } from './components/VcCheckbox/VcCheckboxButtonGroup.vue';
|
|
16
|
+
export { default as VcCheckboxGroup } from './components/VcCheckboxGroup/VcCheckboxGroup.vue';
|
|
17
|
+
export { default as VcRadio } from './components/VcRadio/VcRadio.vue';
|
|
18
|
+
export { default as VcRadioGroup } from './components/VcRadioGroup/VcRadioGroup.vue';
|
|
19
|
+
export { default as VcRadioButtonsGroup } from './components/VcRadioButtons/VcRadioButtonsGroup.vue';
|
|
20
|
+
export { default as VcSwitch } from './components/VcSwitch/VcSwitch.vue';
|
|
21
|
+
export { default as VcSlider } from './components/VcSlider/VcSlider.vue';
|
|
22
|
+
export { default as VcColorPicker } from './components/VcColorPicker/VcColorPicker.vue';
|
|
23
|
+
export { default as VcDatePicker } from './components/VcDatePicker/VcDatePicker.vue';
|
|
24
|
+
export { default as VcDatePickerPanel } from './components/VcDatePickerPanel/VcDatePickerPanel.vue';
|
|
25
|
+
export { default as VcDatetimeRangePicker } from './components/VcDatetimeRangePicker/VcDatetimeRangePicker.vue';
|
|
26
|
+
export { default as VcExtendedDatetimeRangePicker } from './components/VcExtendedDatetimeRangePicker/VcExtendedDatetimeRangePicker.vue';
|
|
27
|
+
export { default as VcTimeInput } from './components/VcTimeInput/VcTimeInput.vue';
|
|
28
|
+
export { default as VcPhoneInput } from './components/VcPhoneInput/VcPhoneInput.vue';
|
|
29
|
+
export { default as VcTagInput } from './components/VcTagInput/VcTagInput.vue';
|
|
30
|
+
export { default as VcOtpInput } from './components/VcOtpInput/VcOtpInput.vue';
|
|
31
|
+
export { default as VcFileUploader } from './components/VcFileUploader/VcFileUploader.vue';
|
|
32
|
+
export { default as VcCard } from './components/VcCard/VcCard.vue';
|
|
33
|
+
export { default as VcCodeBlock } from './components/VcCodeBlock/VcCodeBlock.vue';
|
|
34
|
+
export { default as VcModal } from './components/VcModal/VcModal.vue';
|
|
35
|
+
export { default as VcConfirmModal } from './components/VcModal/VcConfirmModal.vue';
|
|
36
|
+
export { default as VcPopover } from './components/VcPopover/VcPopover.vue';
|
|
37
|
+
export { default as VcConfirmPopover } from './components/VcPopover/VcConfirmPopover.vue';
|
|
38
|
+
export { default as VcSelectPopover } from './components/VcPopover/VcSelectPopover.vue';
|
|
39
|
+
export { default as VcTabs } from './components/VcTabs/VcTabs.vue';
|
|
40
|
+
export { default as VcTabNav } from './components/VcTabs/VcTabNav.vue';
|
|
41
|
+
export { default as VcTabPane } from './components/VcTabs/VcTabPane.vue';
|
|
42
|
+
export { default as VcVerticalTabs } from './components/VcVerticalTabs/VcVerticalTabs.vue';
|
|
43
|
+
export { default as VcRadioTabs } from './components/VcRadioTabs/VcRadioTabs.vue';
|
|
44
|
+
export { default as VcRadioTabsNav } from './components/VcRadioTabs/UiComponents/VcRadioTabsNav.vue';
|
|
45
|
+
export { default as VcCollapse } from './components/VcCollapse/VcCollapse.vue';
|
|
46
|
+
export { default as VcCollapseItem } from './components/VcCollapse/VcCollapseItem.vue';
|
|
47
|
+
export { default as VcWizard } from './components/VcWizard/VcWizard.vue';
|
|
48
|
+
export { default as VcDropdown } from './components/VcDropdown/VcDropdown.vue';
|
|
49
|
+
export { default as VcDropdownItem } from './components/VcDropdown/VcDropdownItem.vue';
|
|
50
|
+
export { default as VcTable } from './components/VcTable/VcTable.vue';
|
|
51
|
+
export { default as VcPagination } from './components/VcPagination/VcPagination.vue';
|
|
52
|
+
export { default as VcTree } from './components/VcTree/VcTree.vue';
|
|
53
|
+
export { default as VcTreeSelect } from './components/VcTree/VcTreeSelect.vue';
|
|
54
|
+
export { default as VcTransfer } from './components/VcTransfer/VcTransfer.vue';
|
|
55
|
+
export { default as VcTag } from './components/VcTag/VcTag.vue';
|
|
56
|
+
export { default as VcDelimitedList } from './components/VcDelimitedList/VcDelimitedList.vue';
|
|
57
|
+
export { default as VcSparkline } from './components/VcSparkline/VcSparkline.vue';
|
|
58
|
+
export { default as VcViewSwitcher } from './components/VcViewSwitcher/VcViewSwitcher.vue';
|
|
59
|
+
export { default as VcSegmented } from './components/VcSegmented/VcSegmented.vue';
|
|
60
|
+
export { default as VcLoading } from './components/VcLoading/VcLoading.vue';
|
|
61
|
+
export { default as VcProgress } from './components/VcProgress/VcProgress.vue';
|
|
62
|
+
export { default as VcProgressCircular } from './components/VcProgress/VcProgressCircular.vue';
|
|
63
|
+
export { default as VcSkeletonLoader } from './components/VcSkeletonLoader/VcSkeletonLoader.vue';
|
|
64
|
+
export { default as VcNotification } from './components/VcNotification/VcNotification.vue';
|
|
65
|
+
export { default as VcPluginOverlays } from './components/VcPluginOverlays/VcPluginOverlays.vue';
|
|
66
|
+
export { default as VcForm } from './components/VcForm/VcForm.vue';
|
|
67
|
+
export { default as VcFormItem } from './components/VcForm/VcFormItem.vue';
|
|
68
|
+
export { default as VcSplitButton } from './components/VcSplitButton/VcSplitButton.vue';
|
|
69
|
+
export { default as VcHyperLink } from './components/VcHyperLink/VcHyperLink.vue';
|
|
70
|
+
export { default as VcIcon } from './components/VcIcon/VcIcon.vue';
|
|
71
|
+
export { default as VcIconPicker } from './components/VcIconPicker/VcIconPicker.vue';
|
|
72
|
+
export { default as VcMeterGroup } from './components/VcMeterGroup/VcMeterGroup.vue';
|
|
73
|
+
export { default as VcMeterGroupLabel } from './components/VcMeterGroup/VcMeterGroupLabel.vue';
|
|
74
|
+
export { default as VcMdEditor } from './components/VcMdEditor/VcMdEditor.vue';
|
|
75
|
+
export { default as VcSystemUserPrompt } from './components/VcSystemUserPrompt/VcSystemUserPrompt.vue';
|
|
76
|
+
export { default as VcSoundPlayer } from './components/VcSoundplayer/VcSoundPlayer.vue';
|
|
77
|
+
export { default as VcJsonSchema } from './components/VcJsonSchema/VcJsonSchema.vue';
|
|
78
|
+
export { default as VcPlayerPlaybackRate } from './components/VcSoundplayer/VcPlayerPlaybackRate.vue';
|
|
79
|
+
export { default as VcPlayerPlaybackRatePopup } from './components/VcSoundplayer/VcPlayerPlaybackRatePopup.vue';
|
|
80
|
+
export { default as VcPlayerPlayStopButton } from './components/VcSoundplayer/VcPlayerPlayStopButton.vue';
|
|
81
|
+
export { default as VcPlayerSkipButtons } from './components/VcSoundplayer/VcPlayerSkipButtons.vue';
|
|
82
|
+
export { default as VcSoundCurrentTime } from './components/VcSoundplayer/VcSoundCurrentTime.vue';
|
|
83
|
+
export { default as VcSoundDuration } from './components/VcSoundplayer/VcSoundDuration.vue';
|
|
84
|
+
export { default as VcSoundPlayerError } from './components/VcSoundplayer/VcSoundPlayerError.vue';
|
|
85
|
+
export { default as VcSoundPlayerProgress } from './components/VcSoundplayer/VcSoundPlayerProgress.vue';
|
|
86
|
+
export { default as VcSoundPlayerWrapper } from './components/VcSoundplayer/VcSoundPlayerWrapper.vue';
|
|
87
|
+
export { default as VcSoundVolume } from './components/VcSoundplayer/VcSoundVolume.vue';
|
|
88
|
+
export { default as VcHtmlEditor } from './components/VcHtmlEditor/VcHtmlEditor.vue';
|
|
89
|
+
export { default as VcPdfDocument } from './components/VcPdfViewer/VcPdfDocument.vue';
|
|
90
|
+
export { default as VcExcelFileUploader } from './components/VcExcelUploader/VcExcelFileUploader.vue';
|
|
91
|
+
export { default as VcImageUploader } from './components/VcImageUploader/VcImageUploader.vue';
|
|
92
|
+
export { default as VcTour } from './components/VcTour/VcTour.vue';
|
|
93
|
+
export { default as VcSipFlow } from './components/VcSipFlow/VcSipFlow.vue';
|
|
94
|
+
export { default as VcEntityAddButton } from './entity/components/Button/VcEntityAddButton.vue';
|
|
95
|
+
export { default as VcEntityCancelButton } from './entity/components/Button/VcEntityCancelButton.vue';
|
|
96
|
+
export { default as VcEntityDeleteIconButton } from './entity/components/Button/VcEntityDeleteIconButton.vue';
|
|
97
|
+
export { default as VcEntityEditIconButton } from './entity/components/Button/VcEntityEditIconButton.vue';
|
|
98
|
+
export { default as VcEntityRestoreButton } from './entity/components/Button/VcEntityRestoreButton.vue';
|
|
99
|
+
export { default as VcEntityStatusButton } from './entity/components/Button/VcEntityStatusButton.vue';
|
|
100
|
+
export { default as VcEntityEditableTabs } from './entity/components/Tabs/VcEntityEditableTabs.vue';
|
|
101
|
+
export { default as VcEntityListTable } from './entity/components/Table/VcEntityListTable.vue';
|
|
102
|
+
export { default as VcBaseVerticalForm } from './entity/components/Form/VcBaseVerticalForm.vue';
|
|
103
|
+
export { default as VcEntityVerticalCreateForm } from './entity/components/Form/VcEntityVerticalCreateForm.vue';
|
|
104
|
+
export { default as VcEntityVerticalEditForm } from './entity/components/Form/VcEntityVerticalEditForm.vue';
|
|
105
|
+
export { default as VcEntityEditPageForm } from './entity/components/Form/VcEntityEditPageForm.vue';
|
package/library/types/index.d.ts
CHANGED
|
@@ -1,78 +1,4 @@
|
|
|
1
|
-
export
|
|
2
|
-
export { default as VcButtonIcon } from './components/VcButton/VcButtonIcon.vue';
|
|
3
|
-
export { default as VcToggleButton } from './components/VcButton/VcToggleButton.vue';
|
|
4
|
-
export { default as VcInput } from './components/VcInput/VcInput.vue';
|
|
5
|
-
export { default as VcInputNumber } from './components/VcInputNumber/VcInputNumber.vue';
|
|
6
|
-
export { default as VcInputError } from './components/VcForm/UiComponents/VcInputError.vue';
|
|
7
|
-
export { default as VcInputLabel } from './components/VcForm/UiComponents/VcInputLabel.vue';
|
|
8
|
-
export { default as VcSelect } from './components/VcSelect/VcSelect.vue';
|
|
9
|
-
export { default as VcSelectGrouped } from './components/VcSelect/VcSelectGrouped.vue';
|
|
10
|
-
export { default as VcSelectOption } from './components/VcSelect/VcSelectOption.vue';
|
|
11
|
-
export { default as VcInfiniteScrollSelect } from './components/VcSelect/VcInfiniteScrollSelect.vue';
|
|
12
|
-
export { default as VcAutocomplete } from './components/VcAutocomplete/VcAutocomplete.vue';
|
|
13
|
-
export { default as VcCheckbox } from './components/VcCheckbox/VcCheckbox.vue';
|
|
14
|
-
export { default as VcCheckboxGroup } from './components/VcCheckboxGroup/VcCheckboxGroup.vue';
|
|
15
|
-
export { default as VcRadio } from './components/VcRadio/VcRadio.vue';
|
|
16
|
-
export { default as VcRadioGroup } from './components/VcRadioGroup/VcRadioGroup.vue';
|
|
17
|
-
export { default as VcRadioButtonsGroup } from './components/VcRadioButtons/VcRadioButtonsGroup.vue';
|
|
18
|
-
export { default as VcSwitch } from './components/VcSwitch/VcSwitch.vue';
|
|
19
|
-
export { default as VcSlider } from './components/VcSlider/VcSlider.vue';
|
|
20
|
-
export { default as VcColorPicker } from './components/VcColorPicker/VcColorPicker.vue';
|
|
21
|
-
export { default as VcDatePicker } from './components/VcDatePicker/VcDatePicker.vue';
|
|
22
|
-
export { default as VcDatePickerPanel } from './components/VcDatePickerPanel/VcDatePickerPanel.vue';
|
|
23
|
-
export { default as VcDatetimeRangePicker } from './components/VcDatetimeRangePicker/VcDatetimeRangePicker.vue';
|
|
24
|
-
export { default as VcExtendedDatetimeRangePicker } from './components/VcExtendedDatetimeRangePicker/VcExtendedDatetimeRangePicker.vue';
|
|
25
|
-
export { default as VcTimeInput } from './components/VcTimeInput/VcTimeInput.vue';
|
|
26
|
-
export { default as VcPhoneInput } from './components/VcPhoneInput/VcPhoneInput.vue';
|
|
27
|
-
export { default as VcTagInput } from './components/VcTagInput/VcTagInput.vue';
|
|
28
|
-
export { default as VcOtpInput } from './components/VcOtpInput/VcOtpInput.vue';
|
|
29
|
-
export { default as VcFileUploader } from './components/VcFileUploader/VcFileUploader.vue';
|
|
30
|
-
export { default as VcCard } from './components/VcCard/VcCard.vue';
|
|
31
|
-
export { default as VcCodeBlock } from './components/VcCodeBlock/VcCodeBlock.vue';
|
|
32
|
-
export { default as VcModal } from './components/VcModal/VcModal.vue';
|
|
33
|
-
export { default as VcConfirmModal } from './components/VcModal/VcConfirmModal.vue';
|
|
34
|
-
export { default as VcPopover } from './components/VcPopover/VcPopover.vue';
|
|
35
|
-
export { default as VcConfirmPopover } from './components/VcPopover/VcConfirmPopover.vue';
|
|
36
|
-
export { default as VcSelectPopover } from './components/VcPopover/VcSelectPopover.vue';
|
|
37
|
-
export { default as VcTabs } from './components/VcTabs/VcTabs.vue';
|
|
38
|
-
export { default as VcTabNav } from './components/VcTabs/VcTabNav.vue';
|
|
39
|
-
export { default as VcTabPane } from './components/VcTabs/VcTabPane.vue';
|
|
40
|
-
export { default as VcVerticalTabs } from './components/VcVerticalTabs/VcVerticalTabs.vue';
|
|
41
|
-
export { default as VcRadioTabs } from './components/VcRadioTabs/VcRadioTabs.vue';
|
|
42
|
-
export { default as VcRadioTabsNav } from './components/VcRadioTabs/UiComponents/VcRadioTabsNav.vue';
|
|
43
|
-
export { default as VcCollapse } from './components/VcCollapse/VcCollapse.vue';
|
|
44
|
-
export { default as VcCollapseItem } from './components/VcCollapse/VcCollapseItem.vue';
|
|
45
|
-
export { default as VcWizard } from './components/VcWizard/VcWizard.vue';
|
|
46
|
-
export { default as VcDropdown } from './components/VcDropdown/VcDropdown.vue';
|
|
47
|
-
export { default as VcDropdownItem } from './components/VcDropdown/VcDropdownItem.vue';
|
|
48
|
-
export { default as VcTable } from './components/VcTable/VcTable.vue';
|
|
49
|
-
export { default as VcPagination } from './components/VcPagination/VcPagination.vue';
|
|
50
|
-
export { default as VcTree } from './components/VcTree/VcTree.vue';
|
|
51
|
-
export { default as VcTreeSelect } from './components/VcTree/VcTreeSelect.vue';
|
|
52
|
-
export { default as VcTransfer } from './components/VcTransfer/VcTransfer.vue';
|
|
53
|
-
export { default as VcTag } from './components/VcTag/VcTag.vue';
|
|
54
|
-
export { default as VcDelimitedList } from './components/VcDelimitedList/VcDelimitedList.vue';
|
|
55
|
-
export { default as VcSparkline } from './components/VcSparkline/VcSparkline.vue';
|
|
56
|
-
export { default as VcViewSwitcher } from './components/VcViewSwitcher/VcViewSwitcher.vue';
|
|
57
|
-
export { default as VcSegmented } from './components/VcSegmented/VcSegmented.vue';
|
|
58
|
-
export { default as VcLoading } from './components/VcLoading/VcLoading.vue';
|
|
59
|
-
export { default as VcProgress } from './components/VcProgress/VcProgress.vue';
|
|
60
|
-
export { default as VcProgressCircular } from './components/VcProgress/VcProgressCircular.vue';
|
|
61
|
-
export { default as VcSkeletonLoader } from './components/VcSkeletonLoader/VcSkeletonLoader.vue';
|
|
62
|
-
export { default as VcNotification } from './components/VcNotification/VcNotification.vue';
|
|
63
|
-
export { default as VcPluginOverlays } from './components/VcPluginOverlays/VcPluginOverlays.vue';
|
|
64
|
-
export { default as VcForm } from './components/VcForm/VcForm.vue';
|
|
65
|
-
export { default as VcFormItem } from './components/VcForm/VcFormItem.vue';
|
|
66
|
-
export { default as VcSplitButton } from './components/VcSplitButton/VcSplitButton.vue';
|
|
67
|
-
export { default as VcHyperLink } from './components/VcHyperLink/VcHyperLink.vue';
|
|
68
|
-
export { default as VcIcon } from './components/VcIcon/VcIcon.vue';
|
|
69
|
-
export { default as VcIconPicker } from './components/VcIconPicker/VcIconPicker.vue';
|
|
70
|
-
export { default as VcMeterGroup } from './components/VcMeterGroup/VcMeterGroup.vue';
|
|
71
|
-
export { default as VcMeterGroupLabel } from './components/VcMeterGroup/VcMeterGroupLabel.vue';
|
|
72
|
-
export { default as VcMdEditor } from './components/VcMdEditor/VcMdEditor.vue';
|
|
73
|
-
export { default as VcSystemUserPrompt } from './components/VcSystemUserPrompt/VcSystemUserPrompt.vue';
|
|
74
|
-
export { default as VcSoundPlayer } from './components/VcSoundplayer/VcSoundPlayer.vue';
|
|
75
|
-
export { default as VcJsonSchema } from './components/VcJsonSchema/VcJsonSchema.vue';
|
|
1
|
+
export * from './components.gen';
|
|
76
2
|
export * from './tokens';
|
|
77
3
|
export * from './types';
|
|
78
4
|
export * from './enum/constants';
|
|
@@ -100,35 +26,7 @@ export { default as useConfirmPopup, confirmPopupState } from './composables/use
|
|
|
100
26
|
export { formatDate, parseDate, addDays, subtractDays, getHours, getMinutes, getSeconds, setTime, isAfter, isSameAfter, isBefore, isSameBefore, format, add, sub, addFp, subFp } from './utils/dateTime';
|
|
101
27
|
export { useRTL } from './composables/useRTL';
|
|
102
28
|
export type { RTLState } from './types';
|
|
103
|
-
export { default as VcPlayerPlaybackRate } from './components/VcSoundplayer/VcPlayerPlaybackRate.vue';
|
|
104
|
-
export { default as VcPlayerPlaybackRatePopup } from './components/VcSoundplayer/VcPlayerPlaybackRatePopup.vue';
|
|
105
|
-
export { default as VcPlayerPlayStopButton } from './components/VcSoundplayer/VcPlayerPlayStopButton.vue';
|
|
106
|
-
export { default as VcPlayerSkipButtons } from './components/VcSoundplayer/VcPlayerSkipButtons.vue';
|
|
107
|
-
export { default as VcSoundCurrentTime } from './components/VcSoundplayer/VcSoundCurrentTime.vue';
|
|
108
|
-
export { default as VcSoundDuration } from './components/VcSoundplayer/VcSoundDuration.vue';
|
|
109
|
-
export { default as VcSoundPlayerError } from './components/VcSoundplayer/VcSoundPlayerError.vue';
|
|
110
|
-
export { default as VcSoundPlayerProgress } from './components/VcSoundplayer/VcSoundPlayerProgress.vue';
|
|
111
|
-
export { default as VcSoundPlayerWrapper } from './components/VcSoundplayer/VcSoundPlayerWrapper.vue';
|
|
112
|
-
export { default as VcSoundVolume } from './components/VcSoundplayer/VcSoundVolume.vue';
|
|
113
29
|
export { buildMustacheSnippet } from './components/VcMdEditor/buildMustacheSnippet';
|
|
114
|
-
export { default as VcHtmlEditor } from './components/VcHtmlEditor/VcHtmlEditor.vue';
|
|
115
|
-
export { default as VcPdfDocument } from './components/VcPdfViewer/VcPdfDocument.vue';
|
|
116
|
-
export { default as VcExcelFileUploader } from './components/VcExcelUploader/VcExcelFileUploader.vue';
|
|
117
|
-
export { default as VcImageUploader } from './components/VcImageUploader/VcImageUploader.vue';
|
|
118
|
-
export { default as VcTour } from './components/VcTour/VcTour.vue';
|
|
119
|
-
export { default as VcSipFlow } from './components/VcSipFlow/VcSipFlow.vue';
|
|
120
|
-
export { default as VcEntityAddButton } from './entity/components/Button/VcEntityAddButton.vue';
|
|
121
|
-
export { default as VcEntityCancelButton } from './entity/components/Button/VcEntityCancelButton.vue';
|
|
122
|
-
export { default as VcEntityDeleteIconButton } from './entity/components/Button/VcEntityDeleteIconButton.vue';
|
|
123
|
-
export { default as VcEntityEditIconButton } from './entity/components/Button/VcEntityEditIconButton.vue';
|
|
124
|
-
export { default as VcEntityRestoreButton } from './entity/components/Button/VcEntityRestoreButton.vue';
|
|
125
|
-
export { default as VcEntityStatusButton } from './entity/components/Button/VcEntityStatusButton.vue';
|
|
126
|
-
export { default as VcEntityEditableTabs } from './entity/components/Tabs/VcEntityEditableTabs.vue';
|
|
127
|
-
export { default as VcEntityListTable } from './entity/components/Table/VcEntityListTable.vue';
|
|
128
|
-
export { default as VcBaseVerticalForm } from './entity/components/Form/VcBaseVerticalForm.vue';
|
|
129
|
-
export { default as VcEntityVerticalCreateForm } from './entity/components/Form/VcEntityVerticalCreateForm.vue';
|
|
130
|
-
export { default as VcEntityVerticalEditForm } from './entity/components/Form/VcEntityVerticalEditForm.vue';
|
|
131
|
-
export { default as VcEntityEditPageForm } from './entity/components/Form/VcEntityEditPageForm.vue';
|
|
132
30
|
export * from './entity/services/BaseEntityService';
|
|
133
31
|
export { default as useEditableTabs } from './entity/composable/useEditableTabs';
|
|
134
32
|
export { useEntityListTableProvide, useEntityListTableInject } from './entity/composable/useEntityListTableExternalPaginate';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { keys, isEqual, xor } from "lodash-es";
|
|
2
2
|
import { isEqual as isEqual2, keys as keys2, merge, xor as xor2 } from "lodash-es";
|
|
3
|
-
import {
|
|
3
|
+
import { isFormat, types, FORMAT_REGEXPS } from "./jsonSchemaHelpers.mjs";
|
|
4
4
|
const helpers = {
|
|
5
5
|
stringFormats: keys(FORMAT_REGEXPS),
|
|
6
6
|
isFormat,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@voicenter-team/voicenter-ui-plus",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.3.1",
|
|
4
4
|
"scripts": {
|
|
5
5
|
"dev": "vite",
|
|
6
6
|
"build": "vite build",
|
|
@@ -9,6 +9,8 @@
|
|
|
9
9
|
"ts-check": "vue-tsc --noEmit -p tsconfig.prod.json",
|
|
10
10
|
"ts-check-all": "vue-tsc --noEmit",
|
|
11
11
|
"generate-icon-list": "node ./script/generate/generateIconList.js",
|
|
12
|
+
"generate:entries": "node ./script/generate-entries.mjs",
|
|
13
|
+
"verify:entries": "node ./script/verify-entries.mjs",
|
|
12
14
|
"preview": "vite preview",
|
|
13
15
|
"test": "vitest",
|
|
14
16
|
"test:ui": "vitest --ui",
|
|
@@ -23,7 +25,11 @@
|
|
|
23
25
|
"mcp:dev": "cd mcp-server && npm run dev",
|
|
24
26
|
"mcp:build": "cd mcp-server && npm run build",
|
|
25
27
|
"mcp:start": "cd mcp-server && npm start",
|
|
26
|
-
"release": "npm ci && npm run build && npm publish"
|
|
28
|
+
"release": "npm ci && npm run build && npm publish",
|
|
29
|
+
"prepare": "husky"
|
|
30
|
+
},
|
|
31
|
+
"lint-staged": {
|
|
32
|
+
"*.{vue,js,jsx,cjs,mjs,ts}": "eslint --fix"
|
|
27
33
|
},
|
|
28
34
|
"main": "./library/index.mjs",
|
|
29
35
|
"module": "./library/index.mjs",
|
|
@@ -128,7 +134,9 @@
|
|
|
128
134
|
"eslint-plugin-standard": "^5.0.0",
|
|
129
135
|
"eslint-plugin-vue": "9.21.1",
|
|
130
136
|
"highlight.js": "^11.6.0",
|
|
137
|
+
"husky": "^9.1.7",
|
|
131
138
|
"jsdom": "^26.1.0",
|
|
139
|
+
"lint-staged": "^17.3.0",
|
|
132
140
|
"pdfjs-dist": "2.9.359",
|
|
133
141
|
"postcss": "8.5.24",
|
|
134
142
|
"readline-sync": "^1.4.10",
|
/package/library/assets/node_modules/element-plus/theme-chalk/src/{dropdown-item.css → tooltip.css}
RENAMED
|
File without changes
|