ng-tailwind 4.0.1 → 4.1.0
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/base/ngt-base-ng-model.d.ts +1 -1
- package/components/ngt-action/ngt-action.component.d.ts +3 -0
- package/components/ngt-action/ngt-action.module.d.ts +8 -0
- package/components/ngt-button/ngt-button.component.d.ts +3 -0
- package/components/ngt-button/ngt-button.module.d.ts +8 -0
- package/components/ngt-checkbox/ngt-checkbox.component.d.ts +3 -0
- package/components/ngt-checkbox/ngt-checkbox.module.d.ts +8 -0
- package/components/ngt-content/ngt-content.component.d.ts +3 -0
- package/components/ngt-content/ngt-content.module.d.ts +6 -0
- package/components/ngt-datatable/ngt-datatable.component.d.ts +3 -0
- package/components/ngt-datatable/ngt-datatable.module.d.ts +22 -0
- package/components/ngt-datatable/ngt-tbody/ngt-tbody.component.d.ts +3 -0
- package/components/ngt-datatable/ngt-td/ngt-td.component.d.ts +3 -0
- package/components/ngt-datatable/ngt-td-check/ngt-td-check.component.d.ts +3 -0
- package/components/ngt-datatable/ngt-th/ngt-th.component.d.ts +3 -0
- package/components/ngt-datatable/ngt-th-check/ngt-th-check.component.d.ts +3 -0
- package/components/ngt-datatable/ngt-thead/ngt-thead.component.d.ts +3 -0
- package/components/ngt-datatable/ngt-tr/ngt-tr.component.d.ts +3 -0
- package/components/ngt-date/ngt-date.component.d.ts +3 -0
- package/components/ngt-date/ngt-date.module.d.ts +11 -0
- package/components/ngt-dropdown/ngt-dropdown-container/ngt-dropdown-container.component.d.ts +3 -0
- package/components/ngt-dropdown/ngt-dropdown.component.d.ts +3 -0
- package/components/ngt-dropdown/ngt-dropdown.module.d.ts +7 -0
- package/components/ngt-dropzone/custom-dropzone-preview/custom-dropzone-preview.component.d.ts +4 -1
- package/components/ngt-dropzone/ngt-dropzone-file-viewer/ngt-dropzone-file-viewer.component.d.ts +3 -0
- package/components/ngt-dropzone/ngt-dropzone-view/ngt-dropzone-view.component.d.ts +21 -7
- package/components/ngt-dropzone/ngt-dropzone.component.d.ts +4 -27
- package/components/ngt-dropzone/ngt-dropzone.meta.d.ts +27 -0
- package/components/ngt-dropzone/ngt-dropzone.module.d.ts +15 -0
- package/components/ngt-floating-button/ngt-floating-button.component.d.ts +3 -0
- package/components/ngt-floating-button/ngt-floating-button.module.d.ts +8 -0
- package/components/ngt-form/ngt-form-validation-message/ngt-form-validation-message.component.d.ts +6 -3
- package/components/ngt-form/ngt-form.component.d.ts +3 -0
- package/components/ngt-form/ngt-form.module.d.ts +7 -0
- package/components/ngt-header-nav/ngt-header-nav.component.d.ts +3 -0
- package/components/ngt-header-nav/ngt-header-nav.module.d.ts +6 -0
- package/components/ngt-helper/ngt-helper.component.d.ts +3 -0
- package/components/ngt-helper/ngt-helper.module.d.ts +8 -0
- package/components/ngt-input/ngt-input.component.d.ts +4 -1
- package/components/ngt-input/ngt-input.module.d.ts +12 -0
- package/components/ngt-modal/ngt-modal-body/ngt-modal-body.component.d.ts +3 -0
- package/components/ngt-modal/ngt-modal-footer/ngt-modal-footer.component.d.ts +3 -0
- package/components/ngt-modal/ngt-modal-header/ngt-modal-header.component.d.ts +7 -5
- package/components/ngt-modal/ngt-modal.component.d.ts +3 -0
- package/components/ngt-modal/ngt-modal.module.d.ts +9 -0
- package/components/ngt-multi-select/ngt-multi-select.component.d.ts +3 -0
- package/components/ngt-multi-select/ngt-multi-select.module.d.ts +13 -0
- package/components/ngt-pagination/ngt-pagination.component.d.ts +3 -0
- package/components/ngt-pagination/ngt-pagination.module.d.ts +10 -0
- package/components/ngt-popover/ngt-popover.component.d.ts +3 -0
- package/components/ngt-popover/ngt-popover.module.d.ts +7 -0
- package/components/ngt-portlet/ngt-portlet-body/ngt-portlet-body.component.d.ts +3 -0
- package/components/ngt-portlet/ngt-portlet-footer/ngt-portlet-footer.component.d.ts +3 -0
- package/components/ngt-portlet/ngt-portlet-header/ngt-portlet-header.component.d.ts +3 -0
- package/components/ngt-portlet/ngt-portlet.component.d.ts +3 -0
- package/components/ngt-portlet/ngt-portlet.module.d.ts +11 -0
- package/components/ngt-radio-button/ngt-radio-button-container/ngt-radio-button-container.component.d.ts +3 -0
- package/components/ngt-radio-button/ngt-radio-button.component.d.ts +3 -0
- package/components/ngt-radio-button/ngt-radio-button.module.d.ts +9 -0
- package/components/ngt-section/ngt-section.component.d.ts +3 -0
- package/components/ngt-section/ngt-section.module.d.ts +9 -0
- package/components/ngt-select/ngt-select.component.d.ts +3 -0
- package/components/ngt-select/ngt-select.directive.d.ts +7 -0
- package/components/ngt-select/ngt-select.module.d.ts +14 -0
- package/components/ngt-shining/ngt-shining.component.d.ts +3 -0
- package/components/ngt-shining/ngt-shining.module.d.ts +6 -0
- package/components/ngt-sidenav/ngt-sidenav.component.d.ts +3 -0
- package/components/ngt-sidenav/ngt-sidenav.module.d.ts +6 -0
- package/components/ngt-slider/ngt-slider.component.d.ts +3 -0
- package/components/ngt-slider/ngt-slider.module.d.ts +7 -0
- package/components/ngt-svg/ngt-svg.component.d.ts +3 -0
- package/components/ngt-svg/ngt-svg.module.d.ts +8 -0
- package/components/ngt-tag/ngt-tag.component.d.ts +3 -0
- package/components/ngt-tag/ngt-tag.module.d.ts +7 -0
- package/components/ngt-textarea/ngt-textarea.component.d.ts +3 -0
- package/components/ngt-textarea/ngt-textarea.module.d.ts +11 -0
- package/components/ngt-validation/ngt-validation.component.d.ts +5 -2
- package/components/ngt-validation/ngt-validation.module.d.ts +6 -0
- package/directives/ngt-stylizable/ngt-stylizable.directive.d.ts +31 -28
- package/directives/ngt-stylizable/ngt-stylizable.module.d.ts +6 -0
- package/{esm2015/base/ngt-base-ng-model.js → esm2020/base/ngt-base-ng-model.mjs} +4 -4
- package/esm2020/components/ngt-action/ngt-action.component.mjs +54 -0
- package/esm2020/components/ngt-action/ngt-action.module.mjs +28 -0
- package/esm2020/components/ngt-button/ngt-button.component.mjs +115 -0
- package/esm2020/components/ngt-button/ngt-button.module.mjs +28 -0
- package/esm2020/components/ngt-checkbox/ngt-checkbox.component.mjs +175 -0
- package/esm2020/components/ngt-checkbox/ngt-checkbox.module.mjs +28 -0
- package/esm2020/components/ngt-content/ngt-content.component.mjs +32 -0
- package/esm2020/components/ngt-content/ngt-content.module.mjs +20 -0
- package/esm2020/components/ngt-datatable/ngt-datatable.component.mjs +431 -0
- package/esm2020/components/ngt-datatable/ngt-datatable.module.mjs +95 -0
- package/esm2020/components/ngt-datatable/ngt-tbody/ngt-tbody.component.mjs +57 -0
- package/esm2020/components/ngt-datatable/ngt-td/ngt-td.component.mjs +62 -0
- package/esm2020/components/ngt-datatable/ngt-td-check/ngt-td-check.component.mjs +113 -0
- package/esm2020/components/ngt-datatable/ngt-th/ngt-th.component.mjs +211 -0
- package/esm2020/components/ngt-datatable/ngt-th-check/ngt-th-check.component.mjs +91 -0
- package/esm2020/components/ngt-datatable/ngt-thead/ngt-thead.component.mjs +55 -0
- package/esm2020/components/ngt-datatable/ngt-tr/ngt-tr.component.mjs +86 -0
- package/esm2020/components/ngt-date/ngt-date.component.mjs +416 -0
- package/esm2020/components/ngt-date/ngt-date.module.mjs +40 -0
- package/esm2020/components/ngt-dropdown/ngt-dropdown-container/ngt-dropdown-container.component.mjs +19 -0
- package/esm2020/components/ngt-dropdown/ngt-dropdown.component.mjs +200 -0
- package/esm2020/components/ngt-dropdown/ngt-dropdown.module.mjs +21 -0
- package/esm2020/components/ngt-dropzone/custom-dropzone-preview/custom-dropzone-preview.component.mjs +54 -0
- package/esm2020/components/ngt-dropzone/ngt-dropzone-file-viewer/ngt-dropzone-file-viewer.component.mjs +66 -0
- package/esm2020/components/ngt-dropzone/ngt-dropzone-view/ngt-dropzone-view.component.mjs +94 -0
- package/esm2020/components/ngt-dropzone/ngt-dropzone.component.mjs +464 -0
- package/esm2020/components/ngt-dropzone/ngt-dropzone.meta.mjs +24 -0
- package/esm2020/components/ngt-dropzone/ngt-dropzone.module.mjs +55 -0
- package/esm2020/components/ngt-floating-button/ngt-floating-button.component.mjs +119 -0
- package/esm2020/components/ngt-floating-button/ngt-floating-button.module.mjs +28 -0
- package/esm2020/components/ngt-form/ngt-form-validation-message/ngt-form-validation-message.component.mjs +22 -0
- package/esm2020/components/ngt-form/ngt-form.component.mjs +193 -0
- package/esm2020/components/ngt-form/ngt-form.module.mjs +29 -0
- package/esm2020/components/ngt-header-nav/ngt-header-nav.component.mjs +39 -0
- package/esm2020/components/ngt-header-nav/ngt-header-nav.module.mjs +20 -0
- package/esm2020/components/ngt-helper/ngt-helper.component.mjs +63 -0
- package/esm2020/components/ngt-helper/ngt-helper.module.mjs +28 -0
- package/esm2020/components/ngt-input/ngt-input.component.mjs +729 -0
- package/esm2020/components/ngt-input/ngt-input.module.mjs +47 -0
- package/esm2020/components/ngt-modal/ngt-modal-body/ngt-modal-body.component.mjs +11 -0
- package/esm2020/components/ngt-modal/ngt-modal-footer/ngt-modal-footer.component.mjs +11 -0
- package/esm2020/components/ngt-modal/ngt-modal-header/ngt-modal-header.component.mjs +37 -0
- package/esm2020/components/ngt-modal/ngt-modal.component.mjs +91 -0
- package/esm2020/components/ngt-modal/ngt-modal.module.mjs +39 -0
- package/esm2020/components/ngt-multi-select/ngt-multi-select.component.mjs +419 -0
- package/esm2020/components/ngt-multi-select/ngt-multi-select.module.mjs +52 -0
- package/esm2020/components/ngt-pagination/ngt-pagination.component.mjs +162 -0
- package/esm2020/components/ngt-pagination/ngt-pagination.module.mjs +36 -0
- package/esm2020/components/ngt-popover/ngt-popover.component.mjs +85 -0
- package/esm2020/components/ngt-popover/ngt-popover.module.mjs +24 -0
- package/esm2020/components/ngt-portlet/ngt-portlet-body/ngt-portlet-body.component.mjs +34 -0
- package/esm2020/components/ngt-portlet/ngt-portlet-footer/ngt-portlet-footer.component.mjs +33 -0
- package/esm2020/components/ngt-portlet/ngt-portlet-header/ngt-portlet-header.component.mjs +53 -0
- package/esm2020/components/ngt-portlet/ngt-portlet.component.mjs +74 -0
- package/esm2020/components/ngt-portlet/ngt-portlet.module.mjs +47 -0
- package/esm2020/components/ngt-radio-button/ngt-radio-button-container/ngt-radio-button-container.component.mjs +19 -0
- package/esm2020/components/ngt-radio-button/ngt-radio-button.component.mjs +125 -0
- package/esm2020/components/ngt-radio-button/ngt-radio-button.module.mjs +29 -0
- package/esm2020/components/ngt-section/ngt-section.component.mjs +119 -0
- package/esm2020/components/ngt-section/ngt-section.module.mjs +32 -0
- package/esm2020/components/ngt-select/ngt-select.component.mjs +550 -0
- package/esm2020/components/ngt-select/ngt-select.directive.mjs +36 -0
- package/esm2020/components/ngt-select/ngt-select.module.mjs +65 -0
- package/esm2020/components/ngt-shining/ngt-shining.component.mjs +40 -0
- package/esm2020/components/ngt-shining/ngt-shining.module.mjs +20 -0
- package/esm2020/components/ngt-sidenav/ngt-sidenav.component.mjs +132 -0
- package/esm2020/components/ngt-sidenav/ngt-sidenav.module.mjs +20 -0
- package/esm2020/components/ngt-slider/ngt-slider.component.mjs +99 -0
- package/esm2020/components/ngt-slider/ngt-slider.module.mjs +24 -0
- package/esm2020/components/ngt-svg/ngt-svg.component.mjs +53 -0
- package/esm2020/components/ngt-svg/ngt-svg.module.mjs +28 -0
- package/esm2020/components/ngt-tag/ngt-tag.component.mjs +37 -0
- package/esm2020/components/ngt-tag/ngt-tag.module.mjs +24 -0
- package/esm2020/components/ngt-textarea/ngt-textarea.component.mjs +238 -0
- package/esm2020/components/ngt-textarea/ngt-textarea.module.mjs +43 -0
- package/esm2020/components/ngt-validation/ngt-validation.component.mjs +26 -0
- package/esm2020/components/ngt-validation/ngt-validation.module.mjs +20 -0
- package/esm2020/directives/ngt-stylizable/ngt-stylizable.directive.mjs +290 -0
- package/esm2020/directives/ngt-stylizable/ngt-stylizable.module.mjs +20 -0
- package/esm2020/helpers/routing/route.mjs +11 -0
- package/esm2020/ng-tailwind.mjs +5 -0
- package/esm2020/public-api.mjs +119 -0
- package/esm2020/services/http/ngt-attachment-http.service.mjs +3 -0
- package/{esm2015/services/http/ngt-http-form.service.js → esm2020/services/http/ngt-http-form.service.mjs} +1 -1
- package/esm2020/services/http/ngt-http.service.mjs +3 -0
- package/{esm2015/services/ngt-stylizable/ngt-stylizable.service.js → esm2020/services/ngt-stylizable/ngt-stylizable.service.mjs} +82 -82
- package/fesm2015/ng-tailwind.mjs +7801 -0
- package/fesm2015/ng-tailwind.mjs.map +1 -0
- package/fesm2020/ng-tailwind.mjs +7668 -0
- package/fesm2020/ng-tailwind.mjs.map +1 -0
- package/index.d.ts +5 -0
- package/package.json +27 -16
- package/public-api.d.ts +0 -1
- package/services/ngt-stylizable/ngt-stylizable.service.d.ts +27 -27
- package/bundles/ng-tailwind.umd.js +0 -7961
- package/bundles/ng-tailwind.umd.js.map +0 -1
- package/components/ngt-form/ngt-form-validation-message/ngt-form-validation-message.module.d.ts +0 -2
- package/esm2015/components/ngt-action/ngt-action.component.js +0 -49
- package/esm2015/components/ngt-action/ngt-action.module.js +0 -19
- package/esm2015/components/ngt-button/ngt-button.component.js +0 -106
- package/esm2015/components/ngt-button/ngt-button.module.js +0 -19
- package/esm2015/components/ngt-checkbox/ngt-checkbox.component.js +0 -143
- package/esm2015/components/ngt-checkbox/ngt-checkbox.module.js +0 -19
- package/esm2015/components/ngt-content/ngt-content.component.js +0 -33
- package/esm2015/components/ngt-content/ngt-content.module.js +0 -15
- package/esm2015/components/ngt-datatable/ngt-datatable.component.js +0 -418
- package/esm2015/components/ngt-datatable/ngt-datatable.module.js +0 -58
- package/esm2015/components/ngt-datatable/ngt-tbody/ngt-tbody.component.js +0 -58
- package/esm2015/components/ngt-datatable/ngt-td/ngt-td.component.js +0 -63
- package/esm2015/components/ngt-datatable/ngt-td-check/ngt-td-check.component.js +0 -105
- package/esm2015/components/ngt-datatable/ngt-th/ngt-th.component.js +0 -195
- package/esm2015/components/ngt-datatable/ngt-th-check/ngt-th-check.component.js +0 -87
- package/esm2015/components/ngt-datatable/ngt-thead/ngt-thead.component.js +0 -56
- package/esm2015/components/ngt-datatable/ngt-tr/ngt-tr.component.js +0 -76
- package/esm2015/components/ngt-date/ngt-date.component.js +0 -380
- package/esm2015/components/ngt-date/ngt-date.module.js +0 -25
- package/esm2015/components/ngt-dropdown/ngt-dropdown-container/ngt-dropdown-container.component.js +0 -20
- package/esm2015/components/ngt-dropdown/ngt-dropdown.component.js +0 -185
- package/esm2015/components/ngt-dropdown/ngt-dropdown.module.js +0 -16
- package/esm2015/components/ngt-dropzone/custom-dropzone-preview/custom-dropzone-preview.component.js +0 -50
- package/esm2015/components/ngt-dropzone/ngt-dropzone-file-viewer/ngt-dropzone-file-viewer.component.js +0 -59
- package/esm2015/components/ngt-dropzone/ngt-dropzone-view/ngt-dropzone-view.component.js +0 -67
- package/esm2015/components/ngt-dropzone/ngt-dropzone.component.js +0 -447
- package/esm2015/components/ngt-dropzone/ngt-dropzone.module.js +0 -37
- package/esm2015/components/ngt-floating-button/ngt-floating-button.component.js +0 -94
- package/esm2015/components/ngt-floating-button/ngt-floating-button.module.js +0 -19
- package/esm2015/components/ngt-form/ngt-form-validation-message/ngt-form-validation-message.component.js +0 -23
- package/esm2015/components/ngt-form/ngt-form-validation-message/ngt-form-validation-message.module.js +0 -15
- package/esm2015/components/ngt-form/ngt-form.component.js +0 -181
- package/esm2015/components/ngt-form/ngt-form.module.js +0 -17
- package/esm2015/components/ngt-header-nav/ngt-header-nav.component.js +0 -38
- package/esm2015/components/ngt-header-nav/ngt-header-nav.module.js +0 -15
- package/esm2015/components/ngt-helper/ngt-helper.component.js +0 -51
- package/esm2015/components/ngt-helper/ngt-helper.module.js +0 -19
- package/esm2015/components/ngt-input/ngt-input.component.js +0 -680
- package/esm2015/components/ngt-input/ngt-input.module.js +0 -28
- package/esm2015/components/ngt-modal/ngt-modal-body/ngt-modal-body.component.js +0 -11
- package/esm2015/components/ngt-modal/ngt-modal-footer/ngt-modal-footer.component.js +0 -11
- package/esm2015/components/ngt-modal/ngt-modal-header/ngt-modal-header.component.js +0 -40
- package/esm2015/components/ngt-modal/ngt-modal.component.js +0 -79
- package/esm2015/components/ngt-modal/ngt-modal.module.js +0 -28
- package/esm2015/components/ngt-multi-select/ngt-multi-select.component.js +0 -394
- package/esm2015/components/ngt-multi-select/ngt-multi-select.module.js +0 -33
- package/esm2015/components/ngt-pagination/ngt-pagination.component.js +0 -172
- package/esm2015/components/ngt-pagination/ngt-pagination.module.js +0 -23
- package/esm2015/components/ngt-popover/ngt-popover.component.js +0 -73
- package/esm2015/components/ngt-popover/ngt-popover.module.js +0 -17
- package/esm2015/components/ngt-portlet/ngt-portlet-body/ngt-portlet-body.component.js +0 -34
- package/esm2015/components/ngt-portlet/ngt-portlet-footer/ngt-portlet-footer.component.js +0 -33
- package/esm2015/components/ngt-portlet/ngt-portlet-header/ngt-portlet-header.component.js +0 -47
- package/esm2015/components/ngt-portlet/ngt-portlet.component.js +0 -58
- package/esm2015/components/ngt-portlet/ngt-portlet.module.js +0 -32
- package/esm2015/components/ngt-radio-button/ngt-radio-button-container/ngt-radio-button-container.component.js +0 -19
- package/esm2015/components/ngt-radio-button/ngt-radio-button.component.js +0 -103
- package/esm2015/components/ngt-radio-button/ngt-radio-button.module.js +0 -20
- package/esm2015/components/ngt-section/ngt-section.component.js +0 -101
- package/esm2015/components/ngt-section/ngt-section.module.js +0 -21
- package/esm2015/components/ngt-select/ngt-select.component.js +0 -488
- package/esm2015/components/ngt-select/ngt-select.directive.js +0 -35
- package/esm2015/components/ngt-select/ngt-select.module.js +0 -40
- package/esm2015/components/ngt-shining/ngt-shining.component.js +0 -41
- package/esm2015/components/ngt-shining/ngt-shining.module.js +0 -15
- package/esm2015/components/ngt-sidenav/ngt-sidenav.component.js +0 -123
- package/esm2015/components/ngt-sidenav/ngt-sidenav.module.js +0 -15
- package/esm2015/components/ngt-slider/ngt-slider.component.js +0 -82
- package/esm2015/components/ngt-slider/ngt-slider.module.js +0 -17
- package/esm2015/components/ngt-svg/ngt-svg.component.js +0 -52
- package/esm2015/components/ngt-svg/ngt-svg.module.js +0 -19
- package/esm2015/components/ngt-tag/ngt-tag.component.js +0 -36
- package/esm2015/components/ngt-tag/ngt-tag.module.js +0 -17
- package/esm2015/components/ngt-textarea/ngt-textarea.component.js +0 -210
- package/esm2015/components/ngt-textarea/ngt-textarea.module.js +0 -26
- package/esm2015/components/ngt-validation/ngt-validation.component.js +0 -24
- package/esm2015/components/ngt-validation/ngt-validation.module.js +0 -15
- package/esm2015/directives/ngt-stylizable/ngt-stylizable.directive.js +0 -227
- package/esm2015/directives/ngt-stylizable/ngt-stylizable.module.js +0 -15
- package/esm2015/helpers/routing/route.js +0 -11
- package/esm2015/ng-tailwind.js +0 -11
- package/esm2015/public-api.js +0 -120
- package/esm2015/services/http/ngt-attachment-http.service.js +0 -3
- package/esm2015/services/http/ngt-http.service.js +0 -3
- package/fesm2015/ng-tailwind.js +0 -6926
- package/fesm2015/ng-tailwind.js.map +0 -1
- package/ng-tailwind.d.ts +0 -10
- package/ng-tailwind.metadata.json +0 -1
- /package/{esm2015/animations/ngt-angular-animations.js → esm2020/animations/ngt-angular-animations.mjs} +0 -0
- /package/{esm2015/enums/size.enum.js → esm2020/enums/size.enum.mjs} +0 -0
- /package/{esm2015/helpers/enum/enum.js → esm2020/helpers/enum/enum.mjs} +0 -0
- /package/{esm2015/helpers/form/form.js → esm2020/helpers/form/form.mjs} +0 -0
- /package/{esm2015/helpers/uuid.js → esm2020/helpers/uuid.mjs} +0 -0
- /package/{esm2015/services/http/ngt-http-resource.service.js → esm2020/services/http/ngt-http-resource.service.mjs} +0 -0
- /package/{esm2015/services/http/ngt-http-validation.service.js → esm2020/services/http/ngt-http-validation.service.mjs} +0 -0
- /package/{esm2015/services/http/ngt-translate.service.js → esm2020/services/http/ngt-translate.service.mjs} +0 -0
|
@@ -10,9 +10,9 @@ export declare abstract class NgtBaseNgModel implements ControlValueAccessor {
|
|
|
10
10
|
private ignore;
|
|
11
11
|
private _value;
|
|
12
12
|
constructor();
|
|
13
|
-
onValueChange(): EventEmitter<any>;
|
|
14
13
|
get value(): any;
|
|
15
14
|
set value(v: any);
|
|
15
|
+
onValueChange(): EventEmitter<any>;
|
|
16
16
|
writeValue(value: any): void;
|
|
17
17
|
onChange: (_: any) => void;
|
|
18
18
|
change(v: any): void;
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { Injector } from '@angular/core';
|
|
2
2
|
import { NgtStylizableDirective } from '../../directives/ngt-stylizable/ngt-stylizable.directive';
|
|
3
3
|
import { NgtStylizableService } from '../../services/ngt-stylizable/ngt-stylizable.service';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
4
5
|
export declare class NgtActionComponent {
|
|
5
6
|
private injector;
|
|
6
7
|
private ngtStylizableDirective;
|
|
@@ -10,4 +11,6 @@ export declare class NgtActionComponent {
|
|
|
10
11
|
isDisabled: boolean;
|
|
11
12
|
constructor(injector: Injector, ngtStylizableDirective: NgtStylizableDirective);
|
|
12
13
|
onClick(event: Event): void;
|
|
14
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<NgtActionComponent, [null, { optional: true; self: true; }]>;
|
|
15
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<NgtActionComponent, "ngt-action", never, { "href": "href"; "icon": "icon"; "ngtStyle": "ngtStyle"; "isDisabled": "isDisabled"; }, {}, never, ["*", "*"], false, never>;
|
|
13
16
|
}
|
|
@@ -1,2 +1,10 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./ngt-action.component";
|
|
3
|
+
import * as i2 from "@angular/common";
|
|
4
|
+
import * as i3 from "@angular/router";
|
|
5
|
+
import * as i4 from "../ngt-svg/ngt-svg.module";
|
|
1
6
|
export declare class NgtActionModule {
|
|
7
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<NgtActionModule, never>;
|
|
8
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<NgtActionModule, [typeof i1.NgtActionComponent], [typeof i2.CommonModule, typeof i3.RouterModule, typeof i4.NgtSvgModule], [typeof i1.NgtActionComponent]>;
|
|
9
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<NgtActionModule>;
|
|
2
10
|
}
|
|
@@ -2,6 +2,7 @@ import { Injector, OnChanges, OnDestroy, SimpleChanges } from '@angular/core';
|
|
|
2
2
|
import { NgtStylizableDirective } from '../../directives/ngt-stylizable/ngt-stylizable.directive';
|
|
3
3
|
import { NgtStylizableService } from '../../services/ngt-stylizable/ngt-stylizable.service';
|
|
4
4
|
import { NgtFormComponent } from '../ngt-form/ngt-form.component';
|
|
5
|
+
import * as i0 from "@angular/core";
|
|
5
6
|
export declare class NgtButtonComponent implements OnChanges, OnDestroy {
|
|
6
7
|
private ngtFormComponent;
|
|
7
8
|
private injector;
|
|
@@ -19,4 +20,6 @@ export declare class NgtButtonComponent implements OnChanges, OnDestroy {
|
|
|
19
20
|
ngOnChanges(changes: SimpleChanges): void;
|
|
20
21
|
ngOnDestroy(): void;
|
|
21
22
|
private destroySubscriptions;
|
|
23
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<NgtButtonComponent, [{ optional: true; skipSelf: true; }, null, { optional: true; self: true; }]>;
|
|
24
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<NgtButtonComponent, "ngt-button", never, { "link": "link"; "href": "href"; "type": "type"; "loading": "loading"; "isDisabled": "isDisabled"; "noSubmit": "noSubmit"; }, {}, never, ["*"], false, never>;
|
|
22
25
|
}
|
|
@@ -1,2 +1,10 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./ngt-button.component";
|
|
3
|
+
import * as i2 from "@angular/common";
|
|
4
|
+
import * as i3 from "@angular/router";
|
|
5
|
+
import * as i4 from "../ngt-form/ngt-form.module";
|
|
1
6
|
export declare class NgtButtonModule {
|
|
7
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<NgtButtonModule, never>;
|
|
8
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<NgtButtonModule, [typeof i1.NgtButtonComponent], [typeof i2.CommonModule, typeof i3.RouterModule, typeof i4.NgtFormModule], [typeof i1.NgtButtonComponent]>;
|
|
9
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<NgtButtonModule>;
|
|
2
10
|
}
|
|
@@ -4,6 +4,7 @@ import { NgtBaseNgModel } from '../../base/ngt-base-ng-model';
|
|
|
4
4
|
import { NgtStylizableDirective } from '../../directives/ngt-stylizable/ngt-stylizable.directive';
|
|
5
5
|
import { NgtStylizableService } from '../../services/ngt-stylizable/ngt-stylizable.service';
|
|
6
6
|
import { NgtFormComponent } from '../ngt-form/ngt-form.component';
|
|
7
|
+
import * as i0 from "@angular/core";
|
|
7
8
|
export declare class NgtCheckboxComponent extends NgtBaseNgModel implements AfterViewInit, OnDestroy {
|
|
8
9
|
private injector;
|
|
9
10
|
formContainer: ControlContainer;
|
|
@@ -34,6 +35,8 @@ export declare class NgtCheckboxComponent extends NgtBaseNgModel implements Afte
|
|
|
34
35
|
isRadioMode(): boolean;
|
|
35
36
|
ngOnChanges(changes: SimpleChanges): void;
|
|
36
37
|
private destroySubscriptions;
|
|
38
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<NgtCheckboxComponent, [null, { optional: true; host: true; }, null, { optional: true; self: true; }, { optional: true; skipSelf: true; }]>;
|
|
39
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<NgtCheckboxComponent, "ngt-checkbox", never, { "label": "label"; "shining": "shining"; "isDisabled": "isDisabled"; "isClickDisabled": "isClickDisabled"; "name": "name"; "mode": "mode"; "helpTitle": "helpTitle"; "helpTextColor": "helpTextColor"; "helpText": "helpText"; }, {}, never, never, false, never>;
|
|
37
40
|
}
|
|
38
41
|
export declare enum NgtCheckboxMode {
|
|
39
42
|
DEFAULT = "DEFAULT",
|
|
@@ -1,2 +1,10 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./ngt-checkbox.component";
|
|
3
|
+
import * as i2 from "@angular/common";
|
|
4
|
+
import * as i3 from "../ngt-shining/ngt-shining.module";
|
|
5
|
+
import * as i4 from "../ngt-helper/ngt-helper.module";
|
|
1
6
|
export declare class NgtCheckboxModule {
|
|
7
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<NgtCheckboxModule, never>;
|
|
8
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<NgtCheckboxModule, [typeof i1.NgtCheckboxComponent], [typeof i2.CommonModule, typeof i3.NgtShiningModule, typeof i4.NgtHelperModule], [typeof i1.NgtCheckboxComponent]>;
|
|
9
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<NgtCheckboxModule>;
|
|
2
10
|
}
|
|
@@ -1,9 +1,12 @@
|
|
|
1
1
|
import { Injector } from '@angular/core';
|
|
2
2
|
import { NgtStylizableDirective } from '../../directives/ngt-stylizable/ngt-stylizable.directive';
|
|
3
3
|
import { NgtStylizableService } from '../../services/ngt-stylizable/ngt-stylizable.service';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
4
5
|
export declare class NgtContentComponent {
|
|
5
6
|
private injector;
|
|
6
7
|
private tailStylizableDirective;
|
|
7
8
|
ngtStyle: NgtStylizableService;
|
|
8
9
|
constructor(injector: Injector, tailStylizableDirective: NgtStylizableDirective);
|
|
10
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<NgtContentComponent, [null, { optional: true; self: true; }]>;
|
|
11
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<NgtContentComponent, "ngt-content", never, { "ngtStyle": "ngtStyle"; }, {}, never, ["*"], false, never>;
|
|
9
12
|
}
|
|
@@ -1,2 +1,8 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./ngt-content.component";
|
|
3
|
+
import * as i2 from "@angular/common";
|
|
1
4
|
export declare class NgtContentModule {
|
|
5
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<NgtContentModule, never>;
|
|
6
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<NgtContentModule, [typeof i1.NgtContentComponent], [typeof i2.CommonModule], [typeof i1.NgtContentComponent]>;
|
|
7
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<NgtContentModule>;
|
|
2
8
|
}
|
|
@@ -4,6 +4,7 @@ import { NgtTranslateService } from '../../services/http/ngt-translate.service';
|
|
|
4
4
|
import { NgtInputComponent } from '../ngt-input/ngt-input.component';
|
|
5
5
|
import { NgtModalComponent } from '../ngt-modal/ngt-modal.component';
|
|
6
6
|
import { NgtPaginationComponent } from '../ngt-pagination/ngt-pagination.component';
|
|
7
|
+
import * as i0 from "@angular/core";
|
|
7
8
|
export declare class NgtDatatableComponent implements OnInit, OnDestroy {
|
|
8
9
|
private injector;
|
|
9
10
|
private ngtHttpService;
|
|
@@ -87,6 +88,8 @@ export declare class NgtDatatableComponent implements OnInit, OnDestroy {
|
|
|
87
88
|
private canApplyFilters;
|
|
88
89
|
private isValidFilter;
|
|
89
90
|
private destroySubscriptions;
|
|
91
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<NgtDatatableComponent, [null, null, null, { optional: true; }]>;
|
|
92
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<NgtDatatableComponent, "ngt-datatable", never, { "remoteResource": "remoteResource"; "type": "type"; "filterTagBgColor": "filterTagBgColor"; "filterTagMargin": "filterTagMargin"; "paginationMargin": "paginationMargin"; "inputSearch": "inputSearch"; "searchDelay": "searchDelay"; "searchTermMinLength": "searchTermMinLength"; "searchTermOnEnter": "searchTermOnEnter"; "defaultFilters": "defaultFilters"; "filtersDescription": "filtersDescription"; }, { "onDataChange": "onDataChange"; "onClearFilter": "onClearFilter"; "onClearSelectedElements": "onClearSelectedElements"; "onSelectedElementsChange": "onSelectedElementsChange"; "onToogleAllCheckboxes": "onToogleAllCheckboxes"; "onToogleCheckbox": "onToogleCheckbox"; "onOpenSearchModal": "onOpenSearchModal"; "onSearch": "onSearch"; }, never, ["*"], false, never>;
|
|
90
93
|
}
|
|
91
94
|
export declare enum NgtDatatableType {
|
|
92
95
|
REMOTE = "REMOTE",
|
|
@@ -1,2 +1,24 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./ngt-datatable.component";
|
|
3
|
+
import * as i2 from "./ngt-tbody/ngt-tbody.component";
|
|
4
|
+
import * as i3 from "./ngt-td/ngt-td.component";
|
|
5
|
+
import * as i4 from "./ngt-td-check/ngt-td-check.component";
|
|
6
|
+
import * as i5 from "./ngt-th/ngt-th.component";
|
|
7
|
+
import * as i6 from "./ngt-th-check/ngt-th-check.component";
|
|
8
|
+
import * as i7 from "./ngt-thead/ngt-thead.component";
|
|
9
|
+
import * as i8 from "./ngt-tr/ngt-tr.component";
|
|
10
|
+
import * as i9 from "@angular/common";
|
|
11
|
+
import * as i10 from "@angular/forms";
|
|
12
|
+
import * as i11 from "../ngt-shining/ngt-shining.module";
|
|
13
|
+
import * as i12 from "../ngt-pagination/ngt-pagination.module";
|
|
14
|
+
import * as i13 from "../ngt-checkbox/ngt-checkbox.module";
|
|
15
|
+
import * as i14 from "../ngt-input/ngt-input.module";
|
|
16
|
+
import * as i15 from "../ngt-modal/ngt-modal.module";
|
|
17
|
+
import * as i16 from "../ngt-tag/ngt-tag.module";
|
|
18
|
+
import * as i17 from "../ngt-action/ngt-action.module";
|
|
19
|
+
import * as i18 from "../../directives/ngt-stylizable/ngt-stylizable.module";
|
|
1
20
|
export declare class NgtDatatableModule {
|
|
21
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<NgtDatatableModule, never>;
|
|
22
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<NgtDatatableModule, [typeof i1.NgtDatatableComponent, typeof i2.NgtTbodyComponent, typeof i3.NgtTdComponent, typeof i4.NgtTdCheckComponent, typeof i5.NgtThComponent, typeof i6.NgtThCheckComponent, typeof i7.NgtTheadComponent, typeof i8.NgtTrComponent], [typeof i9.CommonModule, typeof i10.FormsModule, typeof i11.NgtShiningModule, typeof i12.NgtPaginationModule, typeof i13.NgtCheckboxModule, typeof i14.NgtInputModule, typeof i15.NgtModalModule, typeof i16.NgtTagModule, typeof i17.NgtActionModule, typeof i18.NgtStylizableModule], [typeof i1.NgtDatatableComponent, typeof i2.NgtTbodyComponent, typeof i3.NgtTdComponent, typeof i4.NgtTdCheckComponent, typeof i5.NgtThComponent, typeof i6.NgtThCheckComponent, typeof i7.NgtTheadComponent, typeof i8.NgtTrComponent]>;
|
|
23
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<NgtDatatableModule>;
|
|
2
24
|
}
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { ElementRef, Injector } from '@angular/core';
|
|
2
2
|
import { NgtStylizableDirective } from '../../../directives/ngt-stylizable/ngt-stylizable.directive';
|
|
3
3
|
import { NgtStylizableService } from '../../../services/ngt-stylizable/ngt-stylizable.service';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
4
5
|
export declare class NgtTbodyComponent {
|
|
5
6
|
private injector;
|
|
6
7
|
private hostElement;
|
|
@@ -8,4 +9,6 @@ export declare class NgtTbodyComponent {
|
|
|
8
9
|
ngtStyle: NgtStylizableService;
|
|
9
10
|
constructor(injector: Injector, hostElement: ElementRef, ngtStylizableDirective: NgtStylizableDirective);
|
|
10
11
|
private bindNgtStyle;
|
|
12
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<NgtTbodyComponent, [null, null, { optional: true; self: true; }]>;
|
|
13
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<NgtTbodyComponent, "[ngt-tbody]", never, {}, {}, never, ["*"], false, never>;
|
|
11
14
|
}
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { ElementRef, Injector } from '@angular/core';
|
|
2
2
|
import { NgtStylizableDirective } from '../../../directives/ngt-stylizable/ngt-stylizable.directive';
|
|
3
3
|
import { NgtStylizableService } from '../../../services/ngt-stylizable/ngt-stylizable.service';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
4
5
|
export declare class NgtTdComponent {
|
|
5
6
|
private injector;
|
|
6
7
|
private hostElement;
|
|
@@ -8,4 +9,6 @@ export declare class NgtTdComponent {
|
|
|
8
9
|
ngtStyle: NgtStylizableService;
|
|
9
10
|
constructor(injector: Injector, hostElement: ElementRef, ngtStylizableDirective: NgtStylizableDirective);
|
|
10
11
|
private bindNgtStyle;
|
|
12
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<NgtTdComponent, [null, null, { optional: true; self: true; }]>;
|
|
13
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<NgtTdComponent, "[ngt-td]", never, {}, {}, never, ["*"], false, never>;
|
|
11
14
|
}
|
|
@@ -3,6 +3,7 @@ import { NgtStylizableDirective } from '../../../directives/ngt-stylizable/ngt-s
|
|
|
3
3
|
import { NgtStylizableService } from '../../../services/ngt-stylizable/ngt-stylizable.service';
|
|
4
4
|
import { NgtCheckboxComponent } from '../../ngt-checkbox/ngt-checkbox.component';
|
|
5
5
|
import { NgtDatatableComponent } from '../ngt-datatable.component';
|
|
6
|
+
import * as i0 from "@angular/core";
|
|
6
7
|
export declare class NgtTdCheckComponent implements OnDestroy {
|
|
7
8
|
private injector;
|
|
8
9
|
private hostElement;
|
|
@@ -23,4 +24,6 @@ export declare class NgtTdCheckComponent implements OnDestroy {
|
|
|
23
24
|
onCheckboxChange(checked: boolean): void;
|
|
24
25
|
private bindNgtStyle;
|
|
25
26
|
private destroySubscriptions;
|
|
27
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<NgtTdCheckComponent, [null, null, { optional: true; self: true; }, { optional: true; skipSelf: true; }]>;
|
|
28
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<NgtTdCheckComponent, "[ngt-td-check]", never, { "reference": "reference"; "isDisabled": "isDisabled"; "checked": "checked"; }, { "onCheckboxInit": "onCheckboxInit"; }, never, ["*"], false, never>;
|
|
26
29
|
}
|
|
@@ -3,6 +3,7 @@ import { NgtStylizableDirective } from '../../../directives/ngt-stylizable/ngt-s
|
|
|
3
3
|
import { NgtStylizableService } from '../../../services/ngt-stylizable/ngt-stylizable.service';
|
|
4
4
|
import { NgtInputComponent } from '../../ngt-input/ngt-input.component';
|
|
5
5
|
import { NgtDatatableComponent } from '../ngt-datatable.component';
|
|
6
|
+
import * as i0 from "@angular/core";
|
|
6
7
|
export declare class NgtThComponent implements OnChanges, OnDestroy {
|
|
7
8
|
private injector;
|
|
8
9
|
private hostElement;
|
|
@@ -40,6 +41,8 @@ export declare class NgtThComponent implements OnChanges, OnDestroy {
|
|
|
40
41
|
private getNextSortDirection;
|
|
41
42
|
private bindNgtStyle;
|
|
42
43
|
private destroySubscriptions;
|
|
44
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<NgtThComponent, [null, null, { optional: true; self: true; }, { optional: true; skipSelf: true; }]>;
|
|
45
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<NgtThComponent, "[ngt-th]", never, { "reference": "reference"; "sortReference": "sortReference"; "modalWidth": "modalWidth"; "sortable": "sortable"; "searchable": "searchable"; "hasCustomSearch": "hasCustomSearch"; "searchLabel": "searchLabel"; "sortableTooltip": "sortableTooltip"; }, { "onEnableSearch": "onEnableSearch"; }, never, ["*", "[customSearchHeader]", "[customSearch]"], false, never>;
|
|
43
46
|
}
|
|
44
47
|
export interface NgtSortableTooltip {
|
|
45
48
|
ascending: string;
|
|
@@ -2,6 +2,7 @@ import { AfterContentInit, ElementRef, Injector, OnDestroy } from '@angular/core
|
|
|
2
2
|
import { NgtStylizableDirective } from '../../../directives/ngt-stylizable/ngt-stylizable.directive';
|
|
3
3
|
import { NgtStylizableService } from '../../../services/ngt-stylizable/ngt-stylizable.service';
|
|
4
4
|
import { NgtDatatableComponent } from '../ngt-datatable.component';
|
|
5
|
+
import * as i0 from "@angular/core";
|
|
5
6
|
export declare class NgtThCheckComponent implements AfterContentInit, OnDestroy {
|
|
6
7
|
private injector;
|
|
7
8
|
private hostElement;
|
|
@@ -16,4 +17,6 @@ export declare class NgtThCheckComponent implements AfterContentInit, OnDestroy
|
|
|
16
17
|
onCheckboxChange(checked: boolean): void;
|
|
17
18
|
private bindNgtStyle;
|
|
18
19
|
private destroySubscriptions;
|
|
20
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<NgtThCheckComponent, [null, null, { optional: true; self: true; }, { optional: true; skipSelf: true; }]>;
|
|
21
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<NgtThCheckComponent, "[ngt-th-check]", never, {}, {}, never, ["*"], false, never>;
|
|
19
22
|
}
|
|
@@ -1,10 +1,13 @@
|
|
|
1
1
|
import { ElementRef, Injector } from '@angular/core';
|
|
2
2
|
import { NgtStylizableDirective } from '../../../directives/ngt-stylizable/ngt-stylizable.directive';
|
|
3
3
|
import { NgtStylizableService } from '../../../services/ngt-stylizable/ngt-stylizable.service';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
4
5
|
export declare class NgtTheadComponent {
|
|
5
6
|
private injector;
|
|
6
7
|
private hostElement;
|
|
7
8
|
private ngtStylizableDirective;
|
|
8
9
|
ngtStyle: NgtStylizableService;
|
|
9
10
|
constructor(injector: Injector, hostElement: ElementRef, ngtStylizableDirective: NgtStylizableDirective);
|
|
11
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<NgtTheadComponent, [null, null, { optional: true; self: true; }]>;
|
|
12
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<NgtTheadComponent, "[ngt-thead]", never, {}, {}, never, ["*"], false, never>;
|
|
10
13
|
}
|
|
@@ -3,6 +3,7 @@ import { NgtStylizableDirective } from '../../../directives/ngt-stylizable/ngt-s
|
|
|
3
3
|
import { NgtStylizableService } from '../../../services/ngt-stylizable/ngt-stylizable.service';
|
|
4
4
|
import { NgtTbodyComponent } from '../ngt-tbody/ngt-tbody.component';
|
|
5
5
|
import { NgtTheadComponent } from '../ngt-thead/ngt-thead.component';
|
|
6
|
+
import * as i0 from "@angular/core";
|
|
6
7
|
export declare class NgtTrComponent {
|
|
7
8
|
private injector;
|
|
8
9
|
private hostElement;
|
|
@@ -14,4 +15,6 @@ export declare class NgtTrComponent {
|
|
|
14
15
|
ngtStyle: NgtStylizableService;
|
|
15
16
|
constructor(injector: Injector, hostElement: ElementRef, ngtThead: NgtTheadComponent, ngtTbody: NgtTbodyComponent, ngtStylizableDirective: NgtStylizableDirective);
|
|
16
17
|
private getInheritanceStyles;
|
|
18
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<NgtTrComponent, [null, null, { optional: true; skipSelf: true; }, { optional: true; skipSelf: true; }, { optional: true; self: true; }]>;
|
|
19
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<NgtTrComponent, "[ngt-tr]", never, { "evenStripped": "evenStripped"; "oddStripped": "oddStripped"; }, {}, never, ["*"], false, never>;
|
|
17
20
|
}
|
|
@@ -5,6 +5,7 @@ import { NgtBaseNgModel } from '../../base/ngt-base-ng-model';
|
|
|
5
5
|
import { NgtStylizableDirective } from '../../directives/ngt-stylizable/ngt-stylizable.directive';
|
|
6
6
|
import { NgtStylizableService } from '../../services/ngt-stylizable/ngt-stylizable.service';
|
|
7
7
|
import { NgtFormComponent } from '../ngt-form/ngt-form.component';
|
|
8
|
+
import * as i0 from "@angular/core";
|
|
8
9
|
export declare class NgtDateComponent extends NgtBaseNgModel implements OnInit, OnDestroy {
|
|
9
10
|
private injector;
|
|
10
11
|
private ngtStylizableDirective;
|
|
@@ -64,6 +65,8 @@ export declare class NgtDateComponent extends NgtBaseNgModel implements OnInit,
|
|
|
64
65
|
private getMomentDateFormat;
|
|
65
66
|
private convertDateToAmericanFormat;
|
|
66
67
|
private destroySubscriptions;
|
|
68
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<NgtDateComponent, [null, { optional: true; self: true; }, { optional: true; host: true; }, { optional: true; skipSelf: true; }]>;
|
|
69
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<NgtDateComponent, "ngt-date", never, { "label": "label"; "placeholder": "placeholder"; "helpTitle": "helpTitle"; "helpText": "helpText"; "helpTextColor": "helpTextColor"; "shining": "shining"; "dateFormat": "dateFormat"; "dateFormatNgModel": "dateFormatNgModel"; "showCalendarIcon": "showCalendarIcon"; "name": "name"; "isDisabled": "isDisabled"; "isReadonly": "isReadonly"; "mode": "mode"; "time_24hr": "time_24hr"; "enableTime": "enableTime"; "noCalendar": "noCalendar"; "minuteIncrement": "minuteIncrement"; "allowInput": "allowInput"; "locale": "locale"; "allowClear": "allowClear"; "minDate": "minDate"; "maxDate": "maxDate"; "defaultDate": "defaultDate"; "isRequired": "isRequired"; }, {}, never, ["*"], false, never>;
|
|
67
70
|
}
|
|
68
71
|
export declare enum NgtDateLocale {
|
|
69
72
|
BRAZIL = "BRAZIL",
|
|
@@ -1,2 +1,13 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./ngt-date.component";
|
|
3
|
+
import * as i2 from "@angular/common";
|
|
4
|
+
import * as i3 from "@angular/forms";
|
|
5
|
+
import * as i4 from "ng2-flatpickr";
|
|
6
|
+
import * as i5 from "../ngt-validation/ngt-validation.module";
|
|
7
|
+
import * as i6 from "../ngt-shining/ngt-shining.module";
|
|
8
|
+
import * as i7 from "../ngt-helper/ngt-helper.module";
|
|
1
9
|
export declare class NgtDateModule {
|
|
10
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<NgtDateModule, never>;
|
|
11
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<NgtDateModule, [typeof i1.NgtDateComponent], [typeof i2.CommonModule, typeof i3.FormsModule, typeof i4.Ng2FlatpickrModule, typeof i5.NgtValidationModule, typeof i6.NgtShiningModule, typeof i7.NgtHelperModule], [typeof i1.NgtDateComponent]>;
|
|
12
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<NgtDateModule>;
|
|
2
13
|
}
|
package/components/ngt-dropdown/ngt-dropdown-container/ngt-dropdown-container.component.d.ts
CHANGED
|
@@ -1,5 +1,8 @@
|
|
|
1
1
|
import { EventEmitter } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
2
3
|
export declare class NgtDropdownContainerComponent {
|
|
3
4
|
onActiveDropdownChange: EventEmitter<any>;
|
|
4
5
|
setActiveDropdown(activeDropdown: any): void;
|
|
6
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<NgtDropdownContainerComponent, never>;
|
|
7
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<NgtDropdownContainerComponent, "[ngt-dropdown-container]", never, {}, { "onActiveDropdownChange": "onActiveDropdownChange"; }, never, ["*"], false, never>;
|
|
5
8
|
}
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { ElementRef, EventEmitter, OnDestroy, SimpleChanges } from '@angular/core';
|
|
2
2
|
import { NgtDropdownContainerComponent } from './ngt-dropdown-container/ngt-dropdown-container.component';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
3
4
|
export declare class NgtDropdownComponent implements OnDestroy {
|
|
4
5
|
private ngtDropdownContainer;
|
|
5
6
|
containerRef: ElementRef;
|
|
@@ -39,6 +40,8 @@ export declare class NgtDropdownComponent implements OnDestroy {
|
|
|
39
40
|
private isInHover;
|
|
40
41
|
private destroySubscriptions;
|
|
41
42
|
private isClickMethod;
|
|
43
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<NgtDropdownComponent, [{ optional: true; skipSelf: true; }]>;
|
|
44
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<NgtDropdownComponent, "ngt-dropdown", never, { "autoXReverse": "autoXReverse"; "autoYReverse": "autoYReverse"; "reverseXPosition": "reverseXPosition"; "reverseYPosition": "reverseYPosition"; "closeOnClick": "closeOnClick"; "closeTimeout": "closeTimeout"; "openMethod": "openMethod"; }, { "onToggle": "onToggle"; "onHostClick": "onHostClick"; }, never, ["[host]", "[container]"], false, never>;
|
|
42
45
|
}
|
|
43
46
|
export declare enum NgtDropdownOpenMethod {
|
|
44
47
|
CLICK = "CLICK",
|
|
@@ -1,2 +1,9 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./ngt-dropdown.component";
|
|
3
|
+
import * as i2 from "./ngt-dropdown-container/ngt-dropdown-container.component";
|
|
4
|
+
import * as i3 from "@angular/common";
|
|
1
5
|
export declare class NgtDropdownModule {
|
|
6
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<NgtDropdownModule, never>;
|
|
7
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<NgtDropdownModule, [typeof i1.NgtDropdownComponent, typeof i2.NgtDropdownContainerComponent], [typeof i3.CommonModule], [typeof i1.NgtDropdownComponent, typeof i2.NgtDropdownContainerComponent]>;
|
|
8
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<NgtDropdownModule>;
|
|
2
9
|
}
|
package/components/ngt-dropzone/custom-dropzone-preview/custom-dropzone-preview.component.d.ts
CHANGED
|
@@ -1,11 +1,14 @@
|
|
|
1
1
|
import { OnInit } from '@angular/core';
|
|
2
2
|
import { DomSanitizer } from '@angular/platform-browser';
|
|
3
3
|
import { NgxDropzonePreviewComponent } from 'ngx-dropzone';
|
|
4
|
-
import { NgtDropzoneFileTypeEnum } from '../ngt-dropzone.
|
|
4
|
+
import { NgtDropzoneFileTypeEnum } from '../ngt-dropzone.meta';
|
|
5
|
+
import * as i0 from "@angular/core";
|
|
5
6
|
export declare class CustomDropzonePreviewComponent extends NgxDropzonePreviewComponent implements OnInit {
|
|
6
7
|
sanitizer: DomSanitizer;
|
|
7
8
|
fileType: NgtDropzoneFileTypeEnum;
|
|
8
9
|
constructor(sanitizer: DomSanitizer);
|
|
9
10
|
ngOnInit(): void;
|
|
10
11
|
private bindFileType;
|
|
12
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<CustomDropzonePreviewComponent, never>;
|
|
13
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CustomDropzonePreviewComponent, "custom-dropzone-preview", never, {}, {}, never, never, false, never>;
|
|
11
14
|
}
|
package/components/ngt-dropzone/ngt-dropzone-file-viewer/ngt-dropzone-file-viewer.component.d.ts
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { EventEmitter } from '@angular/core';
|
|
2
2
|
import { EloverdeDocViewerComponent } from 'eloverde-doc-viewer';
|
|
3
3
|
import { NgtTranslateService } from '../../../services/http/ngt-translate.service';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
4
5
|
export declare class NgtDropzoneFileViewerComponent {
|
|
5
6
|
ngtTranslateService: NgtTranslateService;
|
|
6
7
|
eloverdeDocViewer: EloverdeDocViewerComponent;
|
|
@@ -19,4 +20,6 @@ export declare class NgtDropzoneFileViewerComponent {
|
|
|
19
20
|
close(): void;
|
|
20
21
|
handleClose(): void;
|
|
21
22
|
downloadFile(): void;
|
|
23
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<NgtDropzoneFileViewerComponent, never>;
|
|
24
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<NgtDropzoneFileViewerComponent, "ngt-dropzone-file-viewer", never, { "url": "url"; "fileName": "fileName"; "fileSize": "fileSize"; "disableContent": "disableContent"; "canDownloadFile": "canDownloadFile"; }, { "onClose": "onClose"; }, never, never, false, never>;
|
|
22
25
|
}
|
|
@@ -1,21 +1,35 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { EventEmitter, SimpleChanges } from '@angular/core';
|
|
2
|
+
import { NgtDropzoneFile, NgtDropzoneFileTypeEnum } from '../ngt-dropzone.meta';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class NgtDropzoneViewComponent {
|
|
5
5
|
resources: Array<any>;
|
|
6
|
+
dropzoneHeight: string;
|
|
7
|
+
loading: boolean;
|
|
8
|
+
placeholder: string;
|
|
9
|
+
onImageClick: EventEmitter<{
|
|
10
|
+
div: HTMLDivElement;
|
|
11
|
+
index: number;
|
|
12
|
+
}>;
|
|
13
|
+
onFileClick: EventEmitter<{
|
|
14
|
+
previewUrl: string;
|
|
15
|
+
name: string;
|
|
16
|
+
fileSize: number;
|
|
17
|
+
}>;
|
|
6
18
|
images: Array<NgtDropzoneFile>;
|
|
7
19
|
audios: Array<NgtDropzoneFile>;
|
|
8
20
|
videos: Array<NgtDropzoneFile>;
|
|
9
21
|
files: Array<NgtDropzoneFile>;
|
|
10
22
|
ngtDropzoneViewFileTypeEnum: typeof NgtDropzoneFileTypeEnum;
|
|
11
|
-
constructor(ngtDropzoneComponent: NgtDropzoneComponent);
|
|
12
|
-
ngAfterViewInit(): void;
|
|
13
23
|
ngOnChanges(changes: SimpleChanges): void;
|
|
14
24
|
loadFiles(): void;
|
|
15
|
-
|
|
25
|
+
handleImageClick(index: number): void;
|
|
26
|
+
handleFileClick(previewUrl: string, name: string, fileSize: number): void;
|
|
16
27
|
getFileType(resource: NgtDropzoneFile): NgtDropzoneFileTypeEnum;
|
|
28
|
+
getFormattedFileSize(resource: any): string;
|
|
17
29
|
private isImage;
|
|
18
30
|
private isAudio;
|
|
19
31
|
private isVideo;
|
|
20
32
|
private isFile;
|
|
33
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<NgtDropzoneViewComponent, never>;
|
|
34
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<NgtDropzoneViewComponent, "ngt-dropzone-view", never, { "resources": "resources"; "dropzoneHeight": "dropzoneHeight"; "loading": "loading"; "placeholder": "placeholder"; }, { "onImageClick": "onImageClick"; "onFileClick": "onFileClick"; }, never, never, false, never>;
|
|
21
35
|
}
|
|
@@ -5,33 +5,8 @@ import { NgtBaseNgModel } from '../../base/ngt-base-ng-model';
|
|
|
5
5
|
import { NgtAttachmentHttpService } from '../../services/http/ngt-attachment-http.service';
|
|
6
6
|
import { NgtStylizableService } from '../../services/ngt-stylizable/ngt-stylizable.service';
|
|
7
7
|
import { NgtDropzoneFileViewerComponent } from './ngt-dropzone-file-viewer/ngt-dropzone-file-viewer.component';
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
previewUrl: string;
|
|
11
|
-
thumbnailUrl: string;
|
|
12
|
-
name: string;
|
|
13
|
-
mimeType: string;
|
|
14
|
-
fileSize: any;
|
|
15
|
-
}
|
|
16
|
-
export declare enum NgtDropzoneFileTypeEnum {
|
|
17
|
-
DOC = "DOC",
|
|
18
|
-
PDF = "PDF",
|
|
19
|
-
XLS = "XLS",
|
|
20
|
-
DWG = "DWG",
|
|
21
|
-
OTHER = "OTHER"
|
|
22
|
-
}
|
|
23
|
-
export declare enum NgtDropzonePreviewType {
|
|
24
|
-
DEFAULT = "DEFAULT",
|
|
25
|
-
IMAGE = "IMAGE",
|
|
26
|
-
VIDEO = "VIDEO"
|
|
27
|
-
}
|
|
28
|
-
export declare enum NgtDropzoneErrorType {
|
|
29
|
-
DEFAULT = "DEFAULT",
|
|
30
|
-
SIZE = "SIZE",
|
|
31
|
-
NO_MULTIPLE = "NO_MULTIPLE",
|
|
32
|
-
ITEMS_LIMIT = "ITEMS_LIMIT",
|
|
33
|
-
TYPE = "TYPE"
|
|
34
|
-
}
|
|
8
|
+
import { NgtDropzoneErrorType, NgtDropzoneFile, NgtDropzonePreviewType } from './ngt-dropzone.meta';
|
|
9
|
+
import * as i0 from "@angular/core";
|
|
35
10
|
export declare class NgtDropzoneComponent extends NgtBaseNgModel implements OnInit, OnDestroy, AfterContentChecked {
|
|
36
11
|
formContainer: ControlContainer;
|
|
37
12
|
private ngtAttachmentHttpService;
|
|
@@ -106,4 +81,6 @@ export declare class NgtDropzoneComponent extends NgtBaseNgModel implements OnIn
|
|
|
106
81
|
private resetFilesLoad;
|
|
107
82
|
private updateValidations;
|
|
108
83
|
private destroySubscriptions;
|
|
84
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<NgtDropzoneComponent, [{ optional: true; host: true; }, { optional: true; skipSelf: true; }, null, null]>;
|
|
85
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<NgtDropzoneComponent, "ngt-dropzone", never, { "label": "label"; "placeholder": "placeholder"; "helpTextColor": "helpTextColor"; "helpText": "helpText"; "helpTitle": "helpTitle"; "resources": "resources"; "multipleSelection": "multipleSelection"; "itemsLimit": "itemsLimit"; "showFileName": "showFileName"; "disableClick": "disableClick"; "disabled": "disabled"; "viewMode": "viewMode"; "removable": "removable"; "canDownloadFile": "canDownloadFile"; "verticalExpandable": "verticalExpandable"; "acceptedFiles": "acceptedFiles"; "unacceptedFiles": "unacceptedFiles"; "maxFileSize": "maxFileSize"; "previewType": "previewType"; "isRequired": "isRequired"; "name": "name"; "remoteResource": "remoteResource"; }, { "onFileSelected": "onFileSelected"; "onFileSelectError": "onFileSelectError"; "onFileUploadFail": "onFileUploadFail"; "onFileRemoved": "onFileRemoved"; "onFileUploadInit": "onFileUploadInit"; "onFileUploaded": "onFileUploaded"; "onFilePreviewLoaded": "onFilePreviewLoaded"; }, never, never, false, never>;
|
|
109
86
|
}
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
export interface NgtDropzoneFile {
|
|
2
|
+
downloadUrl: string;
|
|
3
|
+
previewUrl: string;
|
|
4
|
+
thumbnailUrl: string;
|
|
5
|
+
name: string;
|
|
6
|
+
mimeType: string;
|
|
7
|
+
fileSize: any;
|
|
8
|
+
}
|
|
9
|
+
export declare enum NgtDropzoneFileTypeEnum {
|
|
10
|
+
DOC = "DOC",
|
|
11
|
+
PDF = "PDF",
|
|
12
|
+
XLS = "XLS",
|
|
13
|
+
DWG = "DWG",
|
|
14
|
+
OTHER = "OTHER"
|
|
15
|
+
}
|
|
16
|
+
export declare enum NgtDropzonePreviewType {
|
|
17
|
+
DEFAULT = "DEFAULT",
|
|
18
|
+
IMAGE = "IMAGE",
|
|
19
|
+
VIDEO = "VIDEO"
|
|
20
|
+
}
|
|
21
|
+
export declare enum NgtDropzoneErrorType {
|
|
22
|
+
DEFAULT = "DEFAULT",
|
|
23
|
+
SIZE = "SIZE",
|
|
24
|
+
NO_MULTIPLE = "NO_MULTIPLE",
|
|
25
|
+
ITEMS_LIMIT = "ITEMS_LIMIT",
|
|
26
|
+
TYPE = "TYPE"
|
|
27
|
+
}
|
|
@@ -1,2 +1,17 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./ngt-dropzone.component";
|
|
3
|
+
import * as i2 from "./ngt-dropzone-file-viewer/ngt-dropzone-file-viewer.component";
|
|
4
|
+
import * as i3 from "./ngt-dropzone-view/ngt-dropzone-view.component";
|
|
5
|
+
import * as i4 from "./custom-dropzone-preview/custom-dropzone-preview.component";
|
|
6
|
+
import * as i5 from "@angular/common";
|
|
7
|
+
import * as i6 from "@angular/forms";
|
|
8
|
+
import * as i7 from "../ngt-validation/ngt-validation.module";
|
|
9
|
+
import * as i8 from "ngx-dropzone";
|
|
10
|
+
import * as i9 from "../ngt-svg/ngt-svg.module";
|
|
11
|
+
import * as i10 from "eloverde-doc-viewer";
|
|
12
|
+
import * as i11 from "../ngt-helper/ngt-helper.module";
|
|
1
13
|
export declare class NgtDropzoneModule {
|
|
14
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<NgtDropzoneModule, never>;
|
|
15
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<NgtDropzoneModule, [typeof i1.NgtDropzoneComponent, typeof i2.NgtDropzoneFileViewerComponent, typeof i3.NgtDropzoneViewComponent, typeof i4.CustomDropzonePreviewComponent], [typeof i5.CommonModule, typeof i6.FormsModule, typeof i7.NgtValidationModule, typeof i8.NgxDropzoneModule, typeof i9.NgtSvgModule, typeof i10.EloverdeDocViewerModule, typeof i11.NgtHelperModule], [typeof i1.NgtDropzoneComponent]>;
|
|
16
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<NgtDropzoneModule>;
|
|
2
17
|
}
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { Injector } from '@angular/core';
|
|
2
2
|
import { NgtStylizableDirective } from '../../directives/ngt-stylizable/ngt-stylizable.directive';
|
|
3
3
|
import { NgtStylizableService } from '../../services/ngt-stylizable/ngt-stylizable.service';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
4
5
|
export declare class NgtFloatingButtonComponent {
|
|
5
6
|
private injector;
|
|
6
7
|
private ngtStylizableDirective;
|
|
@@ -16,6 +17,8 @@ export declare class NgtFloatingButtonComponent {
|
|
|
16
17
|
onClick(event: Event, menu: NgtFloatingButtonMenu): any;
|
|
17
18
|
isTypeAction(menu: NgtFloatingButtonMenu): boolean;
|
|
18
19
|
isTypeNavigation(menu: NgtFloatingButtonMenu): boolean;
|
|
20
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<NgtFloatingButtonComponent, [null, { optional: true; self: true; }]>;
|
|
21
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<NgtFloatingButtonComponent, "ngt-floating-button", never, { "menus": "menus"; "icon": "icon"; "label": "label"; "withAnimation": "withAnimation"; }, {}, never, never, false, never>;
|
|
19
22
|
}
|
|
20
23
|
export interface NgtFloatingButtonMenu {
|
|
21
24
|
name?: string;
|
|
@@ -1,2 +1,10 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./ngt-floating-button.component";
|
|
3
|
+
import * as i2 from "@angular/common";
|
|
4
|
+
import * as i3 from "@angular/router";
|
|
5
|
+
import * as i4 from "../ngt-svg/ngt-svg.module";
|
|
1
6
|
export declare class NgtFloatingButtonModule {
|
|
7
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<NgtFloatingButtonModule, never>;
|
|
8
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<NgtFloatingButtonModule, [typeof i1.NgtFloatingButtonComponent], [typeof i2.CommonModule, typeof i3.RouterModule, typeof i4.NgtSvgModule], [typeof i1.NgtFloatingButtonComponent]>;
|
|
9
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<NgtFloatingButtonModule>;
|
|
2
10
|
}
|
package/components/ngt-form/ngt-form-validation-message/ngt-form-validation-message.component.d.ts
CHANGED
|
@@ -1,7 +1,10 @@
|
|
|
1
1
|
import { NgtTranslateService } from '../../../services/http/ngt-translate.service';
|
|
2
|
-
import
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
3
|
export declare class NgtFormValidationMessageComponent {
|
|
4
|
-
ngtForm: NgtFormComponent;
|
|
5
4
|
ngtTranslateService: NgtTranslateService;
|
|
6
|
-
|
|
5
|
+
canShowValidationMessage: boolean;
|
|
6
|
+
message: string;
|
|
7
|
+
constructor(ngtTranslateService: NgtTranslateService);
|
|
8
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<NgtFormValidationMessageComponent, [{ optional: true; }]>;
|
|
9
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<NgtFormValidationMessageComponent, "ngt-form-validation-message", never, { "canShowValidationMessage": "canShowValidationMessage"; "message": "message"; }, {}, never, never, false, never>;
|
|
7
10
|
}
|
|
@@ -3,6 +3,7 @@ import { ControlContainer, NgForm } from '@angular/forms';
|
|
|
3
3
|
import { ActivatedRoute, Router } from '@angular/router';
|
|
4
4
|
import { Observable } from 'rxjs';
|
|
5
5
|
import { NgtHttpFormService } from '../../services/http/ngt-http-form.service';
|
|
6
|
+
import * as i0 from "@angular/core";
|
|
6
7
|
export declare class NgtFormComponent implements OnInit, OnDestroy {
|
|
7
8
|
formContainer: ControlContainer;
|
|
8
9
|
ngForm: NgForm;
|
|
@@ -45,6 +46,8 @@ export declare class NgtFormComponent implements OnInit, OnDestroy {
|
|
|
45
46
|
protected triggerFormEditing(): void;
|
|
46
47
|
private determineFormState;
|
|
47
48
|
private destroySubscriptions;
|
|
49
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<NgtFormComponent, [{ optional: true; host: true; }, { optional: true; host: true; }, null, null, null]>;
|
|
50
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<NgtFormComponent, "ngt-form", never, { "guessFormState": "guessFormState"; "message": "message"; "routeIdentifier": "routeIdentifier"; "resource": "resource"; "customLayout": "customLayout"; }, { "onCreating": "onCreating"; "onEditing": "onEditing"; "onLoadingChange": "onLoadingChange"; "onShiningChange": "onShiningChange"; "setupComponent": "setupComponent"; "onResourceLoadingError": "onResourceLoadingError"; }, never, ["*"], false, never>;
|
|
48
51
|
}
|
|
49
52
|
export declare enum NgtFormState {
|
|
50
53
|
CREATING = "CREATING",
|
|
@@ -1,2 +1,9 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
import * as i1 from "./ngt-form.component";
|
|
3
|
+
import * as i2 from "./ngt-form-validation-message/ngt-form-validation-message.component";
|
|
4
|
+
import * as i3 from "@angular/common";
|
|
1
5
|
export declare class NgtFormModule {
|
|
6
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<NgtFormModule, never>;
|
|
7
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<NgtFormModule, [typeof i1.NgtFormComponent, typeof i2.NgtFormValidationMessageComponent], [typeof i3.CommonModule], [typeof i1.NgtFormComponent, typeof i2.NgtFormValidationMessageComponent]>;
|
|
8
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<NgtFormModule>;
|
|
2
9
|
}
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { ElementRef, Injector } from '@angular/core';
|
|
2
2
|
import { NgtStylizableDirective } from '../../directives/ngt-stylizable/ngt-stylizable.directive';
|
|
3
3
|
import { NgtStylizableService } from '../../services/ngt-stylizable/ngt-stylizable.service';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
4
5
|
export declare class NgtHeaderNavComponent {
|
|
5
6
|
private injector;
|
|
6
7
|
private ngtStylizableDirective;
|
|
@@ -8,4 +9,6 @@ export declare class NgtHeaderNavComponent {
|
|
|
8
9
|
ngtStyle: NgtStylizableService;
|
|
9
10
|
constructor(injector: Injector, ngtStylizableDirective: NgtStylizableDirective);
|
|
10
11
|
ngAfterViewInit(): void;
|
|
12
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<NgtHeaderNavComponent, [null, { optional: true; self: true; }]>;
|
|
13
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<NgtHeaderNavComponent, "ngt-header-nav", never, { "ngtStyle": "ngtStyle"; }, {}, never, ["[left-header]", "[right-header]", "*"], false, never>;
|
|
11
14
|
}
|