nira-falcon 0.1.25 → 0.1.27
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/environments/environment.d.ts +4 -0
- package/esm2022/environments/environment.mjs +7 -0
- package/esm2022/lib/core-auto-complete/core-auto-complete.component.mjs +82 -0
- package/esm2022/lib/core-btn/core-btn.component.mjs +71 -0
- package/esm2022/lib/core-card/core-card.component.mjs +16 -0
- package/esm2022/lib/core-checkbox/core-checkbox.component.mjs +33 -0
- package/esm2022/lib/core-confirm-dialog/core-confirm-dialog.component.mjs +31 -0
- package/esm2022/lib/core-date-picker/core-date-picker.component.mjs +50 -0
- package/esm2022/lib/core-input/core-input.component.mjs +136 -0
- package/esm2022/lib/core-multi-select/core-multi-select-row/core-multi-select-row.component.mjs +28 -0
- package/esm2022/lib/core-multi-select/core-multi-select.component.mjs +145 -0
- package/esm2022/lib/core-number/core-number.component.mjs +64 -0
- package/esm2022/lib/core-page-title/core-page-title.component.mjs +19 -0
- package/esm2022/lib/core-radio-buttons/core-radio-buttons.component.mjs +75 -0
- package/esm2022/lib/core-search-box/core-search-box.component.mjs +25 -0
- package/esm2022/lib/core-select/core-select.component.mjs +96 -0
- package/esm2022/lib/core-spinner/core-spinner.component.mjs +23 -0
- package/esm2022/lib/core-switch/core-switch.component.mjs +33 -0
- package/esm2022/lib/core-table/core-column-date-picker/core-column-date-picker.component.mjs +62 -0
- package/esm2022/lib/core-table/core-column-input/core-column-input.component.mjs +43 -0
- package/esm2022/lib/core-table/core-column-selector/core-column-selector.component.mjs +100 -0
- package/esm2022/lib/core-table/core-row-pelak/core-row-pelak.component.mjs +21 -0
- package/esm2022/lib/core-table/core-table/core-table.component.mjs +182 -0
- package/esm2022/lib/core-table/core-table-action-buttons-column/core-table-action-buttons-column.component.mjs +34 -0
- package/esm2022/lib/core-table/core-table-action-column/core-table-action-column.component.mjs +27 -0
- package/esm2022/lib/core-table/core-table-card-manager/core-table-card-manager.component.mjs +84 -0
- package/esm2022/lib/core-table/core-table-color-column/core-table-color-column.component.mjs +23 -0
- package/esm2022/lib/core-table/core-table-column-manager/core-table-column-manager.component.mjs +86 -0
- package/esm2022/lib/core-table/core-table-detail-viewer-for-report/core-table-detail-viewer-for-report.component.mjs +29 -0
- package/esm2022/lib/core-table/core-table-filter-dialog/core-table-filter-dialog/core-table-filter-dialog.component.mjs +82 -0
- package/esm2022/lib/core-table/core-table-no-content/core-table-no-content.component.mjs +23 -0
- package/esm2022/lib/core-table/core-table-no-content/core-table-no-content.label.mjs +9 -0
- package/esm2022/lib/core-table/core-table-row-selector-column/core-table-row-selector-column.component.mjs +68 -0
- package/esm2022/lib/core-table/core-table-shamsi-date/core-table-shamsi-date.component.mjs +34 -0
- package/esm2022/lib/core-table/core-table-status-active-column/core-table-status-active-column.component.mjs +20 -0
- package/esm2022/lib/core-table/core-table-status-column/core-table-status-column.component.mjs +18 -0
- package/esm2022/lib/core-textarea/core-textarea.component.mjs +47 -0
- package/esm2022/lib/core-time-picker/core-time-picker.component.mjs +118 -0
- package/esm2022/lib/core-time-picker/time-picker-modal/time-picker-modal.component.mjs +147 -0
- package/esm2022/lib/falcon-lib.module.mjs +255 -0
- package/esm2022/lib/falconTypes.mjs +9 -0
- package/esm2022/lib/pipes/digit-group.pipe.mjs +16 -0
- package/esm2022/lib/pipes/form-control.pipe.mjs +16 -0
- package/esm2022/lib/pipes/persian-digits.pipe.mjs +40 -0
- package/esm2022/lib/pipes/price-format.pipe.mjs +23 -0
- package/esm2022/lib/pipes/shamsi-date.pipe.mjs +24 -0
- package/esm2022/lib/pipes/time-format.pipe.mjs +28 -0
- package/esm2022/lib/pipes/weight.pipe.mjs +16 -0
- package/esm2022/lib/wordify.mjs +109 -0
- package/esm2022/nira-falcon.mjs +5 -0
- package/esm2022/public-api.mjs +31 -0
- package/esm2022/svg-icon/arrow-down-icon/arrow-down-icon.component.mjs +11 -0
- package/esm2022/svg-icon/calendar-icon/calendar-icon.component.mjs +11 -0
- package/esm2022/svg-icon/caret-up-icon/caret-up-icon.component.mjs +11 -0
- package/esm2022/svg-icon/close-icon/close-icon.component.mjs +11 -0
- package/esm2022/svg-icon/edit-square-icon/edit-square-icon.component.mjs +11 -0
- package/esm2022/svg-icon/pelak-icon/pelak-icon.component.mjs +11 -0
- package/esm2022/svg-icon/search-icon/search-icon.component.mjs +11 -0
- package/esm2022/svg-icon/sort-down-icon/sort-down-icon.component.mjs +11 -0
- package/esm2022/svg-icon/sort-solid-icon/sort-solid-icon.component.mjs +11 -0
- package/esm2022/svg-icon/sort-up-icon/sort-up-icon.component.mjs +11 -0
- package/esm2022/svg-icon/time-icon/time-icon.component.mjs +11 -0
- package/esm2022/svg-icon/warning-icon/warning-icon.component.mjs +11 -0
- package/esm2022/utils/constants.mjs +185 -0
- package/esm2022/utils/directives/detail-viewer-manager.directive.mjs +71 -0
- package/esm2022/utils/directives/table-detail-viewer-manager.directive.mjs +49 -0
- package/esm2022/utils/util.mjs +26 -0
- package/fesm2022/nira-falcon.mjs +2905 -0
- package/fesm2022/nira-falcon.mjs.map +1 -0
- package/index.d.ts +5 -0
- package/lib/core-auto-complete/core-auto-complete.component.d.ts +30 -0
- package/lib/core-btn/core-btn.component.d.ts +23 -0
- package/lib/core-card/core-card.component.d.ts +6 -0
- package/lib/core-checkbox/core-checkbox.component.d.ts +13 -0
- package/lib/core-confirm-dialog/core-confirm-dialog.component.d.ts +14 -0
- package/lib/core-date-picker/core-date-picker.component.d.ts +21 -0
- package/lib/core-input/core-input.component.d.ts +29 -0
- package/lib/core-multi-select/core-multi-select-row/core-multi-select-row.component.d.ts +11 -0
- package/lib/core-multi-select/core-multi-select.component.d.ts +43 -0
- package/lib/core-number/core-number.component.d.ts +12 -0
- package/lib/core-page-title/core-page-title.component.d.ts +7 -0
- package/lib/core-radio-buttons/core-radio-buttons.component.d.ts +29 -0
- package/lib/core-search-box/core-search-box.component.d.ts +10 -0
- package/lib/core-select/core-select.component.d.ts +37 -0
- package/lib/core-spinner/core-spinner.component.d.ts +9 -0
- package/lib/core-switch/core-switch.component.d.ts +17 -0
- package/lib/core-table/core-column-date-picker/core-column-date-picker.component.d.ts +21 -0
- package/lib/core-table/core-column-input/core-column-input.component.d.ts +16 -0
- package/lib/core-table/core-column-selector/core-column-selector.component.d.ts +35 -0
- package/lib/core-table/core-row-pelak/core-row-pelak.component.d.ts +8 -0
- package/lib/core-table/core-table/core-table.component.d.ts +42 -0
- package/lib/core-table/core-table-action-buttons-column/core-table-action-buttons-column.component.d.ts +11 -0
- package/lib/core-table/core-table-action-column/core-table-action-column.component.d.ts +11 -0
- package/lib/core-table/core-table-card-manager/core-table-card-manager.component.d.ts +24 -0
- package/lib/core-table/core-table-color-column/core-table-color-column.component.d.ts +9 -0
- package/lib/core-table/core-table-column-manager/core-table-column-manager.component.d.ts +24 -0
- package/lib/core-table/core-table-detail-viewer-for-report/core-table-detail-viewer-for-report.component.d.ts +11 -0
- package/lib/core-table/core-table-filter-dialog/core-table-filter-dialog/core-table-filter-dialog.component.d.ts +22 -0
- package/lib/core-table/core-table-no-content/core-table-no-content.component.d.ts +9 -0
- package/lib/core-table/core-table-no-content/core-table-no-content.label.d.ts +5 -0
- package/lib/core-table/core-table-row-selector-column/core-table-row-selector-column.component.d.ts +14 -0
- package/lib/core-table/core-table-shamsi-date/core-table-shamsi-date.component.d.ts +13 -0
- package/lib/core-table/core-table-status-active-column/core-table-status-active-column.component.d.ts +8 -0
- package/lib/core-table/core-table-status-column/core-table-status-column.component.d.ts +7 -0
- package/lib/core-textarea/core-textarea.component.d.ts +13 -0
- package/lib/core-time-picker/core-time-picker.component.d.ts +26 -0
- package/lib/core-time-picker/time-picker-modal/time-picker-modal.component.d.ts +35 -0
- package/lib/falcon-lib.module.d.ts +67 -0
- package/lib/falconTypes.d.ts +24 -0
- package/lib/pipes/digit-group.pipe.d.ts +7 -0
- package/lib/pipes/form-control.pipe.d.ts +8 -0
- package/lib/pipes/persian-digits.pipe.d.ts +7 -0
- package/lib/pipes/price-format.pipe.d.ts +7 -0
- package/lib/pipes/shamsi-date.pipe.d.ts +9 -0
- package/lib/pipes/time-format.pipe.d.ts +7 -0
- package/lib/pipes/weight.pipe.d.ts +7 -0
- package/lib/wordify.d.ts +2 -0
- package/package.json +26 -13
- package/{src/public-api.ts → public-api.d.ts} +27 -31
- package/svg-icon/arrow-down-icon/arrow-down-icon.component.d.ts +5 -0
- package/svg-icon/calendar-icon/calendar-icon.component.d.ts +5 -0
- package/svg-icon/caret-up-icon/caret-up-icon.component.d.ts +5 -0
- package/svg-icon/close-icon/close-icon.component.d.ts +5 -0
- package/svg-icon/edit-square-icon/edit-square-icon.component.d.ts +5 -0
- package/svg-icon/pelak-icon/pelak-icon.component.d.ts +5 -0
- package/svg-icon/search-icon/search-icon.component.d.ts +5 -0
- package/svg-icon/sort-down-icon/sort-down-icon.component.d.ts +5 -0
- package/svg-icon/sort-solid-icon/sort-solid-icon.component.d.ts +5 -0
- package/svg-icon/sort-up-icon/sort-up-icon.component.d.ts +5 -0
- package/svg-icon/time-icon/time-icon.component.d.ts +5 -0
- package/svg-icon/warning-icon/warning-icon.component.d.ts +5 -0
- package/utils/constants.d.ts +71 -0
- package/utils/directives/detail-viewer-manager.directive.d.ts +18 -0
- package/utils/directives/table-detail-viewer-manager.directive.d.ts +16 -0
- package/utils/util.d.ts +11 -0
- package/ng-package.json +0 -7
- package/package copy.json +0 -13
- package/src/assets/images/hub-dashboard-title-bg.png +0 -0
- package/src/assets/images/iran.png +0 -0
- package/src/environments/environment.ts +0 -7
- package/src/lib/core-auto-complete/core-auto-complete.component.html +0 -30
- package/src/lib/core-auto-complete/core-auto-complete.component.scss +0 -89
- package/src/lib/core-auto-complete/core-auto-complete.component.ts +0 -92
- package/src/lib/core-btn/core-btn-bluebird.component.html +0 -21
- package/src/lib/core-btn/core-btn-bluebird.component.scss +0 -123
- package/src/lib/core-btn/core-btn-falcon.component.html +0 -20
- package/src/lib/core-btn/core-btn-falcon.component.scss +0 -115
- package/src/lib/core-btn/core-btn.component.ts +0 -54
- package/src/lib/core-card/core-card.component.html +0 -3
- package/src/lib/core-card/core-card.component.scss +0 -0
- package/src/lib/core-card/core-card.component.ts +0 -10
- package/src/lib/core-checkbox/core-checkbox.component.html +0 -9
- package/src/lib/core-checkbox/core-checkbox.component.scss +0 -60
- package/src/lib/core-checkbox/core-checkbox.component.ts +0 -19
- package/src/lib/core-confirm-dialog/core-confirm-dialog.component.html +0 -28
- package/src/lib/core-confirm-dialog/core-confirm-dialog.component.scss +0 -131
- package/src/lib/core-confirm-dialog/core-confirm-dialog.component.ts +0 -29
- package/src/lib/core-date-picker/core-date-picker-bluebird.component.html +0 -15
- package/src/lib/core-date-picker/core-date-picker-bluebird.component.scss +0 -0
- package/src/lib/core-date-picker/core-date-picker-falcon.component.html +0 -14
- package/src/lib/core-date-picker/core-date-picker-falcon.component.scss +0 -0
- package/src/lib/core-date-picker/core-date-picker.component.ts +0 -44
- package/src/lib/core-input/core-input-bluebird.component.html +0 -95
- package/src/lib/core-input/core-input-bluebird.component.scss +0 -152
- package/src/lib/core-input/core-input-falcon.component.html +0 -90
- package/src/lib/core-input/core-input-falcon.component.scss +0 -141
- package/src/lib/core-input/core-input.component.ts +0 -112
- package/src/lib/core-multi-select/core-multi-select-row/core-multi-select-row.component.html +0 -3
- package/src/lib/core-multi-select/core-multi-select-row/core-multi-select-row.component.scss +0 -15
- package/src/lib/core-multi-select/core-multi-select-row/core-multi-select-row.component.ts +0 -19
- package/src/lib/core-multi-select/core-multi-select.component.html +0 -41
- package/src/lib/core-multi-select/core-multi-select.component.scss +0 -119
- package/src/lib/core-multi-select/core-multi-select.component.ts +0 -139
- package/src/lib/core-number/core-number.component.html +0 -3
- package/src/lib/core-number/core-number.component.scss +0 -1
- package/src/lib/core-number/core-number.component.ts +0 -45
- package/src/lib/core-page-title/core-page-title.component.html +0 -14
- package/src/lib/core-page-title/core-page-title.component.scss +0 -16
- package/src/lib/core-page-title/core-page-title.component.ts +0 -11
- package/src/lib/core-radio-buttons/core-radio-buttons.component.html +0 -17
- package/src/lib/core-radio-buttons/core-radio-buttons.component.scss +0 -46
- package/src/lib/core-radio-buttons/core-radio-buttons.component.spec.ts +0 -21
- package/src/lib/core-radio-buttons/core-radio-buttons.component.ts +0 -64
- package/src/lib/core-search-box/core-search-box.component.html +0 -14
- package/src/lib/core-search-box/core-search-box.component.scss +0 -37
- package/src/lib/core-search-box/core-search-box.component.ts +0 -15
- package/src/lib/core-select/core-select-bluebird.component.html +0 -57
- package/src/lib/core-select/core-select-bluebird.component.scss +0 -129
- package/src/lib/core-select/core-select-falcon.component.html +0 -56
- package/src/lib/core-select/core-select-falcon.component.scss +0 -123
- package/src/lib/core-select/core-select.component.spec.ts +0 -21
- package/src/lib/core-select/core-select.component.ts +0 -93
- package/src/lib/core-spinner/core-spinner.component.html +0 -14
- package/src/lib/core-spinner/core-spinner.component.scss +0 -162
- package/src/lib/core-spinner/core-spinner.component.ts +0 -13
- package/src/lib/core-switch/core-switch.component.html +0 -13
- package/src/lib/core-switch/core-switch.component.scss +0 -58
- package/src/lib/core-switch/core-switch.component.spec.ts +0 -21
- package/src/lib/core-switch/core-switch.component.ts +0 -28
- package/src/lib/core-table/core-column-date-picker/core-column-date-picker.component.html +0 -21
- package/src/lib/core-table/core-column-date-picker/core-column-date-picker.component.scss +0 -3
- package/src/lib/core-table/core-column-date-picker/core-column-date-picker.component.ts +0 -55
- package/src/lib/core-table/core-column-input/core-column-input.component.html +0 -17
- package/src/lib/core-table/core-column-input/core-column-input.component.scss +0 -21
- package/src/lib/core-table/core-column-input/core-column-input.component.ts +0 -23
- package/src/lib/core-table/core-column-selector/core-column-selector.component.html +0 -47
- package/src/lib/core-table/core-column-selector/core-column-selector.component.scss +0 -113
- package/src/lib/core-table/core-column-selector/core-column-selector.component.ts +0 -94
- package/src/lib/core-table/core-row-pelak/core-row-pelak.component.html +0 -12
- package/src/lib/core-table/core-row-pelak/core-row-pelak.component.scss +0 -21
- package/src/lib/core-table/core-row-pelak/core-row-pelak.component.ts +0 -12
- package/src/lib/core-table/core-table/core-table.component.html +0 -168
- package/src/lib/core-table/core-table/core-table.component.scss +0 -65
- package/src/lib/core-table/core-table/core-table.component.ts +0 -179
- package/src/lib/core-table/core-table-action-buttons-column/core-table-action-buttons-column.component.html +0 -10
- package/src/lib/core-table/core-table-action-buttons-column/core-table-action-buttons-column.component.scss +0 -3
- package/src/lib/core-table/core-table-action-buttons-column/core-table-action-buttons-column.component.ts +0 -24
- package/src/lib/core-table/core-table-action-column/core-table-action-column.component.html +0 -6
- package/src/lib/core-table/core-table-action-column/core-table-action-column.component.scss +0 -3
- package/src/lib/core-table/core-table-action-column/core-table-action-column.component.ts +0 -19
- package/src/lib/core-table/core-table-card-manager/core-table-card-manager.component.html +0 -94
- package/src/lib/core-table/core-table-card-manager/core-table-card-manager.component.scss +0 -0
- package/src/lib/core-table/core-table-card-manager/core-table-card-manager.component.ts +0 -58
- package/src/lib/core-table/core-table-column-manager/core-table-column-manager.component.html +0 -99
- package/src/lib/core-table/core-table-column-manager/core-table-column-manager.component.scss +0 -0
- package/src/lib/core-table/core-table-column-manager/core-table-column-manager.component.ts +0 -59
- package/src/lib/core-table/core-table-detail-viewer-for-report/core-table-detail-viewer-for-report.component.html +0 -5
- package/src/lib/core-table/core-table-detail-viewer-for-report/core-table-detail-viewer-for-report.component.scss +0 -8
- package/src/lib/core-table/core-table-detail-viewer-for-report/core-table-detail-viewer-for-report.component.ts +0 -28
- package/src/lib/core-table/core-table-filter-dialog/core-table-filter-dialog/core-table-filter-dialog.component.html +0 -24
- package/src/lib/core-table/core-table-filter-dialog/core-table-filter-dialog/core-table-filter-dialog.component.scss +0 -10
- package/src/lib/core-table/core-table-filter-dialog/core-table-filter-dialog/core-table-filter-dialog.component.ts +0 -76
- package/src/lib/core-table/core-table-no-content/core-table-no-content.component.html +0 -6
- package/src/lib/core-table/core-table-no-content/core-table-no-content.component.scss +0 -7
- package/src/lib/core-table/core-table-no-content/core-table-no-content.component.ts +0 -14
- package/src/lib/core-table/core-table-no-content/core-table-no-content.label.ts +0 -14
- package/src/lib/core-table/core-table-row-selector-column/core-table-row-selector-column.component.html +0 -5
- package/src/lib/core-table/core-table-row-selector-column/core-table-row-selector-column.component.scss +0 -0
- package/src/lib/core-table/core-table-row-selector-column/core-table-row-selector-column.component.ts +0 -60
- package/src/lib/core-table/core-table-shamsi-date/core-table-shamsi-date.component.html +0 -3
- package/src/lib/core-table/core-table-shamsi-date/core-table-shamsi-date.component.scss +0 -0
- package/src/lib/core-table/core-table-shamsi-date/core-table-shamsi-date.component.ts +0 -24
- package/src/lib/core-table/core-table-status-active-column/core-table-status-active-column.component.html +0 -3
- package/src/lib/core-table/core-table-status-active-column/core-table-status-active-column.component.scss +0 -14
- package/src/lib/core-table/core-table-status-active-column/core-table-status-active-column.component.ts +0 -14
- package/src/lib/core-table/core-table-status-column/core-table-status-column.component.html +0 -3
- package/src/lib/core-table/core-table-status-column/core-table-status-column.component.scss +0 -14
- package/src/lib/core-table/core-table-status-column/core-table-status-column.component.ts +0 -11
- package/src/lib/core-textarea/core-textarea.component.html +0 -18
- package/src/lib/core-textarea/core-textarea.component.scss +0 -62
- package/src/lib/core-textarea/core-textarea.component.ts +0 -31
- package/src/lib/core-time-picker/core-time-picker.component.html +0 -51
- package/src/lib/core-time-picker/core-time-picker.component.scss +0 -144
- package/src/lib/core-time-picker/core-time-picker.component.ts +0 -102
- package/src/lib/core-time-picker/time-picker-modal/time-picker-modal.component.html +0 -50
- package/src/lib/core-time-picker/time-picker-modal/time-picker-modal.component.scss +0 -424
- package/src/lib/core-time-picker/time-picker-modal/time-picker-modal.component.spec.ts +0 -21
- package/src/lib/core-time-picker/time-picker-modal/time-picker-modal.component.ts +0 -172
- package/src/lib/falcon-lib.module.ts +0 -157
- package/src/lib/falconTypes.ts +0 -35
- package/src/lib/pipes/digit-group.pipe.ts +0 -10
- package/src/lib/pipes/form-control.pipe.ts +0 -11
- package/src/lib/pipes/persian-digits.pipe.ts +0 -33
- package/src/lib/pipes/price-format.pipe.ts +0 -20
- package/src/lib/pipes/shamsi-date.pipe.ts +0 -24
- package/src/lib/pipes/time-format.pipe.ts +0 -21
- package/src/lib/pipes/weight.pipe.ts +0 -10
- package/src/lib/wordify.ts +0 -116
- package/src/svg-icon/arrow-down-icon/arrow-down-icon.component.html +0 -8
- package/src/svg-icon/arrow-down-icon/arrow-down-icon.component.scss +0 -0
- package/src/svg-icon/arrow-down-icon/arrow-down-icon.component.ts +0 -8
- package/src/svg-icon/calendar-icon/calendar-icon.component.html +0 -10
- package/src/svg-icon/calendar-icon/calendar-icon.component.scss +0 -0
- package/src/svg-icon/calendar-icon/calendar-icon.component.ts +0 -8
- package/src/svg-icon/caret-up-icon/caret-up-icon.component.html +0 -16
- package/src/svg-icon/caret-up-icon/caret-up-icon.component.scss +0 -0
- package/src/svg-icon/caret-up-icon/caret-up-icon.component.ts +0 -10
- package/src/svg-icon/close-icon/close-icon.component.html +0 -10
- package/src/svg-icon/close-icon/close-icon.component.scss +0 -0
- package/src/svg-icon/close-icon/close-icon.component.ts +0 -8
- package/src/svg-icon/edit-square-icon/edit-square-icon.component.html +0 -10
- package/src/svg-icon/edit-square-icon/edit-square-icon.component.scss +0 -0
- package/src/svg-icon/edit-square-icon/edit-square-icon.component.ts +0 -8
- package/src/svg-icon/pelak-icon/pelak-icon.component.html +0 -32
- package/src/svg-icon/pelak-icon/pelak-icon.component.scss +0 -0
- package/src/svg-icon/pelak-icon/pelak-icon.component.ts +0 -8
- package/src/svg-icon/search-icon/search-icon.component.html +0 -10
- package/src/svg-icon/search-icon/search-icon.component.scss +0 -0
- package/src/svg-icon/search-icon/search-icon.component.spec.ts +0 -21
- package/src/svg-icon/search-icon/search-icon.component.ts +0 -8
- package/src/svg-icon/sort-down-icon/sort-down-icon.component.html +0 -5
- package/src/svg-icon/sort-down-icon/sort-down-icon.component.scss +0 -0
- package/src/svg-icon/sort-down-icon/sort-down-icon.component.ts +0 -10
- package/src/svg-icon/sort-solid-icon/sort-solid-icon.component.html +0 -5
- package/src/svg-icon/sort-solid-icon/sort-solid-icon.component.scss +0 -0
- package/src/svg-icon/sort-solid-icon/sort-solid-icon.component.ts +0 -8
- package/src/svg-icon/sort-up-icon/sort-up-icon.component.html +0 -5
- package/src/svg-icon/sort-up-icon/sort-up-icon.component.scss +0 -0
- package/src/svg-icon/sort-up-icon/sort-up-icon.component.ts +0 -8
- package/src/svg-icon/time-icon/time-icon.component.html +0 -10
- package/src/svg-icon/time-icon/time-icon.component.scss +0 -0
- package/src/svg-icon/time-icon/time-icon.component.ts +0 -8
- package/src/svg-icon/warning-icon/warning-icon.component.html +0 -10
- package/src/svg-icon/warning-icon/warning-icon.component.scss +0 -0
- package/src/svg-icon/warning-icon/warning-icon.component.ts +0 -10
- package/src/utils/constants.ts +0 -182
- package/src/utils/directives/detail-viewer-manager.directive.ts +0 -78
- package/src/utils/directives/filterTableDirective.ts +0 -36
- package/src/utils/directives/table-detail-viewer-manager.directive.ts +0 -57
- package/src/utils/interfaces.ts +0 -0
- package/src/utils/jsonparser.ts +0 -49
- package/src/utils/links.ts +0 -67
- package/src/utils/toast.ts +0 -35
- package/src/utils/types.ts +0 -20
- package/src/utils/util.ts +0 -32
- package/tsconfig.lib.json +0 -14
- package/tsconfig.lib.prod.json +0 -10
- package/tsconfig.spec.json +0 -14
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
.active {
|
|
2
|
-
background: var(--default-table-status-column-active-background-color);
|
|
3
|
-
color: var(--default-table-status-column-active-text-color);
|
|
4
|
-
border-radius: 16px;
|
|
5
|
-
padding: 2px 12px 2px 12px;
|
|
6
|
-
font-size: smaller;
|
|
7
|
-
}
|
|
8
|
-
.deActive {
|
|
9
|
-
color: var(--default-table-status-column-deActive-text-color);
|
|
10
|
-
background: var(--default-table-status-column-deActive-background-color);
|
|
11
|
-
border-radius: 16px;
|
|
12
|
-
padding: 2px 12px 2px 12px;
|
|
13
|
-
font-size: smaller;
|
|
14
|
-
}
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import { Component, Input } from '@angular/core';
|
|
2
|
-
|
|
3
|
-
@Component({
|
|
4
|
-
selector: 'app-core-table-status-column',
|
|
5
|
-
templateUrl: './core-table-status-column.component.html',
|
|
6
|
-
styleUrls: ['./core-table-status-column.component.scss'],
|
|
7
|
-
})
|
|
8
|
-
export class CoreTableStatusColumnComponent {
|
|
9
|
-
@Input({ required: true }) data!: any;
|
|
10
|
-
@Input({ required: true }) column!: any;
|
|
11
|
-
}
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
<div class="text-area-sec">
|
|
2
|
-
<textarea
|
|
3
|
-
rows="4"
|
|
4
|
-
(change)="change()"
|
|
5
|
-
[formControl]="textareaFormControl"
|
|
6
|
-
[ngClass]="{ 'have-value': textareaFormControl.value }"
|
|
7
|
-
></textarea>
|
|
8
|
-
<label>{{ placeholder }} </label>
|
|
9
|
-
<div class="label-error overflow-hidden">
|
|
10
|
-
<span
|
|
11
|
-
*ngIf="
|
|
12
|
-
(textareaFormControl.touched || textareaFormControl.dirty) &&
|
|
13
|
-
textareaFormControl.errors?.['required']
|
|
14
|
-
"
|
|
15
|
-
>این فیلد خالی است</span
|
|
16
|
-
>
|
|
17
|
-
</div>
|
|
18
|
-
</div>
|
|
@@ -1,62 +0,0 @@
|
|
|
1
|
-
.text-area-sec {
|
|
2
|
-
background: var(--default-textarea-container-background-color);
|
|
3
|
-
position: relative;
|
|
4
|
-
|
|
5
|
-
label {
|
|
6
|
-
position: absolute;
|
|
7
|
-
right: 20px;
|
|
8
|
-
top: 8px;
|
|
9
|
-
color: var(--default-textarea-label-text-color);
|
|
10
|
-
font-size: 14px;
|
|
11
|
-
padding: 0px 8px;
|
|
12
|
-
border-radius: 15px;
|
|
13
|
-
pointer-events: none;
|
|
14
|
-
transition: 0.2s;
|
|
15
|
-
}
|
|
16
|
-
|
|
17
|
-
textarea {
|
|
18
|
-
direction: rtl;
|
|
19
|
-
width: 100%;
|
|
20
|
-
padding: 16px;
|
|
21
|
-
outline: none;
|
|
22
|
-
caret-color: var(--default-textarea-caret-color);
|
|
23
|
-
background-color: var(--default-textarea-background-color);
|
|
24
|
-
color: var(--default-textarea-text-color);
|
|
25
|
-
box-sizing: border-box;
|
|
26
|
-
border: 1px solid var(--default-textarea-border-color);
|
|
27
|
-
border-radius: 0.25rem;
|
|
28
|
-
}
|
|
29
|
-
|
|
30
|
-
textarea {
|
|
31
|
-
&:focus + label,
|
|
32
|
-
&.have-value + label {
|
|
33
|
-
top: -10px;
|
|
34
|
-
font-size: 0.7rem;
|
|
35
|
-
z-index: 1;
|
|
36
|
-
}
|
|
37
|
-
|
|
38
|
-
&:focus + label::after,
|
|
39
|
-
&.have-value + label::after {
|
|
40
|
-
content: "";
|
|
41
|
-
display: block;
|
|
42
|
-
background: white;
|
|
43
|
-
position: absolute;
|
|
44
|
-
width: 100%;
|
|
45
|
-
height: 3px;
|
|
46
|
-
top: 9px;
|
|
47
|
-
right: 0;
|
|
48
|
-
transition: 0.3s;
|
|
49
|
-
z-index: -1;
|
|
50
|
-
}
|
|
51
|
-
}
|
|
52
|
-
}
|
|
53
|
-
.label-error {
|
|
54
|
-
color: var(--default-textarea-validation-text-color);
|
|
55
|
-
font-size: 13px;
|
|
56
|
-
margin-block-start: 4px;
|
|
57
|
-
min-height: 21px;
|
|
58
|
-
text-align: start;
|
|
59
|
-
}
|
|
60
|
-
.error textarea {
|
|
61
|
-
border: 1px solid var(--default-textarea-validation-border-color);
|
|
62
|
-
}
|
|
@@ -1,31 +0,0 @@
|
|
|
1
|
-
import { Component, EventEmitter, Input, Output } from '@angular/core';
|
|
2
|
-
import { FormControl } from '@angular/forms';
|
|
3
|
-
|
|
4
|
-
@Component({
|
|
5
|
-
selector: 'core-textarea',
|
|
6
|
-
templateUrl: './core-textarea.component.html',
|
|
7
|
-
styleUrls: ['./core-textarea.component.scss'],
|
|
8
|
-
})
|
|
9
|
-
export class CoreTextareaComponent {
|
|
10
|
-
@Input() textareaFormControl: FormControl = new FormControl('', []);
|
|
11
|
-
@Input() set model(value: string | null) {
|
|
12
|
-
if (value) {
|
|
13
|
-
this.textareaFormControl.setValue(value);
|
|
14
|
-
}
|
|
15
|
-
}
|
|
16
|
-
@Input() set disable(value: boolean) {
|
|
17
|
-
if (value) {
|
|
18
|
-
this.textareaFormControl.disable();
|
|
19
|
-
} else {
|
|
20
|
-
this.textareaFormControl.enable();
|
|
21
|
-
}
|
|
22
|
-
}
|
|
23
|
-
@Input() placeholder = '';
|
|
24
|
-
@Output() onChange: EventEmitter<string> = new EventEmitter();
|
|
25
|
-
|
|
26
|
-
change() {
|
|
27
|
-
if (!this.textareaFormControl.errors) {
|
|
28
|
-
this.onChange.emit(this.textareaFormControl.value);
|
|
29
|
-
}
|
|
30
|
-
}
|
|
31
|
-
}
|
|
@@ -1,51 +0,0 @@
|
|
|
1
|
-
<div>
|
|
2
|
-
<div
|
|
3
|
-
class="container-input"
|
|
4
|
-
[ngClass]="{
|
|
5
|
-
error:
|
|
6
|
-
(inputFormControl.touched || inputFormControl.dirty) &&
|
|
7
|
-
inputFormControl.errors
|
|
8
|
-
}"
|
|
9
|
-
>
|
|
10
|
-
<time-icon
|
|
11
|
-
(click)="showSelectTimeModal()"
|
|
12
|
-
class="absolute left-3 top-3 fill-secondary-text-color h-5 cursor-pointer"
|
|
13
|
-
></time-icon>
|
|
14
|
-
<input
|
|
15
|
-
[type]="'text'"
|
|
16
|
-
class="a-input-style have-value"
|
|
17
|
-
(keyup)="change($event)"
|
|
18
|
-
[formControl]="inputFormControl"
|
|
19
|
-
(blur)="onBlur()"
|
|
20
|
-
(paste)="onPaste($event)"
|
|
21
|
-
(keypress)="onKeyPress()"
|
|
22
|
-
[ngClass]="{
|
|
23
|
-
'have-value': inputFormControl.value.toString().length > 0,
|
|
24
|
-
'highlight-background':
|
|
25
|
-
canHighlightBackground &&
|
|
26
|
-
inputFormControl.value.toString().length === 0 &&
|
|
27
|
-
!(
|
|
28
|
-
(inputFormControl.touched || inputFormControl.dirty) &&
|
|
29
|
-
inputFormControl.errors
|
|
30
|
-
),
|
|
31
|
-
}"
|
|
32
|
-
/>
|
|
33
|
-
|
|
34
|
-
<label *ngIf="placeholder.length > 0">{{ placeholder }} </label>
|
|
35
|
-
<div class="label-error overflow-hidden">
|
|
36
|
-
<span
|
|
37
|
-
*ngIf="
|
|
38
|
-
(inputFormControl.touched || inputFormControl.dirty) &&
|
|
39
|
-
inputFormControl.errors?.['required']
|
|
40
|
-
"
|
|
41
|
-
>این فیلد خالی است</span
|
|
42
|
-
><span
|
|
43
|
-
*ngIf="
|
|
44
|
-
(inputFormControl.touched || inputFormControl.dirty) &&
|
|
45
|
-
inputFormControl.errors?.['minlength']
|
|
46
|
-
"
|
|
47
|
-
>فرمت ساعت نامعتبر است</span
|
|
48
|
-
>
|
|
49
|
-
</div>
|
|
50
|
-
</div>
|
|
51
|
-
</div>
|
|
@@ -1,144 +0,0 @@
|
|
|
1
|
-
.container {
|
|
2
|
-
position: relative;
|
|
3
|
-
}
|
|
4
|
-
|
|
5
|
-
input:focus {
|
|
6
|
-
border: 2px solid blue;
|
|
7
|
-
}
|
|
8
|
-
|
|
9
|
-
input {
|
|
10
|
-
border: 1px solid #ced4da;
|
|
11
|
-
border-radius: 0.25rem;
|
|
12
|
-
}
|
|
13
|
-
|
|
14
|
-
.highlight-background {
|
|
15
|
-
background-color: #dcf6ff !important;
|
|
16
|
-
}
|
|
17
|
-
|
|
18
|
-
.icon-style {
|
|
19
|
-
position: absolute;
|
|
20
|
-
right: 16px;
|
|
21
|
-
top: 16px;
|
|
22
|
-
cursor: pointer;
|
|
23
|
-
font-size: 16px;
|
|
24
|
-
}
|
|
25
|
-
|
|
26
|
-
.icon-style-email {
|
|
27
|
-
position: absolute;
|
|
28
|
-
right: 16px;
|
|
29
|
-
top: 16px;
|
|
30
|
-
}
|
|
31
|
-
|
|
32
|
-
.a-input-style {
|
|
33
|
-
height: 42px;
|
|
34
|
-
width: 100%;
|
|
35
|
-
padding: 16px;
|
|
36
|
-
outline: none;
|
|
37
|
-
caret-color: rgba(2, 2, 2, 0.7);
|
|
38
|
-
background-color: rgba(242, 244, 247, 0.15);
|
|
39
|
-
color: rgba(0, 0, 0, 0.7);
|
|
40
|
-
box-sizing: border-box;
|
|
41
|
-
}
|
|
42
|
-
|
|
43
|
-
.a-input-style:focus {
|
|
44
|
-
background-color: rgba(242, 244, 247, 0.05);
|
|
45
|
-
border-radius: 3px;
|
|
46
|
-
border: 1px solid rgba(19, 92, 175, 0.397);
|
|
47
|
-
}
|
|
48
|
-
|
|
49
|
-
.a-input-style::placeholder {
|
|
50
|
-
height: 15px;
|
|
51
|
-
font-style: normal;
|
|
52
|
-
font-weight: normal;
|
|
53
|
-
font-size: 12px;
|
|
54
|
-
line-height: 15px;
|
|
55
|
-
letter-spacing: -0.03em;
|
|
56
|
-
color: rgba(194, 194, 194, 0.7);
|
|
57
|
-
}
|
|
58
|
-
|
|
59
|
-
input:-webkit-autofill,
|
|
60
|
-
input:-webkit-autofill:hover,
|
|
61
|
-
input:-webkit-autofill:focus {
|
|
62
|
-
-webkit-text-fill-color: #ffffff00;
|
|
63
|
-
&.have-value {
|
|
64
|
-
-webkit-text-fill-color: #181818 !important;
|
|
65
|
-
}
|
|
66
|
-
}
|
|
67
|
-
input[type="time"]::-webkit-calendar-picker-indicator {
|
|
68
|
-
display: none;
|
|
69
|
-
background: none;
|
|
70
|
-
}
|
|
71
|
-
/* Chrome, Safari, Edge, Opera */
|
|
72
|
-
input::-webkit-outer-spin-button,
|
|
73
|
-
input::-webkit-inner-spin-button {
|
|
74
|
-
-webkit-appearance: none;
|
|
75
|
-
margin: 0;
|
|
76
|
-
}
|
|
77
|
-
|
|
78
|
-
/* Firefox */
|
|
79
|
-
input[type="number"] {
|
|
80
|
-
-moz-appearance: textfield;
|
|
81
|
-
}
|
|
82
|
-
|
|
83
|
-
.label-error {
|
|
84
|
-
color: red;
|
|
85
|
-
font-size: 13px;
|
|
86
|
-
margin-block-start: 4px;
|
|
87
|
-
min-height: 21px;
|
|
88
|
-
width: 100%;
|
|
89
|
-
display: inline-block !important;
|
|
90
|
-
text-align: start;
|
|
91
|
-
}
|
|
92
|
-
|
|
93
|
-
.label-number {
|
|
94
|
-
color: #6a6a6a;
|
|
95
|
-
}
|
|
96
|
-
|
|
97
|
-
.error input {
|
|
98
|
-
border: 1px solid #fe5f5f;
|
|
99
|
-
}
|
|
100
|
-
|
|
101
|
-
.container-input {
|
|
102
|
-
background: white;
|
|
103
|
-
position: relative;
|
|
104
|
-
|
|
105
|
-
.disable-input {
|
|
106
|
-
background-color: #f7f7f7;
|
|
107
|
-
border: 1px dashed #ced4da;
|
|
108
|
-
pointer-events: none;
|
|
109
|
-
}
|
|
110
|
-
label {
|
|
111
|
-
position: absolute;
|
|
112
|
-
right: 20px;
|
|
113
|
-
top: 12px;
|
|
114
|
-
color: gray;
|
|
115
|
-
font-size: 12px;
|
|
116
|
-
padding: 0px 8px;
|
|
117
|
-
border-radius: 15px;
|
|
118
|
-
pointer-events: none;
|
|
119
|
-
transition: 0.2s;
|
|
120
|
-
}
|
|
121
|
-
|
|
122
|
-
input {
|
|
123
|
-
&:focus + label,
|
|
124
|
-
&.have-value + label {
|
|
125
|
-
top: -10px;
|
|
126
|
-
font-size: 10px;
|
|
127
|
-
z-index: 3;
|
|
128
|
-
}
|
|
129
|
-
|
|
130
|
-
&:focus + label::after,
|
|
131
|
-
&.have-value + label::after {
|
|
132
|
-
content: "";
|
|
133
|
-
display: block;
|
|
134
|
-
background: rgb(255, 255, 255);
|
|
135
|
-
position: absolute;
|
|
136
|
-
width: 100%;
|
|
137
|
-
height: 1px;
|
|
138
|
-
top: 10px;
|
|
139
|
-
right: 0;
|
|
140
|
-
transition: 0.3s;
|
|
141
|
-
z-index: -1;
|
|
142
|
-
}
|
|
143
|
-
}
|
|
144
|
-
}
|
|
@@ -1,102 +0,0 @@
|
|
|
1
|
-
import { Component, EventEmitter, Input, Output } from '@angular/core';
|
|
2
|
-
import { FormControl, Validators } from '@angular/forms';
|
|
3
|
-
import { NiraModalService } from 'nira-modal';
|
|
4
|
-
import { TimePickerModalComponent } from './time-picker-modal/time-picker-modal.component';
|
|
5
|
-
|
|
6
|
-
@Component({
|
|
7
|
-
selector: 'core-time-picker',
|
|
8
|
-
templateUrl: './core-time-picker.component.html',
|
|
9
|
-
styleUrls: ['./core-time-picker.component.scss'],
|
|
10
|
-
})
|
|
11
|
-
export class CoreTimePickerComponent {
|
|
12
|
-
@Output() onSelect: EventEmitter<string> = new EventEmitter<string>();
|
|
13
|
-
@Output() onBlurEmit: EventEmitter<string> = new EventEmitter();
|
|
14
|
-
@Input() placeholder: string = '';
|
|
15
|
-
@Input() canHighlightBackground = false;
|
|
16
|
-
@Input() setCurrentTime = false;
|
|
17
|
-
@Input() inputFormControl: FormControl = new FormControl('', []);
|
|
18
|
-
selectedTime: string = '';
|
|
19
|
-
@Input() set defaultValue(data: string) {
|
|
20
|
-
this.selectedTime = data;
|
|
21
|
-
}
|
|
22
|
-
@Input() maxLength = 2000;
|
|
23
|
-
constructor(private niraModalService: NiraModalService) {}
|
|
24
|
-
|
|
25
|
-
ngOnInit(): void {
|
|
26
|
-
this.inputFormControl.addValidators(Validators.minLength(5));
|
|
27
|
-
if (this.setCurrentTime) {
|
|
28
|
-
var currentTime = new Date();
|
|
29
|
-
this.selectedTime =
|
|
30
|
-
String(
|
|
31
|
-
currentTime.getHours().toString().length > 1
|
|
32
|
-
? currentTime.getHours().toString()
|
|
33
|
-
: '0' + currentTime.getHours().toString()
|
|
34
|
-
) +
|
|
35
|
-
':' +
|
|
36
|
-
String(
|
|
37
|
-
currentTime.getMinutes().toString().length > 1
|
|
38
|
-
? currentTime.getMinutes().toString()
|
|
39
|
-
: '0' + currentTime.getMinutes().toString()
|
|
40
|
-
);
|
|
41
|
-
|
|
42
|
-
this.inputFormControl.setValue(this.selectedTime);
|
|
43
|
-
this.onSelect.emit(this.selectedTime);
|
|
44
|
-
}
|
|
45
|
-
}
|
|
46
|
-
|
|
47
|
-
showSelectTimeModal() {
|
|
48
|
-
const modal = this.niraModalService.open(TimePickerModalComponent, {
|
|
49
|
-
outsideClose: true,
|
|
50
|
-
data: this.selectedTime,
|
|
51
|
-
});
|
|
52
|
-
modal.afterClosed.subscribe((time: any) => {
|
|
53
|
-
if (time) {
|
|
54
|
-
this.selectedTime = time;
|
|
55
|
-
this.inputFormControl.setValue(this.selectedTime);
|
|
56
|
-
this.onSelect.emit(time);
|
|
57
|
-
}
|
|
58
|
-
});
|
|
59
|
-
}
|
|
60
|
-
|
|
61
|
-
focusOut() {
|
|
62
|
-
setTimeout(() => {
|
|
63
|
-
this.inputFormControl.markAsTouched();
|
|
64
|
-
}, 100);
|
|
65
|
-
}
|
|
66
|
-
|
|
67
|
-
change(event: any) {
|
|
68
|
-
setTimeout(() => {
|
|
69
|
-
let value = event.srcElement.value;
|
|
70
|
-
value = value.replaceAll(':', '');
|
|
71
|
-
if (isNaN(value)) {
|
|
72
|
-
this.inputFormControl.setValue('');
|
|
73
|
-
} else {
|
|
74
|
-
const formatValue = value
|
|
75
|
-
.toString()
|
|
76
|
-
.replace(/\B(?=(\d{2})+(?!\d))/g, ':');
|
|
77
|
-
this.inputFormControl.setValue(formatValue);
|
|
78
|
-
}
|
|
79
|
-
if (!this.inputFormControl.errors) {
|
|
80
|
-
this.onSelect.emit(this.inputFormControl.value);
|
|
81
|
-
}
|
|
82
|
-
}, 10);
|
|
83
|
-
}
|
|
84
|
-
onPaste(event: any) {
|
|
85
|
-
setTimeout(() => {
|
|
86
|
-
const value = event.srcElement.value;
|
|
87
|
-
this.inputFormControl.markAsTouched();
|
|
88
|
-
this.inputFormControl.setValue(value);
|
|
89
|
-
this.onSelect.emit(value);
|
|
90
|
-
}, 10);
|
|
91
|
-
}
|
|
92
|
-
onBlur() {
|
|
93
|
-
this.onBlurEmit.emit(this.inputFormControl.value);
|
|
94
|
-
}
|
|
95
|
-
onKeyPress() {
|
|
96
|
-
if (this.inputFormControl.value.toString().length > 4) {
|
|
97
|
-
return false;
|
|
98
|
-
} else {
|
|
99
|
-
return true;
|
|
100
|
-
}
|
|
101
|
-
}
|
|
102
|
-
}
|
|
@@ -1,50 +0,0 @@
|
|
|
1
|
-
<div class="timepicker">
|
|
2
|
-
<div class="top">
|
|
3
|
-
<span class="h" (click)="onHourClick()" [class.active]="showHour">10</span
|
|
4
|
-
>:<span class="m" (click)="onMinutesClick()" [class.active]="showMin"
|
|
5
|
-
>15</span
|
|
6
|
-
>
|
|
7
|
-
</div>
|
|
8
|
-
<div class="circle">
|
|
9
|
-
<div *ngIf="showHour">
|
|
10
|
-
<div
|
|
11
|
-
class="hour"
|
|
12
|
-
*ngFor="let hour of hoursSubject | async"
|
|
13
|
-
[style]="{ left: hour.left, top: hour.top }"
|
|
14
|
-
(click)="onHourSelect(hour)"
|
|
15
|
-
>
|
|
16
|
-
{{ hour.text }}
|
|
17
|
-
</div>
|
|
18
|
-
<div
|
|
19
|
-
class="hour2"
|
|
20
|
-
*ngFor="let hour of hours2Subject | async"
|
|
21
|
-
[style]="{ left: hour.left, top: hour.top }"
|
|
22
|
-
(click)="onHourSelect(hour)"
|
|
23
|
-
>
|
|
24
|
-
{{ hour.text }}
|
|
25
|
-
</div>
|
|
26
|
-
<div class="mid"></div>
|
|
27
|
-
</div>
|
|
28
|
-
<div *ngIf="showMin">
|
|
29
|
-
<div
|
|
30
|
-
class="min"
|
|
31
|
-
*ngFor="let hour of minutesSubject | async"
|
|
32
|
-
[style]="{ left: hour.left, top: hour.top }"
|
|
33
|
-
(click)="onMinutesSelect(hour)"
|
|
34
|
-
>
|
|
35
|
-
{{ hour.text }}
|
|
36
|
-
</div>
|
|
37
|
-
<div class="mid"></div>
|
|
38
|
-
</div>
|
|
39
|
-
</div>
|
|
40
|
-
<div class="actions">
|
|
41
|
-
<core-btn
|
|
42
|
-
class="action ok"
|
|
43
|
-
(btnClicked)="submit()"
|
|
44
|
-
[colorState]="'success'"
|
|
45
|
-
>
|
|
46
|
-
انتخاب
|
|
47
|
-
</core-btn>
|
|
48
|
-
<core-btn class="action close" (btnClicked)="close()"> بستن </core-btn>
|
|
49
|
-
</div>
|
|
50
|
-
</div>
|