@shopify/ui-extensions 2024.10.2 → 2025.1.0

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 (591) hide show
  1. package/build/cjs/surfaces/checkout/components/ClipboardItem/ClipboardItem.js +16 -0
  2. package/build/cjs/surfaces/checkout.js +2 -0
  3. package/build/cjs/surfaces/customer-account.js +2 -0
  4. package/build/cjs/surfaces/point-of-sale/{components/Image/Image.js → render/components/Box/Box.js} +2 -2
  5. package/build/cjs/surfaces/point-of-sale/render/components/Image/Image.js +15 -0
  6. package/build/cjs/surfaces/point-of-sale/render/components/PrintPreview/PrintPreview.js +9 -0
  7. package/build/cjs/surfaces/point-of-sale/{components → render/components}/Stack/Stack.js +5 -0
  8. package/build/cjs/surfaces/point-of-sale/render/components/TextField/TextField.js +9 -0
  9. package/build/cjs/surfaces/point-of-sale.js +37 -35
  10. package/build/esm/surfaces/checkout/components/ClipboardItem/ClipboardItem.mjs +12 -0
  11. package/build/esm/surfaces/checkout.mjs +1 -0
  12. package/build/esm/surfaces/customer-account.mjs +1 -0
  13. package/build/esm/surfaces/point-of-sale/render/components/Box/Box.mjs +5 -0
  14. package/build/esm/surfaces/point-of-sale/render/components/Image/Image.mjs +11 -0
  15. package/build/esm/surfaces/point-of-sale/render/components/PrintPreview/PrintPreview.mjs +5 -0
  16. package/build/esm/surfaces/point-of-sale/{components → render/components}/Stack/Stack.mjs +5 -0
  17. package/build/esm/surfaces/point-of-sale/render/components/TextField/TextField.mjs +5 -0
  18. package/build/esm/surfaces/point-of-sale.mjs +35 -34
  19. package/build/esnext/surfaces/checkout/components/ClipboardItem/ClipboardItem.esnext +12 -0
  20. package/build/esnext/surfaces/checkout.esnext +1 -0
  21. package/build/esnext/surfaces/customer-account.esnext +1 -0
  22. package/build/esnext/surfaces/point-of-sale/render/components/Box/Box.esnext +5 -0
  23. package/build/esnext/surfaces/point-of-sale/render/components/Image/Image.esnext +11 -0
  24. package/build/esnext/surfaces/point-of-sale/render/components/PrintPreview/PrintPreview.esnext +5 -0
  25. package/build/esnext/surfaces/point-of-sale/{components → render/components}/Stack/Stack.esnext +5 -0
  26. package/build/esnext/surfaces/point-of-sale/render/components/TextField/TextField.esnext +5 -0
  27. package/build/esnext/surfaces/point-of-sale.esnext +35 -34
  28. package/build/ts/shared.d.ts +7 -3
  29. package/build/ts/shared.d.ts.map +1 -1
  30. package/build/ts/surfaces/admin/api/action/action.d.ts +10 -0
  31. package/build/ts/surfaces/admin/api/action/action.d.ts.map +1 -1
  32. package/build/ts/surfaces/admin/api/action/action.doc.d.ts.map +1 -1
  33. package/build/ts/surfaces/admin/api/block/block.d.ts +6 -1
  34. package/build/ts/surfaces/admin/api/block/block.d.ts.map +1 -1
  35. package/build/ts/surfaces/admin/api/block/block.doc.d.ts.map +1 -1
  36. package/build/ts/surfaces/admin/api/checkout-rules/launch-options.d.ts.map +1 -1
  37. package/build/ts/surfaces/admin/api/checkout-rules/metafields.d.ts +1 -2
  38. package/build/ts/surfaces/admin/api/checkout-rules/metafields.d.ts.map +1 -1
  39. package/build/ts/surfaces/admin/api/checkout-rules/validation-settings.doc.d.ts.map +1 -1
  40. package/build/ts/surfaces/admin/api/customer-segment-template/customer-segment-template.d.ts +1 -3
  41. package/build/ts/surfaces/admin/api/customer-segment-template/customer-segment-template.d.ts.map +1 -1
  42. package/build/ts/surfaces/admin/api/customer-segment-template/customer-segment-template.doc.d.ts.map +1 -1
  43. package/build/ts/surfaces/admin/api/discount-function-settings/discount-function-settings.d.ts +12 -0
  44. package/build/ts/surfaces/admin/api/discount-function-settings/discount-function-settings.d.ts.map +1 -0
  45. package/build/ts/surfaces/admin/api/discount-function-settings/discount-function-settings.doc.d.ts +4 -0
  46. package/build/ts/surfaces/admin/api/discount-function-settings/discount-function-settings.doc.d.ts.map +1 -0
  47. package/build/ts/surfaces/admin/api/discount-function-settings/launch-options.d.ts +28 -0
  48. package/build/ts/surfaces/admin/api/discount-function-settings/launch-options.d.ts.map +1 -0
  49. package/build/ts/surfaces/admin/api/discount-function-settings/metafields.d.ts +25 -0
  50. package/build/ts/surfaces/admin/api/discount-function-settings/metafields.d.ts.map +1 -0
  51. package/build/ts/surfaces/admin/api/picker/picker.d.ts +81 -0
  52. package/build/ts/surfaces/admin/api/picker/picker.d.ts.map +1 -0
  53. package/build/ts/surfaces/admin/api/picker/picker.doc.d.ts +4 -0
  54. package/build/ts/surfaces/admin/api/picker/picker.doc.d.ts.map +1 -0
  55. package/build/ts/surfaces/admin/api/print-action/print-action.d.ts +10 -0
  56. package/build/ts/surfaces/admin/api/print-action/print-action.d.ts.map +1 -1
  57. package/build/ts/surfaces/admin/api/print-action/print-action.doc.d.ts.map +1 -1
  58. package/build/ts/surfaces/admin/api/purchase-options-card-action/purchase-options-card-action.d.ts +11 -0
  59. package/build/ts/surfaces/admin/api/purchase-options-card-action/purchase-options-card-action.d.ts.map +1 -0
  60. package/build/ts/surfaces/admin/api/resource-picker/resource-picker.doc.d.ts +4 -0
  61. package/build/ts/surfaces/admin/api/resource-picker/resource-picker.doc.d.ts.map +1 -0
  62. package/build/ts/surfaces/admin/api/shared.d.ts +1 -0
  63. package/build/ts/surfaces/admin/api/shared.d.ts.map +1 -1
  64. package/build/ts/surfaces/admin/api/should-render/should-render.d.ts +10 -0
  65. package/build/ts/surfaces/admin/api/should-render/should-render.d.ts.map +1 -0
  66. package/build/ts/surfaces/admin/api/should-render/should-render.doc.d.ts +4 -0
  67. package/build/ts/surfaces/admin/api/should-render/should-render.doc.d.ts.map +1 -0
  68. package/build/ts/surfaces/admin/api.d.ts +1 -0
  69. package/build/ts/surfaces/admin/api.d.ts.map +1 -1
  70. package/build/ts/surfaces/admin/components/AdminBlock/AdminBlock.d.ts +2 -4
  71. package/build/ts/surfaces/admin/components/AdminBlock/AdminBlock.d.ts.map +1 -1
  72. package/build/ts/surfaces/admin/components/InternalCustomerSegmentTemplate/InternalCustomerSegmentTemplate.d.ts +1 -1
  73. package/build/ts/surfaces/admin/components/InternalCustomerSegmentTemplate/InternalCustomerSegmentTemplate.d.ts.map +1 -1
  74. package/build/ts/surfaces/admin/components/shared/index.d.ts +1 -1
  75. package/build/ts/surfaces/admin/components/shared/index.d.ts.map +1 -1
  76. package/build/ts/surfaces/admin/extension-targets.d.ts +134 -2
  77. package/build/ts/surfaces/admin/extension-targets.d.ts.map +1 -1
  78. package/build/ts/surfaces/admin/globals.d.ts +3 -0
  79. package/build/ts/surfaces/admin/globals.d.ts.map +1 -1
  80. package/build/ts/surfaces/checkout/api/address-autocomplete/standard.d.ts +1 -1
  81. package/build/ts/surfaces/checkout/api/docs.d.ts +2 -0
  82. package/build/ts/surfaces/checkout/api/docs.d.ts.map +1 -1
  83. package/build/ts/surfaces/checkout/api/standard/standard.d.ts +27 -11
  84. package/build/ts/surfaces/checkout/api/standard/standard.d.ts.map +1 -1
  85. package/build/ts/surfaces/checkout/components/Badge/Badge.d.ts +1 -1
  86. package/build/ts/surfaces/checkout/components/Button/Button.d.ts +3 -3
  87. package/build/ts/surfaces/checkout/components/Button/Button.d.ts.map +1 -1
  88. package/build/ts/surfaces/checkout/components/Chat/Chat.d.ts +2 -2
  89. package/build/ts/surfaces/checkout/components/ClipboardItem/ClipboardItem.d.ts +30 -0
  90. package/build/ts/surfaces/checkout/components/ClipboardItem/ClipboardItem.d.ts.map +1 -0
  91. package/build/ts/surfaces/checkout/components/ClipboardItem/ClipboardItem.doc.d.ts +4 -0
  92. package/build/ts/surfaces/checkout/components/ClipboardItem/ClipboardItem.doc.d.ts.map +1 -0
  93. package/build/ts/surfaces/checkout/components/Icon/Icon.d.ts +2 -2
  94. package/build/ts/surfaces/checkout/components/Icon/Icon.d.ts.map +1 -1
  95. package/build/ts/surfaces/checkout/components/Link/Link.d.ts +2 -2
  96. package/build/ts/surfaces/checkout/components/Link/Link.d.ts.map +1 -1
  97. package/build/ts/surfaces/checkout/components/Pressable/Pressable.d.ts +2 -2
  98. package/build/ts/surfaces/checkout/components/Pressable/Pressable.d.ts.map +1 -1
  99. package/build/ts/surfaces/checkout/components/QRCode/QRCode.doc.d.ts.map +1 -1
  100. package/build/ts/surfaces/checkout/components/shared.d.ts +21 -0
  101. package/build/ts/surfaces/checkout/components/shared.d.ts.map +1 -1
  102. package/build/ts/surfaces/checkout/components.d.ts +2 -0
  103. package/build/ts/surfaces/checkout/components.d.ts.map +1 -1
  104. package/build/ts/surfaces/checkout/globals.d.ts +1 -3
  105. package/build/ts/surfaces/checkout/globals.d.ts.map +1 -1
  106. package/build/ts/surfaces/checkout/helper.docs.d.ts.map +1 -1
  107. package/build/ts/surfaces/checkout/targets.d.ts +0 -66
  108. package/build/ts/surfaces/checkout/targets.d.ts.map +1 -1
  109. package/build/ts/surfaces/checkout.d.ts +2 -2
  110. package/build/ts/surfaces/checkout.d.ts.map +1 -1
  111. package/build/ts/surfaces/customer-account/api/standard-api/standard-api.d.ts +1 -1
  112. package/build/ts/surfaces/customer-account/components/shared-checkout-components.d.ts +1 -1
  113. package/build/ts/surfaces/customer-account/components/shared-checkout-components.d.ts.map +1 -1
  114. package/build/ts/surfaces/customer-account/globals.d.ts +1 -3
  115. package/build/ts/surfaces/customer-account/globals.d.ts.map +1 -1
  116. package/build/ts/surfaces/point-of-sale/api.d.ts +23 -23
  117. package/build/ts/surfaces/point-of-sale/api.d.ts.map +1 -1
  118. package/build/ts/surfaces/point-of-sale/components.d.ts +76 -71
  119. package/build/ts/surfaces/point-of-sale/components.d.ts.map +1 -1
  120. package/build/ts/surfaces/point-of-sale/globals.d.ts +1 -3
  121. package/build/ts/surfaces/point-of-sale/globals.d.ts.map +1 -1
  122. package/build/ts/surfaces/point-of-sale/input.d.ts +3 -0
  123. package/build/ts/surfaces/point-of-sale/input.d.ts.map +1 -0
  124. package/build/ts/surfaces/point-of-sale/intent.d.ts +2 -0
  125. package/build/ts/surfaces/point-of-sale/intent.d.ts.map +1 -0
  126. package/build/ts/surfaces/point-of-sale/render/api/action-api/action-api.d.ts.map +1 -0
  127. package/build/ts/surfaces/point-of-sale/render/api/action-target-api/action-target-api.d.ts.map +1 -0
  128. package/build/ts/surfaces/point-of-sale/{api → render/api}/cart-api/cart-api.d.ts +10 -9
  129. package/build/ts/surfaces/point-of-sale/render/api/cart-api/cart-api.d.ts.map +1 -0
  130. package/build/ts/surfaces/point-of-sale/render/api/connectivity-api/connectivity-api.d.ts.map +1 -0
  131. package/build/ts/surfaces/point-of-sale/render/api/customer-api/customer-api.d.ts.map +1 -0
  132. package/build/ts/surfaces/point-of-sale/render/api/device-api/device-api.d.ts.map +1 -0
  133. package/build/ts/surfaces/point-of-sale/render/api/draft-order-api/draft-order-api.d.ts.map +1 -0
  134. package/build/ts/surfaces/point-of-sale/render/api/locale-api/locale-api.d.ts.map +1 -0
  135. package/build/ts/surfaces/point-of-sale/render/api/navigation-api/navigation-api.d.ts.map +1 -0
  136. package/build/ts/surfaces/point-of-sale/render/api/order-api/order-api.d.ts.map +1 -0
  137. package/build/ts/surfaces/point-of-sale/render/api/print-api/print-api.d.ts +18 -0
  138. package/build/ts/surfaces/point-of-sale/render/api/print-api/print-api.d.ts.map +1 -0
  139. package/build/ts/surfaces/point-of-sale/render/api/product-api/product-api.d.ts.map +1 -0
  140. package/build/ts/surfaces/point-of-sale/{api → render/api}/product-search-api/product-search-api.d.ts +3 -3
  141. package/build/ts/surfaces/point-of-sale/render/api/product-search-api/product-search-api.d.ts.map +1 -0
  142. package/build/ts/surfaces/point-of-sale/render/api/scanner-api/scanner-api.d.ts.map +1 -0
  143. package/build/ts/surfaces/point-of-sale/{api → render/api}/session-api/session-api.d.ts +1 -1
  144. package/build/ts/surfaces/point-of-sale/render/api/session-api/session-api.d.ts.map +1 -0
  145. package/build/ts/surfaces/point-of-sale/render/api/standard/standard-api.d.ts +13 -0
  146. package/build/ts/surfaces/point-of-sale/render/api/standard/standard-api.d.ts.map +1 -0
  147. package/build/ts/surfaces/point-of-sale/render/api/toast-api/toast-api.d.ts.map +1 -0
  148. package/build/ts/surfaces/point-of-sale/render/components/Badge/Badge.d.ts.map +1 -0
  149. package/build/ts/surfaces/point-of-sale/render/components/Banner/Banner.d.ts.map +1 -0
  150. package/build/ts/surfaces/point-of-sale/render/components/Box/Box.d.ts +9 -0
  151. package/build/ts/surfaces/point-of-sale/render/components/Box/Box.d.ts.map +1 -0
  152. package/build/ts/surfaces/point-of-sale/render/components/Button/Button.d.ts.map +1 -0
  153. package/build/ts/surfaces/point-of-sale/render/components/CameraScanner/CameraScanner.d.ts.map +1 -0
  154. package/build/ts/surfaces/point-of-sale/render/components/DateField/DateField.d.ts.map +1 -0
  155. package/build/ts/surfaces/point-of-sale/render/components/DatePicker/DatePicker.d.ts.map +1 -0
  156. package/build/ts/surfaces/point-of-sale/render/components/Dialog/Dialog.d.ts.map +1 -0
  157. package/build/ts/surfaces/point-of-sale/render/components/EmailField/EmailField.d.ts.map +1 -0
  158. package/build/ts/surfaces/point-of-sale/{components → render/components}/FormattedTextField/FormattedTextField.d.ts +0 -9
  159. package/build/ts/surfaces/point-of-sale/render/components/FormattedTextField/FormattedTextField.d.ts.map +1 -0
  160. package/build/ts/surfaces/point-of-sale/render/components/Icon/Icon.d.ts.map +1 -0
  161. package/build/ts/surfaces/point-of-sale/render/components/Image/Image.d.ts +25 -0
  162. package/build/ts/surfaces/point-of-sale/render/components/Image/Image.d.ts.map +1 -0
  163. package/build/ts/surfaces/point-of-sale/{components → render/components}/List/List.d.ts +0 -6
  164. package/build/ts/surfaces/point-of-sale/render/components/List/List.d.ts.map +1 -0
  165. package/build/ts/surfaces/point-of-sale/render/components/Navigator/Navigator.d.ts.map +1 -0
  166. package/build/ts/surfaces/point-of-sale/render/components/NumberField/NumberField.d.ts.map +1 -0
  167. package/build/ts/surfaces/point-of-sale/render/components/POSBlock/POSBlock.d.ts.map +1 -0
  168. package/build/ts/surfaces/point-of-sale/render/components/POSBlock/POSBlockRow.d.ts.map +1 -0
  169. package/build/ts/surfaces/point-of-sale/render/components/PinPad/PinPad.d.ts.map +1 -0
  170. package/build/ts/surfaces/point-of-sale/render/components/PrintPreview/PrintPreview.d.ts +12 -0
  171. package/build/ts/surfaces/point-of-sale/render/components/PrintPreview/PrintPreview.d.ts.map +1 -0
  172. package/build/ts/surfaces/point-of-sale/render/components/RadioButtonList/RadioButtonList.d.ts.map +1 -0
  173. package/build/ts/surfaces/point-of-sale/render/components/Screen/Screen.d.ts.map +1 -0
  174. package/build/ts/surfaces/point-of-sale/render/components/ScrollView/ScrollView.d.ts.map +1 -0
  175. package/build/ts/surfaces/point-of-sale/render/components/SearchBar/SearchBar.d.ts.map +1 -0
  176. package/build/ts/surfaces/point-of-sale/render/components/Section/Section.d.ts.map +1 -0
  177. package/build/ts/surfaces/point-of-sale/render/components/SectionHeader/SectionHeader.d.ts.map +1 -0
  178. package/build/ts/surfaces/point-of-sale/render/components/SegmentedControl/SegmentedControl.d.ts.map +1 -0
  179. package/build/ts/surfaces/point-of-sale/render/components/Selectable/Selectable.d.ts.map +1 -0
  180. package/build/ts/surfaces/point-of-sale/render/components/Stack/Stack.d.ts +102 -0
  181. package/build/ts/surfaces/point-of-sale/render/components/Stack/Stack.d.ts.map +1 -0
  182. package/build/ts/surfaces/point-of-sale/render/components/Stepper/Stepper.d.ts.map +1 -0
  183. package/build/ts/surfaces/point-of-sale/render/components/Text/Text.d.ts.map +1 -0
  184. package/build/ts/surfaces/point-of-sale/render/components/TextArea/TextArea.d.ts.map +1 -0
  185. package/build/ts/surfaces/point-of-sale/{components → render/components}/TextField/TextField.d.ts +1 -10
  186. package/build/ts/surfaces/point-of-sale/render/components/TextField/TextField.d.ts.map +1 -0
  187. package/build/ts/surfaces/point-of-sale/render/components/Tile/Tile.d.ts.map +1 -0
  188. package/build/ts/surfaces/point-of-sale/render/components/TimeField/TimeField.d.ts.map +1 -0
  189. package/build/ts/surfaces/point-of-sale/render/components/TimePicker/TimePicker.d.ts.map +1 -0
  190. package/build/ts/surfaces/point-of-sale/render/components/shared/BaseTextField.d.ts.map +1 -0
  191. package/build/ts/surfaces/point-of-sale/render/components/shared/InputField.d.ts.map +1 -0
  192. package/build/ts/surfaces/point-of-sale/render/components/shared/auto-capitalization-type.d.ts.map +1 -0
  193. package/build/ts/surfaces/point-of-sale/render/components/shared/box.d.ts +117 -0
  194. package/build/ts/surfaces/point-of-sale/render/components/shared/box.d.ts.map +1 -0
  195. package/build/ts/surfaces/point-of-sale/{components/Spacing/Spacing.d.ts → render/components/shared/deprecated-types.d.ts} +2 -1
  196. package/build/ts/surfaces/point-of-sale/render/components/shared/deprecated-types.d.ts.map +1 -0
  197. package/build/ts/surfaces/point-of-sale/render/components/shared/inner-layouts.d.ts +28 -0
  198. package/build/ts/surfaces/point-of-sale/render/components/shared/inner-layouts.d.ts.map +1 -0
  199. package/build/ts/surfaces/point-of-sale/render/components/shared/sizes.d.ts +5 -0
  200. package/build/ts/surfaces/point-of-sale/render/components/shared/sizes.d.ts.map +1 -0
  201. package/build/ts/surfaces/point-of-sale/run/input/BaseInput.d.ts +8 -0
  202. package/build/ts/surfaces/point-of-sale/run/input/BaseInput.d.ts.map +1 -0
  203. package/build/ts/surfaces/point-of-sale/run/intent/BaseIntent.d.ts +9 -0
  204. package/build/ts/surfaces/point-of-sale/run/intent/BaseIntent.d.ts.map +1 -0
  205. package/build/ts/surfaces/point-of-sale/targets.d.ts +8 -8
  206. package/build/ts/surfaces/point-of-sale/targets.d.ts.map +1 -1
  207. package/build/ts/surfaces/point-of-sale/{api/types → types}/cart.d.ts +1 -4
  208. package/build/ts/surfaces/point-of-sale/types/cart.d.ts.map +1 -0
  209. package/build/ts/surfaces/point-of-sale/{api/types → types}/country-code.d.ts.map +1 -1
  210. package/build/ts/surfaces/point-of-sale/types/device.d.ts +15 -0
  211. package/build/ts/surfaces/point-of-sale/types/device.d.ts.map +1 -0
  212. package/build/ts/surfaces/point-of-sale/types/multiple-resource-result.d.ts.map +1 -0
  213. package/build/ts/surfaces/point-of-sale/types/paginated-result.d.ts.map +1 -0
  214. package/build/ts/surfaces/point-of-sale/types/product.d.ts.map +1 -0
  215. package/build/ts/surfaces/point-of-sale/{api/types → types}/session.d.ts +5 -0
  216. package/build/ts/surfaces/point-of-sale/types/session.d.ts.map +1 -0
  217. package/build/ts/surfaces/point-of-sale.d.ts +2 -0
  218. package/build/ts/surfaces/point-of-sale.d.ts.map +1 -1
  219. package/build/tsconfig.tsbuildinfo +1 -1
  220. package/package.json +1 -1
  221. package/src/shared.ts +46 -1
  222. package/src/surfaces/admin/api/action/action.doc.ts +1 -0
  223. package/src/surfaces/admin/api/action/action.ts +12 -0
  224. package/src/surfaces/admin/api/block/block.doc.ts +1 -0
  225. package/src/surfaces/admin/api/block/block.ts +7 -1
  226. package/src/surfaces/admin/api/checkout-rules/launch-options.ts +0 -1
  227. package/src/surfaces/admin/api/checkout-rules/metafields.ts +1 -46
  228. package/src/surfaces/admin/api/checkout-rules/validation-settings.doc.ts +1 -0
  229. package/src/surfaces/admin/api/customer-segment-template/customer-segment-template.doc.ts +1 -0
  230. package/src/surfaces/admin/api/customer-segment-template/customer-segment-template.ts +1 -6
  231. package/src/surfaces/admin/api/discount-function-settings/discount-function-settings.doc.ts +27 -0
  232. package/src/surfaces/admin/api/discount-function-settings/discount-function-settings.ts +15 -0
  233. package/src/surfaces/admin/api/discount-function-settings/launch-options.ts +29 -0
  234. package/src/surfaces/admin/api/discount-function-settings/metafields.ts +31 -0
  235. package/src/surfaces/admin/api/picker/examples/direct-api.js +73 -0
  236. package/src/surfaces/admin/api/picker/examples/disabled.js +16 -0
  237. package/src/surfaces/admin/api/picker/examples/minimal.js +16 -0
  238. package/src/surfaces/admin/api/picker/examples/multiple-limit.js +21 -0
  239. package/src/surfaces/admin/api/picker/examples/multiple-true.js +21 -0
  240. package/src/surfaces/admin/api/picker/examples/preselected.js +16 -0
  241. package/src/surfaces/admin/api/picker/examples/template-picker.js +37 -0
  242. package/src/surfaces/admin/api/picker/picker.doc.ts +113 -0
  243. package/src/surfaces/admin/api/picker/picker.ts +83 -0
  244. package/src/surfaces/admin/api/print-action/print-action.doc.ts +1 -0
  245. package/src/surfaces/admin/api/print-action/print-action.ts +12 -0
  246. package/src/surfaces/admin/api/purchase-options-card-action/purchase-options-card-action.ts +10 -0
  247. package/src/surfaces/admin/api/resource-picker/examples/action.js +4 -0
  248. package/src/surfaces/admin/api/resource-picker/examples/collection-picker.js +1 -0
  249. package/src/surfaces/admin/api/resource-picker/examples/filter-query.js +6 -0
  250. package/src/surfaces/admin/api/resource-picker/examples/filters.js +9 -0
  251. package/src/surfaces/admin/api/resource-picker/examples/multiple-limited.js +4 -0
  252. package/src/surfaces/admin/api/resource-picker/examples/multiple-unlimited.js +4 -0
  253. package/src/surfaces/admin/api/resource-picker/examples/product-picker.js +3 -0
  254. package/src/surfaces/admin/api/resource-picker/examples/product-variant-picker.js +1 -0
  255. package/src/surfaces/admin/api/resource-picker/examples/query.js +4 -0
  256. package/src/surfaces/admin/api/resource-picker/examples/selection-ids.js +16 -0
  257. package/src/surfaces/admin/api/resource-picker/examples/selection.js +7 -0
  258. package/src/surfaces/admin/api/resource-picker/resource-picker.doc.ts +163 -0
  259. package/src/surfaces/admin/api/shared.ts +44 -0
  260. package/src/surfaces/admin/api/should-render/should-render.doc.ts +20 -0
  261. package/src/surfaces/admin/api/should-render/should-render.ts +11 -0
  262. package/src/surfaces/admin/api/standard/standard.doc.ts +1 -1
  263. package/src/surfaces/admin/api.ts +1 -0
  264. package/src/surfaces/admin/components/AdminBlock/AdminBlock.ts +2 -4
  265. package/src/surfaces/admin/components/InternalCustomerSegmentTemplate/InternalCustomerSegmentTemplate.ts +1 -0
  266. package/src/surfaces/admin/components/shared/index.ts +1 -1
  267. package/src/surfaces/admin/extension-targets.ts +260 -1
  268. package/src/surfaces/admin/globals.ts +7 -0
  269. package/src/surfaces/checkout/api/address-autocomplete/standard.ts +1 -1
  270. package/src/surfaces/checkout/api/docs.ts +3 -0
  271. package/src/surfaces/checkout/api/standard/standard.ts +30 -12
  272. package/src/surfaces/checkout/components/Badge/Badge.ts +1 -1
  273. package/src/surfaces/checkout/components/Button/Button.ts +3 -1
  274. package/src/surfaces/checkout/components/Chat/AppBridge.ts +4 -4
  275. package/src/surfaces/checkout/components/Chat/Chat.doc.ts +2 -2
  276. package/src/surfaces/checkout/components/Chat/Chat.ts +2 -2
  277. package/src/surfaces/checkout/components/Chat/examples/app-bridge-communication.example.js +4 -1
  278. package/src/surfaces/checkout/components/Chat/examples/app-bridge-resize.example.html +2 -2
  279. package/src/surfaces/checkout/components/Chat/examples/chat-custom-properties-css.example.css +2 -4
  280. package/src/surfaces/checkout/components/Chat/examples/include-app-bridge.example.html +1 -1
  281. package/src/surfaces/checkout/components/ClipboardItem/ClipboardItem.doc.ts +74 -0
  282. package/src/surfaces/checkout/components/ClipboardItem/ClipboardItem.ts +34 -0
  283. package/src/surfaces/checkout/components/ClipboardItem/examples/basic-clipboarditem.example.ts +21 -0
  284. package/src/surfaces/checkout/components/Icon/Icon.ts +2 -0
  285. package/src/surfaces/checkout/components/Link/Link.ts +3 -1
  286. package/src/surfaces/checkout/components/Pressable/Pressable.ts +2 -0
  287. package/src/surfaces/checkout/components/QRCode/QRCode.doc.ts +13 -2
  288. package/src/surfaces/checkout/components/QRCode/examples/basic-qrcode.example.ts +12 -1
  289. package/src/surfaces/checkout/components/shared.ts +22 -0
  290. package/src/surfaces/checkout/components.ts +3 -0
  291. package/src/surfaces/checkout/globals.ts +4 -6
  292. package/src/surfaces/checkout/helper.docs.ts +18 -0
  293. package/src/surfaces/checkout/style/examples/defaultstyle.example.tsx +1 -1
  294. package/src/surfaces/checkout/style/examples/hiding.example.tsx +1 -1
  295. package/src/surfaces/checkout/style/examples/simplecondition.example.tsx +1 -1
  296. package/src/surfaces/checkout/targets.ts +0 -133
  297. package/src/surfaces/checkout.ts +6 -1
  298. package/src/surfaces/customer-account/api/standard-api/standard-api.ts +1 -1
  299. package/src/surfaces/customer-account/components/shared-checkout-components.ts +2 -0
  300. package/src/surfaces/customer-account/globals.ts +4 -6
  301. package/src/surfaces/point-of-sale/api.ts +34 -28
  302. package/src/surfaces/point-of-sale/components.ts +107 -73
  303. package/src/surfaces/point-of-sale/globals.ts +4 -6
  304. package/src/surfaces/point-of-sale/input.ts +3 -0
  305. package/src/surfaces/point-of-sale/intent.ts +1 -0
  306. package/src/surfaces/point-of-sale/{api → render/api}/cart-api/cart-api.ts +12 -14
  307. package/src/surfaces/point-of-sale/render/api/print-api/print-api.ts +18 -0
  308. package/src/surfaces/point-of-sale/{api → render/api}/product-search-api/product-search-api.ts +3 -3
  309. package/src/surfaces/point-of-sale/{api → render/api}/session-api/session-api.ts +1 -1
  310. package/src/surfaces/point-of-sale/render/api/standard/standard-api.ts +17 -0
  311. package/src/surfaces/point-of-sale/render/components/Box/Box.ts +6 -0
  312. package/src/surfaces/point-of-sale/{components → render/components}/FormattedTextField/FormattedTextField.ts +0 -9
  313. package/src/surfaces/point-of-sale/render/components/Image/Image.ts +31 -0
  314. package/src/surfaces/point-of-sale/{components → render/components}/List/List.ts +0 -6
  315. package/src/surfaces/point-of-sale/render/components/PrintPreview/PrintPreview.ts +13 -0
  316. package/src/surfaces/point-of-sale/render/components/Stack/Stack.ts +122 -0
  317. package/src/surfaces/point-of-sale/{components → render/components}/TextField/TextField.ts +2 -13
  318. package/src/surfaces/point-of-sale/render/components/shared/box.ts +131 -0
  319. package/src/surfaces/point-of-sale/{components/Spacing/Spacing.ts → render/components/shared/deprecated-types.ts} +16 -0
  320. package/src/surfaces/point-of-sale/render/components/shared/inner-layouts.ts +35 -0
  321. package/src/surfaces/point-of-sale/render/components/shared/sizes.ts +25 -0
  322. package/src/surfaces/point-of-sale/run/input/BaseInput.ts +8 -0
  323. package/src/surfaces/point-of-sale/run/intent/BaseIntent.ts +8 -0
  324. package/src/surfaces/point-of-sale/targets.ts +8 -17
  325. package/src/surfaces/point-of-sale/{api/types → types}/cart.ts +5 -4
  326. package/src/surfaces/point-of-sale/types/device.ts +14 -0
  327. package/src/surfaces/point-of-sale/{api/types → types}/session.ts +7 -0
  328. package/src/surfaces/point-of-sale.ts +2 -0
  329. package/build/cjs/surfaces/point-of-sale/components/ActionItem/ActionItem.js +0 -16
  330. package/build/cjs/surfaces/point-of-sale/components/TextField/TextField.js +0 -15
  331. package/build/esm/surfaces/point-of-sale/components/ActionItem/ActionItem.mjs +0 -12
  332. package/build/esm/surfaces/point-of-sale/components/Image/Image.mjs +0 -5
  333. package/build/esm/surfaces/point-of-sale/components/TextField/TextField.mjs +0 -11
  334. package/build/esnext/surfaces/point-of-sale/components/ActionItem/ActionItem.esnext +0 -12
  335. package/build/esnext/surfaces/point-of-sale/components/Image/Image.esnext +0 -5
  336. package/build/esnext/surfaces/point-of-sale/components/TextField/TextField.esnext +0 -11
  337. package/build/ts/surfaces/point-of-sale/api/action-api/action-api.d.ts.map +0 -1
  338. package/build/ts/surfaces/point-of-sale/api/action-target-api/action-target-api.d.ts.map +0 -1
  339. package/build/ts/surfaces/point-of-sale/api/cart-api/cart-api.d.ts.map +0 -1
  340. package/build/ts/surfaces/point-of-sale/api/connectivity-api/connectivity-api.d.ts.map +0 -1
  341. package/build/ts/surfaces/point-of-sale/api/customer-api/customer-api.d.ts.map +0 -1
  342. package/build/ts/surfaces/point-of-sale/api/device-api/device-api.d.ts.map +0 -1
  343. package/build/ts/surfaces/point-of-sale/api/draft-order-api/draft-order-api.d.ts.map +0 -1
  344. package/build/ts/surfaces/point-of-sale/api/locale-api/locale-api.d.ts.map +0 -1
  345. package/build/ts/surfaces/point-of-sale/api/navigation-api/navigation-api.d.ts.map +0 -1
  346. package/build/ts/surfaces/point-of-sale/api/order-api/order-api.d.ts.map +0 -1
  347. package/build/ts/surfaces/point-of-sale/api/product-api/product-api.d.ts.map +0 -1
  348. package/build/ts/surfaces/point-of-sale/api/product-search-api/product-search-api.d.ts.map +0 -1
  349. package/build/ts/surfaces/point-of-sale/api/scanner-api/scanner-api.d.ts.map +0 -1
  350. package/build/ts/surfaces/point-of-sale/api/session-api/session-api.d.ts.map +0 -1
  351. package/build/ts/surfaces/point-of-sale/api/smartgrid-api/smartgrid-api.d.ts +0 -17
  352. package/build/ts/surfaces/point-of-sale/api/smartgrid-api/smartgrid-api.d.ts.map +0 -1
  353. package/build/ts/surfaces/point-of-sale/api/standard/standard-api.d.ts +0 -12
  354. package/build/ts/surfaces/point-of-sale/api/standard/standard-api.d.ts.map +0 -1
  355. package/build/ts/surfaces/point-of-sale/api/toast-api/toast-api.d.ts.map +0 -1
  356. package/build/ts/surfaces/point-of-sale/api/types/cart.d.ts.map +0 -1
  357. package/build/ts/surfaces/point-of-sale/api/types/multiple-resource-result.d.ts.map +0 -1
  358. package/build/ts/surfaces/point-of-sale/api/types/paginated-result.d.ts.map +0 -1
  359. package/build/ts/surfaces/point-of-sale/api/types/product.d.ts.map +0 -1
  360. package/build/ts/surfaces/point-of-sale/api/types/session.d.ts.map +0 -1
  361. package/build/ts/surfaces/point-of-sale/components/ActionItem/ActionItem.d.ts +0 -24
  362. package/build/ts/surfaces/point-of-sale/components/ActionItem/ActionItem.d.ts.map +0 -1
  363. package/build/ts/surfaces/point-of-sale/components/Badge/Badge.d.ts.map +0 -1
  364. package/build/ts/surfaces/point-of-sale/components/Banner/Banner.d.ts.map +0 -1
  365. package/build/ts/surfaces/point-of-sale/components/Button/Button.d.ts.map +0 -1
  366. package/build/ts/surfaces/point-of-sale/components/CameraScanner/CameraScanner.d.ts.map +0 -1
  367. package/build/ts/surfaces/point-of-sale/components/DateField/DateField.d.ts.map +0 -1
  368. package/build/ts/surfaces/point-of-sale/components/DatePicker/DatePicker.d.ts.map +0 -1
  369. package/build/ts/surfaces/point-of-sale/components/Dialog/Dialog.d.ts.map +0 -1
  370. package/build/ts/surfaces/point-of-sale/components/EmailField/EmailField.d.ts.map +0 -1
  371. package/build/ts/surfaces/point-of-sale/components/FormattedTextField/FormattedTextField.d.ts.map +0 -1
  372. package/build/ts/surfaces/point-of-sale/components/Icon/Icon.d.ts.map +0 -1
  373. package/build/ts/surfaces/point-of-sale/components/Image/Image.d.ts +0 -12
  374. package/build/ts/surfaces/point-of-sale/components/Image/Image.d.ts.map +0 -1
  375. package/build/ts/surfaces/point-of-sale/components/List/List.d.ts.map +0 -1
  376. package/build/ts/surfaces/point-of-sale/components/Navigator/Navigator.d.ts.map +0 -1
  377. package/build/ts/surfaces/point-of-sale/components/NumberField/NumberField.d.ts.map +0 -1
  378. package/build/ts/surfaces/point-of-sale/components/POSBlock/POSBlock.d.ts.map +0 -1
  379. package/build/ts/surfaces/point-of-sale/components/POSBlock/POSBlockRow.d.ts.map +0 -1
  380. package/build/ts/surfaces/point-of-sale/components/PinPad/PinPad.d.ts.map +0 -1
  381. package/build/ts/surfaces/point-of-sale/components/RadioButtonList/RadioButtonList.d.ts.map +0 -1
  382. package/build/ts/surfaces/point-of-sale/components/Screen/Screen.d.ts.map +0 -1
  383. package/build/ts/surfaces/point-of-sale/components/ScrollView/ScrollView.d.ts.map +0 -1
  384. package/build/ts/surfaces/point-of-sale/components/SearchBar/SearchBar.d.ts.map +0 -1
  385. package/build/ts/surfaces/point-of-sale/components/Section/Section.d.ts.map +0 -1
  386. package/build/ts/surfaces/point-of-sale/components/SectionHeader/SectionHeader.d.ts.map +0 -1
  387. package/build/ts/surfaces/point-of-sale/components/SegmentedControl/SegmentedControl.d.ts.map +0 -1
  388. package/build/ts/surfaces/point-of-sale/components/Selectable/Selectable.d.ts.map +0 -1
  389. package/build/ts/surfaces/point-of-sale/components/Spacing/Spacing.d.ts.map +0 -1
  390. package/build/ts/surfaces/point-of-sale/components/Stack/Stack.d.ts +0 -44
  391. package/build/ts/surfaces/point-of-sale/components/Stack/Stack.d.ts.map +0 -1
  392. package/build/ts/surfaces/point-of-sale/components/Stepper/Stepper.d.ts.map +0 -1
  393. package/build/ts/surfaces/point-of-sale/components/Text/Text.d.ts.map +0 -1
  394. package/build/ts/surfaces/point-of-sale/components/TextArea/TextArea.d.ts.map +0 -1
  395. package/build/ts/surfaces/point-of-sale/components/TextField/TextField.d.ts.map +0 -1
  396. package/build/ts/surfaces/point-of-sale/components/Tile/Tile.d.ts.map +0 -1
  397. package/build/ts/surfaces/point-of-sale/components/TimeField/TimeField.d.ts.map +0 -1
  398. package/build/ts/surfaces/point-of-sale/components/TimePicker/TimePicker.d.ts.map +0 -1
  399. package/build/ts/surfaces/point-of-sale/components/shared/BaseTextField.d.ts.map +0 -1
  400. package/build/ts/surfaces/point-of-sale/components/shared/InputField.d.ts.map +0 -1
  401. package/build/ts/surfaces/point-of-sale/components/shared/auto-capitalization-type.d.ts.map +0 -1
  402. package/src/surfaces/checkout/components/Chat/examples/chat-media-query.example.css +0 -9
  403. package/src/surfaces/point-of-sale/api/smartgrid-api/smartgrid-api.ts +0 -17
  404. package/src/surfaces/point-of-sale/api/standard/standard-api.ts +0 -15
  405. package/src/surfaces/point-of-sale/components/ActionItem/ActionItem.ts +0 -24
  406. package/src/surfaces/point-of-sale/components/Image/Image.ts +0 -10
  407. package/src/surfaces/point-of-sale/components/Stack/Stack.ts +0 -63
  408. /package/build/cjs/surfaces/point-of-sale/{components → render/components}/Badge/Badge.js +0 -0
  409. /package/build/cjs/surfaces/point-of-sale/{components → render/components}/Banner/Banner.js +0 -0
  410. /package/build/cjs/surfaces/point-of-sale/{components → render/components}/Button/Button.js +0 -0
  411. /package/build/cjs/surfaces/point-of-sale/{components → render/components}/CameraScanner/CameraScanner.js +0 -0
  412. /package/build/cjs/surfaces/point-of-sale/{components → render/components}/DateField/DateField.js +0 -0
  413. /package/build/cjs/surfaces/point-of-sale/{components → render/components}/DatePicker/DatePicker.js +0 -0
  414. /package/build/cjs/surfaces/point-of-sale/{components → render/components}/Dialog/Dialog.js +0 -0
  415. /package/build/cjs/surfaces/point-of-sale/{components → render/components}/EmailField/EmailField.js +0 -0
  416. /package/build/cjs/surfaces/point-of-sale/{components → render/components}/FormattedTextField/FormattedTextField.js +0 -0
  417. /package/build/cjs/surfaces/point-of-sale/{components → render/components}/Icon/Icon.js +0 -0
  418. /package/build/cjs/surfaces/point-of-sale/{components → render/components}/List/List.js +0 -0
  419. /package/build/cjs/surfaces/point-of-sale/{components → render/components}/Navigator/Navigator.js +0 -0
  420. /package/build/cjs/surfaces/point-of-sale/{components → render/components}/NumberField/NumberField.js +0 -0
  421. /package/build/cjs/surfaces/point-of-sale/{components → render/components}/POSBlock/POSBlock.js +0 -0
  422. /package/build/cjs/surfaces/point-of-sale/{components → render/components}/POSBlock/POSBlockRow.js +0 -0
  423. /package/build/cjs/surfaces/point-of-sale/{components → render/components}/PinPad/PinPad.js +0 -0
  424. /package/build/cjs/surfaces/point-of-sale/{components → render/components}/RadioButtonList/RadioButtonList.js +0 -0
  425. /package/build/cjs/surfaces/point-of-sale/{components → render/components}/Screen/Screen.js +0 -0
  426. /package/build/cjs/surfaces/point-of-sale/{components → render/components}/ScrollView/ScrollView.js +0 -0
  427. /package/build/cjs/surfaces/point-of-sale/{components → render/components}/SearchBar/SearchBar.js +0 -0
  428. /package/build/cjs/surfaces/point-of-sale/{components → render/components}/Section/Section.js +0 -0
  429. /package/build/cjs/surfaces/point-of-sale/{components → render/components}/SectionHeader/SectionHeader.js +0 -0
  430. /package/build/cjs/surfaces/point-of-sale/{components → render/components}/SegmentedControl/SegmentedControl.js +0 -0
  431. /package/build/cjs/surfaces/point-of-sale/{components → render/components}/Selectable/Selectable.js +0 -0
  432. /package/build/cjs/surfaces/point-of-sale/{components → render/components}/Stepper/Stepper.js +0 -0
  433. /package/build/cjs/surfaces/point-of-sale/{components → render/components}/Text/Text.js +0 -0
  434. /package/build/cjs/surfaces/point-of-sale/{components → render/components}/TextArea/TextArea.js +0 -0
  435. /package/build/cjs/surfaces/point-of-sale/{components → render/components}/Tile/Tile.js +0 -0
  436. /package/build/cjs/surfaces/point-of-sale/{components → render/components}/TimeField/TimeField.js +0 -0
  437. /package/build/cjs/surfaces/point-of-sale/{components → render/components}/TimePicker/TimePicker.js +0 -0
  438. /package/build/esm/surfaces/point-of-sale/{components → render/components}/Badge/Badge.mjs +0 -0
  439. /package/build/esm/surfaces/point-of-sale/{components → render/components}/Banner/Banner.mjs +0 -0
  440. /package/build/esm/surfaces/point-of-sale/{components → render/components}/Button/Button.mjs +0 -0
  441. /package/build/esm/surfaces/point-of-sale/{components → render/components}/CameraScanner/CameraScanner.mjs +0 -0
  442. /package/build/esm/surfaces/point-of-sale/{components → render/components}/DateField/DateField.mjs +0 -0
  443. /package/build/esm/surfaces/point-of-sale/{components → render/components}/DatePicker/DatePicker.mjs +0 -0
  444. /package/build/esm/surfaces/point-of-sale/{components → render/components}/Dialog/Dialog.mjs +0 -0
  445. /package/build/esm/surfaces/point-of-sale/{components → render/components}/EmailField/EmailField.mjs +0 -0
  446. /package/build/esm/surfaces/point-of-sale/{components → render/components}/FormattedTextField/FormattedTextField.mjs +0 -0
  447. /package/build/esm/surfaces/point-of-sale/{components → render/components}/Icon/Icon.mjs +0 -0
  448. /package/build/esm/surfaces/point-of-sale/{components → render/components}/List/List.mjs +0 -0
  449. /package/build/esm/surfaces/point-of-sale/{components → render/components}/Navigator/Navigator.mjs +0 -0
  450. /package/build/esm/surfaces/point-of-sale/{components → render/components}/NumberField/NumberField.mjs +0 -0
  451. /package/build/esm/surfaces/point-of-sale/{components → render/components}/POSBlock/POSBlock.mjs +0 -0
  452. /package/build/esm/surfaces/point-of-sale/{components → render/components}/POSBlock/POSBlockRow.mjs +0 -0
  453. /package/build/esm/surfaces/point-of-sale/{components → render/components}/PinPad/PinPad.mjs +0 -0
  454. /package/build/esm/surfaces/point-of-sale/{components → render/components}/RadioButtonList/RadioButtonList.mjs +0 -0
  455. /package/build/esm/surfaces/point-of-sale/{components → render/components}/Screen/Screen.mjs +0 -0
  456. /package/build/esm/surfaces/point-of-sale/{components → render/components}/ScrollView/ScrollView.mjs +0 -0
  457. /package/build/esm/surfaces/point-of-sale/{components → render/components}/SearchBar/SearchBar.mjs +0 -0
  458. /package/build/esm/surfaces/point-of-sale/{components → render/components}/Section/Section.mjs +0 -0
  459. /package/build/esm/surfaces/point-of-sale/{components → render/components}/SectionHeader/SectionHeader.mjs +0 -0
  460. /package/build/esm/surfaces/point-of-sale/{components → render/components}/SegmentedControl/SegmentedControl.mjs +0 -0
  461. /package/build/esm/surfaces/point-of-sale/{components → render/components}/Selectable/Selectable.mjs +0 -0
  462. /package/build/esm/surfaces/point-of-sale/{components → render/components}/Stepper/Stepper.mjs +0 -0
  463. /package/build/esm/surfaces/point-of-sale/{components → render/components}/Text/Text.mjs +0 -0
  464. /package/build/esm/surfaces/point-of-sale/{components → render/components}/TextArea/TextArea.mjs +0 -0
  465. /package/build/esm/surfaces/point-of-sale/{components → render/components}/Tile/Tile.mjs +0 -0
  466. /package/build/esm/surfaces/point-of-sale/{components → render/components}/TimeField/TimeField.mjs +0 -0
  467. /package/build/esm/surfaces/point-of-sale/{components → render/components}/TimePicker/TimePicker.mjs +0 -0
  468. /package/build/esnext/surfaces/point-of-sale/{components → render/components}/Badge/Badge.esnext +0 -0
  469. /package/build/esnext/surfaces/point-of-sale/{components → render/components}/Banner/Banner.esnext +0 -0
  470. /package/build/esnext/surfaces/point-of-sale/{components → render/components}/Button/Button.esnext +0 -0
  471. /package/build/esnext/surfaces/point-of-sale/{components → render/components}/CameraScanner/CameraScanner.esnext +0 -0
  472. /package/build/esnext/surfaces/point-of-sale/{components → render/components}/DateField/DateField.esnext +0 -0
  473. /package/build/esnext/surfaces/point-of-sale/{components → render/components}/DatePicker/DatePicker.esnext +0 -0
  474. /package/build/esnext/surfaces/point-of-sale/{components → render/components}/Dialog/Dialog.esnext +0 -0
  475. /package/build/esnext/surfaces/point-of-sale/{components → render/components}/EmailField/EmailField.esnext +0 -0
  476. /package/build/esnext/surfaces/point-of-sale/{components → render/components}/FormattedTextField/FormattedTextField.esnext +0 -0
  477. /package/build/esnext/surfaces/point-of-sale/{components → render/components}/Icon/Icon.esnext +0 -0
  478. /package/build/esnext/surfaces/point-of-sale/{components → render/components}/List/List.esnext +0 -0
  479. /package/build/esnext/surfaces/point-of-sale/{components → render/components}/Navigator/Navigator.esnext +0 -0
  480. /package/build/esnext/surfaces/point-of-sale/{components → render/components}/NumberField/NumberField.esnext +0 -0
  481. /package/build/esnext/surfaces/point-of-sale/{components → render/components}/POSBlock/POSBlock.esnext +0 -0
  482. /package/build/esnext/surfaces/point-of-sale/{components → render/components}/POSBlock/POSBlockRow.esnext +0 -0
  483. /package/build/esnext/surfaces/point-of-sale/{components → render/components}/PinPad/PinPad.esnext +0 -0
  484. /package/build/esnext/surfaces/point-of-sale/{components → render/components}/RadioButtonList/RadioButtonList.esnext +0 -0
  485. /package/build/esnext/surfaces/point-of-sale/{components → render/components}/Screen/Screen.esnext +0 -0
  486. /package/build/esnext/surfaces/point-of-sale/{components → render/components}/ScrollView/ScrollView.esnext +0 -0
  487. /package/build/esnext/surfaces/point-of-sale/{components → render/components}/SearchBar/SearchBar.esnext +0 -0
  488. /package/build/esnext/surfaces/point-of-sale/{components → render/components}/Section/Section.esnext +0 -0
  489. /package/build/esnext/surfaces/point-of-sale/{components → render/components}/SectionHeader/SectionHeader.esnext +0 -0
  490. /package/build/esnext/surfaces/point-of-sale/{components → render/components}/SegmentedControl/SegmentedControl.esnext +0 -0
  491. /package/build/esnext/surfaces/point-of-sale/{components → render/components}/Selectable/Selectable.esnext +0 -0
  492. /package/build/esnext/surfaces/point-of-sale/{components → render/components}/Stepper/Stepper.esnext +0 -0
  493. /package/build/esnext/surfaces/point-of-sale/{components → render/components}/Text/Text.esnext +0 -0
  494. /package/build/esnext/surfaces/point-of-sale/{components → render/components}/TextArea/TextArea.esnext +0 -0
  495. /package/build/esnext/surfaces/point-of-sale/{components → render/components}/Tile/Tile.esnext +0 -0
  496. /package/build/esnext/surfaces/point-of-sale/{components → render/components}/TimeField/TimeField.esnext +0 -0
  497. /package/build/esnext/surfaces/point-of-sale/{components → render/components}/TimePicker/TimePicker.esnext +0 -0
  498. /package/build/ts/surfaces/point-of-sale/{api → render/api}/action-api/action-api.d.ts +0 -0
  499. /package/build/ts/surfaces/point-of-sale/{api → render/api}/action-target-api/action-target-api.d.ts +0 -0
  500. /package/build/ts/surfaces/point-of-sale/{api → render/api}/connectivity-api/connectivity-api.d.ts +0 -0
  501. /package/build/ts/surfaces/point-of-sale/{api → render/api}/customer-api/customer-api.d.ts +0 -0
  502. /package/build/ts/surfaces/point-of-sale/{api → render/api}/device-api/device-api.d.ts +0 -0
  503. /package/build/ts/surfaces/point-of-sale/{api → render/api}/draft-order-api/draft-order-api.d.ts +0 -0
  504. /package/build/ts/surfaces/point-of-sale/{api → render/api}/locale-api/locale-api.d.ts +0 -0
  505. /package/build/ts/surfaces/point-of-sale/{api → render/api}/navigation-api/navigation-api.d.ts +0 -0
  506. /package/build/ts/surfaces/point-of-sale/{api → render/api}/order-api/order-api.d.ts +0 -0
  507. /package/build/ts/surfaces/point-of-sale/{api → render/api}/product-api/product-api.d.ts +0 -0
  508. /package/build/ts/surfaces/point-of-sale/{api → render/api}/scanner-api/scanner-api.d.ts +0 -0
  509. /package/build/ts/surfaces/point-of-sale/{api → render/api}/toast-api/toast-api.d.ts +0 -0
  510. /package/build/ts/surfaces/point-of-sale/{components → render/components}/Badge/Badge.d.ts +0 -0
  511. /package/build/ts/surfaces/point-of-sale/{components → render/components}/Banner/Banner.d.ts +0 -0
  512. /package/build/ts/surfaces/point-of-sale/{components → render/components}/Button/Button.d.ts +0 -0
  513. /package/build/ts/surfaces/point-of-sale/{components → render/components}/CameraScanner/CameraScanner.d.ts +0 -0
  514. /package/build/ts/surfaces/point-of-sale/{components → render/components}/DateField/DateField.d.ts +0 -0
  515. /package/build/ts/surfaces/point-of-sale/{components → render/components}/DatePicker/DatePicker.d.ts +0 -0
  516. /package/build/ts/surfaces/point-of-sale/{components → render/components}/Dialog/Dialog.d.ts +0 -0
  517. /package/build/ts/surfaces/point-of-sale/{components → render/components}/EmailField/EmailField.d.ts +0 -0
  518. /package/build/ts/surfaces/point-of-sale/{components → render/components}/Icon/Icon.d.ts +0 -0
  519. /package/build/ts/surfaces/point-of-sale/{components → render/components}/Navigator/Navigator.d.ts +0 -0
  520. /package/build/ts/surfaces/point-of-sale/{components → render/components}/NumberField/NumberField.d.ts +0 -0
  521. /package/build/ts/surfaces/point-of-sale/{components → render/components}/POSBlock/POSBlock.d.ts +0 -0
  522. /package/build/ts/surfaces/point-of-sale/{components → render/components}/POSBlock/POSBlockRow.d.ts +0 -0
  523. /package/build/ts/surfaces/point-of-sale/{components → render/components}/PinPad/PinPad.d.ts +0 -0
  524. /package/build/ts/surfaces/point-of-sale/{components → render/components}/RadioButtonList/RadioButtonList.d.ts +0 -0
  525. /package/build/ts/surfaces/point-of-sale/{components → render/components}/Screen/Screen.d.ts +0 -0
  526. /package/build/ts/surfaces/point-of-sale/{components → render/components}/ScrollView/ScrollView.d.ts +0 -0
  527. /package/build/ts/surfaces/point-of-sale/{components → render/components}/SearchBar/SearchBar.d.ts +0 -0
  528. /package/build/ts/surfaces/point-of-sale/{components → render/components}/Section/Section.d.ts +0 -0
  529. /package/build/ts/surfaces/point-of-sale/{components → render/components}/SectionHeader/SectionHeader.d.ts +0 -0
  530. /package/build/ts/surfaces/point-of-sale/{components → render/components}/SegmentedControl/SegmentedControl.d.ts +0 -0
  531. /package/build/ts/surfaces/point-of-sale/{components → render/components}/Selectable/Selectable.d.ts +0 -0
  532. /package/build/ts/surfaces/point-of-sale/{components → render/components}/Stepper/Stepper.d.ts +0 -0
  533. /package/build/ts/surfaces/point-of-sale/{components → render/components}/Text/Text.d.ts +0 -0
  534. /package/build/ts/surfaces/point-of-sale/{components → render/components}/TextArea/TextArea.d.ts +0 -0
  535. /package/build/ts/surfaces/point-of-sale/{components → render/components}/Tile/Tile.d.ts +0 -0
  536. /package/build/ts/surfaces/point-of-sale/{components → render/components}/TimeField/TimeField.d.ts +0 -0
  537. /package/build/ts/surfaces/point-of-sale/{components → render/components}/TimePicker/TimePicker.d.ts +0 -0
  538. /package/build/ts/surfaces/point-of-sale/{components → render/components}/shared/BaseTextField.d.ts +0 -0
  539. /package/build/ts/surfaces/point-of-sale/{components → render/components}/shared/InputField.d.ts +0 -0
  540. /package/build/ts/surfaces/point-of-sale/{components → render/components}/shared/auto-capitalization-type.d.ts +0 -0
  541. /package/build/ts/surfaces/point-of-sale/{api/types → types}/country-code.d.ts +0 -0
  542. /package/build/ts/surfaces/point-of-sale/{api/types → types}/multiple-resource-result.d.ts +0 -0
  543. /package/build/ts/surfaces/point-of-sale/{api/types → types}/paginated-result.d.ts +0 -0
  544. /package/build/ts/surfaces/point-of-sale/{api/types → types}/product.d.ts +0 -0
  545. /package/src/surfaces/point-of-sale/{api → render/api}/action-api/action-api.ts +0 -0
  546. /package/src/surfaces/point-of-sale/{api → render/api}/action-target-api/action-target-api.ts +0 -0
  547. /package/src/surfaces/point-of-sale/{api → render/api}/connectivity-api/connectivity-api.ts +0 -0
  548. /package/src/surfaces/point-of-sale/{api → render/api}/customer-api/customer-api.ts +0 -0
  549. /package/src/surfaces/point-of-sale/{api → render/api}/device-api/device-api.ts +0 -0
  550. /package/src/surfaces/point-of-sale/{api → render/api}/draft-order-api/draft-order-api.ts +0 -0
  551. /package/src/surfaces/point-of-sale/{api → render/api}/locale-api/locale-api.ts +0 -0
  552. /package/src/surfaces/point-of-sale/{api → render/api}/navigation-api/navigation-api.ts +0 -0
  553. /package/src/surfaces/point-of-sale/{api/order-api/order-api.tsx → render/api/order-api/order-api.ts} +0 -0
  554. /package/src/surfaces/point-of-sale/{api → render/api}/product-api/product-api.ts +0 -0
  555. /package/src/surfaces/point-of-sale/{api → render/api}/scanner-api/scanner-api.ts +0 -0
  556. /package/src/surfaces/point-of-sale/{api → render/api}/toast-api/toast-api.ts +0 -0
  557. /package/src/surfaces/point-of-sale/{components → render/components}/Badge/Badge.ts +0 -0
  558. /package/src/surfaces/point-of-sale/{components → render/components}/Banner/Banner.ts +0 -0
  559. /package/src/surfaces/point-of-sale/{components → render/components}/Button/Button.ts +0 -0
  560. /package/src/surfaces/point-of-sale/{components → render/components}/CameraScanner/CameraScanner.ts +0 -0
  561. /package/src/surfaces/point-of-sale/{components → render/components}/DateField/DateField.ts +0 -0
  562. /package/src/surfaces/point-of-sale/{components → render/components}/DatePicker/DatePicker.ts +0 -0
  563. /package/src/surfaces/point-of-sale/{components → render/components}/Dialog/Dialog.ts +0 -0
  564. /package/src/surfaces/point-of-sale/{components → render/components}/EmailField/EmailField.ts +0 -0
  565. /package/src/surfaces/point-of-sale/{components → render/components}/Icon/Icon.ts +0 -0
  566. /package/src/surfaces/point-of-sale/{components → render/components}/Navigator/Navigator.ts +0 -0
  567. /package/src/surfaces/point-of-sale/{components → render/components}/NumberField/NumberField.ts +0 -0
  568. /package/src/surfaces/point-of-sale/{components → render/components}/POSBlock/POSBlock.ts +0 -0
  569. /package/src/surfaces/point-of-sale/{components → render/components}/POSBlock/POSBlockRow.ts +0 -0
  570. /package/src/surfaces/point-of-sale/{components → render/components}/PinPad/PinPad.ts +0 -0
  571. /package/src/surfaces/point-of-sale/{components → render/components}/RadioButtonList/RadioButtonList.ts +0 -0
  572. /package/src/surfaces/point-of-sale/{components → render/components}/Screen/Screen.ts +0 -0
  573. /package/src/surfaces/point-of-sale/{components → render/components}/ScrollView/ScrollView.ts +0 -0
  574. /package/src/surfaces/point-of-sale/{components → render/components}/SearchBar/SearchBar.ts +0 -0
  575. /package/src/surfaces/point-of-sale/{components → render/components}/Section/Section.ts +0 -0
  576. /package/src/surfaces/point-of-sale/{components → render/components}/SectionHeader/SectionHeader.ts +0 -0
  577. /package/src/surfaces/point-of-sale/{components → render/components}/SegmentedControl/SegmentedControl.ts +0 -0
  578. /package/src/surfaces/point-of-sale/{components → render/components}/Selectable/Selectable.ts +0 -0
  579. /package/src/surfaces/point-of-sale/{components → render/components}/Stepper/Stepper.ts +0 -0
  580. /package/src/surfaces/point-of-sale/{components → render/components}/Text/Text.ts +0 -0
  581. /package/src/surfaces/point-of-sale/{components → render/components}/TextArea/TextArea.ts +0 -0
  582. /package/src/surfaces/point-of-sale/{components → render/components}/Tile/Tile.ts +0 -0
  583. /package/src/surfaces/point-of-sale/{components → render/components}/TimeField/TimeField.ts +0 -0
  584. /package/src/surfaces/point-of-sale/{components → render/components}/TimePicker/TimePicker.ts +0 -0
  585. /package/src/surfaces/point-of-sale/{components → render/components}/shared/BaseTextField.ts +0 -0
  586. /package/src/surfaces/point-of-sale/{components → render/components}/shared/InputField.ts +0 -0
  587. /package/src/surfaces/point-of-sale/{components → render/components}/shared/auto-capitalization-type.ts +0 -0
  588. /package/src/surfaces/point-of-sale/{api/types → types}/country-code.ts +0 -0
  589. /package/src/surfaces/point-of-sale/{api/types → types}/multiple-resource-result.ts +0 -0
  590. /package/src/surfaces/point-of-sale/{api/types → types}/paginated-result.ts +0 -0
  591. /package/src/surfaces/point-of-sale/{api/types → types}/product.ts +0 -0
@@ -1 +1 @@
1
- {"version":3,"file":"shared.d.ts","sourceRoot":"","sources":["../../src/shared.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAC,mBAAmB,EAAC,MAAM,iBAAiB,CAAC;AAEzD,MAAM,MAAM,iBAAiB,CAAC,cAAc,IAAI;KAC7C,CAAC,IAAI,MAAM,cAAc,GAAG,cAAc,CAAC,CAAC,CAAC,SAAS,mBAAmB,CACxE,GAAG,EACH,GAAG,CACJ,GACG,cAAc,CAAC,CAAC,CAAC,GACjB,KAAK;CACV,CAAC;AAEF,MAAM,MAAM,mBAAmB,CAAC,cAAc,IAC5C,iBAAiB,CAAC,cAAc,CAAC,CAAC,MAAM,iBAAiB,CAAC,cAAc,CAAC,CAAC,CAAC;AAE7E;;GAEG;AACH,MAAM,MAAM,UAAU,GAClB,SAAS,GACT,SAAS,GACT,SAAS,GACT,SAAS,GACT,SAAS,GACT,SAAS,GACT,SAAS,GACT,UAAU,CAAC;AAEf;;;;;;;;;;;;;;GAcG;AAEH,MAAM,MAAM,UAAU,GAClB,YAAY,GACZ,gBAAgB,GAChB,gBAAgB,GAChB,qCAAqC,GACrC,wCAAwC,GACxC,gBAAgB,CAAC;AAGrB,MAAM,MAAM,YAAY,GACpB,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,CAAC;AAGV,MAAM,MAAM,QAA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ACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,CAAC;AAET;;GAEG;AACH,MAAM,MAAM,oBAAoB,GAC5B,SAAS,GACT,SAAS,GACT,SAAS,GACT,SAAS,GACT,SAAS,GACT,SAAS,GACT,SAAS,GACT,SAAS,GACT,SAAS,GACT,SAAS,GACT,UAAU,CAAC;AAEf;;GAEG;AACH,MAAM,WAAW,YAAY;IAC3B,OAAO,EAAE,MAAM,CAAC;IAChB,UAAU,EAAE;QACV,SAAS,EAAE,MAAM,CAAC;QAClB,IAAI,EAAE,MAAM,CAAC;KACd,CAAC;CACH"}
1
+ {"version":3,"file":"shared.d.ts","sourceRoot":"","sources":["../../src/shared.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAC,mBAAmB,EAAC,MAAM,iBAAiB,CAAC;AAEzD,MAAM,MAAM,iBAAiB,CAAC,cAAc,IAAI;KAC7C,CAAC,IAAI,MAAM,cAAc,GAAG,cAAc,CAAC,CAAC,CAAC,SAAS,mBAAmB,CACxE,GAAG,EACH,GAAG,CACJ,GACG,cAAc,CAAC,CAAC,CAAC,GACjB,KAAK;CACV,CAAC;AAEF,MAAM,MAAM,mBAAmB,CAAC,cAAc,IAC5C,iBAAiB,CAAC,cAAc,CAAC,CAAC,MAAM,iBAAiB,CAAC,cAAc,CAAC,CAAC,CAAC;AAE7E;;GAEG;AACH,MAAM,MAAM,UAAU,GAClB,SAAS,GACT,SAAS,GACT,SAAS,GACT,SAAS,GACT,SAAS,GACT,SAAS,GACT,SAAS,GACT,SAAS,GACT,UAAU,CAAC;AAEf;;;;;;;;;;;;;;GAcG;AAEH,MAAM,MAAM,UAAU,GAClB,YAAY,GACZ,gBAAgB,GAChB,gBAAgB,GAChB,qCAAqC,GACrC,wCAAwC,GACxC,gBAAgB,CAAC;AAGrB,MAAM,MAAM,YAAY,GACpB,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,GACL,KAAK,CAAC;AAGV,MAAM,MAAM,QAAQ,GAChB,gBAAgB,GAChB,gBAAgB,GAChB,eAAe,GACf,cAAc,GACd,mBAAmB,GACnB,cAAc,GACd,iBAAiB,GACjB,qBAAqB,GACrB,aAAa,GACb,iBAAiB,GACjB,cAAc,GACd,eAAe,GACf,iBAAiB,GACjB,gBAAgB,GAChB,iBAAiB,GACjB,iBAAiB,GACjB,gBAAgB,GAChB,cAAc,GACd,iBAAiB,GACjB,cAAc,GACd,mBAAmB,GACnB,mBAAmB,GACnB,gCAAgC,GAChC,6BAA6B,GAC7B,2BAA2B,GAC3B,yBAAyB,GACzB,4BAA4B,GAC5B,2BAA2B,GAC3B,gCAAgC,GAChC,yBAAyB,GACzB,4BAA4B,GAC5B,4BAA4B,GAC5B,2BAA2B,GAC3B,2BAA2B,GAC3B,kBAAkB,GAClB,eAAe,GACf,wBAAwB,GACxB,kBAAkB,GAClB,eAAe,GACf,gBAAgB,GAChB,mBAAmB,GACnB,gBAAgB,GAChB,eAAe,GACf,uBAAuB,GACvB,sBAAsB,GACtB,gBAAgB,GAChB,iBAAiB,GACjB,iBAAiB,GACjB,iBAAiB,GACjB,mBAAmB,GACnB,oBAAoB,GACpB,gBAAgB,GAChB,sBAAsB,GACtB,gBAAgB,GAChB,sBAAsB,GACtB,gBAAgB,GAChB,iBAAiB,GACjB,kBAAkB,GAClB,kBAAkB,GAClB,qBAAqB,GACrB,qBAAqB,GACrB,mBAAmB,GACnB,mBAAmB,GACnB,mBAAmB,GACnB,oBAAoB,GACpB,mBAAmB,GACnB,mBAAmB,GACnB,gBAAgB,GAChB,iBAAiB,GACjB,gBAAgB,GAChB,oBAAoB,GACpB,8BAA8B,GAC9B,sBAAsB,GACtB,yBAAyB,GACzB,4BAA4B,GAC5B,2BAA2B,GAC3B,uBAAuB,GACvB,2BAA2B,GAC3B,yBAAyB,GACzB,gBAAgB,GAChB,iBAAiB,GACjB,iBAAiB,GACjB,gBAAgB,GAChB,6BAA6B,GAC7B,6BAA6B,GAC7B,gBAAgB,GAChB,cAAc,GACd,qBAAqB,GACrB,gBAAgB,GAChB,iBAAiB,GACjB,gBAAgB,GAChB,oBAAoB,GACpB,mBAAmB,GACnB,kBAAkB,GAClB,mBAAmB,GACnB,gBAAgB,GAChB,oBAAoB,GACpB,qBAAqB,GACrB,kBAAkB,GAClB,iBAAiB,GACjB,mBAAmB,GACnB,oBAAoB,GACpB,kBAAkB,GAClB,iBAAiB,GACjB,cAAc,GACd,iBAAiB,GACjB,6BAA6B,GAC7B,6BAA6B,GAC7B,gCAAgC,GAChC,cAAc,GACd,iBAAiB,GACjB,gBAAgB,GAChB,qBAAqB,GACrB,oBAAoB,GACpB,iBAAiB,GACjB,wBAAwB,GACxB,qBAAqB,GACrB,qBAAqB,GACrB,sBAAsB,GACtB,qBAAqB,GACrB,sBAAsB,GACtB,gBAAgB,GAChB,gBAAgB,GAChB,kBAAkB,GAClB,oBAAoB,GACpB,kBAAkB,GAClB,kBAAkB,GAClB,uBAAuB,GACvB,mBAAmB,GACnB,sBAAsB,GACtB,eAAe,GACf,kBAAkB,GAClB,uBAAuB,GACvB,qBAAqB,GACrB,eAAe,GACf,qBAAqB,GACrB,iBAAiB,GACjB,iBAAiB,GACjB,mBAAmB,GACnB,oBAAoB,GACpB,kBAAkB,GAClB,iBAAiB,GACjB,qBAAqB,GACrB,kBAAkB,GAClB,kBAAkB,GAClB,sBAAsB,GACtB,mBAAmB,GACnB,mBAAmB,GACnB,oBAAoB,GACpB,kBAAkB,GAClB,mBAAmB,GACnB,aAAa,GACb,YAAY,GACZ,aAAa,GACb,YAAY,GACZ,aAAa,GACb,eAAe,GACf,aAAa,GACb,cAAc,GACd,WAAW,GACX,cAAc,GACd,cAAc,GACd,aAAa,GACb,cAAc,GACd,aAAa,GACb,YAAY,GACZ,iBAAiB,GACjB,cAAc,GACd,eAAe,GACf,YAAY,GACZ,WAAW,GACX,YAAY,GACZ,eAAe,GACf,gBAAgB,GAChB,WAAW,GACX,aAAa,GACb,kBAAkB,GAClB,gBAAgB,GAChB,WAAW,GACX,cAAc,GACd,cAAc,GACd,eAAe,GACf,gBAAgB,GAChB,YAAY,GACZ,gBAAgB,GAChB,cAAc,GACd,gBAAgB,GAChB,eAAe,GACf,cAAc,GACd,kBAAkB,GAClB,mBAAmB,GACnB,cAAc,GACd,YAAY,GACZ,cAAc,GACd,eAAe,GACf,aAAa,GACb,cAAc,GACd,mBAAmB,GACnB,kBAAkB,GAClB,WAAW,GACX,WAAW,GACX,gBAAgB,GAChB,gBAAgB,GAChB,YAAY,GACZ,eAAe,GACf,gBAAgB,GAChB,aAAa,GACb,eAAe,GACf,gBAAgB,GAChB,YAAY,GACZ,eAAe,GACf,gBAAgB,GAChB,oBAAoB,GACpB,aAAa,GACb,eAAe,GACf,cAAc,GACd,aAAa,GACb,cAAc,GACd,YAAY,GACZ,YAAY,GACZ,kBAAkB,GAClB,aAAa,GACb,eAAe,GACf,kBAAkB,GAClB,cAAc,GACd,aAAa,GACb,oBAAoB,GACpB,cAAc,GACd,iBAAiB,GACjB,kBAAkB,GAClB,iBAAiB,GACjB,qBAAqB,GACrB,gBAAgB,GAChB,kBAAkB,GAClB,oBAAoB,GACpB,wBAAwB,GACxB,kBAAkB,GAClB,oBAAoB,GACpB,oBAAoB,GACpB,uBAAuB,GACvB,kBAAkB,GAClB,iBAAiB,GACjB,kBAAkB,GAClB,oBAAoB,GACpB,qBAAqB,GACrB,qBAAqB,GACrB,iBAAiB,GACjB,kBAAkB,GAClB,KAAK,GACL,SAAS,GACT,KAAK,GACL,KAAK,GACL,SAAS,GACT,SAAS,GACT,WAAW,GACX,YAAY,GACZ,YAAY,GACZ,YAAY,GACZ,YAAY,GACZ,YAAY,GACZ,WAAW,GACX,WAAW,GACX,WAAW,GACX,WAAW,GACX,WAAW,GACX,WAAW,GACX,WAAW,GACX,WAAW,GACX,WAAW,GACX,YAAY,GACZ,YAAY,GACZ,YAAY,GACZ,WAAW,GACX,WAAW,GACX,WAAW,GACX,WAAW,GACX,WAAW,GACX,WAAW,GACX,WAAW,GACX,WAAW,GACX,SAAS,GACT,kBAAkB,GAClB,gBAAgB,GAChB,kBAAkB,GAClB,eAAe,GACf,iBAAiB,GACjB,eAAe,GACf,iBAAiB,GACjB,kBAAkB,GAClB,iBAAiB,GACjB,iBAAiB,GACjB,mBAAmB,GACnB,eAAe,GACf,kBAAkB,GAClB,iBAAiB,GACjB,iBAAiB,GACjB,oBAAoB,GACpB,aAAa,GACb,cAAc,GACd,eAAe,GACf,eAAe,GACf,mBAAmB,GACnB,eAAe,GACf,cAAc,GACd,cAAc,GACd,eAAe,GACf,eAAe,GACf,aAAa,GACb,cAAc,GACd,eAAe,GACf,aAAa,GACb,aAAa,GACb,eAAe,GACf,gBAAgB,GAChB,mBAAmB,GACnB,cAAc,GACd,kBAAkB,GAClB,gBAAgB,GAChB,eAAe,GACf,kBAAkB,GAClB,iBAAiB,GACjB,eAAe,GACf,gBAAgB,GAChB,kBAAkB,GAClB,eAAe,GACf,mBAAmB,GACnB,eAAe,GACf,KAAK,GACL,eAAe,GACf,kBAAkB,GAClB,cAAc,GACd,kBAAkB,GAClB,aAAa,GACb,iBAAiB,GACjB,kBAAkB,GAClB,gBAAgB,GAChB,KAAK,GACL,KAAK,GACL,SAAS,GACT,cAAc,GACd,kBAAkB,GAClB,sBAAsB,GACtB,iBAAiB,GACjB,eAAe,GACf,gBAAgB,GAChB,eAAe,GACf,iBAAiB,GACjB,cAAc,GACd,kBAAkB,GAClB,mBAAmB,GACnB,iBAAiB,GACjB,qBAAqB,GACrB,cAAc,GACd,kBAAkB,GAClB,gBAAgB,GAChB,oBAAoB,GACpB,gBAAgB,GAChB,mBAAmB,GACnB,gBAAgB,GAChB,mBAAmB,GACnB,eAAe,GACf,cAAc,GACd,iBAAiB,GACjB,gBAAgB,GAChB,mBAAmB,GACnB,eAAe,GACf,kBAAkB,GAClB,iBAAiB,GACjB,sBAAsB,GACtB,mBAAmB,GACnB,gBAAgB,GAChB,gBAAgB,GAChB,mBAAmB,GACnB,cAAc,GACd,gBAAgB,GAChB,SAAS,GACT,KAAK,CAAC;AAEV,MAAM,MAAM,WAAW,GACnB,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,CAAC;AAGT;;GAEG;AACH,MAAM,MAAM,iBAAiB,GACzB,wBAAwB,GACxB,wBAAwB,GACxB,wBAAwB,GACxB,wBAAwB,GACxB,wBAAwB,GACxB,wBAAwB,GACxB,wBAAwB,GACxB,wBAAwB,GACxB,wBAAwB,GACxB,wBAAwB,GACxB,wBAAwB,GACxB,wBAAwB,GACxB,wBAAwB,GACxB,wBAAwB,GACxB,wBAAwB,GACxB,wBAAwB,GACxB,wBAAwB,GACxB,6BAA6B,GAC7B,mBAAmB,GACnB,mBAAmB,GACnB,mBAAmB,GACnB,mBAAmB,GACnB,mBAAmB,GACnB,mBAAmB,GACnB,mBAAmB,GACnB,mBAAmB,GACnB,mBAAmB,GACnB,mBAAmB,GACnB,mBAAmB,GACnB,mBAAmB,GACnB,mBAAmB,GACnB,mBAAmB,GACnB,mBAAmB,GACnB,wBAAwB,GACxB,wBAAwB,GACxB,uBAAuB,GACvB,cAAc,CAAC;AAEnB;;GAEG;AACH,MAAM,MAAM,oBAAoB,GAC5B,SAAS,GACT,SAAS,GACT,SAAS,GACT,SAAS,GACT,SAAS,GACT,SAAS,GACT,SAAS,GACT,SAAS,GACT,SAAS,GACT,SAAS,GACT,SAAS,GACT,UAAU,CAAC;AAEf;;GAEG;AACH,MAAM,WAAW,YAAY;IAC3B,OAAO,EAAE,MAAM,CAAC;IAChB,UAAU,EAAE;QACV,SAAS,EAAE,MAAM,CAAC;QAClB,IAAI,EAAE,MAAM,CAAC;KACd,CAAC;CACH"}
@@ -1,6 +1,8 @@
1
1
  import type { StandardApi } from '../standard/standard';
2
2
  import type { ExtensionTarget as AnyExtensionTarget } from '../../extension-targets';
3
3
  import type { Data } from '../shared';
4
+ import type { ResourcePickerApi } from '../resource-picker/resource-picker';
5
+ import type { PickerApi } from '../picker/picker';
4
6
  export interface ActionExtensionApi<ExtensionTarget extends AnyExtensionTarget> extends StandardApi<ExtensionTarget> {
5
7
  /**
6
8
  * Closes the extension. Calling this method is equivalent to the merchant clicking the "x" in the corner of the overlay.
@@ -10,5 +12,13 @@ export interface ActionExtensionApi<ExtensionTarget extends AnyExtensionTarget>
10
12
  * Information about the currently viewed or selected items.
11
13
  */
12
14
  data: Data;
15
+ /**
16
+ * Renders the [Resource Picker](resource-picker), allowing users to select a resource for the extension to use as part of its flow.
17
+ */
18
+ resourcePicker: ResourcePickerApi;
19
+ /**
20
+ * Renders a custom [Picker](picker) dialog allowing users to select values from a list.
21
+ */
22
+ picker: PickerApi;
13
23
  }
14
24
  //# sourceMappingURL=action.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"action.d.ts","sourceRoot":"","sources":["../../../../../../src/surfaces/admin/api/action/action.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAC,WAAW,EAAC,MAAM,sBAAsB,CAAC;AACtD,OAAO,KAAK,EAAC,eAAe,IAAI,kBAAkB,EAAC,MAAM,yBAAyB,CAAC;AACnF,OAAO,KAAK,EAAC,IAAI,EAAC,MAAM,WAAW,CAAC;AAEpC,MAAM,WAAW,kBAAkB,CAAC,eAAe,SAAS,kBAAkB,CAC5E,SAAQ,WAAW,CAAC,eAAe,CAAC;IACpC;;OAEG;IACH,KAAK,EAAE,MAAM,IAAI,CAAC;IAElB;;OAEG;IACH,IAAI,EAAE,IAAI,CAAC;CACZ"}
1
+ {"version":3,"file":"action.d.ts","sourceRoot":"","sources":["../../../../../../src/surfaces/admin/api/action/action.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAC,WAAW,EAAC,MAAM,sBAAsB,CAAC;AACtD,OAAO,KAAK,EAAC,eAAe,IAAI,kBAAkB,EAAC,MAAM,yBAAyB,CAAC;AACnF,OAAO,KAAK,EAAC,IAAI,EAAC,MAAM,WAAW,CAAC;AACpC,OAAO,KAAK,EAAC,iBAAiB,EAAC,MAAM,oCAAoC,CAAC;AAC1E,OAAO,KAAK,EAAC,SAAS,EAAC,MAAM,kBAAkB,CAAC;AAEhD,MAAM,WAAW,kBAAkB,CAAC,eAAe,SAAS,kBAAkB,CAC5E,SAAQ,WAAW,CAAC,eAAe,CAAC;IACpC;;OAEG;IACH,KAAK,EAAE,MAAM,IAAI,CAAC;IAElB;;OAEG;IACH,IAAI,EAAE,IAAI,CAAC;IAEX;;OAEG;IACH,cAAc,EAAE,iBAAiB,CAAC;IAElC;;OAEG;IACH,MAAM,EAAE,SAAS,CAAC;CACnB"}
@@ -1 +1 @@
1
- {"version":3,"file":"action.doc.d.ts","sourceRoot":"","sources":["../../../../../../src/surfaces/admin/api/action/action.doc.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,6BAA6B,EAAC,MAAM,wBAAwB,CAAC;AAErE,QAAA,MAAM,IAAI,EAAE,6BAeX,CAAC;AAEF,eAAe,IAAI,CAAC"}
1
+ {"version":3,"file":"action.doc.d.ts","sourceRoot":"","sources":["../../../../../../src/surfaces/admin/api/action/action.doc.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,6BAA6B,EAAC,MAAM,wBAAwB,CAAC;AAErE,QAAA,MAAM,IAAI,EAAE,6BAgBX,CAAC;AAEF,eAAe,IAAI,CAAC"}
@@ -2,6 +2,7 @@ import type { StandardApi } from '../standard/standard';
2
2
  import type { ExtensionTarget as AnyExtensionTarget } from '../../extension-targets';
3
3
  import type { Data } from '../shared';
4
4
  import type { ResourcePickerApi } from '../resource-picker/resource-picker';
5
+ import type { PickerApi } from '../picker/picker';
5
6
  export interface Navigation {
6
7
  /**
7
8
  * Navigate to a specific route.
@@ -21,8 +22,12 @@ export interface BlockExtensionApi<ExtensionTarget extends AnyExtensionTarget> e
21
22
  */
22
23
  navigation: Navigation;
23
24
  /**
24
- * Renders the [Resource Picker](/docs/api/app-bridge-library/apis/resource-picker), allowing users to select a resource for the extension to use as part of its flow.
25
+ * Renders the [Resource Picker](resource-picker), allowing users to select a resource for the extension to use as part of its flow.
25
26
  */
26
27
  resourcePicker: ResourcePickerApi;
28
+ /**
29
+ * Renders a custom [Picker](picker) dialog allowing users to select values from a list.
30
+ */
31
+ picker: PickerApi;
27
32
  }
28
33
  //# sourceMappingURL=block.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"block.d.ts","sourceRoot":"","sources":["../../../../../../src/surfaces/admin/api/block/block.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAC,WAAW,EAAC,MAAM,sBAAsB,CAAC;AACtD,OAAO,KAAK,EAAC,eAAe,IAAI,kBAAkB,EAAC,MAAM,yBAAyB,CAAC;AACnF,OAAO,KAAK,EAAC,IAAI,EAAC,MAAM,WAAW,CAAC;AACpC,OAAO,KAAK,EAAC,iBAAiB,EAAC,MAAM,oCAAoC,CAAC;AAE1E,MAAM,WAAW,UAAU;IACzB;;;;OAIG;IACH,QAAQ,EAAE,CAAC,GAAG,EAAE,MAAM,GAAG,GAAG,KAAK,IAAI,CAAC;CACvC;AAED,MAAM,WAAW,iBAAiB,CAAC,eAAe,SAAS,kBAAkB,CAC3E,SAAQ,WAAW,CAAC,eAAe,CAAC;IACpC;;OAEG;IACH,IAAI,EAAE,IAAI,CAAC;IAEX;;;OAGG;IACH,UAAU,EAAE,UAAU,CAAC;IAEvB;;OAEG;IACH,cAAc,EAAE,iBAAiB,CAAC;CACnC"}
1
+ {"version":3,"file":"block.d.ts","sourceRoot":"","sources":["../../../../../../src/surfaces/admin/api/block/block.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAC,WAAW,EAAC,MAAM,sBAAsB,CAAC;AACtD,OAAO,KAAK,EAAC,eAAe,IAAI,kBAAkB,EAAC,MAAM,yBAAyB,CAAC;AACnF,OAAO,KAAK,EAAC,IAAI,EAAC,MAAM,WAAW,CAAC;AACpC,OAAO,KAAK,EAAC,iBAAiB,EAAC,MAAM,oCAAoC,CAAC;AAC1E,OAAO,KAAK,EAAC,SAAS,EAAC,MAAM,kBAAkB,CAAC;AAEhD,MAAM,WAAW,UAAU;IACzB;;;;OAIG;IACH,QAAQ,EAAE,CAAC,GAAG,EAAE,MAAM,GAAG,GAAG,KAAK,IAAI,CAAC;CACvC;AAED,MAAM,WAAW,iBAAiB,CAAC,eAAe,SAAS,kBAAkB,CAC3E,SAAQ,WAAW,CAAC,eAAe,CAAC;IACpC;;OAEG;IACH,IAAI,EAAE,IAAI,CAAC;IAEX;;;OAGG;IACH,UAAU,EAAE,UAAU,CAAC;IAEvB;;OAEG;IACH,cAAc,EAAE,iBAAiB,CAAC;IAElC;;OAEG;IACH,MAAM,EAAE,SAAS,CAAC;CACnB"}
@@ -1 +1 @@
1
- {"version":3,"file":"block.doc.d.ts","sourceRoot":"","sources":["../../../../../../src/surfaces/admin/api/block/block.doc.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,6BAA6B,EAAC,MAAM,wBAAwB,CAAC;AAErE,QAAA,MAAM,IAAI,EAAE,6BAeX,CAAC;AAEF,eAAe,IAAI,CAAC"}
1
+ {"version":3,"file":"block.doc.d.ts","sourceRoot":"","sources":["../../../../../../src/surfaces/admin/api/block/block.doc.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,6BAA6B,EAAC,MAAM,wBAAwB,CAAC;AAErE,QAAA,MAAM,IAAI,EAAE,6BAgBX,CAAC;AAEF,eAAe,IAAI,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"launch-options.d.ts","sourceRoot":"","sources":["../../../../../../src/surfaces/admin/api/checkout-rules/launch-options.ts"],"names":[],"mappings":"AAAA,UAAU,SAAS;IACjB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,EAAE,EAAE,MAAM,CAAC;IACX,SAAS,EAAE,MAAM,CAAC;IAClB,GAAG,EAAE,MAAM,CAAC;IACZ,KAAK,EAAE,MAAM,CAAC;IACd,IAAI,EAAE,MAAM,CAAC;CACd;AAED,UAAU,UAAU;IAClB;;OAEG;IACH,EAAE,EAAE,MAAM,CAAC;IACX;;OAEG;IACH,UAAU,EAAE,SAAS,EAAE,CAAC;CACzB;AAED,UAAU,eAAe;IACvB;;OAEG;IACH,EAAE,EAAE,MAAM,CAAC;CACZ;AAED;;GAEG;AACH,MAAM,WAAW,cAAc;IAC7B,UAAU,CAAC,EAAE,UAAU,CAAC;IACxB,eAAe,EAAE,eAAe,CAAC;CAClC"}
1
+ {"version":3,"file":"launch-options.d.ts","sourceRoot":"","sources":["../../../../../../src/surfaces/admin/api/checkout-rules/launch-options.ts"],"names":[],"mappings":"AAAA,UAAU,SAAS;IACjB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,EAAE,EAAE,MAAM,CAAC;IACX,SAAS,EAAE,MAAM,CAAC;IAClB,GAAG,EAAE,MAAM,CAAC;IACZ,KAAK,EAAE,MAAM,CAAC;IACd,IAAI,EAAE,MAAM,CAAC;CACd;AACD,UAAU,UAAU;IAClB;;OAEG;IACH,EAAE,EAAE,MAAM,CAAC;IACX;;OAEG;IACH,UAAU,EAAE,SAAS,EAAE,CAAC;CACzB;AAED,UAAU,eAAe;IACvB;;OAEG;IACH,EAAE,EAAE,MAAM,CAAC;CACZ;AAED;;GAEG;AACH,MAAM,WAAW,cAAc;IAC7B,UAAU,CAAC,EAAE,UAAU,CAAC;IACxB,eAAe,EAAE,eAAe,CAAC;CAClC"}
@@ -1,5 +1,4 @@
1
- declare const supportedDefinitionTypes: readonly ["boolean", "collection_reference", "color", "date", "date_time", "dimension", "file_reference", "json", "metaobject_reference", "mixed_reference", "money", "multi_line_text_field", "number_decimal", "number_integer", "page_reference", "product_reference", "rating", "rich_text_field", "single_line_text_field", "product_taxonomy_value_reference", "url", "variant_reference", "volume", "weight", "list.collection_reference", "list.color", "list.date", "list.date_time", "list.dimension", "list.file_reference", "list.metaobject_reference", "list.mixed_reference", "list.number_decimal", "list.number_integer", "list.page_reference", "list.product_reference", "list.rating", "list.single_line_text_field", "list.url", "list.variant_reference", "list.volume", "list.weight"];
2
- export type SupportedDefinitionType = (typeof supportedDefinitionTypes)[number];
1
+ import { SupportedDefinitionType } from '../shared';
3
2
  interface MetafieldUpdateChange {
4
3
  type: 'updateMetafield';
5
4
  key: string;
@@ -1 +1 @@
1
- {"version":3,"file":"metafields.d.ts","sourceRoot":"","sources":["../../../../../../src/surfaces/admin/api/checkout-rules/metafields.ts"],"names":[],"mappings":"AAAA,QAAA,MAAM,wBAAwB,+wBA2CpB,CAAC;AAEX,MAAM,MAAM,uBAAuB,GAAG,CAAC,OAAO,wBAAwB,CAAC,CAAC,MAAM,CAAC,CAAC;AAEhF,UAAU,qBAAqB;IAC7B,IAAI,EAAE,iBAAiB,CAAC;IACxB,GAAG,EAAE,MAAM,CAAC;IACZ,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,KAAK,EAAE,MAAM,GAAG,MAAM,CAAC;IACvB,SAAS,CAAC,EAAE,uBAAuB,CAAC;CACrC;AAED,UAAU,qBAAqB;IAC7B,IAAI,EAAE,iBAAiB,CAAC;IACxB,GAAG,EAAE,MAAM,CAAC;IACZ,SAAS,EAAE,MAAM,CAAC;CACnB;AAED,KAAK,eAAe,GAAG,qBAAqB,GAAG,qBAAqB,CAAC;AACrE,UAAU,0BAA0B;IAClC,IAAI,EAAE,OAAO,CAAC;IACd,OAAO,EAAE,MAAM,CAAC;CACjB;AACD,UAAU,sBAAsB;IAC9B,IAAI,EAAE,SAAS,CAAC;CACjB;AACD,KAAK,qBAAqB,GACtB,sBAAsB,GACtB,0BAA0B,CAAC;AAE/B,MAAM,MAAM,oBAAoB,GAAG,CACjC,MAAM,EAAE,eAAe,KACpB,OAAO,CAAC,qBAAqB,CAAC,CAAC"}
1
+ {"version":3,"file":"metafields.d.ts","sourceRoot":"","sources":["../../../../../../src/surfaces/admin/api/checkout-rules/metafields.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,uBAAuB,EAAC,MAAM,WAAW,CAAC;AAElD,UAAU,qBAAqB;IAC7B,IAAI,EAAE,iBAAiB,CAAC;IACxB,GAAG,EAAE,MAAM,CAAC;IACZ,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,KAAK,EAAE,MAAM,GAAG,MAAM,CAAC;IACvB,SAAS,CAAC,EAAE,uBAAuB,CAAC;CACrC;AAED,UAAU,qBAAqB;IAC7B,IAAI,EAAE,iBAAiB,CAAC;IACxB,GAAG,EAAE,MAAM,CAAC;IACZ,SAAS,EAAE,MAAM,CAAC;CACnB;AAED,KAAK,eAAe,GAAG,qBAAqB,GAAG,qBAAqB,CAAC;AACrE,UAAU,0BAA0B;IAClC,IAAI,EAAE,OAAO,CAAC;IACd,OAAO,EAAE,MAAM,CAAC;CACjB;AACD,UAAU,sBAAsB;IAC9B,IAAI,EAAE,SAAS,CAAC;CACjB;AACD,KAAK,qBAAqB,GACtB,sBAAsB,GACtB,0BAA0B,CAAC;AAE/B,MAAM,MAAM,oBAAoB,GAAG,CACjC,MAAM,EAAE,eAAe,KACpB,OAAO,CAAC,qBAAqB,CAAC,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"validation-settings.doc.d.ts","sourceRoot":"","sources":["../../../../../../src/surfaces/admin/api/checkout-rules/validation-settings.doc.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,6BAA6B,EAAC,MAAM,wBAAwB,CAAC;AAErE,QAAA,MAAM,IAAI,EAAE,6BAoBX,CAAC;AAEF,eAAe,IAAI,CAAC"}
1
+ {"version":3,"file":"validation-settings.doc.d.ts","sourceRoot":"","sources":["../../../../../../src/surfaces/admin/api/checkout-rules/validation-settings.doc.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,6BAA6B,EAAC,MAAM,wBAAwB,CAAC;AAErE,QAAA,MAAM,IAAI,EAAE,6BAqBX,CAAC;AAEF,eAAe,IAAI,CAAC"}
@@ -1,11 +1,9 @@
1
1
  import type { StandardApi } from '../standard/standard';
2
2
  import type { I18n } from '../../../../api';
3
3
  import type { ExtensionTarget as AnyExtensionTarget } from '../../extension-targets';
4
- type CustomerSegmentationFeature = 'b2bEnabled';
5
4
  export interface CustomerSegmentTemplateApi<ExtensionTarget extends AnyExtensionTarget> extends StandardApi<ExtensionTarget> {
6
5
  i18n: I18n;
7
6
  /** @private */
8
- __enabledFeatures: CustomerSegmentationFeature[];
7
+ __enabledFeatures: string[];
9
8
  }
10
- export {};
11
9
  //# sourceMappingURL=customer-segment-template.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"customer-segment-template.d.ts","sourceRoot":"","sources":["../../../../../../src/surfaces/admin/api/customer-segment-template/customer-segment-template.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAC,WAAW,EAAC,MAAM,sBAAsB,CAAC;AACtD,OAAO,KAAK,EAAC,IAAI,EAAC,MAAM,iBAAiB,CAAC;AAC1C,OAAO,KAAK,EAAC,eAAe,IAAI,kBAAkB,EAAC,MAAM,yBAAyB,CAAC;AAGnF,KAAK,2BAA2B,GAE9B,YAAY,CAAC;AAEf,MAAM,WAAW,0BAA0B,CACzC,eAAe,SAAS,kBAAkB,CAC1C,SAAQ,WAAW,CAAC,eAAe,CAAC;IAEpC,IAAI,EAAE,IAAI,CAAC;IACX,eAAe;IACf,iBAAiB,EAAE,2BAA2B,EAAE,CAAC;CAClD"}
1
+ {"version":3,"file":"customer-segment-template.d.ts","sourceRoot":"","sources":["../../../../../../src/surfaces/admin/api/customer-segment-template/customer-segment-template.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAC,WAAW,EAAC,MAAM,sBAAsB,CAAC;AACtD,OAAO,KAAK,EAAC,IAAI,EAAC,MAAM,iBAAiB,CAAC;AAC1C,OAAO,KAAK,EAAC,eAAe,IAAI,kBAAkB,EAAC,MAAM,yBAAyB,CAAC;AAEnF,MAAM,WAAW,0BAA0B,CACzC,eAAe,SAAS,kBAAkB,CAC1C,SAAQ,WAAW,CAAC,eAAe,CAAC;IAEpC,IAAI,EAAE,IAAI,CAAC;IACX,eAAe;IACf,iBAAiB,EAAE,MAAM,EAAE,CAAC;CAC7B"}
@@ -1 +1 @@
1
- {"version":3,"file":"customer-segment-template.doc.d.ts","sourceRoot":"","sources":["../../../../../../src/surfaces/admin/api/customer-segment-template/customer-segment-template.doc.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,6BAA6B,EAAC,MAAM,wBAAwB,CAAC;AAErE,QAAA,MAAM,IAAI,EAAE,6BAeX,CAAC;AAEF,eAAe,IAAI,CAAC"}
1
+ {"version":3,"file":"customer-segment-template.doc.d.ts","sourceRoot":"","sources":["../../../../../../src/surfaces/admin/api/customer-segment-template/customer-segment-template.doc.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,6BAA6B,EAAC,MAAM,wBAAwB,CAAC;AAErE,QAAA,MAAM,IAAI,EAAE,6BAgBX,CAAC;AAEF,eAAe,IAAI,CAAC"}
@@ -0,0 +1,12 @@
1
+ import type { StandardApi } from '../standard/standard';
2
+ import type { ExtensionTarget as AnyExtensionTarget } from '../../extension-targets';
3
+ import { ApplyMetafieldChange } from './metafields';
4
+ import { DiscountFunctionSettingsData } from './launch-options';
5
+ export interface DiscountFunctionSettingsApi<ExtensionTarget extends AnyExtensionTarget> extends StandardApi<ExtensionTarget> {
6
+ /**
7
+ * Applies a change to the discount function settings.
8
+ */
9
+ applyMetafieldChange: ApplyMetafieldChange;
10
+ data: DiscountFunctionSettingsData;
11
+ }
12
+ //# sourceMappingURL=discount-function-settings.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"discount-function-settings.d.ts","sourceRoot":"","sources":["../../../../../../src/surfaces/admin/api/discount-function-settings/discount-function-settings.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAC,WAAW,EAAC,MAAM,sBAAsB,CAAC;AACtD,OAAO,KAAK,EAAC,eAAe,IAAI,kBAAkB,EAAC,MAAM,yBAAyB,CAAC;AAEnF,OAAO,EAAC,oBAAoB,EAAC,MAAM,cAAc,CAAC;AAClD,OAAO,EAAC,4BAA4B,EAAC,MAAM,kBAAkB,CAAC;AAE9D,MAAM,WAAW,2BAA2B,CAC1C,eAAe,SAAS,kBAAkB,CAC1C,SAAQ,WAAW,CAAC,eAAe,CAAC;IACpC;;OAEG;IACH,oBAAoB,EAAE,oBAAoB,CAAC;IAC3C,IAAI,EAAE,4BAA4B,CAAC;CACpC"}
@@ -0,0 +1,4 @@
1
+ import { ReferenceEntityTemplateSchema } from '@shopify/generate-docs';
2
+ declare const data: ReferenceEntityTemplateSchema;
3
+ export default data;
4
+ //# sourceMappingURL=discount-function-settings.doc.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"discount-function-settings.doc.d.ts","sourceRoot":"","sources":["../../../../../../src/surfaces/admin/api/discount-function-settings/discount-function-settings.doc.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,6BAA6B,EAAC,MAAM,wBAAwB,CAAC;AAErE,QAAA,MAAM,IAAI,EAAE,6BAsBX,CAAC;AAEF,eAAe,IAAI,CAAC"}
@@ -0,0 +1,28 @@
1
+ interface Metafield {
2
+ description?: string;
3
+ id: string;
4
+ namespace: string;
5
+ key: string;
6
+ value: string;
7
+ type: string;
8
+ }
9
+ export declare enum DiscountClass {
10
+ Product = "PRODUCT",
11
+ Order = "ORDER",
12
+ Shipping = "SHIPPING"
13
+ }
14
+ interface Discount {
15
+ /**
16
+ * the discount's gid
17
+ */
18
+ id: string;
19
+ }
20
+ /**
21
+ * The object that exposes the validation with its settings.
22
+ */
23
+ export interface DiscountFunctionSettingsData {
24
+ id: Discount;
25
+ metafields: Metafield[];
26
+ }
27
+ export {};
28
+ //# sourceMappingURL=launch-options.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"launch-options.d.ts","sourceRoot":"","sources":["../../../../../../src/surfaces/admin/api/discount-function-settings/launch-options.ts"],"names":[],"mappings":"AAAA,UAAU,SAAS;IACjB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,EAAE,EAAE,MAAM,CAAC;IACX,SAAS,EAAE,MAAM,CAAC;IAClB,GAAG,EAAE,MAAM,CAAC;IACZ,KAAK,EAAE,MAAM,CAAC;IACd,IAAI,EAAE,MAAM,CAAC;CACd;AAED,oBAAY,aAAa;IACvB,OAAO,YAAY;IACnB,KAAK,UAAU;IACf,QAAQ,aAAa;CACtB;AAED,UAAU,QAAQ;IAChB;;OAEG;IACH,EAAE,EAAE,MAAM,CAAC;CACZ;AAED;;GAEG;AACH,MAAM,WAAW,4BAA4B;IAC3C,EAAE,EAAE,QAAQ,CAAC;IACb,UAAU,EAAE,SAAS,EAAE,CAAC;CACzB"}
@@ -0,0 +1,25 @@
1
+ import { SupportedDefinitionType } from '../shared';
2
+ interface MetafieldUpdateChange {
3
+ type: 'updateMetafield';
4
+ key: string;
5
+ namespace?: string;
6
+ value: string | number;
7
+ valueType?: SupportedDefinitionType;
8
+ }
9
+ interface MetafieldRemoveChange {
10
+ type: 'removeMetafield';
11
+ key: string;
12
+ namespace: string;
13
+ }
14
+ type MetafieldChange = MetafieldUpdateChange | MetafieldRemoveChange;
15
+ interface MetafieldChangeResultError {
16
+ type: 'error';
17
+ message: string;
18
+ }
19
+ interface MetafieldChangeSuccess {
20
+ type: 'success';
21
+ }
22
+ type MetafieldChangeResult = MetafieldChangeSuccess | MetafieldChangeResultError;
23
+ export type ApplyMetafieldChange = (change: MetafieldChange) => Promise<MetafieldChangeResult>;
24
+ export {};
25
+ //# sourceMappingURL=metafields.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"metafields.d.ts","sourceRoot":"","sources":["../../../../../../src/surfaces/admin/api/discount-function-settings/metafields.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,uBAAuB,EAAC,MAAM,WAAW,CAAC;AAElD,UAAU,qBAAqB;IAC7B,IAAI,EAAE,iBAAiB,CAAC;IACxB,GAAG,EAAE,MAAM,CAAC;IACZ,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,KAAK,EAAE,MAAM,GAAG,MAAM,CAAC;IACvB,SAAS,CAAC,EAAE,uBAAuB,CAAC;CACrC;AAED,UAAU,qBAAqB;IAC7B,IAAI,EAAE,iBAAiB,CAAC;IACxB,GAAG,EAAE,MAAM,CAAC;IACZ,SAAS,EAAE,MAAM,CAAC;CACnB;AAED,KAAK,eAAe,GAAG,qBAAqB,GAAG,qBAAqB,CAAC;AACrE,UAAU,0BAA0B;IAClC,IAAI,EAAE,OAAO,CAAC;IACd,OAAO,EAAE,MAAM,CAAC;CACjB;AACD,UAAU,sBAAsB;IAC9B,IAAI,EAAE,SAAS,CAAC;CACjB;AACD,KAAK,qBAAqB,GACtB,sBAAsB,GACtB,0BAA0B,CAAC;AAE/B,MAAM,MAAM,oBAAoB,GAAG,CACjC,MAAM,EAAE,eAAe,KACpB,OAAO,CAAC,qBAAqB,CAAC,CAAC"}
@@ -0,0 +1,81 @@
1
+ import { Tone } from '../../components/shared';
2
+ interface Picker {
3
+ /**
4
+ * A Promise that resolves with the selected item IDs when the user presses the "Select" button in the picker.
5
+ */
6
+ selected: Promise<string[] | undefined>;
7
+ }
8
+ interface Header {
9
+ /**
10
+ * The content to display in the table column header.
11
+ */
12
+ content?: string;
13
+ /**
14
+ * The type of data to display in the column. The type is used to format the data in the column.
15
+ * If the type is 'number', the data in the column will be right-aligned, this should be used when referencing currency or numeric values.
16
+ * If the type is 'string', the data in the column will be left-aligned.
17
+ * @defaultValue 'string'
18
+ */
19
+ type?: 'string' | 'number';
20
+ }
21
+ interface PickerOptions {
22
+ /**
23
+ * The heading of the picker. This is displayed in the title of the picker modal.
24
+ */
25
+ heading: string;
26
+ /**
27
+ * The data headers for the picker. These are used to display the table headers in the picker modal.
28
+ */
29
+ multiple?: boolean | number;
30
+ /**
31
+ * The items to display in the picker. These are used to display the rows in the picker modal.
32
+ */
33
+ items: Item[];
34
+ /**
35
+ * The data headers for the picker. These are used to display the table headers in the picker modal.
36
+ */
37
+ headers?: Header[];
38
+ }
39
+ export type Progress = 'incomplete' | 'partiallyComplete' | 'complete';
40
+ type DataPoint = string | number | undefined;
41
+ interface Badge {
42
+ content: string;
43
+ tone?: Tone;
44
+ progress?: Progress;
45
+ }
46
+ interface Item {
47
+ /**
48
+ * The unique identifier of the item. This will be returned by the picker if selected.
49
+ */
50
+ id: string;
51
+ /**
52
+ * The primary content to display in the first column of the row.
53
+ */
54
+ heading: string;
55
+ /**
56
+ * The additional content to display in the second and third columns of the row, if provided.
57
+ */
58
+ data?: DataPoint[];
59
+ /**
60
+ * Whether the item is disabled or not. If the item is disabled, it cannot be selected.
61
+ * @defaultValue false
62
+ */
63
+ disabled?: boolean;
64
+ /**
65
+ * Whether the item is selected or not when the picker is opened. The user may deselect the item if it is preselected.
66
+ */
67
+ selected?: boolean;
68
+ /**
69
+ * The badges to display in the first column of the row. These are used to display additional information about the item, such as progress of an action or tone indicating the status of that item.
70
+ */
71
+ badges?: Badge[];
72
+ /**
73
+ * The thumbnail to display at the start of the row. This is used to display an image or icon for the item.
74
+ */
75
+ thumbnail?: {
76
+ url: string;
77
+ };
78
+ }
79
+ export type PickerApi = (options: PickerOptions) => Promise<Picker>;
80
+ export {};
81
+ //# sourceMappingURL=picker.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"picker.d.ts","sourceRoot":"","sources":["../../../../../../src/surfaces/admin/api/picker/picker.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,IAAI,EAAC,MAAM,yBAAyB,CAAC;AAE7C,UAAU,MAAM;IACd;;OAEG;IACH,QAAQ,EAAE,OAAO,CAAC,MAAM,EAAE,GAAG,SAAS,CAAC,CAAC;CACzC;AAED,UAAU,MAAM;IACd;;OAEG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB;;;;;OAKG;IACH,IAAI,CAAC,EAAE,QAAQ,GAAG,QAAQ,CAAC;CAC5B;AAED,UAAU,aAAa;IACrB;;OAEG;IACH,OAAO,EAAE,MAAM,CAAC;IAChB;;OAEG;IACH,QAAQ,CAAC,EAAE,OAAO,GAAG,MAAM,CAAC;IAC5B;;OAEG;IACH,KAAK,EAAE,IAAI,EAAE,CAAC;IACd;;OAEG;IACH,OAAO,CAAC,EAAE,MAAM,EAAE,CAAC;CACpB;AAED,MAAM,MAAM,QAAQ,GAAG,YAAY,GAAG,mBAAmB,GAAG,UAAU,CAAC;AACvE,KAAK,SAAS,GAAG,MAAM,GAAG,MAAM,GAAG,SAAS,CAAC;AAC7C,UAAU,KAAK;IACb,OAAO,EAAE,MAAM,CAAC;IAChB,IAAI,CAAC,EAAE,IAAI,CAAC;IACZ,QAAQ,CAAC,EAAE,QAAQ,CAAC;CACrB;AAED,UAAU,IAAI;IACZ;;OAEG;IACH,EAAE,EAAE,MAAM,CAAC;IACX;;OAEG;IACH,OAAO,EAAE,MAAM,CAAC;IAChB;;OAEG;IACH,IAAI,CAAC,EAAE,SAAS,EAAE,CAAC;IACnB;;;OAGG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB;;OAEG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB;;OAEG;IACH,MAAM,CAAC,EAAE,KAAK,EAAE,CAAC;IACjB;;OAEG;IACH,SAAS,CAAC,EAAE;QAAC,GAAG,EAAE,MAAM,CAAA;KAAC,CAAC;CAC3B;AAED,MAAM,MAAM,SAAS,GAAG,CAAC,OAAO,EAAE,aAAa,KAAK,OAAO,CAAC,MAAM,CAAC,CAAC"}
@@ -0,0 +1,4 @@
1
+ import { ReferenceEntityTemplateSchema } from '@shopify/generate-docs';
2
+ declare const data: ReferenceEntityTemplateSchema;
3
+ export default data;
4
+ //# sourceMappingURL=picker.doc.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"picker.doc.d.ts","sourceRoot":"","sources":["../../../../../../src/surfaces/admin/api/picker/picker.doc.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,6BAA6B,EAAC,MAAM,wBAAwB,CAAC;AAErE,QAAA,MAAM,IAAI,EAAE,6BA4GX,CAAC;AAEF,eAAe,IAAI,CAAC"}
@@ -1,10 +1,20 @@
1
1
  import type { StandardApi } from '../standard/standard';
2
2
  import type { ExtensionTarget as AnyExtensionTarget } from '../../extension-targets';
3
3
  import type { Data } from '../shared';
4
+ import type { ResourcePickerApi } from '../resource-picker/resource-picker';
5
+ import type { PickerApi } from '../picker/picker';
4
6
  export interface PrintActionExtensionApi<ExtensionTarget extends AnyExtensionTarget> extends StandardApi<ExtensionTarget> {
5
7
  /**
6
8
  * Information about the currently viewed or selected items.
7
9
  */
8
10
  data: Data;
11
+ /**
12
+ * Renders the [Resource Picker](resource-picker), allowing users to select a resource for the extension to use as part of its flow.
13
+ */
14
+ resourcePicker: ResourcePickerApi;
15
+ /**
16
+ * Renders a custom [Picker](picker) dialog allowing users to select values from a list.
17
+ */
18
+ picker: PickerApi;
9
19
  }
10
20
  //# sourceMappingURL=print-action.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"print-action.d.ts","sourceRoot":"","sources":["../../../../../../src/surfaces/admin/api/print-action/print-action.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAC,WAAW,EAAC,MAAM,sBAAsB,CAAC;AACtD,OAAO,KAAK,EAAC,eAAe,IAAI,kBAAkB,EAAC,MAAM,yBAAyB,CAAC;AACnF,OAAO,KAAK,EAAC,IAAI,EAAC,MAAM,WAAW,CAAC;AAEpC,MAAM,WAAW,uBAAuB,CACtC,eAAe,SAAS,kBAAkB,CAC1C,SAAQ,WAAW,CAAC,eAAe,CAAC;IACpC;;OAEG;IACH,IAAI,EAAE,IAAI,CAAC;CACZ"}
1
+ {"version":3,"file":"print-action.d.ts","sourceRoot":"","sources":["../../../../../../src/surfaces/admin/api/print-action/print-action.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAC,WAAW,EAAC,MAAM,sBAAsB,CAAC;AACtD,OAAO,KAAK,EAAC,eAAe,IAAI,kBAAkB,EAAC,MAAM,yBAAyB,CAAC;AACnF,OAAO,KAAK,EAAC,IAAI,EAAC,MAAM,WAAW,CAAC;AACpC,OAAO,KAAK,EAAC,iBAAiB,EAAC,MAAM,oCAAoC,CAAC;AAC1E,OAAO,KAAK,EAAC,SAAS,EAAC,MAAM,kBAAkB,CAAC;AAEhD,MAAM,WAAW,uBAAuB,CACtC,eAAe,SAAS,kBAAkB,CAC1C,SAAQ,WAAW,CAAC,eAAe,CAAC;IACpC;;OAEG;IACH,IAAI,EAAE,IAAI,CAAC;IAEX;;OAEG;IACH,cAAc,EAAE,iBAAiB,CAAC;IAElC;;OAEG;IACH,MAAM,EAAE,SAAS,CAAC;CACnB"}
@@ -1 +1 @@
1
- {"version":3,"file":"print-action.doc.d.ts","sourceRoot":"","sources":["../../../../../../src/surfaces/admin/api/print-action/print-action.doc.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,6BAA6B,EAAC,MAAM,wBAAwB,CAAC;AAErE,QAAA,MAAM,IAAI,EAAE,6BAeX,CAAC;AAEF,eAAe,IAAI,CAAC"}
1
+ {"version":3,"file":"print-action.doc.d.ts","sourceRoot":"","sources":["../../../../../../src/surfaces/admin/api/print-action/print-action.doc.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,6BAA6B,EAAC,MAAM,wBAAwB,CAAC;AAErE,QAAA,MAAM,IAAI,EAAE,6BAgBX,CAAC;AAEF,eAAe,IAAI,CAAC"}
@@ -0,0 +1,11 @@
1
+ import { ActionExtensionApi } from '../action/action';
2
+ import type { ExtensionTarget as AnyExtensionTarget } from '../../extension-targets';
3
+ export interface PurchaseOptionsCardConfigurationApi<ExtensionTarget extends AnyExtensionTarget> extends ActionExtensionApi<ExtensionTarget> {
4
+ data: {
5
+ selected: {
6
+ id: string;
7
+ sellingPlanId?: string;
8
+ }[];
9
+ };
10
+ }
11
+ //# sourceMappingURL=purchase-options-card-action.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"purchase-options-card-action.d.ts","sourceRoot":"","sources":["../../../../../../src/surfaces/admin/api/purchase-options-card-action/purchase-options-card-action.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,kBAAkB,EAAC,MAAM,kBAAkB,CAAC;AACpD,OAAO,KAAK,EAAC,eAAe,IAAI,kBAAkB,EAAC,MAAM,yBAAyB,CAAC;AAEnF,MAAM,WAAW,mCAAmC,CAClD,eAAe,SAAS,kBAAkB,CAC1C,SAAQ,kBAAkB,CAAC,eAAe,CAAC;IAC3C,IAAI,EAAE;QACJ,QAAQ,EAAE;YAAC,EAAE,EAAE,MAAM,CAAC;YAAC,aAAa,CAAC,EAAE,MAAM,CAAA;SAAC,EAAE,CAAC;KAClD,CAAC;CACH"}
@@ -0,0 +1,4 @@
1
+ import { ReferenceEntityTemplateSchema } from '@shopify/generate-docs';
2
+ declare const data: ReferenceEntityTemplateSchema;
3
+ export default data;
4
+ //# sourceMappingURL=resource-picker.doc.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"resource-picker.doc.d.ts","sourceRoot":"","sources":["../../../../../../src/surfaces/admin/api/resource-picker/resource-picker.doc.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,6BAA6B,EAAC,MAAM,wBAAwB,CAAC;AAErE,QAAA,MAAM,IAAI,EAAE,6BA8JX,CAAC;AAEF,eAAe,IAAI,CAAC"}
@@ -6,4 +6,5 @@ export interface Data {
6
6
  id: string;
7
7
  }[];
8
8
  }
9
+ export type SupportedDefinitionType = 'boolean' | 'collection_reference' | 'color' | 'date' | 'date_time' | 'dimension' | 'file_reference' | 'json' | 'metaobject_reference' | 'mixed_reference' | 'money' | 'multi_line_text_field' | 'number_decimal' | 'number_integer' | 'page_reference' | 'product_reference' | 'rating' | 'rich_text_field' | 'single_line_text_field' | 'product_taxonomy_value_reference' | 'url' | 'variant_reference' | 'volume' | 'weight' | 'list.collection_reference' | 'list.color' | 'list.date' | 'list.date_time' | 'list.dimension' | 'list.file_reference' | 'list.metaobject_reference' | 'list.mixed_reference' | 'list.number_decimal' | 'list.number_integer' | 'list.page_reference' | 'list.product_reference' | 'list.rating' | 'list.single_line_text_field' | 'list.url' | 'list.variant_reference' | 'list.volume' | 'list.weight';
9
10
  //# sourceMappingURL=shared.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"shared.d.ts","sourceRoot":"","sources":["../../../../../src/surfaces/admin/api/shared.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,IAAI;IACnB;;OAEG;IACH,QAAQ,EAAE;QAAC,EAAE,EAAE,MAAM,CAAA;KAAC,EAAE,CAAC;CAC1B"}
1
+ {"version":3,"file":"shared.d.ts","sourceRoot":"","sources":["../../../../../src/surfaces/admin/api/shared.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,IAAI;IACnB;;OAEG;IACH,QAAQ,EAAE;QAAC,EAAE,EAAE,MAAM,CAAA;KAAC,EAAE,CAAC;CAC1B;AAED,MAAM,MAAM,uBAAuB,GAC/B,SAAS,GACT,sBAAsB,GACtB,OAAO,GACP,MAAM,GACN,WAAW,GACX,WAAW,GACX,gBAAgB,GAChB,MAAM,GACN,sBAAsB,GACtB,iBAAiB,GACjB,OAAO,GACP,uBAAuB,GACvB,gBAAgB,GAChB,gBAAgB,GAChB,gBAAgB,GAChB,mBAAmB,GACnB,QAAQ,GACR,iBAAiB,GACjB,wBAAwB,GACxB,kCAAkC,GAClC,KAAK,GACL,mBAAmB,GACnB,QAAQ,GACR,QAAQ,GACR,2BAA2B,GAC3B,YAAY,GACZ,WAAW,GACX,gBAAgB,GAChB,gBAAgB,GAChB,qBAAqB,GACrB,2BAA2B,GAC3B,sBAAsB,GACtB,qBAAqB,GACrB,qBAAqB,GACrB,qBAAqB,GACrB,wBAAwB,GACxB,aAAa,GACb,6BAA6B,GAC7B,UAAU,GACV,wBAAwB,GACxB,aAAa,GACb,aAAa,CAAC"}
@@ -0,0 +1,10 @@
1
+ import type { StandardApi } from '../standard/standard';
2
+ import type { ExtensionTarget as AnyExtensionTarget } from '../../extension-targets';
3
+ import type { Data } from '../shared';
4
+ export interface ShouldRenderApi<ExtensionTarget extends AnyExtensionTarget> extends StandardApi<ExtensionTarget> {
5
+ /**
6
+ * Information about the currently viewed or selected items.
7
+ */
8
+ data: Data;
9
+ }
10
+ //# sourceMappingURL=should-render.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"should-render.d.ts","sourceRoot":"","sources":["../../../../../../src/surfaces/admin/api/should-render/should-render.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAC,WAAW,EAAC,MAAM,sBAAsB,CAAC;AACtD,OAAO,KAAK,EAAC,eAAe,IAAI,kBAAkB,EAAC,MAAM,yBAAyB,CAAC;AACnF,OAAO,KAAK,EAAC,IAAI,EAAC,MAAM,WAAW,CAAC;AAEpC,MAAM,WAAW,eAAe,CAAC,eAAe,SAAS,kBAAkB,CACzE,SAAQ,WAAW,CAAC,eAAe,CAAC;IACpC;;OAEG;IACH,IAAI,EAAE,IAAI,CAAC;CACZ"}
@@ -0,0 +1,4 @@
1
+ import { ReferenceEntityTemplateSchema } from '@shopify/generate-docs';
2
+ declare const data: ReferenceEntityTemplateSchema;
3
+ export default data;
4
+ //# sourceMappingURL=should-render.doc.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"should-render.doc.d.ts","sourceRoot":"","sources":["../../../../../../src/surfaces/admin/api/should-render/should-render.doc.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,6BAA6B,EAAC,MAAM,wBAAwB,CAAC;AAErE,QAAA,MAAM,IAAI,EAAE,6BAeX,CAAC;AAEF,eAAe,IAAI,CAAC"}
@@ -9,4 +9,5 @@ export type { ProductDetailsConfigurationApi } from './api/product-configuration
9
9
  export type { ProductVariantDetailsConfigurationApi } from './api/product-configuration/product-variant-details-configuration';
10
10
  export type { OrderRoutingRuleApi } from './api/order-routing-rule/order-routing-rule';
11
11
  export type { ValidationSettingsApi } from './api/checkout-rules/validation-settings';
12
+ export type { DiscountFunctionSettingsApi } from './api/discount-function-settings/discount-function-settings';
12
13
  //# sourceMappingURL=api.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"api.d.ts","sourceRoot":"","sources":["../../../../src/surfaces/admin/api.ts"],"names":[],"mappings":"AAAA,YAAY,EAAC,IAAI,EAAE,aAAa,EAAC,MAAM,WAAW,CAAC;AACnD,YAAY,EAAC,WAAW,EAAE,OAAO,EAAC,MAAM,yBAAyB,CAAC;AAClE,YAAY,EAAC,UAAU,EAAC,MAAM,mBAAmB,CAAC;AAClD,YAAY,EAAC,0BAA0B,EAAC,MAAM,2DAA2D,CAAC;AAC1G,YAAY,EAAC,kBAAkB,EAAC,MAAM,qBAAqB,CAAC;AAC5D,YAAY,EAAC,iBAAiB,EAAC,MAAM,mBAAmB,CAAC;AACzD,YAAY,EAAC,uBAAuB,EAAC,MAAM,iCAAiC,CAAC;AAC7E,YAAY,EAAC,8BAA8B,EAAC,MAAM,2DAA2D,CAAC;AAC9G,YAAY,EAAC,qCAAqC,EAAC,MAAM,mEAAmE,CAAC;AAC7H,YAAY,EAAC,mBAAmB,EAAC,MAAM,6CAA6C,CAAC;AACrF,YAAY,EAAC,qBAAqB,EAAC,MAAM,0CAA0C,CAAC"}
1
+ {"version":3,"file":"api.d.ts","sourceRoot":"","sources":["../../../../src/surfaces/admin/api.ts"],"names":[],"mappings":"AAAA,YAAY,EAAC,IAAI,EAAE,aAAa,EAAC,MAAM,WAAW,CAAC;AACnD,YAAY,EAAC,WAAW,EAAE,OAAO,EAAC,MAAM,yBAAyB,CAAC;AAClE,YAAY,EAAC,UAAU,EAAC,MAAM,mBAAmB,CAAC;AAClD,YAAY,EAAC,0BAA0B,EAAC,MAAM,2DAA2D,CAAC;AAC1G,YAAY,EAAC,kBAAkB,EAAC,MAAM,qBAAqB,CAAC;AAC5D,YAAY,EAAC,iBAAiB,EAAC,MAAM,mBAAmB,CAAC;AACzD,YAAY,EAAC,uBAAuB,EAAC,MAAM,iCAAiC,CAAC;AAC7E,YAAY,EAAC,8BAA8B,EAAC,MAAM,2DAA2D,CAAC;AAC9G,YAAY,EAAC,qCAAqC,EAAC,MAAM,mEAAmE,CAAC;AAC7H,YAAY,EAAC,mBAAmB,EAAC,MAAM,6CAA6C,CAAC;AACrF,YAAY,EAAC,qBAAqB,EAAC,MAAM,0CAA0C,CAAC;AACpF,YAAY,EAAC,2BAA2B,EAAC,MAAM,6DAA6D,CAAC"}
@@ -4,11 +4,9 @@ export interface AdminBlockProps {
4
4
  */
5
5
  title?: string;
6
6
  /**
7
- * The summary to display when the app block is collapsed.
8
- *
9
- * @deprecated App blocks no longer have a collapsed state, so this prop is no longer supported.
7
+ * The summary to display when the app block is collapsed. Summary longer than 30 characters will be truncated.
10
8
  */
11
- summary?: string;
9
+ collapsedSummary?: string;
12
10
  }
13
11
  export declare const AdminBlock: "AdminBlock" & {
14
12
  readonly type?: "AdminBlock" | undefined;
@@ -1 +1 @@
1
- {"version":3,"file":"AdminBlock.d.ts","sourceRoot":"","sources":["../../../../../../src/surfaces/admin/components/AdminBlock/AdminBlock.ts"],"names":[],"mappings":"AAEA,MAAM,WAAW,eAAe;IAC9B;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IAEf;;;;OAIG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;CAClB;AAED,eAAO,MAAM,UAAU;;;;CAEtB,CAAC"}
1
+ {"version":3,"file":"AdminBlock.d.ts","sourceRoot":"","sources":["../../../../../../src/surfaces/admin/components/AdminBlock/AdminBlock.ts"],"names":[],"mappings":"AAEA,MAAM,WAAW,eAAe;IAC9B;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IAEf;;OAEG;IACH,gBAAgB,CAAC,EAAE,MAAM,CAAC;CAC3B;AAED,eAAO,MAAM,UAAU;;;;CAEtB,CAAC"}
@@ -1,4 +1,4 @@
1
- export type CustomerSegmentTemplateIcon = 'categoriesMajor' | 'firstVisitMajor' | 'heartMajor' | 'marketingMajor' | 'checkoutMajor' | 'ordersMajor' | 'locationMajor' | 'emailNewsletterMajor' | 'firstOrderMajor' | 'billingStatementDollarMajor' | 'diamondAlertMajor' | 'abandonedCartMajor' | 'calendarMajor' | 'productsMajor' | 'globeMajor' | 'flagMajor' | 'uploadMajor' | 'buyButtonMajor' | 'followUpEmailMajor' | 'confettiMajor' | 'viewMajor';
1
+ export type CustomerSegmentTemplateIcon = 'categoriesMajor' | 'firstVisitMajor' | 'heartMajor' | 'marketingMajor' | 'checkoutMajor' | 'ordersMajor' | 'locationMajor' | 'emailNewsletterMajor' | 'firstOrderMajor' | 'billingStatementDollarMajor' | 'diamondAlertMajor' | 'abandonedCartMajor' | 'calendarMajor' | 'productsMajor' | 'globeMajor' | 'flagMajor' | 'uploadMajor' | 'buyButtonMajor' | 'followUpEmailMajor' | 'confettiMajor' | 'walletMajor' | 'viewMajor';
2
2
  export type CustomerSegmentTemplateCategory = 'firstTimeBuyers' | 'highValueCustomers' | 'reEngageCustomers' | 'abandonedCheckout' | 'purchaseBehaviour' | 'location';
3
3
  /**
4
4
  * Reserved namespace and key for the customer standard metafield used in the template's query.
@@ -1 +1 @@
1
- {"version":3,"file":"InternalCustomerSegmentTemplate.d.ts","sourceRoot":"","sources":["../../../../../../src/surfaces/admin/components/InternalCustomerSegmentTemplate/InternalCustomerSegmentTemplate.ts"],"names":[],"mappings":"AAEA,MAAM,MAAM,2BAA2B,GACnC,iBAAiB,GACjB,iBAAiB,GACjB,YAAY,GACZ,gBAAgB,GAChB,eAAe,GACf,aAAa,GACb,eAAe,GACf,sBAAsB,GACtB,iBAAiB,GACjB,6BAA6B,GAC7B,mBAAmB,GACnB,oBAAoB,GACpB,eAAe,GACf,eAAe,GACf,YAAY,GACZ,WAAW,GACX,aAAa,GACb,gBAAgB,GAChB,oBAAoB,GACpB,eAAe,GACf,WAAW,CAAC;AAEhB,MAAM,MAAM,+BAA+B,GACvC,iBAAiB,GACjB,oBAAoB,GACpB,mBAAmB,GACnB,mBAAmB,GACnB,mBAAmB,GACnB,UAAU,CAAC;AAEf;;;GAGG;AACH,KAAK,mCAAmC,GAAG,kBAAkB,CAAC;AAE9D,MAAM,WAAW,oCAAoC;IAEnD,KAAK,EAAE,MAAM,CAAC;IAEd,WAAW,EAAE,MAAM,GAAG,MAAM,EAAE,CAAC;IAE/B,IAAI,EAAE,2BAA2B,CAAC;IAElC,KAAK,EAAE,MAAM,CAAC;IAEd,aAAa,CAAC,EAAE,MAAM,CAAC;IAEvB,YAAY,CAAC,EAAE;QACb,kBAAkB,CAAC,EAAE,mCAAmC,EAAE,CAAC;QAC3D,gBAAgB,CAAC,EAAE,MAAM,EAAE,CAAC;KAC7B,CAAC;IAEF,SAAS,CAAC,EAAE,MAAM,CAAC;IAEnB,QAAQ,EAAE,+BAA+B,CAAC;CAC3C;AAED;;GAEG;AACH,eAAO,MAAM,+BAA+B;;;;CAGR,CAAC"}
1
+ {"version":3,"file":"InternalCustomerSegmentTemplate.d.ts","sourceRoot":"","sources":["../../../../../../src/surfaces/admin/components/InternalCustomerSegmentTemplate/InternalCustomerSegmentTemplate.ts"],"names":[],"mappings":"AAEA,MAAM,MAAM,2BAA2B,GACnC,iBAAiB,GACjB,iBAAiB,GACjB,YAAY,GACZ,gBAAgB,GAChB,eAAe,GACf,aAAa,GACb,eAAe,GACf,sBAAsB,GACtB,iBAAiB,GACjB,6BAA6B,GAC7B,mBAAmB,GACnB,oBAAoB,GACpB,eAAe,GACf,eAAe,GACf,YAAY,GACZ,WAAW,GACX,aAAa,GACb,gBAAgB,GAChB,oBAAoB,GACpB,eAAe,GACf,aAAa,GACb,WAAW,CAAC;AAEhB,MAAM,MAAM,+BAA+B,GACvC,iBAAiB,GACjB,oBAAoB,GACpB,mBAAmB,GACnB,mBAAmB,GACnB,mBAAmB,GACnB,UAAU,CAAC;AAEf;;;GAGG;AACH,KAAK,mCAAmC,GAAG,kBAAkB,CAAC;AAE9D,MAAM,WAAW,oCAAoC;IAEnD,KAAK,EAAE,MAAM,CAAC;IAEd,WAAW,EAAE,MAAM,GAAG,MAAM,EAAE,CAAC;IAE/B,IAAI,EAAE,2BAA2B,CAAC;IAElC,KAAK,EAAE,MAAM,CAAC;IAEd,aAAa,CAAC,EAAE,MAAM,CAAC;IAEvB,YAAY,CAAC,EAAE;QACb,kBAAkB,CAAC,EAAE,mCAAmC,EAAE,CAAC;QAC3D,gBAAgB,CAAC,EAAE,MAAM,EAAE,CAAC;KAC7B,CAAC;IAEF,SAAS,CAAC,EAAE,MAAM,CAAC;IAEnB,QAAQ,EAAE,+BAA+B,CAAC;CAC3C;AAED;;GAEG;AACH,eAAO,MAAM,+BAA+B;;;;CAGR,CAAC"}
@@ -445,7 +445,7 @@ export type MainAxisAlignment =
445
445
  | 'space-evenly';
446
446
  export type SpaceScale = '0' | '025' | '05' | '1' | '2' | '3' | '4' | '5' | '6' | '8' | '10' | '12' | '16' | '20' | '24' | '28' | '32';
447
447
  export type SizeScale = 'small-300' | 'small-200' | 'small-100' | 'base' | 'large-100' | 'large-200' | 'large-300';
448
- export type Tone = 'info' | 'success' | 'warning' | 'critical' | 'default';
448
+ export type Tone = 'info' | 'success' | 'warning' | 'critical';
449
449
  export interface AnchorProps {
450
450
  /**
451
451
  * The URL to link to.
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/surfaces/admin/components/shared/index.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/surfaces/admin/components/shared/index.ts"],"names":[],"mappings":"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"}