@almadar/ui 5.21.10 → 5.21.11
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 +156 -792
- package/dist/avl/index.js +4 -640
- 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 +172 -2481
- package/dist/components/index.js +27 -2289
- package/dist/providers/index.cjs +141 -761
- package/dist/providers/index.js +1 -621
- package/dist/runtime/index.cjs +580 -1203
- package/dist/runtime/index.js +441 -1064
- package/package.json +1 -1
package/dist/avl/index.js
CHANGED
|
@@ -4,6 +4,7 @@ import React97__default, { createContext, useState, useMemo, useRef, useEffect,
|
|
|
4
4
|
import { createLogger, isLogLevelEnabled } from '@almadar/logger';
|
|
5
5
|
import ELK from 'elkjs/lib/elk.bundled.js';
|
|
6
6
|
import { MarkerType, useReactFlow, Handle, Position, getBezierPath, EdgeLabelRenderer, useNodeId, ReactFlowProvider, BaseEdge, useNodesState, useEdgesState, ReactFlow, Controls, Background, BackgroundVariant } from '@xyflow/react';
|
|
7
|
+
import { useTranslate, useEventBus as useEventBus$1 } from '@almadar/ui/hooks';
|
|
7
8
|
import * as LucideIcons2 from 'lucide-react';
|
|
8
9
|
import { Loader2, X, List, Printer, ChevronRight, ChevronLeft, GitBranch, Pencil, Eye, Plus, ArrowRight, Trash, Code, FileText, WrapText, Check, Copy, AlertTriangle, Trash2, ZoomOut, ZoomIn, Download, RotateCcw, Menu as Menu$1, Package, Calendar, MoreHorizontal, Image as Image$1, Upload, ArrowLeft, HelpCircle, Search, Type, Heading1, Heading2, Heading3, ListOrdered, Quote, Minus, Eraser, TrendingUp, TrendingDown, AlertCircle, Circle, Clock, CheckCircle2, CheckCircle, XCircle, Play, Pause, SkipForward, Bug, Send, ChevronUp, ChevronDown, Wrench, Tag, User, DollarSign, Zap, Sword, Move, Heart, Shield } from 'lucide-react';
|
|
9
10
|
import * as PhosphorIcons from '@phosphor-icons/react';
|
|
@@ -3851,504 +3852,6 @@ var init_Stack = __esm({
|
|
|
3851
3852
|
HStack = (props) => /* @__PURE__ */ jsx(Stack, { direction: "horizontal", ...props });
|
|
3852
3853
|
}
|
|
3853
3854
|
});
|
|
3854
|
-
|
|
3855
|
-
// locales/en.json
|
|
3856
|
-
var en_default;
|
|
3857
|
-
var init_en = __esm({
|
|
3858
|
-
"locales/en.json"() {
|
|
3859
|
-
en_default = {
|
|
3860
|
-
$meta: {
|
|
3861
|
-
locale: "en",
|
|
3862
|
-
direction: "ltr"
|
|
3863
|
-
},
|
|
3864
|
-
"common.save": "Save",
|
|
3865
|
-
"common.cancel": "Cancel",
|
|
3866
|
-
"common.delete": "Delete",
|
|
3867
|
-
"common.close": "Close",
|
|
3868
|
-
"common.confirm": "Are you sure?",
|
|
3869
|
-
"common.create": "Create",
|
|
3870
|
-
"common.edit": "Edit",
|
|
3871
|
-
"common.view": "View",
|
|
3872
|
-
"common.add": "Add",
|
|
3873
|
-
"common.remove": "Remove",
|
|
3874
|
-
"common.search": "Search...",
|
|
3875
|
-
"common.filter": "Filter",
|
|
3876
|
-
"common.actions": "Actions",
|
|
3877
|
-
"common.yes": "Yes",
|
|
3878
|
-
"common.no": "No",
|
|
3879
|
-
"common.selected": "selected",
|
|
3880
|
-
"common.ok": "OK",
|
|
3881
|
-
"common.done": "Done",
|
|
3882
|
-
"common.apply": "Apply",
|
|
3883
|
-
"common.reset": "Reset",
|
|
3884
|
-
"common.refresh": "Refresh",
|
|
3885
|
-
"common.export": "Export",
|
|
3886
|
-
"common.import": "Import",
|
|
3887
|
-
"common.copy": "Copy",
|
|
3888
|
-
"common.settings": "Settings",
|
|
3889
|
-
"nav.previous": "Previous",
|
|
3890
|
-
"nav.next": "Next",
|
|
3891
|
-
"nav.back": "Back",
|
|
3892
|
-
"nav.home": "Home",
|
|
3893
|
-
"form.submit": "Submit",
|
|
3894
|
-
"form.saving": "Saving...",
|
|
3895
|
-
"form.required": "This field is required",
|
|
3896
|
-
"form.invalidEmail": "Enter a valid email address",
|
|
3897
|
-
"form.selectPlaceholder": "Select {{label}}...",
|
|
3898
|
-
"form.searchPlaceholder": "Search {{entity}}...",
|
|
3899
|
-
"table.empty.title": "No items found",
|
|
3900
|
-
"table.empty.description": "No items to display.",
|
|
3901
|
-
"table.search.placeholder": "Search...",
|
|
3902
|
-
"table.pagination.showing": "Showing {{start}} to {{end}} of {{total}} results",
|
|
3903
|
-
"table.pagination.page": "Page {{page}} of {{totalPages}}",
|
|
3904
|
-
"table.bulk.selected": "{{count}} selected",
|
|
3905
|
-
"table.loading": "Loading...",
|
|
3906
|
-
"status.loading": "Loading...",
|
|
3907
|
-
"status.scheduled": "Scheduled",
|
|
3908
|
-
"status.inProgress": "In Progress",
|
|
3909
|
-
"status.completed": "Completed",
|
|
3910
|
-
"status.cancelled": "Cancelled",
|
|
3911
|
-
"status.pending": "Pending",
|
|
3912
|
-
"status.active": "Active",
|
|
3913
|
-
"status.inactive": "Inactive",
|
|
3914
|
-
"status.draft": "Draft",
|
|
3915
|
-
"status.archived": "Archived",
|
|
3916
|
-
"error.generic": "Something went wrong",
|
|
3917
|
-
"error.retry": "Try again",
|
|
3918
|
-
"error.notFound": "Not found",
|
|
3919
|
-
"error.loadFailed": "Failed to load: {{message}}",
|
|
3920
|
-
"error.configMissing": "Configuration not found for: {{id}}",
|
|
3921
|
-
"common.loading": "Loading...",
|
|
3922
|
-
"common.showMore": "Show More",
|
|
3923
|
-
"common.showLess": "Show Less",
|
|
3924
|
-
"common.noResults": "No results found",
|
|
3925
|
-
"common.saveChanges": "Save Changes",
|
|
3926
|
-
"common.retry": "Retry",
|
|
3927
|
-
"common.open": "Open",
|
|
3928
|
-
"common.back": "Back",
|
|
3929
|
-
"empty.noItems": "No items",
|
|
3930
|
-
"empty.noData": "No data available",
|
|
3931
|
-
"empty.noItemsYet": "No items yet",
|
|
3932
|
-
"empty.noItemsAdded": "No items added yet",
|
|
3933
|
-
"empty.noOptionsFound": "No options found",
|
|
3934
|
-
"list.addItemPlaceholder": "Add new item...",
|
|
3935
|
-
"error.occurred": "An error occurred",
|
|
3936
|
-
"error.failedToLoad": "Failed to load data",
|
|
3937
|
-
"wizard.back": "Back",
|
|
3938
|
-
"wizard.next": "Next",
|
|
3939
|
-
"wizard.complete": "Complete",
|
|
3940
|
-
"wizard.stepOf": "Step {{current}} of {{total}}",
|
|
3941
|
-
"pagination.previous": "Previous",
|
|
3942
|
-
"pagination.next": "Next",
|
|
3943
|
-
"pagination.total": "Total:",
|
|
3944
|
-
"pagination.show": "Show:",
|
|
3945
|
-
"pagination.goTo": "Go to:",
|
|
3946
|
-
"pagination.go": "Go",
|
|
3947
|
-
"auth.signIn": "Sign in",
|
|
3948
|
-
"auth.signOut": "Sign out",
|
|
3949
|
-
"dialog.confirm": "Confirm",
|
|
3950
|
-
"dialog.cancel": "Cancel",
|
|
3951
|
-
"dialog.loading": "Loading...",
|
|
3952
|
-
"dialog.delete.title": "Delete {{item}}?",
|
|
3953
|
-
"dialog.delete.message": "This action cannot be undone.",
|
|
3954
|
-
"trait.availableActions": "Available Actions",
|
|
3955
|
-
"trait.transitions": "Transitions",
|
|
3956
|
-
"trait.availableNow": "Available now",
|
|
3957
|
-
"book.startReading": "Start Reading",
|
|
3958
|
-
"book.tableOfContents": "Table of Contents",
|
|
3959
|
-
"book.partNumber": "Part {{number}}",
|
|
3960
|
-
"book.print": "Print",
|
|
3961
|
-
"book.previousPage": "Previous page",
|
|
3962
|
-
"book.nextPage": "Next page",
|
|
3963
|
-
"quiz.showAnswer": "Show answer",
|
|
3964
|
-
"quiz.hideAnswer": "Hide answer",
|
|
3965
|
-
"aria.closeModal": "Close modal",
|
|
3966
|
-
"aria.closeToast": "Dismiss toast",
|
|
3967
|
-
"aria.closeAlert": "Dismiss alert",
|
|
3968
|
-
"aria.removeFilter": "Remove filter",
|
|
3969
|
-
"aria.closeDrawer": "Close drawer",
|
|
3970
|
-
"aria.closePanel": "Close panel",
|
|
3971
|
-
"aria.previousImage": "Previous image",
|
|
3972
|
-
"aria.nextImage": "Next image",
|
|
3973
|
-
"aria.dismiss": "Dismiss",
|
|
3974
|
-
"aria.previousSlide": "Previous slide",
|
|
3975
|
-
"aria.nextSlide": "Next slide",
|
|
3976
|
-
"aria.previousDays": "Previous days",
|
|
3977
|
-
"aria.nextDays": "Next days",
|
|
3978
|
-
"aria.decrease": "Decrease",
|
|
3979
|
-
"aria.increase": "Increase",
|
|
3980
|
-
"aria.breadcrumb": "Breadcrumb",
|
|
3981
|
-
"aria.tableOfContents": "Table of contents",
|
|
3982
|
-
"aria.docsSidebar": "Documentation sidebar",
|
|
3983
|
-
"aria.selectAllRows": "Select all rows",
|
|
3984
|
-
"aria.selectAll": "Select all",
|
|
3985
|
-
"aria.upvote": "Upvote",
|
|
3986
|
-
"aria.downvote": "Downvote",
|
|
3987
|
-
"aria.qrScanner": "QR scanner",
|
|
3988
|
-
"aria.mockScanDev": "Mock scan (dev)",
|
|
3989
|
-
"aria.openMenu": "Open menu",
|
|
3990
|
-
"aria.closeMenu": "Close menu",
|
|
3991
|
-
"aria.openSidebar": "Open sidebar",
|
|
3992
|
-
"sidebar.expand": "Expand sidebar",
|
|
3993
|
-
"sidebar.collapse": "Collapse sidebar",
|
|
3994
|
-
"sidebar.close": "Close sidebar",
|
|
3995
|
-
"loading.items": "Loading items...",
|
|
3996
|
-
"card.imageAlt": "Image",
|
|
3997
|
-
"canvas.emptyMessage": "No content",
|
|
3998
|
-
"canvas.errorTitle": "Canvas error",
|
|
3999
|
-
"book.noData": "No data",
|
|
4000
|
-
"common.notifications": "Notifications",
|
|
4001
|
-
"common.remaining": "{{count}} remaining",
|
|
4002
|
-
"error.somethingWentWrong": "Something went wrong",
|
|
4003
|
-
"error.loadingItems": "Loading items...",
|
|
4004
|
-
"error.noItemsFound": "No items found",
|
|
4005
|
-
"debug.noEntityData": "No entity data",
|
|
4006
|
-
"debug.noEntities": "No entities",
|
|
4007
|
-
"debug.noTicks": "No ticks registered",
|
|
4008
|
-
"debug.noActiveTraits": "No active traits",
|
|
4009
|
-
"debug.noGuardEvaluations": "No guard evaluations",
|
|
4010
|
-
"debug.noBridgeData": "No bridge data",
|
|
4011
|
-
"debug.status": "Status",
|
|
4012
|
-
"debug.eventsForwarded": "Events Forwarded (Client \u2192 Server)",
|
|
4013
|
-
"debug.eventsReceived": "Events Received (Server \u2192 Client)",
|
|
4014
|
-
"debug.lastHeartbeat": "Last Heartbeat",
|
|
4015
|
-
"debug.noEventsYet": "No events yet",
|
|
4016
|
-
"debug.noTransitionsRecorded": "No transitions recorded",
|
|
4017
|
-
"debug.noVerificationChecks": "No verification checks yet",
|
|
4018
|
-
"display.chartError": "Chart error",
|
|
4019
|
-
"display.codeViewerError": "Code viewer error",
|
|
4020
|
-
"display.noCode": "No code",
|
|
4021
|
-
"display.documentError": "Document error",
|
|
4022
|
-
"display.noDocument": "No document",
|
|
4023
|
-
"display.graphError": "Graph error",
|
|
4024
|
-
"display.noGraphData": "No graph data",
|
|
4025
|
-
"display.galleryError": "Gallery error",
|
|
4026
|
-
"display.noMedia": "No media",
|
|
4027
|
-
"display.meterError": "Meter error",
|
|
4028
|
-
"display.signaturePadError": "Signature pad error",
|
|
4029
|
-
"display.timelineError": "Timeline error",
|
|
4030
|
-
"display.noEvents": "No events",
|
|
4031
|
-
"template.features": "Features",
|
|
4032
|
-
"template.howItWorks": "How It Works",
|
|
4033
|
-
"template.showcase": "Showcase",
|
|
4034
|
-
"template.faq": "Frequently Asked Questions",
|
|
4035
|
-
"template.ourTeam": "Our Team",
|
|
4036
|
-
"template.caseStudies": "Case Studies",
|
|
4037
|
-
"richBlockEditor.toolbar.text": "Text",
|
|
4038
|
-
"richBlockEditor.toolbar.h1": "H1",
|
|
4039
|
-
"richBlockEditor.toolbar.h2": "H2",
|
|
4040
|
-
"richBlockEditor.toolbar.h3": "H3",
|
|
4041
|
-
"richBlockEditor.toolbar.bulletList": "Bullet list",
|
|
4042
|
-
"richBlockEditor.toolbar.numbered": "Numbered",
|
|
4043
|
-
"richBlockEditor.toolbar.quote": "Quote",
|
|
4044
|
-
"richBlockEditor.toolbar.code": "Code",
|
|
4045
|
-
"richBlockEditor.toolbar.divider": "Divider",
|
|
4046
|
-
"richBlockEditor.toolbar.image": "Image",
|
|
4047
|
-
"richBlockEditor.blockType.paragraph": "Text",
|
|
4048
|
-
"richBlockEditor.blockType.heading1": "Heading 1",
|
|
4049
|
-
"richBlockEditor.blockType.heading2": "Heading 2",
|
|
4050
|
-
"richBlockEditor.blockType.heading3": "Heading 3",
|
|
4051
|
-
"richBlockEditor.blockType.bulletList": "Bullet list",
|
|
4052
|
-
"richBlockEditor.blockType.numberedList": "Numbered list",
|
|
4053
|
-
"richBlockEditor.blockType.quote": "Quote",
|
|
4054
|
-
"richBlockEditor.blockType.code": "Code",
|
|
4055
|
-
"richBlockEditor.blockType.divider": "Divider",
|
|
4056
|
-
"richBlockEditor.blockType.image": "Image",
|
|
4057
|
-
"richBlockEditor.blockActions": "Block actions",
|
|
4058
|
-
"richBlockEditor.duplicate": "Duplicate",
|
|
4059
|
-
"richBlockEditor.turnInto": "Turn into",
|
|
4060
|
-
"richBlockEditor.placeholder.heading1": "Heading 1",
|
|
4061
|
-
"richBlockEditor.placeholder.heading2": "Heading 2",
|
|
4062
|
-
"richBlockEditor.placeholder.heading3": "Heading 3",
|
|
4063
|
-
"richBlockEditor.placeholder.quote": "Quote",
|
|
4064
|
-
"richBlockEditor.placeholder.code": "Enter code",
|
|
4065
|
-
"richBlockEditor.placeholder.paragraph": "Start writing...",
|
|
4066
|
-
"richBlockEditor.placeholder.listItem": "List item",
|
|
4067
|
-
"richBlockEditor.placeholder.caption": "Caption (optional)",
|
|
4068
|
-
"richBlockEditor.aria.heading1Block": "Heading 1 block",
|
|
4069
|
-
"richBlockEditor.aria.heading2Block": "Heading 2 block",
|
|
4070
|
-
"richBlockEditor.aria.heading3Block": "Heading 3 block",
|
|
4071
|
-
"richBlockEditor.aria.quoteBlock": "Quote block",
|
|
4072
|
-
"richBlockEditor.aria.codeBlock": "Code block",
|
|
4073
|
-
"richBlockEditor.aria.codeLanguage": "Code language",
|
|
4074
|
-
"richBlockEditor.aria.imageUrl": "Image URL",
|
|
4075
|
-
"richBlockEditor.aria.imageCaption": "Image caption",
|
|
4076
|
-
"richBlockEditor.aria.listItem": "List item",
|
|
4077
|
-
"richBlockEditor.aria.removeListItem": "Remove list item",
|
|
4078
|
-
"richBlockEditor.aria.paragraphBlock": "Paragraph block",
|
|
4079
|
-
"richBlockEditor.embeddedImage": "Embedded image",
|
|
4080
|
-
"richBlockEditor.noImageUrl": "No image URL set",
|
|
4081
|
-
"richBlockEditor.addItem": "Add item",
|
|
4082
|
-
"richBlockEditor.insertParagraphBelow": "Insert paragraph below",
|
|
4083
|
-
"richBlockEditor.editorToolbar": "Block editor toolbar",
|
|
4084
|
-
"richBlockEditor.insertEntry": "Insert {{label}}",
|
|
4085
|
-
"versionDiff.compare": "Compare",
|
|
4086
|
-
"versionDiff.to": "to",
|
|
4087
|
-
"versionDiff.beforeRevision": "Before revision",
|
|
4088
|
-
"versionDiff.afterRevision": "After revision",
|
|
4089
|
-
"versionDiff.switchToInline": "Switch to inline view",
|
|
4090
|
-
"versionDiff.switchToSideBySide": "Switch to side-by-side view",
|
|
4091
|
-
"versionDiff.revert": "Revert",
|
|
4092
|
-
"versionDiff.byAuthor": " by {{author}}",
|
|
4093
|
-
"violationAlert.actionType.measure": "Corrective Measure",
|
|
4094
|
-
"violationAlert.actionType.admin": "Administrative Action",
|
|
4095
|
-
"violationAlert.actionType.penalty": "Penalty Proceedings",
|
|
4096
|
-
"violationAlert.fallbackMessage": "Violation",
|
|
4097
|
-
"violationAlert.adminLabel": "Admin:",
|
|
4098
|
-
"violationAlert.penaltyLabel": "Penalty:",
|
|
4099
|
-
"violationAlert.goToField": "Go to field",
|
|
4100
|
-
"branchingLogic.title": "Branching logic",
|
|
4101
|
-
"branchingLogic.if": "If",
|
|
4102
|
-
"branchingLogic.goTo": "go to",
|
|
4103
|
-
"branchingLogic.rules": "Rules",
|
|
4104
|
-
"branchingLogic.logicGraph": "Logic graph",
|
|
4105
|
-
"branchingLogic.addRule": "Add rule",
|
|
4106
|
-
"branchingLogic.deleteRule": "Delete rule",
|
|
4107
|
-
"branchingLogic.endOfSurvey": "End of survey",
|
|
4108
|
-
"branchingLogic.brokenReference": "Broken reference",
|
|
4109
|
-
"branchingLogic.selectQuestion": "Select question",
|
|
4110
|
-
"branchingLogic.selectTarget": "Select target",
|
|
4111
|
-
"branchingLogic.selectValue": "Select value",
|
|
4112
|
-
"branchingLogic.addValue": "Add value",
|
|
4113
|
-
"branchingLogic.value": "Value",
|
|
4114
|
-
"branchingLogic.typeValuePressEnter": "Type value, press Enter",
|
|
4115
|
-
"branchingLogic.operatorEquals": "equals",
|
|
4116
|
-
"branchingLogic.operatorNotEquals": "does not equal",
|
|
4117
|
-
"branchingLogic.operatorContains": "contains",
|
|
4118
|
-
"branchingLogic.operatorIn": "is one of",
|
|
4119
|
-
"branchingLogic.graphAriaLabel": "Branching logic graph",
|
|
4120
|
-
"branchingLogic.ruleCountOne": "{{count}} rule",
|
|
4121
|
-
"branchingLogic.ruleCountOther": "{{count}} rules",
|
|
4122
|
-
"branchingLogic.brokenCount": "{{count}} broken",
|
|
4123
|
-
"branchingLogic.emptyNoQuestions": "Add questions before building branching rules.",
|
|
4124
|
-
"branchingLogic.emptyNoRules": "No rules yet. Add a rule to define branching logic.",
|
|
4125
|
-
"filterGroup.filters": "Filters",
|
|
4126
|
-
"filterGroup.all": "All",
|
|
4127
|
-
"filterGroup.clear": "Clear",
|
|
4128
|
-
"filterGroup.clearAll": "Clear all",
|
|
4129
|
-
"filterGroup.from": "From",
|
|
4130
|
-
"filterGroup.to": "To",
|
|
4131
|
-
"filterGroup.allOf": "All {{label}}",
|
|
4132
|
-
"filterGroup.activeCount": "{{count}} active",
|
|
4133
|
-
"debug.guardEvaluationsHint": "Guard evaluations will appear when transitions or ticks with guards execute",
|
|
4134
|
-
"debug.expression": "Expression",
|
|
4135
|
-
"debug.inputs": "Inputs",
|
|
4136
|
-
"debug.trait": "Trait",
|
|
4137
|
-
"debug.filterAll": "All",
|
|
4138
|
-
"debug.filterPassed": "Passed",
|
|
4139
|
-
"debug.filterFailed": "Failed",
|
|
4140
|
-
"debug.traitsInitHint": "Traits will appear when the state machine initializes",
|
|
4141
|
-
"debug.traitsMountHint": "Traits will appear when components using them are mounted",
|
|
4142
|
-
"debug.activeStates": "Active States",
|
|
4143
|
-
"debug.availableEvents": "Available Events",
|
|
4144
|
-
"debug.noTransitionsFromState": "No transitions from current state",
|
|
4145
|
-
"debug.guarded": "guarded",
|
|
4146
|
-
"debug.otherEvents": "Other Events (not available from current state)",
|
|
4147
|
-
"debug.recentTransitions": "Recent Transitions",
|
|
4148
|
-
"debug.transitionsCount": "{{count}} transitions",
|
|
4149
|
-
"debug.states": "States",
|
|
4150
|
-
"debug.transitions": "Transitions",
|
|
4151
|
-
"debug.guards": "Guards",
|
|
4152
|
-
"debug.debugModeHint": "Debug mode may not be enabled",
|
|
4153
|
-
"debug.entitiesSpawnHint": "Entities will appear when spawned",
|
|
4154
|
-
"debug.singleton": "Singleton",
|
|
4155
|
-
"debug.singletonsCount": "Singletons ({{count}})",
|
|
4156
|
-
"debug.runtimeCount": "Runtime ({{count}})",
|
|
4157
|
-
"debug.moreEntities": "+{{count}} more entities",
|
|
4158
|
-
"debug.persistent": "Persistent",
|
|
4159
|
-
"debug.loadedCount": "{{count}} loaded",
|
|
4160
|
-
"debug.notLoaded": "not loaded",
|
|
4161
|
-
"debug.eventsExecuteHint": "Events will appear as traits, ticks, and other systems execute",
|
|
4162
|
-
"debug.allCount": "All ({{count}})",
|
|
4163
|
-
"debug.autoScroll": "Auto-scroll",
|
|
4164
|
-
"debug.transitionsProcessHint": "Transitions will appear as the state machine processes events",
|
|
4165
|
-
"debug.transitionsRecorded": "{{count}} transitions recorded",
|
|
4166
|
-
"debug.guardLabel": "guard:",
|
|
4167
|
-
"debug.effectsCount": "{{count}} effects",
|
|
4168
|
-
"debug.bridgeInitHint": "The ServerBridge has not been initialized. Bridge health will appear once the runtime connects to the server.",
|
|
4169
|
-
"debug.never": "Never",
|
|
4170
|
-
"debug.connected": "Connected",
|
|
4171
|
-
"debug.disconnected": "Disconnected",
|
|
4172
|
-
"debug.lastError": "Last Error",
|
|
4173
|
-
"debug.totalEventsProcessed": "{{count}} total events processed",
|
|
4174
|
-
"debug.server": "server",
|
|
4175
|
-
"debug.clientEffectsCount": "{{count}} clientEffects",
|
|
4176
|
-
"debug.emitLabel": "emit:",
|
|
4177
|
-
"debug.rowsCount": "{{count}} rows",
|
|
4178
|
-
"debug.serverResponse": "server response",
|
|
4179
|
-
"debug.collapseVerificationTimeline": "Collapse verification timeline",
|
|
4180
|
-
"debug.expandVerificationTimeline": "Expand verification timeline",
|
|
4181
|
-
"debug.failCount": "{{count}} fail",
|
|
4182
|
-
"debug.ok": "OK",
|
|
4183
|
-
"debug.localCount": "{{count}} local",
|
|
4184
|
-
"debug.serverCount": "{{count}} server",
|
|
4185
|
-
"debug.waitingForTransitions": "Waiting for transitions...",
|
|
4186
|
-
"debug.tabDispatch": "Dispatch",
|
|
4187
|
-
"debug.tabVerify": "Verify",
|
|
4188
|
-
"debug.tabVerifyAlert": "Verify (!)",
|
|
4189
|
-
"debug.tabTimeline": "Timeline",
|
|
4190
|
-
"debug.tabBridge": "Bridge",
|
|
4191
|
-
"debug.tabTraits": "Traits",
|
|
4192
|
-
"debug.tabTicks": "Ticks",
|
|
4193
|
-
"debug.tabEntities": "Entities",
|
|
4194
|
-
"debug.tabEvents": "Events",
|
|
4195
|
-
"debug.tabGuards": "Guards",
|
|
4196
|
-
"debug.debugger": "Debugger",
|
|
4197
|
-
"debug.failedCount": "{{count}} failed",
|
|
4198
|
-
"debug.traitsCount": "{{count}} traits",
|
|
4199
|
-
"debug.idle": "Idle",
|
|
4200
|
-
"debug.openDebugger": "Open Debugger (`)",
|
|
4201
|
-
"debug.kflowVerifier": "KFlow Verifier",
|
|
4202
|
-
"debug.allPassing": "All passing",
|
|
4203
|
-
"debug.runtime": "Runtime",
|
|
4204
|
-
"debug.close": "Close (`)",
|
|
4205
|
-
"debug.toggleHint": "Press ` to toggle | window.__orbitalVerification for automation",
|
|
4206
|
-
"replyTree.expandReplies": "Expand replies",
|
|
4207
|
-
"replyTree.collapseReplies": "Collapse replies",
|
|
4208
|
-
"replyTree.voteOnReplyBy": "Vote on reply by {{author}}",
|
|
4209
|
-
"replyTree.replyTo": "Reply to {{author}}",
|
|
4210
|
-
"replyTree.replyToPlaceholder": "Reply to {{author}}\u2026",
|
|
4211
|
-
"replyTree.reply": "Reply",
|
|
4212
|
-
"replyTree.flagReplyBy": "Flag reply by {{author}}",
|
|
4213
|
-
"replyTree.flag": "Flag",
|
|
4214
|
-
"replyTree.send": "Send",
|
|
4215
|
-
"replyTree.continueThread": "Continue thread",
|
|
4216
|
-
"replyTree.noRepliesYet": "No replies yet.",
|
|
4217
|
-
"signaturePad.label": "Signature",
|
|
4218
|
-
"signaturePad.helperText": "Draw your signature above",
|
|
4219
|
-
"signaturePad.clear": "Clear",
|
|
4220
|
-
"signaturePad.confirm": "Confirm",
|
|
4221
|
-
"qrScanner.cameraUnavailable": "Camera unavailable",
|
|
4222
|
-
"qrScanner.paused": "Paused",
|
|
4223
|
-
"qrScanner.resumeScanning": "Resume scanning",
|
|
4224
|
-
"qrScanner.pauseScanning": "Pause scanning",
|
|
4225
|
-
"qrScanner.switchToFrontCamera": "Switch to front camera",
|
|
4226
|
-
"qrScanner.switchToRearCamera": "Switch to rear camera",
|
|
4227
|
-
"qrScanner.mockScan": "Mock Scan",
|
|
4228
|
-
"docSearch.placeholder": "Search documentation...",
|
|
4229
|
-
"stateMachine.loading": "Loading state machine\u2026",
|
|
4230
|
-
"stateMachine.noStateMachine": "No state machine to visualize",
|
|
4231
|
-
"avl.trigger": "Trigger",
|
|
4232
|
-
"avl.guard": "Guard",
|
|
4233
|
-
"avl.effects": "Effects",
|
|
4234
|
-
"avl.props": "Props",
|
|
4235
|
-
"avl.entity": "Entity",
|
|
4236
|
-
"avl.traits": "Traits",
|
|
4237
|
-
"avl.transition": "Transition",
|
|
4238
|
-
"avl.onEntity": "on {{entity}}",
|
|
4239
|
-
"avl.linkedTo": "linked to {{entity}}",
|
|
4240
|
-
"avl.pressEscToZoomOut": "Press Esc to zoom out",
|
|
4241
|
-
"avl.zoomIn": "Zoom in",
|
|
4242
|
-
"avl.zoomOut": "Zoom out",
|
|
4243
|
-
"avl.orbitalLabel": "Orbital: {{name}}",
|
|
4244
|
-
"avl.orbitalLabelHighlighted": "Orbital: {{name}} (highlighted)",
|
|
4245
|
-
"avl.noTraitData": "No trait data",
|
|
4246
|
-
"avl.computingLayout": "Computing layout...",
|
|
4247
|
-
"avl.noStateMachine": "No state machine",
|
|
4248
|
-
"avl.listensFor": "listens for {{event}}",
|
|
4249
|
-
"avl.emits": "emits {{event}}",
|
|
4250
|
-
"avl.pageLayout": "Page Layout",
|
|
4251
|
-
"avl.overlaySuffix": "(overlay)",
|
|
4252
|
-
"orbPreview.previewBadge": "Preview",
|
|
4253
|
-
"orbPreview.doubleClickToOpen": "Double-click to open",
|
|
4254
|
-
"orbPreview.dropToAddAndOpen": "Drop to add and open",
|
|
4255
|
-
"orbPreview.dispatching": "Coordinator is dispatching to this orbital",
|
|
4256
|
-
"orbPreview.noPreview": "No preview available",
|
|
4257
|
-
"orbPreview.screensCount": "{{count}} screens",
|
|
4258
|
-
"detailView.noTransitionData": "No transition data",
|
|
4259
|
-
"orbInspector.required": "req",
|
|
4260
|
-
"orbInspector.addField": "Add Field",
|
|
4261
|
-
"orbInspector.serviceMode": "Service Mode",
|
|
4262
|
-
"orbInspector.standalone": "Standalone",
|
|
4263
|
-
"orbInspector.embedded": "Embedded",
|
|
4264
|
-
"orbInspector.rendersOwnUi": "Renders its own UI",
|
|
4265
|
-
"orbInspector.headless": "Headless, wired to other behaviors",
|
|
4266
|
-
"orbInspector.addEffect": "Add Effect",
|
|
4267
|
-
"orbInspector.guardExpression": "Guard expression",
|
|
4268
|
-
"orbInspector.selectPatternForStyles": "Select a pattern to view its style tokens.",
|
|
4269
|
-
"orbInspector.tokens": "Tokens",
|
|
4270
|
-
"orbInspector.noTokenContract": "No token contract declared for this pattern.",
|
|
4271
|
-
"orbInspector.variant": "Variant",
|
|
4272
|
-
"orbInspector.size": "Size",
|
|
4273
|
-
"orbInspector.statesCount": "{{count}} states",
|
|
4274
|
-
"orbInspector.onEntity": " on {{entity}}",
|
|
4275
|
-
"orbInspector.projectThemeTokens": "Project theme tokens",
|
|
4276
|
-
"orbInspector.tokenGroup.colors": "Colors",
|
|
4277
|
-
"orbInspector.tokenGroup.radii": "Radii",
|
|
4278
|
-
"orbInspector.tokenGroup.spacing": "Spacing",
|
|
4279
|
-
"orbInspector.tokenGroup.shadows": "Shadows",
|
|
4280
|
-
"orbInspector.tab.inspector": "Inspector",
|
|
4281
|
-
"orbInspector.tab.styles": "Styles",
|
|
4282
|
-
"orbInspector.tab.code": "Code",
|
|
4283
|
-
"canvas.goBackToOverview": "Go back to overview",
|
|
4284
|
-
"canvas.overview": "Overview",
|
|
4285
|
-
"canvas.expanded": "Expanded",
|
|
4286
|
-
"canvas.modulesCount": "{{count}} modules",
|
|
4287
|
-
"canvas.screensCount": "{{count}} screens",
|
|
4288
|
-
"canvas.switchToView": "Switch to {{label}} view",
|
|
4289
|
-
"lawReference.viewFullText": "View full law text",
|
|
4290
|
-
"statCard.defaultLabel": "Stat",
|
|
4291
|
-
"statCard.vsLastPeriod": "vs last period",
|
|
4292
|
-
"mediaGallery.upload": "Upload",
|
|
4293
|
-
"mediaGallery.noMediaDescription": "No media items to display.",
|
|
4294
|
-
"pagination.jumpPlaceholder": "Page",
|
|
4295
|
-
"table.selectRow": "Select row {{id}}",
|
|
4296
|
-
"card.selectItem": "Select {{item}}",
|
|
4297
|
-
"card.itemFallback": "item",
|
|
4298
|
-
"fileTree.noFiles": "No files",
|
|
4299
|
-
"masterDetail.selectItem": "Select an item to view details",
|
|
4300
|
-
"empty.createFirst": "Create your first item to get started.",
|
|
4301
|
-
"upload.dropOrBrowse": "Drop files here or click to browse",
|
|
4302
|
-
"upload.dropFilesHere": "Drop files here",
|
|
4303
|
-
"upload.accepted": "Accepted: {{accept}}",
|
|
4304
|
-
"upload.maxSize": "Max size: {{size}}",
|
|
4305
|
-
"upload.maxFiles": "Up to {{count}} files",
|
|
4306
|
-
"upload.error.maxFiles": "Maximum {{count}} files allowed",
|
|
4307
|
-
"upload.error.invalidType": "Invalid file type: {{name}}",
|
|
4308
|
-
"upload.error.tooLarge": "File too large: {{name}} (max {{size}})",
|
|
4309
|
-
"optionConstraint.requiredOne": "Required, pick 1",
|
|
4310
|
-
"optionConstraint.optionalOne": "Optional, pick up to 1",
|
|
4311
|
-
"optionConstraint.pickExactly": "Pick exactly {{count}}",
|
|
4312
|
-
"optionConstraint.pickRange": "Pick {{min}}-{{max}}",
|
|
4313
|
-
"optionConstraint.pickAtLeast": "Pick at least {{count}}",
|
|
4314
|
-
"optionConstraint.pickUpTo": "Pick up to {{count}}",
|
|
4315
|
-
"optionConstraint.optional": "Optional",
|
|
4316
|
-
"optionConstraint.outOfStock": "Out of stock",
|
|
4317
|
-
"optionConstraint.error.pickOne": "Pick 1 option",
|
|
4318
|
-
"optionConstraint.error.pickOnlyOne": "Pick only 1 option",
|
|
4319
|
-
"optionConstraint.error.pickMore": "Pick at least {{count}} more",
|
|
4320
|
-
"optionConstraint.error.removeOptions": "Remove {{count}} options",
|
|
4321
|
-
"stateMachine.pinned": "Pinned",
|
|
4322
|
-
"stateMachine.eventCount": "{{count}} events",
|
|
4323
|
-
"stateMachine.externalEffects": "External Effects",
|
|
4324
|
-
"stateMachine.legend.initial": "Initial",
|
|
4325
|
-
"stateMachine.legend.final": "Final",
|
|
4326
|
-
"stateMachine.legend.state": "State",
|
|
4327
|
-
"stateMachine.legend.multiEvent": "Multi-event",
|
|
4328
|
-
"relationSelect.selectPlaceholder": "Select..."
|
|
4329
|
-
};
|
|
4330
|
-
}
|
|
4331
|
-
});
|
|
4332
|
-
function useTranslate() {
|
|
4333
|
-
return useContext(I18nContext);
|
|
4334
|
-
}
|
|
4335
|
-
var _meta, coreMessages, coreLocale, I18nContext;
|
|
4336
|
-
var init_useTranslate = __esm({
|
|
4337
|
-
"hooks/useTranslate.ts"() {
|
|
4338
|
-
"use client";
|
|
4339
|
-
init_en();
|
|
4340
|
-
({ $meta: _meta, ...coreMessages } = en_default);
|
|
4341
|
-
coreLocale = coreMessages;
|
|
4342
|
-
I18nContext = createContext({
|
|
4343
|
-
locale: "en",
|
|
4344
|
-
direction: "ltr",
|
|
4345
|
-
t: (key) => coreLocale[key] ?? key
|
|
4346
|
-
// core locale fallback
|
|
4347
|
-
});
|
|
4348
|
-
I18nContext.displayName = "I18nContext";
|
|
4349
|
-
I18nContext.Provider;
|
|
4350
|
-
}
|
|
4351
|
-
});
|
|
4352
3855
|
var MAX_VISIBLE_EFFECTS, AvlTransitionLane;
|
|
4353
3856
|
var init_AvlTransitionLane = __esm({
|
|
4354
3857
|
"components/avl/molecules/AvlTransitionLane.tsx"() {
|
|
@@ -4978,7 +4481,6 @@ var log2, SWIM_GUTTER, CENTER_W, BehaviorView;
|
|
|
4978
4481
|
var init_BehaviorView = __esm({
|
|
4979
4482
|
"components/avl/molecules/BehaviorView.tsx"() {
|
|
4980
4483
|
"use client";
|
|
4981
|
-
init_useTranslate();
|
|
4982
4484
|
init_AvlState();
|
|
4983
4485
|
init_AvlTransitionLane();
|
|
4984
4486
|
init_AvlSwimLane();
|
|
@@ -6830,7 +6332,6 @@ var init_Modal = __esm({
|
|
|
6830
6332
|
init_Overlay();
|
|
6831
6333
|
init_cn();
|
|
6832
6334
|
init_useEventBus();
|
|
6833
|
-
init_useTranslate();
|
|
6834
6335
|
sizeClasses2 = {
|
|
6835
6336
|
sm: "max-w-md",
|
|
6836
6337
|
md: "max-w-2xl",
|
|
@@ -7052,7 +6553,6 @@ var init_Drawer = __esm({
|
|
|
7052
6553
|
init_Overlay();
|
|
7053
6554
|
init_cn();
|
|
7054
6555
|
init_useEventBus();
|
|
7055
|
-
init_useTranslate();
|
|
7056
6556
|
sizeWidths = {
|
|
7057
6557
|
sm: "w-full sm:w-80",
|
|
7058
6558
|
// 320px
|
|
@@ -7325,7 +6825,6 @@ var init_Toast = __esm({
|
|
|
7325
6825
|
init_Badge();
|
|
7326
6826
|
init_cn();
|
|
7327
6827
|
init_useEventBus();
|
|
7328
|
-
init_useTranslate();
|
|
7329
6828
|
variantClasses = {
|
|
7330
6829
|
success: "bg-card border-[length:var(--border-width)] border-success",
|
|
7331
6830
|
error: "bg-card border-[length:var(--border-width)] border-error",
|
|
@@ -8287,7 +7786,6 @@ var init_Input = __esm({
|
|
|
8287
7786
|
"components/core/atoms/Input.tsx"() {
|
|
8288
7787
|
init_cn();
|
|
8289
7788
|
init_Icon();
|
|
8290
|
-
init_useTranslate();
|
|
8291
7789
|
Input = React97__default.forwardRef(
|
|
8292
7790
|
({
|
|
8293
7791
|
className,
|
|
@@ -8671,7 +8169,6 @@ var init_FilterPill = __esm({
|
|
|
8671
8169
|
"components/core/atoms/FilterPill.tsx"() {
|
|
8672
8170
|
init_cn();
|
|
8673
8171
|
init_useEventBus();
|
|
8674
|
-
init_useTranslate();
|
|
8675
8172
|
init_Icon();
|
|
8676
8173
|
variantStyles5 = {
|
|
8677
8174
|
default: [
|
|
@@ -9797,7 +9294,6 @@ var init_LawReferenceTooltip = __esm({
|
|
|
9797
9294
|
init_Typography();
|
|
9798
9295
|
init_Divider();
|
|
9799
9296
|
init_cn();
|
|
9800
|
-
init_useTranslate();
|
|
9801
9297
|
positionStyles2 = {
|
|
9802
9298
|
top: "bottom-full left-1/2 -translate-x-1/2 mb-2",
|
|
9803
9299
|
bottom: "top-full left-1/2 -translate-x-1/2 mt-2",
|
|
@@ -12793,7 +12289,6 @@ var init_ErrorState = __esm({
|
|
|
12793
12289
|
init_Typography();
|
|
12794
12290
|
init_Icon();
|
|
12795
12291
|
init_useEventBus();
|
|
12796
|
-
init_useTranslate();
|
|
12797
12292
|
ErrorState = ({
|
|
12798
12293
|
title,
|
|
12799
12294
|
message,
|
|
@@ -12836,7 +12331,6 @@ var init_ErrorBoundary = __esm({
|
|
|
12836
12331
|
"use client";
|
|
12837
12332
|
init_cn();
|
|
12838
12333
|
init_ErrorState();
|
|
12839
|
-
init_useTranslate();
|
|
12840
12334
|
DefaultFallback = ({ error, onRetry }) => {
|
|
12841
12335
|
const { t } = useTranslate();
|
|
12842
12336
|
return /* @__PURE__ */ jsx(
|
|
@@ -12986,7 +12480,6 @@ var init_Skeleton = __esm({
|
|
|
12986
12480
|
"components/core/molecules/Skeleton.tsx"() {
|
|
12987
12481
|
"use client";
|
|
12988
12482
|
init_cn();
|
|
12989
|
-
init_useTranslate();
|
|
12990
12483
|
init_Box();
|
|
12991
12484
|
init_Stack();
|
|
12992
12485
|
init_Stack();
|
|
@@ -13663,7 +13156,6 @@ var AboutPageTemplate;
|
|
|
13663
13156
|
var init_AboutPageTemplate = __esm({
|
|
13664
13157
|
"components/marketing/templates/AboutPageTemplate.tsx"() {
|
|
13665
13158
|
init_cn();
|
|
13666
|
-
init_useTranslate();
|
|
13667
13159
|
init_Stack();
|
|
13668
13160
|
init_Box();
|
|
13669
13161
|
init_Typography();
|
|
@@ -13768,7 +13260,6 @@ var init_Alert = __esm({
|
|
|
13768
13260
|
init_Icon();
|
|
13769
13261
|
init_Typography();
|
|
13770
13262
|
init_useEventBus();
|
|
13771
|
-
init_useTranslate();
|
|
13772
13263
|
variantBorderClasses = {
|
|
13773
13264
|
info: "border-info",
|
|
13774
13265
|
success: "border-success",
|
|
@@ -14128,7 +13619,6 @@ var init_Menu = __esm({
|
|
|
14128
13619
|
init_Badge();
|
|
14129
13620
|
init_cn();
|
|
14130
13621
|
init_useEventBus();
|
|
14131
|
-
init_useTranslate();
|
|
14132
13622
|
Menu = ({
|
|
14133
13623
|
trigger,
|
|
14134
13624
|
items,
|
|
@@ -14416,7 +13906,6 @@ var init_FloatingActionButton = __esm({
|
|
|
14416
13906
|
init_Typography();
|
|
14417
13907
|
init_cn();
|
|
14418
13908
|
init_useEventBus();
|
|
14419
|
-
init_useTranslate();
|
|
14420
13909
|
FloatingActionButton = ({
|
|
14421
13910
|
action,
|
|
14422
13911
|
actionPayload,
|
|
@@ -14600,7 +14089,7 @@ var init_MapView = __esm({
|
|
|
14600
14089
|
L.Marker.prototype.options.icon = defaultIcon;
|
|
14601
14090
|
const { useEffect: useEffect79, useRef: useRef71, useCallback: useCallback122, useState: useState113 } = React97__default;
|
|
14602
14091
|
const { Typography: Typography2 } = await Promise.resolve().then(() => (init_Typography(), Typography_exports));
|
|
14603
|
-
const { useEventBus:
|
|
14092
|
+
const { useEventBus: useEventBus3 } = await Promise.resolve().then(() => (init_useEventBus(), useEventBus_exports));
|
|
14604
14093
|
function MapUpdater({ centerLat, centerLng, zoom }) {
|
|
14605
14094
|
const map = useMap();
|
|
14606
14095
|
const prevRef = useRef71({ centerLat, centerLng, zoom });
|
|
@@ -14642,7 +14131,7 @@ var init_MapView = __esm({
|
|
|
14642
14131
|
className,
|
|
14643
14132
|
showAttribution = true
|
|
14644
14133
|
}) {
|
|
14645
|
-
const eventBus =
|
|
14134
|
+
const eventBus = useEventBus3();
|
|
14646
14135
|
const [clickedPosition, setClickedPosition] = useState113(null);
|
|
14647
14136
|
const handleMapClick = useCallback122((lat, lng) => {
|
|
14648
14137
|
if (showClickedPin) {
|
|
@@ -15338,7 +14827,6 @@ var init_ActionTile = __esm({
|
|
|
15338
14827
|
"components/game/organisms/puzzles/sequencer/ActionTile.tsx"() {
|
|
15339
14828
|
init_atoms2();
|
|
15340
14829
|
init_cn();
|
|
15341
|
-
init_useTranslate();
|
|
15342
14830
|
DRAG_MIME = "application/x-almadar-slot-item";
|
|
15343
14831
|
SIZE_CONFIG = {
|
|
15344
14832
|
sm: { px: "px-2 py-1", icon: "text-lg", text: "text-xs" },
|
|
@@ -15376,7 +14864,6 @@ var init_ActionPalette = __esm({
|
|
|
15376
14864
|
"components/game/organisms/puzzles/sequencer/ActionPalette.tsx"() {
|
|
15377
14865
|
init_atoms2();
|
|
15378
14866
|
init_cn();
|
|
15379
|
-
init_useTranslate();
|
|
15380
14867
|
init_ActionTile();
|
|
15381
14868
|
ActionPalette.displayName = "ActionPalette";
|
|
15382
14869
|
}
|
|
@@ -15386,7 +14873,6 @@ var init_AuthLayout = __esm({
|
|
|
15386
14873
|
"components/core/templates/AuthLayout.tsx"() {
|
|
15387
14874
|
"use client";
|
|
15388
14875
|
init_cn();
|
|
15389
|
-
init_useTranslate();
|
|
15390
14876
|
init_Box();
|
|
15391
14877
|
init_Stack();
|
|
15392
14878
|
init_Typography();
|
|
@@ -15531,7 +15017,6 @@ var init_LoadingState = __esm({
|
|
|
15531
15017
|
init_atoms2();
|
|
15532
15018
|
init_Stack();
|
|
15533
15019
|
init_Typography();
|
|
15534
|
-
init_useTranslate();
|
|
15535
15020
|
LoadingState = ({
|
|
15536
15021
|
title,
|
|
15537
15022
|
message,
|
|
@@ -16747,7 +16232,6 @@ var init_IsometricCanvas = __esm({
|
|
|
16747
16232
|
"use client";
|
|
16748
16233
|
init_cn();
|
|
16749
16234
|
init_useEventBus();
|
|
16750
|
-
init_useTranslate();
|
|
16751
16235
|
init_Box();
|
|
16752
16236
|
init_Stack();
|
|
16753
16237
|
init_Icon();
|
|
@@ -17111,7 +16595,6 @@ var init_BattleBoard = __esm({
|
|
|
17111
16595
|
"use client";
|
|
17112
16596
|
init_cn();
|
|
17113
16597
|
init_useEventBus();
|
|
17114
|
-
init_useTranslate();
|
|
17115
16598
|
init_Box();
|
|
17116
16599
|
init_Button();
|
|
17117
16600
|
init_Typography();
|
|
@@ -17156,7 +16639,6 @@ var MIN_DIAGRAM_WIDTH, ScaledDiagram;
|
|
|
17156
16639
|
var init_ScaledDiagram = __esm({
|
|
17157
16640
|
"components/core/molecules/ScaledDiagram.tsx"() {
|
|
17158
16641
|
init_Box();
|
|
17159
|
-
init_useTranslate();
|
|
17160
16642
|
init_cn();
|
|
17161
16643
|
MIN_DIAGRAM_WIDTH = 200;
|
|
17162
16644
|
ScaledDiagram = ({
|
|
@@ -17299,7 +16781,6 @@ var init_CodeBlock = __esm({
|
|
|
17299
16781
|
init_Textarea();
|
|
17300
16782
|
init_Icon();
|
|
17301
16783
|
init_useEventBus();
|
|
17302
|
-
init_useTranslate();
|
|
17303
16784
|
SyntaxHighlighter.registerLanguage("json", langJson);
|
|
17304
16785
|
SyntaxHighlighter.registerLanguage("javascript", langJavascript);
|
|
17305
16786
|
SyntaxHighlighter.registerLanguage("js", langJavascript);
|
|
@@ -17806,7 +17287,6 @@ var init_MarkdownContent = __esm({
|
|
|
17806
17287
|
init_katex_min();
|
|
17807
17288
|
init_Box();
|
|
17808
17289
|
init_CodeBlock();
|
|
17809
|
-
init_useTranslate();
|
|
17810
17290
|
init_cn();
|
|
17811
17291
|
MarkdownContent = React97__default.memo(
|
|
17812
17292
|
({ content, direction, className }) => {
|
|
@@ -18111,7 +17591,6 @@ var init_Card2 = __esm({
|
|
|
18111
17591
|
"components/core/molecules/Card.tsx"() {
|
|
18112
17592
|
"use client";
|
|
18113
17593
|
init_useEventBus();
|
|
18114
|
-
init_useTranslate();
|
|
18115
17594
|
init_useLongPress();
|
|
18116
17595
|
Card2.displayName = "Card";
|
|
18117
17596
|
}
|
|
@@ -18125,7 +17604,6 @@ var init_QuizBlock = __esm({
|
|
|
18125
17604
|
init_Button();
|
|
18126
17605
|
init_Icon();
|
|
18127
17606
|
init_Box();
|
|
18128
|
-
init_useTranslate();
|
|
18129
17607
|
init_cn();
|
|
18130
17608
|
QuizBlock = ({
|
|
18131
17609
|
question,
|
|
@@ -18168,7 +17646,6 @@ var init_StateMachineView = __esm({
|
|
|
18168
17646
|
init_Typography();
|
|
18169
17647
|
init_Button();
|
|
18170
17648
|
init_Icon();
|
|
18171
|
-
init_useTranslate();
|
|
18172
17649
|
init_useEventBus();
|
|
18173
17650
|
init_cn();
|
|
18174
17651
|
StateNode = ({ state, config }) => {
|
|
@@ -19535,7 +19012,6 @@ var init_JazariStateMachine = __esm({
|
|
|
19535
19012
|
init_StateMachineView();
|
|
19536
19013
|
init_visualizer();
|
|
19537
19014
|
init_svg_paths();
|
|
19538
|
-
init_useTranslate();
|
|
19539
19015
|
init_cn();
|
|
19540
19016
|
JAZARI_VISUALIZER_CONFIG = {
|
|
19541
19017
|
...DEFAULT_CONFIG,
|
|
@@ -19691,7 +19167,6 @@ var init_ContentRenderer = __esm({
|
|
|
19691
19167
|
init_ScaledDiagram();
|
|
19692
19168
|
init_JazariStateMachine();
|
|
19693
19169
|
init_parseContentSegments();
|
|
19694
|
-
init_useTranslate();
|
|
19695
19170
|
init_cn();
|
|
19696
19171
|
ContentRenderer = ({
|
|
19697
19172
|
content,
|
|
@@ -19785,7 +19260,6 @@ var init_BookChapterView = __esm({
|
|
|
19785
19260
|
init_ScaledDiagram();
|
|
19786
19261
|
init_ContentRenderer();
|
|
19787
19262
|
init_JazariStateMachine();
|
|
19788
|
-
init_useTranslate();
|
|
19789
19263
|
init_cn();
|
|
19790
19264
|
BookChapterView = ({
|
|
19791
19265
|
chapter,
|
|
@@ -19824,7 +19298,6 @@ var init_BookCoverPage = __esm({
|
|
|
19824
19298
|
init_Typography();
|
|
19825
19299
|
init_Button();
|
|
19826
19300
|
init_Box();
|
|
19827
|
-
init_useTranslate();
|
|
19828
19301
|
init_cn();
|
|
19829
19302
|
BookCoverPage = ({
|
|
19830
19303
|
title,
|
|
@@ -19904,7 +19377,6 @@ var init_BookNavBar = __esm({
|
|
|
19904
19377
|
init_Typography();
|
|
19905
19378
|
init_ProgressBar();
|
|
19906
19379
|
init_Box();
|
|
19907
|
-
init_useTranslate();
|
|
19908
19380
|
init_cn();
|
|
19909
19381
|
BookNavBar = ({
|
|
19910
19382
|
currentPage,
|
|
@@ -20006,7 +19478,6 @@ var init_BookTableOfContents = __esm({
|
|
|
20006
19478
|
init_Button();
|
|
20007
19479
|
init_Box();
|
|
20008
19480
|
init_Badge();
|
|
20009
|
-
init_useTranslate();
|
|
20010
19481
|
init_cn();
|
|
20011
19482
|
BookTableOfContents = ({
|
|
20012
19483
|
parts,
|
|
@@ -20066,7 +19537,6 @@ var init_EmptyState = __esm({
|
|
|
20066
19537
|
init_Stack();
|
|
20067
19538
|
init_Typography();
|
|
20068
19539
|
init_useEventBus();
|
|
20069
|
-
init_useTranslate();
|
|
20070
19540
|
ICON_NAME_ALIASES = {
|
|
20071
19541
|
check: "check-circle",
|
|
20072
19542
|
error: "x-circle",
|
|
@@ -20237,7 +19707,6 @@ var init_BookViewer = __esm({
|
|
|
20237
19707
|
init_Box();
|
|
20238
19708
|
init_Stack();
|
|
20239
19709
|
init_useEventBus();
|
|
20240
|
-
init_useTranslate();
|
|
20241
19710
|
init_cn();
|
|
20242
19711
|
init_BookCoverPage();
|
|
20243
19712
|
init_BookTableOfContents();
|
|
@@ -20669,7 +20138,6 @@ var init_BranchingLogicBuilder = __esm({
|
|
|
20669
20138
|
init_FilterPill();
|
|
20670
20139
|
init_Box();
|
|
20671
20140
|
init_useEventBus();
|
|
20672
|
-
init_useTranslate();
|
|
20673
20141
|
init_cn();
|
|
20674
20142
|
END_OF_SURVEY = "end-of-survey";
|
|
20675
20143
|
RuleRow = ({
|
|
@@ -21122,7 +20590,6 @@ var init_Breadcrumb = __esm({
|
|
|
21122
20590
|
init_Typography();
|
|
21123
20591
|
init_cn();
|
|
21124
20592
|
init_useEventBus();
|
|
21125
|
-
init_useTranslate();
|
|
21126
20593
|
Breadcrumb = ({
|
|
21127
20594
|
items,
|
|
21128
20595
|
separator = "chevron-right",
|
|
@@ -21358,7 +20825,6 @@ var init_BuilderBoard = __esm({
|
|
|
21358
20825
|
"components/game/organisms/puzzles/builder/BuilderBoard.tsx"() {
|
|
21359
20826
|
init_atoms2();
|
|
21360
20827
|
init_useEventBus();
|
|
21361
|
-
init_useTranslate();
|
|
21362
20828
|
BuilderBoard.displayName = "BuilderBoard";
|
|
21363
20829
|
}
|
|
21364
20830
|
});
|
|
@@ -21836,7 +21302,6 @@ var init_CalendarGrid = __esm({
|
|
|
21836
21302
|
init_TimeSlotCell();
|
|
21837
21303
|
init_useEventBus();
|
|
21838
21304
|
init_useSwipeGesture();
|
|
21839
|
-
init_useTranslate();
|
|
21840
21305
|
SHORT_DATE = { month: "short", day: "numeric" };
|
|
21841
21306
|
CalendarGrid.displayName = "CalendarGrid";
|
|
21842
21307
|
}
|
|
@@ -23145,7 +22610,6 @@ var init_Pagination = __esm({
|
|
|
23145
22610
|
init_Stack();
|
|
23146
22611
|
init_cn();
|
|
23147
22612
|
init_useEventBus();
|
|
23148
|
-
init_useTranslate();
|
|
23149
22613
|
Pagination = ({
|
|
23150
22614
|
currentPage,
|
|
23151
22615
|
totalPages,
|
|
@@ -23349,7 +22813,6 @@ var init_CardGrid = __esm({
|
|
|
23349
22813
|
init_cn();
|
|
23350
22814
|
init_getNestedValue();
|
|
23351
22815
|
init_useEventBus();
|
|
23352
|
-
init_useTranslate();
|
|
23353
22816
|
init_atoms2();
|
|
23354
22817
|
init_Badge();
|
|
23355
22818
|
init_Box();
|
|
@@ -23578,7 +23041,6 @@ var init_Carousel = __esm({
|
|
|
23578
23041
|
init_cn();
|
|
23579
23042
|
init_useEventBus();
|
|
23580
23043
|
init_useSwipeGesture();
|
|
23581
|
-
init_useTranslate();
|
|
23582
23044
|
init_Box();
|
|
23583
23045
|
init_Stack();
|
|
23584
23046
|
init_Button();
|
|
@@ -23815,7 +23277,6 @@ var init_CaseStudyOrganism = __esm({
|
|
|
23815
23277
|
"use client";
|
|
23816
23278
|
init_cn();
|
|
23817
23279
|
init_useEventBus();
|
|
23818
|
-
init_useTranslate();
|
|
23819
23280
|
init_Stack();
|
|
23820
23281
|
init_Typography();
|
|
23821
23282
|
init_SimpleGrid();
|
|
@@ -24020,7 +23481,6 @@ var init_Chart = __esm({
|
|
|
24020
23481
|
init_ErrorState();
|
|
24021
23482
|
init_EmptyState();
|
|
24022
23483
|
init_useEventBus();
|
|
24023
|
-
init_useTranslate();
|
|
24024
23484
|
CHART_COLORS = [
|
|
24025
23485
|
"var(--color-primary)",
|
|
24026
23486
|
"var(--color-success)",
|
|
@@ -24928,7 +24388,6 @@ var init_ClassifierBoard = __esm({
|
|
|
24928
24388
|
"components/game/organisms/puzzles/classifier/ClassifierBoard.tsx"() {
|
|
24929
24389
|
init_atoms2();
|
|
24930
24390
|
init_useEventBus();
|
|
24931
|
-
init_useTranslate();
|
|
24932
24391
|
ClassifierBoard.displayName = "ClassifierBoard";
|
|
24933
24392
|
}
|
|
24934
24393
|
});
|
|
@@ -24960,7 +24419,6 @@ var init_CodeView = __esm({
|
|
|
24960
24419
|
"components/game/organisms/puzzles/state-architect/CodeView.tsx"() {
|
|
24961
24420
|
init_atoms2();
|
|
24962
24421
|
init_cn();
|
|
24963
|
-
init_useTranslate();
|
|
24964
24422
|
CodeView.displayName = "CodeView";
|
|
24965
24423
|
}
|
|
24966
24424
|
});
|
|
@@ -24974,7 +24432,6 @@ var init_Tabs = __esm({
|
|
|
24974
24432
|
init_Box();
|
|
24975
24433
|
init_cn();
|
|
24976
24434
|
init_useEventBus();
|
|
24977
|
-
init_useTranslate();
|
|
24978
24435
|
Tabs = ({
|
|
24979
24436
|
items,
|
|
24980
24437
|
tabs,
|
|
@@ -25151,7 +24608,6 @@ var init_CodeViewer = __esm({
|
|
|
25151
24608
|
init_EmptyState();
|
|
25152
24609
|
init_Tabs();
|
|
25153
24610
|
init_useEventBus();
|
|
25154
|
-
init_useTranslate();
|
|
25155
24611
|
DIFF_STYLES = {
|
|
25156
24612
|
add: {
|
|
25157
24613
|
bg: "bg-success/10",
|
|
@@ -25523,7 +24979,6 @@ var init_ConfirmDialog = __esm({
|
|
|
25523
24979
|
init_Box();
|
|
25524
24980
|
init_Stack();
|
|
25525
24981
|
init_cn();
|
|
25526
|
-
init_useTranslate();
|
|
25527
24982
|
variantConfig = {
|
|
25528
24983
|
danger: {
|
|
25529
24984
|
icon: Trash2,
|
|
@@ -26005,7 +25460,6 @@ var init_DashboardGrid = __esm({
|
|
|
26005
25460
|
"components/core/organisms/layout/DashboardGrid.tsx"() {
|
|
26006
25461
|
init_cn();
|
|
26007
25462
|
init_Box();
|
|
26008
|
-
init_useTranslate();
|
|
26009
25463
|
gapStyles5 = {
|
|
26010
25464
|
sm: "gap-2",
|
|
26011
25465
|
md: "gap-4",
|
|
@@ -26099,7 +25553,6 @@ var init_DashboardLayout = __esm({
|
|
|
26099
25553
|
init_Icon();
|
|
26100
25554
|
init_useAuthContext();
|
|
26101
25555
|
init_useEventBus();
|
|
26102
|
-
init_useTranslate();
|
|
26103
25556
|
init_CurrentPagePathContext();
|
|
26104
25557
|
DashboardLayout = ({
|
|
26105
25558
|
appName = "{{APP_TITLE}}",
|
|
@@ -27444,7 +26897,6 @@ var init_DataGrid = __esm({
|
|
|
27444
26897
|
init_cn();
|
|
27445
26898
|
init_getNestedValue();
|
|
27446
26899
|
init_useEventBus();
|
|
27447
|
-
init_useTranslate();
|
|
27448
26900
|
init_Box();
|
|
27449
26901
|
init_Stack();
|
|
27450
26902
|
init_Typography();
|
|
@@ -27883,7 +27335,6 @@ var init_DataList = __esm({
|
|
|
27883
27335
|
init_cn();
|
|
27884
27336
|
init_getNestedValue();
|
|
27885
27337
|
init_useEventBus();
|
|
27886
|
-
init_useTranslate();
|
|
27887
27338
|
init_Box();
|
|
27888
27339
|
init_Stack();
|
|
27889
27340
|
init_Typography();
|
|
@@ -27938,7 +27389,6 @@ var init_FileTree = __esm({
|
|
|
27938
27389
|
init_Box();
|
|
27939
27390
|
init_Typography();
|
|
27940
27391
|
init_Icon();
|
|
27941
|
-
init_useTranslate();
|
|
27942
27392
|
TreeNodeItem = ({
|
|
27943
27393
|
node,
|
|
27944
27394
|
depth,
|
|
@@ -28145,7 +27595,6 @@ var init_FilterGroup = __esm({
|
|
|
28145
27595
|
init_Icon();
|
|
28146
27596
|
init_useEventBus();
|
|
28147
27597
|
init_useQuerySingleton();
|
|
28148
|
-
init_useTranslate();
|
|
28149
27598
|
resolveFilterType = (filter) => filter.filterType ?? filter.type;
|
|
28150
27599
|
lookStyles6 = {
|
|
28151
27600
|
toolbar: "",
|
|
@@ -28787,7 +28236,6 @@ var init_RelationSelect = __esm({
|
|
|
28787
28236
|
init_Spinner();
|
|
28788
28237
|
init_Typography();
|
|
28789
28238
|
init_debug();
|
|
28790
|
-
init_useTranslate();
|
|
28791
28239
|
isRelationsDebugEnabled = () => isDebugEnabled();
|
|
28792
28240
|
RelationSelect = ({
|
|
28793
28241
|
value,
|
|
@@ -29012,7 +28460,6 @@ var init_SearchInput = __esm({
|
|
|
29012
28460
|
init_cn();
|
|
29013
28461
|
init_useEventBus();
|
|
29014
28462
|
init_useQuerySingleton();
|
|
29015
|
-
init_useTranslate();
|
|
29016
28463
|
SearchInput = ({
|
|
29017
28464
|
value,
|
|
29018
28465
|
onSearch,
|
|
@@ -29115,7 +28562,6 @@ var init_SidePanel = __esm({
|
|
|
29115
28562
|
init_Typography();
|
|
29116
28563
|
init_cn();
|
|
29117
28564
|
init_useEventBus();
|
|
29118
|
-
init_useTranslate();
|
|
29119
28565
|
SidePanel = ({
|
|
29120
28566
|
title,
|
|
29121
28567
|
children,
|
|
@@ -29294,7 +28740,6 @@ var init_WizardNavigation = __esm({
|
|
|
29294
28740
|
init_Icon();
|
|
29295
28741
|
init_cn();
|
|
29296
28742
|
init_useEventBus();
|
|
29297
|
-
init_useTranslate();
|
|
29298
28743
|
WizardNavigation = ({
|
|
29299
28744
|
currentStep,
|
|
29300
28745
|
totalSteps,
|
|
@@ -29382,7 +28827,6 @@ var init_RepeatableFormSection = __esm({
|
|
|
29382
28827
|
init_Card();
|
|
29383
28828
|
init_Icon();
|
|
29384
28829
|
init_useEventBus();
|
|
29385
|
-
init_useTranslate();
|
|
29386
28830
|
RepeatableFormSection = ({
|
|
29387
28831
|
sectionType,
|
|
29388
28832
|
title,
|
|
@@ -29513,7 +28957,6 @@ var actionTypeLabelKeys, actionTypeIcons, ViolationAlert;
|
|
|
29513
28957
|
var init_ViolationAlert = __esm({
|
|
29514
28958
|
"components/core/molecules/ViolationAlert.tsx"() {
|
|
29515
28959
|
init_cn();
|
|
29516
|
-
init_useTranslate();
|
|
29517
28960
|
init_Box();
|
|
29518
28961
|
init_Stack();
|
|
29519
28962
|
init_Typography();
|
|
@@ -30019,7 +29462,6 @@ var init_LineChart = __esm({
|
|
|
30019
29462
|
"use client";
|
|
30020
29463
|
init_cn();
|
|
30021
29464
|
init_atoms2();
|
|
30022
|
-
init_useTranslate();
|
|
30023
29465
|
LineChart2 = ({
|
|
30024
29466
|
data,
|
|
30025
29467
|
width = 400,
|
|
@@ -31975,7 +31417,6 @@ var init_GraphView = __esm({
|
|
|
31975
31417
|
"use client";
|
|
31976
31418
|
init_cn();
|
|
31977
31419
|
init_atoms2();
|
|
31978
|
-
init_useTranslate();
|
|
31979
31420
|
GROUP_COLORS = [
|
|
31980
31421
|
"#3b82f6",
|
|
31981
31422
|
// blue-500
|
|
@@ -32301,7 +31742,6 @@ var init_NumberStepper = __esm({
|
|
|
32301
31742
|
init_cn();
|
|
32302
31743
|
init_Icon();
|
|
32303
31744
|
init_useEventBus();
|
|
32304
|
-
init_useTranslate();
|
|
32305
31745
|
sizeStyles10 = {
|
|
32306
31746
|
sm: {
|
|
32307
31747
|
button: "w-7 h-7",
|
|
@@ -32642,7 +32082,6 @@ var init_UploadDropZone = __esm({
|
|
|
32642
32082
|
init_Icon();
|
|
32643
32083
|
init_Typography();
|
|
32644
32084
|
init_useEventBus();
|
|
32645
|
-
init_useTranslate();
|
|
32646
32085
|
UploadDropZone = ({
|
|
32647
32086
|
accept,
|
|
32648
32087
|
maxSize,
|
|
@@ -32809,7 +32248,6 @@ var init_Lightbox = __esm({
|
|
|
32809
32248
|
init_Icon();
|
|
32810
32249
|
init_cn();
|
|
32811
32250
|
init_useEventBus();
|
|
32812
|
-
init_useTranslate();
|
|
32813
32251
|
Lightbox = ({
|
|
32814
32252
|
images = [],
|
|
32815
32253
|
currentIndex = 0,
|
|
@@ -33294,7 +32732,6 @@ var init_TableView = __esm({
|
|
|
33294
32732
|
init_cn();
|
|
33295
32733
|
init_getNestedValue();
|
|
33296
32734
|
init_useEventBus();
|
|
33297
|
-
init_useTranslate();
|
|
33298
32735
|
init_Box();
|
|
33299
32736
|
init_Stack();
|
|
33300
32737
|
init_Typography();
|
|
@@ -33498,7 +32935,6 @@ var init_Meter = __esm({
|
|
|
33498
32935
|
init_LoadingState();
|
|
33499
32936
|
init_ErrorState();
|
|
33500
32937
|
init_useEventBus();
|
|
33501
|
-
init_useTranslate();
|
|
33502
32938
|
DEFAULT_THRESHOLDS = [
|
|
33503
32939
|
{ value: 30, color: "var(--color-error)" },
|
|
33504
32940
|
{ value: 70, color: "var(--color-warning)" },
|
|
@@ -35445,7 +34881,6 @@ var init_VoteStack = __esm({
|
|
|
35445
34881
|
init_cn();
|
|
35446
34882
|
init_Icon();
|
|
35447
34883
|
init_useEventBus();
|
|
35448
|
-
init_useTranslate();
|
|
35449
34884
|
sizeStyles12 = {
|
|
35450
34885
|
sm: {
|
|
35451
34886
|
button: "w-7 h-7",
|
|
@@ -35900,7 +35335,6 @@ var init_QrScanner = __esm({
|
|
|
35900
35335
|
init_atoms2();
|
|
35901
35336
|
init_Icon();
|
|
35902
35337
|
init_useEventBus();
|
|
35903
|
-
init_useTranslate();
|
|
35904
35338
|
QrScanner = ({
|
|
35905
35339
|
onScan,
|
|
35906
35340
|
scanEvent,
|
|
@@ -36127,7 +35561,6 @@ var init_OptionConstraintGroup = __esm({
|
|
|
36127
35561
|
"components/core/molecules/OptionConstraintGroup.tsx"() {
|
|
36128
35562
|
init_cn();
|
|
36129
35563
|
init_useEventBus();
|
|
36130
|
-
init_useTranslate();
|
|
36131
35564
|
init_Typography();
|
|
36132
35565
|
init_Box();
|
|
36133
35566
|
init_Label();
|
|
@@ -37083,7 +36516,6 @@ var init_RichBlockEditor = __esm({
|
|
|
37083
36516
|
init_Input();
|
|
37084
36517
|
init_Icon();
|
|
37085
36518
|
init_useEventBus();
|
|
37086
|
-
init_useTranslate();
|
|
37087
36519
|
TOOLBAR_ENTRIES = [
|
|
37088
36520
|
{ type: "paragraph", labelKey: "richBlockEditor.toolbar.text", icon: Type },
|
|
37089
36521
|
{ type: "heading-1", labelKey: "richBlockEditor.toolbar.h1", icon: Heading1 },
|
|
@@ -37274,7 +36706,6 @@ var init_ReplyTree = __esm({
|
|
|
37274
36706
|
"use client";
|
|
37275
36707
|
init_cn();
|
|
37276
36708
|
init_useEventBus();
|
|
37277
|
-
init_useTranslate();
|
|
37278
36709
|
init_atoms2();
|
|
37279
36710
|
init_VoteStack();
|
|
37280
36711
|
ReplyTreeNode = ({
|
|
@@ -37582,7 +37013,6 @@ var init_VersionDiff = __esm({
|
|
|
37582
37013
|
"use client";
|
|
37583
37014
|
init_cn();
|
|
37584
37015
|
init_useEventBus();
|
|
37585
|
-
init_useTranslate();
|
|
37586
37016
|
init_atoms2();
|
|
37587
37017
|
init_Stack();
|
|
37588
37018
|
INLINE_STYLES = {
|
|
@@ -37898,7 +37328,6 @@ var init_DocBreadcrumb = __esm({
|
|
|
37898
37328
|
init_Stack();
|
|
37899
37329
|
init_Typography();
|
|
37900
37330
|
init_Icon();
|
|
37901
|
-
init_useTranslate();
|
|
37902
37331
|
DocBreadcrumb = ({
|
|
37903
37332
|
items,
|
|
37904
37333
|
className
|
|
@@ -38327,7 +37756,6 @@ var init_DocSearch = __esm({
|
|
|
38327
37756
|
init_Typography();
|
|
38328
37757
|
init_Icon();
|
|
38329
37758
|
init_Input();
|
|
38330
|
-
init_useTranslate();
|
|
38331
37759
|
}
|
|
38332
37760
|
});
|
|
38333
37761
|
var DocSidebarCategory, DocSidebar;
|
|
@@ -38340,7 +37768,6 @@ var init_DocSidebar = __esm({
|
|
|
38340
37768
|
init_Stack();
|
|
38341
37769
|
init_Typography();
|
|
38342
37770
|
init_Icon();
|
|
38343
|
-
init_useTranslate();
|
|
38344
37771
|
DocSidebarCategory = ({ item, depth }) => {
|
|
38345
37772
|
const [expanded, setExpanded] = useState(
|
|
38346
37773
|
() => item.items?.some(function hasActive(child) {
|
|
@@ -38447,7 +37874,6 @@ var init_DocTOC = __esm({
|
|
|
38447
37874
|
init_Box();
|
|
38448
37875
|
init_Stack();
|
|
38449
37876
|
init_Typography();
|
|
38450
|
-
init_useTranslate();
|
|
38451
37877
|
DocTOC = ({
|
|
38452
37878
|
items,
|
|
38453
37879
|
activeId,
|
|
@@ -38773,7 +38199,6 @@ var init_Header = __esm({
|
|
|
38773
38199
|
init_Stack();
|
|
38774
38200
|
init_Typography();
|
|
38775
38201
|
init_cn();
|
|
38776
|
-
init_useTranslate();
|
|
38777
38202
|
lookStyles8 = {
|
|
38778
38203
|
"compact-bar": "",
|
|
38779
38204
|
hero: "py-section min-h-[200px] [&_h1]:text-display-1",
|
|
@@ -39093,7 +38518,6 @@ var init_Sidebar = __esm({
|
|
|
39093
38518
|
init_Typography();
|
|
39094
38519
|
init_cn();
|
|
39095
38520
|
init_useEventBus();
|
|
39096
|
-
init_useTranslate();
|
|
39097
38521
|
SidebarNavItem = ({ item, collapsed }) => {
|
|
39098
38522
|
const Icon3 = item.icon;
|
|
39099
38523
|
const isActive = item.active ?? item.isActive;
|
|
@@ -39347,7 +38771,6 @@ var init_WizardContainer = __esm({
|
|
|
39347
38771
|
init_Stack();
|
|
39348
38772
|
init_Icon();
|
|
39349
38773
|
init_cn();
|
|
39350
|
-
init_useTranslate();
|
|
39351
38774
|
WizardContainer = ({
|
|
39352
38775
|
steps,
|
|
39353
38776
|
currentStep: controlledStep,
|
|
@@ -39921,7 +39344,6 @@ var init_SignaturePad = __esm({
|
|
|
39921
39344
|
init_LoadingState();
|
|
39922
39345
|
init_ErrorState();
|
|
39923
39346
|
init_useEventBus();
|
|
39924
|
-
init_useTranslate();
|
|
39925
39347
|
SignaturePad = ({
|
|
39926
39348
|
label,
|
|
39927
39349
|
helperText,
|
|
@@ -40115,7 +39537,6 @@ var init_DocumentViewer = __esm({
|
|
|
40115
39537
|
init_EmptyState();
|
|
40116
39538
|
init_Tabs();
|
|
40117
39539
|
init_useEventBus();
|
|
40118
|
-
init_useTranslate();
|
|
40119
39540
|
DocumentViewer = ({
|
|
40120
39541
|
title,
|
|
40121
39542
|
src,
|
|
@@ -40320,7 +39741,6 @@ var init_GraphCanvas = __esm({
|
|
|
40320
39741
|
init_ErrorState();
|
|
40321
39742
|
init_EmptyState();
|
|
40322
39743
|
init_useEventBus();
|
|
40323
|
-
init_useTranslate();
|
|
40324
39744
|
GROUP_COLORS2 = [
|
|
40325
39745
|
"var(--color-primary)",
|
|
40326
39746
|
"var(--color-success)",
|
|
@@ -41058,7 +40478,6 @@ var init_DataTable = __esm({
|
|
|
41058
40478
|
init_molecules2();
|
|
41059
40479
|
init_Icon();
|
|
41060
40480
|
init_useEventBus();
|
|
41061
|
-
init_useTranslate();
|
|
41062
40481
|
init_types3();
|
|
41063
40482
|
lookStyles9 = {
|
|
41064
40483
|
dense: "",
|
|
@@ -41205,7 +40624,6 @@ var init_DebuggerBoard = __esm({
|
|
|
41205
40624
|
"components/game/organisms/puzzles/debugger/DebuggerBoard.tsx"() {
|
|
41206
40625
|
init_atoms2();
|
|
41207
40626
|
init_useEventBus();
|
|
41208
|
-
init_useTranslate();
|
|
41209
40627
|
DebuggerBoard.displayName = "DebuggerBoard";
|
|
41210
40628
|
}
|
|
41211
40629
|
});
|
|
@@ -41376,7 +40794,6 @@ var init_DetailPanel = __esm({
|
|
|
41376
40794
|
init_cn();
|
|
41377
40795
|
init_getNestedValue();
|
|
41378
40796
|
init_useEventBus();
|
|
41379
|
-
init_useTranslate();
|
|
41380
40797
|
ReactMarkdown2 = lazy(() => import('react-markdown'));
|
|
41381
40798
|
DetailPanel = ({
|
|
41382
40799
|
title: propTitle,
|
|
@@ -41955,7 +41372,6 @@ var init_TraitStateViewer = __esm({
|
|
|
41955
41372
|
"components/game/organisms/TraitStateViewer.tsx"() {
|
|
41956
41373
|
"use client";
|
|
41957
41374
|
init_cn();
|
|
41958
|
-
init_useTranslate();
|
|
41959
41375
|
init_Box();
|
|
41960
41376
|
init_Typography();
|
|
41961
41377
|
init_Stack();
|
|
@@ -42014,7 +41430,6 @@ var init_RuleEditor = __esm({
|
|
|
42014
41430
|
"components/game/organisms/puzzles/event-handler/RuleEditor.tsx"() {
|
|
42015
41431
|
init_atoms2();
|
|
42016
41432
|
init_cn();
|
|
42017
|
-
init_useTranslate();
|
|
42018
41433
|
RuleEditor.displayName = "RuleEditor";
|
|
42019
41434
|
}
|
|
42020
41435
|
});
|
|
@@ -42089,7 +41504,6 @@ var init_ObjectRulePanel = __esm({
|
|
|
42089
41504
|
"components/game/organisms/puzzles/event-handler/ObjectRulePanel.tsx"() {
|
|
42090
41505
|
init_atoms2();
|
|
42091
41506
|
init_cn();
|
|
42092
|
-
init_useTranslate();
|
|
42093
41507
|
init_TraitStateViewer();
|
|
42094
41508
|
init_RuleEditor();
|
|
42095
41509
|
nextRuleId = 1;
|
|
@@ -42134,7 +41548,6 @@ var init_EventLog = __esm({
|
|
|
42134
41548
|
"components/game/organisms/puzzles/event-handler/EventLog.tsx"() {
|
|
42135
41549
|
init_atoms2();
|
|
42136
41550
|
init_cn();
|
|
42137
|
-
init_useTranslate();
|
|
42138
41551
|
STATUS_STYLES = {
|
|
42139
41552
|
pending: "text-muted-foreground",
|
|
42140
41553
|
active: "text-primary animate-pulse",
|
|
@@ -42348,7 +41761,6 @@ var init_EventHandlerBoard = __esm({
|
|
|
42348
41761
|
init_atoms2();
|
|
42349
41762
|
init_cn();
|
|
42350
41763
|
init_useEventBus();
|
|
42351
|
-
init_useTranslate();
|
|
42352
41764
|
init_TraitStateViewer();
|
|
42353
41765
|
init_ObjectRulePanel();
|
|
42354
41766
|
init_EventLog();
|
|
@@ -42418,7 +41830,6 @@ var init_FeatureGridOrganism = __esm({
|
|
|
42418
41830
|
"use client";
|
|
42419
41831
|
init_cn();
|
|
42420
41832
|
init_useEventBus();
|
|
42421
|
-
init_useTranslate();
|
|
42422
41833
|
init_Stack();
|
|
42423
41834
|
init_Typography();
|
|
42424
41835
|
init_FeatureGrid();
|
|
@@ -42601,7 +42012,6 @@ var init_Form = __esm({
|
|
|
42601
42012
|
init_RelationSelect();
|
|
42602
42013
|
init_Alert();
|
|
42603
42014
|
init_useEventBus();
|
|
42604
|
-
init_useTranslate();
|
|
42605
42015
|
init_debug();
|
|
42606
42016
|
layoutStyles = {
|
|
42607
42017
|
vertical: "flex flex-col",
|
|
@@ -43761,7 +43171,6 @@ var init_HeroOrganism = __esm({
|
|
|
43761
43171
|
"use client";
|
|
43762
43172
|
init_cn();
|
|
43763
43173
|
init_useEventBus();
|
|
43764
|
-
init_useTranslate();
|
|
43765
43174
|
init_HeroSection();
|
|
43766
43175
|
init_LoadingState();
|
|
43767
43176
|
init_ErrorState();
|
|
@@ -43867,7 +43276,6 @@ var LandingPageTemplate;
|
|
|
43867
43276
|
var init_LandingPageTemplate = __esm({
|
|
43868
43277
|
"components/marketing/templates/LandingPageTemplate.tsx"() {
|
|
43869
43278
|
init_cn();
|
|
43870
|
-
init_useTranslate();
|
|
43871
43279
|
init_Stack();
|
|
43872
43280
|
init_Box();
|
|
43873
43281
|
init_Container();
|
|
@@ -44067,7 +43475,6 @@ var init_List = __esm({
|
|
|
44067
43475
|
init_cn();
|
|
44068
43476
|
init_getNestedValue();
|
|
44069
43477
|
init_useEventBus();
|
|
44070
|
-
init_useTranslate();
|
|
44071
43478
|
init_types3();
|
|
44072
43479
|
STATUS_STYLES2 = {
|
|
44073
43480
|
complete: {
|
|
@@ -44562,7 +43969,6 @@ var init_MasterDetail = __esm({
|
|
|
44562
43969
|
"components/core/organisms/MasterDetail.tsx"() {
|
|
44563
43970
|
"use client";
|
|
44564
43971
|
init_DataTable();
|
|
44565
|
-
init_useTranslate();
|
|
44566
43972
|
MasterDetail.displayName = "MasterDetail";
|
|
44567
43973
|
}
|
|
44568
43974
|
});
|
|
@@ -44571,7 +43977,6 @@ var init_MasterDetailLayout = __esm({
|
|
|
44571
43977
|
"components/core/organisms/layout/MasterDetailLayout.tsx"() {
|
|
44572
43978
|
init_cn();
|
|
44573
43979
|
init_Typography();
|
|
44574
|
-
init_useTranslate();
|
|
44575
43980
|
DefaultEmptyDetail = () => {
|
|
44576
43981
|
const { t } = useTranslate();
|
|
44577
43982
|
return /* @__PURE__ */ jsx("div", { className: "flex items-center justify-center h-full border-2 border-dashed border-border", children: /* @__PURE__ */ jsx(
|
|
@@ -44632,7 +44037,6 @@ var init_MediaGallery = __esm({
|
|
|
44632
44037
|
init_ErrorState();
|
|
44633
44038
|
init_EmptyState();
|
|
44634
44039
|
init_useEventBus();
|
|
44635
|
-
init_useTranslate();
|
|
44636
44040
|
COLUMN_CLASSES = {
|
|
44637
44041
|
2: "grid-cols-2",
|
|
44638
44042
|
3: "grid-cols-2 sm:grid-cols-3",
|
|
@@ -45033,7 +44437,6 @@ var init_NegotiatorBoard = __esm({
|
|
|
45033
44437
|
"components/game/organisms/puzzles/negotiator/NegotiatorBoard.tsx"() {
|
|
45034
44438
|
init_atoms2();
|
|
45035
44439
|
init_useEventBus();
|
|
45036
|
-
init_useTranslate();
|
|
45037
44440
|
NegotiatorBoard.displayName = "NegotiatorBoard";
|
|
45038
44441
|
}
|
|
45039
44442
|
});
|
|
@@ -45043,7 +44446,6 @@ var init_PricingOrganism = __esm({
|
|
|
45043
44446
|
"use client";
|
|
45044
44447
|
init_cn();
|
|
45045
44448
|
init_useEventBus();
|
|
45046
|
-
init_useTranslate();
|
|
45047
44449
|
init_Stack();
|
|
45048
44450
|
init_Typography();
|
|
45049
44451
|
init_PricingGrid();
|
|
@@ -45093,7 +44495,6 @@ var PricingPageTemplate;
|
|
|
45093
44495
|
var init_PricingPageTemplate = __esm({
|
|
45094
44496
|
"components/marketing/templates/PricingPageTemplate.tsx"() {
|
|
45095
44497
|
init_cn();
|
|
45096
|
-
init_useTranslate();
|
|
45097
44498
|
init_Stack();
|
|
45098
44499
|
init_Box();
|
|
45099
44500
|
init_Container();
|
|
@@ -45676,7 +45077,6 @@ var init_TraitsTab = __esm({
|
|
|
45676
45077
|
init_Typography();
|
|
45677
45078
|
init_Stack();
|
|
45678
45079
|
init_EmptyState();
|
|
45679
|
-
init_useTranslate();
|
|
45680
45080
|
TraitsTab.displayName = "TraitsTab";
|
|
45681
45081
|
}
|
|
45682
45082
|
});
|
|
@@ -45754,7 +45154,6 @@ var init_TicksTab = __esm({
|
|
|
45754
45154
|
init_Stack();
|
|
45755
45155
|
init_Card();
|
|
45756
45156
|
init_EmptyState();
|
|
45757
|
-
init_useTranslate();
|
|
45758
45157
|
TicksTab.displayName = "TicksTab";
|
|
45759
45158
|
}
|
|
45760
45159
|
});
|
|
@@ -45828,7 +45227,6 @@ var init_EntitiesTab = __esm({
|
|
|
45828
45227
|
init_Typography();
|
|
45829
45228
|
init_Stack();
|
|
45830
45229
|
init_EmptyState();
|
|
45831
|
-
init_useTranslate();
|
|
45832
45230
|
EntitiesTab.displayName = "EntitiesTab";
|
|
45833
45231
|
}
|
|
45834
45232
|
});
|
|
@@ -45945,7 +45343,6 @@ var init_EventFlowTab = __esm({
|
|
|
45945
45343
|
init_Button();
|
|
45946
45344
|
init_Checkbox();
|
|
45947
45345
|
init_EmptyState();
|
|
45948
|
-
init_useTranslate();
|
|
45949
45346
|
TYPE_BADGES = {
|
|
45950
45347
|
trait: { variant: "primary", icon: "\u{1F504}" },
|
|
45951
45348
|
tick: { variant: "warning", icon: "\u23F1\uFE0F" },
|
|
@@ -46040,7 +45437,6 @@ var init_GuardsPanel = __esm({
|
|
|
46040
45437
|
init_ButtonGroup();
|
|
46041
45438
|
init_Button();
|
|
46042
45439
|
init_EmptyState();
|
|
46043
|
-
init_useTranslate();
|
|
46044
45440
|
GuardsPanel.displayName = "GuardsPanel";
|
|
46045
45441
|
}
|
|
46046
45442
|
});
|
|
@@ -46116,7 +45512,6 @@ var init_VerificationTab = __esm({
|
|
|
46116
45512
|
init_Typography();
|
|
46117
45513
|
init_Stack();
|
|
46118
45514
|
init_EmptyState();
|
|
46119
|
-
init_useTranslate();
|
|
46120
45515
|
STATUS_CONFIG = {
|
|
46121
45516
|
pass: { variant: "success", icon: "\u2713", label: "PASS" },
|
|
46122
45517
|
fail: { variant: "danger", icon: "\u2717", label: "FAIL" },
|
|
@@ -46252,7 +45647,6 @@ var init_TransitionTimeline = __esm({
|
|
|
46252
45647
|
init_Typography();
|
|
46253
45648
|
init_EmptyState();
|
|
46254
45649
|
init_Checkbox();
|
|
46255
|
-
init_useTranslate();
|
|
46256
45650
|
EFFECT_STATUS_VARIANT = {
|
|
46257
45651
|
executed: "success",
|
|
46258
45652
|
failed: "danger",
|
|
@@ -46342,7 +45736,6 @@ var init_ServerBridgeTab = __esm({
|
|
|
46342
45736
|
init_Stack();
|
|
46343
45737
|
init_Card();
|
|
46344
45738
|
init_EmptyState();
|
|
46345
|
-
init_useTranslate();
|
|
46346
45739
|
ServerBridgeTab.displayName = "ServerBridgeTab";
|
|
46347
45740
|
}
|
|
46348
45741
|
});
|
|
@@ -46507,7 +45900,6 @@ var init_EventDispatcherTab = __esm({
|
|
|
46507
45900
|
init_Stack();
|
|
46508
45901
|
init_EmptyState();
|
|
46509
45902
|
init_useEventBus();
|
|
46510
|
-
init_useTranslate();
|
|
46511
45903
|
EventDispatcherTab.displayName = "EventDispatcherTab";
|
|
46512
45904
|
}
|
|
46513
45905
|
});
|
|
@@ -46882,7 +46274,6 @@ var init_RuntimeDebugger2 = __esm({
|
|
|
46882
46274
|
init_TransitionTimeline();
|
|
46883
46275
|
init_ServerBridgeTab();
|
|
46884
46276
|
init_EventDispatcherTab();
|
|
46885
|
-
init_useTranslate();
|
|
46886
46277
|
init_RuntimeDebugger();
|
|
46887
46278
|
RuntimeDebugger.displayName = "RuntimeDebugger";
|
|
46888
46279
|
}
|
|
@@ -47369,7 +46760,6 @@ var init_SequencerBoard = __esm({
|
|
|
47369
46760
|
init_atoms2();
|
|
47370
46761
|
init_cn();
|
|
47371
46762
|
init_useEventBus();
|
|
47372
|
-
init_useTranslate();
|
|
47373
46763
|
init_TraitStateViewer();
|
|
47374
46764
|
init_SequenceBar();
|
|
47375
46765
|
init_ActionPalette();
|
|
@@ -47388,7 +46778,6 @@ var init_ShowcaseOrganism = __esm({
|
|
|
47388
46778
|
"use client";
|
|
47389
46779
|
init_cn();
|
|
47390
46780
|
init_useEventBus();
|
|
47391
|
-
init_useTranslate();
|
|
47392
46781
|
init_Stack();
|
|
47393
46782
|
init_Typography();
|
|
47394
46783
|
init_SimpleGrid();
|
|
@@ -47947,7 +47336,6 @@ var init_SimulatorBoard = __esm({
|
|
|
47947
47336
|
"components/game/organisms/puzzles/simulator/SimulatorBoard.tsx"() {
|
|
47948
47337
|
init_atoms2();
|
|
47949
47338
|
init_useEventBus();
|
|
47950
|
-
init_useTranslate();
|
|
47951
47339
|
SimulatorBoard.displayName = "SimulatorBoard";
|
|
47952
47340
|
}
|
|
47953
47341
|
});
|
|
@@ -48052,7 +47440,6 @@ var init_StatCard = __esm({
|
|
|
48052
47440
|
init_Button();
|
|
48053
47441
|
init_Sparkline();
|
|
48054
47442
|
init_useEventBus();
|
|
48055
|
-
init_useTranslate();
|
|
48056
47443
|
init_Icon();
|
|
48057
47444
|
StatCard = ({
|
|
48058
47445
|
label: propLabel,
|
|
@@ -48408,7 +47795,6 @@ var init_VariablePanel = __esm({
|
|
|
48408
47795
|
"components/game/organisms/puzzles/state-architect/VariablePanel.tsx"() {
|
|
48409
47796
|
init_atoms2();
|
|
48410
47797
|
init_cn();
|
|
48411
|
-
init_useTranslate();
|
|
48412
47798
|
VariablePanel.displayName = "VariablePanel";
|
|
48413
47799
|
}
|
|
48414
47800
|
});
|
|
@@ -48725,7 +48111,6 @@ var init_StateArchitectBoard = __esm({
|
|
|
48725
48111
|
init_atoms2();
|
|
48726
48112
|
init_cn();
|
|
48727
48113
|
init_useEventBus();
|
|
48728
|
-
init_useTranslate();
|
|
48729
48114
|
init_TraitStateViewer();
|
|
48730
48115
|
init_StateNode();
|
|
48731
48116
|
init_TransitionArrow();
|
|
@@ -48745,7 +48130,6 @@ var init_StatsOrganism = __esm({
|
|
|
48745
48130
|
"components/marketing/organisms/StatsOrganism.tsx"() {
|
|
48746
48131
|
"use client";
|
|
48747
48132
|
init_cn();
|
|
48748
|
-
init_useTranslate();
|
|
48749
48133
|
init_StatsGrid();
|
|
48750
48134
|
init_LoadingState();
|
|
48751
48135
|
init_ErrorState();
|
|
@@ -48788,7 +48172,6 @@ var init_StepFlowOrganism = __esm({
|
|
|
48788
48172
|
"components/core/organisms/StepFlowOrganism.tsx"() {
|
|
48789
48173
|
"use client";
|
|
48790
48174
|
init_cn();
|
|
48791
|
-
init_useTranslate();
|
|
48792
48175
|
init_Stack();
|
|
48793
48176
|
init_Typography();
|
|
48794
48177
|
init_StepFlow();
|
|
@@ -48958,7 +48341,6 @@ var init_TeamOrganism = __esm({
|
|
|
48958
48341
|
"components/marketing/organisms/TeamOrganism.tsx"() {
|
|
48959
48342
|
"use client";
|
|
48960
48343
|
init_cn();
|
|
48961
|
-
init_useTranslate();
|
|
48962
48344
|
init_Stack();
|
|
48963
48345
|
init_Typography();
|
|
48964
48346
|
init_SimpleGrid();
|
|
@@ -49016,7 +48398,6 @@ var init_Timeline = __esm({
|
|
|
49016
48398
|
init_LoadingState();
|
|
49017
48399
|
init_ErrorState();
|
|
49018
48400
|
init_EmptyState();
|
|
49019
|
-
init_useTranslate();
|
|
49020
48401
|
lookStyles10 = {
|
|
49021
48402
|
"vertical-compact": "gap-1 [&>*]:py-1",
|
|
49022
48403
|
"vertical-spacious": "",
|
|
@@ -51090,7 +50471,6 @@ var init_UISlotRenderer = __esm({
|
|
|
51090
50471
|
init_Box();
|
|
51091
50472
|
init_Typography();
|
|
51092
50473
|
init_useEventBus();
|
|
51093
|
-
init_useTranslate();
|
|
51094
50474
|
init_slot_types();
|
|
51095
50475
|
init_cn();
|
|
51096
50476
|
init_ErrorBoundary();
|
|
@@ -52419,9 +51799,6 @@ var AvlEmitListen = ({
|
|
|
52419
51799
|
] });
|
|
52420
51800
|
};
|
|
52421
51801
|
AvlEmitListen.displayName = "AvlEmitListen";
|
|
52422
|
-
|
|
52423
|
-
// components/avl/molecules/AvlSlotMap.tsx
|
|
52424
|
-
init_useTranslate();
|
|
52425
51802
|
var SLOT_PRESETS = {
|
|
52426
51803
|
header: { x: 10, y: 5, width: 340, height: 35 },
|
|
52427
51804
|
main: { x: 120, y: 50, width: 230, height: 195 },
|
|
@@ -53498,7 +52875,6 @@ var SystemNode = ({ data }) => {
|
|
|
53498
52875
|
SystemNode.displayName = "SystemNode";
|
|
53499
52876
|
|
|
53500
52877
|
// components/avl/molecules/DetailView.tsx
|
|
53501
|
-
init_useTranslate();
|
|
53502
52878
|
init_AvlState();
|
|
53503
52879
|
init_AvlEffect();
|
|
53504
52880
|
init_types();
|
|
@@ -53583,7 +52959,6 @@ AvlOrbitalNode.displayName = "AvlOrbitalNode";
|
|
|
53583
52959
|
|
|
53584
52960
|
// components/avl/molecules/AvlTransitionEdge.tsx
|
|
53585
52961
|
init_types();
|
|
53586
|
-
init_useTranslate();
|
|
53587
52962
|
var AvlTransitionEdge = ({
|
|
53588
52963
|
id,
|
|
53589
52964
|
sourceX,
|
|
@@ -55039,9 +54414,6 @@ function convertObjectProps(props) {
|
|
|
55039
54414
|
function convertFnFormLambdasInProps(props) {
|
|
55040
54415
|
return convertObjectProps(props);
|
|
55041
54416
|
}
|
|
55042
|
-
|
|
55043
|
-
// hooks/index.ts
|
|
55044
|
-
init_useEventBus();
|
|
55045
54417
|
var log12 = createLogger("almadar:ui:effects:client-handlers");
|
|
55046
54418
|
function createClientEffectHandlers(options) {
|
|
55047
54419
|
const { eventBus, slotSetter, navigate, notify, callService } = options;
|
|
@@ -55110,7 +54482,7 @@ function normalizeEventKey(eventKey) {
|
|
|
55110
54482
|
return eventKey.startsWith("UI:") ? eventKey.slice(3) : eventKey;
|
|
55111
54483
|
}
|
|
55112
54484
|
function useTraitStateMachine(traitBindings, uiSlots, options) {
|
|
55113
|
-
const eventBus = useEventBus();
|
|
54485
|
+
const eventBus = useEventBus$1();
|
|
55114
54486
|
const { entities } = useEntitySchema();
|
|
55115
54487
|
const traitConfigsByName = options?.traitConfigsByName;
|
|
55116
54488
|
const orbitalsByTrait = options?.orbitalsByTrait;
|
|
@@ -56951,7 +56323,6 @@ function BrowserPlayground({
|
|
|
56951
56323
|
|
|
56952
56324
|
// components/avl/molecules/OrbPreviewNode.tsx
|
|
56953
56325
|
init_useEventBus();
|
|
56954
|
-
init_useTranslate();
|
|
56955
56326
|
|
|
56956
56327
|
// components/avl/molecules/useCanvasDnd.tsx
|
|
56957
56328
|
init_useEventBus();
|
|
@@ -58166,7 +57537,6 @@ init_AvlEffect();
|
|
|
58166
57537
|
init_AvlFieldType();
|
|
58167
57538
|
init_types();
|
|
58168
57539
|
init_useEventBus();
|
|
58169
|
-
init_useTranslate();
|
|
58170
57540
|
var inspectorLog = createLogger("almadar:ui:inspector");
|
|
58171
57541
|
function formatExpression(expr) {
|
|
58172
57542
|
if (!expr) return "";
|
|
@@ -58883,7 +58253,6 @@ init_Typography();
|
|
|
58883
58253
|
init_Badge();
|
|
58884
58254
|
|
|
58885
58255
|
// components/avl/organisms/AvlTraitScene.tsx
|
|
58886
|
-
init_useTranslate();
|
|
58887
58256
|
init_AvlState();
|
|
58888
58257
|
init_AvlTransitionLane();
|
|
58889
58258
|
init_AvlSwimLane();
|
|
@@ -58996,9 +58365,6 @@ var AvlTraitScene = ({
|
|
|
58996
58365
|
);
|
|
58997
58366
|
};
|
|
58998
58367
|
AvlTraitScene.displayName = "AvlTraitScene";
|
|
58999
|
-
|
|
59000
|
-
// components/avl/molecules/TraitCardNode.tsx
|
|
59001
|
-
init_useTranslate();
|
|
59002
58368
|
var TraitCardSelectionContext = createContext({
|
|
59003
58369
|
selectTransition: () => {
|
|
59004
58370
|
}
|
|
@@ -59098,7 +58464,6 @@ TraitCardNode.displayName = "TraitCardNode";
|
|
|
59098
58464
|
|
|
59099
58465
|
// components/avl/organisms/FlowCanvas.tsx
|
|
59100
58466
|
init_useEventBus();
|
|
59101
|
-
init_useTranslate();
|
|
59102
58467
|
var flowCanvasLog = createLogger("almadar:ui:flow-canvas");
|
|
59103
58468
|
var NODE_TYPES = {
|
|
59104
58469
|
preview: OrbPreviewNode,
|
|
@@ -59857,7 +59222,6 @@ init_Stack();
|
|
|
59857
59222
|
init_Typography();
|
|
59858
59223
|
init_Button();
|
|
59859
59224
|
init_Icon();
|
|
59860
|
-
init_useTranslate();
|
|
59861
59225
|
var UNIT_DISPLAY_W = 240;
|
|
59862
59226
|
var UNIT_DISPLAY_H = 160;
|
|
59863
59227
|
function layoutOrbitals(count, containerW, containerH) {
|