fomantic-ui 2.9.1-beta.8 → 2.9.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.eslint/eqeqeq-rule.js +18 -0
- package/.eslint/index.js +29 -0
- package/.eslint/no-extra-parens-rule.js +17 -0
- package/.eslint/package.json +11 -0
- package/.eslintrc.js +123 -0
- package/.github/auto_assign.yml +0 -1
- package/.github/workflows/ci.yml +37 -4
- package/.github/workflows/nightly.yml +1 -1
- package/.github/workflows/release.yml +1 -1
- package/.prettierrc.js +12 -0
- package/.stylelintrc.js +48 -0
- package/CHANGELOG.md +112 -0
- package/README.md +1 -1
- package/dist/components/accordion.css +35 -53
- package/dist/components/accordion.js +568 -595
- package/dist/components/accordion.min.css +2 -2
- package/dist/components/accordion.min.js +3 -3
- package/dist/components/ad.css +34 -45
- package/dist/components/ad.min.css +2 -2
- package/dist/components/api.js +1157 -1179
- package/dist/components/api.min.js +3 -3
- package/dist/components/breadcrumb.css +5 -5
- package/dist/components/breadcrumb.min.css +2 -2
- package/dist/components/button.css +709 -1111
- package/dist/components/button.min.css +2 -2
- package/dist/components/calendar.css +24 -27
- package/dist/components/calendar.js +1934 -1809
- package/dist/components/calendar.min.css +2 -2
- package/dist/components/calendar.min.js +3 -3
- package/dist/components/card.css +219 -365
- package/dist/components/card.min.css +2 -2
- package/dist/components/checkbox.css +120 -191
- package/dist/components/checkbox.js +842 -841
- package/dist/components/checkbox.min.css +2 -2
- package/dist/components/checkbox.min.js +3 -3
- package/dist/components/comment.css +41 -59
- package/dist/components/comment.min.css +2 -2
- package/dist/components/container.css +7 -6
- package/dist/components/container.min.css +2 -2
- package/dist/components/dimmer.css +53 -172
- package/dist/components/dimmer.js +706 -737
- package/dist/components/dimmer.min.css +2 -2
- package/dist/components/dimmer.min.js +3 -3
- package/dist/components/divider.css +43 -61
- package/dist/components/divider.min.css +2 -2
- package/dist/components/dropdown.css +252 -386
- package/dist/components/dropdown.js +4195 -4236
- package/dist/components/dropdown.min.css +2 -2
- package/dist/components/dropdown.min.js +3 -3
- package/dist/components/embed.css +18 -29
- package/dist/components/embed.js +645 -675
- package/dist/components/embed.min.css +2 -2
- package/dist/components/embed.min.js +3 -3
- package/dist/components/emoji.css +3556 -3556
- package/dist/components/emoji.min.css +1 -1
- package/dist/components/feed.css +35 -57
- package/dist/components/feed.min.css +2 -2
- package/dist/components/flag.css +270 -268
- package/dist/components/flag.min.css +2 -2
- package/dist/components/flyout.css +95 -141
- package/dist/components/flyout.js +1514 -1465
- package/dist/components/flyout.min.css +2 -2
- package/dist/components/flyout.min.js +3 -3
- package/dist/components/form.css +244 -339
- package/dist/components/form.js +2022 -2004
- package/dist/components/form.min.css +2 -2
- package/dist/components/form.min.js +3 -3
- package/dist/components/grid.css +183 -329
- package/dist/components/grid.min.css +2 -2
- package/dist/components/header.css +118 -142
- package/dist/components/header.min.css +2 -2
- package/dist/components/icon.css +662 -745
- package/dist/components/icon.min.css +2 -2
- package/dist/components/image.css +39 -63
- package/dist/components/image.min.css +2 -2
- package/dist/components/input.css +356 -274
- package/dist/components/input.min.css +2 -2
- package/dist/components/item.css +84 -131
- package/dist/components/item.min.css +2 -2
- package/dist/components/label.css +359 -410
- package/dist/components/label.min.css +2 -2
- package/dist/components/list.css +49 -70
- package/dist/components/list.min.css +2 -2
- package/dist/components/loader.css +67 -155
- package/dist/components/loader.min.css +2 -2
- package/dist/components/menu.css +270 -431
- package/dist/components/menu.min.css +1 -1
- package/dist/components/message.css +125 -197
- package/dist/components/message.min.css +2 -2
- package/dist/components/modal.css +120 -154
- package/dist/components/modal.js +1544 -1486
- package/dist/components/modal.min.css +2 -2
- package/dist/components/modal.min.js +3 -3
- package/dist/components/nag.css +53 -63
- package/dist/components/nag.js +520 -526
- package/dist/components/nag.min.css +2 -2
- package/dist/components/nag.min.js +3 -3
- package/dist/components/placeholder.css +22 -42
- package/dist/components/placeholder.min.css +2 -2
- package/dist/components/popup.css +424 -202
- package/dist/components/popup.js +1456 -1456
- package/dist/components/popup.min.css +2 -2
- package/dist/components/popup.min.js +3 -3
- package/dist/components/progress.css +106 -211
- package/dist/components/progress.js +969 -997
- package/dist/components/progress.min.css +2 -2
- package/dist/components/progress.min.js +3 -3
- package/dist/components/rail.css +15 -20
- package/dist/components/rail.min.css +1 -1
- package/dist/components/rating.css +80 -121
- package/dist/components/rating.js +507 -523
- package/dist/components/rating.min.css +2 -2
- package/dist/components/rating.min.js +3 -3
- package/dist/components/reset.css +8 -13
- package/dist/components/reset.min.css +2 -2
- package/dist/components/reveal.css +44 -83
- package/dist/components/reveal.min.css +2 -2
- package/dist/components/search.css +69 -98
- package/dist/components/search.js +1520 -1534
- package/dist/components/search.min.css +2 -2
- package/dist/components/search.min.js +3 -3
- package/dist/components/segment.css +148 -224
- package/dist/components/segment.min.css +2 -2
- package/dist/components/shape.css +14 -30
- package/dist/components/shape.js +783 -810
- package/dist/components/shape.min.css +2 -2
- package/dist/components/shape.min.js +3 -3
- package/dist/components/sidebar.css +103 -206
- package/dist/components/sidebar.js +1061 -1099
- package/dist/components/sidebar.min.css +2 -2
- package/dist/components/sidebar.min.js +3 -3
- package/dist/components/site.css +28 -41
- package/dist/components/site.js +436 -476
- package/dist/components/site.min.css +2 -2
- package/dist/components/site.min.js +3 -3
- package/dist/components/slider.css +93 -121
- package/dist/components/slider.js +1310 -1311
- package/dist/components/slider.min.css +1 -1
- package/dist/components/slider.min.js +3 -3
- package/dist/components/state.js +638 -657
- package/dist/components/state.min.js +3 -3
- package/dist/components/statistic.css +75 -116
- package/dist/components/statistic.min.css +2 -2
- package/dist/components/step.css +77 -150
- package/dist/components/step.min.css +2 -2
- package/dist/components/sticky.css +1 -5
- package/dist/components/sticky.js +847 -901
- package/dist/components/sticky.min.css +2 -2
- package/dist/components/sticky.min.js +3 -3
- package/dist/components/tab.css +10 -14
- package/dist/components/tab.js +902 -966
- package/dist/components/tab.min.css +2 -2
- package/dist/components/tab.min.js +3 -3
- package/dist/components/table.css +547 -774
- package/dist/components/table.min.css +2 -2
- package/dist/components/text.css +32 -32
- package/dist/components/text.min.css +1 -1
- package/dist/components/toast.css +69 -147
- package/dist/components/toast.js +910 -884
- package/dist/components/toast.min.css +2 -2
- package/dist/components/toast.min.js +3 -3
- package/dist/components/transition.css +299 -1356
- package/dist/components/transition.js +1048 -1077
- package/dist/components/transition.min.css +2 -2
- package/dist/components/transition.min.js +3 -3
- package/dist/components/visibility.js +1213 -1245
- package/dist/components/visibility.min.js +3 -3
- package/dist/semantic.css +9344 -12298
- package/dist/semantic.js +29181 -29423
- package/dist/semantic.min.css +3 -3
- package/dist/semantic.min.js +3 -3
- package/dist/themes/basic/assets/fonts/icons.woff2 +0 -0
- package/dist/themes/github/assets/fonts/octicons.woff2 +0 -0
- package/examples/.eslintrc.js +6 -0
- package/examples/assets/library/jquery.min.js +2 -4
- package/examples/assets/show-examples.js +13 -13
- package/examples/attached.html +1 -1
- package/examples/bootstrap.html +1 -1
- package/examples/components/button.html +1 -1
- package/examples/components/card.html +6 -6
- package/examples/components/input.html +1 -1
- package/examples/components/menu.html +1 -1
- package/examples/components/site.html +1 -1
- package/examples/components/sticky-context.html +2 -2
- package/examples/components/table.html +1 -1
- package/examples/fixed.html +3 -3
- package/examples/grid.html +5 -5
- package/examples/homepage.html +1 -1
- package/examples/login.html +2 -2
- package/examples/responsive.html +2 -2
- package/examples/sticky.html +4 -4
- package/examples/theming.html +1 -1
- package/gulpfile.js +13 -11
- package/package.json +17 -8
- package/scripts/nightly-version.js +83 -75
- package/src/_site/collections/menu.overrides +1 -1
- package/src/_site/elements/flag.variables +2 -2
- package/src/_site/globals/site.variables +1 -1
- package/src/_site/modules/embed.variables +3 -0
- package/src/definitions/behaviors/api.js +1158 -1180
- package/src/definitions/behaviors/form.js +2021 -2003
- package/src/definitions/behaviors/state.js +644 -663
- package/src/definitions/behaviors/visibility.js +1212 -1244
- package/src/definitions/collections/breadcrumb.less +43 -47
- package/src/definitions/collections/form.less +866 -884
- package/src/definitions/collections/grid.less +1681 -1699
- package/src/definitions/collections/menu.less +1522 -1544
- package/src/definitions/collections/message.less +294 -298
- package/src/definitions/collections/table.less +1657 -1661
- package/src/definitions/elements/button.less +1716 -1750
- package/src/definitions/elements/container.less +211 -211
- package/src/definitions/elements/divider.less +198 -211
- package/src/definitions/elements/emoji.less +41 -48
- package/src/definitions/elements/flag.less +46 -48
- package/src/definitions/elements/header.less +351 -359
- package/src/definitions/elements/icon.less +541 -484
- package/src/definitions/elements/image.less +216 -227
- package/src/definitions/elements/input.less +692 -699
- package/src/definitions/elements/label.less +784 -806
- package/src/definitions/elements/list.less +810 -814
- package/src/definitions/elements/loader.less +273 -268
- package/src/definitions/elements/placeholder.less +173 -170
- package/src/definitions/elements/rail.less +93 -93
- package/src/definitions/elements/reveal.less +192 -198
- package/src/definitions/elements/segment.less +742 -749
- package/src/definitions/elements/step.less +423 -437
- package/src/definitions/elements/text.less +34 -36
- package/src/definitions/globals/reset.less +11 -8
- package/src/definitions/globals/site.js +435 -475
- package/src/definitions/globals/site.less +108 -110
- package/src/definitions/modules/accordion.js +567 -594
- package/src/definitions/modules/accordion.less +244 -248
- package/src/definitions/modules/calendar.js +1933 -1808
- package/src/definitions/modules/calendar.less +100 -97
- package/src/definitions/modules/checkbox.js +841 -840
- package/src/definitions/modules/checkbox.less +531 -552
- package/src/definitions/modules/dimmer.js +705 -736
- package/src/definitions/modules/dimmer.less +294 -305
- package/src/definitions/modules/dropdown.js +4194 -4235
- package/src/definitions/modules/dropdown.less +1568 -1598
- package/src/definitions/modules/embed.js +644 -674
- package/src/definitions/modules/embed.less +82 -84
- package/src/definitions/modules/flyout.js +1513 -1464
- package/src/definitions/modules/flyout.less +453 -455
- package/src/definitions/modules/modal.js +1543 -1485
- package/src/definitions/modules/modal.less +459 -467
- package/src/definitions/modules/nag.js +519 -525
- package/src/definitions/modules/nag.less +136 -149
- package/src/definitions/modules/popup.js +1455 -1455
- package/src/definitions/modules/popup.less +738 -693
- package/src/definitions/modules/progress.js +968 -996
- package/src/definitions/modules/progress.less +523 -499
- package/src/definitions/modules/rating.js +506 -522
- package/src/definitions/modules/rating.less +98 -103
- package/src/definitions/modules/search.js +1519 -1533
- package/src/definitions/modules/search.less +374 -394
- package/src/definitions/modules/shape.js +782 -809
- package/src/definitions/modules/shape.less +70 -79
- package/src/definitions/modules/sidebar.js +1060 -1098
- package/src/definitions/modules/sidebar.less +463 -476
- package/src/definitions/modules/slider.js +1309 -1310
- package/src/definitions/modules/slider.less +309 -310
- package/src/definitions/modules/sticky.js +863 -917
- package/src/definitions/modules/sticky.less +17 -25
- package/src/definitions/modules/tab.js +901 -965
- package/src/definitions/modules/tab.less +48 -54
- package/src/definitions/modules/toast.js +909 -883
- package/src/definitions/modules/toast.less +589 -589
- package/src/definitions/modules/transition.js +1047 -1076
- package/src/definitions/modules/transition.less +58 -59
- package/src/definitions/views/ad.less +207 -208
- package/src/definitions/views/card.less +955 -973
- package/src/definitions/views/comment.less +192 -200
- package/src/definitions/views/feed.less +222 -226
- package/src/definitions/views/item.less +437 -448
- package/src/definitions/views/statistic.less +273 -279
- package/src/semantic.less +8 -6
- package/src/theme.config.example +53 -53
- package/src/theme.less +44 -35
- package/src/themes/amazon/elements/button.overrides +23 -24
- package/src/themes/amazon/elements/button.variables +18 -23
- package/src/themes/amazon/globals/site.variables +16 -17
- package/src/themes/basic/assets/fonts/icons.woff2 +0 -0
- package/src/themes/basic/collections/table.overrides +0 -1
- package/src/themes/basic/collections/table.variables +3 -3
- package/src/themes/basic/elements/button.overrides +0 -1
- package/src/themes/basic/elements/button.variables +9 -9
- package/src/themes/basic/elements/icon.overrides +9 -169
- package/src/themes/basic/elements/icon.variables +161 -18
- package/src/themes/basic/elements/step.overrides +2 -2
- package/src/themes/basic/elements/step.variables +2 -2
- package/src/themes/basic/globals/reset.overrides +1 -1
- package/src/themes/basic/globals/reset.variables +1 -1
- package/src/themes/basic/modules/progress.variables +2 -2
- package/src/themes/basic/views/card.overrides +0 -1
- package/src/themes/basic/views/card.variables +6 -6
- package/src/themes/bookish/elements/header.overrides +4 -4
- package/src/themes/bookish/elements/header.variables +5 -5
- package/src/themes/bootstrap3/elements/button.overrides +3 -0
- package/src/themes/bootstrap3/elements/button.variables +20 -25
- package/src/themes/chubby/collections/form.overrides +9 -9
- package/src/themes/chubby/collections/form.variables +3 -3
- package/src/themes/chubby/collections/menu.overrides +3 -0
- package/src/themes/chubby/collections/menu.variables +3 -3
- package/src/themes/chubby/elements/button.overrides +8 -10
- package/src/themes/chubby/elements/button.variables +10 -10
- package/src/themes/chubby/elements/header.overrides +1 -1
- package/src/themes/chubby/elements/header.variables +4 -4
- package/src/themes/chubby/modules/accordion.overrides +2 -2
- package/src/themes/chubby/modules/accordion.variables +4 -4
- package/src/themes/chubby/views/comment.overrides +5 -5
- package/src/themes/chubby/views/comment.variables +11 -11
- package/src/themes/classic/collections/table.variables +3 -3
- package/src/themes/classic/elements/button.variables +36 -43
- package/src/themes/classic/elements/header.variables +4 -4
- package/src/themes/classic/modules/progress.variables +3 -3
- package/src/themes/classic/views/card.overrides +25 -27
- package/src/themes/classic/views/card.variables +7 -7
- package/src/themes/colored/modules/checkbox.overrides +3 -0
- package/src/themes/colored/modules/checkbox.variables +1 -3
- package/src/themes/default/collections/breadcrumb.variables +4 -4
- package/src/themes/default/collections/form.variables +15 -16
- package/src/themes/default/collections/grid.overrides +0 -1
- package/src/themes/default/collections/grid.variables +15 -16
- package/src/themes/default/collections/menu.variables +31 -45
- package/src/themes/default/collections/message.variables +84 -123
- package/src/themes/default/collections/table.overrides +3 -0
- package/src/themes/default/collections/table.variables +30 -34
- package/src/themes/default/elements/button.variables +44 -53
- package/src/themes/default/elements/container.variables +8 -16
- package/src/themes/default/elements/divider.overrides +8 -9
- package/src/themes/default/elements/divider.variables +5 -6
- package/src/themes/default/elements/emoji.overrides +0 -1
- package/src/themes/default/elements/emoji.variables +3556 -3556
- package/src/themes/default/elements/flag.variables +1595 -1595
- package/src/themes/default/elements/header.overrides +0 -1
- package/src/themes/default/elements/header.variables +21 -21
- package/src/themes/default/elements/icon.variables +2016 -2012
- package/src/themes/default/elements/image.variables +6 -7
- package/src/themes/default/elements/input.variables +11 -12
- package/src/themes/default/elements/label.variables +25 -26
- package/src/themes/default/elements/list.variables +17 -21
- package/src/themes/default/elements/loader.variables +16 -17
- package/src/themes/default/elements/placeholder.variables +12 -9
- package/src/themes/default/elements/rail.variables +4 -5
- package/src/themes/default/elements/reveal.variables +1 -1
- package/src/themes/default/elements/segment.variables +24 -36
- package/src/themes/default/elements/step.overrides +4 -4
- package/src/themes/default/elements/step.variables +19 -22
- package/src/themes/default/elements/text.variables +2 -3
- package/src/themes/default/globals/colors.less +588 -588
- package/src/themes/default/globals/reset.overrides +63 -59
- package/src/themes/default/globals/reset.variables +1 -1
- package/src/themes/default/globals/site.variables +1074 -1123
- package/src/themes/default/globals/variation.variables +6 -4
- package/src/themes/default/modules/accordion.overrides +11 -11
- package/src/themes/default/modules/accordion.variables +15 -20
- package/src/themes/default/modules/calendar.variables +2 -0
- package/src/themes/default/modules/chatroom.variables +1 -1
- package/src/themes/default/modules/checkbox.overrides +9 -13
- package/src/themes/default/modules/checkbox.variables +24 -33
- package/src/themes/default/modules/dimmer.variables +14 -17
- package/src/themes/default/modules/dropdown.overrides +17 -17
- package/src/themes/default/modules/dropdown.variables +29 -31
- package/src/themes/default/modules/embed.variables +9 -13
- package/src/themes/default/modules/flyout.variables +10 -8
- package/src/themes/default/modules/modal.variables +64 -67
- package/src/themes/default/modules/nag.variables +11 -14
- package/src/themes/default/modules/popup.variables +14 -13
- package/src/themes/default/modules/progress.variables +17 -19
- package/src/themes/default/modules/rating.variables +10 -12
- package/src/themes/default/modules/search.variables +12 -17
- package/src/themes/default/modules/shape.variables +7 -8
- package/src/themes/default/modules/sidebar.variables +4 -4
- package/src/themes/default/modules/slider.variables +55 -54
- package/src/themes/default/modules/sticky.variables +1 -1
- package/src/themes/default/modules/toast.variables +8 -8
- package/src/themes/default/modules/transition.overrides +936 -915
- package/src/themes/default/modules/transition.variables +1 -1
- package/src/themes/default/views/ad.variables +1 -1
- package/src/themes/default/views/card.variables +33 -45
- package/src/themes/default/views/comment.variables +7 -9
- package/src/themes/default/views/feed.variables +10 -10
- package/src/themes/default/views/item.variables +20 -23
- package/src/themes/default/views/statistic.variables +8 -8
- package/src/themes/duo/elements/loader.variables +1 -1
- package/src/themes/famfamfam/elements/flag.overrides +263 -268
- package/src/themes/famfamfam/elements/flag.variables +4 -4
- package/src/themes/fixed-width/collections/grid.variables +4 -4
- package/src/themes/fixed-width/modules/modal.variables +11 -13
- package/src/themes/flat/collections/form.overrides +9 -9
- package/src/themes/flat/collections/form.variables +16 -17
- package/src/themes/flat/globals/site.variables +69 -74
- package/src/themes/github/assets/fonts/octicons.woff2 +0 -0
- package/src/themes/github/collections/breadcrumb.variables +0 -1
- package/src/themes/github/collections/form.overrides +7 -8
- package/src/themes/github/collections/form.variables +16 -18
- package/src/themes/github/collections/grid.variables +1 -2
- package/src/themes/github/collections/menu.overrides +2 -2
- package/src/themes/github/collections/menu.variables +24 -26
- package/src/themes/github/collections/message.overrides +3 -3
- package/src/themes/github/collections/message.variables +12 -14
- package/src/themes/github/collections/table.variables +2 -2
- package/src/themes/github/elements/button.overrides +0 -1
- package/src/themes/github/elements/button.variables +26 -30
- package/src/themes/github/elements/header.variables +2 -2
- package/src/themes/github/elements/icon.overrides +3 -208
- package/src/themes/github/elements/icon.variables +234 -19
- package/src/themes/github/elements/image.variables +1 -1
- package/src/themes/github/elements/input.overrides +16 -16
- package/src/themes/github/elements/input.variables +4 -5
- package/src/themes/github/elements/label.overrides +3 -3
- package/src/themes/github/elements/label.variables +0 -1
- package/src/themes/github/elements/segment.variables +9 -10
- package/src/themes/github/elements/step.overrides +13 -13
- package/src/themes/github/elements/step.variables +6 -6
- package/src/themes/github/globals/site.variables +16 -16
- package/src/themes/github/modules/dropdown.overrides +18 -19
- package/src/themes/github/modules/dropdown.variables +8 -10
- package/src/themes/github/modules/popup.variables +0 -2
- package/src/themes/gmail/collections/message.overrides +3 -0
- package/src/themes/gmail/collections/message.variables +4 -4
- package/src/themes/instagram/views/card.overrides +4 -5
- package/src/themes/instagram/views/card.variables +7 -8
- package/src/themes/joypixels/elements/emoji.overrides +0 -2
- package/src/themes/joypixels/elements/emoji.variables +3554 -3554
- package/src/themes/material/collections/menu.overrides +1 -1
- package/src/themes/material/collections/menu.variables +4 -4
- package/src/themes/material/elements/button.overrides +7 -9
- package/src/themes/material/elements/button.variables +44 -46
- package/src/themes/material/elements/header.overrides +3 -3
- package/src/themes/material/elements/header.variables +8 -10
- package/src/themes/material/elements/icon.overrides +3 -934
- package/src/themes/material/elements/icon.variables +958 -18
- package/src/themes/material/globals/site.overrides +3 -0
- package/src/themes/material/globals/site.variables +83 -84
- package/src/themes/material/modules/dropdown.overrides +2 -2
- package/src/themes/material/modules/dropdown.variables +5 -5
- package/src/themes/material/modules/modal.overrides +3 -3
- package/src/themes/material/modules/modal.variables +4 -5
- package/src/themes/pulsar/elements/loader.overrides +23 -61
- package/src/themes/raised/elements/button.variables +8 -9
- package/src/themes/resetcss/globals/reset.overrides +115 -33
- package/src/themes/resetcss/globals/reset.variables +1 -1
- package/src/themes/round/elements/button.overrides +3 -0
- package/src/themes/round/elements/button.variables +33 -38
- package/src/themes/rtl/globals/site.overrides +1 -1
- package/src/themes/rtl/globals/site.variables +5 -6
- package/src/themes/striped/modules/progress.overrides +20 -16
- package/src/themes/systemfont/globals/reset.overrides +1 -1
- package/src/themes/systemfont/globals/site.variables +6 -6
- package/src/themes/timeline/views/feed.overrides +12 -12
- package/src/themes/timeline/views/feed.variables +8 -8
- package/src/themes/twitter/elements/button.overrides +4 -5
- package/src/themes/twitter/elements/button.variables +17 -18
- package/src/themes/twitter/elements/emoji.variables +3556 -3556
- package/tasks/.eslintrc.js +9 -0
- package/tasks/README.md +2 -4
- package/tasks/admin/components/create.js +268 -277
- package/tasks/admin/components/init.js +123 -129
- package/tasks/admin/components/update.js +151 -158
- package/tasks/admin/distributions/create.js +183 -189
- package/tasks/admin/distributions/init.js +125 -131
- package/tasks/admin/distributions/update.js +147 -153
- package/tasks/admin/publish.js +5 -9
- package/tasks/admin/register.js +37 -39
- package/tasks/admin/release.js +8 -12
- package/tasks/build/assets.js +43 -40
- package/tasks/build/css.js +230 -217
- package/tasks/build/javascript.js +120 -114
- package/tasks/build.js +11 -11
- package/tasks/check-install.js +15 -17
- package/tasks/clean.js +6 -6
- package/tasks/collections/README.md +3 -5
- package/tasks/collections/admin.js +34 -36
- package/tasks/collections/build.js +19 -21
- package/tasks/collections/docs.js +11 -13
- package/tasks/collections/install.js +11 -13
- package/tasks/collections/rtl.js +9 -12
- package/tasks/collections/various.js +10 -12
- package/tasks/config/admin/github.js +17 -19
- package/tasks/config/admin/oauth.example.js +4 -4
- package/tasks/config/admin/release.js +98 -98
- package/tasks/config/admin/templates/README.md +8 -8
- package/tasks/config/admin/templates/bower.json +3 -2
- package/tasks/config/admin/templates/component-package.js +9 -10
- package/tasks/config/admin/templates/css-package.js +19 -21
- package/tasks/config/admin/templates/less-package.js +12 -14
- package/tasks/config/admin/templates/package.json +6 -6
- package/tasks/config/defaults.js +116 -116
- package/tasks/config/docs.js +23 -23
- package/tasks/config/npm/gulpfile.js +15 -14
- package/tasks/config/project/config.js +124 -136
- package/tasks/config/project/install.js +722 -719
- package/tasks/config/project/release.js +34 -41
- package/tasks/config/tasks.js +168 -167
- package/tasks/config/user.js +28 -32
- package/tasks/docs/build.js +100 -96
- package/tasks/docs/metadata.js +91 -98
- package/tasks/docs/serve.js +84 -82
- package/tasks/install.js +373 -382
- package/tasks/rtl/build.js +4 -3
- package/tasks/rtl/watch.js +4 -3
- package/tasks/version.js +4 -6
- package/tasks/watch.js +29 -31
- package/test/.eslintrc.js +23 -0
- package/test/meteor/assets.js +11 -14
- package/test/meteor/fonts.js +12 -13
- package/test/modules/accordion.spec.js +6 -8
- package/test/modules/checkbox.spec.js +5 -7
- package/test/modules/dropdown.spec.js +5 -7
- package/test/modules/modal.spec.js +6 -8
- package/test/modules/module.spec.js +158 -178
- package/test/modules/popup.spec.js +5 -7
- package/test/modules/search.spec.js +5 -7
- package/test/modules/shape.spec.js +5 -7
- package/test/modules/sidebar.spec.js +5 -7
- package/test/modules/tab.spec.js +6 -8
- package/test/modules/transition.spec.js +5 -7
- package/test/modules/video.spec.js +5 -7
- package/.github/workflows/codeql.yml +0 -68
@@ -8,919 +8,945 @@
|
|
8
8
|
*
|
9
9
|
*/
|
10
10
|
|
11
|
-
|
12
|
-
|
13
|
-
'use strict';
|
14
|
-
|
15
|
-
$.isFunction = $.isFunction || function(obj) {
|
16
|
-
return typeof obj === "function" && typeof obj.nodeType !== "number";
|
17
|
-
};
|
18
|
-
|
19
|
-
window = (typeof window != 'undefined' && window.Math == Math)
|
20
|
-
? window
|
21
|
-
: (typeof self != 'undefined' && self.Math == Math)
|
22
|
-
? self
|
23
|
-
: Function('return this')()
|
24
|
-
;
|
25
|
-
|
26
|
-
$.toast = $.fn.toast = function(parameters) {
|
27
|
-
var
|
28
|
-
$allModules = $(this),
|
29
|
-
moduleSelector = $allModules.selector || '',
|
30
|
-
|
31
|
-
time = new Date().getTime(),
|
32
|
-
performance = [],
|
33
|
-
|
34
|
-
query = arguments[0],
|
35
|
-
methodInvoked = (typeof query == 'string'),
|
36
|
-
queryArguments = [].slice.call(arguments, 1),
|
37
|
-
returnedValue
|
38
|
-
;
|
39
|
-
$allModules
|
40
|
-
.each(function() {
|
41
|
-
var
|
42
|
-
settings = ( $.isPlainObject(parameters) )
|
43
|
-
? $.extend(true, {}, $.fn.toast.settings, parameters)
|
44
|
-
: $.extend({}, $.fn.toast.settings),
|
45
|
-
|
46
|
-
className = settings.className,
|
47
|
-
selector = settings.selector,
|
48
|
-
error = settings.error,
|
49
|
-
namespace = settings.namespace,
|
50
|
-
fields = settings.fields,
|
51
|
-
|
52
|
-
eventNamespace = '.' + namespace,
|
53
|
-
moduleNamespace = namespace + '-module',
|
54
|
-
|
55
|
-
$module = $(this),
|
56
|
-
$toastBox,
|
57
|
-
$toast,
|
58
|
-
$actions,
|
59
|
-
$progress,
|
60
|
-
$progressBar,
|
61
|
-
$animationObject,
|
62
|
-
$close,
|
63
|
-
$context = (settings.context)
|
64
|
-
? ([window,document].indexOf(settings.context) < 0 ? $(document).find(settings.context) : $(settings.context))
|
65
|
-
: $('body'),
|
66
|
-
|
67
|
-
isToastComponent = $module.hasClass('toast') || $module.hasClass('message') || $module.hasClass('card'),
|
68
|
-
|
69
|
-
element = this,
|
70
|
-
instance = isToastComponent ? $module.data(moduleNamespace) : undefined,
|
71
|
-
|
72
|
-
id,
|
73
|
-
module
|
74
|
-
;
|
75
|
-
module = {
|
76
|
-
|
77
|
-
initialize: function() {
|
78
|
-
module.verbose('Initializing element');
|
79
|
-
module.create.id();
|
80
|
-
if (!module.has.container()) {
|
81
|
-
module.create.container();
|
82
|
-
}
|
83
|
-
if(isToastComponent || settings.message !== '' || settings.title !== '' || module.get.iconClass() !== '' || settings.showImage || module.has.configActions()) {
|
84
|
-
if(typeof settings.showProgress !== 'string' || [className.top,className.bottom].indexOf(settings.showProgress) === -1 ) {
|
85
|
-
settings.showProgress = false;
|
86
|
-
}
|
87
|
-
module.create.toast();
|
88
|
-
if(settings.closeOnClick && (settings.closeIcon || $($toast).find(selector.input).length > 0 || module.has.configActions())){
|
89
|
-
settings.closeOnClick = false;
|
90
|
-
}
|
91
|
-
if(!settings.closeOnClick) {
|
92
|
-
$toastBox.addClass(className.unclickable);
|
93
|
-
}
|
94
|
-
module.bind.events();
|
95
|
-
}
|
96
|
-
module.instantiate();
|
97
|
-
if($toastBox) {
|
98
|
-
module.show();
|
99
|
-
}
|
100
|
-
},
|
11
|
+
(function ($, window, document) {
|
12
|
+
'use strict';
|
101
13
|
|
102
|
-
|
103
|
-
|
104
|
-
|
105
|
-
$module
|
106
|
-
.data(moduleNamespace, instance)
|
107
|
-
;
|
108
|
-
},
|
14
|
+
function isFunction(obj) {
|
15
|
+
return typeof obj === 'function' && typeof obj.nodeType !== 'number';
|
16
|
+
}
|
109
17
|
|
110
|
-
|
111
|
-
|
112
|
-
|
113
|
-
module.unbind.events();
|
114
|
-
$toastBox.remove();
|
115
|
-
$toastBox = undefined;
|
116
|
-
$toast = undefined;
|
117
|
-
$animationObject = undefined;
|
118
|
-
settings.onRemove.call($toastBox, element);
|
119
|
-
$progress = undefined;
|
120
|
-
$progressBar = undefined;
|
121
|
-
$close = undefined;
|
122
|
-
}
|
123
|
-
$module
|
124
|
-
.removeData(moduleNamespace)
|
125
|
-
;
|
126
|
-
},
|
18
|
+
window = window !== undefined && window.Math === Math
|
19
|
+
? window
|
20
|
+
: globalThis;
|
127
21
|
|
128
|
-
|
129
|
-
|
130
|
-
|
131
|
-
|
132
|
-
}
|
133
|
-
callback = callback || function(){};
|
134
|
-
module.debug('Showing toast');
|
135
|
-
module.animate.show(callback);
|
136
|
-
},
|
22
|
+
$.fn.toast = function (parameters) {
|
23
|
+
var
|
24
|
+
$allModules = $(this),
|
25
|
+
moduleSelector = $allModules.selector || '',
|
137
26
|
|
138
|
-
|
139
|
-
|
140
|
-
module.debug('onHide callback returned false, cancelling toast animation');
|
141
|
-
return;
|
142
|
-
}
|
143
|
-
callback = callback || function(){};
|
144
|
-
module.debug('Closing toast');
|
145
|
-
module.remove.visible();
|
146
|
-
module.unbind.events();
|
147
|
-
module.animate.close(callback);
|
27
|
+
time = Date.now(),
|
28
|
+
performance = [],
|
148
29
|
|
149
|
-
|
30
|
+
query = arguments[0],
|
31
|
+
methodInvoked = typeof query === 'string',
|
32
|
+
queryArguments = [].slice.call(arguments, 1),
|
33
|
+
returnedValue
|
34
|
+
;
|
35
|
+
$allModules.each(function () {
|
36
|
+
var
|
37
|
+
settings = $.isPlainObject(parameters)
|
38
|
+
? $.extend(true, {}, $.fn.toast.settings, parameters)
|
39
|
+
: $.extend({}, $.fn.toast.settings),
|
40
|
+
|
41
|
+
className = settings.className,
|
42
|
+
selector = settings.selector,
|
43
|
+
error = settings.error,
|
44
|
+
namespace = settings.namespace,
|
45
|
+
fields = settings.fields,
|
46
|
+
|
47
|
+
eventNamespace = '.' + namespace,
|
48
|
+
moduleNamespace = namespace + '-module',
|
49
|
+
|
50
|
+
$module = $(this),
|
51
|
+
$toastBox,
|
52
|
+
$toast,
|
53
|
+
$actions,
|
54
|
+
$progress,
|
55
|
+
$progressBar,
|
56
|
+
$animationObject,
|
57
|
+
$close,
|
58
|
+
$context = settings.context
|
59
|
+
? ([window, document].indexOf(settings.context) < 0 ? $(document).find(settings.context) : $(settings.context))
|
60
|
+
: $('body'),
|
61
|
+
|
62
|
+
isToastComponent = $module.hasClass('toast') || $module.hasClass('message') || $module.hasClass('card'),
|
63
|
+
|
64
|
+
element = this,
|
65
|
+
instance = isToastComponent ? $module.data(moduleNamespace) : undefined,
|
66
|
+
|
67
|
+
id,
|
68
|
+
module
|
69
|
+
;
|
70
|
+
module = {
|
150
71
|
|
151
|
-
|
152
|
-
|
153
|
-
|
154
|
-
|
155
|
-
|
156
|
-
id: function() {
|
157
|
-
id = (Math.random().toString(16) + '000000000').slice(2, 10);
|
158
|
-
module.verbose('Creating unique id for element', id);
|
159
|
-
},
|
160
|
-
toast: function() {
|
161
|
-
$toastBox = $('<div/>', {class: className.box});
|
162
|
-
var iconClass = module.get.iconClass();
|
163
|
-
if (!isToastComponent) {
|
164
|
-
module.verbose('Creating toast');
|
165
|
-
$toast = $('<div/>', {role: 'alert'});
|
166
|
-
var $content = $('<div/>', {class: className.content});
|
167
|
-
if (iconClass !== '') {
|
168
|
-
$toast.append($('<i/>', {class: iconClass + ' ' + className.icon}));
|
169
|
-
}
|
170
|
-
|
171
|
-
if (settings.showImage) {
|
172
|
-
$toast.append($('<img>', {
|
173
|
-
class: className.image + ' ' + settings.classImage,
|
174
|
-
src: settings.showImage
|
175
|
-
}));
|
176
|
-
}
|
177
|
-
if (settings.title !== '') {
|
178
|
-
var titleId = '_' + module.get.id() + 'title';
|
179
|
-
$toast.attr('aria-labelledby', titleId);
|
180
|
-
$content.append($('<div/>', {
|
181
|
-
class: className.title,
|
182
|
-
id: titleId,
|
183
|
-
html: module.helpers.escape(settings.title, settings.preserveHTML)
|
184
|
-
}));
|
185
|
-
}
|
186
|
-
var descId = '_' + module.get.id() + 'desc';
|
187
|
-
$toast.attr('aria-describedby', descId);
|
188
|
-
$content.append($('<div/>', {
|
189
|
-
class: className.message,
|
190
|
-
id: descId,
|
191
|
-
html: module.helpers.escape(settings.message, settings.preserveHTML)
|
192
|
-
}));
|
193
|
-
|
194
|
-
$toast
|
195
|
-
.addClass(settings.class + ' ' + className.toast)
|
196
|
-
.append($content)
|
197
|
-
;
|
198
|
-
$toast.css('opacity', settings.opacity);
|
199
|
-
if (settings.closeIcon) {
|
200
|
-
$close = $('<i/>', {class: className.close + ' ' + (typeof settings.closeIcon === 'string' ? settings.closeIcon : ''), role: 'button', tabindex: 0, 'aria-label': settings.text.close});
|
201
|
-
if($close.hasClass(className.left)) {
|
202
|
-
$toast.prepend($close);
|
203
|
-
} else {
|
204
|
-
$toast.append($close);
|
205
|
-
}
|
206
|
-
}
|
207
|
-
} else {
|
208
|
-
$toast = settings.cloneModule ? $module.clone().removeAttr('id') : $module;
|
209
|
-
$close = $toast.find('> i'+module.helpers.toClass(className.close));
|
210
|
-
settings.closeIcon = ($close.length > 0);
|
211
|
-
if (iconClass !== '') {
|
212
|
-
$toast.find(selector.icon).attr('class',iconClass + ' ' + className.icon);
|
213
|
-
}
|
214
|
-
if (settings.showImage) {
|
215
|
-
$toast.find(selector.image).attr('src',settings.showImage);
|
216
|
-
}
|
217
|
-
if (settings.title !== '') {
|
218
|
-
$toast.find(selector.title).html(module.helpers.escape(settings.title, settings.preserveHTML));
|
219
|
-
}
|
220
|
-
if (settings.message !== '') {
|
221
|
-
$toast.find(selector.message).html(module.helpers.escape(settings.message, settings.preserveHTML));
|
222
|
-
}
|
223
|
-
}
|
224
|
-
if ($toast.hasClass(className.compact)) {
|
225
|
-
settings.compact = true;
|
226
|
-
}
|
227
|
-
if ($toast.hasClass('card')) {
|
228
|
-
settings.compact = false;
|
229
|
-
}
|
230
|
-
$actions = $toast.find('.actions');
|
231
|
-
if (module.has.configActions()) {
|
232
|
-
if ($actions.length === 0) {
|
233
|
-
$actions = $('<div/>', {class: className.actions + ' ' + (settings.classActions || '')}).appendTo($toast);
|
234
|
-
}
|
235
|
-
if($toast.hasClass('card') && !$actions.hasClass(className.attached)) {
|
236
|
-
$actions.addClass(className.extraContent);
|
237
|
-
if($actions.hasClass(className.vertical)) {
|
238
|
-
$actions.removeClass(className.vertical);
|
239
|
-
module.error(error.verticalCard);
|
240
|
-
}
|
241
|
-
}
|
242
|
-
settings.actions.forEach(function (el) {
|
243
|
-
var icon = el[fields.icon] ? '<i '+(el[fields.text] ? 'aria-hidden="true"' : '')+' class="' + module.helpers.deQuote(el[fields.icon]) + ' icon"></i>' : '',
|
244
|
-
text = module.helpers.escape(el[fields.text] || '', settings.preserveHTML),
|
245
|
-
cls = module.helpers.deQuote(el[fields.class] || ''),
|
246
|
-
click = el[fields.click] && $.isFunction(el[fields.click]) ? el[fields.click] : function () {};
|
247
|
-
$actions.append($('<button/>', {
|
248
|
-
html: icon + text,
|
249
|
-
'aria-label': (el[fields.text] || el[fields.icon] || '').replace(/<[^>]+(>|$)/g,''),
|
250
|
-
class: className.button + ' ' + cls,
|
251
|
-
click: function () {
|
252
|
-
var button = $(this);
|
253
|
-
if (button.is(selector.approve) || button.is(selector.deny) || click.call(element, $module) === false) {
|
254
|
-
return;
|
72
|
+
initialize: function () {
|
73
|
+
module.verbose('Initializing element');
|
74
|
+
module.create.id();
|
75
|
+
if (!module.has.container()) {
|
76
|
+
module.create.container();
|
255
77
|
}
|
256
|
-
module.
|
257
|
-
|
258
|
-
|
259
|
-
|
260
|
-
|
261
|
-
|
262
|
-
|
263
|
-
|
264
|
-
|
265
|
-
|
266
|
-
|
267
|
-
|
268
|
-
|
269
|
-
|
270
|
-
|
271
|
-
|
272
|
-
|
273
|
-
|
274
|
-
|
275
|
-
|
276
|
-
|
277
|
-
|
278
|
-
|
279
|
-
|
280
|
-
|
281
|
-
|
282
|
-
|
283
|
-
|
284
|
-
|
285
|
-
|
286
|
-
|
287
|
-
|
288
|
-
|
289
|
-
|
290
|
-
|
291
|
-
|
292
|
-
|
293
|
-
|
294
|
-
|
295
|
-
|
296
|
-
|
297
|
-
|
298
|
-
|
299
|
-
|
300
|
-
}
|
301
|
-
if($module !== $toast) {
|
302
|
-
$module = $toast;
|
303
|
-
element = $toast[0];
|
304
|
-
}
|
305
|
-
if(settings.displayTime > 0) {
|
306
|
-
var progressingClass = className.progressing+' '+(settings.pauseOnHover ? className.pausable:'');
|
307
|
-
if (!!settings.showProgress) {
|
308
|
-
$progress = $('<div/>', {
|
309
|
-
class: className.progress + ' ' + (settings.classProgress || settings.class),
|
310
|
-
'data-percent': ''
|
311
|
-
});
|
312
|
-
if(!settings.classProgress) {
|
313
|
-
if ($toast.hasClass('toast') && !$toast.hasClass(className.inverted)) {
|
314
|
-
$progress.addClass(className.inverted);
|
315
|
-
} else {
|
316
|
-
$progress.removeClass(className.inverted);
|
317
|
-
}
|
318
|
-
}
|
319
|
-
$progressBar = $('<div/>', {class: 'bar '+(settings.progressUp ? 'up ' : 'down ')+progressingClass});
|
320
|
-
$progress
|
321
|
-
.addClass(settings.showProgress)
|
322
|
-
.append($progressBar);
|
323
|
-
if ($progress.hasClass(className.top)) {
|
324
|
-
$toastBox.prepend($progress);
|
325
|
-
} else {
|
326
|
-
$toastBox.append($progress);
|
327
|
-
}
|
328
|
-
$progressBar.css('animation-duration', settings.displayTime / 1000 + 's');
|
329
|
-
}
|
330
|
-
$animationObject = $('<span/>',{class:'wait '+progressingClass});
|
331
|
-
$animationObject.css('animation-duration', settings.displayTime / 1000 + 's');
|
332
|
-
$animationObject.appendTo($toast);
|
333
|
-
}
|
334
|
-
if (settings.compact) {
|
335
|
-
$toastBox.addClass(className.compact);
|
336
|
-
$toast.addClass(className.compact);
|
337
|
-
if($progress) {
|
338
|
-
$progress.addClass(className.compact);
|
339
|
-
}
|
340
|
-
}
|
341
|
-
if (settings.newestOnTop) {
|
342
|
-
$toastBox.prependTo(module.get.container());
|
343
|
-
}
|
344
|
-
else {
|
345
|
-
$toastBox.appendTo(module.get.container());
|
346
|
-
}
|
347
|
-
}
|
348
|
-
},
|
78
|
+
if (isToastComponent || settings.message !== '' || settings.title !== '' || module.get.iconClass() !== '' || settings.showImage || module.has.configActions()) {
|
79
|
+
if (typeof settings.showProgress !== 'string' || [className.top, className.bottom].indexOf(settings.showProgress) === -1) {
|
80
|
+
settings.showProgress = false;
|
81
|
+
}
|
82
|
+
module.create.toast();
|
83
|
+
if (settings.closeOnClick && (settings.closeIcon || $($toast).find(selector.input).length > 0 || module.has.configActions())) {
|
84
|
+
settings.closeOnClick = false;
|
85
|
+
}
|
86
|
+
if (!settings.closeOnClick) {
|
87
|
+
$toastBox.addClass(className.unclickable);
|
88
|
+
}
|
89
|
+
module.bind.events();
|
90
|
+
}
|
91
|
+
module.instantiate();
|
92
|
+
if ($toastBox) {
|
93
|
+
module.show();
|
94
|
+
}
|
95
|
+
},
|
96
|
+
|
97
|
+
instantiate: function () {
|
98
|
+
module.verbose('Storing instance of toast');
|
99
|
+
instance = module;
|
100
|
+
$module
|
101
|
+
.data(moduleNamespace, instance)
|
102
|
+
;
|
103
|
+
},
|
104
|
+
|
105
|
+
destroy: function () {
|
106
|
+
if ($toastBox) {
|
107
|
+
module.debug('Removing toast', $toastBox);
|
108
|
+
module.unbind.events();
|
109
|
+
$toastBox.remove();
|
110
|
+
$toastBox = undefined;
|
111
|
+
$toast = undefined;
|
112
|
+
$animationObject = undefined;
|
113
|
+
settings.onRemove.call($toastBox, element);
|
114
|
+
$progress = undefined;
|
115
|
+
$progressBar = undefined;
|
116
|
+
$close = undefined;
|
117
|
+
}
|
118
|
+
$module
|
119
|
+
.removeData(moduleNamespace)
|
120
|
+
;
|
121
|
+
},
|
349
122
|
|
350
|
-
|
351
|
-
|
352
|
-
|
353
|
-
if(settings.closeIcon) {
|
354
|
-
$close.on('click' + eventNamespace, module.event.close);
|
355
|
-
}
|
356
|
-
$toast.on('click' + eventNamespace, module.event.click);
|
357
|
-
if($animationObject) {
|
358
|
-
$animationObject.on('animationend' + eventNamespace, module.event.close);
|
359
|
-
}
|
360
|
-
$toastBox
|
361
|
-
.on('click' + eventNamespace, selector.approve, module.event.approve)
|
362
|
-
.on('click' + eventNamespace, selector.deny, module.event.deny)
|
363
|
-
;
|
364
|
-
}
|
365
|
-
},
|
123
|
+
show: function (callback) {
|
124
|
+
if (settings.onShow.call($toastBox, element) === false) {
|
125
|
+
module.debug('onShow callback returned false, cancelling toast animation');
|
366
126
|
|
367
|
-
|
368
|
-
|
369
|
-
|
370
|
-
|
371
|
-
|
372
|
-
|
373
|
-
$toast.off('click' + eventNamespace);
|
374
|
-
if($animationObject) {
|
375
|
-
$animationObject.off('animationend' + eventNamespace);
|
376
|
-
}
|
377
|
-
$toastBox
|
378
|
-
.off('click' + eventNamespace)
|
379
|
-
;
|
380
|
-
}
|
381
|
-
},
|
127
|
+
return;
|
128
|
+
}
|
129
|
+
callback = callback || function () {};
|
130
|
+
module.debug('Showing toast');
|
131
|
+
module.animate.show(callback);
|
132
|
+
},
|
382
133
|
|
383
|
-
|
384
|
-
|
385
|
-
|
386
|
-
|
387
|
-
|
388
|
-
|
389
|
-
|
390
|
-
|
391
|
-
|
392
|
-
|
393
|
-
|
394
|
-
|
395
|
-
|
396
|
-
|
397
|
-
|
398
|
-
|
399
|
-
|
400
|
-
|
401
|
-
|
402
|
-
|
403
|
-
|
404
|
-
|
405
|
-
|
406
|
-
|
407
|
-
|
408
|
-
|
409
|
-
|
410
|
-
|
411
|
-
|
412
|
-
|
413
|
-
|
414
|
-
|
415
|
-
|
416
|
-
|
417
|
-
|
418
|
-
|
419
|
-
|
420
|
-
|
421
|
-
|
422
|
-
|
423
|
-
|
424
|
-
|
425
|
-
|
426
|
-
|
134
|
+
close: function (callback) {
|
135
|
+
if (settings.onHide.call($toastBox, element) === false) {
|
136
|
+
module.debug('onHide callback returned false, cancelling toast animation');
|
137
|
+
|
138
|
+
return;
|
139
|
+
}
|
140
|
+
callback = callback || function () {};
|
141
|
+
module.debug('Closing toast');
|
142
|
+
module.remove.visible();
|
143
|
+
module.unbind.events();
|
144
|
+
module.animate.close(callback);
|
145
|
+
},
|
146
|
+
|
147
|
+
create: {
|
148
|
+
container: function () {
|
149
|
+
module.verbose('Creating container');
|
150
|
+
$context.append($('<div/>', {
|
151
|
+
class: settings.position + ' ' + className.container + ' '
|
152
|
+
+ (settings.horizontal ? className.horizontal : '') + ' '
|
153
|
+
+ (settings.context && settings.context !== 'body' ? className.absolute : ''),
|
154
|
+
}));
|
155
|
+
},
|
156
|
+
id: function () {
|
157
|
+
id = (Math.random().toString(16) + '000000000').slice(2, 10);
|
158
|
+
module.verbose('Creating unique id for element', id);
|
159
|
+
},
|
160
|
+
toast: function () {
|
161
|
+
$toastBox = $('<div/>', { class: className.box });
|
162
|
+
var iconClass = module.get.iconClass();
|
163
|
+
if (!isToastComponent) {
|
164
|
+
module.verbose('Creating toast');
|
165
|
+
$toast = $('<div/>', { role: 'alert' });
|
166
|
+
var $content = $('<div/>', { class: className.content });
|
167
|
+
if (iconClass !== '') {
|
168
|
+
$toast.append($('<i/>', { class: iconClass + ' ' + className.icon }));
|
169
|
+
}
|
170
|
+
|
171
|
+
if (settings.showImage) {
|
172
|
+
$toast.append($('<img>', {
|
173
|
+
class: className.image + ' ' + settings.classImage,
|
174
|
+
src: settings.showImage,
|
175
|
+
}));
|
176
|
+
}
|
177
|
+
if (settings.title !== '') {
|
178
|
+
var titleId = '_' + module.get.id() + 'title';
|
179
|
+
$toast.attr('aria-labelledby', titleId);
|
180
|
+
$content.append($('<div/>', {
|
181
|
+
class: className.title,
|
182
|
+
id: titleId,
|
183
|
+
html: module.helpers.escape(settings.title, settings.preserveHTML),
|
184
|
+
}));
|
185
|
+
}
|
186
|
+
var descId = '_' + module.get.id() + 'desc';
|
187
|
+
$toast.attr('aria-describedby', descId);
|
188
|
+
$content.append($('<div/>', {
|
189
|
+
class: className.message,
|
190
|
+
id: descId,
|
191
|
+
html: module.helpers.escape(settings.message, settings.preserveHTML),
|
192
|
+
}));
|
193
|
+
|
194
|
+
$toast
|
195
|
+
.addClass(settings.class + ' ' + className.toast)
|
196
|
+
.append($content)
|
197
|
+
;
|
198
|
+
$toast.css('opacity', String(settings.opacity));
|
199
|
+
if (settings.closeIcon) {
|
200
|
+
$close = $('<i/>', {
|
201
|
+
class: className.close + ' ' + (typeof settings.closeIcon === 'string' ? settings.closeIcon : ''),
|
202
|
+
role: 'button',
|
203
|
+
tabindex: 0,
|
204
|
+
'aria-label': settings.text.close,
|
205
|
+
});
|
206
|
+
if ($close.hasClass(className.left)) {
|
207
|
+
$toast.prepend($close);
|
208
|
+
} else {
|
209
|
+
$toast.append($close);
|
210
|
+
}
|
211
|
+
}
|
212
|
+
} else {
|
213
|
+
$toast = settings.cloneModule ? $module.clone().removeAttr('id') : $module;
|
214
|
+
$close = $toast.find('> i' + module.helpers.toClass(className.close));
|
215
|
+
settings.closeIcon = $close.length > 0;
|
216
|
+
if (iconClass !== '') {
|
217
|
+
$toast.find(selector.icon).attr('class', iconClass + ' ' + className.icon);
|
218
|
+
}
|
219
|
+
if (settings.showImage) {
|
220
|
+
$toast.find(selector.image).attr('src', settings.showImage);
|
221
|
+
}
|
222
|
+
if (settings.title !== '') {
|
223
|
+
$toast.find(selector.title).html(module.helpers.escape(settings.title, settings.preserveHTML));
|
224
|
+
}
|
225
|
+
if (settings.message !== '') {
|
226
|
+
$toast.find(selector.message).html(module.helpers.escape(settings.message, settings.preserveHTML));
|
227
|
+
}
|
228
|
+
}
|
229
|
+
if ($toast.hasClass(className.compact)) {
|
230
|
+
settings.compact = true;
|
231
|
+
}
|
232
|
+
if ($toast.hasClass('card')) {
|
233
|
+
settings.compact = false;
|
234
|
+
}
|
235
|
+
$actions = $toast.find('.actions');
|
236
|
+
if (module.has.configActions()) {
|
237
|
+
if ($actions.length === 0) {
|
238
|
+
$actions = $('<div/>', { class: className.actions + ' ' + (settings.classActions || '') }).appendTo($toast);
|
239
|
+
}
|
240
|
+
if ($toast.hasClass('card') && !$actions.hasClass(className.attached)) {
|
241
|
+
$actions.addClass(className.extraContent);
|
242
|
+
if ($actions.hasClass(className.vertical)) {
|
243
|
+
$actions.removeClass(className.vertical);
|
244
|
+
module.error(error.verticalCard);
|
245
|
+
}
|
246
|
+
}
|
247
|
+
settings.actions.forEach(function (el) {
|
248
|
+
var
|
249
|
+
icon = el[fields.icon]
|
250
|
+
? '<i ' + (el[fields.text] ? 'aria-hidden="true"' : '')
|
251
|
+
+ ' class="' + module.helpers.deQuote(el[fields.icon]) + ' icon"></i>'
|
252
|
+
: '',
|
253
|
+
text = module.helpers.escape(el[fields.text] || '', settings.preserveHTML),
|
254
|
+
cls = module.helpers.deQuote(el[fields.class] || ''),
|
255
|
+
click = el[fields.click] && isFunction(el[fields.click])
|
256
|
+
? el[fields.click]
|
257
|
+
: function () {}
|
258
|
+
;
|
259
|
+
$actions.append($('<button/>', {
|
260
|
+
html: icon + text,
|
261
|
+
'aria-label': (el[fields.text] || el[fields.icon] || '').replace(/<[^>]+(>|$)/g, ''),
|
262
|
+
class: className.button + ' ' + cls,
|
263
|
+
on: {
|
264
|
+
click: function () {
|
265
|
+
var $button = $(this);
|
266
|
+
if ($button.is(selector.approve) || $button.is(selector.deny) || click.call(element, $module) === false) {
|
267
|
+
return;
|
268
|
+
}
|
269
|
+
module.close();
|
270
|
+
},
|
271
|
+
},
|
272
|
+
}));
|
427
273
|
});
|
428
|
-
|
429
|
-
|
430
|
-
|
431
|
-
|
432
|
-
|
433
|
-
|
434
|
-
|
435
|
-
|
436
|
-
|
437
|
-
|
438
|
-
|
439
|
-
|
440
|
-
|
441
|
-
|
442
|
-
|
443
|
-
|
444
|
-
|
445
|
-
|
446
|
-
|
447
|
-
|
448
|
-
|
449
|
-
|
450
|
-
|
451
|
-
|
452
|
-
|
453
|
-
|
454
|
-
|
455
|
-
|
456
|
-
|
274
|
+
}
|
275
|
+
if ($actions && $actions.hasClass(className.vertical)) {
|
276
|
+
$toast.addClass(className.vertical);
|
277
|
+
}
|
278
|
+
if ($actions.length > 0 && !$actions.hasClass(className.attached)) {
|
279
|
+
if ($actions && (!$actions.hasClass(className.basic) || $actions.hasClass(className.left))) {
|
280
|
+
$toast.addClass(className.actions);
|
281
|
+
}
|
282
|
+
}
|
283
|
+
if (settings.displayTime === 'auto') {
|
284
|
+
settings.displayTime = Math.max(settings.minDisplayTime, ($toast.text().split(' ').length / settings.wordsPerMinute) * 60000);
|
285
|
+
}
|
286
|
+
$toastBox.append($toast);
|
287
|
+
|
288
|
+
if ($actions.length > 0 && $actions.hasClass(className.attached)) {
|
289
|
+
$actions.addClass(className.buttons);
|
290
|
+
$actions.detach();
|
291
|
+
$toast.addClass(className.attached);
|
292
|
+
if (!$actions.hasClass(className.vertical)) {
|
293
|
+
if ($actions.hasClass(className.top)) {
|
294
|
+
$toastBox.prepend($actions);
|
295
|
+
$toast.addClass(className.bottom);
|
296
|
+
} else {
|
297
|
+
$toastBox.append($actions);
|
298
|
+
$toast.addClass(className.top);
|
299
|
+
}
|
300
|
+
} else {
|
301
|
+
$toast.wrap(
|
302
|
+
$('<div/>', {
|
303
|
+
class: className.vertical + ' '
|
304
|
+
+ className.attached + ' '
|
305
|
+
+ (settings.compact ? className.compact : ''),
|
306
|
+
})
|
307
|
+
);
|
308
|
+
if ($actions.hasClass(className.left)) {
|
309
|
+
$toast.addClass(className.left).parent().addClass(className.left).prepend($actions);
|
310
|
+
} else {
|
311
|
+
$toast.parent().append($actions);
|
312
|
+
}
|
313
|
+
}
|
314
|
+
}
|
315
|
+
if ($module !== $toast) {
|
316
|
+
$module = $toast;
|
317
|
+
element = $toast[0];
|
318
|
+
}
|
319
|
+
if (settings.displayTime > 0) {
|
320
|
+
var progressingClass = className.progressing + ' ' + (settings.pauseOnHover ? className.pausable : '');
|
321
|
+
if (settings.showProgress) {
|
322
|
+
$progress = $('<div/>', {
|
323
|
+
class: className.progress + ' ' + (settings.classProgress || settings.class),
|
324
|
+
'data-percent': '',
|
325
|
+
});
|
326
|
+
if (!settings.classProgress) {
|
327
|
+
if ($toast.hasClass('toast') && !$toast.hasClass(className.inverted)) {
|
328
|
+
$progress.addClass(className.inverted);
|
329
|
+
} else {
|
330
|
+
$progress.removeClass(className.inverted);
|
331
|
+
}
|
332
|
+
}
|
333
|
+
$progressBar = $('<div/>', { class: 'bar ' + (settings.progressUp ? 'up ' : 'down ') + progressingClass });
|
334
|
+
$progress
|
335
|
+
.addClass(settings.showProgress)
|
336
|
+
.append($progressBar)
|
337
|
+
;
|
338
|
+
if ($progress.hasClass(className.top)) {
|
339
|
+
$toastBox.prepend($progress);
|
340
|
+
} else {
|
341
|
+
$toastBox.append($progress);
|
342
|
+
}
|
343
|
+
$progressBar.css('animation-duration', settings.displayTime / 1000 + 's');
|
344
|
+
}
|
345
|
+
$animationObject = $('<span/>', { class: 'wait ' + progressingClass });
|
346
|
+
$animationObject.css('animation-duration', settings.displayTime / 1000 + 's');
|
347
|
+
$animationObject.appendTo($toast);
|
348
|
+
}
|
349
|
+
if (settings.compact) {
|
350
|
+
$toastBox.addClass(className.compact);
|
351
|
+
$toast.addClass(className.compact);
|
352
|
+
if ($progress) {
|
353
|
+
$progress.addClass(className.compact);
|
354
|
+
}
|
355
|
+
}
|
356
|
+
if (settings.newestOnTop) {
|
357
|
+
$toastBox.prependTo(module.get.container());
|
358
|
+
} else {
|
359
|
+
$toastBox.appendTo(module.get.container());
|
360
|
+
}
|
361
|
+
},
|
362
|
+
},
|
363
|
+
|
364
|
+
bind: {
|
365
|
+
events: function () {
|
366
|
+
module.debug('Binding events to toast');
|
367
|
+
if (settings.closeIcon) {
|
368
|
+
$close.on('click' + eventNamespace, module.event.close);
|
369
|
+
}
|
370
|
+
$toast.on('click' + eventNamespace, module.event.click);
|
371
|
+
if ($animationObject) {
|
372
|
+
$animationObject.on('animationend' + eventNamespace, module.event.close);
|
373
|
+
}
|
374
|
+
$toastBox
|
375
|
+
.on('click' + eventNamespace, selector.approve, module.event.approve)
|
376
|
+
.on('click' + eventNamespace, selector.deny, module.event.deny)
|
377
|
+
;
|
378
|
+
},
|
379
|
+
},
|
380
|
+
|
381
|
+
unbind: {
|
382
|
+
events: function () {
|
383
|
+
module.debug('Unbinding events to toast');
|
384
|
+
if (settings.closeIcon) {
|
385
|
+
$close.off('click' + eventNamespace);
|
386
|
+
}
|
387
|
+
$toast.off('click' + eventNamespace);
|
388
|
+
if ($animationObject) {
|
389
|
+
$animationObject.off('animationend' + eventNamespace);
|
390
|
+
}
|
391
|
+
$toastBox
|
392
|
+
.off('click' + eventNamespace)
|
393
|
+
;
|
394
|
+
},
|
395
|
+
},
|
396
|
+
|
397
|
+
animate: {
|
398
|
+
show: function (callback) {
|
399
|
+
callback = isFunction(callback) ? callback : function () {};
|
400
|
+
if (settings.transition && module.can.useElement('transition') && $module.transition('is supported')) {
|
401
|
+
module.set.visible();
|
402
|
+
$toastBox
|
403
|
+
.transition({
|
404
|
+
animation: settings.transition.showMethod + ' in',
|
405
|
+
queue: false,
|
406
|
+
debug: settings.debug,
|
407
|
+
verbose: settings.verbose,
|
408
|
+
silent: settings.silent,
|
409
|
+
duration: settings.transition.showDuration,
|
410
|
+
onComplete: function () {
|
411
|
+
callback.call($toastBox, element);
|
412
|
+
settings.onVisible.call($toastBox, element);
|
413
|
+
},
|
414
|
+
})
|
415
|
+
;
|
416
|
+
}
|
417
|
+
},
|
418
|
+
close: function (callback) {
|
419
|
+
callback = isFunction(callback) ? callback : function () {};
|
420
|
+
if (settings.transition && $.fn.transition !== undefined && $module.transition('is supported')) {
|
421
|
+
$toastBox
|
422
|
+
.transition({
|
423
|
+
animation: settings.transition.hideMethod + ' out',
|
424
|
+
queue: false,
|
425
|
+
duration: settings.transition.hideDuration,
|
426
|
+
debug: settings.debug,
|
427
|
+
verbose: settings.verbose,
|
428
|
+
silent: settings.silent,
|
429
|
+
interval: 50,
|
430
|
+
|
431
|
+
onBeforeHide: function (callback) {
|
432
|
+
callback = isFunction(callback) ? callback : function () {};
|
433
|
+
if (settings.transition.closeEasing !== '') {
|
434
|
+
if ($toastBox) {
|
435
|
+
$toastBox.css('opacity', '0');
|
436
|
+
$toastBox.wrap('<div/>').parent().hide(settings.transition.closeDuration, settings.transition.closeEasing, function () {
|
437
|
+
if ($toastBox) {
|
438
|
+
$toastBox.parent().remove();
|
439
|
+
callback.call($toastBox);
|
440
|
+
}
|
441
|
+
});
|
442
|
+
}
|
443
|
+
} else {
|
444
|
+
callback.call($toastBox);
|
445
|
+
}
|
446
|
+
},
|
447
|
+
onComplete: function () {
|
448
|
+
callback.call($toastBox, element);
|
449
|
+
settings.onHidden.call($toastBox, element);
|
450
|
+
module.destroy();
|
451
|
+
},
|
452
|
+
})
|
453
|
+
;
|
454
|
+
} else {
|
455
|
+
module.error(error.noTransition);
|
456
|
+
}
|
457
|
+
},
|
458
|
+
pause: function () {
|
459
|
+
$animationObject.css('animationPlayState', 'paused');
|
460
|
+
if ($progressBar) {
|
461
|
+
$progressBar.css('animationPlayState', 'paused');
|
462
|
+
}
|
463
|
+
},
|
464
|
+
continue: function () {
|
465
|
+
$animationObject.css('animationPlayState', 'running');
|
466
|
+
if ($progressBar) {
|
467
|
+
$progressBar.css('animationPlayState', 'running');
|
468
|
+
}
|
469
|
+
},
|
470
|
+
},
|
471
|
+
|
472
|
+
has: {
|
473
|
+
container: function () {
|
474
|
+
module.verbose('Determining if there is already a container');
|
475
|
+
|
476
|
+
return module.get.containers().length > 0;
|
477
|
+
},
|
478
|
+
toast: function () {
|
479
|
+
return !!module.get.toast();
|
480
|
+
},
|
481
|
+
toasts: function () {
|
482
|
+
return module.get.toasts().length > 0;
|
483
|
+
},
|
484
|
+
configActions: function () {
|
485
|
+
return Array.isArray(settings.actions) && settings.actions.length > 0;
|
486
|
+
},
|
487
|
+
},
|
488
|
+
|
489
|
+
get: {
|
490
|
+
id: function () {
|
491
|
+
return id;
|
492
|
+
},
|
493
|
+
containers: function () {
|
494
|
+
return $context.children(module.helpers.toClass(settings.position) + selector.container
|
495
|
+
+ (settings.horizontal
|
496
|
+
? module.helpers.toClass(className.horizontal)
|
497
|
+
: ':not(' + module.helpers.toClass(className.horizontal) + ')')
|
498
|
+
+ (settings.context && settings.context !== 'body'
|
499
|
+
? module.helpers.toClass(className.absolute)
|
500
|
+
: ':not(' + module.helpers.toClass(className.absolute) + ')'));
|
501
|
+
},
|
502
|
+
container: function () {
|
503
|
+
return module.get.containers()[0];
|
504
|
+
},
|
505
|
+
toastBox: function () {
|
506
|
+
return $toastBox || null;
|
507
|
+
},
|
508
|
+
toast: function () {
|
509
|
+
return $toast || null;
|
510
|
+
},
|
511
|
+
toasts: function () {
|
512
|
+
return $(module.get.container()).find(selector.box);
|
513
|
+
},
|
514
|
+
iconClass: function () {
|
515
|
+
return typeof settings.showIcon === 'string'
|
516
|
+
? settings.showIcon
|
517
|
+
: (settings.showIcon && settings.icons[settings.class]
|
518
|
+
? settings.icons[settings.class]
|
519
|
+
: '');
|
520
|
+
},
|
521
|
+
remainingTime: function () {
|
522
|
+
return $animationObject ? $animationObject.css('opacity') * settings.displayTime : 0;
|
523
|
+
},
|
524
|
+
},
|
525
|
+
|
526
|
+
set: {
|
527
|
+
visible: function () {
|
528
|
+
$toast.addClass(className.visible);
|
529
|
+
},
|
530
|
+
},
|
531
|
+
|
532
|
+
remove: {
|
533
|
+
visible: function () {
|
534
|
+
$toast.removeClass(className.visible);
|
535
|
+
},
|
536
|
+
},
|
537
|
+
|
538
|
+
event: {
|
539
|
+
close: function () {
|
540
|
+
module.close();
|
541
|
+
},
|
542
|
+
click: function (event) {
|
543
|
+
if ($(event.target).closest(selector.clickable).length === 0) {
|
544
|
+
if (settings.onClick.call($toastBox, element) === false || !settings.closeOnClick) {
|
545
|
+
module.verbose('Click callback returned false or close denied by setting cancelling close');
|
546
|
+
|
547
|
+
return;
|
548
|
+
}
|
549
|
+
module.close();
|
550
|
+
}
|
551
|
+
},
|
552
|
+
approve: function () {
|
553
|
+
if (settings.onApprove.call(element, $module) === false) {
|
554
|
+
module.verbose('Approve callback returned false cancelling close');
|
555
|
+
|
556
|
+
return;
|
557
|
+
}
|
558
|
+
module.close();
|
559
|
+
},
|
560
|
+
deny: function () {
|
561
|
+
if (settings.onDeny.call(element, $module) === false) {
|
562
|
+
module.verbose('Deny callback returned false cancelling close');
|
563
|
+
|
564
|
+
return;
|
565
|
+
}
|
566
|
+
module.close();
|
567
|
+
},
|
568
|
+
},
|
569
|
+
|
570
|
+
helpers: {
|
571
|
+
toClass: function (selector) {
|
572
|
+
var
|
573
|
+
classes = selector.trim().split(/\s+/),
|
574
|
+
result = ''
|
575
|
+
;
|
576
|
+
|
577
|
+
classes.forEach(function (element) {
|
578
|
+
result += '.' + element;
|
579
|
+
});
|
580
|
+
|
581
|
+
return result;
|
582
|
+
},
|
583
|
+
deQuote: function (string) {
|
584
|
+
return String(string).replace(/"/g, '');
|
585
|
+
},
|
586
|
+
escape: function (string, preserveHTML) {
|
587
|
+
if (preserveHTML) {
|
588
|
+
return string;
|
589
|
+
}
|
590
|
+
var
|
591
|
+
badChars = /["'<>`]/g,
|
592
|
+
shouldEscape = /["&'<>`]/,
|
593
|
+
escape = {
|
594
|
+
'<': '<',
|
595
|
+
'>': '>',
|
596
|
+
'"': '"',
|
597
|
+
"'": ''',
|
598
|
+
'`': '`',
|
599
|
+
},
|
600
|
+
escapedChar = function (chr) {
|
601
|
+
return escape[chr];
|
602
|
+
}
|
603
|
+
;
|
604
|
+
if (shouldEscape.test(string)) {
|
605
|
+
string = string.replace(/&(?![\d#a-z]{1,12};)/gi, '&');
|
606
|
+
|
607
|
+
return string.replace(badChars, escapedChar);
|
608
|
+
}
|
609
|
+
|
610
|
+
return string;
|
611
|
+
},
|
612
|
+
},
|
613
|
+
|
614
|
+
can: {
|
615
|
+
useElement: function (element) {
|
616
|
+
if ($.fn[element] !== undefined) {
|
617
|
+
return true;
|
618
|
+
}
|
619
|
+
module.error(error.noElement.replace('{element}', element));
|
620
|
+
|
621
|
+
return false;
|
622
|
+
},
|
623
|
+
},
|
624
|
+
|
625
|
+
setting: function (name, value) {
|
626
|
+
module.debug('Changing setting', name, value);
|
627
|
+
if ($.isPlainObject(name)) {
|
628
|
+
$.extend(true, settings, name);
|
629
|
+
} else if (value !== undefined) {
|
630
|
+
if ($.isPlainObject(settings[name])) {
|
631
|
+
$.extend(true, settings[name], value);
|
632
|
+
} else {
|
633
|
+
settings[name] = value;
|
634
|
+
}
|
635
|
+
} else {
|
636
|
+
return settings[name];
|
637
|
+
}
|
638
|
+
},
|
639
|
+
internal: function (name, value) {
|
640
|
+
if ($.isPlainObject(name)) {
|
641
|
+
$.extend(true, module, name);
|
642
|
+
} else if (value !== undefined) {
|
643
|
+
module[name] = value;
|
644
|
+
} else {
|
645
|
+
return module[name];
|
646
|
+
}
|
647
|
+
},
|
648
|
+
debug: function () {
|
649
|
+
if (!settings.silent && settings.debug) {
|
650
|
+
if (settings.performance) {
|
651
|
+
module.performance.log(arguments);
|
652
|
+
} else {
|
653
|
+
module.debug = Function.prototype.bind.call(console.info, console, settings.name + ':');
|
654
|
+
module.debug.apply(console, arguments);
|
655
|
+
}
|
656
|
+
}
|
657
|
+
},
|
658
|
+
verbose: function () {
|
659
|
+
if (!settings.silent && settings.verbose && settings.debug) {
|
660
|
+
if (settings.performance) {
|
661
|
+
module.performance.log(arguments);
|
662
|
+
} else {
|
663
|
+
module.verbose = Function.prototype.bind.call(console.info, console, settings.name + ':');
|
664
|
+
module.verbose.apply(console, arguments);
|
665
|
+
}
|
666
|
+
}
|
667
|
+
},
|
668
|
+
error: function () {
|
669
|
+
if (!settings.silent) {
|
670
|
+
module.error = Function.prototype.bind.call(console.error, console, settings.name + ':');
|
671
|
+
module.error.apply(console, arguments);
|
672
|
+
}
|
673
|
+
},
|
674
|
+
performance: {
|
675
|
+
log: function (message) {
|
676
|
+
var
|
677
|
+
currentTime,
|
678
|
+
executionTime,
|
679
|
+
previousTime
|
680
|
+
;
|
681
|
+
if (settings.performance) {
|
682
|
+
currentTime = Date.now();
|
683
|
+
previousTime = time || currentTime;
|
684
|
+
executionTime = currentTime - previousTime;
|
685
|
+
time = currentTime;
|
686
|
+
performance.push({
|
687
|
+
Name: message[0],
|
688
|
+
Arguments: [].slice.call(message, 1) || '',
|
689
|
+
Element: element,
|
690
|
+
'Execution Time': executionTime,
|
691
|
+
});
|
692
|
+
}
|
693
|
+
clearTimeout(module.performance.timer);
|
694
|
+
module.performance.timer = setTimeout(module.performance.display, 500);
|
695
|
+
},
|
696
|
+
display: function () {
|
697
|
+
var
|
698
|
+
title = settings.name + ':',
|
699
|
+
totalTime = 0
|
700
|
+
;
|
701
|
+
time = false;
|
702
|
+
clearTimeout(module.performance.timer);
|
703
|
+
$.each(performance, function (index, data) {
|
704
|
+
totalTime += data['Execution Time'];
|
705
|
+
});
|
706
|
+
title += ' ' + totalTime + 'ms';
|
707
|
+
if (moduleSelector) {
|
708
|
+
title += ' \'' + moduleSelector + '\'';
|
709
|
+
}
|
710
|
+
if (performance.length > 0) {
|
711
|
+
console.groupCollapsed(title);
|
712
|
+
if (console.table) {
|
713
|
+
console.table(performance);
|
714
|
+
} else {
|
715
|
+
$.each(performance, function (index, data) {
|
716
|
+
console.log(data.Name + ': ' + data['Execution Time'] + 'ms');
|
717
|
+
});
|
718
|
+
}
|
719
|
+
console.groupEnd();
|
720
|
+
}
|
721
|
+
performance = [];
|
722
|
+
},
|
723
|
+
},
|
724
|
+
invoke: function (query, passedArguments, context) {
|
725
|
+
var
|
726
|
+
object = instance,
|
727
|
+
maxDepth,
|
728
|
+
found,
|
729
|
+
response
|
730
|
+
;
|
731
|
+
passedArguments = passedArguments || queryArguments;
|
732
|
+
context = context || element;
|
733
|
+
if (typeof query === 'string' && object !== undefined) {
|
734
|
+
query = query.split(/[ .]/);
|
735
|
+
maxDepth = query.length - 1;
|
736
|
+
$.each(query, function (depth, value) {
|
737
|
+
var camelCaseValue = depth !== maxDepth
|
738
|
+
? value + query[depth + 1].charAt(0).toUpperCase() + query[depth + 1].slice(1)
|
739
|
+
: query
|
740
|
+
;
|
741
|
+
if ($.isPlainObject(object[camelCaseValue]) && (depth !== maxDepth)) {
|
742
|
+
object = object[camelCaseValue];
|
743
|
+
} else if (object[camelCaseValue] !== undefined) {
|
744
|
+
found = object[camelCaseValue];
|
745
|
+
|
746
|
+
return false;
|
747
|
+
} else if ($.isPlainObject(object[value]) && (depth !== maxDepth)) {
|
748
|
+
object = object[value];
|
749
|
+
} else if (object[value] !== undefined) {
|
750
|
+
found = object[value];
|
751
|
+
|
752
|
+
return false;
|
753
|
+
} else {
|
754
|
+
module.error(error.method, query);
|
755
|
+
|
756
|
+
return false;
|
757
|
+
}
|
758
|
+
});
|
759
|
+
}
|
760
|
+
if (isFunction(found)) {
|
761
|
+
response = found.apply(context, passedArguments);
|
762
|
+
} else if (found !== undefined) {
|
763
|
+
response = found;
|
764
|
+
}
|
765
|
+
if (Array.isArray(returnedValue)) {
|
766
|
+
returnedValue.push(response);
|
767
|
+
} else if (returnedValue !== undefined) {
|
768
|
+
returnedValue = [returnedValue, response];
|
769
|
+
} else if (response !== undefined) {
|
770
|
+
returnedValue = response;
|
771
|
+
}
|
772
|
+
|
773
|
+
return found;
|
774
|
+
},
|
775
|
+
};
|
776
|
+
|
777
|
+
if (methodInvoked) {
|
778
|
+
if (instance === undefined) {
|
779
|
+
module.initialize();
|
780
|
+
}
|
781
|
+
module.invoke(query);
|
782
|
+
} else {
|
783
|
+
if (instance !== undefined) {
|
784
|
+
instance.invoke('destroy');
|
785
|
+
}
|
786
|
+
module.initialize();
|
787
|
+
returnedValue = $module;
|
788
|
+
}
|
789
|
+
});
|
790
|
+
|
791
|
+
return returnedValue !== undefined
|
792
|
+
? returnedValue
|
793
|
+
: this;
|
794
|
+
};
|
795
|
+
$.toast = $.fn.toast;
|
796
|
+
|
797
|
+
$.fn.toast.settings = {
|
798
|
+
|
799
|
+
name: 'Toast',
|
800
|
+
namespace: 'toast',
|
801
|
+
|
802
|
+
silent: false,
|
803
|
+
debug: false,
|
804
|
+
verbose: false,
|
805
|
+
performance: true,
|
806
|
+
|
807
|
+
context: 'body',
|
808
|
+
|
809
|
+
position: 'top right',
|
810
|
+
horizontal: false,
|
811
|
+
class: 'neutral',
|
812
|
+
classProgress: false,
|
813
|
+
classActions: false,
|
814
|
+
classImage: 'mini',
|
815
|
+
|
816
|
+
title: '',
|
817
|
+
message: '',
|
818
|
+
displayTime: 3000, // set to zero to require manually dismissal, otherwise hides on its own
|
819
|
+
minDisplayTime: 1000, // minimum displaytime in case displayTime is set to 'auto'
|
820
|
+
wordsPerMinute: 120,
|
821
|
+
showIcon: false,
|
822
|
+
newestOnTop: false,
|
823
|
+
showProgress: false,
|
824
|
+
pauseOnHover: true,
|
825
|
+
progressUp: false, // if true, the bar will start at 0% and increase to 100%
|
826
|
+
opacity: 1,
|
827
|
+
compact: true,
|
828
|
+
closeIcon: false,
|
829
|
+
closeOnClick: true,
|
830
|
+
cloneModule: true,
|
831
|
+
actions: false,
|
832
|
+
preserveHTML: true,
|
833
|
+
showImage: false,
|
834
|
+
|
835
|
+
// transition settings
|
836
|
+
transition: {
|
837
|
+
showMethod: 'scale',
|
838
|
+
showDuration: 500,
|
839
|
+
hideMethod: 'scale',
|
840
|
+
hideDuration: 500,
|
841
|
+
closeEasing: 'easeOutCubic', // Set to empty string to stack the closed toast area immediately (old behaviour)
|
842
|
+
closeDuration: 500,
|
457
843
|
},
|
458
844
|
|
459
|
-
|
460
|
-
|
461
|
-
|
462
|
-
|
463
|
-
},
|
464
|
-
toast: function(){
|
465
|
-
return !!module.get.toast();
|
466
|
-
},
|
467
|
-
toasts: function(){
|
468
|
-
return module.get.toasts().length > 0;
|
469
|
-
},
|
470
|
-
configActions: function () {
|
471
|
-
return Array.isArray(settings.actions) && settings.actions.length > 0;
|
472
|
-
}
|
845
|
+
error: {
|
846
|
+
method: 'The method you called is not defined.',
|
847
|
+
noElement: 'This module requires ui {element}',
|
848
|
+
verticalCard: 'Vertical but not attached actions are not supported for card layout',
|
473
849
|
},
|
474
850
|
|
475
|
-
|
476
|
-
|
477
|
-
|
478
|
-
|
479
|
-
|
480
|
-
|
481
|
-
|
482
|
-
|
483
|
-
|
484
|
-
|
485
|
-
|
486
|
-
|
487
|
-
|
488
|
-
|
489
|
-
|
490
|
-
|
491
|
-
|
492
|
-
|
493
|
-
|
494
|
-
|
495
|
-
|
496
|
-
|
497
|
-
|
498
|
-
|
499
|
-
|
851
|
+
className: {
|
852
|
+
container: 'ui toast-container',
|
853
|
+
absolute: 'absolute',
|
854
|
+
box: 'floating toast-box',
|
855
|
+
progress: 'ui attached active progress',
|
856
|
+
toast: 'ui toast',
|
857
|
+
icon: 'centered icon',
|
858
|
+
visible: 'visible',
|
859
|
+
content: 'content',
|
860
|
+
title: 'ui header',
|
861
|
+
message: 'message',
|
862
|
+
actions: 'actions',
|
863
|
+
extraContent: 'extra content',
|
864
|
+
button: 'ui button',
|
865
|
+
buttons: 'ui buttons',
|
866
|
+
close: 'close icon',
|
867
|
+
image: 'ui image',
|
868
|
+
vertical: 'vertical',
|
869
|
+
horizontal: 'horizontal',
|
870
|
+
attached: 'attached',
|
871
|
+
inverted: 'inverted',
|
872
|
+
compact: 'compact',
|
873
|
+
pausable: 'pausable',
|
874
|
+
progressing: 'progressing',
|
875
|
+
top: 'top',
|
876
|
+
bottom: 'bottom',
|
877
|
+
left: 'left',
|
878
|
+
basic: 'basic',
|
879
|
+
unclickable: 'unclickable',
|
500
880
|
},
|
501
881
|
|
502
|
-
|
503
|
-
|
504
|
-
$toast.addClass(className.visible);
|
505
|
-
}
|
882
|
+
text: {
|
883
|
+
close: 'Close',
|
506
884
|
},
|
507
885
|
|
508
|
-
|
509
|
-
|
510
|
-
|
511
|
-
|
886
|
+
icons: {
|
887
|
+
info: 'info',
|
888
|
+
success: 'checkmark',
|
889
|
+
warning: 'warning',
|
890
|
+
error: 'times',
|
512
891
|
},
|
513
892
|
|
514
|
-
|
515
|
-
|
516
|
-
|
517
|
-
|
518
|
-
|
519
|
-
|
520
|
-
|
521
|
-
|
522
|
-
|
523
|
-
|
524
|
-
|
525
|
-
|
526
|
-
},
|
527
|
-
approve: function() {
|
528
|
-
if(settings.onApprove.call(element, $module) === false) {
|
529
|
-
module.verbose('Approve callback returned false cancelling close');
|
530
|
-
return;
|
531
|
-
}
|
532
|
-
module.close();
|
533
|
-
},
|
534
|
-
deny: function() {
|
535
|
-
if(settings.onDeny.call(element, $module) === false) {
|
536
|
-
module.verbose('Deny callback returned false cancelling close');
|
537
|
-
return;
|
538
|
-
}
|
539
|
-
module.close();
|
540
|
-
}
|
893
|
+
selector: {
|
894
|
+
container: '.ui.toast-container',
|
895
|
+
box: '.toast-box',
|
896
|
+
toast: '.ui.toast',
|
897
|
+
title: '.header',
|
898
|
+
message: '.message:not(.ui)',
|
899
|
+
image: '> img.image, > .image > img',
|
900
|
+
icon: '> i.icon',
|
901
|
+
input: 'input:not([type="hidden"]), textarea, select, button, .ui.button, ui.dropdown',
|
902
|
+
clickable: 'a, details, .ui.accordion',
|
903
|
+
approve: '.actions .positive, .actions .approve, .actions .ok',
|
904
|
+
deny: '.actions .negative, .actions .deny, .actions .cancel',
|
541
905
|
},
|
542
906
|
|
543
|
-
|
544
|
-
|
545
|
-
|
546
|
-
|
547
|
-
|
548
|
-
|
907
|
+
fields: {
|
908
|
+
class: 'class',
|
909
|
+
text: 'text',
|
910
|
+
icon: 'icon',
|
911
|
+
click: 'click',
|
912
|
+
},
|
549
913
|
|
550
|
-
|
551
|
-
|
552
|
-
|
553
|
-
|
554
|
-
|
555
|
-
|
556
|
-
|
557
|
-
|
558
|
-
|
559
|
-
|
560
|
-
|
561
|
-
|
562
|
-
|
914
|
+
// callbacks
|
915
|
+
onShow: function () {},
|
916
|
+
onVisible: function () {},
|
917
|
+
onClick: function () {},
|
918
|
+
onHide: function () {},
|
919
|
+
onHidden: function () {},
|
920
|
+
onRemove: function () {},
|
921
|
+
onApprove: function () {},
|
922
|
+
onDeny: function () {},
|
923
|
+
};
|
924
|
+
|
925
|
+
$.extend($.easing, {
|
926
|
+
easeOutBounce: function (x) {
|
563
927
|
var
|
564
|
-
|
565
|
-
|
566
|
-
escape = {
|
567
|
-
"<": "<",
|
568
|
-
">": ">",
|
569
|
-
'"': """,
|
570
|
-
"'": "'",
|
571
|
-
"`": "`"
|
572
|
-
},
|
573
|
-
escapedChar = function(chr) {
|
574
|
-
return escape[chr];
|
575
|
-
}
|
928
|
+
n1 = 7.5625,
|
929
|
+
d1 = 2.75
|
576
930
|
;
|
577
|
-
if(
|
578
|
-
|
579
|
-
return string.replace(badChars, escapedChar);
|
931
|
+
if (x < 1 / d1) {
|
932
|
+
return n1 * x * x;
|
580
933
|
}
|
581
|
-
|
582
|
-
|
583
|
-
},
|
934
|
+
if (x < 2 / d1) {
|
935
|
+
x -= 1.5 / d1;
|
584
936
|
|
585
|
-
|
586
|
-
useElement: function(element){
|
587
|
-
if ($.fn[element] !== undefined) {
|
588
|
-
return true;
|
937
|
+
return n1 * x * x + 0.75;
|
589
938
|
}
|
590
|
-
|
591
|
-
|
592
|
-
}
|
593
|
-
},
|
939
|
+
if (x < 2.5 / d1) {
|
940
|
+
x -= 2.25 / d1;
|
594
941
|
|
595
|
-
|
596
|
-
module.debug('Changing setting', name, value);
|
597
|
-
if( $.isPlainObject(name) ) {
|
598
|
-
$.extend(true, settings, name);
|
599
|
-
}
|
600
|
-
else if(value !== undefined) {
|
601
|
-
if($.isPlainObject(settings[name])) {
|
602
|
-
$.extend(true, settings[name], value);
|
603
|
-
}
|
604
|
-
else {
|
605
|
-
settings[name] = value;
|
606
|
-
}
|
607
|
-
}
|
608
|
-
else {
|
609
|
-
return settings[name];
|
610
|
-
}
|
611
|
-
},
|
612
|
-
internal: function(name, value) {
|
613
|
-
if( $.isPlainObject(name) ) {
|
614
|
-
$.extend(true, module, name);
|
615
|
-
}
|
616
|
-
else if(value !== undefined) {
|
617
|
-
module[name] = value;
|
618
|
-
}
|
619
|
-
else {
|
620
|
-
return module[name];
|
621
|
-
}
|
622
|
-
},
|
623
|
-
debug: function() {
|
624
|
-
if(!settings.silent && settings.debug) {
|
625
|
-
if(settings.performance) {
|
626
|
-
module.performance.log(arguments);
|
627
|
-
}
|
628
|
-
else {
|
629
|
-
module.debug = Function.prototype.bind.call(console.info, console, settings.name + ':');
|
630
|
-
module.debug.apply(console, arguments);
|
631
|
-
}
|
632
|
-
}
|
633
|
-
},
|
634
|
-
verbose: function() {
|
635
|
-
if(!settings.silent && settings.verbose && settings.debug) {
|
636
|
-
if(settings.performance) {
|
637
|
-
module.performance.log(arguments);
|
638
|
-
}
|
639
|
-
else {
|
640
|
-
module.verbose = Function.prototype.bind.call(console.info, console, settings.name + ':');
|
641
|
-
module.verbose.apply(console, arguments);
|
942
|
+
return n1 * x * x + 0.9375;
|
642
943
|
}
|
643
|
-
|
644
|
-
|
645
|
-
|
646
|
-
if(!settings.silent) {
|
647
|
-
module.error = Function.prototype.bind.call(console.error, console, settings.name + ':');
|
648
|
-
module.error.apply(console, arguments);
|
649
|
-
}
|
944
|
+
x -= 2.625 / d1;
|
945
|
+
|
946
|
+
return n1 * x * x + 0.984375;
|
650
947
|
},
|
651
|
-
|
652
|
-
|
653
|
-
var
|
654
|
-
currentTime,
|
655
|
-
executionTime,
|
656
|
-
previousTime
|
657
|
-
;
|
658
|
-
if(settings.performance) {
|
659
|
-
currentTime = new Date().getTime();
|
660
|
-
previousTime = time || currentTime;
|
661
|
-
executionTime = currentTime - previousTime;
|
662
|
-
time = currentTime;
|
663
|
-
performance.push({
|
664
|
-
'Name' : message[0],
|
665
|
-
'Arguments' : [].slice.call(message, 1) || '',
|
666
|
-
'Element' : element,
|
667
|
-
'Execution Time' : executionTime
|
668
|
-
});
|
669
|
-
}
|
670
|
-
clearTimeout(module.performance.timer);
|
671
|
-
module.performance.timer = setTimeout(module.performance.display, 500);
|
672
|
-
},
|
673
|
-
display: function() {
|
674
|
-
var
|
675
|
-
title = settings.name + ':',
|
676
|
-
totalTime = 0
|
677
|
-
;
|
678
|
-
time = false;
|
679
|
-
clearTimeout(module.performance.timer);
|
680
|
-
$.each(performance, function(index, data) {
|
681
|
-
totalTime += data['Execution Time'];
|
682
|
-
});
|
683
|
-
title += ' ' + totalTime + 'ms';
|
684
|
-
if(moduleSelector) {
|
685
|
-
title += ' \'' + moduleSelector + '\'';
|
686
|
-
}
|
687
|
-
if( (console.group !== undefined || console.table !== undefined) && performance.length > 0) {
|
688
|
-
console.groupCollapsed(title);
|
689
|
-
if(console.table) {
|
690
|
-
console.table(performance);
|
691
|
-
}
|
692
|
-
else {
|
693
|
-
$.each(performance, function(index, data) {
|
694
|
-
console.log(data['Name'] + ': ' + data['Execution Time']+'ms');
|
695
|
-
});
|
696
|
-
}
|
697
|
-
console.groupEnd();
|
698
|
-
}
|
699
|
-
performance = [];
|
700
|
-
}
|
948
|
+
easeOutCubic: function (t) {
|
949
|
+
return --t * t * t + 1;
|
701
950
|
},
|
702
|
-
|
703
|
-
|
704
|
-
object = instance,
|
705
|
-
maxDepth,
|
706
|
-
found,
|
707
|
-
response
|
708
|
-
;
|
709
|
-
passedArguments = passedArguments || queryArguments;
|
710
|
-
context = context || element;
|
711
|
-
if(typeof query == 'string' && object !== undefined) {
|
712
|
-
query = query.split(/[\. ]/);
|
713
|
-
maxDepth = query.length - 1;
|
714
|
-
$.each(query, function(depth, value) {
|
715
|
-
var camelCaseValue = (depth != maxDepth)
|
716
|
-
? value + query[depth + 1].charAt(0).toUpperCase() + query[depth + 1].slice(1)
|
717
|
-
: query
|
718
|
-
;
|
719
|
-
if( $.isPlainObject( object[camelCaseValue] ) && (depth != maxDepth) ) {
|
720
|
-
object = object[camelCaseValue];
|
721
|
-
}
|
722
|
-
else if( object[camelCaseValue] !== undefined ) {
|
723
|
-
found = object[camelCaseValue];
|
724
|
-
return false;
|
725
|
-
}
|
726
|
-
else if( $.isPlainObject( object[value] ) && (depth != maxDepth) ) {
|
727
|
-
object = object[value];
|
728
|
-
}
|
729
|
-
else if( object[value] !== undefined ) {
|
730
|
-
found = object[value];
|
731
|
-
return false;
|
732
|
-
}
|
733
|
-
else {
|
734
|
-
module.error(error.method, query);
|
735
|
-
return false;
|
736
|
-
}
|
737
|
-
});
|
738
|
-
}
|
739
|
-
if ( $.isFunction( found ) ) {
|
740
|
-
response = found.apply(context, passedArguments);
|
741
|
-
}
|
742
|
-
else if(found !== undefined) {
|
743
|
-
response = found;
|
744
|
-
}
|
745
|
-
if(Array.isArray(returnedValue)) {
|
746
|
-
returnedValue.push(response);
|
747
|
-
}
|
748
|
-
else if(returnedValue !== undefined) {
|
749
|
-
returnedValue = [returnedValue, response];
|
750
|
-
}
|
751
|
-
else if(response !== undefined) {
|
752
|
-
returnedValue = response;
|
753
|
-
}
|
754
|
-
return found;
|
755
|
-
}
|
756
|
-
};
|
757
|
-
|
758
|
-
if(methodInvoked) {
|
759
|
-
if(instance === undefined) {
|
760
|
-
module.initialize();
|
761
|
-
}
|
762
|
-
module.invoke(query);
|
763
|
-
}
|
764
|
-
else {
|
765
|
-
if(instance !== undefined) {
|
766
|
-
instance.invoke('destroy');
|
767
|
-
}
|
768
|
-
module.initialize();
|
769
|
-
returnedValue = $module;
|
770
|
-
}
|
771
|
-
})
|
772
|
-
;
|
773
|
-
|
774
|
-
return (returnedValue !== undefined)
|
775
|
-
? returnedValue
|
776
|
-
: this
|
777
|
-
;
|
778
|
-
};
|
779
|
-
|
780
|
-
$.fn.toast.settings = {
|
781
|
-
|
782
|
-
name : 'Toast',
|
783
|
-
namespace : 'toast',
|
784
|
-
|
785
|
-
silent : false,
|
786
|
-
debug : false,
|
787
|
-
verbose : false,
|
788
|
-
performance : true,
|
789
|
-
|
790
|
-
context : 'body',
|
791
|
-
|
792
|
-
position : 'top right',
|
793
|
-
horizontal : false,
|
794
|
-
class : 'neutral',
|
795
|
-
classProgress : false,
|
796
|
-
classActions : false,
|
797
|
-
classImage : 'mini',
|
798
|
-
|
799
|
-
title : '',
|
800
|
-
message : '',
|
801
|
-
displayTime : 3000, // set to zero to require manually dismissal, otherwise hides on its own
|
802
|
-
minDisplayTime : 1000, // minimum displaytime in case displayTime is set to 'auto'
|
803
|
-
wordsPerMinute : 120,
|
804
|
-
showIcon : false,
|
805
|
-
newestOnTop : false,
|
806
|
-
showProgress : false,
|
807
|
-
pauseOnHover : true,
|
808
|
-
progressUp : false, //if true, the bar will start at 0% and increase to 100%
|
809
|
-
opacity : 1,
|
810
|
-
compact : true,
|
811
|
-
closeIcon : false,
|
812
|
-
closeOnClick : true,
|
813
|
-
cloneModule : true,
|
814
|
-
actions : false,
|
815
|
-
preserveHTML : true,
|
816
|
-
showImage : false,
|
817
|
-
|
818
|
-
// transition settings
|
819
|
-
transition : {
|
820
|
-
showMethod : 'scale',
|
821
|
-
showDuration : 500,
|
822
|
-
hideMethod : 'scale',
|
823
|
-
hideDuration : 500,
|
824
|
-
closeEasing : 'easeOutCubic', //Set to empty string to stack the closed toast area immediately (old behaviour)
|
825
|
-
closeDuration: 500
|
826
|
-
},
|
827
|
-
|
828
|
-
error: {
|
829
|
-
method : 'The method you called is not defined.',
|
830
|
-
noElement : 'This module requires ui {element}',
|
831
|
-
verticalCard : 'Vertical but not attached actions are not supported for card layout'
|
832
|
-
},
|
833
|
-
|
834
|
-
className : {
|
835
|
-
container : 'ui toast-container',
|
836
|
-
absolute : 'absolute',
|
837
|
-
box : 'floating toast-box',
|
838
|
-
progress : 'ui attached active progress',
|
839
|
-
toast : 'ui toast',
|
840
|
-
icon : 'centered icon',
|
841
|
-
visible : 'visible',
|
842
|
-
content : 'content',
|
843
|
-
title : 'ui header',
|
844
|
-
message : 'message',
|
845
|
-
actions : 'actions',
|
846
|
-
extraContent : 'extra content',
|
847
|
-
button : 'ui button',
|
848
|
-
buttons : 'ui buttons',
|
849
|
-
close : 'close icon',
|
850
|
-
image : 'ui image',
|
851
|
-
vertical : 'vertical',
|
852
|
-
horizontal : 'horizontal',
|
853
|
-
attached : 'attached',
|
854
|
-
inverted : 'inverted',
|
855
|
-
compact : 'compact',
|
856
|
-
pausable : 'pausable',
|
857
|
-
progressing : 'progressing',
|
858
|
-
top : 'top',
|
859
|
-
bottom : 'bottom',
|
860
|
-
left : 'left',
|
861
|
-
basic : 'basic',
|
862
|
-
unclickable : 'unclickable'
|
863
|
-
},
|
864
|
-
|
865
|
-
text: {
|
866
|
-
close : 'Close'
|
867
|
-
},
|
868
|
-
|
869
|
-
icons : {
|
870
|
-
info : 'info',
|
871
|
-
success : 'checkmark',
|
872
|
-
warning : 'warning',
|
873
|
-
error : 'times'
|
874
|
-
},
|
875
|
-
|
876
|
-
selector : {
|
877
|
-
container : '.ui.toast-container',
|
878
|
-
box : '.toast-box',
|
879
|
-
toast : '.ui.toast',
|
880
|
-
title : '.header',
|
881
|
-
message : '.message:not(.ui)',
|
882
|
-
image : '> img.image, > .image > img',
|
883
|
-
icon : '> i.icon',
|
884
|
-
input : 'input:not([type="hidden"]), textarea, select, button, .ui.button, ui.dropdown',
|
885
|
-
clickable : 'a, details, .ui.accordion',
|
886
|
-
approve : '.actions .positive, .actions .approve, .actions .ok',
|
887
|
-
deny : '.actions .negative, .actions .deny, .actions .cancel'
|
888
|
-
},
|
889
|
-
|
890
|
-
fields : {
|
891
|
-
class : 'class',
|
892
|
-
text : 'text',
|
893
|
-
icon : 'icon',
|
894
|
-
click : 'click'
|
895
|
-
},
|
896
|
-
|
897
|
-
// callbacks
|
898
|
-
onShow : function(){},
|
899
|
-
onVisible : function(){},
|
900
|
-
onClick : function(){},
|
901
|
-
onHide : function(){},
|
902
|
-
onHidden : function(){},
|
903
|
-
onRemove : function(){},
|
904
|
-
onApprove : function(){},
|
905
|
-
onDeny : function(){}
|
906
|
-
};
|
907
|
-
|
908
|
-
$.extend( $.easing, {
|
909
|
-
easeOutBounce: function (x, t, b, c, d) {
|
910
|
-
if ((t/=d) < (1/2.75)) {
|
911
|
-
return c*(7.5625*t*t) + b;
|
912
|
-
} else if (t < (2/2.75)) {
|
913
|
-
return c*(7.5625*(t-=(1.5/2.75))*t + .75) + b;
|
914
|
-
} else if (t < (2.5/2.75)) {
|
915
|
-
return c*(7.5625*(t-=(2.25/2.75))*t + .9375) + b;
|
916
|
-
} else {
|
917
|
-
return c*(7.5625*(t-=(2.625/2.75))*t + .984375) + b;
|
918
|
-
}
|
919
|
-
},
|
920
|
-
easeOutCubic: function (t) {
|
921
|
-
return (--t)*t*t+1;
|
922
|
-
}
|
923
|
-
});
|
924
|
-
|
925
|
-
|
926
|
-
})( jQuery, window, document );
|
951
|
+
});
|
952
|
+
})(jQuery, window, document);
|