Skip to content

Commit

Permalink
demo site update
Browse files Browse the repository at this point in the history
  • Loading branch information
Boris Jenicek committed Nov 24, 2021
1 parent f42d797 commit fd2bf38
Show file tree
Hide file tree
Showing 13 changed files with 52 additions and 6 deletions.
1 change: 1 addition & 0 deletions docs/1.2d0e65d65f56c52404d6.js

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion docs/1.ffdea7ba6c667df2da92.js

This file was deleted.

7 changes: 7 additions & 0 deletions docs/assets/angular-wiki/Class: ConfirmBoxConfigModule.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,13 @@ ConfirmBoxConfigModule.forRoot({
AnimationOut: DisappearanceAnimation.BOUNCE_OUT, // BOUNCE_OUT | ZOOM_OUT | ZOOM_OUT_WIND | ZOOM_OUT_ROTATE | FLIP_OUT | SLIDE_OUT_UP | SLIDE_OUT_DOWN | SLIDE_OUT_LEFT | SLIDE_OUT_RIGHT | NONE
AllowHTMLMessage: true, // default false
DisableIcon: true, // default false
CustomStyles: {
TitleCSS: 'color: #ddd; background: #333; font-size: 20px; padding: 20px',
ButtonSectionCSS: 'background: #333',
ButtonCSS: 'font-size: 14px;',
TextCSS: 'color: #ddd; font-size: 16px; background: #333;',
WrapperCSS: 'background: #333;'
}
},
Dispatch: { // Optional default dispatch object.
Title: 'Default title',
Expand Down
5 changes: 5 additions & 0 deletions docs/assets/angular-wiki/Class: DialogConfigModule.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,11 @@ DialogConfigModule.forRoot({
DisplayLoader: false // This will override LoaderComponent.
AnimationIn: AppearanceAnimation.BOUNCE_IN, // BOUNCE_IN | SWING | ZOOM_IN | ZOOM_IN_ROTATE | ELASTIC | JELLO | FADE_IN | SLIDE_IN_UP | SLIDE_IN_DOWN | SLIDE_IN_LEFT | SLIDE_IN_RIGHT | NONE
AnimationOut: DisappearanceAnimation.BOUNCE_OUT, // BOUNCE_OUT | ZOOM_OUT | ZOOM_OUT_WIND | ZOOM_OUT_ROTATE | FLIP_OUT | SLIDE_OUT_UP | SLIDE_OUT_DOWN | SLIDE_OUT_LEFT | SLIDE_OUT_RIGHT | NONE
CustomStyles: {
ButtonSectionCSS: 'background: #333',
ButtonCSS: 'font-size: 30px;',
WrapperCSS: 'background: #333;'
}
},
// optional predefined custom default buttons
Buttons: [
Expand Down
7 changes: 6 additions & 1 deletion docs/assets/angular-wiki/Class: DialogInitializer.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,12 @@ Example:
// FullScreen: true, // optional, default is false
// EscapeKeyClose: true, // optional, default is false
// ButtonPosition: "left", // optional, default is "right"
// LoaderComponent: Any Angular component
// LoaderComponent: Any Angular component,
// CustomStyles: {
// ButtonSectionCSS: 'background: #333',
// ButtonCSS: 'font-size: 30px;',
// WrapperCSS: 'background: #333;'
// }
});

// Custom buttons, listener is available in child component in dialogBelonging object.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,12 @@ ToastNotificationConfigModule.forRoot({
AllowHTMLMessage: true, // default false
DisableIcon: true, // default false
ButtonPosition: 'right', / / optional ' center', 'left', 'right'
CustomStyles: {
TitleCSS: 'background: rgba(0,0,0 .7); font-size: 20px; padding: 20px',
ButtonSectionCSS: 'background: #333',
ButtonCSS: 'font-size: 14px;',
TextCSS: 'color: #ddd; font-size: 16px; background: #333;'
}
},
GlobalSettings: {
// The number of toast notifications that can be shown at once.
Expand Down
6 changes: 6 additions & 0 deletions docs/assets/angular-wiki/Interface: IConfirmBoxCoreConfig.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,12 @@ ___

___

### CustomStyles

`Optional` **CustomStyles**: IConfirmBoxCustomStyles

___

### DeclineLabel

`Optional` **DeclineLabel**: *string*
Expand Down
13 changes: 12 additions & 1 deletion docs/assets/angular-wiki/Interface: IDialogCoreConfig.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,12 @@ const dialogCoreConfig = {
ButtonPosition : 'right',
LayoutType: DialogLayoutDisplay.INFO,
// LoaderComponent: // Any Angular component class name can be included as a loader.
DisplayLoader: false // This will override LoaderComponent.
DisplayLoader: false, // This will override LoaderComponent.
CustomStyles: {
ButtonSectionCSS: 'background: #333',
ButtonCSS: 'font-size: 30px;',
WrapperCSS: 'background: #333;'
}
}
}
```
Expand Down Expand Up @@ -50,6 +55,12 @@ ___

___

### CustomStyles

`Optional` **CustomStyles**: IDialogCustomStyles

___

### DisplayLoader

`Optional` **DisplayLoader**: *boolean*
Expand Down
6 changes: 6 additions & 0 deletions docs/assets/angular-wiki/Interface: IToastCoreConfig.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,12 @@ Default confirm button Label

___

### CustomStyles

`Optional` **CustomStyles**: IToastCustomStyles

___

### DeclineLabel

`Optional` **DeclineLabel**: *string*
Expand Down
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@
<link rel="stylesheet" href="styles.6cefebaac12e80431371.css"></head>
<body>
<app-root></app-root>
<script src="runtime.5d241b5cff09e1dd24cc.js" defer=""></script><script src="polyfills.b78b1a128936c6dcbc69.js" defer=""></script><script src="scripts.243fe426c9ae694648cd.js" defer=""></script><script src="main.827f3872901af68033b2.js" defer=""></script></body>
<script src="runtime.e7c52231917c48a4b0eb.js" defer=""></script><script src="polyfills.b78b1a128936c6dcbc69.js" defer=""></script><script src="scripts.243fe426c9ae694648cd.js" defer=""></script><script src="main.eeb21d9158d82a54079e.js" defer=""></script></body>
</html>
1 change: 0 additions & 1 deletion docs/main.827f3872901af68033b2.js

This file was deleted.

1 change: 1 addition & 0 deletions docs/main.eeb21d9158d82a54079e.js

Large diffs are not rendered by default.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit fd2bf38

Please sign in to comment.