@dt-frames/ui 1.0.52 → 2.0.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/README.md +18 -1
- package/package.json +62 -40
- package/es/assets/data/icons/actions.d.ts +0 -1
- package/es/assets/data/icons/actions.ts +0 -427
- package/es/assets/data/icons/code.d.ts +0 -1
- package/es/assets/data/icons/code.ts +0 -10
- package/es/assets/data/icons/commuticate.d.ts +0 -1
- package/es/assets/data/icons/commuticate.ts +0 -190
- package/es/assets/data/icons/currency.d.ts +0 -1
- package/es/assets/data/icons/currency.ts +0 -46
- package/es/assets/data/icons/devices.d.ts +0 -1
- package/es/assets/data/icons/devices.ts +0 -128
- package/es/assets/data/icons/edit.d.ts +0 -1
- package/es/assets/data/icons/edit.ts +0 -165
- package/es/assets/data/icons/file.d.ts +0 -1
- package/es/assets/data/icons/file.ts +0 -104
- package/es/assets/data/icons/math.d.ts +0 -1
- package/es/assets/data/icons/math.ts +0 -53
- package/es/assets/data/icons/message.d.ts +0 -1
- package/es/assets/data/icons/message.ts +0 -75
- package/es/assets/data/icons/navigate.d.ts +0 -1
- package/es/assets/data/icons/navigate.ts +0 -181
- package/es/assets/data/icons/other.d.ts +0 -1
- package/es/assets/data/icons/other.ts +0 -333
- package/es/assets/data/icons.d.ts +0 -4
- package/es/assets/data/icons.ts +0 -58
- package/es/assets/imgs/header/avatar.png +0 -0
- package/es/assets/imgs/logo/logo.png +0 -0
- package/es/assets/imgs/table/empty.png +0 -0
- package/es/assets/locales/en.json +0 -97
- package/es/assets/locales/zh.json +0 -100
- package/es/assets/style/index.less +0 -10
- package/es/assets/style/reset.less +0 -17
- package/es/components/container/index.d.ts +0 -3
- package/es/components/container/index.less +0 -85
- package/es/components/container/src/bar.d.ts +0 -14
- package/es/components/container/src/scroll-bar.d.ts +0 -93
- package/es/components/container/src/scroll-container.d.ts +0 -99
- package/es/components/curd/index.d.ts +0 -2
- package/es/components/curd/src/components/dialog.d.ts +0 -1505
- package/es/components/curd/src/components/props.d.ts +0 -34
- package/es/components/curd/src/hooks/useCurd.d.ts +0 -17
- package/es/components/curd/src/types/curd.type.d.ts +0 -22
- package/es/components/forms/index.d.ts +0 -5
- package/es/components/forms/index.less +0 -107
- package/es/components/forms/src/componentMap.d.ts +0 -4
- package/es/components/forms/src/components/formButton.d.ts +0 -83
- package/es/components/forms/src/components/formIcon.d.ts +0 -2866
- package/es/components/forms/src/components/formInputUseDialog.d.ts +0 -911
- package/es/components/forms/src/components/formItem.d.ts +0 -58
- package/es/components/forms/src/components/radioButton.d.ts +0 -33
- package/es/components/forms/src/const/form.const.d.ts +0 -7
- package/es/components/forms/src/hooks/helper.d.ts +0 -8
- package/es/components/forms/src/hooks/useForm.d.ts +0 -5
- package/es/components/forms/src/hooks/useFormActions.d.ts +0 -13
- package/es/components/forms/src/hooks/useFormEvents.d.ts +0 -26
- package/es/components/forms/src/hooks/useFormValue.d.ts +0 -3
- package/es/components/forms/src/hooks/useFormValues.d.ts +0 -14
- package/es/components/forms/src/hooks/useLabelWidth.d.ts +0 -35
- package/es/components/forms/src/index.d.ts +0 -182
- package/es/components/forms/src/prop.d.ts +0 -79
- package/es/components/forms/src/types/form.type.d.ts +0 -115
- package/es/components/icons/index.d.ts +0 -3
- package/es/components/icons/index.less +0 -109
- package/es/components/icons/src/pick-icon.d.ts +0 -441
- package/es/components/icons/src/svg-icon.d.ts +0 -44
- package/es/components/iframe/index.d.ts +0 -2
- package/es/components/iframe/index.less +0 -3
- package/es/components/iframe/src/index.d.ts +0 -967
- package/es/components/iframe/src/index.less +0 -3
- package/es/components/index.d.ts +0 -14
- package/es/components/modal/index.d.ts +0 -3
- package/es/components/modal/index.less +0 -60
- package/es/components/modal/src/components/close-icon.d.ts +0 -309
- package/es/components/modal/src/components/modal-wrap.d.ts +0 -237
- package/es/components/modal/src/components/modal.d.ts +0 -200
- package/es/components/modal/src/components/modalFooter.d.ts +0 -124
- package/es/components/modal/src/hooks/useDrag.d.ts +0 -7
- package/es/components/modal/src/hooks/useFullScreen.d.ts +0 -12
- package/es/components/modal/src/hooks/useModal.d.ts +0 -4
- package/es/components/modal/src/index.d.ts +0 -1190
- package/es/components/modal/src/props.d.ts +0 -93
- package/es/components/modal/src/types/modal.type.d.ts +0 -25
- package/es/components/router/base-router.d.ts +0 -2
- package/es/components/router/index.d.ts +0 -2
- package/es/components/source/index.d.ts +0 -1
- package/es/components/source/src/hooks/useDownload.d.ts +0 -8
- package/es/components/source/src/hooks/useFetch.d.ts +0 -4
- package/es/components/source/src/hooks/useSource.d.ts +0 -43
- package/es/components/source/src/index.d.ts +0 -2
- package/es/components/source/src/types/source.type.d.ts +0 -34
- package/es/components/source/src/types/table.type.d.ts +0 -7
- package/es/components/table/index.d.ts +0 -4
- package/es/components/table/index.less +0 -224
- package/es/components/table/src/components/TableActions.d.ts +0 -1280
- package/es/components/table/src/components/TableHeader.d.ts +0 -28
- package/es/components/table/src/components/TableRender.d.ts +0 -25
- package/es/components/table/src/components/editable/CellComponent.d.ts +0 -14
- package/es/components/table/src/components/editable/EditTableCell.d.ts +0 -88
- package/es/components/table/src/components/editable/componentMap.d.ts +0 -4
- package/es/components/table/src/components/editable/index.d.ts +0 -9
- package/es/components/table/src/components/setting/Column.d.ts +0 -1360
- package/es/components/table/src/components/setting/Download.d.ts +0 -3088
- package/es/components/table/src/components/setting/DownloadCtrl.d.ts +0 -1930
- package/es/components/table/src/components/setting/Fullscreen.d.ts +0 -280
- package/es/components/table/src/components/setting/index.d.ts +0 -26
- package/es/components/table/src/const.d.ts +0 -12
- package/es/components/table/src/hooks/useColumns.d.ts +0 -14
- package/es/components/table/src/hooks/useCustomRow.d.ts +0 -19
- package/es/components/table/src/hooks/useDataSource.d.ts +0 -16
- package/es/components/table/src/hooks/useHeaderCode.d.ts +0 -3
- package/es/components/table/src/hooks/useLoading.d.ts +0 -17
- package/es/components/table/src/hooks/usePagination.d.ts +0 -122
- package/es/components/table/src/hooks/useRowSelection.d.ts +0 -12
- package/es/components/table/src/hooks/useRows.d.ts +0 -5
- package/es/components/table/src/hooks/useTable.d.ts +0 -5
- package/es/components/table/src/hooks/useTableHeader.d.ts +0 -8
- package/es/components/table/src/hooks/useTableInstance.d.ts +0 -15
- package/es/components/table/src/hooks/useTableScroll.d.ts +0 -12
- package/es/components/table/src/index.d.ts +0 -710
- package/es/components/table/src/props.d.ts +0 -208
- package/es/components/table/src/types/table.type.d.ts +0 -111
- package/es/components/table/src/types/tableHeader.type.d.ts +0 -23
- package/es/components/tree/index.d.ts +0 -2
- package/es/components/tree/index.less +0 -53
- package/es/components/tree/src/hooks/useTree.d.ts +0 -14
- package/es/components/tree/src/props.d.ts +0 -108
- package/es/components/tree/src/type/tree.d.ts +0 -85
- package/es/components/tree/src/utils/tree.d.ts +0 -5
- package/es/directives/icon.d.ts +0 -2
- package/es/directives/index.d.ts +0 -6
- package/es/directives/permission.d.ts +0 -2
- package/es/global.d.ts +0 -8
- package/es/index.d.ts +0 -3
- package/es/index.js +0 -10433
- package/es/theme/feature/back-top.d.ts +0 -105
- package/es/theme/feature/index.d.ts +0 -107
- package/es/theme/footer/index.d.ts +0 -30
- package/es/theme/footer/index.less +0 -16
- package/es/theme/header/components/bread-crumb.d.ts +0 -128
- package/es/theme/header/components/fullscreen.d.ts +0 -5
- package/es/theme/header/components/handler.d.ts +0 -2
- package/es/theme/header/components/index.d.ts +0 -11
- package/es/theme/header/components/lang-picker.d.ts +0 -291
- package/es/theme/header/components/logo.d.ts +0 -91
- package/es/theme/header/components/notify.d.ts +0 -268
- package/es/theme/header/components/size.d.ts +0 -282
- package/es/theme/header/components/theme-drawer/feature.d.ts +0 -1113
- package/es/theme/header/components/theme-drawer/index.d.ts +0 -3
- package/es/theme/header/components/theme-drawer/menu-type.d.ts +0 -273
- package/es/theme/header/components/theme-drawer/select-item.d.ts +0 -778
- package/es/theme/header/components/theme-drawer/switch-item.d.ts +0 -297
- package/es/theme/header/components/trigger.d.ts +0 -14
- package/es/theme/header/components/user-info.d.ts +0 -8322
- package/es/theme/header/const/index.d.ts +0 -20
- package/es/theme/header/helper/menu-tree.d.ts +0 -3
- package/es/theme/header/index.less +0 -458
- package/es/theme/header/set-theme.less +0 -68
- package/es/theme/index.d.ts +0 -2
- package/es/theme/sider/components/basic-menu/basic-menu-item.d.ts +0 -123
- package/es/theme/sider/components/basic-menu/basic-menu.d.ts +0 -756
- package/es/theme/sider/components/basic-menu/basic-sub-menu-item.d.ts +0 -254
- package/es/theme/sider/components/basic-menu/menu-item-content.d.ts +0 -36
- package/es/theme/sider/components/drag-bar.d.ts +0 -14
- package/es/theme/sider/components/layout-menu.d.ts +0 -22
- package/es/theme/sider/components/props.d.ts +0 -69
- package/es/theme/sider/components/sider-trigger.d.ts +0 -68
- package/es/theme/sider/helper/sider.d.ts +0 -12
- package/es/theme/sider/helper/split-menu.d.ts +0 -10
- package/es/theme/sider/hooks/useDragLine.d.ts +0 -2
- package/es/theme/sider/hooks/useOpenKeys.d.ts +0 -13
- package/es/theme/sider/index.d.ts +0 -152
- package/es/theme/sider/index.less +0 -212
- package/es/theme/tabs/components/TabContent.d.ts +0 -887
- package/es/theme/tabs/hooks/useMultifyTabs.d.ts +0 -7
- package/es/theme/tabs/hooks/useTabDropdown.d.ts +0 -6
- package/es/theme/tabs/index.less +0 -165
- package/es/theme/tabs/types/tabs.type.d.ts +0 -7
- package/es/theme/theme.less +0 -73
- package/es/theme/transition.less +0 -105
- package/index.html +0 -13
- package/tsconfig.json +0 -28
- package/vite.config.js +0 -10
|
@@ -1,190 +0,0 @@
|
|
|
1
|
-
export const Communicate = [
|
|
2
|
-
'ic:baseline-alarm',
|
|
3
|
-
'ic:baseline-alarm-add',
|
|
4
|
-
'ic:baseline-alarm-off',
|
|
5
|
-
'ic:baseline-alarm-on',
|
|
6
|
-
'ic:baseline-browse-gallery',
|
|
7
|
-
'ic:baseline-calendar-month',
|
|
8
|
-
'ic:baseline-calendar-today',
|
|
9
|
-
'ic:baseline-fax',
|
|
10
|
-
'ic:baseline-settings-phone',
|
|
11
|
-
'ic:baseline-message',
|
|
12
|
-
'ic:baseline-3p',
|
|
13
|
-
'ic:baseline-add-ic-call',
|
|
14
|
-
'ic:baseline-alternate-email',
|
|
15
|
-
'ic:baseline-app-registration',
|
|
16
|
-
'ic:baseline-business',
|
|
17
|
-
'ic:baseline-call',
|
|
18
|
-
'ic:baseline-call-end',
|
|
19
|
-
'ic:baseline-call-made',
|
|
20
|
-
'ic:baseline-call-merge',
|
|
21
|
-
'ic:baseline-call-missed',
|
|
22
|
-
'ic:baseline-call-missed-outgoing',
|
|
23
|
-
'ic:baseline-call-received',
|
|
24
|
-
'ic:baseline-call-split',
|
|
25
|
-
'ic:baseline-cancel-presentation',
|
|
26
|
-
'ic:baseline-cell-tower',
|
|
27
|
-
'ic:baseline-cell-wifi',
|
|
28
|
-
'ic:baseline-chat-bubble-outline',
|
|
29
|
-
'ic:baseline-chat-bubble',
|
|
30
|
-
'ic:baseline-clear-all',
|
|
31
|
-
'ic:baseline-co-present',
|
|
32
|
-
'ic:baseline-contact-mail',
|
|
33
|
-
'ic:baseline-contact-phone',
|
|
34
|
-
'ic:baseline-contacts',
|
|
35
|
-
'ic:baseline-dialer-sip',
|
|
36
|
-
'ic:baseline-dialpad',
|
|
37
|
-
'ic:baseline-document-scanner',
|
|
38
|
-
'ic:baseline-domain-disabled',
|
|
39
|
-
'ic:baseline-domain-verification',
|
|
40
|
-
'ic:baseline-duo',
|
|
41
|
-
'ic:baseline-email',
|
|
42
|
-
'ic:baseline-forum',
|
|
43
|
-
'ic:baseline-forward-to-inbox',
|
|
44
|
-
'ic:baseline-hourglass-bottom',
|
|
45
|
-
'ic:baseline-hourglass-top',
|
|
46
|
-
'ic:baseline-hub',
|
|
47
|
-
'ic:baseline-import-contacts',
|
|
48
|
-
'ic:baseline-import-export',
|
|
49
|
-
'ic:baseline-invert-colors-off',
|
|
50
|
-
'ic:baseline-key',
|
|
51
|
-
'ic:baseline-key-off',
|
|
52
|
-
'ic:baseline-list-alt',
|
|
53
|
-
'ic:baseline-live-help',
|
|
54
|
-
'ic:baseline-location-off',
|
|
55
|
-
'ic:baseline-location-on',
|
|
56
|
-
'ic:baseline-mail-lock',
|
|
57
|
-
'ic:baseline-mail-outline',
|
|
58
|
-
'ic:baseline-mark-chat-read',
|
|
59
|
-
'ic:baseline-mark-chat-unread',
|
|
60
|
-
'ic:baseline-mark-unread-chat-alt',
|
|
61
|
-
'ic:baseline-mobile-screen-share',
|
|
62
|
-
'ic:baseline-more-time',
|
|
63
|
-
'ic:baseline-nat',
|
|
64
|
-
'ic:baseline-no-sim',
|
|
65
|
-
'ic:baseline-pause-presentation',
|
|
66
|
-
'ic:baseline-person-add-disabled',
|
|
67
|
-
'ic:baseline-person-search',
|
|
68
|
-
'ic:baseline-phone',
|
|
69
|
-
'ic:baseline-phone-disabled',
|
|
70
|
-
'ic:baseline-phone-enabled',
|
|
71
|
-
'ic:baseline-phonelink-erase',
|
|
72
|
-
'ic:baseline-phonelink-lock',
|
|
73
|
-
'ic:baseline-phonelink-ring',
|
|
74
|
-
'ic:baseline-phonelink-setup',
|
|
75
|
-
'ic:baseline-portable-wifi-off',
|
|
76
|
-
'ic:baseline-present-to-all',
|
|
77
|
-
'ic:baseline-print-disabled',
|
|
78
|
-
'ic:baseline-read-more',
|
|
79
|
-
'ic:baseline-ring-volume',
|
|
80
|
-
'ic:baseline-rss-feed',
|
|
81
|
-
'ic:baseline-rtt',
|
|
82
|
-
'ic:baseline-screen-share',
|
|
83
|
-
'ic:baseline-send-time-extension',
|
|
84
|
-
'ic:baseline-sentiment-satisfied-alt',
|
|
85
|
-
'ic:baseline-sip',
|
|
86
|
-
'ic:baseline-speaker-phone',
|
|
87
|
-
'ic:baseline-spoke',
|
|
88
|
-
'ic:baseline-stay-current-landscape',
|
|
89
|
-
'ic:baseline-stay-current-portrait',
|
|
90
|
-
'ic:baseline-swap-calls',
|
|
91
|
-
'ic:baseline-textsms',
|
|
92
|
-
'ic:baseline-unsubscribe',
|
|
93
|
-
'ic:baseline-voicemail',
|
|
94
|
-
'ic:baseline-vpn-key',
|
|
95
|
-
'ic:baseline-vpn-key-off',
|
|
96
|
-
'ic:baseline-wifi-calling',
|
|
97
|
-
'ic:round-screen-share',
|
|
98
|
-
'ic:outline-live-help',
|
|
99
|
-
'ic:baseline-person',
|
|
100
|
-
'ic:baseline-person-add',
|
|
101
|
-
'ic:baseline-person-add-alt',
|
|
102
|
-
'ic:baseline-person-add-alt-1',
|
|
103
|
-
'ic:baseline-person-off',
|
|
104
|
-
'ic:baseline-person-outline',
|
|
105
|
-
'ic:baseline-person-remove',
|
|
106
|
-
'ic:baseline-personal-injury',
|
|
107
|
-
'ic:baseline-group',
|
|
108
|
-
'ic:baseline-group-add',
|
|
109
|
-
'ic:baseline-group-off',
|
|
110
|
-
'ic:baseline-group-remove',
|
|
111
|
-
'ic:baseline-groups',
|
|
112
|
-
'ic:baseline-reduce-capacity',
|
|
113
|
-
'ic:baseline-safety-divider',
|
|
114
|
-
'ic:baseline-social-distance',
|
|
115
|
-
'mdi:account-cancel',
|
|
116
|
-
'mdi:account-cancel-outline',
|
|
117
|
-
'mdi:account-check',
|
|
118
|
-
'mdi:account-check-outline',
|
|
119
|
-
'mdi:account-cog',
|
|
120
|
-
'mdi:account-cog-outline',
|
|
121
|
-
'mdi:account-convert',
|
|
122
|
-
'mdi:account-convert-outline',
|
|
123
|
-
'mdi:account-details',
|
|
124
|
-
'mdi:account-details-outline',
|
|
125
|
-
'mdi:account-edit',
|
|
126
|
-
'mdi:account-edit-outline',
|
|
127
|
-
'mdi:account-group',
|
|
128
|
-
'mdi:account-group-outline',
|
|
129
|
-
'mdi:account-school',
|
|
130
|
-
'mdi:account-settings',
|
|
131
|
-
'mdi:account-settings-outline',
|
|
132
|
-
'mdi:account-supervisor-circle',
|
|
133
|
-
'mdi:account-switch',
|
|
134
|
-
'mdi:account-switch-outline',
|
|
135
|
-
'mdi:account-sync',
|
|
136
|
-
'mdi:account-sync-outline',
|
|
137
|
-
'mdi:account-tie-voice',
|
|
138
|
-
'mdi:account-voice',
|
|
139
|
-
'mdi:calendar-account',
|
|
140
|
-
'mdi:calendar-account-outline',
|
|
141
|
-
'mdi:card-account-details',
|
|
142
|
-
'mdi:camera-account',
|
|
143
|
-
'mdi:table-account',
|
|
144
|
-
'mdi:phone-classic',
|
|
145
|
-
'mdi:phone-dial',
|
|
146
|
-
'mdi:phone-refresh',
|
|
147
|
-
'mdi:phone-ring',
|
|
148
|
-
'mdi:phone-settings',
|
|
149
|
-
'mdi:phone-settings-outline',
|
|
150
|
-
'mdi:phone-sync',
|
|
151
|
-
'mdi:phone-sync-outline',
|
|
152
|
-
'mdi:phone-voip',
|
|
153
|
-
'mdi:signal',
|
|
154
|
-
'mdi:signal-2g',
|
|
155
|
-
'mdi:signal-3g',
|
|
156
|
-
'mdi:signal-4g',
|
|
157
|
-
'mdi:signal-5g',
|
|
158
|
-
'mdi:signal-cellular-1',
|
|
159
|
-
'mdi:signal-cellular-2',
|
|
160
|
-
'mdi:signal-cellular-3',
|
|
161
|
-
'mdi:signal-cellular-outline',
|
|
162
|
-
'mdi:signal-hspa',
|
|
163
|
-
'mdi:signal-hspa-plus',
|
|
164
|
-
'mdi:signal-off',
|
|
165
|
-
'mdi:sim',
|
|
166
|
-
'mdi:sim-alert',
|
|
167
|
-
'mdi:sim-alert-outline',
|
|
168
|
-
'mdi:sim-off',
|
|
169
|
-
'mdi:sim-off-outline',
|
|
170
|
-
'mdi:sim-outline',
|
|
171
|
-
'mdi:tablet-cellphone',
|
|
172
|
-
'mdi:tooltip-cellphone',
|
|
173
|
-
'mdi:alarm-snooze',
|
|
174
|
-
'mdi:airplane-clock',
|
|
175
|
-
'mdi:battery-clock',
|
|
176
|
-
'mdi:calendar-alert',
|
|
177
|
-
'mdi:calendar-arrow-left',
|
|
178
|
-
'mdi:calendar-arrow-right',
|
|
179
|
-
'mdi:calendar-month',
|
|
180
|
-
'mdi:calendar-month-outline',
|
|
181
|
-
'mdi:calendar-remove',
|
|
182
|
-
'mdi:calendar-remove-outline',
|
|
183
|
-
'mdi:cash-clock',
|
|
184
|
-
'mdi:timer-cog',
|
|
185
|
-
'mdi:timer-cog-outline',
|
|
186
|
-
'mdi:account-tie',
|
|
187
|
-
'mdi:account-tie-woman',
|
|
188
|
-
'mdi:account-tie-hat',
|
|
189
|
-
'mdi:account-tie-hat-outline'
|
|
190
|
-
]
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare const Currency: string[];
|
|
@@ -1,46 +0,0 @@
|
|
|
1
|
-
export const Currency = [
|
|
2
|
-
'mdi:account-cash',
|
|
3
|
-
'mdi:account-cash-outline',
|
|
4
|
-
'mdi:bitcoin',
|
|
5
|
-
'mdi:cash',
|
|
6
|
-
'mdi:cash-100',
|
|
7
|
-
'mdi:cash-clock',
|
|
8
|
-
'mdi:cash-fast',
|
|
9
|
-
'mdi:currency-bdt',
|
|
10
|
-
'mdi:currency-brl',
|
|
11
|
-
'mdi:currency-btc',
|
|
12
|
-
'mdi:currency-cny',
|
|
13
|
-
'mdi:currency-eth',
|
|
14
|
-
'mdi:currency-eur',
|
|
15
|
-
'mdi:currency-eur-off',
|
|
16
|
-
'mdi:currency-fra',
|
|
17
|
-
'mdi:currency-gbp',
|
|
18
|
-
'mdi:currency-ils',
|
|
19
|
-
'mdi:currency-inr',
|
|
20
|
-
'mdi:currency-krw',
|
|
21
|
-
'mdi:currency-kzt',
|
|
22
|
-
'mdi:currency-mnt',
|
|
23
|
-
'mdi:currency-ngn',
|
|
24
|
-
'mdi:currency-php',
|
|
25
|
-
'mdi:currency-rial',
|
|
26
|
-
'mdi:currency-rub',
|
|
27
|
-
'mdi:currency-sign',
|
|
28
|
-
'mdi:currency-try',
|
|
29
|
-
'mdi:currency-twd',
|
|
30
|
-
'mdi:currency-usd',
|
|
31
|
-
'mdi:currency-usd-off',
|
|
32
|
-
'mdi:litecoin',
|
|
33
|
-
'mdi:wallet',
|
|
34
|
-
'mdi:wallet-outline',
|
|
35
|
-
'mdi:bank-check',
|
|
36
|
-
'mdi:cash-check',
|
|
37
|
-
'mdi:credit-card-settings',
|
|
38
|
-
'mdi:credit-card-settings-outline',
|
|
39
|
-
'mdi:currency-rupee',
|
|
40
|
-
'mdi:finance',
|
|
41
|
-
'mdi:hand-coin',
|
|
42
|
-
'mdi:hand-coin-outline',
|
|
43
|
-
'mdi:network-pos',
|
|
44
|
-
'mdi:piggy-bank',
|
|
45
|
-
'mdi:piggy-bank-outline'
|
|
46
|
-
]
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare const Devices: string[];
|
|
@@ -1,128 +0,0 @@
|
|
|
1
|
-
export const Devices = [
|
|
2
|
-
'ic:baseline-app-blocking',
|
|
3
|
-
'ic:baseline-app-shortcut',
|
|
4
|
-
'ic:baseline-airplanemode-active',
|
|
5
|
-
'ic:baseline-airplanemode-inactive',
|
|
6
|
-
'ic:baseline-aod',
|
|
7
|
-
'ic:baseline-battery-0-bar',
|
|
8
|
-
'ic:baseline-battery-1-bar',
|
|
9
|
-
'ic:baseline-battery-4-bar',
|
|
10
|
-
'ic:baseline-battery-6-bar',
|
|
11
|
-
'ic:baseline-battery-alert',
|
|
12
|
-
'ic:baseline-battery-charging-60',
|
|
13
|
-
'ic:baseline-battery-saver',
|
|
14
|
-
'ic:baseline-battery-unknown',
|
|
15
|
-
'ic:baseline-bloodtype',
|
|
16
|
-
'ic:baseline-bluetooth',
|
|
17
|
-
'ic:baseline-bluetooth-connected',
|
|
18
|
-
'ic:baseline-bluetooth-drive',
|
|
19
|
-
'ic:baseline-bluetooth-searching',
|
|
20
|
-
'ic:baseline-cable',
|
|
21
|
-
'ic:baseline-cameraswitch',
|
|
22
|
-
'ic:baseline-dark-mode',
|
|
23
|
-
'ic:baseline-data-saver-off',
|
|
24
|
-
'ic:baseline-data-saver-on',
|
|
25
|
-
'ic:baseline-data-usage',
|
|
26
|
-
'ic:baseline-developer-mode',
|
|
27
|
-
'ic:baseline-device-thermostat',
|
|
28
|
-
'ic:baseline-discount',
|
|
29
|
-
'ic:baseline-do-not-disturb-on-total-silence',
|
|
30
|
-
'ic:baseline-dvr',
|
|
31
|
-
'ic:baseline-edgesensor-high',
|
|
32
|
-
'ic:baseline-flashlight-off',
|
|
33
|
-
'ic:baseline-flashlight-on',
|
|
34
|
-
'ic:baseline-fmd-bad',
|
|
35
|
-
'ic:baseline-fmd-good',
|
|
36
|
-
'ic:baseline-gps-fixed',
|
|
37
|
-
'ic:baseline-gps-not-fixed',
|
|
38
|
-
'ic:baseline-gps-off',
|
|
39
|
-
'ic:baseline-graphic-eq',
|
|
40
|
-
'ic:baseline-grid-3x3',
|
|
41
|
-
'ic:baseline-grid-4x4',
|
|
42
|
-
'ic:baseline-grid-goldenratio',
|
|
43
|
-
'ic:baseline-lan',
|
|
44
|
-
'ic:baseline-light-mode',
|
|
45
|
-
'ic:baseline-mode-night',
|
|
46
|
-
'ic:baseline-mode-standby',
|
|
47
|
-
'ic:baseline-monitor-heart',
|
|
48
|
-
'ic:baseline-nfc',
|
|
49
|
-
'ic:baseline-note-alt',
|
|
50
|
-
'ic:baseline-pattern',
|
|
51
|
-
'ic:baseline-price-check',
|
|
52
|
-
'ic:baseline-restart-alt',
|
|
53
|
-
'ic:baseline-screen-lock-landscape',
|
|
54
|
-
'ic:baseline-screen-lock-portrait',
|
|
55
|
-
'ic:baseline-settings-suggest',
|
|
56
|
-
'ic:baseline-sports-score',
|
|
57
|
-
'ic:baseline-storage',
|
|
58
|
-
'ic:outline-do-not-disturb-on-total-silence',
|
|
59
|
-
'ic:outline-widgets',
|
|
60
|
-
'ic:baseline-headphones',
|
|
61
|
-
'ic:baseline-keyboard',
|
|
62
|
-
'ic:baseline-keyboard-alt',
|
|
63
|
-
'ic:baseline-keyboard-hide',
|
|
64
|
-
'ic:baseline-point-of-sale',
|
|
65
|
-
'ic:baseline-router',
|
|
66
|
-
'ic:baseline-scanner',
|
|
67
|
-
'ic:baseline-sim-card',
|
|
68
|
-
'ic:baseline-smart-toy',
|
|
69
|
-
'ic:baseline-speaker',
|
|
70
|
-
'ic:baseline-speaker-group',
|
|
71
|
-
'ic:baseline-tablet-android',
|
|
72
|
-
'ic:baseline-tablet-mac',
|
|
73
|
-
'ic:outline-headset-mic',
|
|
74
|
-
'ic:outline-headset-off',
|
|
75
|
-
'ic:outline-keyboard',
|
|
76
|
-
'ic:outline-keyboard-alt',
|
|
77
|
-
'ic:baseline-photo-camera-front',
|
|
78
|
-
'mdi:radio',
|
|
79
|
-
'mdi:toslink',
|
|
80
|
-
'mdi:volume-high',
|
|
81
|
-
'mdi:volume-low',
|
|
82
|
-
'mdi:volume-medium',
|
|
83
|
-
'mdi:volume-minus',
|
|
84
|
-
'mdi:volume-mute',
|
|
85
|
-
'mdi:volume-off',
|
|
86
|
-
'mdi:volume-plus',
|
|
87
|
-
'mdi:volume-source',
|
|
88
|
-
'mdi:volume-variant-off',
|
|
89
|
-
'mdi:volume-vibrate',
|
|
90
|
-
'mdi:waveform',
|
|
91
|
-
'mdi:hazard-lights',
|
|
92
|
-
'mdi:cellphone',
|
|
93
|
-
'mdi:cellphone-arrow-down',
|
|
94
|
-
'mdi:cellphone-arrow-down-variant',
|
|
95
|
-
'mdi:cellphone-basic',
|
|
96
|
-
'mdi:cellphone-charging',
|
|
97
|
-
'mdi:cellphone-check',
|
|
98
|
-
'mdi:cellphone-cog',
|
|
99
|
-
'mdi:cellphone-dock',
|
|
100
|
-
'mdi:cellphone-information',
|
|
101
|
-
'mdi:cellphone-key',
|
|
102
|
-
'mdi:cellphone-link',
|
|
103
|
-
'mdi:cellphone-link-off',
|
|
104
|
-
'mdi:cellphone-lock',
|
|
105
|
-
'mdi:cellphone-marker',
|
|
106
|
-
'mdi:cellphone-message',
|
|
107
|
-
'mdi:cellphone-message-off',
|
|
108
|
-
'mdi:cellphone-nfc',
|
|
109
|
-
'mdi:cellphone-nfc-off',
|
|
110
|
-
'mdi:cellphone-off',
|
|
111
|
-
'mdi:cellphone-play',
|
|
112
|
-
'mdi:cellphone-remove',
|
|
113
|
-
'mdi:cellphone-screenshot',
|
|
114
|
-
'mdi:cellphone-settings',
|
|
115
|
-
'mdi:cellphone-sound',
|
|
116
|
-
'mdi:cellphone-text',
|
|
117
|
-
'mdi:cellphone-wireless',
|
|
118
|
-
'mdi:deskphone',
|
|
119
|
-
'mdi:fax',
|
|
120
|
-
'mdi:monitor-cellphone',
|
|
121
|
-
'mdi:monitor-cellphone-star',
|
|
122
|
-
'mdi:phone-rotate-landscape',
|
|
123
|
-
'mdi:phone-rotate-portrait',
|
|
124
|
-
'mdi:airplane-clock',
|
|
125
|
-
'mdi:airplane-cog',
|
|
126
|
-
'mdi:airplane-settings',
|
|
127
|
-
'mdi:airplane-takeoff'
|
|
128
|
-
]
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare const Edit: string[];
|
|
@@ -1,165 +0,0 @@
|
|
|
1
|
-
export const Edit = [
|
|
2
|
-
'ic:baseline-add-chart',
|
|
3
|
-
'ic:baseline-align-horizontal-left',
|
|
4
|
-
'ic:baseline-align-horizontal-center',
|
|
5
|
-
'ic:baseline-align-horizontal-right',
|
|
6
|
-
'ic:baseline-align-vertical-bottom',
|
|
7
|
-
'ic:baseline-align-vertical-center',
|
|
8
|
-
'ic:baseline-align-vertical-top',
|
|
9
|
-
'ic:baseline-area-chart',
|
|
10
|
-
'ic:baseline-attach-file',
|
|
11
|
-
'ic:baseline-attach-money',
|
|
12
|
-
'ic:baseline-auto-graph',
|
|
13
|
-
'ic:baseline-bar-chart',
|
|
14
|
-
'ic:baseline-border-all',
|
|
15
|
-
'ic:baseline-border-bottom',
|
|
16
|
-
'ic:baseline-border-clear',
|
|
17
|
-
'ic:baseline-border-color',
|
|
18
|
-
'ic:baseline-border-horizontal',
|
|
19
|
-
'ic:baseline-border-inner',
|
|
20
|
-
'ic:baseline-border-left',
|
|
21
|
-
'ic:baseline-border-outer',
|
|
22
|
-
'ic:baseline-border-right',
|
|
23
|
-
'ic:baseline-border-top',
|
|
24
|
-
'ic:baseline-border-vertical',
|
|
25
|
-
'ic:baseline-bubble-chart',
|
|
26
|
-
'ic:baseline-candlestick-chart',
|
|
27
|
-
'ic:baseline-checklist',
|
|
28
|
-
'ic:baseline-checklist-rtl',
|
|
29
|
-
'ic:baseline-draw',
|
|
30
|
-
'ic:baseline-edit-note',
|
|
31
|
-
'ic:baseline-format-align-center',
|
|
32
|
-
'ic:baseline-format-align-justify',
|
|
33
|
-
'ic:baseline-format-align-left',
|
|
34
|
-
'ic:baseline-format-align-right',
|
|
35
|
-
'ic:baseline-format-bold',
|
|
36
|
-
'ic:baseline-format-clear',
|
|
37
|
-
'ic:baseline-format-color-fill',
|
|
38
|
-
'ic:baseline-format-color-reset',
|
|
39
|
-
'ic:baseline-format-color-text',
|
|
40
|
-
'ic:baseline-format-indent-decrease',
|
|
41
|
-
'ic:baseline-format-indent-increase',
|
|
42
|
-
'ic:baseline-format-italic',
|
|
43
|
-
'ic:baseline-format-line-spacing',
|
|
44
|
-
'ic:baseline-format-list-bulleted',
|
|
45
|
-
'ic:baseline-format-list-numbered',
|
|
46
|
-
'ic:baseline-format-list-numbered-rtl',
|
|
47
|
-
'ic:baseline-format-paint',
|
|
48
|
-
'ic:baseline-format-quote',
|
|
49
|
-
'ic:baseline-format-shapes',
|
|
50
|
-
'ic:baseline-format-size',
|
|
51
|
-
'ic:baseline-format-strikethrough',
|
|
52
|
-
'ic:baseline-format-underlined',
|
|
53
|
-
'ic:baseline-functions',
|
|
54
|
-
'ic:baseline-height',
|
|
55
|
-
'ic:baseline-hexagon',
|
|
56
|
-
'ic:baseline-highlight',
|
|
57
|
-
'ic:baseline-horizontal-rule',
|
|
58
|
-
'ic:baseline-insert-chart',
|
|
59
|
-
'ic:baseline-insert-chart-outlined',
|
|
60
|
-
'ic:baseline-insert-drive-file',
|
|
61
|
-
'ic:baseline-insert-emoticon',
|
|
62
|
-
'ic:baseline-insert-invitation',
|
|
63
|
-
'ic:baseline-insert-link',
|
|
64
|
-
'ic:baseline-insert-page-break',
|
|
65
|
-
'ic:baseline-insert-photo',
|
|
66
|
-
'ic:baseline-line-axis',
|
|
67
|
-
'ic:baseline-linear-scale',
|
|
68
|
-
'ic:baseline-margin',
|
|
69
|
-
'ic:baseline-merge-type',
|
|
70
|
-
'ic:baseline-mode',
|
|
71
|
-
'ic:baseline-monetization-on',
|
|
72
|
-
'ic:baseline-move-down',
|
|
73
|
-
'ic:baseline-move-up',
|
|
74
|
-
'ic:baseline-pie-chart',
|
|
75
|
-
'ic:baseline-pie-chart-outline',
|
|
76
|
-
'ic:baseline-polyline',
|
|
77
|
-
'ic:baseline-post-add',
|
|
78
|
-
'ic:baseline-publish',
|
|
79
|
-
'ic:baseline-query-stats',
|
|
80
|
-
'ic:baseline-schema',
|
|
81
|
-
'ic:baseline-stacked-line-chart',
|
|
82
|
-
'ic:outline-table-chart',
|
|
83
|
-
'ic:outline-table-rows',
|
|
84
|
-
'ic:baseline-check-box',
|
|
85
|
-
'ic:baseline-check-box-outline-blank',
|
|
86
|
-
'ic:baseline-indeterminate-check-box',
|
|
87
|
-
'ic:baseline-radio-button-checked',
|
|
88
|
-
'ic:baseline-radio-button-unchecked',
|
|
89
|
-
'ic:baseline-star',
|
|
90
|
-
'ic:baseline-star-border',
|
|
91
|
-
'ic:baseline-star-border-purple500',
|
|
92
|
-
'ic:baseline-star-half',
|
|
93
|
-
'ic:baseline-toggle-off',
|
|
94
|
-
'ic:baseline-toggle-on',
|
|
95
|
-
'ic:outline-check-box',
|
|
96
|
-
'ic:outline-check-box-outline-blank',
|
|
97
|
-
'ic:outline-indeterminate-check-box',
|
|
98
|
-
'mdi:format-paint',
|
|
99
|
-
'mdi:invert-colors',
|
|
100
|
-
'mdi:invert-colors-off',
|
|
101
|
-
'mdi:looks',
|
|
102
|
-
'mdi:palette',
|
|
103
|
-
'mdi:palette-advanced',
|
|
104
|
-
'mdi:palette-outline',
|
|
105
|
-
'mdi:palette-swatch',
|
|
106
|
-
'mdi:palette-swatch-outline',
|
|
107
|
-
'mdi:palette-swatch-variant',
|
|
108
|
-
'mdi:database',
|
|
109
|
-
'mdi:database-alert',
|
|
110
|
-
'mdi:database-alert-outline',
|
|
111
|
-
'mdi:database-arrow-down',
|
|
112
|
-
'mdi:database-arrow-left',
|
|
113
|
-
'mdi:database-arrow-right',
|
|
114
|
-
'mdi:database-arrow-up',
|
|
115
|
-
'mdi:database-check',
|
|
116
|
-
'mdi:database-clock',
|
|
117
|
-
'mdi:database-cog',
|
|
118
|
-
'mdi:database-edit',
|
|
119
|
-
'mdi:database-eye',
|
|
120
|
-
'mdi:database-eye-off',
|
|
121
|
-
'mdi:database-lock',
|
|
122
|
-
'mdi:database-minus',
|
|
123
|
-
'mdi:database-plus',
|
|
124
|
-
'mdi:database-remove',
|
|
125
|
-
'mdi:database-search',
|
|
126
|
-
'mdi:database-sync',
|
|
127
|
-
'mdi:brush',
|
|
128
|
-
'mdi:brush-outline',
|
|
129
|
-
'mdi:brush-variant',
|
|
130
|
-
'mdi:circle-opacity',
|
|
131
|
-
'mdi:draw',
|
|
132
|
-
'mdi:draw-pen',
|
|
133
|
-
'mdi:drawing',
|
|
134
|
-
'mdi:drawing-box',
|
|
135
|
-
'mdi:eyedropper',
|
|
136
|
-
'mdi:format-line-style',
|
|
137
|
-
'mdi:format-line-weight',
|
|
138
|
-
'mdi:fountain-pen',
|
|
139
|
-
'mdi:fountain-pen-tip',
|
|
140
|
-
'mdi:gesture',
|
|
141
|
-
'mdi:grease-pencil',
|
|
142
|
-
'mdi:lead-pencil',
|
|
143
|
-
'mdi:pen',
|
|
144
|
-
'mdi:pencil-ruler',
|
|
145
|
-
'mdi:account-edit',
|
|
146
|
-
'mdi:account-edit-outline',
|
|
147
|
-
'mdi:format-color-fill',
|
|
148
|
-
'mdi:format-color-highlight',
|
|
149
|
-
'mdi:format-color-text',
|
|
150
|
-
'mdi:view-comfy',
|
|
151
|
-
'mdi:view-comfy-outline',
|
|
152
|
-
'mdi:view-compact',
|
|
153
|
-
'mdi:view-dashboard',
|
|
154
|
-
'mdi:view-dashboard-edit',
|
|
155
|
-
'mdi:view-dashboard-variant',
|
|
156
|
-
'mdi:view-grid',
|
|
157
|
-
'mdi:view-grid-outline',
|
|
158
|
-
'mdi:view-grid-plus',
|
|
159
|
-
'mdi:view-grid-plus-outline',
|
|
160
|
-
'mdi:view-list',
|
|
161
|
-
'mdi:view-module',
|
|
162
|
-
'mdi:view-headline',
|
|
163
|
-
'mdi:view-sequential',
|
|
164
|
-
'mdi:view-split-vertical',
|
|
165
|
-
]
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare const File: string[];
|
|
@@ -1,104 +0,0 @@
|
|
|
1
|
-
export const File = [
|
|
2
|
-
'ic:baseline-approval',
|
|
3
|
-
'ic:baseline-attach-email',
|
|
4
|
-
'ic:baseline-cloud',
|
|
5
|
-
'ic:baseline-cloud-circle',
|
|
6
|
-
'ic:baseline-cloud-done',
|
|
7
|
-
'ic:baseline-cloud-download',
|
|
8
|
-
'ic:baseline-cloud-off',
|
|
9
|
-
'ic:baseline-cloud-queue',
|
|
10
|
-
'ic:baseline-cloud-sync',
|
|
11
|
-
'ic:baseline-cloud-upload',
|
|
12
|
-
'ic:baseline-create-new-folder',
|
|
13
|
-
'ic:baseline-difference',
|
|
14
|
-
'ic:baseline-download',
|
|
15
|
-
'ic:baseline-download-for-offline',
|
|
16
|
-
'ic:baseline-downloading',
|
|
17
|
-
'ic:baseline-drive-file-move',
|
|
18
|
-
'ic:baseline-drive-file-move-rtl',
|
|
19
|
-
'ic:baseline-drive-file-rename-outline',
|
|
20
|
-
'ic:baseline-drive-folder-upload',
|
|
21
|
-
'ic:baseline-file-download-done',
|
|
22
|
-
'ic:baseline-file-download-off',
|
|
23
|
-
'ic:baseline-file-open',
|
|
24
|
-
'ic:baseline-file-upload',
|
|
25
|
-
'ic:baseline-folder',
|
|
26
|
-
'ic:baseline-folder-open',
|
|
27
|
-
'ic:baseline-folder-shared',
|
|
28
|
-
'ic:baseline-format-overline',
|
|
29
|
-
'ic:baseline-grid-view',
|
|
30
|
-
'ic:baseline-newspaper',
|
|
31
|
-
'ic:baseline-text-snippet',
|
|
32
|
-
'ic:baseline-topic',
|
|
33
|
-
'ic:outline-approval',
|
|
34
|
-
'ic:outline-attach-email',
|
|
35
|
-
'ic:outline-cloud-circle',
|
|
36
|
-
'ic:outline-cloud-done',
|
|
37
|
-
'ic:outline-cloud-download',
|
|
38
|
-
'ic:outline-cloud-off',
|
|
39
|
-
'ic:outline-cloud-sync',
|
|
40
|
-
'ic:outline-cloud-upload',
|
|
41
|
-
'ic:outline-create-new-folder',
|
|
42
|
-
'ic:outline-difference',
|
|
43
|
-
'ic:outline-download',
|
|
44
|
-
'ic:outline-folder-copy',
|
|
45
|
-
'ic:outline-folder-delete',
|
|
46
|
-
'ic:outline-folder-off',
|
|
47
|
-
'ic:outline-folder-shared',
|
|
48
|
-
'ic:outline-upload',
|
|
49
|
-
'ic:outline-upload-file',
|
|
50
|
-
'ic:outline-workspaces',
|
|
51
|
-
'ic:baseline-workspaces',
|
|
52
|
-
'mdi:cloud',
|
|
53
|
-
'mdi:cloud-alert',
|
|
54
|
-
'mdi:cloud-braces',
|
|
55
|
-
'mdi:cloud-check',
|
|
56
|
-
'mdi:cloud-check-outline',
|
|
57
|
-
'mdi:cloud-download',
|
|
58
|
-
'mdi:cloud-download-outline',
|
|
59
|
-
'mdi:cloud-lock',
|
|
60
|
-
'mdi:cloud-lock-outline',
|
|
61
|
-
'mdi:cloud-off-outline',
|
|
62
|
-
'mdi:cloud-outline',
|
|
63
|
-
'mdi:cloud-percent',
|
|
64
|
-
'mdi:cloud-percent-outline',
|
|
65
|
-
'mdi:cloud-print',
|
|
66
|
-
'mdi:cloud-print-outline',
|
|
67
|
-
'mdi:cloud-question',
|
|
68
|
-
'mdi:cloud-refresh',
|
|
69
|
-
'mdi:cloud-search',
|
|
70
|
-
'mdi:cloud-search-outline',
|
|
71
|
-
'mdi:cloud-sync',
|
|
72
|
-
'mdi:cloud-sync-outline',
|
|
73
|
-
'mdi:cloud-tags',
|
|
74
|
-
'mdi:cloud-upload',
|
|
75
|
-
'mdi:cloud-upload-outline',
|
|
76
|
-
'mdi:file-cloud',
|
|
77
|
-
'mdi:file-cloud-outline',
|
|
78
|
-
'mdi:weather-cloudy',
|
|
79
|
-
'mdi:weather-cloudy-alert',
|
|
80
|
-
'mdi:weather-cloudy-arrow-right',
|
|
81
|
-
'mdi:weather-cloudy-clock',
|
|
82
|
-
'mdi:weather-night-partly-cloudy',
|
|
83
|
-
'mdi:weather-partly-cloudy',
|
|
84
|
-
'mdi:file-cog',
|
|
85
|
-
'mdi:file-code',
|
|
86
|
-
'mdi:file-cog-outline',
|
|
87
|
-
'mdi:file-document-alert',
|
|
88
|
-
'mdi:file-document-alert-outline',
|
|
89
|
-
'mdi:file-find',
|
|
90
|
-
'mdi:file-settings-outline',
|
|
91
|
-
'mdi:folder-cog',
|
|
92
|
-
'mdi:folder-cog-outline',
|
|
93
|
-
'mdi:looks',
|
|
94
|
-
'mdi:weather-lightning',
|
|
95
|
-
'mdi:weather-lightning-rainy',
|
|
96
|
-
'mdi:weather-night',
|
|
97
|
-
'mdi:weather-partly-lightning',
|
|
98
|
-
'mdi:weather-partly-rainy',
|
|
99
|
-
'mdi:weather-partly-snowy',
|
|
100
|
-
'mdi:weather-pouring',
|
|
101
|
-
'mdi:weather-rainy',
|
|
102
|
-
'mdi:weather-snowy',
|
|
103
|
-
'mdi:weather-snowy-heavy'
|
|
104
|
-
]
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare const Math: string[];
|