tnx-shared 5.1.181 → 5.1.185

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.
Files changed (40) hide show
  1. package/bundles/tnx-shared.umd.js +1277 -1193
  2. package/bundles/tnx-shared.umd.js.map +1 -1
  3. package/bundles/tnx-shared.umd.min.js +1 -1
  4. package/bundles/tnx-shared.umd.min.js.map +1 -1
  5. package/classes/base/data-list-base.d.ts.map +1 -1
  6. package/classes/public-function.d.ts +6 -0
  7. package/classes/public-function.d.ts.map +1 -1
  8. package/components/statemachines/models/enums.d.ts +4 -0
  9. package/components/statemachines/models/enums.d.ts.map +1 -1
  10. package/components/tn-app-notification/tn-app-notification.component.d.ts +2 -2
  11. package/components/tn-app-notification/tn-app-notification.component.d.ts.map +1 -1
  12. package/components/workflow/process-workflow-form/process-workflow-form.component.d.ts.map +1 -1
  13. package/components/workflow/process-workflow-target/process-workflow-target.component.d.ts.map +1 -1
  14. package/congviec/dm-loai-congviec/dm-loai-congviec.component.d.ts +2 -0
  15. package/congviec/dm-loai-congviec/dm-loai-congviec.component.d.ts.map +1 -1
  16. package/esm2015/classes/base/data-list-base.js +4 -1
  17. package/esm2015/classes/public-function.js +7 -1
  18. package/esm2015/components/chat/chat-box/chat-box.component.js +1 -1
  19. package/esm2015/components/chat/chat-send-message-box/chat-send-message-box.component.js +1 -1
  20. package/esm2015/components/statemachines/models/enums.js +6 -1
  21. package/esm2015/components/statemachines/statemachines-connection-receiver-department/statemachines-connection-receiver-department.component.js +3 -3
  22. package/esm2015/components/statemachines/statemachines-connection-receiver-group/statemachines-connection-receiver-group.component.js +3 -3
  23. package/esm2015/components/tn-app-notification/tn-app-notification.component.js +38 -34
  24. package/esm2015/components/workflow/process-workflow-form/process-workflow-form.component.js +6 -4
  25. package/esm2015/components/workflow/process-workflow-target/process-workflow-target.component.js +10 -4
  26. package/esm2015/congviec/dm-loai-congviec/dm-loai-congviec.component.js +8 -3
  27. package/esm2015/intercepters/anonymous-token.interceptor.js +43 -0
  28. package/esm2015/tnx-shared.js +2 -1
  29. package/esm2015/tnx-shared.module.js +32 -32
  30. package/fesm2015/tnx-shared.js +824 -759
  31. package/fesm2015/tnx-shared.js.map +1 -1
  32. package/intercepters/anonymous-token.interceptor.d.ts +13 -0
  33. package/intercepters/anonymous-token.interceptor.d.ts.map +1 -0
  34. package/intercepters/anonymous-token.interceptor.ngfactory.d.ts.map +1 -0
  35. package/package.json +2 -2
  36. package/tnx-shared.d.ts +1 -0
  37. package/tnx-shared.d.ts.map +1 -1
  38. package/tnx-shared.metadata.json +1 -1
  39. package/tnx-shared.module.d.ts +5 -5
  40. package/tnx-shared.module.d.ts.map +1 -1
@@ -14,6 +14,7 @@ import { CoCauToChucPickerListComponent } from './components/cocautochuc/cocauto
14
14
  import { CoCauToChucPickerComponent } from './components/cocautochuc/cocautochuc-picker/cocautochuc-picker.component';
15
15
  import { AppRootMenuComponent } from './components/common-app-component/app-root-menu/app-root-menu.component';
16
16
  import { AppTopBarV1Component } from './components/common-app-component/app-topbar-v1/app-topbar-v1.component';
17
+ import { AppTopBarV2Component } from './components/common-app-component/app-topbar-v2/app-topbar-v2.component';
17
18
  import { AppMenuComponent, AppSubMenuComponent } from './components/common-app-component/app.menu.component';
18
19
  import { AppProfileComponent } from './components/common-app-component/app.profile.component';
19
20
  import { AppTopBarComponent } from './components/common-app-component/app.topbar.component';
@@ -23,8 +24,8 @@ import { CongViecPickerComponent } from './components/congviec-picker/congviec-p
23
24
  import { AdvanceSearchComponent } from './components/crud/advance-search/advance-search.component';
24
25
  import { CrudFormComponent } from './components/crud/crud-form/crud-form.component';
25
26
  import { CrudListComponent } from './components/crud/crud-list/crud-list.component';
26
- import { TreeTableComponent } from './components/crud/tree-table/tree-table.component';
27
27
  import { TableDetailFormComponent } from './components/crud/table-detail-form/table-detail-form.component';
28
+ import { TreeTableComponent } from './components/crud/tree-table/tree-table.component';
28
29
  import { DatetimePickerComponent } from './components/datetime-picker/datetime-picker.component';
29
30
  import { DropdownComponent } from './components/dropdown/dropdown.component';
30
31
  import { QuickAddFormComponent } from './components/dropdown/quick-add-form/quick-add-form.component';
@@ -61,8 +62,8 @@ import { SettingsWorkflowNo1Component } from './components/settings/settings-wor
61
62
  import { SettingsWorkflowComponent } from './components/settings/settings-workflow/settings-workflow.component';
62
63
  import { SettingsComponent } from './components/settings/settings.component';
63
64
  import { ShareLinkByPermissionComponent } from './components/share-link-by-permission/share-link-by-permission.component';
64
- import { SplashComponentV2Component } from './components/splash-component/splash-component-v2/splash-component-v2.component';
65
65
  import { SplashComponentV1Component } from './components/splash-component/splash-component-v1/splash-component-v1.component';
66
+ import { SplashComponentV2Component } from './components/splash-component/splash-component-v2/splash-component-v2.component';
66
67
  import { SplashComponentComponent } from './components/splash-component/splash-component.component';
67
68
  import { DynamicNodeComponent } from './components/statemachines/dynamic-node/dynamic-node.component';
68
69
  import { StateMetadataComponent } from './components/statemachines/state-metadata/state-metadata.component';
@@ -101,6 +102,8 @@ import { SimpleWorkflowFormComponent } from './components/workflow/simple-workfl
101
102
  import { StartWorkflowComponent } from './components/workflow/start-workflow/start-workflow.component';
102
103
  import { WorkflowHistoryNewComponent } from './components/workflow/workflow-history-new/workflow-history-new.component';
103
104
  import { WorkflowHistoryComponent } from './components/workflow/workflow-history/workflow-history.component';
105
+ import { WorkflowPermissionFormComponent } from './components/workflow/workflow-permission-form/workflow-permission-form.component';
106
+ import { WorkflowPermissionComponent } from './components/workflow/workflow-permission/workflow-permission.component';
104
107
  import { WorkflowPickerComponent } from './components/workflow/workflow-picker/workflow-picker.component';
105
108
  import { WorkflowSettingDialogComponent } from './components/workflow/workflow-setting-dialog/workflow-setting-dialog.component';
106
109
  import { WorkflowSettingNewComponent } from './components/workflow/workflow-setting-new/workflow-setting-new.component';
@@ -141,9 +144,6 @@ import { SecurePipe } from './pipes/secure.pipe';
141
144
  import { StringFormatPipe } from './pipes/string-format.pipe';
142
145
  import { UserFormatPipe } from './pipes/user-format.pipe';
143
146
  import { UsersFormatPipe } from './pipes/users-format.pipe';
144
- import { WorkflowPermissionComponent } from './components/workflow/workflow-permission/workflow-permission.component';
145
- import { WorkflowPermissionFormComponent } from './components/workflow/workflow-permission-form/workflow-permission-form.component';
146
- import { AppTopBarV2Component } from './components/common-app-component/app-topbar-v2/app-topbar-v2.component';
147
147
  export declare function coreDeclaration(): (typeof TnCustomScrollbarComponent | typeof WorkflowSettingComponent | typeof CrudListComponent | typeof EntityPickerDataComponent | typeof EntityPickerSelectedComponent | typeof EntityPickerBoxComponent | typeof AutoCompletePickerComponent | typeof EntityPickerComponent | typeof FileKySoSimComponent | typeof FileManagerComponent | typeof ReportQueueComponent | typeof CrudFormComponent | typeof AddressComponent | typeof AfterViewCheckedComponent | typeof AdvanceSearchComponent | typeof AppRootMenuComponent | typeof SplashComponentComponent | typeof AppTopBarComponent | typeof AppTopBarV1Component | typeof AppTopBarV2Component | typeof AppProfileComponent | typeof AppSubMenuComponent | typeof AppMenuComponent | typeof AvatarUploaderComponent | typeof CheckBoxListComponent | typeof CommonAppComponentComponent | typeof CoCauToChucPickerListComponent | typeof TreeTableComponent | typeof BaseCongViecTestComponent | typeof ProcessWorkflowTargetComponent | typeof ProcessWorkflowFormComponent | typeof CongViecNextFirstStepComponent | typeof BaseCongViecFormComponent | typeof BaseCongViecComponent | typeof BaseCauHinhWorkflowComponent | typeof BaseCauHinhWorkflowDetailComponent | typeof BaseDmLoaiCongViecComponent | typeof BaseDmLoaiCongViecFormComponent | typeof BaseDmLinhVucCongViecComponent | typeof BaseDmLinhVucCongViecFormComponent | typeof BaseDmPriorityComponent | typeof BaseDmPriorityFormComponent | typeof BaseCongviecDinhkemComponent | typeof BaseCongviecDinhkemFormComponent | typeof DatetimePickerComponent | typeof DynamicNodeComponent | typeof DropdownComponent | typeof EntityPickerDialogComponent | typeof QueryBuilderComponent | typeof EntityPermissionComponent | typeof EquationEditorComponent | typeof FileUploadComponent | typeof FileViewerComponent | typeof ServiceFileUploadComponent | typeof MaskComponent | typeof NumberPickerRangeComponent | typeof RadioButtonListComponent | typeof VanBanPickerComponent | typeof VanBanPickerDialogComponent | typeof VanbanDiPickerComponent | typeof VanbanDenPickerComponent | typeof CongViecPickerComponent | typeof SettingsComponent | typeof SettingsRowComponent | typeof SettingsWorkflowComponent | typeof SettingsWorkflowNo1Component | typeof SimpleWorkflowFormComponent | typeof ChoYKienFormComponent | typeof SplashComponentV1Component | typeof SplashComponentV2Component | typeof StateComponent | typeof StateMetadataComponent | typeof StateMachinesConnectionReceiverConditionComponent | typeof StateMachinesConnectionReceiverDepartmentComponent | typeof StateMachinesConnectionReceiverGroupComponent | typeof StateMachinesConnectionReceiverComponent | typeof StateMachinesConnectionSenderComponent | typeof StateMachinesConnectionMetadataComponent | typeof StateMachinesConnectionReceiverUserComponent | typeof StateMachinesConnectionReceiverRoleComponent | typeof StateMachinesDesignerComponent | typeof StartWorkflowComponent | typeof ShareLinkByPermissionComponent | typeof WorkflowPickerComponent | typeof WorkflowSettingNewComponent | typeof PermissionSharingComponent | typeof TnDialogComponent | typeof TnColorPickerComponent | typeof TnTinymceComponent | typeof TnTabViewComponent | typeof TableDetailFormComponent | typeof QuickAddFormComponent | typeof CoCauToChucPickerComponent | typeof PreventShiftTabDirective | typeof AuthorizeDirective | typeof TnReorderableColumnDirective | typeof TnReorderableRowDirective | typeof TnSortableColumnDirective | typeof TnSortIcon | typeof TnTreeTableToggler | typeof TnTemplateDirective | typeof UserPickerBoxComponent | typeof UserPickerComponent | typeof AutocompleteDatasourceComponent | typeof HelperCurrentPageComponent | typeof TnAppHelpComponent | typeof TnAppNotificationListComponent | typeof TnAppNotificationComponent | typeof FolderFormComponent | typeof FileFormComponent | typeof FileVersionListComponent | typeof WorkflowHistoryComponent | typeof WorkflowHistoryNewComponent | typeof WorkflowSettingDialogComponent | typeof WorkflowPermissionComponent | typeof WorkflowPermissionFormComponent | typeof PermissionUtilsComponent | typeof AccessDeniedComponent | typeof AccessDeniedV1Component | typeof FilePickerDialogComponent | typeof AddNewsComponent | typeof CommonDashboardComponent | typeof NotFoundComponent | typeof UniversalLinkProcessorComponent | typeof SignatureDetailComponent | typeof ChatBoxComponent | typeof ChatSendMessageBoxComponent | typeof UserPickerDialogComponent | typeof KySoSimDanhSachChuKyComponent | typeof TaiLieuComponent | typeof TaiLieuCuaToiComponent | typeof KhaiThacTaiLieuDungChungComponent | typeof SafeHtmlPipe | typeof UserFormatPipe | typeof UsersFormatPipe | typeof BooleanFormatPipe | typeof FileSizePipe | typeof HtmlFormatPipe | typeof MasterDataPipe | typeof OrganizationFormatPipe | typeof OrganizationsFormatPipe | typeof StringFormatPipe | typeof ApprovalPipe | typeof SecurePipe | typeof ConvertMoneyToWordPipe | typeof ReferenceDataFormatPipe | typeof MultipleReferenceDataFormatPipe | typeof SafeUrlPipe | typeof SafeStylePipe | typeof OrganizationNameFormatPipe)[];
148
148
  export declare function coreModuleImport(): (typeof CommonModule)[];
149
149
  export declare function coreProvider(): any[];
@@ -1 +1 @@
1
- {"version":3,"file":"tnx-shared.module.d.ts","sourceRoot":"../../../../projects/tnx-shared/src/lib/","sources":["tnx-shared.module.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"tnx-shared.module.d.ts","sourceRoot":"../../../../projects/tnx-shared/src/lib/","sources":["tnx-shared.module.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,iBAAiB,CAAC;AAwD/C,OAAO,EAAE,uBAAuB,EAAE,MAAM,kFAAkF,CAAC;AAC3H,OAAO,EAAE,qBAAqB,EAAE,MAAM,8DAA8D,CAAC;AACrG,OAAO,EAAE,gBAAgB,EAAE,MAAM,0CAA0C,CAAC;AAC5E,OAAO,EAAE,gBAAgB,EAAE,MAAM,wCAAwC,CAAC;AAC1E,OAAO,EAAE,yBAAyB,EAAE,MAAM,8DAA8D,CAAC;AACzG,OAAO,EAAE,+BAA+B,EAAE,MAAM,wEAAwE,CAAC;AACzH,OAAO,EAAE,2BAA2B,EAAE,MAAM,gEAAgE,CAAC;AAC7G,OAAO,EAAE,uBAAuB,EAAE,MAAM,wDAAwD,CAAC;AACjG,OAAO,EAAE,gBAAgB,EAAE,MAAM,+CAA+C,CAAC;AACjF,OAAO,EAAE,2BAA2B,EAAE,MAAM,yEAAyE,CAAC;AACtH,OAAO,EAAE,qBAAqB,EAAE,MAAM,sDAAsD,CAAC;AAC7F,OAAO,EACH,8BAA8B,EACjC,MAAM,oFAAoF,CAAC;AAC5F,OAAO,EAAE,0BAA0B,EAAE,MAAM,0EAA0E,CAAC;AACtH,OAAO,EAAE,oBAAoB,EAAE,MAAM,yEAAyE,CAAC;AAC/G,OAAO,EAAE,oBAAoB,EAAE,MAAM,yEAAyE,CAAC;AAC/G,OAAO,EAAE,oBAAoB,EAAE,MAAM,yEAAyE,CAAC;AAC/G,OAAO,EAAE,gBAAgB,EAAE,mBAAmB,EAAE,MAAM,sDAAsD,CAAC;AAC7G,OAAO,EAAE,mBAAmB,EAAE,MAAM,yDAAyD,CAAC;AAC9F,OAAO,EAAE,kBAAkB,EAAE,MAAM,wDAAwD,CAAC;AAC5F,OAAO,EAAE,2BAA2B,EAAE,MAAM,wDAAwD,CAAC;AACrG,OAAO,EAAE,wBAAwB,EAAE,MAAM,0DAA0D,CAAC;AACpG,OAAO,EAAE,uBAAuB,EAAE,MAAM,wDAAwD,CAAC;AACjG,OAAO,EAAE,sBAAsB,EAAE,MAAM,2DAA2D,CAAC;AAEnG,OAAO,EAAE,iBAAiB,EAAE,MAAM,iDAAiD,CAAC;AACpF,OAAO,EAAE,iBAAiB,EAAE,MAAM,iDAAiD,CAAC;AACpF,OAAO,EAAE,wBAAwB,EAAE,MAAM,iEAAiE,CAAC;AAC3G,OAAO,EAAE,kBAAkB,EAAE,MAAM,mDAAmD,CAAC;AAEvF,OAAO,EAAE,uBAAuB,EAAE,MAAM,wDAAwD,CAAC;AACjG,OAAO,EAAE,iBAAiB,EAAE,MAAM,0CAA0C,CAAC;AAC7E,OAAO,EAAE,qBAAqB,EAAE,MAAM,+DAA+D,CAAC;AACtG,OAAO,EAAE,yBAAyB,EAAE,MAAM,4DAA4D,CAAC;AACvG,OAAO,EAAE,wBAAwB,EAAE,MAAM,0EAA0E,CAAC;AACpH,OAAO,EACH,yBAAyB,EAC5B,MAAM,4GAA4G,CAAC;AACpH,OAAO,EACH,6BAA6B,EAChC,MAAM,oHAAoH,CAAC;AAC5H,OAAO,EAAE,2BAA2B,EAAE,MAAM,gFAAgF,CAAC;AAC7H,OAAO,EAAE,qBAAqB,EAAE,MAAM,oDAAoD,CAAC;AAC3F,OAAO,EAAE,uBAAuB,EAAE,MAAM,wDAAwD,CAAC;AACjG,OAAO,EAAE,iBAAiB,EAAE,MAAM,0DAA0D,CAAC;AAC7F,OAAO,EAAE,oBAAoB,EAAE,MAAM,oEAAoE,CAAC;AAC1G,OAAO,EAAE,oBAAoB,EAAE,MAAM,gEAAgE,CAAC;AACtG,OAAO,EAAE,yBAAyB,EAAE,MAAM,4EAA4E,CAAC;AACvH,OAAO,EAAE,gBAAgB,EAAE,MAAM,kEAAkE,CAAC;AACpG,OAAO,EACH,iCAAiC,EACpC,MAAM,0GAA0G,CAAC;AAClH,OAAO,EAAE,sBAAsB,EAAE,MAAM,kFAAkF,CAAC;AAC1H,OAAO,EAAE,wBAAwB,EAAE,MAAM,0EAA0E,CAAC;AACpH,OAAO,EAAE,mBAAmB,EAAE,MAAM,8DAA8D,CAAC;AACnG,OAAO,EAAE,mBAAmB,EAAE,MAAM,8DAA8D,CAAC;AACnG,OAAO,EACH,6BAA6B,EAChC,MAAM,4FAA4F,CAAC;AACpG,OAAO,EAAE,wBAAwB,EAAE,MAAM,wEAAwE,CAAC;AAClH,OAAO,EAAE,mBAAmB,EAAE,MAAM,gDAAgD,CAAC;AAErF,OAAO,EAAE,aAAa,EAAE,MAAM,kCAAkC,CAAC;AACjE,OAAO,EAAE,iBAAiB,EAAE,MAAM,4CAA4C,CAAC;AAC/E,OAAO,EAAE,0BAA0B,EAAE,MAAM,gEAAgE,CAAC;AAE5G,OAAO,EAAE,wBAAwB,EAAE,MAAM,0DAA0D,CAAC;AAIpG,OAAO,EAAE,qBAAqB,EAAE,MAAM,mEAAmE,CAAC;AAC1G,OAAO,EAAE,wBAAwB,EAAE,MAAM,4DAA4D,CAAC;AACtG,OAAO,EAAE,oBAAoB,EAAE,MAAM,kDAAkD,CAAC;AACxF,OAAO,EAAE,0BAA0B,EAAE,MAAM,gEAAgE,CAAC;AAC5G,OAAO,EAAE,oBAAoB,EAAE,MAAM,2DAA2D,CAAC;AACjG,OAAO,EACH,4BAA4B,EAC/B,MAAM,+FAA+F,CAAC;AACvG,OAAO,EAAE,yBAAyB,EAAE,MAAM,qEAAqE,CAAC;AAChH,OAAO,EAAE,iBAAiB,EAAE,MAAM,0CAA0C,CAAC;AAC7E,OAAO,EAAE,8BAA8B,EAAE,MAAM,0EAA0E,CAAC;AAC1H,OAAO,EAAE,0BAA0B,EAAE,MAAM,iFAAiF,CAAC;AAC7H,OAAO,EAAE,0BAA0B,EAAE,MAAM,iFAAiF,CAAC;AAC7H,OAAO,EAAE,wBAAwB,EAAE,MAAM,0DAA0D,CAAC;AACpG,OAAO,EAAE,oBAAoB,EAAE,MAAM,gEAAgE,CAAC;AACtG,OAAO,EAAE,sBAAsB,EAAE,MAAM,oEAAoE,CAAC;AAC5G,OAAO,EAAE,cAAc,EAAE,MAAM,kDAAkD,CAAC;AAClF,OAAO,EACH,wCAAwC,EAC3C,MAAM,0GAA0G,CAAC;AAClH,OAAO,EACH,iDAAiD,EACpD,MAAM,8HAA8H,CAAC;AACtI,OAAO,EACH,kDAAkD,EACrD,MAAM,gIAAgI,CAAC;AACxI,OAAO,EACH,6CAA6C,EAChD,MAAM,sHAAsH,CAAC;AAC9H,OAAO,EACH,4CAA4C,EAC/C,MAAM,oHAAoH,CAAC;AAC5H,OAAO,EACH,4CAA4C,EAC/C,MAAM,oHAAoH,CAAC;AAC5H,OAAO,EACH,wCAAwC,EAC3C,MAAM,0GAA0G,CAAC;AAClH,OAAO,EACH,sCAAsC,EACzC,MAAM,sGAAsG,CAAC;AAC9G,OAAO,EACH,8BAA8B,EACjC,MAAM,oFAAoF,CAAC;AAC5F,OAAO,EAAE,0BAA0B,EAAE,MAAM,4EAA4E,CAAC;AACxH,OAAO,EAAE,kBAAkB,EAAE,MAAM,gDAAgD,CAAC;AACpF,OAAO,EACH,8BAA8B,EACjC,MAAM,8FAA8F,CAAC;AACtG,OAAO,EAAE,0BAA0B,EAAE,MAAM,gEAAgE,CAAC;AAC5G,OAAO,EAAE,sBAAsB,EAAE,MAAM,wDAAwD,CAAC;AAChG,OAAO,EAAE,0BAA0B,EAAE,MAAM,gEAAgE,CAAC;AAC5G,OAAO,EAAE,iBAAiB,EAAE,MAAM,4CAA4C,CAAC;AAC/E,OAAO,EAAE,kBAAkB,EAAE,MAAM,8CAA8C,CAAC;AAClF,OAAO,EAAE,kBAAkB,EAAE,MAAM,8CAA8C,CAAC;AAClF,OAAO,EAAE,+BAA+B,EAAE,MAAM,0EAA0E,CAAC;AAC3H,OAAO,EAAE,sBAAsB,EAAE,MAAM,oEAAoE,CAAC;AAC5G,OAAO,EAAE,yBAAyB,EAAE,MAAM,0EAA0E,CAAC;AACrH,OAAO,EAAE,mBAAmB,EAAE,MAAM,gDAAgD,CAAC;AACrF,OAAO,EAAE,wBAAwB,EAAE,MAAM,0EAA0E,CAAC;AACpH,OAAO,EAAE,uBAAuB,EAAE,MAAM,wEAAwE,CAAC;AACjH,OAAO,EAAE,2BAA2B,EAAE,MAAM,gFAAgF,CAAC;AAC7H,OAAO,EAAE,qBAAqB,EAAE,MAAM,oDAAoD,CAAC;AAC3F,OAAO,EAAE,qBAAqB,EAAE,MAAM,iEAAiE,CAAC;AACxG,OAAO,EAAE,0BAA0B,EAAE,MAAM,uEAAuE,CAAC;AACnH,OAAO,EAAE,4BAA4B,EAAE,MAAM,6EAA6E,CAAC;AAC3H,OAAO,EACH,8BAA8B,EACjC,MAAM,iFAAiF,CAAC;AACzF,OAAO,EAAE,2BAA2B,EAAE,MAAM,2EAA2E,CAAC;AACxH,OAAO,EAAE,sBAAsB,EAAE,MAAM,+DAA+D,CAAC;AAIvG,OAAO,EAAE,2BAA2B,EAAE,MAAM,2EAA2E,CAAC;AACxH,OAAO,EAAE,wBAAwB,EAAE,MAAM,mEAAmE,CAAC;AAC7G,OAAO,EAAE,+BAA+B,EAAE,MAAM,mFAAmF,CAAC;AACpI,OAAO,EAAE,2BAA2B,EAAE,MAAM,yEAAyE,CAAC;AACtH,OAAO,EAAE,uBAAuB,EAAE,MAAM,iEAAiE,CAAC;AAC1G,OAAO,EACH,8BAA8B,EACjC,MAAM,iFAAiF,CAAC;AACzF,OAAO,EAAE,2BAA2B,EAAE,MAAM,2EAA2E,CAAC;AACxH,OAAO,EAAE,wBAAwB,EAAE,MAAM,mEAAmE,CAAC;AAC7G,OAAO,EACH,kCAAkC,EACrC,MAAM,uFAAuF,CAAC;AAC/F,OAAO,EAAE,4BAA4B,EAAE,MAAM,wDAAwD,CAAC;AACtG,OAAO,EAAE,yBAAyB,EAAE,MAAM,6CAA6C,CAAC;AACxF,OAAO,EAAE,gCAAgC,EAAE,MAAM,2EAA2E,CAAC;AAC7H,OAAO,EAAE,4BAA4B,EAAE,MAAM,iEAAiE,CAAC;AAC/G,OAAO,EAAE,yBAAyB,EAAE,MAAM,2DAA2D,CAAC;AACtG,OAAO,EACH,8BAA8B,EACjC,MAAM,iFAAiF,CAAC;AACzF,OAAO,EAAE,qBAAqB,EAAE,MAAM,wCAAwC,CAAC;AAC/E,OAAO,EACH,kCAAkC,EACrC,MAAM,4FAA4F,CAAC;AACpG,OAAO,EAAE,8BAA8B,EAAE,MAAM,8DAA8D,CAAC;AAC9G,OAAO,EACH,+BAA+B,EAClC,MAAM,mFAAmF,CAAC;AAC3F,OAAO,EAAE,2BAA2B,EAAE,MAAM,wDAAwD,CAAC;AACrG,OAAO,EAAE,2BAA2B,EAAE,MAAM,oEAAoE,CAAC;AACjH,OAAO,EAAE,uBAAuB,EAAE,MAAM,8CAA8C,CAAC;AACvF,OAAO,EAAE,kBAAkB,EAAE,MAAM,kCAAkC,CAAC;AACtE,OAAO,EAAE,wBAAwB,EAAE,MAAM,0CAA0C,CAAC;AACpF,OAAO,EACH,4BAA4B,EAC5B,yBAAyB,EACzB,yBAAyB,EACzB,UAAU,EACV,kBAAkB,EACrB,MAAM,yCAAyC,CAAC;AACjD,OAAO,EAAE,mBAAmB,EAAE,MAAM,oCAAoC,CAAC;AACzE,OAAO,EAAE,YAAY,EAAE,MAAM,uBAAuB,CAAC;AACrD,OAAO,EAAE,iBAAiB,EAAE,MAAM,6BAA6B,CAAC;AAChE,OAAO,EAAE,sBAAsB,EAAE,MAAM,iCAAiC,CAAC;AAEzE,OAAO,EAAE,YAAY,EAAE,MAAM,wBAAwB,CAAC;AAEtD,OAAO,EAAE,cAAc,EAAE,MAAM,0BAA0B,CAAC;AAC1D,OAAO,EAAE,cAAc,EAAE,MAAM,yBAAyB,CAAC;AACzD,OAAO,EAAE,+BAA+B,EAAE,MAAM,6CAA6C,CAAC;AAC9F,OAAO,EAAE,sBAAsB,EAAE,MAAM,kCAAkC,CAAC;AAC1E,OAAO,EAAE,0BAA0B,EAAE,MAAM,uCAAuC,CAAC;AACnF,OAAO,EAAE,uBAAuB,EAAE,MAAM,mCAAmC,CAAC;AAC5E,OAAO,EAAE,uBAAuB,EAAE,MAAM,oCAAoC,CAAC;AAC7E,OAAO,EAAE,YAAY,EAAE,MAAM,wBAAwB,CAAC;AACtD,OAAO,EAAE,aAAa,EAAE,MAAM,yBAAyB,CAAC;AACxD,OAAO,EAAE,WAAW,EAAE,MAAM,uBAAuB,CAAC;AACpD,OAAO,EAAE,UAAU,EAAE,MAAM,qBAAqB,CAAC;AACjD,OAAO,EAAE,gBAAgB,EAAE,MAAM,4BAA4B,CAAC;AAG9D,OAAO,EAAE,cAAc,EAAE,MAAM,0BAA0B,CAAC;AAC1D,OAAO,EAAE,eAAe,EAAE,MAAM,2BAA2B,CAAC;AAG5D,wBAAgB,eAAe,08JAqK9B;AAED,wBAAgB,gBAAgB,4BA+D/B;AAED,wBAAgB,YAAY,UAE3B;AAED,qBASa,eAAe;IACxB,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,EAAE,GAAG,GAAG,GAAG;CAWpC"}