123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472 |
- // Jest Snapshot v1, https://goo.gl/fbAQLP
- exports[`Alerts.vue renders correctly 1`] = `
- <crow-stub
- gutters="true"
- tag="div"
- >
- <ccol-stub
- col="12"
- md="6"
- tag="div"
- >
- <ccard-stub>
- <ccardheader-stub>
- <cicon-stub
- name="cil-justify-center"
- />
-
- <strong>
- Bootstrap Alert
- </strong>
-
- <div
- class="card-header-actions"
- >
- <a
- class="card-header-action"
- href="https://coreui.io/vue/docs/components/alert"
- rel="noreferrer noopener"
- target="_blank"
- >
- <small
- class="text-muted"
- >
- docs
- </small>
- </a>
- </div>
- </ccardheader-stub>
-
- <ccardbody-stub>
- <div>
- <p />
-
- <calert-stub
- color="primary"
- fade="true"
- show="true"
- >
- Primary Alert
- </calert-stub>
-
- <calert-stub
- color="secondary"
- fade="true"
- show="true"
- >
- Secondary Alert
- </calert-stub>
-
- <calert-stub
- color="success"
- fade="true"
- show="true"
- >
- Success Alert
- </calert-stub>
-
- <calert-stub
- color="danger"
- fade="true"
- show="true"
- >
- Danger Alert
- </calert-stub>
-
- <calert-stub
- color="warning"
- fade="true"
- show="true"
- >
- Warning Alert
- </calert-stub>
-
- <calert-stub
- color="info"
- fade="true"
- show="true"
- >
- Info Alert
- </calert-stub>
-
- <calert-stub
- color="light"
- fade="true"
- show="true"
- >
- Light Alert
- </calert-stub>
-
- <calert-stub
- color="dark"
- fade="true"
- show="true"
- >
- Dark Alert
- </calert-stub>
- </div>
- </ccardbody-stub>
- </ccard-stub>
- </ccol-stub>
-
- <ccol-stub
- col="12"
- md="6"
- tag="div"
- >
- <ccard-stub>
- <ccardheader-stub>
- <cicon-stub
- name="cil-justify-center"
- />
- Alert
-
- <small>
- use
- <code>
- .alert-link
- </code>
- to provide links
- </small>
- </ccardheader-stub>
-
- <ccardbody-stub>
- <div>
- <calert-stub
- color="primary"
- fade="true"
- show="true"
- >
-
- Primary Alert with
- <a
- class="alert-link"
- href="#"
- >
- an example link
- </a>
- .
-
- </calert-stub>
-
- <calert-stub
- color="secondary"
- fade="true"
- show="true"
- >
-
- Secondary Alert with
- <a
- class="alert-link"
- href="#"
- >
- an example link
- </a>
- .
-
- </calert-stub>
-
- <calert-stub
- color="success"
- fade="true"
- show="true"
- >
-
- Success Alert with
- <a
- class="alert-link"
- href="#"
- >
- an example link
- </a>
- .
-
- </calert-stub>
-
- <calert-stub
- color="danger"
- fade="true"
- show="true"
- >
-
- Danger Alert with
- <a
- class="alert-link"
- href="#"
- >
- an example link
- </a>
- .
-
- </calert-stub>
-
- <calert-stub
- color="warning"
- fade="true"
- show="true"
- >
-
- Warning Alert with
- <a
- class="alert-link"
- href="#"
- >
- an example link
- </a>
- .
-
- </calert-stub>
-
- <calert-stub
- color="info"
- fade="true"
- show="true"
- >
-
- Info Alert with
- <a
- class="alert-link"
- href="#"
- >
- an example link
- </a>
- .
-
- </calert-stub>
-
- <calert-stub
- color="light"
- fade="true"
- show="true"
- >
-
- Light Alert with
- <a
- class="alert-link"
- href="#"
- >
- an example link
- </a>
- .
-
- </calert-stub>
-
- <calert-stub
- color="dark"
- fade="true"
- show="true"
- >
-
- Dark Alert with
-
- <clink-stub
- activeclass="router-link-active"
- class="alert-link"
- event="click"
- exactactiveclass="router-link-exact-active"
- href="#"
- routertag="a"
- target="_self"
- >
- an example link
- </clink-stub>
-
- .
-
- </calert-stub>
- </div>
- </ccardbody-stub>
- </ccard-stub>
- </ccol-stub>
-
- <ccol-stub
- col="12"
- md="6"
- tag="div"
- >
- <ccard-stub>
- <ccardheader-stub>
- <cicon-stub
- name="cil-justify-center"
- />
- Alerts
- <small>
- with additional content
- </small>
- </ccardheader-stub>
-
- <ccardbody-stub>
- <calert-stub
- color="success"
- fade="true"
- show="true"
- >
- <h4
- class="alert-heading"
- >
- Well done!
- </h4>
-
- <p>
-
- Aww yeah, you successfully read this important alert message.
- This example text is going to run a bit longer so that you can see
- how spacing within an alert works with this kind of content.
-
- </p>
-
- <hr />
-
- <p
- class="mb-0"
- >
-
- Whenever you need to, be sure to use margin utilities to keep things nice and tidy.
-
- </p>
- </calert-stub>
- </ccardbody-stub>
- </ccard-stub>
- </ccol-stub>
-
- <ccol-stub
- col="12"
- md="6"
- tag="div"
- >
- <ccard-stub>
- <ccardheader-stub>
- <cicon-stub
- name="cil-justify-center"
- />
- Alerts
-
- <small>
- dismissible
- </small>
- </ccardheader-stub>
-
- <ccardbody-stub>
- <calert-stub
- closebutton="true"
- color="secondary"
- fade="true"
- show="true"
- >
-
- Dismissible Alert!
-
- </calert-stub>
-
- <calert-stub
- class="alert-dismissible"
- color="secondary"
- fade="true"
- show="true"
- >
-
- Dismissible Alert with custom button!
-
- <cbutton-stub
- activeclass="router-link-active"
- class="position-absolute"
- color="secondary"
- event="click"
- exactactiveclass="router-link-exact-active"
- routertag="a"
- style="right: 10px; top: 50%; transform: translateY(-50%);"
- target="_self"
- type="button"
- >
-
- Close
-
- </cbutton-stub>
- </calert-stub>
-
- <cbutton-stub
- activeclass="router-link-active"
- class="m-1"
- color="info"
- event="click"
- exactactiveclass="router-link-exact-active"
- routertag="a"
- target="_self"
- type="button"
- >
-
- Show dismissible alerts
-
- </cbutton-stub>
- </ccardbody-stub>
- </ccard-stub>
-
- <ccard-stub>
- <ccardheader-stub>
- <cicon-stub
- name="cil-justify-center"
- />
- Alerts
-
- <small>
- auto dismissible
- </small>
- </ccardheader-stub>
-
- <ccardbody-stub>
- <div>
- <calert-stub
- closebutton="true"
- color="warning"
- fade="true"
- show="10"
- >
-
- Alert will dismiss after
-
- <strong>
- 10
- </strong>
- seconds...
-
- </calert-stub>
-
- <calert-stub
- closebutton="true"
- color="info"
- fade="true"
- show="10"
- >
-
- Alert will dismiss after 10 seconds...
-
- <cprogress-stub
- color="info"
- height="4px"
- max="10"
- precision="0"
- value="10"
- />
- </calert-stub>
-
- <cbutton-stub
- activeclass="router-link-active"
- class="m-1"
- color="info"
- event="click"
- exactactiveclass="router-link-exact-active"
- routertag="a"
- target="_self"
- type="button"
- >
-
- Show alert with timer
-
- </cbutton-stub>
- </div>
- </ccardbody-stub>
- </ccard-stub>
- </ccol-stub>
- </crow-stub>
- `;
|