@@ -58,5 +58,55 @@ public function init(
5858
5959 $ contribute [Component \Resource \PublicAsset::class] = fn () =>
6060 new Component \Resource \OfComponent ($ this , ".htaccess " , ". " );
61+
62+ $ contribute [Component \EntryPoint::class] = static fn () =>
63+ new Init \LegacyInitialisationAdapter (
64+ $ pull [\ILIAS \Refinery \Factory::class],
65+ $ pull [\ILIAS \Data \Factory::class],
66+ $ use [\ILIAS \UI \Factory::class],
67+ $ use [\ILIAS \UI \Renderer::class],
68+ $ pull [\ILIAS \UI \Implementation \Component \Counter \Factory::class],
69+ $ pull [\ILIAS \UI \Implementation \Component \Button \Factory::class],
70+ $ pull [\ILIAS \UI \Implementation \Component \Listing \Factory::class],
71+ $ pull [\ILIAS \UI \Implementation \Component \Image \Factory::class],
72+ $ pull [\ILIAS \UI \Implementation \Component \Panel \Factory::class],
73+ $ pull [\ILIAS \UI \Implementation \Component \Modal \Factory::class],
74+ $ pull [\ILIAS \UI \Implementation \Component \Dropzone \Factory::class],
75+ $ pull [\ILIAS \UI \Implementation \Component \Popover \Factory::class],
76+ $ pull [\ILIAS \UI \Implementation \Component \Divider \Factory::class],
77+ $ pull [\ILIAS \UI \Implementation \Component \Link \Factory::class],
78+ $ pull [\ILIAS \UI \Implementation \Component \Dropdown \Factory::class],
79+ $ pull [\ILIAS \UI \Implementation \Component \Item \Factory::class],
80+ $ pull [\ILIAS \UI \Implementation \Component \ViewControl \Factory::class],
81+ $ pull [\ILIAS \UI \Implementation \Component \Chart \Factory::class],
82+ $ pull [\ILIAS \UI \Implementation \Component \Input \Factory::class],
83+ $ pull [\ILIAS \UI \Implementation \Component \Table \Factory::class],
84+ $ pull [\ILIAS \UI \Implementation \Component \MessageBox \Factory::class],
85+ $ pull [\ILIAS \UI \Implementation \Component \Card \Factory::class],
86+ $ pull [\ILIAS \UI \Implementation \Component \Layout \Factory::class],
87+ $ pull [\ILIAS \UI \Implementation \Component \MainControls \Factory::class],
88+ $ pull [\ILIAS \UI \Implementation \Component \Tree \Factory::class],
89+ $ pull [\ILIAS \UI \Implementation \Component \Menu \Factory::class],
90+ $ pull [\ILIAS \UI \Implementation \Component \Symbol \Factory::class],
91+ $ pull [\ILIAS \UI \Implementation \Component \Toast \Factory::class],
92+ $ pull [\ILIAS \UI \Implementation \Component \Legacy \Factory::class],
93+ $ pull [\ILIAS \UI \Implementation \Component \Launcher \Factory::class],
94+ $ pull [\ILIAS \UI \Implementation \Component \Entity \Factory::class],
95+ $ pull [\ILIAS \UI \Implementation \Component \Panel \Listing \Factory::class],
96+ $ pull [\ILIAS \UI \Implementation \Component \Modal \InterruptiveItem \Factory::class],
97+ $ pull [\ILIAS \UI \Implementation \Component \Chart \ProgressMeter \Factory::class],
98+ $ pull [\ILIAS \UI \Implementation \Component \Chart \Bar \Factory::class],
99+ $ pull [\ILIAS \UI \Implementation \Component \Input \ViewControl \Factory::class],
100+ $ pull [\ILIAS \UI \Implementation \Component \Input \Container \ViewControl \Factory::class],
101+ $ pull [\ILIAS \UI \Implementation \Component \Table \Column \Factory::class],
102+ $ pull [\ILIAS \UI \Implementation \Component \Table \Factory::class],
103+ $ pull [\ILIAS \UI \Implementation \Component \MainControls \Slate \Factory::class],
104+ $ pull [\ILIAS \UI \Implementation \Component \Symbol \Icon \Factory::class],
105+ $ pull [\ILIAS \UI \Implementation \Component \Symbol \Glyph \Factory::class],
106+ $ pull [\ILIAS \UI \Implementation \Component \Symbol \Avatar \Factory::class],
107+ $ pull [\ILIAS \UI \Implementation \Component \Input \Container \Form \Factory::class],
108+ $ pull [\ILIAS \UI \Implementation \Component \Input \Container \Filter \Factory::class],
109+ $ pull [\ILIAS \UI \Implementation \Component \Input \Field \Factory::class],
110+ );
61111 }
62112}
0 commit comments