@expcat/tigercat-vue 0.4.0 → 0.4.2
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/{chunk-ZTJTIQZY.mjs → chunk-DEFEAEYE.mjs} +126 -6
- package/dist/{chunk-KUJ75OHX.js → chunk-ESALMEHU.js} +10 -9
- package/dist/{chunk-KVZLGW45.js → chunk-ETTYERGO.js} +14 -5
- package/dist/chunk-HK2TAPQX.js +334 -0
- package/dist/{chunk-YZK2HXRT.js → chunk-LGRUMMOG.js} +2 -2
- package/dist/chunk-LW3LFCRZ.mjs +331 -0
- package/dist/{chunk-ND4XDRYR.mjs → chunk-TCJBN2DA.mjs} +1 -1
- package/dist/{chunk-7FCHU5KV.mjs → chunk-TTDBR2B4.mjs} +11 -10
- package/dist/{chunk-RKPYLBPU.mjs → chunk-WM4ESIHG.mjs} +15 -6
- package/dist/{chunk-3PQIZBT5.js → chunk-WV3Y45YK.js} +125 -5
- package/dist/components/ActivityFeed.d.mts +1 -1
- package/dist/components/ActivityFeed.d.ts +1 -1
- package/dist/components/ActivityFeed.js +4 -4
- package/dist/components/ActivityFeed.mjs +2 -2
- package/dist/components/Alert.d.mts +1 -1
- package/dist/components/Alert.d.ts +1 -1
- package/dist/components/Anchor.d.mts +5 -5
- package/dist/components/Anchor.d.ts +5 -5
- package/dist/components/AnchorLink.d.mts +1 -1
- package/dist/components/AnchorLink.d.ts +1 -1
- package/dist/components/Avatar.d.mts +2 -2
- package/dist/components/Avatar.d.ts +2 -2
- package/dist/components/BackTop.d.mts +1 -1
- package/dist/components/BackTop.d.ts +1 -1
- package/dist/components/Badge.d.mts +1 -1
- package/dist/components/Badge.d.ts +1 -1
- package/dist/components/Breadcrumb.d.mts +1 -1
- package/dist/components/Breadcrumb.d.ts +1 -1
- package/dist/components/BreadcrumbItem.d.mts +1 -1
- package/dist/components/BreadcrumbItem.d.ts +1 -1
- package/dist/components/Button.d.mts +2 -2
- package/dist/components/Button.d.ts +2 -2
- package/dist/components/Card.d.mts +1 -1
- package/dist/components/Card.d.ts +1 -1
- package/dist/components/Carousel.d.mts +2 -2
- package/dist/components/Carousel.d.ts +2 -2
- package/dist/components/ChartAxis.d.mts +1 -1
- package/dist/components/ChartAxis.d.ts +1 -1
- package/dist/components/ChartGrid.d.mts +2 -2
- package/dist/components/ChartGrid.d.ts +2 -2
- package/dist/components/ChartTooltip.d.mts +1 -1
- package/dist/components/ChartTooltip.d.ts +1 -1
- package/dist/components/ChatWindow.d.mts +1 -1
- package/dist/components/ChatWindow.d.ts +1 -1
- package/dist/components/Code.d.mts +1 -1
- package/dist/components/Code.d.ts +1 -1
- package/dist/components/Collapse.d.mts +3 -3
- package/dist/components/Collapse.d.ts +3 -3
- package/dist/components/CollapsePanel.d.mts +2 -2
- package/dist/components/CollapsePanel.d.ts +2 -2
- package/dist/components/CommentThread.d.mts +1 -1
- package/dist/components/CommentThread.d.ts +1 -1
- package/dist/components/Content.d.mts +1 -1
- package/dist/components/Content.d.ts +1 -1
- package/dist/components/CropUpload.d.mts +1 -1
- package/dist/components/CropUpload.d.ts +1 -1
- package/dist/components/DataTableWithToolbar.d.mts +3 -3
- package/dist/components/DataTableWithToolbar.d.ts +3 -3
- package/dist/components/DataTableWithToolbar.js +4 -4
- package/dist/components/DataTableWithToolbar.mjs +2 -2
- package/dist/components/DatePicker.d.mts +1 -1
- package/dist/components/DatePicker.d.ts +1 -1
- package/dist/components/Descriptions.d.mts +1 -1
- package/dist/components/Descriptions.d.ts +1 -1
- package/dist/components/Drawer.d.mts +3 -3
- package/dist/components/Drawer.d.ts +3 -3
- package/dist/components/Dropdown.d.mts +1 -1
- package/dist/components/Dropdown.d.ts +1 -1
- package/dist/components/DropdownItem.d.mts +1 -1
- package/dist/components/DropdownItem.d.ts +1 -1
- package/dist/components/DropdownMenu.d.mts +1 -1
- package/dist/components/DropdownMenu.d.ts +1 -1
- package/dist/components/Footer.d.mts +1 -1
- package/dist/components/Footer.d.ts +1 -1
- package/dist/components/FormWizard.d.mts +3 -3
- package/dist/components/FormWizard.d.ts +3 -3
- package/dist/components/Header.d.mts +1 -1
- package/dist/components/Header.d.ts +1 -1
- package/dist/components/Image.d.mts +1 -1
- package/dist/components/Image.d.ts +1 -1
- package/dist/components/ImageCropper.d.mts +1 -1
- package/dist/components/ImageCropper.d.ts +1 -1
- package/dist/components/Input.d.mts +1 -1
- package/dist/components/Input.d.ts +1 -1
- package/dist/components/InputNumber.d.mts +170 -0
- package/dist/components/InputNumber.d.ts +170 -0
- package/dist/components/InputNumber.js +17 -0
- package/dist/components/InputNumber.mjs +2 -0
- package/dist/components/Layout.d.mts +1 -1
- package/dist/components/Layout.d.ts +1 -1
- package/dist/components/List.d.mts +2 -2
- package/dist/components/List.d.ts +2 -2
- package/dist/components/Loading.d.mts +2 -2
- package/dist/components/Loading.d.ts +2 -2
- package/dist/components/Menu.d.mts +1 -1
- package/dist/components/Menu.d.ts +1 -1
- package/dist/components/MenuItem.d.mts +1 -1
- package/dist/components/MenuItem.d.ts +1 -1
- package/dist/components/MenuItemGroup.d.mts +1 -1
- package/dist/components/MenuItemGroup.d.ts +1 -1
- package/dist/components/Modal.d.mts +3 -3
- package/dist/components/Modal.d.ts +3 -3
- package/dist/components/NotificationCenter.d.mts +1 -1
- package/dist/components/NotificationCenter.d.ts +1 -1
- package/dist/components/Pagination.d.mts +2 -2
- package/dist/components/Pagination.d.ts +2 -2
- package/dist/components/Popconfirm.d.mts +1 -1
- package/dist/components/Popconfirm.d.ts +1 -1
- package/dist/components/Popover.d.mts +3 -3
- package/dist/components/Popover.d.ts +3 -3
- package/dist/components/Progress.d.mts +4 -4
- package/dist/components/Progress.d.ts +4 -4
- package/dist/components/Select.d.mts +1 -1
- package/dist/components/Select.d.ts +1 -1
- package/dist/components/Sidebar.d.mts +21 -1
- package/dist/components/Sidebar.d.ts +21 -1
- package/dist/components/Sidebar.js +3 -3
- package/dist/components/Sidebar.mjs +1 -1
- package/dist/components/Skeleton.d.mts +1 -1
- package/dist/components/Skeleton.d.ts +1 -1
- package/dist/components/Slider.d.mts +1 -1
- package/dist/components/Slider.d.ts +1 -1
- package/dist/components/Space.d.mts +1 -1
- package/dist/components/Space.d.ts +1 -1
- package/dist/components/Steps.d.mts +2 -2
- package/dist/components/Steps.d.ts +2 -2
- package/dist/components/StepsItem.d.mts +1 -1
- package/dist/components/StepsItem.d.ts +1 -1
- package/dist/components/SubMenu.d.mts +1 -1
- package/dist/components/SubMenu.d.ts +1 -1
- package/dist/components/SubMenu.js +3 -3
- package/dist/components/SubMenu.mjs +1 -1
- package/dist/components/TabPane.d.mts +1 -1
- package/dist/components/TabPane.d.ts +1 -1
- package/dist/components/Table.d.mts +16 -2
- package/dist/components/Table.d.ts +16 -2
- package/dist/components/Table.js +3 -3
- package/dist/components/Table.mjs +1 -1
- package/dist/components/Tabs.d.mts +1 -1
- package/dist/components/Tabs.d.ts +1 -1
- package/dist/components/Tag.d.mts +1 -1
- package/dist/components/Tag.d.ts +1 -1
- package/dist/components/TaskBoard.d.mts +2 -2
- package/dist/components/TaskBoard.d.ts +2 -2
- package/dist/components/Textarea.d.mts +1 -1
- package/dist/components/Textarea.d.ts +1 -1
- package/dist/components/TimePicker.d.mts +2 -2
- package/dist/components/TimePicker.d.ts +2 -2
- package/dist/components/Timeline.d.mts +2 -2
- package/dist/components/Timeline.d.ts +2 -2
- package/dist/components/Tooltip.d.mts +1 -1
- package/dist/components/Tooltip.d.ts +1 -1
- package/dist/components/Upload.d.mts +3 -3
- package/dist/components/Upload.d.ts +3 -3
- package/dist/index.d.mts +1 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.js +45 -40
- package/dist/index.mjs +12 -11
- package/package.json +2 -2
- package/dist/{chunk-NGW5UMAN.js → chunk-EBTLMVDJ.js} +1 -1
- package/dist/{chunk-D7VMY6WX.mjs → chunk-RVEEEDJQ.mjs} +1 -1
|
@@ -286,8 +286,8 @@ declare const Upload: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
|
286
286
|
default: undefined;
|
|
287
287
|
};
|
|
288
288
|
}>> & Readonly<{
|
|
289
|
-
onChange?: ((_file: UploadFile, _fileList: UploadFile[]) => any) | undefined;
|
|
290
289
|
onProgress?: ((progress: number, _file: UploadFile) => any) | undefined;
|
|
290
|
+
onChange?: ((_file: UploadFile, _fileList: UploadFile[]) => any) | undefined;
|
|
291
291
|
onError?: ((error: Error, _file: UploadFile) => any) | undefined;
|
|
292
292
|
onSuccess?: ((_response: unknown, _file: UploadFile) => any) | undefined;
|
|
293
293
|
"onUpdate:file-list"?: ((files: UploadFile[]) => any) | undefined;
|
|
@@ -295,11 +295,11 @@ declare const Upload: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
|
295
295
|
onPreview?: ((_file: UploadFile) => any) | undefined;
|
|
296
296
|
onExceed?: ((files: File[], fileList: UploadFile[]) => any) | undefined;
|
|
297
297
|
}>, {
|
|
298
|
-
|
|
298
|
+
locale: Partial<TigerLocale>;
|
|
299
299
|
style: Record<string, string | number>;
|
|
300
300
|
drag: boolean;
|
|
301
|
-
locale: Partial<TigerLocale>;
|
|
302
301
|
disabled: boolean;
|
|
302
|
+
className: string;
|
|
303
303
|
multiple: boolean;
|
|
304
304
|
labels: Partial<UploadLabels>;
|
|
305
305
|
listType: UploadListType;
|
package/dist/index.d.mts
CHANGED
|
@@ -12,6 +12,7 @@ export { default as Radio, VueRadioProps } from './components/Radio.mjs';
|
|
|
12
12
|
export { default as RadioGroup, VueRadioGroupProps } from './components/RadioGroup.mjs';
|
|
13
13
|
export { default as Textarea, VueTextareaProps } from './components/Textarea.mjs';
|
|
14
14
|
export { default as Input, VueInputProps } from './components/Input.mjs';
|
|
15
|
+
export { default as InputNumber, VueInputNumberProps } from './components/InputNumber.mjs';
|
|
15
16
|
export { default as Form } from './components/Form.mjs';
|
|
16
17
|
export { default as FormItem } from './components/FormItem.mjs';
|
|
17
18
|
export { default as Space, VueSpaceProps } from './components/Space.mjs';
|
package/dist/index.d.ts
CHANGED
|
@@ -12,6 +12,7 @@ export { default as Radio, VueRadioProps } from './components/Radio.js';
|
|
|
12
12
|
export { default as RadioGroup, VueRadioGroupProps } from './components/RadioGroup.js';
|
|
13
13
|
export { default as Textarea, VueTextareaProps } from './components/Textarea.js';
|
|
14
14
|
export { default as Input, VueInputProps } from './components/Input.js';
|
|
15
|
+
export { default as InputNumber, VueInputNumberProps } from './components/InputNumber.js';
|
|
15
16
|
export { default as Form } from './components/Form.js';
|
|
16
17
|
export { default as FormItem } from './components/FormItem.js';
|
|
17
18
|
export { default as Space, VueSpaceProps } from './components/Space.js';
|
package/dist/index.js
CHANGED
|
@@ -1,17 +1,20 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
+
var chunkB6ER2B2D_js = require('./chunk-B6ER2B2D.js');
|
|
3
4
|
var chunkYQGKXFV5_js = require('./chunk-YQGKXFV5.js');
|
|
4
5
|
var chunkUWVUDZVA_js = require('./chunk-UWVUDZVA.js');
|
|
5
6
|
var chunkTQOMX62N_js = require('./chunk-TQOMX62N.js');
|
|
6
7
|
var chunkXEU42TLP_js = require('./chunk-XEU42TLP.js');
|
|
7
|
-
var
|
|
8
|
-
var
|
|
8
|
+
var chunkZNVQ2OFX_js = require('./chunk-ZNVQ2OFX.js');
|
|
9
|
+
var chunkESALMEHU_js = require('./chunk-ESALMEHU.js');
|
|
9
10
|
var chunkLAAPLTP3_js = require('./chunk-LAAPLTP3.js');
|
|
11
|
+
var chunk3QV2D54H_js = require('./chunk-3QV2D54H.js');
|
|
12
|
+
var chunkFC7RXQTM_js = require('./chunk-FC7RXQTM.js');
|
|
10
13
|
var chunkOO5UMN5M_js = require('./chunk-OO5UMN5M.js');
|
|
11
|
-
var
|
|
14
|
+
var chunkETTYERGO_js = require('./chunk-ETTYERGO.js');
|
|
12
15
|
var chunkT4DF24UV_js = require('./chunk-T4DF24UV.js');
|
|
13
16
|
var chunkSLYUQ67P_js = require('./chunk-SLYUQ67P.js');
|
|
14
|
-
var
|
|
17
|
+
var chunkROKUXJBS_js = require('./chunk-ROKUXJBS.js');
|
|
15
18
|
var chunkEAMHOEAJ_js = require('./chunk-EAMHOEAJ.js');
|
|
16
19
|
var chunk7TGLZQV5_js = require('./chunk-7TGLZQV5.js');
|
|
17
20
|
var chunkCEAMHLIL_js = require('./chunk-CEAMHLIL.js');
|
|
@@ -20,17 +23,15 @@ var chunk3WM7WK7E_js = require('./chunk-3WM7WK7E.js');
|
|
|
20
23
|
require('./chunk-BFNHRBWN.js');
|
|
21
24
|
var chunkQY6PYAJA_js = require('./chunk-QY6PYAJA.js');
|
|
22
25
|
var chunkR7S7O3YU_js = require('./chunk-R7S7O3YU.js');
|
|
23
|
-
var chunk3QV2D54H_js = require('./chunk-3QV2D54H.js');
|
|
24
|
-
var chunkFC7RXQTM_js = require('./chunk-FC7RXQTM.js');
|
|
25
26
|
var chunkF5AI7CPC_js = require('./chunk-F5AI7CPC.js');
|
|
26
27
|
var chunkPICYE2CM_js = require('./chunk-PICYE2CM.js');
|
|
27
28
|
var chunkO2SABM5H_js = require('./chunk-O2SABM5H.js');
|
|
28
29
|
var chunkGLW3P75K_js = require('./chunk-GLW3P75K.js');
|
|
29
30
|
var chunkUKJSG75K_js = require('./chunk-UKJSG75K.js');
|
|
30
|
-
var chunkROKUXJBS_js = require('./chunk-ROKUXJBS.js');
|
|
31
31
|
var chunkK6HDRMPN_js = require('./chunk-K6HDRMPN.js');
|
|
32
32
|
var chunkLNWRZKX2_js = require('./chunk-LNWRZKX2.js');
|
|
33
33
|
var chunk7AFJ7TKW_js = require('./chunk-7AFJ7TKW.js');
|
|
34
|
+
var chunkHK2TAPQX_js = require('./chunk-HK2TAPQX.js');
|
|
34
35
|
var chunkTLXEFLPA_js = require('./chunk-TLXEFLPA.js');
|
|
35
36
|
var chunkGCKACSWD_js = require('./chunk-GCKACSWD.js');
|
|
36
37
|
var chunkN3T6BQGK_js = require('./chunk-N3T6BQGK.js');
|
|
@@ -45,8 +46,8 @@ var chunkRY2I56HB_js = require('./chunk-RY2I56HB.js');
|
|
|
45
46
|
var chunkGNKXBRXH_js = require('./chunk-GNKXBRXH.js');
|
|
46
47
|
var chunkW36SYMVH_js = require('./chunk-W36SYMVH.js');
|
|
47
48
|
var chunkK2U3FEL7_js = require('./chunk-K2U3FEL7.js');
|
|
48
|
-
var
|
|
49
|
-
var
|
|
49
|
+
var chunkLGRUMMOG_js = require('./chunk-LGRUMMOG.js');
|
|
50
|
+
var chunkWV3Y45YK_js = require('./chunk-WV3Y45YK.js');
|
|
50
51
|
var chunkHNQZ5JRB_js = require('./chunk-HNQZ5JRB.js');
|
|
51
52
|
var chunkAGAJJYP2_js = require('./chunk-AGAJJYP2.js');
|
|
52
53
|
var chunkZZ5LMO3X_js = require('./chunk-ZZ5LMO3X.js');
|
|
@@ -78,10 +79,10 @@ var chunkPCGHIFIJ_js = require('./chunk-PCGHIFIJ.js');
|
|
|
78
79
|
var chunkVTLTKTCK_js = require('./chunk-VTLTKTCK.js');
|
|
79
80
|
var chunkDELTFEEJ_js = require('./chunk-DELTFEEJ.js');
|
|
80
81
|
var chunkXV5DEK27_js = require('./chunk-XV5DEK27.js');
|
|
81
|
-
var
|
|
82
|
+
var chunkEBTLMVDJ_js = require('./chunk-EBTLMVDJ.js');
|
|
82
83
|
var chunk27T3QDSF_js = require('./chunk-27T3QDSF.js');
|
|
83
|
-
var chunkDN5GU5PC_js = require('./chunk-DN5GU5PC.js');
|
|
84
84
|
var chunkZED7TU62_js = require('./chunk-ZED7TU62.js');
|
|
85
|
+
var chunkDN5GU5PC_js = require('./chunk-DN5GU5PC.js');
|
|
85
86
|
var chunk2KDSHEZT_js = require('./chunk-2KDSHEZT.js');
|
|
86
87
|
var chunkDUQ7Q2GO_js = require('./chunk-DUQ7Q2GO.js');
|
|
87
88
|
var chunkWEFQCJAG_js = require('./chunk-WEFQCJAG.js');
|
|
@@ -106,6 +107,10 @@ var tigercatCore = require('@expcat/tigercat-core');
|
|
|
106
107
|
chunk7AFJ7TKW_js.init_ImagePreview();
|
|
107
108
|
var version = "0.0.1";
|
|
108
109
|
|
|
110
|
+
Object.defineProperty(exports, "Upload", {
|
|
111
|
+
enumerable: true,
|
|
112
|
+
get: function () { return chunkB6ER2B2D_js.Upload; }
|
|
113
|
+
});
|
|
109
114
|
Object.defineProperty(exports, "TaskBoard", {
|
|
110
115
|
enumerable: true,
|
|
111
116
|
get: function () { return chunkYQGKXFV5_js.TaskBoard; }
|
|
@@ -122,25 +127,33 @@ Object.defineProperty(exports, "Tree", {
|
|
|
122
127
|
enumerable: true,
|
|
123
128
|
get: function () { return chunkXEU42TLP_js.Tree; }
|
|
124
129
|
});
|
|
125
|
-
Object.defineProperty(exports, "
|
|
130
|
+
Object.defineProperty(exports, "Space", {
|
|
126
131
|
enumerable: true,
|
|
127
|
-
get: function () { return
|
|
132
|
+
get: function () { return chunkZNVQ2OFX_js.Space; }
|
|
128
133
|
});
|
|
129
134
|
Object.defineProperty(exports, "SubMenu", {
|
|
130
135
|
enumerable: true,
|
|
131
|
-
get: function () { return
|
|
136
|
+
get: function () { return chunkESALMEHU_js.SubMenu; }
|
|
132
137
|
});
|
|
133
138
|
Object.defineProperty(exports, "Switch", {
|
|
134
139
|
enumerable: true,
|
|
135
140
|
get: function () { return chunkLAAPLTP3_js.Switch; }
|
|
136
141
|
});
|
|
142
|
+
Object.defineProperty(exports, "Radio", {
|
|
143
|
+
enumerable: true,
|
|
144
|
+
get: function () { return chunk3QV2D54H_js.Radio; }
|
|
145
|
+
});
|
|
146
|
+
Object.defineProperty(exports, "RadioGroup", {
|
|
147
|
+
enumerable: true,
|
|
148
|
+
get: function () { return chunkFC7RXQTM_js.RadioGroup; }
|
|
149
|
+
});
|
|
137
150
|
Object.defineProperty(exports, "ScatterChart", {
|
|
138
151
|
enumerable: true,
|
|
139
152
|
get: function () { return chunkOO5UMN5M_js.ScatterChart; }
|
|
140
153
|
});
|
|
141
154
|
Object.defineProperty(exports, "Sidebar", {
|
|
142
155
|
enumerable: true,
|
|
143
|
-
get: function () { return
|
|
156
|
+
get: function () { return chunkETTYERGO_js.Sidebar; }
|
|
144
157
|
});
|
|
145
158
|
Object.defineProperty(exports, "Skeleton", {
|
|
146
159
|
enumerable: true,
|
|
@@ -150,9 +163,13 @@ Object.defineProperty(exports, "Slider", {
|
|
|
150
163
|
enumerable: true,
|
|
151
164
|
get: function () { return chunkSLYUQ67P_js.Slider; }
|
|
152
165
|
});
|
|
153
|
-
Object.defineProperty(exports, "
|
|
166
|
+
Object.defineProperty(exports, "NotificationContainer", {
|
|
154
167
|
enumerable: true,
|
|
155
|
-
get: function () { return
|
|
168
|
+
get: function () { return chunkROKUXJBS_js.NotificationContainer; }
|
|
169
|
+
});
|
|
170
|
+
Object.defineProperty(exports, "notification", {
|
|
171
|
+
enumerable: true,
|
|
172
|
+
get: function () { return chunkROKUXJBS_js.notification; }
|
|
156
173
|
});
|
|
157
174
|
Object.defineProperty(exports, "NotificationCenter", {
|
|
158
175
|
enumerable: true,
|
|
@@ -182,14 +199,6 @@ Object.defineProperty(exports, "RadarChart", {
|
|
|
182
199
|
enumerable: true,
|
|
183
200
|
get: function () { return chunkR7S7O3YU_js.RadarChart; }
|
|
184
201
|
});
|
|
185
|
-
Object.defineProperty(exports, "Radio", {
|
|
186
|
-
enumerable: true,
|
|
187
|
-
get: function () { return chunk3QV2D54H_js.Radio; }
|
|
188
|
-
});
|
|
189
|
-
Object.defineProperty(exports, "RadioGroup", {
|
|
190
|
-
enumerable: true,
|
|
191
|
-
get: function () { return chunkFC7RXQTM_js.RadioGroup; }
|
|
192
|
-
});
|
|
193
202
|
Object.defineProperty(exports, "List", {
|
|
194
203
|
enumerable: true,
|
|
195
204
|
get: function () { return chunkF5AI7CPC_js.List; }
|
|
@@ -214,14 +223,6 @@ Object.defineProperty(exports, "MessageContainer", {
|
|
|
214
223
|
enumerable: true,
|
|
215
224
|
get: function () { return chunkUKJSG75K_js.MessageContainer; }
|
|
216
225
|
});
|
|
217
|
-
Object.defineProperty(exports, "NotificationContainer", {
|
|
218
|
-
enumerable: true,
|
|
219
|
-
get: function () { return chunkROKUXJBS_js.NotificationContainer; }
|
|
220
|
-
});
|
|
221
|
-
Object.defineProperty(exports, "notification", {
|
|
222
|
-
enumerable: true,
|
|
223
|
-
get: function () { return chunkROKUXJBS_js.notification; }
|
|
224
|
-
});
|
|
225
226
|
Object.defineProperty(exports, "Image", {
|
|
226
227
|
enumerable: true,
|
|
227
228
|
get: function () { return chunkK6HDRMPN_js.Image; }
|
|
@@ -234,6 +235,10 @@ Object.defineProperty(exports, "ImagePreview", {
|
|
|
234
235
|
enumerable: true,
|
|
235
236
|
get: function () { return chunk7AFJ7TKW_js.ImagePreview; }
|
|
236
237
|
});
|
|
238
|
+
Object.defineProperty(exports, "InputNumber", {
|
|
239
|
+
enumerable: true,
|
|
240
|
+
get: function () { return chunkHK2TAPQX_js.InputNumber; }
|
|
241
|
+
});
|
|
237
242
|
Object.defineProperty(exports, "Layout", {
|
|
238
243
|
enumerable: true,
|
|
239
244
|
get: function () { return chunkTLXEFLPA_js.Layout; }
|
|
@@ -292,11 +297,11 @@ Object.defineProperty(exports, "ImageCropper", {
|
|
|
292
297
|
});
|
|
293
298
|
Object.defineProperty(exports, "DataTableWithToolbar", {
|
|
294
299
|
enumerable: true,
|
|
295
|
-
get: function () { return
|
|
300
|
+
get: function () { return chunkLGRUMMOG_js.DataTableWithToolbar; }
|
|
296
301
|
});
|
|
297
302
|
Object.defineProperty(exports, "Table", {
|
|
298
303
|
enumerable: true,
|
|
299
|
-
get: function () { return
|
|
304
|
+
get: function () { return chunkWV3Y45YK_js.Table; }
|
|
300
305
|
});
|
|
301
306
|
Object.defineProperty(exports, "Select", {
|
|
302
307
|
enumerable: true,
|
|
@@ -424,20 +429,20 @@ Object.defineProperty(exports, "Carousel", {
|
|
|
424
429
|
});
|
|
425
430
|
Object.defineProperty(exports, "ActivityFeed", {
|
|
426
431
|
enumerable: true,
|
|
427
|
-
get: function () { return
|
|
432
|
+
get: function () { return chunkEBTLMVDJ_js.ActivityFeed; }
|
|
428
433
|
});
|
|
429
434
|
Object.defineProperty(exports, "Timeline", {
|
|
430
435
|
enumerable: true,
|
|
431
436
|
get: function () { return chunk27T3QDSF_js.Timeline; }
|
|
432
437
|
});
|
|
433
|
-
Object.defineProperty(exports, "Loading", {
|
|
434
|
-
enumerable: true,
|
|
435
|
-
get: function () { return chunkDN5GU5PC_js.Loading; }
|
|
436
|
-
});
|
|
437
438
|
Object.defineProperty(exports, "Link", {
|
|
438
439
|
enumerable: true,
|
|
439
440
|
get: function () { return chunkZED7TU62_js.Link; }
|
|
440
441
|
});
|
|
442
|
+
Object.defineProperty(exports, "Loading", {
|
|
443
|
+
enumerable: true,
|
|
444
|
+
get: function () { return chunkDN5GU5PC_js.Loading; }
|
|
445
|
+
});
|
|
441
446
|
Object.defineProperty(exports, "Tag", {
|
|
442
447
|
enumerable: true,
|
|
443
448
|
get: function () { return chunk2KDSHEZT_js.Tag; }
|
package/dist/index.mjs
CHANGED
|
@@ -1,15 +1,18 @@
|
|
|
1
|
+
export { Upload } from './chunk-WMM3FR3W.mjs';
|
|
1
2
|
export { TaskBoard } from './chunk-HFBRO2IF.mjs';
|
|
2
3
|
export { TimePicker } from './chunk-NV6GZPJP.mjs';
|
|
3
4
|
export { Tooltip } from './chunk-YCI7GRQY.mjs';
|
|
4
5
|
export { Tree } from './chunk-MJ7RGL34.mjs';
|
|
5
|
-
export {
|
|
6
|
-
export { SubMenu } from './chunk-
|
|
6
|
+
export { Space } from './chunk-M7EBWJZ5.mjs';
|
|
7
|
+
export { SubMenu } from './chunk-TTDBR2B4.mjs';
|
|
7
8
|
export { Switch } from './chunk-XYYZAQ6Z.mjs';
|
|
9
|
+
export { Radio } from './chunk-YZP4K6KI.mjs';
|
|
10
|
+
export { RadioGroup } from './chunk-Y4V7BOVR.mjs';
|
|
8
11
|
export { ScatterChart } from './chunk-ZLYXAZUY.mjs';
|
|
9
|
-
export { Sidebar } from './chunk-
|
|
12
|
+
export { Sidebar } from './chunk-WM4ESIHG.mjs';
|
|
10
13
|
export { Skeleton } from './chunk-YEHKQ3JZ.mjs';
|
|
11
14
|
export { Slider } from './chunk-2R5HISQA.mjs';
|
|
12
|
-
export {
|
|
15
|
+
export { NotificationContainer, notification } from './chunk-R7DMRLHV.mjs';
|
|
13
16
|
export { NotificationCenter } from './chunk-AO4QQVBB.mjs';
|
|
14
17
|
export { TabPane } from './chunk-37WD7WPC.mjs';
|
|
15
18
|
export { Tabs } from './chunk-U7MDGSCQ.mjs';
|
|
@@ -18,18 +21,16 @@ export { Popover } from './chunk-3ZHQJ4W6.mjs';
|
|
|
18
21
|
import './chunk-WIPPSHI6.mjs';
|
|
19
22
|
export { Progress } from './chunk-7LUATGJU.mjs';
|
|
20
23
|
export { RadarChart } from './chunk-IIU6FINW.mjs';
|
|
21
|
-
export { Radio } from './chunk-YZP4K6KI.mjs';
|
|
22
|
-
export { RadioGroup } from './chunk-Y4V7BOVR.mjs';
|
|
23
24
|
export { List } from './chunk-EVOLGCGW.mjs';
|
|
24
25
|
export { MenuItem } from './chunk-XCJONKFL.mjs';
|
|
25
26
|
export { Menu } from './chunk-3AM6WEUE.mjs';
|
|
26
27
|
export { MenuItemGroup } from './chunk-JHY57P4P.mjs';
|
|
27
28
|
export { Message, MessageContainer } from './chunk-W2OCMRRH.mjs';
|
|
28
|
-
export { NotificationContainer, notification } from './chunk-R7DMRLHV.mjs';
|
|
29
29
|
export { Image } from './chunk-MB7W46IY.mjs';
|
|
30
30
|
export { ImageGroup } from './chunk-LDCTSE6Y.mjs';
|
|
31
31
|
import { init_ImagePreview } from './chunk-MMQ34S5M.mjs';
|
|
32
32
|
export { ImagePreview } from './chunk-MMQ34S5M.mjs';
|
|
33
|
+
export { InputNumber } from './chunk-LW3LFCRZ.mjs';
|
|
33
34
|
export { Layout } from './chunk-PVPLDEC5.mjs';
|
|
34
35
|
export { LineChart } from './chunk-BS45PHVI.mjs';
|
|
35
36
|
export { DropdownItem } from './chunk-5BAN4GHQ.mjs';
|
|
@@ -44,8 +45,8 @@ export { Icon } from './chunk-WQXZ3234.mjs';
|
|
|
44
45
|
export { CropUpload } from './chunk-HTMTOXUO.mjs';
|
|
45
46
|
export { Modal } from './chunk-P47EXOAW.mjs';
|
|
46
47
|
export { ImageCropper } from './chunk-T77L326M.mjs';
|
|
47
|
-
export { DataTableWithToolbar } from './chunk-
|
|
48
|
-
export { Table } from './chunk-
|
|
48
|
+
export { DataTableWithToolbar } from './chunk-TCJBN2DA.mjs';
|
|
49
|
+
export { Table } from './chunk-DEFEAEYE.mjs';
|
|
49
50
|
export { Select } from './chunk-GALASVSG.mjs';
|
|
50
51
|
export { Pagination } from './chunk-NHCCPMLC.mjs';
|
|
51
52
|
export { DatePicker } from './chunk-327O6FN7.mjs';
|
|
@@ -77,10 +78,10 @@ export { BreadcrumbItem } from './chunk-TG4PXQKX.mjs';
|
|
|
77
78
|
export { Breadcrumb } from './chunk-U6WHPSWN.mjs';
|
|
78
79
|
export { Button } from './chunk-D6MR5YRE.mjs';
|
|
79
80
|
export { Carousel } from './chunk-FDYZ7NTQ.mjs';
|
|
80
|
-
export { ActivityFeed } from './chunk-
|
|
81
|
+
export { ActivityFeed } from './chunk-RVEEEDJQ.mjs';
|
|
81
82
|
export { Timeline } from './chunk-LBGTABIU.mjs';
|
|
82
|
-
export { Loading } from './chunk-Q6OYCTQO.mjs';
|
|
83
83
|
export { Link } from './chunk-4YHOD7LT.mjs';
|
|
84
|
+
export { Loading } from './chunk-Q6OYCTQO.mjs';
|
|
84
85
|
export { Tag } from './chunk-3G4VPV4D.mjs';
|
|
85
86
|
export { Text } from './chunk-6V7XCCXN.mjs';
|
|
86
87
|
export { Card } from './chunk-YXN3YY5Y.mjs';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@expcat/tigercat-vue",
|
|
3
|
-
"version": "0.4.
|
|
3
|
+
"version": "0.4.2",
|
|
4
4
|
"description": "Vue 3 components for Tigercat UI library",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": "Yizhe Wang",
|
|
@@ -43,7 +43,7 @@
|
|
|
43
43
|
"access": "public"
|
|
44
44
|
},
|
|
45
45
|
"dependencies": {
|
|
46
|
-
"@expcat/tigercat-core": "0.4.
|
|
46
|
+
"@expcat/tigercat-core": "0.4.2"
|
|
47
47
|
},
|
|
48
48
|
"devDependencies": {
|
|
49
49
|
"@types/node": "^25.0.3",
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
3
|
var chunk27T3QDSF_js = require('./chunk-27T3QDSF.js');
|
|
4
|
-
var chunkDN5GU5PC_js = require('./chunk-DN5GU5PC.js');
|
|
5
4
|
var chunkZED7TU62_js = require('./chunk-ZED7TU62.js');
|
|
5
|
+
var chunkDN5GU5PC_js = require('./chunk-DN5GU5PC.js');
|
|
6
6
|
var chunk2KDSHEZT_js = require('./chunk-2KDSHEZT.js');
|
|
7
7
|
var chunkDUQ7Q2GO_js = require('./chunk-DUQ7Q2GO.js');
|
|
8
8
|
var chunkWEFQCJAG_js = require('./chunk-WEFQCJAG.js');
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Timeline } from './chunk-LBGTABIU.mjs';
|
|
2
|
-
import { Loading } from './chunk-Q6OYCTQO.mjs';
|
|
3
2
|
import { Link } from './chunk-4YHOD7LT.mjs';
|
|
3
|
+
import { Loading } from './chunk-Q6OYCTQO.mjs';
|
|
4
4
|
import { Tag } from './chunk-3G4VPV4D.mjs';
|
|
5
5
|
import { Text } from './chunk-6V7XCCXN.mjs';
|
|
6
6
|
import { Card } from './chunk-YXN3YY5Y.mjs';
|