diff --git a/src/app/showcase/doc/calendar/templatesdoc.ts b/src/app/showcase/doc/calendar/templatesdoc.ts index 4815d8a789d..7af34a4e24b 100644 --- a/src/app/showcase/doc/calendar/templatesdoc.ts +++ b/src/app/showcase/doc/calendar/templatesdoc.ts @@ -2,59 +2,58 @@ import { Component, Input } from '@angular/core'; @Component({ selector: 'templates-doc', - template: ` -
Name | -Parameters | -
---|---|
header | -- | -
footer | -- | -
date | -$implicit: Value of the component | -
decade | -$implicit: An array containing the start and and year of a decade to display at header of the year picker. | -
previousicon | -- | -
nexticon | -- | -
triggericon | -- | -
clearicon | -- | -
incrementicon | -- | -
decrementicon | -- | -
Name | +Parameters | +
---|---|
header | +- | +
footer | +- | +
date | +$implicit: Value of the component | +
decade | +$implicit: An array containing the start and and year of a decade to display at header of the year picker. | +
previousicon | +- | +
nexticon | +- | +
triggericon | +- | +
clearicon | +- | +
incrementicon | +- | +
decrementicon | +- | +
Value to describe the component can either be provided with ariaLabelledBy or ariaLabel props. The cascadeselect element has a combobox role in addition to aria-haspopup and aria-expanded attributes.
diff --git a/src/app/showcase/doc/overlay/appendtodoc.ts b/src/app/showcase/doc/overlay/appendtodoc.ts
index 14e2a2b996d..0b814ee6496 100644
--- a/src/app/showcase/doc/overlay/appendtodoc.ts
+++ b/src/app/showcase/doc/overlay/appendtodoc.ts
@@ -3,8 +3,7 @@ import { Code } from '../../domain/code';
@Component({
selector: 'appendto-doc',
- template: `
- Overlay can be mounted into its location, body or DOM element instance using this option. The autoZIndex determines whether to automatically manage layering. Its default value is 'false'. The autoZIndex determines whether to automatically manage layering. Its default value is 'false'. The baseZIndex is base zIndex value to use in layering. Its default value is 0. The baseZIndex is base zIndex value to use in layering. Its default value is 0. Overlay is a container to display content in an overlay window. All the options mentioned above can be used as props for this component. The hideOnEscape determines to hide the overlay when escape key pressed. Accepts boolean, default value is false. The hideOnEscape determines to hide the overlay when escape key pressed. Accepts boolean, default value is false.
It has two valid values; overlay and modal. In overlay mode, a container element is opened like overlaypanel or dropdown's panel. In modal mode, the container element behaves like popup. This behaviour is similar to a
dialog component.
@@ -13,7 +12,6 @@ import { Code } from '../../domain/code';
It is the option used to determine in which mode it should appear according to the given media or breakpoint. The style and styleClass are used to define styles that will be added to all overlay components. In addition, it can be used in contentStyle and contentStyleClass classes. The style and styleClass are used to define styles that will be added to all overlay components. In addition, it can be used in contentStyle and contentStyleClass classes. The target is used to detect the element that will be used to position the overlay. Valid values would be; Content can be customized with the content template. Transition options of the show or hide animation. The default value of showTransitionOptions is '.12s cubic-bezier(0, 0, 0.2, 1)' and the default value of hideTransitionOptions is '.1s linear'. Transition options of the show or hide animation. The default value of showTransitionOptions is '.12s cubic-bezier(0, 0, 0.2, 1)' and the default value of hideTransitionOptions is '.1s linear'.