UNPKG

neos-script

Version:

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

23 lines (22 loc) 21.8 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.NeosNumericUpDown = void 0; var jsx_runtime_1 = require("neos-script/jsx-runtime"); var core_1 = require("../../../core"); function NeosNumericUpDown(props) { var id = props.id, persistentId = props.persistentId, updateOrder = props.updateOrder, Enabled = props.Enabled, Style = props.Style, AcceptPhysicalTouch = props.AcceptPhysicalTouch, AcceptRemoteTouch = props.AcceptRemoteTouch, Color = props.Color, Width = props.Width, Height = props.Height, Thickness = props.Thickness, Slant = props.Slant, _textSlot = props._textSlot, _textRenderer = props._textRenderer, _textEditor = props._textEditor, _material = props._material, _mesh = props._mesh, _textBounds = props._textBounds, _colliderSize = props._colliderSize, _meshLeft = props._meshLeft, _meshRight = props._meshRight, _textLeftBounds = props._textLeftBounds, _textRightBounds = props._textRightBounds, _leftTextRenderer = props._leftTextRenderer, _rightTextRenderer = props._rightTextRenderer, _colliderLeftSize = props._colliderLeftSize, _colliderRightSize = props._colliderRightSize, _leftOffset = props._leftOffset, _rightOffset = props._rightOffset, _leftTextPosition = props._leftTextPosition, _rightTextPosition = props._rightTextPosition, DriveField = props.DriveField, AllowWriteBack = props.AllowWriteBack, Value = props.Value, DecimalPoints = props.DecimalPoints, MinValue = props.MinValue, MaxValue = props.MaxValue, IncrementValue = props.IncrementValue, IsEnabled = props.IsEnabled, _textDrive = props._textDrive; return ((0, jsx_runtime_1.jsxs)(core_1.Component, __assign({ type: "FrooxEngine.NeosNumericUpDown", 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.RelayRef`1[FrooxEngine.NeosUIStyle]", name: "Style", id: typeof Style === "object" && "id" in Style ? Style === null || Style === void 0 ? void 0 : Style.id : undefined, value: typeof Style === "object" && "value" in Style ? Style === null || Style === void 0 ? void 0 : Style.value : Style, isRaw: typeof Style === "object" && "isRaw" in Style && Style.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.Sync`1[System.Boolean]", name: "AcceptPhysicalTouch", id: typeof AcceptPhysicalTouch === "object" && "id" in AcceptPhysicalTouch ? AcceptPhysicalTouch === null || AcceptPhysicalTouch === void 0 ? void 0 : AcceptPhysicalTouch.id : undefined, value: typeof AcceptPhysicalTouch === "object" && "value" in AcceptPhysicalTouch ? AcceptPhysicalTouch === null || AcceptPhysicalTouch === void 0 ? void 0 : AcceptPhysicalTouch.value : AcceptPhysicalTouch, isRaw: typeof AcceptPhysicalTouch === "object" && "isRaw" in AcceptPhysicalTouch && AcceptPhysicalTouch.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.Sync`1[System.Boolean]", name: "AcceptRemoteTouch", id: typeof AcceptRemoteTouch === "object" && "id" in AcceptRemoteTouch ? AcceptRemoteTouch === null || AcceptRemoteTouch === void 0 ? void 0 : AcceptRemoteTouch.id : undefined, value: typeof AcceptRemoteTouch === "object" && "value" in AcceptRemoteTouch ? AcceptRemoteTouch === null || AcceptRemoteTouch === void 0 ? void 0 : AcceptRemoteTouch.value : AcceptRemoteTouch, isRaw: typeof AcceptRemoteTouch === "object" && "isRaw" in AcceptRemoteTouch && AcceptRemoteTouch.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.Sync`1[BaseX.color]", name: "Color", id: typeof Color === "object" && "id" in Color ? Color === null || Color === void 0 ? void 0 : Color.id : undefined, value: typeof Color === "object" && "value" in Color ? Color === null || Color === void 0 ? void 0 : Color.value : Color, isRaw: typeof Color === "object" && "isRaw" in Color && Color.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.Sync`1[System.Single]", name: "Width", id: typeof Width === "object" && "id" in Width ? Width === null || Width === void 0 ? void 0 : Width.id : undefined, value: typeof Width === "object" && "value" in Width ? Width === null || Width === void 0 ? void 0 : Width.value : Width, isRaw: typeof Width === "object" && "isRaw" in Width && Width.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.Sync`1[System.Single]", name: "Height", id: typeof Height === "object" && "id" in Height ? Height === null || Height === void 0 ? void 0 : Height.id : undefined, value: typeof Height === "object" && "value" in Height ? Height === null || Height === void 0 ? void 0 : Height.value : Height, isRaw: typeof Height === "object" && "isRaw" in Height && Height.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.Sync`1[System.Single]", name: "Thickness", id: typeof Thickness === "object" && "id" in Thickness ? Thickness === null || Thickness === void 0 ? void 0 : Thickness.id : undefined, value: typeof Thickness === "object" && "value" in Thickness ? Thickness === null || Thickness === void 0 ? void 0 : Thickness.value : Thickness, isRaw: typeof Thickness === "object" && "isRaw" in Thickness && Thickness.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.Sync`1[System.Single]", name: "Slant", id: typeof Slant === "object" && "id" in Slant ? Slant === null || Slant === void 0 ? void 0 : Slant.id : undefined, value: typeof Slant === "object" && "value" in Slant ? Slant === null || Slant === void 0 ? void 0 : Slant.value : Slant, isRaw: typeof Slant === "object" && "isRaw" in Slant && Slant.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.SyncRef`1[FrooxEngine.Slot]", name: "_textSlot", id: typeof _textSlot === "object" && "id" in _textSlot ? _textSlot === null || _textSlot === void 0 ? void 0 : _textSlot.id : undefined, value: typeof _textSlot === "object" && "value" in _textSlot ? _textSlot === null || _textSlot === void 0 ? void 0 : _textSlot.value : _textSlot, isRaw: typeof _textSlot === "object" && "isRaw" in _textSlot && _textSlot.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.SyncRef`1[FrooxEngine.TextRenderer]", name: "_textRenderer", id: typeof _textRenderer === "object" && "id" in _textRenderer ? _textRenderer === null || _textRenderer === void 0 ? void 0 : _textRenderer.id : undefined, value: typeof _textRenderer === "object" && "value" in _textRenderer ? _textRenderer === null || _textRenderer === void 0 ? void 0 : _textRenderer.value : _textRenderer, isRaw: typeof _textRenderer === "object" && "isRaw" in _textRenderer && _textRenderer.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.SyncRef`1[FrooxEngine.TextEditor]", name: "_textEditor", id: typeof _textEditor === "object" && "id" in _textEditor ? _textEditor === null || _textEditor === void 0 ? void 0 : _textEditor.id : undefined, value: typeof _textEditor === "object" && "value" in _textEditor ? _textEditor === null || _textEditor === void 0 ? void 0 : _textEditor.value : _textEditor, isRaw: typeof _textEditor === "object" && "isRaw" in _textEditor && _textEditor.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.DriveRef`1[FrooxEngine.PBS_RimMetallic]", name: "_material", id: typeof _material === "object" && "id" in _material ? _material === null || _material === void 0 ? void 0 : _material.id : undefined, value: typeof _material === "object" && "value" in _material ? _material === null || _material === void 0 ? void 0 : _material.value : _material, isRaw: typeof _material === "object" && "isRaw" in _material && _material.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.DriveRef`1[FrooxEngine.BevelSoliStripeMesh]", name: "_mesh", id: typeof _mesh === "object" && "id" in _mesh ? _mesh === null || _mesh === void 0 ? void 0 : _mesh.id : undefined, value: typeof _mesh === "object" && "value" in _mesh ? _mesh === null || _mesh === void 0 ? void 0 : _mesh.value : _mesh, isRaw: typeof _mesh === "object" && "isRaw" in _mesh && _mesh.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.FieldDrive`1[BaseX.float2]", name: "_textBounds", id: typeof _textBounds === "object" && "id" in _textBounds ? _textBounds === null || _textBounds === void 0 ? void 0 : _textBounds.id : undefined, value: typeof _textBounds === "object" && "value" in _textBounds ? _textBounds === null || _textBounds === void 0 ? void 0 : _textBounds.value : _textBounds, isRaw: typeof _textBounds === "object" && "isRaw" in _textBounds && _textBounds.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.FieldDrive`1[BaseX.float3]", name: "_colliderSize", id: typeof _colliderSize === "object" && "id" in _colliderSize ? _colliderSize === null || _colliderSize === void 0 ? void 0 : _colliderSize.id : undefined, value: typeof _colliderSize === "object" && "value" in _colliderSize ? _colliderSize === null || _colliderSize === void 0 ? void 0 : _colliderSize.value : _colliderSize, isRaw: typeof _colliderSize === "object" && "isRaw" in _colliderSize && _colliderSize.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.DriveRef`1[FrooxEngine.BevelSoliStripeMesh]", name: "_meshLeft", id: typeof _meshLeft === "object" && "id" in _meshLeft ? _meshLeft === null || _meshLeft === void 0 ? void 0 : _meshLeft.id : undefined, value: typeof _meshLeft === "object" && "value" in _meshLeft ? _meshLeft === null || _meshLeft === void 0 ? void 0 : _meshLeft.value : _meshLeft, isRaw: typeof _meshLeft === "object" && "isRaw" in _meshLeft && _meshLeft.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.DriveRef`1[FrooxEngine.BevelSoliStripeMesh]", name: "_meshRight", id: typeof _meshRight === "object" && "id" in _meshRight ? _meshRight === null || _meshRight === void 0 ? void 0 : _meshRight.id : undefined, value: typeof _meshRight === "object" && "value" in _meshRight ? _meshRight === null || _meshRight === void 0 ? void 0 : _meshRight.value : _meshRight, isRaw: typeof _meshRight === "object" && "isRaw" in _meshRight && _meshRight.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.FieldDrive`1[BaseX.float2]", name: "_textLeftBounds", id: typeof _textLeftBounds === "object" && "id" in _textLeftBounds ? _textLeftBounds === null || _textLeftBounds === void 0 ? void 0 : _textLeftBounds.id : undefined, value: typeof _textLeftBounds === "object" && "value" in _textLeftBounds ? _textLeftBounds === null || _textLeftBounds === void 0 ? void 0 : _textLeftBounds.value : _textLeftBounds, isRaw: typeof _textLeftBounds === "object" && "isRaw" in _textLeftBounds && _textLeftBounds.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.FieldDrive`1[BaseX.float2]", name: "_textRightBounds", id: typeof _textRightBounds === "object" && "id" in _textRightBounds ? _textRightBounds === null || _textRightBounds === void 0 ? void 0 : _textRightBounds.id : undefined, value: typeof _textRightBounds === "object" && "value" in _textRightBounds ? _textRightBounds === null || _textRightBounds === void 0 ? void 0 : _textRightBounds.value : _textRightBounds, isRaw: typeof _textRightBounds === "object" && "isRaw" in _textRightBounds && _textRightBounds.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.SyncRef`1[FrooxEngine.TextRenderer]", name: "_leftTextRenderer", id: typeof _leftTextRenderer === "object" && "id" in _leftTextRenderer ? _leftTextRenderer === null || _leftTextRenderer === void 0 ? void 0 : _leftTextRenderer.id : undefined, value: typeof _leftTextRenderer === "object" && "value" in _leftTextRenderer ? _leftTextRenderer === null || _leftTextRenderer === void 0 ? void 0 : _leftTextRenderer.value : _leftTextRenderer, isRaw: typeof _leftTextRenderer === "object" && "isRaw" in _leftTextRenderer && _leftTextRenderer.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.SyncRef`1[FrooxEngine.TextRenderer]", name: "_rightTextRenderer", id: typeof _rightTextRenderer === "object" && "id" in _rightTextRenderer ? _rightTextRenderer === null || _rightTextRenderer === void 0 ? void 0 : _rightTextRenderer.id : undefined, value: typeof _rightTextRenderer === "object" && "value" in _rightTextRenderer ? _rightTextRenderer === null || _rightTextRenderer === void 0 ? void 0 : _rightTextRenderer.value : _rightTextRenderer, isRaw: typeof _rightTextRenderer === "object" && "isRaw" in _rightTextRenderer && _rightTextRenderer.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.FieldDrive`1[BaseX.float3]", name: "_colliderLeftSize", id: typeof _colliderLeftSize === "object" && "id" in _colliderLeftSize ? _colliderLeftSize === null || _colliderLeftSize === void 0 ? void 0 : _colliderLeftSize.id : undefined, value: typeof _colliderLeftSize === "object" && "value" in _colliderLeftSize ? _colliderLeftSize === null || _colliderLeftSize === void 0 ? void 0 : _colliderLeftSize.value : _colliderLeftSize, isRaw: typeof _colliderLeftSize === "object" && "isRaw" in _colliderLeftSize && _colliderLeftSize.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.FieldDrive`1[BaseX.float3]", name: "_colliderRightSize", id: typeof _colliderRightSize === "object" && "id" in _colliderRightSize ? _colliderRightSize === null || _colliderRightSize === void 0 ? void 0 : _colliderRightSize.id : undefined, value: typeof _colliderRightSize === "object" && "value" in _colliderRightSize ? _colliderRightSize === null || _colliderRightSize === void 0 ? void 0 : _colliderRightSize.value : _colliderRightSize, isRaw: typeof _colliderRightSize === "object" && "isRaw" in _colliderRightSize && _colliderRightSize.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.FieldDrive`1[BaseX.float3]", name: "_leftOffset", id: typeof _leftOffset === "object" && "id" in _leftOffset ? _leftOffset === null || _leftOffset === void 0 ? void 0 : _leftOffset.id : undefined, value: typeof _leftOffset === "object" && "value" in _leftOffset ? _leftOffset === null || _leftOffset === void 0 ? void 0 : _leftOffset.value : _leftOffset, isRaw: typeof _leftOffset === "object" && "isRaw" in _leftOffset && _leftOffset.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.FieldDrive`1[BaseX.float3]", name: "_rightOffset", id: typeof _rightOffset === "object" && "id" in _rightOffset ? _rightOffset === null || _rightOffset === void 0 ? void 0 : _rightOffset.id : undefined, value: typeof _rightOffset === "object" && "value" in _rightOffset ? _rightOffset === null || _rightOffset === void 0 ? void 0 : _rightOffset.value : _rightOffset, isRaw: typeof _rightOffset === "object" && "isRaw" in _rightOffset && _rightOffset.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.FieldDrive`1[BaseX.float3]", name: "_leftTextPosition", id: typeof _leftTextPosition === "object" && "id" in _leftTextPosition ? _leftTextPosition === null || _leftTextPosition === void 0 ? void 0 : _leftTextPosition.id : undefined, value: typeof _leftTextPosition === "object" && "value" in _leftTextPosition ? _leftTextPosition === null || _leftTextPosition === void 0 ? void 0 : _leftTextPosition.value : _leftTextPosition, isRaw: typeof _leftTextPosition === "object" && "isRaw" in _leftTextPosition && _leftTextPosition.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.FieldDrive`1[BaseX.float3]", name: "_rightTextPosition", id: typeof _rightTextPosition === "object" && "id" in _rightTextPosition ? _rightTextPosition === null || _rightTextPosition === void 0 ? void 0 : _rightTextPosition.id : undefined, value: typeof _rightTextPosition === "object" && "value" in _rightTextPosition ? _rightTextPosition === null || _rightTextPosition === void 0 ? void 0 : _rightTextPosition.value : _rightTextPosition, isRaw: typeof _rightTextPosition === "object" && "isRaw" in _rightTextPosition && _rightTextPosition.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.FieldDrive`1[System.Single]", name: "DriveField", id: typeof DriveField === "object" && "id" in DriveField ? DriveField === null || DriveField === void 0 ? void 0 : DriveField.id : undefined, value: typeof DriveField === "object" && "value" in DriveField ? DriveField === null || DriveField === void 0 ? void 0 : DriveField.value : DriveField, isRaw: typeof DriveField === "object" && "isRaw" in DriveField && DriveField.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.Sync`1[System.Boolean]", name: "AllowWriteBack", id: typeof AllowWriteBack === "object" && "id" in AllowWriteBack ? AllowWriteBack === null || AllowWriteBack === void 0 ? void 0 : AllowWriteBack.id : undefined, value: typeof AllowWriteBack === "object" && "value" in AllowWriteBack ? AllowWriteBack === null || AllowWriteBack === void 0 ? void 0 : AllowWriteBack.value : AllowWriteBack, isRaw: typeof AllowWriteBack === "object" && "isRaw" in AllowWriteBack && AllowWriteBack.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.Sync`1[System.Single]", name: "Value", id: typeof Value === "object" && "id" in Value ? Value === null || Value === void 0 ? void 0 : Value.id : undefined, value: typeof Value === "object" && "value" in Value ? Value === null || Value === void 0 ? void 0 : Value.value : Value, isRaw: typeof Value === "object" && "isRaw" in Value && Value.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.Sync`1[System.Int32]", name: "DecimalPoints", id: typeof DecimalPoints === "object" && "id" in DecimalPoints ? DecimalPoints === null || DecimalPoints === void 0 ? void 0 : DecimalPoints.id : undefined, value: typeof DecimalPoints === "object" && "value" in DecimalPoints ? DecimalPoints === null || DecimalPoints === void 0 ? void 0 : DecimalPoints.value : DecimalPoints, isRaw: typeof DecimalPoints === "object" && "isRaw" in DecimalPoints && DecimalPoints.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.Sync`1[System.Single]", name: "MinValue", id: typeof MinValue === "object" && "id" in MinValue ? MinValue === null || MinValue === void 0 ? void 0 : MinValue.id : undefined, value: typeof MinValue === "object" && "value" in MinValue ? MinValue === null || MinValue === void 0 ? void 0 : MinValue.value : MinValue, isRaw: typeof MinValue === "object" && "isRaw" in MinValue && MinValue.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.Sync`1[System.Single]", name: "MaxValue", id: typeof MaxValue === "object" && "id" in MaxValue ? MaxValue === null || MaxValue === void 0 ? void 0 : MaxValue.id : undefined, value: typeof MaxValue === "object" && "value" in MaxValue ? MaxValue === null || MaxValue === void 0 ? void 0 : MaxValue.value : MaxValue, isRaw: typeof MaxValue === "object" && "isRaw" in MaxValue && MaxValue.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.Sync`1[System.Single]", name: "IncrementValue", id: typeof IncrementValue === "object" && "id" in IncrementValue ? IncrementValue === null || IncrementValue === void 0 ? void 0 : IncrementValue.id : undefined, value: typeof IncrementValue === "object" && "value" in IncrementValue ? IncrementValue === null || IncrementValue === void 0 ? void 0 : IncrementValue.value : IncrementValue, isRaw: typeof IncrementValue === "object" && "isRaw" in IncrementValue && IncrementValue.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.Sync`1[System.Boolean]", name: "IsEnabled", id: typeof IsEnabled === "object" && "id" in IsEnabled ? IsEnabled === null || IsEnabled === void 0 ? void 0 : IsEnabled.id : undefined, value: typeof IsEnabled === "object" && "value" in IsEnabled ? IsEnabled === null || IsEnabled === void 0 ? void 0 : IsEnabled.value : IsEnabled, isRaw: typeof IsEnabled === "object" && "isRaw" in IsEnabled && IsEnabled.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.FieldDrive`1[System.String]", name: "_textDrive", id: typeof _textDrive === "object" && "id" in _textDrive ? _textDrive === null || _textDrive === void 0 ? void 0 : _textDrive.id : undefined, value: typeof _textDrive === "object" && "value" in _textDrive ? _textDrive === null || _textDrive === void 0 ? void 0 : _textDrive.value : _textDrive, isRaw: typeof _textDrive === "object" && "isRaw" in _textDrive && _textDrive.isRaw ? true : undefined })] }))); } exports.NeosNumericUpDown = NeosNumericUpDown; ;