@bynder/compact-view 5.2.1 → 5.2.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (553) hide show
  1. package/AccessToken.js +5 -0
  2. package/AccessToken2.js +176 -0
  3. package/AccessToken3.js +4 -0
  4. package/ActiveFilter.js +6 -5
  5. package/ActiveFilters.js +24 -24
  6. package/AddMedia.js +1 -1
  7. package/AdditionalInfo.js +18 -0
  8. package/Advanced.js +3 -3
  9. package/App.js +46 -43
  10. package/Arrow.js +14 -0
  11. package/AssetCard.js +32 -29
  12. package/AssetCardMetaproperties.js +14 -13
  13. package/AssetFilter.js +36 -35
  14. package/AssetFilterContext.js +3 -3
  15. package/AssetItem.js +14 -13
  16. package/AssetList.js +7 -7
  17. package/AssetTypeItem.js +13 -12
  18. package/Autocomplete_new.js +41 -37
  19. package/Axios2.js +136 -0
  20. package/AxiosError.js +54 -0
  21. package/AxiosHeaders.js +181 -0
  22. package/AxiosURLSearchParams.js +33 -0
  23. package/Badge.js +44 -0
  24. package/Baloon.js +42 -0
  25. package/BaseStyles.js +10 -0
  26. package/Blob.js +4 -0
  27. package/Box.js +22 -0
  28. package/Button.js +39 -0
  29. package/Button.styles.js +40 -0
  30. package/ButtonAction.js +3 -3
  31. package/ButtonLegacy.js +48 -0
  32. package/ButtonLegacy.styles.js +28 -0
  33. package/CancelToken.js +77 -0
  34. package/CanceledError.js +11 -0
  35. package/Card.js +84 -0
  36. package/CardSkeleton.js +15 -14
  37. package/Checkbox.js +85 -0
  38. package/Checkbox.styles.js +2 -2
  39. package/Checkmark.js +7 -0
  40. package/Chip.js +70 -40
  41. package/Chip2.js +42 -0
  42. package/CollectionCard.js +9 -8
  43. package/CollectionItem.js +15 -14
  44. package/CollectionList.js +2 -2
  45. package/CollectionView.js +2 -2
  46. package/CollectionsView.js +6 -6
  47. package/ColorHexInput.js +31 -0
  48. package/ColorPicker.js +66 -0
  49. package/ColorPickerSolid.js +20 -0
  50. package/ColorPickerWithOpacity.js +37 -0
  51. package/Combobox.js +61 -0
  52. package/ConcealedAction.js +16 -0
  53. package/ConnectButton.js +1 -1
  54. package/Container.js +14 -13
  55. package/Container2.js +31 -0
  56. package/Content.js +16 -0
  57. package/ContextAction.js +18 -17
  58. package/ContextActionButton.js +29 -0
  59. package/ControlGroup.js +32 -0
  60. package/DOMFunctions.js +27 -0
  61. package/Dat.js +62 -50
  62. package/DatDropdownItem.js +20 -19
  63. package/DesignSystemContext.js +4 -4
  64. package/DesignSystemProvider.js +29 -0
  65. package/DirectionSelect.js +16 -15
  66. package/Divider.js +21 -0
  67. package/DomainInput.js +15 -14
  68. package/DragRange.js +25 -0
  69. package/DragSelect.js +11 -11
  70. package/Dropdown.js +12 -11
  71. package/Dropdown2.js +169 -0
  72. package/DropdownContent.js +2 -2
  73. package/DropdownListItem.js +3 -3
  74. package/Enum.js +12 -0
  75. package/ErrorMessage.js +20 -19
  76. package/FieldSelect.js +4 -4
  77. package/FilePlaceholder.js +19 -0
  78. package/FileSelector.js +11 -10
  79. package/Flex.js +21 -0
  80. package/FontPicker.js +104 -0
  81. package/Footer.js +16 -0
  82. package/Form.js +23 -0
  83. package/FormData.js +4 -0
  84. package/Frame.js +64 -0
  85. package/Group.js +17 -0
  86. package/Group2.js +26 -0
  87. package/Header2.js +43 -0
  88. package/Header22.js +15 -0
  89. package/HelperText.js +26 -0
  90. package/HorizontalScroll.js +4 -4
  91. package/HttpHandler.js +74 -0
  92. package/HttpResponse.js +85 -0
  93. package/HttpStatusCode.js +71 -0
  94. package/IconPlaceholder.js +18 -0
  95. package/Image.js +19 -0
  96. package/Images.js +30 -0
  97. package/Indicator.js +74 -0
  98. package/InfiniteScroll.js +8 -8
  99. package/InlineBanner.js +51 -0
  100. package/Input.js +109 -0
  101. package/Input.styles.js +71 -0
  102. package/InputContainer.js +9 -0
  103. package/InputField.js +74 -0
  104. package/InputRow.js +18 -0
  105. package/Inspector.js +34 -0
  106. package/InteractiveIcon.js +28 -0
  107. package/InterceptorManager.js +58 -0
  108. package/Item.js +107 -0
  109. package/Item2.js +14 -0
  110. package/Item4.js +190 -0
  111. package/Label.js +33 -0
  112. package/LeftArrow.js +3 -3
  113. package/List.js +25 -0
  114. package/ListItem.js +11 -0
  115. package/ListItem2.js +58 -0
  116. package/ListItem4.js +37 -0
  117. package/MetapropertyFilterContent.js +2 -2
  118. package/MetapropertyOption.js +2 -3
  119. package/Middleware.js +49 -0
  120. package/Modal.js +2 -2
  121. package/Modal2.js +31 -0
  122. package/ModalBase.js +117 -0
  123. package/ModalBase.styles.js +75 -0
  124. package/ModalConfirmation.js +8 -0
  125. package/NoResults.js +16 -15
  126. package/OffsetContext.js +9 -0
  127. package/Oops.js +1 -1
  128. package/OpacityInput.js +17 -0
  129. package/Option_new.js +19 -18
  130. package/Overlay.js +35 -0
  131. package/Parser.js +131 -0
  132. package/Prefixer.js +187 -0
  133. package/Radio.js +78 -0
  134. package/RadioGroup.js +25 -0
  135. package/RangeInput.js +41 -0
  136. package/RefreshingSpinner.js +3 -3
  137. package/ReportModal.js +16 -14
  138. package/RequestHandler.js +119 -0
  139. package/RightArrow.js +4 -4
  140. package/Row.js +16 -0
  141. package/SearchInput.js +15 -15
  142. package/SearchInput2.js +46 -0
  143. package/SectionTitle.js +17 -0
  144. package/Select.js +49 -0
  145. package/SelectButtonText.js +16 -0
  146. package/SelectedItemContainer.js +11 -10
  147. package/SelectedItems.js +2 -2
  148. package/SelectionFooter.js +8 -7
  149. package/Serializer.js +27 -0
  150. package/ShadowRootInternal.js +17 -17
  151. package/Sidebar.js +17 -0
  152. package/Skeleton.js +6 -6
  153. package/Slider.constants.js +6 -0
  154. package/Slider.js +128 -0
  155. package/SmartFilterContent.js +2 -2
  156. package/SmartFilterSelect_new.js +2 -2
  157. package/Smartfilters_new.js +53 -50
  158. package/Spinner.js +2 -2
  159. package/Spinner2.js +15 -0
  160. package/StatefulAssetList.js +15 -15
  161. package/Stats.js +16 -0
  162. package/StatsItem.js +23 -0
  163. package/Status.js +32 -0
  164. package/Switch.js +82 -0
  165. package/SwitchNLS.js +26 -23
  166. package/Tabs2.js +10 -0
  167. package/TagItem.js +8 -8
  168. package/Tags.js +9 -9
  169. package/Text2.js +11 -0
  170. package/Text22.js +18 -0
  171. package/Text4.js +18 -0
  172. package/Textarea.js +92 -0
  173. package/Theming.js +4 -4
  174. package/Thumb.js +28 -0
  175. package/Thumbnail.js +91 -0
  176. package/Tokenizer.js +147 -0
  177. package/Toolbar.js +13 -12
  178. package/Tooltip.js +2 -2
  179. package/Tooltip2.js +111 -0
  180. package/TruncatedText.js +34 -0
  181. package/URLSearchParams.js +5 -0
  182. package/Utility.js +56 -0
  183. package/ViewSwitch.js +8 -7
  184. package/_check_private_redeclaration.js +7 -0
  185. package/_class_apply_descriptor_get.js +6 -0
  186. package/_class_apply_descriptor_set.js +11 -0
  187. package/_class_extract_field_descriptor.js +7 -0
  188. package/_class_private_field_get.js +9 -0
  189. package/_class_private_field_init.js +7 -0
  190. package/_class_private_field_set.js +9 -0
  191. package/_commonjsHelpers.js +6 -0
  192. package/adapters.js +53 -0
  193. package/api.js +25 -0
  194. package/api2.js +40 -0
  195. package/api3.js +406 -0
  196. package/applyScopeDataToEvent.js +83 -0
  197. package/applyScopeDataToEvent2.js +55 -0
  198. package/asset.type.js +9 -9
  199. package/autocomplete.js +2 -2
  200. package/axios.js +46 -0
  201. package/base.js +57 -0
  202. package/baseclient.js +498 -0
  203. package/bind.js +8 -0
  204. package/browser.js +44 -0
  205. package/buildFullPath.js +9 -0
  206. package/buildURL.js +23 -0
  207. package/bundle.esm.js +81 -0
  208. package/calculateContainerMaxHeight.js +12 -0
  209. package/calculateNodeHeight.js +35 -0
  210. package/carrier.js +13 -0
  211. package/chain.js +8 -0
  212. package/checkGlobals.js +13 -0
  213. package/checks.js +178 -0
  214. package/chunk-6HYIRFX2.js +1 -0
  215. package/cleanUrl.js +11 -0
  216. package/client.js +76 -0
  217. package/clientreport.js +15 -0
  218. package/clsx.js +17 -0
  219. package/colorTransforms.js +12 -0
  220. package/combineMetaproperties.js +1 -1
  221. package/combineURLs.js +6 -0
  222. package/composeSignals.js +30 -0
  223. package/constants.js +2 -12
  224. package/constants2.js +82 -0
  225. package/constants3.js +14 -0
  226. package/constants4.js +8 -0
  227. package/constants5.js +4 -0
  228. package/constants6.js +4 -0
  229. package/context.js +12 -0
  230. package/context10.js +12 -0
  231. package/context2.js +9 -0
  232. package/context3.js +12 -0
  233. package/context6.js +5 -0
  234. package/cookieStore.js +116 -0
  235. package/cookies.js +32 -0
  236. package/core.js +42 -0
  237. package/currentScopes.js +9 -0
  238. package/data.js +4 -0
  239. package/de_DE.json.js +18 -0
  240. package/debug-build.js +4 -0
  241. package/debug-build2.js +4 -0
  242. package/debug-build3.js +4 -0
  243. package/debug-build4.js +4 -0
  244. package/debug-build5.js +4 -0
  245. package/debug-build6.js +4 -0
  246. package/decorators.js +37 -0
  247. package/defaultScopes.js +12 -0
  248. package/devUtils.js +20 -0
  249. package/dispatchRequest.js +31 -0
  250. package/doc.js +26 -0
  251. package/domHelpers.js +15 -0
  252. package/dsn.js +54 -0
  253. package/dynamicSamplingContext.js +34 -0
  254. package/dynamicSamplingContext2.js +34 -0
  255. package/emotion-unitless.esm.js +52 -0
  256. package/en_US.json.js +23 -0
  257. package/englishText-12403056.js +6 -0
  258. package/env.js +6 -0
  259. package/envelope.js +113 -0
  260. package/envelope2.js +23 -0
  261. package/envelope3.js +24 -0
  262. package/error.js +9 -0
  263. package/errors.js +33 -0
  264. package/errors2.js +55 -0
  265. package/es_ES.json.js +18 -0
  266. package/es_MX.json.js +18 -0
  267. package/eventProcessors.js +27 -0
  268. package/eventProcessors2.js +23 -0
  269. package/eventbuilder.js +128 -0
  270. package/exports.js +11 -0
  271. package/exports2.js +16 -0
  272. package/exports3.js +8 -0
  273. package/fetch.js +44 -0
  274. package/fetch2.js +141 -0
  275. package/filterAssets.js +1 -1
  276. package/fixFontSpaceInUrl.js +8 -0
  277. package/focusWithoutScrolling.js +45 -0
  278. package/forceHiddenStyles.js +19 -0
  279. package/formDataToJSON.js +31 -0
  280. package/fr_FR.json.js +18 -0
  281. package/getAbsoluteUrl.js +13 -0
  282. package/getAsset.js +1 -1
  283. package/getAssetCounts.js +1 -1
  284. package/getAssets.js +2 -2
  285. package/getCallFrame.js +12 -0
  286. package/getCollections.js +1 -1
  287. package/getFilterOptions.js +1 -1
  288. package/getFilters.js +1 -1
  289. package/getFilters_new.js +1 -1
  290. package/getRequestCookies.js +40 -0
  291. package/getRootSpan.js +6 -0
  292. package/getRootSpan2.js +6 -0
  293. package/getSimilarityAssets.js +1 -1
  294. package/getSizingData.js +45 -0
  295. package/getStatusCodeColor.js +6 -0
  296. package/getThumbPosition.js +6 -0
  297. package/getTimestamp.js +7 -0
  298. package/getUseLayerOptions.js +49 -0
  299. package/handlers.js +92 -6
  300. package/handlers2.js +6 -0
  301. package/helpers.js +3 -4
  302. package/helpers2.js +6 -0
  303. package/hexFromPercentage.js +7 -0
  304. package/http.js +17 -0
  305. package/hub.js +446 -0
  306. package/hub2.js +442 -0
  307. package/immer.js +472 -0
  308. package/import.js +7 -0
  309. package/index-esm.js +10781 -0
  310. package/index-esm2.js +138 -0
  311. package/index-esm3.js +131 -0
  312. package/index.browser.js +11 -0
  313. package/index.module.js +57 -0
  314. package/index.module2.js +72 -0
  315. package/index.module3.js +57 -0
  316. package/index10.js +4 -0
  317. package/index102.js +273 -0
  318. package/index11.js +18 -0
  319. package/index112.js +29 -0
  320. package/index12.js +38 -0
  321. package/index13.js +2432 -0
  322. package/index14.js +558 -0
  323. package/index15.js +58 -0
  324. package/index16.js +4 -0
  325. package/index17.js +89 -0
  326. package/index18.js +62 -0
  327. package/index19.js +9 -0
  328. package/index20.js +15 -0
  329. package/index21.js +11 -0
  330. package/index22.js +42 -0
  331. package/index23.js +9 -0
  332. package/index24.js +10 -0
  333. package/index25.js +7 -0
  334. package/index26.js +12 -0
  335. package/index27.js +11 -0
  336. package/index28.js +639 -0
  337. package/index29.js +76 -0
  338. package/index3.js +5 -53
  339. package/index30.js +7 -0
  340. package/index31.js +22 -0
  341. package/index32.js +2 -0
  342. package/index33.js +7 -0
  343. package/index34.js +20 -0
  344. package/index35.js +8 -0
  345. package/index36.js +4 -0
  346. package/index37.js +13 -0
  347. package/index38.js +13 -0
  348. package/index39.js +15 -0
  349. package/index4.js +1684 -17
  350. package/index40.js +13 -0
  351. package/index41.js +21 -0
  352. package/index42.js +66 -0
  353. package/index43.js +8 -0
  354. package/index44.js +57 -0
  355. package/index45.js +69 -0
  356. package/index46.js +33 -0
  357. package/index47.js +13 -0
  358. package/index48.js +123 -0
  359. package/index49.js +88 -0
  360. package/index5.js +27 -0
  361. package/index50.js +10 -0
  362. package/index51.js +13 -0
  363. package/index52.js +16 -0
  364. package/index53.js +16 -0
  365. package/index54.js +9 -0
  366. package/index55.js +9 -0
  367. package/index56.js +17 -0
  368. package/index57.js +31 -0
  369. package/index58.js +18 -0
  370. package/index6.js +315 -0
  371. package/index7.js +5052 -0
  372. package/index72.js +228 -0
  373. package/index8.js +55 -0
  374. package/index82.js +8 -0
  375. package/index9.js +20 -0
  376. package/index92.js +12 -0
  377. package/integration.js +38 -0
  378. package/is.js +77 -0
  379. package/is2.js +14 -0
  380. package/is3.js +14 -0
  381. package/isAbsoluteURL.js +6 -0
  382. package/isAbsoluteUrl2.js +6 -0
  383. package/isAxiosError.js +7 -0
  384. package/isCancel.js +6 -0
  385. package/isIterable.js +6 -0
  386. package/isStringEqual.js +6 -0
  387. package/isURLSameOrigin.js +8 -0
  388. package/isValidHexValue.js +6 -0
  389. package/isVirtualEvent.js +11 -0
  390. package/iso.js +38 -0
  391. package/it_IT.json.js +18 -0
  392. package/itemContext.js +5 -0
  393. package/ja_JP.json.js +18 -0
  394. package/ko_KR.json.js +18 -0
  395. package/localStorageHelper.js +32 -0
  396. package/localStorageHelper2.js +4 -0
  397. package/localization.js +46 -0
  398. package/logger2.js +56 -0
  399. package/logger3.js +56 -0
  400. package/logger4.js +56 -0
  401. package/makeHexWithOpacity.js +12 -0
  402. package/makeInternalTokens.js +22 -0
  403. package/matchRequestUrl.js +23 -0
  404. package/memo.js +25 -0
  405. package/merge.js +13 -0
  406. package/mergeConfig.js +70 -0
  407. package/mergeProps.js +22 -0
  408. package/mergeRefs.js +9 -0
  409. package/middleware2.js +177 -0
  410. package/misc.js +58 -0
  411. package/misc2.js +28 -0
  412. package/misc3.js +24 -0
  413. package/nl_NL.json.js +18 -0
  414. package/normalize.js +97 -0
  415. package/normalizePath.js +11 -0
  416. package/normalizeResponse.js +1 -1
  417. package/normalizeRows.js +10 -0
  418. package/notify.js +52 -0
  419. package/null.js +4 -0
  420. package/object.js +110 -0
  421. package/object2.js +39 -0
  422. package/object3.js +17 -0
  423. package/opacityPercentageFromHex.js +9 -0
  424. package/openLink.js +27 -0
  425. package/package.json +1 -1
  426. package/packageVersion.js +4 -0
  427. package/parse.js +9 -0
  428. package/parse2.js +44 -0
  429. package/parseHeaders.js +30 -0
  430. package/parseProtocol.js +7 -0
  431. package/pl_PL.json.js +18 -0
  432. package/platform.js +42 -0
  433. package/prepareEvent.js +141 -0
  434. package/prepareEvent2.js +5 -0
  435. package/prepareEvent3.js +5 -0
  436. package/progressEventReducer.js +35 -0
  437. package/promisebuffer.js +44 -0
  438. package/propagationContext.js +11 -0
  439. package/pt_BR.json.js +18 -0
  440. package/ratelimit.js +37 -0
  441. package/react.js +19 -0
  442. package/react2.js +19 -0
  443. package/regexes.js +51 -0
  444. package/registries.js +41 -0
  445. package/resolveConfig.js +33 -0
  446. package/ru_RU.json.js +18 -0
  447. package/runAfterTransition.js +35 -0
  448. package/schemas.js +368 -0
  449. package/schemas2.js +691 -0
  450. package/scope.js +412 -0
  451. package/scope2.js +407 -0
  452. package/scope3.js +348 -0
  453. package/sdk-DhxX43BH.js +4813 -0
  454. package/sdkMetadata.js +15 -0
  455. package/serializeRequest.js +12 -0
  456. package/serializeResponse.js +14 -0
  457. package/session.js +57 -0
  458. package/session2.js +57 -0
  459. package/session3.js +16 -0
  460. package/settle.js +14 -0
  461. package/shadowdom.js +13 -0
  462. package/shadowdom2.js +13 -0
  463. package/spanOnScope.js +12 -0
  464. package/spanUtils.js +31 -0
  465. package/spanUtils2.js +31 -0
  466. package/speedometer.js +19 -0
  467. package/spread.js +8 -0
  468. package/stack-parsers.js +48 -0
  469. package/stackStrategy.js +98 -0
  470. package/stacktrace.js +49 -0
  471. package/state.js +106 -0
  472. package/store/useDatStore.d.ts +11 -8
  473. package/string.js +6 -0
  474. package/styled-components.browser.esm.js +530 -0
  475. package/styles.js +55 -0
  476. package/styles2.js +17 -0
  477. package/supports.js +6 -0
  478. package/syncpromise.js +121 -0
  479. package/syncpromise2.js +109 -0
  480. package/textSelection.js +33 -0
  481. package/textStyles.js +20 -0
  482. package/theme.js +238 -0
  483. package/themeContainers.js +20 -0
  484. package/themes3.js +26 -0
  485. package/throttle.js +15 -0
  486. package/time.js +24 -0
  487. package/time2.js +24 -0
  488. package/time3.js +24 -0
  489. package/toFormData.js +85 -0
  490. package/toPublicUrl.js +9 -0
  491. package/toURLEncodedForm.js +13 -0
  492. package/token.js +236 -0
  493. package/tokenExpirationHelper.js +48 -0
  494. package/tokenExpirationHelper2.js +4 -0
  495. package/tokensAndThemes.js +92 -0
  496. package/tr_TR.json.js +18 -0
  497. package/trackStream.js +63 -0
  498. package/transformData.js +13 -0
  499. package/transitional.js +8 -0
  500. package/trimMetapropertyValue.js +1 -1
  501. package/tslib.es6.js +18 -0
  502. package/typeof.js +11 -0
  503. package/urlHelper.js +15 -0
  504. package/urlHelper2.js +4 -0
  505. package/useAutoHeight.js +25 -0
  506. package/useDatStore.js +31 -27
  507. package/useEffectEvent.js +18 -0
  508. package/useFocus.js +30 -0
  509. package/useFocusRing.js +34 -0
  510. package/useFocusVisible.js +92 -0
  511. package/useFocusWithin.js +57 -0
  512. package/useFonts.js +118 -0
  513. package/useGlobalListeners.js +34 -0
  514. package/useGroupContext.js +10 -0
  515. package/useHover.js +79 -0
  516. package/useId.js +8 -0
  517. package/useId2.js +17 -0
  518. package/useKeyDown.js +14 -0
  519. package/useLayoutEffect.js +6 -0
  520. package/useOrderingStore.js +6 -6
  521. package/usePress.js +359 -0
  522. package/useRouterStore.js +6 -6
  523. package/useScrollHighlightedIntoView.js +24 -0
  524. package/useSearchStore.js +5 -5
  525. package/useSimilaritySearchStore.js +6 -6
  526. package/useSyncRef.js +12 -0
  527. package/useTranslate.js +13 -0
  528. package/useZIndex.js +9 -0
  529. package/userfeedback.js +28 -0
  530. package/util.js +265 -0
  531. package/utils/fixFontSpaceInUrl.d.ts +1 -0
  532. package/utils.js +26 -44
  533. package/utils2.js +43 -45
  534. package/utils3.js +50 -0
  535. package/utils4.js +12 -0
  536. package/utils5.js +71 -0
  537. package/utils6.js +222 -0
  538. package/utils7.js +70 -0
  539. package/utils8.js +9 -0
  540. package/validator.js +54 -0
  541. package/vanilla.js +14 -0
  542. package/vanilla2.js +14 -0
  543. package/version.js +4 -0
  544. package/version2.js +4 -0
  545. package/version3.js +4 -0
  546. package/versionContext.js +9 -0
  547. package/versions.js +8 -0
  548. package/worldwide.js +19 -0
  549. package/worldwide2.js +15 -0
  550. package/worldwide3.js +10 -0
  551. package/xhr.js +71 -0
  552. package/zh_CN.json.js +18 -0
  553. package/zh_TW.json.js +18 -0
package/index72.js ADDED
@@ -0,0 +1,228 @@
1
+ function H(r) {
2
+ for (var n = [], e = 0; e < r.length; ) {
3
+ var i = r[e];
4
+ if (i === "*" || i === "+" || i === "?") {
5
+ n.push({ type: "MODIFIER", index: e, value: r[e++] });
6
+ continue;
7
+ }
8
+ if (i === "\\") {
9
+ n.push({ type: "ESCAPED_CHAR", index: e++, value: r[e++] });
10
+ continue;
11
+ }
12
+ if (i === "{") {
13
+ n.push({ type: "OPEN", index: e, value: r[e++] });
14
+ continue;
15
+ }
16
+ if (i === "}") {
17
+ n.push({ type: "CLOSE", index: e, value: r[e++] });
18
+ continue;
19
+ }
20
+ if (i === ":") {
21
+ for (var f = "", a = e + 1; a < r.length; ) {
22
+ var c = r.charCodeAt(a);
23
+ if (
24
+ // `0-9`
25
+ c >= 48 && c <= 57 || // `A-Z`
26
+ c >= 65 && c <= 90 || // `a-z`
27
+ c >= 97 && c <= 122 || // `_`
28
+ c === 95
29
+ ) {
30
+ f += r[a++];
31
+ continue;
32
+ }
33
+ break;
34
+ }
35
+ if (!f)
36
+ throw new TypeError("Missing parameter name at ".concat(e));
37
+ n.push({ type: "NAME", index: e, value: f }), e = a;
38
+ continue;
39
+ }
40
+ if (i === "(") {
41
+ var v = 1, h = "", a = e + 1;
42
+ if (r[a] === "?")
43
+ throw new TypeError('Pattern cannot start with "?" at '.concat(a));
44
+ for (; a < r.length; ) {
45
+ if (r[a] === "\\") {
46
+ h += r[a++] + r[a++];
47
+ continue;
48
+ }
49
+ if (r[a] === ")") {
50
+ if (v--, v === 0) {
51
+ a++;
52
+ break;
53
+ }
54
+ } else if (r[a] === "(" && (v++, r[a + 1] !== "?"))
55
+ throw new TypeError("Capturing groups are not allowed at ".concat(a));
56
+ h += r[a++];
57
+ }
58
+ if (v)
59
+ throw new TypeError("Unbalanced pattern at ".concat(e));
60
+ if (!h)
61
+ throw new TypeError("Missing pattern at ".concat(e));
62
+ n.push({ type: "PATTERN", index: e, value: h }), e = a;
63
+ continue;
64
+ }
65
+ n.push({ type: "CHAR", index: e, value: r[e++] });
66
+ }
67
+ return n.push({ type: "END", index: e, value: "" }), n;
68
+ }
69
+ function I(r, n) {
70
+ n === void 0 && (n = {});
71
+ for (var e = H(r), i = n.prefixes, f = i === void 0 ? "./" : i, a = n.delimiter, c = a === void 0 ? "/#?" : a, v = [], h = 0, g = 0, d = "", u = function(x) {
72
+ if (g < e.length && e[g].type === x)
73
+ return e[g++].value;
74
+ }, E = function(x) {
75
+ var o = u(x);
76
+ if (o !== void 0)
77
+ return o;
78
+ var s = e[g], M = s.type, S = s.index;
79
+ throw new TypeError("Unexpected ".concat(M, " at ").concat(S, ", expected ").concat(x));
80
+ }, l = function() {
81
+ for (var x = "", o; o = u("CHAR") || u("ESCAPED_CHAR"); )
82
+ x += o;
83
+ return x;
84
+ }, N = function(x) {
85
+ for (var o = 0, s = c; o < s.length; o++) {
86
+ var M = s[o];
87
+ if (x.indexOf(M) > -1)
88
+ return !0;
89
+ }
90
+ return !1;
91
+ }, A = function(x) {
92
+ var o = v[v.length - 1], s = x || (o && typeof o == "string" ? o : "");
93
+ if (o && !s)
94
+ throw new TypeError('Must have text between two parameters, missing text after "'.concat(o.name, '"'));
95
+ return !s || N(s) ? "[^".concat(y(c), "]+?") : "(?:(?!".concat(y(s), ")[^").concat(y(c), "])+?");
96
+ }; g < e.length; ) {
97
+ var R = u("CHAR"), p = u("NAME"), C = u("PATTERN");
98
+ if (p || C) {
99
+ var m = R || "";
100
+ f.indexOf(m) === -1 && (d += m, m = ""), d && (v.push(d), d = ""), v.push({
101
+ name: p || h++,
102
+ prefix: m,
103
+ suffix: "",
104
+ pattern: C || A(m),
105
+ modifier: u("MODIFIER") || ""
106
+ });
107
+ continue;
108
+ }
109
+ var t = R || u("ESCAPED_CHAR");
110
+ if (t) {
111
+ d += t;
112
+ continue;
113
+ }
114
+ d && (v.push(d), d = "");
115
+ var T = u("OPEN");
116
+ if (T) {
117
+ var m = l(), w = u("NAME") || "", P = u("PATTERN") || "", O = l();
118
+ E("CLOSE"), v.push({
119
+ name: w || (P ? h++ : ""),
120
+ pattern: w && !P ? A(m) : P,
121
+ prefix: m,
122
+ suffix: O,
123
+ modifier: u("MODIFIER") || ""
124
+ });
125
+ continue;
126
+ }
127
+ E("END");
128
+ }
129
+ return v;
130
+ }
131
+ function U(r, n) {
132
+ var e = [], i = b(r, e, n);
133
+ return _(i, e, n);
134
+ }
135
+ function _(r, n, e) {
136
+ e === void 0 && (e = {});
137
+ var i = e.decode, f = i === void 0 ? function(a) {
138
+ return a;
139
+ } : i;
140
+ return function(a) {
141
+ var c = r.exec(a);
142
+ if (!c)
143
+ return !1;
144
+ for (var v = c[0], h = c.index, g = /* @__PURE__ */ Object.create(null), d = function(E) {
145
+ if (c[E] === void 0)
146
+ return "continue";
147
+ var l = n[E - 1];
148
+ l.modifier === "*" || l.modifier === "+" ? g[l.name] = c[E].split(l.prefix + l.suffix).map(function(N) {
149
+ return f(N, l);
150
+ }) : g[l.name] = f(c[E], l);
151
+ }, u = 1; u < c.length; u++)
152
+ d(u);
153
+ return { path: v, index: h, params: g };
154
+ };
155
+ }
156
+ function y(r) {
157
+ return r.replace(/([.+*?=^!:${}()[\]|/\\])/g, "\\$1");
158
+ }
159
+ function D(r) {
160
+ return r && r.sensitive ? "" : "i";
161
+ }
162
+ function F(r, n) {
163
+ if (!n)
164
+ return r;
165
+ for (var e = /\((?:\?<(.*?)>)?(?!\?)/g, i = 0, f = e.exec(r.source); f; )
166
+ n.push({
167
+ // Use parenthesized substring match if available, index otherwise
168
+ name: f[1] || i++,
169
+ prefix: "",
170
+ suffix: "",
171
+ modifier: "",
172
+ pattern: ""
173
+ }), f = e.exec(r.source);
174
+ return r;
175
+ }
176
+ function W(r, n, e) {
177
+ var i = r.map(function(f) {
178
+ return b(f, n, e).source;
179
+ });
180
+ return new RegExp("(?:".concat(i.join("|"), ")"), D(e));
181
+ }
182
+ function $(r, n, e) {
183
+ return L(I(r, e), n, e);
184
+ }
185
+ function L(r, n, e) {
186
+ e === void 0 && (e = {});
187
+ for (var i = e.strict, f = i === void 0 ? !1 : i, a = e.start, c = a === void 0 ? !0 : a, v = e.end, h = v === void 0 ? !0 : v, g = e.encode, d = g === void 0 ? function(o) {
188
+ return o;
189
+ } : g, u = e.delimiter, E = u === void 0 ? "/#?" : u, l = e.endsWith, N = l === void 0 ? "" : l, A = "[".concat(y(N), "]|$"), R = "[".concat(y(E), "]"), p = c ? "^" : "", C = 0, m = r; C < m.length; C++) {
190
+ var t = m[C];
191
+ if (typeof t == "string")
192
+ p += y(d(t));
193
+ else {
194
+ var T = y(d(t.prefix)), w = y(d(t.suffix));
195
+ if (t.pattern)
196
+ if (n && n.push(t), T || w)
197
+ if (t.modifier === "+" || t.modifier === "*") {
198
+ var P = t.modifier === "*" ? "?" : "";
199
+ p += "(?:".concat(T, "((?:").concat(t.pattern, ")(?:").concat(w).concat(T, "(?:").concat(t.pattern, "))*)").concat(w, ")").concat(P);
200
+ } else
201
+ p += "(?:".concat(T, "(").concat(t.pattern, ")").concat(w, ")").concat(t.modifier);
202
+ else {
203
+ if (t.modifier === "+" || t.modifier === "*")
204
+ throw new TypeError('Can not repeat "'.concat(t.name, '" without a prefix and suffix'));
205
+ p += "(".concat(t.pattern, ")").concat(t.modifier);
206
+ }
207
+ else
208
+ p += "(?:".concat(T).concat(w, ")").concat(t.modifier);
209
+ }
210
+ }
211
+ if (h)
212
+ f || (p += "".concat(R, "?")), p += e.endsWith ? "(?=".concat(A, ")") : "$";
213
+ else {
214
+ var O = r[r.length - 1], x = typeof O == "string" ? R.indexOf(O[O.length - 1]) > -1 : O === void 0;
215
+ f || (p += "(?:".concat(R, "(?=").concat(A, "))?")), x || (p += "(?=".concat(R, "|").concat(A, ")"));
216
+ }
217
+ return new RegExp(p, D(e));
218
+ }
219
+ function b(r, n, e) {
220
+ return r instanceof RegExp ? F(r, n) : Array.isArray(r) ? W(r, n, e) : $(r, n, e);
221
+ }
222
+ export {
223
+ U as match,
224
+ I as parse,
225
+ b as pathToRegexp,
226
+ _ as regexpToFunction,
227
+ L as tokensToRegexp
228
+ };
package/index8.js ADDED
@@ -0,0 +1,55 @@
1
+ import { err as p, ok as u } from "./result.type.js";
2
+ import { ensureValidUrl as q } from "./url.js";
3
+ import { normalizeAssetsResponse as C } from "./normalizeResponse.js";
4
+ import { processAssetsWithLimitedUseFlag as k } from "./getLimitedUseThumbnails.js";
5
+ const o = /* @__PURE__ */ new Map();
6
+ async function G(g) {
7
+ const { query: d, variables: h, auth: a, noCache: l, isNewGQL: y } = g;
8
+ if (!a) return p("No authentication provided");
9
+ const n = a.getAccessToken?.(), $ = "5.2.3";
10
+ let e = a.accountDomain !== void 0 ? q(a.accountDomain.trim()) : `https://${window.location.host}`;
11
+ e.charAt(e.length - 1) === "/" && (e = e.slice(0, -1));
12
+ const i = `${e}:${d}:${JSON.stringify(h)}:${n}`;
13
+ if (o.has(i) && !l)
14
+ return u(o.get(i));
15
+ const m = {
16
+ Accept: "application/json",
17
+ "Content-Type": "application/json",
18
+ // Custom header for UCV analytics tracking
19
+ "X-Bynder-Integration": `UCV/v${$}`
20
+ }, v = {
21
+ method: "post",
22
+ headers: n === void 0 ? m : { ...m, Authorization: `Bearer ${n}` },
23
+ body: JSON.stringify({ query: d, variables: h })
24
+ };
25
+ let s, c;
26
+ const w = y ? "/v7/api/graphql" : "/graphql";
27
+ try {
28
+ if (s = await (await fetch(`${e}${w}`, v)).json(), s.errors !== void 0)
29
+ return p(s.errors.map((r) => r.message).join(","));
30
+ const A = ["similaritySearch", "searchAssets"];
31
+ await Promise.all(
32
+ A.map(async (r) => {
33
+ const t = s.data[r];
34
+ if (t?.assets?.nodes) {
35
+ const N = t.assets.nodes, j = await k(N, n);
36
+ s.data[r] = {
37
+ ...t,
38
+ assets: {
39
+ ...t.assets,
40
+ nodes: j,
41
+ pageInfo: t.assets.pageInfo,
42
+ totalCount: t.assets.totalCount
43
+ }
44
+ };
45
+ }
46
+ })
47
+ ), c = C(s.data);
48
+ } catch (f) {
49
+ return p(f);
50
+ }
51
+ return l || (o.set(i, c), o.size > 50 && o.delete(o.keys().next().value)), u(c);
52
+ }
53
+ export {
54
+ G as fetchWithGraphql
55
+ };
package/index82.js ADDED
@@ -0,0 +1,8 @@
1
+ import "./chunk-6HYIRFX2.js";
2
+ import "./index112.js";
3
+ function r(t, e = !0) {
4
+ return [e && t.origin, t.pathname].filter(Boolean).join("");
5
+ }
6
+ export {
7
+ r as getCleanUrl
8
+ };
package/index9.js ADDED
@@ -0,0 +1,20 @@
1
+ import "./index12.js";
2
+ import r from "./axios.js";
3
+ const n = (e) => e.data, s = r.create({
4
+ timeout: 1e4,
5
+ headers: {
6
+ Accept: "application/json",
7
+ "Content-Type": "application/json"
8
+ }
9
+ }), i = async (e, o) => {
10
+ try {
11
+ const t = await s.get(e, o);
12
+ return n(t);
13
+ } catch (t) {
14
+ throw console.error("GET request error:", t), t;
15
+ }
16
+ };
17
+ export {
18
+ i as getRequest,
19
+ n as onSuccess
20
+ };
package/index92.js ADDED
@@ -0,0 +1,12 @@
1
+ function r() {
2
+ if (typeof navigator < "u" && navigator.product === "ReactNative")
3
+ return !0;
4
+ if (typeof process < "u") {
5
+ const e = process.type;
6
+ return e === "renderer" || e === "worker" ? !1 : !!(process.versions && process.versions.node);
7
+ }
8
+ return !1;
9
+ }
10
+ export {
11
+ r as isNodeProcess
12
+ };
package/integration.js ADDED
@@ -0,0 +1,38 @@
1
+ import { DEBUG_BUILD as c } from "./debug-build2.js";
2
+ import { addGlobalEventProcessor as a } from "./eventProcessors.js";
3
+ import { getCurrentHub as d } from "./hub.js";
4
+ import { logger as t } from "./logger2.js";
5
+ const u = [];
6
+ function I(e, s) {
7
+ const o = {};
8
+ return s.forEach((p) => {
9
+ p && m(e, p, o);
10
+ }), o;
11
+ }
12
+ function y(e, s) {
13
+ for (const o of s)
14
+ o && o.afterAllSetup && o.afterAllSetup(e);
15
+ }
16
+ function m(e, s, o) {
17
+ if (o[s.name]) {
18
+ c && t.log(`Integration skipped because it was already installed: ${s.name}`);
19
+ return;
20
+ }
21
+ if (o[s.name] = s, u.indexOf(s.name) === -1 && (s.setupOnce(a, d), u.push(s.name)), s.setup && typeof s.setup == "function" && s.setup(e), e.on && typeof s.preprocessEvent == "function") {
22
+ const p = s.preprocessEvent.bind(s);
23
+ e.on("preprocessEvent", (f, r) => p(f, r, e));
24
+ }
25
+ if (e.addEventProcessor && typeof s.processEvent == "function") {
26
+ const p = s.processEvent.bind(s), f = Object.assign((r, n) => p(r, n, e), {
27
+ id: s.name
28
+ });
29
+ e.addEventProcessor(f);
30
+ }
31
+ c && t.log(`Integration installed: ${s.name}`);
32
+ }
33
+ export {
34
+ y as afterSetupIntegrations,
35
+ u as installedIntegrations,
36
+ m as setupIntegration,
37
+ I as setupIntegrations
38
+ };
package/is.js ADDED
@@ -0,0 +1,77 @@
1
+ const i = Object.prototype.toString;
2
+ function f(n) {
3
+ switch (i.call(n)) {
4
+ case "[object Error]":
5
+ case "[object Exception]":
6
+ case "[object DOMException]":
7
+ return !0;
8
+ default:
9
+ return r(n, Error);
10
+ }
11
+ }
12
+ function e(n, t) {
13
+ return i.call(n) === `[object ${t}]`;
14
+ }
15
+ function s(n) {
16
+ return e(n, "ErrorEvent");
17
+ }
18
+ function l(n) {
19
+ return e(n, "DOMError");
20
+ }
21
+ function E(n) {
22
+ return e(n, "DOMException");
23
+ }
24
+ function p(n) {
25
+ return e(n, "String");
26
+ }
27
+ function o(n) {
28
+ return typeof n == "object" && n !== null && "__sentry_template_string__" in n && "__sentry_template_values__" in n;
29
+ }
30
+ function _(n) {
31
+ return n === null || o(n) || typeof n != "object" && typeof n != "function";
32
+ }
33
+ function u(n) {
34
+ return e(n, "Object");
35
+ }
36
+ function b(n) {
37
+ return typeof Event < "u" && r(n, Event);
38
+ }
39
+ function y(n) {
40
+ return typeof Element < "u" && r(n, Element);
41
+ }
42
+ function j(n) {
43
+ return !!(n && n.then && typeof n.then == "function");
44
+ }
45
+ function v(n) {
46
+ return u(n) && "nativeEvent" in n && "preventDefault" in n && "stopPropagation" in n;
47
+ }
48
+ function O(n) {
49
+ return typeof n == "number" && n !== n;
50
+ }
51
+ function r(n, t) {
52
+ try {
53
+ return n instanceof t;
54
+ } catch {
55
+ return !1;
56
+ }
57
+ }
58
+ function m(n) {
59
+ return !!(typeof n == "object" && n !== null && (n.__isVue || n._isVue));
60
+ }
61
+ export {
62
+ l as isDOMError,
63
+ E as isDOMException,
64
+ y as isElement,
65
+ f as isError,
66
+ s as isErrorEvent,
67
+ b as isEvent,
68
+ r as isInstanceOf,
69
+ O as isNaN,
70
+ o as isParameterizedString,
71
+ u as isPlainObject,
72
+ _ as isPrimitive,
73
+ p as isString,
74
+ v as isSyntheticEvent,
75
+ j as isThenable,
76
+ m as isVueViewModel
77
+ };
package/is2.js ADDED
@@ -0,0 +1,14 @@
1
+ const e = Object.prototype.toString;
2
+ function o(t, n) {
3
+ return e.call(t) === `[object ${n}]`;
4
+ }
5
+ function i(t) {
6
+ return o(t, "Object");
7
+ }
8
+ function c(t) {
9
+ return !!(t && t.then && typeof t.then == "function");
10
+ }
11
+ export {
12
+ i as isPlainObject,
13
+ c as isThenable
14
+ };
package/is3.js ADDED
@@ -0,0 +1,14 @@
1
+ const e = Object.prototype.toString;
2
+ function o(t, n) {
3
+ return e.call(t) === `[object ${n}]`;
4
+ }
5
+ function i(t) {
6
+ return o(t, "Object");
7
+ }
8
+ function c(t) {
9
+ return !!(t && t.then && typeof t.then == "function");
10
+ }
11
+ export {
12
+ i as isPlainObject,
13
+ c as isThenable
14
+ };
@@ -0,0 +1,6 @@
1
+ function e(t) {
2
+ return /^([a-z][a-z\d+\-.]*:)?\/\//i.test(t);
3
+ }
4
+ export {
5
+ e as default
6
+ };
@@ -0,0 +1,6 @@
1
+ function e(t) {
2
+ return /^([a-z][a-z\d\+\-\.]*:)?\/\//i.test(t);
3
+ }
4
+ export {
5
+ e as isAbsoluteUrl
6
+ };
@@ -0,0 +1,7 @@
1
+ import i from "./utils6.js";
2
+ function o(r) {
3
+ return i.isObject(r) && r.isAxiosError === !0;
4
+ }
5
+ export {
6
+ o as default
7
+ };
package/isCancel.js ADDED
@@ -0,0 +1,6 @@
1
+ function t(n) {
2
+ return !!(n && n.__CANCEL__);
3
+ }
4
+ export {
5
+ t as default
6
+ };
package/isIterable.js ADDED
@@ -0,0 +1,6 @@
1
+ function t(e) {
2
+ return e ? Reflect.has(e, Symbol.iterator) || Reflect.has(e, Symbol.asyncIterator) : !1;
3
+ }
4
+ export {
5
+ t as isIterable
6
+ };
@@ -0,0 +1,6 @@
1
+ function r(e, o) {
2
+ return e.toLowerCase() === o.toLowerCase();
3
+ }
4
+ export {
5
+ r as isStringEqual
6
+ };
@@ -0,0 +1,8 @@
1
+ import o from "./index19.js";
2
+ const n = o.hasStandardBrowserEnv ? /* @__PURE__ */ ((r, e) => (t) => (t = new URL(t, o.origin), r.protocol === t.protocol && r.host === t.host && (e || r.port === t.port)))(
3
+ new URL(o.origin),
4
+ o.navigator && /(msie|trident)/i.test(o.navigator.userAgent)
5
+ ) : () => !0;
6
+ export {
7
+ n as default
8
+ };
@@ -0,0 +1,6 @@
1
+ function t(e) {
2
+ return /^#([a-fA-F0-9]{6}|[a-fA-F0-9]{3})$/.test(e);
3
+ }
4
+ export {
5
+ t as isValidHexValue
6
+ };
@@ -0,0 +1,11 @@
1
+ import { isAndroid as i } from "./platform.js";
2
+ function o(r) {
3
+ return r.pointerType === "" && r.isTrusted ? !0 : i() && r.pointerType ? r.type === "click" && r.buttons === 1 : r.detail === 0 && !r.pointerType;
4
+ }
5
+ function p(r) {
6
+ return !i() && r.width === 0 && r.height === 0 || r.width === 1 && r.height === 1 && r.pressure === 0 && r.detail === 0 && r.pointerType === "mouse";
7
+ }
8
+ export {
9
+ o as isVirtualClick,
10
+ p as isVirtualPointerEvent
11
+ };
package/iso.js ADDED
@@ -0,0 +1,38 @@
1
+ import { ZodStringFormat as i } from "./schemas.js";
2
+ import { _isoDateTime as r, _isoDate as e, _isoTime as m, _isoDuration as a } from "./api3.js";
3
+ import { $constructor as n } from "./core.js";
4
+ import { $ZodISODateTime as u, $ZodISODate as S, $ZodISOTime as Z, $ZodISODuration as d } from "./schemas2.js";
5
+ const D = /* @__PURE__ */ n("ZodISODateTime", (o, t) => {
6
+ u.init(o, t), i.init(o, t);
7
+ });
8
+ function f(o) {
9
+ return r(D, o);
10
+ }
11
+ const I = /* @__PURE__ */ n("ZodISODate", (o, t) => {
12
+ S.init(o, t), i.init(o, t);
13
+ });
14
+ function _(o) {
15
+ return e(I, o);
16
+ }
17
+ const O = /* @__PURE__ */ n("ZodISOTime", (o, t) => {
18
+ Z.init(o, t), i.init(o, t);
19
+ });
20
+ function g(o) {
21
+ return m(O, o);
22
+ }
23
+ const c = /* @__PURE__ */ n("ZodISODuration", (o, t) => {
24
+ d.init(o, t), i.init(o, t);
25
+ });
26
+ function x(o) {
27
+ return a(c, o);
28
+ }
29
+ export {
30
+ I as ZodISODate,
31
+ D as ZodISODateTime,
32
+ c as ZodISODuration,
33
+ O as ZodISOTime,
34
+ _ as date,
35
+ f as datetime,
36
+ x as duration,
37
+ g as time
38
+ };
package/it_IT.json.js ADDED
@@ -0,0 +1,18 @@
1
+ const e = {
2
+ "colorpicker.opacity-input": "Opacità",
3
+ "datepicker.clear-date": "Annulla data",
4
+ "datepicker.next-month": "Il prossimo mese",
5
+ "datepicker.open-calendar": "Calendario aperto",
6
+ "datepicker.previous-month": "Il mese scorso",
7
+ "input.clear": "Ingresso chiaro",
8
+ "input.hide-password": "Nascondi password",
9
+ "input.show-password": "Mostra password",
10
+ "modal.close": "Chiudi",
11
+ "multiselectchips.add-value": "Aggiungi ‘{value}’",
12
+ "multiselectchips.remove-all": "Rimuovi tutti",
13
+ "pagination.next-page": "Pagina seguente",
14
+ "pagination.previous-page": "Pagina precedente"
15
+ };
16
+ export {
17
+ e as default
18
+ };
package/itemContext.js ADDED
@@ -0,0 +1,5 @@
1
+ import { createContext as t } from "react";
2
+ const e = t(void 0);
3
+ export {
4
+ e as ItemContext
5
+ };
package/ja_JP.json.js ADDED
@@ -0,0 +1,18 @@
1
+ const e = {
2
+ "colorpicker.opacity-input": "不透明度",
3
+ "datepicker.clear-date": "日付を消去する",
4
+ "datepicker.next-month": "来月",
5
+ "datepicker.open-calendar": "カレンダーを開く",
6
+ "datepicker.previous-month": "前月",
7
+ "input.clear": "入力をクリア",
8
+ "input.hide-password": "パスワードを隠す",
9
+ "input.show-password": "パスワードを表示",
10
+ "modal.close": "閉じる",
11
+ "multiselectchips.add-value": "「 {value} 」を追加",
12
+ "multiselectchips.remove-all": "すべてを削除する",
13
+ "pagination.next-page": "次のページ",
14
+ "pagination.previous-page": "前のページ"
15
+ };
16
+ export {
17
+ e as default
18
+ };
package/ko_KR.json.js ADDED
@@ -0,0 +1,18 @@
1
+ const e = {
2
+ "colorpicker.opacity-input": "불투명",
3
+ "datepicker.clear-date": "완료일",
4
+ "datepicker.next-month": "다음 달",
5
+ "datepicker.open-calendar": "캘린더 열기",
6
+ "datepicker.previous-month": "지난달",
7
+ "input.clear": "입력 지우기",
8
+ "input.hide-password": "비밀번호 숨기기",
9
+ "input.show-password": "비밀번호 표시",
10
+ "modal.close": "닫기",
11
+ "multiselectchips.add-value": "' {value} ' 추가",
12
+ "multiselectchips.remove-all": "모두 제거",
13
+ "pagination.next-page": "다음 페이지",
14
+ "pagination.previous-page": "이전 페이지"
15
+ };
16
+ export {
17
+ e as default
18
+ };