@@ -101,6 +101,50 @@ import { getSplitConfig } from './src/split'
101101import { getStickyConfig } from './src/sticky'
102102import { getCheckboxButtonConfig } from './src/checkbox-button'
103103import { getCheckboxGroupConfig } from './src/checkbox-group'
104+ import { getColorSelectPanelConfig } from './src/color-select-panel'
105+ import { getCompanyConfig } from './src/company'
106+ import { getCountryConfig } from './src/country'
107+ import { getCropConfig } from './src/crop'
108+ import { getCurrencyConfig } from './src/currency'
109+ import { getDeptConfig } from './src/dept'
110+ import { getDialogSelectConfig } from './src/dialog-select'
111+ import { getDropRolesConfig } from './src/drop-roles'
112+ import { getDropTimesConfig } from './src/drop-times'
113+ import { getEspaceConfig } from './src/espace'
114+ import { getExceptionConfig } from './src/exception'
115+ import { getFallMenuConfig } from './src/fall-menu'
116+ import { getFloatButtonConfig } from './src/float-button'
117+ import { getFloatbarConfig } from './src/floatbar'
118+ import { getFluentEditorConfig } from './src/fluent-editor'
119+ import { getFullscreenConfig } from './src/fullscreen'
120+ import { getGridSelectConfig } from './src/grid-select'
121+ import { getGuideConfig } from './src/guide'
122+ import { getHrapproverConfig } from './src/hrapprover'
123+ import { getInfiniteScrollConfig } from './src/infinite-scroll'
124+ import { getIpAddressConfig } from './src/ip-address'
125+ import { getLinkMenuConfig } from './src/link-menu'
126+ import { getLocalesConfig } from './src/locales'
127+ import { getLogonUserConfig } from './src/logon-user'
128+ import { getLogoutConfig } from './src/logout'
129+ import { getMilestoneConfig } from './src/milestone'
130+ import { getNotifyConfig } from './src/notify'
131+ import { getNumberAnimationConfig } from './src/number-animation'
132+ import { getNumericConfig } from './src/numeric'
133+ import { getPopUploadConfig } from './src/pop-upload'
134+ import { getPopeditorConfig } from './src/popeditor'
135+ import { getQrCodeConfig } from './src/qr-code'
136+ import { getRolesConfig } from './src/roles'
137+ import { getSelectWrapperConfig } from './src/select-wrapper'
138+ import { getTagGroupConfig } from './src/tag-group'
139+ import { getTextPopupConfig } from './src/text-popup'
140+ import { getTimeLineConfig } from './src/time-line'
141+ import { getToggleMenuConfig } from './src/toggle-menu'
142+ import { getUserConfig } from './src/user'
143+ import { getUserAccountConfig } from './src/user-account'
144+ import { getUserContactConfig } from './src/user-contact'
145+ import { getUserHeadConfig } from './src/user-head'
146+ import { getUserLinkConfig } from './src/user-link'
147+ import { getWizardConfig } from './src/wizard'
104148
105149export const createMcpTools = (
106150 instance : any ,
@@ -215,7 +259,51 @@ export const getTinyVueMcpConfig = ({ t }: { t?: ((path: string) => string) | nu
215259 Split : getSplitConfig ( ) ,
216260 Sticky : getStickyConfig ( ) ,
217261 CheckboxButton : getCheckboxButtonConfig ( ) ,
218- CheckboxGroup : getCheckboxGroupConfig ( )
262+ CheckboxGroup : getCheckboxGroupConfig ( ) ,
263+ ColorSelectPanel : getColorSelectPanelConfig ( ) ,
264+ Company : getCompanyConfig ( ) ,
265+ Country : getCountryConfig ( ) ,
266+ Crop : getCropConfig ( ) ,
267+ Currency : getCurrencyConfig ( ) ,
268+ Dept : getDeptConfig ( ) ,
269+ DialogSelect : getDialogSelectConfig ( ) ,
270+ DropRoles : getDropRolesConfig ( ) ,
271+ DropTimes : getDropTimesConfig ( ) ,
272+ Espace : getEspaceConfig ( ) ,
273+ Exception : getExceptionConfig ( ) ,
274+ FallMenu : getFallMenuConfig ( ) ,
275+ FloatButton : getFloatButtonConfig ( ) ,
276+ Floatbar : getFloatbarConfig ( ) ,
277+ FluentEditor : getFluentEditorConfig ( ) ,
278+ Fullscreen : getFullscreenConfig ( ) ,
279+ GridSelect : getGridSelectConfig ( ) ,
280+ Guide : getGuideConfig ( ) ,
281+ Hrapprover : getHrapproverConfig ( ) ,
282+ InfiniteScroll : getInfiniteScrollConfig ( ) ,
283+ IpAddress : getIpAddressConfig ( ) ,
284+ LinkMenu : getLinkMenuConfig ( ) ,
285+ Locales : getLocalesConfig ( ) ,
286+ LogonUser : getLogonUserConfig ( ) ,
287+ Logout : getLogoutConfig ( ) ,
288+ Milestone : getMilestoneConfig ( ) ,
289+ Notify : getNotifyConfig ( ) ,
290+ NumberAnimation : getNumberAnimationConfig ( ) ,
291+ Numeric : getNumericConfig ( ) ,
292+ PopUpload : getPopUploadConfig ( ) ,
293+ Popeditor : getPopeditorConfig ( ) ,
294+ QrCode : getQrCodeConfig ( ) ,
295+ Roles : getRolesConfig ( ) ,
296+ SelectWrapper : getSelectWrapperConfig ( ) ,
297+ TagGroup : getTagGroupConfig ( ) ,
298+ TextPopup : getTextPopupConfig ( ) ,
299+ TimeLine : getTimeLineConfig ( ) ,
300+ ToggleMenu : getToggleMenuConfig ( ) ,
301+ User : getUserConfig ( ) ,
302+ UserAccount : getUserAccountConfig ( ) ,
303+ UserContact : getUserContactConfig ( ) ,
304+ UserHead : getUserHeadConfig ( ) ,
305+ UserLink : getUserLinkConfig ( ) ,
306+ Wizard : getWizardConfig ( )
219307 }
220308 }
221309}
0 commit comments