ff-step-table 1.0.1 → 1.0.3

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 (108) hide show
  1. package/lib/components/EditLabel/EditLabel.d.ts +1 -1
  2. package/lib/components/EditLabel/EditLabel.js +2 -2
  3. package/lib/components/EditLabel/EditLabel.js.map +1 -1
  4. package/lib/components/EditLabel/types.d.ts +1 -0
  5. package/lib/components/Icon/Icon.js +2 -2
  6. package/lib/components/Icon/Icon.js.map +1 -1
  7. package/lib/components/Icon/iconList.js +2 -0
  8. package/lib/components/Icon/iconList.js.map +1 -1
  9. package/lib/components/StatusButton/StatusButton.js +2 -2
  10. package/lib/components/StatusButton/StatusButton.js.map +1 -1
  11. package/lib/components/StepsLandingTable/StepLandingTable.d.ts +0 -1
  12. package/lib/components/StepsLandingTable/StepLandingTable.js +160 -447
  13. package/lib/components/StepsLandingTable/StepLandingTable.js.map +1 -1
  14. package/lib/components/StepsLandingTable/types.d.ts +1 -0
  15. package/lib/components/StepsLandingTableV2/StepLandingTable.d.ts +6 -0
  16. package/lib/components/StepsLandingTableV2/StepLandingTable.js +637 -0
  17. package/lib/components/StepsLandingTableV2/StepLandingTable.js.map +1 -0
  18. package/lib/components/StepsLandingTableV2/compat/legacyAdapter.d.ts +10 -0
  19. package/lib/components/StepsLandingTableV2/compat/legacyAdapter.js +35 -0
  20. package/lib/components/StepsLandingTableV2/compat/legacyAdapter.js.map +1 -0
  21. package/lib/components/StepsLandingTableV2/index.d.ts +4 -0
  22. package/lib/components/StepsLandingTableV2/index.js +5 -0
  23. package/lib/components/StepsLandingTableV2/index.js.map +1 -0
  24. package/lib/components/StepsLandingTableV2/model/blockGraph.d.ts +12 -0
  25. package/lib/components/StepsLandingTableV2/model/blockGraph.js +167 -0
  26. package/lib/components/StepsLandingTableV2/model/blockGraph.js.map +1 -0
  27. package/lib/components/StepsLandingTableV2/model/normalize.d.ts +10 -0
  28. package/lib/components/StepsLandingTableV2/model/normalize.js +166 -0
  29. package/lib/components/StepsLandingTableV2/model/normalize.js.map +1 -0
  30. package/lib/components/StepsLandingTableV2/model/rowClassification.d.ts +14 -0
  31. package/lib/components/StepsLandingTableV2/model/rowClassification.js +132 -0
  32. package/lib/components/StepsLandingTableV2/model/rowClassification.js.map +1 -0
  33. package/lib/components/StepsLandingTableV2/model/types.d.ts +108 -0
  34. package/lib/components/StepsLandingTableV2/model/types.js.map +1 -0
  35. package/lib/components/StepsLandingTableV2/selection/IntervalSelection.d.ts +18 -0
  36. package/lib/components/StepsLandingTableV2/selection/IntervalSelection.js +133 -0
  37. package/lib/components/StepsLandingTableV2/selection/IntervalSelection.js.map +1 -0
  38. package/lib/components/StepsLandingTableV2/selection/selectionEngine.d.ts +23 -0
  39. package/lib/components/StepsLandingTableV2/selection/selectionEngine.js +221 -0
  40. package/lib/components/StepsLandingTableV2/selection/selectionEngine.js.map +1 -0
  41. package/lib/components/StepsLandingTableV2/store/store.d.ts +104 -0
  42. package/lib/components/StepsLandingTableV2/store/store.js +508 -0
  43. package/lib/components/StepsLandingTableV2/store/store.js.map +1 -0
  44. package/lib/components/StepsLandingTableV2/virtual/BlockPrefixIndex.d.ts +20 -0
  45. package/lib/components/StepsLandingTableV2/virtual/BlockPrefixIndex.js +110 -0
  46. package/lib/components/StepsLandingTableV2/virtual/BlockPrefixIndex.js.map +1 -0
  47. package/lib/components/StepsLandingTableV2/virtual/viewportController.d.ts +11 -0
  48. package/lib/components/StepsLandingTableV2/virtual/viewportController.js +55 -0
  49. package/lib/components/StepsLandingTableV2/virtual/viewportController.js.map +1 -0
  50. package/lib/components/StepsLandingTableV2/visible/ChunkedSequence.d.ts +24 -0
  51. package/lib/components/StepsLandingTableV2/visible/ChunkedSequence.js +167 -0
  52. package/lib/components/StepsLandingTableV2/visible/ChunkedSequence.js.map +1 -0
  53. package/lib/components/StepsLandingTableV2/visible/buildVisibleSequence.d.ts +4 -0
  54. package/lib/components/StepsLandingTableV2/visible/buildVisibleSequence.js +124 -0
  55. package/lib/components/StepsLandingTableV2/visible/buildVisibleSequence.js.map +1 -0
  56. package/lib/components/StepsLandingTableV2/visible/visibleTypes.d.ts +50 -0
  57. package/lib/components/StepsLandingTableV2/visible/visibleTypes.js +2 -0
  58. package/lib/components/StepsLandingTableV2/visible/visibleTypes.js.map +1 -0
  59. package/lib/components/StorageUsageBar/StorageUsageBar.d.ts +4 -0
  60. package/lib/components/StorageUsageBar/StorageUsageBar.js +9 -0
  61. package/lib/components/StorageUsageBar/StorageUsageBar.js.map +1 -0
  62. package/lib/components/StorageUsageBar/index.d.ts +1 -0
  63. package/lib/components/StorageUsageBar/index.js +2 -0
  64. package/lib/components/StorageUsageBar/index.js.map +1 -0
  65. package/lib/components/StorageUsageBar/types.d.ts +7 -0
  66. package/lib/components/StorageUsageBar/types.js +2 -0
  67. package/lib/components/StorageUsageBar/types.js.map +1 -0
  68. package/lib/components/TableTreeFn/Components/TableCell.js +1 -1
  69. package/lib/components/TableTreeFn/Components/TableCell.js.map +1 -1
  70. package/lib/components/TableTreeFn/TableTreeFn.js +25 -4
  71. package/lib/components/TableTreeFn/TableTreeFn.js.map +1 -1
  72. package/lib/components/Typography/Typography.js +2 -2
  73. package/lib/components/Typography/Typography.js.map +1 -1
  74. package/lib/components/ZoomControl/ZoomControl.d.ts +5 -0
  75. package/lib/components/ZoomControl/ZoomControl.js +22 -0
  76. package/lib/components/ZoomControl/ZoomControl.js.map +1 -0
  77. package/lib/components/ZoomControl/index.d.ts +1 -0
  78. package/lib/components/ZoomControl/index.js +2 -0
  79. package/lib/components/ZoomControl/index.js.map +1 -0
  80. package/lib/components/ZoomControl/types.d.ts +8 -0
  81. package/lib/components/ZoomControl/types.js +2 -0
  82. package/lib/components/ZoomControl/types.js.map +1 -0
  83. package/lib/index.d.ts +25 -2
  84. package/lib/index.js +9 -9
  85. package/lib/index.js.map +1 -1
  86. package/lib/styles.css +1 -1
  87. package/lib/styles.css.map +1 -1
  88. package/lib/tsconfig.tsbuildinfo +1 -1
  89. package/lib/utils/getTreeDetails/getTreeDetails.js +70 -11
  90. package/lib/utils/getTreeDetails/getTreeDetails.js.map +1 -1
  91. package/lib/utils/handleTreeExpandAllCollapseAll/handleTreeExpandAllCollapseAll.js +1 -0
  92. package/lib/utils/handleTreeExpandAllCollapseAll/handleTreeExpandAllCollapseAll.js.map +1 -1
  93. package/package.json +2 -2
  94. package/lib/components/StepsLandingTable/internal/FenwickTree.d.ts +0 -9
  95. package/lib/components/StepsLandingTable/internal/FenwickTree.js +0 -57
  96. package/lib/components/StepsLandingTable/internal/FenwickTree.js.map +0 -1
  97. package/lib/components/StepsLandingTable/internal/VirtualSurface.d.ts +0 -4
  98. package/lib/components/StepsLandingTable/internal/VirtualSurface.js +0 -303
  99. package/lib/components/StepsLandingTable/internal/VirtualSurface.js.map +0 -1
  100. package/lib/components/StepsLandingTable/internal/flattenVisibleNodes.d.ts +0 -4
  101. package/lib/components/StepsLandingTable/internal/flattenVisibleNodes.js +0 -156
  102. package/lib/components/StepsLandingTable/internal/flattenVisibleNodes.js.map +0 -1
  103. package/lib/components/StepsLandingTable/internal/renderers.d.ts +0 -62
  104. package/lib/components/StepsLandingTable/internal/renderers.js +0 -109
  105. package/lib/components/StepsLandingTable/internal/renderers.js.map +0 -1
  106. package/lib/components/StepsLandingTable/internal/types.d.ts +0 -80
  107. package/lib/components/StepsLandingTable/internal/types.js.map +0 -1
  108. /package/lib/components/{StepsLandingTable/internal → StepsLandingTableV2/model}/types.js +0 -0
@@ -1 +1 @@
1
- {"root":["../src/index.ts","../src/componentprops/treenodeprops.ts","../src/styleguide/colorpalette/colorpalette.tsx","../src/styleguide/colorpalette/colorpalettelist.ts","../src/styleguide/colorpalette/index.ts","../src/styleguide/colorpalette/types.ts","../src/styleguide/typography/typography.tsx","../src/styleguide/typography/typographylist.ts","../src/styleguide/typography/types.ts","../src/thirdpartypackages/adapter.ts","../src/thirdpartypackages/janusgateway.ts","../src/assets/utils/functionutils.ts","../src/components/accordion/accordion.tsx","../src/components/accordion/index.ts","../src/components/accordion/types.ts","../src/components/addcontentbutton/addcontentbutton.tsx","../src/components/addcontentbutton/index.ts","../src/components/addcontentbutton/types.ts","../src/components/addresourcebutton/addresourcebutton.tsx","../src/components/addresourcebutton/index.ts","../src/components/addresourcebutton/type.ts","../src/components/addresourcebutton/arrowsbutton/arrowsbutton.tsx","../src/components/aitoggle/aitoggle.tsx","../src/components/aitoggle/index.ts","../src/components/aitoggle/types.ts","../src/components/allprojectsdropdown/allprojectsdropdown.tsx","../src/components/allprojectsdropdown/index.ts","../src/components/allprojectsdropdown/types.ts","../src/components/animatedsetting/animatedsetting.tsx","../src/components/animatedsetting/index.ts","../src/components/animatedsetting/type.ts","../src/components/appheader/appheader.tsx","../src/components/appheader/index.ts","../src/components/appheader/types.ts","../src/components/attachmedia/attachmedia.tsx","../src/components/attachmedia/index.ts","../src/components/attachmedia/types.ts","../src/components/attachmentbutton/attachmentbutton.tsx","../src/components/attachmentbutton/index.ts","../src/components/attachmentbutton/types.ts","../src/components/avatar/avatar.tsx","../src/components/avatar/index.ts","../src/components/avatar/types.ts","../src/components/box/box.tsx","../src/components/box/index.ts","../src/components/box/types.ts","../src/components/browsertabs/browsertabs.tsx","../src/components/browsertabs/index.ts","../src/components/browsertabs/types.ts","../src/components/button/button.tsx","../src/components/button/index.ts","../src/components/button/types.ts","../src/components/carousel/carousel.tsx","../src/components/carousel/index.ts","../src/components/carousel/type.ts","../src/components/charts/barchart/barchart.tsx","../src/components/charts/barchart/index.ts","../src/components/charts/barchart/types.ts","../src/components/charts/dashboarddonutchart/dashboarddonutchart.tsx","../src/components/charts/dashboarddonutchart/index.ts","../src/components/charts/dashboarddonutchart/types.ts","../src/components/charts/donutchart/donutchart.tsx","../src/components/charts/donutchart/index.ts","../src/components/charts/donutchart/type.ts","../src/components/charts/iconradialchart/iconradialchart.tsx","../src/components/charts/iconradialchart/index.ts","../src/components/charts/iconradialchart/types.ts","../src/components/charts/linechart/linechart.tsx","../src/components/charts/linechart/index.ts","../src/components/charts/linechart/types.ts","../src/components/charts/multiradialchart/multiradialchart.tsx","../src/components/charts/multiradialchart/index.ts","../src/components/charts/multiradialchart/types.ts","../src/components/charts/piechart/piechart.tsx","../src/components/charts/piechart/index.ts","../src/components/charts/piechart/types.ts","../src/components/charts/radialchart/radialchart.tsx","../src/components/charts/radialchart/index.ts","../src/components/charts/radialchart/types.ts","../src/components/chatmodal/chatmodal.tsx","../src/components/chatmodal/index.ts","../src/components/chatmodal/types.ts","../src/components/chatmodalai/chatmodalai.tsx","../src/components/chatmodalai/index.ts","../src/components/chatmodalai/types.ts","../src/components/checkbox/checkbox.tsx","../src/components/checkbox/index.ts","../src/components/checkbox/types.ts","../src/components/chip/chip.tsx","../src/components/chip/index.ts","../src/components/chip/types.ts","../src/components/chipwithcount/chipwithcount.tsx","../src/components/chipwithcount/index.ts","../src/components/chipwithcount/types.ts","../src/components/choosefile/choosefile.tsx","../src/components/choosefile/types.ts","../src/components/comments/comments.tsx","../src/components/comments/commentcommonutils.ts","../src/components/comments/index.ts","../src/components/comments/type.ts","../src/components/comments/childcomment/childcomment.tsx","../src/components/comments/childcomment/usenode.ts","../src/components/comments/mentionuser/mentionuser.tsx","../src/components/conditionaldropdown/conditionaldropdown.tsx","../src/components/conditionaldropdown/optionsdropdown.tsx","../src/components/conditionaldropdown/index.ts","../src/components/conditionaldropdown/types.ts","../src/components/connectingbranch/connectingbranch.tsx","../src/components/connectingbranch/data.ts","../src/components/connectingbranch/index.ts","../src/components/connectingbranch/types.ts","../src/components/connectingbranch/branchcomponents/machineinstances.tsx","../src/components/contentcard/contentcard.tsx","../src/components/contentcard/index.ts","../src/components/contentcard/types.ts","../src/components/createvariable/createvariableslider.tsx","../src/components/createvariable/index.ts","../src/components/createvariable/types.ts","../src/components/datepicker/datepicker.tsx","../src/components/datepicker/timepicker.tsx","../src/components/datepicker/index.ts","../src/components/datepicker/types.ts","../src/components/debugtoolspanel/debugtoolspanel.tsx","../src/components/debugtoolspanel/index.ts","../src/components/debugtoolspanel/type.ts","../src/components/downloadclient/downloadclient.tsx","../src/components/downloadclient/index.ts","../src/components/downloadclient/type.ts","../src/components/draganddrop/draganddrop.ts","../src/components/draganddrop/draganddroplist.tsx","../src/components/draganddrop/index.ts","../src/components/drawer/drawer.tsx","../src/components/drawer/types.ts","../src/components/drawer/index.ts","../src/components/editlabel/editlabel.tsx","../src/components/editlabel/index.ts","../src/components/editlabel/types.ts","../src/components/edittextfield/edittextfield.tsx","../src/components/edittextfield/index.ts","../src/components/edittextfield/types.ts","../src/components/editor/dynamicwidthtooltip.tsx","../src/components/editor/editor.tsx","../src/components/editor/variabledropdown.tsx","../src/components/editor/calculatedropdownposition.ts","../src/components/editor/constants.ts","../src/components/editor/index.ts","../src/components/editor/types.ts","../src/components/errorboundary/errorboundary.tsx","../src/components/errorboundary/errorboundary.types.ts","../src/components/excel/data.ts","../src/components/excel/data2.ts","../src/components/excel/types.ts","../src/components/excel/dataconversion.ts","../src/components/excel/index.ts","../src/components/excel/colorbarselector/colorbarselector.tsx","../src/components/excel/excelcontextmenu/excelcontextmenu.tsx","../src/components/excel/excelfile/excelfile.tsx","../src/components/excel/excelfile/excelfilecomponents/activecell.tsx","../src/components/excel/excelfile/excelfilecomponents/cell.tsx","../src/components/excel/excelfile/excelfilecomponents/columnindicator.tsx","../src/components/excel/excelfile/excelfilecomponents/copied.tsx","../src/components/excel/excelfile/excelfilecomponents/cornerindicator.tsx","../src/components/excel/excelfile/excelfilecomponents/dataeditor.tsx","../src/components/excel/excelfile/excelfilecomponents/dataviewer.tsx","../src/components/excel/excelfile/excelfilecomponents/editablecell.tsx","../src/components/excel/excelfile/excelfilecomponents/floatingrect.tsx","../src/components/excel/excelfile/excelfilecomponents/headerrow.tsx","../src/components/excel/excelfile/excelfilecomponents/row.tsx","../src/components/excel/excelfile/excelfilecomponents/rowindicator.tsx","../src/components/excel/excelfile/excelfilecomponents/selected.tsx","../src/components/excel/excelfile/excelfilecomponents/spreadsheet.tsx","../src/components/excel/excelfile/excelfilecomponents/table.tsx","../src/components/excel/excelfile/excelfilecomponents/actions.ts","../src/components/excel/excelfile/excelfilecomponents/aremodelsequal.ts","../src/components/excel/excelfile/excelfilecomponents/context.ts","../src/components/excel/excelfile/excelfilecomponents/index.ts","../src/components/excel/excelfile/excelfilecomponents/matrix.ts","../src/components/excel/excelfile/excelfilecomponents/point-range.ts","../src/components/excel/excelfile/excelfilecomponents/point.ts","../src/components/excel/excelfile/excelfilecomponents/reducer.ts","../src/components/excel/excelfile/excelfilecomponents/reducerfunctions.ts","../src/components/excel/excelfile/excelfilecomponents/selection.ts","../src/components/excel/excelfile/excelfilecomponents/types.ts","../src/components/excel/excelfile/excelfilecomponents/use-dispatch.ts","../src/components/excel/excelfile/excelfilecomponents/use-selector.ts","../src/components/excel/excelfile/excelfilecomponents/util.ts","../src/components/excel/excelfile/excelfilecomponents/engine/engine.ts","../src/components/excel/excelfile/excelfilecomponents/engine/formula.ts","../src/components/excel/excelfile/excelfilecomponents/engine/index.ts","../src/components/excel/excelfile/excelfilecomponents/engine/point-graph.ts","../src/components/excel/excelfile/excelfilecomponents/engine/point-hash.ts","../src/components/excel/excelfile/excelfilecomponents/engine/point-set.ts","../src/components/excel/excelfile/excelfilecomponents/typings/fast-formula-parser.d.ts","../src/components/excel/exceltoolbar/exceltoolbar.tsx","../src/components/expandablemenu/expandablemenu.tsx","../src/components/expandablemenu/index.ts","../src/components/expandablemenu/types.ts","../src/components/expandabletable/expandabletable.tsx","../src/components/ff_captcha/recaptcha.tsx","../src/components/ff_captcha/index.ts","../src/components/ff_captcha/types.ts","../src/components/fieldset/fieldset.tsx","../src/components/fieldset/index.ts","../src/components/fieldset/types.ts","../src/components/filedropzone/dropzone.tsx","../src/components/filedropzone/filedropzone.tsx","../src/components/filedropzone/filepreview.tsx","../src/components/filedropzone/radiofilepreview.tsx","../src/components/filedropzone/index.ts","../src/components/filedropzone/types.ts","../src/components/form/form.ts","../src/components/form/forms.tsx","../src/components/form/index.ts","../src/components/form/types.ts","../src/components/gridlayout/gridlayout.tsx","../src/components/gridlayout/index.ts","../src/components/gridlayout/types.ts","../src/components/highlighttext/highlighttext.tsx","../src/components/highlighttext/index.ts","../src/components/highlighttext/types.ts","../src/components/historycard/historycard.tsx","../src/components/historycard/index.ts","../src/components/icon/icon.tsx","../src/components/icon/iconlist.ts","../src/components/icon/index.ts","../src/components/icon/types.ts","../src/components/iconbutton/iconbutton.tsx","../src/components/iconbutton/index.ts","../src/components/iconbutton/types.ts","../src/components/iconradiogroup/iconradiogroup.tsx","../src/components/iconradiogroup/index.ts","../src/components/iconradiogroup/type.ts","../src/components/input/input.tsx","../src/components/input/index.ts","../src/components/input/types.ts","../src/components/inputwithdropdown/inputwithdropdown.tsx","../src/components/inputwithdropdown/index.ts","../src/components/inputwithdropdown/types.ts","../src/components/labeledittextfield/labeledittextfield.tsx","../src/components/labeledittextfield/index.ts","../src/components/labeledittextfield/types.ts","../src/components/lazyload/lazyload.ts","../src/components/lazyload/lazyloading.tsx","../src/components/lazyload/index.ts","../src/components/lineloader/lineloader.tsx","../src/components/lineloader/index.ts","../src/components/lineloader/types.ts","../src/components/link/link.tsx","../src/components/link/index.ts","../src/components/link/types.ts","../src/components/machineinputfield/machineinputfield.tsx","../src/components/machineinputfield/index.ts","../src/components/machineinputfield/types.ts","../src/components/mediapreview/mediapreview.tsx","../src/components/mediapreview/index.ts","../src/components/mediapreview/types.ts","../src/components/mediaviewermodal/mediaviewermodal.tsx","../src/components/mediaviewermodal/index.ts","../src/components/mediaviewermodal/type.ts","../src/components/menuoption/menuoption.tsx","../src/components/menuoption/index.ts","../src/components/menuoption/types.ts","../src/components/messagebox/messagebox.tsx","../src/components/messagebox/index.ts","../src/components/messagebox/types.ts","../src/components/minimodal/minimodal.tsx","../src/components/minimodal/index.ts","../src/components/minimodal/types.ts","../src/components/mobileskin/mobileskin.tsx","../src/components/mobileskin/mobileskininterface.ts","../src/components/mobileskin/index.ts","../src/components/mobileskin/types.ts","../src/components/modal/modal.tsx","../src/components/modal/index.tsx","../src/components/modal/types.ts","../src/components/moduleschip/modulechip.tsx","../src/components/moduleschip/index.ts","../src/components/moduleschip/types.ts","../src/components/multiselect/dropdown.tsx","../src/components/multiselect/multiselect.tsx","../src/components/multiselect/multiselecttypes.ts","../src/components/multiselect/dropdowntypes.ts","../src/components/multiselect/index.ts","../src/components/nlpinput/nlpinput.tsx","../src/components/nlpinput/index.ts","../src/components/nlpinput/sampledata.ts","../src/components/nlpinput/types.tsx","../src/components/nlpinput/components/chipsfolder/chipsaccordion.tsx","../src/components/nlpinput/components/nlpdropdown/nlpdropdowntype.ts","../src/components/nlpinput/components/nlpdropdown/nlpdropdown.tsx","../src/components/nodatacontent/nodatacontent.tsx","../src/components/nodatacontent/index.ts","../src/components/nodatacontent/type.ts","../src/components/ostree/ostree.tsx","../src/components/ostree/index.ts","../src/components/ostree/type.ts","../src/components/otpverification/otpverification.tsx","../src/components/otpverification/index.ts","../src/components/otpverification/type.ts","../src/components/overviewmodal/index.ts","../src/components/overviewmodal/overviewmodal.tsx","../src/components/overviewmodal/types.ts","../src/components/paper/paper.tsx","../src/components/paper/index.ts","../src/components/paper/types.ts","../src/components/phoneinput/phoneinput.tsx","../src/components/phoneinput/index.ts","../src/components/phoneinput/types.ts","../src/components/popupmodal/popupmodal.tsx","../src/components/popupmodal/types.ts","../src/components/preposttable/preposttable.tsx","../src/components/preposttable/types.ts","../src/components/preposttable/index.ts","../src/components/preposttable/components/draggabletablerow.tsx","../src/components/preposttable/components/prepoststepaccordions.tsx","../src/components/preposttable/components/stepgroupdetailview.tsx","../src/components/progressbar/progressbar.tsx","../src/components/progressbar/index.ts","../src/components/progressbar/types.ts","../src/components/prompt/prompt.tsx","../src/components/prompt/index.ts","../src/components/prompt/types.ts","../src/components/promptcontainer/promptcontainer.tsx","../src/components/promptcontainer/index.ts","../src/components/promptcontainer/types.ts","../src/components/radiobutton/radiobutton.tsx","../src/components/radiobutton/index.ts","../src/components/radiobutton/radiobuttontypes.tsx","../src/components/radiogroup/radiogroup.tsx","../src/components/radiogroup/index.ts","../src/components/radiogroup/radiogrouptypes.tsx","../src/components/scriptgenerationloader/scriptgenerationloader.tsx","../src/components/scriptgenerationloader/index.ts","../src/components/scriptgenerationloader/types.ts","../src/components/scriptswitchbutton/scriptswitchbutton.tsx","../src/components/scriptswitchbutton/index.ts","../src/components/search/search.tsx","../src/components/search/index.ts","../src/components/search/types.ts","../src/components/select/select.tsx","../src/components/select/index.ts","../src/components/select/types.ts","../src/components/select/components/dropdown.tsx","../src/components/select/components/types.ts","../src/components/selectionswitcher/selectionswitcher.tsx","../src/components/selectionswitcher/index.ts","../src/components/selectionswitcher/types.ts","../src/components/sequentialconnectingbranch/sequentialconnectingbranch.tsx","../src/components/sequentialconnectingbranch/index.ts","../src/components/sequentialconnectingbranch/types.ts","../src/components/sequentialconnectingbranch/components/branches/branches.tsx","../src/components/sequentialconnectingbranch/components/branches/types.ts","../src/components/sequentialconnectingbranch/components/connectingbranches/connectingbranches.tsx","../src/components/sequentialconnectingbranch/components/connectingbranches/types.ts","../src/components/sequentialconnectingbranch/components/datasettooltip/datasettooltip.tsx","../src/components/sequentialconnectingbranch/components/datasettooltip/types.ts","../src/components/sequentialconnectingbranch/context/environmentvariablemapscontext.ts","../src/components/sessiondropdown/sessiondropdown.tsx","../src/components/sessiondropdown/index.ts","../src/components/sessiondropdown/type.ts","../src/components/sessionmanager/sessionmanager.tsx","../src/components/sessionmanager/index.ts","../src/components/sessionmanager/types.ts","../src/components/statedropdown/statedropdown.tsx","../src/components/statedropdown/statedropdowntypes.tsx","../src/components/statedropdown/index.ts","../src/components/statusbadge/statusbadge.tsx","../src/components/statusbadge/index.ts","../src/components/statusbutton/statusbutton.tsx","../src/components/statusbutton/index.ts","../src/components/statusbutton/types.ts","../src/components/statuscard/statuscard.tsx","../src/components/statuscard/index.ts","../src/components/statuscard/types.ts","../src/components/statusindicator/statusindicator.tsx","../src/components/statusindicator/index.ts","../src/components/statusindicator/types.ts","../src/components/stepslandingtable/steplandingtable.tsx","../src/components/stepslandingtable/constant.tsx","../src/components/stepslandingtable/index.ts","../src/components/stepslandingtable/types.ts","../src/components/stepslandingtable/components/editcomponent.tsx","../src/components/stepslandingtable/components/rendernlpinput.tsx","../src/components/stepslandingtable/components/stepgroupaccordions.tsx","../src/components/stepslandingtable/components/stepinnertable.tsx","../src/components/stepslandingtable/components/stepresultstats.tsx","../src/components/stepslandingtable/components/steptablemainrow.tsx","../src/components/stepslandingtable/components/stepstitle.tsx","../src/components/stepslandingtable/components/types.ts","../src/components/stepslandingtable/components/handlestepcheckbox.ts","../src/components/stepslandingtable/components/index.ts","../src/components/stepslandingtable/internal/fenwicktree.ts","../src/components/stepslandingtable/internal/virtualsurface.tsx","../src/components/stepslandingtable/internal/flattenvisiblenodes.ts","../src/components/stepslandingtable/internal/renderers.tsx","../src/components/stepslandingtable/internal/types.ts","../src/components/switchbutton/switchbutton.tsx","../src/components/switchbutton/index.ts","../src/components/switchbutton/types.ts","../src/components/table/editcomponent.tsx","../src/components/table/nodatacontent.tsx","../src/components/table/table.tsx","../src/components/table/types.ts","../src/components/table/index.ts","../src/components/table/components/sortablerow.tsx","../src/components/table/components/tableheader.tsx","../src/components/table/components/virtualizedrows.tsx","../src/components/table/utils/constants.ts","../src/components/table/utils/virtualization.ts","../src/components/tabletree/tabletree.tsx","../src/components/tabletree/data.ts","../src/components/tabletree/index.ts","../src/components/tabletree/types.ts","../src/components/tabletree/components/tablebody.tsx","../src/components/tabletree/components/tablecell.tsx","../src/components/tabletree/components/tablehead.tsx","../src/components/tabletree/components/tablerow.tsx","../src/components/tabletree/utils/addlastchild.ts","../src/components/tabletree/utils/addnewrow.ts","../src/components/tabletree/utils/formatdatacell.ts","../src/components/tabletree/utils/getallchildids.ts","../src/components/tabletree/utils/renderspaces.ts","../src/components/tabletreefn/tabletreefn.tsx","../src/components/tabletreefn/data.ts","../src/components/tabletreefn/index.ts","../src/components/tabletreefn/types.ts","../src/components/tabletreefn/components/tablebody.tsx","../src/components/tabletreefn/components/tablecell.tsx","../src/components/tabletreefn/components/tablehead.tsx","../src/components/tabletreefn/components/tablerow.tsx","../src/components/tabletreefn/utils/tablecell.ts","../src/components/tabletreefn/utils/addlastchild.ts","../src/components/tabletreefn/utils/addnewrow.ts","../src/components/tabletreefn/utils/formatdatacell.ts","../src/components/tabletreefn/utils/getallchildids.ts","../src/components/tabletreefn/utils/renderspaces.ts","../src/components/tabletreefn/utils/updateparentsibling.ts","../src/components/tablewithaccordion/tablewithaccordion.tsx","../src/components/tablewithaccordion/data.ts","../src/components/tablewithaccordion/index.ts","../src/components/tablewithaccordion/types.ts","../src/components/tabs/tabs.tsx","../src/components/tabs/index.ts","../src/components/tabs/types.ts","../src/components/tabswithsilder/tabswithsilder.tsx","../src/components/tabswithsilder/index.ts","../src/components/tabswithsilder/types.ts","../src/components/textarea/textarea.tsx","../src/components/textarea/types.ts","../src/components/textarea/index.tsx","../src/components/texteditor/texteditor.tsx","../src/components/texteditor/index.ts","../src/components/texteditor/types.ts","../src/components/themeprovider/themeprovider.tsx","../src/components/themeprovider/index.ts","../src/components/themeprovider/types.ts","../src/components/toast/toast.tsx","../src/components/toast/index.ts","../src/components/toast/types.ts","../src/components/toastify/toastify.tsx","../src/components/toastify/index.ts","../src/components/toastify/types.ts","../src/components/toggle/toggle.tsx","../src/components/toggle/index.ts","../src/components/toggle/types.ts","../src/components/toggleswitch/toggleswitch.tsx","../src/components/toggleswitch/index.ts","../src/components/tooltip/tooltip.tsx","../src/components/tooltip/index.ts","../src/components/tooltip/types.ts","../src/components/truncatedtooltip/truncatedtooltip.tsx","../src/components/truncatedtooltip/index.ts","../src/components/typography/typography.tsx","../src/components/typography/index.ts","../src/components/typography/types.ts","../src/components/variableinput/variableinput.tsx","../src/components/variableinput/index.ts","../src/components/variableinput/types.ts","../src/components/variablesuggestioninputdropdown/optionsdropdown.tsx","../src/components/variablesuggestioninputdropdown/variablesuggestioninputdropdown.tsx","../src/components/variablesuggestioninputdropdown/index.ts","../src/components/variablesuggestioninputdropdown/types.ts","../src/hooks/useclickoutside.tsx","../src/hooks/usefiledropzone.tsx","../src/hooks/useintersectionobserver.tsx","../src/hooks/usemergerefs.tsx","../src/hooks/useportalposition.tsx","../src/hooks/usetheme.tsx","../src/hooks/usetriggercontrol.tsx","../src/hooks/keyboardevents/useesckeyevent.tsx","../src/utils/convertocamelcase.ts","../src/utils/addstepgroup/addstepgroup.ts","../src/utils/appendnewrow/appendnewrow.ts","../src/utils/copytoclipboard/copytoclipboard.ts","../src/utils/formatstring/formatstring.tsx","../src/utils/scrolltoview/scrolltoview.tsx","../src/utils/tablecell/tablecell.ts","../src/utils/treenavigateutils/getnavigatetokey.ts","../src/utils/treenavigateutils/types.ts","../src/utils/autoscrolltotablelastrow/autoscrolltotablelastrow.ts","../src/utils/capitalize/capitalize.tsx","../src/utils/checkduplicates/checkduplicates.ts","../src/utils/checkempty/checkempty.ts","../src/utils/checkmicrophoneaccess/checkmicrophoneaccess.ts","../src/utils/comparearrays/comparearrays.ts","../src/utils/compareobjects/compareobjects.ts","../src/utils/converttobytes/converttobytes.ts","../src/utils/converttogb/converttogb.ts","../src/utils/converttoiso/converttoiso.ts","../src/utils/converttokb/converttokb.ts","../src/utils/converttomb/converttomb.ts","../src/utils/converttotb/converttotb.ts","../src/utils/dateformatter/dateformatutils.ts","../src/utils/debounce/debounce.ts","../src/utils/downloadfile/savefilefromblob.ts","../src/utils/ffid/ffid.ts","../src/utils/findandinsert/findandinsert.ts","../src/utils/formdata/convertformdatatoobject.ts","../src/utils/formatdate/formatdate.ts","../src/utils/functioncheck/functioncheck.ts","../src/utils/getanchorelement/getanchorelement.ts","../src/utils/getencrypteddata/getencrypteddata.ts","../src/utils/getextension/getextension.ts","../src/utils/getselectoptionvalue/getselectoptionvalue.ts","../src/utils/getsequentialpayload/getsequentialpayload.ts","../src/utils/getsequentialpayload/types.ts","../src/utils/getstatuscolor/getstatuscolor.ts","../src/utils/gettopvisiblenodekey/gettopvisiblenodekey.ts","../src/utils/gettreedetails/gettreedetails.ts","../src/utils/handlebeforeunload/usebeforeunload.tsx","../src/utils/handletreeexpandallcollapseall/handletreeexpandallcollapseall.ts","../src/utils/handletreenodeexpandcollapse/handletreenodeexpandcollapse.ts","../src/utils/handletreenodeselect/handletreenodeselect.ts","../src/utils/handleuncheckalltreenodeswithupdates/handleuncheckalltreenodeswithupdates.ts","../src/utils/indexdbstore/indexdb copy.ts","../src/utils/indexdbstore/indexdb.ts","../src/utils/isemptyobject/isemptyobject.ts","../src/utils/keyboardactionutil/usekeyboardactions.tsx","../src/utils/keyboardactionutil/types.ts","../src/utils/nlpinputdelay/nlpinputdelay.ts","../src/utils/swaparrayitem/draganddroputils.ts","../src/utils/throttle/throttle.ts","../src/utils/timezonechange/handletimezonechange.ts","../src/utils/tocamelcase/tocamelcase.ts","../src/utils/totitlecase/totitlecase.ts","../src/utils/toggleshowhideentity/toggleshowhideentity.ts","../src/utils/truncatetext/truncatetext.ts","../src/utils/usedevicetype/usedevicetype.ts","../src/utils/validatefile/validatefile.ts","../src/validations/regex.ts"],"version":"5.9.3"}
1
+ {"root":["../src/index.ts","../src/componentprops/treenodeprops.ts","../src/styleguide/colorpalette/colorpalette.tsx","../src/styleguide/colorpalette/colorpalettelist.ts","../src/styleguide/colorpalette/index.ts","../src/styleguide/colorpalette/types.ts","../src/styleguide/typography/typography.tsx","../src/styleguide/typography/typographylist.ts","../src/styleguide/typography/types.ts","../src/thirdpartypackages/adapter.ts","../src/thirdpartypackages/janusgateway.ts","../src/assets/utils/functionutils.ts","../src/components/accordion/accordion.tsx","../src/components/accordion/index.ts","../src/components/accordion/types.ts","../src/components/addcontentbutton/addcontentbutton.tsx","../src/components/addcontentbutton/index.ts","../src/components/addcontentbutton/types.ts","../src/components/addresourcebutton/addresourcebutton.tsx","../src/components/addresourcebutton/index.ts","../src/components/addresourcebutton/type.ts","../src/components/addresourcebutton/arrowsbutton/arrowsbutton.tsx","../src/components/aitoggle/aitoggle.tsx","../src/components/aitoggle/index.ts","../src/components/aitoggle/types.ts","../src/components/allprojectsdropdown/allprojectsdropdown.tsx","../src/components/allprojectsdropdown/index.ts","../src/components/allprojectsdropdown/types.ts","../src/components/animatedsetting/animatedsetting.tsx","../src/components/animatedsetting/index.ts","../src/components/animatedsetting/type.ts","../src/components/appheader/appheader.tsx","../src/components/appheader/index.ts","../src/components/appheader/types.ts","../src/components/attachmedia/attachmedia.tsx","../src/components/attachmedia/index.ts","../src/components/attachmedia/types.ts","../src/components/attachmentbutton/attachmentbutton.tsx","../src/components/attachmentbutton/index.ts","../src/components/attachmentbutton/types.ts","../src/components/avatar/avatar.tsx","../src/components/avatar/index.ts","../src/components/avatar/types.ts","../src/components/box/box.tsx","../src/components/box/index.ts","../src/components/box/types.ts","../src/components/browsertabs/browsertabs.tsx","../src/components/browsertabs/index.ts","../src/components/browsertabs/types.ts","../src/components/button/button.tsx","../src/components/button/index.ts","../src/components/button/types.ts","../src/components/carousel/carousel.tsx","../src/components/carousel/index.ts","../src/components/carousel/type.ts","../src/components/charts/barchart/barchart.tsx","../src/components/charts/barchart/index.ts","../src/components/charts/barchart/types.ts","../src/components/charts/dashboarddonutchart/dashboarddonutchart.tsx","../src/components/charts/dashboarddonutchart/index.ts","../src/components/charts/dashboarddonutchart/types.ts","../src/components/charts/donutchart/donutchart.tsx","../src/components/charts/donutchart/index.ts","../src/components/charts/donutchart/type.ts","../src/components/charts/iconradialchart/iconradialchart.tsx","../src/components/charts/iconradialchart/index.ts","../src/components/charts/iconradialchart/types.ts","../src/components/charts/linechart/linechart.tsx","../src/components/charts/linechart/index.ts","../src/components/charts/linechart/types.ts","../src/components/charts/multiradialchart/multiradialchart.tsx","../src/components/charts/multiradialchart/index.ts","../src/components/charts/multiradialchart/types.ts","../src/components/charts/piechart/piechart.tsx","../src/components/charts/piechart/index.ts","../src/components/charts/piechart/types.ts","../src/components/charts/radialchart/radialchart.tsx","../src/components/charts/radialchart/index.ts","../src/components/charts/radialchart/types.ts","../src/components/chatmodal/chatmodal.tsx","../src/components/chatmodal/index.ts","../src/components/chatmodal/types.ts","../src/components/chatmodalai/chatmodalai.tsx","../src/components/chatmodalai/index.ts","../src/components/chatmodalai/types.ts","../src/components/checkbox/checkbox.tsx","../src/components/checkbox/index.ts","../src/components/checkbox/types.ts","../src/components/chip/chip.tsx","../src/components/chip/index.ts","../src/components/chip/types.ts","../src/components/chipwithcount/chipwithcount.tsx","../src/components/chipwithcount/index.ts","../src/components/chipwithcount/types.ts","../src/components/choosefile/choosefile.tsx","../src/components/choosefile/types.ts","../src/components/comments/comments.tsx","../src/components/comments/commentcommonutils.ts","../src/components/comments/index.ts","../src/components/comments/type.ts","../src/components/comments/childcomment/childcomment.tsx","../src/components/comments/childcomment/usenode.ts","../src/components/comments/mentionuser/mentionuser.tsx","../src/components/conditionaldropdown/conditionaldropdown.tsx","../src/components/conditionaldropdown/optionsdropdown.tsx","../src/components/conditionaldropdown/index.ts","../src/components/conditionaldropdown/types.ts","../src/components/connectingbranch/connectingbranch.tsx","../src/components/connectingbranch/data.ts","../src/components/connectingbranch/index.ts","../src/components/connectingbranch/types.ts","../src/components/connectingbranch/branchcomponents/machineinstances.tsx","../src/components/contentcard/contentcard.tsx","../src/components/contentcard/index.ts","../src/components/contentcard/types.ts","../src/components/createvariable/createvariableslider.tsx","../src/components/createvariable/index.ts","../src/components/createvariable/types.ts","../src/components/datepicker/datepicker.tsx","../src/components/datepicker/timepicker.tsx","../src/components/datepicker/index.ts","../src/components/datepicker/types.ts","../src/components/debugtoolspanel/debugtoolspanel.tsx","../src/components/debugtoolspanel/index.ts","../src/components/debugtoolspanel/type.ts","../src/components/downloadclient/downloadclient.tsx","../src/components/downloadclient/index.ts","../src/components/downloadclient/type.ts","../src/components/draganddrop/draganddrop.ts","../src/components/draganddrop/draganddroplist.tsx","../src/components/draganddrop/index.ts","../src/components/drawer/drawer.tsx","../src/components/drawer/types.ts","../src/components/drawer/index.ts","../src/components/editlabel/editlabel.tsx","../src/components/editlabel/index.ts","../src/components/editlabel/types.ts","../src/components/edittextfield/edittextfield.tsx","../src/components/edittextfield/index.ts","../src/components/edittextfield/types.ts","../src/components/editor/dynamicwidthtooltip.tsx","../src/components/editor/editor.tsx","../src/components/editor/variabledropdown.tsx","../src/components/editor/calculatedropdownposition.ts","../src/components/editor/constants.ts","../src/components/editor/index.ts","../src/components/editor/types.ts","../src/components/errorboundary/errorboundary.tsx","../src/components/errorboundary/errorboundary.types.ts","../src/components/excel/data.ts","../src/components/excel/data2.ts","../src/components/excel/types.ts","../src/components/excel/dataconversion.ts","../src/components/excel/index.ts","../src/components/excel/colorbarselector/colorbarselector.tsx","../src/components/excel/excelcontextmenu/excelcontextmenu.tsx","../src/components/excel/excelfile/excelfile.tsx","../src/components/excel/excelfile/excelfilecomponents/activecell.tsx","../src/components/excel/excelfile/excelfilecomponents/cell.tsx","../src/components/excel/excelfile/excelfilecomponents/columnindicator.tsx","../src/components/excel/excelfile/excelfilecomponents/copied.tsx","../src/components/excel/excelfile/excelfilecomponents/cornerindicator.tsx","../src/components/excel/excelfile/excelfilecomponents/dataeditor.tsx","../src/components/excel/excelfile/excelfilecomponents/dataviewer.tsx","../src/components/excel/excelfile/excelfilecomponents/editablecell.tsx","../src/components/excel/excelfile/excelfilecomponents/floatingrect.tsx","../src/components/excel/excelfile/excelfilecomponents/headerrow.tsx","../src/components/excel/excelfile/excelfilecomponents/row.tsx","../src/components/excel/excelfile/excelfilecomponents/rowindicator.tsx","../src/components/excel/excelfile/excelfilecomponents/selected.tsx","../src/components/excel/excelfile/excelfilecomponents/spreadsheet.tsx","../src/components/excel/excelfile/excelfilecomponents/table.tsx","../src/components/excel/excelfile/excelfilecomponents/actions.ts","../src/components/excel/excelfile/excelfilecomponents/aremodelsequal.ts","../src/components/excel/excelfile/excelfilecomponents/context.ts","../src/components/excel/excelfile/excelfilecomponents/index.ts","../src/components/excel/excelfile/excelfilecomponents/matrix.ts","../src/components/excel/excelfile/excelfilecomponents/point-range.ts","../src/components/excel/excelfile/excelfilecomponents/point.ts","../src/components/excel/excelfile/excelfilecomponents/reducer.ts","../src/components/excel/excelfile/excelfilecomponents/reducerfunctions.ts","../src/components/excel/excelfile/excelfilecomponents/selection.ts","../src/components/excel/excelfile/excelfilecomponents/types.ts","../src/components/excel/excelfile/excelfilecomponents/use-dispatch.ts","../src/components/excel/excelfile/excelfilecomponents/use-selector.ts","../src/components/excel/excelfile/excelfilecomponents/util.ts","../src/components/excel/excelfile/excelfilecomponents/engine/engine.ts","../src/components/excel/excelfile/excelfilecomponents/engine/formula.ts","../src/components/excel/excelfile/excelfilecomponents/engine/index.ts","../src/components/excel/excelfile/excelfilecomponents/engine/point-graph.ts","../src/components/excel/excelfile/excelfilecomponents/engine/point-hash.ts","../src/components/excel/excelfile/excelfilecomponents/engine/point-set.ts","../src/components/excel/excelfile/excelfilecomponents/typings/fast-formula-parser.d.ts","../src/components/excel/exceltoolbar/exceltoolbar.tsx","../src/components/expandablemenu/expandablemenu.tsx","../src/components/expandablemenu/index.ts","../src/components/expandablemenu/types.ts","../src/components/expandabletable/expandabletable.tsx","../src/components/ff_captcha/recaptcha.tsx","../src/components/ff_captcha/index.ts","../src/components/ff_captcha/types.ts","../src/components/fieldset/fieldset.tsx","../src/components/fieldset/index.ts","../src/components/fieldset/types.ts","../src/components/filedropzone/dropzone.tsx","../src/components/filedropzone/filedropzone.tsx","../src/components/filedropzone/filepreview.tsx","../src/components/filedropzone/radiofilepreview.tsx","../src/components/filedropzone/index.ts","../src/components/filedropzone/types.ts","../src/components/form/form.ts","../src/components/form/forms.tsx","../src/components/form/index.ts","../src/components/form/types.ts","../src/components/gridlayout/gridlayout.tsx","../src/components/gridlayout/index.ts","../src/components/gridlayout/types.ts","../src/components/highlighttext/highlighttext.tsx","../src/components/highlighttext/index.ts","../src/components/highlighttext/types.ts","../src/components/historycard/historycard.tsx","../src/components/historycard/index.ts","../src/components/icon/icon.tsx","../src/components/icon/iconlist.ts","../src/components/icon/index.ts","../src/components/icon/types.ts","../src/components/iconbutton/iconbutton.tsx","../src/components/iconbutton/index.ts","../src/components/iconbutton/types.ts","../src/components/iconradiogroup/iconradiogroup.tsx","../src/components/iconradiogroup/index.ts","../src/components/iconradiogroup/type.ts","../src/components/input/input.tsx","../src/components/input/index.ts","../src/components/input/types.ts","../src/components/inputwithdropdown/inputwithdropdown.tsx","../src/components/inputwithdropdown/index.ts","../src/components/inputwithdropdown/types.ts","../src/components/labeledittextfield/labeledittextfield.tsx","../src/components/labeledittextfield/index.ts","../src/components/labeledittextfield/types.ts","../src/components/lazyload/lazyload.ts","../src/components/lazyload/lazyloading.tsx","../src/components/lazyload/index.ts","../src/components/lineloader/lineloader.tsx","../src/components/lineloader/index.ts","../src/components/lineloader/types.ts","../src/components/link/link.tsx","../src/components/link/index.ts","../src/components/link/types.ts","../src/components/machineinputfield/machineinputfield.tsx","../src/components/machineinputfield/index.ts","../src/components/machineinputfield/types.ts","../src/components/mediapreview/mediapreview.tsx","../src/components/mediapreview/index.ts","../src/components/mediapreview/types.ts","../src/components/mediaviewermodal/mediaviewermodal.tsx","../src/components/mediaviewermodal/index.ts","../src/components/mediaviewermodal/type.ts","../src/components/menuoption/menuoption.tsx","../src/components/menuoption/index.ts","../src/components/menuoption/types.ts","../src/components/messagebox/messagebox.tsx","../src/components/messagebox/index.ts","../src/components/messagebox/types.ts","../src/components/minimodal/minimodal.tsx","../src/components/minimodal/index.ts","../src/components/minimodal/types.ts","../src/components/mobileskin/mobileskin.tsx","../src/components/mobileskin/mobileskininterface.ts","../src/components/mobileskin/index.ts","../src/components/mobileskin/types.ts","../src/components/modal/modal.tsx","../src/components/modal/index.tsx","../src/components/modal/types.ts","../src/components/moduleschip/modulechip.tsx","../src/components/moduleschip/index.ts","../src/components/moduleschip/types.ts","../src/components/multiselect/dropdown.tsx","../src/components/multiselect/multiselect.tsx","../src/components/multiselect/multiselecttypes.ts","../src/components/multiselect/dropdowntypes.ts","../src/components/multiselect/index.ts","../src/components/nlpinput/nlpinput.tsx","../src/components/nlpinput/index.ts","../src/components/nlpinput/sampledata.ts","../src/components/nlpinput/types.tsx","../src/components/nlpinput/components/chipsfolder/chipsaccordion.tsx","../src/components/nlpinput/components/nlpdropdown/nlpdropdowntype.ts","../src/components/nlpinput/components/nlpdropdown/nlpdropdown.tsx","../src/components/nodatacontent/nodatacontent.tsx","../src/components/nodatacontent/index.ts","../src/components/nodatacontent/type.ts","../src/components/ostree/ostree.tsx","../src/components/ostree/index.ts","../src/components/ostree/type.ts","../src/components/otpverification/otpverification.tsx","../src/components/otpverification/index.ts","../src/components/otpverification/type.ts","../src/components/overviewmodal/index.ts","../src/components/overviewmodal/overviewmodal.tsx","../src/components/overviewmodal/types.ts","../src/components/paper/paper.tsx","../src/components/paper/index.ts","../src/components/paper/types.ts","../src/components/phoneinput/phoneinput.tsx","../src/components/phoneinput/index.ts","../src/components/phoneinput/types.ts","../src/components/popupmodal/popupmodal.tsx","../src/components/popupmodal/types.ts","../src/components/preposttable/preposttable.tsx","../src/components/preposttable/types.ts","../src/components/preposttable/index.ts","../src/components/preposttable/components/draggabletablerow.tsx","../src/components/preposttable/components/prepoststepaccordions.tsx","../src/components/preposttable/components/stepgroupdetailview.tsx","../src/components/progressbar/progressbar.tsx","../src/components/progressbar/index.ts","../src/components/progressbar/types.ts","../src/components/prompt/prompt.tsx","../src/components/prompt/index.ts","../src/components/prompt/types.ts","../src/components/promptcontainer/promptcontainer.tsx","../src/components/promptcontainer/index.ts","../src/components/promptcontainer/types.ts","../src/components/radiobutton/radiobutton.tsx","../src/components/radiobutton/index.ts","../src/components/radiobutton/radiobuttontypes.tsx","../src/components/radiogroup/radiogroup.tsx","../src/components/radiogroup/index.ts","../src/components/radiogroup/radiogrouptypes.tsx","../src/components/scriptgenerationloader/scriptgenerationloader.tsx","../src/components/scriptgenerationloader/index.ts","../src/components/scriptgenerationloader/types.ts","../src/components/scriptswitchbutton/scriptswitchbutton.tsx","../src/components/scriptswitchbutton/index.ts","../src/components/search/search.tsx","../src/components/search/index.ts","../src/components/search/types.ts","../src/components/select/select.tsx","../src/components/select/index.ts","../src/components/select/types.ts","../src/components/select/components/dropdown.tsx","../src/components/select/components/types.ts","../src/components/selectionswitcher/selectionswitcher.tsx","../src/components/selectionswitcher/index.ts","../src/components/selectionswitcher/types.ts","../src/components/sequentialconnectingbranch/sequentialconnectingbranch.tsx","../src/components/sequentialconnectingbranch/index.ts","../src/components/sequentialconnectingbranch/types.ts","../src/components/sequentialconnectingbranch/components/branches/branches.tsx","../src/components/sequentialconnectingbranch/components/branches/types.ts","../src/components/sequentialconnectingbranch/components/connectingbranches/connectingbranches.tsx","../src/components/sequentialconnectingbranch/components/connectingbranches/types.ts","../src/components/sequentialconnectingbranch/components/datasettooltip/datasettooltip.tsx","../src/components/sequentialconnectingbranch/components/datasettooltip/types.ts","../src/components/sequentialconnectingbranch/context/environmentvariablemapscontext.ts","../src/components/sessiondropdown/sessiondropdown.tsx","../src/components/sessiondropdown/index.ts","../src/components/sessiondropdown/type.ts","../src/components/sessionmanager/sessionmanager.tsx","../src/components/sessionmanager/index.ts","../src/components/sessionmanager/types.ts","../src/components/statedropdown/statedropdown.tsx","../src/components/statedropdown/statedropdowntypes.tsx","../src/components/statedropdown/index.ts","../src/components/statusbadge/statusbadge.tsx","../src/components/statusbadge/index.ts","../src/components/statusbutton/statusbutton.tsx","../src/components/statusbutton/index.ts","../src/components/statusbutton/types.ts","../src/components/statuscard/statuscard.tsx","../src/components/statuscard/index.ts","../src/components/statuscard/types.ts","../src/components/statusindicator/statusindicator.tsx","../src/components/statusindicator/index.ts","../src/components/statusindicator/types.ts","../src/components/stepslandingtable/steplandingtable.tsx","../src/components/stepslandingtable/constant.tsx","../src/components/stepslandingtable/index.ts","../src/components/stepslandingtable/types.ts","../src/components/stepslandingtable/components/editcomponent.tsx","../src/components/stepslandingtable/components/rendernlpinput.tsx","../src/components/stepslandingtable/components/stepgroupaccordions.tsx","../src/components/stepslandingtable/components/stepinnertable.tsx","../src/components/stepslandingtable/components/stepresultstats.tsx","../src/components/stepslandingtable/components/steptablemainrow.tsx","../src/components/stepslandingtable/components/stepstitle.tsx","../src/components/stepslandingtable/components/types.ts","../src/components/stepslandingtable/components/handlestepcheckbox.ts","../src/components/stepslandingtable/components/index.ts","../src/components/stepslandingtablev2/steplandingtable.tsx","../src/components/stepslandingtablev2/index.ts","../src/components/stepslandingtablev2/compat/legacyadapter.ts","../src/components/stepslandingtablev2/model/blockgraph.ts","../src/components/stepslandingtablev2/model/normalize.ts","../src/components/stepslandingtablev2/model/rowclassification.ts","../src/components/stepslandingtablev2/model/types.ts","../src/components/stepslandingtablev2/selection/intervalselection.ts","../src/components/stepslandingtablev2/selection/selectionengine.ts","../src/components/stepslandingtablev2/store/store.ts","../src/components/stepslandingtablev2/virtual/blockprefixindex.ts","../src/components/stepslandingtablev2/virtual/viewportcontroller.ts","../src/components/stepslandingtablev2/visible/chunkedsequence.ts","../src/components/stepslandingtablev2/visible/buildvisiblesequence.ts","../src/components/stepslandingtablev2/visible/visibletypes.ts","../src/components/storageusagebar/storageusagebar.tsx","../src/components/storageusagebar/index.ts","../src/components/storageusagebar/types.ts","../src/components/switchbutton/switchbutton.tsx","../src/components/switchbutton/index.ts","../src/components/switchbutton/types.ts","../src/components/table/editcomponent.tsx","../src/components/table/nodatacontent.tsx","../src/components/table/table.tsx","../src/components/table/types.ts","../src/components/table/index.ts","../src/components/table/components/sortablerow.tsx","../src/components/table/components/tableheader.tsx","../src/components/table/components/virtualizedrows.tsx","../src/components/table/utils/constants.ts","../src/components/table/utils/virtualization.ts","../src/components/tabletree/tabletree.tsx","../src/components/tabletree/data.ts","../src/components/tabletree/index.ts","../src/components/tabletree/types.ts","../src/components/tabletree/components/tablebody.tsx","../src/components/tabletree/components/tablecell.tsx","../src/components/tabletree/components/tablehead.tsx","../src/components/tabletree/components/tablerow.tsx","../src/components/tabletree/utils/addlastchild.ts","../src/components/tabletree/utils/addnewrow.ts","../src/components/tabletree/utils/formatdatacell.ts","../src/components/tabletree/utils/getallchildids.ts","../src/components/tabletree/utils/renderspaces.ts","../src/components/tabletreefn/tabletreefn.tsx","../src/components/tabletreefn/data.ts","../src/components/tabletreefn/index.ts","../src/components/tabletreefn/types.ts","../src/components/tabletreefn/components/tablebody.tsx","../src/components/tabletreefn/components/tablecell.tsx","../src/components/tabletreefn/components/tablehead.tsx","../src/components/tabletreefn/components/tablerow.tsx","../src/components/tabletreefn/utils/tablecell.ts","../src/components/tabletreefn/utils/addlastchild.ts","../src/components/tabletreefn/utils/addnewrow.ts","../src/components/tabletreefn/utils/formatdatacell.ts","../src/components/tabletreefn/utils/getallchildids.ts","../src/components/tabletreefn/utils/renderspaces.ts","../src/components/tabletreefn/utils/updateparentsibling.ts","../src/components/tablewithaccordion/tablewithaccordion.tsx","../src/components/tablewithaccordion/data.ts","../src/components/tablewithaccordion/index.ts","../src/components/tablewithaccordion/types.ts","../src/components/tabs/tabs.tsx","../src/components/tabs/index.ts","../src/components/tabs/types.ts","../src/components/tabswithsilder/tabswithsilder.tsx","../src/components/tabswithsilder/index.ts","../src/components/tabswithsilder/types.ts","../src/components/textarea/textarea.tsx","../src/components/textarea/types.ts","../src/components/textarea/index.tsx","../src/components/texteditor/texteditor.tsx","../src/components/texteditor/index.ts","../src/components/texteditor/types.ts","../src/components/themeprovider/themeprovider.tsx","../src/components/themeprovider/index.ts","../src/components/themeprovider/types.ts","../src/components/toast/toast.tsx","../src/components/toast/index.ts","../src/components/toast/types.ts","../src/components/toastify/toastify.tsx","../src/components/toastify/index.ts","../src/components/toastify/types.ts","../src/components/toggle/toggle.tsx","../src/components/toggle/index.ts","../src/components/toggle/types.ts","../src/components/toggleswitch/toggleswitch.tsx","../src/components/toggleswitch/index.ts","../src/components/tooltip/tooltip.tsx","../src/components/tooltip/index.ts","../src/components/tooltip/types.ts","../src/components/truncatedtooltip/truncatedtooltip.tsx","../src/components/truncatedtooltip/index.ts","../src/components/typography/typography.tsx","../src/components/typography/index.ts","../src/components/typography/types.ts","../src/components/variableinput/variableinput.tsx","../src/components/variableinput/index.ts","../src/components/variableinput/types.ts","../src/components/zoomcontrol/zoomcontrol.tsx","../src/components/zoomcontrol/index.ts","../src/components/zoomcontrol/types.ts","../src/components/variablesuggestioninputdropdown/optionsdropdown.tsx","../src/components/variablesuggestioninputdropdown/variablesuggestioninputdropdown.tsx","../src/components/variablesuggestioninputdropdown/index.ts","../src/components/variablesuggestioninputdropdown/types.ts","../src/hooks/useclickoutside.tsx","../src/hooks/usefiledropzone.tsx","../src/hooks/useintersectionobserver.tsx","../src/hooks/usemergerefs.tsx","../src/hooks/useportalposition.tsx","../src/hooks/usetheme.tsx","../src/hooks/usetriggercontrol.tsx","../src/hooks/keyboardevents/useesckeyevent.tsx","../src/utils/convertocamelcase.ts","../src/utils/addstepgroup/addstepgroup.ts","../src/utils/appendnewrow/appendnewrow.ts","../src/utils/copytoclipboard/copytoclipboard.ts","../src/utils/formatstring/formatstring.tsx","../src/utils/scrolltoview/scrolltoview.tsx","../src/utils/tablecell/tablecell.ts","../src/utils/treenavigateutils/getnavigatetokey.ts","../src/utils/treenavigateutils/types.ts","../src/utils/autoscrolltotablelastrow/autoscrolltotablelastrow.ts","../src/utils/capitalize/capitalize.tsx","../src/utils/checkduplicates/checkduplicates.ts","../src/utils/checkempty/checkempty.ts","../src/utils/checkmicrophoneaccess/checkmicrophoneaccess.ts","../src/utils/comparearrays/comparearrays.ts","../src/utils/compareobjects/compareobjects.ts","../src/utils/converttobytes/converttobytes.ts","../src/utils/converttogb/converttogb.ts","../src/utils/converttoiso/converttoiso.ts","../src/utils/converttokb/converttokb.ts","../src/utils/converttomb/converttomb.ts","../src/utils/converttotb/converttotb.ts","../src/utils/dateformatter/dateformatutils.ts","../src/utils/debounce/debounce.ts","../src/utils/downloadfile/savefilefromblob.ts","../src/utils/ffid/ffid.ts","../src/utils/findandinsert/findandinsert.ts","../src/utils/formdata/convertformdatatoobject.ts","../src/utils/formatdate/formatdate.ts","../src/utils/functioncheck/functioncheck.ts","../src/utils/getanchorelement/getanchorelement.ts","../src/utils/getencrypteddata/getencrypteddata.ts","../src/utils/getextension/getextension.ts","../src/utils/getselectoptionvalue/getselectoptionvalue.ts","../src/utils/getsequentialpayload/getsequentialpayload.ts","../src/utils/getsequentialpayload/types.ts","../src/utils/getstatuscolor/getstatuscolor.ts","../src/utils/gettopvisiblenodekey/gettopvisiblenodekey.ts","../src/utils/gettreedetails/gettreedetails.ts","../src/utils/handlebeforeunload/usebeforeunload.tsx","../src/utils/handletreeexpandallcollapseall/handletreeexpandallcollapseall.ts","../src/utils/handletreenodeexpandcollapse/handletreenodeexpandcollapse.ts","../src/utils/handletreenodeselect/handletreenodeselect.ts","../src/utils/handleuncheckalltreenodeswithupdates/handleuncheckalltreenodeswithupdates.ts","../src/utils/indexdbstore/indexdb copy.ts","../src/utils/indexdbstore/indexdb.ts","../src/utils/isemptyobject/isemptyobject.ts","../src/utils/keyboardactionutil/usekeyboardactions.tsx","../src/utils/keyboardactionutil/types.ts","../src/utils/nlpinputdelay/nlpinputdelay.ts","../src/utils/swaparrayitem/draganddroputils.ts","../src/utils/throttle/throttle.ts","../src/utils/timezonechange/handletimezonechange.ts","../src/utils/tocamelcase/tocamelcase.ts","../src/utils/totitlecase/totitlecase.ts","../src/utils/toggleshowhideentity/toggleshowhideentity.ts","../src/utils/truncatetext/truncatetext.ts","../src/utils/usedevicetype/usedevicetype.ts","../src/utils/validatefile/validatefile.ts","../src/validations/regex.ts"],"version":"5.9.3"}
@@ -1,6 +1,6 @@
1
1
  import { checkEmpty } from '../checkEmpty/checkEmpty';
2
2
  export const getTreeDetails = (action, oldData, newData, sourceId) => {
3
- let treeDataList;
3
+ let treeDataList = []; // Initialized to avoid 'used before assigned'
4
4
  let root = undefined;
5
5
  const findIndexByKey = (data, key) => {
6
6
  return data.findIndex((node) => node.key === key);
@@ -18,15 +18,15 @@ export const getTreeDetails = (action, oldData, newData, sourceId) => {
18
18
  const tempNewData = [...newData];
19
19
  switch (action) {
20
20
  case 'above':
21
- treeDataList = [...tempNewData, ...oldData].slice(0, 100);
21
+ treeDataList = [...tempNewData, ...oldData];
22
22
  break;
23
23
  case 'below':
24
- treeDataList = [...oldData, ...tempNewData].slice(-100);
24
+ treeDataList = [...oldData, ...tempNewData];
25
25
  break;
26
26
  case 'expand':
27
27
  case 'expandAll':
28
28
  case 'collapseAll':
29
- case 'collapse':
29
+ case 'collapse': {
30
30
  const actionIndex = getIndex();
31
31
  if (actionIndex === undefined) {
32
32
  throw new Error("Both sourceId and index are required for 'expand' or 'collapse' actions.");
@@ -39,7 +39,8 @@ export const getTreeDetails = (action, oldData, newData, sourceId) => {
39
39
  }
40
40
  treeDataList = [...oldData.slice(0, actionIndex), ...tempNewData];
41
41
  break;
42
- case 'addAbove':
42
+ }
43
+ case 'addAbove': {
43
44
  const addAboveIndex = getIndex();
44
45
  if (addAboveIndex === undefined) {
45
46
  throw new Error("Both sourceId and index are required for 'addAbove' action.");
@@ -50,7 +51,8 @@ export const getTreeDetails = (action, oldData, newData, sourceId) => {
50
51
  ...oldData.slice(addAboveIndex),
51
52
  ];
52
53
  break;
53
- case 'addBelow':
54
+ }
55
+ case 'addBelow': {
54
56
  const addBelowIndex = getIndex();
55
57
  if (addBelowIndex === undefined) {
56
58
  throw new Error("Both sourceId and index are required for 'addBelow' action.");
@@ -61,21 +63,79 @@ export const getTreeDetails = (action, oldData, newData, sourceId) => {
61
63
  ...oldData.slice(addBelowIndex + 1),
62
64
  ];
63
65
  break;
66
+ }
64
67
  case 'start':
65
68
  case 'show':
66
69
  case 'hide':
67
70
  case 'clone':
68
71
  case 'create':
69
72
  case 'refresh':
70
- case 'delete':
73
+ case 'delete': {
71
74
  if (!checkEmpty(tempNewData)) {
75
+ // Keep your root assignment if other parts of the app rely on it
72
76
  root = tempNewData[0];
73
- treeDataList = tempNewData.slice(1);
77
+ const newNodesList = tempNewData.slice(1);
78
+ // Use tempNewData directly so the root is included and can be updated!
79
+ const oldDataMap = new Map(oldData.map((node) => [node.key, node]));
80
+ const newDataMap = new Map(newNodesList.map((node) => [node.key, node]));
81
+ let mergedList = [];
82
+ const processedKeys = new Set();
83
+ const deletedKeys = new Set();
84
+ // 1. Catch any completely new nodes that the API returned at the very beginning
85
+ for (const newNode of newNodesList) {
86
+ if (oldDataMap.has(newNode.key))
87
+ break;
88
+ mergedList.push(newNode);
89
+ processedKeys.add(newNode.key);
90
+ }
91
+ // 2. Iterate through oldData to maintain the structure of unaffected branches
92
+ for (const oldNode of oldData) {
93
+ if (processedKeys.has(oldNode.key))
94
+ continue;
95
+ if (newDataMap.has(oldNode.key)) {
96
+ // Anchor found! We insert this updated node AND all consecutive siblings/children
97
+ // exactly as the API ordered them in tempNewData. This fixes broken ordering.
98
+ const newIndex = tempNewData.findIndex((n) => n.key === oldNode.key);
99
+ for (let j = newIndex; j < tempNewData.length; j++) {
100
+ const newNode = tempNewData[j];
101
+ if (!newNode)
102
+ break;
103
+ // Stop if we hit a node we've already processed
104
+ if (processedKeys.has(newNode.key))
105
+ break;
106
+ mergedList.push({
107
+ ...newNode,
108
+ });
109
+ processedKeys.add(newNode.key);
110
+ }
111
+ }
112
+ else {
113
+ // Node is in oldData but not in tempNewData.
114
+ // We must check if it was deleted, or just part of an un-refreshed branch.
115
+ const isParentRefreshed = oldNode.parentId && newDataMap.has(oldNode.parentId);
116
+ const isParentDeleted = oldNode.parentId && deletedKeys.has(oldNode.parentId);
117
+ if (isParentRefreshed || isParentDeleted) {
118
+ // The API refreshed/deleted the parent but omitted this child.
119
+ // This means it was deleted by the user action. Cascade the deletion.
120
+ deletedKeys.add(oldNode.key);
121
+ }
122
+ else {
123
+ // Unaffected part of the tree -> safely keep it
124
+ mergedList.push(oldNode);
125
+ processedKeys.add(oldNode.key);
126
+ }
127
+ }
128
+ }
129
+ if (sourceId && action === 'delete') {
130
+ mergedList = mergedList.filter((node) => node.key !== sourceId);
131
+ }
132
+ treeDataList = mergedList;
74
133
  }
75
134
  else {
76
135
  throw new Error('Tree data list is empty, cannot determine root.');
77
136
  }
78
137
  break;
138
+ }
79
139
  default:
80
140
  throw new Error(`Invalid action: ${action}`);
81
141
  }
@@ -105,12 +165,11 @@ export const updateTreeState = (treeDataList, currentNode) => {
105
165
  if (checkEmpty(containerIds)) {
106
166
  return treeDataList;
107
167
  }
108
- treeDataList.map((node) => {
168
+ return treeDataList.map((node) => {
109
169
  if (containerIds.includes(node.key)) {
110
- node.state = currentNode.state;
170
+ return { ...node, state: currentNode.state };
111
171
  }
112
172
  return node;
113
173
  });
114
- return treeDataList;
115
174
  };
116
175
  //# sourceMappingURL=getTreeDetails.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"getTreeDetails.js","sourceRoot":"","sources":["../../../src/utils/getTreeDetails/getTreeDetails.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"getTreeDetails.js","sourceRoot":"","sources":["../../../src/utils/getTreeDetails/getTreeDetails.ts"],"names":[],"mappings":"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"}
@@ -68,6 +68,7 @@ export const handleTreeExpandAllCollapseAll = (data, key, rootNode, isExpanded,
68
68
  else {
69
69
  const children = childMap.get(key) || [];
70
70
  children.forEach((child) => (child.hide = hidePrePostScript ? true : false)); // show direct children only
71
+ updateDescendants(key, true);
71
72
  }
72
73
  }
73
74
  }
@@ -1 +1 @@
1
- {"version":3,"file":"handleTreeExpandAllCollapseAll.js","sourceRoot":"","sources":["../../../src/utils/handleTreeExpandAllCollapseAll/handleTreeExpandAllCollapseAll.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"handleTreeExpandAllCollapseAll.js","sourceRoot":"","sources":["../../../src/utils/handleTreeExpandAllCollapseAll/handleTreeExpandAllCollapseAll.ts"],"names":[],"mappings":"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"}
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "ff-step-table",
3
3
  "description": "Great for pixel-perfect, design-focused components in React",
4
- "version": "1.0.1",
4
+ "version": "1.0.3",
5
5
  "main": "lib/index.js",
6
6
  "module": "lib/index.js",
7
7
  "types": "lib/index.d.ts",
@@ -9,7 +9,7 @@
9
9
  "lib/styles.css"
10
10
  ],
11
11
  "author": {
12
- "name": "Padmakant Baloji"
12
+ "name": "Ubaid Uz Zaman"
13
13
  },
14
14
  "license": "MIT",
15
15
  "devDependencies": {
@@ -1,9 +0,0 @@
1
- export default class FenwickTree {
2
- private readonly size;
3
- private readonly tree;
4
- constructor(values: number[]);
5
- add(index: number, delta: number): void;
6
- prefixSum(index: number): number;
7
- total(): number;
8
- findIndexByOffset(offset: number): number;
9
- }
@@ -1,57 +0,0 @@
1
- export default class FenwickTree {
2
- size;
3
- tree;
4
- constructor(values) {
5
- this.size = values.length;
6
- this.tree = new Array(this.size + 1).fill(0);
7
- for (let index = 0; index < values.length; index += 1) {
8
- this.add(index, values[index] ?? 0);
9
- }
10
- }
11
- add(index, delta) {
12
- let treeIndex = index + 1;
13
- while (treeIndex <= this.size) {
14
- this.tree[treeIndex] = (this.tree[treeIndex] ?? 0) + delta;
15
- treeIndex += treeIndex & -treeIndex;
16
- }
17
- }
18
- prefixSum(index) {
19
- if (index < 0) {
20
- return 0;
21
- }
22
- let treeIndex = Math.min(index + 1, this.size);
23
- let sum = 0;
24
- while (treeIndex > 0) {
25
- sum += this.tree[treeIndex] ?? 0;
26
- treeIndex -= treeIndex & -treeIndex;
27
- }
28
- return sum;
29
- }
30
- total() {
31
- return this.prefixSum(this.size - 1);
32
- }
33
- findIndexByOffset(offset) {
34
- if (this.size === 0) {
35
- return 0;
36
- }
37
- const clampedOffset = Math.max(0, offset);
38
- let index = 0;
39
- let bitMask = 1;
40
- let accumulated = 0;
41
- while (bitMask <= this.size) {
42
- bitMask <<= 1;
43
- }
44
- bitMask >>= 1;
45
- while (bitMask !== 0) {
46
- const nextIndex = index + bitMask;
47
- if (nextIndex <= this.size &&
48
- accumulated + (this.tree[nextIndex] ?? 0) <= clampedOffset) {
49
- index = nextIndex;
50
- accumulated += this.tree[nextIndex] ?? 0;
51
- }
52
- bitMask >>= 1;
53
- }
54
- return Math.min(index, this.size - 1);
55
- }
56
- }
57
- //# sourceMappingURL=FenwickTree.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"FenwickTree.js","sourceRoot":"","sources":["../../../../src/components/StepsLandingTable/internal/FenwickTree.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,OAAO,OAAO,WAAW;IACb,IAAI,CAAS;IAEb,IAAI,CAAW;IAEhC,YAAY,MAAgB;QAC1B,IAAI,CAAC,IAAI,GAAG,MAAM,CAAC,MAAM,CAAC;QAC1B,IAAI,CAAC,IAAI,GAAG,IAAI,KAAK,CAAC,IAAI,CAAC,IAAI,GAAG,CAAC,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC;QAE7C,KAAK,IAAI,KAAK,GAAG,CAAC,EAAE,KAAK,GAAG,MAAM,CAAC,MAAM,EAAE,KAAK,IAAI,CAAC,EAAE,CAAC;YACtD,IAAI,CAAC,GAAG,CAAC,KAAK,EAAE,MAAM,CAAC,KAAK,CAAC,IAAI,CAAC,CAAC,CAAC;QACtC,CAAC;IACH,CAAC;IAED,GAAG,CAAC,KAAa,EAAE,KAAa;QAC9B,IAAI,SAAS,GAAG,KAAK,GAAG,CAAC,CAAC;QAE1B,OAAO,SAAS,IAAI,IAAI,CAAC,IAAI,EAAE,CAAC;YAC9B,IAAI,CAAC,IAAI,CAAC,SAAS,CAAC,GAAG,CAAC,IAAI,CAAC,IAAI,CAAC,SAAS,CAAC,IAAI,CAAC,CAAC,GAAG,KAAK,CAAC;YAC3D,SAAS,IAAI,SAAS,GAAG,CAAC,SAAS,CAAC;QACtC,CAAC;IACH,CAAC;IAED,SAAS,CAAC,KAAa;QACrB,IAAI,KAAK,GAAG,CAAC,EAAE,CAAC;YACd,OAAO,CAAC,CAAC;QACX,CAAC;QAED,IAAI,SAAS,GAAG,IAAI,CAAC,GAAG,CAAC,KAAK,GAAG,CAAC,EAAE,IAAI,CAAC,IAAI,CAAC,CAAC;QAC/C,IAAI,GAAG,GAAG,CAAC,CAAC;QAEZ,OAAO,SAAS,GAAG,CAAC,EAAE,CAAC;YACrB,GAAG,IAAI,IAAI,CAAC,IAAI,CAAC,SAAS,CAAC,IAAI,CAAC,CAAC;YACjC,SAAS,IAAI,SAAS,GAAG,CAAC,SAAS,CAAC;QACtC,CAAC;QAED,OAAO,GAAG,CAAC;IACb,CAAC;IAED,KAAK;QACH,OAAO,IAAI,CAAC,SAAS,CAAC,IAAI,CAAC,IAAI,GAAG,CAAC,CAAC,CAAC;IACvC,CAAC;IAED,iBAAiB,CAAC,MAAc;QAC9B,IAAI,IAAI,CAAC,IAAI,KAAK,CAAC,EAAE,CAAC;YACpB,OAAO,CAAC,CAAC;QACX,CAAC;QAED,MAAM,aAAa,GAAG,IAAI,CAAC,GAAG,CAAC,CAAC,EAAE,MAAM,CAAC,CAAC;QAC1C,IAAI,KAAK,GAAG,CAAC,CAAC;QACd,IAAI,OAAO,GAAG,CAAC,CAAC;QAChB,IAAI,WAAW,GAAG,CAAC,CAAC;QAEpB,OAAO,OAAO,IAAI,IAAI,CAAC,IAAI,EAAE,CAAC;YAC5B,OAAO,KAAK,CAAC,CAAC;QAChB,CAAC;QAED,OAAO,KAAK,CAAC,CAAC;QAEd,OAAO,OAAO,KAAK,CAAC,EAAE,CAAC;YACrB,MAAM,SAAS,GAAG,KAAK,GAAG,OAAO,CAAC;YAClC,IACE,SAAS,IAAI,IAAI,CAAC,IAAI;gBACtB,WAAW,GAAG,CAAC,IAAI,CAAC,IAAI,CAAC,SAAS,CAAC,IAAI,CAAC,CAAC,IAAI,aAAa,EAC1D,CAAC;gBACD,KAAK,GAAG,SAAS,CAAC;gBAClB,WAAW,IAAI,IAAI,CAAC,IAAI,CAAC,SAAS,CAAC,IAAI,CAAC,CAAC;YAC3C,CAAC;YACD,OAAO,KAAK,CAAC,CAAC;QAChB,CAAC;QAED,OAAO,IAAI,CAAC,GAAG,CAAC,KAAK,EAAE,IAAI,CAAC,IAAI,GAAG,CAAC,CAAC,CAAC;IACxC,CAAC;CACF"}
@@ -1,4 +0,0 @@
1
- import React from 'react';
2
- import { VirtualSurfaceProps } from './types';
3
- declare const _default: React.MemoExoticComponent<({ nodes, height, renderNode, className, surfaceRef, scrollTargetKey, onScrollTargetSettled, onClick, onPointerDown, onMouseOver, onMouseLeave, }: VirtualSurfaceProps) => import("react/jsx-runtime").JSX.Element>;
4
- export default _default;