@opentiny/vue-renderless 3.16.1 → 3.17.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.
Files changed (103) hide show
  1. package/action-sheet/index.js +0 -1
  2. package/base-select/index.js +1510 -0
  3. package/base-select/vue.js +555 -0
  4. package/breadcrumb-item/vue.js +4 -2
  5. package/card/index.js +15 -0
  6. package/card/vue.js +6 -3
  7. package/carousel/index.js +89 -17
  8. package/carousel/vue.js +29 -24
  9. package/carousel-item/index.js +24 -9
  10. package/carousel-item/vue.js +10 -9
  11. package/cascader/vue.js +2 -1
  12. package/cascader-panel/index.js +8 -1
  13. package/cascader-panel/vue.js +1 -1
  14. package/cascader-select/column-index.js +11 -6
  15. package/cascader-select/column.js +8 -5
  16. package/cascader-select/usePicker.js +3 -2
  17. package/checkbox/index.js +0 -17
  18. package/checkbox/vue.js +4 -10
  19. package/collapse-item/vue.js +4 -2
  20. package/common/deps/clickoutside.js +15 -8
  21. package/common/deps/popper.js +15 -1
  22. package/common/deps/throttle.js +7 -0
  23. package/common/deps/touch-emulator.js +1 -1
  24. package/common/deps/tree-model/node.js +1 -0
  25. package/common/deps/tree-model/tree-store.js +4 -1
  26. package/common/deps/useEventListener.js +9 -2
  27. package/common/deps/useInstanceSlots.js +22 -0
  28. package/common/deps/useRelation.js +72 -0
  29. package/common/deps/vue-popper.js +1 -0
  30. package/common/function.js +28 -0
  31. package/common/index.js +1 -1
  32. package/common/runtime.js +1 -1
  33. package/common/type.js +2 -0
  34. package/dialog-box/index.js +0 -22
  35. package/dialog-box/vue.js +1 -4
  36. package/drawer/index.js +28 -29
  37. package/drawer/vue.js +7 -11
  38. package/file-upload/index.js +1 -1
  39. package/fluent-editor/index.js +679 -0
  40. package/fluent-editor/options.js +234 -0
  41. package/fluent-editor/vue.js +192 -0
  42. package/form/index.js +5 -1
  43. package/grid/utils/column.js +4 -2
  44. package/grid/utils/common.js +18 -29
  45. package/grid/utils/event.js +14 -9
  46. package/guide/index.js +6 -5
  47. package/guide/vue.js +2 -2
  48. package/input/index.js +32 -2
  49. package/input/vue.js +21 -2
  50. package/nav-menu/index.js +1 -1
  51. package/numeric/index.js +4 -1
  52. package/option/vue.js +6 -6
  53. package/package.json +1 -1
  54. package/picker/mb.js +6 -1
  55. package/picker/vue.js +2 -1
  56. package/select/index.js +65 -40
  57. package/select/vue.js +1 -1
  58. package/split/index.js +16 -9
  59. package/split/vue.js +7 -2
  60. package/statistic/index.js +7 -0
  61. package/tabs-mf/index.js +116 -13
  62. package/tabs-mf/vue-bar.js +6 -0
  63. package/tabs-mf/vue-nav-item.js +1 -1
  64. package/tabs-mf/vue.js +42 -7
  65. package/tag-group/vue.js +7 -1
  66. package/time/index.js +1 -1
  67. package/time-line/index.js +2 -2
  68. package/time-line/vue.js +4 -13
  69. package/timeline-item/index.js +5 -5
  70. package/timeline-item/vue.js +13 -6
  71. package/tree/index.js +29 -2
  72. package/tree/vue.js +5 -2
  73. package/tree-node/vue.js +2 -1
  74. package/types/cascader-menu.type.d.ts +1 -1
  75. package/types/cascader-node.type.d.ts +1 -1
  76. package/types/{cascader-panel.type-2bd03be3.d.ts → cascader-panel.type-8f58e628.d.ts} +1 -1
  77. package/types/cascader-panel.type.d.ts +1 -1
  78. package/types/cascader.type.d.ts +1 -1
  79. package/types/collapse-item.type.d.ts +3 -0
  80. package/types/dialog-box.type.d.ts +2 -6
  81. package/types/drawer.type.d.ts +29 -34
  82. package/types/file-upload.type.d.ts +1 -1
  83. package/types/form-item.type.d.ts +1 -1
  84. package/types/{form.type-8e30b25c.d.ts → form.type-33aa784a.d.ts} +4 -0
  85. package/types/form.type.d.ts +1 -1
  86. package/types/input.type.d.ts +5 -1
  87. package/types/ip-address.type.d.ts +1 -6
  88. package/types/numeric.type.d.ts +1 -0
  89. package/types/popover.type.d.ts +1 -1
  90. package/types/search.type.d.ts +1 -3
  91. package/types/{time-line.type-1b501c41.d.ts → time-line.type-9fb16096.d.ts} +7 -5
  92. package/types/time-line.type.d.ts +1 -1
  93. package/types/timeline-item.type.d.ts +1 -1
  94. package/types/transfer.type.d.ts +3 -3
  95. package/types/upload-dragger.type.d.ts +1 -1
  96. package/types/{upload-list.type-02a1effb.d.ts → upload-list.type-023fd6e9.d.ts} +3 -3
  97. package/types/upload-list.type.d.ts +1 -1
  98. package/types/upload.type.d.ts +1 -1
  99. package/user/index.js +10 -4
  100. package/year-table/index.js +5 -3
  101. package/year-table/vue.js +1 -1
  102. package/common/deps/letter-only.js +0 -19
  103. package/common/deps/number-only.js +0 -20
@@ -1,3 +1,3 @@
1
1
  import 'vue';
2
- export { a as ICascaderPanelApi, b as ICascaderPanelConfig, g as ICascaderPanelData, f as ICascaderPanelLazyLoadNode, I as ICascaderPanelNode, d as ICascaderPanelNodePropValue, c as ICascaderPanelNodeValue, h as ICascaderPanelProps, k as ICascaderPanelRenderlessParamUtils, j as ICascaderPanelRenderlessParams, i as ICascaderPanelState, e as ICascaderPanelStore } from './cascader-panel.type-2bd03be3.js';
2
+ export { a as ICascaderPanelApi, b as ICascaderPanelConfig, g as ICascaderPanelData, f as ICascaderPanelLazyLoadNode, I as ICascaderPanelNode, d as ICascaderPanelNodePropValue, c as ICascaderPanelNodeValue, h as ICascaderPanelProps, k as ICascaderPanelRenderlessParamUtils, j as ICascaderPanelRenderlessParams, i as ICascaderPanelState, e as ICascaderPanelStore } from './cascader-panel.type-8f58e628.js';
3
3
  import './shared.type.js';
@@ -1,6 +1,6 @@
1
1
  import { ISharedRenderlessParamUtils } from './shared.type.js';
2
2
  import { ExtractPropTypes } from 'vue';
3
- import { N as Node, d as ICascaderPanelNodePropValue, a as ICascaderPanelApi } from './cascader-panel.type-2bd03be3.js';
3
+ import { N as Node, d as ICascaderPanelNodePropValue, a as ICascaderPanelApi } from './cascader-panel.type-8f58e628.js';
4
4
 
5
5
  declare const cascaderProps: {
6
6
  _constants: {
@@ -17,6 +17,9 @@ declare const collapseItemProps: {
17
17
  type: (StringConstructor | NumberConstructor)[];
18
18
  default(): any;
19
19
  };
20
+ expandIcon: {
21
+ type: (StringConstructor | ObjectConstructor)[];
22
+ };
20
23
  disabled: BooleanConstructor;
21
24
  tiny_mode: StringConstructor;
22
25
  tiny_mode_root: BooleanConstructor;
@@ -21,7 +21,7 @@ declare const $constants: {
21
21
  PC_SCROLL_LOCK_CLASS: string;
22
22
  MOBILE_SCROLL_LOCK_CLASS: string;
23
23
  Mode: string;
24
- scrollLockClass(mode: any): any;
24
+ SCROLL_LOCK_CLASS(mode: any): any;
25
25
  };
26
26
  declare const dialogBoxProps: {
27
27
  _constants: {
@@ -35,7 +35,7 @@ declare const dialogBoxProps: {
35
35
  PC_SCROLL_LOCK_CLASS: string;
36
36
  MOBILE_SCROLL_LOCK_CLASS: string;
37
37
  Mode: string;
38
- scrollLockClass(mode: any): any;
38
+ SCROLL_LOCK_CLASS(mode: any): any;
39
39
  };
40
40
  };
41
41
  appendToBody: {
@@ -150,9 +150,6 @@ declare const dialogBoxProps: {
150
150
 
151
151
  declare const computedAnimationName: ({ constants, props }: Pick<IDialogBoxRenderlessParams, 'constants' | 'props'>) => () => string;
152
152
  declare const computedStyle: ({ props, state, designConfig }: Pick<IDialogBoxRenderlessParams, 'props' | 'state' | 'designConfig'>) => () => IDialogBoxStyle;
153
- declare const computedBodyStyle: ({ vm, props, state }: Pick<IDialogBoxRenderlessParams, 'vm' | 'props' | 'state'>) => () => {
154
- maxHeight?: string | undefined;
155
- };
156
153
  declare const watchVisible: ({ api, constants, emit, nextTick, parent, props, vm, state }: Pick<IDialogBoxRenderlessParams, 'api' | 'constants' | 'emit' | 'nextTick' | 'parent' | 'props' | 'vm' | 'state'>) => (val: boolean) => void;
157
154
  declare const mounted: ({ api, parent, props }: Pick<IDialogBoxRenderlessParams, 'api' | 'parent' | 'props'>) => () => void;
158
155
  declare const unMounted: ({ api, parent, props }: Pick<IDialogBoxRenderlessParams, 'api' | 'parent' | 'props'>) => () => void;
@@ -223,7 +220,6 @@ interface IDialogBoxApi {
223
220
  handleClose: ReturnType<typeof handleClose>;
224
221
  watchVisible: ReturnType<typeof watchVisible>;
225
222
  computedStyle: ReturnType<typeof computedStyle>;
226
- computedBodyStyle: ReturnType<typeof computedBodyStyle>;
227
223
  mounted: ReturnType<typeof mounted>;
228
224
  unMounted: ReturnType<typeof unMounted>;
229
225
  computedAnimationName: ReturnType<typeof computedAnimationName>;
@@ -1,6 +1,10 @@
1
- import { ComputedRef, ExtractPropTypes } from 'vue';
2
- import { ISharedRenderlessParamUtils } from './shared.type.js';
1
+ import { ExtractPropTypes } from 'vue';
2
+ import { ISharedRenderlessParamUtils, ISharedRenderlessFunctionParams } from './shared.type.js';
3
3
 
4
+ declare const $constants: {
5
+ SCROLL_LOCK_CLASS(mode: string): string;
6
+ DEFAULT_WIDTH: string;
7
+ };
4
8
  declare const drawerProps: {
5
9
  _constants: {
6
10
  type: ObjectConstructor;
@@ -57,6 +61,7 @@ declare const drawerProps: {
57
61
  };
58
62
  beforeClose: FunctionConstructor;
59
63
  tipsProps: ObjectConstructor;
64
+ customSlots: ObjectConstructor;
60
65
  tiny_mode: StringConstructor;
61
66
  tiny_mode_root: BooleanConstructor;
62
67
  tiny_template: (FunctionConstructor | ObjectConstructor)[];
@@ -65,37 +70,24 @@ declare const drawerProps: {
65
70
  tiny_chart_theme: ObjectConstructor;
66
71
  };
67
72
 
68
- declare const computedWidth: ({ state, designConfig, props, constants }: Pick<ISharedRenderlessParamUtils<{
69
- SCROLL_LOCK_CLASS(mode: string): string;
70
- DEFAULT_WIDTH: string;
71
- }>, "designConfig" | "constants"> & {
72
- state: IDrawerState;
73
- } & {
74
- props: IDrawerProps;
75
- }) => () => string;
73
+ declare const computedWidth: ({ state, designConfig, props, constants }: Pick<IDrawerRenderlessParams, 'state' | 'designConfig' | 'props' | 'constants'>) => () => string;
76
74
  declare const close: ({ api }: {
77
- api: any;
75
+ api: IDrawerApi;
78
76
  }) => (force?: boolean) => void;
79
- declare const watchVisible: ({ state }: {
80
- state: IDrawerState;
81
- }) => (bool: any) => void;
82
- declare const watchToggle: ({ emit }: {
83
- emit: ISharedRenderlessParamUtils['emit'];
84
- }) => (bool: boolean) => void;
77
+ declare const watchVisible: ({ state, api }: Pick<IDrawerRenderlessParams, 'state' | 'api'>) => (value: boolean) => void;
78
+ declare const open: ({ state, emit, vm }: Pick<IDrawerRenderlessParams, 'state' | 'emit' | 'vm'>) => () => void;
85
79
  declare const confirm: ({ api }: {
86
- api: any;
80
+ api: IDrawerApi;
87
81
  }) => () => void;
82
+ declare const handleClose: ({ emit, props, state }: Pick<IDrawerRenderlessParams, 'emit' | 'props' | 'state'>) => (type: string, force?: boolean) => void;
88
83
  declare const mousedown: ({ state, vm }: {
89
84
  vm: ISharedRenderlessParamUtils<IDrawerCT>['vm'];
90
85
  state: IDrawerState;
91
86
  }) => (event: any) => void;
92
- declare const mousemove: ({ state, props }: {
93
- state: IDrawerState;
94
- props: IDrawerProps;
95
- }) => EventListenerOrEventListenerObject;
87
+ declare const mousemove: ({ state, props, emit }: Pick<IDrawerRenderlessParams, 'state' | 'props' | 'emit'>) => EventListenerOrEventListenerObject;
96
88
  declare const mouseup: ({ state }: {
97
89
  state: IDrawerState;
98
- }) => () => void;
90
+ }) => (event: MouseEvent) => void;
99
91
  declare const addDragEvent: ({ api, vm }: {
100
92
  api: IDrawerApi;
101
93
  vm: ISharedRenderlessParamUtils<IDrawerCT>['vm'];
@@ -104,15 +96,11 @@ declare const removeDragEvent: ({ api, vm }: {
104
96
  api: IDrawerApi;
105
97
  vm: ISharedRenderlessParamUtils<IDrawerCT>['vm'];
106
98
  }) => () => void;
107
- declare const showScrollbar: (lockScrollClass: any) => () => void;
108
- declare const hideScrollbar: (lockScrollClass: any) => () => void;
109
- declare const watchVisibleNotImmediate: ({ api, props }: {
110
- api: IDrawerApi;
111
- props: IDrawerProps;
112
- }) => (visible: boolean) => void;
99
+ declare const showScrollbar: (lockScrollClass: string) => () => void;
100
+ declare const hideScrollbar: (lockScrollClass: string) => () => void;
113
101
 
114
102
  interface IDrawerState {
115
- toggle: boolean;
103
+ visible: boolean;
116
104
  width: number;
117
105
  height: number;
118
106
  dragEvent: {
@@ -122,12 +110,13 @@ interface IDrawerState {
122
110
  offsetWidth: number;
123
111
  offsetHeight: number;
124
112
  };
125
- computedWidth: ComputedRef<string>;
113
+ computedWidth: string;
126
114
  btnOrderReversed: boolean;
127
115
  }
128
116
  type IDrawerProps = ExtractPropTypes<typeof drawerProps>;
129
117
  interface IDrawerApi {
130
118
  state: IDrawerState;
119
+ open: ReturnType<typeof open>;
131
120
  confirm: ReturnType<typeof confirm>;
132
121
  close: ReturnType<typeof close>;
133
122
  mousemove: ReturnType<typeof mousemove>;
@@ -136,12 +125,18 @@ interface IDrawerApi {
136
125
  addDragEvent: ReturnType<typeof addDragEvent>;
137
126
  removeDragEvent: ReturnType<typeof removeDragEvent>;
138
127
  watchVisible: ReturnType<typeof watchVisible>;
139
- watchToggle: ReturnType<typeof watchToggle>;
140
128
  showScrollbar: ReturnType<typeof showScrollbar>;
141
129
  hideScrollbar: ReturnType<typeof hideScrollbar>;
142
- watchVisibleNotImmediate: ReturnType<typeof watchVisibleNotImmediate>;
143
130
  computedWidth: ReturnType<typeof computedWidth>;
131
+ handleClose: ReturnType<typeof handleClose>;
144
132
  }
145
133
  type IDrawerCT = ReturnType<typeof drawerProps._constants.default>;
134
+ type IDrawerConstants = typeof $constants;
135
+ type IDrawerRenderlessParams = ISharedRenderlessFunctionParams<IDrawerConstants> & {
136
+ api: IDrawerApi;
137
+ state: IDrawerState;
138
+ props: IDrawerProps;
139
+ };
140
+ type IDrawerRenderlessParamUtils = ISharedRenderlessParamUtils<IDrawerConstants>;
146
141
 
147
- export { IDrawerApi, IDrawerCT, IDrawerProps, IDrawerState };
142
+ export { IDrawerApi, IDrawerCT, IDrawerConstants, IDrawerProps, IDrawerRenderlessParamUtils, IDrawerRenderlessParams, IDrawerState };
@@ -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-02a1effb.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-023fd6e9.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-8e30b25c.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-33aa784a.js';
3
3
  import './shared.type.js';
@@ -92,6 +92,10 @@ declare const formProps: {
92
92
  type: BooleanConstructor;
93
93
  default: boolean;
94
94
  };
95
+ tooltipConfig: {
96
+ type: ObjectConstructor;
97
+ default: () => {};
98
+ };
95
99
  tiny_mode: StringConstructor;
96
100
  tiny_mode_root: BooleanConstructor;
97
101
  tiny_template: (FunctionConstructor | ObjectConstructor)[];
@@ -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-8e30b25c.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-33aa784a.js';
3
3
  import './shared.type.js';
@@ -153,6 +153,10 @@ declare const inputProps: {
153
153
  type: BooleanConstructor;
154
154
  default: boolean;
155
155
  };
156
+ popupMore: {
157
+ type: BooleanConstructor;
158
+ default: boolean;
159
+ };
156
160
  textareaTitle: {
157
161
  type: StringConstructor;
158
162
  default: string;
@@ -233,7 +237,7 @@ declare const calculateNodeStyling: () => (targetElement: HTMLElement) => {
233
237
  borderSize: number;
234
238
  boxSizing: string;
235
239
  };
236
- declare const calcTextareaHeight: ({ api, hiddenTextarea, props, state, mode, constants }: Pick<IInputRenderlessParams, "mode" | "props" | "state" | "api" | "constants"> & {
240
+ declare const calcTextareaHeight: ({ api, hiddenTextarea, props, state, mode, constants }: Pick<IInputRenderlessParams, "state" | "props" | "mode" | "api" | "constants"> & {
237
241
  hiddenTextarea: HTMLTextAreaElement | null;
238
242
  }) => (targetElement: HTMLTextAreaElement, minRows?: number, maxRows?: null) => {
239
243
  minHeight?: string | undefined;
@@ -30,14 +30,9 @@ declare const ipAddressProps: {
30
30
  type: (StringConstructor | ObjectConstructor)[];
31
31
  default: string;
32
32
  };
33
- tiny_mode: StringConstructor; /**
34
- * @property {Boolean} readonly - 只读
35
- */
33
+ tiny_mode: StringConstructor;
36
34
  tiny_mode_root: BooleanConstructor;
37
35
  tiny_template: (FunctionConstructor | ObjectConstructor)[];
38
- /**
39
- * @property {Boolean} disabled - 禁用
40
- */
41
36
  tiny_renderless: FunctionConstructor;
42
37
  tiny_theme: StringConstructor;
43
38
  tiny_chart_theme: ObjectConstructor;
@@ -212,6 +212,7 @@ declare const handleBlur: ({ constants, dispatch, emit, props, state, api }: Pic
212
212
  declare const handleFocus: ({ emit, state, props, api, vm }: Pick<INumericRenderlessParams, 'emit' | 'state' | 'props' | 'api' | 'vm'>) => (event: FocusEvent) => void;
213
213
  declare const focus: (vm: INumericRenderlessParams['vm']) => () => void;
214
214
  declare const setCurrentValue: ({ api, constants, dispatch, emit, props, state }: Pick<INumericRenderlessParams, 'api' | 'constants' | 'dispatch' | 'emit' | 'props' | 'state'>) => (newVal: number, emitChangeFlag?: boolean) => void;
215
+ /** 处理输入字符: input / compositionend 事件均进入该函数 */
215
216
  declare const handleInput: ({ state, api, emit, props }: Pick<INumericRenderlessParams, 'state' | 'api' | 'emit' | 'props'>) => (event: InputEvent) => void;
216
217
  declare const handleInputChange: ({ api, state, props }: Pick<INumericRenderlessParams, 'api' | 'state' | 'props'>) => (event: Event) => void;
217
218
  declare const select: (vm: INumericRenderlessParams['vm']) => () => any;
@@ -92,7 +92,7 @@ declare const popoverProps: {
92
92
  *
93
93
  */
94
94
 
95
- declare const mounted: ({ api, state, constants, props, nextTick, mode }: Pick<IPopoverRenderlessParams, "mode" | "props" | "state" | "api" | "nextTick"> & {
95
+ declare const mounted: ({ api, state, constants, props, nextTick, mode }: Pick<IPopoverRenderlessParams, "state" | "props" | "nextTick" | "mode" | "api"> & {
96
96
  constants: {
97
97
  IDPREFIX: string;
98
98
  };
@@ -78,9 +78,7 @@ declare const searchProps: {
78
78
  suffixIcon: (StringConstructor | ObjectConstructor)[];
79
79
  tiny_mode: StringConstructor;
80
80
  tiny_mode_root: BooleanConstructor;
81
- tiny_template: (FunctionConstructor | ObjectConstructor)[]; /**
82
- * 搜索的类型选项,格式为[{text:'文档',value:1},...],不配置时类型选择固定显示为All
83
- */
81
+ tiny_template: (FunctionConstructor | ObjectConstructor)[];
84
82
  tiny_renderless: FunctionConstructor;
85
83
  tiny_theme: StringConstructor;
86
84
  tiny_chart_theme: ObjectConstructor;
@@ -61,7 +61,10 @@ declare const timelineProps: {
61
61
  type: NumberConstructor;
62
62
  default: number;
63
63
  };
64
- data: ArrayConstructor;
64
+ data: {
65
+ type: ArrayConstructor;
66
+ default: () => never[];
67
+ };
65
68
  space: {
66
69
  type: (StringConstructor | NumberConstructor)[];
67
70
  default: string;
@@ -194,8 +197,8 @@ declare const getDate: (dateTime: string) => {
194
197
  };
195
198
  declare const getStatus: ({ state, t }: Pick<ITimelineItemRenderlessParams, 'state' | 't'>) => (value: number) => string;
196
199
  declare const computedWidth: () => (width: string | number) => string | number;
197
- declare const handleClick: ({ emit, state }: Pick<ITimelineItemRenderlessParams, 'emit' | 'state'>) => (node: ITimelineItem) => void;
198
- declare const getStatusCls: ({ constants, state }: Pick<ITimelineItemRenderlessParams, 'constants' | 'state'>) => (node: ITimelineItem) => ITimelineStatusCls;
200
+ declare const handleClick: ({ emit, state, props }: Pick<ITimelineItemRenderlessParams, 'emit' | 'state' | 'props'>) => (node: ITimelineItem) => void;
201
+ declare const getStatusCls: ({ constants, state, props }: Pick<ITimelineItemRenderlessParams, 'constants' | 'state' | 'props'>) => (node: ITimelineItem) => ITimelineStatusCls;
199
202
  declare const computedCurrent: ({ state, api }: Pick<ITimelineItemRenderlessParams, 'state' | 'api'>) => () => number;
200
203
  declare const computedIsReverse: (api: ITimelineItemApi) => () => boolean;
201
204
  declare const computedItemCls: ({ props, api, state }: Pick<ITimelineItemRenderlessParams, 'props' | 'api' | 'state'>) => () => ITimelineCustomCls;
@@ -263,8 +266,7 @@ interface ITimelineItem {
263
266
  fold?: boolean;
264
267
  }
265
268
  interface ITimelineInject {
266
- timelineItems: ITimelineItem[];
267
- nodes: ITimelineItem[];
269
+ state: ITimelineItem[];
268
270
  props: ITimelineProps;
269
271
  }
270
272
 
@@ -1,4 +1,4 @@
1
1
  import 'vue';
2
- export { l as ITimelineApi, i as ITimelineConstants, o as ITimelineCustomCls, h as ITimelineProps, j as ITimelineRenderlessParamUtils, m as ITimelineRenderlessParams, k as ITimelineState, n as ITimelineStatusCls } from './time-line.type-1b501c41.js';
2
+ export { l as ITimelineApi, i as ITimelineConstants, o as ITimelineCustomCls, h as ITimelineProps, j as ITimelineRenderlessParamUtils, m as ITimelineRenderlessParams, k as ITimelineState, n as ITimelineStatusCls } from './time-line.type-9fb16096.js';
3
3
  import './shared.type.js';
4
4
  import '@opentiny/vue-common';
@@ -1,4 +1,4 @@
1
1
  import 'vue';
2
- export { g as ITimelineInject, f as ITimelineItem, d as ITimelineItemApi, a as ITimelineItemConstants, I as ITimelineItemProps, b as ITimelineItemRenderlessParamUtils, e as ITimelineItemRenderlessParams, c as ITimelineItemState, T as TimelineItemType } from './time-line.type-1b501c41.js';
2
+ export { g as ITimelineInject, f as ITimelineItem, d as ITimelineItemApi, a as ITimelineItemConstants, I as ITimelineItemProps, b as ITimelineItemRenderlessParamUtils, e as ITimelineItemRenderlessParams, c as ITimelineItemState, T as TimelineItemType } from './time-line.type-9fb16096.js';
3
3
  import './shared.type.js';
4
4
  import '@opentiny/vue-common';
@@ -108,14 +108,14 @@ declare const getSourceData: ({ props, Tree }: Pick<ITransferRenderlessParams, "
108
108
  Tree: string;
109
109
  }) => () => unknown[];
110
110
  /** 返回右边的数据项 */
111
- declare const getTargetData: ({ props, state, Tree, Table }: Pick<ITransferRenderlessParams, "props" | "state"> & {
111
+ declare const getTargetData: ({ props, state, Tree, Table }: Pick<ITransferRenderlessParams, "state" | "props"> & {
112
112
  Tree: string;
113
113
  Table: string;
114
114
  }) => () => unknown;
115
115
  declare const onSourceCheckedChange: ({ emit, state }: Pick<ITransferRenderlessParams, 'emit' | 'state'>) => (val: string[], movedKeys: string[]) => void;
116
116
  declare const onTargetCheckedChange: ({ emit, state }: Pick<ITransferRenderlessParams, 'emit' | 'state'>) => (val: string[], movedKeys: string[]) => void;
117
117
  declare const addToLeft: ({ emit, props, state }: Pick<ITransferRenderlessParams, 'emit' | 'props' | 'state'>) => (value: undefined | 'all') => void;
118
- declare const addToRight: ({ emit, refs, props, state, Tree }: Pick<ITransferRenderlessParams, "emit" | "props" | "state" | "refs"> & {
118
+ declare const addToRight: ({ emit, refs, props, state, Tree }: Pick<ITransferRenderlessParams, "state" | "props" | "refs" | "emit"> & {
119
119
  Tree: string;
120
120
  }) => (value: undefined | 'all') => void;
121
121
  declare const clearQuery: (refs: ITransferRenderlessParams['refs']) => (which: 'left' | 'right') => void;
@@ -126,7 +126,7 @@ declare const logicFun: ({ props, emit, state }: Pick<ITransferRenderlessParams,
126
126
  pullMode?: "sort" | undefined;
127
127
  }) => void;
128
128
  /** 组件加载后,给左右面板初始化Sortable的功能 */
129
- declare const sortableEvent: ({ api, droppanel, props, queryDom, refs }: Pick<ITransferRenderlessParams, "props" | "api" | "refs"> & {
129
+ declare const sortableEvent: ({ api, droppanel, props, queryDom, refs }: Pick<ITransferRenderlessParams, "props" | "refs" | "api"> & {
130
130
  droppanel: string;
131
131
  queryDom: string;
132
132
  }) => () => void;
@@ -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-02a1effb.js';
3
+ import { I as IFileUploadVm, a as IFileUploadConstants } from './upload-list.type-023fd6e9.js';
4
4
 
5
5
  declare const UploadDraggerProps: {
6
6
  disabled: BooleanConstructor;
@@ -404,7 +404,7 @@ declare const beforeUpload: ({ props, api, Modal, constants, t, state }: Pick<IF
404
404
  declare const startUpload: ({ state, constants, vm, Modal, api, t }: Pick<IFileUploadRenderlessParams, 'state' | 'constants' | 'vm' | 'api' | 't'> & IFileUploadModalVm) => (file: IFileUploadFile, isList: boolean) => void;
405
405
  declare const properFileSize: ({ props, state, api, constants, Modal, t }: Pick<IFileUploadRenderlessParams, 'props' | 'state' | 'constants' | 'api' | 't'> & IFileUploadModalVm) => (file: IFileUploadFile) => boolean;
406
406
  declare const addFileToList: ({ api, constants, emit, props, state, mode }: Pick<IFileUploadRenderlessParams, 'api' | 'constants' | 'emit' | 'props' | 'state' | 'mode'>) => (rawFile: IFileUploadFile, updateId: string, reUpload: boolean) => void;
407
- declare const getFileHash: ({ emit, Modal, constants, t, CryptoJS, state }: Pick<IFileUploadRenderlessParams, "emit" | "state" | "t" | "constants"> & IFileUploadModalVm & {
407
+ declare const getFileHash: ({ emit, Modal, constants, t, CryptoJS, state }: Pick<IFileUploadRenderlessParams, "state" | "emit" | "t" | "constants"> & IFileUploadModalVm & {
408
408
  CryptoJS: object;
409
409
  }) => ({ file, chunkSize, showTips }: {
410
410
  file: IFileUploadFile;
@@ -484,13 +484,13 @@ declare const sliceDownloadChunk: ({ state }: Pick<IFileUploadRenderlessParams,
484
484
  declare const batchSegmentDownload: ({ state, api }: Pick<IFileUploadRenderlessParams, 'state' | 'api'>) => ({ batchIndex, batches, docId, isBatch, isLessThan17G }: IFileUploadBatchSegmentDownload) => void;
485
485
  declare const downloadFileInner: ({ api, props, state }: Pick<IFileUploadRenderlessParams, 'api' | 'props' | 'state'>) => ({ batchIndex, file, range, isBatch, isChunk, isLessThan17G }: IFileUploadDownloadFileInner) => void;
486
486
  declare const afterDownload: ({ api, state }: Pick<IFileUploadRenderlessParams, 'api' | 'state'>) => ({ batchIndex, range, data, file, isBatch, isChunk, isLessThan17G }: IFileUploadAfterDownload) => void;
487
- declare const setWriterFile: ({ state, emit, Streamsaver }: Pick<IFileUploadRenderlessParams, "emit" | "state"> & {
487
+ declare const setWriterFile: ({ state, emit, Streamsaver }: Pick<IFileUploadRenderlessParams, "state" | "emit"> & {
488
488
  Streamsaver: IFileUploadStreamsaver;
489
489
  }) => ({ data, index, isLessThan17G, file }: IFileUploadSetWriterFile) => Function;
490
490
  declare const getFormData$1: ({ constants, props, state }: Pick<IFileUploadRenderlessParams, 'constants' | 'props' | 'state'>) => ({ formData, file, type }: IFileUploadGetFormData) => IUploadFormData;
491
491
  declare const largeDocumentUpload: ({ api, Modal, state, t, emit, constants }: Pick<IFileUploadRenderlessParams, 'api' | 'state' | 't' | 'emit' | 'constants'> & IFileUploadModalVm) => (file: IFileUploadFile) => void;
492
492
  declare const segmentUploadInit: ({ api, props, service, state, constants }: Pick<IFileUploadRenderlessParams, 'api' | 'props' | 'service' | 'state' | 'constants'>) => (file: IFileUploadFile) => Promise<unknown>;
493
- declare const segmentUpload: ({ api, props, service, state, emit, constants, CryptoJS }: Pick<IFileUploadRenderlessParams, "emit" | "props" | "state" | "api" | "constants" | "service"> & {
493
+ declare const segmentUpload: ({ api, props, service, state, emit, constants, CryptoJS }: Pick<IFileUploadRenderlessParams, "state" | "props" | "emit" | "api" | "constants" | "service"> & {
494
494
  CryptoJS: object;
495
495
  }) => (batchIndex: number, file: IFileUploadFile, progress: {
496
496
  file: IFileUploadFile;
@@ -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-02a1effb.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-023fd6e9.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-02a1effb.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-023fd6e9.js';
3
3
  import './shared.type.js';
package/user/index.js CHANGED
@@ -1,4 +1,7 @@
1
- import "../chunk-G2ADBYYC.js";
1
+ import {
2
+ __spreadProps,
3
+ __spreadValues
4
+ } from "../chunk-G2ADBYYC.js";
2
5
  import debounce from "../common/deps/debounce";
3
6
  import { toDateStr } from "../common/date";
4
7
  import { toJsonStr } from "../common/object";
@@ -493,10 +496,13 @@ const initService = ({ props, service }) => {
493
496
  const filter = ({ props, state }) => () => {
494
497
  if (props.multiple && props.hideSelected) {
495
498
  const selectedUsers = state.user.map((value) => typeof value === "string" ? value.toLocaleLowerCase() : value);
496
- return state.options.filter((user) => {
497
- return !~selectedUsers.indexOf(
498
- typeof user[state.valueField] === "string" ? user[state.valueField].toLocaleLowerCase() : user[state.textField]
499
+ return state.options.map((user) => {
500
+ const _show = !~selectedUsers.indexOf(
501
+ typeof user[state.valueField] === "string" ? user[state.valueField].toLocaleLowerCase() : user[state.valueField]
499
502
  );
503
+ return __spreadProps(__spreadValues({}, user), {
504
+ _show
505
+ });
500
506
  });
501
507
  }
502
508
  return state.options;
@@ -1,6 +1,5 @@
1
1
  import "../chunk-G2ADBYYC.js";
2
2
  import { toDate } from "../common/date";
3
- import { hasClass } from "../common/deps/dom";
4
3
  import { range, nextDate, getDayCountOfYear } from "../common/deps/date-util";
5
4
  import { arrayFindIndex, coerceTruthyValueToArray, arrayFind } from "../date-table";
6
5
  import { DATEPICKER } from "../common";
@@ -9,7 +8,7 @@ const datesInYear = (year) => {
9
8
  const firstDay = new Date(year, 0, 1);
10
9
  return range(numOfDays).map((n) => nextDate(firstDay, n));
11
10
  };
12
- const getCellStyle = ({ props }) => (cell) => {
11
+ const getCellStyle = ({ props, state }) => (cell) => {
13
12
  const { defaultValue } = props;
14
13
  const year = cell.text;
15
14
  const style = {};
@@ -28,6 +27,9 @@ const getCellStyle = ({ props }) => (cell) => {
28
27
  if (cell.end) {
29
28
  style[DATEPICKER.EndDate] = true;
30
29
  }
30
+ for (const key in style) {
31
+ state[key] = style[key];
32
+ }
31
33
  return style;
32
34
  };
33
35
  const clearDate = (date) => {
@@ -110,7 +112,7 @@ const handleYearTableClick = ({ emit, props }) => (event) => {
110
112
  const target = event.target;
111
113
  const { selectionMode } = props;
112
114
  if (target.tagName === "A") {
113
- if (hasClass(target.parentNode.parentNode, "disabled")) {
115
+ if (target.hasAttribute("aria-disabled")) {
114
116
  return;
115
117
  }
116
118
  const year = Number(target.textContent || target.innerText);
package/year-table/vue.js CHANGED
@@ -9,7 +9,7 @@ const renderless = (props, { computed, reactive, watch }, { emit, vm }) => {
9
9
  });
10
10
  Object.assign(api2, {
11
11
  state,
12
- getCellStyle: getCellStyle({ props }),
12
+ getCellStyle: getCellStyle({ props, state }),
13
13
  handleYearTableClick: handleYearTableClick({ emit, props, state }),
14
14
  markRange: markRange({ props, state }),
15
15
  watchDate: watchDate({ api: api2, props }),
@@ -1,19 +0,0 @@
1
- import "../../chunk-G2ADBYYC.js";
2
- import { on, off } from "./dom";
3
- const checkValue = (event) => {
4
- if (event.charCode >= 48 && event.charCode <= 57) {
5
- event.preventDefault();
6
- }
7
- return true;
8
- };
9
- var letter_only_default = {
10
- bind(element) {
11
- on(element, "keypress", checkValue);
12
- },
13
- unbind(element) {
14
- off(element, "keypress", checkValue);
15
- }
16
- };
17
- export {
18
- letter_only_default as default
19
- };
@@ -1,20 +0,0 @@
1
- import "../../chunk-G2ADBYYC.js";
2
- import { on, off } from "./dom";
3
- const checkValue = (event) => {
4
- event.target.value = event.target.value.replace(/[^0-9]/g, "");
5
- if (event.charCode >= 48 && event.charCode <= 57) {
6
- return true;
7
- }
8
- event.preventDefault();
9
- };
10
- var number_only_default = {
11
- bind(element) {
12
- on(element, "keypress", checkValue);
13
- },
14
- unbind(element) {
15
- off(element, "keypress", checkValue);
16
- }
17
- };
18
- export {
19
- number_only_default as default
20
- };