one 1.2.6 → 1.2.8

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 (142) hide show
  1. package/dist/cjs/ui/Slot.cjs +42 -0
  2. package/dist/cjs/ui/Slot.js +27 -0
  3. package/dist/cjs/ui/Slot.js.map +6 -0
  4. package/dist/cjs/ui/Slot.native.js +48 -0
  5. package/dist/cjs/ui/Slot.native.js.map +1 -0
  6. package/dist/cjs/ui/TabContext.cjs +44 -0
  7. package/dist/cjs/ui/TabContext.js +35 -0
  8. package/dist/cjs/ui/TabContext.js.map +6 -0
  9. package/dist/cjs/ui/TabContext.native.js +47 -0
  10. package/dist/cjs/ui/TabContext.native.js.map +1 -0
  11. package/dist/cjs/ui/TabList.cjs +52 -0
  12. package/dist/cjs/ui/TabList.js +38 -0
  13. package/dist/cjs/ui/TabList.js.map +6 -0
  14. package/dist/cjs/ui/TabList.native.js +57 -0
  15. package/dist/cjs/ui/TabList.native.js.map +1 -0
  16. package/dist/cjs/ui/TabRouter.cjs +47 -0
  17. package/dist/cjs/ui/TabRouter.js +41 -0
  18. package/dist/cjs/ui/TabRouter.js.map +6 -0
  19. package/dist/cjs/ui/TabRouter.native.js +57 -0
  20. package/dist/cjs/ui/TabRouter.native.js.map +1 -0
  21. package/dist/cjs/ui/TabSlot.cjs +115 -0
  22. package/dist/cjs/ui/TabSlot.js +91 -0
  23. package/dist/cjs/ui/TabSlot.js.map +6 -0
  24. package/dist/cjs/ui/TabSlot.native.js +120 -0
  25. package/dist/cjs/ui/TabSlot.native.js.map +1 -0
  26. package/dist/cjs/ui/TabTrigger.cjs +151 -0
  27. package/dist/cjs/ui/TabTrigger.js +120 -0
  28. package/dist/cjs/ui/TabTrigger.js.map +6 -0
  29. package/dist/cjs/ui/TabTrigger.native.js +153 -0
  30. package/dist/cjs/ui/TabTrigger.native.js.map +1 -0
  31. package/dist/cjs/ui/Tabs.cjs +175 -0
  32. package/dist/cjs/ui/Tabs.js +121 -0
  33. package/dist/cjs/ui/Tabs.js.map +6 -0
  34. package/dist/cjs/ui/Tabs.native.js +191 -0
  35. package/dist/cjs/ui/Tabs.native.js.map +1 -0
  36. package/dist/cjs/ui/common.cjs +160 -0
  37. package/dist/cjs/ui/common.js +146 -0
  38. package/dist/cjs/ui/common.js.map +6 -0
  39. package/dist/cjs/ui/common.native.js +223 -0
  40. package/dist/cjs/ui/common.native.js.map +1 -0
  41. package/dist/cjs/ui/index.cjs +18 -0
  42. package/dist/cjs/ui/index.js +15 -0
  43. package/dist/cjs/ui/index.js.map +6 -0
  44. package/dist/cjs/ui/index.native.js +21 -0
  45. package/dist/cjs/ui/index.native.js.map +1 -0
  46. package/dist/cjs/ui/useComponent.cjs +46 -0
  47. package/dist/cjs/ui/useComponent.js +37 -0
  48. package/dist/cjs/ui/useComponent.js.map +6 -0
  49. package/dist/cjs/ui/useComponent.native.js +53 -0
  50. package/dist/cjs/ui/useComponent.native.js.map +1 -0
  51. package/dist/esm/ui/Slot.js +17 -0
  52. package/dist/esm/ui/Slot.js.map +6 -0
  53. package/dist/esm/ui/Slot.mjs +19 -0
  54. package/dist/esm/ui/Slot.mjs.map +1 -0
  55. package/dist/esm/ui/Slot.native.js +22 -0
  56. package/dist/esm/ui/Slot.native.js.map +1 -0
  57. package/dist/esm/ui/TabContext.js +19 -0
  58. package/dist/esm/ui/TabContext.js.map +6 -0
  59. package/dist/esm/ui/TabContext.mjs +17 -0
  60. package/dist/esm/ui/TabContext.mjs.map +1 -0
  61. package/dist/esm/ui/TabContext.native.js +17 -0
  62. package/dist/esm/ui/TabContext.native.js.map +1 -0
  63. package/dist/esm/ui/TabList.js +24 -0
  64. package/dist/esm/ui/TabList.js.map +6 -0
  65. package/dist/esm/ui/TabList.mjs +28 -0
  66. package/dist/esm/ui/TabList.mjs.map +1 -0
  67. package/dist/esm/ui/TabList.native.js +30 -0
  68. package/dist/esm/ui/TabList.native.js.map +1 -0
  69. package/dist/esm/ui/TabRouter.js +27 -0
  70. package/dist/esm/ui/TabRouter.js.map +6 -0
  71. package/dist/esm/ui/TabRouter.mjs +24 -0
  72. package/dist/esm/ui/TabRouter.mjs.map +1 -0
  73. package/dist/esm/ui/TabRouter.native.js +31 -0
  74. package/dist/esm/ui/TabRouter.native.js.map +1 -0
  75. package/dist/esm/ui/TabSlot.js +80 -0
  76. package/dist/esm/ui/TabSlot.js.map +6 -0
  77. package/dist/esm/ui/TabSlot.mjs +89 -0
  78. package/dist/esm/ui/TabSlot.mjs.map +1 -0
  79. package/dist/esm/ui/TabSlot.native.js +91 -0
  80. package/dist/esm/ui/TabSlot.native.js.map +1 -0
  81. package/dist/esm/ui/TabTrigger.js +115 -0
  82. package/dist/esm/ui/TabTrigger.js.map +6 -0
  83. package/dist/esm/ui/TabTrigger.mjs +126 -0
  84. package/dist/esm/ui/TabTrigger.mjs.map +1 -0
  85. package/dist/esm/ui/TabTrigger.native.js +125 -0
  86. package/dist/esm/ui/TabTrigger.native.js.map +1 -0
  87. package/dist/esm/ui/Tabs.js +130 -0
  88. package/dist/esm/ui/Tabs.js.map +6 -0
  89. package/dist/esm/ui/Tabs.mjs +149 -0
  90. package/dist/esm/ui/Tabs.mjs.map +1 -0
  91. package/dist/esm/ui/Tabs.native.js +162 -0
  92. package/dist/esm/ui/Tabs.native.js.map +1 -0
  93. package/dist/esm/ui/common.js +133 -0
  94. package/dist/esm/ui/common.js.map +6 -0
  95. package/dist/esm/ui/common.mjs +135 -0
  96. package/dist/esm/ui/common.mjs.map +1 -0
  97. package/dist/esm/ui/common.native.js +195 -0
  98. package/dist/esm/ui/common.native.js.map +1 -0
  99. package/dist/esm/ui/index.js +2 -0
  100. package/dist/esm/ui/index.js.map +6 -0
  101. package/dist/esm/ui/index.mjs +2 -0
  102. package/dist/esm/ui/index.mjs.map +1 -0
  103. package/dist/esm/ui/index.native.js +2 -0
  104. package/dist/esm/ui/index.native.js.map +1 -0
  105. package/dist/esm/ui/useComponent.js +22 -0
  106. package/dist/esm/ui/useComponent.js.map +6 -0
  107. package/dist/esm/ui/useComponent.mjs +23 -0
  108. package/dist/esm/ui/useComponent.mjs.map +1 -0
  109. package/dist/esm/ui/useComponent.native.js +27 -0
  110. package/dist/esm/ui/useComponent.native.js.map +1 -0
  111. package/package.json +18 -9
  112. package/src/ui/README.md +121 -0
  113. package/src/ui/Slot.tsx +34 -0
  114. package/src/ui/TabContext.tsx +115 -0
  115. package/src/ui/TabList.tsx +47 -0
  116. package/src/ui/TabRouter.tsx +79 -0
  117. package/src/ui/TabSlot.tsx +170 -0
  118. package/src/ui/TabTrigger.tsx +282 -0
  119. package/src/ui/Tabs.tsx +313 -0
  120. package/src/ui/common.tsx +277 -0
  121. package/src/ui/index.ts +1 -0
  122. package/src/ui/useComponent.tsx +42 -0
  123. package/types/ui/Slot.d.ts +6 -0
  124. package/types/ui/Slot.d.ts.map +1 -0
  125. package/types/ui/TabContext.d.ts +190 -0
  126. package/types/ui/TabContext.d.ts.map +1 -0
  127. package/types/ui/TabList.d.ts +25 -0
  128. package/types/ui/TabList.d.ts.map +1 -0
  129. package/types/ui/TabRouter.d.ts +103 -0
  130. package/types/ui/TabRouter.d.ts.map +1 -0
  131. package/types/ui/TabSlot.d.ts +73 -0
  132. package/types/ui/TabSlot.d.ts.map +1 -0
  133. package/types/ui/TabTrigger.d.ts +88 -0
  134. package/types/ui/TabTrigger.d.ts.map +1 -0
  135. package/types/ui/Tabs.d.ts +255 -0
  136. package/types/ui/Tabs.d.ts.map +1 -0
  137. package/types/ui/common.d.ts +40 -0
  138. package/types/ui/common.d.ts.map +1 -0
  139. package/types/ui/index.d.ts +2 -0
  140. package/types/ui/index.d.ts.map +1 -0
  141. package/types/ui/useComponent.d.ts +10 -0
  142. package/types/ui/useComponent.d.ts.map +1 -0
@@ -0,0 +1,42 @@
1
+ var __defProp = Object.defineProperty;
2
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
3
+ var __getOwnPropNames = Object.getOwnPropertyNames;
4
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
5
+ var __export = (target, all) => {
6
+ for (var name in all) __defProp(target, name, {
7
+ get: all[name],
8
+ enumerable: !0
9
+ });
10
+ },
11
+ __copyProps = (to, from, except, desc) => {
12
+ if (from && typeof from == "object" || typeof from == "function") for (let key of __getOwnPropNames(from)) !__hasOwnProp.call(to, key) && key !== except && __defProp(to, key, {
13
+ get: () => from[key],
14
+ enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable
15
+ });
16
+ return to;
17
+ };
18
+ var __toCommonJS = mod => __copyProps(__defProp({}, "__esModule", {
19
+ value: !0
20
+ }), mod);
21
+ var Slot_exports = {};
22
+ __export(Slot_exports, {
23
+ Slot: () => Slot
24
+ });
25
+ module.exports = __toCommonJS(Slot_exports);
26
+ var import_react_slot = require("@radix-ui/react-slot"),
27
+ import_react = require("react"),
28
+ import_react_native = require("react-native-web"),
29
+ import_jsx_runtime = require("react/jsx-runtime");
30
+ function ShimSlotForReactNative(Component) {
31
+ return (0, import_react.forwardRef)(function ({
32
+ style,
33
+ ...props
34
+ }, ref) {
35
+ return style = (0, import_react.useMemo)(() => import_react_native.StyleSheet.flatten(style), [style]), /* @__PURE__ */(0, import_jsx_runtime.jsx)(Component, {
36
+ ref,
37
+ ...props,
38
+ style
39
+ });
40
+ });
41
+ }
42
+ const Slot = ShimSlotForReactNative(import_react_slot.Slot);
@@ -0,0 +1,27 @@
1
+ var __defProp = Object.defineProperty;
2
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
3
+ var __getOwnPropNames = Object.getOwnPropertyNames;
4
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
5
+ var __export = (target, all) => {
6
+ for (var name in all)
7
+ __defProp(target, name, { get: all[name], enumerable: !0 });
8
+ }, __copyProps = (to, from, except, desc) => {
9
+ if (from && typeof from == "object" || typeof from == "function")
10
+ for (let key of __getOwnPropNames(from))
11
+ !__hasOwnProp.call(to, key) && key !== except && __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
12
+ return to;
13
+ };
14
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: !0 }), mod);
15
+ var Slot_exports = {};
16
+ __export(Slot_exports, {
17
+ Slot: () => Slot
18
+ });
19
+ module.exports = __toCommonJS(Slot_exports);
20
+ var import_react_slot = require("@radix-ui/react-slot"), import_react = require("react"), import_react_native = require("react-native-web"), import_jsx_runtime = require("react/jsx-runtime");
21
+ function ShimSlotForReactNative(Component) {
22
+ return (0, import_react.forwardRef)(function({ style, ...props }, ref) {
23
+ return style = (0, import_react.useMemo)(() => import_react_native.StyleSheet.flatten(style), [style]), /* @__PURE__ */ (0, import_jsx_runtime.jsx)(Component, { ref, ...props, style });
24
+ });
25
+ }
26
+ const Slot = ShimSlotForReactNative(import_react_slot.Slot);
27
+ //# sourceMappingURL=Slot.js.map
@@ -0,0 +1,6 @@
1
+ {
2
+ "version": 3,
3
+ "sources": ["../../../src/ui/Slot.tsx"],
4
+ "mappings": ";;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,wBAAgC,iCAChC,eAMO,kBACP,sBAA2C,yBAkBhC;AAHX,SAAS,uBAAuB,WAA2C;AACzE,aAAO,yBAAW,SAAmB,EAAE,OAAO,GAAG,MAAM,GAAG,KAAK;AAC7D,uBAAQ,sBAAQ,MAAM,+BAAW,QAAQ,KAAK,GAAG,CAAC,KAAK,CAAC,GACjD,4CAAC,aAAU,KAAW,GAAG,OAAO,OAAc;AAAA,EACvD,CAAC;AACH;AAKO,MAAM,OAAa,uBAAuB,kBAAAA,IAAO;",
5
+ "names": ["RUISlot"]
6
+ }
@@ -0,0 +1,48 @@
1
+ "use strict";
2
+
3
+ var __defProp = Object.defineProperty;
4
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
5
+ var __getOwnPropNames = Object.getOwnPropertyNames;
6
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
7
+ var __export = (target, all) => {
8
+ for (var name in all) __defProp(target, name, {
9
+ get: all[name],
10
+ enumerable: !0
11
+ });
12
+ },
13
+ __copyProps = (to, from, except, desc) => {
14
+ if (from && typeof from == "object" || typeof from == "function") for (let key of __getOwnPropNames(from)) !__hasOwnProp.call(to, key) && key !== except && __defProp(to, key, {
15
+ get: () => from[key],
16
+ enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable
17
+ });
18
+ return to;
19
+ };
20
+ var __toCommonJS = mod => __copyProps(__defProp({}, "__esModule", {
21
+ value: !0
22
+ }), mod);
23
+ var Slot_exports = {};
24
+ __export(Slot_exports, {
25
+ Slot: () => Slot
26
+ });
27
+ module.exports = __toCommonJS(Slot_exports);
28
+ var import_jsx_runtime = require("react/jsx-runtime"),
29
+ import_react_slot = require("@radix-ui/react-slot"),
30
+ import_react = require("react"),
31
+ import_react_native = require("react-native");
32
+ function ShimSlotForReactNative(Component) {
33
+ return /* @__PURE__ */(0, import_react.forwardRef)(function (param, ref) {
34
+ var {
35
+ style,
36
+ ...props
37
+ } = param;
38
+ return style = (0, import_react.useMemo)(function () {
39
+ return import_react_native.StyleSheet.flatten(style);
40
+ }, [style]), /* @__PURE__ */(0, import_jsx_runtime.jsx)(Component, {
41
+ ref,
42
+ ...props,
43
+ style
44
+ });
45
+ });
46
+ }
47
+ var Slot = ShimSlotForReactNative(import_react_slot.Slot);
48
+ //# sourceMappingURL=Slot.native.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":["__toCommonJS","mod","__copyProps","__defProp","value","Slot_exports","__export","Slot","module","exports","import_jsx_runtime","require","import_react_slot","import_react","import_react_native","ShimSlotForReactNative","Component","forwardRef","param","ref","style","props","useMemo","StyleSheet","flatten"],"sources":["../../../src/ui/Slot.tsx"],"sourcesContent":[null],"mappings":";;;;;;;;;;;;;;;;;;;AAAA,IAAAA,YAAA,GAAAC,GAAA,IAAAC,WAAA,CAAAC,SAAA;EAAAC,KAAA;AAAA,IAAAH,GAAA;AAAA,IAAAI,YAAA;AAAAC,QAAA,CAAAD,YAAA;EAAAE,IAAA,EAAAA,CAAA,KAAAA;AAAA;AAAAC,MAAA,CAAAC,OAAA,GAAAT,YAAgC,CAAAK,YAAA;AAuBhC,IAAAK,kBAAS,GAAAC,OAAuB,oBAA2C;EAAAC,iBAAA,GAAAD,OAAA;EAAAE,YAAA,GAAAF,OAAA;EAAAG,mBAAA,GAAAH,OAAA;AACzE,SAAAI,sBAAOA,CAAAC,SAAW;EAChB,sBAAQ,IAAAH,YAAA,CAAAI,UAAc,YAAAC,KAAA,EAAAC,GAAA;IAEvB;MAAAC,KAAA;MAAA,GAAAC;IAAA,IAAAH,KAAA;IACH,OAAAE,KAAA,OAAAP,YAAA,CAAAS,OAAA;MAKa,OAAaR,mBAAA,CAAAS,UAAuB,CAAAC,OAAA,CAAAJ,KAAA,CAAO","ignoreList":[]}
@@ -0,0 +1,44 @@
1
+ var __defProp = Object.defineProperty;
2
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
3
+ var __getOwnPropNames = Object.getOwnPropertyNames;
4
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
5
+ var __export = (target, all) => {
6
+ for (var name in all) __defProp(target, name, {
7
+ get: all[name],
8
+ enumerable: !0
9
+ });
10
+ },
11
+ __copyProps = (to, from, except, desc) => {
12
+ if (from && typeof from == "object" || typeof from == "function") for (let key of __getOwnPropNames(from)) !__hasOwnProp.call(to, key) && key !== except && __defProp(to, key, {
13
+ get: () => from[key],
14
+ enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable
15
+ });
16
+ return to;
17
+ };
18
+ var __toCommonJS = mod => __copyProps(__defProp({}, "__esModule", {
19
+ value: !0
20
+ }), mod);
21
+ var TabContext_exports = {};
22
+ __export(TabContext_exports, {
23
+ TabContext: () => TabContext,
24
+ TabTriggerMapContext: () => TabTriggerMapContext,
25
+ TabsDescriptorsContext: () => TabsDescriptorsContext,
26
+ TabsNavigatorContext: () => TabsNavigatorContext,
27
+ TabsStateContext: () => TabsStateContext
28
+ });
29
+ module.exports = __toCommonJS(TabContext_exports);
30
+ var import_react = require("react");
31
+ const TabContext = (0, import_react.createContext)({}),
32
+ TabTriggerMapContext = (0, import_react.createContext)({}),
33
+ TabsDescriptorsContext = (0, import_react.createContext)({}),
34
+ TabsNavigatorContext = (0, import_react.createContext)(null),
35
+ TabsStateContext = (0, import_react.createContext)({
36
+ type: "tab",
37
+ preloadedRouteKeys: [],
38
+ history: [],
39
+ index: -1,
40
+ key: "",
41
+ stale: !1,
42
+ routeNames: [],
43
+ routes: []
44
+ });
@@ -0,0 +1,35 @@
1
+ var __defProp = Object.defineProperty;
2
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
3
+ var __getOwnPropNames = Object.getOwnPropertyNames;
4
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
5
+ var __export = (target, all) => {
6
+ for (var name in all)
7
+ __defProp(target, name, { get: all[name], enumerable: !0 });
8
+ }, __copyProps = (to, from, except, desc) => {
9
+ if (from && typeof from == "object" || typeof from == "function")
10
+ for (let key of __getOwnPropNames(from))
11
+ !__hasOwnProp.call(to, key) && key !== except && __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
12
+ return to;
13
+ };
14
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: !0 }), mod);
15
+ var TabContext_exports = {};
16
+ __export(TabContext_exports, {
17
+ TabContext: () => TabContext,
18
+ TabTriggerMapContext: () => TabTriggerMapContext,
19
+ TabsDescriptorsContext: () => TabsDescriptorsContext,
20
+ TabsNavigatorContext: () => TabsNavigatorContext,
21
+ TabsStateContext: () => TabsStateContext
22
+ });
23
+ module.exports = __toCommonJS(TabContext_exports);
24
+ var import_react = require("react");
25
+ const TabContext = (0, import_react.createContext)({}), TabTriggerMapContext = (0, import_react.createContext)({}), TabsDescriptorsContext = (0, import_react.createContext)({}), TabsNavigatorContext = (0, import_react.createContext)(null), TabsStateContext = (0, import_react.createContext)({
26
+ type: "tab",
27
+ preloadedRouteKeys: [],
28
+ history: [],
29
+ index: -1,
30
+ key: "",
31
+ stale: !1,
32
+ routeNames: [],
33
+ routes: []
34
+ });
35
+ //# sourceMappingURL=TabContext.js.map
@@ -0,0 +1,6 @@
1
+ {
2
+ "version": 3,
3
+ "sources": ["../../../src/ui/TabContext.tsx"],
4
+ "mappings": ";;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAWA,mBAA8B;AA2EvB,MAAM,iBAAa,4BAA+B,CAAC,CAAC,GAI9C,2BAAuB,4BAA0B,CAAC,CAAC,GAInD,6BAAyB,4BAA+C,CAAC,CAAC,GAI1E,2BAAuB,4BAAqD,IAAI,GAIhF,uBAAmB,4BAAyC;AAAA,EACvE,MAAM;AAAA,EACN,oBAAoB,CAAC;AAAA,EACrB,SAAS,CAAC;AAAA,EACV,OAAO;AAAA,EACP,KAAK;AAAA,EACL,OAAO;AAAA,EACP,YAAY,CAAC;AAAA,EACb,QAAQ,CAAC;AACX,CAAC;",
5
+ "names": []
6
+ }
@@ -0,0 +1,47 @@
1
+ "use strict";
2
+
3
+ var __defProp = Object.defineProperty;
4
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
5
+ var __getOwnPropNames = Object.getOwnPropertyNames;
6
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
7
+ var __export = (target, all) => {
8
+ for (var name in all) __defProp(target, name, {
9
+ get: all[name],
10
+ enumerable: !0
11
+ });
12
+ },
13
+ __copyProps = (to, from, except, desc) => {
14
+ if (from && typeof from == "object" || typeof from == "function") for (let key of __getOwnPropNames(from)) !__hasOwnProp.call(to, key) && key !== except && __defProp(to, key, {
15
+ get: () => from[key],
16
+ enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable
17
+ });
18
+ return to;
19
+ };
20
+ var __toCommonJS = mod => __copyProps(__defProp({}, "__esModule", {
21
+ value: !0
22
+ }), mod);
23
+ var TabContext_exports = {};
24
+ __export(TabContext_exports, {
25
+ TabContext: () => TabContext,
26
+ TabTriggerMapContext: () => TabTriggerMapContext,
27
+ TabsDescriptorsContext: () => TabsDescriptorsContext,
28
+ TabsNavigatorContext: () => TabsNavigatorContext,
29
+ TabsStateContext: () => TabsStateContext
30
+ });
31
+ module.exports = __toCommonJS(TabContext_exports);
32
+ var import_react = require("react"),
33
+ TabContext = /* @__PURE__ */(0, import_react.createContext)({}),
34
+ TabTriggerMapContext = /* @__PURE__ */(0, import_react.createContext)({}),
35
+ TabsDescriptorsContext = /* @__PURE__ */(0, import_react.createContext)({}),
36
+ TabsNavigatorContext = /* @__PURE__ */(0, import_react.createContext)(null),
37
+ TabsStateContext = /* @__PURE__ */(0, import_react.createContext)({
38
+ type: "tab",
39
+ preloadedRouteKeys: [],
40
+ history: [],
41
+ index: -1,
42
+ key: "",
43
+ stale: !1,
44
+ routeNames: [],
45
+ routes: []
46
+ });
47
+ //# sourceMappingURL=TabContext.native.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":["__toCommonJS","mod","__copyProps","__defProp","value","TabContext_exports","__export","TabContext","TabTriggerMapContext","TabsDescriptorsContext","TabsNavigatorContext","TabsStateContext","module","exports","import_react","require","createContext","type","preloadedRouteKeys","history","index","key","stale","routeNames","routes"],"sources":["../../../src/ui/TabContext.tsx"],"sourcesContent":[null],"mappings":";;;;;;;;;;;;;;;;;;;AAAA,IAAAA,YAAA,GAAAC,GAAA,IAAAC,WAAA,CAAAC,SAAA;EAAAC,KAAA;AAAA,IAAAH,GAAA;AAAA,IAAAI,kBAAA;AAAAC,QAAA,CAAAD,kBAAA;EAAAE,UAAA,EAAAA,CAAA,KAAAA,UAAA;EAAAC,oBAAA,EAAAA,CAAA,KAAAA,oBAAA;EAAAC,sBAAA,EAAAA,CAAA,KAAAA,sBAAA;EAAAC,oBAAA,EAAAA,CAAA,KAAAA,oBAAA;EAAAC,gBAAA,EAAAA,CAAA,KAAAA;AAAA;AAWAC,MAAA,CAAAC,OAAA,GAAAb,YAA8B,CAAAK,kBAAA;AA2EvB,IAAAS,YAAM,GAAAC,OAAa;EAAAR,UAAA,kBAIb,IAAAO,YAAA,CAAuBE,aAAA;EAAAR,oBAIvB,sBAAyBM,YAAA,CAAAE,aAAA,EAAgD,CAAC;EAI1EP,sBAAA,kBAAuB,IAAAK,YAAqD,CAAIE,aAIhF;EAAAN,oBAAmB,kBAAyC,IAAAI,YAAA,CAAAE,aAAA;EAAAL,gBAAA,sBAAAG,YAAA,CAAAE,aAAA;IACvEC,IAAA,EAAM;IACNC,kBAAA,EAAoB,EAAC;IACrBC,OAAA,EAAS,EAAC;IACVC,KAAA,EAAO;IACPC,GAAA,EAAK;IACLC,KAAA,EAAO;IACPC,UAAA,EAAY,EAAC;IACbC,MAAA,EAAQ;EACV,CAAC","ignoreList":[]}
@@ -0,0 +1,52 @@
1
+ var __defProp = Object.defineProperty;
2
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
3
+ var __getOwnPropNames = Object.getOwnPropertyNames;
4
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
5
+ var __export = (target, all) => {
6
+ for (var name in all) __defProp(target, name, {
7
+ get: all[name],
8
+ enumerable: !0
9
+ });
10
+ },
11
+ __copyProps = (to, from, except, desc) => {
12
+ if (from && typeof from == "object" || typeof from == "function") for (let key of __getOwnPropNames(from)) !__hasOwnProp.call(to, key) && key !== except && __defProp(to, key, {
13
+ get: () => from[key],
14
+ enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable
15
+ });
16
+ return to;
17
+ };
18
+ var __toCommonJS = mod => __copyProps(__defProp({}, "__esModule", {
19
+ value: !0
20
+ }), mod);
21
+ var TabList_exports = {};
22
+ __export(TabList_exports, {
23
+ TabList: () => TabList,
24
+ isTabList: () => isTabList
25
+ });
26
+ module.exports = __toCommonJS(TabList_exports);
27
+ var import_react_native = require("react-native-web"),
28
+ import_common = require("./common.cjs"),
29
+ import_jsx_runtime = require("react/jsx-runtime");
30
+ function TabList({
31
+ asChild,
32
+ style,
33
+ ...props
34
+ }) {
35
+ return /* @__PURE__ */(0, import_jsx_runtime.jsx)(asChild ? import_common.ViewSlot : import_react_native.View, {
36
+ style: [styles.tabList, style],
37
+ ...props
38
+ });
39
+ }
40
+ function isTabList(child) {
41
+ return child.type === TabList;
42
+ }
43
+ const styles = import_react_native.StyleSheet.create({
44
+ tabList: {
45
+ flexDirection: "row",
46
+ justifyContent: "space-between"
47
+ },
48
+ tabTrigger: {
49
+ flexDirection: "row",
50
+ justifyContent: "space-between"
51
+ }
52
+ });
@@ -0,0 +1,38 @@
1
+ var __defProp = Object.defineProperty;
2
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
3
+ var __getOwnPropNames = Object.getOwnPropertyNames;
4
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
5
+ var __export = (target, all) => {
6
+ for (var name in all)
7
+ __defProp(target, name, { get: all[name], enumerable: !0 });
8
+ }, __copyProps = (to, from, except, desc) => {
9
+ if (from && typeof from == "object" || typeof from == "function")
10
+ for (let key of __getOwnPropNames(from))
11
+ !__hasOwnProp.call(to, key) && key !== except && __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
12
+ return to;
13
+ };
14
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: !0 }), mod);
15
+ var TabList_exports = {};
16
+ __export(TabList_exports, {
17
+ TabList: () => TabList,
18
+ isTabList: () => isTabList
19
+ });
20
+ module.exports = __toCommonJS(TabList_exports);
21
+ var import_react_native = require("react-native-web"), import_common = require("./common"), import_jsx_runtime = require("react/jsx-runtime");
22
+ function TabList({ asChild, style, ...props }) {
23
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(asChild ? import_common.ViewSlot : import_react_native.View, { style: [styles.tabList, style], ...props });
24
+ }
25
+ function isTabList(child) {
26
+ return child.type === TabList;
27
+ }
28
+ const styles = import_react_native.StyleSheet.create({
29
+ tabList: {
30
+ flexDirection: "row",
31
+ justifyContent: "space-between"
32
+ },
33
+ tabTrigger: {
34
+ flexDirection: "row",
35
+ justifyContent: "space-between"
36
+ }
37
+ });
38
+ //# sourceMappingURL=TabList.js.map
@@ -0,0 +1,6 @@
1
+ {
2
+ "version": 3,
3
+ "sources": ["../../../src/ui/TabList.tsx"],
4
+ "mappings": ";;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AACA,0BAAiD,yBAEjD,gBAAyB,qBAsBhB;AAFF,SAAS,QAAQ,EAAE,SAAS,OAAO,GAAG,MAAM,GAAiB;AAElE,SAAO,4CADM,UAAU,yBAAW,0BAC1B,EAAK,OAAO,CAAC,OAAO,SAAS,KAAK,GAAI,GAAG,OAAO;AAC1D;AAKO,SAAS,UACd,OACuD;AACvD,SAAO,MAAM,SAAS;AACxB;AAEA,MAAM,SAAS,+BAAW,OAAO;AAAA,EAC/B,SAAS;AAAA,IACP,eAAe;AAAA,IACf,gBAAgB;AAAA,EAClB;AAAA,EACA,YAAY;AAAA,IACV,eAAe;AAAA,IACf,gBAAgB;AAAA,EAClB;AACF,CAAC;",
5
+ "names": []
6
+ }
@@ -0,0 +1,57 @@
1
+ "use strict";
2
+
3
+ var __defProp = Object.defineProperty;
4
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
5
+ var __getOwnPropNames = Object.getOwnPropertyNames;
6
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
7
+ var __export = (target, all) => {
8
+ for (var name in all) __defProp(target, name, {
9
+ get: all[name],
10
+ enumerable: !0
11
+ });
12
+ },
13
+ __copyProps = (to, from, except, desc) => {
14
+ if (from && typeof from == "object" || typeof from == "function") for (let key of __getOwnPropNames(from)) !__hasOwnProp.call(to, key) && key !== except && __defProp(to, key, {
15
+ get: () => from[key],
16
+ enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable
17
+ });
18
+ return to;
19
+ };
20
+ var __toCommonJS = mod => __copyProps(__defProp({}, "__esModule", {
21
+ value: !0
22
+ }), mod);
23
+ var TabList_exports = {};
24
+ __export(TabList_exports, {
25
+ TabList: () => TabList,
26
+ isTabList: () => isTabList
27
+ });
28
+ module.exports = __toCommonJS(TabList_exports);
29
+ var import_jsx_runtime = require("react/jsx-runtime"),
30
+ import_react_native = require("react-native"),
31
+ import_common = require("./common.native.js");
32
+ function TabList(param) {
33
+ var {
34
+ asChild,
35
+ style,
36
+ ...props
37
+ } = param,
38
+ Comp = asChild ? import_common.ViewSlot : import_react_native.View;
39
+ return /* @__PURE__ */(0, import_jsx_runtime.jsx)(Comp, {
40
+ style: [styles.tabList, style],
41
+ ...props
42
+ });
43
+ }
44
+ function isTabList(child) {
45
+ return child.type === TabList;
46
+ }
47
+ var styles = import_react_native.StyleSheet.create({
48
+ tabList: {
49
+ flexDirection: "row",
50
+ justifyContent: "space-between"
51
+ },
52
+ tabTrigger: {
53
+ flexDirection: "row",
54
+ justifyContent: "space-between"
55
+ }
56
+ });
57
+ //# sourceMappingURL=TabList.native.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":["__toCommonJS","mod","__copyProps","__defProp","value","TabList_exports","__export","TabList","isTabList","module","exports","import_jsx_runtime","require","import_react_native","import_common","param","asChild","style","props","Comp","ViewSlot","View","jsx","styles","tabList","child","type","StyleSheet","create"],"sources":["../../../src/ui/TabList.tsx"],"sourcesContent":[null],"mappings":";;;;;;;;;;;;;;;;;;;AAAA,IAAAA,YAAA,GAAAC,GAAA,IAAAC,WAAA,CAAAC,SAAA;EAAAC,KAAA;AAAA,IAAAH,GAAA;AAAA,IAAAI,eAAA;AAAAC,QAAA,CAAAD,eAAA;EAAAE,OAAA,EAAAA,CAAA,KAAAA,OAAA;EAAAC,SAAA,EAAAA,CAAA,KAAAA;AAAA;AACAC,MAAA,CAAAC,OAAA,GAAAV,YAAiD,CAAAK,eAAA;AAsB1C,IAAAM,kBAAmB,GAAAC,OAAS,oBAAiC;EAAAC,mBAAA,GAAAD,OAAA;EAAAE,aAAA,GAAAF,OAAA;AAElE,SAAOL,QAAAQ,KAAA;EACT;MAAAC,OAAA;MAAAC,KAAA;MAAA,GAAAC;IAAA,IAAAH,KAAA;IAAAI,IAAA,GAAAH,OAAA,GAAAF,aAAA,CAAAM,QAAA,GAAAP,mBAAA,CAAAQ,IAAA;EAKO,OAAS,eACd,CACuD,GAAAV,kBAAA,CAAAW,GAAA,EAAAH,IAAA;IACvDF,KAAO,GACTM,MAAA,CAAAC,OAAA,EAEMP,KAAA,CACJ;IACE,GAAAC;EAAe,EACf;AAAgB;AAClB,SACAV,SAAYA,CAAAiB,KAAA;EAAA,OACVA,KAAA,CAAAC,IAAe,KAAAnB,OAAA;AAAA;AACC,IAClBgB,MAAA,GAAAV,mBAAA,CAAAc,UAAA,CAAAC,MAAA;EACDJ,OAAA","ignoreList":[]}
@@ -0,0 +1,47 @@
1
+ var __defProp = Object.defineProperty;
2
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
3
+ var __getOwnPropNames = Object.getOwnPropertyNames;
4
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
5
+ var __export = (target, all) => {
6
+ for (var name in all) __defProp(target, name, {
7
+ get: all[name],
8
+ enumerable: !0
9
+ });
10
+ },
11
+ __copyProps = (to, from, except, desc) => {
12
+ if (from && typeof from == "object" || typeof from == "function") for (let key of __getOwnPropNames(from)) !__hasOwnProp.call(to, key) && key !== except && __defProp(to, key, {
13
+ get: () => from[key],
14
+ enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable
15
+ });
16
+ return to;
17
+ };
18
+ var __toCommonJS = mod => __copyProps(__defProp({}, "__esModule", {
19
+ value: !0
20
+ }), mod);
21
+ var TabRouter_exports = {};
22
+ __export(TabRouter_exports, {
23
+ ExpoTabRouter: () => ExpoTabRouter
24
+ });
25
+ module.exports = __toCommonJS(TabRouter_exports);
26
+ var import_native = require("@react-navigation/native");
27
+ function ExpoTabRouter(options) {
28
+ const rnTabRouter = (0, import_native.TabRouter)(options);
29
+ return {
30
+ ...rnTabRouter,
31
+ getStateForAction(state, action, options2) {
32
+ if (action.type !== "JUMP_TO") return rnTabRouter.getStateForAction(state, action, options2);
33
+ const route = state.routes.find(route2 => route2.name === action.payload.name);
34
+ if (!route) return null;
35
+ let shouldReset = !state.history.some(item => item.key === route?.key) && !route.state;
36
+ return !shouldReset && "resetOnFocus" in action.payload && action.payload.resetOnFocus && (shouldReset = state.routes[state.index].key !== route.key), shouldReset ? (options2.routeParamList[route.name] = {
37
+ ...options2.routeParamList[route.name]
38
+ }, state = {
39
+ ...state,
40
+ routes: state.routes.map(r => r.key !== route.key ? r : {
41
+ ...r,
42
+ state: void 0
43
+ })
44
+ }, rnTabRouter.getStateForAction(state, action, options2)) : rnTabRouter.getStateForRouteFocus(state, route.key);
45
+ }
46
+ };
47
+ }
@@ -0,0 +1,41 @@
1
+ var __defProp = Object.defineProperty;
2
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
3
+ var __getOwnPropNames = Object.getOwnPropertyNames;
4
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
5
+ var __export = (target, all) => {
6
+ for (var name in all)
7
+ __defProp(target, name, { get: all[name], enumerable: !0 });
8
+ }, __copyProps = (to, from, except, desc) => {
9
+ if (from && typeof from == "object" || typeof from == "function")
10
+ for (let key of __getOwnPropNames(from))
11
+ !__hasOwnProp.call(to, key) && key !== except && __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
12
+ return to;
13
+ };
14
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: !0 }), mod);
15
+ var TabRouter_exports = {};
16
+ __export(TabRouter_exports, {
17
+ ExpoTabRouter: () => ExpoTabRouter
18
+ });
19
+ module.exports = __toCommonJS(TabRouter_exports);
20
+ var import_native = require("@react-navigation/native");
21
+ function ExpoTabRouter(options) {
22
+ const rnTabRouter = (0, import_native.TabRouter)(options);
23
+ return {
24
+ ...rnTabRouter,
25
+ getStateForAction(state, action, options2) {
26
+ if (action.type !== "JUMP_TO")
27
+ return rnTabRouter.getStateForAction(state, action, options2);
28
+ const route = state.routes.find((route2) => route2.name === action.payload.name);
29
+ if (!route)
30
+ return null;
31
+ let shouldReset = !state.history.some((item) => item.key === route?.key) && !route.state;
32
+ return !shouldReset && "resetOnFocus" in action.payload && action.payload.resetOnFocus && (shouldReset = state.routes[state.index].key !== route.key), shouldReset ? (options2.routeParamList[route.name] = {
33
+ ...options2.routeParamList[route.name]
34
+ }, state = {
35
+ ...state,
36
+ routes: state.routes.map((r) => r.key !== route.key ? r : { ...r, state: void 0 })
37
+ }, rnTabRouter.getStateForAction(state, action, options2)) : rnTabRouter.getStateForRouteFocus(state, route.key);
38
+ }
39
+ };
40
+ }
41
+ //# sourceMappingURL=TabRouter.js.map
@@ -0,0 +1,6 @@
1
+ {
2
+ "version": 3,
3
+ "sources": ["../../../src/ui/TabRouter.tsx"],
4
+ "mappings": ";;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,oBAQO;AAsBA,SAAS,cAAc,SAA+B;AAC3D,QAAM,kBAAc,cAAAA,WAAY,OAAO;AA8CvC,SAzCI;AAAA,IACF,GAAG;AAAA,IACH,kBAAkB,OAAO,QAAQC,UAAS;AACxC,UAAI,OAAO,SAAS;AAClB,eAAO,YAAY,kBAAkB,OAAO,QAAQA,QAAO;AAG7D,YAAM,QAAQ,MAAM,OAAO,KAAK,CAACC,WAAUA,OAAM,SAAS,OAAO,QAAQ,IAAI;AAE7E,UAAI,CAAC;AAEH,eAAO;AAIT,UAAI,cAAc,CAAC,MAAM,QAAQ,KAAK,CAAC,SAAS,KAAK,QAAQ,OAAO,GAAG,KAAK,CAAC,MAAM;AAMnF,aAJI,CAAC,eAAe,kBAAkB,OAAO,WAAW,OAAO,QAAQ,iBACrE,cAAc,MAAM,OAAO,MAAM,KAAK,EAAE,QAAQ,MAAM,MAGpD,eACFD,SAAQ,eAAe,MAAM,IAAI,IAAI;AAAA,QACnC,GAAGA,SAAQ,eAAe,MAAM,IAAI;AAAA,MACtC,GACA,QAAQ;AAAA,QACN,GAAG;AAAA,QACH,QAAQ,MAAM,OAAO,IAAI,CAAC,MACpB,EAAE,QAAQ,MAAM,MACX,IAEF,EAAE,GAAG,GAAG,OAAO,OAAU,CACjC;AAAA,MACH,GACO,YAAY,kBAAkB,OAAO,QAAQA,QAAO,KAEpD,YAAY,sBAAsB,OAAO,MAAM,GAAG;AAAA,IAE7D;AAAA,EACF;AAGF;",
5
+ "names": ["RNTabRouter", "options", "route"]
6
+ }
@@ -0,0 +1,57 @@
1
+ "use strict";
2
+
3
+ var __defProp = Object.defineProperty;
4
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
5
+ var __getOwnPropNames = Object.getOwnPropertyNames;
6
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
7
+ var __export = (target, all) => {
8
+ for (var name in all) __defProp(target, name, {
9
+ get: all[name],
10
+ enumerable: !0
11
+ });
12
+ },
13
+ __copyProps = (to, from, except, desc) => {
14
+ if (from && typeof from == "object" || typeof from == "function") for (let key of __getOwnPropNames(from)) !__hasOwnProp.call(to, key) && key !== except && __defProp(to, key, {
15
+ get: () => from[key],
16
+ enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable
17
+ });
18
+ return to;
19
+ };
20
+ var __toCommonJS = mod => __copyProps(__defProp({}, "__esModule", {
21
+ value: !0
22
+ }), mod);
23
+ var TabRouter_exports = {};
24
+ __export(TabRouter_exports, {
25
+ ExpoTabRouter: () => ExpoTabRouter
26
+ });
27
+ module.exports = __toCommonJS(TabRouter_exports);
28
+ var import_native = require("@react-navigation/native");
29
+ function ExpoTabRouter(options) {
30
+ var rnTabRouter = (0, import_native.TabRouter)(options),
31
+ router = {
32
+ ...rnTabRouter,
33
+ getStateForAction(state, action, options2) {
34
+ if (action.type !== "JUMP_TO") return rnTabRouter.getStateForAction(state, action, options2);
35
+ var route = state.routes.find(function (route2) {
36
+ return route2.name === action.payload.name;
37
+ });
38
+ if (!route) return null;
39
+ var shouldReset = !state.history.some(function (item) {
40
+ return item.key === route?.key;
41
+ }) && !route.state;
42
+ return !shouldReset && "resetOnFocus" in action.payload && action.payload.resetOnFocus && (shouldReset = state.routes[state.index].key !== route.key), shouldReset ? (options2.routeParamList[route.name] = {
43
+ ...options2.routeParamList[route.name]
44
+ }, state = {
45
+ ...state,
46
+ routes: state.routes.map(function (r) {
47
+ return r.key !== route.key ? r : {
48
+ ...r,
49
+ state: void 0
50
+ };
51
+ })
52
+ }, rnTabRouter.getStateForAction(state, action, options2)) : rnTabRouter.getStateForRouteFocus(state, route.key);
53
+ }
54
+ };
55
+ return router;
56
+ }
57
+ //# sourceMappingURL=TabRouter.native.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":["__toCommonJS","mod","__copyProps","__defProp","value","TabRouter_exports","__export","ExpoTabRouter","module","exports","import_native","require","options","rnTabRouter","TabRouter","router","getStateForAction","state","action","options2","type","route","routes","find","route2","name","payload","shouldReset","history","some","item","key","resetOnFocus","index","routeParamList","map","r"],"sources":["../../../src/ui/TabRouter.tsx"],"sourcesContent":[null],"mappings":";;;;;;;;;;;;;;;;;;;AAAA,IAAAA,YAAA,GAAAC,GAAA,IAAAC,WAAA,CAAAC,SAAA;EAAAC,KAAA;AAAA,IAAAH,GAAA;AAAA,IAAAI,iBAAA;AAAAC,QAAA,CAAAD,iBAAA;EAAAE,aAAA,EAAAA,CAAA,KAAAA;AAAA;AAAAC,MAAA,CAAAC,OAAA,GAAAT,YAQO,CAAAK,iBAAA;AAsBA,IAAAK,aAAS,GAAAC,OAAc,2BAA+B;AAC3D,SAAMJ,cAAAK,OAAc;EA8CpB,IAAAC,WAzCI,OAAAH,aAAA,CAAAI,SAAA,EAAAF,OAAA;IAAAG,MAAA;MACF,GAAGF,WAAA;MACHG,kBAAkBC,KAAA,EAAOC,MAAA,EAAQC,QAAA,EAAS;QACxC,IAAID,MAAA,CAAOE,IAAA,KAAS,WAClB,OAAOP,WAAA,CAAYG,iBAAA,CAAkBC,KAAA,EAAOC,MAAA,EAAQC,QAAO;QAG7D,IAAAE,KAAM,GAAAJ,KAAQ,CAAAK,MAAM,CAAAC,IAAO,WAAMC,MAAU;UAE3C,OAAKA,MAAA,CAAAC,IAAA,KAAAP,MAAA,CAAAQ,OAAA,CAAAD,IAAA;QAEH;QAIF,IAAI,CAAAJ,KAAA,EAMJ,OAJK;QAKkC,IACnCM,WAAW,IAAAV,KAAA,CAAAW,OAAe,CAAAC,IAAM,WAAIC,IAAA;UACtC,OACAA,IAAQ,CAAAC,GAAA,KAAAV,KAAA,EAAAU,GAAA;QAAA,EACN,IAAG,CAAAV,KAAA,CAAAJ,KAAA;QAAA,OACH,CAAAU,WAAc,IAAO,cACb,IAAAT,MAAQ,CAAAQ,OAAM,IACXR,MAEG,CAAAQ,OAAG,CAAAM,YAChB,KAAAL,WAAA,GAAAV,KAAA,CAAAK,MAAA,CAAAL,KAAA,CAAAgB,KAAA,EAAAF,GAAA,KAAAV,KAAA,CAAAU,GAAA,GAAAJ,WAAA,IAAAR,QAAA,CAAAe,cAAA,CAAAb,KAAA,CAAAI,IAAA;UACH,GACON,QAAA,CAAAe,cAAY,CAAAb,KAAkB,CAAAI,IAAA;QAIzC,GAAAR,KAAA;UACF,GAAAA,KAAA;UAGFK,MAAA,EAAAL,KAAA,CAAAK,MAAA,CAAAa,GAAA,WAAAC,CAAA","ignoreList":[]}