Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Andrey Shilov
Ngx Bootstrap
Commits
19312574
Commit
19312574
authored
4 years ago
by
vs
Browse files
Options
Download
Email Patches
Plain Diff
feat(modal): updated modals in ngx-bootstrap-docs according bs5
parent
a0ab055a
Changes
14
Hide whitespace changes
Inline
Side-by-side
Showing
14 changed files
libs/doc-pages/modal/src/lib/demos/accessibility/accessibility.html
+2
-2
...ages/modal/src/lib/demos/accessibility/accessibility.html
libs/doc-pages/modal/src/lib/demos/auto-shown/auto-shown.html
+2
-2
.../doc-pages/modal/src/lib/demos/auto-shown/auto-shown.html
libs/doc-pages/modal/src/lib/demos/child/child.html
+2
-2
libs/doc-pages/modal/src/lib/demos/child/child.html
libs/doc-pages/modal/src/lib/demos/events/events.html
+2
-2
libs/doc-pages/modal/src/lib/demos/events/events.html
libs/doc-pages/modal/src/lib/demos/modal-ref-events/modal-ref-events.html
+2
-2
...odal/src/lib/demos/modal-ref-events/modal-ref-events.html
libs/doc-pages/modal/src/lib/demos/modal-with-popups/modal-with-popups.html
+2
-2
...al/src/lib/demos/modal-with-popups/modal-with-popups.html
libs/doc-pages/modal/src/lib/demos/nested/nested.html
+6
-6
libs/doc-pages/modal/src/lib/demos/nested/nested.html
libs/doc-pages/modal/src/lib/demos/scrolling-long-content/scrolling-long-content.html
+2
-2
.../demos/scrolling-long-content/scrolling-long-content.html
libs/doc-pages/modal/src/lib/demos/service-component/service-component.ts
+2
-2
...odal/src/lib/demos/service-component/service-component.ts
libs/doc-pages/modal/src/lib/demos/service-events/service-events.html
+2
-2
...es/modal/src/lib/demos/service-events/service-events.html
libs/doc-pages/modal/src/lib/demos/service-nested/service-nested.html
+4
-4
...es/modal/src/lib/demos/service-nested/service-nested.html
libs/doc-pages/modal/src/lib/demos/service-template/service-template.html
+2
-2
...odal/src/lib/demos/service-template/service-template.html
libs/doc-pages/modal/src/lib/demos/sizes/sizes.html
+4
-4
libs/doc-pages/modal/src/lib/demos/sizes/sizes.html
libs/doc-pages/modal/src/lib/demos/static/static.html
+2
-2
libs/doc-pages/modal/src/lib/demos/static/static.html
with
36 additions
and
36 deletions
+36
-36
libs/doc-pages/modal/src/lib/demos/accessibility/accessibility.html
View file @
19312574
...
...
@@ -3,8 +3,8 @@
<ng-template
#template
>
<div
class=
"modal-header"
>
<h4
class=
"modal-title pull-left"
id=
"my-modal-title"
>
Modal title
</h4>
<button
type=
"button"
class=
"close pull-right"
aria-label=
"Close"
(click)=
"modalRef.hide()"
>
<span
aria-hidden=
"true"
>
×
</span>
<button
type=
"button"
class=
"
btn-close
close pull-right"
aria-label=
"Close"
(click)=
"modalRef.hide()"
>
<span
aria-hidden=
"true"
class=
"visually-hidden"
>
×
</span>
</button>
</div>
<div
class=
"modal-body"
>
...
...
This diff is collapsed.
Click to expand it.
libs/doc-pages/modal/src/lib/demos/auto-shown/auto-shown.html
View file @
19312574
...
...
@@ -5,8 +5,8 @@
<div
class=
"modal-content"
>
<div
class=
"modal-header"
>
<h4
id=
"dialog-auto-name"
class=
"modal-title pull-left"
>
Auto shown modal
</h4>
<button
type=
"button"
class=
"close pull-right"
aria-label=
"Close"
(click)=
"hideModal()"
>
<span
aria-hidden=
"true"
>
×
</span>
<button
type=
"button"
class=
"
btn-close
close pull-right"
aria-label=
"Close"
(click)=
"hideModal()"
>
<span
aria-hidden=
"true"
class=
"visually-hidden"
>
×
</span>
</button>
</div>
<div
class=
"modal-body"
>
...
...
This diff is collapsed.
Click to expand it.
libs/doc-pages/modal/src/lib/demos/child/child.html
View file @
19312574
...
...
@@ -5,8 +5,8 @@
<div
class=
"modal-content"
>
<div
class=
"modal-header"
>
<h4
id=
"dialog-child-name"
class=
"modal-title pull-left"
>
Child modal
</h4>
<button
type=
"button"
class=
"close pull-right"
aria-label=
"Close"
(click)=
"hideChildModal()"
>
<span
aria-hidden=
"true"
>
×
</span>
<button
type=
"button"
class=
"close pull-right
btn-close
"
aria-label=
"Close"
(click)=
"hideChildModal()"
>
<span
aria-hidden=
"true"
class=
"visually-hidden"
>
×
</span>
</button>
</div>
<div
class=
"modal-body"
>
...
...
This diff is collapsed.
Click to expand it.
libs/doc-pages/modal/src/lib/demos/events/events.html
View file @
19312574
...
...
@@ -12,8 +12,8 @@
<div
class=
"modal-content"
>
<div
class=
"modal-header"
>
<h4
id=
"dialog-events-name"
class=
"modal-title pull-left"
>
Modal
</h4>
<button
type=
"button"
class=
"close pull-right"
aria-label=
"Close"
(click)=
"modal.hide()"
>
<span
aria-hidden=
"true"
>
×
</span>
<button
type=
"button"
class=
"close pull-right
btn-close
"
aria-label=
"Close"
(click)=
"modal.hide()"
>
<span
aria-hidden=
"true"
class=
"visually-hidden"
>
×
</span>
</button>
</div>
<div
class=
"modal-body"
>
...
...
This diff is collapsed.
Click to expand it.
libs/doc-pages/modal/src/lib/demos/modal-ref-events/modal-ref-events.html
View file @
19312574
...
...
@@ -4,8 +4,8 @@
<ng-template
#template
>
<div
class=
"modal-header"
>
<h4
class=
"modal-title pull-left"
>
Modal
</h4>
<button
type=
"button"
class=
"close pull-right"
aria-label=
"Close"
(click)=
"modalRef.hide()"
>
<span
aria-hidden=
"true"
>
×
</span>
<button
type=
"button"
class=
"
btn-close
close pull-right"
aria-label=
"Close"
(click)=
"modalRef.hide()"
>
<span
aria-hidden=
"true"
class=
"visually-hidden"
>
×
</span>
</button>
</div>
<div
class=
"modal-body"
>
...
...
This diff is collapsed.
Click to expand it.
libs/doc-pages/modal/src/lib/demos/modal-with-popups/modal-with-popups.html
View file @
19312574
...
...
@@ -2,8 +2,8 @@
<ng-template
#template
>
<div
class=
"modal-header"
>
<h4
class=
"modal-title pull-left"
>
Modal
</h4>
<button
type=
"button"
class=
"close pull-right"
aria-label=
"Close"
(click)=
"modalRef.hide()"
>
<span
aria-hidden=
"true"
>
×
</span>
<button
type=
"button"
class=
"
btn-close
close pull-right"
aria-label=
"Close"
(click)=
"modalRef.hide()"
>
<span
aria-hidden=
"true"
class=
"visually-hidden"
>
×
</span>
</button>
</div>
<div
class=
"modal-body"
>
...
...
This diff is collapsed.
Click to expand it.
libs/doc-pages/modal/src/lib/demos/nested/nested.html
View file @
19312574
...
...
@@ -4,8 +4,8 @@
<div
class=
"modal-content"
>
<div
class=
"modal-header"
>
<h4
id=
"dialog-nested-name1"
class=
"modal-title pull-left"
>
First modal
</h4>
<button
type=
"button"
class=
"close pull-right"
aria-label=
"Close"
(click)=
"parentModal.hide()"
>
<span
aria-hidden=
"true"
>
×
</span>
<button
type=
"button"
class=
"
btn-close
close pull-right"
aria-label=
"Close"
(click)=
"parentModal.hide()"
>
<span
aria-hidden=
"true"
class=
"visually-hidden"
>
×
</span>
</button>
</div>
<div
class=
"modal-body"
>
...
...
@@ -20,8 +20,8 @@
<div
class=
"modal-content"
>
<div
class=
"modal-header"
>
<h4
id=
"dialog-nested-name2"
class=
"modal-title pull-left"
>
Second modal
</h4>
<button
type=
"button"
class=
"close pull-right"
aria-label=
"Close"
(click)=
"childModal.hide()"
>
<span
aria-hidden=
"true"
>
×
</span>
<button
type=
"button"
class=
"
btn-close
close pull-right"
aria-label=
"Close"
(click)=
"childModal.hide()"
>
<span
aria-hidden=
"true"
class=
"visually-hidden"
>
×
</span>
</button>
</div>
<div
class=
"modal-body"
>
...
...
@@ -37,8 +37,8 @@
<div
class=
"modal-content"
>
<div
class=
"modal-header"
>
<h4
id=
"dialog-nested-name3"
class=
"modal-title pull-left"
>
Third modal
</h4>
<button
type=
"button"
class=
"close pull-right"
aria-label=
"Close"
(click)=
"thirdModal.hide()"
>
<span
aria-hidden=
"true"
>
×
</span>
<button
type=
"button"
class=
"
btn-close
close pull-right"
aria-label=
"Close"
(click)=
"thirdModal.hide()"
>
<span
aria-hidden=
"true"
class=
"visually-hidden"
>
×
</span>
</button>
</div>
<div
class=
"modal-body"
>
...
...
This diff is collapsed.
Click to expand it.
libs/doc-pages/modal/src/lib/demos/scrolling-long-content/scrolling-long-content.html
View file @
19312574
...
...
@@ -4,8 +4,8 @@
<ng-template
#template
>
<div
class=
"modal-header"
>
<h4
class=
"modal-title pull-left"
>
Modal
</h4>
<button
type=
"button"
class=
"close pull-right"
aria-label=
"Close"
(click)=
"modalRef.hide()"
>
<span
aria-hidden=
"true"
>
×
</span>
<button
type=
"button"
class=
"
btn-close
close pull-right"
aria-label=
"Close"
(click)=
"modalRef.hide()"
>
<span
aria-hidden=
"true"
class=
"visually-hidden"
>
×
</span>
</button>
</div>
<div
class=
"modal-body"
>
...
...
This diff is collapsed.
Click to expand it.
libs/doc-pages/modal/src/lib/demos/service-component/service-component.ts
View file @
19312574
...
...
@@ -33,8 +33,8 @@ export class DemoModalServiceFromComponent {
template
:
`
<div class="modal-header">
<h4 class="modal-title pull-left">{{title}}</h4>
<button type="button" class="close pull-right" aria-label="Close" (click)="bsModalRef.hide()">
<span aria-hidden="true">×</span>
<button type="button" class="
btn-close
close pull-right" aria-label="Close" (click)="bsModalRef.hide()">
<span aria-hidden="true"
class="visually-hidden"
>×</span>
</button>
</div>
<div class="modal-body">
...
...
This diff is collapsed.
Click to expand it.
libs/doc-pages/modal/src/lib/demos/service-events/service-events.html
View file @
19312574
...
...
@@ -4,8 +4,8 @@
<ng-template
#template
>
<div
class=
"modal-header"
>
<h4
class=
"modal-title pull-left"
>
Modal
</h4>
<button
type=
"button"
class=
"close pull-right"
aria-label=
"Close"
(click)=
"modalRef.hide()"
>
<span
aria-hidden=
"true"
>
×
</span>
<button
type=
"button"
class=
"
btn-close
close pull-right"
aria-label=
"Close"
(click)=
"modalRef.hide()"
>
<span
aria-hidden=
"true"
class=
"visually-hidden"
>
×
</span>
</button>
</div>
<div
class=
"modal-body"
>
...
...
This diff is collapsed.
Click to expand it.
libs/doc-pages/modal/src/lib/demos/service-nested/service-nested.html
View file @
19312574
...
...
@@ -3,8 +3,8 @@
<ng-template
#template
>
<div
class=
"modal-header"
>
<h4
class=
"modal-title pull-left"
>
First modal
</h4>
<button
type=
"button"
class=
"close pull-right"
aria-label=
"Close"
(click)=
"modalRef.hide()"
>
<span
aria-hidden=
"true"
>
×
</span>
<button
type=
"button"
class=
"
btn-close
close pull-right"
aria-label=
"Close"
(click)=
"modalRef.hide()"
>
<span
aria-hidden=
"true"
class=
"visually-hidden"
>
×
</span>
</button>
</div>
<div
class=
"modal-body"
>
...
...
@@ -18,8 +18,8 @@
<ng-template
#templateNested
>
<div
class=
"modal-header"
>
<h4
class=
"modal-title pull-left"
>
Second modal
</h4>
<button
type=
"button"
class=
"close pull-right"
aria-label=
"Close"
(click)=
"modalRef2.hide()"
>
<span
aria-hidden=
"true"
>
×
</span>
<button
type=
"button"
class=
"
btn-close
close pull-right"
aria-label=
"Close"
(click)=
"modalRef2.hide()"
>
<span
aria-hidden=
"true"
class=
"visually-hidden"
>
×
</span>
</button>
</div>
<div
class=
"modal-body"
>
...
...
This diff is collapsed.
Click to expand it.
libs/doc-pages/modal/src/lib/demos/service-template/service-template.html
View file @
19312574
...
...
@@ -3,8 +3,8 @@
<ng-template
#template
>
<div
class=
"modal-header"
>
<h4
class=
"modal-title pull-left"
>
Modal
</h4>
<button
type=
"button"
class=
"close pull-right"
aria-label=
"Close"
(click)=
"modalRef.hide()"
>
<span
aria-hidden=
"true"
>
×
</span>
<button
type=
"button"
class=
"
btn-close
close pull-right"
aria-label=
"Close"
(click)=
"modalRef.hide()"
>
<span
aria-hidden=
"true"
class=
"visually-hidden"
>
×
</span>
</button>
</div>
<div
class=
"modal-body"
>
...
...
This diff is collapsed.
Click to expand it.
libs/doc-pages/modal/src/lib/demos/sizes/sizes.html
View file @
19312574
...
...
@@ -8,8 +8,8 @@
<div
class=
"modal-content"
>
<div
class=
"modal-header"
>
<h4
id=
"dialog-sizes-name1"
class=
"modal-title pull-left"
>
Large modal
</h4>
<button
type=
"button"
class=
"close pull-right"
(click)=
"lgModal.hide()"
aria-label=
"Close"
>
<span
aria-hidden=
"true"
>
×
</span>
<button
type=
"button"
class=
"
btn-close
close pull-right"
(click)=
"lgModal.hide()"
aria-label=
"Close"
>
<span
aria-hidden=
"true"
class=
"visually-hidden"
>
×
</span>
</button>
</div>
<div
class=
"modal-body"
>
...
...
@@ -28,8 +28,8 @@
<div
class=
"modal-content"
>
<div
class=
"modal-header"
>
<h4
id=
"dialog-sizes-name2"
class=
"modal-title pull-left"
>
Small modal
</h4>
<button
type=
"button"
class=
"close pull-right"
aria-label=
"Close"
(click)=
"smModal.hide()"
>
<span
aria-hidden=
"true"
>
×
</span>
<button
type=
"button"
class=
"
btn-close
close pull-right"
aria-label=
"Close"
(click)=
"smModal.hide()"
>
<span
aria-hidden=
"true"
class=
"visually-hidden"
>
×
</span>
</button>
</div>
<div
class=
"modal-body"
>
...
...
This diff is collapsed.
Click to expand it.
libs/doc-pages/modal/src/lib/demos/static/static.html
View file @
19312574
...
...
@@ -6,8 +6,8 @@
<div
class=
"modal-content"
>
<div
class=
"modal-header"
>
<h4
id=
"dialog-static-name"
class=
"modal-title pull-left"
>
Static modal
</h4>
<button
type=
"button"
class=
"close pull-right"
aria-label=
"Close"
(click)=
"staticModal.hide()"
>
<span
aria-hidden=
"true"
>
×
</span>
<button
type=
"button"
class=
"
btn-close
close pull-right"
aria-label=
"Close"
(click)=
"staticModal.hide()"
>
<span
aria-hidden=
"true"
class=
"visually-hidden"
>
×
</span>
</button>
</div>
<div
class=
"modal-body"
>
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help