@opentiny/vue-renderless 3.17.6 → 3.18.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 (81) hide show
  1. package/README.md +12 -3
  2. package/anchor/index.js +6 -2
  3. package/autocomplete/index.js +12 -11
  4. package/autocomplete/vue.js +35 -7
  5. package/collapse-item/index.js +7 -1
  6. package/collapse-item/vue.js +12 -2
  7. package/color-picker/index.js +20 -32
  8. package/color-picker/vue.js +31 -54
  9. package/color-select-panel/index.js +8 -5
  10. package/color-select-panel/vue.js +1 -2
  11. package/common/deps/clickoutside.js +10 -3
  12. package/common/deps/tree-model/tree-store.js +13 -2
  13. package/common/deps/useRelation.js +24 -7
  14. package/common/form/const.js +10 -0
  15. package/common/index.js +1 -1
  16. package/common/runtime.js +1 -1
  17. package/dialog-box/index.js +1 -1
  18. package/dialog-select/index.js +40 -13
  19. package/dialog-select/vue.js +3 -3
  20. package/dropdown-item/mf.js +1 -1
  21. package/dropdown-menu/index.js +3 -0
  22. package/dropdown-menu/vue.js +5 -3
  23. package/file-upload/index.js +4 -4
  24. package/fluent-editor/index.js +10 -3
  25. package/fluent-editor/options.js +32 -2
  26. package/fluent-editor/vue.js +8 -8
  27. package/form-item/index.js +6 -1
  28. package/form-item/vue.js +3 -1
  29. package/guide/index.js +4 -4
  30. package/input/index.js +15 -0
  31. package/input/vue.js +11 -4
  32. package/option/index.js +0 -15
  33. package/option/vue.js +2 -13
  34. package/package.json +1 -1
  35. package/pager-item/index.js +4 -7
  36. package/picker/index.js +27 -7
  37. package/picker/vue.js +2 -1
  38. package/pop-upload/index.js +13 -4
  39. package/pop-upload/vue.js +4 -0
  40. package/popeditor/index.js +2 -1
  41. package/rich-text-editor/vue.js +9 -3
  42. package/select/index.js +5 -4
  43. package/select/vue.js +12 -4
  44. package/slider-button/index.js +8 -3
  45. package/slider-button/vue.js +6 -2
  46. package/slider-button-group/index.js +46 -9
  47. package/slider-button-group/vue.js +39 -18
  48. package/tab-item-mf/vue.js +6 -1
  49. package/tabs-mf/index.js +58 -3
  50. package/tabs-mf/vue-bar.js +0 -6
  51. package/tabs-mf/vue-swipe.js +20 -0
  52. package/tabs-mf/vue.js +22 -4
  53. package/time/index.js +6 -1
  54. package/time/vue.js +7 -2
  55. package/time-line/index.js +1 -1
  56. package/time-line-new/index.js +53 -0
  57. package/time-line-new/vue.js +41 -0
  58. package/time-spinner/index.js +1 -1
  59. package/time-spinner/vue.js +2 -2
  60. package/tooltip/vue.js +16 -3
  61. package/tree/index.js +1 -0
  62. package/tree/vue.js +4 -1
  63. package/tree-select/index.js +6 -6
  64. package/tree-select/vue.js +1 -1
  65. package/types/autocomplete.type.d.ts +16 -12
  66. package/types/button.type.d.ts +22 -1
  67. package/types/checkbox.type.d.ts +1 -0
  68. package/types/dropdown.type.d.ts +4 -0
  69. package/types/file-upload.type.d.ts +1 -1
  70. package/types/form-item.type.d.ts +1 -1
  71. package/types/{form.type-33aa784a.d.ts → form.type-f6fb4c38.d.ts} +5 -0
  72. package/types/form.type.d.ts +1 -1
  73. package/types/input.type.d.ts +5 -1
  74. package/types/link.type.d.ts +6 -1
  75. package/types/search.type.d.ts +7 -0
  76. package/types/tree-menu.type.d.ts +0 -1
  77. package/types/upload-dragger.type.d.ts +1 -1
  78. package/types/{upload-list.type-02a1effb.d.ts → upload-list.type-4194f534.d.ts} +6 -0
  79. package/types/upload-list.type.d.ts +1 -1
  80. package/types/upload.type.d.ts +1 -1
  81. package/types/user-head.type.d.ts +4 -1
@@ -12,7 +12,6 @@ declare const treeMenuProps: {
12
12
  nodeKey: StringConstructor;
13
13
  defaultExpandAll: BooleanConstructor;
14
14
  suffixIcon: ObjectConstructor;
15
- prefixIcon: ObjectConstructor;
16
15
  searchIcon: {
17
16
  type: ObjectConstructor;
18
17
  default: () => vue.Raw<_opentiny_vue_common.DefineComponent<{}, () => vue.VNode<vue.RendererNode, vue.RendererElement, {
@@ -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-4194f534.js';
4
4
 
5
5
  declare const UploadDraggerProps: {
6
6
  disabled: BooleanConstructor;
@@ -11,6 +11,7 @@ declare const $constants: {
11
11
  COMMA: string;
12
12
  FILE_NOT_LESS_THAN: string;
13
13
  FILE_NOT_MORE_THAN: string;
14
+ FILE_SIZE_RANGE: string;
14
15
  NUMBER_LIMIT: string;
15
16
  FILE_STATUS: {
16
17
  READY: string;
@@ -111,6 +112,7 @@ declare const fileUploadProps: {
111
112
  COMMA: string;
112
113
  FILE_NOT_LESS_THAN: string;
113
114
  FILE_NOT_MORE_THAN: string;
115
+ FILE_SIZE_RANGE: string;
114
116
  NUMBER_LIMIT: string;
115
117
  FILE_STATUS: {
116
118
  READY: string;
@@ -677,6 +679,10 @@ declare const uploadProps: {
677
679
  type: BooleanConstructor;
678
680
  default: boolean;
679
681
  };
682
+ tipMessage: {
683
+ type: StringConstructor;
684
+ default: string;
685
+ };
680
686
  tiny_mode: StringConstructor;
681
687
  tiny_mode_root: BooleanConstructor;
682
688
  tiny_template: (FunctionConstructor | ObjectConstructor)[];
@@ -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-4194f534.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-4194f534.js';
3
3
  import './shared.type.js';
@@ -83,7 +83,10 @@ declare const userHeadProps: {
83
83
  tiny_mode: StringConstructor;
84
84
  tiny_mode_root: BooleanConstructor;
85
85
  tiny_template: (FunctionConstructor | ObjectConstructor)[];
86
- tiny_renderless: FunctionConstructor;
86
+ tiny_renderless: FunctionConstructor; /**
87
+ * @property {String} - 头像资源
88
+ * type=icon 时为图标类名,type=label时为字体串,type=image时为资源路径
89
+ */
87
90
  tiny_theme: StringConstructor;
88
91
  tiny_chart_theme: ObjectConstructor;
89
92
  };