@bryntum/engine-thin-trial 7.1.1

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 (224) hide show
  1. package/README.md +52 -0
  2. package/entry.engine.js +51 -0
  3. package/entry.gantt.js +9 -0
  4. package/entry.js +3 -0
  5. package/entry.pro.js +84 -0
  6. package/lib/ChronoGraph/benchmark/Benchmark.js +1 -0
  7. package/lib/ChronoGraph/chrono/CycleResolver.js +1 -0
  8. package/lib/ChronoGraph/chrono/Effect.js +1 -0
  9. package/lib/ChronoGraph/chrono/Graph.js +1 -0
  10. package/lib/ChronoGraph/chrono/Identifier.js +1 -0
  11. package/lib/ChronoGraph/chrono/Quark.js +1 -0
  12. package/lib/ChronoGraph/chrono/Revision.js +1 -0
  13. package/lib/ChronoGraph/chrono/Transaction.js +1 -0
  14. package/lib/ChronoGraph/chrono/TransactionCycleDetectionWalkContext.js +1 -0
  15. package/lib/ChronoGraph/chrono/TransactionWalkDepth.js +1 -0
  16. package/lib/ChronoGraph/class/Base.js +1 -0
  17. package/lib/ChronoGraph/class/BetterMixin.js +1 -0
  18. package/lib/ChronoGraph/class/Mixin.js +1 -0
  19. package/lib/ChronoGraph/class/RequiredProperty.js +1 -0
  20. package/lib/ChronoGraph/collection/Collection.js +0 -0
  21. package/lib/ChronoGraph/collection/Iterator.js +1 -0
  22. package/lib/ChronoGraph/collection/walk_depth/WalkDepthopedia.js +1 -0
  23. package/lib/ChronoGraph/cycle_resolver/CycleResolver.js +1 -0
  24. package/lib/ChronoGraph/environment/Debug.js +1 -0
  25. package/lib/ChronoGraph/event/Event.js +1 -0
  26. package/lib/ChronoGraph/event/Hook.js +1 -0
  27. package/lib/ChronoGraph/graph/Graph.js +1 -0
  28. package/lib/ChronoGraph/graph/Node.js +1 -0
  29. package/lib/ChronoGraph/graph/WalkDepth.js +1 -0
  30. package/lib/ChronoGraph/guides/AdvancedFeatures.js +1 -0
  31. package/lib/ChronoGraph/guides/BasicFeatures.js +1 -0
  32. package/lib/ChronoGraph/guides/Benchmarks.js +1 -0
  33. package/lib/ChronoGraph/guides/CycleResolver.js +1 -0
  34. package/lib/ChronoGraph/lab/Lab.js +0 -0
  35. package/lib/ChronoGraph/lab/LinkedList.js +0 -0
  36. package/lib/ChronoGraph/lab/Meta.js +1 -0
  37. package/lib/ChronoGraph/lab/StaticDefinitions.t.js +0 -0
  38. package/lib/ChronoGraph/lab/TreeNode.js +0 -0
  39. package/lib/ChronoGraph/lab/TreeNodeBucket.js +0 -0
  40. package/lib/ChronoGraph/lab/TreeNodeReference.js +0 -0
  41. package/lib/ChronoGraph/primitives/Calculation.js +1 -0
  42. package/lib/ChronoGraph/replica/Entity.js +1 -0
  43. package/lib/ChronoGraph/replica/Identifier.js +1 -0
  44. package/lib/ChronoGraph/replica/Reference.js +1 -0
  45. package/lib/ChronoGraph/replica/ReferenceBucket.js +1 -0
  46. package/lib/ChronoGraph/replica/Replica.js +1 -0
  47. package/lib/ChronoGraph/schema/EntityMeta.js +1 -0
  48. package/lib/ChronoGraph/schema/Field.js +1 -0
  49. package/lib/ChronoGraph/schema/Schema.js +1 -0
  50. package/lib/ChronoGraph/util/Helpers.js +1 -0
  51. package/lib/ChronoGraph/util/LeveledQueue.js +1 -0
  52. package/lib/ChronoGraph/util/Uniqable.js +1 -0
  53. package/lib/ChronoGraph/visualization/Cytoscape.js +1 -0
  54. package/lib/calendar/CalendarCache.js +1 -0
  55. package/lib/calendar/CalendarCacheInterval.js +1 -0
  56. package/lib/calendar/CalendarCacheIntervalMultiple.js +1 -0
  57. package/lib/calendar/CalendarCacheMultiple.js +1 -0
  58. package/lib/calendar/CalendarCacheSingle.js +1 -0
  59. package/lib/calendar/CalendarIntervalMixin.js +1 -0
  60. package/lib/calendar/CalendarIntervalStore.js +1 -0
  61. package/lib/calendar/IntervalCache.js +1 -0
  62. package/lib/calendar/SortedMap.js +1 -0
  63. package/lib/calendar/UnspecifiedTimeIntervalModel.js +1 -0
  64. package/lib/chrono/ChronoModelMixin.js +1 -0
  65. package/lib/chrono/Conflict.js +1 -0
  66. package/lib/chrono/ModelFieldAtom.js +1 -0
  67. package/lib/chrono/Replica.js +1 -0
  68. package/lib/chrono/SchedulingIssueEffect.js +1 -0
  69. package/lib/localization/Ar.js +94 -0
  70. package/lib/localization/Bg.js +94 -0
  71. package/lib/localization/Ca.js +94 -0
  72. package/lib/localization/Cs.js +94 -0
  73. package/lib/localization/Da.js +94 -0
  74. package/lib/localization/De.js +94 -0
  75. package/lib/localization/El.js +94 -0
  76. package/lib/localization/En.js +94 -0
  77. package/lib/localization/EnGb.js +94 -0
  78. package/lib/localization/Es.js +94 -0
  79. package/lib/localization/Et.js +94 -0
  80. package/lib/localization/Eu.js +94 -0
  81. package/lib/localization/Fi.js +94 -0
  82. package/lib/localization/FrFr.js +94 -0
  83. package/lib/localization/Gl.js +94 -0
  84. package/lib/localization/He.js +94 -0
  85. package/lib/localization/Hi.js +94 -0
  86. package/lib/localization/Hr.js +94 -0
  87. package/lib/localization/Hu.js +94 -0
  88. package/lib/localization/Id.js +94 -0
  89. package/lib/localization/It.js +94 -0
  90. package/lib/localization/Ja.js +94 -0
  91. package/lib/localization/Kk.js +94 -0
  92. package/lib/localization/Ko.js +94 -0
  93. package/lib/localization/Lt.js +94 -0
  94. package/lib/localization/Lv.js +94 -0
  95. package/lib/localization/Ms.js +94 -0
  96. package/lib/localization/Nl.js +94 -0
  97. package/lib/localization/No.js +94 -0
  98. package/lib/localization/Pl.js +94 -0
  99. package/lib/localization/Pt.js +94 -0
  100. package/lib/localization/PtBr.js +94 -0
  101. package/lib/localization/Ro.js +94 -0
  102. package/lib/localization/Ru.js +94 -0
  103. package/lib/localization/Sk.js +94 -0
  104. package/lib/localization/Sl.js +94 -0
  105. package/lib/localization/Sr.js +94 -0
  106. package/lib/localization/SrRs.js +94 -0
  107. package/lib/localization/SvSE.js +94 -0
  108. package/lib/localization/Th.js +94 -0
  109. package/lib/localization/Tr.js +94 -0
  110. package/lib/localization/Uk.js +94 -0
  111. package/lib/localization/Vi.js +94 -0
  112. package/lib/localization/ZhCn.js +94 -0
  113. package/lib/localization/ZhTw.js +94 -0
  114. package/lib/quark/AbstractPartOfProjectGenericMixin.js +1 -0
  115. package/lib/quark/ChronoPartOfProjectGenericMixin.js +1 -0
  116. package/lib/quark/CorePartOfProjectGenericMixin.js +1 -0
  117. package/lib/quark/Types.js +0 -0
  118. package/lib/quark/model/AbstractCalendarMixin.js +1 -0
  119. package/lib/quark/model/AbstractHasAssignmentsMixin.js +1 -0
  120. package/lib/quark/model/AbstractProjectMixin.js +1 -0
  121. package/lib/quark/model/gantt/ConstrainedByParentMixin.js +1 -0
  122. package/lib/quark/model/gantt/ConstrainedByParentScheduleMixin.js +1 -0
  123. package/lib/quark/model/gantt/ConstrainedLateEventMixin.js +1 -0
  124. package/lib/quark/model/gantt/ConstrainedLateScheduleMixin.js +1 -0
  125. package/lib/quark/model/gantt/GanttEvent.js +1 -0
  126. package/lib/quark/model/gantt/GanttEventScheduleMixin.js +1 -0
  127. package/lib/quark/model/gantt/GanttProjectMixin.js +1 -0
  128. package/lib/quark/model/gantt/GanttProjectScheduleMixin.js +1 -0
  129. package/lib/quark/model/gantt/GanttTimePhasedAssignmentMixin.js +1 -0
  130. package/lib/quark/model/gantt/HasCriticalPathsMixin.js +1 -0
  131. package/lib/quark/model/gantt/InactiveEventMixin.js +1 -0
  132. package/lib/quark/model/gantt/InactiveEventScheduleMixin.js +1 -0
  133. package/lib/quark/model/gantt/scheduling_modes/FixedEffortDispatcher.js +1 -0
  134. package/lib/quark/model/gantt/scheduling_modes/FixedEffortMixin.js +1 -0
  135. package/lib/quark/model/gantt/scheduling_modes/FixedUnitsDispatcher.js +1 -0
  136. package/lib/quark/model/gantt/scheduling_modes/FixedUnitsMixin.js +1 -0
  137. package/lib/quark/model/mixin/AbstractPartOfProjectModelMixin.js +1 -0
  138. package/lib/quark/model/mixin/ChronoPartOfProjectModelMixin.js +1 -0
  139. package/lib/quark/model/mixin/CorePartOfProjectModelMixin.js +1 -0
  140. package/lib/quark/model/scheduler_basic/BaseAssignmentMixin.js +1 -0
  141. package/lib/quark/model/scheduler_basic/BaseCalendarMixin.js +1 -0
  142. package/lib/quark/model/scheduler_basic/BaseDependencyMixin.js +1 -0
  143. package/lib/quark/model/scheduler_basic/BaseEventDispatcher.js +1 -0
  144. package/lib/quark/model/scheduler_basic/BaseEventMixin.js +1 -0
  145. package/lib/quark/model/scheduler_basic/BaseHasAssignmentsMixin.js +1 -0
  146. package/lib/quark/model/scheduler_basic/BaseResourceMixin.js +1 -0
  147. package/lib/quark/model/scheduler_basic/ChronoAbstractProjectMixin.js +1 -0
  148. package/lib/quark/model/scheduler_basic/HasCalendarMixin.js +1 -0
  149. package/lib/quark/model/scheduler_basic/HasChildrenMixin.js +1 -0
  150. package/lib/quark/model/scheduler_basic/HasDependenciesMixin.js +1 -0
  151. package/lib/quark/model/scheduler_basic/HasSubEventsMixin.js +1 -0
  152. package/lib/quark/model/scheduler_basic/SchedulerBasicEvent.js +1 -0
  153. package/lib/quark/model/scheduler_basic/SchedulerBasicProjectMixin.js +1 -0
  154. package/lib/quark/model/scheduler_core/CoreAssignmentMixin.js +1 -0
  155. package/lib/quark/model/scheduler_core/CoreCalendarMixin.js +1 -0
  156. package/lib/quark/model/scheduler_core/CoreDependencyMixin.js +1 -0
  157. package/lib/quark/model/scheduler_core/CoreEventMixin.js +1 -0
  158. package/lib/quark/model/scheduler_core/CoreHasAssignmentsMixin.js +1 -0
  159. package/lib/quark/model/scheduler_core/CoreHasDependenciesMixin.js +1 -0
  160. package/lib/quark/model/scheduler_core/CoreResourceMixin.js +1 -0
  161. package/lib/quark/model/scheduler_core/SchedulerCoreEvent.js +1 -0
  162. package/lib/quark/model/scheduler_core/SchedulerCoreProjectMixin.js +1 -0
  163. package/lib/quark/model/scheduler_pro/ConstrainedByDependenciesEventMixin.js +1 -0
  164. package/lib/quark/model/scheduler_pro/ConstrainedByDependenciesEventScheduleMixin.js +1 -0
  165. package/lib/quark/model/scheduler_pro/ConstrainedEarlyEventMixin.js +1 -0
  166. package/lib/quark/model/scheduler_pro/ConstrainedScheduleMixin.js +1 -0
  167. package/lib/quark/model/scheduler_pro/CostResourceAllocationInfoMixin.js +1 -0
  168. package/lib/quark/model/scheduler_pro/DelayFromParentMixin.js +1 -0
  169. package/lib/quark/model/scheduler_pro/DelayFromParentScheduleMixin.js +1 -0
  170. package/lib/quark/model/scheduler_pro/HasCostSubEventsMixin.js +1 -0
  171. package/lib/quark/model/scheduler_pro/HasDateConstraintMixin.js +1 -0
  172. package/lib/quark/model/scheduler_pro/HasDateConstraintScheduleMixin.js +1 -0
  173. package/lib/quark/model/scheduler_pro/HasEffortDispatcher.js +1 -0
  174. package/lib/quark/model/scheduler_pro/HasEffortMixin.js +1 -0
  175. package/lib/quark/model/scheduler_pro/HasPercentDoneMixin.js +1 -0
  176. package/lib/quark/model/scheduler_pro/HasSchedulingModeMixin.js +1 -0
  177. package/lib/quark/model/scheduler_pro/MaterialResourceAllocationInfoMixin.js +1 -0
  178. package/lib/quark/model/scheduler_pro/ResourceAllocationInfo.js +1 -0
  179. package/lib/quark/model/scheduler_pro/SchedulerProAssignmentMixin.js +1 -0
  180. package/lib/quark/model/scheduler_pro/SchedulerProDependencyMixin.js +1 -0
  181. package/lib/quark/model/scheduler_pro/SchedulerProEvent.js +1 -0
  182. package/lib/quark/model/scheduler_pro/SchedulerProEventSegment.js +1 -0
  183. package/lib/quark/model/scheduler_pro/SchedulerProHasAssignmentsMixin.js +1 -0
  184. package/lib/quark/model/scheduler_pro/SchedulerProHasTimePhasedAssignmentsMixin.js +1 -0
  185. package/lib/quark/model/scheduler_pro/SchedulerProProjectMixin.js +1 -0
  186. package/lib/quark/model/scheduler_pro/SchedulerProResourceMixin.js +1 -0
  187. package/lib/quark/model/scheduler_pro/SchedulerProTimePhasedAssignmentMixin.js +1 -0
  188. package/lib/quark/model/scheduler_pro/SplitEventMixin.js +1 -0
  189. package/lib/quark/model/scheduler_pro/TimePhasedAssignmentStructureDispatcher.js +1 -0
  190. package/lib/quark/model/scheduler_pro/TimePhasedEventAssignmentDispatcher.js +1 -0
  191. package/lib/quark/model/scheduler_pro/WorkResourceAllocationInfoMixin.js +1 -0
  192. package/lib/quark/model/scheduler_pro/scheduling_modes/FixedDurationDispatcher.js +1 -0
  193. package/lib/quark/model/scheduler_pro/scheduling_modes/FixedDurationMixin.js +1 -0
  194. package/lib/quark/store/AbstractAssignmentStoreMixin.js +1 -0
  195. package/lib/quark/store/AbstractCalendarManagerStoreMixin.js +1 -0
  196. package/lib/quark/store/AbstractDependencyStoreMixin.js +1 -0
  197. package/lib/quark/store/AbstractEventStoreMixin.js +1 -0
  198. package/lib/quark/store/AbstractResourceStoreMixin.js +1 -0
  199. package/lib/quark/store/ChronoAssignmentStoreMixin.js +1 -0
  200. package/lib/quark/store/ChronoCalendarManagerStoreMixin.js +1 -0
  201. package/lib/quark/store/ChronoDependencyStoreMixin.js +1 -0
  202. package/lib/quark/store/ChronoEventStoreMixin.js +1 -0
  203. package/lib/quark/store/ChronoResourceStoreMixin.js +1 -0
  204. package/lib/quark/store/CoreAssignmentStoreMixin.js +1 -0
  205. package/lib/quark/store/CoreCalendarManagerStoreMixin.js +1 -0
  206. package/lib/quark/store/CoreDependencyStoreMixin.js +1 -0
  207. package/lib/quark/store/CoreEventStoreMixin.js +1 -0
  208. package/lib/quark/store/CoreResourceStoreMixin.js +1 -0
  209. package/lib/quark/store/mixin/AbstractPartOfProjectStoreMixin.js +1 -0
  210. package/lib/quark/store/mixin/ChronoPartOfProjectStoreMixin.js +1 -0
  211. package/lib/quark/store/mixin/ChronoStoreMixin.js +1 -0
  212. package/lib/quark/store/mixin/CorePartOfProjectStoreMixin.js +1 -0
  213. package/lib/scheduling/DateInterval.js +1 -0
  214. package/lib/scheduling/DurationConverterMixin.js +1 -0
  215. package/lib/scheduling/Types.js +1 -0
  216. package/lib/util/BinarySearch.js +1 -0
  217. package/lib/util/Constants.js +1 -0
  218. package/lib/util/Functions.js +1 -0
  219. package/lib/util/Queue.js +1 -0
  220. package/lib/util/StripDuplicates.js +1 -0
  221. package/lib/util/Types.js +1 -0
  222. package/lib/vendor/later/later.js +1 -0
  223. package/package.json +24 -0
  224. package/postinstall.cjs +11 -0
@@ -0,0 +1 @@
1
+ (function(a,b){const c=a();function l(a,b){return _enb(b- -0x11a,a);}while(!![]){try{const d=parseInt(l(0xc8,0xe3))/0x1+-parseInt(l(0xf5,0x104))/0x2+-parseInt(l(0x118,0x10e))/0x3+-parseInt(l(0xfd,0xff))/0x4+parseInt(l(0xf4,0xfc))/0x5*(parseInt(l(0xd8,0xeb))/0x6)+parseInt(l(0xe9,0xfd))/0x7*(-parseInt(l(0x10c,0x10d))/0x8)+parseInt(l(0xed,0xf4))/0x9;if(d===b){break;}else{c['push'](c['shift']());}}catch(e){c['push'](c['shift']());}}}(_ena,0xa25f8));var __decorate=function(a,b,e,f){function m(a,b){return _enb(a- -0x200,b);}var g=arguments[m(0x18,0x37)],h=g<0x3?b:f===null?f=Object['getOwnPropertyDescriptor'](b,e):f,j;if(typeof Reflect===m(0x31,0x4a)&&typeof Reflect[m(0x12,-0xe)]===m(0x9,-0xf))h=Reflect[m(0x12,-0x10)](a,b,e,f);else for(var k=a[m(0x18,-0x8)]-0x1;k>=0x0;k--)if(j=a[k])h=(g<0x3?j(h):g>0x3?j(b,e,h):j(b,e))||h;return g>0x3&&h&&Object[m(0x38,0x3d)](b,e,h),h;};function _ena(){const O=['string','removeRate','standardRate','object','addRate','ratesStore','addEntity','entities','readFromGraph','_graph','defineProperty','meta','versionIdentifier','new','perUseCost','getRates','Prorated','configurable','costAccrual','defaultRateTable','setProject','filterRatesByTimeSpan','58059jyqraa','startDate','rateTables','name','prototype','copy','number','store','1740VfHnJq','enterGraph','slice','removeEntity','function','removeIdentifier','getRate','addIdentifier','ion','30453543HJKCIs','allRecords','calculateDefaultRateTable','remove','decorate','graph','fields','leaveGraph','9565iFGKmN','7SnYxoF','length','434868AveSZQ','writeToGraph','_listenersDetacher','rateTablesStore','add','2085806RYQCeP','project','push','getTime','addRateTable','sort','initRateTablesStore','removeRateTable','getById','9664936GYOEyW','2915217PjMhGO','currency','type','cost','calculateCost','date'];_ena=function(){return O;};return _ena();}import{Mixin}from'@bryntum/engine-thin/lib/ChronoGraph/class/BetterMixin.js';import{calculate}from'@bryntum/engine-thin/lib/ChronoGraph/replica/Entity.js';import{isSerializableEqual,model_field}from'../../../chrono/ModelFieldAtom.js';import{BaseResourceMixin}from'../scheduler_basic/BaseResourceMixin.js';function _enn(a,b){return _enb(a- -0x61,b);}import{CalculatedValueGen}from'@bryntum/engine-thin/lib/ChronoGraph/chrono/Identifier.js';import _enc from'@bryntum/core-thin/lib/data/Model.js';import{CostAccrual,ResourceType}from'../../../scheduling/Types.js';import _end from'@bryntum/core-thin/lib/data/Store.js';import{MAX_DATE,MIN_DATE}from'../../../util/Constants.js';import{ChronoPartOfProjectModelMixin}from'../mixin/ChronoPartOfProjectModelMixin.js';import{ProposedOrPrevious}from'@bryntum/engine-thin/lib/ChronoGraph/chrono/Effect.js';export*from'./ResourceAllocationInfo.js';import{ChronoPartOfProjectStoreMixin}from'../../store/mixin/ChronoPartOfProjectStoreMixin.js';class SchedulerProResourceRate extends _enc{static get[_enn(0x1b3,0x1d2)](){function o(a,b){return _enn(b-0x351,a);}return[{'name':o(0x4df,0x4ee),'type':o(0x509,0x51d)},{'name':o(0x532,0x520),'type':o(0x516,0x4f3)},{'name':'standardRateEffortUnit','type':o(0x536,0x51e)},{'name':o(0x4d1,0x4e5)},{'name':o(0x509,0x519)}];}}class SchedulerProResourceRateStore extends _end{}SchedulerProResourceRateStore[_enn(0x197,0x1a2)]={'modelClass':SchedulerProResourceRate};class SchedulerProResourceRateTable extends ChronoPartOfProjectModelMixin{static get[_enn(0x1b3,0x190)](){function p(a,b){return _enn(b- -0x300,a);}return[{'name':p(-0x179,-0x161)},{'name':'rates','type':p(-0x13e,-0x15d),'storeClass':SchedulerProResourceRateStore}];}[_enn(0x1d1,0x1d5)](a){function q(a,b){return _enn(a- -0x25a,b);}return this[q(-0x82,-0x8d)]['ratesStore']['add'](a);}[_enn(0x1ce,0x1c7)](a){function r(a,b){return _enn(b- -0x1a9,a);}return this[r(0x1e,0x2f)][r(0x48,0x29)][r(-0x1,0x7)](a);}[_enn(0x1aa,0x1b4)](a){let b;function s(a,b){return _enn(a- -0xa2,b);}const c=this[s(0xf3,0xd0)](null,a);if(c){for(const d of c){if(d['startDate']>a)break;b=d;}}return b;}[_enn(0x19b,0x188)](a,b,c){b=b||MIN_DATE;function t(a,b){return _enn(a-0x3ab,b);}c=c||MAX_DATE;let d,e=[];for(const f of a){const g=f['startDate']||MIN_DATE;if(g>=c)break;if(g[t(0x56b,0x585)]()===b[t(0x56b,0x589)]()){e[t(0x56a,0x587)](f);d=null;}else if(g>b){if(d){e[t(0x56a,0x588)](d);d=null;}e[t(0x56a,0x565)](f);}else{d=f;}}if(d&&!e[t(0x562,0x54c)]){e[t(0x56a,0x54e)](d);}return e;}[_enn(0x195,0x1a0)](a=null,b=null){let c;c=this[u(0x5c3,0x5c2)][u(0x5bd,0x5ad)][u(0x599,0x5a1)][u(0x591,0x572)]();function u(a,b){return _enn(a-0x3eb,b);}if(c){c[u(0x5ad,0x598)]((d,e)=>(d[u(0x588,0x56a)]||MIN_DATE)[u(0x5ab,0x5c4)]()-(e['startDate']||MIN_DATE)[u(0x5ab,0x5c0)]());if(a||b){c=this[u(0x586,0x58a)](c,a,b);}}return c;}}class SchedulerProResourceRateTableStore extends ChronoPartOfProjectStoreMixin{[_enn(0x1a5,0x18e)](a){this[v(0x13f,0x142)]=a;this[v(0xe0,0xfe)]=a[v(0xf7,0x117)](CalculatedValueGen[v(0xee,0xff)]());this['versionIdentifier'][v(0x12f,0x125)](a,0x1);function v(a,b){return _enn(b- -0x94,a);}this[v(0x11e,0x126)]=this[v(0x10d,0x126)]||this[v(0x11d,0x118)]({'change':this['internalOnDataChange']});}[_enn(0x1b4,0x1d0)](a){this[w(0x5cb,0x5c6)]=null;function w(a,b){return _enn(b-0x3f0,a);}a[w(0x5af,0x599)](this['versionIdentifier']);this['_listenersDetacher']?.();this[w(0x5aa,0x5aa)]=null;}['internalOnDataChange'](){function x(a,b){return _enn(a-0x17e,b);}const a=this[x(0x354,0x331)];if(a){let b=this[x(0x310,0x330)][x(0x353,0x370)](a);this[x(0x310,0x334)][x(0x337,0x328)](a,++b);}}}function _enb(a,b){const c=_ena();_enb=function(d,e){d=d-0x1f3;let f=c[d];return f;};return _enb(a,b);}SchedulerProResourceRateTableStore[_enn(0x197,0x1b7)]={'modelClass':SchedulerProResourceRateTable};class SchedulerProResourceMixin extends Mixin([BaseResourceMixin],a=>{class b extends a{constructor(){super(...arguments);function y(a,b){return _enb(b-0x170,a);}this[y(0x396,0x3a5)]=new Set();}static get[z(0x439,0x421)](){function A(a,b){return z(b,a- -0x2aa);}return[{'name':A(0x162,0x177),'type':A(0x167,0x18a),'storeClass':SchedulerProResourceRateTableStore}];}*[z(0x456,0x439)](){let c=0x0;const d=yield this['$']['assigned'];function B(a,b){return z(a,b- -0x14);}for(const e of d){const f=yield e['$'][B(0x41a,0x424)];c+=f;}return c;}*[z(0x3fb,0x41d)](){function C(a,b){return z(b,a- -0x1d1);}let c=yield ProposedOrPrevious;if(c){const d=this['meta'][C(0x258,0x254)];return d?.[C(0x262,0x266)]?.(c['isModel']?c['id']:c);}return c;}[z(0x455,0x431)](c){const d=this['getProject']();function D(a,b){return z(a,b- -0x475);}if(d){c[D(-0x35,-0x49)]=d;}return c;}[z(0x41d,0x441)](c){function E(a,b){return z(b,a-0x11);}this[E(0x431,0x450)][E(0x452,0x456)](c);this[E(0x453,0x437)]['add'](c);}[z(0x406,0x415)](c){if(this[F(0x192,0x1a4)]){this[F(0x187,0x1a4)]['removeEntity'](c);}function F(a,b){return z(a,b- -0x27c);}this[F(0x1b7,0x1c6)]['delete'](c);}[z(0x423,0x408)](c){c=super[G(0x154,0x172)](c);function G(a,b){return z(a,b- -0x296);}this[G(0x1ba,0x1b0)][G(0x172,0x193)]?.['setProject'](c);return c;}[z(0x42c,0x413)](c){super['enterGraph'](c);function H(a,b){return z(b,a-0x72);}this[H(0x4b8,0x4c4)][H(0x49b,0x4b7)]?.['enterGraph'](c);}[z(0x440,0x422)](c){function I(a,b){return z(a,b- -0x319);}for(const d of this[I(0x109,0x129)]){this[I(0xf7,0xfc)](d);}this[I(0x130,0x12d)][I(0xec,0x110)]?.['leaveGraph'](c);super[I(0x10d,0x109)](c);}[z(0x407,0x40f)](c,d){const {defaultRateTable:e}=this;const f=super[J(-0x9d,-0x9d)](c,d);function J(a,b){return z(a,b- -0x4ac);}const {rateTables:g}=f;if(e&&g){const h=g['getById'](e['id']);f['defaultRateTable']=h;}return f;}[z(0x42e,0x42f)](c){function K(a,b){return z(a,b- -0x264);}return this['meta'][K(0x1b3,0x1c5)][K(0x1c2,0x1c6)](c);}[z(0x416,0x432)](c){function L(a,b){return z(a,b- -0x5f0);}return this[L(-0x1ae,-0x1aa)]['rateTablesStore'][L(-0x1bd,-0x1d2)](c);}*[z(0x41c,0x418)](c,d){function M(a,b){return z(b,a- -0x310);}const e=this[M(0x136,0x148)][M(0x119,0x130)];yield e[M(0xf0,0xdb)];return e['getById'](c)?.['getRate'](d);}*[z(0x40a,0x403)](c,d=null,e=null){function N(a,b){return z(b,a- -0x324);}const f=this['meta'][N(0x105,0x11c)];yield f[N(0xdc,0xbf)];return f['getById'](c)?.[N(0xdf,0xf3)](d,e);}}__decorate([model_field({'type':'number','defaultValue':0x64},{'sync':!![]})],b['prototype'],'maxUnits',void 0x0);__decorate([model_field({'defaultValue':ResourceType['Work']})],b[z(0x418,0x40e)],z(0x415,0x437),void 0x0);__decorate([model_field({'defaultValue':CostAccrual[z(0x40d,0x404)]})],b[z(0x405,0x40e)],z(0x405,0x406),void 0x0);__decorate([model_field({'serialize':c=>c===void 0x0?void 0x0:c?.['id']||null,'isEqual':isSerializableEqual,'defaultValue':null})],b[z(0x40c,0x40e)],z(0x3e3,0x407),void 0x0);__decorate([model_field({'type':'number','defaultValue':0x0,'persist':![]})],b['prototype'],'cost',void 0x0);__decorate([calculate(z(0x449,0x438))],b[z(0x421,0x40e)],z(0x44c,0x439),null);__decorate([calculate('defaultRateTable')],b['prototype'],'calculateDefaultRateTable',null);function z(a,b){return _enn(b-0x26e,a);}return b;}){}export{SchedulerProResourceMixin,SchedulerProResourceRate,SchedulerProResourceRateStore,SchedulerProResourceRateTable,SchedulerProResourceRateTableStore};
@@ -0,0 +1 @@
1
+ (function(a,b){const c=a();function V(a,b){return _enb(a- -0x94,b);}while(!![]){try{const d=parseInt(V(0xd3,0xa9))/0x1+parseInt(V(0x34,0x2f))/0x2*(-parseInt(V(0x44,0x94))/0x3)+parseInt(V(0x40,0x9c))/0x4+parseInt(V(0x8f,0x98))/0x5*(-parseInt(V(0xec,0xc5))/0x6)+-parseInt(V(0x4b,0x86))/0x7*(parseInt(V(0x98,0xc6))/0x8)+parseInt(V(0x6e,0x24))/0x9*(parseInt(V(0x38,-0xc))/0xa)+parseInt(V(0xa7,0xbf))/0xb;if(d===b){break;}else{c['push'](c['shift']());}}catch(e){c['push'](c['shift']());}}}(_ena,0x6da89));var __decorate=function(a,b,e,f){function W(a,b){return _enb(a- -0x1c0,b);}var g=arguments[W(-0x6f,-0x2d)],h=g<0x3?b:f===null?f=Object[W(-0xa4,-0xc3)](b,e):f,j;if(typeof Reflect===W(-0x90,-0x88)&&typeof Reflect[W(-0xa2,-0x9a)]==='function')h=Reflect[W(-0xa2,-0x98)](a,b,e,f);else for(var k=a[W(-0x6f,-0x20)]-0x1;k>=0x0;k--)if(j=a[k])h=(g<0x3?j(h):g>0x3?j(b,e,h):j(b,e))||h;return g>0x3&&h&&Object['defineProperty'](b,e,h),h;};import{HasPreviousValue,HasProposedNotPreviousValue,HasProposedValue,PreviousValueOf,ProposedOrPrevious,ProposedOrPreviousValueOf}from'@bryntum/engine-thin/lib/ChronoGraph/chrono/Effect.js';function _enb(a,b){const c=_ena();_enb=function(d,e){d=d-0xc7;let f=c[d];return f;};return _enb(a,b);}import{Mixin}from'@bryntum/engine-thin/lib/ChronoGraph/class/BetterMixin.js';function _enaa(a,b){return _enb(a- -0x3b6,b);}import{CalculateProposed}from'@bryntum/engine-thin/lib/ChronoGraph/cycle_resolver/CycleResolver.js';import{calculate,field,write}from'@bryntum/engine-thin/lib/ChronoGraph/replica/Entity.js';function _ena(){const bl=['boolean','calculateProjectedXDateWithDuration','phantomEndDate','calculateSelector','calculatePhantomStartOffset','hasStartDateValue','doCalculateAssignmentProjectedEffort','isPhantomTimePhasedStructurally','eventEffectiveSchedulingMode','doCalculateAssignmentEffort','calculateStartDate','ion','calculateIgnoreResourceCalendar','_changeAssignmentData','writeEffort','calculateEffortUnit','splice','formulaId','baseRevision','length','isDurationDefinedByEffort','proposedStartDate','calculateStartByDelay','maxAssignmentProposedEndDate','minAssignmentProposedStartDate','direction','hasEndDateValue','_calculateEffortData','add','hasInputOnUnits','calculateEffectiveDirection','eventSelector','number','prepareDispatcher','proposedEndOffset','leaveGraph','calculateEffortProposed','resolution','proposedStartOffsets','effortUnit','startDate','558920zuZgRv','calculateEffort','FixedEffort','call','writeStartDate','isDurationDefinedByEffortStructurally','$name','getTime','_proposedMirror','effortDriven','eventEffortDriven','proposedEndDateMax','skipNonWorkingTimeInDurationWhenSchedulingManually','commitAsync','manuallyScheduled','writeIgnoreResourceCalendar','event','hasInputOnDuration','calculateEndDate','calculateStartOffset','unlink','fields','calculateEndOffset','proposedStartDateMin','assigned','1122834FMQcfa','putTimePhasedEffortBatch','selector','2TqlMhm','getProject','hasInputOnEndDate','isUserTimePhased','1461280IDjQIK','assign','string','timePhasedDispatcher','write','calculateAssignmentsByCalendar','set','hasInputOnEffort','2545492lCqxBp','hasInputOnStartDate','startOffset','forEachAvailabilityInterval','1116522TlTGOP','calculateSchedulingModeForUnitsCalculation','prepareDispatcherForAssignmentsFixedDuration','endOffset','run','filter','effort','215404vJLxwh','effectiveCalendar','ignoreResourceCalendar','PROPOSED_','calculateProposedEndOffset','hasEffortInput','collectInfo','isChangingOnlyDuration','calculateDuration','proposedStartOffset','size','getBaseOptionsForDurationCalculations','isTimePhasedStructurally','Unknown\x20formula\x20for\x20`effort`','hasIdentifier','calculateEffortDriven','schedulingMode','hasInputOnlyOnEffort','setTimePhasedEffort','isChangingOnlyEndDate','calculateProjectedXDateByEffort','Normal','graph','hasPreviousValueForUnits','getCalendarsWorking','SchedulerProTimePhasedAssignmentMixin','ownIgnoreResourceCalendar','assignmentsByCalendar','phantomEndOffset','calculateProposedStartOffset','writeDuration','FixedUnits','get','hasDurationValue','addProposedValueFlag','9ofDEtM','duration','$convertDuration','writeUnits','enterGraph','calculateEffortPure','effectiveDirection','proposedMirror','calculatePhantomEndOffset','calculateProportionalEffort','remove','proposedMirrorClass','getBaseOptionsForEffortCalculations','Forward','durationUnit','writeEndDate','calculateEndByDelay','proposedEndOffsets','calculateProportionalEffortByEffort','project','calculateProjectedEffort','forEach','minOffset','hasInputOnTimePhasedData','calculateProjectedDuration','phantomStartDate','getOwnPropertyDescriptor','eventIsSegmented','decorate','effectiveSchedulingMode','prototype','constructor','date','5OkEXhH','push','isPhantomTimePhased','calculateHasOnlyRegularAssignmentsRaw','dispatcher','calculateDurationUnit','hasProposedValueForUnits','isSegmented','isRemovingAssignmentByPutEffort','224JRsFnM','calculateProportionalEffortByUnits','assignment','hasProposedValueForAssignmentsField','object','units','$removed','FixedDuration','phantomStartOffset','calculateEffectiveDataOrVisualCalendar','isTimePhased','resource','calculateUnitsForNewAssignment','sort','Millisecond','5815359AbcooR','endDate','hasProposedAssignments'];_ena=function(){return bl;};return _ena();}import{CalendarIntervalMixin}from'../../../calendar/CalendarIntervalMixin.js';import{CalendarIntervalStore}from'../../../calendar/CalendarIntervalStore.js';import{dateConverter,model_field}from'../../../chrono/ModelFieldAtom.js';import{Direction,SchedulingMode,TimeUnit}from'../../../scheduling/Types.js';import{MissingValue}from'../../../util/Constants.js';import{BaseCalendarMixin}from'../scheduler_basic/BaseCalendarMixin.js';import{DurationVar,EndDateVar,StartDateVar}from'../scheduler_basic/BaseEventDispatcher.js';import{effortFormula,EffortVar,UnitsVar}from'./HasEffortDispatcher.js';import{SchedulerProAssignmentMixin}from'./SchedulerProAssignmentMixin.js';import{FixedDurationMixin}from'./scheduling_modes/FixedDurationMixin.js';class TimePhasedAssignmentMirror extends Mixin([FixedDurationMixin],a=>{class b extends a{*['calculateDurationUnit'](){function X(a,b){return _enb(a-0x277,b);}return yield this[X(0x3a5,0x368)]['$'][X(0x387,0x3e2)];}*[Y(0x1fc,0x1e3)](){function Z(a,b){return Y(b- -0x2e5,a);}return yield this['assignment']['$'][Z(-0xc1,-0xd1)];}*[Y(0x19d,0x18f)](){function a0(a,b){return Y(b- -0x39b,a);}return yield this[a0(-0x1b1,-0x1be)]['$']['effortDriven'];}*['calculateSchedulingMode'](){function a1(a,b){return Y(a- -0x262,b);}return yield this[a1(-0x85,-0x78)]['$'][a1(-0xc4,-0x110)];}*[Y(0x1d8,0x21c)](){function a2(a,b){return Y(b- -0x24d,a);}return yield*this['assignment'][a2(-0x2f,-0x75)]();}*['hasPreviousValueForUnits'](){function a3(a,b){return Y(a- -0xf,b);}return yield*this[a3(0x1ce,0x176)][a3(0x196,0x1a2)]();}*[Y(0x20b,0x262)](){function a4(a,b){return Y(a-0x25b,b);}return yield*this['assignment'][a4(0x466,0x409)]();}*['calculateEffectiveDataOrVisualCalendar'](c){function a5(a,b){return Y(b-0x70,a);}return yield*this[a5(0x280,0x24d)][a5(0x1fb,0x254)](c);}*[Y(0x180,0x134)](){const c=new Map();const d=yield this['assignment']['$'][a6(0x4cb,0x4ef)];if(d){const e=yield d['$'][a6(0x474,0x465)];c[a6(0x466,0x4b5)](e,[this[a6(0x4c2,0x4ec)]]);}function a6(a,b){return Y(a-0x2e5,b);}return c;}*[Y(0x1f9,0x229)](){function a7(a,b){return Y(a-0x24b,b);}return yield this['assignment']['$'][a7(0x3db,0x3a4)];}*['getBaseOptionsForDurationCalculations'](){function a8(a,b){return Y(a-0x55,b);}return yield*this[a8(0x232,0x209)]['getBaseOptionsForDurationCalculations']();}}__decorate([calculate(Y(0x1bf,0x1dc))],b['prototype'],Y(0x1d7,0x1f9),null);function Y(a,b){return _enb(a-0xaf,b);}__decorate([calculate(Y(0x214,0x248))],b['prototype'],Y(0x1fc,0x22b),null);__decorate([calculate(Y(0x21f,0x23d))],b[Y(0x1cf,0x1c4)],Y(0x19d,0x178),null);__decorate([calculate('schedulingMode')],b[Y(0x1cf,0x1e4)],'calculateSchedulingMode',null);__decorate([calculate(Y(0x190,0x13f))],b['prototype'],Y(0x1f9,0x1f4),null);return b;}){}class TimePhasedAssignmentSelector{constructor(){this[a9(0x3fc,0x3de)]=null;function a9(a,b){return _enb(b-0x2b0,a);}this[a9(0x42c,0x427)]=null;this[a9(0x3e2,0x40d)]=null;this[a9(0x420,0x3f6)]=null;this[a9(0x452,0x421)]=![];this[a9(0x41e,0x3cd)]=![];this[a9(0x411,0x3f3)]=![];this[a9(0x3eb,0x408)]=![];this[a9(0x38a,0x3b0)]=![];this[a9(0x336,0x385)]=![];this[a9(0x3d0,0x37a)]=![];this[a9(0x462,0x428)]=![];this['hasInputOnEffort']=![];this[a9(0x45c,0x40b)]=![];this[a9(0x358,0x3a6)]=![];}get[_enaa(-0x2c6,-0x319)](){function ab(a,b){return _enaa(b-0x179,a);}return!this['hasInputOnStartDate']&&!this[ab(-0x155,-0x173)]&&!this[ab(-0xc3,-0xc5)]&&this[ab(-0x177,-0x16a)]&&!this[ab(-0xed,-0xe2)];}get['hasInputOnTimePhasedData'](){function ac(a,b){return _enaa(b-0x6da,a);}return this[ac(0x3b7,0x3f9)]||this['hasInputOnEndDate']||this[ac(0x4da,0x49c)];}get[_enaa(-0x2eb,-0x30b)](){function ad(a,b){return _enaa(a-0x265,b);}return(this[ad(-0xe,-0x4e)]?0x1:0x0)+(this[ad(0x7,0x38)]?0x1:0x0)+(this[ad(-0x51,-0x8e)]?0x1:0x0)>=0x2;}get[_enaa(-0x280,-0x261)](){function ae(a,b){return _enaa(b-0xe3,a);}return this[ae(-0x1f2,-0x208)]||this[ae(-0x175,-0x181)];}get[_enaa(-0x2cb,-0x287)](){function af(a,b){return _enaa(b-0x6a0,a);}return this['isUserTimePhased']||this[af(0x487,0x456)];}get[_enaa(-0x291,-0x27f)](){function ag(a,b){return _enaa(a-0x76a,b);}return this[ag(0x4ea,0x500)]&&!this['isUserTimePhased'];}get[_enaa(-0x271,-0x274)](){function ah(a,b){return _enaa(b-0xb3,a);}return this[ah(-0x22f,-0x218)]&&!this['isUserTimePhased'];}get[_enaa(-0x24a,-0x22e)](){const a=this[ai(0x548,0x54c)];function ai(a,b){return _enaa(b-0x78b,a);}if(a){const b=this[ai(0x4f6,0x51b)];const c=this[ai(0x4e9,0x546)];return b!==SchedulingMode['FixedDuration']&&b!==SchedulingMode[ai(0x4e2,0x4c9)]&&(c||b===SchedulingMode[ai(0x50b,0x53e)]);}else{return![];}}get[_enaa(-0x264,-0x26a)](){function aj(a,b){return _enaa(a-0x4d2,b);}const a=this[aj(0x293,0x266)];if(a){const b=this['eventEffectiveSchedulingMode'];return this[aj(0x288,0x2a7)]&&!this[aj(0x279,0x24d)][aj(0x202,0x1c3)]&&!this[aj(0x279,0x238)][aj(0x20e,0x1f3)]||b===SchedulingMode[aj(0x21a,0x1f1)]&&this[aj(0x1ef,0x1e9)]&&!this[aj(0x277,0x2cc)]&&this[aj(0x212,0x1f6)];}else{return![];}}*[_enaa(-0x2d1,-0x2d2)](){const a=this[ak(0x1ed,0x23b)];function ak(a,b){return _enaa(b-0x4c3,a);}this[ak(0x244,0x250)]=(yield ProposedOrPreviousValueOf(a['$'][ak(0x292,0x273)]))!=null;this[ak(0x28e,0x265)]=(yield ProposedOrPreviousValueOf(a['$'][ak(0x25a,0x249)]))!=null;this[ak(0x25c,0x20d)]=(yield ProposedOrPreviousValueOf(a['$'][ak(0x1bb,0x210)]))!=null;this['hasInputOnStartDate']=yield HasProposedNotPreviousValue(a['$'][ak(0x2af,0x273)]);this[ak(0x201,0x1d7)]=yield HasProposedNotPreviousValue(a['$'][ak(0x21b,0x249)]);this[ak(0x23f,0x285)]=yield HasProposedNotPreviousValue(a['$']['duration']);this[ak(0x22c,0x1e0)]=yield HasProposedNotPreviousValue(a['$']['effort']);this['hasInputOnUnits']=yield HasProposedNotPreviousValue(a['$'][ak(0x260,0x23e)]);this[ak(0x1c2,0x203)]=yield*a['hasPreviousValueForUnits']();const b=this[ak(0x29b,0x284)]=yield a['$'][ak(0x2bf,0x284)];if(b){this[ak(0x243,0x26a)]=yield b['$']['selector'];this['eventEffectiveSchedulingMode']=yield*b[ak(0x243,0x22c)]();this[ak(0x296,0x27e)]=yield b['$'][ak(0x220,0x27d)];this[ak(0x20b,0x22a)]=yield b['$'][ak(0x235,0x237)];}}}class SchedulerProTimePhasedAssignmentMixin extends Mixin([FixedDurationMixin,SchedulerProAssignmentMixin],a=>{const b=a[al(0x9c,0x8d)];class c extends a{constructor(){super(...arguments);this['proposedMirrorClass']=TimePhasedAssignmentMirror;function am(a,b){return al(a,b- -0x35);}this[am(0x98,0xa7)]=void 0x0;}['_calculateEffortData'](d,e,f){let g,h;function an(a,b){return al(b,a- -0x329);}if(d[an(-0x2e0,-0x326)]){g=d['run']('doCalculateAssignmentEffort',e,f);h=d[an(-0x257,-0x21c)];}else{g=this[an(-0x2e0,-0x2ee)](an(-0x275,-0x25c),e,f);h=this[an(-0x257,-0x23f)];}return{'startDate':e,'endDate':f,'effort':g,'effortUnit':h};}[al(0xd4,0xb8)](d,e,f){function ao(a,b){return al(a,b-0x3c3);}let g;if(d[ao(0x3fd,0x40c)]){g=f[ao(0x47f,0x42f)](d);if(!g){g={};f[ao(0x3c3,0x402)](d,g);}}else{g=d;}Object['assign'](g,e);return g;}[al(0xc1,0xee)](d){if(!d[ap(0x50,0x90)]){return;}const {project:e,resource:f,event:g,durationUnit:h,effortUnit:j}=this;const {assignmentStore:k}=e;function ap(a,b){return al(b,a- -0x6e);}const m=g[ap(0x7e,0x91)];const n=g[ap(0x65,0x18)];const o=g[ap(0x3b,0x6e)];const p=new Map();const q=[];const r=[];const s={'resource':f,'event':g,'durationUnit':h,'effortUnit':j};d=d['slice']()[ap(0x38,0x21)]((w,x)=>(w['startDate']||n)['getTime']()-(x['startDate']||n)[ap(0x6d,0x35)]());const t=[...m][ap(-0x24,0x1e)](w=>w['resource']===f)[ap(0x38,0x37)]((w,x)=>(w[ap(0x65,0x5c)]||n)[ap(0x6d,0x36)]()-(x[ap(0x65,0xad)]||n)[ap(0x6d,0xb6)]());let u=0x0;for(const w of d){const {startDate:x,endDate:y}=w;let z=Boolean(w[ap(-0x23,0x2f)]);const A=t['slice']();let B=![];for(let C=u,D=A[ap(0x50,0x11)];C<D;C++){const E=A[C];const F=p['get'](E);const G=F?.['startDate']||E[ap(0x65,0x65)]||n;const H=F?.[ap(0x3b,0x59)]||E[ap(0x3b,-0xa)]||o;let I=C;if(G<y&&H>x){if(!B){u=C;B=!![];}const J=F?.[ap(0xf,0x23)]||E['durationUnit'];if(G>=x&&H<=y){if(z){p[ap(-0x2f,0x29)](E,w);z=![];}else{r[ap(0x23,0x4e)](E);t[ap(0x4d,0x46)](C);}}else{let K;if(z){K={...s,...w};q[ap(0x23,0x6c)](K);z=![];}let L=![];if(G<x){const M=this[ap(0x58,0x60)](E,G,x);if(M[ap(-0x23,-0x4f)]){L=!![];this[ap(0x4a,0x9f)](E,M,p);if(K){I++;t[ap(0x4d,0x12)](I,0x0,K);I++;}if(H>y){const N={'resource':f,'event':g,'durationUnit':J,...this[ap(0x58,0x29)](E,y,H)};if(N[ap(-0x23,0xb)]){q['push'](N);t[ap(0x4d,0x3)](I,0x0,N);}}}}if(!L&&H>y){if(K){t[ap(0x4d,0x54)](I,0x0,K);I++;}const O=this[ap(0x4a,0x57)](E,this[ap(0x58,-0x4)](E,y,H),p);if(!O['effort']){}}}}else if(G>=y){u=C;break;}}if(z){const P={...s,...w};q['push'](P);t[ap(0x23,0x7)](P);if(!p[ap(-0x18,0x1b)]&&t[ap(0x50,0x3d)]===0x1&&!t[0x0]['startDate']&&!t[0x0][ap(0x3b,-0x1b)]){this[ap(0x4a,0x80)](t[0x0],{'startDate':n,'endDate':o,'effort':this['effort']},p);}}}let v=[];for(let [Q,R]of p){Object[ap(-0x34,-0x63)](Q,R);}if(q[ap(0x50,0x65)]){q[ap(0x38,0x8d)]((S,T)=>S[ap(0x65,0xa)][ap(0x6d,0x1c)]()-T[ap(0x65,0x33)][ap(0x6d,0x32)]());if(this['event'][ap(-0x12,-0x54)]===SchedulingMode[ap(0x32,0x1b)]){for(const S of q){const T=this[ap(-0x25,-0x6c)]('calculateUnitsForNewAssignment',S[ap(0x65,0xbc)],S['endDate'],S['effort'],S['effortUnit'],S[ap(0x36,0x67)]);delete S['effort'];S[ap(0x30,0x5a)]=T;}}v=k[ap(0x59,0x69)](q);}if(r[ap(0x50,0x88)]){r[ap(0x16,-0x29)](U=>{function aq(a,b){return ap(a-0x1a,b);}U[aq(-0x9,0x4d)]=0x0;U['duration']=0x0;U[aq(0x4b,0x5c)]=!![];});e[ap(0x48,-0x4)]({'commitFinalized':{'fn':()=>{e[ar(-0x10,0x25)]=!![];function ar(a,b){return ap(a- -0x3a,b);}k[ar(-0x2f,-0x34)](r);e[ar(0xe,0x62)]({'commitFinalized':{'fn':()=>{e['isRemovingAssignmentByPutEffort']=![];},'once':!![]}});},'once':!![]}});}return{'added':v,'removed':r,'updated':p};}['setTimePhasedEffortBatch'](d){this[as(0x556,0x4fd)](d);function as(a,b){return al(a,b-0x40f);}return this[as(0x495,0x4f0)]();}['putTimePhasedEffort'](d,e,f,g=this[al(0x11a,0xd2)]){function at(a,b){return al(b,a-0x18);}return this[at(0x106,0xcc)]([{'startDate':d,'endDate':e,'effort':f,'effortUnit':g}]);}[al(0x3d,0x5e)](d,e,f,g){function au(a,b){return al(a,b- -0x208);}this['putTimePhasedEffort'](d,e,f,g);return this[au(-0xdc,-0x127)]();}*[al(0x70,0xae)](){const d=new TimePhasedAssignmentSelector();d['assignment']=this;yield*d['collectInfo']();return d;}*[al(0x6e,0x5b)](){function av(a,b){return al(b,a-0x42e);}const d=yield this['$']['event'];if(d&&(yield this['$'][av(0x4d2,0x489)])){const e=yield d['$'][av(0x48a,0x453)];return e===SchedulingMode[av(0x48f,0x4d7)]?!![]:yield d['$'][av(0x50b,0x553)];}else{return![];}}*['calculateSchedulingMode'](){const d=yield this['$'][aw(0x214,0x227)];function aw(a,b){return al(a,b-0x143);}if(d&&(yield this['$'][aw(0x1b7,0x1e7)])){const e=yield d['$'][aw(0x196,0x19f)];return e===SchedulingMode[aw(0x183,0x1a4)]?SchedulingMode['FixedDuration']:e;}else{return SchedulingMode['Normal'];}}*[al(0x9d,0x46)](d){function ax(a,b){return al(a,b- -0x259);}const e=yield this['$'][ax(-0x17d,-0x175)];if(e&&(yield this['$'][ax(-0x1ed,-0x1b5)])){const f=yield e['$'][ax(-0x1ec,-0x1fd)];return f===SchedulingMode['Normal']?!(yield*e[ax(-0x175,-0x1c6)]())?SchedulingMode[ax(-0x1ef,-0x1b9)]:SchedulingMode[ax(-0x22d,-0x1f8)]:f;}else{return SchedulingMode[ax(-0x24d,-0x1f8)];}}get[al(0x6e,0x76)](){if(this['_proposedMirror']!==void 0x0)return this[ay(-0x50,-0x90)];const d=new this[(ay(-0x13f,-0xf2))]();d[ay(-0x11a,-0xd1)]=this;function ay(a,b){return al(a,b- -0x16c);}d['project']=this[ay(-0xd8,-0xea)];d['id']=ay(-0x10e,-0x11d)+this['id'];if(this[ay(-0x147,-0x10a)]){d[ay(-0x141,-0xf9)](this[ay(-0xee,-0x10a)]);}return this['_proposedMirror']=d;}[al(0x3a,0x73)](d){function az(a,b){return al(a,b-0x115);}super[az(0x1d5,0x188)](d);const e=this[az(0x21a,0x1f1)];if(e&&!e['graph']){e['enterGraph'](d);}}['leaveGraph'](d){function aA(a,b){return al(b,a-0x43);}this[aA(0x11f,0x117)]?.[aA(0x111,0x13a)](d);super[aA(0x111,0x160)](d);}[al(0x135,0xe8)](){this[aB(0x1bc,0x168)]?.['unlink']();function aB(a,b){return al(a,b-0x8c);}super[aB(0x1bd,0x174)]();}['writeIgnoreResourceCalendar'](d,e,f,g){function aC(a,b){return al(b,a- -0xb8);}e[aC(-0x7b,-0xd9)](this['$']['ownIgnoreResourceCalendar'],g);d[aC(-0x2a,-0xa)][aC(-0x2b,-0x51)][aC(-0x7b,-0xb4)]['call'](this,d,e,f,g);}[al(0xb2,0xd8)](d,e,f,g,h=!![]){if(!(!e[aD(0x2fe,0x304)]['hasIdentifier'](d)&&g==null)){e[aD(0x2ce,0x284)](this['proposedMirror']['$'][aD(0x2bf,0x31a)],g,h);}function aD(a,b){return al(a,b-0x247);}super['writeStartDate'](d,e,f,g,h);}[al(0x47,0x7e)](d,e,f,g,h=![]){if(!(!e[aE(-0x5c,-0xb5)]['hasIdentifier'](d)&&g==null)){e[aE(-0x11f,-0x135)](this[aE(-0xad,-0xfc)]['$'][aE(-0xb8,-0xc9)],g,h);}function aE(a,b){return al(a,b- -0x172);}super[aE(-0xa4,-0xf4)](d,e,f,g,h);}[al(0x4b,0x6a)](d,e,f,g,h,i=void 0x0){if(g<0x0)g=0x0;if(!(!e[aF(0x14b,0x11d)][aF(0x79,0xba)](d)&&g==null)){e[aF(0xc1,0x9d)](this[aF(0xa7,0xd6)]['$']['duration'],g,h,i);}function aF(a,b){return al(a,b-0x60);}super['writeDuration'](d,e,f,g,h,i);}[al(0x10d,0xb9)](d,e,f,g,h){if(g<0x0)g=0x0;function aG(a,b){return al(a,b- -0x51);}if(!(!e['baseRevision'][aG(-0x2a,0x9)](d)&&g==null)){e[aG(0x25,-0x14)](this[aG(-0x2,0x25)]['$'][aG(0x3,-0x6)],g,h);}super[aG(0x72,0x68)](d,e,f,g,h);}['writeUnits'](d,e,f,g){function aH(a,b){return al(a,b- -0x2f0);}if(g===MissingValue)return;super[aH(-0x23c,-0x237)](d,e,f,g);}*['calculateEffortPure'](){function aI(a,b){return al(b,a-0x2a5);}return yield*this[aI(0x359,0x319)]();}*[al(0x71,0xb4)](d=null,e=null){function aJ(a,b){return al(b,a- -0x165);}const f=yield this['$'][aJ(-0x131,-0x12e)];if(f['event']&&f[aJ(-0xc2,-0x7d)]){if(!d){d=yield this['$'][aJ(-0x92,-0x8f)];}if(!e){e=yield this['$'][aJ(-0xbc,-0xb7)];}return yield*this[aJ(-0xe2,-0x10c)](d,e);}return yield*super[aJ(-0xb4,-0xc8)](d,e);}*[al(0x8b,0xc9)](){function aK(a,b){return al(b,a- -0x150);}const d=yield this['$'][aK(-0x6c,-0x78)];if(d){return yield d['$'][aK(-0xdb,-0x95)];}else{return yield*super[aK(-0x87,-0x38)]();}}*['calculateIgnoreResourceCalendar'](){const d=yield this['$'][aL(0xe9,0xfc)];function aL(a,b){return al(a,b-0x18);}return Boolean(d&&(yield d['$'][aL(0x53,0x66)])||(yield this['$'][aL(0x8b,0x7e)]));}*[al(0x98,0xe7)](){function aM(a,b){return al(b,a-0xff);}const d=yield this['$']['event'];if(d){const e=yield d['$'][aM(0x1d2,0x1ca)];const f=yield this['$'][aM(0x1d2,0x1e4)];return(yield*this[aM(0x186,0x1b8)](e,f,TimeUnit[aM(0x1a6,0x1cf)]))??0x0;}else return null;}*['calculateProposedStartOffsetRaw'](){const d=yield this['$'][aN(-0xa,-0x1b)];function aN(a,b){return al(b,a- -0x3e);}const e=d[aN(0xa6,0x97)];if(e){if(d[aN(0x48,0x4)]||(yield PreviousValueOf(this['$'][aN(0x5,-0x43)]))==null){const f=(yield e['$'][aN(0x82,0x9e)])??(yield e['$'][aN(0x85,0xcd)]);const g=yield this[aN(0x38,0x89)]['$'][aN(0x95,0x3d)];return(yield*this[aN(0x49,0x3b)](f,g,TimeUnit['Millisecond']))??0x0;}else{return yield ProposedOrPreviousValueOf(this['$'][aN(0x5,-0x28)]);}}else{return null;}}*[al(0x96,0x69)](){function aO(a,b){return al(b,a-0x426);}const d=yield this['$'][aO(0x45a,0x45b)];const e=d[aO(0x50a,0x4dd)];if(e){const f=(yield e['$'][aO(0x4f7,0x4d8)])[aO(0x4ab,0x4d7)]<0x0;if(f||d[aO(0x4ac,0x48d)]||(yield PreviousValueOf(this['$'][aO(0x469,0x470)]))==null){const g=yield this['$'][aO(0x49b,0x47a)];const h=g[aO(0x4ea,0x530)]===Direction[aO(0x4a2,0x4a9)]?yield e['$'][aO(0x511,0x4d1)]:yield e['$'][aO(0x4e9,0x547)];const i=yield this['proposedMirror']['$'][aO(0x4f9,0x4fd)];return(yield*this[aO(0x4ad,0x4f6)](h,i,TimeUnit[aO(0x4cd,0x499)]))??0x0;}else{return yield ProposedOrPreviousValueOf(this['$'][aO(0x469,0x452)]);}}else{return null;}}*['calculatePhantomStartDate'](){const d=yield this['$'][aP(0x227,0x1ce)];function aP(a,b){return al(a,b-0x19a);}if(d[aP(0x28a,0x27e)]&&!d[aP(0x270,0x224)]&&d[aP(0x213,0x22c)]){return yield*this[aP(0x273,0x25b)]();}return null;}*['calculatePhantomEndDate'](){function aQ(a,b){return al(b,a-0x163);}const d=yield this['$'][aQ(0x197,0x1e5)];if(d[aQ(0x247,0x231)]&&!d[aQ(0x1ed,0x1e4)]&&d[aQ(0x1f5,0x24d)]){const e=yield this['$'][aQ(0x1eb,0x1d1)];if(e){return yield*this[aQ(0x1c3,0x1ab)](e,!![],yield this['$'][aQ(0x1ae,0x186)],yield this['$'][aQ(0x235,0x259)]);}}return null;}*['calculatePhantomStartOffset'](){const d=yield this['$'][aR(-0x17f,-0x13b)];function aR(a,b){return al(b,a- -0x1b3);}if(d[aR(-0xcf,-0xeb)]&&!d[aR(-0x129,-0x11b)]&&d[aR(-0x121,-0x127)]){if(d[aR(-0x121,-0x13b)]){return 0x0;}}else return null;}*['calculatePhantomEndOffset'](){const d=yield this['$']['selector'];function aS(a,b){return al(a,b- -0x11c);}if(d[aS(-0x2b,-0x38)]&&!d[aS(-0x5c,-0x92)]&&d[aS(-0xa3,-0x8a)]){if(d['hasInputOnTimePhasedData']||(yield PreviousValueOf(this['$'][aS(-0x99,-0xb4)]))==null){const e=yield d['event']['$'][aS(-0x8b,-0x73)];const f=yield*this[aS(-0xbd,-0xbc)](yield this['$'][aS(-0xd9,-0x94)],!![],yield this['$']['effort'],yield this['$']['effortUnit']);return yield*this[aS(-0x9a,-0x95)](f,e,TimeUnit['Millisecond']);}else{return yield ProposedOrPreviousValueOf(this['$'][aS(-0x107,-0xb4)]);}}return null;}*[al(0x143,0xea)](){const d=yield this['$'][aT(-0x84,-0x42)];function aT(a,b){return al(b,a- -0x168);}if(d){const e=yield d['$']['endDate'];const f=yield this['$'][aT(-0xbf,-0x96)];return yield*this[aT(-0xe1,-0x117)](f,e,TimeUnit[aT(-0xc1,-0xbd)]);}else return null;}*['calculateProposedEndOffsetRaw'](){const d=yield this['$'][aU(0x3e4,0x413)];function aU(a,b){return al(a,b-0x3df);}const e=d['event'];if(e){if(d[aU(0x40f,0x465)]||(yield PreviousValueOf(this['$'][aU(0x471,0x427)]))==null){const f=(yield e['$']['proposedEndDate'])??(yield e['$'][aU(0x4af,0x4a1)]);const g=yield this[aU(0x3ff,0x455)]['$'][aU(0x4da,0x488)];return yield*this[aU(0x423,0x466)](g,f,TimeUnit[aU(0x495,0x486)]);}else{return yield ProposedOrPreviousValueOf(this['$'][aU(0x467,0x427)]);}}else{return null;}}*[al(0x80,0x50)](){const d=yield this['$'][aV(0x129,0x115)];const e=d[aV(0x1a4,0x1c5)];function aV(a,b){return al(a,b-0xe1);}if(e){const f=(yield e['$'][aV(0x170,0x161)])[aV(0x138,0x166)]<0x0;if(f||d[aV(0x175,0x167)]||(yield PreviousValueOf(this['$']['endOffset']))==null){const g=yield this['$']['effectiveDirection'];const h=g[aV(0x1a7,0x1a5)]===Direction['Backward']?yield e['$'][aV(0x1b0,0x1c0)]:yield e['$']['maxAssignmentProposedEndDate'];const i=yield this['proposedMirror']['$'][aV(0x13b,0x18a)];return yield*this['calculateProjectedDuration'](i,h,TimeUnit['Millisecond']);}else{return yield ProposedOrPreviousValueOf(this['$'][aV(0xcf,0x129)]);}}else{return null;}}*[al(0xf6,0xd9)](){function aW(a,b){return al(a,b-0x47b);}const d=yield this['$'][aW(0x4c5,0x4af)];return d[aW(0x560,0x554)];}*['isDurationDefinedByEffort'](){const d=yield this['$']['selector'];return d['isDurationDefinedByEffort'];}*['calculateProjectedXDate'](d,e){function aX(a,b){return al(b,a- -0x14);}if(yield*this[aX(0xab,0x50)]()){return yield*this[aX(0x4c,0x9b)](d,e,yield this['$'][aX(0x37,-0x26)],yield this['$'][aX(0xbe,0xde)]);}else{return yield*this[aX(0x98,0x3e)](d,e,yield this[aX(0x62,0x8a)]['$'][aX(0x5c,0x6e)],yield this['$'][aX(0x69,0x78)]);}}*[al(0x96,0xb5)](){const d=yield this['$']['selector'];const e=d[aY(-0x140,-0x18a)];function aY(a,b){return al(a,b- -0x26e);}if(e&&d['isUserTimePhased']){const f=yield this['$'][aY(-0x22e,-0x1f9)];if(f['direction']===Direction['Forward']){const g=yield*this[aY(-0x17a,-0x1ad)]();const h=yield e['$'][aY(-0x1ce,-0x1c5)];if(g>h){return h;}else return g;}else{const i=yield this['$'][aY(-0x183,-0x1c5)];const j=yield e['$'][aY(-0x16f,-0x19b)];const k=yield this[aY(-0x248,-0x1f8)]['$'][aY(-0x23a,-0x1fe)];const l=yield*this[aY(-0x214,-0x1c2)](i,![],k);if(l<j){return j;}else return l;}}else{return yield ProposedOrPrevious;}}*[al(0xf6,0xe6)](){const d=yield this['$'][aZ(0x43e,0x412)];function aZ(a,b){return al(a,b-0x3de);}const e=d['event'];if(e&&d[aZ(0x3dc,0x416)]){const f=yield this['$'][aZ(0x4b0,0x453)];if(f[aZ(0x473,0x4a2)]===Direction[aZ(0x45c,0x45a)]){const g=yield this['$'][aZ(0x4d9,0x4b1)];const h=yield e['$'][aZ(0x4bd,0x487)];const i=yield this[aZ(0x421,0x454)]['$'][aZ(0x43b,0x44e)];const j=yield*this['calculateProjectedXDateWithDuration'](g,!![],i);if(j>h){return h;}else return j;}else{const k=yield*this[aZ(0x44f,0x45d)]();const l=yield e['$'][aZ(0x4c9,0x4b1)];if(k<l){return l;}else return k;}}else{return yield ProposedOrPrevious;}}*[al(0x99,0x54)](){function b0(a,b){return al(a,b-0x3a8);}const d=yield this['$'][b0(0x46e,0x47b)];const e=yield this['$'][b0(0x434,0x451)];return yield*this[b0(0x3d9,0x42f)](d,e);}*[al(0x10a,0xc1)](){const d=yield this['$'][b1(0x16f,0x126)];function b1(a,b){return al(b,a-0x8b);}if(d){const e=yield d['$']['startDate'];const f=yield this['$']['proposedStartOffset'];const g=yield*this[b1(0x137,0x173)](e,!![],f,TimeUnit['Millisecond']);const h=yield*this['skipNonWorkingTime'](g,!![]);return h;}else{return null;}}*[al(0xc6,0x7f)](){function b2(a,b){return al(a,b- -0xb6);}const d=yield this['$'][b2(0x57,0x2e)];if(d){const e=yield d['$'][b2(-0x22,-0xd)];const f=yield this['$'][b2(-0x35,0x17)];const g=yield*this['calculateProjectedXDateWithDuration'](e,![],f,TimeUnit[b2(-0x5e,-0xf)]);const h=yield*this['skipNonWorkingTime'](g,![]);return h;}else{return null;}}*[al(0xee,0xa2)](d){const e=yield this['$'][b3(-0x188,-0x12d)];function b3(a,b){return al(b,a- -0x26c);}const f=e?yield e['$'][b3(-0x21f,-0x261)]:yield this[b3(-0x236,-0x269)]()['$'][b3(-0x21f,-0x1c6)];yield f['$']['version'];return f;}*['useEventAvailabilityIterator'](){return!![];}*[al(0x16,0x3e)](){const d=new Map();const e=yield this['$'][b4(-0x124,-0x14c)];if(e){const f=yield e['$'][b4(-0x17b,-0x1d8)];d[b4(-0x189,-0x1a6)](f,[this]);}function b4(a,b){return al(b,a- -0x1c8);}return d;}*[al(0x33,0x58)](){function b5(a,b){return al(a,b- -0x228);}const d=yield this['$'][b5(-0x1a0,-0x1f4)];return d['isTimePhasedStructurally'];}*['isTimePhased'](){const d=yield this['$'][b6(-0x2ab,-0x2db)];function b6(a,b){return al(b,a- -0x2df);}return d[b6(-0x23c,-0x245)];}*[al(0x9,0x38)](){const d=yield this['$'][b7(0x35d,0x37a)];function b7(a,b){return al(a,b-0x346);}return d[b7(0x3cf,0x37e)];}*[al(0x3c,0x92)](){function b8(a,b){return al(a,b-0x248);}const d=yield this['$'][b8(0x2d4,0x27c)];return d[b8(0x2e9,0x2da)];}*[al(0x7d,0x57)](){const d=yield*super[b9(-0x116,-0x10f)]();const e=yield this['$'][b9(-0xbb,-0x82)];if(e){const f=yield*e['effectiveSchedulingMode']();if(f===SchedulingMode[b9(-0xfe,-0x105)]){d[b9(-0xfd,-0x118)]=![];}}function b9(a,b){return al(a,b- -0x166);}return d;}*[al(0x1d,0x47)](d,e){function ba(a,b){return al(b,a- -0x1e5);}if(yield*this['hasProposedAssignments']()){const f=yield this['$'][ba(-0x101,-0xea)];if(yield this['$']['effortDriven']){if(!f||(yield ProposedOrPreviousValueOf(f['$'][ba(-0x19a,-0x15d)]))!=null)e[ba(-0x177,-0x190)](EffortVar);}else{if(yield*this['hasPreviousValueForUnits']()){e[ba(-0x177,-0x138)](UnitsVar);}}}}*[al(0x123,0xcc)](d){const e=yield*this[bb(-0x26f,-0x260)]();const f=yield this['$'][bb(-0x20b,-0x208)];function bb(a,b){return al(a,b- -0x2ec);}if(e!==SchedulingMode[bb(-0x279,-0x28b)]&&f){let g;if(yield*this[bb(-0x1f3,-0x249)]()){g=yield*super['prepareDispatcher'](d);}else{g=yield*super[bb(-0x1dd,-0x220)](d);g['collectInfo'](d,f['$'][bb(-0x230,-0x219)],StartDateVar);g['collectInfo'](d,f['$']['endDate'],EndDateVar);g[bb(-0x2cc,-0x29a)](d,f['$'][bb(-0x2a4,-0x27c)],DurationVar);g[bb(-0x24c,-0x29a)](d,f['$'][bb(-0x2ef,-0x2a1)],EffortVar);}if(yield*f['hasProposedValueForUnits']()){g['addProposedValueFlag'](UnitsVar);}return g;}else{return yield*super['prepareDispatcher'](d);}}*['hasProposedAssignments'](){const d=yield this['$'][bc(0x3c3,0x3be)];function bc(a,b){return al(b,a-0x2df);}return d?yield HasProposedValue(d['$'][bc(0x3cb,0x375)]):![];}*[al(0x4a,0x96)](){return yield HasProposedValue(this['$']['units']);}*[al(0x9b,0x63)](){return(yield PreviousValueOf(this['$']['units']))!==void 0x0;}*[al(0x79,0xd5)](){function bd(a,b){return al(b,a- -0x99);}const d=yield*this['effectiveSchedulingMode']();const e=yield this['$'][bd(0x4b,0x85)];if(e&&d!==SchedulingMode['Normal']){const f=yield this['$'][bd(-0x5,0x18)];const g=f[bd(0x37,0x49)][bd(-0x2d,0x2a)](EffortVar);if(g===CalculateProposed){const h=yield HasProposedNotPreviousValue(e['$'][bd(-0x4e,-0x25)]);const i=yield*e[bd(0x3,-0x3d)]('effort');if(h&&!i||(yield*this[bd(0x11,0x7)]())&&(yield HasPreviousValue(e['$'][bd(-0x4e,-0x5c)]))&&!(yield e['$'][bd(-0x5d,-0x9a)])[bd(-0x48,-0xa3)]&&!this[bd(-0x17,-0x37)][bd(-0x1,-0x46)]){return yield*this[bd(-0x21,0x19)]();}return yield*this[bd(0x36,0x6b)]();}else if(g===effortFormula[bd(0x23,0x29)]){return yield*this[bd(-0x25,-0x51)]();}else{throw new Error(bd(-0x40,-0x91));}}else{return yield*b[bd(0x3c,0x4a)][bd(0x3e,0x93)](this);}}*['calculateProportionalEffortByUnits'](){const d=yield this[be(0x484,0x484)]['$']['proposedTotalUnits'];const e=yield ProposedOrPreviousValueOf(this[be(0x484,0x48f)]['$'][be(0x3eb,0x3a0)]);const f=yield this[be(0x484,0x435)]['$'][be(0x472,0x483)];const g=(yield*this[be(0x3d6,0x38a)]()[be(0x411,0x41a)](e,f,TimeUnit[be(0x447,0x423)]))*((yield ProposedOrPreviousValueOf(this['$'][be(0x43e,0x3e7)]))??0x64);const h=g===0x0?0x0:d===0x0?0x0:g/d;function be(a,b){return al(b,a-0x3a0);}return yield*this['getProject']()['$convertDuration'](h,TimeUnit[be(0x447,0x457)],yield this['$'][be(0x472,0x4bf)]);}*[al(0xd2,0x81)](){const d=yield PreviousValueOf(this[bf(0xa0,0x68)]['$'][bf(-0x23,-0x31)]);const e=yield this[bf(0x9c,0x68)]['$'][bf(0x1a,0x56)];const f=yield*this[bf(-0x25,-0x46)]()[bf(-0x15,-0xb)](d,e,TimeUnit[bf(0x7c,0x2b)]);if(f===0x0){return 0x0;}const g=yield PreviousValueOf(this['$'][bf(-0x20,-0x31)]);const h=yield this['$'][bf(0x71,0x56)];const i=yield*this['getProject']()['$convertDuration'](g,h,TimeUnit['Millisecond']);const j=yield ProposedOrPreviousValueOf(this[bf(0x30,0x68)]['$'][bf(0x22,-0x31)]);function bf(a,b){return al(a,b- -0x7c);}const k=yield*this[bf(-0xa0,-0x46)]()[bf(0x4e,-0xb)](j,e,TimeUnit[bf(-0x8,0x2b)]);if(d!=null&&g!=null&&j!=null){const l=k*(i/f);return yield*this[bf(-0x6b,-0x46)]()[bf(0x4b,-0xb)](l,TimeUnit[bf(-0x1e,0x2b)],h);}else{return 0x0;}}*['calculateProportionalEffort'](){function bg(a,b){return al(a,b-0x353);}const d=yield HasProposedNotPreviousValue(this[bg(0x45a,0x437)]['$'][bg(0x398,0x39e)]);const e=yield*this[bg(0x40d,0x437)][bg(0x442,0x3fd)]();if(d&&!e){return yield*this['calculateProportionalEffortByEffort']();}else{return yield*this[bg(0x3c1,0x3ed)]();}}*['calculateUnitsByStartEndAndEffort'](d){const {event:e}=this;const f=yield HasProposedNotPreviousValue(e['$']['effort']);const g=yield*e[bh(0x298,0x2c3)](bh(0x2b0,0x272));const h=f&&!g?yield*this[bh(0x28b,0x29f)]():yield this['$']['effort'],i=yield this['$']['effortUnit'],j=yield*this[bh(0x276,0x25d)]()[bh(0x278,0x298)](h,i,TimeUnit[bh(0x31a,0x2ce)]);let k,l;function bh(a,b){return al(a,b-0x227);}if(yield*this[bh(0x284,0x2ca)]()){k=yield this['$'][bh(0x320,0x2fa)];l=yield this['$'][bh(0x2b0,0x2d0)];}else{k=yield e['$'][bh(0x2e6,0x2fa)];l=yield e['$'][bh(0x29a,0x2d0)];}if(!k&&!l){return yield ProposedOrPrevious;}let m=0x0;const n=Object[bh(0x26d,0x261)](yield*this[bh(0x2fd,0x2a2)](),{'startDate':k,'endDate':l});const o=yield this['$'][bh(0x28d,0x28e)];yield*this['forEachAvailabilityInterval'](n,(p,q,r)=>{function bi(a,b){return bh(b,a- -0x197);}const s=r[bi(0xf4,0x10a)]();const t=p[bi(0x16b,0x143)](),u=q[bi(0x16b,0x19d)](),v=u-t;for(const w of s){m+=(o['has'](w)?o[bi(0xfc,0xb6)](w)[bi(0x14e,0xf7)]:0x0)*v;}});return m?0x64*j/m:0x64;}*[al(0x64,0xa5)](d,e,f,g,h){const i=this[bj(-0x10c,-0xf8)]();const j=this[bj(-0x39,-0x4a)];const k=yield*i[bj(-0xe9,-0xbd)](f,g,TimeUnit['Millisecond']);let l=0x0;function bj(a,b){return al(a,b- -0x12e);}const m=Object[bj(-0xaf,-0xf4)](yield*this['getBaseOptionsForEffortCalculations'](),{'startDate':d,'endDate':e});const n=yield j['$'][bj(-0x6e,-0x4c)];const o=(yield j['$']['ignoreResourceCalendar'])||(yield this['$']['ignoreResourceCalendar'])||(yield*j['hasElapsedDuration']())||n&&!i[bj(-0xa8,-0x4e)];const p=o?yield j['$'][bj(-0x90,-0xe1)]:yield h['$'][bj(-0xf4,-0xe1)];yield*this[bj(-0x11d,-0xea)](m,(q,r,s)=>{function bk(a,b){return bj(b,a-0xb);}const t=s[bk(-0xbf,-0xf0)]();const u=q[bk(-0x48,-0x4)](),v=r[bk(-0x48,-0x63)](),w=v-u;for(const x of t){l+=(x===p?0x1:0x0)*w;}});return l?0x64*k/l:0x64;}}c[al(0xa0,0xda)]=al(0xa7,0x65);__decorate([model_field({'type':al(0xa7,0xab),'defaultValue':!![]})],c[al(0x65,0x8d)],al(0x101,0xdd),void 0x0);__decorate([model_field({'type':al(0x43,0x3b),'defaultValue':SchedulingMode[al(0xba,0xa0)]},{'sync':!![]})],c['prototype'],al(0x92,0x5c),void 0x0);__decorate([model_field({'type':al(0xb2,0xab),'defaultValue':![]})],c[al(0x83,0x8d)],'ignoreResourceCalendar',void 0x0);__decorate([model_field({'type':'date','bypassEqualityOnSyncDataset':!![],'defaultValue':null},{'converter':dateConverter})],c[al(0x40,0x8d)],al(0xa1,0xd3),void 0x0);__decorate([model_field({'type':al(0xbd,0x8f),'bypassEqualityOnSyncDataset':!![],'defaultValue':null},{'converter':dateConverter})],c[al(0x3b,0x8d)],'endDate',void 0x0);__decorate([model_field({'type':'number','bypassEqualityOnSyncDataset':!![],'defaultValue':null,'allowNull':!![]})],c['prototype'],al(0x45,0x70),void 0x0);__decorate([model_field({'type':al(0x86,0xcb),'defaultValue':null})],c[al(0xe7,0x8d)],al(0x29,0x4b),void 0x0);__decorate([field()],c[al(0x85,0x8d)],al(0x36,0x34),void 0x0);__decorate([calculate(al(0x84,0x34))],c[al(0x49,0x8d)],'calculateSelector',null);__decorate([calculate(al(0xde,0xdd))],c[al(0x67,0x8d)],al(0xb5,0x5b),null);__decorate([calculate(al(0x2a,0x5c))],c['prototype'],'calculateSchedulingMode',null);__decorate([field()],c['prototype'],'startOffset',void 0x0);function al(a,b){return _enaa(b-0x323,a);}__decorate([field()],c[al(0x36,0x8d)],'phantomStartOffset',void 0x0);__decorate([field()],c['prototype'],al(0xa3,0x88),void 0x0);__decorate([field()],c['prototype'],al(0xb1,0x55),void 0x0);__decorate([field()],c['prototype'],al(0x5e,0x48),void 0x0);__decorate([field()],c[al(0x6e,0x8d)],al(0xa8,0x68),void 0x0);__decorate([field()],c[al(0xbe,0x8d)],al(0x9c,0xad),void 0x0);__decorate([field()],c[al(0x5e,0x8d)],al(0x124,0xcd),void 0x0);__decorate([field({'sync':!![]})],c[al(0x6b,0x8d)],al(0xa5,0x66),void 0x0);__decorate([write(al(0x79,0x4e))],c[al(0x54,0x8d)],al(0xd3,0xe3),null);__decorate([write(al(0xca,0xd3))],c[al(0x59,0x8d)],al(0xe3,0xd8),null);__decorate([write(al(0x81,0xa9))],c['prototype'],al(0x76,0x7e),null);__decorate([write(al(0xae,0x70))],c[al(0x4e,0x8d)],'writeDuration',null);__decorate([write(al(0x70,0x4b))],c[al(0xe3,0x8d)],al(0xc3,0xb9),null);__decorate([write(al(0xb5,0x9e))],c['prototype'],al(0x6d,0x72),null);__decorate([calculate(al(0xa0,0x4e))],c[al(0x60,0x8d)],al(0xd8,0xb7),null);__decorate([calculate(al(0x64,0x43))],c['prototype'],al(0xc5,0xe7),null);__decorate([calculate(al(0x3a,0x55))],c[al(0xc3,0x8d)],al(0xe,0x69),null);__decorate([calculate(al(0x9d,0x88))],c[al(0xaa,0x8d)],'calculatePhantomStartDate',null);__decorate([calculate(al(0x10a,0xad))],c['prototype'],'calculatePhantomEndDate',null);__decorate([calculate(al(0x4e,0xa1))],c[al(0x57,0x8d)],al(0xc0,0xaf),null);__decorate([calculate(al(0x8b,0x68))],c['prototype'],al(0x6e,0x77),null);__decorate([calculate(al(0x87,0x48))],c[al(0xd1,0x8d)],al(0x11f,0xea),null);__decorate([calculate(al(0xa3,0xcd))],c[al(0xaf,0x8d)],'calculateProposedEndOffset',null);__decorate([calculate('effort')],c['prototype'],'calculateEffort',null);return c;}){}class TimePhasedAssignmentCalendarIntervalMixin extends CalendarIntervalMixin{static get[_enaa(-0x23a,-0x291)](){return['assignment'];}}class TimePhasedAssignmentCalendarIntervalStore extends CalendarIntervalStore{static get['defaultConfig'](){return{'modelClass':TimePhasedAssignmentCalendarIntervalMixin};}}class TimePhasedAssignmentCalendar extends BaseCalendarMixin{constructor(){super(...arguments);this['isTimePhasedCalendar']=!![];}get['intervalStoreClass'](){return TimePhasedAssignmentCalendarIntervalStore;}}export{SchedulerProTimePhasedAssignmentMixin,TimePhasedAssignmentCalendar,TimePhasedAssignmentCalendarIntervalMixin,TimePhasedAssignmentCalendarIntervalStore,TimePhasedAssignmentMirror,TimePhasedAssignmentSelector};
@@ -0,0 +1 @@
1
+ (function(a,b){const c=a();function L(a,b){return _enb(b- -0x1da,a);}while(!![]){try{const d=parseInt(L(0x4d,0x12))/0x1*(parseInt(L(0x5e,0x3d))/0x2)+parseInt(L(0x7d,0x38))/0x3+-parseInt(L(0x24,0x52))/0x4*(-parseInt(L(-0x1b,-0x10))/0x5)+-parseInt(L(0xa0,0x5b))/0x6+-parseInt(L(-0x15,0x1e))/0x7*(-parseInt(L(0x65,0x35))/0x8)+parseInt(L(0x46,0x2f))/0x9+parseInt(L(0xc,0x44))/0xa*(-parseInt(L(0x80,0x58))/0xb);if(d===b){break;}else{c['push'](c['shift']());}}catch(e){c['push'](c['shift']());}}}(_ena,0x5074c));var __decorate=function(a,b,e,f){var g=arguments[M(0x5ad,0x5bd)],h=g<0x3?b:f===null?f=Object['getOwnPropertyDescriptor'](b,e):f,j;if(typeof Reflect==='object'&&typeof Reflect[M(0x5bd,0x5bd)]===M(0x595,0x56c))h=Reflect[M(0x5bd,0x5b5)](a,b,e,f);else for(var k=a[M(0x5ad,0x5da)]-0x1;k>=0x0;k--)if(j=a[k])h=(g<0x3?j(h):g>0x3?j(b,e,h):j(b,e))||h;function M(a,b){return _enb(a-0x3ac,b);}return g>0x3&&h&&Object[M(0x5e0,0x619)](b,e,h),h;};import{HasProposedValue,PreviousValueOf,ProposedArgumentsOf,ProposedOrPrevious,ProposedOrPreviousValueOf,ProposedValueOf,WriteSeveral}from'@bryntum/engine-thin/lib/ChronoGraph/chrono/Effect.js';import{TombStone}from'@bryntum/engine-thin/lib/ChronoGraph/chrono/Quark.js';import{Mixin}from'@bryntum/engine-thin/lib/ChronoGraph/class/Mixin.js';import{CycleDescription,CycleResolution,Formula}from'@bryntum/engine-thin/lib/ChronoGraph/cycle_resolver/CycleResolver.js';function _enb(a,b){const c=_ena();_enb=function(d,e){d=d-0x1af;let f=c[d];return f;};return _enb(a,b);}import{calculate,field,write}from'@bryntum/engine-thin/lib/ChronoGraph/replica/Entity.js';import _enc from'@bryntum/core-thin/lib/helper/DateHelper.js';import _end from'@bryntum/core-thin/lib/helper/ObjectHelper.js';import{model_field}from'../../../chrono/ModelFieldAtom.js';function _enN(a,b){return _enb(a-0x14a,b);}import{Direction,TimeUnit}from'../../../scheduling/Types.js';import{MAX_DATE}from'../../../util/Constants.js';import{durationFormula,DurationVar,endDateFormula,EndDateVar,startDateFormula,StartDateVar}from'../scheduler_basic/BaseEventDispatcher.js';import{SEDWUDispatcherIdentifier}from'./HasEffortDispatcher.js';function _ena(){const at=['startOffset','segmentIndex','has','equality','modified','convert','endBatch','getSegmentByDate','effectiveDirection','function','assignmentsByCalendar','maxCalendarRange','92231lVnZZg','hasIdentifier','splitToSegments','getPath','cycleResolutionContext','processSegmentsValue','get','effectiveCalendar','cls','graph','calculateDurationProposed','forceSegmentsMerging','7oXnZsO','calculateStartDate','adjustDurationToDST','unlink','isSegmented','ignoreSegments','generation','isForward','dispatcher','length','getSegments','skipNonWorkingTimeWhenSchedulingManually','autoMergeAdjacentSegments','_skipSegmentsIsEqual','getTime','join','splice','2920302bMTAFY','skipNonWorkingTime','processData','calculateProjectedDuration','toJSON','slice','1203120NJWVhh','adjustedSegments','decorate','306594tCikhT','add','segmentModelClass','array','isModel','6RQRedP','shift','min','setPath','internalId','calculateAdjustedSegments','normalizeUnit','20LKQcJY','getValue','_processingDataForProject','useEventAvailabilityIterator','isManuallyScheduled','lastSegment','calculateProjectedXDateWithDuration','processSegmentValue','firstSegment','getSegment','doWriteSegments','Millisecond','pop','_lastSegmentsSnapshot','352fsGwnR','map','calculateSegments','prototype','new','endOffset','3699157GXPGGg','push','defineProperty','265086ypcDSR','calculateEndDate','event','mergeSegments','meta','formulaId','internalClearChanges','$name','findIndex','isHasSubEventsMixin','nextSegment','hasSegmentChangesProposed','zeroDurationMsThreshold','assign','endDate','addProposedValueFlag','duration','forEachAvailabilityInterval','data','removeEntities','Forward','forEach','from','getTimezoneOffset','run','segments','getSegmentIndexByDate','size','resolution','calculateDurationBySegments','$activeTransaction','ignoreResourceCalendar','_segmentGeneration','getLatestStableEntryFor','copy','getProject','10940phjcsc','getSegmentsSnapshot','project','leaveProject','calculateStartDateBySegments','durationUnit','setProject','storeFieldChange','commitAsync','replica','write','segmentsToCleanup','effectiveCalendarsCombination','max','convertDurationGen','startDate','getCalendarsWorkStatus','call','direction','writeSegments','rawModifications','getFieldPersistentValue'];_ena=function(){return at;};return _ena();}import{HasEffortMixin}from'./HasEffortMixin.js';import{HasPercentDoneMixin}from'./HasPercentDoneMixin.js';import{SchedulerProEventSegment}from'./SchedulerProEventSegment.js';const SegmentsVar=Symbol('SegmentsVar');const segmentsConverter=(a,b,c)=>c[_enN(0x33b,0x326)](a);const startDateByEndDateAndSegmentsFormula=Formula['new']({'output':StartDateVar,'inputs':new Set([EndDateVar,SegmentsVar])});const endDateByStartDateAndSegmentsFormula=Formula['new']({'output':EndDateVar,'inputs':new Set([StartDateVar,SegmentsVar])});const durationByStartDateAndEndDateAndSegmentsFormula=Formula['new']({'output':DurationVar,'inputs':new Set([StartDateVar,EndDateVar,SegmentsVar])});const SEDSGGraphDescription=CycleDescription[_enN(0x37a,0x3a6)]({'variables':new Set([StartDateVar,EndDateVar,DurationVar,SegmentsVar]),'formulas':new Set([endDateByStartDateAndSegmentsFormula,startDateByEndDateAndSegmentsFormula,startDateFormula,endDateFormula,durationFormula])});const SEDSGForwardCycleResolution=CycleResolution[_enN(0x37a,0x348)]({'description':SEDSGGraphDescription,'defaultResolutionFormulas':new Set([endDateFormula,endDateByStartDateAndSegmentsFormula])});const SEDSGBackwardCycleResolution=CycleResolution[_enN(0x37a,0x37b)]({'description':SEDSGGraphDescription,'defaultResolutionFormulas':new Set([startDateFormula,startDateByEndDateAndSegmentsFormula])});class SEDSGDispatcherIdentifier extends SEDWUDispatcherIdentifier{[_enN(0x32d,0x36d)](a,b){function O(a,b){return _enN(b-0xd6,a);}const c=a[O(0x3a8,0x3e2)];const d=b[O(0x41d,0x3e2)];return super[O(0x3e4,0x403)](a,b)&&c[O(0x3ca,0x412)](SegmentsVar)===d[O(0x3ef,0x412)](SegmentsVar);}}function compareSegmentsArray(c,d){if(!c&&!d)return!![];if(this[P(-0xf2,-0x12a)])return![];if(!c&&d||c&&!d)return![];function P(a,b){return _enN(a- -0x441,b);}if(c[P(-0xf6,-0x10a)]!==d[P(-0xf6,-0x130)])return![];return c['every']((e,f)=>compareSegments(e,d[f]));}const compareSegments=(c,d)=>{if(c===d)return!![];const e=c[Q(0x5ee,0x62b)]?c:d;const f=e['fieldMap'];const g=c[Q(0x5b1,0x59c)]instanceof Date?c[Q(0x5b1,0x5bc)][Q(0x5de,0x5fc)]():f[Q(0x5b1,0x581)][Q(0x5bd,0x5ca)](c[Q(0x5b1,0x571)])?.['getTime']();const h=d[Q(0x5b1,0x5cc)]instanceof Date?d[Q(0x5b1,0x5ea)][Q(0x5de,0x614)]():f[Q(0x5b1,0x5c0)][Q(0x5bd,0x601)](d['startDate'])?.[Q(0x5de,0x5af)]();const i=c[Q(0x58c,0x56d)]instanceof Date?c['endDate'][Q(0x5de,0x5e8)]():f[Q(0x58c,0x575)][Q(0x5bd,0x578)](c[Q(0x58c,0x549)])?.['getTime']();const j=d[Q(0x58c,0x5ce)]instanceof Date?d['endDate'][Q(0x5de,0x5de)]():f[Q(0x58c,0x5cd)]['convert'](d[Q(0x58c,0x583)])?.[Q(0x5de,0x5bf)]();function Q(a,b){return _enN(a-0x28e,b);}return g===h&&i===j;};const fillNextPrevious=a=>{a['reduce']((b,c,d)=>{if(b){b['nextSegment']=c;}c['previousSegment']=b;function R(a,b){return _enb(a- -0x34a,b);}c[R(-0x169,-0x17b)]=d;return c;},null);function S(a,b){return _enN(b- -0x3cb,a);}if(a[S(-0x68,-0x80)]){a[a[S(-0x7f,-0x80)]-0x1][S(-0xf0,-0xd1)]=null;}};class SplitEventMixin extends Mixin([HasEffortMixin,HasPercentDoneMixin],a=>{class b extends a{constructor(){super(...arguments);function T(a,b){return _enb(a- -0x243,b);}this[T(-0x7d,-0x59)]={};}get[U(-0xf7,-0xfa)](){function V(a,b){return U(b-0x2be,a);}let c=super[V(0x1c0,0x1c7)];if(this[V(0x16c,0x1a8)]&&(!c||!('segments'in c))){for(const d of this['segments']){if(d['rawModifications']){c=c||{};c[V(0x1a1,0x1a8)]=this[V(0x1d2,0x1c8)](V(0x1c6,0x1a8));break;}}}return c;}['internalClearChanges'](c,d,e,...f){for(const g of this[W(-0xfd,-0x126)]||[]){if(g[W(-0xa6,-0x77)]){g[W(-0x81,-0xb9)]['call'](g,c,d,null,...f);}}function W(a,b){return U(a-0x19,b);}super[W(-0x81,-0xc7)][W(-0xe1,-0x9f)](this,c,d,e,...f);}*['prepareDispatcher'](c){const d=yield*super['prepareDispatcher'](c);function X(a,b){return U(b-0x5f0,a);}if(yield*this[X(0x4de,0x4cc)]()){d[X(0x496,0x4d0)](SegmentsVar);}return d;}[U(-0xe5,-0xf3)](c){const d=c(this['$'][Y(-0xc1,-0xa5)]);function Y(a,b){return U(b-0x48,a);}return d[Y(-0x92,-0xb1)]===Direction[Y(-0xc1,-0xd3)]||d[Y(-0x75,-0xb1)]===Direction['None']?SEDSGForwardCycleResolution:SEDSGBackwardCycleResolution;}*[U(-0x124,-0x113)](){function Z(a,b){return U(a-0x253,b);}const c=yield ProposedValueOf(this['$'][Z(0x13d,0x17c)]);let d=![];if(yield HasProposedValue(this['$']['segments'])){d=Boolean(c);}const e=yield ProposedOrPreviousValueOf(this['$']['segments']);if(!e)return![];for(const f of e){const g=yield HasProposedValue(f['$']['startDate']);const h=yield HasProposedValue(f['$'][Z(0x132,0x171)]);const i=yield HasProposedValue(f['$'][Z(0x134,0x13c)]);if(g||h||i)d=!![];}return d;}[U(-0xf8,-0xea)](c,d,e,f){const g=d[a0(0x4e2,0x4f4)](c)?.[a0(0x53a,0x531)]();const h=g!==TombStone?g??[]:[];const i=new Set(h);const j=(f??[])[a0(0x548,0x517)](n=>n[a0(0x531,0x4eb)]?n:this[a0(0x540,0x4fc)](n));const k=new Set(j);function a0(a,b){return U(a-0x5f0,b);}const l=this[a0(0x4e7,0x529)];const m=l[a0(0x4ee,0x4d1)];for(const n of h){if(!k[a0(0x4fd,0x4e9)](n)){l[a0(0x4f0,0x4dd)][a0(0x52e,0x52d)](n);n[a0(0x552,0x552)]=null;}}fillNextPrevious(j);c['constructor'][a0(0x54a,0x52e)][a0(0x4ef,0x50c)][a0(0x4f6,0x4ca)](this,c,d,e,j[a0(0x51c,0x4fb)]>0x0?j:null);d['write'](this['$'][a0(0x517,0x503)],Boolean(f?.[a0(0x51c,0x54a)]));for(const o of j){if(!i[a0(0x4fd,0x4bf)](o)&&o[a0(0x510,0x540)]!==m){o[a0(0x4eb,0x51f)](l);o[a0(0x552,0x580)]=this;m['addEntity'](o);}}}*[U(-0xad,-0xbe)](c,d){d=d||[];if(c[a1(0x4ca,0x4ae)]<=0x1){const e=c[a1(0x4ca,0x4c4)]?yield*this['convertDurationGen'](c[0x0][a1(0x4fa,0x512)]-c[0x0]['startOffset'],TimeUnit[a1(0x4f2,0x4f2)],yield this['$'][a1(0x498,0x46a)]):0x0;d['push']({'identifier':this['$'][a1(0x47f,0x4c0)],'proposedArgs':[e,null]});c=null;}d[a1(0x4fc,0x52d)]({'identifier':this['$'][a1(0x488,0x4c6)],'proposedArgs':[c]});function a1(a,b){return U(a-0x59e,b);}yield WriteSeveral(d);}*[U(-0xa7,-0x96)](){const c=yield this['$'][a2(0x2ad,0x29d)];const {graph:d,project:e}=this;const f=e['segmentModelClass'];const g=yield e['$'][a2(0x2b1,0x2dd)]||this[a2(0x2a4,0x2a3)];const h=yield PreviousValueOf(this['$'][a2(0x26c,0x29b)]);function a2(a,b){return U(a-0x382,b);}let i=yield ProposedOrPrevious;const j=[];let k=![];if(i){const l=new Set();let m=null;let n=![];let o=0x0;const {baseRevision:p}=d[a2(0x271,0x248)];for(const q of i){const r=yield q['$']['startOffset'];const s=yield q['$'][a2(0x2de,0x2c9)];const t=p[a2(0x29a,0x2d2)](q['$'][a2(0x286,0x252)])&&(yield ProposedArgumentsOf(q['$'][a2(0x286,0x2c6)]));const u=p['hasIdentifier'](q['$'][a2(0x261,0x22c)])&&(yield ProposedArgumentsOf(q['$'][a2(0x261,0x292)]));n=n||t?.[0x0]||u?.[0x0];if(r===s){j[a2(0x2e0,0x2d7)](q);}else if(g&&m&&r+o<=m['endOffset']){const v=m[a2(0x2de,0x2d2)];j[a2(0x2e0,0x2e9)](q);if(m[a2(0x2a2,0x2ba)]){j['push'](m);const w=m[a2(0x28d,0x28f)];const x=n?s+v-r:Math[a2(0x284,0x29f)](s,v);const y=m[a2(0x2a1,0x276)];m=f[a2(0x2dd,0x296)]({'event':this,'cls':y,'startOffset':w,'endOffset':x});}else{m['endOffset']=n?s+m[a2(0x2de,0x310)]-r:Math['max'](s,m[a2(0x2de,0x2ed)]);}}else if(!g&&m&&(o||r<m[a2(0x2de,0x299)])){l['add'](m);j[a2(0x2e0,0x2f8)](q);if(r+o<m[a2(0x2de,0x2ff)]){o+=m['endOffset']-r-o;}m=f[a2(0x2dd,0x305)]({'id':q['id'],'event':this,'cls':m[a2(0x2a1,0x2c5)],'startOffset':r+o,'endOffset':s+o});}else{if(m){l[a2(0x2c0,0x2c4)](m);}m=q;}}if(m){l['add'](m);}if(l[a2(0x26e,0x22e)]===0x1){j[a2(0x2e0,0x2b1)](...l);}k=j[a2(0x2ae,0x2ea)]>0x0;if(k){i=Array[a2(0x269,0x227)](l);}fillNextPrevious(i);}else if(h){j[a2(0x2e0,0x319)](...h);}if(j['length']){for(const z of j){z[a2(0x2e4,0x2f3)]=null;e[a2(0x282,0x2b2)][a2(0x2c0,0x280)](z);}}if(k){yield*this[a2(0x2d5,0x2df)](i);}i=i?.[a2(0x2ae,0x27f)]>0x1?i:null;return i;}*[U(-0xb9,-0xe1)](){const c=yield this['$'][a3(0x23f,0x22c)];let d=yield this['$']['segments'];const e=yield this['$'][a3(0x224,0x205)];function a3(a,b){return U(b-0x301,a);}const f=yield this['$'][a3(0x216,0x1e0)];const g=yield this['$'][a3(0x1af,0x1e2)];let h=yield ProposedOrPrevious;if(d){const j=this['project'];const k=this['graph'];const l=[];const m=[];let n=-0x1;for(let q=d[a3(0x238,0x22d)]-0x1;q>=0x0;q--){const r=d[q];const s=yield r['$'][a3(0x1e0,0x205)];const t=yield r['$'][a3(0x19c,0x1e0)];if(s>f){l[a3(0x29b,0x25f)](r);n=q;}else{if(t[a3(0x238,0x232)]()!==f[a3(0x24c,0x232)]()){const u=r['endOffset']+(f[a3(0x22f,0x232)]()-t[a3(0x240,0x232)]())-r[a3(0x1f5,0x20c)];const v=yield*this[a3(0x1c0,0x204)](u,TimeUnit[a3(0x285,0x255)],yield r['$'][a3(0x21a,0x1fb)]);m[a3(0x24f,0x25f)]({'identifier':r['$'][a3(0x225,0x1e2)],'proposedArgs':[v,null]},{'identifier':r['$'][a3(0x1d7,0x1e0)],'proposedArgs':[f,![]]},{'identifier':r['$'][a3(0x21c,0x25d)],'proposedArgs':[r['endOffset']+(f[a3(0x214,0x232)]()-t[a3(0x1f8,0x232)]())]});}break;}}let o=![];if(n>-0x1){o=!![];d[a3(0x212,0x234)](n);if(d[a3(0x1f2,0x22d)]){d[d[a3(0x1e9,0x22d)]-0x1][a3(0x1de,0x1dc)]=null;}for(const w of l){j[a3(0x246,0x201)][a3(0x268,0x23f)](w);}}let p='';if(d){p=this[a3(0x1cd,0x1f7)](d);}if(p!==this[a3(0x23a,0x257)]){o=!![];d=d?d[a3(0x20e,0x23a)]():d;this[a3(0x271,0x257)]=p;}if(o){yield*this[a3(0x26d,0x254)](d,m);}}return h;}[U(-0x10a,-0xf4)](c){c=c||this[a4(0x32f,0x328)];function a4(a,b){return U(a-0x445,b);}return c?.['map'](d=>''+d[a4(0x350,0x35d)]+'-'+d[a4(0x349,0x332)]?.['getTime']()+'-'+d['endOffset']+'-'+d['endDate']?.[a4(0x376,0x352)]())[a4(0x377,0x3a5)](';');}static[U(-0xca,-0xeb)](c,d,e,f,g){function a5(a,b){return U(b-0x28e,a);}if(e){f[a5(0x1f9,0x1d9)]=e[a5(0x13f,0x185)];}return super[a5(0x1bc,0x1c4)](c,d,e,f,g);}[U(-0xb0,-0xd1)](c){const d=this[a6(0x57f,0x572)]?.[a6(0x58f,0x5ba)]||this[a6(0x59c,0x5c6)]?.[a6(0x602,0x5ba)];if(!d)return c;const e=c[a6(0x5b3,0x5bc)]?c:d[a6(0x5eb,0x5d6)](c);if(!e['event'])e[a6(0x5c9,0x5dd)]=this;function a6(a,b){return U(b-0x67b,a);}return e;}[U(-0xe4,-0xd6)](c){function a7(a,b){return U(b-0x4e1,a);}if(c===void 0x0)return void 0x0;if(c==null)return null;return c[a7(0x41e,0x439)](d=>this['processSegmentValue'](d));}*[U(-0xdc,-0xfb)](){const c=yield this['$'][a8(0x481,0x49b)];const d=c[a8(0x443,0x421)][a8(0x473,0x4ac)](StartDateVar);let e;function a8(a,b){return U(a-0x556,b);}if(d===startDateByEndDateAndSegmentsFormula['formulaId']){e=yield*this[a8(0x44f,0x40b)]();}else{e=yield*super[a8(0x47a,0x49c)]();}return e;}*[U(-0x107,-0xe3)](){function a9(a,b){return U(b-0x3e3,a);}const c=yield this['$'][a9(0x2f3,0x30e)];const d=yield this['$'][a9(0x291,0x2cd)];const e=yield this['$'][a9(0x28c,0x2c2)];let f;if(d){const g=d[d[a9(0x332,0x30f)]-0x1];const h=yield g['$'][a9(0x324,0x33f)];const i=yield*this['calculateProjectedXDateWithDuration'](e,![],h,TimeUnit[a9(0x300,0x337)],{'ignoreSegments':!![]});const j=yield*this[a9(0x30f,0x330)]();f=j&&!this[a9(0x30f,0x2d7)]()['skipNonWorkingTimeWhenSchedulingManually']?i:yield*this[a9(0x2f1,0x318)](i,!![]);}return f;}*['calculateEndDateBySegments'](){function aa(a,b){return U(b-0x59b,a);}const c=yield this['$']['dispatcher'];const d=yield this['$'][aa(0x48e,0x485)];const e=yield this['$'][aa(0x4d7,0x49f)];let f;if(d){const g=d[d['length']-0x1];const h=yield g['$'][aa(0x4e9,0x4f7)];const i=yield*this[aa(0x510,0x4ea)](e,!![],h,TimeUnit[aa(0x50b,0x4ef)],{'ignoreSegments':!![]});const j=yield*this[aa(0x500,0x4e8)]();f=j&&!this['getProject']()[aa(0x4bc,0x4c9)]?i:yield*this[aa(0x4e1,0x4d0)](i,![]);}return f;}*[U(-0x9f,-0xb4)](){const c=yield this['$'][ab(0x25b,0x29b)];const d=c[ab(0x25e,0x25d)]['get'](EndDateVar);let e;if(d===endDateByStartDateAndSegmentsFormula[ab(0x30a,0x2d5)]){e=yield*this['calculateEndDateBySegments']();}else{e=yield*super[ab(0x29b,0x2d1)]();}function ab(a,b){return U(b-0x370,a);}return e;}*[U(-0xdf,-0xc0)](){let c;if(yield*this[ac(0x39,0x36)]()){c=yield*this[ac(0x75,0x48)]();}else{c=yield*super['calculateDurationProposed']();}function ac(a,b){return U(b-0x15a,a);}return c;}*[U(-0xcb,-0xf6)](c,d=!![],e){if(!c)return null;e=Object[ad(0x16f,0x172)]({'ignoreSegments':!![]},e);function ad(a,b){return U(b-0x294,a);}return yield*super[ad(0x20a,0x1c9)](c,d,e);}*['calculateDurationBySegments'](){let c;const d=yield this['$'][ae(0x62,0x6f)];const e=yield this['$']['durationUnit'];const f=yield this['$'][ae(0x21,0x1f)];function ae(a,b){return U(a-0x137,b);}if(f){let g=0x0;for(const h of f){g+=h[ae(0x93,0x52)]-h[ae(0x42,0x6e)];}c=yield*this[ae(0x3a,0xf)](g,TimeUnit['Millisecond'],e);}return c;}*[U(-0x11e,-0x10b)](c,d){const e=yield this['$']['isSegmented'];let f=c[af(-0x155,-0x153)];if(!e||f){return yield*super[af(-0x19b,-0x1ab)](c,d);}const g=this[af(-0x189,-0x1a9)]();const h=yield this['$'][af(-0x15f,-0x12d)];const i=yield this['$'][af(-0x168,-0x189)];const j=yield this['$'][af(-0x17c,-0x1ae)];const k=c[af(-0x153,-0x174)]!==![];const l=(yield this['$'][af(-0x18d,-0x159)])||(yield*this['hasElapsedDuration']())||c['ignoreResourceCalendar']||!i[af(-0x191,-0x173)];const m=g[af(-0x167,-0x19f)];let n=0x1;let o,p,q,r,s;if(!f){r=yield this['$'][af(-0x193,-0x188)];f=f||!r||k===![]&&r[0x0][af(-0x179,-0x191)]>=c[af(-0x19e,-0x17f)]||k===!![]&&r[r['length']-0x1]['endDate']<c[af(-0x179,-0x1ae)];if(!f){r=r[af(-0x144,-0x143)]();if(k){o=r[af(-0x13a,-0x13f)]();p=0x0;n=0x1;s=o['nextSegment']?o[af(-0x121,-0x117)]:MAX_DATE['getTime']();}else{o=r['pop']();p=o[af(-0x121,-0xe7)];n=-0x1;s=o[af(-0x121,-0x13c)];}q=s-o[af(-0x172,-0x1b1)];}}const t=yield*this['isManuallyScheduled']();function af(a,b){return U(a- -0x7d,b);}const u=g[af(-0x158,-0x11b)];const v=this[af(-0x1a0,-0x182)];return j[af(-0x19b,-0x1dc)](Object['assign']({'maxRange':m},c),(w,x,y)=>{function ag(a,b){return af(b-0x7,a);}const z=y[ag(-0x157,-0x171)]();const A=y['getCalendarsWorking']();if(z[ag(-0x19c,-0x159)](h)&&(l||A['some'](B=>i[ag(-0x1a6,-0x169)](B))||t&&!g['skipNonWorkingTimeInDurationWhenSchedulingManually'])){if(f){return d(w,x,y);}else{const B=w[ag(-0x116,-0x145)]();let C=x['getTime']()-w['getTime']();if(u){const F=w[ag(-0x17b,-0x18e)]()-x[ag(-0x199,-0x18e)]();C+=F*0x3c*0x3e8;}let D,E;if(k){D=p;E=p+C;}else{D=p-C;E=p;}while(o&&D<=s&&E>o[ag(-0x15a,-0x16b)]){const G=Math['max'](D,o[ag(-0x1af,-0x16b)]);const H=Math[ag(-0x173,-0x132)](E,s);const I=new Date(B+G-D);const J=new Date(B+H-D);const K=d(I,J,y);if(K===![])return![];q-=J['getTime']()-I[ag(-0x171,-0x145)]();if(q<v){o=k?r[ag(-0x114,-0x133)]():r[ag(-0x134,-0x121)]();if(o){s=!k||o[ag(-0x16b,-0x19b)]?o['endOffset']:MAX_DATE[ag(-0x173,-0x145)]();q=s-o[ag(-0x146,-0x16b)];}}else{break;}}p+=n*C;}}});}*[U(-0xb4,-0xba)](){const c=yield this['$'][ah(0x37c,0x36f)];function ah(a,b){return U(b-0x448,a);}return c||(yield*super['useEventAvailabilityIterator']());}[U(-0xee,-0x121)](c,d){d=d||this[ai(-0x14f,-0x174)]();function ai(a,b){return U(b- -0xa1,a);}if(d){const e=this['getSegmentIndexByDate'](c,d);return d[e];}}[U(-0x115,-0x133)](c,d){d=d||this['getSegments']();function aj(a,b){return U(b-0x635,a);}return d?d[aj(0x5b5,0x59d)](e=>c>=e[aj(0x535,0x539)]&&c<e[aj(0x511,0x514)]):-0x1;}get[U(-0xaf,-0xce)](){const c=this['getSegments']();return c?c[0x0]:null;}get['lastSegment'](){function ak(a,b){return U(b-0x378,a);}const c=this[ak(0x272,0x2a5)]();return c?c[c[ak(0x2be,0x2a4)]-0x1]:null;}[U(-0xae,-0xbd)](c){const d=this['getSegments']();return d?.[c];}async[U(-0xe7,-0xb9)](c,d=0x1,e){const f=this['getProject']();const g=f[al(0x17d,0x149)];await f['commitAsync']();const h=this;if(!c||h[al(0x120,0xe4)]&&h['childEvents']?.[al(0x11c,0xf6)])return;const j=h['duration'];const k=h[al(0xde,0x104)];const m=h[al(0xcb,0x10e)];const n=h[al(0x107,0xe9)];e=e?_enc[al(0x195,0x152)](e):k;function al(a,b){return U(b-0x20a,a);}if(!m||!n||m>=c||c>=n||!j)return;const o=h[al(0x102,0x131)];let p=h[al(0x10b,0xf4)]||[];let q,r;if(o){r=h[al(0xf0,0xf5)](c,p);q=p[r];if(!q)return;}const s=q||h;const t=q?s[al(0xdd,0x10e)]:m;const u=s[al(0xcb,0xeb)];const v=s[al(0xf4,0x104)];const w=s['name'];const x=h[al(0xd2,0xf3)]('calculateProjectedDuration',t,c,v,{'ignoreSegments':!![]});const y=u-x;const z=h['run']('convertDurationGen',d,e,TimeUnit[al(0x19b,0x15e)]);const A=z+h[al(0x108,0xf3)](al(0x11a,0x141),m,c,TimeUnit[al(0x180,0x15e)],{'ignoreSegments':!![]});if(q){q['duration']=x;const B=g[al(0x11f,0x165)]({'duration':y,'durationUnit':v,'startOffset':A,'name':w});p=p[al(0x12b,0x143)](0x0);p[al(0x113,0x13d)](r+0x1,0x0,B);h['segments']=p;h['duration']=j;for(let C=r+0x2,D=p[al(0x106,0x136)];C<D;C++){const E=p[C];if(E){E['startOffset']+=z;E['endOffset']+=z;}}}else{const F=g[al(0x162,0x165)]({'duration':x,'durationUnit':v,'startOffset':0x0,'name':w});const G=g[al(0x122,0x165)]({'duration':j-x,'durationUnit':v,'startOffset':A,'name':w});h['duration']=j;h[al(0x104,0xf4)]=[F,G];}return f['commitAsync']();}async[U(-0x9d,-0x90)](c,d){function am(a,b){return U(a-0x59c,b);}if(!this[am(0x4c3,0x49f)])return;this[am(0x4be,0x4d4)]=!![];c=c||this[am(0x4ed,0x4be)];d=d||this[am(0x4ea,0x511)];if(c['startOffset']>d[am(0x4a7,0x4e8)]){let f=d;d=c;c=f;}c[am(0x47b,0x496)]=d['startDate'];const e=await this['getProject']()[am(0x499,0x4de)]();this[am(0x4be,0x48a)]=![];return e;}[U(-0x104,-0x110)](c,d){if(c===an(0x484,0x49a)&&d){const e=[];for(const f of d){if(f instanceof SchedulerProEventSegment){const g=f['toJSON']();if(!this[an(0x4ad,0x4a1)][f[an(0x4ba,0x4f6)]]||f[an(0x4f2,0x4d9)]>this[an(0x4db,0x4a1)][f[an(0x4ed,0x4f6)]]){Object['assign'](g,f[an(0x50b,0x514)][an(0x4d5,0x4bf)]);}e['push'](g);this['_segmentGeneration'][f['internalId']]=f['generation'];}else{e['push'](f);}}d=e;}function an(a,b){return U(b-0x5b0,a);}super[an(0x4ea,0x4ac)](c,d);}[U(-0x108,-0xfa)](){function ao(a,b){return U(a-0x3d8,b);}const c=this[ao(0x2c2,0x2df)];if(c){this[ao(0x2f8,0x33d)]?.[ao(0x2bc,0x2f4)](c);}super['leaveProject']();}[U(-0xef,-0xf4)](...c){function ap(a,b){return U(b-0x56f,a);}this['fieldMap'][ap(0x484,0x459)][ap(0x4b3,0x49f)]++;super[ap(0x4b6,0x480)](...c);this['fieldMap'][ap(0x46b,0x459)][ap(0x461,0x49f)]--;}[U(-0x10d,-0xf9)](c=null,d=null){const e=super[aq(0xb9,0x100)](c,d);e[aq(0xa9,0xca)][aq(0xb0,0x83)]=void 0x0;if(e[aq(0xb0,0x6f)]){e[aq(0xb0,0x7c)]=e['segments']['map'](f=>Object[aq(0xa4,0x9e)](f[aq(0xb9,0x88)](),{'event':e}));}function aq(a,b){return U(a-0x1c6,b);}return e;}['toJSON'](){const c=super['toJSON'](),d=this['getFieldDefinition'](ar(0xa9,0xd6)),{persist:e,dataSource:f,complexMapping:g}=d;if(e){let h=_end[ar(0xd9,0xea)](c,f);if(h){h=h[ar(0x117,0x14c)](i=>i[ar(0xf7,0x114)]());_end[ar(0x104,0xd3)](c,f,h);}}function ar(a,b){return U(a-0x1bf,b);}return c;}[U(-0xda,-0xcd)](){const {segments:c}=this;function as(a,b){return U(a-0x463,b);}c?.[as(0x349,0x374)](d=>d['unlink']());super[as(0x389,0x393)]();}}b[U(-0x99,-0x95)]='SplitEventMixin';__decorate([field({'identifierCls':SEDSGDispatcherIdentifier})],b[U(-0xa6,-0xdc)],U(-0xd5,-0xa0),void 0x0);__decorate([model_field({'type':U(-0xc0,-0xd4),'isEqual':compareSegmentsArray,'convert':segmentsConverter,'_skipSegmentsIsEqual':0x0})],b[U(-0xa6,-0xd5)],U(-0x116,-0xde),void 0x0);__decorate([field()],b[U(-0xa6,-0xa7)],'adjustedSegments',void 0x0);__decorate([field()],b[U(-0xa6,-0x72)],U(-0xd9,-0xdc),void 0x0);function U(a,b){return _enN(a- -0x41f,b);}__decorate([write(U(-0x116,-0x15d))],b[U(-0xa6,-0xc7)],U(-0xf8,-0x10e),null);__decorate([calculate(U(-0x116,-0xe2))],b[U(-0xa6,-0x8f)],'calculateSegments',null);__decorate([calculate(U(-0xc5,-0xeb))],b['prototype'],'calculateAdjustedSegments',null);return b;}){}export{SEDSGBackwardCycleResolution,SEDSGDispatcherIdentifier,SEDSGForwardCycleResolution,SEDSGGraphDescription,SegmentsVar,SplitEventMixin,compareSegments,compareSegmentsArray,durationByStartDateAndEndDateAndSegmentsFormula,endDateByStartDateAndSegmentsFormula,fillNextPrevious,segmentsConverter,startDateByEndDateAndSegmentsFormula};
@@ -0,0 +1 @@
1
+ function _ena(){const i=['mix','8VVYrWD','1734224HJKBxw','30429irCjTr','equality','5snhzMi','resolution','AssignmentStartVar','834096pRRQBY','4917693tSUzKZ','2502MaKKjL','175125vpCMOx','new','4TYEhuV','756049wakTty','get','1340juUwUa'];_ena=function(){return i;};return _ena();}(function(a,b){const c=a();function f(a,b){return _enb(a-0x305,b);}while(!![]){try{const d=parseInt(f(0x4c2,0x4c2))/0x1*(parseInt(f(0x4cc,0x4cb))/0x2)+-parseInt(f(0x4ca,0x4c5))/0x3+-parseInt(f(0x4d2,0x4d6))/0x4+parseInt(f(0x4c4,0x4cd))/0x5*(parseInt(f(0x4c7,0x4c0))/0x6)+parseInt(f(0x4cd,0x4c9))/0x7*(parseInt(f(0x4d1,0x4c9))/0x8)+parseInt(f(0x4c9,0x4cb))/0x9*(-parseInt(f(0x4cf,0x4cf))/0xa)+parseInt(f(0x4c8,0x4c1))/0xb;if(d===b){break;}else{c['push'](c['shift']());}}catch(e){c['push'](c['shift']());}}}(_ena,0x371e1));import{CycleResolutionInputChrono}from'@bryntum/engine-thin/lib/ChronoGraph/chrono/CycleResolver.js';import{CalculatedValueGen}from'@bryntum/engine-thin/lib/ChronoGraph/chrono/Identifier.js';import{CycleDescription,CycleResolution,Formula}from'@bryntum/engine-thin/lib/ChronoGraph/cycle_resolver/CycleResolver.js';import{FieldIdentifier}from'@bryntum/engine-thin/lib/ChronoGraph/replica/Identifier.js';const EventStartVar=Symbol('EventStartVar');function _enb(a,b){const c=_ena();_enb=function(d,e){d=d-0x1bd;let f=c[d];return f;};return _enb(a,b);}const AssignmentStartVar=Symbol(_eng(-0x13,-0xf));const StartOffsetVar=Symbol('StartOffsetVar');const startByDelayFormula=Formula['new']({'output':AssignmentStartVar,'inputs':new Set([EventStartVar,StartOffsetVar])});const delayByStartFormula=Formula[_eng(-0xe,-0x8)]({'output':StartOffsetVar,'inputs':new Set([EventStartVar,AssignmentStartVar])});const PSDGraphDescription=CycleDescription[_eng(-0xe,-0x10)]({'variables':new Set([EventStartVar,AssignmentStartVar,StartOffsetVar]),'formulas':new Set([startByDelayFormula,delayByStartFormula])});const PSDCycleResolutionContext=CycleResolution[_eng(-0xe,-0x12)]({'description':PSDGraphDescription,'defaultResolutionFormulas':new Set([startByDelayFormula])});class PSDDispatcher extends CycleResolutionInputChrono{}class PSDDispatcherIdentifier extends FieldIdentifier[_eng(-0x9,-0xe)](CalculatedValueGen){[_eng(-0x16,-0x1c)](a,b){function h(a,b){return _eng(a-0x2c8,b);}const c=a[h(0x2b4,0x2bd)];const d=b[h(0x2b4,0x2b2)];return c[h(0x2bd,0x2ba)](EventStartVar)===d[h(0x2bd,0x2c1)](EventStartVar)&&c[h(0x2bd,0x2bf)](AssignmentStartVar)===d[h(0x2bd,0x2b4)](AssignmentStartVar)&&c[h(0x2bd,0x2be)](StartOffsetVar)===d[h(0x2bd,0x2be)](StartOffsetVar);}}function _eng(a,b){return _enb(a- -0x1d4,b);}export{AssignmentStartVar,EventStartVar,PSDCycleResolutionContext,PSDDispatcher,PSDDispatcherIdentifier,PSDGraphDescription,StartOffsetVar,delayByStartFormula,startByDelayFormula};
@@ -0,0 +1 @@
1
+ (function(a,b){const c=a();function f(a,b){return _enb(a- -0xdf,b);}while(!![]){try{const d=parseInt(f(0x84,0x77))/0x1*(parseInt(f(0x7b,0x85))/0x2)+parseInt(f(0x8c,0x8f))/0x3+parseInt(f(0x8b,0x96))/0x4*(-parseInt(f(0x85,0x8b))/0x5)+-parseInt(f(0x8a,0x86))/0x6*(-parseInt(f(0x7d,0x76))/0x7)+parseInt(f(0x87,0x82))/0x8*(parseInt(f(0x83,0x8c))/0x9)+parseInt(f(0x79,0x73))/0xa*(-parseInt(f(0x80,0x7c))/0xb)+-parseInt(f(0x7f,0x7a))/0xc;if(d===b){break;}else{c['push'](c['shift']());}}catch(e){c['push'](c['shift']());}}}(_ena,0x593fd));import{TombStone}from'@bryntum/engine-thin/lib/ChronoGraph/chrono/Quark.js';import{CycleResolutionInputChrono}from'@bryntum/engine-thin/lib/ChronoGraph/chrono/CycleResolver.js';import{CalculatedValueGen}from'@bryntum/engine-thin/lib/ChronoGraph/chrono/Identifier.js';import{CycleDescription,CycleResolution,VariableInputState}from'@bryntum/engine-thin/lib/ChronoGraph/cycle_resolver/CycleResolver.js';import{FieldIdentifier}from'@bryntum/engine-thin/lib/ChronoGraph/replica/Identifier.js';const StartVar=Symbol('StartVar');const EndVar=Symbol(_eng(-0x15e,-0x164));function _eng(a,b){return _enb(a- -0x2b9,b);}const DurationVar=Symbol(_eng(-0x14a,-0x152));const EffortVar=Symbol(_eng(-0x14d,-0x146));const TimePhasedStartDate=Symbol(_eng(-0x15c,-0x157));const TimePhasedEndDate=Symbol('TimePhasedEndDate');function _ena(){const k=['869VCizIz','get','mix','18vELGzT','37NByDaf','2977015tArEuC','TimePhasedDuration','1925752kxqcLn','TimePhasedEffort','size','16962sHwnVd','4YTMmwn','1232613cefFzO','EffortVar','HasProposedValue','hasTimePhasedInput','DurationVar','hasEffortInput','keys','new','37280epeTPS','input','9064pMJggN','EndVar','1631PHqcne','TimePhasedStartDate','5558448pNRAGa'];_ena=function(){return k;};return _ena();}const TimePhasedDuration=Symbol(_eng(-0x154,-0x15b));const TimePhasedEffort=Symbol(_eng(-0x152,-0x15f));const TimePhasedUnits=Symbol('TimePhasedUnits');function _enb(a,b){const c=_ena();_enb=function(d,e){d=d-0x155;let f=c[d];return f;};return _enb(a,b);}const TimePhasedEventAssignmentGraphDescription=CycleDescription[_eng(-0x162,-0x15c)]({'variables':new Set(),'formulas':new Set()});const TimePhasedEventAssignmentCycleResolutionContext=CycleResolution[_eng(-0x162,-0x159)]({'description':TimePhasedEventAssignmentGraphDescription,'defaultResolutionFormulas':new Set()});class TimePhasedEventAssignmentDispatcher extends CycleResolutionInputChrono{get[_eng(-0x14b,-0x156)](){const a=this[h(-0xe4,-0xee)];function h(a,b){return _eng(a-0x7c,b);}return Boolean(a[h(-0xdd,-0xd4)](TimePhasedStartDate)&VariableInputState[h(-0xd0,-0xdc)]||a['get'](TimePhasedEndDate)&VariableInputState['HasProposedValue']||a[h(-0xdd,-0xe6)](TimePhasedDuration)&VariableInputState[h(-0xd0,-0xcf)]||a[h(-0xdd,-0xdb)](TimePhasedEffort)&VariableInputState['HasProposedValue']);}get[_eng(-0x164,-0x16b)](){const a=this['input'];function i(a,b){return _eng(a-0x1de,b);}return Boolean(a[i(0x85,0x77)](TimePhasedEffort)&VariableInputState[i(0x92,0x95)]);}}class TimePhasedEventAssignmentDispatcherIdentifier extends FieldIdentifier[_eng(-0x158,-0x14b)](CalculatedValueGen){['equality'](a,b){const c=a[j(-0x1e9,-0x1f6)];const d=b[j(-0x1e9,-0x1f4)];if(a!==TombStone&&b===TombStone||a===TombStone&&b!==TombStone)return![];function j(a,b){return _eng(a- -0x89,b);}if(c[j(-0x1da,-0x1e7)]!==d[j(-0x1da,-0x1ce)])return![];for(const e of c[j(-0x1ec,-0x1e4)]()){if(c[j(-0x1e2,-0x1db)](e)!==d[j(-0x1e2,-0x1ec)](e))return![];}return!![];}}export{DurationVar,EffortVar,EndVar,StartVar,TimePhasedDuration,TimePhasedEffort,TimePhasedEndDate,TimePhasedEventAssignmentCycleResolutionContext,TimePhasedEventAssignmentDispatcher,TimePhasedEventAssignmentDispatcherIdentifier,TimePhasedEventAssignmentGraphDescription,TimePhasedStartDate,TimePhasedUnits};
@@ -0,0 +1 @@
1
+ (function(a,b){function aw(a,b){return _enb(a-0x70,b);}const c=a();while(!![]){try{const d=-parseInt(aw(0x1e0,0x1ff))/0x1+parseInt(aw(0x1e1,0x1dc))/0x2*(parseInt(aw(0x200,0x1d8))/0x3)+parseInt(aw(0x1a3,0x1c8))/0x4+-parseInt(aw(0x202,0x219))/0x5*(parseInt(aw(0x208,0x221))/0x6)+-parseInt(aw(0x1f9,0x225))/0x7+parseInt(aw(0x1f3,0x1f6))/0x8*(parseInt(aw(0x201,0x212))/0x9)+-parseInt(aw(0x1f5,0x217))/0xa*(parseInt(aw(0x1eb,0x1bc))/0xb);if(d===b){break;}else{c['push'](c['shift']());}}catch(e){c['push'](c['shift']());}}}(_ena,0x5d7b6));var __decorate=function(a,b,e,f){var g=arguments['length'],h=g<0x3?b:f===null?f=Object[ax(0x2d8,0x2cf)](b,e):f,j;function ax(a,b){return _enb(b-0x14d,a);}if(typeof Reflect==='object'&&typeof Reflect[ax(0x2bb,0x290)]===ax(0x290,0x2a0))h=Reflect['decorate'](a,b,e,f);else for(var k=a[ax(0x2a3,0x2c9)]-0x1;k>=0x0;k--)if(j=a[k])h=(g<0x3?j(h):g>0x3?j(b,e,h):j(b,e))||h;return g>0x3&&h&&Object['defineProperty'](b,e,h),h;};import{Base,Mixin}from'@bryntum/engine-thin/lib/ChronoGraph/class/BetterMixin.js';import{calculate,Entity,field}from'@bryntum/engine-thin/lib/ChronoGraph/replica/Entity.js';import{CalendarIntervalMixin}from'../../../calendar/CalendarIntervalMixin.js';function _enb(a,b){const c=_ena();_enb=function(d,e){d=d-0x130;let f=c[d];return f;};return _enb(a,b);}import{CalendarIntervalStore}from'../../../calendar/CalendarIntervalStore.js';function _enay(a,b){return _enb(a-0x30f,b);}import{model_field}from'../../../chrono/ModelFieldAtom.js';import{BaseCalendarMixin}from'../scheduler_basic/BaseCalendarMixin.js';import{CostAccrual,ResourceType,TimeUnit}from'../../../scheduling/Types.js';import{isGeneratorFunction}from'@bryntum/engine-thin/lib/ChronoGraph/util/Helpers.js';import{ChronoPartOfProjectStoreMixin}from'../../store/mixin/ChronoPartOfProjectStoreMixin.js';class ResourceAllocationEventRangeCalendarIntervalMixin extends CalendarIntervalMixin{static get[_enay(0x475,0x46b)](){function az(a,b){return _enay(b- -0x548,a);}return[{'name':az(-0xd9,-0xb9),'type':az(-0xdc,-0xfe),'defaultValue':!![]}];}}class ResourceAllocationEventRangeCalendarIntervalStore extends CalendarIntervalStore{static get[_enay(0x4a5,0x4a1)](){return{'modelClass':ResourceAllocationEventRangeCalendarIntervalMixin};}}class ResourceAllocationRateCalendarIntervalMixin extends CalendarIntervalMixin{static get[_enay(0x475,0x49c)](){function aA(a,b){return _enay(b-0x87,a);}return[{'name':aA(0x4eb,0x516),'type':aA(0x4f3,0x4d1),'defaultValue':!![]}];}}function _ena(){const aP=['isUnderallocated','standardRateEffortUnit','buildRateTableCalendar','defaultConfig','ticks','4398DWVmVO','getEventStore','clearTempCalendars','intervalStoreClass','endDate','2635780pgvpwV','End','getIterator','eventCalendar','hasElapsedDuration','getRates','assignment','startDate','boolean','includeInactiveEvents','push','combineCalendars','firstStore','Millisecond','convertCurrency','event','decorate','getGroups','maxUnits','tempCalendars','leaveGraph','readField','min','add','initWorkTickData','Start','prototype','shouldIncludeAssignmentInAllocation','currency','resource','getCalendarsWorkStatus','Work','function','tick','costAccrued','initialize','type','calculateAllocation','clear','effortUnit','isTimePhased','intervalStore','getTime','isUserTimePhased','segments','max','assigned','set','assignments','phantomStartDate','units','fields','enterGraph','clearCombinationsWith','rateTable','perUseCost','Prorated','effectiveCalendar','forEach','maxEffort','unspecifiedTimeIsWorking','182271jmKlLY','75256mKXxHA','assignmentFilterFn','trackStoreFilter','trackRecordFieldChanges','get','allocation','$convertDuration','rateCalendar','assignmentIntervals','inactive','77DCHpRc','length','effort','destroy','getProject','isWorking','first','getOwnPropertyDescriptor','136ofKgpe','calculateWorkAllocation','164800ryuOUt','ignoreResourceCalendar','last','includeCost','3586716uTASgH','standardRate','phantomEndDate','cost','isAvailable','getAssignmentStore','respectStoreFilters','51gXKUNA','259533uqGmqA','4065ozsbHR'];_ena=function(){return aP;};return _ena();}class ResourceAllocationRateCalendarIntervalStore extends CalendarIntervalStore{static get['defaultConfig'](){return{'modelClass':ResourceAllocationRateCalendarIntervalMixin};}}class ResourceAllocationEventRangeCalendar extends BaseCalendarMixin{get[_enay(0x440,0x45c)](){return ResourceAllocationEventRangeCalendarIntervalStore;}}__decorate([model_field({'type':_enay(0x44a,0x457),'defaultValue':![]})],ResourceAllocationEventRangeCalendar['prototype'],_enay(0x47e,0x487),void 0x0);class ResourceAllocationRateCalendar extends BaseCalendarMixin{constructor(){super(...arguments);function aB(a,b){return _enay(a-0x33,b);}this[aB(0x4a5,0x48f)]=[];}get[_enay(0x440,0x418)](){return ResourceAllocationRateCalendarIntervalStore;}}__decorate([model_field({'type':'boolean','defaultValue':![]})],ResourceAllocationRateCalendar[_enay(0x45c,0x48a)],_enay(0x47e,0x482),void 0x0);class WorkResourceAllocationInfoMixin extends Mixin([Entity,Base],a=>{class b extends a{constructor(){super(...arguments);function aC(a,b){return _enb(b-0x2e3,a);}this[aC(0x403,0x429)]=new Set();}[aD(0x2bf,0x2aa)](c){function aE(a,b){return aD(b,a- -0x7f);}super[aE(0x22b,0x249)]({'includeInactiveEvents':![],...c});}[aD(0x2da,0x2bb)](c){function aF(a,b){return aD(b,a-0xbb);}super[aF(0x376,0x346)](c);}[aD(0x294,0x29b)](c){this[aG(0x282,0x25f)]();function aG(a,b){return aD(a,b- -0x25);}super[aG(0x265,0x276)](c);}*['shouldIncludeAssignmentInAllocation'](c){const d=yield c['$'][aH(0x23,-0x9)],e=yield this['$'][aH(-0xe,-0xf)],f=yield this['$'][aH(0x79,0x44)],g=yield this['$'][aH(0x49,0x27)];if(c['$removed'])return![];let h=Boolean(d);if(d){if(!e){h=h&&!(yield d['$'][aH(0x7,0x2f)]);}if(f){const i=this[aH(0x14,0x5)][aH(0x9,0x34)]();const j=i[aH(0x6f,0x4e)]();const k=i[aH(0x2d,0x43)]();yield*j[aH(0x13,0x28)]();yield*k['trackStoreFilter']();h=h&&j[aH(0x44,0x42)](d)&&k[aH(0x70,0x42)](c);}if(g){h=h&&(isGeneratorFunction(g)?yield*g(c,this):g(c,this));}}function aH(a,b){return aD(a,b- -0x29f);}return h;}*[aD(0x2c5,0x29c)](c,d){if(c['$'][d]){return yield c['$'][d];}const e=c[aI(0x17c,0x191)];function aI(a,b){return aD(a,b- -0x102);}if(e instanceof ChronoPartOfProjectStoreMixin){const f=e[aI(0x1a7,0x1c6)](c,d);return yield f;}return c[d];}[aD(0x25d,0x284)](){function aJ(a,b){return aD(b,a- -0x50c);}const c=this[aJ(-0x268,-0x28e)]?.[aJ(-0x239,-0x205)]();if(c){for(const d of this[aJ(-0x272,-0x254)]){c[aJ(-0x250,-0x27f)](d);d[aJ(-0x23a,-0x21f)]();}this[aJ(-0x272,-0x288)][aJ(-0x25f,-0x23b)]();}}[aD(0x2e3,0x2e9)](c,d,e){const f=[];let g;for(const h of c){if(g){g['endDate']=h[aK(0x319,0x2ec)];f[aK(0x31c,0x33c)](g);}g={'startDate':h['startDate']||d,'rate':h};}function aK(a,b){return aD(b,a-0x8b);}if(g){g['endDate']=e;f[aK(0x31c,0x2f2)](g);}if(f[aK(0x35b,0x342)]){const i=new ResourceAllocationRateCalendar({'intervals':f});this[aK(0x325,0x359)][aK(0x329,0x346)](i);return i;}}*[aD(0x2b1,0x2ac)](){const c=yield this['$'][aL(0x449,0x43b)],d=yield c['$'][aL(0x45b,0x442)];function aL(a,b){return aD(a,b-0x197);}if(d===ResourceType[aL(0x453,0x43d)]){return yield*this['calculateWorkAllocation']();}}['initWorkTickData'](c,d,e,f,g,h){const i={'tick':c,'resource':d,'cost':0x0,'effort':0x0,'units':0x0,'maxEffort':0x0,'isOverallocated':![],'isUnderallocated':![],'assignments':null};function aM(a,b){return aD(b,a-0x63);}e[aM(0x319,0x2e7)](c,i);f[aM(0x2f4,0x2e0)](i);g[aM(0x324,0x305)]((j,k)=>{const l={'tick':c,'assignment':k,'cost':0x0,'effort':0x0,'units':0x0};function aN(a,b){return aM(b- -0x3eb,a);}j[aN(-0xa9,-0xd2)](c,l);h[aN(-0xb0,-0xbf)](k)[aN(-0xe8,-0xf7)](l);});return i;}*[aD(0x2c1,0x2d8)](){const c=this,d=[],e=yield c[aO(-0x223,-0x23d)],f=yield c['$'][aO(-0x257,-0x284)],g=yield c['$'][aO(-0x260,-0x24c)],h=f[aO(-0x25b,-0x255)](),i=yield f['$'][aO(-0x249,-0x273)],j=yield f['$'][aO(-0x271,-0x268)],k=new Map(),l=[],m=new Map(),n=new Map(),o=yield f['$'][aO(-0x26d,-0x28f)],p=e[aO(-0x29d,-0x278)][aO(-0x22d,-0x253)]['startDate'],q=e['intervalStore'][aO(-0x270,-0x24d)][aO(-0x2c2,-0x2a2)],r=q[aO(-0x290,-0x277)]()-p[aO(-0x288,-0x277)]();let s,t,u,v,w=![],x=![],y;if(g){s=yield f['$']['costAccrual'];y=yield h['$'][aO(-0x2a6,-0x285)];x=Boolean(h[aO(-0x29f,-0x293)]);}c['clearTempCalendars']();const z=new Map();function aO(a,b){return aD(a,b- -0x528);}const A=new Map();for(const F of i){if(!(yield*c[aO(-0x256,-0x286)](F)))continue;const G=yield F['$'][aO(-0x2bb,-0x292)];let H=yield G['$'][aO(-0x2b1,-0x29a)];let I=yield G['$'][aO(-0x28b,-0x2a2)];const J=yield G['$'][aO(-0x2a8,-0x275)];const K=yield G['$'][aO(-0x251,-0x268)];const L={'event':G,'eventCalendar':K,'startDate':H,'endDate':I,'units':yield F['$'][aO(-0x299,-0x26f)],'ignoreResourceCalendar':(yield G['$'][aO(-0x239,-0x24e)])||(yield*G[aO(-0x2d1,-0x29d)]())};A['set'](F,L);if(J){for(const N of J){const O=yield N['$'][aO(-0x2a3,-0x29a)];const P=yield N['$'][aO(-0x285,-0x2a2)];l[aO(-0x2a5,-0x297)]({'startDate':O,'endDate':P,'assignment':F});}}else{if(yield*F[aO(-0x29b,-0x279)]()){if(yield*F[aO(-0x29f,-0x276)]()){H=yield F['$'][aO(-0x2a2,-0x29a)];I=yield F['$'][aO(-0x285,-0x2a2)];}else{H=yield F['$'][aO(-0x284,-0x270)];I=yield F['$'][aO(-0x267,-0x249)];}}if(H&&I){l[aO(-0x28f,-0x297)]({'startDate':H,'endDate':I,'assignment':F});}}if(s){switch(s){case CostAccrual[aO(-0x296,-0x269)]:const Q=yield F['$'][aO(-0x275,-0x26b)];if(Q){let R=z['get'](Q);if(!R&&(R=c['buildRateTableCalendar'](yield*f[aO(-0x2c6,-0x29c)](Q,p,q),p,q))){z[aO(-0x27c,-0x272)](Q,R);w=!![];}L[aO(-0x233,-0x25c)]=R;R?.[aO(-0x293,-0x271)][aO(-0x285,-0x297)](F);}break;case CostAccrual['Start']:if(H>=p&&H<q){L[aO(-0x269,-0x248)]=yield F['$'][aO(-0x243,-0x248)];w=!![];}break;case CostAccrual[aO(-0x28d,-0x2a0)]:if(I>p&&I<=q){L[aO(-0x270,-0x248)]=yield F['$']['cost'];w=!![];}break;}}let M=k[aO(-0x23d,-0x25f)](K);if(!M){M=[];k[aO(-0x23d,-0x272)](K,M);}m[aO(-0x23f,-0x272)](F,new Map());n[aO(-0x251,-0x272)](F,[]);M[aO(-0x2b1,-0x297)](F);}if(s&&!w){s=null;}const B=new ResourceAllocationEventRangeCalendar({'intervals':l});c['tempCalendars']['add'](B);const C=[j,e,...c['tempCalendars'],...k['keys']()];const D=new Map();const E=h[aO(-0x284,-0x296)](C)[aO(-0x2a3,-0x29f)]({'startDate':p,'endDate':q,'maxRange':r>h['maxCalendarRange']?r:void 0x0});for(const {startDate:S,endDate:T,calendarCacheInterval:U}of E){const V=U[aO(-0x29e,-0x290)](),W=V['get'](e)[0x0],X=D[aO(-0x273,-0x25f)](W)||c[aO(-0x2b7,-0x289)](W,f,D,d,m,n),Y=U[aO(-0x265,-0x283)]();if(Y[aO(-0x241,-0x25f)](e)){const Z=T[aO(-0x28f,-0x277)]()-S[aO(-0x284,-0x277)](),a0=X[aO(-0x28f,-0x271)]||new Set(),a1=X[aO(-0x23f,-0x25b)]||new Map();if(v&&v!==W){const a7=D[aO(-0x24d,-0x25f)](v);a7[aO(-0x24e,-0x241)]=a7[aO(-0x24a,-0x241)]||a7[aO(-0x264,-0x257)]&&a7['effort']<a7[aO(-0x292,-0x266)];}if(!X[aO(-0x293,-0x271)]){t=0x0;u=0x0;}let a2=![],a3=0x0,a4=0x0,a5=0x0,a6;for(const a8 of V['get'](B)){const a9=a8[aO(-0x28c,-0x29b)];const aa=a9&&A['get'](a9);const ab=aa?.['event'];let ac=!![];if(ab&&Y[aO(-0x265,-0x25f)](aa[aO(-0x2bb,-0x29e)])&&(aa[aO(-0x265,-0x24e)]||Y[aO(-0x23c,-0x25f)](j))){const ad=aa[aO(-0x2cb,-0x29a)];const ae=aa['endDate'];const af=aa[aO(-0x290,-0x26f)];const ag=Math[aO(-0x277,-0x274)](S[aO(-0x2a6,-0x277)](),ad['getTime']());const ah=Math[aO(-0x29e,-0x28b)](T[aO(-0x278,-0x277)](),ae[aO(-0x28e,-0x277)]());a2=!![];a6=ah-ag;const ai=m['get'](a9)[aO(-0x274,-0x25f)](W);let aj=a6*af*0.01;if(s){switch(s){case CostAccrual[aO(-0x28b,-0x269)]:let ak=0x0;ac=ac&&v!==W&&X[aO(-0x2b4,-0x280)][aO(-0x2bd,-0x29a)]<=ad&&ad<X[aO(-0x2a8,-0x280)][aO(-0x27c,-0x2a2)];const al=aa[aO(-0x238,-0x25c)];if(al&&Y[aO(-0x294,-0x25f)](al)){const am=yield ab['$'][aO(-0x259,-0x27a)];const an=V[aO(-0x283,-0x25f)](al);for(const {rate:ao}of an){if(ao){const ap=yield*h[aO(-0x257,-0x25d)](aj,TimeUnit[aO(-0x2b2,-0x294)],ao[aO(-0x21e,-0x240)]||am);const aq=ao[aO(-0x260,-0x285)];let ar=ao[aO(-0x27b,-0x26a)]||0x0;let as=ao[aO(-0x234,-0x24a)]||0x0;if(aq&&y&&x){if(ar){ar=yield*h[aO(-0x2aa,-0x293)](ar,aq,y);}if(as){as=yield*h[aO(-0x2a3,-0x293)](as,aq,y);}}ak+=ap*as+(ac&&ar);ac=![];}}}ai['cost']+=ak;a5+=ak;break;case CostAccrual[aO(-0x290,-0x288)]:if(!aa[aO(-0x279,-0x27f)]&&v!==W&&X[aO(-0x2a6,-0x280)][aO(-0x26f,-0x29a)]<=ad&&ad<X[aO(-0x297,-0x280)][aO(-0x2d7,-0x2a2)]){const at=aa[aO(-0x24e,-0x248)];a5+=at;ai[aO(-0x234,-0x248)]+=at;aa[aO(-0x26d,-0x27f)]=!![];}break;case CostAccrual[aO(-0x2be,-0x2a0)]:if(!aa[aO(-0x262,-0x27f)]&&v!==W&&(ad[aO(-0x264,-0x277)]()-ae[aO(-0x28c,-0x277)]()?X['tick'][aO(-0x286,-0x29a)]<ae&&ae<=X[aO(-0x250,-0x280)][aO(-0x2b1,-0x2a2)]:X[aO(-0x27a,-0x280)][aO(-0x268,-0x29a)]<=ae&&ae<=X[aO(-0x24b,-0x280)][aO(-0x2d7,-0x2a2)])){const au=aa[aO(-0x231,-0x248)];a5+=au;ai['cost']+=au;aa['costAccrued']=!![];}break;}}ai[aO(-0x26b,-0x257)]+=aj;ai[aO(-0x262,-0x26f)]=af;ai['inEventTimeSpan']=!![];a4+=aj;a3+=af;a0[aO(-0x2bb,-0x28a)](a9);a1[aO(-0x26e,-0x272)](a9,ai);}}if(Y[aO(-0x279,-0x25f)](j)){X[aO(-0x241,-0x266)]+=Z*o*0.01;}if(a3){if(a6){t+=a6*a3;u+=a6;X[aO(-0x270,-0x26f)]=t/u;}else if(!t){X[aO(-0x2a3,-0x26f)]=a3;}}if(a2){X['inEventTimeSpan']=!![];X[aO(-0x257,-0x257)]+=a4;X['cost']+=a5;X[aO(-0x24b,-0x271)]=a0;X[aO(-0x22d,-0x25b)]=a1;X['isOverallocated']=X['isOverallocated']||X[aO(-0x25d,-0x257)]>X[aO(-0x233,-0x266)]||X[aO(-0x24b,-0x26f)]>o;X['isUnderallocated']=X[aO(-0x267,-0x241)]||a4<Z||X[aO(-0x272,-0x26f)]<o;}}v=W;}if(v){const av=D['get'](v);av[aO(-0x20c,-0x241)]=av[aO(-0x25f,-0x241)]||av[aO(-0x262,-0x257)]&&av['effort']<av[aO(-0x284,-0x266)];}c[aO(-0x287,-0x2a4)]();return{'owner':c,'resource':f,'total':d,'byAssignments':n};}}__decorate([field()],b[aD(0x276,0x2a1)],aD(0x279,0x290),void 0x0);__decorate([field()],b['prototype'],aD(0x2d9,0x2e3),void 0x0);__decorate([field()],b['prototype'],'assignmentFilterFn',void 0x0);__decorate([field()],b['prototype'],aD(0x2cb,0x2ca),void 0x0);__decorate([field()],b[aD(0x2af,0x2a1)],aD(0x29b,0x2a4),void 0x0);__decorate([field()],b[aD(0x27e,0x2a1)],'includeCost',void 0x0);__decorate([calculate(aD(0x2cc,0x2ca))],b[aD(0x27f,0x2a1)],aD(0x286,0x2ac),null);function aD(a,b){return _enay(b- -0x1bb,a);}return b;}){}export{ResourceAllocationEventRangeCalendar,ResourceAllocationEventRangeCalendarIntervalMixin,ResourceAllocationEventRangeCalendarIntervalStore,ResourceAllocationRateCalendar,ResourceAllocationRateCalendarIntervalMixin,ResourceAllocationRateCalendarIntervalStore,WorkResourceAllocationInfoMixin};
@@ -0,0 +1 @@
1
+ function _eng(a,b){return _enb(a- -0x1b9,b);}(function(a,b){function f(a,b){return _enb(a- -0x98,b);}const c=a();while(!![]){try{const d=-parseInt(f(0x14b,0x14a))/0x1+parseInt(f(0x14f,0x14e))/0x2+-parseInt(f(0x153,0x14e))/0x3*(parseInt(f(0x155,0x150))/0x4)+parseInt(f(0x150,0x152))/0x5+parseInt(f(0x14d,0x14b))/0x6*(-parseInt(f(0x14c,0x148))/0x7)+-parseInt(f(0x151,0x150))/0x8+parseInt(f(0x154,0x155))/0x9*(parseInt(f(0x14e,0x14f))/0xa);if(d===b){break;}else{c['push'](c['shift']());}}catch(e){c['push'](c['shift']());}}}(_ena,0x205e3));import{CycleResolution,CycleDescription}from'@bryntum/engine-thin/lib/ChronoGraph/cycle_resolver/CycleResolver.js';import{durationFormula,DurationVar,endDateFormula,EndDateVar,startDateFormula,StartDateVar}from'../../scheduler_basic/BaseEventDispatcher.js';import{effortFormula,EffortVar,unitsFormula,UnitsVar}from'../HasEffortDispatcher.js';const fixedDurationSEDWUGraphDescription=CycleDescription['new']({'variables':new Set([StartDateVar,EndDateVar,DurationVar,EffortVar,UnitsVar]),'formulas':new Set([startDateFormula,endDateFormula,durationFormula,unitsFormula,effortFormula])});const fixedDurationAndEffortSEDWUGraphDescription=CycleDescription[_eng(0x31,0x2c)]({'variables':new Set([StartDateVar,EndDateVar,DurationVar,EffortVar,UnitsVar]),'formulas':new Set([startDateFormula,endDateFormula,durationFormula,unitsFormula,effortFormula])});function _enb(a,b){const c=_ena();_enb=function(d,e){d=d-0x1e3;let f=c[d];return f;};return _enb(a,b);}const fixedDurationSEDWUForwardNonEffortDriven=CycleResolution[_eng(0x31,0x2f)]({'description':fixedDurationSEDWUGraphDescription,'defaultResolutionFormulas':new Set([endDateFormula,effortFormula])});function _ena(){const h=['66tfeuZe','678519vfoNfP','11852uCsVMv','132182FDELzZ','65401ESyYFF','78XCTlpf','70kVDYsU','70782axRiZf','637655TKcutT','1914024DYlpSr','new'];_ena=function(){return h;};return _ena();}const fixedDurationSEDWUForwardEffortDriven=CycleResolution[_eng(0x31,0x31)]({'description':fixedDurationAndEffortSEDWUGraphDescription,'defaultResolutionFormulas':new Set([endDateFormula,unitsFormula])});const fixedDurationSEDWUBackwardNonEffortDriven=CycleResolution[_eng(0x31,0x2d)]({'description':fixedDurationSEDWUGraphDescription,'defaultResolutionFormulas':new Set([startDateFormula,effortFormula])});const fixedDurationSEDWUBackwardEffortDriven=CycleResolution[_eng(0x31,0x2c)]({'description':fixedDurationAndEffortSEDWUGraphDescription,'defaultResolutionFormulas':new Set([startDateFormula,unitsFormula])});export{fixedDurationAndEffortSEDWUGraphDescription,fixedDurationSEDWUBackwardEffortDriven,fixedDurationSEDWUBackwardNonEffortDriven,fixedDurationSEDWUForwardEffortDriven,fixedDurationSEDWUForwardNonEffortDriven,fixedDurationSEDWUGraphDescription};
@@ -0,0 +1 @@
1
+ (function(a,b){const c=a();function h(a,b){return _enb(b-0x12d,a);}while(!![]){try{const d=-parseInt(h(0x251,0x24c))/0x1+-parseInt(h(0x260,0x263))/0x2+-parseInt(h(0x263,0x265))/0x3+parseInt(h(0x253,0x250))/0x4+-parseInt(h(0x258,0x257))/0x5+parseInt(h(0x258,0x255))/0x6*(-parseInt(h(0x25f,0x262))/0x7)+parseInt(h(0x250,0x252))/0x8;if(d===b){break;}else{c['push'](c['shift']());}}catch(e){c['push'](c['shift']());}}}(_ena,0xe775f));import{PreviousValueOf}from'@bryntum/engine-thin/lib/ChronoGraph/chrono/Effect.js';import{Mixin}from'@bryntum/engine-thin/lib/ChronoGraph/class/BetterMixin.js';function _ena(){const n=['3961251ZesXcM','effectiveDirection','862901DHVlEn','hasProposedAssignments','hasPreviousValueForUnits','prepareDispatcher','3569200ApKUmq','cycleResolutionContext','49133952LpUkBx','effectiveSchedulingMode','direction','146724uBUxKm','FixedDuration','9197815lXzpXe','effectiveSchedulingModeSync','effortDriven','addProposedValueFlag','None','prepareDispatcherForAssignmentsFixedDuration','assign','getBaseOptionsForDurationCalculations','prototype','effort','addKeepIfPossibleFlag','287YowhEg','2120972zaztno','call'];_ena=function(){return n;};return _ena();}import{Direction,SchedulingMode}from'../../../../scheduling/Types.js';import{EffortVar,UnitsVar}from'../HasEffortDispatcher.js';import{HasSchedulingModeMixin}from'../HasSchedulingModeMixin.js';import{fixedDurationSEDWUBackwardEffortDriven,fixedDurationSEDWUBackwardNonEffortDriven,fixedDurationSEDWUForwardEffortDriven,fixedDurationSEDWUForwardNonEffortDriven}from'./FixedDurationDispatcher.js';class FixedDurationMixin extends Mixin([HasSchedulingModeMixin],a=>{const b=a[i(0xb8,0xb8)];class c extends a{*[i(0xb3,0xb5)](d,e){function j(a,b){return i(a,b- -0x3f);}if(yield*this[j(0x5f,0x67)]()){if(yield this['$'][j(0x69,0x73)]){e[j(0x7c,0x74)](EffortVar);}else{if(yield*this[j(0x61,0x68)]()){e[j(0x80,0x74)](UnitsVar);}}}}*[i(0xb3,0xa8)](d){function k(a,b){return i(b,a-0x43c);}const e=yield*this[k(0x4e8,0x4ef)]();if(e===SchedulingMode[k(0x4eb,0x4e1)]){const f=yield*b[k(0x4e4,0x4e5)]['call'](this,d);const g=yield this['$'][k(0x4ee,0x4e6)];if(g&&(yield PreviousValueOf(this['$'][k(0x4f5,0x4ff)]))!=null)f[k(0x4f6,0x4f5)](EffortVar);yield*this[k(0x4f1,0x4fd)](d,f);return f;}else{return yield*b[k(0x4e4,0x4f0)][k(0x4f9,0x501)](this,d);}}[i(0xa9,0xaa)](d){function l(a,b){return i(b,a- -0x1f2);}const e=this[l(-0x141,-0x14d)](d);if(e===SchedulingMode['FixedDuration']){const f=d(this['$'][l(-0x133,-0x12f)]);const g=d(this['$'][l(-0x140,-0x138)]);if(f[l(-0x145,-0x13b)]===Direction['Forward']||f[l(-0x145,-0x13e)]===Direction[l(-0x13e,-0x13a)]){return g?fixedDurationSEDWUForwardEffortDriven:fixedDurationSEDWUForwardNonEffortDriven;}else{return g?fixedDurationSEDWUBackwardEffortDriven:fixedDurationSEDWUBackwardNonEffortDriven;}}else{return b[l(-0x148,-0x146)]['call'](this,d);}}*[i(0xc1,0xb7)](){function m(a,b){return i(b,a- -0x7e);}const d=yield*this[m(0x2e,0x2f)]();if(d===SchedulingMode['FixedDuration']){const e=yield*b['getBaseOptionsForDurationCalculations'][m(0x3f,0x41)](this);return Object[m(0x38,0x35)](e,{'ignoreResourceCalendar':!![]});}else{return yield*b[m(0x39,0x2e)]['call'](this);}}}function i(a,b){return _enb(b- -0x7a,a);}return c;}){}function _enb(a,b){const c=_ena();_enb=function(d,e){d=d-0x11f;let f=c[d];return f;};return _enb(a,b);}export{FixedDurationMixin};
@@ -0,0 +1 @@
1
+ function _enb(a,b){const c=_ena();_enb=function(d,e){d=d-0x1a0;let f=c[d];return f;};return _enb(a,b);}(function(a,b){function g(a,b){return _enb(a-0x195,b);}const c=a();while(!![]){try{const d=parseInt(g(0x338,0x33e))/0x1+parseInt(g(0x337,0x33a))/0x2*(parseInt(g(0x340,0x33c))/0x3)+parseInt(g(0x346,0x340))/0x4*(-parseInt(g(0x344,0x341))/0x5)+parseInt(g(0x33d,0x338))/0x6+parseInt(g(0x33b,0x344))/0x7+parseInt(g(0x341,0x33c))/0x8*(parseInt(g(0x345,0x347))/0x9)+-parseInt(g(0x342,0x343))/0xa;if(d===b){break;}else{c['push'](c['shift']());}}catch(e){c['push'](c['shift']());}}}(_ena,0x9e992));import{Mixin}from'@bryntum/engine-thin/lib/ChronoGraph/class/Mixin.js';import{AbstractPartOfProjectStoreMixin}from'./mixin/AbstractPartOfProjectStoreMixin.js';import{CIFromSetOrArrayOrValue}from'../../util/Functions.js';class AbstractAssignmentStoreMixin extends Mixin([AbstractPartOfProjectStoreMixin],a=>{const b=a[h(0x23f,0x238)];class c extends a{constructor(){function i(a,b){return h(a-0x20a,b);}super(...arguments);this[i(0x445,0x447)]=new Set();this[i(0x44a,0x451)]=![];}[h(0x23c,0x23f)](d,e){function j(a,b){return h(a- -0x34e,b);}this[j(-0x113,-0x10a)]=CIFromSetOrArrayOrValue(d)[j(-0x10c,-0x10b)]();const f=b[j(-0x112,-0x115)][j(-0x105,-0x100)](this,d,e);this[j(-0x113,-0x119)][j(-0x109,-0x105)]();return f;}[h(0x244,0x244)](d){this[k(0x46a,0x470)]=!![];const e=b[k(0x474,0x474)]['call'](this,d);function k(a,b){return h(b-0x230,a);}this[k(0x473,0x470)]=![];return e;}}function h(a,b){return _enb(a-0x9b,b);}return c;}){}function _ena(){const l=['2097848wXyUbL','7825160SAPkQe','call','277590BiHpmi','9unraLI','84fVbOYf','assignmentsForRemoval','remove','12CxKjlE','215361ymxXcR','prototype','allAssignmentsForRemoval','8660211CRnZqi','toSet','3005994mXjYlN','removeAll','clear','191124JcBJRu'];_ena=function(){return l;};return _ena();}export{AbstractAssignmentStoreMixin};
@@ -0,0 +1 @@
1
+ (function(a,b){const c=a();function f(a,b){return _enb(b-0xdc,a);}while(!![]){try{const d=parseInt(f(0x189,0x184))/0x1*(-parseInt(f(0x174,0x178))/0x2)+-parseInt(f(0x17b,0x180))/0x3*(parseInt(f(0x180,0x17f))/0x4)+parseInt(f(0x17e,0x175))/0x5*(-parseInt(f(0x18d,0x185))/0x6)+-parseInt(f(0x185,0x183))/0x7+-parseInt(f(0x177,0x176))/0x8*(parseInt(f(0x189,0x188))/0x9)+-parseInt(f(0x178,0x182))/0xa*(parseInt(f(0x181,0x187))/0xb)+-parseInt(f(0x184,0x17b))/0xc*(-parseInt(f(0x184,0x17c))/0xd);if(d===b){break;}else{c['push'](c['shift']());}}catch(e){c['push'](c['shift']());}}}(_ena,0xcf3da));function _ena(){const i=['traverse','6ihItbp','push','destroy','536172yPJajt','1313akgFUZ','doDestroy','forEach','12332oRnGFx','402dVkTjO','isDestroyed','82760FQLBqt','11377660jlnNso','86788nDrJRQ','1391844MWjyVo','rootNode','110FYumil','2455047AkKflq','10ZwxeOE','24rSqoRR'];_ena=function(){return i;};return _ena();}import{Mixin}from'@bryntum/engine-thin/lib/ChronoGraph/class/Mixin.js';import{AbstractPartOfProjectStoreMixin}from'./mixin/AbstractPartOfProjectStoreMixin.js';class AbstractCalendarManagerStoreMixin extends Mixin([AbstractPartOfProjectStoreMixin],a=>{function g(a,b){return _enb(a- -0x28a,b);}class b extends a{[g(-0x1e9,-0x1e8)](){const c=[];if(!this['isChained']&&!this[h(0xc2,0xbd)]?.[h(0xae,0xb8)]){this[h(0xaf,0xae)](d=>c[h(0xb6,0xb0)](d));}super[h(0xbd,0xb4)]();function h(a,b){return g(b-0x29d,a);}c[h(0xbd,0xb5)](d=>d[h(0xaa,0xb1)]());}}return b;}){}function _enb(a,b){const c=_ena();_enb=function(d,e){d=d-0x99;let f=c[d];return f;};return _enb(a,b);}export{AbstractCalendarManagerStoreMixin};
@@ -0,0 +1 @@
1
+ (function(a,b){function g(a,b){return _enb(a-0x3d8,b);}const c=a();while(!![]){try{const d=parseInt(g(0x497,0x49a))/0x1+parseInt(g(0x4a0,0x4a3))/0x2*(parseInt(g(0x4a4,0x4a3))/0x3)+-parseInt(g(0x49f,0x49c))/0x4*(-parseInt(g(0x49a,0x49d))/0x5)+parseInt(g(0x4a3,0x49c))/0x6*(parseInt(g(0x498,0x496))/0x7)+parseInt(g(0x49b,0x4a2))/0x8*(parseInt(g(0x49c,0x4a5))/0x9)+parseInt(g(0x495,0x498))/0xa*(parseInt(g(0x4a1,0x4a4))/0xb)+-parseInt(g(0x499,0x497))/0xc;if(d===b){break;}else{c['push'](c['shift']());}}catch(e){c['push'](c['shift']());}}}(_ena,0xb94ef));import{Mixin}from'@bryntum/engine-thin/lib/ChronoGraph/class/Mixin.js';import{AbstractPartOfProjectStoreMixin}from'./mixin/AbstractPartOfProjectStoreMixin.js';import{CIFromSetOrArrayOrValue}from'../../util/Functions.js';function _ena(){const l=['15743GTtywJ','17983djigRK','27755808kfupIg','20XGlqAC','11952376Drzxug','9Ltfckp','toSet','clear','693640UleZUz','14914lOnbrD','11evRukj','remove','1374PPsVtq','75eFFYtc','allDependenciesForRemoval','call','938510aMHGEV','dependenciesForRemoval'];_ena=function(){return l;};return _ena();}function _enb(a,b){const c=_ena();_enb=function(d,e){d=d-0xbc;let f=c[d];return f;};return _enb(a,b);}class AbstractDependencyStoreMixin extends Mixin([AbstractPartOfProjectStoreMixin],a=>{const b=a['prototype'];class c extends a{constructor(){function h(a,b){return _enb(b-0x124,a);}super(...arguments);this[h(0x1dd,0x1e2)]=new Set();this[h(0x1ef,0x1f1)]=![];}[i(0x39f,0x3a5)](d,e){this[j(-0xa,-0x9)]=CIFromSetOrArrayOrValue(d)[j(-0x3,0x0)]();const f=b[j(0x2,0x1)]['call'](this,d,e);this[j(-0xa,-0x9)][j(-0x2,-0x5)]();function j(a,b){return i(a- -0x39d,b);}return f;}['removeAll'](d){function k(a,b){return i(b- -0x325,a);}this[k(0x79,0x7d)]=!![];const e=b['removeAll'][k(0x64,0x6c)](this,d);this[k(0x81,0x7d)]=![];return e;}}function i(a,b){return _enb(a-0x2d5,b);}return c;}){}export{AbstractDependencyStoreMixin};
@@ -0,0 +1 @@
1
+ (function(a,b){const c=a();function k(a,b){return _enb(b-0x25e,a);}while(!![]){try{const d=parseInt(k(0x321,0x31a))/0x1*(-parseInt(k(0x309,0x317))/0x2)+-parseInt(k(0x305,0x306))/0x3*(-parseInt(k(0x303,0x307))/0x4)+parseInt(k(0x30e,0x319))/0x5*(parseInt(k(0x311,0x30e))/0x6)+-parseInt(k(0x312,0x316))/0x7*(-parseInt(k(0x2f5,0x300))/0x8)+-parseInt(k(0x313,0x312))/0x9+parseInt(k(0x2f6,0x2fb))/0xa*(parseInt(k(0x2f3,0x302))/0xb)+parseInt(k(0x307,0x308))/0xc*(-parseInt(k(0x30e,0x311))/0xd);if(d===b){break;}else{c['push'](c['shift']());}}catch(e){c['push'](c['shift']());}}}(_ena,0x96284));import{Mixin}from'@bryntum/engine-thin/lib/ChronoGraph/class/Mixin.js';function _enb(a,b){const c=_ena();_enb=function(d,e){d=d-0x9a;let f=c[d];return f;};return _enb(a,b);}import{AbstractPartOfProjectStoreMixin}from'./mixin/AbstractPartOfProjectStoreMixin.js';const dataAddRemoveActions={'splice':0x1,'clear':0x1};class AbstractEventStoreMixin extends Mixin([AbstractPartOfProjectStoreMixin],a=>{const b=a['prototype'];class c extends a{constructor(){super(...arguments);function l(a,b){return _enb(a- -0x358,b);}this[l(-0x2a6,-0x2ac)]=new Set();this[l(-0x2a2,-0x2a2)]=new Set();}[m(-0x174,-0x166)](d){function n(a,b){return m(a-0x2c7,b);}const e=dataAddRemoveActions[d[n(0x14b,0x143)]];super[n(0x153,0x158)](d);if(e&&d[n(0x14d,0x15f)]?.[n(0x147,0x137)])this[n(0x141,0x148)]();}['remove'](d,e){const f=b[o(0x3de,0x3d7)][o(0x3b0,0x3bc)](this,d,e);function o(a,b){return m(b-0x548,a);}this[o(0x3d0,0x3c2)]();return f;}['removeAll'](d){const e=b[p(-0x17d,-0x18f)][p(-0x18b,-0x185)](this,d);function p(a,b){return m(a-0x1,b);}this[p(-0x185,-0x17f)]();return e;}[m(-0x184,-0x196)](...d){function q(a,b){return m(a-0x21a,b);}const e=b[q(0x96,0xa3)][q(0x8f,0x92)](this,d);this[q(0x94,0x9f)]();return e;}['onNodeRemoveChild'](d,e,f,g){function r(a,b){return m(b- -0x97,a);}const h=b['onNodeRemoveChild']['call'](this,...arguments);this[r(-0x226,-0x21d)]();return h;}[m(-0x186,-0x193)](){const {assignmentsForRemoval:d,dependenciesForRemoval:e}=this;if(!d)return;const f=this[s(-0x343,-0x338)]();if(f&&!f[s(-0x340,-0x34c)]&&d['size']){const h=[...d][s(-0x348,-0x34b)](i=>!f['assignmentsForRemoval'][s(-0x32a,-0x33a)](i));h[s(-0x33c,-0x33b)]>0x0&&f[s(-0x328,-0x32c)](h);}function s(a,b){return m(b- -0x1bb,a);}d['clear']();const g=this['getDependencyStore']();if(g&&!g['allDependenciesForRemoval']&&e[s(-0x350,-0x348)]){const i=[...e][s(-0x34a,-0x34b)](j=>!g[s(-0x327,-0x330)][s(-0x335,-0x33a)](j));i[s(-0x32b,-0x33b)]>0x0&&g[s(-0x32c,-0x32c)](i);}e[s(-0x34d,-0x33f)]();}[m(-0x18a,-0x19a)](d,e=![]){if(!this[t(-0x19d,-0x1a5)]?.[t(-0x1b7,-0x1be)]){const f=this[t(-0x1b6,-0x1b7)](d['id']);const g=f&&f!==d;if(g&&f['assigned']){for(const h of f[t(-0x1b0,-0x1b4)]){h['event']=d;}}}function t(a,b){return m(b- -0x2f,a);}return d;}}function m(a,b){return _enb(a- -0x22b,b);}return c;}){}function _ena(){const u=['removed','assignmentsForRemoval','10361MDXOeM','7660737LRQyXO','project','dependenciesForRemoval','onDataChange','147vSAzCV','2udYtiM','remove','62305hbPeCH','195441cDxqid','allAssignmentsForRemoval','filter','isRepopulatingStores','1257110RfAMvm','size','call','apply','processRecord','168168nIgIiJ','getById','11ICqPrg','afterEventRemoval','assigned','clear','3neJWJj','4238188oqYPwn','2100kiYabV','length','has','removeAll','getAssignmentStore','action','84Ekbbtn'];_ena=function(){return u;};return _ena();}export{AbstractEventStoreMixin};
@@ -0,0 +1 @@
1
+ function _ena(){const q=['816716iMOZGW','prototype','call','remove','resource','6426192PLVAQy','assigned','17364861yFXWar','assignmentsForRemoval','onDataChange','removeAll','afterResourceRemoval','has','filter','processRecord','removed','8710268WIPmim','10FBksYO','clear','getById','getAssignmentStore','length','244XKLvIZ','1193633CVaPLX','594HAEwSW','15160JbVpoq','action','49737CTAUrc'];_ena=function(){return q;};return _ena();}(function(a,b){function i(a,b){return _enb(a- -0x187,b);}const c=a();while(!![]){try{const d=-parseInt(i(0x3a,0x31))/0x1+parseInt(i(0x3f,0x42))/0x2+-parseInt(i(0x3e,0x33))/0x3*(-parseInt(i(0x39,0x2f))/0x4)+parseInt(i(0x3c,0x39))/0x5*(parseInt(i(0x3b,0x38))/0x6)+parseInt(i(0x33,0x41))/0x7+parseInt(i(0x44,0x50))/0x8+-parseInt(i(0x46,0x3f))/0x9*(parseInt(i(0x34,0x32))/0xa);if(d===b){break;}else{c['push'](c['shift']());}}catch(e){c['push'](c['shift']());}}}(_ena,0x9d51d));import{Mixin}from'@bryntum/engine-thin/lib/ChronoGraph/class/Mixin.js';import{AbstractPartOfProjectStoreMixin}from'./mixin/AbstractPartOfProjectStoreMixin.js';const dataAddRemoveActions={'splice':0x1,'clear':0x1};class AbstractResourceStoreMixin extends Mixin([AbstractPartOfProjectStoreMixin],a=>{const b=a[j(-0x1f5,-0x203)];class c extends a{constructor(){function k(a,b){return j(b-0x6e7,a);}super(...arguments);this[k(0x4ed,0x4f9)]=new Set();}[j(-0x1ed,-0x1f5)](d){const e=dataAddRemoveActions[d[l(0x4b5,0x4b2)]];function l(a,b){return j(a-0x6ad,b);}super['onDataChange'](d);if(e&&d[l(0x4aa,0x49f)]?.[l(0x4b0,0x4ad)])this[l(0x4a6,0x49b)]();}['remove'](d,e){const f=b[m(-0x19d,-0x194)][m(-0x19e,-0x1a8)](this,d,e);function m(a,b){return j(a-0x56,b);}this[m(-0x1b1,-0x1bd)]();return f;}[j(-0x208,-0x206)](d){function n(a,b){return j(a-0x242,b);}const e=b[n(0x3a,0x30)][n(0x4e,0x42)](this,d);this[n(0x3b,0x3b)]();return e;}['afterResourceRemoval'](){const d=this[o(-0x1e6,-0x1e6)]();if(d&&!d['allAssignmentsForRemoval']){const e=[...this[o(-0x1d6,-0x1e1)]][o(-0x1ed,-0x1f4)](f=>!d[o(-0x1d6,-0x1d8)][o(-0x1ee,-0x1f7)](f));e[o(-0x1e5,-0x1ef)]>0x0&&d[o(-0x1db,-0x1cf)](e);}function o(a,b){return j(a-0x18,b);}this[o(-0x1d6,-0x1d5)][o(-0x1e8,-0x1ed)]();}[j(-0x204,-0x20e)](d,e=![]){function p(a,b){return j(a-0x325,b);}const f=this[p(0x126,0x133)](d['id']);const g=f&&f!==d;if(g){for(const h of f[p(0x135,0x12e)]||[]){h[p(0x133,0x12c)]=d;}}return d;}}function j(a,b){return _enb(a- -0x3bc,b);}return c;}){}function _enb(a,b){const c=_ena();_enb=function(d,e){d=d-0x1b4;let f=c[d];return f;};return _enb(a,b);}export{AbstractResourceStoreMixin};
@@ -0,0 +1 @@
1
+ (function(a,b){const c=a();function f(a,b){return _enb(a-0x7b,b);}while(!![]){try{const d=parseInt(f(0x1d8,0x1d7))/0x1*(parseInt(f(0x1d7,0x1d4))/0x2)+-parseInt(f(0x1df,0x1e0))/0x3+-parseInt(f(0x1d5,0x1ce))/0x4*(-parseInt(f(0x1e0,0x1e5))/0x5)+-parseInt(f(0x1dc,0x1d5))/0x6+-parseInt(f(0x1de,0x1dd))/0x7*(-parseInt(f(0x1d4,0x1cf))/0x8)+parseInt(f(0x1d6,0x1d1))/0x9+-parseInt(f(0x1da,0x1e0))/0xa*(parseInt(f(0x1d3,0x1cc))/0xb);if(d===b){break;}else{c['push'](c['shift']());}}catch(e){c['push'](c['shift']());}}}(_ena,0x6522a));import{Mixin}from'@bryntum/engine-thin/lib/ChronoGraph/class/BetterMixin.js';import{BaseAssignmentMixin}from'../model/scheduler_basic/BaseAssignmentMixin.js';import{ChronoPartOfProjectStoreMixin}from'./mixin/ChronoPartOfProjectStoreMixin.js';function _ena(){const i=['7508vCOFkg','1521909SZrIaA','132KaRogz','3987pFnfXB','data','20SPgnCi','allAssignmentsForRemoval','4314486QAJenc','configurable','3339iwRLJO','496962uRGmYu','2010sRsVaB','584529qwQKnu','3664aYvHXs'];_ena=function(){return i;};return _ena();}import{AbstractAssignmentStoreMixin}from'./AbstractAssignmentStoreMixin.js';class ChronoAssignmentStoreMixin extends Mixin([AbstractAssignmentStoreMixin,ChronoPartOfProjectStoreMixin],a=>{const b=a['prototype'];class c extends a{constructor(){super(...arguments);this['removalOrder']=0x64;}set[g(0x114,0x118)](d){this[h(0x420,0x41a)]=!![];super['data']=d;function h(a,b){return g(a-0x30a,b);}this[h(0x420,0x41e)]=![];}}function g(a,b){return _enb(a- -0x4a,b);}c[g(0x118,0x11f)]={'modelClass':BaseAssignmentMixin};return c;}){}function _enb(a,b){const c=_ena();_enb=function(d,e){d=d-0x158;let f=c[d];return f;};return _enb(a,b);}export{ChronoAssignmentStoreMixin};
@@ -0,0 +1 @@
1
+ (function(a,b){const c=a();function f(a,b){return _enb(b-0x3be,a);}while(!![]){try{const d=-parseInt(f(0x443,0x43f))/0x1+-parseInt(f(0x445,0x440))/0x2+-parseInt(f(0x44b,0x444))/0x3*(parseInt(f(0x43c,0x43d))/0x4)+-parseInt(f(0x440,0x443))/0x5+-parseInt(f(0x446,0x442))/0x6*(parseInt(f(0x436,0x43b))/0x7)+parseInt(f(0x448,0x447))/0x8*(parseInt(f(0x442,0x446))/0x9)+parseInt(f(0x443,0x43e))/0xa;if(d===b){break;}else{c['push'](c['shift']());}}catch(e){c['push'](c['shift']());}}}(_ena,0x68699));import{Mixin}from'@bryntum/engine-thin/lib/ChronoGraph/class/BetterMixin.js';import{BaseCalendarMixin}from'../model/scheduler_basic/BaseCalendarMixin.js';function _enb(a,b){const c=_ena();_enb=function(d,e){d=d-0x7d;let f=c[d];return f;};return _enb(a,b);}import{ChronoPartOfProjectStoreMixin}from'./mixin/ChronoPartOfProjectStoreMixin.js';import{AbstractCalendarManagerStoreMixin}from'./AbstractCalendarManagerStoreMixin.js';function _ena(){const i=['776110cgSXFA','3MjtLAx','prototype','796509EMVaTj','48FLgbUu','7hYpxas','removalOrder','1405268FaDdeu','13208190kXOouX','238106tmGPSx','1056410YWfJKs','configurable','907812bcCXMY'];_ena=function(){return i;};return _ena();}class ChronoCalendarManagerStoreMixin extends Mixin([AbstractCalendarManagerStoreMixin,ChronoPartOfProjectStoreMixin],a=>{const b=a[g(-0x11f,-0x119)];function g(a,b){return _enb(b- -0x1a0,a);}class c extends a{constructor(){super(...arguments);function h(a,b){return g(b,a-0x2da);}this[h(0x1b8,0x1b3)]=0x1f4;}}c[g(-0x11a,-0x11d)]={'tree':!![],'modelClass':BaseCalendarMixin};return c;}){}export{ChronoCalendarManagerStoreMixin};
@@ -0,0 +1 @@
1
+ (function(a,b){function f(a,b){return _enb(b-0x1bd,a);}const c=a();while(!![]){try{const d=-parseInt(f(0x2c1,0x2c4))/0x1*(-parseInt(f(0x2ba,0x2be))/0x2)+parseInt(f(0x2c1,0x2bc))/0x3+-parseInt(f(0x2bf,0x2c5))/0x4*(-parseInt(f(0x2bb,0x2c2))/0x5)+-parseInt(f(0x2be,0x2c1))/0x6+-parseInt(f(0x2b7,0x2bd))/0x7+parseInt(f(0x2c9,0x2c8))/0x8+-parseInt(f(0x2c2,0x2bf))/0x9*(-parseInt(f(0x2cb,0x2c6))/0xa);if(d===b){break;}else{c['push'](c['shift']());}}catch(e){c['push'](c['shift']());}}}(_ena,0x58f65));function _enb(a,b){const c=_ena();_enb=function(d,e){d=d-0xff;let f=c[d];return f;};return _enb(a,b);}import{Mixin}from'@bryntum/engine-thin/lib/ChronoGraph/class/BetterMixin.js';function _ena(){const j=['920226ZIfRGw','4246354OfaxdQ','443236ZMHEHk','81omHgGH','removalOrder','4053516TWXJCj','3146405dADKyn','prototype','3fKrFEZ','4leoaLj','1030MoQYzB','allDependenciesForRemoval','358344lUlrWp','data'];_ena=function(){return j;};return _ena();}import{ChronoPartOfProjectStoreMixin}from'./mixin/ChronoPartOfProjectStoreMixin.js';import{AbstractDependencyStoreMixin}from'./AbstractDependencyStoreMixin.js';class ChronoDependencyStoreMixin extends Mixin([AbstractDependencyStoreMixin,ChronoPartOfProjectStoreMixin],a=>{const b=a[g(0x3fc,0x3fa)];class c extends a{constructor(){super(...arguments);function h(a,b){return g(b,a- -0x5e);}this[h(0x399,0x39f)]=0xc8;}set['data'](d){this[i(0x41d,0x41f)]=!![];function i(a,b){return g(b,a-0x1f);}super[i(0x41f,0x422)]=d;this[i(0x41d,0x41e)]=![];}}function g(a,b){return _enb(b-0x2f4,a);}return c;}){}export{ChronoDependencyStoreMixin};
@@ -0,0 +1 @@
1
+ (function(a,b){function f(a,b){return _enb(a-0x3b6,b);}var c=a();while(!![]){try{var d=-parseInt(f(0x4a5,0x4ab))/0x1*(-parseInt(f(0x4a3,0x4a9))/0x2)+parseInt(f(0x49b,0x49d))/0x3*(-parseInt(f(0x4a1,0x4a7))/0x4)+parseInt(f(0x4a4,0x4a9))/0x5*(parseInt(f(0x4a0,0x4a6))/0x6)+-parseInt(f(0x4a7,0x4a2))/0x7*(-parseInt(f(0x49f,0x4a5))/0x8)+parseInt(f(0x49e,0x497))/0x9*(-parseInt(f(0x49d,0x49e))/0xa)+parseInt(f(0x49c,0x49a))/0xb+-parseInt(f(0x4a8,0x4a7))/0xc;if(d===b){break;}else{c['push'](c['shift']());}}catch(e){c['push'](c['shift']());}}}(_ena,0x88107));import{Mixin}from'@bryntum/engine-thin/lib/ChronoGraph/class/BetterMixin.js';import{SchedulerBasicEvent}from'../model/scheduler_basic/SchedulerBasicEvent.js';function _ena(){var j=['9IsOXRh','8RCTcKj','321816cxWegB','59376nXwRWt','configurable','204930BwWDsG','65alpUek','9GpGQCu','afterEventRemoval','5195687XESbNZ','14269368baaXmP','129ziscxH','2246684yXhFBm','1812130llaThw'];_ena=function(){return j;};return _ena();}import{ChronoPartOfProjectStoreMixin}from'./mixin/ChronoPartOfProjectStoreMixin.js';function _enb(a,b){var c=_ena();_enb=function(d,e){d=d-0xe5;var f=c[d];return f;};return _enb(a,b);}import{AbstractEventStoreMixin}from'./AbstractEventStoreMixin.js';class ChronoEventStoreMixin extends Mixin([AbstractEventStoreMixin,ChronoPartOfProjectStoreMixin],a=>{class b extends a{constructor(){super(...arguments);this['removalOrder']=0x190;}['buildRootNode'](){return this['getProject']()||{};}set['data'](c){function g(a,b){return _enb(a-0x223,b);}super['data']=c;this[g(0x313,0x31a)]();}}function h(a,b){return _enb(a- -0x275,b);}b[h(-0x189,-0x182)]={'modelClass':SchedulerBasicEvent};return b;}){}class ChronoEventTreeStoreMixin extends Mixin([ChronoEventStoreMixin],a=>{function i(a,b){return _enb(a-0x6f,b);}class b extends a{}b[i(0x15b,0x157)]={'tree':!![]};return b;}){}export{ChronoEventStoreMixin,ChronoEventTreeStoreMixin};
@@ -0,0 +1 @@
1
+ (function(a,b){const c=a();function f(a,b){return _enb(a- -0x3cb,b);}while(!![]){try{const d=-parseInt(f(-0x2e6,-0x2e9))/0x1+parseInt(f(-0x2e8,-0x2e4))/0x2+parseInt(f(-0x2e5,-0x2e9))/0x3*(parseInt(f(-0x2ee,-0x2eb))/0x4)+-parseInt(f(-0x2ec,-0x2ed))/0x5+parseInt(f(-0x2eb,-0x2f1))/0x6*(parseInt(f(-0x2f1,-0x2ed))/0x7)+-parseInt(f(-0x2ed,-0x2e6))/0x8*(parseInt(f(-0x2e4,-0x2e1))/0x9)+parseInt(f(-0x2ef,-0x2f6))/0xa*(-parseInt(f(-0x2e7,-0x2ee))/0xb);if(d===b){break;}else{c['push'](c['shift']());}}catch(e){c['push'](c['shift']());}}}(_ena,0xb5192));import{Mixin}from'@bryntum/engine-thin/lib/ChronoGraph/class/BetterMixin.js';function _ena(){const i=['1474305xigHJJ','6OZOMyS','removalOrder','configurable','1831662CBLYlA','11rOIAzc','174857fXKPvQ','3AqftqM','18saUMyy','8882734nFGvbQ','prototype','13591390tpihHb','1809136aBcklt','265768wyVZUO'];_ena=function(){return i;};return _ena();}import{BaseResourceMixin}from'../model/scheduler_basic/BaseResourceMixin.js';import{ChronoPartOfProjectStoreMixin}from'./mixin/ChronoPartOfProjectStoreMixin.js';function _enb(a,b){const c=_ena();_enb=function(d,e){d=d-0xda;let f=c[d];return f;};return _enb(a,b);}import{AbstractResourceStoreMixin}from'./AbstractResourceStoreMixin.js';class ChronoResourceStoreMixin extends Mixin([AbstractResourceStoreMixin,ChronoPartOfProjectStoreMixin],a=>{function g(a,b){return _enb(a- -0x24d,b);}const b=a[g(-0x172,-0x16d)];class c extends a{constructor(){function h(a,b){return g(a-0x43a,b);}super(...arguments);this[h(0x2ce,0x2c9)]=0x12c;}}c[g(-0x16b,-0x165)]={'modelClass':BaseResourceMixin};return c;}){}export{ChronoResourceStoreMixin};
@@ -0,0 +1 @@
1
+ (function(a,b){const c=a();function i(a,b){return _enb(b- -0x16a,a);}while(!![]){try{const d=-parseInt(i(-0x27,-0x31))/0x1*(-parseInt(i(-0x2d,-0x32))/0x2)+-parseInt(i(-0x10,-0x1a))/0x3+parseInt(i(-0x26,-0x28))/0x4+-parseInt(i(-0x10,-0x17))/0x5*(parseInt(i(-0x21,-0x18))/0x6)+parseInt(i(-0x1c,-0x1c))/0x7*(-parseInt(i(-0x4,-0x11))/0x8)+-parseInt(i(-0x2e,-0x24))/0x9+parseInt(i(-0x21,-0x12))/0xa;if(d===b){break;}else{c['push'](c['shift']());}}catch(e){c['push'](c['shift']());}}}(_ena,0x37a91));import{CoreAssignmentMixin}from'../model/scheduler_core/CoreAssignmentMixin.js';import{Mixin}from'@bryntum/engine-thin/lib/ChronoGraph/class/BetterMixin.js';function _enb(a,b){const c=_ena();_enb=function(d,e){d=d-0x138;let f=c[d];return f;};return _enb(a,b);}function _ena(){const u=['forEach','onCommitAsync','getResourcesAssignments','resource','updateIndices','250072IewXuU','invalidateIndices','data','eventId','2154249OrPJcj','eventStore','setChanged','linkAssignments','getCurrentOrProposed','resourceStore','event','count','14yXWAAc','prototype','242817aBqnnE','skipInvalidateIndices','4638FfWCRi','1975KHybUA','getEventsAssignments','allAssignmentsForRemoval','$original','findItem','6291560tcepMX','163376aZqkKN','storage','14awyrZT','28970LqJkUf','getData','rebuildIndices','unlinkAssignments'];_ena=function(){return u;};return _ena();}import{CorePartOfProjectStoreMixin}from'./mixin/CorePartOfProjectStoreMixin.js';import{AbstractAssignmentStoreMixin}from'./AbstractAssignmentStoreMixin.js';const emptySet=new Set();class CoreAssignmentStoreMixin extends Mixin([AbstractAssignmentStoreMixin,CorePartOfProjectStoreMixin],a=>{const b=a[j(-0x226,-0x219)];class c extends a{constructor(){function k(a,b){return j(a-0x244,b);}super(...arguments);this[k(0x20,0x1e)]=![];}set[j(-0x231,-0x239)](d){function l(a,b){return j(b-0x18,a);}this[l(-0x217,-0x208)]=!![];super['data']=d;this[l(-0x215,-0x208)]=![];}[j(-0x221,-0x227)](d){function m(a,b){return j(a- -0x6a,b);}return this[m(-0x285,-0x285)][m(-0x288,-0x28e)]('event',d,!![])||emptySet;}[j(-0x236,-0x235)](d){function n(a,b){return j(b-0x725,a);}return this['storage'][n(0x513,0x507)](n(0x4f3,0x4f0),d[n(0x506,0x506)],!![])||emptySet;}[j(-0x234,-0x245)](){function o(a,b){return j(b-0x116,a);}this[o(-0x111,-0x105)][o(-0x12c,-0x124)]();}['invalidateIndices'](){function p(a,b){return j(b- -0xa,a);}this['storage'][p(-0x24e,-0x23c)]();}['afterLoadData'](){function q(a,b){return j(a-0x166,b);}this['eventStore']&&this['linkAssignments'](this[q(-0xc8,-0xb6)],q(-0xc3,-0xd2));this['resourceStore']&&this[q(-0xc6,-0xc4)](this[q(-0xc4,-0xc4)],q(-0xcf,-0xc2));}['linkAssignments'](d,e){d=d['masterStore']||d;function r(a,b){return j(b-0x566,a);}const f=this[r(0x33d,0x33e)]&&this['storage'][r(0x339,0x348)](e,null,!![]);if(f){for(const g of f){const h=d['getById'](g[r(0x333,0x33b)](e));if(h)g['setChanged'](e,h);}this['invalidateIndices']();}}[j(-0x239,-0x248)](d){this[s(0x38d,0x382)](e=>e[s(0x396,0x38d)](d,e[d]?.['id']??e?.[s(0x385,0x37f)](d)??e[d+'Id']));function s(a,b){return j(b-0x5ba,a);}this[s(0x398,0x388)]();}[j(-0x237,-0x230)](){function t(a,b){return j(b-0x5bb,a);}this[t(0x395,0x387)]();}}c['configurable']={'modelClass':CoreAssignmentMixin,'storage':{'extraKeys':[{'property':j(-0x229,-0x22f),'unique':![]},{'property':j(-0x235,-0x224),'unique':![]},{'property':j(-0x230,-0x228),'unique':![]}]}};function j(a,b){return _enb(a- -0x375,b);}return c;}){}export{CoreAssignmentStoreMixin};
@@ -0,0 +1 @@
1
+ function _enb(a,b){const c=_ena();_enb=function(d,e){d=d-0x1a2;let f=c[d];return f;};return _enb(a,b);}(function(a,b){function f(a,b){return _enb(a-0x263,b);}const c=a();while(!![]){try{const d=parseInt(f(0x40d,0x409))/0x1+parseInt(f(0x407,0x408))/0x2+-parseInt(f(0x40b,0x410))/0x3+parseInt(f(0x406,0x403))/0x4*(parseInt(f(0x408,0x408))/0x5)+-parseInt(f(0x40c,0x40b))/0x6+-parseInt(f(0x40a,0x409))/0x7+parseInt(f(0x405,0x407))/0x8;if(d===b){break;}else{c['push'](c['shift']());}}catch(e){c['push'](c['shift']());}}}(_ena,0x67e4a));import{Mixin}from'@bryntum/engine-thin/lib/ChronoGraph/class/BetterMixin.js';function _ena(){const h=['1826895AqZtPX','716364YQXyFg','784176yRZUvX','prototype','1219720uELAQg','164gRdZMK','1340200pyAvOI','555xNgKUi','configurable','3201709BSclfC'];_ena=function(){return h;};return _ena();}import{CorePartOfProjectStoreMixin}from'./mixin/CorePartOfProjectStoreMixin.js';import{CoreCalendarMixin}from'../model/scheduler_core/CoreCalendarMixin.js';import{AbstractCalendarManagerStoreMixin}from'./AbstractCalendarManagerStoreMixin.js';class CoreCalendarManagerStoreMixin extends Mixin([AbstractCalendarManagerStoreMixin,CorePartOfProjectStoreMixin],a=>{const b=a[g(0x21f,0x21a)];class c extends a{}c[g(0x21a,0x21d)]={'tree':!![],'modelClass':CoreCalendarMixin};function g(a,b){return _enb(a-0x74,b);}return c;}){}export{CoreCalendarManagerStoreMixin};
@@ -0,0 +1 @@
1
+ (function(a,b){const c=a();function f(a,b){return _enb(a-0x17a,b);}while(!![]){try{const d=-parseInt(f(0x249,0x250))/0x1+-parseInt(f(0x24f,0x25a))/0x2*(parseInt(f(0x245,0x23c))/0x3)+parseInt(f(0x23f,0x23b))/0x4*(parseInt(f(0x24b,0x243))/0x5)+parseInt(f(0x240,0x238))/0x6+-parseInt(f(0x244,0x24f))/0x7*(-parseInt(f(0x24e,0x246))/0x8)+parseInt(f(0x24a,0x256))/0x9+-parseInt(f(0x242,0x248))/0xa;if(d===b){break;}else{c['push'](c['shift']());}}catch(e){c['push'](c['shift']());}}}(_ena,0x58581));import{Mixin}from'@bryntum/engine-thin/lib/ChronoGraph/class/BetterMixin.js';import{CorePartOfProjectStoreMixin}from'./mixin/CorePartOfProjectStoreMixin.js';import{CoreDependencyMixin}from'../model/scheduler_core/CoreDependencyMixin.js';function _enb(a,b){const c=_ena();_enb=function(d,e){d=d-0xc1;let f=c[d];return f;};return _enb(a,b);}import{AbstractDependencyStoreMixin}from'./AbstractDependencyStoreMixin.js';const emptySet=new Set();class CoreDependencyStoreMixin extends Mixin([AbstractDependencyStoreMixin,CorePartOfProjectStoreMixin],a=>{const b=a['prototype'];function h(a,b){return _enb(b- -0x1f2,a);}class c extends a{constructor(){super(...arguments);this[g(0xd1,0xca)]=new Set();function g(a,b){return _enb(a-0xe,b);}this['allDependenciesForRemoval']=![];}[h(-0x136,-0x131)](d){function i(a,b){return h(b,a-0x200);}return this['storage'][i(0xda,0xdd)](i(0xd0,0xcd),d)||emptySet;}[h(-0x123,-0x124)](d){function j(a,b){return h(a,b-0x123);}return this['storage'][j(-0xa,-0x3)]('fromEvent',d)||emptySet;}set[h(-0x116,-0x11b)](d){this[k(0x2b0,0x2ad)]=!![];function k(a,b){return h(b,a-0x3d5);}super[k(0x2ba,0x2bc)]=d;this[k(0x2b0,0x2a6)]=![];}[h(-0x11d,-0x129)](){function l(a,b){return h(b,a-0x2b5);}this['storage'][l(0x18a,0x18b)]();}[h(-0x122,-0x11f)](){function m(a,b){return h(a,b-0x506);}this[m(0x3dc,0x3e6)][m(0x3e5,0x3e7)]();}[h(-0x12c,-0x12e)](){function n(a,b){return h(b,a-0x20d);}this[n(0xe4,0xed)]();}}c[h(-0x115,-0x11c)]={'modelClass':CoreDependencyMixin,'storage':{'extraKeys':[{'property':'fromEvent','unique':![]},{'property':h(-0x127,-0x130),'unique':![]}]}};return c;}){}export{CoreDependencyStoreMixin};function _ena(){const o=['553468GPGOOr','3753549DNVoLA','24555klbyyJ','storage','invalidateIndices','16TObgRi','6BQRDsi','configurable','data','getIncomingDepsForEvent','toEvent','dependenciesForRemoval','onCommitAsync','388MCYkXN','3560550KqQirI','rebuildIndices','7055410jGPxAm','updateIndices','742812aDoysW','78219AxAZhe','findItem','allDependenciesForRemoval','getOutgoingDepsForEvent'];_ena=function(){return o;};return _ena();}
@@ -0,0 +1 @@
1
+ function _enb(a,b){const c=_ena();_enb=function(d,e){d=d-0x6a;let f=c[d];return f;};return _enb(a,b);}(function(a,b){const c=a();function f(a,b){return _enb(a- -0x281,b);}while(!![]){try{const d=-parseInt(f(-0x208,-0x208))/0x1*(-parseInt(f(-0x213,-0x20d))/0x2)+parseInt(f(-0x210,-0x213))/0x3*(-parseInt(f(-0x211,-0x20d))/0x4)+-parseInt(f(-0x214,-0x217))/0x5*(-parseInt(f(-0x20b,-0x203))/0x6)+parseInt(f(-0x217,-0x20f))/0x7+parseInt(f(-0x212,-0x20f))/0x8*(parseInt(f(-0x216,-0x213))/0x9)+parseInt(f(-0x215,-0x215))/0xa+-parseInt(f(-0x209,-0x203))/0xb;if(d===b){break;}else{c['push'](c['shift']());}}catch(e){c['push'](c['shift']());}}}(_ena,0x46b5c));import{Mixin}from'@bryntum/engine-thin/lib/ChronoGraph/class/BetterMixin.js';import{SchedulerCoreEvent}from'../model/scheduler_core/SchedulerCoreEvent.js';import{CorePartOfProjectStoreMixin}from'./mixin/CorePartOfProjectStoreMixin.js';import{AbstractEventStoreMixin}from'./AbstractEventStoreMixin.js';class CoreEventStoreMixin extends Mixin([AbstractEventStoreMixin,CorePartOfProjectStoreMixin],a=>{function g(a,b){return _enb(a-0x387,b);}const b=a[g(0x3fb,0x3f8)];class c extends a{[g(0x3fe,0x406)](){this['assignmentStore']?.['linkAssignments'](this,'event');}['afterLoadData'](){function h(a,b){return g(a-0x34,b);}this[h(0x430,0x433)]();this['assignmentStore']?.[h(0x42e,0x42e)](this,h(0x42d,0x42f));}}c['configurable']={'modelClass':SchedulerCoreEvent};return c;}){}export{CoreEventStoreMixin};function _ena(){const i=['4QDduDt','1207131UtAFQH','event','linkAssignments','prototype','afterEventRemoval','1227810qWBlxy','joinProject','10775534HtXGHV','352047duFOVT','178563QzUjtT','49626dLxhMJ','5269800wOdApv','5QqtRPf','2bwqmtp','816PNzKfU'];_ena=function(){return i;};return _ena();}
@@ -0,0 +1 @@
1
+ (function(a,b){function f(a,b){return _enb(b-0x1e2,a);}const c=a();while(!![]){try{const d=parseInt(f(0x36e,0x369))/0x1*(-parseInt(f(0x35b,0x35a))/0x2)+parseInt(f(0x365,0x366))/0x3+-parseInt(f(0x35f,0x362))/0x4*(parseInt(f(0x363,0x364))/0x5)+-parseInt(f(0x35d,0x363))/0x6*(parseInt(f(0x352,0x359))/0x7)+-parseInt(f(0x35f,0x35d))/0x8+parseInt(f(0x366,0x365))/0x9*(-parseInt(f(0x35c,0x361))/0xa)+parseInt(f(0x36a,0x368))/0xb;if(d===b){break;}else{c['push'](c['shift']());}}catch(e){c['push'](c['shift']());}}}(_ena,0x40ff4));import{Mixin}from'@bryntum/engine-thin/lib/ChronoGraph/class/BetterMixin.js';function _ena(){const k=['2597672ZSwePe','clear','linkAssignments','afterLoadData','10YeeMUl','861032xFGUgr','1989744CxxmQG','5XtNrxf','3150837LIBWcK','559566zrrmtp','call','17373004sijnyH','30886oHeyzW','7xveRBD','18CRPnsr','assignmentStore','resource'];_ena=function(){return k;};return _ena();}function _enb(a,b){const c=_ena();_enb=function(d,e){d=d-0x177;let f=c[d];return f;};return _enb(a,b);}import{CorePartOfProjectStoreMixin}from'./mixin/CorePartOfProjectStoreMixin.js';import{CoreResourceMixin}from'../model/scheduler_core/CoreResourceMixin.js';import{AbstractResourceStoreMixin}from'./AbstractResourceStoreMixin.js';class CoreResourceStoreMixin extends Mixin([AbstractResourceStoreMixin,CorePartOfProjectStoreMixin],a=>{function i(a,b){return _enb(b-0x46,a);}const b=a['prototype'];class c extends a{['joinProject'](){function g(a,b){return _enb(b-0x2b9,a);}this[g(0x42c,0x432)]?.[g(0x434,0x436)](this,'resource');}['afterLoadData'](){b[h(0x4a8,0x4b1)]?.['call'](this);function h(a,b){return _enb(a-0x32a,b);}this[h(0x4a3,0x49d)]?.['linkAssignments'](this,h(0x4a4,0x4a3));}[i(0x1bb,0x1c2)](d){b[j(0x11d,0x115)][j(0x11a,0x11e)](this,d);function j(a,b){return i(a,b- -0xad);}this[j(0x113,0x112)]?.['unlinkAssignments'](j(0x10c,0x113));}}c['configurable']={'modelClass':CoreResourceMixin};return c;}){}export{CoreResourceStoreMixin};
@@ -0,0 +1 @@
1
+ (function(a,b){const c=a();function p(a,b){return _enb(a- -0x192,b);}while(!![]){try{const d=parseInt(p(-0x25,-0x20))/0x1+parseInt(p(-0x1a,-0xe))/0x2+-parseInt(p(-0x30,-0x2b))/0x3*(parseInt(p(-0x24,-0x28))/0x4)+-parseInt(p(-0x13,-0xf))/0x5+parseInt(p(-0x19,-0x25))/0x6*(parseInt(p(-0x2a,-0x2d))/0x7)+-parseInt(p(-0xd,0x4))/0x8*(parseInt(p(-0x2c,-0x2d))/0x9)+-parseInt(p(-0x1c,-0x9))/0xa;if(d===b){break;}else{c['push'](c['shift']());}}catch(e){c['push'](c['shift']());}}}(_ena,0x37821));function _enb(a,b){const c=_ena();_enb=function(d,e){d=d-0x15e;let f=c[d];return f;};return _enb(a,b);}import{Mixin}from'@bryntum/engine-thin/lib/ChronoGraph/class/BetterMixin.js';import{AbstractPartOfProjectGenericMixin}from'../../AbstractPartOfProjectGenericMixin.js';import _enc from'@bryntum/core-thin/lib/data/Store.js';class AbstractPartOfProjectStoreMixin extends Mixin([AbstractPartOfProjectGenericMixin,_enc],a=>{const b=a[q(0x40d,0x3fb)];class c extends a{constructor(){super(...arguments);function r(a,b){return q(a- -0xd2,b);}this['isLoadingData']=![];this[r(0x34c,0x34b)]=![];}[q(0x418,0x419)](d={}){d['asyncEvents']={'add':!![],'remove':!![],'removeAll':!![],'change':!![],'refresh':!![],'replace':!![],'move':!![],'update':!![]};function s(a,b){return q(a- -0x42f,b);}return b[s(-0x17,-0xe)][s(-0x27,-0x13)](this,d);}[q(0x417,0x40f)](d,e){function t(a,b){return q(a- -0x3b9,b);}const f=this,{asyncEvents:g,project:h}=f,i=g?.[d],j=i&&(i===!![]||i[e[t(0x46,0x47)]]);if(!j){return b[t(0x5e,0x5e)][t(0x4f,0x59)](f,d,e);}b['trigger'][t(0x4f,0x5c)](f,d+t(0x60,0x54),{...e});if(!h||h[t(0x67,0x7a)]()&&!h[t(0x52,0x54)]){b['trigger']['call'](f,d,e);}else if(!f[t(0x63,0x5a)]&&h){if(!h[t(0x48,0x4c)]){h[t(0x56,0x58)]=[];h[t(0x48,0x3a)]=h['ion']({'dataReady'(){const k=h[u(-0x1f9,-0x1f9)];h[u(-0x1f9,-0x1f0)]=null;h[u(-0x207,-0x201)]();h[u(-0x207,-0x208)]=null;function u(a,b){return t(a- -0x24f,b);}k['forEach'](([l,m,n,o])=>{function v(a,b){return u(a-0x70b,b);}l[v(0x51a,0x50c)][v(0x50b,0x50f)](m,n,o);});},'once':!![]});}h[t(0x56,0x43)][t(0x41,0x3f)]([b,f,d,e]);}return!![];}[q(0x416,0x40b)](){function w(a,b){return q(b- -0x4b2,a);}return this[w(-0xaf,-0xb2)];}[q(0x3fd,0x405)](d){if(this[x(0x2d4,0x2c5)]&&!(this[x(0x2cf,0x2c5)]||this[x(0x2f2,0x2e6)])){this[x(0x2d4,0x2e1)][x(0x2d7,0x2e2)]=!![];}function x(a,b){return q(a- -0x12c,b);}this[x(0x2db,0x2e5)]=!![];b[x(0x2d1,0x2e4)][x(0x2dc,0x2e5)](this,d);this['isLoadingData']=![];this[x(0x2d4,0x2d0)]?.[x(0x2eb,0x2f5)](x(0x2e5,0x2e5),{'store':this});}async[q(0x41d,0x409)](){function y(a,b){return q(b- -0x4c0,a);}if(this[y(-0xad,-0xbb)]<=0x0&&this['project']&&!this[y(-0xb8,-0xc0)]['isEngineReady']()){await this[y(-0xc4,-0xc0)]['commitAsync']();}b[y(-0x90,-0xa3)][y(-0xc0,-0xb8)](this);}async[q(0x41f,0x423)](d,e){function z(a,b){return q(b-0x58,a);}const f=this[z(0x458,0x454)](d,e);await this[z(0x468,0x458)][z(0x46e,0x45e)]();return f;}async[q(0x41a,0x412)](d,e,f){const g=this[A(-0x9b,-0xa4)](d,e,f);function A(a,b){return q(a- -0x4ab,b);}await this[A(-0xab,-0xb7)]['commitAsync']();return g;}async[q(0x413,0x40d)](d){this['data']=d;function B(a,b){return q(b- -0x273,a);}await this[B(0x194,0x18d)]['commitAsync']();}}function q(a,b){return _enb(a-0x29c,b);}c[q(0x40e,0x40a)]=q(0x40c,0x41f);return c;}){}function _ena(){const C=['$name','queuedDataReadyEvents','insert','storeRefresh','846520pdVchW','loadDataAsync','343432XIuIDp','12MlFreo','calculateProject','trigger','construct','PreCommit','insertAsync','188165zQMIVW','eventsSuspended','doAutoCommit','disableHasLoadedDataToCommitFlag','addAsync','isEngineReady','299400NUBlyI','push','syncDataOnLoad','add','setStoreData','12Wiyvme','action','project','dataReadyDetacher','45ihkYNz','hasLoadedDataToCommit','1090432dLrALr','suspendCount','commitAsync','isLoadingData','call','343935swIYzP','290432QQigmH','isWritingData','AbstractPartOfProjectStoreMixin','prototype'];_ena=function(){return C;};return _ena();}export{AbstractPartOfProjectStoreMixin};
@@ -0,0 +1 @@
1
+ (function(a,b){const c=a();function l(a,b){return _enb(a- -0x2a5,b);}while(!![]){try{const d=parseInt(l(-0x103,-0xf1))/0x1*(parseInt(l(-0xfc,-0x10c))/0x2)+-parseInt(l(-0xd6,-0xf2))/0x3+-parseInt(l(-0xd9,-0xcc))/0x4+parseInt(l(-0xd4,-0xf2))/0x5*(parseInt(l(-0xf9,-0xf5))/0x6)+-parseInt(l(-0xca,-0xe0))/0x7+-parseInt(l(-0xf5,-0xf7))/0x8*(parseInt(l(-0xdf,-0xc9))/0x9)+parseInt(l(-0xe3,-0x101))/0xa;if(d===b){break;}else{c['push'](c['shift']());}}catch(e){c['push'](c['shift']());}}}(_ena,0x20d24));function _ena(){const G=['onModelChange','recordsToTrackChanges','applyingSyncResponse','addIdentifier','trackRecordFieldChanges','detachListeners','uniqueValue','setStoreData','commitAsync','writeToGraph','graph','invalidateTemporaryIndices','1582030RhbjHy','isStoreDataField','removalOrder','storeFilteredIdentifier','336762WEQVcw','trackFieldChanges','fieldChangeTrackers','setupStoreFilterListener','isRoot','traverse','257700SctYaF','syncDataOnLoad','repopulateStore','26985pBwyos','call','435ZnwFZV','forEach','project','trackStoreFilter','untrackRecordFieldChanges','set','loadDataAsync','untrackFieldChanges','setProject','getField','125342YvNlVj','joinRecordsToProject','joinProject','delayedCalculationPromise','3XaiaqV','unjoinRecordsFromProject','keys','getGraph','scheduleDelayedCalculation','rootNode','some','84738SuOIGZ','hasIdentifier','delete','8796jTBiDh','removeIdentifier','detachRecordChangeTracker','setupRecordChangeTrackerListener','40SdpHHw','register','$entity','prototype','isCommitting','$filtered'];_ena=function(){return G;};return _ena();}function _enm(a,b){return _enb(b- -0x3c,a);}function _enb(a,b){const c=_ena();_enb=function(d,e){d=d-0x1a1;let f=c[d];return f;};return _enb(a,b);}import{Mixin}from'@bryntum/engine-thin/lib/ChronoGraph/class/BetterMixin.js';import{ChronoPartOfProjectGenericMixin}from'../../ChronoPartOfProjectGenericMixin.js';import{ChronoStoreMixin}from'./ChronoStoreMixin.js';import{AbstractPartOfProjectStoreMixin}from'./AbstractPartOfProjectStoreMixin.js';import{CalculatedValueGen}from'@bryntum/engine-thin/lib/ChronoGraph/chrono/Identifier.js';import{ProposedOrPrevious}from'@bryntum/engine-thin/lib/ChronoGraph/chrono/Effect.js';const uniqueValue=Symbol(_enm(0x169,0x180));class ChronoPartOfProjectStoreMixin extends Mixin([AbstractPartOfProjectStoreMixin,ChronoPartOfProjectGenericMixin,ChronoStoreMixin],a=>{const b=a[n(0x1dc,0x1de)];class c extends a{constructor(){function o(a,b){return n(b- -0x5a,a);}super(...arguments);this[o(0x17a,0x193)]=0x0;}[n(0x1e6,0x1d6)](d){this[p(-0x34,-0x4d)]?.[p(-0x62,-0x52)](this);b[p(-0x7f,-0x63)][p(-0x68,-0x50)](this,d);function p(a,b){return n(b- -0x249,a);}if(this[p(-0x2f,-0x4d)]?.[p(-0x83,-0x7f)]){this[p(-0x5d,-0x4d)][p(-0x78,-0x5f)]();}}[n(0x1da,0x1d1)](d){function q(a,b){return n(a-0x3b8,b);}b[q(0x592,0x5ad)][q(0x5b1,0x5ba)](this,d);!d[q(0x5ab,0x5c8)]&&!this[q(0x5b4,0x5a4)]?.[q(0x5a1,0x58c)]&&this[q(0x5b4,0x5bf)]?.[q(0x587,0x59c)]();}['onModelChange'](d,e,f,g,h,i){function r(a,b){return n(b- -0x200,a);}if(!i&&!(this[r(-0x26,-0xa)]&&this['isLoadingData'])&&Object[r(-0x4a,-0x33)](f)[r(-0x33,-0x2f)](j=>{const k=d['getFieldDefinition'](j);function s(a,b){return r(b,a-0x356);}return!k?.[s(0x342,0x35c)]&&d[s(0x331,0x329)][s(0x359,0x34c)](j);})&&!this[r(-0x22,-0x4)]?.[r(-0x31,-0x1f)]){g=!![];}super[r(-0x29,-0x21)](d,e,f,g,h,i);}async[n(0x200,0x1e1)](d){while(this[t(0x35c,0x347)]['replica']?.[t(0x33d,0x35b)]){await this[t(0x35c,0x375)][t(0x347,0x345)]();}function t(a,b){return n(a-0x160,b);}return super[t(0x360,0x376)](d);}[n(0x205,0x20f)](d,e=![]){let f=0x0;const g=d[u(0x531,0x546)]();const h=j=>{function v(a,b){return u(a- -0x56f,b);}if(!j['isLinked']&&(!g||g!==j[v(-0x23,-0x1b)])){j[v(-0xa,-0x27)](d);j[v(-0x6,0x19)]();f++;}};const i=this[u(0x533,0x52a)];if(i){i[u(0x557,0x564)](h,e,!![]);}else{this[u(0x55e,0x56a)](h,null,{'includeFilteredOutRecords':!![],'includeCollapsedGroupRecords':!![]});}function u(a,b){return n(a-0x363,b);}if(this['$filtered']&&!g[u(0x536,0x52c)](this[u(0x541,0x524)])){g[u(0x545,0x52e)](this['$filtered']);}return f;}[n(0x1cc,0x1b5)](d){const e=g=>{g['leaveProject']();function w(a,b){return _enb(a- -0x24,b);}g[w(0x1b5,0x1cb)](d);};const f=this['rootNode'];if(f){f[x(-0x102,-0x106)](g=>{if(g!==f)e(g);},![],!![]);}else{this[x(-0xfd,-0xff)](e,null,{'includeFilteredOutRecords':!![],'includeCollapsedGroupRecords':!![]});}function x(a,b){return n(b- -0x2fa,a);}if(this[x(-0x11d,-0x11c)]){this[x(-0x112,-0x12c)]()?.['removeIdentifier'](this[x(-0x11a,-0x11c)]);}}['setupRecordChangeTrackerListener'](){const d=this;d[y(0x31,0x3c)]?.();function y(a,b){return n(b- -0x19b,a);}d['detachRecordChangeTracker']=d['ion']({'detachable':!![],'update'({record:e,changes:f}){function z(a,b){return y(b,a-0x1cc);}if(d[z(0x211,0x20e)]['get'](e)){const g=d[z(0x1ff,0x201)]();const h=e[z(0x222,0x225)];if(g&&h){for(let [i,j]of h){if(i in f){j[z(0x219,0x209)](g,uniqueValue);}}}}}});}[n(0x1e3,0x1d3)](d,e){if(!this['detachRecordChangeTracker']){this[A(0x138,0x14f)]();this[A(0x159,0x157)]=new Map();}this[A(0x13c,0x157)][A(0x16b,0x176)](d,!![]);function A(a,b){return n(b- -0x89,a);}return d[A(0x17c,0x167)](e);}[n(0x1fe,0x1fa)](d,e=void 0x0){function B(a,b){return n(b-0x14c,a);}const f=this[B(0x31a,0x32c)];if(f){const g=d?[d]:f[B(0x2fa,0x319)]();for(const h of g){h[B(0x359,0x34d)](e);}if(!d['fieldChangeTrackers']){f[B(0x304,0x320)](d);}}}[n(0x1f2,0x20a)](){this[C(-0x1f5,-0x1fe)](C(-0x1da,-0x1f4));function C(a,b){return n(b- -0x3e2,a);}this['ion']({'name':C(-0x1df,-0x1f4),'filter'(){const d=this['getGraph']();function D(a,b){return C(b,a-0x28);}this['$filtered'][D(-0x1d2,-0x1d9)](d,!![]);}});}*[n(0x1fd,0x1f2)](){function E(a,b){return n(b- -0x358,a);}if(!this[E(-0x198,-0x17a)]){this['setupStoreFilterListener']();const d=this[E(-0x16e,-0x18a)]();this['$filtered']=d[E(-0x18d,-0x176)](CalculatedValueGen['new']({*'calculation'(e){return!(yield ProposedOrPrevious);}}));}yield this[E(-0x164,-0x17a)];}[n(0x202,0x1f1)](d){if(d!==this[F(0x15,0x10)]){const e=this[F(-0x19,-0x31)]();if(this[F(-0x9,0xf)]&&e){e[F(-0x11,0xa)](this[F(-0x9,0x7)]);this[F(-0x9,-0x10)]=null;this[F(-0x3,0x0)](F(0x7,0x6));}}function F(a,b){return n(a- -0x1e7,b);}return super['setProject'](d);}}function n(a,b){return _enm(b,a-0x65);}return c;}){}export{ChronoPartOfProjectStoreMixin};
@@ -0,0 +1 @@
1
+ function _ena(){var g=['15nbzWXC','1122050wVJyJp','203nwXAGa','3529998cBCiXq','158280tBlMmt','28swiqwa','154824qTlekg','13544NbySzT','1627576yYfGHd','55IkFVmP','15236775uSPfhb'];_ena=function(){return g;};return _ena();}(function(a,b){function f(a,b){return _enb(a-0xfa,b);}var c=a();while(!![]){try{var d=parseInt(f(0x296,0x291))/0x1+parseInt(f(0x294,0x295))/0x2*(-parseInt(f(0x295,0x295))/0x3)+parseInt(f(0x28c,0x28f))/0x4+-parseInt(f(0x28f,0x292))/0x5*(-parseInt(f(0x292,0x298))/0x6)+parseInt(f(0x291,0x294))/0x7*(parseInt(f(0x293,0x296))/0x8)+-parseInt(f(0x28e,0x28e))/0x9+-parseInt(f(0x290,0x293))/0xa*(-parseInt(f(0x28d,0x291))/0xb);if(d===b){break;}else{c['push'](c['shift']());}}catch(e){c['push'](c['shift']());}}}(_ena,0xdce24));import{Mixin}from'@bryntum/engine-thin/lib/ChronoGraph/class/BetterMixin.js';function _enb(a,b){var c=_ena();_enb=function(d,e){d=d-0x192;var f=c[d];return f;};return _enb(a,b);}import _enc from'@bryntum/core-thin/lib/data/Store.js';class ChronoStoreMixin extends Mixin([_enc],a=>class b extends a{}){}export{ChronoStoreMixin};
@@ -0,0 +1 @@
1
+ function _enb(a,b){const c=_ena();_enb=function(d,e){d=d-0xac;let f=c[d];return f;};return _enb(a,b);}(function(a,b){function h(a,b){return _enb(b-0x3cc,a);}const c=a();while(!![]){try{const d=parseInt(h(0x48a,0x48c))/0x1*(-parseInt(h(0x480,0x482))/0x2)+parseInt(h(0x48b,0x489))/0x3+-parseInt(h(0x48a,0x486))/0x4*(-parseInt(h(0x480,0x483))/0x5)+parseInt(h(0x482,0x47f))/0x6*(-parseInt(h(0x47b,0x480))/0x7)+parseInt(h(0x480,0x487))/0x8+parseInt(h(0x485,0x488))/0x9+-parseInt(h(0x479,0x47e))/0xa*(parseInt(h(0x488,0x481))/0xb);if(d===b){break;}else{c['push'](c['shift']());}}catch(e){c['push'](c['shift']());}}}(_ena,0x2242b));import{Mixin}from'@bryntum/engine-thin/lib/ChronoGraph/class/BetterMixin.js';function _ena(){const o=['369156zCgVHJ','joinRecordsToProject','setProject','26443SwAtcG','rootNode','unjoinRecordsFromProject','prototype','call','leaveProject','forEach','30OgLZkc','978uZVFMO','8757oBYXnA','1907499SUyEcQ','2GabukW','5JTBQca','joinProject','traverse','956092drDvGq','2217504AdWZAT','2264859HUGnEN'];_ena=function(){return o;};return _ena();}import{CorePartOfProjectGenericMixin}from'../../CorePartOfProjectGenericMixin.js';import _enc from'@bryntum/core-thin/lib/data/Store.js';import{AbstractPartOfProjectStoreMixin}from'./AbstractPartOfProjectStoreMixin.js';class CorePartOfProjectStoreMixin extends Mixin([AbstractPartOfProjectStoreMixin,CorePartOfProjectGenericMixin,_enc],a=>{function i(a,b){return _enb(a-0x262,b);}const b=a[i(0x310,0x309)];class c extends a{[i(0x321,0x319)](d){function j(a,b){return i(a- -0x23c,b);}const e=b[j(0xe5,0xe9)][j(0xd5,0xda)](this,d);if(d)this[j(0xde,0xda)](d);return e;}[i(0x31a,0x316)](d){}['onCommitAsync'](){}[i(0x320,0x319)](d){const e=f=>{function k(a,b){return _enb(a- -0x240,b);}f[k(-0x181,-0x185)](d);f[k(-0x188,-0x188)]();};function l(a,b){return i(b- -0x68,a);}if(this[l(0x2a2,0x2a6)]){this[l(0x2a5,0x2a6)]['traverse'](e);}else{this[l(0x2a5,0x2ab)](e);}}[i(0x30f,0x304)](d){function n(a,b){return i(a- -0x538,b);}const e=g=>{g[m(-0x15c,-0x15c)]();function m(a,b){return _enb(a- -0x20c,b);}g[m(-0x14d,-0x14d)](d);};const f=this[n(-0x22a,-0x230)];if(f){f[n(-0x21d,-0x219)](g=>{if(g!==f)e(g);});}else{this[n(-0x225,-0x21f)](e);}}}return c;}){}export{CorePartOfProjectStoreMixin};
@@ -0,0 +1 @@
1
+ function _ena(){const u=['startDate','intersectedAsEmpty','getTime','86JNrQbJ','copyWith','925776vuvjIg','10LkcdQP','35fTyXAr','max','constructor','Left','equalTo','endDateIsFinite','Right','2130JWBeXh','9079PPlRRs','isIntervalEmpty','initialize','3824336TqbODD','new','2087784QvklaC','isInfinite','getCopyProperties','endDate','intersectionOf','min','reduce','size','1629585mHaNwE','intersect','5WHvrLy','8724529WgAeLs','containsDate'];_ena=function(){return u;};return _ena();}(function(a,b){const c=a();function h(a,b){return _enb(b- -0x1c7,a);}while(!![]){try{const d=-parseInt(h(-0xba,-0xad))/0x1*(-parseInt(h(-0xa4,-0x98))/0x2)+parseInt(h(-0xa9,-0xa0))/0x3+parseInt(h(-0xa9,-0xa8))/0x4*(parseInt(h(-0x99,-0x9e))/0x5)+parseInt(h(-0xb7,-0xae))/0x6*(parseInt(h(-0x8e,-0x94))/0x7)+-parseInt(h(-0x9f,-0xaa))/0x8+parseInt(h(-0x85,-0x96))/0x9+-parseInt(h(-0xa1,-0x95))/0xa*(parseInt(h(-0xa7,-0x9d))/0xb);if(d===b){break;}else{c['push'](c['shift']());}}catch(e){c['push'](c['shift']());}}}(_ena,0x468e4));import{MAX_DATE,MIN_DATE}from'../util/Constants.js';import{EdgeInclusion}from'../util/Types.js';import{Base}from'@bryntum/engine-thin/lib/ChronoGraph/class/Base.js';class DateInterval extends Base{[_eni(0x4ab,0x4b1)](...a){super['initialize'](...a);function j(a,b){return _eni(a- -0x406,b);}if(!this[j(0xb5,0xb9)])this[j(0xb5,0xc2)]=MIN_DATE;if(!this['endDate'])this[j(0xab,0xa5)]=MAX_DATE;}[_eni(0x4a5,0x4b4)](a){function k(a,b){return _eni(a- -0x194,b);}return this[k(0x327,0x338)][k(0x329,0x333)]()===a[k(0x327,0x334)]['getTime']()&&this[k(0x31d,0x30f)][k(0x329,0x321)]()===a['endDate'][k(0x329,0x337)]();}[_eni(0x4af,0x4bd)](){function l(a,b){return _eni(a- -0xd6,b);}return this[l(0x3e5,0x3ea)][l(0x3e7,0x3df)]()===MIN_DATE[l(0x3e7,0x3e9)]()&&this[l(0x3db,0x3e0)][l(0x3e7,0x3e3)]()===MAX_DATE[l(0x3e7,0x3ec)]();}['startDateIsFinite'](){function m(a,b){return _eni(b- -0x135,a);}return!this[m(0x379,0x375)]()&&this[m(0x378,0x386)][m(0x38c,0x388)]()!==MIN_DATE[m(0x37a,0x388)]();}[_eni(0x4a6,0x4aa)](){function n(a,b){return _eni(b- -0x3c,a);}return!this[n(0x47d,0x46e)]()&&this[n(0x47a,0x475)][n(0x47a,0x481)]()!==MAX_DATE['getTime']();}[_eni(0x4ba,0x4ab)](a,b=EdgeInclusion[_eni(0x4a4,0x4a7)]){function o(a,b){return _eni(a- -0x5c2,b);}return b===EdgeInclusion[o(-0x11e,-0x110)]&&(a>=this[o(-0x107,-0x102)]&&a<this[o(-0x111,-0x11f)])||b===EdgeInclusion[o(-0x11b,-0x11b)]&&(a>this['startDate']&&a<=this[o(-0x111,-0x10c)]);}[_eni(0x4aa,0x4b9)](){function p(a,b){return _eni(a- -0x2c9,b);}return this[p(0x1f2,0x1fa)]>this[p(0x1e8,0x1f4)];}[_eni(0x4b7,0x4b3)](a){const b=a[q(0xf4,0xfb)];const c=a[q(0xf7,0xf1)];const d=this[q(0x106,0xfb)];const e=this[q(0xf5,0xf1)];if(e<b||d>c){return EMPTY_INTERVAL;}const f=new Date(Math[q(0x10c,0x103)](d[q(0x10c,0xfd)](),b[q(0xf2,0xfd)]()));function q(a,b){return _eni(b- -0x3c0,a);}const g=new Date(Math[q(0xf5,0xf3)](e[q(0xf4,0xfd)](),c['getTime']()));return this['constructor'][q(0xe1,0xed)]({'startDate':f,'endDate':g});}['intersectMut'](a,b=![]){const c=a[r(-0x299,-0x2a9)];const d=a['endDate'];const e=this[r(-0x299,-0x296)];const f=this[r(-0x2a3,-0x2ab)];if(b){if(!this[r(-0x2a2,-0x296)])this[r(-0x2a2,-0x299)]=new Set();if(a[r(-0x2a2,-0x2a9)]?.[r(-0x29f,-0x2a7)]>0x0){a['intersectionOf']['forEach'](this[r(-0x2a2,-0x2aa)]['add'],this[r(-0x2a2,-0x2a8)]);this[r(-0x298,-0x2a1)]=a[r(-0x298,-0x29d)];}else{this['intersectionOf']['add'](a);}}if(!this[r(-0x2aa,-0x2af)]()){if(f<c||e>d){this[r(-0x299,-0x29e)]=MAX_DATE;this[r(-0x2a3,-0x2ab)]=MIN_DATE;if(b){this[r(-0x298,-0x289)]=a;}return this;}this[r(-0x299,-0x288)]=new Date(Math[r(-0x291,-0x28a)](e['getTime'](),c[r(-0x297,-0x295)]()));this[r(-0x2a3,-0x29f)]=new Date(Math[r(-0x2a1,-0x294)](f[r(-0x297,-0x297)](),d[r(-0x297,-0x2a5)]()));}function r(a,b){return _eni(a- -0x754,b);}return this;}[_eni(0x4b0,0x4ae)](a){return a;}[_eni(0x4bf,0x4bb)](a){function s(a,b){return _eni(b- -0x60,a);}const b=this[s(0x454,0x450)](a);return this[s(0x452,0x443)][s(0x444,0x44d)](b);}}function _eni(a,b){return _enb(a-0x38f,b);}const EMPTY_INTERVAL=DateInterval[_eni(0x4ad,0x4ab)]({'startDate':MAX_DATE,'endDate':MIN_DATE});function _enb(a,b){const c=_ena();_enb=function(d,e){d=d-0x114;let f=c[d];return f;};return _enb(a,b);}const intersectIntervals=(a,b=![])=>{function t(a,b){return _eni(b- -0x4db,a);}return a[t(-0x1a,-0x27)]((c,d)=>c['intersectMut'](d,b),DateInterval[t(-0x2d,-0x2e)]());};export{DateInterval,EMPTY_INTERVAL,intersectIntervals};
@@ -0,0 +1 @@
1
+ (function(a,b){const c=a();function l(a,b){return _enb(b- -0x1d2,a);}while(!![]){try{const d=parseInt(l(-0x173,-0x166))/0x1*(parseInt(l(-0x16a,-0x161))/0x2)+parseInt(l(-0x151,-0x15f))/0x3*(-parseInt(l(-0x140,-0x150))/0x4)+parseInt(l(-0x171,-0x165))/0x5*(-parseInt(l(-0x164,-0x160))/0x6)+-parseInt(l(-0x154,-0x15b))/0x7*(-parseInt(l(-0x152,-0x154))/0x8)+-parseInt(l(-0x142,-0x152))/0x9+-parseInt(l(-0x14d,-0x14d))/0xa+parseInt(l(-0x158,-0x157))/0xb;if(d===b){break;}else{c['push'](c['shift']());}}catch(e){c['push'](c['shift']());}}}(_ena,0x82b9d));var __decorate=function(a,b,e,f){var g=arguments[m(0x215,0x220)],h=g<0x3?b:f===null?f=Object[m(0x221,0x22f)](b,e):f,j;if(typeof Reflect===m(0x21c,0x227)&&typeof Reflect[m(0x210,0x217)]==='function')h=Reflect[m(0x210,0x21d)](a,b,e,f);else for(var k=a[m(0x215,0x210)]-0x1;k>=0x0;k--)if(j=a[k])h=(g<0x3?j(h):g>0x3?j(b,e,h):j(b,e))||h;function m(a,b){return _enb(a-0x19b,b);}return g>0x3&&h&&Object['defineProperty'](b,e,h),h;};import{Mixin}from'@bryntum/engine-thin/lib/ChronoGraph/class/BetterMixin.js';import{calculate,field}from'@bryntum/engine-thin/lib/ChronoGraph/replica/Entity.js';function _enb(a,b){const c=_ena();_enb=function(d,e){d=d-0x6a;let f=c[d];return f;};return _enb(a,b);}import _enc from'@bryntum/core-thin/lib/helper/DateHelper.js';import{ChronoModelMixin}from'../chrono/ChronoModelMixin.js';import{model_field}from'../chrono/ModelFieldAtom.js';import{TimeUnit}from'./Types.js';class DurationConverterMixin extends Mixin([ChronoModelMixin],a=>{class b extends a{[n(-0x18b,-0x190)](c){function o(a,b){return n(b,a-0x161);}return c===TimeUnit[o(-0x3e,-0x44)]||c===TimeUnit[o(-0x25,-0x32)]||c===TimeUnit[o(-0x34,-0x34)]||c===TimeUnit[o(-0x3a,-0x3d)]||c===TimeUnit['ElapsedMonth']||c===TimeUnit[o(-0x29,-0x28)]||c===TimeUnit[o(-0x38,-0x3d)];}*[n(-0x192,-0x18d)](){const c=yield this['$'][p(0xb7,0xa9)];const d=yield this['$'][p(0x97,0x9c)];function p(a,b){return n(a,b-0x23a);}const e=yield this['$'][p(0xbe,0xba)];return{'millisecond':0x1,'second':0x3e8,'minute':0x3c*0x3e8,'eminute':0x3c*0x3e8,'hour':0x3c*0x3c*0x3e8,'ehour':0x3c*0x3c*0x3e8,'day':c*0x3c*0x3c*0x3e8,'eday':0x18*0x3c*0x3c*0x3e8,'week':d*c*0x3c*0x3c*0x3e8,'eweek':0x7*0x18*0x3c*0x3c*0x3e8,'month':e*c*0x3c*0x3c*0x3e8,'emonth':0x1e*0x18*0x3c*0x3c*0x3e8,'quarter':0x3*e*c*0x3c*0x3c*0x3e8,'equarter':0x3*0x1e*0x18*0x3c*0x3c*0x3e8,'year':0x4*0x3*e*c*0x3c*0x3c*0x3e8,'eyear':0x4*0x3*0x1e*0x18*0x3c*0x3c*0x3e8};}[n(-0x18d,-0x193)](c,d,e){return this['run']('$convertDuration',c,d,e);}*[n(-0x18d,-0x181)](c,d,e){e=_enc['normalizeUnit'](e);d=_enc['normalizeUnit'](d);if(!d||!e)throw new Error(q(0x2c7,0x2cd));const f=yield this['$'][q(0x2e1,0x2d7)];function q(a,b){return n(a,b-0x459);}let g=c;if(d!==e){g=c*f[d]/f[e];}return g;}}__decorate([field()],b[n(-0x193,-0x185)],n(-0x191,-0x182),void 0x0);function n(a,b){return _enb(b- -0x209,a);}__decorate([model_field({'type':n(-0x18b,-0x19a),'defaultValue':0x18})],b[n(-0x185,-0x185)],'hoursPerDay',void 0x0);__decorate([model_field({'type':n(-0x18c,-0x19a),'defaultValue':0x7})],b[n(-0x193,-0x185)],n(-0x19a,-0x19e),void 0x0);__decorate([model_field({'type':n(-0x1a1,-0x19a),'defaultValue':0x1e})],b['prototype'],'daysPerMonth',void 0x0);__decorate([calculate('unitsInMs')],b[n(-0x185,-0x185)],'calculateUnitsInMs',null);return b;}){}function _ena(){const r=['hoursPerDay','isElapsedDurationUnit','length','16408997TxPPTf','calculateUnitsInMs','Conversion\x20unit\x20not\x20provided','40kBZqXb','ElapsedQuarter','4053609YmBinQ','object','2420Uiwlvg','ElapsedHour','prototype','4481040fXKyST','getOwnPropertyDescriptor','unitsInMs','$convertDuration','daysPerMonth','ElapsedMinute','daysPerWeek','449374inAOAZ','1321090cvncxI','ElapsedWeek','number','ElapsedYear','2hLyDkb','6gKRVGT','2757RkIySe','ElapsedDay','decorate','convertDuration','438298LiNIoT'];_ena=function(){return r;};return _ena();}export{DurationConverterMixin};
@@ -0,0 +1 @@
1
+ (function(a,b){var c=a();function f(a,b){return _enb(b-0x9e,a);}while(!![]){try{var d=-parseInt(f(0x1c8,0x1e4))/0x1*(-parseInt(f(0x1a7,0x196))/0x2)+-parseInt(f(0x186,0x1a1))/0x3+parseInt(f(0x1ed,0x1c7))/0x4+parseInt(f(0x1bd,0x1e6))/0x5*(-parseInt(f(0x1e2,0x1dc))/0x6)+-parseInt(f(0x1a3,0x1c4))/0x7+-parseInt(f(0x1ea,0x1ec))/0x8+parseInt(f(0x1ac,0x198))/0x9*(parseInt(f(0x187,0x19c))/0xa);if(d===b){break;}else{c['push'](c['shift']());}}catch(e){c['push'](c['shift']());}}}(_ena,0x662aa));var ResourceType;(function(a){a[g(0x425,0x432)]='work';function g(a,b){return _enb(b-0x2f2,a);}a[g(0x40e,0x412)]='material';a[g(0x3ee,0x406)]=g(0x3db,0x3f1);}(ResourceType||(ResourceType={})));var CostAccrual;(function(a){a['Start']=h(-0x1b1,-0x185);function h(a,b){return _enb(a- -0x2cb,b);}a['End']=h(-0x18f,-0x168);a[h(-0x1aa,-0x1ae)]=h(-0x1b8,-0x1d7);}(CostAccrual||(CostAccrual={})));var TimeUnit;(function(a){a[i(0x213,0x23a)]=i(0x22a,0x23b);a['Second']='second';a['Minute']=i(0x238,0x20a);a['ElapsedMinute']=i(0x1ff,0x1f9);a['Hour']=i(0x226,0x253);a[i(0x1fe,0x1e0)]=i(0x22c,0x20c);a['Day']='day';a[i(0x242,0x267)]='eday';a[i(0x239,0x229)]=i(0x21f,0x217);a[i(0x211,0x20f)]=i(0x1f0,0x213);function i(a,b){return _enb(a-0xf5,b);}a[i(0x228,0x221)]=i(0x22b,0x24d);a[i(0x224,0x212)]=i(0x23c,0x226);a[i(0x219,0x231)]=i(0x1f6,0x20c);a[i(0x23e,0x236)]=i(0x20d,0x1ff);a['Year']=i(0x20b,0x21d);a[i(0x1e8,0x1f8)]=i(0x200,0x1d9);}(TimeUnit||(TimeUnit={})));function _ena(){var w=['emonth','1385LVVSAL','ElapsedQuarter','End','aslateaspossible','FromEvent','ElapsedDay','5794416Khhuhv','ElapsedYear','inherited','mustfinishon','finishnoearlierthan','AsLateAsPossible','6pHBXkk','Skip','5832117Dqqhep','eweek','FixedEffort','Throw','20LEliOR','cost','Start','quarter','assoonaspossible','2295054HYlKfC','AllWorking','startnoearlierthan','Normal','DuplicatingDependency','NoError','ElapsedHour','eminute','eyear','Manual','AsSoonAsPossible','StartToStart','MustStartOn','SchedulerPro','StartNoLaterThan','SchedulerBasic','prorated','Cost','None','year','Auto','equarter','Exception','start','enforcedBy','ElapsedWeek','FinishNoEarlierThan','Millisecond','Backward','Material','Prorated','StartNoEarlierThan','honor','Quarter','FixedUnits','1320942hlApAw','inheritedFrom','own','2728184XBwjPL','week','EndToStart','Conflict','Gantt','startnolaterthan','ElapsedMonth','ignore','hour','Project','Month','direction','millisecond','month','ehour','MustFinishOn','kind','muststarton','EndToEnd','end','Forward','3438LKpygt','Honor','Work','FixedDuration','ToEvent','minute','Week','StartToEnd','92383uYtHhc'];_ena=function(){return w;};return _ena();}var ProjectConstraintResolution;(function(a){a[j(-0x216,-0x223)]=j(-0x228,-0x23f);function j(a,b){return _enb(b- -0x362,a);}a['Ignore']=j(-0x244,-0x232);a[j(-0x23b,-0x236)]='conflict';}(ProjectConstraintResolution||(ProjectConstraintResolution={})));var ConstraintType;(function(a){function k(a,b){return _enb(b- -0x2b2,a);}a[k(-0x1a0,-0x1a3)]=k(-0x1a1,-0x178);a[k(-0x1a6,-0x17a)]=k(-0x19b,-0x1bd);a[k(-0x164,-0x190)]=k(-0x19e,-0x1ad);a[k(-0x189,-0x1a1)]=k(-0x18c,-0x184);a[k(-0x1b9,-0x195)]=k(-0x1b3,-0x1bc);a['FinishNoLaterThan']='finishnolaterthan';a[k(-0x1b5,-0x1a5)]=k(-0x185,-0x1b0);a[k(-0x1e8,-0x1bb)]=k(-0x16e,-0x167);}(ConstraintType||(ConstraintType={})));var SchedulingMode;(function(a){function l(a,b){return _enb(b- -0x1fa,a);}a[l(-0xe7,-0xf4)]='Normal';a[l(-0x93,-0xb9)]=l(-0x8b,-0xb9);a[l(-0xf2,-0xfe)]=l(-0xf1,-0xfe);a[l(-0xc1,-0xd5)]=l(-0xb5,-0xd5);}(SchedulingMode||(SchedulingMode={})));var DependencyValidationResult;(function(a){function m(a,b){return _enb(a-0x50,b);}a[a[m(0x158,0x13c)]=0x0]=m(0x158,0x173);a[a['CyclicDependency']=0x1]='CyclicDependency';a[a['DuplicatingDependency']=0x2]=m(0x157,0x12e);}(DependencyValidationResult||(DependencyValidationResult={})));var DependencyType;(function(a){function n(a,b){return _enb(a-0x32d,b);}a[a[n(0x43b,0x446)]=0x0]=n(0x43b,0x457);a[a[n(0x472,0x45b)]=0x1]=n(0x472,0x48e);a[a[n(0x458,0x42e)]=0x2]=n(0x458,0x458);a[a[n(0x468,0x488)]=0x3]=n(0x468,0x45a);}(DependencyType||(DependencyType={})));var DependenciesCalendar;(function(a){a[o(-0x100,-0xed)]=o(-0x10d,-0xed);function o(a,b){return _enb(b- -0x21f,a);}a[o(-0xc7,-0xd3)]=o(-0xcc,-0xd3);a[o(-0xc1,-0xdd)]=o(-0xf8,-0xdd);a[o(-0x106,-0x11b)]=o(-0xef,-0x11b);}(DependenciesCalendar||(DependenciesCalendar={})));var StartedTaskScheduling;(function(a){a[p(0x2ce,0x2be)]=p(0x2ce,0x2f7);function p(a,b){return _enb(a-0x1b7,b);}a[p(0x2c3,0x2de)]=p(0x2c3,0x2a5);}(StartedTaskScheduling||(StartedTaskScheduling={})));var ProjectType;(function(a){a[a[q(-0x1ad,-0x1c8)]=0x1]=q(-0x1c8,-0x1c8);a[a[q(-0x1ec,-0x1ca)]=0x2]=q(-0x1c8,-0x1ca);function q(a,b){return _enb(b- -0x2da,a);}a[a[q(-0x18d,-0x1ad)]=0x3]='Gantt';}(ProjectType||(ProjectType={})));var Direction;(function(a){a[r(0x3fc,0x421)]=r(0x442,0x421);a[r(0x3ea,0x403)]='Backward';function r(a,b){return _enb(b-0x2e4,a);}a[r(0x406,0x3f9)]=r(0x3e8,0x3f9);}(Direction||(Direction={})));const isEqualEffectiveDirection=(c,d)=>{if(c&&!d||!c&&d)return![];if(!c&&!d)return!![];function s(a,b){return _enb(b- -0x323,a);}return c[s(-0x1d1,-0x1ef)]===d[s(-0x1e6,-0x1ef)]&&(c[s(-0x1d4,-0x1ea)]===s(-0x224,-0x1fb)&&d[s(-0x210,-0x1ea)]===s(-0x219,-0x1fb)||c[s(-0x1da,-0x1ea)]==='enforced'&&d[s(-0x208,-0x1ea)]==='enforced'&&c[s(-0x234,-0x208)]===d[s(-0x21f,-0x208)]||c[s(-0x1e4,-0x1ea)]==='inherited'&&d[s(-0x1f3,-0x1ea)]===s(-0x254,-0x22f)&&c[s(-0x1f4,-0x1fc)]===d[s(-0x20b,-0x1fc)]);};function _enb(a,b){var c=_ena();_enb=function(d,e){d=d-0xf3;var f=c[d];return f;};return _enb(a,b);}var ConstraintIntervalSide;(function(a){function t(a,b){return _enb(b- -0x33f,a);}a[t(-0x211,-0x23f)]=t(-0x235,-0x23f);a[t(-0x1f0,-0x1f5)]=t(-0x1e4,-0x1f5);}(ConstraintIntervalSide||(ConstraintIntervalSide={})));var CalendarIntervalType;(function(a){a[u(-0x282,-0x26e)]=u(-0x282,-0x2ab);function u(a,b){return _enb(a- -0x3c6,b);}a[u(-0x2ad,-0x2af)]=u(-0x2ad,-0x2be);}(CalendarIntervalType||(CalendarIntervalType={})));var TreatInconsistentIntervals;(function(a){function v(a,b){return _enb(b- -0x2f3,a);}a['Skip']=v(-0x1fa,-0x1fa);a[v(-0x20c,-0x1f6)]='Throw';}(TreatInconsistentIntervals||(TreatInconsistentIntervals={})));export{CalendarIntervalType,ConstraintIntervalSide,ConstraintType,CostAccrual,DependenciesCalendar,DependencyType,DependencyValidationResult,Direction,ProjectConstraintResolution,ProjectType,ResourceType,SchedulingMode,StartedTaskScheduling,TimeUnit,TreatInconsistentIntervals,isEqualEffectiveDirection};
@@ -0,0 +1 @@
1
+ function _enb(a,b){const c=_ena();_enb=function(d,e){d=d-0x195;let f=c[d];return f;};return _enb(a,b);}(function(a,b){function h(a,b){return _enb(a-0x1c9,b);}const c=a();while(!![]){try{const d=parseInt(h(0x368,0x367))/0x1*(parseInt(h(0x360,0x35e))/0x2)+-parseInt(h(0x363,0x369))/0x3+-parseInt(h(0x361,0x362))/0x4*(-parseInt(h(0x364,0x366))/0x5)+parseInt(h(0x369,0x363))/0x6+parseInt(h(0x367,0x361))/0x7*(parseInt(h(0x365,0x362))/0x8)+-parseInt(h(0x35e,0x35b))/0x9*(parseInt(h(0x366,0x36c))/0xa)+parseInt(h(0x35f,0x359))/0xb*(-parseInt(h(0x362,0x368))/0xc);if(d===b){break;}else{c['push'](c['shift']());}}catch(e){c['push'](c['shift']());}}}(_ena,0x7721e));function _ena(){const i=['2258073rFkdZO','55JNokGH','4qKDdQH','2746604tfzhKc','2015880EUUUKa','1793337IgwmkY','5XvVAzK','20104fdjRXd','30pJSvCC','637MurAay','395971VIdPot','5826660NYRUaX'];_ena=function(){return i;};return _ena();}const binarySearch=(a,b,c=(f,g)=>f-g)=>{let d=0x0;let e=b['length'];while(d<e){const f=(d+e)/0x2|0x0;const g=c(a,b[f]);if(g===0x0)return{'found':!![],'index':f};else if(g<0x0)e=f;else d=f+0x1;}return{'found':![],'index':e};};export{binarySearch};
@@ -0,0 +1 @@
1
+ (function(a,b){function f(a,b){return _enb(b-0xf4,a);}const c=a();while(!![]){try{const d=-parseInt(f(0x1dc,0x1d8))/0x1*(parseInt(f(0x1d2,0x1d1))/0x2)+parseInt(f(0x1d3,0x1d9))/0x3*(parseInt(f(0x1da,0x1dc))/0x4)+-parseInt(f(0x1d6,0x1d6))/0x5*(parseInt(f(0x1d2,0x1d5))/0x6)+-parseInt(f(0x1d8,0x1d2))/0x7*(parseInt(f(0x1da,0x1db))/0x8)+-parseInt(f(0x1d7,0x1da))/0x9+parseInt(f(0x1d5,0x1d7))/0xa+parseInt(f(0x1d3,0x1d4))/0xb;if(d===b){break;}else{c['push'](c['shift']());}}catch(e){c['push'](c['shift']());}}}(_ena,0x92693));const MIN_DATE=new Date(-0x1eb208c2dc0000);const MAX_DATE=new Date(0x1eb208c2dc0000);const DAY_IN_MS=0x18*0x3c*0x3c*0x3e8;const MissingValue=-0x3039;function _ena(){const h=['1099051QyXlSm','101904lUXmDZ','9708066Vtburr','968YkkFgF','64moDQMz','2zYvITp','7217JoUDZR','getTime','34300585xQGGZf','472332hgmBtv','65wIuTWp','2638380ajRqCb'];_ena=function(){return h;};return _ena();}const isDateFinite=a=>{if(!a)return![];function g(a,b){return _enb(a-0x2a0,b);}const b=a[g(0x37f,0x37f)]();return b!==MIN_DATE[g(0x37f,0x37f)]()&&b!==MAX_DATE[g(0x37f,0x37c)]();};function _enb(a,b){const c=_ena();_enb=function(d,e){d=d-0xdd;let f=c[d];return f;};return _enb(a,b);}export{DAY_IN_MS,MAX_DATE,MIN_DATE,MissingValue,isDateFinite};
@@ -0,0 +1 @@
1
+ (function(a,b){const c=a();function f(a,b){return _enb(a-0x1be,b);}while(!![]){try{const d=-parseInt(f(0x2d8,0x2d6))/0x1+-parseInt(f(0x2d6,0x2d3))/0x2*(parseInt(f(0x2db,0x2d5))/0x3)+-parseInt(f(0x2d4,0x2d6))/0x4*(-parseInt(f(0x2d7,0x2db))/0x5)+parseInt(f(0x2d1,0x2d5))/0x6+-parseInt(f(0x2d3,0x2ce))/0x7+parseInt(f(0x2d9,0x2df))/0x8+parseInt(f(0x2d2,0x2ce))/0x9;if(d===b){break;}else{c['push'](c['shift']());}}catch(e){c['push'](c['shift']());}}}(_ena,0x87639));import{CI}from'@bryntum/engine-thin/lib/ChronoGraph/collection/Iterator.js';const isNotNumber=a=>Number(a)!==a;const CIFromSetOrArrayOrValue=a=>{if(a instanceof Set||a instanceof Array)return CI(a);return CI([a]);};function _ena(){const h=['7214179zyUekv','13484EkSbyT','undefined','10INDGiq','925TrmMuB','423361cugZuG','6924224AxMuAg','replace','363039xmQzhd','746310JeuqIS','9000252iyjHGI'];_ena=function(){return h;};return _ena();}const delay=a=>new Promise(b=>setTimeout(b,a));const format=(a,...b)=>{function g(a,b){return _enb(b- -0x14b,a);}return a[g(-0x35,-0x2f)](/{(\d+)}/g,(c,d)=>typeof b[d]!==g(-0x38,-0x34)?b[d]:c);};function _enb(a,b){const c=_ena();_enb=function(d,e){d=d-0x113;let f=c[d];return f;};return _enb(a,b);}export{CIFromSetOrArrayOrValue,delay,format,isNotNumber};
@@ -0,0 +1 @@
1
+ (function(a,b){function g(a,b){return _enb(b- -0x2e4,a);}const c=a();while(!![]){try{const d=-parseInt(g(-0x1d1,-0x1dd))/0x1+-parseInt(g(-0x1ea,-0x1e0))/0x2*(-parseInt(g(-0x1d5,-0x1d5))/0x3)+parseInt(g(-0x1f4,-0x1e7))/0x4+parseInt(g(-0x1e3,-0x1e9))/0x5*(parseInt(g(-0x1f5,-0x1ea))/0x6)+parseInt(g(-0x1d7,-0x1d2))/0x7*(parseInt(g(-0x1e4,-0x1d7))/0x8)+-parseInt(g(-0x1cd,-0x1d8))/0x9*(-parseInt(g(-0x1d4,-0x1de))/0xa)+parseInt(g(-0x1ca,-0x1d3))/0xb*(-parseInt(g(-0x1e9,-0x1e4))/0xc);if(d===b){break;}else{c['push'](c['shift']());}}catch(e){c['push'](c['shift']());}}}(_ena,0xdba04));function _ena(){const m=['DEBUG','length','9fMBRFZ','20584QMbmAY','catch','213uwcVHp','stack','11EAYDED','917UjpguS','Finished\x20queued\x20fn\x20#','resolve','stacks','Queue\x20#','queue','2050338UWLREG','5JQnWTb','log','6774084BOfziW','bryntum','ongoing','2188740PhTugh','Running\x20queued\x20fn\x20#','then','finishedStep','4074uTeScr','debug','158990yaMVHg','1450850twiRjo','handleReject','Queued\x20fn\x20#'];_ena=function(){return m;};return _ena();}let counter=0x1;class Queue{constructor(a=_enh(-0x196,-0x19e)+counter++){this['name']='';function i(a,b){return _enh(b- -0x75,a);}this[i(-0x204,-0x1f8)]=0x0;this[i(-0x20b,-0x200)]=0x0;this[i(-0x20f,-0x20c)]=[];this['ongoing']=Promise[i(-0x217,-0x20d)]();this['handleReject']=()=>{};this['name']=a;}['debug'](a){function j(a,b){return _enh(a-0x5c9,b);}if(globalThis['bryntum']?.[j(0x445,0x43c)]){console[j(0x437,0x442)](this['name'],a);}}[_enh(-0x195,-0x189)](a,b=this[_enh(-0x186,-0x17b)]){const c=this[k(0x39,0x46)]++;if(globalThis[k(0x2f,0x39)]?.['DEBUG']){const e=new Error()[k(0x4f,0x4b)];this[k(0x26,0x32)]['push'](e);this[k(0x4e,0x40)](k(0x4d,0x44)+c);this['debug'](e);}function k(a,b){return _enh(b-0x1c9,a);}const d=this[k(0x3f,0x3a)][k(0x47,0x3d)](async()=>{function l(a,b){return k(a,b-0x44b);}this['debug'](l(0x48c,0x487)+c);const f=await a();this[l(0x488,0x489)]++;this[l(0x491,0x48b)](l(0x47e,0x47b)+c);return f;});this[k(0x30,0x3a)]=d[k(0x3a,0x49)](b);return d;}}function _enh(a,b){return _enb(a- -0x28e,b);}Queue['_$name']='Queue';function _enb(a,b){const c=_ena();_enb=function(d,e){d=d-0xf5;let f=c[d];return f;};return _enb(a,b);}export{Queue as default};
@@ -0,0 +1 @@
1
+ (function(a,b){const c=a();function f(a,b){return _enb(b-0x2ea,a);}while(!![]){try{const d=parseInt(f(0x3a9,0x3ac))/0x1*(parseInt(f(0x3b6,0x3b1))/0x2)+parseInt(f(0x3b1,0x3ae))/0x3*(parseInt(f(0x3ab,0x3ab))/0x4)+-parseInt(f(0x3b1,0x3af))/0x5+parseInt(f(0x3ad,0x3a9))/0x6+parseInt(f(0x3b1,0x3b0))/0x7+parseInt(f(0x3aa,0x3ad))/0x8*(parseInt(f(0x3b2,0x3b2))/0x9)+-parseInt(f(0x3aa,0x3aa))/0xa;if(d===b){break;}else{c['push'](c['shift']());}}catch(e){c['push'](c['shift']());}}}(_ena,0xd0c77));const stripDuplicates=a=>Array['from'](new Set(a));function _enb(a,b){const c=_ena();_enb=function(d,e){d=d-0xbf;let f=c[d];return f;};return _enb(a,b);}function _ena(){const g=['40FTpEQL','4286955TEDIsn','136620AsVOfN','8989281PoYenx','8LNRvqo','2159856VThhYr','1033284YmVEjN','40225670PYQZVM','4RmHmVt','204937rrseZa'];_ena=function(){return g;};return _ena();}export{stripDuplicates};
@@ -0,0 +1 @@
1
+ function _enb(a,b){var c=_ena();_enb=function(d,e){d=d-0xa5;var f=c[d];return f;};return _enb(a,b);}(function(a,b){function f(a,b){return _enb(a- -0x2c0,b);}var c=a();while(!![]){try{var d=parseInt(f(-0x219,-0x219))/0x1*(parseInt(f(-0x217,-0x21d))/0x2)+-parseInt(f(-0x216,-0x216))/0x3*(-parseInt(f(-0x215,-0x217))/0x4)+-parseInt(f(-0x21a,-0x218))/0x5+parseInt(f(-0x211,-0x20b))/0x6*(parseInt(f(-0x213,-0x215))/0x7)+parseInt(f(-0x212,-0x20f))/0x8+parseInt(f(-0x20f,-0x209))/0x9+parseInt(f(-0x218,-0x217))/0xa*(-parseInt(f(-0x21b,-0x219))/0xb);if(d===b){break;}else{c['push'](c['shift']());}}catch(e){c['push'](c['shift']());}}}(_ena,0x60a34));var EdgeInclusion;(function(a){a[a['Left']=0x0]=g(-0x247,-0x240);function g(a,b){return _enb(a- -0x2f7,b);}a[a[g(-0x24b,-0x24a)]=0x1]=g(-0x24b,-0x24a);}(EdgeInclusion||(EdgeInclusion={})));export{EdgeInclusion};function _ena(){var h=['10KxbOYI','110498dpVwpS','1181157CKQAxz','8nJitLw','Right','63tyNkpu','192032ELCnMX','177522pRZqOW','Left','6387516fPpeFj','20032683zlOXcO','614790GECWWY','10jmsfFV'];_ena=function(){return h;};return _ena();}