meixioacomponent 2.0.67 → 2.0.69

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 (106) hide show
  1. package/lib/components/base/baseGuide/GuideControl.d.ts +44 -44
  2. package/lib/components/base/baseGuide/GuideControl.js +238 -238
  3. package/lib/components/dynamicmount/DynamicMountClass.d.ts +15 -15
  4. package/lib/components/dynamicmount/DynamicMountClass.js +65 -65
  5. package/lib/components/dynamicmount/index.d.ts +4 -4
  6. package/lib/components/dynamicmount/index.js +71 -71
  7. package/lib/components/index.d.ts +111 -111
  8. package/lib/components/index.js +250 -250
  9. package/lib/config/LinkViewClass.d.ts +56 -56
  10. package/lib/config/LinkViewClass.js +154 -154
  11. package/lib/config/ProTableLocalConfigManage/ProTableLocalConfigManage.d.ts +12 -12
  12. package/lib/config/ProTableLocalConfigManage/ProTableLocalConfigManage.js +68 -68
  13. package/lib/config/TransferTDComponent.d.ts +1 -1
  14. package/lib/config/TransferTDComponent.js +31 -31
  15. package/lib/config/componentConfig.d.ts +3 -3
  16. package/lib/config/componentConfig.js +71 -71
  17. package/lib/config/uploadRequest.d.ts +2 -2
  18. package/lib/config/uploadRequest.js +87 -87
  19. package/lib/config/use/UseGuide.d.ts +8 -8
  20. package/lib/config/use/UseGuide.js +33 -33
  21. package/lib/config/use/UseImg.d.ts +9 -9
  22. package/lib/config/use/UseImg.js +45 -45
  23. package/lib/config/use/UseUpload.d.ts +12 -12
  24. package/lib/config/use/UseUpload.js +79 -79
  25. package/lib/config/use/UseViewVideo.d.ts +11 -11
  26. package/lib/config/use/UseViewVideo.js +41 -41
  27. package/lib/config/use/UseWait.d.ts +4 -4
  28. package/lib/config/use/UseWait.js +21 -21
  29. package/lib/config/use/WaitPlugin.d.ts +25 -25
  30. package/lib/config/use/WaitPlugin.js +106 -106
  31. package/lib/config/use/useConfirm/UseConfirm.d.ts +6 -6
  32. package/lib/config/use/useConfirm/UseConfirm.js +33 -33
  33. package/lib/config/use/useConfirm/UseNotify.d.ts +6 -6
  34. package/lib/config/use/useConfirm/UseNotify.js +18 -18
  35. package/lib/config/use/useConfirm/executeConfirm.d.ts +2 -2
  36. package/lib/config/use/useConfirm/executeConfirm.js +11 -11
  37. package/lib/config/use/useConfirm/registerConfirm.d.ts +4 -4
  38. package/lib/config/use/useConfirm/registerConfirm.js +8 -8
  39. package/lib/meixioacomponent.common.js +23873 -23837
  40. package/lib/meixioacomponent.umd.js +23876 -23840
  41. package/lib/meixioacomponent.umd.min.js +3 -3
  42. package/lib/plugin/PluginByReferenceByOss.d.ts +1 -1
  43. package/lib/plugin/PluginByReferenceByOss.js +16 -16
  44. package/lib/style/tdesignStyle.less +21 -21
  45. package/lib/typings/type.d.ts +405 -405
  46. package/lib/typings/type.js +2 -2
  47. package/lib/useType/useType.d.ts +27 -27
  48. package/lib/useType/useType.js +89 -89
  49. package/package.json +1 -1
  50. package/packages/components/base/baseAnchor/baseAnchor.vue +168 -168
  51. package/packages/components/base/baseAnchor/baseAnchorV2.vue +165 -165
  52. package/packages/components/base/baseArea/api.js +6 -6
  53. package/packages/components/base/baseArea/area.js +14979 -14979
  54. package/packages/components/base/baseArea/areaConfig.js +7 -7
  55. package/packages/components/base/baseArea/baseArea.vue +590 -590
  56. package/packages/components/base/baseArea/baseAreaV2.vue +144 -144
  57. package/packages/components/base/baseArea/baseAreaV21.vue +156 -156
  58. package/packages/components/base/baseArea/index.js +6 -6
  59. package/packages/components/base/baseAreaByMultiple/baseAreaByMultiple.vue +70 -70
  60. package/packages/components/base/baseAreaByMultiple/index.js +7 -7
  61. package/packages/components/base/baseButton/baseButton.vue +85 -85
  62. package/packages/components/base/baseButton/index.js +6 -6
  63. package/packages/components/base/baseInput/baseInput.vue +98 -98
  64. package/packages/components/base/baseSelect/baseSelect.vue +102 -102
  65. package/packages/components/base/baseSelect/index.js +6 -6
  66. package/packages/components/base/baseTimeRangePicker/baseTimeRangePicker.vue +59 -59
  67. package/packages/components/base/baseTimeRangePicker/index.js +7 -7
  68. package/packages/components/base/tDateRangePicker/index.js +5 -5
  69. package/packages/components/base/tDateRangePicker/tDateRangePicker.vue +152 -111
  70. package/packages/components/base/tInput/index.js +5 -5
  71. package/packages/components/base/tInput/tInput.vue +148 -148
  72. package/packages/components/base/tInputNumber/index.js +5 -5
  73. package/packages/components/base/tInputNumber/tInputNumber.vue +103 -103
  74. package/packages/components/base/tSelect/tSelect.vue +175 -175
  75. package/packages/components/dynamicmount/DynamicMountClass.js +64 -64
  76. package/packages/components/dynamicmount/index.js +69 -69
  77. package/packages/components/hooks/useHookByBaseArea.js +49 -49
  78. package/packages/components/hooks/useHookByGuide.js +46 -46
  79. package/packages/components/hooks/useHookByUpload.js +130 -130
  80. package/packages/components/index.js +247 -247
  81. package/packages/components/mixins/mixinsByBaseArea.js +53 -53
  82. package/packages/components/style/tdesignStyle.less +21 -21
  83. package/packages/config/LinkViewClass.js +152 -152
  84. package/packages/config/ProTableLocalConfigManage/ProTableLocalConfigManage.js +75 -75
  85. package/packages/config/ProTableLocalConfigManage/ProTableLocalConfigManage.ts +99 -99
  86. package/packages/config/TransferTDComponent.js +31 -31
  87. package/packages/config/TransferTDComponent.ts +22 -22
  88. package/packages/config/componentConfig.js +68 -68
  89. package/packages/config/use/UseGuide.js +43 -43
  90. package/packages/config/use/UseImg.js +46 -46
  91. package/packages/config/use/UseUpload.js +79 -79
  92. package/packages/config/use/UseViewVideo.js +40 -40
  93. package/packages/config/use/UseWait.js +18 -18
  94. package/packages/config/use/WaitPlugin.js +106 -106
  95. package/packages/config/use/useConfirm/UseConfirm.js +31 -31
  96. package/packages/config/use/useConfirm/UseConfirm.ts +34 -34
  97. package/packages/config/use/useConfirm/UseNotify.js +16 -16
  98. package/packages/config/use/useConfirm/UseNotify.ts +18 -18
  99. package/packages/config/use/useConfirm/executeConfirm.js +8 -8
  100. package/packages/config/use/useConfirm/executeConfirm.ts +6 -6
  101. package/packages/config/use/useConfirm/registerConfirm.js +8 -8
  102. package/packages/config/use/useConfirm/registerConfirm.ts +7 -7
  103. package/packages/plugin/PluginByReferenceByOss.js +16 -16
  104. package/packages/plugin/PluginByReferenceByOss.ts +11 -11
  105. package/packages/typings/type.js +2 -2
  106. package/packages/useType/useType.js +90 -90
@@ -1,149 +1,149 @@
1
- <template>
2
- <Input v-model="module"
3
- v-bind="$attrs"
4
- @blur="onBlur"
5
- @change="onChange"
6
- @confirm="onConfirm"
7
- @focus="onFocus"
8
- @input="onInput"
9
- @pick="onPick"
10
- @click="onClick"
11
- @enter="onEnter"
12
- @keydown="onKeydown"
13
- @keypress="onKeypress"
14
- @keyup="onKeyup"
15
- @mouseenter="onMouseenter"
16
- @mouseleave="onMouseleave"
17
- @paste="onPaste"
18
- @validate="onValidate"
19
- @wheel="onWheel"
20
- :readonly="_readonly"
21
- :disabled="_disabled"
22
- >
23
-
24
-
25
- <template #label>
26
- <slot name="label"></slot>
27
- </template>
28
-
29
- <template #prefixIcon>
30
- <slot name="prefixIcon"></slot>
31
- </template>
32
-
33
-
34
- <template #suffix>
35
- <slot name="suffix"></slot>
36
- </template>
37
-
38
-
39
- <template #suffixIcon>
40
- <slot name="suffixIcon"></slot>
41
- </template>
42
-
43
-
44
- <template #tips>
45
- <slot name="tips"></slot>
46
- </template>
47
-
48
-
49
- </Input>
50
- </template>
51
- <script>
52
-
53
-
54
- export default {
55
- name: "tInput",
56
- data() {
57
- return {}
58
- },
59
- props: {
60
- value: {
61
- type: String,
62
- },
63
- },
64
- components: {},
65
- created() {
66
- },
67
- computed: {
68
- module: {
69
- set(val) {
70
- this.$emit('input', val);
71
- },
72
- get() {
73
- return this.$props.value;
74
- }
75
- },
76
- _readonly: {
77
- get() {
78
- return !!(this.$attrs.disabled || this.$attrs.readonly);
79
- }
80
- },
81
- _disabled: {
82
- get() {
83
- return false;
84
- }
85
- }
86
-
87
- },
88
- methods: {
89
- onBlur(event) {
90
- this.$emit('blur', event);
91
- },
92
- onChange(event) {
93
- this.$emit('change', event);
94
- },
95
- onConfirm(event) {
96
- this.$emit('confirm', event);
97
- },
98
- onFocus(event) {
99
- this.$emit('focus', event);
100
- },
101
- onInput(event) {
102
- this.$emit('input', event);
103
- },
104
- onPick(event) {
105
- this.$emit('pick', event);
106
- },
107
- onClear(event) {
108
- this.$emit('clear', event);
109
- },
110
- onClick(event) {
111
- this.$emit('click', event);
112
- },
113
- onEnter(event) {
114
- this.$emit('enter', event);
115
- },
116
- onKeydown(event) {
117
- this.$emit('keydown', event);
118
- },
119
- onKeypress(event) {
120
- this.$emit('keypress', event);
121
- },
122
- onKeyup(event) {
123
- this.$emit('keyup', event);
124
- },
125
- onMouseenter(event) {
126
- this.$emit('mouseenter', event);
127
- },
128
- onMouseleave(event) {
129
- this.$emit('mouseleave', event);
130
- },
131
- onPaste(event) {
132
- this.$emit('paste', event);
133
- },
134
- onValidate(event) {
135
- this.$emit('validate', event);
136
- },
137
- onWheel(event) {
138
- this.$emit('wheel', event);
139
- }
140
- }
141
- }
142
- </script>
143
-
144
- <style scoped lang="less">
145
- /deep/.t-input.t-is-readonly .t-input__inner{
146
- cursor: not-allowed !important;
147
- }
148
-
1
+ <template>
2
+ <Input v-model="module"
3
+ v-bind="$attrs"
4
+ @blur="onBlur"
5
+ @change="onChange"
6
+ @confirm="onConfirm"
7
+ @focus="onFocus"
8
+ @input="onInput"
9
+ @pick="onPick"
10
+ @click="onClick"
11
+ @enter="onEnter"
12
+ @keydown="onKeydown"
13
+ @keypress="onKeypress"
14
+ @keyup="onKeyup"
15
+ @mouseenter="onMouseenter"
16
+ @mouseleave="onMouseleave"
17
+ @paste="onPaste"
18
+ @validate="onValidate"
19
+ @wheel="onWheel"
20
+ :readonly="_readonly"
21
+ :disabled="_disabled"
22
+ >
23
+
24
+
25
+ <template #label>
26
+ <slot name="label"></slot>
27
+ </template>
28
+
29
+ <template #prefixIcon>
30
+ <slot name="prefixIcon"></slot>
31
+ </template>
32
+
33
+
34
+ <template #suffix>
35
+ <slot name="suffix"></slot>
36
+ </template>
37
+
38
+
39
+ <template #suffixIcon>
40
+ <slot name="suffixIcon"></slot>
41
+ </template>
42
+
43
+
44
+ <template #tips>
45
+ <slot name="tips"></slot>
46
+ </template>
47
+
48
+
49
+ </Input>
50
+ </template>
51
+ <script>
52
+
53
+
54
+ export default {
55
+ name: "tInput",
56
+ data() {
57
+ return {}
58
+ },
59
+ props: {
60
+ value: {
61
+ type: String,
62
+ },
63
+ },
64
+ components: {},
65
+ created() {
66
+ },
67
+ computed: {
68
+ module: {
69
+ set(val) {
70
+ this.$emit('input', val);
71
+ },
72
+ get() {
73
+ return this.$props.value;
74
+ }
75
+ },
76
+ _readonly: {
77
+ get() {
78
+ return !!(this.$attrs.disabled || this.$attrs.readonly);
79
+ }
80
+ },
81
+ _disabled: {
82
+ get() {
83
+ return false;
84
+ }
85
+ }
86
+
87
+ },
88
+ methods: {
89
+ onBlur(event) {
90
+ this.$emit('blur', event);
91
+ },
92
+ onChange(event) {
93
+ this.$emit('change', event);
94
+ },
95
+ onConfirm(event) {
96
+ this.$emit('confirm', event);
97
+ },
98
+ onFocus(event) {
99
+ this.$emit('focus', event);
100
+ },
101
+ onInput(event) {
102
+ this.$emit('input', event);
103
+ },
104
+ onPick(event) {
105
+ this.$emit('pick', event);
106
+ },
107
+ onClear(event) {
108
+ this.$emit('clear', event);
109
+ },
110
+ onClick(event) {
111
+ this.$emit('click', event);
112
+ },
113
+ onEnter(event) {
114
+ this.$emit('enter', event);
115
+ },
116
+ onKeydown(event) {
117
+ this.$emit('keydown', event);
118
+ },
119
+ onKeypress(event) {
120
+ this.$emit('keypress', event);
121
+ },
122
+ onKeyup(event) {
123
+ this.$emit('keyup', event);
124
+ },
125
+ onMouseenter(event) {
126
+ this.$emit('mouseenter', event);
127
+ },
128
+ onMouseleave(event) {
129
+ this.$emit('mouseleave', event);
130
+ },
131
+ onPaste(event) {
132
+ this.$emit('paste', event);
133
+ },
134
+ onValidate(event) {
135
+ this.$emit('validate', event);
136
+ },
137
+ onWheel(event) {
138
+ this.$emit('wheel', event);
139
+ }
140
+ }
141
+ }
142
+ </script>
143
+
144
+ <style scoped lang="less">
145
+ /deep/.t-input.t-is-readonly .t-input__inner{
146
+ cursor: not-allowed !important;
147
+ }
148
+
149
149
  </style>
@@ -1,6 +1,6 @@
1
- import tInputNumber from "./tInputNumber.vue";
2
-
3
- tInputNumber.install = function (Vue) {
4
- Vue.component(tInputNumber.name, tInputNumber)
5
- }
1
+ import tInputNumber from "./tInputNumber.vue";
2
+
3
+ tInputNumber.install = function (Vue) {
4
+ Vue.component(tInputNumber.name, tInputNumber)
5
+ }
6
6
  export default tInputNumber
@@ -1,104 +1,104 @@
1
- <template>
2
-
3
- <input-number v-model="module"
4
- v-bind="$attrs"
5
- @blur="onBlur"
6
- @change="onChange"
7
- @focus="onFocus"
8
- @enter="onEnter"
9
- @keydown="onKeydown"
10
- @keypress="onKeypress"
11
- @keyup="onKeyup"
12
- @validate="onValidate"
13
- :readonly="_readonly"
14
- :disabled="_disabled"
15
- >
16
- <template #label>
17
- <slot name="label"></slot>
18
- </template>
19
-
20
- <template #suffix>
21
- <slot name="suffix"></slot>
22
- </template>
23
-
24
- <template #tips>
25
- <slot name="tips"></slot>
26
- </template>
27
-
28
- </input-number>
29
- </template>
30
- <script>
31
-
32
-
33
- export default {
34
- name: "tInputNumber",
35
- data() {
36
- return {}
37
- },
38
- props: {
39
- value: {
40
- type: String,
41
- },
42
- },
43
- components: {},
44
- created() {
45
- },
46
- computed: {
47
- module: {
48
- set(val) {
49
- this.$emit('input', val);
50
- },
51
- get() {
52
- return this.$props.value;
53
- }
54
- },
55
- _readonly: {
56
- get() {
57
- return !!(this.$attrs.disabled || this.$attrs.readonly);
58
- }
59
- },
60
- _disabled: {
61
- get() {
62
- return false;
63
- }
64
- }
65
-
66
- },
67
- methods: {
68
- onBlur(event) {
69
- this.$emit('blur', event);
70
- },
71
- onChange(event) {
72
- this.$emit('change', event);
73
- },
74
- onConfirm(event) {
75
- this.$emit('confirm', event);
76
- },
77
- onFocus(event) {
78
- this.$emit('focus', event);
79
- },
80
- onEnter(event) {
81
- this.$emit('enter', event);
82
- },
83
- onKeydown(event) {
84
- this.$emit('keydown', event);
85
- },
86
- onKeypress(event) {
87
- this.$emit('keypress', event);
88
- },
89
- onKeyup(event) {
90
- this.$emit('keyup', event);
91
- },
92
- onValidate(event) {
93
- this.$emit('validate', event);
94
- },
95
- }
96
- }
97
- </script>
98
-
99
- <style scoped lang="less">
100
- /deep/.t-input.t-is-readonly .t-input__inner{
101
- cursor: not-allowed !important;
102
- }
103
-
1
+ <template>
2
+
3
+ <input-number v-model="module"
4
+ v-bind="$attrs"
5
+ @blur="onBlur"
6
+ @change="onChange"
7
+ @focus="onFocus"
8
+ @enter="onEnter"
9
+ @keydown="onKeydown"
10
+ @keypress="onKeypress"
11
+ @keyup="onKeyup"
12
+ @validate="onValidate"
13
+ :readonly="_readonly"
14
+ :disabled="_disabled"
15
+ >
16
+ <template #label>
17
+ <slot name="label"></slot>
18
+ </template>
19
+
20
+ <template #suffix>
21
+ <slot name="suffix"></slot>
22
+ </template>
23
+
24
+ <template #tips>
25
+ <slot name="tips"></slot>
26
+ </template>
27
+
28
+ </input-number>
29
+ </template>
30
+ <script>
31
+
32
+
33
+ export default {
34
+ name: "tInputNumber",
35
+ data() {
36
+ return {}
37
+ },
38
+ props: {
39
+ value: {
40
+ type: String,
41
+ },
42
+ },
43
+ components: {},
44
+ created() {
45
+ },
46
+ computed: {
47
+ module: {
48
+ set(val) {
49
+ this.$emit('input', val);
50
+ },
51
+ get() {
52
+ return this.$props.value;
53
+ }
54
+ },
55
+ _readonly: {
56
+ get() {
57
+ return !!(this.$attrs.disabled || this.$attrs.readonly);
58
+ }
59
+ },
60
+ _disabled: {
61
+ get() {
62
+ return false;
63
+ }
64
+ }
65
+
66
+ },
67
+ methods: {
68
+ onBlur(event) {
69
+ this.$emit('blur', event);
70
+ },
71
+ onChange(event) {
72
+ this.$emit('change', event);
73
+ },
74
+ onConfirm(event) {
75
+ this.$emit('confirm', event);
76
+ },
77
+ onFocus(event) {
78
+ this.$emit('focus', event);
79
+ },
80
+ onEnter(event) {
81
+ this.$emit('enter', event);
82
+ },
83
+ onKeydown(event) {
84
+ this.$emit('keydown', event);
85
+ },
86
+ onKeypress(event) {
87
+ this.$emit('keypress', event);
88
+ },
89
+ onKeyup(event) {
90
+ this.$emit('keyup', event);
91
+ },
92
+ onValidate(event) {
93
+ this.$emit('validate', event);
94
+ },
95
+ }
96
+ }
97
+ </script>
98
+
99
+ <style scoped lang="less">
100
+ /deep/.t-input.t-is-readonly .t-input__inner{
101
+ cursor: not-allowed !important;
102
+ }
103
+
104
104
  </style>