- 37개 파일 IP → zioinfo.co.kr 치환 (소스/매뉴얼/설정/하네스) - Manager DrConsole/NetworkConsole/CsapConsole 빌드 + /var/www/manager/ 배포 - 테스트: Manager HTTP 200, ITSM 신규 API 7개 전체 200 Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
38 lines
1.1 KiB
JavaScript
38 lines
1.1 KiB
JavaScript
"use strict";
|
|
|
|
Object.defineProperty(exports, "__esModule", {
|
|
value: true
|
|
});
|
|
exports.DefaultScreenDimensions = exports.DefaultEvent = exports.AnimationForGesture = void 0;
|
|
var _reactNativeReanimated = require("react-native-reanimated");
|
|
const DefaultEvent = exports.DefaultEvent = {
|
|
absoluteX: 0,
|
|
absoluteY: 0,
|
|
handlerTag: 0,
|
|
numberOfPointers: 0,
|
|
state: 0,
|
|
translationX: 0,
|
|
translationY: 0,
|
|
velocityX: 0,
|
|
velocityY: 0,
|
|
x: 0,
|
|
y: 0
|
|
};
|
|
const DefaultScreenDimensions = exports.DefaultScreenDimensions = {
|
|
width: 0,
|
|
height: 0,
|
|
x: 0,
|
|
y: 0,
|
|
pageX: 0,
|
|
pageY: 0
|
|
};
|
|
const AnimationForGesture = exports.AnimationForGesture = {
|
|
swipeRight: _reactNativeReanimated.ScreenTransition.SwipeRight,
|
|
swipeLeft: _reactNativeReanimated.ScreenTransition.SwipeLeft,
|
|
swipeDown: _reactNativeReanimated.ScreenTransition.SwipeDown,
|
|
swipeUp: _reactNativeReanimated.ScreenTransition.SwipeUp,
|
|
horizontalSwipe: _reactNativeReanimated.ScreenTransition.Horizontal,
|
|
verticalSwipe: _reactNativeReanimated.ScreenTransition.Vertical,
|
|
twoDimensionalSwipe: _reactNativeReanimated.ScreenTransition.TwoDimensional
|
|
};
|
|
//# sourceMappingURL=defaults.js.map
|