ngx-histaff-alpha 5.2.1 → 5.2.2
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/{ngx-histaff-alpha-core-form-design.component-CVUrzI7i.mjs → ngx-histaff-alpha-core-form-design.component-DkGU3mLc.mjs} +2 -2
- package/fesm2022/{ngx-histaff-alpha-core-form-design.component-CVUrzI7i.mjs.map → ngx-histaff-alpha-core-form-design.component-DkGU3mLc.mjs.map} +1 -1
- package/fesm2022/{ngx-histaff-alpha-ngx-histaff-alpha-BsFI6sBi.mjs → ngx-histaff-alpha-ngx-histaff-alpha-DG1v69l1.mjs} +230 -76
- package/fesm2022/ngx-histaff-alpha-ngx-histaff-alpha-DG1v69l1.mjs.map +1 -0
- package/fesm2022/{ngx-histaff-alpha-wf-basic-info.component-DfjBSKHs.mjs → ngx-histaff-alpha-wf-basic-info.component-GP8my3qI.mjs} +2 -2
- package/fesm2022/{ngx-histaff-alpha-wf-basic-info.component-DfjBSKHs.mjs.map → ngx-histaff-alpha-wf-basic-info.component-GP8my3qI.mjs.map} +1 -1
- package/fesm2022/{ngx-histaff-alpha-wf-form-assign.component-Dep54OG7.mjs → ngx-histaff-alpha-wf-form-assign.component-BuqyHWhW.mjs} +2 -2
- package/fesm2022/{ngx-histaff-alpha-wf-form-assign.component-Dep54OG7.mjs.map → ngx-histaff-alpha-wf-form-assign.component-BuqyHWhW.mjs.map} +1 -1
- package/fesm2022/{ngx-histaff-alpha-wf-process-design.component-DH2kGhLf.mjs → ngx-histaff-alpha-wf-process-design.component-D9Ba7Fkx.mjs} +113 -35
- package/fesm2022/ngx-histaff-alpha-wf-process-design.component-D9Ba7Fkx.mjs.map +1 -0
- package/fesm2022/ngx-histaff-alpha.mjs +1 -1
- package/lib/app/directives/drag-reorder.directive.d.ts +22 -0
- package/lib/app/libraries/core-date-picker/core-date-picker/core-date-picker.component.d.ts +2 -1
- package/lib/app/libraries/core-rule-tree/core-rule-tree.component.d.ts +5 -3
- package/lib/app/libraries/core-workflow-builder/core-workflow-list/core-workflow-list.component.d.ts +8 -1
- package/lib/app/libraries/core-workflow-builder/core-workflow.service.d.ts +1 -0
- package/lib/app/libraries/core-workflow-builder/interfaces/IWfWorkflowGroup.d.ts +1 -0
- package/lib/app/libraries/core-workflow-builder/wf-process-design/wf-step-config-shell/wf-step-config-shell.component.d.ts +4 -3
- package/package.json +1 -1
- package/fesm2022/ngx-histaff-alpha-ngx-histaff-alpha-BsFI6sBi.mjs.map +0 -1
- package/fesm2022/ngx-histaff-alpha-wf-process-design.component-DH2kGhLf.mjs.map +0 -1
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import * as i0 from '@angular/core';
|
|
2
2
|
import { inject, ChangeDetectorRef, computed, Component, signal, effect, HostListener, ChangeDetectionStrategy, Injectable, ViewContainerRef, Input, EventEmitter, Output, Renderer2, ViewChild } from '@angular/core';
|
|
3
3
|
import { trigger, state, transition, style, animate } from '@angular/animations';
|
|
4
|
-
import { C as CoreFormDesignService, B as BaseEditComponent, A as AlertService, E as EnumCorePageEditMode, a as EnumFormBaseContolType, b as EnumCoreButtonVNSCode, n as noneAutoClosedAlertOptions, D as DialogService, c as CorePageHeaderComponent, d as CoreFormComponent, e as CoreButtonGroupVnsComponent, T as TranslatePipe, f as BaseComponent, g as EnumCoreTablePipeType, h as CoreCheckboxComponent, i as CoreDropdownComponent, M as MultiLanguageService, j as TooltipDirective, k as EnumFormDesignMode, l as EnumCoreFormControlSeekerSourceType, F as FullscreenModalLoaderComponent, m as TableCellPipe, o as CoreControlComponent, p as CoreChecklistComponent, q as CoreFormControlSeekerComponent, r as CoreAttachmentComponent, s as CoreDatePickerComponent, t as CoreRadioGroupComponent, u as CoreMonthSelectorComponent, v as CoreCurrencyInputComponent } from './ngx-histaff-alpha-ngx-histaff-alpha-
|
|
4
|
+
import { C as CoreFormDesignService, B as BaseEditComponent, A as AlertService, E as EnumCorePageEditMode, a as EnumFormBaseContolType, b as EnumCoreButtonVNSCode, n as noneAutoClosedAlertOptions, D as DialogService, c as CorePageHeaderComponent, d as CoreFormComponent, e as CoreButtonGroupVnsComponent, T as TranslatePipe, f as BaseComponent, g as EnumCoreTablePipeType, h as CoreCheckboxComponent, i as CoreDropdownComponent, M as MultiLanguageService, j as TooltipDirective, k as EnumFormDesignMode, l as EnumCoreFormControlSeekerSourceType, F as FullscreenModalLoaderComponent, m as TableCellPipe, o as CoreControlComponent, p as CoreChecklistComponent, q as CoreFormControlSeekerComponent, r as CoreAttachmentComponent, s as CoreDatePickerComponent, t as CoreRadioGroupComponent, u as CoreMonthSelectorComponent, v as CoreCurrencyInputComponent } from './ngx-histaff-alpha-ngx-histaff-alpha-DG1v69l1.mjs';
|
|
5
5
|
import * as i1 from '@angular/forms';
|
|
6
6
|
import { Validators, FormsModule, FormGroup, FormControl, ReactiveFormsModule } from '@angular/forms';
|
|
7
7
|
import { NgStyle, NgTemplateOutlet } from '@angular/common';
|
|
@@ -1848,4 +1848,4 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.5", ngImpor
|
|
|
1848
1848
|
}] } });
|
|
1849
1849
|
|
|
1850
1850
|
export { CoreFormDesignComponent };
|
|
1851
|
-
//# sourceMappingURL=ngx-histaff-alpha-core-form-design.component-
|
|
1851
|
+
//# sourceMappingURL=ngx-histaff-alpha-core-form-design.component-DkGU3mLc.mjs.map
|