UNPKG

neos-script

Version:

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

23 lines (22 loc) 7.45 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.NeosLogoMenuProgress = void 0; var jsx_runtime_1 = require("neos-script/jsx-runtime"); var core_1 = require("../../core"); function NeosLogoMenuProgress(props) { var id = props.id, persistentId = props.persistentId, updateOrder = props.updateOrder, Enabled = props.Enabled, Radius = props.Radius, InnerBeginRadius = props.InnerBeginRadius, InnerEndRadius = props.InnerEndRadius, ProgressTextSizeRatio = props.ProgressTextSizeRatio, DetailTextSizeRatio = props.DetailTextSizeRatio, RotationSpeed = props.RotationSpeed, _menu = props._menu, _progressText = props._progressText, _detailText = props._detailText, _itemOffsets = props._itemOffsets; return ((0, jsx_runtime_1.jsxs)(core_1.Component, __assign({ type: "FrooxEngine.NeosLogoMenuProgress", 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.Sync`1[System.Single]", name: "Radius", id: typeof Radius === "object" && "id" in Radius ? Radius === null || Radius === void 0 ? void 0 : Radius.id : undefined, value: typeof Radius === "object" && "value" in Radius ? Radius === null || Radius === void 0 ? void 0 : Radius.value : Radius, isRaw: typeof Radius === "object" && "isRaw" in Radius && Radius.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.Sync`1[System.Single]", name: "InnerBeginRadius", id: typeof InnerBeginRadius === "object" && "id" in InnerBeginRadius ? InnerBeginRadius === null || InnerBeginRadius === void 0 ? void 0 : InnerBeginRadius.id : undefined, value: typeof InnerBeginRadius === "object" && "value" in InnerBeginRadius ? InnerBeginRadius === null || InnerBeginRadius === void 0 ? void 0 : InnerBeginRadius.value : InnerBeginRadius, isRaw: typeof InnerBeginRadius === "object" && "isRaw" in InnerBeginRadius && InnerBeginRadius.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.Sync`1[System.Single]", name: "InnerEndRadius", id: typeof InnerEndRadius === "object" && "id" in InnerEndRadius ? InnerEndRadius === null || InnerEndRadius === void 0 ? void 0 : InnerEndRadius.id : undefined, value: typeof InnerEndRadius === "object" && "value" in InnerEndRadius ? InnerEndRadius === null || InnerEndRadius === void 0 ? void 0 : InnerEndRadius.value : InnerEndRadius, isRaw: typeof InnerEndRadius === "object" && "isRaw" in InnerEndRadius && InnerEndRadius.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.Sync`1[System.Single]", name: "ProgressTextSizeRatio", id: typeof ProgressTextSizeRatio === "object" && "id" in ProgressTextSizeRatio ? ProgressTextSizeRatio === null || ProgressTextSizeRatio === void 0 ? void 0 : ProgressTextSizeRatio.id : undefined, value: typeof ProgressTextSizeRatio === "object" && "value" in ProgressTextSizeRatio ? ProgressTextSizeRatio === null || ProgressTextSizeRatio === void 0 ? void 0 : ProgressTextSizeRatio.value : ProgressTextSizeRatio, isRaw: typeof ProgressTextSizeRatio === "object" && "isRaw" in ProgressTextSizeRatio && ProgressTextSizeRatio.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.Sync`1[System.Single]", name: "DetailTextSizeRatio", id: typeof DetailTextSizeRatio === "object" && "id" in DetailTextSizeRatio ? DetailTextSizeRatio === null || DetailTextSizeRatio === void 0 ? void 0 : DetailTextSizeRatio.id : undefined, value: typeof DetailTextSizeRatio === "object" && "value" in DetailTextSizeRatio ? DetailTextSizeRatio === null || DetailTextSizeRatio === void 0 ? void 0 : DetailTextSizeRatio.value : DetailTextSizeRatio, isRaw: typeof DetailTextSizeRatio === "object" && "isRaw" in DetailTextSizeRatio && DetailTextSizeRatio.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.Sync`1[System.Single]", name: "RotationSpeed", id: typeof RotationSpeed === "object" && "id" in RotationSpeed ? RotationSpeed === null || RotationSpeed === void 0 ? void 0 : RotationSpeed.id : undefined, value: typeof RotationSpeed === "object" && "value" in RotationSpeed ? RotationSpeed === null || RotationSpeed === void 0 ? void 0 : RotationSpeed.value : RotationSpeed, isRaw: typeof RotationSpeed === "object" && "isRaw" in RotationSpeed && RotationSpeed.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.SyncRef`1[FrooxEngine.NeosLogoMenuController]", name: "_menu", id: typeof _menu === "object" && "id" in _menu ? _menu === null || _menu === void 0 ? void 0 : _menu.id : undefined, value: typeof _menu === "object" && "value" in _menu ? _menu === null || _menu === void 0 ? void 0 : _menu.value : _menu, isRaw: typeof _menu === "object" && "isRaw" in _menu && _menu.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.SyncRef`1[FrooxEngine.TextRenderer]", name: "_progressText", id: typeof _progressText === "object" && "id" in _progressText ? _progressText === null || _progressText === void 0 ? void 0 : _progressText.id : undefined, value: typeof _progressText === "object" && "value" in _progressText ? _progressText === null || _progressText === void 0 ? void 0 : _progressText.value : _progressText, isRaw: typeof _progressText === "object" && "isRaw" in _progressText && _progressText.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.SyncRef`1[FrooxEngine.TextRenderer]", name: "_detailText", id: typeof _detailText === "object" && "id" in _detailText ? _detailText === null || _detailText === void 0 ? void 0 : _detailText.id : undefined, value: typeof _detailText === "object" && "value" in _detailText ? _detailText === null || _detailText === void 0 ? void 0 : _detailText.value : _detailText, isRaw: typeof _detailText === "object" && "isRaw" in _detailText && _detailText.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.SyncList`1[FrooxEngine.FieldDrive`1[System.Single]]", name: "_itemOffsets", id: typeof _itemOffsets === "object" && "id" in _itemOffsets ? _itemOffsets === null || _itemOffsets === void 0 ? void 0 : _itemOffsets.id : undefined, value: typeof _itemOffsets === "object" && "value" in _itemOffsets ? _itemOffsets === null || _itemOffsets === void 0 ? void 0 : _itemOffsets.value : _itemOffsets, isRaw: typeof _itemOffsets === "object" && "isRaw" in _itemOffsets && _itemOffsets.isRaw ? true : undefined })] }))); } exports.NeosLogoMenuProgress = NeosLogoMenuProgress; ;