impaktapps-ui-builder 1.0.0 → 1.0.1-alpha.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 (1419) hide show
  1. package/README.md +65 -53
  2. package/dist/impaktapps-ui-builder.d.ts +1 -0
  3. package/dist/impaktapps-ui-builder.es.js +12624 -0
  4. package/dist/impaktapps-ui-builder.es.js.map +1 -0
  5. package/dist/impaktapps-ui-builder.umd.js +28 -0
  6. package/dist/impaktapps-ui-builder.umd.js.map +1 -0
  7. package/dist/src/impaktapps-ui-builder/builder/build/buildAadharCard.d.ts +2 -0
  8. package/dist/src/impaktapps-ui-builder/builder/build/buildArray.d.ts +11 -0
  9. package/dist/src/impaktapps-ui-builder/builder/build/buildBasicUiSchema.d.ts +8 -0
  10. package/dist/src/impaktapps-ui-builder/builder/build/buildButton.d.ts +1 -0
  11. package/dist/src/impaktapps-ui-builder/builder/build/buildCard.d.ts +1 -0
  12. package/dist/src/impaktapps-ui-builder/builder/build/buildCheckbox.d.ts +1 -0
  13. package/dist/src/impaktapps-ui-builder/builder/build/buildConfig.d.ts +4 -0
  14. package/dist/src/impaktapps-ui-builder/builder/build/buildDataGrid.d.ts +1 -0
  15. package/dist/src/impaktapps-ui-builder/builder/build/buildDate.d.ts +2 -0
  16. package/dist/src/impaktapps-ui-builder/builder/build/buildDownloadFile.d.ts +1 -0
  17. package/dist/src/impaktapps-ui-builder/builder/build/buildEmptyBox.d.ts +1 -0
  18. package/dist/src/impaktapps-ui-builder/builder/build/buildFileInput.d.ts +1 -0
  19. package/dist/src/impaktapps-ui-builder/builder/build/buildHorizontalBarGraph.d.ts +2 -0
  20. package/dist/src/impaktapps-ui-builder/builder/build/buildInputSlider.d.ts +1 -0
  21. package/dist/src/impaktapps-ui-builder/builder/build/buildLabel.d.ts +1 -0
  22. package/dist/src/impaktapps-ui-builder/builder/build/buildLeaderboard.d.ts +1 -0
  23. package/dist/src/impaktapps-ui-builder/builder/build/buildLineGraph.d.ts +1 -0
  24. package/dist/src/impaktapps-ui-builder/builder/build/buildMultiSelect.d.ts +1 -0
  25. package/dist/src/impaktapps-ui-builder/builder/build/buildPhoneInput.d.ts +1 -0
  26. package/dist/src/impaktapps-ui-builder/builder/build/buildPieGraph.d.ts +1 -0
  27. package/dist/src/impaktapps-ui-builder/builder/build/buildPop.d.ts +1 -0
  28. package/dist/src/impaktapps-ui-builder/builder/build/buildProgressBar.d.ts +1 -0
  29. package/dist/src/impaktapps-ui-builder/builder/build/buildProgressBarCard.d.ts +1 -0
  30. package/dist/src/impaktapps-ui-builder/builder/build/buildRadio.d.ts +1 -0
  31. package/dist/src/impaktapps-ui-builder/builder/build/buildRankCard.d.ts +1 -0
  32. package/dist/src/impaktapps-ui-builder/builder/build/buildRollAndDice.d.ts +1 -0
  33. package/dist/src/impaktapps-ui-builder/builder/build/buildRunnerBoyProgrssBar.d.ts +1 -0
  34. package/dist/src/impaktapps-ui-builder/builder/build/buildSelect.d.ts +1 -0
  35. package/dist/src/impaktapps-ui-builder/builder/build/buildSlider.d.ts +1 -0
  36. package/dist/src/impaktapps-ui-builder/builder/build/buildSpeedoMeter.d.ts +1 -0
  37. package/dist/src/impaktapps-ui-builder/builder/build/buildStackBarGraph.d.ts +1 -0
  38. package/dist/src/impaktapps-ui-builder/builder/build/buildStepper.d.ts +1 -0
  39. package/dist/src/impaktapps-ui-builder/builder/build/buildTabSection.d.ts +1 -0
  40. package/dist/src/impaktapps-ui-builder/builder/build/buildTable.d.ts +1 -0
  41. package/dist/src/impaktapps-ui-builder/builder/build/buildText.d.ts +1 -0
  42. package/dist/src/impaktapps-ui-builder/builder/build/buildTextArea.d.ts +1 -0
  43. package/dist/src/impaktapps-ui-builder/builder/build/buildThoughtOfTheDay.d.ts +1 -0
  44. package/dist/src/impaktapps-ui-builder/builder/build/buildTimer.d.ts +1 -0
  45. package/dist/src/impaktapps-ui-builder/builder/build/buildTreeMap.d.ts +1 -0
  46. package/dist/src/impaktapps-ui-builder/builder/build/buildUiSchema.d.ts +12 -0
  47. package/dist/src/impaktapps-ui-builder/builder/build/buildUplaodFile.d.ts +1 -0
  48. package/dist/src/impaktapps-ui-builder/builder/build/buildWrapperSection.d.ts +1 -0
  49. package/dist/src/impaktapps-ui-builder/builder/build/uischema/apiSection.d.ts +171 -0
  50. package/dist/src/impaktapps-ui-builder/builder/build/uischema/box.d.ts +13 -0
  51. package/dist/src/impaktapps-ui-builder/builder/build/uischema/buildPropertiesSection.d.ts +107 -0
  52. package/dist/src/impaktapps-ui-builder/builder/build/uischema/button.d.ts +22 -0
  53. package/dist/src/impaktapps-ui-builder/builder/build/uischema/card.d.ts +214 -0
  54. package/dist/src/impaktapps-ui-builder/builder/build/uischema/cardSlider.d.ts +13 -0
  55. package/dist/src/impaktapps-ui-builder/builder/build/uischema/coreSection.d.ts +140 -0
  56. package/dist/src/impaktapps-ui-builder/builder/build/uischema/dateInputField.d.ts +39 -0
  57. package/dist/src/impaktapps-ui-builder/builder/build/uischema/emptyBox.d.ts +18 -0
  58. package/dist/src/impaktapps-ui-builder/builder/build/uischema/eventSection.d.ts +152 -0
  59. package/dist/src/impaktapps-ui-builder/builder/build/uischema/file.d.ts +46 -0
  60. package/dist/src/impaktapps-ui-builder/builder/build/uischema/graph.d.ts +104 -0
  61. package/dist/src/impaktapps-ui-builder/builder/build/uischema/leaderBoard.d.ts +17 -0
  62. package/dist/src/impaktapps-ui-builder/builder/build/uischema/multiSelect.d.ts +23 -0
  63. package/dist/src/impaktapps-ui-builder/builder/build/uischema/phoneInput.d.ts +20 -0
  64. package/dist/src/impaktapps-ui-builder/builder/build/uischema/progressBar.d.ts +21 -0
  65. package/dist/src/impaktapps-ui-builder/builder/build/uischema/rankCard.d.ts +17 -0
  66. package/dist/src/impaktapps-ui-builder/builder/build/uischema/refresh.d.ts +62 -0
  67. package/dist/src/impaktapps-ui-builder/builder/build/uischema/rollAndDice.d.ts +17 -0
  68. package/dist/src/impaktapps-ui-builder/builder/build/uischema/runnerBoyProgressBar.d.ts +17 -0
  69. package/dist/src/impaktapps-ui-builder/builder/build/uischema/selectInputField.d.ts +21 -0
  70. package/dist/src/impaktapps-ui-builder/builder/build/uischema/speedoMeter.d.ts +52 -0
  71. package/dist/src/impaktapps-ui-builder/builder/build/uischema/styleSection.d.ts +32 -0
  72. package/dist/src/impaktapps-ui-builder/builder/build/uischema/table.d.ts +22 -0
  73. package/dist/src/impaktapps-ui-builder/builder/build/uischema/tableSection.d.ts +155 -0
  74. package/dist/src/impaktapps-ui-builder/builder/build/uischema/tabsection.d.ts +12 -0
  75. package/dist/src/impaktapps-ui-builder/builder/build/uischema/textInputField.d.ts +20 -0
  76. package/dist/src/impaktapps-ui-builder/builder/build/uischema/thoughtOfTheDay.d.ts +17 -0
  77. package/dist/src/impaktapps-ui-builder/builder/build/uischema/timer.d.ts +18 -0
  78. package/dist/src/impaktapps-ui-builder/builder/build/uischema/validationSections.d.ts +53 -0
  79. package/dist/src/impaktapps-ui-builder/builder/build/uischema/valueTab.d.ts +66 -0
  80. package/dist/src/impaktapps-ui-builder/builder/build/uischema/wrapperSection.d.ts +13 -0
  81. package/dist/src/impaktapps-ui-builder/builder/elements/UiSchema/Component/schema.d.ts +1 -0
  82. package/dist/src/impaktapps-ui-builder/builder/elements/UiSchema/Component/uiSchema.d.ts +1 -0
  83. package/dist/src/impaktapps-ui-builder/builder/elements/UiSchema/PageMaster/schema.d.ts +47 -0
  84. package/dist/src/impaktapps-ui-builder/builder/elements/UiSchema/PageMaster/uiSchema.d.ts +1 -0
  85. package/dist/src/impaktapps-ui-builder/builder/elements/UiSchema/event/schema.d.ts +82 -0
  86. package/dist/src/impaktapps-ui-builder/builder/elements/UiSchema/event/uiSchema.d.ts +1 -0
  87. package/dist/src/impaktapps-ui-builder/builder/services/component.d.ts +28 -0
  88. package/dist/src/impaktapps-ui-builder/builder/services/event.d.ts +104 -0
  89. package/dist/src/impaktapps-ui-builder/builder/services/pageMaster.d.ts +72 -0
  90. package/dist/src/impaktapps-ui-builder/builder/services/utils.d.ts +10 -0
  91. package/dist/src/impaktapps-ui-builder/lib/index.d.ts +9 -0
  92. package/dist/src/impaktapps-ui-builder/runtime/services/downloadFile.d.ts +2 -0
  93. package/dist/src/impaktapps-ui-builder/runtime/services/events.d.ts +11 -0
  94. package/dist/src/impaktapps-ui-builder/runtime/services/interface.d.ts +13 -0
  95. package/dist/src/impaktapps-ui-builder/runtime/services/service.d.ts +30 -0
  96. package/package.json +53 -158
  97. package/src/impaktapps-ui-builder/builder/build/buildAadharCard.ts +67 -0
  98. package/src/impaktapps-ui-builder/builder/build/buildArray.ts +18 -0
  99. package/src/impaktapps-ui-builder/builder/build/buildBasicUiSchema.ts +10 -0
  100. package/src/impaktapps-ui-builder/builder/build/buildButton.ts +43 -0
  101. package/src/impaktapps-ui-builder/builder/build/buildCard.ts +33 -0
  102. package/src/impaktapps-ui-builder/builder/build/buildCardSlider.ts +72 -0
  103. package/src/impaktapps-ui-builder/builder/build/buildCheckbox.ts +28 -0
  104. package/src/impaktapps-ui-builder/builder/build/buildConfig.ts +58 -0
  105. package/src/impaktapps-ui-builder/builder/build/buildDataGrid.ts +51 -0
  106. package/src/impaktapps-ui-builder/builder/build/buildDate.ts +24 -0
  107. package/src/impaktapps-ui-builder/builder/build/buildDownloadFile.ts +24 -0
  108. package/src/impaktapps-ui-builder/builder/build/buildEmptyBox.ts +11 -0
  109. package/src/impaktapps-ui-builder/builder/build/buildFileInput.ts +35 -0
  110. package/src/impaktapps-ui-builder/builder/build/buildHorizontalBarGraph.ts +48 -0
  111. package/src/impaktapps-ui-builder/builder/build/buildInputSlider.ts +46 -0
  112. package/src/impaktapps-ui-builder/builder/build/buildLabel.ts +16 -0
  113. package/src/impaktapps-ui-builder/builder/build/buildLeaderboard.ts +47 -0
  114. package/src/impaktapps-ui-builder/builder/build/buildLineGraph.ts +46 -0
  115. package/src/impaktapps-ui-builder/builder/build/buildMultiSelect.ts +24 -0
  116. package/src/impaktapps-ui-builder/builder/build/buildPhoneInput.ts +26 -0
  117. package/src/impaktapps-ui-builder/builder/build/buildPieGraph.ts +28 -0
  118. package/src/impaktapps-ui-builder/builder/build/buildPop.ts +43 -0
  119. package/src/impaktapps-ui-builder/builder/build/buildProgressBar.ts +26 -0
  120. package/src/impaktapps-ui-builder/builder/build/buildProgressBarCard.ts +27 -0
  121. package/src/impaktapps-ui-builder/builder/build/buildRadio.ts +35 -0
  122. package/src/impaktapps-ui-builder/builder/build/buildRankCard.ts +19 -0
  123. package/src/impaktapps-ui-builder/builder/build/buildRollAndDice.ts +14 -0
  124. package/src/impaktapps-ui-builder/builder/build/buildRunnerBoyProgrssBar.ts +12 -0
  125. package/src/impaktapps-ui-builder/builder/build/buildSchema.ts +31 -0
  126. package/src/impaktapps-ui-builder/builder/build/buildSelect.ts +22 -0
  127. package/src/impaktapps-ui-builder/builder/build/buildSlider.ts +14 -0
  128. package/src/impaktapps-ui-builder/builder/build/buildSpeedoMeter.ts +54 -0
  129. package/src/impaktapps-ui-builder/builder/build/buildStackBarGraph.ts +44 -0
  130. package/src/impaktapps-ui-builder/builder/build/buildStepper.ts +45 -0
  131. package/src/impaktapps-ui-builder/builder/build/buildTabSection.ts +19 -0
  132. package/src/impaktapps-ui-builder/builder/build/buildTable.ts +72 -0
  133. package/src/impaktapps-ui-builder/builder/build/buildText.ts +26 -0
  134. package/src/impaktapps-ui-builder/builder/build/buildTextArea.ts +56 -0
  135. package/src/impaktapps-ui-builder/builder/build/buildThoughtOfTheDay.ts +22 -0
  136. package/src/impaktapps-ui-builder/builder/build/buildTimer.ts +15 -0
  137. package/src/impaktapps-ui-builder/builder/build/buildTreeMap.ts +61 -0
  138. package/src/impaktapps-ui-builder/builder/build/buildUiSchema.ts +406 -0
  139. package/src/impaktapps-ui-builder/builder/build/buildUplaodFile.ts +21 -0
  140. package/src/impaktapps-ui-builder/builder/build/buildWrapperSection.ts +21 -0
  141. package/src/impaktapps-ui-builder/builder/build/schema/arraySchemaBuilder.ts +18 -0
  142. package/src/impaktapps-ui-builder/builder/build/uischema/apiSection.ts +210 -0
  143. package/src/impaktapps-ui-builder/builder/build/uischema/array.ts +14 -0
  144. package/src/impaktapps-ui-builder/builder/build/uischema/box.ts +16 -0
  145. package/src/impaktapps-ui-builder/builder/build/uischema/buildPropertiesSection.ts +547 -0
  146. package/src/impaktapps-ui-builder/builder/build/uischema/button.ts +22 -0
  147. package/src/impaktapps-ui-builder/builder/build/uischema/card.ts +200 -0
  148. package/src/impaktapps-ui-builder/builder/build/uischema/cardSlider.ts +14 -0
  149. package/src/impaktapps-ui-builder/builder/build/uischema/coreSection.ts +217 -0
  150. package/src/impaktapps-ui-builder/builder/build/uischema/dateInputField.ts +30 -0
  151. package/src/impaktapps-ui-builder/builder/build/uischema/emptyBox.ts +13 -0
  152. package/src/impaktapps-ui-builder/builder/build/uischema/eventSection.ts +189 -0
  153. package/src/impaktapps-ui-builder/builder/build/uischema/file.ts +38 -0
  154. package/src/impaktapps-ui-builder/builder/build/uischema/graph.ts +63 -0
  155. package/src/impaktapps-ui-builder/builder/build/uischema/leaderBoard.ts +13 -0
  156. package/src/impaktapps-ui-builder/builder/build/uischema/multiSelect.ts +18 -0
  157. package/src/impaktapps-ui-builder/builder/build/uischema/phoneInput.ts +16 -0
  158. package/src/impaktapps-ui-builder/builder/build/uischema/progressBar.ts +16 -0
  159. package/src/impaktapps-ui-builder/builder/build/uischema/progressBarCard.ts +27 -0
  160. package/src/impaktapps-ui-builder/builder/build/uischema/rankCard.ts +13 -0
  161. package/src/impaktapps-ui-builder/builder/build/uischema/refresh.ts +63 -0
  162. package/src/impaktapps-ui-builder/builder/build/uischema/rollAndDice.ts +13 -0
  163. package/src/impaktapps-ui-builder/builder/build/uischema/runnerBoyProgressBar.ts +13 -0
  164. package/src/impaktapps-ui-builder/builder/build/uischema/selectInputField.ts +16 -0
  165. package/src/impaktapps-ui-builder/builder/build/uischema/speedoMeter.ts +49 -0
  166. package/src/impaktapps-ui-builder/builder/build/uischema/styleSection.ts +33 -0
  167. package/src/impaktapps-ui-builder/builder/build/uischema/table.ts +21 -0
  168. package/src/impaktapps-ui-builder/builder/build/uischema/tableIconButton.ts +17 -0
  169. package/src/impaktapps-ui-builder/builder/build/uischema/tableSection.ts +191 -0
  170. package/src/impaktapps-ui-builder/builder/build/uischema/tabsection.ts +9 -0
  171. package/src/impaktapps-ui-builder/builder/build/uischema/textInputField.ts +15 -0
  172. package/src/impaktapps-ui-builder/builder/build/uischema/thoughtOfTheDay.ts +14 -0
  173. package/src/impaktapps-ui-builder/builder/build/uischema/timer.ts +18 -0
  174. package/src/impaktapps-ui-builder/builder/build/uischema/validationSections.ts +128 -0
  175. package/src/impaktapps-ui-builder/builder/build/uischema/valueTab.ts +75 -0
  176. package/src/impaktapps-ui-builder/builder/build/uischema/wrapperSection.ts +11 -0
  177. package/src/impaktapps-ui-builder/builder/elements/UiSchema/Component/schema.ts +359 -0
  178. package/src/impaktapps-ui-builder/builder/elements/UiSchema/Component/uiSchema.ts +623 -0
  179. package/src/impaktapps-ui-builder/builder/elements/UiSchema/PageMaster/schema.ts +49 -0
  180. package/src/impaktapps-ui-builder/builder/elements/UiSchema/PageMaster/uiSchema.ts +776 -0
  181. package/src/impaktapps-ui-builder/builder/elements/UiSchema/event/schema.ts +95 -0
  182. package/src/impaktapps-ui-builder/builder/elements/UiSchema/event/uiSchema.ts +507 -0
  183. package/src/impaktapps-ui-builder/builder/services/component.ts +426 -0
  184. package/src/impaktapps-ui-builder/builder/services/event.ts +274 -0
  185. package/src/impaktapps-ui-builder/builder/services/pageMaster.ts +123 -0
  186. package/src/impaktapps-ui-builder/builder/services/utils.ts +108 -0
  187. package/src/impaktapps-ui-builder/lib/index.ts +10 -0
  188. package/src/impaktapps-ui-builder/runtime/services/downloadFile.ts +32 -0
  189. package/src/impaktapps-ui-builder/runtime/services/events.ts +295 -0
  190. package/src/impaktapps-ui-builder/runtime/services/interface.ts +13 -0
  191. package/src/impaktapps-ui-builder/runtime/services/rankProvider.ts +132 -0
  192. package/src/impaktapps-ui-builder/runtime/services/service.ts +359 -0
  193. package/App.tsx +0 -49
  194. package/AppHolder.tsx +0 -438
  195. package/Database.ts +0 -54
  196. package/Deploy.tsx +0 -16
  197. package/DeployContent.tsx +0 -48
  198. package/Dockerfile +0 -56
  199. package/Login.tsx +0 -184
  200. package/MasterRouter.tsx +0 -86
  201. package/PrivateRoutes.tsx +0 -9
  202. package/Skeleton.tsx +0 -31
  203. package/TabHolder.tsx +0 -758
  204. package/app/(tabs)/_layout.tsx +0 -50
  205. package/app/(tabs)/explore.tsx +0 -111
  206. package/app/(tabs)/index.tsx +0 -1134
  207. package/app/(tabs)/index.web.tsx +0 -31
  208. package/app/(web)/AppHolder.tsx +0 -471
  209. package/app/(web)/index.tsx +0 -33
  210. package/app/(web)/indexLogin.tsx +0 -192
  211. package/app/+not-found.tsx +0 -33
  212. package/app/_layout.tsx +0 -42
  213. package/app/_layout.web.tsx +0 -15
  214. package/app.json +0 -41
  215. package/assets/Act21Icon.svg +0 -1977
  216. package/assets/Act21Logo.svg +0 -7869
  217. package/assets/Desktop.svg +0 -58
  218. package/assets/ImpaktApps.svg +0 -726
  219. package/assets/ImpaktIcon.png +0 -0
  220. package/assets/Mobile.svg +0 -33
  221. package/assets/Tablet.svg +0 -33
  222. package/assets/UpDownArrow.svg +0 -5
  223. package/assets/act21LogoPng.png +0 -0
  224. package/assets/alpha.svg +0 -1
  225. package/assets/api.svg +0 -54
  226. package/assets/border.svg +0 -3
  227. package/assets/button-rect.svg +0 -3
  228. package/assets/creditcard.svg +0 -4
  229. package/assets/cursor.svg +0 -18
  230. package/assets/dataWorkspace/homepage.svg +0 -3
  231. package/assets/dataWorkspace/locate.svg +0 -3
  232. package/assets/dataWorkspace/state.svg +0 -5
  233. package/assets/dataWorkspace/website.svg +0 -6
  234. package/assets/fonts/SpaceMono-Regular.ttf +0 -0
  235. package/assets/globaldata.svg +0 -13
  236. package/assets/images/adaptive-icon.png +0 -0
  237. package/assets/images/favicon.png +0 -0
  238. package/assets/images/icon.png +0 -0
  239. package/assets/images/partial-react-logo.png +0 -0
  240. package/assets/images/react-logo.png +0 -0
  241. package/assets/images/react-logo@2x.png +0 -0
  242. package/assets/images/react-logo@3x.png +0 -0
  243. package/assets/images/splash-icon.png +0 -0
  244. package/assets/laptop.svg +0 -3
  245. package/assets/minusIcon.svg +0 -7
  246. package/assets/next.svg +0 -14
  247. package/assets/no-component-selected-icon.svg +0 -5
  248. package/assets/other.svg +0 -10
  249. package/assets/page.svg +0 -13
  250. package/assets/plusIcon.svg +0 -1
  251. package/assets/public/arrowDown.svg +0 -7
  252. package/assets/public/arrowup.svg +0 -3
  253. package/assets/public/cursor.svg +0 -18
  254. package/assets/public/openWindow.svg +0 -4
  255. package/assets/public/resize-bar-icon.svg +0 -3
  256. package/assets/radius-icon.svg +0 -3
  257. package/assets/react.svg +0 -1
  258. package/assets/resizeBar.svg +0 -12
  259. package/assets/rightPagePanel/all.svg +0 -3
  260. package/assets/rightPagePanel/frame-fixed.svg +0 -3
  261. package/assets/rightPagePanel/frame-responsive.svg +0 -3
  262. package/assets/rightPagePanel/gridList/columnAuto.svg +0 -3
  263. package/assets/rightPagePanel/gridList/columnFixed.svg +0 -5
  264. package/assets/rightPagePanel/gridList/gap-x.svg +0 -3
  265. package/assets/rightPagePanel/gridList/gap-y.svg +0 -3
  266. package/assets/rightPagePanel/layout/default.svg +0 -21
  267. package/assets/rightPagePanel/layout/preset-a.svg +0 -22
  268. package/assets/rightPagePanel/layout/preset-b.svg +0 -23
  269. package/assets/rightPagePanel/layout/preset-c.svg +0 -24
  270. package/assets/rightPagePanel/layout/preset-d.svg +0 -25
  271. package/assets/rightPagePanel/layout/preset-e.svg +0 -24
  272. package/assets/rightPagePanel/partial.svg +0 -3
  273. package/assets/transformer.svg +0 -12
  274. package/assets/widgetCover/button.svg +0 -4
  275. package/assets/widgetCover/card.svg +0 -34
  276. package/assets/widgetCover/checkBox.svg +0 -5
  277. package/assets/widgetCover/container.svg +0 -6
  278. package/assets/widgetCover/date.svg +0 -5
  279. package/assets/widgetCover/emptyBox.svg +0 -3
  280. package/assets/widgetCover/fileInput.svg +0 -3
  281. package/assets/widgetCover/form.svg +0 -9
  282. package/assets/widgetCover/gridcontainer.svg +0 -14
  283. package/assets/widgetCover/icon.svg +0 -28
  284. package/assets/widgetCover/image.svg +0 -5
  285. package/assets/widgetCover/label.svg +0 -3
  286. package/assets/widgetCover/multiselect.svg +0 -7
  287. package/assets/widgetCover/otp.svg +0 -19
  288. package/assets/widgetCover/radioGroup.svg +0 -9
  289. package/assets/widgetCover/select.svg +0 -4
  290. package/assets/widgetCover/slider.svg +0 -5
  291. package/assets/widgetCover/table.svg +0 -6
  292. package/assets/widgetCover/tabs.svg +0 -5
  293. package/assets/widgetCover/text.svg +0 -7
  294. package/assets/widgetCover/textInput.svg +0 -5
  295. package/assets/widgetCover/upload.svg +0 -11
  296. package/assets/window-bottom.svg +0 -17
  297. package/assets/window-left.svg +0 -17
  298. package/assets/window-minimize.svg +0 -16
  299. package/assets/window-right.svg +0 -17
  300. package/babel.config.js +0 -36
  301. package/components/CodeEditor/CodeMirror/assets/array.svg +0 -4
  302. package/components/CodeEditor/CodeMirror/assets/boolean.svg +0 -4
  303. package/components/CodeEditor/CodeMirror/assets/component.svg +0 -4
  304. package/components/CodeEditor/CodeMirror/assets/function.svg +0 -4
  305. package/components/CodeEditor/CodeMirror/assets/keyword.svg +0 -12
  306. package/components/CodeEditor/CodeMirror/assets/null.svg +0 -4
  307. package/components/CodeEditor/CodeMirror/assets/number.svg +0 -4
  308. package/components/CodeEditor/CodeMirror/assets/object.svg +0 -4
  309. package/components/CodeEditor/CodeMirror/assets/string.svg +0 -4
  310. package/components/CodeEditor/CodeMirror/assets/table.svg +0 -4
  311. package/components/CodeEditor/CodeMirror/assets/type.svg +0 -4
  312. package/components/CodeEditor/CodeMirror/assets/undefine.svg +0 -4
  313. package/components/CodeEditor/CodeMirror/core.tsx +0 -253
  314. package/components/CodeEditor/CodeMirror/extensions/completionSources/ILLAContextDesc/index.tsx +0 -5
  315. package/components/CodeEditor/CodeMirror/extensions/completionSources/ILLAContextDesc/utils.tsx +0 -51
  316. package/components/CodeEditor/CodeMirror/extensions/completionSources/IMPAKTAPPSContext.ts +0 -214
  317. package/components/CodeEditor/CodeMirror/extensions/completionSources/IMPAKTAPPSContextDesc/index.tsx +0 -5
  318. package/components/CodeEditor/CodeMirror/extensions/completionSources/IMPAKTAPPSContextDesc/utils.tsx +0 -51
  319. package/components/CodeEditor/CodeMirror/extensions/completionSources/TernServer/defs/ecmascript.json +0 -1910
  320. package/components/CodeEditor/CodeMirror/extensions/completionSources/TernServer/index.tsx +0 -184
  321. package/components/CodeEditor/CodeMirror/extensions/completionSources/illaContext.ts +0 -214
  322. package/components/CodeEditor/CodeMirror/extensions/heighLightJSExpression.ts +0 -67
  323. package/components/CodeEditor/CodeMirror/extensions/index.ts +0 -294
  324. package/components/CodeEditor/CodeMirror/extensions/interface.ts +0 -36
  325. package/components/CodeEditor/CodeMirror/extensions/utils.ts +0 -40
  326. package/components/CodeEditor/CodeMirror/interface.ts +0 -26
  327. package/components/CodeEditor/CodeMirror/style.ts +0 -47
  328. package/components/CodeEditor/CodeMirror/theme.ts +0 -249
  329. package/components/CodeEditor/HintToolTip/index.tsx +0 -92
  330. package/components/CodeEditor/HintToolTip/interface.ts +0 -16
  331. package/components/CodeEditor/HintToolTip/style.ts +0 -49
  332. package/components/CodeEditor/ModalCodeMirror/content.tsx +0 -61
  333. package/components/CodeEditor/ModalCodeMirror/footer.tsx +0 -13
  334. package/components/CodeEditor/ModalCodeMirror/index.tsx +0 -56
  335. package/components/CodeEditor/ModalCodeMirror/interface.ts +0 -26
  336. package/components/CodeEditor/ModalCodeMirror/style.ts +0 -32
  337. package/components/CodeEditor/index.tsx +0 -289
  338. package/components/CodeEditor/interface.ts +0 -21
  339. package/components/CodeEditor/style.ts +0 -30
  340. package/components/CodeEditor/utils.ts +0 -5
  341. package/components/Collapsible.tsx +0 -45
  342. package/components/ColorPicker/constants.ts +0 -31
  343. package/components/ColorPicker/index.tsx +0 -30
  344. package/components/ColorPicker/interface.ts +0 -5
  345. package/components/ColorSetter/index.tsx +0 -76
  346. package/components/ColorSetter/interface.tsx +0 -5
  347. package/components/ColorSetter/style.ts +0 -78
  348. package/components/EditableText/index.tsx +0 -95
  349. package/components/EditableText/interface.ts +0 -8
  350. package/components/EditableText/style.ts +0 -58
  351. package/components/ExternalLink.tsx +0 -24
  352. package/components/HapticTab.tsx +0 -18
  353. package/components/HelloWave.tsx +0 -40
  354. package/components/Modal/Body/index.tsx +0 -16
  355. package/components/Modal/Body/interface.ts +0 -6
  356. package/components/Modal/Body/style.ts +0 -9
  357. package/components/Modal/Footer/index.tsx +0 -30
  358. package/components/Modal/Footer/interface.ts +0 -7
  359. package/components/Modal/Footer/style.ts +0 -18
  360. package/components/Modal/Header/index.tsx +0 -32
  361. package/components/Modal/Header/interface.ts +0 -6
  362. package/components/Modal/Header/style.ts +0 -39
  363. package/components/Modal/index.tsx +0 -39
  364. package/components/Modal/interface.ts +0 -25
  365. package/components/Modal/movableModal.tsx +0 -54
  366. package/components/Modal/style.ts +0 -13
  367. package/components/Modal/utils/stopDragAndDrop.ts +0 -5
  368. package/components/PanelBar/index.tsx +0 -104
  369. package/components/PanelBar/interface.ts +0 -12
  370. package/components/PanelBar/style.ts +0 -156
  371. package/components/ParallaxScrollView.tsx +0 -82
  372. package/components/RecordEditor/index.tsx +0 -212
  373. package/components/RecordEditor/interface.ts +0 -33
  374. package/components/RecordEditor/style.ts +0 -99
  375. package/components/Tabs/constant.tsx +0 -42
  376. package/components/Tabs/index.tsx +0 -55
  377. package/components/Tabs/interface.ts +0 -15
  378. package/components/Tabs/style.ts +0 -26
  379. package/components/ThemedText.tsx +0 -60
  380. package/components/ThemedView.tsx +0 -14
  381. package/components/__tests__/ThemedText-test.tsx +0 -10
  382. package/components/__tests__/__snapshots__/ThemedText-test.tsx.snap +0 -24
  383. package/components/ui/IconSymbol.ios.tsx +0 -32
  384. package/components/ui/IconSymbol.tsx +0 -43
  385. package/components/ui/TabBarBackground.ios.tsx +0 -22
  386. package/components/ui/TabBarBackground.tsx +0 -6
  387. package/constants/Colors.ts +0 -26
  388. package/core/Builder.tsx +0 -21
  389. package/data.ts +0 -352
  390. package/db.json +0 -251131
  391. package/declarations.d.ts +0 -8
  392. package/eslint.config.mjs +0 -13
  393. package/hooks/fixComponentsUtils/container.ts +0 -20
  394. package/hooks/fixComponentsUtils/likeInput.ts +0 -15
  395. package/hooks/fixedAction.ts +0 -196
  396. package/hooks/fixedComponents.ts +0 -32
  397. package/hooks/useColorScheme.ts +0 -1
  398. package/hooks/useColorScheme.web.ts +0 -21
  399. package/hooks/useDestroyExecutationTree.ts +0 -32
  400. package/hooks/useInitApp.tsx +0 -238
  401. package/hooks/useThemeColor.ts +0 -21
  402. package/i18n/config.ts +0 -57
  403. package/i18n/i18next.d.ts +0 -8
  404. package/i18n/locale/en-US.json +0 -3805
  405. package/i18n/locale/es-ES.json +0 -3805
  406. package/i18n/react-i18next.d.ts +0 -9
  407. package/lib/index.ts +0 -12
  408. package/main.css +0 -14
  409. package/main.tsx +0 -11
  410. package/metro.config.js +0 -20
  411. package/middleware/reduxAsync/index.ts +0 -68
  412. package/middleware/undoRedo/index.ts +0 -16
  413. package/middleware/undoRedo/interface.ts +0 -5
  414. package/middleware/undoRedo/method/action.tsx +0 -97
  415. package/middleware/undoRedo/method/components.tsx +0 -412
  416. package/middleware/undoRedo/method/index.tsx +0 -27
  417. package/page/App/components/Actions/ActionGuidePanel/components/ActionSection/index.tsx +0 -180
  418. package/page/App/components/Actions/ActionGuidePanel/components/ActionSection/interface.ts +0 -10
  419. package/page/App/components/Actions/ActionGuidePanel/components/ActionSection/style.ts +0 -55
  420. package/page/App/components/Actions/ActionGuidePanel/constans.ts +0 -30
  421. package/page/App/components/Actions/ActionGuidePanel/index.tsx +0 -51
  422. package/page/App/components/Actions/ActionGuidePanel/style.ts +0 -29
  423. package/page/App/components/Actions/ActionList/index.tsx +0 -24
  424. package/page/App/components/Actions/ActionList/interface.ts +0 -3
  425. package/page/App/components/Actions/ActionList/listWithNewButton.tsx +0 -352
  426. package/page/App/components/Actions/ActionList/style.ts +0 -67
  427. package/page/App/components/Actions/ActionListItem/index.tsx +0 -271
  428. package/page/App/components/Actions/ActionListItem/interface.ts +0 -11
  429. package/page/App/components/Actions/ActionListItem/style.ts +0 -92
  430. package/page/App/components/Actions/ActionPanel/ActionEventHandler/index.tsx +0 -113
  431. package/page/App/components/Actions/ActionPanel/ActionEventHandler/style.ts +0 -20
  432. package/page/App/components/Actions/ActionPanel/ActionMockPanel/index.tsx +0 -72
  433. package/page/App/components/Actions/ActionPanel/ActionMockPanel/interface.ts +0 -4
  434. package/page/App/components/Actions/ActionPanel/ActionMockPanel/style.ts +0 -22
  435. package/page/App/components/Actions/ActionPanel/ActionResult/index.tsx +0 -135
  436. package/page/App/components/Actions/ActionPanel/ActionResult/interface.ts +0 -4
  437. package/page/App/components/Actions/ActionPanel/ActionResult/restApiHeader.tsx +0 -116
  438. package/page/App/components/Actions/ActionPanel/ActionResult/style.ts +0 -136
  439. package/page/App/components/Actions/ActionPanel/ActionResult/utils.ts +0 -25
  440. package/page/App/components/Actions/ActionPanel/ActionTitleBar/index.tsx +0 -177
  441. package/page/App/components/Actions/ActionPanel/ActionTitleBar/interface.ts +0 -7
  442. package/page/App/components/Actions/ActionPanel/ActionTitleBar/style.ts +0 -92
  443. package/page/App/components/Actions/ActionPanel/AdvancedPanel/Components/Control/index.tsx +0 -25
  444. package/page/App/components/Actions/ActionPanel/AdvancedPanel/Components/Control/interface.ts +0 -8
  445. package/page/App/components/Actions/ActionPanel/AdvancedPanel/Components/Control/style.ts +0 -43
  446. package/page/App/components/Actions/ActionPanel/AdvancedPanel/Components/Header/index.tsx +0 -11
  447. package/page/App/components/Actions/ActionPanel/AdvancedPanel/Components/Header/interface.ts +0 -3
  448. package/page/App/components/Actions/ActionPanel/AdvancedPanel/Components/Header/style.ts +0 -13
  449. package/page/App/components/Actions/ActionPanel/AdvancedPanel/Components/Space/index.tsx +0 -6
  450. package/page/App/components/Actions/ActionPanel/AdvancedPanel/Components/Space/style.ts +0 -6
  451. package/page/App/components/Actions/ActionPanel/AdvancedPanel/Model/AdvancedOption/index.tsx +0 -74
  452. package/page/App/components/Actions/ActionPanel/AdvancedPanel/Model/Timing/index.tsx +0 -145
  453. package/page/App/components/Actions/ActionPanel/AdvancedPanel/index.tsx +0 -19
  454. package/page/App/components/Actions/ActionPanel/AdvancedPanel/style.ts +0 -6
  455. package/page/App/components/Actions/ActionPanel/GlobalDataPanel/index.tsx +0 -70
  456. package/page/App/components/Actions/ActionPanel/GlobalDataPanel/style.ts +0 -34
  457. package/page/App/components/Actions/ActionPanel/ImpaktAppsPanel/BodyEditor/index.tsx +0 -72
  458. package/page/App/components/Actions/ActionPanel/ImpaktAppsPanel/BodyEditor/interface.ts +0 -8
  459. package/page/App/components/Actions/ActionPanel/ImpaktAppsPanel/BodyEditor/style.ts +0 -59
  460. package/page/App/components/Actions/ActionPanel/ImpaktAppsPanel/index.tsx +0 -165
  461. package/page/App/components/Actions/ActionPanel/ImpaktAppsPanel/style.ts +0 -51
  462. package/page/App/components/Actions/ActionPanel/Layout/GeneralPanelLayout/constants.ts +0 -2
  463. package/page/App/components/Actions/ActionPanel/Layout/GeneralPanelLayout/index.tsx +0 -60
  464. package/page/App/components/Actions/ActionPanel/Layout/GeneralPanelLayout/interface.ts +0 -8
  465. package/page/App/components/Actions/ActionPanel/Layout/GeneralPanelLayout/style.ts +0 -25
  466. package/page/App/components/Actions/ActionPanel/Layout/HorizontalWithLabel/index.tsx +0 -18
  467. package/page/App/components/Actions/ActionPanel/Layout/HorizontalWithLabel/interface.ts +0 -6
  468. package/page/App/components/Actions/ActionPanel/Layout/HorizontalWithLabel/style.ts +0 -9
  469. package/page/App/components/Actions/ActionPanel/Layout/Label/index.tsx +0 -12
  470. package/page/App/components/Actions/ActionPanel/Layout/Label/interface.ts +0 -3
  471. package/page/App/components/Actions/ActionPanel/Layout/Label/style.ts +0 -10
  472. package/page/App/components/Actions/ActionPanel/Layout/Space/index.tsx +0 -10
  473. package/page/App/components/Actions/ActionPanel/Layout/Space/style.ts +0 -6
  474. package/page/App/components/Actions/ActionPanel/PanelHeader/ResourceChoose/index.tsx +0 -126
  475. package/page/App/components/Actions/ActionPanel/PanelHeader/ResourceChoose/style.ts +0 -29
  476. package/page/App/components/Actions/ActionPanel/PanelHeader/TriggerModeChoose/index.tsx +0 -62
  477. package/page/App/components/Actions/ActionPanel/PanelHeader/index.tsx +0 -116
  478. package/page/App/components/Actions/ActionPanel/PanelHeader/style.ts +0 -37
  479. package/page/App/components/Actions/ActionPanel/RestApiPanel/BodyEditor/index.tsx +0 -357
  480. package/page/App/components/Actions/ActionPanel/RestApiPanel/BodyEditor/interface.ts +0 -7
  481. package/page/App/components/Actions/ActionPanel/RestApiPanel/BodyEditor/style.ts +0 -54
  482. package/page/App/components/Actions/ActionPanel/RestApiPanel/index.tsx +0 -358
  483. package/page/App/components/Actions/ActionPanel/RestApiPanel/style.ts +0 -50
  484. package/page/App/components/Actions/ActionPanel/TransformerPanel/index.tsx +0 -61
  485. package/page/App/components/Actions/ActionPanel/TransformerPanel/style.ts +0 -15
  486. package/page/App/components/Actions/ActionPanel/index.tsx +0 -116
  487. package/page/App/components/Actions/ActionPanel/style.ts +0 -58
  488. package/page/App/components/Actions/ActionPanel/utils/calculateFileSize.ts +0 -37
  489. package/page/App/components/Actions/ActionPanel/utils/safeModeTip.ts +0 -18
  490. package/page/App/components/Actions/Context/SqlModeTipContext/index.tsx +0 -31
  491. package/page/App/components/Actions/DragBar/index.tsx +0 -87
  492. package/page/App/components/Actions/DragBar/interface.ts +0 -10
  493. package/page/App/components/Actions/DragBar/style.ts +0 -17
  494. package/page/App/components/Actions/List/index.ts +0 -4
  495. package/page/App/components/Actions/List/interface.ts +0 -46
  496. package/page/App/components/Actions/List/list-item-meta.tsx +0 -59
  497. package/page/App/components/Actions/List/list-item.tsx +0 -34
  498. package/page/App/components/Actions/List/list.tsx +0 -144
  499. package/page/App/components/Actions/List/style.ts +0 -119
  500. package/page/App/components/Actions/SearchHeader/index.tsx +0 -84
  501. package/page/App/components/Actions/SearchHeader/interface.tsx +0 -4
  502. package/page/App/components/Actions/SearchHeader/style.tsx +0 -59
  503. package/page/App/components/Actions/api.ts +0 -65
  504. package/page/App/components/Actions/axiosConfigBuilder.ts +0 -44
  505. package/page/App/components/Actions/empty/src/empty.tsx +0 -60
  506. package/page/App/components/Actions/empty/src/index.ts +0 -2
  507. package/page/App/components/Actions/empty/src/interface.ts +0 -10
  508. package/page/App/components/Actions/empty/src/style.ts +0 -22
  509. package/page/App/components/Actions/hook.ts +0 -61
  510. package/page/App/components/ConfigPanel/index.tsx +0 -29
  511. package/page/App/components/ConfigPanel/style.ts +0 -8
  512. package/page/App/components/InspectPanel/PanelSetters/BorderSetter/index.tsx +0 -82
  513. package/page/App/components/InspectPanel/PanelSetters/BorderSetter/interface.ts +0 -1
  514. package/page/App/components/InspectPanel/PanelSetters/BorderSetter/style.ts +0 -14
  515. package/page/App/components/InspectPanel/PanelSetters/ColorPickerSetter/index.tsx +0 -40
  516. package/page/App/components/InspectPanel/PanelSetters/ColorPickerSetter/interface.ts +0 -9
  517. package/page/App/components/InspectPanel/PanelSetters/ColorPickerSetter/style.ts +0 -10
  518. package/page/App/components/InspectPanel/PanelSetters/ContainerSetter/ViewsSetter/context/viewsListContext.tsx +0 -270
  519. package/page/App/components/InspectPanel/PanelSetters/ContainerSetter/ViewsSetter/dragIconAndLabel.tsx +0 -86
  520. package/page/App/components/InspectPanel/PanelSetters/ContainerSetter/ViewsSetter/header.tsx +0 -28
  521. package/page/App/components/InspectPanel/PanelSetters/ContainerSetter/ViewsSetter/index.tsx +0 -238
  522. package/page/App/components/InspectPanel/PanelSetters/ContainerSetter/ViewsSetter/interface.ts +0 -28
  523. package/page/App/components/InspectPanel/PanelSetters/ContainerSetter/ViewsSetter/listBody.tsx +0 -135
  524. package/page/App/components/InspectPanel/PanelSetters/ContainerSetter/ViewsSetter/listItem.tsx +0 -113
  525. package/page/App/components/InspectPanel/PanelSetters/ContainerSetter/ViewsSetter/style.ts +0 -97
  526. package/page/App/components/InspectPanel/PanelSetters/ContainerSetter/ViewsSetter/utils/generateNewOptions.ts +0 -34
  527. package/page/App/components/InspectPanel/PanelSetters/ContainerSetter/defaultViewKeySetter.tsx +0 -71
  528. package/page/App/components/InspectPanel/PanelSetters/ContainerSetter/interface.ts +0 -4
  529. package/page/App/components/InspectPanel/PanelSetters/DragMoveComponent/Column/index.tsx +0 -128
  530. package/page/App/components/InspectPanel/PanelSetters/DragMoveComponent/Column/interface.ts +0 -19
  531. package/page/App/components/InspectPanel/PanelSetters/DragMoveComponent/Column/style.ts +0 -51
  532. package/page/App/components/InspectPanel/PanelSetters/DragMoveComponent/ColumnContainer/index.tsx +0 -120
  533. package/page/App/components/InspectPanel/PanelSetters/DragMoveComponent/ColumnContainer/interface.ts +0 -22
  534. package/page/App/components/InspectPanel/PanelSetters/DragMoveComponent/ColumnContainer/style.ts +0 -36
  535. package/page/App/components/InspectPanel/PanelSetters/DragMoveComponent/Empty/index.tsx +0 -14
  536. package/page/App/components/InspectPanel/PanelSetters/DragMoveComponent/Empty/style.ts +0 -11
  537. package/page/App/components/InspectPanel/PanelSetters/EventHandlerSetter/List/actionMenu.tsx +0 -45
  538. package/page/App/components/InspectPanel/PanelSetters/EventHandlerSetter/List/body.tsx +0 -17
  539. package/page/App/components/InspectPanel/PanelSetters/EventHandlerSetter/List/empty.tsx +0 -17
  540. package/page/App/components/InspectPanel/PanelSetters/EventHandlerSetter/List/eventAndMethodLabel.tsx +0 -109
  541. package/page/App/components/InspectPanel/PanelSetters/EventHandlerSetter/List/interface.ts +0 -22
  542. package/page/App/components/InspectPanel/PanelSetters/EventHandlerSetter/List/item.tsx +0 -20
  543. package/page/App/components/InspectPanel/PanelSetters/EventHandlerSetter/List/more.tsx +0 -33
  544. package/page/App/components/InspectPanel/PanelSetters/EventHandlerSetter/List/style.ts +0 -118
  545. package/page/App/components/InspectPanel/PanelSetters/EventHandlerSetter/context/index.tsx +0 -69
  546. package/page/App/components/InspectPanel/PanelSetters/EventHandlerSetter/index.tsx +0 -67
  547. package/page/App/components/InspectPanel/PanelSetters/EventHandlerSetter/interface.ts +0 -14
  548. package/page/App/components/InspectPanel/PanelSetters/EventHandlerSetter/style.ts +0 -8
  549. package/page/App/components/InspectPanel/PanelSetters/EventHandlerSetter/utils/index.ts +0 -13
  550. package/page/App/components/InspectPanel/PanelSetters/InputSetter/BaseInput/index.tsx +0 -135
  551. package/page/App/components/InspectPanel/PanelSetters/InputSetter/BaseInput/interface.ts +0 -19
  552. package/page/App/components/InspectPanel/PanelSetters/InputSetter/BaseInput/style.ts +0 -33
  553. package/page/App/components/InspectPanel/PanelSetters/InputSetter/BaseInputHierarchy/index.tsx +0 -134
  554. package/page/App/components/InspectPanel/PanelSetters/InputSetter/BaseInputHierarchy/interface.ts +0 -19
  555. package/page/App/components/InspectPanel/PanelSetters/InputSetter/BaseInputHierarchy/style.ts +0 -33
  556. package/page/App/components/InspectPanel/PanelSetters/InputSetter/BaseUpload/index.tsx +0 -107
  557. package/page/App/components/InspectPanel/PanelSetters/InputSetter/ColumnFraction/index.tsx +0 -117
  558. package/page/App/components/InspectPanel/PanelSetters/InputSetter/ColumnFraction/interface.ts +0 -5
  559. package/page/App/components/InspectPanel/PanelSetters/InputSetter/ColumnFraction/style.ts +0 -103
  560. package/page/App/components/InspectPanel/PanelSetters/InputSetter/MeasureCheckInput/index.tsx +0 -62
  561. package/page/App/components/InspectPanel/PanelSetters/InputSetter/MeasureCheckInput/interface.ts +0 -11
  562. package/page/App/components/InspectPanel/PanelSetters/InputSetter/MeasureCheckInput/style.ts +0 -9
  563. package/page/App/components/InspectPanel/PanelSetters/InputSetter/OptionMappedInput/optionMappedInputSetter.tsx +0 -38
  564. package/page/App/components/InspectPanel/PanelSetters/InputSetter/ScriptInput/index.tsx +0 -121
  565. package/page/App/components/InspectPanel/PanelSetters/InputSetter/ScriptInput/style.ts +0 -16
  566. package/page/App/components/InspectPanel/PanelSetters/InputSetter/interface.ts +0 -9
  567. package/page/App/components/InspectPanel/PanelSetters/InputSetter/style.ts +0 -8
  568. package/page/App/components/InspectPanel/PanelSetters/InputSetter/util.ts +0 -32
  569. package/page/App/components/InspectPanel/PanelSetters/MappedOptionSetter/index.tsx +0 -33
  570. package/page/App/components/InspectPanel/PanelSetters/MappedOptionSetter/interface.ts +0 -7
  571. package/page/App/components/InspectPanel/PanelSetters/MappedOptionSetter/style.ts +0 -29
  572. package/page/App/components/InspectPanel/PanelSetters/OptionListSetter/index.tsx +0 -91
  573. package/page/App/components/InspectPanel/PanelSetters/OptionListSetter/interface.ts +0 -16
  574. package/page/App/components/InspectPanel/PanelSetters/PublicComponent/DynamicIcon/index.tsx +0 -26
  575. package/page/App/components/InspectPanel/PanelSetters/PublicComponent/DynamicIcon/interface.ts +0 -5
  576. package/page/App/components/InspectPanel/PanelSetters/PublicComponent/DynamicIcon/style.ts +0 -25
  577. package/page/App/components/InspectPanel/PanelSetters/PublicComponent/Label/addActionLabel.tsx +0 -34
  578. package/page/App/components/InspectPanel/PanelSetters/PublicComponent/Label/interface.ts +0 -6
  579. package/page/App/components/InspectPanel/PanelSetters/PublicComponent/Label/style.ts +0 -7
  580. package/page/App/components/InspectPanel/PanelSetters/PublicComponent/Modal/baseBody.tsx +0 -11
  581. package/page/App/components/InspectPanel/PanelSetters/PublicComponent/Modal/body.tsx +0 -33
  582. package/page/App/components/InspectPanel/PanelSetters/PublicComponent/Modal/header.tsx +0 -33
  583. package/page/App/components/InspectPanel/PanelSetters/PublicComponent/Modal/index.tsx +0 -51
  584. package/page/App/components/InspectPanel/PanelSetters/PublicComponent/Modal/interface.ts +0 -29
  585. package/page/App/components/InspectPanel/PanelSetters/PublicComponent/Modal/style.ts +0 -54
  586. package/page/App/components/InspectPanel/PanelSetters/RadioGroupSetter/baseRadioGroup.tsx +0 -62
  587. package/page/App/components/InspectPanel/PanelSetters/RadioGroupSetter/interface.ts +0 -5
  588. package/page/App/components/InspectPanel/PanelSetters/RadioGroupSetter/style.ts +0 -36
  589. package/page/App/components/InspectPanel/PanelSetters/SelectSetter/baseDynamicSelect.tsx +0 -104
  590. package/page/App/components/InspectPanel/PanelSetters/SelectSetter/baseMultiSelect .tsx +0 -236
  591. package/page/App/components/InspectPanel/PanelSetters/SelectSetter/baseSelect.tsx +0 -95
  592. package/page/App/components/InspectPanel/PanelSetters/SelectSetter/dataSourceSelectSetter.tsx +0 -121
  593. package/page/App/components/InspectPanel/PanelSetters/SelectSetter/eventActionTypeSelect.tsx +0 -60
  594. package/page/App/components/InspectPanel/PanelSetters/SelectSetter/eventBodyViewSelect.tsx +0 -72
  595. package/page/App/components/InspectPanel/PanelSetters/SelectSetter/eventTargetActionSelect.tsx +0 -37
  596. package/page/App/components/InspectPanel/PanelSetters/SelectSetter/eventTargetStateSelect.tsx +0 -40
  597. package/page/App/components/InspectPanel/PanelSetters/SelectSetter/eventTargetWidgetSelect.tsx +0 -92
  598. package/page/App/components/InspectPanel/PanelSetters/SelectSetter/eventWidgetMethodSelect.tsx +0 -61
  599. package/page/App/components/InspectPanel/PanelSetters/SelectSetter/interface.ts +0 -38
  600. package/page/App/components/InspectPanel/PanelSetters/SelectSetter/pageSelect.tsx +0 -40
  601. package/page/App/components/InspectPanel/PanelSetters/SelectSetter/searchSelect.tsx +0 -14
  602. package/page/App/components/InspectPanel/PanelSetters/SelectSetter/style.ts +0 -47
  603. package/page/App/components/InspectPanel/PanelSetters/SelectSetter/styles.css +0 -13
  604. package/page/App/components/InspectPanel/PanelSetters/StyleContainerSetter/index.tsx +0 -27
  605. package/page/App/components/InspectPanel/PanelSetters/StyleContainerSetter/interface.ts +0 -7
  606. package/page/App/components/InspectPanel/PanelSetters/StyleContainerSetter/style.ts +0 -21
  607. package/page/App/components/InspectPanel/PanelSetters/SwitchSetter/baseSwitch.tsx +0 -38
  608. package/page/App/components/InspectPanel/PanelSetters/SwitchSetter/dynamicSwitch.tsx +0 -88
  609. package/page/App/components/InspectPanel/PanelSetters/SwitchSetter/interface.tsx +0 -15
  610. package/page/App/components/InspectPanel/PanelSetters/SwitchSetter/style.ts +0 -81
  611. package/page/App/components/InspectPanel/PanelSetters/TableSetter/CellSetter/body.tsx +0 -68
  612. package/page/App/components/InspectPanel/PanelSetters/TableSetter/CellSetter/columnItem.tsx +0 -20
  613. package/page/App/components/InspectPanel/PanelSetters/TableSetter/CellSetter/context/columnListContext.tsx +0 -91
  614. package/page/App/components/InspectPanel/PanelSetters/TableSetter/CellSetter/dragIconAndLabel.tsx +0 -85
  615. package/page/App/components/InspectPanel/PanelSetters/TableSetter/CellSetter/empty.tsx +0 -8
  616. package/page/App/components/InspectPanel/PanelSetters/TableSetter/CellSetter/header.tsx +0 -15
  617. package/page/App/components/InspectPanel/PanelSetters/TableSetter/CellSetter/index.tsx +0 -74
  618. package/page/App/components/InspectPanel/PanelSetters/TableSetter/CellSetter/interface.ts +0 -40
  619. package/page/App/components/InspectPanel/PanelSetters/TableSetter/CellSetter/style.ts +0 -125
  620. package/page/App/components/InspectPanel/PanelSetters/TableSetter/CellSetter/utils/generateNewColumns.ts +0 -26
  621. package/page/App/components/InspectPanel/PanelSetters/TableSetter/ColumnSetter/body.tsx +0 -71
  622. package/page/App/components/InspectPanel/PanelSetters/TableSetter/ColumnSetter/columnItem.tsx +0 -20
  623. package/page/App/components/InspectPanel/PanelSetters/TableSetter/ColumnSetter/context/columnListContext.tsx +0 -91
  624. package/page/App/components/InspectPanel/PanelSetters/TableSetter/ColumnSetter/dragIconAndLabel.tsx +0 -96
  625. package/page/App/components/InspectPanel/PanelSetters/TableSetter/ColumnSetter/empty.tsx +0 -8
  626. package/page/App/components/InspectPanel/PanelSetters/TableSetter/ColumnSetter/header.tsx +0 -15
  627. package/page/App/components/InspectPanel/PanelSetters/TableSetter/ColumnSetter/index.tsx +0 -68
  628. package/page/App/components/InspectPanel/PanelSetters/TableSetter/ColumnSetter/interface.ts +0 -36
  629. package/page/App/components/InspectPanel/PanelSetters/TableSetter/ColumnSetter/style.ts +0 -125
  630. package/page/App/components/InspectPanel/PanelSetters/TableSetter/ColumnSetter/utils/generateNewColumns.ts +0 -19
  631. package/page/App/components/InspectPanel/PanelSetters/TableSetter/columnTypeSelectSetter.tsx +0 -63
  632. package/page/App/components/InspectPanel/PanelSetters/TableSetter/columsSelectSetter.tsx +0 -77
  633. package/page/App/components/InspectPanel/PanelSetters/TableSetter/interface.ts +0 -24
  634. package/page/App/components/InspectPanel/PanelSetters/TableSetter/tableDataSourceSelectSetter.tsx +0 -188
  635. package/page/App/components/InspectPanel/PanelSetters/TableSetter/tableMappedValueInputSetter.tsx +0 -111
  636. package/page/App/components/InspectPanel/PanelSetters/TabsSetter/DefaultTabKeySetter/index.tsx +0 -42
  637. package/page/App/components/InspectPanel/PanelSetters/TabsSetter/DefaultTabKeySetter/interface.ts +0 -7
  638. package/page/App/components/InspectPanel/PanelSetters/TabsSetter/TabListSetter/index.tsx +0 -88
  639. package/page/App/components/InspectPanel/PanelSetters/TabsSetter/TabListSetter/interface.ts +0 -19
  640. package/page/App/components/InspectPanel/PanelSetters/TabsSetter/TabsContainerSelectSetter/index.tsx +0 -175
  641. package/page/App/components/InspectPanel/PanelSetters/TabsSetter/TabsContainerSelectSetter/style.ts +0 -11
  642. package/page/App/components/InspectPanel/PanelSetters/UploadFileSetter/assets/image.tsx +0 -14
  643. package/page/App/components/InspectPanel/PanelSetters/UploadFileSetter/baseUploadFile.tsx +0 -94
  644. package/page/App/components/InspectPanel/PanelSetters/UploadFileSetter/interface.ts +0 -4
  645. package/page/App/components/InspectPanel/PanelSetters/UploadFileSetter/style.ts +0 -28
  646. package/page/App/components/InspectPanel/PanelSetters/index.tsx +0 -402
  647. package/page/App/components/InspectPanel/PanelSetters/interface.ts +0 -36
  648. package/page/App/components/InspectPanel/PanelSetters/style.ts +0 -10
  649. package/page/App/components/InspectPanel/components/EmptySelected/index.tsx +0 -34
  650. package/page/App/components/InspectPanel/components/EmptySelected/style.ts +0 -32
  651. package/page/App/components/InspectPanel/components/FieldAndLabel/index.tsx +0 -19
  652. package/page/App/components/InspectPanel/components/FieldAndLabel/interface.ts +0 -10
  653. package/page/App/components/InspectPanel/components/FieldFactory/index.tsx +0 -56
  654. package/page/App/components/InspectPanel/components/FieldFactory/interface.ts +0 -8
  655. package/page/App/components/InspectPanel/components/Header/index.tsx +0 -46
  656. package/page/App/components/InspectPanel/components/Header/style.ts +0 -17
  657. package/page/App/components/InspectPanel/components/Label/index.tsx +0 -22
  658. package/page/App/components/InspectPanel/components/Label/interface.ts +0 -5
  659. package/page/App/components/InspectPanel/components/Label/style.ts +0 -43
  660. package/page/App/components/InspectPanel/components/MultiSelectedPanel/multiSelectedPanel.tsx +0 -57
  661. package/page/App/components/InspectPanel/components/MultiSelectedPanel/style.ts +0 -39
  662. package/page/App/components/InspectPanel/components/PanelSetter/index.tsx +0 -21
  663. package/page/App/components/InspectPanel/components/PanelSetter/interface.ts +0 -7
  664. package/page/App/components/InspectPanel/components/Panelbar/index.tsx +0 -28
  665. package/page/App/components/InspectPanel/components/Panelbar/interface.ts +0 -8
  666. package/page/App/components/InspectPanel/components/Panelbar/style.ts +0 -5
  667. package/page/App/components/InspectPanel/components/SingleSelectedPanel/singleSelectedPanel.tsx +0 -126
  668. package/page/App/components/InspectPanel/components/SingleSelectedPanel/style.ts +0 -14
  669. package/page/App/components/InspectPanel/context/selectedContext.tsx +0 -75
  670. package/page/App/components/InspectPanel/index.tsx +0 -25
  671. package/page/App/components/InspectPanel/interface.ts +0 -55
  672. package/page/App/components/InspectPanel/setter.tsx +0 -103
  673. package/page/App/components/InspectPanel/style.ts +0 -27
  674. package/page/App/components/InspectPanel/utils/fieldFactory.tsx +0 -18
  675. package/page/App/components/InspectPanel/utils/panelBuilder.ts +0 -31
  676. package/page/App/components/PagePanel/Components/Label/index.tsx +0 -21
  677. package/page/App/components/PagePanel/Components/Label/interface.ts +0 -5
  678. package/page/App/components/PagePanel/Components/Label/style.ts +0 -35
  679. package/page/App/components/PagePanel/Components/LayoutSelect/index.tsx +0 -141
  680. package/page/App/components/PagePanel/Components/LayoutSelect/interface.ts +0 -20
  681. package/page/App/components/PagePanel/Components/LayoutSelect/style.ts +0 -60
  682. package/page/App/components/PagePanel/Components/PanelActionBar/index.tsx +0 -33
  683. package/page/App/components/PagePanel/Components/PanelActionBar/interface.ts +0 -6
  684. package/page/App/components/PagePanel/Components/PanelActionBar/style.ts +0 -8
  685. package/page/App/components/PagePanel/Components/ViewsList/body.tsx +0 -86
  686. package/page/App/components/PagePanel/Components/ViewsList/emptyState.tsx +0 -10
  687. package/page/App/components/PagePanel/Components/ViewsList/header.tsx +0 -93
  688. package/page/App/components/PagePanel/Components/ViewsList/index.tsx +0 -62
  689. package/page/App/components/PagePanel/Components/ViewsList/interface.ts +0 -50
  690. package/page/App/components/PagePanel/Components/ViewsList/item.tsx +0 -136
  691. package/page/App/components/PagePanel/Components/ViewsList/labelName.tsx +0 -26
  692. package/page/App/components/PagePanel/Components/ViewsList/modal.tsx +0 -41
  693. package/page/App/components/PagePanel/Components/ViewsList/style.tsx +0 -119
  694. package/page/App/components/PagePanel/Components/ViewsList/utils.ts +0 -53
  695. package/page/App/components/PagePanel/Layout/divider/index.tsx +0 -15
  696. package/page/App/components/PagePanel/Layout/divider/interface.ts +0 -3
  697. package/page/App/components/PagePanel/Layout/divider/style.ts +0 -8
  698. package/page/App/components/PagePanel/Layout/leftAndRight/index.tsx +0 -8
  699. package/page/App/components/PagePanel/Layout/leftAndRight/interface.ts +0 -5
  700. package/page/App/components/PagePanel/Layout/leftAndRight/style.ts +0 -10
  701. package/page/App/components/PagePanel/Layout/setterPadding/index.tsx +0 -8
  702. package/page/App/components/PagePanel/Layout/setterPadding/interface.ts +0 -5
  703. package/page/App/components/PagePanel/Layout/setterPadding/style.ts +0 -5
  704. package/page/App/components/PagePanel/Layout/verticalLayout/index.tsx +0 -8
  705. package/page/App/components/PagePanel/Layout/verticalLayout/interface.ts +0 -5
  706. package/page/App/components/PagePanel/Layout/verticalLayout/style.ts +0 -10
  707. package/page/App/components/PagePanel/Modules/Basic/index.tsx +0 -298
  708. package/page/App/components/PagePanel/Modules/Basic/style.ts +0 -5
  709. package/page/App/components/PagePanel/Modules/Frame/index.tsx +0 -778
  710. package/page/App/components/PagePanel/Modules/Frame/style.ts +0 -10
  711. package/page/App/components/PagePanel/Modules/Style/Components/AddSection/index.tsx +0 -104
  712. package/page/App/components/PagePanel/Modules/Style/Components/AddSection/interface.ts +0 -5
  713. package/page/App/components/PagePanel/Modules/Style/Components/BackgroundSetter/index.tsx +0 -162
  714. package/page/App/components/PagePanel/Modules/Style/Components/DeleteActionContainer/index.tsx +0 -25
  715. package/page/App/components/PagePanel/Modules/Style/Components/DeleteActionContainer/interface.ts +0 -7
  716. package/page/App/components/PagePanel/Modules/Style/Components/DeleteActionContainer/style.ts +0 -22
  717. package/page/App/components/PagePanel/Modules/Style/Components/DirectionPaddingSetter/index.tsx +0 -189
  718. package/page/App/components/PagePanel/Modules/Style/Components/DirectionPaddingSetter/interface.ts +0 -5
  719. package/page/App/components/PagePanel/Modules/Style/Components/DirectionPaddingSetter/style.ts +0 -13
  720. package/page/App/components/PagePanel/Modules/Style/Components/DividerSetter/index.tsx +0 -207
  721. package/page/App/components/PagePanel/Modules/Style/Components/PaddingSetter/index.tsx +0 -600
  722. package/page/App/components/PagePanel/Modules/Style/Components/PaddingSetter/style.ts +0 -9
  723. package/page/App/components/PagePanel/Modules/Style/Components/ShadowSelect/constants.ts +0 -27
  724. package/page/App/components/PagePanel/Modules/Style/Components/ShadowSelect/index.tsx +0 -61
  725. package/page/App/components/PagePanel/Modules/Style/Components/ShadowSelect/interface.ts +0 -6
  726. package/page/App/components/PagePanel/Modules/Style/Components/ShadowSelect/style.ts +0 -30
  727. package/page/App/components/PagePanel/Modules/Style/Components/ShadowSetter/index.tsx +0 -155
  728. package/page/App/components/PagePanel/Modules/Style/index.tsx +0 -26
  729. package/page/App/components/PagePanel/Modules/Style/style.ts +0 -33
  730. package/page/App/components/PagePanel/index.tsx +0 -25
  731. package/page/App/components/PagePanel/style.ts +0 -35
  732. package/page/App/components/PublicTypes/ResourceGenerator/assets/emojiSmile.svg +0 -3
  733. package/page/App/components/PublicTypes/ResourceGenerator/assets/googlesheets/disabled-google.svg +0 -3
  734. package/page/App/components/PublicTypes/ResourceGenerator/assets/googlesheets/google-logo.svg +0 -14
  735. package/page/App/components/PublicTypes/ResourceGenerator/components/ActionGenerator/ActionResourceSelector/index.tsx +0 -166
  736. package/page/App/components/PublicTypes/ResourceGenerator/components/ActionGenerator/ActionResourceSelector/interface.ts +0 -21
  737. package/page/App/components/PublicTypes/ResourceGenerator/components/ActionGenerator/ActionResourceSelector/style.ts +0 -52
  738. package/page/App/components/PublicTypes/ResourceGenerator/components/ActionGenerator/Header/index.tsx +0 -20
  739. package/page/App/components/PublicTypes/ResourceGenerator/components/ActionGenerator/Header/interface.ts +0 -4
  740. package/page/App/components/PublicTypes/ResourceGenerator/components/ActionGenerator/Header/style.ts +0 -25
  741. package/page/App/components/PublicTypes/ResourceGenerator/components/ActionGenerator/index.tsx +0 -130
  742. package/page/App/components/PublicTypes/ResourceGenerator/components/ActionGenerator/interface.ts +0 -26
  743. package/page/App/components/PublicTypes/ResourceGenerator/components/ActionGenerator/style.ts +0 -7
  744. package/page/App/components/PublicTypes/ResourceGenerator/components/ActionGenerator/temp.ts +0 -0
  745. package/page/App/components/PublicTypes/ResourceGenerator/components/ColumnWhiteList/index.tsx +0 -34
  746. package/page/App/components/PublicTypes/ResourceGenerator/components/ColumnWhiteList/style.ts +0 -40
  747. package/page/App/components/PublicTypes/ResourceGenerator/components/ConfigElements/ActionButtons/CreateButton/index.tsx +0 -26
  748. package/page/App/components/PublicTypes/ResourceGenerator/components/ConfigElements/ActionButtons/CreateButton/interface.ts +0 -3
  749. package/page/App/components/PublicTypes/ResourceGenerator/components/ConfigElements/ActionButtons/GoogleCreateButton/index.tsx +0 -26
  750. package/page/App/components/PublicTypes/ResourceGenerator/components/ConfigElements/ActionButtons/GoogleCreateButton/style.ts +0 -51
  751. package/page/App/components/PublicTypes/ResourceGenerator/components/ConfigElements/RestApiConfigElement/BasicAuthPanel/index.tsx +0 -45
  752. package/page/App/components/PublicTypes/ResourceGenerator/components/ConfigElements/RestApiConfigElement/BearerAuthPanel/index.tsx +0 -31
  753. package/page/App/components/PublicTypes/ResourceGenerator/components/ConfigElements/RestApiConfigElement/DigestAuthPanel/index.tsx +0 -51
  754. package/page/App/components/PublicTypes/ResourceGenerator/components/ConfigElements/RestApiConfigElement/index.tsx +0 -316
  755. package/page/App/components/PublicTypes/ResourceGenerator/components/ConfigElements/RestApiConfigElement/interface.ts +0 -7
  756. package/page/App/components/PublicTypes/ResourceGenerator/components/ConfigElements/index.tsx +0 -21
  757. package/page/App/components/PublicTypes/ResourceGenerator/components/ConfigElements/interface.ts +0 -10
  758. package/page/App/components/PublicTypes/ResourceGenerator/components/ConfigElements/provider/index.tsx +0 -35
  759. package/page/App/components/PublicTypes/ResourceGenerator/components/ConfigElements/provider/interface.ts +0 -9
  760. package/page/App/components/PublicTypes/ResourceGenerator/components/ConfigElements/provider/style.ts +0 -10
  761. package/page/App/components/PublicTypes/ResourceGenerator/components/ConfigElements/style.ts +0 -98
  762. package/page/App/components/PublicTypes/ResourceGenerator/components/ControlledElement/index.tsx +0 -319
  763. package/page/App/components/PublicTypes/ResourceGenerator/components/ControlledElement/interface.ts +0 -39
  764. package/page/App/components/PublicTypes/ResourceGenerator/components/ControlledElement/style.ts +0 -74
  765. package/page/App/components/PublicTypes/ResourceGenerator/components/InputRecordEditor/index.tsx +0 -98
  766. package/page/App/components/PublicTypes/ResourceGenerator/components/InputRecordEditor/interface.ts +0 -13
  767. package/page/App/components/PublicTypes/ResourceGenerator/components/InputRecordEditor/style.ts +0 -44
  768. package/page/App/components/PublicTypes/ResourceGenerator/components/ResourceCard/index.tsx +0 -39
  769. package/page/App/components/PublicTypes/ResourceGenerator/components/ResourceCard/interface.ts +0 -7
  770. package/page/App/components/PublicTypes/ResourceGenerator/components/ResourceCard/style.ts +0 -44
  771. package/page/App/components/PublicTypes/ResourceGenerator/components/ResourceCard/suggestCard.tsx +0 -28
  772. package/page/App/components/PublicTypes/ResourceGenerator/components/ResourceCard/utils.tsx +0 -36
  773. package/page/App/components/PublicTypes/ResourceGenerator/components/ResourceCreatePanel/index.tsx +0 -33
  774. package/page/App/components/PublicTypes/ResourceGenerator/components/ResourceCreatePanel/interface.ts +0 -7
  775. package/page/App/components/PublicTypes/ResourceGenerator/components/ResourceCreatePanel/style.ts +0 -24
  776. package/page/App/components/PublicTypes/ResourceGenerator/components/ResourceCreator/index.tsx +0 -27
  777. package/page/App/components/PublicTypes/ResourceGenerator/components/ResourceCreator/interface.ts +0 -9
  778. package/page/App/components/PublicTypes/ResourceGenerator/components/ResourceCreator/style.ts +0 -10
  779. package/page/App/components/PublicTypes/ResourceGenerator/components/ResourceDivider/index.tsx +0 -40
  780. package/page/App/components/PublicTypes/ResourceGenerator/components/ResourceDivider/interface.ts +0 -8
  781. package/page/App/components/PublicTypes/ResourceGenerator/components/ResourceDivider/style.ts +0 -13
  782. package/page/App/components/PublicTypes/ResourceGenerator/components/ResourceHeader/index.tsx +0 -53
  783. package/page/App/components/PublicTypes/ResourceGenerator/components/ResourceHeader/interface.ts +0 -7
  784. package/page/App/components/PublicTypes/ResourceGenerator/components/ResourceHeader/style.ts +0 -45
  785. package/page/App/components/PublicTypes/ResourceGenerator/components/ResourceTypeSelector/index.tsx +0 -65
  786. package/page/App/components/PublicTypes/ResourceGenerator/components/ResourceTypeSelector/interface.ts +0 -7
  787. package/page/App/components/PublicTypes/ResourceGenerator/components/ResourceTypeSelector/style.ts +0 -28
  788. package/page/App/components/PublicTypes/ResourceGenerator/components/RowWhiteList/index.tsx +0 -41
  789. package/page/App/components/PublicTypes/ResourceGenerator/components/RowWhiteList/style.ts +0 -81
  790. package/page/App/components/PublicTypes/ResourceGenerator/components/TipPanel/index.tsx +0 -14
  791. package/page/App/components/PublicTypes/ResourceGenerator/components/TipPanel/interface.ts +0 -3
  792. package/page/App/components/PublicTypes/ResourceGenerator/components/TipPanel/style.ts +0 -13
  793. package/page/App/components/PublicTypes/ResourceGenerator/config.ts +0 -51
  794. package/page/App/components/PublicTypes/ResourceGenerator/formUtils.ts +0 -117
  795. package/page/App/components/PublicTypes/ResourceGenerator/index.tsx +0 -95
  796. package/page/App/components/PublicTypes/ResourceGenerator/interface.ts +0 -15
  797. package/page/App/components/PublicTypes/ResourceGenerator/provider/index.tsx +0 -64
  798. package/page/App/components/PublicTypes/ResourceGenerator/service/index.ts +0 -58
  799. package/page/App/components/PublicTypes/ResourceGenerator/service/oAuth.ts +0 -42
  800. package/page/App/components/PublicTypes/ResourceGenerator/service/resource.ts +0 -26
  801. package/page/App/components/PublicTypes/ResourceGenerator/utils.ts +0 -87
  802. package/page/App/components/PublicTypes/action/globalData.ts +0 -3
  803. package/page/App/components/PublicTypes/action/restApi.ts +0 -44
  804. package/page/App/components/PublicTypes/action/transformerAction.ts +0 -3
  805. package/page/App/components/PublicTypes/resource/index.ts +0 -62
  806. package/page/App/components/PublicTypes/resource/restapi.ts +0 -43
  807. package/page/App/components/ScreenPanel/Screen/index.tsx +0 -167
  808. package/page/App/components/ScreenPanel/index.tsx +0 -31
  809. package/page/App/components/Style/SearchList/index.tsx +0 -22
  810. package/page/App/components/Style/SearchList/interface.ts +0 -3
  811. package/page/App/components/Style/SearchList/serachListWIthNewButton.tsx +0 -156
  812. package/page/App/components/Style/SearchList/style.ts +0 -67
  813. package/page/App/components/Style/SearchListItem/index.tsx +0 -165
  814. package/page/App/components/Style/SearchListItem/interface.ts +0 -9
  815. package/page/App/components/Style/SearchListItem/style.ts +0 -89
  816. package/page/App/components/Style/StylePanel/index.tsx +0 -149
  817. package/page/App/components/Style/StylePanel/style.ts +0 -34
  818. package/page/App/components/Style/ThemePanel/Theme/index.tsx +0 -311
  819. package/page/App/components/Style/ThemePanel/index.tsx +0 -34
  820. package/page/App/components/componentPanel/ComponentItem.tsx +0 -133
  821. package/page/App/components/componentPanel/ComponentSession.tsx +0 -37
  822. package/page/App/components/componentPanel/componentListBuilder.tsx +0 -115
  823. package/page/App/components/componentPanel/components/SuggestComponent/index.tsx +0 -44
  824. package/page/App/components/componentPanel/components/SuggestComponent/style.ts +0 -35
  825. package/page/App/components/componentPanel/index.tsx +0 -108
  826. package/page/App/components/componentPanel/interface.ts +0 -34
  827. package/page/App/components/componentPanel/style.tsx +0 -116
  828. package/page/App/components/componentPanel/utils.tsx +0 -32
  829. package/page/App/components/dotPanel/calc.ts +0 -348
  830. package/page/App/components/dotPanel/components/Canvas/interface.ts +0 -39
  831. package/page/App/components/dotPanel/components/Canvas/renderComponentCanvasContainer.tsx +0 -323
  832. package/page/App/components/dotPanel/components/Canvas/renderComponentCanvasContainerMobile.tsx +0 -111
  833. package/page/App/components/dotPanel/components/Canvas/style.ts +0 -171
  834. package/page/App/components/dotPanel/components/ComponentParser/index.tsx +0 -40
  835. package/page/App/components/dotPanel/components/ComponentParser/interface.ts +0 -6
  836. package/page/App/components/dotPanel/components/DragPreview/index.tsx +0 -48
  837. package/page/App/components/dotPanel/components/DragPreview/interface.ts +0 -22
  838. package/page/App/components/dotPanel/components/DragPreview/style.ts +0 -22
  839. package/page/App/components/dotPanel/components/MousePreview/Cursor/index.tsx +0 -106
  840. package/page/App/components/dotPanel/components/MousePreview/Cursor/interface.ts +0 -15
  841. package/page/App/components/dotPanel/components/MousePreview/Cursor/style.ts +0 -27
  842. package/page/App/components/dotPanel/components/MousePreview/index.tsx +0 -33
  843. package/page/App/components/dotPanel/components/MousePreview/interface.ts +0 -4
  844. package/page/App/components/dotPanel/components/MultiSelectCanvas/index.tsx +0 -212
  845. package/page/App/components/dotPanel/components/MultiSelectCanvas/interface.ts +0 -6
  846. package/page/App/components/dotPanel/components/Page/emptyState.tsx +0 -17
  847. package/page/App/components/dotPanel/components/Page/emptyStateMobile.tsx +0 -8
  848. package/page/App/components/dotPanel/components/Page/interface.ts +0 -3
  849. package/page/App/components/dotPanel/components/Page/renderPage.tsx +0 -161
  850. package/page/App/components/dotPanel/components/Page/style.ts +0 -45
  851. package/page/App/components/dotPanel/components/PageLoading/pageLoading.tsx +0 -12
  852. package/page/App/components/dotPanel/components/PageLoading/style.ts +0 -9
  853. package/page/App/components/dotPanel/components/Section/BodySection/index.tsx +0 -89
  854. package/page/App/components/dotPanel/components/Section/BodySection/indexMobile.tsx +0 -61
  855. package/page/App/components/dotPanel/components/Section/BodySection/interface.ts +0 -7
  856. package/page/App/components/dotPanel/components/Section/BodySection/style.ts +0 -29
  857. package/page/App/components/dotPanel/components/Section/FooterSection/index.tsx +0 -111
  858. package/page/App/components/dotPanel/components/Section/FooterSection/interface.ts +0 -8
  859. package/page/App/components/dotPanel/components/Section/FooterSection/style.ts +0 -25
  860. package/page/App/components/dotPanel/components/Section/HeaderSection/index.tsx +0 -119
  861. package/page/App/components/dotPanel/components/Section/HeaderSection/interface.ts +0 -8
  862. package/page/App/components/dotPanel/components/Section/HeaderSection/style.ts +0 -25
  863. package/page/App/components/dotPanel/components/Section/LeftSection/index.tsx +0 -126
  864. package/page/App/components/dotPanel/components/Section/LeftSection/interface.ts +0 -8
  865. package/page/App/components/dotPanel/components/Section/LeftSection/style.ts +0 -25
  866. package/page/App/components/dotPanel/components/Section/RightSection/index.tsx +0 -124
  867. package/page/App/components/dotPanel/components/Section/RightSection/interface.ts +0 -8
  868. package/page/App/components/dotPanel/components/Section/RightSection/style.ts +0 -25
  869. package/page/App/components/dotPanel/components/Section/index.ts +0 -6
  870. package/page/App/components/dotPanel/components/Section/interface.ts +0 -5
  871. package/page/App/components/dotPanel/components/Section/style.ts +0 -77
  872. package/page/App/components/dotPanel/constant/canvas.ts +0 -30
  873. package/page/App/components/dotPanel/constant/snapshotNew.ts +0 -34
  874. package/page/App/components/dotPanel/context/mouseHoverContext.tsx +0 -55
  875. package/page/App/components/dotPanel/context/mouseMoveContext.tsx +0 -46
  876. package/page/App/components/dotPanel/context/scrollBarContext.tsx +0 -27
  877. package/page/App/components/dotPanel/hooks/sectionUtils.ts +0 -34
  878. package/page/App/components/dotPanel/hooks/useMousePostionAsync.tsx +0 -150
  879. package/page/App/components/dotPanel/index.tsx +0 -105
  880. package/page/App/components/dotPanel/interface.ts +0 -19
  881. package/page/App/components/dotPanel/style.ts +0 -182
  882. package/page/App/components/dotPanel/utils/calcMouse.ts +0 -47
  883. package/page/App/components/dotPanel/utils/crossingHelper.ts +0 -179
  884. package/page/App/components/dotPanel/utils/getDragShadow.ts +0 -530
  885. package/page/App/components/dotPanel/utils/getDropResult.ts +0 -30
  886. package/page/App/components/dotPanel/utils/sendBinaryMessage.ts +0 -94
  887. package/page/App/components/dotPanel/utils/styleutils/padding.ts +0 -28
  888. package/page/App/components/dotPanel/utils.ts +0 -26
  889. package/page/App/components/publicConfig/Act21Service/base.ts +0 -33
  890. package/page/App/components/publicConfig/Act21Service/constant.ts +0 -21
  891. package/page/App/components/publicConfig/Act21Service/index.ts +0 -106
  892. package/page/App/components/publicConfig/action/getInitialContent.ts +0 -43
  893. package/page/App/components/publicConfig/action/index.ts +0 -45
  894. package/page/App/components/publicConfig/action/restapiAction.ts +0 -17
  895. package/page/App/components/publicConfig/action/transformerAction.ts +0 -7
  896. package/page/App/components/publicConfig/resource/restapi.ts +0 -13
  897. package/page/App/components/scaleSquare/components/DragContainer/index.tsx +0 -115
  898. package/page/App/components/scaleSquare/components/DragContainer/interface.ts +0 -39
  899. package/page/App/components/scaleSquare/components/DragContainer/style.ts +0 -10
  900. package/page/App/components/scaleSquare/components/MoveBar/interface.ts +0 -14
  901. package/page/App/components/scaleSquare/components/MoveBar/moveBar.tsx +0 -72
  902. package/page/App/components/scaleSquare/components/MoveBar/style.ts +0 -78
  903. package/page/App/components/scaleSquare/components/PositionContainer/index.tsx +0 -24
  904. package/page/App/components/scaleSquare/components/PositionContainer/interface.ts +0 -8
  905. package/page/App/components/scaleSquare/components/PositionContainer/style.ts +0 -16
  906. package/page/App/components/scaleSquare/components/ResizingAndDragContainer/ResizeHandler/hooks.ts +0 -392
  907. package/page/App/components/scaleSquare/components/ResizingAndDragContainer/ResizeHandler/index.tsx +0 -141
  908. package/page/App/components/scaleSquare/components/ResizingAndDragContainer/ResizeHandler/interface.ts +0 -12
  909. package/page/App/components/scaleSquare/components/ResizingAndDragContainer/ResizeHandler/style.ts +0 -191
  910. package/page/App/components/scaleSquare/components/ResizingAndDragContainer/ResizeHandler/utils.ts +0 -21
  911. package/page/App/components/scaleSquare/components/ResizingAndDragContainer/index.tsx +0 -103
  912. package/page/App/components/scaleSquare/components/ResizingAndDragContainer/interface.ts +0 -12
  913. package/page/App/components/scaleSquare/components/ResizingAndDragContainer/style.ts +0 -110
  914. package/page/App/components/scaleSquare/components/ResizingAndDragContainer/utils.tsx +0 -120
  915. package/page/App/components/scaleSquare/components/TransformWidgetWrapper/config.tsx +0 -2
  916. package/page/App/components/scaleSquare/components/TransformWidgetWrapper/index.tsx +0 -390
  917. package/page/App/components/scaleSquare/components/TransformWidgetWrapper/interface.ts +0 -16
  918. package/page/App/components/scaleSquare/components/TransformWidgetWrapper/style.ts +0 -110
  919. package/page/App/components/scaleSquare/components/WrapperContainer/index.tsx +0 -72
  920. package/page/App/components/scaleSquare/components/WrapperContainer/indexMobile.tsx +0 -65
  921. package/page/App/components/scaleSquare/components/WrapperContainer/interface.ts +0 -8
  922. package/page/App/components/scaleSquare/components/WrapperContainer/style.ts +0 -32
  923. package/page/App/components/scaleSquare/constant/moveBar.ts +0 -3
  924. package/page/App/components/scaleSquare/constant/widget.ts +0 -8
  925. package/page/App/components/scaleSquare/context/mouseHoverContext.tsx +0 -55
  926. package/page/App/components/scaleSquare/context/mouseMoveContext.tsx +0 -46
  927. package/page/App/components/scaleSquare/context/scrollBarContext.tsx +0 -27
  928. package/page/App/components/scaleSquare/index.tsx +0 -67
  929. package/page/App/components/scaleSquare/interface.ts +0 -20
  930. package/page/App/components/scaleSquare/style.ts +0 -330
  931. package/page/App/components/scaleSquare/utils/getRealShapeAndPosition.ts +0 -86
  932. package/page/App/components/scaleSquare/utils/useGetDisplayNameInMoveBar.ts +0 -34
  933. package/page/App/components/scaleSquare/utils/useMouseHover.ts +0 -47
  934. package/page/App/components/scaleSquare/utils/useScaleStateSelector.ts +0 -17
  935. package/page/App/index.tsx +0 -110
  936. package/page/App/module/ActionEditor/index.tsx +0 -40
  937. package/page/App/module/ActionEditor/styles.ts +0 -147
  938. package/page/App/module/CanvasPanel/index.tsx +0 -49
  939. package/page/App/module/CanvasPanel/interface.ts +0 -11
  940. package/page/App/module/CanvasPanel/style.ts +0 -43
  941. package/page/App/module/ComponentManager/index.tsx +0 -70
  942. package/page/App/module/ComponentManager/style.tsx +0 -62
  943. package/page/App/module/DataWorkspace/components/ActionSpaceTree/index.tsx +0 -65
  944. package/page/App/module/DataWorkspace/components/BaseDataItem/index.tsx +0 -443
  945. package/page/App/module/DataWorkspace/components/BaseDataItem/interface.ts +0 -12
  946. package/page/App/module/DataWorkspace/components/BaseDataItem/style.ts +0 -108
  947. package/page/App/module/DataWorkspace/components/ComponentSpaceTree/index.tsx +0 -82
  948. package/page/App/module/DataWorkspace/components/GlobalsSpaceTree/index.tsx +0 -37
  949. package/page/App/module/DataWorkspace/components/GlobalsSpaceTree/interface.ts +0 -5
  950. package/page/App/module/DataWorkspace/components/GlobalsSpaceTree/style.ts +0 -27
  951. package/page/App/module/DataWorkspace/components/LibrariesTree/constants.ts +0 -27
  952. package/page/App/module/DataWorkspace/components/LibrariesTree/index.tsx +0 -29
  953. package/page/App/module/DataWorkspace/components/LibrariesTree/interface.ts +0 -5
  954. package/page/App/module/DataWorkspace/components/LibrariesTree/item.tsx +0 -33
  955. package/page/App/module/DataWorkspace/components/LibrariesTree/style.ts +0 -45
  956. package/page/App/module/DataWorkspace/components/MoreAction/index.tsx +0 -62
  957. package/page/App/module/DataWorkspace/components/MoreAction/interface.ts +0 -4
  958. package/page/App/module/DataWorkspace/components/PageSpaceTree/components/ActionMenu/index.tsx +0 -93
  959. package/page/App/module/DataWorkspace/components/PageSpaceTree/components/ActionMenu/interface.ts +0 -6
  960. package/page/App/module/DataWorkspace/components/PageSpaceTree/components/ChangePathModal/interface.ts +0 -6
  961. package/page/App/module/DataWorkspace/components/PageSpaceTree/components/ChangePathModal/modal.tsx +0 -49
  962. package/page/App/module/DataWorkspace/components/PageSpaceTree/components/ChangePathModal/style.tsx +0 -42
  963. package/page/App/module/DataWorkspace/components/PageSpaceTree/components/PageItem/index.tsx +0 -208
  964. package/page/App/module/DataWorkspace/components/PageSpaceTree/components/PageItem/interface.ts +0 -9
  965. package/page/App/module/DataWorkspace/components/PageSpaceTree/components/PageItem/style.ts +0 -76
  966. package/page/App/module/DataWorkspace/components/PageSpaceTree/index.tsx +0 -79
  967. package/page/App/module/DataWorkspace/components/PageSpaceTree/style.ts +0 -5
  968. package/page/App/module/DataWorkspace/components/WorkSpaceTreeGroup/index.tsx +0 -13
  969. package/page/App/module/DataWorkspace/components/WorkSpaceTreeGroup/interface.ts +0 -6
  970. package/page/App/module/DataWorkspace/components/WorkSpaceTreeGroup/style.ts +0 -5
  971. package/page/App/module/DataWorkspace/components/WorkSpaceTreeItem/WorkSpaceTreeNode.tsx +0 -49
  972. package/page/App/module/DataWorkspace/components/WorkSpaceTreeItem/index.tsx +0 -105
  973. package/page/App/module/DataWorkspace/components/WorkSpaceTreeItem/interface.ts +0 -15
  974. package/page/App/module/DataWorkspace/components/WorkSpaceTreeItem/style.ts +0 -185
  975. package/page/App/module/DataWorkspace/components/WorkSpaceTreeItem/utils.tsx +0 -15
  976. package/page/App/module/DataWorkspace/constant.ts +0 -1
  977. package/page/App/module/DataWorkspace/index.tsx +0 -29
  978. package/page/App/module/DataWorkspace/style.ts +0 -47
  979. package/page/App/module/LeftPanel/index.tsx +0 -21
  980. package/page/App/module/LeftPanel/style.ts +0 -11
  981. package/page/App/module/PageNavBar/ScreenIcons/index.tsx +0 -55
  982. package/page/App/module/PageNavBar/ScreenIcons/style.ts +0 -41
  983. package/page/App/module/PageNavBar/WindowIcons/index.tsx +0 -50
  984. package/page/App/module/PageNavBar/WindowIcons/style.ts +0 -48
  985. package/page/App/module/PageNavBar/index.tsx +0 -136
  986. package/page/App/module/PageNavBar/interface.ts +0 -3
  987. package/page/App/module/PageNavBar/resp.ts +0 -5
  988. package/page/App/module/PageNavBar/style.tsx +0 -154
  989. package/page/App/module/ScreenEditor/index.tsx +0 -39
  990. package/page/App/module/StyleEditor/index.tsx +0 -33
  991. package/page/App/module/StyleEditor/styles.ts +0 -146
  992. package/page/App/module/StyleSpaceTree/index.tsx +0 -104
  993. package/page/App/module/ThemeEditor/index.tsx +0 -36
  994. package/page/App/module/ThemeEditor/styles.ts +0 -146
  995. package/page/App/style.tsx +0 -139
  996. package/redux/config/configListener.ts +0 -101
  997. package/redux/config/configPayload.ts +0 -14
  998. package/redux/config/configReducer.ts +0 -337
  999. package/redux/config/configSelector.ts +0 -199
  1000. package/redux/config/configSlice.ts +0 -88
  1001. package/redux/config/configState.ts +0 -79
  1002. package/redux/currentApp/action/actionListener.ts +0 -158
  1003. package/redux/currentApp/action/actionReducer.ts +0 -137
  1004. package/redux/currentApp/action/actionSelector.ts +0 -126
  1005. package/redux/currentApp/action/actionSlice.ts +0 -34
  1006. package/redux/currentApp/action/actionState.ts +0 -29
  1007. package/redux/currentApp/action/interface.ts +0 -77
  1008. package/redux/currentApp/components/componentsListener.ts +0 -212
  1009. package/redux/currentApp/components/componentsPayload.ts +0 -56
  1010. package/redux/currentApp/components/componentsReducer.ts +0 -1150
  1011. package/redux/currentApp/components/componentsSelector.ts +0 -537
  1012. package/redux/currentApp/components/componentsSlice.ts +0 -88
  1013. package/redux/currentApp/components/componentsState.ts +0 -371
  1014. package/redux/currentApp/cursor/cursorReducer.ts +0 -78
  1015. package/redux/currentApp/cursor/cursorSelector.ts +0 -10
  1016. package/redux/currentApp/cursor/cursorSlice.ts +0 -26
  1017. package/redux/currentApp/cursor/cursorState.ts +0 -20
  1018. package/redux/currentApp/executionController/controllerReducer.ts +0 -50
  1019. package/redux/currentApp/executionController/controllerSelector.ts +0 -41
  1020. package/redux/currentApp/executionController/controllerSlice.ts +0 -28
  1021. package/redux/currentApp/executionController/controllerState.ts +0 -3
  1022. package/redux/currentApp/executionController/interface.ts +0 -131
  1023. package/redux/currentApp/executionTree/executionListener.ts +0 -293
  1024. package/redux/currentApp/executionTree/executionReducer.ts +0 -276
  1025. package/redux/currentApp/executionTree/executionSelector.ts +0 -754
  1026. package/redux/currentApp/executionTree/executionSlice.ts +0 -54
  1027. package/redux/currentApp/executionTree/executionState.ts +0 -322
  1028. package/redux/currentApp/selector.ts +0 -2
  1029. package/redux/currentApp/slice.ts +0 -17
  1030. package/redux/currentApp/style/cursorSlice.ts +0 -30
  1031. package/redux/currentApp/style/styleReducer.ts +0 -75
  1032. package/redux/currentApp/style/styleSelector.ts +0 -24
  1033. package/redux/currentApp/style/styleState.ts +0 -446
  1034. package/redux/resource/resourceReducer.ts +0 -48
  1035. package/redux/resource/resourceSelector.ts +0 -16
  1036. package/redux/resource/resourceSlice.ts +0 -24
  1037. package/redux/resource/resourceState.ts +0 -40
  1038. package/redux/resource/upstashResource.ts +0 -2
  1039. package/redux/utils.ts +0 -316
  1040. package/scripts/reset-project.js +0 -112
  1041. package/store.ts +0 -38
  1042. package/style.tsx +0 -69
  1043. package/theme.ts +0 -206
  1044. package/tsconfig.json +0 -67
  1045. package/utils/DropDown/dropdown.tsx +0 -63
  1046. package/utils/DropDown/droplist-item.tsx +0 -54
  1047. package/utils/DropDown/droplist.tsx +0 -48
  1048. package/utils/DropDown/index.ts +0 -4
  1049. package/utils/DropDown/interface.ts +0 -47
  1050. package/utils/DropDown/style.ts +0 -212
  1051. package/utils/DropDown/use-merge-value.ts +0 -50
  1052. package/utils/DropDown/vite-env.d.ts +0 -1
  1053. package/utils/IconHotSpot/index.tsx +0 -36
  1054. package/utils/IconHotSpot/interface.ts +0 -10
  1055. package/utils/IconHotSpot/style.ts +0 -29
  1056. package/utils/InspectHelper/selectWidgetHelper.ts +0 -25
  1057. package/utils/Link/index.ts +0 -2
  1058. package/utils/Link/interface.ts +0 -28
  1059. package/utils/Link/link.tsx +0 -38
  1060. package/utils/Link/style.ts +0 -69
  1061. package/utils/Notification/hook.ts +0 -66
  1062. package/utils/Notification/index.ts +0 -5
  1063. package/utils/Notification/interface.ts +0 -30
  1064. package/utils/Notification/notification-group.tsx +0 -111
  1065. package/utils/Notification/notification-store.ts +0 -113
  1066. package/utils/Notification/notification.tsx +0 -160
  1067. package/utils/Notification/style.ts +0 -144
  1068. package/utils/Table/filterFn.ts +0 -21
  1069. package/utils/Table/filters-editor.tsx +0 -163
  1070. package/utils/Table/index.ts +0 -11
  1071. package/utils/Table/interface.ts +0 -218
  1072. package/utils/Table/raw-tip.tsx +0 -3
  1073. package/utils/Table/react-table.d.ts +0 -14
  1074. package/utils/Table/render-data-driven-table.tsx +0 -682
  1075. package/utils/Table/render-direct-table.tsx +0 -68
  1076. package/utils/Table/style.ts +0 -395
  1077. package/utils/Table/table-context.ts +0 -8
  1078. package/utils/Table/table-data.ts +0 -1
  1079. package/utils/Table/table-filter.tsx +0 -98
  1080. package/utils/Table/table.tsx +0 -26
  1081. package/utils/Table/tbody.tsx +0 -21
  1082. package/utils/Table/td.tsx +0 -123
  1083. package/utils/Table/tfoot.tsx +0 -24
  1084. package/utils/Table/th.tsx +0 -65
  1085. package/utils/Table/thead.tsx +0 -28
  1086. package/utils/Table/tr.tsx +0 -30
  1087. package/utils/Table/utils.ts +0 -305
  1088. package/utils/action/runAction.ts +0 -357
  1089. package/utils/action/runActionEventHandler.ts +0 -44
  1090. package/utils/action/runActionTransformer.ts +0 -22
  1091. package/utils/action/transResponse.ts +0 -98
  1092. package/utils/action/transformDataFormat.ts +0 -28
  1093. package/utils/autoUpdateHeight.ts +0 -25
  1094. package/utils/basicConfig.ts +0 -144
  1095. package/utils/changeDisplayNameHelper.ts +0 -298
  1096. package/utils/color-palette.ts +0 -147
  1097. package/utils/colorBuilder/index.ts +0 -146
  1098. package/utils/componentNode/buildTree.ts +0 -62
  1099. package/utils/componentNode/changeDisplayNameHelper.ts +0 -22
  1100. package/utils/componentNode/copyHelper.ts +0 -1
  1101. package/utils/componentNode/flatTree.ts +0 -59
  1102. package/utils/componentNode/search.ts +0 -30
  1103. package/utils/configProvider/config-provider-context.tsx +0 -10
  1104. package/utils/configProvider/config-provider.tsx +0 -18
  1105. package/utils/configProvider/config.tsx +0 -15
  1106. package/utils/configProvider/index.ts +0 -9
  1107. package/utils/configProvider/interface.ts +0 -20
  1108. package/utils/configProvider/locale/def.tsx +0 -3
  1109. package/utils/configProvider/locale/en-US.tsx +0 -107
  1110. package/utils/configProvider/vite-env.d.ts +0 -1
  1111. package/utils/converter.ts +0 -74
  1112. package/utils/copyManager.ts +0 -378
  1113. package/utils/drag/drag.ts +0 -37
  1114. package/utils/evaluateDynamicString/codeSandbox.ts +0 -173
  1115. package/utils/evaluateDynamicString/dynamicConverter.ts +0 -63
  1116. package/utils/evaluateDynamicString/index.ts +0 -61
  1117. package/utils/evaluateDynamicString/utils.ts +0 -92
  1118. package/utils/evaluateDynamicString/valueConverter.ts +0 -136
  1119. package/utils/eventHandlerHelper/index.ts +0 -444
  1120. package/utils/eventHandlerHelper/utils/commonUtils.ts +0 -168
  1121. package/utils/eventHandlerHelper/utils/globalDataUtils.ts +0 -20
  1122. package/utils/eventHandlerHelper/utils/localStorage.ts +0 -16
  1123. package/utils/executionTreeHelper/ast/constants.ts +0 -23
  1124. package/utils/executionTreeHelper/ast/index.ts +0 -57
  1125. package/utils/executionTreeHelper/ast/interface.ts +0 -151
  1126. package/utils/executionTreeHelper/ast/typeHelper.ts +0 -154
  1127. package/utils/executionTreeHelper/ast/utils.ts +0 -11
  1128. package/utils/executionTreeHelper/ast/walk.ts +0 -132
  1129. package/utils/executionTreeHelper/ast/walkHelper.ts +0 -93
  1130. package/utils/executionTreeHelper/executionTreeFactory.ts +0 -790
  1131. package/utils/executionTreeHelper/generateGlobalData.ts +0 -18
  1132. package/utils/executionTreeHelper/generatePageInfo.ts +0 -76
  1133. package/utils/executionTreeHelper/generateRawAction.ts +0 -66
  1134. package/utils/executionTreeHelper/generateRawWidget.ts +0 -18
  1135. package/utils/executionTreeHelper/generateUrlParams.ts +0 -16
  1136. package/utils/executionTreeHelper/interface.ts +0 -41
  1137. package/utils/executionTreeHelper/rawTreeFactory.ts +0 -63
  1138. package/utils/executionTreeHelper/rrecursiveDelete.ts +0 -25
  1139. package/utils/executionTreeHelper/runtimePropsCollector.ts +0 -242
  1140. package/utils/executionTreeHelper/utils.ts +0 -147
  1141. package/utils/focusManager.ts +0 -37
  1142. package/utils/generators/generateAllTypePathsFromWidgetConfig.ts +0 -127
  1143. package/utils/generators/generateComponentNode.ts +0 -269
  1144. package/utils/generators/generateDisplayName.ts +0 -98
  1145. package/utils/generators/generatePageOrSectionConfig.ts +0 -147
  1146. package/utils/generators/interface.ts +0 -116
  1147. package/utils/getStyleMap.ts +0 -30
  1148. package/utils/helper.ts +0 -36
  1149. package/utils/mediaSourceLoad/index.tsx +0 -25
  1150. package/utils/mediaSourceLoad/interface.ts +0 -11
  1151. package/utils/mediaSourceLoad/utils.ts +0 -16
  1152. package/utils/mixpanelHelper/index.tsx +0 -338
  1153. package/utils/model/src/hook.ts +0 -64
  1154. package/utils/model/src/index.ts +0 -5
  1155. package/utils/model/src/interface.ts +0 -239
  1156. package/utils/model/src/modal-group.tsx +0 -59
  1157. package/utils/model/src/modal-store.ts +0 -95
  1158. package/utils/model/src/modal.tsx +0 -245
  1159. package/utils/model/src/omit.ts +0 -17
  1160. package/utils/model/src/style.ts +0 -328
  1161. package/utils/pagination/index.ts +0 -2
  1162. package/utils/pagination/interface.ts +0 -40
  1163. package/utils/pagination/pagination.tsx +0 -511
  1164. package/utils/pagination/style.ts +0 -199
  1165. package/utils/shortcut/index.tsx +0 -510
  1166. package/utils/shortcut/interface.ts +0 -29
  1167. package/utils/shortcut/shortcutProvider.tsx +0 -8
  1168. package/utils/spin/index.ts +0 -2
  1169. package/utils/spin/interface.ts +0 -30
  1170. package/utils/spin/spin.tsx +0 -60
  1171. package/utils/spin/styles.ts +0 -95
  1172. package/utils/switch/index.ts +0 -2
  1173. package/utils/switch/interface.ts +0 -34
  1174. package/utils/switch/style.ts +0 -132
  1175. package/utils/switch/switch.tsx +0 -74
  1176. package/utils/trigger/Box.ts +0 -197
  1177. package/utils/trigger/index.ts +0 -4
  1178. package/utils/trigger/interface.ts +0 -75
  1179. package/utils/trigger/popup.tsx +0 -49
  1180. package/utils/trigger/style.ts +0 -184
  1181. package/utils/trigger/transform.ts +0 -55
  1182. package/utils/trigger/trigger-context.tsx +0 -9
  1183. package/utils/trigger/trigger-provider.tsx +0 -15
  1184. package/utils/trigger/trigger.tsx +0 -432
  1185. package/utils/trigger/vite-env.d.ts +0 -1
  1186. package/utils/undoRedo/antonymyRule.ts +0 -159
  1187. package/utils/undoRedo/circularStack.ts +0 -52
  1188. package/utils/undoRedo/undo.ts +0 -82
  1189. package/utils/undoRedo/undoRedoMethod/action.ts +0 -53
  1190. package/utils/undoRedo/undoRedoMethod/components.ts +0 -0
  1191. package/utils/userAgent/index.ts +0 -30
  1192. package/utils/validationFactory/index.ts +0 -155
  1193. package/widgetLibrary/BasicContainer/BasicContainer.tsx +0 -18
  1194. package/widgetLibrary/BasicContainer/BasicPanel.ts +0 -54
  1195. package/widgetLibrary/ButtonWidget/button.tsx +0 -63
  1196. package/widgetLibrary/ButtonWidget/eventHandlerConfig.ts +0 -14
  1197. package/widgetLibrary/ButtonWidget/index.tsx +0 -4
  1198. package/widgetLibrary/ButtonWidget/interface.ts +0 -217
  1199. package/widgetLibrary/ButtonWidget/panelConfig.tsx +0 -203
  1200. package/widgetLibrary/ButtonWidget/style.ts +0 -6
  1201. package/widgetLibrary/ButtonWidget/widgetConfig.tsx +0 -19
  1202. package/widgetLibrary/ButtonWidgetNative/button.tsx +0 -65
  1203. package/widgetLibrary/ButtonWidgetNative/eventHandlerConfig.ts +0 -14
  1204. package/widgetLibrary/ButtonWidgetNative/index.tsx +0 -4
  1205. package/widgetLibrary/ButtonWidgetNative/interface.ts +0 -215
  1206. package/widgetLibrary/ButtonWidgetNative/panelConfig.tsx +0 -196
  1207. package/widgetLibrary/ButtonWidgetNative/style.ts +0 -6
  1208. package/widgetLibrary/ButtonWidgetNative/widgetConfig.tsx +0 -17
  1209. package/widgetLibrary/CSSGrid/GridChild.tsx +0 -293
  1210. package/widgetLibrary/CSSGrid/GridContainer.tsx +0 -171
  1211. package/widgetLibrary/CSSGrid/WidgetConfig.tsx +0 -40
  1212. package/widgetLibrary/CSSGrid/eventHandlerConfig.ts +0 -23
  1213. package/widgetLibrary/CSSGrid/panelConfig.tsx +0 -160
  1214. package/widgetLibrary/CSSGrid/style.ts +0 -143
  1215. package/widgetLibrary/CSSGrid/utils.tsx +0 -57
  1216. package/widgetLibrary/Card/Card.tsx +0 -84
  1217. package/widgetLibrary/Card/index.ts +0 -3
  1218. package/widgetLibrary/Card/interface.ts +0 -12
  1219. package/widgetLibrary/Card/panelConfig.tsx +0 -89
  1220. package/widgetLibrary/Card/widgetConfig.tsx +0 -20
  1221. package/widgetLibrary/CheckBoxContainer/checkBox.tsx +0 -161
  1222. package/widgetLibrary/CheckBoxContainer/eventHandlerConfig.ts +0 -14
  1223. package/widgetLibrary/CheckBoxContainer/icons.tsx +0 -20
  1224. package/widgetLibrary/CheckBoxContainer/index.ts +0 -3
  1225. package/widgetLibrary/CheckBoxContainer/interface.ts +0 -18
  1226. package/widgetLibrary/CheckBoxContainer/panelConfig.tsx +0 -215
  1227. package/widgetLibrary/CheckBoxContainer/widgetConfig.tsx +0 -17
  1228. package/widgetLibrary/CheckBoxContainerNative/checkBox.tsx +0 -123
  1229. package/widgetLibrary/CheckBoxContainerNative/eventHandlerConfig.ts +0 -14
  1230. package/widgetLibrary/CheckBoxContainerNative/index.ts +0 -3
  1231. package/widgetLibrary/CheckBoxContainerNative/interface.ts +0 -18
  1232. package/widgetLibrary/CheckBoxContainerNative/panelConfig.tsx +0 -179
  1233. package/widgetLibrary/CheckBoxContainerNative/widgetConfig.tsx +0 -17
  1234. package/widgetLibrary/ContainerWidget/container.tsx +0 -207
  1235. package/widgetLibrary/ContainerWidget/emptyState.tsx +0 -41
  1236. package/widgetLibrary/ContainerWidget/eventHandlerConfig.ts +0 -22
  1237. package/widgetLibrary/ContainerWidget/index.tsx +0 -3
  1238. package/widgetLibrary/ContainerWidget/interface.ts +0 -53
  1239. package/widgetLibrary/ContainerWidget/panelConfig.tsx +0 -174
  1240. package/widgetLibrary/ContainerWidget/style.ts +0 -38
  1241. package/widgetLibrary/ContainerWidget/widgetConfig.tsx +0 -31
  1242. package/widgetLibrary/CreditCard/CreditCard.tsx +0 -108
  1243. package/widgetLibrary/CreditCard/eventHandlerConfig.ts +0 -14
  1244. package/widgetLibrary/CreditCard/index.ts +0 -4
  1245. package/widgetLibrary/CreditCard/interface.ts +0 -12
  1246. package/widgetLibrary/CreditCard/panelConfig.tsx +0 -101
  1247. package/widgetLibrary/CreditCard/widgetConfig.tsx +0 -20
  1248. package/widgetLibrary/DateWidget/date.tsx +0 -212
  1249. package/widgetLibrary/DateWidget/eventHandlerConfig.ts +0 -14
  1250. package/widgetLibrary/DateWidget/index.ts +0 -6
  1251. package/widgetLibrary/DateWidget/interface.ts +0 -29
  1252. package/widgetLibrary/DateWidget/panelConfig.tsx +0 -151
  1253. package/widgetLibrary/DateWidget/styles.css +0 -5
  1254. package/widgetLibrary/DateWidget/widgetConfig.tsx +0 -21
  1255. package/widgetLibrary/EmptyBoxWidget/EmptyBox.tsx +0 -21
  1256. package/widgetLibrary/EmptyBoxWidget/index.ts +0 -3
  1257. package/widgetLibrary/EmptyBoxWidget/interface.ts +0 -7
  1258. package/widgetLibrary/EmptyBoxWidget/panelConfig.tsx +0 -21
  1259. package/widgetLibrary/EmptyBoxWidget/widgetConfig.tsx +0 -15
  1260. package/widgetLibrary/FileInput/FileInput.tsx +0 -9
  1261. package/widgetLibrary/FileInput/index.ts +0 -3
  1262. package/widgetLibrary/FileInput/panelConfig.tsx +0 -213
  1263. package/widgetLibrary/FileInput/widgetConfig.tsx +0 -16
  1264. package/widgetLibrary/FormWidget/eventHandlerConfig.ts +0 -20
  1265. package/widgetLibrary/FormWidget/form.tsx +0 -409
  1266. package/widgetLibrary/FormWidget/index.ts +0 -3
  1267. package/widgetLibrary/FormWidget/interface.ts +0 -29
  1268. package/widgetLibrary/FormWidget/panelConfig.tsx +0 -181
  1269. package/widgetLibrary/FormWidget/style.ts +0 -46
  1270. package/widgetLibrary/FormWidget/widgetConfig.tsx +0 -73
  1271. package/widgetLibrary/GridContainer/GridContainer.tsx +0 -188
  1272. package/widgetLibrary/GridContainer/WidgetConfig.tsx +0 -46
  1273. package/widgetLibrary/GridContainer/eventHandlerConfig.ts +0 -23
  1274. package/widgetLibrary/GridContainer/panelConfig.tsx +0 -211
  1275. package/widgetLibrary/IconWidget/eventHandlerConfig.ts +0 -14
  1276. package/widgetLibrary/IconWidget/icon.tsx +0 -37
  1277. package/widgetLibrary/IconWidget/index.ts +0 -3
  1278. package/widgetLibrary/IconWidget/interface.ts +0 -23
  1279. package/widgetLibrary/IconWidget/panelConfig.tsx +0 -105
  1280. package/widgetLibrary/IconWidget/style.ts +0 -37
  1281. package/widgetLibrary/IconWidget/utils.tsx +0 -90
  1282. package/widgetLibrary/IconWidget/widgetConfig.tsx +0 -17
  1283. package/widgetLibrary/Image/Image.tsx +0 -32
  1284. package/widgetLibrary/Image/index.ts +0 -3
  1285. package/widgetLibrary/Image/interface.ts +0 -14
  1286. package/widgetLibrary/Image/panelConfig.tsx +0 -90
  1287. package/widgetLibrary/Image/widgetConfig.tsx +0 -18
  1288. package/widgetLibrary/ImageNative/Image.tsx +0 -45
  1289. package/widgetLibrary/ImageNative/index.ts +0 -3
  1290. package/widgetLibrary/ImageNative/interface.ts +0 -14
  1291. package/widgetLibrary/ImageNative/panelConfig.tsx +0 -90
  1292. package/widgetLibrary/ImageNative/widgetConfig.tsx +0 -18
  1293. package/widgetLibrary/InputNativeWidget/PhoneInput.tsx +0 -29
  1294. package/widgetLibrary/InputNativeWidget/eventHandlerConfig.ts +0 -26
  1295. package/widgetLibrary/InputNativeWidget/index.ts +0 -5
  1296. package/widgetLibrary/InputNativeWidget/input.tsx +0 -234
  1297. package/widgetLibrary/InputNativeWidget/interface.ts +0 -45
  1298. package/widgetLibrary/InputNativeWidget/panelConfig.tsx +0 -353
  1299. package/widgetLibrary/InputNativeWidget/style.ts +0 -5
  1300. package/widgetLibrary/InputNativeWidget/utils.ts +0 -44
  1301. package/widgetLibrary/InputNativeWidget/widgetConfig.tsx +0 -24
  1302. package/widgetLibrary/InputWidget/PhoneInput.tsx +0 -29
  1303. package/widgetLibrary/InputWidget/eventHandlerConfig.ts +0 -26
  1304. package/widgetLibrary/InputWidget/index.ts +0 -5
  1305. package/widgetLibrary/InputWidget/input.tsx +0 -267
  1306. package/widgetLibrary/InputWidget/interface.ts +0 -45
  1307. package/widgetLibrary/InputWidget/panelConfig.tsx +0 -325
  1308. package/widgetLibrary/InputWidget/style.ts +0 -5
  1309. package/widgetLibrary/InputWidget/utils.ts +0 -44
  1310. package/widgetLibrary/InputWidget/widgetConfig.tsx +0 -24
  1311. package/widgetLibrary/Label/eventHandlerConfig.ts +0 -14
  1312. package/widgetLibrary/Label/index.ts +0 -4
  1313. package/widgetLibrary/Label/interface.ts +0 -14
  1314. package/widgetLibrary/Label/label.tsx +0 -38
  1315. package/widgetLibrary/Label/panelConfig.tsx +0 -82
  1316. package/widgetLibrary/Label/widgetConfig.tsx +0 -23
  1317. package/widgetLibrary/LabelNative/Label.tsx +0 -38
  1318. package/widgetLibrary/LabelNative/eventHandlerConfig.ts +0 -14
  1319. package/widgetLibrary/LabelNative/index.ts +0 -3
  1320. package/widgetLibrary/LabelNative/interface.ts +0 -30
  1321. package/widgetLibrary/LabelNative/panelConfig.ts +0 -205
  1322. package/widgetLibrary/LabelNative/widgetConfig.ts +0 -21
  1323. package/widgetLibrary/MuiltiSelect.tsx/MultiSelect.tsx +0 -261
  1324. package/widgetLibrary/MuiltiSelect.tsx/eventHandlerConfig.ts +0 -26
  1325. package/widgetLibrary/MuiltiSelect.tsx/index.ts +0 -3
  1326. package/widgetLibrary/MuiltiSelect.tsx/interface.ts +0 -72
  1327. package/widgetLibrary/MuiltiSelect.tsx/panelConfig.tsx +0 -289
  1328. package/widgetLibrary/MuiltiSelect.tsx/style.ts +0 -81
  1329. package/widgetLibrary/MuiltiSelect.tsx/styles.css +0 -4
  1330. package/widgetLibrary/MuiltiSelect.tsx/widgetConfig.tsx +0 -33
  1331. package/widgetLibrary/NativeContainer/BasicPanel.ts +0 -189
  1332. package/widgetLibrary/NativeContainer/NativeChild.tsx +0 -156
  1333. package/widgetLibrary/NativeContainer/NativeContainer.tsx +0 -189
  1334. package/widgetLibrary/NativeContainer/WidgetConfig.tsx +0 -37
  1335. package/widgetLibrary/NativeContainer/index.ts +0 -3
  1336. package/widgetLibrary/NativeContainer/interface.ts +0 -22
  1337. package/widgetLibrary/NativeContainer/panelConfig.tsx +0 -150
  1338. package/widgetLibrary/OTPWidget/OTP.tsx +0 -175
  1339. package/widgetLibrary/OTPWidget/OTPInput.tsx +0 -231
  1340. package/widgetLibrary/OTPWidget/eventHandlerConfig.ts +0 -26
  1341. package/widgetLibrary/OTPWidget/index.ts +0 -5
  1342. package/widgetLibrary/OTPWidget/interface.ts +0 -37
  1343. package/widgetLibrary/OTPWidget/panelConfig.tsx +0 -140
  1344. package/widgetLibrary/OTPWidget/style.ts +0 -5
  1345. package/widgetLibrary/OTPWidget/widgetConfig.tsx +0 -20
  1346. package/widgetLibrary/PublicSector/AutoHeightContainer/index.tsx +0 -46
  1347. package/widgetLibrary/PublicSector/AutoHeightContainer/style.ts +0 -11
  1348. package/widgetLibrary/PublicSector/InvalidMessage/index.tsx +0 -18
  1349. package/widgetLibrary/PublicSector/InvalidMessage/interface.tsx +0 -34
  1350. package/widgetLibrary/PublicSector/InvalidMessage/style.tsx +0 -18
  1351. package/widgetLibrary/PublicSector/InvalidMessage/utils.tsx +0 -307
  1352. package/widgetLibrary/PublicSector/InvalidMessageNative/index.tsx +0 -23
  1353. package/widgetLibrary/PublicSector/InvalidMessageNative/interface.tsx +0 -33
  1354. package/widgetLibrary/PublicSector/InvalidMessageNative/style.tsx +0 -22
  1355. package/widgetLibrary/PublicSector/utils/generatorEventHandlerConfig.ts +0 -953
  1356. package/widgetLibrary/PublicSector/utils/generatorTableEventHandlerConfig.ts +0 -686
  1357. package/widgetLibrary/RadioWidget/eventHandlerConfig.ts +0 -15
  1358. package/widgetLibrary/RadioWidget/index.ts +0 -4
  1359. package/widgetLibrary/RadioWidget/interface.ts +0 -24
  1360. package/widgetLibrary/RadioWidget/panelConfig.tsx +0 -274
  1361. package/widgetLibrary/RadioWidget/radio.tsx +0 -217
  1362. package/widgetLibrary/RadioWidget/widgetConfig.tsx +0 -44
  1363. package/widgetLibrary/RenderChildrenCanvas/index.tsx +0 -59
  1364. package/widgetLibrary/RenderChildrenCanvas/interface.ts +0 -8
  1365. package/widgetLibrary/SelectWidget/Select.tsx +0 -215
  1366. package/widgetLibrary/SelectWidget/eventHandlerConfig.ts +0 -26
  1367. package/widgetLibrary/SelectWidget/formSelectOptions.ts +0 -71
  1368. package/widgetLibrary/SelectWidget/index.ts +0 -3
  1369. package/widgetLibrary/SelectWidget/interface.ts +0 -72
  1370. package/widgetLibrary/SelectWidget/panelConfig.tsx +0 -299
  1371. package/widgetLibrary/SelectWidget/styles.css +0 -4
  1372. package/widgetLibrary/SelectWidget/widgetConfig.tsx +0 -37
  1373. package/widgetLibrary/Slider/Slider.tsx +0 -229
  1374. package/widgetLibrary/Slider/eventHandlerConfig.ts +0 -14
  1375. package/widgetLibrary/Slider/index.ts +0 -4
  1376. package/widgetLibrary/Slider/interface.ts +0 -12
  1377. package/widgetLibrary/Slider/panelConfig.tsx +0 -71
  1378. package/widgetLibrary/Slider/widgetConfig.tsx +0 -18
  1379. package/widgetLibrary/TableWidget/eventHandlerConfig.ts +0 -69
  1380. package/widgetLibrary/TableWidget/index.ts +0 -3
  1381. package/widgetLibrary/TableWidget/interface.ts +0 -192
  1382. package/widgetLibrary/TableWidget/panelConfig.tsx +0 -625
  1383. package/widgetLibrary/TableWidget/react-table.d.ts +0 -15
  1384. package/widgetLibrary/TableWidget/renderTableCell.tsx +0 -280
  1385. package/widgetLibrary/TableWidget/style.ts +0 -117
  1386. package/widgetLibrary/TableWidget/table.tsx +0 -698
  1387. package/widgetLibrary/TableWidget/utils.tsx +0 -448
  1388. package/widgetLibrary/TableWidget/widgetConfig.tsx +0 -57
  1389. package/widgetLibrary/Tabs/Tabs.tsx +0 -259
  1390. package/widgetLibrary/Tabs/index.ts +0 -3
  1391. package/widgetLibrary/Tabs/panelConfig.tsx +0 -186
  1392. package/widgetLibrary/Tabs/widgetConfig.tsx +0 -38
  1393. package/widgetLibrary/TextAreaContainer/TextArea.tsx +0 -133
  1394. package/widgetLibrary/TextAreaContainer/index.ts +0 -3
  1395. package/widgetLibrary/TextAreaContainer/interface.ts +0 -27
  1396. package/widgetLibrary/TextAreaContainer/panelConfig.tsx +0 -148
  1397. package/widgetLibrary/TextAreaContainer/widgetConfig.tsx +0 -25
  1398. package/widgetLibrary/TextAreaContainerNative/TextArea.tsx +0 -101
  1399. package/widgetLibrary/TextAreaContainerNative/index.ts +0 -3
  1400. package/widgetLibrary/TextAreaContainerNative/interface.ts +0 -29
  1401. package/widgetLibrary/TextAreaContainerNative/panelConfig.tsx +0 -180
  1402. package/widgetLibrary/TextAreaContainerNative/widgetConfig.tsx +0 -25
  1403. package/widgetLibrary/UploadFile/UploadFile.tsx +0 -162
  1404. package/widgetLibrary/UploadFile/index.tsx +0 -3
  1405. package/widgetLibrary/UploadFile/panelConfig.tsx +0 -158
  1406. package/widgetLibrary/UploadFile/widgetConfig.tsx +0 -32
  1407. package/widgetLibrary/UploadWidget/eventHandlerConfig.ts +0 -14
  1408. package/widgetLibrary/UploadWidget/index.tsx +0 -3
  1409. package/widgetLibrary/UploadWidget/interface.tsx +0 -126
  1410. package/widgetLibrary/UploadWidget/panelConfig.tsx +0 -291
  1411. package/widgetLibrary/UploadWidget/style.tsx +0 -13
  1412. package/widgetLibrary/UploadWidget/upload.tsx +0 -349
  1413. package/widgetLibrary/UploadWidget/util.ts +0 -1
  1414. package/widgetLibrary/UploadWidget/widgetConfig.tsx +0 -30
  1415. package/widgetLibrary/WidgetLoading/index.tsx +0 -16
  1416. package/widgetLibrary/WidgetLoading/style.ts +0 -9
  1417. package/widgetLibrary/componentListBuildet.tsx +0 -89
  1418. package/widgetLibrary/interface.ts +0 -156
  1419. package/widgetLibrary/widgetBuilder.tsx +0 -327
@@ -1,1910 +0,0 @@
1
- {
2
- "!name": "ecmascript",
3
- "!define": {
4
- "Error.prototype": "Error.prototype",
5
- "propertyDescriptor": {
6
- "enumerable": "bool",
7
- "configurable": "bool",
8
- "value": "?",
9
- "writable": "bool",
10
- "get": "fn() -> ?",
11
- "set": "fn(value: ?)"
12
- },
13
- "Promise.prototype": {
14
- "catch": {
15
- "!doc": "The catch() method returns a Promise and deals with rejected cases only. It behaves the same as calling Promise.prototype.then(undefined, onRejected).",
16
- "!url": "https://developer.mozIMPAKTAPPS.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Promise/catch",
17
- "!type": "fn(onRejected: fn(reason: ?)) -> !this"
18
- },
19
- "then": {
20
- "!doc": "The then() method returns a Promise. It takes two arguments, both are callback functions for the success and failure cases of the Promise.",
21
- "!url": "https://developer.mozIMPAKTAPPS.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Promise/then",
22
- "!type": "fn(onFulfilled: fn(value: ?), onRejected: fn(reason: ?)) -> !custom:Promise_then",
23
- "!effects": ["call !0 !this.:t"]
24
- }
25
- },
26
- "Promise_reject": {
27
- "!type": "fn(reason: ?) -> !this",
28
- "!doc": "The Promise.reject(reason) method returns a Promise object that is rejected with the given reason.",
29
- "!url": "https://developer.mozIMPAKTAPPS.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Promise/reject"
30
- },
31
- "iter_prototype": {
32
- ":Symbol.iterator": "fn() -> !this"
33
- },
34
- "iter": {
35
- "!proto": "iter_prototype",
36
- "next": {
37
- "!type": "fn() -> +iter_result[value=!this.:t]",
38
- "!doc": "Return the next item in the sequence.",
39
- "!url": "https://developer.mozIMPAKTAPPS.org/en-US/docs/Web/JavaScript/Guide/Iterators_and_Generators"
40
- },
41
- "!url": "https://developer.mozIMPAKTAPPS.org/en-US/docs/Web/JavaScript/Guide/Iterators_and_Generators"
42
- },
43
- "iter_result": {
44
- "done": "bool",
45
- "value": "?"
46
- },
47
- "generator_prototype": {
48
- "!proto": "iter_prototype",
49
- "next": "fn(value?: ?) -> iter_result",
50
- "return": "fn(value?: ?) -> iter_result",
51
- "throw": "fn(exception: +Error)"
52
- },
53
- "Proxy_handler": {
54
- "!doc": "The proxy's handler object is a placeholder object which contains traps for proxies.",
55
- "!url": "https://developer.mozIMPAKTAPPS.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Proxy/handler",
56
- "getPrototypeOf": "fn(target: ?)",
57
- "setPrototypeOf": "fn(target: ?, prototype: ?)",
58
- "isExtensible": "fn(target: ?)",
59
- "preventExtensions": "fn(target: ?)",
60
- "getOwnPropertyDescriptor": "fn(target: ?, property: string) -> propertyDescriptor",
61
- "defineProperty": "fn(target: ?, property: string, descriptor: propertyDescriptor)",
62
- "has": "fn(target: ?, property: string)",
63
- "get": "fn(target: ?, property: string)",
64
- "set": "fn(target: ?, property: string, value: ?)",
65
- "deleteProperty": "fn(target: ?, property: string)",
66
- "enumerate": "fn(target: ?)",
67
- "ownKeys": "fn(target: ?)",
68
- "apply": "fn(target: ?, self: ?, arguments: [?])",
69
- "construct": "fn(target: ?, arguments: [?])"
70
- },
71
- "Proxy_revocable": {
72
- "proxy": "+Proxy",
73
- "revoke": "fn()"
74
- },
75
- "TypedArray": {
76
- "!type": "fn(size: number)",
77
- "!doc": "A TypedArray object describes an array-like view of an underlying binary data buffer. There is no global property named TypedArray, nor is there a directly visible TypedArray constructor. Instead, there are a number of different global properties, whose values are typed array constructors for specific element types, listed below. On the following pages you will find common properties and methods that can be used with any typed array containing elements of any type.",
78
- "!url": "https://developer.mozIMPAKTAPPS.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/TypedArray",
79
- "from": {
80
- "!type": "fn(arrayLike: ?, mapFn?: fn(elt: ?, i: number) -> number, thisArg?: ?) -> +TypedArray",
81
- "!effects": ["call !1 this=!2 !0.<i> number"],
82
- "!doc": "Creates a new typed array from an array-like or iterable object.",
83
- "!url": "https://developer.mozIMPAKTAPPS.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/TypedArray/from"
84
- },
85
- "of": {
86
- "!type": "fn(elements: number) -> +TypedArray",
87
- "!doc": "Creates a new typed array from a variable number of arguments.",
88
- "!url": "https://developer.mozIMPAKTAPPS.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/TypedArray/of"
89
- },
90
- "BYTES_PER_ELEMENT": {
91
- "!type": "number",
92
- "!doc": "The TypedArray.BYTES_PER_ELEMENT property represents the size in bytes of each element in an typed array.",
93
- "!url": "https://developer.mozIMPAKTAPPS.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/TypedArray/BYTES_PER_ELEMENT"
94
- },
95
- "name": {
96
- "!type": "string",
97
- "!doc": "The TypedArray.name property represents a string value of the typed array constructor name.",
98
- "!url": "https://developer.mozIMPAKTAPPS.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/TypedArray/name"
99
- },
100
- "prototype": {
101
- "<i>": "number",
102
- "buffer": {
103
- "!type": "+ArrayBuffer",
104
- "!doc": "The buffer accessor property represents the ArrayBuffer referenced by a TypedArray at construction time.",
105
- "!url": "https://developer.mozIMPAKTAPPS.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/TypedArray/buffer"
106
- },
107
- "byteLength": {
108
- "!type": "number",
109
- "!doc": "The byteLength accessor property represents the length (in bytes) of a typed array from the start of its ArrayBuffer.",
110
- "!url": "https://developer.mozIMPAKTAPPS.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/TypedArray/byteLength"
111
- },
112
- "byteOffset": {
113
- "!type": "number",
114
- "!doc": "The byteOffset accessor property represents the offset (in bytes) of a typed array from the start of its ArrayBuffer.",
115
- "!url": "https://developer.mozIMPAKTAPPS.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/TypedArray/byteOffset"
116
- },
117
- "copyWithin": {
118
- "!type": "fn(target: number, start: number, end?: number) -> ?",
119
- "!doc": "The copyWithin() method copies the sequence of array elements within the array to the position starting at target. The copy is taken from the index positions of the second and third arguments start and end. The end argument is optional and defaults to the length of the array. This method has the same algorithm as Array.prototype.copyWithin. TypedArray is one of the typed array types here.",
120
- "!url": "https://developer.mozIMPAKTAPPS.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/TypedArray/copyWithin"
121
- },
122
- "entries": {
123
- "!type": "fn() -> +iter[:t=number]",
124
- "!doc": "The entries() method returns a new Array Iterator object that contains the key/value pairs for each index in the array.",
125
- "!url": "https://developer.mozIMPAKTAPPS.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/TypedArray/entries"
126
- },
127
- "every": {
128
- "!type": "fn(callback: fn(element: number, index: number, array: TypedArray) -> bool, thisArg?: ?) -> bool",
129
- "!effects": ["call !0 this=!1 number number !this"],
130
- "!doc": "The every() method tests whether all elements in the typed array pass the test implemented by the provided function. This method has the same algorithm as Array.prototype.every(). TypedArray is one of the typed array types here.",
131
- "!url": "https://developer.mozIMPAKTAPPS.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/TypedArray/every"
132
- },
133
- "fill": {
134
- "!type": "fn(value: number, start?: number, end?: number)",
135
- "!doc": "The fill() method fills all the elements of a typed array from a start index to an end index with a static value. This method has the same algorithm as Array.prototype.fill(). TypedArray is one of the typed array types here.",
136
- "!url": "https://developer.mozIMPAKTAPPS.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/TypedArray/fill"
137
- },
138
- "filter": {
139
- "!type": "fn(test: fn(element: number, i: number) -> bool, context?: ?) -> !this",
140
- "!effects": ["call !0 this=!1 number number"],
141
- "!doc": "Creates a new array with all of the elements of this array for which the provided filtering function returns true. See also Array.prototype.filter().",
142
- "!url": "https://developer.mozIMPAKTAPPS.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/TypedArray/filter"
143
- },
144
- "find": {
145
- "!type": "fn(callback: fn(element: number, index: number, array: +TypedArray) -> bool, thisArg?: ?) -> number",
146
- "!effects": ["call !0 this=!1 number number !this"],
147
- "!doc": "The find() method returns a value in the typed array, if an element satisfies the provided testing function. Otherwise undefined is returned. TypedArray is one of the typed array types here.\nSee also the findIndex() method, which returns the index of a found element in the typed array instead of its value.",
148
- "!url": "https://developer.mozIMPAKTAPPS.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/TypedArray/find"
149
- },
150
- "findIndex": {
151
- "!type": "fn(callback: fn(element: number, index: number, array: +TypedArray) -> bool, thisArg?: ?) -> number",
152
- "!effects": ["call !0 this=!1 number number !this"],
153
- "!doc": "The findIndex() method returns an index in the typed array, if an element in the typed array satisfies the provided testing function. Otherwise -1 is returned.\nSee also the find() method, which returns the value of a found element in the typed array instead of its index.",
154
- "!url": "https://developer.mozIMPAKTAPPS.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/TypedArray/findIndex"
155
- },
156
- "forEach": {
157
- "!type": "fn(callback: fn(value: number, key: number, array: +TypedArray), thisArg?: ?)",
158
- "!effects": ["call !0 this=!1 number number !this"],
159
- "!doc": "Executes a provided function once per array element.",
160
- "!url": "https://developer.mozIMPAKTAPPS.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/TypedArray/forEach"
161
- },
162
- "indexOf": {
163
- "!type": "fn(searchElement: number, fromIndex?: number) -> number",
164
- "!doc": "The indexOf() method returns the first index at which a given element can be found in the typed array, or -1 if it is not present. This method has the same algorithm as Array.prototype.indexOf(). TypedArray is one of the typed array types here.",
165
- "!url": "https://developer.mozIMPAKTAPPS.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/TypedArray/indexOf"
166
- },
167
- "join": {
168
- "!type": "fn(separator?: string) -> string",
169
- "!doc": "The join() method joins all elements of an array into a string. This method has the same algorithm as Array.prototype.join(). TypedArray is one of the typed array types here.",
170
- "!url": "https://developer.mozIMPAKTAPPS.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/TypedArray/join"
171
- },
172
- "keys": {
173
- "!type": "fn() -> +iter[:t=number]",
174
- "!doc": "The keys() method returns a new Array Iterator object that contains the keys for each index in the array.",
175
- "!url": "https://developer.mozIMPAKTAPPS.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/TypedArray/keys"
176
- },
177
- "lastIndexOf": {
178
- "!type": "fn(searchElement: number, fromIndex?: number) -> number",
179
- "!doc": "The lastIndexOf() method returns the last index at which a given element can be found in the typed array, or -1 if it is not present. The typed array is searched backwards, starting at fromIndex. This method has the same algorithm as Array.prototype.lastIndexOf(). TypedArray is one of the typed array types here.",
180
- "!url": "https://developer.mozIMPAKTAPPS.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/TypedArray/lastIndexOf"
181
- },
182
- "length": {
183
- "!type": "number",
184
- "!doc": "Returns the number of elements hold in the typed array. Fixed at construction time and thus read only.",
185
- "!url": "https://developer.mozIMPAKTAPPS.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/TypedArray/length"
186
- },
187
- "map": {
188
- "!type": "fn(f: fn(element: number, i: number) -> number, context?: ?) -> +TypedArray",
189
- "!effects": ["call !0 this=!1 number number"],
190
- "!doc": "Creates a new array with the results of calling a provided function on every element in this array. See also Array.prototype.map().",
191
- "!url": "https://developer.mozIMPAKTAPPS.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/TypedArray/map"
192
- },
193
- "reduce": {
194
- "!type": "fn(combine: fn(sum: ?, elt: number, i: number) -> ?, init?: ?) -> !0.!ret",
195
- "!effects": ["call !0 !1 number number"],
196
- "!doc": "Apply a function against an accumulator and each value of the array (from left-to-right) as to reduce it to a single value. See also Array.prototype.reduce().",
197
- "!url": "https://developer.mozIMPAKTAPPS.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/TypedArray/reduce"
198
- },
199
- "reduceRight": {
200
- "!type": "fn(combine: fn(sum: ?, elt: number, i: number) -> ?, init?: ?) -> !0.!ret",
201
- "!effects": ["call !0 !1 number number"],
202
- "!doc": "Apply a function against an accumulator and each value of the array (from right-to-left) as to reduce it to a single value. See also Array.prototype.reduceRight().",
203
- "!url": "https://developer.mozIMPAKTAPPS.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/TypedArray/reduceRight"
204
- },
205
- "reverse": {
206
- "!type": "fn()",
207
- "!doc": "The reverse() method reverses a typed array in place. The first typed array element becomes the last and the last becomes the first. This method has the same algorithm as Array.prototype.reverse(). TypedArray is one of the typed array types here.",
208
- "!url": "https://developer.mozIMPAKTAPPS.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/TypedArray/reverse"
209
- },
210
- "set": {
211
- "!type": "fn(array: [number], offset?: number)",
212
- "!doc": "The set() method stores multiple values in the typed array, reading input values from a specified array.",
213
- "!url": "https://developer.mozIMPAKTAPPS.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/TypedArray/set"
214
- },
215
- "slice": {
216
- "!type": "fn(from: number, to?: number) -> +TypedArray",
217
- "!doc": "Extracts a section of an array and returns a new array. See also Array.prototype.slice().",
218
- "!url": "https://developer.mozIMPAKTAPPS.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/TypedArray/slice"
219
- },
220
- "some": {
221
- "!type": "fn(test: fn(elt: number, i: number) -> bool, context?: ?) -> bool",
222
- "!effects": ["call !0 this=!1 number number"],
223
- "!doc": "The some() method tests whether some element in the typed array passes the test implemented by the provided function. This method has the same algorithm as Array.prototype.some(). TypedArray is one of the typed array types here.",
224
- "!url": "https://developer.mozIMPAKTAPPS.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/TypedArray/some"
225
- },
226
- "sort": {
227
- "!type": "fn(compare?: fn(a: number, b: number) -> number)",
228
- "!effects": ["call !0 number number"],
229
- "!doc": "Sorts the elements of an array in place and returns the array. See also Array.prototype.sort().",
230
- "!url": "https://developer.mozIMPAKTAPPS.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/TypedArray/sort"
231
- },
232
- "subarray": {
233
- "!type": "fn(begin?: number, end?: number) -> +TypedArray",
234
- "!doc": "The subarray() method returns a new TypedArray on the same ArrayBuffer store and with the same element types as for this TypedArray object. The begin offset is inclusive and the end offset is exclusive. TypedArray is one of the typed array types.",
235
- "!url": "https://developer.mozIMPAKTAPPS.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/TypedArray/subarray"
236
- },
237
- "values": {
238
- "!type": "fn() -> +iter[:t=number]",
239
- "!doc": "The values() method returns a new Array Iterator object that contains the values for each index in the array.",
240
- "!url": "https://developer.mozIMPAKTAPPS.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/TypedArray/values"
241
- },
242
- ":Symbol.iterator": {
243
- "!type": "fn() -> +iter[:t=number]",
244
- "!doc": "Returns a new Array Iterator object that contains the values for each index in the array.",
245
- "!url": "https://developer.mozIMPAKTAPPS.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/TypedArray/@@iterator"
246
- }
247
- }
248
- }
249
- },
250
- "Infinity": {
251
- "!type": "number",
252
- "!url": "https://developer.mozIMPAKTAPPS.org/en-US/docs/JavaScript/Reference/Global_Objects/Infinity",
253
- "!doc": "A numeric value representing infinity."
254
- },
255
- "undefined": {
256
- "!type": "?",
257
- "!url": "https://developer.mozIMPAKTAPPS.org/en-US/docs/JavaScript/Reference/Global_Objects/undefined",
258
- "!doc": "The value undefined."
259
- },
260
- "NaN": {
261
- "!type": "number",
262
- "!url": "https://developer.mozIMPAKTAPPS.org/en-US/docs/JavaScript/Reference/Global_Objects/NaN",
263
- "!doc": "A value representing Not-A-Number."
264
- },
265
- "Object": {
266
- "!type": "fn()",
267
- "getPrototypeOf": {
268
- "!type": "fn(obj: ?) -> ?",
269
- "!url": "https://developer.mozIMPAKTAPPS.org/en-US/docs/JavaScript/Reference/Global_Objects/Object/getPrototypeOf",
270
- "!doc": "Returns the prototype (i.e. the internal prototype) of the specified object."
271
- },
272
- "create": {
273
- "!type": "fn(proto: ?) -> !custom:Object_create",
274
- "!url": "https://developer.mozIMPAKTAPPS.org/en-US/docs/JavaScript/Reference/Global_Objects/Object/create",
275
- "!doc": "Creates a new object with the specified prototype object and properties."
276
- },
277
- "defineProperty": {
278
- "!type": "fn(obj: ?, prop: string, desc: propertyDescriptor) -> !custom:Object_defineProperty",
279
- "!url": "https://developer.mozIMPAKTAPPS.org/en-US/docs/JavaScript/Reference/Global_Objects/Object/defineProperty",
280
- "!doc": "Defines a new property directly on an object, or modifies an existing property on an object, and returns the object. If you want to see how to use the Object.defineProperty method with a binary-flags-like syntax, see this article."
281
- },
282
- "defineProperties": {
283
- "!type": "fn(obj: ?, props: ?) -> !custom:Object_defineProperties",
284
- "!url": "https://developer.mozIMPAKTAPPS.org/en-US/docs/JavaScript/Reference/Global_Objects/Object/defineProperty",
285
- "!doc": "Defines a new property directly on an object, or modifies an existing property on an object, and returns the object. If you want to see how to use the Object.defineProperty method with a binary-flags-like syntax, see this article."
286
- },
287
- "getOwnPropertyDescriptor": {
288
- "!type": "fn(obj: ?, prop: string) -> propertyDescriptor",
289
- "!url": "https://developer.mozIMPAKTAPPS.org/en-US/docs/JavaScript/Reference/Global_Objects/Object/getOwnPropertyDescriptor",
290
- "!doc": "Returns a property descriptor for an own property (that is, one directly present on an object, not present by dint of being along an object's prototype chain) of a given object."
291
- },
292
- "keys": {
293
- "!type": "fn(obj: ?) -> [string]",
294
- "!url": "https://developer.mozIMPAKTAPPS.org/en-US/docs/JavaScript/Reference/Global_Objects/Object/keys",
295
- "!doc": "Returns an array of a given object's own enumerable properties, in the same order as that provided by a for-in loop (the difference being that a for-in loop enumerates properties in the prototype chain as well)."
296
- },
297
- "getOwnPropertyNames": {
298
- "!type": "fn(obj: ?) -> [string]",
299
- "!url": "https://developer.mozIMPAKTAPPS.org/en-US/docs/JavaScript/Reference/Global_Objects/Object/getOwnPropertyNames",
300
- "!doc": "Returns an array of all properties (enumerable or not) found directly upon a given object."
301
- },
302
- "seal": {
303
- "!type": "fn(obj: ?)",
304
- "!url": "https://developer.mozIMPAKTAPPS.org/en-US/docs/JavaScript/Reference/Global_Objects/Object/seal",
305
- "!doc": "Seals an object, preventing new properties from being added to it and marking all existing properties as non-configurable. Values of present properties can still be changed as long as they are writable."
306
- },
307
- "isSealed": {
308
- "!type": "fn(obj: ?) -> bool",
309
- "!url": "https://developer.mozIMPAKTAPPS.org/en-US/docs/JavaScript/Reference/Global_Objects/Object/isSealed",
310
- "!doc": "Determine if an object is sealed."
311
- },
312
- "freeze": {
313
- "!type": "fn(obj: ?) -> !0",
314
- "!url": "https://developer.mozIMPAKTAPPS.org/en-US/docs/JavaScript/Reference/Global_Objects/Object/freeze",
315
- "!doc": "Freezes an object: that is, prevents new properties from being added to it; prevents existing properties from being removed; and prevents existing properties, or their enumerability, configurability, or writability, from being changed. In essence the object is made effectively immutable. The method returns the object being frozen."
316
- },
317
- "isFrozen": {
318
- "!type": "fn(obj: ?) -> bool",
319
- "!url": "https://developer.mozIMPAKTAPPS.org/en-US/docs/JavaScript/Reference/Global_Objects/Object/isFrozen",
320
- "!doc": "Determine if an object is frozen."
321
- },
322
- "preventExtensions": {
323
- "!type": "fn(obj: ?)",
324
- "!url": "https://developer.mozIMPAKTAPPS.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/preventExtensions",
325
- "!doc": "Prevents new properties from ever being added to an object."
326
- },
327
- "isExtensible": {
328
- "!type": "fn(obj: ?) -> bool",
329
- "!url": "https://developer.mozIMPAKTAPPS.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/isExtensible",
330
- "!doc": "The Object.isExtensible() method determines if an object is extensible (whether it can have new properties added to it)."
331
- },
332
- "assign": {
333
- "!type": "fn(target: ?, source: ?, source?: ?) -> !0",
334
- "!effects": ["copy !1 !0", "copy !2 !0", "copy !3 !0"],
335
- "!doc": "The Object.assign() method is used to copy the values of all enumerable own properties from one or more source objects to a target object. It will return the target object.",
336
- "!url": "https://developer.mozIMPAKTAPPS.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/assign"
337
- },
338
- "getOwnPropertySymbols": {
339
- "!type": "fn(obj: ?) -> !custom:getOwnPropertySymbols",
340
- "!doc": "The Object.getOwnPropertySymbols() method returns an array of all symbol properties found directly upon a given object.",
341
- "!url": "https://developer.mozIMPAKTAPPS.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/getOwnPropertySymbols"
342
- },
343
- "is": {
344
- "!type": "fn(value1: ?, value2: ?) -> bool",
345
- "!doc": "The Object.is() method determines whether two values are the same value.",
346
- "!url": "https://developer.mozIMPAKTAPPS.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/is"
347
- },
348
- "setPrototypeOf": {
349
- "!type": "fn(obj: ?, prototype: ?)",
350
- "!doc": "The Object.setPrototype() method sets the prototype (i.e., the internal [[Prototype]] property) of a specified object to another object or null.",
351
- "!url": "https://developer.mozIMPAKTAPPS.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/setPrototypeOf"
352
- },
353
- "prototype": {
354
- "!stdProto": "Object",
355
- "toString": {
356
- "!type": "fn() -> string",
357
- "!url": "https://developer.mozIMPAKTAPPS.org/en-US/docs/JavaScript/Reference/Global_Objects/Object/toString",
358
- "!doc": "Returns a string representing the object."
359
- },
360
- "toLocaleString": {
361
- "!type": "fn() -> string",
362
- "!url": "https://developer.mozIMPAKTAPPS.org/en-US/docs/JavaScript/Reference/Global_Objects/Object/toLocaleString",
363
- "!doc": "Returns a string representing the object. This method is meant to be overriden by derived objects for locale-specific purposes."
364
- },
365
- "valueOf": {
366
- "!type": "fn() -> number",
367
- "!url": "https://developer.mozIMPAKTAPPS.org/en-US/docs/JavaScript/Reference/Global_Objects/Object/valueOf",
368
- "!doc": "Returns the primitive value of the specified object"
369
- },
370
- "hasOwnProperty": {
371
- "!type": "fn(prop: string) -> bool",
372
- "!url": "https://developer.mozIMPAKTAPPS.org/en-US/docs/JavaScript/Reference/Global_Objects/Object/hasOwnProperty",
373
- "!doc": "Returns a boolean indicating whether the object has the specified property."
374
- },
375
- "propertyIsEnumerable": {
376
- "!type": "fn(prop: string) -> bool",
377
- "!url": "https://developer.mozIMPAKTAPPS.org/en-US/docs/JavaScript/Reference/Global_Objects/Object/propertyIsEnumerable",
378
- "!doc": "Returns a Boolean indicating whether the specified property is enumerable."
379
- },
380
- "isPrototypeOf": {
381
- "!type": "fn(obj: ?) -> bool",
382
- "!url": "https://developer.mozIMPAKTAPPS.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/isPrototypeOf",
383
- "!doc": "Tests for an object in another object's prototype chain."
384
- }
385
- },
386
- "!url": "https://developer.mozIMPAKTAPPS.org/en-US/docs/JavaScript/Reference/Global_Objects/Object",
387
- "!doc": "Creates an object wrapper."
388
- },
389
- "Function": {
390
- "!type": "fn(body: string) -> fn()",
391
- "prototype": {
392
- "!stdProto": "Function",
393
- "apply": {
394
- "!type": "fn(this: ?, args: [?])",
395
- "!effects": ["call and return !this this=!0 !1.<i> !1.<i> !1.<i>"],
396
- "!url": "https://developer.mozIMPAKTAPPS.org/en-US/docs/JavaScript/Reference/Global_Objects/Function/apply",
397
- "!doc": "Calls a function with a given this value and arguments provided as an array (or an array like object)."
398
- },
399
- "call": {
400
- "!type": "fn(this: ?, args?: ?) -> !this.!ret",
401
- "!effects": ["call and return !this this=!0 !1 !2 !3 !4"],
402
- "!url": "https://developer.mozIMPAKTAPPS.org/en-US/docs/JavaScript/Reference/Global_Objects/Function/call",
403
- "!doc": "Calls a function with a given this value and arguments provided individually."
404
- },
405
- "bind": {
406
- "!type": "fn(this: ?, args?: ?) -> !custom:Function_bind",
407
- "!url": "https://developer.mozIMPAKTAPPS.org/en-US/docs/JavaScript/Reference/Global_Objects/Function/bind",
408
- "!doc": "Creates a new function that, when called, has its this keyword set to the provided value, with a given sequence of arguments preceding any provided when the new function was called."
409
- },
410
- "prototype": "?"
411
- },
412
- "!url": "https://developer.mozIMPAKTAPPS.org/en-US/docs/JavaScript/Reference/Global_Objects/Function",
413
- "!doc": "Every function in JavaScript is actually a Function object."
414
- },
415
- "Array": {
416
- "!type": "fn(size: number) -> !custom:Array_ctor",
417
- "isArray": {
418
- "!type": "fn(value: ?) -> bool",
419
- "!url": "https://developer.mozIMPAKTAPPS.org/en-US/docs/JavaScript/Reference/Global_Objects/Array/isArray",
420
- "!doc": "Returns true if an object is an array, false if it is not."
421
- },
422
- "from": {
423
- "!type": "fn(arrayLike: ?, mapFn?: fn(elt: ?, i: number) -> ?, thisArg?: ?) -> [!0.<i>]",
424
- "!effects": ["call !1 this=!2 !0.<i> number"],
425
- "!doc": "The Array.from() method creates a new Array instance from an array-like or iterable object.",
426
- "!url": "https://developer.mozIMPAKTAPPS.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/from"
427
- },
428
- "of": {
429
- "!type": "fn(elementN: ?) -> [!0]",
430
- "!doc": "The Array.of() method creates a new Array instance with a variable number of arguments, regardless of number or type of the arguments.",
431
- "!url": "https://developer.mozIMPAKTAPPS.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/of"
432
- },
433
- "prototype": {
434
- "!stdProto": "Array",
435
- "length": {
436
- "!type": "number",
437
- "!url": "https://developer.mozIMPAKTAPPS.org/en-US/docs/JavaScript/Reference/Global_Objects/Array/length",
438
- "!doc": "An unsigned, 32-bit integer that specifies the number of elements in an array."
439
- },
440
- "concat": {
441
- "!type": "fn(other: [?]) -> !this",
442
- "!url": "https://developer.mozIMPAKTAPPS.org/en-US/docs/JavaScript/Reference/Global_Objects/Array/concat",
443
- "!doc": "Returns a new array comprised of this array joined with other array(s) and/or value(s)."
444
- },
445
- "join": {
446
- "!type": "fn(separator?: string) -> string",
447
- "!url": "https://developer.mozIMPAKTAPPS.org/en-US/docs/JavaScript/Reference/Global_Objects/Array/join",
448
- "!doc": "Joins all elements of an array into a string."
449
- },
450
- "splice": {
451
- "!type": "fn(pos: number, amount: number, newelt?: ?) -> [?]",
452
- "!url": "https://developer.mozIMPAKTAPPS.org/en-US/docs/JavaScript/Reference/Global_Objects/Array/splice",
453
- "!doc": "Changes the content of an array, adding new elements while removing old elements."
454
- },
455
- "pop": {
456
- "!type": "fn() -> !this.<i>",
457
- "!url": "https://developer.mozIMPAKTAPPS.org/en-US/docs/JavaScript/Reference/Global_Objects/Array/pop",
458
- "!doc": "Removes the last element from an array and returns that element."
459
- },
460
- "push": {
461
- "!type": "fn(newelt: ?) -> number",
462
- "!effects": ["propagate !0 !this.<i>"],
463
- "!url": "https://developer.mozIMPAKTAPPS.org/en-US/docs/JavaScript/Reference/Global_Objects/Array/push",
464
- "!doc": "Mutates an array by appending the given elements and returning the new length of the array."
465
- },
466
- "shift": {
467
- "!type": "fn() -> !this.<i>",
468
- "!url": "https://developer.mozIMPAKTAPPS.org/en-US/docs/JavaScript/Reference/Global_Objects/Array/shift",
469
- "!doc": "Removes the first element from an array and returns that element. This method changes the length of the array."
470
- },
471
- "unshift": {
472
- "!type": "fn(newelt: ?) -> number",
473
- "!effects": ["propagate !0 !this.<i>"],
474
- "!url": "https://developer.mozIMPAKTAPPS.org/en-US/docs/JavaScript/Reference/Global_Objects/Array/unshift",
475
- "!doc": "Adds one or more elements to the beginning of an array and returns the new length of the array."
476
- },
477
- "slice": {
478
- "!type": "fn(from?: number, to?: number) -> !this",
479
- "!url": "https://developer.mozIMPAKTAPPS.org/en-US/docs/JavaScript/Reference/Global_Objects/Array/slice",
480
- "!doc": "Returns a shallow copy of a portion of an array."
481
- },
482
- "reverse": {
483
- "!type": "fn()",
484
- "!url": "https://developer.mozIMPAKTAPPS.org/en-US/docs/JavaScript/Reference/Global_Objects/Array/reverse",
485
- "!doc": "Reverses an array in place. The first array element becomes the last and the last becomes the first."
486
- },
487
- "sort": {
488
- "!type": "fn(compare?: fn(a: ?, b: ?) -> number)",
489
- "!effects": ["call !0 !this.<i> !this.<i>"],
490
- "!url": "https://developer.mozIMPAKTAPPS.org/en-US/docs/JavaScript/Reference/Global_Objects/Array/sort",
491
- "!doc": "Sorts the elements of an array in place and returns the array."
492
- },
493
- "indexOf": {
494
- "!type": "fn(elt: ?, from?: number) -> number",
495
- "!url": "https://developer.mozIMPAKTAPPS.org/en-US/docs/JavaScript/Reference/Global_Objects/Array/indexOf",
496
- "!doc": "Returns the first index at which a given element can be found in the array, or -1 if it is not present."
497
- },
498
- "lastIndexOf": {
499
- "!type": "fn(elt: ?, from?: number) -> number",
500
- "!url": "https://developer.mozIMPAKTAPPS.org/en-US/docs/JavaScript/Reference/Global_Objects/Array/lastIndexOf",
501
- "!doc": "Returns the last index at which a given element can be found in the array, or -1 if it is not present. The array is searched backwards, starting at fromIndex."
502
- },
503
- "every": {
504
- "!type": "fn(test: fn(elt: ?, i: number, array: +Array) -> bool, context?: ?) -> bool",
505
- "!effects": ["call !0 this=!1 !this.<i> number !this"],
506
- "!url": "https://developer.mozIMPAKTAPPS.org/en-US/docs/JavaScript/Reference/Global_Objects/Array/every",
507
- "!doc": "Tests whether all elements in the array pass the test implemented by the provided function."
508
- },
509
- "some": {
510
- "!type": "fn(test: fn(elt: ?, i: number, array: +Array) -> bool, context?: ?) -> bool",
511
- "!effects": ["call !0 this=!1 !this.<i> number !this"],
512
- "!url": "https://developer.mozIMPAKTAPPS.org/en-US/docs/JavaScript/Reference/Global_Objects/Array/some",
513
- "!doc": "Tests whether some element in the array passes the test implemented by the provided function."
514
- },
515
- "filter": {
516
- "!type": "fn(test: fn(elt: ?, i: number, array: +Array) -> bool, context?: ?) -> !this",
517
- "!effects": ["call !0 this=!1 !this.<i> number !this"],
518
- "!url": "https://developer.mozIMPAKTAPPS.org/en-US/docs/JavaScript/Reference/Global_Objects/Array/filter",
519
- "!doc": "Creates a new array with all elements that pass the test implemented by the provided function."
520
- },
521
- "forEach": {
522
- "!type": "fn(f: fn(elt: ?, i: number, array: +Array), context?: ?)",
523
- "!effects": ["call !0 this=!1 !this.<i> number !this"],
524
- "!url": "https://developer.mozIMPAKTAPPS.org/en-US/docs/JavaScript/Reference/Global_Objects/Array/forEach",
525
- "!doc": "Executes a provided function once per array element."
526
- },
527
- "map": {
528
- "!type": "fn(f: fn(elt: ?, i: number, array: +Array) -> ?, context?: ?) -> [!0.!ret]",
529
- "!effects": ["call !0 this=!1 !this.<i> number !this"],
530
- "!url": "https://developer.mozIMPAKTAPPS.org/en-US/docs/JavaScript/Reference/Global_Objects/Array/map",
531
- "!doc": "Creates a new array with the results of calling a provided function on every element in this array."
532
- },
533
- "reduce": {
534
- "!type": "fn(combine: fn(sum: ?, elt: ?, i: number, array: +Array) -> ?, init?: ?) -> !0.!ret",
535
- "!effects": ["call !0 !1 !this.<i> number !this"],
536
- "!url": "https://developer.mozIMPAKTAPPS.org/en-US/docs/JavaScript/Reference/Global_Objects/Array/Reduce",
537
- "!doc": "Apply a function against an accumulator and each value of the array (from left-to-right) as to reduce it to a single value."
538
- },
539
- "reduceRight": {
540
- "!type": "fn(combine: fn(sum: ?, elt: ?, i: number, array: +Array) -> ?, init?: ?) -> !0.!ret",
541
- "!effects": ["call !0 !1 !this.<i> number !this"],
542
- "!url": "https://developer.mozIMPAKTAPPS.org/en-US/docs/JavaScript/Reference/Global_Objects/Array/ReduceRight",
543
- "!doc": "Apply a function simultaneously against two values of the array (from right-to-left) as to reduce it to a single value."
544
- },
545
- "copyWithin": {
546
- "!type": "fn(target: number, start: number, end?: number) -> !this",
547
- "!doc": "The copyWithin() method copies the sequence of array elements within the array to the position starting at target. The copy is taken from the index positions of the second and third arguments start and end.",
548
- "!url": "https://developer.mozIMPAKTAPPS.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/copyWithin"
549
- },
550
- "entries": {
551
- "!type": "fn() -> +iter[:t=[number, !this.<i>]]",
552
- "!doc": "The entries() method returns a new Array Iterator object that contains the key/value pairs for each index in the array.",
553
- "!url": "https://developer.mozIMPAKTAPPS.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/entries"
554
- },
555
- "fill": {
556
- "!type": "fn(value: ?, start?: number, end?: number) -> !this",
557
- "!doc": "The fill() method fills all the elements of an array from a start index to an end index with a static value.",
558
- "!url": "https://developer.mozIMPAKTAPPS.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/fill"
559
- },
560
- "find": {
561
- "!type": "fn(callback: fn(element: ?, index: number, array: [?]) -> bool, thisArg?: ?) -> !this.<i>",
562
- "!effects": ["call !0 this=!2 !this.<i> number"],
563
- "!doc": "The find() method returns a value in the array, if an element in the array satisfies the provided testing function. Otherwise undefined is returned.",
564
- "!url": "https://developer.mozIMPAKTAPPS.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/find"
565
- },
566
- "findIndex": {
567
- "!type": "fn(callback: fn(element: ?, index: number, array: [?]), thisArg?: ?) -> number",
568
- "!effects": ["call !0 this=!2 !this.<i> number"],
569
- "!doc": "The findIndex() method returns an index in the array, if an element in the array satisfies the provided testing function. Otherwise -1 is returned.",
570
- "!url": "https://developer.mozIMPAKTAPPS.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/findIndex"
571
- },
572
- "keys": {
573
- "!type": "fn() -> +iter[:t=number]",
574
- "!doc": "The keys() method returns a new Array Iterator that contains the keys for each index in the array.",
575
- "!url": "https://developer.mozIMPAKTAPPS.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/keys"
576
- },
577
- "values": {
578
- "!type": "fn() -> +iter[:t=!this.<i>]",
579
- "!doc": "The values() method returns a new Array Iterator object that contains the values for each index in the array.",
580
- "!url": "https://developer.mozIMPAKTAPPS.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/values"
581
- },
582
- ":Symbol.iterator": {
583
- "!type": "fn() -> +iter[:t=!this.<i>]",
584
- "!doc": "Returns a new Array Iterator object that contains the values for each index in the array.",
585
- "!url": "https://developer.mozIMPAKTAPPS.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/@@iterator"
586
- },
587
- "includes": {
588
- "!type": "fn(value: ?) -> bool",
589
- "!url": "https://developer.mozIMPAKTAPPS.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/includes",
590
- "!doc": "Determines whether an array includes a certain element, returning true or false as appropriate."
591
- }
592
- },
593
- "!url": "https://developer.mozIMPAKTAPPS.org/en-US/docs/JavaScript/Reference/Global_Objects/Array",
594
- "!doc": "The JavaScript Array global object is a constructor for arrays, which are high-level, list-like objects."
595
- },
596
- "String": {
597
- "!type": "fn(value: ?) -> string",
598
- "fromCharCode": {
599
- "!type": "fn(code: number) -> string",
600
- "!url": "https://developer.mozIMPAKTAPPS.org/en-US/docs/JavaScript/Reference/Global_Objects/String/fromCharCode",
601
- "!doc": "Returns a string created by using the specified sequence of Unicode values."
602
- },
603
- "fromCodePoint": {
604
- "!type": "fn(point: number, point?: number) -> string",
605
- "!doc": "The static String.fromCodePoint() method returns a string created by using the specified sequence of code points.",
606
- "!url": "https://developer.mozIMPAKTAPPS.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/fromCodePoint"
607
- },
608
- "raw": {
609
- "!type": "fn(template: [string], substitutions: ?, templateString: ?) -> string",
610
- "!doc": "The static String.raw() method is a tag function of template strings, used to get the raw string form of template strings.",
611
- "!url": "https://developer.mozIMPAKTAPPS.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/raw"
612
- },
613
- "prototype": {
614
- "!stdProto": "String",
615
- "length": {
616
- "!type": "number",
617
- "!url": "https://developer.mozIMPAKTAPPS.org/en/docs/JavaScript/Reference/Global_Objects/String/length",
618
- "!doc": "Represents the length of a string."
619
- },
620
- "<i>": "string",
621
- "charAt": {
622
- "!type": "fn(i: number) -> string",
623
- "!url": "https://developer.mozIMPAKTAPPS.org/en-US/docs/JavaScript/Reference/Global_Objects/String/charAt",
624
- "!doc": "Returns the specified character from a string."
625
- },
626
- "charCodeAt": {
627
- "!type": "fn(i: number) -> number",
628
- "!url": "https://developer.mozIMPAKTAPPS.org/en-US/docs/JavaScript/Reference/Global_Objects/String/charCodeAt",
629
- "!doc": "Returns the numeric Unicode value of the character at the given index (except for unicode codepoints > 0x10000)."
630
- },
631
- "indexOf": {
632
- "!type": "fn(char: string, from?: number) -> number",
633
- "!url": "https://developer.mozIMPAKTAPPS.org/en-US/docs/JavaScript/Reference/Global_Objects/String/indexOf",
634
- "!doc": "Returns the index within the calling String object of the first occurrence of the specified value, starting the search at fromIndex,\nreturns -1 if the value is not found."
635
- },
636
- "lastIndexOf": {
637
- "!type": "fn(char: string, from?: number) -> number",
638
- "!url": "https://developer.mozIMPAKTAPPS.org/en-US/docs/JavaScript/Reference/Global_Objects/String/lastIndexOf",
639
- "!doc": "Returns the index within the calling String object of the last occurrence of the specified value, or -1 if not found. The calling string is searched backward, starting at fromIndex."
640
- },
641
- "substring": {
642
- "!type": "fn(from: number, to?: number) -> string",
643
- "!url": "https://developer.mozIMPAKTAPPS.org/en-US/docs/JavaScript/Reference/Global_Objects/String/substring",
644
- "!doc": "Returns a subset of a string between one index and another, or through the end of the string."
645
- },
646
- "substr": {
647
- "!type": "fn(from: number, length?: number) -> string",
648
- "!url": "https://developer.mozIMPAKTAPPS.org/en-US/docs/JavaScript/Reference/Global_Objects/String/substr",
649
- "!doc": "Returns the characters in a string beginning at the specified location through the specified number of characters."
650
- },
651
- "slice": {
652
- "!type": "fn(from: number, to?: number) -> string",
653
- "!url": "https://developer.mozIMPAKTAPPS.org/en-US/docs/JavaScript/Reference/Global_Objects/String/slice",
654
- "!doc": "Extracts a section of a string and returns a new string."
655
- },
656
- "trim": {
657
- "!type": "fn() -> string",
658
- "!url": "https://developer.mozIMPAKTAPPS.org/en-US/docs/JavaScript/Reference/Global_Objects/String/Trim",
659
- "!doc": "Removes whitespace from both ends of the string."
660
- },
661
- "toUpperCase": {
662
- "!type": "fn() -> string",
663
- "!url": "https://developer.mozIMPAKTAPPS.org/en-US/docs/JavaScript/Reference/Global_Objects/String/toUpperCase",
664
- "!doc": "Returns the calling string value converted to uppercase."
665
- },
666
- "toLowerCase": {
667
- "!type": "fn() -> string",
668
- "!url": "https://developer.mozIMPAKTAPPS.org/en-US/docs/JavaScript/Reference/Global_Objects/String/toLowerCase",
669
- "!doc": "Returns the calling string value converted to lowercase."
670
- },
671
- "toLocaleUpperCase": {
672
- "!type": "fn() -> string",
673
- "!url": "https://developer.mozIMPAKTAPPS.org/en-US/docs/JavaScript/Reference/Global_Objects/String/toLocaleUpperCase",
674
- "!doc": "Returns the calling string value converted to upper case, according to any locale-specific case mappings."
675
- },
676
- "toLocaleLowerCase": {
677
- "!type": "fn() -> string",
678
- "!url": "https://developer.mozIMPAKTAPPS.org/en-US/docs/JavaScript/Reference/Global_Objects/String/toLocaleLowerCase",
679
- "!doc": "Returns the calling string value converted to lower case, according to any locale-specific case mappings."
680
- },
681
- "split": {
682
- "!type": "fn(pattern?: string|+RegExp, limit?: number) -> [string]",
683
- "!url": "https://developer.mozIMPAKTAPPS.org/en-US/docs/JavaScript/Reference/Global_Objects/String/split",
684
- "!doc": "Splits a String object into an array of strings by separating the string into substrings."
685
- },
686
- "concat": {
687
- "!type": "fn(other: string) -> string",
688
- "!url": "https://developer.mozIMPAKTAPPS.org/en-US/docs/JavaScript/Reference/Global_Objects/String/concat",
689
- "!doc": "Combines the text of two or more strings and returns a new string."
690
- },
691
- "localeCompare": {
692
- "!type": "fn(other: string) -> number",
693
- "!url": "https://developer.mozIMPAKTAPPS.org/en-US/docs/JavaScript/Reference/Global_Objects/String/localeCompare",
694
- "!doc": "Returns a number indicating whether a reference string comes before or after or is the same as the given string in sort order."
695
- },
696
- "match": {
697
- "!type": "fn(pattern: +RegExp) -> [string]",
698
- "!url": "https://developer.mozIMPAKTAPPS.org/en-US/docs/JavaScript/Reference/Global_Objects/String/match",
699
- "!doc": "Used to retrieve the matches when matching a string against a regular expression."
700
- },
701
- "replace": {
702
- "!type": "fn(pattern: string|+RegExp, replacement: string) -> string",
703
- "!url": "https://developer.mozIMPAKTAPPS.org/en-US/docs/JavaScript/Reference/Global_Objects/String/replace",
704
- "!doc": "Returns a new string with some or all matches of a pattern replaced by a replacement. The pattern can be a string or a RegExp, and the replacement can be a string or a function to be called for each match."
705
- },
706
- "search": {
707
- "!type": "fn(pattern: +RegExp) -> number",
708
- "!url": "https://developer.mozIMPAKTAPPS.org/en-US/docs/JavaScript/Reference/Global_Objects/String/search",
709
- "!doc": "Executes the search for a match between a regular expression and this String object."
710
- },
711
- "codePointAt": {
712
- "!type": "fn(pos: number) -> number",
713
- "!doc": "The codePointAt() method returns a non-negative integer that is the UTF-16 encoded code point value.",
714
- "!url": "https://developer.mozIMPAKTAPPS.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/codePointAt"
715
- },
716
- "endsWith": {
717
- "!type": "fn(searchString: string, position?: number) -> bool",
718
- "!doc": "The endsWith() method determines whether a string ends with the characters of another string, returning true or false as appropriate.",
719
- "!url": "https://developer.mozIMPAKTAPPS.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/endsWith"
720
- },
721
- "includes": {
722
- "!type": "fn(searchString: string, position?: number) -> bool",
723
- "!doc": "The includes() method determines whether one string may be found within another string, returning true or false as appropriate.",
724
- "!url": "https://developer.mozIMPAKTAPPS.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/contains"
725
- },
726
- "normalize": {
727
- "!type": "fn(form: string) -> string",
728
- "!doc": "The normalize() method returns the Unicode Normalization Form of a given string (if the value isn't a string, it will be converted to one first).",
729
- "!url": "https://developer.mozIMPAKTAPPS.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/normalize"
730
- },
731
- "repeat": {
732
- "!type": "fn(count: number) -> string",
733
- "!doc": "The repeat() method constructs and returns a new string which contains the specified number of copies of the string on which it was called, concatenated together.",
734
- "!url": "https://developer.mozIMPAKTAPPS.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/repeat"
735
- },
736
- "startsWith": {
737
- "!type": "fn(searchString: string, position?: number) -> bool",
738
- "!doc": "The startsWith() method determines whether a string begins with the characters of another string, returning true or false as appropriate.",
739
- "!url": "https://developer.mozIMPAKTAPPS.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/startsWith"
740
- },
741
- ":Symbol.iterator": {
742
- "!type": "fn() -> +iter[:t=string]",
743
- "!doc": "Returns a new Iterator object that iterates over the code points of a String value, returning each code point as a String value.",
744
- "!url": "https://developer.mozIMPAKTAPPS.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/@@iterator"
745
- }
746
- },
747
- "!url": "https://developer.mozIMPAKTAPPS.org/en-US/docs/JavaScript/Reference/Global_Objects/String",
748
- "!doc": "The String global object is a constructor for strings, or a sequence of characters."
749
- },
750
- "Number": {
751
- "!type": "fn(value: ?) -> number",
752
- "MAX_VALUE": {
753
- "!type": "number",
754
- "!url": "https://developer.mozIMPAKTAPPS.org/en-US/docs/JavaScript/Reference/Global_Objects/Number/MAX_VALUE",
755
- "!doc": "The maximum numeric value representable in JavaScript."
756
- },
757
- "MIN_VALUE": {
758
- "!type": "number",
759
- "!url": "https://developer.mozIMPAKTAPPS.org/en-US/docs/JavaScript/Reference/Global_Objects/Number/MIN_VALUE",
760
- "!doc": "The smallest positive numeric value representable in JavaScript."
761
- },
762
- "POSITIVE_INFINITY": {
763
- "!type": "number",
764
- "!url": "https://developer.mozIMPAKTAPPS.org/en-US/docs/JavaScript/Reference/Global_Objects/Number/POSITIVE_INFINITY",
765
- "!doc": "A value representing the positive Infinity value."
766
- },
767
- "NEGATIVE_INFINITY": {
768
- "!type": "number",
769
- "!url": "https://developer.mozIMPAKTAPPS.org/en-US/docs/JavaScript/Reference/Global_Objects/Number/NEGATIVE_INFINITY",
770
- "!doc": "A value representing the negative Infinity value."
771
- },
772
- "prototype": {
773
- "!stdProto": "Number",
774
- "toString": {
775
- "!type": "fn(radix?: number) -> string",
776
- "!url": "https://developer.mozIMPAKTAPPS.org/en-US/docs/JavaScript/Reference/Global_Objects/Number/toString",
777
- "!doc": "Returns a string representing the specified Number object"
778
- },
779
- "toFixed": {
780
- "!type": "fn(digits: number) -> string",
781
- "!url": "https://developer.mozIMPAKTAPPS.org/en-US/docs/JavaScript/Reference/Global_Objects/Number/toFixed",
782
- "!doc": "Formats a number using fixed-point notation"
783
- },
784
- "toExponential": {
785
- "!type": "fn(digits: number) -> string",
786
- "!url": "https://developer.mozIMPAKTAPPS.org/en-US/docs/JavaScript/Reference/Global_Objects/Number/toExponential",
787
- "!doc": "Returns a string representing the Number object in exponential notation"
788
- },
789
- "toPrecision": {
790
- "!type": "fn(digits: number) -> string",
791
- "!url": "https://developer.mozIMPAKTAPPS.org/en-US/docs/JavaScript/Reference/Global_Objects/Number/toPrecision",
792
- "!doc": "The toPrecision() method returns a string representing the number to the specified precision."
793
- }
794
- },
795
- "EPSILON": {
796
- "!type": "number",
797
- "!doc": "The Number.EPSILON property represents the difference between one and the smallest value greater than one that can be represented as a Number.",
798
- "!url": "https://developer.mozIMPAKTAPPS.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Number/EPSILON"
799
- },
800
- "MAX_SAFE_INTEGER": {
801
- "!type": "number",
802
- "!doc": "The Number.MAX_SAFE_INTEGER constant represents the maximum safe integer in JavaScript (253 - 1).",
803
- "!url": "https://developer.mozIMPAKTAPPS.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Number/MAX_SAFE_INTEGER"
804
- },
805
- "MIN_SAFE_INTEGER": {
806
- "!type": "number",
807
- "!doc": "The Number.MIN_SAFE_INTEGER constant represents the minimum safe integer in JavaScript (-(253 - 1)).",
808
- "!url": "https://developer.mozIMPAKTAPPS.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Number/MIN_SAFE_INTEGER"
809
- },
810
- "isFinite": {
811
- "!type": "fn(testValue: ?) -> bool",
812
- "!doc": "The Number.isFinite() method determines whether the passed value is finite.",
813
- "!url": "https://developer.mozIMPAKTAPPS.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Number/isFinite"
814
- },
815
- "isInteger": {
816
- "!type": "fn(testValue: ?) -> bool",
817
- "!doc": "The Number.isInteger() method determines whether the passed value is an integer.",
818
- "!url": "https://developer.mozIMPAKTAPPS.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Number/isInteger"
819
- },
820
- "isNaN": {
821
- "!type": "fn(testValue: ?) -> bool",
822
- "!doc": "The Number.isNaN() method determines whether the passed value is NaN. More robust version of the original global isNaN().",
823
- "!url": "https://developer.mozIMPAKTAPPS.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Number/isNaN"
824
- },
825
- "isSafeInteger": {
826
- "!type": "fn(testValue: ?) -> bool",
827
- "!doc": "The Number.isSafeInteger() method determines whether the provided value is a number that is a safe integer. A safe integer is an integer that",
828
- "!url": "https://developer.mozIMPAKTAPPS.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Number/isSafeInteger"
829
- },
830
- "parseFloat": {
831
- "!type": "fn(string: string) -> number",
832
- "!doc": "The Number.parseFloat() method parses a string argument and returns a floating point number.",
833
- "!url": "https://developer.mozIMPAKTAPPS.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Number/parseFloat"
834
- },
835
- "parseInt": {
836
- "!type": "fn(string: string, radix?: number) -> number",
837
- "!doc": "The Number.parseInt() method parses a string argument and returns an integer of the specified radix or base.",
838
- "!url": "https://developer.mozIMPAKTAPPS.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Number/parseInt"
839
- },
840
- "!url": "https://developer.mozIMPAKTAPPS.org/en-US/docs/JavaScript/Reference/Global_Objects/Number",
841
- "!doc": "The Number JavaScript object is a wrapper object allowing you to work with numerical values. A Number object is created using the Number() constructor."
842
- },
843
- "Boolean": {
844
- "!type": "fn(value: ?) -> bool",
845
- "prototype": {
846
- "!stdProto": "Boolean"
847
- },
848
- "!url": "https://developer.mozIMPAKTAPPS.org/en-US/docs/JavaScript/Reference/Global_Objects/Boolean",
849
- "!doc": "The Boolean object is an object wrapper for a boolean value."
850
- },
851
- "RegExp": {
852
- "!type": "fn(source: string, flags?: string)",
853
- "prototype": {
854
- "!stdProto": "RegExp",
855
- "exec": {
856
- "!type": "fn(input: string) -> [string]",
857
- "!url": "https://developer.mozIMPAKTAPPS.org/en-US/docs/JavaScript/Reference/Global_Objects/RegExp/exec",
858
- "!doc": "Executes a search for a match in a specified string. Returns a result array, or null."
859
- },
860
- "test": {
861
- "!type": "fn(input: string) -> bool",
862
- "!url": "https://developer.mozIMPAKTAPPS.org/en-US/docs/JavaScript/Reference/Global_Objects/RegExp/test",
863
- "!doc": "Executes the search for a match between a regular expression and a specified string. Returns true or false."
864
- },
865
- "global": {
866
- "!type": "bool",
867
- "!url": "https://developer.mozIMPAKTAPPS.org/en-US/docs/JavaScript/Reference/Global_Objects/RegExp",
868
- "!doc": "Creates a regular expression object for matching text with a pattern."
869
- },
870
- "ignoreCase": {
871
- "!type": "bool",
872
- "!url": "https://developer.mozIMPAKTAPPS.org/en-US/docs/JavaScript/Reference/Global_Objects/RegExp",
873
- "!doc": "Creates a regular expression object for matching text with a pattern."
874
- },
875
- "multiline": {
876
- "!type": "bool",
877
- "!url": "https://developer.mozIMPAKTAPPS.org/en-US/docs/JavaScript/Reference/Global_Objects/RegExp/multiline",
878
- "!doc": "Reflects whether or not to search in strings across multiple lines.\n"
879
- },
880
- "source": {
881
- "!type": "string",
882
- "!url": "https://developer.mozIMPAKTAPPS.org/en-US/docs/JavaScript/Reference/Global_Objects/RegExp/source",
883
- "!doc": "A read-only property that contains the text of the pattern, excluding the forward slashes.\n"
884
- },
885
- "lastIndex": {
886
- "!type": "number",
887
- "!url": "https://developer.mozIMPAKTAPPS.org/en-US/docs/JavaScript/Reference/Global_Objects/RegExp/lastIndex",
888
- "!doc": "A read/write integer property that specifies the index at which to start the next match."
889
- },
890
- "flags": {
891
- "!type": "string",
892
- "!doc": "The flags property returns a string consisting of the flags of the current regular expression object.",
893
- "!url": "https://developer.mozIMPAKTAPPS.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/RegExp/flags"
894
- },
895
- "sticky": {
896
- "!type": "bool",
897
- "!doc": "The sticky property reflects whether or not the search is sticky (searches in strings only from the index indicated by the lastIndex property of this regular expression). sticky is a read-only property of an individual regular expression object.",
898
- "!url": "https://developer.mozIMPAKTAPPS.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/RegExp/sticky"
899
- },
900
- "unicode": {
901
- "!type": "bool",
902
- "!doc": "The 'u' flag enables various Unicode-related features.",
903
- "!url": "https://developer.mozIMPAKTAPPS.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/RegExp/unicode"
904
- }
905
- },
906
- "!url": "https://developer.mozIMPAKTAPPS.org/en-US/docs/JavaScript/Reference/Global_Objects/RegExp",
907
- "!doc": "Creates a regular expression object for matching text with a pattern."
908
- },
909
- "Date": {
910
- "!type": "fn(ms: number)",
911
- "parse": {
912
- "!type": "fn(source: string) -> +Date",
913
- "!url": "https://developer.mozIMPAKTAPPS.org/en-US/docs/JavaScript/Reference/Global_Objects/Date/parse",
914
- "!doc": "Parses a string representation of a date, and returns the number of milliseconds since January 1, 1970, 00:00:00 UTC."
915
- },
916
- "UTC": {
917
- "!type": "fn(year: number, month: number, date: number, hour?: number, min?: number, sec?: number, ms?: number) -> number",
918
- "!url": "https://developer.mozIMPAKTAPPS.org/en-US/docs/JavaScript/Reference/Global_Objects/Date/UTC",
919
- "!doc": "Accepts the same parameters as the longest form of the constructor, and returns the number of milliseconds in a Date object since January 1, 1970, 00:00:00, universal time."
920
- },
921
- "now": {
922
- "!type": "fn() -> number",
923
- "!url": "https://developer.mozIMPAKTAPPS.org/en-US/docs/JavaScript/Reference/Global_Objects/Date/now",
924
- "!doc": "Returns the number of milliseconds elapsed since 1 January 1970 00:00:00 UTC."
925
- },
926
- "prototype": {
927
- "toUTCString": {
928
- "!type": "fn() -> string",
929
- "!url": "https://developer.mozIMPAKTAPPS.org/en-US/docs/JavaScript/Reference/Global_Objects/Date/toUTCString",
930
- "!doc": "Converts a date to a string, using the universal time convention."
931
- },
932
- "toISOString": {
933
- "!type": "fn() -> string",
934
- "!url": "https://developer.mozIMPAKTAPPS.org/en-US/docs/JavaScript/Reference/Global_Objects/Date/toISOString",
935
- "!doc": "JavaScript provides a direct way to convert a date object into a string in ISO format, the ISO 8601 Extended Format."
936
- },
937
- "toDateString": {
938
- "!type": "fn() -> string",
939
- "!url": "https://developer.mozIMPAKTAPPS.org/en-US/docs/JavaScript/Reference/Global_Objects/Date/toDateString",
940
- "!doc": "Returns the date portion of a Date object in human readable form in American English."
941
- },
942
- "toTimeString": {
943
- "!type": "fn() -> string",
944
- "!url": "https://developer.mozIMPAKTAPPS.org/en-US/docs/JavaScript/Reference/Global_Objects/Date/toTimeString",
945
- "!doc": "Returns the time portion of a Date object in human readable form in American English."
946
- },
947
- "toLocaleDateString": {
948
- "!type": "fn() -> string",
949
- "!url": "https://developer.mozIMPAKTAPPS.org/en-US/docs/JavaScript/Reference/Global_Objects/Date/toLocaleDateString",
950
- "!doc": "Converts a date to a string, returning the \"date\" portion using the operating system's locale's conventions.\n"
951
- },
952
- "toLocaleTimeString": {
953
- "!type": "fn() -> string",
954
- "!url": "https://developer.mozIMPAKTAPPS.org/en-US/docs/JavaScript/Reference/Global_Objects/Date/toLocaleTimeString",
955
- "!doc": "Converts a date to a string, returning the \"time\" portion using the current locale's conventions."
956
- },
957
- "getTime": {
958
- "!type": "fn() -> number",
959
- "!url": "https://developer.mozIMPAKTAPPS.org/en-US/docs/JavaScript/Reference/Global_Objects/Date/getTime",
960
- "!doc": "Returns the numeric value corresponding to the time for the specified date according to universal time."
961
- },
962
- "getFullYear": {
963
- "!type": "fn() -> number",
964
- "!url": "https://developer.mozIMPAKTAPPS.org/en-US/docs/JavaScript/Reference/Global_Objects/Date/getFullYear",
965
- "!doc": "Returns the year of the specified date according to local time."
966
- },
967
- "getYear": {
968
- "!type": "fn() -> number",
969
- "!url": "https://developer.mozIMPAKTAPPS.org/en-US/docs/JavaScript/Reference/Global_Objects/Date/getYear",
970
- "!doc": "Returns the year in the specified date according to local time."
971
- },
972
- "getMonth": {
973
- "!type": "fn() -> number",
974
- "!url": "https://developer.mozIMPAKTAPPS.org/en-US/docs/JavaScript/Reference/Global_Objects/Date/getMonth",
975
- "!doc": "Returns the month in the specified date according to local time."
976
- },
977
- "getUTCMonth": {
978
- "!type": "fn() -> number",
979
- "!url": "https://developer.mozIMPAKTAPPS.org/en-US/docs/JavaScript/Reference/Global_Objects/Date/getUTCMonth",
980
- "!doc": "Returns the month of the specified date according to universal time.\n"
981
- },
982
- "getDate": {
983
- "!type": "fn() -> number",
984
- "!url": "https://developer.mozIMPAKTAPPS.org/en-US/docs/JavaScript/Reference/Global_Objects/Date/getDate",
985
- "!doc": "Returns the day of the month for the specified date according to local time."
986
- },
987
- "getUTCDate": {
988
- "!type": "fn() -> number",
989
- "!url": "https://developer.mozIMPAKTAPPS.org/en-US/docs/JavaScript/Reference/Global_Objects/Date/getUTCDate",
990
- "!doc": "Returns the day (date) of the month in the specified date according to universal time.\n"
991
- },
992
- "getDay": {
993
- "!type": "fn() -> number",
994
- "!url": "https://developer.mozIMPAKTAPPS.org/en-US/docs/JavaScript/Reference/Global_Objects/Date/getDay",
995
- "!doc": "Returns the day of the week for the specified date according to local time."
996
- },
997
- "getUTCDay": {
998
- "!type": "fn() -> number",
999
- "!url": "https://developer.mozIMPAKTAPPS.org/en-US/docs/JavaScript/Reference/Global_Objects/Date/getUTCDay",
1000
- "!doc": "Returns the day of the week in the specified date according to universal time.\n"
1001
- },
1002
- "getHours": {
1003
- "!type": "fn() -> number",
1004
- "!url": "https://developer.mozIMPAKTAPPS.org/en-US/docs/JavaScript/Reference/Global_Objects/Date/getHours",
1005
- "!doc": "Returns the hour for the specified date according to local time."
1006
- },
1007
- "getUTCHours": {
1008
- "!type": "fn() -> number",
1009
- "!url": "https://developer.mozIMPAKTAPPS.org/en-US/docs/JavaScript/Reference/Global_Objects/Date/getUTCHours",
1010
- "!doc": "Returns the hours in the specified date according to universal time.\n"
1011
- },
1012
- "getMinutes": {
1013
- "!type": "fn() -> number",
1014
- "!url": "https://developer.mozIMPAKTAPPS.org/en-US/docs/JavaScript/Reference/Global_Objects/Date/getMinutes",
1015
- "!doc": "Returns the minutes in the specified date according to local time."
1016
- },
1017
- "getUTCMinutes": {
1018
- "!type": "fn() -> number",
1019
- "!url": "https://developer.mozIMPAKTAPPS.org/en-US/docs/JavaScript/Reference/Global_Objects/Date",
1020
- "!doc": "Creates JavaScript Date instances which let you work with dates and times."
1021
- },
1022
- "getSeconds": {
1023
- "!type": "fn() -> number",
1024
- "!url": "https://developer.mozIMPAKTAPPS.org/en-US/docs/JavaScript/Reference/Global_Objects/Date/getSeconds",
1025
- "!doc": "Returns the seconds in the specified date according to local time."
1026
- },
1027
- "getUTCSeconds": {
1028
- "!type": "fn() -> number",
1029
- "!url": "https://developer.mozIMPAKTAPPS.org/en-US/docs/JavaScript/Reference/Global_Objects/Date/getUTCSeconds",
1030
- "!doc": "Returns the seconds in the specified date according to universal time.\n"
1031
- },
1032
- "getMilliseconds": {
1033
- "!type": "fn() -> number",
1034
- "!url": "https://developer.mozIMPAKTAPPS.org/en-US/docs/JavaScript/Reference/Global_Objects/Date/getMilliseconds",
1035
- "!doc": "Returns the milliseconds in the specified date according to local time."
1036
- },
1037
- "getUTCMilliseconds": {
1038
- "!type": "fn() -> number",
1039
- "!url": "https://developer.mozIMPAKTAPPS.org/en-US/docs/JavaScript/Reference/Global_Objects/Date/getUTCMilliseconds",
1040
- "!doc": "Returns the milliseconds in the specified date according to universal time.\n"
1041
- },
1042
- "getTimezoneOffset": {
1043
- "!type": "fn() -> number",
1044
- "!url": "https://developer.mozIMPAKTAPPS.org/en-US/docs/JavaScript/Reference/Global_Objects/Date/getTimezoneOffset",
1045
- "!doc": "Returns the time-zone offset from UTC, in minutes, for the current locale."
1046
- },
1047
- "setTime": {
1048
- "!type": "fn(date: +Date) -> number",
1049
- "!url": "https://developer.mozIMPAKTAPPS.org/en-US/docs/JavaScript/Reference/Global_Objects/Date/setTime",
1050
- "!doc": "Sets the Date object to the time represented by a number of milliseconds since January 1, 1970, 00:00:00 UTC.\n"
1051
- },
1052
- "setFullYear": {
1053
- "!type": "fn(year: number) -> number",
1054
- "!url": "https://developer.mozIMPAKTAPPS.org/en-US/docs/JavaScript/Reference/Global_Objects/Date/setFullYear",
1055
- "!doc": "Sets the full year for a specified date according to local time.\n"
1056
- },
1057
- "setUTCFullYear": {
1058
- "!type": "fn(year: number) -> number",
1059
- "!url": "https://developer.mozIMPAKTAPPS.org/en-US/docs/JavaScript/Reference/Global_Objects/Date/setUTCFullYear",
1060
- "!doc": "Sets the full year for a specified date according to universal time.\n"
1061
- },
1062
- "setMonth": {
1063
- "!type": "fn(month: number) -> number",
1064
- "!url": "https://developer.mozIMPAKTAPPS.org/en-US/docs/JavaScript/Reference/Global_Objects/Date/setMonth",
1065
- "!doc": "Set the month for a specified date according to local time."
1066
- },
1067
- "setUTCMonth": {
1068
- "!type": "fn(month: number) -> number",
1069
- "!url": "https://developer.mozIMPAKTAPPS.org/en-US/docs/JavaScript/Reference/Global_Objects/Date/setUTCMonth",
1070
- "!doc": "Sets the month for a specified date according to universal time.\n"
1071
- },
1072
- "setDate": {
1073
- "!type": "fn(day: number) -> number",
1074
- "!url": "https://developer.mozIMPAKTAPPS.org/en-US/docs/JavaScript/Reference/Global_Objects/Date/setDate",
1075
- "!doc": "Sets the day of the month for a specified date according to local time."
1076
- },
1077
- "setUTCDate": {
1078
- "!type": "fn(day: number) -> number",
1079
- "!url": "https://developer.mozIMPAKTAPPS.org/en-US/docs/JavaScript/Reference/Global_Objects/Date/setUTCDate",
1080
- "!doc": "Sets the day of the month for a specified date according to universal time.\n"
1081
- },
1082
- "setHours": {
1083
- "!type": "fn(hour: number) -> number",
1084
- "!url": "https://developer.mozIMPAKTAPPS.org/en-US/docs/JavaScript/Reference/Global_Objects/Date/setHours",
1085
- "!doc": "Sets the hours for a specified date according to local time, and returns the number of milliseconds since 1 January 1970 00:00:00 UTC until the time represented by the updated Date instance."
1086
- },
1087
- "setUTCHours": {
1088
- "!type": "fn(hour: number) -> number",
1089
- "!url": "https://developer.mozIMPAKTAPPS.org/en-US/docs/JavaScript/Reference/Global_Objects/Date/setUTCHours",
1090
- "!doc": "Sets the hour for a specified date according to universal time.\n"
1091
- },
1092
- "setMinutes": {
1093
- "!type": "fn(min: number) -> number",
1094
- "!url": "https://developer.mozIMPAKTAPPS.org/en-US/docs/JavaScript/Reference/Global_Objects/Date/setMinutes",
1095
- "!doc": "Sets the minutes for a specified date according to local time."
1096
- },
1097
- "setUTCMinutes": {
1098
- "!type": "fn(min: number) -> number",
1099
- "!url": "https://developer.mozIMPAKTAPPS.org/en-US/docs/JavaScript/Reference/Global_Objects/Date/setUTCMinutes",
1100
- "!doc": "Sets the minutes for a specified date according to universal time.\n"
1101
- },
1102
- "setSeconds": {
1103
- "!type": "fn(sec: number) -> number",
1104
- "!url": "https://developer.mozIMPAKTAPPS.org/en-US/docs/JavaScript/Reference/Global_Objects/Date/setSeconds",
1105
- "!doc": "Sets the seconds for a specified date according to local time."
1106
- },
1107
- "setUTCSeconds": {
1108
- "!type": "fn(sec: number) -> number",
1109
- "!url": "https://developer.mozIMPAKTAPPS.org/en-US/docs/JavaScript/Reference/Global_Objects/Date/setUTCSeconds",
1110
- "!doc": "Sets the seconds for a specified date according to universal time.\n"
1111
- },
1112
- "setMilliseconds": {
1113
- "!type": "fn(ms: number) -> number",
1114
- "!url": "https://developer.mozIMPAKTAPPS.org/en-US/docs/JavaScript/Reference/Global_Objects/Date/setMilliseconds",
1115
- "!doc": "Sets the milliseconds for a specified date according to local time.\n"
1116
- },
1117
- "setUTCMilliseconds": {
1118
- "!type": "fn(ms: number) -> number",
1119
- "!url": "https://developer.mozIMPAKTAPPS.org/en-US/docs/JavaScript/Reference/Global_Objects/Date/setUTCMilliseconds",
1120
- "!doc": "Sets the milliseconds for a specified date according to universal time.\n"
1121
- },
1122
- "toJSON": {
1123
- "!type": "fn() -> string",
1124
- "!doc": "Returns a string (using toISOString()) representing the Date object's value.",
1125
- "!url": "https://developer.mozIMPAKTAPPS.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date/toJSON"
1126
- }
1127
- },
1128
- "!url": "https://developer.mozIMPAKTAPPS.org/en-US/docs/JavaScript/Reference/Global_Objects/Date",
1129
- "!doc": "Creates JavaScript Date instances which let you work with dates and times."
1130
- },
1131
- "Error": {
1132
- "!type": "fn(message: string)",
1133
- "prototype": {
1134
- "name": {
1135
- "!type": "string",
1136
- "!url": "https://developer.mozIMPAKTAPPS.org/en-US/docs/JavaScript/Reference/Global_Objects/Error/name",
1137
- "!doc": "A name for the type of error."
1138
- },
1139
- "message": {
1140
- "!type": "string",
1141
- "!url": "https://developer.mozIMPAKTAPPS.org/en-US/docs/JavaScript/Reference/Global_Objects/Error/message",
1142
- "!doc": "A human-readable description of the error."
1143
- }
1144
- },
1145
- "!url": "https://developer.mozIMPAKTAPPS.org/en-US/docs/JavaScript/Reference/Global_Objects/Error",
1146
- "!doc": "Creates an error object."
1147
- },
1148
- "SyntaxError": {
1149
- "!type": "fn(message: string)",
1150
- "prototype": "Error.prototype",
1151
- "!url": "https://developer.mozIMPAKTAPPS.org/en-US/docs/JavaScript/Reference/Global_Objects/SyntaxError",
1152
- "!doc": "Represents an error when trying to interpret syntactically invalid code."
1153
- },
1154
- "ReferenceError": {
1155
- "!type": "fn(message: string)",
1156
- "prototype": "Error.prototype",
1157
- "!url": "https://developer.mozIMPAKTAPPS.org/en-US/docs/JavaScript/Reference/Global_Objects/ReferenceError",
1158
- "!doc": "Represents an error when a non-existent variable is referenced."
1159
- },
1160
- "URIError": {
1161
- "!type": "fn(message: string)",
1162
- "prototype": "Error.prototype",
1163
- "!url": "https://developer.mozIMPAKTAPPS.org/en-US/docs/JavaScript/Reference/Global_Objects/URIError",
1164
- "!doc": "Represents an error when a malformed URI is encountered."
1165
- },
1166
- "EvalError": {
1167
- "!type": "fn(message: string)",
1168
- "prototype": "Error.prototype",
1169
- "!url": "https://developer.mozIMPAKTAPPS.org/en-US/docs/JavaScript/Reference/Global_Objects/EvalError",
1170
- "!doc": "Represents an error regarding the eval function."
1171
- },
1172
- "RangeError": {
1173
- "!type": "fn(message: string)",
1174
- "prototype": "Error.prototype",
1175
- "!url": "https://developer.mozIMPAKTAPPS.org/en-US/docs/JavaScript/Reference/Global_Objects/RangeError",
1176
- "!doc": "Represents an error when a number is not within the correct range allowed."
1177
- },
1178
- "TypeError": {
1179
- "!type": "fn(message: string)",
1180
- "prototype": "Error.prototype",
1181
- "!url": "https://developer.mozIMPAKTAPPS.org/en-US/docs/JavaScript/Reference/Global_Objects/TypeError",
1182
- "!doc": "Represents an error an error when a value is not of the expected type."
1183
- },
1184
- "parseInt": {
1185
- "!type": "fn(string: string, radix?: number) -> number",
1186
- "!url": "https://developer.mozIMPAKTAPPS.org/en-US/docs/JavaScript/Reference/Global_Objects/parseInt",
1187
- "!doc": "Parses a string argument and returns an integer of the specified radix or base."
1188
- },
1189
- "parseFloat": {
1190
- "!type": "fn(string: string) -> number",
1191
- "!url": "https://developer.mozIMPAKTAPPS.org/en-US/docs/JavaScript/Reference/Global_Objects/parseFloat",
1192
- "!doc": "Parses a string argument and returns a floating point number."
1193
- },
1194
- "isNaN": {
1195
- "!type": "fn(value: number) -> bool",
1196
- "!url": "https://developer.mozIMPAKTAPPS.org/en-US/docs/JavaScript/Reference/Global_Objects/isNaN",
1197
- "!doc": "Determines whether a value is NaN or not. Be careful, this function is broken. You may be interested in ECMAScript 6 Number.isNaN."
1198
- },
1199
- "isFinite": {
1200
- "!type": "fn(value: number) -> bool",
1201
- "!url": "https://developer.mozIMPAKTAPPS.org/en-US/docs/JavaScript/Reference/Global_Objects/isFinite",
1202
- "!doc": "Determines whether the passed value is a finite number."
1203
- },
1204
- "eval": {
1205
- "!type": "fn(code: string) -> ?",
1206
- "!url": "https://developer.mozIMPAKTAPPS.org/en-US/docs/JavaScript/Reference/Global_Objects/eval",
1207
- "!doc": "Evaluates JavaScript code represented as a string."
1208
- },
1209
- "encodeURI": {
1210
- "!type": "fn(uri: string) -> string",
1211
- "!url": "https://developer.mozIMPAKTAPPS.org/en-US/docs/JavaScript/Reference/Global_Objects/encodeURI",
1212
- "!doc": "Encodes a Uniform Resource Identifier (URI) by replacing each instance of certain characters by one, two, three, or four escape sequences representing the UTF-8 encoding of the character (will only be four escape sequences for characters composed of two \"surrogate\" characters)."
1213
- },
1214
- "encodeURIComponent": {
1215
- "!type": "fn(uri: string) -> string",
1216
- "!url": "https://developer.mozIMPAKTAPPS.org/en-US/docs/JavaScript/Reference/Global_Objects/encodeURIComponent",
1217
- "!doc": "Encodes a Uniform Resource Identifier (URI) component by replacing each instance of certain characters by one, two, three, or four escape sequences representing the UTF-8 encoding of the character (will only be four escape sequences for characters composed of two \"surrogate\" characters)."
1218
- },
1219
- "decodeURI": {
1220
- "!type": "fn(uri: string) -> string",
1221
- "!url": "https://developer.mozIMPAKTAPPS.org/en-US/docs/JavaScript/Reference/Global_Objects/decodeURI",
1222
- "!doc": "Decodes a Uniform Resource Identifier (URI) previously created by encodeURI or by a similar routine."
1223
- },
1224
- "decodeURIComponent": {
1225
- "!type": "fn(uri: string) -> string",
1226
- "!url": "https://developer.mozIMPAKTAPPS.org/en-US/docs/JavaScript/Reference/Global_Objects/decodeURIComponent",
1227
- "!doc": "Decodes a Uniform Resource Identifier (URI) component previously created by encodeURIComponent or by a similar routine."
1228
- },
1229
- "Math": {
1230
- "E": {
1231
- "!type": "number",
1232
- "!url": "https://developer.mozIMPAKTAPPS.org/en-US/docs/JavaScript/Reference/Global_Objects/Math/E",
1233
- "!doc": "The base of natural logarithms, e, approximately 2.718."
1234
- },
1235
- "LN2": {
1236
- "!type": "number",
1237
- "!url": "https://developer.mozIMPAKTAPPS.org/en-US/docs/JavaScript/Reference/Global_Objects/Math/LN2",
1238
- "!doc": "The natural logarithm of 2, approximately 0.693."
1239
- },
1240
- "LN10": {
1241
- "!type": "number",
1242
- "!url": "https://developer.mozIMPAKTAPPS.org/en-US/docs/JavaScript/Reference/Global_Objects/Math/LN10",
1243
- "!doc": "The natural logarithm of 10, approximately 2.302."
1244
- },
1245
- "LOG2E": {
1246
- "!type": "number",
1247
- "!url": "https://developer.mozIMPAKTAPPS.org/en-US/docs/JavaScript/Reference/Global_Objects/Math/LOG2E",
1248
- "!doc": "The base 2 logarithm of E (approximately 1.442)."
1249
- },
1250
- "LOG10E": {
1251
- "!type": "number",
1252
- "!url": "https://developer.mozIMPAKTAPPS.org/en-US/docs/JavaScript/Reference/Global_Objects/Math/LOG10E",
1253
- "!doc": "The base 10 logarithm of E (approximately 0.434)."
1254
- },
1255
- "SQRT1_2": {
1256
- "!type": "number",
1257
- "!url": "https://developer.mozIMPAKTAPPS.org/en-US/docs/JavaScript/Reference/Global_Objects/Math/SQRT1_2",
1258
- "!doc": "The square root of 1/2; equivalently, 1 over the square root of 2, approximately 0.707."
1259
- },
1260
- "SQRT2": {
1261
- "!type": "number",
1262
- "!url": "https://developer.mozIMPAKTAPPS.org/en-US/docs/JavaScript/Reference/Global_Objects/Math/SQRT2",
1263
- "!doc": "The square root of 2, approximately 1.414."
1264
- },
1265
- "PI": {
1266
- "!type": "number",
1267
- "!url": "https://developer.mozIMPAKTAPPS.org/en-US/docs/JavaScript/Reference/Global_Objects/Math/PI",
1268
- "!doc": "The ratio of the circumference of a circle to its diameter, approximately 3.14159."
1269
- },
1270
- "abs": {
1271
- "!type": "fn(number) -> number",
1272
- "!url": "https://developer.mozIMPAKTAPPS.org/en-US/docs/JavaScript/Reference/Global_Objects/Math/abs",
1273
- "!doc": "Returns the absolute value of a number."
1274
- },
1275
- "cos": {
1276
- "!type": "fn(number) -> number",
1277
- "!url": "https://developer.mozIMPAKTAPPS.org/en-US/docs/JavaScript/Reference/Global_Objects/Math/cos",
1278
- "!doc": "Returns the cosine of a number."
1279
- },
1280
- "sin": {
1281
- "!type": "fn(number) -> number",
1282
- "!url": "https://developer.mozIMPAKTAPPS.org/en-US/docs/JavaScript/Reference/Global_Objects/Math/sin",
1283
- "!doc": "Returns the sine of a number."
1284
- },
1285
- "tan": {
1286
- "!type": "fn(number) -> number",
1287
- "!url": "https://developer.mozIMPAKTAPPS.org/en-US/docs/JavaScript/Reference/Global_Objects/Math/tan",
1288
- "!doc": "Returns the tangent of a number."
1289
- },
1290
- "acos": {
1291
- "!type": "fn(number) -> number",
1292
- "!url": "https://developer.mozIMPAKTAPPS.org/en-US/docs/JavaScript/Reference/Global_Objects/Math/acos",
1293
- "!doc": "Returns the arccosine (in radians) of a number."
1294
- },
1295
- "asin": {
1296
- "!type": "fn(number) -> number",
1297
- "!url": "https://developer.mozIMPAKTAPPS.org/en-US/docs/JavaScript/Reference/Global_Objects/Math/asin",
1298
- "!doc": "Returns the arcsine (in radians) of a number."
1299
- },
1300
- "atan": {
1301
- "!type": "fn(number) -> number",
1302
- "!url": "https://developer.mozIMPAKTAPPS.org/en-US/docs/JavaScript/Reference/Global_Objects/Math/atan",
1303
- "!doc": "Returns the arctangent (in radians) of a number."
1304
- },
1305
- "atan2": {
1306
- "!type": "fn(y: number, x: number) -> number",
1307
- "!url": "https://developer.mozIMPAKTAPPS.org/en-US/docs/JavaScript/Reference/Global_Objects/Math/atan2",
1308
- "!doc": "Returns the arctangent of the quotient of its arguments."
1309
- },
1310
- "ceil": {
1311
- "!type": "fn(number) -> number",
1312
- "!url": "https://developer.mozIMPAKTAPPS.org/en-US/docs/JavaScript/Reference/Global_Objects/Math/ceil",
1313
- "!doc": "Returns the smallest integer greater than or equal to a number."
1314
- },
1315
- "floor": {
1316
- "!type": "fn(number) -> number",
1317
- "!url": "https://developer.mozIMPAKTAPPS.org/en-US/docs/JavaScript/Reference/Global_Objects/Math/floor",
1318
- "!doc": "Returns the largest integer less than or equal to a number."
1319
- },
1320
- "round": {
1321
- "!type": "fn(number) -> number",
1322
- "!url": "https://developer.mozIMPAKTAPPS.org/en-US/docs/JavaScript/Reference/Global_Objects/Math/round",
1323
- "!doc": "Returns the value of a number rounded to the nearest integer."
1324
- },
1325
- "exp": {
1326
- "!type": "fn(number) -> number",
1327
- "!url": "https://developer.mozIMPAKTAPPS.org/en-US/docs/JavaScript/Reference/Global_Objects/Math/exp",
1328
- "!doc": "Returns Ex, where x is the argument, and E is Euler's constant, the base of the natural logarithms."
1329
- },
1330
- "log": {
1331
- "!type": "fn(number) -> number",
1332
- "!url": "https://developer.mozIMPAKTAPPS.org/en-US/docs/JavaScript/Reference/Global_Objects/Math/log",
1333
- "!doc": "Returns the natural logarithm (base E) of a number."
1334
- },
1335
- "sqrt": {
1336
- "!type": "fn(number) -> number",
1337
- "!url": "https://developer.mozIMPAKTAPPS.org/en-US/docs/JavaScript/Reference/Global_Objects/Math/sqrt",
1338
- "!doc": "Returns the square root of a number."
1339
- },
1340
- "pow": {
1341
- "!type": "fn(number, number) -> number",
1342
- "!url": "https://developer.mozIMPAKTAPPS.org/en-US/docs/JavaScript/Reference/Global_Objects/Math/pow",
1343
- "!doc": "Returns base to the exponent power, that is, baseexponent."
1344
- },
1345
- "max": {
1346
- "!type": "fn(number, number) -> number",
1347
- "!url": "https://developer.mozIMPAKTAPPS.org/en-US/docs/JavaScript/Reference/Global_Objects/Math/max",
1348
- "!doc": "Returns the largest of zero or more numbers."
1349
- },
1350
- "min": {
1351
- "!type": "fn(number, number) -> number",
1352
- "!url": "https://developer.mozIMPAKTAPPS.org/en-US/docs/JavaScript/Reference/Global_Objects/Math/min",
1353
- "!doc": "Returns the smallest of zero or more numbers."
1354
- },
1355
- "random": {
1356
- "!type": "fn() -> number",
1357
- "!url": "https://developer.mozIMPAKTAPPS.org/en-US/docs/JavaScript/Reference/Global_Objects/Math/random",
1358
- "!doc": "Returns a floating-point, pseudo-random number in the range [0, 1) that is, from 0 (inclusive) up to but not including 1 (exclusive), which you can then scale to your desired range."
1359
- },
1360
- "acosh": {
1361
- "!type": "fn(x: number) -> number",
1362
- "!doc": "The Math.acosh() function returns the hyperbolic arc-cosine of a number.",
1363
- "!url": "https://developer.mozIMPAKTAPPS.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Math/acosh"
1364
- },
1365
- "asinh": {
1366
- "!type": "fn(x: number) -> number",
1367
- "!doc": "The Math.asinh() function returns the hyperbolic arcsine of a number.",
1368
- "!url": "https://developer.mozIMPAKTAPPS.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Math/asinh"
1369
- },
1370
- "atanh": {
1371
- "!type": "fn(x: number) -> number",
1372
- "!doc": "The Math.atanh() function returns the hyperbolic arctangent of a number.",
1373
- "!url": "https://developer.mozIMPAKTAPPS.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Math/atanh"
1374
- },
1375
- "cbrt": {
1376
- "!type": "fn(x: number) -> number",
1377
- "!doc": "The Math.cbrt() function returns the cube root of a number.",
1378
- "!url": "https://developer.mozIMPAKTAPPS.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Math/cbrt"
1379
- },
1380
- "clz32": {
1381
- "!type": "fn(x: number) -> number",
1382
- "!doc": "The Math.clz32() function returns the number of leading zero bits in the 32-bit binary representation of a number.",
1383
- "!url": "https://developer.mozIMPAKTAPPS.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Math/clz32"
1384
- },
1385
- "cosh": {
1386
- "!type": "fn(x: number) -> number",
1387
- "!doc": "The Math.cosh() function returns the hyperbolic cosine of a number, that can be expressed using the constant e:",
1388
- "!url": "https://developer.mozIMPAKTAPPS.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Math/cosh"
1389
- },
1390
- "expm1": {
1391
- "!type": "fn(x: number) -> number",
1392
- "!doc": "The Math.expm1() function returns ex - 1, where x is the argument, and e the base of the natural logarithms.",
1393
- "!url": "https://developer.mozIMPAKTAPPS.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Math/expm1"
1394
- },
1395
- "fround": {
1396
- "!type": "fn(x: number) -> number",
1397
- "!doc": "The Math.fround() function returns the nearest single precision float representation of a number.",
1398
- "!url": "https://developer.mozIMPAKTAPPS.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Math/fround"
1399
- },
1400
- "hypot": {
1401
- "!type": "fn(value: number) -> number",
1402
- "!doc": "The Math.hypot() function returns the square root of the sum of squares of its arguments.",
1403
- "!url": "https://developer.mozIMPAKTAPPS.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Math/hypot"
1404
- },
1405
- "imul": {
1406
- "!type": "fn(a: number, b: number) -> number",
1407
- "!doc": "The Math.imul() function returns the result of the C-like 32-bit multiplication of the two parameters.",
1408
- "!url": "https://developer.mozIMPAKTAPPS.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Math/imul"
1409
- },
1410
- "log10": {
1411
- "!type": "fn(x: number) -> number",
1412
- "!doc": "The Math.log10() function returns the base 10 logarithm of a number.",
1413
- "!url": "https://developer.mozIMPAKTAPPS.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Math/log10"
1414
- },
1415
- "log1p": {
1416
- "!type": "fn(x: number) -> number",
1417
- "!doc": "The Math.log1p() function returns the natural logarithm (base e) of 1 + a number.",
1418
- "!url": "https://developer.mozIMPAKTAPPS.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Math/log1p"
1419
- },
1420
- "log2": {
1421
- "!type": "fn(x: number) -> number",
1422
- "!doc": "The Math.log2() function returns the base 2 logarithm of a number.",
1423
- "!url": "https://developer.mozIMPAKTAPPS.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Math/log2"
1424
- },
1425
- "sign": {
1426
- "!type": "fn(x: number) -> number",
1427
- "!doc": "The Math.sign() function returns the sign of a number, indicating whether the number is positive, negative or zero.",
1428
- "!url": "https://developer.mozIMPAKTAPPS.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Math/sign"
1429
- },
1430
- "sinh": {
1431
- "!type": "fn(x: number) -> number",
1432
- "!doc": "The Math.sinh() function returns the hyperbolic sine of a number, that can be expressed using the constant e:",
1433
- "!url": "https://developer.mozIMPAKTAPPS.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Math/sinh"
1434
- },
1435
- "tanh": {
1436
- "!type": "fn(x: number) -> number",
1437
- "!doc": "The Math.tanh() function returns the hyperbolic tangent of a number.",
1438
- "!url": "https://developer.mozIMPAKTAPPS.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Math/tanh"
1439
- },
1440
- "trunc": {
1441
- "!type": "fn(x: number) -> number",
1442
- "!doc": "The Math.trunc() function returns the integral part of a number by removing any fractional digits. It does not round any numbers. The function can be expressed with the floor() and ceil() function:",
1443
- "!url": "https://developer.mozIMPAKTAPPS.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Math/trunc"
1444
- },
1445
- "!url": "https://developer.mozIMPAKTAPPS.org/en-US/docs/JavaScript/Reference/Global_Objects/Math",
1446
- "!doc": "A built-in object that has properties and methods for mathematical constants and functions."
1447
- },
1448
- "JSON": {
1449
- "parse": {
1450
- "!type": "fn(json: string, reviver?: fn(key: string, value: ?) -> ?) -> ?",
1451
- "!url": "https://developer.mozIMPAKTAPPS.org/en-US/docs/JavaScript/Reference/Global_Objects/JSON/parse",
1452
- "!doc": "Parse a string as JSON, optionally transforming the value produced by parsing."
1453
- },
1454
- "stringify": {
1455
- "!type": "fn(value: ?, replacer?: fn(key: string, value: ?) -> ?, space?: string|number) -> string",
1456
- "!url": "https://developer.mozIMPAKTAPPS.org/en-US/docs/JavaScript/Reference/Global_Objects/JSON/stringify",
1457
- "!doc": "Convert a value to JSON, optionally replacing values if a replacer function is specified, or optionally including only the specified properties if a replacer array is specified."
1458
- },
1459
- "!url": "https://developer.mozIMPAKTAPPS.org/en-US/docs/JSON",
1460
- "!doc": "JSON (JavaScript Object Notation) is a data-interchange format. It closely resembles a subset of JavaScript syntax, although it is not a strict subset. (See JSON in the JavaScript Reference for full details.) It is useful when writing any kind of JavaScript-based application, including websites and browser extensions. For example, you might store user information in JSON format in a cookie, or you might store extension preferences in JSON in a string-valued browser preference."
1461
- },
1462
- "ArrayBuffer": {
1463
- "!type": "fn(length: number)",
1464
- "!doc": "The ArrayBuffer object is used to represent a generic, fixed-length raw binary data buffer.",
1465
- "!url": "https://developer.mozIMPAKTAPPS.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/ArrayBuffer",
1466
- "isView": {
1467
- "!type": "fn(arg: +ArrayBuffer) -> bool",
1468
- "!doc": "The ArrayBuffer.isView() method returns true if arg is one of the ArrayBuffer views, such as typed array objects or a DataView; false otherwise.",
1469
- "!url": "https://developer.mozIMPAKTAPPS.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/ArrayBuffer/isView"
1470
- },
1471
- "prototype": {
1472
- "byteLength": {
1473
- "!type": "number",
1474
- "!doc": "The byteLength accessor property represents the length of an ArrayBuffer in bytes.",
1475
- "!url": "https://developer.mozIMPAKTAPPS.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/ArrayBuffer/byteLength"
1476
- },
1477
- "slice": {
1478
- "!type": "fn(begin: number, end?: number) -> +ArrayBuffer",
1479
- "!doc": "The slice() method returns a new ArrayBuffer whose contents are a copy of this ArrayBuffer's bytes from begin, inclusive, up to end, exclusive.",
1480
- "!url": "https://developer.mozIMPAKTAPPS.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/ArrayBuffer/slice"
1481
- }
1482
- }
1483
- },
1484
- "DataView": {
1485
- "!type": "fn(buffer: +ArrayBuffer, byteOffset?: number, byteLength?: number)",
1486
- "!doc": "The DataView view provides a low-level interface for reading data from and writing it to an ArrayBuffer.",
1487
- "!url": "https://developer.mozIMPAKTAPPS.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/DataView",
1488
- "prototype": {
1489
- "buffer": {
1490
- "!type": "+ArrayBuffer",
1491
- "!doc": "The buffer accessor property represents the ArrayBuffer referenced by the DataView at construction time.",
1492
- "!url": "https://developer.mozIMPAKTAPPS.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/DataView/buffer"
1493
- },
1494
- "byteLength": {
1495
- "!type": "number",
1496
- "!doc": "The byteLength accessor property represents the length (in bytes) of this view from the start of its ArrayBuffer.",
1497
- "!url": "https://developer.mozIMPAKTAPPS.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/DataView/byteLength"
1498
- },
1499
- "byteOffset": {
1500
- "!type": "number",
1501
- "!doc": "The byteOffset accessor property represents the offset (in bytes) of this view from the start of its ArrayBuffer.",
1502
- "!url": "https://developer.mozIMPAKTAPPS.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/DataView/byteOffset"
1503
- },
1504
- "getFloat32": {
1505
- "!type": "fn(byteOffset: number, littleEndian?: bool) -> number",
1506
- "!doc": "The getFloat32() method gets a signed 32-bit integer (float) at the specified byte offset from the start of the DataView.",
1507
- "!url": "https://developer.mozIMPAKTAPPS.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/DataView/getFloat32"
1508
- },
1509
- "getFloat64": {
1510
- "!type": "fn(byteOffset: number, littleEndian?: bool) -> number",
1511
- "!doc": "The getFloat64() method gets a signed 64-bit float (double) at the specified byte offset from the start of the DataView.",
1512
- "!url": "https://developer.mozIMPAKTAPPS.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/DataView/getFloat64"
1513
- },
1514
- "getInt16": {
1515
- "!type": "fn(byteOffset: number, littleEndian?: bool) -> number",
1516
- "!doc": "The getInt16() method gets a signed 16-bit integer (short) at the specified byte offset from the start of the DataView.",
1517
- "!url": "https://developer.mozIMPAKTAPPS.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/DataView/getInt16"
1518
- },
1519
- "getInt32": {
1520
- "!type": "fn(byteOffset: number, littleEndian?: bool) -> number",
1521
- "!doc": "The getInt32() method gets a signed 32-bit integer (long) at the specified byte offset from the start of the DataView.",
1522
- "!url": "https://developer.mozIMPAKTAPPS.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/DataView/getInt32"
1523
- },
1524
- "getInt8": {
1525
- "!type": "fn(byteOffset: number, littleEndian?: bool) -> number",
1526
- "!doc": "The getInt8() method gets a signed 8-bit integer (byte) at the specified byte offset from the start of the DataView.",
1527
- "!url": "https://developer.mozIMPAKTAPPS.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/DataView/getInt8"
1528
- },
1529
- "getUint16": {
1530
- "!type": "fn(byteOffset: number, littleEndian?: bool) -> number",
1531
- "!doc": "The getUint16() method gets an unsigned 16-bit integer (unsigned short) at the specified byte offset from the start of the DataView.",
1532
- "!url": "https://developer.mozIMPAKTAPPS.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/DataView/getUint16"
1533
- },
1534
- "getUint32": {
1535
- "!type": "fn(byteOffset: number, littleEndian?: bool) -> number",
1536
- "!doc": "The getUint32() method gets an unsigned 32-bit integer (unsigned long) at the specified byte offset from the start of the DataView.",
1537
- "!url": "https://developer.mozIMPAKTAPPS.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/DataView/getUint32"
1538
- },
1539
- "getUint8": {
1540
- "!type": "fn(byteOffset: number) -> number",
1541
- "!doc": "The getUint8() method gets an unsigned 8-bit integer (unsigned byte) at the specified byte offset from the start of the DataView.",
1542
- "!url": "https://developer.mozIMPAKTAPPS.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/DataView/getUint8"
1543
- },
1544
- "setFloat32": {
1545
- "!type": "fn(byteOffset: number, value: number, littleEndian?: bool)",
1546
- "!doc": "The setFloat32() method stores a signed 32-bit integer (float) value at the specified byte offset from the start of the DataView.",
1547
- "!url": "https://developer.mozIMPAKTAPPS.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/DataView/setFloat32"
1548
- },
1549
- "setFloat64": {
1550
- "!type": "fn(byteOffset: number, value: number, littleEndian?: bool)",
1551
- "!doc": "The setFloat64() method stores a signed 64-bit integer (double) value at the specified byte offset from the start of the DataView.",
1552
- "!url": "https://developer.mozIMPAKTAPPS.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/DataView/setFloat64"
1553
- },
1554
- "setInt16": {
1555
- "!type": "fn(byteOffset: number, value: number, littleEndian?: bool)",
1556
- "!doc": "The setInt16() method stores a signed 16-bit integer (short) value at the specified byte offset from the start of the DataView.",
1557
- "!url": "https://developer.mozIMPAKTAPPS.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/DataView/setInt16"
1558
- },
1559
- "setInt32": {
1560
- "!type": "fn(byteOffset: number, value: number, littleEndian?: bool)",
1561
- "!doc": "The setInt32() method stores a signed 32-bit integer (long) value at the specified byte offset from the start of the DataView.",
1562
- "!url": "https://developer.mozIMPAKTAPPS.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/DataView/setInt32"
1563
- },
1564
- "setInt8": {
1565
- "!type": "fn(byteOffset: number, value: number)",
1566
- "!doc": "The setInt8() method stores a signed 8-bit integer (byte) value at the specified byte offset from the start of the DataView.",
1567
- "!url": "https://developer.mozIMPAKTAPPS.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/DataView/setInt8"
1568
- },
1569
- "setUint16": {
1570
- "!type": "fn(byteOffset: number, value: number, littleEndian?: bool)",
1571
- "!doc": "The setUint16() method stores an unsigned 16-bit integer (unsigned short) value at the specified byte offset from the start of the DataView.",
1572
- "!url": "https://developer.mozIMPAKTAPPS.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/DataView/setUint16"
1573
- },
1574
- "setUint32": {
1575
- "!type": "fn(byteOffset: number, value: number, littleEndian?: bool)",
1576
- "!doc": "The setUint32() method stores an unsigned 32-bit integer (unsigned long) value at the specified byte offset from the start of the DataView.",
1577
- "!url": "https://developer.mozIMPAKTAPPS.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/DataView/setUint32"
1578
- },
1579
- "setUint8": {
1580
- "!type": "fn(byteOffset: number, value: number)",
1581
- "!doc": "The setUint8() method stores an unsigned 8-bit integer (byte) value at the specified byte offset from the start of the DataView.",
1582
- "!url": "https://developer.mozIMPAKTAPPS.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/DataView/setUint8"
1583
- }
1584
- }
1585
- },
1586
- "Float32Array": "TypedArray",
1587
- "Float64Array": "TypedArray",
1588
- "Int16Array": "TypedArray",
1589
- "Int32Array": "TypedArray",
1590
- "Int8Array": "TypedArray",
1591
- "Map": {
1592
- "!type": "fn(iterable?: [?])",
1593
- "!doc": "The Map object is a simple key/value map. Any value (both objects and primitive values) may be used as either a key or a value.",
1594
- "!url": "https://developer.mozIMPAKTAPPS.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Map",
1595
- "prototype": {
1596
- "clear": {
1597
- "!type": "fn()",
1598
- "!doc": "The clear() method removes all elements from a Map object.",
1599
- "!url": "https://developer.mozIMPAKTAPPS.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Map/clear"
1600
- },
1601
- "delete": {
1602
- "!type": "fn(key: ?)",
1603
- "!doc": "The delete() method removes the specified element from a Map object.",
1604
- "!url": "https://developer.mozIMPAKTAPPS.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Map/delete"
1605
- },
1606
- "entries": {
1607
- "!type": "fn() -> +iter[:t=[!this.:key, !this.:value]]",
1608
- "!doc": "The entries() method returns a new Iterator object that contains the [key, value] pairs for each element in the Map object in insertion order.",
1609
- "!url": "https://developer.mozIMPAKTAPPS.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Map/entries"
1610
- },
1611
- "forEach": {
1612
- "!type": "fn(callback: fn(value: ?, key: ?, map: +Map), thisArg?: ?)",
1613
- "!effects": ["call !0 this=!1 !this.:value !this.:key !this"],
1614
- "!doc": "The forEach() method executes a provided function once per each key/value pair in the Map object, in insertion order.",
1615
- "!url": "https://developer.mozIMPAKTAPPS.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Map/forEach"
1616
- },
1617
- "get": {
1618
- "!type": "fn(key: ?) -> !this.:value",
1619
- "!doc": "The get() method returns a specified element from a Map object.",
1620
- "!url": "https://developer.mozIMPAKTAPPS.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Map/get"
1621
- },
1622
- "has": {
1623
- "!type": "fn(key: ?) -> bool",
1624
- "!doc": "The has() method returns a boolean indicating whether an element with the specified key exists or not.",
1625
- "!url": "https://developer.mozIMPAKTAPPS.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Map/has"
1626
- },
1627
- "keys": {
1628
- "!type": "fn() -> +iter[:t=!this.:key]",
1629
- "!doc": "The keys() method returns a new Iterator object that contains the keys for each element in the Map object in insertion order.",
1630
- "!url": "https://developer.mozIMPAKTAPPS.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Map/keys"
1631
- },
1632
- "set": {
1633
- "!type": "fn(key: ?, value: ?) -> !this",
1634
- "!effects": ["propagate !0 !this.:key", "propagate !1 !this.:value"],
1635
- "!doc": "The set() method adds a new element with a specified key and value to a Map object.",
1636
- "!url": "https://developer.mozIMPAKTAPPS.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Map/set"
1637
- },
1638
- "size": {
1639
- "!type": "number",
1640
- "!doc": "The size accessor property returns the number of elements in a Map object.",
1641
- "!url": "https://developer.mozIMPAKTAPPS.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Map/size"
1642
- },
1643
- "values": {
1644
- "!type": "fn() -> +iter[:t=!this.:value]",
1645
- "!doc": "The values() method returns a new Iterator object that contains the values for each element in the Map object in insertion order.",
1646
- "!url": "https://developer.mozIMPAKTAPPS.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Map/values"
1647
- },
1648
- ":Symbol.iterator": {
1649
- "!type": "fn() -> +iter[:t=[!this.:key, !this.:value]]",
1650
- "!doc": "Returns a new Iterator object that contains the [key, value] pairs for each element in the Map object in insertion order.",
1651
- "!url": "https://developer.mozIMPAKTAPPS.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Map/@@iterator"
1652
- }
1653
- }
1654
- },
1655
- "Promise": {
1656
- "!type": "fn(executor: fn(resolve: fn(value: ?), reject: fn(reason: ?))) -> !custom:Promise_ctor",
1657
- "!doc": "The Promise object is used for deferred and asynchronous computations. A Promise is in one of the three states:",
1658
- "!url": "https://developer.mozIMPAKTAPPS.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Promise",
1659
- "all": {
1660
- "!type": "fn(iterable: [+Promise]) -> +Promise[:t=[!0.<i>.:t]]",
1661
- "!doc": "The Promise.all(iterable) method returns a promise that resolves when all of the promises in the iterable argument have resolved.",
1662
- "!url": "https://developer.mozIMPAKTAPPS.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Promise/all"
1663
- },
1664
- "race": {
1665
- "!type": "fn(iterable: [+Promise]) -> !0.<i>",
1666
- "!doc": "The Promise.race(iterable) method returns a promise that resolves or rejects as soon as one of the promises in the iterable resolves or rejects, with the value or reason from that promise.",
1667
- "!url": "https://developer.mozIMPAKTAPPS.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Promise/race"
1668
- },
1669
- "reject": "Promise_reject",
1670
- "resolve": {
1671
- "!type": "fn(value: ?) -> !custom:Promise_resolve",
1672
- "!doc": "The Promise.resolve(value) method returns a Promise object that is resolved with the given value. If the value is a thenable (i.e. has a then method), the returned promise will 'follow' that thenable, adopting its eventual state; otherwise the returned promise will be fulfilled with the value.",
1673
- "!url": "https://developer.mozIMPAKTAPPS.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Promise/resolve"
1674
- },
1675
- "prototype": "Promise.prototype"
1676
- },
1677
- "Proxy": {
1678
- "!type": "fn(target: ?, handler: Proxy_handler)",
1679
- "!doc": "The Proxy object is used to define the custom behavior in JavaScript fundamental operation (e.g. property lookup, assignment, enumeration, function invocation, etc).",
1680
- "!url": "https://developer.mozIMPAKTAPPS.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Proxy",
1681
- "revocable": {
1682
- "!type": "fn(target: ?, handler: Proxy_handler) -> Proxy_revocable",
1683
- "!doc": "The Proxy.revocable() method is used to create a revocable Proxy object.",
1684
- "!url": "https://developer.mozIMPAKTAPPS.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Proxy/revocable"
1685
- }
1686
- },
1687
- "Reflect": {
1688
- "!doc": "Reflect is a built-in object that provides methods for interceptable JavaScript operations.",
1689
- "!url": "https://developer.mozIMPAKTAPPS.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Reflect",
1690
- "apply": {
1691
- "!type": "fn(target: fn(), thisArg?: ?, argumentList?: [?]) -> !0.!ret",
1692
- "!doc": "Calls a target function with arguments as specified.",
1693
- "!url": "https://developer.mozIMPAKTAPPS.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Reflect/apply"
1694
- },
1695
- "construct": {
1696
- "!type": "fn(target: fn(), argumentList?: [?]) -> ?",
1697
- "!doc": "Acts like the new operator as a function. It is equivalent to calling new target(...args).",
1698
- "!url": "https://developer.mozIMPAKTAPPS.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Reflect/construct"
1699
- },
1700
- "defineProperty": {
1701
- "!type": "fn(target: ?, property: string, descriptor: propertyDescriptor) -> bool",
1702
- "!doc": "The static Reflect.defineProperty() method is like Object.defineProperty() but returns a Boolean.",
1703
- "!url": "https://developer.mozIMPAKTAPPS.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Reflect/defineProperty"
1704
- },
1705
- "deleteProperty": {
1706
- "!type": "fn(target: ?, property: string) -> bool",
1707
- "!doc": "Works like the delete operator as a function.",
1708
- "!url": "https://developer.mozIMPAKTAPPS.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Reflect/deleteProperty"
1709
- },
1710
- "enumerate": {
1711
- "!type": "fn(target: ?) -> +iter[:t=string]",
1712
- "!doc": "Returns an iterator with the enumerable own and inherited properties of the target object.",
1713
- "!url": "https://developer.mozIMPAKTAPPS.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Reflect/enumerate"
1714
- },
1715
- "get": {
1716
- "!type": "fn(target: ?, property: string) -> ?",
1717
- "!doc": "Gets a property from an object.",
1718
- "!url": "https://developer.mozIMPAKTAPPS.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Reflect/get"
1719
- },
1720
- "getOwnPropertyDescriptor": {
1721
- "!type": "fn(target: ?, property: string) -> ?",
1722
- "!doc": "Returns a property descriptor of the given property if it exists on the object, undefined otherwise.",
1723
- "!url": "https://developer.mozIMPAKTAPPS.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Reflect/getOwnPropertyDescriptor"
1724
- },
1725
- "getPrototypeOf": {
1726
- "!type": "fn(target: ?) -> ?",
1727
- "!doc": "Returns the prototype of the specified object.",
1728
- "!url": "https://developer.mozIMPAKTAPPS.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Reflect/getPrototypeOf"
1729
- },
1730
- "has": {
1731
- "!type": "fn(target: ?, property: string) -> bool",
1732
- "!doc": "The static Reflect.has() method works like the in operator as a function.",
1733
- "!url": "https://developer.mozIMPAKTAPPS.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Reflect/has"
1734
- },
1735
- "isExtensible": {
1736
- "!type": "fn(target: ?) -> bool",
1737
- "!doc": "Determines if an object is extensible (whether it can have new properties added to it).",
1738
- "!url": "https://developer.mozIMPAKTAPPS.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Reflect/isExtensible"
1739
- },
1740
- "ownKeys": {
1741
- "!type": "fn(target: ?) -> [string]",
1742
- "!doc": "Returns an array of the target object's own property keys.",
1743
- "!url": "https://developer.mozIMPAKTAPPS.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Reflect/ownKeys"
1744
- },
1745
- "preventExtensions": {
1746
- "!type": "fn(target: ?) -> bool",
1747
- "!doc": "Prevents new properties from ever being added to an object.",
1748
- "!url": "https://developer.mozIMPAKTAPPS.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Reflect/preventExtensions"
1749
- },
1750
- "set": {
1751
- "!type": "fn(target: ?, property: string, value: ?) -> bool",
1752
- "!doc": "Set a property on an object.",
1753
- "!url": "https://developer.mozIMPAKTAPPS.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Reflect/set"
1754
- },
1755
- "setPrototypeOf": {
1756
- "!type": "fn(target: ?, prototype: ?) -> bool",
1757
- "!doc": "Sets the prototype of a specified object to another object or to null.",
1758
- "!url": "https://developer.mozIMPAKTAPPS.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Reflect/setPrototypeOf"
1759
- }
1760
- },
1761
- "Set": {
1762
- "!type": "fn(iterable?: [?])",
1763
- "!doc": "The Set object lets you store unique values of any type, whether primitive values or object references.",
1764
- "!url": "https://developer.mozIMPAKTAPPS.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Set",
1765
- "prototype": {
1766
- "add": {
1767
- "!type": "fn(value: ?) -> !this",
1768
- "!effects": ["propagate !0 !this.:t"],
1769
- "!doc": "The add() method appends a new element with a specified value to the end of a Set object.",
1770
- "!url": "https://developer.mozIMPAKTAPPS.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Set/add"
1771
- },
1772
- "clear": {
1773
- "!type": "fn()",
1774
- "!doc": "The clear() method removes all elements from a Set object.",
1775
- "!url": "https://developer.mozIMPAKTAPPS.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Set/clear"
1776
- },
1777
- "delete": {
1778
- "!type": "fn(value: ?) -> bool",
1779
- "!doc": "The delete() method removes the specified element from a Set object.",
1780
- "!url": "https://developer.mozIMPAKTAPPS.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Set/delete"
1781
- },
1782
- "entries": {
1783
- "!type": "fn() -> +iter[:t=[!this.:t]]",
1784
- "!doc": "The entries() method returns a new Iterator object that contains an array of [value, value] for each element in the Set object, in insertion order. For Set objects there is no key like in Map objects. However, to keep the API similar to the Map object, each entry has the same value for its key and value here, so that an array [value, value] is returned.",
1785
- "!url": "https://developer.mozIMPAKTAPPS.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Set/entries"
1786
- },
1787
- "forEach": {
1788
- "!type": "fn(callback: fn(value: ?, value2: ?, set: +Set), thisArg?: ?)",
1789
- "!effects": ["call !0 this=!1 !this.:t number !this"],
1790
- "!doc": "The forEach() method executes a provided function once per each value in the Set object, in insertion order.",
1791
- "!url": "https://developer.mozIMPAKTAPPS.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Set/forEach"
1792
- },
1793
- "has": {
1794
- "!type": "fn(value: ?) -> bool",
1795
- "!doc": "The has() method returns a boolean indicating whether an element with the specified value exists in a Set object or not.",
1796
- "!url": "https://developer.mozIMPAKTAPPS.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Set/has"
1797
- },
1798
- "keys": {
1799
- "!type": "fn() -> +iter[:t=!this.:t]",
1800
- "!doc": "The values() method returns a new Iterator object that contains the values for each element in the Set object in insertion order.",
1801
- "!url": "https://developer.mozIMPAKTAPPS.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Set/keys"
1802
- },
1803
- "size": {
1804
- "!type": "number",
1805
- "!doc": "The size accessor property returns the number of elements in a Set object.",
1806
- "!url": "https://developer.mozIMPAKTAPPS.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Set/size"
1807
- },
1808
- "values": {
1809
- "!type": "fn() -> +iter[:t=!this.:t]",
1810
- "!doc": "The values() method returns a new Iterator object that contains the values for each element in the Set object in insertion order.",
1811
- "!url": "https://developer.mozIMPAKTAPPS.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Set/values"
1812
- },
1813
- ":Symbol.iterator": {
1814
- "!type": "fn() -> +iter[:t=!this.:t]",
1815
- "!doc": "Returns a new Iterator object that contains the values for each element in the Set object in insertion order.",
1816
- "!url": "https://developer.mozIMPAKTAPPS.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Set/@@iterator"
1817
- }
1818
- }
1819
- },
1820
- "Symbol": {
1821
- "!type": "fn(description?: string) -> !custom:getSymbol",
1822
- "!doc": "A symbol is a unique and immutable data type and may be used as an identifier for object properties. The symbol object is an implicit object wrapper for the symbol primitive data type.",
1823
- "!url": "https://developer.mozIMPAKTAPPS.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Symbol",
1824
- "for": {
1825
- "!type": "fn(key: string) -> !custom:getSymbol",
1826
- "!doc": "The Symbol.for(key) method searches for existing symbols in a runtime-wide symbol registry with the given key and returns it if found. Otherwise a new symbol gets created in the global symbol registry with this key.",
1827
- "!url": "https://developer.mozIMPAKTAPPS.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Symbol/for"
1828
- },
1829
- "keyFor": {
1830
- "!type": "fn(sym: +Symbol) -> string",
1831
- "!doc": "The Symbol.keyFor(sym) method retrieves a shared symbol key from the global symbol registry for the given symbol.",
1832
- "!url": "https://developer.mozIMPAKTAPPS.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Symbol/keyFor"
1833
- },
1834
- "hasInstance": ":Symbol.hasInstance",
1835
- "isConcatSpreadable": ":Symbol.isConcatSpreadable",
1836
- "iterator": ":Symbol.iterator",
1837
- "keyFor": ":Symbol.keyFor",
1838
- "match": ":Symbol.match",
1839
- "replace": ":Symbol.replace",
1840
- "search": ":Symbol.search",
1841
- "species": ":Symbol.species",
1842
- "split": ":Symbol.split",
1843
- "toStringTag": ":Symbol.toStringTag",
1844
- "unscopables": ":Symbol.unscopables",
1845
- "prototype": {
1846
- "!stdProto": "Symbol"
1847
- }
1848
- },
1849
- "Uint16Array": "TypedArray",
1850
- "Uint32Array": "TypedArray",
1851
- "Uint8Array": "TypedArray",
1852
- "Uint8ClampedArray": "TypedArray",
1853
- "WeakMap": {
1854
- "!type": "fn(iterable?: [?])",
1855
- "!doc": "The WeakMap object is a collection of key/value pairs in which the keys are objects and the values can be arbitrary values.",
1856
- "!url": "https://developer.mozIMPAKTAPPS.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/WeakMap",
1857
- "prototype": {
1858
- "delete": {
1859
- "!type": "fn(key: ?) -> bool",
1860
- "!doc": "The delete() method removes the specified element from a WeakMap object.",
1861
- "!url": "https://developer.mozIMPAKTAPPS.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/WeakMap/delete"
1862
- },
1863
- "get": {
1864
- "!type": "fn(key: ?) -> !this.:value",
1865
- "!doc": "The get() method returns a specified element from a WeakMap object.",
1866
- "!url": "https://developer.mozIMPAKTAPPS.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/WeakMap/get"
1867
- },
1868
- "has": {
1869
- "!type": "fn(key: ?) -> bool",
1870
- "!doc": "The has() method returns a boolean indicating whether an element with the specified key exists in the WeakMap object or not.",
1871
- "!url": "https://developer.mozIMPAKTAPPS.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/WeakMap/has"
1872
- },
1873
- "set": {
1874
- "!type": "fn(key: ?, value: ?)",
1875
- "!effects": ["propagate !0 !this.:key", "propagate !1 !this.:value"],
1876
- "!doc": "The set() method adds a new element with a specified key and value to a WeakMap object.",
1877
- "!url": "https://developer.mozIMPAKTAPPS.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/WeakMap/set"
1878
- }
1879
- }
1880
- },
1881
- "WeakSet": {
1882
- "!type": "fn(iterable?: [?])",
1883
- "!doc": "The WeakSet object lets you store weakly held objects in a collection.",
1884
- "!url": "https://developer.mozIMPAKTAPPS.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/WeakSet",
1885
- "prototype": {
1886
- "add": {
1887
- "!type": "fn(value: ?)",
1888
- "!doc": "The add() method appends a new object to the end of a WeakSet object.",
1889
- "!url": "https://developer.mozIMPAKTAPPS.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/WeakSet/add"
1890
- },
1891
- "delete": {
1892
- "!type": "fn(value: ?) -> bool",
1893
- "!doc": "The delete() method removes the specified element from a WeakSet object.",
1894
- "!url": "https://developer.mozIMPAKTAPPS.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/WeakSet/delete"
1895
- },
1896
- "has": {
1897
- "!type": "fn(value: ?) -> bool",
1898
- "!doc": "The has() method returns a boolean indicating whether an object exists in a WeakSet or not.",
1899
- "!url": "https://developer.mozIMPAKTAPPS.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/WeakSet/has"
1900
- }
1901
- }
1902
- },
1903
- "uuid": {},
1904
- "numbro": {
1905
- "!type": "fn(number)",
1906
- "!doc": "Numbers can be formatted to look like currency, percentages, times, or even plain old numbers with decimal places, thousands, and abbreviations.",
1907
- "!url": "https://numbrojs.com/format.html"
1908
- },
1909
- "Papa": {}
1910
- }