@dt-frames/ui 1.0.52 → 2.0.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.
Files changed (183) hide show
  1. package/README.md +18 -1
  2. package/package.json +62 -40
  3. package/es/assets/data/icons/actions.d.ts +0 -1
  4. package/es/assets/data/icons/actions.ts +0 -427
  5. package/es/assets/data/icons/code.d.ts +0 -1
  6. package/es/assets/data/icons/code.ts +0 -10
  7. package/es/assets/data/icons/commuticate.d.ts +0 -1
  8. package/es/assets/data/icons/commuticate.ts +0 -190
  9. package/es/assets/data/icons/currency.d.ts +0 -1
  10. package/es/assets/data/icons/currency.ts +0 -46
  11. package/es/assets/data/icons/devices.d.ts +0 -1
  12. package/es/assets/data/icons/devices.ts +0 -128
  13. package/es/assets/data/icons/edit.d.ts +0 -1
  14. package/es/assets/data/icons/edit.ts +0 -165
  15. package/es/assets/data/icons/file.d.ts +0 -1
  16. package/es/assets/data/icons/file.ts +0 -104
  17. package/es/assets/data/icons/math.d.ts +0 -1
  18. package/es/assets/data/icons/math.ts +0 -53
  19. package/es/assets/data/icons/message.d.ts +0 -1
  20. package/es/assets/data/icons/message.ts +0 -75
  21. package/es/assets/data/icons/navigate.d.ts +0 -1
  22. package/es/assets/data/icons/navigate.ts +0 -181
  23. package/es/assets/data/icons/other.d.ts +0 -1
  24. package/es/assets/data/icons/other.ts +0 -333
  25. package/es/assets/data/icons.d.ts +0 -4
  26. package/es/assets/data/icons.ts +0 -58
  27. package/es/assets/imgs/header/avatar.png +0 -0
  28. package/es/assets/imgs/logo/logo.png +0 -0
  29. package/es/assets/imgs/table/empty.png +0 -0
  30. package/es/assets/locales/en.json +0 -97
  31. package/es/assets/locales/zh.json +0 -100
  32. package/es/assets/style/index.less +0 -10
  33. package/es/assets/style/reset.less +0 -17
  34. package/es/components/container/index.d.ts +0 -3
  35. package/es/components/container/index.less +0 -85
  36. package/es/components/container/src/bar.d.ts +0 -14
  37. package/es/components/container/src/scroll-bar.d.ts +0 -93
  38. package/es/components/container/src/scroll-container.d.ts +0 -99
  39. package/es/components/curd/index.d.ts +0 -2
  40. package/es/components/curd/src/components/dialog.d.ts +0 -1505
  41. package/es/components/curd/src/components/props.d.ts +0 -34
  42. package/es/components/curd/src/hooks/useCurd.d.ts +0 -17
  43. package/es/components/curd/src/types/curd.type.d.ts +0 -22
  44. package/es/components/forms/index.d.ts +0 -5
  45. package/es/components/forms/index.less +0 -107
  46. package/es/components/forms/src/componentMap.d.ts +0 -4
  47. package/es/components/forms/src/components/formButton.d.ts +0 -83
  48. package/es/components/forms/src/components/formIcon.d.ts +0 -2866
  49. package/es/components/forms/src/components/formInputUseDialog.d.ts +0 -911
  50. package/es/components/forms/src/components/formItem.d.ts +0 -58
  51. package/es/components/forms/src/components/radioButton.d.ts +0 -33
  52. package/es/components/forms/src/const/form.const.d.ts +0 -7
  53. package/es/components/forms/src/hooks/helper.d.ts +0 -8
  54. package/es/components/forms/src/hooks/useForm.d.ts +0 -5
  55. package/es/components/forms/src/hooks/useFormActions.d.ts +0 -13
  56. package/es/components/forms/src/hooks/useFormEvents.d.ts +0 -26
  57. package/es/components/forms/src/hooks/useFormValue.d.ts +0 -3
  58. package/es/components/forms/src/hooks/useFormValues.d.ts +0 -14
  59. package/es/components/forms/src/hooks/useLabelWidth.d.ts +0 -35
  60. package/es/components/forms/src/index.d.ts +0 -182
  61. package/es/components/forms/src/prop.d.ts +0 -79
  62. package/es/components/forms/src/types/form.type.d.ts +0 -115
  63. package/es/components/icons/index.d.ts +0 -3
  64. package/es/components/icons/index.less +0 -109
  65. package/es/components/icons/src/pick-icon.d.ts +0 -441
  66. package/es/components/icons/src/svg-icon.d.ts +0 -44
  67. package/es/components/iframe/index.d.ts +0 -2
  68. package/es/components/iframe/index.less +0 -3
  69. package/es/components/iframe/src/index.d.ts +0 -967
  70. package/es/components/iframe/src/index.less +0 -3
  71. package/es/components/index.d.ts +0 -14
  72. package/es/components/modal/index.d.ts +0 -3
  73. package/es/components/modal/index.less +0 -60
  74. package/es/components/modal/src/components/close-icon.d.ts +0 -309
  75. package/es/components/modal/src/components/modal-wrap.d.ts +0 -237
  76. package/es/components/modal/src/components/modal.d.ts +0 -200
  77. package/es/components/modal/src/components/modalFooter.d.ts +0 -124
  78. package/es/components/modal/src/hooks/useDrag.d.ts +0 -7
  79. package/es/components/modal/src/hooks/useFullScreen.d.ts +0 -12
  80. package/es/components/modal/src/hooks/useModal.d.ts +0 -4
  81. package/es/components/modal/src/index.d.ts +0 -1190
  82. package/es/components/modal/src/props.d.ts +0 -93
  83. package/es/components/modal/src/types/modal.type.d.ts +0 -25
  84. package/es/components/router/base-router.d.ts +0 -2
  85. package/es/components/router/index.d.ts +0 -2
  86. package/es/components/source/index.d.ts +0 -1
  87. package/es/components/source/src/hooks/useDownload.d.ts +0 -8
  88. package/es/components/source/src/hooks/useFetch.d.ts +0 -4
  89. package/es/components/source/src/hooks/useSource.d.ts +0 -43
  90. package/es/components/source/src/index.d.ts +0 -2
  91. package/es/components/source/src/types/source.type.d.ts +0 -34
  92. package/es/components/source/src/types/table.type.d.ts +0 -7
  93. package/es/components/table/index.d.ts +0 -4
  94. package/es/components/table/index.less +0 -224
  95. package/es/components/table/src/components/TableActions.d.ts +0 -1280
  96. package/es/components/table/src/components/TableHeader.d.ts +0 -28
  97. package/es/components/table/src/components/TableRender.d.ts +0 -25
  98. package/es/components/table/src/components/editable/CellComponent.d.ts +0 -14
  99. package/es/components/table/src/components/editable/EditTableCell.d.ts +0 -88
  100. package/es/components/table/src/components/editable/componentMap.d.ts +0 -4
  101. package/es/components/table/src/components/editable/index.d.ts +0 -9
  102. package/es/components/table/src/components/setting/Column.d.ts +0 -1360
  103. package/es/components/table/src/components/setting/Download.d.ts +0 -3088
  104. package/es/components/table/src/components/setting/DownloadCtrl.d.ts +0 -1930
  105. package/es/components/table/src/components/setting/Fullscreen.d.ts +0 -280
  106. package/es/components/table/src/components/setting/index.d.ts +0 -26
  107. package/es/components/table/src/const.d.ts +0 -12
  108. package/es/components/table/src/hooks/useColumns.d.ts +0 -14
  109. package/es/components/table/src/hooks/useCustomRow.d.ts +0 -19
  110. package/es/components/table/src/hooks/useDataSource.d.ts +0 -16
  111. package/es/components/table/src/hooks/useHeaderCode.d.ts +0 -3
  112. package/es/components/table/src/hooks/useLoading.d.ts +0 -17
  113. package/es/components/table/src/hooks/usePagination.d.ts +0 -122
  114. package/es/components/table/src/hooks/useRowSelection.d.ts +0 -12
  115. package/es/components/table/src/hooks/useRows.d.ts +0 -5
  116. package/es/components/table/src/hooks/useTable.d.ts +0 -5
  117. package/es/components/table/src/hooks/useTableHeader.d.ts +0 -8
  118. package/es/components/table/src/hooks/useTableInstance.d.ts +0 -15
  119. package/es/components/table/src/hooks/useTableScroll.d.ts +0 -12
  120. package/es/components/table/src/index.d.ts +0 -710
  121. package/es/components/table/src/props.d.ts +0 -208
  122. package/es/components/table/src/types/table.type.d.ts +0 -111
  123. package/es/components/table/src/types/tableHeader.type.d.ts +0 -23
  124. package/es/components/tree/index.d.ts +0 -2
  125. package/es/components/tree/index.less +0 -53
  126. package/es/components/tree/src/hooks/useTree.d.ts +0 -14
  127. package/es/components/tree/src/props.d.ts +0 -108
  128. package/es/components/tree/src/type/tree.d.ts +0 -85
  129. package/es/components/tree/src/utils/tree.d.ts +0 -5
  130. package/es/directives/icon.d.ts +0 -2
  131. package/es/directives/index.d.ts +0 -6
  132. package/es/directives/permission.d.ts +0 -2
  133. package/es/global.d.ts +0 -8
  134. package/es/index.d.ts +0 -3
  135. package/es/index.js +0 -10433
  136. package/es/theme/feature/back-top.d.ts +0 -105
  137. package/es/theme/feature/index.d.ts +0 -107
  138. package/es/theme/footer/index.d.ts +0 -30
  139. package/es/theme/footer/index.less +0 -16
  140. package/es/theme/header/components/bread-crumb.d.ts +0 -128
  141. package/es/theme/header/components/fullscreen.d.ts +0 -5
  142. package/es/theme/header/components/handler.d.ts +0 -2
  143. package/es/theme/header/components/index.d.ts +0 -11
  144. package/es/theme/header/components/lang-picker.d.ts +0 -291
  145. package/es/theme/header/components/logo.d.ts +0 -91
  146. package/es/theme/header/components/notify.d.ts +0 -268
  147. package/es/theme/header/components/size.d.ts +0 -282
  148. package/es/theme/header/components/theme-drawer/feature.d.ts +0 -1113
  149. package/es/theme/header/components/theme-drawer/index.d.ts +0 -3
  150. package/es/theme/header/components/theme-drawer/menu-type.d.ts +0 -273
  151. package/es/theme/header/components/theme-drawer/select-item.d.ts +0 -778
  152. package/es/theme/header/components/theme-drawer/switch-item.d.ts +0 -297
  153. package/es/theme/header/components/trigger.d.ts +0 -14
  154. package/es/theme/header/components/user-info.d.ts +0 -8322
  155. package/es/theme/header/const/index.d.ts +0 -20
  156. package/es/theme/header/helper/menu-tree.d.ts +0 -3
  157. package/es/theme/header/index.less +0 -458
  158. package/es/theme/header/set-theme.less +0 -68
  159. package/es/theme/index.d.ts +0 -2
  160. package/es/theme/sider/components/basic-menu/basic-menu-item.d.ts +0 -123
  161. package/es/theme/sider/components/basic-menu/basic-menu.d.ts +0 -756
  162. package/es/theme/sider/components/basic-menu/basic-sub-menu-item.d.ts +0 -254
  163. package/es/theme/sider/components/basic-menu/menu-item-content.d.ts +0 -36
  164. package/es/theme/sider/components/drag-bar.d.ts +0 -14
  165. package/es/theme/sider/components/layout-menu.d.ts +0 -22
  166. package/es/theme/sider/components/props.d.ts +0 -69
  167. package/es/theme/sider/components/sider-trigger.d.ts +0 -68
  168. package/es/theme/sider/helper/sider.d.ts +0 -12
  169. package/es/theme/sider/helper/split-menu.d.ts +0 -10
  170. package/es/theme/sider/hooks/useDragLine.d.ts +0 -2
  171. package/es/theme/sider/hooks/useOpenKeys.d.ts +0 -13
  172. package/es/theme/sider/index.d.ts +0 -152
  173. package/es/theme/sider/index.less +0 -212
  174. package/es/theme/tabs/components/TabContent.d.ts +0 -887
  175. package/es/theme/tabs/hooks/useMultifyTabs.d.ts +0 -7
  176. package/es/theme/tabs/hooks/useTabDropdown.d.ts +0 -6
  177. package/es/theme/tabs/index.less +0 -165
  178. package/es/theme/tabs/types/tabs.type.d.ts +0 -7
  179. package/es/theme/theme.less +0 -73
  180. package/es/theme/transition.less +0 -105
  181. package/index.html +0 -13
  182. package/tsconfig.json +0 -28
  183. package/vite.config.js +0 -10
@@ -1,58 +0,0 @@
1
- import { Actions } from './icons/actions'
2
- import { Communicate } from './icons/commuticate'
3
- import { Devices } from './icons/devices'
4
- import { Edit } from './icons/edit'
5
- import { File } from './icons/file'
6
- import { Math } from './icons/math'
7
- import { Navigate } from './icons/navigate'
8
- import { Message } from './icons/message'
9
- import { Code } from './icons/code'
10
- import { Currency } from './icons/currency'
11
- import { Other } from './icons/other'
12
-
13
- export const Icons = [
14
- {
15
- type: '操作',
16
- children: Actions
17
- },
18
- {
19
- type: '交流',
20
- children: Communicate
21
- },
22
- {
23
- type: '设备',
24
- children: Devices
25
- },
26
- {
27
- type: '编辑',
28
- children: Edit
29
- },
30
- {
31
- type: '文件',
32
- children: File
33
- },
34
- {
35
- type: '数学',
36
- children: Math
37
- },
38
- {
39
- type: '导航',
40
- children: Navigate
41
- },
42
- {
43
- type: '消息',
44
- children: Message
45
- },
46
- {
47
- type: '扫码',
48
- children: Code
49
- },
50
- {
51
- type: '货币',
52
- children: Currency
53
- },
54
- {
55
- type: '其他',
56
- children: Other
57
- },
58
- ]
Binary file
Binary file
Binary file
@@ -1,97 +0,0 @@
1
- {
2
- "UI": {
3
- "ADD": "Add ",
4
- "DELETE_CONFIRM": "Confirm Delete",
5
- "CONFIRM_DELETE": "Confirm to Delete Selected Data?",
6
- "NEED_CURD": "Missing Curd Function Configuration, Please Import the Curd Parameter Returned by useSource onto useCurd Configuration Option!",
7
- "EDIT": "Edit ",
8
- "EMPTY": "No Selected Data Yet!",
9
- "MULTIFY_DELETE_CONFIRM": "Confirm Batch Delete",
10
- "CONFIRM_MULTIFY_DELETE": "Confirm to Batch Delete of {length} Selected Data?",
11
- "ADVANCED": "Retract",
12
- "EXPAND": "Expand",
13
- "SELECT_ICON": "Select Icon ",
14
- "MUSE_FUNCTION": "openDialog Must be a Function",
15
- "NEED_RENDER": "Please Configure render Function",
16
- "SEARCH": "Search",
17
- "RESET": "Reset",
18
- "PLEASE_INPUT": "Please Input ",
19
- "PLEASE_SELECT": "Please Select ",
20
- "PLEASE_SET_ICON": "Please Set Icon ",
21
- "INPUT_FILTER": "Please Enter Filter Condition",
22
- "EXIT_FULLSCREEN": "Exit Fullscreen",
23
- "FULLSCREEN": "Full Screen",
24
- "SAVE": "Save",
25
- "CLOSE": "Close",
26
- "ADD_SUCCESS": "Successfully Added!",
27
- "UPDATE_SUCCESS": "Successfully Updated Data!",
28
- "MULTIFY": "Batch",
29
- "DELETE_SUCCESS": "Successfully Deleted!",
30
- "COLUMN_CONTROL": "Column Control",
31
- "COLUMN_SHOW": "All",
32
- "INDEX": "Index",
33
- "CHECKBOX": "Checkbox",
34
- "FIXED_TO_LEFT": "Fixed to the Left",
35
- "FIXED_TO_RIGHT": "Fixed to the Right",
36
- "EXPORT": "Download",
37
- "EXPORT_CURRENT_PAGE": "Download Current Page",
38
- "EXPORT_SELECT_COLUMN": "Download Selected Columns",
39
- "EXPORT_ALL": "Download All Columns",
40
- "SELECT_ALL": "Select All",
41
- "SETTING_EXPORT_COLUMN": "Download Column Setting",
42
- "NO_EXPORT_COLUMN": "No Column Available for Export!",
43
- "NUMBER": "Number",
44
- "ACTIONS": "Operation",
45
- "TOTAL_PAGE": "Total {total} Items",
46
- "FILTER": "Filter",
47
- "EXPAND_ALL": "Expand All",
48
- "COLLAPSE_ALL": "Collapse All",
49
- "SELECT_ALL1": "Select All",
50
- "CANCEL_SELECT_ALL": "Unselect",
51
- "LEVEL_CONNECTION": "Hierarchy Connection",
52
- "LEVEL_SOLATE": "Hierarchy Independence",
53
- "LOADING": "Loading...",
54
- "SUPPORT_FILES": "Supported Format ${message}",
55
- "MAX_SIZE": "Maximum Size{maxSize}M",
56
- "MAX_NUMBER": "Maximum Number of{maxNumber}Files",
57
- "SUPPORT_TYPES": "Upload Files Format :pptx、doc、jpg、jpeg、png、bmp、gif、xls、xlsx、txt、rar、zip、7z、tar、gz",
58
- "FILE_UPLOAD": "File Upload",
59
- "FILE_NAME": "File Name",
60
- "FILE_STATUS": "Upload Status",
61
- "PREVIEW": "Preview",
62
- "DELETE": "Delete",
63
- "HISTORY_UPLOAD": "Upload History",
64
- "MAX_MB": "File Maximum{maxSize}MB!",
65
- "PRE_UPLOAD": "To be Uploaded",
66
- "COMPANY_NAME": "Overseas Tax Management System",
67
- "FILTER_MORE": "Search...",
68
- "LARGE_SIZE": "Large Size",
69
- "MIDDLE_SIZE": "Middle Size",
70
- "SMALL_SIZE": "Small Size",
71
- "MODIFY_PASSWORD": "Change Password",
72
- "LOGIN_OUT": "Log Out",
73
- "CLOSE_CURRENT_TAG": "Close Current Tab",
74
- "CLOSE_LEFT_TAGS": "Close Tab on the Left",
75
- "CLOSE_RIGHT_TAGS": "Close Tab on the Right",
76
- "CLOSE_OTHER_TAGS": "Close Other Tab",
77
- "CLOSE_ALL_TAGE": "Close All Tabs",
78
- "SETTING_THEME": "Theme Setting",
79
- "PROJECT_SETTING": "Project Configuration",
80
- "NAV_MODE": "Navigation Column Mode",
81
- "PAGE_SHOW": "Page Display",
82
- "COPY": "Copy",
83
- "DRAWER_TIPS": "This Function is For Real-time Preview of Layout Effect, Complete Configuration Settings Can be Found at src/core/settings/theme.ts.This Function Will be Turned Off During Production. ",
84
- "FULL": "Flow-based",
85
- "FIXED": "Fixed Width",
86
- "BREAD_CURB": "Breadcrumbs",
87
- "MENU_FILTER": "Search Menu",
88
- "NOTICE": "Notification",
89
- "SHOW_FULLE": "Page Full Screen",
90
- "LOCAL": "Internationalization",
91
- "ROUTE_REUSE": "Route Reuse",
92
- "SHOW_FOOTER": "Show Footer",
93
- "CONTENT_FIXED_WIDTH": "Content Area Width",
94
- "ON": "On",
95
- "OFF": "Off"
96
- }
97
- }
@@ -1,100 +0,0 @@
1
- {
2
- "UI": {
3
- "ADD": "新增",
4
- "DELETE_CONFIRM": "删除确认",
5
- "CONFIRM_DELETE": "确认要删除选中的数据?",
6
- "NEED_CURD": "缺少curd函数配置, 请将useSource中返回的curd参数传入useCurd配置项中!",
7
- "EDIT": "编辑",
8
- "EMPTY": "暂无选中的数据!",
9
- "MULTIFY_DELETE_CONFIRM": "批量删除确认",
10
- "CONFIRM_MULTIFY_DELETE": "确认要批量删除选中的{length}条数据?",
11
- "ADVANCED": "收起",
12
- "EXPAND": "展开",
13
- "SELECT_ICON": "选择字体图标",
14
- "MUSE_FUNCTION": "openDialog必须是函数",
15
- "NEED_RENDER": "请配置render函数",
16
- "SEARCH": "查询",
17
- "RESET": "重置",
18
- "PLEASE_INPUT": "请输入",
19
- "PLEASE_SELECT": "请选择",
20
- "PLEASE_SET_ICON": "请设置图标",
21
- "INPUT_FILTER": "请输入过滤条件",
22
- "EXIT_FULLSCREEN": "退出全屏",
23
- "FULLSCREEN": "全屏",
24
- "SAVE": "保存",
25
- "CLOSE": "关闭",
26
- "ADD_SUCCESS": "新增成功!",
27
- "UPDATE_SUCCESS": "更新数据成功!",
28
- "MULTIFY": "批量",
29
- "DELETE_SUCCESS": "删除成功!",
30
- "COLUMN_CONTROL": "列控制",
31
- "COLUMN_SHOW": "列展示",
32
- "INDEX": "序列号",
33
- "CHECKBOX": "复选框",
34
- "FIXED_TO_LEFT": "固定到左侧",
35
- "FIXED_TO_RIGHT": "固定到右侧",
36
- "EXPORT": "导出",
37
- "DOWNLOAD_TEMPLATE": "模板下载",
38
- "EXPORT_CURRENT_PAGE": "导出当前页",
39
- "EXPORT_SELECT_COLUMN": "导出选中列",
40
- "EXPORT_ALL": "导出所有列",
41
- "SELECT_ALL": "全选",
42
- "SETTING_EXPORT_COLUMN": "设置导出列",
43
- "NO_EXPORT_COLUMN": "暂无可导出的列!",
44
- "NUMBER": "序号",
45
- "ACTIONS": "操作",
46
- "TOTAL_PAGE": "总共{total}条",
47
- "FILTER": "过滤",
48
- "EXPAND_ALL": "展开全部",
49
- "COLLAPSE_ALL": "折叠全部",
50
- "SELECT_ALL1": "选择全部",
51
- "CANCEL_SELECT_ALL": "取消选择",
52
- "LEVEL_CONNECTION": "层级关联",
53
- "LEVEL_SOLATE": "层级独立",
54
- "LOADING": "加载中...",
55
- "SUPPORT_FILES": "支持{message}格式",
56
- "MAX_SIZE": "不超过{maxSize}M",
57
- "MAX_NUMBER": "最多可选择{maxNumber}个文件",
58
- "SUPPORT_TYPES": "请上传pptx、doc、jpg、jpeg、png、bmp、gif、xls、xlsx、txt、rar、zip、7z、tar、gz格式文件",
59
- "FILE_UPLOAD": "文件上传",
60
- "FILE_NAME": "文件名称",
61
- "FILE_STATUS": "上传状态",
62
- "PREVIEW": "预览",
63
- "DELETE": "删除",
64
- "HISTORY_UPLOAD": "历史上传",
65
- "MAX_MB": "只能上传不超过{maxSize}MB的文件!",
66
- "PRE_UPLOAD": "待上传",
67
- "COMPANY_NAME": "隆基集团海外税务系统",
68
- "FILTER_MORE": "搜索...",
69
- "LARGE_SIZE": "大尺寸",
70
- "MIDDLE_SIZE": "中尺寸",
71
- "SMALL_SIZE": "小尺寸",
72
- "MODIFY_PASSWORD": "修改密码",
73
- "LOGIN_OUT": "退出系统",
74
- "CLOSE_CURRENT_TAG": "关闭当前标签页",
75
- "CLOSE_LEFT_TAGS": "关闭左侧标签页",
76
- "CLOSE_RIGHT_TAGS": "关闭右侧标签页",
77
- "CLOSE_OTHER_TAGS": "关闭其他标签页",
78
- "CLOSE_ALL_TAGE": "关闭全部标签页",
79
- "SETTING_THEME": "风格设置",
80
- "PROJECT_SETTING": "项目配置",
81
- "NAV_MODE": "导航栏模式",
82
- "PAGE_SHOW": "界面显示",
83
- "COPY": "拷贝",
84
- "DRAWER_TIPS": "该功能主要实时预览各种布局效果,更多完整配置在 src/core/settings/theme.ts 中设置,在生产环境该布局预览功能将被关闭。",
85
- "FULL": "流式",
86
- "FIXED": "定宽",
87
- "BREAD_CURB": "面包屑",
88
- "MENU_FILTER": "菜单检索",
89
- "NOTICE": "通知公告",
90
- "SHOW_FULLE": "页面全屏",
91
- "LOCAL": "国际化",
92
- "ROUTE_REUSE": "路由复用",
93
- "SHOW_FOOTER": "显示底部",
94
- "CONTENT_FIXED_WIDTH": "内容区域宽度",
95
- "ON": "开",
96
- "OFF": "关",
97
- "DOWNLOAD": "下载",
98
- "UNKNOWN_ROUTE": "未知路由"
99
- }
100
- }
@@ -1,10 +0,0 @@
1
- @import './reset.less';
2
-
3
- @import '../../theme/theme.less';
4
-
5
- @import '../../components/container/index.less';
6
- @import '../../components/modal/src/index.less';
7
- @import '../../components/forms/src/index.less';
8
- @import '../../components/table/src/index.less';
9
- @import '../../components/icons/src/index.less';
10
- @import '../../components/iframe/src/index.less';
@@ -1,17 +0,0 @@
1
- // 这里是需要覆盖的css样式
2
- .ant-btn{
3
- display: flex;
4
- padding: 0 10px;
5
- align-items: center;
6
- justify-content: center;
7
- svg{
8
- display: block;
9
- }
10
- .dt-icon{
11
- margin: 0 5px;
12
- }
13
- }
14
-
15
- .ant-picker{
16
- width: 100%;
17
- }
@@ -1,3 +0,0 @@
1
- import ScrollContainer from "./src/scroll-container";
2
- import LazyContainer from "./src/lazy-container";
3
- export { ScrollContainer, LazyContainer };
@@ -1,85 +0,0 @@
1
- .scroll-container {
2
- width: 100%;
3
- height: 100%;
4
-
5
- .scrollbar__wrap {
6
- overflow-x: hidden;
7
- }
8
-
9
- .scrollbar__view {
10
- box-sizing: border-box;
11
- }
12
- }
13
-
14
- .scrollbar {
15
- position: relative;
16
- height: 100%;
17
- overflow: hidden;
18
-
19
- &__wrap {
20
- height: 100%;
21
- overflow: auto;
22
-
23
- &--hidden-default {
24
- scrollbar-width: none;
25
-
26
- &::-webkit-scrollbar {
27
- display: none;
28
- width: 0;
29
- height: 0;
30
- opacity: 0;
31
- }
32
- }
33
- }
34
-
35
- &__thumb {
36
- position: relative;
37
- display: block;
38
- width: 0;
39
- height: 0;
40
- cursor: pointer;
41
- background-color: rgba(144, 147, 153, 0.3);
42
- border-radius: inherit;
43
- transition: 0.3s background-color;
44
-
45
- &:hover {
46
- background-color: rgba(144, 147, 153, 0.5);
47
- }
48
- }
49
-
50
- &__bar {
51
- position: absolute;
52
- right: 2px;
53
- bottom: 2px;
54
- z-index: 1;
55
- border-radius: 4px;
56
- opacity: 0;
57
- -webkit-transition: opacity 80ms ease;
58
- transition: opacity 80ms ease;
59
-
60
- &.is-vertical {
61
- top: 2px;
62
- width: 6px;
63
-
64
- & > div {
65
- width: 100%;
66
- }
67
- }
68
-
69
- &.is-horizontal {
70
- left: 2px;
71
- height: 6px;
72
-
73
- & > div {
74
- height: 100%;
75
- }
76
- }
77
- }
78
- }
79
-
80
- .scrollbar:active > .scrollbar__bar,
81
- .scrollbar:focus > .scrollbar__bar,
82
- .scrollbar:hover > .scrollbar__bar {
83
- opacity: 1;
84
- transition: opacity 340ms ease-out;
85
- }
@@ -1,14 +0,0 @@
1
- declare const _default: import("vue").DefineComponent<{
2
- vertical: BooleanConstructor;
3
- size: StringConstructor;
4
- move: NumberConstructor;
5
- }, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
6
- [key: string]: any;
7
- }>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
8
- vertical: BooleanConstructor;
9
- size: StringConstructor;
10
- move: NumberConstructor;
11
- }>>, {
12
- vertical: boolean;
13
- }>;
14
- export default _default;
@@ -1,93 +0,0 @@
1
- declare const _sfc_main: import("vue").DefineComponent<{
2
- wrapClass: {
3
- type: (StringConstructor | ArrayConstructor)[];
4
- default: string;
5
- };
6
- wrapStyle: ArrayConstructor;
7
- viewClass: {
8
- type: (StringConstructor | ArrayConstructor)[];
9
- default: string;
10
- };
11
- viewStyle: {
12
- type: (StringConstructor | ArrayConstructor)[];
13
- default: string;
14
- };
15
- noresize: BooleanConstructor;
16
- tag: {
17
- type: StringConstructor;
18
- default: string;
19
- };
20
- }, {
21
- getScrollConf: import("@dt-frames/core/es/types/app.type").ScrollBarConf;
22
- native: boolean;
23
- sizeWidth: import("vue").Ref<string>;
24
- sizeHeight: import("vue").Ref<string>;
25
- moveX: import("vue").Ref<number>;
26
- moveY: import("vue").Ref<number>;
27
- wrap: import("vue").Ref<any>;
28
- resize: import("vue").Ref<any>;
29
- props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
30
- wrapClass: {
31
- type: (StringConstructor | ArrayConstructor)[];
32
- default: string;
33
- };
34
- wrapStyle: ArrayConstructor;
35
- viewClass: {
36
- type: (StringConstructor | ArrayConstructor)[];
37
- default: string;
38
- };
39
- viewStyle: {
40
- type: (StringConstructor | ArrayConstructor)[];
41
- default: string;
42
- };
43
- noresize: BooleanConstructor;
44
- tag: {
45
- type: StringConstructor;
46
- default: string;
47
- };
48
- }>> & {
49
- [x: string & `on${string}`]: ((...args: any[]) => any) | ((...args: unknown[]) => any);
50
- }>>;
51
- style: import("vue").ComputedRef<{}>;
52
- handleScroll: () => void;
53
- update: () => void;
54
- Bar: import("vue").DefineComponent<{
55
- vertical: BooleanConstructor;
56
- size: StringConstructor;
57
- move: NumberConstructor;
58
- }, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
59
- [key: string]: any;
60
- }>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
61
- vertical: BooleanConstructor;
62
- size: StringConstructor;
63
- move: NumberConstructor;
64
- }>>, {
65
- vertical: boolean;
66
- }>;
67
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
68
- wrapClass: {
69
- type: (StringConstructor | ArrayConstructor)[];
70
- default: string;
71
- };
72
- wrapStyle: ArrayConstructor;
73
- viewClass: {
74
- type: (StringConstructor | ArrayConstructor)[];
75
- default: string;
76
- };
77
- viewStyle: {
78
- type: (StringConstructor | ArrayConstructor)[];
79
- default: string;
80
- };
81
- noresize: BooleanConstructor;
82
- tag: {
83
- type: StringConstructor;
84
- default: string;
85
- };
86
- }>>, {
87
- wrapClass: string | unknown[];
88
- viewClass: string | unknown[];
89
- viewStyle: string | unknown[];
90
- noresize: boolean;
91
- tag: string;
92
- }>;
93
- export default _sfc_main;
@@ -1,99 +0,0 @@
1
- declare const _sfc_main: import("vue").DefineComponent<{}, {
2
- scrollbarRef: any;
3
- scrollTo: (to: number, duration?: number) => void;
4
- getScrollWrap: () => any;
5
- scrollBottom: () => void;
6
- Scrollbar: import("vue").DefineComponent<{
7
- wrapClass: {
8
- type: (StringConstructor | ArrayConstructor)[];
9
- default: string;
10
- };
11
- wrapStyle: ArrayConstructor;
12
- viewClass: {
13
- type: (StringConstructor | ArrayConstructor)[];
14
- default: string;
15
- };
16
- viewStyle: {
17
- type: (StringConstructor | ArrayConstructor)[];
18
- default: string;
19
- };
20
- noresize: BooleanConstructor;
21
- tag: {
22
- type: StringConstructor;
23
- default: string;
24
- };
25
- }, {
26
- getScrollConf: import("@dt-frames/core/es/types/app.type").ScrollBarConf;
27
- native: boolean;
28
- sizeWidth: import("vue").Ref<string>;
29
- sizeHeight: import("vue").Ref<string>;
30
- moveX: import("vue").Ref<number>;
31
- moveY: import("vue").Ref<number>;
32
- wrap: import("vue").Ref<any>;
33
- resize: import("vue").Ref<any>;
34
- props: Readonly<import("@vue/shared").LooseRequired<Readonly<import("vue").ExtractPropTypes<{
35
- wrapClass: {
36
- type: (StringConstructor | ArrayConstructor)[];
37
- default: string;
38
- };
39
- wrapStyle: ArrayConstructor;
40
- viewClass: {
41
- type: (StringConstructor | ArrayConstructor)[];
42
- default: string;
43
- };
44
- viewStyle: {
45
- type: (StringConstructor | ArrayConstructor)[];
46
- default: string;
47
- };
48
- noresize: BooleanConstructor;
49
- tag: {
50
- type: StringConstructor;
51
- default: string;
52
- };
53
- }>> & {
54
- [x: string & `on${string}`]: ((...args: any[]) => any) | ((...args: unknown[]) => any);
55
- }>>;
56
- style: import("vue").ComputedRef<{}>;
57
- handleScroll: () => void;
58
- update: () => void;
59
- Bar: import("vue").DefineComponent<{
60
- vertical: BooleanConstructor;
61
- size: StringConstructor;
62
- move: NumberConstructor;
63
- }, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
64
- [key: string]: any;
65
- }>, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
66
- vertical: BooleanConstructor;
67
- size: StringConstructor;
68
- move: NumberConstructor;
69
- }>>, {
70
- vertical: boolean;
71
- }>;
72
- }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
73
- wrapClass: {
74
- type: (StringConstructor | ArrayConstructor)[];
75
- default: string;
76
- };
77
- wrapStyle: ArrayConstructor;
78
- viewClass: {
79
- type: (StringConstructor | ArrayConstructor)[];
80
- default: string;
81
- };
82
- viewStyle: {
83
- type: (StringConstructor | ArrayConstructor)[];
84
- default: string;
85
- };
86
- noresize: BooleanConstructor;
87
- tag: {
88
- type: StringConstructor;
89
- default: string;
90
- };
91
- }>>, {
92
- wrapClass: string | unknown[];
93
- viewClass: string | unknown[];
94
- viewStyle: string | unknown[];
95
- noresize: boolean;
96
- tag: string;
97
- }>;
98
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, import("vue").EmitsOptions, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
99
- export default _sfc_main;
@@ -1,2 +0,0 @@
1
- import { useCurd } from './src/hooks/useCurd';
2
- export { useCurd };