monkey-style-guide 2.0.92 → 2.0.94
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 +3042 -2069
- 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 +233 -37
- 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 +4548 -2017
- 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 +5 -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.94.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.92.tgz +0 -0
- package/monkey-style-guide.metadata.json +0 -1
|
@@ -6,6 +6,9 @@
|
|
|
6
6
|
import { Component, ViewEncapsulation, Input, forwardRef, Output, EventEmitter, } from '@angular/core';
|
|
7
7
|
import { NG_VALUE_ACCESSOR } from '@angular/forms';
|
|
8
8
|
import { MonkeyUtils } from '../../core/utils';
|
|
9
|
+
import * as i0 from "@angular/core";
|
|
10
|
+
import * as i1 from "@angular/common";
|
|
11
|
+
import * as i2 from "@angular/forms";
|
|
9
12
|
export class MonkeyCheckboxComponent {
|
|
10
13
|
constructor() {
|
|
11
14
|
this.type = 'single';
|
|
@@ -44,14 +47,15 @@ export class MonkeyCheckboxComponent {
|
|
|
44
47
|
this.writeValue(value);
|
|
45
48
|
}
|
|
46
49
|
}
|
|
47
|
-
MonkeyCheckboxComponent
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
50
|
+
MonkeyCheckboxComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0, type: MonkeyCheckboxComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
|
|
51
|
+
MonkeyCheckboxComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "12.0.0", version: "12.2.14", type: MonkeyCheckboxComponent, selector: "monkey-checkbox", inputs: { label: "label", type: "type", helperMessage: "helperMessage", infoMessage: "infoMessage", errorMessage: "errorMessage", description: "description", value: "value" }, outputs: { onChange: "onChange" }, providers: [
|
|
52
|
+
{
|
|
53
|
+
provide: NG_VALUE_ACCESSOR,
|
|
54
|
+
useExisting: forwardRef(() => MonkeyCheckboxComponent),
|
|
55
|
+
multi: true,
|
|
56
|
+
},
|
|
57
|
+
], ngImport: i0, template: `
|
|
58
|
+
<mecx-form-field *ngIf="type === 'single'; else multiple" [ngClass]="{ disabled: _disabled }">
|
|
55
59
|
<mecx-form-field-header>
|
|
56
60
|
<label>
|
|
57
61
|
{{ label }}
|
|
@@ -62,12 +66,7 @@ MonkeyCheckboxComponent.decorators = [
|
|
|
62
66
|
</mecx-form-field-header>
|
|
63
67
|
<mecx-form-field-body class="checkbox">
|
|
64
68
|
<label class="mecx-check-container">
|
|
65
|
-
<input
|
|
66
|
-
type="checkbox"
|
|
67
|
-
[(ngModel)]="value"
|
|
68
|
-
[id]="_id"
|
|
69
|
-
[disabled]="_disabled"
|
|
70
|
-
/>
|
|
69
|
+
<input type="checkbox" [(ngModel)]="value" [id]="_id" [disabled]="_disabled" />
|
|
71
70
|
{{ description }}
|
|
72
71
|
<ng-content> </ng-content>
|
|
73
72
|
<p class="mecx-check-mark"></p>
|
|
@@ -86,12 +85,50 @@ MonkeyCheckboxComponent.decorators = [
|
|
|
86
85
|
<mecx-form-field [ngClass]="{ disabled: _disabled }">
|
|
87
86
|
<mecx-form-field-body class="checkbox">
|
|
88
87
|
<label class="mecx-check-container">
|
|
89
|
-
<input
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
88
|
+
<input type="checkbox" [(ngModel)]="value" [id]="_id" [disabled]="_disabled" />
|
|
89
|
+
{{ description }}
|
|
90
|
+
<p class="mecx-check-mark"></p>
|
|
91
|
+
</label>
|
|
92
|
+
</mecx-form-field-body>
|
|
93
|
+
</mecx-form-field>
|
|
94
|
+
</ng-template>
|
|
95
|
+
`, isInline: true, directives: [{ type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { type: i1.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { type: i2.CheckboxControlValueAccessor, selector: "input[type=checkbox][formControlName],input[type=checkbox][formControl],input[type=checkbox][ngModel]" }, { type: i2.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { type: i2.NgModel, selector: "[ngModel]:not([formControlName]):not([formControl])", inputs: ["name", "disabled", "ngModel", "ngModelOptions"], outputs: ["ngModelChange"], exportAs: ["ngModel"] }], encapsulation: i0.ViewEncapsulation.None });
|
|
96
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0, type: MonkeyCheckboxComponent, decorators: [{
|
|
97
|
+
type: Component,
|
|
98
|
+
args: [{
|
|
99
|
+
selector: 'monkey-checkbox',
|
|
100
|
+
template: `
|
|
101
|
+
<mecx-form-field *ngIf="type === 'single'; else multiple" [ngClass]="{ disabled: _disabled }">
|
|
102
|
+
<mecx-form-field-header>
|
|
103
|
+
<label>
|
|
104
|
+
{{ label }}
|
|
105
|
+
</label>
|
|
106
|
+
<helper>
|
|
107
|
+
{{ helperMessage }}
|
|
108
|
+
</helper>
|
|
109
|
+
</mecx-form-field-header>
|
|
110
|
+
<mecx-form-field-body class="checkbox">
|
|
111
|
+
<label class="mecx-check-container">
|
|
112
|
+
<input type="checkbox" [(ngModel)]="value" [id]="_id" [disabled]="_disabled" />
|
|
113
|
+
{{ description }}
|
|
114
|
+
<ng-content> </ng-content>
|
|
115
|
+
<p class="mecx-check-mark"></p>
|
|
116
|
+
</label>
|
|
117
|
+
</mecx-form-field-body>
|
|
118
|
+
<mecx-form-field-footer>
|
|
119
|
+
<info>
|
|
120
|
+
{{ infoMessage }}
|
|
121
|
+
</info>
|
|
122
|
+
<error>
|
|
123
|
+
{{ errorMessage }}
|
|
124
|
+
</error>
|
|
125
|
+
</mecx-form-field-footer>
|
|
126
|
+
</mecx-form-field>
|
|
127
|
+
<ng-template #multiple>
|
|
128
|
+
<mecx-form-field [ngClass]="{ disabled: _disabled }">
|
|
129
|
+
<mecx-form-field-body class="checkbox">
|
|
130
|
+
<label class="mecx-check-container">
|
|
131
|
+
<input type="checkbox" [(ngModel)]="value" [id]="_id" [disabled]="_disabled" />
|
|
95
132
|
{{ description }}
|
|
96
133
|
<p class="mecx-check-mark"></p>
|
|
97
134
|
</label>
|
|
@@ -99,25 +136,30 @@ MonkeyCheckboxComponent.decorators = [
|
|
|
99
136
|
</mecx-form-field>
|
|
100
137
|
</ng-template>
|
|
101
138
|
`,
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
];
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
139
|
+
encapsulation: ViewEncapsulation.None,
|
|
140
|
+
providers: [
|
|
141
|
+
{
|
|
142
|
+
provide: NG_VALUE_ACCESSOR,
|
|
143
|
+
useExisting: forwardRef(() => MonkeyCheckboxComponent),
|
|
144
|
+
multi: true,
|
|
145
|
+
},
|
|
146
|
+
],
|
|
147
|
+
}]
|
|
148
|
+
}], ctorParameters: function () { return []; }, propDecorators: { label: [{
|
|
149
|
+
type: Input
|
|
150
|
+
}], type: [{
|
|
151
|
+
type: Input
|
|
152
|
+
}], helperMessage: [{
|
|
153
|
+
type: Input
|
|
154
|
+
}], infoMessage: [{
|
|
155
|
+
type: Input
|
|
156
|
+
}], errorMessage: [{
|
|
157
|
+
type: Input
|
|
158
|
+
}], description: [{
|
|
159
|
+
type: Input
|
|
160
|
+
}], onChange: [{
|
|
161
|
+
type: Output
|
|
162
|
+
}], value: [{
|
|
163
|
+
type: Input
|
|
164
|
+
}] } });
|
|
165
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY2hlY2tib3guY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvbW9ua2V5LXN0eWxlLWd1aWRlL3NyYy9saWIvY29tcG9uZW50cy9jaGVja2JveC9jaGVja2JveC5jb21wb25lbnQudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUE7Ozs7NEJBSTRCO0FBQzVCLE9BQU8sRUFDTCxTQUFTLEVBQ1QsaUJBQWlCLEVBQ2pCLEtBQUssRUFDTCxVQUFVLEVBQ1YsTUFBTSxFQUNOLFlBQVksR0FDYixNQUFNLGVBQWUsQ0FBQztBQUN2QixPQUFPLEVBQXdCLGlCQUFpQixFQUFFLE1BQU0sZ0JBQWdCLENBQUM7QUFDekUsT0FBTyxFQUFFLFdBQVcsRUFBRSxNQUFNLGtCQUFrQixDQUFDOzs7O0FBb0QvQyxNQUFNLE9BQU8sdUJBQXVCO0lBZ0JsQztRQWRTLFNBQUksR0FBVyxRQUFRLENBQUM7UUFLdkIsYUFBUSxHQUFHLElBQUksWUFBWSxFQUFPLENBQUM7UUFHckMsa0JBQWEsR0FBRyxDQUFDLEtBQVUsRUFBRSxFQUFFLEdBQUUsQ0FBQyxDQUFDO1FBQ25DLG1CQUFjLEdBQUcsQ0FBQyxLQUFVLEVBQUUsRUFBRSxHQUFFLENBQUMsQ0FBQztRQUVyQyxRQUFHLEdBQVcsaUJBQWlCLFdBQVcsQ0FBQyxlQUFlLENBQUMsRUFBRSxDQUFDLEVBQUUsQ0FBQztRQUNqRSxjQUFTLEdBQVksS0FBSyxDQUFDO0lBRW5CLENBQUM7SUFFaEIsZ0JBQWdCLENBQUMsRUFBTztRQUN0QixJQUFJLENBQUMsYUFBYSxHQUFHLEVBQUUsQ0FBQztJQUMxQixDQUFDO0lBRUQsaUJBQWlCLENBQUMsRUFBTztRQUN2QixJQUFJLENBQUMsY0FBYyxHQUFHLEVBQUUsQ0FBQztJQUMzQixDQUFDO0lBRUQsZ0JBQWdCLENBQUUsVUFBbUI7UUFDbkMsSUFBSSxDQUFDLFNBQVMsR0FBRyxVQUFVLENBQUM7SUFDOUIsQ0FBQztJQUVELElBQ0ksS0FBSyxDQUFDLEtBQVU7UUFDbEIsSUFBSSxLQUFLLEtBQUssU0FBUyxJQUFJLElBQUksQ0FBQyxZQUFZLEtBQUssS0FBSyxFQUFFO1lBQ3RELElBQUksQ0FBQyxZQUFZLEdBQUcsS0FBSyxDQUFDO1lBQzFCLElBQUksQ0FBQyxhQUFhLENBQUMsS0FBSyxDQUFDLENBQUM7WUFDMUIsSUFBSSxDQUFDLGNBQWMsQ0FBQyxLQUFLLENBQUMsQ0FBQztZQUMzQixJQUFJLENBQUMsUUFBUSxDQUFDLElBQUksQ0FBQyxLQUFLLENBQUMsQ0FBQztTQUMzQjtJQUNILENBQUM7SUFFRCxJQUFJLEtBQUs7UUFDUCxPQUFPLElBQUksQ0FBQyxZQUFZLENBQUM7SUFDM0IsQ0FBQztJQUVELFVBQVUsQ0FBQyxLQUFVO1FBQ25CLElBQUksQ0FBQyxLQUFLLEdBQUcsS0FBSyxDQUFDO0lBQ3JCLENBQUM7SUFFRCxhQUFhLENBQUMsS0FBVSxFQUFFLEtBQVU7UUFDbEMsS0FBSyxhQUFMLEtBQUssdUJBQUwsS0FBSyxDQUFFLGNBQWMsRUFBRSxDQUFDO1FBQ3hCLEtBQUssYUFBTCxLQUFLLHVCQUFMLEtBQUssQ0FBRSxlQUFlLEVBQUUsQ0FBQztRQUN6QixJQUFJLENBQUMsVUFBVSxDQUFDLEtBQUssQ0FBQyxDQUFDO0lBQ3pCLENBQUM7O3FIQXBEVSx1QkFBdUI7eUdBQXZCLHVCQUF1Qiw2UEFSdkI7UUFDVDtZQUNFLE9BQU8sRUFBRSxpQkFBaUI7WUFDMUIsV0FBVyxFQUFFLFVBQVUsQ0FBQyxHQUFHLEVBQUUsQ0FBQyx1QkFBdUIsQ0FBQztZQUN0RCxLQUFLLEVBQUUsSUFBSTtTQUNaO0tBQ0YsMEJBOUNTOzs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7OztHQXNDVDs0RkFVVSx1QkFBdUI7a0JBbERuQyxTQUFTO21CQUFDO29CQUNULFFBQVEsRUFBRSxpQkFBaUI7b0JBQzNCLFFBQVEsRUFBRTs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7R0FzQ1Q7b0JBQ0QsYUFBYSxFQUFFLGlCQUFpQixDQUFDLElBQUk7b0JBQ3JDLFNBQVMsRUFBRTt3QkFDVDs0QkFDRSxPQUFPLEVBQUUsaUJBQWlCOzRCQUMxQixXQUFXLEVBQUUsVUFBVSxDQUFDLEdBQUcsRUFBRSx3QkFBd0IsQ0FBQzs0QkFDdEQsS0FBSyxFQUFFLElBQUk7eUJBQ1o7cUJBQ0Y7aUJBQ0Y7MEVBRVUsS0FBSztzQkFBYixLQUFLO2dCQUNHLElBQUk7c0JBQVosS0FBSztnQkFDRyxhQUFhO3NCQUFyQixLQUFLO2dCQUNHLFdBQVc7c0JBQW5CLEtBQUs7Z0JBQ0csWUFBWTtzQkFBcEIsS0FBSztnQkFDRyxXQUFXO3NCQUFuQixLQUFLO2dCQUNJLFFBQVE7c0JBQWpCLE1BQU07Z0JBd0JILEtBQUs7c0JBRFIsS0FBSyIsInNvdXJjZXNDb250ZW50IjpbIi8qKioqKioqKioqKioqKioqKioqKioqKioqKlxyXG4gKiBDb3B5cmlnaHQgTW9ua2V5IEV4Y2hhbmdlLiBBbGwgUmlnaHRzIFJlc2VydmVkXHJcbiAqIFRoaXMgc3R5bGUgZ3VpZGUgd2FzIGRldmVsb3BlZCBieSBNb25rZXkgRXhjaGFuZ2UgVGVhbVxyXG4gKiBNSVQgTGljZW5jZVxyXG4gKioqKioqKioqKioqKioqKioqKioqKioqKiovXHJcbmltcG9ydCB7XHJcbiAgQ29tcG9uZW50LFxyXG4gIFZpZXdFbmNhcHN1bGF0aW9uLFxyXG4gIElucHV0LFxyXG4gIGZvcndhcmRSZWYsXHJcbiAgT3V0cHV0LFxyXG4gIEV2ZW50RW1pdHRlcixcclxufSBmcm9tICdAYW5ndWxhci9jb3JlJztcclxuaW1wb3J0IHsgQ29udHJvbFZhbHVlQWNjZXNzb3IsIE5HX1ZBTFVFX0FDQ0VTU09SIH0gZnJvbSAnQGFuZ3VsYXIvZm9ybXMnO1xyXG5pbXBvcnQgeyBNb25rZXlVdGlscyB9IGZyb20gJy4uLy4uL2NvcmUvdXRpbHMnO1xyXG5cclxuQENvbXBvbmVudCh7XHJcbiAgc2VsZWN0b3I6ICdtb25rZXktY2hlY2tib3gnLFxyXG4gIHRlbXBsYXRlOiBgXHJcbiAgICA8bWVjeC1mb3JtLWZpZWxkICpuZ0lmPVwidHlwZSA9PT0gJ3NpbmdsZSc7IGVsc2UgbXVsdGlwbGVcIiBbbmdDbGFzc109XCJ7IGRpc2FibGVkOiBfZGlzYWJsZWQgfVwiPlxyXG4gICAgICA8bWVjeC1mb3JtLWZpZWxkLWhlYWRlcj5cclxuICAgICAgICA8bGFiZWw+XHJcbiAgICAgICAgICB7eyBsYWJlbCB9fVxyXG4gICAgICAgIDwvbGFiZWw+XHJcbiAgICAgICAgPGhlbHBlcj5cclxuICAgICAgICAgIHt7IGhlbHBlck1lc3NhZ2UgfX1cclxuICAgICAgICA8L2hlbHBlcj5cclxuICAgICAgPC9tZWN4LWZvcm0tZmllbGQtaGVhZGVyPlxyXG4gICAgICA8bWVjeC1mb3JtLWZpZWxkLWJvZHkgY2xhc3M9XCJjaGVja2JveFwiPlxyXG4gICAgICAgIDxsYWJlbCBjbGFzcz1cIm1lY3gtY2hlY2stY29udGFpbmVyXCI+XHJcbiAgICAgICAgICA8aW5wdXQgdHlwZT1cImNoZWNrYm94XCIgWyhuZ01vZGVsKV09XCJ2YWx1ZVwiIFtpZF09XCJfaWRcIiBbZGlzYWJsZWRdPVwiX2Rpc2FibGVkXCIgLz5cclxuICAgICAgICAgIHt7IGRlc2NyaXB0aW9uIH19XHJcbiAgICAgICAgICA8bmctY29udGVudD4gPC9uZy1jb250ZW50PlxyXG4gICAgICAgICAgPHAgY2xhc3M9XCJtZWN4LWNoZWNrLW1hcmtcIj48L3A+XHJcbiAgICAgICAgPC9sYWJlbD5cclxuICAgICAgPC9tZWN4LWZvcm0tZmllbGQtYm9keT5cclxuICAgICAgPG1lY3gtZm9ybS1maWVsZC1mb290ZXI+XHJcbiAgICAgICAgPGluZm8+XHJcbiAgICAgICAgICB7eyBpbmZvTWVzc2FnZSB9fVxyXG4gICAgICAgIDwvaW5mbz5cclxuICAgICAgICA8ZXJyb3I+XHJcbiAgICAgICAgICB7eyBlcnJvck1lc3NhZ2UgfX1cclxuICAgICAgICA8L2Vycm9yPlxyXG4gICAgICA8L21lY3gtZm9ybS1maWVsZC1mb290ZXI+XHJcbiAgICA8L21lY3gtZm9ybS1maWVsZD5cclxuICAgIDxuZy10ZW1wbGF0ZSAjbXVsdGlwbGU+XHJcbiAgICAgIDxtZWN4LWZvcm0tZmllbGQgW25nQ2xhc3NdPVwieyBkaXNhYmxlZDogX2Rpc2FibGVkIH1cIj5cclxuICAgICAgICA8bWVjeC1mb3JtLWZpZWxkLWJvZHkgY2xhc3M9XCJjaGVja2JveFwiPlxyXG4gICAgICAgICAgPGxhYmVsIGNsYXNzPVwibWVjeC1jaGVjay1jb250YWluZXJcIj5cclxuICAgICAgICAgICAgPGlucHV0IHR5cGU9XCJjaGVja2JveFwiIFsobmdNb2RlbCldPVwidmFsdWVcIiBbaWRdPVwiX2lkXCIgW2Rpc2FibGVkXT1cIl9kaXNhYmxlZFwiIC8+XHJcbiAgICAgICAgICAgIHt7IGRlc2NyaXB0aW9uIH19XHJcbiAgICAgICAgICAgIDxwIGNsYXNzPVwibWVjeC1jaGVjay1tYXJrXCI+PC9wPlxyXG4gICAgICAgICAgPC9sYWJlbD5cclxuICAgICAgICA8L21lY3gtZm9ybS1maWVsZC1ib2R5PlxyXG4gICAgICA8L21lY3gtZm9ybS1maWVsZD5cclxuICAgIDwvbmctdGVtcGxhdGU+XHJcbiAgYCxcclxuICBlbmNhcHN1bGF0aW9uOiBWaWV3RW5jYXBzdWxhdGlvbi5Ob25lLFxyXG4gIHByb3ZpZGVyczogW1xyXG4gICAge1xyXG4gICAgICBwcm92aWRlOiBOR19WQUxVRV9BQ0NFU1NPUixcclxuICAgICAgdXNlRXhpc3Rpbmc6IGZvcndhcmRSZWYoKCkgPT4gTW9ua2V5Q2hlY2tib3hDb21wb25lbnQpLFxyXG4gICAgICBtdWx0aTogdHJ1ZSxcclxuICAgIH0sXHJcbiAgXSxcclxufSlcclxuZXhwb3J0IGNsYXNzIE1vbmtleUNoZWNrYm94Q29tcG9uZW50IGltcGxlbWVudHMgQ29udHJvbFZhbHVlQWNjZXNzb3Ige1xyXG4gIEBJbnB1dCgpIGxhYmVsOiBzdHJpbmc7XHJcbiAgQElucHV0KCkgdHlwZTogc3RyaW5nID0gJ3NpbmdsZSc7XHJcbiAgQElucHV0KCkgaGVscGVyTWVzc2FnZTogc3RyaW5nO1xyXG4gIEBJbnB1dCgpIGluZm9NZXNzYWdlOiBzdHJpbmc7XHJcbiAgQElucHV0KCkgZXJyb3JNZXNzYWdlOiBzdHJpbmc7XHJcbiAgQElucHV0KCkgZGVzY3JpcHRpb246IGFueTtcclxuICBAT3V0cHV0KCkgb25DaGFuZ2UgPSBuZXcgRXZlbnRFbWl0dGVyPGFueT4oKTtcclxuXHJcbiAgcHJpdmF0ZSBoYW5kbGVkVmFsdWU6IGFueTtcclxuICBwcml2YXRlIG9uTW9kZWxDaGFuZ2UgPSAodmFsdWU6IGFueSkgPT4ge307XHJcbiAgcHJpdmF0ZSBvbk1vZGVsVG91Y2hlZCA9ICh2YWx1ZTogYW55KSA9PiB7fTtcclxuXHJcbiAgcHVibGljIF9pZDogc3RyaW5nID0gYG1lY3gtY2hlY2tib3gtJHtNb25rZXlVdGlscy5nZXRSYW5kb21TdHJpbmcoMTApfWA7XHJcbiAgcHVibGljIF9kaXNhYmxlZDogYm9vbGVhbiA9IGZhbHNlO1xyXG5cclxuICBjb25zdHJ1Y3RvcigpIHt9XHJcblxyXG4gIHJlZ2lzdGVyT25DaGFuZ2UoZm46IGFueSk6IHZvaWQge1xyXG4gICAgdGhpcy5vbk1vZGVsQ2hhbmdlID0gZm47XHJcbiAgfVxyXG5cclxuICByZWdpc3Rlck9uVG91Y2hlZChmbjogYW55KTogdm9pZCB7XHJcbiAgICB0aGlzLm9uTW9kZWxUb3VjaGVkID0gZm47XHJcbiAgfVxyXG5cclxuICBzZXREaXNhYmxlZFN0YXRlPyhpc0Rpc2FibGVkOiBib29sZWFuKTogdm9pZCB7XHJcbiAgICB0aGlzLl9kaXNhYmxlZCA9IGlzRGlzYWJsZWQ7XHJcbiAgfVxyXG5cclxuICBASW5wdXQoKVxyXG4gIHNldCB2YWx1ZSh2YWx1ZTogYW55KSB7XHJcbiAgICBpZiAodmFsdWUgIT09IHVuZGVmaW5lZCAmJiB0aGlzLmhhbmRsZWRWYWx1ZSAhPT0gdmFsdWUpIHtcclxuICAgICAgdGhpcy5oYW5kbGVkVmFsdWUgPSB2YWx1ZTtcclxuICAgICAgdGhpcy5vbk1vZGVsQ2hhbmdlKHZhbHVlKTtcclxuICAgICAgdGhpcy5vbk1vZGVsVG91Y2hlZCh2YWx1ZSk7XHJcbiAgICAgIHRoaXMub25DaGFuZ2UubmV4dCh2YWx1ZSk7XHJcbiAgICB9XHJcbiAgfVxyXG5cclxuICBnZXQgdmFsdWUoKTogYW55IHtcclxuICAgIHJldHVybiB0aGlzLmhhbmRsZWRWYWx1ZTtcclxuICB9XHJcblxyXG4gIHdyaXRlVmFsdWUodmFsdWU6IGFueSk6IHZvaWQge1xyXG4gICAgdGhpcy52YWx1ZSA9IHZhbHVlO1xyXG4gIH1cclxuXHJcbiAgb25DaGFuZ2VWYWx1ZShldmVudDogYW55LCB2YWx1ZTogYW55KSB7XHJcbiAgICBldmVudD8ucHJldmVudERlZmF1bHQoKTtcclxuICAgIGV2ZW50Py5zdG9wUHJvcGFnYXRpb24oKTtcclxuICAgIHRoaXMud3JpdGVWYWx1ZSh2YWx1ZSk7XHJcbiAgfVxyXG59XHJcbiJdfQ==
|
|
@@ -2,24 +2,19 @@ import { NgModule, NO_ERRORS_SCHEMA } from '@angular/core';
|
|
|
2
2
|
import { MonkeyCheckboxComponent } from './checkbox.component';
|
|
3
3
|
import { CommonModule } from '@angular/common';
|
|
4
4
|
import { FormsModule, ReactiveFormsModule } from '@angular/forms';
|
|
5
|
+
import * as i0 from "@angular/core";
|
|
5
6
|
export class MonkeyCheckboxModule {
|
|
6
7
|
}
|
|
7
|
-
MonkeyCheckboxModule
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
FormsModule,
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
schemas: [
|
|
21
|
-
NO_ERRORS_SCHEMA
|
|
22
|
-
]
|
|
23
|
-
},] }
|
|
24
|
-
];
|
|
25
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY2hlY2tib3gubW9kdWxlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvbW9ua2V5LXN0eWxlLWd1aWRlL3NyYy9saWIvY29tcG9uZW50cy9jaGVja2JveC9jaGVja2JveC5tb2R1bGUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFFBQVEsRUFBRSxnQkFBZ0IsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUMzRCxPQUFPLEVBQUUsdUJBQXVCLEVBQUUsTUFBTSxzQkFBc0IsQ0FBQztBQUMvRCxPQUFPLEVBQUUsWUFBWSxFQUFFLE1BQU0saUJBQWlCLENBQUM7QUFDL0MsT0FBTyxFQUFFLFdBQVcsRUFBRSxtQkFBbUIsRUFBRSxNQUFNLGdCQUFnQixDQUFDO0FBa0JsRSxNQUFNLE9BQU8sb0JBQW9COzs7WUFoQmhDLFFBQVEsU0FBQztnQkFDTixZQUFZLEVBQUU7b0JBQ1YsdUJBQXVCO2lCQUMxQjtnQkFDRCxPQUFPLEVBQUU7b0JBQ0wsWUFBWTtvQkFDWixXQUFXO29CQUNYLG1CQUFtQjtpQkFDdEI7Z0JBQ0QsT0FBTyxFQUFFO29CQUNMLHVCQUF1QjtpQkFDMUI7Z0JBQ0QsT0FBTyxFQUFFO29CQUNMLGdCQUFnQjtpQkFDbkI7YUFDSiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IE5nTW9kdWxlLCBOT19FUlJPUlNfU0NIRU1BIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XHJcbmltcG9ydCB7IE1vbmtleUNoZWNrYm94Q29tcG9uZW50IH0gZnJvbSAnLi9jaGVja2JveC5jb21wb25lbnQnO1xyXG5pbXBvcnQgeyBDb21tb25Nb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb21tb24nO1xyXG5pbXBvcnQgeyBGb3Jtc01vZHVsZSwgUmVhY3RpdmVGb3Jtc01vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2Zvcm1zJztcclxuXHJcbkBOZ01vZHVsZSh7XHJcbiAgICBkZWNsYXJhdGlvbnM6IFtcclxuICAgICAgICBNb25rZXlDaGVja2JveENvbXBvbmVudFxyXG4gICAgXSxcclxuICAgIGltcG9ydHM6IFtcclxuICAgICAgICBDb21tb25Nb2R1bGUsXHJcbiAgICAgICAgRm9ybXNNb2R1bGUsXHJcbiAgICAgICAgUmVhY3RpdmVGb3Jtc01vZHVsZVxyXG4gICAgXSxcclxuICAgIGV4cG9ydHM6IFtcclxuICAgICAgICBNb25rZXlDaGVja2JveENvbXBvbmVudFxyXG4gICAgXSxcclxuICAgIHNjaGVtYXM6IFtcclxuICAgICAgICBOT19FUlJPUlNfU0NIRU1BXHJcbiAgICBdXHJcbn0pXHJcbmV4cG9ydCBjbGFzcyBNb25rZXlDaGVja2JveE1vZHVsZXt9Il19
|
|
8
|
+
MonkeyCheckboxModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0, type: MonkeyCheckboxModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
|
|
9
|
+
MonkeyCheckboxModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0, type: MonkeyCheckboxModule, declarations: [MonkeyCheckboxComponent], imports: [CommonModule, FormsModule, ReactiveFormsModule], exports: [MonkeyCheckboxComponent] });
|
|
10
|
+
MonkeyCheckboxModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0, type: MonkeyCheckboxModule, imports: [[CommonModule, FormsModule, ReactiveFormsModule]] });
|
|
11
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "12.2.14", ngImport: i0, type: MonkeyCheckboxModule, decorators: [{
|
|
12
|
+
type: NgModule,
|
|
13
|
+
args: [{
|
|
14
|
+
declarations: [MonkeyCheckboxComponent],
|
|
15
|
+
imports: [CommonModule, FormsModule, ReactiveFormsModule],
|
|
16
|
+
exports: [MonkeyCheckboxComponent],
|
|
17
|
+
schemas: [NO_ERRORS_SCHEMA],
|
|
18
|
+
}]
|
|
19
|
+
}] });
|
|
20
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY2hlY2tib3gubW9kdWxlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvbW9ua2V5LXN0eWxlLWd1aWRlL3NyYy9saWIvY29tcG9uZW50cy9jaGVja2JveC9jaGVja2JveC5tb2R1bGUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFFBQVEsRUFBRSxnQkFBZ0IsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUMzRCxPQUFPLEVBQUUsdUJBQXVCLEVBQUUsTUFBTSxzQkFBc0IsQ0FBQztBQUMvRCxPQUFPLEVBQUUsWUFBWSxFQUFFLE1BQU0saUJBQWlCLENBQUM7QUFDL0MsT0FBTyxFQUFFLFdBQVcsRUFBRSxtQkFBbUIsRUFBRSxNQUFNLGdCQUFnQixDQUFDOztBQVFsRSxNQUFNLE9BQU8sb0JBQW9COztrSEFBcEIsb0JBQW9CO21IQUFwQixvQkFBb0IsaUJBTGhCLHVCQUF1QixhQUM1QixZQUFZLEVBQUUsV0FBVyxFQUFFLG1CQUFtQixhQUM5Qyx1QkFBdUI7bUhBR3RCLG9CQUFvQixZQUp0QixDQUFDLFlBQVksRUFBRSxXQUFXLEVBQUUsbUJBQW1CLENBQUM7NEZBSTlDLG9CQUFvQjtrQkFOaEMsUUFBUTttQkFBQztvQkFDUixZQUFZLEVBQUUsQ0FBQyx1QkFBdUIsQ0FBQztvQkFDdkMsT0FBTyxFQUFFLENBQUMsWUFBWSxFQUFFLFdBQVcsRUFBRSxtQkFBbUIsQ0FBQztvQkFDekQsT0FBTyxFQUFFLENBQUMsdUJBQXVCLENBQUM7b0JBQ2xDLE9BQU8sRUFBRSxDQUFDLGdCQUFnQixDQUFDO2lCQUM1QiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IE5nTW9kdWxlLCBOT19FUlJPUlNfU0NIRU1BIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XHJcbmltcG9ydCB7IE1vbmtleUNoZWNrYm94Q29tcG9uZW50IH0gZnJvbSAnLi9jaGVja2JveC5jb21wb25lbnQnO1xyXG5pbXBvcnQgeyBDb21tb25Nb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb21tb24nO1xyXG5pbXBvcnQgeyBGb3Jtc01vZHVsZSwgUmVhY3RpdmVGb3Jtc01vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2Zvcm1zJztcclxuXHJcbkBOZ01vZHVsZSh7XHJcbiAgZGVjbGFyYXRpb25zOiBbTW9ua2V5Q2hlY2tib3hDb21wb25lbnRdLFxyXG4gIGltcG9ydHM6IFtDb21tb25Nb2R1bGUsIEZvcm1zTW9kdWxlLCBSZWFjdGl2ZUZvcm1zTW9kdWxlXSxcclxuICBleHBvcnRzOiBbTW9ua2V5Q2hlY2tib3hDb21wb25lbnRdLFxyXG4gIHNjaGVtYXM6IFtOT19FUlJPUlNfU0NIRU1BXSxcclxufSlcclxuZXhwb3J0IGNsYXNzIE1vbmtleUNoZWNrYm94TW9kdWxlIHt9XHJcbiJdfQ==
|