monkey-style-guide 2.0.162 → 2.0.163
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 +1257 -1257
- 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/block.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-circle.svg +5 -5
- 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-add.svg +6 -6
- 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/invoices-anticipated.svg +8 -8
- package/assets/icons/invoices-approval.svg +8 -8
- package/assets/icons/invoices-refused.svg +8 -8
- 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 -5
- 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/open-external.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-block.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-circle.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-add.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-invoices-anticipated.component.mjs +15 -15
- package/esm2020/lib/components/icon/icon-invoices-approval.component.mjs +15 -15
- package/esm2020/lib/components/icon/icon-invoices-refused.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 -15
- 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-open-external.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 +1484 -1484
- package/esm2020/lib/components/icon/icon.module.mjs +342 -342
- package/esm2020/lib/components/icon/index.mjs +99 -99
- 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 +307 -305
- 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 +9174 -9172
- package/fesm2015/monkey-style-guide.mjs.map +1 -1
- package/fesm2020/monkey-style-guide.mjs +9163 -9161
- 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-block.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-circle.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-add.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-invoices-anticipated.component.d.ts +7 -7
- package/lib/components/icon/icon-invoices-approval.component.d.ts +7 -7
- package/lib/components/icon/icon-invoices-refused.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 -7
- 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-open-external.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 +115 -115
- package/lib/components/icon/index.d.ts +98 -98
- 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.163.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.162.tgz +0 -0
|
@@ -1,58 +1,58 @@
|
|
|
1
|
-
import { ComponentRef } from '@angular/core';
|
|
2
|
-
interface MonkeyModalActionConfig {
|
|
3
|
-
confirm?: {
|
|
4
|
-
label: string;
|
|
5
|
-
actionType?: 'primary' | 'secondary' | 'tertiary' | 'none';
|
|
6
|
-
actionColor?: 'theme' | 'error' | 'warning' | 'success' | 'question';
|
|
7
|
-
keepOnAction?: boolean;
|
|
8
|
-
action?: Function;
|
|
9
|
-
};
|
|
10
|
-
cancel?: {
|
|
11
|
-
label: string;
|
|
12
|
-
actionType?: 'primary' | 'secondary' | 'tertiary' | 'none';
|
|
13
|
-
actionColor?: 'theme' | 'error' | 'warning' | 'success' | 'question';
|
|
14
|
-
keepOnAction?: boolean;
|
|
15
|
-
action?: Function;
|
|
16
|
-
};
|
|
17
|
-
firstAction?: {
|
|
18
|
-
label: string;
|
|
19
|
-
icon?: string;
|
|
20
|
-
iconPosition?: 'left' | 'right';
|
|
21
|
-
actionType?: 'primary' | 'secondary' | 'tertiary' | 'none';
|
|
22
|
-
actionColor?: 'theme' | 'error' | 'warning' | 'success' | 'question';
|
|
23
|
-
keepOnAction?: boolean;
|
|
24
|
-
action?: Function;
|
|
25
|
-
};
|
|
26
|
-
secondAction?: {
|
|
27
|
-
label: string;
|
|
28
|
-
icon?: string;
|
|
29
|
-
iconPosition?: 'left' | 'right';
|
|
30
|
-
actionType?: 'primary' | 'secondary' | 'tertiary' | 'none';
|
|
31
|
-
actionColor?: 'theme' | 'error' | 'warning' | 'success' | 'question';
|
|
32
|
-
keepOnAction?: boolean;
|
|
33
|
-
action?: Function;
|
|
34
|
-
};
|
|
35
|
-
thirdAction?: {
|
|
36
|
-
label: string;
|
|
37
|
-
icon?: string;
|
|
38
|
-
iconPosition?: 'left' | 'right';
|
|
39
|
-
actionType?: 'primary' | 'secondary' | 'tertiary' | 'none';
|
|
40
|
-
actionColor?: 'theme' | 'error' | 'warning' | 'success' | 'question';
|
|
41
|
-
keepOnAction?: boolean;
|
|
42
|
-
action?: Function;
|
|
43
|
-
};
|
|
44
|
-
}
|
|
45
|
-
export interface MonkeyModalConfig {
|
|
46
|
-
color?: 'theme' | 'error' | 'warning' | 'success' | 'question';
|
|
47
|
-
size?: 'sm' | 'md' | 'lg';
|
|
48
|
-
title?: string;
|
|
49
|
-
hideClose?: boolean;
|
|
50
|
-
hideActions?: boolean;
|
|
51
|
-
action?: MonkeyModalActionConfig;
|
|
52
|
-
data?: any;
|
|
53
|
-
}
|
|
54
|
-
export interface MonkeyModalRefs<T> {
|
|
55
|
-
id: string;
|
|
56
|
-
component: ComponentRef<T>;
|
|
57
|
-
}
|
|
58
|
-
export {};
|
|
1
|
+
import { ComponentRef } from '@angular/core';
|
|
2
|
+
interface MonkeyModalActionConfig {
|
|
3
|
+
confirm?: {
|
|
4
|
+
label: string;
|
|
5
|
+
actionType?: 'primary' | 'secondary' | 'tertiary' | 'none';
|
|
6
|
+
actionColor?: 'theme' | 'error' | 'warning' | 'success' | 'question';
|
|
7
|
+
keepOnAction?: boolean;
|
|
8
|
+
action?: Function;
|
|
9
|
+
};
|
|
10
|
+
cancel?: {
|
|
11
|
+
label: string;
|
|
12
|
+
actionType?: 'primary' | 'secondary' | 'tertiary' | 'none';
|
|
13
|
+
actionColor?: 'theme' | 'error' | 'warning' | 'success' | 'question';
|
|
14
|
+
keepOnAction?: boolean;
|
|
15
|
+
action?: Function;
|
|
16
|
+
};
|
|
17
|
+
firstAction?: {
|
|
18
|
+
label: string;
|
|
19
|
+
icon?: string;
|
|
20
|
+
iconPosition?: 'left' | 'right';
|
|
21
|
+
actionType?: 'primary' | 'secondary' | 'tertiary' | 'none';
|
|
22
|
+
actionColor?: 'theme' | 'error' | 'warning' | 'success' | 'question';
|
|
23
|
+
keepOnAction?: boolean;
|
|
24
|
+
action?: Function;
|
|
25
|
+
};
|
|
26
|
+
secondAction?: {
|
|
27
|
+
label: string;
|
|
28
|
+
icon?: string;
|
|
29
|
+
iconPosition?: 'left' | 'right';
|
|
30
|
+
actionType?: 'primary' | 'secondary' | 'tertiary' | 'none';
|
|
31
|
+
actionColor?: 'theme' | 'error' | 'warning' | 'success' | 'question';
|
|
32
|
+
keepOnAction?: boolean;
|
|
33
|
+
action?: Function;
|
|
34
|
+
};
|
|
35
|
+
thirdAction?: {
|
|
36
|
+
label: string;
|
|
37
|
+
icon?: string;
|
|
38
|
+
iconPosition?: 'left' | 'right';
|
|
39
|
+
actionType?: 'primary' | 'secondary' | 'tertiary' | 'none';
|
|
40
|
+
actionColor?: 'theme' | 'error' | 'warning' | 'success' | 'question';
|
|
41
|
+
keepOnAction?: boolean;
|
|
42
|
+
action?: Function;
|
|
43
|
+
};
|
|
44
|
+
}
|
|
45
|
+
export interface MonkeyModalConfig {
|
|
46
|
+
color?: 'theme' | 'error' | 'warning' | 'success' | 'question';
|
|
47
|
+
size?: 'sm' | 'md' | 'lg';
|
|
48
|
+
title?: string;
|
|
49
|
+
hideClose?: boolean;
|
|
50
|
+
hideActions?: boolean;
|
|
51
|
+
action?: MonkeyModalActionConfig;
|
|
52
|
+
data?: any;
|
|
53
|
+
}
|
|
54
|
+
export interface MonkeyModalRefs<T> {
|
|
55
|
+
id: string;
|
|
56
|
+
component: ComponentRef<T>;
|
|
57
|
+
}
|
|
58
|
+
export {};
|
|
@@ -1,59 +1,59 @@
|
|
|
1
|
-
export interface MonkeyStyleColor {
|
|
2
|
-
main: string;
|
|
3
|
-
0: string;
|
|
4
|
-
50: string;
|
|
5
|
-
100: string;
|
|
6
|
-
200: string;
|
|
7
|
-
300: string;
|
|
8
|
-
400: string;
|
|
9
|
-
500: string;
|
|
10
|
-
600: string;
|
|
11
|
-
700: string;
|
|
12
|
-
800: string;
|
|
13
|
-
900: string;
|
|
14
|
-
A100: string;
|
|
15
|
-
A200: string;
|
|
16
|
-
A400: string;
|
|
17
|
-
A700: string;
|
|
18
|
-
contrast: {
|
|
19
|
-
main: string;
|
|
20
|
-
50: string;
|
|
21
|
-
100: string;
|
|
22
|
-
200: string;
|
|
23
|
-
300: string;
|
|
24
|
-
400: string;
|
|
25
|
-
500: string;
|
|
26
|
-
600: string;
|
|
27
|
-
700: string;
|
|
28
|
-
800: string;
|
|
29
|
-
900: string;
|
|
30
|
-
A100: string;
|
|
31
|
-
A200: string;
|
|
32
|
-
A400: string;
|
|
33
|
-
A700: string;
|
|
34
|
-
};
|
|
35
|
-
}
|
|
36
|
-
export interface MonkeyStyleColorsSettings {
|
|
37
|
-
theme: MonkeyStyleColor;
|
|
38
|
-
error: MonkeyStyleColor;
|
|
39
|
-
warning: MonkeyStyleColor;
|
|
40
|
-
success: MonkeyStyleColor;
|
|
41
|
-
}
|
|
42
|
-
export interface MonkeyStyleFontSettings {
|
|
43
|
-
url: string;
|
|
44
|
-
name: string;
|
|
45
|
-
}
|
|
46
|
-
export interface MonkeyStyleCurrencySettings {
|
|
47
|
-
code: string;
|
|
48
|
-
name: string;
|
|
49
|
-
locale: string;
|
|
50
|
-
}
|
|
51
|
-
export interface MonkeyStyleSettings {
|
|
52
|
-
theme?: {
|
|
53
|
-
title?: string;
|
|
54
|
-
favicon?: string;
|
|
55
|
-
};
|
|
56
|
-
colors?: MonkeyStyleColorsSettings;
|
|
57
|
-
font?: MonkeyStyleFontSettings;
|
|
58
|
-
currency?: MonkeyStyleCurrencySettings;
|
|
59
|
-
}
|
|
1
|
+
export interface MonkeyStyleColor {
|
|
2
|
+
main: string;
|
|
3
|
+
0: string;
|
|
4
|
+
50: string;
|
|
5
|
+
100: string;
|
|
6
|
+
200: string;
|
|
7
|
+
300: string;
|
|
8
|
+
400: string;
|
|
9
|
+
500: string;
|
|
10
|
+
600: string;
|
|
11
|
+
700: string;
|
|
12
|
+
800: string;
|
|
13
|
+
900: string;
|
|
14
|
+
A100: string;
|
|
15
|
+
A200: string;
|
|
16
|
+
A400: string;
|
|
17
|
+
A700: string;
|
|
18
|
+
contrast: {
|
|
19
|
+
main: string;
|
|
20
|
+
50: string;
|
|
21
|
+
100: string;
|
|
22
|
+
200: string;
|
|
23
|
+
300: string;
|
|
24
|
+
400: string;
|
|
25
|
+
500: string;
|
|
26
|
+
600: string;
|
|
27
|
+
700: string;
|
|
28
|
+
800: string;
|
|
29
|
+
900: string;
|
|
30
|
+
A100: string;
|
|
31
|
+
A200: string;
|
|
32
|
+
A400: string;
|
|
33
|
+
A700: string;
|
|
34
|
+
};
|
|
35
|
+
}
|
|
36
|
+
export interface MonkeyStyleColorsSettings {
|
|
37
|
+
theme: MonkeyStyleColor;
|
|
38
|
+
error: MonkeyStyleColor;
|
|
39
|
+
warning: MonkeyStyleColor;
|
|
40
|
+
success: MonkeyStyleColor;
|
|
41
|
+
}
|
|
42
|
+
export interface MonkeyStyleFontSettings {
|
|
43
|
+
url: string;
|
|
44
|
+
name: string;
|
|
45
|
+
}
|
|
46
|
+
export interface MonkeyStyleCurrencySettings {
|
|
47
|
+
code: string;
|
|
48
|
+
name: string;
|
|
49
|
+
locale: string;
|
|
50
|
+
}
|
|
51
|
+
export interface MonkeyStyleSettings {
|
|
52
|
+
theme?: {
|
|
53
|
+
title?: string;
|
|
54
|
+
favicon?: string;
|
|
55
|
+
};
|
|
56
|
+
colors?: MonkeyStyleColorsSettings;
|
|
57
|
+
font?: MonkeyStyleFontSettings;
|
|
58
|
+
currency?: MonkeyStyleCurrencySettings;
|
|
59
|
+
}
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export * from './settings';
|
|
2
|
-
export * from './snackbar';
|
|
3
|
-
export * from './modal';
|
|
1
|
+
export * from './settings';
|
|
2
|
+
export * from './snackbar';
|
|
3
|
+
export * from './modal';
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export * from './monkey-style-guide-modal.service';
|
|
2
|
-
export * from './monkey-style-guide-modal-fixed.service';
|
|
1
|
+
export * from './monkey-style-guide-modal.service';
|
|
2
|
+
export * from './monkey-style-guide-modal-fixed.service';
|
|
@@ -1,16 +1,16 @@
|
|
|
1
|
-
import { ApplicationRef, ComponentFactoryResolver, Injector } from '@angular/core';
|
|
2
|
-
import { MonkeyModalComponent } from '../../../components/modal';
|
|
3
|
-
import { MonkeyModalConfig, MonkeyModalRefs } from '../../interfaces';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
export declare class MonkeyStyleGuideModalFixedService {
|
|
6
|
-
private resolver;
|
|
7
|
-
private appRef;
|
|
8
|
-
private injector;
|
|
9
|
-
private dialogComponentRef;
|
|
10
|
-
constructor(resolver: ComponentFactoryResolver, appRef: ApplicationRef, injector: Injector);
|
|
11
|
-
open(component: any, config: MonkeyModalConfig): MonkeyModalRefs<MonkeyModalComponent>;
|
|
12
|
-
close(ref: MonkeyModalRefs<MonkeyModalComponent>): void;
|
|
13
|
-
closeAll(): void;
|
|
14
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyStyleGuideModalFixedService, never>;
|
|
15
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<MonkeyStyleGuideModalFixedService>;
|
|
16
|
-
}
|
|
1
|
+
import { ApplicationRef, ComponentFactoryResolver, Injector } from '@angular/core';
|
|
2
|
+
import { MonkeyModalComponent } from '../../../components/modal';
|
|
3
|
+
import { MonkeyModalConfig, MonkeyModalRefs } from '../../interfaces';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
export declare class MonkeyStyleGuideModalFixedService {
|
|
6
|
+
private resolver;
|
|
7
|
+
private appRef;
|
|
8
|
+
private injector;
|
|
9
|
+
private dialogComponentRef;
|
|
10
|
+
constructor(resolver: ComponentFactoryResolver, appRef: ApplicationRef, injector: Injector);
|
|
11
|
+
open(component: any, config: MonkeyModalConfig): MonkeyModalRefs<MonkeyModalComponent>;
|
|
12
|
+
close(ref: MonkeyModalRefs<MonkeyModalComponent>): void;
|
|
13
|
+
closeAll(): void;
|
|
14
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyStyleGuideModalFixedService, never>;
|
|
15
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<MonkeyStyleGuideModalFixedService>;
|
|
16
|
+
}
|
|
@@ -1,18 +1,18 @@
|
|
|
1
|
-
import { ApplicationRef, ComponentFactoryResolver, Injector } from '@angular/core';
|
|
2
|
-
import { Location } from '@angular/common';
|
|
3
|
-
import { MonkeyModalComponent } from '../../../components/modal';
|
|
4
|
-
import { MonkeyModalConfig, MonkeyModalRefs } from '../../interfaces';
|
|
5
|
-
import * as i0 from "@angular/core";
|
|
6
|
-
export declare class MonkeyStyleGuideModalService {
|
|
7
|
-
private resolver;
|
|
8
|
-
private appRef;
|
|
9
|
-
private injector;
|
|
10
|
-
private locationRouter;
|
|
11
|
-
private dialogComponentRef;
|
|
12
|
-
constructor(resolver: ComponentFactoryResolver, appRef: ApplicationRef, injector: Injector, locationRouter: Location);
|
|
13
|
-
open(component: any, config: MonkeyModalConfig): MonkeyModalRefs<MonkeyModalComponent>;
|
|
14
|
-
close(ref: MonkeyModalRefs<MonkeyModalComponent>): void;
|
|
15
|
-
closeAll(): void;
|
|
16
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyStyleGuideModalService, never>;
|
|
17
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<MonkeyStyleGuideModalService>;
|
|
18
|
-
}
|
|
1
|
+
import { ApplicationRef, ComponentFactoryResolver, Injector } from '@angular/core';
|
|
2
|
+
import { Location } from '@angular/common';
|
|
3
|
+
import { MonkeyModalComponent } from '../../../components/modal';
|
|
4
|
+
import { MonkeyModalConfig, MonkeyModalRefs } from '../../interfaces';
|
|
5
|
+
import * as i0 from "@angular/core";
|
|
6
|
+
export declare class MonkeyStyleGuideModalService {
|
|
7
|
+
private resolver;
|
|
8
|
+
private appRef;
|
|
9
|
+
private injector;
|
|
10
|
+
private locationRouter;
|
|
11
|
+
private dialogComponentRef;
|
|
12
|
+
constructor(resolver: ComponentFactoryResolver, appRef: ApplicationRef, injector: Injector, locationRouter: Location);
|
|
13
|
+
open(component: any, config: MonkeyModalConfig): MonkeyModalRefs<MonkeyModalComponent>;
|
|
14
|
+
close(ref: MonkeyModalRefs<MonkeyModalComponent>): void;
|
|
15
|
+
closeAll(): void;
|
|
16
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyStyleGuideModalService, never>;
|
|
17
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<MonkeyStyleGuideModalService>;
|
|
18
|
+
}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { HttpClient } from '@angular/common/http';
|
|
2
|
-
import { Observable } from 'rxjs';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class MonkeyStyleGuideService {
|
|
5
|
-
private http;
|
|
6
|
-
constructor(http: HttpClient);
|
|
7
|
-
get<T>(url: string, options?: T): Observable<T>;
|
|
8
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyStyleGuideService, never>;
|
|
9
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<MonkeyStyleGuideService>;
|
|
10
|
-
}
|
|
1
|
+
import { HttpClient } from '@angular/common/http';
|
|
2
|
+
import { Observable } from 'rxjs';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class MonkeyStyleGuideService {
|
|
5
|
+
private http;
|
|
6
|
+
constructor(http: HttpClient);
|
|
7
|
+
get<T>(url: string, options?: T): Observable<T>;
|
|
8
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyStyleGuideService, never>;
|
|
9
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<MonkeyStyleGuideService>;
|
|
10
|
+
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from './monkey-style-guide-settings.service';
|
|
1
|
+
export * from './monkey-style-guide-settings.service';
|
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
import { MonkeyStyleGuideService } from '../monkey-style-guide.service';
|
|
2
|
-
import { Observable } from 'rxjs';
|
|
3
|
-
import { MonkeyStyleGuideThemeSettingsService } from './monkey-style-guide-theme-settings.service';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
export declare class MonkeyStyleGuideSettingsService {
|
|
6
|
-
private monkeySGService;
|
|
7
|
-
private monkeySGThemeConfigService;
|
|
8
|
-
private readonly settingsSubject$;
|
|
9
|
-
constructor(monkeySGService: MonkeyStyleGuideService, monkeySGThemeConfigService: MonkeyStyleGuideThemeSettingsService);
|
|
10
|
-
boostrap(settingsUrl: string, callback?: Function): void;
|
|
11
|
-
boostrapWithData(data: any, callback?: Function): void;
|
|
12
|
-
settings(): Observable<any>;
|
|
13
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyStyleGuideSettingsService, never>;
|
|
14
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<MonkeyStyleGuideSettingsService>;
|
|
15
|
-
}
|
|
1
|
+
import { MonkeyStyleGuideService } from '../monkey-style-guide.service';
|
|
2
|
+
import { Observable } from 'rxjs';
|
|
3
|
+
import { MonkeyStyleGuideThemeSettingsService } from './monkey-style-guide-theme-settings.service';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
export declare class MonkeyStyleGuideSettingsService {
|
|
6
|
+
private monkeySGService;
|
|
7
|
+
private monkeySGThemeConfigService;
|
|
8
|
+
private readonly settingsSubject$;
|
|
9
|
+
constructor(monkeySGService: MonkeyStyleGuideService, monkeySGThemeConfigService: MonkeyStyleGuideThemeSettingsService);
|
|
10
|
+
boostrap(settingsUrl: string, callback?: Function): void;
|
|
11
|
+
boostrapWithData(data: any, callback?: Function): void;
|
|
12
|
+
settings(): Observable<any>;
|
|
13
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyStyleGuideSettingsService, never>;
|
|
14
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<MonkeyStyleGuideSettingsService>;
|
|
15
|
+
}
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import { MonkeyStyleSettings } from '../../interfaces';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class MonkeyStyleGuideThemeSettingsService {
|
|
4
|
-
private doc;
|
|
5
|
-
constructor(doc: any);
|
|
6
|
-
private applyColors;
|
|
7
|
-
private applyFonts;
|
|
8
|
-
private applyTheme;
|
|
9
|
-
apply(config: MonkeyStyleSettings, callback?: Function): void;
|
|
10
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyStyleGuideThemeSettingsService, never>;
|
|
11
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<MonkeyStyleGuideThemeSettingsService>;
|
|
12
|
-
}
|
|
1
|
+
import { MonkeyStyleSettings } from '../../interfaces';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class MonkeyStyleGuideThemeSettingsService {
|
|
4
|
+
private doc;
|
|
5
|
+
constructor(doc: any);
|
|
6
|
+
private applyColors;
|
|
7
|
+
private applyFonts;
|
|
8
|
+
private applyTheme;
|
|
9
|
+
apply(config: MonkeyStyleSettings, callback?: Function): void;
|
|
10
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyStyleGuideThemeSettingsService, never>;
|
|
11
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<MonkeyStyleGuideThemeSettingsService>;
|
|
12
|
+
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from './mokey-style-guide-snackbar.service';
|
|
1
|
+
export * from './mokey-style-guide-snackbar.service';
|
|
@@ -1,58 +1,58 @@
|
|
|
1
|
-
/**************************
|
|
2
|
-
* Copyright Monkey Exchange. All Rights Reserved
|
|
3
|
-
* This style guide was developed by Monkey Exchange Team
|
|
4
|
-
* MIT Licence
|
|
5
|
-
**************************/
|
|
6
|
-
import { Location } from '@angular/common';
|
|
7
|
-
import * as i0 from "@angular/core";
|
|
8
|
-
interface SnackbarActionConfig {
|
|
9
|
-
confirm?: {
|
|
10
|
-
style: 'link' | 'button';
|
|
11
|
-
label: string;
|
|
12
|
-
action: Function;
|
|
13
|
-
keepOnAction?: boolean;
|
|
14
|
-
};
|
|
15
|
-
cancel?: {
|
|
16
|
-
style: 'link' | 'button';
|
|
17
|
-
label: string;
|
|
18
|
-
action: Function;
|
|
19
|
-
keepOnAction?: boolean;
|
|
20
|
-
};
|
|
21
|
-
}
|
|
22
|
-
interface SnackbarConfig {
|
|
23
|
-
title?: string;
|
|
24
|
-
message?: string;
|
|
25
|
-
type?: 'theme' | 'warning' | 'success' | 'error' | 'question' | 'loading';
|
|
26
|
-
duration?: number;
|
|
27
|
-
horizontalPosition?: 'center' | 'left' | 'right';
|
|
28
|
-
verticalPosition?: 'top' | 'bottom';
|
|
29
|
-
action?: SnackbarActionConfig;
|
|
30
|
-
keepOpen?: boolean;
|
|
31
|
-
blinkTab?: boolean;
|
|
32
|
-
keepOnUrlChange?: boolean;
|
|
33
|
-
}
|
|
34
|
-
export declare class MonkeyStyleGuideSnackbarService {
|
|
35
|
-
private locationRouter;
|
|
36
|
-
private config;
|
|
37
|
-
private snackbarElement;
|
|
38
|
-
private snackbarElements;
|
|
39
|
-
private snackbarBodyElement;
|
|
40
|
-
private snackbarBodyMessageElement;
|
|
41
|
-
private oldTitle;
|
|
42
|
-
private timeoutBlinkTab;
|
|
43
|
-
constructor(locationRouter: Location);
|
|
44
|
-
private stopBlinking;
|
|
45
|
-
private blinkTab;
|
|
46
|
-
private init;
|
|
47
|
-
private buildBody;
|
|
48
|
-
private buildTitleAndMessage;
|
|
49
|
-
private buildAction;
|
|
50
|
-
private buildIcon;
|
|
51
|
-
private finish;
|
|
52
|
-
show(config: SnackbarConfig): string;
|
|
53
|
-
closeAll(): void;
|
|
54
|
-
close(id: string): void;
|
|
55
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyStyleGuideSnackbarService, never>;
|
|
56
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<MonkeyStyleGuideSnackbarService>;
|
|
57
|
-
}
|
|
58
|
-
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 { Location } from '@angular/common';
|
|
7
|
+
import * as i0 from "@angular/core";
|
|
8
|
+
interface SnackbarActionConfig {
|
|
9
|
+
confirm?: {
|
|
10
|
+
style: 'link' | 'button';
|
|
11
|
+
label: string;
|
|
12
|
+
action: Function;
|
|
13
|
+
keepOnAction?: boolean;
|
|
14
|
+
};
|
|
15
|
+
cancel?: {
|
|
16
|
+
style: 'link' | 'button';
|
|
17
|
+
label: string;
|
|
18
|
+
action: Function;
|
|
19
|
+
keepOnAction?: boolean;
|
|
20
|
+
};
|
|
21
|
+
}
|
|
22
|
+
interface SnackbarConfig {
|
|
23
|
+
title?: string;
|
|
24
|
+
message?: string;
|
|
25
|
+
type?: 'theme' | 'warning' | 'success' | 'error' | 'question' | 'loading';
|
|
26
|
+
duration?: number;
|
|
27
|
+
horizontalPosition?: 'center' | 'left' | 'right';
|
|
28
|
+
verticalPosition?: 'top' | 'bottom';
|
|
29
|
+
action?: SnackbarActionConfig;
|
|
30
|
+
keepOpen?: boolean;
|
|
31
|
+
blinkTab?: boolean;
|
|
32
|
+
keepOnUrlChange?: boolean;
|
|
33
|
+
}
|
|
34
|
+
export declare class MonkeyStyleGuideSnackbarService {
|
|
35
|
+
private locationRouter;
|
|
36
|
+
private config;
|
|
37
|
+
private snackbarElement;
|
|
38
|
+
private snackbarElements;
|
|
39
|
+
private snackbarBodyElement;
|
|
40
|
+
private snackbarBodyMessageElement;
|
|
41
|
+
private oldTitle;
|
|
42
|
+
private timeoutBlinkTab;
|
|
43
|
+
constructor(locationRouter: Location);
|
|
44
|
+
private stopBlinking;
|
|
45
|
+
private blinkTab;
|
|
46
|
+
private init;
|
|
47
|
+
private buildBody;
|
|
48
|
+
private buildTitleAndMessage;
|
|
49
|
+
private buildAction;
|
|
50
|
+
private buildIcon;
|
|
51
|
+
private finish;
|
|
52
|
+
show(config: SnackbarConfig): string;
|
|
53
|
+
closeAll(): void;
|
|
54
|
+
close(id: string): void;
|
|
55
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyStyleGuideSnackbarService, never>;
|
|
56
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<MonkeyStyleGuideSnackbarService>;
|
|
57
|
+
}
|
|
58
|
+
export {};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from './utils';
|
|
1
|
+
export * from './utils';
|
|
@@ -1,29 +1,29 @@
|
|
|
1
|
-
export declare class MonkeyUtils {
|
|
2
|
-
static persistNullEmptyUndefined(tp: any): boolean;
|
|
3
|
-
static getDocumentType(doc: string): "" | "CPF" | "CNPJ";
|
|
4
|
-
static getDocumentMask(type: string): "000.000.000-00" | "00.000.000/0000-00";
|
|
5
|
-
static formatDocumentWithMask(doc: string, withType?: boolean): string;
|
|
6
|
-
static cutFirstLastName(value: string, tp?: string): string;
|
|
7
|
-
static isCPFCNPJValid(document: any): boolean;
|
|
8
|
-
static isValidUrl(txt: string): boolean;
|
|
9
|
-
static isValidZipCode(zipCode: string): boolean;
|
|
10
|
-
static getRandomString(len: number, charSet?: string): string;
|
|
11
|
-
static handleOnlyNumbersCurrency(value: any): any;
|
|
12
|
-
static handleOnlyNumbers(value: any): any;
|
|
13
|
-
static handleOnlyAlphaNumeric(value: any): any;
|
|
14
|
-
static capitalize(value: string): string;
|
|
15
|
-
static formatZipCode(zipCode: string): string;
|
|
16
|
-
static formatFileSize(size: number): string;
|
|
17
|
-
static sufflue(data: any[]): any[];
|
|
18
|
-
static handleBlobFile(theBlob: any, fileName: string, fileType: string): any;
|
|
19
|
-
static truncate(text: string, maxLength?: number): string;
|
|
20
|
-
static isLocalhost(): boolean;
|
|
21
|
-
static getPhoneRegions(): any;
|
|
22
|
-
static getPhoneHandle(internationalNumber?: number): {
|
|
23
|
-
maxLength: number;
|
|
24
|
-
mask: string;
|
|
25
|
-
};
|
|
26
|
-
static getPhoneCountryCode(phone: string): any;
|
|
27
|
-
static getPhoneNumberFormated(phone: string, internationalNumber?: number): any;
|
|
28
|
-
static isPhoneNumberValid(phone: string, internationalNumber?: number): any;
|
|
29
|
-
}
|
|
1
|
+
export declare class MonkeyUtils {
|
|
2
|
+
static persistNullEmptyUndefined(tp: any): boolean;
|
|
3
|
+
static getDocumentType(doc: string): "" | "CPF" | "CNPJ";
|
|
4
|
+
static getDocumentMask(type: string): "000.000.000-00" | "00.000.000/0000-00";
|
|
5
|
+
static formatDocumentWithMask(doc: string, withType?: boolean): string;
|
|
6
|
+
static cutFirstLastName(value: string, tp?: string): string;
|
|
7
|
+
static isCPFCNPJValid(document: any): boolean;
|
|
8
|
+
static isValidUrl(txt: string): boolean;
|
|
9
|
+
static isValidZipCode(zipCode: string): boolean;
|
|
10
|
+
static getRandomString(len: number, charSet?: string): string;
|
|
11
|
+
static handleOnlyNumbersCurrency(value: any): any;
|
|
12
|
+
static handleOnlyNumbers(value: any): any;
|
|
13
|
+
static handleOnlyAlphaNumeric(value: any): any;
|
|
14
|
+
static capitalize(value: string): string;
|
|
15
|
+
static formatZipCode(zipCode: string): string;
|
|
16
|
+
static formatFileSize(size: number): string;
|
|
17
|
+
static sufflue(data: any[]): any[];
|
|
18
|
+
static handleBlobFile(theBlob: any, fileName: string, fileType: string): any;
|
|
19
|
+
static truncate(text: string, maxLength?: number): string;
|
|
20
|
+
static isLocalhost(): boolean;
|
|
21
|
+
static getPhoneRegions(): any;
|
|
22
|
+
static getPhoneHandle(internationalNumber?: number): {
|
|
23
|
+
maxLength: number;
|
|
24
|
+
mask: string;
|
|
25
|
+
};
|
|
26
|
+
static getPhoneCountryCode(phone: string): any;
|
|
27
|
+
static getPhoneNumberFormated(phone: string, internationalNumber?: number): any;
|
|
28
|
+
static isPhoneNumberValid(phone: string, internationalNumber?: number): any;
|
|
29
|
+
}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "@angular/common/http";
|
|
3
|
-
import * as i2 from "@angular/common";
|
|
4
|
-
export declare class MonkeyStyleGuideModule {
|
|
5
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyStyleGuideModule, never>;
|
|
6
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<MonkeyStyleGuideModule, never, [typeof i1.HttpClientModule, typeof i2.CommonModule], never>;
|
|
7
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<MonkeyStyleGuideModule>;
|
|
8
|
-
}
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "@angular/common/http";
|
|
3
|
+
import * as i2 from "@angular/common";
|
|
4
|
+
export declare class MonkeyStyleGuideModule {
|
|
5
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<MonkeyStyleGuideModule, never>;
|
|
6
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<MonkeyStyleGuideModule, never, [typeof i1.HttpClientModule, typeof i2.CommonModule], never>;
|
|
7
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<MonkeyStyleGuideModule>;
|
|
8
|
+
}
|
|
Binary file
|
package/monkey-style-guide.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Generated bundle index. Do not edit.
|
|
3
|
-
*/
|
|
4
|
-
/// <amd-module name="monkey-style-guide" />
|
|
5
|
-
export * from './public-api';
|
|
1
|
+
/**
|
|
2
|
+
* Generated bundle index. Do not edit.
|
|
3
|
+
*/
|
|
4
|
+
/// <amd-module name="monkey-style-guide" />
|
|
5
|
+
export * from './public-api';
|
package/package.json
CHANGED
package/public-api.d.ts
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
/**************************
|
|
2
|
-
* Copyright Monkey Exchange. All Rights Reserved
|
|
3
|
-
* This style guide was developed by Monkey Exchange Team
|
|
4
|
-
* MIT Licence
|
|
5
|
-
**************************/
|
|
6
|
-
export * from './lib/components';
|
|
7
|
-
export * from './lib/core';
|
|
8
|
-
export * from './lib/monkey-style-guide.module';
|
|
1
|
+
/**************************
|
|
2
|
+
* Copyright Monkey Exchange. All Rights Reserved
|
|
3
|
+
* This style guide was developed by Monkey Exchange Team
|
|
4
|
+
* MIT Licence
|
|
5
|
+
**************************/
|
|
6
|
+
export * from './lib/components';
|
|
7
|
+
export * from './lib/core';
|
|
8
|
+
export * from './lib/monkey-style-guide.module';
|