@cqfactory/component-generator
Version:
Builds ReactJS/Vue/Angular enabled AEM Touch UI components with dialogue.
56 lines • 1.54 kB
TypeScript
export declare enum PlaceHolder {
Common = "{{COMMON}}",
Tab = "{{TABPLACEHOLDER}}",
Element = "ELNAME",
Title = "{{TITLE}}",
Fields = "{{FIELDS}}",
Field = "{{FIELD}}",
Database = "{{DATABASE}}",
Description = "{{DESC}}",
Options = "{{OPTIONS}}",
Group = "{{GROUP}}",
TrackingEvents = "{{EVENTS}}",
TrackingVars = "{{VARS}}",
Required = "{{REQUIRED}}",
MaxLength = "{{MAXLENGTH}}",
isDisabled = "{{DISABLED}}",
Max = "{{MAX}}",
Min = "{{MIN}}",
ComponentDescription = "{{COMP_DESCRIPTION}}",
Tag = "{{TAG}}",
Class = "{{CLASS}}",
NoDecoration = "{{NO_DECORATION}}",
IsContainer = "{{IS_CONTAINER}}",
FullyQualifiedClassName = "{{PACKAGE_CLASS}}",
ResourceSuperType = "{{RESOURCE_SUPER_TYPE_PLACEHOLDER}}",
Checked = "{{CHECKED_VALUE}}",
UncheckedValue = "{{UNCHECKED_VALUE}}",
Value = "{{VALUE}}"
}
export declare const template: {
commonField: string;
dialog: string;
tab: string;
textfield: string;
richtext: string;
numberfield: string;
pathfield: string;
select: string;
dropdown: string;
multiField: string;
multiFieldNested: string;
tracking: string;
component: string;
react: string;
reactIndex: string;
reactComponent: string;
reactScss: string;
sightly: string;
cqEditConfig: string;
htmlTag: string;
tag: string;
imagefield: string;
cqDesignDialog: string;
hiddenField: string;
};
//# sourceMappingURL=componentTemplate.d.ts.map