@opentiny/vue-renderless 3.26.0 → 3.28.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.
Files changed (82) hide show
  1. package/autocomplete/index.js +7 -2
  2. package/autocomplete/vue.js +1 -1
  3. package/base-select/index.js +189 -86
  4. package/base-select/vue.js +82 -20
  5. package/calendar-view/index.js +6 -3
  6. package/calendar-view/vue.js +9 -5
  7. package/color-picker/vue.js +4 -0
  8. package/color-select-panel/alpha-select/index.js +17 -12
  9. package/color-select-panel/alpha-select/vue.js +4 -2
  10. package/color-select-panel/hue-select/index.js +42 -11
  11. package/color-select-panel/hue-select/vue.js +32 -6
  12. package/color-select-panel/index.js +223 -39
  13. package/color-select-panel/linear-gradient/index.js +131 -0
  14. package/color-select-panel/linear-gradient/vue.js +21 -0
  15. package/color-select-panel/sv-select/index.js +12 -9
  16. package/color-select-panel/sv-select/vue.js +4 -2
  17. package/color-select-panel/utils/color-map.js +154 -0
  18. package/color-select-panel/utils/color-points.js +86 -0
  19. package/color-select-panel/utils/color.js +1 -1
  20. package/color-select-panel/utils/context.js +14 -0
  21. package/color-select-panel/vue.js +3 -3
  22. package/common/deps/infinite-scroll.js +1 -1
  23. package/dialog-box/index.js +3 -3
  24. package/dialog-box/vue.js +1 -0
  25. package/drawer/index.js +20 -0
  26. package/drawer/vue.js +9 -1
  27. package/dropdown/index.js +10 -4
  28. package/file-upload/index.js +18 -4
  29. package/form-item/index.js +28 -16
  30. package/form-item/vue.js +50 -11
  31. package/grid/static/array/eachTree.js +1 -0
  32. package/grid/utils/common.js +10 -3
  33. package/grid-select/index.js +418 -32
  34. package/grid-select/vue.js +103 -9
  35. package/guide/index.js +3 -3
  36. package/guide/vue.js +11 -1
  37. package/input/vue.js +2 -1
  38. package/package.json +3 -3
  39. package/picker/index.js +30 -13
  40. package/picker/vue.js +10 -0
  41. package/popover/index.js +1 -1
  42. package/rich-text/index.js +42 -0
  43. package/select/index.js +32 -15
  44. package/select/vue.js +31 -10
  45. package/select-dropdown/vue.js +8 -3
  46. package/select-wrapper/vue.js +134 -0
  47. package/slider/vue.js +7 -0
  48. package/space/index.js +30 -0
  49. package/space/vue.js +39 -0
  50. package/switch/vue.js +19 -0
  51. package/tab-nav/index.js +2 -2
  52. package/tabs-mf/index.js +9 -1
  53. package/tabs-mf/vue-nav.js +70 -22
  54. package/tabs-mf/vue-slider-bar.js +24 -0
  55. package/tabs-mf/vue.js +23 -5
  56. package/tag/index.js +1 -1
  57. package/transfer-panel/index.js +2 -1
  58. package/tree-menu/index.js +4 -0
  59. package/tree-menu/vue.js +3 -0
  60. package/tree-select/index.js +13 -4
  61. package/tree-select/vue.js +19 -3
  62. package/types/autocomplete.type.d.ts +2 -1
  63. package/types/color-select-panel.type.d.ts +197 -1
  64. package/types/date-picker.type.d.ts +38 -2
  65. package/types/file-upload.type.d.ts +1 -1
  66. package/types/form-item.type.d.ts +1 -1
  67. package/types/{form.type-dd403065.d.ts → form.type-a54e1c06.d.ts} +2 -2
  68. package/types/form.type.d.ts +1 -1
  69. package/types/input.type.d.ts +1 -1
  70. package/types/modal.type.d.ts +4 -0
  71. package/types/numeric.type.d.ts +1 -1
  72. package/types/picker.type.d.ts +42 -2
  73. package/types/popeditor.type.d.ts +76 -4
  74. package/types/popover.type.d.ts +1 -1
  75. package/types/space.type.d.ts +31 -0
  76. package/types/switch.type.d.ts +2 -1
  77. package/types/transfer.type.d.ts +3 -3
  78. package/types/tree-menu.type.d.ts +38 -2
  79. package/types/upload-dragger.type.d.ts +1 -1
  80. package/types/{upload-list.type-36a8374a.d.ts → upload-list.type-d5ff675d.d.ts} +1 -1
  81. package/types/upload-list.type.d.ts +1 -1
  82. package/types/upload.type.d.ts +1 -1
@@ -104,9 +104,45 @@ declare const datePickerProps: {
104
104
  prefixIcon: ObjectConstructor;
105
105
  clearIcon: {
106
106
  type: ObjectConstructor;
107
- default(): vue.Raw<_opentiny_vue_common.DefineComponent<{}, () => vue.VNode<vue.RendererNode, vue.RendererElement, {
107
+ default(): vue.Raw<_opentiny_vue_common.DefineComponent<{
108
+ shape: {
109
+ type: StringConstructor;
110
+ default: string;
111
+ };
112
+ firstColor: {
113
+ type: StringConstructor;
114
+ default: string;
115
+ };
116
+ secondColor: {
117
+ type: StringConstructor;
118
+ default: string;
119
+ };
120
+ underlay: {
121
+ type: ObjectConstructor;
122
+ };
123
+ }, () => vue.VNode<vue.RendererNode, vue.RendererElement, {
108
124
  [key: string]: any;
109
- }>, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<_opentiny_vue_common.ExtractPropTypes<{}>>, {}, {}>>;
125
+ }>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<_opentiny_vue_common.ExtractPropTypes<{
126
+ shape: {
127
+ type: StringConstructor;
128
+ default: string;
129
+ };
130
+ firstColor: {
131
+ type: StringConstructor;
132
+ default: string;
133
+ };
134
+ secondColor: {
135
+ type: StringConstructor;
136
+ default: string;
137
+ };
138
+ underlay: {
139
+ type: ObjectConstructor;
140
+ };
141
+ }>>, {
142
+ shape: string;
143
+ firstColor: string;
144
+ secondColor: string;
145
+ }, {}>>;
110
146
  };
111
147
  name: {
112
148
  default: string;
@@ -1,3 +1,3 @@
1
1
  import 'vue';
2
- export { C as IFileUploadAfterDownload, m as IFileUploadApi, D as IFileUploadBatchSegmentDownload, y as IFileUploadBatchSegmentUpload, a as IFileUploadConstants, w as IFileUploadDownloadFileInner, x as IFileUploadDownloadFileSingle, u as IFileUploadDownloadFileSingleInner, t as IFileUploadEdmDownload, s as IFileUploadFile, A as IFileUploadGetFormData, v as IFileUploadLargeDocumentDownload, r as IFileUploadModalVm, o as IFileUploadProps, p as IFileUploadRenderlessParamUtils, q as IFileUploadRenderlessParams, z as IFileUploadSegmentUploadInner, n as IFileUploadService, B as IFileUploadSetWriterFile, E as IFileUploadSliceDownloadChunk, l as IFileUploadState, F as IFileUploadStreamsaver, I as IFileUploadVm } from './upload-list.type-36a8374a.js';
2
+ export { C as IFileUploadAfterDownload, m as IFileUploadApi, D as IFileUploadBatchSegmentDownload, y as IFileUploadBatchSegmentUpload, a as IFileUploadConstants, w as IFileUploadDownloadFileInner, x as IFileUploadDownloadFileSingle, u as IFileUploadDownloadFileSingleInner, t as IFileUploadEdmDownload, s as IFileUploadFile, A as IFileUploadGetFormData, v as IFileUploadLargeDocumentDownload, r as IFileUploadModalVm, o as IFileUploadProps, p as IFileUploadRenderlessParamUtils, q as IFileUploadRenderlessParams, z as IFileUploadSegmentUploadInner, n as IFileUploadService, B as IFileUploadSetWriterFile, E as IFileUploadSliceDownloadChunk, l as IFileUploadState, F as IFileUploadStreamsaver, I as IFileUploadVm } from './upload-list.type-d5ff675d.js';
3
3
  import './shared.type.js';
@@ -1,3 +1,3 @@
1
1
  import 'vue';
2
- export { i as IFormItemApi, f as IFormItemConstants, I as IFormItemDisplayedValueParam, k as IFormItemInstance, c as IFormItemLabelStyle, g as IFormItemProps, j as IFormItemRenderlessParamUtils, h as IFormItemRenderlessParams, d as IFormItemRule, e as IFormItemState, b as IFormItemTrigger, a as IFormItemValidateStatus } from './form.type-dd403065.js';
2
+ export { i as IFormItemApi, f as IFormItemConstants, I as IFormItemDisplayedValueParam, k as IFormItemInstance, c as IFormItemLabelStyle, g as IFormItemProps, j as IFormItemRenderlessParamUtils, h as IFormItemRenderlessParams, d as IFormItemRule, e as IFormItemState, b as IFormItemTrigger, a as IFormItemValidateStatus } from './form.type-a54e1c06.js';
3
3
  import './shared.type.js';
@@ -269,12 +269,12 @@ interface IFormItemState {
269
269
  isBasicComp: boolean;
270
270
  showTooltip: boolean;
271
271
  typeName: string;
272
- formInstance: IFormInstance;
272
+ formInstance: IFormInstance | undefined;
273
273
  labelFor: string;
274
274
  labelStyle: IFormItemLabelStyle;
275
275
  valueStyle: StyleValue;
276
276
  contentStyle: StyleValue;
277
- form: IFormInstance;
277
+ form: IFormInstance | undefined;
278
278
  fieldValue: any;
279
279
  isRequired: boolean;
280
280
  formInline: boolean | undefined;
@@ -1,3 +1,3 @@
1
1
  import 'vue';
2
- export { p as IFormApi, r as IFormInstance, n as IFormProps, q as IFormRenderlessParamUtils, o as IFormRenderlessParams, l as IFormRules, m as IFormState } from './form.type-dd403065.js';
2
+ export { p as IFormApi, r as IFormInstance, n as IFormProps, q as IFormRenderlessParamUtils, o as IFormRenderlessParams, l as IFormRules, m as IFormState } from './form.type-a54e1c06.js';
3
3
  import './shared.type.js';
@@ -248,7 +248,7 @@ declare const calculateNodeStyling: () => (targetElement: HTMLElement) => {
248
248
  borderSize: number;
249
249
  boxSizing: string;
250
250
  };
251
- declare const calcTextareaHeight: ({ api, hiddenTextarea, props, state, mode, constants }: Pick<IInputRenderlessParams, "mode" | "props" | "state" | "api" | "constants"> & {
251
+ declare const calcTextareaHeight: ({ api, hiddenTextarea, props, state, mode, constants }: Pick<IInputRenderlessParams, "state" | "props" | "mode" | "api" | "constants"> & {
252
252
  hiddenTextarea: HTMLTextAreaElement | null;
253
253
  }) => (targetElement: HTMLTextAreaElement, minRows?: number, maxRows?: null) => {
254
254
  minHeight?: string | undefined;
@@ -142,6 +142,10 @@ declare const modalProps: {
142
142
  type: ObjectConstructor;
143
143
  default: () => {};
144
144
  };
145
+ headerDragable: {
146
+ type: BooleanConstructor;
147
+ default: boolean;
148
+ };
145
149
  footerDragable: BooleanConstructor;
146
150
  tiny_theme: StringConstructor;
147
151
  slots: ObjectConstructor;
@@ -74,7 +74,7 @@ declare const numericProps: {
74
74
  type: BooleanConstructor;
75
75
  default: boolean;
76
76
  };
77
- modelValue: (StringConstructor | NumberConstructor | undefined)[];
77
+ modelValue: (StringConstructor | NumberConstructor)[];
78
78
  mouseWheel: BooleanConstructor;
79
79
  name: StringConstructor;
80
80
  placeholder: StringConstructor;
@@ -31,9 +31,45 @@ declare const pickerProps: {
31
31
  tip: StringConstructor;
32
32
  clearIcon: {
33
33
  type: ObjectConstructor;
34
- default(): vue.Raw<vue.DefineComponent<{}, () => vue.VNode<vue.RendererNode, vue.RendererElement, {
34
+ default(): vue.Raw<vue.DefineComponent<{
35
+ shape: {
36
+ type: StringConstructor;
37
+ default: string;
38
+ };
39
+ firstColor: {
40
+ type: StringConstructor;
41
+ default: string;
42
+ };
43
+ secondColor: {
44
+ type: StringConstructor;
45
+ default: string;
46
+ };
47
+ underlay: {
48
+ type: ObjectConstructor;
49
+ };
50
+ }, () => vue.VNode<vue.RendererNode, vue.RendererElement, {
35
51
  [key: string]: any;
36
- }>, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<vue.ExtractPropTypes<{}>>, {}, {}>>;
52
+ }>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<vue.ExtractPropTypes<{
53
+ shape: {
54
+ type: StringConstructor;
55
+ default: string;
56
+ };
57
+ firstColor: {
58
+ type: StringConstructor;
59
+ default: string;
60
+ };
61
+ secondColor: {
62
+ type: StringConstructor;
63
+ default: string;
64
+ };
65
+ underlay: {
66
+ type: ObjectConstructor;
67
+ };
68
+ }>>, {
69
+ shape: string;
70
+ firstColor: string;
71
+ secondColor: string;
72
+ }, {}>>;
37
73
  };
38
74
  name: {
39
75
  default: string;
@@ -57,6 +93,10 @@ declare const pickerProps: {
57
93
  type: BooleanConstructor;
58
94
  default: boolean;
59
95
  };
96
+ popperOptions: {
97
+ type: ObjectConstructor;
98
+ default: () => {};
99
+ };
60
100
  align: {
61
101
  type: StringConstructor;
62
102
  default: string;
@@ -78,15 +78,87 @@ declare const popeditorProps: {
78
78
  };
79
79
  icon: {
80
80
  type: ObjectConstructor;
81
- default(): vue.Raw<_opentiny_vue_common.DefineComponent<{}, () => vue.VNode<vue.RendererNode, vue.RendererElement, {
81
+ default(): vue.Raw<_opentiny_vue_common.DefineComponent<{
82
+ shape: {
83
+ type: StringConstructor;
84
+ default: string;
85
+ };
86
+ firstColor: {
87
+ type: StringConstructor;
88
+ default: string;
89
+ };
90
+ secondColor: {
91
+ type: StringConstructor;
92
+ default: string;
93
+ };
94
+ underlay: {
95
+ type: ObjectConstructor;
96
+ };
97
+ }, () => vue.VNode<vue.RendererNode, vue.RendererElement, {
82
98
  [key: string]: any;
83
- }>, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<_opentiny_vue_common.ExtractPropTypes<{}>>, {}, {}>>;
99
+ }>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<_opentiny_vue_common.ExtractPropTypes<{
100
+ shape: {
101
+ type: StringConstructor;
102
+ default: string;
103
+ };
104
+ firstColor: {
105
+ type: StringConstructor;
106
+ default: string;
107
+ };
108
+ secondColor: {
109
+ type: StringConstructor;
110
+ default: string;
111
+ };
112
+ underlay: {
113
+ type: ObjectConstructor;
114
+ };
115
+ }>>, {
116
+ shape: string;
117
+ firstColor: string;
118
+ secondColor: string;
119
+ }, {}>>;
84
120
  };
85
121
  iconSearch: {
86
122
  type: ObjectConstructor;
87
- default(): vue.Raw<_opentiny_vue_common.DefineComponent<{}, () => vue.VNode<vue.RendererNode, vue.RendererElement, {
123
+ default(): vue.Raw<_opentiny_vue_common.DefineComponent<{
124
+ shape: {
125
+ type: StringConstructor;
126
+ default: string;
127
+ };
128
+ firstColor: {
129
+ type: StringConstructor;
130
+ default: string;
131
+ };
132
+ secondColor: {
133
+ type: StringConstructor;
134
+ default: string;
135
+ };
136
+ underlay: {
137
+ type: ObjectConstructor;
138
+ };
139
+ }, () => vue.VNode<vue.RendererNode, vue.RendererElement, {
88
140
  [key: string]: any;
89
- }>, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<_opentiny_vue_common.ExtractPropTypes<{}>>, {}, {}>>;
141
+ }>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<_opentiny_vue_common.ExtractPropTypes<{
142
+ shape: {
143
+ type: StringConstructor;
144
+ default: string;
145
+ };
146
+ firstColor: {
147
+ type: StringConstructor;
148
+ default: string;
149
+ };
150
+ secondColor: {
151
+ type: StringConstructor;
152
+ default: string;
153
+ };
154
+ underlay: {
155
+ type: ObjectConstructor;
156
+ };
157
+ }>>, {
158
+ shape: string;
159
+ firstColor: string;
160
+ secondColor: string;
161
+ }, {}>>;
90
162
  };
91
163
  title: {
92
164
  type: StringConstructor;
@@ -93,7 +93,7 @@ declare const popoverProps: {
93
93
  *
94
94
  */
95
95
 
96
- declare const mounted: ({ api, state, constants, props, nextTick, mode }: Pick<IPopoverRenderlessParams, "mode" | "props" | "state" | "api" | "nextTick"> & {
96
+ declare const mounted: ({ api, state, constants, props, nextTick, mode }: Pick<IPopoverRenderlessParams, "state" | "props" | "nextTick" | "mode" | "api"> & {
97
97
  constants: {
98
98
  IDPREFIX: string;
99
99
  };
@@ -0,0 +1,31 @@
1
+ /** 支持的 size 类型定义:预设值或 px 数字,或水平/垂直间距数组 */
2
+ type SpaceSize = 'small' | 'medium' | 'large' | string | number | Array<string | number>;
3
+ /** 交叉轴对齐方式 */
4
+ type SpaceAlign = 'stretch' | 'start' | 'center' | 'end' | 'baseline';
5
+ /** 主轴对齐方式 */
6
+ type SpaceJustify = 'start' | 'center' | 'end' | 'space-around' | 'space-between' | 'space-evenly';
7
+ /** 布局方向:横向还是纵向 */
8
+ type SpaceDirection = 'row' | 'column';
9
+ /** Space 组件 props 接口定义 */
10
+ interface ISpaceProps {
11
+ size?: SpaceSize;
12
+ align?: SpaceAlign;
13
+ justify?: SpaceJustify;
14
+ direction?: SpaceDirection;
15
+ wrap?: boolean;
16
+ order?: any[];
17
+ customClass?: string;
18
+ customStyle?: string | Record<string, any>;
19
+ }
20
+ /** renderless 返回的响应式数据结构 */
21
+ interface ISpaceApi {
22
+ state: {
23
+ direction: SpaceDirection;
24
+ align: SpaceAlign;
25
+ justify: SpaceJustify;
26
+ wrap: boolean;
27
+ gapStyle: Record<string, string>;
28
+ };
29
+ }
30
+
31
+ export { ISpaceApi, ISpaceProps, SpaceAlign, SpaceDirection, SpaceJustify, SpaceSize };
@@ -23,7 +23,7 @@ declare const switchProps: {
23
23
  };
24
24
  showText: {
25
25
  type: BooleanConstructor;
26
- default: undefined;
26
+ default: boolean;
27
27
  };
28
28
  types: {
29
29
  type: StringConstructor;
@@ -60,6 +60,7 @@ declare const switchProps: {
60
60
  type: BooleanConstructor;
61
61
  default: boolean;
62
62
  };
63
+ width: (StringConstructor | NumberConstructor)[];
63
64
  tiny_mode: StringConstructor;
64
65
  tiny_mode_root: BooleanConstructor;
65
66
  tiny_template: (FunctionConstructor | ObjectConstructor)[];
@@ -112,14 +112,14 @@ declare const getSourceData: ({ props, Tree }: Pick<ITransferRenderlessParams, "
112
112
  Tree: string;
113
113
  }) => () => unknown[];
114
114
  /** 返回右边的数据项 */
115
- declare const getTargetData: ({ props, state, Tree, Table }: Pick<ITransferRenderlessParams, "props" | "state"> & {
115
+ declare const getTargetData: ({ props, state, Tree, Table }: Pick<ITransferRenderlessParams, "state" | "props"> & {
116
116
  Tree: string;
117
117
  Table: string;
118
118
  }) => () => unknown;
119
119
  declare const onSourceCheckedChange: ({ emit, state }: Pick<ITransferRenderlessParams, 'emit' | 'state'>) => (val: string[], movedKeys: string[]) => void;
120
120
  declare const onTargetCheckedChange: ({ emit, state }: Pick<ITransferRenderlessParams, 'emit' | 'state'>) => (val: string[], movedKeys: string[]) => void;
121
121
  declare const addToLeft: ({ emit, props, state }: Pick<ITransferRenderlessParams, 'emit' | 'props' | 'state'>) => (value: undefined | 'all') => void;
122
- declare const addToRight: ({ emit, refs, props, state, Tree }: Pick<ITransferRenderlessParams, "emit" | "props" | "state" | "refs"> & {
122
+ declare const addToRight: ({ emit, refs, props, state, Tree }: Pick<ITransferRenderlessParams, "state" | "props" | "refs" | "emit"> & {
123
123
  Tree: string;
124
124
  }) => (value: undefined | 'all') => void;
125
125
  declare const clearQuery: (refs: ITransferRenderlessParams['refs']) => (which: 'left' | 'right') => void;
@@ -130,7 +130,7 @@ declare const logicFun: ({ props, emit, state, vm }: Pick<ITransferRenderlessPar
130
130
  pullMode?: "sort" | undefined;
131
131
  }) => void;
132
132
  /** 组件加载后,给左右面板初始化Sortable的功能 */
133
- declare const sortableEvent: ({ api, droppanel, props, queryDom, refs }: Pick<ITransferRenderlessParams, "props" | "api" | "refs"> & {
133
+ declare const sortableEvent: ({ api, droppanel, props, queryDom, refs }: Pick<ITransferRenderlessParams, "props" | "refs" | "api"> & {
134
134
  droppanel: string;
135
135
  queryDom: string;
136
136
  }) => () => void;
@@ -14,9 +14,45 @@ declare const treeMenuProps: {
14
14
  suffixIcon: ObjectConstructor;
15
15
  searchIcon: {
16
16
  type: ObjectConstructor;
17
- default: () => vue.Raw<_opentiny_vue_common.DefineComponent<{}, () => vue.VNode<vue.RendererNode, vue.RendererElement, {
17
+ default: () => vue.Raw<_opentiny_vue_common.DefineComponent<{
18
+ shape: {
19
+ type: StringConstructor;
20
+ default: string;
21
+ };
22
+ firstColor: {
23
+ type: StringConstructor;
24
+ default: string;
25
+ };
26
+ secondColor: {
27
+ type: StringConstructor;
28
+ default: string;
29
+ };
30
+ underlay: {
31
+ type: ObjectConstructor;
32
+ };
33
+ }, () => vue.VNode<vue.RendererNode, vue.RendererElement, {
18
34
  [key: string]: any;
19
- }>, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<_opentiny_vue_common.ExtractPropTypes<{}>>, {}, {}>>;
35
+ }>, unknown, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<_opentiny_vue_common.ExtractPropTypes<{
36
+ shape: {
37
+ type: StringConstructor;
38
+ default: string;
39
+ };
40
+ firstColor: {
41
+ type: StringConstructor;
42
+ default: string;
43
+ };
44
+ secondColor: {
45
+ type: StringConstructor;
46
+ default: string;
47
+ };
48
+ underlay: {
49
+ type: ObjectConstructor;
50
+ };
51
+ }>>, {
52
+ shape: string;
53
+ firstColor: string;
54
+ secondColor: string;
55
+ }, {}>>;
20
56
  };
21
57
  props: ObjectConstructor;
22
58
  draggable: {
@@ -1,6 +1,6 @@
1
1
  import { ExtractPropTypes } from 'vue';
2
2
  import { ISharedRenderlessParamUtils, ISharedRenderlessFunctionParams } from './shared.type.js';
3
- import { I as IFileUploadVm, a as IFileUploadConstants } from './upload-list.type-36a8374a.js';
3
+ import { I as IFileUploadVm, a as IFileUploadConstants } from './upload-list.type-d5ff675d.js';
4
4
 
5
5
  declare const UploadDraggerProps: {
6
6
  disabled: BooleanConstructor;
@@ -489,7 +489,7 @@ declare const sliceDownloadChunk: ({ state }: Pick<IFileUploadRenderlessParams,
489
489
  declare const batchSegmentDownload: ({ state, api }: Pick<IFileUploadRenderlessParams, 'state' | 'api'>) => ({ batchIndex, batches, docId, isBatch, isLessThan17G }: IFileUploadBatchSegmentDownload) => void;
490
490
  declare const downloadFileInner: ({ api, props, state }: Pick<IFileUploadRenderlessParams, 'api' | 'props' | 'state'>) => ({ batchIndex, file, range, isBatch, isChunk, isLessThan17G }: IFileUploadDownloadFileInner) => void;
491
491
  declare const afterDownload: ({ api, state }: Pick<IFileUploadRenderlessParams, 'api' | 'state'>) => ({ batchIndex, range, data, file, isBatch, isChunk, isLessThan17G }: IFileUploadAfterDownload) => void;
492
- declare const setWriterFile: ({ state, emit, Streamsaver }: Pick<IFileUploadRenderlessParams, "emit" | "state"> & {
492
+ declare const setWriterFile: ({ state, emit, Streamsaver }: Pick<IFileUploadRenderlessParams, "state" | "emit"> & {
493
493
  Streamsaver: IFileUploadStreamsaver;
494
494
  }) => ({ data, index, isLessThan17G, file }: IFileUploadSetWriterFile) => Function;
495
495
  declare const getFormData$1: ({ constants, props, state }: Pick<IFileUploadRenderlessParams, 'constants' | 'props' | 'state'>) => ({ formData, file, type }: IFileUploadGetFormData) => IUploadFormData;
@@ -1,3 +1,3 @@
1
1
  import 'vue';
2
- export { H as IUploadListApi, J as IUploadListProps, K as IUploadListRenderlessParamUtils, L as IUploadListRenderlessParams, G as IUploadListState, M as IUploadListVideoParam } from './upload-list.type-36a8374a.js';
2
+ export { H as IUploadListApi, J as IUploadListProps, K as IUploadListRenderlessParamUtils, L as IUploadListRenderlessParams, G as IUploadListState, M as IUploadListVideoParam } from './upload-list.type-d5ff675d.js';
3
3
  import './shared.type.js';
@@ -1,3 +1,3 @@
1
1
  import 'vue';
2
- export { d as IUploadApi, i as IUploadFormData, k as IUploadOptionsOfHwh5, j as IUploadOptionsOfPost, e as IUploadProps, h as IUploadRenderlessOtherParams, f as IUploadRenderlessParamUtils, g as IUploadRenderlessParams, c as IUploadState, b as IUploadStateHeader } from './upload-list.type-36a8374a.js';
2
+ export { d as IUploadApi, i as IUploadFormData, k as IUploadOptionsOfHwh5, j as IUploadOptionsOfPost, e as IUploadProps, h as IUploadRenderlessOtherParams, f as IUploadRenderlessParamUtils, g as IUploadRenderlessParams, c as IUploadState, b as IUploadStateHeader } from './upload-list.type-d5ff675d.js';
3
3
  import './shared.type.js';