Lines Matching refs:componentCollection
92 componentCollection,
235 componentCollection.currentClassName = node.name.getText();
236 … componentCollection.entryComponent === componentCollection.currentClassName && entryKeyNode(node);
238 componentCollection.currentClassName = null;
382 if (componentCollection.customDialogs.has(componentName)) {
864 if (componentCollection.previewComponent.length === 0 || !projectConfig.isPreview) {
865 if (componentCollection.entryComponent) {
868 createEntryFunction(componentCollection.entryComponent, context,
873 createEntryFunction(componentCollection.entryComponent, context,
884 …createPreviewComponentFunction(componentCollection.entryComponent, context, cardRelativePath, entr…
916 pos: componentCollection.entryComponentPos
1159 componentCollection.previewComponent.forEach((componentName: string) => {