@almadar/ui 5.21.9 → 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 +159 -793
- package/dist/avl/index.js +7 -641
- package/dist/components/game/organisms/three/index.cjs +2 -488
- package/dist/components/game/organisms/three/index.js +1 -487
- package/dist/components/index.cjs +175 -2482
- package/dist/components/index.js +30 -2290
- package/dist/docs/index.cjs +2 -1
- package/dist/docs/index.js +2 -1
- package/dist/hooks/index.cjs +2 -1
- package/dist/hooks/index.js +2 -1
- package/dist/locales/index.cjs +6 -3
- package/dist/locales/index.js +6 -3
- package/dist/providers/index.cjs +144 -762
- package/dist/providers/index.js +4 -622
- package/dist/runtime/index.cjs +583 -1204
- package/dist/runtime/index.js +444 -1065
- package/locales/ar.json +2 -1
- package/locales/en.json +2 -1
- package/locales/sl.json +2 -1
- 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,503 +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
|
-
};
|
|
4329
|
-
}
|
|
4330
|
-
});
|
|
4331
|
-
function useTranslate() {
|
|
4332
|
-
return useContext(I18nContext);
|
|
4333
|
-
}
|
|
4334
|
-
var _meta, coreMessages, coreLocale, I18nContext;
|
|
4335
|
-
var init_useTranslate = __esm({
|
|
4336
|
-
"hooks/useTranslate.ts"() {
|
|
4337
|
-
"use client";
|
|
4338
|
-
init_en();
|
|
4339
|
-
({ $meta: _meta, ...coreMessages } = en_default);
|
|
4340
|
-
coreLocale = coreMessages;
|
|
4341
|
-
I18nContext = createContext({
|
|
4342
|
-
locale: "en",
|
|
4343
|
-
direction: "ltr",
|
|
4344
|
-
t: (key) => coreLocale[key] ?? key
|
|
4345
|
-
// core locale fallback
|
|
4346
|
-
});
|
|
4347
|
-
I18nContext.displayName = "I18nContext";
|
|
4348
|
-
I18nContext.Provider;
|
|
4349
|
-
}
|
|
4350
|
-
});
|
|
4351
3855
|
var MAX_VISIBLE_EFFECTS, AvlTransitionLane;
|
|
4352
3856
|
var init_AvlTransitionLane = __esm({
|
|
4353
3857
|
"components/avl/molecules/AvlTransitionLane.tsx"() {
|
|
@@ -4977,7 +4481,6 @@ var log2, SWIM_GUTTER, CENTER_W, BehaviorView;
|
|
|
4977
4481
|
var init_BehaviorView = __esm({
|
|
4978
4482
|
"components/avl/molecules/BehaviorView.tsx"() {
|
|
4979
4483
|
"use client";
|
|
4980
|
-
init_useTranslate();
|
|
4981
4484
|
init_AvlState();
|
|
4982
4485
|
init_AvlTransitionLane();
|
|
4983
4486
|
init_AvlSwimLane();
|
|
@@ -6829,7 +6332,6 @@ var init_Modal = __esm({
|
|
|
6829
6332
|
init_Overlay();
|
|
6830
6333
|
init_cn();
|
|
6831
6334
|
init_useEventBus();
|
|
6832
|
-
init_useTranslate();
|
|
6833
6335
|
sizeClasses2 = {
|
|
6834
6336
|
sm: "max-w-md",
|
|
6835
6337
|
md: "max-w-2xl",
|
|
@@ -7051,7 +6553,6 @@ var init_Drawer = __esm({
|
|
|
7051
6553
|
init_Overlay();
|
|
7052
6554
|
init_cn();
|
|
7053
6555
|
init_useEventBus();
|
|
7054
|
-
init_useTranslate();
|
|
7055
6556
|
sizeWidths = {
|
|
7056
6557
|
sm: "w-full sm:w-80",
|
|
7057
6558
|
// 320px
|
|
@@ -7324,7 +6825,6 @@ var init_Toast = __esm({
|
|
|
7324
6825
|
init_Badge();
|
|
7325
6826
|
init_cn();
|
|
7326
6827
|
init_useEventBus();
|
|
7327
|
-
init_useTranslate();
|
|
7328
6828
|
variantClasses = {
|
|
7329
6829
|
success: "bg-card border-[length:var(--border-width)] border-success",
|
|
7330
6830
|
error: "bg-card border-[length:var(--border-width)] border-error",
|
|
@@ -8286,7 +7786,6 @@ var init_Input = __esm({
|
|
|
8286
7786
|
"components/core/atoms/Input.tsx"() {
|
|
8287
7787
|
init_cn();
|
|
8288
7788
|
init_Icon();
|
|
8289
|
-
init_useTranslate();
|
|
8290
7789
|
Input = React97__default.forwardRef(
|
|
8291
7790
|
({
|
|
8292
7791
|
className,
|
|
@@ -8670,7 +8169,6 @@ var init_FilterPill = __esm({
|
|
|
8670
8169
|
"components/core/atoms/FilterPill.tsx"() {
|
|
8671
8170
|
init_cn();
|
|
8672
8171
|
init_useEventBus();
|
|
8673
|
-
init_useTranslate();
|
|
8674
8172
|
init_Icon();
|
|
8675
8173
|
variantStyles5 = {
|
|
8676
8174
|
default: [
|
|
@@ -9796,7 +9294,6 @@ var init_LawReferenceTooltip = __esm({
|
|
|
9796
9294
|
init_Typography();
|
|
9797
9295
|
init_Divider();
|
|
9798
9296
|
init_cn();
|
|
9799
|
-
init_useTranslate();
|
|
9800
9297
|
positionStyles2 = {
|
|
9801
9298
|
top: "bottom-full left-1/2 -translate-x-1/2 mb-2",
|
|
9802
9299
|
bottom: "top-full left-1/2 -translate-x-1/2 mt-2",
|
|
@@ -12792,7 +12289,6 @@ var init_ErrorState = __esm({
|
|
|
12792
12289
|
init_Typography();
|
|
12793
12290
|
init_Icon();
|
|
12794
12291
|
init_useEventBus();
|
|
12795
|
-
init_useTranslate();
|
|
12796
12292
|
ErrorState = ({
|
|
12797
12293
|
title,
|
|
12798
12294
|
message,
|
|
@@ -12835,7 +12331,6 @@ var init_ErrorBoundary = __esm({
|
|
|
12835
12331
|
"use client";
|
|
12836
12332
|
init_cn();
|
|
12837
12333
|
init_ErrorState();
|
|
12838
|
-
init_useTranslate();
|
|
12839
12334
|
DefaultFallback = ({ error, onRetry }) => {
|
|
12840
12335
|
const { t } = useTranslate();
|
|
12841
12336
|
return /* @__PURE__ */ jsx(
|
|
@@ -12985,7 +12480,6 @@ var init_Skeleton = __esm({
|
|
|
12985
12480
|
"components/core/molecules/Skeleton.tsx"() {
|
|
12986
12481
|
"use client";
|
|
12987
12482
|
init_cn();
|
|
12988
|
-
init_useTranslate();
|
|
12989
12483
|
init_Box();
|
|
12990
12484
|
init_Stack();
|
|
12991
12485
|
init_Stack();
|
|
@@ -13662,7 +13156,6 @@ var AboutPageTemplate;
|
|
|
13662
13156
|
var init_AboutPageTemplate = __esm({
|
|
13663
13157
|
"components/marketing/templates/AboutPageTemplate.tsx"() {
|
|
13664
13158
|
init_cn();
|
|
13665
|
-
init_useTranslate();
|
|
13666
13159
|
init_Stack();
|
|
13667
13160
|
init_Box();
|
|
13668
13161
|
init_Typography();
|
|
@@ -13767,7 +13260,6 @@ var init_Alert = __esm({
|
|
|
13767
13260
|
init_Icon();
|
|
13768
13261
|
init_Typography();
|
|
13769
13262
|
init_useEventBus();
|
|
13770
|
-
init_useTranslate();
|
|
13771
13263
|
variantBorderClasses = {
|
|
13772
13264
|
info: "border-info",
|
|
13773
13265
|
success: "border-success",
|
|
@@ -14127,7 +13619,6 @@ var init_Menu = __esm({
|
|
|
14127
13619
|
init_Badge();
|
|
14128
13620
|
init_cn();
|
|
14129
13621
|
init_useEventBus();
|
|
14130
|
-
init_useTranslate();
|
|
14131
13622
|
Menu = ({
|
|
14132
13623
|
trigger,
|
|
14133
13624
|
items,
|
|
@@ -14415,7 +13906,6 @@ var init_FloatingActionButton = __esm({
|
|
|
14415
13906
|
init_Typography();
|
|
14416
13907
|
init_cn();
|
|
14417
13908
|
init_useEventBus();
|
|
14418
|
-
init_useTranslate();
|
|
14419
13909
|
FloatingActionButton = ({
|
|
14420
13910
|
action,
|
|
14421
13911
|
actionPayload,
|
|
@@ -14599,7 +14089,7 @@ var init_MapView = __esm({
|
|
|
14599
14089
|
L.Marker.prototype.options.icon = defaultIcon;
|
|
14600
14090
|
const { useEffect: useEffect79, useRef: useRef71, useCallback: useCallback122, useState: useState113 } = React97__default;
|
|
14601
14091
|
const { Typography: Typography2 } = await Promise.resolve().then(() => (init_Typography(), Typography_exports));
|
|
14602
|
-
const { useEventBus:
|
|
14092
|
+
const { useEventBus: useEventBus3 } = await Promise.resolve().then(() => (init_useEventBus(), useEventBus_exports));
|
|
14603
14093
|
function MapUpdater({ centerLat, centerLng, zoom }) {
|
|
14604
14094
|
const map = useMap();
|
|
14605
14095
|
const prevRef = useRef71({ centerLat, centerLng, zoom });
|
|
@@ -14641,7 +14131,7 @@ var init_MapView = __esm({
|
|
|
14641
14131
|
className,
|
|
14642
14132
|
showAttribution = true
|
|
14643
14133
|
}) {
|
|
14644
|
-
const eventBus =
|
|
14134
|
+
const eventBus = useEventBus3();
|
|
14645
14135
|
const [clickedPosition, setClickedPosition] = useState113(null);
|
|
14646
14136
|
const handleMapClick = useCallback122((lat, lng) => {
|
|
14647
14137
|
if (showClickedPin) {
|
|
@@ -15337,7 +14827,6 @@ var init_ActionTile = __esm({
|
|
|
15337
14827
|
"components/game/organisms/puzzles/sequencer/ActionTile.tsx"() {
|
|
15338
14828
|
init_atoms2();
|
|
15339
14829
|
init_cn();
|
|
15340
|
-
init_useTranslate();
|
|
15341
14830
|
DRAG_MIME = "application/x-almadar-slot-item";
|
|
15342
14831
|
SIZE_CONFIG = {
|
|
15343
14832
|
sm: { px: "px-2 py-1", icon: "text-lg", text: "text-xs" },
|
|
@@ -15375,7 +14864,6 @@ var init_ActionPalette = __esm({
|
|
|
15375
14864
|
"components/game/organisms/puzzles/sequencer/ActionPalette.tsx"() {
|
|
15376
14865
|
init_atoms2();
|
|
15377
14866
|
init_cn();
|
|
15378
|
-
init_useTranslate();
|
|
15379
14867
|
init_ActionTile();
|
|
15380
14868
|
ActionPalette.displayName = "ActionPalette";
|
|
15381
14869
|
}
|
|
@@ -15385,7 +14873,6 @@ var init_AuthLayout = __esm({
|
|
|
15385
14873
|
"components/core/templates/AuthLayout.tsx"() {
|
|
15386
14874
|
"use client";
|
|
15387
14875
|
init_cn();
|
|
15388
|
-
init_useTranslate();
|
|
15389
14876
|
init_Box();
|
|
15390
14877
|
init_Stack();
|
|
15391
14878
|
init_Typography();
|
|
@@ -15530,7 +15017,6 @@ var init_LoadingState = __esm({
|
|
|
15530
15017
|
init_atoms2();
|
|
15531
15018
|
init_Stack();
|
|
15532
15019
|
init_Typography();
|
|
15533
|
-
init_useTranslate();
|
|
15534
15020
|
LoadingState = ({
|
|
15535
15021
|
title,
|
|
15536
15022
|
message,
|
|
@@ -16746,7 +16232,6 @@ var init_IsometricCanvas = __esm({
|
|
|
16746
16232
|
"use client";
|
|
16747
16233
|
init_cn();
|
|
16748
16234
|
init_useEventBus();
|
|
16749
|
-
init_useTranslate();
|
|
16750
16235
|
init_Box();
|
|
16751
16236
|
init_Stack();
|
|
16752
16237
|
init_Icon();
|
|
@@ -17110,7 +16595,6 @@ var init_BattleBoard = __esm({
|
|
|
17110
16595
|
"use client";
|
|
17111
16596
|
init_cn();
|
|
17112
16597
|
init_useEventBus();
|
|
17113
|
-
init_useTranslate();
|
|
17114
16598
|
init_Box();
|
|
17115
16599
|
init_Button();
|
|
17116
16600
|
init_Typography();
|
|
@@ -17155,7 +16639,6 @@ var MIN_DIAGRAM_WIDTH, ScaledDiagram;
|
|
|
17155
16639
|
var init_ScaledDiagram = __esm({
|
|
17156
16640
|
"components/core/molecules/ScaledDiagram.tsx"() {
|
|
17157
16641
|
init_Box();
|
|
17158
|
-
init_useTranslate();
|
|
17159
16642
|
init_cn();
|
|
17160
16643
|
MIN_DIAGRAM_WIDTH = 200;
|
|
17161
16644
|
ScaledDiagram = ({
|
|
@@ -17298,7 +16781,6 @@ var init_CodeBlock = __esm({
|
|
|
17298
16781
|
init_Textarea();
|
|
17299
16782
|
init_Icon();
|
|
17300
16783
|
init_useEventBus();
|
|
17301
|
-
init_useTranslate();
|
|
17302
16784
|
SyntaxHighlighter.registerLanguage("json", langJson);
|
|
17303
16785
|
SyntaxHighlighter.registerLanguage("javascript", langJavascript);
|
|
17304
16786
|
SyntaxHighlighter.registerLanguage("js", langJavascript);
|
|
@@ -17805,7 +17287,6 @@ var init_MarkdownContent = __esm({
|
|
|
17805
17287
|
init_katex_min();
|
|
17806
17288
|
init_Box();
|
|
17807
17289
|
init_CodeBlock();
|
|
17808
|
-
init_useTranslate();
|
|
17809
17290
|
init_cn();
|
|
17810
17291
|
MarkdownContent = React97__default.memo(
|
|
17811
17292
|
({ content, direction, className }) => {
|
|
@@ -18110,7 +17591,6 @@ var init_Card2 = __esm({
|
|
|
18110
17591
|
"components/core/molecules/Card.tsx"() {
|
|
18111
17592
|
"use client";
|
|
18112
17593
|
init_useEventBus();
|
|
18113
|
-
init_useTranslate();
|
|
18114
17594
|
init_useLongPress();
|
|
18115
17595
|
Card2.displayName = "Card";
|
|
18116
17596
|
}
|
|
@@ -18124,7 +17604,6 @@ var init_QuizBlock = __esm({
|
|
|
18124
17604
|
init_Button();
|
|
18125
17605
|
init_Icon();
|
|
18126
17606
|
init_Box();
|
|
18127
|
-
init_useTranslate();
|
|
18128
17607
|
init_cn();
|
|
18129
17608
|
QuizBlock = ({
|
|
18130
17609
|
question,
|
|
@@ -18167,7 +17646,6 @@ var init_StateMachineView = __esm({
|
|
|
18167
17646
|
init_Typography();
|
|
18168
17647
|
init_Button();
|
|
18169
17648
|
init_Icon();
|
|
18170
|
-
init_useTranslate();
|
|
18171
17649
|
init_useEventBus();
|
|
18172
17650
|
init_cn();
|
|
18173
17651
|
StateNode = ({ state, config }) => {
|
|
@@ -19534,7 +19012,6 @@ var init_JazariStateMachine = __esm({
|
|
|
19534
19012
|
init_StateMachineView();
|
|
19535
19013
|
init_visualizer();
|
|
19536
19014
|
init_svg_paths();
|
|
19537
|
-
init_useTranslate();
|
|
19538
19015
|
init_cn();
|
|
19539
19016
|
JAZARI_VISUALIZER_CONFIG = {
|
|
19540
19017
|
...DEFAULT_CONFIG,
|
|
@@ -19690,7 +19167,6 @@ var init_ContentRenderer = __esm({
|
|
|
19690
19167
|
init_ScaledDiagram();
|
|
19691
19168
|
init_JazariStateMachine();
|
|
19692
19169
|
init_parseContentSegments();
|
|
19693
|
-
init_useTranslate();
|
|
19694
19170
|
init_cn();
|
|
19695
19171
|
ContentRenderer = ({
|
|
19696
19172
|
content,
|
|
@@ -19784,7 +19260,6 @@ var init_BookChapterView = __esm({
|
|
|
19784
19260
|
init_ScaledDiagram();
|
|
19785
19261
|
init_ContentRenderer();
|
|
19786
19262
|
init_JazariStateMachine();
|
|
19787
|
-
init_useTranslate();
|
|
19788
19263
|
init_cn();
|
|
19789
19264
|
BookChapterView = ({
|
|
19790
19265
|
chapter,
|
|
@@ -19823,7 +19298,6 @@ var init_BookCoverPage = __esm({
|
|
|
19823
19298
|
init_Typography();
|
|
19824
19299
|
init_Button();
|
|
19825
19300
|
init_Box();
|
|
19826
|
-
init_useTranslate();
|
|
19827
19301
|
init_cn();
|
|
19828
19302
|
BookCoverPage = ({
|
|
19829
19303
|
title,
|
|
@@ -19903,7 +19377,6 @@ var init_BookNavBar = __esm({
|
|
|
19903
19377
|
init_Typography();
|
|
19904
19378
|
init_ProgressBar();
|
|
19905
19379
|
init_Box();
|
|
19906
|
-
init_useTranslate();
|
|
19907
19380
|
init_cn();
|
|
19908
19381
|
BookNavBar = ({
|
|
19909
19382
|
currentPage,
|
|
@@ -20005,7 +19478,6 @@ var init_BookTableOfContents = __esm({
|
|
|
20005
19478
|
init_Button();
|
|
20006
19479
|
init_Box();
|
|
20007
19480
|
init_Badge();
|
|
20008
|
-
init_useTranslate();
|
|
20009
19481
|
init_cn();
|
|
20010
19482
|
BookTableOfContents = ({
|
|
20011
19483
|
parts,
|
|
@@ -20065,7 +19537,6 @@ var init_EmptyState = __esm({
|
|
|
20065
19537
|
init_Stack();
|
|
20066
19538
|
init_Typography();
|
|
20067
19539
|
init_useEventBus();
|
|
20068
|
-
init_useTranslate();
|
|
20069
19540
|
ICON_NAME_ALIASES = {
|
|
20070
19541
|
check: "check-circle",
|
|
20071
19542
|
error: "x-circle",
|
|
@@ -20236,7 +19707,6 @@ var init_BookViewer = __esm({
|
|
|
20236
19707
|
init_Box();
|
|
20237
19708
|
init_Stack();
|
|
20238
19709
|
init_useEventBus();
|
|
20239
|
-
init_useTranslate();
|
|
20240
19710
|
init_cn();
|
|
20241
19711
|
init_BookCoverPage();
|
|
20242
19712
|
init_BookTableOfContents();
|
|
@@ -20668,7 +20138,6 @@ var init_BranchingLogicBuilder = __esm({
|
|
|
20668
20138
|
init_FilterPill();
|
|
20669
20139
|
init_Box();
|
|
20670
20140
|
init_useEventBus();
|
|
20671
|
-
init_useTranslate();
|
|
20672
20141
|
init_cn();
|
|
20673
20142
|
END_OF_SURVEY = "end-of-survey";
|
|
20674
20143
|
RuleRow = ({
|
|
@@ -21121,7 +20590,6 @@ var init_Breadcrumb = __esm({
|
|
|
21121
20590
|
init_Typography();
|
|
21122
20591
|
init_cn();
|
|
21123
20592
|
init_useEventBus();
|
|
21124
|
-
init_useTranslate();
|
|
21125
20593
|
Breadcrumb = ({
|
|
21126
20594
|
items,
|
|
21127
20595
|
separator = "chevron-right",
|
|
@@ -21357,7 +20825,6 @@ var init_BuilderBoard = __esm({
|
|
|
21357
20825
|
"components/game/organisms/puzzles/builder/BuilderBoard.tsx"() {
|
|
21358
20826
|
init_atoms2();
|
|
21359
20827
|
init_useEventBus();
|
|
21360
|
-
init_useTranslate();
|
|
21361
20828
|
BuilderBoard.displayName = "BuilderBoard";
|
|
21362
20829
|
}
|
|
21363
20830
|
});
|
|
@@ -21835,7 +21302,6 @@ var init_CalendarGrid = __esm({
|
|
|
21835
21302
|
init_TimeSlotCell();
|
|
21836
21303
|
init_useEventBus();
|
|
21837
21304
|
init_useSwipeGesture();
|
|
21838
|
-
init_useTranslate();
|
|
21839
21305
|
SHORT_DATE = { month: "short", day: "numeric" };
|
|
21840
21306
|
CalendarGrid.displayName = "CalendarGrid";
|
|
21841
21307
|
}
|
|
@@ -23144,7 +22610,6 @@ var init_Pagination = __esm({
|
|
|
23144
22610
|
init_Stack();
|
|
23145
22611
|
init_cn();
|
|
23146
22612
|
init_useEventBus();
|
|
23147
|
-
init_useTranslate();
|
|
23148
22613
|
Pagination = ({
|
|
23149
22614
|
currentPage,
|
|
23150
22615
|
totalPages,
|
|
@@ -23348,7 +22813,6 @@ var init_CardGrid = __esm({
|
|
|
23348
22813
|
init_cn();
|
|
23349
22814
|
init_getNestedValue();
|
|
23350
22815
|
init_useEventBus();
|
|
23351
|
-
init_useTranslate();
|
|
23352
22816
|
init_atoms2();
|
|
23353
22817
|
init_Badge();
|
|
23354
22818
|
init_Box();
|
|
@@ -23577,7 +23041,6 @@ var init_Carousel = __esm({
|
|
|
23577
23041
|
init_cn();
|
|
23578
23042
|
init_useEventBus();
|
|
23579
23043
|
init_useSwipeGesture();
|
|
23580
|
-
init_useTranslate();
|
|
23581
23044
|
init_Box();
|
|
23582
23045
|
init_Stack();
|
|
23583
23046
|
init_Button();
|
|
@@ -23814,7 +23277,6 @@ var init_CaseStudyOrganism = __esm({
|
|
|
23814
23277
|
"use client";
|
|
23815
23278
|
init_cn();
|
|
23816
23279
|
init_useEventBus();
|
|
23817
|
-
init_useTranslate();
|
|
23818
23280
|
init_Stack();
|
|
23819
23281
|
init_Typography();
|
|
23820
23282
|
init_SimpleGrid();
|
|
@@ -24019,7 +23481,6 @@ var init_Chart = __esm({
|
|
|
24019
23481
|
init_ErrorState();
|
|
24020
23482
|
init_EmptyState();
|
|
24021
23483
|
init_useEventBus();
|
|
24022
|
-
init_useTranslate();
|
|
24023
23484
|
CHART_COLORS = [
|
|
24024
23485
|
"var(--color-primary)",
|
|
24025
23486
|
"var(--color-success)",
|
|
@@ -24927,7 +24388,6 @@ var init_ClassifierBoard = __esm({
|
|
|
24927
24388
|
"components/game/organisms/puzzles/classifier/ClassifierBoard.tsx"() {
|
|
24928
24389
|
init_atoms2();
|
|
24929
24390
|
init_useEventBus();
|
|
24930
|
-
init_useTranslate();
|
|
24931
24391
|
ClassifierBoard.displayName = "ClassifierBoard";
|
|
24932
24392
|
}
|
|
24933
24393
|
});
|
|
@@ -24959,7 +24419,6 @@ var init_CodeView = __esm({
|
|
|
24959
24419
|
"components/game/organisms/puzzles/state-architect/CodeView.tsx"() {
|
|
24960
24420
|
init_atoms2();
|
|
24961
24421
|
init_cn();
|
|
24962
|
-
init_useTranslate();
|
|
24963
24422
|
CodeView.displayName = "CodeView";
|
|
24964
24423
|
}
|
|
24965
24424
|
});
|
|
@@ -24973,7 +24432,6 @@ var init_Tabs = __esm({
|
|
|
24973
24432
|
init_Box();
|
|
24974
24433
|
init_cn();
|
|
24975
24434
|
init_useEventBus();
|
|
24976
|
-
init_useTranslate();
|
|
24977
24435
|
Tabs = ({
|
|
24978
24436
|
items,
|
|
24979
24437
|
tabs,
|
|
@@ -25150,7 +24608,6 @@ var init_CodeViewer = __esm({
|
|
|
25150
24608
|
init_EmptyState();
|
|
25151
24609
|
init_Tabs();
|
|
25152
24610
|
init_useEventBus();
|
|
25153
|
-
init_useTranslate();
|
|
25154
24611
|
DIFF_STYLES = {
|
|
25155
24612
|
add: {
|
|
25156
24613
|
bg: "bg-success/10",
|
|
@@ -25522,7 +24979,6 @@ var init_ConfirmDialog = __esm({
|
|
|
25522
24979
|
init_Box();
|
|
25523
24980
|
init_Stack();
|
|
25524
24981
|
init_cn();
|
|
25525
|
-
init_useTranslate();
|
|
25526
24982
|
variantConfig = {
|
|
25527
24983
|
danger: {
|
|
25528
24984
|
icon: Trash2,
|
|
@@ -26004,7 +25460,6 @@ var init_DashboardGrid = __esm({
|
|
|
26004
25460
|
"components/core/organisms/layout/DashboardGrid.tsx"() {
|
|
26005
25461
|
init_cn();
|
|
26006
25462
|
init_Box();
|
|
26007
|
-
init_useTranslate();
|
|
26008
25463
|
gapStyles5 = {
|
|
26009
25464
|
sm: "gap-2",
|
|
26010
25465
|
md: "gap-4",
|
|
@@ -26098,7 +25553,6 @@ var init_DashboardLayout = __esm({
|
|
|
26098
25553
|
init_Icon();
|
|
26099
25554
|
init_useAuthContext();
|
|
26100
25555
|
init_useEventBus();
|
|
26101
|
-
init_useTranslate();
|
|
26102
25556
|
init_CurrentPagePathContext();
|
|
26103
25557
|
DashboardLayout = ({
|
|
26104
25558
|
appName = "{{APP_TITLE}}",
|
|
@@ -27443,7 +26897,6 @@ var init_DataGrid = __esm({
|
|
|
27443
26897
|
init_cn();
|
|
27444
26898
|
init_getNestedValue();
|
|
27445
26899
|
init_useEventBus();
|
|
27446
|
-
init_useTranslate();
|
|
27447
26900
|
init_Box();
|
|
27448
26901
|
init_Stack();
|
|
27449
26902
|
init_Typography();
|
|
@@ -27882,7 +27335,6 @@ var init_DataList = __esm({
|
|
|
27882
27335
|
init_cn();
|
|
27883
27336
|
init_getNestedValue();
|
|
27884
27337
|
init_useEventBus();
|
|
27885
|
-
init_useTranslate();
|
|
27886
27338
|
init_Box();
|
|
27887
27339
|
init_Stack();
|
|
27888
27340
|
init_Typography();
|
|
@@ -27937,7 +27389,6 @@ var init_FileTree = __esm({
|
|
|
27937
27389
|
init_Box();
|
|
27938
27390
|
init_Typography();
|
|
27939
27391
|
init_Icon();
|
|
27940
|
-
init_useTranslate();
|
|
27941
27392
|
TreeNodeItem = ({
|
|
27942
27393
|
node,
|
|
27943
27394
|
depth,
|
|
@@ -28144,7 +27595,6 @@ var init_FilterGroup = __esm({
|
|
|
28144
27595
|
init_Icon();
|
|
28145
27596
|
init_useEventBus();
|
|
28146
27597
|
init_useQuerySingleton();
|
|
28147
|
-
init_useTranslate();
|
|
28148
27598
|
resolveFilterType = (filter) => filter.filterType ?? filter.type;
|
|
28149
27599
|
lookStyles6 = {
|
|
28150
27600
|
toolbar: "",
|
|
@@ -28786,13 +28236,12 @@ var init_RelationSelect = __esm({
|
|
|
28786
28236
|
init_Spinner();
|
|
28787
28237
|
init_Typography();
|
|
28788
28238
|
init_debug();
|
|
28789
|
-
init_useTranslate();
|
|
28790
28239
|
isRelationsDebugEnabled = () => isDebugEnabled();
|
|
28791
28240
|
RelationSelect = ({
|
|
28792
28241
|
value,
|
|
28793
28242
|
onChange,
|
|
28794
28243
|
options = [],
|
|
28795
|
-
placeholder
|
|
28244
|
+
placeholder,
|
|
28796
28245
|
required = false,
|
|
28797
28246
|
disabled = false,
|
|
28798
28247
|
isLoading = false,
|
|
@@ -28804,6 +28253,7 @@ var init_RelationSelect = __esm({
|
|
|
28804
28253
|
emptyMessage
|
|
28805
28254
|
}) => {
|
|
28806
28255
|
const { t } = useTranslate();
|
|
28256
|
+
const resolvedPlaceholder = placeholder ?? t("relationSelect.selectPlaceholder");
|
|
28807
28257
|
const resolvedSearchPlaceholder = searchPlaceholder ?? t("common.search");
|
|
28808
28258
|
const resolvedEmptyMessage = emptyMessage ?? t("empty.noOptionsFound");
|
|
28809
28259
|
const [isOpen, setIsOpen] = useState(false);
|
|
@@ -28913,7 +28363,7 @@ var init_RelationSelect = __esm({
|
|
|
28913
28363
|
children: isLoading ? /* @__PURE__ */ jsxs(HStack, { gap: "xs", align: "center", children: [
|
|
28914
28364
|
/* @__PURE__ */ jsx(Spinner, { size: "sm" }),
|
|
28915
28365
|
/* @__PURE__ */ jsx(Typography, { as: "span", children: t("common.loading") })
|
|
28916
|
-
] }) : selectedOption ? selectedOption.label :
|
|
28366
|
+
] }) : selectedOption ? selectedOption.label : resolvedPlaceholder
|
|
28917
28367
|
}
|
|
28918
28368
|
),
|
|
28919
28369
|
/* @__PURE__ */ jsxs(HStack, { gap: "xs", align: "center", children: [
|
|
@@ -29010,7 +28460,6 @@ var init_SearchInput = __esm({
|
|
|
29010
28460
|
init_cn();
|
|
29011
28461
|
init_useEventBus();
|
|
29012
28462
|
init_useQuerySingleton();
|
|
29013
|
-
init_useTranslate();
|
|
29014
28463
|
SearchInput = ({
|
|
29015
28464
|
value,
|
|
29016
28465
|
onSearch,
|
|
@@ -29113,7 +28562,6 @@ var init_SidePanel = __esm({
|
|
|
29113
28562
|
init_Typography();
|
|
29114
28563
|
init_cn();
|
|
29115
28564
|
init_useEventBus();
|
|
29116
|
-
init_useTranslate();
|
|
29117
28565
|
SidePanel = ({
|
|
29118
28566
|
title,
|
|
29119
28567
|
children,
|
|
@@ -29292,7 +28740,6 @@ var init_WizardNavigation = __esm({
|
|
|
29292
28740
|
init_Icon();
|
|
29293
28741
|
init_cn();
|
|
29294
28742
|
init_useEventBus();
|
|
29295
|
-
init_useTranslate();
|
|
29296
28743
|
WizardNavigation = ({
|
|
29297
28744
|
currentStep,
|
|
29298
28745
|
totalSteps,
|
|
@@ -29380,7 +28827,6 @@ var init_RepeatableFormSection = __esm({
|
|
|
29380
28827
|
init_Card();
|
|
29381
28828
|
init_Icon();
|
|
29382
28829
|
init_useEventBus();
|
|
29383
|
-
init_useTranslate();
|
|
29384
28830
|
RepeatableFormSection = ({
|
|
29385
28831
|
sectionType,
|
|
29386
28832
|
title,
|
|
@@ -29511,7 +28957,6 @@ var actionTypeLabelKeys, actionTypeIcons, ViolationAlert;
|
|
|
29511
28957
|
var init_ViolationAlert = __esm({
|
|
29512
28958
|
"components/core/molecules/ViolationAlert.tsx"() {
|
|
29513
28959
|
init_cn();
|
|
29514
|
-
init_useTranslate();
|
|
29515
28960
|
init_Box();
|
|
29516
28961
|
init_Stack();
|
|
29517
28962
|
init_Typography();
|
|
@@ -30017,7 +29462,6 @@ var init_LineChart = __esm({
|
|
|
30017
29462
|
"use client";
|
|
30018
29463
|
init_cn();
|
|
30019
29464
|
init_atoms2();
|
|
30020
|
-
init_useTranslate();
|
|
30021
29465
|
LineChart2 = ({
|
|
30022
29466
|
data,
|
|
30023
29467
|
width = 400,
|
|
@@ -31973,7 +31417,6 @@ var init_GraphView = __esm({
|
|
|
31973
31417
|
"use client";
|
|
31974
31418
|
init_cn();
|
|
31975
31419
|
init_atoms2();
|
|
31976
|
-
init_useTranslate();
|
|
31977
31420
|
GROUP_COLORS = [
|
|
31978
31421
|
"#3b82f6",
|
|
31979
31422
|
// blue-500
|
|
@@ -32299,7 +31742,6 @@ var init_NumberStepper = __esm({
|
|
|
32299
31742
|
init_cn();
|
|
32300
31743
|
init_Icon();
|
|
32301
31744
|
init_useEventBus();
|
|
32302
|
-
init_useTranslate();
|
|
32303
31745
|
sizeStyles10 = {
|
|
32304
31746
|
sm: {
|
|
32305
31747
|
button: "w-7 h-7",
|
|
@@ -32640,7 +32082,6 @@ var init_UploadDropZone = __esm({
|
|
|
32640
32082
|
init_Icon();
|
|
32641
32083
|
init_Typography();
|
|
32642
32084
|
init_useEventBus();
|
|
32643
|
-
init_useTranslate();
|
|
32644
32085
|
UploadDropZone = ({
|
|
32645
32086
|
accept,
|
|
32646
32087
|
maxSize,
|
|
@@ -32807,7 +32248,6 @@ var init_Lightbox = __esm({
|
|
|
32807
32248
|
init_Icon();
|
|
32808
32249
|
init_cn();
|
|
32809
32250
|
init_useEventBus();
|
|
32810
|
-
init_useTranslate();
|
|
32811
32251
|
Lightbox = ({
|
|
32812
32252
|
images = [],
|
|
32813
32253
|
currentIndex = 0,
|
|
@@ -33292,7 +32732,6 @@ var init_TableView = __esm({
|
|
|
33292
32732
|
init_cn();
|
|
33293
32733
|
init_getNestedValue();
|
|
33294
32734
|
init_useEventBus();
|
|
33295
|
-
init_useTranslate();
|
|
33296
32735
|
init_Box();
|
|
33297
32736
|
init_Stack();
|
|
33298
32737
|
init_Typography();
|
|
@@ -33496,7 +32935,6 @@ var init_Meter = __esm({
|
|
|
33496
32935
|
init_LoadingState();
|
|
33497
32936
|
init_ErrorState();
|
|
33498
32937
|
init_useEventBus();
|
|
33499
|
-
init_useTranslate();
|
|
33500
32938
|
DEFAULT_THRESHOLDS = [
|
|
33501
32939
|
{ value: 30, color: "var(--color-error)" },
|
|
33502
32940
|
{ value: 70, color: "var(--color-warning)" },
|
|
@@ -35443,7 +34881,6 @@ var init_VoteStack = __esm({
|
|
|
35443
34881
|
init_cn();
|
|
35444
34882
|
init_Icon();
|
|
35445
34883
|
init_useEventBus();
|
|
35446
|
-
init_useTranslate();
|
|
35447
34884
|
sizeStyles12 = {
|
|
35448
34885
|
sm: {
|
|
35449
34886
|
button: "w-7 h-7",
|
|
@@ -35898,7 +35335,6 @@ var init_QrScanner = __esm({
|
|
|
35898
35335
|
init_atoms2();
|
|
35899
35336
|
init_Icon();
|
|
35900
35337
|
init_useEventBus();
|
|
35901
|
-
init_useTranslate();
|
|
35902
35338
|
QrScanner = ({
|
|
35903
35339
|
onScan,
|
|
35904
35340
|
scanEvent,
|
|
@@ -36125,7 +35561,6 @@ var init_OptionConstraintGroup = __esm({
|
|
|
36125
35561
|
"components/core/molecules/OptionConstraintGroup.tsx"() {
|
|
36126
35562
|
init_cn();
|
|
36127
35563
|
init_useEventBus();
|
|
36128
|
-
init_useTranslate();
|
|
36129
35564
|
init_Typography();
|
|
36130
35565
|
init_Box();
|
|
36131
35566
|
init_Label();
|
|
@@ -37081,7 +36516,6 @@ var init_RichBlockEditor = __esm({
|
|
|
37081
36516
|
init_Input();
|
|
37082
36517
|
init_Icon();
|
|
37083
36518
|
init_useEventBus();
|
|
37084
|
-
init_useTranslate();
|
|
37085
36519
|
TOOLBAR_ENTRIES = [
|
|
37086
36520
|
{ type: "paragraph", labelKey: "richBlockEditor.toolbar.text", icon: Type },
|
|
37087
36521
|
{ type: "heading-1", labelKey: "richBlockEditor.toolbar.h1", icon: Heading1 },
|
|
@@ -37272,7 +36706,6 @@ var init_ReplyTree = __esm({
|
|
|
37272
36706
|
"use client";
|
|
37273
36707
|
init_cn();
|
|
37274
36708
|
init_useEventBus();
|
|
37275
|
-
init_useTranslate();
|
|
37276
36709
|
init_atoms2();
|
|
37277
36710
|
init_VoteStack();
|
|
37278
36711
|
ReplyTreeNode = ({
|
|
@@ -37580,7 +37013,6 @@ var init_VersionDiff = __esm({
|
|
|
37580
37013
|
"use client";
|
|
37581
37014
|
init_cn();
|
|
37582
37015
|
init_useEventBus();
|
|
37583
|
-
init_useTranslate();
|
|
37584
37016
|
init_atoms2();
|
|
37585
37017
|
init_Stack();
|
|
37586
37018
|
INLINE_STYLES = {
|
|
@@ -37896,7 +37328,6 @@ var init_DocBreadcrumb = __esm({
|
|
|
37896
37328
|
init_Stack();
|
|
37897
37329
|
init_Typography();
|
|
37898
37330
|
init_Icon();
|
|
37899
|
-
init_useTranslate();
|
|
37900
37331
|
DocBreadcrumb = ({
|
|
37901
37332
|
items,
|
|
37902
37333
|
className
|
|
@@ -38325,7 +37756,6 @@ var init_DocSearch = __esm({
|
|
|
38325
37756
|
init_Typography();
|
|
38326
37757
|
init_Icon();
|
|
38327
37758
|
init_Input();
|
|
38328
|
-
init_useTranslate();
|
|
38329
37759
|
}
|
|
38330
37760
|
});
|
|
38331
37761
|
var DocSidebarCategory, DocSidebar;
|
|
@@ -38338,7 +37768,6 @@ var init_DocSidebar = __esm({
|
|
|
38338
37768
|
init_Stack();
|
|
38339
37769
|
init_Typography();
|
|
38340
37770
|
init_Icon();
|
|
38341
|
-
init_useTranslate();
|
|
38342
37771
|
DocSidebarCategory = ({ item, depth }) => {
|
|
38343
37772
|
const [expanded, setExpanded] = useState(
|
|
38344
37773
|
() => item.items?.some(function hasActive(child) {
|
|
@@ -38445,7 +37874,6 @@ var init_DocTOC = __esm({
|
|
|
38445
37874
|
init_Box();
|
|
38446
37875
|
init_Stack();
|
|
38447
37876
|
init_Typography();
|
|
38448
|
-
init_useTranslate();
|
|
38449
37877
|
DocTOC = ({
|
|
38450
37878
|
items,
|
|
38451
37879
|
activeId,
|
|
@@ -38771,7 +38199,6 @@ var init_Header = __esm({
|
|
|
38771
38199
|
init_Stack();
|
|
38772
38200
|
init_Typography();
|
|
38773
38201
|
init_cn();
|
|
38774
|
-
init_useTranslate();
|
|
38775
38202
|
lookStyles8 = {
|
|
38776
38203
|
"compact-bar": "",
|
|
38777
38204
|
hero: "py-section min-h-[200px] [&_h1]:text-display-1",
|
|
@@ -39091,7 +38518,6 @@ var init_Sidebar = __esm({
|
|
|
39091
38518
|
init_Typography();
|
|
39092
38519
|
init_cn();
|
|
39093
38520
|
init_useEventBus();
|
|
39094
|
-
init_useTranslate();
|
|
39095
38521
|
SidebarNavItem = ({ item, collapsed }) => {
|
|
39096
38522
|
const Icon3 = item.icon;
|
|
39097
38523
|
const isActive = item.active ?? item.isActive;
|
|
@@ -39345,7 +38771,6 @@ var init_WizardContainer = __esm({
|
|
|
39345
38771
|
init_Stack();
|
|
39346
38772
|
init_Icon();
|
|
39347
38773
|
init_cn();
|
|
39348
|
-
init_useTranslate();
|
|
39349
38774
|
WizardContainer = ({
|
|
39350
38775
|
steps,
|
|
39351
38776
|
currentStep: controlledStep,
|
|
@@ -39919,7 +39344,6 @@ var init_SignaturePad = __esm({
|
|
|
39919
39344
|
init_LoadingState();
|
|
39920
39345
|
init_ErrorState();
|
|
39921
39346
|
init_useEventBus();
|
|
39922
|
-
init_useTranslate();
|
|
39923
39347
|
SignaturePad = ({
|
|
39924
39348
|
label,
|
|
39925
39349
|
helperText,
|
|
@@ -40113,7 +39537,6 @@ var init_DocumentViewer = __esm({
|
|
|
40113
39537
|
init_EmptyState();
|
|
40114
39538
|
init_Tabs();
|
|
40115
39539
|
init_useEventBus();
|
|
40116
|
-
init_useTranslate();
|
|
40117
39540
|
DocumentViewer = ({
|
|
40118
39541
|
title,
|
|
40119
39542
|
src,
|
|
@@ -40318,7 +39741,6 @@ var init_GraphCanvas = __esm({
|
|
|
40318
39741
|
init_ErrorState();
|
|
40319
39742
|
init_EmptyState();
|
|
40320
39743
|
init_useEventBus();
|
|
40321
|
-
init_useTranslate();
|
|
40322
39744
|
GROUP_COLORS2 = [
|
|
40323
39745
|
"var(--color-primary)",
|
|
40324
39746
|
"var(--color-success)",
|
|
@@ -41056,7 +40478,6 @@ var init_DataTable = __esm({
|
|
|
41056
40478
|
init_molecules2();
|
|
41057
40479
|
init_Icon();
|
|
41058
40480
|
init_useEventBus();
|
|
41059
|
-
init_useTranslate();
|
|
41060
40481
|
init_types3();
|
|
41061
40482
|
lookStyles9 = {
|
|
41062
40483
|
dense: "",
|
|
@@ -41203,7 +40624,6 @@ var init_DebuggerBoard = __esm({
|
|
|
41203
40624
|
"components/game/organisms/puzzles/debugger/DebuggerBoard.tsx"() {
|
|
41204
40625
|
init_atoms2();
|
|
41205
40626
|
init_useEventBus();
|
|
41206
|
-
init_useTranslate();
|
|
41207
40627
|
DebuggerBoard.displayName = "DebuggerBoard";
|
|
41208
40628
|
}
|
|
41209
40629
|
});
|
|
@@ -41374,7 +40794,6 @@ var init_DetailPanel = __esm({
|
|
|
41374
40794
|
init_cn();
|
|
41375
40795
|
init_getNestedValue();
|
|
41376
40796
|
init_useEventBus();
|
|
41377
|
-
init_useTranslate();
|
|
41378
40797
|
ReactMarkdown2 = lazy(() => import('react-markdown'));
|
|
41379
40798
|
DetailPanel = ({
|
|
41380
40799
|
title: propTitle,
|
|
@@ -41953,7 +41372,6 @@ var init_TraitStateViewer = __esm({
|
|
|
41953
41372
|
"components/game/organisms/TraitStateViewer.tsx"() {
|
|
41954
41373
|
"use client";
|
|
41955
41374
|
init_cn();
|
|
41956
|
-
init_useTranslate();
|
|
41957
41375
|
init_Box();
|
|
41958
41376
|
init_Typography();
|
|
41959
41377
|
init_Stack();
|
|
@@ -42012,7 +41430,6 @@ var init_RuleEditor = __esm({
|
|
|
42012
41430
|
"components/game/organisms/puzzles/event-handler/RuleEditor.tsx"() {
|
|
42013
41431
|
init_atoms2();
|
|
42014
41432
|
init_cn();
|
|
42015
|
-
init_useTranslate();
|
|
42016
41433
|
RuleEditor.displayName = "RuleEditor";
|
|
42017
41434
|
}
|
|
42018
41435
|
});
|
|
@@ -42087,7 +41504,6 @@ var init_ObjectRulePanel = __esm({
|
|
|
42087
41504
|
"components/game/organisms/puzzles/event-handler/ObjectRulePanel.tsx"() {
|
|
42088
41505
|
init_atoms2();
|
|
42089
41506
|
init_cn();
|
|
42090
|
-
init_useTranslate();
|
|
42091
41507
|
init_TraitStateViewer();
|
|
42092
41508
|
init_RuleEditor();
|
|
42093
41509
|
nextRuleId = 1;
|
|
@@ -42132,7 +41548,6 @@ var init_EventLog = __esm({
|
|
|
42132
41548
|
"components/game/organisms/puzzles/event-handler/EventLog.tsx"() {
|
|
42133
41549
|
init_atoms2();
|
|
42134
41550
|
init_cn();
|
|
42135
|
-
init_useTranslate();
|
|
42136
41551
|
STATUS_STYLES = {
|
|
42137
41552
|
pending: "text-muted-foreground",
|
|
42138
41553
|
active: "text-primary animate-pulse",
|
|
@@ -42346,7 +41761,6 @@ var init_EventHandlerBoard = __esm({
|
|
|
42346
41761
|
init_atoms2();
|
|
42347
41762
|
init_cn();
|
|
42348
41763
|
init_useEventBus();
|
|
42349
|
-
init_useTranslate();
|
|
42350
41764
|
init_TraitStateViewer();
|
|
42351
41765
|
init_ObjectRulePanel();
|
|
42352
41766
|
init_EventLog();
|
|
@@ -42416,7 +41830,6 @@ var init_FeatureGridOrganism = __esm({
|
|
|
42416
41830
|
"use client";
|
|
42417
41831
|
init_cn();
|
|
42418
41832
|
init_useEventBus();
|
|
42419
|
-
init_useTranslate();
|
|
42420
41833
|
init_Stack();
|
|
42421
41834
|
init_Typography();
|
|
42422
41835
|
init_FeatureGrid();
|
|
@@ -42599,7 +42012,6 @@ var init_Form = __esm({
|
|
|
42599
42012
|
init_RelationSelect();
|
|
42600
42013
|
init_Alert();
|
|
42601
42014
|
init_useEventBus();
|
|
42602
|
-
init_useTranslate();
|
|
42603
42015
|
init_debug();
|
|
42604
42016
|
layoutStyles = {
|
|
42605
42017
|
vertical: "flex flex-col",
|
|
@@ -43759,7 +43171,6 @@ var init_HeroOrganism = __esm({
|
|
|
43759
43171
|
"use client";
|
|
43760
43172
|
init_cn();
|
|
43761
43173
|
init_useEventBus();
|
|
43762
|
-
init_useTranslate();
|
|
43763
43174
|
init_HeroSection();
|
|
43764
43175
|
init_LoadingState();
|
|
43765
43176
|
init_ErrorState();
|
|
@@ -43865,7 +43276,6 @@ var LandingPageTemplate;
|
|
|
43865
43276
|
var init_LandingPageTemplate = __esm({
|
|
43866
43277
|
"components/marketing/templates/LandingPageTemplate.tsx"() {
|
|
43867
43278
|
init_cn();
|
|
43868
|
-
init_useTranslate();
|
|
43869
43279
|
init_Stack();
|
|
43870
43280
|
init_Box();
|
|
43871
43281
|
init_Container();
|
|
@@ -44065,7 +43475,6 @@ var init_List = __esm({
|
|
|
44065
43475
|
init_cn();
|
|
44066
43476
|
init_getNestedValue();
|
|
44067
43477
|
init_useEventBus();
|
|
44068
|
-
init_useTranslate();
|
|
44069
43478
|
init_types3();
|
|
44070
43479
|
STATUS_STYLES2 = {
|
|
44071
43480
|
complete: {
|
|
@@ -44560,7 +43969,6 @@ var init_MasterDetail = __esm({
|
|
|
44560
43969
|
"components/core/organisms/MasterDetail.tsx"() {
|
|
44561
43970
|
"use client";
|
|
44562
43971
|
init_DataTable();
|
|
44563
|
-
init_useTranslate();
|
|
44564
43972
|
MasterDetail.displayName = "MasterDetail";
|
|
44565
43973
|
}
|
|
44566
43974
|
});
|
|
@@ -44569,7 +43977,6 @@ var init_MasterDetailLayout = __esm({
|
|
|
44569
43977
|
"components/core/organisms/layout/MasterDetailLayout.tsx"() {
|
|
44570
43978
|
init_cn();
|
|
44571
43979
|
init_Typography();
|
|
44572
|
-
init_useTranslate();
|
|
44573
43980
|
DefaultEmptyDetail = () => {
|
|
44574
43981
|
const { t } = useTranslate();
|
|
44575
43982
|
return /* @__PURE__ */ jsx("div", { className: "flex items-center justify-center h-full border-2 border-dashed border-border", children: /* @__PURE__ */ jsx(
|
|
@@ -44630,7 +44037,6 @@ var init_MediaGallery = __esm({
|
|
|
44630
44037
|
init_ErrorState();
|
|
44631
44038
|
init_EmptyState();
|
|
44632
44039
|
init_useEventBus();
|
|
44633
|
-
init_useTranslate();
|
|
44634
44040
|
COLUMN_CLASSES = {
|
|
44635
44041
|
2: "grid-cols-2",
|
|
44636
44042
|
3: "grid-cols-2 sm:grid-cols-3",
|
|
@@ -45031,7 +44437,6 @@ var init_NegotiatorBoard = __esm({
|
|
|
45031
44437
|
"components/game/organisms/puzzles/negotiator/NegotiatorBoard.tsx"() {
|
|
45032
44438
|
init_atoms2();
|
|
45033
44439
|
init_useEventBus();
|
|
45034
|
-
init_useTranslate();
|
|
45035
44440
|
NegotiatorBoard.displayName = "NegotiatorBoard";
|
|
45036
44441
|
}
|
|
45037
44442
|
});
|
|
@@ -45041,7 +44446,6 @@ var init_PricingOrganism = __esm({
|
|
|
45041
44446
|
"use client";
|
|
45042
44447
|
init_cn();
|
|
45043
44448
|
init_useEventBus();
|
|
45044
|
-
init_useTranslate();
|
|
45045
44449
|
init_Stack();
|
|
45046
44450
|
init_Typography();
|
|
45047
44451
|
init_PricingGrid();
|
|
@@ -45091,7 +44495,6 @@ var PricingPageTemplate;
|
|
|
45091
44495
|
var init_PricingPageTemplate = __esm({
|
|
45092
44496
|
"components/marketing/templates/PricingPageTemplate.tsx"() {
|
|
45093
44497
|
init_cn();
|
|
45094
|
-
init_useTranslate();
|
|
45095
44498
|
init_Stack();
|
|
45096
44499
|
init_Box();
|
|
45097
44500
|
init_Container();
|
|
@@ -45674,7 +45077,6 @@ var init_TraitsTab = __esm({
|
|
|
45674
45077
|
init_Typography();
|
|
45675
45078
|
init_Stack();
|
|
45676
45079
|
init_EmptyState();
|
|
45677
|
-
init_useTranslate();
|
|
45678
45080
|
TraitsTab.displayName = "TraitsTab";
|
|
45679
45081
|
}
|
|
45680
45082
|
});
|
|
@@ -45752,7 +45154,6 @@ var init_TicksTab = __esm({
|
|
|
45752
45154
|
init_Stack();
|
|
45753
45155
|
init_Card();
|
|
45754
45156
|
init_EmptyState();
|
|
45755
|
-
init_useTranslate();
|
|
45756
45157
|
TicksTab.displayName = "TicksTab";
|
|
45757
45158
|
}
|
|
45758
45159
|
});
|
|
@@ -45826,7 +45227,6 @@ var init_EntitiesTab = __esm({
|
|
|
45826
45227
|
init_Typography();
|
|
45827
45228
|
init_Stack();
|
|
45828
45229
|
init_EmptyState();
|
|
45829
|
-
init_useTranslate();
|
|
45830
45230
|
EntitiesTab.displayName = "EntitiesTab";
|
|
45831
45231
|
}
|
|
45832
45232
|
});
|
|
@@ -45943,7 +45343,6 @@ var init_EventFlowTab = __esm({
|
|
|
45943
45343
|
init_Button();
|
|
45944
45344
|
init_Checkbox();
|
|
45945
45345
|
init_EmptyState();
|
|
45946
|
-
init_useTranslate();
|
|
45947
45346
|
TYPE_BADGES = {
|
|
45948
45347
|
trait: { variant: "primary", icon: "\u{1F504}" },
|
|
45949
45348
|
tick: { variant: "warning", icon: "\u23F1\uFE0F" },
|
|
@@ -46038,7 +45437,6 @@ var init_GuardsPanel = __esm({
|
|
|
46038
45437
|
init_ButtonGroup();
|
|
46039
45438
|
init_Button();
|
|
46040
45439
|
init_EmptyState();
|
|
46041
|
-
init_useTranslate();
|
|
46042
45440
|
GuardsPanel.displayName = "GuardsPanel";
|
|
46043
45441
|
}
|
|
46044
45442
|
});
|
|
@@ -46114,7 +45512,6 @@ var init_VerificationTab = __esm({
|
|
|
46114
45512
|
init_Typography();
|
|
46115
45513
|
init_Stack();
|
|
46116
45514
|
init_EmptyState();
|
|
46117
|
-
init_useTranslate();
|
|
46118
45515
|
STATUS_CONFIG = {
|
|
46119
45516
|
pass: { variant: "success", icon: "\u2713", label: "PASS" },
|
|
46120
45517
|
fail: { variant: "danger", icon: "\u2717", label: "FAIL" },
|
|
@@ -46250,7 +45647,6 @@ var init_TransitionTimeline = __esm({
|
|
|
46250
45647
|
init_Typography();
|
|
46251
45648
|
init_EmptyState();
|
|
46252
45649
|
init_Checkbox();
|
|
46253
|
-
init_useTranslate();
|
|
46254
45650
|
EFFECT_STATUS_VARIANT = {
|
|
46255
45651
|
executed: "success",
|
|
46256
45652
|
failed: "danger",
|
|
@@ -46340,7 +45736,6 @@ var init_ServerBridgeTab = __esm({
|
|
|
46340
45736
|
init_Stack();
|
|
46341
45737
|
init_Card();
|
|
46342
45738
|
init_EmptyState();
|
|
46343
|
-
init_useTranslate();
|
|
46344
45739
|
ServerBridgeTab.displayName = "ServerBridgeTab";
|
|
46345
45740
|
}
|
|
46346
45741
|
});
|
|
@@ -46505,7 +45900,6 @@ var init_EventDispatcherTab = __esm({
|
|
|
46505
45900
|
init_Stack();
|
|
46506
45901
|
init_EmptyState();
|
|
46507
45902
|
init_useEventBus();
|
|
46508
|
-
init_useTranslate();
|
|
46509
45903
|
EventDispatcherTab.displayName = "EventDispatcherTab";
|
|
46510
45904
|
}
|
|
46511
45905
|
});
|
|
@@ -46880,7 +46274,6 @@ var init_RuntimeDebugger2 = __esm({
|
|
|
46880
46274
|
init_TransitionTimeline();
|
|
46881
46275
|
init_ServerBridgeTab();
|
|
46882
46276
|
init_EventDispatcherTab();
|
|
46883
|
-
init_useTranslate();
|
|
46884
46277
|
init_RuntimeDebugger();
|
|
46885
46278
|
RuntimeDebugger.displayName = "RuntimeDebugger";
|
|
46886
46279
|
}
|
|
@@ -47367,7 +46760,6 @@ var init_SequencerBoard = __esm({
|
|
|
47367
46760
|
init_atoms2();
|
|
47368
46761
|
init_cn();
|
|
47369
46762
|
init_useEventBus();
|
|
47370
|
-
init_useTranslate();
|
|
47371
46763
|
init_TraitStateViewer();
|
|
47372
46764
|
init_SequenceBar();
|
|
47373
46765
|
init_ActionPalette();
|
|
@@ -47386,7 +46778,6 @@ var init_ShowcaseOrganism = __esm({
|
|
|
47386
46778
|
"use client";
|
|
47387
46779
|
init_cn();
|
|
47388
46780
|
init_useEventBus();
|
|
47389
|
-
init_useTranslate();
|
|
47390
46781
|
init_Stack();
|
|
47391
46782
|
init_Typography();
|
|
47392
46783
|
init_SimpleGrid();
|
|
@@ -47945,7 +47336,6 @@ var init_SimulatorBoard = __esm({
|
|
|
47945
47336
|
"components/game/organisms/puzzles/simulator/SimulatorBoard.tsx"() {
|
|
47946
47337
|
init_atoms2();
|
|
47947
47338
|
init_useEventBus();
|
|
47948
|
-
init_useTranslate();
|
|
47949
47339
|
SimulatorBoard.displayName = "SimulatorBoard";
|
|
47950
47340
|
}
|
|
47951
47341
|
});
|
|
@@ -48050,7 +47440,6 @@ var init_StatCard = __esm({
|
|
|
48050
47440
|
init_Button();
|
|
48051
47441
|
init_Sparkline();
|
|
48052
47442
|
init_useEventBus();
|
|
48053
|
-
init_useTranslate();
|
|
48054
47443
|
init_Icon();
|
|
48055
47444
|
StatCard = ({
|
|
48056
47445
|
label: propLabel,
|
|
@@ -48406,7 +47795,6 @@ var init_VariablePanel = __esm({
|
|
|
48406
47795
|
"components/game/organisms/puzzles/state-architect/VariablePanel.tsx"() {
|
|
48407
47796
|
init_atoms2();
|
|
48408
47797
|
init_cn();
|
|
48409
|
-
init_useTranslate();
|
|
48410
47798
|
VariablePanel.displayName = "VariablePanel";
|
|
48411
47799
|
}
|
|
48412
47800
|
});
|
|
@@ -48723,7 +48111,6 @@ var init_StateArchitectBoard = __esm({
|
|
|
48723
48111
|
init_atoms2();
|
|
48724
48112
|
init_cn();
|
|
48725
48113
|
init_useEventBus();
|
|
48726
|
-
init_useTranslate();
|
|
48727
48114
|
init_TraitStateViewer();
|
|
48728
48115
|
init_StateNode();
|
|
48729
48116
|
init_TransitionArrow();
|
|
@@ -48743,7 +48130,6 @@ var init_StatsOrganism = __esm({
|
|
|
48743
48130
|
"components/marketing/organisms/StatsOrganism.tsx"() {
|
|
48744
48131
|
"use client";
|
|
48745
48132
|
init_cn();
|
|
48746
|
-
init_useTranslate();
|
|
48747
48133
|
init_StatsGrid();
|
|
48748
48134
|
init_LoadingState();
|
|
48749
48135
|
init_ErrorState();
|
|
@@ -48786,7 +48172,6 @@ var init_StepFlowOrganism = __esm({
|
|
|
48786
48172
|
"components/core/organisms/StepFlowOrganism.tsx"() {
|
|
48787
48173
|
"use client";
|
|
48788
48174
|
init_cn();
|
|
48789
|
-
init_useTranslate();
|
|
48790
48175
|
init_Stack();
|
|
48791
48176
|
init_Typography();
|
|
48792
48177
|
init_StepFlow();
|
|
@@ -48956,7 +48341,6 @@ var init_TeamOrganism = __esm({
|
|
|
48956
48341
|
"components/marketing/organisms/TeamOrganism.tsx"() {
|
|
48957
48342
|
"use client";
|
|
48958
48343
|
init_cn();
|
|
48959
|
-
init_useTranslate();
|
|
48960
48344
|
init_Stack();
|
|
48961
48345
|
init_Typography();
|
|
48962
48346
|
init_SimpleGrid();
|
|
@@ -49014,7 +48398,6 @@ var init_Timeline = __esm({
|
|
|
49014
48398
|
init_LoadingState();
|
|
49015
48399
|
init_ErrorState();
|
|
49016
48400
|
init_EmptyState();
|
|
49017
|
-
init_useTranslate();
|
|
49018
48401
|
lookStyles10 = {
|
|
49019
48402
|
"vertical-compact": "gap-1 [&>*]:py-1",
|
|
49020
48403
|
"vertical-spacious": "",
|
|
@@ -51088,7 +50471,6 @@ var init_UISlotRenderer = __esm({
|
|
|
51088
50471
|
init_Box();
|
|
51089
50472
|
init_Typography();
|
|
51090
50473
|
init_useEventBus();
|
|
51091
|
-
init_useTranslate();
|
|
51092
50474
|
init_slot_types();
|
|
51093
50475
|
init_cn();
|
|
51094
50476
|
init_ErrorBoundary();
|
|
@@ -52417,9 +51799,6 @@ var AvlEmitListen = ({
|
|
|
52417
51799
|
] });
|
|
52418
51800
|
};
|
|
52419
51801
|
AvlEmitListen.displayName = "AvlEmitListen";
|
|
52420
|
-
|
|
52421
|
-
// components/avl/molecules/AvlSlotMap.tsx
|
|
52422
|
-
init_useTranslate();
|
|
52423
51802
|
var SLOT_PRESETS = {
|
|
52424
51803
|
header: { x: 10, y: 5, width: 340, height: 35 },
|
|
52425
51804
|
main: { x: 120, y: 50, width: 230, height: 195 },
|
|
@@ -53496,7 +52875,6 @@ var SystemNode = ({ data }) => {
|
|
|
53496
52875
|
SystemNode.displayName = "SystemNode";
|
|
53497
52876
|
|
|
53498
52877
|
// components/avl/molecules/DetailView.tsx
|
|
53499
|
-
init_useTranslate();
|
|
53500
52878
|
init_AvlState();
|
|
53501
52879
|
init_AvlEffect();
|
|
53502
52880
|
init_types();
|
|
@@ -53581,7 +52959,6 @@ AvlOrbitalNode.displayName = "AvlOrbitalNode";
|
|
|
53581
52959
|
|
|
53582
52960
|
// components/avl/molecules/AvlTransitionEdge.tsx
|
|
53583
52961
|
init_types();
|
|
53584
|
-
init_useTranslate();
|
|
53585
52962
|
var AvlTransitionEdge = ({
|
|
53586
52963
|
id,
|
|
53587
52964
|
sourceX,
|
|
@@ -55037,9 +54414,6 @@ function convertObjectProps(props) {
|
|
|
55037
54414
|
function convertFnFormLambdasInProps(props) {
|
|
55038
54415
|
return convertObjectProps(props);
|
|
55039
54416
|
}
|
|
55040
|
-
|
|
55041
|
-
// hooks/index.ts
|
|
55042
|
-
init_useEventBus();
|
|
55043
54417
|
var log12 = createLogger("almadar:ui:effects:client-handlers");
|
|
55044
54418
|
function createClientEffectHandlers(options) {
|
|
55045
54419
|
const { eventBus, slotSetter, navigate, notify, callService } = options;
|
|
@@ -55108,7 +54482,7 @@ function normalizeEventKey(eventKey) {
|
|
|
55108
54482
|
return eventKey.startsWith("UI:") ? eventKey.slice(3) : eventKey;
|
|
55109
54483
|
}
|
|
55110
54484
|
function useTraitStateMachine(traitBindings, uiSlots, options) {
|
|
55111
|
-
const eventBus = useEventBus();
|
|
54485
|
+
const eventBus = useEventBus$1();
|
|
55112
54486
|
const { entities } = useEntitySchema();
|
|
55113
54487
|
const traitConfigsByName = options?.traitConfigsByName;
|
|
55114
54488
|
const orbitalsByTrait = options?.orbitalsByTrait;
|
|
@@ -56949,7 +56323,6 @@ function BrowserPlayground({
|
|
|
56949
56323
|
|
|
56950
56324
|
// components/avl/molecules/OrbPreviewNode.tsx
|
|
56951
56325
|
init_useEventBus();
|
|
56952
|
-
init_useTranslate();
|
|
56953
56326
|
|
|
56954
56327
|
// components/avl/molecules/useCanvasDnd.tsx
|
|
56955
56328
|
init_useEventBus();
|
|
@@ -58164,7 +57537,6 @@ init_AvlEffect();
|
|
|
58164
57537
|
init_AvlFieldType();
|
|
58165
57538
|
init_types();
|
|
58166
57539
|
init_useEventBus();
|
|
58167
|
-
init_useTranslate();
|
|
58168
57540
|
var inspectorLog = createLogger("almadar:ui:inspector");
|
|
58169
57541
|
function formatExpression(expr) {
|
|
58170
57542
|
if (!expr) return "";
|
|
@@ -58881,7 +58253,6 @@ init_Typography();
|
|
|
58881
58253
|
init_Badge();
|
|
58882
58254
|
|
|
58883
58255
|
// components/avl/organisms/AvlTraitScene.tsx
|
|
58884
|
-
init_useTranslate();
|
|
58885
58256
|
init_AvlState();
|
|
58886
58257
|
init_AvlTransitionLane();
|
|
58887
58258
|
init_AvlSwimLane();
|
|
@@ -58994,9 +58365,6 @@ var AvlTraitScene = ({
|
|
|
58994
58365
|
);
|
|
58995
58366
|
};
|
|
58996
58367
|
AvlTraitScene.displayName = "AvlTraitScene";
|
|
58997
|
-
|
|
58998
|
-
// components/avl/molecules/TraitCardNode.tsx
|
|
58999
|
-
init_useTranslate();
|
|
59000
58368
|
var TraitCardSelectionContext = createContext({
|
|
59001
58369
|
selectTransition: () => {
|
|
59002
58370
|
}
|
|
@@ -59096,7 +58464,6 @@ TraitCardNode.displayName = "TraitCardNode";
|
|
|
59096
58464
|
|
|
59097
58465
|
// components/avl/organisms/FlowCanvas.tsx
|
|
59098
58466
|
init_useEventBus();
|
|
59099
|
-
init_useTranslate();
|
|
59100
58467
|
var flowCanvasLog = createLogger("almadar:ui:flow-canvas");
|
|
59101
58468
|
var NODE_TYPES = {
|
|
59102
58469
|
preview: OrbPreviewNode,
|
|
@@ -59855,7 +59222,6 @@ init_Stack();
|
|
|
59855
59222
|
init_Typography();
|
|
59856
59223
|
init_Button();
|
|
59857
59224
|
init_Icon();
|
|
59858
|
-
init_useTranslate();
|
|
59859
59225
|
var UNIT_DISPLAY_W = 240;
|
|
59860
59226
|
var UNIT_DISPLAY_H = 160;
|
|
59861
59227
|
function layoutOrbitals(count, containerW, containerH) {
|