Constructs CSS object model production format.
Target component context.
Readonly
contextTarget component context.
Builds configuration of CSS object model production format.
This method is called by format one.
Configuration of CSS object model production format.
Optional
config: ComponentStypFormatConfig & StypObjectFormatConfigOriginal component style production format configuration.
Builds CSS style production format to by its config.
This method is called by produce one.
Component style production format.
Optional
config: ComponentStypFormatConfig & StypObjectFormatConfigComponent style production format configuration.
Creates component's CSS stylesheets producer based on the given CSS rules.
Utilizes ComponentStyleProducer.
CSS rules producer function returning CSS rules supply. Once cut off the produced stylesheets are removed.
A source of CSS rules to produce stylesheets for.
Optional
config: ComponentStypFormatConfigStyle production format configuration.
Creates component's CSS stylesheets producer based on the given CSS rules.
Utilizes ComponentStyleProducer.
CSS rules producer function returning CSS rules supply. Once cut off the produced stylesheets are removed.
Produces and dynamically updates component's CSS stylesheets based on the given CSS rules.
Utilizes component's producer function.
CSS rules supply. Once cut off the produced stylesheets are removed.
A source of CSS rules to produce stylesheets for.
Optional
config: ComponentStypFormatConfigStyle production format configuration.
Builds component-specific style renderer.
This renderer applies host selector to generated CSS rules.
This method is called by format one.
Component style renderer(s).
Component style production format configuration.
Static
perStatic
toGenerated using TypeDoc
Component's CSS object model production format.
Renders CSS when component's element connected to document.
This format is used by default.