@nutui/nutui 4.2.7 → 4.3.0-beta.1
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/nutui.es.js +4 -2
- package/dist/nutui.js +5365 -5004
- package/dist/nutui.umd.js +1 -1
- package/dist/packages/calendar/Calendar.js +19 -4
- package/dist/packages/calendarcard/CalendarCard.js +525 -0
- package/dist/packages/calendarcard/index.css +1 -0
- package/dist/packages/calendarcard/index.mjs +2 -0
- package/dist/packages/calendarcard/index.scss +92 -0
- package/dist/packages/calendarcard/style/css.mjs +2 -0
- package/dist/packages/calendarcard/style/index.mjs +2 -0
- package/dist/packages/calendaritem/CalendarItem.js +817 -7
- package/dist/packages/date-djiVNSnJ.js +145 -0
- package/dist/packages/datepicker/DatePicker.js +31 -30
- package/dist/packages/datepicker/index.css +1 -1
- package/dist/packages/dialog/index.css +1 -1
- package/dist/packages/dialog/index.scss +0 -3
- package/dist/packages/locale/lang/baseLang.d.ts +8 -0
- package/dist/packages/locale/lang/en-US.d.ts +8 -0
- package/dist/packages/locale/lang/en-US.js +8 -0
- package/dist/packages/locale/lang/id-ID.d.ts +8 -0
- package/dist/packages/locale/lang/id-ID.js +8 -0
- package/dist/packages/locale/lang/zh-CN.d.ts +8 -0
- package/dist/packages/locale/lang/zh-CN.js +8 -0
- package/dist/packages/locale/lang/zh-TW.d.ts +8 -0
- package/dist/packages/locale/lang/zh-TW.js +8 -0
- package/dist/packages/picker/index.css +1 -1
- package/dist/packages/picker/index.scss +2 -0
- package/dist/smartips/web-types.json +62 -1
- package/dist/style.css +1 -1
- package/dist/styles/base-jdb.css +1 -1
- package/dist/styles/base-jddkh.css +1 -1
- package/dist/styles/base-jdt.css +1 -1
- package/dist/styles/themes/default.scss +1 -0
- package/dist/styles/themes/jdb.scss +1 -0
- package/dist/styles/themes/jddkh.scss +1 -0
- package/dist/styles/themes/jdt.scss +1 -0
- package/dist/styles/variables-jdb.scss +1 -0
- package/dist/styles/variables-jddkh.scss +1 -0
- package/dist/styles/variables-jdt.scss +1 -0
- package/dist/styles/variables.scss +1 -0
- package/dist/types/__VUE/calendar/index.vue.d.ts +2 -0
- package/dist/types/__VUE/calendarcard/icon.d.ts +12 -0
- package/dist/types/__VUE/calendarcard/icon.taro.d.ts +12 -0
- package/dist/types/__VUE/calendarcard/index.vue.d.ts +95 -0
- package/dist/types/__VUE/calendarcard/types.d.ts +12 -0
- package/dist/types/__VUE/calendarcard/utils.d.ts +19 -0
- package/dist/types/__VUE/indicator/index.vue.d.ts +1 -1
- package/dist/types/__VUE/steps/index.vue.d.ts +1 -1
- package/dist/types/__VUE/tour/index.vue.d.ts +1 -1
- package/dist/types/index.d.ts +3 -2
- package/dist/types/locale/lang/baseLang.d.ts +8 -0
- package/dist/types/locale/lang/en-US.d.ts +8 -0
- package/dist/types/locale/lang/id-ID.d.ts +8 -0
- package/dist/types/locale/lang/zh-CN.d.ts +8 -0
- package/dist/types/locale/lang/zh-TW.d.ts +8 -0
- package/package.json +1 -1
- package/dist/packages/index-NLe0VBkN.js +0 -959
|
@@ -379,6 +379,7 @@ $backtop-border-color: #e0e0e0 !default;
|
|
|
379
379
|
// calendar
|
|
380
380
|
$calendar-primary-color: $primary-color !default;
|
|
381
381
|
$calendar-choose-color: rgba($primary-color, 0.09) !default;
|
|
382
|
+
$calendar-choose-background-color: rgba($primary-color, 0.09) !default;
|
|
382
383
|
$calendar-choose-font-color: $primary-color !default;
|
|
383
384
|
$calendar-base-color: #333333 !default;
|
|
384
385
|
$calendar-disable-color: #d1d0d0 !default;
|
|
@@ -311,6 +311,7 @@ $backtop-border-color: #e0e0e0 !default;
|
|
|
311
311
|
// calendar
|
|
312
312
|
$calendar-primary-color: $primary-color !default;
|
|
313
313
|
$calendar-choose-color: rgba(250, 44, 25, 0.12) !default;
|
|
314
|
+
$calendar-choose-background-color: rgba(250, 44, 25, 0.12) !default;
|
|
314
315
|
$calendar-choose-font-color: $title-color !default;
|
|
315
316
|
$calendar-base-color: $title-color !default;
|
|
316
317
|
$calendar-disable-color: #d1d0d0 !default;
|
|
@@ -309,6 +309,7 @@ $backtop-border-color: var(--nut-backtop-border-color, #e0e0e0) !default;
|
|
|
309
309
|
// calendar
|
|
310
310
|
$calendar-primary-color: var(--nut-calendar-primary-color, $primary-color) !default;
|
|
311
311
|
$calendar-choose-color: var(--nut-calendar-choose-color, rgba($primary-color, 0.09)) !default;
|
|
312
|
+
$calendar-choose-background-color: var(--nut-calendar-choose-background-color, rgba($primary-color, 0.09)) !default;
|
|
312
313
|
$calendar-choose-font-color: var(--nut-calendar-choose-font-color, $primary-color) !default;
|
|
313
314
|
$calendar-base-color: var(--nut-calendar-base-color, #323233) !default;
|
|
314
315
|
$calendar-disable-color: var(--nut-calendar-disable-color, #d1d0d0) !default;
|
|
@@ -332,6 +332,7 @@ $backtop-border-color: var(--nut-backtop-border-color, #e0e0e0) !default;
|
|
|
332
332
|
// calendar
|
|
333
333
|
$calendar-primary-color: var(--nut-calendar-primary-color, $primary-color) !default;
|
|
334
334
|
$calendar-choose-color: var(--nut-calendar-choose-color, $primary-color) !default;
|
|
335
|
+
$calendar-choose-background-color: var(--nut-calendar-choose-background-color, rgba(#fa2c19, 0.09)) !default;
|
|
335
336
|
$calendar-choose-font-color: var(--nut-calendar-choose-font-color, $primary-color) !default;
|
|
336
337
|
$calendar-base-color: var(--nut-calendar-base-color, #333333) !default;
|
|
337
338
|
$calendar-disable-color: var(--nut-calendar-disable-color, #d1d0d0) !default;
|
|
@@ -74,7 +74,9 @@ declare const _default: Install< import("vue").DefineComponent<{
|
|
|
74
74
|
};
|
|
75
75
|
disabledDate: FunctionConstructor;
|
|
76
76
|
}, {
|
|
77
|
+
visible: import("vue").WritableComputedRef<boolean>;
|
|
77
78
|
closePopup: () => void;
|
|
79
|
+
opened: () => void;
|
|
78
80
|
update: () => void;
|
|
79
81
|
close: () => void;
|
|
80
82
|
select: (param: any) => void;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
export declare const Left: () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
2
|
+
[key: string]: any;
|
|
3
|
+
}>;
|
|
4
|
+
export declare const Right: () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
5
|
+
[key: string]: any;
|
|
6
|
+
}>;
|
|
7
|
+
export declare const DoubleLeft: () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
8
|
+
[key: string]: any;
|
|
9
|
+
}>;
|
|
10
|
+
export declare const DoubleRight: () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
11
|
+
[key: string]: any;
|
|
12
|
+
}>;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
export declare const Left: () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
2
|
+
[key: string]: any;
|
|
3
|
+
}>;
|
|
4
|
+
export declare const Right: () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
5
|
+
[key: string]: any;
|
|
6
|
+
}>;
|
|
7
|
+
export declare const DoubleLeft: () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
8
|
+
[key: string]: any;
|
|
9
|
+
}>;
|
|
10
|
+
export declare const DoubleRight: () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
11
|
+
[key: string]: any;
|
|
12
|
+
}>;
|
|
@@ -0,0 +1,95 @@
|
|
|
1
|
+
import { PropType } from 'vue';
|
|
2
|
+
import { CalendarCardDay, CalendarCardType, CalendarCardValue } from './types';
|
|
3
|
+
|
|
4
|
+
declare type Install<T> = T & {
|
|
5
|
+
install(app: import('vue').App): void;
|
|
6
|
+
};
|
|
7
|
+
declare const _default: Install< import("vue").DefineComponent<{
|
|
8
|
+
type: {
|
|
9
|
+
type: PropType<CalendarCardType>;
|
|
10
|
+
default: string;
|
|
11
|
+
};
|
|
12
|
+
firstDayOfWeek: {
|
|
13
|
+
type: NumberConstructor;
|
|
14
|
+
default: number;
|
|
15
|
+
};
|
|
16
|
+
modelValue: {
|
|
17
|
+
type: PropType<CalendarCardValue>;
|
|
18
|
+
default: () => never[];
|
|
19
|
+
};
|
|
20
|
+
startDate: {
|
|
21
|
+
type: DateConstructor;
|
|
22
|
+
default: null;
|
|
23
|
+
};
|
|
24
|
+
endDate: {
|
|
25
|
+
type: DateConstructor;
|
|
26
|
+
default: null;
|
|
27
|
+
};
|
|
28
|
+
disableDay: {
|
|
29
|
+
type: FunctionConstructor;
|
|
30
|
+
default: () => boolean;
|
|
31
|
+
};
|
|
32
|
+
}, {
|
|
33
|
+
days: import("vue").Ref<{
|
|
34
|
+
type?: "next" | "prev" | "current" | undefined;
|
|
35
|
+
year: number;
|
|
36
|
+
month: number;
|
|
37
|
+
date: number;
|
|
38
|
+
}[]>;
|
|
39
|
+
month: import("vue").Ref<{
|
|
40
|
+
year: number;
|
|
41
|
+
month: number;
|
|
42
|
+
}>;
|
|
43
|
+
weekHeader: import("vue").ComputedRef<{
|
|
44
|
+
name: string;
|
|
45
|
+
key: number;
|
|
46
|
+
}[]>;
|
|
47
|
+
getClasses: (day: CalendarCardDay) => string[];
|
|
48
|
+
handleDayClick: (day: CalendarCardDay) => void;
|
|
49
|
+
jump: (step?: number) => void;
|
|
50
|
+
translate: (keyPath: string, ...args: unknown[]) => any;
|
|
51
|
+
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("change" | "update:modelValue" | "dayClick" | "pageChange")[], "change" | "update:modelValue" | "dayClick" | "pageChange", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
52
|
+
type: {
|
|
53
|
+
type: PropType<CalendarCardType>;
|
|
54
|
+
default: string;
|
|
55
|
+
};
|
|
56
|
+
firstDayOfWeek: {
|
|
57
|
+
type: NumberConstructor;
|
|
58
|
+
default: number;
|
|
59
|
+
};
|
|
60
|
+
modelValue: {
|
|
61
|
+
type: PropType<CalendarCardValue>;
|
|
62
|
+
default: () => never[];
|
|
63
|
+
};
|
|
64
|
+
startDate: {
|
|
65
|
+
type: DateConstructor;
|
|
66
|
+
default: null;
|
|
67
|
+
};
|
|
68
|
+
endDate: {
|
|
69
|
+
type: DateConstructor;
|
|
70
|
+
default: null;
|
|
71
|
+
};
|
|
72
|
+
disableDay: {
|
|
73
|
+
type: FunctionConstructor;
|
|
74
|
+
default: () => boolean;
|
|
75
|
+
};
|
|
76
|
+
}>> & {
|
|
77
|
+
onChange?: ((...args: any[]) => any) | undefined;
|
|
78
|
+
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
|
79
|
+
onDayClick?: ((...args: any[]) => any) | undefined;
|
|
80
|
+
onPageChange?: ((...args: any[]) => any) | undefined;
|
|
81
|
+
}, {
|
|
82
|
+
type: CalendarCardType;
|
|
83
|
+
modelValue: CalendarCardValue;
|
|
84
|
+
startDate: Date;
|
|
85
|
+
endDate: Date;
|
|
86
|
+
firstDayOfWeek: number;
|
|
87
|
+
disableDay: Function;
|
|
88
|
+
}, {}>>;
|
|
89
|
+
export default _default;
|
|
90
|
+
|
|
91
|
+
declare module 'vue' {
|
|
92
|
+
interface GlobalComponents {
|
|
93
|
+
NutCalendarCard: typeof _default;
|
|
94
|
+
}
|
|
95
|
+
}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
export type CalendarCardType = 'single' | 'multiple' | 'range' | 'week';
|
|
2
|
+
export interface CalendarCardDay {
|
|
3
|
+
type?: 'prev' | 'current' | 'next';
|
|
4
|
+
year: number;
|
|
5
|
+
month: number;
|
|
6
|
+
date: number;
|
|
7
|
+
}
|
|
8
|
+
export interface CalendarCardMonth {
|
|
9
|
+
year: number;
|
|
10
|
+
month: number;
|
|
11
|
+
}
|
|
12
|
+
export type CalendarCardValue = Date | Date[] | null;
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { CalendarCardDay, CalendarCardMonth, CalendarCardValue } from './types';
|
|
2
|
+
export declare const convertDateToDay: (date: Date) => {
|
|
3
|
+
year: number;
|
|
4
|
+
month: number;
|
|
5
|
+
date: number;
|
|
6
|
+
} | null;
|
|
7
|
+
export declare const convertDayToDate: (day: CalendarCardDay) => Date | null;
|
|
8
|
+
export declare const valueToRange: (val?: CalendarCardValue) => ({
|
|
9
|
+
year: number;
|
|
10
|
+
month: number;
|
|
11
|
+
date: number;
|
|
12
|
+
} | null)[];
|
|
13
|
+
export declare const rangeTovalue: (range?: CalendarCardDay[]) => (Date | null)[];
|
|
14
|
+
export declare const getPrevMonthDays: (year: number, month: number, firstDayOfWeek: number) => CalendarCardDay[];
|
|
15
|
+
export declare const getCurrentMonthDays: (year: number, month: number) => CalendarCardDay[];
|
|
16
|
+
export declare const getCurrentWeekDays: (day: CalendarCardDay, firstDayOfWeek: number) => CalendarCardDay[];
|
|
17
|
+
export declare const getDays: (month: CalendarCardMonth, firstDayOfWeek: number) => CalendarCardDay[];
|
|
18
|
+
export declare const compareDay: (day1: CalendarCardDay, day2: CalendarCardDay) => number | undefined;
|
|
19
|
+
export declare const isSameDay: (day1: CalendarCardDay, day2: CalendarCardDay) => boolean;
|
|
@@ -35,8 +35,8 @@ declare const _default: Install< import("vue").DefineComponent<{
|
|
|
35
35
|
}>> & {
|
|
36
36
|
onClickStep?: ((...args: any[]) => any) | undefined;
|
|
37
37
|
}, {
|
|
38
|
-
direction: StepsDirection;
|
|
39
38
|
current: string | number;
|
|
39
|
+
direction: StepsDirection;
|
|
40
40
|
progressDot: boolean;
|
|
41
41
|
}, {}>>;
|
|
42
42
|
export default _default;
|
|
@@ -175,8 +175,8 @@ declare const _default: Install< import("vue").DefineComponent<{
|
|
|
175
175
|
modelValue: boolean;
|
|
176
176
|
offset: Number[];
|
|
177
177
|
bgColor: string;
|
|
178
|
-
theme: PopoverTheme;
|
|
179
178
|
current: number;
|
|
179
|
+
theme: PopoverTheme;
|
|
180
180
|
location: PopoverLocation;
|
|
181
181
|
completeTxt: string;
|
|
182
182
|
steps: StepOptions[];
|
package/dist/types/index.d.ts
CHANGED
|
@@ -33,6 +33,7 @@ import Range from './__VUE/range/index.vue';
|
|
|
33
33
|
import Searchbar from './__VUE/searchbar/index.vue';
|
|
34
34
|
import Cascader from './__VUE/cascader/index.vue';
|
|
35
35
|
import Calendar from './__VUE/calendar/index.vue';
|
|
36
|
+
import CalendarCard from './__VUE/calendarcard/index.vue';
|
|
36
37
|
import Checkbox from './__VUE/checkbox/index.vue';
|
|
37
38
|
import CheckboxGroup from './__VUE/checkboxgroup/index.vue';
|
|
38
39
|
import DatePicker from './__VUE/datepicker/index.vue';
|
|
@@ -110,8 +111,8 @@ import Comment from './__VUE/comment/index.vue';
|
|
|
110
111
|
import Invoice from './__VUE/invoice/index.vue';
|
|
111
112
|
import AvatarCropper from './__VUE/avatarcropper/index.vue';
|
|
112
113
|
declare function install(app: App): void;
|
|
113
|
-
declare const version = "4.
|
|
114
|
-
export { install, version, Locale, Button, Cell, CellGroup, Overlay, Popup, ConfigProvider, Image, Layout, Col, Row, Sticky, Divider, Grid, GridItem, Space, Navbar, FixedNav, Menu, MenuItem, Tabbar, TabbarItem, Elevator, Pagination, Tabs, TabPane, Indicator, SideNavbar, SideNavbarItem, SubSideNavbar, Range, Searchbar, Cascader, Calendar, Checkbox, CheckboxGroup, DatePicker, InputNumber, Input, Radio, RadioGroup, Rate, CalendarItem, Picker, ShortPassword, Textarea, Uploader, NumberKeyboard, Form, FormItem, Swipe, SwipeGroup, ActionSheet, Backtop, Drag, Dialog, InfiniteLoading, PullRefresh, Notify, Switch, Toast, Audio, AudioOperate, Avatar, AvatarGroup, List, Progress, CircleProgress, Noticebar, Empty, Video, Steps, Step, Swiper, SwiperItem, Price, ImagePreview, Countup, Countdown, Badge, Tag, Popover, Skeleton, Collapse, CollapseItem, Table, Animate, Ellipsis, Watermark, TrendArrow, Tour, Address, Barrage, Signature, TimeSelect, TimePannel, TimeDetail, Sku, Card, Ecard, AddressList, Category, CategoryPane, Comment, Invoice, AvatarCropper, showDialog, showNotify, showToast, showImagePreview };
|
|
114
|
+
declare const version = "4.3.0-beta.1";
|
|
115
|
+
export { install, version, Locale, Button, Cell, CellGroup, Overlay, Popup, ConfigProvider, Image, Layout, Col, Row, Sticky, Divider, Grid, GridItem, Space, Navbar, FixedNav, Menu, MenuItem, Tabbar, TabbarItem, Elevator, Pagination, Tabs, TabPane, Indicator, SideNavbar, SideNavbarItem, SubSideNavbar, Range, Searchbar, Cascader, Calendar, CalendarCard, Checkbox, CheckboxGroup, DatePicker, InputNumber, Input, Radio, RadioGroup, Rate, CalendarItem, Picker, ShortPassword, Textarea, Uploader, NumberKeyboard, Form, FormItem, Swipe, SwipeGroup, ActionSheet, Backtop, Drag, Dialog, InfiniteLoading, PullRefresh, Notify, Switch, Toast, Audio, AudioOperate, Avatar, AvatarGroup, List, Progress, CircleProgress, Noticebar, Empty, Video, Steps, Step, Swiper, SwiperItem, Price, ImagePreview, Countup, Countdown, Badge, Tag, Popover, Skeleton, Collapse, CollapseItem, Table, Animate, Ellipsis, Watermark, TrendArrow, Tour, Address, Barrage, Signature, TimeSelect, TimePannel, TimeDetail, Sku, Card, Ecard, AddressList, Category, CategoryPane, Comment, Invoice, AvatarCropper, showDialog, showNotify, showToast, showImagePreview };
|
|
115
116
|
declare const _default: {
|
|
116
117
|
install: typeof install;
|
|
117
118
|
version: string;
|
|
@@ -26,6 +26,14 @@ export declare abstract class BaseLang {
|
|
|
26
26
|
monthTitle: Function;
|
|
27
27
|
today: string;
|
|
28
28
|
};
|
|
29
|
+
abstract calendarcard: {
|
|
30
|
+
weekdays: Array<string>;
|
|
31
|
+
end: string;
|
|
32
|
+
start: string;
|
|
33
|
+
title: string;
|
|
34
|
+
monthTitle: Function;
|
|
35
|
+
today: string;
|
|
36
|
+
};
|
|
29
37
|
abstract shortpassword: {
|
|
30
38
|
title: string;
|
|
31
39
|
desc: string;
|
|
@@ -27,6 +27,14 @@ declare class Lang extends BaseLang {
|
|
|
27
27
|
monthTitle: (year: number, month: number) => string;
|
|
28
28
|
today: string;
|
|
29
29
|
};
|
|
30
|
+
calendarcard: {
|
|
31
|
+
weekdays: string[];
|
|
32
|
+
end: string;
|
|
33
|
+
start: string;
|
|
34
|
+
title: string;
|
|
35
|
+
monthTitle: (year: number, month: number) => string;
|
|
36
|
+
today: string;
|
|
37
|
+
};
|
|
30
38
|
shortpassword: {
|
|
31
39
|
title: string;
|
|
32
40
|
desc: string;
|
|
@@ -27,6 +27,14 @@ declare class Lang extends BaseLang {
|
|
|
27
27
|
monthTitle: (year: number, month: number) => string;
|
|
28
28
|
today: string;
|
|
29
29
|
};
|
|
30
|
+
calendarcard: {
|
|
31
|
+
weekdays: string[];
|
|
32
|
+
end: string;
|
|
33
|
+
start: string;
|
|
34
|
+
title: string;
|
|
35
|
+
monthTitle: (year: number, month: number) => string;
|
|
36
|
+
today: string;
|
|
37
|
+
};
|
|
30
38
|
shortpassword: {
|
|
31
39
|
title: string;
|
|
32
40
|
desc: string;
|
|
@@ -27,6 +27,14 @@ declare class Lang extends BaseLang {
|
|
|
27
27
|
monthTitle: (year: number, month: number) => string;
|
|
28
28
|
today: string;
|
|
29
29
|
};
|
|
30
|
+
calendarcard: {
|
|
31
|
+
weekdays: string[];
|
|
32
|
+
end: string;
|
|
33
|
+
start: string;
|
|
34
|
+
title: string;
|
|
35
|
+
monthTitle: (year: number, month: number) => string;
|
|
36
|
+
today: string;
|
|
37
|
+
};
|
|
30
38
|
shortpassword: {
|
|
31
39
|
title: string;
|
|
32
40
|
desc: string;
|
|
@@ -27,6 +27,14 @@ declare class Lang extends BaseLang {
|
|
|
27
27
|
monthTitle: (year: number, month: number) => string;
|
|
28
28
|
today: string;
|
|
29
29
|
};
|
|
30
|
+
calendarcard: {
|
|
31
|
+
weekdays: string[];
|
|
32
|
+
end: string;
|
|
33
|
+
start: string;
|
|
34
|
+
title: string;
|
|
35
|
+
monthTitle: (year: number, month: number) => string;
|
|
36
|
+
today: string;
|
|
37
|
+
};
|
|
30
38
|
shortpassword: {
|
|
31
39
|
title: string;
|
|
32
40
|
desc: string;
|