Searched refs:componentCollection (Results 1 – 9 of 9) sorted by relevance
19 import { componentCollection } from './validate_ui_syntax';116 componentCollection.currentClassName = node.name.getText();118 componentCollection.currentClassName = null;200 componentCollection.customDialogs.has(node.initializer.expression.getText())) {446 if (componentCollection.previewComponent.size === 0 || !projectConfig.isPreview) {447 if (componentCollection.entryComponent) {449 createEntryFunction(componentCollection.entryComponent, context);456 createPreviewComponentFunction(componentCollection.entryComponent, context);466 if (componentCollection.entryComponent === name && componentCollection.localStorageName &&468 localStorageName = componentCollection.localStorageName;[all …]
100 export const componentCollection: ComponentCollection = { constant143 new Set([...INNER_COMPONENT_NAMES, ...componentCollection.customComponents]);145 componentCollection.customComponents.forEach(item => componentInfo.componentNames.add(item));268 componentCollection.customComponents.add(componentName);273 componentCollection.entryComponent = componentName;278 componentCollection.previewComponent.add(componentName);284 componentCollection.customDialogs.add(componentName);312 componentCollection.entryComponentPos = node.expression.pos;316 componentCollection.localStorageName = item.getText();321 componentCollection.localStorageName = null;
35 componentCollection,144 componentCollection.customDialogs.add(node.name.getText());154 componentCollection.customComponents.add(asExportCollection.get(node.name.getText()));162 componentCollection.customComponents.add(asNameFromParent.get(defaultNameFromParent));166 componentCollection.customComponents.add('default');326 componentCollection.customComponents.add(component);
26 componentCollection67 …if (!(componentCollection.entryComponent || componentCollection.customComponents) || !projectConfi…
67 componentCollection,131 { hasController: !componentCollection.customDialogs.has(parentComponentName.getText()) };405 componentCollection.customComponents.has(410 componentCollection.customComponents.has(
80 import { componentCollection } from './validate_ui_syntax';155 componentCollection.entryComponent === componentCollection.currentClassName;1249 if (componentCollection.customComponents.has(name)) {1254 } else if (componentCollection.customComponents.has(name)) {1260 } else if (builderParamObjectCollection.get(componentCollection.currentClassName) &&1261 builderParamObjectCollection.get(componentCollection.currentClassName).has(name)) {
65 componentCollection,229 if (componentCollection.customDialogs.has(componentName.getText()) && node.type &&264 if (parentName.getText() === componentCollection.entryComponent &&591 for (const item of componentCollection.customComponents) {
29 componentCollection52 componentCollection.customComponents.clear();
26 componentCollection56 componentCollection.customComponents.clear();