@zjpcy/simple-design 1.0.7 → 1.0.8
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/cjs/index.js +1 -1
- package/dist/es/_virtual/index2.js +1 -0
- package/dist/es/_virtual/use-sync-external-store-shim.development.js +1 -0
- package/dist/es/_virtual/use-sync-external-store-shim.production.js +1 -0
- package/dist/es/index.js +1 -1
- package/dist/es/node_modules/i18next/dist/esm/i18next.js +1 -0
- package/dist/es/node_modules/react-i18next/dist/es/I18nextProvider.js +1 -0
- package/dist/es/node_modules/react-i18next/dist/es/context.js +1 -0
- package/dist/es/node_modules/react-i18next/dist/es/defaults.js +1 -0
- package/dist/es/node_modules/react-i18next/dist/es/i18nInstance.js +1 -0
- package/dist/es/node_modules/react-i18next/dist/es/initReactI18next.js +1 -0
- package/dist/es/node_modules/react-i18next/dist/es/unescape.js +1 -0
- package/dist/es/node_modules/react-i18next/dist/es/useTranslation.js +1 -0
- package/dist/es/node_modules/react-i18next/dist/es/utils.js +1 -0
- package/dist/es/node_modules/use-sync-external-store/cjs/use-sync-external-store-shim.development.js +1 -0
- package/dist/es/node_modules/use-sync-external-store/cjs/use-sync-external-store-shim.production.js +1 -0
- package/dist/es/node_modules/use-sync-external-store/shim/index.js +1 -0
- package/dist/es/src/i18n/I18nProvider.js +1 -0
- package/dist/es/src/i18n/index.js +1 -0
- package/dist/es/src/i18n/locales/en-US.json.js +1 -0
- package/dist/es/src/i18n/locales/zh-CN.json.js +1 -0
- package/dist/i18n/locales/en-US.json +482 -0
- package/dist/i18n/locales/zh-CN.json +482 -0
- package/dist/types/{Button → components/Button}/Button.d.ts +1 -1
- package/dist/types/{index.d.ts → components/index.d.ts} +2 -0
- package/dist/types/i18n/I18nProvider.d.ts +10 -0
- package/dist/types/i18n/index.d.ts +3 -0
- package/package.json +8 -2
- /package/dist/types/{Anchor → components/Anchor}/index.d.ts +0 -0
- /package/dist/types/{Anchor → components/Anchor}/types.d.ts +0 -0
- /package/dist/types/{Button → components/Button}/index.d.ts +0 -0
- /package/dist/types/{ColorPicker → components/ColorPicker}/index.d.ts +0 -0
- /package/dist/types/{ColorPicker → components/ColorPicker}/types.d.ts +0 -0
- /package/dist/types/{CopyToClipboard → components/CopyToClipboard}/index.d.ts +0 -0
- /package/dist/types/{CopyToClipboard → components/CopyToClipboard}/types.d.ts +0 -0
- /package/dist/types/{Divider → components/Divider}/index.d.ts +0 -0
- /package/dist/types/{Empty → components/Empty}/index.d.ts +0 -0
- /package/dist/types/{Empty → components/Empty}/types.d.ts +0 -0
- /package/dist/types/{Flex → components/Flex}/index.d.ts +0 -0
- /package/dist/types/{Flex → components/Flex}/types.d.ts +0 -0
- /package/dist/types/{Hooks → components/Hooks}/useCopy.d.ts +0 -0
- /package/dist/types/{Icon → components/Icon}/Icon.d.ts +0 -0
- /package/dist/types/{Icon → components/Icon}/index.d.ts +0 -0
- /package/dist/types/{Icon → components/Icon}/path.d.ts +0 -0
- /package/dist/types/{Input → components/Input}/InputBase.d.ts +0 -0
- /package/dist/types/{Input → components/Input}/Number.d.ts +0 -0
- /package/dist/types/{Input → components/Input}/Search.d.ts +0 -0
- /package/dist/types/{Input → components/Input}/index.d.ts +0 -0
- /package/dist/types/{Marquee → components/Marquee}/index.d.ts +0 -0
- /package/dist/types/{Masonry → components/Masonry}/index.d.ts +0 -0
- /package/dist/types/{Masonry → components/Masonry}/types.d.ts +0 -0
- /package/dist/types/{Message → components/Message}/Message.d.ts +0 -0
- /package/dist/types/{Message → components/Message}/index.d.ts +0 -0
- /package/dist/types/{Message → components/Message}/types.d.ts +0 -0
- /package/dist/types/{Modal → components/Modal}/index.d.ts +0 -0
- /package/dist/types/{Modal → components/Modal}/types.d.ts +0 -0
- /package/dist/types/{Notice → components/Notice}/Notice.d.ts +0 -0
- /package/dist/types/{Notification → components/Notification}/Notification.d.ts +0 -0
- /package/dist/types/{Notification → components/Notification}/types.d.ts +0 -0
- /package/dist/types/{Radio → components/Radio}/index.d.ts +0 -0
- /package/dist/types/{Radio → components/Radio}/types.d.ts +0 -0
- /package/dist/types/{Select → components/Select}/index.d.ts +0 -0
- /package/dist/types/{Select → components/Select}/types.d.ts +0 -0
- /package/dist/types/{Space → components/Space}/index.d.ts +0 -0
- /package/dist/types/{Space → components/Space}/types.d.ts +0 -0
- /package/dist/types/{Table → components/Table}/index.d.ts +0 -0
- /package/dist/types/{Top → components/Top}/index.d.ts +0 -0
- /package/dist/types/{Typography → components/Typography}/index.d.ts +0 -0
- /package/dist/types/{Typography → components/Typography}/types.d.ts +0 -0
|
@@ -0,0 +1,482 @@
|
|
|
1
|
+
{
|
|
2
|
+
"MODAL_TITLE": "Title",
|
|
3
|
+
"MODAL_OKTEXT": "OK",
|
|
4
|
+
"MODAL_CANCELTEXT": "Cancel",
|
|
5
|
+
"EMPTY_DESCRIPTION": "No data",
|
|
6
|
+
"SELECT_PLACEHOLDER": "Please select",
|
|
7
|
+
"INTRO": "Introduction",
|
|
8
|
+
"INSTALL": "Installation",
|
|
9
|
+
"I18N": "Internationalization",
|
|
10
|
+
"BUTTON": "Button",
|
|
11
|
+
"COLORPICKER": "Color Picker",
|
|
12
|
+
"COPYTOCLIPBOARD": "Copy to Clipboard",
|
|
13
|
+
"DIVIDER": "Divider",
|
|
14
|
+
"EMPTY": "Empty State",
|
|
15
|
+
"FLEX": "Flex",
|
|
16
|
+
"ICON": "Icon",
|
|
17
|
+
"INPUT": "Input",
|
|
18
|
+
"MARQUEE": "Marquee",
|
|
19
|
+
"MESSAGE": "Message",
|
|
20
|
+
"NOTICE": "Notice",
|
|
21
|
+
"NOTIFICATION": "Notification",
|
|
22
|
+
"RADIO": "Radio",
|
|
23
|
+
"TABLE": "Table",
|
|
24
|
+
"TOP": "Back to Top",
|
|
25
|
+
"TYPOGRAPHY": "Typography",
|
|
26
|
+
"VARIABLES": "Variables",
|
|
27
|
+
"API_REF": "API Reference",
|
|
28
|
+
"IDP_DESIGN": "IDP Design",
|
|
29
|
+
"IDP_STUDIO": "IDP Studio",
|
|
30
|
+
"INTRO_DESCRIPTION": "Introduction to IDP Design Component Library",
|
|
31
|
+
"INSTALL_DESCRIPTION": "How to install and reference",
|
|
32
|
+
"I18N_DESCRIPTION": "Internationalization support for component library",
|
|
33
|
+
"BUTTON_DESCRIPTION": "Button component",
|
|
34
|
+
"COLORPICKER_DESCRIPTION": "Color picker component",
|
|
35
|
+
"COPYTOCLIPBOARD_DESCRIPTION": "Copy to clipboard component",
|
|
36
|
+
"DIVIDER_DESCRIPTION": "Divider component",
|
|
37
|
+
"EMPTY_DESCRIPTION": "Empty state component",
|
|
38
|
+
"FLEX_DESCRIPTION": "Flex layout component",
|
|
39
|
+
"ICON_DESCRIPTION": "Icon component",
|
|
40
|
+
"INPUT_DESCRIPTION": "Input component",
|
|
41
|
+
"MARQUEE_DESCRIPTION": "Marquee component",
|
|
42
|
+
"MESSAGE_DESCRIPTION": "Message component",
|
|
43
|
+
"NOTICE_DESCRIPTION": "Notice component",
|
|
44
|
+
"NOTIFICATION_DESCRIPTION": "Notification component",
|
|
45
|
+
"RADIO_DESCRIPTION": "Radio component",
|
|
46
|
+
"SELECT_DESCRIPTION": "Select component",
|
|
47
|
+
"TABLE_DESCRIPTION": "Table component",
|
|
48
|
+
"TOP_DESCRIPTION": "Back to top component",
|
|
49
|
+
"TYPOGRAPHY_DESCRIPTION": "Typography component",
|
|
50
|
+
"VARIABLES_DESCRIPTION": "Customize component library theme colors",
|
|
51
|
+
"API_REF_DESCRIPTION": "View component API documentation",
|
|
52
|
+
"LANGUAGE_SWITCH": "Language Switch",
|
|
53
|
+
"ENGLISH": "English",
|
|
54
|
+
"CHINESE": "中文",
|
|
55
|
+
"VERSION": "Version",
|
|
56
|
+
"BUTTON_COMPONENT": "Button Component",
|
|
57
|
+
"BUTTON_DESCRIPTION": "Customizable button component with multiple styles and sizes.",
|
|
58
|
+
"BASIC_USAGE": "Basic Usage",
|
|
59
|
+
"SHOW_VARIANTS_SIZES": "Display buttons with different variants and sizes.",
|
|
60
|
+
"VARIANT_BUTTONS": "Variant Buttons",
|
|
61
|
+
"SIZE_BUTTONS": "Size Buttons",
|
|
62
|
+
"DISABLED_STATE": "Disabled State",
|
|
63
|
+
"ICON_BUTTONS": "Buttons with Icons",
|
|
64
|
+
"CUSTOM_STYLE": "Custom Style",
|
|
65
|
+
"API_PARAMETERS": "API Parameters",
|
|
66
|
+
"PARAM_NAME": "Parameter Name",
|
|
67
|
+
"TYPE": "Type",
|
|
68
|
+
"DEFAULT_VALUE": "Default Value",
|
|
69
|
+
"DESCRIPTION": "Description",
|
|
70
|
+
"CHILDREN": "children",
|
|
71
|
+
"CHILDREN_DESC": "Button text content",
|
|
72
|
+
"VARIANT": "variant",
|
|
73
|
+
"VARIANT_DESC": "Button variant style",
|
|
74
|
+
"SIZE": "size",
|
|
75
|
+
"SIZE_DESC": "Button size",
|
|
76
|
+
"DISABLED": "disabled",
|
|
77
|
+
"DISABLED_DESC": "Whether the button is disabled",
|
|
78
|
+
"ON_CLICK": "onClick",
|
|
79
|
+
"ON_CLICK_DESC": "Click event callback",
|
|
80
|
+
"CLASS_NAME": "className",
|
|
81
|
+
"CLASS_NAME_DESC": "Custom CSS class name",
|
|
82
|
+
"STYLE": "style",
|
|
83
|
+
"STYLE_DESC": "Custom inline style",
|
|
84
|
+
"ICON": "icon",
|
|
85
|
+
"ICON_DESC": "Button prefix icon, supports string (built-in icon name) or custom icon node",
|
|
86
|
+
"CODE_EXAMPLES": "Code Examples",
|
|
87
|
+
"USAGE_IN_OTHER_PROJECTS": "Usage in Other Projects",
|
|
88
|
+
"BASIC_USAGE_CODE": "Basic Usage",
|
|
89
|
+
"DIFFERENT_SIZES": "Different Sizes",
|
|
90
|
+
"DISABLED_BUTTON": "Disabled Button",
|
|
91
|
+
"BUTTON_WITH_ICON": "Button with Icon",
|
|
92
|
+
"BUTTON_SEARCH": "Search",
|
|
93
|
+
"BUTTON_USER": "User",
|
|
94
|
+
"BUTTON_DELETE": "Delete",
|
|
95
|
+
"BUTTON_CONFIRM": "Confirm",
|
|
96
|
+
"BUTTON_WARNING": "Warning",
|
|
97
|
+
"CUSTOM_STYLE_CLICK": "Custom Style and Click Event",
|
|
98
|
+
"INSTALLATION": "Installation",
|
|
99
|
+
"INSTALLATION_DESCRIPTION": "IDP Design component library supports multiple installation methods, you can choose the one that suits your needs.",
|
|
100
|
+
"LOCAL_FILE_INSTALLATION": "Installation from Local Files",
|
|
101
|
+
"LOCAL_FILE_INSTALLATION_DESC": "If you have obtained the local files of the IDP Design component library, you can install it in the following ways:",
|
|
102
|
+
"NPM_LOCAL_INSTALL": "Install from local directory using npm",
|
|
103
|
+
"NPM_LOCAL_INSTALL_DESC": "Install the local component library directory as a dependency in your project:",
|
|
104
|
+
"YARN_LOCAL_INSTALL": "Install from local directory using yarn",
|
|
105
|
+
"PATH_TO_IDP_DESIGN": "/path/to/idp-design",
|
|
106
|
+
"PATH_TO_IDP_DESIGN_DESC": "is the absolute path to your local IDP Design component library.",
|
|
107
|
+
"GIT_REPO_INSTALLATION": "Installation from Git Repository",
|
|
108
|
+
"GIT_REPO_INSTALLATION_DESC": "You can directly install the IDP Design component library from the Git repository, supporting specified branches or tags:",
|
|
109
|
+
"LATEST_MAIN_BRANCH": "Install the latest version of the main branch",
|
|
110
|
+
"SPECIFIC_BRANCH": "Install a specified branch",
|
|
111
|
+
"BRANCH_NAME": "branch-name",
|
|
112
|
+
"BRANCH_NAME_DESC": "Replace with the branch name you want to install, for example",
|
|
113
|
+
"EXAMPLE_BRANCHES": "dev or feature/new-component.",
|
|
114
|
+
"SPECIFIC_TAG": "Install a specified tag version",
|
|
115
|
+
"V1_0_0": "v1.0.0",
|
|
116
|
+
"V1_0_0_DESC": "Replace with the specific version tag you want to install.",
|
|
117
|
+
"UPDATING_DEPENDENCIES": "Updating Dependencies",
|
|
118
|
+
"UPDATING_DEPENDENCIES_DESC": "When a new version of the IDP Design component library is released, you can update the dependencies in the following ways:",
|
|
119
|
+
"UPDATING_INSTALLED_DEPENDENCIES": "Update locally installed dependencies",
|
|
120
|
+
"REINSTALLING_LOCAL_FILES": "Reinstall local file dependencies",
|
|
121
|
+
"USING_FORCE_PARAM": "Use the --force parameter to force reinstallation to ensure you get the latest local files.",
|
|
122
|
+
"UPDATING_GIT_DEPENDENCIES": "Update Git repository dependencies",
|
|
123
|
+
"UNINSTALL_REINSTALL": "Or uninstall and then reinstall:",
|
|
124
|
+
"SEARCH": "Search",
|
|
125
|
+
"USER": "User",
|
|
126
|
+
"DELETE": "Delete",
|
|
127
|
+
"CONFIRM": "Confirm",
|
|
128
|
+
"WARNING": "Warning",
|
|
129
|
+
"REFERENCE_COMPONENT": "Reference Component",
|
|
130
|
+
"COLORPICKER_COMPONENT": "ColorPicker Component",
|
|
131
|
+
"COLORPICKER_DESCRIPTION": "Color selection component that supports preset colors, opacity adjustment, and gradient colors.",
|
|
132
|
+
"DIVIDER_ORIENTATION": "Divider orientation",
|
|
133
|
+
"DIVIDER_TYPE": "Divider type",
|
|
134
|
+
"DIVIDER_COLOR": "Divider color",
|
|
135
|
+
"DIVIDER_COMPONENT": "Divider Component",
|
|
136
|
+
"DIVIDER_DESCRIPTION": "Component for dividing page content, supporting both horizontal and vertical orientations, and solid and dashed types.",
|
|
137
|
+
"DIVIDER_SHOW_ORIENTATIONS_TYPES": "Display dividers with different orientations and types.",
|
|
138
|
+
"HORIZONTAL_DIVIDER": "Horizontal Divider",
|
|
139
|
+
"ABOVE_DEFAULT_HORIZONTAL": "Above is the default horizontal divider",
|
|
140
|
+
"BELOW_DEFAULT_HORIZONTAL": "Below is the default horizontal divider",
|
|
141
|
+
"VERTICAL_DIVIDER": "Vertical Divider",
|
|
142
|
+
"LEFT_CONTENT": "Left content",
|
|
143
|
+
"RIGHT_CONTENT": "Right content",
|
|
144
|
+
"SOLID_DASHED": "Solid and Dashed",
|
|
145
|
+
"ABOVE_SOLID_DEFAULT": "Above is the solid divider (default)",
|
|
146
|
+
"CONTENT_BETWEEN_DIVIDERS": "Content between solid and dashed dividers",
|
|
147
|
+
"BELOW_DASHED": "Below is the dashed divider",
|
|
148
|
+
"CUSTOM_COLOR": "Custom Color",
|
|
149
|
+
"DIVIDERS_DIFFERENT_COLORS": "Dividers with different colors",
|
|
150
|
+
"COMBINED_USAGE": "Combined Usage",
|
|
151
|
+
"HORIZONTAL_DASHED_CUSTOM_COLOR": "Horizontal dashed line with custom color",
|
|
152
|
+
"DIVIDERS_CUSTOM_STYLE": "Dividers with custom styles",
|
|
153
|
+
"DIVIDER_WITH_TEXT": "Divider with Text",
|
|
154
|
+
"TEXT_CONTENT": "Text content",
|
|
155
|
+
"COPY_URL_OR_TEXT_CONTENT": "URL or text content to copy",
|
|
156
|
+
"COPY_STATUS_CHANGE_CALLBACK": "Copy status change callback",
|
|
157
|
+
"CUSTOM_CHILD_ELEMENT": "Custom child element",
|
|
158
|
+
"COPY_OPERATION_PROMISE": "Copy operation Promise",
|
|
159
|
+
"COPY_SUCCESS": "Copy successful!",
|
|
160
|
+
"COPY_FAILED": "Copy failed!",
|
|
161
|
+
"COPYTOCLIPBOARD_COMPONENT": "CopyToClipboard Component",
|
|
162
|
+
"COPYTOCLIPBOARD_DESCRIPTION": "Component for copying text to clipboard, supporting custom styles and status callbacks.",
|
|
163
|
+
"DISPLAY_DIFFERENT_STYLES_COPY_BUTTONS": "Display copy buttons with different styles.",
|
|
164
|
+
"TEXT_LINK_STYLE": "Text Link Style",
|
|
165
|
+
"COPY_LINK": "Copy Link",
|
|
166
|
+
"BUTTON_STYLE": "Button Style",
|
|
167
|
+
"CLICK_TO_COPY_CUSTOM_LINK": "Click to copy custom link",
|
|
168
|
+
"STYLED_LINK": "Styled Link",
|
|
169
|
+
"COPY_STYLED_LINK": "Copy styled link",
|
|
170
|
+
"USING_USECOPY_HOOK": "Using useCopy Hook",
|
|
171
|
+
"USE_USECOPY_TO_COPY_LINK": "Use useCopy to copy link",
|
|
172
|
+
"COMPONENT": "Component",
|
|
173
|
+
"HOOK": "Hook",
|
|
174
|
+
"SUCCESS": "success",
|
|
175
|
+
"EMPTY_COMPONENT": "Empty Empty State",
|
|
176
|
+
"EMPTY_DESCRIPTION": "Empty state component used to display friendly prompt messages when there is no data.",
|
|
177
|
+
"DEFAULT_EMPTY_STATE": "Default Empty State",
|
|
178
|
+
"CUSTOM_DESCRIPTION": "Custom Description",
|
|
179
|
+
"CUSTOM_ICON": "Custom Icon",
|
|
180
|
+
"CUSTOM_IMAGE": "Custom Image",
|
|
181
|
+
"WITH_ACTION_BUTTON": "With Action Button",
|
|
182
|
+
"DIFFERENT_SIZES": "Different Sizes",
|
|
183
|
+
"COMBINED_USAGE": "Combined Usage",
|
|
184
|
+
"LARGE_SIZE": "Large Size",
|
|
185
|
+
"MIDDLE_SIZE": "Middle Size",
|
|
186
|
+
"SMALL_SIZE": "Small Size",
|
|
187
|
+
"NO_EXCEL_FILE": "No Excel Files",
|
|
188
|
+
"UPLOAD_FILE": "Upload File",
|
|
189
|
+
"VIEW_TEMPLATE": "View Template",
|
|
190
|
+
"LOAD_DATA": "Load Data",
|
|
191
|
+
"TRANSPARENCY_ADJUSTMENT": "Transparency Adjustment",
|
|
192
|
+
"ENABLE_ALPHA_PROPERTY": "Enable transparency adjustment through the alpha property, supporting RGBA color format.",
|
|
193
|
+
"WITH_TRANSPARENCY": "With Transparency",
|
|
194
|
+
"PRESET_COLORS": "Preset Colors",
|
|
195
|
+
"SET_PRESET_COLORS": "Set common preset colors through the presetColors property for quick selection.",
|
|
196
|
+
"DISABLED_STATE": "Disabled State",
|
|
197
|
+
"DISABLE_COLOR_PICKER": "Disable the color picker through the disabled property; cannot open the selection panel when disabled.",
|
|
198
|
+
"COLOR_SQUARE": "Color Square",
|
|
199
|
+
"COLOR_TEXT": "Color Text",
|
|
200
|
+
"COLOR_BUTTON": "Color Button",
|
|
201
|
+
"SELECT_COLOR": "Select Color",
|
|
202
|
+
"CUSTOM_STYLE": "Custom Style",
|
|
203
|
+
"CUSTOM_STYLE_PROPERTY": "Customize the style of the color picker through the style property.",
|
|
204
|
+
"CUSTOM_BORDER_RADIUS": "Custom Border Radius",
|
|
205
|
+
"GRADIENT_SUPPORT": "Gradient Support",
|
|
206
|
+
"ENABLE_GRADIENT": "Enable gradient color support through the gradient property, supporting linear gradient color selection.",
|
|
207
|
+
"BASIC_GRADIENT": "Basic Gradient",
|
|
208
|
+
"GRADIENT_COLOR": "Gradient Color",
|
|
209
|
+
"FEATURES": "Features",
|
|
210
|
+
"LIGHTWEIGHT": "Lightweight: Only 2.8KB gzipped (13 times lighter than react-color)",
|
|
211
|
+
"TREE_SHAKING": "Tree Shaking: Only import used parts",
|
|
212
|
+
"FAST": "Fast: Uses hooks and functional components",
|
|
213
|
+
"TYPE_SAFE": "Type Safe: Strict TypeScript support",
|
|
214
|
+
"MOBILE_FRIENDLY": "Mobile Friendly: Supports touch devices",
|
|
215
|
+
"ACCESSIBLE": "Accessible: Follows WAI-ARIA guidelines",
|
|
216
|
+
"NO_DEPENDENCIES": "No Dependencies: Does not depend on other libraries",
|
|
217
|
+
"FLEX_COMPONENT": "Flex Component",
|
|
218
|
+
"FLEX_DESCRIPTION": "General flex layout component that provides flexible layout options.",
|
|
219
|
+
"INTERACTIVE_EXAMPLE": "Interactive Example",
|
|
220
|
+
"ADJUST_PROPERTIES": "Adjust various properties of the flex layout in real-time through the buttons and input boxes below.",
|
|
221
|
+
"ITEM_COUNT": "Item Count",
|
|
222
|
+
"ITEMS": "items",
|
|
223
|
+
"DIRECTION": "Direction (higher priority than Layout)",
|
|
224
|
+
"CURRENT_VALUE": "Current Value",
|
|
225
|
+
"DEMONSTRATION_EFFECT": "Demonstration Effect",
|
|
226
|
+
"CURRENT_CONFIGURATION": "Current Configuration",
|
|
227
|
+
"MULTI_LEVEL_NESTING": "Multi-level Nesting Example",
|
|
228
|
+
"NESTING_DESCRIPTION": "Demonstrates the multi-level nesting usage of the Flex component to achieve complex layout structures.",
|
|
229
|
+
"TITLE_AREA": "Title Area",
|
|
230
|
+
"VERTICAL_LAYOUT": "Vertical Layout",
|
|
231
|
+
"CENTER_ALIGNMENT": "Center Alignment",
|
|
232
|
+
"JUSTIFY_BETWEEN": "Space Between",
|
|
233
|
+
"WRAP_LAYOUT": "Wrap Layout",
|
|
234
|
+
"COMPLEX_USAGE": "Complex Usage",
|
|
235
|
+
"LEFT_CONTENT": "Left Content",
|
|
236
|
+
"RIGHT_CONTENT": "Right Content",
|
|
237
|
+
"ACTION_AREA": "Action Area",
|
|
238
|
+
"FLEX_CHILDREN_DESC": "Child component content",
|
|
239
|
+
"FLEX_LAYOUT_DESC": "Quickly set the layout direction, horizontal for horizontal layout, column for column layout",
|
|
240
|
+
"FLEX_DIRECTION_DESC": "flex-direction property, with higher priority than layout",
|
|
241
|
+
"FLEX_JUSTIFY_DESC": "justify-content property",
|
|
242
|
+
"FLEX_ALIGN_DESC": "align-items property",
|
|
243
|
+
"FLEX_WRAP_DESC": "flex-wrap property",
|
|
244
|
+
"FLEX_GAP_DESC": "gap property, supporting numeric values (px) and strings",
|
|
245
|
+
"CENTER_CONTENT": "Center Content",
|
|
246
|
+
"MARQUEE_COMPONENT": "Marquee Announcement Component",
|
|
247
|
+
"MARQUEE_DESCRIPTION": "This is a customizable scrolling announcement component that supports various styles and configuration options.",
|
|
248
|
+
"DEFAULT_CONFIGURATION": "1. Default Configuration",
|
|
249
|
+
"DEFAULT_CONFIG_DESC": "Default height: 40px, default speed: 50, default gradient background",
|
|
250
|
+
"DEFAULT_ANNOUNCEMENT": "This is a default configured announcement message that scrolls from right to left and automatically repeats after playback!",
|
|
251
|
+
"CUSTOM_HEIGHT": "2. Custom Height",
|
|
252
|
+
"HEIGHT_60PX": "Height: 60px",
|
|
253
|
+
"CUSTOM_HEIGHT_ANNOUNCEMENT": "This is an announcement message with a custom height of 60px!",
|
|
254
|
+
"CUSTOM_SPEED": "3. Custom Speed",
|
|
255
|
+
"SLOW_SPEED": "Slow Speed: 20",
|
|
256
|
+
"SLOW_SPEED_ANNOUNCEMENT": "This is a slow-scrolling announcement message with a speed of 20!",
|
|
257
|
+
"FAST_SPEED": "Fast Speed: 100",
|
|
258
|
+
"FAST_SPEED_ANNOUNCEMENT": "This is a fast-scrolling announcement message with a speed of 100!",
|
|
259
|
+
"CUSTOM_BACKGROUND": "4. Custom Background",
|
|
260
|
+
"CUSTOM_GRADIENT_BACKGROUND": "Custom Gradient Background",
|
|
261
|
+
"GRADIENT_BACKGROUND_ANNOUNCEMENT_1": "This is an announcement with a custom gradient background",
|
|
262
|
+
"GRADIENT_BACKGROUND_ANNOUNCEMENT_2": "This is the second announcement with a custom gradient background",
|
|
263
|
+
"COMPREHENSIVE_CUSTOM": "5. Comprehensive Customization",
|
|
264
|
+
"COMPREHENSIVE_CUSTOM_DESC": "Height: 50px, Speed: 75, Custom Background",
|
|
265
|
+
"COMPREHENSIVE_ANNOUNCEMENT": "This is a comprehensively customized announcement, height 50px, speed 75, custom gradient background!",
|
|
266
|
+
"FIXED_TOP": "6. Fixed to Top",
|
|
267
|
+
"FIXED_TOP_DESC": "fixed=true, the announcement bar will be fixed at the top of the page",
|
|
268
|
+
"FIXED_TOP_ANNOUNCEMENT": "This is an announcement fixed at the top, remaining visible while scrolling!",
|
|
269
|
+
"CLOSE_CALLBACK": "7. Close Callback",
|
|
270
|
+
"CLOSE_CALLBACK_DESC": "Click the close button to trigger onClose callback",
|
|
271
|
+
"CLOSE_CALLBACK_ANNOUNCEMENT": "This is an announcement with close callback, click the X on the right to close!",
|
|
272
|
+
"FULL_FUNCTIONALITY": "8. Full Functionality Example",
|
|
273
|
+
"FULL_FUNCTIONALITY_DESC": "Fixed Top + Custom Height + Custom Speed + Close Callback",
|
|
274
|
+
"FULL_FUNCTIONALITY_ANNOUNCEMENT": "This is a fully functional announcement with fixed top, custom height and speed, and close support!",
|
|
275
|
+
"ANNOUNCEMENT_TEXT": "Announcement text, can be a string or string array",
|
|
276
|
+
"ANNOUNCEMENT_HEIGHT": "Height of the announcement bar in pixels",
|
|
277
|
+
"SCROLL_SPEED": "Scrolling speed, larger values scroll faster",
|
|
278
|
+
"ANNOUNCEMENT_BACKGROUND": "Background color of the announcement bar, can be solid color or gradient",
|
|
279
|
+
"DISPLAY_ANNOUNCEMENT": "Whether to display the announcement bar",
|
|
280
|
+
"FIXED_POSITION": "Whether to fix at the top of the page",
|
|
281
|
+
"FIXED_DISTANCE": "Distance from the top when fixed, in pixels",
|
|
282
|
+
"DISPLAY_ICON": "Whether to display the announcement icon",
|
|
283
|
+
"CLOSE_BUTTON_CALLBACK": "Callback function when the close button is clicked",
|
|
284
|
+
"COLORPICKER_CURRENT_COLOR": "Current Color",
|
|
285
|
+
"COLORPICKER_CURRENT_GRADIENT": "Current Gradient",
|
|
286
|
+
"COLORPICKER_COLOR_VALUE": "Current color value (supports HEX format)",
|
|
287
|
+
"COLORPICKER_CONFIRM_CHANGE": "Callback function after confirming color selection",
|
|
288
|
+
"COLORPICKER_REAL_TIME_CHANGE": "Callback function when color changes in real-time",
|
|
289
|
+
"COLORPICKER_PRESET_COLORS": "Array of preset colors",
|
|
290
|
+
"COLORPICKER_GRADIENT_SUPPORT": "Whether to support gradient colors; after enabling, can select linear gradient colors",
|
|
291
|
+
"COLORPICKER_CUSTOM_TRIGGER": "Custom trigger area, supports any React node",
|
|
292
|
+
"EMPTY_CUSTOM_ICON": "Custom icon",
|
|
293
|
+
"EMPTY_CUSTOM_IMAGE_PATH": "Custom image path",
|
|
294
|
+
"EMPTY_DATA": "No data",
|
|
295
|
+
"EMPTY_STATUS_DESCRIPTION": "Empty state description",
|
|
296
|
+
"EMPTY_CUSTOM_ACTION_AREA": "Custom action area",
|
|
297
|
+
"EMPTY_SIZE": "Empty state size",
|
|
298
|
+
"EMPTY_CUSTOM_STYLE": "Custom style",
|
|
299
|
+
"EMPTY_CUSTOM_CLASS_NAME": "Custom CSS class name",
|
|
300
|
+
"NOTICE_COMPONENT_DESC": "This is a scrolling notification bar component that uses react-fast-marquee to achieve seamless scrolling effects.",
|
|
301
|
+
"NOTICE_HIDDEN": "Notice hidden",
|
|
302
|
+
"HIDE_NOTICE": "Hide notice",
|
|
303
|
+
"SHOW_NOTICE": "Show notice",
|
|
304
|
+
"CUSTOM_CONFIGURATION": "Custom Configuration",
|
|
305
|
+
"NOTICE_TEXT": "Notice text",
|
|
306
|
+
"ENTER_NOTICE_TEXT": "Enter notice text",
|
|
307
|
+
"NOTICE_BAR_HEIGHT": "Notice bar height",
|
|
308
|
+
"SHOW_CLOSE_BUTTON": "Show close button",
|
|
309
|
+
"FLOAT_TO_TOP": "Float to top",
|
|
310
|
+
"SEAMLESS_SCROLL": "Uses Marquee component to achieve seamless scrolling effect",
|
|
311
|
+
"CONFIGURABLE_SPEED": "Scrolling speed configurable (default: 50, range: 10-100)",
|
|
312
|
+
"CUSTOM_NOTICE_TEXT": "Supports custom notice text content",
|
|
313
|
+
"CUSTOM_HEIGHT": "Supports custom notice bar height (default: 60px, range: 30-100px)",
|
|
314
|
+
"OPTIONAL_CLOSE_BUTTON": "Optional close button, 30px wide, click to hide the notice bar",
|
|
315
|
+
"FLOATING_TOP_FUNCTION": "Supports floating top function, fixed at the top of the page",
|
|
316
|
+
"TYPESCRIPT_SUPPORT": "Component supports TypeScript type definitions",
|
|
317
|
+
"USAGE_SCENARIOS": "Usage Scenarios",
|
|
318
|
+
"WEBSITE_ANNOUNCEMENT": "Website announcements",
|
|
319
|
+
"SYSTEM_NOTIFICATION": "System notifications",
|
|
320
|
+
"PROMOTION_INFO": "Promotional activity information",
|
|
321
|
+
"IMPORTANT_REMINDER": "Important message reminders",
|
|
322
|
+
"SPEED_DESC": "Scrolling speed, larger values scroll faster",
|
|
323
|
+
"HEIGHT_DESC": "Height of the notice bar in pixels",
|
|
324
|
+
"STYLES_DESC": "Custom notice bar styles",
|
|
325
|
+
"ICON_NOTICE_DESC": "Icon before the notice text",
|
|
326
|
+
"SHOW_CLOSE_BUTTON_DESC": "Whether to show the close button",
|
|
327
|
+
"CLOSE_STYLE_DESC": "Custom close button style",
|
|
328
|
+
"FLOATING_TOP_DESC": "Whether to fix and float at the top of the page",
|
|
329
|
+
"PAUSE_ON_HOVER_DESC": "Whether to pause scrolling when hovering",
|
|
330
|
+
"MESSAGE_COMPONENT_DESC": "Lightweight message prompt box for displaying success, warning and error messages.",
|
|
331
|
+
"CLICK_BUTTONS_TO_SHOW_MESSAGES": "Click the buttons to display different types of message prompts.",
|
|
332
|
+
"SHOW_SUCCESS_MESSAGE": "Show success message",
|
|
333
|
+
"SHOW_WARNING_MESSAGE": "Show warning message",
|
|
334
|
+
"SHOW_ERROR_MESSAGE": "Show error message",
|
|
335
|
+
"OPERATION_SUCCESS": "Operation successful!",
|
|
336
|
+
"WARNING_CHECK_INPUT": "Warning: Please check your input!",
|
|
337
|
+
"OPERATION_FAILED_RETRY": "Operation failed, please try again!",
|
|
338
|
+
"MESSAGE_TYPE": "Message type",
|
|
339
|
+
"MESSAGE_CONTENT": "Message content",
|
|
340
|
+
"MESSAGE_DURATION": "Message auto-close duration (milliseconds)",
|
|
341
|
+
"MESSAGE_CLOSE_CALLBACK": "Message close callback",
|
|
342
|
+
"MODAL_COMPONENT_DESC": "Modal dialog component for displaying important information or operations that require user confirmation.",
|
|
343
|
+
"CLICK_BUTTON_OPEN_BASIC_MODAL": "Click the button to open the basic modal.",
|
|
344
|
+
"OPEN_BASIC_MODAL": "Open Basic Modal",
|
|
345
|
+
"BASIC_MODAL": "Basic Modal",
|
|
346
|
+
"MODAL_CONTENT_AREA": "This is the content area of the modal, which can contain any content.",
|
|
347
|
+
"MODAL_CENTERED": "The modal will be centered horizontally and vertically.",
|
|
348
|
+
"CUSTOM_SIZE": "Custom Size",
|
|
349
|
+
"CAN_CUSTOMIZE_MODAL_WIDTH_HEIGHT": "You can customize the width and height of the modal.",
|
|
350
|
+
"SMALL_SIZE_MODAL": "Small Size Modal",
|
|
351
|
+
"LARGE_SIZE_MODAL": "Large Size Modal",
|
|
352
|
+
"SMALL_SIZE_MODAL_CONTENT": "This is a small size modal with a width of 400px.",
|
|
353
|
+
"LARGE_SIZE_MODAL_CONTENT": "This is a large size modal with a width of 800px and height of 500px.",
|
|
354
|
+
"CAN_PLACE_MORE_CONTENT": "You can place more content.",
|
|
355
|
+
"ASYNC_CONFIRMATION": "Async Confirmation",
|
|
356
|
+
"CLICK_CONFIRM_TO_PERFORM_ASYNC_OPERATION": "Click the confirm button to perform asynchronous operations, and close the modal after completion.",
|
|
357
|
+
"ASYNC_CONFIRMATION_MODAL": "Async Confirmation Modal",
|
|
358
|
+
"AFTER_CLICK_CONFIRM_BUTTON": "After clicking the confirm button, it will simulate a 1-second asynchronous operation.",
|
|
359
|
+
"MODAL_WILL_AUTOMATICALLY_CLOSE_AFTER_OPERATION_COMPLETE": "The modal will automatically close after the operation is complete.",
|
|
360
|
+
"CONTENT_HEIGHT_AUTO_ADJUSTMENT": "Content Height Auto-adjustment",
|
|
361
|
+
"WHEN_HEIGHT_NOT_SET_CONTENT_AREA_ADAPTS": "When height is not set, the content area height adapts; when height is set, the content area height is automatically calculated.",
|
|
362
|
+
"AUTO_ADJUST_HEIGHT": "Auto-adjust Height",
|
|
363
|
+
"CONTENT_SCROLL_EXAMPLE": "Content Scroll Example",
|
|
364
|
+
"AUTO_ADJUST_HEIGHT_MODAL": "Auto-adjust Height Modal",
|
|
365
|
+
"THIS_IS_A_MODAL_WITHOUT_HEIGHT_SET": "This is a modal without height set, and the content area height will automatically adjust according to the content.",
|
|
366
|
+
"YOU_CAN_ADD_MORE_CONTENT_TO_TEST_ADAPTIVE_EFFECT": "You can add more content to test the adaptive effect.",
|
|
367
|
+
"CONTENT_SCROLL_MODAL": "Content Scroll Modal",
|
|
368
|
+
"LONG_CONTENT_TEST": "Long Content Test",
|
|
369
|
+
"THIS_IS_A_MODAL_WITH_FIXED_HEIGHT": "This is a modal with fixed height, and the content area height is automatically calculated.",
|
|
370
|
+
"WHEN_CONTENT_EXCEEDS_CALCULATED_HEIGHT": "When the content exceeds the calculated height, a scrollbar will be automatically displayed.",
|
|
371
|
+
"ANIMATION_DIRECTION_DEMONSTRATION": "Animation Direction Demonstration",
|
|
372
|
+
"SUPPORT_FOUR_ANIMATION_DIRECTIONS": "Supports four animation directions, and opening and closing will use the same direction setting.",
|
|
373
|
+
"CENTER_ANIMATION": "Center Animation",
|
|
374
|
+
"TOP_RIGHT_ANIMATION": "Top Right Animation",
|
|
375
|
+
"BOTTOM_RIGHT_ANIMATION": "Bottom Right Animation",
|
|
376
|
+
"NORMAL_ANIMATION": "Normal Animation",
|
|
377
|
+
"OPEN_FROM_CENTER_POINT_ENLARGE": "Open: Enlarge from the center point",
|
|
378
|
+
"CLOSE_FROM_CENTER_POINT_SHRINK": "Close: Shrink from the center point",
|
|
379
|
+
"OPEN_FROM_TOP_RIGHT_MOVE_AND_ENLARGE": "Open: Move from top right and enlarge",
|
|
380
|
+
"CLOSE_TO_TOP_RIGHT_MOVE_AND_SHRINK": "Close: Move to top right and shrink",
|
|
381
|
+
"OPEN_FROM_BOTTOM_RIGHT_MOVE_AND_ENLARGE": "Open: Move from bottom right and enlarge",
|
|
382
|
+
"CLOSE_TO_BOTTOM_RIGHT_MOVE_AND_SHRINK": "Close: Move to bottom right and shrink",
|
|
383
|
+
"OPEN_SLIGHTLY_ENLARGE_AND_FADE_IN": "Open: Slightly enlarge and fade in",
|
|
384
|
+
"CLOSE_SLIGHTLY_SHRINK_AND_FADE_OUT": "Close: Slightly shrink and fade out",
|
|
385
|
+
"CUSTOM_TOP_POSITION": "Custom Top Position",
|
|
386
|
+
"THROUGH_TOP_PARAM_CUSTOMIZE_MODAL_DISTANCE_FROM_TOP": "You can customize the modal's distance from the top through the top parameter. When direction is set at the same time, direction will be forced to use normal.",
|
|
387
|
+
"USE_TOP_AND_DIRECTION_SIMULTANEOUSLY": "Use top and direction simultaneously",
|
|
388
|
+
"THIS_MODAL_IS_100PX_FROM_TOP": "This modal is 100px from the top",
|
|
389
|
+
"USE_TOP_PARAM_TO_CUSTOMIZE_MODAL_VERTICAL_POSITION": "Use the top parameter to customize the vertical position of the modal",
|
|
390
|
+
"THIS_MODAL_IS_200PX_FROM_TOP": "This modal is 200px from the top",
|
|
391
|
+
"ALTHOUGH_DIRECTION_TOP_RIGHT_SET_BUT_DUE_TO_TOP_PARAM": "Although direction=\"top-right\" is set, direction is forced to normal because the top parameter is set at the same time",
|
|
392
|
+
"CUSTOM_FOOTER": "Custom Footer",
|
|
393
|
+
"CAN_CUSTOMIZE_BOTTOM_BUTTONS_THROUGH_FOOTER_PARAM": "You can customize the bottom buttons through the footer parameter. When footer is null, default buttons are displayed; when a value is provided, custom buttons are displayed.",
|
|
394
|
+
"CUSTOM_FOOTER_MODAL": "Custom Footer Modal",
|
|
395
|
+
"CANCEL": "Cancel",
|
|
396
|
+
"SAVE": "Save",
|
|
397
|
+
"DELETE": "Delete",
|
|
398
|
+
"THIS_IS_A_MODAL_WITH_CUSTOM_FOOTER": "This is a modal with custom footer, which displays three buttons at the bottom: Cancel, Save, and Delete.",
|
|
399
|
+
"YOU_CAN_CUSTOMIZE_FOOTER_CONTENT_AND_STYLE": "You can customize the content and style of the footer according to your needs.",
|
|
400
|
+
"CUSTOM_MOUNT_CONTAINER": "Custom Mount Container",
|
|
401
|
+
"CAN_SPECIFY_MODAL_MOUNT_HTML_NODE_THROUGH_GET_CONTAINER_PARAM": "You can specify the HTML node where the Modal is mounted through the getContainer parameter. false means mount in the current DOM.",
|
|
402
|
+
"MOUNT_IN_CURRENT_DOM": "Mount in Current DOM",
|
|
403
|
+
"MOUNT_IN_CUSTOM_CONTAINER": "Mount in Custom Container",
|
|
404
|
+
"THIS_IS_A_CUSTOM_MOUNT_CONTAINER": "This is a custom mount container",
|
|
405
|
+
"CLICK_MOUNT_IN_CUSTOM_CONTAINER_BUTTON": "Click the \"Mount in Custom Container\" button, and the Modal will be mounted here",
|
|
406
|
+
"THIS_MODAL_IS_MOUNTED_IN_CURRENT_DOM": "This Modal is mounted in the current DOM, not in document.body.",
|
|
407
|
+
"CAN_ACHIEVE_THIS_EFFECT_THROUGH_GET_CONTAINER_FALSE": "You can achieve this effect through getContainer={false}.",
|
|
408
|
+
"THIS_MODAL_IS_MOUNTED_IN_CUSTOM_CONTAINER": "This Modal is mounted in a custom container on the page.",
|
|
409
|
+
"CAN_SPECIFY_MOUNTED_HTML_NODE_THROUGH_GET_CONTAINER_PROPERTY": "You can specify the mounted HTML node through the getContainer property.",
|
|
410
|
+
"CUSTOM_MASK_BACKGROUND_COLOR": "Custom Mask Background Color",
|
|
411
|
+
"CAN_CUSTOMIZE_MASK_BACKGROUND_COLOR_AND_OTHER_STYLES": "You can customize the mask background color and other styles through the maskStyle property.",
|
|
412
|
+
"THIS_MODAL_MASK_USES_CUSTOM_BACKGROUND_COLOR": "The mask layer of this Modal uses a custom background color (semi-transparent red).",
|
|
413
|
+
"CAN_SET_VARIOUS_STYLES_OF_MASK_THROUGH_MASK_STYLE_PROPERTY": "You can set various styles of the mask through the maskStyle property, such as background color, opacity, etc.",
|
|
414
|
+
"CUSTOM_ZINDEX": "Custom zIndex",
|
|
415
|
+
"CAN_SET_MASK_LAYER_LEVEL_THROUGH_ZINDEX_PROPERTY": "You can set the level of the mask layer through the zIndex property, with a default value of 1000. In the case of nested Modals, you need to set different zIndex values to ensure the correct display level.",
|
|
416
|
+
"OPEN_FIRST_MODAL": "Open First Modal",
|
|
417
|
+
"FIRST_MODAL_ZINDEX_1000": "First Modal (zIndex: 1000)",
|
|
418
|
+
"CLOSE": "Close",
|
|
419
|
+
"OPEN_SECOND_MODAL": "Open Second Modal",
|
|
420
|
+
"THIS_IS_THE_FIRST_MODAL_USING_DEFAULT_ZINDEX_1000": "This is the first Modal, using the default zIndex value (1000).",
|
|
421
|
+
"CLICK_OPEN_SECOND_MODAL_BUTTON_TO_POP_UP_SECOND_MODAL": "Click the \"Open Second Modal\" button to pop up the second Modal.",
|
|
422
|
+
"SECOND_MODAL_ZINDEX_1010": "Second Modal (zIndex: 1010)",
|
|
423
|
+
"THIS_IS_THE_SECOND_MODAL_USING_HIGHER_ZINDEX_1010": "This is the second Modal, using a higher zIndex value (1010).",
|
|
424
|
+
"DUE_TO_HIGHER_ZINDEX_IT_WILL_DISPLAY_ABOVE_FIRST_MODAL": "Due to the higher zIndex setting, it will be displayed above the first Modal.",
|
|
425
|
+
"MODAL_VISIBLE_DESC": "Controls whether the modal is displayed/hidden (required)",
|
|
426
|
+
"MODAL_TITLE_DESC": "Modal title",
|
|
427
|
+
"MODAL_WIDTH_DESC": "Modal width",
|
|
428
|
+
"MODAL_HEIGHT_DESC": "Modal height (optional, adapts if not set)",
|
|
429
|
+
"MODAL_HEADER_HEIGHT_DESC": "Top area height",
|
|
430
|
+
"MODAL_FOOTER_HEIGHT_DESC": "Bottom area height",
|
|
431
|
+
"MODAL_CONFIRM_LOADING_DESC": "Whether the confirm button shows loading status",
|
|
432
|
+
"MODAL_DIRECTION_DESC": "Animation direction for opening and closing",
|
|
433
|
+
"MODAL_TOP_DESC": "Distance from the top of the modal; when set, direction will be forced to normal",
|
|
434
|
+
"MODAL_FOOTER_DESC": "Bottom content, shows default buttons when null, shows custom content when provided",
|
|
435
|
+
"MODAL_ON_CANCEL_DESC": "Cancel button click callback",
|
|
436
|
+
"MODAL_ON_OK_DESC": "Confirm button click callback",
|
|
437
|
+
"MODAL_CHILDREN_DESC": "Modal content",
|
|
438
|
+
"MODAL_GET_CONTAINER_DESC": "Specifies the HTML node where the Modal is mounted; false means mount in current DOM",
|
|
439
|
+
"MODAL_OK_TEXT_DESC": "Confirm button text",
|
|
440
|
+
"MODAL_CANCEL_TEXT_DESC": "Cancel button text",
|
|
441
|
+
"MODAL_MASK_STYLE_DESC": "Custom mask layer style",
|
|
442
|
+
"MODAL_MASK_CLASS_NAME_DESC": "Custom mask layer class name",
|
|
443
|
+
"MODAL_Z_INDEX_DESC": "z-index value of the mask layer",
|
|
444
|
+
"TYPOGRAPHY_COMPONENT": "Typography Component",
|
|
445
|
+
"TYPOGRAPHY_DESCRIPTION": "Typography component, supports custom width and row limits, displays ellipsis when exceeding row limits.",
|
|
446
|
+
"SHOW_BASIC_USAGE_TYPOGRAPHY": "Demonstrates the basic usage of the Typography component.",
|
|
447
|
+
"DEFAULT_DISPLAY_NO_ROW_LIMIT": "Default display (no row limit)",
|
|
448
|
+
"LIMIT_1_ROW": "Limit to 1 row",
|
|
449
|
+
"LIMIT_2_ROWS": "Limit to 2 rows",
|
|
450
|
+
"LIMIT_3_ROWS": "Limit to 3 rows",
|
|
451
|
+
"DIFFERENT_WIDTHS": "Different widths",
|
|
452
|
+
"WIDTH_200PX_LIMIT_1_ROW": "Width 200px, limit to 1 row",
|
|
453
|
+
"WIDTH_300PX_LIMIT_2_ROWS": "Width 300px, limit to 2 rows",
|
|
454
|
+
"WIDTH_500PX_LIMIT_3_ROWS": "Width 500px, limit to 3 rows",
|
|
455
|
+
"MIXED_TEXT_WRAPPING": "Mixed Chinese and English text (testing line break issues)",
|
|
456
|
+
"MIXED_TEXT_CONTENT": "This is a test text containing English, used to test line break issues when mixing Chinese and English. When the text content exceeds the container width, English should follow immediately after Chinese instead of starting a new line separately.",
|
|
457
|
+
"MIXED_TEXT_LIMIT_2_ROWS": "Mixed Chinese and English text (limit to 2 rows)",
|
|
458
|
+
"TYPOGRAPHY_LONG_TEXT": "This is a long test text used to test the row limit function of the Typography component. When the text content exceeds the specified row limit, ellipsis should be displayed at the end. This component supports custom width and row limits to meet different layout needs.",
|
|
459
|
+
"TYPOGRAPHY_CHILDREN_DESC": "Text content",
|
|
460
|
+
"TYPOGRAPHY_WIDTH_DESC": "Width limit",
|
|
461
|
+
"TYPOGRAPHY_ROWS_DESC": "Row limit",
|
|
462
|
+
"TYPOGRAPHY_STYLE_DESC": "Custom style",
|
|
463
|
+
"TYPOGRAPHY_CLASSNAME_DESC": "Custom class name",
|
|
464
|
+
"TYPOGRAPHY_MIXED_TEXT": "This is a test text containing English, used to test line break issues when mixing Chinese and English. When the text content exceeds the container width, English should follow immediately after Chinese instead of starting a new line separately.",
|
|
465
|
+
"TYPOGRAPHY_MIXED_TEXT_2": "This is a test text containing English, used to test line break issues when mixing Chinese and English. When the text content exceeds the container width, English should follow immediately after Chinese instead of starting a new line separately.",
|
|
466
|
+
"TYPOGRAPHY_DEFAULT_DISPLAY": "Default display (no row limit)",
|
|
467
|
+
"TYPOGRAPHY_LIMIT_1_ROW": "Limit to 1 row",
|
|
468
|
+
"TYPOGRAPHY_LIMIT_2_ROWS": "Limit to 2 rows",
|
|
469
|
+
"TYPOGRAPHY_LIMIT_3_ROWS": "Limit to 3 rows",
|
|
470
|
+
"TYPOGRAPHY_DIFFERENT_WIDTHS": "Different widths",
|
|
471
|
+
"TYPOGRAPHY_MIXED_TEXT_TEST": "Mixed Chinese and English text (testing line break issues)",
|
|
472
|
+
"TYPOGRAPHY_MIXED_TEXT_TEST_2": "Mixed Chinese and English text (limit to 2 rows)",
|
|
473
|
+
"TYPOGRAPHY_BASIC_USAGE": "Basic usage",
|
|
474
|
+
"TYPOGRAPHY_API_PARAMETERS": "API parameters",
|
|
475
|
+
"TYPOGRAPHY_CODE_EXAMPLE": "Code example",
|
|
476
|
+
"TYPOGRAPHY_COMPONENT": "Typography component",
|
|
477
|
+
"TYPOGRAPHY_COMPONENT_DESCRIPTION": "Typography component that supports custom width and row limits, displaying ellipsis when exceeding row limits.",
|
|
478
|
+
"TYPOGRAPHY_BASIC_USAGE_DESCRIPTION": "Demonstrates the basic usage of the Typography component.",
|
|
479
|
+
"TYPOGRAPHY_WIDTH_200PX": "Width 200px, limit to 1 row",
|
|
480
|
+
"TYPOGRAPHY_WIDTH_300PX": "Width 300px, limit to 2 rows",
|
|
481
|
+
"TYPOGRAPHY_WIDTH_500PX": "Width 500px, limit to 3 rows"
|
|
482
|
+
}
|