@itwin/appui-abstract 3.6.0-dev.8 → 3.7.0-dev.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 (337) hide show
  1. package/CHANGELOG.md +33 -1
  2. package/LICENSE.md +1 -1
  3. package/lib/cjs/appui-abstract/BaseUiItemsProvider.d.ts +30 -30
  4. package/lib/cjs/appui-abstract/BaseUiItemsProvider.js +79 -79
  5. package/lib/cjs/appui-abstract/BaseUiItemsProvider.js.map +1 -1
  6. package/lib/cjs/appui-abstract/UiAdmin.d.ts +221 -221
  7. package/lib/cjs/appui-abstract/UiAdmin.js +224 -224
  8. package/lib/cjs/appui-abstract/UiAdmin.js.map +1 -1
  9. package/lib/cjs/appui-abstract/UiItemsManager.d.ts +113 -110
  10. package/lib/cjs/appui-abstract/UiItemsManager.d.ts.map +1 -1
  11. package/lib/cjs/appui-abstract/UiItemsManager.js +199 -199
  12. package/lib/cjs/appui-abstract/UiItemsManager.js.map +1 -1
  13. package/lib/cjs/appui-abstract/UiItemsProvider.d.ts +29 -27
  14. package/lib/cjs/appui-abstract/UiItemsProvider.d.ts.map +1 -1
  15. package/lib/cjs/appui-abstract/UiItemsProvider.js +9 -10
  16. package/lib/cjs/appui-abstract/UiItemsProvider.js.map +1 -1
  17. package/lib/cjs/appui-abstract/backstage/BackstageItem.d.ts +91 -83
  18. package/lib/cjs/appui-abstract/backstage/BackstageItem.d.ts.map +1 -1
  19. package/lib/cjs/appui-abstract/backstage/BackstageItem.js +70 -64
  20. package/lib/cjs/appui-abstract/backstage/BackstageItem.js.map +1 -1
  21. package/lib/cjs/appui-abstract/backstage/BackstageItemsManager.d.ts +38 -38
  22. package/lib/cjs/appui-abstract/backstage/BackstageItemsManager.d.ts.map +1 -1
  23. package/lib/cjs/appui-abstract/backstage/BackstageItemsManager.js +133 -133
  24. package/lib/cjs/appui-abstract/backstage/BackstageItemsManager.js.map +1 -1
  25. package/lib/cjs/appui-abstract/common/KeyboardKey.d.ts +51 -51
  26. package/lib/cjs/appui-abstract/common/KeyboardKey.js +63 -63
  27. package/lib/cjs/appui-abstract/common/KeyboardKey.js.map +1 -1
  28. package/lib/cjs/appui-abstract/content/ContentLayoutProps.d.ts +62 -62
  29. package/lib/cjs/appui-abstract/content/ContentLayoutProps.js +9 -9
  30. package/lib/cjs/appui-abstract/content/ContentLayoutProps.js.map +1 -1
  31. package/lib/cjs/appui-abstract/content/StandardContentLayouts.d.ts +19 -19
  32. package/lib/cjs/appui-abstract/content/StandardContentLayouts.js +108 -108
  33. package/lib/cjs/appui-abstract/content/StandardContentLayouts.js.map +1 -1
  34. package/lib/cjs/appui-abstract/dialogs/DialogItem.d.ts +76 -76
  35. package/lib/cjs/appui-abstract/dialogs/DialogItem.js +67 -67
  36. package/lib/cjs/appui-abstract/dialogs/DialogItem.js.map +1 -1
  37. package/lib/cjs/appui-abstract/dialogs/UiDataProvider.d.ts +55 -55
  38. package/lib/cjs/appui-abstract/dialogs/UiDataProvider.js +66 -66
  39. package/lib/cjs/appui-abstract/dialogs/UiDataProvider.js.map +1 -1
  40. package/lib/cjs/appui-abstract/dialogs/UiLayoutDataProvider.d.ts +97 -97
  41. package/lib/cjs/appui-abstract/dialogs/UiLayoutDataProvider.js +175 -175
  42. package/lib/cjs/appui-abstract/dialogs/UiLayoutDataProvider.js.map +1 -1
  43. package/lib/cjs/appui-abstract/items/AbstractItemProps.d.ts +53 -53
  44. package/lib/cjs/appui-abstract/items/AbstractItemProps.js +9 -9
  45. package/lib/cjs/appui-abstract/items/AbstractItemProps.js.map +1 -1
  46. package/lib/cjs/appui-abstract/items/AbstractMenuItemProps.d.ts +20 -20
  47. package/lib/cjs/appui-abstract/items/AbstractMenuItemProps.js +9 -9
  48. package/lib/cjs/appui-abstract/items/AbstractMenuItemProps.js.map +1 -1
  49. package/lib/cjs/appui-abstract/items/AbstractToolbarProps.d.ts +13 -13
  50. package/lib/cjs/appui-abstract/items/AbstractToolbarProps.js +9 -9
  51. package/lib/cjs/appui-abstract/items/AbstractToolbarProps.js.map +1 -1
  52. package/lib/cjs/appui-abstract/items/BadgeType.d.ts +14 -14
  53. package/lib/cjs/appui-abstract/items/BadgeType.js +22 -22
  54. package/lib/cjs/appui-abstract/items/BadgeType.js.map +1 -1
  55. package/lib/cjs/appui-abstract/items/ConditionalBooleanValue.d.ts +27 -27
  56. package/lib/cjs/appui-abstract/items/ConditionalBooleanValue.js +60 -60
  57. package/lib/cjs/appui-abstract/items/ConditionalBooleanValue.js.map +1 -1
  58. package/lib/cjs/appui-abstract/items/ConditionalStringValue.d.ts +29 -29
  59. package/lib/cjs/appui-abstract/items/ConditionalStringValue.js +62 -62
  60. package/lib/cjs/appui-abstract/items/ConditionalStringValue.js.map +1 -1
  61. package/lib/cjs/appui-abstract/items/ProvidedItem.d.ts +11 -10
  62. package/lib/cjs/appui-abstract/items/ProvidedItem.d.ts.map +1 -1
  63. package/lib/cjs/appui-abstract/items/ProvidedItem.js +9 -9
  64. package/lib/cjs/appui-abstract/items/ProvidedItem.js.map +1 -1
  65. package/lib/cjs/appui-abstract/items/RelativePosition.d.ts +18 -18
  66. package/lib/cjs/appui-abstract/items/RelativePosition.js +26 -26
  67. package/lib/cjs/appui-abstract/items/RelativePosition.js.map +1 -1
  68. package/lib/cjs/appui-abstract/items/StageUsage.d.ts +16 -15
  69. package/lib/cjs/appui-abstract/items/StageUsage.d.ts.map +1 -1
  70. package/lib/cjs/appui-abstract/items/StageUsage.js +24 -23
  71. package/lib/cjs/appui-abstract/items/StageUsage.js.map +1 -1
  72. package/lib/cjs/appui-abstract/notification/MessagePresenter.d.ts +42 -42
  73. package/lib/cjs/appui-abstract/notification/MessagePresenter.js +24 -24
  74. package/lib/cjs/appui-abstract/notification/MessagePresenter.js.map +1 -1
  75. package/lib/cjs/appui-abstract/notification/MessageSeverity.d.ts +15 -15
  76. package/lib/cjs/appui-abstract/notification/MessageSeverity.js +23 -23
  77. package/lib/cjs/appui-abstract/notification/MessageSeverity.js.map +1 -1
  78. package/lib/cjs/appui-abstract/properties/Description.d.ts +127 -127
  79. package/lib/cjs/appui-abstract/properties/Description.js +196 -196
  80. package/lib/cjs/appui-abstract/properties/Description.js.map +1 -1
  81. package/lib/cjs/appui-abstract/properties/EditorParams.d.ts +260 -260
  82. package/lib/cjs/appui-abstract/properties/EditorParams.js +106 -106
  83. package/lib/cjs/appui-abstract/properties/EditorParams.js.map +1 -1
  84. package/lib/cjs/appui-abstract/properties/PrimitiveTypes.d.ts +60 -60
  85. package/lib/cjs/appui-abstract/properties/PrimitiveTypes.js +9 -9
  86. package/lib/cjs/appui-abstract/properties/PrimitiveTypes.js.map +1 -1
  87. package/lib/cjs/appui-abstract/properties/Record.d.ts +57 -57
  88. package/lib/cjs/appui-abstract/properties/Record.js +78 -78
  89. package/lib/cjs/appui-abstract/properties/Record.js.map +1 -1
  90. package/lib/cjs/appui-abstract/properties/StandardEditorNames.d.ts +22 -22
  91. package/lib/cjs/appui-abstract/properties/StandardEditorNames.js +30 -30
  92. package/lib/cjs/appui-abstract/properties/StandardEditorNames.js.map +1 -1
  93. package/lib/cjs/appui-abstract/properties/StandardTypeNames.d.ts +30 -30
  94. package/lib/cjs/appui-abstract/properties/StandardTypeNames.js +39 -39
  95. package/lib/cjs/appui-abstract/properties/StandardTypeNames.js.map +1 -1
  96. package/lib/cjs/appui-abstract/properties/Value.d.ts +49 -49
  97. package/lib/cjs/appui-abstract/properties/Value.js +20 -20
  98. package/lib/cjs/appui-abstract/properties/Value.js.map +1 -1
  99. package/lib/cjs/appui-abstract/quantity/BaseQuantityDescription.d.ts +22 -22
  100. package/lib/cjs/appui-abstract/quantity/BaseQuantityDescription.js +48 -48
  101. package/lib/cjs/appui-abstract/quantity/BaseQuantityDescription.js.map +1 -1
  102. package/lib/cjs/appui-abstract/statusbar/StatusBarItem.d.ts +128 -116
  103. package/lib/cjs/appui-abstract/statusbar/StatusBarItem.d.ts.map +1 -1
  104. package/lib/cjs/appui-abstract/statusbar/StatusBarItem.js +87 -81
  105. package/lib/cjs/appui-abstract/statusbar/StatusBarItem.js.map +1 -1
  106. package/lib/cjs/appui-abstract/statusbar/StatusBarItemsManager.d.ts +39 -39
  107. package/lib/cjs/appui-abstract/statusbar/StatusBarItemsManager.d.ts.map +1 -1
  108. package/lib/cjs/appui-abstract/statusbar/StatusBarItemsManager.js +135 -135
  109. package/lib/cjs/appui-abstract/statusbar/StatusBarItemsManager.js.map +1 -1
  110. package/lib/cjs/appui-abstract/toolbars/ToolbarItem.d.ts +121 -118
  111. package/lib/cjs/appui-abstract/toolbars/ToolbarItem.d.ts.map +1 -1
  112. package/lib/cjs/appui-abstract/toolbars/ToolbarItem.js +64 -62
  113. package/lib/cjs/appui-abstract/toolbars/ToolbarItem.js.map +1 -1
  114. package/lib/cjs/appui-abstract/toolbars/ToolbarItemsManager.d.ts +45 -45
  115. package/lib/cjs/appui-abstract/toolbars/ToolbarItemsManager.d.ts.map +1 -1
  116. package/lib/cjs/appui-abstract/toolbars/ToolbarItemsManager.js +235 -235
  117. package/lib/cjs/appui-abstract/toolbars/ToolbarItemsManager.js.map +1 -1
  118. package/lib/cjs/appui-abstract/utils/IconSpecUtilities.d.ts +29 -29
  119. package/lib/cjs/appui-abstract/utils/IconSpecUtilities.js +51 -51
  120. package/lib/cjs/appui-abstract/utils/IconSpecUtilities.js.map +1 -1
  121. package/lib/cjs/appui-abstract/utils/PointProps.d.ts +10 -10
  122. package/lib/cjs/appui-abstract/utils/PointProps.js +9 -9
  123. package/lib/cjs/appui-abstract/utils/PointProps.js.map +1 -1
  124. package/lib/cjs/appui-abstract/utils/UiError.d.ts +12 -12
  125. package/lib/cjs/appui-abstract/utils/UiError.js +22 -22
  126. package/lib/cjs/appui-abstract/utils/UiError.js.map +1 -1
  127. package/lib/cjs/appui-abstract/utils/UiEvent.d.ts +9 -9
  128. package/lib/cjs/appui-abstract/utils/UiEvent.js +17 -17
  129. package/lib/cjs/appui-abstract/utils/UiEvent.js.map +1 -1
  130. package/lib/cjs/appui-abstract/utils/UiEventDispatcher.d.ts +46 -46
  131. package/lib/cjs/appui-abstract/utils/UiEventDispatcher.js +131 -131
  132. package/lib/cjs/appui-abstract/utils/UiEventDispatcher.js.map +1 -1
  133. package/lib/cjs/appui-abstract/utils/callbacks.d.ts +20 -20
  134. package/lib/cjs/appui-abstract/utils/callbacks.js +9 -9
  135. package/lib/cjs/appui-abstract/utils/callbacks.js.map +1 -1
  136. package/lib/cjs/appui-abstract/utils/filter/charCode.d.ts +416 -416
  137. package/lib/cjs/appui-abstract/utils/filter/charCode.js +6 -6
  138. package/lib/cjs/appui-abstract/utils/filter/charCode.js.map +1 -1
  139. package/lib/cjs/appui-abstract/utils/filter/filters.d.ts +98 -98
  140. package/lib/cjs/appui-abstract/utils/filter/filters.js +709 -709
  141. package/lib/cjs/appui-abstract/utils/filter/filters.js.map +1 -1
  142. package/lib/cjs/appui-abstract/utils/filter/map.d.ts +59 -59
  143. package/lib/cjs/appui-abstract/utils/filter/map.js +404 -404
  144. package/lib/cjs/appui-abstract/utils/filter/map.js.map +1 -1
  145. package/lib/cjs/appui-abstract/utils/filter/strings.d.ts +20 -20
  146. package/lib/cjs/appui-abstract/utils/filter/strings.js +78 -78
  147. package/lib/cjs/appui-abstract/utils/filter/strings.js.map +1 -1
  148. package/lib/cjs/appui-abstract/utils/isLetter.d.ts +9 -9
  149. package/lib/cjs/appui-abstract/utils/isLetter.js +19 -19
  150. package/lib/cjs/appui-abstract/utils/isLetter.js.map +1 -1
  151. package/lib/cjs/appui-abstract/utils/misc.d.ts +11 -11
  152. package/lib/cjs/appui-abstract/utils/misc.js +36 -36
  153. package/lib/cjs/appui-abstract/utils/misc.js.map +1 -1
  154. package/lib/cjs/appui-abstract/widget/AbstractWidgetProps.d.ts +86 -83
  155. package/lib/cjs/appui-abstract/widget/AbstractWidgetProps.d.ts.map +1 -1
  156. package/lib/cjs/appui-abstract/widget/AbstractWidgetProps.js +9 -9
  157. package/lib/cjs/appui-abstract/widget/AbstractWidgetProps.js.map +1 -1
  158. package/lib/cjs/appui-abstract/widget/StagePanel.d.ts +36 -32
  159. package/lib/cjs/appui-abstract/widget/StagePanel.d.ts.map +1 -1
  160. package/lib/cjs/appui-abstract/widget/StagePanel.js +46 -42
  161. package/lib/cjs/appui-abstract/widget/StagePanel.js.map +1 -1
  162. package/lib/cjs/appui-abstract/widget/WidgetState.d.ts +19 -18
  163. package/lib/cjs/appui-abstract/widget/WidgetState.d.ts.map +1 -1
  164. package/lib/cjs/appui-abstract/widget/WidgetState.js +27 -26
  165. package/lib/cjs/appui-abstract/widget/WidgetState.js.map +1 -1
  166. package/lib/cjs/appui-abstract.d.ts +103 -105
  167. package/lib/cjs/appui-abstract.d.ts.map +1 -1
  168. package/lib/cjs/appui-abstract.js +119 -121
  169. package/lib/cjs/appui-abstract.js.map +1 -1
  170. package/lib/esm/appui-abstract/BaseUiItemsProvider.d.ts +30 -30
  171. package/lib/esm/appui-abstract/BaseUiItemsProvider.js +75 -75
  172. package/lib/esm/appui-abstract/BaseUiItemsProvider.js.map +1 -1
  173. package/lib/esm/appui-abstract/UiAdmin.d.ts +221 -221
  174. package/lib/esm/appui-abstract/UiAdmin.js +219 -219
  175. package/lib/esm/appui-abstract/UiAdmin.js.map +1 -1
  176. package/lib/esm/appui-abstract/UiItemsManager.d.ts +113 -110
  177. package/lib/esm/appui-abstract/UiItemsManager.d.ts.map +1 -1
  178. package/lib/esm/appui-abstract/UiItemsManager.js +195 -195
  179. package/lib/esm/appui-abstract/UiItemsManager.js.map +1 -1
  180. package/lib/esm/appui-abstract/UiItemsProvider.d.ts +29 -27
  181. package/lib/esm/appui-abstract/UiItemsProvider.d.ts.map +1 -1
  182. package/lib/esm/appui-abstract/UiItemsProvider.js +8 -9
  183. package/lib/esm/appui-abstract/UiItemsProvider.js.map +1 -1
  184. package/lib/esm/appui-abstract/backstage/BackstageItem.d.ts +91 -83
  185. package/lib/esm/appui-abstract/backstage/BackstageItem.d.ts.map +1 -1
  186. package/lib/esm/appui-abstract/backstage/BackstageItem.js +64 -58
  187. package/lib/esm/appui-abstract/backstage/BackstageItem.js.map +1 -1
  188. package/lib/esm/appui-abstract/backstage/BackstageItemsManager.d.ts +38 -38
  189. package/lib/esm/appui-abstract/backstage/BackstageItemsManager.d.ts.map +1 -1
  190. package/lib/esm/appui-abstract/backstage/BackstageItemsManager.js +129 -129
  191. package/lib/esm/appui-abstract/backstage/BackstageItemsManager.js.map +1 -1
  192. package/lib/esm/appui-abstract/common/KeyboardKey.d.ts +51 -51
  193. package/lib/esm/appui-abstract/common/KeyboardKey.js +59 -59
  194. package/lib/esm/appui-abstract/common/KeyboardKey.js.map +1 -1
  195. package/lib/esm/appui-abstract/content/ContentLayoutProps.d.ts +62 -62
  196. package/lib/esm/appui-abstract/content/ContentLayoutProps.js +8 -8
  197. package/lib/esm/appui-abstract/content/ContentLayoutProps.js.map +1 -1
  198. package/lib/esm/appui-abstract/content/StandardContentLayouts.d.ts +19 -19
  199. package/lib/esm/appui-abstract/content/StandardContentLayouts.js +104 -104
  200. package/lib/esm/appui-abstract/content/StandardContentLayouts.js.map +1 -1
  201. package/lib/esm/appui-abstract/dialogs/DialogItem.d.ts +76 -76
  202. package/lib/esm/appui-abstract/dialogs/DialogItem.js +63 -63
  203. package/lib/esm/appui-abstract/dialogs/DialogItem.js.map +1 -1
  204. package/lib/esm/appui-abstract/dialogs/UiDataProvider.d.ts +55 -55
  205. package/lib/esm/appui-abstract/dialogs/UiDataProvider.js +61 -61
  206. package/lib/esm/appui-abstract/dialogs/UiDataProvider.js.map +1 -1
  207. package/lib/esm/appui-abstract/dialogs/UiLayoutDataProvider.d.ts +97 -97
  208. package/lib/esm/appui-abstract/dialogs/UiLayoutDataProvider.js +170 -170
  209. package/lib/esm/appui-abstract/dialogs/UiLayoutDataProvider.js.map +1 -1
  210. package/lib/esm/appui-abstract/items/AbstractItemProps.d.ts +53 -53
  211. package/lib/esm/appui-abstract/items/AbstractItemProps.js +8 -8
  212. package/lib/esm/appui-abstract/items/AbstractItemProps.js.map +1 -1
  213. package/lib/esm/appui-abstract/items/AbstractMenuItemProps.d.ts +20 -20
  214. package/lib/esm/appui-abstract/items/AbstractMenuItemProps.js +8 -8
  215. package/lib/esm/appui-abstract/items/AbstractMenuItemProps.js.map +1 -1
  216. package/lib/esm/appui-abstract/items/AbstractToolbarProps.d.ts +13 -13
  217. package/lib/esm/appui-abstract/items/AbstractToolbarProps.js +8 -8
  218. package/lib/esm/appui-abstract/items/AbstractToolbarProps.js.map +1 -1
  219. package/lib/esm/appui-abstract/items/BadgeType.d.ts +14 -14
  220. package/lib/esm/appui-abstract/items/BadgeType.js +19 -19
  221. package/lib/esm/appui-abstract/items/BadgeType.js.map +1 -1
  222. package/lib/esm/appui-abstract/items/ConditionalBooleanValue.d.ts +27 -27
  223. package/lib/esm/appui-abstract/items/ConditionalBooleanValue.js +56 -56
  224. package/lib/esm/appui-abstract/items/ConditionalBooleanValue.js.map +1 -1
  225. package/lib/esm/appui-abstract/items/ConditionalStringValue.d.ts +29 -29
  226. package/lib/esm/appui-abstract/items/ConditionalStringValue.js +58 -58
  227. package/lib/esm/appui-abstract/items/ConditionalStringValue.js.map +1 -1
  228. package/lib/esm/appui-abstract/items/ProvidedItem.d.ts +11 -10
  229. package/lib/esm/appui-abstract/items/ProvidedItem.d.ts.map +1 -1
  230. package/lib/esm/appui-abstract/items/ProvidedItem.js +8 -8
  231. package/lib/esm/appui-abstract/items/ProvidedItem.js.map +1 -1
  232. package/lib/esm/appui-abstract/items/RelativePosition.d.ts +18 -18
  233. package/lib/esm/appui-abstract/items/RelativePosition.js +23 -23
  234. package/lib/esm/appui-abstract/items/RelativePosition.js.map +1 -1
  235. package/lib/esm/appui-abstract/items/StageUsage.d.ts +16 -15
  236. package/lib/esm/appui-abstract/items/StageUsage.d.ts.map +1 -1
  237. package/lib/esm/appui-abstract/items/StageUsage.js +21 -20
  238. package/lib/esm/appui-abstract/items/StageUsage.js.map +1 -1
  239. package/lib/esm/appui-abstract/notification/MessagePresenter.d.ts +42 -42
  240. package/lib/esm/appui-abstract/notification/MessagePresenter.js +21 -21
  241. package/lib/esm/appui-abstract/notification/MessagePresenter.js.map +1 -1
  242. package/lib/esm/appui-abstract/notification/MessageSeverity.d.ts +15 -15
  243. package/lib/esm/appui-abstract/notification/MessageSeverity.js +20 -20
  244. package/lib/esm/appui-abstract/notification/MessageSeverity.js.map +1 -1
  245. package/lib/esm/appui-abstract/properties/Description.d.ts +127 -127
  246. package/lib/esm/appui-abstract/properties/Description.js +192 -192
  247. package/lib/esm/appui-abstract/properties/Description.js.map +1 -1
  248. package/lib/esm/appui-abstract/properties/EditorParams.d.ts +260 -260
  249. package/lib/esm/appui-abstract/properties/EditorParams.js +97 -97
  250. package/lib/esm/appui-abstract/properties/EditorParams.js.map +1 -1
  251. package/lib/esm/appui-abstract/properties/PrimitiveTypes.d.ts +60 -60
  252. package/lib/esm/appui-abstract/properties/PrimitiveTypes.js +8 -8
  253. package/lib/esm/appui-abstract/properties/PrimitiveTypes.js.map +1 -1
  254. package/lib/esm/appui-abstract/properties/Record.d.ts +57 -57
  255. package/lib/esm/appui-abstract/properties/Record.js +74 -74
  256. package/lib/esm/appui-abstract/properties/Record.js.map +1 -1
  257. package/lib/esm/appui-abstract/properties/StandardEditorNames.d.ts +22 -22
  258. package/lib/esm/appui-abstract/properties/StandardEditorNames.js +27 -27
  259. package/lib/esm/appui-abstract/properties/StandardEditorNames.js.map +1 -1
  260. package/lib/esm/appui-abstract/properties/StandardTypeNames.d.ts +30 -30
  261. package/lib/esm/appui-abstract/properties/StandardTypeNames.js +36 -36
  262. package/lib/esm/appui-abstract/properties/StandardTypeNames.js.map +1 -1
  263. package/lib/esm/appui-abstract/properties/Value.d.ts +49 -49
  264. package/lib/esm/appui-abstract/properties/Value.js +17 -17
  265. package/lib/esm/appui-abstract/properties/Value.js.map +1 -1
  266. package/lib/esm/appui-abstract/quantity/BaseQuantityDescription.d.ts +22 -22
  267. package/lib/esm/appui-abstract/quantity/BaseQuantityDescription.js +44 -44
  268. package/lib/esm/appui-abstract/quantity/BaseQuantityDescription.js.map +1 -1
  269. package/lib/esm/appui-abstract/statusbar/StatusBarItem.d.ts +128 -116
  270. package/lib/esm/appui-abstract/statusbar/StatusBarItem.d.ts.map +1 -1
  271. package/lib/esm/appui-abstract/statusbar/StatusBarItem.js +80 -74
  272. package/lib/esm/appui-abstract/statusbar/StatusBarItem.js.map +1 -1
  273. package/lib/esm/appui-abstract/statusbar/StatusBarItemsManager.d.ts +39 -39
  274. package/lib/esm/appui-abstract/statusbar/StatusBarItemsManager.d.ts.map +1 -1
  275. package/lib/esm/appui-abstract/statusbar/StatusBarItemsManager.js +131 -131
  276. package/lib/esm/appui-abstract/statusbar/StatusBarItemsManager.js.map +1 -1
  277. package/lib/esm/appui-abstract/toolbars/ToolbarItem.d.ts +121 -118
  278. package/lib/esm/appui-abstract/toolbars/ToolbarItem.d.ts.map +1 -1
  279. package/lib/esm/appui-abstract/toolbars/ToolbarItem.js +60 -58
  280. package/lib/esm/appui-abstract/toolbars/ToolbarItem.js.map +1 -1
  281. package/lib/esm/appui-abstract/toolbars/ToolbarItemsManager.d.ts +45 -45
  282. package/lib/esm/appui-abstract/toolbars/ToolbarItemsManager.d.ts.map +1 -1
  283. package/lib/esm/appui-abstract/toolbars/ToolbarItemsManager.js +231 -231
  284. package/lib/esm/appui-abstract/toolbars/ToolbarItemsManager.js.map +1 -1
  285. package/lib/esm/appui-abstract/utils/IconSpecUtilities.d.ts +29 -29
  286. package/lib/esm/appui-abstract/utils/IconSpecUtilities.js +47 -47
  287. package/lib/esm/appui-abstract/utils/IconSpecUtilities.js.map +1 -1
  288. package/lib/esm/appui-abstract/utils/PointProps.d.ts +10 -10
  289. package/lib/esm/appui-abstract/utils/PointProps.js +8 -8
  290. package/lib/esm/appui-abstract/utils/PointProps.js.map +1 -1
  291. package/lib/esm/appui-abstract/utils/UiError.d.ts +12 -12
  292. package/lib/esm/appui-abstract/utils/UiError.js +18 -18
  293. package/lib/esm/appui-abstract/utils/UiError.js.map +1 -1
  294. package/lib/esm/appui-abstract/utils/UiEvent.d.ts +9 -9
  295. package/lib/esm/appui-abstract/utils/UiEvent.js +13 -13
  296. package/lib/esm/appui-abstract/utils/UiEvent.js.map +1 -1
  297. package/lib/esm/appui-abstract/utils/UiEventDispatcher.d.ts +46 -46
  298. package/lib/esm/appui-abstract/utils/UiEventDispatcher.js +126 -126
  299. package/lib/esm/appui-abstract/utils/UiEventDispatcher.js.map +1 -1
  300. package/lib/esm/appui-abstract/utils/callbacks.d.ts +20 -20
  301. package/lib/esm/appui-abstract/utils/callbacks.js +8 -8
  302. package/lib/esm/appui-abstract/utils/callbacks.js.map +1 -1
  303. package/lib/esm/appui-abstract/utils/filter/charCode.d.ts +416 -416
  304. package/lib/esm/appui-abstract/utils/filter/charCode.js +5 -5
  305. package/lib/esm/appui-abstract/utils/filter/charCode.js.map +1 -1
  306. package/lib/esm/appui-abstract/utils/filter/filters.d.ts +98 -98
  307. package/lib/esm/appui-abstract/utils/filter/filters.js +694 -694
  308. package/lib/esm/appui-abstract/utils/filter/filters.js.map +1 -1
  309. package/lib/esm/appui-abstract/utils/filter/map.d.ts +59 -59
  310. package/lib/esm/appui-abstract/utils/filter/map.js +399 -399
  311. package/lib/esm/appui-abstract/utils/filter/map.js.map +1 -1
  312. package/lib/esm/appui-abstract/utils/filter/strings.d.ts +20 -20
  313. package/lib/esm/appui-abstract/utils/filter/strings.js +70 -70
  314. package/lib/esm/appui-abstract/utils/filter/strings.js.map +1 -1
  315. package/lib/esm/appui-abstract/utils/isLetter.d.ts +9 -9
  316. package/lib/esm/appui-abstract/utils/isLetter.js +15 -15
  317. package/lib/esm/appui-abstract/utils/isLetter.js.map +1 -1
  318. package/lib/esm/appui-abstract/utils/misc.d.ts +11 -11
  319. package/lib/esm/appui-abstract/utils/misc.js +31 -31
  320. package/lib/esm/appui-abstract/utils/misc.js.map +1 -1
  321. package/lib/esm/appui-abstract/widget/AbstractWidgetProps.d.ts +86 -83
  322. package/lib/esm/appui-abstract/widget/AbstractWidgetProps.d.ts.map +1 -1
  323. package/lib/esm/appui-abstract/widget/AbstractWidgetProps.js +8 -8
  324. package/lib/esm/appui-abstract/widget/AbstractWidgetProps.js.map +1 -1
  325. package/lib/esm/appui-abstract/widget/StagePanel.d.ts +36 -32
  326. package/lib/esm/appui-abstract/widget/StagePanel.d.ts.map +1 -1
  327. package/lib/esm/appui-abstract/widget/StagePanel.js +43 -39
  328. package/lib/esm/appui-abstract/widget/StagePanel.js.map +1 -1
  329. package/lib/esm/appui-abstract/widget/WidgetState.d.ts +19 -18
  330. package/lib/esm/appui-abstract/widget/WidgetState.d.ts.map +1 -1
  331. package/lib/esm/appui-abstract/widget/WidgetState.js +24 -23
  332. package/lib/esm/appui-abstract/widget/WidgetState.js.map +1 -1
  333. package/lib/esm/appui-abstract.d.ts +103 -105
  334. package/lib/esm/appui-abstract.d.ts.map +1 -1
  335. package/lib/esm/appui-abstract.js +107 -109
  336. package/lib/esm/appui-abstract.js.map +1 -1
  337. package/package.json +16 -6
@@ -1,400 +1,400 @@
1
- /*---------------------------------------------------------------------------------------------
2
- * Copyright (c) Bentley Systems, Incorporated. All rights reserved.
3
- * See LICENSE.md in the project root for license terms and full copyright notice.
4
- *--------------------------------------------------------------------------------------------*/
5
- var _a;
6
- /**
7
- * @internal
8
- */
9
- // istanbul ignore next
10
- export class LinkedMap {
11
- constructor() {
12
- this[_a] = "LinkedMap";
13
- this._map = new Map();
14
- this._head = undefined;
15
- this._tail = undefined;
16
- this._size = 0;
17
- this._state = 0;
18
- }
19
- clear() {
20
- this._map.clear();
21
- this._head = undefined;
22
- this._tail = undefined;
23
- this._size = 0;
24
- this._state++;
25
- }
26
- isEmpty() {
27
- return !this._head && !this._tail;
28
- }
29
- get size() {
30
- return this._size;
31
- }
32
- get first() {
33
- var _b;
34
- return (_b = this._head) === null || _b === void 0 ? void 0 : _b.value;
35
- }
36
- get last() {
37
- var _b;
38
- return (_b = this._tail) === null || _b === void 0 ? void 0 : _b.value;
39
- }
40
- has(key) {
41
- return this._map.has(key);
42
- }
43
- get(key, touch = 0 /* None */) {
44
- const item = this._map.get(key);
45
- if (!item) {
46
- return undefined;
47
- }
48
- if (touch !== 0 /* None */) {
49
- this.touch(item, touch);
50
- }
51
- return item.value;
52
- }
53
- set(key, value, touch = 0 /* None */) {
54
- let item = this._map.get(key);
55
- if (item) {
56
- item.value = value;
57
- if (touch !== 0 /* None */) {
58
- this.touch(item, touch);
59
- }
60
- }
61
- else {
62
- item = { key, value, next: undefined, previous: undefined };
63
- switch (touch) {
64
- case 0 /* None */:
65
- this.addItemLast(item);
66
- break;
67
- case 1 /* AsOld */:
68
- this.addItemFirst(item);
69
- break;
70
- case 2 /* AsNew */:
71
- this.addItemLast(item);
72
- break;
73
- default:
74
- this.addItemLast(item);
75
- break;
76
- }
77
- this._map.set(key, item);
78
- this._size++;
79
- }
80
- return this;
81
- }
82
- delete(key) {
83
- return !!this.remove(key);
84
- }
85
- remove(key) {
86
- const item = this._map.get(key);
87
- if (!item) {
88
- return undefined;
89
- }
90
- this._map.delete(key);
91
- this.removeItem(item);
92
- this._size--;
93
- return item.value;
94
- }
95
- shift() {
96
- if (!this._head && !this._tail) {
97
- return undefined;
98
- }
99
- if (!this._head || !this._tail) {
100
- throw new Error("Invalid list");
101
- }
102
- const item = this._head;
103
- this._map.delete(item.key);
104
- this.removeItem(item);
105
- this._size--;
106
- return item.value;
107
- }
108
- forEach(callbackfn, thisArg) {
109
- const state = this._state;
110
- let current = this._head;
111
- while (current) {
112
- if (thisArg) {
113
- callbackfn.bind(thisArg)(current.value, current.key, this);
114
- }
115
- else {
116
- callbackfn(current.value, current.key, this);
117
- }
118
- if (this._state !== state) {
119
- throw new Error(`LinkedMap got modified during iteration.`);
120
- }
121
- current = current.next;
122
- }
123
- }
124
- keys() {
125
- const map = this;
126
- const state = this._state;
127
- let current = this._head;
128
- const iterator = {
129
- [Symbol.iterator]() {
130
- return iterator;
131
- },
132
- next() {
133
- if (map._state !== state) {
134
- throw new Error(`LinkedMap got modified during iteration.`);
135
- }
136
- if (current) {
137
- const result = { value: current.key, done: false };
138
- current = current.next;
139
- return result;
140
- }
141
- else {
142
- return { value: undefined, done: true };
143
- }
144
- },
145
- };
146
- return iterator;
147
- }
148
- values() {
149
- const map = this;
150
- const state = this._state;
151
- let current = this._head;
152
- const iterator = {
153
- [Symbol.iterator]() {
154
- return iterator;
155
- },
156
- next() {
157
- if (map._state !== state) {
158
- throw new Error(`LinkedMap got modified during iteration.`);
159
- }
160
- if (current) {
161
- const result = { value: current.value, done: false };
162
- current = current.next;
163
- return result;
164
- }
165
- else {
166
- return { value: undefined, done: true };
167
- }
168
- },
169
- };
170
- return iterator;
171
- }
172
- entries() {
173
- // eslint-disable-next-line @typescript-eslint/no-this-alias
174
- const map = this;
175
- const state = this._state;
176
- let current = this._head;
177
- const iterator = {
178
- [Symbol.iterator]() {
179
- return iterator;
180
- },
181
- next() {
182
- if (map._state !== state) {
183
- throw new Error(`LinkedMap got modified during iteration.`);
184
- }
185
- if (current) {
186
- const result = { value: [current.key, current.value], done: false };
187
- current = current.next;
188
- return result;
189
- }
190
- else {
191
- return { value: undefined, done: true };
192
- }
193
- },
194
- };
195
- return iterator;
196
- }
197
- [(_a = Symbol.toStringTag, Symbol.iterator)]() {
198
- return this.entries();
199
- }
200
- trimOld(newSize) {
201
- if (newSize >= this.size) {
202
- return;
203
- }
204
- if (newSize === 0) {
205
- this.clear();
206
- return;
207
- }
208
- let current = this._head;
209
- let currentSize = this.size;
210
- while (current && currentSize > newSize) {
211
- this._map.delete(current.key);
212
- current = current.next;
213
- currentSize--;
214
- }
215
- this._head = current;
216
- this._size = currentSize;
217
- if (current) {
218
- current.previous = undefined;
219
- }
220
- this._state++;
221
- }
222
- addItemFirst(item) {
223
- // First time Insert
224
- if (!this._head && !this._tail) {
225
- this._tail = item;
226
- }
227
- else if (!this._head) {
228
- throw new Error("Invalid list");
229
- }
230
- else {
231
- item.next = this._head;
232
- this._head.previous = item;
233
- }
234
- this._head = item;
235
- this._state++;
236
- }
237
- addItemLast(item) {
238
- // First time Insert
239
- if (!this._head && !this._tail) {
240
- this._head = item;
241
- }
242
- else if (!this._tail) {
243
- throw new Error("Invalid list");
244
- }
245
- else {
246
- item.previous = this._tail;
247
- this._tail.next = item;
248
- }
249
- this._tail = item;
250
- this._state++;
251
- }
252
- removeItem(item) {
253
- if (item === this._head && item === this._tail) {
254
- this._head = undefined;
255
- this._tail = undefined;
256
- }
257
- else if (item === this._head) {
258
- // This can only happend if size === 1 which is handle
259
- // by the case above.
260
- if (!item.next) {
261
- throw new Error("Invalid list");
262
- }
263
- item.next.previous = undefined;
264
- this._head = item.next;
265
- }
266
- else if (item === this._tail) {
267
- // This can only happend if size === 1 which is handle
268
- // by the case above.
269
- if (!item.previous) {
270
- throw new Error("Invalid list");
271
- }
272
- item.previous.next = undefined;
273
- this._tail = item.previous;
274
- }
275
- else {
276
- const next = item.next;
277
- const previous = item.previous;
278
- if (!next || !previous) {
279
- throw new Error("Invalid list");
280
- }
281
- next.previous = previous;
282
- previous.next = next;
283
- }
284
- item.next = undefined;
285
- item.previous = undefined;
286
- this._state++;
287
- }
288
- touch(item, touch) {
289
- if (!this._head || !this._tail) {
290
- throw new Error("Invalid list");
291
- }
292
- if ((touch !== 1 /* AsOld */ && touch !== 2 /* AsNew */)) {
293
- return;
294
- }
295
- if (touch === 1 /* AsOld */) {
296
- if (item === this._head) {
297
- return;
298
- }
299
- const next = item.next;
300
- const previous = item.previous;
301
- // Unlink the item
302
- if (item === this._tail) {
303
- // previous must be defined since item was not head but is tail
304
- // So there are more than on item in the map
305
- previous.next = undefined;
306
- this._tail = previous;
307
- }
308
- else {
309
- // Both next and previous are not undefined since item was neither head nor tail.
310
- next.previous = previous;
311
- previous.next = next;
312
- }
313
- // Insert the node at head
314
- item.previous = undefined;
315
- item.next = this._head;
316
- this._head.previous = item;
317
- this._head = item;
318
- this._state++;
319
- }
320
- else if (touch === 2 /* AsNew */) {
321
- if (item === this._tail) {
322
- return;
323
- }
324
- const next = item.next;
325
- const previous = item.previous;
326
- // Unlink the item.
327
- if (item === this._head) {
328
- // next must be defined since item was not tail but is head
329
- // So there are more than on item in the map
330
- next.previous = undefined;
331
- this._head = next;
332
- }
333
- else {
334
- // Both next and previous are not undefined since item was neither head nor tail.
335
- next.previous = previous;
336
- previous.next = next;
337
- }
338
- item.next = undefined;
339
- item.previous = this._tail;
340
- this._tail.next = item;
341
- this._tail = item;
342
- this._state++;
343
- }
344
- }
345
- toJSON() {
346
- const data = [];
347
- this.forEach((value, key) => {
348
- data.push([key, value]);
349
- });
350
- return data;
351
- }
352
- fromJSON(data) {
353
- this.clear();
354
- for (const [key, value] of data) {
355
- this.set(key, value);
356
- }
357
- }
358
- }
359
- /**
360
- * @internal
361
- */
362
- // istanbul ignore next
363
- export class LRUCache extends LinkedMap {
364
- constructor(limit, ratio = 1) {
365
- super();
366
- this._limit = limit;
367
- this._ratio = Math.min(Math.max(0, ratio), 1);
368
- }
369
- get limit() {
370
- return this._limit;
371
- }
372
- set limit(limit) {
373
- this._limit = limit;
374
- this.checkTrim();
375
- }
376
- get ratio() {
377
- return this._ratio;
378
- }
379
- set ratio(ratio) {
380
- this._ratio = Math.min(Math.max(0, ratio), 1);
381
- this.checkTrim();
382
- }
383
- get(key, touch = 2 /* AsNew */) {
384
- return super.get(key, touch);
385
- }
386
- peek(key) {
387
- return super.get(key, 0 /* None */);
388
- }
389
- set(key, value) {
390
- super.set(key, value, 2 /* AsNew */);
391
- this.checkTrim();
392
- return this;
393
- }
394
- checkTrim() {
395
- if (this.size > this._limit) {
396
- this.trimOld(Math.round(this._limit * this._ratio));
397
- }
398
- }
399
- }
1
+ /*---------------------------------------------------------------------------------------------
2
+ * Copyright (c) Bentley Systems, Incorporated. All rights reserved.
3
+ * See LICENSE.md in the project root for license terms and full copyright notice.
4
+ *--------------------------------------------------------------------------------------------*/
5
+ var _a;
6
+ /**
7
+ * @internal
8
+ */
9
+ // istanbul ignore next
10
+ export class LinkedMap {
11
+ constructor() {
12
+ this[_a] = "LinkedMap";
13
+ this._map = new Map();
14
+ this._head = undefined;
15
+ this._tail = undefined;
16
+ this._size = 0;
17
+ this._state = 0;
18
+ }
19
+ clear() {
20
+ this._map.clear();
21
+ this._head = undefined;
22
+ this._tail = undefined;
23
+ this._size = 0;
24
+ this._state++;
25
+ }
26
+ isEmpty() {
27
+ return !this._head && !this._tail;
28
+ }
29
+ get size() {
30
+ return this._size;
31
+ }
32
+ get first() {
33
+ var _b;
34
+ return (_b = this._head) === null || _b === void 0 ? void 0 : _b.value;
35
+ }
36
+ get last() {
37
+ var _b;
38
+ return (_b = this._tail) === null || _b === void 0 ? void 0 : _b.value;
39
+ }
40
+ has(key) {
41
+ return this._map.has(key);
42
+ }
43
+ get(key, touch = 0 /* None */) {
44
+ const item = this._map.get(key);
45
+ if (!item) {
46
+ return undefined;
47
+ }
48
+ if (touch !== 0 /* None */) {
49
+ this.touch(item, touch);
50
+ }
51
+ return item.value;
52
+ }
53
+ set(key, value, touch = 0 /* None */) {
54
+ let item = this._map.get(key);
55
+ if (item) {
56
+ item.value = value;
57
+ if (touch !== 0 /* None */) {
58
+ this.touch(item, touch);
59
+ }
60
+ }
61
+ else {
62
+ item = { key, value, next: undefined, previous: undefined };
63
+ switch (touch) {
64
+ case 0 /* None */:
65
+ this.addItemLast(item);
66
+ break;
67
+ case 1 /* AsOld */:
68
+ this.addItemFirst(item);
69
+ break;
70
+ case 2 /* AsNew */:
71
+ this.addItemLast(item);
72
+ break;
73
+ default:
74
+ this.addItemLast(item);
75
+ break;
76
+ }
77
+ this._map.set(key, item);
78
+ this._size++;
79
+ }
80
+ return this;
81
+ }
82
+ delete(key) {
83
+ return !!this.remove(key);
84
+ }
85
+ remove(key) {
86
+ const item = this._map.get(key);
87
+ if (!item) {
88
+ return undefined;
89
+ }
90
+ this._map.delete(key);
91
+ this.removeItem(item);
92
+ this._size--;
93
+ return item.value;
94
+ }
95
+ shift() {
96
+ if (!this._head && !this._tail) {
97
+ return undefined;
98
+ }
99
+ if (!this._head || !this._tail) {
100
+ throw new Error("Invalid list");
101
+ }
102
+ const item = this._head;
103
+ this._map.delete(item.key);
104
+ this.removeItem(item);
105
+ this._size--;
106
+ return item.value;
107
+ }
108
+ forEach(callbackfn, thisArg) {
109
+ const state = this._state;
110
+ let current = this._head;
111
+ while (current) {
112
+ if (thisArg) {
113
+ callbackfn.bind(thisArg)(current.value, current.key, this);
114
+ }
115
+ else {
116
+ callbackfn(current.value, current.key, this);
117
+ }
118
+ if (this._state !== state) {
119
+ throw new Error(`LinkedMap got modified during iteration.`);
120
+ }
121
+ current = current.next;
122
+ }
123
+ }
124
+ keys() {
125
+ const map = this;
126
+ const state = this._state;
127
+ let current = this._head;
128
+ const iterator = {
129
+ [Symbol.iterator]() {
130
+ return iterator;
131
+ },
132
+ next() {
133
+ if (map._state !== state) {
134
+ throw new Error(`LinkedMap got modified during iteration.`);
135
+ }
136
+ if (current) {
137
+ const result = { value: current.key, done: false };
138
+ current = current.next;
139
+ return result;
140
+ }
141
+ else {
142
+ return { value: undefined, done: true };
143
+ }
144
+ },
145
+ };
146
+ return iterator;
147
+ }
148
+ values() {
149
+ const map = this;
150
+ const state = this._state;
151
+ let current = this._head;
152
+ const iterator = {
153
+ [Symbol.iterator]() {
154
+ return iterator;
155
+ },
156
+ next() {
157
+ if (map._state !== state) {
158
+ throw new Error(`LinkedMap got modified during iteration.`);
159
+ }
160
+ if (current) {
161
+ const result = { value: current.value, done: false };
162
+ current = current.next;
163
+ return result;
164
+ }
165
+ else {
166
+ return { value: undefined, done: true };
167
+ }
168
+ },
169
+ };
170
+ return iterator;
171
+ }
172
+ entries() {
173
+ // eslint-disable-next-line @typescript-eslint/no-this-alias
174
+ const map = this;
175
+ const state = this._state;
176
+ let current = this._head;
177
+ const iterator = {
178
+ [Symbol.iterator]() {
179
+ return iterator;
180
+ },
181
+ next() {
182
+ if (map._state !== state) {
183
+ throw new Error(`LinkedMap got modified during iteration.`);
184
+ }
185
+ if (current) {
186
+ const result = { value: [current.key, current.value], done: false };
187
+ current = current.next;
188
+ return result;
189
+ }
190
+ else {
191
+ return { value: undefined, done: true };
192
+ }
193
+ },
194
+ };
195
+ return iterator;
196
+ }
197
+ [(_a = Symbol.toStringTag, Symbol.iterator)]() {
198
+ return this.entries();
199
+ }
200
+ trimOld(newSize) {
201
+ if (newSize >= this.size) {
202
+ return;
203
+ }
204
+ if (newSize === 0) {
205
+ this.clear();
206
+ return;
207
+ }
208
+ let current = this._head;
209
+ let currentSize = this.size;
210
+ while (current && currentSize > newSize) {
211
+ this._map.delete(current.key);
212
+ current = current.next;
213
+ currentSize--;
214
+ }
215
+ this._head = current;
216
+ this._size = currentSize;
217
+ if (current) {
218
+ current.previous = undefined;
219
+ }
220
+ this._state++;
221
+ }
222
+ addItemFirst(item) {
223
+ // First time Insert
224
+ if (!this._head && !this._tail) {
225
+ this._tail = item;
226
+ }
227
+ else if (!this._head) {
228
+ throw new Error("Invalid list");
229
+ }
230
+ else {
231
+ item.next = this._head;
232
+ this._head.previous = item;
233
+ }
234
+ this._head = item;
235
+ this._state++;
236
+ }
237
+ addItemLast(item) {
238
+ // First time Insert
239
+ if (!this._head && !this._tail) {
240
+ this._head = item;
241
+ }
242
+ else if (!this._tail) {
243
+ throw new Error("Invalid list");
244
+ }
245
+ else {
246
+ item.previous = this._tail;
247
+ this._tail.next = item;
248
+ }
249
+ this._tail = item;
250
+ this._state++;
251
+ }
252
+ removeItem(item) {
253
+ if (item === this._head && item === this._tail) {
254
+ this._head = undefined;
255
+ this._tail = undefined;
256
+ }
257
+ else if (item === this._head) {
258
+ // This can only happend if size === 1 which is handle
259
+ // by the case above.
260
+ if (!item.next) {
261
+ throw new Error("Invalid list");
262
+ }
263
+ item.next.previous = undefined;
264
+ this._head = item.next;
265
+ }
266
+ else if (item === this._tail) {
267
+ // This can only happend if size === 1 which is handle
268
+ // by the case above.
269
+ if (!item.previous) {
270
+ throw new Error("Invalid list");
271
+ }
272
+ item.previous.next = undefined;
273
+ this._tail = item.previous;
274
+ }
275
+ else {
276
+ const next = item.next;
277
+ const previous = item.previous;
278
+ if (!next || !previous) {
279
+ throw new Error("Invalid list");
280
+ }
281
+ next.previous = previous;
282
+ previous.next = next;
283
+ }
284
+ item.next = undefined;
285
+ item.previous = undefined;
286
+ this._state++;
287
+ }
288
+ touch(item, touch) {
289
+ if (!this._head || !this._tail) {
290
+ throw new Error("Invalid list");
291
+ }
292
+ if ((touch !== 1 /* AsOld */ && touch !== 2 /* AsNew */)) {
293
+ return;
294
+ }
295
+ if (touch === 1 /* AsOld */) {
296
+ if (item === this._head) {
297
+ return;
298
+ }
299
+ const next = item.next;
300
+ const previous = item.previous;
301
+ // Unlink the item
302
+ if (item === this._tail) {
303
+ // previous must be defined since item was not head but is tail
304
+ // So there are more than on item in the map
305
+ previous.next = undefined;
306
+ this._tail = previous;
307
+ }
308
+ else {
309
+ // Both next and previous are not undefined since item was neither head nor tail.
310
+ next.previous = previous;
311
+ previous.next = next;
312
+ }
313
+ // Insert the node at head
314
+ item.previous = undefined;
315
+ item.next = this._head;
316
+ this._head.previous = item;
317
+ this._head = item;
318
+ this._state++;
319
+ }
320
+ else if (touch === 2 /* AsNew */) {
321
+ if (item === this._tail) {
322
+ return;
323
+ }
324
+ const next = item.next;
325
+ const previous = item.previous;
326
+ // Unlink the item.
327
+ if (item === this._head) {
328
+ // next must be defined since item was not tail but is head
329
+ // So there are more than on item in the map
330
+ next.previous = undefined;
331
+ this._head = next;
332
+ }
333
+ else {
334
+ // Both next and previous are not undefined since item was neither head nor tail.
335
+ next.previous = previous;
336
+ previous.next = next;
337
+ }
338
+ item.next = undefined;
339
+ item.previous = this._tail;
340
+ this._tail.next = item;
341
+ this._tail = item;
342
+ this._state++;
343
+ }
344
+ }
345
+ toJSON() {
346
+ const data = [];
347
+ this.forEach((value, key) => {
348
+ data.push([key, value]);
349
+ });
350
+ return data;
351
+ }
352
+ fromJSON(data) {
353
+ this.clear();
354
+ for (const [key, value] of data) {
355
+ this.set(key, value);
356
+ }
357
+ }
358
+ }
359
+ /**
360
+ * @internal
361
+ */
362
+ // istanbul ignore next
363
+ export class LRUCache extends LinkedMap {
364
+ constructor(limit, ratio = 1) {
365
+ super();
366
+ this._limit = limit;
367
+ this._ratio = Math.min(Math.max(0, ratio), 1);
368
+ }
369
+ get limit() {
370
+ return this._limit;
371
+ }
372
+ set limit(limit) {
373
+ this._limit = limit;
374
+ this.checkTrim();
375
+ }
376
+ get ratio() {
377
+ return this._ratio;
378
+ }
379
+ set ratio(ratio) {
380
+ this._ratio = Math.min(Math.max(0, ratio), 1);
381
+ this.checkTrim();
382
+ }
383
+ get(key, touch = 2 /* AsNew */) {
384
+ return super.get(key, touch);
385
+ }
386
+ peek(key) {
387
+ return super.get(key, 0 /* None */);
388
+ }
389
+ set(key, value) {
390
+ super.set(key, value, 2 /* AsNew */);
391
+ this.checkTrim();
392
+ return this;
393
+ }
394
+ checkTrim() {
395
+ if (this.size > this._limit) {
396
+ this.trimOld(Math.round(this._limit * this._ratio));
397
+ }
398
+ }
399
+ }
400
400
  //# sourceMappingURL=map.js.map