UNPKG

neos-script

Version:

[neos-script-sample](https://github.com/rheniumNV/neos-script-sample)

23 lines (22 loc) 4.56 kB
"use strict"; var __assign = (this && this.__assign) || function () { __assign = Object.assign || function(t) { for (var s, i = 1, n = arguments.length; i < n; i++) { s = arguments[i]; for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p]; } return t; }; return __assign.apply(this, arguments); }; Object.defineProperty(exports, "__esModule", { value: true }); exports.ImageImportDialog = void 0; var jsx_runtime_1 = require("neos-script/jsx-runtime"); var core_1 = require("../../core"); function ImageImportDialog(props) { var id = props.id, persistentId = props.persistentId, updateOrder = props.updateOrder, Enabled = props.Enabled, swapPanel = props.swapPanel, path = props.path, _projection = props._projection, _layout = props._layout, _screenshot = props._screenshot, _lut = props._lut; return ((0, jsx_runtime_1.jsxs)(core_1.Component, __assign({ type: "FrooxEngine.ImageImportDialog", id: id, persistentId: persistentId, updateOrder: updateOrder }, { children: [(0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.Sync`1[System.Boolean]", name: "Enabled", id: typeof Enabled === "object" && "id" in Enabled ? Enabled === null || Enabled === void 0 ? void 0 : Enabled.id : undefined, value: typeof Enabled === "object" && "value" in Enabled ? Enabled === null || Enabled === void 0 ? void 0 : Enabled.value : Enabled !== null && Enabled !== void 0 ? Enabled : true, isRaw: typeof Enabled === "object" && "isRaw" in Enabled && Enabled.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.SyncRef`1[FrooxEngine.NeosSwapCanvasPanel]", name: "swapPanel", id: typeof swapPanel === "object" && "id" in swapPanel ? swapPanel === null || swapPanel === void 0 ? void 0 : swapPanel.id : undefined, value: typeof swapPanel === "object" && "value" in swapPanel ? swapPanel === null || swapPanel === void 0 ? void 0 : swapPanel.value : swapPanel, isRaw: typeof swapPanel === "object" && "isRaw" in swapPanel && swapPanel.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.SyncDelegateList`1[System.Action`1[FrooxEngine.UIX.UIBuilder]]", name: "path", id: typeof path === "object" && "id" in path ? path === null || path === void 0 ? void 0 : path.id : undefined, value: typeof path === "object" && "value" in path ? path === null || path === void 0 ? void 0 : path.value : path, isRaw: typeof path === "object" && "isRaw" in path && path.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.Sync`1[FrooxEngine.ImageProjection]", name: "_projection", id: typeof _projection === "object" && "id" in _projection ? _projection === null || _projection === void 0 ? void 0 : _projection.id : undefined, value: typeof _projection === "object" && "value" in _projection ? _projection === null || _projection === void 0 ? void 0 : _projection.value : _projection, isRaw: typeof _projection === "object" && "isRaw" in _projection && _projection.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.Sync`1[FrooxEngine.StereoLayout]", name: "_layout", id: typeof _layout === "object" && "id" in _layout ? _layout === null || _layout === void 0 ? void 0 : _layout.id : undefined, value: typeof _layout === "object" && "value" in _layout ? _layout === null || _layout === void 0 ? void 0 : _layout.value : _layout, isRaw: typeof _layout === "object" && "isRaw" in _layout && _layout.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.Sync`1[System.Boolean]", name: "_screenshot", id: typeof _screenshot === "object" && "id" in _screenshot ? _screenshot === null || _screenshot === void 0 ? void 0 : _screenshot.id : undefined, value: typeof _screenshot === "object" && "value" in _screenshot ? _screenshot === null || _screenshot === void 0 ? void 0 : _screenshot.value : _screenshot, isRaw: typeof _screenshot === "object" && "isRaw" in _screenshot && _screenshot.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.Sync`1[System.Boolean]", name: "_lut", id: typeof _lut === "object" && "id" in _lut ? _lut === null || _lut === void 0 ? void 0 : _lut.id : undefined, value: typeof _lut === "object" && "value" in _lut ? _lut === null || _lut === void 0 ? void 0 : _lut.value : _lut, isRaw: typeof _lut === "object" && "isRaw" in _lut && _lut.isRaw ? true : undefined })] }))); } exports.ImageImportDialog = ImageImportDialog; ;