@flighthq/input 0.5.0-next.1944.cd6b6e7 → 0.5.1-next.597.ab004dd
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.
- package/README.md +2 -2
- package/dist/index.d.ts +1 -1
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/inputManager.d.ts +19 -29
- package/dist/inputManager.d.ts.map +1 -1
- package/dist/inputManager.js +403 -287
- package/dist/inputManager.js.map +1 -1
- package/package.json +3 -3
- package/src/index.test.ts +27 -0
- package/src/inputManager.test.ts +414 -165
package/README.md
CHANGED
|
@@ -13,5 +13,5 @@ Import the supported application-facing API from `@flighthq/input`. The `@flight
|
|
|
13
13
|
This package is part of the locked-version Flight SDK graph. Applications may instead install and import `@flighthq/sdk` when package-level tree shaking is sufficient.
|
|
14
14
|
|
|
15
15
|
- [Flight project](https://github.com/flighthq/flight)
|
|
16
|
-
- [Source for @flighthq/input@0.5.
|
|
17
|
-
- [License](https://github.com/flighthq/flight/blob/
|
|
16
|
+
- [Source for @flighthq/input@0.5.1-next.597.ab004dd](https://github.com/flighthq/flight/tree/ab004ddc85b350cbd99a944e1e8108a016ae8af0/packages/input)
|
|
17
|
+
- [License](https://github.com/flighthq/flight/blob/ab004ddc85b350cbd99a944e1e8108a016ae8af0/LICENSE.md)
|
package/dist/index.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { applyGamepadAxisDeadZone, applyGamepadStickDeadZone, attachGamepadInput, attachKeyboardInput, attachPointerInput, attachRelativePointerInput, attachTextInput, attachWheelInput, connectInputStateToInputManager, createInputKeyRepeatTimer, createInputManager, createInputState, detachGamepadInput, detachKeyboardInput, detachPointerInput, detachRelativePointerInput, detachTextInput, detachWheelInput, endInputStateFrame,
|
|
1
|
+
export { applyGamepadAxisDeadZone, applyGamepadStickDeadZone, attachGamepadInput, attachKeyboardInput, attachPointerInput, attachRelativePointerInput, attachTextInput, attachWheelInput, connectInputStateToInputManager, createInputKeyRepeatTimer, createInputManager, createInputState, detachGamepadInput, detachKeyboardInput, detachPointerInput, detachRelativePointerInput, detachTextInput, detachWheelInput, endInputStateFrame, getCoalescedInputPointerEvents, getGamepadAxisName, getGamepadButtonName, getInputGamepadAxis, getKeyCodeFromDomKeyboardEvent, getKeyModifierFromDomKeyboardEvent, getMouseWheelModeFromDomWheelEvent, isInputGamepadButtonDown, isInputKeyDown, isInputPointerButtonDown, releaseInputPointerCapture, setInputPointerCapture, wasInputGamepadButtonPressed, wasInputGamepadButtonReleased, wasInputKeyPressed, wasInputKeyReleased, } from './contract';
|
|
2
2
|
//# sourceMappingURL=index.d.ts.map
|
package/dist/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,wBAAwB,EACxB,yBAAyB,EACzB,kBAAkB,EAClB,mBAAmB,EACnB,kBAAkB,EAClB,0BAA0B,EAC1B,eAAe,EACf,gBAAgB,EAChB,+BAA+B,EAC/B,yBAAyB,EACzB,kBAAkB,EAClB,gBAAgB,EAChB,kBAAkB,EAClB,mBAAmB,EACnB,kBAAkB,EAClB,0BAA0B,EAC1B,eAAe,EACf,gBAAgB,EAChB,kBAAkB,EAClB,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,wBAAwB,EACxB,yBAAyB,EACzB,kBAAkB,EAClB,mBAAmB,EACnB,kBAAkB,EAClB,0BAA0B,EAC1B,eAAe,EACf,gBAAgB,EAChB,+BAA+B,EAC/B,yBAAyB,EACzB,kBAAkB,EAClB,gBAAgB,EAChB,kBAAkB,EAClB,mBAAmB,EACnB,kBAAkB,EAClB,0BAA0B,EAC1B,eAAe,EACf,gBAAgB,EAChB,kBAAkB,EAClB,8BAA8B,EAC9B,kBAAkB,EAClB,oBAAoB,EACpB,mBAAmB,EACnB,8BAA8B,EAC9B,kCAAkC,EAClC,kCAAkC,EAClC,wBAAwB,EACxB,cAAc,EACd,wBAAwB,EACxB,0BAA0B,EAC1B,sBAAsB,EACtB,4BAA4B,EAC5B,6BAA6B,EAC7B,kBAAkB,EAClB,mBAAmB,GACpB,MAAM,YAAY,CAAC"}
|
package/dist/index.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { applyGamepadAxisDeadZone, applyGamepadStickDeadZone, attachGamepadInput, attachKeyboardInput, attachPointerInput, attachRelativePointerInput, attachTextInput, attachWheelInput, connectInputStateToInputManager, createInputKeyRepeatTimer, createInputManager, createInputState, detachGamepadInput, detachKeyboardInput, detachPointerInput, detachRelativePointerInput, detachTextInput, detachWheelInput, endInputStateFrame,
|
|
1
|
+
export { applyGamepadAxisDeadZone, applyGamepadStickDeadZone, attachGamepadInput, attachKeyboardInput, attachPointerInput, attachRelativePointerInput, attachTextInput, attachWheelInput, connectInputStateToInputManager, createInputKeyRepeatTimer, createInputManager, createInputState, detachGamepadInput, detachKeyboardInput, detachPointerInput, detachRelativePointerInput, detachTextInput, detachWheelInput, endInputStateFrame, getCoalescedInputPointerEvents, getGamepadAxisName, getGamepadButtonName, getInputGamepadAxis, getKeyCodeFromDomKeyboardEvent, getKeyModifierFromDomKeyboardEvent, getMouseWheelModeFromDomWheelEvent, isInputGamepadButtonDown, isInputKeyDown, isInputPointerButtonDown, releaseInputPointerCapture, setInputPointerCapture, wasInputGamepadButtonPressed, wasInputGamepadButtonReleased, wasInputKeyPressed, wasInputKeyReleased, } from './contract';
|
|
2
2
|
//# sourceMappingURL=index.js.map
|
package/dist/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,wBAAwB,EACxB,yBAAyB,EACzB,kBAAkB,EAClB,mBAAmB,EACnB,kBAAkB,EAClB,0BAA0B,EAC1B,eAAe,EACf,gBAAgB,EAChB,+BAA+B,EAC/B,yBAAyB,EACzB,kBAAkB,EAClB,gBAAgB,EAChB,kBAAkB,EAClB,mBAAmB,EACnB,kBAAkB,EAClB,0BAA0B,EAC1B,eAAe,EACf,gBAAgB,EAChB,kBAAkB,EAClB,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,wBAAwB,EACxB,yBAAyB,EACzB,kBAAkB,EAClB,mBAAmB,EACnB,kBAAkB,EAClB,0BAA0B,EAC1B,eAAe,EACf,gBAAgB,EAChB,+BAA+B,EAC/B,yBAAyB,EACzB,kBAAkB,EAClB,gBAAgB,EAChB,kBAAkB,EAClB,mBAAmB,EACnB,kBAAkB,EAClB,0BAA0B,EAC1B,eAAe,EACf,gBAAgB,EAChB,kBAAkB,EAClB,8BAA8B,EAC9B,kBAAkB,EAClB,oBAAoB,EACpB,mBAAmB,EACnB,8BAA8B,EAC9B,kCAAkC,EAClC,kCAAkC,EAClC,wBAAwB,EACxB,cAAc,EACd,wBAAwB,EACxB,0BAA0B,EAC1B,sBAAsB,EACtB,4BAA4B,EAC5B,6BAA6B,EAC7B,kBAAkB,EAClB,mBAAmB,GACpB,MAAM,YAAY,CAAC"}
|
package/dist/inputManager.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { AttachInputOptions, GamepadAxisKind, GamepadButtonKind, GamepadMappingKind, InputKeyRepeatOptions, InputKeyRepeatTimer, InputManager, InputPointerData, InputSignals, InputState, MouseWheelMode } from '@flighthq/types/contract';
|
|
1
|
+
import type { AttachInputOptions, GamepadAxisKind, GamepadButtonKind, GamepadMappingKind, InputIngressBackend, InputIngressSource, InputKeyRepeatOptions, InputKeyRepeatTimer, InputManager, InputPointerData, InputSignals, InputState, MouseWheelMode } from '@flighthq/types/contract';
|
|
2
2
|
/**
|
|
3
3
|
* Filters a single gamepad axis value through a simple dead zone.
|
|
4
4
|
* Values within `[-deadZone, deadZone]` are mapped to `0`; values outside
|
|
@@ -21,12 +21,12 @@ export declare function applyGamepadStickDeadZone(out: {
|
|
|
21
21
|
x: number;
|
|
22
22
|
y: number;
|
|
23
23
|
}, x: number, y: number, deadZone: number): void;
|
|
24
|
-
export declare function attachGamepadInput(manager: InputManager,
|
|
25
|
-
export declare function attachKeyboardInput(manager: InputManager,
|
|
26
|
-
export declare function attachPointerInput(manager: InputManager,
|
|
27
|
-
export declare function attachRelativePointerInput(manager: InputManager,
|
|
28
|
-
export declare function attachTextInput(manager: InputManager,
|
|
29
|
-
export declare function attachWheelInput(manager: InputManager,
|
|
24
|
+
export declare function attachGamepadInput(manager: InputManager, source: InputIngressSource, options?: Readonly<AttachInputOptions>): void;
|
|
25
|
+
export declare function attachKeyboardInput(manager: InputManager, source: InputIngressSource, options?: Readonly<AttachInputOptions>): void;
|
|
26
|
+
export declare function attachPointerInput(manager: InputManager, source: InputIngressSource, options?: Readonly<AttachInputOptions>): void;
|
|
27
|
+
export declare function attachRelativePointerInput(manager: InputManager, source: InputIngressSource, options?: Readonly<AttachInputOptions>): void;
|
|
28
|
+
export declare function attachTextInput(manager: InputManager, source: InputIngressSource, options?: Readonly<AttachInputOptions>): void;
|
|
29
|
+
export declare function attachWheelInput(manager: InputManager, source: InputIngressSource, options?: Readonly<AttachInputOptions>): void;
|
|
30
30
|
/**
|
|
31
31
|
* Subscribes `state` to all signals on `manager` to maintain a live held-state snapshot.
|
|
32
32
|
* Also tracks per-frame edge sets (`justPressedKeys`, `justReleasedKeys`,
|
|
@@ -65,12 +65,14 @@ export declare function createInputSignals(): InputSignals;
|
|
|
65
65
|
* logical frame to roll the edge sets.
|
|
66
66
|
*/
|
|
67
67
|
export declare function createInputState(): InputState;
|
|
68
|
-
|
|
69
|
-
export declare function
|
|
70
|
-
export declare function
|
|
71
|
-
export declare function
|
|
72
|
-
export declare function
|
|
73
|
-
export declare function
|
|
68
|
+
/** Explicit browser adapter for the process-wide input-ingress seam. */
|
|
69
|
+
export declare function createWebInputIngressBackend(): InputIngressBackend;
|
|
70
|
+
export declare function detachGamepadInput(manager: InputManager, source: InputIngressSource): void;
|
|
71
|
+
export declare function detachKeyboardInput(manager: InputManager, source: InputIngressSource): void;
|
|
72
|
+
export declare function detachPointerInput(manager: InputManager, source: InputIngressSource): void;
|
|
73
|
+
export declare function detachRelativePointerInput(manager: InputManager, source: InputIngressSource): void;
|
|
74
|
+
export declare function detachTextInput(manager: InputManager, source: InputIngressSource): void;
|
|
75
|
+
export declare function detachWheelInput(manager: InputManager, source: InputIngressSource): void;
|
|
74
76
|
/**
|
|
75
77
|
* Rolls the per-frame edge sets on `state`, clearing `justPressedKeys`,
|
|
76
78
|
* `justReleasedKeys`, `justPressedGamepadButtons`, and
|
|
@@ -78,11 +80,6 @@ export declare function detachWheelInput(manager: InputManager, element: HTMLEle
|
|
|
78
80
|
* frame (or input-poll cycle) to prepare the edge sets for the next frame.
|
|
79
81
|
*/
|
|
80
82
|
export declare function endInputStateFrame(state: InputState): void;
|
|
81
|
-
/**
|
|
82
|
-
* Exits pointer lock, returning the pointer to normal movement.
|
|
83
|
-
* No-op if pointer lock is not currently active.
|
|
84
|
-
*/
|
|
85
|
-
export declare function exitInputPointerLock(): void;
|
|
86
83
|
/**
|
|
87
84
|
* Returns coalesced pointer event data for a `pointermove` event, iterating
|
|
88
85
|
* over the high-frequency intermediate positions captured since the last
|
|
@@ -110,13 +107,11 @@ export declare function getGamepadButtonName(mapping: GamepadMappingKind, index:
|
|
|
110
107
|
* `gamepad` is the gamepad index; `axis` is the axis index.
|
|
111
108
|
*/
|
|
112
109
|
export declare function getInputGamepadAxis(state: Readonly<InputState>, gamepad: number, axis: number): number;
|
|
110
|
+
export declare function getInputIngressBackend(): InputIngressBackend;
|
|
113
111
|
export declare function getKeyCodeFromDomKeyboardEvent(event: Readonly<KeyboardEvent>): number;
|
|
114
112
|
export declare function getKeyModifierFromDomKeyboardEvent(event: Readonly<KeyboardEvent>): number;
|
|
115
113
|
export declare function getMouseWheelModeFromDomWheelEvent(event: Readonly<WheelEvent>): MouseWheelMode;
|
|
116
|
-
|
|
117
|
-
* Returns `true` if pointer lock is currently active on any element.
|
|
118
|
-
*/
|
|
119
|
-
export declare function hasInputPointerLock(): boolean;
|
|
114
|
+
export declare function installInputIngressHostBackend(backend: InputIngressBackend): void;
|
|
120
115
|
/**
|
|
121
116
|
* Returns `true` if the given gamepad button is currently held.
|
|
122
117
|
* `gamepad` is the gamepad index; `button` is the button index.
|
|
@@ -131,19 +126,14 @@ export declare function isInputKeyDown(state: Readonly<InputState>, keyCode: num
|
|
|
131
126
|
* `button` corresponds to `MouseEvent.button` (0 = primary, 1 = middle, 2 = secondary, …).
|
|
132
127
|
*/
|
|
133
128
|
export declare function isInputPointerButtonDown(state: Readonly<InputState>, pointerId: number, button: number): boolean;
|
|
134
|
-
export declare function pollGamepadInput(manager: InputManager): void;
|
|
135
129
|
/**
|
|
136
130
|
* Releases pointer capture for `pointerId` from `element`, allowing pointer
|
|
137
131
|
* events to fire on the element under the pointer again.
|
|
138
132
|
* No-op if `element` does not have capture for this pointer.
|
|
139
133
|
*/
|
|
140
134
|
export declare function releaseInputPointerCapture(element: HTMLElement, pointerId: number): void;
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
* resolves to `true` when lock is granted or `false` if the request is
|
|
144
|
-
* rejected (e.g. outside a user gesture, or the browser denies it).
|
|
145
|
-
*/
|
|
146
|
-
export declare function requestInputPointerLock(element: HTMLElement): Promise<boolean>;
|
|
135
|
+
export declare function resetInputIngressBackendForTest(): void;
|
|
136
|
+
export declare function setInputIngressBackend(backend: InputIngressBackend | null): void;
|
|
147
137
|
/**
|
|
148
138
|
* Explicitly captures all pointer events for `pointerId` to `element`,
|
|
149
139
|
* regardless of where the pointer moves. Useful for drag operations.
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"inputManager.d.ts","sourceRoot":"","sources":["../src/inputManager.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EACV,kBAAkB,EAClB,eAAe,EACf,iBAAiB,EACjB,kBAAkB,
|
|
1
|
+
{"version":3,"file":"inputManager.d.ts","sourceRoot":"","sources":["../src/inputManager.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EACV,kBAAkB,EAClB,eAAe,EACf,iBAAiB,EACjB,kBAAkB,EAIlB,mBAAmB,EAEnB,kBAAkB,EAElB,qBAAqB,EACrB,mBAAmB,EACnB,YAAY,EACZ,gBAAgB,EAChB,YAAY,EACZ,UAAU,EAEV,cAAc,EACf,MAAM,0BAA0B,CAAC;AAclC;;;;;GAKG;AACH,wBAAgB,wBAAwB,CAAC,KAAK,EAAE,MAAM,EAAE,QAAQ,EAAE,MAAM,GAAG,MAAM,CAMhF;AAED;;;;;;;;;;GAUG;AACH,wBAAgB,yBAAyB,CAAC,GAAG,EAAE;IAAE,CAAC,EAAE,MAAM,CAAC;IAAC,CAAC,EAAE,MAAM,CAAA;CAAE,EAAE,CAAC,EAAE,MAAM,EAAE,CAAC,EAAE,MAAM,EAAE,QAAQ,EAAE,MAAM,GAAG,IAAI,CAerH;AAED,wBAAgB,kBAAkB,CAChC,OAAO,EAAE,YAAY,EACrB,MAAM,EAAE,kBAAkB,EAC1B,OAAO,CAAC,EAAE,QAAQ,CAAC,kBAAkB,CAAC,GACrC,IAAI,CAGN;AAED,wBAAgB,mBAAmB,CACjC,OAAO,EAAE,YAAY,EACrB,MAAM,EAAE,kBAAkB,EAC1B,OAAO,CAAC,EAAE,QAAQ,CAAC,kBAAkB,CAAC,GACrC,IAAI,CAGN;AAED,wBAAgB,kBAAkB,CAChC,OAAO,EAAE,YAAY,EACrB,MAAM,EAAE,kBAAkB,EAC1B,OAAO,CAAC,EAAE,QAAQ,CAAC,kBAAkB,CAAC,GACrC,IAAI,CAGN;AAED,wBAAgB,0BAA0B,CACxC,OAAO,EAAE,YAAY,EACrB,MAAM,EAAE,kBAAkB,EAC1B,OAAO,CAAC,EAAE,QAAQ,CAAC,kBAAkB,CAAC,GACrC,IAAI,CAGN;AAED,wBAAgB,eAAe,CAC7B,OAAO,EAAE,YAAY,EACrB,MAAM,EAAE,kBAAkB,EAC1B,OAAO,CAAC,EAAE,QAAQ,CAAC,kBAAkB,CAAC,GACrC,IAAI,CAGN;AAED,wBAAgB,gBAAgB,CAC9B,OAAO,EAAE,YAAY,EACrB,MAAM,EAAE,kBAAkB,EAC1B,OAAO,CAAC,EAAE,QAAQ,CAAC,kBAAkB,CAAC,GACrC,IAAI,CAGN;AAED;;;;;;GAMG;AACH,wBAAgB,+BAA+B,CAAC,KAAK,EAAE,UAAU,EAAE,OAAO,EAAE,YAAY,GAAG,MAAM,IAAI,CAkGpG;AAED;;;;;;;;;;;;;;;;;;;GAmBG;AACH,wBAAgB,yBAAyB,CAAC,OAAO,EAAE,QAAQ,CAAC,qBAAqB,CAAC,GAAG,mBAAmB,CAqBvG;AAED,wBAAgB,kBAAkB,IAAI,YAAY,CAKjD;AAED,wBAAgB,kBAAkB,IAAI,YAAY,CAkBjD;AAED;;;;;GAKG;AACH,wBAAgB,gBAAgB,IAAI,UAAU,CAW7C;AAED,wEAAwE;AACxE,wBAAgB,4BAA4B,IAAI,mBAAmB,CAwNlE;AAED,wBAAgB,kBAAkB,CAAC,OAAO,EAAE,YAAY,EAAE,MAAM,EAAE,kBAAkB,GAAG,IAAI,CAE1F;AAED,wBAAgB,mBAAmB,CAAC,OAAO,EAAE,YAAY,EAAE,MAAM,EAAE,kBAAkB,GAAG,IAAI,CAE3F;AAED,wBAAgB,kBAAkB,CAAC,OAAO,EAAE,YAAY,EAAE,MAAM,EAAE,kBAAkB,GAAG,IAAI,CAE1F;AAED,wBAAgB,0BAA0B,CAAC,OAAO,EAAE,YAAY,EAAE,MAAM,EAAE,kBAAkB,GAAG,IAAI,CAElG;AAED,wBAAgB,eAAe,CAAC,OAAO,EAAE,YAAY,EAAE,MAAM,EAAE,kBAAkB,GAAG,IAAI,CAEvF;AAED,wBAAgB,gBAAgB,CAAC,OAAO,EAAE,YAAY,EAAE,MAAM,EAAE,kBAAkB,GAAG,IAAI,CAExF;AAED;;;;;GAKG;AACH,wBAAgB,kBAAkB,CAAC,KAAK,EAAE,UAAU,GAAG,IAAI,CAK1D;AAED;;;;;;;;GAQG;AACH,wBAAgB,8BAA8B,CAC5C,KAAK,EAAE,YAAY,EACnB,QAAQ,EAAE,CAAC,IAAI,EAAE,QAAQ,CAAC,gBAAgB,CAAC,KAAK,IAAI,GACnD,IAAI,CAWN;AAED;;;;GAIG;AACH,wBAAgB,kBAAkB,CAAC,OAAO,EAAE,kBAAkB,EAAE,KAAK,EAAE,MAAM,GAAG,eAAe,GAAG,IAAI,CAGrG;AAED;;;;GAIG;AACH,wBAAgB,oBAAoB,CAAC,OAAO,EAAE,kBAAkB,EAAE,KAAK,EAAE,MAAM,GAAG,iBAAiB,GAAG,IAAI,CAGzG;AAED;;;GAGG;AACH,wBAAgB,mBAAmB,CAAC,KAAK,EAAE,QAAQ,CAAC,UAAU,CAAC,EAAE,OAAO,EAAE,MAAM,EAAE,IAAI,EAAE,MAAM,GAAG,MAAM,CAEtG;AAED,wBAAgB,sBAAsB,IAAI,mBAAmB,CAE5D;AAED,wBAAgB,8BAA8B,CAAC,KAAK,EAAE,QAAQ,CAAC,aAAa,CAAC,GAAG,MAAM,CAKrF;AAED,wBAAgB,kCAAkC,CAAC,KAAK,EAAE,QAAQ,CAAC,aAAa,CAAC,GAAG,MAAM,CAgBzF;AAED,wBAAgB,kCAAkC,CAAC,KAAK,EAAE,QAAQ,CAAC,UAAU,CAAC,GAAG,cAAc,CAK9F;AAGD,wBAAgB,8BAA8B,CAAC,OAAO,EAAE,mBAAmB,GAAG,IAAI,CAEjF;AAED;;;GAGG;AACH,wBAAgB,wBAAwB,CAAC,KAAK,EAAE,QAAQ,CAAC,UAAU,CAAC,EAAE,OAAO,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,GAAG,OAAO,CAE9G;AAED;;GAEG;AACH,wBAAgB,cAAc,CAAC,KAAK,EAAE,QAAQ,CAAC,UAAU,CAAC,EAAE,OAAO,EAAE,MAAM,GAAG,OAAO,CAEpF;AAED;;;GAGG;AACH,wBAAgB,wBAAwB,CAAC,KAAK,EAAE,QAAQ,CAAC,UAAU,CAAC,EAAE,SAAS,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,GAAG,OAAO,CAEhH;AAED;;;;GAIG;AACH,wBAAgB,0BAA0B,CAAC,OAAO,EAAE,WAAW,EAAE,SAAS,EAAE,MAAM,GAAG,IAAI,CAMxF;AAED,wBAAgB,+BAA+B,IAAI,IAAI,CAGtD;AAED,wBAAgB,sBAAsB,CAAC,OAAO,EAAE,mBAAmB,GAAG,IAAI,GAAG,IAAI,CAEhF;AAED;;;;GAIG;AACH,wBAAgB,sBAAsB,CAAC,OAAO,EAAE,WAAW,EAAE,SAAS,EAAE,MAAM,GAAG,IAAI,CAEpF;AAED;;;;GAIG;AACH,wBAAgB,4BAA4B,CAAC,KAAK,EAAE,QAAQ,CAAC,UAAU,CAAC,EAAE,OAAO,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,GAAG,OAAO,CAElH;AAED;;;;GAIG;AACH,wBAAgB,6BAA6B,CAAC,KAAK,EAAE,QAAQ,CAAC,UAAU,CAAC,EAAE,OAAO,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,GAAG,OAAO,CAEnH;AAED;;;GAGG;AACH,wBAAgB,kBAAkB,CAAC,KAAK,EAAE,QAAQ,CAAC,UAAU,CAAC,EAAE,OAAO,EAAE,MAAM,GAAG,OAAO,CAExF;AAED;;;GAGG;AACH,wBAAgB,mBAAmB,CAAC,KAAK,EAAE,QAAQ,CAAC,UAAU,CAAC,EAAE,OAAO,EAAE,MAAM,GAAG,OAAO,CAEzF"}
|