di.xml 27 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441
  1. <?xml version="1.0"?>
  2. <!--
  3. /**
  4. * Copyright © Magento, Inc. All rights reserved.
  5. * See COPYING.txt for license details.
  6. */
  7. -->
  8. <config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:ObjectManager/etc/config.xsd">
  9. <preference for="Magento\Framework\View\Element\UiComponent\ContainerInterface" type="Magento\Ui\Component\Wrapper\UiComponent" />
  10. <preference for="Magento\Framework\View\Element\UiComponent\Control\ActionPoolInterface" type="Magento\Ui\Component\Control\ActionPool" />
  11. <preference for="Magento\Framework\Data\Argument\InterpreterInterface" type="Magento\Framework\Data\Argument\Interpreter\Composite" />
  12. <preference for="Magento\Framework\Config\ConverterInterface" type="Magento\Framework\View\Element\UiComponent\Config\Converter" />
  13. <preference for="Magento\Framework\View\Element\UiComponent\Config\ManagerInterface" type="Magento\Ui\Model\Manager" />
  14. <preference for="Magento\Framework\View\Element\UiComponent\ContextInterface" type="Magento\Framework\View\Element\UiComponent\Context" />
  15. <preference for="Magento\Framework\View\Element\UiComponent\LayoutInterface" type="Magento\Framework\View\Layout\Generic"/>
  16. <preference for="Magento\Authorization\Model\UserContextInterface" type="Magento\Authorization\Model\CompositeUserContext"/>
  17. <preference for="Magento\Ui\Api\Data\BookmarkSearchResultsInterface" type="Magento\Framework\Api\SearchResults" />
  18. <preference for="Magento\Ui\Api\BookmarkRepositoryInterface" type="Magento\Ui\Model\ResourceModel\BookmarkRepository"/>
  19. <preference for="Magento\Ui\Api\Data\BookmarkInterface" type="Magento\Ui\Model\Bookmark"/>
  20. <preference for="Magento\Ui\Component\Wysiwyg\ConfigInterface" type="Magento\Ui\Component\Wysiwyg\Config"/>
  21. <preference for="Magento\Ui\Api\BookmarkManagementInterface" type="Magento\Ui\Model\BookmarkManagement"/>
  22. <preference for="Magento\Framework\View\TemplateEngine\Xhtml\ResultInterface" type="Magento\Ui\TemplateEngine\Xhtml\Result"/>
  23. <preference for="Magento\Framework\Api\Search\ReportingInterface" type="Magento\Framework\View\Element\UiComponent\DataProvider\Reporting"/>
  24. <preference for="Magento\Ui\Config\ConverterInterface" type="Magento\Ui\Config\Converter\Composite"/>
  25. <preference for="Magento\Ui\Config\Argument\ParserInterface" type="Magento\Ui\Config\Argument\Parser\Composite"/>
  26. <preference for="Magento\Ui\DataProvider\Modifier\PoolInterface" type="Magento\Ui\DataProvider\Modifier\Pool"/>
  27. <type name="Magento\Ui\TemplateEngine\Xhtml\Result" shared="false"/>
  28. <type name="Magento\Framework\View\Element\UiComponent\TemplateAdapter" shared="false" />
  29. <type name="Magento\Framework\View\TemplateEngineFactory">
  30. <arguments>
  31. <argument name="engines" xsi:type="array">
  32. <item name="xhtml" xsi:type="string">Magento\Framework\View\TemplateEngine\Xhtml</item>
  33. </argument>
  34. </arguments>
  35. </type>
  36. <type name="Magento\Framework\View\TemplateEngine\Xhtml">
  37. <arguments>
  38. <argument name="compilerFactory" xsi:type="object">Magento\Framework\View\TemplateEngine\Xhtml\UiCompilerFactory</argument>
  39. </arguments>
  40. </type>
  41. <type name="Magento\Framework\View\Element\UiComponent\ContentType\ContentTypeFactory">
  42. <arguments>
  43. <argument name="types" xsi:type="array">
  44. <item name="html" xsi:type="string">Magento\Framework\View\Element\UiComponent\ContentType\Html</item>
  45. <item name="json" xsi:type="string">Magento\Framework\View\Element\UiComponent\ContentType\Json</item>
  46. <item name="xml" xsi:type="string">Magento\Framework\View\Element\UiComponent\ContentType\Xml</item>
  47. </argument>
  48. </arguments>
  49. </type>
  50. <type name="Magento\Framework\View\TemplateEngine\Xhtml\Compiler\Text">
  51. <arguments>
  52. <argument name="directivePool" xsi:type="array">
  53. <item name="variable" xsi:type="object">Magento\Framework\View\TemplateEngine\Xhtml\Compiler\Directive\Variable</item>
  54. <item name="callableMethod" xsi:type="object">Magento\Framework\View\TemplateEngine\Xhtml\Compiler\Directive\CallableMethod</item>
  55. </argument>
  56. </arguments>
  57. </type>
  58. <type name="Magento\Framework\View\TemplateEngine\Xhtml\Compiler\Attribute">
  59. <arguments>
  60. <argument name="directivePool" xsi:type="array">
  61. <item name="variable" xsi:type="object">Magento\Framework\View\TemplateEngine\Xhtml\Compiler\Directive\Variable</item>
  62. <item name="callableMethod" xsi:type="object">Magento\Framework\View\TemplateEngine\Xhtml\Compiler\Directive\CallableMethod</item>
  63. </argument>
  64. </arguments>
  65. </type>
  66. <virtualType name="Magento\Framework\View\TemplateEngine\Xhtml\UiCompilerFactory" type="Magento\Framework\View\TemplateEngine\Xhtml\CompilerFactory">
  67. <arguments>
  68. <argument name="instanceName" xsi:type="string">Magento\Framework\View\TemplateEngine\Xhtml\UiCompiler</argument>
  69. </arguments>
  70. </virtualType>
  71. <virtualType name="Magento\Framework\View\TemplateEngine\Xhtml\UiCompiler" type="Magento\Framework\View\TemplateEngine\Xhtml\Compiler" shared="false">
  72. <arguments>
  73. <argument name="compilerText" xsi:type="object">Magento\Framework\View\TemplateEngine\Xhtml\Compiler\Text</argument>
  74. <argument name="compilerAttribute" xsi:type="object">Magento\Framework\View\TemplateEngine\Xhtml\Compiler\Attribute</argument>
  75. <argument name="compilerCdata" xsi:type="object">Magento\Framework\View\TemplateEngine\Xhtml\Compiler\Cdata</argument>
  76. <argument name="compilerComment" xsi:type="object">Magento\Framework\View\TemplateEngine\Xhtml\Compiler\Comment</argument>
  77. <argument name="elementCompilers" xsi:type="array">
  78. <item name="render" xsi:type="object">Magento\Ui\TemplateEngine\Xhtml\Compiler\Element\Render</item>
  79. <item name="content" xsi:type="object">Magento\Ui\TemplateEngine\Xhtml\Compiler\Element\Content</item>
  80. <item name="form" xsi:type="object">Magento\Ui\TemplateEngine\Xhtml\Compiler\Element\Form</item>
  81. </argument>
  82. </arguments>
  83. </virtualType>
  84. <virtualType name="uiConfigurationDomMerger" type="Magento\Framework\View\Element\UiComponent\Config\DomMerger">
  85. <arguments>
  86. <argument name="schema" xsi:type="string">urn:magento:module:Magento_Ui:etc/ui_configuration.xsd</argument>
  87. <argument name="contextXPath" xsi:type="array">
  88. <item name="ui_context" xsi:type="string">/</item>
  89. </argument>
  90. <argument name="idAttributes" xsi:type="array">
  91. <item name="attribute_name" xsi:type="string">name</item>
  92. </argument>
  93. </arguments>
  94. </virtualType>
  95. <type name="Magento\Ui\Config\Reader\Definition">
  96. <arguments>
  97. <argument name="fileName" xsi:type="string">etc/definition.xml</argument>
  98. <argument name="converter" xsi:type="object">Magento\Ui\Config\Converter</argument>
  99. <argument name="fileResolver" xsi:type="object">Magento\Ui\Config\Reader\FileResolver</argument>
  100. <argument name="schemaLocator" xsi:type="object">Magento\Ui\Config\Reader\Definition\SchemaLocator</argument>
  101. <argument name="idAttributes" xsi:type="array">
  102. <item name="/components/(.*)/argument" xsi:type="string">name</item>
  103. <item name="/components/(.*)/argument(/item)+" xsi:type="string">name</item>
  104. </argument>
  105. </arguments>
  106. </type>
  107. <type name="Magento\Ui\Config\Reader\DefinitionMap">
  108. <arguments>
  109. <argument name="fileName" xsi:type="string">etc/definition.map.xml</argument>
  110. <argument name="converter" xsi:type="object">Magento\Ui\Config\Reader\DefinitionMap\Converter</argument>
  111. <argument name="fileResolver" xsi:type="object">Magento\Ui\Config\Reader\FileResolver</argument>
  112. <argument name="schemaLocator" xsi:type="object">Magento\Ui\Config\Reader\DefinitionMap\SchemaLocator</argument>
  113. <argument name="idAttributes" xsi:type="array">
  114. <item name="/components/component" xsi:type="string">name</item>
  115. </argument>
  116. </arguments>
  117. </type>
  118. <virtualType name="Magento\Ui\Config\Definition\Data" type="Magento\Framework\Config\Data">
  119. <arguments>
  120. <argument name="reader" xsi:type="object">Magento\Ui\Config\Reader\Definition</argument>
  121. <argument name="cacheId" xsi:type="string">ui_component_definition_data_new</argument>
  122. </arguments>
  123. </virtualType>
  124. <virtualType name="Magento\Ui\Config\DefinitionMap\Data" type="Magento\Framework\Config\Data">
  125. <arguments>
  126. <argument name="reader" xsi:type="object">Magento\Ui\Config\Reader\DefinitionMap</argument>
  127. <argument name="cacheId" xsi:type="string">ui_component_definition_map_data</argument>
  128. </arguments>
  129. </virtualType>
  130. <type name="Magento\Ui\Config\Converter">
  131. <arguments>
  132. <argument name="reader" xsi:type="object">Magento\Ui\Config\Reader\DefinitionMap</argument>
  133. <argument name="parser" xsi:type="object">Magento\Ui\Config\Argument\Parser\Composite</argument>
  134. </arguments>
  135. </type>
  136. <type name="Magento\Ui\Config\Reader">
  137. <arguments>
  138. <argument name="converter" xsi:type="object">Magento\Ui\Config\Converter</argument>
  139. <argument name="fileResolver" xsi:type="object">Magento\Ui\Config\Reader\FileResolver</argument>
  140. </arguments>
  141. </type>
  142. <type name="Magento\Ui\Config\Reader\Dom">
  143. <arguments>
  144. <argument name="schemaLocator" xsi:type="object">Magento\Ui\Config\Reader\SchemaLocator</argument>
  145. </arguments>
  146. </type>
  147. <type name="Magento\Ui\Model\Manager">
  148. <arguments>
  149. <argument name="domMerger" xsi:type="object">uiConfigurationDomMerger</argument>
  150. </arguments>
  151. </type>
  152. <virtualType name="uiTemplateDomMerger" type="Magento\Framework\View\Element\UiComponent\Config\DomMerger">
  153. <arguments>
  154. <argument name="schema" xsi:type="string">urn:magento:module:Magento_Ui:etc/ui_template.xsd</argument>
  155. <argument name="contextXPath" xsi:type="array">
  156. <item name="ui_context" xsi:type="string">/</item>
  157. </argument>
  158. <argument name="idAttributes" xsi:type="array">
  159. <item name="attribute_name" xsi:type="string">name</item>
  160. <item name="attribute_id" xsi:type="string">id</item>
  161. </argument>
  162. </arguments>
  163. </virtualType>
  164. <type name="Magento\Framework\View\Element\UiComponent\Config\Provider\Template">
  165. <arguments>
  166. <argument name="domMerger" xsi:type="object">uiTemplateDomMerger</argument>
  167. </arguments>
  168. </type>
  169. <virtualType name="uiDefinitionDomMerger" type="Magento\Framework\View\Element\UiComponent\Config\DomMerger">
  170. <arguments>
  171. <argument name="schema" xsi:type="string">urn:magento:module:Magento_Ui:etc/ui_definition.xsd</argument>
  172. <argument name="contextXPath" xsi:type="array">
  173. <item name="ui_context" xsi:type="string">/components</item>
  174. </argument>
  175. <argument name="idAttributes" xsi:type="array">
  176. <item name="attribute_name" xsi:type="string">name</item>
  177. </argument>
  178. <argument name="isMergeSimpleXMLElement" xsi:type="boolean">true</argument>
  179. </arguments>
  180. </virtualType>
  181. <virtualType name="uiDefinitionFileCollector" type="Magento\Framework\View\Element\UiComponent\Config\FileCollector\AggregatedFileCollector">
  182. <arguments>
  183. <argument name="searchPattern" xsi:type="string">etc/definition.xml</argument>
  184. </arguments>
  185. </virtualType>
  186. <virtualType name="uiDefinitionReader" type="Magento\Framework\View\Element\UiComponent\Config\Reader">
  187. <arguments>
  188. <argument name="fileCollector" xsi:type="object">uiDefinitionFileCollector</argument>
  189. <argument name="domMerger" xsi:type="object">uiDefinitionDomMerger</argument>
  190. </arguments>
  191. </virtualType>
  192. <type name="Magento\Framework\View\Element\UiComponent\Config\Provider\Component\Definition">
  193. <arguments>
  194. <argument name="uiReader" xsi:type="object">uiDefinitionReader</argument>
  195. </arguments>
  196. </type>
  197. <type name="Magento\Ui\Component\Filter\FilterPool">
  198. <arguments>
  199. <argument name="filters" xsi:type="array">
  200. <item name="filter_input" xsi:type="string">Magento\Ui\Component\Filter\Type\Input</item>
  201. <item name="filter_select" xsi:type="string">Magento\Ui\Component\Filter\Type\Select</item>
  202. <item name="filter_range" xsi:type="string">Magento\Ui\Component\Filter\Type\Range</item>
  203. <item name="filter_store" xsi:type="string">Magento\Ui\Component\Filter\Type\Store</item>
  204. </argument>
  205. </arguments>
  206. </type>
  207. <type name="Magento\Framework\View\Layout\Pool">
  208. <arguments>
  209. <argument name="types" xsi:type="array">
  210. <item name="generic" xsi:type="array">
  211. <item name="class" xsi:type="string">Magento\Framework\View\Layout\Generic</item>
  212. <item name="template" xsi:type="string">templates/layout/generic</item>
  213. </item>
  214. <item name="tabs" xsi:type="array">
  215. <item name="class" xsi:type="string">Magento\Ui\Component\Layout\Tabs</item>
  216. <item name="template" xsi:type="string">templates/layout/tabs</item>
  217. </item>
  218. </argument>
  219. </arguments>
  220. </type>
  221. <type name="Magento\Framework\View\Layout\Generic">
  222. <arguments>
  223. <argument name="data" xsi:type="array">
  224. <item name="config" xsi:type="array">
  225. <item name="component" xsi:type="string">Magento_Ui/js/form/components/html</item>
  226. <item name="componentName" xsi:type="string">html_content</item>
  227. <item name="panelComponentName" xsi:type="string">fieldset</item>
  228. </item>
  229. </argument>
  230. </arguments>
  231. </type>
  232. <type name="Magento\Ui\Component\Layout\Tabs">
  233. <arguments>
  234. <argument name="data" xsi:type="array">
  235. <item name="config" xsi:type="array">
  236. <item name="component" xsi:type="string">Magento_Ui/js/form/components/html</item>
  237. <item name="componentName" xsi:type="string">html_content</item>
  238. </item>
  239. </argument>
  240. </arguments>
  241. </type>
  242. <virtualType name="arrayArgumentInterpreterProxy" type="Magento\Framework\Data\Argument\InterpreterInterface\Proxy">
  243. <arguments>
  244. <argument name="instanceName" xsi:type="string">Magento\Framework\Data\Argument\Interpreter\ArrayType</argument>
  245. </arguments>
  246. </virtualType>
  247. <virtualType name="configurableObjectArgumentInterpreterProxy" type="Magento\Framework\Data\Argument\InterpreterInterface\Proxy">
  248. <arguments>
  249. <argument name="instanceName" xsi:type="string">Magento\Framework\View\Element\UiComponent\Argument\Interpreter\ConfigurableObject</argument>
  250. </arguments>
  251. </virtualType>
  252. <type name="Magento\Framework\Data\Argument\Interpreter\Composite">
  253. <arguments>
  254. <argument name="interpreters" xsi:type="array">
  255. <item name="const" xsi:type="object">Magento\Framework\Data\Argument\Interpreter\Constant</item>
  256. <item name="object" xsi:type="object">configurableObjectArgumentInterpreterProxy</item>
  257. <item name="configurableObject" xsi:type="object">configurableObjectArgumentInterpreterProxy</item>
  258. <item name="array" xsi:type="object">arrayArgumentInterpreterProxy</item>
  259. <item name="boolean" xsi:type="object">Magento\Framework\Data\Argument\Interpreter\Boolean</item>
  260. <item name="number" xsi:type="object">Magento\Framework\Data\Argument\Interpreter\Number</item>
  261. <item name="string" xsi:type="object">Magento\Framework\Data\Argument\Interpreter\StringUtils</item>
  262. <item name="null" xsi:type="object">Magento\Framework\Data\Argument\Interpreter\NullType</item>
  263. <item name="url" xsi:type="object">Magento\Ui\Config\Argument\Parser\Url</item>
  264. </argument>
  265. <argument name="discriminator" xsi:type="string">xsi:type</argument>
  266. </arguments>
  267. </type>
  268. <type name="Magento\Framework\View\Element\UiComponent\Config\FileCollector\AggregatedFileCollector">
  269. <arguments>
  270. <argument name="collectorAggregated" xsi:type="object">uiComponentAggregatedCollector</argument>
  271. </arguments>
  272. </type>
  273. <virtualType name="uiComponentAggregatedCollector" type="Magento\Framework\View\Layout\File\Collector\Aggregated">
  274. <arguments>
  275. <argument name="baseFiles" xsi:type="object">uiComponentAggregatedSourceBaseSorted</argument>
  276. <argument name="themeFiles" xsi:type="object">uiComponentAggregatedSourceThemeSorted</argument>
  277. <argument name="overrideBaseFiles" xsi:type="object">uiComponentAggregatedSourceOverrideBaseSorted</argument>
  278. <argument name="overrideThemeFiles" xsi:type="object">uiComponentAggregatedSourceOverrideThemeSorted</argument>
  279. </arguments>
  280. </virtualType>
  281. <virtualType name="uiComponentAggregatedSourceBase" type="Magento\Framework\View\File\Collector\Base">
  282. <arguments>
  283. <argument name="subDir" xsi:type="string">ui_component</argument>
  284. </arguments>
  285. </virtualType>
  286. <virtualType shared="false" name="uiComponentAggregatedSourceBaseFiltered" type="Magento\Framework\View\File\Collector\Decorator\ModuleOutput">
  287. <arguments>
  288. <argument name="subject" xsi:type="object">uiComponentAggregatedSourceBase</argument>
  289. </arguments>
  290. </virtualType>
  291. <virtualType name="uiComponentAggregatedSourceBaseSorted" type="Magento\Framework\View\File\Collector\Decorator\ModuleDependency">
  292. <arguments>
  293. <argument name="subject" xsi:type="object">uiComponentAggregatedSourceBaseFiltered</argument>
  294. </arguments>
  295. </virtualType>
  296. <virtualType name="uiComponentAggregatedSourceTheme" type="Magento\Framework\View\File\Collector\ThemeModular">
  297. <arguments>
  298. <argument name="subDir" xsi:type="string">ui_component</argument>
  299. </arguments>
  300. </virtualType>
  301. <virtualType name="uiComponentAggregatedSourceThemeFiltered" type="Magento\Framework\View\File\Collector\Decorator\ModuleOutput">
  302. <arguments>
  303. <argument name="subject" xsi:type="object">uiComponentAggregatedSourceTheme</argument>
  304. </arguments>
  305. </virtualType>
  306. <virtualType name="uiComponentAggregatedSourceThemeSorted" type="Magento\Framework\View\File\Collector\Decorator\ModuleDependency">
  307. <arguments>
  308. <argument name="subject" xsi:type="object">uiComponentAggregatedSourceThemeFiltered</argument>
  309. </arguments>
  310. </virtualType>
  311. <virtualType name="uiComponentAggregatedSourceOverrideBase" type="Magento\Framework\View\File\Collector\Override\Base">
  312. <arguments>
  313. <argument name="subDir" xsi:type="string">layout/override/base</argument>
  314. </arguments>
  315. </virtualType>
  316. <virtualType name="uiComponentAggregatedSourceOverrideBaseFiltered" type="Magento\Framework\View\File\Collector\Decorator\ModuleOutput">
  317. <arguments>
  318. <argument name="subject" xsi:type="object">uiComponentAggregatedSourceOverrideBase</argument>
  319. </arguments>
  320. </virtualType>
  321. <virtualType name="uiComponentAggregatedSourceOverrideBaseSorted" type="Magento\Framework\View\File\Collector\Decorator\ModuleDependency">
  322. <arguments>
  323. <argument name="subject" xsi:type="object">uiComponentAggregatedSourceOverrideBaseFiltered</argument>
  324. </arguments>
  325. </virtualType>
  326. <virtualType name="uiComponentAggregatedSourceOverrideTheme" type="Magento\Framework\View\File\Collector\Override\ThemeModular">
  327. <arguments>
  328. <argument name="subDir" xsi:type="string">layout/override/theme</argument>
  329. </arguments>
  330. </virtualType>
  331. <virtualType name="uiComponentAggregatedSourceOverrideThemeFiltered" type="Magento\Framework\View\File\Collector\Decorator\ModuleOutput">
  332. <arguments>
  333. <argument name="subject" xsi:type="object">uiComponentAggregatedSourceOverrideTheme</argument>
  334. </arguments>
  335. </virtualType>
  336. <virtualType name="uiComponentAggregatedSourceOverrideThemeSorted" type="Magento\Framework\View\File\Collector\Decorator\ModuleDependency">
  337. <arguments>
  338. <argument name="subject" xsi:type="object">uiComponentAggregatedSourceOverrideThemeFiltered</argument>
  339. </arguments>
  340. </virtualType>
  341. <virtualType name="uiComponentConfigFactory" type="Magento\Framework\Config\DataInterfaceFactory">
  342. <arguments>
  343. <argument xsi:type="string" name="instanceName">Magento\Ui\Config\Data</argument>
  344. </arguments>
  345. </virtualType>
  346. <type name="Magento\Framework\View\Layout\Reader\UiComponent">
  347. <arguments>
  348. <argument name="uiConfigFactory" xsi:type="object">uiComponentConfigFactory</argument>
  349. </arguments>
  350. </type>
  351. <virtualType name="uiComponentMapFactory" type="Magento\Framework\Config\DataInterfaceFactory">
  352. <arguments>
  353. <argument xsi:type="string" name="instanceName">Magento\Ui\Config\Data</argument>
  354. </arguments>
  355. </virtualType>
  356. <type name="Magento\Framework\View\Element\UiComponentFactory">
  357. <arguments>
  358. <argument name="componentChildFactories" xsi:type="array">
  359. <item name="Magento\Ui\Component\HtmlContent" xsi:type="object">Magento\Framework\View\Element\UiComponent\Factory\HtmlContentFactory\Proxy</item>
  360. </argument>
  361. <argument name="configFactory" xsi:type="object">uiComponentConfigFactory</argument>
  362. <argument name="definitionData" xsi:type="object">Magento\Ui\Config\Reader\Definition\Data</argument>
  363. <argument name="componentManager" xsi:type="object">Magento\Ui\Model\Manager\Proxy</argument>
  364. </arguments>
  365. </type>
  366. <type name="Magento\Ui\Config\Argument\Parser\ArrayType">
  367. <arguments>
  368. <argument name="itemParser" xsi:type="object">Magento\Ui\Config\Argument\Parser\Composite\Proxy</argument>
  369. </arguments>
  370. </type>
  371. <type name="Magento\Ui\Config\Argument\Parser\ConfigurableObjectType">
  372. <arguments>
  373. <argument name="argumentParser" xsi:type="object">Magento\Ui\Config\Argument\Parser\Composite\Proxy</argument>
  374. </arguments>
  375. </type>
  376. <type name="Magento\Ui\Config\Argument\Parser\Composite">
  377. <arguments>
  378. <argument name="parsers" xsi:type="array">
  379. <item name="array" xsi:type="object">Magento\Ui\Config\Argument\Parser\ArrayType</item>
  380. <item name="configurableObject" xsi:type="object">Magento\Ui\Config\Argument\Parser\ConfigurableObjectType</item>
  381. <item name="xpath" xsi:type="object">Magento\Ui\Config\Argument\Parser\XpathType</item>
  382. <item name="converter" xsi:type="object">Magento\Ui\Config\Argument\Parser\ConverterType</item>
  383. </argument>
  384. <argument name="discriminator" xsi:type="string">xsi:type</argument>
  385. </arguments>
  386. </type>
  387. <virtualType name="Magento\Ui\Config\Converter\Item\Proxy" type="Magento\Ui\Config\ConverterInterface\Proxy">
  388. <arguments>
  389. <argument name="instanceName" xsi:type="string">Magento\Ui\Config\Converter\Item</argument>
  390. </arguments>
  391. </virtualType>
  392. <virtualType name="Magento\Ui\Config\Converter\Buttons\Proxy" type="Magento\Ui\Config\ConverterInterface\Proxy">
  393. <arguments>
  394. <argument name="instanceName" xsi:type="string">Magento\Ui\Config\Converter\Buttons</argument>
  395. </arguments>
  396. </virtualType>
  397. <virtualType name="Magento\Ui\Config\Converter\Actions\Proxy" type="Magento\Ui\Config\ConverterInterface\Proxy">
  398. <arguments>
  399. <argument name="instanceName" xsi:type="string">Magento\Ui\Config\Converter\Actions</argument>
  400. </arguments>
  401. </virtualType>
  402. <virtualType name="Magento\Ui\Config\Converter\StorageConfig\Proxy" type="Magento\Ui\Config\ConverterInterface\Proxy">
  403. <arguments>
  404. <argument name="instanceName" xsi:type="string">Magento\Ui\Config\Converter\StorageConfig</argument>
  405. </arguments>
  406. </virtualType>
  407. <type name="Magento\Ui\Config\Converter\Composite">
  408. <arguments>
  409. <argument name="converters" xsi:type="array">
  410. <item name="item" xsi:type="object">Magento\Ui\Config\Converter\Item\Proxy</item>
  411. <item name="url" xsi:type="object">Magento\Ui\Config\Converter\Url</item>
  412. <item name="deps" xsi:type="object">Magento\Ui\Config\Converter\Deps</item>
  413. <item name="buttons" xsi:type="object">Magento\Ui\Config\Converter\Buttons\Proxy</item>
  414. <item name="storageConfig" xsi:type="object">Magento\Ui\Config\Converter\StorageConfig\Proxy</item>
  415. <item name="communication" xsi:type="object">Magento\Ui\Config\Converter\Communication</item>
  416. <item name="htmlContent" xsi:type="object">Magento\Ui\Config\Converter\HtmlContent</item>
  417. <item name="additionalClasses" xsi:type="object">Magento\Ui\Config\Converter\AdditionalClasses</item>
  418. <item name="options" xsi:type="object">Magento\Ui\Config\Converter\Options</item>
  419. <item name="actions" xsi:type="object">Magento\Ui\Config\Converter\Actions\Proxy</item>
  420. <item name="urlTypes" xsi:type="object">Magento\Ui\Config\Converter\Actions\Proxy</item>
  421. </argument>
  422. <argument name="discriminator" xsi:type="string">type</argument>
  423. </arguments>
  424. </type>
  425. <type name="Magento\Config\Model\Config\TypePool">
  426. <arguments>
  427. <argument name="environment" xsi:type="array">
  428. <item name="dev/js/session_storage_key" xsi:type="string">1</item>
  429. </argument>
  430. </arguments>
  431. </type>
  432. <type name="Magento\Ui\Model\UiComponentTypeResolver">
  433. <arguments>
  434. <argument name="uiComponentTypeMap" xsi:type="array">
  435. <item name="html" xsi:type="string">text/html</item>
  436. <item name="json" xsi:type="string">application/json</item>
  437. <item name="xml" xsi:type="string">application/xml</item>
  438. </argument>
  439. </arguments>
  440. </type>
  441. </config>