neos-script
Version:
[neos-script-sample](https://github.com/rheniumNV/neos-script-sample)
23 lines (22 loc) • 25.6 kB
JavaScript
;
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.RecordBrowserDialog = void 0;
var jsx_runtime_1 = require("neos-script/jsx-runtime");
var core_1 = require("../../core");
function RecordBrowserDialog(props) {
var id = props.id, persistentId = props.persistentId, updateOrder = props.updateOrder, Enabled = props.Enabled, CurrentPage = props.CurrentPage, DetailRecord = props.DetailRecord, Private = props.Private, SearchTag = props.SearchTag, SearchOwner = props.SearchOwner, SearchOwnerType = props.SearchOwnerType, MaxTimestamp = props.MaxTimestamp, SearchSortBy = props.SearchSortBy, SearchSortDirection = props.SearchSortDirection, SearchRecordType = props.SearchRecordType, SubmittedTo = props.SubmittedTo, FixedSearchTags = props.FixedSearchTags, _listingContainer = props._listingContainer, _detailContainer = props._detailContainer, _listingAnchorMin = props._listingAnchorMin, _listingAnchorMax = props._listingAnchorMax, _detailAnchorMin = props._detailAnchorMin, _detailAnchorMax = props._detailAnchorMax, _searchTextField = props._searchTextField, _searchingMessage = props._searchingMessage, _featuredOnly = props._featuredOnly, _newButton = props._newButton, _popularButton = props._popularButton, _updatedButton = props._updatedButton, _recordsListRoot = props._recordsListRoot, _listScrollRect = props._listScrollRect, _previousButton = props._previousButton, _pageText = props._pageText, _nextButton = props._nextButton, _detailHeader = props._detailHeader, _detailPreview = props._detailPreview, _detailCreatedBy = props._detailCreatedBy, _detailTipButton = props._detailTipButton, _detailPublishedTime = props._detailPublishedTime, _detailLastUpdated = props._detailLastUpdated, _detailVisits = props._detailVisits, _detailDescription = props._detailDescription, _detailTagsRoot = props._detailTagsRoot, _adminActionsRoot = props._adminActionsRoot;
return ((0, jsx_runtime_1.jsxs)(core_1.Component, __assign({ type: "FrooxEngine.RecordBrowserDialog", id: id, persistentId: persistentId, updateOrder: updateOrder, version: 1 }, { 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[FrooxEngine.RecordBrowserDialog+Page]", name: "CurrentPage", id: typeof CurrentPage === "object" && "id" in CurrentPage ? CurrentPage === null || CurrentPage === void 0 ? void 0 : CurrentPage.id : undefined, value: typeof CurrentPage === "object" && "value" in CurrentPage ? CurrentPage === null || CurrentPage === void 0 ? void 0 : CurrentPage.value : CurrentPage, isRaw: typeof CurrentPage === "object" && "isRaw" in CurrentPage && CurrentPage.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.Sync`1[System.Uri]", name: "DetailRecord", id: typeof DetailRecord === "object" && "id" in DetailRecord ? DetailRecord === null || DetailRecord === void 0 ? void 0 : DetailRecord.id : undefined, value: typeof DetailRecord === "object" && "value" in DetailRecord ? DetailRecord === null || DetailRecord === void 0 ? void 0 : DetailRecord.value : DetailRecord, isRaw: typeof DetailRecord === "object" && "isRaw" in DetailRecord && DetailRecord.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.Sync`1[System.Boolean]", name: "Private", id: typeof Private === "object" && "id" in Private ? Private === null || Private === void 0 ? void 0 : Private.id : undefined, value: typeof Private === "object" && "value" in Private ? Private === null || Private === void 0 ? void 0 : Private.value : Private, isRaw: typeof Private === "object" && "isRaw" in Private && Private.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.Sync`1[System.String]", name: "SearchTag", id: typeof SearchTag === "object" && "id" in SearchTag ? SearchTag === null || SearchTag === void 0 ? void 0 : SearchTag.id : undefined, value: typeof SearchTag === "object" && "value" in SearchTag ? SearchTag === null || SearchTag === void 0 ? void 0 : SearchTag.value : SearchTag, isRaw: typeof SearchTag === "object" && "isRaw" in SearchTag && SearchTag.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.Sync`1[System.String]", name: "SearchOwner", id: typeof SearchOwner === "object" && "id" in SearchOwner ? SearchOwner === null || SearchOwner === void 0 ? void 0 : SearchOwner.id : undefined, value: typeof SearchOwner === "object" && "value" in SearchOwner ? SearchOwner === null || SearchOwner === void 0 ? void 0 : SearchOwner.value : SearchOwner, isRaw: typeof SearchOwner === "object" && "isRaw" in SearchOwner && SearchOwner.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.Sync`1[CloudX.Shared.OwnerType]", name: "SearchOwnerType", id: typeof SearchOwnerType === "object" && "id" in SearchOwnerType ? SearchOwnerType === null || SearchOwnerType === void 0 ? void 0 : SearchOwnerType.id : undefined, value: typeof SearchOwnerType === "object" && "value" in SearchOwnerType ? SearchOwnerType === null || SearchOwnerType === void 0 ? void 0 : SearchOwnerType.value : SearchOwnerType, isRaw: typeof SearchOwnerType === "object" && "isRaw" in SearchOwnerType && SearchOwnerType.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.Sync`1[System.Nullable`1[System.DateTime]]", name: "MaxTimestamp", id: typeof MaxTimestamp === "object" && "id" in MaxTimestamp ? MaxTimestamp === null || MaxTimestamp === void 0 ? void 0 : MaxTimestamp.id : undefined, value: typeof MaxTimestamp === "object" && "value" in MaxTimestamp ? MaxTimestamp === null || MaxTimestamp === void 0 ? void 0 : MaxTimestamp.value : MaxTimestamp, isRaw: typeof MaxTimestamp === "object" && "isRaw" in MaxTimestamp && MaxTimestamp.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.Sync`1[CloudX.Shared.SearchSortParameter]", name: "SearchSortBy", id: typeof SearchSortBy === "object" && "id" in SearchSortBy ? SearchSortBy === null || SearchSortBy === void 0 ? void 0 : SearchSortBy.id : undefined, value: typeof SearchSortBy === "object" && "value" in SearchSortBy ? SearchSortBy === null || SearchSortBy === void 0 ? void 0 : SearchSortBy.value : SearchSortBy, isRaw: typeof SearchSortBy === "object" && "isRaw" in SearchSortBy && SearchSortBy.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.Sync`1[CloudX.Shared.SearchSortDirection]", name: "SearchSortDirection", id: typeof SearchSortDirection === "object" && "id" in SearchSortDirection ? SearchSortDirection === null || SearchSortDirection === void 0 ? void 0 : SearchSortDirection.id : undefined, value: typeof SearchSortDirection === "object" && "value" in SearchSortDirection ? SearchSortDirection === null || SearchSortDirection === void 0 ? void 0 : SearchSortDirection.value : SearchSortDirection, isRaw: typeof SearchSortDirection === "object" && "isRaw" in SearchSortDirection && SearchSortDirection.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.Sync`1[System.String]", name: "SearchRecordType", id: typeof SearchRecordType === "object" && "id" in SearchRecordType ? SearchRecordType === null || SearchRecordType === void 0 ? void 0 : SearchRecordType.id : undefined, value: typeof SearchRecordType === "object" && "value" in SearchRecordType ? SearchRecordType === null || SearchRecordType === void 0 ? void 0 : SearchRecordType.value : SearchRecordType, isRaw: typeof SearchRecordType === "object" && "isRaw" in SearchRecordType && SearchRecordType.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.Sync`1[System.String]", name: "SubmittedTo", id: typeof SubmittedTo === "object" && "id" in SubmittedTo ? SubmittedTo === null || SubmittedTo === void 0 ? void 0 : SubmittedTo.id : undefined, value: typeof SubmittedTo === "object" && "value" in SubmittedTo ? SubmittedTo === null || SubmittedTo === void 0 ? void 0 : SubmittedTo.value : SubmittedTo, isRaw: typeof SubmittedTo === "object" && "isRaw" in SubmittedTo && SubmittedTo.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.SyncFieldList`1[System.String]", name: "FixedSearchTags", id: typeof FixedSearchTags === "object" && "id" in FixedSearchTags ? FixedSearchTags === null || FixedSearchTags === void 0 ? void 0 : FixedSearchTags.id : undefined, value: typeof FixedSearchTags === "object" && "value" in FixedSearchTags ? FixedSearchTags === null || FixedSearchTags === void 0 ? void 0 : FixedSearchTags.value : FixedSearchTags, isRaw: typeof FixedSearchTags === "object" && "isRaw" in FixedSearchTags && FixedSearchTags.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.SyncRef`1[FrooxEngine.UIX.RectTransform]", name: "_listingContainer", id: typeof _listingContainer === "object" && "id" in _listingContainer ? _listingContainer === null || _listingContainer === void 0 ? void 0 : _listingContainer.id : undefined, value: typeof _listingContainer === "object" && "value" in _listingContainer ? _listingContainer === null || _listingContainer === void 0 ? void 0 : _listingContainer.value : _listingContainer, isRaw: typeof _listingContainer === "object" && "isRaw" in _listingContainer && _listingContainer.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.SyncRef`1[FrooxEngine.UIX.RectTransform]", name: "_detailContainer", id: typeof _detailContainer === "object" && "id" in _detailContainer ? _detailContainer === null || _detailContainer === void 0 ? void 0 : _detailContainer.id : undefined, value: typeof _detailContainer === "object" && "value" in _detailContainer ? _detailContainer === null || _detailContainer === void 0 ? void 0 : _detailContainer.value : _detailContainer, isRaw: typeof _detailContainer === "object" && "isRaw" in _detailContainer && _detailContainer.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.FieldDrive`1[BaseX.float2]", name: "_listingAnchorMin", id: typeof _listingAnchorMin === "object" && "id" in _listingAnchorMin ? _listingAnchorMin === null || _listingAnchorMin === void 0 ? void 0 : _listingAnchorMin.id : undefined, value: typeof _listingAnchorMin === "object" && "value" in _listingAnchorMin ? _listingAnchorMin === null || _listingAnchorMin === void 0 ? void 0 : _listingAnchorMin.value : _listingAnchorMin, isRaw: typeof _listingAnchorMin === "object" && "isRaw" in _listingAnchorMin && _listingAnchorMin.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.FieldDrive`1[BaseX.float2]", name: "_listingAnchorMax", id: typeof _listingAnchorMax === "object" && "id" in _listingAnchorMax ? _listingAnchorMax === null || _listingAnchorMax === void 0 ? void 0 : _listingAnchorMax.id : undefined, value: typeof _listingAnchorMax === "object" && "value" in _listingAnchorMax ? _listingAnchorMax === null || _listingAnchorMax === void 0 ? void 0 : _listingAnchorMax.value : _listingAnchorMax, isRaw: typeof _listingAnchorMax === "object" && "isRaw" in _listingAnchorMax && _listingAnchorMax.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.FieldDrive`1[BaseX.float2]", name: "_detailAnchorMin", id: typeof _detailAnchorMin === "object" && "id" in _detailAnchorMin ? _detailAnchorMin === null || _detailAnchorMin === void 0 ? void 0 : _detailAnchorMin.id : undefined, value: typeof _detailAnchorMin === "object" && "value" in _detailAnchorMin ? _detailAnchorMin === null || _detailAnchorMin === void 0 ? void 0 : _detailAnchorMin.value : _detailAnchorMin, isRaw: typeof _detailAnchorMin === "object" && "isRaw" in _detailAnchorMin && _detailAnchorMin.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.FieldDrive`1[BaseX.float2]", name: "_detailAnchorMax", id: typeof _detailAnchorMax === "object" && "id" in _detailAnchorMax ? _detailAnchorMax === null || _detailAnchorMax === void 0 ? void 0 : _detailAnchorMax.id : undefined, value: typeof _detailAnchorMax === "object" && "value" in _detailAnchorMax ? _detailAnchorMax === null || _detailAnchorMax === void 0 ? void 0 : _detailAnchorMax.value : _detailAnchorMax, isRaw: typeof _detailAnchorMax === "object" && "isRaw" in _detailAnchorMax && _detailAnchorMax.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.SyncRef`1[FrooxEngine.UIX.TextField]", name: "_searchTextField", id: typeof _searchTextField === "object" && "id" in _searchTextField ? _searchTextField === null || _searchTextField === void 0 ? void 0 : _searchTextField.id : undefined, value: typeof _searchTextField === "object" && "value" in _searchTextField ? _searchTextField === null || _searchTextField === void 0 ? void 0 : _searchTextField.value : _searchTextField, isRaw: typeof _searchTextField === "object" && "isRaw" in _searchTextField && _searchTextField.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.SyncRef`1[FrooxEngine.UIX.Text]", name: "_searchingMessage", id: typeof _searchingMessage === "object" && "id" in _searchingMessage ? _searchingMessage === null || _searchingMessage === void 0 ? void 0 : _searchingMessage.id : undefined, value: typeof _searchingMessage === "object" && "value" in _searchingMessage ? _searchingMessage === null || _searchingMessage === void 0 ? void 0 : _searchingMessage.value : _searchingMessage, isRaw: typeof _searchingMessage === "object" && "isRaw" in _searchingMessage && _searchingMessage.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.RelayRef`1[FrooxEngine.UIX.Checkbox]", name: "_featuredOnly", id: typeof _featuredOnly === "object" && "id" in _featuredOnly ? _featuredOnly === null || _featuredOnly === void 0 ? void 0 : _featuredOnly.id : undefined, value: typeof _featuredOnly === "object" && "value" in _featuredOnly ? _featuredOnly === null || _featuredOnly === void 0 ? void 0 : _featuredOnly.value : _featuredOnly, isRaw: typeof _featuredOnly === "object" && "isRaw" in _featuredOnly && _featuredOnly.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.SyncRef`1[FrooxEngine.UIX.Button]", name: "_newButton", id: typeof _newButton === "object" && "id" in _newButton ? _newButton === null || _newButton === void 0 ? void 0 : _newButton.id : undefined, value: typeof _newButton === "object" && "value" in _newButton ? _newButton === null || _newButton === void 0 ? void 0 : _newButton.value : _newButton, isRaw: typeof _newButton === "object" && "isRaw" in _newButton && _newButton.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.SyncRef`1[FrooxEngine.UIX.Button]", name: "_popularButton", id: typeof _popularButton === "object" && "id" in _popularButton ? _popularButton === null || _popularButton === void 0 ? void 0 : _popularButton.id : undefined, value: typeof _popularButton === "object" && "value" in _popularButton ? _popularButton === null || _popularButton === void 0 ? void 0 : _popularButton.value : _popularButton, isRaw: typeof _popularButton === "object" && "isRaw" in _popularButton && _popularButton.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.SyncRef`1[FrooxEngine.UIX.Button]", name: "_updatedButton", id: typeof _updatedButton === "object" && "id" in _updatedButton ? _updatedButton === null || _updatedButton === void 0 ? void 0 : _updatedButton.id : undefined, value: typeof _updatedButton === "object" && "value" in _updatedButton ? _updatedButton === null || _updatedButton === void 0 ? void 0 : _updatedButton.value : _updatedButton, isRaw: typeof _updatedButton === "object" && "isRaw" in _updatedButton && _updatedButton.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.SyncRef`1[FrooxEngine.Slot]", name: "_recordsListRoot", id: typeof _recordsListRoot === "object" && "id" in _recordsListRoot ? _recordsListRoot === null || _recordsListRoot === void 0 ? void 0 : _recordsListRoot.id : undefined, value: typeof _recordsListRoot === "object" && "value" in _recordsListRoot ? _recordsListRoot === null || _recordsListRoot === void 0 ? void 0 : _recordsListRoot.value : _recordsListRoot, isRaw: typeof _recordsListRoot === "object" && "isRaw" in _recordsListRoot && _recordsListRoot.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.SyncRef`1[FrooxEngine.UIX.ScrollRect]", name: "_listScrollRect", id: typeof _listScrollRect === "object" && "id" in _listScrollRect ? _listScrollRect === null || _listScrollRect === void 0 ? void 0 : _listScrollRect.id : undefined, value: typeof _listScrollRect === "object" && "value" in _listScrollRect ? _listScrollRect === null || _listScrollRect === void 0 ? void 0 : _listScrollRect.value : _listScrollRect, isRaw: typeof _listScrollRect === "object" && "isRaw" in _listScrollRect && _listScrollRect.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.SyncRef`1[FrooxEngine.UIX.Button]", name: "_previousButton", id: typeof _previousButton === "object" && "id" in _previousButton ? _previousButton === null || _previousButton === void 0 ? void 0 : _previousButton.id : undefined, value: typeof _previousButton === "object" && "value" in _previousButton ? _previousButton === null || _previousButton === void 0 ? void 0 : _previousButton.value : _previousButton, isRaw: typeof _previousButton === "object" && "isRaw" in _previousButton && _previousButton.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.SyncRef`1[FrooxEngine.UIX.Text]", name: "_pageText", id: typeof _pageText === "object" && "id" in _pageText ? _pageText === null || _pageText === void 0 ? void 0 : _pageText.id : undefined, value: typeof _pageText === "object" && "value" in _pageText ? _pageText === null || _pageText === void 0 ? void 0 : _pageText.value : _pageText, isRaw: typeof _pageText === "object" && "isRaw" in _pageText && _pageText.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.SyncRef`1[FrooxEngine.UIX.Button]", name: "_nextButton", id: typeof _nextButton === "object" && "id" in _nextButton ? _nextButton === null || _nextButton === void 0 ? void 0 : _nextButton.id : undefined, value: typeof _nextButton === "object" && "value" in _nextButton ? _nextButton === null || _nextButton === void 0 ? void 0 : _nextButton.value : _nextButton, isRaw: typeof _nextButton === "object" && "isRaw" in _nextButton && _nextButton.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.SyncRef`1[FrooxEngine.UIX.Text]", name: "_detailHeader", id: typeof _detailHeader === "object" && "id" in _detailHeader ? _detailHeader === null || _detailHeader === void 0 ? void 0 : _detailHeader.id : undefined, value: typeof _detailHeader === "object" && "value" in _detailHeader ? _detailHeader === null || _detailHeader === void 0 ? void 0 : _detailHeader.value : _detailHeader, isRaw: typeof _detailHeader === "object" && "isRaw" in _detailHeader && _detailHeader.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.SyncRef`1[FrooxEngine.StaticTexture2D]", name: "_detailPreview", id: typeof _detailPreview === "object" && "id" in _detailPreview ? _detailPreview === null || _detailPreview === void 0 ? void 0 : _detailPreview.id : undefined, value: typeof _detailPreview === "object" && "value" in _detailPreview ? _detailPreview === null || _detailPreview === void 0 ? void 0 : _detailPreview.value : _detailPreview, isRaw: typeof _detailPreview === "object" && "isRaw" in _detailPreview && _detailPreview.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.SyncRef`1[FrooxEngine.UIX.Button]", name: "_detailCreatedBy", id: typeof _detailCreatedBy === "object" && "id" in _detailCreatedBy ? _detailCreatedBy === null || _detailCreatedBy === void 0 ? void 0 : _detailCreatedBy.id : undefined, value: typeof _detailCreatedBy === "object" && "value" in _detailCreatedBy ? _detailCreatedBy === null || _detailCreatedBy === void 0 ? void 0 : _detailCreatedBy.value : _detailCreatedBy, isRaw: typeof _detailCreatedBy === "object" && "isRaw" in _detailCreatedBy && _detailCreatedBy.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.SyncRef`1[FrooxEngine.UIX.Button]", name: "_detailTipButton", id: typeof _detailTipButton === "object" && "id" in _detailTipButton ? _detailTipButton === null || _detailTipButton === void 0 ? void 0 : _detailTipButton.id : undefined, value: typeof _detailTipButton === "object" && "value" in _detailTipButton ? _detailTipButton === null || _detailTipButton === void 0 ? void 0 : _detailTipButton.value : _detailTipButton, isRaw: typeof _detailTipButton === "object" && "isRaw" in _detailTipButton && _detailTipButton.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.SyncRef`1[FrooxEngine.UIX.Text]", name: "_detailPublishedTime", id: typeof _detailPublishedTime === "object" && "id" in _detailPublishedTime ? _detailPublishedTime === null || _detailPublishedTime === void 0 ? void 0 : _detailPublishedTime.id : undefined, value: typeof _detailPublishedTime === "object" && "value" in _detailPublishedTime ? _detailPublishedTime === null || _detailPublishedTime === void 0 ? void 0 : _detailPublishedTime.value : _detailPublishedTime, isRaw: typeof _detailPublishedTime === "object" && "isRaw" in _detailPublishedTime && _detailPublishedTime.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.SyncRef`1[FrooxEngine.UIX.Text]", name: "_detailLastUpdated", id: typeof _detailLastUpdated === "object" && "id" in _detailLastUpdated ? _detailLastUpdated === null || _detailLastUpdated === void 0 ? void 0 : _detailLastUpdated.id : undefined, value: typeof _detailLastUpdated === "object" && "value" in _detailLastUpdated ? _detailLastUpdated === null || _detailLastUpdated === void 0 ? void 0 : _detailLastUpdated.value : _detailLastUpdated, isRaw: typeof _detailLastUpdated === "object" && "isRaw" in _detailLastUpdated && _detailLastUpdated.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.SyncRef`1[FrooxEngine.UIX.Text]", name: "_detailVisits", id: typeof _detailVisits === "object" && "id" in _detailVisits ? _detailVisits === null || _detailVisits === void 0 ? void 0 : _detailVisits.id : undefined, value: typeof _detailVisits === "object" && "value" in _detailVisits ? _detailVisits === null || _detailVisits === void 0 ? void 0 : _detailVisits.value : _detailVisits, isRaw: typeof _detailVisits === "object" && "isRaw" in _detailVisits && _detailVisits.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.SyncRef`1[FrooxEngine.UIX.Text]", name: "_detailDescription", id: typeof _detailDescription === "object" && "id" in _detailDescription ? _detailDescription === null || _detailDescription === void 0 ? void 0 : _detailDescription.id : undefined, value: typeof _detailDescription === "object" && "value" in _detailDescription ? _detailDescription === null || _detailDescription === void 0 ? void 0 : _detailDescription.value : _detailDescription, isRaw: typeof _detailDescription === "object" && "isRaw" in _detailDescription && _detailDescription.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.SyncRef`1[FrooxEngine.Slot]", name: "_detailTagsRoot", id: typeof _detailTagsRoot === "object" && "id" in _detailTagsRoot ? _detailTagsRoot === null || _detailTagsRoot === void 0 ? void 0 : _detailTagsRoot.id : undefined, value: typeof _detailTagsRoot === "object" && "value" in _detailTagsRoot ? _detailTagsRoot === null || _detailTagsRoot === void 0 ? void 0 : _detailTagsRoot.value : _detailTagsRoot, isRaw: typeof _detailTagsRoot === "object" && "isRaw" in _detailTagsRoot && _detailTagsRoot.isRaw ? true : undefined }), (0, jsx_runtime_1.jsx)(core_1.Member, { type: "FrooxEngine.SyncRef`1[FrooxEngine.Slot]", name: "_adminActionsRoot", id: typeof _adminActionsRoot === "object" && "id" in _adminActionsRoot ? _adminActionsRoot === null || _adminActionsRoot === void 0 ? void 0 : _adminActionsRoot.id : undefined, value: typeof _adminActionsRoot === "object" && "value" in _adminActionsRoot ? _adminActionsRoot === null || _adminActionsRoot === void 0 ? void 0 : _adminActionsRoot.value : _adminActionsRoot, isRaw: typeof _adminActionsRoot === "object" && "isRaw" in _adminActionsRoot && _adminActionsRoot.isRaw ? true : undefined })] })));
}
exports.RecordBrowserDialog = RecordBrowserDialog;
;