@aplus-frontend/ui 7.20.3 → 7.20.4
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/es/index.mjs +73 -71
- package/es/src/ag-grid/index.vue.mjs +106 -106
- package/es/src/business/ag-grid-container/index.d.ts +3 -0
- package/es/src/business/ag-grid-container/index.mjs +2 -0
- package/es/src/business/ag-grid-container/index.vue.d.ts +33 -0
- package/es/src/business/ag-grid-container/index.vue.mjs +64 -0
- package/es/src/business/ag-grid-container/index.vue2.mjs +4 -0
- package/es/src/business/ag-grid-container/interface.d.ts +4 -0
- package/es/src/business/ag-grid-container/interface.mjs +1 -0
- package/es/src/business/index.d.ts +1 -0
- package/es/src/business/index.mjs +55 -54
- package/es/src/config-provider/config-provider-props.d.ts +1 -1
- package/es/src/config-provider/config-provider.d.ts +3 -0
- package/es/src/config-provider/config-provider.mjs +1 -1
- package/es/src/config-provider/hooks/use-global-config.d.ts +2 -0
- package/es/src/config-provider/index.d.ts +4 -0
- package/es/src/highlight/index.vue.mjs +9 -9
- package/es/src/index.mjs +82 -80
- package/es/src/version.d.ts +1 -1
- package/es/src/version.mjs +1 -1
- package/lib/index.js +1 -1
- package/lib/src/ag-grid/index.vue.js +1 -1
- package/lib/src/business/ag-grid-container/index.d.ts +3 -0
- package/lib/src/business/ag-grid-container/index.js +1 -0
- package/lib/src/business/ag-grid-container/index.vue.d.ts +33 -0
- package/lib/src/business/ag-grid-container/index.vue.js +1 -0
- package/lib/src/business/ag-grid-container/index.vue2.js +1 -0
- package/lib/src/business/ag-grid-container/interface.d.ts +4 -0
- package/lib/src/business/ag-grid-container/interface.js +1 -0
- package/lib/src/business/index.d.ts +1 -0
- package/lib/src/business/index.js +1 -1
- package/lib/src/config-provider/config-provider-props.d.ts +1 -1
- package/lib/src/config-provider/config-provider.d.ts +3 -0
- package/lib/src/config-provider/config-provider.js +1 -1
- package/lib/src/config-provider/hooks/use-global-config.d.ts +2 -0
- package/lib/src/config-provider/index.d.ts +4 -0
- package/lib/src/index.js +1 -1
- package/lib/src/version.d.ts +1 -1
- package/lib/src/version.js +1 -1
- package/package.json +4 -4
|
@@ -1,65 +1,66 @@
|
|
|
1
|
-
import { default as
|
|
2
|
-
import { ApAttachment as
|
|
3
|
-
import { ApBatchAction as
|
|
4
|
-
import { ApBatchActionGroup as
|
|
5
|
-
import { ApButtonGroup as
|
|
6
|
-
import { ApCard as
|
|
1
|
+
import { default as l } from "./ap-table-modal/index.mjs";
|
|
2
|
+
import { ApAttachment as n } from "./ap-attachment/index.mjs";
|
|
3
|
+
import { ApBatchAction as G } from "./ap-batch-action/index.mjs";
|
|
4
|
+
import { ApBatchActionGroup as b } from "./ap-batch-action-group/index.mjs";
|
|
5
|
+
import { ApButtonGroup as I } from "./ap-button-group/index.mjs";
|
|
6
|
+
import { ApCard as g } from "./ap-card/index.mjs";
|
|
7
7
|
import "./ap-expand-alert/index.mjs";
|
|
8
|
-
import { ApExportGroup as
|
|
9
|
-
import { ApImage as
|
|
10
|
-
import { ApInputRadio as
|
|
11
|
-
import { ApLabel as
|
|
12
|
-
import { ApLadder as
|
|
13
|
-
import { ApSelectLayout as
|
|
14
|
-
import { ApStatus as
|
|
15
|
-
import { ApTitle as
|
|
8
|
+
import { ApExportGroup as y } from "./ap-export-group/index.mjs";
|
|
9
|
+
import { ApImage as C } from "./ap-image/index.mjs";
|
|
10
|
+
import { ApInputRadio as v } from "./ap-input-radio/index.mjs";
|
|
11
|
+
import { ApLabel as D, ApLabelGroup as P } from "./ap-label/index.mjs";
|
|
12
|
+
import { ApLadder as V } from "./ap-ladder/index.mjs";
|
|
13
|
+
import { ApSelectLayout as E } from "./ap-select-layout/index.mjs";
|
|
14
|
+
import { ApStatus as H, ApStatusGroup as K } from "./ap-status/index.mjs";
|
|
15
|
+
import { ApTitle as j } from "./ap-title/index.mjs";
|
|
16
16
|
import "./hooks/index.mjs";
|
|
17
|
-
import { ApSummary as
|
|
18
|
-
import { ApAppendix as
|
|
17
|
+
import { ApSummary as q } from "./ap-summary/index.mjs";
|
|
18
|
+
import { ApAppendix as N } from "./ap-appendix/index.mjs";
|
|
19
19
|
import "./ap-upload-file/index.mjs";
|
|
20
20
|
import "./batch-input-group/index.mjs";
|
|
21
|
-
import { ApSizeInput as
|
|
22
|
-
import { ApProductInfo as
|
|
23
|
-
import { ApCopy as
|
|
24
|
-
import { ApView as
|
|
25
|
-
import { ApRadioGroup as
|
|
26
|
-
import { ApKeepAlive as
|
|
27
|
-
import { ApDraggableGrid as
|
|
28
|
-
import { ApValueSelectCard as
|
|
29
|
-
import { ApTransformDataHelper as
|
|
21
|
+
import { ApSizeInput as Q } from "./ap-size-input/index.mjs";
|
|
22
|
+
import { ApProductInfo as W } from "./ap-product-info/index.mjs";
|
|
23
|
+
import { ApCopy as Y } from "./ap-copy/index.mjs";
|
|
24
|
+
import { ApView as _ } from "./ap-view/index.mjs";
|
|
25
|
+
import { ApRadioGroup as oo } from "./ap-radio-group/index.mjs";
|
|
26
|
+
import { ApKeepAlive as po } from "./ap-keep-alive/index.mjs";
|
|
27
|
+
import { ApDraggableGrid as eo } from "./ap-draggable-grid/index.mjs";
|
|
28
|
+
import { ApValueSelectCard as Ao } from "./ap-value-select-card/index.mjs";
|
|
29
|
+
import { ApTransformDataHelper as xo } from "../utils/ap-trans-data/index.mjs";
|
|
30
30
|
import "./ag-grid-modal/index.mjs";
|
|
31
31
|
import "./ap-tag/index.mjs";
|
|
32
32
|
import "./ap-upload/index.mjs";
|
|
33
33
|
import "./ap-download/index.mjs";
|
|
34
34
|
import "./ap-descriptions/index.mjs";
|
|
35
|
-
import { ApFilePreview as
|
|
35
|
+
import { ApFilePreview as io } from "./ap-file-preview/index.mjs";
|
|
36
|
+
import "./ag-grid-container/index.mjs";
|
|
36
37
|
export {
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
38
|
+
N as ApAppendix,
|
|
39
|
+
n as ApAttachment,
|
|
40
|
+
G as ApBatchAction,
|
|
41
|
+
b as ApBatchActionGroup,
|
|
42
|
+
I as ApButtonGroup,
|
|
43
|
+
g as ApCard,
|
|
44
|
+
Y as ApCopy,
|
|
45
|
+
eo as ApDraggableGrid,
|
|
46
|
+
y as ApExportGroup,
|
|
47
|
+
io as ApFilePreview,
|
|
48
|
+
C as ApImage,
|
|
49
|
+
v as ApInputRadio,
|
|
50
|
+
po as ApKeepAlive,
|
|
51
|
+
D as ApLabel,
|
|
52
|
+
P as ApLabelGroup,
|
|
53
|
+
V as ApLadder,
|
|
54
|
+
W as ApProductInfo,
|
|
55
|
+
oo as ApRadioGroup,
|
|
56
|
+
E as ApSelectLayout,
|
|
57
|
+
Q as ApSizeInput,
|
|
58
|
+
H as ApStatus,
|
|
59
|
+
K as ApStatusGroup,
|
|
60
|
+
q as ApSummary,
|
|
61
|
+
l as ApTableModal,
|
|
62
|
+
j as ApTitle,
|
|
63
|
+
xo as ApTransformDataHelper,
|
|
64
|
+
Ao as ApValueSelectCard,
|
|
65
|
+
_ as ApView
|
|
65
66
|
};
|
|
@@ -14,7 +14,7 @@ import { Locale } from '@aplus-frontend/antdv/es/locale';
|
|
|
14
14
|
import { ButtonSize } from '@aplus-frontend/antdv/es/button';
|
|
15
15
|
import { ThemeConfig, InputConfig, PaginationConfig, FormConfig, SelectConfig, CascaderConfig, DatePickerConfig, RangePickerConfig, TreeSelectConfig, TextAreaConfig, InputNumberConfig, MentionsConfig, TimePickerConfig, CardConfig, TableConfig, TooltipConfig, PopoverConfig, PopconfirmConfig, ModalConfig, DrawerConfig, ImageConfig } from '@aplus-frontend/antdv/es/config-provider/context';
|
|
16
16
|
type ApGridConfig = Pick<ApGridProps, 'rowSelection'>;
|
|
17
|
-
type AgGridConfig = Pick<AgGridProps, 'rowSelection'>;
|
|
17
|
+
type AgGridConfig = Pick<AgGridProps, 'rowSelection' | 'onModelUpdated'>;
|
|
18
18
|
type ApProCardConfig = {
|
|
19
19
|
uiMode?: UiModeType;
|
|
20
20
|
};
|
|
@@ -7,6 +7,7 @@ import { Locale } from '@aplus-frontend/antdv/es/locale';
|
|
|
7
7
|
import { ButtonSize } from '@aplus-frontend/antdv/es/button';
|
|
8
8
|
import { ThemeConfig, InputConfig, PaginationConfig, FormConfig, SelectConfig, CascaderConfig, DatePickerConfig, RangePickerConfig, TreeSelectConfig, TextAreaConfig, InputNumberConfig, MentionsConfig, TimePickerConfig, CardConfig, TableConfig, TooltipConfig, PopoverConfig, PopconfirmConfig, ModalConfig, DrawerConfig, ImageConfig } from '@aplus-frontend/antdv/es/config-provider/context';
|
|
9
9
|
import { ApGridRowSelection, AgGridRowSelection, ApExportGroupListItem, FullToken, ViewCacheOption } from '..';
|
|
10
|
+
import { GridApi } from 'ag-grid-community';
|
|
10
11
|
import { UiModeType, SearchFormGlobalConfig, ApUploadConfig, ApDescriptionsConfig, ApiType, ValueTypeRenderConfig, downloadCenterTriggerConfig } from './constants';
|
|
11
12
|
import { ApFilePreviewParser } from '../business/ap-file-preview/interface';
|
|
12
13
|
import { LocaleType } from '../locale';
|
|
@@ -180,6 +181,7 @@ export declare const ConfigProvider: DefineComponent<ExtractPropTypes<{
|
|
|
180
181
|
agGrid: {
|
|
181
182
|
type: PropType<{
|
|
182
183
|
rowSelection?: true | AgGridRowSelection<any> | undefined;
|
|
184
|
+
onModelUpdated?: ((api: GridApi) => void) | undefined;
|
|
183
185
|
}>;
|
|
184
186
|
};
|
|
185
187
|
apProCard: {
|
|
@@ -420,6 +422,7 @@ export declare const ConfigProvider: DefineComponent<ExtractPropTypes<{
|
|
|
420
422
|
agGrid: {
|
|
421
423
|
type: PropType<{
|
|
422
424
|
rowSelection?: true | AgGridRowSelection<any> | undefined;
|
|
425
|
+
onModelUpdated?: ((api: GridApi) => void) | undefined;
|
|
423
426
|
}>;
|
|
424
427
|
};
|
|
425
428
|
apProCard: {
|
|
@@ -15,7 +15,7 @@ const a = s({}), _ = /* @__PURE__ */ v({
|
|
|
15
15
|
setup(e, {
|
|
16
16
|
slots: u
|
|
17
17
|
}) {
|
|
18
|
-
G("ConfigProvider")(!e.uiMode, "breaking", "uiMode has been remove, see migrate
|
|
18
|
+
G("ConfigProvider")(!e.uiMode, "breaking", "uiMode has been remove, see migrate guide https://aplus.aplnk.com/aplus-ui/guide/migrate-7.2.html");
|
|
19
19
|
function o(r, c) {
|
|
20
20
|
return e[r] ?? i.value?.[r] ?? c;
|
|
21
21
|
}
|
|
@@ -8,6 +8,7 @@ import { Locale } from '@aplus-frontend/antdv/es/locale';
|
|
|
8
8
|
import { ButtonSize } from '@aplus-frontend/antdv/es/button';
|
|
9
9
|
import { ThemeConfig, InputConfig, PaginationConfig, FormConfig, SelectConfig, CascaderConfig, DatePickerConfig, RangePickerConfig, TreeSelectConfig, TextAreaConfig, InputNumberConfig, MentionsConfig, TimePickerConfig, CardConfig, TableConfig, TooltipConfig, PopoverConfig, PopconfirmConfig, ModalConfig, DrawerConfig, ImageConfig } from '@aplus-frontend/antdv/es/config-provider/context';
|
|
10
10
|
import { ApGridRowSelection, AgGridRowSelection, ApExportGroupListItem, FullToken, ViewCacheOption } from '../..';
|
|
11
|
+
import { GridApi } from 'ag-grid-community';
|
|
11
12
|
import { UiModeType, SearchFormGlobalConfig, ApUploadConfig, ApDescriptionsConfig, ApiType, ValueTypeRenderConfig, downloadCenterTriggerConfig } from '..';
|
|
12
13
|
import { ApFilePreviewParser } from '../../business/ap-file-preview/interface';
|
|
13
14
|
import { LocaleType } from '../../locale';
|
|
@@ -183,6 +184,7 @@ export declare const provideGlobalConfig: (config: MaybeRef<ConfigProviderContex
|
|
|
183
184
|
agGrid: {
|
|
184
185
|
type: PropType<{
|
|
185
186
|
rowSelection?: true | AgGridRowSelection<any> | undefined;
|
|
187
|
+
onModelUpdated?: ((api: GridApi) => void) | undefined;
|
|
186
188
|
}>;
|
|
187
189
|
};
|
|
188
190
|
apProCard: {
|
|
@@ -6,6 +6,7 @@ import { Locale } from '@aplus-frontend/antdv/es/locale';
|
|
|
6
6
|
import { ButtonSize } from '@aplus-frontend/antdv/es/button';
|
|
7
7
|
import { ThemeConfig, InputConfig, PaginationConfig, FormConfig, SelectConfig, CascaderConfig, DatePickerConfig, RangePickerConfig, TreeSelectConfig, TextAreaConfig, InputNumberConfig, MentionsConfig, TimePickerConfig, CardConfig, TableConfig, TooltipConfig, PopoverConfig, PopconfirmConfig, ModalConfig, DrawerConfig, ImageConfig } from '@aplus-frontend/antdv/es/config-provider/context';
|
|
8
8
|
import { ApGridRowSelection, AgGridRowSelection, ApExportGroupListItem, FullToken, ViewCacheOption } from '..';
|
|
9
|
+
import { GridApi } from 'ag-grid-community';
|
|
9
10
|
import { UiModeType, SearchFormGlobalConfig, ApUploadConfig, ApDescriptionsConfig, ApiType, ValueTypeRenderConfig, downloadCenterTriggerConfig } from './constants';
|
|
10
11
|
import { ApFilePreviewParser } from '../business/ap-file-preview/interface';
|
|
11
12
|
import { LocaleType } from '../locale';
|
|
@@ -185,6 +186,7 @@ export declare const APConfigProvider: {
|
|
|
185
186
|
agGrid: {
|
|
186
187
|
type: PropType<{
|
|
187
188
|
rowSelection?: true | AgGridRowSelection<any> | undefined;
|
|
189
|
+
onModelUpdated?: ((api: GridApi) => void) | undefined;
|
|
188
190
|
}>;
|
|
189
191
|
};
|
|
190
192
|
apProCard: {
|
|
@@ -483,6 +485,7 @@ export declare const APConfigProvider: {
|
|
|
483
485
|
agGrid: {
|
|
484
486
|
type: PropType<{
|
|
485
487
|
rowSelection?: true | AgGridRowSelection<any> | undefined;
|
|
488
|
+
onModelUpdated?: ((api: GridApi) => void) | undefined;
|
|
486
489
|
}>;
|
|
487
490
|
};
|
|
488
491
|
apProCard: {
|
|
@@ -778,6 +781,7 @@ export declare const APConfigProvider: {
|
|
|
778
781
|
agGrid: {
|
|
779
782
|
type: PropType<{
|
|
780
783
|
rowSelection?: true | AgGridRowSelection<any> | undefined;
|
|
784
|
+
onModelUpdated?: ((api: GridApi) => void) | undefined;
|
|
781
785
|
}>;
|
|
782
786
|
};
|
|
783
787
|
apProCard: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { defineComponent as v, computed as c, createElementBlock as
|
|
1
|
+
import { defineComponent as v, computed as c, createElementBlock as n, openBlock as o, normalizeClass as p, unref as i, Fragment as u, renderList as C, renderSlot as d, createTextVNode as m, toDisplayString as y } from "vue";
|
|
2
2
|
import "../config-provider/index.mjs";
|
|
3
3
|
import S from "./style/index.mjs";
|
|
4
4
|
import { useNamespace as $ } from "../config-provider/hooks/use-namespace.mjs";
|
|
@@ -11,31 +11,31 @@ const B = { key: 1 }, N = /* @__PURE__ */ v({
|
|
|
11
11
|
ignoreCase: { type: Boolean }
|
|
12
12
|
},
|
|
13
13
|
setup(g) {
|
|
14
|
-
const
|
|
15
|
-
const e =
|
|
14
|
+
const s = g, { b: h, e: k } = $("highlight"), f = S("highlight"), l = c(() => {
|
|
15
|
+
const e = s.keywords;
|
|
16
16
|
if (!e)
|
|
17
17
|
return null;
|
|
18
18
|
let t = Array.isArray(e) ? e : [e];
|
|
19
19
|
return t = t.sort((r, a) => a.length - r.length), new RegExp(
|
|
20
20
|
`(${t.join("|")})`,
|
|
21
|
-
`${
|
|
21
|
+
`${s.ignoreCase ? "i" : ""}g`
|
|
22
22
|
);
|
|
23
23
|
}), w = c(() => {
|
|
24
|
-
const e =
|
|
24
|
+
const e = s.content;
|
|
25
25
|
return !l.value || !e ? [{ keywords: !1, text: e }] : e.split(l.value).map((t) => ({ keywords: l.value.test(t), text: t }));
|
|
26
26
|
});
|
|
27
|
-
return (e, t) => (
|
|
27
|
+
return (e, t) => (o(), n("div", {
|
|
28
28
|
class: p([i(h)(), i(f)])
|
|
29
29
|
}, [
|
|
30
|
-
(
|
|
31
|
-
a ? (
|
|
30
|
+
(o(!0), n(u, null, C(w.value, ({ text: r, keywords: a }, _) => (o(), n(u, { key: _ }, [
|
|
31
|
+
a ? (o(), n("span", {
|
|
32
32
|
key: 0,
|
|
33
33
|
class: p(i(k)("keywords"))
|
|
34
34
|
}, [
|
|
35
35
|
d(e.$slots, "keywords", { text: r }, () => [
|
|
36
36
|
m(y(r), 1)
|
|
37
37
|
])
|
|
38
|
-
], 2)) : (
|
|
38
|
+
], 2)) : (o(), n("span", B, [
|
|
39
39
|
d(e.$slots, "default", { text: r }, () => [
|
|
40
40
|
m(y(r), 1)
|
|
41
41
|
])
|
package/es/src/index.mjs
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { APConfigProvider as
|
|
1
|
+
import { APConfigProvider as g } from "./config-provider/index.mjs";
|
|
2
2
|
import { ApForm as S } from "./ap-form/index.mjs";
|
|
3
|
-
import { ApField as
|
|
3
|
+
import { ApField as C, ApFieldRead as b } from "./ap-field/index.mjs";
|
|
4
4
|
import { adminToken as D, aplusToken as P } from "./design-token/index.mjs";
|
|
5
5
|
import { ApActionItem as E } from "./ap-action/index.mjs";
|
|
6
6
|
import { CheckCard as N } from "./check-card/index.mjs";
|
|
@@ -30,13 +30,13 @@ import { ApSkeleton as j } from "./skeleton/index.mjs";
|
|
|
30
30
|
import { configProviderProps as q } from "./config-provider/config-provider-props.mjs";
|
|
31
31
|
import { DEFAULT_NAMESPACE as Q, DEFAULT_UIMODE as X, configProviderContextKey as Y } from "./config-provider/constants.mjs";
|
|
32
32
|
import { keysOf as $, provideGlobalConfig as ee, useGlobalConfig as oe } from "./config-provider/hooks/use-global-config.mjs";
|
|
33
|
-
import { buildLocaleContext as te, buildTranslator as pe, localeContextKey as ae, translate as
|
|
33
|
+
import { buildLocaleContext as te, buildTranslator as pe, localeContextKey as ae, translate as fe, useLocale as me } from "./config-provider/hooks/use-locale.mjs";
|
|
34
34
|
import { defaultNamespace as de, namespaceContextKey as xe, useGetDerivedNamespace as ue, useNamespace as Ae } from "./config-provider/hooks/use-namespace.mjs";
|
|
35
35
|
import { ConfigProvider as ie, globalConfigCached as ne } from "./config-provider/config-provider.mjs";
|
|
36
36
|
import { ApFormItemText as Fe } from "./ap-form/items/text/index.mjs";
|
|
37
|
-
import { default as
|
|
37
|
+
import { default as Ie } from "./ap-form/items/text-area/index.vue.mjs";
|
|
38
38
|
import { default as Te } from "./ap-form/items/number/index.vue.mjs";
|
|
39
|
-
import { default as
|
|
39
|
+
import { default as be } from "./ap-form/items/date/index.vue.mjs";
|
|
40
40
|
import { default as De } from "./ap-form/items/date-range/index.vue.mjs";
|
|
41
41
|
import { default as he } from "./ap-form/items/radio/index.vue.mjs";
|
|
42
42
|
import { default as Le } from "./ap-form/items/select/index.vue.mjs";
|
|
@@ -55,14 +55,14 @@ import { default as $e } from "./ap-form/set/index.vue.mjs";
|
|
|
55
55
|
import { default as oo } from "./ap-form/drawer-form/index.vue.mjs";
|
|
56
56
|
import { default as to } from "./ap-form/render/control.vue.mjs";
|
|
57
57
|
import { default as ao } from "./ap-form/render/item.vue.mjs";
|
|
58
|
-
import { default as
|
|
58
|
+
import { default as mo } from "./ap-form/provider/index.vue.mjs";
|
|
59
59
|
import { ApFieldText as xo } from "./ap-field/text/index.mjs";
|
|
60
60
|
import { default as Ao } from "./ap-field/checkbox/index.vue.mjs";
|
|
61
61
|
import { default as io } from "./ap-field/date/index.vue.mjs";
|
|
62
62
|
import { default as co } from "./ap-field/number/index.vue.mjs";
|
|
63
|
-
import { default as
|
|
63
|
+
import { default as go } from "./ap-field/radio/index.vue.mjs";
|
|
64
64
|
import { default as So } from "./ap-field/switch/index.vue.mjs";
|
|
65
|
-
import { default as
|
|
65
|
+
import { default as Co } from "./ap-field/text-area/index.vue.mjs";
|
|
66
66
|
import { default as Go } from "./ap-field/date-range/index.vue.mjs";
|
|
67
67
|
import { default as Po } from "./ap-field/select/index.vue.mjs";
|
|
68
68
|
import { default as Eo } from "./ap-field/text/password.vue.mjs";
|
|
@@ -81,15 +81,15 @@ import { default as Zo } from "./ap-list/index.vue.mjs";
|
|
|
81
81
|
import { default as er } from "./ap-button/ap-button.vue.mjs";
|
|
82
82
|
import { default as rr } from "./ap-button/ap-action-button.vue.mjs";
|
|
83
83
|
import { default as pr } from "./ap-button/ap-confirm-button.vue.mjs";
|
|
84
|
-
import { default as
|
|
84
|
+
import { default as fr } from "./render/render.mjs";
|
|
85
85
|
import { default as lr } from "./time-ago/index.vue.mjs";
|
|
86
86
|
import { default as xr } from "./time-ago/useTimeAgo.mjs";
|
|
87
87
|
import { default as Ar } from "./highlight/index.vue.mjs";
|
|
88
88
|
import { ApTransformDataHelper as ir } from "./utils/ap-trans-data/index.mjs";
|
|
89
89
|
import { default as cr } from "./business/ap-table-modal/index.mjs";
|
|
90
|
-
import { useTableModal as
|
|
90
|
+
import { useTableModal as gr } from "./business/ap-table-modal/hooks/use-table-modal.mjs";
|
|
91
91
|
import { useTableSelectModal as Sr } from "./business/ap-table-modal/hooks/use-table-select-modal.mjs";
|
|
92
|
-
import { ApAttachment as
|
|
92
|
+
import { ApAttachment as Cr } from "./business/ap-attachment/index.mjs";
|
|
93
93
|
import { ApBatchAction as Gr } from "./business/ap-batch-action/index.mjs";
|
|
94
94
|
import { ApBatchActionGroup as Pr } from "./business/ap-batch-action-group/index.mjs";
|
|
95
95
|
import { ApButtonGroup as Er } from "./business/ap-button-group/index.mjs";
|
|
@@ -107,14 +107,14 @@ import { ApLadder as Yr } from "./business/ap-ladder/index.mjs";
|
|
|
107
107
|
import { ApSelectLayout as $r } from "./business/ap-select-layout/index.mjs";
|
|
108
108
|
import { ApStatus as ot, ApStatusGroup as rt } from "./business/ap-status/index.mjs";
|
|
109
109
|
import { ApTitle as pt } from "./business/ap-title/index.mjs";
|
|
110
|
-
import { usePageListApTable as
|
|
110
|
+
import { usePageListApTable as ft } from "./business/hooks/usePageListApTable.mjs";
|
|
111
111
|
import { usePageListApGrid as lt } from "./business/hooks/usePageListApGrid.mjs";
|
|
112
112
|
import { usePageListAgGrid as xt } from "./business/hooks/usePageListAgGrid.mjs";
|
|
113
113
|
import { computedRecords as At, flattenColumns as st, formatDataIndex as it, formatNumber as nt } from "./business/ap-summary/utils.mjs";
|
|
114
114
|
import { ApSummary as Ft } from "./business/ap-summary/index.mjs";
|
|
115
|
-
import { ApNeedNameKeyDefault as
|
|
115
|
+
import { ApNeedNameKeyDefault as It } from "./business/ap-appendix/interface.mjs";
|
|
116
116
|
import { ApAppendix as Tt } from "./business/ap-appendix/index.mjs";
|
|
117
|
-
import { default as
|
|
117
|
+
import { default as bt } from "./business/ap-upload-file/ap-upload-single/ap-upload-single.vue.mjs";
|
|
118
118
|
import { default as Dt } from "./business/batch-input-group/index.vue.mjs";
|
|
119
119
|
import { default as ht } from "./business/batch-input-group/form-item.vue.mjs";
|
|
120
120
|
import { ApSizeInput as Lt } from "./business/ap-size-input/index.mjs";
|
|
@@ -132,41 +132,43 @@ import { ApDraggableGrid as Zt } from "./business/ap-draggable-grid/index.mjs";
|
|
|
132
132
|
import { ApValueSelectCard as ep } from "./business/ap-value-select-card/index.mjs";
|
|
133
133
|
import { useAgGridModal as rp } from "./business/ag-grid-modal/hooks/use-ag-grid-modal.mjs";
|
|
134
134
|
import { useAgGridSelectModal as pp } from "./business/ag-grid-modal/hooks/use-ag-grid-select-modal.mjs";
|
|
135
|
-
import { ApSelectedItems as
|
|
135
|
+
import { ApSelectedItems as fp } from "./business/ag-grid-modal/selected-items/index.mjs";
|
|
136
136
|
import { default as lp } from "./business/ap-tag/ap-tag.vue.mjs";
|
|
137
137
|
import { default as xp } from "./business/ap-tag/ap-tag-group.vue.mjs";
|
|
138
138
|
import { NeedNameKeyDefault as Ap } from "./business/ap-upload/apUploadTypes.mjs";
|
|
139
139
|
import { default as ip } from "./business/ap-upload/apUpload.vue.mjs";
|
|
140
140
|
import { ApDownLoadNeedNameKeyDefault as cp } from "./business/ap-download/interface.mjs";
|
|
141
|
-
import { default as
|
|
141
|
+
import { default as gp } from "./business/ap-download/ap-download.vue.mjs";
|
|
142
142
|
import { formatString as Sp } from "./business/ap-descriptions/formatter/utils.mjs";
|
|
143
|
-
import { default as
|
|
143
|
+
import { default as Cp } from "./business/ap-descriptions/ap-descriptions.vue.mjs";
|
|
144
144
|
import { ApFilePreview as Gp } from "./business/ap-file-preview/index.mjs";
|
|
145
|
-
import {
|
|
146
|
-
import {
|
|
147
|
-
import { default as Np } from "./
|
|
148
|
-
import { default as vp } from "./editable-table/
|
|
149
|
-
import {
|
|
150
|
-
import {
|
|
151
|
-
import { default as Kp } from "./scroll-bar/
|
|
152
|
-
import { default as Up } from "./scroll-
|
|
153
|
-
import { default as _p } from "./
|
|
154
|
-
import { default as Hp } from "./
|
|
155
|
-
import { default as Wp } from "./
|
|
156
|
-
import {
|
|
157
|
-
import {
|
|
158
|
-
import {
|
|
159
|
-
import { default as ea } from "./ap-grid/
|
|
160
|
-
import { default as ra } from "./ap-grid/editable/
|
|
161
|
-
import { default as pa } from "./
|
|
162
|
-
import { default as
|
|
163
|
-
import { default as la } from "./
|
|
164
|
-
import { default as xa } from "./
|
|
165
|
-
import { default as Aa } from "./ag-grid/
|
|
166
|
-
import { default as ia } from "./ag-grid/editable/
|
|
145
|
+
import { default as Pp } from "./business/ag-grid-container/index.vue.mjs";
|
|
146
|
+
import { useTablePaging as Ep } from "./ap-table/hooks/use-table-paging.mjs";
|
|
147
|
+
import { default as Np } from "./ap-table/components/setting/modal/index.vue.mjs";
|
|
148
|
+
import { default as vp } from "./editable-table/index.vue.mjs";
|
|
149
|
+
import { default as yp } from "./editable-table/form-item.vue.mjs";
|
|
150
|
+
import { ensureRangeValue as Bp } from "./scroll-bar/utils/index.mjs";
|
|
151
|
+
import { default as Kp } from "./scroll-bar/index.vue.mjs";
|
|
152
|
+
import { default as Up } from "./scroll-bar/internal.vue.mjs";
|
|
153
|
+
import { default as _p } from "./scroll-view/index.vue.mjs";
|
|
154
|
+
import { default as Hp } from "./portal/index.vue.mjs";
|
|
155
|
+
import { default as Wp } from "./full-screen/index.vue.mjs";
|
|
156
|
+
import { default as Jp } from "./resize-observer/index.vue.mjs";
|
|
157
|
+
import { ROW_SELECTION_FIELD as Xp } from "./ap-grid/constants.mjs";
|
|
158
|
+
import { toTreeArray as Zp } from "./ap-grid/utils/to-tree-array.mjs";
|
|
159
|
+
import { default as ea } from "./ap-grid/index.vue.mjs";
|
|
160
|
+
import { default as ra } from "./ap-grid/editable/index.vue.mjs";
|
|
161
|
+
import { default as pa } from "./ap-grid/editable/form-item.vue.mjs";
|
|
162
|
+
import { default as fa } from "./text/index.vue.mjs";
|
|
163
|
+
import { default as la } from "./text/group.vue.mjs";
|
|
164
|
+
import { default as xa } from "./mask/index.vue.mjs";
|
|
165
|
+
import { default as Aa } from "./ag-grid/index.vue.mjs";
|
|
166
|
+
import { default as ia } from "./ag-grid/editable/index.vue.mjs";
|
|
167
|
+
import { default as ca } from "./ag-grid/editable/form-item.vue.mjs";
|
|
167
168
|
export {
|
|
168
|
-
|
|
169
|
-
|
|
169
|
+
g as APConfigProvider,
|
|
170
|
+
Aa as AgGrid,
|
|
171
|
+
Pp as AgGridContainer,
|
|
170
172
|
rr as ApActionButton,
|
|
171
173
|
Jo as ApActionGroup,
|
|
172
174
|
E as ApActionItem,
|
|
@@ -174,7 +176,7 @@ export {
|
|
|
174
176
|
_o as ApActionItemModal,
|
|
175
177
|
Ho as ApActionItemPopconfirm,
|
|
176
178
|
Tt as ApAppendix,
|
|
177
|
-
|
|
179
|
+
Cr as ApAttachment,
|
|
178
180
|
Gr as ApBatchAction,
|
|
179
181
|
Pr as ApBatchActionGroup,
|
|
180
182
|
er as ApButton,
|
|
@@ -182,31 +184,31 @@ export {
|
|
|
182
184
|
Nr as ApCard,
|
|
183
185
|
pr as ApConfirmButton,
|
|
184
186
|
Mt as ApCopy,
|
|
185
|
-
|
|
187
|
+
Cp as ApDescriptions,
|
|
186
188
|
cp as ApDownLoadNeedNameKeyDefault,
|
|
187
|
-
|
|
189
|
+
gp as ApDownload,
|
|
188
190
|
Zt as ApDraggableGrid,
|
|
189
191
|
y as ApDrawer,
|
|
190
192
|
vr as ApExpandAlert,
|
|
191
193
|
Br as ApExportGroup,
|
|
192
194
|
yr as ApExportGroupActionType,
|
|
193
|
-
|
|
195
|
+
C as ApField,
|
|
194
196
|
Uo as ApFieldCascader,
|
|
195
197
|
Ao as ApFieldCheckbox,
|
|
196
198
|
io as ApFieldDate,
|
|
197
199
|
Go as ApFieldDateRange,
|
|
198
200
|
co as ApFieldNumber,
|
|
199
201
|
Eo as ApFieldPassword,
|
|
200
|
-
|
|
202
|
+
go as ApFieldRadio,
|
|
201
203
|
yo as ApFieldRate,
|
|
202
|
-
|
|
204
|
+
b as ApFieldRead,
|
|
203
205
|
Ko as ApFieldSecond,
|
|
204
206
|
vo as ApFieldSegmented,
|
|
205
207
|
Po as ApFieldSelect,
|
|
206
208
|
No as ApFieldSlider,
|
|
207
209
|
So as ApFieldSwitch,
|
|
208
210
|
xo as ApFieldText,
|
|
209
|
-
|
|
211
|
+
Co as ApFieldTextArea,
|
|
210
212
|
Bo as ApFieldTreeSelect,
|
|
211
213
|
Gp as ApFilePreview,
|
|
212
214
|
S as ApForm,
|
|
@@ -217,7 +219,7 @@ export {
|
|
|
217
219
|
ht as ApFormItemBatchInput,
|
|
218
220
|
Oe as ApFormItemCascader,
|
|
219
221
|
we as ApFormItemCheckbox,
|
|
220
|
-
|
|
222
|
+
be as ApFormItemDate,
|
|
221
223
|
De as ApFormItemDateRange,
|
|
222
224
|
ze as ApFormItemGroup,
|
|
223
225
|
Te as ApFormItemNumber,
|
|
@@ -227,15 +229,15 @@ export {
|
|
|
227
229
|
Rt as ApFormItemSizeInput,
|
|
228
230
|
Re as ApFormItemSwitch,
|
|
229
231
|
Fe as ApFormItemText,
|
|
230
|
-
|
|
232
|
+
Ie as ApFormItemTextArea,
|
|
231
233
|
Me as ApFormItemTextPassword,
|
|
232
234
|
ke as ApFormItemTreeSelect,
|
|
233
235
|
je as ApFormList,
|
|
234
236
|
Qe as ApFormModalForm,
|
|
235
|
-
|
|
237
|
+
mo as ApFormProvider,
|
|
236
238
|
qe as ApFormSearchForm,
|
|
237
239
|
$e as ApFormSet,
|
|
238
|
-
|
|
240
|
+
ea as ApGrid,
|
|
239
241
|
_r as ApImage,
|
|
240
242
|
Hr as ApInputRadio,
|
|
241
243
|
Ht as ApKeepAlive,
|
|
@@ -245,12 +247,12 @@ export {
|
|
|
245
247
|
Yr as ApLadder,
|
|
246
248
|
Zo as ApList,
|
|
247
249
|
v as ApModal,
|
|
248
|
-
|
|
250
|
+
It as ApNeedNameKeyDefault,
|
|
249
251
|
B as ApProCard,
|
|
250
252
|
wt as ApProductInfo,
|
|
251
253
|
Ot as ApRadioGroup,
|
|
252
254
|
$r as ApSelectLayout,
|
|
253
|
-
|
|
255
|
+
fp as ApSelectedItems,
|
|
254
256
|
Lt as ApSizeInput,
|
|
255
257
|
j as ApSkeleton,
|
|
256
258
|
k as ApStatisticCard,
|
|
@@ -259,15 +261,15 @@ export {
|
|
|
259
261
|
Ft as ApSummary,
|
|
260
262
|
V as ApTable,
|
|
261
263
|
cr as ApTableModal,
|
|
262
|
-
|
|
264
|
+
Np as ApTableSetting,
|
|
263
265
|
lp as ApTag,
|
|
264
266
|
xp as ApTagGroup,
|
|
265
|
-
|
|
266
|
-
|
|
267
|
+
fa as ApText,
|
|
268
|
+
la as ApTextGroup,
|
|
267
269
|
pt as ApTitle,
|
|
268
270
|
ir as ApTransformDataHelper,
|
|
269
271
|
ip as ApUpload,
|
|
270
|
-
|
|
272
|
+
bt as ApUploadSingle,
|
|
271
273
|
ep as ApValueSelectCard,
|
|
272
274
|
kt as ApView,
|
|
273
275
|
Dt as BatchInputGroup,
|
|
@@ -276,25 +278,25 @@ export {
|
|
|
276
278
|
ie as ConfigProvider,
|
|
277
279
|
Q as DEFAULT_NAMESPACE,
|
|
278
280
|
X as DEFAULT_UIMODE,
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
281
|
+
ia as EditableAgGrid,
|
|
282
|
+
ca as EditableAgGridFormItem,
|
|
283
|
+
ra as EditableGrid,
|
|
284
|
+
pa as EditableGridFormItem,
|
|
285
|
+
vp as EditableTable,
|
|
286
|
+
yp as EditableTableFormItem,
|
|
287
|
+
Wp as FullScreen,
|
|
286
288
|
Ar as Highlight,
|
|
287
|
-
|
|
289
|
+
Up as InternalScrollBar,
|
|
288
290
|
O as LoadingBar,
|
|
289
291
|
Wt as LruCacher,
|
|
290
|
-
|
|
292
|
+
xa as Mask,
|
|
291
293
|
Ap as NeedNameKeyDefault,
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
294
|
+
Hp as Portal,
|
|
295
|
+
Xp as ROW_SELECTION_FIELD,
|
|
296
|
+
fr as Render,
|
|
297
|
+
Jp as ResizeObserver,
|
|
298
|
+
Kp as ScrollBar,
|
|
299
|
+
_p as ScrollView,
|
|
298
300
|
z as Splitter,
|
|
299
301
|
lr as TimeAgo,
|
|
300
302
|
D as adminToken,
|
|
@@ -306,7 +308,7 @@ export {
|
|
|
306
308
|
q as configProviderProps,
|
|
307
309
|
Ur as convertExportField,
|
|
308
310
|
de as defaultNamespace,
|
|
309
|
-
|
|
311
|
+
Bp as ensureRangeValue,
|
|
310
312
|
st as flattenColumns,
|
|
311
313
|
_t as forceStopTags,
|
|
312
314
|
it as formatDataIndex,
|
|
@@ -320,20 +322,20 @@ export {
|
|
|
320
322
|
Qr as locales,
|
|
321
323
|
xe as namespaceContextKey,
|
|
322
324
|
ee as provideGlobalConfig,
|
|
323
|
-
|
|
324
|
-
|
|
325
|
+
Zp as toTreeArray,
|
|
326
|
+
fe as translate,
|
|
325
327
|
rp as useAgGridModal,
|
|
326
328
|
pp as useAgGridSelectModal,
|
|
327
329
|
Jt as useApKeepAliveInject,
|
|
328
330
|
ue as useGetDerivedNamespace,
|
|
329
331
|
oe as useGlobalConfig,
|
|
330
|
-
|
|
332
|
+
me as useLocale,
|
|
331
333
|
Ae as useNamespace,
|
|
332
334
|
xt as usePageListAgGrid,
|
|
333
335
|
lt as usePageListApGrid,
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
336
|
+
ft as usePageListApTable,
|
|
337
|
+
gr as useTableModal,
|
|
338
|
+
Ep as useTablePaging,
|
|
337
339
|
Sr as useTableSelectModal,
|
|
338
340
|
xr as useTimeAgo
|
|
339
341
|
};
|
package/es/src/version.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
declare const _default: "7.20.
|
|
1
|
+
declare const _default: "7.20.4";
|
|
2
2
|
export default _default;
|
package/es/src/version.mjs
CHANGED