@expcat/tigercat-vue 1.2.37 → 1.2.39
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-WT3LV7OQ.mjs → chunk-3KIIMXJC.mjs} +1 -1
- package/dist/{chunk-PC2FNA4J.mjs → chunk-5BGVVVVD.mjs} +1 -1
- package/dist/{chunk-RRI3F52B.js → chunk-5BILS3SG.js} +268 -92
- package/dist/{chunk-W54LFA7A.mjs → chunk-5Z2OCSVJ.mjs} +268 -92
- package/dist/{chunk-U2PPTMQX.mjs → chunk-G7O3G2LI.mjs} +1 -1
- package/dist/{chunk-UJZPEXF5.mjs → chunk-JPZJZFC4.mjs} +17 -3
- package/dist/{chunk-3EVCDIZE.js → chunk-JT2ANXUR.js} +2 -2
- package/dist/{chunk-S3KTGULC.js → chunk-NNFDOVVA.js} +20 -6
- package/dist/{chunk-2HT6YGRY.js → chunk-O23S65U3.js} +60 -8
- package/dist/{chunk-ILTIUESE.mjs → chunk-OKBZKBFP.mjs} +60 -8
- package/dist/{chunk-6DYGPOYH.js → chunk-SSMSRTEQ.js} +2 -2
- package/dist/{chunk-HSMN5FWL.js → chunk-YCYS6LAQ.js} +2 -2
- package/dist/components/Alert.d.mts +1 -1
- package/dist/components/Alert.d.ts +1 -1
- package/dist/components/ChatWindow.js +3 -3
- package/dist/components/ChatWindow.mjs +2 -2
- package/dist/components/DataTableWithToolbar.d.mts +23 -3
- package/dist/components/DataTableWithToolbar.d.ts +23 -3
- package/dist/components/DataTableWithToolbar.js +8 -3
- package/dist/components/DataTableWithToolbar.mjs +7 -2
- package/dist/components/Empty.d.mts +1 -1
- package/dist/components/Empty.d.ts +1 -1
- package/dist/components/FormWizard.d.mts +1 -1
- package/dist/components/FormWizard.d.ts +1 -1
- package/dist/components/Menu.d.mts +1 -1
- package/dist/components/Menu.d.ts +1 -1
- package/dist/components/Pagination.d.mts +1 -1
- package/dist/components/Pagination.d.ts +1 -1
- package/dist/components/Popconfirm.d.mts +1 -1
- package/dist/components/Popconfirm.d.ts +1 -1
- package/dist/components/Popconfirm.js +3 -3
- package/dist/components/Popconfirm.mjs +2 -2
- package/dist/components/Popover.js +3 -3
- package/dist/components/Popover.mjs +2 -2
- package/dist/components/Steps.d.mts +1 -1
- package/dist/components/Steps.d.ts +1 -1
- package/dist/components/Table.d.mts +31 -3
- package/dist/components/Table.d.ts +31 -3
- package/dist/components/Table.js +8 -2
- package/dist/components/Table.mjs +7 -1
- package/dist/components/Tooltip.js +3 -3
- package/dist/components/Tooltip.mjs +2 -2
- package/dist/index.js +16 -16
- package/dist/index.mjs +16 -16
- package/package.json +2 -2
- package/dist/{chunk-S45NWVQS.mjs → chunk-6GPX4ONB.mjs} +3 -3
- package/dist/{chunk-VES3OJOP.js → chunk-YS6FW775.js} +2 -2
|
@@ -371,11 +371,11 @@ declare const Pagination: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
|
371
371
|
locale: TigerLocaleInput;
|
|
372
372
|
totalText: (total: number, range: [number, number]) => string;
|
|
373
373
|
labels: Partial<TigerLocalePagination>;
|
|
374
|
+
simple: boolean;
|
|
374
375
|
defaultCurrent: number;
|
|
375
376
|
defaultPageSize: number;
|
|
376
377
|
total: number;
|
|
377
378
|
current: number;
|
|
378
|
-
simple: boolean;
|
|
379
379
|
pageSize: number;
|
|
380
380
|
pageSizeOptions: PaginationPageSizeOptionItem[];
|
|
381
381
|
showQuickJumper: boolean;
|
|
@@ -163,9 +163,9 @@ declare const Popconfirm: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
|
163
163
|
icon: PopconfirmIconType;
|
|
164
164
|
open: boolean;
|
|
165
165
|
offset: number;
|
|
166
|
+
description: string;
|
|
166
167
|
showIcon: boolean;
|
|
167
168
|
placement: FloatingPlacement;
|
|
168
|
-
description: string;
|
|
169
169
|
defaultOpen: boolean;
|
|
170
170
|
okType: "primary" | "danger";
|
|
171
171
|
}, {}, {}, {}, string, vue.ComponentProvideOptions, true, {}, any>;
|
|
@@ -163,9 +163,9 @@ declare const Popconfirm: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
|
163
163
|
icon: PopconfirmIconType;
|
|
164
164
|
open: boolean;
|
|
165
165
|
offset: number;
|
|
166
|
+
description: string;
|
|
166
167
|
showIcon: boolean;
|
|
167
168
|
placement: FloatingPlacement;
|
|
168
|
-
description: string;
|
|
169
169
|
defaultOpen: boolean;
|
|
170
170
|
okType: "primary" | "danger";
|
|
171
171
|
}, {}, {}, {}, string, vue.ComponentProvideOptions, true, {}, any>;
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
3
|
|
|
4
|
-
var
|
|
5
|
-
require('../chunk-
|
|
4
|
+
var _chunkYCYS6LAQjs = require('../chunk-YCYS6LAQ.js');
|
|
5
|
+
require('../chunk-NNFDOVVA.js');
|
|
6
6
|
require('../chunk-EQW6IUHG.js');
|
|
7
7
|
|
|
8
8
|
|
|
9
9
|
|
|
10
|
-
exports.Popconfirm =
|
|
10
|
+
exports.Popconfirm = _chunkYCYS6LAQjs.Popconfirm; exports.default = _chunkYCYS6LAQjs.Popconfirm_default;
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
3
|
|
|
4
|
-
var
|
|
5
|
-
require('../chunk-
|
|
4
|
+
var _chunkSSMSRTEQjs = require('../chunk-SSMSRTEQ.js');
|
|
5
|
+
require('../chunk-NNFDOVVA.js');
|
|
6
6
|
require('../chunk-EQW6IUHG.js');
|
|
7
7
|
|
|
8
8
|
|
|
9
9
|
|
|
10
|
-
exports.Popover =
|
|
10
|
+
exports.Popover = _chunkSSMSRTEQjs.Popover; exports.default = _chunkSSMSRTEQjs.Popover_default;
|
|
@@ -290,8 +290,8 @@ declare const Steps: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
|
290
290
|
style: Record<string, unknown>;
|
|
291
291
|
direction: StepsDirection;
|
|
292
292
|
status: StepStatus;
|
|
293
|
-
current: number;
|
|
294
293
|
simple: boolean;
|
|
294
|
+
current: number;
|
|
295
295
|
clickable: boolean;
|
|
296
296
|
}, {}, {}, {}, string, vue.ComponentProvideOptions, true, {}, any>;
|
|
297
297
|
|
|
@@ -290,8 +290,8 @@ declare const Steps: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
|
290
290
|
style: Record<string, unknown>;
|
|
291
291
|
direction: StepsDirection;
|
|
292
292
|
status: StepStatus;
|
|
293
|
-
current: number;
|
|
294
293
|
simple: boolean;
|
|
294
|
+
current: number;
|
|
295
295
|
clickable: boolean;
|
|
296
296
|
}, {}, {}, {}, string, vue.ComponentProvideOptions, true, {}, any>;
|
|
297
297
|
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as _expcat_tigercat_core from '@expcat/tigercat-core';
|
|
2
|
-
import { TableColumn, SortState, TableSize, PaginationConfig, RowSelectionConfig, ExpandableConfig, TableResponsiveMode, TableCardBreakpoint, FilterRule } from '@expcat/tigercat-core';
|
|
2
|
+
import { TableColumn, SortState, TableSize, TigerLocaleInput, TigerLocaleTable, PaginationConfig, RowSelectionConfig, ExpandableConfig, TableResponsiveMode, TableCardBreakpoint, TableCardRenderContext, FilterRule } from '@expcat/tigercat-core';
|
|
3
3
|
import * as vue from 'vue';
|
|
4
4
|
|
|
5
5
|
/**
|
|
@@ -18,6 +18,8 @@ interface VueTableProps {
|
|
|
18
18
|
striped?: boolean;
|
|
19
19
|
hoverable?: boolean;
|
|
20
20
|
loading?: boolean;
|
|
21
|
+
locale?: TigerLocaleInput;
|
|
22
|
+
labels?: Partial<TigerLocaleTable>;
|
|
21
23
|
emptyText?: string;
|
|
22
24
|
pagination?: PaginationConfig | false;
|
|
23
25
|
rowSelection?: RowSelectionConfig;
|
|
@@ -29,6 +31,8 @@ interface VueTableProps {
|
|
|
29
31
|
tableLayout?: 'auto' | 'fixed';
|
|
30
32
|
responsiveMode?: TableResponsiveMode;
|
|
31
33
|
cardBreakpoint?: TableCardBreakpoint;
|
|
34
|
+
cardClassName?: string | ((record: Record<string, unknown>, index: number) => string | undefined);
|
|
35
|
+
renderCard?: (context: TableCardRenderContext<Record<string, unknown>>) => unknown;
|
|
32
36
|
virtual?: boolean;
|
|
33
37
|
virtualHeight?: number;
|
|
34
38
|
virtualItemHeight?: number;
|
|
@@ -101,9 +105,15 @@ declare const Table: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
|
101
105
|
readonly type: BooleanConstructor;
|
|
102
106
|
readonly default: false;
|
|
103
107
|
};
|
|
108
|
+
readonly locale: {
|
|
109
|
+
readonly type: vue.PropType<TigerLocaleInput>;
|
|
110
|
+
};
|
|
111
|
+
readonly labels: {
|
|
112
|
+
readonly type: vue.PropType<Partial<_expcat_tigercat_core.TigerLocaleTable>>;
|
|
113
|
+
};
|
|
104
114
|
readonly emptyText: {
|
|
105
115
|
readonly type: StringConstructor;
|
|
106
|
-
readonly default:
|
|
116
|
+
readonly default: undefined;
|
|
107
117
|
};
|
|
108
118
|
readonly pagination: {
|
|
109
119
|
readonly type: vue.PropType<_expcat_tigercat_core.PaginationConfig | false>;
|
|
@@ -148,6 +158,12 @@ declare const Table: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
|
148
158
|
readonly type: vue.PropType<_expcat_tigercat_core.TableCardBreakpoint>;
|
|
149
159
|
readonly default: _expcat_tigercat_core.TableCardBreakpoint;
|
|
150
160
|
};
|
|
161
|
+
readonly cardClassName: {
|
|
162
|
+
readonly type: vue.PropType<string | ((record: Record<string, unknown>, index: number) => string | undefined)>;
|
|
163
|
+
};
|
|
164
|
+
readonly renderCard: {
|
|
165
|
+
readonly type: vue.PropType<(context: _expcat_tigercat_core.TableCardRenderContext<Record<string, unknown>>) => unknown>;
|
|
166
|
+
};
|
|
151
167
|
readonly virtual: {
|
|
152
168
|
readonly type: BooleanConstructor;
|
|
153
169
|
readonly default: false;
|
|
@@ -268,9 +284,15 @@ declare const Table: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
|
268
284
|
readonly type: BooleanConstructor;
|
|
269
285
|
readonly default: false;
|
|
270
286
|
};
|
|
287
|
+
readonly locale: {
|
|
288
|
+
readonly type: vue.PropType<TigerLocaleInput>;
|
|
289
|
+
};
|
|
290
|
+
readonly labels: {
|
|
291
|
+
readonly type: vue.PropType<Partial<_expcat_tigercat_core.TigerLocaleTable>>;
|
|
292
|
+
};
|
|
271
293
|
readonly emptyText: {
|
|
272
294
|
readonly type: StringConstructor;
|
|
273
|
-
readonly default:
|
|
295
|
+
readonly default: undefined;
|
|
274
296
|
};
|
|
275
297
|
readonly pagination: {
|
|
276
298
|
readonly type: vue.PropType<_expcat_tigercat_core.PaginationConfig | false>;
|
|
@@ -315,6 +337,12 @@ declare const Table: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
|
315
337
|
readonly type: vue.PropType<_expcat_tigercat_core.TableCardBreakpoint>;
|
|
316
338
|
readonly default: _expcat_tigercat_core.TableCardBreakpoint;
|
|
317
339
|
};
|
|
340
|
+
readonly cardClassName: {
|
|
341
|
+
readonly type: vue.PropType<string | ((record: Record<string, unknown>, index: number) => string | undefined)>;
|
|
342
|
+
};
|
|
343
|
+
readonly renderCard: {
|
|
344
|
+
readonly type: vue.PropType<(context: _expcat_tigercat_core.TableCardRenderContext<Record<string, unknown>>) => unknown>;
|
|
345
|
+
};
|
|
318
346
|
readonly virtual: {
|
|
319
347
|
readonly type: BooleanConstructor;
|
|
320
348
|
readonly default: false;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as _expcat_tigercat_core from '@expcat/tigercat-core';
|
|
2
|
-
import { TableColumn, SortState, TableSize, PaginationConfig, RowSelectionConfig, ExpandableConfig, TableResponsiveMode, TableCardBreakpoint, FilterRule } from '@expcat/tigercat-core';
|
|
2
|
+
import { TableColumn, SortState, TableSize, TigerLocaleInput, TigerLocaleTable, PaginationConfig, RowSelectionConfig, ExpandableConfig, TableResponsiveMode, TableCardBreakpoint, TableCardRenderContext, FilterRule } from '@expcat/tigercat-core';
|
|
3
3
|
import * as vue from 'vue';
|
|
4
4
|
|
|
5
5
|
/**
|
|
@@ -18,6 +18,8 @@ interface VueTableProps {
|
|
|
18
18
|
striped?: boolean;
|
|
19
19
|
hoverable?: boolean;
|
|
20
20
|
loading?: boolean;
|
|
21
|
+
locale?: TigerLocaleInput;
|
|
22
|
+
labels?: Partial<TigerLocaleTable>;
|
|
21
23
|
emptyText?: string;
|
|
22
24
|
pagination?: PaginationConfig | false;
|
|
23
25
|
rowSelection?: RowSelectionConfig;
|
|
@@ -29,6 +31,8 @@ interface VueTableProps {
|
|
|
29
31
|
tableLayout?: 'auto' | 'fixed';
|
|
30
32
|
responsiveMode?: TableResponsiveMode;
|
|
31
33
|
cardBreakpoint?: TableCardBreakpoint;
|
|
34
|
+
cardClassName?: string | ((record: Record<string, unknown>, index: number) => string | undefined);
|
|
35
|
+
renderCard?: (context: TableCardRenderContext<Record<string, unknown>>) => unknown;
|
|
32
36
|
virtual?: boolean;
|
|
33
37
|
virtualHeight?: number;
|
|
34
38
|
virtualItemHeight?: number;
|
|
@@ -101,9 +105,15 @@ declare const Table: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
|
101
105
|
readonly type: BooleanConstructor;
|
|
102
106
|
readonly default: false;
|
|
103
107
|
};
|
|
108
|
+
readonly locale: {
|
|
109
|
+
readonly type: vue.PropType<TigerLocaleInput>;
|
|
110
|
+
};
|
|
111
|
+
readonly labels: {
|
|
112
|
+
readonly type: vue.PropType<Partial<_expcat_tigercat_core.TigerLocaleTable>>;
|
|
113
|
+
};
|
|
104
114
|
readonly emptyText: {
|
|
105
115
|
readonly type: StringConstructor;
|
|
106
|
-
readonly default:
|
|
116
|
+
readonly default: undefined;
|
|
107
117
|
};
|
|
108
118
|
readonly pagination: {
|
|
109
119
|
readonly type: vue.PropType<_expcat_tigercat_core.PaginationConfig | false>;
|
|
@@ -148,6 +158,12 @@ declare const Table: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
|
148
158
|
readonly type: vue.PropType<_expcat_tigercat_core.TableCardBreakpoint>;
|
|
149
159
|
readonly default: _expcat_tigercat_core.TableCardBreakpoint;
|
|
150
160
|
};
|
|
161
|
+
readonly cardClassName: {
|
|
162
|
+
readonly type: vue.PropType<string | ((record: Record<string, unknown>, index: number) => string | undefined)>;
|
|
163
|
+
};
|
|
164
|
+
readonly renderCard: {
|
|
165
|
+
readonly type: vue.PropType<(context: _expcat_tigercat_core.TableCardRenderContext<Record<string, unknown>>) => unknown>;
|
|
166
|
+
};
|
|
151
167
|
readonly virtual: {
|
|
152
168
|
readonly type: BooleanConstructor;
|
|
153
169
|
readonly default: false;
|
|
@@ -268,9 +284,15 @@ declare const Table: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
|
268
284
|
readonly type: BooleanConstructor;
|
|
269
285
|
readonly default: false;
|
|
270
286
|
};
|
|
287
|
+
readonly locale: {
|
|
288
|
+
readonly type: vue.PropType<TigerLocaleInput>;
|
|
289
|
+
};
|
|
290
|
+
readonly labels: {
|
|
291
|
+
readonly type: vue.PropType<Partial<_expcat_tigercat_core.TigerLocaleTable>>;
|
|
292
|
+
};
|
|
271
293
|
readonly emptyText: {
|
|
272
294
|
readonly type: StringConstructor;
|
|
273
|
-
readonly default:
|
|
295
|
+
readonly default: undefined;
|
|
274
296
|
};
|
|
275
297
|
readonly pagination: {
|
|
276
298
|
readonly type: vue.PropType<_expcat_tigercat_core.PaginationConfig | false>;
|
|
@@ -315,6 +337,12 @@ declare const Table: vue.DefineComponent<vue.ExtractPropTypes<{
|
|
|
315
337
|
readonly type: vue.PropType<_expcat_tigercat_core.TableCardBreakpoint>;
|
|
316
338
|
readonly default: _expcat_tigercat_core.TableCardBreakpoint;
|
|
317
339
|
};
|
|
340
|
+
readonly cardClassName: {
|
|
341
|
+
readonly type: vue.PropType<string | ((record: Record<string, unknown>, index: number) => string | undefined)>;
|
|
342
|
+
};
|
|
343
|
+
readonly renderCard: {
|
|
344
|
+
readonly type: vue.PropType<(context: _expcat_tigercat_core.TableCardRenderContext<Record<string, unknown>>) => unknown>;
|
|
345
|
+
};
|
|
318
346
|
readonly virtual: {
|
|
319
347
|
readonly type: BooleanConstructor;
|
|
320
348
|
readonly default: false;
|
package/dist/components/Table.js
CHANGED
|
@@ -1,9 +1,15 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
3
|
|
|
4
|
-
var
|
|
4
|
+
var _chunk5BILS3SGjs = require('../chunk-5BILS3SG.js');
|
|
5
|
+
require('../chunk-BGMAWKWV.js');
|
|
6
|
+
require('../chunk-3QV2D54H.js');
|
|
7
|
+
require('../chunk-FC7RXQTM.js');
|
|
5
8
|
require('../chunk-25EYT2CB.js');
|
|
9
|
+
require('../chunk-NOZ65AMO.js');
|
|
10
|
+
require('../chunk-2YFXJUBT.js');
|
|
11
|
+
require('../chunk-Q4MH333P.js');
|
|
6
12
|
|
|
7
13
|
|
|
8
14
|
|
|
9
|
-
exports.Table =
|
|
15
|
+
exports.Table = _chunk5BILS3SGjs.Table; exports.default = _chunk5BILS3SGjs.Table_default;
|
|
@@ -1,8 +1,14 @@
|
|
|
1
1
|
import {
|
|
2
2
|
Table,
|
|
3
3
|
Table_default
|
|
4
|
-
} from "../chunk-
|
|
4
|
+
} from "../chunk-5Z2OCSVJ.mjs";
|
|
5
|
+
import "../chunk-PYT5DTQQ.mjs";
|
|
6
|
+
import "../chunk-YZP4K6KI.mjs";
|
|
7
|
+
import "../chunk-Y4V7BOVR.mjs";
|
|
5
8
|
import "../chunk-VG6E4NX6.mjs";
|
|
9
|
+
import "../chunk-WFISP42H.mjs";
|
|
10
|
+
import "../chunk-2BNQGU7E.mjs";
|
|
11
|
+
import "../chunk-CPV7INZ4.mjs";
|
|
6
12
|
export {
|
|
7
13
|
Table,
|
|
8
14
|
Table_default as default
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
3
|
|
|
4
|
-
var
|
|
5
|
-
require('../chunk-
|
|
4
|
+
var _chunkJT2ANXURjs = require('../chunk-JT2ANXUR.js');
|
|
5
|
+
require('../chunk-NNFDOVVA.js');
|
|
6
6
|
require('../chunk-EQW6IUHG.js');
|
|
7
7
|
|
|
8
8
|
|
|
9
9
|
|
|
10
|
-
exports.Tooltip =
|
|
10
|
+
exports.Tooltip = _chunkJT2ANXURjs.Tooltip; exports.default = _chunkJT2ANXURjs.Tooltip_default;
|
package/dist/index.js
CHANGED
|
@@ -27,7 +27,7 @@ var _chunkCTR462T2js = require('./chunk-CTR462T2.js');
|
|
|
27
27
|
var _chunkMUJLT2YGjs = require('./chunk-MUJLT2YG.js');
|
|
28
28
|
|
|
29
29
|
|
|
30
|
-
var
|
|
30
|
+
var _chunkJT2ANXURjs = require('./chunk-JT2ANXUR.js');
|
|
31
31
|
|
|
32
32
|
|
|
33
33
|
var _chunkA7FN3S4Ijs = require('./chunk-A7FN3S4I.js');
|
|
@@ -81,7 +81,7 @@ var _chunkOXIODAJSjs = require('./chunk-OXIODAJS.js');
|
|
|
81
81
|
var _chunkDJCTERZHjs = require('./chunk-DJCTERZH.js');
|
|
82
82
|
|
|
83
83
|
|
|
84
|
-
var
|
|
84
|
+
var _chunkSSMSRTEQjs = require('./chunk-SSMSRTEQ.js');
|
|
85
85
|
|
|
86
86
|
|
|
87
87
|
|
|
@@ -97,12 +97,6 @@ var _chunk3NRRNQYJjs = require('./chunk-3NRRNQYJ.js');
|
|
|
97
97
|
var _chunkFUI6WG2Fjs = require('./chunk-FUI6WG2F.js');
|
|
98
98
|
|
|
99
99
|
|
|
100
|
-
var _chunk3QV2D54Hjs = require('./chunk-3QV2D54H.js');
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
var _chunkFC7RXQTMjs = require('./chunk-FC7RXQTM.js');
|
|
104
|
-
|
|
105
|
-
|
|
106
100
|
var _chunkBZBVSB43js = require('./chunk-BZBVSB43.js');
|
|
107
101
|
|
|
108
102
|
|
|
@@ -126,8 +120,8 @@ var _chunkU36NBQWPjs = require('./chunk-U36NBQWP.js');
|
|
|
126
120
|
var _chunkLAWBHGPKjs = require('./chunk-LAWBHGPK.js');
|
|
127
121
|
|
|
128
122
|
|
|
129
|
-
var
|
|
130
|
-
require('./chunk-
|
|
123
|
+
var _chunkYCYS6LAQjs = require('./chunk-YCYS6LAQ.js');
|
|
124
|
+
require('./chunk-NNFDOVVA.js');
|
|
131
125
|
|
|
132
126
|
|
|
133
127
|
var _chunkS6Q7TD6Hjs = require('./chunk-S6Q7TD6H.js');
|
|
@@ -261,15 +255,21 @@ var _chunkDMNOK6OPjs = require('./chunk-DMNOK6OP.js');
|
|
|
261
255
|
var _chunkWUEP3PFNjs = require('./chunk-WUEP3PFN.js');
|
|
262
256
|
|
|
263
257
|
|
|
264
|
-
var
|
|
258
|
+
var _chunkO23S65U3js = require('./chunk-O23S65U3.js');
|
|
265
259
|
|
|
266
260
|
|
|
267
|
-
var
|
|
261
|
+
var _chunk5BILS3SGjs = require('./chunk-5BILS3SG.js');
|
|
268
262
|
|
|
269
263
|
|
|
270
264
|
var _chunkBGMAWKWVjs = require('./chunk-BGMAWKWV.js');
|
|
271
265
|
|
|
272
266
|
|
|
267
|
+
var _chunk3QV2D54Hjs = require('./chunk-3QV2D54H.js');
|
|
268
|
+
|
|
269
|
+
|
|
270
|
+
var _chunkFC7RXQTMjs = require('./chunk-FC7RXQTM.js');
|
|
271
|
+
|
|
272
|
+
|
|
273
273
|
var _chunkZUPVK5L7js = require('./chunk-ZUPVK5L7.js');
|
|
274
274
|
|
|
275
275
|
|
|
@@ -307,16 +307,16 @@ var _chunk25EYT2CBjs = require('./chunk-25EYT2CB.js');
|
|
|
307
307
|
var _chunk54VVFMYIjs = require('./chunk-54VVFMYI.js');
|
|
308
308
|
|
|
309
309
|
|
|
310
|
-
var
|
|
310
|
+
var _chunkYS6FW775js = require('./chunk-YS6FW775.js');
|
|
311
311
|
|
|
312
312
|
|
|
313
313
|
var _chunk5F6P5Y4Kjs = require('./chunk-5F6P5Y4K.js');
|
|
314
314
|
|
|
315
315
|
|
|
316
|
-
var
|
|
316
|
+
var _chunkBYNMOQBBjs = require('./chunk-BYNMOQBB.js');
|
|
317
317
|
|
|
318
318
|
|
|
319
|
-
var
|
|
319
|
+
var _chunkNOZ65AMOjs = require('./chunk-NOZ65AMO.js');
|
|
320
320
|
|
|
321
321
|
|
|
322
322
|
var _chunk6FXYRDYHjs = require('./chunk-6FXYRDYH.js');
|
|
@@ -835,4 +835,4 @@ var version = "1.2.0";
|
|
|
835
835
|
|
|
836
836
|
|
|
837
837
|
|
|
838
|
-
exports.ActivityFeed = _chunkWIQPVVUQjs.ActivityFeed; exports.Affix = _chunkCWNEDREVjs.Affix; exports.Alert = _chunkFUGSQXFRjs.Alert; exports.Anchor = _chunkQYSFZA5Vjs.Anchor; exports.AnchorLink = _chunkQYSFZA5Vjs.AnchorLink; exports.AreaChart = _chunk5VSKQLK3js.AreaChart; exports.AutoComplete = _chunkP7RXZVLTjs.AutoComplete; exports.Avatar = _chunkZ6HBM73Wjs.Avatar; exports.AvatarGroup = _chunkODQOYMUQjs.AvatarGroup; exports.BackTop = _chunkDZXZ3YELjs.BackTop; exports.Badge = _chunkPQMZ3YN3js.Badge; exports.BarChart = _chunkSVWZOIBIjs.BarChart; exports.Breadcrumb = _chunkEJZBG5RTjs.Breadcrumb; exports.BreadcrumbItem = _chunkEJZBG5RTjs.BreadcrumbItem; exports.Button = _chunk4VLNT2EDjs.Button; exports.ButtonGroup = _chunk7ADONGSBjs.ButtonGroup; exports.Calendar = _chunkXAQID5IOjs.Calendar; exports.Card = _chunkXGXGAK27js.Card; exports.Carousel = _chunkXH4ZZ6KJjs.Carousel; exports.Cascader = _chunkZSCOAOJJjs.Cascader; exports.ChartAxis = _chunk5PXTMXXSjs.ChartAxis; exports.ChartCanvas = _chunkUHVUKLHFjs.ChartCanvas; exports.ChartGrid = _chunk57MJTNDLjs.ChartGrid; exports.ChartLegend = _chunkACYYQJ6Mjs.ChartLegend; exports.ChartSeries = _chunkHBFFINAIjs.ChartSeries; exports.ChartTooltip = _chunkZOUJFFG4js.ChartTooltip; exports.ChatWindow =
|
|
838
|
+
exports.ActivityFeed = _chunkWIQPVVUQjs.ActivityFeed; exports.Affix = _chunkCWNEDREVjs.Affix; exports.Alert = _chunkFUGSQXFRjs.Alert; exports.Anchor = _chunkQYSFZA5Vjs.Anchor; exports.AnchorLink = _chunkQYSFZA5Vjs.AnchorLink; exports.AreaChart = _chunk5VSKQLK3js.AreaChart; exports.AutoComplete = _chunkP7RXZVLTjs.AutoComplete; exports.Avatar = _chunkZ6HBM73Wjs.Avatar; exports.AvatarGroup = _chunkODQOYMUQjs.AvatarGroup; exports.BackTop = _chunkDZXZ3YELjs.BackTop; exports.Badge = _chunkPQMZ3YN3js.Badge; exports.BarChart = _chunkSVWZOIBIjs.BarChart; exports.Breadcrumb = _chunkEJZBG5RTjs.Breadcrumb; exports.BreadcrumbItem = _chunkEJZBG5RTjs.BreadcrumbItem; exports.Button = _chunk4VLNT2EDjs.Button; exports.ButtonGroup = _chunk7ADONGSBjs.ButtonGroup; exports.Calendar = _chunkXAQID5IOjs.Calendar; exports.Card = _chunkXGXGAK27js.Card; exports.Carousel = _chunkXH4ZZ6KJjs.Carousel; exports.Cascader = _chunkZSCOAOJJjs.Cascader; exports.ChartAxis = _chunk5PXTMXXSjs.ChartAxis; exports.ChartCanvas = _chunkUHVUKLHFjs.ChartCanvas; exports.ChartGrid = _chunk57MJTNDLjs.ChartGrid; exports.ChartLegend = _chunkACYYQJ6Mjs.ChartLegend; exports.ChartSeries = _chunkHBFFINAIjs.ChartSeries; exports.ChartTooltip = _chunkZOUJFFG4js.ChartTooltip; exports.ChatWindow = _chunkYS6FW775js.ChatWindow; exports.Checkbox = _chunk2YFXJUBTjs.Checkbox; exports.CheckboxGroup = _chunkQ4MH333Pjs.CheckboxGroup; exports.Code = _chunkNCLUMDZBjs.Code; exports.CodeEditor = _chunkRKZN3UROjs.CodeEditor; exports.Col = _chunkMSKAWM7Kjs.Col; exports.Collapse = _chunkK2DJDJZRjs.Collapse; exports.CollapsePanel = _chunkMQ23PX3Sjs.CollapsePanel; exports.ColorPicker = _chunk43BLH7DEjs.ColorPicker; exports.ColorSwatch = _chunkXSMDZOBFjs.ColorSwatch; exports.CommentThread = _chunkL6W3XL3Ajs.CommentThread; exports.ConfigProvider = _chunk25EYT2CBjs.ConfigProvider; exports.Container = _chunk54VVFMYIjs.Container; exports.Content = _chunkI4LQXUMWjs.Content; exports.Countdown = _chunkUI7N2ZDUjs.Countdown; exports.CronEditor = _chunk5UOAWXOQjs.CronEditor; exports.CropUpload = _chunkICECZVMXjs.CropUpload; exports.DataTableWithToolbar = _chunkO23S65U3js.DataTableWithToolbar; exports.DatePicker = _chunkZUPVK5L7js.DatePicker; exports.Descriptions = _chunkDE5WMG6Pjs.Descriptions; exports.Divider = _chunkLUBUJUSHjs.Divider; exports.DonutChart = _chunkTAU447CLjs.DonutChart; exports.Drawer = _chunkQJLFHHI2js.Drawer; exports.Dropdown = _chunkFKCZSBM6js.Dropdown; exports.DropdownItem = _chunkMD7S2A55js.DropdownItem; exports.DropdownMenu = _chunkFKCZSBM6js.DropdownMenu; exports.Empty = _chunkNOZ65AMOjs.Empty; exports.FileManager = _chunk7QX4QWWNjs.FileManager; exports.FloatButton = _chunk2S5CNU36js.FloatButton; exports.FloatButtonGroup = _chunk2S5CNU36js.FloatButtonGroup; exports.Footer = _chunkSWOQMMOTjs.Footer; exports.Form = _chunkB2RH4CMGjs.Form; exports.FormItem = _chunkFRI62O2Jjs.FormItem; exports.FormWizard = _chunkBXS7OSVFjs.FormWizard; exports.FunnelChart = _chunkJKEF7NB3js.FunnelChart; exports.Gantt = _chunkZMGNQKXLjs.Gantt; exports.GaugeChart = _chunkXZMU7B54js.GaugeChart; exports.Header = _chunkCKXZONMOjs.Header; exports.HeatmapChart = _chunkVAXO5NEMjs.HeatmapChart; exports.Icon = _chunkRY2I56HBjs.Icon; exports.Image = _chunkSGAUVRUSjs.Image; exports.ImageAnnotation = _chunkPY6P4N2Qjs.ImageAnnotation; exports.ImageCropper = _chunkWUEP3PFNjs.ImageCropper; exports.ImageGroup = _chunkKDA4XDXTjs.ImageGroup; exports.ImagePreview = _chunkX6FG4RPFjs.ImagePreview; exports.ImageViewer = _chunkVXULMOIWjs.ImageViewer; exports.InfiniteScroll = _chunkXJXGVNNFjs.InfiniteScroll; exports.Input = _chunkBYNMOQBBjs.Input; exports.InputGroup = _chunkDYSLYJ2Wjs.InputGroup; exports.InputGroupAddon = _chunkDYSLYJ2Wjs.InputGroupAddon; exports.InputNumber = _chunkUUJ7A3CNjs.InputNumber; exports.Kanban = _chunkLZHCKW2Zjs.Kanban; exports.Layout = _chunkTLXEFLPAjs.Layout; exports.LineChart = _chunkKA7DILCIjs.LineChart; exports.Link = _chunk2DC3BMEDjs.Link; exports.List = _chunkS6Q7TD6Hjs.List; exports.Loading = _chunk6XI4VDU4js.Loading; exports.MarkdownEditor = _chunkX5CFXNVKjs.MarkdownEditor; exports.Mentions = _chunkA5HRX7EGjs.Mentions; exports.Menu = _chunkJE7AWY34js.Menu; exports.MenuItem = _chunkJE7AWY34js.MenuItem; exports.MenuItemGroup = _chunkJE7AWY34js.MenuItemGroup; exports.Message = _chunkJZJEZKGNjs.Message; exports.MessageContainer = _chunkJZJEZKGNjs.MessageContainer; exports.Modal = _chunkDMNOK6OPjs.Modal; exports.NotificationCenter = _chunkV6T5GRLEjs.NotificationCenter; exports.NotificationContainer = _chunkCSJQKBDJjs.NotificationContainer; exports.NumberKeyboard = _chunk5JKQPOG2js.NumberKeyboard; exports.OrgChart = _chunkU36NBQWPjs.OrgChart; exports.Pagination = _chunkLAWBHGPKjs.Pagination; exports.PieChart = _chunkQUIRQ7OAjs.PieChart; exports.Popconfirm = _chunkYCYS6LAQjs.Popconfirm; exports.Popover = _chunkSSMSRTEQjs.Popover; exports.PrintLayout = _chunkXTMGF5YPjs.PrintLayout; exports.PrintPageBreak = _chunkXTMGF5YPjs.PrintPageBreak; exports.Progress = _chunkQY6PYAJAjs.Progress; exports.QRCode = _chunk3NRRNQYJjs.QRCode; exports.RadarChart = _chunkFUI6WG2Fjs.RadarChart; exports.Radio = _chunk3QV2D54Hjs.Radio; exports.RadioGroup = _chunkFC7RXQTMjs.RadioGroup; exports.Rate = _chunkBZBVSB43js.Rate; exports.Resizable = _chunkLG6KGO5Djs.Resizable; exports.Result = _chunkG3SWTL27js.Result; exports.RichTextEditor = _chunkGOBWUEHVjs.RichTextEditor; exports.Row = _chunkXUOGT4HGjs.Row; exports.ScatterChart = _chunkM2XA7VU5js.ScatterChart; exports.ScrollSpy = _chunkOXIODAJSjs.ScrollSpy; exports.Segmented = _chunkDJCTERZHjs.Segmented; exports.Select = _chunkBGMAWKWVjs.Select; exports.Sidebar = _chunkETTYERGOjs.Sidebar; exports.Signature = _chunkMHNCH2YIjs.Signature; exports.Skeleton = _chunkT4DF24UVjs.Skeleton; exports.Slider = _chunkSLYUQ67Pjs.Slider; exports.Space = _chunkZNVQ2OFXjs.Space; exports.Splitter = _chunkK3CIXMN4js.Splitter; exports.Spotlight = _chunkJNIKT6ALjs.Spotlight; exports.Statistic = _chunkCTAQ5WENjs.Statistic; exports.Stepper = _chunkA7FN3S4Ijs.Stepper; exports.Steps = _chunkDS7RQFEGjs.Steps; exports.StepsItem = _chunkDS7RQFEGjs.StepsItem; exports.SubMenu = _chunkJE7AWY34js.SubMenu; exports.SunburstChart = _chunkULUH6UNVjs.SunburstChart; exports.Switch = _chunkRAUERIPSjs.Switch; exports.TabPane = _chunk44N7LE3Qjs.TabPane; exports.Table = _chunk5BILS3SGjs.Table; exports.Tabs = _chunk44N7LE3Qjs.Tabs; exports.Tag = _chunk2KDSHEZTjs.Tag; exports.TaskBoard = _chunkOKLDFVDJjs.TaskBoard; exports.Text = _chunkTGHB5XSTjs.Text; exports.Textarea = _chunk6FXYRDYHjs.Textarea; exports.TimePicker = _chunkMUJLT2YGjs.TimePicker; exports.Timeline = _chunk27T3QDSFjs.Timeline; exports.Tooltip = _chunkJT2ANXURjs.Tooltip; exports.Tour = _chunkPCJHGWTUjs.Tour; exports.Transfer = _chunkFE2HR4E5js.Transfer; exports.Tree = _chunkL5E3L6IDjs.Tree; exports.TreeMapChart = _chunkFP7SBCPOjs.TreeMapChart; exports.TreeSelect = _chunkJFIVDZFKjs.TreeSelect; exports.Upload = _chunkS6K6IR3Yjs.Upload; exports.VirtualList = _chunk5F6P5Y4Kjs.VirtualList; exports.VirtualTable = _chunkCTR462T2js.VirtualTable; exports.Watermark = _chunkJKZ5ZRDGjs.Watermark; exports.notification = _chunkCSJQKBDJjs.notification; exports.useChartInteraction = _chunk2VOZFFW6js.useChartInteraction; exports.useDrag = useDrag; exports.useFormController = useFormController; exports.useTigerConfig = _chunk25EYT2CBjs.useTigerConfig; exports.version = version;
|
package/dist/index.mjs
CHANGED
|
@@ -27,7 +27,7 @@ import {
|
|
|
27
27
|
} from "./chunk-KVJIJJ4M.mjs";
|
|
28
28
|
import {
|
|
29
29
|
Tooltip
|
|
30
|
-
} from "./chunk-
|
|
30
|
+
} from "./chunk-3KIIMXJC.mjs";
|
|
31
31
|
import {
|
|
32
32
|
Stepper
|
|
33
33
|
} from "./chunk-Z4SG7REU.mjs";
|
|
@@ -81,7 +81,7 @@ import {
|
|
|
81
81
|
} from "./chunk-ZYCOHZCM.mjs";
|
|
82
82
|
import {
|
|
83
83
|
Popover
|
|
84
|
-
} from "./chunk-
|
|
84
|
+
} from "./chunk-5BGVVVVD.mjs";
|
|
85
85
|
import {
|
|
86
86
|
PrintLayout,
|
|
87
87
|
PrintPageBreak
|
|
@@ -95,12 +95,6 @@ import {
|
|
|
95
95
|
import {
|
|
96
96
|
RadarChart
|
|
97
97
|
} from "./chunk-M5PGWW25.mjs";
|
|
98
|
-
import {
|
|
99
|
-
Radio
|
|
100
|
-
} from "./chunk-YZP4K6KI.mjs";
|
|
101
|
-
import {
|
|
102
|
-
RadioGroup
|
|
103
|
-
} from "./chunk-Y4V7BOVR.mjs";
|
|
104
98
|
import {
|
|
105
99
|
Rate
|
|
106
100
|
} from "./chunk-BPAN6T7H.mjs";
|
|
@@ -126,8 +120,8 @@ import {
|
|
|
126
120
|
} from "./chunk-F7WZCYYD.mjs";
|
|
127
121
|
import {
|
|
128
122
|
Popconfirm
|
|
129
|
-
} from "./chunk-
|
|
130
|
-
import "./chunk-
|
|
123
|
+
} from "./chunk-G7O3G2LI.mjs";
|
|
124
|
+
import "./chunk-JPZJZFC4.mjs";
|
|
131
125
|
import {
|
|
132
126
|
List
|
|
133
127
|
} from "./chunk-PZH2RTSS.mjs";
|
|
@@ -261,13 +255,19 @@ import {
|
|
|
261
255
|
} from "./chunk-DEJKRMMU.mjs";
|
|
262
256
|
import {
|
|
263
257
|
DataTableWithToolbar
|
|
264
|
-
} from "./chunk-
|
|
258
|
+
} from "./chunk-OKBZKBFP.mjs";
|
|
265
259
|
import {
|
|
266
260
|
Table
|
|
267
|
-
} from "./chunk-
|
|
261
|
+
} from "./chunk-5Z2OCSVJ.mjs";
|
|
268
262
|
import {
|
|
269
263
|
Select
|
|
270
264
|
} from "./chunk-PYT5DTQQ.mjs";
|
|
265
|
+
import {
|
|
266
|
+
Radio
|
|
267
|
+
} from "./chunk-YZP4K6KI.mjs";
|
|
268
|
+
import {
|
|
269
|
+
RadioGroup
|
|
270
|
+
} from "./chunk-Y4V7BOVR.mjs";
|
|
271
271
|
import {
|
|
272
272
|
DatePicker
|
|
273
273
|
} from "./chunk-3A7H2CTW.mjs";
|
|
@@ -307,16 +307,16 @@ import {
|
|
|
307
307
|
} from "./chunk-VL7GENWD.mjs";
|
|
308
308
|
import {
|
|
309
309
|
ChatWindow
|
|
310
|
-
} from "./chunk-
|
|
310
|
+
} from "./chunk-6GPX4ONB.mjs";
|
|
311
311
|
import {
|
|
312
312
|
VirtualList
|
|
313
313
|
} from "./chunk-PENI3H3I.mjs";
|
|
314
|
-
import {
|
|
315
|
-
Empty
|
|
316
|
-
} from "./chunk-WFISP42H.mjs";
|
|
317
314
|
import {
|
|
318
315
|
Input
|
|
319
316
|
} from "./chunk-2WJADO6O.mjs";
|
|
317
|
+
import {
|
|
318
|
+
Empty
|
|
319
|
+
} from "./chunk-WFISP42H.mjs";
|
|
320
320
|
import {
|
|
321
321
|
Textarea
|
|
322
322
|
} from "./chunk-MKBIVETW.mjs";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@expcat/tigercat-vue",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.39",
|
|
4
4
|
"description": "Vue 3 components for Tigercat UI library",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": "Yizhe Wang",
|
|
@@ -48,7 +48,7 @@
|
|
|
48
48
|
"access": "public"
|
|
49
49
|
},
|
|
50
50
|
"dependencies": {
|
|
51
|
-
"@expcat/tigercat-core": "1.2.
|
|
51
|
+
"@expcat/tigercat-core": "1.2.39"
|
|
52
52
|
},
|
|
53
53
|
"devDependencies": {
|
|
54
54
|
"@types/node": "^25.6.0",
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import {
|
|
2
2
|
VirtualList
|
|
3
3
|
} from "./chunk-PENI3H3I.mjs";
|
|
4
|
-
import {
|
|
5
|
-
Empty
|
|
6
|
-
} from "./chunk-WFISP42H.mjs";
|
|
7
4
|
import {
|
|
8
5
|
Input
|
|
9
6
|
} from "./chunk-2WJADO6O.mjs";
|
|
7
|
+
import {
|
|
8
|
+
Empty
|
|
9
|
+
} from "./chunk-WFISP42H.mjs";
|
|
10
10
|
import {
|
|
11
11
|
Textarea
|
|
12
12
|
} from "./chunk-MKBIVETW.mjs";
|
|
@@ -3,10 +3,10 @@
|
|
|
3
3
|
var _chunk5F6P5Y4Kjs = require('./chunk-5F6P5Y4K.js');
|
|
4
4
|
|
|
5
5
|
|
|
6
|
-
var
|
|
6
|
+
var _chunkBYNMOQBBjs = require('./chunk-BYNMOQBB.js');
|
|
7
7
|
|
|
8
8
|
|
|
9
|
-
var
|
|
9
|
+
var _chunkNOZ65AMOjs = require('./chunk-NOZ65AMO.js');
|
|
10
10
|
|
|
11
11
|
|
|
12
12
|
var _chunk6FXYRDYHjs = require('./chunk-6FXYRDYH.js');
|