monkey-style-guide 2.0.90 → 2.0.95
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/assets/scss/partials/components/_input-phone.scss +15 -5
- package/assets/scss/partials/components/_select.scss +4 -0
- package/bundles/monkey-style-guide.umd.js +3066 -2075
- package/bundles/monkey-style-guide.umd.js.map +1 -1
- package/esm2015/lib/components/badge/badge.component.js +23 -12
- package/esm2015/lib/components/badge/badge.module.js +14 -9
- package/esm2015/lib/components/button/button-avatar.component.js +28 -14
- package/esm2015/lib/components/button/button-dropdown.component.js +55 -19
- package/esm2015/lib/components/button/button.component.js +80 -20
- package/esm2015/lib/components/button/button.module.js +15 -18
- package/esm2015/lib/components/checkbox/checkbox.component.js +84 -42
- package/esm2015/lib/components/checkbox/checkbox.module.js +14 -19
- package/esm2015/lib/components/date-range-picker/date-range-picker.component.js +257 -43
- package/esm2015/lib/components/date-range-picker/date-range-picker.module.js +16 -11
- package/esm2015/lib/components/expansion/expansion.component.js +60 -17
- package/esm2015/lib/components/expansion/expansion.module.js +15 -10
- package/esm2015/lib/components/file-upload/file-upload.component.js +119 -36
- package/esm2015/lib/components/file-upload/file-upload.module.js +30 -16
- package/esm2015/lib/components/icon/icon-arrow-down.component.js +19 -0
- package/esm2015/lib/components/icon/icon-arrow-left.component.js +19 -0
- package/esm2015/lib/components/icon/icon-arrow-right.component.js +19 -0
- package/esm2015/lib/components/icon/icon-arrow-up.component.js +19 -0
- package/esm2015/lib/components/icon/icon-bank.component.js +19 -0
- package/esm2015/lib/components/icon/icon-bell.component.js +19 -0
- package/esm2015/lib/components/icon/icon-book.component.js +19 -0
- package/esm2015/lib/components/icon/icon-box.component.js +19 -0
- package/esm2015/lib/components/icon/icon-calendar.component.js +19 -0
- package/esm2015/lib/components/icon/icon-camera.component.js +19 -0
- package/esm2015/lib/components/icon/icon-chat.component.js +19 -0
- package/esm2015/lib/components/icon/icon-check-circle-out.component.js +19 -0
- package/esm2015/lib/components/icon/icon-check-circle.component.js +19 -0
- package/esm2015/lib/components/icon/icon-check-grey.component.js +19 -0
- package/esm2015/lib/components/icon/icon-check-white.component.js +19 -0
- package/esm2015/lib/components/icon/icon-check.component.js +19 -0
- package/esm2015/lib/components/icon/icon-clipboard.component.js +19 -0
- package/esm2015/lib/components/icon/icon-clock.component.js +19 -0
- package/esm2015/lib/components/icon/icon-close.component.js +19 -0
- package/esm2015/lib/components/icon/icon-cnpj.component.js +19 -0
- package/esm2015/lib/components/icon/icon-codepen.component.js +19 -0
- package/esm2015/lib/components/icon/icon-company-name.component.js +19 -0
- package/esm2015/lib/components/icon/icon-contract.component.js +19 -0
- package/esm2015/lib/components/icon/icon-delete.component.js +19 -0
- package/esm2015/lib/components/icon/icon-document.component.js +19 -0
- package/esm2015/lib/components/icon/icon-dollar-sign.component.js +19 -0
- package/esm2015/lib/components/icon/icon-domain.component.js +19 -0
- package/esm2015/lib/components/icon/icon-download.component.js +19 -0
- package/esm2015/lib/components/icon/icon-edit.component.js +19 -0
- package/esm2015/lib/components/icon/icon-email.component.js +19 -0
- package/esm2015/lib/components/icon/icon-empty-doc.component.js +19 -0
- package/esm2015/lib/components/icon/icon-error.component.js +19 -0
- package/esm2015/lib/components/icon/icon-eye-closed.component.js +19 -0
- package/esm2015/lib/components/icon/icon-eye-open.component.js +19 -0
- package/esm2015/lib/components/icon/icon-filter.component.js +19 -0
- package/esm2015/lib/components/icon/icon-grid.component.js +19 -0
- package/esm2015/lib/components/icon/icon-help.component.js +19 -0
- package/esm2015/lib/components/icon/icon-hexagon.component.js +19 -0
- package/esm2015/lib/components/icon/icon-home.component.js +19 -0
- package/esm2015/lib/components/icon/icon-image.component.js +19 -0
- package/esm2015/lib/components/icon/icon-list.component.js +19 -0
- package/esm2015/lib/components/icon/icon-location-pin.component.js +19 -0
- package/esm2015/lib/components/icon/icon-login.component.js +19 -0
- package/esm2015/lib/components/icon/icon-logout.component.js +19 -0
- package/esm2015/lib/components/icon/icon-menu.component.js +19 -0
- package/esm2015/lib/components/icon/icon-money-sign.component.js +19 -0
- package/esm2015/lib/components/icon/icon-more.component.js +19 -0
- package/esm2015/lib/components/icon/icon-offered.component.js +19 -0
- package/esm2015/lib/components/icon/icon-password.component.js +19 -0
- package/esm2015/lib/components/icon/icon-people.component.js +19 -0
- package/esm2015/lib/components/icon/icon-percent.component.js +19 -0
- package/esm2015/lib/components/icon/icon-person-document.component.js +19 -0
- package/esm2015/lib/components/icon/icon-person-sad.component.js +19 -0
- package/esm2015/lib/components/icon/icon-phone.component.js +19 -0
- package/esm2015/lib/components/icon/icon-pork.component.js +19 -0
- package/esm2015/lib/components/icon/icon-refresh.component.js +19 -0
- package/esm2015/lib/components/icon/icon-repeat.component.js +19 -0
- package/esm2015/lib/components/icon/icon-search.component.js +19 -0
- package/esm2015/lib/components/icon/icon-second-warning.component.js +19 -0
- package/esm2015/lib/components/icon/icon-settings.component.js +19 -0
- package/esm2015/lib/components/icon/icon-trash.component.js +19 -0
- package/esm2015/lib/components/icon/icon-upload.component.js +19 -0
- package/esm2015/lib/components/icon/icon-user.component.js +19 -0
- package/esm2015/lib/components/icon/icon-wallet.component.js +19 -0
- package/esm2015/lib/components/icon/icon-warning.component.js +19 -0
- package/esm2015/lib/components/icon/icon.component.js +484 -19
- package/esm2015/lib/components/icon/icon.module.js +211 -77
- package/esm2015/lib/components/icon/index.js +65 -2
- package/esm2015/lib/components/image-crop/image-crop.component.js +165 -31
- package/esm2015/lib/components/image-crop/image-crop.module.js +32 -16
- package/esm2015/lib/components/input/input-filter.component.js +123 -44
- package/esm2015/lib/components/input/input.component.js +165 -50
- package/esm2015/lib/components/input/input.module.js +29 -15
- package/esm2015/lib/components/input-phone/input-phone.component.js +245 -136
- package/esm2015/lib/components/input-phone/input-phone.module.js +37 -17
- package/esm2015/lib/components/modal/modal.component.js +99 -17
- package/esm2015/lib/components/modal/modal.module.js +15 -10
- package/esm2015/lib/components/option/option.component.js +76 -29
- package/esm2015/lib/components/option/option.module.js +24 -17
- package/esm2015/lib/components/radiobutton/radiobutton.component.js +67 -27
- package/esm2015/lib/components/radiobutton/radiobutton.module.js +30 -19
- package/esm2015/lib/components/select/select-filter.component.js +72 -29
- package/esm2015/lib/components/select/select-multiple.component.js +94 -33
- package/esm2015/lib/components/select/select-search.component.js +106 -38
- package/esm2015/lib/components/select/select.component.js +95 -34
- package/esm2015/lib/components/select/select.module.js +49 -26
- package/esm2015/lib/components/stepper/stepper.component.js +28 -14
- package/esm2015/lib/components/stepper/stepper.module.js +14 -9
- package/esm2015/lib/components/tab/tab.component.js +40 -25
- package/esm2015/lib/components/tab/tab.module.js +14 -9
- package/esm2015/lib/components/table/table-column.component.js +25 -15
- package/esm2015/lib/components/table/table.component.js +68 -25
- package/esm2015/lib/components/table/table.module.js +14 -9
- package/esm2015/lib/components/toggle/toggle.component.js +27 -15
- package/esm2015/lib/components/toggle/toggle.module.js +14 -9
- package/esm2015/lib/components/wizard/wizard.component.js +30 -14
- package/esm2015/lib/components/wizard/wizard.module.js +27 -18
- package/esm2015/lib/core/services/modal/monkey-style-guide-modal-fixed.service.js +8 -10
- package/esm2015/lib/core/services/modal/monkey-style-guide-modal.service.js +9 -12
- package/esm2015/lib/core/services/monkey-style-guide.service.js +8 -8
- package/esm2015/lib/core/services/settings/monkey-style-guide-settings.service.js +9 -10
- package/esm2015/lib/core/services/settings/monkey-style-guide-theme-settings.service.js +10 -7
- package/esm2015/lib/core/services/snackbar/mokey-style-guide-snackbar.service.js +8 -13
- package/esm2015/lib/core/utils/utils.js +77 -1
- package/esm2015/lib/monkey-style-guide.module.js +22 -12
- package/esm2015/monkey-style-guide.js +1 -5
- package/fesm2015/monkey-style-guide.js +4572 -2023
- package/fesm2015/monkey-style-guide.js.map +1 -1
- package/lib/components/badge/badge.component.d.ts +3 -0
- package/lib/components/badge/badge.module.d.ts +6 -0
- package/lib/components/button/button-avatar.component.d.ts +3 -0
- package/lib/components/button/button-dropdown.component.d.ts +3 -0
- package/lib/components/button/button.component.d.ts +3 -0
- package/lib/components/button/button.module.d.ts +10 -0
- package/lib/components/checkbox/checkbox.component.d.ts +3 -0
- package/lib/components/checkbox/checkbox.module.d.ts +7 -0
- package/lib/components/date-range-picker/date-range-picker.component.d.ts +6 -0
- package/lib/components/date-range-picker/date-range-picker.module.d.ts +9 -0
- package/lib/components/expansion/expansion.component.d.ts +3 -0
- package/lib/components/expansion/expansion.module.d.ts +7 -0
- package/lib/components/file-upload/file-upload.component.d.ts +3 -0
- package/lib/components/file-upload/file-upload.module.d.ts +9 -0
- package/lib/components/icon/icon-arrow-down.component.d.ts +7 -0
- package/lib/components/icon/icon-arrow-left.component.d.ts +7 -0
- package/lib/components/icon/icon-arrow-right.component.d.ts +7 -0
- package/lib/components/icon/icon-arrow-up.component.d.ts +7 -0
- package/lib/components/icon/icon-bank.component.d.ts +7 -0
- package/lib/components/icon/icon-bell.component.d.ts +7 -0
- package/lib/components/icon/icon-book.component.d.ts +7 -0
- package/lib/components/icon/icon-box.component.d.ts +7 -0
- package/lib/components/icon/icon-calendar.component.d.ts +7 -0
- package/lib/components/icon/icon-camera.component.d.ts +7 -0
- package/lib/components/icon/icon-chat.component.d.ts +7 -0
- package/lib/components/icon/icon-check-circle-out.component.d.ts +7 -0
- package/lib/components/icon/icon-check-circle.component.d.ts +7 -0
- package/lib/components/icon/icon-check-grey.component.d.ts +7 -0
- package/lib/components/icon/icon-check-white.component.d.ts +7 -0
- package/lib/components/icon/icon-check.component.d.ts +7 -0
- package/lib/components/icon/icon-clipboard.component.d.ts +7 -0
- package/lib/components/icon/icon-clock.component.d.ts +7 -0
- package/lib/components/icon/icon-close.component.d.ts +7 -0
- package/lib/components/icon/icon-cnpj.component.d.ts +7 -0
- package/lib/components/icon/icon-codepen.component.d.ts +7 -0
- package/lib/components/icon/icon-company-name.component.d.ts +7 -0
- package/lib/components/icon/icon-contract.component.d.ts +7 -0
- package/lib/components/icon/icon-delete.component.d.ts +7 -0
- package/lib/components/icon/icon-document.component.d.ts +7 -0
- package/lib/components/icon/icon-dollar-sign.component.d.ts +7 -0
- package/lib/components/icon/icon-domain.component.d.ts +7 -0
- package/lib/components/icon/icon-download.component.d.ts +7 -0
- package/lib/components/icon/icon-edit.component.d.ts +7 -0
- package/lib/components/icon/icon-email.component.d.ts +7 -0
- package/lib/components/icon/icon-empty-doc.component.d.ts +7 -0
- package/lib/components/icon/icon-error.component.d.ts +7 -0
- package/lib/components/icon/icon-eye-closed.component.d.ts +7 -0
- package/lib/components/icon/icon-eye-open.component.d.ts +7 -0
- package/lib/components/icon/icon-filter.component.d.ts +7 -0
- package/lib/components/icon/icon-grid.component.d.ts +7 -0
- package/lib/components/icon/icon-help.component.d.ts +7 -0
- package/lib/components/icon/icon-hexagon.component.d.ts +7 -0
- package/lib/components/icon/icon-home.component.d.ts +7 -0
- package/lib/components/icon/icon-image.component.d.ts +7 -0
- package/lib/components/icon/icon-list.component.d.ts +7 -0
- package/lib/components/icon/icon-location-pin.component.d.ts +7 -0
- package/lib/components/icon/icon-login.component.d.ts +7 -0
- package/lib/components/icon/icon-logout.component.d.ts +7 -0
- package/lib/components/icon/icon-menu.component.d.ts +7 -0
- package/lib/components/icon/icon-money-sign.component.d.ts +7 -0
- package/lib/components/icon/icon-more.component.d.ts +7 -0
- package/lib/components/icon/icon-offered.component.d.ts +7 -0
- package/lib/components/icon/icon-password.component.d.ts +7 -0
- package/lib/components/icon/icon-people.component.d.ts +7 -0
- package/lib/components/icon/icon-percent.component.d.ts +7 -0
- package/lib/components/icon/icon-person-document.component.d.ts +7 -0
- package/lib/components/icon/icon-person-sad.component.d.ts +7 -0
- package/lib/components/icon/icon-phone.component.d.ts +7 -0
- package/lib/components/icon/icon-pork.component.d.ts +7 -0
- package/lib/components/icon/icon-refresh.component.d.ts +7 -0
- package/lib/components/icon/icon-repeat.component.d.ts +7 -0
- package/lib/components/icon/icon-search.component.d.ts +7 -0
- package/lib/components/icon/icon-second-warning.component.d.ts +7 -0
- package/lib/components/icon/icon-settings.component.d.ts +7 -0
- package/lib/components/icon/icon-trash.component.d.ts +7 -0
- package/lib/components/icon/icon-upload.component.d.ts +7 -0
- package/lib/components/icon/icon-user.component.d.ts +7 -0
- package/lib/components/icon/icon-wallet.component.d.ts +7 -0
- package/lib/components/icon/icon-warning.component.d.ts +7 -0
- package/lib/components/icon/icon.component.d.ts +4 -1
- package/lib/components/icon/icon.module.d.ts +71 -0
- package/lib/components/icon/index.d.ts +64 -1
- package/lib/components/image-crop/image-crop.component.d.ts +3 -0
- package/lib/components/image-crop/image-crop.module.d.ts +10 -0
- package/lib/components/input/input-filter.component.d.ts +3 -0
- package/lib/components/input/input.component.d.ts +3 -0
- package/lib/components/input/input.module.d.ts +10 -0
- package/lib/components/input-phone/input-phone.component.d.ts +28 -32
- package/lib/components/input-phone/input-phone.module.d.ts +11 -0
- package/lib/components/modal/modal.component.d.ts +3 -0
- package/lib/components/modal/modal.module.d.ts +8 -0
- package/lib/components/option/option.component.d.ts +3 -0
- package/lib/components/option/option.module.d.ts +6 -0
- package/lib/components/radiobutton/radiobutton.component.d.ts +3 -0
- package/lib/components/radiobutton/radiobutton.module.d.ts +7 -0
- package/lib/components/select/select-filter.component.d.ts +3 -0
- package/lib/components/select/select-multiple.component.d.ts +3 -0
- package/lib/components/select/select-search.component.d.ts +3 -0
- package/lib/components/select/select.component.d.ts +3 -0
- package/lib/components/select/select.module.d.ts +13 -0
- package/lib/components/stepper/stepper.component.d.ts +3 -0
- package/lib/components/stepper/stepper.module.d.ts +7 -0
- package/lib/components/tab/tab.component.d.ts +3 -0
- package/lib/components/tab/tab.module.d.ts +8 -0
- package/lib/components/table/table-column.component.d.ts +3 -0
- package/lib/components/table/table.component.d.ts +3 -0
- package/lib/components/table/table.module.d.ts +9 -0
- package/lib/components/toggle/toggle.component.d.ts +3 -0
- package/lib/components/toggle/toggle.module.d.ts +6 -0
- package/lib/components/wizard/wizard.component.d.ts +3 -0
- package/lib/components/wizard/wizard.module.d.ts +7 -0
- package/lib/core/services/modal/monkey-style-guide-modal-fixed.service.d.ts +3 -0
- package/lib/core/services/modal/monkey-style-guide-modal.service.d.ts +3 -0
- package/lib/core/services/monkey-style-guide.service.d.ts +3 -0
- package/lib/core/services/settings/monkey-style-guide-settings.service.d.ts +3 -0
- package/lib/core/services/settings/monkey-style-guide-theme-settings.service.d.ts +3 -0
- package/lib/core/services/snackbar/mokey-style-guide-snackbar.service.d.ts +3 -0
- package/lib/core/utils/utils.d.ts +8 -0
- package/lib/monkey-style-guide.module.d.ts +6 -0
- package/monkey-style-guide-2.0.95.tgz +0 -0
- package/monkey-style-guide.d.ts +1 -4
- package/package.json +1 -2
- package/esm2015/lib/components/badge/badge.component.ngfactory.js +0 -17
- package/esm2015/lib/components/badge/badge.component.ngsummary.json +0 -1
- package/esm2015/lib/components/badge/badge.module.ngfactory.js +0 -12
- package/esm2015/lib/components/badge/badge.module.ngsummary.json +0 -1
- package/esm2015/lib/components/badge/index.ngsummary.json +0 -1
- package/esm2015/lib/components/button/button-avatar.component.ngfactory.js +0 -19
- package/esm2015/lib/components/button/button-avatar.component.ngsummary.json +0 -1
- package/esm2015/lib/components/button/button-dropdown.component.ngfactory.js +0 -39
- package/esm2015/lib/components/button/button-dropdown.component.ngsummary.json +0 -1
- package/esm2015/lib/components/button/button.component.ngfactory.js +0 -31
- package/esm2015/lib/components/button/button.component.ngsummary.json +0 -1
- package/esm2015/lib/components/button/button.module.ngfactory.js +0 -14
- package/esm2015/lib/components/button/button.module.ngsummary.json +0 -1
- package/esm2015/lib/components/button/index.ngsummary.json +0 -1
- package/esm2015/lib/components/checkbox/checkbox.component.ngfactory.js +0 -38
- package/esm2015/lib/components/checkbox/checkbox.component.ngsummary.json +0 -1
- package/esm2015/lib/components/checkbox/checkbox.module.ngfactory.js +0 -13
- package/esm2015/lib/components/checkbox/checkbox.module.ngsummary.json +0 -1
- package/esm2015/lib/components/checkbox/index.ngsummary.json +0 -1
- package/esm2015/lib/components/date-range-picker/date-range-picker.component.ngfactory.js +0 -74
- package/esm2015/lib/components/date-range-picker/date-range-picker.component.ngsummary.json +0 -1
- package/esm2015/lib/components/date-range-picker/date-range-picker.module.ngfactory.js +0 -15
- package/esm2015/lib/components/date-range-picker/date-range-picker.module.ngsummary.json +0 -1
- package/esm2015/lib/components/date-range-picker/index.ngsummary.json +0 -1
- package/esm2015/lib/components/expansion/expansion.component.ngfactory.js +0 -35
- package/esm2015/lib/components/expansion/expansion.component.ngsummary.json +0 -1
- package/esm2015/lib/components/expansion/expansion.module.ngfactory.js +0 -13
- package/esm2015/lib/components/expansion/expansion.module.ngsummary.json +0 -1
- package/esm2015/lib/components/expansion/index.ngsummary.json +0 -1
- package/esm2015/lib/components/file-upload/file-upload.component.ngfactory.js +0 -39
- package/esm2015/lib/components/file-upload/file-upload.component.ngsummary.json +0 -1
- package/esm2015/lib/components/file-upload/file-upload.module.ngfactory.js +0 -15
- package/esm2015/lib/components/file-upload/file-upload.module.ngsummary.json +0 -1
- package/esm2015/lib/components/file-upload/index.ngsummary.json +0 -1
- package/esm2015/lib/components/icon/icon.component.ngfactory.js +0 -88
- package/esm2015/lib/components/icon/icon.component.ngsummary.json +0 -1
- package/esm2015/lib/components/icon/icon.module.ngfactory.js +0 -12
- package/esm2015/lib/components/icon/icon.module.ngsummary.json +0 -1
- package/esm2015/lib/components/icon/icons.component.js +0 -603
- package/esm2015/lib/components/icon/icons.component.ngfactory.js +0 -465
- package/esm2015/lib/components/icon/icons.component.ngsummary.json +0 -1
- package/esm2015/lib/components/icon/index.ngsummary.json +0 -1
- package/esm2015/lib/components/image-crop/image-crop.component.ngfactory.js +0 -108
- package/esm2015/lib/components/image-crop/image-crop.component.ngsummary.json +0 -1
- package/esm2015/lib/components/image-crop/image-crop.module.ngfactory.js +0 -17
- package/esm2015/lib/components/image-crop/image-crop.module.ngsummary.json +0 -1
- package/esm2015/lib/components/image-crop/index.ngsummary.json +0 -1
- package/esm2015/lib/components/index.ngsummary.json +0 -1
- package/esm2015/lib/components/input/index.ngsummary.json +0 -1
- package/esm2015/lib/components/input/input-filter.component.ngfactory.js +0 -129
- package/esm2015/lib/components/input/input-filter.component.ngsummary.json +0 -1
- package/esm2015/lib/components/input/input.component.ngfactory.js +0 -139
- package/esm2015/lib/components/input/input.component.ngsummary.json +0 -1
- package/esm2015/lib/components/input/input.module.ngfactory.js +0 -15
- package/esm2015/lib/components/input/input.module.ngsummary.json +0 -1
- package/esm2015/lib/components/input-phone/index.ngsummary.json +0 -1
- package/esm2015/lib/components/input-phone/input-phone.component.ngfactory.js +0 -27
- package/esm2015/lib/components/input-phone/input-phone.component.ngsummary.json +0 -1
- package/esm2015/lib/components/input-phone/input-phone.module.ngfactory.js +0 -18
- package/esm2015/lib/components/input-phone/input-phone.module.ngsummary.json +0 -1
- package/esm2015/lib/components/modal/index.ngsummary.json +0 -1
- package/esm2015/lib/components/modal/modal.component.ngfactory.js +0 -61
- package/esm2015/lib/components/modal/modal.component.ngsummary.json +0 -1
- package/esm2015/lib/components/modal/modal.module.ngfactory.js +0 -15
- package/esm2015/lib/components/modal/modal.module.ngsummary.json +0 -1
- package/esm2015/lib/components/option/index.ngsummary.json +0 -1
- package/esm2015/lib/components/option/option.component.ngfactory.js +0 -24
- package/esm2015/lib/components/option/option.component.ngsummary.json +0 -1
- package/esm2015/lib/components/option/option.module.ngfactory.js +0 -12
- package/esm2015/lib/components/option/option.module.ngsummary.json +0 -1
- package/esm2015/lib/components/radiobutton/index.ngsummary.json +0 -1
- package/esm2015/lib/components/radiobutton/radiobutton.component.ngfactory.js +0 -18
- package/esm2015/lib/components/radiobutton/radiobutton.component.ngsummary.json +0 -1
- package/esm2015/lib/components/radiobutton/radiobutton.module.ngfactory.js +0 -13
- package/esm2015/lib/components/radiobutton/radiobutton.module.ngsummary.json +0 -1
- package/esm2015/lib/components/select/index.ngsummary.json +0 -1
- package/esm2015/lib/components/select/select-filter.component.ngfactory.js +0 -30
- package/esm2015/lib/components/select/select-filter.component.ngsummary.json +0 -1
- package/esm2015/lib/components/select/select-multiple.component.ngfactory.js +0 -33
- package/esm2015/lib/components/select/select-multiple.component.ngsummary.json +0 -1
- package/esm2015/lib/components/select/select-search.component.ngfactory.js +0 -48
- package/esm2015/lib/components/select/select-search.component.ngsummary.json +0 -1
- package/esm2015/lib/components/select/select.component.ngfactory.js +0 -33
- package/esm2015/lib/components/select/select.component.ngsummary.json +0 -1
- package/esm2015/lib/components/select/select.module.ngfactory.js +0 -17
- package/esm2015/lib/components/select/select.module.ngsummary.json +0 -1
- package/esm2015/lib/components/stepper/index.ngsummary.json +0 -1
- package/esm2015/lib/components/stepper/stepper.component.ngfactory.js +0 -18
- package/esm2015/lib/components/stepper/stepper.component.ngsummary.json +0 -1
- package/esm2015/lib/components/stepper/stepper.module.ngfactory.js +0 -13
- package/esm2015/lib/components/stepper/stepper.module.ngsummary.json +0 -1
- package/esm2015/lib/components/tab/index.ngsummary.json +0 -1
- package/esm2015/lib/components/tab/tab.component.ngfactory.js +0 -18
- package/esm2015/lib/components/tab/tab.component.ngsummary.json +0 -1
- package/esm2015/lib/components/tab/tab.module.ngfactory.js +0 -14
- package/esm2015/lib/components/tab/tab.module.ngsummary.json +0 -1
- package/esm2015/lib/components/table/index.ngsummary.json +0 -1
- package/esm2015/lib/components/table/table-column.component.ngfactory.js +0 -17
- package/esm2015/lib/components/table/table-column.component.ngsummary.json +0 -1
- package/esm2015/lib/components/table/table.component.ngfactory.js +0 -33
- package/esm2015/lib/components/table/table.component.ngsummary.json +0 -1
- package/esm2015/lib/components/table/table.module.ngfactory.js +0 -15
- package/esm2015/lib/components/table/table.module.ngsummary.json +0 -1
- package/esm2015/lib/components/toggle/index.ngsummary.json +0 -1
- package/esm2015/lib/components/toggle/toggle.component.ngfactory.js +0 -20
- package/esm2015/lib/components/toggle/toggle.component.ngsummary.json +0 -1
- package/esm2015/lib/components/toggle/toggle.module.ngfactory.js +0 -12
- package/esm2015/lib/components/toggle/toggle.module.ngsummary.json +0 -1
- package/esm2015/lib/components/wizard/index.ngsummary.json +0 -1
- package/esm2015/lib/components/wizard/wizard.component.ngfactory.js +0 -18
- package/esm2015/lib/components/wizard/wizard.component.ngsummary.json +0 -1
- package/esm2015/lib/components/wizard/wizard.module.ngfactory.js +0 -13
- package/esm2015/lib/components/wizard/wizard.module.ngsummary.json +0 -1
- package/esm2015/lib/core/index.ngsummary.json +0 -1
- package/esm2015/lib/core/interfaces/index.ngsummary.json +0 -1
- package/esm2015/lib/core/interfaces/monkey-modal-settings.ngsummary.json +0 -1
- package/esm2015/lib/core/interfaces/monkey-style-settings.ngsummary.json +0 -1
- package/esm2015/lib/core/services/index.ngsummary.json +0 -1
- package/esm2015/lib/core/services/modal/index.ngsummary.json +0 -1
- package/esm2015/lib/core/services/modal/monkey-style-guide-modal-fixed.service.ngsummary.json +0 -1
- package/esm2015/lib/core/services/modal/monkey-style-guide-modal.service.ngsummary.json +0 -1
- package/esm2015/lib/core/services/monkey-style-guide.service.ngsummary.json +0 -1
- package/esm2015/lib/core/services/settings/index.ngsummary.json +0 -1
- package/esm2015/lib/core/services/settings/monkey-style-guide-settings.service.ngsummary.json +0 -1
- package/esm2015/lib/core/services/settings/monkey-style-guide-theme-settings.service.ngsummary.json +0 -1
- package/esm2015/lib/core/services/snackbar/index.ngsummary.json +0 -1
- package/esm2015/lib/core/services/snackbar/mokey-style-guide-snackbar.service.ngsummary.json +0 -1
- package/esm2015/lib/core/utils/index.ngsummary.json +0 -1
- package/esm2015/lib/core/utils/utils.ngsummary.json +0 -1
- package/esm2015/lib/monkey-style-guide.module.ngfactory.js +0 -17
- package/esm2015/lib/monkey-style-guide.module.ngsummary.json +0 -1
- package/esm2015/monkey-style-guide.ngsummary.json +0 -1
- package/esm2015/public-api.ngsummary.json +0 -1
- package/lib/components/badge/badge.component.ngfactory.d.ts +0 -1
- package/lib/components/badge/badge.module.ngfactory.d.ts +0 -3
- package/lib/components/button/button-avatar.component.ngfactory.d.ts +0 -1
- package/lib/components/button/button-dropdown.component.ngfactory.d.ts +0 -1
- package/lib/components/button/button.component.ngfactory.d.ts +0 -1
- package/lib/components/button/button.module.ngfactory.d.ts +0 -3
- package/lib/components/checkbox/checkbox.component.ngfactory.d.ts +0 -1
- package/lib/components/checkbox/checkbox.module.ngfactory.d.ts +0 -3
- package/lib/components/date-range-picker/date-range-picker.component.ngfactory.d.ts +0 -1
- package/lib/components/date-range-picker/date-range-picker.module.ngfactory.d.ts +0 -3
- package/lib/components/expansion/expansion.component.ngfactory.d.ts +0 -1
- package/lib/components/expansion/expansion.module.ngfactory.d.ts +0 -3
- package/lib/components/file-upload/file-upload.component.ngfactory.d.ts +0 -1
- package/lib/components/file-upload/file-upload.module.ngfactory.d.ts +0 -3
- package/lib/components/icon/icon.component.ngfactory.d.ts +0 -1
- package/lib/components/icon/icon.module.ngfactory.d.ts +0 -3
- package/lib/components/icon/icons.component.d.ts +0 -135
- package/lib/components/icon/icons.component.ngfactory.d.ts +0 -1
- package/lib/components/image-crop/image-crop.component.ngfactory.d.ts +0 -1
- package/lib/components/image-crop/image-crop.module.ngfactory.d.ts +0 -3
- package/lib/components/input/input-filter.component.ngfactory.d.ts +0 -1
- package/lib/components/input/input.component.ngfactory.d.ts +0 -1
- package/lib/components/input/input.module.ngfactory.d.ts +0 -3
- package/lib/components/input-phone/input-phone.component.ngfactory.d.ts +0 -1
- package/lib/components/input-phone/input-phone.module.ngfactory.d.ts +0 -3
- package/lib/components/modal/modal.component.ngfactory.d.ts +0 -1
- package/lib/components/modal/modal.module.ngfactory.d.ts +0 -3
- package/lib/components/option/option.component.ngfactory.d.ts +0 -1
- package/lib/components/option/option.module.ngfactory.d.ts +0 -3
- package/lib/components/radiobutton/radiobutton.component.ngfactory.d.ts +0 -1
- package/lib/components/radiobutton/radiobutton.module.ngfactory.d.ts +0 -3
- package/lib/components/select/select-filter.component.ngfactory.d.ts +0 -1
- package/lib/components/select/select-multiple.component.ngfactory.d.ts +0 -1
- package/lib/components/select/select-search.component.ngfactory.d.ts +0 -1
- package/lib/components/select/select.component.ngfactory.d.ts +0 -1
- package/lib/components/select/select.module.ngfactory.d.ts +0 -3
- package/lib/components/stepper/stepper.component.ngfactory.d.ts +0 -1
- package/lib/components/stepper/stepper.module.ngfactory.d.ts +0 -3
- package/lib/components/tab/tab.component.ngfactory.d.ts +0 -1
- package/lib/components/tab/tab.module.ngfactory.d.ts +0 -3
- package/lib/components/table/table-column.component.ngfactory.d.ts +0 -1
- package/lib/components/table/table.component.ngfactory.d.ts +0 -1
- package/lib/components/table/table.module.ngfactory.d.ts +0 -3
- package/lib/components/toggle/toggle.component.ngfactory.d.ts +0 -1
- package/lib/components/toggle/toggle.module.ngfactory.d.ts +0 -3
- package/lib/components/wizard/wizard.component.ngfactory.d.ts +0 -1
- package/lib/components/wizard/wizard.module.ngfactory.d.ts +0 -3
- package/lib/monkey-style-guide.module.ngfactory.d.ts +0 -3
- package/monkey-style-guide-2.0.90.tgz +0 -0
- package/monkey-style-guide.metadata.json +0 -1
|
@@ -6,6 +6,7 @@
|
|
|
6
6
|
import { EventEmitter, ElementRef, ChangeDetectorRef, OnInit } from '@angular/core';
|
|
7
7
|
import { ControlValueAccessor } from '@angular/forms';
|
|
8
8
|
import { MonkeyOptionComponent } from '../option';
|
|
9
|
+
import * as i0 from "@angular/core";
|
|
9
10
|
export declare class MonkeySelectFilterComponent implements OnInit, ControlValueAccessor {
|
|
10
11
|
private cdRef;
|
|
11
12
|
placeholder: string;
|
|
@@ -35,4 +36,6 @@ export declare class MonkeySelectFilterComponent implements OnInit, ControlValue
|
|
|
35
36
|
open(): void;
|
|
36
37
|
ngOnInit(): void;
|
|
37
38
|
onSelectOption(select: MonkeyOptionComponent): void;
|
|
39
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MonkeySelectFilterComponent, never>;
|
|
40
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<MonkeySelectFilterComponent, "monkey-select-filter", never, { "placeholder": "placeholder"; "icon": "icon"; "type": "type"; "value": "value"; }, { "onChange": "onChange"; }, ["options"], ["*"]>;
|
|
38
41
|
}
|
|
@@ -6,6 +6,7 @@
|
|
|
6
6
|
import { EventEmitter, ElementRef, ChangeDetectorRef, AfterViewInit } from '@angular/core';
|
|
7
7
|
import { ControlValueAccessor } from '@angular/forms';
|
|
8
8
|
import { MonkeyOptionComponent } from '../option';
|
|
9
|
+
import * as i0 from "@angular/core";
|
|
9
10
|
export declare class MonkeySelectMultipleComponent implements AfterViewInit, ControlValueAccessor {
|
|
10
11
|
private cdRef;
|
|
11
12
|
label: string;
|
|
@@ -42,4 +43,6 @@ export declare class MonkeySelectMultipleComponent implements AfterViewInit, Con
|
|
|
42
43
|
open(): void;
|
|
43
44
|
ngAfterViewInit(): void;
|
|
44
45
|
onSelectOption(selected: MonkeyOptionComponent): void;
|
|
46
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MonkeySelectMultipleComponent, never>;
|
|
47
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<MonkeySelectMultipleComponent, "monkey-select-multiple", never, { "label": "label"; "labelMoreValues": "labelMoreValues"; "helperMessage": "helperMessage"; "placeholder": "placeholder"; "icon": "icon"; "infoMessage": "infoMessage"; "errorMessage": "errorMessage"; "value": "value"; }, { "onChange": "onChange"; }, ["options"], ["*"]>;
|
|
45
48
|
}
|
|
@@ -6,6 +6,7 @@
|
|
|
6
6
|
import { EventEmitter, ElementRef, ChangeDetectorRef, OnChanges, AfterViewInit, Renderer2 } from '@angular/core';
|
|
7
7
|
import { ControlValueAccessor } from '@angular/forms';
|
|
8
8
|
import { MonkeyOptionComponent } from '../option';
|
|
9
|
+
import * as i0 from "@angular/core";
|
|
9
10
|
export declare class MonkeySelectSearchComponent implements AfterViewInit, OnChanges, ControlValueAccessor {
|
|
10
11
|
private cdRef;
|
|
11
12
|
private renderer;
|
|
@@ -50,4 +51,6 @@ export declare class MonkeySelectSearchComponent implements AfterViewInit, OnCha
|
|
|
50
51
|
ngOnChanges(): void;
|
|
51
52
|
onSelectOption(select: MonkeyOptionComponent): void;
|
|
52
53
|
onChangeInput(event: any): void;
|
|
54
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MonkeySelectSearchComponent, never>;
|
|
55
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<MonkeySelectSearchComponent, "monkey-select-search", never, { "label": "label"; "helperMessage": "helperMessage"; "placeholder": "placeholder"; "icon": "icon"; "infoMessage": "infoMessage"; "errorMessage": "errorMessage"; "labelSelect": "labelSelect"; "fieldToCompare": "fieldToCompare"; "onHandleOptions": "onHandleOptions"; "value": "value"; }, { "onChange": "onChange"; "onSearch": "onSearch"; }, ["options"], ["*"]>;
|
|
53
56
|
}
|
|
@@ -6,6 +6,7 @@
|
|
|
6
6
|
import { EventEmitter, ElementRef, ChangeDetectorRef, OnInit, OnChanges } from '@angular/core';
|
|
7
7
|
import { ControlValueAccessor } from '@angular/forms';
|
|
8
8
|
import { MonkeyOptionComponent } from '../option';
|
|
9
|
+
import * as i0 from "@angular/core";
|
|
9
10
|
export declare class MonkeySelectComponent implements OnInit, OnChanges, ControlValueAccessor {
|
|
10
11
|
private cdRef;
|
|
11
12
|
label: string;
|
|
@@ -42,4 +43,6 @@ export declare class MonkeySelectComponent implements OnInit, OnChanges, Control
|
|
|
42
43
|
ngOnInit(): void;
|
|
43
44
|
ngOnChanges(): void;
|
|
44
45
|
onSelectOption(select: MonkeyOptionComponent): void;
|
|
46
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MonkeySelectComponent, never>;
|
|
47
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<MonkeySelectComponent, "monkey-select", never, { "label": "label"; "helperMessage": "helperMessage"; "placeholder": "placeholder"; "icon": "icon"; "infoMessage": "infoMessage"; "errorMessage": "errorMessage"; "labelSelect": "labelSelect"; "onHandleOptions": "onHandleOptions"; "value": "value"; }, { "onChange": "onChange"; }, ["options"], ["*"]>;
|
|
45
48
|
}
|
|
@@ -1,2 +1,15 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./select.component";
|
|
3
|
+
import * as i2 from "./select-multiple.component";
|
|
4
|
+
import * as i3 from "./select-search.component";
|
|
5
|
+
import * as i4 from "./select-filter.component";
|
|
6
|
+
import * as i5 from "@angular/common";
|
|
7
|
+
import * as i6 from "@angular/forms";
|
|
8
|
+
import * as i7 from "../input/input.module";
|
|
9
|
+
import * as i8 from "../option/option.module";
|
|
10
|
+
import * as i9 from "../icon/icon.module";
|
|
1
11
|
export declare class MonkeySelectModule {
|
|
12
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MonkeySelectModule, never>;
|
|
13
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<MonkeySelectModule, [typeof i1.MonkeySelectComponent, typeof i2.MonkeySelectMultipleComponent, typeof i3.MonkeySelectSearchComponent, typeof i4.MonkeySelectFilterComponent], [typeof i5.CommonModule, typeof i6.FormsModule, typeof i6.ReactiveFormsModule, typeof i7.MonkeyInputModule, typeof i8.MonkeyOptionModule, typeof i9.MonkeyIconModule], [typeof i1.MonkeySelectComponent, typeof i2.MonkeySelectMultipleComponent, typeof i3.MonkeySelectSearchComponent, typeof i4.MonkeySelectFilterComponent]>;
|
|
14
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<MonkeySelectModule>;
|
|
2
15
|
}
|
|
@@ -4,6 +4,7 @@
|
|
|
4
4
|
* MIT Licence
|
|
5
5
|
**************************/
|
|
6
6
|
import { OnInit } from '@angular/core';
|
|
7
|
+
import * as i0 from "@angular/core";
|
|
7
8
|
export declare class MonkeyStepperComponent implements OnInit {
|
|
8
9
|
totalSteps: number;
|
|
9
10
|
selectedStep: number;
|
|
@@ -12,4 +13,6 @@ export declare class MonkeyStepperComponent implements OnInit {
|
|
|
12
13
|
_selectedStep: number;
|
|
13
14
|
constructor();
|
|
14
15
|
ngOnInit(): void;
|
|
16
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyStepperComponent, never>;
|
|
17
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<MonkeyStepperComponent, "monkey-stepper", never, { "totalSteps": "totalSteps"; "selectedStep": "selectedStep"; "position": "position"; }, {}, never, never>;
|
|
15
18
|
}
|
|
@@ -1,2 +1,9 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./stepper.component";
|
|
3
|
+
import * as i2 from "@angular/common";
|
|
4
|
+
import * as i3 from "../icon/icon.module";
|
|
1
5
|
export declare class MonkeyStepperModule {
|
|
6
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyStepperModule, never>;
|
|
7
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<MonkeyStepperModule, [typeof i1.MonkeyStepperComponent], [typeof i2.CommonModule, typeof i3.MonkeyIconModule], [typeof i1.MonkeyStepperComponent]>;
|
|
8
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<MonkeyStepperModule>;
|
|
2
9
|
}
|
|
@@ -5,6 +5,7 @@
|
|
|
5
5
|
**************************/
|
|
6
6
|
import { ChangeDetectorRef, EventEmitter, OnInit } from '@angular/core';
|
|
7
7
|
import { MonkeyOptionComponent } from '../option';
|
|
8
|
+
import * as i0 from "@angular/core";
|
|
8
9
|
export declare class MonkeyTabComponent implements OnInit {
|
|
9
10
|
private cdRef;
|
|
10
11
|
position: string;
|
|
@@ -18,4 +19,6 @@ export declare class MonkeyTabComponent implements OnInit {
|
|
|
18
19
|
private validateOptions;
|
|
19
20
|
ngOnInit(): void;
|
|
20
21
|
onSelectOption(select: MonkeyOptionComponent): void;
|
|
22
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyTabComponent, never>;
|
|
23
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<MonkeyTabComponent, "monkey-tab", never, { "position": "position"; "selected": "selected"; }, { "onChange": "onChange"; }, ["options"], ["*"]>;
|
|
21
24
|
}
|
|
@@ -1,2 +1,10 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./tab.component";
|
|
3
|
+
import * as i2 from "@angular/common";
|
|
4
|
+
import * as i3 from "@angular/forms";
|
|
5
|
+
import * as i4 from "../option/option.module";
|
|
1
6
|
export declare class MonkeyTabModule {
|
|
7
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyTabModule, never>;
|
|
8
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<MonkeyTabModule, [typeof i1.MonkeyTabComponent], [typeof i2.CommonModule, typeof i3.FormsModule, typeof i3.ReactiveFormsModule, typeof i4.MonkeyOptionModule], [typeof i1.MonkeyTabComponent]>;
|
|
9
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<MonkeyTabModule>;
|
|
2
10
|
}
|
|
@@ -1,2 +1,5 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
1
2
|
export declare class MonkeyTableColumnComponent {
|
|
3
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyTableColumnComponent, never>;
|
|
4
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<MonkeyTableColumnComponent, "monkey-table-column", never, {}, {}, never, ["*"]>;
|
|
2
5
|
}
|
|
@@ -4,6 +4,7 @@
|
|
|
4
4
|
* MIT Licence
|
|
5
5
|
**************************/
|
|
6
6
|
import { ElementRef, EventEmitter, OnChanges, OnInit, TemplateRef } from '@angular/core';
|
|
7
|
+
import * as i0 from "@angular/core";
|
|
7
8
|
export declare class MonkeyTableComponent implements OnInit, OnChanges {
|
|
8
9
|
elRef: ElementRef;
|
|
9
10
|
headers: string[];
|
|
@@ -29,4 +30,6 @@ export declare class MonkeyTableComponent implements OnInit, OnChanges {
|
|
|
29
30
|
onHandleSelectAll(event: MouseEvent): void;
|
|
30
31
|
onHandleSelected(row: any): boolean;
|
|
31
32
|
onHandleSelectedAll(): boolean;
|
|
33
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyTableComponent, never>;
|
|
34
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<MonkeyTableComponent, "monkey-table", never, { "headers": "headers"; "dataSource": "dataSource"; "loading": "loading"; "rowTemplate": "rowTemplate"; "selectable": "selectable"; "callbackValidation": "callbackValidation"; "callbackValidationAll": "callbackValidationAll"; "selectedList": "selectedList"; "functionId": "functionId"; }, { "selection": "selection"; "selected": "selected"; }, never, never>;
|
|
32
35
|
}
|
|
@@ -1,2 +1,11 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./table.component";
|
|
3
|
+
import * as i2 from "./table-column.component";
|
|
4
|
+
import * as i3 from "@angular/common";
|
|
5
|
+
import * as i4 from "../icon/icon.module";
|
|
6
|
+
import * as i5 from "../checkbox/checkbox.module";
|
|
1
7
|
export declare class MonkeyTableModule {
|
|
8
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyTableModule, never>;
|
|
9
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<MonkeyTableModule, [typeof i1.MonkeyTableComponent, typeof i2.MonkeyTableColumnComponent], [typeof i3.CommonModule, typeof i4.MonkeyIconModule, typeof i5.MonkeyCheckboxModule], [typeof i1.MonkeyTableComponent, typeof i2.MonkeyTableColumnComponent]>;
|
|
10
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<MonkeyTableModule>;
|
|
2
11
|
}
|
|
@@ -4,6 +4,7 @@
|
|
|
4
4
|
* MIT Licence
|
|
5
5
|
**************************/
|
|
6
6
|
import { EventEmitter } from '@angular/core';
|
|
7
|
+
import * as i0 from "@angular/core";
|
|
7
8
|
export declare class MonkeyToggleComponent {
|
|
8
9
|
value: boolean;
|
|
9
10
|
disabled: boolean;
|
|
@@ -12,4 +13,6 @@ export declare class MonkeyToggleComponent {
|
|
|
12
13
|
_open: boolean;
|
|
13
14
|
constructor();
|
|
14
15
|
onClick(event: any): void;
|
|
16
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyToggleComponent, never>;
|
|
17
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<MonkeyToggleComponent, "monkey-toggle", never, { "value": "value"; "disabled": "disabled"; }, { "onChange": "onChange"; }, never, never>;
|
|
15
18
|
}
|
|
@@ -1,2 +1,8 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./toggle.component";
|
|
3
|
+
import * as i2 from "@angular/common";
|
|
1
4
|
export declare class MonkeyToggleModule {
|
|
5
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyToggleModule, never>;
|
|
6
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<MonkeyToggleModule, [typeof i1.MonkeyToggleComponent], [typeof i2.CommonModule], [typeof i1.MonkeyToggleComponent]>;
|
|
7
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<MonkeyToggleModule>;
|
|
2
8
|
}
|
|
@@ -4,6 +4,7 @@
|
|
|
4
4
|
* MIT Licence
|
|
5
5
|
**************************/
|
|
6
6
|
import { OnInit } from '@angular/core';
|
|
7
|
+
import * as i0 from "@angular/core";
|
|
7
8
|
export declare class MonkeyWizardComponent implements OnInit {
|
|
8
9
|
totalSteps: number;
|
|
9
10
|
selectedStep: number;
|
|
@@ -12,4 +13,6 @@ export declare class MonkeyWizardComponent implements OnInit {
|
|
|
12
13
|
_selectedStep: number;
|
|
13
14
|
constructor();
|
|
14
15
|
ngOnInit(): void;
|
|
16
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyWizardComponent, never>;
|
|
17
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<MonkeyWizardComponent, "monkey-wizard", never, { "totalSteps": "totalSteps"; "selectedStep": "selectedStep"; "position": "position"; }, {}, never, never>;
|
|
15
18
|
}
|
|
@@ -1,2 +1,9 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./wizard.component";
|
|
3
|
+
import * as i2 from "@angular/common";
|
|
4
|
+
import * as i3 from "../icon/icon.module";
|
|
1
5
|
export declare class MonkeyWizardModule {
|
|
6
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyWizardModule, never>;
|
|
7
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<MonkeyWizardModule, [typeof i1.MonkeyWizardComponent], [typeof i2.CommonModule, typeof i3.MonkeyIconModule], [typeof i1.MonkeyWizardComponent]>;
|
|
8
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<MonkeyWizardModule>;
|
|
2
9
|
}
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { ApplicationRef, ComponentFactoryResolver, Injector } from '@angular/core';
|
|
2
2
|
import { MonkeyModalComponent } from '../../../components/modal';
|
|
3
3
|
import { MonkeyModalConfig, MonkeyModalRefs } from '../../interfaces';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
4
5
|
export declare class MonkeyStyleGuideModalFixedService {
|
|
5
6
|
private resolver;
|
|
6
7
|
private appRef;
|
|
@@ -10,4 +11,6 @@ export declare class MonkeyStyleGuideModalFixedService {
|
|
|
10
11
|
open(component: any, config: MonkeyModalConfig): MonkeyModalRefs<MonkeyModalComponent>;
|
|
11
12
|
close(ref: MonkeyModalRefs<MonkeyModalComponent>): void;
|
|
12
13
|
closeAll(): void;
|
|
14
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyStyleGuideModalFixedService, never>;
|
|
15
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<MonkeyStyleGuideModalFixedService>;
|
|
13
16
|
}
|
|
@@ -2,6 +2,7 @@ import { ApplicationRef, ComponentFactoryResolver, Injector } from '@angular/cor
|
|
|
2
2
|
import { Location } from '@angular/common';
|
|
3
3
|
import { MonkeyModalComponent } from '../../../components/modal';
|
|
4
4
|
import { MonkeyModalConfig, MonkeyModalRefs } from '../../interfaces';
|
|
5
|
+
import * as i0 from "@angular/core";
|
|
5
6
|
export declare class MonkeyStyleGuideModalService {
|
|
6
7
|
private resolver;
|
|
7
8
|
private appRef;
|
|
@@ -12,4 +13,6 @@ export declare class MonkeyStyleGuideModalService {
|
|
|
12
13
|
open(component: any, config: MonkeyModalConfig): MonkeyModalRefs<MonkeyModalComponent>;
|
|
13
14
|
close(ref: MonkeyModalRefs<MonkeyModalComponent>): void;
|
|
14
15
|
closeAll(): void;
|
|
16
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyStyleGuideModalService, never>;
|
|
17
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<MonkeyStyleGuideModalService>;
|
|
15
18
|
}
|
|
@@ -1,7 +1,10 @@
|
|
|
1
1
|
import { HttpClient } from '@angular/common/http';
|
|
2
2
|
import { Observable } from 'rxjs';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
3
4
|
export declare class MonkeyStyleGuideService {
|
|
4
5
|
private http;
|
|
5
6
|
constructor(http: HttpClient);
|
|
6
7
|
get<T>(url: string, options?: T): Observable<T>;
|
|
8
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyStyleGuideService, never>;
|
|
9
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<MonkeyStyleGuideService>;
|
|
7
10
|
}
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { MonkeyStyleGuideService } from '../monkey-style-guide.service';
|
|
2
2
|
import { Observable } from 'rxjs';
|
|
3
3
|
import { MonkeyStyleGuideThemeSettingsService } from './monkey-style-guide-theme-settings.service';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
4
5
|
export declare class MonkeyStyleGuideSettingsService {
|
|
5
6
|
private monkeySGService;
|
|
6
7
|
private monkeySGThemeConfigService;
|
|
@@ -9,4 +10,6 @@ export declare class MonkeyStyleGuideSettingsService {
|
|
|
9
10
|
boostrap(settingsUrl: string, callback?: Function): void;
|
|
10
11
|
boostrapWithData(data: any, callback?: Function): void;
|
|
11
12
|
settings(): Observable<any>;
|
|
13
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyStyleGuideSettingsService, never>;
|
|
14
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<MonkeyStyleGuideSettingsService>;
|
|
12
15
|
}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { MonkeyStyleSettings } from '../../interfaces';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
2
3
|
export declare class MonkeyStyleGuideThemeSettingsService {
|
|
3
4
|
private doc;
|
|
4
5
|
constructor(doc: any);
|
|
@@ -6,4 +7,6 @@ export declare class MonkeyStyleGuideThemeSettingsService {
|
|
|
6
7
|
private applyFonts;
|
|
7
8
|
private applyTheme;
|
|
8
9
|
apply(config: MonkeyStyleSettings, callback?: Function): void;
|
|
10
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyStyleGuideThemeSettingsService, never>;
|
|
11
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<MonkeyStyleGuideThemeSettingsService>;
|
|
9
12
|
}
|
|
@@ -4,6 +4,7 @@
|
|
|
4
4
|
* MIT Licence
|
|
5
5
|
**************************/
|
|
6
6
|
import { Location } from '@angular/common';
|
|
7
|
+
import * as i0 from "@angular/core";
|
|
7
8
|
interface SnackbarActionConfig {
|
|
8
9
|
style: 'link' | 'button';
|
|
9
10
|
confirm?: {
|
|
@@ -47,5 +48,7 @@ export declare class MonkeyStyleGuideSnackbarService {
|
|
|
47
48
|
private close;
|
|
48
49
|
show(config: SnackbarConfig): void;
|
|
49
50
|
closeAll(): void;
|
|
51
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyStyleGuideSnackbarService, never>;
|
|
52
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<MonkeyStyleGuideSnackbarService>;
|
|
50
53
|
}
|
|
51
54
|
export {};
|
|
@@ -17,4 +17,12 @@ export declare class MonkeyUtils {
|
|
|
17
17
|
static handleBlobFile(theBlob: any, fileName: string, fileType: string): any;
|
|
18
18
|
static truncate(text: string, maxLength?: number): string;
|
|
19
19
|
static isLocalhost(): boolean;
|
|
20
|
+
static getPhoneRegions(): number[];
|
|
21
|
+
static getPhoneHandle(internationalNumber?: number): {
|
|
22
|
+
maxLength: number;
|
|
23
|
+
mask: string;
|
|
24
|
+
};
|
|
25
|
+
static getPhoneCountryCode(phone: string): any;
|
|
26
|
+
static getPhoneNumberFormated(phone: string, internationalNumber?: number): string;
|
|
27
|
+
static isPhoneNumberValid(phone: string, internationalNumber?: number): boolean;
|
|
20
28
|
}
|
|
@@ -1,2 +1,8 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "@angular/common/http";
|
|
3
|
+
import * as i2 from "@angular/common";
|
|
1
4
|
export declare class MonkeyStyleGuideModule {
|
|
5
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyStyleGuideModule, never>;
|
|
6
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<MonkeyStyleGuideModule, never, [typeof i1.HttpClientModule, typeof i2.CommonModule], never>;
|
|
7
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<MonkeyStyleGuideModule>;
|
|
2
8
|
}
|
|
Binary file
|
package/monkey-style-guide.d.ts
CHANGED
|
@@ -1,8 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Generated bundle index. Do not edit.
|
|
3
3
|
*/
|
|
4
|
+
/// <amd-module name="monkey-style-guide" />
|
|
4
5
|
export * from './public-api';
|
|
5
|
-
export { MonkeyStyleGuideService as ɵa } from './lib/core/services/monkey-style-guide.service';
|
|
6
|
-
export { MonkeyStyleGuideSettingsService as ɵb } from './lib/core/services/settings';
|
|
7
|
-
export { MonkeyStyleGuideThemeSettingsService as ɵc } from './lib/core/services/settings/monkey-style-guide-theme-settings.service';
|
|
8
|
-
export { MonkeyStyleGuideSnackbarService as ɵd } from './lib/core/services/snackbar';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "monkey-style-guide",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.95",
|
|
4
4
|
"author": "Monkey Exchange",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"peerDependencies": {
|
|
@@ -20,6 +20,5 @@
|
|
|
20
20
|
"esm2015": "esm2015/monkey-style-guide.js",
|
|
21
21
|
"fesm2015": "fesm2015/monkey-style-guide.js",
|
|
22
22
|
"typings": "monkey-style-guide.d.ts",
|
|
23
|
-
"metadata": "monkey-style-guide.metadata.json",
|
|
24
23
|
"sideEffects": false
|
|
25
24
|
}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* @fileoverview This file was generated by the Angular template compiler. Do not edit.
|
|
3
|
-
*
|
|
4
|
-
* @suppress {suspiciousCode,uselessCode,missingProperties,missingOverride,checkTypes,extraRequire}
|
|
5
|
-
* tslint:disable
|
|
6
|
-
*/
|
|
7
|
-
import * as i0 from "@angular/core";
|
|
8
|
-
import * as i1 from "@angular/common";
|
|
9
|
-
import * as i2 from "./badge.component";
|
|
10
|
-
var styles_MonkeyBadgeComponent = [];
|
|
11
|
-
var RenderType_MonkeyBadgeComponent = i0.ɵcrt({ encapsulation: 2, styles: styles_MonkeyBadgeComponent, data: {} });
|
|
12
|
-
export { RenderType_MonkeyBadgeComponent as RenderType_MonkeyBadgeComponent };
|
|
13
|
-
export function View_MonkeyBadgeComponent_0(_l) { return i0.ɵvid(0, [(_l()(), i0.ɵeld(0, 0, null, null, 4, "mecx-monkey-badge", [], [[8, "id", 0]], null, null, null, null)), i0.ɵdid(1, 278528, null, 0, i1.NgClass, [i0.IterableDiffers, i0.KeyValueDiffers, i0.ElementRef, i0.Renderer2], { ngClass: [0, "ngClass"] }, null), i0.ɵpod(2, { pulse: 0 }), (_l()(), i0.ɵeld(3, 0, null, null, 1, "div", [["class", "badge-count"]], null, null, null, null, null)), (_l()(), i0.ɵted(4, null, [" ", " "]))], function (_ck, _v) { var _co = _v.component; var currVal_1 = _ck(_v, 2, 0, _co.pulseOn); _ck(_v, 1, 0, currVal_1); }, function (_ck, _v) { var _co = _v.component; var currVal_0 = _co._id; _ck(_v, 0, 0, currVal_0); var currVal_2 = _co.count; _ck(_v, 4, 0, currVal_2); }); }
|
|
14
|
-
export function View_MonkeyBadgeComponent_Host_0(_l) { return i0.ɵvid(0, [(_l()(), i0.ɵeld(0, 0, null, null, 1, "monkey-badge", [], null, null, null, View_MonkeyBadgeComponent_0, RenderType_MonkeyBadgeComponent)), i0.ɵdid(1, 49152, null, 0, i2.MonkeyBadgeComponent, [], null, null)], null, null); }
|
|
15
|
-
var MonkeyBadgeComponentNgFactory = i0.ɵccf("monkey-badge", i2.MonkeyBadgeComponent, View_MonkeyBadgeComponent_Host_0, { count: "count", pulseOn: "pulseOn" }, {}, []);
|
|
16
|
-
export { MonkeyBadgeComponentNgFactory as MonkeyBadgeComponentNgFactory };
|
|
17
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYmFkZ2UuY29tcG9uZW50Lm5nZmFjdG9yeS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL21vbmtleS1zdHlsZS1ndWlkZS9zcmMvbGliL2NvbXBvbmVudHMvYmFkZ2UvYmFkZ2UuY29tcG9uZW50Lm5nZmFjdG9yeS50cyIsIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL21vbmtleS1zdHlsZS1ndWlkZS9zcmMvbGliL2NvbXBvbmVudHMvYmFkZ2UvYmFkZ2UuY29tcG9uZW50LnRzLk1vbmtleUJhZGdlQ29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6Ijs7Ozs7Ozs7Ozs7O3NFQ0NJLHdQQUlvQixHQUpVLHFCQUE4QixNQUMxRCxvR0FFTSxLQUZtQixrQ0FFekIsbURBSDRCLGlDQUE4QixXQUE1RCxZQUlvQixFQUpVLFNBQThCLG1EQUF6QyxtQkFBVSxNQUE3QixZQUlvQixFQUpELFNBQVUsR0FDRixrREFFekIiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgKiBhcyBpMCBmcm9tICdAYW5ndWxhci9jb3JlJztcbmkwLkNvbXBvbmVudEZhY3Rvcnk7XG4iLCJcbiAgICA8bWVjeC1tb25rZXktYmFkZ2UgW2lkXT1cIl9pZFwiIFtuZ0NsYXNzXT1cInsgcHVsc2U6IHB1bHNlT24gfVwiPlxuICAgICAgPGRpdiBjbGFzcz1cImJhZGdlLWNvdW50XCI+XG4gICAgICAgIHt7IGNvdW50IH19XG4gICAgICA8L2Rpdj5cbiAgICA8L21lY3gtbW9ua2V5LWJhZGdlPlxuICAiXX0=
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"moduleName":null,"summaries":[{"symbol":{"__symbol":0,"members":[]},"metadata":{"__symbolic":"class","members":{"count":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbol":1,"members":[]}}]}],"pulseOn":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbol":1,"members":[]}}]}]}},"type":{"summaryKind":1,"type":{"reference":{"__symbol":0,"members":[]},"diDeps":[],"lifecycleHooks":[]},"isComponent":true,"selector":"monkey-badge","exportAs":null,"inputs":{"count":"count","pulseOn":"pulseOn"},"outputs":{},"hostListeners":{},"hostProperties":{},"hostAttributes":{},"providers":[],"viewProviders":[],"queries":[],"guards":{},"viewQueries":[],"entryComponents":[],"changeDetection":1,"template":{"ngContentSelectors":[],"encapsulation":2,"styles":[],"animations":[]},"componentViewType":{"__symbol":2,"members":[]},"rendererType":{"__symbol":3,"members":[]},"componentFactory":{"__symbol":4,"members":[]}}}],"symbols":[{"__symbol":0,"name":"MonkeyBadgeComponent","filePath":"./badge.component"},{"__symbol":1,"name":"Input","filePath":"@angular/core"},{"__symbol":2,"name":"View_MonkeyBadgeComponent_0","filePath":"./badge.component.ngfactory"},{"__symbol":3,"name":"RenderType_MonkeyBadgeComponent","filePath":"./badge.component.ngfactory"},{"__symbol":4,"name":"MonkeyBadgeComponentNgFactory","filePath":"./badge.component.ngfactory"}]}
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* @fileoverview This file was generated by the Angular template compiler. Do not edit.
|
|
3
|
-
*
|
|
4
|
-
* @suppress {suspiciousCode,uselessCode,missingProperties,missingOverride,checkTypes,extraRequire}
|
|
5
|
-
* tslint:disable
|
|
6
|
-
*/
|
|
7
|
-
import * as i0 from "@angular/core";
|
|
8
|
-
import * as i1 from "./badge.module";
|
|
9
|
-
import * as i2 from "@angular/common";
|
|
10
|
-
var MonkeyBadgeModuleNgFactory = i0.ɵcmf(i1.MonkeyBadgeModule, [], function (_l) { return i0.ɵmod([i0.ɵmpd(512, i0.ComponentFactoryResolver, i0.ɵCodegenComponentFactoryResolver, [[8, []], [3, i0.ComponentFactoryResolver], i0.NgModuleRef]), i0.ɵmpd(4608, i2.NgLocalization, i2.NgLocaleLocalization, [i0.LOCALE_ID]), i0.ɵmpd(1073742336, i2.CommonModule, i2.CommonModule, []), i0.ɵmpd(1073742336, i1.MonkeyBadgeModule, i1.MonkeyBadgeModule, [])]); });
|
|
11
|
-
export { MonkeyBadgeModuleNgFactory as MonkeyBadgeModuleNgFactory };
|
|
12
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYmFkZ2UubW9kdWxlLm5nZmFjdG9yeS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL21vbmtleS1zdHlsZS1ndWlkZS9zcmMvbGliL2NvbXBvbmVudHMvYmFkZ2UvYmFkZ2UubW9kdWxlLm5nZmFjdG9yeS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0ICogYXMgaTAgZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgKiBhcyBpMSBmcm9tICcuL2JhZGdlLm1vZHVsZSc7XG5pbXBvcnQgKiBhcyBpMiBmcm9tICdAYW5ndWxhci9jb21tb24nO1xuaW1wb3J0ICogYXMgaTMgZnJvbSAnLi9iYWRnZS5jb21wb25lbnQnO1xuZXhwb3J0IGNvbnN0IE1vbmtleUJhZGdlTW9kdWxlTmdGYWN0b3J5OmkwLk5nTW9kdWxlRmFjdG9yeTxpMS5Nb25rZXlCYWRnZU1vZHVsZT4gPSAobnVsbCBhcyBhbnkpO1xudmFyIF9kZWNsMF8wOmkyLk5nQ2xhc3MgPSAoPGFueT4obnVsbCBhcyBhbnkpKTtcbnZhciBfZGVjbDBfMTppMi5OZ0NvbXBvbmVudE91dGxldCA9ICg8YW55PihudWxsIGFzIGFueSkpO1xudmFyIF9kZWNsMF8yOmkyLk5nRm9yT2Y8YW55LGFueT4gPSAoPGFueT4obnVsbCBhcyBhbnkpKTtcbnZhciBfZGVjbDBfMzppMi5OZ0lmPGFueT4gPSAoPGFueT4obnVsbCBhcyBhbnkpKTtcbnZhciBfZGVjbDBfNDppMi5OZ1RlbXBsYXRlT3V0bGV0ID0gKDxhbnk+KG51bGwgYXMgYW55KSk7XG52YXIgX2RlY2wwXzU6aTIuTmdTdHlsZSA9ICg8YW55PihudWxsIGFzIGFueSkpO1xudmFyIF9kZWNsMF82OmkyLk5nU3dpdGNoID0gKDxhbnk+KG51bGwgYXMgYW55KSk7XG52YXIgX2RlY2wwXzc6aTIuTmdTd2l0Y2hDYXNlID0gKDxhbnk+KG51bGwgYXMgYW55KSk7XG52YXIgX2RlY2wwXzg6aTIuTmdTd2l0Y2hEZWZhdWx0ID0gKDxhbnk+KG51bGwgYXMgYW55KSk7XG52YXIgX2RlY2wwXzk6aTIuTmdQbHVyYWwgPSAoPGFueT4obnVsbCBhcyBhbnkpKTtcbnZhciBfZGVjbDBfMTA6aTIuTmdQbHVyYWxDYXNlID0gKDxhbnk+KG51bGwgYXMgYW55KSk7XG52YXIgX2RlY2wwXzExOmkzLk1vbmtleUJhZGdlQ29tcG9uZW50ID0gKDxhbnk+KG51bGwgYXMgYW55KSk7XG52YXIgX2RlY2wwXzEyOmkyLkFzeW5jUGlwZSA9ICg8YW55PihudWxsIGFzIGFueSkpO1xudmFyIF9kZWNsMF8xMzppMi5VcHBlckNhc2VQaXBlID0gKDxhbnk+KG51bGwgYXMgYW55KSk7XG52YXIgX2RlY2wwXzE0OmkyLkxvd2VyQ2FzZVBpcGUgPSAoPGFueT4obnVsbCBhcyBhbnkpKTtcbnZhciBfZGVjbDBfMTU6aTIuSnNvblBpcGUgPSAoPGFueT4obnVsbCBhcyBhbnkpKTtcbnZhciBfZGVjbDBfMTY6aTIuU2xpY2VQaXBlID0gKDxhbnk+KG51bGwgYXMgYW55KSk7XG52YXIgX2RlY2wwXzE3OmkyLkRlY2ltYWxQaXBlID0gKDxhbnk+KG51bGwgYXMgYW55KSk7XG52YXIgX2RlY2wwXzE4OmkyLlBlcmNlbnRQaXBlID0gKDxhbnk+KG51bGwgYXMgYW55KSk7XG52YXIgX2RlY2wwXzE5OmkyLlRpdGxlQ2FzZVBpcGUgPSAoPGFueT4obnVsbCBhcyBhbnkpKTtcbnZhciBfZGVjbDBfMjA6aTIuQ3VycmVuY3lQaXBlID0gKDxhbnk+KG51bGwgYXMgYW55KSk7XG52YXIgX2RlY2wwXzIxOmkyLkRhdGVQaXBlID0gKDxhbnk+KG51bGwgYXMgYW55KSk7XG52YXIgX2RlY2wwXzIyOmkyLkkxOG5QbHVyYWxQaXBlID0gKDxhbnk+KG51bGwgYXMgYW55KSk7XG52YXIgX2RlY2wwXzIzOmkyLkkxOG5TZWxlY3RQaXBlID0gKDxhbnk+KG51bGwgYXMgYW55KSk7XG52YXIgX2RlY2wwXzI0OmkyLktleVZhbHVlUGlwZSA9ICg8YW55PihudWxsIGFzIGFueSkpO1xudmFyIF9kZWNsMF8yNTppMi5Db21tb25Nb2R1bGUgPSAoPGFueT4obnVsbCBhcyBhbnkpKTtcbnZhciBfZGVjbDBfMjY6aTAuVGVtcGxhdGVSZWY8YW55PiA9ICg8YW55PihudWxsIGFzIGFueSkpO1xudmFyIF9kZWNsMF8yNzppMC5FbGVtZW50UmVmPGFueT4gPSAoPGFueT4obnVsbCBhcyBhbnkpKTtcbmZ1bmN0aW9uIF9WaWV3X01vbmtleUJhZGdlQ29tcG9uZW50X0hvc3RfMV8wKCk6dm9pZCB7XG4gIHZhciBfYW55OmFueSA9IChudWxsIGFzIGFueSk7XG59XG5mdW5jdGlvbiBfVmlld19Nb25rZXlCYWRnZUNvbXBvbmVudF8xXzAoKTp2b2lkIHtcbiAgdmFyIF9hbnk6YW55ID0gKG51bGwgYXMgYW55KTtcbiAgY29uc3QgY3VyclZhbF8wOmFueSA9IHtwdWxzZTpfZGVjbDBfMTEucHVsc2VPbn07XG4gIGN1cnJWYWxfMDtcbiAgY29uc3QgY3VyclZhbF8xOmFueSA9IF9kZWNsMF8xMS5faWQ7XG4gIGN1cnJWYWxfMTtcbiAgY29uc3QgY3VyclZhbF8yOmFueSA9IF9kZWNsMF8xMS5jb3VudDtcbiAgY3VyclZhbF8yO1xufVxuIl19
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"moduleName":null,"summaries":[{"symbol":{"__symbol":0,"members":[]},"metadata":{"__symbolic":"class"},"type":{"summaryKind":2,"type":{"reference":{"__symbol":0,"members":[]},"diDeps":[],"lifecycleHooks":[]},"entryComponents":[],"providers":[{"provider":{"token":{"identifier":{"reference":{"__symbol":1,"members":[]}}},"useClass":{"reference":{"__symbol":2,"members":[]},"diDeps":[{"isAttribute":false,"isHost":false,"isSelf":false,"isSkipSelf":false,"isOptional":false,"token":{"identifier":{"reference":{"__symbol":3,"members":[]}}}}],"lifecycleHooks":[]},"useFactory":null,"deps":[{"isAttribute":false,"isHost":false,"isSelf":false,"isSkipSelf":false,"isOptional":false,"token":{"identifier":{"reference":{"__symbol":3,"members":[]}}}}],"multi":false},"module":{"reference":{"__symbol":4,"members":[]},"diDeps":[],"lifecycleHooks":[]}}],"modules":[{"reference":{"__symbol":4,"members":[]},"diDeps":[],"lifecycleHooks":[]},{"reference":{"__symbol":0,"members":[]},"diDeps":[],"lifecycleHooks":[]}],"exportedDirectives":[{"reference":{"__symbol":5,"members":[]}}],"exportedPipes":[]}}],"symbols":[{"__symbol":0,"name":"MonkeyBadgeModule","filePath":"./badge.module"},{"__symbol":1,"name":"NgLocalization","filePath":"@angular/common"},{"__symbol":2,"name":"NgLocaleLocalization","filePath":"@angular/common"},{"__symbol":3,"name":"LOCALE_ID","filePath":"@angular/core"},{"__symbol":4,"name":"CommonModule","filePath":"@angular/common"},{"__symbol":5,"name":"MonkeyBadgeComponent","filePath":"./badge.component"}]}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"moduleName":null,"summaries":[{"symbol":{"__symbol":0,"members":[]},"metadata":{"__symbol":1,"members":[]}},{"symbol":{"__symbol":2,"members":[]},"metadata":{"__symbol":3,"members":[]}}],"symbols":[{"__symbol":0,"name":"MonkeyBadgeComponent","filePath":"./index"},{"__symbol":1,"name":"MonkeyBadgeComponent","filePath":"./badge.component"},{"__symbol":2,"name":"MonkeyBadgeModule","filePath":"./index"},{"__symbol":3,"name":"MonkeyBadgeModule","filePath":"./badge.module"}]}
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* @fileoverview This file was generated by the Angular template compiler. Do not edit.
|
|
3
|
-
*
|
|
4
|
-
* @suppress {suspiciousCode,uselessCode,missingProperties,missingOverride,checkTypes,extraRequire}
|
|
5
|
-
* tslint:disable
|
|
6
|
-
*/
|
|
7
|
-
import * as i0 from "@angular/core";
|
|
8
|
-
import * as i1 from "@angular/common";
|
|
9
|
-
import * as i2 from "./button-avatar.component";
|
|
10
|
-
var styles_MonkeyButtonAvatarComponent = [];
|
|
11
|
-
var RenderType_MonkeyButtonAvatarComponent = i0.ɵcrt({ encapsulation: 2, styles: styles_MonkeyButtonAvatarComponent, data: {} });
|
|
12
|
-
export { RenderType_MonkeyButtonAvatarComponent as RenderType_MonkeyButtonAvatarComponent };
|
|
13
|
-
function View_MonkeyButtonAvatarComponent_1(_l) { return i0.ɵvid(0, [(_l()(), i0.ɵeld(0, 0, null, null, 0, "img", [], [[8, "src", 4]], null, null, null, null))], null, function (_ck, _v) { var _co = _v.component; var currVal_0 = _co.img; _ck(_v, 0, 0, currVal_0); }); }
|
|
14
|
-
function View_MonkeyButtonAvatarComponent_2(_l) { return i0.ɵvid(0, [(_l()(), i0.ɵeld(0, 0, null, null, 1, "span", [], null, null, null, null, null)), (_l()(), i0.ɵted(1, null, ["", ""]))], null, function (_ck, _v) { var _co = _v.component; var currVal_0 = _co._handledValue; _ck(_v, 1, 0, currVal_0); }); }
|
|
15
|
-
export function View_MonkeyButtonAvatarComponent_0(_l) { return i0.ɵvid(0, [(_l()(), i0.ɵeld(0, 0, null, null, 5, "div", [], null, null, null, null, null)), i0.ɵdid(1, 278528, null, 0, i1.NgClass, [i0.IterableDiffers, i0.KeyValueDiffers, i0.ElementRef, i0.Renderer2], { ngClass: [0, "ngClass"] }, null), (_l()(), i0.ɵand(16777216, null, null, 1, null, View_MonkeyButtonAvatarComponent_1)), i0.ɵdid(3, 16384, null, 0, i1.NgIf, [i0.ViewContainerRef, i0.TemplateRef], { ngIf: [0, "ngIf"] }, null), (_l()(), i0.ɵand(16777216, null, null, 1, null, View_MonkeyButtonAvatarComponent_2)), i0.ɵdid(5, 16384, null, 0, i1.NgIf, [i0.ViewContainerRef, i0.TemplateRef], { ngIf: [0, "ngIf"] }, null)], function (_ck, _v) { var _co = _v.component; var currVal_0 = ((("mecx-button-avatar mecx-button-avatar__" + _co.type) + " mecx-button-avatar__") + _co.size); _ck(_v, 1, 0, currVal_0); var currVal_1 = _co.img; _ck(_v, 3, 0, currVal_1); var currVal_2 = (!_co.img && _co._handledValue); _ck(_v, 5, 0, currVal_2); }, null); }
|
|
16
|
-
export function View_MonkeyButtonAvatarComponent_Host_0(_l) { return i0.ɵvid(0, [(_l()(), i0.ɵeld(0, 0, null, null, 1, "monkey-button-avatar", [], null, null, null, View_MonkeyButtonAvatarComponent_0, RenderType_MonkeyButtonAvatarComponent)), i0.ɵdid(1, 114688, null, 0, i2.MonkeyButtonAvatarComponent, [], null, null)], function (_ck, _v) { _ck(_v, 1, 0); }, null); }
|
|
17
|
-
var MonkeyButtonAvatarComponentNgFactory = i0.ɵccf("monkey-button-avatar", i2.MonkeyButtonAvatarComponent, View_MonkeyButtonAvatarComponent_Host_0, { label: "label", type: "type", size: "size", img: "img" }, {}, []);
|
|
18
|
-
export { MonkeyButtonAvatarComponentNgFactory as MonkeyButtonAvatarComponentNgFactory };
|
|
19
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYnV0dG9uLWF2YXRhci5jb21wb25lbnQubmdmYWN0b3J5LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvbW9ua2V5LXN0eWxlLWd1aWRlL3NyYy9saWIvY29tcG9uZW50cy9idXR0b24vYnV0dG9uLWF2YXRhci5jb21wb25lbnQubmdmYWN0b3J5LnRzIiwiLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvbW9ua2V5LXN0eWxlLWd1aWRlL3NyYy9saWIvY29tcG9uZW50cy9idXR0b24vYnV0dG9uLWF2YXRhci5jb21wb25lbnQudHMuTW9ua2V5QnV0dG9uQXZhdGFyQ29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6Ijs7Ozs7Ozs7Ozs7O3NFQ0lNLHVGQUErQix3REFBMUIsbUJBQVcsTUFBaEIsWUFBK0IsRUFBMUIsU0FBVztzRUFDaEIsNkVBQThELEtBQTFCLG1KQUFtQjs2RUFKekQsZ09BS00sSUFGSiwyTEFBK0IsSUFDL0IsMkxBQThELGlEQUg5RCx5R0FBNkYsUUFEL0YsWUFLTSxFQUpKLFNBQTZGLEdBRTVFLG1CQUFXLE1BQTVCLFlBQStCLEVBQWQsU0FBVyxHQUN0QixnQ0FBNkIsaUJBQW5DLFlBQThELEVBQXhELFNBQTZCIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0ICogYXMgaTAgZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pMC5Db21wb25lbnRGYWN0b3J5O1xuIiwiXG4gICAgPGRpdlxuICAgICAgW25nQ2xhc3NdPVwiJ21lY3gtYnV0dG9uLWF2YXRhciBtZWN4LWJ1dHRvbi1hdmF0YXJfXycgKyB0eXBlICsgJyBtZWN4LWJ1dHRvbi1hdmF0YXJfXycgKyBzaXplXCJcbiAgICA+XG4gICAgICA8aW1nIFtzcmNdPVwiaW1nXCIgKm5nSWY9XCJpbWdcIiAvPlxuICAgICAgPHNwYW4gKm5nSWY9XCIhaW1nICYmIF9oYW5kbGVkVmFsdWVcIj57eyBfaGFuZGxlZFZhbHVlIH19PC9zcGFuPlxuICAgIDwvZGl2PlxuICAiXX0=
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"moduleName":null,"summaries":[{"symbol":{"__symbol":0,"members":[]},"metadata":{"__symbolic":"class","members":{"label":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbol":1,"members":[]}}]}],"type":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbol":1,"members":[]}}]}],"size":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbol":1,"members":[]}}]}],"img":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbol":1,"members":[]}}]}],"ngOnInit":[{"__symbolic":"method"}]}},"type":{"summaryKind":1,"type":{"reference":{"__symbol":0,"members":[]},"diDeps":[],"lifecycleHooks":[0]},"isComponent":true,"selector":"monkey-button-avatar","exportAs":null,"inputs":{"label":"label","type":"type","size":"size","img":"img"},"outputs":{},"hostListeners":{},"hostProperties":{},"hostAttributes":{},"providers":[],"viewProviders":[],"queries":[],"guards":{},"viewQueries":[],"entryComponents":[],"changeDetection":1,"template":{"ngContentSelectors":[],"encapsulation":2,"styles":[],"animations":[]},"componentViewType":{"__symbol":2,"members":[]},"rendererType":{"__symbol":3,"members":[]},"componentFactory":{"__symbol":4,"members":[]}}}],"symbols":[{"__symbol":0,"name":"MonkeyButtonAvatarComponent","filePath":"./button-avatar.component"},{"__symbol":1,"name":"Input","filePath":"@angular/core"},{"__symbol":2,"name":"View_MonkeyButtonAvatarComponent_0","filePath":"./button-avatar.component.ngfactory"},{"__symbol":3,"name":"RenderType_MonkeyButtonAvatarComponent","filePath":"./button-avatar.component.ngfactory"},{"__symbol":4,"name":"MonkeyButtonAvatarComponentNgFactory","filePath":"./button-avatar.component.ngfactory"}]}
|
|
@@ -1,39 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* @fileoverview This file was generated by the Angular template compiler. Do not edit.
|
|
3
|
-
*
|
|
4
|
-
* @suppress {suspiciousCode,uselessCode,missingProperties,missingOverride,checkTypes,extraRequire}
|
|
5
|
-
* tslint:disable
|
|
6
|
-
*/
|
|
7
|
-
import * as i0 from "@angular/core";
|
|
8
|
-
import * as i1 from "../icon/icon.component.ngfactory";
|
|
9
|
-
import * as i2 from "../icon/icon.component";
|
|
10
|
-
import * as i3 from "../../core/services/settings/monkey-style-guide-settings.service";
|
|
11
|
-
import * as i4 from "@angular/common";
|
|
12
|
-
import * as i5 from "./button-dropdown.component";
|
|
13
|
-
var styles_MonkeyButtonDropdownComponent = [];
|
|
14
|
-
var RenderType_MonkeyButtonDropdownComponent = i0.ɵcrt({ encapsulation: 2, styles: styles_MonkeyButtonDropdownComponent, data: {} });
|
|
15
|
-
export { RenderType_MonkeyButtonDropdownComponent as RenderType_MonkeyButtonDropdownComponent };
|
|
16
|
-
function View_MonkeyButtonDropdownComponent_1(_l) { return i0.ɵvid(0, [(_l()(), i0.ɵeld(0, 0, null, null, 0, null, null, null, null, null, null, null))], null, null); }
|
|
17
|
-
function View_MonkeyButtonDropdownComponent_2(_l) { return i0.ɵvid(0, [(_l()(), i0.ɵeld(0, 0, null, null, 1, "monkey-icon", [["icon", "arrow-down-16"]], null, [[null, "click"]], function (_v, en, $event) { var ad = true; if (("click" === en)) {
|
|
18
|
-
var pd_0 = (i0.ɵnov(_v, 1).onClick($event) !== false);
|
|
19
|
-
ad = (pd_0 && ad);
|
|
20
|
-
} return ad; }, i1.View_MonkeyIconComponent_0, i1.RenderType_MonkeyIconComponent)), i0.ɵdid(1, 638976, null, 0, i2.MonkeyIconComponent, [i3.MonkeyStyleGuideSettingsService], { icon: [0, "icon"], color: [1, "color"] }, null)], function (_ck, _v) { var currVal_0 = "arrow-down-16"; var currVal_1 = "#4B4A53"; _ck(_v, 1, 0, currVal_0, currVal_1); }, null); }
|
|
21
|
-
function View_MonkeyButtonDropdownComponent_3(_l) { return i0.ɵvid(0, [(_l()(), i0.ɵeld(0, 0, null, null, 1, "monkey-icon", [["icon", "arrow-up-16"]], null, [[null, "click"]], function (_v, en, $event) { var ad = true; if (("click" === en)) {
|
|
22
|
-
var pd_0 = (i0.ɵnov(_v, 1).onClick($event) !== false);
|
|
23
|
-
ad = (pd_0 && ad);
|
|
24
|
-
} return ad; }, i1.View_MonkeyIconComponent_0, i1.RenderType_MonkeyIconComponent)), i0.ɵdid(1, 638976, null, 0, i2.MonkeyIconComponent, [i3.MonkeyStyleGuideSettingsService], { icon: [0, "icon"], color: [1, "color"] }, null)], function (_ck, _v) { var currVal_0 = "arrow-up-16"; var currVal_1 = "#4B4A53"; _ck(_v, 1, 0, currVal_0, currVal_1); }, null); }
|
|
25
|
-
function View_MonkeyButtonDropdownComponent_4(_l) { return i0.ɵvid(0, [(_l()(), i0.ɵeld(0, 0, null, null, 0, "mecx-button-dropdown-backdrop", [], null, [[null, "click"]], function (_v, en, $event) { var ad = true; var _co = _v.component; if (("click" === en)) {
|
|
26
|
-
var pd_0 = (_co.close() !== false);
|
|
27
|
-
ad = (pd_0 && ad);
|
|
28
|
-
} return ad; }, null, null))], null, null); }
|
|
29
|
-
export function View_MonkeyButtonDropdownComponent_0(_l) { return i0.ɵvid(0, [(_l()(), i0.ɵeld(0, 0, null, null, 9, "mecx-button-dropdown", [], null, null, null, null, null)), i0.ɵdid(1, 278528, null, 0, i4.NgClass, [i0.IterableDiffers, i0.KeyValueDiffers, i0.ElementRef, i0.Renderer2], { ngClass: [0, "ngClass"] }, null), i0.ɵpod(2, { trigger: 0, open: 1 }), (_l()(), i0.ɵeld(3, 0, null, null, 6, "mecx-button-dropdown__trigger", [], null, null, null, null, null)), (_l()(), i0.ɵand(16777216, null, null, 1, null, View_MonkeyButtonDropdownComponent_1)), i0.ɵdid(5, 540672, null, 0, i4.NgTemplateOutlet, [i0.ViewContainerRef], { ngTemplateOutlet: [0, "ngTemplateOutlet"] }, null), (_l()(), i0.ɵand(16777216, null, null, 1, null, View_MonkeyButtonDropdownComponent_2)), i0.ɵdid(7, 16384, null, 0, i4.NgIf, [i0.ViewContainerRef, i0.TemplateRef], { ngIf: [0, "ngIf"] }, null), (_l()(), i0.ɵand(16777216, null, null, 1, null, View_MonkeyButtonDropdownComponent_3)), i0.ɵdid(9, 16384, null, 0, i4.NgIf, [i0.ViewContainerRef, i0.TemplateRef], { ngIf: [0, "ngIf"] }, null), (_l()(), i0.ɵand(16777216, null, null, 1, null, View_MonkeyButtonDropdownComponent_4)), i0.ɵdid(11, 16384, null, 0, i4.NgIf, [i0.ViewContainerRef, i0.TemplateRef], { ngIf: [0, "ngIf"] }, null), (_l()(), i0.ɵeld(12, 0, null, null, 4, "mecx-button-dropdown", [], null, null, null, null, null)), i0.ɵdid(13, 278528, null, 0, i4.NgClass, [i0.IterableDiffers, i0.KeyValueDiffers, i0.ElementRef, i0.Renderer2], { ngClass: [0, "ngClass"] }, null), i0.ɵpod(14, { open: 0 }), (_l()(), i0.ɵeld(15, 0, null, null, 1, "mecx-button-dropdown-options", [], null, null, null, null, null)), i0.ɵncd(null, 0)], function (_ck, _v) { var _co = _v.component; var currVal_0 = _ck(_v, 2, 0, (_co.type === "filled"), _co._opened); _ck(_v, 1, 0, currVal_0); var currVal_1 = _co.label; _ck(_v, 5, 0, currVal_1); var currVal_2 = (!_co._opened && (_co.type === "filled")); _ck(_v, 7, 0, currVal_2); var currVal_3 = (_co._opened && (_co.type === "filled")); _ck(_v, 9, 0, currVal_3); var currVal_4 = _co._opened; _ck(_v, 11, 0, currVal_4); var currVal_5 = _ck(_v, 14, 0, _co._opened); _ck(_v, 13, 0, currVal_5); }, null); }
|
|
30
|
-
export function View_MonkeyButtonDropdownComponent_Host_0(_l) { return i0.ɵvid(0, [(_l()(), i0.ɵeld(0, 0, null, null, 1, "monkey-button-dropdown", [], null, [["document", "click"], [null, "click"]], function (_v, en, $event) { var ad = true; if (("document:click" === en)) {
|
|
31
|
-
var pd_0 = (i0.ɵnov(_v, 1).clickout($event) !== false);
|
|
32
|
-
ad = (pd_0 && ad);
|
|
33
|
-
} if (("click" === en)) {
|
|
34
|
-
var pd_1 = (i0.ɵnov(_v, 1).clickon($event) !== false);
|
|
35
|
-
ad = (pd_1 && ad);
|
|
36
|
-
} return ad; }, View_MonkeyButtonDropdownComponent_0, RenderType_MonkeyButtonDropdownComponent)), i0.ɵdid(1, 49152, null, 0, i5.MonkeyButtonDropdownComponent, [i0.ChangeDetectorRef], null, null)], null, null); }
|
|
37
|
-
var MonkeyButtonDropdownComponentNgFactory = i0.ɵccf("monkey-button-dropdown", i5.MonkeyButtonDropdownComponent, View_MonkeyButtonDropdownComponent_Host_0, { label: "label", type: "type", listenClicks: "listenClicks" }, {}, ["*"]);
|
|
38
|
-
export { MonkeyButtonDropdownComponentNgFactory as MonkeyButtonDropdownComponentNgFactory };
|
|
39
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYnV0dG9uLWRyb3Bkb3duLmNvbXBvbmVudC5uZ2ZhY3RvcnkuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9tb25rZXktc3R5bGUtZ3VpZGUvc3JjL2xpYi9jb21wb25lbnRzL2J1dHRvbi9idXR0b24tZHJvcGRvd24uY29tcG9uZW50Lm5nZmFjdG9yeS50cyIsIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL21vbmtleS1zdHlsZS1ndWlkZS9zcmMvbGliL2NvbXBvbmVudHMvYnV0dG9uL2J1dHRvbi1kcm9wZG93bi5jb21wb25lbnQudHMuTW9ua2V5QnV0dG9uRHJvcGRvd25Db21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiOzs7Ozs7Ozs7Ozs7Ozs7d0VDUVEsNkVBQXVEO3dFQUN2RDs7O2tPQUllLHlCQUhiLCtCQUFvQixFQUNwQix5QkFBbUIsRUFGckIsWUFJZSxFQUhiLFNBQW9CLEVBQ3BCLFNBQW1CO3dFQUdyQjs7O2tPQUllLHlCQUhiLDZCQUFrQixFQUNsQix5QkFBbUIsRUFGckIsWUFJZSxFQUhiLFNBQWtCLEVBQ2xCLFNBQW1CO3dFQUt6QiwwSkFDZ0MsWUFEZTs7d0JBQWlCO01BQWhFLHdCQUNnQzsrRUFyQmhDLGlQQW1CdUIsR0FsQnJCLGdDQUdFLE1BRUYsc0dBWWdDLEtBWDlCLGtOQUF1RCxJQUN2RCw2TEFJZSxJQUNmLDZMQUllLElBR25CLDhMQUNnQyxJQUNoQyxtUEFJdUIsR0FKRCxxQkFBNkIsTUFDakQsc0dBRStCLElBRDdCLGVBQXlCLGlEQXZCM0IsMERBR0UsV0FKSixZQW1CdUIsRUFsQnJCLFNBR0UsR0FHYyxtQkFBeUIsUUFBdkMsWUFBdUQsRUFBekMsU0FBeUIsR0FJckMsdURBQXFDLElBSHZDLFlBSWUsRUFEYixTQUFxQyxHQUtyQyxzREFBb0MsSUFIdEMsWUFJZSxFQURiLFNBQW9DLEdBSVgsbUJBQWUsVUFBOUMsYUFDZ0MsRUFERCxTQUFlLEdBRXhCLGtDQUE2QixXQUFuRCxhQUl1QixFQUpELFNBQTZCIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0ICogYXMgaTAgZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pMC5Db21wb25lbnRGYWN0b3J5O1xuIiwiXG4gICAgPG1lY3gtYnV0dG9uLWRyb3Bkb3duXG4gICAgICBbbmdDbGFzc109XCJ7XG4gICAgICAgIHRyaWdnZXI6IHR5cGUgPT09ICdmaWxsZWQnLFxuICAgICAgICBvcGVuOiBfb3BlbmVkXG4gICAgICB9XCJcbiAgICA+XG4gICAgICA8bWVjeC1idXR0b24tZHJvcGRvd25fX3RyaWdnZXI+XG4gICAgICAgIDxuZy1jb250YWluZXIgKm5nVGVtcGxhdGVPdXRsZXQ9XCJsYWJlbFwiPjwvbmctY29udGFpbmVyPlxuICAgICAgICA8bW9ua2V5LWljb25cbiAgICAgICAgICBpY29uPVwiYXJyb3ctZG93bi0xNlwiXG4gICAgICAgICAgW2NvbG9yXT1cIicjNEI0QTUzJ1wiXG4gICAgICAgICAgKm5nSWY9XCIhX29wZW5lZCAmJiB0eXBlID09PSAnZmlsbGVkJ1wiXG4gICAgICAgID48L21vbmtleS1pY29uPlxuICAgICAgICA8bW9ua2V5LWljb25cbiAgICAgICAgICBpY29uPVwiYXJyb3ctdXAtMTZcIlxuICAgICAgICAgIFtjb2xvcl09XCInIzRCNEE1MydcIlxuICAgICAgICAgICpuZ0lmPVwiX29wZW5lZCAmJiB0eXBlID09PSAnZmlsbGVkJ1wiXG4gICAgICAgID48L21vbmtleS1pY29uPlxuICAgICAgPC9tZWN4LWJ1dHRvbi1kcm9wZG93bl9fdHJpZ2dlcj5cbiAgICA8L21lY3gtYnV0dG9uLWRyb3Bkb3duPlxuICAgIDxtZWN4LWJ1dHRvbi1kcm9wZG93bi1iYWNrZHJvcCAqbmdJZj1cIl9vcGVuZWRcIiAoY2xpY2spPVwiY2xvc2UoKVwiPlxuICAgIDwvbWVjeC1idXR0b24tZHJvcGRvd24tYmFja2Ryb3A+XG4gICAgPG1lY3gtYnV0dG9uLWRyb3Bkb3duIFtuZ0NsYXNzXT1cInsgb3BlbjogX29wZW5lZCB9XCI+XG4gICAgICA8bWVjeC1idXR0b24tZHJvcGRvd24tb3B0aW9ucz5cbiAgICAgICAgPG5nLWNvbnRlbnQ+PC9uZy1jb250ZW50PlxuICAgICAgPC9tZWN4LWJ1dHRvbi1kcm9wZG93bi1vcHRpb25zPlxuICAgIDwvbWVjeC1idXR0b24tZHJvcGRvd24+XG4gICJdfQ==
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"moduleName":null,"summaries":[{"symbol":{"__symbol":0,"members":[]},"metadata":{"__symbolic":"class","members":{"label":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbol":1,"members":[]}}]}],"type":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbol":1,"members":[]}}]}],"listenClicks":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbol":1,"members":[]}}]}],"__ctor__":[{"__symbolic":"constructor","parameters":[{"__symbol":2,"members":[]}]}],"clickout":[{"__symbolic":"method","decorators":[{"__symbolic":"call","expression":{"__symbol":3,"members":[]},"arguments":["document:click",["$event"]]}]}],"clickon":[{"__symbolic":"method","decorators":[{"__symbolic":"call","expression":{"__symbol":3,"members":[]},"arguments":["click",["$event"]]}]}],"close":[{"__symbolic":"method"}]}},"type":{"summaryKind":1,"type":{"reference":{"__symbol":0,"members":[]},"diDeps":[{"isAttribute":false,"isHost":false,"isSelf":false,"isSkipSelf":false,"isOptional":false,"token":{"identifier":{"reference":{"__symbol":2,"members":[]}}}}],"lifecycleHooks":[]},"isComponent":true,"selector":"monkey-button-dropdown","exportAs":null,"inputs":{"label":"label","type":"type","listenClicks":"listenClicks"},"outputs":{},"hostListeners":{"document:click":"clickout($event)","click":"clickon($event)"},"hostProperties":{},"hostAttributes":{},"providers":[],"viewProviders":[],"queries":[],"guards":{},"viewQueries":[],"entryComponents":[],"changeDetection":1,"template":{"ngContentSelectors":["*"],"encapsulation":2,"styles":[],"animations":[]},"componentViewType":{"__symbol":4,"members":[]},"rendererType":{"__symbol":5,"members":[]},"componentFactory":{"__symbol":6,"members":[]}}}],"symbols":[{"__symbol":0,"name":"MonkeyButtonDropdownComponent","filePath":"./button-dropdown.component"},{"__symbol":1,"name":"Input","filePath":"@angular/core"},{"__symbol":2,"name":"ChangeDetectorRef","filePath":"@angular/core"},{"__symbol":3,"name":"HostListener","filePath":"@angular/core"},{"__symbol":4,"name":"View_MonkeyButtonDropdownComponent_0","filePath":"./button-dropdown.component.ngfactory"},{"__symbol":5,"name":"RenderType_MonkeyButtonDropdownComponent","filePath":"./button-dropdown.component.ngfactory"},{"__symbol":6,"name":"MonkeyButtonDropdownComponentNgFactory","filePath":"./button-dropdown.component.ngfactory"}]}
|
|
@@ -1,31 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* @fileoverview This file was generated by the Angular template compiler. Do not edit.
|
|
3
|
-
*
|
|
4
|
-
* @suppress {suspiciousCode,uselessCode,missingProperties,missingOverride,checkTypes,extraRequire}
|
|
5
|
-
* tslint:disable
|
|
6
|
-
*/
|
|
7
|
-
import * as i0 from "@angular/core";
|
|
8
|
-
import * as i1 from "../icon/icon.component.ngfactory";
|
|
9
|
-
import * as i2 from "../icon/icon.component";
|
|
10
|
-
import * as i3 from "../../core/services/settings/monkey-style-guide-settings.service";
|
|
11
|
-
import * as i4 from "@angular/common";
|
|
12
|
-
import * as i5 from "./button.component";
|
|
13
|
-
var styles_MonkeyButtonComponent = [];
|
|
14
|
-
var RenderType_MonkeyButtonComponent = i0.ɵcrt({ encapsulation: 2, styles: styles_MonkeyButtonComponent, data: {} });
|
|
15
|
-
export { RenderType_MonkeyButtonComponent as RenderType_MonkeyButtonComponent };
|
|
16
|
-
function View_MonkeyButtonComponent_1(_l) { return i0.ɵvid(0, [(_l()(), i0.ɵeld(0, 0, null, null, 1, "monkey-icon", [], null, [[null, "click"]], function (_v, en, $event) { var ad = true; if (("click" === en)) {
|
|
17
|
-
var pd_0 = (i0.ɵnov(_v, 1).onClick($event) !== false);
|
|
18
|
-
ad = (pd_0 && ad);
|
|
19
|
-
} return ad; }, i1.View_MonkeyIconComponent_0, i1.RenderType_MonkeyIconComponent)), i0.ɵdid(1, 638976, null, 0, i2.MonkeyIconComponent, [i3.MonkeyStyleGuideSettingsService], { icon: [0, "icon"], color: [1, "color"], contrast: [2, "contrast"], disabled: [3, "disabled"] }, null)], function (_ck, _v) { var _co = _v.component; var currVal_0 = _co.icon; var currVal_1 = (_co.disabled ? "#999999" : ((_co.type === "filter") ? "#4b4a53" : ((_co.type === "nav-active") ? "theme" : "theme-800"))); var currVal_2 = _co._useContrast; var currVal_3 = _co.disabled; _ck(_v, 1, 0, currVal_0, currVal_1, currVal_2, currVal_3); }, null); }
|
|
20
|
-
function View_MonkeyButtonComponent_2(_l) { return i0.ɵvid(0, [(_l()(), i0.ɵeld(0, 0, null, null, 1, "monkey-icon", [], null, [[null, "click"]], function (_v, en, $event) { var ad = true; if (("click" === en)) {
|
|
21
|
-
var pd_0 = (i0.ɵnov(_v, 1).onClick($event) !== false);
|
|
22
|
-
ad = (pd_0 && ad);
|
|
23
|
-
} return ad; }, i1.View_MonkeyIconComponent_0, i1.RenderType_MonkeyIconComponent)), i0.ɵdid(1, 638976, null, 0, i2.MonkeyIconComponent, [i3.MonkeyStyleGuideSettingsService], { icon: [0, "icon"], color: [1, "color"], disabled: [2, "disabled"] }, null)], function (_ck, _v) { var _co = _v.component; var currVal_0 = _co.icon; var currVal_1 = (_co.disabled ? "#999999" : ((_co.type === "filter") ? "#4b4a53" : ((_co.type === "nav-active") ? "theme" : "theme-800"))); var currVal_2 = _co.disabled; _ck(_v, 1, 0, currVal_0, currVal_1, currVal_2); }, null); }
|
|
24
|
-
export function View_MonkeyButtonComponent_0(_l) { return i0.ɵvid(0, [(_l()(), i0.ɵeld(0, 0, null, null, 7, "button", [["type", "button"]], [[8, "disabled", 0]], null, null, null, null)), i0.ɵdid(1, 278528, null, 0, i4.NgClass, [i0.IterableDiffers, i0.KeyValueDiffers, i0.ElementRef, i0.Renderer2], { ngClass: [0, "ngClass"] }, null), (_l()(), i0.ɵand(16777216, null, null, 1, null, View_MonkeyButtonComponent_1)), i0.ɵdid(3, 16384, null, 0, i4.NgIf, [i0.ViewContainerRef, i0.TemplateRef], { ngIf: [0, "ngIf"] }, null), (_l()(), i0.ɵted(4, null, [" ", " "])), i0.ɵncd(null, 0), (_l()(), i0.ɵand(16777216, null, null, 1, null, View_MonkeyButtonComponent_2)), i0.ɵdid(7, 16384, null, 0, i4.NgIf, [i0.ViewContainerRef, i0.TemplateRef], { ngIf: [0, "ngIf"] }, null)], function (_ck, _v) { var _co = _v.component; var currVal_1 = (((((((("mecx-button-" + _co.type) + " mecx-button-") + _co.type) + "__") + _co.color) + (_co.icon ? " with-icon" : " no-icon")) + " ") + _co.size); _ck(_v, 1, 0, currVal_1); var currVal_2 = ((_co.iconPosition === "left") && _co.icon); _ck(_v, 3, 0, currVal_2); var currVal_4 = ((_co.iconPosition === "right") && _co.icon); _ck(_v, 7, 0, currVal_4); }, function (_ck, _v) { var _co = _v.component; var currVal_0 = _co.disabled; _ck(_v, 0, 0, currVal_0); var currVal_3 = _co.label; _ck(_v, 4, 0, currVal_3); }); }
|
|
25
|
-
export function View_MonkeyButtonComponent_Host_0(_l) { return i0.ɵvid(0, [(_l()(), i0.ɵeld(0, 0, null, null, 1, "monkey-button", [], null, [[null, "click"]], function (_v, en, $event) { var ad = true; if (("click" === en)) {
|
|
26
|
-
var pd_0 = (i0.ɵnov(_v, 1).onClick($event) !== false);
|
|
27
|
-
ad = (pd_0 && ad);
|
|
28
|
-
} return ad; }, View_MonkeyButtonComponent_0, RenderType_MonkeyButtonComponent)), i0.ɵdid(1, 114688, null, 0, i5.MonkeyButtonComponent, [], null, null)], function (_ck, _v) { _ck(_v, 1, 0); }, null); }
|
|
29
|
-
var MonkeyButtonComponentNgFactory = i0.ɵccf("monkey-button", i5.MonkeyButtonComponent, View_MonkeyButtonComponent_Host_0, { label: "label", icon: "icon", iconPosition: "iconPosition", type: "type", color: "color", disabled: "disabled", size: "size" }, {}, ["*"]);
|
|
30
|
-
export { MonkeyButtonComponentNgFactory as MonkeyButtonComponentNgFactory };
|
|
31
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiYnV0dG9uLmNvbXBvbmVudC5uZ2ZhY3RvcnkuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9tb25rZXktc3R5bGUtZ3VpZGUvc3JjL2xpYi9jb21wb25lbnRzL2J1dHRvbi9idXR0b24uY29tcG9uZW50Lm5nZmFjdG9yeS50cyIsIi4uLy4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL21vbmtleS1zdHlsZS1ndWlkZS9zcmMvbGliL2NvbXBvbmVudHMvYnV0dG9uL2J1dHRvbi5jb21wb25lbnQudHMuTW9ua2V5QnV0dG9uQ29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6Ijs7Ozs7Ozs7Ozs7Ozs7O2dFQ2dCTTs7O3dSQWNlLGlEQWJiLG1CQUFhLE9BQ2IsdUlBUUMsS0FDRCxtQkFBeUIsZUFDekIsbUJBQXFCLFdBWnZCLFlBY2UsRUFiYixTQUFhLEVBQ2IsU0FRQyxFQUNELFNBQXlCLEVBQ3pCLFNBQXFCO2dFQUt2Qjs7OzZQQWFlLGlEQVpiLG1CQUFhLE9BQ2IsdUlBUUMsS0FDRCxtQkFBcUIsV0FYdkIsWUFhZSxFQVpiLFNBQWEsRUFDYixTQVFDLEVBQ0QsU0FBcUI7dUVBM0N6QixxUUE4Q1MsSUEvQlAscUxBY2UsSUFBQSxrQ0FFZixLQUFBLGVBQXlCLElBQ3pCLHFMQWFlLGlEQTVDZiw2SkFVQyxRQVhILFlBOENTLEVBN0NQLFNBVUMsR0FpQkMscURBQXVDLFFBYnpDLFlBY2UsRUFEYixTQUF1QyxHQWdCdkMsc0RBQXdDLFFBWjFDLFlBYWUsRUFEYixTQUF3QyxtREEvQjFDLG1CQUFxQixXQWJ2QixZQThDUyxFQWpDUCxTQUFxQixHQWdCTixrREFFZiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCAqIGFzIGkwIGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaTAuQ29tcG9uZW50RmFjdG9yeTtcbiIsIlxuICAgIDxidXR0b25cbiAgICAgIFtuZ0NsYXNzXT1cIlxuICAgICAgICAnbWVjeC1idXR0b24tJyArXG4gICAgICAgIHR5cGUgK1xuICAgICAgICAnIG1lY3gtYnV0dG9uLScgK1xuICAgICAgICB0eXBlICtcbiAgICAgICAgJ19fJyArXG4gICAgICAgIGNvbG9yICtcbiAgICAgICAgKGljb24gPyAnIHdpdGgtaWNvbicgOiAnIG5vLWljb24nKSArXG4gICAgICAgICcgJyArXG4gICAgICAgIHNpemVcbiAgICAgIFwiXG4gICAgICB0eXBlPVwiYnV0dG9uXCJcbiAgICAgIFtkaXNhYmxlZF09XCJkaXNhYmxlZFwiXG4gICAgPlxuICAgICAgPG1vbmtleS1pY29uXG4gICAgICAgIFtpY29uXT1cImljb25cIlxuICAgICAgICBbY29sb3JdPVwiXG4gICAgICAgICAgZGlzYWJsZWRcbiAgICAgICAgICAgID8gJyM5OTk5OTknXG4gICAgICAgICAgICA6IHR5cGUgPT09ICdmaWx0ZXInXG4gICAgICAgICAgICA/ICcjNGI0YTUzJ1xuICAgICAgICAgICAgOiB0eXBlID09PSAnbmF2LWFjdGl2ZSdcbiAgICAgICAgICAgID8gJ3RoZW1lJ1xuICAgICAgICAgICAgOiAndGhlbWUtODAwJ1xuICAgICAgICBcIlxuICAgICAgICBbY29udHJhc3RdPVwiX3VzZUNvbnRyYXN0XCJcbiAgICAgICAgW2Rpc2FibGVkXT1cImRpc2FibGVkXCJcbiAgICAgICAgKm5nSWY9XCJpY29uUG9zaXRpb24gPT09ICdsZWZ0JyAmJiBpY29uXCJcbiAgICAgID48L21vbmtleS1pY29uPlxuICAgICAge3sgbGFiZWwgfX1cbiAgICAgIDxuZy1jb250ZW50PjwvbmctY29udGVudD5cbiAgICAgIDxtb25rZXktaWNvblxuICAgICAgICBbaWNvbl09XCJpY29uXCJcbiAgICAgICAgW2NvbG9yXT1cIlxuICAgICAgICAgIGRpc2FibGVkXG4gICAgICAgICAgICA/ICcjOTk5OTk5J1xuICAgICAgICAgICAgOiB0eXBlID09PSAnZmlsdGVyJ1xuICAgICAgICAgICAgPyAnIzRiNGE1MydcbiAgICAgICAgICAgIDogdHlwZSA9PT0gJ25hdi1hY3RpdmUnXG4gICAgICAgICAgICA/ICd0aGVtZSdcbiAgICAgICAgICAgIDogJ3RoZW1lLTgwMCdcbiAgICAgICAgXCJcbiAgICAgICAgW2Rpc2FibGVkXT1cImRpc2FibGVkXCJcbiAgICAgICAgKm5nSWY9XCJpY29uUG9zaXRpb24gPT09ICdyaWdodCcgJiYgaWNvblwiXG4gICAgICA+PC9tb25rZXktaWNvbj5cbiAgICA8L2J1dHRvbj5cbiAgIl19
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"moduleName":null,"summaries":[{"symbol":{"__symbol":0,"members":[]},"metadata":{"__symbolic":"class","members":{"label":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbol":1,"members":[]}}]}],"icon":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbol":1,"members":[]}}]}],"iconPosition":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbol":1,"members":[]}}]}],"type":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbol":1,"members":[]}}]}],"color":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbol":1,"members":[]}}]}],"disabled":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbol":1,"members":[]}}]}],"size":[{"__symbolic":"property","decorators":[{"__symbolic":"call","expression":{"__symbol":1,"members":[]}}]}],"__ctor__":[{"__symbolic":"constructor"}],"ngOnInit":[{"__symbolic":"method"}],"onClick":[{"__symbolic":"method","decorators":[{"__symbolic":"call","expression":{"__symbol":2,"members":[]},"arguments":["click",["$event"]]}]}]}},"type":{"summaryKind":1,"type":{"reference":{"__symbol":0,"members":[]},"diDeps":[],"lifecycleHooks":[0]},"isComponent":true,"selector":"monkey-button","exportAs":null,"inputs":{"label":"label","icon":"icon","iconPosition":"iconPosition","type":"type","color":"color","disabled":"disabled","size":"size"},"outputs":{},"hostListeners":{"click":"onClick($event)"},"hostProperties":{},"hostAttributes":{},"providers":[],"viewProviders":[],"queries":[],"guards":{},"viewQueries":[],"entryComponents":[],"changeDetection":1,"template":{"ngContentSelectors":["*"],"encapsulation":2,"styles":[],"animations":[]},"componentViewType":{"__symbol":3,"members":[]},"rendererType":{"__symbol":4,"members":[]},"componentFactory":{"__symbol":5,"members":[]}}}],"symbols":[{"__symbol":0,"name":"MonkeyButtonComponent","filePath":"./button.component"},{"__symbol":1,"name":"Input","filePath":"@angular/core"},{"__symbol":2,"name":"HostListener","filePath":"@angular/core"},{"__symbol":3,"name":"View_MonkeyButtonComponent_0","filePath":"./button.component.ngfactory"},{"__symbol":4,"name":"RenderType_MonkeyButtonComponent","filePath":"./button.component.ngfactory"},{"__symbol":5,"name":"MonkeyButtonComponentNgFactory","filePath":"./button.component.ngfactory"}]}
|