monkey-style-guide 2.0.154 → 2.0.155
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/README.md +1244 -1243
- package/assets/data/country-codes.json +1466 -1466
- package/assets/icons/add-plus.svg +5 -5
- package/assets/icons/arrow-down.svg +3 -3
- package/assets/icons/arrow-left.svg +3 -3
- package/assets/icons/arrow-line-right.svg +5 -5
- package/assets/icons/arrow-right.svg +3 -3
- package/assets/icons/arrow-up.svg +3 -3
- package/assets/icons/arrows.svg +6 -6
- package/assets/icons/auction.svg +7 -7
- package/assets/icons/bank-account.svg +12 -12
- package/assets/icons/bank.svg +3 -3
- package/assets/icons/banknote-search.svg +8 -8
- package/assets/icons/bell.svg +4 -4
- package/assets/icons/book.svg +4 -4
- package/assets/icons/box.svg +6 -6
- package/assets/icons/build-person.svg +9 -9
- package/assets/icons/calendar.svg +6 -6
- package/assets/icons/camera.svg +4 -4
- package/assets/icons/card-machine.svg +14 -14
- package/assets/icons/card.svg +4 -4
- package/assets/icons/cash-banknote-invoice.svg +8 -8
- package/assets/icons/chat.svg +4 -4
- package/assets/icons/check-circle-out.svg +4 -4
- package/assets/icons/check-circle.svg +4 -4
- package/assets/icons/check-grey.svg +3 -3
- package/assets/icons/check-white.svg +4 -4
- package/assets/icons/check.svg +3 -3
- package/assets/icons/clipboard.svg +4 -4
- package/assets/icons/clock.svg +4 -4
- package/assets/icons/close.svg +4 -4
- package/assets/icons/cnpj.svg +9 -9
- package/assets/icons/codepen.svg +7 -7
- package/assets/icons/company-name.svg +12 -12
- package/assets/icons/contract-pen.svg +7 -7
- package/assets/icons/contract.svg +14 -14
- package/assets/icons/delete.svg +5 -5
- package/assets/icons/document.svg +7 -7
- package/assets/icons/dollar-sign-circle.svg +7 -7
- package/assets/icons/dollar-sign.svg +5 -5
- package/assets/icons/domain.svg +9 -9
- package/assets/icons/dots-menu.svg +5 -5
- package/assets/icons/double-arrow-left.svg +4 -4
- package/assets/icons/double-arrow-right.svg +4 -4
- package/assets/icons/download.svg +5 -5
- package/assets/icons/edit-square.svg +4 -4
- package/assets/icons/edit.svg +3 -3
- package/assets/icons/email.svg +4 -4
- package/assets/icons/empty-doc.svg +4 -4
- package/assets/icons/error.svg +5 -5
- package/assets/icons/eye-closed.svg +11 -11
- package/assets/icons/eye-open.svg +4 -4
- package/assets/icons/filter.svg +3 -3
- package/assets/icons/grid.svg +6 -6
- package/assets/icons/help.svg +5 -5
- package/assets/icons/hexagon.svg +3 -3
- package/assets/icons/home.svg +4 -4
- package/assets/icons/image.svg +5 -5
- package/assets/icons/info.svg +6 -6
- package/assets/icons/invoice.svg +5 -5
- package/assets/icons/list.svg +8 -8
- package/assets/icons/location-pin.svg +4 -4
- package/assets/icons/login.svg +5 -5
- package/assets/icons/logout.svg +5 -5
- package/assets/icons/medal.svg +12 -12
- package/assets/icons/menu.svg +5 -5
- package/assets/icons/money-cedule.svg +6 -6
- package/assets/icons/money-hand.svg +6 -6
- package/assets/icons/money-sign.svg +4 -4
- package/assets/icons/money.svg +6 -6
- package/assets/icons/more-circle.svg +5 -0
- package/assets/icons/more.svg +4 -4
- package/assets/icons/new-company.svg +10 -10
- package/assets/icons/offered.svg +5 -5
- package/assets/icons/password.svg +4 -4
- package/assets/icons/people.svg +6 -6
- package/assets/icons/percent.svg +5 -5
- package/assets/icons/person-document.svg +10 -10
- package/assets/icons/person-sad.svg +6 -6
- package/assets/icons/phone.svg +3 -3
- package/assets/icons/pork.svg +5 -5
- package/assets/icons/radio.svg +4 -4
- package/assets/icons/refresh.svg +5 -5
- package/assets/icons/repeat.svg +4 -4
- package/assets/icons/search.svg +4 -4
- package/assets/icons/second-warning.svg +5 -5
- package/assets/icons/settings.svg +4 -4
- package/assets/icons/shield-chekmark.svg +3 -3
- package/assets/icons/star.svg +3 -3
- package/assets/icons/today.svg +9 -9
- package/assets/icons/trash.svg +6 -6
- package/assets/icons/trophy.svg +8 -8
- package/assets/icons/unfold-more.svg +4 -4
- package/assets/icons/upload.svg +5 -5
- package/assets/icons/user.svg +4 -4
- package/assets/icons/waiting.svg +17 -17
- package/assets/icons/wallet.svg +5 -5
- package/assets/icons/warning.svg +5 -5
- package/assets/scss/partials/_forms.scss +350 -350
- package/assets/scss/partials/_index.scss +11 -11
- package/assets/scss/partials/_radio-button.scss +35 -35
- package/assets/scss/partials/_style-reset.scss +185 -185
- package/assets/scss/partials/_typography.scss +149 -149
- package/assets/scss/partials/_variables.scss +184 -184
- package/assets/scss/partials/components/_buttons.scss +831 -831
- package/assets/scss/partials/components/_checkbox.scss +69 -69
- package/assets/scss/partials/components/_date-range-picker.scss +265 -265
- package/assets/scss/partials/components/_expansion.scss +96 -96
- package/assets/scss/partials/components/_image-crop.scss +305 -305
- package/assets/scss/partials/components/_index.scss +23 -23
- package/assets/scss/partials/components/_input-phone.scss +36 -36
- package/assets/scss/partials/components/_input.scss +65 -65
- package/assets/scss/partials/components/_progressbar.scss +112 -112
- package/assets/scss/partials/components/_radiobutton.scss +66 -66
- package/assets/scss/partials/components/_select.scss +356 -356
- package/assets/scss/partials/components/_snackbar.scss +204 -204
- package/assets/scss/partials/components/_stepper.scss +86 -86
- package/assets/scss/partials/components/_table.scss +148 -148
- package/assets/scss/partials/components/_wizard.scss +112 -112
- package/esm2020/lib/components/badge/badge.component.mjs +43 -43
- package/esm2020/lib/components/badge/badge.module.mjs +18 -18
- package/esm2020/lib/components/badge/index.mjs +2 -2
- package/esm2020/lib/components/button/button-avatar.component.mjs +53 -53
- package/esm2020/lib/components/button/button-dropdown.component.mjs +121 -121
- package/esm2020/lib/components/button/button.component.mjs +154 -154
- package/esm2020/lib/components/button/button.module.mjs +23 -23
- package/esm2020/lib/components/button/index.mjs +5 -5
- package/esm2020/lib/components/checkbox/checkbox.component.mjs +165 -165
- package/esm2020/lib/components/checkbox/checkbox.module.mjs +20 -20
- package/esm2020/lib/components/checkbox/index.mjs +3 -3
- package/esm2020/lib/components/date-range-picker/date-range-picker.component.mjs +660 -660
- package/esm2020/lib/components/date-range-picker/date-range-picker.module.mjs +22 -22
- package/esm2020/lib/components/date-range-picker/index.mjs +3 -3
- package/esm2020/lib/components/expansion/expansion.component.mjs +115 -115
- package/esm2020/lib/components/expansion/expansion.module.mjs +19 -19
- package/esm2020/lib/components/expansion/index.mjs +2 -2
- package/esm2020/lib/components/file-upload/file-upload.component.mjs +294 -294
- package/esm2020/lib/components/file-upload/file-upload.module.mjs +37 -37
- package/esm2020/lib/components/file-upload/index.mjs +3 -3
- package/esm2020/lib/components/icon/icon-add-plus.component.mjs +15 -15
- package/esm2020/lib/components/icon/icon-arrow-down.component.mjs +15 -15
- package/esm2020/lib/components/icon/icon-arrow-left.component.mjs +15 -15
- package/esm2020/lib/components/icon/icon-arrow-line-right.component.mjs +15 -15
- package/esm2020/lib/components/icon/icon-arrow-right.component.mjs +15 -15
- package/esm2020/lib/components/icon/icon-arrow-up.component.mjs +15 -15
- package/esm2020/lib/components/icon/icon-arrows.component.mjs +15 -15
- package/esm2020/lib/components/icon/icon-auction.component.mjs +15 -15
- package/esm2020/lib/components/icon/icon-bank-account.component.mjs +15 -15
- package/esm2020/lib/components/icon/icon-bank.component.mjs +15 -15
- package/esm2020/lib/components/icon/icon-banknote-search.component.mjs +15 -15
- package/esm2020/lib/components/icon/icon-bell.component.mjs +15 -15
- package/esm2020/lib/components/icon/icon-book.component.mjs +15 -15
- package/esm2020/lib/components/icon/icon-box.component.mjs +15 -15
- package/esm2020/lib/components/icon/icon-build-person.component.mjs +15 -15
- package/esm2020/lib/components/icon/icon-calendar.component.mjs +15 -15
- package/esm2020/lib/components/icon/icon-camera.component.mjs +15 -15
- package/esm2020/lib/components/icon/icon-card-machine.component.mjs +15 -15
- package/esm2020/lib/components/icon/icon-card.component.mjs +15 -15
- package/esm2020/lib/components/icon/icon-cash-banknote-invoice.mjs +15 -15
- package/esm2020/lib/components/icon/icon-chat.component.mjs +15 -15
- package/esm2020/lib/components/icon/icon-check-circle-out.component.mjs +15 -15
- package/esm2020/lib/components/icon/icon-check-circle.component.mjs +15 -15
- package/esm2020/lib/components/icon/icon-check-grey.component.mjs +15 -15
- package/esm2020/lib/components/icon/icon-check-white.component.mjs +15 -15
- package/esm2020/lib/components/icon/icon-check.component.mjs +15 -15
- package/esm2020/lib/components/icon/icon-clipboard.component.mjs +15 -15
- package/esm2020/lib/components/icon/icon-clock.component.mjs +15 -15
- package/esm2020/lib/components/icon/icon-close.component.mjs +15 -15
- package/esm2020/lib/components/icon/icon-cnpj.component.mjs +15 -15
- package/esm2020/lib/components/icon/icon-codepen.component.mjs +15 -15
- package/esm2020/lib/components/icon/icon-company-name.component.mjs +15 -15
- package/esm2020/lib/components/icon/icon-contract-pen.component.mjs +15 -15
- package/esm2020/lib/components/icon/icon-contract.component.mjs +15 -15
- package/esm2020/lib/components/icon/icon-delete.component.mjs +15 -15
- package/esm2020/lib/components/icon/icon-document.component.mjs +15 -15
- package/esm2020/lib/components/icon/icon-dollar-sign-circle.component.mjs +15 -15
- package/esm2020/lib/components/icon/icon-dollar-sign.component.mjs +15 -15
- package/esm2020/lib/components/icon/icon-domain.component.mjs +15 -15
- package/esm2020/lib/components/icon/icon-dots-menu.component.mjs +15 -15
- package/esm2020/lib/components/icon/icon-double-arrow-left.component.mjs +15 -15
- package/esm2020/lib/components/icon/icon-double-arrow-right.component.mjs +15 -15
- package/esm2020/lib/components/icon/icon-download.component.mjs +15 -15
- package/esm2020/lib/components/icon/icon-edit-square.component.mjs +15 -15
- package/esm2020/lib/components/icon/icon-edit.component.mjs +15 -15
- package/esm2020/lib/components/icon/icon-email.component.mjs +15 -15
- package/esm2020/lib/components/icon/icon-empty-doc.component.mjs +15 -15
- package/esm2020/lib/components/icon/icon-error.component.mjs +15 -15
- package/esm2020/lib/components/icon/icon-eye-closed.component.mjs +15 -15
- package/esm2020/lib/components/icon/icon-eye-open.component.mjs +15 -15
- package/esm2020/lib/components/icon/icon-filter.component.mjs +15 -15
- package/esm2020/lib/components/icon/icon-grid.component.mjs +15 -15
- package/esm2020/lib/components/icon/icon-hands-clap.component.mjs +15 -15
- package/esm2020/lib/components/icon/icon-help.component.mjs +15 -15
- package/esm2020/lib/components/icon/icon-hexagon.component.mjs +15 -15
- package/esm2020/lib/components/icon/icon-home.component.mjs +15 -15
- package/esm2020/lib/components/icon/icon-image.component.mjs +15 -15
- package/esm2020/lib/components/icon/icon-info.component.mjs +15 -15
- package/esm2020/lib/components/icon/icon-invoice.component.mjs +15 -15
- package/esm2020/lib/components/icon/icon-list.component.mjs +15 -15
- package/esm2020/lib/components/icon/icon-location-pin.component.mjs +15 -15
- package/esm2020/lib/components/icon/icon-login.component.mjs +15 -15
- package/esm2020/lib/components/icon/icon-logout.component.mjs +15 -15
- package/esm2020/lib/components/icon/icon-medal.component.mjs +15 -15
- package/esm2020/lib/components/icon/icon-menu.component.mjs +15 -15
- package/esm2020/lib/components/icon/icon-money-cedule.component.mjs +15 -15
- package/esm2020/lib/components/icon/icon-money-hand.component.mjs +15 -15
- package/esm2020/lib/components/icon/icon-money-sign.component.mjs +15 -15
- package/esm2020/lib/components/icon/icon-money.component.mjs +15 -15
- package/esm2020/lib/components/icon/icon-more-circle.component.mjs +15 -0
- package/esm2020/lib/components/icon/icon-more.component.mjs +15 -15
- package/esm2020/lib/components/icon/icon-new-company.component.mjs +15 -15
- package/esm2020/lib/components/icon/icon-offered.component.mjs +15 -15
- package/esm2020/lib/components/icon/icon-password.component.mjs +15 -15
- package/esm2020/lib/components/icon/icon-people.component.mjs +15 -15
- package/esm2020/lib/components/icon/icon-percent.component.mjs +15 -15
- package/esm2020/lib/components/icon/icon-person-document.component.mjs +15 -15
- package/esm2020/lib/components/icon/icon-person-sad.component.mjs +15 -15
- package/esm2020/lib/components/icon/icon-phone-call.component.mjs +15 -15
- package/esm2020/lib/components/icon/icon-phone.component.mjs +15 -15
- package/esm2020/lib/components/icon/icon-pin-navigation.component.mjs +15 -15
- package/esm2020/lib/components/icon/icon-pork.component.mjs +15 -15
- package/esm2020/lib/components/icon/icon-radio.component.mjs +15 -15
- package/esm2020/lib/components/icon/icon-refresh.component.mjs +15 -15
- package/esm2020/lib/components/icon/icon-repeat.component.mjs +15 -15
- package/esm2020/lib/components/icon/icon-search.component.mjs +15 -15
- package/esm2020/lib/components/icon/icon-second-warning.component.mjs +15 -15
- package/esm2020/lib/components/icon/icon-settings.component.mjs +15 -15
- package/esm2020/lib/components/icon/icon-shield-chekmark.component.mjs +15 -15
- package/esm2020/lib/components/icon/icon-star.component.mjs +15 -15
- package/esm2020/lib/components/icon/icon-today.component.mjs +15 -15
- package/esm2020/lib/components/icon/icon-trash.component.mjs +15 -15
- package/esm2020/lib/components/icon/icon-trophy.component.mjs +15 -15
- package/esm2020/lib/components/icon/icon-unfold-more.component.mjs +15 -15
- package/esm2020/lib/components/icon/icon-upload.component.mjs +15 -15
- package/esm2020/lib/components/icon/icon-user-group.component.mjs +15 -15
- package/esm2020/lib/components/icon/icon-user.component.mjs +15 -15
- package/esm2020/lib/components/icon/icon-waiting.component.mjs +15 -15
- package/esm2020/lib/components/icon/icon-wallet.component.mjs +15 -15
- package/esm2020/lib/components/icon/icon-warning.component.mjs +15 -15
- package/esm2020/lib/components/icon/icon.component.mjs +1393 -1380
- package/esm2020/lib/components/icon/icon.module.mjs +321 -318
- package/esm2020/lib/components/icon/index.mjs +96 -96
- package/esm2020/lib/components/image-crop/image-crop.component.mjs +516 -516
- package/esm2020/lib/components/image-crop/image-crop.module.mjs +41 -41
- package/esm2020/lib/components/image-crop/index.mjs +3 -3
- package/esm2020/lib/components/index.mjs +20 -20
- package/esm2020/lib/components/input/index.mjs +4 -4
- package/esm2020/lib/components/input/input-filter.component.mjs +286 -286
- package/esm2020/lib/components/input/input.component.mjs +384 -384
- package/esm2020/lib/components/input/input.module.mjs +38 -38
- package/esm2020/lib/components/input-phone/index.mjs +3 -3
- package/esm2020/lib/components/input-phone/input-phone.component.mjs +304 -304
- package/esm2020/lib/components/input-phone/input-phone.module.mjs +45 -45
- package/esm2020/lib/components/modal/index.mjs +3 -3
- package/esm2020/lib/components/modal/modal.component.mjs +236 -236
- package/esm2020/lib/components/modal/modal.module.mjs +21 -21
- package/esm2020/lib/components/option/index.mjs +3 -3
- package/esm2020/lib/components/option/option.component.mjs +131 -131
- package/esm2020/lib/components/option/option.module.mjs +29 -29
- package/esm2020/lib/components/radiobutton/index.mjs +3 -3
- package/esm2020/lib/components/radiobutton/radiobutton.component.mjs +165 -165
- package/esm2020/lib/components/radiobutton/radiobutton.module.mjs +36 -36
- package/esm2020/lib/components/select/index.mjs +6 -6
- package/esm2020/lib/components/select/select-filter.component.mjs +197 -197
- package/esm2020/lib/components/select/select-multiple.component.mjs +304 -304
- package/esm2020/lib/components/select/select-search.component.mjs +306 -306
- package/esm2020/lib/components/select/select.component.mjs +245 -245
- package/esm2020/lib/components/select/select.module.mjs +61 -61
- package/esm2020/lib/components/stepper/index.mjs +3 -3
- package/esm2020/lib/components/stepper/stepper.component.mjs +57 -57
- package/esm2020/lib/components/stepper/stepper.module.mjs +20 -20
- package/esm2020/lib/components/tab/index.mjs +2 -2
- package/esm2020/lib/components/tab/tab.component.mjs +91 -91
- package/esm2020/lib/components/tab/tab.module.mjs +20 -20
- package/esm2020/lib/components/table/index.mjs +4 -4
- package/esm2020/lib/components/table/table-column.component.mjs +34 -34
- package/esm2020/lib/components/table/table.component.mjs +267 -267
- package/esm2020/lib/components/table/table.module.mjs +23 -23
- package/esm2020/lib/components/toggle/index.mjs +2 -2
- package/esm2020/lib/components/toggle/toggle.component.mjs +56 -56
- package/esm2020/lib/components/toggle/toggle.module.mjs +18 -18
- package/esm2020/lib/components/wizard/index.mjs +3 -3
- package/esm2020/lib/components/wizard/wizard.component.mjs +61 -61
- package/esm2020/lib/components/wizard/wizard.module.mjs +33 -33
- package/esm2020/lib/core/index.mjs +4 -4
- package/esm2020/lib/core/interfaces/index.mjs +2 -2
- package/esm2020/lib/core/interfaces/monkey-modal-settings.mjs +1 -1
- package/esm2020/lib/core/interfaces/monkey-style-settings.mjs +2 -2
- package/esm2020/lib/core/services/index.mjs +4 -4
- package/esm2020/lib/core/services/modal/index.mjs +2 -2
- package/esm2020/lib/core/services/modal/monkey-style-guide-modal-fixed.service.mjs +51 -51
- package/esm2020/lib/core/services/modal/monkey-style-guide-modal.service.mjs +54 -54
- package/esm2020/lib/core/services/monkey-style-guide.service.mjs +17 -17
- package/esm2020/lib/core/services/settings/index.mjs +1 -1
- package/esm2020/lib/core/services/settings/monkey-style-guide-settings.service.mjs +41 -41
- package/esm2020/lib/core/services/settings/monkey-style-guide-theme-settings.service.mjs +80 -80
- package/esm2020/lib/core/services/snackbar/index.mjs +1 -1
- package/esm2020/lib/core/services/snackbar/mokey-style-guide-snackbar.service.mjs +226 -226
- package/esm2020/lib/core/utils/index.mjs +1 -1
- package/esm2020/lib/core/utils/utils.mjs +240 -240
- package/esm2020/lib/monkey-style-guide.module.mjs +31 -31
- package/esm2020/monkey-style-guide.mjs +4 -4
- package/esm2020/public-api.mjs +9 -9
- package/fesm2015/monkey-style-guide.mjs +8734 -8707
- package/fesm2015/monkey-style-guide.mjs.map +1 -1
- package/fesm2020/monkey-style-guide.mjs +8723 -8696
- package/fesm2020/monkey-style-guide.mjs.map +1 -1
- package/lib/components/badge/badge.component.d.ts +8 -8
- package/lib/components/badge/badge.module.d.ts +8 -8
- package/lib/components/badge/index.d.ts +2 -2
- package/lib/components/button/button-avatar.component.d.ts +19 -19
- package/lib/components/button/button-dropdown.component.d.ts +23 -23
- package/lib/components/button/button.component.d.ts +22 -22
- package/lib/components/button/button.module.d.ts +12 -12
- package/lib/components/button/index.d.ts +4 -4
- package/lib/components/checkbox/checkbox.component.d.ts +32 -32
- package/lib/components/checkbox/checkbox.module.d.ts +9 -9
- package/lib/components/checkbox/index.d.ts +2 -2
- package/lib/components/date-range-picker/date-range-picker.component.d.ts +69 -69
- package/lib/components/date-range-picker/date-range-picker.module.d.ts +11 -11
- package/lib/components/date-range-picker/index.d.ts +2 -2
- package/lib/components/expansion/expansion.component.d.ts +20 -20
- package/lib/components/expansion/expansion.module.d.ts +9 -9
- package/lib/components/expansion/index.d.ts +2 -2
- package/lib/components/file-upload/file-upload.component.d.ts +51 -51
- package/lib/components/file-upload/file-upload.module.d.ts +11 -11
- package/lib/components/file-upload/index.d.ts +2 -2
- package/lib/components/icon/icon-add-plus.component.d.ts +7 -7
- package/lib/components/icon/icon-arrow-down.component.d.ts +7 -7
- package/lib/components/icon/icon-arrow-left.component.d.ts +7 -7
- package/lib/components/icon/icon-arrow-line-right.component.d.ts +7 -7
- package/lib/components/icon/icon-arrow-right.component.d.ts +7 -7
- package/lib/components/icon/icon-arrow-up.component.d.ts +7 -7
- package/lib/components/icon/icon-arrows.component.d.ts +7 -7
- package/lib/components/icon/icon-auction.component.d.ts +7 -7
- package/lib/components/icon/icon-bank-account.component.d.ts +7 -7
- package/lib/components/icon/icon-bank.component.d.ts +7 -7
- package/lib/components/icon/icon-banknote-search.component.d.ts +7 -7
- package/lib/components/icon/icon-bell.component.d.ts +7 -7
- package/lib/components/icon/icon-book.component.d.ts +7 -7
- package/lib/components/icon/icon-box.component.d.ts +7 -7
- package/lib/components/icon/icon-build-person.component.d.ts +7 -7
- package/lib/components/icon/icon-calendar.component.d.ts +7 -7
- package/lib/components/icon/icon-camera.component.d.ts +7 -7
- package/lib/components/icon/icon-card-machine.component.d.ts +7 -7
- package/lib/components/icon/icon-card.component.d.ts +7 -7
- package/lib/components/icon/icon-cash-banknote-invoice.d.ts +7 -7
- package/lib/components/icon/icon-chat.component.d.ts +7 -7
- package/lib/components/icon/icon-check-circle-out.component.d.ts +7 -7
- package/lib/components/icon/icon-check-circle.component.d.ts +7 -7
- package/lib/components/icon/icon-check-grey.component.d.ts +7 -7
- package/lib/components/icon/icon-check-white.component.d.ts +7 -7
- package/lib/components/icon/icon-check.component.d.ts +7 -7
- package/lib/components/icon/icon-clipboard.component.d.ts +7 -7
- package/lib/components/icon/icon-clock.component.d.ts +7 -7
- package/lib/components/icon/icon-close.component.d.ts +7 -7
- package/lib/components/icon/icon-cnpj.component.d.ts +7 -7
- package/lib/components/icon/icon-codepen.component.d.ts +7 -7
- package/lib/components/icon/icon-company-name.component.d.ts +7 -7
- package/lib/components/icon/icon-contract-pen.component.d.ts +7 -7
- package/lib/components/icon/icon-contract.component.d.ts +7 -7
- package/lib/components/icon/icon-delete.component.d.ts +7 -7
- package/lib/components/icon/icon-document.component.d.ts +7 -7
- package/lib/components/icon/icon-dollar-sign-circle.component.d.ts +7 -7
- package/lib/components/icon/icon-dollar-sign.component.d.ts +7 -7
- package/lib/components/icon/icon-domain.component.d.ts +7 -7
- package/lib/components/icon/icon-dots-menu.component.d.ts +7 -7
- package/lib/components/icon/icon-double-arrow-left.component.d.ts +7 -7
- package/lib/components/icon/icon-double-arrow-right.component.d.ts +7 -7
- package/lib/components/icon/icon-download.component.d.ts +7 -7
- package/lib/components/icon/icon-edit-square.component.d.ts +7 -7
- package/lib/components/icon/icon-edit.component.d.ts +7 -7
- package/lib/components/icon/icon-email.component.d.ts +7 -7
- package/lib/components/icon/icon-empty-doc.component.d.ts +7 -7
- package/lib/components/icon/icon-error.component.d.ts +7 -7
- package/lib/components/icon/icon-eye-closed.component.d.ts +7 -7
- package/lib/components/icon/icon-eye-open.component.d.ts +7 -7
- package/lib/components/icon/icon-filter.component.d.ts +7 -7
- package/lib/components/icon/icon-grid.component.d.ts +7 -7
- package/lib/components/icon/icon-hands-clap.component.d.ts +7 -7
- package/lib/components/icon/icon-help.component.d.ts +7 -7
- package/lib/components/icon/icon-hexagon.component.d.ts +7 -7
- package/lib/components/icon/icon-home.component.d.ts +7 -7
- package/lib/components/icon/icon-image.component.d.ts +7 -7
- package/lib/components/icon/icon-info.component.d.ts +7 -7
- package/lib/components/icon/icon-invoice.component.d.ts +7 -7
- package/lib/components/icon/icon-list.component.d.ts +7 -7
- package/lib/components/icon/icon-location-pin.component.d.ts +7 -7
- package/lib/components/icon/icon-login.component.d.ts +7 -7
- package/lib/components/icon/icon-logout.component.d.ts +7 -7
- package/lib/components/icon/icon-medal.component.d.ts +7 -7
- package/lib/components/icon/icon-menu.component.d.ts +7 -7
- package/lib/components/icon/icon-money-cedule.component.d.ts +7 -7
- package/lib/components/icon/icon-money-hand.component.d.ts +7 -7
- package/lib/components/icon/icon-money-sign.component.d.ts +7 -7
- package/lib/components/icon/icon-money.component.d.ts +7 -7
- package/lib/components/icon/icon-more-circle.component.d.ts +7 -0
- package/lib/components/icon/icon-more.component.d.ts +7 -7
- package/lib/components/icon/icon-new-company.component.d.ts +7 -7
- package/lib/components/icon/icon-offered.component.d.ts +7 -7
- package/lib/components/icon/icon-password.component.d.ts +7 -7
- package/lib/components/icon/icon-people.component.d.ts +7 -7
- package/lib/components/icon/icon-percent.component.d.ts +7 -7
- package/lib/components/icon/icon-person-document.component.d.ts +7 -7
- package/lib/components/icon/icon-person-sad.component.d.ts +7 -7
- package/lib/components/icon/icon-phone-call.component.d.ts +7 -7
- package/lib/components/icon/icon-phone.component.d.ts +7 -7
- package/lib/components/icon/icon-pin-navigation.component.d.ts +7 -7
- package/lib/components/icon/icon-pork.component.d.ts +7 -7
- package/lib/components/icon/icon-radio.component.d.ts +7 -7
- package/lib/components/icon/icon-refresh.component.d.ts +7 -7
- package/lib/components/icon/icon-repeat.component.d.ts +7 -7
- package/lib/components/icon/icon-search.component.d.ts +7 -7
- package/lib/components/icon/icon-second-warning.component.d.ts +7 -7
- package/lib/components/icon/icon-settings.component.d.ts +7 -7
- package/lib/components/icon/icon-shield-chekmark.component.d.ts +7 -7
- package/lib/components/icon/icon-star.component.d.ts +7 -7
- package/lib/components/icon/icon-today.component.d.ts +7 -7
- package/lib/components/icon/icon-trash.component.d.ts +7 -7
- package/lib/components/icon/icon-trophy.component.d.ts +7 -7
- package/lib/components/icon/icon-unfold-more.component.d.ts +7 -7
- package/lib/components/icon/icon-upload.component.d.ts +7 -7
- package/lib/components/icon/icon-user-group.component.d.ts +7 -7
- package/lib/components/icon/icon-user.component.d.ts +7 -7
- package/lib/components/icon/icon-waiting.component.d.ts +7 -7
- package/lib/components/icon/icon-wallet.component.d.ts +7 -7
- package/lib/components/icon/icon-warning.component.d.ts +7 -7
- package/lib/components/icon/icon.component.d.ts +27 -27
- package/lib/components/icon/icon.module.d.ts +108 -107
- package/lib/components/icon/index.d.ts +95 -95
- package/lib/components/image-crop/image-crop.component.d.ts +77 -77
- package/lib/components/image-crop/image-crop.module.d.ts +12 -12
- package/lib/components/image-crop/index.d.ts +2 -2
- package/lib/components/index.d.ts +19 -19
- package/lib/components/input/index.d.ts +3 -3
- package/lib/components/input/input-filter.component.d.ts +55 -55
- package/lib/components/input/input.component.d.ts +64 -64
- package/lib/components/input/input.module.d.ts +12 -12
- package/lib/components/input-phone/index.d.ts +2 -2
- package/lib/components/input-phone/input-phone.component.d.ts +62 -62
- package/lib/components/input-phone/input-phone.module.d.ts +13 -13
- package/lib/components/modal/index.d.ts +2 -2
- package/lib/components/modal/modal.component.d.ts +24 -24
- package/lib/components/modal/modal.module.d.ts +10 -10
- package/lib/components/option/index.d.ts +2 -2
- package/lib/components/option/option.component.d.ts +22 -22
- package/lib/components/option/option.module.d.ts +8 -8
- package/lib/components/radiobutton/index.d.ts +2 -2
- package/lib/components/radiobutton/radiobutton.component.d.ts +39 -39
- package/lib/components/radiobutton/radiobutton.module.d.ts +9 -9
- package/lib/components/select/index.d.ts +5 -5
- package/lib/components/select/select-filter.component.d.ts +41 -41
- package/lib/components/select/select-multiple.component.d.ts +48 -48
- package/lib/components/select/select-search.component.d.ts +56 -56
- package/lib/components/select/select.component.d.ts +48 -48
- package/lib/components/select/select.module.d.ts +15 -15
- package/lib/components/stepper/index.d.ts +2 -2
- package/lib/components/stepper/stepper.component.d.ts +18 -18
- package/lib/components/stepper/stepper.module.d.ts +9 -9
- package/lib/components/tab/index.d.ts +2 -2
- package/lib/components/tab/tab.component.d.ts +24 -24
- package/lib/components/tab/tab.module.d.ts +10 -10
- package/lib/components/table/index.d.ts +3 -3
- package/lib/components/table/table-column.component.d.ts +5 -5
- package/lib/components/table/table.component.d.ts +59 -59
- package/lib/components/table/table.module.d.ts +12 -12
- package/lib/components/toggle/index.d.ts +2 -2
- package/lib/components/toggle/toggle.component.d.ts +18 -18
- package/lib/components/toggle/toggle.module.d.ts +8 -8
- package/lib/components/wizard/index.d.ts +2 -2
- package/lib/components/wizard/wizard.component.d.ts +18 -18
- package/lib/components/wizard/wizard.module.d.ts +9 -9
- package/lib/core/index.d.ts +3 -3
- package/lib/core/interfaces/index.d.ts +2 -2
- package/lib/core/interfaces/monkey-modal-settings.d.ts +58 -58
- package/lib/core/interfaces/monkey-style-settings.d.ts +59 -59
- package/lib/core/services/index.d.ts +3 -3
- package/lib/core/services/modal/index.d.ts +2 -2
- package/lib/core/services/modal/monkey-style-guide-modal-fixed.service.d.ts +16 -16
- package/lib/core/services/modal/monkey-style-guide-modal.service.d.ts +18 -18
- package/lib/core/services/monkey-style-guide.service.d.ts +10 -10
- package/lib/core/services/settings/index.d.ts +1 -1
- package/lib/core/services/settings/monkey-style-guide-settings.service.d.ts +15 -15
- package/lib/core/services/settings/monkey-style-guide-theme-settings.service.d.ts +12 -12
- package/lib/core/services/snackbar/index.d.ts +1 -1
- package/lib/core/services/snackbar/mokey-style-guide-snackbar.service.d.ts +58 -58
- package/lib/core/utils/index.d.ts +1 -1
- package/lib/core/utils/utils.d.ts +29 -29
- package/lib/monkey-style-guide.module.d.ts +8 -8
- package/monkey-style-guide-2.0.155.tgz +0 -0
- package/monkey-style-guide.d.ts +5 -5
- package/package.json +1 -1
- package/public-api.d.ts +8 -8
- package/monkey-style-guide-2.0.154.tgz +0 -0
|
@@ -1,107 +1,108 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./icon-arrows.component";
|
|
3
|
-
import * as i2 from "./icon-bank-account.component";
|
|
4
|
-
import * as i3 from "./icon-add-plus.component";
|
|
5
|
-
import * as i4 from "./icon-arrow-down.component";
|
|
6
|
-
import * as i5 from "./icon-arrow-left.component";
|
|
7
|
-
import * as i6 from "./icon-arrow-line-right.component";
|
|
8
|
-
import * as i7 from "./icon-arrow-right.component";
|
|
9
|
-
import * as i8 from "./icon-arrow-up.component";
|
|
10
|
-
import * as i9 from "./icon-auction.component";
|
|
11
|
-
import * as i10 from "./icon-bank.component";
|
|
12
|
-
import * as i11 from "./icon-banknote-search.component";
|
|
13
|
-
import * as i12 from "./icon-bell.component";
|
|
14
|
-
import * as i13 from "./icon-book.component";
|
|
15
|
-
import * as i14 from "./icon-box.component";
|
|
16
|
-
import * as i15 from "./icon-build-person.component";
|
|
17
|
-
import * as i16 from "./icon-calendar.component";
|
|
18
|
-
import * as i17 from "./icon-camera.component";
|
|
19
|
-
import * as i18 from "./icon-card.component";
|
|
20
|
-
import * as i19 from "./icon-card-machine.component";
|
|
21
|
-
import * as i20 from "./icon-cash-banknote-invoice";
|
|
22
|
-
import * as i21 from "./icon-chat.component";
|
|
23
|
-
import * as i22 from "./icon-check-circle.component";
|
|
24
|
-
import * as i23 from "./icon-check-circle-out.component";
|
|
25
|
-
import * as i24 from "./icon-check.component";
|
|
26
|
-
import * as i25 from "./icon-check-grey.component";
|
|
27
|
-
import * as i26 from "./icon-check-white.component";
|
|
28
|
-
import * as i27 from "./icon-clipboard.component";
|
|
29
|
-
import * as i28 from "./icon-clock.component";
|
|
30
|
-
import * as i29 from "./icon-close.component";
|
|
31
|
-
import * as i30 from "./icon-cnpj.component";
|
|
32
|
-
import * as i31 from "./icon-codepen.component";
|
|
33
|
-
import * as i32 from "./icon-company-name.component";
|
|
34
|
-
import * as i33 from "./icon.component";
|
|
35
|
-
import * as i34 from "./icon-contract.component";
|
|
36
|
-
import * as i35 from "./icon-contract-pen.component";
|
|
37
|
-
import * as i36 from "./icon-delete.component";
|
|
38
|
-
import * as i37 from "./icon-document.component";
|
|
39
|
-
import * as i38 from "./icon-dollar-sign-circle.component";
|
|
40
|
-
import * as i39 from "./icon-dollar-sign.component";
|
|
41
|
-
import * as i40 from "./icon-domain.component";
|
|
42
|
-
import * as i41 from "./icon-dots-menu.component";
|
|
43
|
-
import * as i42 from "./icon-double-arrow-left.component";
|
|
44
|
-
import * as i43 from "./icon-double-arrow-right.component";
|
|
45
|
-
import * as i44 from "./icon-download.component";
|
|
46
|
-
import * as i45 from "./icon-edit.component";
|
|
47
|
-
import * as i46 from "./icon-edit-square.component";
|
|
48
|
-
import * as i47 from "./icon-email.component";
|
|
49
|
-
import * as i48 from "./icon-empty-doc.component";
|
|
50
|
-
import * as i49 from "./icon-error.component";
|
|
51
|
-
import * as i50 from "./icon-eye-closed.component";
|
|
52
|
-
import * as i51 from "./icon-eye-open.component";
|
|
53
|
-
import * as i52 from "./icon-filter.component";
|
|
54
|
-
import * as i53 from "./icon-grid.component";
|
|
55
|
-
import * as i54 from "./icon-hands-clap.component";
|
|
56
|
-
import * as i55 from "./icon-help.component";
|
|
57
|
-
import * as i56 from "./icon-hexagon.component";
|
|
58
|
-
import * as i57 from "./icon-home.component";
|
|
59
|
-
import * as i58 from "./icon-image.component";
|
|
60
|
-
import * as i59 from "./icon-info.component";
|
|
61
|
-
import * as i60 from "./icon-invoice.component";
|
|
62
|
-
import * as i61 from "./icon-list.component";
|
|
63
|
-
import * as i62 from "./icon-location-pin.component";
|
|
64
|
-
import * as i63 from "./icon-login.component";
|
|
65
|
-
import * as i64 from "./icon-logout.component";
|
|
66
|
-
import * as i65 from "./icon-medal.component";
|
|
67
|
-
import * as i66 from "./icon-menu.component";
|
|
68
|
-
import * as i67 from "./icon-money-cedule.component";
|
|
69
|
-
import * as i68 from "./icon-money.component";
|
|
70
|
-
import * as i69 from "./icon-money-hand.component";
|
|
71
|
-
import * as i70 from "./icon-money-sign.component";
|
|
72
|
-
import * as i71 from "./icon-more.component";
|
|
73
|
-
import * as i72 from "./icon-
|
|
74
|
-
import * as i73 from "./icon-
|
|
75
|
-
import * as i74 from "./icon-
|
|
76
|
-
import * as i75 from "./icon-
|
|
77
|
-
import * as i76 from "./icon-
|
|
78
|
-
import * as i77 from "./icon-
|
|
79
|
-
import * as i78 from "./icon-person-
|
|
80
|
-
import * as i79 from "./icon-
|
|
81
|
-
import * as i80 from "./icon-phone.component";
|
|
82
|
-
import * as i81 from "./icon-
|
|
83
|
-
import * as i82 from "./icon-
|
|
84
|
-
import * as i83 from "./icon-
|
|
85
|
-
import * as i84 from "./icon-
|
|
86
|
-
import * as i85 from "./icon-
|
|
87
|
-
import * as i86 from "./icon-
|
|
88
|
-
import * as i87 from "./icon-
|
|
89
|
-
import * as i88 from "./icon-
|
|
90
|
-
import * as i89 from "./icon-
|
|
91
|
-
import * as i90 from "./icon-
|
|
92
|
-
import * as i91 from "./icon-
|
|
93
|
-
import * as i92 from "./icon-
|
|
94
|
-
import * as i93 from "./icon-
|
|
95
|
-
import * as i94 from "./icon-
|
|
96
|
-
import * as i95 from "./icon-
|
|
97
|
-
import * as i96 from "./icon-
|
|
98
|
-
import * as i97 from "./icon-user
|
|
99
|
-
import * as i98 from "./icon-
|
|
100
|
-
import * as i99 from "./icon-
|
|
101
|
-
import * as i100 from "./icon-
|
|
102
|
-
import * as i101 from "
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
static
|
|
106
|
-
static
|
|
107
|
-
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./icon-arrows.component";
|
|
3
|
+
import * as i2 from "./icon-bank-account.component";
|
|
4
|
+
import * as i3 from "./icon-add-plus.component";
|
|
5
|
+
import * as i4 from "./icon-arrow-down.component";
|
|
6
|
+
import * as i5 from "./icon-arrow-left.component";
|
|
7
|
+
import * as i6 from "./icon-arrow-line-right.component";
|
|
8
|
+
import * as i7 from "./icon-arrow-right.component";
|
|
9
|
+
import * as i8 from "./icon-arrow-up.component";
|
|
10
|
+
import * as i9 from "./icon-auction.component";
|
|
11
|
+
import * as i10 from "./icon-bank.component";
|
|
12
|
+
import * as i11 from "./icon-banknote-search.component";
|
|
13
|
+
import * as i12 from "./icon-bell.component";
|
|
14
|
+
import * as i13 from "./icon-book.component";
|
|
15
|
+
import * as i14 from "./icon-box.component";
|
|
16
|
+
import * as i15 from "./icon-build-person.component";
|
|
17
|
+
import * as i16 from "./icon-calendar.component";
|
|
18
|
+
import * as i17 from "./icon-camera.component";
|
|
19
|
+
import * as i18 from "./icon-card.component";
|
|
20
|
+
import * as i19 from "./icon-card-machine.component";
|
|
21
|
+
import * as i20 from "./icon-cash-banknote-invoice";
|
|
22
|
+
import * as i21 from "./icon-chat.component";
|
|
23
|
+
import * as i22 from "./icon-check-circle.component";
|
|
24
|
+
import * as i23 from "./icon-check-circle-out.component";
|
|
25
|
+
import * as i24 from "./icon-check.component";
|
|
26
|
+
import * as i25 from "./icon-check-grey.component";
|
|
27
|
+
import * as i26 from "./icon-check-white.component";
|
|
28
|
+
import * as i27 from "./icon-clipboard.component";
|
|
29
|
+
import * as i28 from "./icon-clock.component";
|
|
30
|
+
import * as i29 from "./icon-close.component";
|
|
31
|
+
import * as i30 from "./icon-cnpj.component";
|
|
32
|
+
import * as i31 from "./icon-codepen.component";
|
|
33
|
+
import * as i32 from "./icon-company-name.component";
|
|
34
|
+
import * as i33 from "./icon.component";
|
|
35
|
+
import * as i34 from "./icon-contract.component";
|
|
36
|
+
import * as i35 from "./icon-contract-pen.component";
|
|
37
|
+
import * as i36 from "./icon-delete.component";
|
|
38
|
+
import * as i37 from "./icon-document.component";
|
|
39
|
+
import * as i38 from "./icon-dollar-sign-circle.component";
|
|
40
|
+
import * as i39 from "./icon-dollar-sign.component";
|
|
41
|
+
import * as i40 from "./icon-domain.component";
|
|
42
|
+
import * as i41 from "./icon-dots-menu.component";
|
|
43
|
+
import * as i42 from "./icon-double-arrow-left.component";
|
|
44
|
+
import * as i43 from "./icon-double-arrow-right.component";
|
|
45
|
+
import * as i44 from "./icon-download.component";
|
|
46
|
+
import * as i45 from "./icon-edit.component";
|
|
47
|
+
import * as i46 from "./icon-edit-square.component";
|
|
48
|
+
import * as i47 from "./icon-email.component";
|
|
49
|
+
import * as i48 from "./icon-empty-doc.component";
|
|
50
|
+
import * as i49 from "./icon-error.component";
|
|
51
|
+
import * as i50 from "./icon-eye-closed.component";
|
|
52
|
+
import * as i51 from "./icon-eye-open.component";
|
|
53
|
+
import * as i52 from "./icon-filter.component";
|
|
54
|
+
import * as i53 from "./icon-grid.component";
|
|
55
|
+
import * as i54 from "./icon-hands-clap.component";
|
|
56
|
+
import * as i55 from "./icon-help.component";
|
|
57
|
+
import * as i56 from "./icon-hexagon.component";
|
|
58
|
+
import * as i57 from "./icon-home.component";
|
|
59
|
+
import * as i58 from "./icon-image.component";
|
|
60
|
+
import * as i59 from "./icon-info.component";
|
|
61
|
+
import * as i60 from "./icon-invoice.component";
|
|
62
|
+
import * as i61 from "./icon-list.component";
|
|
63
|
+
import * as i62 from "./icon-location-pin.component";
|
|
64
|
+
import * as i63 from "./icon-login.component";
|
|
65
|
+
import * as i64 from "./icon-logout.component";
|
|
66
|
+
import * as i65 from "./icon-medal.component";
|
|
67
|
+
import * as i66 from "./icon-menu.component";
|
|
68
|
+
import * as i67 from "./icon-money-cedule.component";
|
|
69
|
+
import * as i68 from "./icon-money.component";
|
|
70
|
+
import * as i69 from "./icon-money-hand.component";
|
|
71
|
+
import * as i70 from "./icon-money-sign.component";
|
|
72
|
+
import * as i71 from "./icon-more-circle.component";
|
|
73
|
+
import * as i72 from "./icon-more.component";
|
|
74
|
+
import * as i73 from "./icon-new-company.component";
|
|
75
|
+
import * as i74 from "./icon-offered.component";
|
|
76
|
+
import * as i75 from "./icon-password.component";
|
|
77
|
+
import * as i76 from "./icon-people.component";
|
|
78
|
+
import * as i77 from "./icon-percent.component";
|
|
79
|
+
import * as i78 from "./icon-person-document.component";
|
|
80
|
+
import * as i79 from "./icon-person-sad.component";
|
|
81
|
+
import * as i80 from "./icon-phone-call.component";
|
|
82
|
+
import * as i81 from "./icon-phone.component";
|
|
83
|
+
import * as i82 from "./icon-pin-navigation.component";
|
|
84
|
+
import * as i83 from "./icon-pork.component";
|
|
85
|
+
import * as i84 from "./icon-radio.component";
|
|
86
|
+
import * as i85 from "./icon-refresh.component";
|
|
87
|
+
import * as i86 from "./icon-repeat.component";
|
|
88
|
+
import * as i87 from "./icon-search.component";
|
|
89
|
+
import * as i88 from "./icon-second-warning.component";
|
|
90
|
+
import * as i89 from "./icon-settings.component";
|
|
91
|
+
import * as i90 from "./icon-shield-chekmark.component";
|
|
92
|
+
import * as i91 from "./icon-star.component";
|
|
93
|
+
import * as i92 from "./icon-today.component";
|
|
94
|
+
import * as i93 from "./icon-trash.component";
|
|
95
|
+
import * as i94 from "./icon-trophy.component";
|
|
96
|
+
import * as i95 from "./icon-unfold-more.component";
|
|
97
|
+
import * as i96 from "./icon-upload.component";
|
|
98
|
+
import * as i97 from "./icon-user.component";
|
|
99
|
+
import * as i98 from "./icon-user-group.component";
|
|
100
|
+
import * as i99 from "./icon-waiting.component";
|
|
101
|
+
import * as i100 from "./icon-wallet.component";
|
|
102
|
+
import * as i101 from "./icon-warning.component";
|
|
103
|
+
import * as i102 from "@angular/common";
|
|
104
|
+
export declare class MonkeyIconModule {
|
|
105
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyIconModule, never>;
|
|
106
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<MonkeyIconModule, [typeof i1.MonkeyArrowsComponent, typeof i2.MonkeyBankAccountComponent, typeof i3.MonkeyIconAddPlusComponent, typeof i4.MonkeyIconArrowDownComponent, typeof i5.MonkeyIconArrowLeftComponent, typeof i6.MonkeyIconArrowLineRightComponent, typeof i7.MonkeyIconArrowRightComponent, typeof i8.MonkeyIconArrowUpComponent, typeof i9.MonkeyIconAuctionComponent, typeof i10.MonkeyIconBankComponent, typeof i11.MonkeyIconBankNoteSearchComponent, typeof i12.MonkeyIconBellComponent, typeof i13.MonkeyIconBookComponent, typeof i14.MonkeyIconBoxComponent, typeof i15.MonkeyIconBuildPersonComponent, typeof i16.MonkeyIconCalendarComponent, typeof i17.MonkeyIconCameraComponent, typeof i18.MonkeyIconCardComponent, typeof i19.MonkeyIconCardMachineComponent, typeof i20.MonkeyIconCashBanknoteInvoiceComponent, typeof i21.MonkeyIconChatComponent, typeof i22.MonkeyIconCheckCircleComponent, typeof i23.MonkeyIconCheckCircleOutComponent, typeof i24.MonkeyIconCheckComponent, typeof i25.MonkeyIconCheckGreyComponent, typeof i26.MonkeyIconCheckWhiteComponent, typeof i27.MonkeyIconClipboardComponent, typeof i28.MonkeyIconClockComponent, typeof i29.MonkeyIconCloseComponent, typeof i30.MonkeyIconCNPJComponent, typeof i31.MonkeyIconCodepenComponent, typeof i32.MonkeyIconCompanyNameComponent, typeof i33.MonkeyIconComponent, typeof i34.MonkeyIconContractComponent, typeof i35.MonkeyIconContractPenComponent, typeof i36.MonkeyIconDeleteComponent, typeof i37.MonkeyIconDocumentComponent, typeof i38.MonkeyIconDollarSignCircleComponent, typeof i39.MonkeyIconDollarSignComponent, typeof i40.MonkeyIconDomainComponent, typeof i41.MonkeyIconDotsMenuComponent, typeof i42.MonkeyIconDoubleArrowLeftComponent, typeof i43.MonkeyIconDoubleArrowRightComponent, typeof i44.MonkeyIconDownloadComponent, typeof i45.MonkeyIconEditComponent, typeof i46.MonkeyIconEditSquareComponent, typeof i47.MonkeyIconEmailComponent, typeof i48.MonkeyIconEmptyDocComponent, typeof i49.MonkeyIconErrorComponent, typeof i50.MonkeyIconEyeClosedComponent, typeof i51.MonkeyIconEyeOpenComponent, typeof i52.MonkeyIconFilterComponent, typeof i53.MonkeyIconGridComponent, typeof i54.MonkeyIconHandsClapComponent, typeof i55.MonkeyIconHelpComponent, typeof i56.MonkeyIconHexagonComponent, typeof i57.MonkeyIconHomeComponent, typeof i58.MonkeyIconImageComponent, typeof i59.MonkeyIconInfoComponent, typeof i60.MonkeyIconInvoiceComponent, typeof i61.MonkeyIconListComponent, typeof i62.MonkeyIconLocationPinComponent, typeof i63.MonkeyIconLoginComponent, typeof i64.MonkeyIconLogoutComponent, typeof i65.MonkeyIconMedalComponent, typeof i66.MonkeyIconMenuComponent, typeof i67.MonkeyIconMoneyCeduleComponent, typeof i68.MonkeyIconMoneyComponent, typeof i69.MonkeyIconMoneyHandComponent, typeof i70.MonkeyIconMoneySignComponent, typeof i71.MonkeyIconMoreCircleComponent, typeof i72.MonkeyIconMoreComponent, typeof i73.MonkeyIconNewCompanyComponent, typeof i74.MonkeyIconOfferedComponent, typeof i75.MonkeyIconPasswordComponent, typeof i76.MonkeyIconPeopleComponent, typeof i77.MonkeyIconPercentComponent, typeof i78.MonkeyIconPersonDocumentComponent, typeof i79.MonkeyIconPersonSadComponent, typeof i80.MonkeyIconPhoneCallComponent, typeof i81.MonkeyIconPhoneComponent, typeof i82.MonkeyIconPinNavigationComponent, typeof i83.MonkeyIconPorkComponent, typeof i84.MonkeyIconRadioComponent, typeof i85.MonkeyIconRefreshComponent, typeof i86.MonkeyIconRepeatComponent, typeof i87.MonkeyIconSearchComponent, typeof i88.MonkeyIconSecondWarningComponent, typeof i89.MonkeyIconSettingsComponent, typeof i90.MonkeyIconShieldChekmarkComponent, typeof i91.MonkeyIconStarComponent, typeof i92.MonkeyIconTodayComponent, typeof i93.MonkeyIconTrashComponent, typeof i94.MonkeyIconTrophyComponent, typeof i95.MonkeyIconUnfoldMoreComponent, typeof i96.MonkeyIconUploadComponent, typeof i97.MonkeyIconUserComponent, typeof i98.MonkeyIconUserGroupComponent, typeof i99.MonkeyIconWaitingComponent, typeof i100.MonkeyIconWalletComponent, typeof i101.MonkeyIconWarningComponent], [typeof i102.CommonModule], [typeof i33.MonkeyIconComponent]>;
|
|
107
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<MonkeyIconModule>;
|
|
108
|
+
}
|
|
@@ -1,95 +1,95 @@
|
|
|
1
|
-
export * from './icon-arrows.component';
|
|
2
|
-
export * from './icon-arrow-left.component';
|
|
3
|
-
export * from './icon-arrow-line-right.component';
|
|
4
|
-
export * from './icon-arrow-right.component';
|
|
5
|
-
export * from './icon-arrow-up.component';
|
|
6
|
-
export * from './icon-auction.component';
|
|
7
|
-
export * from './icon-bank.component';
|
|
8
|
-
export * from './icon-bank-account.component';
|
|
9
|
-
export * from './icon-banknote-search.component';
|
|
10
|
-
export * from './icon-bell.component';
|
|
11
|
-
export * from './icon-book.component';
|
|
12
|
-
export * from './icon-box.component';
|
|
13
|
-
export * from './icon-build-person.component';
|
|
14
|
-
export * from './icon-calendar.component';
|
|
15
|
-
export * from './icon-camera.component';
|
|
16
|
-
export * from './icon-card.component';
|
|
17
|
-
export * from './icon-card-machine.component';
|
|
18
|
-
export * from './icon-chat.component';
|
|
19
|
-
export * from './icon-check-circle-out.component';
|
|
20
|
-
export * from './icon-check-circle.component';
|
|
21
|
-
export * from './icon-check-grey.component';
|
|
22
|
-
export * from './icon-check-white.component';
|
|
23
|
-
export * from './icon-check.component';
|
|
24
|
-
export * from './icon-clipboard.component';
|
|
25
|
-
export * from './icon-clock.component';
|
|
26
|
-
export * from './icon-close.component';
|
|
27
|
-
export * from './icon-cnpj.component';
|
|
28
|
-
export * from './icon-codepen.component';
|
|
29
|
-
export * from './icon-company-name.component';
|
|
30
|
-
export * from './icon-contract.component';
|
|
31
|
-
export * from './icon-contract-pen.component';
|
|
32
|
-
export * from './icon-delete.component';
|
|
33
|
-
export * from './icon-document.component';
|
|
34
|
-
export * from './icon-dollar-sign.component';
|
|
35
|
-
export * from './icon-dollar-sign-circle.component';
|
|
36
|
-
export * from './icon-domain.component';
|
|
37
|
-
export * from './icon-double-arrow-left.component';
|
|
38
|
-
export * from './icon-double-arrow-right.component';
|
|
39
|
-
export * from './icon-download.component';
|
|
40
|
-
export * from './icon-edit-square.component';
|
|
41
|
-
export * from './icon-edit.component';
|
|
42
|
-
export * from './icon-email.component';
|
|
43
|
-
export * from './icon-empty-doc.component';
|
|
44
|
-
export * from './icon-error.component';
|
|
45
|
-
export * from './icon-eye-closed.component';
|
|
46
|
-
export * from './icon-eye-open.component';
|
|
47
|
-
export * from './icon-unfold-more.component';
|
|
48
|
-
export * from './icon-filter.component';
|
|
49
|
-
export * from './icon-grid.component';
|
|
50
|
-
export * from './icon-help.component';
|
|
51
|
-
export * from './icon-hexagon.component';
|
|
52
|
-
export * from './icon-home.component';
|
|
53
|
-
export * from './icon-info.component';
|
|
54
|
-
export * from './icon-invoice.component';
|
|
55
|
-
export * from './icon-image.component';
|
|
56
|
-
export * from './icon-list.component';
|
|
57
|
-
export * from './icon-location-pin.component';
|
|
58
|
-
export * from './icon-login.component';
|
|
59
|
-
export * from './icon-logout.component';
|
|
60
|
-
export * from './icon-medal.component';
|
|
61
|
-
export * from './icon-menu.component';
|
|
62
|
-
export * from './icon-money.component';
|
|
63
|
-
export * from './icon-money-cedule.component';
|
|
64
|
-
export * from './icon-money-hand.component';
|
|
65
|
-
export * from './icon-money-sign.component';
|
|
66
|
-
export * from './icon-more.component';
|
|
67
|
-
export * from './icon-new-company.component';
|
|
68
|
-
export * from './icon-offered.component';
|
|
69
|
-
export * from './icon-password.component';
|
|
70
|
-
export * from './icon-people.component';
|
|
71
|
-
export * from './icon-percent.component';
|
|
72
|
-
export * from './icon-person-document.component';
|
|
73
|
-
export * from './icon-person-sad.component';
|
|
74
|
-
export * from './icon-phone.component';
|
|
75
|
-
export * from './icon-pork.component';
|
|
76
|
-
export * from './icon-radio.component';
|
|
77
|
-
export * from './icon-refresh.component';
|
|
78
|
-
export * from './icon-repeat.component';
|
|
79
|
-
export * from './icon-search.component';
|
|
80
|
-
export * from './icon-second-warning.component';
|
|
81
|
-
export * from './icon-settings.component';
|
|
82
|
-
export * from './icon-shield-chekmark.component';
|
|
83
|
-
export * from './icon-star.component';
|
|
84
|
-
export * from './icon-today.component';
|
|
85
|
-
export * from './icon-trash.component';
|
|
86
|
-
export * from './icon-trophy.component';
|
|
87
|
-
export * from './icon-upload.component';
|
|
88
|
-
export * from './icon-user.component';
|
|
89
|
-
export * from './icon-waiting.component';
|
|
90
|
-
export * from './icon-wallet.component';
|
|
91
|
-
export * from './icon-warning.component';
|
|
92
|
-
export * from './icon.component';
|
|
93
|
-
export * from './icon.module';
|
|
94
|
-
export * from './icon-cash-banknote-invoice';
|
|
95
|
-
export * from './icon-add-plus.component';
|
|
1
|
+
export * from './icon-arrows.component';
|
|
2
|
+
export * from './icon-arrow-left.component';
|
|
3
|
+
export * from './icon-arrow-line-right.component';
|
|
4
|
+
export * from './icon-arrow-right.component';
|
|
5
|
+
export * from './icon-arrow-up.component';
|
|
6
|
+
export * from './icon-auction.component';
|
|
7
|
+
export * from './icon-bank.component';
|
|
8
|
+
export * from './icon-bank-account.component';
|
|
9
|
+
export * from './icon-banknote-search.component';
|
|
10
|
+
export * from './icon-bell.component';
|
|
11
|
+
export * from './icon-book.component';
|
|
12
|
+
export * from './icon-box.component';
|
|
13
|
+
export * from './icon-build-person.component';
|
|
14
|
+
export * from './icon-calendar.component';
|
|
15
|
+
export * from './icon-camera.component';
|
|
16
|
+
export * from './icon-card.component';
|
|
17
|
+
export * from './icon-card-machine.component';
|
|
18
|
+
export * from './icon-chat.component';
|
|
19
|
+
export * from './icon-check-circle-out.component';
|
|
20
|
+
export * from './icon-check-circle.component';
|
|
21
|
+
export * from './icon-check-grey.component';
|
|
22
|
+
export * from './icon-check-white.component';
|
|
23
|
+
export * from './icon-check.component';
|
|
24
|
+
export * from './icon-clipboard.component';
|
|
25
|
+
export * from './icon-clock.component';
|
|
26
|
+
export * from './icon-close.component';
|
|
27
|
+
export * from './icon-cnpj.component';
|
|
28
|
+
export * from './icon-codepen.component';
|
|
29
|
+
export * from './icon-company-name.component';
|
|
30
|
+
export * from './icon-contract.component';
|
|
31
|
+
export * from './icon-contract-pen.component';
|
|
32
|
+
export * from './icon-delete.component';
|
|
33
|
+
export * from './icon-document.component';
|
|
34
|
+
export * from './icon-dollar-sign.component';
|
|
35
|
+
export * from './icon-dollar-sign-circle.component';
|
|
36
|
+
export * from './icon-domain.component';
|
|
37
|
+
export * from './icon-double-arrow-left.component';
|
|
38
|
+
export * from './icon-double-arrow-right.component';
|
|
39
|
+
export * from './icon-download.component';
|
|
40
|
+
export * from './icon-edit-square.component';
|
|
41
|
+
export * from './icon-edit.component';
|
|
42
|
+
export * from './icon-email.component';
|
|
43
|
+
export * from './icon-empty-doc.component';
|
|
44
|
+
export * from './icon-error.component';
|
|
45
|
+
export * from './icon-eye-closed.component';
|
|
46
|
+
export * from './icon-eye-open.component';
|
|
47
|
+
export * from './icon-unfold-more.component';
|
|
48
|
+
export * from './icon-filter.component';
|
|
49
|
+
export * from './icon-grid.component';
|
|
50
|
+
export * from './icon-help.component';
|
|
51
|
+
export * from './icon-hexagon.component';
|
|
52
|
+
export * from './icon-home.component';
|
|
53
|
+
export * from './icon-info.component';
|
|
54
|
+
export * from './icon-invoice.component';
|
|
55
|
+
export * from './icon-image.component';
|
|
56
|
+
export * from './icon-list.component';
|
|
57
|
+
export * from './icon-location-pin.component';
|
|
58
|
+
export * from './icon-login.component';
|
|
59
|
+
export * from './icon-logout.component';
|
|
60
|
+
export * from './icon-medal.component';
|
|
61
|
+
export * from './icon-menu.component';
|
|
62
|
+
export * from './icon-money.component';
|
|
63
|
+
export * from './icon-money-cedule.component';
|
|
64
|
+
export * from './icon-money-hand.component';
|
|
65
|
+
export * from './icon-money-sign.component';
|
|
66
|
+
export * from './icon-more.component';
|
|
67
|
+
export * from './icon-new-company.component';
|
|
68
|
+
export * from './icon-offered.component';
|
|
69
|
+
export * from './icon-password.component';
|
|
70
|
+
export * from './icon-people.component';
|
|
71
|
+
export * from './icon-percent.component';
|
|
72
|
+
export * from './icon-person-document.component';
|
|
73
|
+
export * from './icon-person-sad.component';
|
|
74
|
+
export * from './icon-phone.component';
|
|
75
|
+
export * from './icon-pork.component';
|
|
76
|
+
export * from './icon-radio.component';
|
|
77
|
+
export * from './icon-refresh.component';
|
|
78
|
+
export * from './icon-repeat.component';
|
|
79
|
+
export * from './icon-search.component';
|
|
80
|
+
export * from './icon-second-warning.component';
|
|
81
|
+
export * from './icon-settings.component';
|
|
82
|
+
export * from './icon-shield-chekmark.component';
|
|
83
|
+
export * from './icon-star.component';
|
|
84
|
+
export * from './icon-today.component';
|
|
85
|
+
export * from './icon-trash.component';
|
|
86
|
+
export * from './icon-trophy.component';
|
|
87
|
+
export * from './icon-upload.component';
|
|
88
|
+
export * from './icon-user.component';
|
|
89
|
+
export * from './icon-waiting.component';
|
|
90
|
+
export * from './icon-wallet.component';
|
|
91
|
+
export * from './icon-warning.component';
|
|
92
|
+
export * from './icon.component';
|
|
93
|
+
export * from './icon.module';
|
|
94
|
+
export * from './icon-cash-banknote-invoice';
|
|
95
|
+
export * from './icon-add-plus.component';
|
|
@@ -1,77 +1,77 @@
|
|
|
1
|
-
/**************************
|
|
2
|
-
* Copyright Monkey Exchange. All Rights Reserved
|
|
3
|
-
* This style guide was developed by Monkey Exchange Team
|
|
4
|
-
* MIT Licence
|
|
5
|
-
**************************/
|
|
6
|
-
import { OnInit, ChangeDetectorRef, EventEmitter } from '@angular/core';
|
|
7
|
-
import { DomSanitizer, SafeUrl } from '@angular/platform-browser';
|
|
8
|
-
import * as i0 from "@angular/core";
|
|
9
|
-
export declare class MonkeyImageCropComponent implements OnInit {
|
|
10
|
-
private cdr;
|
|
11
|
-
private sanitizer;
|
|
12
|
-
label: string;
|
|
13
|
-
cropTitle: string;
|
|
14
|
-
labelChangeImage: string;
|
|
15
|
-
labelPreviewImage: string;
|
|
16
|
-
helperMessage: string;
|
|
17
|
-
placeholder: string;
|
|
18
|
-
maxSize: number;
|
|
19
|
-
maxSizeErrorMessage: string;
|
|
20
|
-
allowedExtensionErrorMessage: string;
|
|
21
|
-
fileUpload: Function;
|
|
22
|
-
onHandleGetFilesReady: EventEmitter<any>;
|
|
23
|
-
onHandleFilesReady: EventEmitter<any>;
|
|
24
|
-
onHandlePreviewReady: EventEmitter<any>;
|
|
25
|
-
_cutCoords: CutCoords;
|
|
26
|
-
_fileTypeToCut: string;
|
|
27
|
-
_fileNameToCut: string;
|
|
28
|
-
_progressingCut: boolean;
|
|
29
|
-
_loadCompleted: boolean;
|
|
30
|
-
_loadPreview: boolean;
|
|
31
|
-
_safeImgDataUrl: SafeUrl | string;
|
|
32
|
-
_disabled: boolean;
|
|
33
|
-
_progress: number;
|
|
34
|
-
_uploadErrorMessage: string;
|
|
35
|
-
private mouseMoves;
|
|
36
|
-
private areMaxSize;
|
|
37
|
-
private cutScaledMinWidth;
|
|
38
|
-
private cutScaledMinHeight;
|
|
39
|
-
private originalSize;
|
|
40
|
-
private fileReader;
|
|
41
|
-
private originalImage;
|
|
42
|
-
private imageCutReady;
|
|
43
|
-
private savedCallback;
|
|
44
|
-
constructor(cdr: ChangeDetectorRef, sanitizer: DomSanitizer);
|
|
45
|
-
private initCut;
|
|
46
|
-
private setProgressingCut;
|
|
47
|
-
private setProgressLoadCompleted;
|
|
48
|
-
private setProgressLoadPreview;
|
|
49
|
-
private cut;
|
|
50
|
-
private getImagePosition;
|
|
51
|
-
private getCanvasBlob;
|
|
52
|
-
private getClientX;
|
|
53
|
-
private getClientY;
|
|
54
|
-
private resize;
|
|
55
|
-
private move;
|
|
56
|
-
private checkMovesPosition;
|
|
57
|
-
private onLoadBeginPreview;
|
|
58
|
-
private onLoadEndPreview;
|
|
59
|
-
private imagePreview;
|
|
60
|
-
private handleCallback;
|
|
61
|
-
ngOnInit(): void;
|
|
62
|
-
startMove(event: any, moveType: string, position?: string | null): void;
|
|
63
|
-
moveImg(event: any): void;
|
|
64
|
-
moveStop(): void;
|
|
65
|
-
onHandleFileUploadFilesReady(files: any): void;
|
|
66
|
-
onHandleImageChange(): void;
|
|
67
|
-
onHandleImagePreview(): void;
|
|
68
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyImageCropComponent, never>;
|
|
69
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<MonkeyImageCropComponent, "monkey-image-crop", never, { "label": "label"; "cropTitle": "cropTitle"; "labelChangeImage": "labelChangeImage"; "labelPreviewImage": "labelPreviewImage"; "helperMessage": "helperMessage"; "placeholder": "placeholder"; "maxSize": "maxSize"; "maxSizeErrorMessage": "maxSizeErrorMessage"; "allowedExtensionErrorMessage": "allowedExtensionErrorMessage"; "fileUpload": "fileUpload"; "onHandleGetFilesReady": "onHandleGetFilesReady"; }, { "onHandleFilesReady": "onHandleFilesReady"; "onHandlePreviewReady": "onHandlePreviewReady"; }, never, never>;
|
|
70
|
-
}
|
|
71
|
-
interface CutCoords {
|
|
72
|
-
x1?: number;
|
|
73
|
-
y1?: number;
|
|
74
|
-
x2?: number;
|
|
75
|
-
y2?: number;
|
|
76
|
-
}
|
|
77
|
-
export {};
|
|
1
|
+
/**************************
|
|
2
|
+
* Copyright Monkey Exchange. All Rights Reserved
|
|
3
|
+
* This style guide was developed by Monkey Exchange Team
|
|
4
|
+
* MIT Licence
|
|
5
|
+
**************************/
|
|
6
|
+
import { OnInit, ChangeDetectorRef, EventEmitter } from '@angular/core';
|
|
7
|
+
import { DomSanitizer, SafeUrl } from '@angular/platform-browser';
|
|
8
|
+
import * as i0 from "@angular/core";
|
|
9
|
+
export declare class MonkeyImageCropComponent implements OnInit {
|
|
10
|
+
private cdr;
|
|
11
|
+
private sanitizer;
|
|
12
|
+
label: string;
|
|
13
|
+
cropTitle: string;
|
|
14
|
+
labelChangeImage: string;
|
|
15
|
+
labelPreviewImage: string;
|
|
16
|
+
helperMessage: string;
|
|
17
|
+
placeholder: string;
|
|
18
|
+
maxSize: number;
|
|
19
|
+
maxSizeErrorMessage: string;
|
|
20
|
+
allowedExtensionErrorMessage: string;
|
|
21
|
+
fileUpload: Function;
|
|
22
|
+
onHandleGetFilesReady: EventEmitter<any>;
|
|
23
|
+
onHandleFilesReady: EventEmitter<any>;
|
|
24
|
+
onHandlePreviewReady: EventEmitter<any>;
|
|
25
|
+
_cutCoords: CutCoords;
|
|
26
|
+
_fileTypeToCut: string;
|
|
27
|
+
_fileNameToCut: string;
|
|
28
|
+
_progressingCut: boolean;
|
|
29
|
+
_loadCompleted: boolean;
|
|
30
|
+
_loadPreview: boolean;
|
|
31
|
+
_safeImgDataUrl: SafeUrl | string;
|
|
32
|
+
_disabled: boolean;
|
|
33
|
+
_progress: number;
|
|
34
|
+
_uploadErrorMessage: string;
|
|
35
|
+
private mouseMoves;
|
|
36
|
+
private areMaxSize;
|
|
37
|
+
private cutScaledMinWidth;
|
|
38
|
+
private cutScaledMinHeight;
|
|
39
|
+
private originalSize;
|
|
40
|
+
private fileReader;
|
|
41
|
+
private originalImage;
|
|
42
|
+
private imageCutReady;
|
|
43
|
+
private savedCallback;
|
|
44
|
+
constructor(cdr: ChangeDetectorRef, sanitizer: DomSanitizer);
|
|
45
|
+
private initCut;
|
|
46
|
+
private setProgressingCut;
|
|
47
|
+
private setProgressLoadCompleted;
|
|
48
|
+
private setProgressLoadPreview;
|
|
49
|
+
private cut;
|
|
50
|
+
private getImagePosition;
|
|
51
|
+
private getCanvasBlob;
|
|
52
|
+
private getClientX;
|
|
53
|
+
private getClientY;
|
|
54
|
+
private resize;
|
|
55
|
+
private move;
|
|
56
|
+
private checkMovesPosition;
|
|
57
|
+
private onLoadBeginPreview;
|
|
58
|
+
private onLoadEndPreview;
|
|
59
|
+
private imagePreview;
|
|
60
|
+
private handleCallback;
|
|
61
|
+
ngOnInit(): void;
|
|
62
|
+
startMove(event: any, moveType: string, position?: string | null): void;
|
|
63
|
+
moveImg(event: any): void;
|
|
64
|
+
moveStop(): void;
|
|
65
|
+
onHandleFileUploadFilesReady(files: any): void;
|
|
66
|
+
onHandleImageChange(): void;
|
|
67
|
+
onHandleImagePreview(): void;
|
|
68
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyImageCropComponent, never>;
|
|
69
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<MonkeyImageCropComponent, "monkey-image-crop", never, { "label": "label"; "cropTitle": "cropTitle"; "labelChangeImage": "labelChangeImage"; "labelPreviewImage": "labelPreviewImage"; "helperMessage": "helperMessage"; "placeholder": "placeholder"; "maxSize": "maxSize"; "maxSizeErrorMessage": "maxSizeErrorMessage"; "allowedExtensionErrorMessage": "allowedExtensionErrorMessage"; "fileUpload": "fileUpload"; "onHandleGetFilesReady": "onHandleGetFilesReady"; }, { "onHandleFilesReady": "onHandleFilesReady"; "onHandlePreviewReady": "onHandlePreviewReady"; }, never, never>;
|
|
70
|
+
}
|
|
71
|
+
interface CutCoords {
|
|
72
|
+
x1?: number;
|
|
73
|
+
y1?: number;
|
|
74
|
+
x2?: number;
|
|
75
|
+
y2?: number;
|
|
76
|
+
}
|
|
77
|
+
export {};
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./image-crop.component";
|
|
3
|
-
import * as i2 from "@angular/common";
|
|
4
|
-
import * as i3 from "@angular/forms";
|
|
5
|
-
import * as i4 from "ngx-mask";
|
|
6
|
-
import * as i5 from "../button/button.module";
|
|
7
|
-
import * as i6 from "../file-upload/file-upload.module";
|
|
8
|
-
export declare class MonkeyImageCropModule {
|
|
9
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyImageCropModule, never>;
|
|
10
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<MonkeyImageCropModule, [typeof i1.MonkeyImageCropComponent], [typeof i2.CommonModule, typeof i3.FormsModule, typeof i3.ReactiveFormsModule, typeof i4.NgxMaskModule, typeof i5.MonkeyButtonModule, typeof i6.MonkeyFileUploadModule], [typeof i1.MonkeyImageCropComponent]>;
|
|
11
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<MonkeyImageCropModule>;
|
|
12
|
-
}
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./image-crop.component";
|
|
3
|
+
import * as i2 from "@angular/common";
|
|
4
|
+
import * as i3 from "@angular/forms";
|
|
5
|
+
import * as i4 from "ngx-mask";
|
|
6
|
+
import * as i5 from "../button/button.module";
|
|
7
|
+
import * as i6 from "../file-upload/file-upload.module";
|
|
8
|
+
export declare class MonkeyImageCropModule {
|
|
9
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyImageCropModule, never>;
|
|
10
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<MonkeyImageCropModule, [typeof i1.MonkeyImageCropComponent], [typeof i2.CommonModule, typeof i3.FormsModule, typeof i3.ReactiveFormsModule, typeof i4.NgxMaskModule, typeof i5.MonkeyButtonModule, typeof i6.MonkeyFileUploadModule], [typeof i1.MonkeyImageCropComponent]>;
|
|
11
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<MonkeyImageCropModule>;
|
|
12
|
+
}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export * from './image-crop.component';
|
|
2
|
-
export * from './image-crop.module';
|
|
1
|
+
export * from './image-crop.component';
|
|
2
|
+
export * from './image-crop.module';
|