@sdata/web-vue 3.18.0 → 3.19.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/sd.css +478 -0
- package/dist/sd.min.css +2 -2
- package/es/_components/icon-hover.vue.d.ts +1 -1
- package/es/_components/input-label/input-label.d.ts +13 -1
- package/es/_components/input-label/input-label.js +35 -5
- package/es/_components/input-label/style/index.css +6 -0
- package/es/_components/input-label/style/input-label.scss +8 -0
- package/es/_components/picker/input-range.vue.d.ts +24 -1
- package/es/_components/picker/input-range.vue_vue_type_script_setup_true_lang.js +42 -6
- package/es/_components/picker/input.vue.d.ts +24 -1
- package/es/_components/picker/input.vue_vue_type_script_setup_true_lang.js +31 -4
- package/es/_components/picker/style/index.scss +8 -0
- package/es/_components/select-view/select-view.d.ts +15 -3
- package/es/_components/select-view/select-view.js +10 -1
- package/es/_components/select-view/style/index.css +12 -0
- package/es/_components/virtual-list/virtual-list.vue.d.ts +6 -6
- package/es/_hooks/use-fit-width.d.ts +22 -0
- package/es/_hooks/use-fit-width.js +76 -0
- package/es/_hooks/use-form-item.d.ts +1 -1
- package/es/_hooks/use-size.d.ts +1 -1
- package/es/anchor/anchor.vue.d.ts +1 -1
- package/es/anchor/index.d.ts +3 -3
- package/es/auto-complete/auto-complete.d.ts +20 -2
- package/es/auto-complete/auto-complete.js +18 -0
- package/es/auto-complete/index.d.ts +36 -6
- package/es/basic-crud-table/basic-crud-table.vue.d.ts +2 -2
- package/es/basic-crud-table/index.d.ts +5 -5
- package/es/button/button.vue.d.ts +2 -2
- package/es/button/index.d.ts +6 -6
- package/es/card/card.d.ts +3 -3
- package/es/card/index.d.ts +6 -6
- package/es/carousel/carousel-indicator.vue.d.ts +1 -1
- package/es/cascader/base-cascader-panel.d.ts +1 -1
- package/es/cascader/cascader-option.d.ts +1 -1
- package/es/cascader/cascader-panel.vue.d.ts +1 -1
- package/es/cascader/cascader-search-panel.d.ts +1 -1
- package/es/cascader/cascader.vue.d.ts +7 -5
- package/es/cascader/cascader.vue_vue_type_script_setup_true_lang.js +12 -0
- package/es/cascader/types.d.ts +2 -1
- package/es/checkbox/checkbox.d.ts +3 -3
- package/es/checkbox/index.d.ts +6 -6
- package/es/collapse/collapse-item.d.ts +3 -3
- package/es/collapse/index.d.ts +3 -3
- package/es/color-picker/color-picker.d.ts +2 -2
- package/es/color-picker/index.d.ts +6 -6
- package/es/components.d.ts +4 -0
- package/es/config-provider/config-provider.vue.d.ts +1 -1
- package/es/config-provider/index.d.ts +3 -3
- package/es/date-picker/index.d.ts +87 -23
- package/es/date-picker/interface.d.ts +2 -1
- package/es/date-picker/picker-panel.vue.d.ts +1 -1
- package/es/date-picker/picker.vue.d.ts +39 -17
- package/es/date-picker/picker.vue_vue_type_script_setup_true_lang.js +30 -1
- package/es/date-picker/pickers/date-picker.d.ts +18 -0
- package/es/date-picker/pickers/date-picker.js +16 -0
- package/es/date-picker/range-picker-panel.vue.d.ts +1 -1
- package/es/date-picker/range-picker.vue.d.ts +39 -17
- package/es/date-picker/range-picker.vue_vue_type_script_setup_true_lang.js +27 -1
- package/es/date-picker/style/index.css +6 -0
- package/es/descriptions/descriptions.d.ts +3 -3
- package/es/descriptions/index.d.ts +9 -9
- package/es/divider/divider.d.ts +1 -1
- package/es/divider/index.d.ts +3 -3
- package/es/drawer/drawer.vue.d.ts +4 -4
- package/es/drawer/index.d.ts +11 -11
- package/es/dropdown/dropdown-button.vue.d.ts +2 -2
- package/es/dropdown/dropdown-option.vue.d.ts +1 -1
- package/es/dropdown/dropdown-submenu.vue.d.ts +2 -2
- package/es/dropdown/dropdown.vue.d.ts +1 -1
- package/es/dropdown/index.d.ts +21 -21
- package/es/ellipsis/ellipsis.vue.d.ts +1 -1
- package/es/ellipsis/index.d.ts +6 -6
- package/es/ellipsis/performant-ellipsis.vue.d.ts +1 -1
- package/es/form/form-item.vue.d.ts +1 -1
- package/es/form/form.vue.d.ts +1 -1
- package/es/form/index.d.ts +9 -9
- package/es/grid/grid-row.vue.d.ts +3 -3
- package/es/grid/index.d.ts +9 -9
- package/es/icon/icon-arrow-up/icon-arrow-up.js +5 -0
- package/es/icon/icon-arrow-up/icon-arrow-up.vue_vue_type_script_setup_true_lang.js +52 -0
- package/es/icon/icon-arrow-up/index.js +9 -0
- package/es/icon/icon-mute/icon-mute.js +5 -0
- package/es/icon/icon-mute/icon-mute.vue_vue_type_script_setup_true_lang.js +52 -0
- package/es/icon/icon-mute/index.js +9 -0
- package/es/icon/icon-voice/icon-voice.js +5 -0
- package/es/icon/icon-voice/icon-voice.vue_vue_type_script_setup_true_lang.js +52 -0
- package/es/icon/icon-voice/index.js +9 -0
- package/es/image/preview-action.d.ts +6 -6
- package/es/image/preview-group.vue.d.ts +1 -1
- package/es/index.css +478 -0
- package/es/index.d.ts +5 -0
- package/es/index.js +5 -1
- package/es/index.scss +2 -0
- package/es/input/index.d.ts +99 -6
- package/es/input/input-password.vue.d.ts +18 -0
- package/es/input/input-password.vue_vue_type_script_setup_true_lang.js +24 -2
- package/es/input/input-search.d.ts +18 -0
- package/es/input/input-search.js +20 -2
- package/es/input/input.d.ts +29 -2
- package/es/input/input.js +45 -3
- package/es/input/style/index.css +16 -0
- package/es/input/style/index.scss +21 -0
- package/es/input-number/index.d.ts +36 -6
- package/es/input-number/input-number.d.ts +20 -2
- package/es/input-number/input-number.js +19 -0
- package/es/input-tag/index.d.ts +36 -6
- package/es/input-tag/input-tag.d.ts +20 -2
- package/es/input-tag/input-tag.js +35 -4
- package/es/input-tag/style/index.css +6 -0
- package/es/input-tag/style/input-tag.scss +8 -0
- package/es/kv-list/index.d.ts +72 -32
- package/es/link/index.d.ts +6 -6
- package/es/link/link.vue.d.ts +2 -2
- package/es/locale/interface.d.ts +22 -0
- package/es/locale/lang/ar-eg.js +21 -1
- package/es/locale/lang/de-de.js +21 -1
- package/es/locale/lang/en-us.js +21 -1
- package/es/locale/lang/es-es.js +21 -1
- package/es/locale/lang/fr-fr.js +21 -1
- package/es/locale/lang/id-id.js +21 -1
- package/es/locale/lang/it-it.js +21 -1
- package/es/locale/lang/ja-jp.js +21 -1
- package/es/locale/lang/km-kh.js +21 -1
- package/es/locale/lang/ko-kr.js +21 -1
- package/es/locale/lang/ms-my.js +21 -1
- package/es/locale/lang/nl-nl.js +21 -1
- package/es/locale/lang/pt-pt.js +21 -1
- package/es/locale/lang/ru-ru.js +21 -1
- package/es/locale/lang/th-th.js +21 -1
- package/es/locale/lang/vi-vn.js +21 -1
- package/es/locale/lang/zh-cn.js +21 -1
- package/es/locale/lang/zh-tw.js +21 -1
- package/es/mention/index.d.ts +39 -9
- package/es/mention/mention.d.ts +21 -3
- package/es/mention/mention.js +24 -1
- package/es/mention/style/index.css +6 -0
- package/es/mention/style/index.scss +8 -0
- package/es/menu/item.d.ts +1 -1
- package/es/message/message-list.d.ts +1 -1
- package/es/modal/index.d.ts +9 -9
- package/es/modal/modal.vue.d.ts +3 -3
- package/es/popconfirm/index.d.ts +3 -3
- package/es/popconfirm/popconfirm.vue.d.ts +1 -1
- package/es/popover/index.d.ts +6 -6
- package/es/popover/popover.vue.d.ts +2 -2
- package/es/progress/circle.vue.d.ts +1 -1
- package/es/progress/line.vue.d.ts +1 -1
- package/es/qr-code/index.d.ts +15 -15
- package/es/qr-code/qr-code.vue.d.ts +5 -5
- package/es/radio/index.d.ts +6 -6
- package/es/radio/radio.d.ts +3 -3
- package/es/rate/index.d.ts +3 -3
- package/es/rate/rate.d.ts +1 -1
- package/es/resize-box/index.d.ts +5 -5
- package/es/resize-box/resize-box.vue.d.ts +3 -3
- package/es/rich-text-editor/built-in-components.d.ts +5 -0
- package/es/rich-text-editor/built-in-components.js +6 -0
- package/es/rich-text-editor/index.d.ts +195 -0
- package/es/rich-text-editor/index.js +12 -0
- package/es/rich-text-editor/nodes/inline-component-node.d.ts +30 -0
- package/es/rich-text-editor/nodes/inline-component-node.js +86 -0
- package/es/rich-text-editor/rich-text-editor.js +5 -0
- package/es/rich-text-editor/rich-text-editor.vue.d.ts +76 -0
- package/es/rich-text-editor/rich-text-editor.vue_vue_type_script_setup_true_lang.js +630 -0
- package/es/rich-text-editor/rich-text-node-renderer.js +5 -0
- package/es/rich-text-editor/rich-text-node-renderer.vue.d.ts +28 -0
- package/es/rich-text-editor/rich-text-node-renderer.vue_vue_type_script_setup_true_lang.js +133 -0
- package/es/rich-text-editor/style/css.js +2 -0
- package/es/rich-text-editor/style/index.css +164 -0
- package/es/rich-text-editor/style/index.d.ts +2 -0
- package/es/rich-text-editor/style/index.js +2 -0
- package/es/rich-text-editor/style/index.scss +193 -0
- package/es/rich-text-editor/style/token.scss +36 -0
- package/es/rich-text-editor/types.d.ts +148 -0
- package/es/sd-vue.js +6 -0
- package/es/select/index.d.ts +108 -54
- package/es/select/interface.d.ts +2 -1
- package/es/select/select.d.ts +55 -25
- package/es/select/select.js +18 -0
- package/es/sender/context.d.ts +8 -0
- package/es/sender/context.js +4 -0
- package/es/sender/index.d.ts +119 -0
- package/es/sender/index.js +20 -0
- package/es/sender/sender-header.js +5 -0
- package/es/sender/sender-header.vue.d.ts +28 -0
- package/es/sender/sender-header.vue_vue_type_script_setup_true_lang.js +127 -0
- package/es/sender/sender-switch.js +5 -0
- package/es/sender/sender-switch.vue.d.ts +32 -0
- package/es/sender/sender-switch.vue_vue_type_script_setup_true_lang.js +95 -0
- package/es/sender/sender.js +5 -0
- package/es/sender/sender.vue_vue_type_script_setup_true_lang.js +871 -0
- package/es/sender/style/css.js +3 -0
- package/es/sender/style/index.css +290 -0
- package/es/sender/style/index.d.ts +3 -0
- package/es/sender/style/index.js +3 -0
- package/es/sender/style/index.scss +346 -0
- package/es/sender/style/token.scss +43 -0
- package/es/sender/types.d.ts +171 -0
- package/es/sender/use-speech.d.ts +9 -0
- package/es/sender/use-speech.js +120 -0
- package/es/slider/index.d.ts +3 -3
- package/es/slider/slider-input.vue.d.ts +1 -1
- package/es/slider/slider.vue.d.ts +1 -1
- package/es/space/index.d.ts +9 -9
- package/es/space/space.d.ts +2 -2
- package/es/spin/index.d.ts +3 -3
- package/es/spin/spin.d.ts +1 -1
- package/es/statistic/index.d.ts +3 -3
- package/es/statistic/statistic.vue.d.ts +1 -1
- package/es/steps/index.d.ts +5 -5
- package/es/steps/step.vue.d.ts +2 -2
- package/es/steps/steps.vue.d.ts +1 -1
- package/es/table/index.d.ts +17 -17
- package/es/table/table-column.d.ts +1 -1
- package/es/table/table-operation-td.d.ts +12 -12
- package/es/table/table-td.d.ts +2 -2
- package/es/table/table.d.ts +5 -5
- package/es/tabs/index.d.ts +12 -12
- package/es/tabs/tabs-nav.d.ts +1 -1
- package/es/tabs/tabs.d.ts +4 -4
- package/es/tag/index.d.ts +6 -6
- package/es/tag/tag.vue.d.ts +2 -2
- package/es/textarea/index.d.ts +38 -8
- package/es/textarea/style/index.css +6 -0
- package/es/textarea/style/index.scss +8 -0
- package/es/textarea/textarea.vue.d.ts +21 -3
- package/es/textarea/textarea.vue_vue_type_script_setup_true_lang.js +36 -3
- package/es/time-picker/index.d.ts +36 -6
- package/es/time-picker/interface.d.ts +2 -1
- package/es/time-picker/range-panel.js +58 -0
- package/es/time-picker/time-picker.vue.d.ts +20 -2
- package/es/time-picker/time-picker.vue_vue_type_script_setup_true_lang.js +30 -1
- package/es/timeline/index.d.ts +6 -6
- package/es/timeline/timeline.d.ts +3 -3
- package/es/tooltip/index.d.ts +6 -6
- package/es/tooltip/tooltip.vue.d.ts +2 -2
- package/es/tour/index.d.ts +3 -3
- package/es/tour/tour.vue.d.ts +1 -1
- package/es/transfer/index.d.ts +3 -3
- package/es/transfer/transfer.vue.d.ts +1 -1
- package/es/tree/tree.vue.d.ts +4 -4
- package/es/tree-select/interface.d.ts +2 -1
- package/es/tree-select/tree-select.vue.d.ts +25 -7
- package/es/tree-select/tree-select.vue_vue_type_script_setup_true_lang.js +20 -0
- package/es/trigger/index.d.ts +12 -12
- package/es/trigger/trigger.d.ts +4 -4
- package/es/typography/base.d.ts +4 -4
- package/es/typography/edit-content.vue.d.ts +2 -2
- package/es/upload/index.d.ts +6 -6
- package/es/upload/upload-button.d.ts +1 -1
- package/es/upload/upload.d.ts +2 -2
- package/es/verification-code/index.d.ts +3 -3
- package/es/verification-code/verification-code.d.ts +1 -1
- package/es/watermark/index.d.ts +3 -3
- package/es/watermark/watermark.d.ts +1 -1
- package/json/vetur-attributes.json +233 -0
- package/json/vetur-tags.json +83 -3
- package/json/web-types.json +535 -2
- package/package.json +10 -1
package/es/index.css
CHANGED
|
@@ -2538,6 +2538,12 @@ body {
|
|
|
2538
2538
|
.sd-select-view-single {
|
|
2539
2539
|
cursor: pointer;
|
|
2540
2540
|
}
|
|
2541
|
+
.sd-select-view-single.sd-select-view-fit-width {
|
|
2542
|
+
width: fit-content;
|
|
2543
|
+
}
|
|
2544
|
+
.sd-select-view-single.sd-select-view-max-w-full {
|
|
2545
|
+
max-width: 100%;
|
|
2546
|
+
}
|
|
2541
2547
|
.sd-select-view-single .sd-select-view-input {
|
|
2542
2548
|
width: 100%;
|
|
2543
2549
|
padding-right: 0;
|
|
@@ -2738,6 +2744,12 @@ body {
|
|
|
2738
2744
|
max-width: 100%;
|
|
2739
2745
|
overflow: hidden;
|
|
2740
2746
|
}
|
|
2747
|
+
.sd-select-view-multiple.sd-select-view-fit-width {
|
|
2748
|
+
width: fit-content;
|
|
2749
|
+
}
|
|
2750
|
+
.sd-select-view-multiple.sd-select-view-max-w-full {
|
|
2751
|
+
max-width: 100%;
|
|
2752
|
+
}
|
|
2741
2753
|
.sd-select-view-multiple.sd-select-view-has-tag {
|
|
2742
2754
|
padding-right: 4px;
|
|
2743
2755
|
padding-left: 4px;
|
|
@@ -3000,6 +3012,12 @@ body {
|
|
|
3000
3012
|
border-radius: var(--sd-border-radius-small);
|
|
3001
3013
|
transition: color 0.1s cubic-bezier(0.34, 0.69, 0.1, 1), background-color 0.1s cubic-bezier(0.34, 0.69, 0.1, 1), border-color 0.1s cubic-bezier(0.34, 0.69, 0.1, 1), box-shadow 0.1s cubic-bezier(0.34, 0.69, 0.1, 1);
|
|
3002
3014
|
}
|
|
3015
|
+
.sd-picker.sd-picker-fit-width {
|
|
3016
|
+
width: fit-content;
|
|
3017
|
+
}
|
|
3018
|
+
.sd-picker.sd-picker-max-w-full {
|
|
3019
|
+
max-width: 100%;
|
|
3020
|
+
}
|
|
3003
3021
|
.sd-picker-input {
|
|
3004
3022
|
display: inline-flex;
|
|
3005
3023
|
flex: 1;
|
|
@@ -3263,6 +3281,12 @@ body {
|
|
|
3263
3281
|
.sd-input-label {
|
|
3264
3282
|
cursor: pointer;
|
|
3265
3283
|
}
|
|
3284
|
+
.sd-input-label.sd-input-label-fit-width {
|
|
3285
|
+
width: fit-content;
|
|
3286
|
+
}
|
|
3287
|
+
.sd-input-label.sd-input-label-max-w-full {
|
|
3288
|
+
max-width: 100%;
|
|
3289
|
+
}
|
|
3266
3290
|
.sd-input-label .sd-input-label-input {
|
|
3267
3291
|
width: 100%;
|
|
3268
3292
|
padding-right: 0;
|
|
@@ -5257,6 +5281,12 @@ body.sd-tour-active .sd-tour-popover * {
|
|
|
5257
5281
|
padding-left: 0;
|
|
5258
5282
|
overflow: hidden;
|
|
5259
5283
|
}
|
|
5284
|
+
.sd-textarea-wrapper.sd-textarea-fit-width {
|
|
5285
|
+
width: fit-content;
|
|
5286
|
+
}
|
|
5287
|
+
.sd-textarea-wrapper.sd-textarea-max-w-full {
|
|
5288
|
+
max-width: 100%;
|
|
5289
|
+
}
|
|
5260
5290
|
.sd-textarea-wrapper .sd-textarea-word-limit {
|
|
5261
5291
|
position: absolute;
|
|
5262
5292
|
right: 10px;
|
|
@@ -8545,6 +8575,279 @@ body.sd-tour-active .sd-tour-popover * {
|
|
|
8545
8575
|
border-top: 1px solid var(--sd-color-fill-3);
|
|
8546
8576
|
}
|
|
8547
8577
|
|
|
8578
|
+
.sd-sender {
|
|
8579
|
+
box-sizing: border-box;
|
|
8580
|
+
}
|
|
8581
|
+
.sd-sender-main {
|
|
8582
|
+
position: relative;
|
|
8583
|
+
width: 100%;
|
|
8584
|
+
overflow: hidden;
|
|
8585
|
+
background: #fff;
|
|
8586
|
+
border: 1px solid color-mix(in srgb, var(--sd-color-neutral-3) 10%, transparent);
|
|
8587
|
+
border-radius: calc(var(--sd-border-radius-medium) * 2);
|
|
8588
|
+
box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.03), 0 1px 6px -1px rgba(0, 0, 0, 0.02), 0 2px 4px 0 rgba(0, 0, 0, 0.02);
|
|
8589
|
+
}
|
|
8590
|
+
.sd-sender-disabled {
|
|
8591
|
+
background: var(--sd-color-neutral-2);
|
|
8592
|
+
border-color: transparent;
|
|
8593
|
+
}
|
|
8594
|
+
.sd-sender-content {
|
|
8595
|
+
display: flex;
|
|
8596
|
+
gap: 8px;
|
|
8597
|
+
align-items: flex-end;
|
|
8598
|
+
box-sizing: border-box;
|
|
8599
|
+
width: 100%;
|
|
8600
|
+
padding-block: 12px;
|
|
8601
|
+
padding-inline: 12px;
|
|
8602
|
+
}
|
|
8603
|
+
.sd-sender-prefix, .sd-sender-actions-list {
|
|
8604
|
+
flex: none;
|
|
8605
|
+
}
|
|
8606
|
+
.sd-sender-input {
|
|
8607
|
+
flex: auto;
|
|
8608
|
+
align-self: center;
|
|
8609
|
+
min-width: 0;
|
|
8610
|
+
padding: 0;
|
|
8611
|
+
color: var(--sd-color-neutral-10);
|
|
8612
|
+
font-size: 14px;
|
|
8613
|
+
caret-color: rgb(var(--sd-primary-6));
|
|
8614
|
+
background: transparent;
|
|
8615
|
+
border: 0;
|
|
8616
|
+
border-radius: 0;
|
|
8617
|
+
outline: none;
|
|
8618
|
+
}
|
|
8619
|
+
.sd-sender-input.sd-sender-input.sd-textarea-wrapper {
|
|
8620
|
+
overflow: visible;
|
|
8621
|
+
background: transparent;
|
|
8622
|
+
border: 0;
|
|
8623
|
+
box-shadow: none;
|
|
8624
|
+
}
|
|
8625
|
+
.sd-sender-input.sd-sender-input.sd-textarea-wrapper .sd-textarea {
|
|
8626
|
+
min-height: 32px;
|
|
8627
|
+
padding: 5px 0;
|
|
8628
|
+
background: transparent;
|
|
8629
|
+
border: 0;
|
|
8630
|
+
box-shadow: none;
|
|
8631
|
+
}
|
|
8632
|
+
.sd-sender-input.sd-sender-input.sd-textarea-wrapper .sd-textarea:focus, .sd-sender-input.sd-sender-input.sd-textarea-wrapper .sd-textarea:focus-visible {
|
|
8633
|
+
border: 0;
|
|
8634
|
+
outline: 0;
|
|
8635
|
+
box-shadow: none;
|
|
8636
|
+
}
|
|
8637
|
+
.sd-sender-actions-list {
|
|
8638
|
+
display: flex;
|
|
8639
|
+
}
|
|
8640
|
+
.sd-sender-actions-list-presets {
|
|
8641
|
+
display: flex;
|
|
8642
|
+
gap: 8px;
|
|
8643
|
+
}
|
|
8644
|
+
.sd-sender-actions-btn.sd-button-text {
|
|
8645
|
+
color: rgb(var(--sd-primary-6));
|
|
8646
|
+
}
|
|
8647
|
+
.sd-sender-actions-btn-disabled.sd-button-text {
|
|
8648
|
+
color: color-mix(in srgb, rgb(var(--sd-primary-6)) 45%, transparent);
|
|
8649
|
+
border-color: transparent;
|
|
8650
|
+
}
|
|
8651
|
+
.sd-sender-actions-btn-disabled:not(.sd-button-text) {
|
|
8652
|
+
color: #fff;
|
|
8653
|
+
background: color-mix(in srgb, rgb(var(--sd-primary-6)) 45%, transparent);
|
|
8654
|
+
border-color: transparent;
|
|
8655
|
+
}
|
|
8656
|
+
.sd-sender-actions-btn-loading-button {
|
|
8657
|
+
padding: 0;
|
|
8658
|
+
border: 0;
|
|
8659
|
+
}
|
|
8660
|
+
.sd-sender-actions-btn-loading-icon {
|
|
8661
|
+
width: 32px;
|
|
8662
|
+
height: 32px;
|
|
8663
|
+
vertical-align: top;
|
|
8664
|
+
}
|
|
8665
|
+
.sd-sender-actions-btn-recording-icon {
|
|
8666
|
+
width: 1.2em;
|
|
8667
|
+
height: 1.2em;
|
|
8668
|
+
vertical-align: top;
|
|
8669
|
+
}
|
|
8670
|
+
.sd-sender-loading-spinner {
|
|
8671
|
+
transform-origin: center;
|
|
8672
|
+
animation: sender-loading-rotate 1s linear infinite;
|
|
8673
|
+
}
|
|
8674
|
+
.sd-sender-recording-bar {
|
|
8675
|
+
transform-box: fill-box;
|
|
8676
|
+
transform-origin: center;
|
|
8677
|
+
animation: sender-recording-bar 0.8s ease-in-out infinite;
|
|
8678
|
+
}
|
|
8679
|
+
.sd-sender-footer {
|
|
8680
|
+
box-sizing: border-box;
|
|
8681
|
+
padding-block: 4px 12px;
|
|
8682
|
+
padding-inline: 12px;
|
|
8683
|
+
}
|
|
8684
|
+
.sd-sender-header {
|
|
8685
|
+
overflow: hidden;
|
|
8686
|
+
border-bottom: 1px solid color-mix(in srgb, var(--sd-color-neutral-3) 10%, transparent);
|
|
8687
|
+
}
|
|
8688
|
+
.sd-sender-header-header {
|
|
8689
|
+
display: flex;
|
|
8690
|
+
align-items: center;
|
|
8691
|
+
padding-block: 10px;
|
|
8692
|
+
padding-inline: 16px 8px;
|
|
8693
|
+
font-size: 14px;
|
|
8694
|
+
line-height: 1.5715;
|
|
8695
|
+
background: var(--sd-color-neutral-2);
|
|
8696
|
+
border-radius: calc(var(--sd-border-radius-medium) * 2) calc(var(--sd-border-radius-medium) * 2) 0 0;
|
|
8697
|
+
}
|
|
8698
|
+
.sd-sender-header-title {
|
|
8699
|
+
flex: auto;
|
|
8700
|
+
}
|
|
8701
|
+
.sd-sender-header-close {
|
|
8702
|
+
flex: none;
|
|
8703
|
+
}
|
|
8704
|
+
.sd-sender-header-content {
|
|
8705
|
+
padding: 16px;
|
|
8706
|
+
}
|
|
8707
|
+
.sd-sender-header-motion-enter-active, .sd-sender-header-motion-leave-active {
|
|
8708
|
+
overflow: hidden;
|
|
8709
|
+
transition: height 0.3s cubic-bezier(0.34, 0.69, 0.1, 1), border-color 0.3s cubic-bezier(0.34, 0.69, 0.1, 1);
|
|
8710
|
+
}
|
|
8711
|
+
.sd-sender-input-slot.sd-rich-text-editor {
|
|
8712
|
+
display: block;
|
|
8713
|
+
align-self: center;
|
|
8714
|
+
width: 100%;
|
|
8715
|
+
min-width: 0;
|
|
8716
|
+
padding: 0;
|
|
8717
|
+
background: transparent;
|
|
8718
|
+
border: 0;
|
|
8719
|
+
border-radius: 0;
|
|
8720
|
+
box-shadow: none;
|
|
8721
|
+
}
|
|
8722
|
+
.sd-sender-input-slot.sd-rich-text-editor:hover, .sd-sender-input-slot.sd-rich-text-editor:focus-within {
|
|
8723
|
+
border: 0;
|
|
8724
|
+
box-shadow: none;
|
|
8725
|
+
}
|
|
8726
|
+
.sd-sender-input-slot .sd-rich-text-editor-content {
|
|
8727
|
+
box-sizing: border-box;
|
|
8728
|
+
padding: 0;
|
|
8729
|
+
color: inherit;
|
|
8730
|
+
font: inherit;
|
|
8731
|
+
line-height: inherit;
|
|
8732
|
+
caret-color: rgb(var(--sd-primary-6));
|
|
8733
|
+
outline: none;
|
|
8734
|
+
}
|
|
8735
|
+
.sd-sender-input-slot .sd-rich-text-editor-placeholder {
|
|
8736
|
+
inset-block-start: 0;
|
|
8737
|
+
inset-inline-start: 0;
|
|
8738
|
+
color: var(--sd-color-neutral-4);
|
|
8739
|
+
}
|
|
8740
|
+
.sd-sender-input-slot .sd-rich-text-editor-component {
|
|
8741
|
+
margin-inline: 4px;
|
|
8742
|
+
}
|
|
8743
|
+
.sd-sender-input-slot .sd-rich-text-editor-component-control {
|
|
8744
|
+
min-height: calc(14px * 1.5715 + 2px);
|
|
8745
|
+
font-size: inherit;
|
|
8746
|
+
line-height: inherit;
|
|
8747
|
+
}
|
|
8748
|
+
.sd-sender-input-slot-content {
|
|
8749
|
+
width: 100%;
|
|
8750
|
+
min-height: 32px;
|
|
8751
|
+
white-space: pre-wrap;
|
|
8752
|
+
overflow-wrap: anywhere;
|
|
8753
|
+
cursor: text;
|
|
8754
|
+
}
|
|
8755
|
+
.sd-sender-slot {
|
|
8756
|
+
display: inline-flex;
|
|
8757
|
+
align-items: center;
|
|
8758
|
+
}
|
|
8759
|
+
.sd-sender-skill {
|
|
8760
|
+
display: inline-block;
|
|
8761
|
+
height: calc(14px * 1.5715 + 2px);
|
|
8762
|
+
margin-block: 1px;
|
|
8763
|
+
margin-inline-start: -1px;
|
|
8764
|
+
vertical-align: baseline;
|
|
8765
|
+
word-break: break-all;
|
|
8766
|
+
}
|
|
8767
|
+
.sd-sender-skill-empty::after {
|
|
8768
|
+
display: inline-block;
|
|
8769
|
+
height: inherit;
|
|
8770
|
+
color: var(--sd-color-neutral-4);
|
|
8771
|
+
content: attr(data-placeholder);
|
|
8772
|
+
pointer-events: none;
|
|
8773
|
+
}
|
|
8774
|
+
.sd-sender-skill-wrapper {
|
|
8775
|
+
display: inline-flex;
|
|
8776
|
+
height: 100%;
|
|
8777
|
+
}
|
|
8778
|
+
.sd-sender-skill-tag {
|
|
8779
|
+
display: inline-flex;
|
|
8780
|
+
gap: 4px;
|
|
8781
|
+
align-items: center;
|
|
8782
|
+
height: 100%;
|
|
8783
|
+
color: rgb(var(--sd-primary-6));
|
|
8784
|
+
font-weight: 500;
|
|
8785
|
+
background: color-mix(in srgb, rgb(var(--sd-primary-6)) 8%, transparent);
|
|
8786
|
+
border-radius: var(--sd-border-radius-medium);
|
|
8787
|
+
cursor: pointer;
|
|
8788
|
+
transition: background-color 0.2s cubic-bezier(0.34, 0.69, 0.1, 1);
|
|
8789
|
+
padding-inline: 8px;
|
|
8790
|
+
}
|
|
8791
|
+
.sd-sender-skill-tag:hover {
|
|
8792
|
+
background: color-mix(in srgb, rgb(var(--sd-primary-6)) 15%, transparent);
|
|
8793
|
+
}
|
|
8794
|
+
.sd-sender-skill-tag-close {
|
|
8795
|
+
display: inline-flex;
|
|
8796
|
+
color: rgb(var(--sd-primary-6));
|
|
8797
|
+
font-size: 12px;
|
|
8798
|
+
transition: color 0.2s cubic-bezier(0.34, 0.69, 0.1, 1);
|
|
8799
|
+
}
|
|
8800
|
+
.sd-sender-skill-tag-close:not(.sd-sender-skill-tag-close-disabled):hover {
|
|
8801
|
+
color: rgb(var(--sd-primary-5));
|
|
8802
|
+
}
|
|
8803
|
+
.sd-sender-skill-tag-close-disabled {
|
|
8804
|
+
color: var(--sd-color-neutral-4);
|
|
8805
|
+
cursor: not-allowed;
|
|
8806
|
+
}
|
|
8807
|
+
.sd-sender-skill-holder {
|
|
8808
|
+
width: 10px;
|
|
8809
|
+
height: 100%;
|
|
8810
|
+
}
|
|
8811
|
+
.sd-sender-switch {
|
|
8812
|
+
display: inline-block;
|
|
8813
|
+
}
|
|
8814
|
+
.sd-sender-switch .sd-sender-switch-content:not(:disabled):hover {
|
|
8815
|
+
color: var(--sd-color-neutral-10);
|
|
8816
|
+
background: color-mix(in srgb, var(--sd-color-neutral-3) 4%, transparent);
|
|
8817
|
+
border-color: var(--sd-color-neutral-3);
|
|
8818
|
+
}
|
|
8819
|
+
.sd-sender-switch-checked .sd-sender-switch-content {
|
|
8820
|
+
color: rgb(var(--sd-primary-6));
|
|
8821
|
+
background: color-mix(in srgb, rgb(var(--sd-primary-6)) 8%, transparent);
|
|
8822
|
+
border-color: rgb(var(--sd-primary-6));
|
|
8823
|
+
}
|
|
8824
|
+
.sd-sender-switch-checked .sd-sender-switch-content:not(:disabled):hover {
|
|
8825
|
+
color: rgb(var(--sd-primary-6));
|
|
8826
|
+
background: color-mix(in srgb, rgb(var(--sd-primary-6)) 10%, transparent);
|
|
8827
|
+
border-color: rgb(var(--sd-primary-6));
|
|
8828
|
+
}
|
|
8829
|
+
|
|
8830
|
+
@keyframes sender-loading-rotate {
|
|
8831
|
+
to {
|
|
8832
|
+
transform: rotate(360deg);
|
|
8833
|
+
}
|
|
8834
|
+
}
|
|
8835
|
+
@keyframes sender-recording-bar {
|
|
8836
|
+
0%, 100% {
|
|
8837
|
+
transform: scaleY(1);
|
|
8838
|
+
}
|
|
8839
|
+
50% {
|
|
8840
|
+
transform: scaleY(2);
|
|
8841
|
+
}
|
|
8842
|
+
}
|
|
8843
|
+
@media (prefers-reduced-motion: reduce) {
|
|
8844
|
+
.sd-sender-loading-spinner, .sd-sender-recording-bar {
|
|
8845
|
+
animation: none;
|
|
8846
|
+
}
|
|
8847
|
+
.sd-sender-header-motion-enter-active, .sd-sender-header-motion-leave-active {
|
|
8848
|
+
transition-duration: 0.01ms;
|
|
8849
|
+
}
|
|
8850
|
+
}
|
|
8548
8851
|
.sd-secret {
|
|
8549
8852
|
display: inline-flex;
|
|
8550
8853
|
gap: 6px;
|
|
@@ -8745,6 +9048,153 @@ body.sd-tour-active .sd-tour-popover * {
|
|
|
8745
9048
|
margin-top: 20px;
|
|
8746
9049
|
}
|
|
8747
9050
|
|
|
9051
|
+
.sd-rich-text-editor {
|
|
9052
|
+
position: relative;
|
|
9053
|
+
box-sizing: border-box;
|
|
9054
|
+
width: 100%;
|
|
9055
|
+
color: var(--sd-color-neutral-10);
|
|
9056
|
+
font-size: 14px;
|
|
9057
|
+
line-height: 1.5715;
|
|
9058
|
+
background: #fff;
|
|
9059
|
+
border: 1px solid var(--sd-color-neutral-3);
|
|
9060
|
+
border-radius: var(--sd-border-radius-medium);
|
|
9061
|
+
transition: border-color 0.2s cubic-bezier(0.34, 0.69, 0.1, 1), box-shadow 0.2s cubic-bezier(0.34, 0.69, 0.1, 1);
|
|
9062
|
+
}
|
|
9063
|
+
.sd-rich-text-editor-focusable:hover {
|
|
9064
|
+
border-color: rgb(var(--sd-primary-5));
|
|
9065
|
+
}
|
|
9066
|
+
.sd-rich-text-editor:focus-within {
|
|
9067
|
+
border-color: rgb(var(--sd-primary-6));
|
|
9068
|
+
box-shadow: 0 0 0 2px color-mix(in srgb, rgb(var(--sd-primary-6)) 15%, transparent);
|
|
9069
|
+
}
|
|
9070
|
+
.sd-rich-text-editor-content {
|
|
9071
|
+
box-sizing: border-box;
|
|
9072
|
+
width: 100%;
|
|
9073
|
+
min-height: calc(14px * 1.5715 + 24px);
|
|
9074
|
+
padding-block: 12px;
|
|
9075
|
+
padding-inline: 16px;
|
|
9076
|
+
white-space: pre-wrap;
|
|
9077
|
+
overflow-wrap: anywhere;
|
|
9078
|
+
outline: none;
|
|
9079
|
+
caret-color: rgb(var(--sd-primary-6));
|
|
9080
|
+
}
|
|
9081
|
+
.sd-rich-text-editor-placeholder {
|
|
9082
|
+
position: absolute;
|
|
9083
|
+
inset-block-start: 12px;
|
|
9084
|
+
inset-inline-start: 16px;
|
|
9085
|
+
overflow: hidden;
|
|
9086
|
+
color: var(--sd-color-neutral-4);
|
|
9087
|
+
white-space: nowrap;
|
|
9088
|
+
text-overflow: ellipsis;
|
|
9089
|
+
pointer-events: none;
|
|
9090
|
+
}
|
|
9091
|
+
.sd-rich-text-editor-disabled {
|
|
9092
|
+
color: var(--sd-color-neutral-4);
|
|
9093
|
+
background: var(--sd-color-neutral-2);
|
|
9094
|
+
cursor: not-allowed;
|
|
9095
|
+
}
|
|
9096
|
+
.sd-rich-text-editor-readonly {
|
|
9097
|
+
cursor: default;
|
|
9098
|
+
}
|
|
9099
|
+
.sd-rich-text-editor-paragraph {
|
|
9100
|
+
margin: 0;
|
|
9101
|
+
}
|
|
9102
|
+
.sd-rich-text-editor-heading-h1, .sd-rich-text-editor-heading-h2, .sd-rich-text-editor-heading-h3, .sd-rich-text-editor-heading-h4, .sd-rich-text-editor-heading-h5, .sd-rich-text-editor-heading-h6 {
|
|
9103
|
+
margin-block: 0 12px;
|
|
9104
|
+
}
|
|
9105
|
+
.sd-rich-text-editor-quote {
|
|
9106
|
+
margin-block: 12px;
|
|
9107
|
+
margin-inline: 0;
|
|
9108
|
+
padding-inline-start: 16px;
|
|
9109
|
+
border-inline-start: 3px solid var(--sd-color-neutral-4);
|
|
9110
|
+
}
|
|
9111
|
+
.sd-rich-text-editor-list-ordered, .sd-rich-text-editor-list-unordered {
|
|
9112
|
+
margin-block: 12px;
|
|
9113
|
+
padding-inline-start: 32px;
|
|
9114
|
+
}
|
|
9115
|
+
.sd-rich-text-editor-list-item-nested {
|
|
9116
|
+
list-style: none;
|
|
9117
|
+
}
|
|
9118
|
+
.sd-rich-text-editor-link {
|
|
9119
|
+
color: rgb(var(--sd-link-6));
|
|
9120
|
+
text-decoration: underline;
|
|
9121
|
+
}
|
|
9122
|
+
.sd-rich-text-editor-code {
|
|
9123
|
+
display: block;
|
|
9124
|
+
padding: 16px;
|
|
9125
|
+
overflow-x: auto;
|
|
9126
|
+
font-family: consolas, menlo;
|
|
9127
|
+
white-space: pre;
|
|
9128
|
+
background: var(--sd-color-neutral-2);
|
|
9129
|
+
border-radius: var(--sd-border-radius-medium);
|
|
9130
|
+
}
|
|
9131
|
+
.sd-rich-text-editor-text-bold {
|
|
9132
|
+
font-weight: 600;
|
|
9133
|
+
}
|
|
9134
|
+
.sd-rich-text-editor-text-italic {
|
|
9135
|
+
font-style: italic;
|
|
9136
|
+
}
|
|
9137
|
+
.sd-rich-text-editor-text-underline {
|
|
9138
|
+
text-decoration: underline;
|
|
9139
|
+
}
|
|
9140
|
+
.sd-rich-text-editor-text-strikethrough {
|
|
9141
|
+
text-decoration: line-through;
|
|
9142
|
+
}
|
|
9143
|
+
.sd-rich-text-editor-text-code {
|
|
9144
|
+
padding-inline: 4px;
|
|
9145
|
+
font-family: consolas, menlo;
|
|
9146
|
+
background: var(--sd-color-neutral-2);
|
|
9147
|
+
border-radius: var(--sd-border-radius-medium);
|
|
9148
|
+
}
|
|
9149
|
+
.sd-rich-text-editor-component {
|
|
9150
|
+
display: inline-flex;
|
|
9151
|
+
gap: 4px;
|
|
9152
|
+
align-items: center;
|
|
9153
|
+
margin-inline: 4px;
|
|
9154
|
+
vertical-align: middle;
|
|
9155
|
+
}
|
|
9156
|
+
.sd-rich-text-editor-component-selected {
|
|
9157
|
+
border-radius: var(--sd-border-radius-medium);
|
|
9158
|
+
outline: 2px solid rgb(var(--sd-primary-6));
|
|
9159
|
+
outline-offset: 1px;
|
|
9160
|
+
}
|
|
9161
|
+
.sd-rich-text-editor-component-input > .sd-input-wrapper, .sd-rich-text-editor-component-select > .sd-select-view {
|
|
9162
|
+
display: inline-flex;
|
|
9163
|
+
background: color-mix(in srgb, rgb(var(--sd-primary-6)) 6%, transparent);
|
|
9164
|
+
}
|
|
9165
|
+
.sd-rich-text-editor-component-control {
|
|
9166
|
+
max-width: 100%;
|
|
9167
|
+
vertical-align: middle;
|
|
9168
|
+
}
|
|
9169
|
+
.sd-rich-text-editor-component-stretch {
|
|
9170
|
+
display: inline-flex;
|
|
9171
|
+
width: 12em;
|
|
9172
|
+
max-width: none;
|
|
9173
|
+
}
|
|
9174
|
+
.sd-rich-text-editor-component-stretch > * {
|
|
9175
|
+
box-sizing: border-box;
|
|
9176
|
+
width: 100%;
|
|
9177
|
+
}
|
|
9178
|
+
.sd-rich-text-editor-component-rangePicker {
|
|
9179
|
+
width: 22em;
|
|
9180
|
+
}
|
|
9181
|
+
.sd-rich-text-editor-component-tag {
|
|
9182
|
+
margin: 0;
|
|
9183
|
+
}
|
|
9184
|
+
.sd-rich-text-editor-component-fallback {
|
|
9185
|
+
display: inline-flex;
|
|
9186
|
+
align-items: center;
|
|
9187
|
+
min-height: 1.5em;
|
|
9188
|
+
padding-inline: 4px;
|
|
9189
|
+
background: color-mix(in srgb, rgb(var(--sd-primary-6)) 6%, transparent);
|
|
9190
|
+
border-radius: var(--sd-border-radius-medium);
|
|
9191
|
+
}
|
|
9192
|
+
|
|
9193
|
+
@media (prefers-reduced-motion: reduce) {
|
|
9194
|
+
.sd-rich-text-editor {
|
|
9195
|
+
transition-duration: 0.01ms;
|
|
9196
|
+
}
|
|
9197
|
+
}
|
|
8748
9198
|
.sd-resizebox {
|
|
8749
9199
|
position: relative;
|
|
8750
9200
|
width: 100%;
|
|
@@ -11183,6 +11633,12 @@ body.sd-tour-active .sd-tour-popover * {
|
|
|
11183
11633
|
box-sizing: border-box;
|
|
11184
11634
|
width: 100%;
|
|
11185
11635
|
}
|
|
11636
|
+
.sd-mention.sd-mention-fit-width {
|
|
11637
|
+
width: fit-content;
|
|
11638
|
+
}
|
|
11639
|
+
.sd-mention.sd-mention-max-w-full {
|
|
11640
|
+
max-width: 100%;
|
|
11641
|
+
}
|
|
11186
11642
|
.sd-mention-measure {
|
|
11187
11643
|
position: absolute;
|
|
11188
11644
|
inset: 0;
|
|
@@ -11741,6 +12197,12 @@ body.sd-tour-active .sd-tour-popover * {
|
|
|
11741
12197
|
max-width: 100%;
|
|
11742
12198
|
overflow: hidden;
|
|
11743
12199
|
}
|
|
12200
|
+
.sd-input-tag.sd-input-tag-fit-width {
|
|
12201
|
+
width: fit-content;
|
|
12202
|
+
}
|
|
12203
|
+
.sd-input-tag.sd-input-tag-max-w-full {
|
|
12204
|
+
max-width: 100%;
|
|
12205
|
+
}
|
|
11744
12206
|
.sd-input-tag.sd-input-tag-has-tag {
|
|
11745
12207
|
padding-right: 4px;
|
|
11746
12208
|
padding-left: 4px;
|
|
@@ -12228,6 +12690,12 @@ body.sd-tour-active .sd-tour-popover * {
|
|
|
12228
12690
|
.sd-input-wrapper:not(.sd-input-focus) .sd-input-icon-hover:hover::before {
|
|
12229
12691
|
background-color: var(--sd-color-fill-4);
|
|
12230
12692
|
}
|
|
12693
|
+
.sd-input-wrapper.sd-input-fit-width {
|
|
12694
|
+
width: fit-content;
|
|
12695
|
+
}
|
|
12696
|
+
.sd-input-wrapper.sd-input-max-w-full {
|
|
12697
|
+
max-width: 100%;
|
|
12698
|
+
}
|
|
12231
12699
|
.sd-input-wrapper .sd-input {
|
|
12232
12700
|
width: 100%;
|
|
12233
12701
|
padding-right: 0;
|
|
@@ -12292,6 +12760,16 @@ body.sd-tour-active .sd-tour-popover * {
|
|
|
12292
12760
|
display: inline-flex;
|
|
12293
12761
|
width: 100%;
|
|
12294
12762
|
}
|
|
12763
|
+
.sd-input-outer.sd-input-fit-width {
|
|
12764
|
+
width: fit-content;
|
|
12765
|
+
}
|
|
12766
|
+
.sd-input-outer.sd-input-fit-width > .sd-input-wrapper {
|
|
12767
|
+
flex: 0 1 auto;
|
|
12768
|
+
width: auto;
|
|
12769
|
+
}
|
|
12770
|
+
.sd-input-outer.sd-input-max-w-full {
|
|
12771
|
+
max-width: 100%;
|
|
12772
|
+
}
|
|
12295
12773
|
.sd-input-outer > .sd-input-wrapper {
|
|
12296
12774
|
border-radius: 0;
|
|
12297
12775
|
}
|
package/es/index.d.ts
CHANGED
|
@@ -121,10 +121,15 @@ export { default as ResizeBox } from './resize-box';
|
|
|
121
121
|
export type { ResizeBoxInstance } from './resize-box';
|
|
122
122
|
export { default as Result } from './result';
|
|
123
123
|
export type { ResultInstance } from './result';
|
|
124
|
+
export { default as RichTextEditor } from './rich-text-editor';
|
|
125
|
+
export { $createInlineComponentNode, $isInlineComponentNode, InlineComponentNode, RICH_TEXT_EDITOR_BUILT_IN_NODE_NAMES, RICH_TEXT_EDITOR_JSON_FORM_NODE_NAMES, } from './rich-text-editor';
|
|
126
|
+
export type { RichTextEditorAutoSize, RichTextEditorBuiltInNodeData, RichTextEditorBuiltInNodeName, RichTextEditorChangeContext, RichTextEditorComponentNodeData, RichTextEditorComponentNodeSnapshot, RichTextEditorConfig, RichTextEditorContentItem, RichTextEditorContentSnapshot, RichTextEditorEmits, RichTextEditorFocusOptions, RichTextEditorInputNodeData, RichTextEditorInstance, RichTextEditorJsonFormNodeData, RichTextEditorJsonFormNodeName, RichTextEditorInsertOptions, RichTextEditorMutationListenerOptions, RichTextEditorNodeRenderContext, RichTextEditorPlugin, RichTextEditorPluginContext, RichTextEditorProps, RichTextEditorRef, RichTextEditorSelectNodeData, RichTextEditorSemanticType, RichTextEditorSlots, RichTextEditorTagNodeData, RichTextEditorValue, SerializedInlineComponentNode, } from './rich-text-editor';
|
|
124
127
|
export { default as Scrollbar } from './scrollbar';
|
|
125
128
|
export type { ScrollbarElements, ScrollbarEventListener, ScrollbarEventListenerArgs, ScrollbarEventListeners, ScrollbarExpose, ScrollbarInstance, ScrollbarOptions, ScrollbarOptionsResolved, ScrollbarPlugin, ScrollbarProps, ScrollbarReadonlyOptions, ScrollbarState, ScrollbarType, ScrollbarUpdatedEvent, } from './scrollbar';
|
|
126
129
|
export { default as Select } from './select';
|
|
127
130
|
export type { FilterOption, SelectFallbackOption, SelectFieldNames, SelectInstance, SelectOption, SelectOptionData, SelectOptionGroup, SelectProps, } from './select';
|
|
131
|
+
export { default as Sender, SenderHeader, SenderSwitch } from './sender';
|
|
132
|
+
export type { SenderActionContext, SenderAllowSpeech, SenderComponents, SenderContentSlotConfig, SenderControlledSpeechConfig, SenderCustomSlotConfig, SenderCustomSlotRender, SenderCustomSlotState, SenderEmits, SenderFocusOptions, SenderHeaderInstance, SenderHeaderProps, SenderHeaderSemanticType, SenderInsertPosition, SenderInputSlotConfig, SenderInstance, SenderProps, SenderRef, SenderResolvedSlotConfig, SenderSelectSlotConfig, SenderSemanticType, SenderSkill, SenderSkillClosableConfig, SenderSlotConfig, SenderSlotConfigBase, SenderSubmitType, SenderSwitchInstance, SenderSwitchProps, SenderTagSlotConfig, SenderTextSlotConfig, SenderValue, } from './sender';
|
|
128
133
|
export { default as Secret } from './secret';
|
|
129
134
|
export type { SecretInstance } from './secret';
|
|
130
135
|
export { default as Skeleton, SkeletonLine, SkeletonShape } from './skeleton';
|
package/es/index.js
CHANGED
|
@@ -123,8 +123,12 @@ import Progress from "./progress/index.js";
|
|
|
123
123
|
import QrCode from "./qr-code/index.js";
|
|
124
124
|
import ResizeBox from "./resize-box/index.js";
|
|
125
125
|
import Result from "./result/index.js";
|
|
126
|
+
import { $createInlineComponentNode, $isInlineComponentNode, InlineComponentNode } from "./rich-text-editor/nodes/inline-component-node.js";
|
|
127
|
+
import { RICH_TEXT_EDITOR_BUILT_IN_NODE_NAMES, RICH_TEXT_EDITOR_JSON_FORM_NODE_NAMES } from "./rich-text-editor/built-in-components.js";
|
|
128
|
+
import RichTextEditor from "./rich-text-editor/index.js";
|
|
126
129
|
import Secret from "./secret/index.js";
|
|
127
130
|
import SelectableCard from "./selectable-card/index.js";
|
|
131
|
+
import Sender, { SenderHeader, SenderSwitch } from "./sender/index.js";
|
|
128
132
|
import line_default from "./skeleton/line.js";
|
|
129
133
|
import shape_default from "./skeleton/shape.js";
|
|
130
134
|
import Skeleton from "./skeleton/index.js";
|
|
@@ -147,4 +151,4 @@ import Typography from "./typography/index.js";
|
|
|
147
151
|
import Upload from "./upload/index.js";
|
|
148
152
|
import Watermark from "./watermark/index.js";
|
|
149
153
|
import SDVue from "./sd-vue.js";
|
|
150
|
-
export { A2UI_0_9_1, Affix, Alert, Anchor, anchor_link_default as AnchorLink, AutoComplete, Avatar, AvatarGroup, BackTop, Badge, BasicCrudTable, BorderBeam, Breadcrumb, breadcrumb_item_default as BreadcrumbItem, Button, button_group_default as ButtonGroup, Calendar, Card, card_grid_default as CardGrid, card_meta_default as CardMeta, Carousel, carousel_item_default as CarouselItem, Cascader, cascader_panel_default as CascaderPanel, Checkbox, checkbox_group_default as CheckboxGroup, grid_col_default as Col, Collapse, collapse_item_default as CollapseItem, ColorPicker, Comment, ConfigProvider, Copy, countdown_default as Countdown, Cropper, DatePicker, Descriptions, descriptions_item_default as DescriptionsItem, dropdown_group_default as Dgroup, Divider, dropdown_option_default as Doption, Drawer, Dropdown, dropdown_button_default as DropdownButton, dropdown_submenu_default as Dsubmenu, Ellipsis, Empty, FilePreviewer, Form, form_item_default as FormItem, Grid, grid_item_default as GridItem, Icon, Image, preview_default as ImagePreview, preview_action_default as ImagePreviewAction, preview_group_default as ImagePreviewGroup, Input, input_group_default as InputGroup, InputNumber, input_password_default as InputPassword, input_search_default as InputSearch, InputTag, JsonForm, KvList, Layout, content_default as LayoutContent, footer_default as LayoutFooter, header_default as LayoutHeader, sider_default as LayoutSider, Link, List, list_item_default as ListItem, list_item_meta_default as ListItemMeta, Mention, Menu, item_default as MenuItem, item_group_default as MenuItemGroup, Message, Modal, month_picker_default as MonthPicker, Notification, OverflowList, PageHeader, Pagination, PerformantEllipsis, Popconfirm, Popover, Progress, QrCode, quarter_picker_default as QuarterPicker, Radio, radio_group_default as RadioGroup, range_picker_default as RangePicker, Rate, ResizeBox, Result, grid_row_default as Row, Scrollbar, Secret, Select, SelectableCard, Skeleton, line_default as SkeletonLine, shape_default as SkeletonShape, Slider, Space, Spin, Split, Statistic, step_default as Step, Steps, sub_menu_default as SubMenu, Switch, tab_pane_default as TabPane, Table, table_column_default as TableColumn, Tabs, Tag, TagGroup, table_tbody_default as Tbody, table_td_default as Td, Textarea, table_th_default as Th, table_thead_default as Thead, ThemeProvider, TimePicker, Timeline, item_default$1 as TimelineItem, Toolbar, Tooltip, Tour, table_tr_default as Tr, Transfer, Tree, TreeSelect, Trigger, Typography, paragraph_default as TypographyParagraph, text_default as TypographyText, title_default as TypographyTitle, Upload, VerificationCode, Watermark, week_picker_default as WeekPicker, year_picker_default as YearPicker, addI18nMessages, SDVue as default, defineJsonFormComponents, defineJsonFormSchemas, getCssVarToken, getLocale, useFormItem, useLocale };
|
|
154
|
+
export { $createInlineComponentNode, $isInlineComponentNode, A2UI_0_9_1, Affix, Alert, Anchor, anchor_link_default as AnchorLink, AutoComplete, Avatar, AvatarGroup, BackTop, Badge, BasicCrudTable, BorderBeam, Breadcrumb, breadcrumb_item_default as BreadcrumbItem, Button, button_group_default as ButtonGroup, Calendar, Card, card_grid_default as CardGrid, card_meta_default as CardMeta, Carousel, carousel_item_default as CarouselItem, Cascader, cascader_panel_default as CascaderPanel, Checkbox, checkbox_group_default as CheckboxGroup, grid_col_default as Col, Collapse, collapse_item_default as CollapseItem, ColorPicker, Comment, ConfigProvider, Copy, countdown_default as Countdown, Cropper, DatePicker, Descriptions, descriptions_item_default as DescriptionsItem, dropdown_group_default as Dgroup, Divider, dropdown_option_default as Doption, Drawer, Dropdown, dropdown_button_default as DropdownButton, dropdown_submenu_default as Dsubmenu, Ellipsis, Empty, FilePreviewer, Form, form_item_default as FormItem, Grid, grid_item_default as GridItem, Icon, Image, preview_default as ImagePreview, preview_action_default as ImagePreviewAction, preview_group_default as ImagePreviewGroup, InlineComponentNode, Input, input_group_default as InputGroup, InputNumber, input_password_default as InputPassword, input_search_default as InputSearch, InputTag, JsonForm, KvList, Layout, content_default as LayoutContent, footer_default as LayoutFooter, header_default as LayoutHeader, sider_default as LayoutSider, Link, List, list_item_default as ListItem, list_item_meta_default as ListItemMeta, Mention, Menu, item_default as MenuItem, item_group_default as MenuItemGroup, Message, Modal, month_picker_default as MonthPicker, Notification, OverflowList, PageHeader, Pagination, PerformantEllipsis, Popconfirm, Popover, Progress, QrCode, quarter_picker_default as QuarterPicker, RICH_TEXT_EDITOR_BUILT_IN_NODE_NAMES, RICH_TEXT_EDITOR_JSON_FORM_NODE_NAMES, Radio, radio_group_default as RadioGroup, range_picker_default as RangePicker, Rate, ResizeBox, Result, RichTextEditor, grid_row_default as Row, Scrollbar, Secret, Select, SelectableCard, Sender, SenderHeader, SenderSwitch, Skeleton, line_default as SkeletonLine, shape_default as SkeletonShape, Slider, Space, Spin, Split, Statistic, step_default as Step, Steps, sub_menu_default as SubMenu, Switch, tab_pane_default as TabPane, Table, table_column_default as TableColumn, Tabs, Tag, TagGroup, table_tbody_default as Tbody, table_td_default as Td, Textarea, table_th_default as Th, table_thead_default as Thead, ThemeProvider, TimePicker, Timeline, item_default$1 as TimelineItem, Toolbar, Tooltip, Tour, table_tr_default as Tr, Transfer, Tree, TreeSelect, Trigger, Typography, paragraph_default as TypographyParagraph, text_default as TypographyText, title_default as TypographyTitle, Upload, VerificationCode, Watermark, week_picker_default as WeekPicker, year_picker_default as YearPicker, addI18nMessages, SDVue as default, defineJsonFormComponents, defineJsonFormSchemas, getCssVarToken, getLocale, useFormItem, useLocale };
|
package/es/index.scss
CHANGED
|
@@ -30,9 +30,11 @@
|
|
|
30
30
|
@use '@components/slider/style/index.scss' as *;
|
|
31
31
|
@use '@components/skeleton/style/index.scss' as *;
|
|
32
32
|
@use '@components/select/style/index.scss' as *;
|
|
33
|
+
@use '@components/sender/style/index.scss' as *;
|
|
33
34
|
@use '@components/secret/style/index.scss' as *;
|
|
34
35
|
@use '@components/scrollbar/style/index.scss' as *;
|
|
35
36
|
@use '@components/result/style/index.scss' as *;
|
|
37
|
+
@use '@components/rich-text-editor/style/index.scss' as *;
|
|
36
38
|
@use '@components/resize-box/style/index.scss' as *;
|
|
37
39
|
@use '@components/rate/style/index.scss' as *;
|
|
38
40
|
@use '@components/progress/style/index.scss' as *;
|