@almadar/core 10.87.0 → 10.89.0
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/builders.d.ts +3 -3
- package/dist/builders.js +2 -0
- package/dist/builders.js.map +1 -1
- package/dist/{effect-DMA97JxX.d.ts → effect-CdLBg9zL.d.ts} +1 -1
- package/dist/{entityAccess-DNDEF75i.d.ts → entityAccess-BmZHpQUv.d.ts} +1 -1
- package/dist/factory/index.d.ts +4 -4
- package/dist/factory/index.js.map +1 -1
- package/dist/factory-runtime/index.d.ts +3 -3
- package/dist/factory-runtime/index.js +2 -0
- package/dist/factory-runtime/index.js.map +1 -1
- package/dist/i18n/index.d.ts +14 -2
- package/dist/i18n/index.js +192 -375
- package/dist/i18n/index.js.map +1 -1
- package/dist/{index-xZP_Ajx3.d.ts → index-CV_iM5Cm.d.ts} +4 -4
- package/dist/index.d.ts +11 -11
- package/dist/index.js +197 -378
- package/dist/index.js.map +1 -1
- package/dist/mock/index.d.ts +4 -4
- package/dist/patterns/component-mapping.json +1 -1
- package/dist/patterns/event-contracts.json +1 -1
- package/dist/patterns/index.d.ts +5 -5
- package/dist/patterns/index.js +3 -3
- package/dist/patterns/index.js.map +1 -1
- package/dist/patterns/patterns-registry.json +1 -1
- package/dist/patterns/registry.json +1 -1
- package/dist/{schema-_SPrm5Ic.d.ts → schema-DYC_RnBX.d.ts} +471 -4
- package/dist/{trait-9tfq2tQb.d.ts → trait-DmWdtKlP.d.ts} +130 -1
- package/dist/types/index.d.ts +5 -5
- package/dist/types/index.js +2 -0
- package/dist/types/index.js.map +1 -1
- package/dist/{types-CjRjhiaO.d.ts → types-DdK77hq2.d.ts} +2 -2
- package/package.json +3 -2
package/dist/index.js
CHANGED
|
@@ -1018,6 +1018,7 @@ var EventSchema = z.object({
|
|
|
1018
1018
|
synonyms: z.string().optional(),
|
|
1019
1019
|
tier: z.string().optional(),
|
|
1020
1020
|
payloadSchema: z.array(PayloadFieldSchema).optional(),
|
|
1021
|
+
payloadEntity: z.string().optional(),
|
|
1021
1022
|
classification: z.enum(["domain", "system"]).optional(),
|
|
1022
1023
|
semanticRole: z.string().optional()
|
|
1023
1024
|
});
|
|
@@ -1276,6 +1277,7 @@ var TraitEventContractSchema = z.object({
|
|
|
1276
1277
|
definerKnob: z.string().optional(),
|
|
1277
1278
|
scopeOverridden: z.boolean().optional(),
|
|
1278
1279
|
payloadSchema: z.array(EventPayloadFieldSchema).optional(),
|
|
1280
|
+
payloadEntity: z.string().optional(),
|
|
1279
1281
|
scope: EventScopeSchema.optional()
|
|
1280
1282
|
});
|
|
1281
1283
|
var ListenSourceSchema = z.union([
|
|
@@ -2573,7 +2575,7 @@ function getInteractionModelForDomain(domain) {
|
|
|
2573
2575
|
// src/patterns/patterns-registry.json
|
|
2574
2576
|
var patterns_registry_default = {
|
|
2575
2577
|
version: "1.0.0",
|
|
2576
|
-
exportedAt: "2026-09-
|
|
2578
|
+
exportedAt: "2026-09-08T23:56:00.442Z",
|
|
2577
2579
|
patterns: {
|
|
2578
2580
|
"entity-table": {
|
|
2579
2581
|
type: "entity-table",
|
|
@@ -59925,7 +59927,7 @@ var integrators_registry_default = {
|
|
|
59925
59927
|
// src/patterns/component-mapping.json
|
|
59926
59928
|
var component_mapping_default = {
|
|
59927
59929
|
version: "1.0.0",
|
|
59928
|
-
exportedAt: "2026-09-
|
|
59930
|
+
exportedAt: "2026-09-08T23:56:00.442Z",
|
|
59929
59931
|
mappings: {
|
|
59930
59932
|
"page-header": {
|
|
59931
59933
|
component: "PageHeader",
|
|
@@ -61370,7 +61372,7 @@ var component_mapping_default = {
|
|
|
61370
61372
|
// src/patterns/event-contracts.json
|
|
61371
61373
|
var event_contracts_default = {
|
|
61372
61374
|
version: "1.0.0",
|
|
61373
|
-
exportedAt: "2026-09-
|
|
61375
|
+
exportedAt: "2026-09-08T23:56:00.442Z",
|
|
61374
61376
|
contracts: {
|
|
61375
61377
|
form: {
|
|
61376
61378
|
emits: [
|
|
@@ -67770,6 +67772,133 @@ function mergeEntityFrame(current, orderedWrites) {
|
|
|
67770
67772
|
return next;
|
|
67771
67773
|
}
|
|
67772
67774
|
|
|
67775
|
+
// src/i18n/orb-notation.json
|
|
67776
|
+
var orb_notation_default = {
|
|
67777
|
+
reason: "Design-system token NAMES reachable only under a theme `tokens` node. They are keys of the .orb schema but notation, not language vocabulary, so they are excluded from the `orb` i18n section (owner ruling 2026-09-07). Regenerate with: pnpm --filter @almadar/core run gen:orb-notation",
|
|
67778
|
+
keys: [
|
|
67779
|
+
"2xl",
|
|
67780
|
+
"3xl",
|
|
67781
|
+
"4xl",
|
|
67782
|
+
"accent",
|
|
67783
|
+
"accentForeground",
|
|
67784
|
+
"background",
|
|
67785
|
+
"base",
|
|
67786
|
+
"bodyDefault",
|
|
67787
|
+
"bodyEmphasis",
|
|
67788
|
+
"bodyFamily",
|
|
67789
|
+
"bodyQuiet",
|
|
67790
|
+
"border",
|
|
67791
|
+
"borderHairline",
|
|
67792
|
+
"borderHeavy",
|
|
67793
|
+
"borderHover",
|
|
67794
|
+
"borderStandard",
|
|
67795
|
+
"buttonHeightLg",
|
|
67796
|
+
"buttonHeightMd",
|
|
67797
|
+
"buttonHeightSm",
|
|
67798
|
+
"caption",
|
|
67799
|
+
"card",
|
|
67800
|
+
"cardElevation",
|
|
67801
|
+
"cardForeground",
|
|
67802
|
+
"cardPaddingLg",
|
|
67803
|
+
"cardPaddingMd",
|
|
67804
|
+
"cardPaddingSm",
|
|
67805
|
+
"defaultSize",
|
|
67806
|
+
"dialogElevation",
|
|
67807
|
+
"dialogPadding",
|
|
67808
|
+
"display-1",
|
|
67809
|
+
"display-2",
|
|
67810
|
+
"displayFamily",
|
|
67811
|
+
"dramatic",
|
|
67812
|
+
"duration",
|
|
67813
|
+
"durations",
|
|
67814
|
+
"easing",
|
|
67815
|
+
"easings",
|
|
67816
|
+
"emphasized",
|
|
67817
|
+
"emptyAsset",
|
|
67818
|
+
"enter",
|
|
67819
|
+
"error",
|
|
67820
|
+
"errorAsset",
|
|
67821
|
+
"errorForeground",
|
|
67822
|
+
"exit",
|
|
67823
|
+
"expand",
|
|
67824
|
+
"family",
|
|
67825
|
+
"fast",
|
|
67826
|
+
"foreground",
|
|
67827
|
+
"headingMajor",
|
|
67828
|
+
"headingMinor",
|
|
67829
|
+
"hover",
|
|
67830
|
+
"info",
|
|
67831
|
+
"infoForeground",
|
|
67832
|
+
"input",
|
|
67833
|
+
"inputHeightLg",
|
|
67834
|
+
"inputHeightMd",
|
|
67835
|
+
"inputHeightSm",
|
|
67836
|
+
"instant",
|
|
67837
|
+
"intents",
|
|
67838
|
+
"lg",
|
|
67839
|
+
"lineHeight",
|
|
67840
|
+
"linear",
|
|
67841
|
+
"loadingAsset",
|
|
67842
|
+
"monoFamily",
|
|
67843
|
+
"muted",
|
|
67844
|
+
"mutedForeground",
|
|
67845
|
+
"normal",
|
|
67846
|
+
"numeric",
|
|
67847
|
+
"onboardingAsset",
|
|
67848
|
+
"placeholder",
|
|
67849
|
+
"popoverElevation",
|
|
67850
|
+
"press",
|
|
67851
|
+
"primary",
|
|
67852
|
+
"primaryForeground",
|
|
67853
|
+
"primaryHover",
|
|
67854
|
+
"radiusContainer",
|
|
67855
|
+
"radiusInteractive",
|
|
67856
|
+
"radiusPill",
|
|
67857
|
+
"ring",
|
|
67858
|
+
"rowHeightCompact",
|
|
67859
|
+
"rowHeightNormal",
|
|
67860
|
+
"rowHeightSpacious",
|
|
67861
|
+
"scale",
|
|
67862
|
+
"secondary",
|
|
67863
|
+
"secondaryForeground",
|
|
67864
|
+
"secondaryHover",
|
|
67865
|
+
"sectionGap",
|
|
67866
|
+
"size",
|
|
67867
|
+
"slot",
|
|
67868
|
+
"slow",
|
|
67869
|
+
"sm",
|
|
67870
|
+
"space0",
|
|
67871
|
+
"space1",
|
|
67872
|
+
"space10",
|
|
67873
|
+
"space11",
|
|
67874
|
+
"space12",
|
|
67875
|
+
"space2",
|
|
67876
|
+
"space3",
|
|
67877
|
+
"space4",
|
|
67878
|
+
"space5",
|
|
67879
|
+
"space6",
|
|
67880
|
+
"space7",
|
|
67881
|
+
"space8",
|
|
67882
|
+
"space9",
|
|
67883
|
+
"spring",
|
|
67884
|
+
"standard",
|
|
67885
|
+
"strokeWidth",
|
|
67886
|
+
"success",
|
|
67887
|
+
"successForeground",
|
|
67888
|
+
"surface",
|
|
67889
|
+
"surfaceHover",
|
|
67890
|
+
"tableBorder",
|
|
67891
|
+
"tableHeader",
|
|
67892
|
+
"tableRowHover",
|
|
67893
|
+
"toastElevation",
|
|
67894
|
+
"warning",
|
|
67895
|
+
"warningForeground",
|
|
67896
|
+
"weight",
|
|
67897
|
+
"xl",
|
|
67898
|
+
"xs"
|
|
67899
|
+
]
|
|
67900
|
+
};
|
|
67901
|
+
|
|
67773
67902
|
// src/i18n/en.json
|
|
67774
67903
|
var en_default = {
|
|
67775
67904
|
meta: {
|
|
@@ -67920,6 +68049,11 @@ var en_default = {
|
|
|
67920
68049
|
asset: "asset",
|
|
67921
68050
|
component: "component",
|
|
67922
68051
|
object: "object",
|
|
68052
|
+
array: "array",
|
|
68053
|
+
enum: "enum",
|
|
68054
|
+
relation: "relation",
|
|
68055
|
+
node: "node",
|
|
68056
|
+
union: "union",
|
|
67923
68057
|
void: "void",
|
|
67924
68058
|
null: "null",
|
|
67925
68059
|
any: "any",
|
|
@@ -67948,13 +68082,8 @@ var en_default = {
|
|
|
67948
68082
|
INIT: "INIT"
|
|
67949
68083
|
},
|
|
67950
68084
|
orb: {
|
|
67951
|
-
"2xl": "2xl",
|
|
67952
|
-
"3xl": "3xl",
|
|
67953
|
-
"4xl": "4xl",
|
|
67954
68085
|
_metadata: "_metadata",
|
|
67955
68086
|
_resolved: "_resolved",
|
|
67956
|
-
accent: "accent",
|
|
67957
|
-
accentForeground: "accentForeground",
|
|
67958
68087
|
access_waivers: "access_waivers",
|
|
67959
68088
|
alias: "alias",
|
|
67960
68089
|
animations: "animations",
|
|
@@ -67965,31 +68094,10 @@ var en_default = {
|
|
|
67965
68094
|
at: "at",
|
|
67966
68095
|
auth: "auth",
|
|
67967
68096
|
auxiliaryEntities: "auxiliaryEntities",
|
|
67968
|
-
background: "background",
|
|
67969
68097
|
bakedName: "bakedName",
|
|
67970
|
-
base: "base",
|
|
67971
68098
|
baseUrl: "baseUrl",
|
|
67972
68099
|
behavior: "behavior",
|
|
67973
|
-
bodyDefault: "bodyDefault",
|
|
67974
|
-
bodyEmphasis: "bodyEmphasis",
|
|
67975
|
-
bodyFamily: "bodyFamily",
|
|
67976
|
-
bodyQuiet: "bodyQuiet",
|
|
67977
|
-
border: "border",
|
|
67978
|
-
borderHairline: "borderHairline",
|
|
67979
|
-
borderHeavy: "borderHeavy",
|
|
67980
|
-
borderHover: "borderHover",
|
|
67981
|
-
borderStandard: "borderStandard",
|
|
67982
|
-
buttonHeightLg: "buttonHeightLg",
|
|
67983
|
-
buttonHeightMd: "buttonHeightMd",
|
|
67984
|
-
buttonHeightSm: "buttonHeightSm",
|
|
67985
68100
|
capabilities: "capabilities",
|
|
67986
|
-
caption: "caption",
|
|
67987
|
-
card: "card",
|
|
67988
|
-
cardElevation: "cardElevation",
|
|
67989
|
-
cardForeground: "cardForeground",
|
|
67990
|
-
cardPaddingLg: "cardPaddingLg",
|
|
67991
|
-
cardPaddingMd: "cardPaddingMd",
|
|
67992
|
-
cardPaddingSm: "cardPaddingSm",
|
|
67993
68101
|
cardinality: "cardinality",
|
|
67994
68102
|
category: "category",
|
|
67995
68103
|
className: "className",
|
|
@@ -68010,7 +68118,6 @@ var en_default = {
|
|
|
68010
68118
|
darkMode: "darkMode",
|
|
68011
68119
|
dataEntities: "dataEntities",
|
|
68012
68120
|
default: "default",
|
|
68013
|
-
defaultSize: "defaultSize",
|
|
68014
68121
|
definerKnob: "definerKnob",
|
|
68015
68122
|
delayMs: "delayMs",
|
|
68016
68123
|
delete: "delete",
|
|
@@ -68022,28 +68129,15 @@ var en_default = {
|
|
|
68022
68129
|
designTokens: "designTokens",
|
|
68023
68130
|
detailPattern: "detailPattern",
|
|
68024
68131
|
device: "device",
|
|
68025
|
-
dialogElevation: "dialogElevation",
|
|
68026
|
-
dialogPadding: "dialogPadding",
|
|
68027
68132
|
dimension: "dimension",
|
|
68028
|
-
"display-1": "display-1",
|
|
68029
|
-
"display-2": "display-2",
|
|
68030
|
-
displayFamily: "displayFamily",
|
|
68031
68133
|
domainContext: "domainContext",
|
|
68032
|
-
dramatic: "dramatic",
|
|
68033
|
-
duration: "duration",
|
|
68034
|
-
durations: "durations",
|
|
68035
|
-
easing: "easing",
|
|
68036
|
-
easings: "easings",
|
|
68037
68134
|
effectRow: "effectRow",
|
|
68038
68135
|
effects: "effects",
|
|
68039
68136
|
elevation: "elevation",
|
|
68040
68137
|
emitIds: "emitIds",
|
|
68041
68138
|
emits: "emits",
|
|
68042
68139
|
emitsScope: "emitsScope",
|
|
68043
|
-
emphasized: "emphasized",
|
|
68044
|
-
emptyAsset: "emptyAsset",
|
|
68045
68140
|
enabled: "enabled",
|
|
68046
|
-
enter: "enter",
|
|
68047
68141
|
entities: "entities",
|
|
68048
68142
|
entity: "entity",
|
|
68049
68143
|
entityBindingDescription: "entityBindingDescription",
|
|
@@ -68055,26 +68149,18 @@ var en_default = {
|
|
|
68055
68149
|
entries: "entries",
|
|
68056
68150
|
env: "env",
|
|
68057
68151
|
equals: "equals",
|
|
68058
|
-
error: "error",
|
|
68059
|
-
errorAsset: "errorAsset",
|
|
68060
|
-
errorForeground: "errorForeground",
|
|
68061
68152
|
event: "event",
|
|
68062
68153
|
eventId: "eventId",
|
|
68063
68154
|
eventIds: "eventIds",
|
|
68064
68155
|
events: "events",
|
|
68065
|
-
exit: "exit",
|
|
68066
|
-
expand: "expand",
|
|
68067
68156
|
expects: "expects",
|
|
68068
68157
|
exposes: "exposes",
|
|
68069
68158
|
extend: "extend",
|
|
68070
68159
|
extends: "extends",
|
|
68071
68160
|
extendsId: "extendsId",
|
|
68072
|
-
family: "family",
|
|
68073
|
-
fast: "fast",
|
|
68074
68161
|
field: "field",
|
|
68075
68162
|
fields: "fields",
|
|
68076
68163
|
flowPattern: "flowPattern",
|
|
68077
|
-
foreground: "foreground",
|
|
68078
68164
|
foreignKey: "foreignKey",
|
|
68079
68165
|
formPattern: "formPattern",
|
|
68080
68166
|
forwardedFrom: "forwardedFrom",
|
|
@@ -68083,25 +68169,14 @@ var en_default = {
|
|
|
68083
68169
|
guard: "guard",
|
|
68084
68170
|
guards: "guards",
|
|
68085
68171
|
headers: "headers",
|
|
68086
|
-
headingMajor: "headingMajor",
|
|
68087
|
-
headingMinor: "headingMinor",
|
|
68088
|
-
hover: "hover",
|
|
68089
68172
|
icon: "icon",
|
|
68090
68173
|
iconography: "iconography",
|
|
68091
68174
|
id: "id",
|
|
68092
68175
|
identity: "identity",
|
|
68093
68176
|
illustration: "illustration",
|
|
68094
68177
|
inbound: "inbound",
|
|
68095
|
-
info: "info",
|
|
68096
|
-
infoForeground: "infoForeground",
|
|
68097
68178
|
initialEffects: "initialEffects",
|
|
68098
|
-
input: "input",
|
|
68099
|
-
inputHeightLg: "inputHeightLg",
|
|
68100
|
-
inputHeightMd: "inputHeightMd",
|
|
68101
|
-
inputHeightSm: "inputHeightSm",
|
|
68102
68179
|
instances: "instances",
|
|
68103
|
-
instant: "instant",
|
|
68104
|
-
intents: "intents",
|
|
68105
68180
|
interactive: "interactive",
|
|
68106
68181
|
interval: "interval",
|
|
68107
68182
|
intrinsic: "intrinsic",
|
|
@@ -68116,31 +68191,21 @@ var en_default = {
|
|
|
68116
68191
|
knob: "knob",
|
|
68117
68192
|
label: "label",
|
|
68118
68193
|
ledger: "ledger",
|
|
68119
|
-
lg: "lg",
|
|
68120
|
-
lineHeight: "lineHeight",
|
|
68121
|
-
linear: "linear",
|
|
68122
68194
|
linkedEntity: "linkedEntity",
|
|
68123
68195
|
linkedEntityId: "linkedEntityId",
|
|
68124
68196
|
listPattern: "listPattern",
|
|
68125
68197
|
listens: "listens",
|
|
68126
|
-
loadingAsset: "loadingAsset",
|
|
68127
68198
|
location: "location",
|
|
68128
68199
|
max: "max",
|
|
68129
68200
|
maxAttempts: "maxAttempts",
|
|
68130
68201
|
min: "min",
|
|
68131
|
-
monoFamily: "monoFamily",
|
|
68132
68202
|
motion: "motion",
|
|
68133
68203
|
mounts: "mounts",
|
|
68134
|
-
muted: "muted",
|
|
68135
|
-
mutedForeground: "mutedForeground",
|
|
68136
68204
|
name: "name",
|
|
68137
|
-
normal: "normal",
|
|
68138
|
-
numeric: "numeric",
|
|
68139
68205
|
omit: "omit",
|
|
68140
68206
|
onDelete: "onDelete",
|
|
68141
68207
|
onEntry: "onEntry",
|
|
68142
68208
|
onExit: "onExit",
|
|
68143
|
-
onboardingAsset: "onboardingAsset",
|
|
68144
68209
|
only: "only",
|
|
68145
68210
|
orbital: "orbital",
|
|
68146
68211
|
orbitalId: "orbitalId",
|
|
@@ -68156,19 +68221,14 @@ var en_default = {
|
|
|
68156
68221
|
pattern: "pattern",
|
|
68157
68222
|
patternPath: "patternPath",
|
|
68158
68223
|
payload: "payload",
|
|
68224
|
+
payloadEntity: "payloadEntity",
|
|
68159
68225
|
payloadMapping: "payloadMapping",
|
|
68160
68226
|
payloadSchema: "payloadSchema",
|
|
68161
68227
|
persistence: "persistence",
|
|
68162
68228
|
personas: "personas",
|
|
68163
|
-
placeholder: "placeholder",
|
|
68164
|
-
popoverElevation: "popoverElevation",
|
|
68165
68229
|
presentation: "presentation",
|
|
68166
|
-
press: "press",
|
|
68167
|
-
primary: "primary",
|
|
68168
68230
|
primaryColor: "primaryColor",
|
|
68169
68231
|
primaryEntity: "primaryEntity",
|
|
68170
|
-
primaryForeground: "primaryForeground",
|
|
68171
|
-
primaryHover: "primaryHover",
|
|
68172
68232
|
primaryKey: "primaryKey",
|
|
68173
68233
|
priority: "priority",
|
|
68174
68234
|
prop: "prop",
|
|
@@ -68176,9 +68236,6 @@ var en_default = {
|
|
|
68176
68236
|
props: "props",
|
|
68177
68237
|
provides: "provides",
|
|
68178
68238
|
radii: "radii",
|
|
68179
|
-
radiusContainer: "radiusContainer",
|
|
68180
|
-
radiusInteractive: "radiusInteractive",
|
|
68181
|
-
radiusPill: "radiusPill",
|
|
68182
68239
|
read: "read",
|
|
68183
68240
|
read_policy: "read_policy",
|
|
68184
68241
|
reconnect: "reconnect",
|
|
@@ -68195,22 +68252,13 @@ var en_default = {
|
|
|
68195
68252
|
requires: "requires",
|
|
68196
68253
|
resolved: "resolved",
|
|
68197
68254
|
resource: "resource",
|
|
68198
|
-
ring: "ring",
|
|
68199
68255
|
role: "role",
|
|
68200
68256
|
roles: "roles",
|
|
68201
|
-
rowHeightCompact: "rowHeightCompact",
|
|
68202
|
-
rowHeightNormal: "rowHeightNormal",
|
|
68203
|
-
rowHeightSpacious: "rowHeightSpacious",
|
|
68204
68257
|
runtime: "runtime",
|
|
68205
|
-
scale: "scale",
|
|
68206
68258
|
schemaVersion: "schemaVersion",
|
|
68207
68259
|
scope: "scope",
|
|
68208
68260
|
scopeOverridden: "scopeOverridden",
|
|
68209
|
-
secondary: "secondary",
|
|
68210
|
-
secondaryForeground: "secondaryForeground",
|
|
68211
|
-
secondaryHover: "secondaryHover",
|
|
68212
68261
|
secretEnv: "secretEnv",
|
|
68213
|
-
sectionGap: "sectionGap",
|
|
68214
68262
|
sections: "sections",
|
|
68215
68263
|
semanticRole: "semanticRole",
|
|
68216
68264
|
serverPath: "serverPath",
|
|
@@ -68220,47 +68268,20 @@ var en_default = {
|
|
|
68220
68268
|
shared: "shared",
|
|
68221
68269
|
singleton: "singleton",
|
|
68222
68270
|
site: "site",
|
|
68223
|
-
size: "size",
|
|
68224
|
-
slot: "slot",
|
|
68225
68271
|
slots: "slots",
|
|
68226
|
-
slow: "slow",
|
|
68227
|
-
sm: "sm",
|
|
68228
68272
|
softDelete: "softDelete",
|
|
68229
68273
|
source: "source",
|
|
68230
68274
|
sourceBehavior: "sourceBehavior",
|
|
68231
68275
|
sourceEntityDefinition: "sourceEntityDefinition",
|
|
68232
|
-
space0: "space0",
|
|
68233
|
-
space1: "space1",
|
|
68234
|
-
space10: "space10",
|
|
68235
|
-
space11: "space11",
|
|
68236
|
-
space12: "space12",
|
|
68237
|
-
space2: "space2",
|
|
68238
|
-
space3: "space3",
|
|
68239
|
-
space4: "space4",
|
|
68240
|
-
space5: "space5",
|
|
68241
|
-
space6: "space6",
|
|
68242
|
-
space7: "space7",
|
|
68243
|
-
space8: "space8",
|
|
68244
|
-
space9: "space9",
|
|
68245
68276
|
spacing: "spacing",
|
|
68246
|
-
spring: "spring",
|
|
68247
|
-
standard: "standard",
|
|
68248
68277
|
stateMachine: "stateMachine",
|
|
68249
68278
|
states: "states",
|
|
68250
|
-
strokeWidth: "strokeWidth",
|
|
68251
68279
|
style: "style",
|
|
68252
68280
|
subDomain: "subDomain",
|
|
68253
|
-
success: "success",
|
|
68254
|
-
successForeground: "successForeground",
|
|
68255
68281
|
suggestedGuards: "suggestedGuards",
|
|
68256
68282
|
summary: "summary",
|
|
68257
|
-
surface: "surface",
|
|
68258
|
-
surfaceHover: "surfaceHover",
|
|
68259
68283
|
surfaces: "surfaces",
|
|
68260
68284
|
synonyms: "synonyms",
|
|
68261
|
-
tableBorder: "tableBorder",
|
|
68262
|
-
tableHeader: "tableHeader",
|
|
68263
|
-
tableRowHover: "tableRowHover",
|
|
68264
68285
|
target: "target",
|
|
68265
68286
|
targetView: "targetView",
|
|
68266
68287
|
text: "text",
|
|
@@ -68273,7 +68294,6 @@ var en_default = {
|
|
|
68273
68294
|
timestamps: "timestamps",
|
|
68274
68295
|
title: "title",
|
|
68275
68296
|
to: "to",
|
|
68276
|
-
toastElevation: "toastElevation",
|
|
68277
68297
|
tokens: "tokens",
|
|
68278
68298
|
trait: "trait",
|
|
68279
68299
|
traitEmbedIds: "traitEmbedIds",
|
|
@@ -68306,12 +68326,7 @@ var en_default = {
|
|
|
68306
68326
|
version: "version",
|
|
68307
68327
|
viewType: "viewType",
|
|
68308
68328
|
visual_prompt: "visual_prompt",
|
|
68309
|
-
vocabulary: "vocabulary"
|
|
68310
|
-
warning: "warning",
|
|
68311
|
-
warningForeground: "warningForeground",
|
|
68312
|
-
weight: "weight",
|
|
68313
|
-
xl: "xl",
|
|
68314
|
-
xs: "xs"
|
|
68329
|
+
vocabulary: "vocabulary"
|
|
68315
68330
|
}
|
|
68316
68331
|
};
|
|
68317
68332
|
|
|
@@ -68465,6 +68480,11 @@ var ar_default = {
|
|
|
68465
68480
|
asset: "\u0623\u0635\u0644",
|
|
68466
68481
|
component: "\u0645\u0643\u0648\u0646",
|
|
68467
68482
|
object: "\u0643\u0627\u0626\u0646",
|
|
68483
|
+
array: "\u0645\u0635\u0641\u0648\u0641\u0629",
|
|
68484
|
+
enum: "\u062A\u0639\u062F\u0627\u062F",
|
|
68485
|
+
relation: "\u0639\u0644\u0627\u0642\u0629",
|
|
68486
|
+
node: "\u0639\u0642\u062F\u0629",
|
|
68487
|
+
union: "\u0627\u062A\u062D\u0627\u062F",
|
|
68468
68488
|
void: "\u0641\u0631\u0627\u063A",
|
|
68469
68489
|
null: "\u0639\u062F\u0645",
|
|
68470
68490
|
any: "\u0623\u064A",
|
|
@@ -68493,13 +68513,8 @@ var ar_default = {
|
|
|
68493
68513
|
INIT: "\u062A\u0647\u064A\u0626\u0629"
|
|
68494
68514
|
},
|
|
68495
68515
|
orb: {
|
|
68496
|
-
"2xl": "2\u0643\u0628\u064A\u0631",
|
|
68497
|
-
"3xl": "3\u0643\u0628\u064A\u0631",
|
|
68498
|
-
"4xl": "4\u0643\u0628\u064A\u0631",
|
|
68499
68516
|
_metadata: "\u0628\u064A\u0627\u0646\u0627\u062A_\u0648\u0635\u0641\u064A\u0629",
|
|
68500
68517
|
_resolved: "_\u0645\u062D\u0644\u0648\u0644",
|
|
68501
|
-
accent: "\u062A\u0645\u064A\u064A\u0632",
|
|
68502
|
-
accentForeground: "\u0645\u0642\u062F\u0645\u0629_\u0627\u0644\u062A\u0645\u064A\u064A\u0632",
|
|
68503
68518
|
access_waivers: "\u0625\u0639\u0641\u0627\u0621\u0627\u062A_\u0627\u0644\u0648\u0635\u0648\u0644",
|
|
68504
68519
|
alias: "\u0627\u0633\u0645_\u0645\u0633\u062A\u0639\u0627\u0631",
|
|
68505
68520
|
animations: "\u0631\u0633\u0648\u0645_\u0645\u062A\u062D\u0631\u0643\u0629",
|
|
@@ -68510,31 +68525,10 @@ var ar_default = {
|
|
|
68510
68525
|
at: "\u0641\u064A",
|
|
68511
68526
|
auth: "\u0645\u0635\u0627\u062F\u0642\u0629",
|
|
68512
68527
|
auxiliaryEntities: "\u0643\u064A\u0627\u0646\u0627\u062A_\u0645\u0633\u0627\u0639\u062F\u0629",
|
|
68513
|
-
background: "\u062E\u0644\u0641\u064A\u0629",
|
|
68514
68528
|
bakedName: "\u0627\u0633\u0645_\u0645\u062E\u0628\u0648\u0632",
|
|
68515
|
-
base: "\u0623\u0633\u0627\u0633",
|
|
68516
68529
|
baseUrl: "\u0631\u0627\u0628\u0637_\u0623\u0633\u0627\u0633\u064A",
|
|
68517
68530
|
behavior: "\u0633\u0644\u0648\u0643",
|
|
68518
|
-
bodyDefault: "\u0645\u062A\u0646_\u0627\u0641\u062A\u0631\u0627\u0636\u064A",
|
|
68519
|
-
bodyEmphasis: "\u0645\u062A\u0646_\u0645\u0624\u0643\u062F",
|
|
68520
|
-
bodyFamily: "\u0639\u0627\u0626\u0644\u0629_\u0627\u0644\u0645\u062A\u0646",
|
|
68521
|
-
bodyQuiet: "\u0645\u062A\u0646_\u0647\u0627\u062F\u0626",
|
|
68522
|
-
border: "\u062D\u062F",
|
|
68523
|
-
borderHairline: "\u062D\u062F_\u0634\u0639\u0631\u064A",
|
|
68524
|
-
borderHeavy: "\u062D\u062F_\u0633\u0645\u064A\u0643",
|
|
68525
|
-
borderHover: "\u062D\u062F_\u0639\u0646\u062F_\u0627\u0644\u062A\u0645\u0631\u064A\u0631",
|
|
68526
|
-
borderStandard: "\u062D\u062F_\u0642\u064A\u0627\u0633\u064A",
|
|
68527
|
-
buttonHeightLg: "\u0627\u0631\u062A\u0641\u0627\u0639_\u0627\u0644\u0632\u0631_\u0643\u0628\u064A\u0631",
|
|
68528
|
-
buttonHeightMd: "\u0627\u0631\u062A\u0641\u0627\u0639_\u0627\u0644\u0632\u0631_\u0645\u062A\u0648\u0633\u0637",
|
|
68529
|
-
buttonHeightSm: "\u0627\u0631\u062A\u0641\u0627\u0639_\u0627\u0644\u0632\u0631_\u0635\u063A\u064A\u0631",
|
|
68530
68531
|
capabilities: "\u0642\u062F\u0631\u0627\u062A",
|
|
68531
|
-
caption: "\u062A\u0633\u0645\u064A\u0629_\u062A\u0648\u0636\u064A\u062D\u064A\u0629",
|
|
68532
|
-
card: "\u0628\u0637\u0627\u0642\u0629",
|
|
68533
|
-
cardElevation: "\u0627\u0631\u062A\u0641\u0627\u0639_\u0627\u0644\u0628\u0637\u0627\u0642\u0629",
|
|
68534
|
-
cardForeground: "\u0645\u0642\u062F\u0645\u0629_\u0627\u0644\u0628\u0637\u0627\u0642\u0629",
|
|
68535
|
-
cardPaddingLg: "\u062D\u0634\u0648\u0629_\u0627\u0644\u0628\u0637\u0627\u0642\u0629_\u0643\u0628\u064A\u0631",
|
|
68536
|
-
cardPaddingMd: "\u062D\u0634\u0648\u0629_\u0627\u0644\u0628\u0637\u0627\u0642\u0629_\u0645\u062A\u0648\u0633\u0637",
|
|
68537
|
-
cardPaddingSm: "\u062D\u0634\u0648\u0629_\u0627\u0644\u0628\u0637\u0627\u0642\u0629_\u0635\u063A\u064A\u0631",
|
|
68538
68532
|
cardinality: "\u062A\u0639\u062F\u062F\u064A\u0629",
|
|
68539
68533
|
category: "\u0641\u0626\u0629",
|
|
68540
68534
|
className: "\u0627\u0633\u0645_\u0627\u0644\u0641\u0626\u0629",
|
|
@@ -68555,7 +68549,6 @@ var ar_default = {
|
|
|
68555
68549
|
darkMode: "\u0627\u0644\u0648\u0636\u0639_\u0627\u0644\u062F\u0627\u0643\u0646",
|
|
68556
68550
|
dataEntities: "\u0643\u064A\u0627\u0646\u0627\u062A_\u0627\u0644\u0628\u064A\u0627\u0646\u0627\u062A",
|
|
68557
68551
|
default: "\u0627\u0641\u062A\u0631\u0627\u0636\u064A",
|
|
68558
|
-
defaultSize: "\u0627\u0644\u062D\u062C\u0645_\u0627\u0644\u0627\u0641\u062A\u0631\u0627\u0636\u064A",
|
|
68559
68552
|
definerKnob: "\u0645\u0642\u0628\u0636_\u0627\u0644\u0645\u064F\u0639\u0631\u0650\u0651\u0641",
|
|
68560
68553
|
delayMs: "\u062A\u0623\u062E\u064A\u0631_\u0645\u0644\u0644\u064A_\u062B\u0627\u0646\u064A\u0629",
|
|
68561
68554
|
delete: "\u062D\u0630\u0641",
|
|
@@ -68567,28 +68560,15 @@ var ar_default = {
|
|
|
68567
68560
|
designTokens: "\u0631\u0645\u0648\u0632_\u0627\u0644\u062A\u0635\u0645\u064A\u0645",
|
|
68568
68561
|
detailPattern: "\u0646\u0645\u0637_\u0627\u0644\u062A\u0641\u0627\u0635\u064A\u0644",
|
|
68569
68562
|
device: "\u062C\u0647\u0627\u0632",
|
|
68570
|
-
dialogElevation: "\u0627\u0631\u062A\u0641\u0627\u0639_\u0627\u0644\u062D\u0648\u0627\u0631",
|
|
68571
|
-
dialogPadding: "\u062D\u0634\u0648\u0629_\u0627\u0644\u062D\u0648\u0627\u0631",
|
|
68572
68563
|
dimension: "\u0628\u064F\u0639\u062F",
|
|
68573
|
-
"display-1": "\u0639\u0631\u0636-1",
|
|
68574
|
-
"display-2": "\u0639\u0631\u0636-2",
|
|
68575
|
-
displayFamily: "\u0639\u0627\u0626\u0644\u0629_\u0627\u0644\u0639\u0631\u0636",
|
|
68576
68564
|
domainContext: "\u0633\u064A\u0627\u0642_\u0627\u0644\u0645\u062C\u0627\u0644",
|
|
68577
|
-
dramatic: "\u062F\u0631\u0627\u0645\u064A",
|
|
68578
|
-
duration: "\u0645\u062F\u0629",
|
|
68579
|
-
durations: "\u0645\u062F\u062F",
|
|
68580
|
-
easing: "\u062A\u0633\u0647\u064A\u0644",
|
|
68581
|
-
easings: "\u0623\u0646\u0645\u0627\u0637_\u0627\u0644\u062A\u0633\u0647\u064A\u0644",
|
|
68582
68565
|
effectRow: "\u0635\u0641_\u0627\u0644\u062A\u0623\u062B\u064A\u0631",
|
|
68583
68566
|
effects: "\u062A\u0623\u062B\u064A\u0631\u0627\u062A",
|
|
68584
68567
|
elevation: "\u0627\u0631\u062A\u0641\u0627\u0639",
|
|
68585
68568
|
emitIds: "\u0645\u0639\u0631\u0641\u0627\u062A_\u0627\u0644\u0628\u062B",
|
|
68586
68569
|
emits: "\u064A\u0635\u062F\u0631",
|
|
68587
68570
|
emitsScope: "\u0646\u0637\u0627\u0642_\u0627\u0644\u0625\u0635\u062F\u0627\u0631",
|
|
68588
|
-
emphasized: "\u0645\u0624\u0643\u062F",
|
|
68589
|
-
emptyAsset: "\u0623\u0635\u0644_\u0641\u0627\u0631\u063A",
|
|
68590
68571
|
enabled: "\u0645\u064F\u0641\u0639\u0651\u0644",
|
|
68591
|
-
enter: "\u062F\u062E\u0648\u0644",
|
|
68592
68572
|
entities: "\u0643\u064A\u0627\u0646\u0627\u062A",
|
|
68593
68573
|
entity: "\u0643\u064A\u0627\u0646",
|
|
68594
68574
|
entityBindingDescription: "\u0648\u0635\u0641_\u0631\u0628\u0637_\u0627\u0644\u0643\u064A\u0627\u0646",
|
|
@@ -68600,26 +68580,18 @@ var ar_default = {
|
|
|
68600
68580
|
entries: "\u0625\u062F\u062E\u0627\u0644\u0627\u062A",
|
|
68601
68581
|
env: "\u0628\u064A\u0626\u0629",
|
|
68602
68582
|
equals: "\u064A\u0633\u0627\u0648\u064A",
|
|
68603
|
-
error: "\u062E\u0637\u0623",
|
|
68604
|
-
errorAsset: "\u0623\u0635\u0644_\u0627\u0644\u062E\u0637\u0623",
|
|
68605
|
-
errorForeground: "\u0645\u0642\u062F\u0645\u0629_\u0627\u0644\u062E\u0637\u0623",
|
|
68606
68583
|
event: "\u062D\u062F\u062B",
|
|
68607
68584
|
eventId: "\u0645\u0639\u0631\u0641_\u0627\u0644\u062D\u062F\u062B",
|
|
68608
68585
|
eventIds: "\u0645\u0639\u0631\u0641\u0627\u062A_\u0627\u0644\u062D\u062F\u062B",
|
|
68609
68586
|
events: "\u0623\u062D\u062F\u0627\u062B",
|
|
68610
|
-
exit: "\u062E\u0631\u0648\u062C",
|
|
68611
|
-
expand: "\u062A\u0648\u0633\u064A\u0639",
|
|
68612
68587
|
expects: "\u064A\u062A\u0648\u0642\u0639",
|
|
68613
68588
|
exposes: "\u064A\u0639\u0631\u0636",
|
|
68614
68589
|
extend: "\u0627\u0645\u062A\u062F\u0627\u062F",
|
|
68615
68590
|
extends: "\u064A\u0645\u062A\u062F",
|
|
68616
68591
|
extendsId: "\u0645\u0639\u0631\u0641_\u0627\u0644\u0627\u0645\u062A\u062F\u0627\u062F",
|
|
68617
|
-
family: "\u0639\u0627\u0626\u0644\u0629",
|
|
68618
|
-
fast: "\u0633\u0631\u064A\u0639",
|
|
68619
68592
|
field: "\u062D\u0642\u0644",
|
|
68620
68593
|
fields: "\u062D\u0642\u0648\u0644",
|
|
68621
68594
|
flowPattern: "\u0646\u0645\u0637_\u0627\u0644\u062A\u062F\u0641\u0642",
|
|
68622
|
-
foreground: "\u0645\u0642\u062F\u0645\u0629",
|
|
68623
68595
|
foreignKey: "\u0645\u0641\u062A\u0627\u062D_\u0623\u062C\u0646\u0628\u064A",
|
|
68624
68596
|
formPattern: "\u0646\u0645\u0637_\u0627\u0644\u0646\u0645\u0648\u0630\u062C",
|
|
68625
68597
|
forwardedFrom: "\u0645\u0648\u062C\u0647_\u0645\u0646",
|
|
@@ -68628,25 +68600,14 @@ var ar_default = {
|
|
|
68628
68600
|
guard: "\u062D\u0627\u0631\u0633",
|
|
68629
68601
|
guards: "\u062D\u0631\u0627\u0633",
|
|
68630
68602
|
headers: "\u062A\u0631\u0648\u064A\u0633\u0627\u062A",
|
|
68631
|
-
headingMajor: "\u0639\u0646\u0648\u0627\u0646_\u0631\u0626\u064A\u0633\u064A",
|
|
68632
|
-
headingMinor: "\u0639\u0646\u0648\u0627\u0646_\u0641\u0631\u0639\u064A",
|
|
68633
|
-
hover: "\u062A\u0645\u0631\u064A\u0631",
|
|
68634
68603
|
icon: "\u0623\u064A\u0642\u0648\u0646\u0629",
|
|
68635
68604
|
iconography: "\u0623\u064A\u0642\u0648\u0646\u0627\u062A",
|
|
68636
68605
|
id: "\u0645\u0639\u0631\u0641",
|
|
68637
68606
|
identity: "\u0647\u0648\u064A\u0629",
|
|
68638
68607
|
illustration: "\u0631\u0633\u0645_\u062A\u0648\u0636\u064A\u062D\u064A",
|
|
68639
68608
|
inbound: "\u0648\u0627\u0631\u062F",
|
|
68640
|
-
info: "\u0645\u0639\u0644\u0648\u0645\u0627\u062A",
|
|
68641
|
-
infoForeground: "\u0645\u0642\u062F\u0645\u0629_\u0627\u0644\u0645\u0639\u0644\u0648\u0645\u0627\u062A",
|
|
68642
68609
|
initialEffects: "\u0627\u0644\u062A\u0623\u062B\u064A\u0631\u0627\u062A_\u0627\u0644\u0623\u0648\u0644\u064A\u0629",
|
|
68643
|
-
input: "\u0625\u062F\u062E\u0627\u0644",
|
|
68644
|
-
inputHeightLg: "\u0627\u0631\u062A\u0641\u0627\u0639_\u0627\u0644\u0625\u062F\u062E\u0627\u0644_\u0643\u0628\u064A\u0631",
|
|
68645
|
-
inputHeightMd: "\u0627\u0631\u062A\u0641\u0627\u0639_\u0627\u0644\u0625\u062F\u062E\u0627\u0644_\u0645\u062A\u0648\u0633\u0637",
|
|
68646
|
-
inputHeightSm: "\u0627\u0631\u062A\u0641\u0627\u0639_\u0627\u0644\u0625\u062F\u062E\u0627\u0644_\u0635\u063A\u064A\u0631",
|
|
68647
68610
|
instances: "\u0646\u0633\u062E",
|
|
68648
|
-
instant: "\u0641\u0648\u0631\u064A",
|
|
68649
|
-
intents: "\u0646\u0648\u0627\u064A\u0627",
|
|
68650
68611
|
interactive: "\u062A\u0641\u0627\u0639\u0644\u064A",
|
|
68651
68612
|
interval: "\u0641\u0627\u0635\u0644_\u0632\u0645\u0646\u064A",
|
|
68652
68613
|
intrinsic: "\u062C\u0648\u0647\u0631\u064A",
|
|
@@ -68661,31 +68622,21 @@ var ar_default = {
|
|
|
68661
68622
|
knob: "\u0645\u0642\u0628\u0636",
|
|
68662
68623
|
label: "\u062A\u0633\u0645\u064A\u0629",
|
|
68663
68624
|
ledger: "\u0633\u062C\u0644",
|
|
68664
|
-
lg: "\u0643\u0628\u064A\u0631",
|
|
68665
|
-
lineHeight: "\u0627\u0631\u062A\u0641\u0627\u0639_\u0627\u0644\u0633\u0637\u0631",
|
|
68666
|
-
linear: "\u062E\u0637\u064A",
|
|
68667
68625
|
linkedEntity: "\u0643\u064A\u0627\u0646_\u0645\u0631\u062A\u0628\u0637",
|
|
68668
68626
|
linkedEntityId: "\u0645\u0639\u0631\u0641_\u0627\u0644\u0643\u064A\u0627\u0646_\u0627\u0644\u0645\u0631\u062A\u0628\u0637",
|
|
68669
68627
|
listPattern: "\u0646\u0645\u0637_\u0627\u0644\u0642\u0627\u0626\u0645\u0629",
|
|
68670
68628
|
listens: "\u064A\u0633\u062A\u0645\u0639",
|
|
68671
|
-
loadingAsset: "\u0623\u0635\u0644_\u0627\u0644\u062A\u062D\u0645\u064A\u0644",
|
|
68672
68629
|
location: "\u0645\u0648\u0642\u0639",
|
|
68673
68630
|
max: "\u0623\u0642\u0635\u0649",
|
|
68674
68631
|
maxAttempts: "\u0623\u0642\u0635\u0649_\u0639\u062F\u062F_\u0645\u062D\u0627\u0648\u0644\u0627\u062A",
|
|
68675
68632
|
min: "\u0623\u062F\u0646\u0649",
|
|
68676
|
-
monoFamily: "\u0639\u0627\u0626\u0644\u0629_\u0623\u062D\u0627\u062F\u064A\u0629_\u0627\u0644\u0645\u0633\u0627\u0641\u0629",
|
|
68677
68633
|
motion: "\u062D\u0631\u0643\u0629",
|
|
68678
68634
|
mounts: "\u062A\u0631\u0643\u064A\u0628\u0627\u062A",
|
|
68679
|
-
muted: "\u062E\u0627\u0641\u062A",
|
|
68680
|
-
mutedForeground: "\u0645\u0642\u062F\u0645\u0629_\u062E\u0627\u0641\u062A\u0629",
|
|
68681
68635
|
name: "\u0627\u0633\u0645",
|
|
68682
|
-
normal: "\u0639\u0627\u062F\u064A",
|
|
68683
|
-
numeric: "\u0631\u0642\u0645\u064A",
|
|
68684
68636
|
omit: "\u0627\u0633\u062A\u0628\u0639\u0627\u062F",
|
|
68685
68637
|
onDelete: "\u0639\u0646\u062F_\u0627\u0644\u062D\u0630\u0641",
|
|
68686
68638
|
onEntry: "\u0639\u0646\u062F_\u0627\u0644\u062F\u062E\u0648\u0644",
|
|
68687
68639
|
onExit: "\u0639\u0646\u062F_\u0627\u0644\u062E\u0631\u0648\u062C",
|
|
68688
|
-
onboardingAsset: "\u0623\u0635\u0644_\u0627\u0644\u062A\u0623\u0647\u064A\u0644",
|
|
68689
68640
|
only: "\u0641\u0642\u0637",
|
|
68690
68641
|
orbital: "\u0645\u062F\u0627\u0631",
|
|
68691
68642
|
orbitalId: "\u0645\u0639\u0631\u0641_\u0627\u0644\u0645\u062F\u0627\u0631",
|
|
@@ -68701,19 +68652,14 @@ var ar_default = {
|
|
|
68701
68652
|
pattern: "\u0646\u0645\u0637",
|
|
68702
68653
|
patternPath: "\u0645\u0633\u0627\u0631_\u0627\u0644\u0646\u0645\u0637",
|
|
68703
68654
|
payload: "\u062D\u0645\u0648\u0644\u0629",
|
|
68655
|
+
payloadEntity: "\u0643\u064A\u0627\u0646_\u0627\u0644\u062D\u0645\u0648\u0644\u0629",
|
|
68704
68656
|
payloadMapping: "\u062A\u062E\u0637\u064A\u0637_\u0627\u0644\u062D\u0645\u0648\u0644\u0629",
|
|
68705
68657
|
payloadSchema: "\u0645\u062E\u0637\u0637_\u0627\u0644\u062D\u0645\u0648\u0644\u0629",
|
|
68706
68658
|
persistence: "\u0627\u0633\u062A\u0645\u0631\u0627\u0631\u064A\u0629",
|
|
68707
68659
|
personas: "\u0634\u062E\u0635\u064A\u0627\u062A",
|
|
68708
|
-
placeholder: "\u0646\u0627\u0626\u0628",
|
|
68709
|
-
popoverElevation: "\u0627\u0631\u062A\u0641\u0627\u0639_\u0627\u0644\u0646\u0627\u0641\u0630\u0629_\u0627\u0644\u0645\u0646\u0628\u062B\u0642\u0629",
|
|
68710
68660
|
presentation: "\u0639\u0631\u0636_\u062A\u0642\u062F\u064A\u0645\u064A",
|
|
68711
|
-
press: "\u0636\u063A\u0637",
|
|
68712
|
-
primary: "\u0623\u0633\u0627\u0633\u064A",
|
|
68713
68661
|
primaryColor: "\u0627\u0644\u0644\u0648\u0646_\u0627\u0644\u0623\u0633\u0627\u0633\u064A",
|
|
68714
68662
|
primaryEntity: "\u0627\u0644\u0643\u064A\u0627\u0646_\u0627\u0644\u0623\u0633\u0627\u0633\u064A",
|
|
68715
|
-
primaryForeground: "\u0645\u0642\u062F\u0645\u0629_\u0623\u0633\u0627\u0633\u064A\u0629",
|
|
68716
|
-
primaryHover: "\u0623\u0633\u0627\u0633\u064A_\u0639\u0646\u062F_\u0627\u0644\u062A\u0645\u0631\u064A\u0631",
|
|
68717
68663
|
primaryKey: "\u0645\u0641\u062A\u0627\u062D_\u0623\u0633\u0627\u0633\u064A",
|
|
68718
68664
|
priority: "\u0623\u0648\u0644\u0648\u064A\u0629",
|
|
68719
68665
|
prop: "\u062E\u0627\u0635\u064A\u0629",
|
|
@@ -68721,9 +68667,6 @@ var ar_default = {
|
|
|
68721
68667
|
props: "\u062E\u0648\u0627\u0635",
|
|
68722
68668
|
provides: "\u064A\u0648\u0641\u0631",
|
|
68723
68669
|
radii: "\u0623\u0646\u0635\u0627\u0641_\u0623\u0642\u0637\u0627\u0631",
|
|
68724
|
-
radiusContainer: "\u0646\u0635\u0641_\u0642\u0637\u0631_\u0627\u0644\u062D\u0627\u0648\u064A\u0629",
|
|
68725
|
-
radiusInteractive: "\u0646\u0635\u0641_\u0642\u0637\u0631_\u0627\u0644\u062A\u0641\u0627\u0639\u0644\u064A",
|
|
68726
|
-
radiusPill: "\u0646\u0635\u0641_\u0642\u0637\u0631_\u0627\u0644\u0643\u0628\u0633\u0648\u0644\u0629",
|
|
68727
68670
|
read: "\u0642\u0631\u0627\u0621\u0629",
|
|
68728
68671
|
read_policy: "\u0633\u064A\u0627\u0633\u0629_\u0627\u0644\u0642\u0631\u0627\u0621\u0629",
|
|
68729
68672
|
reconnect: "\u0625\u0639\u0627\u062F\u0629_\u0627\u0644\u0627\u062A\u0635\u0627\u0644",
|
|
@@ -68740,22 +68683,13 @@ var ar_default = {
|
|
|
68740
68683
|
requires: "\u064A\u062A\u0637\u0644\u0628",
|
|
68741
68684
|
resolved: "\u0645\u062D\u0644\u0648\u0644",
|
|
68742
68685
|
resource: "\u0645\u0648\u0631\u062F",
|
|
68743
|
-
ring: "\u062D\u0644\u0642\u0629",
|
|
68744
68686
|
role: "\u062F\u0648\u0631",
|
|
68745
68687
|
roles: "\u0623\u062F\u0648\u0627\u0631",
|
|
68746
|
-
rowHeightCompact: "\u0627\u0631\u062A\u0641\u0627\u0639_\u0627\u0644\u0635\u0641_\u0627\u0644\u0645\u0636\u063A\u0648\u0637",
|
|
68747
|
-
rowHeightNormal: "\u0627\u0631\u062A\u0641\u0627\u0639_\u0627\u0644\u0635\u0641_\u0627\u0644\u0639\u0627\u062F\u064A",
|
|
68748
|
-
rowHeightSpacious: "\u0627\u0631\u062A\u0641\u0627\u0639_\u0627\u0644\u0635\u0641_\u0627\u0644\u0648\u0627\u0633\u0639",
|
|
68749
68688
|
runtime: "\u0648\u0642\u062A_\u0627\u0644\u062A\u0634\u063A\u064A\u0644",
|
|
68750
|
-
scale: "\u0645\u0642\u064A\u0627\u0633",
|
|
68751
68689
|
schemaVersion: "\u0625\u0635\u062F\u0627\u0631_\u0627\u0644\u0645\u062E\u0637\u0637",
|
|
68752
68690
|
scope: "\u0646\u0637\u0627\u0642",
|
|
68753
68691
|
scopeOverridden: "\u0627\u0644\u0646\u0637\u0627\u0642_\u0645\u064F\u062A\u062C\u0627\u0648\u064E\u0632",
|
|
68754
|
-
secondary: "\u062B\u0627\u0646\u0648\u064A",
|
|
68755
|
-
secondaryForeground: "\u0645\u0642\u062F\u0645\u0629_\u062B\u0627\u0646\u0648\u064A\u0629",
|
|
68756
|
-
secondaryHover: "\u062B\u0627\u0646\u0648\u064A_\u0639\u0646\u062F_\u0627\u0644\u062A\u0645\u0631\u064A\u0631",
|
|
68757
68692
|
secretEnv: "\u0628\u064A\u0626\u0629_\u0633\u0631\u064A\u0629",
|
|
68758
|
-
sectionGap: "\u0641\u062C\u0648\u0629_\u0627\u0644\u0642\u0633\u0645",
|
|
68759
68693
|
sections: "\u0623\u0642\u0633\u0627\u0645",
|
|
68760
68694
|
semanticRole: "\u062F\u0648\u0631_\u062F\u0644\u0627\u0644\u064A",
|
|
68761
68695
|
serverPath: "\u0645\u0633\u0627\u0631_\u0627\u0644\u062E\u0627\u062F\u0645",
|
|
@@ -68765,47 +68699,20 @@ var ar_default = {
|
|
|
68765
68699
|
shared: "\u0645\u0634\u062A\u0631\u0643",
|
|
68766
68700
|
singleton: "\u0648\u062D\u064A\u062F",
|
|
68767
68701
|
site: "\u0645\u0648\u0642\u0639_\u0627\u0644\u0648\u064A\u0628",
|
|
68768
|
-
size: "\u062D\u062C\u0645",
|
|
68769
|
-
slot: "\u0641\u062A\u062D\u0629",
|
|
68770
68702
|
slots: "\u0641\u062A\u062D\u0627\u062A",
|
|
68771
|
-
slow: "\u0628\u0637\u064A\u0621",
|
|
68772
|
-
sm: "\u0635\u063A\u064A\u0631",
|
|
68773
68703
|
softDelete: "\u062D\u0630\u0641_\u0646\u0627\u0639\u0645",
|
|
68774
68704
|
source: "\u0645\u0635\u062F\u0631",
|
|
68775
68705
|
sourceBehavior: "\u0633\u0644\u0648\u0643_\u0627\u0644\u0645\u0635\u062F\u0631",
|
|
68776
68706
|
sourceEntityDefinition: "\u062A\u0639\u0631\u064A\u0641_\u0643\u064A\u0627\u0646_\u0627\u0644\u0645\u0635\u062F\u0631",
|
|
68777
|
-
space0: "\u0645\u0633\u0627\u0641\u06290",
|
|
68778
|
-
space1: "\u0645\u0633\u0627\u0641\u06291",
|
|
68779
|
-
space10: "\u0645\u0633\u0627\u0641\u062910",
|
|
68780
|
-
space11: "\u0645\u0633\u0627\u0641\u062911",
|
|
68781
|
-
space12: "\u0645\u0633\u0627\u0641\u062912",
|
|
68782
|
-
space2: "\u0645\u0633\u0627\u0641\u06292",
|
|
68783
|
-
space3: "\u0645\u0633\u0627\u0641\u06293",
|
|
68784
|
-
space4: "\u0645\u0633\u0627\u0641\u06294",
|
|
68785
|
-
space5: "\u0645\u0633\u0627\u0641\u06295",
|
|
68786
|
-
space6: "\u0645\u0633\u0627\u0641\u06296",
|
|
68787
|
-
space7: "\u0645\u0633\u0627\u0641\u06297",
|
|
68788
|
-
space8: "\u0645\u0633\u0627\u0641\u06298",
|
|
68789
|
-
space9: "\u0645\u0633\u0627\u0641\u06299",
|
|
68790
68707
|
spacing: "\u062A\u0628\u0627\u0639\u062F",
|
|
68791
|
-
spring: "\u0632\u0646\u0628\u0631\u0643\u064A",
|
|
68792
|
-
standard: "\u0642\u064A\u0627\u0633\u064A",
|
|
68793
68708
|
stateMachine: "\u0622\u0644\u0629_\u062D\u0627\u0644\u0629",
|
|
68794
68709
|
states: "\u062D\u0627\u0644\u0627\u062A",
|
|
68795
|
-
strokeWidth: "\u0633\u064F\u0645\u0643_\u0627\u0644\u062E\u0637",
|
|
68796
68710
|
style: "\u0623\u0633\u0644\u0648\u0628",
|
|
68797
68711
|
subDomain: "\u0645\u062C\u0627\u0644_\u0641\u0631\u0639\u064A",
|
|
68798
|
-
success: "\u0646\u062C\u0627\u062D",
|
|
68799
|
-
successForeground: "\u0645\u0642\u062F\u0645\u0629_\u0627\u0644\u0646\u062C\u0627\u062D",
|
|
68800
68712
|
suggestedGuards: "\u0627\u0644\u062D\u0631\u0627\u0633_\u0627\u0644\u0645\u0642\u062A\u0631\u062D\u0648\u0646",
|
|
68801
68713
|
summary: "\u0645\u0644\u062E\u0635",
|
|
68802
|
-
surface: "\u0633\u0637\u062D",
|
|
68803
|
-
surfaceHover: "\u0633\u0637\u062D_\u0639\u0646\u062F_\u0627\u0644\u062A\u0645\u0631\u064A\u0631",
|
|
68804
68714
|
surfaces: "\u0623\u0633\u0637\u062D",
|
|
68805
68715
|
synonyms: "\u0645\u0631\u0627\u062F\u0641\u0627\u062A",
|
|
68806
|
-
tableBorder: "\u062D\u062F_\u0627\u0644\u062C\u062F\u0648\u0644",
|
|
68807
|
-
tableHeader: "\u062A\u0631\u0648\u064A\u0633\u0629_\u0627\u0644\u062C\u062F\u0648\u0644",
|
|
68808
|
-
tableRowHover: "\u0635\u0641_\u0627\u0644\u062C\u062F\u0648\u0644_\u0639\u0646\u062F_\u0627\u0644\u062A\u0645\u0631\u064A\u0631",
|
|
68809
68716
|
target: "\u0647\u062F\u0641",
|
|
68810
68717
|
targetView: "\u0627\u0644\u0639\u0631\u0636_\u0627\u0644\u0645\u0633\u062A\u0647\u062F\u0641",
|
|
68811
68718
|
text: "\u0646\u0635",
|
|
@@ -68818,7 +68725,6 @@ var ar_default = {
|
|
|
68818
68725
|
timestamps: "\u0637\u0648\u0627\u0628\u0639_\u0632\u0645\u0646\u064A\u0629",
|
|
68819
68726
|
title: "\u0639\u0646\u0648\u0627\u0646",
|
|
68820
68727
|
to: "\u0625\u0644\u0649",
|
|
68821
|
-
toastElevation: "\u0627\u0631\u062A\u0641\u0627\u0639_\u0627\u0644\u0625\u0634\u0639\u0627\u0631_\u0627\u0644\u0645\u0624\u0642\u062A",
|
|
68822
68728
|
tokens: "\u0631\u0645\u0648\u0632",
|
|
68823
68729
|
trait: "\u0633\u0645\u0629",
|
|
68824
68730
|
traitEmbedIds: "\u0645\u0639\u0631\u0641\u0627\u062A_\u062A\u0636\u0645\u064A\u0646_\u0627\u0644\u0633\u0645\u0629",
|
|
@@ -68851,12 +68757,7 @@ var ar_default = {
|
|
|
68851
68757
|
version: "\u0625\u0635\u062F\u0627\u0631",
|
|
68852
68758
|
viewType: "\u0646\u0648\u0639_\u0627\u0644\u0639\u0631\u0636",
|
|
68853
68759
|
visual_prompt: "\u0645\u0648\u062C\u0647_\u0628\u0635\u0631\u064A",
|
|
68854
|
-
vocabulary: "\u0645\u0641\u0631\u062F\u0627\u062A"
|
|
68855
|
-
warning: "\u062A\u062D\u0630\u064A\u0631",
|
|
68856
|
-
warningForeground: "\u0645\u0642\u062F\u0645\u0629_\u0627\u0644\u062A\u062D\u0630\u064A\u0631",
|
|
68857
|
-
weight: "\u0648\u0632\u0646",
|
|
68858
|
-
xl: "\u0643\u0628\u064A\u0631_\u062C\u062F\u0627",
|
|
68859
|
-
xs: "\u0635\u063A\u064A\u0631_\u062C\u062F\u0627"
|
|
68760
|
+
vocabulary: "\u0645\u0641\u0631\u062F\u0627\u062A"
|
|
68860
68761
|
}
|
|
68861
68762
|
};
|
|
68862
68763
|
|
|
@@ -69010,6 +68911,11 @@ var sl_default = {
|
|
|
69010
68911
|
asset: "sredstvo",
|
|
69011
68912
|
component: "komponenta",
|
|
69012
68913
|
object: "objekt",
|
|
68914
|
+
array: "seznam",
|
|
68915
|
+
enum: "nastevanje",
|
|
68916
|
+
relation: "relacija",
|
|
68917
|
+
node: "vozlisce",
|
|
68918
|
+
union: "unija",
|
|
69013
68919
|
void: "prazno",
|
|
69014
68920
|
null: "nic",
|
|
69015
68921
|
any: "karkoli",
|
|
@@ -69038,13 +68944,8 @@ var sl_default = {
|
|
|
69038
68944
|
INIT: "ZACETEK"
|
|
69039
68945
|
},
|
|
69040
68946
|
orb: {
|
|
69041
|
-
"2xl": "2xv",
|
|
69042
|
-
"3xl": "3xv",
|
|
69043
|
-
"4xl": "4xv",
|
|
69044
68947
|
_metadata: "_metapodatki",
|
|
69045
68948
|
_resolved: "_razresen",
|
|
69046
|
-
accent: "poudarek",
|
|
69047
|
-
accentForeground: "poudarekOspredje",
|
|
69048
68949
|
access_waivers: "dostop_izjeme",
|
|
69049
68950
|
alias: "vzdevek",
|
|
69050
68951
|
animations: "animacije",
|
|
@@ -69055,31 +68956,10 @@ var sl_default = {
|
|
|
69055
68956
|
at: "pri",
|
|
69056
68957
|
auth: "avtentikacija",
|
|
69057
68958
|
auxiliaryEntities: "pomozneEntitete",
|
|
69058
|
-
background: "ozadje",
|
|
69059
68959
|
bakedName: "zapecenoIme",
|
|
69060
|
-
base: "osnova",
|
|
69061
68960
|
baseUrl: "osnovaUrl",
|
|
69062
68961
|
behavior: "vedenje",
|
|
69063
|
-
bodyDefault: "teloPrivzeto",
|
|
69064
|
-
bodyEmphasis: "teloPoudarjeno",
|
|
69065
|
-
bodyFamily: "teloDruzina",
|
|
69066
|
-
bodyQuiet: "teloTiho",
|
|
69067
|
-
border: "rob",
|
|
69068
|
-
borderHairline: "robLasek",
|
|
69069
|
-
borderHeavy: "robTezek",
|
|
69070
|
-
borderHover: "robLebdenje",
|
|
69071
|
-
borderStandard: "robStandard",
|
|
69072
|
-
buttonHeightLg: "visinaGumbaV",
|
|
69073
|
-
buttonHeightMd: "visinaGumbaSr",
|
|
69074
|
-
buttonHeightSm: "visinaGumbaM",
|
|
69075
68962
|
capabilities: "zmoznosti",
|
|
69076
|
-
caption: "napis",
|
|
69077
|
-
card: "kartica",
|
|
69078
|
-
cardElevation: "kartcaDvig",
|
|
69079
|
-
cardForeground: "kartcaOspredje",
|
|
69080
|
-
cardPaddingLg: "kartcaBlazinaV",
|
|
69081
|
-
cardPaddingMd: "kartcaBlazinaSr",
|
|
69082
|
-
cardPaddingSm: "kartcaBlazinaM",
|
|
69083
68963
|
cardinality: "kardinalnost",
|
|
69084
68964
|
category: "kategorija",
|
|
69085
68965
|
className: "imeRazreda",
|
|
@@ -69100,7 +68980,6 @@ var sl_default = {
|
|
|
69100
68980
|
darkMode: "temniNacin",
|
|
69101
68981
|
dataEntities: "podatkiEntitete",
|
|
69102
68982
|
default: "privzeto",
|
|
69103
|
-
defaultSize: "privzetaVelikost",
|
|
69104
68983
|
definerKnob: "definitorGumbek",
|
|
69105
68984
|
delayMs: "zakasnitevMs",
|
|
69106
68985
|
delete: "izbrisi",
|
|
@@ -69112,28 +68991,15 @@ var sl_default = {
|
|
|
69112
68991
|
designTokens: "oblikovanjeZetoni",
|
|
69113
68992
|
detailPattern: "vzorecPodrobnosti",
|
|
69114
68993
|
device: "naprava",
|
|
69115
|
-
dialogElevation: "dialogDvig",
|
|
69116
|
-
dialogPadding: "dialogBlazina",
|
|
69117
68994
|
dimension: "dimenzija",
|
|
69118
|
-
"display-1": "prikaz-1",
|
|
69119
|
-
"display-2": "prikaz-2",
|
|
69120
|
-
displayFamily: "prikazDruzina",
|
|
69121
68995
|
domainContext: "domenaKontekst",
|
|
69122
|
-
dramatic: "dramaticno",
|
|
69123
|
-
duration: "trajanje",
|
|
69124
|
-
durations: "trajanja",
|
|
69125
|
-
easing: "glajenje",
|
|
69126
|
-
easings: "glajenja",
|
|
69127
68996
|
effectRow: "ucinekVrstica",
|
|
69128
68997
|
effects: "ucinki",
|
|
69129
68998
|
elevation: "dvig",
|
|
69130
68999
|
emitIds: "oddajIdji",
|
|
69131
69000
|
emits: "oddaja",
|
|
69132
69001
|
emitsScope: "oddajaObseg",
|
|
69133
|
-
emphasized: "poudarjeno",
|
|
69134
|
-
emptyAsset: "sredstvoPrazno",
|
|
69135
69002
|
enabled: "omogoceno",
|
|
69136
|
-
enter: "vstop",
|
|
69137
69003
|
entities: "entitete",
|
|
69138
69004
|
entity: "entiteta",
|
|
69139
69005
|
entityBindingDescription: "entitetaVezavaOpis",
|
|
@@ -69145,26 +69011,18 @@ var sl_default = {
|
|
|
69145
69011
|
entries: "vnosi",
|
|
69146
69012
|
env: "okolje",
|
|
69147
69013
|
equals: "enako",
|
|
69148
|
-
error: "napaka",
|
|
69149
|
-
errorAsset: "sredstvoNapaka",
|
|
69150
|
-
errorForeground: "napakaOspredje",
|
|
69151
69014
|
event: "dogodek",
|
|
69152
69015
|
eventId: "dogodekId",
|
|
69153
69016
|
eventIds: "dogodekIdji",
|
|
69154
69017
|
events: "dogodki",
|
|
69155
|
-
exit: "izhod",
|
|
69156
|
-
expand: "razpni",
|
|
69157
69018
|
expects: "pricakuje",
|
|
69158
69019
|
exposes: "izpostavlja",
|
|
69159
69020
|
extend: "razsiritev",
|
|
69160
69021
|
extends: "razsiri",
|
|
69161
69022
|
extendsId: "razsiriId",
|
|
69162
|
-
family: "druzina",
|
|
69163
|
-
fast: "hitro",
|
|
69164
69023
|
field: "polje",
|
|
69165
69024
|
fields: "polja",
|
|
69166
69025
|
flowPattern: "vzorecPoteka",
|
|
69167
|
-
foreground: "ospredje",
|
|
69168
69026
|
foreignKey: "tujiKljuc",
|
|
69169
69027
|
formPattern: "vzorecObrazca",
|
|
69170
69028
|
forwardedFrom: "posredovanoOd",
|
|
@@ -69173,25 +69031,14 @@ var sl_default = {
|
|
|
69173
69031
|
guard: "strazar",
|
|
69174
69032
|
guards: "strazarji",
|
|
69175
69033
|
headers: "glave",
|
|
69176
|
-
headingMajor: "naslovVeliki",
|
|
69177
|
-
headingMinor: "naslovMali",
|
|
69178
|
-
hover: "lebdenje",
|
|
69179
69034
|
icon: "ikona",
|
|
69180
69035
|
iconography: "ikonografija",
|
|
69181
69036
|
id: "id",
|
|
69182
69037
|
identity: "identiteta",
|
|
69183
69038
|
illustration: "ilustracija",
|
|
69184
69039
|
inbound: "dohodno",
|
|
69185
|
-
info: "informacija",
|
|
69186
|
-
infoForeground: "infoOspredje",
|
|
69187
69040
|
initialEffects: "zacetnoUcinki",
|
|
69188
|
-
input: "vnos",
|
|
69189
|
-
inputHeightLg: "visinaVnosaV",
|
|
69190
|
-
inputHeightMd: "visinaVnosaSr",
|
|
69191
|
-
inputHeightSm: "visinaVnosaM",
|
|
69192
69041
|
instances: "primerki",
|
|
69193
|
-
instant: "trenutno",
|
|
69194
|
-
intents: "nameni",
|
|
69195
69042
|
interactive: "interaktivno",
|
|
69196
69043
|
interval: "interval",
|
|
69197
69044
|
intrinsic: "lastno",
|
|
@@ -69206,31 +69053,21 @@ var sl_default = {
|
|
|
69206
69053
|
knob: "gumbek",
|
|
69207
69054
|
label: "oznaka",
|
|
69208
69055
|
ledger: "knjiga",
|
|
69209
|
-
lg: "v",
|
|
69210
|
-
lineHeight: "visinaVrstice",
|
|
69211
|
-
linear: "linearno",
|
|
69212
69056
|
linkedEntity: "povezanaEntiteta",
|
|
69213
69057
|
linkedEntityId: "povezanaEntitetaId",
|
|
69214
69058
|
listPattern: "vzorecSeznama",
|
|
69215
69059
|
listens: "poslusa",
|
|
69216
|
-
loadingAsset: "sredstvoNalaganje",
|
|
69217
69060
|
location: "lokacija",
|
|
69218
69061
|
max: "najvec",
|
|
69219
69062
|
maxAttempts: "najvecPoskusov",
|
|
69220
69063
|
min: "najmanj",
|
|
69221
|
-
monoFamily: "monoDruzina",
|
|
69222
69064
|
motion: "gibanje",
|
|
69223
69065
|
mounts: "priklopi",
|
|
69224
|
-
muted: "zaduseno",
|
|
69225
|
-
mutedForeground: "zadusenoOspredje",
|
|
69226
69066
|
name: "ime",
|
|
69227
|
-
normal: "normalno",
|
|
69228
|
-
numeric: "stevilsko",
|
|
69229
69067
|
omit: "izloci",
|
|
69230
69068
|
onDelete: "obIzbrisi",
|
|
69231
69069
|
onEntry: "obVnos",
|
|
69232
69070
|
onExit: "obIzhod",
|
|
69233
|
-
onboardingAsset: "sredstvoUvod",
|
|
69234
69071
|
only: "samo",
|
|
69235
69072
|
orbital: "orbitala",
|
|
69236
69073
|
orbitalId: "orbitalaId",
|
|
@@ -69246,19 +69083,14 @@ var sl_default = {
|
|
|
69246
69083
|
pattern: "vzorec",
|
|
69247
69084
|
patternPath: "potVzorca",
|
|
69248
69085
|
payload: "podatki",
|
|
69086
|
+
payloadEntity: "podatkiEntiteta",
|
|
69249
69087
|
payloadMapping: "podatkiPreslikava",
|
|
69250
69088
|
payloadSchema: "podatkiShema",
|
|
69251
69089
|
persistence: "trajnost",
|
|
69252
69090
|
personas: "osebe",
|
|
69253
|
-
placeholder: "ograda",
|
|
69254
|
-
popoverElevation: "pojavnoOknoDvig",
|
|
69255
69091
|
presentation: "predstavitev",
|
|
69256
|
-
press: "pritisk",
|
|
69257
|
-
primary: "primarno",
|
|
69258
69092
|
primaryColor: "primarnaBarva",
|
|
69259
69093
|
primaryEntity: "primarnaEntiteta",
|
|
69260
|
-
primaryForeground: "primarnoOspredje",
|
|
69261
|
-
primaryHover: "primarnoLebdenje",
|
|
69262
69094
|
primaryKey: "primarniKljuc",
|
|
69263
69095
|
priority: "prioriteta",
|
|
69264
69096
|
prop: "rekvizit",
|
|
@@ -69266,9 +69098,6 @@ var sl_default = {
|
|
|
69266
69098
|
props: "rekviziti",
|
|
69267
69099
|
provides: "zagotavlja",
|
|
69268
69100
|
radii: "polmeri",
|
|
69269
|
-
radiusContainer: "polmerVsebnik",
|
|
69270
|
-
radiusInteractive: "polmerInteraktivno",
|
|
69271
|
-
radiusPill: "polmerTableta",
|
|
69272
69101
|
read: "beri",
|
|
69273
69102
|
read_policy: "beri_politika",
|
|
69274
69103
|
reconnect: "ponovnaPovezava",
|
|
@@ -69285,22 +69114,13 @@ var sl_default = {
|
|
|
69285
69114
|
requires: "zahteva",
|
|
69286
69115
|
resolved: "razresen",
|
|
69287
69116
|
resource: "vir",
|
|
69288
|
-
ring: "obroc",
|
|
69289
69117
|
role: "vloga",
|
|
69290
69118
|
roles: "vloge",
|
|
69291
|
-
rowHeightCompact: "visinaVrsticeStisnjena",
|
|
69292
|
-
rowHeightNormal: "visinaVrsticeNormalna",
|
|
69293
|
-
rowHeightSpacious: "visinaVrsticeProstorna",
|
|
69294
69119
|
runtime: "izvajanje",
|
|
69295
|
-
scale: "merilo",
|
|
69296
69120
|
schemaVersion: "shemaRazlicica",
|
|
69297
69121
|
scope: "obseg",
|
|
69298
69122
|
scopeOverridden: "obsegPreglasen",
|
|
69299
|
-
secondary: "sekundarno",
|
|
69300
|
-
secondaryForeground: "sekundarnoOspredje",
|
|
69301
|
-
secondaryHover: "sekundarnoLebdenje",
|
|
69302
69123
|
secretEnv: "skrivnostOkolje",
|
|
69303
|
-
sectionGap: "odsekVrzel",
|
|
69304
69124
|
sections: "odseki",
|
|
69305
69125
|
semanticRole: "semanticnaVloga",
|
|
69306
69126
|
serverPath: "streznikPot",
|
|
@@ -69310,47 +69130,20 @@ var sl_default = {
|
|
|
69310
69130
|
shared: "skupno",
|
|
69311
69131
|
singleton: "edinec",
|
|
69312
69132
|
site: "mesto",
|
|
69313
|
-
size: "velikost",
|
|
69314
|
-
slot: "reza",
|
|
69315
69133
|
slots: "reze",
|
|
69316
|
-
slow: "pocasno",
|
|
69317
|
-
sm: "m",
|
|
69318
69134
|
softDelete: "mehkoIzbrisi",
|
|
69319
69135
|
source: "izvor",
|
|
69320
69136
|
sourceBehavior: "izvorVedenje",
|
|
69321
69137
|
sourceEntityDefinition: "izvorEntitetaDefinicija",
|
|
69322
|
-
space0: "razmik0",
|
|
69323
|
-
space1: "razmik1",
|
|
69324
|
-
space10: "razmik10",
|
|
69325
|
-
space11: "razmik11",
|
|
69326
|
-
space12: "razmik12",
|
|
69327
|
-
space2: "razmik2",
|
|
69328
|
-
space3: "razmik3",
|
|
69329
|
-
space4: "razmik4",
|
|
69330
|
-
space5: "razmik5",
|
|
69331
|
-
space6: "razmik6",
|
|
69332
|
-
space7: "razmik7",
|
|
69333
|
-
space8: "razmik8",
|
|
69334
|
-
space9: "razmik9",
|
|
69335
69138
|
spacing: "razmik",
|
|
69336
|
-
spring: "vzmet",
|
|
69337
|
-
standard: "standard",
|
|
69338
69139
|
stateMachine: "strojStanj",
|
|
69339
69140
|
states: "stanja",
|
|
69340
|
-
strokeWidth: "sirinaCrte",
|
|
69341
69141
|
style: "slog",
|
|
69342
69142
|
subDomain: "poddomena",
|
|
69343
|
-
success: "uspeh",
|
|
69344
|
-
successForeground: "uspehOspredje",
|
|
69345
69143
|
suggestedGuards: "predlaganoStrazarji",
|
|
69346
69144
|
summary: "povzetek",
|
|
69347
|
-
surface: "povrsina",
|
|
69348
|
-
surfaceHover: "povrsinaLebdenje",
|
|
69349
69145
|
surfaces: "povrsine",
|
|
69350
69146
|
synonyms: "sopomenke",
|
|
69351
|
-
tableBorder: "tabelaRob",
|
|
69352
|
-
tableHeader: "tabelaGlava",
|
|
69353
|
-
tableRowHover: "tabelaVrsticaLebdenje",
|
|
69354
69147
|
target: "cilj",
|
|
69355
69148
|
targetView: "ciljPogled",
|
|
69356
69149
|
text: "besedilo",
|
|
@@ -69363,7 +69156,6 @@ var sl_default = {
|
|
|
69363
69156
|
timestamps: "casovniZigi",
|
|
69364
69157
|
title: "naziv",
|
|
69365
69158
|
to: "do",
|
|
69366
|
-
toastElevation: "obvestiloDvig",
|
|
69367
69159
|
tokens: "zetoni",
|
|
69368
69160
|
trait: "znacilnost",
|
|
69369
69161
|
traitEmbedIds: "znacilnostVgraditevIdji",
|
|
@@ -69396,12 +69188,7 @@ var sl_default = {
|
|
|
69396
69188
|
version: "razlicica",
|
|
69397
69189
|
viewType: "tipPogleda",
|
|
69398
69190
|
visual_prompt: "vizualno_poziv",
|
|
69399
|
-
vocabulary: "besednjak"
|
|
69400
|
-
warning: "opozorilo",
|
|
69401
|
-
warningForeground: "opozoriloOspredje",
|
|
69402
|
-
weight: "utez",
|
|
69403
|
-
xl: "xv",
|
|
69404
|
-
xs: "xm"
|
|
69191
|
+
vocabulary: "besednjak"
|
|
69405
69192
|
}
|
|
69406
69193
|
};
|
|
69407
69194
|
|
|
@@ -69819,25 +69606,28 @@ function localizeOrbValue(value, lang, options = {}) {
|
|
|
69819
69606
|
if (lang === "en") return value;
|
|
69820
69607
|
const orbKeys = forward(lang, ["orb"], ["orb"]);
|
|
69821
69608
|
const types = forward(lang, ["types"], ["types"]);
|
|
69609
|
+
const tags = forward(lang, ["tags"], ["tags"]);
|
|
69822
69610
|
const heads = forward(lang, ["effects"], ["effects"], options.operators);
|
|
69823
69611
|
const sigils = forward(lang, ["sigils"], ["sigils", "annotations"]);
|
|
69824
|
-
const walk = (node) => {
|
|
69612
|
+
const walk = (node, inExpression) => {
|
|
69825
69613
|
if (Array.isArray(node)) {
|
|
69826
|
-
const
|
|
69827
|
-
const
|
|
69828
|
-
|
|
69829
|
-
|
|
69830
|
-
|
|
69831
|
-
|
|
69614
|
+
const head = node[0];
|
|
69615
|
+
const native = typeof head === "string" ? heads.get(head) : void 0;
|
|
69616
|
+
const isExpression2 = native !== void 0;
|
|
69617
|
+
const items = node.map(
|
|
69618
|
+
(child, index) => index === 0 && isExpression2 ? child : walk(child, inExpression || isExpression2)
|
|
69619
|
+
);
|
|
69620
|
+
if (native !== void 0) items[0] = native;
|
|
69832
69621
|
return items;
|
|
69833
69622
|
}
|
|
69834
69623
|
if (node !== null && typeof node === "object") {
|
|
69835
69624
|
const out = {};
|
|
69836
69625
|
for (const [key, child] of Object.entries(node)) {
|
|
69837
69626
|
const nativeKey = orbKeys.get(key) ?? key;
|
|
69838
|
-
let next = walk(child);
|
|
69839
|
-
if (
|
|
69840
|
-
next = types.get(next) ?? next;
|
|
69627
|
+
let next = walk(child, inExpression);
|
|
69628
|
+
if (typeof next === "string") {
|
|
69629
|
+
if (key === "type" && !inExpression) next = types.get(next) ?? next;
|
|
69630
|
+
else if (key === "persistence") next = tags.get(next) ?? next;
|
|
69841
69631
|
}
|
|
69842
69632
|
out[nativeKey] = next;
|
|
69843
69633
|
}
|
|
@@ -69853,7 +69643,7 @@ function localizeOrbValue(value, lang, options = {}) {
|
|
|
69853
69643
|
}
|
|
69854
69644
|
return node;
|
|
69855
69645
|
};
|
|
69856
|
-
return walk(value);
|
|
69646
|
+
return walk(value, false);
|
|
69857
69647
|
}
|
|
69858
69648
|
|
|
69859
69649
|
// src/i18n/index.ts
|
|
@@ -69933,12 +69723,28 @@ function parseI18nTables(raw, source) {
|
|
|
69933
69723
|
}
|
|
69934
69724
|
return { meta: raw.meta, ...sections };
|
|
69935
69725
|
}
|
|
69726
|
+
function parseNotationKeys(raw, source) {
|
|
69727
|
+
if (!isPlainObject(raw) || !("keys" in raw) || !Array.isArray(raw.keys)) {
|
|
69728
|
+
throw new Error(`notation file "${source}": expected { keys: string[] }`);
|
|
69729
|
+
}
|
|
69730
|
+
const keys = [];
|
|
69731
|
+
for (const key of raw.keys) {
|
|
69732
|
+
if (typeof key !== "string") {
|
|
69733
|
+
throw new Error(`notation file "${source}": every key must be a string`);
|
|
69734
|
+
}
|
|
69735
|
+
keys.push(key);
|
|
69736
|
+
}
|
|
69737
|
+
return keys;
|
|
69738
|
+
}
|
|
69936
69739
|
function parseOperatorTables(raw, source) {
|
|
69937
69740
|
if (!isPlainObject(raw) || !("operators" in raw) || !isStringRecord(raw.operators)) {
|
|
69938
69741
|
throw new Error(`operator table "${source}": expected { operators: Record<string,string> }`);
|
|
69939
69742
|
}
|
|
69940
69743
|
return { operators: raw.operators };
|
|
69941
69744
|
}
|
|
69745
|
+
var ORB_NOTATION_KEYS = new Set(
|
|
69746
|
+
parseNotationKeys(orb_notation_default, "orb-notation.json")
|
|
69747
|
+
);
|
|
69942
69748
|
var coreTables = {
|
|
69943
69749
|
en: parseI18nTables(en_default, "en.json"),
|
|
69944
69750
|
ar: parseI18nTables(ar_default, "ar.json"),
|
|
@@ -69979,6 +69785,19 @@ function checkI18nCoverage(input) {
|
|
|
69979
69785
|
const problems = [];
|
|
69980
69786
|
const { core, std, canonicalOperators } = input;
|
|
69981
69787
|
const enTable = core.en;
|
|
69788
|
+
for (const lang of LANGUAGE_CODES) {
|
|
69789
|
+
for (const key of Object.keys(core[lang].orb)) {
|
|
69790
|
+
if (ORB_NOTATION_KEYS.has(key)) {
|
|
69791
|
+
problems.push({
|
|
69792
|
+
lang,
|
|
69793
|
+
section: "orb",
|
|
69794
|
+
kind: "notation-in-vocabulary",
|
|
69795
|
+
key,
|
|
69796
|
+
detail: "design-system token name \u2014 notation, not language vocabulary"
|
|
69797
|
+
});
|
|
69798
|
+
}
|
|
69799
|
+
}
|
|
69800
|
+
}
|
|
69982
69801
|
for (const lang of LANGUAGE_CODES) {
|
|
69983
69802
|
const table = core[lang];
|
|
69984
69803
|
for (const section of I18N_SECTIONS) {
|
|
@@ -70158,6 +69977,6 @@ function reportIdenticalToEnglish(input) {
|
|
|
70158
69977
|
return problems;
|
|
70159
69978
|
}
|
|
70160
69979
|
|
|
70161
|
-
export { AGENT_DOMAIN_CATEGORIES, ALLOWED_CUSTOM_COMPONENTS, ANIMATION_NAMES, ANONYMOUS_USER, ASSET_ASPECTS, ASSET_DIMENSIONS, AgentDomainCategorySchema, AnimationDefSchema, AnimationNameSchema, AssetAspectSchema, AssetCatalogEntrySchema, AssetCatalogSchema, AssetDimensionSchema, AssetSchema, AudioManifestSchema, BINDING_CONTEXT_RULES, BINDING_DOCS, BINDING_ROOTS, BindingSchema, CAMERA_MODES, COMPONENT_MAPPING, CONFIG_REF_EVENT_PATTERN, CORE_BINDINGS, CameraModeSchema, CameraSchema, ColorSliceSchema, ColorTokensSchema, ComputedEventContractSchema, ComputedEventListenerSchema, ConfigFieldDeclarationSchema, ConfigProvenanceRecordSchema, CustomPatternDefinitionSchema, CustomPatternMapSchema, DEFAULT_INTERACTION_MODELS, DEFAULT_UNIT_ANIMATION_ROWS, DEFAULT_VIEWER, DEV_TOKEN_PREFIX, DeclaredTraitConfigSchema, DensitySliceSchema, DensityTokensSchema, DesignPreferencesSchema, DesignTokensSchema, DomainCategorySchema, DomainContextSchema, DomainVocabularySchema, ENTITY_ROLES, EVENT_CONTRACTS, EffectSchema, ElevationSliceSchema, ElevationTokensSchema, EntityCallSchema, EntityFieldContractSchema, EntityFieldSchema, EntityIdSchema, EntityPersistenceSchema, EntityRefSchema, EntityRefStringSchema, EntityRoleSchema, EntitySchema, EntitySemanticRoleSchema, EventIdSchema, EventListenerSchema, EventPayloadFieldSchema, EventSchema, EventScopeSchema, EventSemanticRoleSchema, EventSourceSchema, ExpectDeclarationSchema, ExpressionSchema, FIELD_TYPES, FieldSchema, FieldTypeSchema, FileValueSchema, GameSubCategorySchema, GeometrySliceSchema, GeometryTokensSchema, GuardSchema, I18N_SECTIONS, INTEGRATORS_REGISTRY, IconFamilySchema, IconographySliceSchema, IconographyTokensSchema, IdentityLedgerSchema, IllustrationSliceSchema, IllustrationStyleSchema, IllustrationTokensSchema, InteractionModelSchema, KNOWN_VALIDATION_ERROR_CODES, LANGUAGE_CODES, LOLO_FIRST_TOKEN_KEYWORDS, LedgerEntrySchema, LedgerKindSchema, ListenSourceSchema, MANIFEST_ASSET_LICENSES, MANIFEST_CANVAS_AFFINITIES, MANIFEST_ENTRY_KINDS, MANIFEST_SOURCE_CATALOGS, ManifestAssetLicenseSchema, ManifestCanvasAffinitySchema, ManifestEntryKindSchema, ManifestEntrySchema, ManifestFrameSpecSchema, ManifestSourceCatalogSchema, McpServiceDefSchema, MotionDurationKeySchema, MotionDurationPaletteSchema, MotionEasingKeySchema, MotionEasingPaletteSchema, MotionIntentMapSchema, MotionIntentSchema, MotionSliceSchema, MotionTokensSchema, NodeClassificationSchema, OrbitalDefinitionSchema, OrbitalEntitySchema, OrbitalIdSchema, OrbitalPageSchema, OrbitalPageStrictSchema, OrbitalRefObjectSchema, OrbitalRefStringSchema, OrbitalSchemaSchema, OrbitalTraitRefSchema, OrbitalUnitSchema, OrbitalSchema as OrbitalZodSchema, PATTERN_REGISTRY, PATTERN_TYPES, PageIdSchema, PageRefObjectSchema, PageRefSchema, PageRefStringSchema, PageSchema, PageTraitRefSchema, PaletteEntryIdSchema, PatternTypeSchema, PayloadFieldSchema, PayloadTypeWhenSchema, REFERENCE_CONFIG_TYPES, RENDER_BINDING_MARKER, RelatedLinkSchema, RelationConfigSchema, RequiredFieldSchema, RestAuthConfigSchema, RestServiceDefSchema, SECRET_CONFIG_TYPES, SEMANTIC_STRING_TYPES, SERVICE_TYPES, SExprAtomSchema, SExprDataSchema, SExprSchema, SHEET_PROJECTIONS, SPRITE_DIRECTIONS, SPRITE_SHEET_LAYOUT, ScenePosSchema, SchemaMetadataSchema, SemanticAssetRefSchema, ServiceDefinitionSchema, ServiceIdSchema, ServiceRefObjectSchema, ServiceRefSchema, ServiceRefStringSchema, ServiceTypeSchema, SheetProjectionSchema, SkinSpecSchema, SocketEventsSchema, SocketServiceDefSchema, SoundEntrySchema, SpacingScaleSchema, SpriteDirectionSchema, SpriteSheetAtlasSchema, StateMachineSchema, StateSchema, StateSemanticRoleSchema, SubTextureSchema, SuggestedGuardSchema, TextureAtlasSchema, ThemeDefinitionSchema, ThemeIdSchema, ThemeRefSchema, ThemeRefStringSchema, ThemeTokensSchema, ThemeVariantSchema, TickIntervalSchema, TilesheetSchema, TraitCategorySchema, TraitConfigSchema, TraitConfigValueSchema, TraitDataEntitySchema, TraitEntityFieldSchema, TraitEventContractSchema, TraitEventListenerSchema, TraitFieldRefSchema, TraitIdSchema, TraitRefSchema, TraitReferenceSchema, TraitSchema, TraitTickSchema, TraitUIBindingSchema, TransitionSchema, TypeIntentMapSchema, TypeIntentSchema, TypeScaleEntrySchema, TypeScaleSchema, TypeScaleTokensSchema, TypeSizeKeySchema, TypeSliceSchema, TypeSlotSchema, TypeWeightSchema, UISlotSchema, UI_SLOTS, UXHintsSchema, UseDeclarationSchema, UserPersonaSchema, VISUAL_STYLES, ViewTypeSchema, VisualStyleSchema, aliasMap, answerToMutations, answersToMutations, applyEventWiring, applyFactoryCallPlanMutation, applyListenPayloadMapping, applyRenderOverlay, asEntityId, asEventId, asOrbitalId, asPageId, asPaletteEntryId, asServiceId, asThemeId, asTraitId, assertNoUnsatisfiableEnum, atomic, buildEdgeCoveringWalk, buildGuardPayloads, buildRecommendationContext, buildReplayPaths, buildResolvedTraitConfigs, buildStateGraph, callService, categorizeRemovals, checkI18nCoverage, classifyWorkflow, clearSchemaCache, collectBindings, collectCallsiteCaptureChildren, collectEmbeddedTraitReferrers, collectReachableStates, collectRenderUiPatternTypes, collectTraitConfigRefAdjacency, collectTraitEmbedAdjacency, component_mapping_default as componentMapping, composeBehaviors, configRefEventKnob, constTruth, containsEntityBinding, containsPayloadBinding, contractFieldName, coreTables, createAssetKey, createEmptyResolvedPage, createEmptyResolvedTrait, createLazyService, createResolvedField, createTypedEventBus, decodeDevIdentityToken, defaultUnitAtlas, deref, deriveCollection, deriveExpectations, deriveId, deriveInputType, describeTensorMismatch, despawn, detectLayoutStrategy, detectPageContentReduction, diffFactoryCalls, diffOrbitalSchemas, diffSchemaSemantics, diffSchemas, doEffects, emit, encodeDevIdentityToken, entityAccessPolicies, entityAccessTable, event_contracts_default as eventContracts, eventKeyPropsOf, eventListPropsOf, expectedEntityName, extractPayloadFieldRef, findCompatiblePatterns, findPersonaInRoster, findService, fingerprintNode, formatRecommendationsForPrompt, gatherTensorLastDim, generatePatternDescription, generateQuestions, getAllPatternTypes, getArgs, getBindingExamples, getComponentForPattern, getDefaultAnimationsForRole, getEmittedEvents, getEntity, getEntityCardinality, getInteractionModelForDomain, getNestedValue, getOperator, getOrbAllowedPatterns, getOrbAllowedPatternsCompact, getOrbAllowedPatternsFiltered, getOrbAllowedPatternsSlim, getPage, getPages, getPatternActionsRef, getPatternDefinition, getPatternFieldsContract, getPatternMetadata, getPatternPropsCompact, getPatternsGroupedByCategory, getRemovals, getSchemaCacheStats, getServiceNames, getTrait, getTraitConfig, getTraitName, getVocabulary, hasService, hasSignificantPageReduction, idKindOf, idPrefix, inferTsType, insertChildAtPath, integrators_registry_default as integratorsRegistry, isBinding, isCallSiteConfigDeclaration, isCircuitEvent, isContentBodyPattern, isContentBodyPatternType, isContentMainWriter, isDestructiveChange, isDrawHostPattern, isDrawablePattern, isEffect, isEmailValue, isEntityAwarePattern, isEntityCall, isEntityId, isEntityReference, isEntityReferenceAny, isEventId, isEventPayloadValue, isFieldValue, isFileValue, isImportedTraitRef, isInlineTrait, isJsonArray, isJsonObject, isJsonPrimitive, isKnownValidationErrorCode, isMainSlotRenderUi, isMcpService, isOrbitalDefinition, isOrbitalId, isPageId, isPageReference, isPageReferenceObject, isPageReferenceString, isPaletteEntryId, isPhoneValue, isPlanSnapshot, isReferenceConfigType, isRenderBindingMarker, isResolvedIR, isRestService, isRuntimeEntity, isSExpr, isSExprAtom, isSExprCall, isSExprEffect, isSecretConfigType, isSemanticStringType, isSemanticStringValue, isServiceId, isServiceReference, isServiceReferenceObject, isSessionHistoryEntry, isSocketService, isTensorValue, isThemeId, isThemeReference, isTraitFieldRef, isTraitId, isUrlValue, isUuidValue, isValidBinding, isValidPatternType, isValueInputPattern, languageOfLoloFirstToken, languageOfOrbTopLevelKeys, ledgerCurName, ledgerRename, ledgerResolveName, lexLolo, localizeLoloSource, localizeMap, localizeOrbValue, manifestToAssetCatalog, mapTensorLastDim, maskSecretConfigValues, matchAssetQuery, mergeEntityFrame, mintId, navigate, navigateBack, navigatePatternPath, normalizeCallSiteConfigToValues, normalizeTraitRef, normalizeUserContext, notify, overrideDeclaredKnobs, parseAssetKey, parseAssetQuery, parseBinding, parseEntityRef, parseI18nTables, parseImportedTraitRef, parseOperatorTables, parseOrbitalRef, parseOrbitalSchema, parsePageRef, parseServiceRef, patterns_registry_default as patternsRegistry, persist, persistenceModeAllowsOverrides, personaFromIdentityRow, recommendPatterns, reduceToOwners, ref, registry, rehydrateKnobDefs, removeChildAtPath, renderUI, renderUiPatternTypesOf, replaceChildAtPath, reportIdenticalToEnglish, requiresConfirmation, resolveConfigRefEventName, resolveContentOwners, resolveDefaultViewer, resolvePageContentOwner, resolvePersonaSpec, safeParseOrbitalSchema, schemaToIR, set, setPropAtPath, sexpr, signatureToParamsSchema, spawn, summarizeOrbital, summarizeSchema, swap, tensorLastDimSize, tensorShape, toBindingRoot, traitDeclaresConfigForward, traitReferencesCallsitePayload, translateOverlaysToParams, validateAssetAnimations, validateBindingInContext, validateContract, walkSExpr, walkStatePairs, watch, widenTier };
|
|
69980
|
+
export { AGENT_DOMAIN_CATEGORIES, ALLOWED_CUSTOM_COMPONENTS, ANIMATION_NAMES, ANONYMOUS_USER, ASSET_ASPECTS, ASSET_DIMENSIONS, AgentDomainCategorySchema, AnimationDefSchema, AnimationNameSchema, AssetAspectSchema, AssetCatalogEntrySchema, AssetCatalogSchema, AssetDimensionSchema, AssetSchema, AudioManifestSchema, BINDING_CONTEXT_RULES, BINDING_DOCS, BINDING_ROOTS, BindingSchema, CAMERA_MODES, COMPONENT_MAPPING, CONFIG_REF_EVENT_PATTERN, CORE_BINDINGS, CameraModeSchema, CameraSchema, ColorSliceSchema, ColorTokensSchema, ComputedEventContractSchema, ComputedEventListenerSchema, ConfigFieldDeclarationSchema, ConfigProvenanceRecordSchema, CustomPatternDefinitionSchema, CustomPatternMapSchema, DEFAULT_INTERACTION_MODELS, DEFAULT_UNIT_ANIMATION_ROWS, DEFAULT_VIEWER, DEV_TOKEN_PREFIX, DeclaredTraitConfigSchema, DensitySliceSchema, DensityTokensSchema, DesignPreferencesSchema, DesignTokensSchema, DomainCategorySchema, DomainContextSchema, DomainVocabularySchema, ENTITY_ROLES, EVENT_CONTRACTS, EffectSchema, ElevationSliceSchema, ElevationTokensSchema, EntityCallSchema, EntityFieldContractSchema, EntityFieldSchema, EntityIdSchema, EntityPersistenceSchema, EntityRefSchema, EntityRefStringSchema, EntityRoleSchema, EntitySchema, EntitySemanticRoleSchema, EventIdSchema, EventListenerSchema, EventPayloadFieldSchema, EventSchema, EventScopeSchema, EventSemanticRoleSchema, EventSourceSchema, ExpectDeclarationSchema, ExpressionSchema, FIELD_TYPES, FieldSchema, FieldTypeSchema, FileValueSchema, GameSubCategorySchema, GeometrySliceSchema, GeometryTokensSchema, GuardSchema, I18N_SECTIONS, INTEGRATORS_REGISTRY, IconFamilySchema, IconographySliceSchema, IconographyTokensSchema, IdentityLedgerSchema, IllustrationSliceSchema, IllustrationStyleSchema, IllustrationTokensSchema, InteractionModelSchema, KNOWN_VALIDATION_ERROR_CODES, LANGUAGE_CODES, LOLO_FIRST_TOKEN_KEYWORDS, LedgerEntrySchema, LedgerKindSchema, ListenSourceSchema, MANIFEST_ASSET_LICENSES, MANIFEST_CANVAS_AFFINITIES, MANIFEST_ENTRY_KINDS, MANIFEST_SOURCE_CATALOGS, ManifestAssetLicenseSchema, ManifestCanvasAffinitySchema, ManifestEntryKindSchema, ManifestEntrySchema, ManifestFrameSpecSchema, ManifestSourceCatalogSchema, McpServiceDefSchema, MotionDurationKeySchema, MotionDurationPaletteSchema, MotionEasingKeySchema, MotionEasingPaletteSchema, MotionIntentMapSchema, MotionIntentSchema, MotionSliceSchema, MotionTokensSchema, NodeClassificationSchema, ORB_NOTATION_KEYS, OrbitalDefinitionSchema, OrbitalEntitySchema, OrbitalIdSchema, OrbitalPageSchema, OrbitalPageStrictSchema, OrbitalRefObjectSchema, OrbitalRefStringSchema, OrbitalSchemaSchema, OrbitalTraitRefSchema, OrbitalUnitSchema, OrbitalSchema as OrbitalZodSchema, PATTERN_REGISTRY, PATTERN_TYPES, PageIdSchema, PageRefObjectSchema, PageRefSchema, PageRefStringSchema, PageSchema, PageTraitRefSchema, PaletteEntryIdSchema, PatternTypeSchema, PayloadFieldSchema, PayloadTypeWhenSchema, REFERENCE_CONFIG_TYPES, RENDER_BINDING_MARKER, RelatedLinkSchema, RelationConfigSchema, RequiredFieldSchema, RestAuthConfigSchema, RestServiceDefSchema, SECRET_CONFIG_TYPES, SEMANTIC_STRING_TYPES, SERVICE_TYPES, SExprAtomSchema, SExprDataSchema, SExprSchema, SHEET_PROJECTIONS, SPRITE_DIRECTIONS, SPRITE_SHEET_LAYOUT, ScenePosSchema, SchemaMetadataSchema, SemanticAssetRefSchema, ServiceDefinitionSchema, ServiceIdSchema, ServiceRefObjectSchema, ServiceRefSchema, ServiceRefStringSchema, ServiceTypeSchema, SheetProjectionSchema, SkinSpecSchema, SocketEventsSchema, SocketServiceDefSchema, SoundEntrySchema, SpacingScaleSchema, SpriteDirectionSchema, SpriteSheetAtlasSchema, StateMachineSchema, StateSchema, StateSemanticRoleSchema, SubTextureSchema, SuggestedGuardSchema, TextureAtlasSchema, ThemeDefinitionSchema, ThemeIdSchema, ThemeRefSchema, ThemeRefStringSchema, ThemeTokensSchema, ThemeVariantSchema, TickIntervalSchema, TilesheetSchema, TraitCategorySchema, TraitConfigSchema, TraitConfigValueSchema, TraitDataEntitySchema, TraitEntityFieldSchema, TraitEventContractSchema, TraitEventListenerSchema, TraitFieldRefSchema, TraitIdSchema, TraitRefSchema, TraitReferenceSchema, TraitSchema, TraitTickSchema, TraitUIBindingSchema, TransitionSchema, TypeIntentMapSchema, TypeIntentSchema, TypeScaleEntrySchema, TypeScaleSchema, TypeScaleTokensSchema, TypeSizeKeySchema, TypeSliceSchema, TypeSlotSchema, TypeWeightSchema, UISlotSchema, UI_SLOTS, UXHintsSchema, UseDeclarationSchema, UserPersonaSchema, VISUAL_STYLES, ViewTypeSchema, VisualStyleSchema, aliasMap, answerToMutations, answersToMutations, applyEventWiring, applyFactoryCallPlanMutation, applyListenPayloadMapping, applyRenderOverlay, asEntityId, asEventId, asOrbitalId, asPageId, asPaletteEntryId, asServiceId, asThemeId, asTraitId, assertNoUnsatisfiableEnum, atomic, buildEdgeCoveringWalk, buildGuardPayloads, buildRecommendationContext, buildReplayPaths, buildResolvedTraitConfigs, buildStateGraph, callService, categorizeRemovals, checkI18nCoverage, classifyWorkflow, clearSchemaCache, collectBindings, collectCallsiteCaptureChildren, collectEmbeddedTraitReferrers, collectReachableStates, collectRenderUiPatternTypes, collectTraitConfigRefAdjacency, collectTraitEmbedAdjacency, component_mapping_default as componentMapping, composeBehaviors, configRefEventKnob, constTruth, containsEntityBinding, containsPayloadBinding, contractFieldName, coreTables, createAssetKey, createEmptyResolvedPage, createEmptyResolvedTrait, createLazyService, createResolvedField, createTypedEventBus, decodeDevIdentityToken, defaultUnitAtlas, deref, deriveCollection, deriveExpectations, deriveId, deriveInputType, describeTensorMismatch, despawn, detectLayoutStrategy, detectPageContentReduction, diffFactoryCalls, diffOrbitalSchemas, diffSchemaSemantics, diffSchemas, doEffects, emit, encodeDevIdentityToken, entityAccessPolicies, entityAccessTable, event_contracts_default as eventContracts, eventKeyPropsOf, eventListPropsOf, expectedEntityName, extractPayloadFieldRef, findCompatiblePatterns, findPersonaInRoster, findService, fingerprintNode, formatRecommendationsForPrompt, gatherTensorLastDim, generatePatternDescription, generateQuestions, getAllPatternTypes, getArgs, getBindingExamples, getComponentForPattern, getDefaultAnimationsForRole, getEmittedEvents, getEntity, getEntityCardinality, getInteractionModelForDomain, getNestedValue, getOperator, getOrbAllowedPatterns, getOrbAllowedPatternsCompact, getOrbAllowedPatternsFiltered, getOrbAllowedPatternsSlim, getPage, getPages, getPatternActionsRef, getPatternDefinition, getPatternFieldsContract, getPatternMetadata, getPatternPropsCompact, getPatternsGroupedByCategory, getRemovals, getSchemaCacheStats, getServiceNames, getTrait, getTraitConfig, getTraitName, getVocabulary, hasService, hasSignificantPageReduction, idKindOf, idPrefix, inferTsType, insertChildAtPath, integrators_registry_default as integratorsRegistry, isBinding, isCallSiteConfigDeclaration, isCircuitEvent, isContentBodyPattern, isContentBodyPatternType, isContentMainWriter, isDestructiveChange, isDrawHostPattern, isDrawablePattern, isEffect, isEmailValue, isEntityAwarePattern, isEntityCall, isEntityId, isEntityReference, isEntityReferenceAny, isEventId, isEventPayloadValue, isFieldValue, isFileValue, isImportedTraitRef, isInlineTrait, isJsonArray, isJsonObject, isJsonPrimitive, isKnownValidationErrorCode, isMainSlotRenderUi, isMcpService, isOrbitalDefinition, isOrbitalId, isPageId, isPageReference, isPageReferenceObject, isPageReferenceString, isPaletteEntryId, isPhoneValue, isPlanSnapshot, isReferenceConfigType, isRenderBindingMarker, isResolvedIR, isRestService, isRuntimeEntity, isSExpr, isSExprAtom, isSExprCall, isSExprEffect, isSecretConfigType, isSemanticStringType, isSemanticStringValue, isServiceId, isServiceReference, isServiceReferenceObject, isSessionHistoryEntry, isSocketService, isTensorValue, isThemeId, isThemeReference, isTraitFieldRef, isTraitId, isUrlValue, isUuidValue, isValidBinding, isValidPatternType, isValueInputPattern, languageOfLoloFirstToken, languageOfOrbTopLevelKeys, ledgerCurName, ledgerRename, ledgerResolveName, lexLolo, localizeLoloSource, localizeMap, localizeOrbValue, manifestToAssetCatalog, mapTensorLastDim, maskSecretConfigValues, matchAssetQuery, mergeEntityFrame, mintId, navigate, navigateBack, navigatePatternPath, normalizeCallSiteConfigToValues, normalizeTraitRef, normalizeUserContext, notify, overrideDeclaredKnobs, parseAssetKey, parseAssetQuery, parseBinding, parseEntityRef, parseI18nTables, parseImportedTraitRef, parseOperatorTables, parseOrbitalRef, parseOrbitalSchema, parsePageRef, parseServiceRef, patterns_registry_default as patternsRegistry, persist, persistenceModeAllowsOverrides, personaFromIdentityRow, recommendPatterns, reduceToOwners, ref, registry, rehydrateKnobDefs, removeChildAtPath, renderUI, renderUiPatternTypesOf, replaceChildAtPath, reportIdenticalToEnglish, requiresConfirmation, resolveConfigRefEventName, resolveContentOwners, resolveDefaultViewer, resolvePageContentOwner, resolvePersonaSpec, safeParseOrbitalSchema, schemaToIR, set, setPropAtPath, sexpr, signatureToParamsSchema, spawn, summarizeOrbital, summarizeSchema, swap, tensorLastDimSize, tensorShape, toBindingRoot, traitDeclaresConfigForward, traitReferencesCallsitePayload, translateOverlaysToParams, validateAssetAnimations, validateBindingInContext, validateContract, walkSExpr, walkStatePairs, watch, widenTier };
|
|
70162
69981
|
//# sourceMappingURL=index.js.map
|
|
70163
69982
|
//# sourceMappingURL=index.js.map
|