@almadar/ui 5.21.10 → 5.21.12
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/avl/index.cjs +175 -798
- package/dist/avl/index.js +24 -647
- package/dist/components/game/organisms/three/index.cjs +2 -489
- package/dist/components/game/organisms/three/index.js +1 -488
- package/dist/components/index.cjs +191 -2487
- package/dist/components/index.js +47 -2296
- package/dist/providers/index.cjs +160 -767
- package/dist/providers/index.js +21 -628
- package/dist/runtime/index.cjs +599 -1209
- package/dist/runtime/index.js +461 -1071
- package/package.json +1 -1
package/dist/providers/index.js
CHANGED
|
@@ -11,6 +11,7 @@ import * as PhosphorIcons from '@phosphor-icons/react';
|
|
|
11
11
|
import * as TablerIcons from '@tabler/icons-react';
|
|
12
12
|
import * as FaIcons from 'react-icons/fa';
|
|
13
13
|
import { createPortal } from 'react-dom';
|
|
14
|
+
import { useTranslate } from '@almadar/ui/hooks';
|
|
14
15
|
import { evaluate, createMinimalContext } from '@almadar/evaluator';
|
|
15
16
|
import { useUISlots } from '@almadar/ui/context';
|
|
16
17
|
import { Link, Outlet, useLocation } from 'react-router-dom';
|
|
@@ -1908,504 +1909,6 @@ var init_Overlay = __esm({
|
|
|
1908
1909
|
};
|
|
1909
1910
|
}
|
|
1910
1911
|
});
|
|
1911
|
-
|
|
1912
|
-
// locales/en.json
|
|
1913
|
-
var en_default;
|
|
1914
|
-
var init_en = __esm({
|
|
1915
|
-
"locales/en.json"() {
|
|
1916
|
-
en_default = {
|
|
1917
|
-
$meta: {
|
|
1918
|
-
locale: "en",
|
|
1919
|
-
direction: "ltr"
|
|
1920
|
-
},
|
|
1921
|
-
"common.save": "Save",
|
|
1922
|
-
"common.cancel": "Cancel",
|
|
1923
|
-
"common.delete": "Delete",
|
|
1924
|
-
"common.close": "Close",
|
|
1925
|
-
"common.confirm": "Are you sure?",
|
|
1926
|
-
"common.create": "Create",
|
|
1927
|
-
"common.edit": "Edit",
|
|
1928
|
-
"common.view": "View",
|
|
1929
|
-
"common.add": "Add",
|
|
1930
|
-
"common.remove": "Remove",
|
|
1931
|
-
"common.search": "Search...",
|
|
1932
|
-
"common.filter": "Filter",
|
|
1933
|
-
"common.actions": "Actions",
|
|
1934
|
-
"common.yes": "Yes",
|
|
1935
|
-
"common.no": "No",
|
|
1936
|
-
"common.selected": "selected",
|
|
1937
|
-
"common.ok": "OK",
|
|
1938
|
-
"common.done": "Done",
|
|
1939
|
-
"common.apply": "Apply",
|
|
1940
|
-
"common.reset": "Reset",
|
|
1941
|
-
"common.refresh": "Refresh",
|
|
1942
|
-
"common.export": "Export",
|
|
1943
|
-
"common.import": "Import",
|
|
1944
|
-
"common.copy": "Copy",
|
|
1945
|
-
"common.settings": "Settings",
|
|
1946
|
-
"nav.previous": "Previous",
|
|
1947
|
-
"nav.next": "Next",
|
|
1948
|
-
"nav.back": "Back",
|
|
1949
|
-
"nav.home": "Home",
|
|
1950
|
-
"form.submit": "Submit",
|
|
1951
|
-
"form.saving": "Saving...",
|
|
1952
|
-
"form.required": "This field is required",
|
|
1953
|
-
"form.invalidEmail": "Enter a valid email address",
|
|
1954
|
-
"form.selectPlaceholder": "Select {{label}}...",
|
|
1955
|
-
"form.searchPlaceholder": "Search {{entity}}...",
|
|
1956
|
-
"table.empty.title": "No items found",
|
|
1957
|
-
"table.empty.description": "No items to display.",
|
|
1958
|
-
"table.search.placeholder": "Search...",
|
|
1959
|
-
"table.pagination.showing": "Showing {{start}} to {{end}} of {{total}} results",
|
|
1960
|
-
"table.pagination.page": "Page {{page}} of {{totalPages}}",
|
|
1961
|
-
"table.bulk.selected": "{{count}} selected",
|
|
1962
|
-
"table.loading": "Loading...",
|
|
1963
|
-
"status.loading": "Loading...",
|
|
1964
|
-
"status.scheduled": "Scheduled",
|
|
1965
|
-
"status.inProgress": "In Progress",
|
|
1966
|
-
"status.completed": "Completed",
|
|
1967
|
-
"status.cancelled": "Cancelled",
|
|
1968
|
-
"status.pending": "Pending",
|
|
1969
|
-
"status.active": "Active",
|
|
1970
|
-
"status.inactive": "Inactive",
|
|
1971
|
-
"status.draft": "Draft",
|
|
1972
|
-
"status.archived": "Archived",
|
|
1973
|
-
"error.generic": "Something went wrong",
|
|
1974
|
-
"error.retry": "Try again",
|
|
1975
|
-
"error.notFound": "Not found",
|
|
1976
|
-
"error.loadFailed": "Failed to load: {{message}}",
|
|
1977
|
-
"error.configMissing": "Configuration not found for: {{id}}",
|
|
1978
|
-
"common.loading": "Loading...",
|
|
1979
|
-
"common.showMore": "Show More",
|
|
1980
|
-
"common.showLess": "Show Less",
|
|
1981
|
-
"common.noResults": "No results found",
|
|
1982
|
-
"common.saveChanges": "Save Changes",
|
|
1983
|
-
"common.retry": "Retry",
|
|
1984
|
-
"common.open": "Open",
|
|
1985
|
-
"common.back": "Back",
|
|
1986
|
-
"empty.noItems": "No items",
|
|
1987
|
-
"empty.noData": "No data available",
|
|
1988
|
-
"empty.noItemsYet": "No items yet",
|
|
1989
|
-
"empty.noItemsAdded": "No items added yet",
|
|
1990
|
-
"empty.noOptionsFound": "No options found",
|
|
1991
|
-
"list.addItemPlaceholder": "Add new item...",
|
|
1992
|
-
"error.occurred": "An error occurred",
|
|
1993
|
-
"error.failedToLoad": "Failed to load data",
|
|
1994
|
-
"wizard.back": "Back",
|
|
1995
|
-
"wizard.next": "Next",
|
|
1996
|
-
"wizard.complete": "Complete",
|
|
1997
|
-
"wizard.stepOf": "Step {{current}} of {{total}}",
|
|
1998
|
-
"pagination.previous": "Previous",
|
|
1999
|
-
"pagination.next": "Next",
|
|
2000
|
-
"pagination.total": "Total:",
|
|
2001
|
-
"pagination.show": "Show:",
|
|
2002
|
-
"pagination.goTo": "Go to:",
|
|
2003
|
-
"pagination.go": "Go",
|
|
2004
|
-
"auth.signIn": "Sign in",
|
|
2005
|
-
"auth.signOut": "Sign out",
|
|
2006
|
-
"dialog.confirm": "Confirm",
|
|
2007
|
-
"dialog.cancel": "Cancel",
|
|
2008
|
-
"dialog.loading": "Loading...",
|
|
2009
|
-
"dialog.delete.title": "Delete {{item}}?",
|
|
2010
|
-
"dialog.delete.message": "This action cannot be undone.",
|
|
2011
|
-
"trait.availableActions": "Available Actions",
|
|
2012
|
-
"trait.transitions": "Transitions",
|
|
2013
|
-
"trait.availableNow": "Available now",
|
|
2014
|
-
"book.startReading": "Start Reading",
|
|
2015
|
-
"book.tableOfContents": "Table of Contents",
|
|
2016
|
-
"book.partNumber": "Part {{number}}",
|
|
2017
|
-
"book.print": "Print",
|
|
2018
|
-
"book.previousPage": "Previous page",
|
|
2019
|
-
"book.nextPage": "Next page",
|
|
2020
|
-
"quiz.showAnswer": "Show answer",
|
|
2021
|
-
"quiz.hideAnswer": "Hide answer",
|
|
2022
|
-
"aria.closeModal": "Close modal",
|
|
2023
|
-
"aria.closeToast": "Dismiss toast",
|
|
2024
|
-
"aria.closeAlert": "Dismiss alert",
|
|
2025
|
-
"aria.removeFilter": "Remove filter",
|
|
2026
|
-
"aria.closeDrawer": "Close drawer",
|
|
2027
|
-
"aria.closePanel": "Close panel",
|
|
2028
|
-
"aria.previousImage": "Previous image",
|
|
2029
|
-
"aria.nextImage": "Next image",
|
|
2030
|
-
"aria.dismiss": "Dismiss",
|
|
2031
|
-
"aria.previousSlide": "Previous slide",
|
|
2032
|
-
"aria.nextSlide": "Next slide",
|
|
2033
|
-
"aria.previousDays": "Previous days",
|
|
2034
|
-
"aria.nextDays": "Next days",
|
|
2035
|
-
"aria.decrease": "Decrease",
|
|
2036
|
-
"aria.increase": "Increase",
|
|
2037
|
-
"aria.breadcrumb": "Breadcrumb",
|
|
2038
|
-
"aria.tableOfContents": "Table of contents",
|
|
2039
|
-
"aria.docsSidebar": "Documentation sidebar",
|
|
2040
|
-
"aria.selectAllRows": "Select all rows",
|
|
2041
|
-
"aria.selectAll": "Select all",
|
|
2042
|
-
"aria.upvote": "Upvote",
|
|
2043
|
-
"aria.downvote": "Downvote",
|
|
2044
|
-
"aria.qrScanner": "QR scanner",
|
|
2045
|
-
"aria.mockScanDev": "Mock scan (dev)",
|
|
2046
|
-
"aria.openMenu": "Open menu",
|
|
2047
|
-
"aria.closeMenu": "Close menu",
|
|
2048
|
-
"aria.openSidebar": "Open sidebar",
|
|
2049
|
-
"sidebar.expand": "Expand sidebar",
|
|
2050
|
-
"sidebar.collapse": "Collapse sidebar",
|
|
2051
|
-
"sidebar.close": "Close sidebar",
|
|
2052
|
-
"loading.items": "Loading items...",
|
|
2053
|
-
"card.imageAlt": "Image",
|
|
2054
|
-
"canvas.emptyMessage": "No content",
|
|
2055
|
-
"canvas.errorTitle": "Canvas error",
|
|
2056
|
-
"book.noData": "No data",
|
|
2057
|
-
"common.notifications": "Notifications",
|
|
2058
|
-
"common.remaining": "{{count}} remaining",
|
|
2059
|
-
"error.somethingWentWrong": "Something went wrong",
|
|
2060
|
-
"error.loadingItems": "Loading items...",
|
|
2061
|
-
"error.noItemsFound": "No items found",
|
|
2062
|
-
"debug.noEntityData": "No entity data",
|
|
2063
|
-
"debug.noEntities": "No entities",
|
|
2064
|
-
"debug.noTicks": "No ticks registered",
|
|
2065
|
-
"debug.noActiveTraits": "No active traits",
|
|
2066
|
-
"debug.noGuardEvaluations": "No guard evaluations",
|
|
2067
|
-
"debug.noBridgeData": "No bridge data",
|
|
2068
|
-
"debug.status": "Status",
|
|
2069
|
-
"debug.eventsForwarded": "Events Forwarded (Client \u2192 Server)",
|
|
2070
|
-
"debug.eventsReceived": "Events Received (Server \u2192 Client)",
|
|
2071
|
-
"debug.lastHeartbeat": "Last Heartbeat",
|
|
2072
|
-
"debug.noEventsYet": "No events yet",
|
|
2073
|
-
"debug.noTransitionsRecorded": "No transitions recorded",
|
|
2074
|
-
"debug.noVerificationChecks": "No verification checks yet",
|
|
2075
|
-
"display.chartError": "Chart error",
|
|
2076
|
-
"display.codeViewerError": "Code viewer error",
|
|
2077
|
-
"display.noCode": "No code",
|
|
2078
|
-
"display.documentError": "Document error",
|
|
2079
|
-
"display.noDocument": "No document",
|
|
2080
|
-
"display.graphError": "Graph error",
|
|
2081
|
-
"display.noGraphData": "No graph data",
|
|
2082
|
-
"display.galleryError": "Gallery error",
|
|
2083
|
-
"display.noMedia": "No media",
|
|
2084
|
-
"display.meterError": "Meter error",
|
|
2085
|
-
"display.signaturePadError": "Signature pad error",
|
|
2086
|
-
"display.timelineError": "Timeline error",
|
|
2087
|
-
"display.noEvents": "No events",
|
|
2088
|
-
"template.features": "Features",
|
|
2089
|
-
"template.howItWorks": "How It Works",
|
|
2090
|
-
"template.showcase": "Showcase",
|
|
2091
|
-
"template.faq": "Frequently Asked Questions",
|
|
2092
|
-
"template.ourTeam": "Our Team",
|
|
2093
|
-
"template.caseStudies": "Case Studies",
|
|
2094
|
-
"richBlockEditor.toolbar.text": "Text",
|
|
2095
|
-
"richBlockEditor.toolbar.h1": "H1",
|
|
2096
|
-
"richBlockEditor.toolbar.h2": "H2",
|
|
2097
|
-
"richBlockEditor.toolbar.h3": "H3",
|
|
2098
|
-
"richBlockEditor.toolbar.bulletList": "Bullet list",
|
|
2099
|
-
"richBlockEditor.toolbar.numbered": "Numbered",
|
|
2100
|
-
"richBlockEditor.toolbar.quote": "Quote",
|
|
2101
|
-
"richBlockEditor.toolbar.code": "Code",
|
|
2102
|
-
"richBlockEditor.toolbar.divider": "Divider",
|
|
2103
|
-
"richBlockEditor.toolbar.image": "Image",
|
|
2104
|
-
"richBlockEditor.blockType.paragraph": "Text",
|
|
2105
|
-
"richBlockEditor.blockType.heading1": "Heading 1",
|
|
2106
|
-
"richBlockEditor.blockType.heading2": "Heading 2",
|
|
2107
|
-
"richBlockEditor.blockType.heading3": "Heading 3",
|
|
2108
|
-
"richBlockEditor.blockType.bulletList": "Bullet list",
|
|
2109
|
-
"richBlockEditor.blockType.numberedList": "Numbered list",
|
|
2110
|
-
"richBlockEditor.blockType.quote": "Quote",
|
|
2111
|
-
"richBlockEditor.blockType.code": "Code",
|
|
2112
|
-
"richBlockEditor.blockType.divider": "Divider",
|
|
2113
|
-
"richBlockEditor.blockType.image": "Image",
|
|
2114
|
-
"richBlockEditor.blockActions": "Block actions",
|
|
2115
|
-
"richBlockEditor.duplicate": "Duplicate",
|
|
2116
|
-
"richBlockEditor.turnInto": "Turn into",
|
|
2117
|
-
"richBlockEditor.placeholder.heading1": "Heading 1",
|
|
2118
|
-
"richBlockEditor.placeholder.heading2": "Heading 2",
|
|
2119
|
-
"richBlockEditor.placeholder.heading3": "Heading 3",
|
|
2120
|
-
"richBlockEditor.placeholder.quote": "Quote",
|
|
2121
|
-
"richBlockEditor.placeholder.code": "Enter code",
|
|
2122
|
-
"richBlockEditor.placeholder.paragraph": "Start writing...",
|
|
2123
|
-
"richBlockEditor.placeholder.listItem": "List item",
|
|
2124
|
-
"richBlockEditor.placeholder.caption": "Caption (optional)",
|
|
2125
|
-
"richBlockEditor.aria.heading1Block": "Heading 1 block",
|
|
2126
|
-
"richBlockEditor.aria.heading2Block": "Heading 2 block",
|
|
2127
|
-
"richBlockEditor.aria.heading3Block": "Heading 3 block",
|
|
2128
|
-
"richBlockEditor.aria.quoteBlock": "Quote block",
|
|
2129
|
-
"richBlockEditor.aria.codeBlock": "Code block",
|
|
2130
|
-
"richBlockEditor.aria.codeLanguage": "Code language",
|
|
2131
|
-
"richBlockEditor.aria.imageUrl": "Image URL",
|
|
2132
|
-
"richBlockEditor.aria.imageCaption": "Image caption",
|
|
2133
|
-
"richBlockEditor.aria.listItem": "List item",
|
|
2134
|
-
"richBlockEditor.aria.removeListItem": "Remove list item",
|
|
2135
|
-
"richBlockEditor.aria.paragraphBlock": "Paragraph block",
|
|
2136
|
-
"richBlockEditor.embeddedImage": "Embedded image",
|
|
2137
|
-
"richBlockEditor.noImageUrl": "No image URL set",
|
|
2138
|
-
"richBlockEditor.addItem": "Add item",
|
|
2139
|
-
"richBlockEditor.insertParagraphBelow": "Insert paragraph below",
|
|
2140
|
-
"richBlockEditor.editorToolbar": "Block editor toolbar",
|
|
2141
|
-
"richBlockEditor.insertEntry": "Insert {{label}}",
|
|
2142
|
-
"versionDiff.compare": "Compare",
|
|
2143
|
-
"versionDiff.to": "to",
|
|
2144
|
-
"versionDiff.beforeRevision": "Before revision",
|
|
2145
|
-
"versionDiff.afterRevision": "After revision",
|
|
2146
|
-
"versionDiff.switchToInline": "Switch to inline view",
|
|
2147
|
-
"versionDiff.switchToSideBySide": "Switch to side-by-side view",
|
|
2148
|
-
"versionDiff.revert": "Revert",
|
|
2149
|
-
"versionDiff.byAuthor": " by {{author}}",
|
|
2150
|
-
"violationAlert.actionType.measure": "Corrective Measure",
|
|
2151
|
-
"violationAlert.actionType.admin": "Administrative Action",
|
|
2152
|
-
"violationAlert.actionType.penalty": "Penalty Proceedings",
|
|
2153
|
-
"violationAlert.fallbackMessage": "Violation",
|
|
2154
|
-
"violationAlert.adminLabel": "Admin:",
|
|
2155
|
-
"violationAlert.penaltyLabel": "Penalty:",
|
|
2156
|
-
"violationAlert.goToField": "Go to field",
|
|
2157
|
-
"branchingLogic.title": "Branching logic",
|
|
2158
|
-
"branchingLogic.if": "If",
|
|
2159
|
-
"branchingLogic.goTo": "go to",
|
|
2160
|
-
"branchingLogic.rules": "Rules",
|
|
2161
|
-
"branchingLogic.logicGraph": "Logic graph",
|
|
2162
|
-
"branchingLogic.addRule": "Add rule",
|
|
2163
|
-
"branchingLogic.deleteRule": "Delete rule",
|
|
2164
|
-
"branchingLogic.endOfSurvey": "End of survey",
|
|
2165
|
-
"branchingLogic.brokenReference": "Broken reference",
|
|
2166
|
-
"branchingLogic.selectQuestion": "Select question",
|
|
2167
|
-
"branchingLogic.selectTarget": "Select target",
|
|
2168
|
-
"branchingLogic.selectValue": "Select value",
|
|
2169
|
-
"branchingLogic.addValue": "Add value",
|
|
2170
|
-
"branchingLogic.value": "Value",
|
|
2171
|
-
"branchingLogic.typeValuePressEnter": "Type value, press Enter",
|
|
2172
|
-
"branchingLogic.operatorEquals": "equals",
|
|
2173
|
-
"branchingLogic.operatorNotEquals": "does not equal",
|
|
2174
|
-
"branchingLogic.operatorContains": "contains",
|
|
2175
|
-
"branchingLogic.operatorIn": "is one of",
|
|
2176
|
-
"branchingLogic.graphAriaLabel": "Branching logic graph",
|
|
2177
|
-
"branchingLogic.ruleCountOne": "{{count}} rule",
|
|
2178
|
-
"branchingLogic.ruleCountOther": "{{count}} rules",
|
|
2179
|
-
"branchingLogic.brokenCount": "{{count}} broken",
|
|
2180
|
-
"branchingLogic.emptyNoQuestions": "Add questions before building branching rules.",
|
|
2181
|
-
"branchingLogic.emptyNoRules": "No rules yet. Add a rule to define branching logic.",
|
|
2182
|
-
"filterGroup.filters": "Filters",
|
|
2183
|
-
"filterGroup.all": "All",
|
|
2184
|
-
"filterGroup.clear": "Clear",
|
|
2185
|
-
"filterGroup.clearAll": "Clear all",
|
|
2186
|
-
"filterGroup.from": "From",
|
|
2187
|
-
"filterGroup.to": "To",
|
|
2188
|
-
"filterGroup.allOf": "All {{label}}",
|
|
2189
|
-
"filterGroup.activeCount": "{{count}} active",
|
|
2190
|
-
"debug.guardEvaluationsHint": "Guard evaluations will appear when transitions or ticks with guards execute",
|
|
2191
|
-
"debug.expression": "Expression",
|
|
2192
|
-
"debug.inputs": "Inputs",
|
|
2193
|
-
"debug.trait": "Trait",
|
|
2194
|
-
"debug.filterAll": "All",
|
|
2195
|
-
"debug.filterPassed": "Passed",
|
|
2196
|
-
"debug.filterFailed": "Failed",
|
|
2197
|
-
"debug.traitsInitHint": "Traits will appear when the state machine initializes",
|
|
2198
|
-
"debug.traitsMountHint": "Traits will appear when components using them are mounted",
|
|
2199
|
-
"debug.activeStates": "Active States",
|
|
2200
|
-
"debug.availableEvents": "Available Events",
|
|
2201
|
-
"debug.noTransitionsFromState": "No transitions from current state",
|
|
2202
|
-
"debug.guarded": "guarded",
|
|
2203
|
-
"debug.otherEvents": "Other Events (not available from current state)",
|
|
2204
|
-
"debug.recentTransitions": "Recent Transitions",
|
|
2205
|
-
"debug.transitionsCount": "{{count}} transitions",
|
|
2206
|
-
"debug.states": "States",
|
|
2207
|
-
"debug.transitions": "Transitions",
|
|
2208
|
-
"debug.guards": "Guards",
|
|
2209
|
-
"debug.debugModeHint": "Debug mode may not be enabled",
|
|
2210
|
-
"debug.entitiesSpawnHint": "Entities will appear when spawned",
|
|
2211
|
-
"debug.singleton": "Singleton",
|
|
2212
|
-
"debug.singletonsCount": "Singletons ({{count}})",
|
|
2213
|
-
"debug.runtimeCount": "Runtime ({{count}})",
|
|
2214
|
-
"debug.moreEntities": "+{{count}} more entities",
|
|
2215
|
-
"debug.persistent": "Persistent",
|
|
2216
|
-
"debug.loadedCount": "{{count}} loaded",
|
|
2217
|
-
"debug.notLoaded": "not loaded",
|
|
2218
|
-
"debug.eventsExecuteHint": "Events will appear as traits, ticks, and other systems execute",
|
|
2219
|
-
"debug.allCount": "All ({{count}})",
|
|
2220
|
-
"debug.autoScroll": "Auto-scroll",
|
|
2221
|
-
"debug.transitionsProcessHint": "Transitions will appear as the state machine processes events",
|
|
2222
|
-
"debug.transitionsRecorded": "{{count}} transitions recorded",
|
|
2223
|
-
"debug.guardLabel": "guard:",
|
|
2224
|
-
"debug.effectsCount": "{{count}} effects",
|
|
2225
|
-
"debug.bridgeInitHint": "The ServerBridge has not been initialized. Bridge health will appear once the runtime connects to the server.",
|
|
2226
|
-
"debug.never": "Never",
|
|
2227
|
-
"debug.connected": "Connected",
|
|
2228
|
-
"debug.disconnected": "Disconnected",
|
|
2229
|
-
"debug.lastError": "Last Error",
|
|
2230
|
-
"debug.totalEventsProcessed": "{{count}} total events processed",
|
|
2231
|
-
"debug.server": "server",
|
|
2232
|
-
"debug.clientEffectsCount": "{{count}} clientEffects",
|
|
2233
|
-
"debug.emitLabel": "emit:",
|
|
2234
|
-
"debug.rowsCount": "{{count}} rows",
|
|
2235
|
-
"debug.serverResponse": "server response",
|
|
2236
|
-
"debug.collapseVerificationTimeline": "Collapse verification timeline",
|
|
2237
|
-
"debug.expandVerificationTimeline": "Expand verification timeline",
|
|
2238
|
-
"debug.failCount": "{{count}} fail",
|
|
2239
|
-
"debug.ok": "OK",
|
|
2240
|
-
"debug.localCount": "{{count}} local",
|
|
2241
|
-
"debug.serverCount": "{{count}} server",
|
|
2242
|
-
"debug.waitingForTransitions": "Waiting for transitions...",
|
|
2243
|
-
"debug.tabDispatch": "Dispatch",
|
|
2244
|
-
"debug.tabVerify": "Verify",
|
|
2245
|
-
"debug.tabVerifyAlert": "Verify (!)",
|
|
2246
|
-
"debug.tabTimeline": "Timeline",
|
|
2247
|
-
"debug.tabBridge": "Bridge",
|
|
2248
|
-
"debug.tabTraits": "Traits",
|
|
2249
|
-
"debug.tabTicks": "Ticks",
|
|
2250
|
-
"debug.tabEntities": "Entities",
|
|
2251
|
-
"debug.tabEvents": "Events",
|
|
2252
|
-
"debug.tabGuards": "Guards",
|
|
2253
|
-
"debug.debugger": "Debugger",
|
|
2254
|
-
"debug.failedCount": "{{count}} failed",
|
|
2255
|
-
"debug.traitsCount": "{{count}} traits",
|
|
2256
|
-
"debug.idle": "Idle",
|
|
2257
|
-
"debug.openDebugger": "Open Debugger (`)",
|
|
2258
|
-
"debug.kflowVerifier": "KFlow Verifier",
|
|
2259
|
-
"debug.allPassing": "All passing",
|
|
2260
|
-
"debug.runtime": "Runtime",
|
|
2261
|
-
"debug.close": "Close (`)",
|
|
2262
|
-
"debug.toggleHint": "Press ` to toggle | window.__orbitalVerification for automation",
|
|
2263
|
-
"replyTree.expandReplies": "Expand replies",
|
|
2264
|
-
"replyTree.collapseReplies": "Collapse replies",
|
|
2265
|
-
"replyTree.voteOnReplyBy": "Vote on reply by {{author}}",
|
|
2266
|
-
"replyTree.replyTo": "Reply to {{author}}",
|
|
2267
|
-
"replyTree.replyToPlaceholder": "Reply to {{author}}\u2026",
|
|
2268
|
-
"replyTree.reply": "Reply",
|
|
2269
|
-
"replyTree.flagReplyBy": "Flag reply by {{author}}",
|
|
2270
|
-
"replyTree.flag": "Flag",
|
|
2271
|
-
"replyTree.send": "Send",
|
|
2272
|
-
"replyTree.continueThread": "Continue thread",
|
|
2273
|
-
"replyTree.noRepliesYet": "No replies yet.",
|
|
2274
|
-
"signaturePad.label": "Signature",
|
|
2275
|
-
"signaturePad.helperText": "Draw your signature above",
|
|
2276
|
-
"signaturePad.clear": "Clear",
|
|
2277
|
-
"signaturePad.confirm": "Confirm",
|
|
2278
|
-
"qrScanner.cameraUnavailable": "Camera unavailable",
|
|
2279
|
-
"qrScanner.paused": "Paused",
|
|
2280
|
-
"qrScanner.resumeScanning": "Resume scanning",
|
|
2281
|
-
"qrScanner.pauseScanning": "Pause scanning",
|
|
2282
|
-
"qrScanner.switchToFrontCamera": "Switch to front camera",
|
|
2283
|
-
"qrScanner.switchToRearCamera": "Switch to rear camera",
|
|
2284
|
-
"qrScanner.mockScan": "Mock Scan",
|
|
2285
|
-
"docSearch.placeholder": "Search documentation...",
|
|
2286
|
-
"stateMachine.loading": "Loading state machine\u2026",
|
|
2287
|
-
"stateMachine.noStateMachine": "No state machine to visualize",
|
|
2288
|
-
"avl.trigger": "Trigger",
|
|
2289
|
-
"avl.guard": "Guard",
|
|
2290
|
-
"avl.effects": "Effects",
|
|
2291
|
-
"avl.props": "Props",
|
|
2292
|
-
"avl.entity": "Entity",
|
|
2293
|
-
"avl.traits": "Traits",
|
|
2294
|
-
"avl.transition": "Transition",
|
|
2295
|
-
"avl.onEntity": "on {{entity}}",
|
|
2296
|
-
"avl.linkedTo": "linked to {{entity}}",
|
|
2297
|
-
"avl.pressEscToZoomOut": "Press Esc to zoom out",
|
|
2298
|
-
"avl.zoomIn": "Zoom in",
|
|
2299
|
-
"avl.zoomOut": "Zoom out",
|
|
2300
|
-
"avl.orbitalLabel": "Orbital: {{name}}",
|
|
2301
|
-
"avl.orbitalLabelHighlighted": "Orbital: {{name}} (highlighted)",
|
|
2302
|
-
"avl.noTraitData": "No trait data",
|
|
2303
|
-
"avl.computingLayout": "Computing layout...",
|
|
2304
|
-
"avl.noStateMachine": "No state machine",
|
|
2305
|
-
"avl.listensFor": "listens for {{event}}",
|
|
2306
|
-
"avl.emits": "emits {{event}}",
|
|
2307
|
-
"avl.pageLayout": "Page Layout",
|
|
2308
|
-
"avl.overlaySuffix": "(overlay)",
|
|
2309
|
-
"orbPreview.previewBadge": "Preview",
|
|
2310
|
-
"orbPreview.doubleClickToOpen": "Double-click to open",
|
|
2311
|
-
"orbPreview.dropToAddAndOpen": "Drop to add and open",
|
|
2312
|
-
"orbPreview.dispatching": "Coordinator is dispatching to this orbital",
|
|
2313
|
-
"orbPreview.noPreview": "No preview available",
|
|
2314
|
-
"orbPreview.screensCount": "{{count}} screens",
|
|
2315
|
-
"detailView.noTransitionData": "No transition data",
|
|
2316
|
-
"orbInspector.required": "req",
|
|
2317
|
-
"orbInspector.addField": "Add Field",
|
|
2318
|
-
"orbInspector.serviceMode": "Service Mode",
|
|
2319
|
-
"orbInspector.standalone": "Standalone",
|
|
2320
|
-
"orbInspector.embedded": "Embedded",
|
|
2321
|
-
"orbInspector.rendersOwnUi": "Renders its own UI",
|
|
2322
|
-
"orbInspector.headless": "Headless, wired to other behaviors",
|
|
2323
|
-
"orbInspector.addEffect": "Add Effect",
|
|
2324
|
-
"orbInspector.guardExpression": "Guard expression",
|
|
2325
|
-
"orbInspector.selectPatternForStyles": "Select a pattern to view its style tokens.",
|
|
2326
|
-
"orbInspector.tokens": "Tokens",
|
|
2327
|
-
"orbInspector.noTokenContract": "No token contract declared for this pattern.",
|
|
2328
|
-
"orbInspector.variant": "Variant",
|
|
2329
|
-
"orbInspector.size": "Size",
|
|
2330
|
-
"orbInspector.statesCount": "{{count}} states",
|
|
2331
|
-
"orbInspector.onEntity": " on {{entity}}",
|
|
2332
|
-
"orbInspector.projectThemeTokens": "Project theme tokens",
|
|
2333
|
-
"orbInspector.tokenGroup.colors": "Colors",
|
|
2334
|
-
"orbInspector.tokenGroup.radii": "Radii",
|
|
2335
|
-
"orbInspector.tokenGroup.spacing": "Spacing",
|
|
2336
|
-
"orbInspector.tokenGroup.shadows": "Shadows",
|
|
2337
|
-
"orbInspector.tab.inspector": "Inspector",
|
|
2338
|
-
"orbInspector.tab.styles": "Styles",
|
|
2339
|
-
"orbInspector.tab.code": "Code",
|
|
2340
|
-
"canvas.goBackToOverview": "Go back to overview",
|
|
2341
|
-
"canvas.overview": "Overview",
|
|
2342
|
-
"canvas.expanded": "Expanded",
|
|
2343
|
-
"canvas.modulesCount": "{{count}} modules",
|
|
2344
|
-
"canvas.screensCount": "{{count}} screens",
|
|
2345
|
-
"canvas.switchToView": "Switch to {{label}} view",
|
|
2346
|
-
"lawReference.viewFullText": "View full law text",
|
|
2347
|
-
"statCard.defaultLabel": "Stat",
|
|
2348
|
-
"statCard.vsLastPeriod": "vs last period",
|
|
2349
|
-
"mediaGallery.upload": "Upload",
|
|
2350
|
-
"mediaGallery.noMediaDescription": "No media items to display.",
|
|
2351
|
-
"pagination.jumpPlaceholder": "Page",
|
|
2352
|
-
"table.selectRow": "Select row {{id}}",
|
|
2353
|
-
"card.selectItem": "Select {{item}}",
|
|
2354
|
-
"card.itemFallback": "item",
|
|
2355
|
-
"fileTree.noFiles": "No files",
|
|
2356
|
-
"masterDetail.selectItem": "Select an item to view details",
|
|
2357
|
-
"empty.createFirst": "Create your first item to get started.",
|
|
2358
|
-
"upload.dropOrBrowse": "Drop files here or click to browse",
|
|
2359
|
-
"upload.dropFilesHere": "Drop files here",
|
|
2360
|
-
"upload.accepted": "Accepted: {{accept}}",
|
|
2361
|
-
"upload.maxSize": "Max size: {{size}}",
|
|
2362
|
-
"upload.maxFiles": "Up to {{count}} files",
|
|
2363
|
-
"upload.error.maxFiles": "Maximum {{count}} files allowed",
|
|
2364
|
-
"upload.error.invalidType": "Invalid file type: {{name}}",
|
|
2365
|
-
"upload.error.tooLarge": "File too large: {{name}} (max {{size}})",
|
|
2366
|
-
"optionConstraint.requiredOne": "Required, pick 1",
|
|
2367
|
-
"optionConstraint.optionalOne": "Optional, pick up to 1",
|
|
2368
|
-
"optionConstraint.pickExactly": "Pick exactly {{count}}",
|
|
2369
|
-
"optionConstraint.pickRange": "Pick {{min}}-{{max}}",
|
|
2370
|
-
"optionConstraint.pickAtLeast": "Pick at least {{count}}",
|
|
2371
|
-
"optionConstraint.pickUpTo": "Pick up to {{count}}",
|
|
2372
|
-
"optionConstraint.optional": "Optional",
|
|
2373
|
-
"optionConstraint.outOfStock": "Out of stock",
|
|
2374
|
-
"optionConstraint.error.pickOne": "Pick 1 option",
|
|
2375
|
-
"optionConstraint.error.pickOnlyOne": "Pick only 1 option",
|
|
2376
|
-
"optionConstraint.error.pickMore": "Pick at least {{count}} more",
|
|
2377
|
-
"optionConstraint.error.removeOptions": "Remove {{count}} options",
|
|
2378
|
-
"stateMachine.pinned": "Pinned",
|
|
2379
|
-
"stateMachine.eventCount": "{{count}} events",
|
|
2380
|
-
"stateMachine.externalEffects": "External Effects",
|
|
2381
|
-
"stateMachine.legend.initial": "Initial",
|
|
2382
|
-
"stateMachine.legend.final": "Final",
|
|
2383
|
-
"stateMachine.legend.state": "State",
|
|
2384
|
-
"stateMachine.legend.multiEvent": "Multi-event",
|
|
2385
|
-
"relationSelect.selectPlaceholder": "Select..."
|
|
2386
|
-
};
|
|
2387
|
-
}
|
|
2388
|
-
});
|
|
2389
|
-
function useTranslate() {
|
|
2390
|
-
return useContext(I18nContext);
|
|
2391
|
-
}
|
|
2392
|
-
var _meta, coreMessages, coreLocale, I18nContext;
|
|
2393
|
-
var init_useTranslate = __esm({
|
|
2394
|
-
"hooks/useTranslate.ts"() {
|
|
2395
|
-
"use client";
|
|
2396
|
-
init_en();
|
|
2397
|
-
({ $meta: _meta, ...coreMessages } = en_default);
|
|
2398
|
-
coreLocale = coreMessages;
|
|
2399
|
-
I18nContext = createContext({
|
|
2400
|
-
locale: "en",
|
|
2401
|
-
direction: "ltr",
|
|
2402
|
-
t: (key) => coreLocale[key] ?? key
|
|
2403
|
-
// core locale fallback
|
|
2404
|
-
});
|
|
2405
|
-
I18nContext.displayName = "I18nContext";
|
|
2406
|
-
I18nContext.Provider;
|
|
2407
|
-
}
|
|
2408
|
-
});
|
|
2409
1912
|
var sizeClasses2, minWidthClasses, lookStyles, Modal;
|
|
2410
1913
|
var init_Modal = __esm({
|
|
2411
1914
|
"components/core/molecules/Modal.tsx"() {
|
|
@@ -2417,7 +1920,6 @@ var init_Modal = __esm({
|
|
|
2417
1920
|
init_Overlay();
|
|
2418
1921
|
init_cn();
|
|
2419
1922
|
init_useEventBus();
|
|
2420
|
-
init_useTranslate();
|
|
2421
1923
|
sizeClasses2 = {
|
|
2422
1924
|
sm: "max-w-md",
|
|
2423
1925
|
md: "max-w-2xl",
|
|
@@ -2639,7 +2141,6 @@ var init_Drawer = __esm({
|
|
|
2639
2141
|
init_Overlay();
|
|
2640
2142
|
init_cn();
|
|
2641
2143
|
init_useEventBus();
|
|
2642
|
-
init_useTranslate();
|
|
2643
2144
|
sizeWidths = {
|
|
2644
2145
|
sm: "w-full sm:w-80",
|
|
2645
2146
|
// 320px
|
|
@@ -2912,7 +2413,6 @@ var init_Toast = __esm({
|
|
|
2912
2413
|
init_Badge();
|
|
2913
2414
|
init_cn();
|
|
2914
2415
|
init_useEventBus();
|
|
2915
|
-
init_useTranslate();
|
|
2916
2416
|
variantClasses = {
|
|
2917
2417
|
success: "bg-card border-[length:var(--border-width)] border-success",
|
|
2918
2418
|
error: "bg-card border-[length:var(--border-width)] border-error",
|
|
@@ -3874,7 +3374,6 @@ var init_Input = __esm({
|
|
|
3874
3374
|
"components/core/atoms/Input.tsx"() {
|
|
3875
3375
|
init_cn();
|
|
3876
3376
|
init_Icon();
|
|
3877
|
-
init_useTranslate();
|
|
3878
3377
|
Input = React85__default.forwardRef(
|
|
3879
3378
|
({
|
|
3880
3379
|
className,
|
|
@@ -4258,7 +3757,6 @@ var init_FilterPill = __esm({
|
|
|
4258
3757
|
"components/core/atoms/FilterPill.tsx"() {
|
|
4259
3758
|
init_cn();
|
|
4260
3759
|
init_useEventBus();
|
|
4261
|
-
init_useTranslate();
|
|
4262
3760
|
init_Icon();
|
|
4263
3761
|
variantStyles5 = {
|
|
4264
3762
|
default: [
|
|
@@ -5470,7 +4968,6 @@ var init_LawReferenceTooltip = __esm({
|
|
|
5470
4968
|
init_Typography();
|
|
5471
4969
|
init_Divider();
|
|
5472
4970
|
init_cn();
|
|
5473
|
-
init_useTranslate();
|
|
5474
4971
|
positionStyles2 = {
|
|
5475
4972
|
top: "bottom-full left-1/2 -translate-x-1/2 mb-2",
|
|
5476
4973
|
bottom: "top-full left-1/2 -translate-x-1/2 mt-2",
|
|
@@ -8464,7 +7961,6 @@ var init_ErrorState = __esm({
|
|
|
8464
7961
|
init_Typography();
|
|
8465
7962
|
init_Icon();
|
|
8466
7963
|
init_useEventBus();
|
|
8467
|
-
init_useTranslate();
|
|
8468
7964
|
ErrorState = ({
|
|
8469
7965
|
title,
|
|
8470
7966
|
message,
|
|
@@ -8507,7 +8003,6 @@ var init_ErrorBoundary = __esm({
|
|
|
8507
8003
|
"use client";
|
|
8508
8004
|
init_cn();
|
|
8509
8005
|
init_ErrorState();
|
|
8510
|
-
init_useTranslate();
|
|
8511
8006
|
DefaultFallback = ({ error, onRetry }) => {
|
|
8512
8007
|
const { t } = useTranslate();
|
|
8513
8008
|
return /* @__PURE__ */ jsx(
|
|
@@ -8657,7 +8152,6 @@ var init_Skeleton = __esm({
|
|
|
8657
8152
|
"components/core/molecules/Skeleton.tsx"() {
|
|
8658
8153
|
"use client";
|
|
8659
8154
|
init_cn();
|
|
8660
|
-
init_useTranslate();
|
|
8661
8155
|
init_Box();
|
|
8662
8156
|
init_Stack();
|
|
8663
8157
|
init_Stack();
|
|
@@ -9690,7 +9184,6 @@ var AboutPageTemplate;
|
|
|
9690
9184
|
var init_AboutPageTemplate = __esm({
|
|
9691
9185
|
"components/marketing/templates/AboutPageTemplate.tsx"() {
|
|
9692
9186
|
init_cn();
|
|
9693
|
-
init_useTranslate();
|
|
9694
9187
|
init_Stack();
|
|
9695
9188
|
init_Box();
|
|
9696
9189
|
init_Typography();
|
|
@@ -9795,7 +9288,6 @@ var init_Alert = __esm({
|
|
|
9795
9288
|
init_Icon();
|
|
9796
9289
|
init_Typography();
|
|
9797
9290
|
init_useEventBus();
|
|
9798
|
-
init_useTranslate();
|
|
9799
9291
|
variantBorderClasses = {
|
|
9800
9292
|
info: "border-info",
|
|
9801
9293
|
success: "border-success",
|
|
@@ -10155,7 +9647,6 @@ var init_Menu = __esm({
|
|
|
10155
9647
|
init_Badge();
|
|
10156
9648
|
init_cn();
|
|
10157
9649
|
init_useEventBus();
|
|
10158
|
-
init_useTranslate();
|
|
10159
9650
|
Menu = ({
|
|
10160
9651
|
trigger,
|
|
10161
9652
|
items,
|
|
@@ -10163,7 +9654,7 @@ var init_Menu = __esm({
|
|
|
10163
9654
|
className
|
|
10164
9655
|
}) => {
|
|
10165
9656
|
const eventBus = useEventBus();
|
|
10166
|
-
const { t } = useTranslate();
|
|
9657
|
+
const { t, direction } = useTranslate();
|
|
10167
9658
|
const [isOpen, setIsOpen] = useState(false);
|
|
10168
9659
|
const [activeSubMenu, setActiveSubMenu] = useState(null);
|
|
10169
9660
|
const [triggerRect, setTriggerRect] = useState(null);
|
|
@@ -10217,6 +9708,18 @@ var init_Menu = __esm({
|
|
|
10217
9708
|
"bottom-start": "top-full left-0 mt-2",
|
|
10218
9709
|
"bottom-end": "top-full right-0 mt-2"
|
|
10219
9710
|
};
|
|
9711
|
+
const rtlMirror = {
|
|
9712
|
+
"top-left": "top-right",
|
|
9713
|
+
"top-right": "top-left",
|
|
9714
|
+
"bottom-left": "bottom-right",
|
|
9715
|
+
"bottom-right": "bottom-left",
|
|
9716
|
+
"top-start": "top-end",
|
|
9717
|
+
"top-end": "top-start",
|
|
9718
|
+
"bottom-start": "bottom-end",
|
|
9719
|
+
"bottom-end": "bottom-start"
|
|
9720
|
+
};
|
|
9721
|
+
const effectivePosition = direction === "rtl" ? rtlMirror[position] ?? position : position;
|
|
9722
|
+
const subMenuSideClass = direction === "rtl" ? "right-full mr-2" : "left-full ml-2";
|
|
10220
9723
|
const triggerChild = React85__default.isValidElement(trigger) ? trigger : /* @__PURE__ */ jsx(Typography, { variant: "small", as: "span", children: trigger });
|
|
10221
9724
|
const triggerElement = React85__default.cloneElement(
|
|
10222
9725
|
triggerChild,
|
|
@@ -10244,7 +9747,7 @@ var init_Menu = __esm({
|
|
|
10244
9747
|
onMouseEnter: () => hasSubMenu && setActiveSubMenu(itemId),
|
|
10245
9748
|
"data-testid": item.event ? `action-${item.event}` : void 0,
|
|
10246
9749
|
className: cn(
|
|
10247
|
-
"w-full flex items-center justify-between gap-3 px-4 py-2 text-
|
|
9750
|
+
"w-full flex items-center justify-between gap-3 px-4 py-2 text-start",
|
|
10248
9751
|
"text-sm transition-colors",
|
|
10249
9752
|
"hover:bg-muted",
|
|
10250
9753
|
"focus:outline-none focus:bg-muted",
|
|
@@ -10263,7 +9766,7 @@ var init_Menu = __esm({
|
|
|
10263
9766
|
}
|
|
10264
9767
|
),
|
|
10265
9768
|
item.badge !== void 0 && /* @__PURE__ */ jsx(Badge, { variant: "default", size: "sm", children: item.badge }),
|
|
10266
|
-
hasSubMenu && /* @__PURE__ */ jsx(Icon, { name: "chevron-right", size: "sm", className: "flex-shrink-0" })
|
|
9769
|
+
hasSubMenu && /* @__PURE__ */ jsx(Icon, { name: direction === "rtl" ? "chevron-left" : "chevron-right", size: "sm", className: "flex-shrink-0" })
|
|
10267
9770
|
] })
|
|
10268
9771
|
},
|
|
10269
9772
|
itemId
|
|
@@ -10283,7 +9786,8 @@ var init_Menu = __esm({
|
|
|
10283
9786
|
Box,
|
|
10284
9787
|
{
|
|
10285
9788
|
className: cn(
|
|
10286
|
-
"absolute
|
|
9789
|
+
"absolute top-0 z-50",
|
|
9790
|
+
subMenuSideClass,
|
|
10287
9791
|
menuContainerStyles
|
|
10288
9792
|
),
|
|
10289
9793
|
children: renderMenuItems(item.subMenu)
|
|
@@ -10301,12 +9805,12 @@ var init_Menu = __esm({
|
|
|
10301
9805
|
className: cn(
|
|
10302
9806
|
"absolute z-50",
|
|
10303
9807
|
menuContainerStyles,
|
|
10304
|
-
positionClasses3[
|
|
9808
|
+
positionClasses3[effectivePosition],
|
|
10305
9809
|
className
|
|
10306
9810
|
),
|
|
10307
9811
|
style: {
|
|
10308
|
-
left:
|
|
10309
|
-
right:
|
|
9812
|
+
left: effectivePosition.includes("left") ? 0 : "auto",
|
|
9813
|
+
right: effectivePosition.includes("right") ? 0 : "auto"
|
|
10310
9814
|
},
|
|
10311
9815
|
role: "menu",
|
|
10312
9816
|
children: renderMenuItems(items)
|
|
@@ -10443,7 +9947,6 @@ var init_FloatingActionButton = __esm({
|
|
|
10443
9947
|
init_Typography();
|
|
10444
9948
|
init_cn();
|
|
10445
9949
|
init_useEventBus();
|
|
10446
|
-
init_useTranslate();
|
|
10447
9950
|
FloatingActionButton = ({
|
|
10448
9951
|
action,
|
|
10449
9952
|
actionPayload,
|
|
@@ -11365,7 +10868,6 @@ var init_ActionTile = __esm({
|
|
|
11365
10868
|
"components/game/organisms/puzzles/sequencer/ActionTile.tsx"() {
|
|
11366
10869
|
init_atoms2();
|
|
11367
10870
|
init_cn();
|
|
11368
|
-
init_useTranslate();
|
|
11369
10871
|
DRAG_MIME = "application/x-almadar-slot-item";
|
|
11370
10872
|
SIZE_CONFIG = {
|
|
11371
10873
|
sm: { px: "px-2 py-1", icon: "text-lg", text: "text-xs" },
|
|
@@ -11403,7 +10905,6 @@ var init_ActionPalette = __esm({
|
|
|
11403
10905
|
"components/game/organisms/puzzles/sequencer/ActionPalette.tsx"() {
|
|
11404
10906
|
init_atoms2();
|
|
11405
10907
|
init_cn();
|
|
11406
|
-
init_useTranslate();
|
|
11407
10908
|
init_ActionTile();
|
|
11408
10909
|
ActionPalette.displayName = "ActionPalette";
|
|
11409
10910
|
}
|
|
@@ -11413,7 +10914,6 @@ var init_AuthLayout = __esm({
|
|
|
11413
10914
|
"components/core/templates/AuthLayout.tsx"() {
|
|
11414
10915
|
"use client";
|
|
11415
10916
|
init_cn();
|
|
11416
|
-
init_useTranslate();
|
|
11417
10917
|
init_Box();
|
|
11418
10918
|
init_Stack();
|
|
11419
10919
|
init_Typography();
|
|
@@ -11558,7 +11058,6 @@ var init_LoadingState = __esm({
|
|
|
11558
11058
|
init_atoms2();
|
|
11559
11059
|
init_Stack();
|
|
11560
11060
|
init_Typography();
|
|
11561
|
-
init_useTranslate();
|
|
11562
11061
|
LoadingState = ({
|
|
11563
11062
|
title,
|
|
11564
11063
|
message,
|
|
@@ -12730,7 +12229,6 @@ var init_IsometricCanvas = __esm({
|
|
|
12730
12229
|
"use client";
|
|
12731
12230
|
init_cn();
|
|
12732
12231
|
init_useEventBus();
|
|
12733
|
-
init_useTranslate();
|
|
12734
12232
|
init_Box();
|
|
12735
12233
|
init_Stack();
|
|
12736
12234
|
init_Icon();
|
|
@@ -13094,7 +12592,6 @@ var init_BattleBoard = __esm({
|
|
|
13094
12592
|
"use client";
|
|
13095
12593
|
init_cn();
|
|
13096
12594
|
init_useEventBus();
|
|
13097
|
-
init_useTranslate();
|
|
13098
12595
|
init_Box();
|
|
13099
12596
|
init_Button();
|
|
13100
12597
|
init_Typography();
|
|
@@ -13854,7 +13351,6 @@ var log7, SWIM_GUTTER, CENTER_W, BehaviorView;
|
|
|
13854
13351
|
var init_BehaviorView = __esm({
|
|
13855
13352
|
"components/avl/molecules/BehaviorView.tsx"() {
|
|
13856
13353
|
"use client";
|
|
13857
|
-
init_useTranslate();
|
|
13858
13354
|
init_AvlState();
|
|
13859
13355
|
init_AvlTransitionLane();
|
|
13860
13356
|
init_AvlSwimLane();
|
|
@@ -13969,7 +13465,6 @@ var MIN_DIAGRAM_WIDTH, ScaledDiagram;
|
|
|
13969
13465
|
var init_ScaledDiagram = __esm({
|
|
13970
13466
|
"components/core/molecules/ScaledDiagram.tsx"() {
|
|
13971
13467
|
init_Box();
|
|
13972
|
-
init_useTranslate();
|
|
13973
13468
|
init_cn();
|
|
13974
13469
|
MIN_DIAGRAM_WIDTH = 200;
|
|
13975
13470
|
ScaledDiagram = ({
|
|
@@ -14112,7 +13607,6 @@ var init_CodeBlock = __esm({
|
|
|
14112
13607
|
init_Textarea();
|
|
14113
13608
|
init_Icon();
|
|
14114
13609
|
init_useEventBus();
|
|
14115
|
-
init_useTranslate();
|
|
14116
13610
|
SyntaxHighlighter.registerLanguage("json", langJson);
|
|
14117
13611
|
SyntaxHighlighter.registerLanguage("javascript", langJavascript);
|
|
14118
13612
|
SyntaxHighlighter.registerLanguage("js", langJavascript);
|
|
@@ -14619,7 +14113,6 @@ var init_MarkdownContent = __esm({
|
|
|
14619
14113
|
init_katex_min();
|
|
14620
14114
|
init_Box();
|
|
14621
14115
|
init_CodeBlock();
|
|
14622
|
-
init_useTranslate();
|
|
14623
14116
|
init_cn();
|
|
14624
14117
|
MarkdownContent = React85__default.memo(
|
|
14625
14118
|
({ content, direction, className }) => {
|
|
@@ -14924,7 +14417,6 @@ var init_Card2 = __esm({
|
|
|
14924
14417
|
"components/core/molecules/Card.tsx"() {
|
|
14925
14418
|
"use client";
|
|
14926
14419
|
init_useEventBus();
|
|
14927
|
-
init_useTranslate();
|
|
14928
14420
|
init_useLongPress();
|
|
14929
14421
|
Card2.displayName = "Card";
|
|
14930
14422
|
}
|
|
@@ -14938,7 +14430,6 @@ var init_QuizBlock = __esm({
|
|
|
14938
14430
|
init_Button();
|
|
14939
14431
|
init_Icon();
|
|
14940
14432
|
init_Box();
|
|
14941
|
-
init_useTranslate();
|
|
14942
14433
|
init_cn();
|
|
14943
14434
|
QuizBlock = ({
|
|
14944
14435
|
question,
|
|
@@ -14981,7 +14472,6 @@ var init_StateMachineView = __esm({
|
|
|
14981
14472
|
init_Typography();
|
|
14982
14473
|
init_Button();
|
|
14983
14474
|
init_Icon();
|
|
14984
|
-
init_useTranslate();
|
|
14985
14475
|
init_useEventBus();
|
|
14986
14476
|
init_cn();
|
|
14987
14477
|
StateNode = ({ state, config }) => {
|
|
@@ -16348,7 +15838,6 @@ var init_JazariStateMachine = __esm({
|
|
|
16348
15838
|
init_StateMachineView();
|
|
16349
15839
|
init_visualizer();
|
|
16350
15840
|
init_svg_paths();
|
|
16351
|
-
init_useTranslate();
|
|
16352
15841
|
init_cn();
|
|
16353
15842
|
JAZARI_VISUALIZER_CONFIG = {
|
|
16354
15843
|
...DEFAULT_CONFIG,
|
|
@@ -16504,7 +15993,6 @@ var init_ContentRenderer = __esm({
|
|
|
16504
15993
|
init_ScaledDiagram();
|
|
16505
15994
|
init_JazariStateMachine();
|
|
16506
15995
|
init_parseContentSegments();
|
|
16507
|
-
init_useTranslate();
|
|
16508
15996
|
init_cn();
|
|
16509
15997
|
ContentRenderer = ({
|
|
16510
15998
|
content,
|
|
@@ -16598,7 +16086,6 @@ var init_BookChapterView = __esm({
|
|
|
16598
16086
|
init_ScaledDiagram();
|
|
16599
16087
|
init_ContentRenderer();
|
|
16600
16088
|
init_JazariStateMachine();
|
|
16601
|
-
init_useTranslate();
|
|
16602
16089
|
init_cn();
|
|
16603
16090
|
BookChapterView = ({
|
|
16604
16091
|
chapter,
|
|
@@ -16637,7 +16124,6 @@ var init_BookCoverPage = __esm({
|
|
|
16637
16124
|
init_Typography();
|
|
16638
16125
|
init_Button();
|
|
16639
16126
|
init_Box();
|
|
16640
|
-
init_useTranslate();
|
|
16641
16127
|
init_cn();
|
|
16642
16128
|
BookCoverPage = ({
|
|
16643
16129
|
title,
|
|
@@ -16717,7 +16203,6 @@ var init_BookNavBar = __esm({
|
|
|
16717
16203
|
init_Typography();
|
|
16718
16204
|
init_ProgressBar();
|
|
16719
16205
|
init_Box();
|
|
16720
|
-
init_useTranslate();
|
|
16721
16206
|
init_cn();
|
|
16722
16207
|
BookNavBar = ({
|
|
16723
16208
|
currentPage,
|
|
@@ -16819,7 +16304,6 @@ var init_BookTableOfContents = __esm({
|
|
|
16819
16304
|
init_Button();
|
|
16820
16305
|
init_Box();
|
|
16821
16306
|
init_Badge();
|
|
16822
|
-
init_useTranslate();
|
|
16823
16307
|
init_cn();
|
|
16824
16308
|
BookTableOfContents = ({
|
|
16825
16309
|
parts,
|
|
@@ -16879,7 +16363,6 @@ var init_EmptyState = __esm({
|
|
|
16879
16363
|
init_Stack();
|
|
16880
16364
|
init_Typography();
|
|
16881
16365
|
init_useEventBus();
|
|
16882
|
-
init_useTranslate();
|
|
16883
16366
|
ICON_NAME_ALIASES = {
|
|
16884
16367
|
check: "check-circle",
|
|
16885
16368
|
error: "x-circle",
|
|
@@ -17050,7 +16533,6 @@ var init_BookViewer = __esm({
|
|
|
17050
16533
|
init_Box();
|
|
17051
16534
|
init_Stack();
|
|
17052
16535
|
init_useEventBus();
|
|
17053
|
-
init_useTranslate();
|
|
17054
16536
|
init_cn();
|
|
17055
16537
|
init_BookCoverPage();
|
|
17056
16538
|
init_BookTableOfContents();
|
|
@@ -17482,7 +16964,6 @@ var init_BranchingLogicBuilder = __esm({
|
|
|
17482
16964
|
init_FilterPill();
|
|
17483
16965
|
init_Box();
|
|
17484
16966
|
init_useEventBus();
|
|
17485
|
-
init_useTranslate();
|
|
17486
16967
|
init_cn();
|
|
17487
16968
|
END_OF_SURVEY = "end-of-survey";
|
|
17488
16969
|
RuleRow = ({
|
|
@@ -17935,7 +17416,6 @@ var init_Breadcrumb = __esm({
|
|
|
17935
17416
|
init_Typography();
|
|
17936
17417
|
init_cn();
|
|
17937
17418
|
init_useEventBus();
|
|
17938
|
-
init_useTranslate();
|
|
17939
17419
|
Breadcrumb = ({
|
|
17940
17420
|
items,
|
|
17941
17421
|
separator = "chevron-right",
|
|
@@ -18171,7 +17651,6 @@ var init_BuilderBoard = __esm({
|
|
|
18171
17651
|
"components/game/organisms/puzzles/builder/BuilderBoard.tsx"() {
|
|
18172
17652
|
init_atoms2();
|
|
18173
17653
|
init_useEventBus();
|
|
18174
|
-
init_useTranslate();
|
|
18175
17654
|
BuilderBoard.displayName = "BuilderBoard";
|
|
18176
17655
|
}
|
|
18177
17656
|
});
|
|
@@ -18649,7 +18128,6 @@ var init_CalendarGrid = __esm({
|
|
|
18649
18128
|
init_TimeSlotCell();
|
|
18650
18129
|
init_useEventBus();
|
|
18651
18130
|
init_useSwipeGesture();
|
|
18652
|
-
init_useTranslate();
|
|
18653
18131
|
SHORT_DATE = { month: "short", day: "numeric" };
|
|
18654
18132
|
CalendarGrid.displayName = "CalendarGrid";
|
|
18655
18133
|
}
|
|
@@ -19958,7 +19436,6 @@ var init_Pagination = __esm({
|
|
|
19958
19436
|
init_Stack();
|
|
19959
19437
|
init_cn();
|
|
19960
19438
|
init_useEventBus();
|
|
19961
|
-
init_useTranslate();
|
|
19962
19439
|
Pagination = ({
|
|
19963
19440
|
currentPage,
|
|
19964
19441
|
totalPages,
|
|
@@ -20162,7 +19639,6 @@ var init_CardGrid = __esm({
|
|
|
20162
19639
|
init_cn();
|
|
20163
19640
|
init_getNestedValue();
|
|
20164
19641
|
init_useEventBus();
|
|
20165
|
-
init_useTranslate();
|
|
20166
19642
|
init_atoms2();
|
|
20167
19643
|
init_Badge();
|
|
20168
19644
|
init_Box();
|
|
@@ -20391,7 +19867,6 @@ var init_Carousel = __esm({
|
|
|
20391
19867
|
init_cn();
|
|
20392
19868
|
init_useEventBus();
|
|
20393
19869
|
init_useSwipeGesture();
|
|
20394
|
-
init_useTranslate();
|
|
20395
19870
|
init_Box();
|
|
20396
19871
|
init_Stack();
|
|
20397
19872
|
init_Button();
|
|
@@ -20628,7 +20103,6 @@ var init_CaseStudyOrganism = __esm({
|
|
|
20628
20103
|
"use client";
|
|
20629
20104
|
init_cn();
|
|
20630
20105
|
init_useEventBus();
|
|
20631
|
-
init_useTranslate();
|
|
20632
20106
|
init_Stack();
|
|
20633
20107
|
init_Typography();
|
|
20634
20108
|
init_SimpleGrid();
|
|
@@ -20833,7 +20307,6 @@ var init_Chart = __esm({
|
|
|
20833
20307
|
init_ErrorState();
|
|
20834
20308
|
init_EmptyState();
|
|
20835
20309
|
init_useEventBus();
|
|
20836
|
-
init_useTranslate();
|
|
20837
20310
|
CHART_COLORS = [
|
|
20838
20311
|
"var(--color-primary)",
|
|
20839
20312
|
"var(--color-success)",
|
|
@@ -21741,7 +21214,6 @@ var init_ClassifierBoard = __esm({
|
|
|
21741
21214
|
"components/game/organisms/puzzles/classifier/ClassifierBoard.tsx"() {
|
|
21742
21215
|
init_atoms2();
|
|
21743
21216
|
init_useEventBus();
|
|
21744
|
-
init_useTranslate();
|
|
21745
21217
|
ClassifierBoard.displayName = "ClassifierBoard";
|
|
21746
21218
|
}
|
|
21747
21219
|
});
|
|
@@ -21773,7 +21245,6 @@ var init_CodeView = __esm({
|
|
|
21773
21245
|
"components/game/organisms/puzzles/state-architect/CodeView.tsx"() {
|
|
21774
21246
|
init_atoms2();
|
|
21775
21247
|
init_cn();
|
|
21776
|
-
init_useTranslate();
|
|
21777
21248
|
CodeView.displayName = "CodeView";
|
|
21778
21249
|
}
|
|
21779
21250
|
});
|
|
@@ -21787,7 +21258,6 @@ var init_Tabs = __esm({
|
|
|
21787
21258
|
init_Box();
|
|
21788
21259
|
init_cn();
|
|
21789
21260
|
init_useEventBus();
|
|
21790
|
-
init_useTranslate();
|
|
21791
21261
|
Tabs = ({
|
|
21792
21262
|
items,
|
|
21793
21263
|
tabs,
|
|
@@ -21964,7 +21434,6 @@ var init_CodeViewer = __esm({
|
|
|
21964
21434
|
init_EmptyState();
|
|
21965
21435
|
init_Tabs();
|
|
21966
21436
|
init_useEventBus();
|
|
21967
|
-
init_useTranslate();
|
|
21968
21437
|
DIFF_STYLES = {
|
|
21969
21438
|
add: {
|
|
21970
21439
|
bg: "bg-success/10",
|
|
@@ -22336,7 +21805,6 @@ var init_ConfirmDialog = __esm({
|
|
|
22336
21805
|
init_Box();
|
|
22337
21806
|
init_Stack();
|
|
22338
21807
|
init_cn();
|
|
22339
|
-
init_useTranslate();
|
|
22340
21808
|
variantConfig = {
|
|
22341
21809
|
danger: {
|
|
22342
21810
|
icon: Trash2,
|
|
@@ -22818,7 +22286,6 @@ var init_DashboardGrid = __esm({
|
|
|
22818
22286
|
"components/core/organisms/layout/DashboardGrid.tsx"() {
|
|
22819
22287
|
init_cn();
|
|
22820
22288
|
init_Box();
|
|
22821
|
-
init_useTranslate();
|
|
22822
22289
|
gapStyles5 = {
|
|
22823
22290
|
sm: "gap-2",
|
|
22824
22291
|
md: "gap-4",
|
|
@@ -22912,7 +22379,6 @@ var init_DashboardLayout = __esm({
|
|
|
22912
22379
|
init_Icon();
|
|
22913
22380
|
init_useAuthContext();
|
|
22914
22381
|
init_useEventBus();
|
|
22915
|
-
init_useTranslate();
|
|
22916
22382
|
init_CurrentPagePathContext();
|
|
22917
22383
|
DashboardLayout = ({
|
|
22918
22384
|
appName = "{{APP_TITLE}}",
|
|
@@ -24257,7 +23723,6 @@ var init_DataGrid = __esm({
|
|
|
24257
23723
|
init_cn();
|
|
24258
23724
|
init_getNestedValue();
|
|
24259
23725
|
init_useEventBus();
|
|
24260
|
-
init_useTranslate();
|
|
24261
23726
|
init_Box();
|
|
24262
23727
|
init_Stack();
|
|
24263
23728
|
init_Typography();
|
|
@@ -24696,7 +24161,6 @@ var init_DataList = __esm({
|
|
|
24696
24161
|
init_cn();
|
|
24697
24162
|
init_getNestedValue();
|
|
24698
24163
|
init_useEventBus();
|
|
24699
|
-
init_useTranslate();
|
|
24700
24164
|
init_Box();
|
|
24701
24165
|
init_Stack();
|
|
24702
24166
|
init_Typography();
|
|
@@ -24751,7 +24215,6 @@ var init_FileTree = __esm({
|
|
|
24751
24215
|
init_Box();
|
|
24752
24216
|
init_Typography();
|
|
24753
24217
|
init_Icon();
|
|
24754
|
-
init_useTranslate();
|
|
24755
24218
|
TreeNodeItem = ({
|
|
24756
24219
|
node,
|
|
24757
24220
|
depth,
|
|
@@ -24958,7 +24421,6 @@ var init_FilterGroup = __esm({
|
|
|
24958
24421
|
init_Icon();
|
|
24959
24422
|
init_useEventBus();
|
|
24960
24423
|
init_useQuerySingleton();
|
|
24961
|
-
init_useTranslate();
|
|
24962
24424
|
resolveFilterType = (filter) => filter.filterType ?? filter.type;
|
|
24963
24425
|
lookStyles6 = {
|
|
24964
24426
|
toolbar: "",
|
|
@@ -25600,7 +25062,6 @@ var init_RelationSelect = __esm({
|
|
|
25600
25062
|
init_Spinner();
|
|
25601
25063
|
init_Typography();
|
|
25602
25064
|
init_debug();
|
|
25603
|
-
init_useTranslate();
|
|
25604
25065
|
isRelationsDebugEnabled = () => isDebugEnabled();
|
|
25605
25066
|
RelationSelect = ({
|
|
25606
25067
|
value,
|
|
@@ -25825,7 +25286,6 @@ var init_SearchInput = __esm({
|
|
|
25825
25286
|
init_cn();
|
|
25826
25287
|
init_useEventBus();
|
|
25827
25288
|
init_useQuerySingleton();
|
|
25828
|
-
init_useTranslate();
|
|
25829
25289
|
SearchInput = ({
|
|
25830
25290
|
value,
|
|
25831
25291
|
onSearch,
|
|
@@ -25928,7 +25388,6 @@ var init_SidePanel = __esm({
|
|
|
25928
25388
|
init_Typography();
|
|
25929
25389
|
init_cn();
|
|
25930
25390
|
init_useEventBus();
|
|
25931
|
-
init_useTranslate();
|
|
25932
25391
|
SidePanel = ({
|
|
25933
25392
|
title,
|
|
25934
25393
|
children,
|
|
@@ -26107,7 +25566,6 @@ var init_WizardNavigation = __esm({
|
|
|
26107
25566
|
init_Icon();
|
|
26108
25567
|
init_cn();
|
|
26109
25568
|
init_useEventBus();
|
|
26110
|
-
init_useTranslate();
|
|
26111
25569
|
WizardNavigation = ({
|
|
26112
25570
|
currentStep,
|
|
26113
25571
|
totalSteps,
|
|
@@ -26195,7 +25653,6 @@ var init_RepeatableFormSection = __esm({
|
|
|
26195
25653
|
init_Card();
|
|
26196
25654
|
init_Icon();
|
|
26197
25655
|
init_useEventBus();
|
|
26198
|
-
init_useTranslate();
|
|
26199
25656
|
RepeatableFormSection = ({
|
|
26200
25657
|
sectionType,
|
|
26201
25658
|
title,
|
|
@@ -26326,7 +25783,6 @@ var actionTypeLabelKeys, actionTypeIcons, ViolationAlert;
|
|
|
26326
25783
|
var init_ViolationAlert = __esm({
|
|
26327
25784
|
"components/core/molecules/ViolationAlert.tsx"() {
|
|
26328
25785
|
init_cn();
|
|
26329
|
-
init_useTranslate();
|
|
26330
25786
|
init_Box();
|
|
26331
25787
|
init_Stack();
|
|
26332
25788
|
init_Typography();
|
|
@@ -26832,7 +26288,6 @@ var init_LineChart = __esm({
|
|
|
26832
26288
|
"use client";
|
|
26833
26289
|
init_cn();
|
|
26834
26290
|
init_atoms2();
|
|
26835
|
-
init_useTranslate();
|
|
26836
26291
|
LineChart2 = ({
|
|
26837
26292
|
data,
|
|
26838
26293
|
width = 400,
|
|
@@ -28788,7 +28243,6 @@ var init_GraphView = __esm({
|
|
|
28788
28243
|
"use client";
|
|
28789
28244
|
init_cn();
|
|
28790
28245
|
init_atoms2();
|
|
28791
|
-
init_useTranslate();
|
|
28792
28246
|
GROUP_COLORS = [
|
|
28793
28247
|
"#3b82f6",
|
|
28794
28248
|
// blue-500
|
|
@@ -29114,7 +28568,6 @@ var init_NumberStepper = __esm({
|
|
|
29114
28568
|
init_cn();
|
|
29115
28569
|
init_Icon();
|
|
29116
28570
|
init_useEventBus();
|
|
29117
|
-
init_useTranslate();
|
|
29118
28571
|
sizeStyles10 = {
|
|
29119
28572
|
sm: {
|
|
29120
28573
|
button: "w-7 h-7",
|
|
@@ -29455,7 +28908,6 @@ var init_UploadDropZone = __esm({
|
|
|
29455
28908
|
init_Icon();
|
|
29456
28909
|
init_Typography();
|
|
29457
28910
|
init_useEventBus();
|
|
29458
|
-
init_useTranslate();
|
|
29459
28911
|
UploadDropZone = ({
|
|
29460
28912
|
accept,
|
|
29461
28913
|
maxSize,
|
|
@@ -29622,7 +29074,6 @@ var init_Lightbox = __esm({
|
|
|
29622
29074
|
init_Icon();
|
|
29623
29075
|
init_cn();
|
|
29624
29076
|
init_useEventBus();
|
|
29625
|
-
init_useTranslate();
|
|
29626
29077
|
Lightbox = ({
|
|
29627
29078
|
images = [],
|
|
29628
29079
|
currentIndex = 0,
|
|
@@ -30107,7 +29558,6 @@ var init_TableView = __esm({
|
|
|
30107
29558
|
init_cn();
|
|
30108
29559
|
init_getNestedValue();
|
|
30109
29560
|
init_useEventBus();
|
|
30110
|
-
init_useTranslate();
|
|
30111
29561
|
init_Box();
|
|
30112
29562
|
init_Stack();
|
|
30113
29563
|
init_Typography();
|
|
@@ -30311,7 +29761,6 @@ var init_Meter = __esm({
|
|
|
30311
29761
|
init_LoadingState();
|
|
30312
29762
|
init_ErrorState();
|
|
30313
29763
|
init_useEventBus();
|
|
30314
|
-
init_useTranslate();
|
|
30315
29764
|
DEFAULT_THRESHOLDS = [
|
|
30316
29765
|
{ value: 30, color: "var(--color-error)" },
|
|
30317
29766
|
{ value: 70, color: "var(--color-warning)" },
|
|
@@ -32258,7 +31707,6 @@ var init_VoteStack = __esm({
|
|
|
32258
31707
|
init_cn();
|
|
32259
31708
|
init_Icon();
|
|
32260
31709
|
init_useEventBus();
|
|
32261
|
-
init_useTranslate();
|
|
32262
31710
|
sizeStyles12 = {
|
|
32263
31711
|
sm: {
|
|
32264
31712
|
button: "w-7 h-7",
|
|
@@ -32713,7 +32161,6 @@ var init_QrScanner = __esm({
|
|
|
32713
32161
|
init_atoms2();
|
|
32714
32162
|
init_Icon();
|
|
32715
32163
|
init_useEventBus();
|
|
32716
|
-
init_useTranslate();
|
|
32717
32164
|
QrScanner = ({
|
|
32718
32165
|
onScan,
|
|
32719
32166
|
scanEvent,
|
|
@@ -32940,7 +32387,6 @@ var init_OptionConstraintGroup = __esm({
|
|
|
32940
32387
|
"components/core/molecules/OptionConstraintGroup.tsx"() {
|
|
32941
32388
|
init_cn();
|
|
32942
32389
|
init_useEventBus();
|
|
32943
|
-
init_useTranslate();
|
|
32944
32390
|
init_Typography();
|
|
32945
32391
|
init_Box();
|
|
32946
32392
|
init_Label();
|
|
@@ -33896,7 +33342,6 @@ var init_RichBlockEditor = __esm({
|
|
|
33896
33342
|
init_Input();
|
|
33897
33343
|
init_Icon();
|
|
33898
33344
|
init_useEventBus();
|
|
33899
|
-
init_useTranslate();
|
|
33900
33345
|
TOOLBAR_ENTRIES = [
|
|
33901
33346
|
{ type: "paragraph", labelKey: "richBlockEditor.toolbar.text", icon: Type },
|
|
33902
33347
|
{ type: "heading-1", labelKey: "richBlockEditor.toolbar.h1", icon: Heading1 },
|
|
@@ -34087,7 +33532,6 @@ var init_ReplyTree = __esm({
|
|
|
34087
33532
|
"use client";
|
|
34088
33533
|
init_cn();
|
|
34089
33534
|
init_useEventBus();
|
|
34090
|
-
init_useTranslate();
|
|
34091
33535
|
init_atoms2();
|
|
34092
33536
|
init_VoteStack();
|
|
34093
33537
|
ReplyTreeNode = ({
|
|
@@ -34395,7 +33839,6 @@ var init_VersionDiff = __esm({
|
|
|
34395
33839
|
"use client";
|
|
34396
33840
|
init_cn();
|
|
34397
33841
|
init_useEventBus();
|
|
34398
|
-
init_useTranslate();
|
|
34399
33842
|
init_atoms2();
|
|
34400
33843
|
init_Stack();
|
|
34401
33844
|
INLINE_STYLES = {
|
|
@@ -34711,7 +34154,6 @@ var init_DocBreadcrumb = __esm({
|
|
|
34711
34154
|
init_Stack();
|
|
34712
34155
|
init_Typography();
|
|
34713
34156
|
init_Icon();
|
|
34714
|
-
init_useTranslate();
|
|
34715
34157
|
DocBreadcrumb = ({
|
|
34716
34158
|
items,
|
|
34717
34159
|
className
|
|
@@ -35140,7 +34582,6 @@ var init_DocSearch = __esm({
|
|
|
35140
34582
|
init_Typography();
|
|
35141
34583
|
init_Icon();
|
|
35142
34584
|
init_Input();
|
|
35143
|
-
init_useTranslate();
|
|
35144
34585
|
}
|
|
35145
34586
|
});
|
|
35146
34587
|
var DocSidebarCategory, DocSidebar;
|
|
@@ -35153,7 +34594,6 @@ var init_DocSidebar = __esm({
|
|
|
35153
34594
|
init_Stack();
|
|
35154
34595
|
init_Typography();
|
|
35155
34596
|
init_Icon();
|
|
35156
|
-
init_useTranslate();
|
|
35157
34597
|
DocSidebarCategory = ({ item, depth }) => {
|
|
35158
34598
|
const [expanded, setExpanded] = useState(
|
|
35159
34599
|
() => item.items?.some(function hasActive(child) {
|
|
@@ -35260,7 +34700,6 @@ var init_DocTOC = __esm({
|
|
|
35260
34700
|
init_Box();
|
|
35261
34701
|
init_Stack();
|
|
35262
34702
|
init_Typography();
|
|
35263
|
-
init_useTranslate();
|
|
35264
34703
|
DocTOC = ({
|
|
35265
34704
|
items,
|
|
35266
34705
|
activeId,
|
|
@@ -35995,7 +35434,6 @@ var init_Header = __esm({
|
|
|
35995
35434
|
init_Stack();
|
|
35996
35435
|
init_Typography();
|
|
35997
35436
|
init_cn();
|
|
35998
|
-
init_useTranslate();
|
|
35999
35437
|
lookStyles8 = {
|
|
36000
35438
|
"compact-bar": "",
|
|
36001
35439
|
hero: "py-section min-h-[200px] [&_h1]:text-display-1",
|
|
@@ -36315,7 +35753,6 @@ var init_Sidebar = __esm({
|
|
|
36315
35753
|
init_Typography();
|
|
36316
35754
|
init_cn();
|
|
36317
35755
|
init_useEventBus();
|
|
36318
|
-
init_useTranslate();
|
|
36319
35756
|
SidebarNavItem = ({ item, collapsed }) => {
|
|
36320
35757
|
const Icon3 = item.icon;
|
|
36321
35758
|
const isActive = item.active ?? item.isActive;
|
|
@@ -36569,7 +36006,6 @@ var init_WizardContainer = __esm({
|
|
|
36569
36006
|
init_Stack();
|
|
36570
36007
|
init_Icon();
|
|
36571
36008
|
init_cn();
|
|
36572
|
-
init_useTranslate();
|
|
36573
36009
|
WizardContainer = ({
|
|
36574
36010
|
steps,
|
|
36575
36011
|
currentStep: controlledStep,
|
|
@@ -37143,7 +36579,6 @@ var init_SignaturePad = __esm({
|
|
|
37143
36579
|
init_LoadingState();
|
|
37144
36580
|
init_ErrorState();
|
|
37145
36581
|
init_useEventBus();
|
|
37146
|
-
init_useTranslate();
|
|
37147
36582
|
SignaturePad = ({
|
|
37148
36583
|
label,
|
|
37149
36584
|
helperText,
|
|
@@ -37337,7 +36772,6 @@ var init_DocumentViewer = __esm({
|
|
|
37337
36772
|
init_EmptyState();
|
|
37338
36773
|
init_Tabs();
|
|
37339
36774
|
init_useEventBus();
|
|
37340
|
-
init_useTranslate();
|
|
37341
36775
|
DocumentViewer = ({
|
|
37342
36776
|
title,
|
|
37343
36777
|
src,
|
|
@@ -37542,7 +36976,6 @@ var init_GraphCanvas = __esm({
|
|
|
37542
36976
|
init_ErrorState();
|
|
37543
36977
|
init_EmptyState();
|
|
37544
36978
|
init_useEventBus();
|
|
37545
|
-
init_useTranslate();
|
|
37546
36979
|
GROUP_COLORS2 = [
|
|
37547
36980
|
"var(--color-primary)",
|
|
37548
36981
|
"var(--color-success)",
|
|
@@ -38280,7 +37713,6 @@ var init_DataTable = __esm({
|
|
|
38280
37713
|
init_molecules2();
|
|
38281
37714
|
init_Icon();
|
|
38282
37715
|
init_useEventBus();
|
|
38283
|
-
init_useTranslate();
|
|
38284
37716
|
init_types3();
|
|
38285
37717
|
lookStyles9 = {
|
|
38286
37718
|
dense: "",
|
|
@@ -38427,7 +37859,6 @@ var init_DebuggerBoard = __esm({
|
|
|
38427
37859
|
"components/game/organisms/puzzles/debugger/DebuggerBoard.tsx"() {
|
|
38428
37860
|
init_atoms2();
|
|
38429
37861
|
init_useEventBus();
|
|
38430
|
-
init_useTranslate();
|
|
38431
37862
|
DebuggerBoard.displayName = "DebuggerBoard";
|
|
38432
37863
|
}
|
|
38433
37864
|
});
|
|
@@ -38598,7 +38029,6 @@ var init_DetailPanel = __esm({
|
|
|
38598
38029
|
init_cn();
|
|
38599
38030
|
init_getNestedValue();
|
|
38600
38031
|
init_useEventBus();
|
|
38601
|
-
init_useTranslate();
|
|
38602
38032
|
ReactMarkdown2 = lazy(() => import('react-markdown'));
|
|
38603
38033
|
DetailPanel = ({
|
|
38604
38034
|
title: propTitle,
|
|
@@ -39177,7 +38607,6 @@ var init_TraitStateViewer = __esm({
|
|
|
39177
38607
|
"components/game/organisms/TraitStateViewer.tsx"() {
|
|
39178
38608
|
"use client";
|
|
39179
38609
|
init_cn();
|
|
39180
|
-
init_useTranslate();
|
|
39181
38610
|
init_Box();
|
|
39182
38611
|
init_Typography();
|
|
39183
38612
|
init_Stack();
|
|
@@ -39236,7 +38665,6 @@ var init_RuleEditor = __esm({
|
|
|
39236
38665
|
"components/game/organisms/puzzles/event-handler/RuleEditor.tsx"() {
|
|
39237
38666
|
init_atoms2();
|
|
39238
38667
|
init_cn();
|
|
39239
|
-
init_useTranslate();
|
|
39240
38668
|
RuleEditor.displayName = "RuleEditor";
|
|
39241
38669
|
}
|
|
39242
38670
|
});
|
|
@@ -39311,7 +38739,6 @@ var init_ObjectRulePanel = __esm({
|
|
|
39311
38739
|
"components/game/organisms/puzzles/event-handler/ObjectRulePanel.tsx"() {
|
|
39312
38740
|
init_atoms2();
|
|
39313
38741
|
init_cn();
|
|
39314
|
-
init_useTranslate();
|
|
39315
38742
|
init_TraitStateViewer();
|
|
39316
38743
|
init_RuleEditor();
|
|
39317
38744
|
nextRuleId = 1;
|
|
@@ -39356,7 +38783,6 @@ var init_EventLog = __esm({
|
|
|
39356
38783
|
"components/game/organisms/puzzles/event-handler/EventLog.tsx"() {
|
|
39357
38784
|
init_atoms2();
|
|
39358
38785
|
init_cn();
|
|
39359
|
-
init_useTranslate();
|
|
39360
38786
|
STATUS_STYLES = {
|
|
39361
38787
|
pending: "text-muted-foreground",
|
|
39362
38788
|
active: "text-primary animate-pulse",
|
|
@@ -39570,7 +38996,6 @@ var init_EventHandlerBoard = __esm({
|
|
|
39570
38996
|
init_atoms2();
|
|
39571
38997
|
init_cn();
|
|
39572
38998
|
init_useEventBus();
|
|
39573
|
-
init_useTranslate();
|
|
39574
38999
|
init_TraitStateViewer();
|
|
39575
39000
|
init_ObjectRulePanel();
|
|
39576
39001
|
init_EventLog();
|
|
@@ -39640,7 +39065,6 @@ var init_FeatureGridOrganism = __esm({
|
|
|
39640
39065
|
"use client";
|
|
39641
39066
|
init_cn();
|
|
39642
39067
|
init_useEventBus();
|
|
39643
|
-
init_useTranslate();
|
|
39644
39068
|
init_Stack();
|
|
39645
39069
|
init_Typography();
|
|
39646
39070
|
init_FeatureGrid();
|
|
@@ -39823,7 +39247,6 @@ var init_Form = __esm({
|
|
|
39823
39247
|
init_RelationSelect();
|
|
39824
39248
|
init_Alert();
|
|
39825
39249
|
init_useEventBus();
|
|
39826
|
-
init_useTranslate();
|
|
39827
39250
|
init_debug();
|
|
39828
39251
|
layoutStyles = {
|
|
39829
39252
|
vertical: "flex flex-col",
|
|
@@ -40983,7 +40406,6 @@ var init_HeroOrganism = __esm({
|
|
|
40983
40406
|
"use client";
|
|
40984
40407
|
init_cn();
|
|
40985
40408
|
init_useEventBus();
|
|
40986
|
-
init_useTranslate();
|
|
40987
40409
|
init_HeroSection();
|
|
40988
40410
|
init_LoadingState();
|
|
40989
40411
|
init_ErrorState();
|
|
@@ -41089,7 +40511,6 @@ var LandingPageTemplate;
|
|
|
41089
40511
|
var init_LandingPageTemplate = __esm({
|
|
41090
40512
|
"components/marketing/templates/LandingPageTemplate.tsx"() {
|
|
41091
40513
|
init_cn();
|
|
41092
|
-
init_useTranslate();
|
|
41093
40514
|
init_Stack();
|
|
41094
40515
|
init_Box();
|
|
41095
40516
|
init_Container();
|
|
@@ -41289,7 +40710,6 @@ var init_List = __esm({
|
|
|
41289
40710
|
init_cn();
|
|
41290
40711
|
init_getNestedValue();
|
|
41291
40712
|
init_useEventBus();
|
|
41292
|
-
init_useTranslate();
|
|
41293
40713
|
init_types3();
|
|
41294
40714
|
STATUS_STYLES2 = {
|
|
41295
40715
|
complete: {
|
|
@@ -41784,7 +41204,6 @@ var init_MasterDetail = __esm({
|
|
|
41784
41204
|
"components/core/organisms/MasterDetail.tsx"() {
|
|
41785
41205
|
"use client";
|
|
41786
41206
|
init_DataTable();
|
|
41787
|
-
init_useTranslate();
|
|
41788
41207
|
MasterDetail.displayName = "MasterDetail";
|
|
41789
41208
|
}
|
|
41790
41209
|
});
|
|
@@ -41793,7 +41212,6 @@ var init_MasterDetailLayout = __esm({
|
|
|
41793
41212
|
"components/core/organisms/layout/MasterDetailLayout.tsx"() {
|
|
41794
41213
|
init_cn();
|
|
41795
41214
|
init_Typography();
|
|
41796
|
-
init_useTranslate();
|
|
41797
41215
|
DefaultEmptyDetail = () => {
|
|
41798
41216
|
const { t } = useTranslate();
|
|
41799
41217
|
return /* @__PURE__ */ jsx("div", { className: "flex items-center justify-center h-full border-2 border-dashed border-border", children: /* @__PURE__ */ jsx(
|
|
@@ -41854,7 +41272,6 @@ var init_MediaGallery = __esm({
|
|
|
41854
41272
|
init_ErrorState();
|
|
41855
41273
|
init_EmptyState();
|
|
41856
41274
|
init_useEventBus();
|
|
41857
|
-
init_useTranslate();
|
|
41858
41275
|
COLUMN_CLASSES = {
|
|
41859
41276
|
2: "grid-cols-2",
|
|
41860
41277
|
3: "grid-cols-2 sm:grid-cols-3",
|
|
@@ -42255,7 +41672,6 @@ var init_NegotiatorBoard = __esm({
|
|
|
42255
41672
|
"components/game/organisms/puzzles/negotiator/NegotiatorBoard.tsx"() {
|
|
42256
41673
|
init_atoms2();
|
|
42257
41674
|
init_useEventBus();
|
|
42258
|
-
init_useTranslate();
|
|
42259
41675
|
NegotiatorBoard.displayName = "NegotiatorBoard";
|
|
42260
41676
|
}
|
|
42261
41677
|
});
|
|
@@ -42265,7 +41681,6 @@ var init_PricingOrganism = __esm({
|
|
|
42265
41681
|
"use client";
|
|
42266
41682
|
init_cn();
|
|
42267
41683
|
init_useEventBus();
|
|
42268
|
-
init_useTranslate();
|
|
42269
41684
|
init_Stack();
|
|
42270
41685
|
init_Typography();
|
|
42271
41686
|
init_PricingGrid();
|
|
@@ -42315,7 +41730,6 @@ var PricingPageTemplate;
|
|
|
42315
41730
|
var init_PricingPageTemplate = __esm({
|
|
42316
41731
|
"components/marketing/templates/PricingPageTemplate.tsx"() {
|
|
42317
41732
|
init_cn();
|
|
42318
|
-
init_useTranslate();
|
|
42319
41733
|
init_Stack();
|
|
42320
41734
|
init_Box();
|
|
42321
41735
|
init_Container();
|
|
@@ -42879,7 +42293,6 @@ var init_TraitsTab = __esm({
|
|
|
42879
42293
|
init_Typography();
|
|
42880
42294
|
init_Stack();
|
|
42881
42295
|
init_EmptyState();
|
|
42882
|
-
init_useTranslate();
|
|
42883
42296
|
TraitsTab.displayName = "TraitsTab";
|
|
42884
42297
|
}
|
|
42885
42298
|
});
|
|
@@ -42957,7 +42370,6 @@ var init_TicksTab = __esm({
|
|
|
42957
42370
|
init_Stack();
|
|
42958
42371
|
init_Card();
|
|
42959
42372
|
init_EmptyState();
|
|
42960
|
-
init_useTranslate();
|
|
42961
42373
|
TicksTab.displayName = "TicksTab";
|
|
42962
42374
|
}
|
|
42963
42375
|
});
|
|
@@ -43031,7 +42443,6 @@ var init_EntitiesTab = __esm({
|
|
|
43031
42443
|
init_Typography();
|
|
43032
42444
|
init_Stack();
|
|
43033
42445
|
init_EmptyState();
|
|
43034
|
-
init_useTranslate();
|
|
43035
42446
|
EntitiesTab.displayName = "EntitiesTab";
|
|
43036
42447
|
}
|
|
43037
42448
|
});
|
|
@@ -43148,7 +42559,6 @@ var init_EventFlowTab = __esm({
|
|
|
43148
42559
|
init_Button();
|
|
43149
42560
|
init_Checkbox();
|
|
43150
42561
|
init_EmptyState();
|
|
43151
|
-
init_useTranslate();
|
|
43152
42562
|
TYPE_BADGES = {
|
|
43153
42563
|
trait: { variant: "primary", icon: "\u{1F504}" },
|
|
43154
42564
|
tick: { variant: "warning", icon: "\u23F1\uFE0F" },
|
|
@@ -43243,7 +42653,6 @@ var init_GuardsPanel = __esm({
|
|
|
43243
42653
|
init_ButtonGroup();
|
|
43244
42654
|
init_Button();
|
|
43245
42655
|
init_EmptyState();
|
|
43246
|
-
init_useTranslate();
|
|
43247
42656
|
GuardsPanel.displayName = "GuardsPanel";
|
|
43248
42657
|
}
|
|
43249
42658
|
});
|
|
@@ -43319,7 +42728,6 @@ var init_VerificationTab = __esm({
|
|
|
43319
42728
|
init_Typography();
|
|
43320
42729
|
init_Stack();
|
|
43321
42730
|
init_EmptyState();
|
|
43322
|
-
init_useTranslate();
|
|
43323
42731
|
STATUS_CONFIG = {
|
|
43324
42732
|
pass: { variant: "success", icon: "\u2713", label: "PASS" },
|
|
43325
42733
|
fail: { variant: "danger", icon: "\u2717", label: "FAIL" },
|
|
@@ -43455,7 +42863,6 @@ var init_TransitionTimeline = __esm({
|
|
|
43455
42863
|
init_Typography();
|
|
43456
42864
|
init_EmptyState();
|
|
43457
42865
|
init_Checkbox();
|
|
43458
|
-
init_useTranslate();
|
|
43459
42866
|
EFFECT_STATUS_VARIANT = {
|
|
43460
42867
|
executed: "success",
|
|
43461
42868
|
failed: "danger",
|
|
@@ -43545,7 +42952,6 @@ var init_ServerBridgeTab = __esm({
|
|
|
43545
42952
|
init_Stack();
|
|
43546
42953
|
init_Card();
|
|
43547
42954
|
init_EmptyState();
|
|
43548
|
-
init_useTranslate();
|
|
43549
42955
|
ServerBridgeTab.displayName = "ServerBridgeTab";
|
|
43550
42956
|
}
|
|
43551
42957
|
});
|
|
@@ -43710,7 +43116,6 @@ var init_EventDispatcherTab = __esm({
|
|
|
43710
43116
|
init_Stack();
|
|
43711
43117
|
init_EmptyState();
|
|
43712
43118
|
init_useEventBus();
|
|
43713
|
-
init_useTranslate();
|
|
43714
43119
|
EventDispatcherTab.displayName = "EventDispatcherTab";
|
|
43715
43120
|
}
|
|
43716
43121
|
});
|
|
@@ -44085,7 +43490,6 @@ var init_RuntimeDebugger2 = __esm({
|
|
|
44085
43490
|
init_TransitionTimeline();
|
|
44086
43491
|
init_ServerBridgeTab();
|
|
44087
43492
|
init_EventDispatcherTab();
|
|
44088
|
-
init_useTranslate();
|
|
44089
43493
|
init_RuntimeDebugger();
|
|
44090
43494
|
RuntimeDebugger.displayName = "RuntimeDebugger";
|
|
44091
43495
|
}
|
|
@@ -44572,7 +43976,6 @@ var init_SequencerBoard = __esm({
|
|
|
44572
43976
|
init_atoms2();
|
|
44573
43977
|
init_cn();
|
|
44574
43978
|
init_useEventBus();
|
|
44575
|
-
init_useTranslate();
|
|
44576
43979
|
init_TraitStateViewer();
|
|
44577
43980
|
init_SequenceBar();
|
|
44578
43981
|
init_ActionPalette();
|
|
@@ -44591,7 +43994,6 @@ var init_ShowcaseOrganism = __esm({
|
|
|
44591
43994
|
"use client";
|
|
44592
43995
|
init_cn();
|
|
44593
43996
|
init_useEventBus();
|
|
44594
|
-
init_useTranslate();
|
|
44595
43997
|
init_Stack();
|
|
44596
43998
|
init_Typography();
|
|
44597
43999
|
init_SimpleGrid();
|
|
@@ -45150,7 +44552,6 @@ var init_SimulatorBoard = __esm({
|
|
|
45150
44552
|
"components/game/organisms/puzzles/simulator/SimulatorBoard.tsx"() {
|
|
45151
44553
|
init_atoms2();
|
|
45152
44554
|
init_useEventBus();
|
|
45153
|
-
init_useTranslate();
|
|
45154
44555
|
SimulatorBoard.displayName = "SimulatorBoard";
|
|
45155
44556
|
}
|
|
45156
44557
|
});
|
|
@@ -45255,7 +44656,6 @@ var init_StatCard = __esm({
|
|
|
45255
44656
|
init_Button();
|
|
45256
44657
|
init_Sparkline();
|
|
45257
44658
|
init_useEventBus();
|
|
45258
|
-
init_useTranslate();
|
|
45259
44659
|
init_Icon();
|
|
45260
44660
|
StatCard = ({
|
|
45261
44661
|
label: propLabel,
|
|
@@ -45611,7 +45011,6 @@ var init_VariablePanel = __esm({
|
|
|
45611
45011
|
"components/game/organisms/puzzles/state-architect/VariablePanel.tsx"() {
|
|
45612
45012
|
init_atoms2();
|
|
45613
45013
|
init_cn();
|
|
45614
|
-
init_useTranslate();
|
|
45615
45014
|
VariablePanel.displayName = "VariablePanel";
|
|
45616
45015
|
}
|
|
45617
45016
|
});
|
|
@@ -45928,7 +45327,6 @@ var init_StateArchitectBoard = __esm({
|
|
|
45928
45327
|
init_atoms2();
|
|
45929
45328
|
init_cn();
|
|
45930
45329
|
init_useEventBus();
|
|
45931
|
-
init_useTranslate();
|
|
45932
45330
|
init_TraitStateViewer();
|
|
45933
45331
|
init_StateNode();
|
|
45934
45332
|
init_TransitionArrow();
|
|
@@ -45948,7 +45346,6 @@ var init_StatsOrganism = __esm({
|
|
|
45948
45346
|
"components/marketing/organisms/StatsOrganism.tsx"() {
|
|
45949
45347
|
"use client";
|
|
45950
45348
|
init_cn();
|
|
45951
|
-
init_useTranslate();
|
|
45952
45349
|
init_StatsGrid();
|
|
45953
45350
|
init_LoadingState();
|
|
45954
45351
|
init_ErrorState();
|
|
@@ -45991,7 +45388,6 @@ var init_StepFlowOrganism = __esm({
|
|
|
45991
45388
|
"components/core/organisms/StepFlowOrganism.tsx"() {
|
|
45992
45389
|
"use client";
|
|
45993
45390
|
init_cn();
|
|
45994
|
-
init_useTranslate();
|
|
45995
45391
|
init_Stack();
|
|
45996
45392
|
init_Typography();
|
|
45997
45393
|
init_StepFlow();
|
|
@@ -46161,7 +45557,6 @@ var init_TeamOrganism = __esm({
|
|
|
46161
45557
|
"components/marketing/organisms/TeamOrganism.tsx"() {
|
|
46162
45558
|
"use client";
|
|
46163
45559
|
init_cn();
|
|
46164
|
-
init_useTranslate();
|
|
46165
45560
|
init_Stack();
|
|
46166
45561
|
init_Typography();
|
|
46167
45562
|
init_SimpleGrid();
|
|
@@ -46219,7 +45614,6 @@ var init_Timeline = __esm({
|
|
|
46219
45614
|
init_LoadingState();
|
|
46220
45615
|
init_ErrorState();
|
|
46221
45616
|
init_EmptyState();
|
|
46222
|
-
init_useTranslate();
|
|
46223
45617
|
lookStyles10 = {
|
|
46224
45618
|
"vertical-compact": "gap-1 [&>*]:py-1",
|
|
46225
45619
|
"vertical-spacious": "",
|
|
@@ -48291,7 +47685,6 @@ var init_UISlotRenderer = __esm({
|
|
|
48291
47685
|
init_Box();
|
|
48292
47686
|
init_Typography();
|
|
48293
47687
|
init_useEventBus();
|
|
48294
|
-
init_useTranslate();
|
|
48295
47688
|
init_slot_types();
|
|
48296
47689
|
init_cn();
|
|
48297
47690
|
init_ErrorBoundary();
|