@elite.framework/ng.ui.core 1.0.80 → 1.0.81
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/fesm2022/elite.framework-ng.ui.core-generic-crud-table.mjs +13 -2
- package/fesm2022/elite.framework-ng.ui.core-generic-crud-table.mjs.map +1 -1
- package/fesm2022/elite.framework-ng.ui.core-generic-table.mjs +18 -2
- package/fesm2022/elite.framework-ng.ui.core-generic-table.mjs.map +1 -1
- package/fesm2022/elite.framework-ng.ui.core-text-editor.mjs +16 -14
- package/fesm2022/elite.framework-ng.ui.core-text-editor.mjs.map +1 -1
- package/generic-crud-table/index.d.ts +6 -1
- package/generic-table/index.d.ts +4 -1
- package/package.json +17 -17
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"elite.framework-ng.ui.core-text-editor.mjs","sources":["../tmp-esm2022/text-editor/lib/text-editor-module.js","../tmp-esm2022/text-editor/lib/formly-rich-text-editor-type.js","../tmp-esm2022/text-editor/elite.framework-ng.ui.core-text-editor.js"],"sourcesContent":["import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport * as i0 from \"@angular/core\";\nexport class TextEditorModule {\n static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: \"12.0.0\", version: \"20.1.8\", ngImport: i0, type: TextEditorModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });\n static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: \"14.0.0\", version: \"20.1.8\", ngImport: i0, type: TextEditorModule, imports: [CommonModule] });\n static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: \"12.0.0\", version: \"20.1.8\", ngImport: i0, type: TextEditorModule, imports: [CommonModule] });\n}\ni0.ɵɵngDeclareClassMetadata({ minVersion: \"12.0.0\", version: \"20.1.8\", ngImport: i0, type: TextEditorModule, decorators: [{\n type: NgModule,\n args: [{\n imports: [CommonModule],\n }]\n }] });\n//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidGV4dC1lZGl0b3ItbW9kdWxlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9uZy51aS5jb3JlL3RleHQtZWRpdG9yL3NyYy9saWIvdGV4dC1lZGl0b3ItbW9kdWxlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxRQUFRLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDekMsT0FBTyxFQUFFLFlBQVksRUFBRSxNQUFNLGlCQUFpQixDQUFDOztBQUsvQyxNQUFNLE9BQU8sZ0JBQWdCO3VHQUFoQixnQkFBZ0I7d0dBQWhCLGdCQUFnQixZQUZqQixZQUFZO3dHQUVYLGdCQUFnQixZQUZqQixZQUFZOzsyRkFFWCxnQkFBZ0I7a0JBSDVCLFFBQVE7bUJBQUM7b0JBQ1IsT0FBTyxFQUFFLENBQUMsWUFBWSxDQUFDO2lCQUN4QiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IE5nTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBDb21tb25Nb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb21tb24nO1xuXG5ATmdNb2R1bGUoe1xuICBpbXBvcnRzOiBbQ29tbW9uTW9kdWxlXSxcbn0pXG5leHBvcnQgY2xhc3MgVGV4dEVkaXRvck1vZHVsZSB7fVxuIl19","import { Component } from '@angular/core';\nimport { FieldType } from '@ngx-formly/core';\nimport { EditorModule } from 'primeng/editor';\nimport { FormsModule } from '@angular/forms';\nimport { CommonModule } from '@angular/common';\nimport { AutofocusDirective } from '@elite.framework/ng.core/directives';\nimport * as i0 from \"@angular/core\";\nimport * as i1 from \"@angular/forms\";\nimport * as i2 from \"primeng/editor\";\nexport class RichTextEditorTypeComponent extends FieldType {\n static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: \"12.0.0\", version: \"20.1.8\", ngImport: i0, type: RichTextEditorTypeComponent, deps: null, target: i0.ɵɵFactoryTarget.Component });\n static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: \"14.0.0\", version: \"20.1.8\", type: RichTextEditorTypeComponent, isStandalone: true, selector: \"formly-rich-text-editor-type\", usesInheritance: true, ngImport: i0, template: `\n <p-editor\n [(ngModel)]=\"formControl.value\"\n [appAutofocus]=\"to['autofocus'] || false\"\n [style]=\"{height: to['height'] || '200px'}\"\n [placeholder]=\"to.placeholder\"\n ></p-editor>\n `, isInline: true, dependencies: [{ kind: \"ngmodule\", type: CommonModule }, { kind: \"ngmodule\", type: FormsModule }, { kind: \"directive\", type: i1.NgControlStatus, selector: \"[formControlName],[ngModel],[formControl]\" }, { kind: \"directive\", type: i1.NgModel, selector: \"[ngModel]:not([formControlName]):not([formControl])\", inputs: [\"name\", \"disabled\", \"ngModel\", \"ngModelOptions\"], outputs: [\"ngModelChange\"], exportAs: [\"ngModel\"] }, { kind: \"ngmodule\", type: EditorModule }, { kind: \"component\", type: i2.Editor, selector: \"p-editor\", inputs: [\"style\", \"styleClass\", \"placeholder\", \"formats\", \"modules\", \"bounds\", \"scrollingContainer\", \"debug\", \"readonly\"], outputs: [\"onInit\", \"onTextChange\", \"onSelectionChange\"] }, { kind: \"directive\", type: AutofocusDirective, selector: \"[appAutofocus]\", inputs: [\"appAutofocus\"] }] });\n}\ni0.ɵɵngDeclareClassMetadata({ minVersion: \"12.0.0\", version: \"20.1.8\", ngImport: i0, type: RichTextEditorTypeComponent, decorators: [{\n type: Component,\n args: [{\n selector: 'formly-rich-text-editor-type',\n standalone: true,\n imports: [CommonModule, FormsModule, EditorModule, AutofocusDirective],\n template: `\n <p-editor\n [(ngModel)]=\"formControl.value\"\n [appAutofocus]=\"to['autofocus'] || false\"\n [style]=\"{height: to['height'] || '200px'}\"\n [placeholder]=\"to.placeholder\"\n ></p-editor>\n `,\n }]\n }] });\n//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZm9ybWx5LXJpY2gtdGV4dC1lZGl0b3ItdHlwZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvbmcudWkuY29yZS90ZXh0LWVkaXRvci9zcmMvbGliL2Zvcm1seS1yaWNoLXRleHQtZWRpdG9yLXR5cGUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFNBQVMsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUMxQyxPQUFPLEVBQUUsU0FBUyxFQUFFLE1BQU0sa0JBQWtCLENBQUM7QUFDN0MsT0FBTyxFQUFFLFlBQVksRUFBRSxNQUFNLGdCQUFnQixDQUFDO0FBQzlDLE9BQU8sRUFBRSxXQUFXLEVBQUUsTUFBTSxnQkFBZ0IsQ0FBQztBQUM3QyxPQUFPLEVBQUUsWUFBWSxFQUFFLE1BQU0saUJBQWlCLENBQUM7QUFDL0MsT0FBTyxFQUFFLGtCQUFrQixFQUFFLE1BQU0scUNBQXFDLENBQUM7Ozs7QUFlekUsTUFBTSxPQUFPLDJCQUE0QixTQUFRLFNBQVM7dUdBQTdDLDJCQUEyQjsyRkFBM0IsMkJBQTJCLCtHQVQ1Qjs7Ozs7OztHQU9ULDJEQVJTLFlBQVksOEJBQUUsV0FBVyw4VkFBRSxZQUFZLGtSQUFDLGtCQUFrQjs7MkZBVXpELDJCQUEyQjtrQkFidkMsU0FBUzttQkFBQztvQkFDVCxRQUFRLEVBQUUsOEJBQThCO29CQUN4QyxVQUFVLEVBQUUsSUFBSTtvQkFDaEIsT0FBTyxFQUFFLENBQUMsWUFBWSxFQUFFLFdBQVcsRUFBRSxZQUFZLEVBQUMsa0JBQWtCLENBQUM7b0JBQ3JFLFFBQVEsRUFBRTs7Ozs7OztHQU9UO2lCQUNGIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ29tcG9uZW50IH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBGaWVsZFR5cGUgfSBmcm9tICdAbmd4LWZvcm1seS9jb3JlJztcbmltcG9ydCB7IEVkaXRvck1vZHVsZSB9IGZyb20gJ3ByaW1lbmcvZWRpdG9yJztcbmltcG9ydCB7IEZvcm1zTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvZm9ybXMnO1xuaW1wb3J0IHsgQ29tbW9uTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY29tbW9uJztcbmltcG9ydCB7IEF1dG9mb2N1c0RpcmVjdGl2ZSB9IGZyb20gJ0BlbGl0ZS5mcmFtZXdvcmsvbmcuY29yZS9kaXJlY3RpdmVzJztcblxuQENvbXBvbmVudCh7XG4gIHNlbGVjdG9yOiAnZm9ybWx5LXJpY2gtdGV4dC1lZGl0b3ItdHlwZScsXG4gIHN0YW5kYWxvbmU6IHRydWUsXG4gIGltcG9ydHM6IFtDb21tb25Nb2R1bGUsIEZvcm1zTW9kdWxlLCBFZGl0b3JNb2R1bGUsQXV0b2ZvY3VzRGlyZWN0aXZlXSxcbiAgdGVtcGxhdGU6IGBcbiAgICA8cC1lZGl0b3JcbiAgICAgIFsobmdNb2RlbCldPVwiZm9ybUNvbnRyb2wudmFsdWVcIlxuICAgICAgW2FwcEF1dG9mb2N1c109XCJ0b1snYXV0b2ZvY3VzJ10gfHwgZmFsc2VcIlxuICAgICAgW3N0eWxlXT1cIntoZWlnaHQ6IHRvWydoZWlnaHQnXSB8fCAnMjAwcHgnfVwiXG4gICAgICBbcGxhY2Vob2xkZXJdPVwidG8ucGxhY2Vob2xkZXJcIlxuICAgID48L3AtZWRpdG9yPlxuICBgLFxufSlcbmV4cG9ydCBjbGFzcyBSaWNoVGV4dEVkaXRvclR5cGVDb21wb25lbnQgZXh0ZW5kcyBGaWVsZFR5cGUge31cbiJdfQ==","/**\n * Generated bundle index. Do not edit.\n */\nexport * from './index';\n//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZWxpdGUuZnJhbWV3b3JrLW5nLnVpLmNvcmUtdGV4dC1lZGl0b3IuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9saWJzL25nLnVpLmNvcmUvdGV4dC1lZGl0b3Ivc3JjL2VsaXRlLmZyYW1ld29yay1uZy51aS5jb3JlLXRleHQtZWRpdG9yLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBOztHQUVHO0FBRUgsY0FBYyxTQUFTLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyIvKipcbiAqIEdlbmVyYXRlZCBidW5kbGUgaW5kZXguIERvIG5vdCBlZGl0LlxuICovXG5cbmV4cG9ydCAqIGZyb20gJy4vaW5kZXgnO1xuIl19"],"names":[],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"elite.framework-ng.ui.core-text-editor.mjs","sources":["../tmp-esm2022/text-editor/lib/text-editor-module.js","../tmp-esm2022/text-editor/lib/formly-rich-text-editor-type.js","../tmp-esm2022/text-editor/elite.framework-ng.ui.core-text-editor.js"],"sourcesContent":["import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport * as i0 from \"@angular/core\";\nexport class TextEditorModule {\n static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: \"12.0.0\", version: \"20.1.8\", ngImport: i0, type: TextEditorModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });\n static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: \"14.0.0\", version: \"20.1.8\", ngImport: i0, type: TextEditorModule, imports: [CommonModule] });\n static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: \"12.0.0\", version: \"20.1.8\", ngImport: i0, type: TextEditorModule, imports: [CommonModule] });\n}\ni0.ɵɵngDeclareClassMetadata({ minVersion: \"12.0.0\", version: \"20.1.8\", ngImport: i0, type: TextEditorModule, decorators: [{\n type: NgModule,\n args: [{\n imports: [CommonModule],\n }]\n }] });\n//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidGV4dC1lZGl0b3ItbW9kdWxlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9uZy51aS5jb3JlL3RleHQtZWRpdG9yL3NyYy9saWIvdGV4dC1lZGl0b3ItbW9kdWxlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxRQUFRLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDekMsT0FBTyxFQUFFLFlBQVksRUFBRSxNQUFNLGlCQUFpQixDQUFDOztBQUsvQyxNQUFNLE9BQU8sZ0JBQWdCO3VHQUFoQixnQkFBZ0I7d0dBQWhCLGdCQUFnQixZQUZqQixZQUFZO3dHQUVYLGdCQUFnQixZQUZqQixZQUFZOzsyRkFFWCxnQkFBZ0I7a0JBSDVCLFFBQVE7bUJBQUM7b0JBQ1IsT0FBTyxFQUFFLENBQUMsWUFBWSxDQUFDO2lCQUN4QiIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IE5nTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBDb21tb25Nb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb21tb24nO1xuXG5ATmdNb2R1bGUoe1xuICBpbXBvcnRzOiBbQ29tbW9uTW9kdWxlXSxcbn0pXG5leHBvcnQgY2xhc3MgVGV4dEVkaXRvck1vZHVsZSB7fVxuIl19","import { Component } from '@angular/core';\nimport { FieldType } from '@ngx-formly/core';\nimport { EditorModule } from 'primeng/editor';\nimport { FormsModule } from '@angular/forms';\nimport { CommonModule } from '@angular/common';\nimport { AutofocusDirective } from '@elite.framework/ng.core/directives';\nimport * as i0 from \"@angular/core\";\nimport * as i1 from \"@angular/forms\";\nimport * as i2 from \"primeng/editor\";\nexport class RichTextEditorTypeComponent extends FieldType {\n static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: \"12.0.0\", version: \"20.1.8\", ngImport: i0, type: RichTextEditorTypeComponent, deps: null, target: i0.ɵɵFactoryTarget.Component });\n static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: \"14.0.0\", version: \"20.1.8\", type: RichTextEditorTypeComponent, isStandalone: true, selector: \"formly-rich-text-editor-type\", usesInheritance: true, ngImport: i0, template: `\r\n <p-editor\r\n [(ngModel)]=\"formControl.value\"\r\n (ngModelChange)=\"formControl.setValue($event)\"\r\n [appAutofocus]=\"to['autofocus'] || false\"\r\n [style]=\"{height: to['height'] || '200px'}\"\r\n [placeholder]=\"to.placeholder\"\r\n ></p-editor>\r\n `, isInline: true, dependencies: [{ kind: \"ngmodule\", type: CommonModule }, { kind: \"ngmodule\", type: FormsModule }, { kind: \"directive\", type: i1.NgControlStatus, selector: \"[formControlName],[ngModel],[formControl]\" }, { kind: \"directive\", type: i1.NgModel, selector: \"[ngModel]:not([formControlName]):not([formControl])\", inputs: [\"name\", \"disabled\", \"ngModel\", \"ngModelOptions\"], outputs: [\"ngModelChange\"], exportAs: [\"ngModel\"] }, { kind: \"ngmodule\", type: EditorModule }, { kind: \"component\", type: i2.Editor, selector: \"p-editor\", inputs: [\"style\", \"styleClass\", \"placeholder\", \"formats\", \"modules\", \"bounds\", \"scrollingContainer\", \"debug\", \"readonly\"], outputs: [\"onInit\", \"onTextChange\", \"onSelectionChange\"] }, { kind: \"directive\", type: AutofocusDirective, selector: \"[appAutofocus]\", inputs: [\"appAutofocus\"] }] });\n}\ni0.ɵɵngDeclareClassMetadata({ minVersion: \"12.0.0\", version: \"20.1.8\", ngImport: i0, type: RichTextEditorTypeComponent, decorators: [{\n type: Component,\n args: [{\n selector: 'formly-rich-text-editor-type',\n standalone: true,\n imports: [CommonModule, FormsModule, EditorModule, AutofocusDirective],\n template: `\r\n <p-editor\r\n [(ngModel)]=\"formControl.value\"\r\n (ngModelChange)=\"formControl.setValue($event)\"\r\n [appAutofocus]=\"to['autofocus'] || false\"\r\n [style]=\"{height: to['height'] || '200px'}\"\r\n [placeholder]=\"to.placeholder\"\r\n ></p-editor>\r\n `,\n }]\n }] });\n//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZm9ybWx5LXJpY2gtdGV4dC1lZGl0b3ItdHlwZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uLy4uL2xpYnMvbmcudWkuY29yZS90ZXh0LWVkaXRvci9zcmMvbGliL2Zvcm1seS1yaWNoLXRleHQtZWRpdG9yLXR5cGUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFNBQVMsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUMxQyxPQUFPLEVBQUUsU0FBUyxFQUFFLE1BQU0sa0JBQWtCLENBQUM7QUFDN0MsT0FBTyxFQUFFLFlBQVksRUFBRSxNQUFNLGdCQUFnQixDQUFDO0FBQzlDLE9BQU8sRUFBRSxXQUFXLEVBQUUsTUFBTSxnQkFBZ0IsQ0FBQztBQUM3QyxPQUFPLEVBQUUsWUFBWSxFQUFFLE1BQU0saUJBQWlCLENBQUM7QUFDL0MsT0FBTyxFQUFFLGtCQUFrQixFQUFFLE1BQU0scUNBQXFDLENBQUM7Ozs7QUFnQnpFLE1BQU0sT0FBTywyQkFBNEIsU0FBUSxTQUFTO3VHQUE3QywyQkFBMkI7MkZBQTNCLDJCQUEyQiwrR0FWNUI7Ozs7Ozs7O0dBUVQsMkRBVFMsWUFBWSw4QkFBRSxXQUFXLDhWQUFFLFlBQVksa1JBQUMsa0JBQWtCOzsyRkFXekQsMkJBQTJCO2tCQWR2QyxTQUFTO21CQUFDO29CQUNULFFBQVEsRUFBRSw4QkFBOEI7b0JBQ3hDLFVBQVUsRUFBRSxJQUFJO29CQUNoQixPQUFPLEVBQUUsQ0FBQyxZQUFZLEVBQUUsV0FBVyxFQUFFLFlBQVksRUFBQyxrQkFBa0IsQ0FBQztvQkFDckUsUUFBUSxFQUFFOzs7Ozs7OztHQVFUO2lCQUNGIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ29tcG9uZW50IH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XHJcbmltcG9ydCB7IEZpZWxkVHlwZSB9IGZyb20gJ0BuZ3gtZm9ybWx5L2NvcmUnO1xyXG5pbXBvcnQgeyBFZGl0b3JNb2R1bGUgfSBmcm9tICdwcmltZW5nL2VkaXRvcic7XHJcbmltcG9ydCB7IEZvcm1zTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvZm9ybXMnO1xyXG5pbXBvcnQgeyBDb21tb25Nb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb21tb24nO1xyXG5pbXBvcnQgeyBBdXRvZm9jdXNEaXJlY3RpdmUgfSBmcm9tICdAZWxpdGUuZnJhbWV3b3JrL25nLmNvcmUvZGlyZWN0aXZlcyc7XHJcblxyXG5AQ29tcG9uZW50KHtcclxuICBzZWxlY3RvcjogJ2Zvcm1seS1yaWNoLXRleHQtZWRpdG9yLXR5cGUnLFxyXG4gIHN0YW5kYWxvbmU6IHRydWUsXHJcbiAgaW1wb3J0czogW0NvbW1vbk1vZHVsZSwgRm9ybXNNb2R1bGUsIEVkaXRvck1vZHVsZSxBdXRvZm9jdXNEaXJlY3RpdmVdLFxyXG4gIHRlbXBsYXRlOiBgXHJcbiAgICA8cC1lZGl0b3JcclxuICAgICAgWyhuZ01vZGVsKV09XCJmb3JtQ29udHJvbC52YWx1ZVwiXHJcbiAgICAgIChuZ01vZGVsQ2hhbmdlKT1cImZvcm1Db250cm9sLnNldFZhbHVlKCRldmVudClcIlxyXG4gICAgICBbYXBwQXV0b2ZvY3VzXT1cInRvWydhdXRvZm9jdXMnXSB8fCBmYWxzZVwiXHJcbiAgICAgIFtzdHlsZV09XCJ7aGVpZ2h0OiB0b1snaGVpZ2h0J10gfHwgJzIwMHB4J31cIlxyXG4gICAgICBbcGxhY2Vob2xkZXJdPVwidG8ucGxhY2Vob2xkZXJcIlxyXG4gICAgPjwvcC1lZGl0b3I+XHJcbiAgYCxcclxufSlcclxuZXhwb3J0IGNsYXNzIFJpY2hUZXh0RWRpdG9yVHlwZUNvbXBvbmVudCBleHRlbmRzIEZpZWxkVHlwZSB7fVxyXG4iXX0=","/**\n * Generated bundle index. Do not edit.\n */\nexport * from './index';\n//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZWxpdGUuZnJhbWV3b3JrLW5nLnVpLmNvcmUtdGV4dC1lZGl0b3IuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9saWJzL25nLnVpLmNvcmUvdGV4dC1lZGl0b3Ivc3JjL2VsaXRlLmZyYW1ld29yay1uZy51aS5jb3JlLXRleHQtZWRpdG9yLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBOztHQUVHO0FBRUgsY0FBYyxTQUFTLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyIvKipcbiAqIEdlbmVyYXRlZCBidW5kbGUgaW5kZXguIERvIG5vdCBlZGl0LlxuICovXG5cbmV4cG9ydCAqIGZyb20gJy4vaW5kZXgnO1xuIl19"],"names":[],"mappings":"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"}
|
|
@@ -122,6 +122,11 @@ declare class GenericCrudTableComponent<T> implements OnInit {
|
|
|
122
122
|
rowSelectable: boolean;
|
|
123
123
|
/** حدث يخرج الصف المحدّد */
|
|
124
124
|
rowSelect: EventEmitter<T>;
|
|
125
|
+
rowClassFn?: (row: T) => string | string[] | Set<string>;
|
|
126
|
+
rowStyleFn?: (row: T) => {
|
|
127
|
+
[key: string]: string | number;
|
|
128
|
+
};
|
|
129
|
+
disableRowCheckboxFn?: (row: T) => boolean;
|
|
125
130
|
selection: T | null;
|
|
126
131
|
sortField?: string;
|
|
127
132
|
sortOrder: 1 | -1;
|
|
@@ -185,7 +190,7 @@ declare class GenericCrudTableComponent<T> implements OnInit {
|
|
|
185
190
|
onSingleItemAction(btn: ButtonConfig): void;
|
|
186
191
|
onInternalBulkAction(btn: ButtonConfig): void;
|
|
187
192
|
static ɵfac: i0.ɵɵFactoryDeclaration<GenericCrudTableComponent<any>, never>;
|
|
188
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<GenericCrudTableComponent<any>, "app-generic-crud-table", never, { "data": { "alias": "data"; "required": false; }; "formFields": { "alias": "formFields"; "required": false; }; "columns": { "alias": "columns"; "required": false; }; "dialogMaxWidth": { "alias": "dialogMaxWidth"; "required": false; }; "isViewMode": { "alias": "isViewMode"; "required": false; }; "displayMode": { "alias": "displayMode"; "required": false; }; "useConfirmOnSave": { "alias": "useConfirmOnSave"; "required": false; }; "isEditMode": { "alias": "isEditMode"; "required": false; }; "drawerVisible": { "alias": "drawerVisible"; "required": false; }; "dialogVisible": { "alias": "dialogVisible"; "required": false; }; "model": { "alias": "model"; "required": false; }; "loading": { "alias": "loading"; "required": false; }; "errorMsg": { "alias": "errorMsg"; "required": false; }; "errorMessage": { "alias": "errorMessage"; "required": false; }; "actions": { "alias": "actions"; "required": false; }; "actionsMode": { "alias": "actionsMode"; "required": false; }; "beforeSaveTransform": { "alias": "beforeSaveTransform"; "required": false; }; "filters": { "alias": "filters"; "required": false; }; "filterModel": { "alias": "filterModel"; "required": false; }; "showSearch": { "alias": "showSearch"; "required": false; }; "first": { "alias": "first"; "required": false; }; "rows": { "alias": "rows"; "required": false; }; "totalRecords": { "alias": "totalRecords"; "required": false; }; "rowSelectable": { "alias": "rowSelectable"; "required": false; }; "scrollHeight": { "alias": "scrollHeight"; "required": false; }; "paginator": { "alias": "paginator"; "required": false; }; "service": { "alias": "service"; "required": false; }; "apiName": { "alias": "apiName"; "required": false; }; "idField": { "alias": "idField"; "required": false; }; "showRowSelectionCheckbox": { "alias": "showRowSelectionCheckbox"; "required": false; }; "showAddButton": { "alias": "showAddButton"; "required": false; }; "addPermissionName": { "alias": "addPermissionName"; "required": false; }; "addButtonConfigs": { "alias": "addButtonConfigs"; "required": false; }; "createEditActions": { "alias": "createEditActions"; "required": false; }; "supportSubPage": { "alias": "supportSubPage"; "required": false; }; "tabs": { "alias": "tabs"; "required": false; }; "bulkActionButtons": { "alias": "bulkActionButtons"; "required": false; }; "singleActionButtons": { "alias": "singleActionButtons"; "required": false; }; "breadcrumb": { "alias": "breadcrumb"; "required": false; }; "mode": { "alias": "mode"; "required": false; }; "forceState": { "alias": "forceState"; "required": false; }; "hideTable": { "alias": "hideTable"; "required": false; }; "autoShowForm": { "alias": "autoShowForm"; "required": false; }; }, { "action": "action"; "bulkAction": "bulkAction"; "singleAction": "singleAction"; "afterSave": "afterSave"; "afterDelete": "afterDelete"; "beforeSave": "beforeSave"; "beforeDelete": "beforeDelete"; "formCancel": "formCancel"; "formInit": "formInit"; "dataLoaded": "dataLoaded"; "selectionChange": "selectionChange"; "error": "error"; "search": "search"; "pageChange": "pageChange"; "onSearch": "onSearch"; "visibleChange": "visibleChange"; "rowSelect": "rowSelect"; }, never, never, true, never>;
|
|
193
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<GenericCrudTableComponent<any>, "app-generic-crud-table", never, { "data": { "alias": "data"; "required": false; }; "formFields": { "alias": "formFields"; "required": false; }; "columns": { "alias": "columns"; "required": false; }; "dialogMaxWidth": { "alias": "dialogMaxWidth"; "required": false; }; "isViewMode": { "alias": "isViewMode"; "required": false; }; "displayMode": { "alias": "displayMode"; "required": false; }; "useConfirmOnSave": { "alias": "useConfirmOnSave"; "required": false; }; "isEditMode": { "alias": "isEditMode"; "required": false; }; "drawerVisible": { "alias": "drawerVisible"; "required": false; }; "dialogVisible": { "alias": "dialogVisible"; "required": false; }; "model": { "alias": "model"; "required": false; }; "loading": { "alias": "loading"; "required": false; }; "errorMsg": { "alias": "errorMsg"; "required": false; }; "errorMessage": { "alias": "errorMessage"; "required": false; }; "actions": { "alias": "actions"; "required": false; }; "actionsMode": { "alias": "actionsMode"; "required": false; }; "beforeSaveTransform": { "alias": "beforeSaveTransform"; "required": false; }; "filters": { "alias": "filters"; "required": false; }; "filterModel": { "alias": "filterModel"; "required": false; }; "showSearch": { "alias": "showSearch"; "required": false; }; "first": { "alias": "first"; "required": false; }; "rows": { "alias": "rows"; "required": false; }; "totalRecords": { "alias": "totalRecords"; "required": false; }; "rowSelectable": { "alias": "rowSelectable"; "required": false; }; "rowClassFn": { "alias": "rowClassFn"; "required": false; }; "rowStyleFn": { "alias": "rowStyleFn"; "required": false; }; "disableRowCheckboxFn": { "alias": "disableRowCheckboxFn"; "required": false; }; "scrollHeight": { "alias": "scrollHeight"; "required": false; }; "paginator": { "alias": "paginator"; "required": false; }; "service": { "alias": "service"; "required": false; }; "apiName": { "alias": "apiName"; "required": false; }; "idField": { "alias": "idField"; "required": false; }; "showRowSelectionCheckbox": { "alias": "showRowSelectionCheckbox"; "required": false; }; "showAddButton": { "alias": "showAddButton"; "required": false; }; "addPermissionName": { "alias": "addPermissionName"; "required": false; }; "addButtonConfigs": { "alias": "addButtonConfigs"; "required": false; }; "createEditActions": { "alias": "createEditActions"; "required": false; }; "supportSubPage": { "alias": "supportSubPage"; "required": false; }; "tabs": { "alias": "tabs"; "required": false; }; "bulkActionButtons": { "alias": "bulkActionButtons"; "required": false; }; "singleActionButtons": { "alias": "singleActionButtons"; "required": false; }; "breadcrumb": { "alias": "breadcrumb"; "required": false; }; "mode": { "alias": "mode"; "required": false; }; "forceState": { "alias": "forceState"; "required": false; }; "hideTable": { "alias": "hideTable"; "required": false; }; "autoShowForm": { "alias": "autoShowForm"; "required": false; }; }, { "action": "action"; "bulkAction": "bulkAction"; "singleAction": "singleAction"; "afterSave": "afterSave"; "afterDelete": "afterDelete"; "beforeSave": "beforeSave"; "beforeDelete": "beforeDelete"; "formCancel": "formCancel"; "formInit": "formInit"; "dataLoaded": "dataLoaded"; "selectionChange": "selectionChange"; "error": "error"; "search": "search"; "pageChange": "pageChange"; "onSearch": "onSearch"; "visibleChange": "visibleChange"; "rowSelect": "rowSelect"; }, never, never, true, never>;
|
|
189
194
|
}
|
|
190
195
|
|
|
191
196
|
export { GenericCrudTableComponent, GenericCrudTableModule };
|
package/generic-table/index.d.ts
CHANGED
|
@@ -46,6 +46,9 @@ declare class GenericTable<T> implements OnChanges {
|
|
|
46
46
|
rowSelectable: boolean;
|
|
47
47
|
/** يحتفظ بالصف المحدد */
|
|
48
48
|
_selection: T | T[] | null;
|
|
49
|
+
rowStyleFn?: (row: T) => any;
|
|
50
|
+
rowClassFn?: (row: T) => string | string[] | Set<string>;
|
|
51
|
+
disableRowCheckboxFn?: (row: T) => boolean;
|
|
49
52
|
get selection(): T | T[] | null;
|
|
50
53
|
set selection(val: T | T[] | null);
|
|
51
54
|
trackByIdx(index: number, item: any): number;
|
|
@@ -76,7 +79,7 @@ declare class GenericTable<T> implements OnChanges {
|
|
|
76
79
|
getMenuItems(row: T): MenuItem[];
|
|
77
80
|
onRowSelect(event: TableRowSelectEvent<T>): void;
|
|
78
81
|
static ɵfac: i0.ɵɵFactoryDeclaration<GenericTable<any>, never>;
|
|
79
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<GenericTable<any>, "lib-generic-table", never, { "data": { "alias": "data"; "required": false; }; "columns": { "alias": "columns"; "required": false; }; "loading": { "alias": "loading"; "required": false; }; "actions": { "alias": "actions"; "required": false; }; "actionsPosition": { "alias": "actionsPosition"; "required": false; }; "actionsMode": { "alias": "actionsMode"; "required": false; }; "first": { "alias": "first"; "required": false; }; "rows": { "alias": "rows"; "required": false; }; "totalRecords": { "alias": "totalRecords"; "required": false; }; "sortField": { "alias": "sortField"; "required": false; }; "sortOrder": { "alias": "sortOrder"; "required": false; }; "globalFilterFields": { "alias": "globalFilterFields"; "required": false; }; "addButtonConfigs": { "alias": "addButtonConfigs"; "required": false; }; "scrollHeight": { "alias": "scrollHeight"; "required": false; }; "rowSelectable": { "alias": "rowSelectable"; "required": false; }; "selection": { "alias": "selection"; "required": false; }; "paginator": { "alias": "paginator"; "required": false; }; "showRowSelectionCheckbox": { "alias": "showRowSelectionCheckbox"; "required": false; }; }, { "action": "action"; "pageChange": "pageChange"; "onAddNew": "onAddNew"; "rowSelect": "rowSelect"; "selectionChange": "selectionChange"; }, never, never, true, never>;
|
|
82
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<GenericTable<any>, "lib-generic-table", never, { "data": { "alias": "data"; "required": false; }; "columns": { "alias": "columns"; "required": false; }; "loading": { "alias": "loading"; "required": false; }; "actions": { "alias": "actions"; "required": false; }; "actionsPosition": { "alias": "actionsPosition"; "required": false; }; "actionsMode": { "alias": "actionsMode"; "required": false; }; "first": { "alias": "first"; "required": false; }; "rows": { "alias": "rows"; "required": false; }; "totalRecords": { "alias": "totalRecords"; "required": false; }; "sortField": { "alias": "sortField"; "required": false; }; "sortOrder": { "alias": "sortOrder"; "required": false; }; "globalFilterFields": { "alias": "globalFilterFields"; "required": false; }; "addButtonConfigs": { "alias": "addButtonConfigs"; "required": false; }; "scrollHeight": { "alias": "scrollHeight"; "required": false; }; "rowSelectable": { "alias": "rowSelectable"; "required": false; }; "rowStyleFn": { "alias": "rowStyleFn"; "required": false; }; "rowClassFn": { "alias": "rowClassFn"; "required": false; }; "disableRowCheckboxFn": { "alias": "disableRowCheckboxFn"; "required": false; }; "selection": { "alias": "selection"; "required": false; }; "paginator": { "alias": "paginator"; "required": false; }; "showRowSelectionCheckbox": { "alias": "showRowSelectionCheckbox"; "required": false; }; }, { "action": "action"; "pageChange": "pageChange"; "onAddNew": "onAddNew"; "rowSelect": "rowSelect"; "selectionChange": "selectionChange"; }, never, never, true, never>;
|
|
80
83
|
}
|
|
81
84
|
|
|
82
85
|
export { GenericTable, GenericTableModule };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@elite.framework/ng.ui.core",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.81",
|
|
4
4
|
"peerDependencies": {
|
|
5
5
|
"@angular/common": "^20.1.0",
|
|
6
6
|
"@angular/core": "^20.1.0"
|
|
@@ -48,14 +48,14 @@
|
|
|
48
48
|
"types": "./condition-editor/index.d.ts",
|
|
49
49
|
"default": "./fesm2022/elite.framework-ng.ui.core-condition-editor.mjs"
|
|
50
50
|
},
|
|
51
|
-
"./datepicker": {
|
|
52
|
-
"types": "./datepicker/index.d.ts",
|
|
53
|
-
"default": "./fesm2022/elite.framework-ng.ui.core-datepicker.mjs"
|
|
54
|
-
},
|
|
55
51
|
"./custom-switch": {
|
|
56
52
|
"types": "./custom-switch/index.d.ts",
|
|
57
53
|
"default": "./fesm2022/elite.framework-ng.ui.core-custom-switch.mjs"
|
|
58
54
|
},
|
|
55
|
+
"./datepicker": {
|
|
56
|
+
"types": "./datepicker/index.d.ts",
|
|
57
|
+
"default": "./fesm2022/elite.framework-ng.ui.core-datepicker.mjs"
|
|
58
|
+
},
|
|
59
59
|
"./deactivation-reason": {
|
|
60
60
|
"types": "./deactivation-reason/index.d.ts",
|
|
61
61
|
"default": "./fesm2022/elite.framework-ng.ui.core-deactivation-reason.mjs"
|
|
@@ -132,14 +132,14 @@
|
|
|
132
132
|
"types": "./generic-dialog/index.d.ts",
|
|
133
133
|
"default": "./fesm2022/elite.framework-ng.ui.core-generic-dialog.mjs"
|
|
134
134
|
},
|
|
135
|
-
"./generic-errormessage": {
|
|
136
|
-
"types": "./generic-errormessage/index.d.ts",
|
|
137
|
-
"default": "./fesm2022/elite.framework-ng.ui.core-generic-errormessage.mjs"
|
|
138
|
-
},
|
|
139
135
|
"./generic-formly-fields": {
|
|
140
136
|
"types": "./generic-formly-fields/index.d.ts",
|
|
141
137
|
"default": "./fesm2022/elite.framework-ng.ui.core-generic-formly-fields.mjs"
|
|
142
138
|
},
|
|
139
|
+
"./generic-errormessage": {
|
|
140
|
+
"types": "./generic-errormessage/index.d.ts",
|
|
141
|
+
"default": "./fesm2022/elite.framework-ng.ui.core-generic-errormessage.mjs"
|
|
142
|
+
},
|
|
143
143
|
"./generic-loadingspinner": {
|
|
144
144
|
"types": "./generic-loadingspinner/index.d.ts",
|
|
145
145
|
"default": "./fesm2022/elite.framework-ng.ui.core-generic-loadingspinner.mjs"
|
|
@@ -176,14 +176,14 @@
|
|
|
176
176
|
"types": "./icon-picker/index.d.ts",
|
|
177
177
|
"default": "./fesm2022/elite.framework-ng.ui.core-icon-picker.mjs"
|
|
178
178
|
},
|
|
179
|
-
"./input": {
|
|
180
|
-
"types": "./input/index.d.ts",
|
|
181
|
-
"default": "./fesm2022/elite.framework-ng.ui.core-input.mjs"
|
|
182
|
-
},
|
|
183
179
|
"./input-switch": {
|
|
184
180
|
"types": "./input-switch/index.d.ts",
|
|
185
181
|
"default": "./fesm2022/elite.framework-ng.ui.core-input-switch.mjs"
|
|
186
182
|
},
|
|
183
|
+
"./input": {
|
|
184
|
+
"types": "./input/index.d.ts",
|
|
185
|
+
"default": "./fesm2022/elite.framework-ng.ui.core-input.mjs"
|
|
186
|
+
},
|
|
187
187
|
"./input-with-icon": {
|
|
188
188
|
"types": "./input-with-icon/index.d.ts",
|
|
189
189
|
"default": "./fesm2022/elite.framework-ng.ui.core-input-with-icon.mjs"
|
|
@@ -220,14 +220,14 @@
|
|
|
220
220
|
"types": "./tabs/index.d.ts",
|
|
221
221
|
"default": "./fesm2022/elite.framework-ng.ui.core-tabs.mjs"
|
|
222
222
|
},
|
|
223
|
-
"./tag-type": {
|
|
224
|
-
"types": "./tag-type/index.d.ts",
|
|
225
|
-
"default": "./fesm2022/elite.framework-ng.ui.core-tag-type.mjs"
|
|
226
|
-
},
|
|
227
223
|
"./text-editor": {
|
|
228
224
|
"types": "./text-editor/index.d.ts",
|
|
229
225
|
"default": "./fesm2022/elite.framework-ng.ui.core-text-editor.mjs"
|
|
230
226
|
},
|
|
227
|
+
"./tag-type": {
|
|
228
|
+
"types": "./tag-type/index.d.ts",
|
|
229
|
+
"default": "./fesm2022/elite.framework-ng.ui.core-tag-type.mjs"
|
|
230
|
+
},
|
|
231
231
|
"./textarea": {
|
|
232
232
|
"types": "./textarea/index.d.ts",
|
|
233
233
|
"default": "./fesm2022/elite.framework-ng.ui.core-textarea.mjs"
|