tango-ui-cw 1.0.10 → 1.2.0
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/README.md +133 -126
- package/dist/component/CSSFab/index.d.ts +61 -55
- package/dist/component/CSSFab/useTangoStyle.d.ts +1 -1
- package/dist/component/TBanner/index.d.ts +53 -50
- package/dist/component/TButton/index.d.ts +109 -107
- package/dist/component/TCard/index.d.ts +40 -0
- package/dist/component/TColorPicker/index.d.ts +42 -41
- package/dist/component/TDate/index.d.ts +42 -41
- package/dist/component/TDatePicker/index.d.ts +54 -49
- package/dist/component/TDrawer/index.d.ts +59 -58
- package/dist/component/TInput/index.d.ts +111 -81
- package/dist/component/TLayout/index.d.ts +136 -133
- package/dist/component/TLine/index.d.ts +36 -33
- package/dist/component/TMark/index.d.ts +41 -38
- package/dist/component/TModal/index.d.ts +107 -52
- package/dist/component/TNotice/index.d.ts +47 -30
- package/dist/component/TSearch/index.d.ts +56 -42
- package/dist/component/TSpace/index.d.ts +60 -59
- package/dist/component/TTable/index.d.ts +117 -76
- package/dist/component/TTooltip/index.d.ts +34 -31
- package/dist/component/TUpload/index.d.ts +74 -45
- package/dist/component/index.d.ts +167 -146
- package/dist/index.cjs +26 -8
- package/dist/index.d.cts +18 -18
- package/dist/index.d.ts +18 -18
- package/dist/index.js +3334 -2305
- package/dist/providers/NoticeProvider/NoticeProvider.d.ts +43 -19
- package/dist/providers/TangoI18nProvider/TangoI18nProvider.d.ts +27 -27
- package/dist/providers/ThemeProvider/ThemeProvider.d.ts +21 -21
- package/dist/scripts/check-peers.js +82 -82
- package/dist/styles/base.css +383 -353
- package/dist/styles/global.css +383 -353
- package/dist/styles/style.css +1 -1
- package/dist/styles/theme.css +13 -13
- package/dist/styles/utilities.css +1 -1
- package/package.json +68 -68
|
@@ -1,147 +1,168 @@
|
|
|
1
|
-
export {
|
|
2
|
-
Button,
|
|
3
|
-
MaterialButton,
|
|
4
|
-
type
|
|
5
|
-
type
|
|
6
|
-
type
|
|
7
|
-
type
|
|
8
|
-
type
|
|
9
|
-
type
|
|
10
|
-
type
|
|
11
|
-
type
|
|
12
|
-
type
|
|
13
|
-
type
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
type
|
|
22
|
-
type
|
|
23
|
-
type
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
type
|
|
33
|
-
type
|
|
34
|
-
type
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
type
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
type
|
|
56
|
-
type
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
type
|
|
66
|
-
type
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
type
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
type
|
|
96
|
-
type
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
type
|
|
103
|
-
type
|
|
104
|
-
|
|
105
|
-
} from "./
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
type
|
|
110
|
-
type
|
|
111
|
-
|
|
112
|
-
} from "./
|
|
113
|
-
export {
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
type
|
|
117
|
-
type
|
|
118
|
-
type
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
} from "./
|
|
128
|
-
export {
|
|
129
|
-
|
|
130
|
-
type
|
|
131
|
-
type
|
|
132
|
-
type
|
|
133
|
-
type
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
type
|
|
144
|
-
|
|
145
|
-
} from "./
|
|
146
|
-
|
|
1
|
+
export {
|
|
2
|
+
Button,
|
|
3
|
+
MaterialButton,
|
|
4
|
+
type MaterialButtonSlotNames,
|
|
5
|
+
type MaterialButtonLocaleText,
|
|
6
|
+
type MaterialButtonProps,
|
|
7
|
+
type MaterialButtonSize,
|
|
8
|
+
type MaterialButtonVariant,
|
|
9
|
+
type ButtonSlotNames,
|
|
10
|
+
type ButtonI18nKey,
|
|
11
|
+
type ButtonLocaleText,
|
|
12
|
+
type ButtonProps,
|
|
13
|
+
type ButtonSize,
|
|
14
|
+
type ButtonVariant,
|
|
15
|
+
type LoadingMode,
|
|
16
|
+
default as TangoButton,
|
|
17
|
+
} from "./TButton";
|
|
18
|
+
|
|
19
|
+
export {
|
|
20
|
+
Banner,
|
|
21
|
+
type BannerSlotNames,
|
|
22
|
+
type BannerI18nKey,
|
|
23
|
+
type BannerLevel,
|
|
24
|
+
type BannerLocaleText,
|
|
25
|
+
type BannerProps,
|
|
26
|
+
type BannerSize,
|
|
27
|
+
default as TangoBanner,
|
|
28
|
+
} from "./TBanner";
|
|
29
|
+
|
|
30
|
+
export {
|
|
31
|
+
ColorPicker,
|
|
32
|
+
type ColorPickerSlotNames,
|
|
33
|
+
type ColorPickerFormat,
|
|
34
|
+
type ColorPickerI18nKey,
|
|
35
|
+
type ColorPickerLocaleText,
|
|
36
|
+
type ColorPickerProps,
|
|
37
|
+
type ColorPickerShowText,
|
|
38
|
+
type ColorPickerSize,
|
|
39
|
+
default as TangoColorPicker,
|
|
40
|
+
} from "./TColorPicker";
|
|
41
|
+
export {
|
|
42
|
+
DateDisplay,
|
|
43
|
+
type DateSlotNames,
|
|
44
|
+
type DateI18nKey,
|
|
45
|
+
type DateLocaleText,
|
|
46
|
+
type DateProps,
|
|
47
|
+
type DateType,
|
|
48
|
+
default as TangoDate,
|
|
49
|
+
} from "./TDate";
|
|
50
|
+
export {
|
|
51
|
+
DatePicker,
|
|
52
|
+
type DatePickerSlotNames,
|
|
53
|
+
type DatePickerI18nKey,
|
|
54
|
+
type DatePickerLocaleText,
|
|
55
|
+
type DatePickerProps,
|
|
56
|
+
type DatePickerSize,
|
|
57
|
+
default as TangoDatePicker,
|
|
58
|
+
} from "./TDatePicker";
|
|
59
|
+
export {
|
|
60
|
+
Drawer,
|
|
61
|
+
type DrawerSlotNames,
|
|
62
|
+
type DrawerFooterButton,
|
|
63
|
+
type DrawerI18nKey,
|
|
64
|
+
type DrawerLocaleText,
|
|
65
|
+
type DrawerProps,
|
|
66
|
+
type DrawerType,
|
|
67
|
+
default as TangoDrawer,
|
|
68
|
+
} from "./TDrawer";
|
|
69
|
+
export {
|
|
70
|
+
Input,
|
|
71
|
+
MaterialInput,
|
|
72
|
+
type MaterialInputSlotNames,
|
|
73
|
+
type MaterialInputLocaleText,
|
|
74
|
+
type MaterialInputProps,
|
|
75
|
+
type MaterialInputSize,
|
|
76
|
+
type InputSlotNames,
|
|
77
|
+
type InputLocaleText,
|
|
78
|
+
type InputProps,
|
|
79
|
+
type InputSize,
|
|
80
|
+
type InputStatus,
|
|
81
|
+
type InputType,
|
|
82
|
+
default as TangoInput,
|
|
83
|
+
} from "./TInput";
|
|
84
|
+
export {
|
|
85
|
+
default as Layout,
|
|
86
|
+
Header,
|
|
87
|
+
Footer,
|
|
88
|
+
Sider,
|
|
89
|
+
Content,
|
|
90
|
+
Toc,
|
|
91
|
+
type LayoutSlotNames,
|
|
92
|
+
type LayoutProps,
|
|
93
|
+
type LayoutHeaderProps,
|
|
94
|
+
type LayoutFooterProps,
|
|
95
|
+
type LayoutSiderProps,
|
|
96
|
+
type LayoutContentProps,
|
|
97
|
+
type LayoutTocProps,
|
|
98
|
+
} from "./TLayout";
|
|
99
|
+
export { default as TangoLayout } from "./TLayout";
|
|
100
|
+
export {
|
|
101
|
+
default as Line,
|
|
102
|
+
type LineSlotNames,
|
|
103
|
+
type LineProps,
|
|
104
|
+
} from "./TLine";
|
|
105
|
+
export { default as TangoLine } from "./TLine";
|
|
106
|
+
|
|
107
|
+
export {
|
|
108
|
+
default as Mark,
|
|
109
|
+
type MarkSlotNames,
|
|
110
|
+
type MarkColor,
|
|
111
|
+
type MarkProps,
|
|
112
|
+
} from "./TMark";
|
|
113
|
+
export { default as TangoMark } from "./TMark";
|
|
114
|
+
export {
|
|
115
|
+
Modal,
|
|
116
|
+
type ModalSlotNames,
|
|
117
|
+
type ModalFooterButton,
|
|
118
|
+
type ModalI18nKey,
|
|
119
|
+
type ModalLocaleText,
|
|
120
|
+
type ModalProps,
|
|
121
|
+
type ModalStaticConfig,
|
|
122
|
+
type ModalStaticResult,
|
|
123
|
+
default as TangoModal,
|
|
124
|
+
} from "./TModal";
|
|
125
|
+
export { default as Notice } from "./TNotice";
|
|
126
|
+
export { default as TangoNotice } from "./TNotice";
|
|
127
|
+
export type { NoticeSlotNames, NoticeType, NoticeVariant, NoticeProps, NoticeCallOptions, NoticePlacement } from "./TNotice";
|
|
128
|
+
export {
|
|
129
|
+
Search,
|
|
130
|
+
type SearchSlotNames,
|
|
131
|
+
type SearchI18nKey,
|
|
132
|
+
type SearchLocaleText,
|
|
133
|
+
type SearchProps,
|
|
134
|
+
type SearchSize,
|
|
135
|
+
default as TangoSearch,
|
|
136
|
+
} from "./TSearch";
|
|
137
|
+
export {
|
|
138
|
+
default as Space,
|
|
139
|
+
type SpaceSlotNames,
|
|
140
|
+
type SpaceProps,
|
|
141
|
+
type SpaceType,
|
|
142
|
+
type SxSlotValue,
|
|
143
|
+
type SxValue,
|
|
144
|
+
} from "./TSpace";
|
|
145
|
+
export { default as TangoSpace } from "./TSpace";
|
|
146
|
+
export {
|
|
147
|
+
default as Table,
|
|
148
|
+
type TableSlotNames,
|
|
149
|
+
type TableColumn,
|
|
150
|
+
type TableLocaleText,
|
|
151
|
+
type TablePagination,
|
|
152
|
+
type TableProps,
|
|
153
|
+
} from "./TTable";
|
|
154
|
+
export { default as TangoTable } from "./TTable";
|
|
155
|
+
export { default as Tooltip } from "./TTooltip";
|
|
156
|
+
export { default as TangoTooltip } from "./TTooltip";
|
|
157
|
+
export type { TooltipSlotNames, TooltipPlacement, TooltipProps } from "./TTooltip";
|
|
158
|
+
export { default as Upload } from "./TUpload";
|
|
159
|
+
export { default as TangoUpload } from "./TUpload";
|
|
160
|
+
export type { UploadSlotNames, UploadProps, UploadLocaleText, UploadI18nKey } from "./TUpload";
|
|
161
|
+
// added by clayw on 20260624: Upload 拖拽上传新增 draggable/dragPlaceholder/dragActivePlaceholder/localeText props
|
|
162
|
+
|
|
163
|
+
export { default as Card } from "./TCard";
|
|
164
|
+
export { default as TangoCard } from "./TCard";
|
|
165
|
+
export type { CardSlotNames, CardProps } from "./TCard";
|
|
166
|
+
// added by clayw on 20260624
|
|
167
|
+
|
|
147
168
|
export * from "./CSSFab";
|