@almadar/core 10.92.0 → 10.93.1
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/{effect-DGa2ixo7.d.ts → effect-BnSE0gKt.d.ts} +22 -3
- package/dist/{entityAccess-CXennIKj.d.ts → entityAccess-DtWseAgf.d.ts} +1 -1
- package/dist/factory/index.d.ts +4 -4
- package/dist/factory/index.js +190 -7
- package/dist/factory/index.js.map +1 -1
- package/dist/factory-runtime/index.d.ts +3 -3
- package/dist/{index-BFortVj8.d.ts → index-CWArRU6P.d.ts} +4 -4
- package/dist/index.d.ts +10 -10
- package/dist/index.js +199 -10
- package/dist/index.js.map +1 -1
- package/dist/mock/index.d.ts +4 -4
- package/dist/patterns/component-mapping.json +6 -1
- package/dist/patterns/event-contracts.json +1 -1
- package/dist/patterns/index.d.ts +457 -12
- package/dist/patterns/index.js +199 -10
- package/dist/patterns/index.js.map +1 -1
- package/dist/patterns/patterns-registry.json +191 -8
- package/dist/patterns/registry.json +191 -8
- package/dist/{schema-DIL07Bmv.d.ts → schema-DFmFFcLs.d.ts} +2 -2
- package/dist/{trait-DHb48lyx.d.ts → trait-DSMzclmJ.d.ts} +1 -1
- package/dist/types/index.d.ts +5 -5
- package/dist/types/index.js +1 -0
- package/dist/types/index.js.map +1 -1
- package/dist/{types-F5EPwMor.d.ts → types-DzkFdgNJ.d.ts} +2 -2
- package/package.json +1 -1
package/dist/mock/index.d.ts
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { f as OrbitalEntity, a as EntityPersistence, E as EntityField, F as FieldValue, g as EntityRow } from '../effect-
|
|
2
|
-
import { a as OrbitalDefinition, O as OrbitalSchema } from '../schema-
|
|
1
|
+
import { f as OrbitalEntity, a as EntityPersistence, E as EntityField, F as FieldValue, g as EntityRow } from '../effect-BnSE0gKt.js';
|
|
2
|
+
import { a as OrbitalDefinition, O as OrbitalSchema } from '../schema-DFmFFcLs.js';
|
|
3
3
|
import { S as SExpr } from '../expression-WfTp2arD.js';
|
|
4
|
-
export { E as EntityAccessPolicies, e as entityAccessPolicies, a as entityAccessPoliciesByStoreKey, b as entityAccessTable } from '../entityAccess-
|
|
4
|
+
export { E as EntityAccessPolicies, e as entityAccessPolicies, a as entityAccessPoliciesByStoreKey, b as entityAccessTable } from '../entityAccess-DtWseAgf.js';
|
|
5
5
|
import 'zod';
|
|
6
6
|
import '../json-D8gmyK3l.js';
|
|
7
|
-
import '../trait-
|
|
7
|
+
import '../trait-DSMzclmJ.js';
|
|
8
8
|
|
|
9
9
|
/**
|
|
10
10
|
* Lightweight seeded pseudo-random generator for mock data.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": "1.0.0",
|
|
3
|
-
"exportedAt": "2026-09-
|
|
3
|
+
"exportedAt": "2026-09-16T03:44:41.117Z",
|
|
4
4
|
"mappings": {
|
|
5
5
|
"page-header": {
|
|
6
6
|
"component": "PageHeader",
|
|
@@ -1443,6 +1443,11 @@
|
|
|
1443
1443
|
"component": "UISlotComponent",
|
|
1444
1444
|
"importPath": "@/components/core/organisms/UISlotRenderer",
|
|
1445
1445
|
"category": "layout"
|
|
1446
|
+
},
|
|
1447
|
+
"gantt": {
|
|
1448
|
+
"component": "Gantt",
|
|
1449
|
+
"importPath": "@/components/core/molecules/Gantt",
|
|
1450
|
+
"category": "component"
|
|
1446
1451
|
}
|
|
1447
1452
|
}
|
|
1448
1453
|
}
|
package/dist/patterns/index.d.ts
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import { A as AnyPatternConfig, i as RenderBinding, F as FieldValue, bl as PatternType } from '../effect-
|
|
2
|
-
export { be as PATTERN_TYPES, bi as PatternConfig, bj as PatternProps, bk as PatternPropsMap, dj as isValidPatternType } from '../effect-
|
|
1
|
+
import { A as AnyPatternConfig, i as RenderBinding, F as FieldValue, bl as PatternType } from '../effect-BnSE0gKt.js';
|
|
2
|
+
export { be as PATTERN_TYPES, bi as PatternConfig, bj as PatternProps, bk as PatternPropsMap, dj as isValidPatternType } from '../effect-BnSE0gKt.js';
|
|
3
3
|
import { b as EventPayloadValue, a as EventPayload } from '../expression-WfTp2arD.js';
|
|
4
4
|
import { J as JsonValue } from '../json-D8gmyK3l.js';
|
|
5
5
|
import 'zod';
|
|
6
6
|
|
|
7
7
|
var version$3 = "1.0.0";
|
|
8
|
-
var exportedAt$3 = "2026-09-
|
|
8
|
+
var exportedAt$3 = "2026-09-16T03:44:41.117Z";
|
|
9
9
|
var patterns = {
|
|
10
10
|
"entity-table": {
|
|
11
11
|
type: "entity-table",
|
|
@@ -8613,6 +8613,7 @@ var patterns = {
|
|
|
8613
8613
|
textarea: {
|
|
8614
8614
|
type: "textarea",
|
|
8615
8615
|
category: "component",
|
|
8616
|
+
sourceFile: "components/core/atoms/Textarea.tsx",
|
|
8616
8617
|
tier: "atoms",
|
|
8617
8618
|
family: "core",
|
|
8618
8619
|
description: "Multi-line text input",
|
|
@@ -8645,7 +8646,7 @@ var patterns = {
|
|
|
8645
8646
|
types: [
|
|
8646
8647
|
"string"
|
|
8647
8648
|
],
|
|
8648
|
-
description: "Declarative event
|
|
8649
|
+
description: "Declarative event: fires on ⌘/Ctrl+Enter with `{ value }`.",
|
|
8649
8650
|
kind: "event"
|
|
8650
8651
|
},
|
|
8651
8652
|
error: {
|
|
@@ -39270,7 +39271,7 @@ var patterns = {
|
|
|
39270
39271
|
types: [
|
|
39271
39272
|
"object"
|
|
39272
39273
|
],
|
|
39273
|
-
description: "Maps a keydown `e.code`
|
|
39274
|
+
description: "Maps a keydown `e.code` — optionally prefixed `Mod+` (⌘/Ctrl), `Shift+`, `Alt+` in that order — to the board's SEMANTIC event (device-agnostic input), emitted as `UI:{event}`; keystrokes inside inputs/textareas never route.",
|
|
39274
39275
|
kind: "event-map",
|
|
39275
39276
|
mapValue: {
|
|
39276
39277
|
types: [
|
|
@@ -39283,7 +39284,7 @@ var patterns = {
|
|
|
39283
39284
|
types: [
|
|
39284
39285
|
"object"
|
|
39285
39286
|
],
|
|
39286
|
-
description: "Maps a keyup `e.code`
|
|
39287
|
+
description: "Maps a keyup `e.code` — optionally prefixed `Mod+` (⌘/Ctrl), `Shift+`, `Alt+` in that order — to the board's SEMANTIC event, emitted as `UI:{event}`; keystrokes inside inputs/textareas never route.",
|
|
39287
39288
|
kind: "event-map",
|
|
39288
39289
|
mapValue: {
|
|
39289
39290
|
types: [
|
|
@@ -44769,7 +44770,7 @@ var patterns = {
|
|
|
44769
44770
|
types: [
|
|
44770
44771
|
"object"
|
|
44771
44772
|
],
|
|
44772
|
-
description: "Maps a keydown `e.code`
|
|
44773
|
+
description: "Maps a keydown `e.code` — optionally prefixed `Mod+` (⌘/Ctrl), `Shift+`, `Alt+` in that order — to the board's SEMANTIC event (device-agnostic input), emitted as `UI:{event}` — same contract as the game canvas keyMap; keystrokes inside inputs/textareas never route.",
|
|
44773
44774
|
kind: "event-map",
|
|
44774
44775
|
mapValue: {
|
|
44775
44776
|
types: [
|
|
@@ -44782,7 +44783,7 @@ var patterns = {
|
|
|
44782
44783
|
types: [
|
|
44783
44784
|
"object"
|
|
44784
44785
|
],
|
|
44785
|
-
description: "Maps a keyup `e.code`
|
|
44786
|
+
description: "Maps a keyup `e.code` — optionally prefixed `Mod+` (⌘/Ctrl), `Shift+`, `Alt+` in that order — to the board's SEMANTIC event, emitted as `UI:{event}`; keystrokes inside inputs/textareas never route.",
|
|
44786
44787
|
kind: "event-map",
|
|
44787
44788
|
mapValue: {
|
|
44788
44789
|
types: [
|
|
@@ -50559,7 +50560,7 @@ var patterns = {
|
|
|
50559
50560
|
types: [
|
|
50560
50561
|
"object"
|
|
50561
50562
|
],
|
|
50562
|
-
description: "
|
|
50563
|
+
description: "Maps a keydown `e.code` — optionally prefixed `Mod+` (⌘/Ctrl), `Shift+`, `Alt+` in that order — to the board's SEMANTIC event (device-agnostic input), emitted as `UI:{event}`; keystrokes inside inputs/textareas never route.",
|
|
50563
50564
|
kind: "event-map",
|
|
50564
50565
|
mapValue: {
|
|
50565
50566
|
types: [
|
|
@@ -50572,7 +50573,7 @@ var patterns = {
|
|
|
50572
50573
|
types: [
|
|
50573
50574
|
"object"
|
|
50574
50575
|
],
|
|
50575
|
-
description: "
|
|
50576
|
+
description: "Maps a keyup `e.code` — optionally prefixed `Mod+` (⌘/Ctrl), `Shift+`, `Alt+` in that order — to the board's SEMANTIC event, emitted as `UI:{event}`; keystrokes inside inputs/textareas never route.",
|
|
50576
50577
|
kind: "event-map",
|
|
50577
50578
|
mapValue: {
|
|
50578
50579
|
types: [
|
|
@@ -54649,6 +54650,190 @@ var patterns = {
|
|
|
54649
54650
|
}
|
|
54650
54651
|
},
|
|
54651
54652
|
drawable: true
|
|
54653
|
+
},
|
|
54654
|
+
gantt: {
|
|
54655
|
+
type: "gantt",
|
|
54656
|
+
category: "component",
|
|
54657
|
+
sourceFile: "components/core/molecules/Gantt.tsx",
|
|
54658
|
+
tier: "molecules",
|
|
54659
|
+
family: "core",
|
|
54660
|
+
description: "Gantt — view-only task schedule rendering rows as bars on a day axis.",
|
|
54661
|
+
capabilities: "gantt chart, project timeline, schedule view, task bars, dependency arrows, roadmap, milestone plan",
|
|
54662
|
+
fieldsContract: "display",
|
|
54663
|
+
suggestedFor: [
|
|
54664
|
+
"gantt"
|
|
54665
|
+
],
|
|
54666
|
+
typicalSize: "medium",
|
|
54667
|
+
propsSchema: {
|
|
54668
|
+
tasks: {
|
|
54669
|
+
types: [
|
|
54670
|
+
"object",
|
|
54671
|
+
"array"
|
|
54672
|
+
],
|
|
54673
|
+
description: "Schema entity data — the task rows to place on the axis. pattern-sync tags it `kind:\"entity\", cardinality:\"collection\"` so consumers bind the domain entity without name-matching the prop.",
|
|
54674
|
+
kind: "entity",
|
|
54675
|
+
cardinality: "collection",
|
|
54676
|
+
"default": [
|
|
54677
|
+
]
|
|
54678
|
+
},
|
|
54679
|
+
links: {
|
|
54680
|
+
types: [
|
|
54681
|
+
"array"
|
|
54682
|
+
],
|
|
54683
|
+
description: "Dependency arrows between task ids",
|
|
54684
|
+
items: {
|
|
54685
|
+
types: [
|
|
54686
|
+
"object"
|
|
54687
|
+
],
|
|
54688
|
+
properties: {
|
|
54689
|
+
from: {
|
|
54690
|
+
types: [
|
|
54691
|
+
"string"
|
|
54692
|
+
]
|
|
54693
|
+
},
|
|
54694
|
+
to: {
|
|
54695
|
+
types: [
|
|
54696
|
+
"string"
|
|
54697
|
+
]
|
|
54698
|
+
}
|
|
54699
|
+
},
|
|
54700
|
+
required: [
|
|
54701
|
+
"from",
|
|
54702
|
+
"to"
|
|
54703
|
+
]
|
|
54704
|
+
},
|
|
54705
|
+
"default": [
|
|
54706
|
+
]
|
|
54707
|
+
},
|
|
54708
|
+
titleField: {
|
|
54709
|
+
types: [
|
|
54710
|
+
"string"
|
|
54711
|
+
],
|
|
54712
|
+
description: "Row field holding the bar label. Defaults to `title`.",
|
|
54713
|
+
"default": "title"
|
|
54714
|
+
},
|
|
54715
|
+
startField: {
|
|
54716
|
+
types: [
|
|
54717
|
+
"string"
|
|
54718
|
+
],
|
|
54719
|
+
description: "Row field holding the start timestamp (ISO or epoch). Defaults to `start`.",
|
|
54720
|
+
"default": "start"
|
|
54721
|
+
},
|
|
54722
|
+
endField: {
|
|
54723
|
+
types: [
|
|
54724
|
+
"string"
|
|
54725
|
+
],
|
|
54726
|
+
description: "Row field holding the end timestamp (ISO or epoch). Defaults to `end`. When absent, `durationField` (days) is used instead.",
|
|
54727
|
+
"default": "end"
|
|
54728
|
+
},
|
|
54729
|
+
durationField: {
|
|
54730
|
+
types: [
|
|
54731
|
+
"string"
|
|
54732
|
+
],
|
|
54733
|
+
description: "Row field holding the task length in days, used when the row has no end."
|
|
54734
|
+
},
|
|
54735
|
+
statusField: {
|
|
54736
|
+
types: [
|
|
54737
|
+
"string"
|
|
54738
|
+
],
|
|
54739
|
+
description: "Row field holding the bar status (drives bar colour). Defaults to `status`.",
|
|
54740
|
+
"default": "status"
|
|
54741
|
+
},
|
|
54742
|
+
groupField: {
|
|
54743
|
+
types: [
|
|
54744
|
+
"string"
|
|
54745
|
+
],
|
|
54746
|
+
description: "Row field rows are grouped under header rows by. Empty (default) = flat list.",
|
|
54747
|
+
"default": ""
|
|
54748
|
+
},
|
|
54749
|
+
rangeStart: {
|
|
54750
|
+
types: [
|
|
54751
|
+
"string",
|
|
54752
|
+
"date"
|
|
54753
|
+
],
|
|
54754
|
+
description: "First visible day (ISO or Date). Defaults to 2 days before the earliest task."
|
|
54755
|
+
},
|
|
54756
|
+
rangeEnd: {
|
|
54757
|
+
types: [
|
|
54758
|
+
"string",
|
|
54759
|
+
"date"
|
|
54760
|
+
],
|
|
54761
|
+
description: "Last visible day (ISO or Date). Defaults to 2 days after the latest task end."
|
|
54762
|
+
},
|
|
54763
|
+
showToday: {
|
|
54764
|
+
types: [
|
|
54765
|
+
"boolean"
|
|
54766
|
+
],
|
|
54767
|
+
description: "Paint the today marker line when today falls inside the range (default true).",
|
|
54768
|
+
"default": true
|
|
54769
|
+
},
|
|
54770
|
+
dayWidth: {
|
|
54771
|
+
types: [
|
|
54772
|
+
"number"
|
|
54773
|
+
],
|
|
54774
|
+
description: "Pixels per day on the axis (default 28)",
|
|
54775
|
+
"default": 28
|
|
54776
|
+
},
|
|
54777
|
+
barClickEvent: {
|
|
54778
|
+
types: [
|
|
54779
|
+
"string"
|
|
54780
|
+
],
|
|
54781
|
+
description: "Event emitted when a bar is clicked: UI:{barClickEvent} with { id }",
|
|
54782
|
+
kind: "event-ref",
|
|
54783
|
+
emitPayloadSchema: [
|
|
54784
|
+
{
|
|
54785
|
+
name: "id",
|
|
54786
|
+
type: "string",
|
|
54787
|
+
required: true
|
|
54788
|
+
}
|
|
54789
|
+
]
|
|
54790
|
+
},
|
|
54791
|
+
className: {
|
|
54792
|
+
types: [
|
|
54793
|
+
"string"
|
|
54794
|
+
],
|
|
54795
|
+
description: "Additional CSS classes"
|
|
54796
|
+
},
|
|
54797
|
+
isLoading: {
|
|
54798
|
+
types: [
|
|
54799
|
+
"boolean"
|
|
54800
|
+
],
|
|
54801
|
+
description: "Loading state",
|
|
54802
|
+
"default": false
|
|
54803
|
+
},
|
|
54804
|
+
error: {
|
|
54805
|
+
types: [
|
|
54806
|
+
"object"
|
|
54807
|
+
],
|
|
54808
|
+
description: "Error state",
|
|
54809
|
+
properties: {
|
|
54810
|
+
message: {
|
|
54811
|
+
types: [
|
|
54812
|
+
"string"
|
|
54813
|
+
]
|
|
54814
|
+
},
|
|
54815
|
+
name: {
|
|
54816
|
+
types: [
|
|
54817
|
+
"string"
|
|
54818
|
+
]
|
|
54819
|
+
},
|
|
54820
|
+
code: {
|
|
54821
|
+
types: [
|
|
54822
|
+
"string"
|
|
54823
|
+
]
|
|
54824
|
+
},
|
|
54825
|
+
stack: {
|
|
54826
|
+
types: [
|
|
54827
|
+
"string"
|
|
54828
|
+
]
|
|
54829
|
+
}
|
|
54830
|
+
},
|
|
54831
|
+
propertyRequired: [
|
|
54832
|
+
"message"
|
|
54833
|
+
],
|
|
54834
|
+
"default": null
|
|
54835
|
+
}
|
|
54836
|
+
}
|
|
54652
54837
|
}
|
|
54653
54838
|
};
|
|
54654
54839
|
var categories$1 = [
|
|
@@ -58688,7 +58873,7 @@ var integratorsRegistry = {
|
|
|
58688
58873
|
};
|
|
58689
58874
|
|
|
58690
58875
|
var version$1 = "1.0.0";
|
|
58691
|
-
var exportedAt$1 = "2026-09-
|
|
58876
|
+
var exportedAt$1 = "2026-09-16T03:44:41.117Z";
|
|
58692
58877
|
var mappings = {
|
|
58693
58878
|
"page-header": {
|
|
58694
58879
|
component: "PageHeader",
|
|
@@ -60131,6 +60316,11 @@ var mappings = {
|
|
|
60131
60316
|
component: "UISlotComponent",
|
|
60132
60317
|
importPath: "@/components/core/organisms/UISlotRenderer",
|
|
60133
60318
|
category: "layout"
|
|
60319
|
+
},
|
|
60320
|
+
gantt: {
|
|
60321
|
+
component: "Gantt",
|
|
60322
|
+
importPath: "@/components/core/molecules/Gantt",
|
|
60323
|
+
category: "component"
|
|
60134
60324
|
}
|
|
60135
60325
|
};
|
|
60136
60326
|
var componentMapping = {
|
|
@@ -60140,7 +60330,7 @@ var componentMapping = {
|
|
|
60140
60330
|
};
|
|
60141
60331
|
|
|
60142
60332
|
var version = "1.0.0";
|
|
60143
|
-
var exportedAt = "2026-09-
|
|
60333
|
+
var exportedAt = "2026-09-16T03:44:41.117Z";
|
|
60144
60334
|
var contracts = {
|
|
60145
60335
|
form: {
|
|
60146
60336
|
emits: [
|
|
@@ -67170,6 +67360,7 @@ declare const registry: {
|
|
|
67170
67360
|
textarea: {
|
|
67171
67361
|
type: string;
|
|
67172
67362
|
category: string;
|
|
67363
|
+
sourceFile: string;
|
|
67173
67364
|
tier: string;
|
|
67174
67365
|
family: string;
|
|
67175
67366
|
description: string;
|
|
@@ -94907,6 +95098,130 @@ declare const registry: {
|
|
|
94907
95098
|
};
|
|
94908
95099
|
drawable: boolean;
|
|
94909
95100
|
};
|
|
95101
|
+
gantt: {
|
|
95102
|
+
type: string;
|
|
95103
|
+
category: string;
|
|
95104
|
+
sourceFile: string;
|
|
95105
|
+
tier: string;
|
|
95106
|
+
family: string;
|
|
95107
|
+
description: string;
|
|
95108
|
+
capabilities: string;
|
|
95109
|
+
fieldsContract: string;
|
|
95110
|
+
suggestedFor: string[];
|
|
95111
|
+
typicalSize: string;
|
|
95112
|
+
propsSchema: {
|
|
95113
|
+
tasks: {
|
|
95114
|
+
types: string[];
|
|
95115
|
+
description: string;
|
|
95116
|
+
kind: string;
|
|
95117
|
+
cardinality: string;
|
|
95118
|
+
default: never[];
|
|
95119
|
+
};
|
|
95120
|
+
links: {
|
|
95121
|
+
types: string[];
|
|
95122
|
+
description: string;
|
|
95123
|
+
items: {
|
|
95124
|
+
types: string[];
|
|
95125
|
+
properties: {
|
|
95126
|
+
from: {
|
|
95127
|
+
types: string[];
|
|
95128
|
+
};
|
|
95129
|
+
to: {
|
|
95130
|
+
types: string[];
|
|
95131
|
+
};
|
|
95132
|
+
};
|
|
95133
|
+
required: string[];
|
|
95134
|
+
};
|
|
95135
|
+
default: never[];
|
|
95136
|
+
};
|
|
95137
|
+
titleField: {
|
|
95138
|
+
types: string[];
|
|
95139
|
+
description: string;
|
|
95140
|
+
default: string;
|
|
95141
|
+
};
|
|
95142
|
+
startField: {
|
|
95143
|
+
types: string[];
|
|
95144
|
+
description: string;
|
|
95145
|
+
default: string;
|
|
95146
|
+
};
|
|
95147
|
+
endField: {
|
|
95148
|
+
types: string[];
|
|
95149
|
+
description: string;
|
|
95150
|
+
default: string;
|
|
95151
|
+
};
|
|
95152
|
+
durationField: {
|
|
95153
|
+
types: string[];
|
|
95154
|
+
description: string;
|
|
95155
|
+
};
|
|
95156
|
+
statusField: {
|
|
95157
|
+
types: string[];
|
|
95158
|
+
description: string;
|
|
95159
|
+
default: string;
|
|
95160
|
+
};
|
|
95161
|
+
groupField: {
|
|
95162
|
+
types: string[];
|
|
95163
|
+
description: string;
|
|
95164
|
+
default: string;
|
|
95165
|
+
};
|
|
95166
|
+
rangeStart: {
|
|
95167
|
+
types: string[];
|
|
95168
|
+
description: string;
|
|
95169
|
+
};
|
|
95170
|
+
rangeEnd: {
|
|
95171
|
+
types: string[];
|
|
95172
|
+
description: string;
|
|
95173
|
+
};
|
|
95174
|
+
showToday: {
|
|
95175
|
+
types: string[];
|
|
95176
|
+
description: string;
|
|
95177
|
+
default: boolean;
|
|
95178
|
+
};
|
|
95179
|
+
dayWidth: {
|
|
95180
|
+
types: string[];
|
|
95181
|
+
description: string;
|
|
95182
|
+
default: number;
|
|
95183
|
+
};
|
|
95184
|
+
barClickEvent: {
|
|
95185
|
+
types: string[];
|
|
95186
|
+
description: string;
|
|
95187
|
+
kind: string;
|
|
95188
|
+
emitPayloadSchema: {
|
|
95189
|
+
name: string;
|
|
95190
|
+
type: string;
|
|
95191
|
+
required: boolean;
|
|
95192
|
+
}[];
|
|
95193
|
+
};
|
|
95194
|
+
className: {
|
|
95195
|
+
types: string[];
|
|
95196
|
+
description: string;
|
|
95197
|
+
};
|
|
95198
|
+
isLoading: {
|
|
95199
|
+
types: string[];
|
|
95200
|
+
description: string;
|
|
95201
|
+
default: boolean;
|
|
95202
|
+
};
|
|
95203
|
+
error: {
|
|
95204
|
+
types: string[];
|
|
95205
|
+
description: string;
|
|
95206
|
+
properties: {
|
|
95207
|
+
message: {
|
|
95208
|
+
types: string[];
|
|
95209
|
+
};
|
|
95210
|
+
name: {
|
|
95211
|
+
types: string[];
|
|
95212
|
+
};
|
|
95213
|
+
code: {
|
|
95214
|
+
types: string[];
|
|
95215
|
+
};
|
|
95216
|
+
stack: {
|
|
95217
|
+
types: string[];
|
|
95218
|
+
};
|
|
95219
|
+
};
|
|
95220
|
+
propertyRequired: string[];
|
|
95221
|
+
default: null;
|
|
95222
|
+
};
|
|
95223
|
+
};
|
|
95224
|
+
};
|
|
94910
95225
|
};
|
|
94911
95226
|
categories: string[];
|
|
94912
95227
|
};
|
|
@@ -100086,6 +100401,7 @@ declare const PATTERN_REGISTRY: {
|
|
|
100086
100401
|
textarea: {
|
|
100087
100402
|
type: string;
|
|
100088
100403
|
category: string;
|
|
100404
|
+
sourceFile: string;
|
|
100089
100405
|
tier: string;
|
|
100090
100406
|
family: string;
|
|
100091
100407
|
description: string;
|
|
@@ -127823,6 +128139,130 @@ declare const PATTERN_REGISTRY: {
|
|
|
127823
128139
|
};
|
|
127824
128140
|
drawable: boolean;
|
|
127825
128141
|
};
|
|
128142
|
+
gantt: {
|
|
128143
|
+
type: string;
|
|
128144
|
+
category: string;
|
|
128145
|
+
sourceFile: string;
|
|
128146
|
+
tier: string;
|
|
128147
|
+
family: string;
|
|
128148
|
+
description: string;
|
|
128149
|
+
capabilities: string;
|
|
128150
|
+
fieldsContract: string;
|
|
128151
|
+
suggestedFor: string[];
|
|
128152
|
+
typicalSize: string;
|
|
128153
|
+
propsSchema: {
|
|
128154
|
+
tasks: {
|
|
128155
|
+
types: string[];
|
|
128156
|
+
description: string;
|
|
128157
|
+
kind: string;
|
|
128158
|
+
cardinality: string;
|
|
128159
|
+
default: never[];
|
|
128160
|
+
};
|
|
128161
|
+
links: {
|
|
128162
|
+
types: string[];
|
|
128163
|
+
description: string;
|
|
128164
|
+
items: {
|
|
128165
|
+
types: string[];
|
|
128166
|
+
properties: {
|
|
128167
|
+
from: {
|
|
128168
|
+
types: string[];
|
|
128169
|
+
};
|
|
128170
|
+
to: {
|
|
128171
|
+
types: string[];
|
|
128172
|
+
};
|
|
128173
|
+
};
|
|
128174
|
+
required: string[];
|
|
128175
|
+
};
|
|
128176
|
+
default: never[];
|
|
128177
|
+
};
|
|
128178
|
+
titleField: {
|
|
128179
|
+
types: string[];
|
|
128180
|
+
description: string;
|
|
128181
|
+
default: string;
|
|
128182
|
+
};
|
|
128183
|
+
startField: {
|
|
128184
|
+
types: string[];
|
|
128185
|
+
description: string;
|
|
128186
|
+
default: string;
|
|
128187
|
+
};
|
|
128188
|
+
endField: {
|
|
128189
|
+
types: string[];
|
|
128190
|
+
description: string;
|
|
128191
|
+
default: string;
|
|
128192
|
+
};
|
|
128193
|
+
durationField: {
|
|
128194
|
+
types: string[];
|
|
128195
|
+
description: string;
|
|
128196
|
+
};
|
|
128197
|
+
statusField: {
|
|
128198
|
+
types: string[];
|
|
128199
|
+
description: string;
|
|
128200
|
+
default: string;
|
|
128201
|
+
};
|
|
128202
|
+
groupField: {
|
|
128203
|
+
types: string[];
|
|
128204
|
+
description: string;
|
|
128205
|
+
default: string;
|
|
128206
|
+
};
|
|
128207
|
+
rangeStart: {
|
|
128208
|
+
types: string[];
|
|
128209
|
+
description: string;
|
|
128210
|
+
};
|
|
128211
|
+
rangeEnd: {
|
|
128212
|
+
types: string[];
|
|
128213
|
+
description: string;
|
|
128214
|
+
};
|
|
128215
|
+
showToday: {
|
|
128216
|
+
types: string[];
|
|
128217
|
+
description: string;
|
|
128218
|
+
default: boolean;
|
|
128219
|
+
};
|
|
128220
|
+
dayWidth: {
|
|
128221
|
+
types: string[];
|
|
128222
|
+
description: string;
|
|
128223
|
+
default: number;
|
|
128224
|
+
};
|
|
128225
|
+
barClickEvent: {
|
|
128226
|
+
types: string[];
|
|
128227
|
+
description: string;
|
|
128228
|
+
kind: string;
|
|
128229
|
+
emitPayloadSchema: {
|
|
128230
|
+
name: string;
|
|
128231
|
+
type: string;
|
|
128232
|
+
required: boolean;
|
|
128233
|
+
}[];
|
|
128234
|
+
};
|
|
128235
|
+
className: {
|
|
128236
|
+
types: string[];
|
|
128237
|
+
description: string;
|
|
128238
|
+
};
|
|
128239
|
+
isLoading: {
|
|
128240
|
+
types: string[];
|
|
128241
|
+
description: string;
|
|
128242
|
+
default: boolean;
|
|
128243
|
+
};
|
|
128244
|
+
error: {
|
|
128245
|
+
types: string[];
|
|
128246
|
+
description: string;
|
|
128247
|
+
properties: {
|
|
128248
|
+
message: {
|
|
128249
|
+
types: string[];
|
|
128250
|
+
};
|
|
128251
|
+
name: {
|
|
128252
|
+
types: string[];
|
|
128253
|
+
};
|
|
128254
|
+
code: {
|
|
128255
|
+
types: string[];
|
|
128256
|
+
};
|
|
128257
|
+
stack: {
|
|
128258
|
+
types: string[];
|
|
128259
|
+
};
|
|
128260
|
+
};
|
|
128261
|
+
propertyRequired: string[];
|
|
128262
|
+
default: null;
|
|
128263
|
+
};
|
|
128264
|
+
};
|
|
128265
|
+
};
|
|
127826
128266
|
};
|
|
127827
128267
|
categories: string[];
|
|
127828
128268
|
};
|
|
@@ -132810,6 +133250,11 @@ declare const COMPONENT_MAPPING: {
|
|
|
132810
133250
|
importPath: string;
|
|
132811
133251
|
category: string;
|
|
132812
133252
|
};
|
|
133253
|
+
gantt: {
|
|
133254
|
+
component: string;
|
|
133255
|
+
importPath: string;
|
|
133256
|
+
category: string;
|
|
133257
|
+
};
|
|
132813
133258
|
};
|
|
132814
133259
|
};
|
|
132815
133260
|
declare const EVENT_CONTRACTS: {
|